diff --git a/.github/CONTRIBUTOR_AGREEMENT.md b/.github/CONTRIBUTOR_AGREEMENT.md
index 668b9dba2..c915d48bf 100644
--- a/.github/CONTRIBUTOR_AGREEMENT.md
+++ b/.github/CONTRIBUTOR_AGREEMENT.md
@@ -87,7 +87,7 @@ U.S. Federal law. Any choice of law rules will not apply.
7. Please place an “x” on one of the applicable statement below. Please do NOT
mark both statements:
- * [ ] I am signing on behalf of myself as an individual and no other person
+ * [x] I am signing on behalf of myself as an individual and no other person
or entity, including my employer, has or will have rights with respect my
contributions.
@@ -98,9 +98,9 @@ mark both statements:
| Field | Entry |
|------------------------------- | -------------------- |
-| Name | |
+| Name | Shuvanon Razik |
| Company name (if applicable) | |
| Title or role (if applicable) | |
-| Date | |
-| GitHub username | |
+| Date | 3/12/2017 |
+| GitHub username | shuvanon |
| Website (optional) | |
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a55f98646..e97a7ea16 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,27 +1,19 @@
## Description
-
+
+
-## Motivation and Context
-
-
-
-## How Has This Been Tested?
-
-
-
## Types of changes
-- [ ] Bug fix (non-breaking change fixing an issue)
-- [ ] New feature (non-breaking change adding functionality to spaCy)
-- [ ] Breaking change (fix or feature causing change to spaCy's existing functionality)
-- [ ] Documentation (Addition to documentation of spaCy)
+- [ ] **Bug fix** (non-breaking change fixing an issue)
+- [ ] **New feature** (non-breaking change adding functionality to spaCy)
+- [ ] **Breaking change** (fix or feature causing change to spaCy's existing functionality)
+- [ ] **Documentation** (addition to documentation of spaCy)
## Checklist:
-- [ ] My code follows spaCy's code style.
- [ ] My change requires a change to spaCy's documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
diff --git a/.github/contributors/wallinm1.md b/.github/contributors/wallinm1.md
new file mode 100644
index 000000000..9c6d0bb88
--- /dev/null
+++ b/.github/contributors/wallinm1.md
@@ -0,0 +1,106 @@
+# spaCy contributor agreement
+
+This spaCy Contributor Agreement (**"SCA"**) is based on the
+[Oracle Contributor Agreement](http://www.oracle.com/technetwork/oca-405177.pdf).
+The SCA applies to any contribution that you make to any product or project
+managed by us (the **"project"**), and sets out the intellectual property rights
+you grant to us in the contributed materials. The term **"us"** shall mean
+[ExplosionAI UG (haftungsbeschränkt)](https://explosion.ai/legal). The term
+**"you"** shall mean the person or entity identified below.
+
+If you agree to be bound by these terms, fill in the information requested
+below and include the filled-in version with your first pull request, under the
+folder [`.github/contributors/`](/.github/contributors/). The name of the file
+should be your GitHub username, with the extension `.md`. For example, the user
+example_user would create the file `.github/contributors/example_user.md`.
+
+Read this agreement carefully before signing. These terms and conditions
+constitute a binding legal agreement.
+
+## Contributor Agreement
+
+1. The term "contribution" or "contributed materials" means any source code,
+object code, patch, tool, sample, graphic, specification, manual,
+documentation, or any other material posted or submitted by you to the project.
+
+2. With respect to any worldwide copyrights, or copyright applications and
+registrations, in your contribution:
+
+ * you hereby assign to us joint ownership, and to the extent that such
+ assignment is or becomes invalid, ineffective or unenforceable, you hereby
+ grant to us a perpetual, irrevocable, non-exclusive, worldwide, no-charge,
+ royalty-free, unrestricted license to exercise all rights under those
+ copyrights. This includes, at our option, the right to sublicense these same
+ rights to third parties through multiple levels of sublicensees or other
+ licensing arrangements;
+
+ * you agree that each of us can do all things in relation to your
+ contribution as if each of us were the sole owners, and if one of us makes
+ a derivative work of your contribution, the one who makes the derivative
+ work (or has it made will be the sole owner of that derivative work;
+
+ * you agree that you will not assert any moral rights in your contribution
+ against us, our licensees or transferees;
+
+ * you agree that we may register a copyright in your contribution and
+ exercise all ownership rights associated with it; and
+
+ * you agree that neither of us has any duty to consult with, obtain the
+ consent of, pay or render an accounting to the other for any use or
+ distribution of your contribution.
+
+3. With respect to any patents you own, or that you can license without payment
+to any third party, you hereby grant to us a perpetual, irrevocable,
+non-exclusive, worldwide, no-charge, royalty-free license to:
+
+ * make, have made, use, sell, offer to sell, import, and otherwise transfer
+ your contribution in whole or in part, alone or in combination with or
+ included in any product, work or materials arising out of the project to
+ which your contribution was submitted, and
+
+ * at our option, to sublicense these same rights to third parties through
+ multiple levels of sublicensees or other licensing arrangements.
+
+4. Except as set out above, you keep all right, title, and interest in your
+contribution. The rights that you grant to us under these terms are effective
+on the date you first submitted a contribution to us, even if your submission
+took place before the date you sign these terms.
+
+5. You covenant, represent, warrant and agree that:
+
+ * Each contribution that you submit is and shall be an original work of
+ authorship and you can legally grant the rights set out in this SCA;
+
+ * to the best of your knowledge, each contribution will not violate any
+ third party's copyrights, trademarks, patents, or other intellectual
+ property rights; and
+
+ * each contribution shall be in compliance with U.S. export control laws and
+ other applicable export and import laws. You agree to notify us if you
+ become aware of any circumstance which would make any of the foregoing
+ representations inaccurate in any respect. We may publicly disclose your
+ participation in the project, including the fact that you have signed the SCA.
+
+6. This SCA is governed by the laws of the State of California and applicable
+U.S. Federal law. Any choice of law rules will not apply.
+
+7. Please place an “x” on one of the applicable statement below. Please do NOT
+mark both statements:
+
+ * [x] I am signing on behalf of myself as an individual and no other person
+ or entity, including my employer, has or will have rights with respect my
+ contributions.
+
+ * [ ] I am signing on behalf of my employer or a legal entity and I have the
+ actual authority to contractually bind that entity.
+
+## Contributor Details
+
+| Field | Entry |
+|------------------------------- | -------------------------------- |
+| Name | Michael Wallin |
+| Company name (if applicable) | |
+| Title or role (if applicable) | |
+| Date | 2017-02-04 |
+| GitHub username | wallinm1 |
+| Website (optional) | |
diff --git a/.gitignore b/.gitignore
index da7dde60c..8716a8ef0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,6 +102,10 @@ coverage.xml
# Website
website/_deploy.sh
website/package.json
-website/blog/announcement.jade
+website/announcement.jade
website/www/
website/.gitignore
+
+# Python virtualenv
+venv
+venv/*
diff --git a/.travis.yml b/.travis.yml
index 4bcc4a542..55c080d1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ group: edge
python:
- "2.7"
- - "3.5"
+ - "3.6"
os:
- linux
@@ -14,7 +14,8 @@ os:
env:
- VIA=compile LC_ALL=en_US.ascii
- VIA=compile
- - VIA=sdist
+
+# - VIA=sdist
install:
- "./travis.sh"
@@ -22,8 +23,8 @@ install:
script:
- "pip install pytest"
- if [[ "${VIA}" == "compile" ]]; then python -m pytest spacy; fi
- - if [[ "${VIA}" == "pypi" ]]; then python -m pytest `python -c "import pathlib; import spacy; print(pathlib.Path(spacy.__file__).parent.resolve())"`; fi
- - if [[ "${VIA}" == "sdist" ]]; then python -m pytest `python -c "import pathlib; import spacy; print(pathlib.Path(spacy.__file__).parent.resolve())"`; fi
+ - if [[ "${VIA}" == "pypi" ]]; then python -m pytest `python -c "import os.path; import spacy; print(os.path.abspath(ospath.dirname(spacy.__file__)))"`; fi
+ - if [[ "${VIA}" == "sdist" ]]; then python -m pytest `python -c "import os.path; import spacy; print(os.path.abspath(os.path.dirname(spacy.__file__)))"`; fi
notifications:
slack:
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2f699ecd2..09e400e1f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,10 +7,11 @@ Following the v1.0 release, it's time to welcome more contributors into the spaC
## Table of contents
1. [Issues and bug reports](#issues-and-bug-reports)
2. [Contributing to the code base](#contributing-to-the-code-base)
-3. [Updating the website](#updating-the-website)
-4. [Submitting a tutorial](#submitting-a-tutorial)
-5. [Submitting a project to the showcase](#submitting-a-project-to-the-showcase)
-6. [Code of conduct](#code-of-conduct)
+3. [Adding tests](#adding-tests)
+4. [Updating the website](#updating-the-website)
+5. [Submitting a tutorial](#submitting-a-tutorial)
+6. [Submitting a project to the showcase](#submitting-a-project-to-the-showcase)
+7. [Code of conduct](#code-of-conduct)
## Issues and bug reports
@@ -18,13 +19,13 @@ First, [do a quick search](https://github.com/issues?q=+is%3Aissue+user%3Aexplos
If you're looking for help with your code, consider posting a question on [StackOverflow](http://stackoverflow.com/questions/tagged/spacy) instead. If you tag it `spacy` and `python`, more people will see it and hopefully be able to help.
-When opening an issue, use a descriptive title and include your environment (operating system, Python version, spaCy version). Our [issue template](https://github.com/explosion/spaCy/issues/new) helps you remember the most important details to include.
+When opening an issue, use a descriptive title and include your environment (operating system, Python version, spaCy version). Our [issue template](https://github.com/explosion/spaCy/issues/new) helps you remember the most important details to include. **Pro tip:** If you need to share long blocks of code or logs, you can wrap them in `` and ` `. This [collapses the content](https://developer.mozilla.org/en/docs/Web/HTML/Element/details) so it only becomes visible on click, making the issue easier to read and follow.
If you've discovered a bug, you can also submit a [regression test](#fixing-bugs) straight away. When you're opening an issue to report the bug, simply refer to your pull request in the issue body.
### Issue labels
-We use the following system to tag our issues:
+To distinguish issues that are opened by us, the maintainers, we usually add a 💫 to the title. We also use the following system to tag our issues:
| Issue label | Description |
| --- | --- |
@@ -33,23 +34,23 @@ We use the following system to tag our issues:
| [`install`](https://github.com/explosion/spaCy/labels/install) | Installation problems |
| [`performance`](https://github.com/explosion/spaCy/labels/performance) | Accuracy, speed and memory use problems |
| [`tests`](https://github.com/explosion/spaCy/labels/tests) | Missing or incorrect [tests](spacy/tests) |
+| [`examples`](https://github.com/explosion/spaCy/labels/examples) | Issues related to the [examples](spacy/examples) |
| [`english`](https://github.com/explosion/spaCy/labels/english), [`german`](https://github.com/explosion/spaCy/labels/german) | Issues related to the specific languages, models and data |
| [`linux`](https://github.com/explosion/spaCy/labels/linux), [`osx`](https://github.com/explosion/spaCy/labels/osx), [`windows`](https://github.com/explosion/spaCy/labels/windows) | Issues related to the specific operating systems |
| [`pip`](https://github.com/explosion/spaCy/labels/pip), [`conda`](https://github.com/explosion/spaCy/labels/conda) | Issues related to the specific package managers |
| [`duplicate`](https://github.com/explosion/spaCy/labels/duplicate) | Duplicates, i.e. issues that have been reported before |
+| [`meta`](https://github.com/explosion/spaCy/labels/meta) | Meta topics, e.g. repo organisation and issue management |
| [`help wanted`](https://github.com/explosion/spaCy/labels/help%20wanted) | Requests for contributions |
-
+| [`help wanted (easy)`](https://github.com/explosion/spaCy/labels/help%20wanted%20%28easy%29) | Requests for contributions suitable for beginners |
## Contributing to the code base
-Coming soon.
-
+You don't have to be an NLP expert or Python pro to contribute, and we're happy to help you get started. If you're new to spaCy, a good place to start is the [`help wanted (easy)`](https://github.com/explosion/spaCy/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted+%28easy%29%22) label, which we use to tag bugs and feature requests that are easy and self-contained. If you've decided to take on one of these problems and you're making good progress, don't forget to add a quick comment to the issue. You can also use the issue to ask questions, or share your work in progress.
### Conventions for Python
Coming soon.
-
### Conventions for Cython
Coming soon.
@@ -66,11 +67,21 @@ example_user would create the file `.github/contributors/example_user.md`.
### Fixing bugs
-When fixing a bug, first create an [issue](https://github.com/explosion/spaCy/issues) if one does not already exist. The description text can be very short – we don't want to make this too bureaucratic. Next, create a test file named `test_issue[ISSUE NUMBER].py` in the [`spacy/tests/regression`](spacy/tests/regression) folder.
+When fixing a bug, first create an [issue](https://github.com/explosion/spaCy/issues) if one does not already exist. The description text can be very short – we don't want to make this too bureaucratic.
-Test for the bug you're fixing, and make sure the test fails. If the test requires the models to be loaded, mark it with the `pytest.mark.models` decorator.
+Next, create a test file named `test_issue[ISSUE NUMBER].py` in the [`spacy/tests/regression`](spacy/tests/regression) folder. Test for the bug you're fixing, and make sure the test fails. Next, add and commit your test file referencing the issue number in the commit message. Finally, fix the bug, make sure your test passes and reference the issue in your commit message.
-Next, add and commit your test file referencing the issue number in the commit message. Finally, fix the bug, make sure your test passes and reference the issue in your commit message.
+📖 **For more information on how to add tests, check out the [tests README](spacy/tests/README.md).**
+
+## Adding tests
+
+spaCy uses the [pytest](http://doc.pytest.org/) framework for testing. For more info on this, see the [pytest documentation](http://docs.pytest.org/en/latest/contents.html). Tests for spaCy modules and classes live in their own directories of the same name. For example, tests for the `Tokenizer` can be found in [`/spacy/tests/tokenizer`](spacy/tests/tokenizer). To be interpreted and run, all test files and test functions need to be prefixed with `test_`.
+
+When adding tests, make sure to use descriptive names, keep the code short and concise and only test for one behaviour at a time. Try to `parametrize` test cases wherever possible, use our pre-defined fixtures for spaCy components and avoid unnecessary imports.
+
+Extensive tests that take a long time should be marked with `@pytest.mark.slow`. Tests that require the model to be loaded should be marked with `@pytest.mark.models`. Loading the models is expensive and not necessary if you're not actually testing the model performance. If all you needs ia a `Doc` object with annotations like heads, POS tags or the dependency parse, you can use the `get_doc()` utility function to construct it manually.
+
+📖 **For more guidelines and information on how to add tests, check out the [tests README](spacy/tests/README.md).**
## Updating the website
@@ -80,13 +91,15 @@ Our [website and docs](https://spacy.io) are implemented in [Jade/Pug](https://w
```bash
sudo npm install --global harp
git clone https://github.com/explosion/spaCy
-cd website
+cd spaCy/website
harp server
```
The docs can always use another example or more detail, and they should always be up to date and not misleading. To quickly find the correct file to edit, simply click on the "Suggest edits" button at the bottom of a page.
-To make it easy to add content components, we use a [collection of custom mixins](_includes/_mixins.jade), like `+table`, `+list` or `+code`. For more info and troubleshooting guides, check out the [website README](website).
+To make it easy to add content components, we use a [collection of custom mixins](_includes/_mixins.jade), like `+table`, `+list` or `+code`.
+
+📖 **For more info and troubleshooting guides, check out the [website README](website).**
### Resources to get you started
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9c34ed174..81a7e71ac 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -4,10 +4,12 @@ This is a list of everyone who has made significant contributions to spaCy, in a
* Adam Bittlingmayer, [@bittlingmayer](https://github.com/bittlingmayer)
* Andreas Grivas, [@andreasgrv](https://github.com/andreasgrv)
+* Aniruddha Adhikary [@aniruddha-adhikary](https://github.com/aniruddha-adhikary)
* Bhargav Srinivasa, [@bhargavvader](https://github.com/bhargavvader)
* Chris DuBois, [@chrisdubois](https://github.com/chrisdubois)
* Christoph Schwienheer, [@chssch](https://github.com/chssch)
* Dafne van Kuppevelt, [@dafnevk](https://github.com/dafnevk)
+* Daniel Rapp, [@rappdw](https://github.com/rappdw)
* Dmytro Sadovnychyi, [@sadovnychyi](https://github.com/sadovnychyi)
* György Orosz, [@oroszgy](https://github.com/oroszgy)
* Henning Peters, [@henningpeters](https://github.com/henningpeters)
@@ -22,11 +24,15 @@ This is a list of everyone who has made significant contributions to spaCy, in a
* Mark Amery, [@ExplodingCabbage](https://github.com/ExplodingCabbage)
* Matthew Honnibal, [@honnibal](https://github.com/honnibal)
* Maxim Samsonov, [@maxirmx](https://github.com/maxirmx)
+* Michael Wallin, [@wallinm1](https://github.com/wallinm1)
* Oleg Zd, [@olegzd](https://github.com/olegzd)
* Pokey Rule, [@pokey](https://github.com/pokey)
+* Raphaël Bournhonesque, [@raphael0202](https://github.com/raphael0202)
* Rob van Nieuwpoort, [@RvanNieuwpoort](https://github.com/RvanNieuwpoort)
* Sam Bozek, [@sambozek](https://github.com/sambozek)
-* Sasho Savkov [@savkov](https://github.com/savkov)
+* Sasho Savkov, [@savkov](https://github.com/savkov)
+* Shuvanon Razik, [@shuvanon](https://github.com/shuvanon)
+* Thomas Tanon, [@Tpt](https://github.com/Tpt)
* Tiago Rodrigues, [@TiagoMRodrigues](https://github.com/TiagoMRodrigues)
* Vsevolod Solovyov, [@vsolovyov](https://github.com/vsolovyov)
* Wah Loon Keng, [@kengz](https://github.com/kengz)
diff --git a/README.rst b/README.rst
index 6e03aa0c4..1f13eeec9 100644
--- a/README.rst
+++ b/README.rst
@@ -1,64 +1,70 @@
spaCy: Industrial-strength NLP
******************************
-spaCy is a library for advanced natural language processing in Python and
-Cython. spaCy is built on the very latest research, but it isn't researchware.
-It was designed from day one to be used in real products. spaCy currently supports
-English and German, as well as tokenization for Chinese, Spanish, Italian, French,
-Portuguese, Dutch, Swedish and Hungarian. It's commercial open-source software,
-released under the MIT license.
+spaCy is a library for advanced natural language processing in Python and
+Cython. spaCy is built on the very latest research, but it isn't researchware.
+It was designed from day one to be used in real products. spaCy currently supports
+English and German, as well as tokenization for Chinese, Spanish, Italian, French,
+Portuguese, Dutch, Swedish, Finnish, Hungarian and Bengali. It's commercial open-source
+software, released under the MIT license.
-💫 **Version 1.5 out now!** `Read the release notes here. `_
+💫 **Version 1.6 out now!** `Read the release notes here. `_
-.. image:: http://i.imgur.com/wFvLZyJ.png
- :target: https://travis-ci.org/explosion/spaCy
- :alt: spaCy on Travis CI
-
-.. image:: https://travis-ci.org/explosion/spaCy.svg?branch=master
+.. image:: https://img.shields.io/travis/explosion/spaCy/master.svg?style=flat-square
:target: https://travis-ci.org/explosion/spaCy
:alt: Build Status
-
-.. image:: https://img.shields.io/github/release/explosion/spacy.svg
- :target: https://github.com/explosion/spaCy/releases
+
+.. image:: https://img.shields.io/github/release/explosion/spacy.svg?style=flat-square
+ :target: https://github.com/explosion/spaCy/releases
:alt: Current Release Version
-
-.. image:: https://img.shields.io/pypi/v/spacy.svg
+
+.. image:: https://img.shields.io/pypi/v/spacy.svg?style=flat-square
:target: https://pypi.python.org/pypi/spacy
:alt: pypi Version
-.. image:: https://badges.gitter.im/explosion.png
+.. image:: https://anaconda.org/conda-forge/spacy/badges/version.svg
+ :target: https://anaconda.org/conda-forge/spacy
+ :alt: conda Version
+
+.. image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-09a3d5.svg?style=flat-square
:target: https://gitter.im/explosion/spaCy
:alt: spaCy on Gitter
+.. image:: https://img.shields.io/twitter/follow/spacy_io.svg?style=social&label=Follow
+ :target: https://twitter.com/spacy_io
+ :alt: spaCy on Twitter
+
📖 Documentation
================
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
-| `Usage Workflows `_ | How to use spaCy and its features. |
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
-| `API Reference `_ | The detailed reference for spaCy's API. |
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
-| `Tutorials `_ | End-to-end examples, with code you can modify and run. |
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
-| `Showcase & Demos `_ | Demos, libraries and products from the spaCy community. |
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
-| `Contribute `_ | How to contribute to the spaCy project and code base. |
-+--------------------------------------------------------------------------------+---------------------------------------------------------+
+=================== ===
+`Usage Workflows`_ How to use spaCy and its features.
+`API Reference`_ The detailed reference for spaCy's API.
+`Tutorials`_ End-to-end examples, with code you can modify and run.
+`Showcase & Demos`_ Demos, libraries and products from the spaCy community.
+`Contribute`_ How to contribute to the spaCy project and code base.
+=================== ===
+
+.. _Usage Workflows: https://spacy.io/docs/usage/
+.. _API Reference: https://spacy.io/docs/api/
+.. _Tutorials: https://spacy.io/docs/usage/tutorials
+.. _Showcase & Demos: https://spacy.io/docs/usage/showcase
+.. _Contribute: https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md
💬 Where to ask questions
==========================
-+---------------------------+------------------------------------------------------------------------------------------------------------+
-| **Bug reports** | `GitHub Issue tracker `_ |
-+---------------------------+------------------------------------------------------------------------------------------------------------+
-| **Usage questions** | `StackOverflow `_, `Reddit usergroup |
-| | `_, `Gitter chat `_ |
-+---------------------------+------------------------------------------------------------------------------------------------------------+
-| **General discussion** | `Reddit usergroup `_, |
-| | `Gitter chat `_ |
-+---------------------------+------------------------------------------------------------------------------------------------------------+
-| **Commercial support** | contact@explosion.ai |
-+---------------------------+------------------------------------------------------------------------------------------------------------+
+====================== ===
+**Bug reports** `GitHub issue tracker`_
+**Usage questions** `StackOverflow`_, `Gitter chat`_, `Reddit user group`_
+**General discussion** `Gitter chat`_, `Reddit user group`_
+**Commercial support** contact@explosion.ai
+====================== ===
+
+.. _GitHub issue tracker: https://github.com/explosion/spaCy/issues
+.. _StackOverflow: http://stackoverflow.com/questions/tagged/spacy
+.. _Gitter chat: https://gitter.im/explosion/spaCy
+.. _Reddit user group: https://www.reddit.com/r/spacynlp
Features
========
@@ -81,7 +87,7 @@ Features
See `facts, figures and benchmarks `_.
Top Performance
-===============
+---------------
* Fastest in the world: <50ms per document. No faster system has ever been
announced.
@@ -90,95 +96,151 @@ Top Performance
accurate systems are an order of magnitude slower or more.
Supports
-========
+--------
-* CPython 2.6, 2.7, 3.3, 3.4, 3.5 (only 64 bit)
-* macOS / OS X
-* Linux
-* Windows (Cygwin, MinGW, Visual Studio)
+==================== ===
+**Operating system** macOS / OS X, Linux, Windows (Cygwin, MinGW, Visual Studio)
+**Python version** CPython 2.6, 2.7, 3.3, 3.4, 3.5. Only 64 bit.
+**Package managers** `pip`_ (source packages only), `conda`_ (via ``conda-forge``)
+==================== ===
+
+.. _pip: https://pypi.python.org/pypi/spacy
+.. _conda: https://anaconda.org/conda-forge/spacy
Install spaCy
=============
-spaCy is compatible with 64-bit CPython 2.6+/3.3+ and runs on Unix/Linux, OS X
-and Windows. Source packages are available via
-`pip `_. Please make sure that
-you have a working build enviroment set up. See notes on Ubuntu, macOS/OS X and Windows
-for details.
+Installation requires a working build environment. See notes on Ubuntu,
+macOS/OS X and Windows for details.
pip
---
-When using pip it is generally recommended to install packages in a virtualenv to
-avoid modifying system state:
+Using pip, spaCy releases are currently only available as source packages.
.. code:: bash
+ pip install -U spacy
+
+When using pip it is generally recommended to install packages in a ``virtualenv``
+to avoid modifying system state:
+
+.. code:: bash
+
+ virtualenv .env
+ source .env/bin/activate
pip install spacy
-Python packaging is awkward at the best of times, and it's particularly tricky with
-C extensions, built via Cython, requiring large data files. So, please report issues
-as you encounter them.
+conda
+-----
-Install model
-=============
+Thanks to our great community, we've finally re-added conda support. You can now
+install spaCy via ``conda-forge``:
-After installation you need to download a language model. Currently only models for
-English and German, named ``en`` and ``de``, are available.
+.. code:: bash
+
+ conda config --add channels conda-forge
+ conda install spacy
+
+For the feedstock including the build recipe and configuration,
+check out `this repository `_.
+Improvements and pull requests to the recipe and setup are always appreciated.
+
+Download models
+===============
+
+After installation you need to download a language model. Models for English
+(``en``) and German (``de``) are available.
.. code:: bash
python -m spacy.en.download all
python -m spacy.de.download all
-The download command fetches about 1 GB of data which it installs
+The download command fetches about 1 GB of data which it installs
within the ``spacy`` package directory.
-Upgrading spaCy
-===============
-
-To upgrade spaCy to the latest release:
-
-pip
----
-
-.. code:: bash
-
- pip install -U spacy
-
-Sometimes new releases require a new language model. Then you will have to upgrade to
-a new model, too. You can also force re-downloading and installing a new language model:
+Sometimes new releases require a new language model. Then you will have to
+upgrade to a new model, too. You can also force re-downloading and installing a
+new language model:
.. code:: bash
python -m spacy.en.download --force
+Download model to custom location
+---------------------------------
+
+You can specify where ``spacy.en.download`` and ``spacy.de.download`` download
+the language model to using the ``--data-path`` or ``-d`` argument:
+
+.. code:: bash
+
+ python -m spacy.en.download all --data-path /some/dir
+
+If you choose to download to a custom location, you will need to tell spaCy where to load the model
+from in order to use it. You can do this either by calling ``spacy.util.set_data_path()`` before
+calling ``spacy.load()``, or by passing a ``path`` argument to the ``spacy.en.English`` or
+``spacy.de.German`` constructors.
+
+Download models manually
+------------------------
+
+As of v1.6, the models and word vectors are also available as direct downloads
+from GitHub, attached to the `releases `_
+as ``.tar.gz`` archives.
+
+To install the models manually, first find the default data path. You can use
+``spacy.util.get_data_path()`` to find the directory where spaCy will look for
+its models, or change the default data path with ``spacy.util.set_data_path()``.
+Then simply unpack the archive and place the contained folder in that directory.
+You can now load the models via ``spacy.load()``.
+
Compile from source
===================
-The other way to install spaCy is to clone its GitHub repository and build it from
+The other way to install spaCy is to clone its
+`GitHub repository `_ and build it from
source. That is the common way if you want to make changes to the code base.
-
-You'll need to make sure that you have a development enviroment consisting of a
-Python distribution including header files, a compiler, pip, virtualenv and git
-installed. The compiler part is the trickiest. How to do that depends on your
-system. See notes on Ubuntu, OS X and Windows for details.
+You'll need to make sure that you have a development enviroment consisting of a
+Python distribution including header files, a compiler,
+`pip `__, `virtualenv `_
+and `git `_ installed. The compiler part is the trickiest.
+How to do that depends on your system. See notes on Ubuntu, OS X and Windows for
+details.
.. code:: bash
# make sure you are using recent pip/virtualenv versions
python -m pip install -U pip virtualenv
-
- # find git install instructions at https://git-scm.com/downloads
- git clone https://github.com/explosion/spaCy.git
-
+ git clone https://github.com/explosion/spaCy
cd spaCy
- virtualenv .env && source .env/bin/activate
+
+ virtualenv .env
+ source .env/bin/activate
pip install -r requirements.txt
pip install -e .
-
-Compared to regular install via pip `requirements.txt `_
-additionally installs developer dependencies such as cython.
+
+Compared to regular install via pip `requirements.txt `_
+additionally installs developer dependencies such as Cython.
+
+Instead of the above verbose commands, you can also use the following
+`Fabric `_ commands:
+
+============= ===
+``fab env`` Create ``virtualenv`` and delete previous one, if it exists.
+``fab make`` Compile the source.
+``fab clean`` Remove compiled objects, including the generated C++.
+``fab test`` Run basic tests, aborting after first failure.
+============= ===
+
+All commands assume that your ``virtualenv`` is located in a directory ``.env``.
+If you're using a different directory, you can change it via the environment
+variable ``VENV_DIR``, for example:
+
+.. code:: bash
+
+ VENV_DIR=".custom-env" fab clean make
Ubuntu
------
@@ -192,388 +254,89 @@ Install system-level dependencies via ``apt-get``:
macOS / OS X
------------
-Install a recent version of `XCode `_,
-including the so-called "Command Line Tools". macOS and OS X ship with Python
+Install a recent version of `XCode `_,
+including the so-called "Command Line Tools". macOS and OS X ship with Python
and git preinstalled.
Windows
-------
Install a version of `Visual Studio Express `_
-or higher that matches the version that was used to compile your Python
-interpreter. For official distributions these are VS 2008 (Python 2.7),
+or higher that matches the version that was used to compile your Python
+interpreter. For official distributions these are VS 2008 (Python 2.7),
VS 2010 (Python 3.4) and VS 2015 (Python 3.5).
Run tests
=========
-spaCy comes with an extensive test suite. First, find out where spaCy is
-installed:
+spaCy comes with an `extensive test suite `_. First, find out where
+spaCy is installed:
.. code:: bash
-
+
python -c "import os; import spacy; print(os.path.dirname(spacy.__file__))"
-Then run ``pytest`` on that directory. The flags ``--vectors``, ``--slow``
+Then run ``pytest`` on that directory. The flags ``--vectors``, ``--slow``
and ``--model`` are optional and enable additional tests:
.. code:: bash
-
+
# make sure you are using recent pytest version
python -m pip install -U pytest
python -m pytest --vectors --model --slow
-Download model to custom location
-=================================
-
-You can specify where ``spacy.en.download`` and ``spacy.de.download`` download the language model
-to using the ``--data-path`` or ``-d`` argument:
-
-.. code:: bash
-
- python -m spacy.en.download all --data-path /some/dir
-
-
-If you choose to download to a custom location, you will need to tell spaCy where to load the model
-from in order to use it. You can do this either by calling ``spacy.util.set_data_path()`` before
-calling ``spacy.load()``, or by passing a ``path`` argument to the ``spacy.en.English`` or
-``spacy.de.German`` constructors.
-
-Changelog
-=========
-
-2016-12-27 `v1.5.0 `_: *Alpha support for Swedish and Hungarian*
--------------------------------------------------------------------------------------------------------------
-
-**✨ Major features and improvements**
-
-* **NEW:** Alpha support for Swedish tokenization.
-* **NEW:** Alpha support for Hungarian tokenization.
-* Update language data for Spanish tokenization.
-* Speed up tokenization when no data is preloaded by caching the first 10,000 vocabulary items seen.
-
-**🔴 Bug fixes**
-
-* List the ``language_data`` package in the ``setup.py``.
-* Fix missing ``vec_path`` declaration that was failing if ``add_vectors`` was set.
-* Allow ``Vocab`` to load without ``serializer_freqs``.
-
-**📖 Documentation and examples**
-
-* **NEW:** `spaCy Jupyter notebooks `_ repo: ongoing collection of easy-to-run spaCy examples and tutorials.
-* Fix issue `#657 `_: Generalise dependency parsing `annotation specs `_ beyond English.
-* Fix various typos and inconsistencies.
-
-**👥 Contributors**
-
-Thanks to `@oroszgy `_, `@magnusburton `_, `@jmizgajski `_, `@aikramer2 `_, `@fnorf `_ and `@bhargavvader `_ for the pull requests!
-
-2016-12-18 `v1.4.0 `_: *Improved language data and alpha Dutch support*
--------------------------------------------------------------------------------------------------------------------------------
-
-**✨ Major features and improvements**
-
-* **NEW:** Alpha support for Dutch tokenization.
-* Reorganise and improve format for language data.
-* Add shared tag map, entity rules, emoticons and punctuation to language data.
-* Convert entity rules, morphological rules and lemmatization rules from JSON to Python.
-* Update language data for English, German, Spanish, French, Italian and Portuguese.
-
-**🔴 Bug fixes**
-
-* Fix issue `#649 `_: Update and reorganise stop lists.
-* Fix issue `#672 `_: Make ``token.ent_iob_`` return unicode.
-* Fix issue `#674 `_: Add missing lemmas for contracted forms of "be" to ``TOKENIZER_EXCEPTIONS``.
-* Fix issue `#683 `_ ``Morphology`` class now supplies tag map value for the special space tag if it's missing.
-* Fix issue `#684 `_: Ensure ``spacy.en.English()`` loads the Glove vector data if available. Previously was inconsistent with behaviour of ``spacy.load('en')``.
-* Fix issue `#685 `_: Expand ``TOKENIZER_EXCEPTIONS`` with unicode apostrophe (``’``).
-* Fix issue `#689 `_: Correct typo in ``STOP_WORDS``.
-* Fix issue `#691 `_: Add tokenizer exceptions for "gonna" and "Gonna".
-
-**⚠️ Backwards incompatibilities**
-
-No changes to the public, documented API, but the previously undocumented language data and model initialisation processes have been refactored and reorganised. If you were relying on the ``bin/init_model.py`` script, see the new `spaCy Developer Resources `_ repo. Code that references internals of the ``spacy.en`` or ``spacy.de`` packages should also be reviewed before updating to this version.
-
-**📖 Documentation and examples**
-
-* **NEW:** `"Adding languages" `_ workflow.
-* **NEW:** `"Part-of-speech tagging" `_ workflow.
-* **NEW:** `spaCy Developer Resources `_ repo – scripts, tools and resources for developing spaCy.
-* Fix various typos and inconsistencies.
-
-**👥 Contributors**
-
-Thanks to `@dafnevk `_, `@jvdzwaan `_, `@RvanNieuwpoort `_, `@wrvhage `_, `@jaspb `_, `@savvopoulos `_ and `@davedwards `_ for the pull requests!
-
-2016-12-03 `v1.3.0 `_: *Improve API consistency*
---------------------------------------------------------------------------------------------------------
-
-**✨ API improvements**
-
-* Add ``Span.sentiment`` attribute.
-* `#658 `_: Add ``Span.noun_chunks`` iterator (thanks `@pokey `_).
-* `#642 `_: Let ``--data-path`` be specified when running download.py scripts (thanks `@ExplodingCabbage `_).
-* `#638 `_: Add German stopwords (thanks `@souravsingh `_).
-* `#614 `_: Fix ``PhraseMatcher`` to work with new ``Matcher`` (thanks `@sadovnychyi `_).
-
-**🔴 Bug fixes**
-
-* Fix issue `#605 `_: ``accept`` argument to ``Matcher`` now rejects matches as expected.
-* Fix issue `#617 `_: ``Vocab.load()`` now works with string paths, as well as ``Path`` objects.
-* Fix issue `#639 `_: Stop words in ``Language`` class now used as expected.
-* Fix issues `#656 `_, `#624 `_: ``Tokenizer`` special-case rules now support arbitrary token attributes.
-
-
-**📖 Documentation and examples**
-
-* Add `"Customizing the tokenizer" `_ workflow.
-* Add `"Training the tagger, parser and entity recognizer" `_ workflow.
-* Add `"Entity recognition" `_ workflow.
-* Fix various typos and inconsistencies.
-
-**👥 Contributors**
-
-Thanks to `@pokey `_, `@ExplodingCabbage `_, `@souravsingh `_, `@sadovnychyi `_, `@manojsakhwar `_, `@TiagoMRodrigues `_, `@savkov `_, `@pspiegelhalter `_, `@chenb67 `_, `@kylepjohnson `_, `@YanhaoYang `_, `@tjrileywisc `_, `@dechov `_, `@wjt `_, `@jsmootiv `_ and `@blarghmatey `_ for the pull requests!
-
-2016-11-04 `v1.2.0 `_: *Alpha tokenizers for Chinese, French, Spanish, Italian and Portuguese*
-------------------------------------------------------------------------------------------------------------------------------------------------------
-
-**✨ Major features and improvements**
-
-* **NEW:** Support Chinese tokenization, via `Jieba `_.
-* **NEW:** Alpha support for French, Spanish, Italian and Portuguese tokenization.
-
-**🔴 Bug fixes**
-
-* Fix issue `#376 `_: POS tags for "and/or" are now correct.
-* Fix issue `#578 `_: ``--force`` argument on download command now operates correctly.
-* Fix issue `#595 `_: Lemmatization corrected for some base forms.
-* Fix issue `#588 `_: `Matcher` now rejects empty patterns.
-* Fix issue `#592 `_: Added exception rule for tokenization of "Ph.D."
-* Fix issue `#599 `_: Empty documents now considered tagged and parsed.
-* Fix issue `#600 `_: Add missing ``token.tag`` and ``token.tag_`` setters.
-* Fix issue `#596 `_: Added missing unicode import when compiling regexes that led to incorrect tokenization.
-* Fix issue `#587 `_: Resolved bug that caused ``Matcher`` to sometimes segfault.
-* Fix issue `#429 `_: Ensure missing entity types are added to the entity recognizer.
-
-2016-10-23 `v1.1.0 `_: *Bug fixes and adjustments*
-----------------------------------------------------------------------------------------------------------
-
-* Rename new ``pipeline`` keyword argument of ``spacy.load()`` to ``create_pipeline``.
-* Rename new ``vectors`` keyword argument of ``spacy.load()`` to ``add_vectors``.
-
-**🔴 Bug fixes**
-
-* Fix issue `#544 `_: Add ``vocab.resize_vectors()`` method, to support changing to vectors of different dimensionality.
-* Fix issue `#536 `_: Default probability was incorrect for OOV words.
-* Fix issue `#539 `_: Unspecified encoding when opening some JSON files.
-* Fix issue `#541 `_: GloVe vectors were being loaded incorrectly.
-* Fix issue `#522 `_: Similarities and vector norms were calculated incorrectly.
-* Fix issue `#461 `_: ``ent_iob`` attribute was incorrect after setting entities via ``doc.ents``
-* Fix issue `#459 `_: Deserialiser failed on empty doc
-* Fix issue `#514 `_: Serialization failed after adding a new entity label.
-
-2016-10-18 `v1.0.0 `_: *Support for deep learning workflows and entity-aware rule matcher*
---------------------------------------------------------------------------------------------------------------------------------------------------
-
-**✨ Major features and improvements**
-
-* **NEW:** `custom processing pipelines `_, to support deep learning workflows
-* **NEW:** `Rule matcher `_ now supports entity IDs and attributes
-* **NEW:** Official/documented `training APIs `_ and `GoldParse` class
-* Download and use GloVe vectors by default
-* Make it easier to load and unload word vectors
-* Improved rule matching functionality
-* Move basic data into the code, rather than the json files. This makes it simpler to use the tokenizer without the models installed, and makes adding new languages much easier.
-* Replace file-system strings with ``Path`` objects. You can now load resources over your network, or do similar trickery, by passing any object that supports the ``Path`` protocol.
-
-**⚠️ Backwards incompatibilities**
-
-* The data_dir keyword argument of ``Language.__init__`` (and its subclasses ``English.__init__`` and ``German.__init__``) has been renamed to ``path``.
-* Details of how the Language base-class and its sub-classes are loaded, and how defaults are accessed, have been heavily changed. If you have your own subclasses, you should review the changes.
-* The deprecated ``token.repvec`` name has been removed.
-* The ``.train()`` method of Tagger and Parser has been renamed to ``.update()``
-* The previously undocumented ``GoldParse`` class has a new ``__init__()`` method. The old method has been preserved in ``GoldParse.from_annot_tuples()``.
-* Previously undocumented details of the ``Parser`` class have changed.
-* The previously undocumented ``get_package`` and ``get_package_by_name`` helper functions have been moved into a new module, ``spacy.deprecated``, in case you still need them while you update.
-
-**🔴 Bug fixes**
-
-* Fix ``get_lang_class`` bug when GloVe vectors are used.
-* Fix Issue `#411 `_: ``doc.sents`` raised IndexError on empty string.
-* Fix Issue `#455 `_: Correct lemmatization logic
-* Fix Issue `#371 `_: Make ``Lexeme`` objects hashable
-* Fix Issue `#469 `_: Make ``noun_chunks`` detect root NPs
-
-**👥 Contributors**
-
-Thanks to `@daylen `_, `@RahulKulhari `_, `@stared `_, `@adamhadani `_, `@izeye `_ and `@crawfordcomeaux `_ for the pull requests!
-
-2016-05-10 `v0.101.0 `_: *Fixed German model*
-------------------------------------------------------------------------------------------------------
-
-* Fixed bug that prevented German parses from being deprojectivised.
-* Bug fixes to sentence boundary detection.
-* Add rich comparison methods to the Lexeme class.
-* Add missing ``Doc.has_vector`` and ``Span.has_vector`` properties.
-* Add missing ``Span.sent`` property.
-
-2016-05-05 `v0.100.7 `_: *German!*
--------------------------------------------------------------------------------------------
-
-spaCy finally supports another language, in addition to English. We're lucky
-to have Wolfgang Seeker on the team, and the new German model is just the
-beginning. Now that there are multiple languages, you should consider loading
-spaCy via the ``load()`` function. This function also makes it easier to load extra
-word vector data for English:
-
-.. code:: python
-
- import spacy
- en_nlp = spacy.load('en', vectors='en_glove_cc_300_1m_vectors')
- de_nlp = spacy.load('de')
-
-To support use of the load function, there are also two new helper functions:
-``spacy.get_lang_class`` and ``spacy.set_lang_class``. Once the German model is
-loaded, you can use it just like the English model:
-
-.. code:: python
-
- doc = nlp(u'''Wikipedia ist ein Projekt zum Aufbau einer Enzyklopädie aus freien Inhalten, zu dem du mit deinem Wissen beitragen kannst. Seit Mai 2001 sind 1.936.257 Artikel in deutscher Sprache entstanden.''')
-
- for sent in doc.sents:
- print(sent.root.text, sent.root.n_lefts, sent.root.n_rights)
-
- # (u'ist', 1, 2)
- # (u'sind', 1, 3)
-
-The German model provides tokenization, POS tagging, sentence boundary detection,
-syntactic dependency parsing, recognition of organisation, location and person
-entities, and word vector representations trained on a mix of open subtitles and
-Wikipedia data. It doesn't yet provide lemmatisation or morphological analysis,
-and it doesn't yet recognise numeric entities such as numbers and dates.
-
-**Bugfixes**
-
-* spaCy < 0.100.7 had a bug in the semantics of the ``Token.__str__`` and ``Token.__unicode__`` built-ins: they included a trailing space.
-* Improve handling of "infixed" hyphens. Previously the tokenizer struggled with multiple hyphens, such as "well-to-do".
-* Improve handling of periods after mixed-case tokens
-* Improve lemmatization for English special-case tokens
-* Fix bug that allowed spaces to be treated as heads in the syntactic parse
-* Fix bug that led to inconsistent sentence boundaries before and after serialisation.
-* Fix bug from deserialising untagged documents.
-
-2016-03-08 `v0.100.6 `_: *Add support for GloVe vectors*
------------------------------------------------------------------------------------------------------------------
-
-This release offers improved support for replacing the word vectors used by spaCy.
-To install Stanford's GloVe vectors, trained on the Common Crawl, just run:
-
-.. code:: bash
-
- sputnik --name spacy install en_glove_cc_300_1m_vectors
-
-To reduce memory usage and loading time, we've trimmed the vocabulary down to 1m entries.
-
-This release also integrates all the code necessary for German parsing. A German model
-will be released shortly. To assist in multi-lingual processing, we've added a ``load()``
-function. To load the English model with the GloVe vectors:
-
-.. code:: python
-
- spacy.load('en', vectors='en_glove_cc_300_1m_vectors')
-
-2016-02-07 `v0.100.5 `_
---------------------------------------------------------------------------------
-
-Fix incorrect use of header file, caused from problem with thinc
-
-2016-02-07 `v0.100.4 `_: *Fix OSX problem introduced in 0.100.3*
--------------------------------------------------------------------------------------------------------------------------
-
-Small correction to right_edge calculation
-
-2016-02-06 `v0.100.3 `_
---------------------------------------------------------------------------------
-
-Support multi-threading, via the ``.pipe`` method. spaCy now releases the GIL around the
-parser and entity recognizer, so systems that support OpenMP should be able to do
-shared memory parallelism at close to full efficiency.
-
-We've also greatly reduced loading time, and fixed a number of bugs.
-
-2016-01-21 `v0.100.2 `_
---------------------------------------------------------------------------------
-
-Fix data version lock that affected v0.100.1
-
-2016-01-21 `v0.100.1 `_: *Fix install for OSX*
--------------------------------------------------------------------------------------------------------
-
-v0.100 included header files built on Linux that caused installation to fail on OSX.
-This should now be corrected. We also update the default data distribution, to
-include a small fix to the tokenizer.
-
-2016-01-19 `v0.100 `_: *Revise setup.py, better model downloads, bug fixes*
-----------------------------------------------------------------------------------------------------------------------------------
-
-* Redo setup.py, and remove ugly headers_workaround hack. Should result in fewer install problems.
-* Update data downloading and installation functionality, by migrating to the Sputnik data-package manager. This will allow us to offer finer grained control of data installation in future.
-* Fix bug when using custom entity types in ``Matcher``. This should work by default when using the
- ``English.__call__`` method of running the pipeline. If invoking ``Parser.__call__`` directly to do NER,
- you should call the ``Parser.add_label()`` method to register your entity type.
-* Fix head-finding rules in ``Span``.
-* Fix problem that caused ``doc.merge()`` to sometimes hang
-* Fix problems in handling of whitespace
-
-2015-11-08 `v0.99 `_: *Improve span merging, internal refactoring*
-------------------------------------------------------------------------------------------------------------------------
-
-* Merging multi-word tokens into one, via the ``doc.merge()`` and ``span.merge()`` methods, no longer invalidates existing ``Span`` objects. This makes it much easier to merge multiple spans, e.g. to merge all named entities, or all base noun phrases. Thanks to @andreasgrv for help on this patch.
-* Lots of internal refactoring, especially around the machine learning module, thinc. The thinc API has now been improved, and the spacy._ml wrapper module is no longer necessary.
-* The lemmatizer now lower-cases non-noun, noun-verb and non-adjective words.
-* A new attribute, ``.rank``, is added to Token and Lexeme objects, giving the frequency rank of the word.
-
-2015-11-03 `v0.98 `_: *Smaller package, bug fixes*
----------------------------------------------------------------------------------------------------------
-
-* Remove binary data from PyPi package.
-* Delete archive after downloading data
-* Use updated cymem, preshed and thinc packages
-* Fix information loss in deserialize
-* Fix ``__str__`` methods for Python2
-
-2015-10-23 `v0.97 `_: *Load the StringStore from a json list, instead of a text file*
--------------------------------------------------------------------------------------------------------------------------------------------
-
-* Fix bugs in download.py
-* Require ``--force`` to over-write the data directory in download.py
-* Fix bugs in ``Matcher`` and ``doc.merge()``
-
-2015-10-19 `v0.96 `_: *Hotfix to .merge method*
------------------------------------------------------------------------------------------------------
-
-* Fix bug that caused text to be lost after ``.merge``
-* Fix bug in Matcher when matched entities overlapped
-
-2015-10-18 `v0.95 `_: *Bugfixes*
---------------------------------------------------------------------------------------
-
-* Reform encoding of symbols
-* Fix bugs in ``Matcher``
-* Fix bugs in ``Span``
-* Add tokenizer rule to fix numeric range tokenization
-* Add specific string-length cap in Tokenizer
-* Fix ``token.conjuncts``
-
-2015-10-09 `v0.94 `_
---------------------------------------------------------------------------
-
-* Fix memory error that caused crashes on 32bit platforms
-* Fix parse errors caused by smart quotes and em-dashes
-
-2015-09-22 `v0.93 `_
---------------------------------------------------------------------------
-
-Bug fixes to word vectors
+🛠 Changelog
+===========
+
+=========== ============== ===========
+Version Date Description
+=========== ============== ===========
+`v1.6.0`_ ``2017-01-16`` Improvements to tokenizer and tests
+`v1.5.0`_ ``2016-12-27`` Alpha support for Swedish and Hungarian
+`v1.4.0`_ ``2016-12-18`` Improved language data and alpha Dutch support
+`v1.3.0`_ ``2016-12-03`` Improve API consistency
+`v1.2.0`_ ``2016-11-04`` Alpha tokenizers for Chinese, French, Spanish, Italian and Portuguese
+`v1.1.0`_ ``2016-10-23`` Bug fixes and adjustments
+`v1.0.0`_ ``2016-10-18`` Support for deep learning workflows and entity-aware rule matcher
+`v0.101.0`_ ``2016-05-10`` Fixed German model
+`v0.100.7`_ ``2016-05-05`` German support
+`v0.100.6`_ ``2016-03-08`` Add support for GloVe vectors
+`v0.100.5`_ ``2016-02-07`` Fix incorrect use of header file
+`v0.100.4`_ ``2016-02-07`` Fix OSX problem introduced in 0.100.3
+`v0.100.3`_ ``2016-02-06`` Multi-threading, faster loading and bugfixes
+`v0.100.2`_ ``2016-01-21`` Fix data version lock
+`v0.100.1`_ ``2016-01-21`` Fix install for OSX
+`v0.100`_ ``2016-01-19`` Revise setup.py, better model downloads, bug fixes
+`v0.99`_ ``2015-11-08`` Improve span merging, internal refactoring
+`v0.98`_ ``2015-11-03`` Smaller package, bug fixes
+`v0.97`_ ``2015-10-23`` Load the StringStore from a json list, instead of a text file
+`v0.96`_ ``2015-10-19`` Hotfix to .merge method
+`v0.95`_ ``2015-10-18`` Bug fixes
+`v0.94`_ ``2015-10-09`` Fix memory and parse errors
+`v0.93`_ ``2015-09-22`` Bug fixes to word vectors
+=========== ============== ===========
+
+.. _v1.6.0: https://github.com/explosion/spaCy/releases/tag/v1.6.0
+.. _v1.5.0: https://github.com/explosion/spaCy/releases/tag/v1.5.0
+.. _v1.4.0: https://github.com/explosion/spaCy/releases/tag/v1.4.0
+.. _v1.3.0: https://github.com/explosion/spaCy/releases/tag/v1.3.0
+.. _v1.2.0: https://github.com/explosion/spaCy/releases/tag/v1.2.0
+.. _v1.1.0: https://github.com/explosion/spaCy/releases/tag/v1.1.0
+.. _v1.0.0: https://github.com/explosion/spaCy/releases/tag/v1.0.0
+.. _v0.101.0: https://github.com/explosion/spaCy/releases/tag/0.101.0
+.. _v0.100.7: https://github.com/explosion/spaCy/releases/tag/0.100.7
+.. _v0.100.6: https://github.com/explosion/spaCy/releases/tag/0.100.6
+.. _v0.100.5: https://github.com/explosion/spaCy/releases/tag/0.100.5
+.. _v0.100.4: https://github.com/explosion/spaCy/releases/tag/0.100.4
+.. _v0.100.3: https://github.com/explosion/spaCy/releases/tag/0.100.3
+.. _v0.100.2: https://github.com/explosion/spaCy/releases/tag/0.100.2
+.. _v0.100.1: https://github.com/explosion/spaCy/releases/tag/0.100.1
+.. _v0.100: https://github.com/explosion/spaCy/releases/tag/0.100
+.. _v0.99: https://github.com/explosion/spaCy/releases/tag/0.99
+.. _v0.98: https://github.com/explosion/spaCy/releases/tag/0.98
+.. _v0.97: https://github.com/explosion/spaCy/releases/tag/0.97
+.. _v0.96: https://github.com/explosion/spaCy/releases/tag/0.96
+.. _v0.95: https://github.com/explosion/spaCy/releases/tag/0.95
+.. _v0.94: https://github.com/explosion/spaCy/releases/tag/0.94
+.. _v0.93: https://github.com/explosion/spaCy/releases/tag/0.93
diff --git a/bin/cythonize.py b/bin/cythonize.py
index 81e0248d6..47f3b23fc 100755
--- a/bin/cythonize.py
+++ b/bin/cythonize.py
@@ -55,7 +55,8 @@ def process_pyx(fromfile, tofile):
try:
try:
- r = subprocess.call(['cython'] + flags + ['-o', tofile, fromfile])
+ r = subprocess.call(['cython'] + flags + ['-o', tofile, fromfile],
+ env=os.environ) # See Issue #791
if r != 0:
raise Exception('Cython failed')
except OSError:
diff --git a/bin/parser/train.py b/bin/parser/train.py
index 574797ba5..26b545b6d 100755
--- a/bin/parser/train.py
+++ b/bin/parser/train.py
@@ -66,8 +66,8 @@ def score_model(scorer, nlp, raw_text, annot_tuples, verbose=False):
def train(Language, train_data, dev_data, model_dir, tagger_cfg, parser_cfg, entity_cfg,
n_iter=15, seed=0, gold_preproc=False, n_sents=0, corruption_level=0):
- print("Itn.\tP.Loss\tUAS\tNER F.\tTag %\tToken %")
- format_str = '{:d}\t{:d}\t{uas:.3f}\t{ents_f:.3f}\t{tags_acc:.3f}\t{token_acc:.3f}'
+ print("Itn.\tN weight\tN feats\tUAS\tNER F.\tTag %\tToken %")
+ format_str = '{:d}\t{:d}\t{:d}\t{uas:.3f}\t{ents_f:.3f}\t{tags_acc:.3f}\t{token_acc:.3f}'
with Language.train(model_dir, train_data,
tagger_cfg, parser_cfg, entity_cfg) as trainer:
loss = 0
@@ -76,11 +76,13 @@ def train(Language, train_data, dev_data, model_dir, tagger_cfg, parser_cfg, ent
for doc, gold in epoch:
trainer.update(doc, gold)
dev_scores = trainer.evaluate(dev_data, gold_preproc=gold_preproc)
- print(format_str.format(itn, loss, **dev_scores.scores))
+ print(format_str.format(itn, trainer.nlp.parser.model.nr_weight,
+ trainer.nlp.parser.model.nr_active_feat, **dev_scores.scores))
def evaluate(Language, gold_tuples, model_dir, gold_preproc=False, verbose=False,
beam_width=None, cand_preproc=None):
+ print("Load parser", model_dir)
nlp = Language(path=model_dir)
if nlp.lang == 'de':
nlp.vocab.morphology.lemmatizer = lambda string,pos: set([string])
@@ -145,21 +147,25 @@ def write_parses(Language, dev_loc, model_dir, out_loc):
verbose=("Verbose error reporting", "flag", "v", bool),
debug=("Debug mode", "flag", "d", bool),
pseudoprojective=("Use pseudo-projective parsing", "flag", "p", bool),
+ L1=("L1 regularization penalty", "option", "L", float),
)
def main(language, train_loc, dev_loc, model_dir, n_sents=0, n_iter=15, out_loc="", verbose=False,
- debug=False, corruption_level=0.0, gold_preproc=False, eval_only=False, pseudoprojective=False):
+ debug=False, corruption_level=0.0, gold_preproc=False, eval_only=False, pseudoprojective=False,
+ L1=1e-6):
parser_cfg = dict(locals())
tagger_cfg = dict(locals())
entity_cfg = dict(locals())
lang = spacy.util.get_lang_class(language)
-
+
parser_cfg['features'] = lang.Defaults.parser_features
entity_cfg['features'] = lang.Defaults.entity_features
if not eval_only:
gold_train = list(read_json_file(train_loc))
gold_dev = list(read_json_file(dev_loc))
+ if n_sents > 0:
+ gold_train = gold_train[:n_sents]
train(lang, gold_train, gold_dev, model_dir, tagger_cfg, parser_cfg, entity_cfg,
n_sents=n_sents, gold_preproc=gold_preproc, corruption_level=corruption_level,
n_iter=n_iter)
diff --git a/bin/parser/train_ud.py b/bin/parser/train_ud.py
index c96faf7b9..c87f40680 100644
--- a/bin/parser/train_ud.py
+++ b/bin/parser/train_ud.py
@@ -14,7 +14,7 @@ from spacy.language import Language
from spacy.gold import GoldParse
from spacy.vocab import Vocab
from spacy.tagger import Tagger
-from spacy.pipeline import DependencyParser
+from spacy.pipeline import DependencyParser, BeamDependencyParser
from spacy.syntax.parser import get_templates
from spacy.syntax.arc_eager import ArcEager
from spacy.scorer import Scorer
@@ -24,9 +24,10 @@ import io
-def read_conllx(loc):
+def read_conllx(loc, n=0):
with io.open(loc, 'r', encoding='utf8') as file_:
text = file_.read()
+ i = 0
for sent in text.strip().split('\n\n'):
lines = sent.strip().split('\n')
if lines:
@@ -34,8 +35,8 @@ def read_conllx(loc):
lines.pop(0)
tokens = []
for line in lines:
- id_, word, lemma, tag, pos, morph, head, dep, _1, _2 = line.split()
- if '-' in id_:
+ id_, word, lemma, pos, tag, morph, head, dep, _1, _2 = line.split()
+ if '-' in id_ or '.' in id_:
continue
try:
id_ = int(id_) - 1
@@ -47,6 +48,9 @@ def read_conllx(loc):
raise
tuples = [list(t) for t in zip(*tokens)]
yield (None, [[tuples, []]])
+ i += 1
+ if n >= 1 and i >= n:
+ break
def score_model(vocab, tagger, parser, gold_docs, verbose=False):
@@ -62,26 +66,46 @@ def score_model(vocab, tagger, parser, gold_docs, verbose=False):
return scorer
-def main(train_loc, dev_loc, model_dir, tag_map_loc=None):
- if tag_map_loc:
- with open(tag_map_loc) as file_:
- tag_map = json.loads(file_.read())
- else:
- tag_map = DEFAULT_TAG_MAP
+def main(lang_name, train_loc, dev_loc, model_dir, clusters_loc=None):
+ LangClass = spacy.util.get_lang_class(lang_name)
train_sents = list(read_conllx(train_loc))
train_sents = PseudoProjectivity.preprocess_training_data(train_sents)
actions = ArcEager.get_actions(gold_parses=train_sents)
features = get_templates('basic')
-
+
model_dir = pathlib.Path(model_dir)
+ if not model_dir.exists():
+ model_dir.mkdir()
if not (model_dir / 'deps').exists():
(model_dir / 'deps').mkdir()
+ if not (model_dir / 'pos').exists():
+ (model_dir / 'pos').mkdir()
with (model_dir / 'deps' / 'config.json').open('wb') as file_:
file_.write(
json.dumps(
{'pseudoprojective': True, 'labels': actions, 'features': features}).encode('utf8'))
- vocab = Vocab(lex_attr_getters=Language.Defaults.lex_attr_getters, tag_map=tag_map)
+
+ vocab = LangClass.Defaults.create_vocab()
+ if not (model_dir / 'vocab').exists():
+ (model_dir / 'vocab').mkdir()
+ else:
+ if (model_dir / 'vocab' / 'strings.json').exists():
+ with (model_dir / 'vocab' / 'strings.json').open() as file_:
+ vocab.strings.load(file_)
+ if (model_dir / 'vocab' / 'lexemes.bin').exists():
+ vocab.load_lexemes(model_dir / 'vocab' / 'lexemes.bin')
+
+ if clusters_loc is not None:
+ clusters_loc = pathlib.Path(clusters_loc)
+ with clusters_loc.open() as file_:
+ for line in file_:
+ try:
+ cluster, word, freq = line.split()
+ except ValueError:
+ continue
+ lex = vocab[word]
+ lex.cluster = int(cluster[::-1], 2)
# Populate vocab
for _, doc_sents in train_sents:
for (ids, words, tags, heads, deps, ner), _ in doc_sents:
@@ -91,29 +115,30 @@ def main(train_loc, dev_loc, model_dir, tag_map_loc=None):
_ = vocab[dep]
for tag in tags:
_ = vocab[tag]
- if tag_map:
+ if vocab.morphology.tag_map:
for tag in tags:
- assert tag in tag_map, repr(tag)
- tagger = Tagger(vocab, tag_map=tag_map)
- parser = DependencyParser(vocab, actions=actions, features=features)
-
- for itn in range(15):
+ assert tag in vocab.morphology.tag_map, repr(tag)
+ tagger = Tagger(vocab)
+ parser = DependencyParser(vocab, actions=actions, features=features, L1=0.0)
+
+ for itn in range(30):
+ loss = 0.
for _, doc_sents in train_sents:
for (ids, words, tags, heads, deps, ner), _ in doc_sents:
doc = Doc(vocab, words=words)
gold = GoldParse(doc, tags=tags, heads=heads, deps=deps)
tagger(doc)
- parser.update(doc, gold)
+ loss += parser.update(doc, gold, itn=itn)
doc = Doc(vocab, words=words)
tagger.update(doc, gold)
random.shuffle(train_sents)
scorer = score_model(vocab, tagger, parser, read_conllx(dev_loc))
- print('%d:\t%.3f\t%.3f' % (itn, scorer.uas, scorer.tags_acc))
+ print('%d:\t%.3f\t%.3f\t%.3f' % (itn, loss, scorer.uas, scorer.tags_acc))
nlp = Language(vocab=vocab, tagger=tagger, parser=parser)
nlp.end_training(model_dir)
scorer = score_model(vocab, tagger, parser, read_conllx(dev_loc))
print('%d:\t%.3f\t%.3f\t%.3f' % (itn, scorer.uas, scorer.las, scorer.tags_acc))
-
+
if __name__ == '__main__':
plac.call(main)
diff --git a/corpora/en/clusters.txt b/corpora/en/clusters.txt
deleted file mode 100644
index cdccf62ed..000000000
--- a/corpora/en/clusters.txt
+++ /dev/null
@@ -1,316709 +0,0 @@
-0000 Titoism 1
-0000 ---Credit 1
-0000 Disintegrated 1
-0000 Gulls 1
-0000 pinschers 1
-0000 cometh 1
-0000 5,520,404 1
-0000 guest. 1
-0000 Reread 1
-0000 Limericks 1
-0000 abuse. 1
-0000 igual 1
-0000 Redux 1
-0000 Septem 1
-0000 Hankies 1
-0000 Contains 1
-0000 whip-sawed 1
-0000 Feels 1
-0000 appropriate. 1
-0000 Downturn 1
-0000 Heighten 1
-0000 BONO 1
-0000 Ut 1
-0000 Hooverism 1
-0000 Ashiver 1
-0000 cytologists 1
-0000 Shareowners 1
-0000 Bulba 1
-0000 sures 1
-0000 lariats 1
-0000 Reopen 1
-0000 3,925,000 1
-0000 pildora 1
-0000 Scribblers 1
-0000 Pyasutsi 1
-0000 MOBY 1
-0000 Serail 1
-0000 Valjean 1
-0000 quo-plus 1
-0000 1650-1750 1
-0000 Hops 1
-0000 chops. 1
-0000 Emission 1
-0000 funnin 1
-0000 non-disclosures 1
-0000 while/ 1
-0000 sexy/ 1
-0000 body/ 1
-0000 amorosa 1
-0000 scoglio 1
-0000 makin 1
-0000 going. 1
-0000 VERY 1
-0000 Higher-Ups 1
-0000 suctioning 1
-0000 Kanal 1
-0000 wenches 1
-0000 Knocking. 1
-0000 1600-1700 1
-0000 Aqueous 1
-0000 rapido 1
-0000 Conspirators 1
-0000 Differential 1
-0000 Lase 1
-0000 Grigori 1
-0000 MEPC. 1
-0000 uprightness 1
-0000 politices 1
-0000 aigre 1
-0000 stinka 1
-0000 weren 1
-0000 minceur 1
-0000 malapportionment 1
-0000 Play-Along 1
-0000 HRI. 1
-0000 Hybridization 1
-0000 Stove 1
-0000 NYU. 1
-0000 funebre 1
-0000 Al-Nahl 1
-0000 DESPICABLE 1
-0000 stinger 1
-0000 Non-Lawyers 1
-0000 Borscht. 1
-0000 3:1 1
-0000 eatin 1
-0000 ESTABLISH 1
-0000 nerally. 1
-0000 Humoreske 1
-0000 Braca 1
-0000 Reconsidered 1
-0000 SCAT. 1
-0000 Rushed 1
-0000 cardboard. 1
-0000 dmonopols 1
-0000 class. 1
-0000 expires. 1
-0000 Nothings 1
-0000 Shrinks 1
-0000 1900-1950 1
-0000 Annihilator 1
-0000 Cometh 1
-0000 cow. 1
-0000 should. 1
-0000 Dorritt 1
-0000 Campfire 1
-0000 weird. 1
-0000 481,500 1
-0000 24024 1
-0000 44299 1
-0000 Tabito 1
-0000 account-holders 1
-0000 non-catastrophic 1
-0000 BALSAMS 1
-0000 Boit. 1
-0000 EXPENSES. 1
-0000 Oye 1
-0000 useless. 1
-0000 Jean-Bedel 1
-0000 Stingy 1
-0000 Partenavia 1
-0000 ellipse 1
-0000 seems/ 1
-0000 of/ 1
-0000 face. 1
-0000 effectors 1
-0000 Dendron 1
-0000 alatus 1
-0000 Termites 1
-0000 feed-dollar 1
-0000 spooler 1
-0000 Masontown-based 1
-0000 slowly. 1
-0000 DRAFTERS 1
-0000 Defers 1
-0000 vinaigrette 1
-0000 dithyrambs 1
-0000 Polkas 1
-0000 lait 1
-0000 birthin 1
-0000 Lentivirus 1
-0000 pneumophilia 1
-0000 word. 1
-0000 Bactrian 1
-0000 hidin 1
-0000 leg-wrappings 1
-0000 Overstepped 1
-0000 Mangoes 1
-0000 prejudicially 1
-0000 tierra 1
-0000 Mega-store 1
-0000 Heldenleben 1
-0000 sensualis 1
-0000 LEARNED 1
-0000 Moth 1
-0000 belongs. 1
-0000 maddens 1
-0000 nuit 1
-0000 Prachuab 1
-0000 Barabbas 1
-0000 Degrees 1
-0000 Fadduh 1
-0000 Infrastructures 1
-0000 mudwrestler 1
-0000 Spiral 1
-0000 -K 1
-0000 jay-zoo-DAH-s 1
-0000 ethos. 1
-0000 exoskeleton 1
-0000 Toady 1
-0000 intitative 1
-0000 L.A./ 1
-0000 capitalisme 1
-0000 perspective. 1
-0000 overlay. 1
-0000 II/Hang 1
-0000 Apple. 1
-0000 animality 1
-0000 self-underwritten 1
-0000 ALL. 1
-0000 getaways 1
-0000 Buzzing 1
-0000 classicus 1
-0000 halibut 1
-0000 Predispose 1
-0000 undergrad 1
-0000 Mishap 1
-0000 Independiente 1
-0000 offstage. 1
-0000 1850-1910 1
-0000 verlange 1
-0000 Chuvalo 1
-0000 blue-stocking 1
-0000 buddie 1
-0000 RECHECK 1
-0000 out-ness 1
-0000 17-Year-Olds 1
-0000 illegal. 1
-0000 answerability 1
-0000 Medine 1
-0000 Implicated 1
-0000 Misled 1
-0000 rippers 1
-0000 Bestows 1
-0000 replied. 1
-0000 bugger 1
-0000 Soars 1
-0000 already. 1
-0000 re-industrialization 1
-0000 Buns 1
-0000 MECO. 1
-0000 Trickling 1
-0000 Resuscitate 1
-0000 Dwellers 1
-0000 substantially. 1
-0000 Weevils 1
-0000 10:00/ 1
-0000 Republicans. 1
-0000 Gamson/Dance 1
-0000 Revisited. 1
-0000 ubcrbe 1
-0000 ipsos 1
-0000 intrest 1
-0000 out-and-out-theft 1
-0000 Fou 1
-0000 Exploits 1
-0000 ich 1
-0000 denk 1
-0000 gratings 1
-0000 Presages 1
-0000 piousness 1
-0000 Meeserables. 1
-0000 Lad 1
-0000 Nkululeko 1
-0000 Approves 1
-0000 boys. 1
-0000 Baiser 1
-0000 Porker 1
-0000 policiers 1
-0000 Deepen 1
-0000 fillin 1
-0000 olds. 1
-0000 Antartica 1
-0000 Mistook 1
-0000 quittin 1
-0000 Ripped 1
-0000 Krappa 1
-0000 Prognosticator 1
-0000 LEFT-HANDERS 1
-0000 Kassetten 1
-0000 SSIF. 1
-0000 Latch 1
-0000 Snowpacks 1
-0000 anything. 1
-0000 Slaw 1
-0000 here/And 1
-0000 Shengli 1
-0000 137,612 1
-0000 tearin 1
-0000 pira 1
-0000 Khin 1
-0000 romanized 1
-0000 interessant 1
-0000 wahs 1
-0000 Couture 1
-0000 rien 1
-0000 doble 1
-0000 terribles 1
-0000 slip. 1
-0000 Simon. 1
-0000 Founder. 1
-0000 FINANCIALLY 1
-0000 as-Sa 1
-0000 disinigration 1
-0000 git 1
-0000 Diavolo 1
-0000 Belgische 1
-0000 etage 1
-0000 reapers 1
-0000 khalodny 1
-0000 jack-in-the-boxes 1
-0000 nympho. 1
-0000 hermano 1
-0000 Anno 1
-0000 Prospers 1
-0000 Conquer 1
-0000 cantilenas 1
-0000 hoverin 1
-0000 Sing-Off 1
-0000 Duckula 1
-0000 operator. 1
-0000 vengefully 1
-0000 Lustschloss 1
-0000 emptors 1
-0000 M-4735 1
-0000 Mornin 1
-0000 UPI. 1
-0000 Pickups 1
-0000 Soeur 1
-0000 Rupture 1
-0000 mississippiensis 1
-0000 anonymity. 1
-0000 kickin 1
-0000 drop-the-handkerchief 1
-0000 trendy. 1
-0000 Commericals 1
-0000 Flamingos 1
-0000 liebe 1
-0000 KHD. 1
-0000 Catchier 1
-0000 Argumenty 1
-0000 watchers. 1
-0000 li 1
-0000 Eats 1
-0000 fluffs 1
-0000 18-49 1
-0000 self-caution 1
-0000 near-elimination 1
-0000 Pirata 1
-0000 Brucie 1
-0000 DULLARDS 1
-0000 puttin 1
-0000 enthusiast. 1
-0000 Novarum 1
-0000 1500-2000 1
-0000 perche 1
-0000 discendere 1
-0000 Lecouvreur. 1
-0000 Oughta 1
-0000 Ljubomir 1
-0000 Malade 1
-0000 assoluta 1
-0000 MFBZ. 1
-0000 TAXMAN 1
-0000 throughout. 1
-0000 HOPE. 1
-0000 Trasho 1
-0000 crassifolium 1
-0000 Top-of-the-Line 1
-0000 ticket. 1
-0000 Bisected 1
-0000 Prescribed 1
-0000 voting. 1
-0000 truley 1
-0000 brand. 1
-0000 Renovating 1
-0000 Boissons 1
-0000 NOTHIN 1
-0000 BLOWING 1
-0000 Ceremony 1
-0000 bidding. 1
-0000 hawsers 1
-0000 nurturance 1
-0000 bankrupt. 1
-0000 Wrecks 1
-0000 Bothers 1
-0000 Boys. 1
-0000 button. 1
-0000 vacation. 1
-0000 get-out 1
-0000 silly. 1
-0000 Marez 1
-0000 Christian-Marxism 1
-0000 Ichiban 1
-0000 Contend 1
-0000 strategies. 1
-0000 +122.4 1
-0000 Interned 1
-0000 patholgy 1
-0000 ashore. 1
-0000 Emigdio 1
-0000 WHOSE 1
-0000 Conceals 1
-0000 Necesarily 1
-0000 Adalbert 1
-0000 better. 1
-0000 Offend 1
-0000 Shui 1
-0000 BILS 1
-0000 Monday. 1
-0000 code. 1
-0000 reunions. 1
-0000 RS. 1
-0000 Court-Martial 1
-0000 El-Fateh 1
-0000 Greenwhich 1
-0000 Messiahs 1
-0000 Inquisitive 1
-0000 facism 1
-0000 Teferi 1
-0000 Frothy 1
-0000 trip. 1
-0000 hangin 1
-0000 248,200 1
-0000 happy. 1
-0000 died. 1
-0000 Winkerbean 1
-0000 pastits 1
-0000 Shalt 1
-0000 feelin 1
-0000 Life-Revco 1
-0000 Theodoros 1
-0000 Diable. 1
-0000 Jolie 1
-0000 poivre 1
-0000 Perspiration 1
-0000 spa-goers 1
-0000 Tycho 1
-0000 Grab-It-All 1
-0000 congratulation 1
-0000 implanters 1
-0000 Earns 1
-0000 Machines. 1
-0000 Swerve 1
-0000 Horseback 1
-0000 heavily. 1
-0000 Gusmao 1
-0000 stink. 1
-0000 Pigeons 1
-0000 Jaroslaw 1
-0000 CHEWING 1
-0000 1,087,875 1
-0000 Low-Rent 1
-0000 Man. 2
-0000 DEDUCTIONS. 2
-0000 ipsa 2
-0000 TAXES. 2
-0000 Necdet 2
-0000 SDS. 2
-0000 Cassius 2
-0000 Lawsuit 2
-0000 Leaps 2
-0000 sinensis 2
-0000 abroad. 2
-0000 Yak 2
-0000 kali 2
-0000 galbula 2
-0000 cristata 2
-0000 AGE. 2
-0000 Nibble 2
-0000 Benefited 2
-0000 Self-Healing 2
-0000 Flaw 2
-0000 Nachtmusik 2
-0000 Emptor 2
-0000 Drood 2
-0000 Barocco 2
-0000 Wlodzimierz 2
-0000 Regains 2
-0000 Stijl 2
-0000 Blankes 2
-0000 LTV. 2
-0000 alls 2
-0000 Lesley-Anne 2
-0000 ,, 2
-0000 MILK 2
-0000 Staked 2
-0000 Flop 2
-0000 Thinks 2
-0000 IV. 2
-0000 Canines 2
-0000 Wake-Up 2
-0000 developments. 2
-0000 Happens 2
-0000 Avoids 2
-0000 tutte 2
-0000 Business-Cost 2
-0000 Sum 2
-0000 Tongue 2
-0000 Solved 2
-0000 NLRB. 2
-0000 Appointees 2
-0000 Disturb 2
-0000 Raisonne 2
-0000 MGM. 2
-0000 oeil 2
-0000 Slept 3
-0000 Zealots 3
-0000 Saddles 3
-0000 !!! 3
-0000 WASN 3
-0000 Lyre 3
-0000 'Til 3
-0000 Lina 3
-0000 BS 3
-0000 with. 3
-0000 Lovin 3
-0000 Yer 3
-0000 Biz 3
-0000 Bush. 3
-0000 end. 3
-0000 Bother 3
-0000 Stuarda 3
-0000 meno 3
-0000 Lets 3
-0000 DIDN 4
-0000 talkin 4
-0000 Pose 4
-0000 jus 4
-0000 Tutte 4
-0000 Mahn 4
-0000 Reptile 4
-0000 Happen 5
-0000 GTE. 5
-0000 Learned 5
-0000 OK. 5
-0000 ME 6
-0000 MCI. 7
-0000 DNA. 7
-0000 HUD. 7
-0000 !! 9
-0000 SDI. 10
-0000 TROOPS 18
-0000 TV. 31
-0000 -RSB- 254
-0000 ? 18919
-0000 ! 2214
-0001 Inflatia 1
-0001 Oxford-based 1
-0001 reppresented 1
-0001 IRRADIATED 1
-0001 Infarction 1
-0001 BLAST 1
-0001 AXP 1
-0001 08/17/87 1
-0001 Malted 1
-0001 consitute 1
-0001 Willemien 1
-0001 KBS. 1
-0001 Testator 1
-0001 Kicks 1
-0001 Forvaltningsaktiebolaget 1
-0001 Euro-Shocker 1
-0001 4,182,083 1
-0001 899,062 1
-0001 Tomoya 1
-0001 Naif 1
-0001 NNY. 1
-0001 Remands 1
-0001 10/08/87 1
-0001 Kyota 1
-0001 lassoed 1
-0001 tov 1
-0001 29,945,762 1
-0001 aller 1
-0001 NYCB. 1
-0001 Momchilo 1
-0001 Wertpapiersparen 1
-0001 Etona 1
-0001 Ammar 1
-0001 Narong 1
-0001 Lifts 1
-0001 Heats 1
-0001 Pongsak 1
-0001 Poonam 1
-0001 CHICAGO-AREA 1
-0001 Bunnies 1
-0001 kanu 1
-0001 Argue 1
-0001 Debie 1
-0001 DNE 1
-0001 VA. 1
-0001 Puzzles 1
-0001 FDP. 1
-0001 Euro-Repackaged 1
-0001 Presage 1
-0001 Eurochart 1
-0001 Snobs 1
-0001 Carrol 1
-0001 Telma 1
-0001 Hidekazu 1
-0001 dran 1
-0001 Eye-ven 1
-0001 Mika 1
-0001 Chohyoh 1
-0001 Keiske 1
-0001 Videnovic 1
-0001 Maja 1
-0001 03/10/87 1
-0001 Anke 1
-0001 Philharmonisches 1
-0001 4,269 1
-0001 2,602 1
-0001 Rodel 1
-0001 Tidnigarnas 1
-0001 RNA. 1
-0001 Tomoyuki 1
-0001 Gerd-Juergen 1
-0001 Faouzi 1
-0001 quede 1
-0001 Lowel 1
-0001 219,664 1
-0001 Gerolamo 1
-0001 DVF. 1
-0001 NOW. 1
-0001 Creeps 1
-0001 sachem 1
-0001 Marjeanne 1
-0001 Luis-Angel 1
-0001 Radha 1
-0001 @@ 1
-0001 Matsujiro 1
-0001 Antos 1
-0001 Moli 1
-0001 Suzan 1
-0001 4,285,917 1
-0001 Ladybug 1
-0001 Gabu 1
-0001 Namio 1
-0001 wordage 1
-0001 132,290 1
-0001 massacre. 1
-0001 Charalambos 1
-0001 Hometowns 1
-0001 Bedsheet 1
-0001 4,624 1
-0001 Kimindo 1
-0001 Sherhan 1
-0001 Maadhava 1
-0001 Cottas 1
-0001 Chaovalit 1
-0001 Siddhi 1
-0001 Blayne 1
-0001 Smarts 1
-0001 Discovers 1
-0001 Yasuichi 1
-0001 UMB. 1
-0001 katchi 1
-0001 only. 1
-0001 WDG. 1
-0001 Einot 1
-0001 WITHHOLD 1
-0001 Margis 1
-0001 239,232 1
-0001 10,616,751 1
-0001 Laima 1
-0001 Mishal 1
-0001 CAE. 1
-0001 Bald/But 1
-0001 ELECTRICITY 1
-0001 Shanter 1
-0001 Weismiller 1
-0001 smooth-speaking 1
-0001 Shunji 1
-0001 Angelos 1
-0001 11,716,681 1
-0001 rep. 1
-0001 Corporate/investor 1
-0001 9,325,093 1
-0001 6,790 1
-0001 Ozker 1
-0001 shelter. 1
-0001 Pagni 1
-0001 Somboon 1
-0001 Ilhan 1
-0001 Anonim 1
-0001 Massinov 1
-0001 Pastures 1
-0001 Etsuro 1
-0001 Tino 1
-0001 Marcell 1
-0001 0.0239 1
-0001 Yasutoshi 1
-0001 Mikie 1
-0001 Giai 1
-0001 SAVOY 1
-0001 Elmar 1
-0001 Vickey 1
-0001 Cento 1
-0001 mah-zoh-VYET-skee 1
-0001 Type-B 1
-0001 XXII. 1
-0001 nthngel 1
-0001 Inches 1
-0001 Lame 1
-0001 thrombocytopenic 2
-0001 Styli 2
-0001 Nadir 2
-0001 Julianne 2
-0001 Akifumi 2
-0001 249,700 2
-0001 Flunks 2
-0001 Seh 2
-0001 Appoints 2
-0001 Shizuka 2
-0001 Sits 2
-0001 Chooses 2
-0001 MBA. 2
-0001 Arkady 2
-0001 Eiichiro 3
-0001 Dolf 4
-0001 AB. 5
-0001 EST. 7
-0001 Loses 9
-0001 USA. 11
-0001 EDT. 16
-0001 . 1787712
-0001 III. 16
-001000 camp-following 1
-001000 Ginevra 1
-001000 Elegans 1
-001000 5070448 1
-001000 effort-and 1
-001000 Creig 1
-001000 sacre 1
-001000 Pleaded 1
-001000 Subsystem 1
-001000 Norns 1
-001000 Relative-Value 1
-001000 Nariz 1
-001000 Spack 1
-001000 76er 1
-001000 D-E-F-A-U-L-T 1
-001000 Moussavi 1
-001000 reggia 1
-001000 bateador 1
-001000 homopolymers 1
-001000 Dallasite 1
-001000 dodderers 1
-001000 Magentas 1
-001000 Baluchi 1
-001000 17-8 1
-001000 growth-factors 1
-001000 Powerplus 1
-001000 Beery 1
-001000 pharmaceutical-grade 1
-001000 graupel 1
-001000 Hund 1
-001000 cornerman 1
-001000 Sole24 1
-001000 C2J 1
-001000 C2K 1
-001000 vanille 1
-001000 game-in 1
-001000 .286 1
-001000 suffragist 1
-001000 Intrigues 1
-001000 Manages 1
-001000 GIROZENTRALE 1
-001000 Fillmores 1
-001000 Smells 1
-001000 HUNTLEY 1
-001000 methysticum 1
-001000 Toodle-oo 1
-001000 Libere 1
-001000 Worsen 1
-001000 stones. 1
-001000 Papo 1
-001000 Tactic 1
-001000 logrollers 1
-001000 navy. 1
-001000 Chiao 2
-001000 Exchangeable 2
-001000 gapped 2
-001000 Farhad 2
-001000 Voisin 2
-001000 tuxes 2
-001000 ENTERS 2
-001000 Sole-24 2
-001000 Bayezid 2
-001000 pizzicatos 2
-001000 spake 2
-001000 WITHDREW 2
-001000 --is 2
-001000 Craze 2
-001000 Chose 2
-001000 antiperspirant 2
-001000 coarsely 2
-001000 89-104 2
-001000 Corp.-- 2
-001000 Poirot 2
-001000 --and 3
-001000 Petroliferos 3
-001000 THREATENED 3
-001000 , 2206890
-001000 Bahman 10
-00100100 destroyer-naval 1
-00100100 Yongsan 1
-00100100 folowing 1
-00100100 Pereulok 1
-00100100 1/2-deck 1
-00100100 Nusserwanji 1
-00100100 lb. 1
-00100100 re-proving 1
-00100100 Hebrew-lettered 1
-00100100 electrical-hydraulic 1
-00100100 silk-and-polyester 1
-00100100 handpainting 1
-00100100 Kombinat 1
-00100100 93,201 1
-00100100 51,919 1
-00100100 2,314 1
-00100100 3,364 1
-00100100 7,882 1
-00100100 .-based 1
-00100100 82,689 1
-00100100 2,856 1
-00100100 44,530 1
-00100100 Talyo 1
-00100100 7,943.7 1
-00100100 41,706 1
-00100100 3,778 1
-00100100 79,238 1
-00100100 analyst. 1
-00100100 parameter 1
-00100100 hazardous-material 1
-00100100 -Includes 1
-00100100 3,525 1
-00100100 49,415 1
-00100100 89,359 1
-00100100 85,575 1
-00100100 5,886 1
-00100100 46,445 1
-00100100 17,934.1 1
-00100100 7,481.6 1
-00100100 16,614.4 1
-00100100 Cmptr 1
-00100100 Eq 1
-00100100 Entm 1
-00100100 til 1
-00100100 96,628 1
-00100100 2,926 1
-00100100 54,932 1
-00100100 3,497 1
-00100100 277,987 1
-00100100 16,040.6 1
-00100100 17,012.4 1
-00100100 22,013.6 1
-00100100 10,355.3 1
-00100100 20,881.5 1
-00100100 685.0 1
-00100100 2,014.9 1
-00100100 1,494.1 1
-00100100 b8.98 1
-00100100 100,711 1
-00100100 57,407 1
-00100100 b11.70 1
-00100100 a9.71 1
-00100100 b9.18 1
-00100100 b8.91 1
-00100100 MWSE 1
-00100100 b11.89 1
-00100100 34,172 1
-00100100 67,985 1
-00100100 38,964 1
-00100100 75,435 1
-00100100 degrees. 2
-00100100 Shipyrd 2
-00100100 2,235 2
-00100100 3,792 2
-00100100 home-attendant 2
-00100100 Aviv-based 3
-00100100 Winbrown 5
-00100100 1071 5
-00100100 x-Includes 7
-00100100 + 372
-00100100 ; 42025
-00100100 - 412
-00100101 WEXC 1
-00100101 Accessibility 1
-00100101 bargain-hunted 1
-00100101 432-9906 1
-00100101 intitiate 1
-00100101 750-5776 1
-00100101 932-4227 1
-00100101 luffed 1
-00100101 broadsheets 1
-00100101 clinked 1
-00100101 961-8183 1
-00100101 Autograf 1
-00100101 Kapral 1
-00100101 Spiritualists 1
-00100101 half-staffed 1
-00100101 Rottweilers 1
-00100101 for-rent 1
-00100101 debentures. 1
-00100101 Gawky 1
-00100101 unseamanlike 1
-00100101 Hilarious 1
-00100101 FERVC 1
-00100101 dam-break 1
-00100101 yapping 1
-00100101 Dogmatic 1
-00100101 WBCS-AM 1
-00100101 WGR-AM 1
-00100101 SACILOR 1
-00100101 SQA-A 1
-00100101 misrouted 1
-00100101 Joffrette 1
-00100101 overinvoicing 1
-00100101 gin-buyers 1
-00100101 5-feet-4 1
-00100101 godowns 1
-00100101 sulfur-cured 1
-00100101 half-forgotten 1
-00100101 KMGI-FM 1
-00100101 stoicaly 1
-00100101 Unpredictable 1
-00100101 Marketing-promotion 1
-00100101 Gangly 1
-00100101 Ebdon 1
-00100101 price-markups 1
-00100101 Siegried 1
-00100101 finalizes 1
-00100101 well-wrapped 1
-00100101 aSante 1
-00100101 864-5400 1
-00100101 Jailings 1
-00100101 stage-four 1
-00100101 Caveats 1
-00100101 Tanned 1
-00100101 overedited 1
-00100101 Massachusetts-born 1
-00100101 heem 1
-00100101 1988-models 1
-00100101 Malfunctions 1
-00100101 BC117 1
-00100101 hedge-buying 1
-00100101 Karajannis 1
-00100101 Aprotinine 1
-00100101 3,675 1
-00100101 Rimbaud 1
-00100101 WARILY 1
-00100101 Mustian 1
-00100101 Qwinzy 1
-00100101 TMSTA 1
-00100101 Dullness 1
-00100101 8825093 1
-00100101 1099-R 1
-00100101 IRAFV 1
-00100101 deplaned 2
-00100101 00-952774 2
-00100101 minkes 2
-00100101 exonerates 2
-00100101 Syrup 2
-00100101 compassionately 2
-00100101 unloosed 2
-00100101 Corpses 2
-00100101 Excursions 2
-00100101 teasers 2
-00100101 WMAQ 2
-00100101 HCM 2
-00100101 Scan 3
-00100101 clank 3
-00100101 Amati 3
-00100101 IROC-Z 3
-00100101 Manohar 3
-00100101 ELECTION 3
-00100101 echos 3
-00100101 Carlotta 4
-00100101 cinched 6
-00100101 Recognized 6
-00100101 BEGAN 10
-00100101 Clever 11
-00100101 blared 13
-00100101 Agrees 20
-00100101 -- 94774
-00100101 HAVE 38
-00100110 Whistler. 1
-00100110 Nippon-Brazil 1
-00100110 Finanzanalyse 1
-00100110 Shuns 1
-00100110 Karnival 1
-00100110 Autologous 1
-00100110 Funis 1
-00100110 Sallee 1
-00100110 bodyslammed 1
-00100110 Hermine 1
-00100110 705.4 1
-00100110 shootup 1
-00100110 3.5127 1
-00100110 2.8218 1
-00100110 Sivaporn 1
-00100110 Mitsunori 1
-00100110 Fredy 1
-00100110 Maintains 1
-00100110 Tega 1
-00100110 Harrison. 1
-00100110 10825 1
-00100110 small-school 1
-00100110 Anniversario 1
-00100110 Ideonomical 1
-00100110 MODERATES 1
-00100110 Ailanthus 1
-00100110 Malcolmn 1
-00100110 3.5273 1
-00100110 3.4956 1
-00100110 2.8345 1
-00100110 2.8090 1
-00100110 descries 1
-00100110 subscribershl 1
-00100110 Fredegond 1
-00100110 Kati 1
-00100110 Luftfahttechnik 1
-00100110 DRYCLEAN 1
-00100110 clA 1
-00100110 -44.3 1
-00100110 Wickhams 1
-00100110 GERALD 1
-00100110 Pocketing 1
-00100110 Tsuneta 1
-00100110 ERWIN 1
-00100110 Veronique 1
-00100110 YORK-James 1
-00100110 ear-marked 1
-00100110 116,228 1
-00100110 society-gossip 1
-00100110 31,707 1
-00100110 64,205 1
-00100110 hel 1
-00100110 Ecton 1
-00100110 Killips 1
-00100110 649-2 1
-00100110 BLENDING 1
-00100110 Karkazis 1
-00100110 desiderat 1
-00100110 saidJohn 1
-00100110 19,152.0 1
-00100110 Mitsuhiro 1
-00100110 Dev 1
-00100110 Nomo 1
-00100110 Dru 1
-00100110 .94 1
-00100110 e-in 1
-00100110 20,110.9 1
-00100110 1,759.6 1
-00100110 Ferrous 1
-00100110 Lorito 1
-00100110 estancias 1
-00100110 7,730 1
-00100110 4344 1
-00100110 Kikuo 1
-00100110 Geotechnical 1
-00100110 Khawaja 1
-00100110 Elvis-shaped 1
-00100110 Lhenya 1
-00100110 Emel 1
-00100110 Soraya 1
-00100110 cos 1
-00100110 Territory/Western 1
-00100110 nobis 1
-00100110 rain. 2
-00100110 Ruslander 2
-00100110 Lyford 2
-00100110 TELL 2
-00100110 Odis 2
-00100110 Lucile 2
-00100110 Versus 2
-00100110 Riken 2
-00100110 PlyGem 2
-00100110 Patio 2
-00100110 Dusen 2
-00100110 Creates 2
-00100110 CANAL 2
-00100110 LAURENCE 2
-00100110 Autoveicoli 2
-00100110 Mailed 2
-00100110 Musicale 2
-00100110 Pola 2
-00100110 Inds 3
-00100110 .27 3
-00100110 Kal 3
-00100110 ar 3
-00100110 ## 3
-00100110 Auguste 5
-00100110 Nicodemo 7
-00100110 Se 7
-00100110 Bless 10
-00100110 ABOUT 15
-00100110 -LRB- 49075
-00100110 Than 51
-00100111 1040-OCR 1
-00100111 venturists 1
-00100111 Chymic 1
-00100111 updating. 1
-00100111 GAMBIT 1
-00100111 Zeffirelli-designed 1
-00100111 L.V. 1
-00100111 wrote. 1
-00100111 claustrophic 1
-00100111 D-flat 1
-00100111 WHOLESALER 1
-00100111 buddleia 1
-00100111 Soared 1
-00100111 Heui 1
-00100111 Brehmer 1
-00100111 wood-and-leather 1
-00100111 dealer. 1
-00100111 BALLS 1
-00100111 warns. 1
-00100111 Shichiro 1
-00100111 ship. 1
-00100111 Terdema 1
-00100111 EARN 1
-00100111 Danah 1
-00100111 programs. 1
-00100111 couldn 1
-00100111 Hocart 1
-00100111 Co-Prosperity 1
-00100111 cannonball 1
-00100111 UP. 1
-00100111 100,000-to-250,000-square-foot 1
-00100111 SHOOK 1
-00100111 SERVICERS 1
-00100111 in-house. 1
-00100111 Vbased 1
-00100111 TRADITIONALLY 1
-00100111 Definition 1
-00100111 page-story 1
-00100111 Chemifix 1
-00100111 apartheid. 1
-00100111 reads. 1
-00100111 Vineyards. 1
-00100111 harvest. 1
-00100111 Grenadiers 1
-00100111 mannequin/ 1
-00100111 againto 1
-00100111 mealymouths 1
-00100111 DISTRICT 1
-00100111 assent. 1
-00100111 listens. 1
-00100111 GAMBLED 1
-00100111 GROW. 1
-00100111 flat-footed. 1
-00100111 WELL. 1
-00100111 living-room-size 1
-00100111 Proprietorships 1
-00100111 Burnis 1
-00100111 Penda 1
-00100111 Thatcher-type 1
-00100111 SPREAD. 1
-00100111 Exceeds 1
-00100111 ZIM 1
-00100111 Riles 1
-00100111 RESIST 1
-00100111 EXPLAINED 1
-00100111 trader. 1
-00100111 Crisanti. 1
-00100111 carol 1
-00100111 court-induced 1
-00100111 56'55 1
-00100111 income-aid 1
-00100111 ALIVE 1
-00100111 ANSWERED 1
-00100111 slot. 1
-00100111 insists. 1
-00100111 prof. 1
-00100111 Gilvin 1
-00100111 reverse. 1
-00100111 ENCORE 1
-00100111 Ilobasco 1
-00100111 RESUMES. 1
-00100111 Offender-Drug 1
-00100111 WDH. 1
-00100111 Leann 1
-00100111 746,792 1
-00100111 Gould. 1
-00100111 STOCKS. 1
-00100111 BACKED 1
-00100111 548,986 1
-00100111 BOG 1
-00100111 CDE. 1
-00100111 HADN 1
-00100111 hemerocallis 1
-00100111 MILLION. 1
-00100111 spokesman. 1
-00100111 YEUNG 1
-00100111 tightly. 1
-00100111 ECHC 1
-00100111 bidder. 1
-00100111 territories. 1
-00100111 long-circulating 1
-00100111 mood. 1
-00100111 GRASS-ROOTS 1
-00100111 Agapito 1
-00100111 67,349 1
-00100111 NOVELIST 1
-00100111 LASHED 1
-00100111 FOLK 1
-00100111 Elyakim 1
-00100111 undenominated 1
-00100111 overmatch 1
-00100111 Morihisa 1
-00100111 scarab 1
-00100111 neocountry 1
-00100111 singalong 1
-00100111 outpitched 1
-00100111 639,975 1
-00100111 bizarre. 1
-00100111 water-lily 1
-00100111 -1.581 1
-00100111 import-free 1
-00100111 Pothole 1
-00100111 REBATE 1
-00100111 BASKETBALL 1
-00100111 -c 1
-00100111 Marteau 1
-00100111 Autumnal 1
-00100111 2,793 1
-00100111 turnovers. 1
-00100111 Irgeen 1
-00100111 Conway. 1
-00100111 FISHIN 1
-00100111 18-month-to-two-year 1
-00100111 Unwarranted 1
-00100111 DISNEYLAND 1
-00100111 street. 1
-00100111 Aloft 1
-00100111 PUNITIVE 1
-00100111 SIL. 1
-00100111 BOURSIN 1
-00100111 Spouse. 1
-00100111 Chaplin-like 1
-00100111 Jeroboam 1
-00100111 Indicate 1
-00100111 HMO-financed 1
-00100111 COULDN 1
-00100111 Suemeg 1
-00100111 SURROUNDING 1
-00100111 pleasure. 1
-00100111 DRAIN 1
-00100111 Theroux. 1
-00100111 KPE. 1
-00100111 MERRELL 1
-00100111 Handwork 1
-00100111 100.00 1
-00100111 POET 1
-00100111 DWIGHT 1
-00100111 Rugunda. 1
-00100111 saereaivl 1
-00100111 littleness. 1
-00100111 Fatah-trained 1
-00100111 Vary 2
-00100111 OSHA. 2
-00100111 ROYALTY 2
-00100111 FEEL 2
-00100111 REMAINS 2
-00100111 driver. 2
-00100111 SOLD 2
-00100111 NFL. 2
-00100111 Poong 2
-00100111 Affect 2
-00100111 MIGHT 2
-00100111 Climbs 2
-00100111 LAACO 2
-00100111 PRAISED 2
-00100111 Database 2
-00100111 RECOMMENDATION 3
-00100111 Draws 3
-00100111 recalls. 3
-00100111 DISCUSSED 3
-00100111 FARE 3
-00100111 Brings 4
-00100111 IBP. 5
-00100111 JITTERS 6
-00100111 LEHMAN 9
-00100111 WORRIES 9
-00100111 = 10
-00100111 : 51250
-00100111 FELL 13
-00101000 out-performs 1
-00101000 technology-security 1
-00101000 carrier-led 1
-00101000 infra-red 1
-00101000 virology-and 1
-00101000 pricesand 1
-00101000 ever-so-properly 1
-00101000 hole-in-the-wall 1
-00101000 EH-60 1
-00101000 directeur 1
-00101000 Queensize 1
-00101000 Kensetsu 1
-00101000 DREW 1
-00101000 aluminate 2
-00101000 technology-control 2
-00101000 reignites 2
-00101000 lounge-lizard 2
-00101000 Bugatti 2
-00101000 Suspends 2
-00101000 V/O 3
-00101000 profiling 6
-00101000 shortens 8
-00101000 cum 11
-00101000 and 743332
-00101000 and/or 162
-0010100100 uncomic 1
-0010100100 beach-and 1
-0010100100 mini-movies 1
-0010100100 indictated 1
-0010100100 neo-hippie 1
-0010100100 minces 1
-0010100100 contrives 1
-0010100100 alternations 1
-0010100100 obbligatos 1
-0010100100 hemetin 1
-0010100100 Mr.Pickens 1
-0010100100 three-putting 1
-0010100100 risktaking 1
-0010100100 howcome 1
-0010100100 constables 1
-0010100100 Tark 2
-0010100100 Letzebuerg 2
-0010100100 Sebastos 2
-0010100100 WHTZ 2
-0010100100 C-W 2
-0010100100 SECCA 3
-0010100100 discoursing 3
-0010100100 Arifin 3
-0010100100 Branwell 3
-0010100100 VAG 4
-0010100100 para 4
-0010100100 but 73730
-0010100100 wherein 15
-001010010100 reined-in 1
-001010010100 long-before 1
-001010010100 ejects 1
-001010010100 lower-intensity 1
-001010010100 Lydenburg 1
-001010010100 rubber-band 1
-001010010100 then-Yale 1
-001010010100 -as 1
-001010010100 non-offsetting 1
-001010010100 daily-double 1
-001010010100 Oestgoeta 1
-001010010100 reconceptualizes 1
-001010010100 ex-junkie 1
-001010010100 nuzzling 1
-001010010100 Biostatistical 1
-001010010100 front-porch 1
-001010010100 Butterhead 1
-001010010100 marketizing 1
-001010010100 then-state 1
-001010010100 38,000-man 1
-001010010100 365,025 1
-001010010100 Reiterated 1
-001010010100 intranasal 1
-001010010100 mega-developer 1
-001010010100 2,594,595 1
-001010010100 re-enforcing 1
-001010010100 tie-died 1
-001010010100 20-gallon 1
-001010010100 N.C.-ased 1
-001010010100 JF 1
-001010010100 better-schooled 1
-001010010100 de-funded 1
-001010010100 one-fiftieth 1
-001010010100 checkmating 1
-001010010100 business-suit-clad 1
-001010010100 low-capacity 1
-001010010100 mineral-oil 1
-001010010100 Enjoys 1
-001010010100 D.F.A. 1
-001010010100 stir-frying 1
-001010010100 super-dry 1
-001010010100 9-foot-long 1
-001010010100 unaccented 1
-001010010100 repurchse 1
-001010010100 T&C 1
-001010010100 DESTROYING 1
-001010010100 3,824,000-kilowatt 1
-001010010100 forever-reviewing-the-troops 1
-001010010100 seldom-traded 1
-001010010100 Gioachino 1
-001010010100 begetting 1
-001010010100 9,250,000 1
-001010010100 Reconstitute 1
-001010010100 Revitalize 1
-001010010100 non-inflating 1
-001010010100 California-manufactured 1
-001010010100 multitoned 1
-001010010100 ex-basketball 1
-001010010100 Amigo 1
-001010010100 slap-you-on-the-back 1
-001010010100 gravel-throated 1
-001010010100 chastizing 1
-001010010100 gabbles 1
-001010010100 refuse-derived 1
-001010010100 amputating 1
-001010010100 Vancenase 1
-001010010100 radioactive-tagged 1
-001010010100 buy-at-any-price 1
-001010010100 no-leadership 1
-001010010100 -but 1
-001010010100 telemarketing-fraud 1
-001010010100 on-the-edge 1
-001010010100 headline-fitting 1
-001010010100 1965-1986 1
-001010010100 461,714 1
-001010010100 circulation-stopping 1
-001010010100 324,744 1
-001010010100 besneakered 1
-001010010100 clucked 1
-001010010100 1986-the 1
-001010010100 Spain-dominated 1
-001010010100 Achieved 1
-001010010100 unbolted 1
-001010010100 /Provides 1
-001010010100 esp. 1
-001010010100 190-proof 1
-001010010100 vacation-business 1
-001010010100 legitimatized 1
-001010010100 stilling 1
-001010010100 unplugs 1
-001010010100 denaturing 1
-001010010100 post-cruzado 1
-001010010100 267,198 1
-001010010100 Two-hundred 1
-001010010100 high-nutrition 1
-001010010100 free-base 1
-001010010100 test-counting 1
-001010010100 2,000-person-strong 1
-001010010100 pre-supposes 1
-001010010100 bone-wearing 1
-001010010100 Holliday/ 1
-001010010100 Naughty 1
-001010010100 1395 1
-001010010100 1,212,000 1
-001010010100 quick-to-prepare 1
-001010010100 4,675,435 1
-001010010100 9-by-12 1
-001010010100 pantomiming 1
-001010010100 once-patient 1
-001010010100 nuclearizing 1
-001010010100 hydrated 1
-001010010100 Chico-San 1
-001010010100 outgeneraling 1
-001010010100 Regulating 1
-001010010100 clutters 1
-001010010100 2,793,875 1
-001010010100 eastern-most 1
-001010010100 uncoiled 1
-001010010100 fellow-Texan 1
-001010010100 208-pound 1
-001010010100 Troxey 1
-001010010100 continung 1
-001010010100 Skanaviska 1
-001010010100 Enable 1
-001010010100 700-acre 1
-001010010100 predciting 1
-001010010100 otherwise-comparable 1
-001010010100 regrooms 1
-001010010100 lower-resistance 1
-001010010100 3,728 1
-001010010100 resketched 1
-001010010100 2,361,112 1
-001010010100 Masseria 1
-001010010100 bemustached 1
-001010010100 dedspite 1
-001010010100 begot 1
-001010010100 capital-stretching 1
-001010010100 10-inch-wide 1
-001010010100 acheived 1
-001010010100 ill-cut 1
-001010010100 head-butting 1
-001010010100 refecting 1
-001010010100 10,660,800 1
-001010010100 CHEM 1
-001010010100 seconding 1
-001010010100 readopting 1
-001010010100 1328 1
-001010010100 faux-Democrats 1
-001010010100 JutlandFunen 1
-001010010100 ursodeoxycholic 1
-001010010100 Viennese-style 1
-001010010100 booby-trapping 1
-001010010100 1,200-for 1
-001010010100 life-filled 1
-001010010100 sayeth 1
-001010010100 company-town 1
-001010010100 cadges 1
-001010010100 black-striped 1
-001010010100 unhousebroken 1
-001010010100 CareFree 1
-001010010100 tousling 1
-001010010100 Jenifer 1
-001010010100 Lebanese-controlled 1
-001010010100 Inpex 1
-001010010100 Sunda 1
-001010010100 skippering 1
-001010010100 elucidates 1
-001010010100 AllenBradley 1
-001010010100 feature-packed 1
-001010010100 suceeding 1
-001010010100 classicize 1
-001010010100 Mid-career 1
-001010010100 intervention-shy 1
-001010010100 Interinsurance 1
-001010010100 soft-footed 1
-001010010100 Fernanda 1
-001010010100 Instill 1
-001010010100 supermodel 1
-001010010100 Communist-designed 1
-001010010100 barrel-aged 1
-001010010100 sinister-looking 1
-001010010100 Pedigree-contemplating 1
-001010010100 1,813,363 1
-001010010100 W.O. 1
-001010010100 R.P.M. 1
-001010010100 commuter-type 1
-001010010100 Recoup 1
-001010010100 slow-changing 1
-001010010100 wheeling-and-dealing 1
-001010010100 breadfruit-carting 1
-001010010100 125-bed 1
-001010010100 Revinex 1
-001010010100 Mollye 1
-001010010100 Tagayasu 1
-001010010100 Pilipinas 1
-001010010100 vide 1
-001010010100 R-Vee 1
-001010010100 Krung 1
-001010010100 much-over-budget 1
-001010010100 enshrouding 1
-001010010100 2537 1
-001010010100 salt-free 1
-001010010100 ectopic 1
-001010010100 cell-transplant 1
-001010010100 less-offensive 1
-001010010100 sycamore 1
-001010010100 lower-performance 1
-001010010100 CH-1201 1
-001010010100 code-naming 1
-001010010100 no-spaghetti 1
-001010010100 contining 1
-001010010100 B.C.-643 1
-001010010100 self-determining 1
-001010010100 broad-gauge 1
-001010010100 scenting 1
-001010010100 Naomichi 1
-001010010100 reconnoiter 1
-001010010100 8-point 1
-001010010100 domesticates 1
-001010010100 Messerschmidt-Boelkow 1
-001010010100 conference-calling 1
-001010010100 all-federal 1
-001010010100 168803 1
-001010010100 outputbased 1
-001010010100 domino-effect 1
-001010010100 dumbfounding 1
-001010010100 Directs 1
-001010010100 salsafied 1
-001010010100 hand-linked 1
-001010010100 business-insurance 1
-001010010100 Leoluca 1
-001010010100 21-branch 1
-001010010100 harder-to-make 1
-001010010100 co-curated 1
-001010010100 club-class 1
-001010010100 waggled 1
-001010010100 protracts 1
-001010010100 Oei 1
-001010010100 vilifies 1
-001010010100 pre-Duarte 1
-001010010100 S.E.H. 1
-001010010100 LEAVING 1
-001010010100 gadget-filled 1
-001010010100 10,551 1
-001010010100 Borj 1
-001010010100 reorganizational 1
-001010010100 Schizophrenic 1
-001010010100 M.Ed 1
-001010010100 Extolling 1
-001010010100 Othal 1
-001010010100 Announces 1
-001010010100 bully-boy 1
-001010010100 carbon-impregnated 1
-001010010100 klutz-proof 1
-001010010100 315-pound 1
-001010010100 coffee-gulping 1
-001010010100 undisposable 1
-001010010100 prefacing 1
-001010010100 AZT-type 1
-001010010100 prpbably 1
-001010010100 Michelin/ 1
-001010010100 seniority-system 1
-001010010100 TRS-80 1
-001010010100 coedited 1
-001010010100 Zug-based 1
-001010010100 ascorbic 1
-001010010100 French-inspired 1
-001010010100 teeth-grinding 1
-001010010100 oil-poor 1
-001010010100 time-blackened 1
-001010010100 let's-get-a-consensus 1
-001010010100 37,000-ton 1
-001010010100 21-foot-long 1
-001010010100 Integrate 2
-001010010100 1309 2
-001010010100 Yetsuo 2
-001010010100 2,076,165 2
-001010010100 a.k.a 2
-001010010100 distrusting 2
-001010010100 elating 2
-001010010100 Hallee 2
-001010010100 miring 2
-001010010100 self-leveling 2
-001010010100 submarine-detecting 2
-001010010100 outdueling 2
-001010010100 Texas.-based 2
-001010010100 Cassiel 2
-001010010100 incuding 2
-001010010100 reelecting 2
-001010010100 outshining 3
-001010010100 sleepy-eyed 3
-001010010100 Information/service 3
-001010010100 ext. 3
-001010010100 7227 3
-001010010100 Soichiro 4
-001010010100 Liberalizing 4
-001010010100 te 4
-001010010100 hefting 4
-001010010100 IL 5
-001010010100 aka 5
-001010010100 nee 7
-001010010100 presaging 7
-001010010100 obviating 7
-001010010100 Permit 8
-001010010100 excepting 14
-001010010100 complementing 14
-001010010100 necessitating 14
-001010010100 rivaling 15
-001010010100 dwarfing 19
-001010010100 surpassing 169
-001010010100 excluding 672
-001010010100 citing 1793
-001010010100 including 19035
-001010010100 via 2810
-001010010101 Ont.-based 1
-001010010101 many-hued 1
-001010010101 bullet-ridden 1
-001010010101 Pa-based 1
-001010010101 plain-folks 1
-001010010101 non-glamorous 1
-001010010101 fix-up 1
-001010010101 angular-boxy 1
-001010010101 state-supplied 1
-001010010101 cast-of-thousands 1
-001010010101 gunmetal-gray 1
-001010010101 pat-you-on-the-back 1
-001010010101 turnof-the-century 1
-001010010101 super-absorbing 1
-001010010101 Nixon-vintage 1
-001010010101 50-stunt 1
-001010010101 half-dog 1
-001010010101 semi-military 1
-001010010101 paint-store 1
-001010010101 semi-ornate 1
-001010010101 soul-killing 1
-001010010101 back-lit 1
-001010010101 home-sweep 1
-001010010101 20-megahertz 1
-001010010101 16-megahertz 1
-001010010101 Levelland-based 1
-001010010101 second-inning 1
-001010010101 less-strenuous 1
-001010010101 Redbirds 1
-001010010101 222,930,000 1
-001010010101 two-station 1
-001010010101 steel-supply 1
-001010010101 Foodorama 1
-001010010101 paper-like 1
-001010010101 245-pound 1
-001010010101 highway-equipment 1
-001010010101 10-exam 1
-001010010101 professional-publishing 1
-001010010101 freethinking 1
-001010010101 IAM/Secure 1
-001010010101 Hammerschmidt 1
-001010010101 208,133,100 1
-001010010101 takeover-generated 1
-001010010101 India-based 1
-001010010101 236,814 1
-001010010101 table-tennis 1
-001010010101 rink-rat 1
-001010010101 low-rimmed 1
-001010010101 wellness-related 1
-001010010101 risk-conscious 1
-001010010101 parallel-strand 1
-001010010101 division-based 1
-001010010101 25,350 1
-001010010101 franchise-oriented 1
-001010010101 ship-killing 1
-001010010101 skimmed-milk 1
-001010010101 Calif.-born 1
-001010010101 class-ridden 1
-001010010101 storage-bin 1
-001010010101 terror-free 1
-001010010101 automotive-window 1
-001010010101 nonretail 1
-001010010101 Catholic-oriented 1
-001010010101 680,000-square-foot 1
-001010010101 good-sense 1
-001010010101 Kirkland-based 1
-001010010101 acknowleding 1
-001010010101 260-megawatt 1
-001010010101 34-mile 1
-001010010101 individual-income-tax 1
-001010010101 gingery 1
-001010010101 non-escrowed 1
-001010010101 low-land 1
-001010010101 gritty-voiced 1
-001010010101 shelter-related 1
-001010010101 NVF-controlled 1
-001010010101 12th-ranked 1
-001010010101 peat-fired 1
-001010010101 deep-socketed 1
-001010010101 175-horsepower 1
-001010010101 silent-screen 1
-001010010101 super-Yalta 1
-001010010101 four-wagon 1
-001010010101 eight-bar 1
-001010010101 electric-red 1
-001010010101 towel-dispenser 1
-001010010101 dead-white 1
-001010010101 regular-shaped 1
-001010010101 spike-marked 1
-001010010101 matterlike 1
-001010010101 grandchild-producing 1
-001010010101 blue-on-blue 1
-001010010101 few-frills 1
-001010010101 three-piece-suited 1
-001010010101 Bralley-Willett 1
-001010010101 108,584 1
-001010010101 multi-hosted 1
-001010010101 generic-goods 1
-001010010101 tough-leadership 1
-001010010101 well-sprung 1
-001010010101 McGovern-style 1
-001010010101 brass-bed 1
-001010010101 five-stadium 1
-001010010101 KNT 1
-001010010101 less-objectionable 1
-001010010101 HookSupeRx 1
-001010010101 Grieving 1
-001010010101 law-skirting 1
-001010010101 non-radar 1
-001010010101 403,105 1
-001010010101 housing-density 1
-001010010101 10-room 1
-001010010101 nine-foot-wide 1
-001010010101 bug-like 1
-001010010101 Houston-bred 1
-001010010101 unfishy 1
-001010010101 358,785 1
-001010010101 preloaded 1
-001010010101 return-to-tradition 1
-001010010101 solarpowered 1
-001010010101 Bisquick 1
-001010010101 4,633,152 1
-001010010101 atom-plant 1
-001010010101 well-considered 1
-001010010101 market-inspired 1
-001010010101 in-town 1
-001010010101 motor-inn 1
-001010010101 overarmed 1
-001010010101 auxilliary 1
-001010010101 blond-tinted 1
-001010010101 single-breadwinner 1
-001010010101 1,264,087 1
-001010010101 uncoerced 1
-001010010101 902,228 1
-001010010101 lubricious 1
-001010010101 Audio/ 1
-001010010101 black-streaked 1
-001010010101 burnt-orange 1
-001010010101 unflavored 1
-001010010101 schoolwide 1
-001010010101 toxin-containing 1
-001010010101 4,681,516 1
-001010010101 human-backboard 1
-001010010101 easier-to-handle 1
-001010010101 chain-like 1
-001010010101 810,000-share 1
-001010010101 600,000-share 1
-001010010101 computer-jockey 1
-001010010101 densely-packed 1
-001010010101 GI-donated 1
-001010010101 storm-drainage 1
-001010010101 wirelike 1
-001010010101 almost-obsessive 1
-001010010101 multi-shift 1
-001010010101 down-tomorrow 1
-001010010101 scrappier 1
-001010010101 28,564,723 1
-001010010101 107,167 1
-001010010101 lispy 1
-001010010101 18,842,200 1
-001010010101 quasi-philosophical 1
-001010010101 CBR 1
-001010010101 688,750 1
-001010010101 foul-tasting 1
-001010010101 misfocused 1
-001010010101 532,676 1
-001010010101 supermarket-discount 1
-001010010101 gimme-gimme 1
-001010010101 non-export-related 1
-001010010101 out-of-tolerance 1
-001010010101 fragile-looking 1
-001010010101 uninflected 1
-001010010101 517,004 1
-001010010101 factory-style 1
-001010010101 long-distance-transmission 1
-001010010101 drug-products 1
-001010010101 hipper-than-thou 1
-001010010101 hawklike 1
-001010010101 994,400 1
-001010010101 wood-trimmed 1
-001010010101 porcupine-like 1
-001010010101 bar-room 1
-001010010101 20-gauge 1
-001010010101 .58 1
-001010010101 laser-systems 1
-001010010101 Bass-owned 1
-001010010101 never-arriving 1
-001010010101 O'Rourke-type 1
-001010010101 86-foot 1
-001010010101 9,706,000 1
-001010010101 457,660 1
-001010010101 Miss.-nuclear 1
-001010010101 N.C.based 1
-001010010101 Singh-distributed 1
-001010010101 stuck-on 1
-001010010101 tails-I-lose 1
-001010010101 economic-crimes 1
-001010010101 fraud-protection 1
-001010010101 liver-red 1
-001010010101 unhomogenized 1
-001010010101 wise-man 1
-001010010101 multiseed 1
-001010010101 onshore-oil 1
-001010010101 opinion-research 1
-001010010101 Kickapoo 1
-001010010101 112-nation 1
-001010010101 Pauliasi 1
-001010010101 listen-here 1
-001010010101 196-square-yard 1
-001010010101 clear-glass 1
-001010010101 parkside 1
-001010010101 no-chemicals 1
-001010010101 low-investment 1
-001010010101 mother-and-child 1
-001010010101 532,734 1
-001010010101 military-oriented 1
-001010010101 416,500 1
-001010010101 Anaheim-based 1
-001010010101 private-operator 1
-001010010101 loyalty-building 1
-001010010101 422,832 1
-001010010101 Perushaan 1
-001010010101 Warrego 1
-001010010101 out-in-right-field 1
-001010010101 barn-door-size 1
-001010010101 rank-smelling 1
-001010010101 economy-model 1
-001010010101 prairie-chicken 1
-001010010101 crew-cutted 1
-001010010101 Peoria-area 1
-001010010101 over-treatment 1
-001010010101 training-school 1
-001010010101 sitar 1
-001010010101 NASA-produced 1
-001010010101 4-ounce 1
-001010010101 pre-caught 1
-001010010101 image-tarnishing 1
-001010010101 trumpet-filled 1
-001010010101 memory-enhancing 1
-001010010101 384,615 1
-001010010101 780,450 1
-001010010101 54,264 1
-001010010101 semi-obscene 1
-001010010101 Balanchine-inspired 1
-001010010101 1,090,000 1
-001010010101 beady-eyed 1
-001010010101 low-carbohydrate 1
-001010010101 Magee-Womens 1
-001010010101 Canadiancontrolled 1
-001010010101 bonier 1
-001010010101 4,767,895 1
-001010010101 PMZ 1
-001010010101 optimizes 1
-001010010101 Moirs 1
-001010010101 unvented 1
-001010010101 thermal-activated 1
-001010010101 Ark.based 1
-001010010101 asbestos-mine 1
-001010010101 grosgrain 1
-001010010101 fumeless 1
-001010010101 tobacco-stained 1
-001010010101 dye-laser 1
-001010010101 Ericsson-designed 1
-001010010101 5,165,000 1
-001010010101 photo-heavy 1
-001010010101 antique-guide 1
-001010010101 more-soothing 1
-001010010101 1.7-ounce 1
-001010010101 13.4-ounce 1
-001010010101 tradition-driven 1
-001010010101 370-person 1
-001010010101 106,251 1
-001010010101 backwoodsy 1
-001010010101 Texasbased 1
-001010010101 114,000-square-foot 1
-001010010101 chocolate-dipped 1
-001010010101 incubator-consulting 1
-001010010101 hand-cramping 1
-001010010101 boy-and-girl-fall-in-love 1
-001010010101 par-70 1
-001010010101 balloon-like 1
-001010010101 2,050,000 1
-001010010101 flower-by-wire 1
-001010010101 gone-tomorrow 1
-001010010101 nontherapeutic 1
-001010010101 Intaglio 1
-001010010101 Clebe 1
-001010010101 pro-alliance 1
-001010010101 Ohio-truck 1
-001010010101 raisin-product 1
-001010010101 mattress-covered 1
-001010010101 pattern-on-pattern 1
-001010010101 108-bed 1
-001010010101 photo-supply 1
-001010010101 inflation-warning 1
-001010010101 apple-wine 1
-001010010101 sermon-like 1
-001010010101 white-faced 1
-001010010101 Blames 1
-001010010101 three-boat 1
-001010010101 one-boat 1
-001010010101 one-stop-shopping 1
-001010010101 MIT-graduate 1
-001010010101 bist 1
-001010010101 3,307-yard 1
-001010010101 Fl.-based 1
-001010010101 232,755 1
-001010010101 cedar-shingled 1
-001010010101 155-day 1
-001010010101 5-foot-6-inch 1
-001010010101 cancer-afflicted 1
-001010010101 no-points 1
-001010010101 group-term 1
-001010010101 fish-bait 1
-001010010101 pictoral 1
-001010010101 pay-cut 1
-001010010101 computer-peripheral-parts 1
-001010010101 confident-looking 1
-001010010101 IVB 1
-001010010101 not-so-volatile 1
-001010010101 seven-pound 1
-001010010101 budget-breaking 1
-001010010101 44-flick 1
-001010010101 big-engined 1
-001010010101 more-confusing 1
-001010010101 customset 1
-001010010101 Houston-supplies 1
-001010010101 11,075,341 1
-001010010101 655,184 1
-001010010101 pouty-faced 1
-001010010101 385-yard 1
-001010010101 eelskin 1
-001010010101 whole-wheat 1
-001010010101 bit-map 1
-001010010101 26,624,375 1
-001010010101 42,000-kilowatt 1
-001010010101 47,806,810 1
-001010010101 adventure-oriented 1
-001010010101 ConVest 1
-001010010101 Ropespinner-inspired 1
-001010010101 Colo.based 1
-001010010101 capital-fed 1
-001010010101 bowler-hatted 1
-001010010101 nonliterary 1
-001010010101 390,783 1
-001010010101 sales-channel 1
-001010010101 cidery 1
-001010010101 unlimited-mileage 1
-001010010101 size-theory 1
-001010010101 express-train 1
-001010010101 elbow-baring 1
-001010010101 back-panel 1
-001010010101 pesd 1
-001010010101 slut-ridden 1
-001010010101 2,178,132 1
-001010010101 Japanese-run 1
-001010010101 649,922 1
-001010010101 long-in-back 1
-001010010101 70,000-share 1
-001010010101 difficult-to-crack 1
-001010010101 ideology-bound 1
-001010010101 spectatorss 1
-001010010101 broadcast-license 1
-001010010101 all-parts 1
-001010010101 863-mile-long 1
-001010010101 wind-knocked 1
-001010010101 indulge-yourself 1
-001010010101 lashless 1
-001010010101 play-by-number 1
-001010010101 half-protesting 1
-001010010101 hard-to-see 1
-001010010101 win-too-soon 1
-001010010101 104,700 1
-001010010101 record-promoter 1
-001010010101 job-offer 1
-001010010101 Ariz.-bank 1
-001010010101 W.Va.-area 1
-001010010101 less-stressful 1
-001010010101 multiple-variable 1
-001010010101 prevously 1
-001010010101 31,353,025 1
-001010010101 Clveland-Cliffs 1
-001010010101 thick-bodied 1
-001010010101 wildland 1
-001010010101 stick-built 1
-001010010101 tire-screeching 1
-001010010101 552,596 1
-001010010101 offshore-drilling-rig 1
-001010010101 pump-style 1
-001010010101 moonlike 1
-001010010101 Minn.based 1
-001010010101 needle-threading 1
-001010010101 dust-covered 1
-001010010101 369-yard 1
-001010010101 slimier 1
-001010010101 not-very-profitable 1
-001010010101 525-room 1
-001010010101 engineering/scientific 1
-001010010101 Ore-based 1
-001010010101 detail-conscious 1
-001010010101 noncompressed 1
-001010010101 Stichting 1
-001010010101 R.I.based 1
-001010010101 323,100 1
-001010010101 76-unit 1
-001010010101 pseudo-metaphysical 1
-001010010101 unatmospheric 1
-001010010101 Silkience 1
-001010010101 folkish 1
-001010010101 four-ringed 1
-001010010101 under-publicized 1
-001010010101 Capitol-EMI 1
-001010010101 jelly-filled 1
-001010010101 once-fierce 1
-001010010101 Uwe-Jens 1
-001010010101 round-white 1
-001010010101 gas-filled 1
-001010010101 1,807 1
-001010010101 28,938 1
-001010010101 638-room 1
-001010010101 arm-slinging 1
-001010010101 angst-filled 1
-001010010101 Maine.-based 1
-001010010101 non-addicting 1
-001010010101 Vietnam-veteran 1
-001010010101 Hutton-commissioned 1
-001010010101 eerie-sounding 1
-001010010101 slang-filled 1
-001010010101 porcelain-enameled 1
-001010010101 mood-influencing 1
-001010010101 index-member 1
-001010010101 ocean-cruise 1
-001010010101 curlicued 1
-001010010101 arm-flapping 1
-001010010101 rug-covered 1
-001010010101 5,614,436 1
-001010010101 banking-holding 1
-001010010101 business-supported 1
-001010010101 MBLE. 1
-001010010101 tune-strangling 1
-001010010101 anti-contractor 1
-001010010101 13-game 1
-001010010101 handnumbing 1
-001010010101 open-to-the 1
-001010010101 more-chicken-for-the-money 1
-001010010101 thrice-widowed 1
-001010010101 Skews 1
-001010010101 non-worldly 1
-001010010101 shipbuiding 1
-001010010101 Kerstin 1
-001010010101 free-rolling 1
-001010010101 videogame-roller-ball 1
-001010010101 GermanRussian 1
-001010010101 most-repeated 1
-001010010101 privately-owned 1
-001010010101 maze-like 1
-001010010101 traditional-sized 1
-001010010101 381-yard 1
-001010010101 10,000-square-foot 1
-001010010101 Tiffanyesque 1
-001010010101 scientific-research 1
-001010010101 actable 1
-001010010101 Dori 1
-001010010101 uncollectivized 1
-001010010101 16-ton 1
-001010010101 tool-scattered 1
-001010010101 fire-and-ice 1
-001010010101 company-commissioned 1
-001010010101 1,626,142 1
-001010010101 5,554 1
-001010010101 Mich.based 1
-001010010101 31-question 1
-001010010101 913,842 1
-001010010101 laugh-at-the-things-that-make-you-cry-as-you-conquer-them 1
-001010010101 Monteverdiesque 1
-001010010101 40-train 1
-001010010101 home-brewed 1
-001010010101 Graves-designed 1
-001010010101 725,287 1
-001010010101 Ericsson-GE 1
-001010010101 Regimental 1
-001010010101 muchsought 1
-001010010101 1,687 1
-001010010101 minimedical 1
-001010010101 11-story-high 1
-001010010101 2,771 1
-001010010101 602,100 1
-001010010101 anti-bacterial 1
-001010010101 pocket-held 1
-001010010101 overawed 1
-001010010101 less-than-spectacular 1
-001010010101 lower-mileage 1
-001010010101 co-axial 1
-001010010101 dango-run 1
-001010010101 non-dango 1
-001010010101 K.B. 1
-001010010101 castlelike 1
-001010010101 gulf-based 1
-001010010101 cowboy-like 1
-001010010101 nonfungible 1
-001010010101 Europeo 1
-001010010101 gibbering 1
-001010010101 factory.The 1
-001010010101 iceberg-busting 1
-001010010101 often-unpopular 1
-001010010101 Bath-based 1
-001010010101 nonfiltered 1
-001010010101 German-nationalist 1
-001010010101 120-pound 1
-001010010101 8,840,205 1
-001010010101 Kans.-based 1
-001010010101 brown-and-gray 1
-001010010101 705,938 1
-001010010101 hard-time 1
-001010010101 out-of-focus 1
-001010010101 Dailey-Thorp 1
-001010010101 Arkansas-reared 1
-001010010101 ORBITEL 1
-001010010101 247,189 1
-001010010101 hamburger-chain 1
-001010010101 technological-services 1
-001010010101 fly-infested 1
-001010010101 nose-wrinkling 1
-001010010101 half-Indian 1
-001010010101 radio-program 1
-001010010101 spy-plane 1
-001010010101 blitzkrieg-style 1
-001010010101 tic-a-minute 1
-001010010101 ever-admiring 1
-001010010101 vitamin-filled 1
-001010010101 Waspy 1
-001010010101 pesticide-heavy 1
-001010010101 process-engineering 1
-001010010101 polymath 1
-001010010101 Quang 1
-001010010101 47,900 1
-001010010101 pear-flavored 1
-001010010101 1,464 1
-001010010101 vinyl-products 1
-001010010101 meat-eating 1
-001010010101 no-muss 1
-001010010101 bathtub-shaped 1
-001010010101 coup-prone 1
-001010010101 quasi-documentary 1
-001010010101 crucifix-dangling 1
-001010010101 sure-shot 1
-001010010101 chloronated 1
-001010010101 arcanely 1
-001010010101 4,400-square-foot 1
-001010010101 PKL 1
-001010010101 drum-driven 1
-001010010101 mismeasuring 1
-001010010101 Daihyaku 1
-001010010101 long-overlooked 1
-001010010101 DAW 1
-001010010101 border-to-border 1
-001010010101 light-weight 1
-001010010101 91,159 1
-001010010101 wood-finishing 1
-001010010101 22-part 1
-001010010101 antioxidants 1
-001010010101 adoption-business 1
-001010010101 telecommunciations 1
-001010010101 one-big-decision-at-a-time 1
-001010010101 white-tennis-shoe 1
-001010010101 risk-assessing 1
-001010010101 200-square-foot 1
-001010010101 CSX/ 1
-001010010101 20-peso 1
-001010010101 86,356 1
-001010010101 proto-feminist 1
-001010010101 hibiscuses 1
-001010010101 federally-supervised 1
-001010010101 Finland-based 1
-001010010101 closed-mouth 1
-001010010101 Rheinish 1
-001010010101 discount-coupon-book 1
-001010010101 oxygen-depleted 1
-001010010101 dominate-the-world 1
-001010010101 Bedav 1
-001010010101 more-exhaustive 1
-001010010101 ever-quarrelsome 1
-001010010101 Saskatchewan-based 1
-001010010101 spend-and-tax 1
-001010010101 Yamatake 1
-001010010101 roll-up-your 1
-001010010101 publicly-owned 1
-001010010101 weakwilled 1
-001010010101 big-equipment 1
-001010010101 female-income 1
-001010010101 loose-credit 1
-001010010101 worked-out 1
-001010010101 Pinstripe 1
-001010010101 technology-linked 1
-001010010101 reading-the-paper 1
-001010010101 SMB 1
-001010010101 171,885 1
-001010010101 251,219 1
-001010010101 163,895 1
-001010010101 339,512 1
-001010010101 310,022 1
-001010010101 410,234 1
-001010010101 agricultural-seed 1
-001010010101 union-fearing 1
-001010010101 egg-on-the-face 1
-001010010101 car-finance 1
-001010010101 aerospace-technology 1
-001010010101 two-evening 1
-001010010101 274,598 1
-001010010101 yield-reducing 1
-001010010101 FAS-related 1
-001010010101 Tokyo-area 1
-001010010101 peace-brokering 1
-001010010101 AM/FM-cassette 1
-001010010101 potbelly 1
-001010010101 8,954,161 1
-001010010101 healthy-looking 1
-001010010101 407,954 1
-001010010101 hunting-gear 1
-001010010101 bar-staged 1
-001010010101 skaking 1
-001010010101 cloud-flecked 1
-001010010101 free-port 1
-001010010101 be-wimpy 1
-001010010101 Socony 1
-001010010101 broken-trumpet 1
-001010010101 kid-pleasing 1
-001010010101 hail-fellow 1
-001010010101 flat-ribbon 1
-001010010101 nonsubsidized 1
-001010010101 hot-pressed 1
-001010010101 white-speckled 1
-001010010101 Angiostat 1
-001010010101 lettristic 1
-001010010101 1,776-foot-long 1
-001010010101 father-like 1
-001010010101 480,000-square-foot 1
-001010010101 sleep-walking 1
-001010010101 drug-avoiding 1
-001010010101 cargo-transportation 1
-001010010101 1,312,500 1
-001010010101 often-curable 1
-001010010101 Metro-Mobile 1
-001010010101 rubicund 1
-001010010101 382-yard 1
-001010010101 organization-minded 1
-001010010101 commodities-oriented 1
-001010010101 corrections-consulting 1
-001010010101 loudspeaker-systems 1
-001010010101 after-church 1
-001010010101 Swedish-bottled 1
-001010010101 10-win 1
-001010010101 radiation-sterilization 1
-001010010101 easy-to-make 1
-001010010101 1,617,100 1
-001010010101 anti-procurement 1
-001010010101 golf-greens 1
-001010010101 solarpanel 1
-001010010101 light-fixture 1
-001010010101 reanimating 1
-001010010101 Western-minded 1
-001010010101 pea-green 1
-001010010101 litigation-management 1
-001010010101 90-bed 1
-001010010101 preprocessed 1
-001010010101 thin-crusted 1
-001010010101 140,266are 1
-001010010101 systems-oriented 1
-001010010101 emotion-stirring 1
-001010010101 land-supply 1
-001010010101 Hemex 1
-001010010101 car-dodging 1
-001010010101 Karo 2
-001010010101 Coosje 2
-001010010101 Va.based 2
-001010010101 uncertified 2
-001010010101 Issey 2
-001010010101 low-status 2
-001010010101 Arizona-based 2
-001010010101 379,422 2
-001010010101 stereo-cassette 2
-001010010101 stone-walled 2
-001010010101 0.272 2
-001010010101 oil-boom-era 2
-001010010101 bejeweled 2
-001010010101 take-away 2
-001010010101 tandoori 2
-001010010101 N.J-based 2
-001010010101 multi-center 2
-001010010101 lower-value 2
-001010010101 five-day-a-week 2
-001010010101 Pa.based 2
-001010010101 camping-gear 2
-001010010101 75-chapter 2
-001010010101 drop-in 2
-001010010101 N.Y.based 2
-001010010101 Md.based 2
-001010010101 spotlit 2
-001010010101 168,598 2
-001010010101 Retractable 2
-001010010101 22,691 2
-001010010101 pocket-chartered 2
-001010010101 ratepayer-supported 2
-001010010101 multiuse 2
-001010010101 steer-roping 2
-001010010101 boutique-style 2
-001010010101 less-fuel-efficient 2
-001010010101 time-capsule 2
-001010010101 Ca.-based 2
-001010010101 Wis.based 2
-001010010101 scrawling 2
-001010010101 Koeppel 2
-001010010101 metal-plate 2
-001010010101 Penn.-based 2
-001010010101 medium-haul 2
-001010010101 slaughter-and-fabrication 2
-001010010101 white-capped 2
-001010010101 columned 2
-001010010101 silty 2
-001010010101 petroleum-derived 2
-001010010101 mio 2
-001010010101 PCC/Drug 2
-001010010101 255-pound 2
-001010010101 Malcolm-Jamal 2
-001010010101 Tenn.based 2
-001010010101 bundled-up 2
-001010010101 easy-chair 2
-001010010101 hardboiled 2
-001010010101 Austria-based 2
-001010010101 deboned 2
-001010010101 Conn-based 2
-001010010101 ultracompetitive 2
-001010010101 45-pound 2
-001010010101 N.J.based 3
-001010010101 Ginji 3
-001010010101 Ohiobased 3
-001010010101 Phar 3
-001010010101 black-haired 3
-001010010101 two-bath 3
-001010010101 batlike 3
-001010010101 high-reward 3
-001010010101 Mont.-based 3
-001010010101 Indonesia-based 3
-001010010101 Grigory 3
-001010010101 Alaska-based 3
-001010010101 rights-oriented 3
-001010010101 his-and-hers 3
-001010010101 baldish 3
-001010010101 Tex.-based 4
-001010010101 N.Y-based 4
-001010010101 shaggy-haired 4
-001010010101 Ill.based 4
-001010010101 Fla.based 4
-001010010101 Ivo 4
-001010010101 1111 4
-001010010101 Bahamas-based 5
-001010010101 Conn.based 5
-001010010101 Wyo.-based 5
-001010010101 France-based 6
-001010010101 Manitoba-based 6
-001010010101 Spain-based 6
-001010010101 Mass.based 7
-001010010101 50,000-mile 8
-001010010101 66th 8
-001010010101 Mexico-based 9
-001010010101 N.M.-based 9
-001010010101 Canada-based 11
-001010010101 Sweden-based 11
-001010010101 Calif-based 12
-001010010101 Calif.based 12
-001010010101 Miss.-based 14
-001010010101 Scotland-based 16
-001010010101 Vt.-based 17
-001010010101 Italy-based 18
-001010010101 W.Va.-based 18
-001010010101 sans 19
-001010010101 -based 23
-001010010101 non-B 24
-001010010101 La.-based 25
-001010010101 Maine-based 27
-001010010101 S.C.-based 27
-001010010101 Idaho-based 37
-001010010101 Nev.-based 37
-001010010101 Kan.-based 40
-001010010101 Ark.-based 41
-001010010101 Ontario-based 46
-001010010101 England-based 48
-001010010101 off-again 49
-001010010101 Neb.-based 50
-001010010101 N.H.-based 53
-001010010101 Iowa-based 53
-001010010101 Wis.-based 62
-001010010101 Switzerland-based 63
-001010010101 Ga.-based 69
-001010010101 Ala.-based 72
-001010010101 R.I.-based 74
-001010010101 Ind.-based 81
-001010010101 Ore.-based 89
-001010010101 Colo.-based 94
-001010010101 Del.-based 99
-001010010101 Mo.-based 102
-001010010101 Ky.-based 105
-001010010101 Okla.-based 107
-001010010101 Wash.-based 111
-001010010101 Alberta-based 114
-001010010101 Minn.-based 130
-001010010101 Tenn.-based 142
-001010010101 D.C.-based 142
-001010010101 N.C.-based 184
-001010010101 Ariz.-based 185
-001010010101 bank-backed 186
-001010010101 Md.-based 192
-001010010101 Fla.-based 277
-001010010101 Va.-based 304
-001010010101 Mich.-based 311
-001010010101 Pa.-based 321
-001010010101 Ill.-based 362
-001010010101 Ohio-based 415
-001010010101 Texas-based 420
-001010010101 N.Y.-based 546
-001010010101 Mass.-based 666
-001010010101 Conn.-based 733
-001010010101 N.J.-based 734
-001010010101 whose 7963
-001010010101 Calif.-based 1744
-001010010110 slike 1
-001010010110 SIDETRACKED 1
-001010010110 big-school 1
-001010010110 Resembled 1
-001010010110 alios 1
-001010010110 derails 1
-001010010110 browner 1
-001010010110 mobbing 1
-001010010110 shortage-prone 1
-001010010110 SEEING 1
-001010010110 diesel-mechanic 1
-001010010110 indelicately 1
-001010010110 pesters 1
-001010010110 disagreed-including 1
-001010010110 lifeless. 1
-001010010110 pre-signed 1
-001010010110 11:20-to-11:50 1
-001010010110 growthy 1
-001010010110 comfirm 1
-001010010110 outvoting 2
-001010010110 confrere 2
-001010010110 Tic 2
-001010010110 stuns 2
-001010010110 GAVE 2
-001010010110 remorseful 2
-001010010110 cash-heavy 3
-001010010110 overcrowd 3
-001010010110 Pippa 3
-001010010110 decisis 3
-001010010110 effeminate 3
-001010010110 ingest 4
-001010010110 fated 5
-001010010110 desiring 5
-001010010110 populating 5
-001010010110 disproves 6
-001010010110 inhabiting 6
-001010010110 salutes 8
-001010010110 dogging 9
-001010010110 imploring 14
-001010010110 like 21594
-001010010110 resembling 82
-001010010111 /Though 1
-001010010111 spacewalk 1
-001010010111 INDICATIONS 1
-001010010111 mid-1963 1
-001010010111 avowing 1
-001010010111 smokescreens 1
-001010010111 hydras 1
-001010010111 hero-images 1
-001010010111 voice-synthesizer 1
-001010010111 single-sum 1
-001010010111 Heath/Zenith 1
-001010010111 anti-missile-tests 1
-001010010111 DLA 1
-001010010111 program-generated 1
-001010010111 Demonstrate 1
-001010010111 notdoing 1
-001010010111 1889-1894 1
-001010010111 deal-doers 1
-001010010111 averring 1
-001010010111 kerogen 1
-001010010111 GUV 1
-001010010111 McSpeak 1
-001010010111 syncytia 1
-001010010111 semitrailers 1
-001010010111 81-81 1
-001010010111 contactors 1
-001010010111 1493-1800 1
-001010010111 mulitiply 1
-001010010111 full-strength 1
-001010010111 1/300th 1
-001010010111 Acknowledged 1
-001010010111 France-conceded 1
-001010010111 self-bailing 1
-001010010111 spiritualism 1
-001010010111 fulminating 1
-001010010111 three-in-four 1
-001010010111 flashlamps 1
-001010010111 self-deregulators 1
-001010010111 Ruhakano 1
-001010010111 deducing 2
-001010010111 intimating 2
-001010010111 ackowledged 2
-001010010111 havin 2
-001010010111 Dosso 2
-001010010111 Wonders 2
-001010010111 5-FU 2
-001010010111 bulldogging 2
-001010010111 loss-leaders 2
-001010010111 rerunning 2
-001010010111 Vajno 2
-001010010111 chancing 2
-001010010111 ascertains 2
-001010010111 cesium-137 2
-001010010111 unobvious 2
-001010010111 quipping 2
-001010010111 Rudolfo 2
-001010010111 captioned 3
-001010010111 relearning 3
-001010010111 open-ending 3
-001010010111 COMPLAIN 3
-001010010111 lugs 4
-001010010111 warbling 4
-001010010111 rubato 4
-001010010111 decreeing 5
-001010010111 oftentimes 5
-001010010111 deface 5
-001010010111 Innocenti 5
-001010010111 reprimanding 5
-001010010111 opining 5
-001010010111 ballyhooing 5
-001010010111 intoning 6
-001010010111 defacing 6
-001010010111 foreseeing 7
-001010010111 regretting 8
-001010010111 draping 8
-001010010111 insinuating 8
-001010010111 exclaiming 9
-001010010111 signifying 14
-001010010111 presuming 15
-001010010111 remarking 16
-001010010111 suspecting 16
-001010010111 stipulating 17
-001010010111 vaulting 18
-001010010111 pausing 22
-001010010111 imagining 24
-001010010111 cautioning 26
-001010010111 attributing 31
-001010010111 reiterating 38
-001010010111 forgetting 41
-001010010111 pretending 45
-001010010111 illustrating 45
-001010010111 boasting 59
-001010010111 hinting 64
-001010010111 remembering 65
-001010010111 sensing 67
-001010010111 proclaiming 70
-001010010111 implying 89
-001010010111 conceding 106
-001010010111 estimating 164
-001010010111 confirming 188
-001010010111 concluding 205
-001010010111 acknowledging 205
-001010010111 realizing 208
-001010010111 recognizing 217
-001010010111 stressing 221
-001010010111 stating 247
-001010010111 fearing 257
-001010010111 signaling 263
-001010010111 believing 267
-001010010111 ensuring 271
-001010010111 asserting 274
-001010010111 contending 278
-001010010111 declaring 304
-001010010111 insisting 311
-001010010111 knowing 545
-001010010111 explaining 550
-001010010111 assuming 740
-001010010111 alleging 818
-001010010111 claiming 842
-001010010111 arguing 852
-001010010111 suggesting 956
-001010010111 indicating 1093
-001010010111 noting 1098
-001010010111 charging 1113
-001010010111 saying 6102
-001010010111 adding 3053
-0010100110 16/ 1
-0010100110 Karamyshevskaya 1
-0010100110 op. 1
-0010100110 godly 1
-0010100110 29/ 1
-0010100110 educnd 1
-0010100110 neoliberally 1
-0010100110 24/ 1
-0010100110 28/ 1
-0010100110 ministate 1
-0010100110 Swifts 1
-0010100110 overscored 1
-0010100110 26/ 1
-0010100110 snored 1
-0010100110 on-base 1
-0010100110 secs. 1
-0010100110 aborbs 1
-0010100110 sanctionably 1
-0010100110 comme 1
-0010100110 most-talked 1
-0010100110 shares-turnover 1
-0010100110 lead-soldered 2
-0010100110 Scrappy 2
-0010100110 380-megabyte 2
-0010100110 hectarage 2
-0010100110 impoverishes 2
-0010100110 fives 3
-0010100110 10/ 3
-0010100110 18/ 3
-0010100110 22.0 3
-0010100110 29.0 4
-0010100110 Kansallis 4
-0010100110 MONTHS 4
-0010100110 turbine-powered 5
-0010100110 --a 5
-0010100110 foreshadowing 8
-0010100110 Op. 13
-0010100110 Ulitsa 16
-0010100110 or 108733
-0010100110 versus 107
-0010100111 1911-1947 1
-0010100111 1945-1959 1
-0010100111 Vilma 1
-0010100111 train-cars 1
-0010100111 customer-related 1
-0010100111 moyesii 1
-0010100111 rubrifolia 1
-0010100111 No-risk 1
-0010100111 lead-by-doing 1
-0010100111 month-and-a-half 1
-0010100111 Gallus 1
-0010100111 deal-oriented 1
-0010100111 ago-an 1
-0010100111 Espagnole 1
-0010100111 1879-1902 1
-0010100111 leaf-moisture 1
-0010100111 Revitalizes 1
-0010100111 Kop 1
-0010100111 Mahal-style 1
-0010100111 Ischia 1
-0010100111 1908-1983 1
-0010100111 COPYRIGHT 1
-0010100111 1898-1922 1
-0010100111 1565-1628 1
-0010100111 Self-justifying 1
-0010100111 no-play 1
-0010100111 mixed-bathing 1
-0010100111 relected 1
-0010100111 deinstitutionalized 1
-0010100111 Major-League 1
-0010100111 Rendered 1
-0010100111 IGNORE 1
-0010100111 bike-ride 1
-0010100111 New-fangled 1
-0010100111 Gimmicks. 1
-0010100111 C128D 1
-0010100111 Omnia 1
-0010100111 1961-63 1
-0010100111 1869-1918 1
-0010100111 1916-1930 1
-0010100111 1870-1930 1
-0010100111 alte 1
-0010100111 fund-drive 1
-0010100111 inyangas 1
-0010100111 1915-1940 1
-0010100111 conservation-related 1
-0010100111 all-will-be-well 1
-0010100111 soit 1
-0010100111 Disli 1
-0010100111 1830-1930 1
-0010100111 Boilerplate 1
-0010100111 SIDERURGICA 1
-0010100111 1,114,300 1
-0010100111 interruped 1
-0010100111 Potted 1
-0010100111 OPPOSE 1
-0010100111 Gibran 1
-0010100111 1920-1987 1
-0010100111 Narcotic 1
-0010100111 1928-1983 1
-0010100111 FURNISH 1
-0010100111 super-civilized 1
-0010100111 Patenting 1
-0010100111 per-body 1
-0010100111 Dominate 1
-0010100111 1918-1941 1
-0010100111 III/Geostar 1
-0010100111 Oppressing 1
-0010100111 10-axis 1
-0010100111 Interbrand 1
-0010100111 1941-1945 1
-0010100111 in-the-box 1
-0010100111 1785-1789 1
-0010100111 Flashlight 1
-0010100111 1550-1900 1
-0010100111 Implores 1
-0010100111 FA-4 1
-0010100111 Corp.-and 1
-0010100111 487,335 1
-0010100111 acrosshe 1
-0010100111 Nansen 1
-0010100111 B-No.1 1
-0010100111 very-good-storing 1
-0010100111 forelorn 1
-0010100111 1979-1989 1
-0010100111 regrette 1
-0010100111 Stadt 1
-0010100111 concrete-bowl 1
-0010100111 Geographical 1
-0010100111 1968-1988 1
-0010100111 3,185 1
-0010100111 Fellas 1
-0010100111 ostensbily 1
-0010100111 1938-39 1
-0010100111 1912-1928 1
-0010100111 Tehiya 1
-0010100111 free-trades 1
-0010100111 Admire 1
-0010100111 braves 1
-0010100111 brainstormed 1
-0010100111 militarily-sensitive 1
-0010100111 two-systems 1
-0010100111 CAUSES 1
-0010100111 Surpassed 1
-0010100111 lawful-to-advertise 1
-0010100111 3,998 1
-0010100111 Trade-Up 1
-0010100111 1940-1977 1
-0010100111 text-retrieval 1
-0010100111 washer-to-dryer 1
-0010100111 .64 1
-0010100111 ship-defense 1
-0010100111 Single-subject 1
-0010100111 Shinn-Liang 1
-0010100111 Underarm 1
-0010100111 TRIPLE-MILEAGE 1
-0010100111 said.EPA 1
-0010100111 Pianos 1
-0010100111 GIS 1
-0010100111 Shrs 1
-0010100111 Inst 1
-0010100111 Kleinians 1
-0010100111 Carrot 1
-0010100111 3,545 1
-0010100111 Ti-da 1
-0010100111 on-the-go 1
-0010100111 Invoke 1
-0010100111 1900-1989 1
-0010100111 reconnected 1
-0010100111 Ashore. 1
-0010100111 Coinoperated 1
-0010100111 analysed 1
-0010100111 7,602 1
-0010100111 politicizes 1
-0010100111 Martov 1
-0010100111 Corp./USPS 1
-0010100111 Reaction. 1
-0010100111 proven-track-record 1
-0010100111 Microeconomic 1
-0010100111 W-owned 1
-0010100111 Cotonelle 1
-0010100111 Skywalker. 1
-0010100111 1751-1809 1
-0010100111 aginst 1
-0010100111 ?? 1
-0010100111 superabsorbent 2
-0010100111 resenting 2
-0010100111 Violate 2
-0010100111 CUTS 2
-0010100111 Continues 2
-0010100111 Flowing 2
-0010100111 Druckmaschinen 2
-0010100111 rimless 2
-0010100111 broker-remarketed 2
-0010100111 Pail 2
-0010100111 snub-nosed 2
-0010100111 MALPRACTICE 2
-0010100111 1940-45 2
-0010100111 MRS. 3
-0010100111 Seduce 3
-0010100111 Ballpark 3
-0010100111 limits-to-growth 3
-0010100111 System/400 3
-0010100111 Crowd 3
-0010100111 Trinitron 3
-0010100111 Toe 3
-0010100111 Brownian 3
-0010100111 Nobuya 4
-0010100111 Fates 4
-0010100111 Query 4
-0010100111 Deliberative 5
-0010100111 Balloon 5
-0010100111 ' 40244
-0010100111 Stockholder 5
-00101010 prototypal 1
-00101010 fourth-game 1
-00101010 eitheir 1
-00101010 2,510,000 1
-00101010 egalitarianly 1
-00101010 TART 1
-00101010 expell 1
-00101010 Ricart 1
-00101010 unchic 1
-00101010 Anglicism 1
-00101010 5,949 1
-00101010 ditherers 1
-00101010 land-grabbers 1
-00101010 ect 1
-00101010 9-JACX 1
-00101010 Varilite 1
-00101010 unfondly 1
-00101010 Clara-Sugar 1
-00101010 Lella 1
-00101010 texturized 1
-00101010 top-100 1
-00101010 out-of-district 1
-00101010 Liahna 1
-00101010 flip-down 1
-00101010 scrapings 1
-00101010 expunging 1
-00101010 scraper 1
-00101010 pre-hype 1
-00101010 small-government 1
-00101010 Amarilloans 1
-00101010 love/hate 1
-00101010 ennobled 1
-00101010 aboutbut 1
-00101010 242,351 1
-00101010 Bohemians 1
-00101010 Relifex 1
-00101010 Dossi 2
-00101010 114,866 2
-00101010 --as 2
-00101010 that 392472
-00101010 censuring 5
-001010110 4-1-1 1
-001010110 cutrate 1
-001010110 nonseasonal 1
-001010110 confidence-inspiring 1
-001010110 E-flats 1
-001010110 mock-scientific 1
-001010110 weekend-plays 1
-001010110 11-1-1-A 1
-001010110 dull-minded 1
-001010110 land-hungry 1
-001010110 Kroc-era 1
-001010110 whereof 1
-001010110 taste-tested 1
-001010110 32-B-1 1
-001010110 unstylishly 1
-001010110 investigatorsand 1
-001010110 pop/jazz 1
-001010110 radar-reflecting 1
-001010110 10-year-life 1
-001010110 surpised 1
-001010110 undergirded 1
-001010110 green-lipped 1
-001010110 sharp-focus 1
-001010110 higher-toned 1
-001010110 ex-Mengers 1
-001010110 extaordinarily 1
-001010110 unspooling 2
-001010110 boding 3
-001010110 outpolled 4
-001010110 boded 5
-001010110 as 196710
-001010110 auguring 8
-001010111000 Caymus 1
-001010111000 Jaboulet 1
-001010111000 Barbi 1
-001010111000 31-17 1
-001010111000 iv 1
-001010111000 Wishbook 1
-001010111000 outpolling 1
-001010111000 reauthorizes 1
-001010111000 Milestones 1
-001010111000 Climens 1
-001010111000 Rieussec 1
-001010111000 Torte 1
-001010111000 Sodaccio 1
-001010111000 formed. 1
-001010111000 1972-December 1
-001010111000 metals-stock 1
-001010111000 snowboards 1
-001010111000 left-vs.-right 1
-001010111000 Dulcie 1
-001010111000 Mullah 1
-001010111000 Lyeth 2
-001010111000 apprehensively 2
-001010111000 litterateur 2
-001010111000 c. 6
-001010111000 since 22918
-001010111000 circa 25
-001010111001 3686 1
-001010111001 GGC 1
-001010111001 role-reversal 1
-001010111001 Post-Oct. 1
-001010111001 half-picked 1
-001010111001 stores-within-stores 1
-001010111001 avis 1
-001010111001 1262.54 1
-001010111001 faxer 1
-001010111001 linguine-lover 1
-001010111001 EDS-GM 1
-001010111001 parents-of-us-all 1
-001010111001 nation-sized 1
-001010111001 392-2 1
-001010111001 69/89 1
-001010111001 bod 1
-001010111001 2216 1
-001010111001 bewteen 1
-001010111001 8752010 1
-001010111001 221,000-job 1
-001010111001 well-rested 2
-001010111001 ornamentals 2
-001010111001 detonates 2
-001010111001 Amend 2
-001010111001 Myint 5
-001010111001 'til 12
-001010111001 until 13766
-001010111001 till 185
-001010111010 windowdressing 1
-001010111010 1,129,000 1
-001010111010 happened. 1
-001010111010 malarky 1
-001010111010 B.C.-fourth 1
-001010111010 nho 1
-001010111010 sightsee 1
-001010111010 headlocks 1
-001010111010 calls. 1
-001010111010 McOne 1
-001010111010 5,923 1
-001010111010 quailing 1
-001010111010 earlier.For 1
-001010111010 invented. 1
-001010111010 uder 1
-001010111010 under-35 1
-001010111010 judgment-proof 2
-001010111010 returner 2
-001010111010 outrank 2
-001010111010 Citrosuco 3
-001010111010 before 25700
-001010111010 unravels 6
-001010111011 52-0 1
-001010111011 primary-mill 1
-001010111011 190,100 1
-001010111011 Re-Create 1
-001010111011 Yogifying 1
-001010111011 steel-trade 1
-001010111011 Aud 1
-001010111011 DM235 1
-001010111011 commercial-satellite 2
-001010111011 discoloring 2
-001010111011 after 41256
-001010111011 secretively 3
-00101011110 More-than-fair 1
-00101011110 swap-related 1
-00101011110 becaue 1
-00101011110 largley 1
-00101011110 Southern-bred 1
-00101011110 non-dessert 1
-00101011110 standards-driven 1
-00101011110 Bach-in-a-box 1
-00101011110 unplumbed 1
-00101011110 demagoging 1
-00101011110 intrinsicate 1
-00101011110 ill-financed 1
-00101011110 abrogates 1
-00101011110 upholder 1
-00101011110 1,000,052 1
-00101011110 polarizations 1
-00101011110 nondrinking 1
-00101011110 exurbia 1
-00101011110 attentuate 1
-00101011110 barbarisms 1
-00101011110 traversal 1
-00101011110 all-print 1
-00101011110 colorations 1
-00101011110 beacuse 1
-00101011110 tongue-in-chic 1
-00101011110 sticklike 1
-00101011110 oppposes 1
-00101011110 non-Greek 2
-00101011110 becasue 2
-00101011110 interweaving 2
-00101011110 molder 2
-00101011110 quarterdeck 2
-00101011110 rehashes 3
-00101011110 heedless 4
-00101011110 f-As 8
-00101011110 smacking 12
-00101011110 because 44087
-00101011110 'cause 18
-0010101111100 vainglorious 1
-0010101111100 nto 1
-0010101111100 RAMIS 1
-0010101111100 rasher 1
-0010101111100 post-Iranamok 1
-0010101111100 Keri 1
-0010101111100 delphiniums 1
-0010101111100 Speller 1
-0010101111100 E-150s 1
-0010101111100 sys 1
-0010101111100 1,541 1
-0010101111100 Pajunen 1
-0010101111100 Petkim 1
-0010101111100 Sumerbank 1
-0010101111100 more-reputable 1
-0010101111100 disrespected 1
-0010101111100 ursurping 1
-0010101111100 Slumming 1
-0010101111100 damming 1
-0010101111100 Tapewatch 1
-0010101111100 Highsmith 1
-0010101111100 glamorizes 1
-0010101111100 I-77 1
-0010101111100 superbly-played 1
-0010101111100 Redirect 1
-0010101111100 fossil-proof 1
-0010101111100 carbonates 1
-0010101111100 OBLIGED 1
-0010101111100 MISURASATA 1
-0010101111100 duking 1
-0010101111100 stone-poor 1
-0010101111100 post-Bork 1
-0010101111100 WTVX 1
-0010101111100 Heigh 1
-0010101111100 4:35 1
-0010101111100 ET. 1
-0010101111100 Glycosphingolipid 1
-0010101111100 weening 1
-0010101111100 dressmakers 1
-0010101111100 autobiographers 1
-0010101111100 Betserai 1
-0010101111100 baggers 1
-0010101111100 ambivalently 1
-0010101111100 individuation 1
-0010101111100 quick-freeze 1
-0010101111100 bromidic 1
-0010101111100 self-cannibalization 1
-0010101111100 Nazilike 1
-0010101111100 ethologists 1
-0010101111100 immigrantrights 1
-0010101111100 Lifebouy 1
-0010101111100 Cured 1
-0010101111100 Adamgrove 1
-0010101111100 nonsexists 1
-0010101111100 alphabetizing 1
-0010101111100 6:59:60 1
-0010101111100 Omit 1
-0010101111100 Satisfy 1
-0010101111100 SAM-5s 1
-0010101111100 fictionalizes 1
-0010101111100 13-to-15-inch-long 1
-0010101111100 Succumbing 1
-0010101111100 uneasier 1
-0010101111100 re-invented 1
-0010101111100 WOPEC 1
-0010101111100 worser 1
-0010101111100 glasnosting 1
-0010101111100 re-written 1
-0010101111100 Harjo 1
-0010101111100 well-operated 1
-0010101111100 once-lowly 1
-0010101111100 further-beyond 1
-0010101111100 Fingernails 1
-0010101111100 tattle 1
-0010101111100 post-freedom 1
-0010101111100 recapitulated 1
-0010101111100 repack 1
-0010101111100 exiling 1
-0010101111100 Staffware 1
-0010101111100 mellifera 1
-0010101111100 Cenemesa 1
-0010101111100 wiggers 1
-0010101111100 yellower 1
-0010101111100 ad-libbing 1
-0010101111100 Funneling 1
-0010101111100 non-Magyars 1
-0010101111100 aduanales 1
-0010101111100 astrophysicists 1
-0010101111100 abolitionists 1
-0010101111100 pokeweed 1
-0010101111100 unhatched 1
-0010101111100 Widowed 1
-0010101111100 Kamenev 1
-0010101111100 cyan 1
-0010101111100 scrooges 1
-0010101111100 1,081 1
-0010101111100 actuate 1
-0010101111100 honde 1
-0010101111100 nonantitrust 1
-0010101111100 Barbariccia 1
-0010101111100 non-secrets 1
-0010101111100 newswomen 1
-0010101111100 Rocephin 2
-0010101111100 no-tar 2
-0010101111100 podiatry 2
-0010101111100 1025 2
-0010101111100 expansion-recession 2
-0010101111100 hybridoma 2
-0010101111100 Pago 2
-0010101111100 Anytown 2
-0010101111100 geez 2
-0010101111100 half-horse 2
-0010101111100 aleatory 2
-0010101111100 decanters 2
-0010101111100 organlike 2
-0010101111100 lidocaine 2
-0010101111100 Women-At-Large 2
-0010101111100 Moledet 2
-0010101111100 LMRCD 2
-0010101111100 zero-coupons 2
-0010101111100 anti-God 2
-0010101111100 stammering 2
-0010101111100 Perkasie 2
-0010101111100 16:30-18:00 2
-0010101111100 Krasnopresnenskaya 2
-0010101111100 no-loss 2
-0010101111100 KREDITBANKEN 2
-0010101111100 pomegranates 2
-0010101111100 tootling 2
-0010101111100 Freudians 2
-0010101111100 charitable-gift 3
-0010101111100 knottier 3
-0010101111100 sparser 3
-0010101111100 ragweed 3
-0010101111100 clammy 6
-0010101111100 Yakov 7
-0010101111100 a.k.a. 16
-0010101111100 whereupon 16
-0010101111100 conversely 16
-0010101111100 er 20
-0010101111100 hey 30
-0010101111100 oh 36
-0010101111100 ironically 131
-0010101111100 i.e. 172
-0010101111100 though 10644
-0010101111100 namely 201
-0010101111101 gutter-to-gutter 1
-0010101111101 Bookbinders 1
-0010101111101 kindergartner 1
-0010101111101 semaphoric 1
-0010101111101 quasijudicial 1
-0010101111101 conga-record 1
-0010101111101 three-masted 1
-0010101111101 CONTRADICTED 1
-0010101111101 tan-colored 1
-0010101111101 dumbly 1
-0010101111101 wracks 1
-0010101111101 printmakers 1
-0010101111101 less-intensive 1
-0010101111101 batter-dipped 1
-0010101111101 non-weapon 1
-0010101111101 29,345,101 1
-0010101111101 begoggled 1
-0010101111101 unphotographable 1
-0010101111101 Legume 1
-0010101111101 maniacally 1
-0010101111101 air-frame 1
-0010101111101 small-parcel 1
-0010101111101 angioplastically 1
-0010101111101 contract-based 1
-0010101111101 food-stores 1
-0010101111101 403,000-person 1
-0010101111101 federal-asset 1
-0010101111101 non-metallurgical 1
-0010101111101 low-contrast 1
-0010101111101 21,189,852 1
-0010101111101 car-part 1
-0010101111101 dairy-product 1
-0010101111101 ever-better 1
-0010101111101 chalky 1
-0010101111101 California-oriented 1
-0010101111101 home-furniture 1
-0010101111101 pathos-filled 1
-0010101111101 ballroom-sized 1
-0010101111101 branch-bank 1
-0010101111101 uncollective 1
-0010101111101 whole-institution 1
-0010101111101 Shirah 1
-0010101111101 eviction-related 1
-0010101111101 therby 1
-0010101111101 haughtily 1
-0010101111101 personal-financial 1
-0010101111101 ESystems 1
-0010101111101 kibbutz-grown 1
-0010101111101 2,911,297 1
-0010101111101 bascially 1
-0010101111101 four-letter-word 1
-0010101111101 dare-devil 1
-0010101111101 brainlike 1
-0010101111101 24-inch-diameter 1
-0010101111101 wraiths 1
-0010101111101 steel-can 1
-0010101111101 great-granddaddy 1
-0010101111101 Polish-style 2
-0010101111101 standardizes 2
-0010101111101 SCOR 2
-0010101111101 94,900 2
-0010101111101 festivalgoers 2
-0010101111101 bedevils 2
-0010101111101 Tharco 2
-0010101111101 skip-stop 2
-0010101111101 Wah-Chang 2
-0010101111101 encodes 2
-0010101111101 therewith 3
-0010101111101 genially 3
-0010101111101 Bozo 3
-0010101111101 slackjawed 3
-0010101111101 metaphorically 4
-0010101111101 encircles 5
-0010101111101 D.C.-area 6
-0010101111101 transcending 9
-0010101111101 likening 10
-0010101111101 terming 21
-0010101111101 whereas 197
-0010101111101 besides 452
-0010101111101 unlike 932
-0010101111101 while 21578
-0010101111101 although 5342
-0010101111110 sogged 1
-0010101111110 5,716,758 1
-0010101111110 counterbalances 1
-0010101111110 depoliticizing 1
-0010101111110 abuts 1
-0010101111110 extricates 1
-0010101111110 post-dates 1
-0010101111110 abhorring 1
-0010101111110 cleaving 1
-0010101111110 Guitar-Shaped 1
-0010101111110 redistricted 1
-0010101111110 privies 1
-0010101111110 Alabama/Inside 1
-0010101111110 armoring 1
-0010101111110 unitswhere 1
-0010101111110 INDICATES 1
-0010101111110 list-less 1
-0010101111110 besmirches 1
-0010101111110 demarcates 1
-0010101111110 assesments 1
-0010101111110 tames 1
-0010101111110 palming 1
-0010101111110 lionizes 1
-0010101111110 ofdatwhat 1
-0010101111110 intersperse 1
-0010101111110 kiddingly 1
-0010101111110 Qopaqhawana 1
-0010101111110 strenghtens 1
-0010101111110 unmotorized 1
-0010101111110 bisect 1
-0010101111110 NATO-member 1
-0010101111110 party-giver 1
-0010101111110 evisions 1
-0010101111110 calumnious 1
-0010101111110 470,591 1
-0010101111110 uncoils 1
-0010101111110 pleasure/For 1
-0010101111110 -about 1
-0010101111110 misspell 1
-0010101111110 crinkle 1
-0010101111110 rejuvenates 1
-0010101111110 re-animates 1
-0010101111110 encases 1
-0010101111110 reenforce 2
-0010101111110 greases 3
-0010101111110 preempts 3
-0010101111110 overexcited 3
-0010101111110 supposing 4
-0010101111110 Necessarily 5
-0010101111110 underpins 6
-0010101111110 paralyzes 7
-0010101111110 befits 23
-0010101111110 if 37718
-0010101111110 unless 2871
-00101011111110 capital-poor 1
-00101011111110 whomp 1
-00101011111110 detention-center 1
-00101011111110 althought 1
-00101011111110 Multigenerational 1
-00101011111110 Meowy 1
-00101011111110 structural-metal 1
-00101011111110 Pro-hotel 1
-00101011111110 gray-headed 1
-00101011111110 accenting 1
-00101011111110 anaylze 1
-00101011111110 corporate-college 1
-00101011111110 fez-wearing 1
-00101011111110 company-devoted 1
-00101011111110 poorer-paid 1
-00101011111110 Ensures 1
-00101011111110 Mousalreza 1
-00101011111110 Connagel 1
-00101011111110 pockmark 1
-00101011111110 bakery-science 1
-00101011111110 3,276 1
-00101011111110 better-read 1
-00101011111110 7,494 1
-00101011111110 580s 1
-00101011111110 amnesty-eligible 1
-00101011111110 multi-generational 1
-00101011111110 vulgarize 1
-00101011111110 all-but-nonexistent 1
-00101011111110 Snow-Belt 1
-00101011111110 indic 1
-00101011111110 109,678 1
-00101011111110 low-scale 1
-00101011111110 single-women 1
-00101011111110 FirstSelect 1
-00101011111110 get-in-line-for-a-job 1
-00101011111110 broad-rumped 1
-00101011111110 Moudad 1
-00101011111110 export-bound 1
-00101011111110 tropical-country 1
-00101011111110 cardiovascular-rehabilitation 1
-00101011111110 fake-snapped 1
-00101011111110 Depauw 1
-00101011111110 neural-net 1
-00101011111110 Insults 1
-00101011111110 empty-headed 1
-00101011111110 sari-clad 1
-00101011111110 wrongminded 1
-00101011111110 2,120,000 2
-00101011111110 2,273,000 2
-00101011111110 coveting 2
-00101011111110 scorch 2
-00101011111110 synchronizing 3
-00101011111110 whilst 3
-00101011111110 decontrolling 4
-00101011111110 publishable 4
-00101011111110 perplexes 7
-00101011111110 where 16421
-00101011111110 whence 14
-00101011111111 coding-machine 1
-00101011111111 theatricals 1
-00101011111111 L-V-S 1
-00101011111111 re-booked 1
-00101011111111 tea-country 1
-00101011111111 rebuckling 1
-00101011111111 aftr 1
-00101011111111 consigns 1
-00101011111111 pistol-holster 1
-00101011111111 DEFENDED 2
-00101011111111 chrome-laden 2
-00101011111111 debug 2
-00101011111111 construes 3
-00101011111111 lest 117
-00101011111111 SAID 134
-00101011111111 wherever 159
-00101011111111 when 41287
-00101011111111 whenever 372
-0010110 art-department 1
-0010110 4000S 1
-0010110 unraveled.The 1
-0010110 earlier-the 1
-0010110 iss 1
-0010110 Meredith-type 1
-0010110 Accunet 1
-0010110 DeVito-like 1
-0010110 season-end 1
-0010110 Topsider 1
-0010110 duck-race 1
-0010110 101/TF 1
-0010110 ExinLines 1
-0010110 center-stage 1
-0010110 narrow-tape 1
-0010110 3510 1
-0010110 WRONGLY 1
-0010110 silver-medalist 1
-0010110 workshop-like 1
-0010110 Steel/Sumitomo 1
-0010110 dashingly 1
-0010110 125-member 1
-0010110 wou 1
-0010110 Perusahan 1
-0010110 ethnic-voter 1
-0010110 hunger-strike 1
-0010110 McCorkle 1
-0010110 Appliance/Oster 1
-0010110 andits 1
-0010110 management-group 1
-0010110 numbs 1
-0010110 entrylevel 1
-0010110 Letterman-style 1
-0010110 NATO-like 1
-0010110 secret-payments 1
-0010110 arms-Contra 1
-0010110 never-wrong 1
-0010110 Kuts 1
-0010110 280,781 1
-0010110 reallocates 1
-0010110 renumbered 1
-0010110 Resendetwo 1
-0010110 engine-fire 1
-0010110 Volcker-isn't-dispensible 1
-0010110 export-weighted 1
-0010110 Rooseveltian 1
-0010110 Antitrust-sensitive 1
-0010110 News/WSJ 1
-0010110 power-saw 1
-0010110 pourriture 1
-0010110 off-his 1
-0010110 utility-index 1
-0010110 criminal-division 1
-0010110 currenci 1
-0010110 corporate-management 1
-0010110 2,500-macrocell 1
-0010110 shoe-industry 1
-0010110 353,241 1
-0010110 Khan-financed 1
-0010110 junk-mail 1
-0010110 Montecruz 1
-0010110 Boxstyle 1
-0010110 Khudozhestvennaya 1
-0010110 Morris-style 1
-0010110 Accepts 1
-0010110 drug-claims 1
-0010110 sweat-shirt 1
-0010110 limestone-clad 1
-0010110 workplace-testing 1
-0010110 inverted-Y 1
-0010110 P.F. 1
-0010110 Al-Islami 1
-0010110 space-futures 1
-0010110 Whitehead-Gould 1
-0010110 Security-Plus 1
-0010110 Elektricitaets 1
-0010110 Mousse/Clarion 1
-0010110 cakes/Ore-Ida 1
-0010110 said.The 1
-0010110 Uhairman 1
-0010110 philosophized 1
-0010110 War.The 1
-0010110 formula-one 1
-0010110 Tax-Overhaul 1
-0010110 Schoenburg 1
-0010110 seventh-most-admired 1
-0010110 drink-'em-up 1
-0010110 Charon 1
-0010110 English-style 1
-0010110 spin-control 1
-0010110 X/MP-48 1
-0010110 test-drives 1
-0010110 Siderurgia 1
-0010110 refineries-the 1
-0010110 AUDITED 2
-0010110 Lures 2
-0010110 Muggs 2
-0010110 Today-type 2
-0010110 planned-community 2
-0010110 Corp.-designed 2
-0010110 Grupe 2
-0010110 Puffs 2
-0010110 Envelope 2
-0010110 free-goods 2
-0010110 109,342 2
-0010110 Foils 2
-0010110 Hagelberger 2
-0010110 Corp.-led 2
-0010110 counselled 3
-0010110 Beng 3
-0010110 refrigerated-warehouse 3
-0010110 L-100-30 3
-0010110 Lucero 3
-0010110 nixes 3
-0010110 PLC-led 4
-0010110 Gangster 8
-0010110 Scotia-based 12
-0010110 's 428205
-0010110 al-Arab 12
-00101110 underdeclared 1
-00101110 khn 1
-00101110 hogged 1
-00101110 outproduces 1
-00101110 Nafcoal 1
-00101110 Suceeding 1
-00101110 First-ranked 1
-00101110 nore 1
-00101110 re-synthesized 1
-00101110 condominum 1
-00101110 retools 1
-00101110 Anglo-Japanese 1
-00101110 nyets 1
-00101110 complained. 1
-00101110 neck-and-necked 1
-00101110 disfavors 1
-00101110 Spook 1
-00101110 pistons. 1
-00101110 Marys 1
-00101110 doublebilled 1
-00101110 scuppered 1
-00101110 extendeds 1
-00101110 Apisz 1
-00101110 soays 1
-00101110 AutoZaz 1
-00101110 Floats 2
-00101110 Weakens 2
-00101110 Corfo 2
-00101110 Wyborcza 2
-00101110 corraled 2
-00101110 pronto 4
-00101110 said 293948
-00101110 drawled 4
-00101111 Dilek 1
-00101111 91-1 1
-00101111 KRISHAN 1
-00101111 90-shot 1
-00101111 SOOTHING 1
-00101111 Battle-ready 1
-00101111 Lincoln-Mercury-Merkur 1
-00101111 Theologian 1
-00101111 vixen 1
-00101111 PASSIONATE 1
-00101111 al-Khalili 1
-00101111 method. 1
-00101111 Cottage. 1
-00101111 PRIME-TIME 1
-00101111 Habil 1
-00101111 Urla 1
-00101111 Yagami 1
-00101111 Alzada 1
-00101111 Pix 1
-00101111 CONSTITUTION 1
-00101111 MISSED 1
-00101111 Jadis 1
-00101111 shellacked 1
-00101111 Kuo-cheng 1
-00101111 CONFUSING 1
-00101111 co-chairman. 1
-00101111 misquotes 1
-00101111 Scoffs 1
-00101111 TANNING 1
-00101111 CHILD-LABOR 1
-00101111 Ponta 1
-00101111 monogram 1
-00101111 Memoria 1
-00101111 Deulonder 1
-00101111 Post-majority 1
-00101111 Huko 1
-00101111 Tzus 1
-00101111 telphoned 1
-00101111 HANS-JORG 1
-00101111 boker 1
-00101111 out-twirling 1
-00101111 INFESTED 1
-00101111 sobers 1
-00101111 Spotlite 1
-00101111 Adversary 1
-00101111 desu 1
-00101111 player-coach 1
-00101111 Voicing 1
-00101111 Firefighter 1
-00101111 Margret 1
-00101111 Sigi 1
-00101111 Thirty-eight-year-old 1
-00101111 Grujic 1
-00101111 esteems 1
-00101111 Reads 1
-00101111 Broadcaster 1
-00101111 snuffboxes 1
-00101111 Mezzo-soprano 1
-00101111 All-conference 1
-00101111 ARMS-SUMMIT 1
-00101111 Cioffimeister 1
-00101111 eastmarks 1
-00101111 Mikhael 1
-00101111 Groans 1
-00101111 deep-breathed 1
-00101111 underutilizes 1
-00101111 steamrolls 1
-00101111 Yifei 1
-00101111 1954-5 1
-00101111 LONGHORN 1
-00101111 determinisms 1
-00101111 Aba 1
-00101111 Ivanon 1
-00101111 Shunheng 1
-00101111 Kangarlu 1
-00101111 Fahri 1
-00101111 MISS 1
-00101111 Irrefutable 1
-00101111 Shou 1
-00101111 executives. 1
-00101111 Jubiliant 1
-00101111 Cherie 1
-00101111 Pufang 1
-00101111 Suspend 1
-00101111 Nonsmoker 1
-00101111 Changhai 1
-00101111 Passionately 1
-00101111 veepstakes 1
-00101111 Gushes 1
-00101111 Poising 1
-00101111 Esiason 1
-00101111 FAKE 1
-00101111 Syssoev 1
-00101111 idealization 1
-00101111 Blue-eyed 1
-00101111 OWENS-CORNING 1
-00101111 ring. 1
-00101111 ROB 1
-00101111 Ying-shek 1
-00101111 Co-curator 1
-00101111 Pradelli 1
-00101111 Brooklyn-bred 1
-00101111 Mayee 1
-00101111 Laconic 1
-00101111 outflew 1
-00101111 missile-killers 1
-00101111 Brags 1
-00101111 IH. 1
-00101111 Satsuki 1
-00101111 Kusto 1
-00101111 Weici 1
-00101111 Nathenson 1
-00101111 Vachratith 1
-00101111 Yukihiro 1
-00101111 D.O. 1
-00101111 BALANCED 1
-00101111 Isaam 1
-00101111 goes. 1
-00101111 non-doctrine 1
-00101111 all-purpose. 1
-00101111 Iordanou 2
-00101111 warbles 2
-00101111 Stepan 2
-00101111 MARCEL 2
-00101111 gurgles 2
-00101111 brays 2
-00101111 Lizondo 2
-00101111 Butowsky 2
-00101111 mammas 2
-00101111 croaks 2
-00101111 Duncanville 2
-00101111 Psychotherapist 2
-00101111 Instructor 2
-00101111 impersonated 2
-00101111 Minoso 2
-00101111 Overexposed 2
-00101111 Sucrose 2
-00101111 grunted 3
-00101111 Laddie 3
-00101111 chirped 3
-00101111 Zivojinovic 3
-00101111 endows 3
-00101111 deadpans 3
-00101111 detests 3
-00101111 MS. 3
-00101111 Baz 3
-00101111 carps 3
-00101111 Vishwanath 4
-00101111 philosophizes 4
-00101111 enthuses 5
-00101111 rejoins 6
-00101111 mourns 6
-00101111 glowed 7
-00101111 exults 7
-00101111 sobs 8
-00101111 huffs 9
-00101111 coos 9
-00101111 inquires 11
-00101111 growled 12
-00101111 chortles 12
-00101111 scolds 12
-00101111 gloats 13
-00101111 intoned 16
-00101111 snorts 17
-00101111 gushes 18
-00101111 thunders 19
-00101111 sighed 19
-00101111 growls 20
-00101111 moans 21
-00101111 grouses 29
-00101111 intones 29
-00101111 mutters 29
-00101111 swears 30
-00101111 sniffs 38
-00101111 exclaimed 42
-00101111 exclaims 46
-00101111 says. 47
-00101111 grumbles 51
-00101111 retorts 51
-00101111 muses 58
-00101111 marvels 61
-00101111 confides 71
-00101111 quips 78
-00101111 sighs 86
-00101111 laments 170
-00101111 observes 349
-00101111 declares 484
-00101111 complains 640
-00101111 warns 693
-00101111 asserts 854
-00101111 concedes 1267
-00101111 asks 1440
-00101111 explains 1665
-00101111 says 94235
-00101111 recalls 1755
-00110 tosell 1
-00110 350-patient 1
-00110 wish-fulfillment 1
-00110 maintainance 1
-00110 Playfair 1
-00110 de-South 1
-00110 predebate 1
-00110 HSR 1
-00110 TREATIES 1
-00110 charcoal-black 1
-00110 Setia 1
-00110 DEBATES 1
-00110 OENOPHILES 1
-00110 offroad 1
-00110 wonder-drug 1
-00110 Rhoadeses 1
-00110 STADIUMS 1
-00110 Marinoto-Jensen 1
-00110 drunkenly 1
-00110 camel-pullers 1
-00110 mayflies 1
-00110 finance-director 1
-00110 toy-TV 1
-00110 bassett 1
-00110 maintenace 1
-00110 2,706 1
-00110 beneficient 1
-00110 survivor-builders 1
-00110 VACATIONERS 1
-00110 15-12 1
-00110 income-leveler 1
-00110 two-panel 1
-00110 unfeminist 1
-00110 exchange-risk 1
-00110 720,722 1
-00110 1,296,018 1
-00110 3,739,700 1
-00110 1,259,939 1
-00110 2,479,761 1
-00110 1,220,469 1
-00110 180,655 1
-00110 QUARREL 1
-00110 30,995 1
-00110 unshirted 1
-00110 530-to-470 1
-00110 comment.The 1
-00110 15-million-person 1
-00110 second-set 2
-00110 to 1008056
-00110 top-of-the-page 2
-001110 GBCB. 1
-001110 JEP. 1
-001110 out-polled 1
-001110 BWAY. 1
-001110 five-ship 1
-001110 passenger-cargo 1
-001110 oustide 1
-001110 Fosforico 1
-001110 Przemyslaw 1
-001110 196,694 1
-001110 Evgeni 1
-001110 artist/composer 1
-001110 ElBee 1
-001110 scanted 1
-001110 WF. 1
-001110 Jasem 1
-001110 BHA. 1
-001110 1,105,150 1
-001110 keg-style 1
-001110 health-warning 1
-001110 nearly-identical 1
-001110 Dussick 1
-001110 resets 1
-001110 Priok 1
-001110 CETH. 1
-001110 RCM. 1
-001110 Stole 1
-001110 CPT. 1
-001110 RII. 1
-001110 AMF. 1
-001110 PDF. 1
-001110 drug-culture 1
-001110 petrifies 1
-001110 ARS. 1
-001110 AFP. 1
-001110 Multichannel 1
-001110 4,751,009 1
-001110 Tokihiko 1
-001110 Esin 1
-001110 Nokia-manufactured 1
-001110 TRANSMARK 1
-001110 872,887 1
-001110 first-offender 1
-001110 Aenne 1
-001110 36W-32L 1
-001110 practical-chore 1
-001110 college-board 1
-001110 Zichron 1
-001110 Renzo 1
-001110 VIAPR. 1
-001110 SAA. 1
-001110 Press/Twentieth 1
-001110 WMRK. 1
-001110 ITAN. 1
-001110 Isam 1
-001110 comedy/dramas 1
-001110 SOCIEDAD 1
-001110 BPL. 1
-001110 VIOLATE 1
-001110 101,665 1
-001110 Parital 1
-001110 4,744,808 1
-001110 overlicensing 1
-001110 Michiyuki 1
-001110 624,750 1
-001110 82,448 1
-001110 Jaromil 1
-001110 investment-and-marketing 1
-001110 MDW. 1
-001110 APGI. 1
-001110 reanimates 1
-001110 BRX. 1
-001110 88-39 1
-001110 SIN. 1
-001110 vitamin-fortified 1
-001110 DAF. 1
-001110 732,229 1
-001110 10340 1
-001110 ASB. 1
-001110 2,320,200 1
-001110 enfolds 1
-001110 Leni 1
-001110 MBN. 1
-001110 14,404 1
-001110 narrow-topped 1
-001110 decoyed 1
-001110 HEXX. 1
-001110 DXR. 1
-001110 property-finance 1
-001110 SPI. 1
-001110 Georges-Marc 1
-001110 CMK. 1
-001110 awes 1
-001110 oversimplifies 1
-001110 DGII. 1
-001110 recapitulates 1
-001110 malo 1
-001110 Cockerill 1
-001110 GEG. 1
-001110 Farbwerke 1
-001110 non-luxury 1
-001110 wherewith 2
-001110 knowledgable 2
-001110 cargo-passenger 2
-001110 lightning-fast 2
-001110 Ea 3
-001110 of 1054553
-001110 adorning 5
-0011110 Mauing 1
-0011110 air-shipping 1
-0011110 bank-rolling 1
-0011110 Gemeinschaftskraftwerk 1
-0011110 Lunacy 1
-0011110 Rio-Sao 1
-0011110 Beto 1
-0011110 Evelio 1
-0011110 U.S.-NATO 1
-0011110 exchanges-the 1
-0011110 twiddling 1
-0011110 beclouds 1
-0011110 fight-make 1
-0011110 pain-bringing 1
-0011110 647,716 1
-0011110 Suites-Downtown 1
-0011110 mist-covered 1
-0011110 rimming 3
-0011110 in 690292
-0011110 --in 4
-001111100 1-in-10 1
-001111100 Mohzen 1
-001111100 ou 1
-001111100 Zenichiro 1
-001111100 567,800 1
-001111100 1,612 1
-001111100 Overwhelms 1
-001111100 715th 1
-001111100 459,600 1
-001111100 Gernot 1
-001111100 mocha 1
-001111100 883,251 1
-001111100 feathers. 1
-001111100 untrueat 1
-001111100 sales-floor 1
-001111100 83,700 1
-001111100 6,103,091 1
-001111100 611,600 1
-001111100 Uslar 2
-001111100 --at 2
-001111100 at 189607
-001111100 318,900 2
-001111101 weeks-with 1
-001111101 fron 1
-001111101 1979-July 1
-001111101 ruby-and-diamond 1
-001111101 Denationalizing 1
-001111101 3,925 1
-001111101 retells 1
-001111101 Ceanothus 1
-001111101 -55.9 1
-001111101 -24.9 1
-001111101 Angolan-related 1
-001111101 church-operated 1
-001111101 lath 1
-001111101 4,171 1
-001111101 ghosting 1
-001111101 purloin 1
-001111101 Charlestonians 1
-001111101 Zdenek 2
-001111101 fom 3
-001111101 from 192850
-001111101 vs. 524
-001111110 oil-barrel 1
-001111110 355,313 1
-001111110 AFDC-Unemployed 1
-001111110 404,900 1
-001111110 608,600 1
-001111110 20,881 1
-001111110 1,072,900 1
-001111110 301,900 1
-001111110 zip-closing 1
-001111110 ALLGEMEINE 1
-001111110 1,176,426 1
-001111110 209,800 1
-001111110 dieticians 1
-001111110 1,000,900 1
-001111110 byu 1
-001111110 848,600 1
-001111110 equitywarrant 1
-001111110 Yaqui 1
-001111110 300-119 1
-001111110 EL. 1
-001111110 1,457,000 1
-001111110 1,818,200 1
-001111110 top-name 1
-001111110 left-to-liberal 1
-001111110 1,956,900 1
-001111110 labor-but 1
-001111110 HEM. 1
-001111110 2,106,000 1
-001111110 1,887,900 1
-001111110 2,486,031 1
-001111110 66,400 1
-001111110 24-16 1
-001111110 non-experienced 1
-001111110 147.42 1
-001111110 239,750 1
-001111110 484,770 1
-001111110 1,631,900 1
-001111110 2,299 1
-001111110 anti-Minorco 1
-001111110 129,400 1
-001111110 futures-commission 1
-001111110 scandal-tarnished 1
-001111110 2,498,000 1
-001111110 16,650,000 1
-001111110 400,500 1
-001111110 91,166 1
-001111110 354,051 1
-001111110 bio-chemical 1
-001111110 betide 1
-001111110 reconfirms 1
-001111110 631,900 1
-001111110 243,400 1
-001111110 value-seekers 1
-001111110 216,049 1
-001111110 2,377,000 1
-001111110 26-15 1
-001111110 4,605,261 1
-001111110 1,930,500 1
-001111110 shareholders-as 1
-001111110 40.56 1
-001111110 F.I. 1
-001111110 cute-beaked 1
-001111110 1,970,900 1
-001111110 48,139 1
-001111110 4,028,850 1
-001111110 2,201,700 1
-001111110 2,704 1
-001111110 1,761,600 1
-001111110 094-B 1
-001111110 889,000 1
-001111110 pensionless 1
-001111110 665,184 1
-001111110 less-combative 1
-001111110 tranport 1
-001111110 485,697 1
-001111110 2,481,000 1
-001111110 1,556,315 1
-001111110 2200/200 1
-001111110 Maestoso-Allegro 1
-001111110 vocational-retraining 1
-001111110 329,225 1
-001111110 54,991 1
-001111110 87,350 1
-001111110 2,207,000 1
-001111110 1,751,900 1
-001111110 1,843,559 1
-001111110 bythe 1
-001111110 chocolate-pudding 1
-001111110 spaces. 1
-001111110 race-of-victim 1
-001111110 2,249,600 1
-001111110 hurricane-ravaged 1
-001111110 4,224,404 1
-001111110 store-front 1
-001111110 2,788,200 1
-001111110 discount-option 1
-001111110 372,089 1
-001111110 2,364 1
-001111110 one-platoon 1
-001111110 Corkin 1
-001111110 2,027,100 1
-001111110 2,018,000 1
-001111110 conclusionthat 1
-001111110 2,123,500 1
-001111110 2,154,200 1
-001111110 2,264,150 1
-001111110 2,784,700 1
-001111110 28,345 1
-001111110 2,091,400 1
-001111110 2,380,237 1
-001111110 530,300 1
-001111110 189,504 1
-001111110 macaque 1
-001111110 725,400 1
-001111110 1,865,000 1
-001111110 2,737,200 1
-001111110 2,193,000 1
-001111110 2,869,700 1
-001111110 2,248,000 1
-001111110 2,774,400 1
-001111110 510,400 1
-001111110 165,400 1
-001111110 game-farm 1
-001111110 2,916,300 1
-001111110 2,551,000 1
-001111110 2,130,900 1
-001111110 2,204,000 1
-001111110 full-flavor 1
-001111110 31,626 1
-001111110 2,462,000 1
-001111110 2,856,500 1
-001111110 2,630,281 1
-001111110 2,710,900 1
-001111110 2,631,400 1
-001111110 965,555 1
-001111110 29-21 1
-001111110 2,134,400 1
-001111110 Musselwhite 1
-001111110 Eastmain 1
-001111110 450,600 1
-001111110 87year-old 1
-001111110 1,516 1
-001111110 1,899,900 1
-001111110 companion-CMO 1
-001111110 2,245,600 1
-001111110 1,883,600 1
-001111110 2,103,000 1
-001111110 2093 1
-001111110 486,200 1
-001111110 2,030,700 1
-001111110 27,677 1
-001111110 2,237,800 1
-001111110 893,933 1
-001111110 anti-shock 1
-001111110 once-prospering 1
-001111110 2,073,700 1
-001111110 2,124,200 1
-001111110 231,500 1
-001111110 2,065,200 1
-001111110 1,940,500 1
-001111110 sonography 1
-001111110 2,353,300 1
-001111110 debt-holder 1
-001111110 1,951,900 1
-001111110 959,403 1
-001111110 259,577 1
-001111110 Moscow-made 1
-001111110 1,910,100 1
-001111110 rebasing 1
-001111110 less-expansive 1
-001111110 Serengeti-like 1
-001111110 ROCK 2
-001111110 Stinnes 2
-001111110 Tomei 2
-001111110 125,700 2
-001111110 Transformer 2
-001111110 then-failing 2
-001111110 197,500 2
-001111110 tighter-than-expected 3
-001111110 by 200097
-001111110 f-Includes 5
-0011111110 re-adjusted 1
-0011111110 Jacobean-style 1
-0011111110 extra-legal 1
-0011111110 1,033,238 1
-0011111110 Damns 1
-0011111110 fora 1
-0011111110 2,894,850 1
-0011111110 megaton 1
-0011111110 32,415,680 1
-0011111110 60,000-70,000 1
-0011111110 11.466 1
-0011111110 Ks 1
-0011111110 testoperations 1
-0011111110 388,800 1
-0011111110 Pipestill 1
-0011111110 increaded 1
-0011111110 world-freight 1
-0011111110 GETAC. 1
-0011111110 rock/heavy 1
-0011111110 ENDORSED 2
-0011111110 Financiera 2
-0011111110 for 374409
-0011111110 Provides 6
-00111111110 Sueo 1
-00111111110 Shia-Sunni 1
-00111111110 Thamir 1
-00111111110 state-inspection 1
-00111111110 Afghan-government 1
-00111111110 school-aged 1
-00111111110 comservative 1
-00111111110 brooking 1
-00111111110 jaywalker 1
-00111111110 Doubleday/Bantam/ 1
-00111111110 what-if-the-communists-attack 1
-00111111110 forseeing 1
-00111111110 medium-diesel 1
-00111111110 ANZUS. 1
-00111111110 USAir-Pacific 1
-00111111110 Arvo 1
-00111111110 Allied-Lyons/Hiram 1
-00111111110 ventilatory 1
-00111111110 Trump-controlled 1
-00111111110 poli 1
-00111111110 Smarty 1
-00111111110 Stoleshnikov 1
-00111111110 re-recording 1
-00111111110 valence 1
-00111111110 semi-verbal 1
-00111111110 7,406,775 1
-00111111110 3,258 1
-00111111110 .233 1
-00111111110 Union-California 1
-00111111110 Maasai 1
-00111111110 diptheria-pertussis-tetanus 1
-00111111110 Rowntree-Nestle 1
-00111111110 red-roofed 1
-00111111110 three-card 2
-00111111110 wtih 2
-00111111110 Szanghaj 2
-00111111110 deposit-taker 2
-00111111110 Cermak 2
-00111111110 enfeebles 2
-00111111110 wih 4
-00111111110 rainbow-colored 4
-00111111110 entailing 6
-00111111110 with 198430
-00111111110 symbolizing 17
-001111111110 open-sea 1
-001111111110 mobil-home 1
-001111111110 8739053 1
-001111111110 static-analysis 1
-001111111110 421,469,000 1
-001111111110 286,500 1
-001111111110 4,484,000 1
-001111111110 cigaret 1
-001111111110 e-In 1
-001111111110 firm-fixed-price 1
-001111111110 employee-funded 1
-001111111110 ruled. 1
-001111111110 throughought 1
-001111111110 aniticipates 1
-001111111110 systems-related 1
-001111111110 reemphasizes 1
-001111111110 ot 3
-001111111110 907,450 3
-001111111110 on 228445
-001111111110 exalting 3
-001111111111000 Indo-Soviet 1
-001111111111000 congregates 1
-001111111111000 1953-69 1
-001111111111000 poll-driven 1
-001111111111000 super-potent 1
-001111111111000 Clete 1
-001111111111000 technology. 1
-001111111111000 lee 1
-001111111111000 hemorrhaged 1
-001111111111000 8,594,324 1
-001111111111000 Balkanizes 1
-001111111111000 fluoresces 1
-001111111111000 icludes 1
-001111111111000 ex-ANC 1
-001111111111000 supercedes 1
-001111111111000 suggestion. 1
-001111111111000 MANmen 1
-001111111111000 trade-press 1
-001111111111000 bedplus 1
-001111111111000 game-ranching 1
-001111111111000 parching 1
-001111111111000 unwonted 2
-001111111111000 Serb 2
-001111111111000 depoliticizes 2
-001111111111000 much-desired 2
-001111111111000 incites 2
-001111111111000 azure-eyed 2
-001111111111000 hobo 2
-001111111111000 vaporizes 3
-001111111111000 adjudicates 3
-001111111111000 befalls 3
-001111111111000 crystallizes 4
-001111111111000 out-performed 5
-001111111111000 supplants 5
-001111111111000 outgained 7
-001111111111000 eclipses 8
-001111111111000 corroborates 9
-001111111111000 foreshadows 12
-001111111111000 approximates 20
-001111111111000 encompassed 20
-001111111111000 entailed 39
-001111111111000 equaled 78
-001111111111000 constituted 160
-001111111111000 comprises 233
-001111111111000 featured 350
-001111111111000 contained 874
-001111111111000 exceeded 1198
-001111111111000 involves 1412
-001111111111000 reflected 2032
-001111111111000 includes 5131
-001111111111000 included 5957
-0011111111110010 senators-who 1
-0011111111110010 unreviewable 1
-0011111111110010 manhauling 1
-0011111111110010 disc-brake 1
-0011111111110010 highballs 1
-0011111111110010 Hispanic-community 1
-0011111111110010 how-do-I-get-a-handle-on-this-guy 1
-0011111111110010 receiving-dish 1
-0011111111110010 karate-chopping 1
-0011111111110010 Manhattan-bred 1
-0011111111110010 kidnaps 1
-0011111111110010 235-page 1
-0011111111110010 city-limit 1
-0011111111110010 still-unconfirmed 1
-0011111111110010 relects 1
-0011111111110010 bowel-clenching 1
-0011111111110010 non-arbitrage 1
-0011111111110010 bewailing 1
-0011111111110010 sourceless 1
-0011111111110010 peremptorily 1
-0011111111110010 gastro-intestinal 1
-0011111111110010 squashes 1
-0011111111110010 pseudoscientific 1
-0011111111110010 enumerating 2
-0011111111110010 doffs 2
-0011111111110010 three-hit 2
-0011111111110010 bides 2
-0011111111110010 forestalls 2
-0011111111110010 evidencing 2
-0011111111110010 embroiders 2
-0011111111110010 Fermina 2
-0011111111110010 Compressing 2
-0011111111110010 joshed 2
-0011111111110010 pantomime 3
-0011111111110010 hamstrings 3
-0011111111110010 rekindles 3
-0011111111110010 precipitates 3
-0011111111110010 irking 3
-0011111111110010 vaporizing 3
-0011111111110010 muffles 3
-0011111111110010 punctuating 4
-0011111111110010 obviates 4
-0011111111110010 exuding 5
-0011111111110010 imbues 5
-0011111111110010 belying 6
-0011111111110010 reinstates 6
-0011111111110010 dooming 6
-0011111111110010 blunts 6
-0011111111110010 besting 7
-0011111111110010 paralleling 8
-0011111111110010 erases 10
-0011111111110010 commemorates 12
-0011111111110010 befitting 12
-0011111111110010 amidst 14
-0011111111110010 underlining 14
-0011111111110010 disrupts 16
-0011111111110010 mirroring 25
-0011111111110010 belies 32
-0011111111110010 heightens 38
-0011111111110010 underscores 259
-0011111111110010 reflecting 1865
-0011111111110010 amid 2438
-0011111111110010 reflects 2634
-0011111111110010 nor 2754
-0011111111110010 despite 6018
-0011111111110011 four-TV-camera 1
-0011111111110011 frothier 1
-0011111111110011 cleverer 1
-0011111111110011 quality-care 1
-0011111111110011 cyclical-type 1
-0011111111110011 bank-product 1
-0011111111110011 strums 1
-0011111111110011 integrated-electronics 1
-0011111111110011 bad-guy 1
-0011111111110011 clear-channel 1
-0011111111110011 sinkings 1
-0011111111110011 50-foot-tall 1
-0011111111110011 non-budgetary 1
-0011111111110011 488th 1
-0011111111110011 1,613 1
-0011111111110011 FORMED 1
-0011111111110011 reinvited 1
-0011111111110011 U.D. 1
-0011111111110011 gut-grabbing 1
-0011111111110011 Immortal 2
-0011111111110011 bannered 2
-0011111111110011 176,037 2
-0011111111110011 synchrotron 2
-0011111111110011 engagingly 2
-0011111111110011 dauntless 2
-0011111111110011 corporate-provided 2
-0011111111110011 unscrews 2
-0011111111110011 anouncing 2
-0011111111110011 bracketing 2
-0011111111110011 5-foot-11 3
-0011111111110011 earth-colored 3
-0011111111110011 Seamus 3
-0011111111110011 clasping 3
-0011111111110011 bedeviling 3
-0011111111110011 strumming 4
-0011111111110011 FDN. 5
-0011111111110011 rebutting 9
-0011111111110011 swamping 10
-0011111111110011 Seek 10
-0011111111110011 pervading 13
-0011111111110011 eclipsing 38
-0011111111110011 constituting 39
-0011111111110011 echoing 71
-0011111111110011 comprising 112
-0011111111110011 following 6292
-0011111111110011 representing 2126
-001111111111010 act-one 1
-001111111111010 SS20s 1
-001111111111010 AMong 1
-001111111111010 tough-but-funny 1
-001111111111010 lens-solution 1
-001111111111010 Egyptian-held 1
-001111111111010 EJS 1
-001111111111010 7,875,000 1
-001111111111010 X-ray-like 1
-001111111111010 IRAKASTEN 1
-001111111111010 3.4453 1
-001111111111010 2.8033 1
-001111111111010 2.7628 1
-001111111111010 EXPLORING 1
-001111111111010 creasing 1
-001111111111010 12,837,000 1
-001111111111010 662,437 1
-001111111111010 wi 1
-001111111111010 303,700 1
-001111111111010 Seascape 1
-001111111111010 RELISHES 1
-001111111111010 wth 1
-001111111111010 270,300 1
-001111111111010 and-file 1
-001111111111010 expenses. 1
-001111111111010 Fernay 1
-001111111111010 ADD. 2
-001111111111010 894,200 2
-001111111111010 576,300 2
-001111111111010 287,700 2
-001111111111010 beween 3
-001111111111010 betwen 5
-001111111111010 between 22612
-001111111111010 betweeen 6
-001111111111011 Vitis 1
-001111111111011 football-team 1
-001111111111011 Maued 1
-001111111111011 coarsening 1
-001111111111011 re-flower 1
-001111111111011 military-clad 1
-001111111111011 half-wit 1
-001111111111011 clean-living 1
-001111111111011 refrigerates 1
-001111111111011 681,400 1
-001111111111011 rerigging 1
-001111111111011 cliche-blinded 1
-001111111111011 medium-lift 1
-001111111111011 coconut-wine 1
-001111111111011 Confuse 1
-001111111111011 4,997 1
-001111111111011 steely-eyed 1
-001111111111011 activist-oriented 1
-001111111111011 equicidal 1
-001111111111011 deep-frying 1
-001111111111011 nonmonogamous 1
-001111111111011 portaging 1
-001111111111011 mid-state 1
-001111111111011 phosphate-based 1
-001111111111011 surounding 1
-001111111111011 discriminated-against 1
-001111111111011 kimono-clad 1
-001111111111011 state-fair 1
-001111111111011 Jofu 1
-001111111111011 subdivides 1
-001111111111011 near-retirement-aged 1
-001111111111011 guitar-solo 1
-001111111111011 motorizing 1
-001111111111011 2,743 1
-001111111111011 5,912 1
-001111111111011 job-conscious 1
-001111111111011 Day/Night 1
-001111111111011 racist-minded 1
-001111111111011 seduming 1
-001111111111011 Mixtec 1
-001111111111011 rifle-carrying 1
-001111111111011 30-ish 1
-001111111111011 all-silk 1
-001111111111011 public-use 1
-001111111111011 anti-impressionist 1
-001111111111011 guts-out 1
-001111111111011 Dickens-Capra 1
-001111111111011 mystery-draped 1
-001111111111011 persauding 1
-001111111111011 spattering 1
-001111111111011 4.5-liter 1
-001111111111011 gay-bashing 1
-001111111111011 all-America 1
-001111111111011 Japanese-related 1
-001111111111011 division-level 1
-001111111111011 uplinking-sending 1
-001111111111011 reinsuring 1
-001111111111011 no-children 1
-001111111111011 lassoing 1
-001111111111011 cause-conscious 1
-001111111111011 Greek-Danish 1
-001111111111011 Underrepresented 1
-001111111111011 Rustico 1
-001111111111011 -sock 1
-001111111111011 proprietary-design 1
-001111111111011 neckless 1
-001111111111011 old-generation 1
-001111111111011 reconnecting 1
-001111111111011 cash-happy 1
-001111111111011 conscripting 1
-001111111111011 shrimp-eating 1
-001111111111011 Christmastree 1
-001111111111011 finger-like 1
-001111111111011 pre-owned 1
-001111111111011 M.B.A.-toting 1
-001111111111011 preferrring 1
-001111111111011 post-1963 1
-001111111111011 spick-and-span 1
-001111111111011 batter-fried 1
-001111111111011 mountain-sized 1
-001111111111011 bezoar 1
-001111111111011 video-mad 1
-001111111111011 topof-the-line 1
-001111111111011 208-seat 2
-001111111111011 debauching 2
-001111111111011 whop 2
-001111111111011 mushed 2
-001111111111011 recentralizing 2
-001111111111011 cherishing 2
-001111111111011 reproaching 2
-001111111111011 permeating 3
-001111111111011 rids 3
-001111111111011 severs 3
-001111111111011 1241 3
-001111111111011 enrages 3
-001111111111011 conquers 3
-001111111111011 foretelling 4
-001111111111011 manifesting 4
-001111111111011 deluging 5
-001111111111011 blitzing 6
-001111111111011 engulfing 9
-001111111111011 implicating 24
-001111111111011 among 14685
-001111111111011 plaguing 43
-001111111111100 Turkish-occupied 1
-001111111111100 0.523 1
-001111111111100 Synchro-Energized 1
-001111111111100 208,800 1
-001111111111100 127,252 1
-001111111111100 antithrombotic 1
-001111111111100 business-governmental 1
-001111111111100 designer-priced 1
-001111111111100 300,499 1
-001111111111100 1,040,000 1
-001111111111100 571,429 1
-001111111111100 railroad-themed 1
-001111111111100 deep-sixed 1
-001111111111100 1,864,649 1
-001111111111100 liabililty 1
-001111111111100 questionning 1
-001111111111100 912,200 1
-001111111111100 363,100 1
-001111111111100 186,542,990 1
-001111111111100 paved-over 1
-001111111111100 402,500 1
-001111111111100 390,573 1
-001111111111100 fr 1
-001111111111100 better-than-standard 1
-001111111111100 balkanizing 1
-001111111111100 1,287,030 1
-001111111111100 AVX-CTS 1
-001111111111100 three-snake 1
-001111111111100 Gotham-area 1
-001111111111100 swiftly-revamping 1
-001111111111100 860,323 1
-001111111111100 horrible-looking 1
-001111111111100 keek 1
-001111111111100 1,511,480 1
-001111111111100 overextends 1
-001111111111100 284,500 1
-001111111111100 115,300 1
-001111111111100 517,350 1
-001111111111100 protester-type 1
-001111111111100 maladaptive 1
-001111111111100 uptrack 1
-001111111111100 credit-financed 1
-001111111111100 737,700 1
-001111111111100 short-borrowing 1
-001111111111100 taxi-fleet 1
-001111111111100 Sirimavo 1
-001111111111100 1,972,515 1
-001111111111100 off-thus 1
-001111111111100 238,300 1
-001111111111100 858,309 1
-001111111111100 platelet 2
-001111111111100 exalts 2
-001111111111100 denoting 3
-001111111111100 into 39448
-001111111111100 onto 1088
-0011111111111010 winegrower-and 1
-0011111111111010 892,262 1
-0011111111111010 deconstructs 1
-0011111111111010 bicontinental 1
-0011111111111010 230,750 1
-0011111111111010 3,765,286 1
-0011111111111010 non-polemic 1
-0011111111111010 hot-wired 1
-0011111111111010 Darla 1
-0011111111111010 lawyer-Naderite 1
-0011111111111010 novelty-seeking 1
-0011111111111010 realleges 1
-0011111111111010 1,399,564 1
-0011111111111010 261,132 1
-0011111111111010 Ranzino 1
-0011111111111010 2,744,600 1
-0011111111111010 predating 1
-0011111111111010 1,469,885 1
-0011111111111010 745,700 1
-0011111111111010 higher-seniority 1
-0011111111111010 mob-dominated 1
-0011111111111010 1,499,966 1
-0011111111111010 438,436 1
-0011111111111010 re-ignited 1
-0011111111111010 proscribing 1
-0011111111111010 935,900 1
-0011111111111010 872,700 1
-0011111111111010 few-including 1
-0011111111111010 deficiency-related 1
-0011111111111010 1,920,527 1
-0011111111111010 Speranza 1
-0011111111111010 floursack 1
-0011111111111010 scaremongered 1
-0011111111111010 267,200 1
-0011111111111010 --just 1
-0011111111111010 348,733 1
-0011111111111010 444,965 1
-0011111111111010 itselfthe 1
-0011111111111010 498,991 1
-0011111111111010 overthrows 1
-0011111111111010 7,215,631 1
-0011111111111010 tippy 1
-0011111111111010 135,033 1
-0011111111111010 339,200 1
-0011111111111010 avium 1
-0011111111111010 6,621,900 1
-0011111111111010 Mousse/Sara 1
-0011111111111010 1,206,827 1
-0011111111111010 136,720 1
-0011111111111010 herder 1
-0011111111111010 Ohne 1
-0011111111111010 yesterdayin 1
-0011111111111010 4,145,998 1
-0011111111111010 againt 3
-0011111111111010 bisecting 3
-0011111111111010 enjoining 39
-0011111111111010 against 25550
-0011111111111010 vis-a-vis 58
-00111111111110110 16,980 1
-00111111111110110 Czarist-era 1
-00111111111110110 post-Aquino 1
-00111111111110110 Brecker 1
-00111111111110110 couch-lined 1
-00111111111110110 mosquito-filled 1
-00111111111110110 Deadheaded 1
-00111111111110110 bbom 1
-00111111111110110 iron-hulled 1
-00111111111110110 shoebox-shaped 1
-00111111111110110 3-from 1
-00111111111110110 permit-holders 1
-00111111111110110 daydreamer 1
-00111111111110110 nonarbitrable 1
-00111111111110110 convenant 1
-00111111111110110 100-0 1
-00111111111110110 tothe 1
-00111111111110110 whithout 1
-00111111111110110 detectably 1
-00111111111110110 afterwords 1
-00111111111110110 benevolently 1
-00111111111110110 stuffer 1
-00111111111110110 chinless 1
-00111111111110110 independently-owned 1
-00111111111110110 large-position 1
-00111111111110110 Plasson 1
-00111111111110110 Pittsburghers 1
-00111111111110110 repetitively 1
-00111111111110110 shrine-like 1
-00111111111110110 endswithout 1
-00111111111110110 spring-and-summer 1
-00111111111110110 sales-free 1
-00111111111110110 humidity-starved 1
-00111111111110110 exudations 1
-00111111111110110 quasi-publicly 1
-00111111111110110 foregoes 1
-00111111111110110 230-megawatt 1
-00111111111110110 Introduces 1
-00111111111110110 prepainted 1
-00111111111110110 reformatory 2
-00111111111110110 Drastically 2
-00111111111110110 fringing 2
-00111111111110110 Emmy-award 2
-00111111111110110 limited-access 2
-00111111111110110 ligament 2
-00111111111110110 cornbread 3
-00111111111110110 rack-and-pinion 4
-00111111111110110 non-income 4
-00111111111110110 deceitfully 5
-00111111111110110 without 12747
-00111111111110110 begets 11
-00111111111110111 hazarded 1
-00111111111110111 jinshi 1
-00111111111110111 --toward 1
-00111111111110111 Soviet-embassy 1
-00111111111110111 out-worn 1
-00111111111110111 slab-sided 1
-00111111111110111 1280 1
-00111111111110111 squad-style 1
-00111111111110111 semi-detached 1
-00111111111110111 school-color 1
-00111111111110111 slip-resistant 1
-00111111111110111 pre-existed 1
-00111111111110111 perceptual-cognitive 1
-00111111111110111 hard-shelled 1
-00111111111110111 antagonised 1
-00111111111110111 ski-racing 1
-00111111111110111 financial-group 1
-00111111111110111 tall-oil 1
-00111111111110111 31,461 1
-00111111111110111 24,118 1
-00111111111110111 agency-licensed 1
-00111111111110111 in-dash 1
-00111111111110111 option-disclosure 1
-00111111111110111 unfastening 1
-00111111111110111 codenamed 2
-00111111111110111 accrual-based 2
-00111111111110111 vexes 2
-00111111111110111 idles 3
-00111111111110111 rousting 3
-00111111111110111 reauthorizing 6
-00111111111110111 shrouding 6
-00111111111110111 abolishes 8
-00111111111110111 enveloping 9
-00111111111110111 besetting 11
-00111111111110111 pre-empts 13
-00111111111110111 encompassing 34
-00111111111110111 afflicting 39
-00111111111110111 documenting 42
-00111111111110111 detailing 121
-00111111111110111 whereby 136
-00111111111110111 towards 148
-00111111111110111 featuring 436
-00111111111110111 containing 445
-00111111111110111 affecting 638
-00111111111110111 surrounding 780
-00111111111110111 concerning 925
-00111111111110111 covering 1106
-00111111111110111 regarding 1265
-00111111111110111 involving 3003
-00111111111110111 toward 6102
-0011111111111100 doff 1
-0011111111111100 Klomfass 1
-0011111111111100 a-From 1
-0011111111111100 tatin 1
-0011111111111100 ridded 1
-0011111111111100 anti-Zionists 1
-0011111111111100 barbae 1
-0011111111111100 higher. 1
-0011111111111100 outshooting 1
-0011111111111100 out-distance 1
-0011111111111100 downrated 1
-0011111111111100 -on 1
-0011111111111100 stake-welcomed 1
-0011111111111100 well-below 1
-0011111111111100 -completed 1
-0011111111111100 problem-meeting 1
-0011111111111100 Akki 1
-0011111111111100 obsesses 1
-0011111111111100 whets 1
-0011111111111100 choco 1
-0011111111111100 disempower 1
-0011111111111100 picked-over 1
-0011111111111100 betoken 1
-0011111111111100 -twice 1
-0011111111111100 Fleabag 1
-0011111111111100 lacerates 1
-0011111111111100 quinone 1
-0011111111111100 saleswise 1
-0011111111111100 contro 1
-0011111111111100 WRIT-TEN 1
-0011111111111100 performance-wise 1
-0011111111111100 Charmers 1
-0011111111111100 disassembling 2
-0011111111111100 -to 2
-0011111111111100 pawing 3
-0011111111111100 08 3
-0011111111111100 outshines 4
-0011111111111100 Riba 6
-0011111111111100 Super-NOW 11
-0011111111111100 undervalues 15
-0011111111111100 approximating 16
-0011111111111100 Thirty-month 62
-0011111111111100 outstripping 65
-0011111111111100 exceeds 542
-0011111111111100 exceeding 611
-0011111111111100 above 5899
-0011111111111100 below 5679
-00111111111111010 abouton 1
-00111111111111010 retail-deposit 1
-00111111111111010 Swiss-listed 1
-00111111111111010 mini-stores 1
-00111111111111010 too-activist 1
-00111111111111010 1,439,498 1
-00111111111111010 pintail 1
-00111111111111010 swain 1
-00111111111111010 1,319,850 1
-00111111111111010 ringworm 1
-00111111111111010 level-further 1
-00111111111111010 royale 1
-00111111111111010 microwave-generated 1
-00111111111111010 767,015 1
-00111111111111010 162,900 1
-00111111111111010 8-8-88 1
-00111111111111010 quashes 1
-00111111111111010 unbecoming 2
-00111111111111010 embroiling 3
-00111111111111010 corrodes 3
-00111111111111010 sun-aged 3
-00111111111111010 inflames 4
-00111111111111010 hogging 5
-00111111111111010 chronicling 15
-00111111111111010 predated 17
-00111111111111010 dramatizes 19
-00111111111111010 over 37398
-00111111111111010 escalates 23
-001111111111110110 outnumbers 1
-001111111111110110 health-endangering 1
-001111111111110110 unhired 1
-001111111111110110 reweaving 1
-001111111111110110 mischaracterized 1
-001111111111110110 A-37 1
-001111111111110110 kaboom 1
-001111111111110110 pre-dating 1
-001111111111110110 undeployed 1
-001111111111110110 streetssomething 1
-001111111111110110 beaching 1
-001111111111110110 Nazi-dominated 1
-001111111111110110 hile 1
-001111111111110110 two-million-electron-volt 1
-001111111111110110 short-dropping 1
-001111111111110110 hatswith 1
-001111111111110110 reat 1
-001111111111110110 once-strident 1
-001111111111110110 encrust 2
-001111111111110110 unprofitably 2
-001111111111110110 cross-examining 2
-001111111111110110 cartelizing 2
-001111111111110110 impelling 3
-001111111111110110 athwart 3
-001111111111110110 destabilizes 3
-001111111111110110 embellishing 3
-001111111111110110 pierces 4
-001111111111110110 Caused 4
-001111111111110110 contravened 4
-001111111111110110 bests 5
-001111111111110110 muddies 6
-001111111111110110 ruffling 6
-001111111111110110 amongst 6
-001111111111110110 punctuate 6
-001111111111110110 wracking 7
-001111111111110110 sharpens 9
-001111111111110110 outweighing 10
-001111111111110110 impairs 17
-001111111111110110 outstrips 18
-001111111111110110 surpasses 29
-001111111111110110 outweighs 37
-001111111111110110 unto 48
-001111111111110110 diminishes 59
-001111111111110110 underneath 92
-001111111111110110 beside 158
-001111111111110110 atop 167
-001111111111110110 alongside 248
-001111111111110110 beneath 287
-001111111111110110 upon 2464
-001111111111110110 beyond 3190
-001111111111110110 across 3343
-001111111111110110 behind 4204
-001111111111110111 detoxing 1
-001111111111110111 adjusted-rate 1
-001111111111110111 custom-tailor 1
-001111111111110111 Hulkamania 1
-001111111111110111 beaux 1
-001111111111110111 leading-edge-up 1
-001111111111110111 hypnotherapists 1
-001111111111110111 cashers 1
-001111111111110111 bannering 1
-001111111111110111 first-release 1
-001111111111110111 1,291,635 1
-001111111111110111 karet 1
-001111111111110111 ferryboats 1
-001111111111110111 flash-freeze 1
-001111111111110111 mein 1
-001111111111110111 2,133,000 2
-001111111111110111 2,153,000 2
-001111111111110111 2,258,000 2
-001111111111110111 2,318,000 2
-001111111111110111 2,483,000 2
-001111111111110111 fogs 2
-001111111111110111 Creedence 2
-001111111111110111 2,549,000 2
-001111111111110111 2,287,000 2
-001111111111110111 malevolently 2
-001111111111110111 2,679,000 2
-001111111111110111 2,010,000 2
-001111111111110111 2,658,000 2
-001111111111110111 1.8338 2
-001111111111110111 2,168,000 2
-001111111111110111 2,323,000 2
-001111111111110111 2,244,000 2
-001111111111110111 2,208,000 2
-001111111111110111 2,431,000 2
-001111111111110111 2,238,000 2
-001111111111110111 2,211,000 2
-001111111111110111 2,319,000 2
-001111111111110111 2,101,000 2
-001111111111110111 2,154,000 2
-001111111111110111 44.27 2
-001111111111110111 2,162,000 2
-001111111111110111 2,056,000 2
-001111111111110111 312,680 2
-001111111111110111 2,069,000 2
-001111111111110111 prowled 2
-001111111111110111 2,052,000 2
-001111111111110111 2,454,000 2
-001111111111110111 2,096,000 2
-001111111111110111 at. 2
-001111111111110111 2,436,000 2
-001111111111110111 2,381,000 2
-001111111111110111 around. 2
-001111111111110111 2,053,000 2
-001111111111110111 2,033,000 2
-001111111111110111 2,507,000 2
-001111111111110111 2,477,000 2
-001111111111110111 2,058,000 2
-001111111111110111 2,071,000 2
-001111111111110111 2,327,000 2
-001111111111110111 2,179,000 2
-001111111111110111 2,467,000 2
-001111111111110111 double-time 2
-001111111111110111 2,256,000 2
-001111111111110111 2,417,000 2
-001111111111110111 2,623,000 2
-001111111111110111 bongos 2
-001111111111110111 2,294,000 2
-001111111111110111 2,384,000 2
-001111111111110111 1,993,000 2
-001111111111110111 2,173,000 2
-001111111111110111 2,463,000 2
-001111111111110111 2,031,000 2
-001111111111110111 2,389,000 2
-001111111111110111 adulterating 2
-001111111111110111 double-parked 3
-001111111111110111 2,275,000 3
-001111111111110111 2,022,000 3
-001111111111110111 2,255,000 3
-001111111111110111 2,132,000 3
-001111111111110111 3,340 3
-001111111111110111 2,077,000 3
-001111111111110111 2,089,000 3
-001111111111110111 2,119,000 3
-001111111111110111 2,107,000 4
-001111111111110111 2,032,000 4
-001111111111110111 2,020,000 4
-001111111111110111 2,090,000 4
-001111111111110111 2,070,000 4
-001111111111110111 2,000,000 4
-001111111111110111 2,247,000 4
-001111111111110111 2,175,000 5
-001111111111110111 voce 5
-001111111111110111 outta 5
-001111111111110111 multiplies 8
-001111111111110111 crisscrossing 8
-001111111111110111 trimmers 11
-001111111111110111 around 10418
-001111111111110111 aboard 524
-0011111111111110 incinerates 1
-0011111111111110 Amphibious 1
-0011111111111110 3-inch 1
-0011111111111110 green-lined 1
-0011111111111110 83,309 1
-0011111111111110 rolled-over 1
-0011111111111110 studding 1
-0011111111111110 quick-sell 1
-0011111111111110 lysing 1
-0011111111111110 lyse 1
-0011111111111110 mosaiclike 1
-0011111111111110 stepped-back 1
-0011111111111110 mallard-suspendered 1
-0011111111111110 WHEELCHAIR 1
-0011111111111110 dperessed 1
-0011111111111110 nonburdensome 1
-0011111111111110 firstserved 1
-0011111111111110 exotoxin 1
-0011111111111110 handicap-accessibility 1
-0011111111111110 six-burner 1
-0011111111111110 populist-tinged 1
-0011111111111110 wood-chip 1
-0011111111111110 185-pound 1
-0011111111111110 Syrian-Lebanese 1
-0011111111111110 excepts 1
-0011111111111110 statistical-quality 1
-0011111111111110 four-inch-wide 1
-0011111111111110 metal-tainted 1
-0011111111111110 high-blood 1
-0011111111111110 Urbanites 1
-0011111111111110 less-painful 1
-0011111111111110 nonaerosol 1
-0011111111111110 flowerlike 1
-0011111111111110 Laser-probe 1
-0011111111111110 285,329 1
-0011111111111110 8,363 1
-0011111111111110 smog-like 1
-0011111111111110 barely-profitable 1
-0011111111111110 20,000-square-feet 1
-0011111111111110 brain-tissue 1
-0011111111111110 insurer-owned 1
-0011111111111110 data-bus 1
-0011111111111110 taxonomical 1
-0011111111111110 well-conditioned 1
-0011111111111110 re-opening 1
-0011111111111110 SHUN 1
-0011111111111110 bet-the-mortgage 1
-0011111111111110 20-pound 1
-0011111111111110 benign-sounding 1
-0011111111111110 22/11 1
-0011111111111110 Deficiences 1
-0011111111111110 688-Class 1
-0011111111111110 letterpress 1
-0011111111111110 38,552 1
-0011111111111110 Brio 1
-0011111111111110 world- 1
-0011111111111110 prelicensed 1
-0011111111111110 black-suited 1
-0011111111111110 exclamatory 1
-0011111111111110 32-degree 1
-0011111111111110 nightgown-clad 1
-0011111111111110 superspeed 1
-0011111111111110 much-bemoaned 1
-0011111111111110 high-mounted 2
-0011111111111110 gleans 2
-0011111111111110 flouts 2
-0011111111111110 out-of-the 2
-0011111111111110 time-urgent 2
-0011111111111110 besieging 2
-0011111111111110 lyses 2
-0011111111111110 reshapes 3
-0011111111111110 warranting 4
-0011111111111110 under 25260
-0011111111111110 bemoaning 11
-00111111111111110 Egypt-Israel 1
-00111111111111110 227,700 1
-00111111111111110 836,902 1
-00111111111111110 micro-gravity 1
-00111111111111110 1/4-inches 1
-00111111111111110 4,877 1
-00111111111111110 99,450 1
-00111111111111110 Giuseppina 1
-00111111111111110 1,082,100 1
-00111111111111110 already-fearful 1
-00111111111111110 Inflicting 1
-00111111111111110 1,289,700 1
-00111111111111110 2,569 1
-00111111111111110 redrew 1
-00111111111111110 tough-federal 1
-00111111111111110 1,745,500 1
-00111111111111110 653,900 1
-00111111111111110 3,253 1
-00111111111111110 205,534 1
-00111111111111110 Israeli-government 1
-00111111111111110 window-side 1
-00111111111111110 1,355,706 1
-00111111111111110 dawdlers 1
-00111111111111110 1,110,600 1
-00111111111111110 car-bombing 2
-00111111111111110 168,882 2
-00111111111111110 through 24695
-00111111111111110 thru 14
-001111111111111110 adjudge 1
-001111111111111110 Archives. 1
-001111111111111110 sub-100-million 1
-001111111111111110 1-ranking 1
-001111111111111110 crude-rose 1
-001111111111111110 generations. 1
-001111111111111110 flowed. 1
-001111111111111110 mantis 1
-001111111111111110 408-6 1
-001111111111111110 2361 1
-001111111111111110 2,652 1
-001111111111111110 24-hours 1
-001111111111111110 nose-wipe 1
-001111111111111110 betokens 1
-001111111111111110 crash-was 1
-001111111111111110 D-88 1
-001111111111111110 transecting 1
-001111111111111110 709,538 1
-001111111111111110 outwait 1
-001111111111111110 833,143 1
-001111111111111110 403,195 1
-001111111111111110 b11.06 1
-001111111111111110 845,681 1
-001111111111111110 1,254,251 1
-001111111111111110 78,607 1
-001111111111111110 14.92 1
-001111111111111110 empaneling 2
-001111111111111110 entrechats 2
-001111111111111110 50,700 2
-001111111111111110 flight-testing 2
-001111111111111110 demolishes 3
-001111111111111110 3-ranked 4
-001111111111111110 toeing 4
-001111111111111110 reformulating 5
-001111111111111110 2-ranked 7
-001111111111111110 dismantles 7
-001111111111111110 astride 11
-001111111111111110 1-ranked 14
-001111111111111110 obscures 41
-001111111111111110 spanning 45
-001111111111111110 within 8546
-001111111111111110 narrows 252
-001111111111111111 tail-wagging 1
-001111111111111111 weathers 1
-001111111111111111 Illustrate 1
-001111111111111111 kibbitzes 1
-001111111111111111 bookending 1
-001111111111111111 grooving 1
-001111111111111111 Crvena 1
-001111111111111111 EVACUATED 1
-001111111111111111 liberates 1
-001111111111111111 wreathing 1
-001111111111111111 leafletted 1
-001111111111111111 acompanying 1
-001111111111111111 inscribes 1
-001111111111111111 --on 1
-001111111111111111 forthlike 1
-001111111111111111 girdling 1
-001111111111111111 Gallically 1
-001111111111111111 hotwired 1
-001111111111111111 inside/outside 1
-001111111111111111 liquefies 1
-001111111111111111 underperforms 1
-001111111111111111 rustles 1
-001111111111111111 Imperils 1
-001111111111111111 libbed 1
-001111111111111111 Billboarding 1
-001111111111111111 substantially-and 1
-001111111111111111 RESIGNING 1
-001111111111111111 stage-manage 1
-001111111111111111 co-own 2
-001111111111111111 mimicks 2
-001111111111111111 transiting 2
-001111111111111111 reclaims 2
-001111111111111111 mediates 2
-001111111111111111 abutting 3
-001111111111111111 retook 3
-001111111111111111 thoughout 4
-001111111111111111 verifies 8
-001111111111111111 predates 18
-001111111111111111 commemorating 31
-001111111111111111 bucked 73
-001111111111111111 during 15713
-001111111111111111 throughout 2235
-0100000 1/2-5 1
-0100000 corn-harvest 1
-0100000 billion-acre 1
-0100000 1/2-month-old 1
-0100000 billionmark 1
-0100000 heavy-volume 1
-0100000 RANKING 1
-0100000 Ziad 1
-0100000 1/2-to-5 1
-0100000 Thes. 1
-0100000 internatonal 1
-0100000 158.43 1
-0100000 3.4896 1
-0100000 726.0 1
-0100000 million-bale 1
-0100000 Who's-News-page 1
-0100000 Naugahyde-encased 1
-0100000 billion-the 1
-0100000 billion-nearly 1
-0100000 gigabits 1
-0100000 1/2-ton 1
-0100000 Weiyun 1
-0100000 a.m.-5 1
-0100000 parts-per-million 1
-0100000 gang-infested 1
-0100000 back-scrubber 1
-0100000 Investissetes 1
-0100000 Smallframe 1
-0100000 taught. 1
-0100000 3/4s 1
-0100000 1/2point 1
-0100000 potato-producing 1
-0100000 pence-ashare 1
-0100000 1/2-mile-high 1
-0100000 marks-a-share 1
-0100000 co-pay 1
-0100000 billion-mile 1
-0100000 b-unchanged 1
-0100000 KKCY 1
-0100000 departmental-size 1
-0100000 5000/80 1
-0100000 trillion-cubic-foot 1
-0100000 Hartfield-Zodys 1
-0100000 Denrees 1
-0100000 barrier-bashing 1
-0100000 bdr 1
-0100000 2,802,832 1
-0100000 2,839,374 1
-0100000 a-Total 1
-0100000 Subfields 1
-0100000 fluorouracil 1
-0100000 unch 1
-0100000 gigawatts 1
-0100000 cent-a-liter 1
-0100000 BILLION 1
-0100000 p.m.EST 1
-0100000 preferred-equity 1
-0100000 Finlandia 1
-0100000 million-passenger-a-year 2
-0100000 Jeanneret 2
-0100000 millionshare 2
-0100000 pm 2
-0100000 million-or-so 2
-0100000 billlion 2
-0100000 gigabit 2
-0100000 microglobulin 2
-0100000 1/4-mile 2
-0100000 ton-a-day 2
-0100000 a.m.-noon 2
-0100000 billion-krona 2
-0100000 mil 2
-0100000 ashare 3
-0100000 bilion 3
-0100000 RBIs 3
-0100000 marks/dollar 3
-0100000 billion-pound 4
-0100000 1/2-foot 4
-0100000 1/2-page 4
-0100000 Fayva 4
-0100000 kilobyte 4
-0100000 1/2-acre 4
-0100000 billion-bushel 4
-0100000 p.m.-conclusion 5
-0100000 million-kilowatt 5
-0100000 cetera 5
-0100000 billion-lire 5
-0100000 1/2-to-1 5
-0100000 milligram 6
-0100000 1/2-minute 7
-0100000 billon 7
-0100000 1/2-week 7
-0100000 trillion-lire 7
-0100000 1/2-day 8
-0100000 a.m 8
-0100000 megawatt 8
-0100000 million-pound 9
-0100000 million-acre 10
-0100000 billion-kroner 10
-0100000 million-unit 12
-0100000 p.m 12
-0100000 billion-asset 16
-0100000 ppm 17
-0100000 million-ton 21
-0100000 billion-franc 23
-0100000 p.m.-midnight 24
-0100000 pence-a-share 25
-0100000 1/2-year-old 25
-0100000 1/2-month 29
-0100000 billion-mark 33
-0100000 1/4-inch 38
-0100000 billion-plus 44
-0100000 1/2-hour 56
-0100000 1/2-inch 67
-0100000 million-a-year 81
-0100000 1/2-year 118
-0100000 billion-a-year 120
-0100000 million-share 129
-0100000 OFFERED 207
-0100000 a.m. 1497
-0100000 trillion 1708
-0100000 billion 64213
-0100000 p.m. 2427
-0100001 BM-12 1
-0100001 Algerian-backed 1
-0100001 million-per-year 1
-0100001 B-1Bs 1
-0100001 686,287 1
-0100001 summer-job 1
-0100001 carved-marble 1
-0100001 million-subscriber 1
-0100001 high-camp 1
-0100001 billional 1
-0100001 2/32-6/32 1
-0100001 XH 1
-0100001 millonassets 1
-0100001 passenges 1
-0100001 billion-won 1
-0100001 million-gain 1
-0100001 karats 1
-0100001 stone-washed 1
-0100001 coral-fringed 1
-0100001 islets 1
-0100001 coastal-barrier 1
-0100001 student-correspondents 1
-0100001 body-shop 1
-0100001 mailsorters 1
-0100001 million-mark-loss 1
-0100001 railroad-transit 1
-0100001 office-visit 1
-0100001 bejungled 1
-0100001 craftspeople 1
-0100001 trusses 1
-0100001 airport-identification 1
-0100001 kilobits 1
-0100001 Toyopets 1
-0100001 offences 1
-0100001 other-model 1
-0100001 telecomunications 1
-0100001 gallons-per-flush 1
-0100001 snow-removal 1
-0100001 lower-altitude 1
-0100001 -57.0 1
-0100001 -73.8 1
-0100001 million-start 1
-0100001 million-expense 1
-0100001 placard-carrying 1
-0100001 seven-gallon 1
-0100001 Soviet-foreign 1
-0100001 T37B 1
-0100001 lbs 1
-0100001 non-staff 1
-0100001 Courtyards 1
-0100001 boozed-up 1
-0100001 million-won 1
-0100001 Stanzas 1
-0100001 mllion 1
-0100001 municipal-court 1
-0100001 decorative-arts 1
-0100001 72,275 1
-0100001 101,111 1
-0100001 23,423 1
-0100001 2,446,078 1
-0100001 1,401,831 1
-0100001 +15.0 1
-0100001 million-the 1
-0100001 realist-expressionist 1
-0100001 square-feet 1
-0100001 skilled-job 1
-0100001 water-softening 1
-0100001 7,333 1
-0100001 15,824 1
-0100001 13,882 1
-0100001 8,325 1
-0100001 11,343,761 1
-0100001 therms 1
-0100001 39,487 1
-0100001 10,837 1
-0100001 5,722 1
-0100001 11,942 1
-0100001 19,655 1
-0100001 8,775,801 1
-0100001 522,669 1
-0100001 478,795 1
-0100001 146,042 1
-0100001 153,070 1
-0100001 +292.4 1
-0100001 55,473 1
-0100001 129,834 1
-0100001 86,481 1
-0100001 398,270 1
-0100001 3,112,744 1
-0100001 1,225,647 1
-0100001 2,208,698 1
-0100001 64,669 1
-0100001 61,840 1
-0100001 204,101 1
-0100001 83,098 1
-0100001 4,083,577 1
-0100001 Swiss-EC 1
-0100001 millilon 1
-0100001 IM 1
-0100001 Evan-Picone 1
-0100001 1/8-bid 1
-0100001 big-index 1
-0100001 muscle-packed 1
-0100001 German-Jewish 1
-0100001 definitive-merger 1
-0100001 DCIS 1
-0100001 Starships 1
-0100001 Natl.Mortgage 1
-0100001 24-pound 1
-0100001 million-car 2
-0100001 million-vehicle 2
-0100001 million-common 2
-0100001 iL 2
-0100001 micrometers 2
-0100001 stated-value 2
-0100001 liftoffs 2
-0100001 million-level 2
-0100001 04/32 2
-0100001 mile-per-gallon 2
-0100001 becerel 2
-0100001 million-barrel-a-day 2
-0100001 kilotons 2
-0100001 GLE 2
-0100001 milligauss 2
-0100001 Blows 3
-0100001 billion-peseta 3
-0100001 lbs. 3
-0100001 Gripen 3
-0100001 S2 3
-0100001 4/5 3
-0100001 ZX 3
-0100001 Kelvins 4
-0100001 millirems 4
-0100001 million-punt 5
-0100001 million-kronor 5
-0100001 ppb 5
-0100001 million-kroner 6
-0100001 million-yen 7
-0100001 kilobit 7
-0100001 mg. 8
-0100001 million-asset 9
-0100001 billion-yen 9
-0100001 million. 10
-0100001 mg 10
-0100001 million-guilder 12
-0100001 millon 14
-0100001 billion-kronor 14
-0100001 million-franc 14
-0100001 hertz 16
-0100001 milllion 17
-0100001 decibels 17
-0100001 milion 21
-0100001 million-mark 24
-0100001 cent-a-share 27
-0100001 million-square-foot 28
-0100001 liter 34
-0100001 mpg 46
-0100001 million 178703
-0100001 million-plus 46
-0100010 billion-a 1
-0100010 638,952 1
-0100010 721,293 1
-0100010 629,255 1
-0100010 323,937 1
-0100010 624,619 1
-0100010 two-slide 1
-0100010 premarital-testing 1
-0100010 Spanish-dubbed 1
-0100010 Dalmatians 1
-0100010 1/2-cents 1
-0100010 3/8s 1
-0100010 million-about 1
-0100010 billion-a-month 1
-0100010 39/32 1
-0100010 non-pitchers 1
-0100010 PDRs 1
-0100010 1/2-cent-a-pound 1
-0100010 frivolous-return 1
-0100010 plane-loads 1
-0100010 Januarys 1
-0100010 cent-a-pound 1
-0100010 FBI-reported 1
-0100010 commuter-drivers 1
-0100010 two-stars 1
-0100010 737-100 1
-0100010 cents-a-pad 1
-0100010 1/2-fold 1
-0100010 1/2-a-share 1
-0100010 Clothesworks 1
-0100010 3,357,864 1
-0100010 cents-a-gallon 1
-0100010 million-share-a-day 1
-0100010 cents-a-bushel 1
-0100010 6,954 1
-0100010 7,095.7 1
-0100010 miligrams 1
-0100010 Friedrichshafen 1
-0100010 cent-a-pack 1
-0100010 +144.55 1
-0100010 million-tie 1
-0100010 bath-supplies 1
-0100010 +120.12 1
-0100010 foundaries 1
-0100010 fire-patrol 1
-0100010 calls-a 1
-0100010 -27.3 1
-0100010 -10.0 1
-0100010 +75.0 1
-0100010 +18.2 1
-0100010 angstroms 2
-0100010 01/32 2
-0100010 25/ 2
-0100010 STAFFERS 2
-0100010 07/32 2
-0100010 lb 2
-0100010 1/2-cent 2
-0100010 cents-an-hour 2
-0100010 399,353 2
-0100010 7/8s 2
-0100010 19/ 2
-0100010 6/ 2
-0100010 +14.8 2
-0100010 kilorads 2
-0100010 cent-a-bushel 3
-0100010 1/ 3
-0100010 3/ 4
-0100010 basis-point 4
-0100010 cosponsors 5
-0100010 11/ 5
-0100010 15/ 6
-0100010 3/4-point 6
-0100010 5/ 7
-0100010 9/ 9
-0100010 13/ 9
-0100010 cents-a-share 10
-0100010 7/ 10
-0100010 1/4-year 12
-0100010 micrograms 20
-0100010 kilobytes 24
-0100010 3/4-year 34
-0100010 28/32 60
-0100010 24/32 61
-0100010 23/32 61
-0100010 31/32 62
-0100010 19/32 80
-0100010 29/32 90
-0100010 27/32 93
-0100010 30/32 96
-0100010 25/32 100
-0100010 mph 115
-0100010 % 185193
-0100010 26/32 126
-01000110 3/8. 1
-01000110 reimbursment 1
-01000110 165,888 1
-01000110 168,888 1
-01000110 950,346 1
-01000110 159,219 1
-01000110 268,535 1
-01000110 -64,814 1
-01000110 284,497 1
-01000110 462,341 1
-01000110 908,196 1
-01000110 1-800-228-0391 1
-01000110 Ocona 1
-01000110 USC:1307 1
-01000110 HRs 1
-01000110 3/8-1/2 1
-01000110 18/32-22/32 1
-01000110 10/32-14/32 1
-01000110 XA4 1
-01000110 2/1 1
-01000110 1/2-cent-a-share 1
-01000110 mini-essays 1
-01000110 wheelboxes 1
-01000110 non-coms 1
-01000110 Heures 1
-01000110 million-loss 1
-01000110 million-profit 1
-01000110 Eurosecurities 1
-01000110 roties 1
-01000110 chip-makers 1
-01000110 roundabouts 1
-01000110 SPARKED 1
-01000110 Januaries 1
-01000110 million-half 1
-01000110 pge 1
-01000110 instititions 1
-01000110 U.S.Hcompanies 1
-01000110 Yow 1
-01000110 letter-legislators 1
-01000110 1-800-233-4050 1
-01000110 1/32-5/32 1
-01000110 mile-an-hour 1
-01000110 ents 1
-01000110 17/32-21/32 1
-01000110 Ogonyoks 1
-01000110 apeice 1
-01000110 island-states 1
-01000110 square-footer 1
-01000110 turbo-props 1
-01000110 million-a-plane 1
-01000110 1,852 1
-01000110 705,663 1
-01000110 in-betweeners 1
-01000110 GREETED 1
-01000110 knotter 1
-01000110 cnets 1
-01000110 WELCOMED 2
-01000110 1/4-3/8 2
-01000110 8,192 2
-01000110 716,686 2
-01000110 hours. 2
-01000110 go-arounds 2
-01000110 non-dailies 3
-01000110 cents. 3
-01000110 mm 4
-01000110 mile-per-hour 6
-01000110 kopeks 9
-01000110 intis 40
-01000110 cents 29969
-01000110 cent 868
-01000111 163.10 1
-01000111 0.0041 1
-01000111 plant-opinionated 1
-01000111 0.0232 1
-01000111 79.24 1
-01000111 0.0051 1
-01000111 170.98 1
-01000111 154.56 1
-01000111 0.0170 1
-01000111 0.0169 1
-01000111 0.0122 1
-01000111 0.0127 1
-01000111 schoolteaching 1
-01000111 232.90 1
-01000111 0.0200 1
-01000111 0.0405 1
-01000111 118.71 1
-01000111 0.0210 1
-01000111 508.32 1
-01000111 0.0410 1
-01000111 35.30 1
-01000111 362.6 1
-01000111 468.41 1
-01000111 809.14 1
-01000111 229.52 1
-01000111 490,868 1
-01000111 955,191 1
-01000111 220,400 1
-01000111 296,973 1
-01000111 4228.06 1
-01000111 335.21 1
-01000111 687.79 1
-01000111 0.0064 1
-01000111 0.0272 1
-01000111 0.0112 1
-01000111 0.0263 1
-01000111 +126.2 1
-01000111 30.0 1
-01000111 0.0043 1
-01000111 160.81 1
-01000111 0.0172 1
-01000111 229.76 1
-01000111 0.0132 1
-01000111 110.94 1
-01000111 0.0235 1
-01000111 57.48 1
-01000111 283.48 1
-01000111 54.77 1
-01000111 0.0081 1
-01000111 0.0162 1
-01000111 29.92 1
-01000111 333.78 1
-01000111 F/A-18Cs 1
-01000111 0.0066 1
-01000111 0.0198 1
-01000111 0.0195 1
-01000111 trekkers 1
-01000111 waste-hauler 1
-01000111 0.0136 1
-01000111 insolvent. 1
-01000111 236.10 1
-01000111 431.69 1
-01000111 352.41 1
-01000111 27.20 1
-01000111 0.0076 1
-01000111 0.0230 1
-01000111 109.64 1
-01000111 Karratha 1
-01000111 201.84 1
-01000111 37.42 1
-01000111 44.54 1
-01000111 0.0063 1
-01000111 78.82 1
-01000111 84.16 1
-01000111 152.84 1
-01000111 0.0262 1
-01000111 166.71 1
-01000111 0.0139 1
-01000111 8559 1
-01000111 33.08 1
-01000111 0.0049 1
-01000111 245.80 1
-01000111 218.21 1
-01000111 0.0171 1
-01000111 289.14 1
-01000111 0.0079 1
-01000111 .0070 1
-01000111 135.42 1
-01000111 p.m.-climax 1
-01000111 Eletrica 1
-01000111 0.0053 1
-01000111 0.0216 1
-01000111 554,028 1
-01000111 0.0163 1
-01000111 0.0253 1
-01000111 0.0106 1
-01000111 205.51 1
-01000111 0.0176 1
-01000111 0.0056 1
-01000111 analogously 1
-01000111 14.01 1
-01000111 267.57 1
-01000111 secs 1
-01000111 69.42 1
-01000111 0.0317 1
-01000111 115.76 1
-01000111 103.10 1
-01000111 147.70 1
-01000111 Malconsorts 1
-01000111 6/16 1
-01000111 134.64 1
-01000111 30.92 1
-01000111 billion-sales 1
-01000111 328.14 1
-01000111 0.0130 1
-01000111 0.0218 1
-01000111 0.0091 1
-01000111 0.0068 1
-01000111 0.0116 1
-01000111 0.0166 1
-01000111 151.36 1
-01000111 0.0037 1
-01000111 288.25 1
-01000111 51.10 1
-01000111 327.82 1
-01000111 0.0129 1
-01000111 22.00 1
-01000111 significantly. 1
-01000111 0.0320 1
-01000111 91.19 1
-01000111 0.0119 1
-01000111 130.27 1
-01000111 89.20 1
-01000111 aphids. 1
-01000111 0.0173 1
-01000111 141.99 1
-01000111 27.98 1
-01000111 0.007 1
-01000111 107.33 1
-01000111 24.41 1
-01000111 0.0220 1
-01000111 24.53 1
-01000111 116.40 1
-01000111 94.39 1
-01000111 97.53 1
-01000111 bagagge 1
-01000111 0.0093 1
-01000111 80.98 1
-01000111 112.42 1
-01000111 142.69 1
-01000111 119.35 1
-01000111 shock-waves 1
-01000111 175.31 1
-01000111 70.76 1
-01000111 60.97 1
-01000111 0.0273 1
-01000111 58.30 1
-01000111 0.0188 1
-01000111 0.0047 1
-01000111 75.42 1
-01000111 3/4three 1
-01000111 NeimanMarcus 1
-01000111 0.0124 1
-01000111 post-college 1
-01000111 counterbidders 1
-01000111 109.61 1
-01000111 0.0184 1
-01000111 160.18 1
-01000111 1-16 1
-01000111 29.53 1
-01000111 251.34 1
-01000111 287.21 1
-01000111 221.07 1
-01000111 165.45 1
-01000111 28.00 1
-01000111 somewhere. 1
-01000111 1/2/ 1
-01000111 151.66 1
-01000111 27.32 1
-01000111 0.0517 1
-01000111 0.0153 1
-01000111 city-rich 1
-01000111 400.90 1
-01000111 291.56 1
-01000111 Janulako 1
-01000111 0.0102 1
-01000111 15.41 1
-01000111 0.438 1
-01000111 260.6 1
-01000111 1/3/4 1
-01000111 52.48 1
-01000111 193.90 1
-01000111 59.81 1
-01000111 0.0131 1
-01000111 0.0158 1
-01000111 0.0036 1
-01000111 0.0094 1
-01000111 42.16 1
-01000111 0.0318 1
-01000111 Jours 1
-01000111 173.47 1
-01000111 27.69 1
-01000111 207.09 1
-01000111 0.0180 1
-01000111 255,214 1
-01000111 datadope 1
-01000111 1/4s 1
-01000111 Frigatronics 1
-01000111 189.18 1
-01000111 3,245,983 1
-01000111 33.48 1
-01000111 434.81 1
-01000111 0.0240 1
-01000111 0.0208 1
-01000111 110.73 1
-01000111 0.0101 1
-01000111 35.39 1
-01000111 Eriskay 1
-01000111 0.0886 1
-01000111 269.69 1
-01000111 0.147 1
-01000111 cents-21 1
-01000111 0.013 1
-01000111 days.10.06 1
-01000111 1016.41 1
-01000111 .53 1
-01000111 0.0297 1
-01000111 0.0201 1
-01000111 30.19 1
-01000111 251.67 1
-01000111 0.0190 1
-01000111 44.43 1
-01000111 79.74 1
-01000111 187.69 1
-01000111 122.16 1
-01000111 billion-a-year-market 1
-01000111 27.94 1
-01000111 391.13 1
-01000111 49.0 1
-01000111 0.0415 1
-01000111 78.97 1
-01000111 rockfalls 1
-01000111 404.95 1
-01000111 71.36 1
-01000111 .5 1
-01000111 80.06 1
-01000111 0.0087 1
-01000111 138.84 1
-01000111 0.0344 1
-01000111 209.34 1
-01000111 0.0207 1
-01000111 19.06 1
-01000111 0.0157 1
-01000111 140.19 1
-01000111 156.62 1
-01000111 0.0303 1
-01000111 11,706 1
-01000111 55.40 1
-01000111 411.49 1
-01000111 0.0237 1
-01000111 652.6 1
-01000111 355.5 1
-01000111 50.18 1
-01000111 61.20 1
-01000111 mimickers 1
-01000111 0.197 1
-01000111 0.0223 1
-01000111 0.0279 1
-01000111 0.0271 1
-01000111 SKr19 1
-01000111 0.0026 1
-01000111 0.0085 1
-01000111 0.0595 1
-01000111 maharajah-bashing 1
-01000111 0.0267 1
-01000111 213.46 1
-01000111 0.0001 1
-01000111 0.0113 1
-01000111 Portsall 1
-01000111 126.88 1
-01000111 25.47 1
-01000111 162.85 2
-01000111 80.41 2
-01000111 33.03 2
-01000111 193.09 2
-01000111 445.57 2
-01000111 256.60 2
-01000111 93.29 2
-01000111 193.07 2
-01000111 215.82 2
-01000111 724.9 2
-01000111 17.46 2
-01000111 23.28 2
-01000111 246.92 2
-01000111 86.51 2
-01000111 09/32 2
-01000111 1/2s 2
-01000111 39.96 2
-01000111 102.74 2
-01000111 0.0016 2
-01000111 +0.3 2
-01000111 146.77 2
-01000111 132.01 2
-01000111 167.00 2
-01000111 0.0061 2
-01000111 0.0165 2
-01000111 0.0144 2
-01000111 484.11 2
-01000111 300.06 2
-01000111 119.69 2
-01000111 0.0008 2
-01000111 32.69 2
-01000111 319.41 2
-01000111 0.0105 2
-01000111 306.55 2
-01000111 171.82 2
-01000111 96.85 2
-01000111 0.0160 2
-01000111 278.66 2
-01000111 84.29 2
-01000111 141.34 2
-01000111 138.19 2
-01000111 274.44 2
-01000111 41.12 2
-01000111 140.39 2
-01000111 164.78 2
-01000111 36.62 2
-01000111 152.56 2
-01000111 57.86 2
-01000111 0.0214 2
-01000111 77.69 2
-01000111 0.0140 2
-01000111 84.94 2
-01000111 144.14 2
-01000111 0.0067 2
-01000111 160.66 2
-01000111 45.60 2
-01000111 54.12 2
-01000111 195.14 2
-01000111 334.48 2
-01000111 82.58 2
-01000111 0.0242 2
-01000111 0.0257 2
-01000111 0.0115 2
-01000111 167.18 2
-01000111 381.68 2
-01000111 509.74 2
-01000111 0.275 2
-01000111 65.69 2
-01000111 0.0039 2
-01000111 230.09 2
-01000111 36.76 2
-01000111 271.15 2
-01000111 257.43 2
-01000111 662.60 2
-01000111 218.64 2
-01000111 158.01 2
-01000111 0.0096 2
-01000111 731.91 2
-01000111 344,330 2
-01000111 672,093 2
-01000111 151.69 2
-01000111 297.05 2
-01000111 288.31 2
-01000111 28.22 2
-01000111 126.76 2
-01000111 0.035 2
-01000111 0.0098 2
-01000111 139.66 2
-01000111 21.77 2
-01000111 139.07 2
-01000111 0.0082 2
-01000111 194.18 2
-01000111 324.55 2
-01000111 416.93 2
-01000111 25.43 2
-01000111 28.41 2
-01000111 0.0104 2
-01000111 99.36 2
-01000111 43.13 2
-01000111 0.0108 2
-01000111 216.78 2
-01000111 172.66 2
-01000111 0.0107 2
-01000111 0.0205 2
-01000111 248.24 2
-01000111 0.0083 2
-01000111 177.90 2
-01000111 113.95 2
-01000111 0.0193 2
-01000111 384.97 2
-01000111 301.99 2
-01000111 28.02 2
-01000111 Nimrods 2
-01000111 0.0032 2
-01000111 21.07 2
-01000111 23.30 2
-01000111 334.41 2
-01000111 395.14 2
-01000111 245.03 2
-01000111 361.82 2
-01000111 17.09 2
-01000111 190.33 2
-01000111 365.45 2
-01000111 146.11 2
-01000111 216.39 2
-01000111 157.24 2
-01000111 86.89 2
-01000111 0.0044 2
-01000111 82.60 2
-01000111 317.0 2
-01000111 p.m.midnight 2
-01000111 0.0069 2
-01000111 80.24 2
-01000111 242.15 2
-01000111 22.55 2
-01000111 0.0019 2
-01000111 0.0168 2
-01000111 550.45 2
-01000111 22.64 2
-01000111 0.0027 2
-01000111 251.20 2
-01000111 222.12 2
-01000111 0.0118 2
-01000111 272.13 2
-01000111 0.0058 2
-01000111 0.0004 2
-01000111 186.48 2
-01000111 38.23 2
-01000111 155.08 2
-01000111 116.64 2
-01000111 30.93 3
-01000111 7/8-point 3
-01000111 0.0182 3
-01000111 30.26 3
-01000111 36.79 3
-01000111 0.0084 3
-01000111 0.0012 3
-01000111 24.89 3
-01000111 0.0095 3
-01000111 0.0123 3
-01000111 430.05 3
-01000111 0.0017 3
-01000111 313.64 3
-01000111 0.0103 3
-01000111 0.0077 3
-01000111 0.0057 3
-01000111 40.26 3
-01000111 0.0142 3
-01000111 40.45 3
-01000111 27.19 3
-01000111 649.70 3
-01000111 0.0059 3
-01000111 225.53 3
-01000111 22.71 3
-01000111 0.0002 3
-01000111 0.0185 3
-01000111 70.64 3
-01000111 47.58 3
-01000111 0.0046 3
-01000111 36.72 3
-01000111 44.92 3
-01000111 0.0031 3
-01000111 26.48 3
-01000111 0.0175 3
-01000111 0.0167 3
-01000111 0.0097 3
-01000111 22.60 3
-01000111 36.47 3
-01000111 0.0088 3
-01000111 70.66 3
-01000111 0.0072 3
-01000111 56.20 3
-01000111 0.0143 3
-01000111 0.0006 3
-01000111 30.12 3
-01000111 384.08 3
-01000111 0.0014 3
-01000111 18.32 3
-01000111 24.01 3
-01000111 19.39 3
-01000111 294.13 3
-01000111 24.00 3
-01000111 22.07 3
-01000111 180.36 3
-01000111 27.03 3
-01000111 0.0155 3
-01000111 17.99 3
-01000111 266.16 3
-01000111 0.0065 4
-01000111 0.0092 4
-01000111 0.0138 4
-01000111 0.075 4
-01000111 42.92 4
-01000111 0.0028 4
-01000111 47.66 4
-01000111 0.0040 4
-01000111 52.56 4
-01000111 2037.32 4
-01000111 28.63 4
-01000111 0.0034 4
-01000111 32.89 4
-01000111 28.64 4
-01000111 27.12 4
-01000111 20.56 4
-01000111 50.56 4
-01000111 flavus 4
-01000111 0.0109 4
-01000111 40.84 4
-01000111 98.05 4
-01000111 46.62 4
-01000111 7/16/ 4
-01000111 0.0110 4
-01000111 0.0024 4
-01000111 658.28 4
-01000111 24.66 4
-01000111 24.90 4
-01000111 34.15 4
-01000111 0.0078 4
-01000111 0.0135 4
-01000111 45.43 4
-01000111 0.0029 4
-01000111 0.0013 4
-01000111 0.0023 4
-01000111 48.41 4
-01000111 32.99 4
-01000111 0.0100 4
-01000111 12.00 4
-01000111 0.0090 4
-01000111 35.71 4
-01000111 37.80 5
-01000111 0.0073 5
-01000111 34.44 5
-01000111 44.99 5
-01000111 51.13 5
-01000111 0.0080 5
-01000111 94.06 5
-01000111 25.78 5
-01000111 35.72 5
-01000111 0.0137 5
-01000111 20.11 5
-01000111 57.39 5
-01000111 0.0035 5
-01000111 61.01 5
-01000111 0.0042 5
-01000111 0.0003 5
-01000111 37.38 5
-01000111 0.0009 5
-01000111 77.42 5
-01000111 44.64 5
-01000111 25.42 5
-01000111 43.84 6
-01000111 r-Revised. 6
-01000111 0.025 6
-01000111 0.0018 6
-01000111 56.70 6
-01000111 51.71 6
-01000111 0.0010 6
-01000111 38.59 6
-01000111 91.51 6
-01000111 31.33 6
-01000111 48.36 6
-01000111 0.0033 6
-01000111 50.07 6
-01000111 0.0060 6
-01000111 46.46 6
-01000111 186.84 6
-01000111 30.23 7
-01000111 101.46 7
-01000111 21.72 7
-01000111 56.53 7
-01000111 0.0005 7
-01000111 0.0038 7
-01000111 0.0075 8
-01000111 52.28 8
-01000111 12.77 8
-01000111 22.05 8
-01000111 0.125 8
-01000111 0.0022 8
-01000111 0.0015 8
-01000111 29.97 9
-01000111 0.0055 9
-01000111 14.0 9
-01000111 74.68 9
-01000111 95.46 9
-01000111 0.0020 9
-01000111 156.83 9
-01000111 43.77 10
-01000111 44.01 10
-01000111 0.0045 10
-01000111 0.0030 10
-01000111 140.58 11
-01000111 0.0025 11
-01000111 43.03 12
-01000111 0.0050 12
-01000111 2/3 14
-01000111 1/4-point 15
-01000111 0.97 16
-01000111 0.86 17
-01000111 0.93 18
-01000111 0.96 18
-01000111 0.98 19
-01000111 0.99 19
-01000111 1/3 21
-01000111 0.61 21
-01000111 0.62 23
-01000111 0.74 23
-01000111 0.88 24
-01000111 0.84 25
-01000111 0.59 27
-01000111 0.41 27
-01000111 0.73 28
-01000111 0.79 28
-01000111 0.82 28
-01000111 0.67 29
-01000111 0.76 31
-01000111 16/32 31
-01000111 0.89 32
-01000111 0.21 32
-01000111 0.37 32
-01000111 0.56 33
-01000111 0.87 33
-01000111 0.78 33
-01000111 0.47 35
-01000111 0.71 35
-01000111 0.49 36
-01000111 0.38 36
-01000111 0.68 36
-01000111 0.44 36
-01000111 0.34 37
-01000111 0.32 37
-01000111 0.51 37
-01000111 0.36 38
-01000111 0.48 38
-01000111 0.29 38
-01000111 0.69 39
-01000111 0.72 39
-01000111 0.57 39
-01000111 0.77 40
-01000111 0.53 41
-01000111 0.26 42
-01000111 0.52 42
-01000111 0.28 42
-01000111 0.46 43
-01000111 0.42 43
-01000111 0.27 45
-01000111 0.11 45
-01000111 0.07 46
-01000111 0.80 46
-01000111 0.70 47
-01000111 0.19 49
-01000111 0.08 50
-01000111 0.33 51
-01000111 0.31 52
-01000111 0.23 52
-01000111 0.03 52
-01000111 0.14 52
-01000111 0.60 52
-01000111 0.16 55
-01000111 12/32 55
-01000111 0.40 55
-01000111 17/32 57
-01000111 0.17 59
-01000111 0.04 60
-01000111 20/32 64
-01000111 0.12 67
-01000111 4/32 74
-01000111 0.35 78
-01000111 0.50 79
-01000111 13/32 80
-01000111 0.01 81
-01000111 8/32 83
-01000111 0.02 85
-01000111 21/32 86
-01000111 0.06 88
-01000111 11/32 89
-01000111 0.18 90
-01000111 0.05 101
-01000111 9/32 102
-01000111 0.30 102
-01000111 18/32 103
-01000111 22/32 110
-01000111 0.20 112
-01000111 15/32 112
-01000111 7/32 113
-01000111 0.15 117
-01000111 14/32 118
-01000111 0.10 130
-01000111 1/32 142
-01000111 3/32 142
-01000111 5/32 157
-01000111 10/32 159
-01000111 6/32 161
-01000111 3/16 167
-01000111 7/16 176
-01000111 2/32 190
-01000111 5/16 206
-01000111 1/16 219
-01000111 9/16 254
-01000111 11/16 261
-01000111 15/16 289
-01000111 13/16 308
-01000111 5/8 3847
-01000111 3/8 4011
-01000111 7/8 4085
-01000111 1/8 4329
-01000111 1/2 8757
-01000111 3/4 6034
-01000111 1/4 6384
-010010 already-painful 1
-010010 Labor. 1
-010010 DN 1
-010010 three-under 1
-010010 recordshattering 1
-010010 cartoons. 1
-010010 then-record-low 1
-010010 laggards. 1
-010010 bench-pressing 1
-010010 five-under 1
-010010 appproximately 1
-010010 even-par 1
-010010 Hals. 1
-010010 Biography. 1
-010010 Intellitronic 1
-010010 9-to- 1
-010010 Praze 1
-010010 heart-breaking 1
-010010 300/DM 1
-010010 3,000/DM 1
-010010 nos. 1
-010010 printmakers. 1
-010010 Chkalova 1
-010010 Lipetskaya 1
-010010 Novatorov 1
-010010 Gilyarovskogo 1
-010010 Chernyshevskogo 1
-010010 Svobody 1
-010010 Nagatinskaya 1
-010010 Druzhby 1
-010010 stereotype-reinforcing 1
-010010 saltcellars. 1
-010010 CYBER 1
-010010 superscript 1
-010010 non-record 1
-010010 Bartender 1
-010010 Dayvilles 1
-010010 OS/ 1
-010010 share-up 1
-010010 fast-by 1
-010010 wallet-emptying 1
-010010 Mercury-Redstone 1
-010010 1920. 1
-010010 Eurodisneyland 1
-010010 copaid 1
-010010 VoiceScribe 1
-010010 DIAL-IT 1
-010010 Benin. 1
-010010 hedgehop 1
-010010 Rt. 1
-010010 650. 1
-010010 CardiOmega 1
-010010 hedge-hop 1
-010010 dividend-adjusted 1
-010010 Design. 1
-010010 poloniun 1
-010010 -25.1 1
-010010 34,809 1
-010010 692,027 1
-010010 Darvocet-N 1
-010010 decade-high 1
-010010 non-Fortune 1
-010010 priceadjusted 1
-010010 3,859 1
-010010 aide. 1
-010010 calendar-adjusted 1
-010010 AS/ 1
-010010 Lichtenstein. 1
-010010 8/ 1
-010010 Faberge. 1
-010010 ceramics. 1
-010010 much-slower 1
-010010 270,000to 1
-010010 12,784.4 1
-010010 148.74. 1
-010010 limit-high 1
-010010 multipacks 1
-010010 36,395 1
-010010 still-light 1
-010010 799,389 1
-010010 Improv 1
-010010 153.55. 1
-010010 nearrecord 1
-010010 resubstantiated 1
-010010 3,438 1
-010010 Velazquez. 1
-010010 non-Firestone-owned 1
-010010 pre-Verdi-era 1
-010010 copies. 1
-010010 six-under 1
-010010 153.76. 1
-010010 four-under-par 1
-010010 sec. 2
-010010 Pop. 2
-010010 induct 2
-010010 AN/ALQ 2
-010010 2/ 2
-010010 gp 2
-010010 Nummi- 2
-010010 interleukin 2
-010010 Sterling-b 3
-010010 Peugeot-b 3
-010010 Noo 3
-010010 course-record 3
-010010 Shosse 4
-010010 Nummi-f 5
-010010 Multimax 5
-010010 much-faster 5
-010010 EXL 6
-010010 Nasdaq-leading 13
-010010 pop. 15
-010010 Accounts-a 72
-010010 Proposition 198
-010010 $ 296500
-010010 # 6410
-010011000 7.152 1
-010011000 5.579 1
-010011000 2.767 1
-010011000 100.78 1
-010011000 208.51 1
-010011000 932.66 1
-010011000 9.188 1
-010011000 28.15 1
-010011000 20.072 1
-010011000 122.508 1
-010011000 131.867 1
-010011000 9.678 1
-010011000 9.768 1
-010011000 9.525 1
-010011000 7.198 1
-010011000 7.171 1
-010011000 7.173 1
-010011000 66.23 1
-010011000 27.22 1
-010011000 422.84 1
-010011000 443.12 1
-010011000 480.84 1
-010011000 464.38 1
-010011000 4.778 1
-010011000 29.68 1
-010011000 85.29 1
-010011000 26.84 1
-010011000 74.29 1
-010011000 138.01 1
-010011000 202.88 1
-010011000 440.42 1
-010011000 643.87 1
-010011000 1,728 1
-010011000 685.6 1
-010011000 8.712 1
-010011000 381.07 1
-010011000 343.59 1
-010011000 2.161 1
-010011000 47.37 1
-010011000 8.808 1
-010011000 9.598 1
-010011000 6.2016 1
-010011000 7.224 1
-010011000 15.034 1
-010011000 21.09 1
-010011000 747.5 1
-010011000 8.076 1
-010011000 8.412 1
-010011000 6.939 1
-010011000 6.9363 1
-010011000 8.272 1
-010011000 1117 1
-010011000 140.03 1
-010011000 1.6002 1
-010011000 314.7 1
-010011000 2.9942 1
-010011000 9.082 1
-010011000 9.313 1
-010011000 8.792 1
-010011000 8.979 1
-010011000 2.024 1
-010011000 3.033 1
-010011000 4.341 1
-010011000 34.29 1
-010011000 41.33 1
-010011000 445.00 1
-010011000 63.00 1
-010011000 795.00 1
-010011000 610.00 1
-010011000 1.7491 1
-010011000 7.195 1
-010011000 743.47 1
-010011000 minus-5 1
-010011000 8.417 1
-010011000 10.214 1
-010011000 1,245 1
-010011000 9.704 1
-010011000 112.15 1
-010011000 0.015 1
-010011000 7.109 1
-010011000 38.60 1
-010011000 35.61 1
-010011000 35.066 1
-010011000 pi 1
-010011000 7.399 1
-010011000 6.376.41 1
-010011000 13.345 1
-010011000 14.860 1
-010011000 1950-1972 1
-010011000 9.872 1
-010011000 32.51 1
-010011000 58.27 1
-010011000 1.3793 1
-010011000 52.49 1
-010011000 1.7107 1
-010011000 417.643 1
-010011000 78.20 1
-010011000 75.20 1
-010011000 47.57 1
-010011000 70.44 1
-010011000 8.706 1
-010011000 7.6375 1
-010011000 3.517 1
-010011000 58.46 1
-010011000 6.822 1
-010011000 6.697 1
-010011000 723.5 1
-010011000 8.537 1
-010011000 966.4 1
-010011000 541.9 1
-010011000 pertussis 1
-010011000 28-5 1
-010011000 26.08 1
-010011000 988.5 1
-010011000 108.97 1
-010011000 84.52 1
-010011000 +748 1
-010011000 1.8842 1
-010011000 10.103 1
-010011000 13.635 1
-010011000 6.785 1
-010011000 8.102 1
-010011000 200.21 1
-010011000 66.59 1
-010011000 95.81 1
-010011000 311.37 1
-010011000 45.55 1
-010011000 10,490 1
-010011000 405.5 1
-010011000 7.495 1
-010011000 7.519 1
-010011000 81.65 1
-010011000 107.19 1
-010011000 9.619 1
-010011000 3.480 1
-010011000 1.710 1
-010011000 41.37 1
-010011000 365.56 1
-010011000 7.689 1
-010011000 335.6 1
-010011000 125.40 1
-010011000 29.998 1
-010011000 9.679 1
-010011000 7.732 1
-010011000 801.13 1
-010011000 666.10 1
-010011000 24,981 1
-010011000 6.669 1
-010011000 4,166.99 1
-010011000 6.690 1
-010011000 6.595 1
-010011000 279.83 1
-010011000 66.53 1
-010011000 8.237 1
-010011000 16.342 1
-010011000 1113 1
-010011000 680.4 1
-010011000 105.475 1
-010011000 104.188 1
-010011000 9.651 1
-010011000 6.607 1
-010011000 6.549 1
-010011000 a- 1
-010011000 144.49 1
-010011000 2.9550 1
-010011000 401.5 1
-010011000 724.5 1
-010011000 6.7499 1
-010011000 6.7395 1
-010011000 2.340 1
-010011000 78.975 1
-010011000 69.845 1
-010011000 9.130 1
-010011000 14.155 1
-010011000 11.830 1
-010011000 1,448 1
-010011000 917.20 1
-010011000 6.679 1
-010011000 1.131 1
-010011000 1.047 1
-010011000 957.82 1
-010011000 172.16 1
-010011000 165.93 1
-010011000 80.13 1
-010011000 85.79 1
-010011000 32.13 1
-010011000 24.16 1
-010011000 2.022 1
-010011000 1.960 1
-010011000 8.191 1
-010011000 42.10 1
-010011000 8.953 1
-010011000 8.9467 1
-010011000 60.57 1
-010011000 54.88 1
-010011000 55.72 1
-010011000 4.925 1
-010011000 8.209 1
-010011000 38.35 1
-010011000 44.84 1
-010011000 1.310 1
-010011000 1.288 1
-010011000 1.294 1
-010011000 19-4 1
-010011000 19-10 1
-010011000 15-7 1
-010011000 1.551 1
-010011000 7.066 1
-010011000 6.381 1
-010011000 4.795 1
-010011000 100.27 1
-010011000 8.184 1
-010011000 8.179 1
-010011000 8.219 1
-010011000 4.765 1
-010011000 1.2193 1
-010011000 Gingival 1
-010011000 266.21 1
-010011000 8.737 1
-010011000 6.479 1
-010011000 4.815 1
-010011000 9.563 1
-010011000 DISTAFF 1
-010011000 7.15076 1
-010011000 7.13253 1
-010011000 3.1342 1
-010011000 9.887 1
-010011000 8.598 1
-010011000 6.691 1
-010011000 1.737 1
-010011000 60.43 1
-010011000 63.79 1
-010011000 50.93 1
-010011000 25.01 1
-010011000 5.255 1
-010011000 5.295 1
-010011000 269,882,000 1
-010011000 5.425 1
-010011000 5.495 1
-010011000 5.765 1
-010011000 614.18 1
-010011000 38.55 1
-010011000 666.56 1
-010011000 still-meager 1
-010011000 6.278 1
-010011000 6.592 1
-010011000 10.085 1
-010011000 5.218 1
-010011000 7.216 1
-010011000 7.698 1
-010011000 8.228 1
-010011000 415.24 1
-010011000 6.668 1
-010011000 8.826 1
-010011000 midnight-to-5 1
-010011000 1.8780 1
-010011000 137.23 1
-010011000 65.04 1
-010011000 9.114 1
-010011000 0.8168 1
-010011000 94.93 1
-010011000 17.76 1
-010011000 237.38 1
-010011000 235.87 1
-010011000 70.109 1
-010011000 2.9900 1
-010011000 599.8 1
-010011000 4.919 1
-010011000 2.300 1
-010011000 7.869 1
-010011000 143.24 1
-010011000 399.75 1
-010011000 454.92 1
-010011000 148.68 1
-010011000 414.62 1
-010011000 526.78 1
-010011000 224.69 1
-010011000 86.55 1
-010011000 624.61 1
-010011000 846.43 1
-010011000 404.75 1
-010011000 390.50 1
-010011000 9.415 1
-010011000 376.79 1
-010011000 8.6245 1
-010011000 8.699 1
-010011000 8.6995 1
-010011000 76.365 1
-010011000 811.5 1
-010011000 22.51 1
-010011000 30.48 1
-010011000 174.70 1
-010011000 992.26 1
-010011000 310.43 1
-010011000 151.43 1
-010011000 2.9968 1
-010011000 LARRY 1
-010011000 7.782 1
-010011000 654.6 1
-010011000 10.032 1
-010011000 96.04 1
-010011000 8.951 1
-010011000 11.828 1
-010011000 8.788 1
-010011000 you-know-who 1
-010011000 4.978 1
-010011000 1.8120 1
-010011000 667.70 1
-010011000 1,148 1
-010011000 NSANY 1
-010011000 NSAANN 1
-010011000 451.9 1
-010011000 27.79 1
-010011000 731.50 1
-010011000 850.5 1
-010011000 4.909 1
-010011000 29.33 1
-010011000 214.71 1
-010011000 8.145 1
-010011000 922.959 1
-010011000 24.213 1
-010011000 9.8391 1
-010011000 1.7727 1
-010011000 143.29 1
-010011000 304.80 1
-010011000 787.02 1
-010011000 35.38 1
-010011000 Orelinha 1
-010011000 4.655 1
-010011000 102.01 1
-010011000 24.37 1
-010011000 2.626 1
-010011000 1.60-to-1.65 1
-010011000 40.03 1
-010011000 27373.48 1
-010011000 30.47 1
-010011000 281.40 1
-010011000 6.7837 1
-010011000 1.7967 1
-010011000 8.310 1
-010011000 8.280 1
-010011000 8.1820 1
-010011000 8.320 1
-010011000 8.290 1
-010011000 54.42 1
-010011000 14.397 1
-010011000 1.054 1
-010011000 251.44 1
-010011000 294.60 1
-010011000 8.390 1
-010011000 8.388 1
-010011000 760.5 1
-010011000 480.94 1
-010011000 38.86 1
-010011000 1.7508 1
-010011000 101.57 1
-010011000 289.29 1
-010011000 Bauxivan 1
-010011000 263.07 1
-010011000 DM3 1
-010011000 59.78 1
-010011000 58.76 1
-010011000 6.276 1
-010011000 303.11 1
-010011000 341.18 1
-010011000 4.715 1
-010011000 6.283 1
-010011000 295.50 1
-010011000 568.20 1
-010011000 40.10 1
-010011000 34.05 1
-010011000 58.51 1
-010011000 43.22 1
-010011000 62.24 1
-010011000 5.759 1
-010011000 5.895 1
-010011000 29.387 1
-010011000 55.51 1
-010011000 9.935 1
-010011000 12,769 1
-010011000 6.975 1
-010011000 8.988 1
-010011000 6.677 1
-010011000 6.268 1
-010011000 7.094 1
-010011000 8.059 1
-010011000 7.472 1
-010011000 29.93 1
-010011000 8.834 1
-010011000 7.926 1
-010011000 8.807 1
-010011000 7.239 1
-010011000 9.564 1
-010011000 9.868 1
-010011000 582.5 1
-010011000 7.124 1
-010011000 7.324 1
-010011000 7.803 1
-010011000 7.276 1
-010011000 8.183 1
-010011000 32.71 1
-010011000 6.102 1
-010011000 6.794 1
-010011000 6.054 1
-010011000 8.172 1
-010011000 35.36 1
-010011000 6.249 1
-010011000 9.289 1
-010011000 8.657 1
-010011000 409.3 1
-010011000 5.9850 1
-010011000 5.903 1
-010011000 5.901 1
-010011000 5.979 1
-010011000 52.71 1
-010011000 1,282 1
-010011000 7.338 1
-010011000 8.414 1
-010011000 Vosne-Romanee 1
-010011000 27.76 1
-010011000 6.256 1
-010011000 8.434 1
-010011000 7.265 1
-010011000 8.711 1
-010011000 7.778 1
-010011000 6.747 1
-010011000 8.104 1
-010011000 9.452 1
-010011000 .7 1
-010011000 6.817 1
-010011000 7.597 1
-010011000 7.959 1
-010011000 JOB-SERVICE 1
-010011000 8.661 1
-010011000 7.149 1
-010011000 10.093 1
-010011000 more-than-20 1
-010011000 10.077 1
-010011000 12.029 1
-010011000 54.43 1
-010011000 26.14 1
-010011000 8.943 1
-010011000 37.84 1
-010011000 1,013.5 1
-010011000 7.923 1
-010011000 9.814 1
-010011000 12.382 1
-010011000 2.605 1
-010011000 9.973 1
-010011000 8.893 1
-010011000 14.063 1
-010011000 61.45 1
-010011000 59.82 1
-010011000 56.56 1
-010011000 60.35 1
-010011000 59.94 1
-010011000 112.67 1
-010011000 12:40 1
-010011000 9.498 1
-010011000 112.30 1
-010011000 2.845 1
-010011000 6.904 1
-010011000 6.644 1
-010011000 5.505 1
-010011000 1027.50 1
-010011000 53.49 1
-010011000 2.9132 1
-010011000 -3.3 1
-010011000 -1.3 1
-010011000 -3.2 1
-010011000 -1.4 1
-010011000 9.503 1
-010011000 65.46 1
-010011000 59.08 1
-010011000 63.36 1
-010011000 67.98 1
-010011000 59.40 1
-010011000 3:00 1
-010011000 0.026 1
-010011000 7.463 1
-010011000 68.26 1
-010011000 1.6086 1
-010011000 579.5 1
-010011000 10.135 1
-010011000 1.772 1
-010011000 6.724 1
-010011000 6.289 1
-010011000 6.247 1
-010011000 2.9547 1
-010011000 -1.29 1
-010011000 -0.76 1
-010011000 8.859 1
-010011000 633.5 1
-010011000 2.107 1
-010011000 760,628 1
-010011000 9.402 1
-010011000 10.036 1
-010011000 7.0625 1
-010011000 30.49 1
-010011000 14.168 1
-010011000 222.01 1
-010011000 270.27 1
-010011000 1.211 1
-010011000 383.50 1
-010011000 927.80 1
-010011000 279.78 1
-010011000 311.17 1
-010011000 99.88 1
-010011000 625.96 1
-010011000 4.620 1
-010011000 4.848 1
-010011000 38.44 1
-010011000 46.87 1
-010011000 7.055 1
-010011000 31.99 1
-010011000 10.195 1
-010011000 3.679 1
-010011000 1.151 1
-010011000 6.165 1
-010011000 59.52 1
-010011000 63.59 1
-010011000 Propose 1
-010011000 1,043.8 1
-010011000 7.686 1
-010011000 226.03 1
-010011000 6.889 1
-010011000 6.874 1
-010011000 35.48 1
-010011000 6.968 1
-010011000 7.682 1
-010011000 9.703 1
-010011000 9.558 1
-010011000 9.772 1
-010011000 5.863 1
-010011000 2.074 1
-010011000 2.499 1
-010011000 6.773 1
-010011000 1.523 1
-010011000 266.40 1
-010011000 2.9864 1
-010011000 7.979 1
-010011000 7.955 1
-010011000 1.321 1
-010011000 6.377 1
-010011000 3.225 1
-010011000 6.812 1
-010011000 13.283 1
-010011000 2.416 1
-010011000 56.06 1
-010011000 non-8 1
-010011000 46.95 1
-010011000 72.59 1
-010011000 6.601 1
-010011000 5.642 1
-010011000 7.679 1
-010011000 7.729 1
-010011000 9.578 1
-010011000 9.346 1
-010011000 1.046 1
-010011000 469.22 1
-010011000 440.69 1
-010011000 909.92 1
-010011000 8.593 1
-010011000 2.768 1
-010011000 3.670 1
-010011000 32.980 1
-010011000 135.989 1
-010011000 146.199 1
-010011000 10.210 1
-010011000 13.480 1
-010011000 14.330 1
-010011000 6.746 1
-010011000 7.303 1
-010011000 7.289 1
-010011000 7.402 1
-010011000 29.07 1
-010011000 10.281 1
-010011000 270.2 1
-010011000 7.783 1
-010011000 7.439 1
-010011000 2.9512 1
-010011000 3.685 1
-010011000 48.79 1
-010011000 55.93 1
-010011000 58.69 1
-010011000 8.203 1
-010011000 52.09 1
-010011000 56.71 1
-010011000 5.814 1
-010011000 59.85 1
-010011000 7.605 1
-010011000 Mundulea 1
-010011000 8.036 1
-010011000 25.21 1
-010011000 3.3069 1
-010011000 7.179 1
-010011000 5.855 1
-010011000 5.905 1
-010011000 6.957 1
-010011000 8.809 1
-010011000 8.061 1
-010011000 7.177 1
-010011000 7.663 1
-010011000 minus-1 1
-010011000 19.798 1
-010011000 32.099 1
-010011000 8.644 1
-010011000 5.789 1
-010011000 13.72 1
-010011000 6.741 1
-010011000 8.358 1
-010011000 208.52 1
-010011000 7.468 1
-010011000 206.55 1
-010011000 10.075 1
-010011000 10.025 1
-010011000 564.1 1
-010011000 1,097.50 1
-010011000 3.635 1
-010011000 3.928 1
-010011000 11.352 1
-010011000 9.245 1
-010011000 363.71 1
-010011000 10.936 1
-010011000 335.50 1
-010011000 8.317 1
-010011000 3.828 1
-010011000 1.142 1
-010011000 34.38 1
-010011000 1,092.50 1
-010011000 13.78 1
-010011000 7.363 1
-010011000 7.054 1
-010011000 1,046.00 1
-010011000 9.915 1
-010011000 9.638 1
-010011000 93.53 1
-010011000 85.23 1
-010011000 6.328 1
-010011000 6.468 1
-010011000 6.448 1
-010011000 1.9663 1
-010011000 461.80 1
-010011000 92.85 1
-010011000 15.390 1
-010011000 150.449 1
-010011000 50.58 1
-010011000 161.587 1
-010011000 11.138 1
-010011000 14.460 1
-010011000 683.8 1
-010011000 7.025 1
-010011000 8.492 1
-010011000 risk-pools 1
-010011000 60.18 1
-010011000 15.524 1
-010011000 1.117 1
-010011000 1.581 1
-010011000 7.0961 1
-010011000 9.169 1
-010011000 10.146 1
-010011000 7.263 1
-010011000 7.115 1
-010011000 348.14-a 1
-010011000 6.548 1
-010011000 8.462 1
-010011000 108.41 1
-010011000 207.95 1
-010011000 114.70 1
-010011000 67.48 1
-010011000 107.071 1
-010011000 3.1853 1
-010011000 3.1892 1
-010011000 34.78 1
-010011000 8.932 1
-010011000 28.74 1
-010011000 578.90 1
-010011000 Mitsubishi/Chrysler 1
-010011000 42.72 1
-010011000 31.433 1
-010011000 8.021 1
-010011000 625.66 1
-010011000 9.194 1
-010011000 346.26 1
-010011000 9.037 1
-010011000 O.1 1
-010011000 72.82 1
-010011000 56.46 1
-010011000 HIA 1
-010011000 519.46 1
-010011000 9.649 1
-010011000 812,419 1
-010011000 103,652 1
-010011000 :8.725 1
-010011000 5.090 1
-010011000 3.938 1
-010011000 2.0500 1
-010011000 2.2000 1
-010011000 6.948 1
-010011000 7.038 1
-010011000 120:1 1
-010011000 332.80 1
-010011000 91.57 1
-010011000 5.070 1
-010011000 6.809 1
-010011000 8.218 1
-010011000 55.89 1
-010011000 53.38 1
-010011000 58.79 1
-010011000 6.436 1
-010011000 7.837 1
-010011000 3.360 1
-010011000 266.20 1
-010011000 20.79 1
-010011000 2.9333 1
-010011000 210.70 1
-010011000 1.357 1
-010011000 244.00 1
-010011000 7.048 1
-010011000 9.021 1
-010011000 631.00 1
-010011000 .9.92 1
-010011000 23.74 1
-010011000 77.52 1
-010011000 430.21 1
-010011000 136.81 1
-010011000 331.13 1
-010011000 4.475 1
-010011000 4.515 1
-010011000 7.673 1
-010011000 3.0875 1
-010011000 3.105 1
-010011000 3.0933 1
-010011000 8.828 1
-010011000 59.29 1
-010011000 54.34 1
-010011000 56.59 1
-010011000 55.31 1
-010011000 560.2 1
-010011000 645.5 1
-010011000 2.368 1
-010011000 6.869 1
-010011000 62.78 1
-010011000 110.57 1
-010011000 9.062 1
-010011000 1.182 1
-010011000 7.6855 1
-010011000 9.017 1
-010011000 3.1130 1
-010011000 1.528 1
-010011000 3.572 1
-010011000 125.47 1
-010011000 112.04 1
-010011000 920.44 1
-010011000 1.010 1
-010011000 1.144 1
-010011000 NYN 1
-010011000 195.25 1
-010011000 182.78 1
-010011000 377.95 1
-010011000 Byblos 1
-010011000 .10.03 1
-010011000 TBSB 1
-010011000 4.472 1
-010011000 7.898 1
-010011000 2,411 1
-010011000 41.48 1
-010011000 124.94 1
-010011000 570.46 1
-010011000 131.72 1
-010011000 7.465 1
-010011000 7.359 1
-010011000 1.85-1.87 1
-010011000 4.823 1
-010011000 10.035 1
-010011000 4.525 1
-010011000 6.788 1
-010011000 HM 1
-010011000 6.841 1
-010011000 1.8010 1
-010011000 8.298 1
-010011000 8.405 1
-010011000 1.9460 1
-010011000 8.313 1
-010011000 8.204 1
-010011000 2.517 1
-010011000 32.0 1
-010011000 284.50 1
-010011000 8.6625 1
-010011000 10.157 1
-010011000 7.388 1
-010011000 9.523 1
-010011000 44.691 1
-010011000 1.729 1
-010011000 3.007 1
-010011000 30.355 1
-010011000 7.991 1
-010011000 68.624 1
-010011000 177.832 1
-010011000 8.4650 1
-010011000 8.4425 1
-010011000 8.6650 1
-010011000 364.09 1
-010011000 62.61 1
-010011000 123.86 1
-010011000 7.448 1
-010011000 7.269 1
-010011000 571.812 1
-010011000 black-and-blue 1
-010011000 67.20 1
-010011000 560.02 1
-010011000 162.60 1
-010011000 8,890 1
-010011000 569.86 1
-010011000 54.26 1
-010011000 448.41 1
-010011000 50.22 1
-010011000 394.87 1
-010011000 191.0 1
-010011000 103.26 1
-010011000 909.27 1
-010011000 936.37 1
-010011000 62.79 1
-010011000 975.93 1
-010011000 42.53 1
-010011000 2.147 1
-010011000 162.83 1
-010011000 872.71 1
-010011000 686.24 1
-010011000 Wassili 1
-010011000 1.510 1
-010011000 4.244 1
-010011000 109.019 1
-010011000 8.588 1
-010011000 0.488 1
-010011000 0.527 1
-010011000 0.557 1
-010011000 0.534 1
-010011000 0.495 1
-010011000 200.03 1
-010011000 0.469 1
-010011000 0.586 1
-010011000 102.392 1
-010011000 149.40 1
-010011000 641.38 1
-010011000 207.61 1
-010011000 848.99 1
-010011000 7.615 1
-010011000 2.008 1
-010011000 39.11 1
-010011000 29.72 1
-010011000 1.431 1
-010011000 1.950 1
-010011000 5.662 1
-010011000 496.74 1
-010011000 +62 1
-010011000 28.94 1
-010011000 40.83 1
-010011000 67.17 1
-010011000 433.4 1
-010011000 4.645 1
-010011000 1.714 1
-010011000 2.304 1
-010011000 83.72 1
-010011000 42.12 1
-010011000 2.046 1
-010011000 10.263 1
-010011000 1.7350-1.7400 1
-010011000 689.2 1
-010011000 38.79 1
-010011000 24.46 1
-010011000 772.17 1
-010011000 2.920 1
-010011000 775.84 1
-010011000 37.04 1
-010011000 1.585 1
-010011000 ScotTissues 1
-010011000 15.195 1
-010011000 919.491 1
-010011000 3.220 1
-010011000 38.100 1
-010011000 147.51 1
-010011000 6.520 1
-010011000 6.511 1
-010011000 6.539 1
-010011000 8.494 1
-010011000 6.515 1
-010011000 10.071 1
-010011000 8.261 1
-010011000 7.604 1
-010011000 5.395 1
-010011000 49.70 1
-010011000 240.80 1
-010011000 819.3 1
-010011000 6.619 1
-010011000 6.709 1
-010011000 11.677 1
-010011000 16.48 1
-010011000 6.745 1
-010011000 9.955 1
-010011000 20.03 1
-010011000 1.290 1
-010011000 102.85 1
-010011000 557.24 1
-010011000 9.429 1
-010011000 41.96 1
-010011000 10.061 1
-010011000 3.818 1
-010011000 LLY 1
-010011000 8.387 1
-010011000 15.91 1
-010011000 12.027 1
-010011000 8.923 1
-010011000 49.13 1
-010011000 12.010 1
-010011000 9.680 1
-010011000 25.287 1
-010011000 109.49 1
-010011000 101.219 1
-010011000 60.82 1
-010011000 1.968 1
-010011000 1.751 1
-010011000 1082 1
-010011000 22.068 1
-010011000 TISHMAN 1
-010011000 8.411 1
-010011000 3.293 1
-010011000 51.86 1
-010011000 6.589 1
-010011000 6.655 1
-010011000 49.53 1
-010011000 48.27 1
-010011000 7.571 1
-010011000 7.687 1
-010011000 8.288 1
-010011000 79.13 1
-010011000 3.0822 1
-010011000 9.425 1
-010011000 1.186 1
-010011000 7.167 1
-010011000 3.0718 1
-010011000 7.814 1
-010011000 7.174 1
-010011000 10:55 1
-010011000 .9.81 1
-010011000 3.1010 1
-010011000 1.6733 1
-010011000 10.706 1
-010011000 440.01 1
-010011000 8.337 1
-010011000 high-20 1
-010011000 9.237 1
-010011000 7.326 1
-010011000 10.201 1
-010011000 111.20 1
-010011000 7.773 1
-010011000 9.724 1
-010011000 8.769 1
-010011000 6.598 1
-010011000 .9.97 1
-010011000 then-7.7 1
-010011000 2.430 1
-010011000 5.330 1
-010011000 9.542 1
-010011000 1.8895 1
-010011000 249.70 1
-010011000 7.945 1
-010011000 30,205 1
-010011000 2.03-to-2.05 1
-010011000 9.142 1
-010011000 CKE 1
-010011000 2X 1
-010011000 8.294 1
-010011000 6.994 1
-010011000 245.34 1
-010011000 557.12 1
-010011000 1.110 1
-010011000 30.81 1
-010011000 Thighs/Hips 1
-010011000 Figure/Physique 1
-010011000 80.21 1
-010011000 257.45 1
-010011000 59.41 1
-010011000 117.91 1
-010011000 67.54 1
-010011000 224.07 1
-010011000 238.47 1
-010011000 193.71 1
-010011000 404.41 1
-010011000 12.460 1
-010011000 112.07 1
-010011000 1199 1
-010011000 79.06 1
-010011000 3.226 1
-010011000 191.50 1
-010011000 46.94 1
-010011000 1.550 1
-010011000 643.36 1
-010011000 10.425 1
-010011000 MKC 1
-010011000 8.628 1
-010011000 98.19 1
-010011000 8.525 1
-010011000 1.8910 1
-010011000 8.4256 1
-010011000 8.585 1
-010011000 118.17 1
-010011000 33.42 1
-010011000 3.1378 1
-010011000 3.1375 1
-010011000 .383 1
-010011000 56.77 1
-010011000 8.748 1
-010011000 Confidence-inspiring 1
-010011000 56.85 1
-010011000 26.58 1
-010011000 221.08 1
-010011000 292.37 1
-010011000 3.671 1
-010011000 1.6910 1
-010011000 7.941 1
-010011000 41.40 1
-010011000 300.10 1
-010011000 259,645 1
-010011000 190.17 1
-010011000 43.128 1
-010011000 WHX 1
-010011000 177.1 1
-010011000 7.146 1
-010011000 2.531 1
-010011000 740.60 1
-010011000 9.642 1
-010011000 .10.06 1
-010011000 1.231 1
-010011000 820.42 1
-010011000 8.074 1
-010011000 8.077 1
-010011000 6.618 1
-010011000 8.649 1
-010011000 8.663 1
-010011000 8.479 1
-010011000 632.50 1
-010011000 8.921 1
-010011000 +23.6 1
-010011000 8.083 1
-010011000 8.253 1
-010011000 8.956 1
-010011000 9.475 1
-010011000 6.819 1
-010011000 4.9261 1
-010011000 4.8963 1
-010011000 10.962 1
-010011000 8.701 1
-010011000 12.464 1
-010011000 209.10 1
-010011000 9.231 1
-010011000 789.5 1
-010011000 8.226 1
-010011000 9.421 1
-010011000 161.50 1
-010011000 40.24 1
-010011000 366.50 1
-010011000 1.358 1
-010011000 21.36 1
-010011000 65.94 1
-010011000 98.84 1
-010011000 1.014 1
-010011000 289.69 1
-010011000 122.95 1
-010011000 43.0 1
-010011000 236.0 1
-010011000 64.0 1
-010011000 78.0 1
-010011000 Electrosound 1
-010011000 234.0 1
-010011000 225.6 1
-010011000 103.0 1
-010011000 97.0 1
-010011000 91.0 1
-010011000 90.0 1
-010011000 45.0 1
-010011000 40.0 1
-010011000 4.955 1
-010011000 300.0 1
-010011000 8.111 1
-010011000 9.293 1
-010011000 200.0 1
-010011000 6.8771 1
-010011000 6.8532 1
-010011000 8.009 1
-010011000 8.018 1
-010011000 1.8790 1
-010011000 10.273 1
-010011000 10.278 1
-010011000 12:06 1
-010011000 1.709 1
-010011000 51.131 1
-010011000 59.88 1
-010011000 1.8688 1
-010011000 BDK 1
-010011000 157.85 1
-010011000 56.72 1
-010011000 58.05 1
-010011000 100.62 1
-010011000 17.31 1
-010011000 383.43 1
-010011000 479.5 1
-010011000 951.99 1
-010011000 1.6852 1
-010011000 1.8803 1
-010011000 8.056 1
-010011000 471.00 1
-010011000 276.3 1
-010011000 NMK 1
-010011000 10.277 1
-010011000 10.276 1
-010011000 5.210 1
-010011000 93.55 1
-010011000 1,396.20 1
-010011000 Adtech 1
-010011000 36.13 1
-010011000 63.12 1
-010011000 972.07 1
-010011000 899.52 1
-010011000 7.230 1
-010011000 7.902 1
-010011000 698.56 1
-010011000 7.935 1
-010011000 9.922 1
-010011000 699.10 1
-010011000 Zahnradfabrik 1
-010011000 430.5 1
-010011000 7.035 1
-010011000 6.992 1
-010011000 7.0184 1
-010011000 6.908 1
-010011000 10.8475 1
-010011000 10.8482 1
-010011000 9.579 1
-010011000 107.10 1
-010011000 113.90 1
-010011000 1.606 1
-010011000 148.09 1
-010011000 1.547 1
-010011000 5.145 1
-010011000 9.155 1
-010011000 7.205 1
-010011000 225.15 1
-010011000 310.14 1
-010011000 NOC 1
-010011000 47.89 1
-010011000 5.215 1
-010011000 251.30 1
-010011000 34.63 1
-010011000 151.257 1
-010011000 192.599 1
-010011000 9.362 1
-010011000 14.700 1
-010011000 1.942 1
-010011000 263.20 1
-010011000 27.267 1
-010011000 463.57 1
-010011000 8.553 1
-010011000 5.758 1
-010011000 2.746 1
-010011000 12.679 1
-010011000 12.310 1
-010011000 9.944 1
-010011000 334.12 1
-010011000 32,429 1
-010011000 08:00:00 1
-010011000 65.060 1
-010011000 5.384 1
-010011000 334.56 1
-010011000 5.245 1
-010011000 1.9020 1
-010011000 3.1775 1
-010011000 40.82 1
-010011000 23.79 1
-010011000 8.141 1
-010011000 8.1255 1
-010011000 138.80 1
-010011000 299.90 1
-010011000 8.285 1
-010011000 81.06 1
-010011000 35.86 1
-010011000 8.6745 1
-010011000 8.733 1
-010011000 9.970 1
-010011000 .10.07 1
-010011000 17.576 1
-010011000 3.638 1
-010011000 7.993 1
-010011000 7.994 1
-010011000 8.007 1
-010011000 62.39 1
-010011000 63.01 1
-010011000 29.71 1
-010011000 58.28 1
-010011000 56.30 1
-010011000 ERB 1
-010011000 9.024 1
-010011000 9.175 1
-010011000 37.61 1
-010011000 23.84 1
-010011000 17.362 1
-010011000 9.404 1
-010011000 8.409 1
-010011000 ACCEPTANCES:8.65 1
-010011000 .9.95 1
-010011000 :8.60 1
-010011000 CMZ 1
-010011000 .9.54 1
-010011000 9.019 1
-010011000 6.998 1
-010011000 10.107 1
-010011000 +5.7 1
-010011000 9.594 1
-010011000 6.703 1
-010011000 +1.7 1
-010011000 890.33 1
-010011000 3.824 1
-010011000 3.154 1
-010011000 1.9695 1
-010011000 10.055 1
-010011000 99.896 1
-010011000 653.50 1
-010011000 6.8845 1
-010011000 220,000,002 1
-010011000 +1.5 1
-010011000 267.70 1
-010011000 SFD 1
-010011000 8.346 1
-010011000 7.004 1
-010011000 9.451 1
-010011000 9.041 1
-010011000 111.31 1
-010011000 96.89 1
-010011000 Certifying 1
-010011000 1.037 1
-010011000 672.555 1
-010011000 55.156 1
-010011000 499.22 1
-010011000 7.707 1
-010011000 8.256 1
-010011000 8.234 1
-010011000 8.289 1
-010011000 8.270 1
-010011000 8.078 1
-010011000 7.005 1
-010011000 9.331 1
-010011000 9.389 1
-010011000 1.1761 1
-010011000 252.04 1
-010011000 66.30 1
-010011000 35.09 1
-010011000 674.22 1
-010011000 417.50 1
-010011000 4.835 1
-010011000 84.0 1
-010011000 -0.1 1
-010011000 -1.1 1
-010011000 4.685 1
-010011000 4.585 1
-010011000 13.365 1
-010011000 6.055 1
-010011000 2.277 1
-010011000 1.333 1
-010011000 67.01 1
-010011000 13.873 1
-010011000 6.966 1
-010011000 2.510 1
-010011000 35.195 1
-010011000 10.437 1
-010011000 955.73 1
-010011000 3.443 1
-010011000 92.40 1
-010011000 3.857 1
-010011000 748.34 1
-010011000 148.97 1
-010011000 8.512 1
-010011000 821.1 1
-010011000 8.153 1
-010011000 8.185 1
-010011000 228.21 1
-010011000 211.53 1
-010011000 15.540 1
-010011000 1.671 1
-010011000 2.229 1
-010011000 8.641 1
-010011000 2.999 1
-010011000 1.7400 1
-010011000 1.7320 1
-010011000 4.196 1
-010011000 6.030 1
-010011000 1.834 1
-010011000 3.0636 1
-010011000 3.815 1
-010011000 717.47 1
-010011000 341.22 1
-010011000 507.09 1
-010011000 8,675 1
-010011000 67.47 1
-010011000 75.17 1
-010011000 4.039 1
-010011000 1.426 1
-010011000 7.549 1
-010011000 7.638 1
-010011000 7.649 1
-010011000 Furness-Houlder 1
-010011000 261.30 1
-010011000 10.058 1
-010011000 8.856 1
-010011000 884.79 1
-010011000 7.421 1
-010011000 8.396 1
-010011000 99.828 1
-010011000 7.446 1
-010011000 57.57 1
-010011000 6.653 1
-010011000 Endorse 1
-010011000 65.31 1
-010011000 62.54 1
-010011000 59.36 1
-010011000 768.61 1
-010011000 261.02 1
-010011000 248.41 1
-010011000 53.43 1
-010011000 8.651 1
-010011000 5.085 1
-010011000 735.7 1
-010011000 679.1 1
-010011000 288.15 1
-010011000 30.61 1
-010011000 8.578 1
-010011000 8.562 1
-010011000 460.88 1
-010011000 4.845 1
-010011000 MCIC 1
-010011000 27.107 1
-010011000 9.065 1
-010011000 10.736 1
-010011000 8.169 1
-010011000 7.799 1
-010011000 7.885 1
-010011000 268.33 1
-010011000 7.603 1
-010011000 32.53 1
-010011000 43.34 1
-010011000 8.963 1
-010011000 5.897 2
-010011000 17.98 2
-010011000 7.358 2
-010011000 32.18 2
-010011000 7.417 2
-010011000 9.495 2
-010011000 then-35.6 2
-010011000 5.851 2
-010011000 1.6218 2
-010011000 6.921 2
-010011000 2.9047 2
-010011000 7.2978 2
-010011000 7.305 2
-010011000 7.4395 2
-010011000 47.30 2
-010011000 3,310 2
-010011000 8.7446 2
-010011000 8.543 2
-010011000 9.492 2
-010011000 8.981 2
-010011000 7.184 2
-010011000 6.152 2
-010011000 5.902 2
-010011000 6.5188 2
-010011000 5.974 2
-010011000 1.8178 2
-010011000 9.479 2
-010011000 9.785 2
-010011000 6.726 2
-010011000 8.774 2
-010011000 3.028 2
-010011000 39.09 2
-010011000 8.832 2
-010011000 71.59 2
-010011000 9.437 2
-010011000 8.565 2
-010011000 2.9254 2
-010011000 7.294 2
-010011000 6.287 2
-010011000 4.894 2
-010011000 1.8453 2
-010011000 6.458 2
-010011000 6.096 2
-010011000 7.017 2
-010011000 6.069 2
-010011000 1.9885 2
-010011000 50.62 2
-010011000 2.8558 2
-010011000 1.9471 2
-010011000 99.77 2
-010011000 54.08 2
-010011000 7.9691 2
-010011000 13.18 2
-010011000 10.806 2
-010011000 1.9440 2
-010011000 7.501 2
-010011000 72.19 2
-010011000 10.958 2
-010011000 55.0 2
-010011000 Kowloon 2
-010011000 7.353 2
-010011000 7.4635 2
-010011000 6.894 2
-010011000 7.6346 2
-010011000 7.694 2
-010011000 6.876 2
-010011000 5.769 2
-010011000 5.812 2
-010011000 19-6 2
-010011000 3.0488 2
-010011000 5.779 2
-010011000 56.699 2
-010011000 7.280 2
-010011000 29.96 2
-010011000 109.28 2
-010011000 701.7 2
-010011000 8.086 2
-010011000 1.9183 2
-010011000 8.085 2
-010011000 7.182 2
-010011000 136.77 2
-010011000 1.8393 2
-010011000 129.73 2
-010011000 9.101 2
-010011000 178.93 2
-010011000 1.9180 2
-010011000 17.68 2
-010011000 A-plus-plus- 2
-010011000 54.05 2
-010011000 2.0056 2
-010011000 6.956 2
-010011000 52.0 2
-010011000 30.55 2
-010011000 1.6360 2
-010011000 5.325 2
-010011000 14.21 2
-010011000 63.08 2
-010011000 2.8741 2
-010011000 61.31 2
-010011000 62.0 2
-010011000 1.9281 2
-010011000 338.6 2
-010011000 7.252 2
-010011000 7.0485 2
-010011000 70.0 2
-010011000 6.7916 2
-010011000 6.879 2
-010011000 8.393 2
-010011000 5.385 2
-010011000 6.667 2
-010011000 7.0634 2
-010011000 6.066 2
-010011000 1.9145 2
-010011000 4,670 2
-010011000 8.686 2
-010011000 6:40 2
-010011000 6.1005 2
-010011000 8.364 2
-010011000 59.95 2
-010011000 1.6677 2
-010011000 9.453 2
-010011000 9.438 2
-010011000 8.3470 2
-010011000 6.431 2
-010011000 6.4306 2
-010011000 5.6875 2
-010011000 7.119 2
-010011000 296.3 2
-010011000 327.7 2
-010011000 2.9936 2
-010011000 6.8756 2
-010011000 7.069 2
-010011000 6.567 2
-010011000 6.6226 2
-010011000 33.06 2
-010011000 2.8818 2
-010011000 1.8421 2
-010011000 1.7982 2
-010011000 64.83 2
-010011000 1.9240 2
-010011000 7.948 2
-010011000 638.5 2
-010011000 1.9303 2
-010011000 106.05 2
-010011000 106.19 2
-010011000 8.6150 2
-010011000 34.13 2
-010011000 30.60 2
-010011000 363.40 2
-010011000 2.0150 2
-010011000 83.83 2
-010011000 8.5825 2
-010011000 1,351 2
-010011000 8.536 2
-010011000 8.483 2
-010011000 7.075 2
-010011000 8.0135 2
-010011000 8.5915 2
-010011000 8.464 2
-010011000 1,305 2
-010011000 7.4295 2
-010011000 7.4852 2
-010011000 4.615 2
-010011000 9.575 2
-010011000 10.042 2
-010011000 256.09 2
-010011000 28.0 2
-010011000 61.48 2
-010011000 8.749 2
-010011000 1,222 2
-010011000 4.535 2
-010011000 1.7640 2
-010011000 7.4737 2
-010011000 7.6182 2
-010011000 9.195 2
-010011000 7.8875 2
-010011000 92.0 2
-010011000 13.997 2
-010011000 1.845 2
-010011000 8.1567 2
-010011000 2.9421 2
-010011000 1.8339 2
-010011000 1.8945 2
-010011000 60.46 2
-010011000 659.50 2
-010011000 5.045 2
-010011000 28.46 2
-010011000 7.583 2
-010011000 7.347 2
-010011000 26,100 2
-010011000 6.243 2
-010011000 6.3234 2
-010011000 5.874 2
-010011000 33.63 2
-010011000 8.142 2
-010011000 7.9688 2
-010011000 262.4 2
-010011000 8.845 2
-010011000 7.8584 2
-010011000 >7 2
-010011000 656.50 2
-010011000 8.224 2
-010011000 11,061 2
-010011000 139.21 2
-010011000 83.0 2
-010011000 7.2614 2
-010011000 7.4094 2
-010011000 7.129 2
-010011000 7.0977 2
-010011000 6.622 2
-010011000 451.50 2
-010011000 6.2861 2
-010011000 6.2536 2
-010011000 6.339 2
-010011000 31.05 2
-010011000 7.1849 2
-010011000 7.1725 2
-010011000 1.6957 2
-010011000 1.7011 2
-010011000 1.6790 2
-010011000 290.5 2
-010011000 66.55 2
-010011000 278.21 2
-010011000 8.687 2
-010011000 7.1175 2
-010011000 6.9367 2
-010011000 7.492 2
-010011000 1.0594 2
-010011000 1.7210 2
-010011000 9.012 2
-010011000 1.8660 2
-010011000 31.81 2
-010011000 21.83 2
-010011000 104.56 2
-010011000 7.3945 2
-010011000 6.385 2
-010011000 61.47 2
-010011000 8.465 2
-010011000 56.29 2
-010011000 53.83 2
-010011000 98.833 2
-010011000 16.71 2
-010011000 7.2694 2
-010011000 7.4376 2
-010011000 7.8769 2
-010011000 1.8354 2
-010011000 2.9513 2
-010011000 6.367 2
-010011000 4.675 2
-010011000 9.269 2
-010011000 6.535 2
-010011000 8.785 2
-010011000 8.1218 2
-010011000 8.1393 2
-010011000 8.2689 2
-010011000 8.249 2
-010011000 8.181 2
-010011000 80.33 2
-010011000 9.001 2
-010011000 424.6 2
-010011000 8.2195 2
-010011000 8.2401 2
-010011000 8.1982 2
-010011000 1,788 2
-010011000 29.67 2
-010011000 9.913 2
-010011000 9.901 2
-010011000 1.905 2
-010011000 4.985 2
-010011000 6.465 2
-010011000 102.42 2
-010011000 8.155 2
-010011000 8.182 2
-010011000 25.92 2
-010011000 4.775 2
-010011000 7.9432 2
-010011000 8.052 2
-010011000 431.22 2
-010011000 9.233 2
-010011000 8.389 2
-010011000 4.575 2
-010011000 2.373 2
-010011000 35.45 2
-010011000 6.7842 2
-010011000 513.50 2
-010011000 6.8785 2
-010011000 34.99 2
-010011000 39.17 2
-010011000 345.53 2
-010011000 19-2 2
-010011000 7.5394 2
-010011000 7.6409 2
-010011000 50.03 2
-010011000 95.63 2
-010011000 7.675 2
-010011000 27.04 2
-010011000 8.2956 2
-010011000 8.3135 2
-010011000 310.85 2
-010011000 6.2415 2
-010011000 6.269 2
-010011000 8.065 2
-010011000 7.567 2
-010011000 7.5943 2
-010011000 3,731,000 2
-010011000 293.50 2
-010011000 100.22 2
-010011000 8.255 2
-010011000 5.881 2
-010011000 5.753 2
-010011000 8.965 2
-010011000 7.282 2
-010011000 7.2118 2
-010011000 7.144 2
-010011000 7.155 2
-010011000 248.50 2
-010011000 6.779 2
-010011000 6.689 2
-010011000 6.642 2
-010011000 7.206 2
-010011000 2.0070 2
-010011000 18,943 2
-010011000 6.826 2
-010011000 6.693 2
-010011000 6.6192 2
-010011000 6.7095 2
-010011000 1.6553 2
-010011000 6.882 2
-010011000 6.7456 2
-010011000 13.367 2
-010011000 9.465 2
-010011000 8.469 2
-010011000 8.491 2
-010011000 6.9216 2
-010011000 6.6483 2
-010011000 6.748 2
-010011000 8.962 2
-010011000 9.165 2
-010011000 8.015 2
-010011000 10.332 2
-010011000 25.31 2
-010011000 8.6557 2
-010011000 6.5941 2
-010011000 6.6472 2
-010011000 8.4740 2
-010011000 1.9665 2
-010011000 7.385 2
-010011000 1.9773 2
-010011000 7.503 2
-010011000 7.5163 2
-010011000 253.85 2
-010011000 8.823 2
-010011000 7.204 2
-010011000 605.50 2
-010011000 10:05 2
-010011000 6.7605 2
-010011000 1.9711 2
-010011000 9.886 2
-010011000 3.0720 2
-010011000 1,318 2
-010011000 7.6695 2
-010011000 7.6529 2
-010011000 48.87 2
-010011000 6.878 2
-010011000 9.422 2
-010011000 9.343 2
-010011000 23.67 2
-010011000 7.1495 2
-010011000 6.5902 2
-010011000 1,809 2
-010011000 2.0003 2
-010011000 1.6396 2
-010011000 1.9693 2
-010011000 57.29 2
-010011000 58.41 2
-010011000 243.24 2
-010011000 6.924 2
-010011000 6.218 2
-010011000 6.1996 2
-010011000 10.596 2
-010011000 9.424 2
-010011000 5.195 2
-010011000 6.187 2
-010011000 6.195 2
-010011000 9.328 2
-010011000 32.08 2
-010011000 8.199 2
-010011000 19,523 2
-010011000 1.8309 2
-010011000 8.4557 2
-010011000 8.6647 2
-010011000 6.989 2
-010011000 6.827 2
-010011000 8.433 2
-010011000 2.9338 2
-010011000 6.9422 2
-010011000 7.034 2
-010011000 28.390 2
-010011000 67.19 2
-010011000 8,410 2
-010011000 6.895 2
-010011000 6.922 2
-010011000 7.2086 2
-010011000 6.9305 2
-010011000 6.9159 2
-010011000 7.049 2
-010011000 6.628 2
-010011000 31.17 2
-010011000 16.44 2
-010011000 6.5894 2
-010011000 5.205 2
-010011000 6.8198 2
-010011000 8.878 2
-010011000 23.46 2
-010011000 2.0163 2
-010011000 2.0100 2
-010011000 27,871 2
-010011000 20.00 2
-010011000 8.545 2
-010011000 6.684 2
-010011000 2,599 2
-010011000 317.4 2
-010011000 58.89 2
-010011000 1.7765 2
-010011000 9.891 2
-010011000 6.961 2
-010011000 6.685 2
-010011000 6.6266 2
-010011000 6.5545 2
-010011000 11.057 2
-010011000 9.469 2
-010011000 6.294 2
-010011000 5.055 2
-010011000 6.967 3
-010011000 7.245 3
-010011000 6.857 3
-010011000 8.925 3
-010011000 8.386 3
-010011000 6.925 3
-010011000 66.29 3
-010011000 1.8098 3
-010011000 8.064 3
-010011000 8.045 3
-010011000 1.7819 3
-010011000 8.214 3
-010011000 8.538 3
-010011000 7.185 3
-010011000 5.065 3
-010011000 8.165 3
-010011000 1.7752 3
-010011000 9.047 3
-010011000 1.7929 3
-010011000 6.605 3
-010011000 :8.75 3
-010011000 2,044 3
-010011000 8.815 3
-010011000 7.297 3
-010011000 2,276 3
-010011000 8.385 3
-010011000 47.73 3
-010011000 5.928 3
-010011000 6.938 3
-010011000 1.8113 3
-010011000 8.347 3
-010011000 8.058 3
-010011000 1.7825 3
-010011000 1.8071 3
-010011000 11.19 3
-010011000 1.8365 3
-010011000 3,170 3
-010011000 1.7914 3
-010011000 1,945 3
-010011000 1.8425 3
-010011000 1.7948 3
-010011000 1.7826 3
-010011000 317.9 3
-010011000 1.8248 3
-010011000 1.8139 3
-010011000 8.427 3
-010011000 92.60 3
-010011000 1.8118 3
-010011000 1.6955 3
-010011000 1.7050 3
-010011000 10.185 3
-010011000 6.845 3
-010011000 364.50 3
-010011000 1.7958 3
-010011000 32.86 3
-010011000 1.289 3
-010011000 1.7780 3
-010011000 1.7575 3
-010011000 1.7065 3
-010011000 1.6965 3
-010011000 1.6848 3
-010011000 7.3946 3
-010011000 1.5980 3
-010011000 1.6913 3
-010011000 601.74 3
-010011000 7.225 3
-010011000 25.00 3
-010011000 17.0 3
-010011000 5:15 3
-010011000 1.6737 3
-010011000 1.7017 3
-010011000 1.6803 3
-010011000 5.075 3
-010011000 1.6760 3
-010011000 99.15 3
-010011000 1.5947 3
-010011000 32.07 3
-010011000 1.6888 3
-010011000 1.6878 3
-010011000 1,098 3
-010011000 97.12 3
-010011000 1.6998 3
-010011000 Function 3
-010011000 3.9375 3
-010011000 1.7905 3
-010011000 1.6917 3
-010011000 1.8224 3
-010011000 11:10 3
-010011000 6.225 3
-010011000 44.23 3
-010011000 1.7270 3
-010011000 6.949 3
-010011000 1.7900 3
-010011000 1.8185 3
-010011000 9.689 3
-010011000 1.8128 3
-010011000 1.8255 3
-010011000 1.8231 3
-010011000 8.715 3
-010011000 36.96 3
-010011000 6.899 3
-010011000 1.8054 3
-010011000 1.6930 3
-010011000 1.8523 3
-010011000 23.64 3
-010011000 1.6558 3
-010011000 10:35 3
-010011000 6.695 3
-010011000 1.8621 3
-010011000 1.8643 3
-010011000 1.8601 3
-010011000 7.128 3
-010011000 1.6919 3
-010011000 1.8583 3
-010011000 1.6522 3
-010011000 1.8933 3
-010011000 1.8836 3
-010011000 1.6555 3
-010011000 1.6702 3
-010011000 1.8899 3
-010011000 1.8924 3
-010011000 1.6690 3
-010011000 1.6892 3
-010011000 1.6793 3
-010011000 1.8173 3
-010011000 1.6600 3
-010011000 7.2295 3
-010011000 1.8288 3
-010011000 1.6307 3
-010011000 564.5 3
-010011000 1.6280 3
-010011000 1.6674 3
-010011000 1.8465 3
-010011000 1.8343 3
-010011000 35.15 3
-010011000 1.8296 3
-010011000 6.725 3
-010011000 16.77 3
-010011000 1.8293 3
-010011000 1.6458 3
-010011000 1.8398 3
-010011000 6.219 3
-010011000 11.82 3
-010011000 1.8329 3
-010011000 1.8285 3
-010011000 255.80 3
-010011000 6.868 3
-010011000 6.898 3
-010011000 1.8438 3
-010011000 6.556 3
-010011000 4.935 3
-010011000 4.965 3
-010011000 1.6580 3
-010011000 0.993 3
-010011000 1.8715 3
-010011000 1.6817 3
-010011000 8.044 3
-010011000 4.975 3
-010011000 1.6295 3
-010011000 8.174 3
-010011000 5.015 3
-010011000 1.9600 3
-010011000 1.7585 3
-010011000 1.9655 3
-010011000 37.14 3
-010011000 5.798 3
-010011000 1.8358 3
-010011000 31.97 3
-010011000 1.8817 3
-010011000 8.489 3
-010011000 1.8765 3
-010011000 5.265 3
-010011000 310.95 3
-010011000 8.575 3
-010011000 20.21 3
-010011000 5.165 3
-010011000 1.6720 3
-010011000 8.0825 3
-010011000 1.8559 3
-010011000 25.0 3
-010011000 35.43 3
-010011000 1.8530 3
-010011000 28.96 3
-010011000 5.105 3
-010011000 5.185 3
-010011000 8.082 3
-010011000 5.915 3
-010011000 5.777 3
-010011000 8.793 3
-010011000 102.80 3
-010011000 23.0 3
-010011000 1.6569 3
-010011000 1.6685 3
-010011000 33.24 3
-010011000 23.73 3
-010011000 438.5 3
-010011000 23.04 3
-010011000 1.8158 3
-010011000 1.7085 3
-010011000 7.589 3
-010011000 7.594 3
-010011000 4.695 3
-010011000 7.985 3
-010011000 12.63 3
-010011000 1.8023 3
-010011000 1.7750 3
-010011000 1.7100 4
-010011000 97.35 4
-010011000 6.752 4
-010011000 20.32 4
-010011000 17.71 4
-010011000 6.525 4
-010011000 16.49 4
-010011000 4.825 4
-010011000 1.8505 4
-010011000 5.175 4
-010011000 5.135 4
-010011000 1.8554 4
-010011000 1.8280 4
-010011000 1.7710 4
-010011000 1.7113 4
-010011000 24.04 4
-010011000 7.147 4
-010011000 1.6585 4
-010011000 1.7995 4
-010011000 8.594 4
-010011000 8.369 4
-010011000 1.7845 4
-010011000 6:45 4
-010011000 1.6704 4
-010011000 36.74 4
-010011000 260.5 4
-010011000 8.325 4
-010011000 6.298 4
-010011000 7:35 4
-010011000 1.8340 4
-010011000 1.6855 4
-010011000 20.66 4
-010011000 1.8143 4
-010011000 335.5 4
-010011000 1.7868 4
-010011000 1.7975 4
-010011000 1.7945 4
-010011000 1.6470 4
-010011000 10.89 4
-010011000 1.6275 4
-010011000 6.099 4
-010011000 4.1875 4
-010011000 1.7960 4
-010011000 6.435 4
-010011000 1.6290 4
-010011000 8.841 4
-010011000 1.8046 4
-010011000 61.30 4
-010011000 1.8403 4
-010011000 1.8065 4
-010011000 21.57 4
-010011000 1.9580 4
-010011000 1.8152 4
-010011000 23.59 4
-010011000 1.6400 4
-010011000 11.83 4
-010011000 1.5945 4
-010011000 6.675 4
-010011000 1.8335 4
-010011000 1.6620 4
-010011000 1.8145 4
-010011000 1.7850 4
-010011000 1.8390 4
-010011000 1.8565 4
-010011000 1.8295 4
-010011000 1.7950 4
-010011000 1.8325 4
-010011000 1.7635 4
-010011000 1.8942 4
-010011000 1.8520 4
-010011000 16.17 4
-010011000 1.6540 4
-010011000 229.2 4
-010011000 1.7120 4
-010011000 4,480 4
-010011000 1.7963 4
-010011000 1.7836 4
-010011000 1.7918 4
-010011000 1.6885 5
-010011000 1.7637 5
-010011000 1.7788 5
-010011000 6.635 5
-010011000 1.8210 5
-010011000 1.8055 5
-010011000 13.91 5
-010011000 1.8160 5
-010011000 1.8595 5
-010011000 16.21 5
-010011000 1.8230 5
-010011000 20.0 5
-010011000 51.33 5
-010011000 1.7023 5
-010011000 1.8050 5
-010011000 1.6895 5
-010011000 1.8725 5
-010011000 1.6595 5
-010011000 1.8668 5
-010011000 1.6815 5
-010011000 19.37 5
-010011000 21.21 5
-010011000 19.0 5
-010011000 1.5705 5
-010011000 1.8373 5
-010011000 99.05 5
-010011000 1.7910 5
-010011000 1.8375 5
-010011000 13.61 5
-010011000 303.5 5
-010011000 1.8220 5
-010011000 1.8405 5
-010011000 1.8242 5
-010011000 98.625 5
-010011000 1.8993 5
-010011000 1.8258 5
-010011000 1.8075 5
-010011000 1.8424 5
-010011000 1.8480 5
-010011000 7.925 5
-010011000 11.69 5
-010011000 13.0 5
-010011000 16.66 5
-010011000 1.8134 5
-010011000 1.8353 5
-010011000 1.7940 5
-010011000 1.6972 5
-010011000 1.6670 5
-010011000 1.6698 5
-010011000 24.0 5
-010011000 373.50 5
-010011000 50.0 5
-010011000 1.8130 5
-010011000 17.29 5
-010011000 1.8333 5
-010011000 1.6783 5
-010011000 7.00 5
-010011000 26.0 5
-010011000 12.05 5
-010011000 1.7885 5
-010011000 1.8885 5
-010011000 29.99 5
-010011000 12.34 5
-010011000 143.91 5
-010011000 7.575 5
-010011000 1.7718 5
-010011000 1.6630 5
-010011000 1.9625 5
-010011000 1.6925 5
-010011000 1.9055 5
-010011000 308.2 5
-010011000 6.775 5
-010011000 1.6938 6
-010011000 1.8175 6
-010011000 7.825 6
-010011000 1.8615 6
-010011000 150.44 6
-010011000 1.6640 6
-010011000 12.0 6
-010011000 7.975 6
-010011000 1.8245 6
-010011000 1.8350 6
-010011000 1.8970 6
-010011000 1.8180 6
-010011000 328.5 6
-010011000 1.8063 6
-010011000 1.6390 6
-010011000 142.03 6
-010011000 1.8195 6
-010011000 1.8310 6
-010011000 11.59 6
-010011000 18.03 6
-010011000 101.25 6
-010011000 1.5880 6
-010011000 1.8605 6
-010011000 7.525 6
-010011000 1.6775 6
-010011000 1.6313 6
-010011000 1.7675 6
-010011000 1.7920 6
-010011000 7.725 6
-010011000 -6 6
-010011000 1.8450 6
-010011000 1.6827 6
-010011000 21.0 6
-010011000 7.475 6
-010011000 1.6795 6
-010011000 1.6710 6
-010011000 1.8170 6
-010011000 16.33 6
-010011000 14.91 6
-010011000 15.19 7
-010011000 1.7095 7
-010011000 1.8085 7
-010011000 1.8600 7
-010011000 1.6650 7
-010011000 15.0 7
-010011000 1.8179 7
-010011000 1.6200 7
-010011000 16.18 7
-010011000 1.9210 7
-010011000 1.8088 7
-010011000 1.7815 7
-010011000 21.68 7
-010011000 1.6768 7
-010011000 7.775 7
-010011000 8.025 7
-010011000 1.8718 7
-010011000 1.6915 7
-010011000 1.8675 7
-010011000 8.175 7
-010011000 1.7020 7
-010011000 1.8155 7
-010011000 8.825 7
-010011000 1.8110 7
-010011000 17.82 7
-010011000 1.7783 7
-010011000 1.8650 7
-010011000 1.8625 7
-010011000 11.57 7
-010011000 1.8105 7
-010011000 1.8305 7
-010011000 13.85 7
-010011000 1.8225 7
-010011000 13.04 7
-010011000 1.8150 7
-010011000 10.72 8
-010011000 1.7938 8
-010011000 1.8535 8
-010011000 24.03 8
-010011000 1.6950 8
-010011000 1.8649 8
-010011000 1.6625 8
-010011000 1.8100 8
-010011000 1.8415 8
-010011000 6.00 8
-010011000 14.35 8
-010011000 18.0 8
-010011000 10.79 8
-010011000 13.68 8
-010011000 1.6695 8
-010011000 1.6325 8
-010011000 1.8103 8
-010011000 1.6335 8
-010011000 1.8273 8
-010011000 13.08 9
-010011000 1.6605 9
-010011000 7.325 9
-010011000 754 9
-010011000 11.76 9
-010011000 1.8205 9
-010011000 259.5 9
-010011000 1.8328 9
-010011000 10.86 9
-010011000 1.8275 9
-010011000 10.63 9
-010011000 1.8580 9
-010011000 1.6765 9
-010011000 50.97 9
-010011000 1.7775 9
-010011000 1.7495 9
-010011000 8.775 9
-010011000 8.225 9
-010011000 1.6745 9
-010011000 10.0 10
-010011000 10.61 10
-010011000 1.6825 10
-010011000 8.675 10
-010011000 3:45 10
-010011000 10.81 10
-010011000 354.5 10
-010011000 33.33 10
-010011000 7.425 10
-010011000 8.275 10
-010011000 1.8153 10
-010011000 11.22 10
-010011000 1.8825 11
-010011000 10.52 11
-010011000 Date- 11
-010011000 1.8183 11
-010011000 12.85 11
-010011000 1.6750 11
-010011000 8.725 11
-010011000 10.64 11
-010011000 1.8278 11
-010011000 8.750 11
-010011000 8.075 12
-010011000 10.12 12
-010011000 11.02 12
-010011000 11.53 12
-010011000 11.08 12
-010011000 9.48 12
-010011000 100.0 12
-010011000 10.47 12
-010011000 9.74 12
-010011000 9.58 12
-010011000 20.04 13
-010011000 9.87 13
-010011000 9.49 13
-010011000 11.05 13
-010011000 9.62 13
-010011000 9.71 13
-010011000 9.96 13
-010011000 10.97 13
-010011000 10.07 13
-010011000 10.29 14
-010011000 10.58 14
-010011000 7.0 14
-010011000 9.61 14
-010011000 9.67 14
-010011000 10.26 15
-010011000 10.17 15
-010011000 9.19 15
-010011000 676 16
-010011000 10.55 16
-010011000 10.22 16
-010011000 10.36 16
-010011000 9.84 17
-010011000 10.21 17
-010011000 10.42 17
-010011000 10.44 17
-010011000 9.66 17
-010011000 9.41 17
-010011000 9.73 17
-010011000 10.43 18
-010011000 1.8300 18
-010011000 10.70 18
-010011000 9.82 18
-010011000 9.91 18
-010011000 10.08 18
-010011000 10.73 19
-010011000 8.0 19
-010011000 9.69 19
-010011000 10.18 19
-010011000 9.57 19
-010011000 5.94 19
-010011000 10.31 19
-010011000 9.36 19
-010011000 10.09 20
-010011000 9.68 20
-010011000 10.33 20
-010011000 10.14 20
-010011000 9.59 20
-010011000 8.46 20
-010011000 9.93 20
-010011000 8.00 20
-010011000 9.44 21
-010011000 10.34 21
-010011000 9.37 21
-010011000 9.43 21
-010011000 6.49 21
-010011000 9.52 22
-010011000 9.38 22
-010011000 9.23 22
-010011000 10.48 23
-010011000 9.63 23
-010011000 7.96 23
-010011000 6.29 23
-010011000 6.48 23
-010011000 10.27 23
-010011000 9.72 23
-010011000 9.92 24
-010011000 8.56 24
-010011000 10.16 24
-010011000 8.61 24
-010011000 9.03 24
-010011000 9.88 25
-010011000 10.05 25
-010011000 9.27 25
-010011000 10.38 25
-010011000 9.16 25
-010011000 10.37 25
-010011000 9.98 25
-010011000 10.04 25
-010011000 8.88 25
-010011000 10.23 26
-010011000 10.03 26
-010011000 9.21 26
-010011000 6.92 26
-010011000 10.32 26
-010011000 6.26 26
-010011000 7.03 26
-010011000 9.81 26
-010011000 10.06 26
-010011000 9.24 26
-010011000 10.28 26
-010011000 6.09 26
-010011000 9.22 27
-010011000 9.97 27
-010011000 10.11 27
-010011000 6.33 27
-010011000 8.39 27
-010011000 6.11 27
-010011000 9.54 27
-010011000 5.56 28
-010011000 10.10 28
-010011000 5.66 28
-010011000 7.01 28
-010011000 7.62 28
-010011000 8.41 28
-010011000 8.59 28
-010011000 10.24 28
-010011000 9.08 28
-010011000 9.85 29
-010011000 10.30 29
-010011000 5.78 29
-010011000 6.66 29
-010011000 9.07 29
-010011000 6.86 29
-010011000 6.61 29
-010011000 5.97 30
-010011000 6.12 30
-010011000 9.39 30
-010011000 6.27 30
-010011000 5.44 30
-010011000 9.18 30
-010011000 6.22 30
-010011000 9.83 31
-010011000 5.61 31
-010011000 5.53 31
-010011000 6.23 31
-010011000 9.34 31
-010011000 9.17 31
-010011000 9.47 31
-010011000 7.87 31
-010011000 6.07 31
-010011000 6.31 32
-010011000 7.12 32
-010011000 7.67 32
-010011000 7.91 32
-010011000 7.61 32
-010011000 6.88 32
-010011000 6.14 32
-010011000 8.67 32
-010011000 9.80 33
-010011000 8.04 33
-010011000 8.99 33
-010011000 8.94 33
-010011000 9.02 33
-010011000 9.70 33
-010011000 7.78 33
-010011000 6.41 33
-010011000 9.42 33
-010011000 10.13 33
-010011000 9.46 33
-010011000 6.96 33
-010011000 5.98 33
-010011000 8.86 33
-010011000 7.16 34
-010011000 9.14 34
-010011000 6.32 34
-010011000 6.89 34
-010011000 7.74 34
-010011000 10.19 34
-010011000 6.34 34
-010011000 9.30 34
-010011000 6.69 34
-010011000 8.34 35
-010011000 8.84 35
-010011000 5.77 35
-010011000 8.24 35
-010011000 7.29 35
-010011000 5.99 35
-010011000 6.03 36
-010011000 8.96 36
-010011000 9.33 36
-010011000 7.66 36
-010011000 8.54 36
-010011000 6.91 36
-010011000 6.74 36
-010011000 6.54 36
-010011000 6.16 36
-010011000 6.53 36
-010011000 9.28 36
-010011000 7.11 37
-010011000 6.51 37
-010011000 7.08 37
-010011000 6.52 37
-010011000 7.42 37
-010011000 9.04 37
-010011000 6.37 37
-010011000 8.64 37
-010011000 5.34 37
-010011000 9.55 37
-010011000 7.69 37
-010011000 5.79 37
-010011000 5.93 37
-010011000 7.81 38
-010011000 7.02 38
-010011000 5.58 38
-010011000 8.58 38
-010011000 8.51 38
-010011000 10.15 38
-010011000 7.07 38
-010011000 8.83 38
-010011000 6.85 38
-010011000 5.48 38
-010011000 6.94 38
-010011000 5.88 38
-010011000 7.68 38
-010011000 9.06 39
-010011000 7.27 39
-010011000 9.90 39
-010011000 7.04 39
-010011000 6.62 39
-010011000 7.41 39
-010011000 6.01 39
-010011000 9.11 39
-010011000 5.57 39
-010011000 8.73 39
-010011000 8.71 39
-010011000 9.13 39
-010011000 6.73 39
-010011000 8.66 39
-010011000 6.87 40
-010011000 7.56 40
-010011000 6.13 40
-010011000 8.74 40
-010011000 7.19 40
-010011000 5.83 40
-010011000 5.74 40
-010011000 7.57 40
-010011000 5.89 40
-010011000 7.76 40
-010011000 5.82 40
-010011000 6.97 40
-010011000 7.86 40
-010011000 7.77 40
-010011000 5.86 41
-010011000 8.89 41
-010011000 8.06 41
-010011000 6.78 41
-010011000 8.63 41
-010011000 6.81 41
-010011000 8.37 41
-010011000 5.87 41
-010011000 7.63 41
-010011000 7.38 42
-010011000 6.39 42
-010011000 6.68 42
-010011000 6.84 42
-010011000 8.11 42
-010011000 6.35 42
-010011000 8.57 42
-010011000 6.76 42
-010011000 7.36 42
-010011000 6.59 42
-010011000 7.21 42
-010011000 8.21 42
-010011000 7.97 42
-010011000 9.15 42
-010011000 9.60 42
-010011000 6.93 43
-010011000 7.89 43
-010011000 7.71 43
-010011000 8.49 43
-010011000 8.69 43
-010011000 6.56 43
-010011000 6.17 43
-010011000 8.81 43
-010011000 8.48 43
-010011000 7.58 43
-010011000 6.05 43
-010011000 9.35 43
-010011000 9.65 43
-010011000 9.20 43
-010011000 8.14 43
-010011000 6.20 43
-010011000 8.44 43
-010011000 7.14 43
-010011000 8.91 44
-010011000 8.98 44
-010011000 8.77 44
-010011000 7.26 44
-010011000 6.43 44
-010011000 6.98 44
-010011000 9.40 45
-010011000 6.77 45
-010011000 5.65 45
-010011000 6.44 45
-010011000 7.51 45
-010011000 8.19 45
-010011000 5.81 45
-010011000 6.99 45
-010011000 6.65 46
-010011000 6.58 46
-010011000 7.22 46
-010011000 7.59 46
-010011000 8.68 46
-010011000 7.52 46
-010011000 5.72 46
-010011000 6.64 46
-010011000 7.44 47
-010011000 6.90 47
-010011000 8.79 47
-010011000 6.28 47
-010011000 7.39 47
-010011000 7.13 47
-010011000 6.46 47
-010011000 7.18 47
-010011000 8.76 47
-010011000 8.36 48
-010011000 7.98 48
-010011000 6.57 48
-010011000 6.04 48
-010011000 7.93 48
-010011000 9.01 48
-010011000 8.92 48
-010011000 7.82 49
-010011000 7.84 49
-010011000 7.88 49
-010011000 7.06 49
-010011000 5.64 49
-010011000 8.01 49
-010011000 6.83 49
-010011000 7.49 50
-010011000 9.09 50
-010011000 7.46 50
-010011000 6.71 50
-010011000 7.64 50
-010011000 8.93 50
-010011000 8.97 51
-010011000 7.33 51
-010011000 8.29 51
-010011000 9.45 51
-010011000 6.06 51
-010011000 5.51 51
-010011000 6.82 51
-010011000 8.22 51
-010011000 8.82 51
-010011000 8.47 52
-010011000 7.83 52
-010011000 6.42 52
-010011000 7.34 52
-010011000 7.99 52
-010011000 8.72 52
-010011000 9.05 52
-010011000 8.43 53
-010011000 8.33 53
-010011000 5.62 53
-010011000 8.78 54
-010011000 8.62 54
-010011000 8.52 55
-010011000 7.43 55
-010011000 7.17 55
-010011000 8.23 55
-010011000 6.67 55
-010011000 8.53 56
-010011000 8.87 56
-010011000 8.26 56
-010011000 8.31 57
-010011000 7.92 57
-010011000 7.79 57
-010011000 6.72 57
-010011000 7.09 57
-010011000 8.18 57
-010011000 7.72 58
-010011000 6.70 58
-010011000 7.73 59
-010011000 6.55 59
-010011000 5.59 60
-010011000 7.23 61
-010011000 8.38 61
-010011000 7.37 61
-010011000 8.02 62
-010011000 8.27 62
-010011000 7.47 62
-010011000 8.09 63
-010011000 8.16 63
-010011000 5.85 63
-010011000 5.80 63
-010011000 7.28 64
-010011000 8.42 68
-010011000 7.94 69
-010011000 8.17 69
-010011000 8.28 69
-010011000 7.48 69
-010011000 8.32 70
-010011000 7:30 70
-010011000 8.08 73
-010011000 7.60 73
-010011000 8.07 74
-010011000 7.54 75
-010011000 6.95 75
-010011000 7.30 75
-010011000 7.70 76
-010011000 9.10 76
-010011000 7.32 76
-010011000 8.12 76
-010011000 7.05 77
-010011000 8.60 80
-010011000 8.03 80
-010011000 8.90 81
-010011000 8.13 84
-010011000 7.15 84
-010011000 8.375 85
-010011000 8.65 87
-010011000 7.10 89
-010011000 7.125 92
-010011000 8.55 93
-010011000 8.40 99
-010011000 7.65 100
-010011000 7.90 102
-010011000 7.45 102
-010011000 8.95 103
-010011000 0 103
-010011000 7.625 106
-010011000 7.85 106
-010011000 7.875 106
-010011000 8.35 109
-010011000 8.625 109
-010011000 7.35 109
-010011000 7.40 110
-010011000 7.95 110
-010011000 7.375 113
-010011000 8.45 114
-010011000 8.80 120
-010011000 7.55 121
-010011000 8.85 122
-010011000 8.70 124
-010011000 7.80 125
-010011000 8.30 128
-010011000 4.875 137
-010011000 8.05 146
-010011000 8.20 157
-010011000 7.20 162
-010011000 8.125 183
-010011000 8.10 188
-010011000 8.15 229
-010011000 3.375 245
-010011000 7.25 289
-010011000 7.75 300
-010011000 8.25 376
-010011000 8.75 390
-010011000 7.50 442
-010011000 12:01 444
-010011000 8.50 491
-010011000 101 817
-010011000 8 9963
-010011000 6 7028
-010011000 9 6611
-010011000 7 7222
-0100110010 32-to- 1
-0100110010 9.359 1
-0100110010 2120 1
-0100110010 6,000- 1
-0100110010 4,000- 1
-0100110010 3S/400 1
-0100110010 12,000- 1
-0100110010 75- 1
-0100110010 42,195 1
-0100110010 57.65 1
-0100110010 420.81 1
-0100110010 214.07 1
-0100110010 1176 1
-0100110010 15.36-a-share 1
-0100110010 3836.46 1
-0100110010 158.19 1
-0100110010 268.87 1
-0100110010 182.711 1
-0100110010 17-to- 1
-0100110010 8.668 1
-0100110010 297-77 1
-0100110010 21,840 1
-0100110010 5.75-to- 1
-0100110010 77,250-a-year 1
-0100110010 4.50-to- 1
-0100110010 Verboten 1
-0100110010 6,197 1
-0100110010 traffic-surveillance 1
-0100110010 45-to- 1
-0100110010 1.6750- 1
-0100110010 6-feet-1 1
-0100110010 150- 1
-0100110010 1.80-to- 1
-0100110010 1,200- 1
-0100110010 380- 1
-0100110010 19,000-a-year 1
-0100110010 11,749 1
-0100110010 450-to- 1
-0100110010 671-a-ton 1
-0100110010 9222 1
-0100110010 13s 1
-0100110010 190-1 1
-0100110010 4.25-to- 1
-0100110010 --the 1
-0100110010 25,000-to- 1
-0100110010 15-per-store 1
-0100110010 105- 1
-0100110010 3,000- 1
-0100110010 103-6020-748 1
-0100110010 8,449 1
-0100110010 80,800 1
-0100110010 60-to- 1
-0100110010 30-million 1
-0100110010 16-28 1
-0100110010 1309.43 1
-0100110010 700.9 1
-0100110010 71,000-a-year 1
-0100110010 5,000-to- 1
-0100110010 462,450 1
-0100110010 200,000. 1
-0100110010 22,290 1
-0100110010 4,638,383 1
-0100110010 stems. 1
-0100110010 717.5 1
-0100110010 3.4006 1
-0100110010 3.3259 1
-0100110010 2.7243 1
-0100110010 2.6671 1
-0100110010 mathematization 1
-0100110010 1.10-to- 1
-0100110010 105,412 1
-0100110010 70-to- 1
-0100110010 42-a-square-foot 1
-0100110010 467.87 1
-0100110010 22,835 1
-0100110010 37,737 1
-0100110010 30,000-to- 1
-0100110010 87-32 1
-0100110010 622.40 1
-0100110010 Slips 1
-0100110010 53.20 1
-0100110010 Bankrupt 1
-0100110010 200,000- 1
-0100110010 5-million-to- 1
-0100110010 4,158 1
-0100110010 1,500- 1
-0100110010 30-billion-to- 1
-0100110010 2.7812 1
-0100110010 715.6 1
-0100110010 3.4615 1
-0100110010 300,000- 1
-0100110010 2085 1
-0100110010 1.026 1
-0100110010 2- 1
-0100110010 110-to- 1
-0100110010 350-to- 1
-0100110010 8,000- 1
-0100110010 16.70-to- 1
-0100110010 36.25-to- 1
-0100110010 3.40-to- 1
-0100110010 41.22 1
-0100110010 397,500 1
-0100110010 20-million-to- 1
-0100110010 5048 1
-0100110010 33-per-share 1
-0100110010 224,860 1
-0100110010 275-to- 1
-0100110010 325-to- 1
-0100110010 300-to- 1
-0100110010 900,000-to- 1
-0100110010 180-and-up 1
-0100110010 12,459 1
-0100110010 30-billion-a-year 1
-0100110010 3.55- 1
-0100110010 37.96 1
-0100110010 2-million-to- 1
-0100110010 1334 1
-0100110010 43,268 1
-0100110010 5.4-million 1
-0100110010 unhelpfully 1
-0100110010 42.55 1
-0100110010 50,000- 1
-0100110010 30,000- 1
-0100110010 100,000- 1
-0100110010 75,000- 1
-0100110010 30,949 1
-0100110010 10,000- 1
-0100110010 20,000- 1
-0100110010 500-to- 1
-0100110010 10-million-a-year 1
-0100110010 9300 1
-0100110010 450- 1
-0100110010 68.0 1
-0100110010 82-to- 1
-0100110010 460- 1
-0100110010 1,494,120-Olson 1
-0100110010 224,860.75 1
-0100110010 1.239 1
-0100110010 037432 1
-0100110010 102,042 1
-0100110010 40- 1
-0100110010 360- 1
-0100110010 12,000-to- 1
-0100110010 ounce. 1
-0100110010 10,819 1
-0100110010 187,187 1
-0100110010 362,793 1
-0100110010 2428 1
-0100110010 34.125-lower 1
-0100110010 250-to- 1
-0100110010 1-to 1
-0100110010 2-a-word 1
-0100110010 600- 1
-0100110010 37.24 1
-0100110010 23.29 1
-0100110010 14289 1
-0100110010 5-ranked 1
-0100110010 reggae-and-rock 1
-0100110010 17,000- 1
-0100110010 513.09 1
-0100110010 1- 1
-0100110010 2,477 1
-0100110010 23-36 1
-0100110010 22,000- 1
-0100110010 P350 1
-0100110010 3,000-to- 1
-0100110010 15-22 1
-0100110010 strenth 1
-0100110010 541,471 1
-0100110010 1,479,440,000 1
-0100110010 1,210,695,000 1
-0100110010 6,605,425,000 1
-0100110010 23,082,435,000 1
-0100110010 2.3-billion 1
-0100110010 27,913,280,000 1
-0100110010 6,403,295,000 1
-0100110010 888,440 1
-0100110010 60,000to- 1
-0100110010 150,000- 1
-0100110010 900,000- 1
-0100110010 1.22- 1
-0100110010 131,600 1
-0100110010 11,413 1
-0100110010 1.50-to- 1
-0100110010 taff 1
-0100110010 worktime 1
-0100110010 1,161,290,000 1
-0100110010 7,202,095,000 1
-0100110010 21,693,695,000 1
-0100110010 190-a-game 1
-0100110010 .62 1
-0100110010 112s 1
-0100110010 1.50- 1
-0100110010 2.10- 1
-0100110010 60,236 1
-0100110010 55SX 2
-0100110010 741.6 2
-0100110010 XIX 2
-0100110010 728.2 2
-0100110010 21- 2
-0100110010 5. 2
-0100110010 351.26 2
-0100110010 717.1 2
-0100110010 4-to- 2
-0100110010 95.43 2
-0100110010 29.38 2
-0100110010 990,003 2
-0100110010 3271 2
-0100110010 40,000- 2
-0100110010 1.40- 2
-0100110010 36.54 2
-0100110010 22.86 2
-0100110010 35,250 2
-0100110010 6-10 2
-0100110010 65- 2
-0100110010 545.2 2
-0100110010 18-to- 2
-0100110010 IMMEDIATELY 2
-0100110010 9.50- 2
-0100110010 20-29 2
-0100110010 30,980 2
-0100110010 687,187 2
-0100110010 13-to- 2
-0100110010 400- 2
-0100110010 20-to- 2
-0100110010 321.4 2
-0100110010 24.12 2
-0100110010 5,000- 2
-0100110010 46- 2
-0100110010 1.8445 2
-0100110010 514.3 2
-0100110010 80.43 2
-0100110010 94.88 2
-0100110010 400-to- 2
-0100110010 30-286 2
-0100110010 360018 2
-0100110010 9- 2
-0100110010 10-to- 2
-0100110010 7. 2
-0100110010 21.52 2
-0100110010 116.75 3
-0100110010 731.1 3
-0100110010 SHARPLY 3
-0100110010 24.78 3
-0100110010 20.61 3
-0100110010 600S 3
-0100110010 3. 3
-0100110010 13.71 3
-0100110010 21.74 4
-0100110010 23.15 4
-0100110010 62.75 4
-0100110010 65.25 4
-0100110010 116.25 4
-0100110010 5-9 5
-0100110010 2. 5
-0100110010 5.00 6
-0100110010 6. 6
-0100110010 8s 7
-0100110010 1 24132
-0100110010 1.0 44
-0100110011 39.52 1
-0100110011 103.33 1
-0100110011 75.56 1
-0100110011 218.41 1
-0100110011 90.97 1
-0100110011 119.47 1
-0100110011 261.39 1
-0100110011 2.376 1
-0100110011 94.37 1
-0100110011 92.84 1
-0100110011 78.86 1
-0100110011 32.94 1
-0100110011 22.28 1
-0100110011 3.777 1
-0100110011 3.841 1
-0100110011 3.016 1
-0100110011 381.82 1
-0100110011 109.27 1
-0100110011 109.57 1
-0100110011 20.54 1
-0100110011 89.79 1
-0100110011 476.90 1
-0100110011 838.57 1
-0100110011 72,500-a-year 1
-0100110011 381,700 1
-0100110011 4.521 1
-0100110011 3.833 1
-0100110011 39.56 1
-0100110011 41.52 1
-0100110011 42.03 1
-0100110011 178.50 1
-0100110011 660.37 1
-0100110011 673.37 1
-0100110011 494.56 1
-0100110011 85.64 1
-0100110011 83.46 1
-0100110011 39.40 1
-0100110011 18,985.16 1
-0100110011 2.040 1
-0100110011 3.211 1
-0100110011 420.24 1
-0100110011 15.899 1
-0100110011 18.474 1
-0100110011 488.38 1
-0100110011 755.8 1
-0100110011 756.1 1
-0100110011 56.66 1
-0100110011 410.79 1
-0100110011 400.19 1
-0100110011 130.79 1
-0100110011 203.30 1
-0100110011 2.262 1
-0100110011 71.79 1
-0100110011 228.65 1
-0100110011 46.53 1
-0100110011 24.06 1
-0100110011 150.31 1
-0100110011 678.44 1
-0100110011 682.42 1
-0100110011 463.80 1
-0100110011 467.28 1
-0100110011 480.89 1
-0100110011 539.63 1
-0100110011 1.096 1
-0100110011 526.09 1
-0100110011 33,899 1
-0100110011 18.403 1
-0100110011 58.67 1
-0100110011 2.573 1
-0100110011 76.14 1
-0100110011 473.25 1
-0100110011 34.76 1
-0100110011 618.41 1
-0100110011 12:43 1
-0100110011 341,100 1
-0100110011 465.40 1
-0100110011 74.37 1
-0100110011 109.42 1
-0100110011 79.12 1
-0100110011 262.91 1
-0100110011 18.46 1
-0100110011 202.20 1
-0100110011 2215 1
-0100110011 40,440 1
-0100110011 558.90 1
-0100110011 293,398 1
-0100110011 447.85 1
-0100110011 446.95 1
-0100110011 78.10 1
-0100110011 25.525 1
-0100110011 375.71 1
-0100110011 749.6 1
-0100110011 69.27 1
-0100110011 6:38 1
-0100110011 386.66 1
-0100110011 29.32 1
-0100110011 333.01 1
-0100110011 472.79 1
-0100110011 390.06 1
-0100110011 67.15 1
-0100110011 593.86 1
-0100110011 90,800 1
-0100110011 509.06 1
-0100110011 375.89 1
-0100110011 380.15 1
-0100110011 320.79 1
-0100110011 321.54 1
-0100110011 195.96 1
-0100110011 196.39 1
-0100110011 200.62 1
-0100110011 200.65 1
-0100110011 1.0017 1
-0100110011 754,100 1
-0100110011 448.00 1
-0100110011 39.69 1
-0100110011 443.15 1
-0100110011 40.36 1
-0100110011 52.70 1
-0100110011 377.90 1
-0100110011 2.335 1
-0100110011 27.185 1
-0100110011 40,450 1
-0100110011 306.96 1
-0100110011 31.52 1
-0100110011 221.68 1
-0100110011 42.46 1
-0100110011 1.360 1
-0100110011 949.37 1
-0100110011 1.061 1
-0100110011 1.068 1
-0100110011 1.331 1
-0100110011 441.95 1
-0100110011 .875 1
-0100110011 790.38 1
-0100110011 362.99 1
-0100110011 367.17 1
-0100110011 102.71 1
-0100110011 106.85 1
-0100110011 25.34 1
-0100110011 229.75 1
-0100110011 259.89 1
-0100110011 184.62 1
-0100110011 209.33 1
-0100110011 2,842 1
-0100110011 19.925 1
-0100110011 62.72 1
-0100110011 187.74 1
-0100110011 36.24 1
-0100110011 164.875 1
-0100110011 690,464 1
-0100110011 12.597 1
-0100110011 445.95 1
-0100110011 35.03 1
-0100110011 40.63 1
-0100110011 4.8725 1
-0100110011 373.43 1
-0100110011 393.31 1
-0100110011 663,950 1
-0100110011 502.49 1
-0100110011 500.67 1
-0100110011 5:30-6:30 1
-0100110011 597.49 1
-0100110011 59.49 1
-0100110011 83.73 1
-0100110011 18,838 1
-0100110011 51.8506 1
-0100110011 441.25 1
-0100110011 612.55 1
-0100110011 61.53 1
-0100110011 11:14 1
-0100110011 46.45 1
-0100110011 52.89 1
-0100110011 10,432.75 1
-0100110011 3.758 1
-0100110011 3.784 1
-0100110011 3.026 1
-0100110011 3.010 1
-0100110011 551.80 1
-0100110011 7.405 1
-0100110011 475.45 1
-0100110011 194.96 1
-0100110011 89.24 1
-0100110011 115.55 1
-0100110011 42.62 1
-0100110011 1,423.88 1
-0100110011 473.60 1
-0100110011 475.85 1
-0100110011 436.50 1
-0100110011 38.61 1
-0100110011 465.52 1
-0100110011 466.30 1
-0100110011 1.7230 1
-0100110011 430,257 1
-0100110011 2.314 1
-0100110011 28.14 1
-0100110011 70.47 1
-0100110011 108.20 1
-0100110011 79.34 1
-0100110011 258.01 1
-0100110011 38.64 1
-0100110011 35.469 1
-0100110011 749.5 1
-0100110011 476.45 1
-0100110011 36.87 1
-0100110011 28.03 1
-0100110011 106.62 1
-0100110011 380.91 1
-0100110011 104.11 1
-0100110011 107.26 1
-0100110011 21,270 1
-0100110011 190.15 1
-0100110011 195.39 1
-0100110011 990.23 1
-0100110011 769.09 1
-0100110011 854.14 1
-0100110011 78.01 1
-0100110011 20.08 1
-0100110011 598.90 1
-0100110011 12:10 1
-0100110011 74.27 1
-0100110011 8:59 1
-0100110011 475.75 1
-0100110011 39.81 1
-0100110011 2:53 1
-0100110011 22.435 1
-0100110011 475.10 1
-0100110011 671.72 1
-0100110011 677.74 1
-0100110011 678.82 1
-0100110011 69.36 1
-0100110011 78.14 1
-0100110011 503.72 1
-0100110011 470.05 1
-0100110011 161.53 1
-0100110011 26.64 1
-0100110011 404.88 1
-0100110011 1376.86 1
-0100110011 543.54 1
-0100110011 468.75 1
-0100110011 122.02 1
-0100110011 31.14 1
-0100110011 32.78 1
-0100110011 56.62 1
-0100110011 29.17 1
-0100110011 34.10 1
-0100110011 32.22 1
-0100110011 59.67 1
-0100110011 462.75 1
-0100110011 19,555 1
-0100110011 202.70 1
-0100110011 379,300 1
-0100110011 462.15 1
-0100110011 341,783 1
-0100110011 1.041 1
-0100110011 2,162 1
-0100110011 464.70 1
-0100110011 604.80 1
-0100110011 503.30 1
-0100110011 5.5475 1
-0100110011 34.40 1
-0100110011 4.981 1
-0100110011 4.986 1
-0100110011 395.58 1
-0100110011 326.46 1
-0100110011 200.64 1
-0100110011 204.77 1
-0100110011 203.39 1
-0100110011 73.05 1
-0100110011 394.64 1
-0100110011 3:18 1
-0100110011 3:17 1
-0100110011 594.59 1
-0100110011 1,736.42 1
-0100110011 11.123 1
-0100110011 2.8225 1
-0100110011 51.41 1
-0100110011 26.43 1
-0100110011 23.43 1
-0100110011 731.15 1
-0100110011 468.65 1
-0100110011 469.75 1
-0100110011 52.69 1
-0100110011 25.84 1
-0100110011 161,444 1
-0100110011 4.160 1
-0100110011 1.170 1
-0100110011 459.20 1
-0100110011 430.88 1
-0100110011 108.11 1
-0100110011 258.07 1
-0100110011 260.52 1
-0100110011 408.3 1
-0100110011 604.69 1
-0100110011 2:40 1
-0100110011 165.37 1
-0100110011 41.15 1
-0100110011 466.20 1
-0100110011 465.25 1
-0100110011 6:30-8 1
-0100110011 113.57 1
-0100110011 455.65 1
-0100110011 3.087 1
-0100110011 9:03 1
-0100110011 8:34 1
-0100110011 24.10 1
-0100110011 136.79 1
-0100110011 6,097 1
-0100110011 672.86 1
-0100110011 301.2 1
-0100110011 66.85 1
-0100110011 68.31 1
-0100110011 241.99 1
-0100110011 39,492 1
-0100110011 424.45 1
-0100110011 417.638 1
-0100110011 277.26 1
-0100110011 190.34 1
-0100110011 1,921.61 1
-0100110011 68.77 1
-0100110011 126.62 1
-0100110011 620.80 1
-0100110011 32. 1
-0100110011 459.65 1
-0100110011 34.54 1
-0100110011 630.85 1
-0100110011 385.56 1
-0100110011 36.82 1
-0100110011 81.73 1
-0100110011 82.375 1
-0100110011 33.91 1
-0100110011 16,811 1
-0100110011 585.31 1
-0100110011 459.05 1
-0100110011 105.93 1
-0100110011 81.36 1
-0100110011 142.72 1
-0100110011 40.54 1
-0100110011 20.624 1
-0100110011 359.64 1
-0100110011 468.45 1
-0100110011 748.1 1
-0100110011 196.12 1
-0100110011 3,764 1
-0100110011 1,936.41 1
-0100110011 197.62 1
-0100110011 1892.4 1
-0100110011 6.3125 1
-0100110011 40.072 1
-0100110011 465.45 1
-0100110011 46.682 1
-0100110011 177.42 1
-0100110011 2,277.60 1
-0100110011 6.305 1
-0100110011 255.19 1
-0100110011 102.54 1
-0100110011 69.79 1
-0100110011 244.79 1
-0100110011 44.32 1
-0100110011 156.56 1
-0100110011 316.87 1
-0100110011 456.45 1
-0100110011 4,380 1
-0100110011 617.91 1
-0100110011 36.70 1
-0100110011 103.70 1
-0100110011 1.1995 1
-0100110011 496.20 1
-0100110011 4:31 1
-0100110011 214.70 1
-0100110011 2,182.85 1
-0100110011 1.1775 1
-0100110011 488.95 1
-0100110011 353.8 1
-0100110011 1.561 1
-0100110011 192.38 1
-0100110011 519.20 1
-0100110011 5.8425 1
-0100110011 164.98 1
-0100110011 183.95 1
-0100110011 141.71 1
-0100110011 86.49 1
-0100110011 162.61 1
-0100110011 823.61 1
-0100110011 843.23 1
-0100110011 634.56 1
-0100110011 189.05 1
-0100110011 13.124 1
-0100110011 4.448 1
-0100110011 3.794 1
-0100110011 905.80 1
-0100110011 628.87 1
-0100110011 454.75 1
-0100110011 41,667 1
-0100110011 500,004 1
-0100110011 372.24 1
-0100110011 104.40 1
-0100110011 102.86 1
-0100110011 109.13 1
-0100110011 17,625 1
-0100110011 105.87 1
-0100110011 50.30 1
-0100110011 430.64 1
-0100110011 34.86 1
-0100110011 232.35 1
-0100110011 422.56 1
-0100110011 743,061 1
-0100110011 460.02 1
-0100110011 4,026 1
-0100110011 27.00 1
-0100110011 938.49 1
-0100110011 2.968 1
-0100110011 2.993 1
-0100110011 3.723 1
-0100110011 3.738 1
-0100110011 43.52 1
-0100110011 753.2 1
-0100110011 104.90 1
-0100110011 67.41 1
-0100110011 238.55 1
-0100110011 3.5701 1
-0100110011 2.8428 1
-0100110011 924.81 1
-0100110011 62.17 1
-0100110011 758,800 1
-0100110011 444.36 1
-0100110011 445.22 1
-0100110011 665.88 1
-0100110011 670.37 1
-0100110011 26.91 1
-0100110011 455.30 1
-0100110011 453.35 1
-0100110011 35.94 1
-0100110011 55,647-a-year 1
-0100110011 1,099.97 1
-0100110011 10.1875 1
-0100110011 389.40 1
-0100110011 206.66 1
-0100110011 15,052.24 1
-0100110011 1,308.90 1
-0100110011 106.28 1
-0100110011 445.45 1
-0100110011 237.61 1
-0100110011 76.64 1
-0100110011 749.8 1
-0100110011 750.1 1
-0100110011 742.4 1
-0100110011 604.90 1
-0100110011 94.875 1
-0100110011 370.08 1
-0100110011 1,032,575 1
-0100110011 24.23 1
-0100110011 445.05 1
-0100110011 89.70 1
-0100110011 580.09 1
-0100110011 399.46 1
-0100110011 28.65 1
-0100110011 26.46 1
-0100110011 662,250 1
-0100110011 912.19 1
-0100110011 913.75 1
-0100110011 611.28 1
-0100110011 41.39 1
-0100110011 447.35 1
-0100110011 1212.43 1
-0100110011 442.25 1
-0100110011 5.4375 1
-0100110011 2,909.09 1
-0100110011 2,089 1
-0100110011 169.875 1
-0100110011 13.428 1
-0100110011 2,092 1
-0100110011 11.62 1
-0100110011 202.91 1
-0100110011 447.75 1
-0100110011 110.86 1
-0100110011 116.81 1
-0100110011 380.35 1
-0100110011 384.63 1
-0100110011 321.85 1
-0100110011 321.41 1
-0100110011 196.93 1
-0100110011 200.54 1
-0100110011 201.40 1
-0100110011 204.82 1
-0100110011 805.32 1
-0100110011 818.31 1
-0100110011 348.27 1
-0100110011 43.11 1
-0100110011 67.66 1
-0100110011 68.23 1
-0100110011 240.85 1
-0100110011 462.30 1
-0100110011 1.5995 1
-0100110011 441b 1
-0100110011 743.5 1
-0100110011 159.375 1
-0100110011 478.05 1
-0100110011 56.58 1
-0100110011 74.80 1
-0100110011 402.82 1
-0100110011 467.85 1
-0100110011 6.5625 1
-0100110011 4,428 1
-0100110011 2.881 1
-0100110011 6.744 1
-0100110011 479.25 1
-0100110011 29.14 1
-0100110011 245.69 1
-0100110011 194.42 1
-0100110011 66.90 1
-0100110011 105.33 1
-0100110011 240.57 1
-0100110011 204.70 1
-0100110011 367.53 1
-0100110011 371.99 1
-0100110011 102.45 1
-0100110011 104.06 1
-0100110011 106.98 1
-0100110011 108.53 1
-0100110011 348.77 1
-0100110011 756.74 1
-0100110011 571.58 1
-0100110011 45.92 1
-0100110011 1.1. 1
-0100110011 375.62 1
-0100110011 2,451,000 1
-0100110011 445.55 1
-0100110011 950.04 1
-0100110011 11.069 1
-0100110011 166.82 1
-0100110011 119.44 1
-0100110011 782.15 1
-0100110011 743.3 1
-0100110011 2.565 1
-0100110011 156.02 1
-0100110011 41.92 1
-0100110011 280.84 1
-0100110011 79.37 1
-0100110011 1.235 1
-0100110011 1.234 1
-0100110011 1.345 1
-0100110011 5.888 1
-0100110011 2111 1
-0100110011 2.014 1
-0100110011 2.021 1
-0100110011 43.56 1
-0100110011 453.05 1
-0100110011 2.669 1
-0100110011 2.841 1
-0100110011 3.022 1
-0100110011 2.505 1
-0100110011 2.714 1
-0100110011 3.109 1
-0100110011 3.327 1
-0100110011 2.936 1
-0100110011 3.731 1
-0100110011 3.796 1
-0100110011 50.69 1
-0100110011 55.54 1
-0100110011 42.08 1
-0100110011 140.07 1
-0100110011 397.80 1
-0100110011 397.50 1
-0100110011 78.58 1
-0100110011 221.29 1
-0100110011 219.88 1
-0100110011 226.64 1
-0100110011 451.89 1
-0100110011 345.56 1
-0100110011 8.482 1
-0100110011 8.654 1
-0100110011 27.83 1
-0100110011 223.54 1
-0100110011 2.038 1
-0100110011 7.952 1
-0100110011 394.40 1
-0100110011 2.365 1
-0100110011 16.325 1
-0100110011 394.70 1
-0100110011 8,522 1
-0100110011 12,814 1
-0100110011 15.878 1
-0100110011 400.30 1
-0100110011 US1.7 1
-0100110011 145.682 1
-0100110011 26.89 1
-0100110011 249.18 1
-0100110011 398.55 1
-0100110011 397.30 1
-0100110011 594,514,000 1
-0100110011 32.55 1
-0100110011 1.2150 1
-0100110011 267.10 1
-0100110011 397.00 1
-0100110011 118.16 1
-0100110011 431.16 1
-0100110011 123.14 1
-0100110011 2,987,000 1
-0100110011 2.319 1
-0100110011 394.75 1
-0100110011 395.20 1
-0100110011 101.84 1
-0100110011 11:37 1
-0100110011 397.65 1
-0100110011 6.2650 1
-0100110011 1.1745 1
-0100110011 389,119 1
-0100110011 143.82 1
-0100110011 796.2 1
-0100110011 113.38 1
-0100110011 84.68 1
-0100110011 266.97 1
-0100110011 113.18 1
-0100110011 399.25 1
-0100110011 3.121 1
-0100110011 224.7 1
-0100110011 4:42 1
-0100110011 37.69 1
-0100110011 39.33 1
-0100110011 113.41 1
-0100110011 267.46 1
-0100110011 827,800 1
-0100110011 4.2875 1
-0100110011 58.19 1
-0100110011 36.21 1
-0100110011 38.74 1
-0100110011 119.75 1
-0100110011 1.3430 1
-0100110011 411.15 1
-0100110011 1.7505 1
-0100110011 86.66 1
-0100110011 170.32 1
-0100110011 53.40 1
-0100110011 68.08 1
-0100110011 1.8865 1
-0100110011 2:47 1
-0100110011 411.80 1
-0100110011 27.70 1
-0100110011 99.32 1
-0100110011 95.96 1
-0100110011 298.94 1
-0100110011 415.08 1
-0100110011 91.625 1
-0100110011 1.253 1
-0100110011 60.124 1
-0100110011 412.55 1
-0100110011 741.71 1
-0100110011 145.45 1
-0100110011 100.56 1
-0100110011 4.546 1
-0100110011 0.7020 1
-0100110011 149.87 1
-0100110011 408.90 1
-0100110011 403.80 1
-0100110011 8.1275 1
-0100110011 1.543 1
-0100110011 69.56 1
-0100110011 112.47 1
-0100110011 267.15 1
-0100110011 19.425 1
-0100110011 4.3275 1
-0100110011 4.335 1
-0100110011 654.78 1
-0100110011 24,548 1
-0100110011 54.61 1
-0100110011 43.16 1
-0100110011 704,500 1
-0100110011 1.2940 1
-0100110011 15,840 1
-0100110011 409.85 1
-0100110011 736.2 1
-0100110011 26.53 1
-0100110011 738.7 1
-0100110011 147.48 1
-0100110011 25.36 1
-0100110011 271.89 1
-0100110011 4.265 1
-0100110011 427.75 1
-0100110011 428.10 1
-0100110011 427.30 1
-0100110011 265.23 1
-0100110011 5,067 1
-0100110011 5:18 1
-0100110011 434.80 1
-0100110011 1.2721 1
-0100110011 44.4453 1
-0100110011 17,035 1
-0100110011 15,195 1
-0100110011 78,795 1
-0100110011 41.63 1
-0100110011 15.0625 1
-0100110011 74.65 1
-0100110011 3.135 1
-0100110011 113.22 1
-0100110011 84.98 1
-0100110011 266.93 1
-0100110011 257.40 1
-0100110011 389.67 1
-0100110011 430.95 1
-0100110011 22,190 1
-0100110011 645.64 1
-0100110011 428.35 1
-0100110011 146.09 1
-0100110011 90.61 1
-0100110011 88.91 1
-0100110011 48.45 1
-0100110011 40.95 1
-0100110011 30.70 1
-0100110011 525.80 1
-0100110011 437.70 1
-0100110011 4,170 1
-0100110011 44.20 1
-0100110011 429.75 1
-0100110011 44.35 1
-0100110011 48.61 1
-0100110011 1.204 1
-0100110011 48.71 1
-0100110011 50.09 1
-0100110011 41,500,000,000 1
-0100110011 11.642 1
-0100110011 2.427 1
-0100110011 2.452 1
-0100110011 262.37 1
-0100110011 23.19 1
-0100110011 531.02 1
-0100110011 477.12 1
-0100110011 808.6 1
-0100110011 805.56 1
-0100110011 57.31 1
-0100110011 1.0020 1
-0100110011 69.04 1
-0100110011 112.96 1
-0100110011 267.04 1
-0100110011 10,404 1
-0100110011 21,983 1
-0100110011 6,133 1
-0100110011 85.375 1
-0100110011 5:24 1
-0100110011 1.435 1
-0100110011 371.75 1
-0100110011 427.10 1
-0100110011 9:19 1
-0100110011 52,910 1
-0100110011 533.90 1
-0100110011 439.90 1
-0100110011 2,426 1
-0100110011 430.20 1
-0100110011 403.45 1
-0100110011 1.1385 1
-0100110011 6:30-10 1
-0100110011 639.56 1
-0100110011 46.86 1
-0100110011 685.84 1
-0100110011 487.71 1
-0100110011 731.48 1
-0100110011 733.69 1
-0100110011 42.84 1
-0100110011 21.54 1
-0100110011 30.84 1
-0100110011 976.47 1
-0100110011 82.01 1
-0100110011 164.71 1
-0100110011 926.44 1
-0100110011 284.35 1
-0100110011 113.36 1
-0100110011 84.82 1
-0100110011 267.24 1
-0100110011 47.78 1
-0100110011 252.80 1
-0100110011 3.614 1
-0100110011 286.05 1
-0100110011 3.257 1
-0100110011 4.079 1
-0100110011 53.77 1
-0100110011 260.70 1
-0100110011 501.82 1
-0100110011 26.07 1
-0100110011 62.34 1
-0100110011 154.94 1
-0100110011 121.12 1
-0100110011 123.28 1
-0100110011 36.94 1
-0100110011 33.34 1
-0100110011 53.24 1
-0100110011 8.935 1
-0100110011 37.09 1
-0100110011 35.4351 1
-0100110011 22.04 1
-0100110011 1.2855 1
-0100110011 153.96 1
-0100110011 1.0390 1
-0100110011 4.2675 1
-0100110011 2.995 1
-0100110011 2.945 1
-0100110011 43.45 1
-0100110011 48.63 1
-0100110011 274.18 1
-0100110011 84.92 1
-0100110011 266.58 1
-0100110011 491.18 1
-0100110011 391.77 1
-0100110011 7-to-8 1
-0100110011 24.67 1
-0100110011 16,447 1
-0100110011 19:00 1
-0100110011 418.60 1
-0100110011 18.0037 1
-0100110011 598.50 1
-0100110011 360.62 1
-0100110011 24.93 1
-0100110011 460.65 1
-0100110011 1.1278 1
-0100110011 27.67 1
-0100110011 211.73 1
-0100110011 64.30 1
-0100110011 71.90 1
-0100110011 244.34 1
-0100110011 462.55 1
-0100110011 71.69 1
-0100110011 27.85 1
-0100110011 7.166 1
-0100110011 7.954 1
-0100110011 35.62 1
-0100110011 6.646 1
-0100110011 46.42 1
-0100110011 1,823 1
-0100110011 454.15 1
-0100110011 413.19 1
-0100110011 173.91 1
-0100110011 391.89 1
-0100110011 394.46 1
-0100110011 323.33 1
-0100110011 325.11 1
-0100110011 199.96 1
-0100110011 202.53 1
-0100110011 72.14 1
-0100110011 68,292 1
-0100110011 68.031 1
-0100110011 11.5625 1
-0100110011 7:21 1
-0100110011 14.318 1
-0100110011 1.647 1
-0100110011 326.80 1
-0100110011 38.13 1
-0100110011 52.18 1
-0100110011 23.69 1
-0100110011 239.68 1
-0100110011 291.29 1
-0100110011 493.58 1
-0100110011 308.51 1
-0100110011 135.62 1
-0100110011 424.30 1
-0100110011 424.50 1
-0100110011 127.34 1
-0100110011 102.87 1
-0100110011 59.58 1
-0100110011 424.10 1
-0100110011 424.40 1
-0100110011 35.047 1
-0100110011 194,426 1
-0100110011 1.1285 1
-0100110011 461.55 1
-0100110011 96.52 1
-0100110011 34.22 1
-0100110011 65.91 1
-0100110011 380.36 1
-0100110011 103.04 1
-0100110011 103.77 1
-0100110011 109.17 1
-0100110011 105.79 1
-0100110011 43.69 1
-0100110011 699.15 1
-0100110011 361.36 1
-0100110011 528.69 1
-0100110011 271.17 1
-0100110011 691.08 1
-0100110011 908.29 1
-0100110011 925.01 1
-0100110011 84.58 1
-0100110011 163.28 1
-0100110011 495.48 1
-0100110011 495.45 1
-0100110011 749.38 1
-0100110011 206,500 1
-0100110011 461.50 1
-0100110011 114.78 1
-0100110011 74.66 1
-0100110011 461.75 1
-0100110011 566.06 1
-0100110011 37.68 1
-0100110011 44,574 1
-0100110011 38,295 1
-0100110011 67.14 1
-0100110011 461.60 1
-0100110011 6,623 1
-0100110011 38.38 1
-0100110011 70,274 1
-0100110011 128.76 1
-0100110011 472.50 1
-0100110011 357.08 1
-0100110011 23.76 1
-0100110011 37.21 1
-0100110011 164,600 1
-0100110011 70.42 1
-0100110011 577.32 1
-0100110011 458.95 1
-0100110011 462.00 1
-0100110011 28.34 1
-0100110011 4.938 1
-0100110011 338.85 1
-0100110011 362.09 1
-0100110011 169.63 1
-0100110011 191.02 1
-0100110011 360.65 1
-0100110011 202.57 1
-0100110011 64.28 1
-0100110011 107.41 1
-0100110011 243.75 1
-0100110011 46.85 1
-0100110011 105.625 1
-0100110011 597.44 1
-0100110011 1.226 1
-0100110011 228.73 1
-0100110011 3.0425 1
-0100110011 461.45 1
-0100110011 107.67 1
-0100110011 73.08 1
-0100110011 107.79 1
-0100110011 211.90 1
-0100110011 399.12 1
-0100110011 35.37 1
-0100110011 7.267 1
-0100110011 20.36 1
-0100110011 358.62 1
-0100110011 827.2 1
-0100110011 532.10 1
-0100110011 410.10 1
-0100110011 214.15 1
-0100110011 87.68 1
-0100110011 281.94 1
-0100110011 401.18 1
-0100110011 908.95 1
-0100110011 51.22 1
-0100110011 122.69 1
-0100110011 169.23 1
-0100110011 149.66 1
-0100110011 413.25 1
-0100110011 412.40 1
-0100110011 70.51 1
-0100110011 114.38 1
-0100110011 85.63 1
-0100110011 124.33 1
-0100110011 186.55 1
-0100110011 6.117 1
-0100110011 112.48 1
-0100110011 14.263 1
-0100110011 777.983 1
-0100110011 8.864 1
-0100110011 408.45 1
-0100110011 260,100 1
-0100110011 170.76 1
-0100110011 407.60 1
-0100110011 788.48 1
-0100110011 60.33 1
-0100110011 824.12 1
-0100110011 25.74 1
-0100110011 30.96 1
-0100110011 26.68 1
-0100110011 112.76 1
-0100110011 121.15 1
-0100110011 1.4445 1
-0100110011 333.75 1
-0100110011 43.95 1
-0100110011 418.24 1
-0100110011 1,190.70 1
-0100110011 146.88 1
-0100110011 170.33 1
-0100110011 191.72 1
-0100110011 82.19 1
-0100110011 237.99 1
-0100110011 1.4740 1
-0100110011 123,529 1
-0100110011 69.55 1
-0100110011 268.76 1
-0100110011 327.12 1
-0100110011 407.10 1
-0100110011 178.21 1
-0100110011 1.4180 1
-0100110011 1.246 1
-0100110011 411.10 1
-0100110011 7.8425 1
-0100110011 2.8625 1
-0100110011 15,311 1
-0100110011 191.74 1
-0100110011 96.88 1
-0100110011 14,937 1
-0100110011 496.35 1
-0100110011 407.25 1
-0100110011 99.51 1
-0100110011 27.71 1
-0100110011 431.86 1
-0100110011 116.89 1
-0100110011 58.54 1
-0100110011 74.69 1
-0100110011 405.80 1
-0100110011 490.02 1
-0100110011 30.554 1
-0100110011 236.47 1
-0100110011 35.69 1
-0100110011 1.0555 1
-0100110011 424.05 1
-0100110011 47.77 1
-0100110011 419.40 1
-0100110011 419.00 1
-0100110011 25.90 1
-0100110011 68.09 1
-0100110011 419.10 1
-0100110011 431.72 1
-0100110011 31.58 1
-0100110011 416.85 1
-0100110011 1.512 1
-0100110011 4.558 1
-0100110011 423.20 1
-0100110011 35.70 1
-0100110011 32.12 1
-0100110011 262.79 1
-0100110011 116.11 1
-0100110011 87.21 1
-0100110011 274.63 1
-0100110011 270.03 1
-0100110011 16,290 1
-0100110011 421.35 1
-0100110011 421.60 1
-0100110011 579.73 1
-0100110011 256.06 1
-0100110011 427.20 1
-0100110011 420.80 1
-0100110011 424.20 1
-0100110011 578.60 1
-0100110011 1.5380 1
-0100110011 1.499 1
-0100110011 4.589 1
-0100110011 422.55 1
-0100110011 422.80 1
-0100110011 580.60 1
-0100110011 660.24 1
-0100110011 81.66 1
-0100110011 44.76 1
-0100110011 1.272 1
-0100110011 319.40 1
-0100110011 201.03 1
-0100110011 201.25 1
-0100110011 70.71 1
-0100110011 114.93 1
-0100110011 86.32 1
-0100110011 271.96 1
-0100110011 198.27 1
-0100110011 340.77 1
-0100110011 423.50 1
-0100110011 121.51 1
-0100110011 222.54 1
-0100110011 238.97 1
-0100110011 117.01 1
-0100110011 24.51 1
-0100110011 479.10 1
-0100110011 109.59 1
-0100110011 393.05 1
-0100110011 112.49 1
-0100110011 236.49 1
-0100110011 73.76 1
-0100110011 1.326 1
-0100110011 27.101 1
-0100110011 388.50 1
-0100110011 545.44 1
-0100110011 368.6 1
-0100110011 365.14 1
-0100110011 196.28 1
-0100110011 276.57 1
-0100110011 192.28 1
-0100110011 63.95 1
-0100110011 593.65 1
-0100110011 65.61 1
-0100110011 104.33 1
-0100110011 391.05 1
-0100110011 545.01 1
-0100110011 45.90 1
-0100110011 701.30 1
-0100110011 33.73 1
-0100110011 66.48 1
-0100110011 180.35 1
-0100110011 727.31 1
-0100110011 546.96 1
-0100110011 257.93 1
-0100110011 58.07 1
-0100110011 239.08 1
-0100110011 5.361 1
-0100110011 391.70 1
-0100110011 711.6 1
-0100110011 32.91 1
-0100110011 3,078,000 1
-0100110011 406.55 1
-0100110011 39,888 1
-0100110011 403.25 1
-0100110011 143.125 1
-0100110011 68.58 1
-0100110011 7.665 1
-0100110011 105.89 1
-0100110011 64.86 1
-0100110011 23.32 1
-0100110011 811.2 1
-0100110011 117.14 1
-0100110011 392.85 1
-0100110011 381.65 1
-0100110011 105.22 1
-0100110011 199.36 1
-0100110011 107.77 1
-0100110011 62.94 1
-0100110011 107.27 1
-0100110011 10.3277 1
-0100110011 353.79 1
-0100110011 104.64 1
-0100110011 110.41 1
-0100110011 102.11 1
-0100110011 25.64 1
-0100110011 68.53 1
-0100110011 713.8 1
-0100110011 713.3 1
-0100110011 734.8 1
-0100110011 26.74 1
-0100110011 124,623 1
-0100110011 5.486 1
-0100110011 123,787 1
-0100110011 463.75 1
-0100110011 35.83 1
-0100110011 958.3 1
-0100110011 394.65 1
-0100110011 435.34 1
-0100110011 588.07 1
-0100110011 591.33 1
-0100110011 18.175 1
-0100110011 50.37 1
-0100110011 3.736 1
-0100110011 4.348 1
-0100110011 106.27 1
-0100110011 106.15 1
-0100110011 102.46 1
-0100110011 99.39 1
-0100110011 362.53 1
-0100110011 358.72 1
-0100110011 40.34 1
-0100110011 75-a-month 1
-0100110011 47.07 1
-0100110011 14,728 1
-0100110011 6,968 1
-0100110011 68.60 1
-0100110011 358.96 1
-0100110011 95.47 1
-0100110011 101.18 1
-0100110011 103.60 1
-0100110011 271.61 1
-0100110011 411.25 1
-0100110011 17.49 1
-0100110011 41.66 1
-0100110011 5.324 1
-0100110011 47.22 1
-0100110011 44.61 1
-0100110011 49.42 1
-0100110011 572.70 1
-0100110011 389.35 1
-0100110011 55.92 1
-0100110011 57.16 1
-0100110011 91.39 1
-0100110011 3.616 1
-0100110011 2.895 1
-0100110011 2.877 1
-0100110011 102.09 1
-0100110011 38.02 1
-0100110011 123.31 1
-0100110011 122.37 1
-0100110011 121.62 1
-0100110011 3.4606 1
-0100110011 2.7801 1
-0100110011 107.96 1
-0100110011 44.93 1
-0100110011 234.87 1
-0100110011 84.19 1
-0100110011 90.92 1
-0100110011 5.374 1
-0100110011 704.70 1
-0100110011 36.53 1
-0100110011 450.45 1
-0100110011 14.150 1
-0100110011 3:30-5:30 1
-0100110011 90.82 1
-0100110011 92.99 1
-0100110011 65.77 1
-0100110011 62.83 1
-0100110011 236.02 1
-0100110011 21.26 1
-0100110011 340.9 1
-0100110011 731.9 1
-0100110011 404.15 1
-0100110011 178.79 1
-0100110011 29.29 1
-0100110011 1.3455 1
-0100110011 2.0829 1
-0100110011 1.5008 1
-0100110011 1.058 1
-0100110011 65.76 1
-0100110011 40.72 1
-0100110011 51.73 1
-0100110011 6.715 1
-0100110011 6,246 1
-0100110011 543.22 1
-0100110011 603.23 1
-0100110011 415,333 1
-0100110011 15.11 1
-0100110011 65.28 1
-0100110011 61.96 1
-0100110011 233.88 1
-0100110011 114.74 1
-0100110011 58.64 1
-0100110011 36.30 1
-0100110011 259.15 1
-0100110011 231.22 1
-0100110011 43.51 1
-0100110011 104.19 1
-0100110011 213.15 1
-0100110011 212.78 1
-0100110011 361.63 1
-0100110011 352.46 1
-0100110011 387.08 1
-0100110011 148.48 1
-0100110011 139.69 1
-0100110011 403.95 1
-0100110011 30.62 1
-0100110011 5.635 1
-0100110011 28.93 1
-0100110011 355.78 1
-0100110011 106.67 1
-0100110011 111.86 1
-0100110011 108.83 1
-0100110011 19.42 1
-0100110011 34.42 1
-0100110011 70.32 1
-0100110011 1.0580 1
-0100110011 529.30 1
-0100110011 13.573 1
-0100110011 6,279 1
-0100110011 5.545 1
-0100110011 403.55 1
-0100110011 10.063 1
-0100110011 367.13 1
-0100110011 365.44 1
-0100110011 203.61 1
-0100110011 276.42 1
-0100110011 199.45 1
-0100110011 201.91 1
-0100110011 406.45 1
-0100110011 402.25 1
-0100110011 404.55 1
-0100110011 398.45 1
-0100110011 48.90 1
-0100110011 118.04 1
-0100110011 107.58 1
-0100110011 65.83 1
-0100110011 107.60 1
-0100110011 236.18 1
-0100110011 35.63 1
-0100110011 4,704 1
-0100110011 17.97 1
-0100110011 464.25 1
-0100110011 4.261 1
-0100110011 6:15-6:30 1
-0100110011 1-2:30 1
-0100110011 1.2755 1
-0100110011 1.2565 1
-0100110011 2.935 1
-0100110011 81.62 1
-0100110011 65.55 1
-0100110011 83.19 1
-0100110011 76.70 1
-0100110011 402.85 1
-0100110011 3.547 1
-0100110011 2.866 1
-0100110011 2.809 1
-0100110011 27.41 1
-0100110011 402.35 1
-0100110011 3.4866 1
-0100110011 3.5115 1
-0100110011 2.7978 1
-0100110011 2.819 1
-0100110011 731.6 1
-0100110011 119.27 1
-0100110011 107.71 1
-0100110011 62.99 1
-0100110011 236.01 1
-0100110011 12,108.50 1
-0100110011 396.25 1
-0100110011 43.08 1
-0100110011 115.43 1
-0100110011 20.91 1
-0100110011 1:53 1
-0100110011 393.15 1
-0100110011 1.185 1
-0100110011 1.1787 1
-0100110011 1.1503 1
-0100110011 48.12 1
-0100110011 62.71 1
-0100110011 7.681 1
-0100110011 7.424 1
-0100110011 6.851 1
-0100110011 246.02 1
-0100110011 26.35 1
-0100110011 8,000-10,000 1
-0100110011 357.29 1
-0100110011 357.78 1
-0100110011 101.94 1
-0100110011 105.37 1
-0100110011 57.32 1
-0100110011 51.11 1
-0100110011 155.94 1
-0100110011 451.25 1
-0100110011 154.25 1
-0100110011 300.22 1
-0100110011 136.34 1
-0100110011 121.93 1
-0100110011 73.69 1
-0100110011 57.78 1
-0100110011 593.10 1
-0100110011 448.75 1
-0100110011 66.83 1
-0100110011 493.22 1
-0100110011 30.14 1
-0100110011 190.63 1
-0100110011 197.36 1
-0100110011 0.995 1
-0100110011 459.85 1
-0100110011 4.339 1
-0100110011 3.735 1
-0100110011 40.71 1
-0100110011 566.56 1
-0100110011 211.69 1
-0100110011 66.43 1
-0100110011 1.2276 1
-0100110011 35.42 1
-0100110011 64.82 1
-0100110011 106.74 1
-0100110011 237.16 1
-0100110011 739.8 1
-0100110011 3.5256 1
-0100110011 2.8256 1
-0100110011 41,498 1
-0100110011 559.94 1
-0100110011 748.8 1
-0100110011 739.2 1
-0100110011 554.48 1
-0100110011 34.45 1
-0100110011 464.75 1
-0100110011 2.8396 1
-0100110011 3.5413 1
-0100110011 81.89 1
-0100110011 124.41 1
-0100110011 125.38 1
-0100110011 148.38 1
-0100110011 45.19 1
-0100110011 611.70 1
-0100110011 2.256 1
-0100110011 21,690 1
-0100110011 108.875 1
-0100110011 437.35 1
-0100110011 20,266 1
-0100110011 30.78 1
-0100110011 63.20 1
-0100110011 2.578 1
-0100110011 609.50 1
-0100110011 1,703 1
-0100110011 369.25 1
-0100110011 370.62 1
-0100110011 320.54 1
-0100110011 319.59 1
-0100110011 195.61 1
-0100110011 197.53 1
-0100110011 194.33 1
-0100110011 198.89 1
-0100110011 75,600 1
-0100110011 64.98 1
-0100110011 106.02 1
-0100110011 67.26 1
-0100110011 238.27 1
-0100110011 41.38 1
-0100110011 120.18 1
-0100110011 86.92 1
-0100110011 227.62 1
-0100110011 19.23 1
-0100110011 459.25 1
-0100110011 25.82 1
-0100110011 20.81 1
-0100110011 51,835 1
-0100110011 464.45 1
-0100110011 194.48 1
-0100110011 41.00 1
-0100110011 4,138,000 1
-0100110011 459.45 1
-0100110011 1.688 1
-0100110011 22.96 1
-0100110011 109.72 1
-0100110011 211.16 1
-0100110011 61.60 1
-0100110011 93.76 1
-0100110011 303.3 1
-0100110011 399.21 1
-0100110011 574.13 1
-0100110011 535.72 1
-0100110011 467.70 1
-0100110011 2.874 1
-0100110011 2.883 1
-0100110011 3.599 1
-0100110011 3.604 1
-0100110011 629.41 1
-0100110011 315.70 1
-0100110011 356.13 1
-0100110011 673.68 1
-0100110011 589.47 1
-0100110011 631.58 1
-0100110011 203.10 1
-0100110011 29.05 1
-0100110011 756.7 1
-0100110011 457.25 1
-0100110011 137.30 1
-0100110011 236.27 1
-0100110011 66.70 1
-0100110011 451.35 1
-0100110011 568.85 1
-0100110011 31.63 1
-0100110011 58.39 1
-0100110011 417.05 1
-0100110011 320.38 1
-0100110011 189.96 1
-0100110011 186.64 1
-0100110011 194.64 1
-0100110011 23.36 1
-0100110011 370.53 1
-0100110011 369.42 1
-0100110011 320.69 1
-0100110011 5,321 1
-0100110011 27.77 1
-0100110011 472.65 1
-0100110011 9,715 1
-0100110011 25.27 1
-0100110011 1,974 1
-0100110011 19,250 1
-0100110011 65.17 1
-0100110011 235.40 1
-0100110011 482.20 1
-0100110011 38.65 1
-0100110011 108.65 1
-0100110011 85.82 1
-0100110011 470.25 1
-0100110011 411.65 1
-0100110011 786.16 1
-0100110011 740.2 1
-0100110011 24.84 1
-0100110011 83.27 1
-0100110011 448.31 1
-0100110011 589.94 1
-0100110011 574.73 1
-0100110011 142.62 1
-0100110011 46.51 1
-0100110011 6.325 1
-0100110011 30.67 1
-0100110011 420.30 1
-0100110011 422.70 1
-0100110011 23.34 1
-0100110011 327.01 1
-0100110011 1993.75 1
-0100110011 119.99 1
-0100110011 154.75 1
-0100110011 431.60 1
-0100110011 250.70 1
-0100110011 437.55 1
-0100110011 12,000,000,000 1
-0100110011 107.31 1
-0100110011 63.80 1
-0100110011 236.77 1
-0100110011 366.67 1
-0100110011 125.32 1
-0100110011 215.09 1
-0100110011 294.39 1
-0100110011 2.672 1
-0100110011 6.805 1
-0100110011 50,000-99,999 1
-0100110011 12,490 1
-0100110011 10,000-19,999 1
-0100110011 850-a-month 1
-0100110011 104.41 1
-0100110011 64.17 1
-0100110011 374.30 1
-0100110011 381.01 1
-0100110011 29.23 1
-0100110011 54.89 1
-0100110011 78,700 1
-0100110011 217.52 1
-0100110011 18,760.94 1
-0100110011 7.354 1
-0100110011 427.76 1
-0100110011 198.54 1
-0100110011 576.05 1
-0100110011 69.15 1
-0100110011 71.70 1
-0100110011 419.85 1
-0100110011 9.763 1
-0100110011 36.0 1
-0100110011 244.85 1
-0100110011 436.66 1
-0100110011 358.22 1
-0100110011 559.50 1
-0100110011 51.07 1
-0100110011 317.07 1
-0100110011 174.23 1
-0100110011 28.087 1
-0100110011 33.37 1
-0100110011 126.375 1
-0100110011 144.01 1
-0100110011 115.875 1
-0100110011 1,637 1
-0100110011 374.16 1
-0100110011 390.89 1
-0100110011 2.109 1
-0100110011 159.68 1
-0100110011 577.91 1
-0100110011 1.1191 1
-0100110011 1.1299 1
-0100110011 355.88 1
-0100110011 3.5551 1
-0100110011 2.8380 1
-0100110011 2.8389 1
-0100110011 753.7 1
-0100110011 38.31 1
-0100110011 151.99 1
-0100110011 35.05 1
-0100110011 16,650 1
-0100110011 2:25 1
-0100110011 104.82 1
-0100110011 68.19 1
-0100110011 236.45 1
-0100110011 221.75 1
-0100110011 214.42 1
-0100110011 18.081 1
-0100110011 462.45 1
-0100110011 338.86 1
-0100110011 33.89 1
-0100110011 50.53 1
-0100110011 369.46 1
-0100110011 359.08 1
-0100110011 55.76 1
-0100110011 2.054 1
-0100110011 1.511 1
-0100110011 46.59 1
-0100110011 3.373 1
-0100110011 22.99 1
-0100110011 59.44 1
-0100110011 46.49 1
-0100110011 84.90 1
-0100110011 1.692 1
-0100110011 38.93 1
-0100110011 371.22 1
-0100110011 375.55 1
-0100110011 320.09 1
-0100110011 195.47 1
-0100110011 199.40 1
-0100110011 199.80 1
-0100110011 515.49 1
-0100110011 1.108 1
-0100110011 16.570 1
-0100110011 23.31 1
-0100110011 119.17 1
-0100110011 1.285 1
-0100110011 36.60 1
-0100110011 31.76 1
-0100110011 127.375 1
-0100110011 21.15 1
-0100110011 14.2661 1
-0100110011 384.1 1
-0100110011 445.15 1
-0100110011 1.493 1
-0100110011 105.36 1
-0100110011 69.11 1
-0100110011 238.91 1
-0100110011 64.43 1
-0100110011 47.04 1
-0100110011 157.69 1
-0100110011 69,871 1
-0100110011 5.010 1
-0100110011 40.32 1
-0100110011 2:09 1
-0100110011 2:06 1
-0100110011 448.25 1
-0100110011 341.08 1
-0100110011 4,930 1
-0100110011 463.35 1
-0100110011 224.56 1
-0100110011 39.90 1
-0100110011 2317 1
-0100110011 34.37 1
-0100110011 107.82 1
-0100110011 198.18 1
-0100110011 385.22 1
-0100110011 390.91 1
-0100110011 321.62 1
-0100110011 200.59 1
-0100110011 199.25 1
-0100110011 205.45 1
-0100110011 204.94 1
-0100110011 391.18 1
-0100110011 70.73 1
-0100110011 120.06 1
-0100110011 591.18 1
-0100110011 181,800 1
-0100110011 217,600 1
-0100110011 1:17 1
-0100110011 463.60 1
-0100110011 760,900 1
-0100110011 1.1615 1
-0100110011 26.86 1
-0100110011 464.35 1
-0100110011 66.13 1
-0100110011 108.01 1
-0100110011 70.36 1
-0100110011 244.25 1
-0100110011 244.51 1
-0100110011 81,643 1
-0100110011 611.87 1
-0100110011 156.92 1
-0100110011 9.485 1
-0100110011 41,422 1
-0100110011 233.09 1
-0100110011 446.75 1
-0100110011 58.43 1
-0100110011 127.73 1
-0100110011 132.37 1
-0100110011 37.98 1
-0100110011 452.10 1
-0100110011 54.54 1
-0100110011 9:25 1
-0100110011 2.893 1
-0100110011 3.630 1
-0100110011 36.46 1
-0100110011 20.52 1
-0100110011 63.78 1
-0100110011 67.46 1
-0100110011 235.75 1
-0100110011 81.60 1
-0100110011 26.5375 1
-0100110011 32.87 1
-0100110011 2.224 1
-0100110011 17.095 1
-0100110011 32.32 1
-0100110011 14.395 1
-0100110011 90.16 1
-0100110011 109.83 1
-0100110011 49.18 1
-0100110011 4.352 1
-0100110011 3.739 1
-0100110011 644,635 1
-0100110011 804.470 1
-0100110011 497.25 1
-0100110011 365.15 1
-0100110011 173.51 1
-0100110011 31.85 1
-0100110011 19.58 1
-0100110011 237.43 1
-0100110011 79.89 1
-0100110011 262.41 1
-0100110011 39.38 1
-0100110011 4.587 1
-0100110011 31.03 1
-0100110011 97.62 1
-0100110011 3,576 1
-0100110011 163.43 1
-0100110011 65.26 1
-0100110011 1:04 1
-0100110011 23.58 1
-0100110011 83.51 1
-0100110011 6.186 1
-0100110011 50.11 1
-0100110011 27.68 1
-0100110011 27.96 1
-0100110011 4,803 1
-0100110011 278.96 1
-0100110011 502.30 1
-0100110011 756.3 1
-0100110011 493.45 1
-0100110011 125.86 1
-0100110011 64.57 1
-0100110011 noon-6 1
-0100110011 64.07 1
-0100110011 428.75 1
-0100110011 448.82 1
-0100110011 4.760 1
-0100110011 2.434 1
-0100110011 46.56 1
-0100110011 40,166 1
-0100110011 8,370 1
-0100110011 14.39 1
-0100110011 328.46 1
-0100110011 398.48 1
-0100110011 110.84 1
-0100110011 188.84 1
-0100110011 208.92 1
-0100110011 486.35 1
-0100110011 1.8203 1
-0100110011 1,822 1
-0100110011 483.60 1
-0100110011 256.70 1
-0100110011 73.15 1
-0100110011 484.45 1
-0100110011 29.20 1
-0100110011 18.23 1
-0100110011 109.86 1
-0100110011 119.72 1
-0100110011 608.75 1
-0100110011 175.23 1
-0100110011 3.5116 1
-0100110011 2.8186 1
-0100110011 2.8202 1
-0100110011 3.5146 1
-0100110011 73.09 1
-0100110011 79.22 1
-0100110011 19,502 1
-0100110011 16.23 1
-0100110011 6.842 1
-0100110011 45.090 1
-0100110011 672.1 1
-0100110011 3.321 1
-0100110011 756.9 1
-0100110011 738.6 1
-0100110011 4.057 1
-0100110011 769.6 1
-0100110011 1.1125 1
-0100110011 1.1525 1
-0100110011 2408 1
-0100110011 31.86 1
-0100110011 33.01 1
-0100110011 44.81 1
-0100110011 23.974 1
-0100110011 6.713 1
-0100110011 16.93 1
-0100110011 392.80 1
-0100110011 46,820 1
-0100110011 486.75 1
-0100110011 300,654 1
-0100110011 484.75 1
-0100110011 485.50 1
-0100110011 493.40 1
-0100110011 1.6515 1
-0100110011 93,150 1
-0100110011 397.82 1
-0100110011 6,167 1
-0100110011 85.05 1
-0100110011 1.20625 1
-0100110011 479.75 1
-0100110011 3.032 1
-0100110011 28.84 1
-0100110011 27.86 1
-0100110011 487.25 1
-0100110011 117.52 1
-0100110011 9:31 1
-0100110011 9.516 1
-0100110011 754.4 1
-0100110011 144.84 1
-0100110011 505.80 1
-0100110011 48.30 1
-0100110011 483.95 1
-0100110011 1.679 1
-0100110011 7.114 1
-0100110011 61.09 1
-0100110011 452.16 1
-0100110011 108.28 1
-0100110011 387.51 1
-0100110011 111.06 1
-0100110011 111.09 1
-0100110011 600,000,000,000 1
-0100110011 45.85 1
-0100110011 484.85 1
-0100110011 23.45 1
-0100110011 6.075 1
-0100110011 483.45 1
-0100110011 482.90 1
-0100110011 59.76 1
-0100110011 2.509 1
-0100110011 1.626 1
-0100110011 164.36 1
-0100110011 119.34 1
-0100110011 80.05 1
-0100110011 1.179 1
-0100110011 481.19 1
-0100110011 597.55 1
-0100110011 65.43 1
-0100110011 234.75 1
-0100110011 1.3402 1
-0100110011 45.72 1
-0100110011 77,400-a-year 1
-0100110011 51.23 1
-0100110011 56.80 1
-0100110011 54.42705 1
-0100110011 325.95 1
-0100110011 410.25 1
-0100110011 237.46 1
-0100110011 62.70 1
-0100110011 409.35 1
-0100110011 169.44 1
-0100110011 5.585 1
-0100110011 61.36 1
-0100110011 68.71 1
-0100110011 207,317 1
-0100110011 63.96 1
-0100110011 63.97 1
-0100110011 63.94 1
-0100110011 231.95 1
-0100110011 34.74 1
-0100110011 23.92 1
-0100110011 367.09 1
-0100110011 198.23 1
-0100110011 276.59 1
-0100110011 200.42 1
-0100110011 335.3 1
-0100110011 18,616 1
-0100110011 66.91 1
-0100110011 65.23 1
-0100110011 403.65 1
-0100110011 26.57 1
-0100110011 31.39 1
-0100110011 470.70 1
-0100110011 356.60 1
-0100110011 2.7625 1
-0100110011 482.40 1
-0100110011 61.90 1
-0100110011 402.75 1
-0100110011 400.10 1
-0100110011 62.52 1
-0100110011 2.762 1
-0100110011 3.487 1
-0100110011 2.864 1
-0100110011 3.527 1
-0100110011 3.555 1
-0100110011 76.10 1
-0100110011 2:304:30 1
-0100110011 19000 1
-0100110011 65.09 1
-0100110011 309.75 1
-0100110011 4.031 1
-0100110011 407.75 1
-0100110011 3.998 1
-0100110011 4.209 1
-0100110011 82.85 1
-0100110011 90.11 1
-0100110011 136.875 1
-0100110011 538.50 1
-0100110011 5.715 1
-0100110011 24.21 1
-0100110011 1.21-an-hour 1
-0100110011 409.25 1
-0100110011 1.0697 1
-0100110011 1.0538 1
-0100110011 1.0534 1
-0100110011 65.01 1
-0100110011 106.88 1
-0100110011 62.20 1
-0100110011 234.09 1
-0100110011 29.698 1
-0100110011 46.14 1
-0100110011 28.98 1
-0100110011 80.46 1
-0100110011 39.47 1
-0100110011 83.01 1
-0100110011 6:01 1
-0100110011 422.50 1
-0100110011 89.43 1
-0100110011 64.76 1
-0100110011 1.445 1
-0100110011 120.94 1
-0100110011 208.77 1
-0100110011 81.56 1
-0100110011 332.06 1
-0100110011 66.87 1
-0100110011 2.8043 1
-0100110011 5.647 1
-0100110011 415.15 1
-0100110011 58.58 1
-0100110011 74.39 1
-0100110011 15.153 1
-0100110011 76.52 1
-0100110011 123.125 1
-0100110011 467,374 1
-0100110011 27.3125 1
-0100110011 275.53 1
-0100110011 363.05 1
-0100110011 365.25 1
-0100110011 194.46 1
-0100110011 202.61 1
-0100110011 196.66 1
-0100110011 204.49 1
-0100110011 277.02 1
-0100110011 1.457 1
-0100110011 2.336 1
-0100110011 365.36 1
-0100110011 419.05 1
-0100110011 673.62 1
-0100110011 672.27 1
-0100110011 674.75 1
-0100110011 676.21 1
-0100110011 1,904 1
-0100110011 40.750 1
-0100110011 41.245 1
-0100110011 19,252 1
-0100110011 915.20 1
-0100110011 24.71 1
-0100110011 458.55 1
-0100110011 41.41 1
-0100110011 604.18 1
-0100110011 883.23 1
-0100110011 126.99 1
-0100110011 580.37 1
-0100110011 458.15 1
-0100110011 138.17 1
-0100110011 36.78 1
-0100110011 411.66 1
-0100110011 415.02 1
-0100110011 19,819 1
-0100110011 67.77 1
-0100110011 37.28 1
-0100110011 3.732 1
-0100110011 2.984 1
-0100110011 185.77 1
-0100110011 117.96 1
-0100110011 502.50 1
-0100110011 626.6 1
-0100110011 64.65 1
-0100110011 72.53 1
-0100110011 245.57 1
-0100110011 95.125 1
-0100110011 3:08 1
-0100110011 362.95 1
-0100110011 610.27 1
-0100110011 34.60 1
-0100110011 699,910 1
-0100110011 182.88 1
-0100110011 18,618 1
-0100110011 583.93 1
-0100110011 1.3505 1
-0100110011 366.68 1
-0100110011 456.35 1
-0100110011 3:51 1
-0100110011 19,255 1
-0100110011 8,726 1
-0100110011 368.87 1
-0100110011 382.40 1
-0100110011 387.91 1
-0100110011 379.47 1
-0100110011 389.07 1
-0100110011 406.80 1
-0100110011 6.489 1
-0100110011 64.58 1
-0100110011 205.88 1
-0100110011 6:33 1
-0100110011 353.63 1
-0100110011 107.44 1
-0100110011 103.57 1
-0100110011 389.65 1
-0100110011 104.48 1
-0100110011 233.81 1
-0100110011 471.80 1
-0100110011 390.20 1
-0100110011 1.631 1
-0100110011 28.51 1
-0100110011 340.47 1
-0100110011 389.75 1
-0100110011 720.9 1
-0100110011 722.5 1
-0100110011 583.6 1
-0100110011 603.2 1
-0100110011 16.295 1
-0100110011 156.58 1
-0100110011 201.80 1
-0100110011 335.09 1
-0100110011 114.92 1
-0100110011 122.68 1
-0100110011 22.856 1
-0100110011 53.19 1
-0100110011 37.74 1
-0100110011 2.7225 1
-0100110011 1.645 1
-0100110011 29.08 1
-0100110011 69.13 1
-0100110011 122.39 1
-0100110011 92.06 1
-0100110011 92.53 1
-0100110011 392.25 1
-0100110011 85.30 1
-0100110011 23.93 1
-0100110011 2.0525 1
-0100110011 392.45 1
-0100110011 5.358 1
-0100110011 52.26 1
-0100110011 169.52 1
-0100110011 84.27 1
-0100110011 33.39 1
-0100110011 206.31 1
-0100110011 148.10 1
-0100110011 66.08 1
-0100110011 64.47 1
-0100110011 235.54 1
-0100110011 394.35 1
-0100110011 720.7 1
-0100110011 125.375 1
-0100110011 2.785 1
-0100110011 2.815 1
-0100110011 2.103 1
-0100110011 2.113 1
-0100110011 3.531 1
-0100110011 386.29 1
-0100110011 380.69 1
-0100110011 384.24 1
-0100110011 893,500 1
-0100110011 982,130 1
-0100110011 176,600 1
-0100110011 540.60 1
-0100110011 321,686 1
-0100110011 122.96 1
-0100110011 1.666 1
-0100110011 8.751 1
-0100110011 8.716 1
-0100110011 9.256 1
-0100110011 1.155 1
-0100110011 2.5625 1
-0100110011 697.45 1
-0100110011 1,138.34 1
-0100110011 695.17 1
-0100110011 716.94 1
-0100110011 887.35 1
-0100110011 3.663 1
-0100110011 17.01 1
-0100110011 13.745 1
-0100110011 14.745 1
-0100110011 49.58 1
-0100110011 121.24 1
-0100110011 25.68 1
-0100110011 8,619 1
-0100110011 447.40 1
-0100110011 112.74 1
-0100110011 223.47 1
-0100110011 36,667 1
-0100110011 147.95 1
-0100110011 450.00 1
-0100110011 13.469 1
-0100110011 6.6450 1
-0100110011 1.3646 1
-0100110011 1.1531 1
-0100110011 363.60 1
-0100110011 363.30 1
-0100110011 1.278 1
-0100110011 88.21 1
-0100110011 442.35 1
-0100110011 112.58 1
-0100110011 563.00 1
-0100110011 553.40 1
-0100110011 109.19 1
-0100110011 61.88 1
-0100110011 105.24 1
-0100110011 105.38 1
-0100110011 10.409 1
-0100110011 444.45 1
-0100110011 700.65 1
-0100110011 391.94 1
-0100110011 392.41 1
-0100110011 30.52 1
-0100110011 38.72 1
-0100110011 28.97 1
-0100110011 30.42 1
-0100110011 563.30 1
-0100110011 111.77 1
-0100110011 51.30 1
-0100110011 48.39 1
-0100110011 780.64 1
-0100110011 122,079 1
-0100110011 52.40 1
-0100110011 157,856 1
-0100110011 65.49 1
-0100110011 438.05 1
-0100110011 25-30 1
-0100110011 72.43 1
-0100110011 82.94 1
-0100110011 270.56 1
-0100110011 79.42 1
-0100110011 24.13 1
-0100110011 452.50 1
-0100110011 369.7 1
-0100110011 1.1533 1
-0100110011 177,720 1
-0100110011 1.862 1
-0100110011 17.729 1
-0100110011 26,292 1
-0100110011 84.21 1
-0100110011 8.1875 1
-0100110011 348.98 1
-0100110011 719.97 1
-0100110011 479.46 1
-0100110011 42.45 1
-0100110011 17.04 1
-0100110011 587.27 1
-0100110011 118.58 1
-0100110011 127.22 1
-0100110011 25.73 1
-0100110011 124.39 1
-0100110011 27.02 1
-0100110011 815.6 1
-0100110011 33.520 1
-0100110011 128,333 1
-0100110011 449.65 1
-0100110011 7.215 1
-0100110011 73.95 1
-0100110011 116.29 1
-0100110011 272.84 1
-0100110011 424.80 1
-0100110011 3,289 1
-0100110011 252.87 1
-0100110011 424.08 1
-0100110011 59.83 1
-0100110011 38.08 1
-0100110011 3.482 1
-0100110011 278.03 1
-0100110011 826.80 1
-0100110011 82.33 1
-0100110011 24.26 1
-0100110011 110.39 1
-0100110011 203.50 1
-0100110011 363.76 1
-0100110011 1.275 1
-0100110011 7,464.84 1
-0100110011 7.317 1
-0100110011 137.04 1
-0100110011 210.06 1
-0100110011 84.28 1
-0100110011 502.61 1
-0100110011 84.79 1
-0100110011 51.69 1
-0100110011 25.99 1
-0100110011 6.291 1
-0100110011 105.96 1
-0100110011 0.1267 1
-0100110011 0.5417 1
-0100110011 0.26875 1
-0100110011 332.78 1
-0100110011 658.52 1
-0100110011 450.16 1
-0100110011 2.3675 1
-0100110011 34.67 1
-0100110011 22.06 1
-0100110011 672.41 1
-0100110011 25.18 1
-0100110011 1.5569 1
-0100110011 113.06 1
-0100110011 35.79 1
-0100110011 247.15 1
-0100110011 4:12 1
-0100110011 449.30 1
-0100110011 85.33 1
-0100110011 148.16 1
-0100110011 6,891 1
-0100110011 325-a-week 1
-0100110011 4.134 1
-0100110011 1.887 1
-0100110011 5.204 1
-0100110011 24.74 1
-0100110011 52.79 1
-0100110011 47.86 1
-0100110011 848.71 1
-0100110011 3-an-hour 1
-0100110011 11:53 1
-0100110011 24.45 1
-0100110011 76.04 1
-0100110011 82.69 1
-0100110011 273.61 1
-0100110011 82.53 1
-0100110011 31.64 1
-0100110011 152.34 1
-0100110011 363.15 1
-0100110011 364.90 1
-0100110011 10:38 1
-0100110011 1.017 1
-0100110011 1.634 1
-0100110011 368.92 1
-0100110011 233.39 1
-0100110011 94.28 1
-0100110011 141.61 1
-0100110011 98.97 1
-0100110011 137.68 1
-0100110011 1.473 1
-0100110011 64.14 1
-0100110011 70.56 1
-0100110011 652.97 1
-0100110011 54.73 1
-0100110011 86.84 1
-0100110011 28.24 1
-0100110011 32.03 1
-0100110011 701.9 1
-0100110011 210.35 1
-0100110011 20,485 1
-0100110011 319.87 1
-0100110011 228.71 1
-0100110011 175.38 1
-0100110011 315.68 1
-0100110011 361.80 1
-0100110011 1,000:8.84 1
-0100110011 1.1597 1
-0100110011 55.78 1
-0100110011 19.650 1
-0100110011 24.378 1
-0100110011 2.901 1
-0100110011 34.34 1
-0100110011 391.78 1
-0100110011 814.91 1
-0100110011 71.98 1
-0100110011 4.849 1
-0100110011 258.31 1
-0100110011 55.56 1
-0100110011 464.40 1
-0100110011 42.49 1
-0100110011 22.98 1
-0100110011 171.67 1
-0100110011 254.67 1
-0100110011 248.59 1
-0100110011 45.33 1
-0100110011 119.91 1
-0100110011 194.15 1
-0100110011 38.01 1
-0100110011 6.1475 1
-0100110011 250.34 1
-0100110011 241.12 1
-0100110011 92.26 1
-0100110011 2.108 1
-0100110011 38.18 1
-0100110011 35,510 1
-0100110011 204.87 1
-0100110011 190.01 1
-0100110011 285.25 1
-0100110011 2.018 1
-0100110011 8.452 1
-0100110011 8.905 1
-0100110011 3.280 1
-0100110011 SFr2 1
-0100110011 4.466 1
-0100110011 66,197 1
-0100110011 35,352 1
-0100110011 112.86 1
-0100110011 1.3747 1
-0100110011 1.3810 1
-0100110011 7.3150 1
-0100110011 467.25 1
-0100110011 466.35 1
-0100110011 113.34 1
-0100110011 80.26 1
-0100110011 274.83 1
-0100110011 78.02 1
-0100110011 87.24 1
-0100110011 88.46 1
-0100110011 86.99 1
-0100110011 18,740 1
-0100110011 1.084722 1
-0100110011 40,816 1
-0100110011 4.598 1
-0100110011 4.486 1
-0100110011 857.63 1
-0100110011 822.501 1
-0100110011 464.80 1
-0100110011 4.235 1
-0100110011 8:56 1
-0100110011 365.80 1
-0100110011 378.03 1
-0100110011 24.185 1
-0100110011 24,333 1
-0100110011 628.75 1
-0100110011 US1.45 1
-0100110011 70.61 1
-0100110011 267.28 1
-0100110011 46.78 1
-0100110011 45.80 1
-0100110011 66,332 1
-0100110011 82,368 1
-0100110011 112,464 1
-0100110011 143,405 1
-0100110011 109.999 1
-0100110011 481.40 1
-0100110011 83.61 1
-0100110011 377.66 1
-0100110011 8,197 1
-0100110011 84.12 1
-0100110011 95.88 1
-0100110011 8,182 1
-0100110011 541.72 1
-0100110011 296.95 1
-0100110011 31.53 1
-0100110011 388.60 1
-0100110011 430.23 1
-0100110011 409.73 1
-0100110011 422.75 1
-0100110011 449.10 1
-0100110011 79.35 1
-0100110011 456.10 1
-0100110011 369.80 1
-0100110011 2.494 1
-0100110011 54.67 1
-0100110011 3.955 1
-0100110011 8.605 1
-0100110011 940,434 1
-0100110011 27.06 1
-0100110011 254.61 1
-0100110011 80.39 1
-0100110011 367.90 1
-0100110011 26.80 1
-0100110011 626.85 1
-0100110011 574.38 1
-0100110011 4.159 1
-0100110011 54.637 1
-0100110011 53.226 1
-0100110011 41.553 1
-0100110011 365.60 1
-0100110011 62.89 1
-0100110011 22.02 1
-0100110011 1.202 1
-0100110011 108.52 1
-0100110011 392.38 1
-0100110011 111.26 1
-0100110011 118.69 1
-0100110011 470.85 1
-0100110011 24.347 1
-0100110011 89.64 1
-0100110011 2,678,000 1
-0100110011 2.260 1
-0100110011 148.093 1
-0100110011 387.44 1
-0100110011 332.44 1
-0100110011 29.83 1
-0100110011 399.47 1
-0100110011 388.82 1
-0100110011 15.79 1
-0100110011 15,548 1
-0100110011 830.8 1
-0100110011 611.26 1
-0100110011 2,417 1
-0100110011 30.59 1
-0100110011 463.566 1
-0100110011 144.09 1
-0100110011 47.20 1
-0100110011 43.09 1
-0100110011 29.27 1
-0100110011 585.90 1
-0100110011 80.66 1
-0100110011 40.08 1
-0100110011 207.71 1
-0100110011 89,931 1
-0100110011 116.28 1
-0100110011 112.57 1
-0100110011 404.12 1
-0100110011 400.42 1
-0100110011 414.7 1
-0100110011 7.835 1
-0100110011 460.00 1
-0100110011 460.60 1
-0100110011 3.440 1
-0100110011 .51 1
-0100110011 368.35 1
-0100110011 17,8100 1
-0100110011 1,682 1
-0100110011 8,807 1
-0100110011 74.44 1
-0100110011 274.12 1
-0100110011 264.20 1
-0100110011 579.30 1
-0100110011 52.45 1
-0100110011 487.93 1
-0100110011 29.340 1
-0100110011 9:40 1
-0100110011 157.59 1
-0100110011 238.01 1
-0100110011 521.71 1
-0100110011 441.75 1
-0100110011 957.29 1
-0100110011 590.97 1
-0100110011 627.09 1
-0100110011 522.07 1
-0100110011 65.73 1
-0100110011 83.99 1
-0100110011 84.31 1
-0100110011 105.03 1
-0100110011 43.46 1
-0100110011 394.79 1
-0100110011 320.71 1
-0100110011 91.05 1
-0100110011 109.875 1
-0100110011 360.70 1
-0100110011 132.92 1
-0100110011 927.82 1
-0100110011 89.99 1
-0100110011 126.24 1
-0100110011 383.77 1
-0100110011 4.479 1
-0100110011 868.59 1
-0100110011 98.41 1
-0100110011 6.751 1
-0100110011 76.26 1
-0100110011 145.92 1
-0100110011 24.97 1
-0100110011 865.35 1
-0100110011 455.55 1
-0100110011 4.273 1
-0100110011 130.71 1
-0100110011 716.3 1
-0100110011 85.85 1
-0100110011 29.98 1
-0100110011 47.33 1
-0100110011 88.30 1
-0100110011 1.038 1
-0100110011 892.37 1
-0100110011 976.48 1
-0100110011 1.681 1
-0100110011 92.24 1
-0100110011 180.19 1
-0100110011 93.58 1
-0100110011 194.09 1
-0100110011 1.571 1
-0100110011 101.44 1
-0100110011 42.02 1
-0100110011 1.268 1
-0100110011 2.051 1
-0100110011 1.921 1
-0100110011 362.35 1
-0100110011 218.89 1
-0100110011 1.843 1
-0100110011 771.7 1
-0100110011 2963 1
-0100110011 235.65 1
-0100110011 622.90 1
-0100110011 2857 1
-0100110011 33.155 1
-0100110011 779.06 1
-0100110011 83.625 1
-0100110011 5,700. 1
-0100110011 367.55 1
-0100110011 24,744 1
-0100110011 31,139 1
-0100110011 2.966 1
-0100110011 1.598 1
-0100110011 3.746 1
-0100110011 193.60 1
-0100110011 80,740 1
-0100110011 6:36 1
-0100110011 9:43 1
-0100110011 10:44 1
-0100110011 10:06 1
-0100110011 42.99 1
-0100110011 42.48 1
-0100110011 17.635 1
-0100110011 6,536 1
-0100110011 4,017 1
-0100110011 459.80 1
-0100110011 83.41 1
-0100110011 28.687 1
-0100110011 40.90 1
-0100110011 36.73 1
-0100110011 148.06 1
-0100110011 5.354 1
-0100110011 357.96 1
-0100110011 73.52 1
-0100110011 84.07 1
-0100110011 273.31 1
-0100110011 28.12 1
-0100110011 2.123 1
-0100110011 455.25 1
-0100110011 74.67 1
-0100110011 110.62 1
-0100110011 109.21 1
-0100110011 42.11 1
-0100110011 89.39 1
-0100110011 9.374 1
-0100110011 2.454 1
-0100110011 343.22 1
-0100110011 85.58 1
-0100110011 31.08 1
-0100110011 147.85 1
-0100110011 109.78 1
-0100110011 33.99 1
-0100110011 179.83 1
-0100110011 91.09 1
-0100110011 62.36 1
-0100110011 845.38 1
-0100110011 2.925 1
-0100110011 53.31 1
-0100110011 89.11 1
-0100110011 726.84 1
-0100110011 2.503 1
-0100110011 41.20 1
-0100110011 866.93 1
-0100110011 150.17 1
-0100110011 70.93 1
-0100110011 33.41 1
-0100110011 894.242 1
-0100110011 42,932 1
-0100110011 26.028 1
-0100110011 72.89 1
-0100110011 93.02 1
-0100110011 5.822 1
-0100110011 117.57 1
-0100110011 112.62 1
-0100110011 1.201 1
-0100110011 4.669 1
-0100110011 4.607 1
-0100110011 275.25 1
-0100110011 281.93 1
-0100110011 54.06 1
-0100110011 31.22 1
-0100110011 3.0725 1
-0100110011 30.95 1
-0100110011 67.45 1
-0100110011 46.90 1
-0100110011 182.75 1
-0100110011 374.6 1
-0100110011 6.4925 1
-0100110011 6.735 1
-0100110011 1.1395 1
-0100110011 785.48 1
-0100110011 P6 1
-0100110011 7.3146 1
-0100110011 6.3775 1
-0100110011 86.33 1
-0100110011 421.61 1
-0100110011 436.72 1
-0100110011 327.25 1
-0100110011 39.14 1
-0100110011 67.43 1
-0100110011 2.3825 1
-0100110011 89.71 1
-0100110011 94.36 1
-0100110011 1.2560 1
-0100110011 93.97 1
-0100110011 373.92 1
-0100110011 40.14 1
-0100110011 26.54 1
-0100110011 18.54 1
-0100110011 176,950 1
-0100110011 73.13 1
-0100110011 103.89 1
-0100110011 431.35 1
-0100110011 123.51 1
-0100110011 16.37 1
-0100110011 89.57 1
-0100110011 699.24 1
-0100110011 15,750 1
-0100110011 1:43 1
-0100110011 10:46 1
-0100110011 394.48 1
-0100110011 397.13 1
-0100110011 108.87 1
-0100110011 113.49 1
-0100110011 359.20 1
-0100110011 50.42 1
-0100110011 510.40 1
-0100110011 38.21 1
-0100110011 961.96 1
-0100110011 141.86 1
-0100110011 455.00 1
-0100110011 1.728 1
-0100110011 15.28 1
-0100110011 547.89 1
-0100110011 957,027 1
-0100110011 3.183 1
-0100110011 270.76 1
-0100110011 3.879 1
-0100110011 3.049 1
-0100110011 31.29 1
-0100110011 34.07 1
-0100110011 39.29 1
-0100110011 61.72 1
-0100110011 84.77 1
-0100110011 110.68 1
-0100110011 149.21 1
-0100110011 276.24 1
-0100110011 344.65 1
-0100110011 26.61 1
-0100110011 464.0 1
-0100110011 473.66 1
-0100110011 956.94 1
-0100110011 33.23 1
-0100110011 207.24 1
-0100110011 338.39 1
-0100110011 336.82 1
-0100110011 408.83 1
-0100110011 55-a-plate 1
-0100110011 37.33 1
-0100110011 273.1 1
-0100110011 2.157 1
-0100110011 23.61 1
-0100110011 24.96 1
-0100110011 33.18 1
-0100110011 6.239 1
-0100110011 474.70 1
-0100110011 612,122 1
-0100110011 83.82 1
-0100110011 121.98 1
-0100110011 151,300 1
-0100110011 278.78 1
-0100110011 387.42 1
-0100110011 51.76 1
-0100110011 240.79 1
-0100110011 431.15 1
-0100110011 2:20 1
-0100110011 5.675 1
-0100110011 1244 1
-0100110011 357.75 1
-0100110011 359.40 1
-0100110011 66.16 1
-0100110011 1.587 1
-0100110011 197.27 1
-0100110011 53.3322 1
-0100110011 127.28 1
-0100110011 173.96 1
-0100110011 797.70 1
-0100110011 7.655 1
-0100110011 8.154 1
-0100110011 8.362 1
-0100110011 800.4 1
-0100110011 49.19 1
-0100110011 441.30 1
-0100110011 701.87 1
-0100110011 150.74 1
-0100110011 84.85 1
-0100110011 347.07 1
-0100110011 93.47 1
-0100110011 8.35-a-share 1
-0100110011 586.2 1
-0100110011 30.39 1
-0100110011 28.68 1
-0100110011 273,636 1
-0100110011 10.3395 1
-0100110011 2.295 1
-0100110011 311.14 1
-0100110011 2.425 1
-0100110011 2.855 1
-0100110011 74,999 1
-0100110011 29,999 1
-0100110011 1.257 1
-0100110011 18.639 1
-0100110011 322,246 1
-0100110011 42,700 1
-0100110011 1.940 1
-0100110011 1.944 1
-0100110011 435.85 1
-0100110011 25.63 1
-0100110011 5.7625 1
-0100110011 3.4625 1
-0100110011 17.53 1
-0100110011 1.181 1
-0100110011 1.240 1
-0100110011 442.05 1
-0100110011 444.50 1
-0100110011 3.446 1
-0100110011 5.020 1
-0100110011 279.53 1
-0100110011 80.11 1
-0100110011 82.02 1
-0100110011 10:04 1
-0100110011 6.425 1
-0100110011 834,263 1
-0100110011 167.86 1
-0100110011 1,000:8.95 1
-0100110011 278.51 1
-0100110011 81.67 1
-0100110011 81.74 1
-0100110011 3.275 1
-0100110011 4.048 1
-0100110011 23.42 1
-0100110011 446.25 1
-0100110011 2.9528 1
-0100110011 3.7242 1
-0100110011 BEAZER 1
-0100110011 1,591 1
-0100110011 1,581 1
-0100110011 693.55 1
-0100110011 40.19 1
-0100110011 211.36 1
-0100110011 336.34 1
-0100110011 333.66 1
-0100110011 408.38 1
-0100110011 207.69 1
-0100110011 213.82 1
-0100110011 67.31 1
-0100110011 682.52 1
-0100110011 228.1 1
-0100110011 116.50 1
-0100110011 37.49 1
-0100110011 88.40 1
-0100110011 44,250 1
-0100110011 88.73 1
-0100110011 567.34 1
-0100110011 372.81 1
-0100110011 420.12 1
-0100110011 58.88 1
-0100110011 105.66 1
-0100110011 115.66 1
-0100110011 160.68 1
-0100110011 203.22 1
-0100110011 21.144 1
-0100110011 215.66 1
-0100110011 1.6575 1
-0100110011 358.55 1
-0100110011 899.4 1
-0100110011 264.18 1
-0100110011 91.12 1
-0100110011 124.27 1
-0100110011 150. 1
-0100110011 225.80 1
-0100110011 228.76 1
-0100110011 D15 1
-0100110011 74.36 1
-0100110011 45,841 1
-0100110011 1,502 1
-0100110011 1.035 1
-0100110011 6.1925 1
-0100110011 53. 1
-0100110011 1.867 1
-0100110011 81.69 1
-0100110011 372.85 1
-0100110011 388.6 1
-0100110011 11,810 1
-0100110011 14,775 1
-0100110011 163.90 1
-0100110011 25.97 1
-0100110011 38.84 1
-0100110011 3.415 1
-0100110011 30.33 1
-0100110011 135.56 1
-0100110011 388.74 1
-0100110011 1.680 1
-0100110011 72.16 1
-0100110011 288.67 1
-0100110011 14,238 1
-0100110011 64.40 1
-0100110011 65.039 1
-0100110011 45.96 1
-0100110011 64.899 1
-0100110011 359.60 1
-0100110011 358.88 1
-0100110011 1,222.81 1
-0100110011 124.11 1
-0100110011 62.13 1
-0100110011 815.77 1
-0100110011 35.34 1
-0100110011 446.70 1
-0100110011 1,069.42 1
-0100110011 1.3461 1
-0100110011 10.24. 1
-0100110011 336.50 1
-0100110011 54.71 1
-0100110011 1,821 1
-0100110011 455.45 1
-0100110011 6.2725 1
-0100110011 75.24 1
-0100110011 1:54 1
-0100110011 37.39 1
-0100110011 329.32 1
-0100110011 465.73 1
-0100110011 468.3 1
-0100110011 715.85 1
-0100110011 186.74 1
-0100110011 232.83 1
-0100110011 525.02 1
-0100110011 1,228.20 1
-0100110011 162.04 1
-0100110011 55.16 1
-0100110011 231.26 1
-0100110011 987.80 1
-0100110011 77.89 1
-0100110011 57.68 1
-0100110011 266.07 1
-0100110011 298.67 1
-0100110011 69.54 1
-0100110011 276.31 1
-0100110011 58.66 1
-0100110011 80.53 1
-0100110011 248.07 1
-0100110011 242.21 1
-0100110011 466.13 1
-0100110011 411.51 1
-0100110011 115.89 1
-0100110011 247.66 1
-0100110011 2.397 1
-0100110011 31.59 1
-0100110011 360.25 1
-0100110011 3.544 1
-0100110011 1.957 1
-0100110011 3.881 1
-0100110011 3.914 1
-0100110011 3.067 1
-0100110011 114.26 1
-0100110011 98.64 1
-0100110011 78.033 1
-0100110011 60.31 1
-0100110011 74.721 1
-0100110011 2,139 1
-0100110011 9.265 1
-0100110011 612.9 1
-0100110011 9.4375 1
-0100110011 22.03 1
-0100110011 80.90 1
-0100110011 65.00 1
-0100110011 717.19 1
-0100110011 1.988 1
-0100110011 600.33 1
-0100110011 24.81 1
-0100110011 71.09 1
-0100110011 455.35 1
-0100110011 347.19 1
-0100110011 276.85 1
-0100110011 81.78 1
-0100110011 114.07 1
-0100110011 8,608 1
-0100110011 356.95 1
-0100110011 216.31 1
-0100110011 380.17 1
-0100110011 998.58 1
-0100110011 123.21 1
-0100110011 506.98 1
-0100110011 530.89 1
-0100110011 411.97 1
-0100110011 408.62 1
-0100110011 23.91 1
-0100110011 64.96 1
-0100110011 94.11 1
-0100110011 17,930 1
-0100110011 17,329 1
-0100110011 17,240 1
-0100110011 73.14 1
-0100110011 117.55 1
-0100110011 83.24 1
-0100110011 453.50 1
-0100110011 6.8225 1
-0100110011 3.712 1
-0100110011 11,650 1
-0100110011 128,650 1
-0100110011 2.9417 1
-0100110011 2.9399 1
-0100110011 760.7 1
-0100110011 19,207 1
-0100110011 249.65 1
-0100110011 19,510 1
-0100110011 279.13 1
-0100110011 184.87 1
-0100110011 6.650 1
-0100110011 3.878 1
-0100110011 4.604 1
-0100110011 107.375 1
-0100110011 18.29 1
-0100110011 53.56 1
-0100110011 543.20 1
-0100110011 6.789 1
-0100110011 40.91 1
-0100110011 63.03 1
-0100110011 135.34 1
-0100110011 456.6 1
-0100110011 525.90 1
-0100110011 101.24 1
-0100110011 1.065 1
-0100110011 93.92 1
-0100110011 87.08 1
-0100110011 35.22 1
-0100110011 751.03 1
-0100110011 279.99 1
-0100110011 83.02 1
-0100110011 117.04 1
-0100110011 82.86 1
-0100110011 278.23 1
-0100110011 214.77 1
-0100110011 145,692 1
-0100110011 75.14 1
-0100110011 10-million-plus 1
-0100110011 1.120 1
-0100110011 77.95 1
-0100110011 336.03 1
-0100110011 2.432 1
-0100110011 979.69 1
-0100110011 84.86 1
-0100110011 35.28 1
-0100110011 2,354 1
-0100110011 1.698 1
-0100110011 47.15 1
-0100110011 11.455 1
-0100110011 4.123 1
-0100110011 6.444 1
-0100110011 535.90 1
-0100110011 1,000:8.87 1
-0100110011 1,154.29 1
-0100110011 1,594,000 1
-0100110011 112.23 1
-0100110011 31.34 1
-0100110011 792.71 1
-0100110011 109.26 1
-0100110011 389.77 1
-0100110011 392.74 1
-0100110011 44.70 1
-0100110011 83.89 1
-0100110011 109.74 1
-0100110011 62.04 1
-0100110011 75.15 1
-0100110011 1.369 1
-0100110011 1.188 1
-0100110011 65.81 1
-0100110011 3:38 1
-0100110011 89.74 1
-0100110011 450.30 1
-0100110011 297.75 1
-0100110011 528.60 1
-0100110011 6.407 1
-0100110011 410.59 1
-0100110011 42,425 1
-0100110011 250.81 1
-0100110011 410.02 1
-0100110011 361.60 1
-0100110011 7.403 1
-0100110011 71.64 1
-0100110011 1.704 1
-0100110011 47.52 1
-0100110011 11.985 1
-0100110011 3:32 1
-0100110011 4,337 1
-0100110011 3.9125 1
-0100110011 361.70 1
-0100110011 360.07 1
-0100110011 36.05 1
-0100110011 35.88 1
-0100110011 619.19 1
-0100110011 40.47 1
-0100110011 450.50 1
-0100110011 12:44 1
-0100110011 8.437 1
-0100110011 4.725 1
-0100110011 83.21 1
-0100110011 68.74 1
-0100110011 206.33 1
-0100110011 432.50 1
-0100110011 266.35 1
-0100110011 462.88 1
-0100110011 1.097 1
-0100110011 349.89 1
-0100110011 716.41 1
-0100110011 1.2405 1
-0100110011 4.807 1
-0100110011 949.3 1
-0100110011 25.12 1
-0100110011 40.57 1
-0100110011 101.72 1
-0100110011 42.85 1
-0100110011 12:05 1
-0100110011 3.549 1
-0100110011 3.581 1
-0100110011 367.30 1
-0100110011 8.005 1
-0100110011 1.2078 1
-0100110011 1.0168 1
-0100110011 429.25 1
-0100110011 542.40 1
-0100110011 2.856 1
-0100110011 117.81 1
-0100110011 1.1453 1
-0100110011 1.3295 1
-0100110011 209.66 1
-0100110011 209.39 1
-0100110011 40,465 1
-0100110011 120.23 1
-0100110011 400.96 1
-0100110011 398.63 1
-0100110011 328.55 1
-0100110011 206.39 1
-0100110011 1022 1
-0100110011 2986 1
-0100110011 .75 1
-0100110011 36.08 1
-0100110011 84.66 1
-0100110011 479.71 1
-0100110011 431.10 1
-0100110011 330.44 1
-0100110011 405.48 1
-0100110011 116.33 1
-0100110011 114.66 1
-0100110011 40.02 1
-0100110011 551.8 1
-0100110011 36,350 1
-0100110011 431.80 1
-0100110011 29,250 1
-0100110011 32,850 1
-0100110011 40.185 1
-0100110011 117.06 1
-0100110011 34.66 1
-0100110011 63.23 1
-0100110011 23.72 1
-0100110011 221,000,000 1
-0100110011 433.45 1
-0100110011 37.77 1
-0100110011 109.08 1
-0100110011 6.855 1
-0100110011 67.74 1
-0100110011 115.37 1
-0100110011 361.75 1
-0100110011 44.10 1
-0100110011 620.5 1
-0100110011 579.8 1
-0100110011 1.479 1
-0100110011 3.214 1
-0100110011 4.042 1
-0100110011 436.10 1
-0100110011 435.60 1
-0100110011 23.85 1
-0100110011 121.08 1
-0100110011 40.027 1
-0100110011 41.35 1
-0100110011 15.47 1
-0100110011 435.55 1
-0100110011 20.65 1
-0100110011 52.92 1
-0100110011 25,614 1
-0100110011 343.8 1
-0100110011 697.54 1
-0100110011 634.51 1
-0100110011 93.56 1
-0100110011 87.76 1
-0100110011 31.98 1
-0100110011 60.701 1
-0100110011 41.02 1
-0100110011 904.54 1
-0100110011 251.17 1
-0100110011 33.87 1
-0100110011 170.29 1
-0100110011 63.98 1
-0100110011 255,216 1
-0100110011 440.20 1
-0100110011 282.65 1
-0100110011 728.39 1
-0100110011 723.97 1
-0100110011 483.68 1
-0100110011 479.53 1
-0100110011 143.73 1
-0100110011 682,038 1
-0100110011 26.62 1
-0100110011 26.03 1
-0100110011 36.33 1
-0100110011 128.54 1
-0100110011 187.16 1
-0100110011 167.96 1
-0100110011 58.62 1
-0100110011 447.50 1
-0100110011 73.625 1
-0100110011 88,550 1
-0100110011 436.40 1
-0100110011 1.3547 1
-0100110011 254.02 1
-0100110011 Botsvadze 1
-0100110011 5,467 1
-0100110011 1,467 1
-0100110011 68.13 1
-0100110011 7,442 1
-0100110011 484.55 1
-0100110011 9:01 1
-0100110011 381.83 1
-0100110011 440.35 1
-0100110011 12:18 1
-0100110011 12:50 1
-0100110011 9.595 1
-0100110011 264.94 1
-0100110011 114.17 1
-0100110011 82.65 1
-0100110011 266.33 1
-0100110011 610.11 1
-0100110011 1.339 1
-0100110011 5:54 1
-0100110011 1:24 1
-0100110011 11:31 1
-0100110011 33.11 1
-0100110011 104.10 1
-0100110011 869.45 1
-0100110011 14.151 1
-0100110011 2.118 1
-0100110011 644,850 1
-0100110011 132.77 1
-0100110011 3:37 1
-0100110011 266.61 1
-0100110011 82.93 1
-0100110011 29.89 1
-0100110011 556.10 1
-0100110011 338.35 1
-0100110011 12.3875 1
-0100110011 492,018 1
-0100110011 81.48 1
-0100110011 71.61 1
-0100110011 300.67 1
-0100110011 368.79 1
-0100110011 130.789 1
-0100110011 182.04 1
-0100110011 677.9 1
-0100110011 120.36 1
-0100110011 757.66 1
-0100110011 799.12 1
-0100110011 637.30 1
-0100110011 681.12 1
-0100110011 21,264 1
-0100110011 21,780 1
-0100110011 24,540 1
-0100110011 18,358 1
-0100110011 1,884 1
-0100110011 504.60 1
-0100110011 854.51 1
-0100110011 83.43 1
-0100110011 284.25 1
-0100110011 9,624 1
-0100110011 142,956 1
-0100110011 364.24 1
-0100110011 512.40 1
-0100110011 9,070,000 1
-0100110011 189.92 1
-0100110011 FM21 1
-0100110011 FM9.4 1
-0100110011 FM12.6 1
-0100110011 769.29 1
-0100110011 110.35 1
-0100110011 340,124 1
-0100110011 380.42 1
-0100110011 444.70 1
-0100110011 442.93 1
-0100110011 113.87 1
-0100110011 112.14 1
-0100110011 324.85 1
-0100110011 482.25 1
-0100110011 11:38 1
-0100110011 4:00 1
-0100110011 3,737 1
-0100110011 15,430 1
-0100110011 357.70 1
-0100110011 260.23 1
-0100110011 A2.14 1
-0100110011 430.90 1
-0100110011 19,278 1
-0100110011 69.22 1
-0100110011 268.56 1
-0100110011 DM33 1
-0100110011 143.21 1
-0100110011 106.32 1
-0100110011 337.03 1
-0100110011 2.4325 1
-0100110011 152.26 1
-0100110011 348.94 1
-0100110011 8.515 1
-0100110011 2.7725 1
-0100110011 554.00 1
-0100110011 546.20 1
-0100110011 253.98 1
-0100110011 578.64 1
-0100110011 534.70 1
-0100110011 142.91 1
-0100110011 844.43 1
-0100110011 883.70 1
-0100110011 741.67 1
-0100110011 86.56 1
-0100110011 41.44 1
-0100110011 12,182 1
-0100110011 7.373 1
-0100110011 429.90 1
-0100110011 61.71 1
-0100110011 431.00 1
-0100110011 30.88 1
-0100110011 2:57 1
-0100110011 429.55 1
-0100110011 26.93 1
-0100110011 43.00 1
-0100110011 17,904 1
-0100110011 716.59 1
-0100110011 26.81 1
-0100110011 43.909 1
-0100110011 30.77 1
-0100110011 76.72 1
-0100110011 154,900 1
-0100110011 71,300 1
-0100110011 1.1250 1
-0100110011 2.567 1
-0100110011 51.782 1
-0100110011 51.620 1
-0100110011 32.49 1
-0100110011 6.6650 1
-0100110011 363.70 1
-0100110011 108,790 1
-0100110011 282.31 1
-0100110011 24,968,000 1
-0100110011 547.70 1
-0100110011 321.47 1
-0100110011 432.70 1
-0100110011 26.31 1
-0100110011 71.83 1
-0100110011 25.66 1
-0100110011 33.22 1
-0100110011 110.48 1
-0100110011 29.52 1
-0100110011 337.79 1
-0100110011 33,622 1
-0100110011 31.48 1
-0100110011 366.85 1
-0100110011 10.318 1
-0100110011 1.115 1
-0100110011 5.448 1
-0100110011 2.818 1
-0100110011 1.934 1
-0100110011 7.349 1
-0100110011 73.11 1
-0100110011 372.15 1
-0100110011 4.724 1
-0100110011 387.8 1
-0100110011 305.30 1
-0100110011 4,734.9 1
-0100110011 2,831.1 1
-0100110011 2,605.2 1
-0100110011 3,290,000 1
-0100110011 1:16 1
-0100110011 211.40 1
-0100110011 123.53 1
-0100110011 269.06 1
-0100110011 85.37 1
-0100110011 69.68 1
-0100110011 229.21 1
-0100110011 59.27 1
-0100110011 6.183 1
-0100110011 363.95 1
-0100110011 60.24 1
-0100110011 47.14 1
-0100110011 254.97 1
-0100110011 75.694 1
-0100110011 75.992 1
-0100110011 551.20 1
-0100110011 1.2632 1
-0100110011 31.47 1
-0100110011 433.60 1
-0100110011 432.90 1
-0100110011 24,805 1
-0100110011 434.90 1
-0100110011 434.25 1
-0100110011 432.40 1
-0100110011 432.20 1
-0100110011 24.14 1
-0100110011 291.38 1
-0100110011 200.55 1
-0100110011 86.12 1
-0100110011 194.22 1
-0100110011 39.36 1
-0100110011 32.74 1
-0100110011 361.44 1
-0100110011 430.40 1
-0100110011 430.60 1
-0100110011 3.045 1
-0100110011 29,586 1
-0100110011 3.278 1
-0100110011 6:05 1
-0100110011 105,374 1
-0100110011 25.72 1
-0100110011 427.40 1
-0100110011 113,768 1
-0100110011 8.5575 1
-0100110011 522.30 1
-0100110011 138.45 1
-0100110011 55.79 1
-0100110011 29.61 1
-0100110011 61.66 1
-0100110011 1,000:8.65 1
-0100110011 82.89 1
-0100110011 264.72 1
-0100110011 7.697 1
-0100110011 35.80 1
-0100110011 26.65 1
-0100110011 9.190 1
-0100110011 15,426,000 1
-0100110011 1.075 1
-0100110011 5.063 1
-0100110011 237.34 1
-0100110011 2.3325 1
-0100110011 108.79 1
-0100110011 638.57 1
-0100110011 370.75 1
-0100110011 4,157,231 1
-0100110011 244.77 1
-0100110011 18,629 1
-0100110011 53,100 1
-0100110011 36.675 1
-0100110011 36,275 1
-0100110011 365.75 1
-0100110011 490.59 1
-0100110011 733.93 1
-0100110011 69.53 1
-0100110011 483.58 1
-0100110011 237.21 1
-0100110011 536.30 1
-0100110011 6.7850 1
-0100110011 8.865 1
-0100110011 14.475 1
-0100110011 1.173 1
-0100110011 65.90 1
-0100110011 5.5675 1
-0100110011 802,350 1
-0100110011 4.0625 1
-0100110011 74,375 1
-0100110011 429.20 1
-0100110011 535.80 1
-0100110011 362.85 1
-0100110011 363.10 1
-0100110011 4.777 1
-0100110011 230.11 1
-0100110011 265.55 1
-0100110011 68.64 1
-0100110011 35,108 1
-0100110011 848,250 1
-0100110011 476.95 1
-0100110011 476.00 1
-0100110011 27.73 1
-0100110011 1.143 1
-0100110011 63.66 1
-0100110011 3.119 1
-0100110011 3.954 1
-0100110011 443.00 1
-0100110011 443.62 1
-0100110011 3,225 1
-0100110011 3.915 1
-0100110011 914,849 1
-0100110011 37.02 1
-0100110011 837.37 1
-0100110011 69.63 1
-0100110011 443.90 1
-0100110011 368.30 1
-0100110011 266.375 1
-0100110011 3.166 1
-0100110011 82,340 1
-0100110011 555.10 1
-0100110011 283.10 1
-0100110011 3.575 1
-0100110011 4.0875 1
-0100110011 .76 1
-0100110011 68.16 1
-0100110011 76.53 1
-0100110011 5.925 1
-0100110011 4.791 1
-0100110011 2.180 1
-0100110011 76.82 1
-0100110011 840.50 1
-0100110011 94.00 1
-0100110011 567.60 1
-0100110011 453.00 1
-0100110011 23.52 1
-0100110011 64.79 1
-0100110011 478.25 1
-0100110011 1.351 1
-0100110011 1,095.90 1
-0100110011 19.02 1
-0100110011 44.87 1
-0100110011 28.73 1
-0100110011 266.28 1
-0100110011 81.83 1
-0100110011 70.95 1
-0100110011 15,454 1
-0100110011 258.95 1
-0100110011 447.65 1
-0100110011 106.23 1
-0100110011 9:33 1
-0100110011 27.46 1
-0100110011 264.36 1
-0100110011 125.77 1
-0100110011 21.62 1
-0100110011 156.15 1
-0100110011 9:41 1
-0100110011 810.8 1
-0100110011 805.3 1
-0100110011 217.97 1
-0100110011 1.078 1
-0100110011 111.35 1
-0100110011 271.51 1
-0100110011 79.15 1
-0100110011 242.02 1
-0100110011 53,400 1
-0100110011 62.47 1
-0100110011 251.75 1
-0100110011 782.036 1
-0100110011 16.937 1
-0100110011 31.262 1
-0100110011 24.104 1
-0100110011 368.23 1
-0100110011 269.24 1
-0100110011 1.536 1
-0100110011 1.341 1
-0100110011 1.168 1
-0100110011 1.071 1
-0100110011 261.93 1
-0100110011 74.94 1
-0100110011 283.13 1
-0100110011 78.39 1
-0100110011 344.36 1
-0100110011 88.34 1
-0100110011 9.234 1
-0100110011 13.914 1
-0100110011 485.75 1
-0100110011 437.20 1
-0100110011 437.45 1
-0100110011 285.16 1
-0100110011 3.8125 1
-0100110011 43.86 1
-0100110011 39.92 1
-0100110011 83.78 1
-0100110011 440.50 1
-0100110011 366.55 1
-0100110011 33.80 1
-0100110011 1.0023 1
-0100110011 1.1964 1
-0100110011 1.2978 1
-0100110011 15.247 1
-0100110011 50.39 1
-0100110011 9.055 1
-0100110011 437.50 1
-0100110011 438.25 1
-0100110011 246.37 1
-0100110011 79.43 1
-0100110011 114.02 1
-0100110011 268.4 1
-0100110011 347.58 1
-0100110011 369.70 1
-0100110011 88.18 1
-0100110011 538.12 1
-0100110011 69.14 1
-0100110011 239.24 1
-0100110011 76.80 1
-0100110011 31.83 1
-0100110011 229.12 1
-0100110011 436.35 1
-0100110011 209.24 1
-0100110011 123.03 1
-0100110011 1.993 1
-0100110011 1.908 1
-0100110011 NZ23 1
-0100110011 64,902 1
-0100110011 64,727 1
-0100110011 1.889 1
-0100110011 49,260 1
-0100110011 39.31 1
-0100110011 106.07 1
-0100110011 12.660 1
-0100110011 10,850 1
-0100110011 5,797 1
-0100110011 6.4375 1
-0100110011 315.75 1
-0100110011 179.70 1
-0100110011 79.76 1
-0100110011 81.09 1
-0100110011 273.55 1
-0100110011 2.695 1
-0100110011 478.77 1
-0100110011 109.70 1
-0100110011 13.060 1
-0100110011 1.483 1
-0100110011 32.057 1
-0100110011 7.685 1
-0100110011 84.09 1
-0100110011 594.12 1
-0100110011 111.78 1
-0100110011 723.72 1
-0100110011 478.75 1
-0100110011 1,212.63 1
-0100110011 25.11 1
-0100110011 25.71 1
-0100110011 131.88 1
-0100110011 41.97 1
-0100110011 56.07 1
-0100110011 24.62 1
-0100110011 38.89 1
-0100110011 86.39 1
-0100110011 9.255 1
-0100110011 452.90 1
-0100110011 449.60 1
-0100110011 116.18 1
-0100110011 124.19 1
-0100110011 l3.4 1
-0100110011 1,407 1
-0100110011 20.07 1
-0100110011 5,187 1
-0100110011 203.49 1
-0100110011 2461 1
-0100110011 38.58 1
-0100110011 26.22 1
-0100110011 .00 1
-0100110011 366.30 1
-0100110011 368.40 1
-0100110011 166.32 1
-0100110011 477.95 1
-0100110011 63.11 1
-0100110011 39.39 1
-0100110011 629.13 1
-0100110011 616.17 1
-0100110011 18.95. 1
-0100110011 38.62 1
-0100110011 31.44 1
-0100110011 83.58 1
-0100110011 229.23 1
-0100110011 1.997 1
-0100110011 32.02 1
-0100110011 2.2975 1
-0100110011 706.57 1
-0100110011 443.89 1
-0100110011 5,960.15 1
-0100110011 171.43 1
-0100110011 365.70 1
-0100110011 1.384 1
-0100110011 60.92 1
-0100110011 709.27 1
-0100110011 674.23 1
-0100110011 263.11 1
-0100110011 374.10 1
-0100110011 11.722 1
-0100110011 108.76 1
-0100110011 146.26 1
-0100110011 85.48 1
-0100110011 340.51 1
-0100110011 127.49 1
-0100110011 119.88 1
-0100110011 35.57 1
-0100110011 83.26 1
-0100110011 581.78 1
-0100110011 1,970.25 1
-0100110011 18,550 1
-0100110011 21.11 1
-0100110011 178,450 1
-0100110011 2.783 1
-0100110011 366.11 1
-0100110011 374.90 1
-0100110011 2.773 1
-0100110011 1.985 1
-0100110011 1.0210 1
-0100110011 3.138 1
-0100110011 847.46 1
-0100110011 804.02 1
-0100110011 110.54 1
-0100110011 10.99-a-share 1
-0100110011 6,184 1
-0100110011 174.61 1
-0100110011 36.02 1
-0100110011 390.36 1
-0100110011 568.80 1
-0100110011 34,328 1
-0100110011 57.56 1
-0100110011 3,006 1
-0100110011 1.381 1
-0100110011 5:40 1
-0100110011 23.07 1
-0100110011 778,100 1
-0100110011 21.96 1
-0100110011 6.9370 1
-0100110011 482.55 1
-0100110011 53.05 1
-0100110011 10,599 1
-0100110011 391.65 1
-0100110011 52.54 1
-0100110011 43.83 1
-0100110011 303.15 1
-0100110011 373.32 1
-0100110011 309.91 1
-0100110011 48.72 1
-0100110011 368.74 1
-0100110011 385.60 1
-0100110011 2.3375 1
-0100110011 3.995 1
-0100110011 5.705 1
-0100110011 453.68 1
-0100110011 2.2775 1
-0100110011 436.80 1
-0100110011 439.75 1
-0100110011 95.58 1
-0100110011 1:35 1
-0100110011 0.390625 1
-0100110011 126.27 1
-0100110011 731.67 1
-0100110011 367.10 1
-0100110011 255.97 1
-0100110011 23.22 1
-0100110011 236.70 1
-0100110011 36.51 1
-0100110011 21.20 1
-0100110011 1.415 1
-0100110011 48.88 1
-0100110011 1,823.8 1
-0100110011 5,587.6 1
-0100110011 7,192.8 1
-0100110011 6,288.9 1
-0100110011 10.811 1
-0100110011 631.77 1
-0100110011 254.25 1
-0100110011 438.90 1
-0100110011 31.79 1
-0100110011 158.15 1
-0100110011 39.20 1
-0100110011 494.93 1
-0100110011 1.174 1
-0100110011 63.19 1
-0100110011 434.59 1
-0100110011 438.75 1
-0100110011 15.471 1
-0100110011 434.60 1
-0100110011 780.84 1
-0100110011 516.43 1
-0100110011 231.89 1
-0100110011 182.74 1
-0100110011 779.74 1
-0100110011 2.816 1
-0100110011 383.47 1
-0100110011 368.60 1
-0100110011 11,032 1
-0100110011 264.84 1
-0100110011 81.76 1
-0100110011 113.44 1
-0100110011 69.64 1
-0100110011 370.70 1
-0100110011 1.745 1
-0100110011 349.23 1
-0100110011 1.197 1
-0100110011 500.60 1
-0100110011 152.07 1
-0100110011 1.805 1
-0100110011 83.76 1
-0100110011 162,971 1
-0100110011 159,860 1
-0100110011 22.57 1
-0100110011 134,250 1
-0100110011 364.18 1
-0100110011 250,958 1
-0100110011 239.91 1
-0100110011 265.51 1
-0100110011 15.29 1
-0100110011 438.30 1
-0100110011 438.10 1
-0100110011 233.56 1
-0100110011 490.34 1
-0100110011 26.69 1
-0100110011 407.1 1
-0100110011 21.512 1
-0100110011 29.88 1
-0100110011 729,180 1
-0100110011 343.2 1
-0100110011 60,585 1
-0100110011 19.34 2
-0100110011 27.56 2
-0100110011 407.90 2
-0100110011 1.195 2
-0100110011 26.10 2
-0100110011 117.37 2
-0100110011 47.96 2
-0100110011 17.34 2
-0100110011 16.89 2
-0100110011 56.51 2
-0100110011 175.85 2
-0100110011 62.35 2
-0100110011 56.99 2
-0100110011 135.11 2
-0100110011 32.4156 2
-0100110011 42.31 2
-0100110011 15.55 2
-0100110011 47.11 2
-0100110011 2.892 2
-0100110011 28.90 2
-0100110011 32.28 2
-0100110011 488.35 2
-0100110011 27.01 2
-0100110011 153.71 2
-0100110011 269.34 2
-0100110011 22.85 2
-0100110011 1944-46 2
-0100110011 379.7 2
-0100110011 187.50 2
-0100110011 IPAC 2
-0100110011 4:45 2
-0100110011 37.89 2
-0100110011 35.07 2
-0100110011 1.371 2
-0100110011 56.24 2
-0100110011 345.00 2
-0100110011 34.64 2
-0100110011 2.601 2
-0100110011 3.315 2
-0100110011 1.438 2
-0100110011 108.39 2
-0100110011 23.70 2
-0100110011 411.30 2
-0100110011 123.77 2
-0100110011 462.25 2
-0100110011 3.4886 2
-0100110011 114.32 2
-0100110011 318.4 2
-0100110011 119.41 2
-0100110011 22.54 2
-0100110011 29.22 2
-0100110011 368.10 2
-0100110011 367.80 2
-0100110011 305.86 2
-0100110011 38.03 2
-0100110011 28.55 2
-0100110011 53.53 2
-0100110011 23.41 2
-0100110011 18.84 2
-0100110011 129.87 2
-0100110011 15.37 2
-0100110011 92.87 2
-0100110011 219.22 2
-0100110011 4.864 2
-0100110011 18.06 2
-0100110011 30.29 2
-0100110011 275.85 2
-0100110011 129.62 2
-0100110011 25.85 2
-0100110011 69.21 2
-0100110011 24.47 2
-0100110011 34.27 2
-0100110011 19.33 2
-0100110011 409.20 2
-0100110011 417.64 2
-0100110011 60.65 2
-0100110011 24.11 2
-0100110011 77.59 2
-0100110011 2.685 2
-0100110011 23.40 2
-0100110011 11:05 2
-0100110011 106.93 2
-0100110011 64.99 2
-0100110011 104.04 2
-0100110011 106.63 2
-0100110011 19.67 2
-0100110011 22.33 2
-0100110011 26.37 2
-0100110011 17.22 2
-0100110011 24.58 2
-0100110011 368.20 2
-0100110011 40.89 2
-0100110011 72.86 2
-0100110011 17.06 2
-0100110011 37.12 2
-0100110011 104.51 2
-0100110011 23.17 2
-0100110011 64.59 2
-0100110011 9:55 2
-0100110011 7:55 2
-0100110011 18.26 2
-0100110011 109.23 2
-0100110011 47.858 2
-0100110011 267.84 2
-0100110011 11,389 2
-0100110011 1.214 2
-0100110011 165.75 2
-0100110011 31.23 2
-0100110011 128.61 2
-0100110011 18.16 2
-0100110011 621.44 2
-0100110011 1215.22 2
-0100110011 402.55 2
-0100110011 60.47 2
-0100110011 14.96 2
-0100110011 37.66 2
-0100110011 43.61 2
-0100110011 2.868 2
-0100110011 28.79 2
-0100110011 98.68 2
-0100110011 96.37 2
-0100110011 59.01 2
-0100110011 111.98 2
-0100110011 109.05 2
-0100110011 164.24 2
-0100110011 24.33 2
-0100110011 107.42 2
-0100110011 105.61 2
-0100110011 21.51 2
-0100110011 3.508 2
-0100110011 .46 2
-0100110011 250.99 2
-0100110011 63.44 2
-0100110011 14.11 2
-0100110011 92.91 2
-0100110011 19.01 2
-0100110011 1.274 2
-0100110011 45.84 2
-0100110011 19.28 2
-0100110011 57.33 2
-0100110011 26.71 2
-0100110011 454.25 2
-0100110011 114.94 2
-0100110011 35.78 2
-0100110011 5.5225 2
-0100110011 481.55 2
-0100110011 45.45 2
-0100110011 1.475 2
-0100110011 83.94 2
-0100110011 106.41 2
-0100110011 25.91 2
-0100110011 81.01 2
-0100110011 61.57 2
-0100110011 21.31 2
-0100110011 26.32 2
-0100110011 4.407 2
-0100110011 4:20 2
-0100110011 115.13 2
-0100110011 10.825 2
-0100110011 61.55 2
-0100110011 172.41 2
-0100110011 173.18 2
-0100110011 .95 2
-0100110011 29.49 2
-0100110011 29.51 2
-0100110011 38.39 2
-0100110011 457.85 2
-0100110011 5:55 2
-0100110011 5.455 2
-0100110011 54.13 2
-0100110011 445.25 2
-0100110011 126.97 2
-0100110011 122.875 2
-0100110011 402.30 2
-0100110011 388.70 2
-0100110011 27.59 2
-0100110011 404.60 2
-0100110011 364.45 2
-0100110011 119.25 2
-0100110011 31.18 2
-0100110011 83.64 2
-0100110011 20,594 2
-0100110011 25.69 2
-0100110011 100,001 2
-0100110011 56.60 2
-0100110011 458.50 2
-0100110011 115.72 2
-0100110011 85.53 2
-0100110011 23.09 2
-0100110011 27.39 2
-0100110011 31.62 2
-0100110011 61.59 2
-0100110011 220.92 2
-0100110011 34.81 2
-0100110011 2.179 2
-0100110011 15.13 2
-0100110011 82.67 2
-0100110011 208.50 2
-0100110011 86.69 2
-0100110011 988.84 2
-0100110011 1.171 2
-0100110011 1.158 2
-0100110011 902.68 2
-0100110011 24.82 2
-0100110011 1.016 2
-0100110011 115.52 2
-0100110011 1.245 2
-0100110011 25.05 2
-0100110011 13.94 2
-0100110011 92.70 2
-0100110011 34.11 2
-0100110011 26.47 2
-0100110011 28.81 2
-0100110011 1.149 2
-0100110011 1.354 2
-0100110011 239.33 2
-0100110011 823.99 2
-0100110011 28.72 2
-0100110011 28.29 2
-0100110011 35.21 2
-0100110011 126.74 2
-0100110011 35.60 2
-0100110011 457.55 2
-0100110011 84.49 2
-0100110011 1.691 2
-0100110011 33.46 2
-0100110011 55.46 2
-0100110011 53.37 2
-0100110011 48.06 2
-0100110011 144.29 2
-0100110011 34.96 2
-0100110011 126.54 2
-0100110011 209.16 2
-0100110011 24.63 2
-0100110011 29.79 2
-0100110011 25.81 2
-0100110011 42.24 2
-0100110011 28.44 2
-0100110011 366.20 2
-0100110011 58.70 2
-0100110011 29.06 2
-0100110011 126.59 2
-0100110011 1,000:8.80 2
-0100110011 114.36 2
-0100110011 23.27 2
-0100110011 38.32 2
-0100110011 377.58 2
-0100110011 30.16 2
-0100110011 1.789 2
-0100110011 3.565 2
-0100110011 51.17 2
-0100110011 144.81 2
-0100110011 30.54 2
-0100110011 197.43 2
-0100110011 320.80 2
-0100110011 114.29 2
-0100110011 19.36 2
-0100110011 198.67 2
-0100110011 19.52 2
-0100110011 16.98 2
-0100110011 555.4 2
-0100110011 71.31 2
-0100110011 3.441 2
-0100110011 16.02 2
-0100110011 114.88 2
-0100110011 25.79 2
-0100110011 68.94 2
-0100110011 1.374 2
-0100110011 126.26 2
-0100110011 34.18 2
-0100110011 3.308 2
-0100110011 380.04 2
-0100110011 88.32 2
-0100110011 20.44 2
-0100110011 53.65 2
-0100110011 406.40 2
-0100110011 23,300 2
-0100110011 346.33 2
-0100110011 363.90 2
-0100110011 23.02 2
-0100110011 3.548 2
-0100110011 48.54 2
-0100110011 26.70 2
-0100110011 124.79 2
-0100110011 14.89 2
-0100110011 63.46 2
-0100110011 456.75 2
-0100110011 108.14 2
-0100110011 245.09 2
-0100110011 276.01 2
-0100110011 109.85 2
-0100110011 114.47 2
-0100110011 56.14 2
-0100110011 46.12 2
-0100110011 68.90 2
-0100110011 22.92 2
-0100110011 21.49 2
-0100110011 7.285 2
-0100110011 34.39 2
-0100110011 774.2 2
-0100110011 505.70 2
-0100110011 356.87 2
-0100110011 277.81 2
-0100110011 383.76 2
-0100110011 1.413 2
-0100110011 159.23 2
-0100110011 23.94 2
-0100110011 108,346 2
-0100110011 36.81 2
-0100110011 458.45 2
-0100110011 437.80 2
-0100110011 47.28 2
-0100110011 131.76 2
-0100110011 154.03 2
-0100110011 21.93 2
-0100110011 37.37 2
-0100110011 162,700 2
-0100110011 1.176 2
-0100110011 1.090 2
-0100110011 1.308 2
-0100110011 221.14 2
-0100110011 2:05 2
-0100110011 40.70 2
-0100110011 848.4 2
-0100110011 81.94 2
-0100110011 22.21 2
-0100110011 35.93 2
-0100110011 381.45 2
-0100110011 45.79 2
-0100110011 22.61 2
-0100110011 21.80 2
-0100110011 165.32 2
-0100110011 69.48 2
-0100110011 92.56 2
-0100110011 16.16 2
-0100110011 256.84 2
-0100110011 115.19 2
-0100110011 811.15 2
-0100110011 39.45 2
-0100110011 414.5 2
-0100110011 20.55 2
-0100110011 69.06 2
-0100110011 17.48 2
-0100110011 1.382 2
-0100110011 45.07 2
-0100110011 2.911 2
-0100110011 75.90 2
-0100110011 146.18 2
-0100110011 38.91 2
-0100110011 29.81 2
-0100110011 26.17 2
-0100110011 24.44 2
-0100110011 20.19 2
-0100110011 451.80 2
-0100110011 447.70 2
-0100110011 128.34 2
-0100110011 62.56 2
-0100110011 471.25 2
-0100110011 46.15 2
-0100110011 3.623 2
-0100110011 159.37 2
-0100110011 448.60 2
-0100110011 73.60 2
-0100110011 7:42 2
-0100110011 372.50 2
-0100110011 30.18 2
-0100110011 42.34 2
-0100110011 28.06 2
-0100110011 25.08 2
-0100110011 51.82 2
-0100110011 46.47 2
-0100110011 27.88 2
-0100110011 450.4 2
-0100110011 2,012 2
-0100110011 23.71 2
-0100110011 20.97 2
-0100110011 31.10 2
-0100110011 268.26 2
-0100110011 450.70 2
-0100110011 38.45 2
-0100110011 109.91 2
-0100110011 33.52 2
-0100110011 49.67 2
-0100110011 1.019 2
-0100110011 901.75 2
-0100110011 506.20 2
-0100110011 60.98 2
-0100110011 465.05 2
-0100110011 .89 2
-0100110011 16.45 2
-0100110011 71.72 2
-0100110011 48.53 2
-0100110011 18.53 2
-0100110011 35.91 2
-0100110011 38.94 2
-0100110011 56.68 2
-0100110011 19.78 2
-0100110011 375.43 2
-0100110011 35.24 2
-0100110011 245.56 2
-0100110011 115.78 2
-0100110011 3.425 2
-0100110011 22.70 2
-0100110011 65.85 2
-0100110011 3.924 2
-0100110011 3.341 2
-0100110011 255.73 2
-0100110011 77.14 2
-0100110011 84.30 2
-0100110011 25.29 2
-0100110011 26.40 2
-0100110011 34.19 2
-0100110011 21.64 2
-0100110011 10:20 2
-0100110011 247.41 2
-0100110011 33.86 2
-0100110011 35.65 2
-0100110011 203.45 2
-0100110011 390.21 2
-0100110011 204.56 2
-0100110011 103.62 2
-0100110011 104.89 2
-0100110011 1.266 2
-0100110011 148.92 2
-0100110011 29.15 2
-0100110011 468.80 2
-0100110011 394.34 2
-0100110011 195.74 2
-0100110011 29.36 2
-0100110011 32.63 2
-0100110011 63.56 2
-0100110011 25.14 2
-0100110011 610.25 2
-0100110011 43.63 2
-0100110011 31.42 2
-0100110011 20.37 2
-0100110011 29.69 2
-0100110011 563.87 2
-0100110011 366.65 2
-0100110011 139.11 2
-0100110011 37.40 2
-0100110011 28.92 2
-0100110011 63.21 2
-0100110011 24.40 2
-0100110011 70.35 2
-0100110011 19.82 2
-0100110011 1.747 2
-0100110011 1.713 2
-0100110011 39.08 2
-0100110011 92.15 2
-0100110011 1.050 2
-0100110011 6,397 2
-0100110011 76.02 2
-0100110011 20.47 2
-0100110011 35.40 2
-0100110011 136.54 2
-0100110011 216.08 2
-0100110011 30.36 2
-0100110011 1.446 2
-0100110011 48.99 2
-0100110011 80.86 2
-0100110011 205.91 2
-0100110011 133.21 2
-0100110011 288.55 2
-0100110011 181.13 2
-0100110011 35.01 2
-0100110011 48.94 2
-0100110011 51.06 2
-0100110011 298.07 2
-0100110011 79.41 2
-0100110011 34.35 2
-0100110011 1,725 2
-0100110011 1.086 2
-0100110011 19.00 2
-0100110011 398.40 2
-0100110011 47.12 2
-0100110011 138.74 2
-0100110011 107.48 2
-0100110011 60.59 2
-0100110011 398.10 2
-0100110011 38.49 2
-0100110011 416.68 2
-0100110011 272.06 2
-0100110011 353.95 2
-0100110011 7.073 2
-0100110011 18.11 2
-0100110011 24.94 2
-0100110011 431.50 2
-0100110011 451.75 2
-0100110011 542.9 2
-0100110011 17.96 2
-0100110011 47.79 2
-0100110011 26.60 2
-0100110011 62.85 2
-0100110011 85.36 2
-0100110011 29.41 2
-0100110011 3.4125 2
-0100110011 19.57 2
-0100110011 33.72 2
-0100110011 132.05 2
-0100110011 26.11 2
-0100110011 92.61 2
-0100110011 96.03 2
-0100110011 270.52 2
-0100110011 27.07 2
-0100110011 2.683 2
-0100110011 46.33 2
-0100110011 2.585 2
-0100110011 1.637 2
-0100110011 52.14 2
-0100110011 40.46 2
-0100110011 18.45 2
-0100110011 59.68 2
-0100110011 64.01 2
-0100110011 19.26 2
-0100110011 17.79 2
-0100110011 22.49 2
-0100110011 16.365 2
-0100110011 235.63 2
-0100110011 35.02 2
-0100110011 19.63 2
-0100110011 1.465 2
-0100110011 379.27 2
-0100110011 67.04 2
-0100110011 273.98 2
-0100110011 357.74 2
-0100110011 69.92 2
-0100110011 1.2250 2
-0100110011 403.20 2
-0100110011 16.82 2
-0100110011 11:33 2
-0100110011 85.12 2
-0100110011 31.07 2
-0100110011 83.14 2
-0100110011 426.60 2
-0100110011 97.42 2
-0100110011 23.82 2
-0100110011 21.37 2
-0100110011 22.46 2
-0100110011 59.71 2
-0100110011 82.17 2
-0100110011 443.40 2
-0100110011 34.53 2
-0100110011 92.32 2
-0100110011 113.35 2
-0100110011 85.04 2
-0100110011 48.04 2
-0100110011 400.80 2
-0100110011 40.06 2
-0100110011 34.04 2
-0100110011 21.03 2
-0100110011 81.44 2
-0100110011 46.61 2
-0100110011 26.12 2
-0100110011 1.674 2
-0100110011 44.67 2
-0100110011 2,821 2
-0100110011 30.46 2
-0100110011 366.35 2
-0100110011 308.88 2
-0100110011 38.435 2
-0100110011 3:24 2
-0100110011 30.73 2
-0100110011 331.05 2
-0100110011 38.14 2
-0100110011 4:50 2
-0100110011 3.218 2
-0100110011 46.70 2
-0100110011 477.25 2
-0100110011 52.02 2
-0100110011 43.33 2
-0100110011 .33 2
-0100110011 372.36 2
-0100110011 372.41 2
-0100110011 423.90 2
-0100110011 2.688 2
-0100110011 124.24 2
-0100110011 .20 2
-0100110011 102.07 2
-0100110011 1.705 2
-0100110011 1.228 2
-0100110011 445.90 2
-0100110011 150.98 2
-0100110011 433.85 2
-0100110011 27.82 2
-0100110011 210.78 2
-0100110011 31.93 2
-0100110011 75.09 2
-0100110011 121.20 2
-0100110011 459.75 2
-0100110011 1.2090 2
-0100110011 19.847 2
-0100110011 42.73 2
-0100110011 13.791 2
-0100110011 28.87 2
-0100110011 2.202 2
-0100110011 22.686 2
-0100110011 29.18 2
-0100110011 24.22 2
-0100110011 24.73 2
-0100110011 93.68 2
-0100110011 761.73 2
-0100110011 86.43 2
-0100110011 23.01 2
-0100110011 378.34 2
-0100110011 435.50 2
-0100110011 366.22 2
-0100110011 348.50 2
-0100110011 22.82 2
-0100110011 456.7 2
-0100110011 11:54 2
-0100110011 115.51 2
-0100110011 433.30 2
-0100110011 23.89 2
-0100110011 22.01 2
-0100110011 234.56 2
-0100110011 411.60 2
-0100110011 16.42 2
-0100110011 1.302 2
-0100110011 24,999 2
-0100110011 18.00 2
-0100110011 421.05 2
-0100110011 4.671 2
-0100110011 23.38 2
-0100110011 8:55 2
-0100110011 423.10 2
-0100110011 1.501 2
-0100110011 25.38 2
-0100110011 53.92 2
-0100110011 12.52 2
-0100110011 60.45 2
-0100110011 44.14 2
-0100110011 21.46 2
-0100110011 27.08 2
-0100110011 439.10 2
-0100110011 273.93 2
-0100110011 5:01 2
-0100110011 13.76 2
-0100110011 436.75 2
-0100110011 17.83 2
-0100110011 212.57 2
-0100110011 129.14 2
-0100110011 453.30 2
-0100110011 78.33 2
-0100110011 3.772 2
-0100110011 57.97 2
-0100110011 701.52 2
-0100110011 83.37 2
-0100110011 62.97 2
-0100110011 2,635 2
-0100110011 1.669 2
-0100110011 37.52 2
-0100110011 32.58 2
-0100110011 53.66 2
-0100110011 67.36 2
-0100110011 105.77 2
-0100110011 359.35 2
-0100110011 42.41 2
-0100110011 457.45 2
-0100110011 26.83 2
-0100110011 93.04 2
-0100110011 105.51 2
-0100110011 77.80 2
-0100110011 117.66 2
-0100110011 6.025 2
-0100110011 29.56 2
-0100110011 28.47 2
-0100110011 97.31 2
-0100110011 45.14 2
-0100110011 429.30 2
-0100110011 21.89 2
-0100110011 3.606 2
-0100110011 66.66 2
-0100110011 41.03 2
-0100110011 65.14 2
-0100110011 367.20 2
-0100110011 25.46 2
-0100110011 109.82 2
-0100110011 376.86 2
-0100110011 461.65 2
-0100110011 20.73 2
-0100110011 2.956 2
-0100110011 89.86 2
-0100110011 390.55 2
-0100110011 23.68 2
-0100110011 258.05 2
-0100110011 42.81 2
-0100110011 72.06 2
-0100110011 257.8 2
-0100110011 175.98 2
-0100110011 50.76 2
-0100110011 65.99 2
-0100110011 69.07 2
-0100110011 30.28 2
-0100110011 39.935 2
-0100110011 40.01 2
-0100110011 361.08 2
-0100110011 17.56 2
-0100110011 43.31 2
-0100110011 23.11 2
-0100110011 1.023 2
-0100110011 55.32 2
-0100110011 31.68 2
-0100110011 3.025 2
-0100110011 104.87 2
-0100110011 11.61 2
-0100110011 29.30 2
-0100110011 65.32 2
-0100110011 107.02 2
-0100110011 29.48 2
-0100110011 26.27 2
-0100110011 276.80 2
-0100110011 8.453 2
-0100110011 106.75 2
-0100110011 241.92 2
-0100110011 238.77 2
-0100110011 44.09 2
-0100110011 101.78 2
-0100110011 30.06 2
-0100110011 360.15 2
-0100110011 4.819 2
-0100110011 6.498 2
-0100110011 2.217 2
-0100110011 1.259 2
-0100110011 132.55 2
-0100110011 108.34 2
-0100110011 43.44 2
-0100110011 23.53 2
-0100110011 442.20 2
-0100110011 93.15 2
-0100110011 38.99 2
-0100110011 67.39 2
-0100110011 138.16 2
-0100110011 14.33 2
-0100110011 62.74 2
-0100110011 109.32 2
-0100110011 73.06 2
-0100110011 109.09 2
-0100110011 23.24 2
-0100110011 249.05 2
-0100110011 67.90 2
-0100110011 9.478 2
-0100110011 68.56 2
-0100110011 41.98 2
-0100110011 47.43 2
-0100110011 37.17 2
-0100110011 3.795 2
-0100110011 3.836 2
-0100110011 109.53 2
-0100110011 359.55 2
-0100110011 359.90 2
-0100110011 442.30 2
-0100110011 21.28 2
-0100110011 1,734 2
-0100110011 127.99 2
-0100110011 18.09 2
-0100110011 1:20 2
-0100110011 39.83 2
-0100110011 49.56 2
-0100110011 68.01 2
-0100110011 122.29 2
-0100110011 432.10 2
-0100110011 27.57 2
-0100110011 16.84 2
-0100110011 291.90 2
-0100110011 22.44 2
-0100110011 390.57 2
-0100110011 93.89 2
-0100110011 299.81 2
-0100110011 4:01 2
-0100110011 223.20 2
-0100110011 233.90 2
-0100110011 264.09 2
-0100110011 206.72 2
-0100110011 448.70 2
-0100110011 41.91 2
-0100110011 818.4 2
-0100110011 7-10 2
-0100110011 20.87 2
-0100110011 2.246 2
-0100110011 23.62 2
-0100110011 347.01 2
-0100110011 84.33 2
-0100110011 489.75 2
-0100110011 33.29 2
-0100110011 17.21 2
-0100110011 1.148 2
-0100110011 1.319 2
-0100110011 1.001 2
-0100110011 45.76 2
-0100110011 79.67 2
-0100110011 38.05 2
-0100110011 481.75 2
-0100110011 2.965 2
-0100110011 245.50 2
-0100110011 431.30 2
-0100110011 21.24 2
-0100110011 36.11 2
-0100110011 712.3 2
-0100110011 403.90 2
-0100110011 404.80 2
-0100110011 36.07 2
-0100110011 44.33 2
-0100110011 81.79 2
-0100110011 112.19 2
-0100110011 65.71 2
-0100110011 28.67 2
-0100110011 23.37 2
-0100110011 365.85 2
-0100110011 84.54 2
-0100110011 2.450 2
-0100110011 24.18 2
-0100110011 88.00 2
-0100110011 31.27 2
-0100110011 16.00 2
-0100110011 426.82 2
-0100110011 1.578 2
-0100110011 43.68 2
-0100110011 45.30 2
-0100110011 288.99 2
-0100110011 936.6 2
-0100110011 84.53 2
-0100110011 84.24 2
-0100110011 506.66 2
-0100110011 67.131 2
-0100110011 119.53 2
-0100110011 105.20 2
-0100110011 97.55 2
-0100110011 239.30 2
-0100110011 87.30 2
-0100110011 91.44 2
-0100110011 347.09 2
-0100110011 207.39 2
-0100110011 210.86 2
-0100110011 619.77 2
-0100110011 84.45 2
-0100110011 39.35 2
-0100110011 29.19 2
-0100110011 75.91 2
-0100110011 258.0 2
-0100110011 3.123 2
-0100110011 44.21 2
-0100110011 5.225 2
-0100110011 24.52 2
-0100110011 18.77 2
-0100110011 405.90 2
-0100110011 178.87 2
-0100110011 23.12 2
-0100110011 14.762 2
-0100110011 3.337 2
-0100110011 554.35 2
-0100110011 421.30 2
-0100110011 4.071 2
-0100110011 47.329 2
-0100110011 32.92 2
-0100110011 67.78 2
-0100110011 11:35 2
-0100110011 60.71 2
-0100110011 383.28 2
-0100110011 147.71 2
-0100110011 78.89 2
-0100110011 69.52 2
-0100110011 262.05 2
-0100110011 18.19 2
-0100110011 140.57 2
-0100110011 117.68 2
-0100110011 1.165 2
-0100110011 1,049 2
-0100110011 104.21 2
-0100110011 37.15 2
-0100110011 35.90 2
-0100110011 552.30 2
-0100110011 48.78 2
-0100110011 38.67 2
-0100110011 1.515 2
-0100110011 23.87 2
-0100110011 622.3 2
-0100110011 28.16 2
-0100110011 16.14 2
-0100110011 .24 2
-0100110011 592.37 2
-0100110011 52.55 2
-0100110011 448.95 2
-0100110011 29.85 2
-0100110011 111.88 2
-0100110011 22.19 2
-0100110011 1,925 2
-0100110011 446.05 2
-0100110011 97.84 2
-0100110011 31.87 2
-0100110011 41.70 2
-0100110011 25.88 2
-0100110011 95.71 2
-0100110011 1.207 2
-0100110011 999.39 2
-0100110011 1.062 2
-0100110011 20.58 2
-0100110011 21.48 2
-0100110011 81.24 2
-0100110011 53.09 2
-0100110011 82.63 2
-0100110011 20.96 2
-0100110011 89.42 2
-0100110011 212.83 2
-0100110011 104.95 2
-0100110011 7:25 2
-0100110011 100.375 2
-0100110011 75.68 2
-0100110011 126.84 2
-0100110011 11:19 2
-0100110011 2,031 2
-0100110011 20.18 2
-0100110011 83.53 2
-0100110011 4.449 2
-0100110011 84.26 2
-0100110011 118.92 2
-0100110011 126.94 2
-0100110011 3.534 2
-0100110011 10:40 2
-0100110011 1,928 2
-0100110011 130.66 2
-0100110011 129.58 2
-0100110011 EG 2
-0100110011 68.73 2
-0100110011 442.21 2
-0100110011 82.23 2
-0100110011 104.73 2
-0100110011 25.688 2
-0100110011 217.78 2
-0100110011 41.30 2
-0100110011 783,000 2
-0100110011 376.21 2
-0100110011 28.70 2
-0100110011 40.92 2
-0100110011 2.185 2
-0100110011 112.25 2
-0100110011 2,024 2
-0100110011 215.99 2
-0100110011 67.11 2
-0100110011 25.39 2
-0100110011 15.74 2
-0100110011 31.90 2
-0100110011 30.31 2
-0100110011 20.68 2
-0100110011 22.97 2
-0100110011 45.03 2
-0100110011 27.11 2
-0100110011 35.18 2
-0100110011 875.72 2
-0100110011 134.02 2
-0100110011 38.95 2
-0100110011 26.05 2
-0100110011 226.05 2
-0100110011 20.64 2
-0100110011 66.24 2
-0100110011 727.82 2
-0100110011 43.06 2
-0100110011 715.72 2
-0100110011 15.69 2
-0100110011 23.78 2
-0100110011 530.40 2
-0100110011 1.215 2
-0100110011 23.26 2
-0100110011 2.330 2
-0100110011 13.675 2
-0100110011 noon-1 2
-0100110011 46.0 2
-0100110011 98.86 2
-0100110011 7.4375 2
-0100110011 28.13 2
-0100110011 27.37 2
-0100110011 32.88 2
-0100110011 353.77 2
-0100110011 335.9 3
-0100110011 36.12 3
-0100110011 206.07 3
-0100110011 11.64 3
-0100110011 78.04 3
-0100110011 79.97 3
-0100110011 20.41 3
-0100110011 34785.28 3
-0100110011 16.56 3
-0100110011 26.76 3
-0100110011 456.95 3
-0100110011 87.22 3
-0100110011 21.13 3
-0100110011 20.93 3
-0100110011 18.39 3
-0100110011 20.49 3
-0100110011 26.42 3
-0100110011 116.21 3
-0100110011 27.63 3
-0100110011 15.76 3
-0100110011 15.51 3
-0100110011 16.97 3
-0100110011 13.12 3
-0100110011 366.90 3
-0100110011 26.82 3
-0100110011 20.28 3
-0100110011 27.16 3
-0100110011 19.69 3
-0100110011 18.37 3
-0100110011 26.38 3
-0100110011 1.025 3
-0100110011 35.56 3
-0100110011 243.83 3
-0100110011 36.44 3
-0100110011 65.51 3
-0100110011 102.65 3
-0100110011 29.09 3
-0100110011 3.696 3
-0100110011 139.89 3
-0100110011 26.21 3
-0100110011 17.67 3
-0100110011 106.25 3
-0100110011 53.27 3
-0100110011 .63 3
-0100110011 .39 3
-0100110011 24.86 3
-0100110011 38.66 3
-0100110011 15.18 3
-0100110011 71.85 3
-0100110011 13.62 3
-0100110011 99.52 3
-0100110011 9:45 3
-0100110011 14.29 3
-0100110011 27.49 3
-0100110011 30.90 3
-0100110011 11.86 3
-0100110011 20.72 3
-0100110011 5.685 3
-0100110011 29.16 3
-0100110011 27.44 3
-0100110011 2:15 3
-0100110011 33.85 3
-0100110011 20.13 3
-0100110011 7:40 3
-0100110011 18.76 3
-0100110011 44.39 3
-0100110011 452.25 3
-0100110011 14.86 3
-0100110011 35.67 3
-0100110011 39.65 3
-0100110011 35.74 3
-0100110011 22.13 3
-0100110011 81.77 3
-0100110011 13.93 3
-0100110011 30.51 3
-0100110011 47.17 3
-0100110011 12.21 3
-0100110011 22.88 3
-0100110011 17.86 3
-0100110011 18.01 3
-0100110011 6.865 3
-0100110011 21.56 3
-0100110011 24.42 3
-0100110011 366.15 3
-0100110011 90.47 3
-0100110011 30.91 3
-0100110011 89.77 3
-0100110011 29.835 3
-0100110011 72.37 3
-0100110011 18.92 3
-0100110011 18.78 3
-0100110011 51.48 3
-0100110011 44.28 3
-0100110011 112.22 3
-0100110011 22.93 3
-0100110011 34.69 3
-0100110011 13.17 3
-0100110011 758.1 3
-0100110011 15.94 3
-0100110011 14.66 3
-0100110011 732.4 3
-0100110011 14.53 3
-0100110011 14.68 3
-0100110011 831.32 3
-0100110011 19.14 3
-0100110011 21.53 3
-0100110011 8:05 3
-0100110011 21.86 3
-0100110011 69.95 3
-0100110011 54.64 3
-0100110011 2:10 3
-0100110011 50.06 3
-0100110011 54.45 3
-0100110011 .10 3
-0100110011 19.89 3
-0100110011 .36 3
-0100110011 31.35 3
-0100110011 30.80 3
-0100110011 16.52 3
-0100110011 39.72 3
-0100110011 27.14 3
-0100110011 316.71 3
-0100110011 558.3 3
-0100110011 64.52 3
-0100110011 15.04 3
-0100110011 21.61 3
-0100110011 44.45 3
-0100110011 34.68 3
-0100110011 41.95 3
-0100110011 20.42 3
-0100110011 268.34 3
-0100110011 60.21 3
-0100110011 70.77 3
-0100110011 384.59 3
-0100110011 632.40 3
-0100110011 178.28 3
-0100110011 94.14 3
-0100110011 543.64 3
-0100110011 15.54 3
-0100110011 16.96 3
-0100110011 4:40 3
-0100110011 30.56 3
-0100110011 16.24 3
-0100110011 1.056 3
-0100110011 33.60 3
-0100110011 233.44 3
-0100110011 539.70 3
-0100110011 422.43 3
-0100110011 19.55 3
-0100110011 22.90 3
-0100110011 14.55 3
-0100110011 737.6 3
-0100110011 30.44 3
-0100110011 92.41 3
-0100110011 14.14 3
-0100110011 30.04 3
-0100110011 171.22 3
-0100110011 34.14 3
-0100110011 1.092 3
-0100110011 7,650 3
-0100110011 90.87 3
-0100110011 12.81 3
-0100110011 38.28 3
-0100110011 43.19 3
-0100110011 18.73 3
-0100110011 166.33 3
-0100110011 1.295 3
-0100110011 1.066 3
-0100110011 11:58 3
-0100110011 28.11 3
-0100110011 13.73 3
-0100110011 28.28 3
-0100110011 1.563 3
-0100110011 46.55 3
-0100110011 26.88 3
-0100110011 146.74 3
-0100110011 21.67 3
-0100110011 12:25 3
-0100110011 40.53 3
-0100110011 13.31 3
-0100110011 37.83 3
-0100110011 19.68 3
-0100110011 543.6 3
-0100110011 16.31 3
-0100110011 1.820 3
-0100110011 20.06 3
-0100110011 148.50 3
-0100110011 20.02 3
-0100110011 32.64 3
-0100110011 20.12 3
-0100110011 32.20 3
-0100110011 98.33 3
-0100110011 86.61 3
-0100110011 20.27 3
-0100110011 37.55 3
-0100110011 113.73 3
-0100110011 109.33 3
-0100110011 949.41 3
-0100110011 15.07 3
-0100110011 35.41 3
-0100110011 46.36 3
-0100110011 36.85 3
-0100110011 29.28 3
-0100110011 25.24 3
-0100110011 29.04 3
-0100110011 34.43 3
-0100110011 52.80 3
-0100110011 29.42 3
-0100110011 30.15 3
-0100110011 50.49 3
-0100110011 19.94 3
-0100110011 18.41 3
-0100110011 441.45 3
-0100110011 14.70 3
-0100110011 30.99 3
-0100110011 13.47 3
-0100110011 1.045 3
-0100110011 34.92 3
-0100110011 1-2 3
-0100110011 41.76 3
-0100110011 24.85 3
-0100110011 32.05 3
-0100110011 21.08 3
-0100110011 13.48 3
-0100110011 55.04 3
-0100110011 24.98 3
-0100110011 420.50 3
-0100110011 22.23 3
-0100110011 1.205 3
-0100110011 221.25 3
-0100110011 16.74 3
-0100110011 28.86 3
-0100110011 4:10 3
-0100110011 14.34 3
-0100110011 23.33 3
-0100110011 24.76 3
-0100110011 150.85 3
-0100110011 11-11:30 3
-0100110011 43.075 3
-0100110011 76.84 3
-0100110011 9:50 3
-0100110011 73.88 3
-0100110011 30.65 3
-0100110011 24.87 3
-0100110011 19.83 3
-0100110011 207.33 3
-0100110011 79.83 3
-0100110011 17.59 3
-0100110011 23.49 3
-0100110011 16.81 3
-0100110011 20.98 3
-0100110011 47.05 3
-0100110011 34.82 3
-0100110011 21.58 3
-0100110011 19.91 3
-0100110011 86.53 3
-0100110011 17.13 3
-0100110011 21.23 3
-0100110011 64.22 3
-0100110011 22.27 3
-0100110011 11:50 3
-0100110011 21.97 3
-0100110011 18.07 3
-0100110011 488.30 3
-0100110011 21.29 3
-0100110011 50.91 3
-0100110011 61.04 3
-0100110011 112.75 3
-0100110011 30.76 3
-0100110011 9:49 3
-0100110011 750.7 3
-0100110011 263.65 3
-0100110011 60.36 3
-0100110011 27.31 3
-0100110011 1.052 3
-0100110011 805.5 3
-0100110011 15.46 3
-0100110011 41.19 3
-0100110011 43.38 3
-0100110011 29.337 3
-0100110011 2.457 3
-0100110011 1.482 3
-0100110011 453.75 3
-0100110011 226.18 3
-0100110011 11.29 3
-0100110011 15.03 3
-0100110011 82.76 3
-0100110011 30.74 3
-0100110011 119.02 3
-0100110011 165.81 3
-0100110011 69.05 3
-0100110011 68.46 3
-0100110011 59.63 3
-0100110011 1.602 3
-0100110011 35.27 3
-0100110011 3.001 3
-0100110011 102.66 3
-0100110011 68.62 3
-0100110011 4.524 3
-0100110011 27.29 3
-0100110011 113.21 3
-0100110011 65.06 3
-0100110011 101.65 3
-0100110011 42.96 3
-0100110011 18.31 3
-0100110011 101.625 3
-0100110011 22.74 3
-0100110011 15.49 3
-0100110011 40.37 3
-0100110011 42.93 3
-0100110011 21.87 3
-0100110011 21.71 3
-0100110011 13.77 3
-0100110011 15.22 3
-0100110011 3:43 3
-0100110011 26.63 3
-0100110011 245.41 3
-0100110011 22.52 3
-0100110011 21.66 3
-0100110011 31.09 3
-0100110011 22.79 3
-0100110011 14.83 3
-0100110011 26.90 3
-0100110011 17.47 3
-0100110011 35.99 3
-0100110011 20.29 3
-0100110011 47.97 3
-0100110011 82.98 3
-0100110011 27.09 3
-0100110011 111.61 3
-0100110011 22.72 3
-0100110011 12.10 3
-0100110011 22.43 3
-0100110011 20.60 3
-0100110011 27.64 3
-0100110011 16.28 3
-0100110011 118.75 3
-0100110011 41.34 3
-0100110011 42.88 3
-0100110011 113.85 3
-0100110011 25.26 3
-0100110011 248.75 3
-0100110011 44.51 3
-0100110011 26.59 3
-0100110011 19.04 3
-0100110011 65.20 3
-0100110011 114.76 3
-0100110011 29.13 3
-0100110011 54.98 3
-0100110011 128.59 3
-0100110011 2.807 3
-0100110011 39.05 3
-0100110011 27.93 3
-0100110011 60.74 3
-0100110011 22.37 3
-0100110011 99.21 3
-0100110011 35.11 3
-0100110011 28.09 3
-0100110011 115.50 3
-0100110011 4.268 3
-0100110011 22.39 3
-0100110011 429.40 3
-0100110011 234.43 3
-0100110011 12.71 3
-0100110011 16.69 3
-0100110011 12.16 3
-0100110011 24.38 3
-0100110011 27.95 3
-0100110011 31.88 3
-0100110011 .42 3
-0100110011 .68 3
-0100110011 23.13 3
-0100110011 6.437 3
-0100110011 18.89 3
-0100110011 131.58 3
-0100110011 13.54 3
-0100110011 428.80 3
-0100110011 83.63 3
-0100110011 60.69 3
-0100110011 .23 3
-0100110011 12:30-2:30 3
-0100110011 22.35 3
-0100110011 718.1 3
-0100110011 124.97 3
-0100110011 60.27 3
-0100110011 681.6 3
-0100110011 17.78 3
-0100110011 34.41 3
-0100110011 15.39 3
-0100110011 26.99 3
-0100110011 40.07 3
-0100110011 37.48 3
-0100110011 25.80 3
-0100110011 12.03 3
-0100110011 24.48 3
-0100110011 54.80 3
-0100110011 98.57 3
-0100110011 18.68 3
-0100110011 32.09 3
-0100110011 66.80 3
-0100110011 15.53 3
-0100110011 52.85 3
-0100110011 24.20 3
-0100110011 33.61 3
-0100110011 4.241 3
-0100110011 38.47 3
-0100110011 20.92 3
-0100110011 111.48 3
-0100110011 43.88 3
-0100110011 10.00 3
-0100110011 4.553 3
-0100110011 17.37 3
-0100110011 29.12 3
-0100110011 18.42 3
-0100110011 4.378 3
-0100110011 4.445 3
-0100110011 139.47 3
-0100110011 47.69 4
-0100110011 16.01 4
-0100110011 55.03 4
-0100110011 12.62 4
-0100110011 438.80 4
-0100110011 22.18 4
-0100110011 28.01 4
-0100110011 56.52 4
-0100110011 239.31 4
-0100110011 .35 4
-0100110011 305.5 4
-0100110011 14.88 4
-0100110011 24.39 4
-0100110011 14.81 4
-0100110011 12.24 4
-0100110011 27.28 4
-0100110011 14.03 4
-0100110011 21.91 4
-0100110011 26.97 4
-0100110011 12.58 4
-0100110011 34.48 4
-0100110011 24.56 4
-0100110011 26.77 4
-0100110011 15.57 4
-0100110011 15.72 4
-0100110011 23.97 4
-0100110011 122.25 4
-0100110011 14.82 4
-0100110011 14.06 4
-0100110011 19.92 4
-0100110011 719.5 4
-0100110011 1.265 4
-0100110011 27.17 4
-0100110011 23.14 4
-0100110011 17.87 4
-0100110011 26.36 4
-0100110011 37.95 4
-0100110011 19.85 4
-0100110011 .15 4
-0100110011 .30 4
-0100110011 18.21 4
-0100110011 129.10 4
-0100110011 14.46 4
-0100110011 33.15 4
-0100110011 311.2 4
-0100110011 20.48 4
-0100110011 .17 4
-0100110011 .66 4
-0100110011 .11 4
-0100110011 11:45 4
-0100110011 957.24 4
-0100110011 1.076 4
-0100110011 1.002 4
-0100110011 40.17 4
-0100110011 60.11 4
-0100110011 15.63 4
-0100110011 20.05 4
-0100110011 21.82 4
-0100110011 23.88 4
-0100110011 21.63 4
-0100110011 20.59 4
-0100110011 36.84 4
-0100110011 11.89 4
-0100110011 17.91 4
-0100110011 17.02 4
-0100110011 45.94 4
-0100110011 17.64 4
-0100110011 96.75 4
-0100110011 17.17 4
-0100110011 31.49 4
-0100110011 18.33 4
-0100110011 11.37 4
-0100110011 19.74 4
-0100110011 13.58 4
-0100110011 22.31 4
-0100110011 355.3 4
-0100110011 54.14 4
-0100110011 20.01 4
-0100110011 22.53 4
-0100110011 55.41 4
-0100110011 20.43 4
-0100110011 246.2 4
-0100110011 15.64 4
-0100110011 20.95 4
-0100110011 26.67 4
-0100110011 13.45 4
-0100110011 36.36 4
-0100110011 13.13 4
-0100110011 18.48 4
-0100110011 32.57 4
-0100110011 24.83 4
-0100110011 36.69 4
-0100110011 41.83 4
-0100110011 .22 4
-0100110011 11.87 4
-0100110011 62.49 4
-0100110011 1:45 4
-0100110011 66.26 4
-0100110011 32.42 4
-0100110011 21.90 4
-0100110011 25.60 4
-0100110011 11.54 4
-0100110011 25.54 4
-0100110011 15.52 4
-0100110011 13.56 4
-0100110011 19.11 4
-0100110011 27.48 4
-0100110011 14.32 4
-0100110011 15.12 4
-0100110011 43.60 4
-0100110011 12.56 4
-0100110011 33.77 4
-0100110011 27.47 4
-0100110011 34.71 4
-0100110011 .40 4
-0100110011 108.75 4
-0100110011 26.78 4
-0100110011 18.91 4
-0100110011 4-7 4
-0100110011 1.079 4
-0100110011 22.78 4
-0100110011 42.60 4
-0100110011 34.91 4
-0100110011 1,000:8.85 4
-0100110011 24.54 4
-0100110011 1.315 4
-0100110011 1:00 4
-0100110011 343.67 4
-0100110011 21.94 4
-0100110011 26.79 4
-0100110011 18.94 4
-0100110011 39.55 4
-0100110011 16.43 4
-0100110011 14.97 4
-0100110011 15.58 4
-0100110011 42.06 4
-0100110011 57.41 4
-0100110011 1.555 4
-0100110011 17.28 4
-0100110011 32.24 4
-0100110011 11.38 4
-0100110011 .05 4
-0100110011 21.30 4
-0100110011 15.61 4
-0100110011 45.20 4
-0100110011 148.01 4
-0100110011 113.50 4
-0100110011 732.2 4
-0100110011 23.60 4
-0100110011 31.74 4
-0100110011 35.20 4
-0100110011 18.58 4
-0100110011 6.645 4
-0100110011 104.50 4
-0100110011 38.11 4
-0100110011 19.81 4
-0100110011 19.97 4
-0100110011 24.09 4
-0100110011 33.71 4
-0100110011 2.352 4
-0100110011 14.61 4
-0100110011 .18 4
-0100110011 17.12 4
-0100110011 16.55 4
-0100110011 22.32 4
-0100110011 12.11 4
-0100110011 22.29 4
-0100110011 14.30 4
-0100110011 18.52 4
-0100110011 20.17 4
-0100110011 1.325 4
-0100110011 25.37 4
-0100110011 .25 4
-0100110011 30.35 4
-0100110011 14.94 4
-0100110011 27.40 4
-0100110011 22.67 4
-0100110011 82.95 4
-0100110011 20.14 4
-0100110011 13.82 4
-0100110011 12.04 4
-0100110011 36.39 4
-0100110011 156.16 4
-0100110011 97.375 4
-0100110011 23.98 4
-0100110011 170.64 4
-0100110011 19.90 4
-0100110011 53.17 4
-0100110011 26.51 4
-0100110011 18.96 4
-0100110011 17.16 4
-0100110011 80.75 4
-0100110011 15.81 4
-0100110011 727.1 4
-0100110011 17.51 4
-0100110011 141.35 4
-0100110011 12.23 4
-0100110011 23.08 4
-0100110011 22.26 4
-0100110011 19.49 4
-0100110011 77.30 4
-0100110011 32.40 4
-0100110011 32.56 4
-0100110011 38.76 4
-0100110011 169.78 4
-0100110011 37.35 4
-0100110011 21.65 4
-0100110011 21.34 4
-0100110011 22.65 4
-0100110011 12.65 4
-0100110011 26.13 4
-0100110011 27.72 4
-0100110011 21.92 4
-0100110011 25.41 4
-0100110011 93.10 4
-0100110011 15.33 4
-0100110011 28.69 4
-0100110011 31.41 4
-0100110011 22.40 4
-0100110011 22.16 4
-0100110011 13.27 4
-0100110011 15.99 4
-0100110011 12:45 4
-0100110011 52.77 4
-0100110011 62.64 4
-0100110011 37.64 4
-0100110011 16.94 4
-0100110011 14.54 4
-0100110011 19.24 4
-0100110011 8:25 4
-0100110011 4.259 5
-0100110011 18.27 5
-0100110011 16.0 5
-0100110011 20.40 5
-0100110011 64.70 5
-0100110011 421.50 5
-0100110011 286.5 5
-0100110011 21.55 5
-0100110011 25.56 5
-0100110011 11.01 5
-0100110011 19.27 5
-0100110011 11:20 5
-0100110011 16.13 5
-0100110011 21.01 5
-0100110011 23.90 5
-0100110011 11.72 5
-0100110011 15.98 5
-0100110011 103.50 5
-0100110011 15.26 5
-0100110011 17.36 5
-0100110011 37.82 5
-0100110011 21.27 5
-0100110011 13.96 5
-0100110011 26.44 5
-0100110011 17.74 5
-0100110011 16.86 5
-0100110011 .34 5
-0100110011 13.21 5
-0100110011 31.31 5
-0100110011 17.32 5
-0100110011 15.56 5
-0100110011 12.69 5
-0100110011 18.22 5
-0100110011 19.32 5
-0100110011 18.99 5
-0100110011 1.024 5
-0100110011 31.36 5
-0100110011 58.85 5
-0100110011 33.36 5
-0100110011 20.63 5
-0100110011 22.09 5
-0100110011 23.48 5
-0100110011 25.49 5
-0100110011 37.16 5
-0100110011 22.30 5
-0100110011 12.41 5
-0100110011 76.25 5
-0100110011 22.77 5
-0100110011 15.67 5
-0100110011 454.50 5
-0100110011 8:40 5
-0100110011 8:15 5
-0100110011 21.33 5
-0100110011 26.04 5
-0100110011 17.58 5
-0100110011 24.35 5
-0100110011 16.12 5
-0100110011 20.33 5
-0100110011 18.66 5
-0100110011 15.01 5
-0100110011 22.59 5
-0100110011 16.78 5
-0100110011 31.65 5
-0100110011 11.27 5
-0100110011 18.82 5
-0100110011 11.84 5
-0100110011 19.45 5
-0100110011 67.58 5
-0100110011 15.42 5
-0100110011 18.38 5
-0100110011 17.89 5
-0100110011 18.36 5
-0100110011 18.67 5
-0100110011 22.24 5
-0100110011 15.32 5
-0100110011 15.05 5
-0100110011 16.88 5
-0100110011 17.94 5
-0100110011 19.76 5
-0100110011 18.13 5
-0100110011 26.06 5
-0100110011 22.56 5
-0100110011 12.86 5
-0100110011 404.90 5
-0100110011 25.10 5
-0100110011 13.37 5
-0100110011 12.06 5
-0100110011 11.68 5
-0100110011 11:40 5
-0100110011 11.98 5
-0100110011 7-9 5
-0100110011 12.74 5
-0100110011 13.97 5
-0100110011 24.64 5
-0100110011 3.091 5
-0100110011 11.09 5
-0100110011 16.54 5
-0100110011 20.38 5
-0100110011 20.74 5
-0100110011 3836.48 5
-0100110011 28.07 5
-0100110011 14.73 5
-0100110011 14.58 5
-0100110011 17.73 5
-0100110011 20.78 5
-0100110011 22.10 5
-0100110011 38.37 5
-0100110011 18.97 5
-0100110011 6:15 5
-0100110011 17.43 5
-0100110011 25.96 5
-0100110011 21.69 5
-0100110011 654.81 5
-0100110011 12.91 5
-0100110011 19.64 5
-0100110011 38.33 5
-0100110011 23.56 5
-0100110011 2.162 5
-0100110011 17.66 5
-0100110011 28.39 5
-0100110011 16.34 5
-0100110011 15.78 5
-0100110011 13.53 5
-0100110011 18.14 5
-0100110011 26.94 5
-0100110011 14.84 5
-0100110011 29.94 5
-0100110011 35.06 5
-0100110011 18.69 5
-0100110011 35.95 5
-0100110011 18.04 5
-0100110011 16.61 5
-0100110011 18.56 5
-0100110011 16.62 5
-0100110011 13.26 5
-0100110011 10:45 5
-0100110011 18.43 5
-0100110011 19.21 5
-0100110011 43.92 5
-0100110011 19.05 5
-0100110011 324.4 5
-0100110011 15.31 5
-0100110011 28.27 5
-0100110011 11.67 5
-0100110011 22.34 5
-0100110011 15.97 5
-0100110011 26.85 5
-0100110011 19.59 5
-0100110011 18.88 5
-0100110011 54.74 5
-0100110011 18.02 5
-0100110011 19.87 5
-0100110011 12.49 5
-0100110011 721.4 5
-0100110011 25.23 5
-0100110011 46.38 5
-0100110011 33.82 5
-0100110011 26.15 5
-0100110011 17.92 5
-0100110011 22.20 5
-0100110011 12.02 5
-0100110011 11.93 5
-0100110011 19.19 5
-0100110011 16.32 5
-0100110011 102.81 5
-0100110011 40.12 5
-0100110011 12.37 5
-0100110011 11.14 5
-0100110011 25.19 5
-0100110011 15.87 5
-0100110011 25.86 5
-0100110011 12.07 5
-0100110011 13.24 5
-0100110011 17.23 5
-0100110011 37.46 5
-0100110011 77.35 5
-0100110011 2:45 5
-0100110011 14.64 5
-0100110011 43.17 6
-0100110011 25.87 6
-0100110011 20.57 6
-0100110011 16.36 6
-0100110011 17.38 6
-0100110011 12.36 6
-0100110011 28.35 6
-0100110011 18.71 6
-0100110011 29.34 6
-0100110011 24.34 6
-0100110011 16.68 6
-0100110011 22.14 6
-0100110011 19.56 6
-0100110011 14.12 6
-0100110011 15.92 6
-0100110011 54.22 6
-0100110011 12.78 6
-0100110011 13.03 6
-0100110011 18.61 6
-0100110011 27.55 6
-0100110011 33.78 6
-0100110011 97.75 6
-0100110011 45.91 6
-0100110011 70.75 6
-0100110011 13.36 6
-0100110011 11.32 6
-0100110011 17.20 6
-0100110011 21.38 6
-0100110011 20.85 6
-0100110011 22.41 6
-0100110011 11.47 6
-0100110011 25.83 6
-0100110011 15.62 6
-0100110011 17.44 6
-0100110011 19.31 6
-0100110011 12.87 6
-0100110011 16.72 6
-0100110011 13.11 6
-0100110011 16.05 6
-0100110011 17.57 6
-0100110011 18.62 6
-0100110011 11.12 6
-0100110011 11:15 6
-0100110011 16.07 6
-0100110011 13.14 6
-0100110011 20.89 6
-0100110011 24.57 6
-0100110011 23.21 6
-0100110011 10.71 6
-0100110011 19.46 6
-0100110011 11.77 6
-0100110011 14.47 6
-0100110011 12.98 6
-0100110011 13.69 6
-0100110011 18.12 6
-0100110011 15.77 6
-0100110011 15.34 6
-0100110011 15.23 6
-0100110011 17.27 6
-0100110011 51.98 6
-0100110011 19.54 6
-0100110011 20.31 6
-0100110011 12.31 6
-0100110011 12.70 6
-0100110011 12.17 6
-0100110011 97.875 6
-0100110011 11.73 6
-0100110011 22.81 6
-0100110011 51.60 6
-0100110011 14.76 6
-0100110011 13.19 6
-0100110011 14.49 6
-0100110011 21.42 6
-0100110011 14.72 6
-0100110011 37.67 6
-0100110011 37.34 6
-0100110011 13.84 6
-0100110011 19.53 6
-0100110011 19.86 6
-0100110011 13.87 6
-0100110011 18.87 6
-0100110011 13.98 6
-0100110011 17.69 6
-0100110011 73.80 6
-0100110011 12.68 6
-0100110011 13.42 6
-0100110011 13.41 6
-0100110011 21.19 6
-0100110011 16.29 6
-0100110011 13.02 6
-0100110011 18.28 6
-0100110011 15.82 6
-0100110011 25.70 6
-0100110011 17.33 6
-0100110011 19.41 6
-0100110011 11.23 6
-0100110011 19.66 6
-0100110011 19.44 6
-0100110011 18.55 6
-0100110011 20.83 6
-0100110011 11.15 6
-0100110011 11.17 6
-0100110011 17.11 6
-0100110011 18.80 6
-0100110011 1:15 6
-0100110011 16.39 6
-0100110011 15.83 6
-0100110011 20.23 6
-0100110011 18.79 6
-0100110011 21.47 6
-0100110011 14.98 6
-0100110011 21.06 6
-0100110011 14.79 7
-0100110011 12.83 7
-0100110011 15.80 7
-0100110011 16.63 7
-0100110011 12.59 7
-0100110011 12.93 7
-0100110011 15.38 7
-0100110011 33.95 7
-0100110011 14.23 7
-0100110011 14.24 7
-0100110011 16.53 7
-0100110011 16.79 7
-0100110011 14.38 7
-0100110011 15.40 7
-0100110011 47.08 7
-0100110011 57.61 7
-0100110011 13.66 7
-0100110011 12.22 7
-0100110011 15.65 7
-0100110011 18.57 7
-0100110011 .12 7
-0100110011 13.64 7
-0100110011 15.09 7
-0100110011 13.60 7
-0100110011 34.09 7
-0100110011 31.60 7
-0100110011 25.20 7
-0100110011 24.30 7
-0100110011 17.45 7
-0100110011 39.53 7
-0100110011 65.75 7
-0100110011 14.40 7
-0100110011 11.04 7
-0100110011 11.00 7
-0100110011 41.54 7
-0100110011 17.19 7
-0100110011 17.62 7
-0100110011 9.00 7
-0100110011 22.80 7
-0100110011 10.69 7
-0100110011 12.26 7
-0100110011 20.90 7
-0100110011 11.46 7
-0100110011 21.14 7
-0100110011 27.58 7
-0100110011 17.61 7
-0100110011 16.22 7
-0100110011 17.07 7
-0100110011 15.59 7
-0100110011 20.62 7
-0100110011 26.95 7
-0100110011 35.32 7
-0100110011 14.07 7
-0100110011 15.90 7
-0100110011 13.57 7
-0100110011 19.20 7
-0100110011 13.88 7
-0100110011 7:15 7
-0100110011 25.95 7
-0100110011 99.45 7
-0100110011 15.21 7
-0100110011 15.35 7
-0100110011 69.89 7
-0100110011 14.69 7
-0100110011 22.17 7
-0100110011 13.28 7
-0100110011 15.60 7
-0100110011 11.91 7
-0100110011 11.21 7
-0100110011 26.28 7
-0100110011 13.92 7
-0100110011 66.47 7
-0100110011 15.08 7
-0100110011 16.65 7
-0100110011 11.31 7
-0100110011 16.06 7
-0100110011 15.96 7
-0100110011 46.40 7
-0100110011 10.77 7
-0100110011 17.03 7
-0100110011 17.15 7
-0100110011 32.95 7
-0100110011 11.40 7
-0100110011 19.12 7
-0100110011 12.89 7
-0100110011 20.77 7
-0100110011 13.70 7
-0100110011 12.19 7
-0100110011 16.73 7
-0100110011 11.97 7
-0100110011 22.84 7
-0100110011 13.90 7
-0100110011 14.42 7
-0100110011 25.89 7
-0100110011 52.97 8
-0100110011 12.13 8
-0100110011 13.55 8
-0100110011 26.55 8
-0100110011 44.60 8
-0100110011 15.30 8
-0100110011 14.16 8
-0100110011 14.87 8
-0100110011 16.38 8
-0100110011 12.82 8
-0100110011 13.49 8
-0100110011 14.67 8
-0100110011 12.14 8
-0100110011 9.0 8
-0100110011 11.44 8
-0100110011 18.15 8
-0100110011 17.26 8
-0100110011 16.46 8
-0100110011 16.85 8
-0100110011 22.58 8
-0100110011 16.59 8
-0100110011 19.65 8
-0100110011 12.51 8
-0100110011 83.25 8
-0100110011 12.57 8
-0100110011 13.30 8
-0100110011 14.71 8
-0100110011 11.52 8
-0100110011 14.74 8
-0100110011 18.51 8
-0100110011 22.94 8
-0100110011 11.92 8
-0100110011 4.00 8
-0100110011 21.85 8
-0100110011 14.26 8
-0100110011 28.38 8
-0100110011 21.05 8
-0100110011 15.36 8
-0100110011 16.83 8
-0100110011 14.57 8
-0100110011 33.65 8
-0100110011 10.91 8
-0100110011 12.53 8
-0100110011 12.72 8
-0100110011 25.07 8
-0100110011 14.99 8
-0100110011 17.41 8
-0100110011 13.51 8
-0100110011 10.74 8
-0100110011 20.88 8
-0100110011 10.59 8
-0100110011 18.63 8
-0100110011 12.79 8
-0100110011 11.43 8
-0100110011 19.30 8
-0100110011 14.48 8
-0100110011 .16 8
-0100110011 19.73 8
-0100110011 12.01 8
-0100110011 21.35 8
-0100110011 19.96 8
-0100110011 12.67 8
-0100110011 15.86 8
-0100110011 17.85 8
-0100110011 12.97 8
-0100110011 11.36 8
-0100110011 16.09 8
-0100110011 16.30 8
-0100110011 14.15 8
-0100110011 11.39 8
-0100110011 20.99 8
-0100110011 14.17 8
-0100110011 14.85 8
-0100110011 14.59 8
-0100110011 17.24 9
-0100110011 15.45 9
-0100110011 14.20 9
-0100110011 17.80 9
-0100110011 11.94 9
-0100110011 14.02 9
-0100110011 20.09 9
-0100110011 17.70 9
-0100110011 289.5 9
-0100110011 15.43 9
-0100110011 13.43 9
-0100110011 11:59 9
-0100110011 12.08 9
-0100110011 15.17 9
-0100110011 14.18 9
-0100110011 17.52 9
-0100110011 19.03 9
-0100110011 11.85 9
-0100110011 11.51 9
-0100110011 14.90 9
-0100110011 16.26 9
-0100110011 20.35 9
-0100110011 .38 9
-0100110011 14.65 9
-0100110011 12.40 9
-0100110011 10.88 9
-0100110011 19.88 9
-0100110011 16.60 9
-0100110011 16.58 9
-0100110011 13.29 9
-0100110011 14.62 9
-0100110011 16.90 9
-0100110011 14.51 9
-0100110011 11.78 9
-0100110011 17.55 9
-0100110011 13.80 9
-0100110011 4:15 9
-0100110011 11.79 9
-0100110011 24.70 9
-0100110011 10.94 9
-0100110011 18.83 9
-0100110011 21.73 9
-0100110011 12.96 9
-0100110011 19.38 9
-0100110011 11.49 9
-0100110011 12.15 9
-0100110011 16.76 9
-0100110011 12.94 9
-0100110011 13.38 9
-0100110011 13.34 9
-0100110011 40.97 9
-0100110011 15.66 9
-0100110011 13.86 9
-0100110011 12.42 9
-0100110011 12.64 9
-0100110011 11.99 9
-0100110011 108.35 9
-0100110011 13.16 9
-0100110011 14.44 9
-0100110011 15.15 9
-0100110011 14.60 9
-0100110011 12:15 9
-0100110011 19.10 9
-0100110011 11.88 9
-0100110011 7:20 9
-0100110011 25.35 9
-0100110011 76.42 9
-0100110011 20.80 9
-0100110011 14.37 9
-0100110011 23.81 9
-0100110011 102.27 10
-0100110011 11.26 10
-0100110011 13.44 10
-0100110011 14.80 10
-0100110011 13.67 10
-0100110011 10.54 10
-0100110011 20.22 10
-0100110011 14.22 10
-0100110011 13.79 10
-0100110011 24.80 10
-0100110011 14.56 10
-0100110011 18.98 10
-0100110011 15.24 10
-0100110011 11.96 10
-0100110011 12.09 10
-0100110011 22.15 10
-0100110011 12.30 10
-0100110011 3:15 10
-0100110011 11.13 10
-0100110011 16.35 10
-0100110011 14.04 10
-0100110011 13.52 10
-0100110011 11.42 10
-0100110011 14.19 10
-0100110011 12.28 10
-0100110011 9:15 10
-0100110011 22.42 10
-0100110011 12.46 10
-0100110011 10.92 10
-0100110011 12.38 10
-0100110011 64.16 10
-0100110011 11.63 10
-0100110011 18.90 10
-0100110011 11.33 10
-0100110011 10.98 10
-0100110011 19.35 10
-0100110011 18.74 10
-0100110011 18.72 10
-0100110011 17.88 10
-0100110011 12.39 10
-0100110011 11.41 10
-0100110011 14.41 10
-0100110011 10.90 10
-0100110011 16.87 10
-0100110011 14.63 11
-0100110011 11.24 11
-0100110011 17.08 11
-0100110011 15.44 11
-0100110011 9.79 11
-0100110011 9.32 11
-0100110011 15.88 11
-0100110011 17.40 11
-0100110011 12.66 11
-0100110011 17.54 11
-0100110011 11.80 11
-0100110011 13.81 11
-0100110011 17.65 11
-0100110011 22.38 11
-0100110011 13.95 11
-0100110011 12.84 11
-0100110011 14.45 11
-0100110011 12.92 11
-0100110011 13.89 11
-0100110011 12.99 11
-0100110011 8:20 11
-0100110011 20.94 11
-0100110011 19.17 11
-0100110011 27.90 11
-0100110011 13.46 11
-0100110011 12.20 11
-0100110011 15.10 11
-0100110011 11.11 11
-0100110011 11.18 11
-0100110011 14.52 11
-0100110011 10.62 11
-0100110011 12.88 11
-0100110011 13.23 11
-0100110011 18.59 11
-0100110011 11.28 11
-0100110011 11.35 12
-0100110011 16.80 12
-0100110011 15.70 12
-0100110011 12.35 12
-0100110011 13.05 12
-0100110011 16.03 12
-0100110011 10.83 12
-0100110011 17.35 12
-0100110011 11.55 12
-0100110011 14.43 12
-0100110011 15.27 12
-0100110011 10.99 12
-0100110011 18.85 12
-0100110011 0.375 12
-0100110011 13.15 12
-0100110011 5:45 12
-0100110011 11.34 12
-0100110011 11.45 12
-0100110011 11.03 12
-0100110011 18.35 12
-0100110011 10.49 12
-0100110011 17.05 12
-0100110011 91.55 12
-0100110011 11.70 12
-0100110011 13.40 12
-0100110011 12.45 12
-0100110011 4.91 12
-0100110011 12.33 13
-0100110011 13.07 13
-0100110011 13.09 13
-0100110011 16.08 13
-0100110011 21.16 13
-0100110011 10.46 13
-0100110011 9.31 13
-0100110011 14.05 13
-0100110011 12.80 13
-0100110011 13.65 13
-0100110011 18.20 13
-0100110011 15.85 13
-0100110011 12.73 13
-0100110011 16.67 13
-0100110011 10.68 13
-0100110011 10.60 13
-0100110011 10.85 13
-0100110011 18.24 13
-0100110011 64.15 14
-0100110011 16.91 14
-0100110011 12.55 14
-0100110011 11.56 14
-0100110011 10.41 14
-0100110011 17.60 14
-0100110011 13.63 14
-0100110011 11.74 14
-0100110011 11.60 14
-0100110011 13.59 14
-0100110011 4.72 14
-0100110011 12.43 14
-0100110011 11.16 14
-0100110011 13.06 14
-0100110011 9.64 14
-0100110011 10.56 14
-0100110011 11.58 14
-0100110011 16.10 14
-0100110011 5.09 15
-0100110011 12.12 15
-0100110011 10.76 15
-0100110011 11.20 15
-0100110011 15.20 15
-0100110011 4.57 15
-0100110011 10.78 15
-0100110011 10.57 15
-0100110011 20.34 15
-0100110011 4.81 15
-0100110011 14.36 15
-0100110011 11.30 15
-0100110011 4.39 15
-0100110011 4.61 15
-0100110011 4.71 15
-0100110011 11.07 15
-0100110011 14.10 15
-0100110011 11.48 15
-0100110011 10.82 16
-0100110011 11.10 16
-0100110011 11.06 16
-0100110011 13.20 16
-0100110011 4.43 17
-0100110011 2.111 17
-0100110011 10.96 17
-0100110011 9.29 17
-0100110011 4.53 17
-0100110011 18.70 17
-0100110011 10.01 17
-0100110011 10.39 17
-0100110011 10.87 17
-0100110011 19.22 18
-0100110011 4.84 18
-0100110011 20.10 18
-0100110011 10.84 18
-0100110011 10.65 18
-0100110011 14.08 18
-0100110011 3.68 18
-0100110011 10.67 18
-0100110011 4.11 19
-0100110011 9.86 19
-0100110011 14.78 19
-0100110011 4.32 19
-0100110011 4.93 20
-0100110011 13.32 20
-0100110011 18.60 20
-0100110011 9.77 20
-0100110011 4.22 20
-0100110011 10.51 20
-0100110011 4.54 20
-0100110011 10.95 20
-0100110011 10.53 20
-0100110011 10.66 21
-0100110011 5.13 21
-0100110011 5.06 21
-0100110011 3.54 21
-0100110011 4.89 21
-0100110011 3.84 21
-0100110011 5.21 21
-0100110011 4.59 21
-0100110011 4.82 21
-0100110011 220.7 21
-0100110011 4.04 22
-0100110011 3.58 22
-0100110011 4.68 22
-0100110011 51.25 22
-0100110011 4.79 22
-0100110011 4.87 22
-0100110011 5.54 22
-0100110011 4.97 22
-0100110011 4.26 22
-0100110011 4.52 22
-0100110011 5.71 22
-0100110011 4.69 22
-0100110011 4.24 22
-0100110011 5.26 22
-0100110011 3.89 22
-0100110011 10.02 22
-0100110011 3.93 22
-0100110011 4.64 23
-0100110011 4.76 23
-0100110011 12.60 23
-0100110011 5.24 23
-0100110011 5.17 23
-0100110011 4.21 23
-0100110011 4.37 23
-0100110011 4.83 23
-0100110011 4.48 23
-0100110011 10.80 23
-0100110011 4.42 23
-0100110011 12.27 24
-0100110011 9.94 24
-0100110011 16.47 24
-0100110011 5.92 24
-0100110011 3.53 24
-0100110011 4.86 24
-0100110011 4.34 24
-0100110011 4.51 24
-0100110011 3.92 24
-0100110011 9.56 24
-0100110011 4.58 24
-0100110011 4.73 24
-0100110011 4.77 25
-0100110011 5.08 25
-0100110011 4.67 25
-0100110011 4.09 25
-0100110011 5.33 25
-0100110011 5.18 25
-0100110011 4.74 25
-0100110011 3.37 25
-0100110011 4.56 25
-0100110011 12.95 25
-0100110011 3.41 25
-0100110011 4.08 25
-0100110011 9.26 25
-0100110011 15.71 26
-0100110011 3.97 26
-0100110011 3.88 26
-0100110011 4.23 26
-0100110011 4.07 26
-0100110011 10.40 26
-0100110011 5.29 26
-0100110011 15.06 26
-0100110011 5.11 26
-0100110011 12.18 26
-0100110011 21.95 26
-0100110011 4.46 26
-0100110011 5.28 27
-0100110011 3.99 27
-0100110011 4.41 27
-0100110011 4.94 27
-0100110011 3.43 27
-0100110011 10.93 27
-0100110011 6.36 27
-0100110011 5.07 27
-0100110011 4.0 27
-0100110011 13.35 27
-0100110011 5.0 27
-0100110011 5.37 27
-0100110011 11.95 27
-0100110011 5.01 28
-0100110011 3.86 28
-0100110011 3.71 28
-0100110011 9.78 28
-0100110011 90.25 28
-0100110011 12.54 28
-0100110011 4.01 28
-0100110011 2.00 29
-0100110011 4.47 29
-0100110011 4.16 29
-0100110011 3.96 29
-0100110011 3.63 29
-0100110011 3.72 29
-0100110011 3.98 29
-0100110011 4.06 29
-0100110011 4.38 30
-0100110011 12.44 30
-0100110011 3.91 30
-0100110011 4.44 30
-0100110011 5.36 30
-0100110011 15.68 30
-0100110011 9.76 30
-0100110011 4.29 30
-0100110011 5.27 30
-0100110011 4.96 30
-0100110011 10.45 31
-0100110011 5.38 31
-0100110011 5.32 31
-0100110011 5.19 31
-0100110011 4.62 31
-0100110011 4.03 31
-0100110011 5.12 31
-0100110011 5.14 31
-0100110011 17.63 31
-0100110011 3.74 31
-0100110011 5.02 32
-0100110011 4.27 32
-0100110011 5.91 32
-0100110011 3.69 32
-0100110011 4.88 32
-0100110011 4.28 32
-0100110011 4.14 32
-0100110011 4.92 33
-0100110011 3.56 33
-0100110011 3.09 33
-0100110011 9.12 33
-0100110011 10.35 33
-0100110011 4.49 33
-0100110011 4.66 33
-0100110011 3.62 33
-0100110011 12:30 33
-0100110011 3.36 33
-0100110011 5.31 34
-0100110011 4.30 34
-0100110011 3.49 34
-0100110011 3.27 34
-0100110011 3.77 34
-0100110011 4.19 34
-0100110011 6.38 34
-0100110011 3.39 34
-0100110011 5.42 34
-0100110011 4.99 34
-0100110011 10.20 34
-0100110011 5.16 34
-0100110011 5.69 34
-0100110011 5.04 34
-0100110011 4.78 34
-0100110011 9.89 35
-0100110011 3.57 35
-0100110011 5.52 35
-0100110011 4.31 35
-0100110011 9.51 35
-0100110011 13.22 35
-0100110011 2.91 35
-0100110011 6.15 35
-0100110011 3.94 35
-0100110011 2.94 36
-0100110011 3.81 36
-0100110011 4.85 36
-0100110011 6.21 36
-0100110011 4.13 36
-0100110011 6.02 36
-0100110011 5.03 36
-0100110011 22.95 36
-0100110011 4.36 36
-0100110011 3.73 36
-0100110011 1.00 36
-0100110011 4.17 36
-0100110011 3.78 36
-0100110011 3.67 37
-0100110011 3.06 37
-0100110011 3.08 37
-0100110011 4.98 37
-0100110011 3.19 37
-0100110011 3.61 37
-0100110011 4:30 38
-0100110011 3.64 38
-0100110011 3.11 38
-0100110011 2.74 38
-0100110011 5.22 38
-0100110011 4.90 39
-0100110011 9.53 39
-0100110011 4.05 39
-0100110011 14.95 39
-0100110011 5.39 39
-0100110011 6.47 39
-0100110011 3.82 39
-0100110011 3.66 39
-0100110011 7.31 39
-0100110011 4.95 39
-0100110011 4.63 39
-0100110011 3.18 39
-0100110011 2.81 39
-0100110011 3.22 39
-0100110011 5.10 39
-0100110011 3.76 39
-0100110011 3.01 39
-0100110011 5.49 39
-0100110011 2.71 40
-0100110011 13.83 40
-0100110011 3.31 40
-0100110011 4.33 40
-0100110011 3.48 40
-0100110011 15.95 40
-0100110011 2.97 40
-0100110011 6.40 40
-0100110011 2.69 41
-0100110011 3.59 41
-0100110011 5.20 41
-0100110011 5.43 41
-0100110011 3.83 42
-0100110011 5.41 42
-0100110011 1:30 42
-0100110011 2.83 42
-0100110011 5.30 42
-0100110011 6.24 43
-0100110011 3.79 43
-0100110011 5.76 43
-0100110011 4.12 43
-0100110011 6:30 43
-0100110011 2.89 43
-0100110011 2.79 43
-0100110011 6.08 43
-0100110011 5.15 44
-0100110011 3.47 44
-0100110011 4.35 44
-0100110011 3.26 44
-0100110011 3.95 45
-0100110011 6.60 45
-0100110011 5.96 45
-0100110011 4.70 45
-0100110011 3.46 45
-0100110011 5.67 45
-0100110011 3.17 45
-0100110011 2.93 46
-0100110011 4.45 46
-0100110011 2.0 46
-0100110011 3.0 46
-0100110011 3.29 46
-0100110011 5.95 46
-0100110011 4.80 46
-0100110011 4.60 46
-0100110011 2.84 47
-0100110011 3.51 47
-0100110011 3.07 47
-0100110011 2.92 48
-0100110011 11.125 48
-0100110011 4.02 48
-0100110011 2.99 48
-0100110011 3.44 48
-0100110011 2.21 48
-0100110011 2.73 48
-0100110011 10:30 48
-0100110011 2.78 48
-0100110011 4.40 49
-0100110011 4.10 49
-0100110011 4.20 49
-0100110011 3.32 49
-0100110011 4.18 49
-0100110011 2.52 49
-0100110011 3.16 49
-0100110011 2.41 49
-0100110011 4.55 49
-0100110011 6.79 49
-0100110011 5.73 50
-0100110011 5.45 50
-0100110011 5.60 50
-0100110011 5.68 50
-0100110011 3.24 50
-0100110011 3.13 51
-0100110011 2.86 51
-0100110011 5.35 51
-0100110011 6.45 51
-0100110011 5.40 51
-0100110011 3.90 51
-0100110011 29.95 51
-0100110011 3.23 52
-0100110011 3.28 52
-0100110011 2.18 53
-0100110011 2.82 53
-0100110011 5.46 53
-0100110011 2.62 53
-0100110011 2.46 54
-0100110011 23.25 54
-0100110011 2.61 54
-0100110011 2.58 54
-0100110011 2.57 54
-0100110011 11:30 54
-0100110011 6.63 54
-0100110011 2:30 54
-0100110011 2.34 55
-0100110011 2.14 55
-0100110011 2.59 55
-0100110011 10.375 55
-0100110011 3.12 55
-0100110011 2.98 55
-0100110011 2.88 55
-0100110011 6.10 55
-0100110011 3.03 55
-0100110011 3.21 55
-0100110011 6.80 55
-0100110011 6.30 56
-0100110011 3.42 56
-0100110011 3.38 56
-0100110011 3.04 56
-0100110011 2.63 56
-0100110011 3.34 56
-0100110011 2.96 56
-0100110011 3:30 57
-0100110011 5.70 57
-0100110011 2.54 57
-0100110011 2.37 57
-0100110011 5:30 57
-0100110011 3.55 57
-0100110011 2.49 58
-0100110011 2.76 58
-0100110011 3.33 58
-0100110011 5.05 58
-0100110011 2.68 59
-0100110011 7.53 59
-0100110011 3.05 59
-0100110011 3.45 59
-0100110011 2.77 59
-0100110011 2.24 60
-0100110011 2.22 60
-0100110011 3.52 60
-0100110011 2.39 60
-0100110011 5.23 60
-0100110011 3.02 61
-0100110011 5.63 61
-0100110011 4.65 62
-0100110011 24.95 62
-0100110011 1.97 63
-0100110011 3.14 63
-0100110011 1.98 63
-0100110011 7.24 63
-0100110011 5.90 64
-0100110011 2.11 64
-0100110011 5.55 65
-0100110011 2.09 65
-0100110011 3.65 65
-0100110011 6.19 65
-0100110011 2.72 66
-0100110011 4.15 67
-0100110011 1.94 67
-0100110011 2.43 67
-0100110011 24.25 67
-0100110011 2.87 67
-0100110011 2.64 67
-0100110011 2.29 68
-0100110011 6.625 68
-0100110011 2.67 69
-0100110011 3.85 69
-0100110011 9.875 69
-0100110011 2.17 69
-0100110011 2.51 69
-0100110011 6.875 69
-0100110011 6.18 70
-0100110011 3.80 70
-0100110011 8.875 70
-0100110011 3.15 71
-0100110011 3.30 71
-0100110011 2.31 71
-0100110011 5.47 71
-0100110011 2.01 72
-0100110011 2.42 72
-0100110011 2.08 72
-0100110011 3.40 72
-0100110011 2.27 72
-0100110011 9.125 72
-0100110011 3.87 73
-0100110011 16.95 73
-0100110011 2.66 74
-0100110011 2.04 74
-0100110011 2.12 74
-0100110011 2.26 74
-0100110011 1.99 75
-0100110011 9:30 75
-0100110011 2.23 76
-0100110011 2.56 77
-0100110011 2.33 78
-0100110011 2.38 78
-0100110011 5.84 79
-0100110011 2.16 79
-0100110011 9.375 80
-0100110011 3.60 81
-0100110011 1.61 81
-0100110011 2.44 81
-0100110011 2.60 82
-0100110011 2.02 82
-0100110011 2.45 82
-0100110011 2.95 83
-0100110011 2.07 83
-0100110011 2.36 83
-0100110011 2.03 83
-0100110011 1.96 83
-0100110011 8:30 84
-0100110011 3.10 85
-0100110011 16.25 86
-0100110011 2.06 88
-0100110011 1.89 88
-0100110011 1.83 89
-0100110011 2.13 90
-0100110011 1.82 90
-0100110011 1.81 92
-0100110011 2.28 93
-0100110011 1.88 93
-0100110011 2.53 94
-0100110011 3.20 94
-0100110011 2.85 95
-0100110011 2.90 96
-0100110011 1.91 98
-0100110011 2.55 98
-0100110011 1.84 99
-0100110011 2.32 100
-0100110011 1.67 100
-0100110011 1.92 100
-0100110011 1.86 101
-0100110011 2.47 101
-0100110011 1.63 102
-0100110011 17.95 105
-0100110011 2.35 105
-0100110011 15.75 106
-0100110011 1.72 106
-0100110011 1.41 106
-0100110011 1.56 107
-0100110011 1.79 107
-0100110011 2.80 107
-0100110011 1.68 110
-0100110011 1.76 111
-0100110011 2.48 111
-0100110011 1.66 111
-0100110011 2.30 111
-0100110011 2.19 111
-0100110011 1.93 111
-0100110011 1.87 111
-0100110011 15.25 112
-0100110011 14.75 112
-0100110011 1.53 115
-0100110011 2.40 116
-0100110011 12.75 117
-0100110011 1.71 118
-0100110011 13.75 119
-0100110011 14.25 120
-0100110011 1.62 120
-0100110011 2.20 121
-0100110011 1.52 122
-0100110011 2.70 124
-0100110011 1.64 125
-0100110011 1.59 125
-0100110011 1.48 126
-0100110011 3.35 126
-0100110011 1.57 127
-0100110011 2.65 129
-0100110011 2.05 129
-0100110011 1.74 129
-0100110011 1.39 130
-0100110011 1.54 131
-0100110011 1.47 131
-0100110011 1.44 132
-0100110011 1.43 133
-0100110011 13.25 134
-0100110011 1.51 134
-0100110011 1.42 136
-0100110011 1.36 136
-0100110011 1.31 136
-0100110011 18.95 138
-0100110011 1.77 140
-0100110011 1.49 140
-0100110011 1.69 141
-0100110011 12.25 141
-0100110011 2.15 141
-0100110011 1.78 142
-0100110011 1.28 143
-0100110011 1.29 143
-0100110011 1.58 143
-0100110011 1.23 146
-0100110011 1.34 146
-0100110011 1.46 146
-0100110011 1.73 148
-0100110011 1.22 149
-0100110011 1.17 151
-0100110011 1.37 154
-0100110011 1.26 156
-0100110011 1.12 156
-0100110011 1.24 157
-0100110011 19.95 158
-0100110011 1.21 163
-0100110011 1.85 163
-0100110011 0.25 164
-0100110011 1.33 171
-0100110011 1.01 171
-0100110011 11.75 172
-0100110011 1.11 173
-0100110011 1.18 175
-0100110011 1.38 176
-0100110011 10.25 180
-0100110011 1.27 181
-0100110011 1.32 184
-0100110011 1.55 186
-0100110011 1.30 188
-0100110011 1.07 191
-0100110011 1.13 195
-0100110011 1.14 199
-0100110011 10.75 201
-0100110011 1.09 202
-0100110011 1.19 206
-0100110011 1.16 207
-0100110011 9.50 207
-0100110011 1.95 207
-0100110011 11.25 208
-0100110011 1.10 212
-0100110011 1.08 213
-0100110011 1.03 217
-0100110011 1.04 218
-0100110011 5.75 219
-0100110011 1.65 219
-0100110011 5.25 220
-0100110011 4.75 222
-0100110011 1.45 226
-0100110011 1.02 228
-0100110011 13.50 235
-0100110011 6.50 251
-0100110011 4.25 252
-0100110011 1.06 254
-0100110011 9.25 255
-0100110011 6.75 268
-0100110011 1.35 272
-0100110011 3.25 283
-0100110011 9.75 287
-0100110011 2.75 292
-0100110011 1.05 303
-0100110011 3.75 354
-0100110011 0.9 468
-0100110011 2.25 507
-0100110011 0.8 536
-0100110011 1.75 575
-0100110011 0.7 622
-0100110011 0.1 679
-0100110011 0.6 707
-0100110011 0.3 798
-0100110011 0.4 807
-0100110011 0.2 886
-0100110011 0.5 976
-0100110011 1.25 1054
-0100110011 5 10057
-0100110011 2 12452
-0100110011 4 7094
-0100110011 3 9223
-01001101000 interoperable 1
-01001101000 Metropolitana 1
-01001101000 1.0975 1
-01001101000 Genossenschafts-Zentralbank 1
-01001101000 1.02-a-share 1
-01001101000 30-on 1
-01001101000 1.375to 1
-01001101000 1,315,000 1
-01001101000 Goradok 1
-01001101000 38.71 1
-01001101000 24.77 1
-01001101000 Estero 1
-01001101000 315,238 1
-01001101000 Luang 1
-01001101000 Corp.9 1
-01001101000 interpretable 1
-01001101000 17-26. 1
-01001101000 57,439,846.75 1
-01001101000 24,384,830.31 1
-01001101000 constructive. 2
-01001101000 1-23 2
-01001101000 1,776,000 2
-01001101000 1,193 2
-01001101000 export. 2
-01001101000 50-60 2
-01001101000 1,005 2
-01001101000 15-20 3
-01001101000 1,058 3
-01001101000 30 17674
-01001101000 1-4 4
-01001101001 27-March 1
-01001101001 15-29 1
-01001101001 TANs 1
-01001101001 RANs 1
-01001101001 semiofficially 1
-01001101001 botanicals 1
-01001101001 re-sales 1
-01001101001 27-Aug. 1
-01001101001 5-June 1
-01001101001 Conin 1
-01001101001 27-31 1
-01001101001 17-29 1
-01001101001 NIC-bashing 1
-01001101001 10-Aug. 1
-01001101001 Aix-la-Chapelle 1
-01001101001 VTV 1
-01001101001 Inhale 1
-01001101001 HARMs 1
-01001101001 7-Jan. 1
-01001101001 6-20 1
-01001101001 2-23 1
-01001101001 24-Dec. 1
-01001101001 30Sept. 1
-01001101001 2-June 1
-01001101001 27-Nov. 1
-01001101001 hat-passing 1
-01001101001 14-18 1
-01001101001 microfilariae 1
-01001101001 creativity. 1
-01001101001 14-May 1
-01001101001 12-Feb. 1
-01001101001 14-Jan. 1
-01001101001 topiary 1
-01001101001 EWI 1
-01001101001 438-8888 1
-01001101001 spacewalks 1
-01001101001 22-24 1
-01001101001 21-29 1
-01001101001 5997 1
-01001101001 15-early 1
-01001101001 proprietorships. 1
-01001101001 7-Sunday 1
-01001101001 congealing 1
-01001101001 8-Sunday 1
-01001101001 MLPs. 1
-01001101001 1,783,548 1
-01001101001 LIC 1
-01001101001 2-27 1
-01001101001 houngans 1
-01001101001 clattering 1
-01001101001 1.40-dollar-a-share 1
-01001101001 10-13 1
-01001101001 46-cent-a-share 1
-01001101001 31-Sept. 1
-01001101001 9-23 1
-01001101001 21-Aug. 1
-01001101001 16-July 1
-01001101001 29-Aug. 1
-01001101001 17,1987-Jan. 1
-01001101001 Bolshevist-Leninist 1
-01001101001 12-Aug. 1
-01001101001 31-nearly 1
-01001101001 16-22 1
-01001101001 8184 1
-01001101001 31-Aug. 1
-01001101001 15-Nov. 1
-01001101001 11-Oct. 1
-01001101001 20-months 1
-01001101001 12-15 1
-01001101001 10. 1
-01001101001 AMRO 1
-01001101001 1416 1
-01001101001 41-cent-a-share 1
-01001101001 12-Dec. 1
-01001101001 9-30 1
-01001101001 8-Jan. 1
-01001101001 23-Jan. 1
-01001101001 21-Nov. 1
-01001101001 16-Nov. 1
-01001101001 15-Sunday 1
-01001101001 15-Dec. 1
-01001101001 23-31 1
-01001101001 7-17 1
-01001101001 26-Dec. 1
-01001101001 Wachses 1
-01001101001 WARN 1
-01001101001 14-17 1
-01001101001 carbonation 1
-01001101001 TCE 1
-01001101001 carbon-containing 1
-01001101001 ties. 1
-01001101001 faddy 1
-01001101001 8-24 1
-01001101001 25th. 1
-01001101001 disappearances. 1
-01001101001 9:6:4 1
-01001101001 Baltimoe 1
-01001101001 1-31 1
-01001101001 15-25 1
-01001101001 14-Nov. 1
-01001101001 6-27 1
-01001101001 11-Jan. 1
-01001101001 30-Oct. 1
-01001101001 21-26 1
-01001101001 26-29 1
-01001101001 un- 1
-01001101001 undyed 1
-01001101001 Puskinskaya 1
-01001101001 1-Dec. 1
-01001101001 11-Nov. 1
-01001101001 flattop 1
-01001101001 9-July 1
-01001101001 16-Jan. 1
-01001101001 19-April 1
-01001101001 IGF-1 1
-01001101001 flecked 1
-01001101001 Existentialism 1
-01001101001 semicoordinated 1
-01001101001 14-25 1
-01001101001 combatted 1
-01001101001 GEN 1
-01001101001 caftan 1
-01001101001 5-12 1
-01001101001 4-18 1
-01001101001 glass-cutters 1
-01001101001 Gunman 1
-01001101001 8-Sept. 1
-01001101001 5-April 1
-01001101001 5-Oct. 1
-01001101001 22-April 1
-01001101001 underbred 1
-01001101001 pro-defendant 1
-01001101001 monoclones 1
-01001101001 three-winker 1
-01001101001 21-Monday 1
-01001101001 13-Dec. 1
-01001101001 Micro-that 1
-01001101001 NIEX 1
-01001101001 Bryde 1
-01001101001 Libid 1
-01001101001 18-May 1
-01001101001 9-14 1
-01001101001 13-Aug. 1
-01001101001 28-May 1
-01001101001 31-March 1
-01001101001 JTIDs 1
-01001101001 Cepal 1
-01001101001 AggieMae 1
-01001101001 geomancy 1
-01001101001 troubadours 1
-01001101001 eightpage 1
-01001101001 MAMA 1
-01001101001 ETM 1
-01001101001 ISDNs 1
-01001101001 DBCP 1
-01001101001 5-Mar. 1
-01001101001 GMCSF 1
-01001101001 1-April 1
-01001101001 non-telephone-company 1
-01001101001 Mongolism 1
-01001101001 OSG 1
-01001101001 hoojin 1
-01001101001 1-Wednesday 1
-01001101001 17-March 1
-01001101001 29-May 1
-01001101001 3-July 1
-01001101001 1,2007 1
-01001101001 hypoglycemia 1
-01001101001 16-June 1
-01001101001 Rihani 1
-01001101001 ETU 1
-01001101001 17-24 1
-01001101001 9-Monday 1
-01001101001 out-trades 1
-01001101001 Nots 1
-01001101001 Not. 1
-01001101001 POs 1
-01001101001 unlivable 1
-01001101001 7-12 1
-01001101001 20-April 1
-01001101001 27-29 1
-01001101001 3-7 1
-01001101001 28-31 1
-01001101001 22-June 1
-01001101001 11-13 1
-01001101001 10-16 1
-01001101001 quasi-alternatives 1
-01001101001 20-Sept. 1
-01001101001 22-Thursday 1
-01001101001 QFs 1
-01001101001 38,288,457 1
-01001101001 11-14 1
-01001101001 4-July 1
-01001101001 1-June 1
-01001101001 5-Sunday 1
-01001101001 ownerhip 1
-01001101001 large-patterned 1
-01001101001 non-frilly 1
-01001101001 spelunking 1
-01001101001 Riccione 1
-01001101001 11,544,000 1
-01001101001 self-repetition 1
-01001101001 21-25 1
-01001101001 15-March 1
-01001101001 10-Dec. 1
-01001101001 28Sept. 1
-01001101001 4-Oct. 1
-01001101001 6-May 1
-01001101001 3-May 1
-01001101001 26-March 1
-01001101001 copy-boys 1
-01001101001 Raisinets 1
-01001101001 23-26 1
-01001101001 23-Sept. 1
-01001101001 24,290 1
-01001101001 21,696 1
-01001101001 19,528 1
-01001101001 16,892 1
-01001101001 12,695 1
-01001101001 IVCs 1
-01001101001 boatsmen 1
-01001101001 2.1-million-barrel 1
-01001101001 5-15 1
-01001101001 25-March 1
-01001101001 solenoid 1
-01001101001 unbelief 1
-01001101001 detention. 1
-01001101001 protist 1
-01001101001 Aquamarines 1
-01001101001 4-June 1
-01001101001 16-May 1
-01001101001 28-Feb. 1
-01001101001 27-Feb. 1
-01001101001 turpentine 1
-01001101001 20-25 1
-01001101001 professons 1
-01001101001 HDTVs 1
-01001101001 go-fer 1
-01001101001 Actup 1
-01001101001 2-19 1
-01001101001 4-Nov. 1
-01001101001 22-28 1
-01001101001 17-May 1
-01001101001 humoresque 1
-01001101001 Iranjersey 1
-01001101001 26-Jan. 1
-01001101001 27-Jan. 1
-01001101001 1-down 1
-01001101001 18-June 1
-01001101001 81-cent-a-share 1
-01001101001 BICs 1
-01001101001 15-23 1
-01001101001 21-Oct. 1
-01001101001 7-March 1
-01001101001 25-June 1
-01001101001 BMIRs 1
-01001101001 Prisa 1
-01001101001 13-Sunday 1
-01001101001 Fourons 1
-01001101001 90-car 1
-01001101001 Vormaerz 1
-01001101001 UBSS 1
-01001101001 24/31 1
-01001101001 11-15 1
-01001101001 yaw 1
-01001101001 Metropolitan. 1
-01001101001 STRIPS 1
-01001101001 SSIDs 1
-01001101001 13-Oct. 1
-01001101001 18-July 1
-01001101001 12-July 1
-01001101001 mothers-in-law 1
-01001101001 Mohau 1
-01001101001 unapproachable 1
-01001101001 jocose 1
-01001101001 lending. 1
-01001101001 deceptive. 1
-01001101001 12-and 1
-01001101001 Sultans 1
-01001101001 20-Sunday 1
-01001101001 19-26 1
-01001101001 Saum 1
-01001101001 154,738 1
-01001101001 23-June 1
-01001101001 EFPs 1
-01001101001 English-fluent 1
-01001101001 19-like 1
-01001101001 2-26 1
-01001101001 SEMI 1
-01001101001 +75 1
-01001101001 +51 1
-01001101001 29-Thursday 1
-01001101001 blocked-artery 1
-01001101001 bouzoukis 1
-01001101001 3l 1
-01001101001 ark-building 1
-01001101001 2-11 1
-01001101001 4-25 1
-01001101001 underpainting 1
-01001101001 11-May 1
-01001101001 P-M-T 1
-01001101001 864-1414 1
-01001101001 56,320 1
-01001101001 18-24 1
-01001101001 17-20 1
-01001101001 non-statements 1
-01001101001 NYCE 1
-01001101001 Collier-Mason 1
-01001101001 Hib 1
-01001101001 arduous-sounding 1
-01001101001 vivax 1
-01001101001 pixel 1
-01001101001 plaice 1
-01001101001 bulk-advertising 1
-01001101001 17-April 1
-01001101001 27-April 1
-01001101001 Finsat 1
-01001101001 leashed 1
-01001101001 6-9 1
-01001101001 1-July 1
-01001101001 8-Aug. 1
-01001101001 21-July 1
-01001101001 6-13 1
-01001101001 26-July 1
-01001101001 17-Nov. 1
-01001101001 '94 1
-01001101001 7-16 1
-01001101001 charter-type 1
-01001101001 21-March 1
-01001101001 2226 1
-01001101001 21-24 1
-01001101001 chaperoning 1
-01001101001 52-cent-a-share 1
-01001101001 17-23 1
-01001101001 Wading 1
-01001101001 Turnverein 1
-01001101001 nasi 1
-01001101001 12-May 1
-01001101001 2231 1
-01001101001 19-Oct. 1
-01001101001 29,536.1 1
-01001101001 3-April 1
-01001101001 174,401.6 1
-01001101001 210,438.2 1
-01001101001 214,455.7 1
-01001101001 5-19 1
-01001101001 ABC-Washington 1
-01001101001 council-member 1
-01001101001 12-Nov. 1
-01001101001 23-Nov. 1
-01001101001 14-Sunday 1
-01001101001 23. 1
-01001101001 22-July 1
-01001101001 11-28 1
-01001101001 21-27 1
-01001101001 retinol 1
-01001101001 17-Feb. 1
-01001101001 17-Apr. 1
-01001101001 overglamorization 1
-01001101001 16-21 1
-01001101001 3-22 1
-01001101001 overexpressed 1
-01001101001 34,542.1 1
-01001101001 20,231.4 1
-01001101001 19,364.4 1
-01001101001 248,454.2 1
-01001101001 400,718.2 1
-01001101001 369,445.0 1
-01001101001 9,496.6 1
-01001101001 pilling 1
-01001101001 birettas 1
-01001101001 1-megs 1
-01001101001 instreams 1
-01001101001 obsequiousness 1
-01001101001 BC118 1
-01001101001 24-June 1
-01001101001 15-April 1
-01001101001 6-Jan. 1
-01001101001 27-Sept. 1
-01001101001 UNESA 1
-01001101001 SV-10 1
-01001101001 BSTS 1
-01001101001 24. 1
-01001101001 11-27 1
-01001101001 28-Dec. 1
-01001101001 13-April 1
-01001101001 26-30 1
-01001101001 bluejays 1
-01001101001 39,620 1
-01001101001 dram 1
-01001101001 171,315 1
-01001101001 takeaways 1
-01001101001 near-tragedy 1
-01001101001 8-31 1
-01001101001 1-Aug. 1
-01001101001 14-16 1
-01001101001 847. 1
-01001101001 noncustomer 1
-01001101001 1,1996 1
-01001101001 seronegative 1
-01001101001 MFLOPS 1
-01001101001 quasi-taxes 1
-01001101001 29-Jan. 1
-01001101001 3-Nov. 1
-01001101001 27-Oct. 1
-01001101001 16-Aug. 1
-01001101001 19-24 1
-01001101001 13-17 1
-01001101001 29-Sept. 1
-01001101001 non-market-oriented 1
-01001101001 fed-fund 1
-01001101001 11-Aug. 1
-01001101001 8-25 1
-01001101001 18-23 1
-01001101001 unsaddling 1
-01001101001 inflation-meter 1
-01001101001 14. 1
-01001101001 2-16 1
-01001101001 2-Dec. 1
-01001101001 2-Nov. 1
-01001101001 1-29 1
-01001101001 3-Jan. 1
-01001101001 16-17 2
-01001101001 26-April 2
-01001101001 21-April 2
-01001101001 29-June 2
-01001101001 1,563 2
-01001101001 12-17 2
-01001101001 10-June 2
-01001101001 28-Oct. 2
-01001101001 25-Friday 2
-01001101001 sheeplike 2
-01001101001 Foray 2
-01001101001 193.10 2
-01001101001 19-23 2
-01001101001 22-27 2
-01001101001 25-Mar. 2
-01001101001 Narkhoz 2
-01001101001 28-Aug. 2
-01001101001 9-Nov. 2
-01001101001 19-Nov. 2
-01001101001 173.60 2
-01001101001 220.75 2
-01001101001 93.62 2
-01001101001 25-28 2
-01001101001 23-27 2
-01001101001 repotting 2
-01001101001 Egalite 2
-01001101001 13-16 2
-01001101001 9-Oct. 2
-01001101001 12-13 2
-01001101001 recapitalizes 2
-01001101001 94.86 2
-01001101001 13-Nov. 2
-01001101001 93.36 2
-01001101001 Prevail 2
-01001101001 3-8 2
-01001101001 7-Aug. 2
-01001101001 22. 2
-01001101001 23-Aug. 2
-01001101001 13-Jan. 2
-01001101001 20-June 2
-01001101001 17-Sept. 2
-01001101001 25-May 2
-01001101001 12-April 2
-01001101001 26-Aug. 2
-01001101001 5-Sept. 2
-01001101001 20-22 2
-01001101001 3-March 2
-01001101001 11-April 2
-01001101001 24-Nov. 2
-01001101001 31-Oct. 2
-01001101001 11-Dec. 2
-01001101001 16-20 2
-01001101001 11-July 2
-01001101001 230,700 2
-01001101001 15-June 2
-01001101001 22-Tuesday 2
-01001101001 30-Nov. 2
-01001101001 1-9 2
-01001101001 179.41 2
-01001101001 174.79 2
-01001101001 183.20 2
-01001101001 177.75 2
-01001101001 221.52 2
-01001101001 29-Oct. 2
-01001101001 24-26 2
-01001101001 LANs 2
-01001101001 25-Dec. 2
-01001101001 18-April 2
-01001101001 9-April 2
-01001101001 14-20 2
-01001101001 2-Aug. 2
-01001101001 Attract 2
-01001101001 Swoon 2
-01001101001 drought-breaking 2
-01001101001 12-Sept. 2
-01001101001 28-30 2
-01001101001 198.58 2
-01001101001 187.71 2
-01001101001 21-28 2
-01001101001 3-11 2
-01001101001 12-June 2
-01001101001 180.65 2
-01001101001 majlis 2
-01001101001 26-27 2
-01001101001 1,342 2
-01001101001 17-Oct. 2
-01001101001 93.20 2
-01001101001 178.70 2
-01001101001 26. 2
-01001101001 180.48 2
-01001101001 29-March 2
-01001101001 175.32 2
-01001101001 Wheelwright 2
-01001101001 DTSA 2
-01001101001 29-31 2
-01001101001 20-Oct. 2
-01001101001 219.71 2
-01001101001 4-8 2
-01001101001 13-Sept. 2
-01001101001 27-30 2
-01001101001 10,335 2
-01001101001 23-24 2
-01001101001 25-Aug. 2
-01001101001 11-Sept. 2
-01001101001 1215 2
-01001101001 5-July 2
-01001101001 30-Aug. 2
-01001101001 27-July 2
-01001101001 12-Oct. 2
-01001101001 20-May 2
-01001101001 11-30 2
-01001101001 1-Sept. 2
-01001101001 14-June 2
-01001101001 10-14 2
-01001101001 10-April 2
-01001101001 26-June 2
-01001101001 94.65 2
-01001101001 23-Oct. 2
-01001101001 14-19 2
-01001101001 4-Aug. 3
-01001101001 17-Dec. 3
-01001101001 12-16 3
-01001101001 7-June 3
-01001101001 20-24 3
-01001101001 22-25 3
-01001101001 16-Dec. 3
-01001101001 5-May 3
-01001101001 5-Aug. 3
-01001101001 12-14 3
-01001101001 28. 3
-01001101001 95.35 3
-01001101001 17-July 3
-01001101001 197.25 3
-01001101001 95.21 3
-01001101001 18-22 3
-01001101001 16-18 3
-01001101001 14-Oct. 3
-01001101001 30-Jan. 3
-01001101001 27-Dec. 3
-01001101001 17-19 3
-01001101001 20-Nov. 3
-01001101001 10-Nov. 3
-01001101001 6-Aug. 3
-01001101001 25-26 3
-01001101001 4-9 3
-01001101001 8-Oct. 3
-01001101001 4-March 3
-01001101001 1-6 3
-01001101001 6-Sept. 3
-01001101001 14-Sept. 3
-01001101001 16-Oct. 3
-01001101001 Kommunist 3
-01001101001 183.97 3
-01001101001 1-15 3
-01001101001 167.67 3
-01001101001 6-17 3
-01001101001 94.90 3
-01001101001 CAM 3
-01001101001 19-21 3
-01001101001 4-April 3
-01001101001 alai 3
-01001101001 16-30 3
-01001101001 18-Oct. 4
-01001101001 30-31 4
-01001101001 20-21 4
-01001101001 14-15 4
-01001101001 8. 4
-01001101001 29. 4
-01001101001 11-12 4
-01001101001 4. 4
-01001101001 17-18 4
-01001101001 16-19 4
-01001101001 19-22 4
-01001101001 25-Sept. 4
-01001101001 28-29 4
-01001101001 5-8 4
-01001101001 10-15 4
-01001101001 18-19 5
-01001101001 23-25 5
-01001101001 21-22 5
-01001101001 21-30 5
-01001101001 5-7 5
-01001101001 6-7 5
-01001101001 22-23 5
-01001101001 27-28 5
-01001101001 21-23 5
-01001101001 20. 5
-01001101001 13-14 5
-01001101001 15-17 6
-01001101001 1-5 6
-01001101001 24-25 6
-01001101001 25-29 6
-01001101001 29-30 6
-01001101001 19-20 6
-01001101001 RIG 6
-01001101001 Strips 7
-01001101001 15. 7
-01001101001 30. 7
-01001101001 5-6 8
-01001101001 15-16 8
-01001101001 10-12 8
-01001101001 3-4 9
-01001101001 18-20 9
-01001101001 31. 10
-01001101001 21-31 15
-01001101001 1. 16
-01001101001 Richstone 16
-01001101001 1-10 16
-01001101001 .... 21
-01001101001 11-20 23
-01001101001 934 27
-01001101001 31 8245
-01001101001 noncontract 44
-01001101010 20-bills 1
-01001101010 cow-pox 1
-01001101010 13-billion 1
-01001101010 FELV 1
-01001101010 1,000-range 1
-01001101010 516-888-9000 1
-01001101010 1.6-billion 1
-01001101010 793,282 1
-01001101010 7/29 1
-01001101010 1,418 1
-01001101010 153,233 1
-01001101010 0.206 1
-01001101010 100-billion-a-year 1
-01001101010 3.60-preference 1
-01001101010 S-VHS-C 1
-01001101010 scuppers 1
-01001101010 43.64 2
-01001101010 15-18 2
-01001101010 49.92 2
-01001101010 1,749,000 2
-01001101010 168.51 2
-01001101010 1,201 2
-01001101010 479.9 2
-01001101010 3,192 2
-01001101010 5-10 2
-01001101010 86.0 2
-01001101010 6,650 2
-01001101010 4,673 2
-01001101010 5,148 2
-01001101010 1,658 2
-01001101010 self-presentation 2
-01001101010 311.5 3
-01001101010 669.5 3
-01001101010 304.1 3
-01001101010 331.8 3
-01001101010 326.3 3
-01001101010 308.9 3
-01001101010 604.54 3
-01001101010 320.7 3
-01001101010 348.70 3
-01001101010 444.9 3
-01001101010 234.60 3
-01001101010 1,161 3
-01001101010 234.5 3
-01001101010 688.5 3
-01001101010 300.81 3
-01001101010 19. 3
-01001101010 1,129 3
-01001101010 253.5 3
-01001101010 449.5 3
-01001101010 301.50 4
-01001101010 1,124 4
-01001101010 250.5 4
-01001101010 2,111 4
-01001101010 1,113 4
-01001101010 1,310 4
-01001101010 comforters 4
-01001101010 6-8 5
-01001101010 1,460 5
-01001101010 2,340 5
-01001101010 501.5 5
-01001101010 forty 6
-01001101010 1,028 6
-01001101010 1,340 6
-01001101010 1,035 6
-01001101010 7-11 6
-01001101010 246.5 7
-01001101010 2,270 8
-01001101010 2,510 8
-01001101010 1,015 8
-01001101010 1,420 8
-01001101010 3,650 8
-01001101010 16.70 8
-01001101010 1,580 9
-01001101010 2-3 9
-01001101010 1,180 9
-01001101010 4-5 9
-01001101010 14,800 9
-01001101010 927 10
-01001101010 1,780 10
-01001101010 1,360 10
-01001101010 2,660 11
-01001101010 2,020 11
-01001101010 1,560 13
-01001101010 1,190 13
-01001101010 248.5 14
-01001101010 763 15
-01001101010 649 16
-01001101010 736 17
-01001101010 646 21
-01001101010 699 21
-01001101010 non-contract 47
-01001101010 29 3328
-01001101010 27 3506
-01001101010 26 3653
-01001101010 23 3861
-01001101010 24 3956
-01001101010 21 4009
-01001101010 19 5451
-01001101010 28 4059
-01001101010 22 4270
-01001101010 13 6337
-01001101010 14 6218
-01001101010 16 5733
-01001101010 17 5155
-01001101011 2-point-something-million 1
-01001101011 18.17 1
-01001101011 791,241 1
-01001101011 9,652-per-person 1
-01001101011 1,131.75 1
-01001101011 250,000-a-month 1
-01001101011 603,000-a-year 1
-01001101011 5-billion 1
-01001101011 5,500-a-copy 1
-01001101011 58.50-ashare 1
-01001101011 130,768 1
-01001101011 4-billion 1
-01001101011 3,000-a-month 1
-01001101011 178,320-a-year 1
-01001101011 rate-31.1 1
-01001101011 2.2-billion-a-year 1
-01001101011 un-tripled 1
-01001101011 270-million 1
-01001101011 700,000-a-month 1
-01001101011 80-89 1
-01001101011 48,000-a-year 1
-01001101011 under-1 1
-01001101011 immigration-linked 1
-01001101011 750-per-couple 2
-01001101011 386/25 2
-01001101011 119.80 2
-01001101011 1.449 2
-01001101011 310,700 2
-01001101011 2,228 2
-01001101011 85.75 2
-01001101011 FRAM 2
-01001101011 49.60 2
-01001101011 2,971 2
-01001101011 106.01 2
-01001101011 1,063 3
-01001101011 1,304 3
-01001101011 .07 4
-01001101011 1,529 4
-01001101011 1,138 4
-01001101011 1,279 5
-01001101011 14.27 5
-01001101011 1,653 6
-01001101011 30.05 6
-01001101011 11.65 7
-01001101011 18- 13
-01001101011 1300 20
-01001101011 535 59
-01001101011 286 75
-01001101011 386 152
-01001101011 11 9587
-01001101011 12 9544
-01001101011 18 6471
-0100110110 five-point-oh-eight 1
-0100110110 68.98 1
-0100110110 70.85 1
-0100110110 221.89 1
-0100110110 486.65 1
-0100110110 369.27 1
-0100110110 4,653 1
-0100110110 49.09 1
-0100110110 54.94 1
-0100110110 0.7317 1
-0100110110 0.0062 1
-0100110110 58.55 1
-0100110110 55.84 1
-0100110110 seven-eights 1
-0100110110 29.86 1
-0100110110 74.85 1
-0100110110 75.98 1
-0100110110 50.86 1
-0100110110 52.59 1
-0100110110 147.11 1
-0100110110 .125 1
-0100110110 57.36 1
-0100110110 2,887 1
-0100110110 165.64 1
-0100110110 297.31 1
-0100110110 28.95 1
-0100110110 narry 1
-0100110110 64.21 1
-0100110110 57.64 1
-0100110110 89.00-90.00 1
-0100110110 159.89 1
-0100110110 79.90 1
-0100110110 457.05 1
-0100110110 55.85 1
-0100110110 96.40 1
-0100110110 94.70 1
-0100110110 54.83 1
-0100110110 157.06 1
-0100110110 88.969 1
-0100110110 68.03 1
-0100110110 36.64 1
-0100110110 4,066 1
-0100110110 86.90 1
-0100110110 252.53 1
-0100110110 85.60 1
-0100110110 206.80 1
-0100110110 68.32 1
-0100110110 9,492 1
-0100110110 86.60 1
-0100110110 86.05 1
-0100110110 163.93 1
-0100110110 484.15 1
-0100110110 55.23 1
-0100110110 77.37 1
-0100110110 79.85 1
-0100110110 51.65 1
-0100110110 163.27 1
-0100110110 75.65 1
-0100110110 0.7507 1
-0100110110 48.29 1
-0100110110 239.11 1
-0100110110 205.81 1
-0100110110 83.15 1
-0100110110 75.35 1
-0100110110 75.48 1
-0100110110 76.35 1
-0100110110 37.31 1
-0100110110 0.343 1
-0100110110 82.30 1
-0100110110 75c 1
-0100110110 283.09 1
-0100110110 Chongqing-style 1
-0100110110 76.85 1
-0100110110 Jiron 1
-0100110110 95.53 1
-0100110110 51.03 1
-0100110110 56.37 1
-0100110110 97.85 1
-0100110110 51.88 1
-0100110110 252.45 1
-0100110110 136.07 1
-0100110110 8,275 1
-0100110110 233.15 1
-0100110110 85.93 1
-0100110110 71.96 1
-0100110110 60.23 1
-0100110110 50.59 1
-0100110110 49.38 1
-0100110110 211.33 1
-0100110110 0.7506 1
-0100110110 0.0086 1
-0100110110 0.7486 1
-0100110110 0.7464 1
-0100110110 0.7485 1
-0100110110 54.20 1
-0100110110 214,842 1
-0100110110 2-1/2 1
-0100110110 146.67 1
-0100110110 70.38 1
-0100110110 75.99 1
-0100110110 164.08 1
-0100110110 169.20 1
-0100110110 34.62 1
-0100110110 348,495 1
-0100110110 176,907 1
-0100110110 55.61 1
-0100110110 52.66 1
-0100110110 skyscaper 1
-0100110110 53.61 1
-0100110110 72.60 1
-0100110110 71.82 1
-0100110110 81.55 1
-0100110110 54.56 1
-0100110110 75.45 1
-0100110110 26.09 1
-0100110110 273.15 1
-0100110110 0.7034 1
-0100110110 87.35 1
-0100110110 72.12 1
-0100110110 56.03 1
-0100110110 1.2601 1
-0100110110 76.39 1
-0100110110 102.32 1
-0100110110 39.58 1
-0100110110 67.40 1
-0100110110 55.39 1
-0100110110 C12.5 1
-0100110110 sterlig 1
-0100110110 aqua-colored 1
-0100110110 140.91 1
-0100110110 48.16 1
-0100110110 78.77 1
-0100110110 C50 1
-0100110110 81.59 1
-0100110110 80.97 1
-0100110110 80.84 1
-0100110110 180.39 1
-0100110110 72.32 1
-0100110110 44.24 1
-0100110110 44.98 1
-0100110110 72.95 1
-0100110110 63.35 1
-0100110110 46.71 1
-0100110110 376.01 1
-0100110110 51.96 1
-0100110110 51.02 1
-0100110110 75.16 1
-0100110110 50-55 1
-0100110110 10.739 1
-0100110110 55.96 1
-0100110110 46.28 1
-0100110110 50.13 1
-0100110110 56.88 1
-0100110110 52.65 1
-0100110110 45.01 1
-0100110110 45.89 1
-0100110110 endlessly. 1
-0100110110 48.58 1
-0100110110 96.83 1
-0100110110 47.74 1
-0100110110 76.46 1
-0100110110 24.32 1
-0100110110 3,384 1
-0100110110 63.85 1
-0100110110 54.38 1
-0100110110 gasoline-intermediate 1
-0100110110 48.56 1
-0100110110 51.20 1
-0100110110 49.77 1
-0100110110 52.53 1
-0100110110 50,000-a-year 1
-0100110110 WITHDRAWAL 1
-0100110110 66.45 1
-0100110110 57.94 1
-0100110110 54.65 1
-0100110110 54.40 1
-0100110110 0.6800 1
-0100110110 0.6839 1
-0100110110 473.52 1
-0100110110 54.10 1
-0100110110 70.30 1
-0100110110 62.45 1
-0100110110 Katia 1
-0100110110 0.6893 1
-0100110110 0.6892 1
-0100110110 ITAs 1
-0100110110 60.95 1
-0100110110 76.73 1
-0100110110 67.1875 1
-0100110110 Exocet-type 1
-0100110110 47.72 1
-0100110110 51.18 1
-0100110110 1.0815 1
-0100110110 more-than-seven 1
-0100110110 51.56 1
-0100110110 70.20 1
-0100110110 84,760 1
-0100110110 69.65 1
-0100110110 Hart-Rice 1
-0100110110 56.45 1
-0100110110 69.90 1
-0100110110 75.01 1
-0100110110 75.39 1
-0100110110 40-a 1
-0100110110 137.83 1
-0100110110 51.58 1
-0100110110 190.56 1
-0100110110 rules-writing 1
-0100110110 65.42 1
-0100110110 53.36 1
-0100110110 205.41 1
-0100110110 55.67 1
-0100110110 48.42 1
-0100110110 56.67 1
-0100110110 46.74 1
-0100110110 54.82 1
-0100110110 162.33 1
-0100110110 150.78 1
-0100110110 67.70 1
-0100110110 44.16 1
-0100110110 51.97 1
-0100110110 40.65 1
-0100110110 49.35 1
-0100110110 63.63 1
-0100110110 jellied-eel 1
-0100110110 10.77-a-share 1
-0100110110 50.96 1
-0100110110 65-67 1
-0100110110 61.73 1
-0100110110 57.15 1
-0100110110 52.22 1
-0100110110 1.0468 1
-0100110110 67.35 1
-0100110110 73.42 1
-0100110110 74.52 1
-0100110110 104.63 1
-0100110110 amethysts 1
-0100110110 144.13 1
-0100110110 25.45 1
-0100110110 71.67 1
-0100110110 239.07 1
-0100110110 30,190 1
-0100110110 97.38 1
-0100110110 58.44 1
-0100110110 63.15 1
-0100110110 95.90 1
-0100110110 84.69 1
-0100110110 165.77 1
-0100110110 140.61 1
-0100110110 74.73 1
-0100110110 61.67 1
-0100110110 61.86 1
-0100110110 83.84 1
-0100110110 62.88 1
-0100110110 51.68 1
-0100110110 48.26 1
-0100110110 89.35 1
-0100110110 52.05 1
-0100110110 53.82 1
-0100110110 91.80 1
-0100110110 49.15 1
-0100110110 36.49 1
-0100110110 29.76 1
-0100110110 33.32 1
-0100110110 46.37 1
-0100110110 41.67 1
-0100110110 43.10 1
-0100110110 .50 1
-0100110110 46.48 1
-0100110110 46.57 1
-0100110110 50.61 1
-0100110110 90.70 1
-0100110110 58.36 1
-0100110110 53.11 1
-0100110110 40.77 1
-0100110110 2.285 1
-0100110110 59.74 1
-0100110110 149.09 1
-0100110110 emergency-claims 1
-0100110110 48.73 1
-0100110110 44.65 1
-0100110110 83.22 1
-0100110110 88.24 1
-0100110110 91.22 1
-0100110110 100.26 1
-0100110110 100.23 1
-0100110110 165.26 1
-0100110110 218.42 1
-0100110110 62.80 1
-0100110110 61.46 1
-0100110110 61.78 1
-0100110110 74.55 1
-0100110110 53.58 1
-0100110110 188.92 1
-0100110110 59.72 1
-0100110110 52.11 1
-0100110110 60.37 1
-0100110110 93.85 1
-0100110110 60.05 1
-0100110110 65.07 1
-0100110110 192.55 1
-0100110110 70.60 1
-0100110110 2,202 1
-0100110110 95.45 1
-0100110110 72.91 1
-0100110110 84.96 1
-0100110110 61.18 1
-0100110110 62.62 1
-0100110110 66.95 1
-0100110110 308.04 1
-0100110110 C62.5 1
-0100110110 90.60 1
-0100110110 3.40-per 1
-0100110110 41.53 1
-0100110110 78.80 1
-0100110110 minus-350 1
-0100110110 44.339 1
-0100110110 117.48 1
-0100110110 75.28 1
-0100110110 42.91 1
-0100110110 269.45 1
-0100110110 45.21 1
-0100110110 83.60 1
-0100110110 66.37 1
-0100110110 49.41 1
-0100110110 42.54 1
-0100110110 43.47 1
-0100110110 57.34 1
-0100110110 79.11 1
-0100110110 70.72 1
-0100110110 tintinnabulations 1
-0100110110 73.77 1
-0100110110 46.17 1
-0100110110 43.94 1
-0100110110 93.95 1
-0100110110 4.3125 1
-0100110110 72.92 1
-0100110110 38.81 1
-0100110110 80.03 1
-0100110110 56.89 1
-0100110110 74.99 1
-0100110110 42.89 1
-0100110110 64.53 1
-0100110110 31-24-40-8 1
-0100110110 17.50-a 1
-0100110110 73.97 1
-0100110110 90.54 1
-0100110110 22.73 1
-0100110110 51.87 1
-0100110110 26734.00 1
-0100110110 milquetoast 1
-0100110110 55.10 1
-0100110110 92.95 1
-0100110110 69.40 1
-0100110110 21.79 1
-0100110110 81.08 1
-0100110110 80.91 1
-0100110110 49.51 1
-0100110110 95.95 1
-0100110110 52.36 1
-0100110110 143.52 1
-0100110110 45.58 1
-0100110110 82.37 1
-0100110110 81.33 1
-0100110110 74.31 1
-0100110110 91.60 1
-0100110110 92.20 1
-0100110110 84.65 1
-0100110110 77.34 1
-0100110110 111.16 1
-0100110110 60.88 1
-0100110110 55.11 1
-0100110110 45.22 1
-0100110110 45.37 1
-0100110110 148.24 1
-0100110110 4.487 1
-0100110110 95.65 1
-0100110110 59.43 1
-0100110110 71.77 1
-0100110110 58.13 1
-0100110110 81.82 1
-0100110110 44.79 1
-0100110110 117.85 1
-0100110110 57.52 1
-0100110110 96.45 1
-0100110110 89.41 1
-0100110110 92.79 1
-0100110110 50.21 1
-0100110110 51.43 1
-0100110110 52.76 1
-0100110110 46.11 1
-0100110110 54.70 1
-0100110110 92.33 1
-0100110110 75.86 1
-0100110110 136.28 1
-0100110110 198.20 1
-0100110110 55.73 1
-0100110110 90.45 1
-0100110110 53.79 1
-0100110110 106.99 1
-0100110110 97.15 1
-0100110110 55.88 1
-0100110110 552.81 1
-0100110110 57.58 1
-0100110110 244.36 1
-0100110110 50.54 1
-0100110110 77.46 1
-0100110110 358.24 1
-0100110110 .675 1
-0100110110 95.05 1
-0100110110 8l 1
-0100110110 54.97 1
-0100110110 57.91 1
-0100110110 2,875 1
-0100110110 0.5625 1
-0100110110 138,410,000 1
-0100110110 39.0 1
-0100110110 46.91 1
-0100110110 409,370 1
-0100110110 73.03 1
-0100110110 58.99 1
-0100110110 54.17 1
-0100110110 5,275 1
-0100110110 78.99 1
-0100110110 374.02 1
-0100110110 50.40 1
-0100110110 48.84 1
-0100110110 120.28 1
-0100110110 91.78 1
-0100110110 94.55 1
-0100110110 114,188 1
-0100110110 109.06 1
-0100110110 67.87 1
-0100110110 93.40 1
-0100110110 53.73 1
-0100110110 55.99 1
-0100110110 59.64 1
-0100110110 68.72 1
-0100110110 71.275 1
-0100110110 161.46 1
-0100110110 computerrelated 1
-0100110110 .0072 1
-0100110110 90.80 1
-0100110110 90.00 1
-0100110110 96.00 1
-0100110110 75.05 1
-0100110110 786.25 1
-0100110110 67.05 1
-0100110110 163.34 1
-0100110110 estradiol 1
-0100110110 98.00 1
-0100110110 53.74 1
-0100110110 66.42 1
-0100110110 65.05 1
-0100110110 36.92 1
-0100110110 117.90 1
-0100110110 49.29 1
-0100110110 66.57 1
-0100110110 49.04 1
-0100110110 67.92 1
-0100110110 4,375 1
-0100110110 67.83 1
-0100110110 59.80 1
-0100110110 203.43 1
-0100110110 117.82 1
-0100110110 93.70 1
-0100110110 72.09 1
-0100110110 76.95 1
-0100110110 36.18 1
-0100110110 48.80 1
-0100110110 58.59 1
-0100110110 59.73 1
-0100110110 174.26 1
-0100110110 25.48 1
-0100110110 95.10 1
-0100110110 57.74 1
-0100110110 72.52 2
-0100110110 41.28 2
-0100110110 53.48 2
-0100110110 62.77 2
-0100110110 68.20 2
-0100110110 51.89 2
-0100110110 43.87 2
-0100110110 68.52 2
-0100110110 96.36 2
-0100110110 82.74 2
-0100110110 53.70 2
-0100110110 52.15 2
-0100110110 62.30 2
-0100110110 82.25 2
-0100110110 60.32 2
-0100110110 47.88 2
-0100110110 49.37 2
-0100110110 72.07 2
-0100110110 45.05 2
-0100110110 99.98 2
-0100110110 154.60 2
-0100110110 33.66 2
-0100110110 50.23 2
-0100110110 45.70 2
-0100110110 49.72 2
-0100110110 66.19 2
-0100110110 22.62 2
-0100110110 84.55 2
-0100110110 50.85 2
-0100110110 43.90 2
-0100110110 .90 2
-0100110110 63.40 2
-0100110110 0.2451 2
-0100110110 77.02 2
-0100110110 46.99 2
-0100110110 85.97 2
-0100110110 49.27 2
-0100110110 65.65 2
-0100110110 62.65 2
-0100110110 1100.94 2
-0100110110 51.47 2
-0100110110 346.96 2
-0100110110 1,879 2
-0100110110 53.85 2
-0100110110 75.95 2
-0100110110 647,000 2
-0100110110 144.93 2
-0100110110 80.08 2
-0100110110 169.50 2
-0100110110 80.85 2
-0100110110 49.78 2
-0100110110 90.15 2
-0100110110 55.57 2
-0100110110 48.20 2
-0100110110 60.93 2
-0100110110 66.61 2
-0100110110 95.70 2
-0100110110 31.12 2
-0100110110 54.15 2
-0100110110 51.74 2
-0100110110 63.70 2
-0100110110 53.81 2
-0100110110 64.85 2
-0100110110 48.15 2
-0100110110 83.30 2
-0100110110 66.06 2
-0100110110 44.97 2
-0100110110 81.91 2
-0100110110 13.99 2
-0100110110 64.81 2
-0100110110 55.74 2
-0100110110 65.45 2
-0100110110 71.27 2
-0100110110 62.90 2
-0100110110 92.35 2
-0100110110 95.00 2
-0100110110 0.0054 2
-0100110110 50.95 2
-0100110110 150.46 2
-0100110110 60.91 2
-0100110110 106.73 2
-0100110110 71.45 2
-0100110110 70.45 2
-0100110110 39.91 2
-0100110110 34.84 2
-0100110110 47.49 2
-0100110110 37.92 2
-0100110110 55.80 2
-0100110110 67.65 2
-0100110110 115.54 2
-0100110110 597.2 2
-0100110110 50.73 2
-0100110110 65.70 2
-0100110110 188.50 2
-0100110110 53.30 2
-0100110110 46.96 2
-0100110110 323.15 2
-0100110110 82.80 2
-0100110110 55.63 2
-0100110110 49.12 2
-0100110110 52.93 2
-0100110110 83.11 2
-0100110110 52.95 2
-0100110110 2.1666 2
-0100110110 154.98 2
-0100110110 35.66 2
-0100110110 45.08 2
-0100110110 73.18 2
-0100110110 Catarey 2
-0100110110 11.66 2
-0100110110 61.62 2
-0100110110 57.07 2
-0100110110 79.78 2
-0100110110 0.175 2
-0100110110 0.71875 2
-0100110110 45.15 2
-0100110110 52.07 2
-0100110110 66.39 2
-0100110110 80.35 2
-0100110110 55.15 2
-0100110110 1.0478 2
-0100110110 68.34 2
-0100110110 74.09 2
-0100110110 64.95 2
-0100110110 41.68 2
-0100110110 43.07 2
-0100110110 99.79 2
-0100110110 69.62 2
-0100110110 145.70 2
-0100110110 597.80 2
-0100110110 54.07 2
-0100110110 17.77 2
-0100110110 32.01 2
-0100110110 81.51 2
-0100110110 48.32 2
-0100110110 49.32 2
-0100110110 311.22 2
-0100110110 0.005 2
-0100110110 68.35 2
-0100110110 83.44 2
-0100110110 15.00 3
-0100110110 54.57 3
-0100110110 53.22 3
-0100110110 11.81 3
-0100110110 12.76 3
-0100110110 102.64 3
-0100110110 23.57 3
-0100110110 73.35 3
-0100110110 32.96 3
-0100110110 52.60 3
-0100110110 17.93 3
-0100110110 45.83 3
-0100110110 44.40 3
-0100110110 29.55 3
-0100110110 79.65 3
-0100110110 55.02 3
-0100110110 0.1875 3
-0100110110 46.26 3
-0100110110 296.72 3
-0100110110 51.70 3
-0100110110 63.45 3
-0100110110 11.0 3
-0100110110 56.01 3
-0100110110 52.38 3
-0100110110 27.36 3
-0100110110 145,300 3
-0100110110 81.35 3
-0100110110 95.50 3
-0100110110 .375 3
-0100110110 69.77 3
-0100110110 79.55 3
-0100110110 54.28 3
-0100110110 49.61 3
-0100110110 31.13 3
-0100110110 25.22 3
-0100110110 99.71 3
-0100110110 81.40 3
-0100110110 37.57 3
-0100110110 48.67 3
-0100110110 64.48 3
-0100110110 65.80 3
-0100110110 42.94 3
-0100110110 27.52 3
-0100110110 42.47 4
-0100110110 20.82 4
-0100110110 28.45 4
-0100110110 0.0007 4
-0100110110 46.76 4
-0100110110 96.50 4
-0100110110 53.80 4
-0100110110 0.0070 4
-0100110110 50.90 4
-0100110110 68.91 4
-0100110110 93.50 4
-0100110110 48.44 4
-0100110110 32.10 4
-0100110110 49.90 5
-0100110110 19.93 5
-0100110110 28.18 5
-0100110110 94.30 5
-0100110110 46.44 5
-0100110110 65.82 5
-0100110110 48.24 5
-0100110110 .01 5
-0100110110 0.0021 5
-0100110110 76.93 5
-0100110110 51.85 5
-0100110110 0.0048 5
-0100110110 0.0125 5
-0100110110 16.20 6
-0100110110 55.20 6
-0100110110 31.82 6
-0100110110 57.03 6
-0100110110 13.39 7
-0100110110 57.20 7
-0100110110 21.22 7
-0100110110 72.44 7
-0100110110 0.875 8
-0100110110 27.74 8
-0100110110 15.14 8
-0100110110 19.77 9
-0100110110 0.625 10
-0100110110 81.25 13
-0100110110 75.23 14
-0100110110 68.75 18
-0100110110 14.09 18
-0100110110 6.0 21
-0100110110 0.94 23
-0100110110 0.81 23
-0100110110 93.75 23
-0100110110 0.66 27
-0100110110 0.91 27
-0100110110 0.64 27
-0100110110 0.92 28
-0100110110 0.39 30
-0100110110 56.25 33
-0100110110 0.58 34
-0100110110 0.54 37
-0100110110 43.75 37
-0100110110 0.63 38
-0100110110 0.43 39
-0100110110 0.83 41
-0100110110 0.24 41
-0100110110 0.90 43
-0100110110 0.85 49
-0100110110 0.95 50
-0100110110 0.22 51
-0100110110 0.09 54
-0100110110 0.55 58
-0100110110 0.13 62
-0100110110 0.45 63
-0100110110 0.65 67
-0100110110 31.25 68
-0100110110 0.75 87
-0100110110 18.75 115
-0100110110 6.25 438
-0100110110 87.5 623
-0100110110 62.5 835
-0100110110 37.5 1340
-0100110110 12.5 2766
-0100110110 25 11991
-0100110110 75 4136
-01001101110 +15 1
-01001101110 minus-10 1
-01001101110 4,110,000 1
-01001101110 +286 1
-01001101110 +315 1
-01001101110 +367 1
-01001101110 +486 1
-01001101110 -24.4 1
-01001101110 +148 1
-01001101110 +267 1
-01001101110 69.16 1
-01001101110 99.64 1
-01001101110 41.47 1
-01001101110 then-13.5 1
-01001101110 54.32 1
-01001101110 C2.12 1
-01001101110 5.345 1
-01001101110 449.7 1
-01001101110 Bush-42 1
-01001101110 56.36 1
-01001101110 upper-50 1
-01001101110 Rusakovskaya 1
-01001101110 0.262 1
-01001101110 262.15 1
-01001101110 39.62 1
-01001101110 painted-on 1
-01001101110 80.55 1
-01001101110 71.35 1
-01001101110 50.16 1
-01001101110 50.38 1
-01001101110 112.06 1
-01001101110 homeowner-mortgage 1
-01001101110 79.0 1
-01001101110 quasilegal 1
-01001101110 -2.4 1
-01001101110 50.79 1
-01001101110 49.76 1
-01001101110 11,685,000 1
-01001101110 36.56 1
-01001101110 37.81 1
-01001101110 99.38 1
-01001101110 above-90 1
-01001101110 Toiten 1
-01001101110 43.54 1
-01001101110 30.735 1
-01001101110 111.163 1
-01001101110 110.783 1
-01001101110 Bibiana 1
-01001101110 84.81 1
-01001101110 95.97 1
-01001101110 99.12 1
-01001101110 305-billion 1
-01001101110 0.664 1
-01001101110 0.524 1
-01001101110 0.498 1
-01001101110 0.635 1
-01001101110 0.654 1
-01001101110 +52 1
-01001101110 then-19.53 1
-01001101110 then-23 1
-01001101110 68.38 1
-01001101110 mid-20 1
-01001101110 60.83 1
-01001101110 76.0 1
-01001101110 51.05 1
-01001101110 -4.3 1
-01001101110 6.094 1
-01001101110 549.8 1
-01001101110 9.9. 1
-01001101110 156.39 1
-01001101110 97.24 1
-01001101110 9,660,826 1
-01001101110 90.84 1
-01001101110 88.09 1
-01001101110 Yes-36 1
-01001101110 No-56 1
-01001101110 catalyze 2
-01001101110 1.004 2
-01001101110 41.1875 2
-01001101110 18-10 2
-01001101110 16.626 2
-01001101110 704.2 2
-01001101110 impliedly 2
-01001101110 more-than-10 2
-01001101110 632.5 2
-01001101110 50.57 2
-01001101110 less-than-1 2
-01001101110 526.5 2
-01001101110 407.8 2
-01001101110 1,642 2
-01001101110 53.96 2
-01001101110 705.2 2
-01001101110 2,048,000 2
-01001101110 90.95 2
-01001101110 96.05 2
-01001101110 1,868 2
-01001101110 52.29 2
-01001101110 29.35 2
-01001101110 84.87 2
-01001101110 50.94 2
-01001101110 54.66 2
-01001101110 0.656 2
-01001101110 50.48 2
-01001101110 33.47 2
-01001101110 83.04 2
-01001101110 112.17 2
-01001101110 693.9 2
-01001101110 63.77 2
-01001101110 81.47 2
-01001101110 45.29 2
-01001101110 91.00 2
-01001101110 22.675 2
-01001101110 62.10 2
-01001101110 75.52 2
-01001101110 528.5 2
-01001101110 99.47 2
-01001101110 283.1 2
-01001101110 7.6125 2
-01001101110 F&F 2
-01001101110 265.87 2
-01001101110 51.24 2
-01001101110 28-8 2
-01001101110 306.5 2
-01001101110 Cheskin+Masten 2
-01001101110 319.5 2
-01001101110 50.64 2
-01001101110 523.5 2
-01001101110 60.52 2
-01001101110 73.96 2
-01001101110 635.5 2
-01001101110 98.40 2
-01001101110 991.8 2
-01001101110 50.89 2
-01001101110 73.45 2
-01001101110 550.5 2
-01001101110 72.35 2
-01001101110 56.18 2
-01001101110 48.28 2
-01001101110 683.5 2
-01001101110 49.93 2
-01001101110 469.8 2
-01001101110 53.64 2
-01001101110 103.875 3
-01001101110 64.90 3
-01001101110 66.65 3
-01001101110 64.13 3
-01001101110 70.875 3
-01001101110 272.5 3
-01001101110 1.013 3
-01001101110 50.08 3
-01001101110 57.43 3
-01001101110 46.32 3
-01001101110 47.01 3
-01001101110 43.41 3
-01001101110 46.39 3
-01001101110 97.25 4
-01001101110 19.99 4
-01001101110 56.81 4
-01001101110 220.5 4
-01001101110 49.99 4
-01001101110 21.76 4
-01001101110 18-8 5
-01001101110 1,084 5
-01001101110 21.12 5
-01001101110 14.13 5
-01001101110 CMV 5
-01001101110 49.97 6
-01001101110 18.34 6
-01001101110 15.93 7
-01001101110 13.33 7
-01001101110 3,760 8
-01001101110 80.25 8
-01001101110 18.08 9
-01001101110 967 12
-01001101110 25.77 14
-01001101110 15.02 14
-01001101110 99.9 43
-01001101110 9.99 46
-01001101110 60.5 53
-01001101110 80.1 54
-01001101110 60.1 61
-01001101110 50.5 73
-01001101110 9.95 81
-01001101110 159 119
-01001101110 50.1 131
-01001101110 49.9 133
-01001101110 124 151
-01001101110 38.5 165
-01001101110 24.9 224
-01001101110 107 255
-01001101110 106 273
-01001101110 104 301
-01001101110 103 421
-01001101110 102 449
-01001101110 91 459
-01001101110 93 526
-01001101110 86 547
-01001101110 94 552
-01001101110 87 559
-01001101110 84 568
-01001101110 9.9 596
-01001101110 88 605
-01001101110 96 609
-01001101110 79 628
-01001101110 81 651
-01001101110 92 657
-01001101110 83 666
-01001101110 71 676
-01001101110 97 680
-01001101110 78 683
-01001101110 76 690
-01001101110 74 690
-01001101110 73 701
-01001101110 77 711
-01001101110 69 736
-01001101110 82 757
-01001101110 98 822
-01001101110 68 848
-01001101110 66 895
-01001101110 72 932
-01001101110 67 1008
-01001101110 61 1021
-01001101110 63 1115
-01001101110 64 1128
-01001101110 99 1157
-01001101110 62 1175
-01001101110 95 1176
-01001101110 59 1177
-01001101110 57 1250
-01001101110 58 1282
-01001101110 56 1381
-01001101110 53 1403
-01001101110 54 1428
-01001101110 85 1534
-01001101110 52 1552
-01001101110 47 1637
-01001101110 41 1664
-01001101110 39 1672
-01001101110 46 1733
-01001101110 43 1789
-01001101110 49 1792
-01001101110 34 1857
-01001101110 44 1899
-01001101110 48 1921
-01001101110 37 1947
-01001101110 42 1953
-01001101110 36 1964
-01001101110 51 1999
-01001101110 38 2075
-01001101110 32 2090
-01001101110 33 2242
-01001101110 65 2460
-01001101110 55 2490
-01001101110 70 3691
-01001101110 35 4112
-01001101110 80 4130
-01001101110 50 13596
-01001101110 40 8287
-010011011110 mid-40 1
-010011011110 28.59 1
-010011011110 32.15 1
-010011011110 31.96 1
-010011011110 47.44 1
-010011011110 80-90 1
-010011011110 8.215 1
-010011011110 26.24 1
-010011011110 186.07 1
-010011011110 0.012 1
-010011011110 101.87 1
-010011011110 7.052 1
-010011011110 mid-60 1
-010011011110 Dukakis-42 1
-010011011110 post-1945 1
-010011011110 1.965 1
-010011011110 1.373 1
-010011011110 109.39 1
-010011011110 32.67 1
-010011011110 91.66 1
-010011011110 65.89 1
-010011011110 5.53. 1
-010011011110 5.801 1
-010011011110 50-billion-a-year 1
-010011011110 40.67 1
-010011011110 83.57 1
-010011011110 98.79 1
-010011011110 2,676.1 1
-010011011110 -5.2 1
-010011011110 91.67 1
-010011011110 10:10 1
-010011011110 110.30 1
-010011011110 27.45 1
-010011011110 36.38 1
-010011011110 11.53-an-hour 1
-010011011110 sub-2 1
-010011011110 high-60 1
-010011011110 20.84 1
-010011011110 early-closing 1
-010011011110 109.84 1
-010011011110 0.3125 1
-010011011110 81.18 1
-010011011110 33.44 1
-010011011110 86.91 1
-010011011110 SFr3 1
-010011011110 19.79 1
-010011011110 28.08 1
-010011011110 +39 1
-010011011110 916,989 1
-010011011110 52.43 1
-010011011110 85-90 1
-010011011110 down-50 1
-010011011110 99.13 1
-010011011110 9-1/16 1
-010011011110 900-a-month 1
-010011011110 non-100 1
-010011011110 7.397 1
-010011011110 4.929988 1
-010011011110 low-30 1
-010011011110 9.483 1
-010011011110 more-than-50 1
-010011011110 1,380.04 1
-010011011110 9.428 1
-010011011110 1388 1
-010011011110 less-than-20 1
-010011011110 tested-70 1
-010011011110 10.406 1
-010011011110 108.29 1
-010011011110 49.57 1
-010011011110 2.912 1
-010011011110 135-million-a-year 1
-010011011110 51.45 2
-010011011110 45.67 2
-010011011110 30.07 2
-010011011110 3,465 2
-010011011110 24.07 2
-010011011110 1,359 2
-010011011110 16.19 2
-010011011110 84.13 2
-010011011110 600-a-week 2
-010011011110 mid-11 2
-010011011110 4.995 2
-010011011110 1.095 2
-010011011110 9.472 2
-010011011110 103.08 2
-010011011110 0.425 2
-010011011110 24.43 2
-010011011110 266.80 2
-010011011110 72.55 2
-010011011110 5,832 2
-010011011110 42.51 2
-010011011110 462.43 2
-010011011110 50.36 2
-010011011110 50.88 3
-010011011110 32.19 3
-010011011110 13.74 3
-010011011110 1,466,000 3
-010011011110 66.67 3
-010011011110 18.49 4
-010011011110 50.05 4
-010011011110 99.99 4
-010011011110 50.01 5
-010011011110 25.13 5
-010011011110 24.99 5
-010011011110 2:00 5
-010011011110 20.15 6
-010011011110 12.48 6
-010011011110 999 32
-010011011110 10 21477
-010011011110 15 13700
-010011011110 20 15792
-010011011111 Vido 1
-010011011111 4023 1
-010011011111 -to-95 1
-010011011111 99.9999 1
-010011011111 ninety 1
-010011011111 knockdown-dragout 1
-010011011111 -to-29 1
-010011011111 97.44 1
-010011011111 -to-47 1
-010011011111 pre-regulated 1
-010011011111 -65 1
-010011011111 417.1 1
-010011011111 -to-40 1
-010011011111 759.2 1
-010011011111 7,771,900 1
-010011011111 -to-27 1
-010011011111 -to-39 1
-010011011111 305.03 1
-010011011111 -37 1
-010011011111 -32 1
-010011011111 -9.8 1
-010011011111 -27 1
-010011011111 -to-20 1
-010011011111 13-billion-a-month 1
-010011011111 -to-16 1
-010011011111 -to-46 1
-010011011111 build-on-the-run 1
-010011011111 -44 1
-010011011111 down-100-point 1
-010011011111 -to-23 1
-010011011111 dragracing 1
-010011011111 video-jockey 1
-010011011111 -13 1
-010011011111 casual-clothing 1
-010011011111 /30 1
-010011011111 langoustines 1
-010011011111 -42 1
-010011011111 -22 1
-010011011111 two-test 1
-010011011111 60-to-120 1
-010011011111 1-to-21 1
-010011011111 aid-not-trade 1
-010011011111 -14 1
-010011011111 149.38 1
-010011011111 Charbon 1
-010011011111 Five-hundred 1
-010011011111 -to-28 1
-010011011111 -12 1
-010011011111 -to-14 1
-010011011111 -to-18 1
-010011011111 -to-9.9 1
-010011011111 85,000-a-year 1
-010011011111 17.000 1
-010011011111 super-profit 1
-010011011111 135.33 1
-010011011111 -26.2 1
-010011011111 -to-10 1
-010011011111 -to-1 1
-010011011111 -48 1
-010011011111 -75 1
-010011011111 121.19 1
-010011011111 9900 1
-010011011111 255.4 1
-010011011111 253,704 1
-010011011111 peace-movement 1
-010011011111 AMNESTY/25 1
-010011011111 14,627.8 1
-010011011111 39,720.84 1
-010011011111 7.83466 1
-010011011111 49.79 1
-010011011111 40.35 1
-010011011111 76,761 1
-010011011111 -34 1
-010011011111 -to-3.5 1
-010011011111 791.47 1
-010011011111 -to-25 1
-010011011111 -to-4 1
-010011011111 4,272 1
-010011011111 mid-50 1
-010011011111 Independentistas 1
-010011011111 -31 1
-010011011111 market:8.95 1
-010011011111 market:8.85 1
-010011011111 46.27 1
-010011011111 115-122 1
-010011011111 46,301 1
-010011011111 -6.63 1
-010011011111 2,176,511 1
-010011011111 14.983 1
-010011011111 market:8.83 1
-010011011111 Xylophila 1
-010011011111 -to-3.75 1
-010011011111 14,023 1
-010011011111 482,186 1
-010011011111 176,184 1
-010011011111 35,491.9 1
-010011011111 105,802.6 1
-010011011111 26,491.8 1
-010011011111 190,555.8 1
-010011011111 185,063.6 1
-010011011111 pre-tax-reform 1
-010011011111 -38 1
-010011011111 2,380,123 1
-010011011111 7,073 1
-010011011111 -7.5 1
-010011011111 -10.5 1
-010011011111 42,744.4 1
-010011011111 17,286.0 1
-010011011111 19,724.9 1
-010011011111 229,741.7 1
-010011011111 8,647.3 1
-010011011111 two-billion-Australian-dollar 1
-010011011111 2.0050 1
-010011011111 27,398 1
-010011011111 46,324 1
-010011011111 159,939 1
-010011011111 290,526 1
-010011011111 2,438,996 1
-010011011111 78,668 1
-010011011111 17,560 1
-010011011111 9,494 1
-010011011111 73,350 1
-010011011111 31,720 1
-010011011111 164,770 1
-010011011111 488,647 1
-010011011111 +20.3 1
-010011011111 -125 1
-010011011111 -16.3 1
-010011011111 -to-49 1
-010011011111 -to-36 1
-010011011111 -18 1
-010011011111 -29 1
-010011011111 162.07 1
-010011011111 Dinks 1
-010011011111 279,973 1
-010011011111 325,000-a-year 1
-010011011111 1227 1
-010011011111 1281 1
-010011011111 pre-white 1
-010011011111 -to-30 1
-010011011111 -100 1
-010011011111 880.4 2
-010011011111 3,970 2
-010011011111 137.75 2
-010011011111 152.85 2
-010011011111 8,310 2
-010011011111 -90 2
-010011011111 36.45 2
-010011011111 .04 2
-010011011111 market:8.90 2
-010011011111 50.24 2
-010011011111 -85 2
-010011011111 30-35 2
-010011011111 -60 2
-010011011111 -to-15 2
-010011011111 mid-30 2
-010011011111 615.1 2
-010011011111 -1.5 2
-010011011111 689.5 2
-010011011111 2,682 2
-010011011111 453.1 2
-010011011111 1,288 2
-010011011111 39.43 2
-010011011111 137.20 2
-010011011111 -to-41 2
-010011011111 221.1 2
-010011011111 -to-8 2
-010011011111 -to-2.5 2
-010011011111 -400 2
-010011011111 -43 2
-010011011111 .44 2
-010011011111 219.67 2
-010011011111 1,132 2
-010011011111 7,250 2
-010011011111 -2 2
-010011011111 -to-43 2
-010011011111 -36 2
-010011011111 460.5 2
-010011011111 -to-11 2
-010011011111 1,153 2
-010011011111 1,353 2
-010011011111 19.72 2
-010011011111 7,320 2
-010011011111 2.9975 2
-010011011111 3,290 2
-010011011111 -to-45 2
-010011011111 2,880 2
-010011011111 26.49 2
-010011011111 1,522 2
-010011011111 100.55 2
-010011011111 24.69 2
-010011011111 -50 2
-010011011111 1,146 2
-010011011111 1195 2
-010011011111 -20 3
-010011011111 -1 3
-010011011111 99.44 3
-010011011111 -to-12 3
-010011011111 -to-7 3
-010011011111 546.7 3
-010011011111 1,107 3
-010011011111 8,950 3
-010011011111 1,807,000 3
-010011011111 41.78 3
-010011011111 258.6 3
-010011011111 30.86 3
-010011011111 16.51 3
-010011011111 5,490 3
-010011011111 -to-2 3
-010011011111 -to-9 3
-010011011111 86,500 3
-010011011111 -70 3
-010011011111 -11 3
-010011011111 -45 3
-010011011111 1,052 3
-010011011111 -9 3
-010011011111 4,290 3
-010011011111 160.00 3
-010011011111 0.0 3
-010011011111 3,540 3
-010011011111 1,764 3
-010011011111 -7 3
-010011011111 -to-38 3
-010011011111 -to-42 3
-010011011111 74.35 3
-010011011111 452.5 3
-010011011111 -to-35 3
-010011011111 1,179 4
-010011011111 625.5 4
-010011011111 98.80 4
-010011011111 -17 4
-010011011111 1,097 4
-010011011111 -41 4
-010011011111 2,910 4
-010011011111 1,247 4
-010011011111 73.30 4
-010011011111 3,110 4
-010011011111 3,950 4
-010011011111 -to-5 4
-010011011111 126.25 4
-010011011111 1,228 4
-010011011111 425.5 4
-010011011111 2,490 4
-010011011111 market:8.80 4
-010011011111 1,076 5
-010011011111 3,560 5
-010011011111 339.5 5
-010011011111 -to-48 5
-010011011111 .14 5
-010011011111 -35 5
-010011011111 3,420 5
-010011011111 5,750 5
-010011011111 1,306 5
-010011011111 1,024 5
-010011011111 1,089 6
-010011011111 922 6
-010011011111 4,250 6
-010011011111 -4 6
-010011011111 12.61 6
-010011011111 -3 6
-010011011111 3,930 6
-010011011111 -25 6
-010011011111 966 7
-010011011111 4,730 7
-010011011111 4,050 7
-010011011111 124.55 8
-010011011111 -8 8
-010011011111 1,260 8
-010011011111 -10 8
-010011011111 993 8
-010011011111 958 8
-010011011111 238.5 8
-010011011111 -30 9
-010011011111 842 9
-010011011111 1,160 9
-010011011111 869 9
-010011011111 252.5 9
-010011011111 898 9
-010011011111 -15 9
-010011011111 849 9
-010011011111 996 9
-010011011111 801 10
-010011011111 998 10
-010011011111 -5 10
-010011011111 891 10
-010011011111 1,054 11
-010011011111 926 11
-010011011111 977 11
-010011011111 901 12
-010011011111 98.75 12
-010011011111 1,010 12
-010011011111 902 12
-010011011111 1,380 12
-010011011111 923 12
-010011011111 -to-6 12
-010011011111 734 12
-010011011111 1,170 13
-010011011111 2,650 13
-010011011111 1,840 13
-010011011111 974 13
-010011011111 491 14
-010011011111 794 14
-010011011111 751 14
-010011011111 897 14
-010011011111 539 14
-010011011111 788 15
-010011011111 972 16
-010011011111 -40 18
-010011011111 698 19
-010011011111 658 19
-010011011111 636 20
-010011011111 599 21
-010011011111 906 21
-010011011111 748 21
-010011011111 2,750 22
-010011011111 553 23
-010011011111 644 23
-010011011111 936 24
-010011011111 807 24
-010011011111 858 24
-010011011111 662 28
-010011011111 847 28
-010011011111 639 29
-010011011111 99.5 34
-010011011111 366 37
-010011011111 501 39
-010011011111 598 41
-010011011111 399 42
-010011011111 403 42
-010011011111 911 45
-010011011111 507 48
-010011011111 486 52
-010011011111 232 71
-010011011111 242 93
-010011011111 401 108
-010011011111 301 110
-010011011111 560 166
-010011011111 149 205
-010011011111 111 209
-010011011111 179 248
-010011011111 119 300
-010011011111 270 536
-010011011111 89 695
-010011011111 180 962
-010011011111 120 1503
-010011011111 45 3451
-010011011111 60 6527
-010011011111 90 3967
-01001110 776.1 1
-01001110 791.5 1
-01001110 757.7 1
-01001110 497.5 1
-01001110 366.5 1
-01001110 891.5 1
-01001110 378.7 1
-01001110 709.8 1
-01001110 210.3 1
-01001110 518.6 1
-01001110 450.1 1
-01001110 665.2 1
-01001110 693.2 1
-01001110 441.9 1
-01001110 573.4 1
-01001110 744.1 1
-01001110 573.5 1
-01001110 810.7 1
-01001110 805.9 1
-01001110 360.7 1
-01001110 687.0 1
-01001110 603.4 1
-01001110 33.0 1
-01001110 432.9 1
-01001110 837.6 1
-01001110 507.2 1
-01001110 819.1 1
-01001110 885.4 1
-01001110 892.1 1
-01001110 821.2 1
-01001110 879.7 1
-01001110 781.2 1
-01001110 746.5 1
-01001110 822.5 1
-01001110 915.9 1
-01001110 614.3 1
-01001110 802.6 1
-01001110 583.2 1
-01001110 878.5 1
-01001110 899.3 1
-01001110 427.5 1
-01001110 795.2 1
-01001110 901.8 1
-01001110 936.2 1
-01001110 401.9 1
-01001110 500.3 1
-01001110 801.6 1
-01001110 857.6 1
-01001110 342.2 1
-01001110 534.7 1
-01001110 117.54 1
-01001110 269.1 1
-01001110 509.9 1
-01001110 843.2 1
-01001110 101,049 1
-01001110 253.8 1
-01001110 330.1 1
-01001110 413.6 1
-01001110 545.1 1
-01001110 951.4 1
-01001110 491.6 1
-01001110 693.7 1
-01001110 684.2 1
-01001110 924.5 1
-01001110 897.7 1
-01001110 742.5 1
-01001110 370.1 1
-01001110 517.9 1
-01001110 602.4 1
-01001110 597.9 1
-01001110 471.6 1
-01001110 824.1 1
-01001110 895.2 1
-01001110 955.4 1
-01001110 521.7 1
-01001110 587.3 1
-01001110 374.2 1
-01001110 399.8 1
-01001110 985.8 1
-01001110 824.5 1
-01001110 554.3 1
-01001110 851.9 1
-01001110 286.8 1
-01001110 972.6 1
-01001110 469.3 1
-01001110 876.2 1
-01001110 697.7 1
-01001110 818.5 1
-01001110 831.4 1
-01001110 42.69 1
-01001110 495.8 1
-01001110 808.3 1
-01001110 170.0 1
-01001110 805.4 1
-01001110 411.7 1
-01001110 468.5 1
-01001110 674.5 1
-01001110 878.1 1
-01001110 767.8 1
-01001110 556.5 1
-01001110 612.2 1
-01001110 759.3 1
-01001110 454.4 1
-01001110 603.9 1
-01001110 437.8 1
-01001110 790.4 1
-01001110 512.9 1
-01001110 495.2 1
-01001110 +140 1
-01001110 700.54 1
-01001110 304.7 1
-01001110 437.5 1
-01001110 574.0 1
-01001110 633.1 1
-01001110 301.0 1
-01001110 54.44 1
-01001110 62.43 1
-01001110 307.7 1
-01001110 939.1 1
-01001110 593.6 1
-01001110 363.2 1
-01001110 276.1 1
-01001110 584.4 1
-01001110 856.8 1
-01001110 977.7 1
-01001110 851.2 1
-01001110 884.5 1
-01001110 959.5 1
-01001110 20.76 1
-01001110 987.9 1
-01001110 928.9 1
-01001110 848.6 1
-01001110 880.3 1
-01001110 816.2 1
-01001110 7.135 1
-01001110 321.6 1
-01001110 533.4 1
-01001110 455.0 1
-01001110 889.3 1
-01001110 690.8 1
-01001110 405.6 1
-01001110 677.4 1
-01001110 422.4 1
-01001110 487.1 1
-01001110 882.1 1
-01001110 824.8 1
-01001110 822.7 1
-01001110 568.3 1
-01001110 610.4 1
-01001110 886.4 1
-01001110 218.0 1
-01001110 961.2 1
-01001110 695.3 1
-01001110 907.7 1
-01001110 577.2 1
-01001110 938.6 1
-01001110 486.1 1
-01001110 715.4 1
-01001110 757.1 1
-01001110 876.4 1
-01001110 821.5 1
-01001110 936.1 1
-01001110 552.2 1
-01001110 894.7 1
-01001110 895.5 1
-01001110 845.9 1
-01001110 604.6 1
-01001110 3.927 1
-01001110 536.4 1
-01001110 890.9 1
-01001110 828.9 1
-01001110 876.3 1
-01001110 556.4 1
-01001110 541.0 1
-01001110 979.8 1
-01001110 820.1 1
-01001110 594.9 1
-01001110 449.2 1
-01001110 615.2 1
-01001110 644.2 1
-01001110 547.7 1
-01001110 601.3 1
-01001110 5,648,192 1
-01001110 550.6 1
-01001110 502.7 1
-01001110 670.2 1
-01001110 759.1 1
-01001110 761.2 1
-01001110 744.4 1
-01001110 705.5 1
-01001110 607.3 1
-01001110 716.2 1
-01001110 564.8 1
-01001110 870.7 1
-01001110 499.7 1
-01001110 433.8 1
-01001110 943.4 1
-01001110 560.4 1
-01001110 829.5 1
-01001110 252.1 1
-01001110 888.2 1
-01001110 679.9 1
-01001110 445.9 1
-01001110 994.4 1
-01001110 577.6 1
-01001110 625.7 1
-01001110 653.8 1
-01001110 255.6 1
-01001110 800.8 1
-01001110 859.8 1
-01001110 761.6 1
-01001110 325.6 1
-01001110 609.2 1
-01001110 447.9 1
-01001110 411.2 1
-01001110 280.2 1
-01001110 680.2 1
-01001110 715.7 1
-01001110 841.9 1
-01001110 833.49 1
-01001110 1.133 1
-01001110 460.1 1
-01001110 840.4 1
-01001110 573.9 1
-01001110 520.8 1
-01001110 797.6 1
-01001110 560.6 1
-01001110 513.4 1
-01001110 571.7 1
-01001110 854.9 1
-01001110 776.6 1
-01001110 990.8 1
-01001110 359.1 1
-01001110 614.7 1
-01001110 514.4 1
-01001110 714.3 1
-01001110 382.9 1
-01001110 320.2 1
-01001110 480.3 1
-01001110 647.9 1
-01001110 785.9 1
-01001110 652.9 1
-01001110 915.4 1
-01001110 998.2 1
-01001110 895.3 1
-01001110 318.6 1
-01001110 356.8 1
-01001110 893.2 1
-01001110 868.2 1
-01001110 807.8 1
-01001110 353.3 1
-01001110 524.5 1
-01001110 793.4 1
-01001110 927.1 1
-01001110 823.5 1
-01001110 258.7 1
-01001110 968.9 1
-01001110 542.1 1
-01001110 467.8 1
-01001110 932.3 1
-01001110 826.8 1
-01001110 561.5 1
-01001110 600.6 1
-01001110 820.6 1
-01001110 473.3 1
-01001110 495.9 1
-01001110 649.5 1
-01001110 382.7 1
-01001110 500.6 1
-01001110 617.7 1
-01001110 782.8 1
-01001110 620.3 1
-01001110 584.6 1
-01001110 747.1 1
-01001110 349.9 1
-01001110 900.1 1
-01001110 909.6 1
-01001110 656.7 1
-01001110 46.43 1
-01001110 174.13 1
-01001110 673.9 1
-01001110 490.3 1
-01001110 419.1 1
-01001110 584.3 1
-01001110 664.6 1
-01001110 937.7 1
-01001110 973.5 1
-01001110 469.5 1
-01001110 561.8 1
-01001110 783.2 1
-01001110 686.9 1
-01001110 584.1 1
-01001110 533.8 1
-01001110 806.9 1
-01001110 392.7 1
-01001110 814.3 1
-01001110 870.2 1
-01001110 903.5 1
-01001110 610.1 1
-01001110 625.4 1
-01001110 651.8 1
-01001110 547.8 1
-01001110 419.2 1
-01001110 653.5 1
-01001110 740.8 1
-01001110 504.3 1
-01001110 301.1 1
-01001110 496.6 1
-01001110 429.2 1
-01001110 586.1 1
-01001110 124.66 1
-01001110 638.6 1
-01001110 916.2 1
-01001110 616.2 1
-01001110 249.96 1
-01001110 949.5 1
-01001110 695.2 1
-01001110 704.9 1
-01001110 764.2 1
-01001110 972.3 1
-01001110 623.4 1
-01001110 699.2 1
-01001110 425.4 1
-01001110 838.7 1
-01001110 C245 1
-01001110 803.1 1
-01001110 916.4 1
-01001110 750.6 1
-01001110 513.54 1
-01001110 820.75 1
-01001110 801.3 1
-01001110 416.6 1
-01001110 958.2 1
-01001110 477.4 1
-01001110 45.36 1
-01001110 847.5 1
-01001110 616.7 1
-01001110 621.2 1
-01001110 928.5 1
-01001110 713.6 1
-01001110 517.1 1
-01001110 820.8 1
-01001110 868.9 1
-01001110 734.3 1
-01001110 595.7 1
-01001110 458.3 1
-01001110 932.9 1
-01001110 571.3 1
-01001110 664.3 1
-01001110 824.9 1
-01001110 370.2 1
-01001110 972.9 1
-01001110 31.61 1
-01001110 952.8 1
-01001110 317.6 1
-01001110 947.9 1
-01001110 868.64 1
-01001110 654.2 1
-01001110 NZ61.8 1
-01001110 NZ57 1
-01001110 639.8 1
-01001110 523.8 1
-01001110 477.3 1
-01001110 291.78 1
-01001110 909.2 1
-01001110 565.1 1
-01001110 829.7 1
-01001110 525.1 1
-01001110 970.5 1
-01001110 303.8 1
-01001110 778.4 1
-01001110 349.6 1
-01001110 34.06 1
-01001110 700.2 1
-01001110 :25 1
-01001110 986.8 1
-01001110 181.2 1
-01001110 459.5 1
-01001110 878.9 1
-01001110 561.7 1
-01001110 355.7 1
-01001110 709.9 1
-01001110 387.7 1
-01001110 886.1 1
-01001110 951.2 1
-01001110 802.1 1
-01001110 839.8 1
-01001110 742.7 1
-01001110 802.3 1
-01001110 986.2 1
-01001110 487.8 1
-01001110 814.9 1
-01001110 605.2 1
-01001110 87.876 1
-01001110 708.9 1
-01001110 857.3 1
-01001110 972.7 1
-01001110 963.9 1
-01001110 935.7 1
-01001110 511.3 1
-01001110 578.5 1
-01001110 968.2 1
-01001110 799.3 1
-01001110 926.7 1
-01001110 576.2 1
-01001110 933.2 1
-01001110 630.9 1
-01001110 965.7 1
-01001110 429.8 1
-01001110 890.3 1
-01001110 690.3 1
-01001110 433.9 1
-01001110 957.7 1
-01001110 305.6 1
-01001110 782.2 1
-01001110 629.6 1
-01001110 708.6 1
-01001110 2,978,500 1
-01001110 921.5 1
-01001110 657.8 1
-01001110 775.5 1
-01001110 344.1 1
-01001110 330.6 1
-01001110 884.6 1
-01001110 733.1 1
-01001110 696.6 1
-01001110 687.2 1
-01001110 669.4 1
-01001110 733.4 1
-01001110 761.9 1
-01001110 712.5 1
-01001110 592.9 1
-01001110 728.6 1
-01001110 345.6 1
-01001110 450.2 1
-01001110 822.9 1
-01001110 897.2 1
-01001110 812.3 1
-01001110 615.3 1
-01001110 743.2 1
-01001110 446.3 1
-01001110 990.5 1
-01001110 18.664 1
-01001110 949.2 1
-01001110 495.3 1
-01001110 620.4 1
-01001110 22.12 1
-01001110 185.59 1
-01001110 961.9 1
-01001110 1.861 1
-01001110 677.5 1
-01001110 1,996 1
-01001110 1,907 1
-01001110 662.5 1
-01001110 696.1 1
-01001110 845.7 1
-01001110 572.7 1
-01001110 934.7 1
-01001110 992.6 1
-01001110 814.8 1
-01001110 844.9 1
-01001110 676.3 1
-01001110 559.9 1
-01001110 503.1 1
-01001110 381.6 1
-01001110 374.3 1
-01001110 599.4 1
-01001110 800.6 1
-01001110 865.9 1
-01001110 634.6 1
-01001110 360.2 1
-01001110 609.3 1
-01001110 612.7 1
-01001110 732.1 1
-01001110 457.7 1
-01001110 421.3 1
-01001110 820.4 1
-01001110 464.7 1
-01001110 531.6 1
-01001110 687.3 1
-01001110 452.7 1
-01001110 871.9 1
-01001110 997.9 1
-01001110 368.9 1
-01001110 738.8 1
-01001110 830.6 1
-01001110 888.7 1
-01001110 711.8 1
-01001110 331.6 1
-01001110 744.9 1
-01001110 597.5 1
-01001110 828.4 1
-01001110 704.1 1
-01001110 526.8 1
-01001110 891.1 1
-01001110 1.509 1
-01001110 872.3 1
-01001110 708.7 1
-01001110 479.3 1
-01001110 942.7 1
-01001110 571.8 1
-01001110 786.2 1
-01001110 689.4 1
-01001110 6-7:30 1
-01001110 328.8 1
-01001110 DM400 1
-01001110 DM135 1
-01001110 DM306 1
-01001110 DM700 1
-01001110 DM136 1
-01001110 993.7 1
-01001110 1:06 1
-01001110 445.4 1
-01001110 407.6 1
-01001110 489.1 1
-01001110 266.6 1
-01001110 374.1 1
-01001110 505.3 1
-01001110 294.2 1
-01001110 70.354 1
-01001110 863.3 1
-01001110 383.6 1
-01001110 471.3 1
-01001110 781.8 1
-01001110 277.7 1
-01001110 618.4 1
-01001110 800.2 1
-01001110 763.4 1
-01001110 118.48 1
-01001110 118.65 1
-01001110 634.7 1
-01001110 379.2 1
-01001110 386.3 1
-01001110 399.1 1
-01001110 l4 1
-01001110 201.0 1
-01001110 646.7 1
-01001110 525.6 1
-01001110 631.9 1
-01001110 958.6 1
-01001110 971.2 1
-01001110 213.3 1
-01001110 435.7 1
-01001110 622.1 1
-01001110 75,000-a-year 1
-01001110 955.1 1
-01001110 678.6 1
-01001110 646.2 1
-01001110 513.3 1
-01001110 883.1 1
-01001110 298.9 1
-01001110 958.9 1
-01001110 756.4 1
-01001110 913.6 1
-01001110 409.5 1
-01001110 982.6 1
-01001110 494.1 1
-01001110 422.0 1
-01001110 952.3 1
-01001110 636.1 1
-01001110 950.8 1
-01001110 50.63 1
-01001110 771.8 1
-01001110 666.4 1
-01001110 928.8 1
-01001110 796.6 1
-01001110 9.745 1
-01001110 792.6 1
-01001110 757.2 1
-01001110 703.4 1
-01001110 535.2 1
-01001110 815.1 1
-01001110 570.3 1
-01001110 652.4 1
-01001110 361.4 1
-01001110 257.5 1
-01001110 488.5 1
-01001110 948.6 1
-01001110 45.81 1
-01001110 857.9 1
-01001110 764.5 1
-01001110 976.9 1
-01001110 360.9 1
-01001110 492.3 1
-01001110 789.3 1
-01001110 498.4 1
-01001110 831.9 1
-01001110 4.135 1
-01001110 359.4 1
-01001110 596.6 1
-01001110 664.9 1
-01001110 525.8 1
-01001110 773.7 1
-01001110 929.5 1
-01001110 474.6 1
-01001110 702.2 1
-01001110 214.3 1
-01001110 929.8 1
-01001110 696.9 1
-01001110 893.5 1
-01001110 542.2 1
-01001110 912.5 1
-01001110 549.4 1
-01001110 554.6 1
-01001110 666.8 1
-01001110 569.1 1
-01001110 580.4 1
-01001110 287.2 1
-01001110 566.2 1
-01001110 785.8 1
-01001110 859.9 1
-01001110 825.1 1
-01001110 890.7 1
-01001110 288.3 1
-01001110 692.3 1
-01001110 894.9 1
-01001110 950.3 1
-01001110 736.1 1
-01001110 308.6 1
-01001110 614.8 1
-01001110 543.7 1
-01001110 888.3 1
-01001110 695.8 1
-01001110 810.3 1
-01001110 949.6 1
-01001110 961.4 1
-01001110 707.1 1
-01001110 626.8 1
-01001110 930.5 1
-01001110 732.7 1
-01001110 891.3 1
-01001110 920.1 1
-01001110 584.9 1
-01001110 512.1 1
-01001110 762.7 1
-01001110 870.6 1
-01001110 204.16 1
-01001110 193.43 1
-01001110 767.5 1
-01001110 727.5 1
-01001110 976.3 1
-01001110 365.4 1
-01001110 659.4 1
-01001110 568.9 1
-01001110 377.7 1
-01001110 462.4 1
-01001110 617.2 1
-01001110 647.4 1
-01001110 453.9 1
-01001110 912.7 1
-01001110 733.6 1
-01001110 938.3 1
-01001110 866.2 1
-01001110 661.8 1
-01001110 946.6 1
-01001110 914.9 1
-01001110 817.3 1
-01001110 938.8 1
-01001110 327.1 1
-01001110 681.1 1
-01001110 826.6 1
-01001110 645.2 1
-01001110 783.8 1
-01001110 427.2 1
-01001110 999.3 1
-01001110 548.7 1
-01001110 172.01 1
-01001110 784.4 1
-01001110 1,700,00 1
-01001110 412.0 1
-01001110 698.5 1
-01001110 858.1 1
-01001110 511.2 1
-01001110 532.4 1
-01001110 957.8 1
-01001110 456.3 1
-01001110 222.9 1
-01001110 388.2 1
-01001110 903.8 1
-01001110 752.3 1
-01001110 918.2 1
-01001110 559.8 1
-01001110 842.9 1
-01001110 932.2 1
-01001110 969.6 1
-01001110 588.7 1
-01001110 554.7 1
-01001110 414.8 1
-01001110 766.4 1
-01001110 449.9 1
-01001110 823.1 1
-01001110 892.3 1
-01001110 739.3 1
-01001110 836.1 1
-01001110 613.4 1
-01001110 655.2 1
-01001110 346.4 1
-01001110 489.4 1
-01001110 628.2 1
-01001110 885.7 1
-01001110 597.4 1
-01001110 921.1 1
-01001110 803.2 1
-01001110 278.2 1
-01001110 538.2 1
-01001110 600.3 1
-01001110 :40 1
-01001110 521.3 1
-01001110 399.5 1
-01001110 688.6 1
-01001110 452.4 1
-01001110 836.3 1
-01001110 910.1 1
-01001110 681.4 1
-01001110 961.6 1
-01001110 542.6 1
-01001110 693.4 1
-01001110 435.9 1
-01001110 711.9 1
-01001110 634.1 1
-01001110 835.5 1
-01001110 570.6 1
-01001110 778.2 1
-01001110 678.8 1
-01001110 639.4 1
-01001110 926.5 1
-01001110 673.6 1
-01001110 622.6 1
-01001110 577.7 1
-01001110 244.1 1
-01001110 368.7 1
-01001110 881.6 1
-01001110 930.1 1
-01001110 980.7 1
-01001110 745.8 1
-01001110 473.8 1
-01001110 904.7 1
-01001110 804.7 1
-01001110 770.2 1
-01001110 515.4 1
-01001110 859.6 1
-01001110 349.4 1
-01001110 727.4 1
-01001110 464.6 1
-01001110 310.6 1
-01001110 644.7 1
-01001110 616.3 1
-01001110 443.5 1
-01001110 555.1 1
-01001110 506.7 1
-01001110 470.7 1
-01001110 662.9 1
-01001110 538.3 1
-01001110 529.8 1
-01001110 520.4 1
-01001110 112.73 1
-01001110 587.9 1
-01001110 821.8 1
-01001110 924.2 1
-01001110 967.9 1
-01001110 280.3 1
-01001110 948.8 1
-01001110 775.8 1
-01001110 832.5 1
-01001110 882.4 1
-01001110 912.8 1
-01001110 530.7 1
-01001110 945.4 1
-01001110 816.8 1
-01001110 847.3 1
-01001110 998.4 1
-01001110 549.7 1
-01001110 141.67 1
-01001110 553.2 1
-01001110 603.5 1
-01001110 376.9 1
-01001110 687.4 1
-01001110 426.8 1
-01001110 351.9 1
-01001110 864.3 1
-01001110 679.8 1
-01001110 588.4 1
-01001110 933.0 1
-01001110 971.7 1
-01001110 244.9 1
-01001110 672.6 1
-01001110 58.09 1
-01001110 47.45 1
-01001110 973.2 1
-01001110 898.2 1
-01001110 993.8 1
-01001110 590.9 1
-01001110 686.4 1
-01001110 733.8 1
-01001110 581.9 1
-01001110 379.1 1
-01001110 816.1 1
-01001110 522.2 1
-01001110 339.3 1
-01001110 614.2 1
-01001110 441.3 1
-01001110 842.6 1
-01001110 570.5 1
-01001110 477.0 1
-01001110 778.3 1
-01001110 503.3 1
-01001110 908.9 1
-01001110 913.1 1
-01001110 919.9 1
-01001110 236.8 1
-01001110 612.4 1
-01001110 510.4 1
-01001110 678.9 1
-01001110 333.7 1
-01001110 432.2 1
-01001110 618.5 1
-01001110 676.9 1
-01001110 399.3 1
-01001110 874.6 1
-01001110 682.8 1
-01001110 459.2 1
-01001110 852.8 1
-01001110 490.4 1
-01001110 745.5 1
-01001110 677.8 1
-01001110 912.1 1
-01001110 778.9 1
-01001110 941.6 1
-01001110 796.4 1
-01001110 659.6 1
-01001110 3,565 1
-01001110 581.3 1
-01001110 2,498,400 1
-01001110 774.4 1
-01001110 99.49 1
-01001110 992.5 1
-01001110 921.0 1
-01001110 398.8 1
-01001110 424.7 1
-01001110 746.2 1
-01001110 550.4 1
-01001110 934.2 1
-01001110 989.9 1
-01001110 480.6 1
-01001110 661.7 1
-01001110 54.85 1
-01001110 103.66 1
-01001110 528.4 1
-01001110 899.6 1
-01001110 372.3 1
-01001110 954.8 1
-01001110 596.3 1
-01001110 546.6 1
-01001110 821.7 1
-01001110 605.7 1
-01001110 934.4 1
-01001110 706.4 1
-01001110 654.1 1
-01001110 940.2 1
-01001110 741.1 1
-01001110 853.8 1
-01001110 848.7 1
-01001110 572.1 1
-01001110 959.3 1
-01001110 653.2 1
-01001110 797.9 1
-01001110 765.8 1
-01001110 787.9 1
-01001110 639.5 1
-01001110 746.4 1
-01001110 728.7 1
-01001110 427.3 1
-01001110 864.5 1
-01001110 938.4 1
-01001110 968.7 1
-01001110 635.0 1
-01001110 149.43 1
-01001110 984.6 1
-01001110 437.7 1
-01001110 706.3 1
-01001110 :05 1
-01001110 745.1 1
-01001110 290.4 1
-01001110 85.87 1
-01001110 788.8 1
-01001110 484.3 1
-01001110 :45 1
-01001110 746.1 1
-01001110 717.8 1
-01001110 404.6 1
-01001110 983.5 1
-01001110 927.4 1
-01001110 987.8 1
-01001110 389.9 1
-01001110 944.1 1
-01001110 673.1 1
-01001110 978.3 1
-01001110 562.6 1
-01001110 907.6 1
-01001110 365.7 1
-01001110 414.6 1
-01001110 723.4 1
-01001110 106.554 1
-01001110 393.8 1
-01001110 761.4 1
-01001110 825.6 1
-01001110 956.9 1
-01001110 483.2 1
-01001110 456.1 1
-01001110 895.7 1
-01001110 667.8 1
-01001110 384.2 1
-01001110 384.9 1
-01001110 397.0 1
-01001110 479.1 1
-01001110 897.9 1
-01001110 982.8 1
-01001110 969.4 1
-01001110 722.1 1
-01001110 848.5 1
-01001110 185.63 1
-01001110 364.3 1
-01001110 914.8 1
-01001110 53,502 1
-01001110 930.3 1
-01001110 553.7 1
-01001110 828.8 1
-01001110 793.5 1
-01001110 540.2 1
-01001110 923.4 1
-01001110 657.1 1
-01001110 957.4 1
-01001110 959.1 1
-01001110 663.2 1
-01001110 504.8 1
-01001110 640.2 1
-01001110 600.5 1
-01001110 677.6 1
-01001110 685.2 1
-01001110 783.3 1
-01001110 362.1 1
-01001110 623.5 1
-01001110 465.3 1
-01001110 954.4 1
-01001110 366.7 1
-01001110 380.4 1
-01001110 833.1 1
-01001110 204.1 1
-01001110 33.14 1
-01001110 903.7 1
-01001110 785.1 1
-01001110 750.3 1
-01001110 470.8 1
-01001110 865.2 1
-01001110 536.8 1
-01001110 659.8 1
-01001110 526.3 1
-01001110 568.1 1
-01001110 509.3 1
-01001110 663.6 1
-01001110 817.5 1
-01001110 225.2 1
-01001110 665.9 1
-01001110 872.6 1
-01001110 525.2 1
-01001110 460.8 1
-01001110 773.1 1
-01001110 613.1 1
-01001110 752.7 1
-01001110 517.0 1
-01001110 861.2 1
-01001110 640.5 1
-01001110 364.8 1
-01001110 546.4 1
-01001110 977.3 1
-01001110 476.2 1
-01001110 432.3 1
-01001110 679.7 1
-01001110 768.8 1
-01001110 478.7 1
-01001110 907.3 1
-01001110 596.2 1
-01001110 698.9 1
-01001110 694.6 1
-01001110 451.5 1
-01001110 523.2 1
-01001110 514.1 1
-01001110 743.8 1
-01001110 65.72 1
-01001110 374.0 1
-01001110 437.4 1
-01001110 394.2 1
-01001110 30,000-a-month 1
-01001110 922.1 1
-01001110 813.8 1
-01001110 622.8 1
-01001110 858.9 1
-01001110 512.6 1
-01001110 373.8 1
-01001110 763.3 1
-01001110 216.0 1
-01001110 390.2 1
-01001110 918.9 1
-01001110 819.8 1
-01001110 674.3 1
-01001110 985.6 1
-01001110 872.4 1
-01001110 941.3 1
-01001110 631.1 1
-01001110 851.7 1
-01001110 287.3 1
-01001110 466.2 1
-01001110 982.1 1
-01001110 620.1 1
-01001110 853.5 1
-01001110 628.1 1
-01001110 853.1 1
-01001110 981.1 1
-01001110 380.5 1
-01001110 5,108,169 1
-01001110 493.6 1
-01001110 557.5 1
-01001110 388.3 1
-01001110 936.7 1
-01001110 780.4 1
-01001110 720,435 1
-01001110 551.5 1
-01001110 501.4 1
-01001110 668.7 1
-01001110 515.7 1
-01001110 578.6 1
-01001110 880.9 1
-01001110 520.1 1
-01001110 350.1 1
-01001110 612.1 1
-01001110 945.2 1
-01001110 372.1 1
-01001110 985.5 1
-01001110 597.8 1
-01001110 513.5 1
-01001110 346.1 1
-01001110 590.1 1
-01001110 564.7 1
-01001110 725.3 1
-01001110 421.7 1
-01001110 919.3 1
-01001110 518.9 1
-01001110 642.8 1
-01001110 730.3 1
-01001110 421.9 1
-01001110 249.1 1
-01001110 670.7 1
-01001110 334.8 1
-01001110 783.5 1
-01001110 505.8 1
-01001110 721.1 1
-01001110 384.4 1
-01001110 621.8 1
-01001110 584.7 1
-01001110 437.9 1
-01001110 881.7 1
-01001110 336.9 1
-01001110 856.3 1
-01001110 714.5 1
-01001110 669.1 1
-01001110 826.3 1
-01001110 792.3 1
-01001110 641.4 1
-01001110 863.1 1
-01001110 589.4 1
-01001110 851.1 1
-01001110 810.6 1
-01001110 744.86 1
-01001110 683.1 1
-01001110 839.6 1
-01001110 372.8 1
-01001110 626.3 1
-01001110 555.6 1
-01001110 835.8 1
-01001110 487.2 1
-01001110 393.3 1
-01001110 600.9 1
-01001110 446.4 1
-01001110 746.8 1
-01001110 546.1 1
-01001110 835.4 1
-01001110 781.5 1
-01001110 147.0 1
-01001110 537.7 1
-01001110 578.2 1
-01001110 694.1 1
-01001110 414.9 1
-01001110 580.7 1
-01001110 960.1 1
-01001110 283.5 1
-01001110 905.7 1
-01001110 486.6 1
-01001110 769.3 1
-01001110 484.9 1
-01001110 935.5 1
-01001110 923.9 1
-01001110 815.8 1
-01001110 645.4 1
-01001110 469.9 1
-01001110 969.5 1
-01001110 1.119 1
-01001110 1.346 1
-01001110 735.9 1
-01001110 779.2 1
-01001110 514.6 1
-01001110 548.5 1
-01001110 576.9 1
-01001110 775.3 1
-01001110 200-a-day 1
-01001110 323.4 1
-01001110 48.476 1
-01001110 432.4 1
-01001110 919.7 1
-01001110 347.6 1
-01001110 670.9 1
-01001110 900.8 1
-01001110 636.8 1
-01001110 751.7 1
-01001110 over-one 1
-01001110 913.3 1
-01001110 856.5 1
-01001110 688.7 1
-01001110 270.4 1
-01001110 431.4 1
-01001110 934.3 1
-01001110 800.9 1
-01001110 689.7 1
-01001110 631.7 1
-01001110 425.3 1
-01001110 774.5 1
-01001110 706.1 1
-01001110 814.4 1
-01001110 618.2 1
-01001110 410.1 1
-01001110 636.9 1
-01001110 805.1 1
-01001110 834.5 1
-01001110 866.9 1
-01001110 314.6 1
-01001110 94.91 1
-01001110 626.1 1
-01001110 611.7 1
-01001110 554.5 1
-01001110 710.4 1
-01001110 458.2 1
-01001110 794.9 1
-01001110 772.9 1
-01001110 293.1 1
-01001110 503.8 1
-01001110 291.9 1
-01001110 902.2 1
-01001110 337.316 1
-01001110 864.8 1
-01001110 611.9 1
-01001110 604.9 1
-01001110 856.4 1
-01001110 49.52 1
-01001110 297.1 1
-01001110 347.3 1
-01001110 590.5 1
-01001110 846.6 1
-01001110 762.4 1
-01001110 372.4 1
-01001110 660.9 1
-01001110 906.4 1
-01001110 909.7 1
-01001110 497.8 1
-01001110 719.9 1
-01001110 486.2 1
-01001110 419.7 1
-01001110 446.6 1
-01001110 sub-100 1
-01001110 429.4 1
-01001110 499.1 1
-01001110 634.9 1
-01001110 809.8 1
-01001110 808.2 1
-01001110 992.1 1
-01001110 929.2 1
-01001110 919.8 1
-01001110 908.4 1
-01001110 646.1 1
-01001110 588.2 1
-01001110 640.8 1
-01001110 936.8 1
-01001110 443.3 1
-01001110 735.1 1
-01001110 833.8 1
-01001110 824.4 1
-01001110 629.7 1
-01001110 897.4 1
-01001110 286.4 1
-01001110 736.5 1
-01001110 476.7 1
-01001110 353.1 1
-01001110 729.5 1
-01001110 468.6 1
-01001110 379.5 1
-01001110 851.8 1
-01001110 625.3 1
-01001110 360.1 1
-01001110 768.9 1
-01001110 496.1 1
-01001110 986.4 1
-01001110 933.6 1
-01001110 539.1 1
-01001110 459.1 1
-01001110 598.8 1
-01001110 457.2 1
-01001110 856.6 1
-01001110 583.8 1
-01001110 458.9 1
-01001110 772.4 1
-01001110 631.3 1
-01001110 714.1 1
-01001110 812.9 1
-01001110 649.1 1
-01001110 788.6 1
-01001110 695.4 1
-01001110 445.6 1
-01001110 38.70 1
-01001110 785.5 1
-01001110 705.7 1
-01001110 347.9 1
-01001110 366.6 1
-01001110 643.4 1
-01001110 321.1 1
-01001110 569.7 1
-01001110 653.3 1
-01001110 849.6 1
-01001110 407.2 1
-01001110 368.8 1
-01001110 829.6 1
-01001110 617.3 1
-01001110 599.7 1
-01001110 486.4 1
-01001110 110.61 1
-01001110 807.4 1
-01001110 565.4 1
-01001110 441.7 1
-01001110 541.3 1
-01001110 535.1 1
-01001110 25.02 1
-01001110 861.6 1
-01001110 911.9 1
-01001110 486.9 1
-01001110 A112 1
-01001110 863.7 1
-01001110 967.6 1
-01001110 527.6 1
-01001110 3,476,797 1
-01001110 166.28 1
-01001110 897.5 1
-01001110 362.2 1
-01001110 850.9 1
-01001110 45,720,000 1
-01001110 952.9 1
-01001110 642.9 1
-01001110 497.3 1
-01001110 213.7 1
-01001110 760.3 1
-01001110 333.1 1
-01001110 837.8 1
-01001110 907.1 1
-01001110 901.3 1
-01001110 562.4 1
-01001110 544.9 1
-01001110 995.8 1
-01001110 844.4 1
-01001110 302.6 1
-01001110 691.3 1
-01001110 934.9 1
-01001110 594.1 1
-01001110 48.0 1
-01001110 880.7 1
-01001110 669.8 1
-01001110 652.3 1
-01001110 467.9 1
-01001110 665.1 1
-01001110 770.7 1
-01001110 15,320 1
-01001110 601.4 1
-01001110 464.1 1
-01001110 30-to-35 1
-01001110 1,168,000 1
-01001110 867.3 1
-01001110 168.75 1
-01001110 645.7 1
-01001110 71.28 1
-01001110 61.51 1
-01001110 770.1 1
-01001110 166.0 1
-01001110 620.8 1
-01001110 514.0 1
-01001110 751.3 1
-01001110 338.9 1
-01001110 490.1 1
-01001110 952.6 1
-01001110 638.8 1
-01001110 689.9 1
-01001110 792.8 1
-01001110 614.6 1
-01001110 743.6 1
-01001110 646.5 1
-01001110 462.1 1
-01001110 727.9 1
-01001110 440.4 1
-01001110 701.1 1
-01001110 950.6 1
-01001110 795.1 1
-01001110 490.9 1
-01001110 363.3 1
-01001110 657.4 1
-01001110 250.6 1
-01001110 672.9 1
-01001110 548.6 1
-01001110 460.7 1
-01001110 885.1 1
-01001110 421.2 1
-01001110 192.68 1
-01001110 939.4 1
-01001110 970.4 1
-01001110 804.6 1
-01001110 370.4 1
-01001110 541.7 1
-01001110 661.1 1
-01001110 517.7 1
-01001110 887.2 1
-01001110 584.5 1
-01001110 777.7 1
-01001110 863.4 1
-01001110 666.2 1
-01001110 733.9 1
-01001110 767.4 1
-01001110 940.5 1
-01001110 586.3 1
-01001110 642.5 1
-01001110 348.2 1
-01001110 351.7 1
-01001110 2.275 1
-01001110 481.6 1
-01001110 708.4 1
-01001110 322.4 1
-01001110 270.1 1
-01001110 977.2 1
-01001110 629.2 1
-01001110 830.4 1
-01001110 849.2 1
-01001110 579.3 1
-01001110 55.07 1
-01001110 587.7 1
-01001110 861.1 1
-01001110 563.5 1
-01001110 472.7 1
-01001110 485.6 1
-01001110 411.4 1
-01001110 311.1 1
-01001110 314.87 1
-01001110 480.8 1
-01001110 855.5 1
-01001110 500.9 1
-01001110 423.7 1
-01001110 503.6 1
-01001110 387.9 1
-01001110 850.1 1
-01001110 823.4 1
-01001110 729.7 1
-01001110 696.3 1
-01001110 911.3 1
-01001110 461.4 1
-01001110 655.1 1
-01001110 821.6 1
-01001110 849.9 1
-01001110 430.4 1
-01001110 967.7 1
-01001110 691.8 1
-01001110 438.7 1
-01001110 631.4 1
-01001110 597.7 1
-01001110 803.4 1
-01001110 598.3 1
-01001110 855.7 1
-01001110 686.5 1
-01001110 100.44 1
-01001110 864.4 1
-01001110 426.7 1
-01001110 884.3 1
-01001110 769.7 1
-01001110 592.2 1
-01001110 409.4 1
-01001110 578.9 1
-01001110 980.6 1
-01001110 521.4 1
-01001110 431.7 1
-01001110 950.7 1
-01001110 874.3 1
-01001110 972.2 1
-01001110 522.3 1
-01001110 729.1 1
-01001110 884.2 1
-01001110 790.2 1
-01001110 350.3 1
-01001110 729.9 1
-01001110 402.9 1
-01001110 850.6 1
-01001110 797.1 1
-01001110 866.3 1
-01001110 883.7 1
-01001110 900.9 1
-01001110 904.4 1
-01001110 879.9 1
-01001110 995.7 1
-01001110 10-billion 1
-01001110 412.6 1
-01001110 453.3 1
-01001110 942.2 1
-01001110 893.9 1
-01001110 719.4 1
-01001110 665.6 1
-01001110 846.2 1
-01001110 478.9 1
-01001110 421.6 1
-01001110 919.1 1
-01001110 773.5 1
-01001110 1,153,700 1
-01001110 552.7 1
-01001110 245.9 1
-01001110 468.4 1
-01001110 763.8 1
-01001110 635.3 1
-01001110 14.175 1
-01001110 423.4 1
-01001110 433.7 1
-01001110 292.2 1
-01001110 959.8 1
-01001110 501.3 1
-01001110 412.9 1
-01001110 841.5 1
-01001110 291.2 1
-01001110 351.2 1
-01001110 254.8 1
-01001110 623.7 1
-01001110 527.0 1
-01001110 833.6 1
-01001110 840.6 1
-01001110 961.3 1
-01001110 781.7 1
-01001110 356.5 1
-01001110 693.8 1
-01001110 635.8 1
-01001110 386.2 1
-01001110 312.4 1
-01001110 334.3 1
-01001110 296.4 1
-01001110 474.9 1
-01001110 752.9 1
-01001110 540.3 1
-01001110 576.6 1
-01001110 751.2 1
-01001110 877.4 1
-01001110 593.7 1
-01001110 693.5 1
-01001110 899.9 1
-01001110 471.8 1
-01001110 977.8 1
-01001110 923.8 1
-01001110 196.9 1
-01001110 9,530 1
-01001110 889.4 1
-01001110 999.6 1
-01001110 886.3 1
-01001110 807.7 1
-01001110 735.6 1
-01001110 864.7 1
-01001110 652.7 1
-01001110 545.73 1
-01001110 590.8 1
-01001110 533.6 1
-01001110 833.9 1
-01001110 548.9 1
-01001110 678.3 1
-01001110 574.9 1
-01001110 628.4 1
-01001110 882.8 1
-01001110 591.4 1
-01001110 578.4 1
-01001110 747.2 1
-01001110 306.03 1
-01001110 441.1 1
-01001110 675.8 1
-01001110 593.2 1
-01001110 568.0 1
-01001110 873.7 1
-01001110 591.9 1
-01001110 637.7 1
-01001110 978.2 1
-01001110 627.2 1
-01001110 870.3 1
-01001110 346.3 1
-01001110 993.1 1
-01001110 672.99 1
-01001110 890.0 1
-01001110 400.8 1
-01001110 702.8 1
-01001110 556.2 1
-01001110 951.3 1
-01001110 915.3 1
-01001110 410.4 1
-01001110 688.3 1
-01001110 740.1 1
-01001110 378.1 1
-01001110 814.1 1
-01001110 846.9 1
-01001110 485.4 1
-01001110 987.2 1
-01001110 991.2 1
-01001110 883.3 1
-01001110 621.7 1
-01001110 991.6 1
-01001110 646.9 1
-01001110 742.9 1
-01001110 378.6 1
-01001110 899.2 1
-01001110 310.5 1
-01001110 893.4 1
-01001110 831.6 1
-01001110 819.7 1
-01001110 483.6 1
-01001110 700.6 1
-01001110 653.1 1
-01001110 418.2 1
-01001110 868.3 1
-01001110 239.0 1
-01001110 830.7 1
-01001110 848.8 1
-01001110 701.6 1
-01001110 284.1 1
-01001110 360.3 1
-01001110 315.7 1
-01001110 57,930,000 1
-01001110 809.3 1
-01001110 420.3 1
-01001110 493.4 1
-01001110 852.4 1
-01001110 209.8 1
-01001110 617.8 1
-01001110 509.2 1
-01001110 606.1 1
-01001110 523.7 1
-01001110 895.1 1
-01001110 606.8 1
-01001110 493.3 1
-01001110 485.1 1
-01001110 850.3 1
-01001110 981.5 1
-01001110 690.4 1
-01001110 759.4 1
-01001110 707.8 1
-01001110 DM100 1
-01001110 857.5 1
-01001110 499.5 1
-01001110 683.6 1
-01001110 US8.9 1
-01001110 838.8 1
-01001110 US72.3 1
-01001110 990.4 1
-01001110 231.7 1
-01001110 346.0 1
-01001110 525.9 1
-01001110 814.5 1
-01001110 910.2 1
-01001110 850.2 1
-01001110 US45.9 1
-01001110 959.0 1
-01001110 528.7 1
-01001110 944.8 1
-01001110 849.4 1
-01001110 747.8 1
-01001110 577.3 1
-01001110 356.7 1
-01001110 548.8 1
-01001110 765.5 1
-01001110 67.94 1
-01001110 1,158,484 1
-01001110 816.7 1
-01001110 455.9 1
-01001110 476.8 1
-01001110 953.5 1
-01001110 897.3 1
-01001110 890.4 1
-01001110 914.3 1
-01001110 529.3 1
-01001110 2.241 1
-01001110 967.5 1
-01001110 319.1 1
-01001110 624.7 1
-01001110 414.3 1
-01001110 191.05 1
-01001110 475.8 1
-01001110 870.4 1
-01001110 767.48 1
-01001110 552.8 1
-01001110 281.73 1
-01001110 666.66 1
-01001110 788.9 1
-01001110 495.6 1
-01001110 768.2 1
-01001110 716.5 1
-01001110 439.7 1
-01001110 301.8 1
-01001110 659.3 1
-01001110 979.1 1
-01001110 373.4 1
-01001110 648.3 1
-01001110 475.1 1
-01001110 464.3 1
-01001110 417.3 1
-01001110 675.6 1
-01001110 51,100,000 1
-01001110 1,195,495,000 1
-01001110 906.7 1
-01001110 544.7 1
-01001110 511.6 1
-01001110 22,217,400,000 1
-01001110 1,209,650,000 1
-01001110 22,152,415,000 1
-01001110 6,601,075,000 1
-01001110 979.7 1
-01001110 88.37 1
-01001110 571.6 1
-01001110 997.4 1
-01001110 714.8 1
-01001110 757.4 1
-01001110 6,403,205,000 1
-01001110 792.1 1
-01001110 542.6. 1
-01001110 607.4 1
-01001110 646.8 1
-01001110 644.4 1
-01001110 857.4 1
-01001110 217.8 1
-01001110 791.1 1
-01001110 393.9 1
-01001110 8,140,000 1
-01001110 440.9 1
-01001110 558.5 1
-01001110 740.9 1
-01001110 414.4 1
-01001110 711.2 1
-01001110 760.6 1
-01001110 425.6 1
-01001110 662.8 1
-01001110 997.3 1
-01001110 975.8 1
-01001110 699.6 1
-01001110 370.7 1
-01001110 162.44 1
-01001110 908.7 1
-01001110 851.3 1
-01001110 887.7 1
-01001110 619.7 1
-01001110 820.3 1
-01001110 599.5 1
-01001110 756.6 1
-01001110 401.4 1
-01001110 63.0 1
-01001110 853.7 1
-01001110 308.4 1
-01001110 828.1 1
-01001110 500,000-to-1 1
-01001110 862.8 1
-01001110 635.2 1
-01001110 588.56 1
-01001110 996.3 1
-01001110 698.1 1
-01001110 677.1 1
-01001110 831.1 1
-01001110 677.7 1
-01001110 573.1 1
-01001110 622.9 1
-01001110 410.9 1
-01001110 863.6 1
-01001110 392.8 1
-01001110 789.2 1
-01001110 418.1 1
-01001110 415.5 1
-01001110 804.4 1
-01001110 523.1 1
-01001110 975.7 1
-01001110 382.0 1
-01001110 952.1 1
-01001110 497.1 1
-01001110 752.5 1
-01001110 546.9 1
-01001110 438.9 1
-01001110 533.5 1
-01001110 898.6 1
-01001110 7,208,935,000 1
-01001110 1,151,040,000 1
-01001110 24,020,385,000 1
-01001110 834.2 1
-01001110 818.6 1
-01001110 517.43 1
-01001110 555.2 1
-01001110 463.2 1
-01001110 715.1 1
-01001110 386.4 1
-01001110 913.5 1
-01001110 960.9 1
-01001110 482.9 1
-01001110 498.0 1
-01001110 489.9 1
-01001110 750.8 1
-01001110 659.2 1
-01001110 574.2 1
-01001110 632.4 1
-01001110 326.2 1
-01001110 676.4 1
-01001110 546.3 1
-01001110 492.2 1
-01001110 843.8 1
-01001110 892.2 1
-01001110 314.8 1
-01001110 695.1 1
-01001110 974.1 1
-01001110 580.2 1
-01001110 777.9 1
-01001110 603.6 1
-01001110 124.59 1
-01001110 932.5 1
-01001110 56.61 1
-01001110 96.76 1
-01001110 358.2 1
-01001110 469.2 1
-01001110 993.5 1
-01001110 324.59 1
-01001110 778.8 1
-01001110 861.7 1
-01001110 434.2 1
-01001110 84.23 1
-01001110 806.4 1
-01001110 250.8 1
-01001110 521.5 1
-01001110 593.4 1
-01001110 864.6 1
-01001110 292.1 1
-01001110 718.4 1
-01001110 468.7 1
-01001110 816.6 1
-01001110 294.8 1
-01001110 521.9 1
-01001110 771.5 1
-01001110 557.9 1
-01001110 237.2 1
-01001110 455.7 1
-01001110 628.3 1
-01001110 466.4 1
-01001110 745.4 1
-01001110 607.8 1
-01001110 156.87 1
-01001110 726.4 1
-01001110 807.9 1
-01001110 834.8 1
-01001110 878.6 1
-01001110 415.1 1
-01001110 572.5 1
-01001110 598.1 1
-01001110 860.4 1
-01001110 726.7 1
-01001110 686.7 1
-01001110 906.3 1
-01001110 843.6 1
-01001110 757.5 1
-01001110 11.578 1
-01001110 12.145 1
-01001110 774.3 1
-01001110 607.6 2
-01001110 491.4 2
-01001110 444.8 2
-01001110 730.6 2
-01001110 674.4 2
-01001110 375.7 2
-01001110 631.5 2
-01001110 546.8 2
-01001110 669.7 2
-01001110 270.3 2
-01001110 599.1 2
-01001110 548.4 2
-01001110 728.3 2
-01001110 370.3 2
-01001110 831.8 2
-01001110 616.5 2
-01001110 834.4 2
-01001110 966.6 2
-01001110 706.8 2
-01001110 323.8 2
-01001110 867.9 2
-01001110 957.9 2
-01001110 754.1 2
-01001110 631.2 2
-01001110 654.5 2
-01001110 931.8 2
-01001110 957.5 2
-01001110 321.3 2
-01001110 961.1 2
-01001110 895.75 2
-01001110 311.8 2
-01001110 720.2 2
-01001110 186.8 2
-01001110 516.3 2
-01001110 766.1 2
-01001110 461.8 2
-01001110 422.7 2
-01001110 740.6 2
-01001110 442.8 2
-01001110 444.1 2
-01001110 804.9 2
-01001110 813.2 2
-01001110 47.53 2
-01001110 751.4 2
-01001110 875.1 2
-01001110 956.2 2
-01001110 628.9 2
-01001110 364.9 2
-01001110 826.5 2
-01001110 304.3 2
-01001110 316.6 2
-01001110 550.7 2
-01001110 671.4 2
-01001110 479.7 2
-01001110 803.7 2
-01001110 379.8 2
-01001110 684.4 2
-01001110 565.7 2
-01001110 442.7 2
-01001110 899.8 2
-01001110 615.8 2
-01001110 404.5 2
-01001110 778.7 2
-01001110 623.9 2
-01001110 530.6 2
-01001110 742.2 2
-01001110 809.6 2
-01001110 438.3 2
-01001110 610.2 2
-01001110 666.6 2
-01001110 352.3 2
-01001110 16.04 2
-01001110 889.2 2
-01001110 424.1 2
-01001110 531.2 2
-01001110 376.3 2
-01001110 679.3 2
-01001110 472.1 2
-01001110 133.9 2
-01001110 197.22 2
-01001110 600.4 2
-01001110 390.9 2
-01001110 248.2 2
-01001110 496.4 2
-01001110 452.1 2
-01001110 360.4 2
-01001110 443.8 2
-01001110 487.7 2
-01001110 450.7 2
-01001110 676.5 2
-01001110 353.7 2
-01001110 330.4 2
-01001110 720.5 2
-01001110 382.2 2
-01001110 492.8 2
-01001110 452.9 2
-01001110 428.2 2
-01001110 290.8 2
-01001110 615.5 2
-01001110 934.5 2
-01001110 492.6 2
-01001110 318.7 2
-01001110 675.2 2
-01001110 748.6 2
-01001110 493.2 2
-01001110 206.4 2
-01001110 612.3 2
-01001110 44.46 2
-01001110 457.3 2
-01001110 839.9 2
-01001110 913.9 2
-01001110 676.7 2
-01001110 839.3 2
-01001110 994.6 2
-01001110 966.3 2
-01001110 470.6 2
-01001110 63,365,000 2
-01001110 533.9 2
-01001110 339.9 2
-01001110 697.5 2
-01001110 397.8 2
-01001110 680.7 2
-01001110 359.8 2
-01001110 852.6 2
-01001110 595.8 2
-01001110 568.6 2
-01001110 754.9 2
-01001110 334.2 2
-01001110 343.6 2
-01001110 288.9 2
-01001110 778.5 2
-01001110 518.7 2
-01001110 630.1 2
-01001110 855.9 2
-01001110 221.5 2
-01001110 639.6 2
-01001110 565.3 2
-01001110 741.7 2
-01001110 650.8 2
-01001110 988.9 2
-01001110 970.7 2
-01001110 812.6 2
-01001110 489.7 2
-01001110 369.1 2
-01001110 765.7 2
-01001110 590.7 2
-01001110 503.2 2
-01001110 454.2 2
-01001110 395.1 2
-01001110 445.2 2
-01001110 401.8 2
-01001110 398.9 2
-01001110 589.7 2
-01001110 534.4 2
-01001110 729.3 2
-01001110 650.7 2
-01001110 387.3 2
-01001110 478.5 2
-01001110 919.2 2
-01001110 655.9 2
-01001110 924.4 2
-01001110 93,900 2
-01001110 833.5 2
-01001110 516.7 2
-01001110 713.9 2
-01001110 202.7 2
-01001110 1.216 2
-01001110 445.3 2
-01001110 978.8 2
-01001110 673.4 2
-01001110 613.7 2
-01001110 636.2 2
-01001110 905.2 2
-01001110 285.1 2
-01001110 490.8 2
-01001110 885.5 2
-01001110 933.1 2
-01001110 629.3 2
-01001110 559.5 2
-01001110 737.9 2
-01001110 470.2 2
-01001110 381.5 2
-01001110 389.2 2
-01001110 207.6 2
-01001110 465.5 2
-01001110 527.3 2
-01001110 506.2 2
-01001110 866.7 2
-01001110 466.1 2
-01001110 551.3 2
-01001110 536.6 2
-01001110 304.4 2
-01001110 412.2 2
-01001110 474.1 2
-01001110 650.5 2
-01001110 787.3 2
-01001110 694.8 2
-01001110 478.4 2
-01001110 874.8 2
-01001110 700.8 2
-01001110 843.1 2
-01001110 247.8 2
-01001110 872.1 2
-01001110 976.4 2
-01001110 223.9 2
-01001110 560.8 2
-01001110 498.7 2
-01001110 585.6 2
-01001110 285.7 2
-01001110 813.5 2
-01001110 639.7 2
-01001110 482.8 2
-01001110 638.9 2
-01001110 972.5 2
-01001110 367.6 2
-01001110 799.7 2
-01001110 958.5 2
-01001110 552.1 2
-01001110 468.9 2
-01001110 395.3 2
-01001110 734.2 2
-01001110 263.8 2
-01001110 755.5 2
-01001110 378.5 2
-01001110 332.1 2
-01001110 32.76 2
-01001110 998.8 2
-01001110 832.1 2
-01001110 588.6 2
-01001110 404.7 2
-01001110 939.5 2
-01001110 764.6 2
-01001110 634.8 2
-01001110 601.5 2
-01001110 796.9 2
-01001110 451.3 2
-01001110 963.6 2
-01001110 485.8 2
-01001110 516.4 2
-01001110 971.8 2
-01001110 790.9 2
-01001110 592.6 2
-01001110 513.1 2
-01001110 963.1 2
-01001110 283.7 2
-01001110 296.6 2
-01001110 825.2 2
-01001110 251.1 2
-01001110 795.8 2
-01001110 807.5 2
-01001110 531.1 2
-01001110 600.1 2
-01001110 894.5 2
-01001110 648.1 2
-01001110 321.8 2
-01001110 753.8 2
-01001110 571.9 2
-01001110 271.2 2
-01001110 552.9 2
-01001110 570.9 2
-01001110 956.7 2
-01001110 519.9 2
-01001110 324.9 2
-01001110 245.2 2
-01001110 812.5 2
-01001110 662.6 2
-01001110 109.68 2
-01001110 774.7 2
-01001110 376.7 2
-01001110 583.3 2
-01001110 752.2 2
-01001110 357.6 2
-01001110 349.8 2
-01001110 651.1 2
-01001110 905.9 2
-01001110 208.3 2
-01001110 644.9 2
-01001110 673.2 2
-01001110 675.4 2
-01001110 562.3 2
-01001110 514.2 2
-01001110 251.8 2
-01001110 463.9 2
-01001110 884.7 2
-01001110 624.9 2
-01001110 993.3 2
-01001110 777.2 2
-01001110 927.7 2
-01001110 802.7 2
-01001110 628.8 2
-01001110 466.9 2
-01001110 563.1 2
-01001110 315.9 2
-01001110 345.2 2
-01001110 336.6 2
-01001110 730.4 2
-01001110 193.6 2
-01001110 780.8 2
-01001110 761.5 2
-01001110 797.3 2
-01001110 699.4 2
-01001110 896.3 2
-01001110 482.2 2
-01001110 736.9 2
-01001110 566.6 2
-01001110 525.7 2
-01001110 190.3 2
-01001110 697.8 2
-01001110 585.5 2
-01001110 398.3 2
-01001110 912.9 2
-01001110 417.7 2
-01001110 552.3 2
-01001110 455.2 2
-01001110 358.6 2
-01001110 297.2 2
-01001110 280.7 2
-01001110 516.1 2
-01001110 617.6 2
-01001110 992.8 2
-01001110 347.4 2
-01001110 848.2 2
-01001110 918.8 2
-01001110 507.7 2
-01001110 439.3 2
-01001110 108.96 2
-01001110 591.6 2
-01001110 364.6 2
-01001110 885.2 2
-01001110 943.7 2
-01001110 632.1 2
-01001110 863.9 2
-01001110 674.6 2
-01001110 806.3 2
-01001110 877.1 2
-01001110 754.3 2
-01001110 273.2 2
-01001110 776.3 2
-01001110 467.7 2
-01001110 811.6 2
-01001110 501.7 2
-01001110 461.2 2
-01001110 856.9 2
-01001110 637.8 2
-01001110 373.6 2
-01001110 467.3 2
-01001110 552.5 2
-01001110 313.4 2
-01001110 344.9 2
-01001110 708.3 2
-01001110 944.5 2
-01001110 128.08 2
-01001110 462.3 2
-01001110 435.3 2
-01001110 726.9 2
-01001110 983.2 2
-01001110 510.1 2
-01001110 364.1 2
-01001110 684.3 2
-01001110 181.3 2
-01001110 229.4 2
-01001110 710.1 2
-01001110 567.6 2
-01001110 359.3 2
-01001110 300.9 2
-01001110 503.9 2
-01001110 295.4 2
-01001110 483.1 2
-01001110 294.4 2
-01001110 371.9 2
-01001110 553.3 2
-01001110 315.3 2
-01001110 871.5 2
-01001110 297.9 2
-01001110 975.4 2
-01001110 983.6 2
-01001110 628.6 2
-01001110 974.5 2
-01001110 670.3 2
-01001110 647.2 2
-01001110 885.8 2
-01001110 366.2 2
-01001110 642.3 2
-01001110 664.2 2
-01001110 837.3 2
-01001110 999.5 2
-01001110 614.9 2
-01001110 619.8 2
-01001110 723.2 2
-01001110 561.2 2
-01001110 344.8 2
-01001110 790.1 2
-01001110 744.6 2
-01001110 435.2 2
-01001110 903.1 2
-01001110 355.1 2
-01001110 692.6 2
-01001110 374.5 2
-01001110 888.9 2
-01001110 703.2 2
-01001110 819.9 2
-01001110 519.3 2
-01001110 274.4 2
-01001110 557.4 2
-01001110 77.29 2
-01001110 904.6 2
-01001110 282.5 2
-01001110 917.5 2
-01001110 681.2 2
-01001110 964.1 2
-01001110 942.6 2
-01001110 782.3 2
-01001110 463.6 2
-01001110 552.4 2
-01001110 925.4 2
-01001110 257.3 2
-01001110 451.2 2
-01001110 344.4 2
-01001110 973.6 2
-01001110 385.7 2
-01001110 663.7 2
-01001110 912.3 2
-01001110 959.2 2
-01001110 914.6 2
-01001110 627.1 2
-01001110 238.8 2
-01001110 4.133 2
-01001110 465.8 2
-01001110 422.1 2
-01001110 535.3 2
-01001110 612.5 2
-01001110 444.6 2
-01001110 405.2 2
-01001110 832.6 2
-01001110 494.5 2
-01001110 963.2 2
-01001110 400.3 2
-01001110 650.6 2
-01001110 722.4 2
-01001110 521.6 2
-01001110 500.5 2
-01001110 461.5 2
-01001110 392.1 2
-01001110 641.3 2
-01001110 684.5 2
-01001110 784.3 2
-01001110 240.9 2
-01001110 385.2 2
-01001110 201.9 2
-01001110 706.7 2
-01001110 385.9 2
-01001110 724.3 2
-01001110 551.7 2
-01001110 289.2 2
-01001110 465.6 2
-01001110 937.5 2
-01001110 762.3 2
-01001110 739.4 2
-01001110 984.2 2
-01001110 582.6 2
-01001110 902.5 2
-01001110 806.2 2
-01001110 549.2 2
-01001110 530.3 2
-01001110 472.4 2
-01001110 506.1 2
-01001110 541.6 2
-01001110 538.8 2
-01001110 865.1 2
-01001110 638.7 2
-01001110 818.7 2
-01001110 734.5 2
-01001110 643.5 2
-01001110 909.4 2
-01001110 995.1 2
-01001110 588.8 2
-01001110 70.05 2
-01001110 732.6 2
-01001110 593.1 2
-01001110 460.4 2
-01001110 74.18 2
-01001110 924.6 2
-01001110 446.7 2
-01001110 580.8 2
-01001110 704.8 2
-01001110 436.1 2
-01001110 655.3 2
-01001110 450.9 2
-01001110 744.2 2
-01001110 931.3 2
-01001110 221.8 2
-01001110 560.1 2
-01001110 374.8 2
-01001110 627.6 2
-01001110 665.4 2
-01001110 497.9 2
-01001110 904.9 2
-01001110 622.2 2
-01001110 678.1 2
-01001110 507.8 2
-01001110 164.6 2
-01001110 732.3 2
-01001110 373.2 2
-01001110 540.6 2
-01001110 345.3 2
-01001110 272.4 2
-01001110 388.1 2
-01001110 697.1 2
-01001110 438.1 2
-01001110 415.9 2
-01001110 510.2 2
-01001110 605.4 2
-01001110 671.2 2
-01001110 857.8 2
-01001110 416.8 2
-01001110 459.4 2
-01001110 995.6 2
-01001110 703.3 2
-01001110 560.7 2
-01001110 515.2 2
-01001110 700.1 2
-01001110 440.3 2
-01001110 342.3 2
-01001110 470.1 2
-01001110 444.4 2
-01001110 832.2 2
-01001110 866.8 2
-01001110 829.4 2
-01001110 520.6 2
-01001110 791.9 2
-01001110 207.9 2
-01001110 623.3 2
-01001110 589.9 2
-01001110 439.5 2
-01001110 454.9 2
-01001110 377.1 2
-01001110 440.5 2
-01001110 354.1 2
-01001110 28.48 2
-01001110 425.8 2
-01001110 767.6 2
-01001110 737.5 2
-01001110 553.5 2
-01001110 711.5 2
-01001110 717.4 2
-01001110 401.7 2
-01001110 428.6 2
-01001110 958.1 2
-01001110 283.9 2
-01001110 680.8 2
-01001110 446.1 2
-01001110 176.1 2
-01001110 371.3 2
-01001110 469.4 2
-01001110 638.4 2
-01001110 297.5 2
-01001110 30.83 2
-01001110 973.3 2
-01001110 215.4 2
-01001110 324.3 2
-01001110 823.7 2
-01001110 984.7 2
-01001110 436.8 2
-01001110 484.8 2
-01001110 639.9 2
-01001110 893.1 2
-01001110 575.4 2
-01001110 692.5 2
-01001110 455.3 2
-01001110 750.2 2
-01001110 380.7 2
-01001110 308.3 2
-01001110 815.3 2
-01001110 107.6 2
-01001110 791.2 2
-01001110 428.1 2
-01001110 555.3 2
-01001110 598.7 2
-01001110 566.8 2
-01001110 582.9 2
-01001110 471.9 2
-01001110 333.9 2
-01001110 642.4 2
-01001110 692.2 2
-01001110 752.6 2
-01001110 387.2 2
-01001110 801.7 2
-01001110 794.2 2
-01001110 666.9 2
-01001110 269.6 2
-01001110 724.4 2
-01001110 348.1 2
-01001110 791.8 2
-01001110 520.3 2
-01001110 767.9 2
-01001110 388.8 2
-01001110 363.7 2
-01001110 423.3 2
-01001110 956.5 2
-01001110 469.6 2
-01001110 468.8 2
-01001110 807.2 2
-01001110 311.6 2
-01001110 439.9 2
-01001110 440.6 2
-01001110 527.5 2
-01001110 909.5 2
-01001110 345.5 2
-01001110 711.1 2
-01001110 745.9 2
-01001110 734.9 2
-01001110 378.9 2
-01001110 340.6 2
-01001110 539.4 2
-01001110 485.5 2
-01001110 280.9 2
-01001110 284.7 2
-01001110 591.5 2
-01001110 1056 2
-01001110 996.9 2
-01001110 962.6 2
-01001110 843.4 2
-01001110 796.5 2
-01001110 299.3 2
-01001110 391.2 2
-01001110 917.9 2
-01001110 392.6 2
-01001110 390.8 2
-01001110 563.8 2
-01001110 299.0 2
-01001110 735.5 2
-01001110 751.8 2
-01001110 597.3 2
-01001110 574.1 2
-01001110 479.2 2
-01001110 738.2 2
-01001110 915.6 2
-01001110 565.2 2
-01001110 413.9 2
-01001110 877.5 2
-01001110 227.9 2
-01001110 594.5 2
-01001110 366.3 2
-01001110 606.2 2
-01001110 877.8 2
-01001110 822.8 2
-01001110 772.7 2
-01001110 295.3 2
-01001110 445.7 2
-01001110 284.6 2
-01001110 509.6 2
-01001110 202.2 2
-01001110 351.8 2
-01001110 326.4 2
-01001110 393.7 2
-01001110 497.4 2
-01001110 915.7 2
-01001110 504.1 2
-01001110 489.2 2
-01001110 381.1 2
-01001110 694.3 2
-01001110 809.2 2
-01001110 442.3 2
-01001110 911.5 2
-01001110 26.96 2
-01001110 342.1 2
-01001110 785.6 2
-01001110 271.3 2
-01001110 667.1 2
-01001110 461.9 2
-01001110 364.4 2
-01001110 286.3 2
-01001110 643.6 2
-01001110 195.2 2
-01001110 562.8 2
-01001110 176.3 2
-01001110 752.8 2
-01001110 535.5 2
-01001110 485.3 2
-01001110 295.2 2
-01001110 572.4 2
-01001110 640.4 2
-01001110 937.3 2
-01001110 306.9 2
-01001110 620.2 2
-01001110 798.7 2
-01001110 219.7 2
-01001110 804.3 2
-01001110 47.67 2
-01001110 522.9 2
-01001110 235.9 2
-01001110 640.6 2
-01001110 477.2 2
-01001110 512.2 2
-01001110 302.2 2
-01001110 369.4 2
-01001110 609.7 2
-01001110 60.04 2
-01001110 478.6 2
-01001110 362.3 2
-01001110 636.7 2
-01001110 448.7 2
-01001110 1.778 2
-01001110 50.83 2
-01001110 677.2 2
-01001110 280.4 2
-01001110 415.7 2
-01001110 540.9 2
-01001110 483.3 2
-01001110 333.6 2
-01001110 590.6 2
-01001110 723.9 2
-01001110 434.9 2
-01001110 13.01 2
-01001110 474.4 2
-01001110 302.9 2
-01001110 33.83 2
-01001110 556.6 2
-01001110 371.6 2
-01001110 911.7 2
-01001110 320.8 2
-01001110 508.4 2
-01001110 349.5 2
-01001110 400.9 2
-01001110 491.8 2
-01001110 558.9 2
-01001110 612.6 2
-01001110 937.8 2
-01001110 523.4 2
-01001110 908.5 2
-01001110 418.3 2
-01001110 478.1 2
-01001110 274.6 2
-01001110 688.4 2
-01001110 434.1 2
-01001110 621.3 2
-01001110 335.8 2
-01001110 736.4 2
-01001110 379.4 2
-01001110 252.9 2
-01001110 550.8 2
-01001110 545.9 2
-01001110 344.3 2
-01001110 494.3 2
-01001110 331.2 2
-01001110 566.7 2
-01001110 343.5 2
-01001110 632.6 2
-01001110 651.5 2
-01001110 902.4 2
-01001110 409.7 2
-01001110 586.9 2
-01001110 369.5 2
-01001110 328.7 2
-01001110 502.1 2
-01001110 912.2 2
-01001110 986.3 2
-01001110 427.1 2
-01001110 59.56 2
-01001110 473.6 2
-01001110 464.4 2
-01001110 670.5 2
-01001110 522.5 2
-01001110 137.1 2
-01001110 247.4 2
-01001110 804.2 2
-01001110 224.1 2
-01001110 153.1 2
-01001110 253.2 2
-01001110 827.5 2
-01001110 727.8 2
-01001110 383.2 2
-01001110 797.8 2
-01001110 831.7 2
-01001110 251.6 2
-01001110 239.6 2
-01001110 485.9 2
-01001110 125.07 2
-01001110 543.5 2
-01001110 140.2 2
-01001110 384.3 2
-01001110 917.4 2
-01001110 594.3 2
-01001110 348.4 2
-01001110 831.5 2
-01001110 993.4 2
-01001110 546.5 2
-01001110 685.9 2
-01001110 960.8 2
-01001110 458.8 2
-01001110 457.1 2
-01001110 323.7 2
-01001110 341.2 2
-01001110 582.3 2
-01001110 529.1 2
-01001110 412.3 2
-01001110 463.3 2
-01001110 596.5 2
-01001110 384.6 2
-01001110 966.8 2
-01001110 525.3 2
-01001110 58.03 2
-01001110 969.7 2
-01001110 811.4 2
-01001110 889.7 2
-01001110 532.9 2
-01001110 491.1 2
-01001110 688.1 2
-01001110 990.6 2
-01001110 516.6 2
-01001110 230.6 2
-01001110 142.1 2
-01001110 604.7 2
-01001110 1,128 2
-01001110 570.7 2
-01001110 432.6 2
-01001110 641.7 2
-01001110 898.4 2
-01001110 261.8 2
-01001110 406.1 2
-01001110 511.1 2
-01001110 753.9 2
-01001110 216.1 2
-01001110 378.3 2
-01001110 290.3 2
-01001110 496.3 2
-01001110 928.4 2
-01001110 922.3 2
-01001110 453.7 2
-01001110 483.4 2
-01001110 531.5 2
-01001110 558.6 2
-01001110 692.9 2
-01001110 629.9 2
-01001110 412.1 2
-01001110 508.7 2
-01001110 507.4 2
-01001110 844.2 2
-01001110 832.3 2
-01001110 287.8 2
-01001110 714.4 2
-01001110 465.1 2
-01001110 272.3 2
-01001110 305.1 2
-01001110 263.4 2
-01001110 381.4 2
-01001110 323.1 2
-01001110 847.9 2
-01001110 926.9 2
-01001110 42.0 2
-01001110 749.2 2
-01001110 369.9 2
-01001110 682.5 2
-01001110 396.9 2
-01001110 779.8 2
-01001110 858.4 2
-01001110 106.48 2
-01001110 838.1 2
-01001110 869.7 2
-01001110 843.9 2
-01001110 498.2 2
-01001110 900.7 2
-01001110 685.5 2
-01001110 569.8 2
-01001110 657.9 2
-01001110 554.8 2
-01001110 606.4 2
-01001110 720.1 2
-01001110 786.3 2
-01001110 658.9 2
-01001110 75.76 2
-01001110 406.7 2
-01001110 409.6 2
-01001110 407.3 2
-01001110 701.3 2
-01001110 352.1 2
-01001110 508.1 2
-01001110 351.3 2
-01001110 318.1 2
-01001110 304.6 2
-01001110 430.1 2
-01001110 334.7 2
-01001110 595.9 2
-01001110 940.6 2
-01001110 994.5 2
-01001110 314.3 2
-01001110 553.4 2
-01001110 199.95 2
-01001110 634.3 2
-01001110 947.5 2
-01001110 491.5 2
-01001110 477.6 2
-01001110 892.6 2
-01001110 799.6 2
-01001110 981.7 2
-01001110 997.1 2
-01001110 878.7 2
-01001110 145.80 2
-01001110 203.4 2
-01001110 499.8 2
-01001110 494.9 2
-01001110 341.3 2
-01001110 210.8 2
-01001110 365.9 2
-01001110 293.8 2
-01001110 409.2 2
-01001110 340.3 2
-01001110 530.2 2
-01001110 786.1 2
-01001110 728.4 2
-01001110 382.8 2
-01001110 541.8 2
-01001110 996.5 2
-01001110 860.9 2
-01001110 341.6 2
-01001110 266.9 2
-01001110 535.6 2
-01001110 400.2 2
-01001110 357.8 2
-01001110 505.2 2
-01001110 589.8 2
-01001110 343.7 2
-01001110 23.83 2
-01001110 30.13 2
-01001110 609.8 2
-01001110 667.7 2
-01001110 73.98 2
-01001110 530.4 2
-01001110 352.8 2
-01001110 805.8 2
-01001110 294.3 2
-01001110 781.1 2
-01001110 536.2 2
-01001110 333.8 2
-01001110 320.9 2
-01001110 531.3 2
-01001110 774.1 2
-01001110 505.7 2
-01001110 224.9 2
-01001110 791.3 2
-01001110 421.1 2
-01001110 431.1 2
-01001110 373.1 2
-01001110 485.7 2
-01001110 470.5 2
-01001110 466.15 2
-01001110 353.9 2
-01001110 266.2 2
-01001110 910.8 2
-01001110 997.6 2
-01001110 702.6 2
-01001110 350.6 2
-01001110 497.7 2
-01001110 533.2 2
-01001110 402.2 2
-01001110 942.8 2
-01001110 484.2 2
-01001110 380.8 2
-01001110 161.0 2
-01001110 603.7 2
-01001110 664.5 2
-01001110 801.9 2
-01001110 605.1 2
-01001110 712.4 2
-01001110 461.1 2
-01001110 862.5 2
-01001110 852.9 2
-01001110 811.8 2
-01001110 504.6 2
-01001110 868.4 2
-01001110 437.2 2
-01001110 765.6 2
-01001110 356.1 2
-01001110 275.2 2
-01001110 713.2 2
-01001110 762.8 2
-01001110 930.8 2
-01001110 397.3 2
-01001110 398.6 2
-01001110 236.16 2
-01001110 351.6 2
-01001110 804.5 2
-01001110 690.5 2
-01001110 65.16 2
-01001110 913.2 2
-01001110 614.4 2
-01001110 903.6 2
-01001110 537.4 2
-01001110 952.2 2
-01001110 868.6 2
-01001110 265.1 2
-01001110 40.76 2
-01001110 403.1 2
-01001110 298.3 2
-01001110 449.6 2
-01001110 867.4 2
-01001110 575.1 2
-01001110 299.1 2
-01001110 849.1 2
-01001110 775.7 2
-01001110 383.1 2
-01001110 809.7 2
-01001110 554.2 2
-01001110 682.9 2
-01001110 767.2 2
-01001110 579.4 2
-01001110 997.2 2
-01001110 338.8 2
-01001110 274.8 2
-01001110 363.1 2
-01001110 470.9 2
-01001110 852.3 2
-01001110 417.2 2
-01001110 575.9 2
-01001110 598.6 2
-01001110 670.1 2
-01001110 881.5 2
-01001110 367.5 2
-01001110 386.6 2
-01001110 531.8 2
-01001110 636.6 2
-01001110 689.1 2
-01001110 433.3 2
-01001110 420.8 2
-01001110 346.9 2
-01001110 2.079 2
-01001110 570.4 2
-01001110 74.15 2
-01001110 366.8 2
-01001110 600.7 2
-01001110 588.9 2
-01001110 639.3 2
-01001110 648.4 2
-01001110 941.7 2
-01001110 582.4 2
-01001110 491.3 2
-01001110 436.6 2
-01001110 323.3 2
-01001110 412.7 2
-01001110 632.8 2
-01001110 460.3 2
-01001110 950.4 2
-01001110 879.3 2
-01001110 585.1 2
-01001110 :00 2
-01001110 567.2 2
-01001110 758.9 2
-01001110 506.6 2
-01001110 607.9 2
-01001110 368.3 2
-01001110 815.7 2
-01001110 1.758 2
-01001110 455.5 2
-01001110 209.2 2
-01001110 730.1 2
-01001110 731.5 2
-01001110 212.1 2
-01001110 751.6 2
-01001110 901.5 2
-01001110 963.7 2
-01001110 524.7 2
-01001110 559.6 2
-01001110 218.6 2
-01001110 984.9 2
-01001110 569.5 2
-01001110 405.3 2
-01001110 627.5 2
-01001110 748.9 2
-01001110 405.8 2
-01001110 492.9 2
-01001110 698.7 2
-01001110 673.5 2
-01001110 253.3 2
-01001110 948.5 2
-01001110 867.2 2
-01001110 484.5 2
-01001110 796.1 2
-01001110 386.5 2
-01001110 522.7 2
-01001110 819.4 2
-01001110 865.5 2
-01001110 458.5 2
-01001110 942.1 2
-01001110 806.6 2
-01001110 603.3 2
-01001110 419.6 2
-01001110 874.1 2
-01001110 523.6 2
-01001110 873.8 2
-01001110 747.3 2
-01001110 643.9 2
-01001110 875.7 2
-01001110 869.4 2
-01001110 517.3 2
-01001110 332.2 2
-01001110 592.8 2
-01001110 982.5 2
-01001110 660.6 2
-01001110 339.7 2
-01001110 696.4 2
-01001110 887.8 2
-01001110 516.8 2
-01001110 314.1 2
-01001110 630.3 2
-01001110 582.7 2
-01001110 273.4 2
-01001110 428.4 2
-01001110 922.5 2
-01001110 478.3 2
-01001110 589.6 2
-01001110 695.7 2
-01001110 702.5 2
-01001110 643.7 2
-01001110 596.8 2
-01001110 508.2 2
-01001110 465.2 2
-01001110 640.9 2
-01001110 748.3 2
-01001110 826.4 2
-01001110 667.2 2
-01001110 99.46 2
-01001110 332.7 2
-01001110 840.3 2
-01001110 383.7 2
-01001110 896.5 2
-01001110 539.6 2
-01001110 806.5 2
-01001110 876.8 2
-01001110 658.4 2
-01001110 462.5 2
-01001110 411.9 2
-01001110 426.1 2
-01001110 783.6 2
-01001110 367.4 2
-01001110 650.3 2
-01001110 740.4 2
-01001110 326.6 2
-01001110 204.4 2
-01001110 615.7 2
-01001110 992.9 2
-01001110 456.5 2
-01001110 644.3 2
-01001110 451.8 2
-01001110 404.3 2
-01001110 686.8 2
-01001110 551.1 2
-01001110 855.8 2
-01001110 321.2 2
-01001110 284.5 2
-01001110 665.3 2
-01001110 709.1 2
-01001110 331.4 2
-01001110 492.5 2
-01001110 608.8 2
-01001110 678.5 2
-01001110 761.7 2
-01001110 848.3 2
-01001110 486.5 2
-01001110 920.8 2
-01001110 547.2 2
-01001110 621.9 2
-01001110 746.7 2
-01001110 749.9 2
-01001110 564.3 2
-01001110 244.2 2
-01001110 309.9 2
-01001110 731.7 2
-01001110 676.6 2
-01001110 738.4 2
-01001110 835.3 2
-01001110 495.4 2
-01001110 570.2 2
-01001110 599.3 2
-01001110 585.9 2
-01001110 832.9 2
-01001110 962.8 2
-01001110 707.5 2
-01001110 765.4 2
-01001110 355.9 2
-01001110 539.3 2
-01001110 351.4 2
-01001110 781.9 2
-01001110 396.7 2
-01001110 561.4 2
-01001110 575.2 2
-01001110 259.1 2
-01001110 686.3 2
-01001110 78.03 2
-01001110 279.3 3
-01001110 684.6 3
-01001110 169.6 3
-01001110 532.7 3
-01001110 206.1 3
-01001110 36.35 3
-01001110 394.7 3
-01001110 592.4 3
-01001110 776.9 3
-01001110 329.2 3
-01001110 929.1 3
-01001110 609.4 3
-01001110 275.6 3
-01001110 257.1 3
-01001110 432.7 3
-01001110 496.8 3
-01001110 751.5 3
-01001110 275.9 3
-01001110 872.5 3
-01001110 221.4 3
-01001110 701.2 3
-01001110 553.9 3
-01001110 214.1 3
-01001110 340.2 3
-01001110 299.8 3
-01001110 742.1 3
-01001110 656.6 3
-01001110 357.3 3
-01001110 301.7 3
-01001110 264.6 3
-01001110 226.7 3
-01001110 286.1 3
-01001110 516.9 3
-01001110 880.2 3
-01001110 375.4 3
-01001110 550.3 3
-01001110 269.2 3
-01001110 668.2 3
-01001110 460.9 3
-01001110 367.2 3
-01001110 387.5 3
-01001110 715.8 3
-01001110 567.5 3
-01001110 444.2 3
-01001110 315.6 3
-01001110 221.7 3
-01001110 276.7 3
-01001110 392.4 3
-01001110 718.9 3
-01001110 400.5 3
-01001110 325.2 3
-01001110 480.1 3
-01001110 526.6 3
-01001110 577.9 3
-01001110 495.7 3
-01001110 233.7 3
-01001110 568.2 3
-01001110 652.5 3
-01001110 716.9 3
-01001110 505.6 3
-01001110 436.9 3
-01001110 177.6 3
-01001110 330.9 3
-01001110 385.4 3
-01001110 668.3 3
-01001110 722.3 3
-01001110 715.5 3
-01001110 397.6 3
-01001110 357.5 3
-01001110 31.16 3
-01001110 51.35 3
-01001110 511.4 3
-01001110 399.7 3
-01001110 526.2 3
-01001110 892.7 3
-01001110 902.9 3
-01001110 372.6 3
-01001110 911.2 3
-01001110 131.4 3
-01001110 181.7 3
-01001110 438.4 3
-01001110 25.53 3
-01001110 399.9 3
-01001110 429.9 3
-01001110 363.6 3
-01001110 556.9 3
-01001110 423.2 3
-01001110 334.4 3
-01001110 475.5 3
-01001110 377.4 3
-01001110 845.8 3
-01001110 487.9 3
-01001110 194.8 3
-01001110 480.5 3
-01001110 897.6 3
-01001110 691.5 3
-01001110 510.6 3
-01001110 453.8 3
-01001110 610.9 3
-01001110 406.6 3
-01001110 121.6 3
-01001110 227.6 3
-01001110 784.7 3
-01001110 188.4 3
-01001110 902.6 3
-01001110 122.90 3
-01001110 429.6 3
-01001110 267.9 3
-01001110 819.5 3
-01001110 255.3 3
-01001110 605.6 3
-01001110 734.6 3
-01001110 367.3 3
-01001110 28.37 3
-01001110 456.2 3
-01001110 736.7 3
-01001110 385.8 3
-01001110 454.8 3
-01001110 430.6 3
-01001110 433.6 3
-01001110 721.3 3
-01001110 810.4 3
-01001110 692.8 3
-01001110 380.3 3
-01001110 285.9 3
-01001110 453.6 3
-01001110 342.6 3
-01001110 535.4 3
-01001110 545.8 3
-01001110 346.8 3
-01001110 410.8 3
-01001110 440.2 3
-01001110 248.4 3
-01001110 205.8 3
-01001110 760.9 3
-01001110 573.7 3
-01001110 285.2 3
-01001110 723.8 3
-01001110 925.6 3
-01001110 818.1 3
-01001110 278.4 3
-01001110 372.7 3
-01001110 682.4 3
-01001110 307.8 3
-01001110 270.8 3
-01001110 475.2 3
-01001110 800.1 3
-01001110 25.04 3
-01001110 312.7 3
-01001110 262.7 3
-01001110 316.5 3
-01001110 355.2 3
-01001110 515.5 3
-01001110 666.1 3
-01001110 480.7 3
-01001110 476.4 3
-01001110 563.4 3
-01001110 353.2 3
-01001110 357.7 3
-01001110 927.5 3
-01001110 558.7 3
-01001110 446.8 3
-01001110 651.2 3
-01001110 280.1 3
-01001110 787.4 3
-01001110 359.6 3
-01001110 339.8 3
-01001110 203.9 3
-01001110 281.8 3
-01001110 738.9 3
-01001110 528.2 3
-01001110 407.4 3
-01001110 675.3 3
-01001110 269.8 3
-01001110 734.4 3
-01001110 470.4 3
-01001110 56.34 3
-01001110 519.8 3
-01001110 436.2 3
-01001110 498.1 3
-01001110 311.9 3
-01001110 430.7 3
-01001110 396.6 3
-01001110 608.5 3
-01001110 242.6 3
-01001110 453.4 3
-01001110 912.4 3
-01001110 502.5 3
-01001110 480.4 3
-01001110 334.6 3
-01001110 499.6 3
-01001110 685.4 3
-01001110 398.4 3
-01001110 433.2 3
-01001110 377.9 3
-01001110 896.8 3
-01001110 208.9 3
-01001110 422.9 3
-01001110 391.5 3
-01001110 871.6 3
-01001110 683.4 3
-01001110 292.5 3
-01001110 502.4 3
-01001110 300.3 3
-01001110 186.1 3
-01001110 232.4 3
-01001110 396.8 3
-01001110 746.9 3
-01001110 822.2 3
-01001110 243.7 3
-01001110 390.3 3
-01001110 886.7 3
-01001110 501.8 3
-01001110 466.3 3
-01001110 238.2 3
-01001110 179.2 3
-01001110 446.9 3
-01001110 615.6 3
-01001110 742.6 3
-01001110 760.2 3
-01001110 329.8 3
-01001110 348.3 3
-01001110 901.9 3
-01001110 227.1 3
-01001110 710.3 3
-01001110 386.1 3
-01001110 668.4 3
-01001110 418.8 3
-01001110 633.3 3
-01001110 208.5 3
-01001110 312.3 3
-01001110 259.3 3
-01001110 317.1 3
-01001110 271.5 3
-01001110 418.6 3
-01001110 352.6 3
-01001110 228.3 3
-01001110 365.2 3
-01001110 860.2 3
-01001110 444.3 3
-01001110 425.1 3
-01001110 929.7 3
-01001110 475.3 3
-01001110 416.3 3
-01001110 508.8 3
-01001110 291.7 3
-01001110 786.5 3
-01001110 319.9 3
-01001110 419.4 3
-01001110 630.6 3
-01001110 400.4 3
-01001110 250.2 3
-01001110 325.8 3
-01001110 306.3 3
-01001110 356.9 3
-01001110 443.7 3
-01001110 815.9 3
-01001110 790.6 3
-01001110 594.2 3
-01001110 407.7 3
-01001110 475.6 3
-01001110 373.5 3
-01001110 427.9 3
-01001110 276.9 3
-01001110 790.5 3
-01001110 987.7 3
-01001110 721.6 3
-01001110 522.6 3
-01001110 241.7 3
-01001110 759.8 3
-01001110 517.8 3
-01001110 367.9 3
-01001110 397.7 3
-01001110 883.8 3
-01001110 542.8 3
-01001110 202.1 3
-01001110 423.1 3
-01001110 395.8 3
-01001110 232.1 3
-01001110 427.4 3
-01001110 276.4 3
-01001110 409.8 3
-01001110 932.8 3
-01001110 380.1 3
-01001110 323.5 3
-01001110 462.7 3
-01001110 434.3 3
-01001110 520.9 3
-01001110 684.9 3
-01001110 370.6 3
-01001110 360.6 3
-01001110 230.3 3
-01001110 598.5 3
-01001110 414.2 3
-01001110 401.3 3
-01001110 399.6 3
-01001110 347.8 3
-01001110 515.9 3
-01001110 286.7 3
-01001110 426.2 3
-01001110 693.3 3
-01001110 357.1 3
-01001110 324.8 3
-01001110 324.2 3
-01001110 512.8 3
-01001110 483.9 3
-01001110 427.8 3
-01001110 772.2 3
-01001110 211.4 3
-01001110 494.7 3
-01001110 581.8 3
-01001110 246.7 3
-01001110 410.3 3
-01001110 101.43 3
-01001110 16.64 3
-01001110 610.6 3
-01001110 391.4 3
-01001110 306.1 3
-01001110 262.9 3
-01001110 736.8 3
-01001110 350.5 3
-01001110 528.6 3
-01001110 189.2 3
-01001110 630.7 3
-01001110 576.1 3
-01001110 396.3 3
-01001110 507.9 3
-01001110 707.4 3
-01001110 649.3 3
-01001110 341.5 3
-01001110 754.7 3
-01001110 694.7 3
-01001110 591.8 3
-01001110 609.5 3
-01001110 265.9 3
-01001110 763.1 3
-01001110 341.4 3
-01001110 228.4 3
-01001110 569.2 3
-01001110 265.2 3
-01001110 416.7 3
-01001110 276.5 3
-01001110 477.5 3
-01001110 353.6 3
-01001110 388.9 3
-01001110 170.2 3
-01001110 939.9 3
-01001110 881.3 3
-01001110 925.9 3
-01001110 564.2 3
-01001110 254.2 3
-01001110 468.2 3
-01001110 386.8 3
-01001110 217.9 3
-01001110 837.4 3
-01001110 251.3 3
-01001110 294.1 3
-01001110 663.4 3
-01001110 836.9 3
-01001110 700.7 3
-01001110 431.6 3
-01001110 802.4 3
-01001110 220.3 3
-01001110 487.6 3
-01001110 344.7 3
-01001110 429.3 3
-01001110 525.5 3
-01001110 364.2 3
-01001110 172.8 3
-01001110 392.3 3
-01001110 837.2 3
-01001110 272.2 3
-01001110 372.2 3
-01001110 419.5 3
-01001110 335.1 3
-01001110 497.6 3
-01001110 683.7 3
-01001110 309.1 3
-01001110 755.4 3
-01001110 784.6 3
-01001110 659.7 3
-01001110 604.3 3
-01001110 312.5 3
-01001110 307.4 3
-01001110 474.8 3
-01001110 449.8 3
-01001110 322.5 3
-01001110 466.5 3
-01001110 268.7 3
-01001110 838.2 3
-01001110 946.2 3
-01001110 212.6 3
-01001110 770.6 3
-01001110 273.8 3
-01001110 316.1 3
-01001110 394.4 3
-01001110 383.9 3
-01001110 359.7 3
-01001110 513.9 3
-01001110 467.6 3
-01001110 237.4 3
-01001110 488.9 3
-01001110 545.4 3
-01001110 511.9 3
-01001110 702.3 3
-01001110 691.4 3
-01001110 739.7 3
-01001110 289.7 3
-01001110 522.4 3
-01001110 283.6 3
-01001110 278.9 3
-01001110 784.9 3
-01001110 553.6 3
-01001110 251.2 3
-01001110 759.6 3
-01001110 271.6 3
-01001110 178.9 3
-01001110 659.5 3
-01001110 406.8 3
-01001110 786.4 3
-01001110 258.9 3
-01001110 448.5 3
-01001110 348.8 3
-01001110 624.5 3
-01001110 191.2 3
-01001110 850.7 3
-01001110 576.3 3
-01001110 291.1 3
-01001110 239.4 3
-01001110 944.4 3
-01001110 228.2 3
-01001110 325.1 3
-01001110 242.2 3
-01001110 515.3 3
-01001110 481.5 3
-01001110 716.8 3
-01001110 359.2 3
-01001110 528.3 3
-01001110 247.9 3
-01001110 521.2 3
-01001110 698.4 3
-01001110 845.1 3
-01001110 219.1 3
-01001110 578.7 3
-01001110 877.7 3
-01001110 773.8 3
-01001110 769.9 3
-01001110 448.2 3
-01001110 829.3 3
-01001110 718.2 3
-01001110 640.3 3
-01001110 536.9 3
-01001110 980.3 3
-01001110 705.9 3
-01001110 641.1 3
-01001110 837.1 3
-01001110 767.1 3
-01001110 493.5 3
-01001110 491.7 3
-01001110 275.5 3
-01001110 827.3 3
-01001110 474.5 3
-01001110 711.7 3
-01001110 471.1 3
-01001110 798.6 3
-01001110 206.6 3
-01001110 411.8 3
-01001110 439.8 3
-01001110 482.5 3
-01001110 637.3 3
-01001110 369.8 3
-01001110 701.5 3
-01001110 562.1 3
-01001110 355.4 3
-01001110 766.2 3
-01001110 806.7 3
-01001110 669.2 3
-01001110 420.7 3
-01001110 757.9 3
-01001110 334.5 3
-01001110 448.8 3
-01001110 528.9 3
-01001110 406.3 3
-01001110 179.1 3
-01001110 334.9 3
-01001110 593.5 3
-01001110 194.9 3
-01001110 317.8 3
-01001110 887.9 3
-01001110 291.3 3
-01001110 336.2 3
-01001110 731.4 3
-01001110 822.1 3
-01001110 569.4 3
-01001110 410.6 3
-01001110 253.6 3
-01001110 320.3 3
-01001110 340.7 3
-01001110 755.1 3
-01001110 524.6 3
-01001110 200.3 3
-01001110 229.8 3
-01001110 839.1 3
-01001110 275.7 3
-01001110 910.4 3
-01001110 231.8 3
-01001110 916.1 3
-01001110 327.3 3
-01001110 364.7 3
-01001110 212.9 3
-01001110 223.8 3
-01001110 180.9 3
-01001110 792.9 3
-01001110 358.1 3
-01001110 393.1 3
-01001110 665.8 3
-01001110 545.6 3
-01001110 604.2 3
-01001110 568.8 3
-01001110 424.4 3
-01001110 395.2 3
-01001110 637.4 3
-01001110 289.8 3
-01001110 387.1 3
-01001110 779.5 3
-01001110 884.1 3
-01001110 861.3 3
-01001110 586.5 3
-01001110 349.3 3
-01001110 457.9 3
-01001110 273.6 3
-01001110 393.5 3
-01001110 413.5 3
-01001110 375.5 3
-01001110 306.6 3
-01001110 579.7 3
-01001110 435.5 3
-01001110 748.2 3
-01001110 256.8 3
-01001110 775.6 3
-01001110 382.5 3
-01001110 768.4 3
-01001110 286.2 3
-01001110 397.4 3
-01001110 436.3 3
-01001110 524.4 3
-01001110 948.2 3
-01001110 586.4 3
-01001110 698.3 3
-01001110 294.6 3
-01001110 317.2 3
-01001110 997.8 3
-01001110 389.1 3
-01001110 251.7 3
-01001110 309.8 3
-01001110 641.5 3
-01001110 464.8 3
-01001110 959.4 3
-01001110 400.7 3
-01001110 481.2 3
-01001110 973.4 3
-01001110 498.5 3
-01001110 220.4 3
-01001110 665.5 3
-01001110 962.5 3
-01001110 886.2 3
-01001110 279.2 3
-01001110 817.6 3
-01001110 565.6 3
-01001110 302.3 3
-01001110 498.3 3
-01001110 908.3 3
-01001110 966.7 3
-01001110 494.4 3
-01001110 780.5 3
-01001110 284.4 3
-01001110 551.2 3
-01001110 279.9 3
-01001110 954.2 3
-01001110 354.4 3
-01001110 463.1 3
-01001110 231.4 3
-01001110 274.9 3
-01001110 550.9 3
-01001110 876.5 3
-01001110 706.2 3
-01001110 544.6 3
-01001110 587.8 3
-01001110 503.7 3
-01001110 680.6 3
-01001110 538.5 3
-01001110 826.1 3
-01001110 770.9 3
-01001110 423.6 3
-01001110 320.4 3
-01001110 599.9 3
-01001110 772.1 3
-01001110 803.8 3
-01001110 560.5 3
-01001110 367.1 3
-01001110 484.1 3
-01001110 420.5 3
-01001110 380.9 3
-01001110 416.1 3
-01001110 397.1 3
-01001110 176.7 3
-01001110 624.4 3
-01001110 465.7 3
-01001110 535.7 3
-01001110 518.1 3
-01001110 442.2 3
-01001110 326.5 3
-01001110 473.2 3
-01001110 196.4 3
-01001110 573.6 3
-01001110 524.1 3
-01001110 543.3 3
-01001110 493.9 3
-01001110 644.6 3
-01001110 508.5 3
-01001110 469.1 3
-01001110 1,433 3
-01001110 330.8 3
-01001110 758.6 3
-01001110 388.5 3
-01001110 633.9 3
-01001110 404.1 3
-01001110 336.3 3
-01001110 482.4 3
-01001110 585.7 3
-01001110 617.5 3
-01001110 249.6 3
-01001110 197.6 3
-01001110 338.2 3
-01001110 305.4 3
-01001110 459.7 3
-01001110 417.6 3
-01001110 390.1 3
-01001110 377.3 3
-01001110 458.7 3
-01001110 688.2 3
-01001110 256.9 3
-01001110 935.2 3
-01001110 317.5 3
-01001110 580.1 3
-01001110 379.3 3
-01001110 691.7 3
-01001110 548.3 3
-01001110 618.1 3
-01001110 538.4 3
-01001110 791.4 3
-01001110 709.2 3
-01001110 387.4 3
-01001110 247.1 3
-01001110 427.6 3
-01001110 288.2 3
-01001110 563.9 3
-01001110 357.9 3
-01001110 668.9 3
-01001110 249.3 3
-01001110 218.1 3
-01001110 923.2 3
-01001110 346.6 3
-01001110 338.7 3
-01001110 25.15 3
-01001110 583.7 3
-01001110 793.8 3
-01001110 228.8 3
-01001110 222.6 3
-01001110 337.8 3
-01001110 563.2 3
-01001110 716.4 3
-01001110 384.8 3
-01001110 501.2 3
-01001110 749.3 3
-01001110 362.8 3
-01001110 798.9 3
-01001110 557.1 3
-01001110 791.7 3
-01001110 897.1 3
-01001110 506.3 3
-01001110 237.9 3
-01001110 408.2 3
-01001110 757.6 3
-01001110 534.9 3
-01001110 357.2 3
-01001110 562.2 3
-01001110 969.3 3
-01001110 337.1 3
-01001110 345.8 3
-01001110 295.5 3
-01001110 438.6 3
-01001110 651.6 3
-01001110 216.5 3
-01001110 537.2 3
-01001110 234.7 3
-01001110 18.18 3
-01001110 270.7 3
-01001110 770.4 3
-01001110 557.6 3
-01001110 555.5 3
-01001110 955.8 3
-01001110 320.6 3
-01001110 376.2 3
-01001110 277.3 3
-01001110 617.4 3
-01001110 348.7 3
-01001110 365.5 3
-01001110 703.8 3
-01001110 303.6 3
-01001110 459.8 3
-01001110 736.6 3
-01001110 209.7 3
-01001110 526.4 3
-01001110 221.9 3
-01001110 310.3 3
-01001110 386.9 3
-01001110 302.7 3
-01001110 301.9 3
-01001110 465.4 3
-01001110 355.6 3
-01001110 414.38 3
-01001110 448.3 3
-01001110 475.7 3
-01001110 891.7 3
-01001110 513.8 3
-01001110 783.7 3
-01001110 558.2 3
-01001110 413.8 3
-01001110 828.6 3
-01001110 570.8 3
-01001110 24.27 3
-01001110 628.7 3
-01001110 808.1 3
-01001110 859.2 3
-01001110 840.7 3
-01001110 327.9 3
-01001110 240.4 3
-01001110 395.9 3
-01001110 536.1 3
-01001110 818.8 3
-01001110 632.2 3
-01001110 310.4 3
-01001110 551.6 3
-01001110 586.6 3
-01001110 811.9 3
-01001110 581.5 3
-01001110 361.8 3
-01001110 376.6 3
-01001110 591.7 3
-01001110 482.3 3
-01001110 509.1 3
-01001110 268.6 3
-01001110 454.6 3
-01001110 365.6 3
-01001110 124.10 3
-01001110 633.6 3
-01001110 514.8 3
-01001110 838.6 3
-01001110 875.2 3
-01001110 169.9 3
-01001110 327.8 3
-01001110 586.8 3
-01001110 442.9 3
-01001110 656.3 3
-01001110 890.8 3
-01001110 265.6 3
-01001110 393.4 3
-01001110 274.2 3
-01001110 866.1 3
-01001110 608.6 3
-01001110 627.8 3
-01001110 402.8 3
-01001110 322.3 3
-01001110 553.8 3
-01001110 547.5 3
-01001110 297.6 3
-01001110 588.5 3
-01001110 9,034 3
-01001110 312.9 3
-01001110 119.8 4
-01001110 589.3 4
-01001110 611.4 4
-01001110 281.1 4
-01001110 298.7 4
-01001110 605.8 4
-01001110 311.4 4
-01001110 937.9 4
-01001110 923.1 4
-01001110 268.3 4
-01001110 428.7 4
-01001110 257.4 4
-01001110 278.8 4
-01001110 401.2 4
-01001110 270.9 4
-01001110 656.4 4
-01001110 248.6 4
-01001110 119.1 4
-01001110 186.3 4
-01001110 296.1 4
-01001110 411.1 4
-01001110 288.8 4
-01001110 637.1 4
-01001110 948.4 4
-01001110 196.3 4
-01001110 586.7 4
-01001110 584.2 4
-01001110 766.3 4
-01001110 338.3 4
-01001110 560.9 4
-01001110 514.9 4
-01001110 289.4 4
-01001110 14.28 4
-01001110 240.6 4
-01001110 357.4 4
-01001110 428.9 4
-01001110 539.5 4
-01001110 180.8 4
-01001110 160.7 4
-01001110 979.5 4
-01001110 209.6 4
-01001110 767.7 4
-01001110 436.7 4
-01001110 447.5 4
-01001110 511.8 4
-01001110 363.4 4
-01001110 361.5 4
-01001110 476.3 4
-01001110 285.3 4
-01001110 481.8 4
-01001110 330.2 4
-01001110 280.5 4
-01001110 537.6 4
-01001110 190.7 4
-01001110 256.4 4
-01001110 193.7 4
-01001110 180.4 4
-01001110 454.3 4
-01001110 618.8 4
-01001110 558.8 4
-01001110 218.8 4
-01001110 382.3 4
-01001110 293.2 4
-01001110 606.6 4
-01001110 214.9 4
-01001110 776.8 4
-01001110 216.4 4
-01001110 299.4 4
-01001110 350.4 4
-01001110 307.9 4
-01001110 191.1 4
-01001110 134.8 4
-01001110 459.9 4
-01001110 245.4 4
-01001110 315.4 4
-01001110 527.1 4
-01001110 549.5 4
-01001110 701.4 4
-01001110 52.98 4
-01001110 291.5 4
-01001110 348.9 4
-01001110 464.2 4
-01001110 425.2 4
-01001110 322.1 4
-01001110 353.4 4
-01001110 588.1 4
-01001110 354.9 4
-01001110 421.4 4
-01001110 649.4 4
-01001110 303.7 4
-01001110 249.7 4
-01001110 402.3 4
-01001110 280.6 4
-01001110 769.1 4
-01001110 488.4 4
-01001110 925.1 4
-01001110 504.5 4
-01001110 309.4 4
-01001110 408.7 4
-01001110 574.5 4
-01001110 692.1 4
-01001110 252.7 4
-01001110 600.2 4
-01001110 616.6 4
-01001110 527.4 4
-01001110 568.5 4
-01001110 910.5 4
-01001110 227.7 4
-01001110 295.9 4
-01001110 284.2 4
-01001110 413.4 4
-01001110 676.8 4
-01001110 161.2 4
-01001110 344.5 4
-01001110 649.8 4
-01001110 315.1 4
-01001110 535.8 4
-01001110 481.7 4
-01001110 685.3 4
-01001110 518.3 4
-01001110 510.8 4
-01001110 789.6 4
-01001110 383.8 4
-01001110 277.8 4
-01001110 707.6 4
-01001110 777.5 4
-01001110 866.6 4
-01001110 170.7 4
-01001110 489.5 4
-01001110 238.4 4
-01001110 178.1 4
-01001110 380.6 4
-01001110 261.5 4
-01001110 371.5 4
-01001110 300.4 4
-01001110 354.2 4
-01001110 479.6 4
-01001110 378.8 4
-01001110 540.1 4
-01001110 466.7 4
-01001110 433.5 4
-01001110 175.7 4
-01001110 256.1 4
-01001110 350.9 4
-01001110 400.1 4
-01001110 346.5 4
-01001110 303.2 4
-01001110 502.6 4
-01001110 396.1 4
-01001110 562.7 4
-01001110 254.6 4
-01001110 230.8 4
-01001110 168.2 4
-01001110 254.7 4
-01001110 408.4 4
-01001110 483.5 4
-01001110 143.9 4
-01001110 157.4 4
-01001110 828.5 4
-01001110 260.2 4
-01001110 279.8 4
-01001110 263.6 4
-01001110 298.8 4
-01001110 805.2 4
-01001110 320.5 4
-01001110 629.4 4
-01001110 417.8 4
-01001110 235.3 4
-01001110 274.3 4
-01001110 358.4 4
-01001110 876.9 4
-01001110 344.2 4
-01001110 348.6 4
-01001110 315.2 4
-01001110 394.8 4
-01001110 299.2 4
-01001110 394.6 4
-01001110 751.1 4
-01001110 422.5 4
-01001110 211.3 4
-01001110 298.4 4
-01001110 255.7 4
-01001110 269.9 4
-01001110 642.1 4
-01001110 213.8 4
-01001110 206.8 4
-01001110 387.6 4
-01001110 412.4 4
-01001110 534.3 4
-01001110 320.1 4
-01001110 512.5 4
-01001110 537.8 4
-01001110 288.5 4
-01001110 260.3 4
-01001110 313.8 4
-01001110 704.7 4
-01001110 318.9 4
-01001110 30.37 4
-01001110 184.9 4
-01001110 275.1 4
-01001110 330.5 4
-01001110 172.7 4
-01001110 282.7 4
-01001110 543.8 4
-01001110 441.5 4
-01001110 424.9 4
-01001110 286.6 4
-01001110 768.3 4
-01001110 251.9 4
-01001110 179.6 4
-01001110 210.2 4
-01001110 256.5 4
-01001110 661.6 4
-01001110 515.6 4
-01001110 476.9 4
-01001110 339.6 4
-01001110 369.3 4
-01001110 252.8 4
-01001110 582.1 4
-01001110 509.8 4
-01001110 454.5 4
-01001110 316.3 4
-01001110 570.1 4
-01001110 310.7 4
-01001110 592.3 4
-01001110 953.6 4
-01001110 450.6 4
-01001110 291.8 4
-01001110 375.3 4
-01001110 602.6 4
-01001110 717.9 4
-01001110 343.1 4
-01001110 494.2 4
-01001110 565.5 4
-01001110 202.9 4
-01001110 314.9 4
-01001110 397.5 4
-01001110 377.8 4
-01001110 166.6 4
-01001110 318.2 4
-01001110 213.4 4
-01001110 178.6 4
-01001110 518.8 4
-01001110 306.7 4
-01001110 356.6 4
-01001110 418.7 4
-01001110 189.7 4
-01001110 310.9 4
-01001110 504.4 4
-01001110 166.8 4
-01001110 292.4 4
-01001110 354.6 4
-01001110 372.9 4
-01001110 171.2 4
-01001110 432.8 4
-01001110 788.3 4
-01001110 419.3 4
-01001110 682.1 4
-01001110 817.8 4
-01001110 199.3 4
-01001110 208.7 4
-01001110 575.5 4
-01001110 229.6 4
-01001110 258.3 4
-01001110 790.8 4
-01001110 277.9 4
-01001110 211.5 4
-01001110 257.6 4
-01001110 398.5 4
-01001110 246.6 4
-01001110 239.9 4
-01001110 337.6 4
-01001110 268.2 4
-01001110 933.4 4
-01001110 183.5 4
-01001110 227.2 4
-01001110 220.2 4
-01001110 556.8 4
-01001110 495.1 4
-01001110 447.2 4
-01001110 183.8 4
-01001110 346.2 4
-01001110 324.7 4
-01001110 788.2 4
-01001110 281.5 4
-01001110 507.5 4
-01001110 342.8 4
-01001110 749.4 4
-01001110 360.5 4
-01001110 658.6 4
-01001110 808.5 4
-01001110 407.9 4
-01001110 337.4 4
-01001110 375.1 4
-01001110 502.8 4
-01001110 300.2 4
-01001110 215.3 4
-01001110 203.3 4
-01001110 619.6 4
-01001110 300.8 4
-01001110 672.8 4
-01001110 284.3 4
-01001110 750.4 4
-01001110 154.5 4
-01001110 311.3 4
-01001110 221.6 4
-01001110 852.2 4
-01001110 230.7 4
-01001110 585.3 4
-01001110 209.9 4
-01001110 261.7 4
-01001110 612.8 4
-01001110 403.7 4
-01001110 351.5 4
-01001110 331.7 4
-01001110 226.9 4
-01001110 289.3 4
-01001110 750.9 4
-01001110 336.1 4
-01001110 361.3 4
-01001110 390.5 4
-01001110 449.4 4
-01001110 249.4 4
-01001110 150.1 4
-01001110 487.5 4
-01001110 260.1 4
-01001110 259.4 4
-01001110 530.5 4
-01001110 721.5 4
-01001110 432.1 4
-01001110 411.5 4
-01001110 226.8 4
-01001110 297.4 4
-01001110 336.7 4
-01001110 930.2 4
-01001110 290.1 4
-01001110 360.8 4
-01001110 450.8 4
-01001110 329.4 4
-01001110 231.6 4
-01001110 215.9 4
-01001110 444.7 4
-01001110 409.9 4
-01001110 173.3 4
-01001110 591.3 4
-01001110 195.6 4
-01001110 340.4 4
-01001110 343.3 4
-01001110 452.6 4
-01001110 339.1 4
-01001110 331.5 4
-01001110 440.1 4
-01001110 302.4 4
-01001110 367.7 4
-01001110 605.9 4
-01001110 371.8 4
-01001110 384.5 4
-01001110 873.6 4
-01001110 220.9 4
-01001110 208.1 4
-01001110 319.3 4
-01001110 20.16 4
-01001110 237.8 4
-01001110 375.2 4
-01001110 443.6 4
-01001110 494.6 4
-01001110 245.3 4
-01001110 342.9 4
-01001110 415.4 4
-01001110 298.1 4
-01001110 385.6 4
-01001110 522.8 4
-01001110 287.4 4
-01001110 700.5 4
-01001110 304.8 4
-01001110 533.7 4
-01001110 231.3 4
-01001110 806.8 4
-01001110 269.4 4
-01001110 362.4 4
-01001110 422.3 4
-01001110 343.4 4
-01001110 303.9 4
-01001110 419.9 4
-01001110 679.5 4
-01001110 563.7 4
-01001110 500.2 4
-01001110 272.1 4
-01001110 319.6 4
-01001110 211.6 4
-01001110 459.6 4
-01001110 675.7 4
-01001110 446.5 4
-01001110 305.8 4
-01001110 605.3 4
-01001110 204.3 4
-01001110 184.3 4
-01001110 369.6 4
-01001110 512.3 4
-01001110 150.7 4
-01001110 738.5 4
-01001110 473.4 4
-01001110 312.1 4
-01001110 549.1 4
-01001110 225.3 4
-01001110 633.4 4
-01001110 447.6 4
-01001110 244.4 4
-01001110 183.6 4
-01001110 477.1 4
-01001110 148.4 4
-01001110 272.6 4
-01001110 290.9 4
-01001110 283.3 4
-01001110 718.3 4
-01001110 408.8 4
-01001110 923.5 4
-01001110 219.4 4
-01001110 260.4 4
-01001110 473.1 4
-01001110 191.5 4
-01001110 361.7 4
-01001110 388.7 4
-01001110 462.9 4
-01001110 322.7 4
-01001110 328.9 4
-01001110 448.4 4
-01001110 510.5 4
-01001110 454.7 4
-01001110 536.7 4
-01001110 215.8 4
-01001110 228.9 4
-01001110 358.9 4
-01001110 547.6 4
-01001110 218.7 4
-01001110 415.8 4
-01001110 358.5 4
-01001110 243.6 4
-01001110 416.4 4
-01001110 924.3 4
-01001110 248.1 4
-01001110 375.6 4
-01001110 351.1 4
-01001110 482.7 4
-01001110 277.1 4
-01001110 242.1 4
-01001110 207.2 4
-01001110 415.6 4
-01001110 201.8 4
-01001110 322.8 4
-01001110 418.9 4
-01001110 167.4 4
-01001110 271.4 4
-01001110 211.1 4
-01001110 446.2 4
-01001110 690.2 4
-01001110 204.5 4
-01001110 271.8 4
-01001110 202.6 4
-01001110 160.5 4
-01001110 368.5 4
-01001110 295.1 4
-01001110 725.9 4
-01001110 754.5 4
-01001110 345.7 4
-01001110 645.1 4
-01001110 721.8 4
-01001110 317.7 4
-01001110 299.7 4
-01001110 214.4 4
-01001110 471.7 4
-01001110 502.9 4
-01001110 236.7 4
-01001110 826.7 4
-01001110 331.1 4
-01001110 593.9 4
-01001110 145.9 4
-01001110 307.2 4
-01001110 544.3 4
-01001110 272.9 4
-01001110 460.6 4
-01001110 571.4 4
-01001110 643.3 4
-01001110 723.1 4
-01001110 424.8 4
-01001110 347.2 4
-01001110 245.1 4
-01001110 213.9 4
-01001110 269.3 4
-01001110 350.2 4
-01001110 159.3 4
-01001110 574.8 4
-01001110 531.9 4
-01001110 413.7 4
-01001110 389.5 4
-01001110 349.2 4
-01001110 404.8 4
-01001110 981.3 4
-01001110 544.4 4
-01001110 881 5
-01001110 126.6 5
-01001110 329.5 5
-01001110 284.8 5
-01001110 225.7 5
-01001110 517.6 5
-01001110 231.9 5
-01001110 391.6 5
-01001110 378.2 5
-01001110 620.9 5
-01001110 186.4 5
-01001110 392.9 5
-01001110 233.9 5
-01001110 322.2 5
-01001110 216.8 5
-01001110 914.4 5
-01001110 461.7 5
-01001110 523.3 5
-01001110 381.9 5
-01001110 154.8 5
-01001110 402.6 5
-01001110 241.6 5
-01001110 259.7 5
-01001110 232.2 5
-01001110 812.2 5
-01001110 420.2 5
-01001110 625.2 5
-01001110 458.4 5
-01001110 402.5 5
-01001110 394.9 5
-01001110 279.4 5
-01001110 247.2 5
-01001110 430.8 5
-01001110 595.5 5
-01001110 264.3 5
-01001110 448.6 5
-01001110 258.2 5
-01001110 308.5 5
-01001110 119.2 5
-01001110 426.3 5
-01001110 732.5 5
-01001110 267.6 5
-01001110 402.4 5
-01001110 216.6 5
-01001110 192.1 5
-01001110 205.5 5
-01001110 327.4 5
-01001110 358.8 5
-01001110 241.8 5
-01001110 517.5 5
-01001110 462.6 5
-01001110 271.7 5
-01001110 499.4 5
-01001110 325.9 5
-01001110 299.9 5
-01001110 215.7 5
-01001110 144.9 5
-01001110 275.4 5
-01001110 262.2 5
-01001110 305.9 5
-01001110 250.3 5
-01001110 292.7 5
-01001110 248.9 5
-01001110 278.3 5
-01001110 663.5 5
-01001110 403.8 5
-01001110 361.6 5
-01001110 340.8 5
-01001110 506.5 5
-01001110 355.8 5
-01001110 271.9 5
-01001110 212.3 5
-01001110 326.7 5
-01001110 801.5 5
-01001110 204.2 5
-01001110 385.1 5
-01001110 220.1 5
-01001110 236.2 5
-01001110 352.9 5
-01001110 287.7 5
-01001110 594.8 5
-01001110 277.5 5
-01001110 515.1 5
-01001110 245.6 5
-01001110 334.1 5
-01001110 154.7 5
-01001110 263.9 5
-01001110 244.6 5
-01001110 500.1 5
-01001110 325.7 5
-01001110 352.2 5
-01001110 403.5 5
-01001110 364.5 5
-01001110 363.9 5
-01001110 263.2 5
-01001110 399.2 5
-01001110 313.1 5
-01001110 233.1 5
-01001110 393.2 5
-01001110 789.8 5
-01001110 222.2 5
-01001110 365.3 5
-01001110 416.9 5
-01001110 549.3 5
-01001110 277.2 5
-01001110 241.2 5
-01001110 235.2 5
-01001110 528.8 5
-01001110 313.9 5
-01001110 332.8 5
-01001110 232.7 5
-01001110 195.8 5
-01001110 166.2 5
-01001110 235.7 5
-01001110 346.7 5
-01001110 217.1 5
-01001110 310.1 5
-01001110 408.9 5
-01001110 575.3 5
-01001110 168.1 5
-01001110 218.4 5
-01001110 194.6 5
-01001110 633.8 5
-01001110 481.4 5
-01001110 219.5 5
-01001110 335.2 5
-01001110 157.1 5
-01001110 255.1 5
-01001110 213.2 5
-01001110 219.3 5
-01001110 429.7 5
-01001110 228.6 5
-01001110 180.2 5
-01001110 396.2 5
-01001110 309.7 5
-01001110 601.7 5
-01001110 181.5 5
-01001110 319.2 5
-01001110 392.5 5
-01001110 261.6 5
-01001110 209.3 5
-01001110 149.8 5
-01001110 174.3 5
-01001110 373.7 5
-01001110 467.5 5
-01001110 365.8 5
-01001110 303.4 5
-01001110 207.1 5
-01001110 541.4 5
-01001110 307.6 5
-01001110 264.1 5
-01001110 428.8 5
-01001110 254.5 5
-01001110 370.9 5
-01001110 587.6 5
-01001110 170.9 5
-01001110 208.8 5
-01001110 203.5 5
-01001110 261.2 5
-01001110 607.5 5
-01001110 803.6 5
-01001110 237.1 5
-01001110 622.5 5
-01001110 471.4 5
-01001110 127.2 5
-01001110 281.6 5
-01001110 210.5 5
-01001110 329.6 5
-01001110 240.1 5
-01001110 841.4 5
-01001110 596.7 5
-01001110 296.2 5
-01001110 753.5 5
-01001110 322.6 5
-01001110 182.4 5
-01001110 288.6 5
-01001110 192.4 5
-01001110 448.1 5
-01001110 165.6 5
-01001110 153.2 5
-01001110 309.2 5
-01001110 920.6 5
-01001110 496.9 5
-01001110 217.6 5
-01001110 511.5 5
-01001110 413.3 5
-01001110 239.8 5
-01001110 347.1 5
-01001110 293.4 5
-01001110 713.5 5
-01001110 762.1 5
-01001110 207.7 5
-01001110 180.7 5
-01001110 408.1 5
-01001110 443.2 5
-01001110 163.7 5
-01001110 472.5 5
-01001110 383.5 5
-01001110 526.9 5
-01001110 207.3 5
-01001110 370.8 5
-01001110 362.7 5
-01001110 340.1 5
-01001110 147.3 5
-01001110 246.4 5
-01001110 124.44 5
-01001110 235.8 5
-01001110 253.9 5
-01001110 213.6 5
-01001110 326.1 5
-01001110 282.1 5
-01001110 36.28 5
-01001110 576.8 5
-01001110 257.2 5
-01001110 669.3 5
-01001110 239.5 5
-01001110 216.3 5
-01001110 378.4 5
-01001110 203.8 5
-01001110 144.34 5
-01001110 268.9 5
-01001110 316.8 5
-01001110 279.5 5
-01001110 474.3 5
-01001110 377.5 5
-01001110 889 5
-01001110 137.5 5
-01001110 301.4 5
-01001110 246.3 5
-01001110 216.9 5
-01001110 167.1 5
-01001110 269.7 5
-01001110 529.5 5
-01001110 382.6 5
-01001110 417.5 5
-01001110 252.4 5
-01001110 175.9 5
-01001110 309.6 5
-01001110 301.3 5
-01001110 302.1 5
-01001110 396.5 5
-01001110 853.4 5
-01001110 293.3 5
-01001110 156.6 5
-01001110 965.8 5
-01001110 500.7 5
-01001110 268.5 5
-01001110 338.1 5
-01001110 112.1 5
-01001110 547.9 5
-01001110 188.2 5
-01001110 253.7 5
-01001110 300.1 5
-01001110 386.7 5
-01001110 737.3 5
-01001110 520.2 5
-01001110 335.7 5
-01001110 635.1 5
-01001110 472.8 5
-01001110 577.1 5
-01001110 376.5 5
-01001110 405.1 5
-01001110 365.1 5
-01001110 257.7 5
-01001110 222.4 5
-01001110 236.6 5
-01001110 390.7 5
-01001110 811.1 5
-01001110 467.4 5
-01001110 287.1 5
-01001110 513.6 5
-01001110 206.9 5
-01001110 488.2 5
-01001110 393.6 5
-01001110 133.6 5
-01001110 670.8 5
-01001110 184.4 5
-01001110 225.4 5
-01001110 236.4 5
-01001110 499.3 5
-01001110 214.6 5
-01001110 302.5 5
-01001110 358.7 5
-01001110 187.3 5
-01001110 300-plus 5
-01001110 261.9 5
-01001110 585.8 5
-01001110 224.2 5
-01001110 423.8 5
-01001110 508.9 5
-01001110 153.7 5
-01001110 143.1 5
-01001110 308.8 5
-01001110 246.8 5
-01001110 242.3 5
-01001110 326.8 5
-01001110 715.3 5
-01001110 172.6 5
-01001110 332.3 5
-01001110 467.2 5
-01001110 397.2 5
-01001110 205.1 5
-01001110 191.6 5
-01001110 267.8 5
-01001110 236.3 5
-01001110 749.1 5
-01001110 237.3 5
-01001110 841.8 5
-01001110 323.9 5
-01001110 341.7 5
-01001110 215.5 5
-01001110 456.4 5
-01001110 132.3 5
-01001110 217.4 5
-01001110 611.2 5
-01001110 421.5 5
-01001110 748.5 5
-01001110 451.4 5
-01001110 354.7 5
-01001110 315.8 5
-01001110 223.4 5
-01001110 342.5 5
-01001110 609.9 5
-01001110 289.9 5
-01001110 773.3 5
-01001110 278.6 5
-01001110 332.5 5
-01001110 304.2 5
-01001110 398.7 5
-01001110 214.5 5
-01001110 398.1 5
-01001110 255.8 5
-01001110 311.7 5
-01001110 205.3 5
-01001110 256.2 5
-01001110 145.4 5
-01001110 476.6 5
-01001110 313.3 5
-01001110 199.1 5
-01001110 561.3 5
-01001110 501.6 5
-01001110 196.7 5
-01001110 259.6 5
-01001110 347.7 5
-01001110 250.1 5
-01001110 415.3 6
-01001110 162.6 6
-01001110 319.4 6
-01001110 295.8 6
-01001110 333.5 6
-01001110 116.7 6
-01001110 195.1 6
-01001110 295.6 6
-01001110 297.8 6
-01001110 250.7 6
-01001110 292.6 6
-01001110 188.7 6
-01001110 267.1 6
-01001110 317.3 6
-01001110 234.3 6
-01001110 205.9 6
-01001110 174.5 6
-01001110 162.4 6
-01001110 391.9 6
-01001110 200.8 6
-01001110 356.2 6
-01001110 275.8 6
-01001110 186.6 6
-01001110 212.7 6
-01001110 720.4 6
-01001110 404.2 6
-01001110 510.7 6
-01001110 241.5 6
-01001110 203.6 6
-01001110 253.1 6
-01001110 175.3 6
-01001110 312.6 6
-01001110 300-odd 6
-01001110 160.1 6
-01001110 258.1 6
-01001110 405.4 6
-01001110 497.2 6
-01001110 316.2 6
-01001110 331.3 6
-01001110 205.2 6
-01001110 345.9 6
-01001110 143.5 6
-01001110 223.1 6
-01001110 332.9 6
-01001110 182.3 6
-01001110 158.1 6
-01001110 177.4 6
-01001110 336.8 6
-01001110 226.3 6
-01001110 190.4 6
-01001110 117.1 6
-01001110 300.7 6
-01001110 278.1 6
-01001110 325.4 6
-01001110 401.1 6
-01001110 187.6 6
-01001110 222.1 6
-01001110 212.4 6
-01001110 454.1 6
-01001110 426.5 6
-01001110 254.1 6
-01001110 191.4 6
-01001110 199.6 6
-01001110 199.4 6
-01001110 196.5 6
-01001110 199.2 6
-01001110 235.6 6
-01001110 183.3 6
-01001110 308.1 6
-01001110 318.8 6
-01001110 117.6 6
-01001110 254.3 6
-01001110 274.5 6
-01001110 231.2 6
-01001110 157.9 6
-01001110 241.3 6
-01001110 293.7 6
-01001110 250.4 6
-01001110 396.4 6
-01001110 285.5 6
-01001110 228.7 6
-01001110 226.2 6
-01001110 154.1 6
-01001110 118.1 6
-01001110 196.8 6
-01001110 169.1 6
-01001110 276.8 6
-01001110 313.7 6
-01001110 637.5 6
-01001110 217.2 6
-01001110 257.9 6
-01001110 459.3 6
-01001110 289.1 6
-01001110 367.8 6
-01001110 217.3 6
-01001110 968.6 6
-01001110 481.3 6
-01001110 538.6 6
-01001110 330.7 6
-01001110 266.8 6
-01001110 394.3 6
-01001110 162.8 6
-01001110 287.9 6
-01001110 237.5 6
-01001110 276.6 6
-01001110 369.2 6
-01001110 256.3 6
-01001110 342.4 6
-01001110 463.8 6
-01001110 432.5 6
-01001110 268.8 6
-01001110 290.7 6
-01001110 292.3 6
-01001110 229.1 6
-01001110 291.6 6
-01001110 325.3 6
-01001110 291.4 6
-01001110 201.1 6
-01001110 305.3 6
-01001110 229.3 6
-01001110 233.5 6
-01001110 192.9 6
-01001110 184.7 6
-01001110 158.2 6
-01001110 193.1 6
-01001110 458.6 6
-01001110 265.3 6
-01001110 195.7 6
-01001110 171.1 6
-01001110 158.3 6
-01001110 215.2 6
-01001110 121.3 6
-01001110 208.2 6
-01001110 277.6 6
-01001110 106.1 6
-01001110 183.9 6
-01001110 234.9 6
-01001110 281.7 6
-01001110 792 6
-01001110 309.3 6
-01001110 210.1 6
-01001110 185.1 6
-01001110 16.15 6
-01001110 200.5 6
-01001110 164.5 6
-01001110 431.2 6
-01001110 112.9 6
-01001110 270.5 6
-01001110 229.5 6
-01001110 308.7 6
-01001110 391.8 6
-01001110 377.2 6
-01001110 167.7 6
-01001110 852 6
-01001110 390.4 6
-01001110 337.2 6
-01001110 264.7 6
-01001110 240.2 6
-01001110 185.2 6
-01001110 224.8 6
-01001110 421.8 6
-01001110 187.4 6
-01001110 684.8 6
-01001110 155.3 6
-01001110 223.5 6
-01001110 282.2 6
-01001110 267.4 6
-01001110 239.2 6
-01001110 224.5 6
-01001110 698.2 6
-01001110 160.6 6
-01001110 455.8 6
-01001110 248.7 6
-01001110 280.8 6
-01001110 520.5 6
-01001110 239.7 6
-01001110 290.6 6
-01001110 374.4 6
-01001110 219.9 6
-01001110 179.7 6
-01001110 223.7 6
-01001110 254.4 6
-01001110 146.8 6
-01001110 375.9 6
-01001110 263.7 6
-01001110 690.6 6
-01001110 125.2 6
-01001110 212.2 6
-01001110 189.4 6
-01001110 174.9 6
-01001110 218.2 6
-01001110 168.3 6
-01001110 341.8 6
-01001110 159.4 6
-01001110 310.2 6
-01001110 222.7 6
-01001110 195.9 6
-01001110 327.5 6
-01001110 130.6 6
-01001110 307.1 6
-01001110 215.6 6
-01001110 281.2 6
-01001110 175.4 6
-01001110 324.6 6
-01001110 496.7 6
-01001110 252.6 6
-01001110 248.3 6
-01001110 435.8 6
-01001110 352.4 6
-01001110 278.5 6
-01001110 144.7 6
-01001110 177.7 6
-01001110 259.8 6
-01001110 354.8 6
-01001110 321.5 6
-01001110 173.9 6
-01001110 441.8 6
-01001110 201.4 6
-01001110 349.7 6
-01001110 180.1 6
-01001110 263.3 6
-01001110 374.9 6
-01001110 204.7 6
-01001110 381.7 6
-01001110 302.8 6
-01001110 631.8 6
-01001110 185.5 6
-01001110 249.8 6
-01001110 269.5 6
-01001110 596.9 6
-01001110 566.3 6
-01001110 471.2 6
-01001110 209.4 6
-01001110 156.7 6
-01001110 406.5 6
-01001110 408.5 6
-01001110 322.9 6
-01001110 501.1 6
-01001110 283.2 6
-01001110 426.9 6
-01001110 246.1 6
-01001110 496.2 6
-01001110 422.2 6
-01001110 160.4 6
-01001110 272.8 6
-01001110 333.4 6
-01001110 245.8 6
-01001110 542.4 6
-01001110 267.2 6
-01001110 252.3 6
-01001110 383.3 6
-01001110 149.1 6
-01001110 173.8 6
-01001110 328.1 6
-01001110 887.5 6
-01001110 281.9 6
-01001110 265.8 6
-01001110 429.5 6
-01001110 261.3 6
-01001110 615.4 6
-01001110 145.3 6
-01001110 212.8 6
-01001110 241.1 6
-01001110 243.9 6
-01001110 836 6
-01001110 244.8 6
-01001110 310.8 6
-01001110 318.5 6
-01001110 113.8 6
-01001110 283.4 6
-01001110 186.7 6
-01001110 235.1 6
-01001110 268.1 6
-01001110 141.1 6
-01001110 475.9 6
-01001110 702.4 6
-01001110 232.6 6
-01001110 464.5 6
-01001110 323.2 6
-01001110 305.7 6
-01001110 219.8 6
-01001110 185.7 6
-01001110 153.3 6
-01001110 270.6 6
-01001110 159.7 7
-01001110 997 7
-01001110 95.8 7
-01001110 262.1 7
-01001110 306.8 7
-01001110 242.7 7
-01001110 109.9 7
-01001110 161.1 7
-01001110 207.4 7
-01001110 211.8 7
-01001110 124.7 7
-01001110 107.4 7
-01001110 309.5 7
-01001110 230.1 7
-01001110 206.7 7
-01001110 146.6 7
-01001110 245.7 7
-01001110 149.7 7
-01001110 919.4 7
-01001110 300.5 7
-01001110 128.2 7
-01001110 776.7 7
-01001110 119.3 7
-01001110 412.8 7
-01001110 392.2 7
-01001110 304.9 7
-01001110 104.9 7
-01001110 199.9 7
-01001110 146.9 7
-01001110 379.6 7
-01001110 234.6 7
-01001110 313.6 7
-01001110 202.4 7
-01001110 911.4 7
-01001110 156.2 7
-01001110 229.9 7
-01001110 562.5 7
-01001110 200.6 7
-01001110 447.8 7
-01001110 455.6 7
-01001110 249.5 7
-01001110 243.4 7
-01001110 123.2 7
-01001110 130.1 7
-01001110 214.2 7
-01001110 244.7 7
-01001110 174.4 7
-01001110 194.5 7
-01001110 154.4 7
-01001110 327.2 7
-01001110 143.6 7
-01001110 120.2 7
-01001110 282.9 7
-01001110 397.9 7
-01001110 201.3 7
-01001110 420.9 7
-01001110 380.2 7
-01001110 97.6 7
-01001110 158.9 7
-01001110 532.2 7
-01001110 335.4 7
-01001110 203.2 7
-01001110 178.4 7
-01001110 230.2 7
-01001110 171.4 7
-01001110 105.1 7
-01001110 490.6 7
-01001110 283.8 7
-01001110 198.7 7
-01001110 163.8 7
-01001110 205.4 7
-01001110 267.3 7
-01001110 200.2 7
-01001110 262.8 7
-01001110 209.5 7
-01001110 550.1 7
-01001110 152.2 7
-01001110 251.5 7
-01001110 516.2 7
-01001110 259.9 7
-01001110 366.4 7
-01001110 411.3 7
-01001110 203.7 7
-01001110 883.4 7
-01001110 342.7 7
-01001110 285.6 7
-01001110 201.7 7
-01001110 214.7 7
-01001110 192.8 7
-01001110 198.1 7
-01001110 192.7 7
-01001110 978 7
-01001110 361.9 7
-01001110 298.5 7
-01001110 197.7 7
-01001110 285.8 7
-01001110 147.2 7
-01001110 197.2 7
-01001110 472.3 7
-01001110 174.1 7
-01001110 169.2 7
-01001110 608.1 7
-01001110 210.6 7
-01001110 162.3 7
-01001110 292.8 7
-01001110 287.6 7
-01001110 191.9 7
-01001110 279.7 7
-01001110 193.2 7
-01001110 238.6 7
-01001110 249.2 7
-01001110 374.7 7
-01001110 169.4 7
-01001110 258.5 7
-01001110 164.1 7
-01001110 218.5 7
-01001110 162.2 7
-01001110 215.1 7
-01001110 2,825 7
-01001110 416.5 7
-01001110 221.3 7
-01001110 146.3 7
-01001110 161.4 7
-01001110 136.3 7
-01001110 198.9 7
-01001110 136.2 7
-01001110 316.7 7
-01001110 195.5 7
-01001110 124.2 7
-01001110 296.5 7
-01001110 141.7 7
-01001110 194.7 7
-01001110 182.7 7
-01001110 198.3 7
-01001110 277.4 7
-01001110 106.6 7
-01001110 137.4 7
-01001110 237.7 7
-01001110 225.1 7
-01001110 274.1 7
-01001110 198.6 7
-01001110 254.9 7
-01001110 264.4 7
-01001110 908.8 7
-01001110 488.7 7
-01001110 158.8 7
-01001110 394.5 7
-01001110 189.3 7
-01001110 188.6 7
-01001110 190.1 7
-01001110 234.8 7
-01001110 119.6 7
-01001110 167.2 7
-01001110 129.4 7
-01001110 199.7 7
-01001110 208.6 7
-01001110 177.9 7
-01001110 939 7
-01001110 314.5 7
-01001110 438.2 7
-01001110 536.5 7
-01001110 460.2 7
-01001110 185.4 7
-01001110 314.2 7
-01001110 348.5 7
-01001110 134.3 7
-01001110 130.8 7
-01001110 205.6 7
-01001110 120.7 7
-01001110 187.1 7
-01001110 208.4 7
-01001110 871.1 7
-01001110 274.7 7
-01001110 151.9 7
-01001110 325.5 7
-01001110 305.2 7
-01001110 94.9 7
-01001110 222.3 7
-01001110 417.9 7
-01001110 281.4 7
-01001110 225.5 7
-01001110 192.2 7
-01001110 303.1 7
-01001110 127.7 7
-01001110 149.6 7
-01001110 293.5 7
-01001110 129.7 7
-01001110 121.8 7
-01001110 233.6 7
-01001110 284.9 7
-01001110 242.9 7
-01001110 332.6 7
-01001110 151.1 7
-01001110 139.4 7
-01001110 163.9 7
-01001110 201.6 7
-01001110 223.2 7
-01001110 167.8 7
-01001110 172.1 7
-01001110 282.3 7
-01001110 504.2 7
-01001110 196.1 7
-01001110 637.6 7
-01001110 250.9 7
-01001110 298.2 7
-01001110 158.6 7
-01001110 211.7 7
-01001110 164.7 7
-01001110 227.4 7
-01001110 203.1 7
-01001110 219.6 7
-01001110 119.9 7
-01001110 197.8 7
-01001110 273.7 7
-01001110 226.6 7
-01001110 210.9 7
-01001110 160.3 7
-01001110 18.86 7
-01001110 190.5 7
-01001110 887.4 7
-01001110 236.9 7
-01001110 143.8 7
-01001110 296.7 7
-01001110 194.4 7
-01001110 266.7 7
-01001110 25.55 7
-01001110 298.6 7
-01001110 237.6 7
-01001110 184.5 7
-01001110 155.9 7
-01001110 214.8 8
-01001110 188.8 8
-01001110 240.7 8
-01001110 177.3 8
-01001110 181.8 8
-01001110 577.5 8
-01001110 188.1 8
-01001110 150.8 8
-01001110 166.1 8
-01001110 161.7 8
-01001110 423.5 8
-01001110 925.3 8
-01001110 125.23 8
-01001110 126.9 8
-01001110 169.7 8
-01001110 163.5 8
-01001110 182.1 8
-01001110 337.9 8
-01001110 167.3 8
-01001110 231.1 8
-01001110 144.2 8
-01001110 223.6 8
-01001110 228.5 8
-01001110 288.1 8
-01001110 177.5 8
-01001110 169.8 8
-01001110 140.8 8
-01001110 137.6 8
-01001110 576.4 8
-01001110 196.6 8
-01001110 496.5 8
-01001110 221.2 8
-01001110 232.3 8
-01001110 883 8
-01001110 128.3 8
-01001110 142.6 8
-01001110 186.2 8
-01001110 174.8 8
-01001110 157.2 8
-01001110 235.4 8
-01001110 256.7 8
-01001110 198.8 8
-01001110 155.7 8
-01001110 107.1 8
-01001110 359.5 8
-01001110 327.6 8
-01001110 282.8 8
-01001110 95.6 8
-01001110 247.7 8
-01001110 771.2 8
-01001110 134.6 8
-01001110 151.6 8
-01001110 931.2 8
-01001110 197.4 8
-01001110 131.3 8
-01001110 391.7 8
-01001110 156.5 8
-01001110 111.3 8
-01001110 174.2 8
-01001110 344.6 8
-01001110 545.5 8
-01001110 229.7 8
-01001110 337.7 8
-01001110 352.7 8
-01001110 587.5 8
-01001110 538.9 8
-01001110 159.1 8
-01001110 616.8 8
-01001110 314.4 8
-01001110 150.3 8
-01001110 143.3 8
-01001110 140.9 8
-01001110 144.4 8
-01001110 152.9 8
-01001110 166.9 8
-01001110 262.5 8
-01001110 125.6 8
-01001110 267.5 8
-01001110 233.2 8
-01001110 146.1 8
-01001110 110.7 8
-01001110 231.5 8
-01001110 948 8
-01001110 294.5 8
-01001110 149.5 8
-01001110 812.8 8
-01001110 181.1 8
-01001110 395.7 8
-01001110 233.8 8
-01001110 187.2 8
-01001110 107.3 8
-01001110 153.4 8
-01001110 366.1 8
-01001110 135.7 8
-01001110 216.7 8
-01001110 200.9 8
-01001110 152.1 8
-01001110 179.8 8
-01001110 425.9 8
-01001110 248.8 8
-01001110 505.5 8
-01001110 292.9 8
-01001110 172.9 8
-01001110 201.5 8
-01001110 132.9 8
-01001110 227.5 8
-01001110 222.8 8
-01001110 205.7 8
-01001110 265.7 8
-01001110 183.2 8
-01001110 703.5 8
-01001110 173.4 8
-01001110 324.5 8
-01001110 539.9 8
-01001110 112.2 8
-01001110 196.2 8
-01001110 204.6 8
-01001110 235.5 8
-01001110 118.7 8
-01001110 111.4 8
-01001110 493.1 8
-01001110 390.6 8
-01001110 177.2 8
-01001110 172.3 8
-01001110 233.4 8
-01001110 240.8 8
-01001110 315.5 8
-01001110 110.9 8
-01001110 232.9 8
-01001110 288.4 8
-01001110 986.6 8
-01001110 243.8 8
-01001110 247.5 8
-01001110 353.5 8
-01001110 184.8 8
-01001110 412.5 8
-01001110 133.1 8
-01001110 194.2 8
-01001110 114.8 8
-01001110 239.1 8
-01001110 476.5 8
-01001110 664.4 8
-01001110 441.6 8
-01001110 287.5 8
-01001110 293.6 8
-01001110 138.1 8
-01001110 264.9 8
-01001110 184.6 8
-01001110 160.8 8
-01001110 110.5 8
-01001110 170.3 8
-01001110 134.2 8
-01001110 125.3 8
-01001110 175.8 8
-01001110 260.7 8
-01001110 154.2 8
-01001110 157.3 8
-01001110 140.7 8
-01001110 782.5 8
-01001110 200.1 8
-01001110 246.9 8
-01001110 178.2 8
-01001110 234.4 8
-01001110 338.4 9
-01001110 190.8 9
-01001110 195.4 9
-01001110 238.9 9
-01001110 478.2 9
-01001110 108.2 9
-01001110 148.2 9
-01001110 318.3 9
-01001110 907 9
-01001110 179.9 9
-01001110 324.1 9
-01001110 206.5 9
-01001110 188.9 9
-01001110 127.3 9
-01001110 182.9 9
-01001110 131.6 9
-01001110 178.8 9
-01001110 202.3 9
-01001110 189.1 9
-01001110 262.3 9
-01001110 159.5 9
-01001110 991 9
-01001110 282.4 9
-01001110 165.4 9
-01001110 197.9 9
-01001110 255.9 9
-01001110 791 9
-01001110 164.4 9
-01001110 102.2 9
-01001110 896 9
-01001110 120.5 9
-01001110 137.3 9
-01001110 133.2 9
-01001110 184.2 9
-01001110 242.8 9
-01001110 139.3 9
-01001110 :30 9
-01001110 456.8 9
-01001110 199.8 9
-01001110 230.9 9
-01001110 260.8 9
-01001110 187.9 9
-01001110 472.9 9
-01001110 122.6 9
-01001110 223.3 9
-01001110 151.4 9
-01001110 161.3 9
-01001110 219.2 9
-01001110 149.3 9
-01001110 241.9 9
-01001110 142.3 9
-01001110 220.6 9
-01001110 118.2 9
-01001110 173.5 9
-01001110 182.5 9
-01001110 296.8 9
-01001110 220.8 9
-01001110 947 9
-01001110 979 9
-01001110 240.5 9
-01001110 128.5 9
-01001110 130.2 9
-01001110 294.7 9
-01001110 166.3 9
-01001110 162.9 9
-01001110 227.8 9
-01001110 135.1 9
-01001110 233.3 9
-01001110 266.4 9
-01001110 992 9
-01001110 147.9 9
-01001110 134.5 9
-01001110 973 9
-01001110 156.8 9
-01001110 183.7 9
-01001110 333.2 9
-01001110 145.8 9
-01001110 93.9 9
-01001110 193.9 9
-01001110 154.3 9
-01001110 265.5 9
-01001110 190.2 9
-01001110 173.7 9
-01001110 185.6 9
-01001110 260.9 9
-01001110 445.1 9
-01001110 193.4 9
-01001110 662.3 9
-01001110 142.8 9
-01001110 178.3 9
-01001110 114.1 9
-01001110 202.8 9
-01001110 288.7 9
-01001110 137.8 9
-01001110 152.6 9
-01001110 164.9 9
-01001110 165.1 9
-01001110 131.8 9
-01001110 117.7 9
-01001110 111.1 9
-01001110 130.5 9
-01001110 133.7 9
-01001110 197.3 9
-01001110 447.7 9
-01001110 173.6 9
-01001110 183.1 9
-01001110 182.2 9
-01001110 142.9 9
-01001110 234.2 9
-01001110 247.3 9
-01001110 961 9
-01001110 174.7 9
-01001110 102.1 9
-01001110 273.9 9
-01001110 167.6 9
-01001110 224.3 9
-01001110 128.6 9
-01001110 962 9
-01001110 239.3 9
-01001110 140.4 9
-01001110 395.6 9
-01001110 537.5 9
-01001110 217.7 9
-01001110 341.1 9
-01001110 252.2 9
-01001110 176.9 9
-01001110 224.4 9
-01001110 585.2 9
-01001110 199.5 9
-01001110 176.6 9
-01001110 100.8 9
-01001110 152.4 9
-01001110 343.9 9
-01001110 104.8 9
-01001110 159.6 9
-01001110 122.8 9
-01001110 211.9 9
-01001110 138.4 9
-01001110 104.7 10
-01001110 851 10
-01001110 128.4 10
-01001110 238.3 10
-01001110 403.4 10
-01001110 123.4 10
-01001110 138.3 10
-01001110 681 10
-01001110 137.2 10
-01001110 148.3 10
-01001110 521.1 10
-01001110 195.3 10
-01001110 129.2 10
-01001110 189.5 10
-01001110 148.9 10
-01001110 279.6 10
-01001110 121.1 10
-01001110 127.9 10
-01001110 102.7 10
-01001110 131.7 10
-01001110 172.2 10
-01001110 177.8 10
-01001110 198.4 10
-01001110 125.4 10
-01001110 361.1 10
-01001110 135.2 10
-01001110 156.3 10
-01001110 721 10
-01001110 120.4 10
-01001110 859 10
-01001110 159.2 10
-01001110 166.5 10
-01001110 139.2 10
-01001110 163.6 10
-01001110 175.1 10
-01001110 258.8 10
-01001110 120.3 10
-01001110 113.2 10
-01001110 91.4 10
-01001110 132.7 10
-01001110 238.7 10
-01001110 143.4 10
-01001110 236.5 10
-01001110 149.4 10
-01001110 194.3 10
-01001110 226.5 10
-01001110 245.5 10
-01001110 694.4 10
-01001110 140.5 10
-01001110 133.3 10
-01001110 708.5 10
-01001110 101.7 10
-01001110 164.3 10
-01001110 138.9 10
-01001110 146.4 10
-01001110 126.2 10
-01001110 337.5 10
-01001110 323.6 10
-01001110 146.2 10
-01001110 130.4 10
-01001110 983 10
-01001110 933 10
-01001110 834 10
-01001110 125.1 10
-01001110 141.6 10
-01001110 240.3 10
-01001110 108.4 10
-01001110 307.5 10
-01001110 876 10
-01001110 138.6 10
-01001110 226.1 10
-01001110 155.8 10
-01001110 136.1 10
-01001110 139.1 10
-01001110 143.7 10
-01001110 156.1 10
-01001110 336.5 10
-01001110 227.3 10
-01001110 118.3 10
-01001110 232.5 10
-01001110 127.1 10
-01001110 313.5 10
-01001110 183.4 10
-01001110 163.4 10
-01001110 168.6 10
-01001110 216.2 10
-01001110 854 10
-01001110 204.8 10
-01001110 165.9 10
-01001110 138.5 10
-01001110 733 10
-01001110 289.6 10
-01001110 110.1 10
-01001110 187.8 10
-01001110 107.2 10
-01001110 455.1 10
-01001110 161.6 10
-01001110 93.4 10
-01001110 115.4 10
-01001110 175.6 10
-01001110 803.5 10
-01001110 158.7 10
-01001110 121.9 10
-01001110 678.4 10
-01001110 191.3 10
-01001110 141.9 10
-01001110 96.1 10
-01001110 189.9 10
-01001110 123.1 10
-01001110 207.8 10
-01001110 457.8 10
-01001110 154.9 10
-01001110 395.5 10
-01001110 189.8 10
-01001110 107.7 10
-01001110 959 10
-01001110 168.8 10
-01001110 180.5 10
-01001110 163.1 10
-01001110 151.3 10
-01001110 163.2 10
-01001110 166.7 10
-01001110 226.4 10
-01001110 114.4 10
-01001110 846 10
-01001110 178.7 10
-01001110 117.2 10
-01001110 184.1 10
-01001110 839 10
-01001110 161.9 10
-01001110 218.9 10
-01001110 879 11
-01001110 193.8 11
-01001110 141.4 11
-01001110 124.9 11
-01001110 172.4 11
-01001110 242.5 11
-01001110 230.4 11
-01001110 165.8 11
-01001110 206.2 11
-01001110 168.4 11
-01001110 180.6 11
-01001110 139.9 11
-01001110 151.5 11
-01001110 182.6 11
-01001110 126.5 11
-01001110 175.5 11
-01001110 316.4 11
-01001110 362.5 11
-01001110 243.3 11
-01001110 817 11
-01001110 140.1 11
-01001110 121.7 11
-01001110 164.8 11
-01001110 265.4 11
-01001110 166.4 11
-01001110 749 11
-01001110 175.2 11
-01001110 115.8 11
-01001110 994 11
-01001110 821 11
-01001110 899 11
-01001110 368.4 11
-01001110 161.5 11
-01001110 112.6 11
-01001110 188.3 11
-01001110 103.9 11
-01001110 176.2 11
-01001110 200.4 11
-01001110 101.9 11
-01001110 756 11
-01001110 244.5 11
-01001110 168.5 11
-01001110 159.8 11
-01001110 179.4 11
-01001110 134.9 11
-01001110 150.6 11
-01001110 119.4 11
-01001110 192.6 11
-01001110 137.7 11
-01001110 144.5 11
-01001110 149.2 11
-01001110 200.7 11
-01001110 488.3 11
-01001110 406.2 11
-01001110 198.2 11
-01001110 170.6 11
-01001110 209.1 11
-01001110 116.8 11
-01001110 161.8 11
-01001110 171.7 11
-01001110 102.9 11
-01001110 190.9 11
-01001110 120.9 11
-01001110 247.6 11
-01001110 144.6 11
-01001110 232.8 11
-01001110 150.5 11
-01001110 802 11
-01001110 224.6 11
-01001110 150.9 11
-01001110 116.5 11
-01001110 371.4 11
-01001110 943 11
-01001110 156.4 11
-01001110 147.6 11
-01001110 340.5 11
-01001110 659 11
-01001110 424.2 11
-01001110 167.9 11
-01001110 126.8 11
-01001110 185.9 11
-01001110 186.5 11
-01001110 145.1 11
-01001110 132.8 11
-01001110 147.7 11
-01001110 276.2 11
-01001110 131.5 11
-01001110 173.1 11
-01001110 261.4 11
-01001110 179.3 11
-01001110 93.1 11
-01001110 170.4 11
-01001110 91.7 11
-01001110 157.7 11
-01001110 162.7 11
-01001110 126.3 11
-01001110 160.9 11
-01001110 158.5 11
-01001110 134.7 11
-01001110 137.9 11
-01001110 100.1 11
-01001110 140.3 11
-01001110 110.2 11
-01001110 171.5 11
-01001110 108.7 11
-01001110 157.8 12
-01001110 279.1 12
-01001110 123.7 12
-01001110 190.6 12
-01001110 92.2 12
-01001110 112.3 12
-01001110 213.5 12
-01001110 264.5 12
-01001110 949 12
-01001110 285.4 12
-01001110 162.5 12
-01001110 244.3 12
-01001110 98.1 12
-01001110 264.8 12
-01001110 187.5 12
-01001110 188.5 12
-01001110 96.6 12
-01001110 129.5 12
-01001110 256.6 12
-01001110 301.5 12
-01001110 150.4 12
-01001110 128.7 12
-01001110 142.4 12
-01001110 953 12
-01001110 185.3 12
-01001110 110.3 12
-01001110 117.3 12
-01001110 122.2 12
-01001110 170.8 12
-01001110 243.2 12
-01001110 189.6 12
-01001110 946 12
-01001110 150.2 12
-01001110 669 12
-01001110 96.8 12
-01001110 131.1 12
-01001110 148.7 12
-01001110 191.7 12
-01001110 147.8 12
-01001110 112.4 12
-01001110 140.6 12
-01001110 170.5 12
-01001110 110.4 12
-01001110 114.3 12
-01001110 146.5 12
-01001110 856 12
-01001110 101.3 12
-01001110 113.9 12
-01001110 222.5 12
-01001110 155.4 12
-01001110 629 12
-01001110 893 12
-01001110 121.5 12
-01001110 174.6 12
-01001110 156.9 12
-01001110 831 12
-01001110 164.2 12
-01001110 99.4 12
-01001110 722 12
-01001110 101.6 12
-01001110 339.2 12
-01001110 145.2 12
-01001110 912 12
-01001110 171.9 12
-01001110 647 12
-01001110 132.2 12
-01001110 116.1 12
-01001110 130.3 12
-01001110 130.7 12
-01001110 125.7 12
-01001110 877 12
-01001110 313.2 12
-01001110 109.6 12
-01001110 266.5 12
-01001110 128.1 12
-01001110 133.5 12
-01001110 122.5 12
-01001110 132.4 12
-01001110 152.8 12
-01001110 987 12
-01001110 151.2 12
-01001110 118.6 12
-01001110 88.7 12
-01001110 207.5 12
-01001110 153.5 12
-01001110 110.8 12
-01001110 952 13
-01001110 119.5 13
-01001110 168.7 13
-01001110 97.2 13
-01001110 113.3 13
-01001110 122.7 13
-01001110 784 13
-01001110 120.6 13
-01001110 193.3 13
-01001110 242.4 13
-01001110 123.8 13
-01001110 186.9 13
-01001110 728 13
-01001110 124.4 13
-01001110 138.7 13
-01001110 743 13
-01001110 251.4 13
-01001110 149.9 13
-01001110 106.4 13
-01001110 185.8 13
-01001110 108.8 13
-01001110 857 13
-01001110 122.4 13
-01001110 111.9 13
-01001110 781 13
-01001110 759 13
-01001110 108.9 13
-01001110 113.7 13
-01001110 299.6 13
-01001110 163.3 13
-01001110 117.9 13
-01001110 93.3 13
-01001110 130.9 13
-01001110 141.3 13
-01001110 107.9 13
-01001110 273.5 13
-01001110 73.9 13
-01001110 144.3 13
-01001110 951 13
-01001110 643 13
-01001110 719 13
-01001110 153.8 13
-01001110 98.8 13
-01001110 114.6 13
-01001110 147.1 13
-01001110 98.7 13
-01001110 210.7 13
-01001110 679 13
-01001110 116.6 13
-01001110 180.3 13
-01001110 210.4 13
-01001110 117.8 13
-01001110 874 13
-01001110 103.3 13
-01001110 155.1 13
-01001110 144.8 13
-01001110 861 13
-01001110 853 13
-01001110 984 13
-01001110 697 13
-01001110 887 13
-01001110 136.5 13
-01001110 871 13
-01001110 116.9 13
-01001110 157.6 13
-01001110 142.7 13
-01001110 204.9 13
-01001110 159.9 13
-01001110 141.2 13
-01001110 126.7 13
-01001110 148.5 13
-01001110 769 13
-01001110 171.8 13
-01001110 179.5 13
-01001110 91.1 13
-01001110 108.1 13
-01001110 121.4 13
-01001110 138.2 14
-01001110 935 14
-01001110 145.7 14
-01001110 225.8 14
-01001110 107.5 14
-01001110 682 14
-01001110 123.9 14
-01001110 708 14
-01001110 106.7 14
-01001110 706 14
-01001110 84.7 14
-01001110 142.5 14
-01001110 151.7 14
-01001110 744 14
-01001110 132.6 14
-01001110 115.6 14
-01001110 192.5 14
-01001110 117.4 14
-01001110 127.4 14
-01001110 124.8 14
-01001110 74.1 14
-01001110 573.8 14
-01001110 124.6 14
-01001110 123.3 14
-01001110 866 14
-01001110 147.4 14
-01001110 656.8 14
-01001110 813 14
-01001110 77.9 14
-01001110 115.9 14
-01001110 571 14
-01001110 169.3 14
-01001110 823 14
-01001110 151.8 14
-01001110 356.3 14
-01001110 127.6 14
-01001110 127.5 14
-01001110 135.6 14
-01001110 118.8 14
-01001110 181.4 14
-01001110 118.9 14
-01001110 135.5 14
-01001110 954 14
-01001110 131.2 14
-01001110 275.3 14
-01001110 596 14
-01001110 152.7 14
-01001110 148.6 14
-01001110 230.5 14
-01001110 129.8 14
-01001110 124.1 14
-01001110 714 14
-01001110 119.7 14
-01001110 963 14
-01001110 894 14
-01001110 841 14
-01001110 968 14
-01001110 132.1 14
-01001110 109.5 14
-01001110 176.5 14
-01001110 113.6 14
-01001110 129.3 14
-01001110 88.9 14
-01001110 131.9 14
-01001110 109.4 14
-01001110 133.8 14
-01001110 969 14
-01001110 206.3 14
-01001110 583 14
-01001110 241.4 14
-01001110 115.1 14
-01001110 462.8 14
-01001110 111.7 14
-01001110 191.8 14
-01001110 139.7 14
-01001110 96.7 14
-01001110 116.3 14
-01001110 101.8 14
-01001110 85.8 14
-01001110 864 14
-01001110 187.7 14
-01001110 122.3 15
-01001110 862 15
-01001110 155.2 15
-01001110 878 15
-01001110 165.5 15
-01001110 197.1 15
-01001110 105.8 15
-01001110 181.6 15
-01001110 83.4 15
-01001110 173.2 15
-01001110 110.6 15
-01001110 725.2 15
-01001110 182.8 15
-01001110 105.9 15
-01001110 125.5 15
-01001110 181.9 15
-01001110 236.1 15
-01001110 100.6 15
-01001110 111.5 15
-01001110 84.1 15
-01001110 778 15
-01001110 637 15
-01001110 904 15
-01001110 109.7 15
-01001110 826 15
-01001110 170.1 15
-01001110 96.9 15
-01001110 122.9 15
-01001110 822 15
-01001110 424.3 15
-01001110 89.2 15
-01001110 986 15
-01001110 94.6 15
-01001110 888 15
-01001110 225.9 15
-01001110 507.6 15
-01001110 914 15
-01001110 153.9 15
-01001110 67.2 15
-01001110 103.2 15
-01001110 112.8 15
-01001110 104.4 15
-01001110 981 15
-01001110 141.8 15
-01001110 155.6 15
-01001110 145.6 15
-01001110 105.7 15
-01001110 108.5 15
-01001110 771 15
-01001110 873 15
-01001110 171.3 15
-01001110 96.4 15
-01001110 192.3 15
-01001110 165.7 15
-01001110 129.6 15
-01001110 787 15
-01001110 134.4 15
-01001110 243.5 15
-01001110 139.8 15
-01001110 971 15
-01001110 104.1 15
-01001110 843 15
-01001110 804 15
-01001110 689 15
-01001110 73.1 15
-01001110 136.6 15
-01001110 816 15
-01001110 139.5 15
-01001110 106.8 15
-01001110 982 15
-01001110 577 15
-01001110 178.5 15
-01001110 913 16
-01001110 97.7 16
-01001110 153.6 16
-01001110 201.2 16
-01001110 686 16
-01001110 90.6 16
-01001110 158.4 16
-01001110 591 16
-01001110 160.2 16
-01001110 109.3 16
-01001110 109.8 16
-01001110 779 16
-01001110 176.4 16
-01001110 832 16
-01001110 113.1 16
-01001110 128.9 16
-01001110 95.9 16
-01001110 746 16
-01001110 152.3 16
-01001110 833 16
-01001110 519 16
-01001110 114.9 16
-01001110 723 16
-01001110 148.8 16
-01001110 102.4 16
-01001110 809 16
-01001110 138.8 16
-01001110 97.1 16
-01001110 97.3 16
-01001110 93.7 16
-01001110 87.1 16
-01001110 678 16
-01001110 774 16
-01001110 127.8 16
-01001110 557 16
-01001110 193.5 16
-01001110 772 16
-01001110 123.5 16
-01001110 136.9 16
-01001110 101.4 16
-01001110 867 16
-01001110 554 16
-01001110 938 16
-01001110 782 16
-01001110 764 16
-01001110 104.5 16
-01001110 768 16
-01001110 114.5 16
-01001110 103.7 16
-01001110 761 16
-01001110 937 16
-01001110 829 16
-01001110 115.2 16
-01001110 105.2 16
-01001110 123.6 16
-01001110 918 16
-01001110 88.8 16
-01001110 886 16
-01001110 338.5 16
-01001110 884 16
-01001110 903 16
-01001110 85.7 16
-01001110 73.2 16
-01001110 95.3 16
-01001110 731 16
-01001110 421 16
-01001110 238.1 16
-01001110 106.5 16
-01001110 104.3 16
-01001110 683 16
-01001110 147.5 16
-01001110 121.2 16
-01001110 142.2 17
-01001110 808 17
-01001110 100.3 17
-01001110 932 17
-01001110 143.2 17
-01001110 108.3 17
-01001110 114.2 17
-01001110 799 17
-01001110 806 17
-01001110 145.5 17
-01001110 84.4 17
-01001110 663 17
-01001110 112.7 17
-01001110 111.8 17
-01001110 602 17
-01001110 92.3 17
-01001110 789 17
-01001110 113.5 17
-01001110 176.8 17
-01001110 692 17
-01001110 169.5 17
-01001110 134.1 17
-01001110 818 17
-01001110 103.8 17
-01001110 96.3 17
-01001110 81.9 17
-01001110 503 17
-01001110 125.8 17
-01001110 96.2 17
-01001110 109.1 17
-01001110 76.8 17
-01001110 118.5 17
-01001110 931 17
-01001110 101.1 17
-01001110 104.6 17
-01001110 964 17
-01001110 172.5 17
-01001110 135.8 17
-01001110 732 17
-01001110 845 17
-01001110 94.8 17
-01001110 125.9 17
-01001110 88.1 17
-01001110 162.1 17
-01001110 91.9 17
-01001110 91.6 17
-01001110 94.4 17
-01001110 114.7 17
-01001110 674 17
-01001110 87.7 17
-01001110 72.1 17
-01001110 905 17
-01001110 471 17
-01001110 111.6 17
-01001110 709 17
-01001110 916 17
-01001110 99.1 17
-01001110 957 18
-01001110 812 18
-01001110 86.3 18
-01001110 654 18
-01001110 633 18
-01001110 157.5 18
-01001110 113.4 18
-01001110 762 18
-01001110 155.5 18
-01001110 87.8 18
-01001110 942 18
-01001110 74.4 18
-01001110 100.9 18
-01001110 93.8 18
-01001110 586 18
-01001110 167.5 18
-01001110 135.9 18
-01001110 154.6 18
-01001110 103.4 18
-01001110 105.6 18
-01001110 135.4 18
-01001110 872 18
-01001110 84.8 18
-01001110 838 18
-01001110 165.3 18
-01001110 136.7 18
-01001110 165.2 18
-01001110 100.4 18
-01001110 868 18
-01001110 882 18
-01001110 667 18
-01001110 97.4 18
-01001110 217.5 18
-01001110 102.8 18
-01001110 148.1 18
-01001110 352.5 18
-01001110 122.1 18
-01001110 712 18
-01001110 803 18
-01001110 623 18
-01001110 88.4 18
-01001110 136.8 18
-01001110 726 18
-01001110 282.6 18
-01001110 111.2 18
-01001110 102.5 18
-01001110 797 18
-01001110 102.3 18
-01001110 83.9 18
-01001110 711 18
-01001110 197.5 18
-01001110 651 18
-01001110 141.5 18
-01001110 664 18
-01001110 115.3 18
-01001110 547 19
-01001110 618 19
-01001110 96.5 19
-01001110 89.9 19
-01001110 69.9 19
-01001110 71.3 19
-01001110 989 19
-01001110 106.9 19
-01001110 136.4 19
-01001110 892 19
-01001110 77.1 19
-01001110 107.8 19
-01001110 100.7 19
-01001110 798 19
-01001110 641 19
-01001110 106.3 19
-01001110 717 19
-01001110 103.1 19
-01001110 716 19
-01001110 739 19
-01001110 753 19
-01001110 95.5 19
-01001110 811 19
-01001110 92.9 19
-01001110 115.5 19
-01001110 81.4 19
-01001110 76.1 19
-01001110 634 19
-01001110 84.2 19
-01001110 85.4 19
-01001110 120.1 19
-01001110 924 19
-01001110 91.2 19
-01001110 71.8 19
-01001110 87.2 19
-01001110 126.4 19
-01001110 701 19
-01001110 88.3 19
-01001110 106.2 19
-01001110 863 19
-01001110 124.5 19
-01001110 694 20
-01001110 718 20
-01001110 135.3 20
-01001110 90.9 20
-01001110 94.7 20
-01001110 556 20
-01001110 104.2 20
-01001110 66.8 20
-01001110 108.6 20
-01001110 69.2 20
-01001110 786 20
-01001110 76.6 20
-01001110 666 20
-01001110 103.6 20
-01001110 684 20
-01001110 72.6 20
-01001110 76.4 20
-01001110 724 20
-01001110 541 20
-01001110 93.2 20
-01001110 814 20
-01001110 844 20
-01001110 129.9 20
-01001110 742.8 20
-01001110 129.1 20
-01001110 94.1 20
-01001110 85.9 20
-01001110 653 20
-01001110 661 20
-01001110 677 20
-01001110 116.4 20
-01001110 597 20
-01001110 668 20
-01001110 100.2 20
-01001110 657 20
-01001110 73.6 20
-01001110 622 20
-01001110 941 20
-01001110 87.9 20
-01001110 128.8 20
-01001110 729 20
-01001110 93.6 20
-01001110 92.8 20
-01001110 124.3 20
-01001110 105.5 20
-01001110 601 20
-01001110 704 20
-01001110 956 20
-01001110 90.7 20
-01001110 68.7 21
-01001110 120.8 21
-01001110 921 21
-01001110 85.3 21
-01001110 702 21
-01001110 673 21
-01001110 642 21
-01001110 99.6 21
-01001110 146.7 21
-01001110 579 21
-01001110 498 21
-01001110 626 21
-01001110 885 21
-01001110 945 21
-01001110 489 21
-01001110 68.9 21
-01001110 652 21
-01001110 100.5 21
-01001110 796 21
-01001110 71.6 21
-01001110 90.5 21
-01001110 752 21
-01001110 109.2 21
-01001110 202.5 21
-01001110 75.7 21
-01001110 132.5 21
-01001110 493 21
-01001110 133.4 21
-01001110 627 21
-01001110 562 21
-01001110 617 21
-01001110 94.5 21
-01001110 84.9 21
-01001110 171.6 21
-01001110 517 21
-01001110 909 21
-01001110 89.1 21
-01001110 908 21
-01001110 828 21
-01001110 86.7 21
-01001110 95.1 21
-01001110 82.2 21
-01001110 144.1 21
-01001110 568 22
-01001110 95.7 22
-01001110 68.2 22
-01001110 929 22
-01001110 99.3 22
-01001110 815 22
-01001110 92.1 22
-01001110 139.6 22
-01001110 76.3 22
-01001110 742 22
-01001110 101.2 22
-01001110 638 22
-01001110 574 22
-01001110 78.4 22
-01001110 529 22
-01001110 67.1 22
-01001110 758 22
-01001110 990 22
-01001110 614 22
-01001110 90.3 22
-01001110 116.2 22
-01001110 741 22
-01001110 616 22
-01001110 74.7 22
-01001110 117.5 22
-01001110 98.3 22
-01001110 671 22
-01001110 98.2 22
-01001110 955 22
-01001110 74.6 22
-01001110 917 23
-01001110 514 23
-01001110 87.3 23
-01001110 609 23
-01001110 72.2 23
-01001110 73.3 23
-01001110 90.2 23
-01001110 88.6 23
-01001110 928 23
-01001110 66.9 23
-01001110 713 23
-01001110 75.8 23
-01001110 827 23
-01001110 92.7 23
-01001110 85.1 23
-01001110 90.8 23
-01001110 92.6 23
-01001110 607 23
-01001110 582 23
-01001110 738 23
-01001110 95.4 23
-01001110 198.5 23
-01001110 89.7 23
-01001110 793 23
-01001110 64.1 23
-01001110 118.4 23
-01001110 115.7 23
-01001110 98.9 23
-01001110 91.3 23
-01001110 497 24
-01001110 437 24
-01001110 152.5 24
-01001110 86.9 24
-01001110 58.1 24
-01001110 71.7 24
-01001110 92.4 24
-01001110 687 24
-01001110 91.8 24
-01001110 103.5 24
-01001110 93.5 24
-01001110 75.9 24
-01001110 613 24
-01001110 74.2 24
-01001110 126.1 24
-01001110 84.3 24
-01001110 86.2 24
-01001110 619 24
-01001110 783 24
-01001110 549 24
-01001110 168.9 24
-01001110 524 24
-01001110 78.1 24
-01001110 80.7 24
-01001110 672 24
-01001110 546 24
-01001110 78.3 25
-01001110 84.5 25
-01001110 72.3 25
-01001110 94.2 25
-01001110 688 25
-01001110 87.6 25
-01001110 79.3 25
-01001110 84.6 25
-01001110 766 25
-01001110 73.4 25
-01001110 548 25
-01001110 105.4 25
-01001110 584 25
-01001110 86.5 25
-01001110 895 25
-01001110 469 25
-01001110 735 25
-01001110 608 25
-01001110 75.3 25
-01001110 75.1 25
-01001110 773 25
-01001110 212.5 25
-01001110 79.1 25
-01001110 542 25
-01001110 499 25
-01001110 64.2 25
-01001110 521 25
-01001110 53.7 25
-01001110 71.2 25
-01001110 569 25
-01001110 819 25
-01001110 805 25
-01001110 656 25
-01001110 573 25
-01001110 691 25
-01001110 534 25
-01001110 68.1 25
-01001110 995 25
-01001110 89.4 26
-01001110 461 26
-01001110 86.1 26
-01001110 82.8 26
-01001110 88.2 26
-01001110 835 26
-01001110 55.1 26
-01001110 438 26
-01001110 70.7 26
-01001110 587 26
-01001110 78.6 26
-01001110 78.5 26
-01001110 632 26
-01001110 79.6 26
-01001110 479 26
-01001110 69.1 26
-01001110 915 26
-01001110 492 26
-01001110 561 26
-01001110 604 26
-01001110 92.5 26
-01001110 105.3 26
-01001110 63.3 26
-01001110 528 26
-01001110 581 26
-01001110 848 26
-01001110 59.4 26
-01001110 102.6 26
-01001110 606 26
-01001110 77.8 26
-01001110 60.9 26
-01001110 976 26
-01001110 411 26
-01001110 693 26
-01001110 94.3 27
-01001110 696 27
-01001110 86.6 27
-01001110 628 27
-01001110 89.8 27
-01001110 487 27
-01001110 82.3 27
-01001110 413 27
-01001110 552 27
-01001110 611 27
-01001110 67.6 27
-01001110 436 27
-01001110 51.1 27
-01001110 99.2 27
-01001110 77.3 27
-01001110 837 27
-01001110 589 27
-01001110 86.8 27
-01001110 944 27
-01001110 91.5 27
-01001110 80.9 27
-01001110 63.1 27
-01001110 481 27
-01001110 424 27
-01001110 81.1 27
-01001110 785 27
-01001110 83.2 28
-01001110 563 28
-01001110 567 28
-01001110 70.9 28
-01001110 85.6 28
-01001110 776 28
-01001110 624 28
-01001110 631 28
-01001110 75.4 28
-01001110 54.1 28
-01001110 81.6 28
-01001110 506 28
-01001110 63.7 28
-01001110 523 28
-01001110 79.4 28
-01001110 67.3 28
-01001110 919 28
-01001110 74.8 28
-01001110 75.2 28
-01001110 531 28
-01001110 77.4 28
-01001110 621 28
-01001110 74.5 28
-01001110 446 28
-01001110 516 29
-01001110 865 29
-01001110 85.5 29
-01001110 81.3 29
-01001110 75.6 29
-01001110 61.4 29
-01001110 72.4 29
-01001110 95.2 29
-01001110 55.9 29
-01001110 965 29
-01001110 65.2 29
-01001110 77.2 29
-01001110 89.3 29
-01001110 62.6 29
-01001110 77.7 29
-01001110 76.9 29
-01001110 68.4 29
-01001110 484 29
-01001110 346 29
-01001110 533 29
-01001110 551 29
-01001110 71.4 29
-01001110 448 29
-01001110 38.9 29
-01001110 69.4 29
-01001110 82.7 29
-01001110 79.2 29
-01001110 603 29
-01001110 40.7 29
-01001110 453 29
-01001110 824 29
-01001110 63.8 29
-01001110 526 29
-01001110 99.7 29
-01001110 592 29
-01001110 97.9 29
-01001110 77.5 30
-01001110 82.9 30
-01001110 61.2 30
-01001110 80.2 30
-01001110 331 30
-01001110 66.3 30
-01001110 86.4 30
-01001110 379 30
-01001110 527 30
-01001110 112.5 30
-01001110 70.4 30
-01001110 429 30
-01001110 75.5 30
-01001110 777 30
-01001110 68.6 30
-01001110 59.6 30
-01001110 488 30
-01001110 60.3 30
-01001110 65.8 30
-01001110 59.1 30
-01001110 81.7 31
-01001110 79.5 31
-01001110 71.5 31
-01001110 299.5 31
-01001110 72.8 31
-01001110 532 31
-01001110 564 31
-01001110 70.3 31
-01001110 482 31
-01001110 62.1 31
-01001110 392 31
-01001110 73.5 31
-01001110 58.7 31
-01001110 98.6 31
-01001110 81.2 31
-01001110 59.7 31
-01001110 55.2 31
-01001110 594 31
-01001110 795 32
-01001110 474 32
-01001110 72.9 32
-01001110 67.9 32
-01001110 67.4 32
-01001110 90.1 32
-01001110 462 32
-01001110 89.5 32
-01001110 65.1 32
-01001110 605 32
-01001110 578 32
-01001110 558 32
-01001110 46.9 32
-01001110 648 32
-01001110 64.4 32
-01001110 477 32
-01001110 76.7 32
-01001110 69.5 32
-01001110 71.9 32
-01001110 494 32
-01001110 442 32
-01001110 80.3 32
-01001110 65.3 32
-01001110 396 32
-01001110 82.1 33
-01001110 63.9 33
-01001110 98.4 33
-01001110 98.5 33
-01001110 43.1 33
-01001110 62.4 33
-01001110 80.6 33
-01001110 522 33
-01001110 62.8 33
-01001110 431 33
-01001110 67.8 33
-01001110 576 33
-01001110 68.8 33
-01001110 63.4 33
-01001110 70.8 33
-01001110 89.6 33
-01001110 99.8 33
-01001110 537 33
-01001110 70.1 33
-01001110 78.9 33
-01001110 69.6 33
-01001110 74.3 33
-01001110 61.1 34
-01001110 417 34
-01001110 97.8 34
-01001110 83.3 34
-01001110 57.9 34
-01001110 78.7 34
-01001110 593 34
-01001110 745 34
-01001110 434 34
-01001110 57.8 34
-01001110 80.8 34
-01001110 79.9 34
-01001110 79.7 34
-01001110 458 34
-01001110 468 34
-01001110 703 34
-01001110 69.7 34
-01001110 373 34
-01001110 496 34
-01001110 439 34
-01001110 705 34
-01001110 361 34
-01001110 64.9 34
-01001110 478 34
-01001110 394 34
-01001110 441 34
-01001110 765 34
-01001110 342 34
-01001110 53.1 34
-01001110 71.1 34
-01001110 511 34
-01001110 427 34
-01001110 66.1 34
-01001110 79.8 35
-01001110 62.9 35
-01001110 353 35
-01001110 62.2 35
-01001110 336 35
-01001110 755 35
-01001110 588 35
-01001110 404 35
-01001110 509 35
-01001110 69.8 35
-01001110 538 35
-01001110 362 35
-01001110 457 35
-01001110 65.5 35
-01001110 42.3 35
-01001110 451 36
-01001110 58.4 36
-01001110 46.7 36
-01001110 504 36
-01001110 463 36
-01001110 87.4 36
-01001110 46.4 36
-01001110 80.4 36
-01001110 74.9 36
-01001110 63.2 36
-01001110 68.5 36
-01001110 73.7 36
-01001110 76.2 36
-01001110 432 36
-01001110 56.7 36
-01001110 391 36
-01001110 81.8 36
-01001110 369 36
-01001110 78.8 36
-01001110 422 36
-01001110 483 36
-01001110 64.6 36
-01001110 45.2 36
-01001110 66.2 37
-01001110 61.3 37
-01001110 73.8 37
-01001110 416 37
-01001110 45.8 37
-01001110 566 37
-01001110 57.2 37
-01001110 64.7 37
-01001110 65.9 37
-01001110 78.2 37
-01001110 57.4 37
-01001110 52.1 37
-01001110 66.5 37
-01001110 61.7 37
-01001110 48.2 37
-01001110 41.6 37
-01001110 277 37
-01001110 44.4 37
-01001110 83.7 37
-01001110 55.6 37
-01001110 572 38
-01001110 559 38
-01001110 985 38
-01001110 62.3 38
-01001110 68.3 38
-01001110 51.3 38
-01001110 518 38
-01001110 454 38
-01001110 70.2 38
-01001110 45.9 38
-01001110 39.1 38
-01001110 85.2 38
-01001110 56.1 38
-01001110 60.2 38
-01001110 855 38
-01001110 77.6 38
-01001110 502 38
-01001110 443 38
-01001110 54.7 38
-01001110 555 38
-01001110 54.5 38
-01001110 46.6 38
-01001110 406 39
-01001110 60.7 39
-01001110 90.4 39
-01001110 407 39
-01001110 65.6 39
-01001110 61.6 39
-01001110 47.1 39
-01001110 612 39
-01001110 476 39
-01001110 49.2 39
-01001110 389 39
-01001110 59.8 39
-01001110 65.7 39
-01001110 466 39
-01001110 585 39
-01001110 359 39
-01001110 44.6 39
-01001110 54.4 39
-01001110 53.6 39
-01001110 58.8 39
-01001110 70.5 39
-01001110 53.2 40
-01001110 66.6 40
-01001110 35.1 40
-01001110 67.7 40
-01001110 372 40
-01001110 447 40
-01001110 60.8 40
-01001110 311 40
-01001110 287 40
-01001110 456 40
-01001110 66.4 40
-01001110 870 40
-01001110 60.6 40
-01001110 323 40
-01001110 88.5 40
-01001110 423 40
-01001110 42.1 40
-01001110 35.9 40
-01001110 54.8 40
-01001110 58.3 40
-01001110 48.1 41
-01001110 419 41
-01001110 97.5 41
-01001110 54.6 41
-01001110 56.6 41
-01001110 40.2 41
-01001110 32.1 41
-01001110 49.8 41
-01001110 645 41
-01001110 82.6 41
-01001110 76.5 41
-01001110 82.4 41
-01001110 920 41
-01001110 42.6 41
-01001110 433 41
-01001110 50.6 41
-01001110 910 41
-01001110 368 41
-01001110 249 41
-01001110 293 41
-01001110 536 41
-01001110 428 41
-01001110 695 41
-01001110 43.7 41
-01001110 321 42
-01001110 48.3 42
-01001110 363 42
-01001110 55.4 42
-01001110 328 42
-01001110 54.2 42
-01001110 101.5 42
-01001110 343 42
-01001110 297 42
-01001110 31.9 42
-01001110 45.3 42
-01001110 229 42
-01001110 50.8 42
-01001110 358 42
-01001110 65.4 42
-01001110 51.9 42
-01001110 291 42
-01001110 371 42
-01001110 34.3 42
-01001110 59.2 42
-01001110 449 42
-01001110 329 42
-01001110 51.7 42
-01001110 54.3 42
-01001110 47.4 43
-01001110 51.2 43
-01001110 57.3 43
-01001110 565 43
-01001110 298 43
-01001110 48.9 43
-01001110 339 43
-01001110 324 43
-01001110 55.3 43
-01001110 398 43
-01001110 388 43
-01001110 43.9 43
-01001110 57.7 43
-01001110 464 43
-01001110 940 43
-01001110 64.3 43
-01001110 57.1 43
-01001110 37.7 43
-01001110 414 43
-01001110 83.6 43
-01001110 381 43
-01001110 44.2 43
-01001110 83.1 43
-01001110 64.5 44
-01001110 56.4 44
-01001110 595 44
-01001110 62.7 44
-01001110 40.1 44
-01001110 49.4 44
-01001110 63.5 44
-01001110 383 44
-01001110 55.7 44
-01001110 38.7 44
-01001110 357 44
-01001110 51.4 44
-01001110 382 44
-01001110 665 44
-01001110 41.3 45
-01001110 472 45
-01001110 35.8 45
-01001110 319 45
-01001110 47.7 45
-01001110 44.8 45
-01001110 56.8 45
-01001110 72.5 45
-01001110 56.2 45
-01001110 33.9 45
-01001110 47.9 45
-01001110 48.4 45
-01001110 393 45
-01001110 715 45
-01001110 69.3 45
-01001110 341 46
-01001110 46.3 46
-01001110 318 46
-01001110 83.8 46
-01001110 47.2 46
-01001110 52.2 46
-01001110 83.5 46
-01001110 49.3 46
-01001110 44.9 46
-01001110 615 46
-01001110 975 46
-01001110 41.8 46
-01001110 512 46
-01001110 513 46
-01001110 70.6 46
-01001110 376 46
-01001110 51.6 46
-01001110 52.7 46
-01001110 322 46
-01001110 82.5 46
-01001110 45.4 46
-01001110 41.1 46
-01001110 40.8 46
-01001110 364 46
-01001110 36.1 46
-01001110 39.8 46
-01001110 56.3 46
-01001110 58.2 47
-01001110 53.4 47
-01001110 42.4 47
-01001110 49.6 47
-01001110 418 47
-01001110 52.6 47
-01001110 32.9 47
-01001110 348 47
-01001110 426 47
-01001110 685 47
-01001110 44.7 47
-01001110 58.5 48
-01001110 327 48
-01001110 39.6 48
-01001110 347 48
-01001110 444 48
-01001110 61.9 48
-01001110 40.4 48
-01001110 37.3 48
-01001110 56.9 48
-01001110 59.9 48
-01001110 49.1 48
-01001110 635 48
-01001110 42.8 49
-01001110 57.6 49
-01001110 58.6 49
-01001110 314 49
-01001110 54.9 49
-01001110 39.7 49
-01001110 43.6 49
-01001110 544 49
-01001110 790 49
-01001110 378 49
-01001110 309 49
-01001110 351 49
-01001110 384 49
-01001110 45.6 49
-01001110 459 49
-01001110 52.9 49
-01001110 44.3 49
-01001110 33.1 49
-01001110 43.8 49
-01001110 55.8 50
-01001110 710 50
-01001110 58.9 50
-01001110 349 50
-01001110 63.6 50
-01001110 42.9 50
-01001110 66.7 50
-01001110 367 50
-01001110 246 51
-01001110 53.9 51
-01001110 37.1 51
-01001110 81.5 51
-01001110 32.7 51
-01001110 307 51
-01001110 61.8 51
-01001110 354 51
-01001110 374 51
-01001110 467 51
-01001110 47.3 51
-01001110 452 51
-01001110 296 51
-01001110 48.7 52
-01001110 42.7 52
-01001110 590 52
-01001110 72.7 52
-01001110 209 52
-01001110 344 52
-01001110 337 52
-01001110 655 52
-01001110 37.4 52
-01001110 48.6 52
-01001110 56.5 52
-01001110 543 52
-01001110 46.8 52
-01001110 59.5 52
-01001110 820 52
-01001110 42.2 53
-01001110 37.2 53
-01001110 272 53
-01001110 445 53
-01001110 60.4 53
-01001110 40.6 53
-01001110 41.9 53
-01001110 505 53
-01001110 52.3 53
-01001110 306 53
-01001110 35.4 53
-01001110 810 54
-01001110 408 54
-01001110 50.2 54
-01001110 27.8 54
-01001110 244 54
-01001110 261 54
-01001110 38.1 54
-01001110 397 55
-01001110 40.3 55
-01001110 36.9 55
-01001110 55.5 55
-01001110 64.8 55
-01001110 356 55
-01001110 292 55
-01001110 284 56
-01001110 760 56
-01001110 194 56
-01001110 334 56
-01001110 35.3 56
-01001110 47.8 56
-01001110 402 56
-01001110 279 56
-01001110 495 56
-01001110 37.8 56
-01001110 50.9 56
-01001110 266 56
-01001110 51.8 56
-01001110 48.8 57
-01001110 409 57
-01001110 35.7 57
-01001110 41.4 57
-01001110 545 57
-01001110 860 57
-01001110 32.3 57
-01001110 303 57
-01001110 247 57
-01001110 80.5 57
-01001110 253 57
-01001110 33.7 58
-01001110 231 58
-01001110 67.5 58
-01001110 53.8 58
-01001110 352 58
-01001110 59.3 58
-01001110 37.6 58
-01001110 53.3 58
-01001110 52.8 58
-01001110 219 58
-01001110 473 58
-01001110 201 58
-01001110 46.2 58
-01001110 880 59
-01001110 40.5 59
-01001110 34.8 59
-01001110 289 59
-01001110 830 59
-01001110 50.4 59
-01001110 890 60
-01001110 50.7 60
-01001110 46.1 60
-01001110 485 60
-01001110 740 60
-01001110 36.3 60
-01001110 465 60
-01001110 38.2 60
-01001110 251 60
-01001110 38.4 60
-01001110 269 60
-01001110 925 61
-01001110 304 61
-01001110 207 61
-01001110 45.1 61
-01001110 61.5 61
-01001110 213 61
-01001110 316 61
-01001110 690 61
-01001110 455 62
-01001110 43.4 62
-01001110 39.4 62
-01001110 48.5 62
-01001110 29.1 62
-01001110 28.9 62
-01001110 775 63
-01001110 227 63
-01001110 197 63
-01001110 333 63
-01001110 51.5 63
-01001110 34.4 63
-01001110 258 63
-01001110 326 63
-01001110 970 63
-01001110 273 63
-01001110 33.2 63
-01001110 515 63
-01001110 33.4 64
-01001110 257 64
-01001110 405 64
-01001110 45.5 64
-01001110 33.8 64
-01001110 49.7 64
-01001110 412 64
-01001110 825 64
-01001110 31.4 64
-01001110 36.8 65
-01001110 271 65
-01001110 39.5 65
-01001110 37.9 65
-01001110 32.4 65
-01001110 282 65
-01001110 40.9 65
-01001110 44.1 65
-01001110 53.5 65
-01001110 31.1 65
-01001110 31.6 66
-01001110 34.1 66
-01001110 237 66
-01001110 32.8 66
-01001110 46.5 66
-01001110 34.6 67
-01001110 332 67
-01001110 29.8 67
-01001110 38.3 67
-01001110 610 67
-01001110 30.3 67
-01001110 395 67
-01001110 35.2 67
-01001110 34.7 68
-01001110 52.4 68
-01001110 274 68
-01001110 30.2 68
-01001110 302 68
-01001110 39.2 68
-01001110 202 68
-01001110 36.4 69
-01001110 33.6 69
-01001110 28.1 69
-01001110 24.1 70
-01001110 203 70
-01001110 216 70
-01001110 204 70
-01001110 299 70
-01001110 281 70
-01001110 30.1 70
-01001110 725 70
-01001110 45.7 71
-01001110 254 71
-01001110 625 71
-01001110 31.7 71
-01001110 29.7 71
-01001110 770 71
-01001110 41.5 71
-01001110 25.7 71
-01001110 377 71
-01001110 38.8 71
-01001110 36.7 71
-01001110 41.2 71
-01001110 980 71
-01001110 259 72
-01001110 278 72
-01001110 193 72
-01001110 31.3 72
-01001110 268 72
-01001110 31.2 72
-01001110 338 72
-01001110 47.6 72
-01001110 248 73
-01001110 27.3 73
-01001110 52.5 73
-01001110 228 73
-01001110 36.2 73
-01001110 206 73
-01001110 39.3 73
-01001110 313 73
-01001110 670 73
-01001110 43.2 73
-01001110 34.2 74
-01001110 226 74
-01001110 236 74
-01001110 283 74
-01001110 27.4 74
-01001110 28.2 74
-01001110 308 74
-01001110 317 75
-01001110 31.8 75
-01001110 222 75
-01001110 187 75
-01001110 177 75
-01001110 355 75
-01001110 26.9 75
-01001110 28.7 75
-01001110 189 76
-01001110 263 76
-01001110 221 76
-01001110 41.7 76
-01001110 223 76
-01001110 30.9 76
-01001110 385 76
-01001110 29.6 76
-01001110 211 77
-01001110 252 77
-01001110 36.5 77
-01001110 28.3 77
-01001110 35.5 77
-01001110 276 77
-01001110 30.6 77
-01001110 29.2 77
-01001110 294 77
-01001110 24.3 78
-01001110 267 78
-01001110 208 78
-01001110 49.5 78
-01001110 186 78
-01001110 43.3 78
-01001110 720 78
-01001110 39.9 78
-01001110 510 78
-01001110 288 79
-01001110 233 79
-01001110 580 79
-01001110 34.9 79
-01001110 30.7 79
-01001110 27.6 79
-01001110 241 79
-01001110 32.2 79
-01001110 25.8 79
-01001110 218 80
-01001110 490 80
-01001110 43.5 80
-01001110 27.7 80
-01001110 960 80
-01001110 27.9 80
-01001110 930 81
-01001110 184 81
-01001110 38.6 81
-01001110 33.5 81
-01001110 234 81
-01001110 44.5 81
-01001110 264 81
-01001110 183 82
-01001110 345 82
-01001110 26.6 82
-01001110 26.1 82
-01001110 680 82
-01001110 24.7 82
-01001110 262 82
-01001110 730 82
-01001110 32.6 82
-01001110 196 83
-01001110 387 83
-01001110 312 83
-01001110 27.2 83
-01001110 238 84
-01001110 57.5 84
-01001110 25.2 84
-01001110 50.3 84
-01001110 188 85
-01001110 875 85
-01001110 36.6 86
-01001110 47.5 86
-01001110 24.6 86
-01001110 23.2 86
-01001110 30.4 86
-01001110 243 86
-01001110 25.1 86
-01001110 28.8 86
-01001110 27.1 86
-01001110 26.3 87
-01001110 217 87
-01001110 23.6 88
-01001110 25.9 88
-01001110 28.4 88
-01001110 630 88
-01001110 23.9 89
-01001110 570 89
-01001110 508 89
-01001110 192 89
-01001110 34.5 89
-01001110 171 90
-01001110 30.8 90
-01001110 169 90
-01001110 24.4 90
-01001110 173 90
-01001110 181 90
-01001110 26.4 91
-01001110 151 91
-01001110 172 91
-01001110 675 92
-01001110 30.5 92
-01001110 23.4 92
-01001110 29.3 92
-01001110 28.6 93
-01001110 178 93
-01001110 182 93
-01001110 295 94
-01001110 191 94
-01001110 26.7 94
-01001110 163 94
-01001110 174 94
-01001110 33.3 95
-01001110 239 95
-01001110 20.9 96
-01001110 25.4 96
-01001110 20.8 96
-01001110 22.3 96
-01001110 23.8 96
-01001110 840 96
-01001110 22.9 97
-01001110 410 99
-01001110 305 99
-01001110 780 99
-01001110 29.4 100
-01001110 214 100
-01001110 224 101
-01001110 199 102
-01001110 23.1 103
-01001110 161 103
-01001110 26.8 103
-01001110 22.4 103
-01001110 21.2 103
-01001110 575 103
-01001110 620 104
-01001110 24.8 104
-01001110 22.1 104
-01001110 22.8 104
-01001110 415 104
-01001110 25.6 104
-01001110 28.5 105
-01001110 32.5 105
-01001110 20.1 107
-01001110 168 107
-01001110 23.7 108
-01001110 21.6 108
-01001110 176 108
-01001110 21.1 109
-01001110 22.7 110
-01001110 21.3 110
-01001110 29.5 110
-01001110 23.3 110
-01001110 139 110
-01001110 198 111
-01001110 21.4 111
-01001110 22.2 112
-01001110 660 113
-01001110 19.1 114
-01001110 31.5 114
-01001110 18.1 114
-01001110 365 114
-01001110 20.4 115
-01001110 20.3 116
-01001110 35.6 116
-01001110 19.7 116
-01001110 26.2 116
-01001110 158 117
-01001110 520 117
-01001110 20.7 117
-01001110 24.2 118
-01001110 17.1 118
-01001110 435 119
-01001110 133 119
-01001110 255 119
-01001110 16.1 119
-01001110 21.7 120
-01001110 25.3 120
-01001110 166 121
-01001110 167 121
-01001110 21.8 122
-01001110 21.9 122
-01001110 540 122
-01001110 19.2 123
-01001110 153 123
-01001110 42.5 123
-01001110 141 124
-01001110 164 124
-01001110 245 124
-01001110 20.2 125
-01001110 154 125
-01001110 19.4 125
-01001110 26.5 125
-01001110 17.9 125
-01001110 256 126
-01001110 19.3 127
-01001110 25.5 127
-01001110 18.2 127
-01001110 335 127
-01001110 127 129
-01001110 480 129
-01001110 315 129
-01001110 131 131
-01001110 162 132
-01001110 525 132
-01001110 640 132
-01001110 195 133
-01001110 470 133
-01001110 129 133
-01001110 17.2 134
-01001110 530 134
-01001110 390 135
-01001110 142 136
-01001110 17.8 137
-01001110 24.5 137
-01001110 285 139
-01001110 310 139
-01001110 16.4 139
-01001110 147 139
-01001110 17.4 140
-01001110 16.9 141
-01001110 148 142
-01001110 265 145
-01001110 215 145
-01001110 156 145
-01001110 460 146
-01001110 152 146
-01001110 16.7 147
-01001110 16.3 147
-01001110 18.4 147
-01001110 430 147
-01001110 19.8 148
-01001110 146 149
-01001110 29.9 150
-01001110 157 150
-01001110 420 150
-01001110 18.9 150
-01001110 136 150
-01001110 137 151
-01001110 235 151
-01001110 23.5 151
-01001110 22.6 151
-01001110 17.7 152
-01001110 18.8 152
-01001110 15.3 153
-01001110 11.9 153
-01001110 123 153
-01001110 18.3 153
-01001110 18.7 153
-01001110 17.3 153
-01001110 121 154
-01001110 440 154
-01001110 425 154
-01001110 15.4 155
-01001110 475 156
-01001110 20.6 157
-01001110 134 158
-01001110 16.8 158
-01001110 143 162
-01001110 205 168
-01001110 122 171
-01001110 370 172
-01001110 138 172
-01001110 380 175
-01001110 13.1 176
-01001110 117 177
-01001110 14.2 179
-01001110 19.9 179
-01001110 15.1 179
-01001110 950 180
-01001110 16.2 181
-01001110 340 181
-01001110 14.1 182
-01001110 19.6 183
-01001110 126 185
-01001110 15.9 186
-01001110 18.6 188
-01001110 144 189
-01001110 27.5 189
-01001110 15.7 190
-01001110 20.5 191
-01001110 12.9 191
-01001110 14.4 191
-01001110 12.1 193
-01001110 14.6 194
-01001110 15.6 198
-01001110 118 198
-01001110 15.2 199
-01001110 13.3 199
-01001110 290 200
-01001110 13.9 201
-01001110 16.6 201
-01001110 21.5 203
-01001110 13.7 203
-01001110 116 204
-01001110 375 204
-01001110 128 205
-01001110 14.7 206
-01001110 132 207
-01001110 14.3 208
-01001110 114 209
-01001110 17.6 210
-01001110 13.8 212
-01001110 109 214
-01001110 185 214
-01001110 113 215
-01001110 14.8 226
-01001110 13.4 226
-01001110 360 230
-01001110 10.9 231
-01001110 11.8 231
-01001110 19.5 232
-01001110 12.7 242
-01001110 11.1 242
-01001110 112 243
-01001110 12.6 249
-01001110 11.2 250
-01001110 13.2 250
-01001110 11.7 254
-01001110 12.4 256
-01001110 11.6 259
-01001110 12.3 261
-01001110 15.8 262
-01001110 330 264
-01001110 155 268
-01001110 10.1 268
-01001110 280 269
-01001110 13.6 269
-01001110 325 274
-01001110 22.5 276
-01001110 12.2 276
-01001110 320 281
-01001110 210 282
-01001110 165 282
-01001110 12.8 284
-01001110 15.5 289
-01001110 145 289
-01001110 18.5 291
-01001110 10.6 291
-01001110 16.5 292
-01001110 10.4 294
-01001110 14.9 295
-01001110 190 297
-01001110 850 301
-01001110 11.3 301
-01001110 10.7 302
-01001110 10.2 308
-01001110 275 311
-01001110 11.4 314
-01001110 8.1 331
-01001110 14.5 334
-01001110 260 336
-01001110 10.8 338
-01001110 17.5 345
-01001110 220 349
-01001110 9.3 361
-01001110 230 362
-01001110 1.15 364
-01001110 9.7 367
-01001110 8.7 368
-01001110 9.2 376
-01001110 8.9 381
-01001110 240 385
-01001110 9.1 394
-01001110 9.6 406
-01001110 7.9 415
-01001110 13.5 421
-01001110 8.6 425
-01001110 9.4 433
-01001110 108 433
-01001110 8.8 447
-01001110 9.8 448
-01001110 8.3 450
-01001110 135 451
-01001110 8.4 458
-01001110 6.1 462
-01001110 8.2 473
-01001110 115 478
-01001110 650 479
-01001110 6.9 479
-01001110 6.4 482
-01001110 11.5 483
-01001110 175 483
-01001110 7.8 486
-01001110 7.1 488
-01001110 7.6 496
-01001110 7.7 500
-01001110 550 502
-01001110 6.2 506
-01001110 7.4 507
-01001110 7.3 514
-01001110 170 515
-01001110 7.2 525
-01001110 6.6 530
-01001110 10.3 533
-01001110 6.8 538
-01001110 105 552
-01001110 6.3 566
-01001110 10.5 572
-01001110 6.7 579
-01001110 5.9 607
-01001110 4.7 621
-01001110 5.6 628
-01001110 5.8 640
-01001110 5.1 640
-01001110 4.1 650
-01001110 4.8 658
-01001110 5.7 658
-01001110 5.4 667
-01001110 225 671
-01001110 160 686
-01001110 4.6 715
-01001110 4.9 720
-01001110 9.5 724
-01001110 3.9 738
-01001110 900 754
-01001110 750 754
-01001110 5.3 758
-01001110 4.4 761
-01001110 450 783
-01001110 4.3 785
-01001110 5.2 786
-01001110 130 793
-01001110 3.4 838
-01001110 3.1 839
-01001110 3.7 847
-01001110 140 856
-01001110 110 882
-01001110 8.5 884
-01001110 3.6 884
-01001110 3.8 900
-01001110 2.9 907
-01001110 3.2 914
-01001110 6.5 926
-01001110 4.2 928
-01001110 3.3 929
-01001110 125 959
-01001110 350 1013
-01001110 2.8 1048
-01001110 5.5 1069
-01001110 2.7 1079
-01001110 2.6 1123
-01001110 2.1 1136
-01001110 7.5 1139
-01001110 2.4 1152
-01001110 2.3 1152
-01001110 1.9 1258
-01001110 700 1313
-01001110 2.2 1317
-01001110 4.5 1423
-01001110 800 1433
-01001110 1.8 1530
-01001110 1.6 1631
-01001110 1.7 1658
-01001110 3.5 1696
-01001110 600 1847
-01001110 1.4 1892
-01001110 1.3 1937
-01001110 1.1 2038
-01001110 250 2181
-01001110 1.2 2263
-01001110 2.5 2623
-01001110 400 2663
-01001110 150 3186
-01001110 300 3409
-01001110 1.5 3570
-01001110 100 11001
-01001110 500 4852
-01001110 200 4834
-01001111 820,111 1
-01001111 945,568 1
-01001111 189,101 1
-01001111 711,731 1
-01001111 648,087 1
-01001111 69,241 1
-01001111 337,349 1
-01001111 5,597 1
-01001111 125,457 1
-01001111 1.80s 1
-01001111 11-a-unit 1
-01001111 1.7943 1
-01001111 779,172 1
-01001111 249,676 1
-01001111 26,364 1
-01001111 89,900 1
-01001111 19-a-barrel 1
-01001111 474.50 1
-01001111 35,470,000 1
-01001111 3,711.4 1
-01001111 292,972 1
-01001111 +185.0 1
-01001111 1.033 1
-01001111 1.113 1
-01001111 122,623 1
-01001111 270,268 1
-01001111 40,000-45,000 1
-01001111 55,900 1
-01001111 188,900 1
-01001111 36,980,000 1
-01001111 32,430 1
-01001111 16,490 1
-01001111 513,731 1
-01001111 83,593 1
-01001111 10.428 1
-01001111 1,400,100 1
-01001111 59.90 1
-01001111 82.147 1
-01001111 2,332 1
-01001111 2,244 1
-01001111 463.90 1
-01001111 782,425 1
-01001111 4,988 1
-01001111 condom-sharing 1
-01001111 610,265 1
-01001111 22.917 1
-01001111 16.675 1
-01001111 12,601 1
-01001111 309,939 1
-01001111 15,958,000 1
-01001111 51,750,000 1
-01001111 8,980,000 1
-01001111 3,475,000 1
-01001111 182,300 1
-01001111 49.67-a-share 1
-01001111 37.93 1
-01001111 12,900,000 1
-01001111 469.60 1
-01001111 222,800 1
-01001111 377,101 1
-01001111 26,965 1
-01001111 103,826 1
-01001111 40,293 1
-01001111 29,046 1
-01001111 362,348 1
-01001111 78.94 1
-01001111 65.38 1
-01001111 315.98 1
-01001111 842,810 1
-01001111 237,615 1
-01001111 76,887 1
-01001111 70.125-a-share 1
-01001111 67,617 1
-01001111 742,700 1
-01001111 3.438 1
-01001111 903,800 1
-01001111 3.5-million 1
-01001111 465.00 1
-01001111 1.2925 1
-01001111 750K 1
-01001111 10,955 1
-01001111 275,182 1
-01001111 254,634 1
-01001111 130-a-day 1
-01001111 7.438 1
-01001111 6,698 1
-01001111 3,190,000 1
-01001111 12.50-ashare 1
-01001111 181,060 1
-01001111 12,610 1
-01001111 222,617 1
-01001111 417,508 1
-01001111 12,154 1
-01001111 552.80 1
-01001111 7.312 1
-01001111 106,800 1
-01001111 491,136 1
-01001111 121,600 1
-01001111 75-a-week 1
-01001111 26,438 1
-01001111 173,638 1
-01001111 347,051 1
-01001111 603,917 1
-01001111 8,498 1
-01001111 623,327 1
-01001111 104,025 1
-01001111 26,300 1
-01001111 56.973 1
-01001111 56.848 1
-01001111 715,459 1
-01001111 442.50 1
-01001111 1.0057 1
-01001111 197,382 1
-01001111 1,900-a-person 1
-01001111 225-a-term 1
-01001111 16,629 1
-01001111 6,719 1
-01001111 15,089 1
-01001111 7,339 1
-01001111 100-a-head 1
-01001111 born-in-America 1
-01001111 25,168.39 1
-01001111 23,282.28 1
-01001111 725,392 1
-01001111 357,435 1
-01001111 1.0613 1
-01001111 26.438 1
-01001111 26.063 1
-01001111 276.75 1
-01001111 229,480 1
-01001111 204,950 1
-01001111 311.46 1
-01001111 7.217 1
-01001111 2.423 1
-01001111 2,006 1
-01001111 25-per-shipment 1
-01001111 56,957,000 1
-01001111 1,895,000 1
-01001111 989,714 1
-01001111 1.0075 1
-01001111 1.0226 1
-01001111 96.25 1
-01001111 243,845 1
-01001111 199,097 1
-01001111 79,575 1
-01001111 97,100 1
-01001111 39.6285 1
-01001111 103.54 1
-01001111 23,950,000 1
-01001111 104.45 1
-01001111 6.935 1
-01001111 2,125 1
-01001111 13,875 1
-01001111 18,831 1
-01001111 280,000,000 1
-01001111 9.9-billion 1
-01001111 446.60 1
-01001111 11,088,000 1
-01001111 20,240,000 1
-01001111 27,710 1
-01001111 12,679 1
-01001111 13,093 1
-01001111 27,797 1
-01001111 28,390 1
-01001111 17,920 1
-01001111 15,327 1
-01001111 23,168 1
-01001111 23,484 1
-01001111 29,070 1
-01001111 508,461 1
-01001111 26.45 1
-01001111 9,139 1
-01001111 4.8775 1
-01001111 10,046 1
-01001111 18,754 1
-01001111 20,812 1
-01001111 6,139 1
-01001111 471,157 1
-01001111 3.2525 1
-01001111 56.02 1
-01001111 445,859 1
-01001111 211,766 1
-01001111 14.992 1
-01001111 29.46 1
-01001111 447.10 1
-01001111 7,560 1
-01001111 455,400 1
-01001111 852,162 1
-01001111 4-a-night 1
-01001111 2-a-night 1
-01001111 682,500 1
-01001111 1.7044 1
-01001111 13.0489 1
-01001111 17.7988 1
-01001111 79,889,110 1
-01001111 147,392 1
-01001111 712,900 1
-01001111 5.955 1
-01001111 1,573,200 1
-01001111 27,000,000 1
-01001111 54.7142 1
-01001111 42.4242 1
-01001111 9,250 1
-01001111 118.10 1
-01001111 23,180 1
-01001111 473.40 1
-01001111 3,821,000,000 1
-01001111 476.20 1
-01001111 9.125-a-share 1
-01001111 315.58 1
-01001111 314.80 1
-01001111 200,000-a-month 1
-01001111 617,700 1
-01001111 526.90 1
-01001111 22.75-a-share 1
-01001111 92,200 1
-01001111 25.3-million 1
-01001111 29.587 1
-01001111 17.075 1
-01001111 327.60 1
-01001111 143,819 1
-01001111 calico-clad 1
-01001111 40,980,000 1
-01001111 44,750,000 1
-01001111 1-an-ounce 1
-01001111 1,000,100 1
-01001111 749,300 1
-01001111 1,162.50 1
-01001111 17.497 1
-01001111 30.225 1
-01001111 246,300 1
-01001111 25,000-plus 1
-01001111 98,575,000 1
-01001111 687,500 1
-01001111 281,202 1
-01001111 101,431 1
-01001111 26.18 1
-01001111 8,801 1
-01001111 175.875 1
-01001111 153.875 1
-01001111 496,850 1
-01001111 397,480 1
-01001111 58,150 1
-01001111 4,506 1
-01001111 5,764 1
-01001111 10,650 1
-01001111 11,380 1
-01001111 101,496 1
-01001111 47.47 1
-01001111 52.686 1
-01001111 39.7213 1
-01001111 5,834,070 1
-01001111 3,878,700 1
-01001111 10,000-per-contract 1
-01001111 8.349 1
-01001111 12,849 1
-01001111 14,349 1
-01001111 14,999 1
-01001111 7.863 1
-01001111 3,149 1
-01001111 8,520,000 1
-01001111 135,718 1
-01001111 21,831 1
-01001111 104,671 1
-01001111 94,705 1
-01001111 59,772 1
-01001111 1-a-week 1
-01001111 27,720 1
-01001111 985,470 1
-01001111 319,553 1
-01001111 175,754 1
-01001111 93,250 1
-01001111 368,500 1
-01001111 476.30 1
-01001111 797.50 1
-01001111 415,600 1
-01001111 lower-power 1
-01001111 437,972 1
-01001111 469.80 1
-01001111 571.50 1
-01001111 508,109 1
-01001111 18,042 1
-01001111 277,400 1
-01001111 171,896 1
-01001111 165.25 1
-01001111 2,275 1
-01001111 40-per-barrel 1
-01001111 12.963 1
-01001111 499,000 1
-01001111 41,644 1
-01001111 2,734,912 1
-01001111 311,500 1
-01001111 11.424 1
-01001111 231,600 1
-01001111 2,364,000 1
-01001111 2,016.39 1
-01001111 3,110.34 1
-01001111 4,325 1
-01001111 307,176 1
-01001111 214.94 1
-01001111 399.01 1
-01001111 458.66 1
-01001111 35.67-a-share 1
-01001111 768,200 1
-01001111 464.60 1
-01001111 8.97-a-share 1
-01001111 275,537 1
-01001111 85,930 1
-01001111 41,677 1
-01001111 13,035 1
-01001111 1,056.30 1
-01001111 18,633 1
-01001111 132.79 1
-01001111 258.87 1
-01001111 8.043 1
-01001111 3,055,000 1
-01001111 4,444,000 1
-01001111 468.40 1
-01001111 121.875 1
-01001111 139,800 1
-01001111 12,669,000 1
-01001111 16,240 1
-01001111 14,090 1
-01001111 17,525 1
-01001111 2,015 1
-01001111 50.20 1
-01001111 72.10 1
-01001111 470.10 1
-01001111 1.7398 1
-01001111 48,434,000 1
-01001111 475.30 1
-01001111 308,636 1
-01001111 60.25-a-share 1
-01001111 171.50 1
-01001111 2.20. 1
-01001111 493.20 1
-01001111 500.30 1
-01001111 5.85-a-share 1
-01001111 120.625 1
-01001111 24.138 1
-01001111 21.478 1
-01001111 68,660 1
-01001111 3,048.50 1
-01001111 29.82 1
-01001111 1,103.65 1
-01001111 1,964 1
-01001111 347,863 1
-01001111 96,250 1
-01001111 1.5793 1
-01001111 75.92 1
-01001111 6,068,200 1
-01001111 79.44 1
-01001111 32,540 1
-01001111 103.375 1
-01001111 2,333 1
-01001111 371,516 1
-01001111 172.875 1
-01001111 3,335,000 1
-01001111 33,047,000 1
-01001111 34,347,000 1
-01001111 364,981,000 1
-01001111 592.30 1
-01001111 29,905 1
-01001111 26,654 1
-01001111 14,224 1
-01001111 15,576 1
-01001111 3,391,915 1
-01001111 3,394,604 1
-01001111 12,821,000 1
-01001111 74.34 1
-01001111 63,503 1
-01001111 112,452 1
-01001111 1,952 1
-01001111 939,499 1
-01001111 412,550 1
-01001111 964,376 1
-01001111 149,800 1
-01001111 426,211 1
-01001111 5,570 1
-01001111 189,454 1
-01001111 174,659 1
-01001111 190,950 1
-01001111 353,850 1
-01001111 410,329 1
-01001111 97,033 1
-01001111 116.325 1
-01001111 5.179 1
-01001111 21,612 1
-01001111 1.5645 1
-01001111 579,859 1
-01001111 24,048 1
-01001111 1,086.36 1
-01001111 1,090.94 1
-01001111 1,037.50 1
-01001111 412,500 1
-01001111 100-million-a-year 1
-01001111 6,897 1
-01001111 46.325 1
-01001111 627.80 1
-01001111 217,198 1
-01001111 719,000 1
-01001111 6,813 1
-01001111 1,032,900 1
-01001111 116,700 1
-01001111 28.041 1
-01001111 1,425,000 1
-01001111 78,337.81 1
-01001111 692,390 1
-01001111 20.53 1
-01001111 209,010 1
-01001111 147,328 1
-01001111 118,300 1
-01001111 265,628 1
-01001111 1.5728 1
-01001111 629.20 1
-01001111 6-a-week 1
-01001111 194,076,000 1
-01001111 199,788,000 1
-01001111 623,061 1
-01001111 44.412 1
-01001111 616,940 1
-01001111 196.75 1
-01001111 1,119.78 1
-01001111 76,909,000 1
-01001111 23,091,000 1
-01001111 8.9583 1
-01001111 1,556,420 1
-01001111 9,950 1
-01001111 888,888 1
-01001111 16,595 1
-01001111 310,321 1
-01001111 940,043 1
-01001111 4,966 1
-01001111 166.50 1
-01001111 914,831 1
-01001111 1.6303 1
-01001111 1,097.20 1
-01001111 45,690 1
-01001111 983,212 1
-01001111 335,373 1
-01001111 280,267 1
-01001111 103,637 1
-01001111 312,579 1
-01001111 18,087 1
-01001111 149,363.10 1
-01001111 12.534 1
-01001111 118.625 1
-01001111 1,085.10 1
-01001111 7,695 1
-01001111 19,115,984,000 1
-01001111 230,727 1
-01001111 3,393,000 1
-01001111 517.40 1
-01001111 394,473 1
-01001111 20-per-barrel 1
-01001111 2.545 1
-01001111 788,220 1
-01001111 28,500-a-year 1
-01001111 1,508,000 1
-01001111 1,124,000 1
-01001111 7.037 1
-01001111 534.50 1
-01001111 1.683 1
-01001111 2,087,000 1
-01001111 81.30 1
-01001111 165,774 1
-01001111 294,141 1
-01001111 513,900 1
-01001111 20-a-bottle 1
-01001111 35,440,000 1
-01001111 54,750 1
-01001111 51,501 1
-01001111 412,520 1
-01001111 312.20 1
-01001111 311.11 1
-01001111 310.91 1
-01001111 5,814 1
-01001111 48-a-year 1
-01001111 458.30 1
-01001111 591.10 1
-01001111 5.50-an-hour 1
-01001111 2,297,700 1
-01001111 403,816 1
-01001111 1,687,617 1
-01001111 50,000-per-farmer 1
-01001111 1.1437 1
-01001111 799,520 1
-01001111 413,919 1
-01001111 651,710 1
-01001111 7.795 1
-01001111 612.50 1
-01001111 4.35-a-share 1
-01001111 5,695 1
-01001111 42,177 1
-01001111 861,727 1
-01001111 327,712 1
-01001111 77,512 1
-01001111 65-an-acre 1
-01001111 243,600 1
-01001111 463,500 1
-01001111 377,979 1
-01001111 23,676 1
-01001111 19,544 1
-01001111 20,462 1
-01001111 54,795 1
-01001111 95.375 1
-01001111 183.125 1
-01001111 1.6255 1
-01001111 8.1866 1
-01001111 22.76 1
-01001111 100,000-is 1
-01001111 43.075-a-share 1
-01001111 200-commission 1
-01001111 580.80 1
-01001111 914,202 1
-01001111 799,751 1
-01001111 753,317 1
-01001111 1-a-gallon 1
-01001111 218,666 1
-01001111 199,851 1
-01001111 418,517 1
-01001111 23.635 1
-01001111 1,092,000 1
-01001111 9.9125 1
-01001111 119,681 1
-01001111 858,625 1
-01001111 62,810 1
-01001111 448.10 1
-01001111 304,800 1
-01001111 883,000 1
-01001111 509,787 1
-01001111 128.375 1
-01001111 35,960,000 1
-01001111 567,002 1
-01001111 573.90 1
-01001111 5.3475 1
-01001111 451.30 1
-01001111 1.5990 1
-01001111 380,615 1
-01001111 539,575 1
-01001111 20.10-a-share 1
-01001111 1,119.03 1
-01001111 525,788 1
-01001111 1.6176 1
-01001111 257,339 1
-01001111 71,660 1
-01001111 56,132 1
-01001111 483,332 1
-01001111 55.175 1
-01001111 48.1141 1
-01001111 340,500 1
-01001111 1,369 1
-01001111 446.80 1
-01001111 150-a-month 1
-01001111 177.375 1
-01001111 167,104.83 1
-01001111 377-a-year 1
-01001111 881,094 1
-01001111 100-an-ounce 1
-01001111 181.50 1
-01001111 6,051 1
-01001111 167.50 1
-01001111 65,967.50 1
-01001111 90-million 1
-01001111 13,462 1
-01001111 2,489 1
-01001111 27,379 1
-01001111 109,040 1
-01001111 2,928 1
-01001111 7,338 1
-01001111 10,000-a-day 1
-01001111 100,920 1
-01001111 28,429 1
-01001111 68,036.98 1
-01001111 11.09-a-share 1
-01001111 742,545 1
-01001111 28.058 1
-01001111 246,949 1
-01001111 31.954 1
-01001111 25.0156 1
-01001111 27.233 1
-01001111 139,700 1
-01001111 198.41 1
-01001111 121,275 1
-01001111 1,006.45 1
-01001111 913,388 1
-01001111 14.094 1
-01001111 67.33 1
-01001111 23,333 1
-01001111 50,000-plus 1
-01001111 18.018 1
-01001111 29,460 1
-01001111 10,939 1
-01001111 2.8125 1
-01001111 21.00 1
-01001111 4,090,000 1
-01001111 1.5930 1
-01001111 1.5888 1
-01001111 624.80 1
-01001111 847,193 1
-01001111 50-a-week 1
-01001111 17,502 1
-01001111 291,758 1
-01001111 178,570 1
-01001111 764,493 1
-01001111 2,500-astore 1
-01001111 5,863,981 1
-01001111 477.60 1
-01001111 1.5788 1
-01001111 648.70 1
-01001111 6,773,000 1
-01001111 13,138,462 1
-01001111 719,516 1
-01001111 1,697,366 1
-01001111 17,714 1
-01001111 Blend-A-Med 1
-01001111 464,996 1
-01001111 899,997 1
-01001111 313,841 1
-01001111 634.60 1
-01001111 87,840 1
-01001111 5,280,000 1
-01001111 1,316 1
-01001111 762,693 1
-01001111 880,243 1
-01001111 161.375 1
-01001111 108.91 1
-01001111 6,775 1
-01001111 1.5970 1
-01001111 371,369 1
-01001111 310.76 1
-01001111 312.55 1
-01001111 312.01 1
-01001111 3,001,895 1
-01001111 49,409 1
-01001111 203,210 1
-01001111 319,737 1
-01001111 3.30-a-share 1
-01001111 188.125 1
-01001111 15,384 1
-01001111 63,450 1
-01001111 1,001,000 1
-01001111 1.50-a-unit 1
-01001111 610.30 1
-01001111 7.951 1
-01001111 781,739 1
-01001111 12,232,400 1
-01001111 19.475 1
-01001111 349,762 1
-01001111 13,250 1
-01001111 371,030 1
-01001111 23.275 1
-01001111 1.5983 1
-01001111 1.0391 1
-01001111 2,016 1
-01001111 1,241,965 1
-01001111 1.70-a-bushel 1
-01001111 24,005 1
-01001111 135,281 1
-01001111 1,685,350 1
-01001111 258,482 1
-01001111 1,016,800 1
-01001111 982,046 1
-01001111 106,199 1
-01001111 2,798 1
-01001111 12,527 1
-01001111 43,956 1
-01001111 505.40 1
-01001111 1.0915 1
-01001111 1.1060 1
-01001111 1.1870 1
-01001111 1.1740 1
-01001111 1.2629 1
-01001111 1.7019 1
-01001111 64,952 1
-01001111 139,420 1
-01001111 158,222 1
-01001111 73,375 1
-01001111 171,288 1
-01001111 42,235 1
-01001111 155,363 1
-01001111 6,516,000 1
-01001111 C2.50 1
-01001111 C29.50 1
-01001111 9,378 1
-01001111 11,587 1
-01001111 12,730 1
-01001111 780,071 1
-01001111 750-per-employee 1
-01001111 7.705 1
-01001111 503,263 1
-01001111 9,362 1
-01001111 9,295 1
-01001111 8,595 1
-01001111 13,276 1
-01001111 17,575 1
-01001111 6,595 1
-01001111 26,001 1
-01001111 761,499 1
-01001111 17,355 1
-01001111 129,052 1
-01001111 7,497 1
-01001111 30,480 1
-01001111 39,995 1
-01001111 172,995 1
-01001111 142,300 1
-01001111 145,200 1
-01001111 0.8280 1
-01001111 934,786 1
-01001111 321,980 1
-01001111 1.1990 1
-01001111 510.60 1
-01001111 6.3850 1
-01001111 400.00 1
-01001111 0.8196 1
-01001111 0.8274 1
-01001111 0.8266 1
-01001111 4,921,000 1
-01001111 7,927 1
-01001111 1.6920 1
-01001111 1,220,950 1
-01001111 509.80 1
-01001111 1.2385 1
-01001111 1.2440 1
-01001111 2.80-a-share 1
-01001111 107,579.75 1
-01001111 3,150,000 1
-01001111 85,178 1
-01001111 594,541,000 1
-01001111 3,714 1
-01001111 1.2924 1
-01001111 1.0850 1
-01001111 1.0825 1
-01001111 1.2140 1
-01001111 614,500 1
-01001111 10,550 1
-01001111 25,883 1
-01001111 2,733-per-person 1
-01001111 42-billion 1
-01001111 14-a-barrel 1
-01001111 288,750 1
-01001111 898,000 1
-01001111 82.05 1
-01001111 40-a-barrel 1
-01001111 112.875 1
-01001111 144,481 1
-01001111 89.636 1
-01001111 491,231 1
-01001111 722,446 1
-01001111 270,864 1
-01001111 10,255 1
-01001111 335,242 1
-01001111 1.0655 1
-01001111 89-ashare 1
-01001111 10,753,627 1
-01001111 401.60 1
-01001111 503.80 1
-01001111 1.0945 1
-01001111 1.1735 1
-01001111 25,014 1
-01001111 166,765 1
-01001111 222,354 1
-01001111 74.64 1
-01001111 46.20 1
-01001111 12,299 1
-01001111 6.90-an-hour 1
-01001111 5,080,000 1
-01001111 2.28125 1
-01001111 89-a-share 1
-01001111 138,900 1
-01001111 10.342 1
-01001111 1.0705 1
-01001111 1.1500 1
-01001111 1.2290 1
-01001111 1.3025 1
-01001111 494.40 1
-01001111 844,800 1
-01001111 8.63-a-share 1
-01001111 11.125-a-share 1
-01001111 259,252 1
-01001111 1.2535 1
-01001111 1.2550 1
-01001111 1.7463 1
-01001111 18.25-a-share 1
-01001111 2.30-a-share 1
-01001111 4995 1
-01001111 5495 1
-01001111 1,024.50 1
-01001111 35,978,360 1
-01001111 322,700 1
-01001111 518.40 1
-01001111 6.3750 1
-01001111 1.7525 1
-01001111 157,784.59 1
-01001111 1008.96 1
-01001111 1,019.06 1
-01001111 88.25-a-share 1
-01001111 1,341 1
-01001111 1.2270 1
-01001111 1.2780 1
-01001111 318,294 1
-01001111 13,430 1
-01001111 452,125 1
-01001111 1.2471 1
-01001111 538.90 1
-01001111 1.2460 1
-01001111 1.3410 1
-01001111 38,805 1
-01001111 33,405 1
-01001111 5,399 1
-01001111 4,993 1
-01001111 116,135 1
-01001111 4,778 1
-01001111 0.77775 1
-01001111 20-million 1
-01001111 315,777 1
-01001111 90,347 1
-01001111 1.1350 1
-01001111 1.1340 1
-01001111 1.2240 1
-01001111 40,805 1
-01001111 313,757 1
-01001111 44,850 1
-01001111 31,590 1
-01001111 1,760,000 1
-01001111 160.625 1
-01001111 39,362 1
-01001111 144,338 1
-01001111 7,944 1
-01001111 11,851 1
-01001111 1.2180 1
-01001111 1.2930 1
-01001111 6.3950 1
-01001111 519.40 1
-01001111 527.50 1
-01001111 28,440 1
-01001111 95,995 1
-01001111 107,450 1
-01001111 49,200 1
-01001111 178.125 1
-01001111 8.5625 1
-01001111 236,460 1
-01001111 79,910 1
-01001111 271,550 1
-01001111 116,440 1
-01001111 179,170 1
-01001111 510.10 1
-01001111 6.2750 1
-01001111 1,216 1
-01001111 798,000 1
-01001111 196,900 1
-01001111 7.816 1
-01001111 50,000-a-day 1
-01001111 2,767,361 1
-01001111 5,668,000 1
-01001111 527.90 1
-01001111 6.6850 1
-01001111 1,022 1
-01001111 25,862.80 1
-01001111 24,362.80 1
-01001111 11.9625 1
-01001111 168.08 1
-01001111 426.70 1
-01001111 169,200 1
-01001111 379,900 1
-01001111 549,100 1
-01001111 1,167,000 1
-01001111 64,769 1
-01001111 31,349 1
-01001111 29.73 1
-01001111 13,880 1
-01001111 2,151 1
-01001111 29,852 1
-01001111 6,020 1
-01001111 9,963 1
-01001111 43,042 1
-01001111 53,179 1
-01001111 1,063,069 1
-01001111 949,300 1
-01001111 267,315 1
-01001111 384,224 1
-01001111 524.10 1
-01001111 1,796,850 1
-01001111 10,000. 1
-01001111 22,235 1
-01001111 14,770 1
-01001111 11,120 1
-01001111 9,690 1
-01001111 298,355 1
-01001111 80,370 1
-01001111 250,518 1
-01001111 444,219 1
-01001111 1,005,479,643.75 1
-01001111 6,199 1
-01001111 36.42 1
-01001111 44.02 1
-01001111 85,619 1
-01001111 12-or 1
-01001111 1,079.13 1
-01001111 24-ashare 1
-01001111 1.7005 1
-01001111 273,527 1
-01001111 234,428 1
-01001111 630,678. 1
-01001111 1.0010 1
-01001111 6.7450 1
-01001111 436.30 1
-01001111 282,517 1
-01001111 585,520 1
-01001111 712,200 1
-01001111 27,501 1
-01001111 825,549 1
-01001111 445,750 1
-01001111 480,108 1
-01001111 217,518 1
-01001111 253.01 1
-01001111 15.73 1
-01001111 304,300 1
-01001111 2.9075 1
-01001111 8.5925 1
-01001111 4.1475 1
-01001111 4,086,521 1
-01001111 46.80 1
-01001111 90.30 1
-01001111 66.40 1
-01001111 11,009 1
-01001111 25,253 1
-01001111 92,100 1
-01001111 15,260 1
-01001111 235,055 1
-01001111 888,648 1
-01001111 253,778 1
-01001111 104,590 1
-01001111 5,434,730 1
-01001111 9,584,327 1
-01001111 9,946,000 1
-01001111 9-an-acre 1
-01001111 7,885 1
-01001111 6,702 1
-01001111 1.0090 1
-01001111 1098.87 1
-01001111 1,525 1
-01001111 9,731,251 1
-01001111 432.51 1
-01001111 10,000-a-person 1
-01001111 32,387 1
-01001111 6,194 1
-01001111 26,193 1
-01001111 19,154 1
-01001111 225,964 1
-01001111 6,000-a-month 1
-01001111 2,000-a-month 1
-01001111 1,494 1
-01001111 643,425 1
-01001111 148,147 1
-01001111 345,071 1
-01001111 7.10-a-share 1
-01001111 16,909 1
-01001111 26,008 1
-01001111 28,250 1
-01001111 20,306 1
-01001111 18,098 1
-01001111 32,274 1
-01001111 20.7178 1
-01001111 eveything 1
-01001111 587,645 1
-01001111 117,529 1
-01001111 19,850 1
-01001111 6,149 1
-01001111 21,920 1
-01001111 12,909 1
-01001111 6.357 1
-01001111 1.1465 1
-01001111 1.2713 1
-01001111 204,100 1
-01001111 7.6425 1
-01001111 303,547 1
-01001111 22,004 1
-01001111 2,845 1
-01001111 5.825 1
-01001111 1,088.45 1
-01001111 1,085.38 1
-01001111 1.1390 1
-01001111 35-a-ton 1
-01001111 0.8175 1
-01001111 0.8203 1
-01001111 0.8200 1
-01001111 125,136 1
-01001111 1,154,592 1
-01001111 114,624 1
-01001111 359,925 1
-01001111 331,986 1
-01001111 226,582 1
-01001111 400,335 1
-01001111 190,264 1
-01001111 250-billion-a-year 1
-01001111 68,670 1
-01001111 70,975 1
-01001111 44,466 1
-01001111 36,830 1
-01001111 45,285 1
-01001111 419,536 1
-01001111 415.40 1
-01001111 413.20 1
-01001111 1.8495 1
-01001111 86.80-a-share 1
-01001111 21,890,000 1
-01001111 386,600 1
-01001111 24,301 1
-01001111 10,485,959 1
-01001111 657,010 1
-01001111 925,819 1
-01001111 522.80 1
-01001111 845,674 1
-01001111 1,518,180 1
-01001111 0.8223 1
-01001111 0.8216 1
-01001111 0.8250 1
-01001111 0.8207 1
-01001111 1.1230 1
-01001111 399.20 1
-01001111 204.89 1
-01001111 10,481.86 1
-01001111 1.1535 1
-01001111 1.1515 1
-01001111 1.0395 1
-01001111 490.60 1
-01001111 6.3530 1
-01001111 399.55 1
-01001111 27.78 1
-01001111 10,418 1
-01001111 22,360 1
-01001111 314.69 1
-01001111 324.92 1
-01001111 322.13 1
-01001111 10,248 1
-01001111 2,056,480 1
-01001111 788,600 1
-01001111 522.00 1
-01001111 430.30 1
-01001111 1.0530 1
-01001111 1.0370 1
-01001111 21.203 1
-01001111 195,333 1
-01001111 18.924 1
-01001111 0.5351 1
-01001111 12,000-a-year 1
-01001111 18.635 1
-01001111 4,869 1
-01001111 123,868 1
-01001111 2,776 1
-01001111 6,964 1
-01001111 14,102 1
-01001111 16,208 1
-01001111 28,032 1
-01001111 520.10 1
-01001111 6.5650 1
-01001111 1.0245 1
-01001111 789,321 1
-01001111 421.75 1
-01001111 489,200 1
-01001111 152,900 1
-01001111 30.98 1
-01001111 868,683 1
-01001111 350,909 1
-01001111 580,909 1
-01001111 1.2366 1
-01001111 418.75 1
-01001111 0.8182 1
-01001111 1.6794 1
-01001111 7,549 1
-01001111 11,849 1
-01001111 792,500-a-year 1
-01001111 4,654,000 1
-01001111 12,654,000 1
-01001111 6,849 1
-01001111 22,299 1
-01001111 4-a-bag 1
-01001111 800-million-a-year 1
-01001111 14,250 1
-01001111 460.10 1
-01001111 13,184 1
-01001111 9,594 1
-01001111 8,997 1
-01001111 10,989 1
-01001111 11,793 1
-01001111 7,449 1
-01001111 8,195 1
-01001111 1,094.09 1
-01001111 1.1479 1
-01001111 8,480 1
-01001111 303,543 1
-01001111 530,651 1
-01001111 7,499 1
-01001111 157,938 1
-01001111 1,079.57 1
-01001111 44,750 1
-01001111 899,800 1
-01001111 6,095 1
-01001111 10,535 1
-01001111 11,105 1
-01001111 13,599 1
-01001111 12,782 1
-01001111 11,562 1
-01001111 12,449 1
-01001111 30.27 1
-01001111 1.3825 1
-01001111 1.1277 1
-01001111 562.60 1
-01001111 88,731 1
-01001111 85,782 1
-01001111 29,633,815,000 1
-01001111 2,174 1
-01001111 43.97 1
-01001111 13,113 1
-01001111 212,750 1
-01001111 6,810,000 1
-01001111 40.44 1
-01001111 1,438,000 1
-01001111 10,000-a-week 1
-01001111 1.3495 1
-01001111 1.1704 1
-01001111 6.0275 1
-01001111 736,100 1
-01001111 1.6244 1
-01001111 131,900 1
-01001111 2,082,000 1
-01001111 703,210 1
-01001111 1,854 1
-01001111 155.875 1
-01001111 1.6273 1
-01001111 25,550,000 1
-01001111 20-a-ton 1
-01001111 629,976 1
-01001111 53.60 1
-01001111 90.90 1
-01001111 5,627 1
-01001111 10,347 1
-01001111 25-per-head 1
-01001111 300-a-month 1
-01001111 1.67-a-share 1
-01001111 43.50-a-share 1
-01001111 24,037 1
-01001111 24,445 1
-01001111 15,432 1
-01001111 16,995 1
-01001111 16.875-a-share 1
-01001111 3,172 1
-01001111 578.20 1
-01001111 6.3930 1
-01001111 40,597 1
-01001111 13,494 1
-01001111 6,661 1
-01001111 250-a-yard 1
-01001111 315.94 1
-01001111 316.05 1
-01001111 563,597 1
-01001111 551,342 1
-01001111 442,406 1
-01001111 711,900 1
-01001111 737,715 1
-01001111 652,576 1
-01001111 721,525 1
-01001111 1,250-an-ounce 1
-01001111 1-a-night 1
-01001111 40,793 1
-01001111 1.1178 1
-01001111 1.6543 1
-01001111 73.825 1
-01001111 1.2426 1
-01001111 196,940 1
-01001111 840,626 1
-01001111 461.70 1
-01001111 137,000-a-year 1
-01001111 139,741 1
-01001111 159.14 1
-01001111 858,840 1
-01001111 137.92 1
-01001111 40-a-ton 1
-01001111 14.935 1
-01001111 6,980 1
-01001111 26.39 1
-01001111 183.75 1
-01001111 168,900 1
-01001111 6,977 1
-01001111 33,830 1
-01001111 21,260 1
-01001111 190.25 1
-01001111 400-a-night 1
-01001111 66,795 1
-01001111 218.25 1
-01001111 567,500 1
-01001111 15-per-ton 1
-01001111 125-per-square-foot 1
-01001111 459.10 1
-01001111 884,705 1
-01001111 973,000 1
-01001111 519,900 1
-01001111 1,264,000 1
-01001111 1,654,000 1
-01001111 8,020,000 1
-01001111 740,898 1
-01001111 1.6100 1
-01001111 1.2468 1
-01001111 745,329 1
-01001111 718,677 1
-01001111 210,575 1
-01001111 13.985 1
-01001111 772,685 1
-01001111 165,756 1
-01001111 613,695 1
-01001111 2.985 1
-01001111 393,372 1
-01001111 809,243 1
-01001111 6,260,000 1
-01001111 1.6190 1
-01001111 1.2015 1
-01001111 12.945 1
-01001111 97.39 1
-01001111 990-a-year 1
-01001111 1.6438 1
-01001111 96.375 1
-01001111 272,495 1
-01001111 65,365 1
-01001111 71,077 1
-01001111 1,838 1
-01001111 461.40 1
-01001111 1,204,358 1
-01001111 159.52 1
-01001111 225,455 1
-01001111 3,366 1
-01001111 29,188,000 1
-01001111 220-million 1
-01001111 35,374 1
-01001111 25,748 1
-01001111 8,990 1
-01001111 9,975 1
-01001111 8,490 1
-01001111 477,862 1
-01001111 942,923 1
-01001111 2,063 1
-01001111 32.695 1
-01001111 28.906 1
-01001111 20.39375 1
-01001111 1.3360 1
-01001111 1.3265 1
-01001111 6.2480 1
-01001111 16.572 1
-01001111 543.80 1
-01001111 379,842 1
-01001111 11,851,809 1
-01001111 21,400 1
-01001111 851,968 1
-01001111 3,680,000 1
-01001111 2-a-pound 1
-01001111 1.3100 1
-01001111 1.3610 1
-01001111 21,995 1
-01001111 32.5903 1
-01001111 7,554 1
-01001111 27,977 1
-01001111 14,070 1
-01001111 1.79-a-can 1
-01001111 174,094 1
-01001111 563.20 1
-01001111 1.4190 1
-01001111 10,000-a-plate 1
-01001111 12.30-a-barrel 1
-01001111 71,250 1
-01001111 279,141 1
-01001111 207,500 1
-01001111 120.75 1
-01001111 414.90 1
-01001111 219,700 1
-01001111 1.398 1
-01001111 1.448 1
-01001111 95,715 1
-01001111 A7.90 1
-01001111 Muschocho 1
-01001111 2.40-a-unit 1
-01001111 876,922 1
-01001111 919,285 1
-01001111 691,896 1
-01001111 501,634 1
-01001111 1,497,945 1
-01001111 1.4115 1
-01001111 1.4380 1
-01001111 970,049 1
-01001111 91.125 1
-01001111 323.75 1
-01001111 HK6-a-share 1
-01001111 540,355 1
-01001111 377,200 1
-01001111 1.4170 1
-01001111 537.70 1
-01001111 6.4050 1
-01001111 414.70 1
-01001111 1.3335 1
-01001111 40,950 1
-01001111 25,630 1
-01001111 12,430 1
-01001111 13,086 1
-01001111 10,158,277 1
-01001111 34.95. 1
-01001111 2,561,500 1
-01001111 100-per-visit 1
-01001111 11,195 1
-01001111 7,595 1
-01001111 423,077 1
-01001111 16.94-a-barrel 1
-01001111 26.479 1
-01001111 2.1125 1
-01001111 1,160,143 1
-01001111 1.3940 1
-01001111 433,500 1
-01001111 77,100 1
-01001111 tea-vendors 1
-01001111 2,576,000,000 1
-01001111 2,581,000,000 1
-01001111 1.3325 1
-01001111 1.4140 1
-01001111 1.4650 1
-01001111 527.20 1
-01001111 6.2550 1
-01001111 408.80 1
-01001111 852,500 1
-01001111 1.7922 1
-01001111 1.4560 1
-01001111 590.50 1
-01001111 178,770 1
-01001111 1.3675 1
-01001111 1.4325 1
-01001111 579.70 1
-01001111 16,836 1
-01001111 1.30-a-unit 1
-01001111 371,875 1
-01001111 444.08 1
-01001111 159.74 1
-01001111 559.35 1
-01001111 651,000 1
-01001111 232,034 1
-01001111 1.4230 1
-01001111 1.4880 1
-01001111 6.4250 1
-01001111 800,000-a-year 1
-01001111 78,000-a-year 1
-01001111 523,800 1
-01001111 731,018 1
-01001111 287,300 1
-01001111 5,382 1
-01001111 1.3130 1
-01001111 185,847 1
-01001111 101,380 1
-01001111 14.9375 1
-01001111 4.2billion 1
-01001111 6.4450 1
-01001111 425.20 1
-01001111 1.2727 1
-01001111 19.98 1
-01001111 34,000-a-month 1
-01001111 1,383,000 1
-01001111 12,470,766 1
-01001111 315,119 1
-01001111 146,300 1
-01001111 50,371 1
-01001111 34,999 1
-01001111 192,063 1
-01001111 423.70 1
-01001111 577.70 1
-01001111 13.10-a-share 1
-01001111 20,198,917 1
-01001111 1,250,828 1
-01001111 582,887,000 1
-01001111 1,082,887 1
-01001111 156,020 1
-01001111 199,760 1
-01001111 500,625 1
-01001111 7,257,000 1
-01001111 7,348,000 1
-01001111 495,650 1
-01001111 125,825 1
-01001111 7,458,000 1
-01001111 905,744 1
-01001111 Undercurrent 1
-01001111 26,070 1
-01001111 1.4630 1
-01001111 303,293 1
-01001111 1.3890 1
-01001111 314,300 1
-01001111 1.2725 1
-01001111 587.80 1
-01001111 6.5350 1
-01001111 160,950 1
-01001111 64,380 1
-01001111 38.46 1
-01001111 1,403 1
-01001111 3.687 1
-01001111 12,155,647 1
-01001111 23,997 1
-01001111 24,595 1
-01001111 129,604.76 1
-01001111 19,275.58 1
-01001111 134,716 1
-01001111 5,175 1
-01001111 2,602.60 1
-01001111 831,847 1
-01001111 9,133 1
-01001111 94,104 1
-01001111 59,533 1
-01001111 41,288 1
-01001111 38,492 1
-01001111 22,240 1
-01001111 23,204 1
-01001111 15,768 1
-01001111 14,064 1
-01001111 81.375 1
-01001111 273,701 1
-01001111 564,854 1
-01001111 507,618 1
-01001111 500-per-employee 1
-01001111 286,700-a-year 1
-01001111 18,954 1
-01001111 37,908 1
-01001111 621,100 1
-01001111 1.4317 1
-01001111 454.30 1
-01001111 442,638 1
-01001111 57,236 1
-01001111 375,745 1
-01001111 581,662 1
-01001111 41.69 1
-01001111 86.10 1
-01001111 556.26 1
-01001111 1,051,000 1
-01001111 26,435 1
-01001111 36,291 1
-01001111 3,162,245 1
-01001111 8,930,856 1
-01001111 8,536,181 1
-01001111 1,158.00 1
-01001111 1,203.05 1
-01001111 233.375 1
-01001111 140-a-share 1
-01001111 119.20 1
-01001111 117.07 1
-01001111 48,250,000 1
-01001111 389.50 1
-01001111 47.03 1
-01001111 2,503,500 1
-01001111 2,866,200 1
-01001111 221,222 1
-01001111 1,215.22 1
-01001111 1,094.01 1
-01001111 19-a-pound 1
-01001111 707.87 1
-01001111 10,513,717 1
-01001111 10,758,000 1
-01001111 461,618 1
-01001111 7,515 1
-01001111 233-a-night 1
-01001111 18,646 1
-01001111 105.875 1
-01001111 5,397 1
-01001111 333,200 1
-01001111 544,400 1
-01001111 5,969 1
-01001111 63,121 1
-01001111 25,156,000 1
-01001111 299,930 1
-01001111 23,562 1
-01001111 34,560 1
-01001111 420,147 1
-01001111 141,486 1
-01001111 535,500 1
-01001111 153,150 1
-01001111 71,950 1
-01001111 34,902 1
-01001111 14.45-a-share 1
-01001111 15.469 1
-01001111 403.10 1
-01001111 64.67 1
-01001111 2,076,000 1
-01001111 170,366 1
-01001111 143.375 1
-01001111 1,026.25 1
-01001111 32.775 1
-01001111 168,328 1
-01001111 582.70 1
-01001111 1,044.40 1
-01001111 11.833 1
-01001111 26.6875 1
-01001111 2,806 1
-01001111 9,915 1
-01001111 1,571 1
-01001111 11,622 1
-01001111 10,499 1
-01001111 2,004 1
-01001111 10,625 1
-01001111 33.30-a-share 1
-01001111 21.49-a-share 1
-01001111 2.15-a-share 1
-01001111 390.90 1
-01001111 167,400 1
-01001111 1,080.50 1
-01001111 1,284,100 1
-01001111 133,503 1
-01001111 408,727 1
-01001111 174,700 1
-01001111 73,600 1
-01001111 672.51 1
-01001111 393.80 1
-01001111 1.4379 1
-01001111 10,714.65 1
-01001111 8,897,000 1
-01001111 7,565,000 1
-01001111 87,750 1
-01001111 61,992 1
-01001111 10.559 1
-01001111 135,605 1
-01001111 16.595 1
-01001111 1.3011 1
-01001111 108,907 1
-01001111 11.247 1
-01001111 18.325 1
-01001111 21.18 1
-01001111 36,300 1
-01001111 482,050,000 1
-01001111 15,950 1
-01001111 1.4293 1
-01001111 17.825 1
-01001111 6,887,700 1
-01001111 493.70 1
-01001111 8,166 1
-01001111 7.80-a-share 1
-01001111 756,507 1
-01001111 56-a-month 1
-01001111 937.2 1
-01001111 111,700 1
-01001111 1.4282 1
-01001111 22,872 1
-01001111 19,518 1
-01001111 309.72 1
-01001111 157,680 1
-01001111 2,500-a-store 1
-01001111 33,530 1
-01001111 8,741 1
-01001111 1,773 1
-01001111 177,245 1
-01001111 1,088.82 1
-01001111 414.10 1
-01001111 5.986 1
-01001111 5.945 1
-01001111 238,735 1
-01001111 2,083,094 1
-01001111 1,116.50 1
-01001111 413.50 1
-01001111 20,750 1
-01001111 2,013,991 1
-01001111 149.75 1
-01001111 410.80 1
-01001111 74,900 1
-01001111 110,849 1
-01001111 23.674 1
-01001111 740,274 1
-01001111 315,133 1
-01001111 158,952 1
-01001111 58,400 1
-01001111 77,862 1
-01001111 23.63 1
-01001111 476.10 1
-01001111 12.37-a-share 1
-01001111 54.33 1
-01001111 34.70 1
-01001111 23.339 1
-01001111 235,841 1
-01001111 305,341 1
-01001111 25,750 1
-01001111 219,509 1
-01001111 1-off 1
-01001111 844,400 1
-01001111 1.4225 1
-01001111 7,335,200 1
-01001111 571,000-a-year 1
-01001111 487,389 1
-01001111 363,324 1
-01001111 58.82 1
-01001111 1196.95 1
-01001111 1,165.77 1
-01001111 2.9033 1
-01001111 623,506 1
-01001111 5,000-a-couple 1
-01001111 68,400-a-year 1
-01001111 39,925 1
-01001111 79,850 1
-01001111 75,100 1
-01001111 14,840 1
-01001111 12,144 1
-01001111 1,481 1
-01001111 10,992 1
-01001111 11,288 1
-01001111 2,792 1
-01001111 1.4267 1
-01001111 44,541 1
-01001111 4,095 1
-01001111 482.30 1
-01001111 629.19 1
-01001111 671.14 1
-01001111 1.4258 1
-01001111 451.40 1
-01001111 20.51 1
-01001111 160.24-a-share 1
-01001111 14.015 1
-01001111 1,120.40 1
-01001111 285,998 1
-01001111 1,074.25 1
-01001111 667,455 1
-01001111 1,617,455 1
-01001111 86.95 1
-01001111 150,216 1
-01001111 348,200 1
-01001111 39,150 1
-01001111 11.17-a-share 1
-01001111 886,565 1
-01001111 5,765 1
-01001111 12.80-a-share 1
-01001111 28.61 1
-01001111 5,000-base-price 1
-01001111 7,926 1
-01001111 10,125 1
-01001111 22.525 1
-01001111 28,000-plus 1
-01001111 119,100 1
-01001111 100,700 1
-01001111 209,094 1
-01001111 333,057 1
-01001111 23,910 1
-01001111 22,995 1
-01001111 78,415 1
-01001111 66,083,000 1
-01001111 1,077.60 1
-01001111 12,550 1
-01001111 18-million 1
-01001111 43.617 1
-01001111 424,527 1
-01001111 60.50-a-share 1
-01001111 774,036 1
-01001111 242,350 1
-01001111 11,210,433 1
-01001111 117.75 1
-01001111 7.056 1
-01001111 512.84 1
-01001111 4-an-hour 1
-01001111 728,906 1
-01001111 3.40-an-hour 1
-01001111 1.5075 1
-01001111 512,358 1
-01001111 228,812 1
-01001111 1.88-a-share 1
-01001111 258,600 1
-01001111 26.3684 1
-01001111 15.316 1
-01001111 110.15 1
-01001111 1.2411 1
-01001111 27.648 1
-01001111 289,700 1
-01001111 2-a-gallon 1
-01001111 153,000-a-year 1
-01001111 50.60 1
-01001111 44.30 1
-01001111 146.375 1
-01001111 410.60 1
-01001111 501,807 1
-01001111 23-million-a-year 1
-01001111 636,300 1
-01001111 8,088 1
-01001111 6,978 1
-01001111 6,548 1
-01001111 7,878 1
-01001111 26.512 1
-01001111 511,011 1
-01001111 1.0803 1
-01001111 2,135 1
-01001111 13.063 1
-01001111 10.313 1
-01001111 1,380,300 1
-01001111 447,138 1
-01001111 290,564 1
-01001111 58.478 1
-01001111 55.12 1
-01001111 525.70 1
-01001111 124,800 1
-01001111 9,623 1
-01001111 105.75 1
-01001111 4,425 1
-01001111 4.6325 1
-01001111 1,091.75 1
-01001111 726,436 1
-01001111 425,557 1
-01001111 401.10 1
-01001111 405.40 1
-01001111 514.50 1
-01001111 39.60 1
-01001111 305.17 1
-01001111 305.47 1
-01001111 308.17 1
-01001111 306.40 1
-01001111 46,965 1
-01001111 42,475 1
-01001111 392.70 1
-01001111 141.375 1
-01001111 25,150 1
-01001111 24,370 1
-01001111 28-a-unit 1
-01001111 21,150 1
-01001111 731,715 1
-01001111 51,981 1
-01001111 42.70 1
-01001111 29,483 1
-01001111 41,988 1
-01001111 62,273 1
-01001111 63,231 1
-01001111 66,111 1
-01001111 67,595 1
-01001111 71,628 1
-01001111 15,510 1
-01001111 11,110 1
-01001111 8,390 1
-01001111 1,097.49 1
-01001111 72,032 1
-01001111 1.5390 1
-01001111 1.2465 1
-01001111 3,430,849 1
-01001111 139.625 1
-01001111 606,250 1
-01001111 2,702,458 1
-01001111 38,239,241 1
-01001111 995.74 1
-01001111 5,195 1
-01001111 7,095 1
-01001111 7,245 1
-01001111 7.30-a-share 1
-01001111 726,667 1
-01001111 1,107,500 1
-01001111 100,285 1
-01001111 450,298 1
-01001111 236.53 1
-01001111 WRIV 1
-01001111 5.0625 1
-01001111 27,700 1
-01001111 5,849 1
-01001111 23,508 1
-01001111 22,973 1
-01001111 10,039 1
-01001111 9,859 1
-01001111 10,415.90 1
-01001111 131.25 1
-01001111 308,900 1
-01001111 5-a-week 1
-01001111 15,475 1
-01001111 1.5188 1
-01001111 1.5180 1
-01001111 68-a-day 1
-01001111 50.68 1
-01001111 10,457 1
-01001111 27.075 1
-01001111 31-a-unit 1
-01001111 12,150 1
-01001111 85.40 1
-01001111 457,500 1
-01001111 3.3975 1
-01001111 2.7245 1
-01001111 788,042 1
-01001111 1.5213 1
-01001111 1.5290 1
-01001111 394.90 1
-01001111 11,780 1
-01001111 48.10 1
-01001111 Rifadin 1
-01001111 1,499,995 1
-01001111 1-million 1
-01001111 70.10 1
-01001111 49.40 1
-01001111 138.375 1
-01001111 50,815 1
-01001111 23,274 1
-01001111 2,787,000 1
-01001111 777,900 1
-01001111 33,861 1
-01001111 25,257 1
-01001111 628,193 1
-01001111 164.80 1
-01001111 205.70 1
-01001111 78.95 1
-01001111 1-a-ticket 1
-01001111 42.80 1
-01001111 2,700,000 1
-01001111 7,000-a-year 1
-01001111 191,800 1
-01001111 518,800 1
-01001111 601.50 1
-01001111 8.149 1
-01001111 51.254 1
-01001111 57,900 1
-01001111 102,600 1
-01001111 3,065 1
-01001111 45.26 1
-01001111 27.534 1
-01001111 31.60-a-share 1
-01001111 641,702 1
-01001111 1.6682 1
-01001111 1,045,000 1
-01001111 0.08330 1
-01001111 44,543,000 1
-01001111 232,401,000 1
-01001111 9,451 1
-01001111 111,470 1
-01001111 127.625 1
-01001111 621.80 1
-01001111 8,795 1
-01001111 10,295 1
-01001111 8,089 1
-01001111 7,748 1
-01001111 455.90 1
-01001111 8,322 1
-01001111 457.70 1
-01001111 34,470 1
-01001111 2.225 1
-01001111 14.185 1
-01001111 1,190,000 1
-01001111 17.3875 1
-01001111 4,188 1
-01001111 574.60 1
-01001111 1,226.00 1
-01001111 122.60 1
-01001111 28,738 1
-01001111 184,789 1
-01001111 119.50 1
-01001111 10,050 1
-01001111 1.6696 1
-01001111 1.26-a-share 1
-01001111 20M 1
-01001111 1,984 1
-01001111 1,572 1
-01001111 137,824,000 1
-01001111 153,497,000 1
-01001111 589.80 1
-01001111 14,461 1
-01001111 17,744 1
-01001111 18,284 1
-01001111 9,552 1
-01001111 19,208 1
-01001111 12.665 1
-01001111 835,500 1
-01001111 1.1416 1
-01001111 469.90 1
-01001111 18,580 1
-01001111 254,400 1
-01001111 269,400 1
-01001111 82,085 1
-01001111 310,525 1
-01001111 87.125 1
-01001111 1,492,000 1
-01001111 1,110.20 1
-01001111 1,127.70 1
-01001111 281,561 1
-01001111 26.581 1
-01001111 16,349 1
-01001111 6,273 1
-01001111 9,919 1
-01001111 2,251 1
-01001111 13,485 1
-01001111 19,838 1
-01001111 13.736 1
-01001111 155,496 1
-01001111 1,135,000 1
-01001111 642,421 1
-01001111 774,024 1
-01001111 551,560 1
-01001111 1.1850 1
-01001111 7.984 1
-01001111 1.6622 1
-01001111 110.29 1
-01001111 6.75-a-share 1
-01001111 29.43 1
-01001111 1,067.50 1
-01001111 1,027.60 1
-01001111 1.1587 1
-01001111 1.6978 1
-01001111 15,101 1
-01001111 12,890 1
-01001111 35.236 1
-01001111 69,279 1
-01001111 362,526 1
-01001111 32,990 1
-01001111 34,810 1
-01001111 925,300 1
-01001111 49,523 1
-01001111 41,175 1
-01001111 1,608,300 1
-01001111 13,722 1
-01001111 618,000 1
-01001111 630.50 1
-01001111 8.685 1
-01001111 4,013,000 1
-01001111 35/bbl 1
-01001111 1.6851 1
-01001111 148.02 1
-01001111 203.60 1
-01001111 134,200 1
-01001111 130,200 1
-01001111 147,500 1
-01001111 25.93 1
-01001111 7,894,000 1
-01001111 8,763,000 1
-01001111 80,000-plus 1
-01001111 395-a-month 1
-01001111 163.375 1
-01001111 12,149 1
-01001111 54,800 1
-01001111 63,270 1
-01001111 2-a-day 1
-01001111 111.80 1
-01001111 1,126.70 1
-01001111 309.37 1
-01001111 107.3-million 1
-01001111 89,538 1
-01001111 2,235,000 1
-01001111 10.435 1
-01001111 9.685 1
-01001111 457.60 1
-01001111 94,800 1
-01001111 37.58 1
-01001111 10,374 1
-01001111 456,047 1
-01001111 32,267 1
-01001111 94,450 1
-01001111 602.80 1
-01001111 33-a-barrel 1
-01001111 41,775 1
-01001111 45,960 1
-01001111 304,724 1
-01001111 8,083 1
-01001111 41,147 1
-01001111 8,682 1
-01001111 9,153 1
-01001111 61.00 1
-01001111 44,600 1
-01001111 612.20 1
-01001111 11,750 1
-01001111 908,320 1
-01001111 10.0625 1
-01001111 18,832 1
-01001111 98,832 1
-01001111 10,354,000 1
-01001111 165.36 1
-01001111 19.0956 1
-01001111 1.7186 1
-01001111 1,091.70 1
-01001111 203,500 1
-01001111 1,105.93 1
-01001111 31,475 1
-01001111 1.6073 1
-01001111 54.78 1
-01001111 473.30 1
-01001111 9.124 1
-01001111 624.60 1
-01001111 677,265 1
-01001111 822,250,000 1
-01001111 73.58 1
-01001111 17.18 1
-01001111 1.0004 1
-01001111 55,468 1
-01001111 1,857.95 1
-01001111 116.675 1
-01001111 327,889 1
-01001111 340,689 1
-01001111 472.30 1
-01001111 47,480 1
-01001111 97,853 1
-01001111 350-a-month 1
-01001111 129,014 1
-01001111 365,309 1
-01001111 8,553 1
-01001111 478.30 1
-01001111 628.00 1
-01001111 636,200 1
-01001111 307,135 1
-01001111 868,117 1
-01001111 313,814 1
-01001111 75.94 1
-01001111 156.75 1
-01001111 143,708 1
-01001111 201,890 1
-01001111 419.70 1
-01001111 368,195 1
-01001111 322,348 1
-01001111 138,667 1
-01001111 82,400 1
-01001111 63,200 1
-01001111 8.855 1
-01001111 617.70 1
-01001111 17.857 1
-01001111 1,100.31 1
-01001111 51.72 1
-01001111 27,172 1
-01001111 2,728,332 1
-01001111 7,644,228 1
-01001111 661,500 1
-01001111 470.30 1
-01001111 25.16 1
-01001111 374,300 1
-01001111 485,622 1
-01001111 1,069,547 1
-01001111 90,307 1
-01001111 5,086 1
-01001111 18,339 1
-01001111 966,764 1
-01001111 657,184 1
-01001111 31-per-unit 1
-01001111 11,741 1
-01001111 10,411 1
-01001111 1,895 1
-01001111 6-an-ounce 1
-01001111 23.47 1
-01001111 1,953,000 1
-01001111 155,781,000 1
-01001111 1,118.30 1
-01001111 116.375 1
-01001111 96,300 1
-01001111 380,273 1
-01001111 1,040,533 1
-01001111 2,125,000 1
-01001111 305.13 1
-01001111 307.28 1
-01001111 310.45 1
-01001111 564.10 1
-01001111 9,075 1
-01001111 6,011 1
-01001111 2,306 1
-01001111 94.375 1
-01001111 3,113 1
-01001111 56.43 1
-01001111 36.43 1
-01001111 151,775 1
-01001111 206,770 1
-01001111 125,478 1
-01001111 474.80 1
-01001111 23,597 1
-01001111 28-as-hare 1
-01001111 47,050 1
-01001111 350-a-night 1
-01001111 47,620 1
-01001111 45.62 1
-01001111 1.0997 1
-01001111 584.50 1
-01001111 72,300-a-year 1
-01001111 486,225 1
-01001111 1,038,919.33 1
-01001111 1.6254 1
-01001111 147.625 1
-01001111 746.14 1
-01001111 144,500 1
-01001111 402,797 1
-01001111 63,317.02 1
-01001111 13,432 1
-01001111 22,439 1
-01001111 694,137 1
-01001111 44,925 1
-01001111 301,800 1
-01001111 119,669 1
-01001111 45,561 1
-01001111 147,180 1
-01001111 9,458 1
-01001111 5,629 1
-01001111 55,943 1
-01001111 3,453 1
-01001111 655,356 1
-01001111 448.58 1
-01001111 465.60 1
-01001111 617.10 1
-01001111 8,169 1
-01001111 10,648 1
-01001111 591.90 1
-01001111 370,0000 1
-01001111 11,076 1
-01001111 8,645 1
-01001111 10,690 1
-01001111 12,013 1
-01001111 8,474 1
-01001111 6,107 1
-01001111 9,918 1
-01001111 379,159 1
-01001111 432.25 1
-01001111 18,650 1
-01001111 363,931 1
-01001111 7,970,000 1
-01001111 20,460 1
-01001111 607.70 1
-01001111 2,000-a-day 1
-01001111 66,026 1
-01001111 53,063 1
-01001111 394,492 1
-01001111 31,057 1
-01001111 123,517 1
-01001111 251.82 1
-01001111 350.03 1
-01001111 357.58 1
-01001111 1,052.86 1
-01001111 103.79 1
-01001111 267,750 1
-01001111 501,530 1
-01001111 923,000 1
-01001111 1.09375 1
-01001111 91.875 1
-01001111 330,468 1
-01001111 1,003,229 1
-01001111 567.10 1
-01001111 6.765 1
-01001111 1.0250 1
-01001111 363,388 1
-01001111 70,196 1
-01001111 1.6240 1
-01001111 26,967 1
-01001111 29,440 1
-01001111 13,483 1
-01001111 400,100 1
-01001111 54.27 1
-01001111 438,202 1
-01001111 106,131 1
-01001111 561,900 1
-01001111 147.59 1
-01001111 102.04 1
-01001111 6.18-an-ounce 1
-01001111 6.603 1
-01001111 23.428 1
-01001111 2.2-billion 1
-01001111 32,840 1
-01001111 3.8956 1
-01001111 1.3615 1
-01001111 6.888 1
-01001111 504,491 1
-01001111 1.2354 1
-01001111 949,829 1
-01001111 128,024 1
-01001111 381,218 1
-01001111 2,393,000 1
-01001111 10,481 1
-01001111 365,883 1
-01001111 400,662 1
-01001111 962,912 1
-01001111 15,630 1
-01001111 31,125 1
-01001111 412,355 1
-01001111 44.05 1
-01001111 794,727 1
-01001111 447,740 1
-01001111 1,527,043 1
-01001111 582.40 1
-01001111 106,944 1
-01001111 439,887 1
-01001111 80,741 1
-01001111 26.25-a-share 1
-01001111 28-per-share 1
-01001111 3,585 1
-01001111 589,800 1
-01001111 67-a-week 1
-01001111 2,245,000 1
-01001111 3.312 1
-01001111 117,513 1
-01001111 9-a-ticket 1
-01001111 34.56 1
-01001111 1.146 1
-01001111 157.625 1
-01001111 260,400 1
-01001111 817,200 1
-01001111 49.33 1
-01001111 110,863 1
-01001111 1.1222 1
-01001111 583.70 1
-01001111 12,368 1
-01001111 12,468 1
-01001111 6,456 1
-01001111 6,918 1
-01001111 463.70 1
-01001111 1.6647 1
-01001111 1.6665 1
-01001111 1.6562 1
-01001111 35.54 1
-01001111 457,111 1
-01001111 586.30 1
-01001111 7.796 1
-01001111 22,721 1
-01001111 118,800 1
-01001111 966,759 1
-01001111 200-a-month 1
-01001111 1,105.20 1
-01001111 1,066.60 1
-01001111 96,127 1
-01001111 438,819 1
-01001111 382.4 1
-01001111 60.67 1
-01001111 1.1444 1
-01001111 7.415 1
-01001111 250,031 1
-01001111 100,000-a-day 1
-01001111 15,394,000 1
-01001111 42.29 1
-01001111 35.17 1
-01001111 541,667 1
-01001111 124,000-a-year 1
-01001111 453.80 1
-01001111 72,242 1
-01001111 139,133 1
-01001111 861,327 1
-01001111 561,125 1
-01001111 188,300 1
-01001111 12-a-day 1
-01001111 133,700 1
-01001111 119,224 1
-01001111 182,039 1
-01001111 605,984 1
-01001111 15-20M 1
-01001111 1.6480 1
-01001111 1,485,000 1
-01001111 813,450 1
-01001111 618.30 1
-01001111 7.785 1
-01001111 549,028 1
-01001111 288,254 1
-01001111 7,725 1
-01001111 45-million 1
-01001111 465.30 1
-01001111 9,500-a-year 1
-01001111 540,871 1
-01001111 122.80 1
-01001111 19.938 1
-01001111 14.188 1
-01001111 47,450 1
-01001111 50,450 1
-01001111 171,400 1
-01001111 172.125 1
-01001111 22,341 1
-01001111 10,395 1
-01001111 4,899 1
-01001111 1,461,000 1
-01001111 205.375 1
-01001111 210.50 1
-01001111 10,000-an-acre 1
-01001111 7,324 1
-01001111 7,758,000 1
-01001111 1.6527 1
-01001111 244,361 1
-01001111 70,120 1
-01001111 7,460,000 1
-01001111 30,403 1
-01001111 166,953 1
-01001111 196,800 1
-01001111 165.125 1
-01001111 404,198 1
-01001111 840,851 1
-01001111 205,152 1
-01001111 647,036 1
-01001111 30.22 1
-01001111 372,736 1
-01001111 601,467 1
-01001111 78,569 1
-01001111 355,235 1
-01001111 4,111,000 1
-01001111 166.125 1
-01001111 12,499 1
-01001111 12,649 1
-01001111 10,799 1
-01001111 10,949 1
-01001111 1.5840 1
-01001111 1.6000 1
-01001111 159.625 1
-01001111 484,600 1
-01001111 39,750 1
-01001111 576.70 1
-01001111 172.61 1
-01001111 496.52 1
-01001111 256.81 1
-01001111 452.60 1
-01001111 250-a-person 1
-01001111 1,071.88 1
-01001111 713,795 1
-01001111 400,119 1
-01001111 91.47 1
-01001111 1.895 1
-01001111 1.83125 1
-01001111 824,600,000 1
-01001111 1,036.06 1
-01001111 135,500 1
-01001111 129,200 1
-01001111 36,308 1
-01001111 61.10 1
-01001111 80.30 1
-01001111 131,815 1
-01001111 163,465 1
-01001111 83,407 1
-01001111 782,176 1
-01001111 23.35 1
-01001111 12,820 1
-01001111 18,197 1
-01001111 447.80 1
-01001111 7,395 1
-01001111 1,424 1
-01001111 2,281 1
-01001111 10,416.67 1
-01001111 497.10 1
-01001111 1.8378 1
-01001111 475,700 1
-01001111 44.825 1
-01001111 541,100 1
-01001111 12.745 1
-01001111 380,800 1
-01001111 159.95 1
-01001111 501.70 1
-01001111 5,789 1
-01001111 11,982 1
-01001111 5,932 1
-01001111 23.084 1
-01001111 1.8382 1
-01001111 600-billion 1
-01001111 12,766 1
-01001111 303,589 1
-01001111 603,192 1
-01001111 307,784 1
-01001111 894,498 1
-01001111 6.978 1
-01001111 30-a-hundred-weight 1
-01001111 6.139 1
-01001111 4.4643 1
-01001111 4.461 1
-01001111 1,000-a-person 1
-01001111 3.2-billion 1
-01001111 14,000-a-year 1
-01001111 52,174 1
-01001111 22,737,370 1
-01001111 22,729,000 1
-01001111 926,000 1
-01001111 879,000 1
-01001111 5,215 1
-01001111 28,400 1
-01001111 75-odd 1
-01001111 488.80 1
-01001111 299,061 1
-01001111 13,698,056 1
-01001111 215,050 1
-01001111 722,272 1
-01001111 14,079 1
-01001111 532,815 1
-01001111 103,375 1
-01001111 971,289 1
-01001111 340,338 1
-01001111 950,287 1
-01001111 417,472 1
-01001111 484.50 1
-01001111 1.8052 1
-01001111 45,362 1
-01001111 73,851 1
-01001111 1.042 1
-01001111 59,790,000 1
-01001111 422.41 1
-01001111 621.49 1
-01001111 824,000 1
-01001111 3,379 1
-01001111 15,966 1
-01001111 1,342.30 1
-01001111 800,000-plus 1
-01001111 1.52-a-share 1
-01001111 105,806 1
-01001111 118,363 1
-01001111 12,400-per-interest 1
-01001111 840,767 1
-01001111 80,001 1
-01001111 54,001 1
-01001111 8,088,000 1
-01001111 890,497 1
-01001111 40-billion 1
-01001111 102,668 1
-01001111 1.0694 1
-01001111 57.95 1
-01001111 50-and-up 1
-01001111 22,688 1
-01001111 5,848 1
-01001111 10,668 1
-01001111 13,344 1
-01001111 54.30 1
-01001111 32.97 1
-01001111 89,500-a-year 1
-01001111 40,760.86 1
-01001111 8,149 1
-01001111 17,226 1
-01001111 158.875 1
-01001111 140,300 1
-01001111 2.375-a-share 1
-01001111 6,760 1
-01001111 471,200 1
-01001111 348,719 1
-01001111 25-a-barrel 1
-01001111 50-an-employee 1
-01001111 suburb-to-city 1
-01001111 479.80 1
-01001111 316.54 1
-01001111 140,912 1
-01001111 424,123,000 1
-01001111 133,843,000 1
-01001111 501,021 1
-01001111 1.8355 1
-01001111 475,000-a-year 1
-01001111 491.10 1
-01001111 6.756 1
-01001111 6.915 1
-01001111 48.064 1
-01001111 357,542 1
-01001111 70,351 1
-01001111 735,382 1
-01001111 604,500 1
-01001111 4,998 1
-01001111 639,096 1
-01001111 1,870.38 1
-01001111 189.99 1
-01001111 160-ashare 1
-01001111 2.32-a-share 1
-01001111 1.8318 1
-01001111 7.0781 1
-01001111 662,700,000 1
-01001111 25,105 1
-01001111 520.90 1
-01001111 400,200 1
-01001111 22,062 1
-01001111 34,547 1
-01001111 310,500 1
-01001111 28.689 1
-01001111 75,350 1
-01001111 70,600 1
-01001111 233,321 1
-01001111 2,677,000 1
-01001111 3,165,000 1
-01001111 987,799 1
-01001111 901,453 1
-01001111 33,000-plus 1
-01001111 811,002 1
-01001111 152,839 1
-01001111 58,000-a-year 1
-01001111 22,000-a-year 1
-01001111 200,000-a-year 1
-01001111 50,000-per-farm 1
-01001111 468,722 1
-01001111 35,652 1
-01001111 410.90 1
-01001111 18,784,000 1
-01001111 717.0 1
-01001111 157,704 1
-01001111 8.98-a-share 1
-01001111 482,665 1
-01001111 172,750 1
-01001111 19,029 1
-01001111 152,823 1
-01001111 188,922 1
-01001111 133,794 1
-01001111 422,650 1
-01001111 526,299 1
-01001111 313,599 1
-01001111 1.4765 1
-01001111 1.4867 1
-01001111 17.535 1
-01001111 1,017.90 1
-01001111 15,000-a-year 1
-01001111 412.30 1
-01001111 52.90 1
-01001111 530.70 1
-01001111 687,446 1
-01001111 4,118,000 1
-01001111 508,257,000 1
-01001111 43.05 1
-01001111 21.935 1
-01001111 5,550,000 1
-01001111 828,266 1
-01001111 993,907 1
-01001111 68,116,000 1
-01001111 406.20 1
-01001111 9.13-a-share 1
-01001111 228,688 1
-01001111 271,312 1
-01001111 151.50 1
-01001111 80,712 1
-01001111 6,378 1
-01001111 1.4860 1
-01001111 1,052.50 1
-01001111 1,118.75 1
-01001111 777,959 1
-01001111 54,555 1
-01001111 7,190 1
-01001111 8,178 1
-01001111 154,165 1
-01001111 0.028169 1
-01001111 480,154 1
-01001111 173,185 1
-01001111 4,555 1
-01001111 48,155 1
-01001111 11,860 1
-01001111 600-and-up 1
-01001111 79,400 1
-01001111 1,448,000 1
-01001111 29,400 1
-01001111 1.4728 1
-01001111 28.62 1
-01001111 5,912,711 1
-01001111 5,870,304 1
-01001111 402.90 1
-01001111 1.4885 1
-01001111 612,600 1
-01001111 180-a-share 1
-01001111 457,350 1
-01001111 133,200 1
-01001111 95,050 1
-01001111 24.935 1
-01001111 102,700 1
-01001111 1,867 1
-01001111 460,800 1
-01001111 390,144 1
-01001111 1,084.25 1
-01001111 243,500 1
-01001111 320-million-grossing 1
-01001111 37,986 1
-01001111 30,504 1
-01001111 415.70 1
-01001111 3,730 1
-01001111 410.30 1
-01001111 460,350 1
-01001111 4,583 1
-01001111 6,944 1
-01001111 1.13249 1
-01001111 42.22 1
-01001111 4,121 1
-01001111 16,841 1
-01001111 18,544 1
-01001111 25,644 1
-01001111 1.5245 1
-01001111 1.5231 1
-01001111 110.50 1
-01001111 979,000 1
-01001111 1,656,000 1
-01001111 64.34 1
-01001111 10,479 1
-01001111 10,693 1
-01001111 9,965 1
-01001111 387,858 1
-01001111 1,000-a-month 1
-01001111 1,157.98 1
-01001111 1,117.51 1
-01001111 1,141.88 1
-01001111 4,788,000 1
-01001111 250,011 1
-01001111 8,425,000 1
-01001111 3,014 1
-01001111 11-a-day 1
-01001111 9.64-a-share 1
-01001111 7.71-a-share 1
-01001111 96-a-week 1
-01001111 60-a-week 1
-01001111 demystifying 1
-01001111 53,547 1
-01001111 416.30 1
-01001111 412.66 1
-01001111 392,700 1
-01001111 309,517 1
-01001111 105,016 1
-01001111 250-an-hour 1
-01001111 415.90 1
-01001111 5,688 1
-01001111 7.50-a-unit 1
-01001111 893,117 1
-01001111 72,593 1
-01001111 127,906 1
-01001111 2,940,000 1
-01001111 7,482 1
-01001111 1,778 1
-01001111 5,512 1
-01001111 5,561 1
-01001111 59,251 1
-01001111 2,119,400 1
-01001111 1.2525 1
-01001111 519.50 1
-01001111 5.515 1
-01001111 5s 1
-01001111 730,800 1
-01001111 1,388,600 1
-01001111 1,474.45 1
-01001111 82,802 1
-01001111 307.98 1
-01001111 6-a-ton 1
-01001111 632,705 1
-01001111 422.40 1
-01001111 1.5191 1
-01001111 1.5340 1
-01001111 155.50 1
-01001111 423.40 1
-01001111 279,300 1
-01001111 1,086.11 1
-01001111 17.325 1
-01001111 40.61 1
-01001111 20-and-up 1
-01001111 690,250 1
-01001111 409,715 1
-01001111 43,180 1
-01001111 339,344 1
-01001111 265,199 1
-01001111 623,803 1
-01001111 342,583 1
-01001111 2,048,700 1
-01001111 7,657 1
-01001111 22.635 1
-01001111 673,800 1
-01001111 957,770 1
-01001111 437,444 1
-01001111 1,166.25 1
-01001111 26,698 1
-01001111 41,700 1
-01001111 144,470 1
-01001111 190,723 1
-01001111 20,250 1
-01001111 10,898 1
-01001111 8,898 1
-01001111 5,948 1
-01001111 435,611 1
-01001111 16,949 1
-01001111 11,899 1
-01001111 11,649 1
-01001111 578.50 1
-01001111 369.50 1
-01001111 104.75 1
-01001111 2,562,000 1
-01001111 1,655,000 1
-01001111 601.60 1
-01001111 411.35 1
-01001111 55.82 1
-01001111 43,562,000 1
-01001111 43,599,000 1
-01001111 16.5248 1
-01001111 997,486 1
-01001111 11,230 1
-01001111 10-a-unit 1
-01001111 1.6603 1
-01001111 insincerely 1
-01001111 135,925 1
-01001111 11,024 1
-01001111 10,875 1
-01001111 103.125 1
-01001111 456.05 1
-01001111 1.50. 1
-01001111 1,847 1
-01001111 134,600 1
-01001111 11,666 1
-01001111 19,509 1
-01001111 16,612 1
-01001111 7,938 1
-01001111 50,025 1
-01001111 255,199 1
-01001111 101,131 1
-01001111 48,507 1
-01001111 19.13 1
-01001111 456.80 1
-01001111 3,146 1
-01001111 2,136 1
-01001111 40,377,000 1
-01001111 10,096 1
-01001111 43.15 1
-01001111 1,391,000 1
-01001111 467.30 1
-01001111 239.75 1
-01001111 1,377 1
-01001111 244,960 1
-01001111 48.125-a-share 1
-01001111 300,232 1
-01001111 200,076 1
-01001111 137,268 1
-01001111 38.73 1
-01001111 1,458.33 1
-01001111 1,022,539 1
-01001111 740,352 1
-01001111 127,605 1
-01001111 47.94 1
-01001111 54.90 1
-01001111 1,858 1
-01001111 29,750 1
-01001111 2.90-a-share 1
-01001111 96-a-share 1
-01001111 482,667 1
-01001111 4-a-year 1
-01001111 41.628 1
-01001111 40,412,692 1
-01001111 4,299,000 1
-01001111 81.625 1
-01001111 1,055.63 1
-01001111 612,700 1
-01001111 47.91 1
-01001111 362,710 1
-01001111 212.50 1
-01001111 1.4617 1
-01001111 2,244,200 1
-01001111 15,000,000 1
-01001111 39,204 1
-01001111 2,025,888 1
-01001111 64,800 1
-01001111 2,341,000 1
-01001111 43.25-a-share 1
-01001111 3,237,193 1
-01001111 41.79 1
-01001111 421,874 1
-01001111 403,784 1
-01001111 105,463 1
-01001111 14.954 1
-01001111 8,503 1
-01001111 11,610 1
-01001111 10,766 1
-01001111 81,110 1
-01001111 175-a-person 1
-01001111 109.125 1
-01001111 1,224,000 1
-01001111 1,202,000 1
-01001111 7.677 1
-01001111 1.1549 1
-01001111 cama 1
-01001111 1.56-a-share 1
-01001111 32,739 1
-01001111 37,481 1
-01001111 6,375,000 1
-01001111 392.90 1
-01001111 393,000 1
-01001111 305.36 1
-01001111 308.52 1
-01001111 1,406 1
-01001111 400,914 1
-01001111 3,029,000 1
-01001111 39.87 1
-01001111 5,547 1
-01001111 44,376,000 1
-01001111 394.80 1
-01001111 283,783 1
-01001111 60.94 1
-01001111 705,850 1
-01001111 12,036 1
-01001111 22,755 1
-01001111 745,901 1
-01001111 236,755 1
-01001111 13,170 1
-01001111 1,440,000 1
-01001111 400,000-a-month 1
-01001111 979,003 1
-01001111 827,982 1
-01001111 1.5670 1
-01001111 27.05 1
-01001111 32,005 1
-01001111 33,648 1
-01001111 26-a-month 1
-01001111 84,800 1
-01001111 150.125 1
-01001111 10.93-a-share 1
-01001111 286,870 1
-01001111 200,445 1
-01001111 200,784 1
-01001111 201,930 1
-01001111 2,300-a-dose 1
-01001111 144,569 1
-01001111 74,812.50 1
-01001111 153,068 1
-01001111 8,779 1
-01001111 9,239 1
-01001111 7,349 1
-01001111 12,579 1
-01001111 611,200 1
-01001111 279-a-pair 1
-01001111 447.30 1
-01001111 1.32-a-share 1
-01001111 68,662.50 1
-01001111 239,375 1
-01001111 2,626,278 1
-01001111 763,364 1
-01001111 26,554 1
-01001111 40,424 1
-01001111 28,031 1
-01001111 900,938 1
-01001111 29,203 1
-01001111 440,200 1
-01001111 904,900 1
-01001111 94,023 1
-01001111 189,951 1
-01001111 7,634 1
-01001111 80,300 1
-01001111 81,800 1
-01001111 168,800 1
-01001111 462,003 1
-01001111 162,400 1
-01001111 857,227 1
-01001111 749,482 1
-01001111 107,745 1
-01001111 275,000-a-year 1
-01001111 450.10 1
-01001111 l8,758 1
-01001111 7,952 1
-01001111 539.50 1
-01001111 6.5450 1
-01001111 634,262 1
-01001111 3,344,352 1
-01001111 441.60 1
-01001111 456.40 1
-01001111 542.50 1
-01001111 10.296 1
-01001111 38.20-an-ounce 1
-01001111 7.250 1
-01001111 10,402 1
-01001111 240,600 1
-01001111 684,713 1
-01001111 295,296 1
-01001111 128,663 1
-01001111 12,913 1
-01001111 5,066,904 1
-01001111 5,070,029 1
-01001111 298,421 1
-01001111 8,695 1
-01001111 258,851 1
-01001111 7,225 1
-01001111 1,008,000 1
-01001111 184,770 1
-01001111 189,361 1
-01001111 389,263 1
-01001111 1,000-for-everyone 1
-01001111 1,000-a-seat 1
-01001111 407,500 1
-01001111 1,104.81 1
-01001111 11,142 1
-01001111 18.50-per-share 1
-01001111 928,522 1
-01001111 1.309 1
-01001111 74,850 1
-01001111 147,300 1
-01001111 18,000. 1
-01001111 165,900 1
-01001111 1,200-a-car 1
-01001111 12.40-a-share 1
-01001111 1,034,438 1
-01001111 21,091 1
-01001111 346.50 1
-01001111 111.625 1
-01001111 307,500 1
-01001111 941,900 1
-01001111 5.335 1
-01001111 5.095 1
-01001111 530,800 1
-01001111 897,969 1
-01001111 758,729 1
-01001111 832,240 1
-01001111 4,888 1
-01001111 857,100 1
-01001111 845,700 1
-01001111 300,940 1
-01001111 164,025 1
-01001111 158.125 1
-01001111 282,962 1
-01001111 151.625 1
-01001111 1.328 1
-01001111 28,332 1
-01001111 2,883.60 1
-01001111 20,550 1
-01001111 177,800 1
-01001111 59,202 1
-01001111 310,276 1
-01001111 823,500 1
-01001111 680,287 1
-01001111 28,125 1
-01001111 86,134 1
-01001111 82,440 1
-01001111 75,978 1
-01001111 63,339 1
-01001111 78,300 1
-01001111 129,775 1
-01001111 3,745 1
-01001111 3,161 1
-01001111 992,017 1
-01001111 952,500 1
-01001111 151,115 1
-01001111 66,987 1
-01001111 8.3875 1
-01001111 1.8729 1
-01001111 74,692 1
-01001111 49,990 1
-01001111 163,340 1
-01001111 21,990 1
-01001111 59,179 1
-01001111 11,583,553 1
-01001111 11,702 1
-01001111 18,683 1
-01001111 805.50 1
-01001111 515.90 1
-01001111 106,034 1
-01001111 88,414 1
-01001111 7,309 1
-01001111 665,869 1
-01001111 652,361 1
-01001111 11,333 1
-01001111 743.45 1
-01001111 365.40 1
-01001111 473.50 1
-01001111 1.2895 1
-01001111 279,711 1
-01001111 2,126,000 1
-01001111 24,100 1
-01001111 526.20 1
-01001111 181,700 1
-01001111 9,088,000 1
-01001111 105,121 1
-01001111 65,836,000 1
-01001111 1,026,000 1
-01001111 22,195 1
-01001111 8,669 1
-01001111 6,269 1
-01001111 22,094.93 1
-01001111 791,500 1
-01001111 517,066 1
-01001111 cliff-hanging 1
-01001111 2,379,000 1
-01001111 2,511,000 1
-01001111 22.45 1
-01001111 254,409 1
-01001111 850.27 1
-01001111 377,620 1
-01001111 1.2375 1
-01001111 25,892 1
-01001111 84,884 1
-01001111 2,855 1
-01001111 369.30 1
-01001111 5,075 1
-01001111 108,957 1
-01001111 445.40 1
-01001111 1,942,782 1
-01001111 163.625 1
-01001111 376.60 1
-01001111 5,001,485 1
-01001111 483,600 1
-01001111 1.3553 1
-01001111 306.56 1
-01001111 1.6050 1
-01001111 11,499 1
-01001111 17,499 1
-01001111 447.20 1
-01001111 801,600 1
-01001111 1.256 1
-01001111 63.47 1
-01001111 69.08 1
-01001111 2.25-a-share 1
-01001111 26,983 1
-01001111 822,093 1
-01001111 292,403 1
-01001111 45.598 1
-01001111 1.2670 1
-01001111 101,100 1
-01001111 445.60 1
-01001111 11.375-a-share 1
-01001111 95.20 1
-01001111 5.2150 1
-01001111 8,535 1
-01001111 10,459 1
-01001111 13,593 1
-01001111 59,453 1
-01001111 187,839 1
-01001111 186,043 1
-01001111 2,145 1
-01001111 6,784 1
-01001111 4,703 1
-01001111 53,019 1
-01001111 209,358 1
-01001111 100-a-person 1
-01001111 185-a-person 1
-01001111 657,658 1
-01001111 415.84-a-month 1
-01001111 16-a-common-share 1
-01001111 229,725 1
-01001111 374,017 1
-01001111 230,324 1
-01001111 2-per-unit 1
-01001111 1.343 1
-01001111 3.675 1
-01001111 1.3801 1
-01001111 231,300 1
-01001111 1,255 1
-01001111 2,168 1
-01001111 1,059.50 1
-01001111 1,092.79 1
-01001111 2,147.49 1
-01001111 27,000-a-year 1
-01001111 12,270 1
-01001111 8,329 1
-01001111 5,373,322 1
-01001111 11,361,046 1
-01001111 576,720 1
-01001111 270,800 1
-01001111 290,871 1
-01001111 240,245,000 1
-01001111 87,136 1
-01001111 2,004.23 1
-01001111 2,593.74 1
-01001111 1,593.74 1
-01001111 3,699 1
-01001111 15,565 1
-01001111 24,915 1
-01001111 4,912 1
-01001111 1,213 1
-01001111 46,600 1
-01001111 148.25 1
-01001111 1,566,000 1
-01001111 70,000-a-year 1
-01001111 1.0650 1
-01001111 1.3832 1
-01001111 2.5725 1
-01001111 227,800 1
-01001111 3.28-a-share 1
-01001111 4,486,969 1
-01001111 40,000-a-month 1
-01001111 5,280,825 1
-01001111 2,293,408 1
-01001111 54,391,453.80 1
-01001111 26,295,590 1
-01001111 2,655,800 1
-01001111 231,548 1
-01001111 191,071 1
-01001111 91,054 1
-01001111 93,959 1
-01001111 233,637 1
-01001111 60-billion-a-year 1
-01001111 614.50 1
-01001111 1.7952 1
-01001111 446,700 1
-01001111 717,564 1
-01001111 773,260 1
-01001111 1.7810 1
-01001111 1.7838 1
-01001111 16.50-a 1
-01001111 1.2785 1
-01001111 39.5625 1
-01001111 136,749 1
-01001111 274,712 1
-01001111 953,730 1
-01001111 695,400 1
-01001111 106,175 1
-01001111 1.8574 1
-01001111 1.7964 1
-01001111 5,445 1
-01001111 25,414,000 1
-01001111 514,800 1
-01001111 71,901 1
-01001111 89,561 1
-01001111 43,151 1
-01001111 1,557 1
-01001111 24.063 1
-01001111 1.0175 1
-01001111 l.02 1
-01001111 7.3050 1
-01001111 1.3488 1
-01001111 186,774 1
-01001111 6,272,786 1
-01001111 1,641,000 1
-01001111 325-a-year 1
-01001111 58,800 1
-01001111 1.712 1
-01001111 112,890 1
-01001111 85,100 1
-01001111 659,725,000 1
-01001111 1.003 1
-01001111 1,950,000,000 1
-01001111 1.430 1
-01001111 47,800 1
-01001111 5,578 1
-01001111 222,500 1
-01001111 12.625-a-share 1
-01001111 88,200 1
-01001111 138,200 1
-01001111 73,500 1
-01001111 1.0750 1
-01001111 1.4072 1
-01001111 8.3125 1
-01001111 35-40 1
-01001111 5.243 1
-01001111 1.2545 1
-01001111 300-an-hour 1
-01001111 156.25 1
-01001111 19.53125 1
-01001111 6,772 1
-01001111 964,000-a-year 1
-01001111 1.60-a-year 1
-01001111 1,108.10 1
-01001111 141,100 1
-01001111 5.3750 1
-01001111 372,417 1
-01001111 734,843 1
-01001111 1.2280 1
-01001111 126,868 1
-01001111 50-plus-per-ton 1
-01001111 489.80 1
-01001111 5.235 1
-01001111 1.5800 1
-01001111 2,065 1
-01001111 60-a-night 1
-01001111 471,176 1
-01001111 93.625 1
-01001111 21,955,000 1
-01001111 11,855,000 1
-01001111 7.3125 1
-01001111 WNRW-TV 1
-01001111 3,481 1
-01001111 2.183 1
-01001111 30-a-day 1
-01001111 .72 1
-01001111 1,970,625 1
-01001111 8,908 1
-01001111 8,597 1
-01001111 433,400 1
-01001111 60,100 1
-01001111 40,531 1
-01001111 475,500 1
-01001111 700,169 1
-01001111 171,090 1
-01001111 38-a-unit 1
-01001111 3.40-a-share 1
-01001111 12.30-an-ounce 1
-01001111 25.916 1
-01001111 39.666 1
-01001111 8,670,000 1
-01001111 30,228 1
-01001111 17,108 1
-01001111 28.87-a-share 1
-01001111 6.7950 1
-01001111 0.363 1
-01001111 5.6546 1
-01001111 239,893 1
-01001111 579.40 1
-01001111 44.49 1
-01001111 2,855,000 1
-01001111 597.50 1
-01001111 590.60 1
-01001111 539,717 1
-01001111 65-a-month 1
-01001111 458.20 1
-01001111 6.6750 1
-01001111 557.50 1
-01001111 241,405 1
-01001111 1,068.25 1
-01001111 1.15-a-share 1
-01001111 3.965 1
-01001111 465,600 1
-01001111 310,387 1
-01001111 39,575 1
-01001111 9,825 1
-01001111 13,678 1
-01001111 4,032 1
-01001111 2.5-billion 1
-01001111 5,270 1
-01001111 4,868 1
-01001111 1,084.38 1
-01001111 1,558,000 1
-01001111 257,258 1
-01001111 51,887,168 1
-01001111 567,890 1
-01001111 466,034 1
-01001111 30-a-barrel 1
-01001111 144,241 1
-01001111 317.06 1
-01001111 320.86 1
-01001111 522,650 1
-01001111 112,390,000 1
-01001111 7,784 1
-01001111 87,710 1
-01001111 83,943 1
-01001111 16.625-a-share 1
-01001111 626,650 1
-01001111 5,121,000 1
-01001111 86.20 1
-01001111 25,000-a-month 1
-01001111 42,777,000 1
-01001111 2,409,000 1
-01001111 2,411,000 1
-01001111 600,000-a-year 1
-01001111 22.47 1
-01001111 1.5723 1
-01001111 507.50 1
-01001111 11,883 1
-01001111 13,776 1
-01001111 473.16 1
-01001111 5,583 1
-01001111 22,330 1
-01001111 771,428 1
-01001111 27.15 1
-01001111 2-million 1
-01001111 462.40 1
-01001111 6.8650 1
-01001111 3,337,000 1
-01001111 3,167,000 1
-01001111 75-80 1
-01001111 110,500 1
-01001111 91.90 1
-01001111 47.80 1
-01001111 634,839 1
-01001111 10,298 1
-01001111 14,411 1
-01001111 610.90 1
-01001111 615.70 1
-01001111 33.70 1
-01001111 1.3377 1
-01001111 13,700,000 1
-01001111 1.813 1
-01001111 584.00 1
-01001111 2,395,413 1
-01001111 3,882,046 1
-01001111 3,990,503 1
-01001111 7,629 1
-01001111 162,248 1
-01001111 15,799 1
-01001111 147,350 1
-01001111 17.71-a-share 1
-01001111 6,975,000 1
-01001111 78.84 1
-01001111 16.59-a-share 1
-01001111 28.1256 1
-01001111 61,800 1
-01001111 8,000-a-year 1
-01001111 456,499 1
-01001111 4,947.75 1
-01001111 390,600 1
-01001111 1.7535 1
-01001111 581,665 1
-01001111 612,631 1
-01001111 8.735 1
-01001111 251,711 1
-01001111 478,645 1
-01001111 10.125-a-share 1
-01001111 24,348 1
-01001111 982.50 1
-01001111 190,565 1
-01001111 8,750,000 1
-01001111 16,690 1
-01001111 14,330 1
-01001111 14,820 1
-01001111 1.273 1
-01001111 5,000-plus 1
-01001111 598,412 1
-01001111 11.75-a-share 1
-01001111 835,800 1
-01001111 778,200 1
-01001111 948,894 1
-01001111 6,635 1
-01001111 13,140 1
-01001111 12,810 1
-01001111 11,150 1
-01001111 8,895 1
-01001111 9,145 1
-01001111 461,610 1
-01001111 150-a-plate 1
-01001111 556,036 1
-01001111 3,579,000 1
-01001111 69,380 1
-01001111 26,560 1
-01001111 178,314 1
-01001111 219,819 1
-01001111 125-a-head 1
-01001111 24,545,000 1
-01001111 17.09-a-share 1
-01001111 53- 1
-01001111 90,940 1
-01001111 191,172 1
-01001111 75,131 1
-01001111 13.806 1
-01001111 8.695 1
-01001111 201,100 1
-01001111 174,399 1
-01001111 41,485,000 1
-01001111 11,225,000 1
-01001111 336,312 1
-01001111 143,761 1
-01001111 1,515.15 1
-01001111 347,565 1
-01001111 337,570,000 1
-01001111 12.75-a-share 1
-01001111 107-a-share 1
-01001111 1,547 1
-01001111 339,821 1
-01001111 280.25 1
-01001111 37,790 1
-01001111 39,880 1
-01001111 16,585 1
-01001111 45-by 1
-01001111 6.447 1
-01001111 6,747 1
-01001111 7,127 1
-01001111 92,800 1
-01001111 8,977 1
-01001111 9,093 1
-01001111 6,586 1
-01001111 40.93 1
-01001111 15,074 1
-01001111 3,166,825 1
-01001111 109,400 1
-01001111 7,358 1
-01001111 1.6260 1
-01001111 1,014.26 1
-01001111 1,072.50 1
-01001111 1.8302 1
-01001111 62.48 1
-01001111 288.75 1
-01001111 9,156 1
-01001111 33,245 1
-01001111 6,345 1
-01001111 12.50-a-gallon 1
-01001111 138,850 1
-01001111 243,075 1
-01001111 53,398,497 1
-01001111 120-million 1
-01001111 129,374 1
-01001111 554,806 1
-01001111 16,897,000 1
-01001111 1,127,000 1
-01001111 2.188 1
-01001111 24,215,000 1
-01001111 27,685,000 1
-01001111 82,332 1
-01001111 110,800 1
-01001111 1.5650 1
-01001111 3,333,334 1
-01001111 423,990 1
-01001111 1,205,000 1
-01001111 214,488 1
-01001111 17,975 1
-01001111 1.0325 1
-01001111 304,999 1
-01001111 840,896 1
-01001111 315.77 1
-01001111 35,700 1
-01001111 95,000-a-year 1
-01001111 158.08 1
-01001111 867.50 1
-01001111 13,810 1
-01001111 32,928 1
-01001111 156.375 1
-01001111 2,852 1
-01001111 757,720 1
-01001111 9,133.35 1
-01001111 27,660,000 1
-01001111 4,994,000 1
-01001111 4.2-billion 1
-01001111 514,558 1
-01001111 2.205 1
-01001111 269,131 1
-01001111 60,961 1
-01001111 1,813,414 1
-01001111 1,920,226 1
-01001111 472,896 1
-01001111 721,330 1
-01001111 300,809 1
-01001111 8,581 1
-01001111 187,316 1
-01001111 66,912 1
-01001111 44,910 1
-01001111 31,497 1
-01001111 20,535 1
-01001111 1,203.50 1
-01001111 199,500 1
-01001111 15.45-a-share 1
-01001111 25,720 1
-01001111 65,400 1
-01001111 7,614 1
-01001111 1,140,335 1
-01001111 840,300 1
-01001111 604,215 1
-01001111 207,610 1
-01001111 650-million 1
-01001111 26,250 1
-01001111 24.1-million 1
-01001111 36,250 1
-01001111 488,990 1
-01001111 7,374 1
-01001111 222,187 1
-01001111 296,981 1
-01001111 1.8705 1
-01001111 977,086 1
-01001111 192,370 1
-01001111 900,730 1
-01001111 2,448,400.66 1
-01001111 19,630 1
-01001111 16,672 1
-01001111 59.00 1
-01001111 584,881 1
-01001111 30.64 1
-01001111 2.905 1
-01001111 2.442 1
-01001111 283.25 1
-01001111 7,458 1
-01001111 19,864 1
-01001111 267,900 1
-01001111 2.38194 1
-01001111 36,985 1
-01001111 7,445 1
-01001111 11,152 1
-01001111 10,423 1
-01001111 37.25-a-share 1
-01001111 855,796 1
-01001111 200,322 1
-01001111 437.30 1
-01001111 30.24 1
-01001111 400.29 1
-01001111 9,000-a-year 1
-01001111 117,847 1
-01001111 19.25-a-share 1
-01001111 18,000-a-year 1
-01001111 473,408 1
-01001111 5.1720 1
-01001111 77,065 1
-01001111 37,845 1
-01001111 365.00 1
-01001111 162,461 1
-01001111 22,513 1
-01001111 441.90 1
-01001111 124-a-share 1
-01001111 184,250,000 1
-01001111 664.37 1
-01001111 73.80-a-share 1
-01001111 1,206,180,000 1
-01001111 62,400,000 1
-01001111 74.50-a-share 1
-01001111 9,776 1
-01001111 1,000-a-year 1
-01001111 163,628 1
-01001111 4,951,000 1
-01001111 1,059.06 1
-01001111 21,958 1
-01001111 38,346 1
-01001111 25,803 1
-01001111 13,647 1
-01001111 1,176.25 1
-01001111 1,167.50 1
-01001111 33,908 1
-01001111 436.20 1
-01001111 27.65 1
-01001111 33,803 1
-01001111 1,325.76 1
-01001111 100,000-per-deposit 1
-01001111 32,137 1
-01001111 7-an-ounce 1
-01001111 5.1570 1
-01001111 20.71 1
-01001111 20,505 1
-01001111 1.2870 1
-01001111 113,366 1
-01001111 546,305 1
-01001111 1.8477 1
-01001111 2.9750 1
-01001111 29.50-a-share 1
-01001111 19,640 1
-01001111 329.90 1
-01001111 923,832 1
-01001111 1.2570 1
-01001111 59.93 1
-01001111 1,986,950 1
-01001111 1,455 1
-01001111 803,369 1
-01001111 86.37 1
-01001111 33,005 1
-01001111 18,929 1
-01001111 67,331 1
-01001111 26,075 1
-01001111 3,572,000 1
-01001111 31,010 1
-01001111 49,030 1
-01001111 41,690 1
-01001111 29,154 1
-01001111 10,744 1
-01001111 111.875 1
-01001111 25,294 1
-01001111 179,474 1
-01001111 444,589 1
-01001111 148,070 1
-01001111 9,000-plus 1
-01001111 1.7699 1
-01001111 819,000 1
-01001111 2,091 1
-01001111 12,590 1
-01001111 1,975,000 1
-01001111 399.95 1
-01001111 550,596 1
-01001111 1,411 1
-01001111 8,384 1
-01001111 1.8455 1
-01001111 432,035 1
-01001111 12,388 1
-01001111 13,250,000 1
-01001111 50-limit 1
-01001111 75-a-shift 1
-01001111 47.250 1
-01001111 36.731 1
-01001111 139,391 1
-01001111 313,625 1
-01001111 813,996 1
-01001111 24,615 1
-01001111 47.31 1
-01001111 9,650 1
-01001111 14,753 1
-01001111 16,437 1
-01001111 41,200 1
-01001111 61.766 1
-01001111 165,000-a-year 1
-01001111 21.40-a-share 1
-01001111 359.95 1
-01001111 165,200 1
-01001111 117.625 1
-01001111 101,930 1
-01001111 154,848 1
-01001111 25,800 1
-01001111 792,954 1
-01001111 556,086 1
-01001111 61,886 1
-01001111 14,529 1
-01001111 11,929 1
-01001111 2,075,000 1
-01001111 5,495 1
-01001111 73.50-a-share 1
-01001111 98,082 1
-01001111 2,380,952,414 1
-01001111 694,574 1
-01001111 5-billion-a-year 1
-01001111 402,871 1
-01001111 850,340,136 1
-01001111 8,760 1
-01001111 12.435 1
-01001111 73,523 1
-01001111 513,121 1
-01001111 79,648.21 1
-01001111 9,706 1
-01001111 13,543 1
-01001111 161,649 1
-01001111 37,808 1
-01001111 40,602,915 1
-01001111 4,319,313 1
-01001111 27.825 1
-01001111 27.61 1
-01001111 24,900 1
-01001111 445.10 1
-01001111 1.8940 1
-01001111 29,841 1
-01001111 6.4650 1
-01001111 5-per-share 1
-01001111 47.75-a-share 1
-01001111 2.9-million 1
-01001111 13.4-billion 1
-01001111 30-a-hundredweight 1
-01001111 106,600 1
-01001111 871,309 1
-01001111 91.20 1
-01001111 1.5533 1
-01001111 1.5500 1
-01001111 1,259,072 1
-01001111 829.55 1
-01001111 2,355,709 1
-01001111 4.5-billion 1
-01001111 1.16-a-share 1
-01001111 108.375 1
-01001111 861,589 1
-01001111 32,959 1
-01001111 8,958 1
-01001111 27,624 1
-01001111 7,694 1
-01001111 748,458 1
-01001111 77,235 1
-01001111 14,880 1
-01001111 1.2450 1
-01001111 1.6554 1
-01001111 365.10 1
-01001111 477.30 1
-01001111 1.2380 1
-01001111 192,930 1
-01001111 400-million-a-year 1
-01001111 30,230 1
-01001111 6,285 1
-01001111 8,252,992 1
-01001111 540.40 1
-01001111 1,001.43 1
-01001111 1,696 1
-01001111 22,850 1
-01001111 7,149 1
-01001111 21,550 1
-01001111 2,115,527,100 1
-01001111 120-a-square-foot 1
-01001111 2,850,783 1
-01001111 2,973,544 1
-01001111 51,550 1
-01001111 50,900 1
-01001111 622,500 1
-01001111 14,424 1
-01001111 600,723 1
-01001111 1,019.54 1
-01001111 65,137 1
-01001111 600-a-person 1
-01001111 272,795 1
-01001111 112,549 1
-01001111 10,283 1
-01001111 69.60 1
-01001111 35.10 1
-01001111 8,550 1
-01001111 504.70 1
-01001111 9,099 1
-01001111 15,240 1
-01001111 29,757 1
-01001111 1-per-acre 1
-01001111 78,600 1
-01001111 20-per-passenger 1
-01001111 6.135 1
-01001111 247,830 1
-01001111 11,999 1
-01001111 156.125 1
-01001111 4.5625 1
-01001111 18.93 1
-01001111 356,192 1
-01001111 86,815 1
-01001111 72,400 1
-01001111 87,420 1
-01001111 457.00 1
-01001111 332,122.50 1
-01001111 6,801 1
-01001111 6,906 1
-01001111 72,681 1
-01001111 15,920 1
-01001111 14,180 1
-01001111 14,895 1
-01001111 18,645 1
-01001111 316.48 1
-01001111 317.72 1
-01001111 317.97 1
-01001111 200,004 1
-01001111 88.375 1
-01001111 305,638 1
-01001111 17,515 1
-01001111 470,474 1
-01001111 39,600 1
-01001111 35,125 1
-01001111 168,790 1
-01001111 34,375 1
-01001111 9,283 1
-01001111 845,257 1
-01001111 154,402 1
-01001111 18,840 1
-01001111 834,457 1
-01001111 12,635 1
-01001111 480,916 1
-01001111 774,302 1
-01001111 3,975 1
-01001111 2,501,915 1
-01001111 1.8995 1
-01001111 .54 1
-01001111 6,700,000 1
-01001111 526.70 1
-01001111 0.8451 1
-01001111 0.8530 1
-01001111 1.7540 1
-01001111 448,200 1
-01001111 80,000-a-year 1
-01001111 1.8878 1
-01001111 36,254 1
-01001111 646,855 1
-01001111 107.50 1
-01001111 39,645 1
-01001111 3,346,775 1
-01001111 401,250 1
-01001111 107,835,293 1
-01001111 41.74 1
-01001111 63,384 1
-01001111 1.0375 1
-01001111 6.434 1
-01001111 999,999,999.99 1
-01001111 2,000-a-dose 1
-01001111 25,866 1
-01001111 19,164 1
-01001111 940,872 1
-01001111 633,300 1
-01001111 7.1125 1
-01001111 28.333 1
-01001111 31.421 1
-01001111 817,447 1
-01001111 342,411 1
-01001111 1.685 1
-01001111 1.3190 1
-01001111 1.2155 1
-01001111 480.80 1
-01001111 2,531 1
-01001111 49,576 1
-01001111 1.5525 1
-01001111 5,289 1
-01001111 12,317,743 1
-01001111 29,160 1
-01001111 11,950 1
-01001111 29,610 1
-01001111 565,901 1
-01001111 615,967 1
-01001111 28,846 1
-01001111 52,096 1
-01001111 5,601 1
-01001111 35,173 1
-01001111 118.80 1
-01001111 5,699,000 1
-01001111 866.49 1
-01001111 306.25 1
-01001111 1.8905 1
-01001111 1.2480 1
-01001111 366.00 1
-01001111 5.9675 1
-01001111 13,458 1
-01001111 23.16-a-share 1
-01001111 158,700 1
-01001111 111,263 1
-01001111 87,559 1
-01001111 1,717,311 1
-01001111 488,800 1
-01001111 238,108 1
-01001111 1,087,500 1
-01001111 2,869 1
-01001111 975,266 1
-01001111 800,700 1
-01001111 726,923 1
-01001111 39.13 1
-01001111 659,656 1
-01001111 838,268 1
-01001111 479,370 1
-01001111 531,889 1
-01001111 Deladumone 1
-01001111 1.8596 1
-01001111 Tace 1
-01001111 206,880,000 1
-01001111 41.99 1
-01001111 48.21 1
-01001111 471,280 1
-01001111 250,000,000 1
-01001111 196,609 1
-01001111 46,750 1
-01001111 39,450 1
-01001111 3,863 1
-01001111 961,800 1
-01001111 20.85-a-share 1
-01001111 999,042 1
-01001111 31.95 1
-01001111 47,999 1
-01001111 591,821 1
-01001111 790,445 1
-01001111 290.75 1
-01001111 3,730,000 1
-01001111 11.479 1
-01001111 5,666 1
-01001111 110-aashare 1
-01001111 16,116 1
-01001111 124,989 1
-01001111 137,154 1
-01001111 16.425 1
-01001111 144,600 1
-01001111 139,400 1
-01001111 12.662 1
-01001111 1.5526 1
-01001111 647,452 1
-01001111 31.675 1
-01001111 17.42-a-share 1
-01001111 15,066,700 1
-01001111 808,835 1
-01001111 949,760 1
-01001111 791,883 1
-01001111 25,516 1
-01001111 717,625 1
-01001111 549,661 1
-01001111 1.2770 1
-01001111 10,754 1
-01001111 25,407 1
-01001111 92,460 1
-01001111 345,359 1
-01001111 86,638 1
-01001111 165.375 1
-01001111 34,120,000 1
-01001111 12,025 1
-01001111 12,535 1
-01001111 440-an-ounce 1
-01001111 568,700 1
-01001111 18,959 1
-01001111 8,759 1
-01001111 14,639 1
-01001111 15,519 1
-01001111 23.55 1
-01001111 54-an-ounce 1
-01001111 6,929 1
-01001111 14.183-a-share 1
-01001111 85.875 1
-01001111 36.10 1
-01001111 91.40 1
-01001111 102,525 1
-01001111 HK50,000 1
-01001111 HK20,000 1
-01001111 48,038 1
-01001111 22,917 1
-01001111 507,698 1
-01001111 946,106 1
-01001111 236,100 1
-01001111 301,650 1
-01001111 346,890 1
-01001111 10.925 1
-01001111 486.20 1
-01001111 518.10 1
-01001111 1,509 1
-01001111 1.107 1
-01001111 173,008 1
-01001111 500,229 1
-01001111 472,190 1
-01001111 26,524 1
-01001111 1.3705 1
-01001111 1.3035 1
-01001111 5.1530 1
-01001111 8,098 1
-01001111 6,148 1
-01001111 8,620 1
-01001111 6,477 1
-01001111 138.875 1
-01001111 954.93 1
-01001111 914.74 1
-01001111 16,495 1
-01001111 533.80 1
-01001111 439.00 1
-01001111 1.2572 1
-01001111 3,898 1
-01001111 3,039 1
-01001111 8,737 1
-01001111 1,694 1
-01001111 17,246,000 1
-01001111 5,292 1
-01001111 7,923 1
-01001111 3,795 1
-01001111 7.50-ashare 1
-01001111 44.38-a-share 1
-01001111 107,212 1
-01001111 3,117 1
-01001111 175-per-person 1
-01001111 1,000-a-ticket 1
-01001111 1.1647 1
-01001111 1.3057 1
-01001111 8,770,000 1
-01001111 435-an-ounce 1
-01001111 185-a-night 1
-01001111 1.3150 1
-01001111 88-a-month 1
-01001111 79,690 1
-01001111 99,956 1
-01001111 7,249 1
-01001111 194.50 1
-01001111 6,188 1
-01001111 14,725,000 1
-01001111 1.1225 1
-01001111 18.50-a-barrel 1
-01001111 .56 1
-01001111 .60 1
-01001111 10,035,000 1
-01001111 .41 1
-01001111 30,933 1
-01001111 31,380 1
-01001111 37,905 1
-01001111 38,475 1
-01001111 29,763 1
-01001111 32,700 1
-01001111 60,300 1
-01001111 469,000 1
-01001111 800-a-month 1
-01001111 122,976 1
-01001111 10,088 1
-01001111 1.0883 1
-01001111 35,805 1
-01001111 250,000. 1
-01001111 53,185,000 1
-01001111 440,300 1
-01001111 68,075 1
-01001111 1.7070 1
-01001111 1.7192 1
-01001111 16,575 1
-01001111 20,126 1
-01001111 34,850 1
-01001111 19,422 1
-01001111 17,865 1
-01001111 28,505 1
-01001111 200-a-share 1
-01001111 143.625 1
-01001111 3.0625 1
-01001111 4761373 1
-01001111 22,916-a-month 1
-01001111 200-a-bottle 1
-01001111 137,191 1
-01001111 24,810 1
-01001111 20-an-hour 1
-01001111 cutsie 1
-01001111 8,048 1
-01001111 24,460 1
-01001111 78,039 1
-01001111 7,530,802,000 1
-01001111 18,457,957,000 1
-01001111 388,889 1
-01001111 24,462 1
-01001111 3,926 1
-01001111 4,308 1
-01001111 1.2675 1
-01001111 2.415 1
-01001111 207.50 1
-01001111 11.71 1
-01001111 9,023,000 1
-01001111 5.766 1
-01001111 3,574,000 1
-01001111 346,800,000 1
-01001111 1.5463 1
-01001111 47.10 1
-01001111 half-a-billion 1
-01001111 136,255 1
-01001111 13,650 1
-01001111 8,465 1
-01001111 45,050 1
-01001111 1,308 1
-01001111 2,915 1
-01001111 3,214 1
-01001111 30,388 1
-01001111 1.2860 1
-01001111 7,428,000 1
-01001111 411.99 1
-01001111 486.30 1
-01001111 366.10 1
-01001111 5.1430 1
-01001111 434.40 1
-01001111 9,750,000,000 1
-01001111 8.324 1
-01001111 1.1667 1
-01001111 1.1906 1
-01001111 35-billion 1
-01001111 45-per-share 1
-01001111 181,677 1
-01001111 442,168 1
-01001111 642,916 1
-01001111 1,559 1
-01001111 15,910 1
-01001111 995,335 1
-01001111 8,023,034 1
-01001111 288,229 1
-01001111 736,501 1
-01001111 6,035,219 1
-01001111 8,006,682 1
-01001111 11.495 1
-01001111 13.245 1
-01001111 300,518 1
-01001111 15.047 1
-01001111 754,802 1
-01001111 126,533 1
-01001111 1.5445 1
-01001111 426,500 1
-01001111 1,406,512 1
-01001111 1,772,506 1
-01001111 646,232 1
-01001111 887,497 1
-01001111 481.20 1
-01001111 21.9-million 1
-01001111 997,231 1
-01001111 1,063,000 1
-01001111 108,550,000 1
-01001111 2,395 1
-01001111 443,400 1
-01001111 17.15-a-share 1
-01001111 7.1550 1
-01001111 569.50 1
-01001111 105.88 1
-01001111 144,900 1
-01001111 255,608 1
-01001111 77,922 1
-01001111 435.10 1
-01001111 7.2250 1
-01001111 551.30 1
-01001111 72,530 1
-01001111 24,081 1
-01001111 64,434 1
-01001111 814,801 1
-01001111 9.505 1
-01001111 3,902 1
-01001111 551.40 1
-01001111 7.1650 1
-01001111 3.3350 1
-01001111 18,895 1
-01001111 65,300 1
-01001111 105,100 1
-01001111 111,100 1
-01001111 108,900 1
-01001111 58,700 1
-01001111 221,025 1
-01001111 24,895 1
-01001111 209,072 1
-01001111 94,774 1
-01001111 483.70 1
-01001111 11,953 1
-01001111 76,200 1
-01001111 12,017 1
-01001111 26.841 1
-01001111 7,960 1
-01001111 157,356 1
-01001111 1.1498 1
-01001111 1.70-a-share 1
-01001111 525,687 1
-01001111 618,871 1
-01001111 106,308 1
-01001111 10,350,000 1
-01001111 90,872 1
-01001111 29,190 1
-01001111 76,380 1
-01001111 127,600 1
-01001111 1,017.42 1
-01001111 370,941 1
-01001111 551.50 1
-01001111 79.625 1
-01001111 27.60 1
-01001111 616,800 1
-01001111 172,920 1
-01001111 442.70 1
-01001111 16.313 1
-01001111 732,900 1
-01001111 582,000 1
-01001111 12-per-share 1
-01001111 13,239 1
-01001111 12,846 1
-01001111 3,840,000 1
-01001111 15,644 1
-01001111 1.676 1
-01001111 1.7060 1
-01001111 320.05 1
-01001111 323.05 1
-01001111 321.67 1
-01001111 322.60 1
-01001111 86.625 1
-01001111 1,128,000 1
-01001111 1,078,000 1
-01001111 10,703 1
-01001111 526,992 1
-01001111 466,284 1
-01001111 6,290 1
-01001111 7,280 1
-01001111 585,109 1
-01001111 25,995 1
-01001111 20,804 1
-01001111 1.8265 1
-01001111 38,304 1
-01001111 33,492 1
-01001111 24,120 1
-01001111 1,812 1
-01001111 1,815 1
-01001111 29,580 1
-01001111 2,791 1
-01001111 313.875 1
-01001111 77,800 1
-01001111 1.7425 1
-01001111 7,205 1
-01001111 16,149 1
-01001111 8,376 1
-01001111 564-million 1
-01001111 13,408 1
-01001111 10,066 1
-01001111 9,084 1
-01001111 14,272 1
-01001111 13,734 1
-01001111 46,129 1
-01001111 28,006 1
-01001111 793,625 1
-01001111 195,663 1
-01001111 108.625 1
-01001111 17,221 1
-01001111 198,681 1
-01001111 962,000,000 1
-01001111 115,748,000 1
-01001111 198,175,000 1
-01001111 23,175,000 1
-01001111 1,237,000 1
-01001111 17,127,000 1
-01001111 2,177,000 1
-01001111 2,527,000 1
-01001111 2,057,000 1
-01001111 73,800 1
-01001111 71,405,000 1
-01001111 83,630,000 1
-01001111 295,337.30 1
-01001111 301,400 1
-01001111 1.183 1
-01001111 31,370,000 1
-01001111 16,619,000 1
-01001111 280,012 1
-01001111 1,039,000 1
-01001111 1,651,689 1
-01001111 76,125 1
-01001111 233,874 1
-01001111 1,047.25 1
-01001111 1,151,000 1
-01001111 2,439 1
-01001111 445.70 1
-01001111 559.40 1
-01001111 501,210 1
-01001111 167,070 1
-01001111 55,999 1
-01001111 123.625 1
-01001111 20,521 1
-01001111 34,950 1
-01001111 165,479 1
-01001111 39,950 1
-01001111 123,400 1
-01001111 550.33 1
-01001111 4,165 1
-01001111 54,956 1
-01001111 181,200 1
-01001111 83,460 1
-01001111 479,374 1
-01001111 431,464 1
-01001111 30,253 1
-01001111 113,220 1
-01001111 112,900 1
-01001111 102,591 1
-01001111 347,500 1
-01001111 763,220 1
-01001111 423,155 1
-01001111 352,800 1
-01001111 252,800 1
-01001111 2-an-hour 1
-01001111 1.2865 1
-01001111 100-plus-a-share 1
-01001111 1.6125 1
-01001111 153,883 1
-01001111 5.7138 1
-01001111 143,877 1
-01001111 755.70 1
-01001111 510.57 1
-01001111 28-a-barrel 1
-01001111 12,325,000 1
-01001111 9,695 1
-01001111 7,949 1
-01001111 6,449 1
-01001111 8,484 1
-01001111 8,979 1
-01001111 2,854.77 1
-01001111 1,369,700 1
-01001111 807.06 1
-01001111 2.00-a-share 1
-01001111 1,891,000 1
-01001111 590,834 1
-01001111 2,140,000 1
-01001111 646,632 1
-01001111 303,884 1
-01001111 119,250,000 1
-01001111 97,115,000 1
-01001111 80,625,000 1
-01001111 113,325,000 1
-01001111 24,280,000 1
-01001111 94,970,000 1
-01001111 11,969 1
-01001111 11,429 1
-01001111 11,819 1
-01001111 14,829 1
-01001111 15,269 1
-01001111 10,971 1
-01001111 10,719 1
-01001111 more-seasoned 1
-01001111 34,391 1
-01001111 24,701 1
-01001111 1,108.92 1
-01001111 half-a-million 1
-01001111 31,545 1
-01001111 531.10 1
-01001111 6.6350 1
-01001111 35.50-a-share 1
-01001111 10.90-per-share 1
-01001111 84.189 1
-01001111 30.50-a-share 1
-01001111 93.262 1
-01001111 92,520,000 1
-01001111 62,495,000 1
-01001111 1,045.75 1
-01001111 42,000-a-year 1
-01001111 772,181 1
-01001111 3,860,903 1
-01001111 1,322,265 1
-01001111 106,904 1
-01001111 1,335,759 1
-01001111 1,803,196 1
-01001111 2-plus 1
-01001111 790,094 1
-01001111 254,280 1
-01001111 758,454 1
-01001111 251,254 1
-01001111 1,318,242 1
-01001111 1,253.55 1
-01001111 143,829,000 1
-01001111 154,671,000 1
-01001111 25,819,000 1
-01001111 546.18 1
-01001111 1,042.72 1
-01001111 566,866 1
-01001111 2,800-per-home 1
-01001111 2,634 1
-01001111 1,487,116 1
-01001111 774.12 1
-01001111 662,594 1
-01001111 326,270 1
-01001111 991,892 1
-01001111 982,831 1
-01001111 7,035,831 1
-01001111 904,101 1
-01001111 240,003 1
-01001111 7,345,000 1
-01001111 13,000-a-year 1
-01001111 5.333 1
-01001111 15,738 1
-01001111 87-a-share 1
-01001111 66,781 1
-01001111 83,696 1
-01001111 1.2760 1
-01001111 1.126 1
-01001111 109,599 1
-01001111 770,301 1
-01001111 282.375 1
-01001111 53.26 1
-01001111 1.1265 1
-01001111 68,140 1
-01001111 282.75 1
-01001111 5.313 1
-01001111 506.50 1
-01001111 9,995,000 1
-01001111 9,857,000 1
-01001111 3,235,000 1
-01001111 397,611 1
-01001111 22,352 1
-01001111 311.50 1
-01001111 324.68 1
-01001111 325.27 1
-01001111 100-par 1
-01001111 2,636.49 1
-01001111 1,400-a-worker 1
-01001111 1,429,500 1
-01001111 17.50-a-share-offer 1
-01001111 31,563 1
-01001111 46,630 1
-01001111 72-ashare 1
-01001111 24,350 1
-01001111 638,400 1
-01001111 38,461 1
-01001111 183,799 1
-01001111 2,762 1
-01001111 17,644 1
-01001111 29,573 1
-01001111 21,286 1
-01001111 154,143 1
-01001111 139,647 1
-01001111 905,106 1
-01001111 117,545 1
-01001111 108,750 1
-01001111 1.1778 1
-01001111 1.3184 1
-01001111 1.2170 1
-01001111 1.0926 1
-01001111 1.0307 1
-01001111 1,379,000 1
-01001111 271.92 1
-01001111 6,319 1
-01001111 18,805 1
-01001111 4,509.61 1
-01001111 974,720 1
-01001111 25,495 1
-01001111 70-a-ton 1
-01001111 32.16 1
-01001111 10,140,000 1
-01001111 10,120,000 1
-01001111 519.90 1
-01001111 28,715 1
-01001111 631,300 1
-01001111 117.375 1
-01001111 1,390,000 1
-01001111 1,140,909 1
-01001111 16,328,000 1
-01001111 10,190,712 1
-01001111 1,317,000 1
-01001111 992,000 1
-01001111 37,306 1
-01001111 591,400 1
-01001111 120,806 1
-01001111 89.06 1
-01001111 127,446 1
-01001111 112,383 1
-01001111 166,537 1
-01001111 328,446 1
-01001111 16.57 1
-01001111 23,763.77 1
-01001111 308.32 1
-01001111 27,468 1
-01001111 15,744 1
-01001111 16,594 1
-01001111 25,205 1
-01001111 27,218 1
-01001111 9,118 1
-01001111 6,076 1
-01001111 1,668 1
-01001111 65,663 1
-01001111 428,154 1
-01001111 6.80-a-share 1
-01001111 96,095,000 1
-01001111 66,250,000 1
-01001111 240,800 1
-01001111 10,025,000 1
-01001111 14.425 1
-01001111 42,087 1
-01001111 7,963 1
-01001111 15,972,000 1
-01001111 1.2805 1
-01001111 1.3370 1
-01001111 1.2790 1
-01001111 4.75-a-share 1
-01001111 11.96-a-share 1
-01001111 130.625 1
-01001111 543.85 1
-01001111 486.90 1
-01001111 279,375 1
-01001111 408,750 1
-01001111 13,595 1
-01001111 1.7079 1
-01001111 1,062.50 1
-01001111 1.375-a-share 1
-01001111 10.9375 1
-01001111 10,608,901 1
-01001111 2,652,026 1
-01001111 6,842,500 1
-01001111 608,971 1
-01001111 454,569 1
-01001111 420,624 1
-01001111 432.60 1
-01001111 67,131,430 1
-01001111 12.185 1
-01001111 68,135,000 1
-01001111 56,300,000 1
-01001111 7,375 1
-01001111 9,894 1
-01001111 11,495 1
-01001111 88,375,000 1
-01001111 57,980,000 1
-01001111 291,350 1
-01001111 9,985 1
-01001111 12,227 1
-01001111 337,182 1
-01001111 729.03 1
-01001111 532,231 1
-01001111 100-a-year 1
-01001111 36,277,800 1
-01001111 73,895,000 1
-01001111 1,585,277 1
-01001111 41-billion-a-year 1
-01001111 5,055 1
-01001111 44,579 1
-01001111 401,211 1
-01001111 3.055 1
-01001111 12.850 1
-01001111 200-a-couple 1
-01001111 4.25-a-share 1
-01001111 24,501 1
-01001111 60,000-plus 1
-01001111 24-a-year 1
-01001111 221.70 1
-01001111 330.80 1
-01001111 4,442 1
-01001111 4,525 1
-01001111 118.875 1
-01001111 450-a-month 1
-01001111 7,269 1
-01001111 491.30 1
-01001111 5.1230 1
-01001111 467,198 1
-01001111 594,351 1
-01001111 1.33-a-share 1
-01001111 27,776 1
-01001111 439,422 1
-01001111 329,409 1
-01001111 316,829 1
-01001111 13,999 1
-01001111 1.1055 1
-01001111 484.60 1
-01001111 104.875 1
-01001111 54,738 1
-01001111 439.40 1
-01001111 397,437 1
-01001111 20.94-a-share 1
-01001111 2,963,000 1
-01001111 4,886,000 1
-01001111 3,662,800 1
-01001111 83,050 1
-01001111 2,243,000 1
-01001111 1,153,000 1
-01001111 13,675,000 1
-01001111 9,105,000 1
-01001111 450-an-hour 1
-01001111 1,338,306 1
-01001111 14,520 1
-01001111 38,800 1
-01001111 18,750,000 1
-01001111 50,000. 1
-01001111 560,780 1
-01001111 79,260 1
-01001111 371.40 1
-01001111 498.60 1
-01001111 359,550 1
-01001111 92,426 1
-01001111 158,669 1
-01001111 14,738 1
-01001111 191,600 1
-01001111 1,343,902 1
-01001111 1,902 1
-01001111 734,527 1
-01001111 113.625 1
-01001111 125.125 1
-01001111 57.40 1
-01001111 10,022.65 1
-01001111 768,948.67 1
-01001111 1,000-a-plate 1
-01001111 3,599 1
-01001111 231,051 1
-01001111 70,685 1
-01001111 5,416 1
-01001111 120,696 1
-01001111 17,765 1
-01001111 16,476 1
-01001111 431,986 1
-01001111 15-a-month 1
-01001111 34.98 1
-01001111 7.0390 1
-01001111 486.40 1
-01001111 1.2625 1
-01001111 1,118,700 1
-01001111 .67 1
-01001111 9.69-an-hour 1
-01001111 35,000-a-year 1
-01001111 456,728 1
-01001111 5,054,067 1
-01001111 31,033 1
-01001111 7,275 1
-01001111 676,323 1
-01001111 1.7899 1
-01001111 15.l0 1
-01001111 7.1180 1
-01001111 16,660,490 1
-01001111 228,710 1
-01001111 446,451 1
-01001111 438,671 1
-01001111 27,243 1
-01001111 113,967 1
-01001111 690,478 1
-01001111 1.3452 1
-01001111 23,080 1
-01001111 19,618 1
-01001111 16,617 1
-01001111 10,503 1
-01001111 36,253 1
-01001111 33,308 1
-01001111 49,962 1
-01001111 496,550 1
-01001111 53,079 1
-01001111 78,867 1
-01001111 758,187 1
-01001111 864,559 1
-01001111 7,207 1
-01001111 27,475 1
-01001111 171,130 1
-01001111 17,604 1
-01001111 172,345,000 1
-01001111 840,556 1
-01001111 31.57 1
-01001111 6.872 1
-01001111 488.20 1
-01001111 104,900 1
-01001111 16.633 1
-01001111 16.830 1
-01001111 126,600 1
-01001111 21-million 1
-01001111 18.6252 1
-01001111 4,599 1
-01001111 2,799 1
-01001111 3.075 1
-01001111 63,225 1
-01001111 558,167 1
-01001111 38,225 1
-01001111 74,189,000 1
-01001111 180,700 1
-01001111 530,900 1
-01001111 654,967 1
-01001111 40,373 1
-01001111 19,695,000 1
-01001111 4,197,000 1
-01001111 4,023,000 1
-01001111 1.2185 1
-01001111 350s 1
-01001111 5.207 1
-01001111 374.70 1
-01001111 9,705 1
-01001111 27,420 1
-01001111 19,739 1
-01001111 33,776 1
-01001111 13,225 1
-01001111 946,188 1
-01001111 15,658,000 1
-01001111 18,557 1
-01001111 9,085 1
-01001111 40,510 1
-01001111 19,758 1
-01001111 21,337 1
-01001111 6,745 1
-01001111 5,395 1
-01001111 11,898 1
-01001111 567.90 1
-01001111 508,078 1
-01001111 133,856 1
-01001111 1.1592 1
-01001111 30-ashare 1
-01001111 2,982,000 1
-01001111 13,114.79 1
-01001111 4,179 1
-01001111 404,520 1
-01001111 600,000-plus 1
-01001111 63,846 1
-01001111 4.124 1
-01001111 11,312 1
-01001111 302,562 1
-01001111 5,699 1
-01001111 69.30 1
-01001111 86.70 1
-01001111 415,684 1
-01001111 2,965,000 1
-01001111 5.3350 1
-01001111 500-an-ounce 1
-01001111 504.50 1
-01001111 68,922 1
-01001111 22,864,000 1
-01001111 737,744 1
-01001111 521,310 1
-01001111 90-a-night 1
-01001111 1.2120 1
-01001111 63,400 1
-01001111 372.30 1
-01001111 63,705 1
-01001111 229,145 1
-01001111 113,118 1
-01001111 18.758 1
-01001111 1.0590 1
-01001111 92,600 1
-01001111 4.437 1
-01001111 1.975 1
-01001111 3,829,500,000 1
-01001111 1,170,500,000 1
-01001111 24.68 1
-01001111 1.718 1
-01001111 566.70 1
-01001111 1.0385 1
-01001111 93,200 1
-01001111 338.53 1
-01001111 560,600 1
-01001111 459.00 1
-01001111 595.00 1
-01001111 1.0380 1
-01001111 1,555 1
-01001111 48,750,995 1
-01001111 899.65 1
-01001111 367,300 1
-01001111 935,800 1
-01001111 230,100 1
-01001111 53.95 1
-01001111 53.42 1
-01001111 2,695 1
-01001111 80,498 1
-01001111 24,680 1
-01001111 105.58 1
-01001111 1.3630 1
-01001111 103,325 1
-01001111 737,900 1
-01001111 7,273 1
-01001111 2,203 1
-01001111 11.437 1
-01001111 23.925 1
-01001111 16,257 1
-01001111 17,393-a-month 1
-01001111 2,025,000 1
-01001111 68,828 1
-01001111 150,971 1
-01001111 1.7854 1
-01001111 1.8167 1
-01001111 1.7830 1
-01001111 13,000-a-page 1
-01001111 1.5660 1
-01001111 6,034,000 1
-01001111 197,310 1
-01001111 20,139 1
-01001111 490.90 1
-01001111 1.1890 1
-01001111 12,079 1
-01001111 16,599 1
-01001111 11,909 1
-01001111 16,399 1
-01001111 13,749 1
-01001111 13,499 1
-01001111 200,000,000 1
-01001111 43.906 1
-01001111 85,800 1
-01001111 11,550 1
-01001111 373.10 1
-01001111 5.355 1
-01001111 25,950,000 1
-01001111 320.40 1
-01001111 319.93 1
-01001111 46,060 1
-01001111 discreetness 1
-01001111 861,000 1
-01001111 4,109 1
-01001111 4,595 1
-01001111 5,720,000 1
-01001111 362,651 1
-01001111 1,631.55 1
-01001111 85.31 1
-01001111 340,050 1
-01001111 1,096.83 1
-01001111 71,750 1
-01001111 32,450 1
-01001111 5-a-month 1
-01001111 5,731 1
-01001111 19,450 1
-01001111 75.90-a-share 1
-01001111 1.0165 1
-01001111 975-a-night 1
-01001111 24,414 1
-01001111 10,620 1
-01001111 4,370,000 1
-01001111 36,320 1
-01001111 85,895,000 1
-01001111 26,915 1
-01001111 36,980 1
-01001111 31,785,000 1
-01001111 30,365 1
-01001111 3,424 1
-01001111 44.73 1
-01001111 47.64 1
-01001111 29,258 1
-01001111 1,783 1
-01001111 237,565,000 1
-01001111 78,218 1
-01001111 102,811 1
-01001111 1.6475 1
-01001111 66,181 1
-01001111 245,843 1
-01001111 348,500 1
-01001111 360.69 1
-01001111 1,684,875 1
-01001111 7.2950 1
-01001111 585.60 1
-01001111 670,193 1
-01001111 2,197,000 1
-01001111 9,924 1
-01001111 50,600 1
-01001111 51,433 1
-01001111 2,175 1
-01001111 3,664 1
-01001111 36,891 1
-01001111 316.12 1
-01001111 5,199 1
-01001111 10,299 1
-01001111 110.375 1
-01001111 1,582,925 1
-01001111 3.688 1
-01001111 3-a-passenger 1
-01001111 543.50 1
-01001111 3.1125 1
-01001111 12,500-a-month 1
-01001111 14,329 1
-01001111 9,149 1
-01001111 81,818 1
-01001111 18,125 1
-01001111 18,325 1
-01001111 13,375 1
-01001111 14,718 1
-01001111 17,395 1
-01001111 14,995 1
-01001111 14,564 1
-01001111 1.2075 1
-01001111 6,113,085 1
-01001111 1,987,588 1
-01001111 1,536,469.72 1
-01001111 480.20 1
-01001111 5,212 1
-01001111 964,008 1
-01001111 1.0885 1
-01001111 1.5825 1
-01001111 57.21 1
-01001111 66,394 1
-01001111 830,500 1
-01001111 258.50 1
-01001111 250-a-share 1
-01001111 575.90 1
-01001111 6.9050 1
-01001111 1.3417 1
-01001111 1.825 1
-01001111 146-billion 1
-01001111 376,573 1
-01001111 25,157 1
-01001111 21,860 1
-01001111 7,383,500 1
-01001111 400,000-plus 1
-01001111 Chartist 1
-01001111 7,925 1
-01001111 WPMI-TV 1
-01001111 20,534 1
-01001111 8,884.50 1
-01001111 3,676.50 1
-01001111 6,539 1
-01001111 873,494 1
-01001111 17,280 1
-01001111 985,440 1
-01001111 299,520 1
-01001111 135,972 1
-01001111 8,494 1
-01001111 348,594 1
-01001111 685,920 1
-01001111 455,500 1
-01001111 151,800 1
-01001111 456,500,000 1
-01001111 1,245.85 1
-01001111 124,585 1
-01001111 441.10 1
-01001111 18,990 1
-01001111 8,545 1
-01001111 10,925 1
-01001111 6,195 1
-01001111 17,699 1
-01001111 13,640 1
-01001111 10,915 1
-01001111 430,165 1
-01001111 172,066 1
-01001111 45.71 1
-01001111 22,216 1
-01001111 115,486 1
-01001111 150,000-in-earnings 1
-01001111 7,767,481 1
-01001111 522.67 1
-01001111 480.70 1
-01001111 5.7725 1
-01001111 3,076 1
-01001111 352,420 1
-01001111 18,134 1
-01001111 19,789 1
-01001111 13,698 1
-01001111 616,733 1
-01001111 11,588 1
-01001111 156-million 1
-01001111 931,328 1
-01001111 13,078 1
-01001111 83,116 1
-01001111 902,800 1
-01001111 72,912 1
-01001111 46,080 1
-01001111 494,697 1
-01001111 261,732 1
-01001111 102,475,000 1
-01001111 49,275,000 1
-01001111 198,179 1
-01001111 159,100 1
-01001111 501.20 1
-01001111 201,833 1
-01001111 772,703 1
-01001111 13,794 1
-01001111 10,660 1
-01001111 9.585 1
-01001111 140,594 1
-01001111 104,810 1
-01001111 17,964 1
-01001111 37,950 1
-01001111 56,739 1
-01001111 440.30 1
-01001111 1.1155 1
-01001111 6.8550 1
-01001111 61,774 1
-01001111 41,854 1
-01001111 402,676 1
-01001111 8.795 1
-01001111 766,057 1
-01001111 3.8825 1
-01001111 27.13 1
-01001111 26,423 1
-01001111 5,620 1
-01001111 1,654 1
-01001111 67.60 1
-01001111 323.40 2
-01001111 3,972 2
-01001111 120.375 2
-01001111 7.9375 2
-01001111 1.6175 2
-01001111 10-million 2
-01001111 10,120 2
-01001111 937,500 2
-01001111 100-million-plus 2
-01001111 3.0775 2
-01001111 1.4573 2
-01001111 18,888 2
-01001111 122,400 2
-01001111 1.3050 2
-01001111 67.875 2
-01001111 62,800 2
-01001111 278,888 2
-01001111 16,150 2
-01001111 101,500 2
-01001111 408.20 2
-01001111 12. 2
-01001111 8,037 2
-01001111 1,031 2
-01001111 212,425 2
-01001111 Antioquia 2
-01001111 397.27 2
-01001111 51.61 2
-01001111 2,970,000 2
-01001111 1.6298 2
-01001111 82,700 2
-01001111 26,700 2
-01001111 318.64 2
-01001111 2,075 2
-01001111 481.90 2
-01001111 89.125 2
-01001111 1,913 2
-01001111 9,509 2
-01001111 393.20 2
-01001111 646,000 2
-01001111 349,700 2
-01001111 4,585 2
-01001111 14,160 2
-01001111 4,068 2
-01001111 132,700 2
-01001111 282,127 2
-01001111 293,676 2
-01001111 1.6281 2
-01001111 1.8612 2
-01001111 3,670 2
-01001111 317.24 2
-01001111 318.07 2
-01001111 311,224 2
-01001111 483.30 2
-01001111 1.5408 2
-01001111 1,123 2
-01001111 123,790 2
-01001111 10,920 2
-01001111 brushfires 2
-01001111 489.70 2
-01001111 15.641 2
-01001111 1.7465 2
-01001111 152.50 2
-01001111 370,823 2
-01001111 6,399 2
-01001111 30,825 2
-01001111 6,650,000 2
-01001111 1,446 2
-01001111 12,145 2
-01001111 20,050 2
-01001111 6,699 2
-01001111 1.5600 2
-01001111 133,400 2
-01001111 116,800 2
-01001111 1.6822 2
-01001111 43,150 2
-01001111 263,000 2
-01001111 12,226 2
-01001111 162.875 2
-01001111 1,934 2
-01001111 415.50 2
-01001111 74.49 2
-01001111 11,595,000 2
-01001111 100-million 2
-01001111 406.50 2
-01001111 ejido 2
-01001111 106,500 2
-01001111 1.5393 2
-01001111 1.7760 2
-01001111 503,000 2
-01001111 558,000 2
-01001111 288.46 2
-01001111 54.55 2
-01001111 408.30 2
-01001111 469.10 2
-01001111 4.9375 2
-01001111 530.90 2
-01001111 1.6020 2
-01001111 374.60 2
-01001111 374,119 2
-01001111 408.50 2
-01001111 11.90 2
-01001111 43.40 2
-01001111 1.5715 2
-01001111 6,012 2
-01001111 367.45 2
-01001111 40.75-a-share 2
-01001111 1.5853 2
-01001111 440.60 2
-01001111 1,295,000 2
-01001111 1.7510 2
-01001111 2,769 2
-01001111 2,195 2
-01001111 2,688,000 2
-01001111 546,250 2
-01001111 29.70 2
-01001111 1.6505 2
-01001111 40,100 2
-01001111 36,400 2
-01001111 8,350 2
-01001111 256,500 2
-01001111 23,740 2
-01001111 2,840,000 2
-01001111 1,331 2
-01001111 118.25 2
-01001111 410.40 2
-01001111 5.445 2
-01001111 483.90 2
-01001111 370.10 2
-01001111 1.5480 2
-01001111 1,535 2
-01001111 1,897 2
-01001111 127,200 2
-01001111 20.39 2
-01001111 286,154 2
-01001111 408.25 2
-01001111 4,359 2
-01001111 24.28 2
-01001111 59.99 2
-01001111 1.7685 2
-01001111 15-a-ton 2
-01001111 570.50 2
-01001111 1,499 2
-01001111 1,899 2
-01001111 63,995 2
-01001111 1.4688 2
-01001111 1.5933 2
-01001111 3,588 2
-01001111 85,795,000 2
-01001111 406.90 2
-01001111 400.20 2
-01001111 200-million-a-year 2
-01001111 1.175 2
-01001111 1.4685 2
-01001111 6.0625 2
-01001111 10,720 2
-01001111 283,417 2
-01001111 1,569 2
-01001111 1,540,230 2
-01001111 47-range 2
-01001111 23,675 2
-01001111 1,657,810 2
-01001111 2,422 2
-01001111 1.7673 2
-01001111 1.8182 2
-01001111 290,109 2
-01001111 17,195 2
-01001111 479.60 2
-01001111 150,100 2
-01001111 19.6875 2
-01001111 1.6365 2
-01001111 427,678 2
-01001111 1.6155 2
-01001111 9,270 2
-01001111 194,169 2
-01001111 10,465 2
-01001111 483,870 2
-01001111 6,950 2
-01001111 596.50 2
-01001111 111.25 2
-01001111 1.5203 2
-01001111 5,724 2
-01001111 599,000 2
-01001111 92,700 2
-01001111 166.25 2
-01001111 474,500 2
-01001111 1.6085 2
-01001111 146,800 2
-01001111 26,990 2
-01001111 24,650 2
-01001111 1.5275 2
-01001111 126.16 2
-01001111 1.6288 2
-01001111 80.625 2
-01001111 1,353,000 2
-01001111 359.50 2
-01001111 2.675 2
-01001111 15,250 2
-01001111 433.40 2
-01001111 392.10 2
-01001111 1,335,000 2
-01001111 310,200 2
-01001111 5,390 2
-01001111 1.2595 2
-01001111 45,700 2
-01001111 48.23 2
-01001111 578,000 2
-01001111 4,125 2
-01001111 1,540,000 2
-01001111 188,001 2
-01001111 4,549 2
-01001111 919,000 2
-01001111 47.36 2
-01001111 629,000 2
-01001111 24,772 2
-01001111 8,150,000 2
-01001111 382,500 2
-01001111 370,500 2
-01001111 15.777 2
-01001111 159,900 2
-01001111 554,537,766 2
-01001111 174,800 2
-01001111 1.4795 2
-01001111 402.40 2
-01001111 94,500 2
-01001111 352,500 2
-01001111 9,360 2
-01001111 59,900 2
-01001111 1,508 2
-01001111 1.7420 2
-01001111 17-a-barrel 2
-01001111 160,200 2
-01001111 317,500 2
-01001111 248,846 2
-01001111 285,004 2
-01001111 26.41 2
-01001111 95.625 2
-01001111 170,134 2
-01001111 404.30 2
-01001111 124,875 2
-01001111 77.625 2
-01001111 1,386 2
-01001111 114,500 2
-01001111 33.10 2
-01001111 10-an-ounce 2
-01001111 1.4313 2
-01001111 40.62 2
-01001111 265,900 2
-01001111 1.7570 2
-01001111 41,800 2
-01001111 1.6318 2
-01001111 63,873.75 2
-01001111 8,808 2
-01001111 55,400 2
-01001111 683,100 2
-01001111 1,263,000 2
-01001111 1.5185 2
-01001111 56,250 2
-01001111 1,810,000 2
-01001111 1,866 2
-01001111 50,400 2
-01001111 19,900 2
-01001111 1.6655 2
-01001111 70,800 2
-01001111 2,530,000 2
-01001111 10,670 2
-01001111 72,300 2
-01001111 355,200 2
-01001111 46,800 2
-01001111 15-million 2
-01001111 32,000-a-year 2
-01001111 494.90 2
-01001111 498.80 2
-01001111 1,441 2
-01001111 1.5835 2
-01001111 6.9375 2
-01001111 514.70 2
-01001111 5.475 2
-01001111 1.7485 2
-01001111 232,500 2
-01001111 1.5643 2
-01001111 1,891 2
-01001111 9,549 2
-01001111 9,555 2
-01001111 1.4430 2
-01001111 1.4575 2
-01001111 652,500 2
-01001111 688,667 2
-01001111 1,287 2
-01001111 5.293 2
-01001111 137,500 2
-01001111 833.34 2
-01001111 1,469 2
-01001111 286,837 2
-01001111 1.3730 2
-01001111 84,500 2
-01001111 273,800 2
-01001111 389,700 2
-01001111 151,994 2
-01001111 1,005,000 2
-01001111 242,863 2
-01001111 345,400 2
-01001111 133,600 2
-01001111 141.75 2
-01001111 236,500 2
-01001111 1.4850 2
-01001111 74,700 2
-01001111 1.5225 2
-01001111 11,770 2
-01001111 3,402 2
-01001111 70,300 2
-01001111 986,000 2
-01001111 68,750 2
-01001111 152,300 2
-01001111 698,000 2
-01001111 1.7695 2
-01001111 9,750,000 2
-01001111 150.375 2
-01001111 30-a-month 2
-01001111 30-a-week 2
-01001111 459.50 2
-01001111 452.55 2
-01001111 32.25-a-share 2
-01001111 201,028 2
-01001111 12,425,000 2
-01001111 51,135,000 2
-01001111 1,912 2
-01001111 395.30 2
-01001111 9,840 2
-01001111 348.10 2
-01001111 5,000-a-day 2
-01001111 104.25 2
-01001111 17,775 2
-01001111 1,493,000 2
-01001111 2,443 2
-01001111 256,600 2
-01001111 astrophysics 2
-01001111 460,600 2
-01001111 21.10 2
-01001111 167,800 2
-01001111 103,700 2
-01001111 90,200 2
-01001111 96,600 2
-01001111 3,299 2
-01001111 19,999 2
-01001111 208,699 2
-01001111 28.88 2
-01001111 4,810 2
-01001111 7.98-a-share 2
-01001111 89.625 2
-01001111 10,215.50 2
-01001111 223.50 2
-01001111 137,900 2
-01001111 1,684 2
-01001111 687,000 2
-01001111 121,400 2
-01001111 2,639 2
-01001111 3,135 2
-01001111 1.7740 2
-01001111 409.10 2
-01001111 1,095 2
-01001111 30,950 2
-01001111 281.125 2
-01001111 123,900 2
-01001111 164,350 2
-01001111 513,153 2
-01001111 1,546,686 2
-01001111 1.4314 2
-01001111 42,800 2
-01001111 2,000-plus 2
-01001111 2,086 2
-01001111 1.5644 2
-01001111 13,134 2
-01001111 287,669 2
-01001111 150-a-share 2
-01001111 2.1875 2
-01001111 1,584 2
-01001111 45,000-a-year 2
-01001111 1.5798 2
-01001111 145,790 2
-01001111 627,500 2
-01001111 34.24 2
-01001111 16.27 2
-01001111 474,900 2
-01001111 82.50-a-share 2
-01001111 506.70 2
-01001111 442,200 2
-01001111 36,800 2
-01001111 1.2376 2
-01001111 1,805 2
-01001111 3.4638 2
-01001111 5.435 2
-01001111 477.80 2
-01001111 358.50 2
-01001111 610,600 2
-01001111 2.7835 2
-01001111 5,980,000 2
-01001111 1,006 2
-01001111 731,000 2
-01001111 7,895 2
-01001111 3,045 2
-01001111 2,231,000 2
-01001111 20,300 2
-01001111 419.20 2
-01001111 61.13 2
-01001111 6- 2
-01001111 464.90 2
-01001111 2,121,000 2
-01001111 29.25-a-share 2
-01001111 1.5383 2
-01001111 365.20 2
-01001111 74.95 2
-01001111 226,600 2
-01001111 8,190 2
-01001111 1.7530 2
-01001111 1,056 2
-01001111 1,795 2
-01001111 1.4710 2
-01001111 7,260 2
-01001111 81.125 2
-01001111 438,000 2
-01001111 1,667 2
-01001111 480.90 2
-01001111 370.50 2
-01001111 8,399 2
-01001111 83,200 2
-01001111 14,600 2
-01001111 194.30 2
-01001111 1.7672 2
-01001111 4,410 2
-01001111 1-billion 2
-01001111 1.4297 2
-01001111 2,295 2
-01001111 863,000 2
-01001111 1.5883 2
-01001111 454.70 2
-01001111 25.23-a-share 2
-01001111 1,699 2
-01001111 94.25 2
-01001111 284,417 2
-01001111 2,399 2
-01001111 4,240 2
-01001111 10,250,000 2
-01001111 1,309 2
-01001111 2,160,000 2
-01001111 36.20 2
-01001111 2-a-year 2
-01001111 456.20 2
-01001111 92.875 2
-01001111 10,998 2
-01001111 263,600 2
-01001111 231,495 2
-01001111 20,900 2
-01001111 279.75 2
-01001111 23.10 2
-01001111 65.10 2
-01001111 319,600 2
-01001111 90,500 2
-01001111 7,199 2
-01001111 20,649 2
-01001111 1.7680 2
-01001111 491.50 2
-01001111 427.70 2
-01001111 1.7012 2
-01001111 468.10 2
-01001111 103.625 2
-01001111 103.25 2
-01001111 122.75 2
-01001111 1,322 2
-01001111 641,000 2
-01001111 2.10-a-share 2
-01001111 100,500 2
-01001111 209,500 2
-01001111 7.1875 2
-01001111 1.1970 2
-01001111 151,043 2
-01001111 1.8920 2
-01001111 131,500 2
-01001111 25,238 2
-01001111 20,198 2
-01001111 160,379 2
-01001111 2,180,000 2
-01001111 2,309 2
-01001111 471.60 2
-01001111 592,129 2
-01001111 302,600 2
-01001111 800-plus 2
-01001111 365.90 2
-01001111 1.4565 2
-01001111 320,500 2
-01001111 310.10 2
-01001111 1.6070 2
-01001111 693,336 2
-01001111 1,769 2
-01001111 307.94 2
-01001111 1,521 2
-01001111 475.70 2
-01001111 1.6845 2
-01001111 151,400 2
-01001111 1,785,000 2
-01001111 43,700 2
-01001111 418.50 2
-01001111 361,200 2
-01001111 277,200 2
-01001111 966,000 2
-01001111 411.70 2
-01001111 70,500 2
-01001111 2,473 2
-01001111 384,600 2
-01001111 6,225 2
-01001111 338,975 2
-01001111 26,078 2
-01001111 305,149 2
-01001111 1.6043 2
-01001111 22,653.79 2
-01001111 1,806,300 2
-01001111 1.0765 2
-01001111 420.20 2
-01001111 330,390 2
-01001111 4,430 2
-01001111 8,010 2
-01001111 15,495 2
-01001111 7,990 2
-01001111 457.20 2
-01001111 7,299 2
-01001111 130,300 2
-01001111 25,700 2
-01001111 110.25 2
-01001111 155.90 2
-01001111 15,160,000 2
-01001111 3.70-a-share 2
-01001111 7-plus 2
-01001111 63.60 2
-01001111 1.6784 2
-01001111 39,200 2
-01001111 471.50 2
-01001111 2,000-per-subscriber 2
-01001111 10,154,000 2
-01001111 1.7660 2
-01001111 10,290,000 2
-01001111 1.1860 2
-01001111 101.375 2
-01001111 9,593 2
-01001111 1,167 2
-01001111 33,400 2
-01001111 28,600 2
-01001111 1,000- 2
-01001111 1.6530 2
-01001111 7,618 2
-01001111 74,400 2
-01001111 361.20 2
-01001111 860,998 2
-01001111 1.0425 2
-01001111 148.75 2
-01001111 422.20 2
-01001111 148,500 2
-01001111 531.25 2
-01001111 125,635 2
-01001111 1.6713 2
-01001111 1.6900 2
-01001111 aquiline 2
-01001111 83-a-share 2
-01001111 1,981 2
-01001111 36,700 2
-01001111 60,500 2
-01001111 17,150 2
-01001111 1-an-hour 2
-01001111 91-a-share 2
-01001111 67.38 2
-01001111 301,545 2
-01001111 1,985 2
-01001111 25,000-a-day 2
-01001111 2,407,000 2
-01001111 5.75-a-share 2
-01001111 463.30 2
-01001111 562,500 2
-01001111 1,796 2
-01001111 80- 2
-01001111 400-a-month 2
-01001111 83,800 2
-01001111 58.50-a-share 2
-01001111 74,600 2
-01001111 1.2695 2
-01001111 454.40 2
-01001111 1,969 2
-01001111 794,423 2
-01001111 .19 2
-01001111 104,330 2
-01001111 4,574 2
-01001111 112.625 2
-01001111 463.50 2
-01001111 598,000 2
-01001111 444,000 2
-01001111 17- 2
-01001111 22,397 2
-01001111 1.6064 2
-01001111 3,780,000 2
-01001111 453.95 2
-01001111 7,313 2
-01001111 8,960,000 2
-01001111 644,900 2
-01001111 65,500 2
-01001111 134,800 2
-01001111 5,975 2
-01001111 1.064 2
-01001111 486.80 2
-01001111 93,750 2
-01001111 1,825 2
-01001111 2,987 2
-01001111 2,199,000 2
-01001111 314.38 2
-01001111 312.09 2
-01001111 10,000-a-year 2
-01001111 808,500 2
-01001111 1,663 2
-01001111 366.25 2
-01001111 1,236 2
-01001111 475.40 2
-01001111 5,220 2
-01001111 2,034 2
-01001111 3,620 2
-01001111 11,100 2
-01001111 7,988 2
-01001111 70.62 2
-01001111 1.7615 2
-01001111 1.6960 2
-01001111 317.28 2
-01001111 607,000 2
-01001111 15-billion 2
-01001111 284,207 2
-01001111 28.80 2
-01001111 1.8047 2
-01001111 434,745 2
-01001111 100-a-week 2
-01001111 19.62 2
-01001111 41.16 2
-01001111 912,763 2
-01001111 1.7220 2
-01001111 1.7715 2
-01001111 468.20 2
-01001111 1.5890 2
-01001111 13,410 2
-01001111 1.5915 2
-01001111 1.7450 2
-01001111 45.63 2
-01001111 8,035 2
-01001111 17.81 2
-01001111 678,000 2
-01001111 39.99 2
-01001111 29,676 2
-01001111 207,148 2
-01001111 6,295 2
-01001111 2,395,000 2
-01001111 10,609 2
-01001111 611,000 2
-01001111 50,675 2
-01001111 5.275 2
-01001111 14,450 2
-01001111 1.6747 2
-01001111 321.78 2
-01001111 1.7170 2
-01001111 3,146,413 2
-01001111 3,485,927 2
-01001111 1,497,000 2
-01001111 52,552 2
-01001111 1.8785 2
-01001111 158,400 2
-01001111 1.0100 2
-01001111 103.72 2
-01001111 1.5717 2
-01001111 2,560,000 2
-01001111 33,800 2
-01001111 1.6680 2
-01001111 143,900 2
-01001111 461.10 2
-01001111 6.355 2
-01001111 546,700 2
-01001111 1.8136 2
-01001111 467.00 2
-01001111 1.063 2
-01001111 175,500 2
-01001111 22.425 2
-01001111 4,176 2
-01001111 1.8360 2
-01001111 1.6343 2
-01001111 46.75-a-share 2
-01001111 118,900 2
-01001111 1.6433 2
-01001111 10,943 2
-01001111 398.30 2
-01001111 69.31 2
-01001111 1,427,000 2
-01001111 6.3350 2
-01001111 39.63 2
-01001111 102,500 2
-01001111 2,352,000 2
-01001111 1.7605 2
-01001111 137,100 2
-01001111 1.6080 2
-01001111 1.154 2
-01001111 72,783 2
-01001111 464.20 2
-01001111 3,814 2
-01001111 7,152 2
-01001111 9,995 2
-01001111 9,920 2
-01001111 17,225,000 2
-01001111 6,668,000 2
-01001111 121,185,000 2
-01001111 1.3440 2
-01001111 1,964,000 2
-01001111 518.50 2
-01001111 1,852,000 2
-01001111 290,700 2
-01001111 16,415 2
-01001111 5,856 2
-01001111 653,100 2
-01001111 34,381,743 2
-01001111 1.7507 2
-01001111 969,000 2
-01001111 15.675 2
-01001111 1,088,000 2
-01001111 29,300 2
-01001111 453.60 2
-01001111 131,100 2
-01001111 38,910 2
-01001111 1.8815 2
-01001111 1.925 2
-01001111 8.9375 2
-01001111 2,442 2
-01001111 5,470 2
-01001111 4,733 2
-01001111 469,700 2
-01001111 3,267,000 2
-01001111 914,000 2
-01001111 42.23 2
-01001111 94.75 2
-01001111 869,000 2
-01001111 12,995 2
-01001111 578,981 2
-01001111 1,305,610 2
-01001111 479.20 2
-01001111 1,533,000 2
-01001111 1.7518 2
-01001111 287,931 2
-01001111 443.10 2
-01001111 60,700 2
-01001111 3,669 2
-01001111 109.25 2
-01001111 2,465 2
-01001111 74,815,000 2
-01001111 1,438 2
-01001111 1.7676 2
-01001111 12,998 2
-01001111 1,000-deductible 2
-01001111 19.375-a-share 2
-01001111 1.3750 2
-01001111 527,400 2
-01001111 121.50 2
-01001111 1.2010 2
-01001111 172,406 2
-01001111 144,800 2
-01001111 1.6989 2
-01001111 1.2030 2
-01001111 3-a-unit 2
-01001111 1,701 2
-01001111 4,050,000 2
-01001111 1.7156 2
-01001111 1,085,000 2
-01001111 10-a-month 2
-01001111 16.3125 2
-01001111 400,400 2
-01001111 1.6949 2
-01001111 1.6265 2
-01001111 243.875 2
-01001111 79,840 2
-01001111 9,386 2
-01001111 438.20 2
-01001111 1,230,000 2
-01001111 761,000 2
-01001111 279,916 2
-01001111 408.60 2
-01001111 1.7127 2
-01001111 251.125 2
-01001111 105.50 2
-01001111 459,393,918 2
-01001111 667,500 2
-01001111 1.7470 2
-01001111 1.1090 2
-01001111 1.1170 2
-01001111 121.125 2
-01001111 46,300 2
-01001111 6.4750 2
-01001111 1.2750 2
-01001111 16-a-barrel 2
-01001111 5,725 2
-01001111 183,950 2
-01001111 2,775 2
-01001111 5,714 2
-01001111 411.40 2
-01001111 1.8190 2
-01001111 3,520 2
-01001111 1.2830 2
-01001111 1.7285 2
-01001111 1,864 2
-01001111 444.10 2
-01001111 83,445,000 2
-01001111 17.41-a-share 2
-01001111 1.7338 2
-01001111 54,050 2
-01001111 122.625 2
-01001111 1.9090 2
-01001111 3,495 2
-01001111 1.6952 2
-01001111 974,000 2
-01001111 1.077 2
-01001111 938,000 2
-01001111 2-a-month 2
-01001111 5,999 2
-01001111 69.875 2
-01001111 1.6221 2
-01001111 19,750 2
-01001111 58.22 2
-01001111 1.5750 2
-01001111 30-billion 2
-01001111 1,759 2
-01001111 736,000 2
-01001111 45.50-a-share 2
-01001111 1.1750 2
-01001111 396.80 2
-01001111 28,085 2
-01001111 6,970 2
-01001111 2,699 2
-01001111 1.4820 2
-01001111 1.2990 2
-01001111 268,080 2
-01001111 1,560,000 2
-01001111 47.40 2
-01001111 86.25 2
-01001111 1.6901 2
-01001111 398.20 2
-01001111 29.835-a-share 2
-01001111 1.8330 2
-01001111 43.70 2
-01001111 39.10 2
-01001111 425.60 2
-01001111 24,760 2
-01001111 6,385 2
-01001111 8,859 2
-01001111 5,499 2
-01001111 1.3510 2
-01001111 77,300 2
-01001111 33.50-a-share 2
-01001111 1,566 2
-01001111 .37 2
-01001111 419,500 2
-01001111 97,000-a-year 2
-01001111 576.50 2
-01001111 1,980,000 2
-01001111 579.80 2
-01001111 500,000-plus 2
-01001111 7,999 2
-01001111 188,400 2
-01001111 1,010,000 2
-01001111 143.75 2
-01001111 491,200 2
-01001111 433.50 2
-01001111 4,720 2
-01001111 304,331 2
-01001111 241,500 2
-01001111 34,600 2
-01001111 24,700 2
-01001111 4,657 2
-01001111 1.7091 2
-01001111 502,202 2
-01001111 165,500 2
-01001111 77.125 2
-01001111 27,495 2
-01001111 31.75-a-share 2
-01001111 440.70 2
-01001111 908,500 2
-01001111 7.865 2
-01001111 319.50 2
-01001111 34.75-a-share 2
-01001111 580.40 2
-01001111 447.60 2
-01001111 44,900 2
-01001111 837,000 2
-01001111 872,220 2
-01001111 26.575 2
-01001111 94.125 2
-01001111 1,615 2
-01001111 165.50 2
-01001111 346,600 2
-01001111 313.50 2
-01001111 670,400 2
-01001111 260,600 2
-01001111 279.60 2
-01001111 257,879 2
-01001111 492,500 2
-01001111 11- 2
-01001111 259,200 2
-01001111 128,600 2
-01001111 428.90 2
-01001111 3,240 2
-01001111 313,125 2
-01001111 537.50 2
-01001111 1.7768 2
-01001111 8,150 2
-01001111 1.7688 2
-01001111 1.6935 2
-01001111 15,249 2
-01001111 1.4840 2
-01001111 10,495 2
-01001111 42,900 2
-01001111 23.25-a-share 2
-01001111 8,883,000 2
-01001111 957.50 2
-01001111 727,830 2
-01001111 410,700 2
-01001111 205,400 2
-01001111 22-million 2
-01001111 219.25 2
-01001111 2.9375 2
-01001111 1.03125 2
-01001111 446,300 2
-01001111 121,300 2
-01001111 1.7722 2
-01001111 30,487 2
-01001111 1.3650 2
-01001111 118.125 2
-01001111 123.90 2
-01001111 3,080 2
-01001111 424.70 2
-01001111 1.5991 2
-01001111 303,838 2
-01001111 182.89 2
-01001111 1,270,000 2
-01001111 206,600 2
-01001111 1,901,000 2
-01001111 817,000 2
-01001111 268,700 2
-01001111 422,500 2
-01001111 9,221 2
-01001111 2,028 2
-01001111 1,905 2
-01001111 270.50 2
-01001111 1.7797 2
-01001111 276,260 2
-01001111 1.5772 2
-01001111 6,850,000 2
-01001111 265,421 2
-01001111 1.6160 2
-01001111 500-million 2
-01001111 100,031 2
-01001111 6.6250 2
-01001111 78.92 2
-01001111 221,127 2
-01001111 52,234 2
-01001111 185,300 2
-01001111 311.85 2
-01001111 Mednews 2
-01001111 281.75 2
-01001111 77,250 2
-01001111 16,000-a-year 2
-01001111 1,488,000 2
-01001111 2,437,000 2
-01001111 50-a-day 2
-01001111 132,300 2
-01001111 24,400 2
-01001111 30,850 2
-01001111 1,772 2
-01001111 89,400 2
-01001111 1.4218 2
-01001111 1.5512 2
-01001111 88.875 2
-01001111 1,032 2
-01001111 1.0150 2
-01001111 1.005 2
-01001111 2,072,900 2
-01001111 8,653 2
-01001111 1,954 2
-01001111 147,325 2
-01001111 167.875 2
-01001111 1.397 2
-01001111 1.405 2
-01001111 66,800 2
-01001111 160.23 2
-01001111 417,455 2
-01001111 21,900 2
-01001111 84,400 2
-01001111 483,000 2
-01001111 2,431 2
-01001111 145,700 2
-01001111 1,556 2
-01001111 1.6320 2
-01001111 119.875 2
-01001111 1.114 2
-01001111 455.10 2
-01001111 297,523 2
-01001111 5,715,000 2
-01001111 11,130 2
-01001111 322.02 2
-01001111 402.50 2
-01001111 116,810 2
-01001111 14.75-a-share 2
-01001111 126,887 2
-01001111 3.5625 2
-01001111 6,425 2
-01001111 80.125 2
-01001111 40-a-week 2
-01001111 292,400 2
-01001111 2,220,000 2
-01001111 15.75-a-share 2
-01001111 357,200 2
-01001111 1.4265 2
-01001111 183,789 2
-01001111 1.6651 2
-01001111 1,396 2
-01001111 50-a-barrel 2
-01001111 809,700 2
-01001111 32- 2
-01001111 109.975 2
-01001111 11,542 2
-01001111 10,440 2
-01001111 1.5797 2
-01001111 45,125 2
-01001111 500,726 2
-01001111 943,000 2
-01001111 3-a-person 2
-01001111 82-a-share 2
-01001111 1.5773 2
-01001111 64.80 2
-01001111 59,100 2
-01001111 26.01 2
-01001111 360.20 2
-01001111 6,740 2
-01001111 6,640 2
-01001111 5,790 2
-01001111 33,600 2
-01001111 1.7043 2
-01001111 10.15-a-share 2
-01001111 1,559,000 2
-01001111 299,985 2
-01001111 5,822,000 2
-01001111 1,241,000 2
-01001111 456.70 2
-01001111 11.250 2
-01001111 389.80 2
-01001111 44,400 2
-01001111 393.10 2
-01001111 33.65-a-share 2
-01001111 11,407 2
-01001111 10,798 2
-01001111 84.125 2
-01001111 387,500 2
-01001111 1,625,000 2
-01001111 462.05 2
-01001111 16.92 2
-01001111 289,255 2
-01001111 13,566 2
-01001111 1.5385 2
-01001111 1.5792 2
-01001111 139,300 2
-01001111 1.6552 2
-01001111 1.6270 2
-01001111 1.8515 2
-01001111 proverty 2
-01001111 281,192 2
-01001111 14.183 2
-01001111 150,700 2
-01001111 2.175 2
-01001111 81.875 2
-01001111 786,000 2
-01001111 55.44 2
-01001111 222.10 2
-01001111 575.50 2
-01001111 3,574 2
-01001111 6.7150 2
-01001111 273,121 2
-01001111 10,385 2
-01001111 1.5460 2
-01001111 370.35 2
-01001111 32,200 2
-01001111 492.30 2
-01001111 146.94 2
-01001111 445.30 2
-01001111 54,100 2
-01001111 43,300 2
-01001111 23,800 2
-01001111 31,700 2
-01001111 100,000-plus 2
-01001111 1,142.86 2
-01001111 150,800 2
-01001111 1.4340 2
-01001111 39,400 2
-01001111 56,900 2
-01001111 14.93 2
-01001111 2,025 2
-01001111 29.31 2
-01001111 717,000 2
-01001111 500-a-day 2
-01001111 27,315 2
-01001111 272,726 2
-01001111 4-a-barrel 2
-01001111 12,329 2
-01001111 6,660 2
-01001111 15,468 2
-01001111 57,700 2
-01001111 1,555,000 2
-01001111 485,547 2
-01001111 1,321,700 2
-01001111 1.5488 2
-01001111 734,900 2
-01001111 788,000 2
-01001111 1,410,000 2
-01001111 2,112,000 2
-01001111 532.60 2
-01001111 20.25-a-share 2
-01001111 120,300 2
-01001111 490.40 2
-01001111 35,400 2
-01001111 1.8290 2
-01001111 26,850 2
-01001111 21,750,000 2
-01001111 28,800 2
-01001111 485.30 2
-01001111 337,993 2
-01001111 854,669 2
-01001111 7,569 2
-01001111 288,514 2
-01001111 2,027,000 2
-01001111 286,110 2
-01001111 315.79 2
-01001111 1.6982 2
-01001111 5,040 2
-01001111 217,500 2
-01001111 317.16 2
-01001111 318,500 2
-01001111 500-a-plate 2
-01001111 233,325 2
-01001111 148,200 2
-01001111 1.5375 2
-01001111 113.75 2
-01001111 2,490,000 2
-01001111 51,700 2
-01001111 53,700 2
-01001111 300,196,770.97 2
-01001111 1,312 2
-01001111 66,710 2
-01001111 25,910 2
-01001111 109.75 2
-01001111 3,462 2
-01001111 1.4310 2
-01001111 279,507 2
-01001111 17,250 2
-01001111 40.80 2
-01001111 2,829 2
-01001111 1,392,000 2
-01001111 1,442,000 2
-01001111 156,576 2
-01001111 481,250 2
-01001111 1,595 2
-01001111 69,333 2
-01001111 53.35 2
-01001111 620,200 2
-01001111 1,256 2
-01001111 481.50 2
-01001111 6,723 2
-01001111 11.1875 2
-01001111 12,287 2
-01001111 3,571 2
-01001111 448.20 2
-01001111 12,474 2
-01001111 802,200 2
-01001111 325,400 2
-01001111 45- 2
-01001111 23-a-barrel 2
-01001111 41.05 2
-01001111 79,700 2
-01001111 5,000-a-month 2
-01001111 483.50 2
-01001111 1.7863 2
-01001111 112,400 2
-01001111 93,600 2
-01001111 1,743 2
-01001111 31,600 2
-01001111 10-an-hour 2
-01001111 449.20 2
-01001111 502.70 2
-01001111 478.20 2
-01001111 1.5875 2
-01001111 1.4333 2
-01001111 388.40 2
-01001111 566,000 2
-01001111 87.625 2
-01001111 75,500 2
-01001111 48.66 2
-01001111 9,495 2
-01001111 123,100 2
-01001111 2,187,000 2
-01001111 276.50 2
-01001111 83.375 2
-01001111 10,680 2
-01001111 8,802 2
-01001111 133,500 2
-01001111 4,295 2
-01001111 761,250 2
-01001111 110.75 2
-01001111 266,005 2
-01001111 229,407 2
-01001111 105,200 2
-01001111 469.50 2
-01001111 155,131 2
-01001111 1,305,000 2
-01001111 14,822 2
-01001111 1.7144 2
-01001111 1,936,000 2
-01001111 405.60 2
-01001111 1,395 2
-01001111 95,600 2
-01001111 443.80 2
-01001111 1.6238 2
-01001111 7,775 2
-01001111 445.50 2
-01001111 5.9325 2
-01001111 1.20-a-share 2
-01001111 17,945 2
-01001111 12,230 2
-01001111 17,345 2
-01001111 13,495 2
-01001111 10,275 2
-01001111 629,847 2
-01001111 937,000 2
-01001111 1.6138 2
-01001111 1.5637 2
-01001111 448.80 2
-01001111 .06 2
-01001111 24,464 2
-01001111 368,400 2
-01001111 80.375 2
-01001111 2,393 2
-01001111 12,999 2
-01001111 411.50 2
-01001111 200,000-plus 2
-01001111 5,590 2
-01001111 4,944 2
-01001111 34.72 2
-01001111 956,000 2
-01001111 1,127 2
-01001111 lytic 2
-01001111 152,500 2
-01001111 74.625 2
-01001111 32,300 2
-01001111 7,425 2
-01001111 1,232,000 2
-01001111 31,800 2
-01001111 446.50 2
-01001111 8,500,000 2
-01001111 1.6113 2
-01001111 412.60 2
-01001111 702,044 2
-01001111 1.6163 2
-01001111 738,996 2
-01001111 1.011 2
-01001111 444.30 2
-01001111 92.625 2
-01001111 1.6042 2
-01001111 175,100 2
-01001111 43,200 2
-01001111 5.975 2
-01001111 442.80 2
-01001111 444.90 2
-01001111 28,855 2
-01001111 25,200 2
-01001111 81,500 2
-01001111 164.50 2
-01001111 405.70 2
-01001111 36.15 2
-01001111 227,412 2
-01001111 305,741 2
-01001111 401,464 2
-01001111 47,418 2
-01001111 14,214 2
-01001111 12,539 2
-01001111 555.80 2
-01001111 13,899 2
-01001111 44,200 2
-01001111 1.8832 2
-01001111 1.5878 2
-01001111 1.5344 2
-01001111 547.50 2
-01001111 1,327 2
-01001111 62.125 2
-01001111 310,300 2
-01001111 3,660 2
-01001111 228,306 2
-01001111 3.25-a-share 2
-01001111 124,500 2
-01001111 100,100 2
-01001111 1.7915 2
-01001111 42,927 2
-01001111 2,340,000 2
-01001111 922,000 2
-01001111 1,248 2
-01001111 1,665 2
-01001111 17,697 2
-01001111 859,700 2
-01001111 1,180,000 2
-01001111 1.8608 2
-01001111 421.10 2
-01001111 455.50 2
-01001111 563.60 2
-01001111 262,540 2
-01001111 16,062 2
-01001111 6,075,329 2
-01001111 56,500 2
-01001111 7,742 2
-01001111 48.69 2
-01001111 64.15-a-share 2
-01001111 156.50 2
-01001111 32.98 2
-01001111 9,419 2
-01001111 33,900 2
-01001111 4,990 2
-01001111 22,650 2
-01001111 6,490 2
-01001111 20.24 2
-01001111 298,010 2
-01001111 421.80 2
-01001111 421,250 2
-01001111 30,264,116 2
-01001111 1,803 2
-01001111 1.1160 2
-01001111 30,200 2
-01001111 52,600 2
-01001111 129,600 2
-01001111 1,423 2
-01001111 2,895 2
-01001111 1.6008 2
-01001111 451.60 2
-01001111 7,747,000 2
-01001111 934,153 2
-01001111 443.70 2
-01001111 1.6038 2
-01001111 705,000 2
-01001111 871,000 2
-01001111 71,500 2
-01001111 309.18 2
-01001111 291,900 2
-01001111 2,045 2
-01001111 131.625 2
-01001111 3,261,000 2
-01001111 1,860,000 2
-01001111 6,042 2
-01001111 460.80 2
-01001111 299,366 2
-01001111 1,951 2
-01001111 21.32 2
-01001111 9,399 2
-01001111 1.6283 2
-01001111 577,500 2
-01001111 1.132 2
-01001111 5,470,000 2
-01001111 81,600 2
-01001111 535.70 2
-01001111 278,300 2
-01001111 107,200 2
-01001111 190,809 2
-01001111 408,500 2
-01001111 1.4338 2
-01001111 395.50 2
-01001111 1.6025 2
-01001111 2,360 2
-01001111 1,984,000 2
-01001111 936,000 2
-01001111 370.80 2
-01001111 13.00 2
-01001111 29.59 2
-01001111 1.8870 2
-01001111 614,000 2
-01001111 61,275 2
-01001111 15,150 2
-01001111 288,970 2
-01001111 453.70 2
-01001111 8,690,000 2
-01001111 32.77 2
-01001111 500-a-store 2
-01001111 1.6590 2
-01001111 4,299 2
-01001111 26,600 2
-01001111 27,900 2
-01001111 116.125 2
-01001111 58,540 2
-01001111 1.5735 2
-01001111 9,850 2
-01001111 39-a-share 2
-01001111 307.59 2
-01001111 129,764 2
-01001111 10.75-a-share 2
-01001111 294,510 2
-01001111 708,333 2
-01001111 459.40 2
-01001111 31,850 2
-01001111 1.9005 2
-01001111 36.125-a-share 2
-01001111 165,630 2
-01001111 11,203 2
-01001111 8.365 2
-01001111 88,900 2
-01001111 171.07 2
-01001111 1,351.50 2
-01001111 1,110,000 2
-01001111 1,567 2
-01001111 293,566 2
-01001111 1.6030 2
-01001111 1,361 2
-01001111 769,000 2
-01001111 6,800,000 2
-01001111 58.45 2
-01001111 1.5780 2
-01001111 1.5683 2
-01001111 1.6296 2
-01001111 21.88 2
-01001111 1.305 2
-01001111 66,100 2
-01001111 18.385 2
-01001111 294,858 2
-01001111 440.90 2
-01001111 1.6185 2
-01001111 1,226 2
-01001111 7,529 2
-01001111 9,136 2
-01001111 8,823 2
-01001111 545.20 2
-01001111 70-million 2
-01001111 310.42 2
-01001111 155,453 2
-01001111 7,653 2
-01001111 77.75 2
-01001111 1.6977 2
-01001111 263,344 2
-01001111 18,484 2
-01001111 831,000 2
-01001111 1,789 2
-01001111 311.81 2
-01001111 58,995 2
-01001111 3,539,000 2
-01001111 201,141 2
-01001111 91.375 2
-01001111 478.50 2
-01001111 6,488 2
-01001111 994,000 2
-01001111 1.0465 2
-01001111 280.50 2
-01001111 56,700 2
-01001111 410.20 2
-01001111 470.60 2
-01001111 1,670,000 2
-01001111 949,000 2
-01001111 3,769 2
-01001111 32,639 2
-01001111 3,169 2
-01001111 200-billion 2
-01001111 134,467 2
-01001111 282,297 2
-01001111 15,600 3
-01001111 367.60 3
-01001111 59,700 3
-01001111 1,360,000 3
-01001111 25.40 3
-01001111 1.5610 3
-01001111 30.10 3
-01001111 87,500 3
-01001111 25,400 3
-01001111 70.625 3
-01001111 462.90 3
-01001111 452.75 3
-01001111 2165 3
-01001111 14,700 3
-01001111 18,900 3
-01001111 132-a-share 3
-01001111 82.625 3
-01001111 10,450 3
-01001111 111.125 3
-01001111 73.125 3
-01001111 1,815,000 3
-01001111 431,000 3
-01001111 383,000 3
-01001111 98,100 3
-01001111 210.75 3
-01001111 1,140,000 3
-01001111 57,600 3
-01001111 4,760 3
-01001111 699,000 3
-01001111 116,500 3
-01001111 10,350 3
-01001111 57,183 3
-01001111 250,000-a-year 3
-01001111 2,514 3
-01001111 899,443 3
-01001111 3.4375 3
-01001111 92.50-a-share 3
-01001111 106,900 3
-01001111 41.875 3
-01001111 23.95 3
-01001111 308.14 3
-01001111 306.71 3
-01001111 18,100 3
-01001111 882,000 3
-01001111 1.702 3
-01001111 14,240 3
-01001111 .21 3
-01001111 2,516 3
-01001111 402.20 3
-01001111 864,000 3
-01001111 4,499 3
-01001111 5,795 3
-01001111 1,116 3
-01001111 64.125 3
-01001111 114.25 3
-01001111 123,700 3
-01001111 66.625 3
-01001111 117.50 3
-01001111 65.375 3
-01001111 2,898 3
-01001111 79.375 3
-01001111 71,900 3
-01001111 84.875 3
-01001111 916,000 3
-01001111 638,000 3
-01001111 1.6045 3
-01001111 262,500 3
-01001111 450.20 3
-01001111 11,250,000 3
-01001111 2,099 3
-01001111 3,840 3
-01001111 4,770,000 3
-01001111 134,500 3
-01001111 392.20 3
-01001111 91,700 3
-01001111 111,600 3
-01001111 79.125 3
-01001111 5,000-a-year 3
-01001111 69.375 3
-01001111 759,000 3
-01001111 828,000 3
-01001111 1,451,000 3
-01001111 452.20 3
-01001111 400-an-ounce 3
-01001111 1,253 3
-01001111 125-a-share 3
-01001111 108-a-share 3
-01001111 1,840,000 3
-01001111 Yawk 3
-01001111 violence-prone 3
-01001111 26,000-a-year 3
-01001111 154.50 3
-01001111 921,000 3
-01001111 125,800 3
-01001111 2,686 3
-01001111 71.625 3
-01001111 Acutrim 3
-01001111 622,725 3
-01001111 172,500 3
-01001111 1.5535 3
-01001111 122,600 3
-01001111 133,250 3
-01001111 25-million 3
-01001111 26,800 3
-01001111 121.31 3
-01001111 390.30 3
-01001111 911,000 3
-01001111 12,340 3
-01001111 693,000 3
-01001111 147.75 3
-01001111 1.6220 3
-01001111 48.50-a-share 3
-01001111 841-a-share 3
-01001111 100.125 3
-01001111 514,000 3
-01001111 1,637,000 3
-01001111 92.25 3
-01001111 76,500 3
-01001111 58,900 3
-01001111 5-million 3
-01001111 34,500 3
-01001111 103.75 3
-01001111 127,100 3
-01001111 68,500 3
-01001111 494,000 3
-01001111 43,400 3
-01001111 1.3625 3
-01001111 912,000 3
-01001111 2,060 3
-01001111 24.61 3
-01001111 1,757,000 3
-01001111 72.375 3
-01001111 99,300 3
-01001111 68,100 3
-01001111 23.20 3
-01001111 23,700 3
-01001111 894,000 3
-01001111 39,700 3
-01001111 42,300 3
-01001111 18.47 3
-01001111 801,000 3
-01001111 307,491 3
-01001111 8,230,000 3
-01001111 1,973 3
-01001111 1.6800 3
-01001111 621,000 3
-01001111 429,000 3
-01001111 297,400 3
-01001111 29,900 3
-01001111 1.8030 3
-01001111 1.8315 3
-01001111 5,799 3
-01001111 15,790 3
-01001111 477.10 3
-01001111 1,370,000 3
-01001111 696,000 3
-01001111 766,000 3
-01001111 33,500 3
-01001111 8,495 3
-01001111 5,295 3
-01001111 939,000 3
-01001111 .32 3
-01001111 41.45 3
-01001111 543,000 3
-01001111 459,000 3
-01001111 336,640 3
-01001111 714,000 3
-01001111 2,370,000 3
-01001111 1,671 3
-01001111 169,500 3
-01001111 812,500 3
-01001111 1,665,000 3
-01001111 8,999 3
-01001111 23,900 3
-01001111 82,800 3
-01001111 46,500 3
-01001111 1,736 3
-01001111 1,820,000 3
-01001111 21,250 3
-01001111 103,900 3
-01001111 1,261,000 3
-01001111 48,600 3
-01001111 6,299 3
-01001111 403.40 3
-01001111 403.60 3
-01001111 .13 3
-01001111 66,342 3
-01001111 1,999 3
-01001111 3-a-barrel 3
-01001111 76.875 3
-01001111 1,489 3
-01001111 84.625 3
-01001111 453.10 3
-01001111 19.07 3
-01001111 1.8915 3
-01001111 1.7075 3
-01001111 666,666 3
-01001111 89.875 3
-01001111 17.05-a-share 3
-01001111 82.875 3
-01001111 928,000 3
-01001111 51,200 3
-01001111 92.375 3
-01001111 701,000 3
-01001111 1,409 3
-01001111 456.60 3
-01001111 40,000-plus 3
-01001111 301,774 3
-01001111 33,200 3
-01001111 11,995 3
-01001111 7,995 3
-01001111 2,184 3
-01001111 6,120 3
-01001111 115,600 3
-01001111 1,730,000 3
-01001111 278,503 3
-01001111 52,200 3
-01001111 11,295 3
-01001111 24.25-a-share 3
-01001111 50.72 3
-01001111 1.7735 3
-01001111 953,000 3
-01001111 10,480 3
-01001111 486,000 3
-01001111 486.10 3
-01001111 1.7405 3
-01001111 1.7645 3
-01001111 7.75-a-share 3
-01001111 52.725 3
-01001111 450.80 3
-01001111 461.90 3
-01001111 2,026,000 3
-01001111 876,000 3
-01001111 53.15 3
-01001111 978,000 3
-01001111 2,025,850 3
-01001111 14.80-a-share 3
-01001111 3,985,000 3
-01001111 303,390 3
-01001111 1.0920 3
-01001111 7,380 3
-01001111 2,095 3
-01001111 1.7030 3
-01001111 1,035,000 3
-01001111 1,103 3
-01001111 463.55 3
-01001111 244,949 3
-01001111 269,537 3
-01001111 56.875 3
-01001111 1,475,000 3
-01001111 2,046,000 3
-01001111 102.25 3
-01001111 316,500 3
-01001111 106.50 3
-01001111 1,023,000 3
-01001111 113.125 3
-01001111 4,450 3
-01001111 896,000 3
-01001111 1,332 3
-01001111 1,012 3
-01001111 79,900 3
-01001111 758,000 3
-01001111 779,000 3
-01001111 55.60 3
-01001111 405.10 3
-01001111 963,000 3
-01001111 405.50 3
-01001111 1,240,000 3
-01001111 74,800 3
-01001111 456.90 3
-01001111 5,460,000 3
-01001111 135,900 3
-01001111 84.75 3
-01001111 45,200 3
-01001111 1,476,000 3
-01001111 84.25 3
-01001111 1,385 3
-01001111 1,002.31 3
-01001111 1,477 3
-01001111 71.875 3
-01001111 1.6615 3
-01001111 1.6566 3
-01001111 451.20 3
-01001111 804,000 3
-01001111 155-a-share 3
-01001111 466.50 3
-01001111 4,699 3
-01001111 652.50 3
-01001111 2.65-a-share 3
-01001111 451.90 3
-01001111 261,650 3
-01001111 481.70 3
-01001111 456.50 3
-01001111 996,000 3
-01001111 626,000 3
-01001111 2,083,000 3
-01001111 98.60 3
-01001111 7,010 3
-01001111 25.30 3
-01001111 4,350,000 3
-01001111 92,885,000 3
-01001111 450.60 3
-01001111 163,400 3
-01001111 1,105 3
-01001111 453.90 3
-01001111 476,000 3
-01001111 1,659 3
-01001111 653,000 3
-01001111 113.25 3
-01001111 276,030 3
-01001111 31,250 3
-01001111 22,180 3
-01001111 284,396 3
-01001111 1.7580 3
-01001111 2,945 3
-01001111 455.80 3
-01001111 8,364 3
-01001111 774,000 3
-01001111 609,000 3
-01001111 1.6060 3
-01001111 457.10 3
-01001111 158.50 3
-01001111 9.50-a-share 3
-01001111 958,000 3
-01001111 7,150,000 3
-01001111 1,470,000 3
-01001111 884,000 3
-01001111 103,500 3
-01001111 39,900 3
-01001111 457.40 3
-01001111 488.10 3
-01001111 48,250 3
-01001111 113.875 3
-01001111 21.70 3
-01001111 1.8860 3
-01001111 86.375 3
-01001111 449.80 3
-01001111 1.775 3
-01001111 452.30 3
-01001111 22.25-a-share 3
-01001111 16,300 3
-01001111 66.375 3
-01001111 1,975 3
-01001111 149.95 3
-01001111 298.95 3
-01001111 597,000 3
-01001111 1,809,000 3
-01001111 3,050,000 3
-01001111 1.5760 3
-01001111 1,546 3
-01001111 41.93 3
-01001111 15,509 3
-01001111 17,373 3
-01001111 7,110 3
-01001111 217,392 3
-01001111 37,152 3
-01001111 453,750 3
-01001111 82.125 3
-01001111 10,450,000 3
-01001111 258.72 3
-01001111 862,000 3
-01001111 623,000 3
-01001111 183,500 3
-01001111 6,990 3
-01001111 6,890 3
-01001111 632,000 3
-01001111 878,000 3
-01001111 642,000 3
-01001111 38,900 3
-01001111 165.09 3
-01001111 15,800 3
-01001111 464.10 3
-01001111 2.6875 3
-01001111 838,000 3
-01001111 460.70 3
-01001111 8,610 3
-01001111 440.80 3
-01001111 32,900 3
-01001111 466.80 3
-01001111 74.375 3
-01001111 100,800 3
-01001111 1,352 3
-01001111 449.70 3
-01001111 5,690 3
-01001111 5,998 3
-01001111 476.50 3
-01001111 97,900 3
-01001111 53,500 3
-01001111 2,415 3
-01001111 559,287 3
-01001111 1,266 3
-01001111 485.10 3
-01001111 1.6140 3
-01001111 15.84 3
-01001111 2,257,000 3
-01001111 2,873 3
-01001111 5,899 3
-01001111 2,320,000 3
-01001111 1,130,000 3
-01001111 107,500 3
-01001111 9,870,000 3
-01001111 22,458 3
-01001111 14,400 3
-01001111 724,000 3
-01001111 117,500 3
-01001111 497,000 3
-01001111 1.8880 3
-01001111 9,815 3
-01001111 62-a-share 3
-01001111 68,900 3
-01001111 64,300 3
-01001111 706,000 3
-01001111 366.99 3
-01001111 408.70 3
-01001111 35,479 3
-01001111 981,000 3
-01001111 126,826 3
-01001111 258,995 3
-01001111 443.20 3
-01001111 43,600 3
-01001111 2.50-a-share 3
-01001111 16,750 3
-01001111 212,500 3
-01001111 1,215 3
-01001111 318.29 3
-01001111 437.40 3
-01001111 22,600 3
-01001111 446.90 3
-01001111 237,500 3
-01001111 34.95 3
-01001111 430.50 3
-01001111 29,700 3
-01001111 289,997 3
-01001111 187,317 3
-01001111 453.20 3
-01001111 117,200 3
-01001111 48,451 3
-01001111 697,000 3
-01001111 34,300 3
-01001111 446.10 3
-01001111 842,000 3
-01001111 1,600,000 3
-01001111 444.20 3
-01001111 6.1875 3
-01001111 121,700 3
-01001111 1.6169 3
-01001111 1.039 3
-01001111 1.7993 3
-01001111 1.6003 3
-01001111 2,064.35 3
-01001111 23,100 3
-01001111 273,400 3
-01001111 369,000 3
-01001111 134,400 3
-01001111 129,900 3
-01001111 909,000 3
-01001111 23,750 3
-01001111 1.5838 3
-01001111 21.78 3
-01001111 1.6380 3
-01001111 552.90 3
-01001111 514.43 3
-01001111 267,668 3
-01001111 285,148 3
-01001111 95,500 3
-01001111 71,125 3
-01001111 906,000 3
-01001111 897,000 3
-01001111 13,245 3
-01001111 1,154 3
-01001111 2,459,000 3
-01001111 23.80 3
-01001111 478.10 3
-01001111 92,500 3
-01001111 433.20 3
-01001111 13,700 3
-01001111 157.50 3
-01001111 624,000 3
-01001111 3,860,000 3
-01001111 4,605 3
-01001111 75-an-hour 3
-01001111 7,148 3
-01001111 30,900 3
-01001111 10.25-a-share 3
-01001111 479,000 3
-01001111 1.4320 3
-01001111 374.50 3
-01001111 447,212,558 3
-01001111 85.25 3
-01001111 88.25 3
-01001111 462.80 3
-01001111 91,300 3
-01001111 88.125 3
-01001111 1-a-barrel 3
-01001111 408.40 3
-01001111 200-an-hour 3
-01001111 24.08 3
-01001111 17.25-a-share 3
-01001111 88.625 3
-01001111 37,400 3
-01001111 6,450 3
-01001111 275,356 3
-01001111 905,000 3
-01001111 843,000 3
-01001111 25,441 3
-01001111 671,000 3
-01001111 1.7135 3
-01001111 682,000 3
-01001111 463,000 3
-01001111 5,957 3
-01001111 959,000 3
-01001111 407.40 3
-01001111 435.70 3
-01001111 947,000 3
-01001111 512.50 3
-01001111 453,740 3
-01001111 407.20 3
-01001111 1.8460 3
-01001111 120.50 3
-01001111 246,533 3
-01001111 2,240,000 3
-01001111 877,000 3
-01001111 1,573 3
-01001111 1.80-a-share 3
-01001111 1,316,000 3
-01001111 204,500 3
-01001111 11,778 3
-01001111 1.6995 3
-01001111 432.30 3
-01001111 230,119 3
-01001111 226,197 3
-01001111 83.10 3
-01001111 362,500 3
-01001111 1,493 3
-01001111 435.30 3
-01001111 1,251 3
-01001111 19.125-a-share 3
-01001111 987,000 3
-01001111 105.25 3
-01001111 1,227 3
-01001111 16,400 3
-01001111 726,000 3
-01001111 236,496 3
-01001111 444.40 3
-01001111 425.90 3
-01001111 .26 3
-01001111 90.375 3
-01001111 1,373 3
-01001111 235,730 3
-01001111 399.30 3
-01001111 130,800 3
-01001111 984,000 3
-01001111 1.5725 3
-01001111 21,740 3
-01001111 500,000-a-year 3
-01001111 429.60 3
-01001111 367.40 3
-01001111 40,600 3
-01001111 1.5700 3
-01001111 27,300 3
-01001111 3,050 3
-01001111 68.625 3
-01001111 1,880,000 3
-01001111 1.5530 3
-01001111 482,000 3
-01001111 149,500 3
-01001111 31.87-a-share 3
-01001111 201,800 3
-01001111 1,890,000 3
-01001111 1,104 3
-01001111 927,000 3
-01001111 918,000 3
-01001111 1.75-a-share 3
-01001111 97.125 3
-01001111 2,127,000 3
-01001111 2,153 3
-01001111 121,200 3
-01001111 1,625 3
-01001111 236,305 3
-01001111 20,600 3
-01001111 2,285 3
-01001111 2,999 3
-01001111 1.7613 3
-01001111 684,000 3
-01001111 19.425-a-share 3
-01001111 523,500 3
-01001111 421.20 3
-01001111 1.40-a-share 3
-01001111 132,600 3
-01001111 1,630,000 3
-01001111 11,611 3
-01001111 54,400 3
-01001111 1,765 3
-01001111 140,929 3
-01001111 10,250 3
-01001111 106-a-share 3
-01001111 3.1625 3
-01001111 30,100 3
-01001111 6.335 3
-01001111 14,145 3
-01001111 141,200 3
-01001111 458,000 3
-01001111 30.40 3
-01001111 19.15 3
-01001111 34,400 3
-01001111 723,000 3
-01001111 1.7700 3
-01001111 8,250,000 3
-01001111 1,598,000 3
-01001111 1,652 3
-01001111 907,000 3
-01001111 500-million-a-year 3
-01001111 17,850 3
-01001111 2,200-a-dose 3
-01001111 34,700 3
-01001111 1.7475 3
-01001111 9,642 3
-01001111 123,500 3
-01001111 21.25-a-share 3
-01001111 7,920 3
-01001111 2,375 3
-01001111 529.50 3
-01001111 1,334 3
-01001111 1,254 3
-01001111 360.50 3
-01001111 295,107 3
-01001111 365.50 3
-01001111 140,200 3
-01001111 1,014,000 3
-01001111 463.10 3
-01001111 4,349 3
-01001111 22,700 3
-01001111 1,068 3
-01001111 462.10 3
-01001111 2,505 3
-01001111 1.2950 3
-01001111 95,300 4
-01001111 4,360 4
-01001111 454.90 4
-01001111 76.625 4
-01001111 85.625 4
-01001111 511,000 4
-01001111 812,000 4
-01001111 3,849 4
-01001111 20-a-barrel 4
-01001111 1,979,000 4
-01001111 567,000 4
-01001111 1,325,000 4
-01001111 100,000,000 4
-01001111 73.875 4
-01001111 1,533 4
-01001111 45,500 4
-01001111 50-million 4
-01001111 1,846 4
-01001111 1,570,000 4
-01001111 751,000 4
-01001111 866,000 4
-01001111 962,000 4
-01001111 106.625 4
-01001111 442.90 4
-01001111 1.25-a-share 4
-01001111 20.20 4
-01001111 452.80 4
-01001111 972,000 4
-01001111 56,533 4
-01001111 437.10 4
-01001111 145.10 4
-01001111 1,018 4
-01001111 449.40 4
-01001111 10,800 4
-01001111 745,000 4
-01001111 252,500 4
-01001111 89.25 4
-01001111 2,480,000 4
-01001111 633,000 4
-01001111 66.125 4
-01001111 792,000 4
-01001111 1,680,000 4
-01001111 441.80 4
-01001111 844,000 4
-01001111 1,209 4
-01001111 1.6865 4
-01001111 1.5815 4
-01001111 432.80 4
-01001111 386,000 4
-01001111 989,000 4
-01001111 1.6975 4
-01001111 447,000 4
-01001111 430.80 4
-01001111 81,100 4
-01001111 88,800 4
-01001111 454.20 4
-01001111 39,500 4
-01001111 1,948 4
-01001111 1,889 4
-01001111 934,000 4
-01001111 16,200 4
-01001111 821,000 4
-01001111 7,495 4
-01001111 21,300 4
-01001111 892,000 4
-01001111 2,143,000 4
-01001111 577,000 4
-01001111 1,117 4
-01001111 20,760 4
-01001111 1,325 4
-01001111 6.6875 4
-01001111 1,062 4
-01001111 1.8755 4
-01001111 2,131,000 4
-01001111 9.25-a-share 4
-01001111 87.875 4
-01001111 901,000 4
-01001111 57.50-a-share 4
-01001111 908,000 4
-01001111 2,099,000 4
-01001111 1,033 4
-01001111 606,000 4
-01001111 836,000 4
-01001111 79.875 4
-01001111 1.6850 4
-01001111 1,186 4
-01001111 78.125 4
-01001111 135,600 4
-01001111 111.50 4
-01001111 1,799 4
-01001111 976,000 4
-01001111 130,500 4
-01001111 1.6120 4
-01001111 771,000 4
-01001111 77.15 4
-01001111 1,200,000 4
-01001111 2,028,000 4
-01001111 86.75 4
-01001111 474.90 4
-01001111 1.4050 4
-01001111 797,000 4
-01001111 12.25-a-share 4
-01001111 71.125 4
-01001111 84-a-share 4
-01001111 9.75-a-share 4
-01001111 477.50 4
-01001111 10,930 4
-01001111 16,700 4
-01001111 57.125 4
-01001111 468.70 4
-01001111 3,595 4
-01001111 1.7720 4
-01001111 4,190 4
-01001111 10,995 4
-01001111 1,135 4
-01001111 292,000 4
-01001111 229,000 4
-01001111 1.6180 4
-01001111 1.6183 4
-01001111 3,220 4
-01001111 226,000 4
-01001111 22,100 4
-01001111 111.75 4
-01001111 459.70 4
-01001111 1.6810 4
-01001111 83.125 4
-01001111 145-a-share 4
-01001111 446.30 4
-01001111 454.80 4
-01001111 69,500 4
-01001111 40,000-a-year 4
-01001111 746,000 4
-01001111 92,885 4
-01001111 84.375 4
-01001111 59,500 4
-01001111 93.25 4
-01001111 964,000 4
-01001111 895,000 4
-01001111 451.10 4
-01001111 444.80 4
-01001111 870,000 4
-01001111 3,252 4
-01001111 1,109 4
-01001111 78.625 4
-01001111 1,142 4
-01001111 119,500 4
-01001111 2,995 4
-01001111 563,000 4
-01001111 2,595 4
-01001111 412.20 4
-01001111 807,000 4
-01001111 789,000 4
-01001111 15,300 4
-01001111 1.5870 4
-01001111 37,100 4
-01001111 31,400 4
-01001111 3,995 4
-01001111 2,205 4
-01001111 1,495,000 4
-01001111 17,900 4
-01001111 957,000 4
-01001111 11,300 4
-01001111 737,000 4
-01001111 160,618 4
-01001111 6,599 4
-01001111 893,000 4
-01001111 448.90 4
-01001111 1,720,000 4
-01001111 983,000 4
-01001111 55.875 4
-01001111 659,000 4
-01001111 1,348 4
-01001111 649,000 4
-01001111 802,000 4
-01001111 20,800 4
-01001111 1.6135 4
-01001111 1.1440 4
-01001111 45,400 4
-01001111 1.6173 4
-01001111 3.3125 4
-01001111 19.08 4
-01001111 121-a-share 4
-01001111 453.40 4
-01001111 431.90 4
-01001111 5,336 4
-01001111 631,000 4
-01001111 29,500 4
-01001111 94.50 4
-01001111 15,802 4
-01001111 21,600 4
-01001111 1,330,000 4
-01001111 11,700 4
-01001111 19.61 4
-01001111 1,475 4
-01001111 704,000 4
-01001111 3.1875 4
-01001111 447.90 4
-01001111 3,125 4
-01001111 721,000 4
-01001111 655,000 4
-01001111 458.10 4
-01001111 24,000-a-year 4
-01001111 char 4
-01001111 1,149 4
-01001111 457.90 4
-01001111 1,801 4
-01001111 833,000 4
-01001111 596,000 4
-01001111 533,000 4
-01001111 449.50 4
-01001111 6,495 4
-01001111 40-million 4
-01001111 4,750 4
-01001111 37.50-a-share 4
-01001111 1,863,000 4
-01001111 14,750 4
-01001111 8,995 4
-01001111 50,100 4
-01001111 35,500 4
-01001111 458.60 4
-01001111 1,453,000 4
-01001111 593,000 4
-01001111 85.125 4
-01001111 1,465 4
-01001111 17,416 4
-01001111 6,949 4
-01001111 53,200 4
-01001111 17.72 4
-01001111 1,770 4
-01001111 652,000 4
-01001111 446.20 4
-01001111 1,615,000 4
-01001111 28.50-a-share 4
-01001111 1,175 4
-01001111 508,000 4
-01001111 1,009 4
-01001111 51,900 4
-01001111 72.50-a-share 4
-01001111 3.35-an-hour 4
-01001111 839,000 4
-01001111 729,000 4
-01001111 389.30 4
-01001111 811,000 4
-01001111 47,500 4
-01001111 1.1875 4
-01001111 1.6225 4
-01001111 495.50 4
-01001111 1,174.24 4
-01001111 51.77 4
-01001111 1,120,000 4
-01001111 942,000 4
-01001111 3,469 4
-01001111 971,000 4
-01001111 2,105,000 4
-01001111 67.625 4
-01001111 91.75 4
-01001111 462.20 4
-01001111 473,000 4
-01001111 77.375 4
-01001111 1,745,000 4
-01001111 2,850,000 4
-01001111 2,495 4
-01001111 1.6770 4
-01001111 120,500 4
-01001111 1,938 4
-01001111 107.75 4
-01001111 1,300,000 4
-01001111 14.77 4
-01001111 49.375 4
-01001111 457.50 4
-01001111 1,000-a-day 4
-01001111 2.4375 4
-01001111 454.60 4
-01001111 54,700 4
-01001111 469.30 4
-01001111 1,382 4
-01001111 2,370 4
-01001111 1,870 4
-01001111 1,299 4
-01001111 496,000 4
-01001111 497,600 4
-01001111 89,560 4
-01001111 9,232 4
-01001111 93,500 4
-01001111 1,935 4
-01001111 7,350 4
-01001111 2,199 4
-01001111 1,060,000 4
-01001111 1.5865 4
-01001111 280,125 4
-01001111 419,000 4
-01001111 402.70 4
-01001111 1,869 4
-01001111 78.375 4
-01001111 7,250,000 4
-01001111 988,000 4
-01001111 4,350 4
-01001111 394,000 4
-01001111 8,175 4
-01001111 144.50 4
-01001111 76.125 4
-01001111 8,220,000 4
-01001111 16,900 4
-01001111 22,800 4
-01001111 15-a-barrel 4
-01001111 1.006 4
-01001111 3,999 4
-01001111 .28 4
-01001111 99,800 4
-01001111 118.50 4
-01001111 36.40 4
-01001111 156,500 4
-01001111 396,000 4
-01001111 32,800 4
-01001111 30-a-ton 4
-01001111 5,760 4
-01001111 681,000 4
-01001111 999,000 4
-01001111 86.875 4
-01001111 586,000 4
-01001111 392,000 4
-01001111 25,300 4
-01001111 1,596 4
-01001111 7,450,000 4
-01001111 2,150,000 4
-01001111 1.5775 4
-01001111 467.80 4
-01001111 12,594 4
-01001111 7.25-a-share 4
-01001111 16,100 4
-01001111 457.30 4
-01001111 245-a-share 4
-01001111 931,000 4
-01001111 694,000 4
-01001111 1,280,000 4
-01001111 68.875 4
-01001111 104.625 4
-01001111 589,000 4
-01001111 75.375 4
-01001111 1,460,000 4
-01001111 168,700 4
-01001111 1,052.63 4
-01001111 443,000 4
-01001111 373.70 4
-01001111 14,200 5
-01001111 101.125 5
-01001111 753,000 5
-01001111 509,000 5
-01001111 302,000 5
-01001111 4,999 5
-01001111 1,080,000 5
-01001111 818,000 5
-01001111 791,000 5
-01001111 .09 5
-01001111 26,200 5
-01001111 12.32 5
-01001111 5,350 5
-01001111 1.6263 5
-01001111 22,900 5
-01001111 12,600 5
-01001111 553,000 5
-01001111 841,000 5
-01001111 993,000 5
-01001111 561,000 5
-01001111 48,500 5
-01001111 49,500 5
-01001111 455.40 5
-01001111 507,000 5
-01001111 281,000 5
-01001111 728,000 5
-01001111 449,000 5
-01001111 136,900 5
-01001111 982,000 5
-01001111 527,000 5
-01001111 51,500 5
-01001111 18,400 5
-01001111 101,300 5
-01001111 637,000 5
-01001111 466,000 5
-01001111 763,000 5
-01001111 1,870,000 5
-01001111 784,000 5
-01001111 689,000 5
-01001111 881,000 5
-01001111 8,880 5
-01001111 66.875 5
-01001111 12,450 5
-01001111 998,000 5
-01001111 551,000 5
-01001111 405.30 5
-01001111 11,450 5
-01001111 55.625 5
-01001111 529,000 5
-01001111 3,990 5
-01001111 672,000 5
-01001111 2.3125 5
-01001111 782,000 5
-01001111 83.875 5
-01001111 955,000 5
-01001111 504,000 5
-01001111 63.875 5
-01001111 92.75 5
-01001111 19,200 5
-01001111 608,000 5
-01001111 1.8720 5
-01001111 915,000 5
-01001111 1.8930 5
-01001111 6,590 5
-01001111 506,000 5
-01001111 1,126 5
-01001111 431.70 5
-01001111 1.725 5
-01001111 539,000 5
-01001111 20.30 5
-01001111 59.875 5
-01001111 460.40 5
-01001111 76.375 5
-01001111 1,970,000 5
-01001111 8,600 5
-01001111 1.5625 5
-01001111 1,340,000 5
-01001111 484,000 5
-01001111 259,000 5
-01001111 13.75-a-share 5
-01001111 15.16 5
-01001111 1,118 5
-01001111 82.75 5
-01001111 487.70 5
-01001111 4,160 5
-01001111 80.875 5
-01001111 1,295 5
-01001111 65.625 5
-01001111 762,000 5
-01001111 8,750 5
-01001111 30,000-a-year 5
-01001111 1,970 5
-01001111 756,000 5
-01001111 21,050 5
-01001111 47.50-a-share 5
-01001111 7,750 5
-01001111 463.20 5
-01001111 856,000 5
-01001111 28.40 5
-01001111 1,425 5
-01001111 11,800 5
-01001111 1,417 5
-01001111 15,900 5
-01001111 516,000 5
-01001111 768,000 5
-01001111 716,000 5
-01001111 36.50-a-share 5
-01001111 1.8090 5
-01001111 324,000 5
-01001111 78.75 5
-01001111 481,000 5
-01001111 809,000 5
-01001111 81.50 5
-01001111 150,000-a-year 5
-01001111 75.875 5
-01001111 84,700 5
-01001111 373,000 5
-01001111 72.625 5
-01001111 1.6700 5
-01001111 2,540 5
-01001111 43,800 5
-01001111 90.625 5
-01001111 376,000 5
-01001111 1,257 5
-01001111 62.625 5
-01001111 303,000 5
-01001111 21.60 5
-01001111 778,000 5
-01001111 49-a-share 5
-01001111 121,500 5
-01001111 18,600 5
-01001111 443.50 5
-01001111 639,000 5
-01001111 99,900 5
-01001111 4,650 5
-01001111 627,000 5
-01001111 21.84 5
-01001111 100.50 5
-01001111 163.50 5
-01001111 73.375 5
-01001111 1.8745 5
-01001111 676,000 5
-01001111 67.125 5
-01001111 66.50-a-share 5
-01001111 6,750,000 5
-01001111 776,000 5
-01001111 2,080 5
-01001111 78.25 5
-01001111 849,000 5
-01001111 482.70 5
-01001111 707,000 5
-01001111 1,620 5
-01001111 826,000 5
-01001111 591,000 5
-01001111 108.25 5
-01001111 33,700 5
-01001111 10,300 5
-01001111 773,000 5
-01001111 13.25-a-share 5
-01001111 2-a-barrel 5
-01001111 379,000 5
-01001111 648,000 5
-01001111 852,000 5
-01001111 63.375 5
-01001111 434,000 5
-01001111 857,000 5
-01001111 5-a-barrel 5
-01001111 654,000 5
-01001111 732,000 5
-01001111 17.42 5
-01001111 37,700 5
-01001111 77.50 5
-01001111 77.875 5
-01001111 657,000 5
-01001111 562,000 5
-01001111 1,770,000 5
-01001111 1,290,000 5
-01001111 3.6875 5
-01001111 368,000 5
-01001111 19.50-a-share 5
-01001111 587,000 5
-01001111 636,000 5
-01001111 58,500 5
-01001111 1,971,000 5
-01001111 64.625 5
-01001111 222,000 5
-01001111 99,500 5
-01001111 829,000 5
-01001111 1.8850 5
-01001111 468,000 5
-01001111 13,995 5
-01001111 10,400 5
-01001111 970,000 5
-01001111 1,328 5
-01001111 199.50 5
-01001111 1,326 5
-01001111 2,550 5
-01001111 888,000 5
-01001111 452,000 5
-01001111 1,780,000 5
-01001111 6,999 5
-01001111 72.875 5
-01001111 221,000 5
-01001111 41.75-a-share 5
-01001111 622,000 5
-01001111 368.50 5
-01001111 4,199 5
-01001111 64.375 5
-01001111 961,000 5
-01001111 674,000 5
-01001111 3,850,000 5
-01001111 663,000 5
-01001111 75.625 5
-01001111 1,281 5
-01001111 5,990 5
-01001111 3,370,000 5
-01001111 17,600 5
-01001111 108.50 5
-01001111 854,000 5
-01001111 808,000 5
-01001111 2,240 5
-01001111 6,250 5
-01001111 153,100 5
-01001111 1,675,000 5
-01001111 5.8125 5
-01001111 851,000 5
-01001111 31,500 5
-01001111 727,000 6
-01001111 87.375 6
-01001111 13,600 6
-01001111 1,205 6
-01001111 835,000 6
-01001111 79.25 6
-01001111 72.125 6
-01001111 478,000 6
-01001111 97,500 6
-01001111 4,150 6
-01001111 489,000 6
-01001111 4.035 6
-01001111 1,660 6
-01001111 1,275 6
-01001111 268,000 6
-01001111 1.50-a-share 6
-01001111 1,669,000 6
-01001111 1,930,000 6
-01001111 194,000 6
-01001111 1,044 6
-01001111 461,000 6
-01001111 933,000 6
-01001111 68.125 6
-01001111 11,600 6
-01001111 450.90 6
-01001111 433,000 6
-01001111 374,846 6
-01001111 109,576 6
-01001111 554,000 6
-01001111 151,000 6
-01001111 1,017 6
-01001111 518,000 6
-01001111 604,000 6
-01001111 1.6840 6
-01001111 92-a-share 6
-01001111 17.10 6
-01001111 924,000 6
-01001111 733,000 6
-01001111 722,000 6
-01001111 662,000 6
-01001111 22,400 6
-01001111 41,900 6
-01001111 34.90 6
-01001111 708,000 6
-01001111 612,000 6
-01001111 21,700 6
-01001111 2,170 6
-01001111 366,000 6
-01001111 7,750,000 6
-01001111 491,000 6
-01001111 1.225 6
-01001111 3.50-a-share 6
-01001111 886,000 6
-01001111 90.50 6
-01001111 288,000 6
-01001111 90.75 6
-01001111 61.625 6
-01001111 68.375 6
-01001111 453,000 6
-01001111 17.30 6
-01001111 74.84 6
-01001111 428,000 6
-01001111 832,000 6
-01001111 79.95 6
-01001111 1,099 6
-01001111 3,030 6
-01001111 452.70 6
-01001111 1,972,000 6
-01001111 20.50-a-share 6
-01001111 658,000 6
-01001111 1.6860 6
-01001111 1,042 6
-01001111 427,000 6
-01001111 457,000 6
-01001111 1,160,000 6
-01001111 437,000 6
-01001111 388,000 6
-01001111 50.375 6
-01001111 95.75 6
-01001111 859,000 6
-01001111 240-a-share 6
-01001111 21,800 6
-01001111 4,750,000 6
-01001111 50,500 6
-01001111 913,000 6
-01001111 703,000 6
-01001111 19.60 6
-01001111 474,000 6
-01001111 2,464,000 6
-01001111 30- 6
-01001111 1,666 6
-01001111 477,000 6
-01001111 584,000 6
-01001111 946,000 6
-01001111 6.50-a-share 6
-01001111 1,359,000 6
-01001111 73.75 6
-01001111 149,250 6
-01001111 457.80 6
-01001111 702,000 6
-01001111 1,115 6
-01001111 794,000 6
-01001111 1,495 6
-01001111 46.50-a-share 6
-01001111 61,500 6
-01001111 382,000 6
-01001111 43,500 6
-01001111 81.75 6
-01001111 2,030 6
-01001111 734,000 6
-01001111 277,000 6
-01001111 454.10 6
-01001111 6.25-a-share 6
-01001111 1,019 6
-01001111 673,000 6
-01001111 93.875 6
-01001111 58.625 6
-01001111 521,000 6
-01001111 777,000 6
-01001111 351,000 6
-01001111 50.50-a-share 6
-01001111 378,000 6
-01001111 413,000 6
-01001111 32.50-a-share 6
-01001111 806,000 6
-01001111 555,000 6
-01001111 32,400 6
-01001111 1,740,000 6
-01001111 493,000 6
-01001111 557,000 6
-01001111 60.125 6
-01001111 5,050 6
-01001111 79.75 6
-01001111 399,000 6
-01001111 421,000 6
-01001111 1,075,000 6
-01001111 406,000 6
-01001111 2,450,000 6
-01001111 19,800 6
-01001111 576,000 6
-01001111 20.70 6
-01001111 9,100 6
-01001111 944,000 6
-01001111 422,000 6
-01001111 35,800 6
-01001111 1,025,000 6
-01001111 36,500 6
-01001111 822,000 6
-01001111 74.125 6
-01001111 603,000 6
-01001111 90.27 6
-01001111 1.067 6
-01001111 1,400,000 6
-01001111 814,000 6
-01001111 799,000 6
-01001111 440.40 6
-01001111 951,000 6
-01001111 .08 6
-01001111 464,000 6
-01001111 1,195 6
-01001111 796,000 6
-01001111 1.6105 6
-01001111 1,320 6
-01001111 44,500 6
-01001111 502,000 6
-01001111 583,000 6
-01001111 661,000 6
-01001111 501,000 6
-01001111 149.50 6
-01001111 12,800 6
-01001111 932,000 6
-01001111 22,300 6
-01001111 1,330 6
-01001111 954,000 6
-01001111 71.375 6
-01001111 33,938 6
-01001111 458.40 6
-01001111 83.75 6
-01001111 2,010 6
-01001111 546,000 6
-01001111 27.25-a-share 6
-01001111 616,000 6
-01001111 1,430,000 6
-01001111 16.25-a-share 6
-01001111 1,375,000 6
-01001111 8.75-a-share 6
-01001111 711,000 6
-01001111 130-a-share 6
-01001111 785,000 6
-01001111 32.60 6
-01001111 5,250,000 6
-01001111 515,000 6
-01001111 12,200 6
-01001111 10-a-barrel 6
-01001111 2,347 6
-01001111 187,500 6
-01001111 57.625 6
-01001111 688,000 6
-01001111 4,850 6
-01001111 441,000 6
-01001111 286,000 7
-01001111 5,995 7
-01001111 45.77 7
-01001111 403,000 7
-01001111 65.50 7
-01001111 56.375 7
-01001111 85.50 7
-01001111 11,200 7
-01001111 747,000 7
-01001111 5,450 7
-01001111 467,000 7
-01001111 902,000 7
-01001111 63.125 7
-01001111 89.75 7
-01001111 941,000 7
-01001111 88.75 7
-01001111 67.25 7
-01001111 643,000 7
-01001111 19,300 7
-01001111 1,575 7
-01001111 2,120 7
-01001111 2,940 7
-01001111 451,000 7
-01001111 1,125,000 7
-01001111 20,000-a-year 7
-01001111 891,000 7
-01001111 1,480,000 7
-01001111 198,000 7
-01001111 772,000 7
-01001111 28,200 7
-01001111 38,500 7
-01001111 69.125 7
-01001111 23,600 7
-01001111 1,001 7
-01001111 23.16 7
-01001111 1,620,000 7
-01001111 1,225 7
-01001111 100,000-a-year 7
-01001111 512,000 7
-01001111 72.75 7
-01001111 160.24 7
-01001111 1,199 7
-01001111 25,500 7
-01001111 426,000 7
-01001111 538,000 7
-01001111 412,000 7
-01001111 666,000 7
-01001111 17.39 7
-01001111 23.50-a-share 7
-01001111 853,000 7
-01001111 423,000 7
-01001111 886.66 7
-01001111 15.25-a-share 7
-01001111 4,950 7
-01001111 1.6785 7
-01001111 438.70 7
-01001111 91.25 7
-01001111 79.50 7
-01001111 90.05 7
-01001111 407,000 7
-01001111 273,000 7
-01001111 97.50 7
-01001111 91.50 7
-01001111 60.10 7
-01001111 995,000 7
-01001111 15.50-a-share 7
-01001111 1,008 7
-01001111 526,000 7
-01001111 68.50-a-share 7
-01001111 26,500 7
-01001111 771.01 7
-01001111 1,077 7
-01001111 455,000 7
-01001111 536,000 7
-01001111 191,000 7
-01001111 534,000 7
-01001111 2,480 7
-01001111 31.50-a-share 7
-01001111 397,000 7
-01001111 6,750 7
-01001111 75.125 7
-01001111 683,000 7
-01001111 644,000 7
-01001111 398,000 7
-01001111 11,400 7
-01001111 69.625 7
-01001111 67.375 7
-01001111 1,235 7
-01001111 885,000 7
-01001111 59.375 7
-01001111 592,000 7
-01001111 1,530 7
-01001111 537,000 7
-01001111 31,900 7
-01001111 14,900 7
-01001111 361,000 7
-01001111 12,700 7
-01001111 352,000 7
-01001111 887,000 7
-01001111 101,250 7
-01001111 72.25 7
-01001111 233,000 7
-01001111 985,000 7
-01001111 424,000 7
-01001111 279,000 7
-01001111 71.25 7
-01001111 16.40 7
-01001111 377,000 7
-01001111 64.75 7
-01001111 74.25 7
-01001111 588,000 7
-01001111 98.30 7
-01001111 47.875 7
-01001111 206,000 7
-01001111 211,000 7
-01001111 57,500 7
-01001111 74,500 7
-01001111 14,300 7
-01001111 1,240 7
-01001111 991,000 7
-01001111 11,900 7
-01001111 269,000 7
-01001111 572,000 7
-01001111 556,000 7
-01001111 94,600 7
-01001111 664,000 7
-01001111 74.875 7
-01001111 61.125 7
-01001111 61.875 7
-01001111 322,000 7
-01001111 59.125 7
-01001111 472,000 7
-01001111 251,000 7
-01001111 668,000 7
-01001111 12,100 7
-01001111 569,000 7
-01001111 1,580,000 8
-01001111 713,000 8
-01001111 65.125 8
-01001111 59.25 8
-01001111 52,500 8
-01001111 241,000 8
-01001111 574,000 8
-01001111 357,000 8
-01001111 581,000 8
-01001111 243,000 8
-01001111 12.47 8
-01001111 1,075 8
-01001111 348,000 8
-01001111 66.25 8
-01001111 40,500 8
-01001111 141,000 8
-01001111 28,500 8
-01001111 12,900 8
-01001111 30,500 8
-01001111 76.75 8
-01001111 18.10 8
-01001111 712,000 8
-01001111 68.25 8
-01001111 816,000 8
-01001111 73.25 8
-01001111 846,000 8
-01001111 1,599 8
-01001111 952,000 8
-01001111 1.9375 8
-01001111 748,000 8
-01001111 297,000 8
-01001111 11.25-a-share 8
-01001111 602,000 8
-01001111 387,000 8
-01001111 60.625 8
-01001111 9,900 8
-01001111 9,700 8
-01001111 679,000 8
-01001111 65.875 8
-01001111 13,800 8
-01001111 98.50 8
-01001111 10,600 8
-01001111 14.50-a-share 8
-01001111 1,485 8
-01001111 402,000 8
-01001111 78-a-share 8
-01001111 87.75 8
-01001111 24,300 8
-01001111 83,500 8
-01001111 53.625 8
-01001111 940,000 8
-01001111 544,000 8
-01001111 58.125 8
-01001111 78.875 8
-01001111 6,250,000 8
-01001111 59.625 8
-01001111 1,025 8
-01001111 120-a-share 8
-01001111 1.8250 8
-01001111 522,000 8
-01001111 541,000 8
-01001111 86.80 8
-01001111 332,000 8
-01001111 677,000 8
-01001111 124,000 8
-01001111 42.375 8
-01001111 462,000 8
-01001111 528,000 8
-01001111 54,600 8
-01001111 793,000 8
-01001111 872,000 8
-01001111 564,000 8
-01001111 439,000 8
-01001111 26.50-a-share 8
-01001111 60.875 8
-01001111 18.40 8
-01001111 12,400 8
-01001111 718,000 8
-01001111 10,200 8
-01001111 62.875 8
-01001111 1.6170 8
-01001111 308,000 8
-01001111 246,000 8
-01001111 10,100 8
-01001111 46.375 8
-01001111 21.40 8
-01001111 744,000 8
-01001111 1,710 8
-01001111 63.625 8
-01001111 517,000 8
-01001111 628,000 8
-01001111 89.50-a-share 8
-01001111 199,000 8
-01001111 343,000 8
-01001111 14,100 8
-01001111 13,900 8
-01001111 53.375 8
-01001111 70.125 8
-01001111 492,000 8
-01001111 70.375 8
-01001111 997,000 8
-01001111 48.625 8
-01001111 52.35-a-share 8
-01001111 70.25 8
-01001111 7,100 8
-01001111 77.25 9
-01001111 1,510 9
-01001111 237,000 9
-01001111 197,000 9
-01001111 253,000 9
-01001111 9,800 9
-01001111 55.25 9
-01001111 847,000 9
-01001111 49.875 9
-01001111 284,000 9
-01001111 519,000 9
-01001111 813,000 9
-01001111 619,000 9
-01001111 4.50-a-share 9
-01001111 236,000 9
-01001111 271,000 9
-01001111 328,000 9
-01001111 1,399 9
-01001111 823,000 9
-01001111 695,000 9
-01001111 417,000 9
-01001111 19.70 9
-01001111 56.125 9
-01001111 173,000 9
-01001111 935,000 9
-01001111 258,000 9
-01001111 488,000 9
-01001111 127,500 9
-01001111 80.50 9
-01001111 77,400 9
-01001111 594,000 9
-01001111 14.25-a-share 9
-01001111 88.50 9
-01001111 965,000 9
-01001111 2,140 9
-01001111 2,560 9
-01001111 945,000 9
-01001111 289,000 9
-01001111 244,000 9
-01001111 17.14 9
-01001111 64.875 9
-01001111 456,000 9
-01001111 51.125 9
-01001111 667,000 9
-01001111 1,540 9
-01001111 411,000 9
-01001111 8,250 9
-01001111 134,000 9
-01001111 767,000 9
-01001111 749,000 9
-01001111 58.875 9
-01001111 781,000 9
-01001111 61.75 9
-01001111 4,995 9
-01001111 2,225,000 9
-01001111 414,000 9
-01001111 559,000 9
-01001111 54.625 9
-01001111 21.50-a-share 9
-01001111 634,000 9
-01001111 552,000 9
-01001111 12.90 9
-01001111 18.30 9
-01001111 60.375 9
-01001111 46-a-share 9
-01001111 18.64 9
-01001111 418,000 9
-01001111 848,000 9
-01001111 845,000 9
-01001111 548,000 9
-01001111 568,000 9
-01001111 57.875 9
-01001111 21,500 9
-01001111 8.25-a-share 9
-01001111 90.05-a-share 9
-01001111 52.35 9
-01001111 84.50 9
-01001111 1.8125 9
-01001111 313,000 9
-01001111 1.7745 9
-01001111 82.50 10
-01001111 1,995 10
-01001111 314,000 10
-01001111 354,000 10
-01001111 487,000 10
-01001111 3,750,000 10
-01001111 505,000 10
-01001111 89.95 10
-01001111 358,000 10
-01001111 72,500 10
-01001111 13.10 10
-01001111 105-a-share 10
-01001111 446,000 10
-01001111 56.625 10
-01001111 56.75 10
-01001111 372,000 10
-01001111 13,200 10
-01001111 40.50-a-share 10
-01001111 1,760 10
-01001111 55.125 10
-01001111 9,400 10
-01001111 87.25 10
-01001111 223,000 10
-01001111 925,000 10
-01001111 523,000 10
-01001111 55.75 10
-01001111 62.25 10
-01001111 10,700 10
-01001111 51.375 10
-01001111 39.125 10
-01001111 49.125 10
-01001111 296,000 10
-01001111 75.50 10
-01001111 968,000 10
-01001111 4,250,000 10
-01001111 10.50-a-share 10
-01001111 3,250 10
-01001111 1,125 10
-01001111 349,000 10
-01001111 177,000 10
-01001111 112.50 10
-01001111 83.50 10
-01001111 2,450 10
-01001111 1,000,000 10
-01001111 341,000 10
-01001111 890,000 10
-01001111 4-a-share 10
-01001111 9,300 10
-01001111 810,000 10
-01001111 19.80 10
-01001111 2,350 10
-01001111 127.50 10
-01001111 78.50 10
-01001111 975,000 10
-01001111 2.0625 10
-01001111 401,000 10
-01001111 2-a-share 10
-01001111 75.25 10
-01001111 38.125 10
-01001111 124.75 10
-01001111 710,000 10
-01001111 339,000 10
-01001111 874,000 10
-01001111 1400 10
-01001111 69-a-share 10
-01001111 193,000 10
-01001111 9,200 10
-01001111 815,000 10
-01001111 1,630 10
-01001111 5,250 10
-01001111 20,500 10
-01001111 513,000 10
-01001111 64.25 10
-01001111 18.65 10
-01001111 16.50-a-share 10
-01001111 344,000 10
-01001111 409,000 10
-01001111 454,000 10
-01001111 1.4375 10
-01001111 1,590 10
-01001111 93-a-share 10
-01001111 54.875 10
-01001111 904,000 10
-01001111 1,016 10
-01001111 1,480 10
-01001111 855,000 10
-01001111 312,000 10
-01001111 196,000 10
-01001111 90.25-a-share 10
-01001111 62.375 10
-01001111 204,000 10
-01001111 54.375 10
-01001111 69.25 10
-01001111 242,000 10
-01001111 432,000 10
-01001111 41,500 10
-01001111 436,000 10
-01001111 442,000 10
-01001111 76-a-share 10
-01001111 408,000 10
-01001111 2,280 10
-01001111 765,000 10
-01001111 66.75 10
-01001111 336,000 10
-01001111 743,000 10
-01001111 920,000 10
-01001111 545,000 10
-01001111 299,000 10
-01001111 63.75 10
-01001111 24,500 10
-01001111 15,500 10
-01001111 52.25 10
-01001111 22.50-a-share 10
-01001111 207,000 10
-01001111 112,500 10
-01001111 19.40 10
-01001111 23,500 11
-01001111 686,000 11
-01001111 6,995 11
-01001111 203,000 11
-01001111 735,000 11
-01001111 334,000 11
-01001111 46.625 11
-01001111 257,000 11
-01001111 329,000 11
-01001111 266,000 11
-01001111 212,000 11
-01001111 166,000 11
-01001111 1,695 11
-01001111 267,000 11
-01001111 18.05 11
-01001111 362,000 11
-01001111 69.75 11
-01001111 213,000 11
-01001111 1,875,000 11
-01001111 39.625 11
-01001111 74.75 11
-01001111 73-a-share 11
-01001111 1,640 11
-01001111 77,500 11
-01001111 340,783 11
-01001111 49.625 11
-01001111 371,000 11
-01001111 571,000 11
-01001111 381,000 11
-01001111 163,000 11
-01001111 61.25 11
-01001111 52.50-a-share 11
-01001111 61.375 11
-01001111 2,550,000 11
-01001111 613,000 11
-01001111 6,550 11
-01001111 1,030 11
-01001111 3,350 11
-01001111 50.125 11
-01001111 82,500 11
-01001111 980,000 11
-01001111 27,400 11
-01001111 47.125 11
-01001111 23-a-share 11
-01001111 261,000 11
-01001111 542,000 11
-01001111 617,000 11
-01001111 1.3125 11
-01001111 247,000 11
-01001111 218,000 11
-01001111 18,500 11
-01001111 795,000 11
-01001111 1-a-share 11
-01001111 62,500 11
-01001111 730,000 12
-01001111 101.50 12
-01001111 276,000 12
-01001111 1,960 12
-01001111 54-a-share 12
-01001111 910,000 12
-01001111 3,450 12
-01001111 63.25 12
-01001111 755,000 12
-01001111 1,050,000 12
-01001111 333,000 12
-01001111 149,000 12
-01001111 535,000 12
-01001111 129,000 12
-01001111 1,140 12
-01001111 1,950 12
-01001111 40.125 12
-01001111 549,000 12
-01001111 865,000 12
-01001111 805,000 12
-01001111 231,000 12
-01001111 298,000 12
-01001111 159,000 12
-01001111 51.625 12
-01001111 75.75 12
-01001111 740,000 12
-01001111 111,000 12
-01001111 58.375 12
-01001111 54.125 12
-01001111 171,000 12
-01001111 309,000 12
-01001111 217,000 12
-01001111 405,000 12
-01001111 3,150 12
-01001111 176,000 12
-01001111 157,000 12
-01001111 601,000 12
-01001111 52.75 12
-01001111 184,000 12
-01001111 416,000 12
-01001111 152,000 12
-01001111 25.50-a-share 12
-01001111 3,250,000 12
-01001111 239,000 12
-01001111 615,000 12
-01001111 384,000 12
-01001111 232,000 12
-01001111 645,000 12
-01001111 274,000 12
-01001111 1,430 12
-01001111 2,050 12
-01001111 1,040 12
-01001111 990,000 12
-01001111 71.75 12
-01001111 605,000 12
-01001111 359,000 12
-01001111 2-a-unit 12
-01001111 579,000 12
-01001111 52.375 12
-01001111 471,000 13
-01001111 7.50-a-share 13
-01001111 36.375 13
-01001111 485,000 13
-01001111 275-a-share 13
-01001111 178,000 13
-01001111 43.375 13
-01001111 9,999 13
-01001111 6,900 13
-01001111 42.125 13
-01001111 66.50 13
-01001111 39.375 13
-01001111 321,000 13
-01001111 256,000 13
-01001111 445,000 13
-01001111 64.50 13
-01001111 317,000 13
-01001111 49.95 13
-01001111 51-a-share 13
-01001111 319,000 13
-01001111 8,400 13
-01001111 293,000 13
-01001111 47.625 13
-01001111 41.625 13
-01001111 8,700 13
-01001111 665,000 13
-01001111 37.125 13
-01001111 48.875 13
-01001111 172,000 13
-01001111 133,000 13
-01001111 685,000 13
-01001111 50.875 13
-01001111 820,000 13
-01001111 495,000 13
-01001111 63.50 13
-01001111 181,000 13
-01001111 311,000 13
-01001111 85-a-share 13
-01001111 70.50 13
-01001111 187,000 13
-01001111 1,370 13
-01001111 162,000 13
-01001111 389,000 13
-01001111 7,400 13
-01001111 347,000 13
-01001111 395,000 13
-01001111 202,000 13
-01001111 7,300 13
-01001111 306,000 13
-01001111 1,680 13
-01001111 101,000 13
-01001111 24.60 14
-01001111 775,000 14
-01001111 860,000 14
-01001111 278,000 14
-01001111 760,000 14
-01001111 53-a-share 14
-01001111 55.375 14
-01001111 2,390 14
-01001111 356,000 14
-01001111 1200 14
-01001111 1.6875 14
-01001111 565,000 14
-01001111 363,000 14
-01001111 790,000 14
-01001111 327,000 14
-01001111 364,000 14
-01001111 60.25 14
-01001111 595,000 14
-01001111 57.75 14
-01001111 76.50 14
-01001111 307,000 14
-01001111 374,000 14
-01001111 404,000 14
-01001111 254,000 14
-01001111 40.875 14
-01001111 52.625 14
-01001111 1.0625 14
-01001111 1,440 14
-01001111 282,000 14
-01001111 182,000 14
-01001111 840,000 14
-01001111 391,000 14
-01001111 1,120 14
-01001111 216,000 14
-01001111 1,850,000 14
-01001111 164,000 14
-01001111 51.75 14
-01001111 1.8750 14
-01001111 1,830 14
-01001111 161,000 14
-01001111 51.875 14
-01001111 138,000 14
-01001111 100.25 14
-01001111 57.375 14
-01001111 189,000 14
-01001111 59.75 14
-01001111 331,000 14
-01001111 532,000 14
-01001111 43.625 14
-01001111 720,000 14
-01001111 86.50 14
-01001111 224,000 14
-01001111 252,000 15
-01001111 318,000 15
-01001111 715,000 15
-01001111 41.375 15
-01001111 40.375 15
-01001111 45.375 15
-01001111 137,000 15
-01001111 227,000 15
-01001111 39.875 15
-01001111 305,000 15
-01001111 52.875 15
-01001111 531,000 15
-01001111 38.875 15
-01001111 1,130 15
-01001111 44.125 15
-01001111 45.625 15
-01001111 122,000 15
-01001111 1,450,000 15
-01001111 367,000 15
-01001111 67.75 15
-01001111 635,000 15
-01001111 81,000 15
-01001111 48.75 15
-01001111 830,000 15
-01001111 61.32 15
-01001111 68-a-share 15
-01001111 8.50-a-share 15
-01001111 2,150 15
-01001111 69.50 15
-01001111 40.625 15
-01001111 154,000 15
-01001111 8,900 15
-01001111 1,280 15
-01001111 342,000 15
-01001111 3,850 15
-01001111 234,000 15
-01001111 135-a-share 15
-01001111 498,000 15
-01001111 291,000 15
-01001111 57.25 15
-01001111 5,100 15
-01001111 99,000 15
-01001111 272,000 16
-01001111 337,000 16
-01001111 201,000 16
-01001111 169,000 16
-01001111 153,000 16
-01001111 131,000 16
-01001111 53.875 16
-01001111 770,000 16
-01001111 490,000 16
-01001111 43.125 16
-01001111 620,000 16
-01001111 25.125 16
-01001111 48.375 16
-01001111 89.50 16
-01001111 33.125 16
-01001111 87.50 16
-01001111 47.75 16
-01001111 33.625 16
-01001111 77,000 16
-01001111 33.375 16
-01001111 238,000 16
-01001111 42,500 16
-01001111 29-a-share 16
-01001111 50.625 16
-01001111 19,500 16
-01001111 3-a-share 16
-01001111 208,000 16
-01001111 119,000 16
-01001111 188,000 16
-01001111 1,080 16
-01001111 121,000 16
-01001111 1.675 16
-01001111 29.875 16
-01001111 353,000 16
-01001111 71.50 16
-01001111 22,500 17
-01001111 38-a-share 17
-01001111 6,499 17
-01001111 192,000 17
-01001111 114,000 17
-01001111 44.375 17
-01001111 44.625 17
-01001111 32.875 17
-01001111 52.125 17
-01001111 34-a-share 17
-01001111 167,000 17
-01001111 148,000 17
-01001111 96,000 17
-01001111 174,000 17
-01001111 139,000 17
-01001111 47.375 17
-01001111 610,000 17
-01001111 168,000 17
-01001111 95-a-share 17
-01001111 109,000 17
-01001111 36.625 17
-01001111 37,500 17
-01001111 1,920 17
-01001111 89,000 17
-01001111 690,000 17
-01001111 58-a-share 17
-01001111 228,000 17
-01001111 6-a-share 17
-01001111 248,000 17
-01001111 214,000 17
-01001111 62.50-a-share 17
-01001111 54.75 17
-01001111 20.375 17
-01001111 97,000 17
-01001111 880,000 17
-01001111 50.75 17
-01001111 45.125 17
-01001111 1,550,000 17
-01001111 147,000 17
-01001111 99.95 17
-01001111 59,000 17
-01001111 7,900 17
-01001111 316,000 18
-01001111 8,100 18
-01001111 179,000 18
-01001111 32.375 18
-01001111 2,850 18
-01001111 35.625 18
-01001111 158,000 18
-01001111 8,300 18
-01001111 38.625 18
-01001111 58.50 18
-01001111 117,000 18
-01001111 40.25 18
-01001111 48.125 18
-01001111 33.875 18
-01001111 28.875 18
-01001111 294,000 18
-01001111 146,000 18
-01001111 61.50-a-share 18
-01001111 41.125 18
-01001111 465,000 18
-01001111 45.875 18
-01001111 6,700 18
-01001111 46.875 19
-01001111 27.50-a-share 19
-01001111 102,000 19
-01001111 86,000 19
-01001111 37.625 19
-01001111 92,000 19
-01001111 23.625 19
-01001111 249,000 19
-01001111 1,850 19
-01001111 50.25 19
-01001111 38.375 19
-01001111 448,000 19
-01001111 58.25 19
-01001111 53.25 19
-01001111 32.625 19
-01001111 66-a-share 19
-01001111 28.625 19
-01001111 300-a-share 19
-01001111 48-a-share 19
-01001111 60.50 19
-01001111 48.25 19
-01001111 156,000 19
-01001111 1,450 19
-01001111 67.50 19
-01001111 2,750,000 19
-01001111 13.50-a-share 19
-01001111 36.125 19
-01001111 56.50 19
-01001111 752,000 19
-01001111 1,550 19
-01001111 143,000 19
-01001111 144,000 19
-01001111 345,000 20
-01001111 60.75 20
-01001111 5-a-share 20
-01001111 32.125 20
-01001111 264,000 20
-01001111 780,000 20
-01001111 304,000 20
-01001111 67-a-share 20
-01001111 106,000 20
-01001111 283,000 20
-01001111 930,000 20
-01001111 287,000 20
-01001111 54.50 20
-01001111 31.375 20
-01001111 73.50 20
-01001111 5,900 20
-01001111 42.625 20
-01001111 9,600 20
-01001111 1,060 20
-01001111 91,000 20
-01001111 346,000 20
-01001111 77-a-share 20
-01001111 53.125 20
-01001111 35.375 20
-01001111 8,800 20
-01001111 570,000 20
-01001111 123,000 20
-01001111 7,800 20
-01001111 87,000 20
-01001111 69,000 20
-01001111 262,000 20
-01001111 3,750 20
-01001111 585,000 20
-01001111 209,000 20
-01001111 326,000 20
-01001111 520,000 20
-01001111 98,000 21
-01001111 36.875 21
-01001111 113,000 21
-01001111 58.75 21
-01001111 17.90 21
-01001111 44.875 21
-01001111 28.375 21
-01001111 126,000 21
-01001111 183,000 21
-01001111 825,000 21
-01001111 29.125 21
-01001111 44.50 21
-01001111 14,500 21
-01001111 42.875 21
-01001111 132,000 21
-01001111 1,650,000 21
-01001111 245,000 21
-01001111 27.125 21
-01001111 355,000 21
-01001111 56-a-share 21
-01001111 35.875 21
-01001111 30.375 21
-01001111 45.75 21
-01001111 118,000 22
-01001111 410,000 22
-01001111 219,000 22
-01001111 18.50-a-share 22
-01001111 31.625 22
-01001111 53.75 22
-01001111 112,000 22
-01001111 128,000 22
-01001111 335,000 22
-01001111 142,000 22
-01001111 49.75 22
-01001111 49.25 22
-01001111 39.95 22
-01001111 93,000 22
-01001111 61,000 22
-01001111 100-a-share 22
-01001111 136,000 22
-01001111 46.125 22
-01001111 630,000 22
-01001111 6,600 23
-01001111 590,000 23
-01001111 11-a-share 23
-01001111 34.375 23
-01001111 290,000 23
-01001111 71,000 23
-01001111 26.125 23
-01001111 323,000 23
-01001111 43.875 23
-01001111 12.50-a-share 23
-01001111 38.75 23
-01001111 435,000 23
-01001111 64-a-share 23
-01001111 11.50-a-share 23
-01001111 4,900 23
-01001111 74.50 23
-01001111 13-a-share 23
-01001111 59.50 23
-01001111 8,200 23
-01001111 1,150,000 23
-01001111 36-a-share 23
-01001111 2,250 23
-01001111 31.875 23
-01001111 32,500 24
-01001111 27.625 24
-01001111 61-a-share 24
-01001111 116,000 24
-01001111 110-a-share 24
-01001111 34.625 24
-01001111 44.25 24
-01001111 205,000 24
-01001111 67,000 24
-01001111 92.50 24
-01001111 76,000 24
-01001111 30.875 24
-01001111 68.50 24
-01001111 265,000 24
-01001111 43-a-share 24
-01001111 235,000 24
-01001111 42.75 24
-01001111 37.375 24
-01001111 27.375 24
-01001111 510,000 25
-01001111 670,000 25
-01001111 38.25 25
-01001111 7,700 25
-01001111 27-a-share 25
-01001111 25.375 25
-01001111 365,000 25
-01001111 21.375 25
-01001111 24.875 25
-01001111 20.875 25
-01001111 55.50 25
-01001111 18-a-share 25
-01001111 660,000 25
-01001111 22.125 25
-01001111 41.25 25
-01001111 73,000 26
-01001111 107,000 26
-01001111 16,500 26
-01001111 285,000 26
-01001111 127,000 26
-01001111 26.625 26
-01001111 18.125 26
-01001111 415,000 26
-01001111 475,000 26
-01001111 9-a-share 26
-01001111 1,650 26
-01001111 640,000 26
-01001111 17,500 26
-01001111 21-a-share 26
-01001111 5,600 26
-01001111 460,000 26
-01001111 22.625 26
-01001111 21.125 26
-01001111 88,000 27
-01001111 54.25 27
-01001111 27,500 27
-01001111 34.125 27
-01001111 17.50-a-share 27
-01001111 37.875 27
-01001111 72.50 27
-01001111 94,000 27
-01001111 24.125 27
-01001111 11,500 27
-01001111 78,000 27
-01001111 19.125 28
-01001111 37-a-share 28
-01001111 31.125 28
-01001111 39.25 28
-01001111 27.875 28
-01001111 23.875 28
-01001111 53.50 28
-01001111 84,000 28
-01001111 103,000 28
-01001111 22.875 28
-01001111 3,900 28
-01001111 47.25 28
-01001111 4,700 28
-01001111 83,000 28
-01001111 37.75 28
-01001111 30.625 28
-01001111 46.25 28
-01001111 29.375 28
-01001111 6,800 28
-01001111 5,700 28
-01001111 1,150 29
-01001111 17.125 29
-01001111 19-a-share 29
-01001111 875,000 29
-01001111 35.125 29
-01001111 74-a-share 29
-01001111 37.25 29
-01001111 6,400 29
-01001111 82,000 29
-01001111 51.50 29
-01001111 23.375 29
-01001111 470,000 29
-01001111 34.875 30
-01001111 26.875 30
-01001111 29.625 30
-01001111 40.75 30
-01001111 960,000 30
-01001111 7,600 30
-01001111 74,000 30
-01001111 32.75 30
-01001111 1,350 30
-01001111 24.375 30
-01001111 26.375 30
-01001111 385,000 30
-01001111 19.875 30
-01001111 530,000 30
-01001111 1,350,000 30
-01001111 28.125 31
-01001111 36.75 31
-01001111 25.875 31
-01001111 30.125 31
-01001111 5,300 31
-01001111 19.625 31
-01001111 18.625 31
-01001111 580,000 31
-01001111 45.25 31
-01001111 57.50 31
-01001111 49,000 31
-01001111 22.375 31
-01001111 315,000 31
-01001111 25.625 31
-01001111 295,000 31
-01001111 2,250,000 31
-01001111 215,000 31
-01001111 6,200 31
-01001111 20.125 32
-01001111 4,100 32
-01001111 50.50 32
-01001111 23.125 32
-01001111 10,500 32
-01001111 39.50 32
-01001111 79,000 32
-01001111 66,000 32
-01001111 68,000 32
-01001111 6,300 32
-01001111 24.625 32
-01001111 33.25 32
-01001111 63,000 32
-01001111 89,500 32
-01001111 42.25 32
-01001111 390,000 32
-01001111 185,000 32
-01001111 90-a-share 32
-01001111 560,000 33
-01001111 39.75 33
-01001111 680,000 33
-01001111 34.50 33
-01001111 13.875 33
-01001111 105,000 33
-01001111 255,000 33
-01001111 9,500 33
-01001111 104,000 33
-01001111 480,000 33
-01001111 52-a-share 33
-01001111 16-a-share 33
-01001111 5,800 33
-01001111 24-a-share 33
-01001111 55-a-share 34
-01001111 540,000 34
-01001111 575,000 34
-01001111 49.50 34
-01001111 36.25 34
-01001111 430,000 34
-01001111 44.75 34
-01001111 6,100 34
-01001111 16.375 35
-01001111 3.00 35
-01001111 33.75 35
-01001111 41.75 35
-01001111 108,000 35
-01001111 725,000 35
-01001111 21.875 35
-01001111 43.50 35
-01001111 195,000 35
-01001111 26-a-share 35
-01001111 43.25 35
-01001111 17.375 36
-01001111 41.50 36
-01001111 58,000 37
-01001111 61.50 37
-01001111 1,050 37
-01001111 1,950,000 37
-01001111 19.375 37
-01001111 15.375 37
-01001111 52.50 37
-01001111 420,000 37
-01001111 62.50 38
-01001111 17.625 38
-01001111 7,200 38
-01001111 28.25 38
-01001111 46.75 38
-01001111 1,750 38
-01001111 13,500 38
-01001111 35.75 38
-01001111 14.125 39
-01001111 45.50 39
-01001111 370,000 39
-01001111 145,000 39
-01001111 20.625 39
-01001111 18-a-barrel 39
-01001111 46.50 40
-01001111 16.625 40
-01001111 13.625 40
-01001111 42.50 40
-01001111 56,000 40
-01001111 14-a-share 40
-01001111 32-a-share 41
-01001111 11.375 41
-01001111 8-a-share 41
-01001111 22-a-share 42
-01001111 72,000 42
-01001111 13.375 42
-01001111 51,000 42
-01001111 3,100 42
-01001111 44-a-share 43
-01001111 14.625 43
-01001111 5,400 43
-01001111 440,000 43
-01001111 95,000 43
-01001111 11.625 43
-01001111 35-a-share 43
-01001111 5,200 43
-01001111 18.375 43
-01001111 41-a-share 43
-01001111 380,000 44
-01001111 15-a-share 44
-01001111 38.50 44
-01001111 12.375 44
-01001111 34.75 44
-01001111 53,000 44
-01001111 16.875 45
-01001111 17.875 45
-01001111 18.875 45
-01001111 57,000 45
-01001111 4,400 45
-01001111 21.625 45
-01001111 52,000 45
-01001111 17-a-share 46
-01001111 30.25 46
-01001111 80-a-share 46
-01001111 31-a-share 46
-01001111 15.125 46
-01001111 72-a-share 47
-01001111 13.125 47
-01001111 4,600 47
-01001111 31.75 47
-01001111 33-a-share 47
-01001111 42-a-share 47
-01001111 15.625 47
-01001111 4,300 47
-01001111 41,000 47
-01001111 4,200 47
-01001111 40.50 47
-01001111 7-a-share 48
-01001111 16.125 48
-01001111 25.75 48
-01001111 4,800 48
-01001111 25-a-share 48
-01001111 33.50 48
-01001111 28.75 48
-01001111 28-a-share 48
-01001111 39,000 49
-01001111 62,000 49
-01001111 425,000 49
-01001111 30.75 49
-01001111 47.50 49
-01001111 310,000 49
-01001111 35.50 49
-01001111 3.70 50
-01001111 36.50 50
-01001111 21.75 50
-01001111 23.75 50
-01001111 35.25 51
-01001111 6.125 51
-01001111 950,000 51
-01001111 675,000 51
-01001111 32.25 51
-01001111 280,000 51
-01001111 14.875 52
-01001111 12.875 52
-01001111 320,000 52
-01001111 54,000 52
-01001111 75-a-share 52
-01001111 270,000 53
-01001111 12.625 53
-01001111 34.25 53
-01001111 155,000 53
-01001111 48.50 54
-01001111 3,700 54
-01001111 9.625 54
-01001111 325,000 54
-01001111 64,000 54
-01001111 27.75 54
-01001111 10.625 54
-01001111 38,000 54
-01001111 12,500 55
-01001111 525,000 55
-01001111 330,000 56
-01001111 1,750,000 56
-01001111 3,800 56
-01001111 70-a-share 56
-01001111 2,900 57
-01001111 47-a-share 57
-01001111 34,000 57
-01001111 31.50 57
-01001111 24.75 57
-01001111 3,400 57
-01001111 10.875 57
-01001111 12.125 58
-01001111 46,000 59
-01001111 29.75 59
-01001111 22.75 59
-01001111 44,000 59
-01001111 26.75 59
-01001111 8,500 59
-01001111 625,000 60
-01001111 15.875 60
-01001111 165,000 60
-01001111 20.75 60
-01001111 29.25 60
-01001111 22.25 61
-01001111 210,000 61
-01001111 29,000 61
-01001111 31,000 62
-01001111 43,000 62
-01001111 4.375 62
-01001111 135,000 62
-01001111 3,600 62
-01001111 25.25 62
-01001111 47,000 63
-01001111 1,250 64
-01001111 10-a-share 64
-01001111 19.75 64
-01001111 5.375 64
-01001111 275,000 64
-01001111 27.25 64
-01001111 65-a-share 64
-01001111 20.25 65
-01001111 10.125 65
-01001111 42,000 65
-01001111 260,000 65
-01001111 63-a-share 66
-01001111 14.375 66
-01001111 33,000 66
-01001111 29.50 66
-01001111 30.50 67
-01001111 37,000 67
-01001111 12-a-share 67
-01001111 11.875 69
-01001111 21.25 69
-01001111 360,000 72
-01001111 5.625 72
-01001111 340,000 72
-01001111 4.125 73
-01001111 190,000 73
-01001111 26.25 73
-01001111 5.125 73
-01001111 375,000 74
-01001111 6.375 74
-01001111 24.50 74
-01001111 4.625 74
-01001111 220,000 75
-01001111 5.875 75
-01001111 170,000 75
-01001111 28.50 76
-01001111 40-a-share 77
-01001111 37.50 77
-01001111 230,000 78
-01001111 25.50 78
-01001111 18.25 78
-01001111 30-a-share 81
-01001111 23.50 81
-01001111 2,600 82
-01001111 240,000 82
-01001111 32.50 82
-01001111 17.75 83
-01001111 19.25 84
-01001111 85,000 85
-01001111 45-a-share 86
-01001111 3,300 87
-01001111 1,250,000 87
-01001111 20-a-share 87
-01001111 19,000 88
-01001111 3.625 89
-01001111 50-a-share 91
-01001111 21,000 92
-01001111 48,000 92
-01001111 16.75 93
-01001111 20.50 93
-01001111 32,000 94
-01001111 115,000 96
-01001111 225,000 97
-01001111 27,000 97
-01001111 27.50 97
-01001111 36,000 98
-01001111 26,000 98
-01001111 19.50 99
-01001111 3.875 99
-01001111 21.50 100
-01001111 175,000 100
-01001111 2,400 101
-01001111 850,000 101
-01001111 17.25 102
-01001111 3.125 102
-01001111 2,700 104
-01001111 140,000 104
-01001111 2,300 105
-01001111 1,900 105
-01001111 28,000 107
-01001111 1000 108
-01001111 5,500 108
-01001111 2,100 110
-01001111 6,500 110
-01001111 110,000 113
-01001111 3,200 115
-01001111 26.50 116
-01001111 2.875 116
-01001111 160,000 118
-01001111 7,500 119
-01001111 2.625 123
-01001111 23,000 125
-01001111 65,000 126
-01001111 22.50 128
-01001111 2.10 129
-01001111 15.50 130
-01001111 130,000 131
-01001111 2,800 131
-01001111 24,000 136
-01001111 180,000 138
-01001111 22,000 143
-01001111 650,000 143
-01001111 55,000 147
-01001111 2,200 149
-01001111 550,000 150
-01001111 16.50 151
-01001111 17,000 155
-01001111 2.375 156
-01001111 14.50 160
-01001111 11.50 161
-01001111 1,700 167
-01001111 4,500 168
-01001111 18.50 171
-01001111 13,000 176
-01001111 2.125 180
-01001111 1.40 185
-01001111 125,000 191
-01001111 450,000 192
-01001111 60-a-share 194
-01001111 1,800 194
-01001111 17.50 196
-01001111 45,000 198
-01001111 1.875 201
-01001111 1.90 202
-01001111 1.70 203
-01001111 3,500 203
-01001111 14,000 204
-01001111 1,100 204
-01001111 1,600 206
-01001111 18,000 206
-01001111 120,000 207
-01001111 1,400 210
-01001111 16,000 212
-01001111 10.50 212
-01001111 90,000 214
-01001111 5.50 216
-01001111 1.60 228
-01001111 1.80 229
-01001111 9,000 231
-01001111 11,000 236
-01001111 1,300 247
-01001111 12.50 247
-01001111 1.625 254
-01001111 900,000 264
-01001111 35,000 267
-01001111 350,000 268
-01001111 1.20 280
-01001111 80,000 281
-01001111 70,000 281
-01001111 4.50 285
-01001111 75,000 315
-01001111 1.375 331
-01001111 3.50 344
-01001111 7,000 373
-01001111 12,000 379
-01001111 8,000 380
-01001111 1.125 387
-01001111 750,000 387
-01001111 700,000 397
-01001111 800,000 404
-01001111 60,000 465
-01001111 1,200 474
-01001111 6,000 490
-01001111 2,500 497
-01001111 600,000 567
-01001111 150,000 577
-01001111 2.50 600
-01001111 15,000 642
-01001111 40,000 666
-01001111 4,000 668
-01001111 400,000 679
-01001111 1,500 682
-01001111 25,000 702
-01001111 1.50 752
-01001111 30,000 754
-01001111 250,000 812
-01001111 300,000 896
-01001111 3,000 946
-01001111 20,000 989
-01001111 200,000 1118
-01001111 50,000 1320
-01001111 2,000 1364
-01001111 5,000 1375
-01001111 500,000 1486
-01001111 10,000 2146
-01001111 1,000 3632
-01001111 100,000 2353
-01010000000 6,863,863 1
-01010000000 mistranslated 1
-01010000000 3,839,039 1
-01010000000 9,616,584 1
-01010000000 14,302,517 1
-01010000000 9,327,601 1
-01010000000 1,164,000 1
-01010000000 147,200 1
-01010000000 overeaten 1
-01010000000 58,649,744 1
-01010000000 jerrybuilt 1
-01010000000 bossing 1
-01010000000 541,617 1
-01010000000 5,011,166 1
-01010000000 17,038,415 1
-01010000000 3,582 1
-01010000000 43,600,000 1
-01010000000 3,054,044 1
-01010000000 6,294,912 1
-01010000000 re-insert 1
-01010000000 14,078,066 1
-01010000000 7,682,127 1
-01010000000 9,480,380 1
-01010000000 out-traded 1
-01010000000 1,835,250 1
-01010000000 7,606,465 1
-01010000000 cigarette-caused 1
-01010000000 77,099 1
-01010000000 2,193,102 1
-01010000000 2,227,846 1
-01010000000 9,119,889 1
-01010000000 10,269,000 1
-01010000000 Chinese-Malay 1
-01010000000 2,808,404 1
-01010000000 1,691 1
-01010000000 10,751,300 1
-01010000000 outbranched 1
-01010000000 7,963,000 1
-01010000000 4,436,000 1
-01010000000 4,791,073 1
-01010000000 reembrace 1
-01010000000 7,169,648 1
-01010000000 7,557,670 1
-01010000000 faired 1
-01010000000 err/ 1
-01010000000 379,628 1
-01010000000 11,868,148 1
-01010000000 1,976,000 1
-01010000000 5,450,000 1
-01010000000 4,552,693 1
-01010000000 spoilt 1
-01010000000 4,074 1
-01010000000 misspecified 1
-01010000000 redominated 1
-01010000000 5,776,500 1
-01010000000 10,312,234 1
-01010000000 droppped 1
-01010000000 strenghened 1
-01010000000 9,310,603 1
-01010000000 1,785,867 1
-01010000000 48,950 1
-01010000000 warrent 1
-01010000000 5,225,000 1
-01010000000 2,052,970 1
-01010000000 detoothed 1
-01010000000 self-initiate 1
-01010000000 7,178,808 1
-01010000000 3,624,266 1
-01010000000 9,960,033 1
-01010000000 citied 1
-01010000000 1,949 1
-01010000000 11,842,694 1
-01010000000 well-fitted 1
-01010000000 13,053,000 1
-01010000000 1,895,650 1
-01010000000 2,128,000 1
-01010000000 underperfomed 1
-01010000000 19,043,380 1
-01010000000 harrass 1
-01010000000 overpromoted 1
-01010000000 566,100 1
-01010000000 unbundled 1
-01010000000 Kremlinized 1
-01010000000 26,810,911 1
-01010000000 jaw-boned 1
-01010000000 2,702,248 1
-01010000000 14,432,000 1
-01010000000 4,056 1
-01010000000 advocated/predicted 1
-01010000000 caulked 1
-01010000000 labelled 1
-01010000000 18,829,530 1
-01010000000 8,719 1
-01010000000 outsubsidized 1
-01010000000 quick-fired 1
-01010000000 burn-related 1
-01010000000 ex-housing 1
-01010000000 549,917 1
-01010000000 71,255,000 1
-01010000000 13,134,000 1
-01010000000 1,992 2
-01010000000 trespassed 2
-01010000000 flailed 2
-01010000000 61,400 3
-01010000000 become 11573
-01010000000 undergone 131
-010100000010 reburbish 1
-010100000010 MCA-machine 1
-010100000010 out-of-the-ghetto 1
-010100000010 PowerJet 1
-010100000010 Reagan-cabinet 1
-010100000010 787,800 1
-010100000010 asume 1
-010100000010 daily-item 1
-010100000010 noshes 1
-010100000010 aspirate 1
-010100000010 Southern-based 1
-010100000010 faculty-sponsored 1
-010100000010 Caliph 1
-010100000010 called-for 1
-010100000010 unring 1
-010100000010 Ozal-was-shot-for-defending-the-Greeks 1
-010100000010 thwack 1
-010100000010 stengthen 2
-010100000010 appall 2
-010100000010 Stifle 2
-010100000010 befit 2
-010100000010 business-sponsored 2
-010100000010 prefigure 2
-010100000010 obstructs 2
-010100000010 antagonizes 2
-010100000010 recieve 2
-010100000010 refloated 2
-010100000010 pre-date 5
-010100000010 denote 8
-010100000010 predate 8
-010100000010 bespeak 8
-010100000010 brandish 9
-010100000010 hearten 9
-010100000010 secrete 10
-010100000010 typify 11
-010100000010 epitomize 11
-010100000010 outsell 15
-010100000010 obligate 18
-010100000010 adorn 19
-010100000010 underlie 25
-010100000010 exemplify 26
-010100000010 transcend 27
-010100000010 afflict 42
-010100000010 foreshadow 44
-010100000010 precede 47
-010100000010 presage 50
-010100000010 encompass 53
-010100000010 depict 77
-010100000010 portend 83
-010100000010 outnumber 99
-010100000010 comprise 133
-010100000010 outweigh 139
-010100000010 resemble 221
-010100000010 exclude 352
-010100000010 constitute 454
-010100000010 contain 907
-010100000010 involve 1395
-010100000010 represent 2324
-010100000010 include 8935
-010100000010 reflect 2946
-010100000011 re-inspect 1
-010100000011 outstay 1
-010100000011 overfish 1
-010100000011 cremate 1
-010100000011 inititate 1
-010100000011 misguide 1
-010100000011 sanctifying 1
-010100000011 more-significant 1
-010100000011 --for 1
-010100000011 bow-hunt 1
-010100000011 outbox 1
-010100000011 non-Brazilian 1
-010100000011 overcentralize 1
-010100000011 alway 1
-010100000011 whiffing 1
-010100000011 out-give 1
-010100000011 retitle 1
-010100000011 discomfit 1
-010100000011 relight 1
-010100000011 re-acquire 1
-010100000011 fulfull 1
-010100000011 asssume 1
-010100000011 apprises 1
-010100000011 revalidate 1
-010100000011 guest-starring 1
-010100000011 adduce 1
-010100000011 re-affirms 1
-010100000011 excecute 1
-010100000011 addresssing 1
-010100000011 memorialize 2
-010100000011 overstimulate 2
-010100000011 embitter 2
-010100000011 double-deck 2
-010100000011 comanage 2
-010100000011 bureaucratize 2
-010100000011 Widen 2
-010100000011 re-educate 3
-010100000011 spot-check 3
-010100000011 resolicit 4
-010100000011 titillate 4
-010100000011 mystify 4
-010100000011 impel 4
-010100000011 ensnare 4
-010100000011 stigmatize 5
-010100000011 suffocate 5
-010100000011 abridge 5
-010100000011 shadowing 5
-010100000011 daunt 5
-010100000011 proscribe 6
-010100000011 shackle 6
-010100000011 vex 7
-010100000011 bedevil 7
-010100000011 fascinate 8
-010100000011 undervalue 8
-010100000011 befall 9
-010100000011 roil 9
-010100000011 co-manage 10
-010100000011 shortchange 10
-010100000011 contravene 10
-010100000011 glorify 10
-010100000011 disenfranchise 11
-010100000011 rile 11
-010100000011 embolden 12
-010100000011 renationalize 12
-010100000011 handcuff 14
-010100000011 relegate 14
-010100000011 pollute 14
-010100000011 outshine 16
-010100000011 infuriate 18
-010100000011 confound 20
-010100000011 pervade 21
-010100000011 strangle 21
-010100000011 reassume 22
-010100000011 necessitate 23
-010100000011 negate 23
-010100000011 preempt 24
-010100000011 signify 27
-010100000011 skew 29
-010100000011 devastate 30
-010100000011 supersede 30
-010100000011 imperil 31
-010100000011 condone 35
-010100000011 empower 43
-010100000011 tempt 53
-010100000011 disappoint 53
-010100000011 overwhelm 67
-010100000011 pre-empt 78
-010100000011 entail 95
-010100000011 distort 96
-010100000011 cripple 98
-010100000011 impair 101
-010100000011 forbid 108
-010100000011 penalize 119
-010100000011 inhibit 120
-010100000011 exacerbate 122
-010100000011 endanger 126
-010100000011 hinder 134
-010100000011 hamper 157
-010100000011 impede 167
-010100000011 preclude 167
-010100000011 entitle 210
-010100000011 jeopardize 228
-010100000011 invite 257
-010100000011 urge 521
-010100000011 prohibit 536
-010100000011 discourage 649
-010100000011 prompt 683
-010100000011 violate 721
-010100000011 enable 1151
-010100000011 permit 1462
-010100000011 encourage 1536
-010100000011 assume 1634
-010100000011 affect 2285
-010100000011 mean 3130
-010100000011 allow 5771
-010100000011 require 4422
-0101000001000 high-fived 1
-0101000001000 arent 1
-0101000001000 high-salaried 1
-0101000001000 swaddle 1
-0101000001000 out-busy 1
-0101000001000 32,449 1
-0101000001000 high-tax-bracket 1
-0101000001000 over-commit 1
-0101000001000 overexpose 1
-0101000001000 nonfarmer 1
-0101000001000 heckle 1
-0101000001000 perturb 1
-0101000001000 prime-plus 1
-0101000001000 flagellated 1
-0101000001000 scuffing 1
-0101000001000 undesiring 1
-0101000001000 addling 1
-0101000001000 no-strings 1
-0101000001000 outshout 1
-0101000001000 re-educating 1
-0101000001000 non-Finnish 1
-0101000001000 unmix 1
-0101000001000 out-yell 1
-0101000001000 saddens 1
-0101000001000 razz 1
-0101000001000 arraying 1
-0101000001000 harrassed 1
-0101000001000 for/with/to 1
-0101000001000 compell 1
-0101000001000 air-freighted 1
-0101000001000 bad-rapping 1
-0101000001000 bumiputra 1
-0101000001000 non-Mafia 1
-0101000001000 red-flags 1
-0101000001000 goldstock 1
-0101000001000 electonically 1
-0101000001000 re-propose 1
-0101000001000 sadden 1
-0101000001000 reimplanted 1
-0101000001000 remold 2
-0101000001000 Shenzen 2
-0101000001000 waylay 2
-0101000001000 disconcert 2
-0101000001000 recoated 2
-0101000001000 Margarite 2
-0101000001000 enumerate 2
-0101000001000 astonish 2
-0101000001000 outpolitic 2
-0101000001000 complimenting 2
-0101000001000 spank 2
-0101000001000 enmesh 2
-0101000001000 outwork 2
-0101000001000 convenience-minded 2
-0101000001000 obsess 2
-0101000001000 hoodwink 2
-0101000001000 unshackle 2
-0101000001000 apprise 2
-0101000001000 dehumanize 2
-0101000001000 out-compete 2
-0101000001000 anesthetize 3
-0101000001000 regale 3
-0101000001000 squish 3
-0101000001000 circumscribe 3
-0101000001000 predispose 3
-0101000001000 disabuse 3
-0101000001000 debrief 3
-0101000001000 situate 3
-0101000001000 one-up 3
-0101000001000 squirreling 4
-0101000001000 shoo 4
-0101000001000 astound 4
-0101000001000 excoriate 5
-0101000001000 smite 5
-0101000001000 terrify 5
-0101000001000 pester 5
-0101000001000 disown 5
-0101000001000 crucify 6
-0101000001000 re-elect 6
-0101000001000 begrudge 7
-0101000001000 persecute 7
-0101000001000 detach 7
-0101000001000 accost 7
-0101000001000 tabulate 8
-0101000001000 debase 8
-0101000001000 divvy 8
-0101000001000 abet 8
-0101000001000 freshen 10
-0101000001000 pummel 10
-0101000001000 endear 13
-0101000001000 dub 14
-0101000001000 consign 14
-0101000001000 liven 14
-0101000001000 seduce 15
-0101000001000 outlive 18
-0101000001000 annoy 19
-0101000001000 disparage 19
-0101000001000 devour 24
-0101000001000 bless 24
-0101000001000 catapult 26
-0101000001000 implicate 29
-0101000001000 summon 47
-0101000001000 distract 51
-0101000001000 lighten 57
-0101000001000 soak 59
-0101000001000 surround 62
-0101000001000 greet 74
-0101000001000 rob 76
-0101000001000 frighten 77
-0101000001000 deprive 107
-0101000001000 compel 160
-0101000001000 accuse 212
-0101000001000 remind 250
-0101000001000 lend 973
-0101000001000 pick 1493
-0101000001000 let 3989
-0101000001000 give 10621
-0101000001001 Reliance-associated 1
-0101000001001 vacation-sensitive 1
-0101000001001 recyle 1
-0101000001001 synopsize 1
-0101000001001 ingore 1
-0101000001001 SmithKline-making 1
-0101000001001 re-raise 1
-0101000001001 41,979 1
-0101000001001 47,443 1
-0101000001001 interlink 1
-0101000001001 3,655 1
-0101000001001 ENJOY 1
-0101000001001 out-service 1
-0101000001001 more-remote 1
-0101000001001 incourage 1
-0101000001001 enflame 1
-0101000001001 schmoozed 1
-0101000001001 rerelease 1
-0101000001001 franker 1
-0101000001001 price/quality 1
-0101000001001 83,340 1
-0101000001001 lower-asset 1
-0101000001001 more-visceral 1
-0101000001001 protray 1
-0101000001001 768,318 1
-0101000001001 696,192 1
-0101000001001 unrequest 1
-0101000001001 gold-standard 1
-0101000001001 conflictive 1
-0101000001001 prettify 1
-0101000001001 unmerciful 1
-0101000001001 outstrategize 1
-0101000001001 fire-and-brimstone 1
-0101000001001 dogrant 1
-0101000001001 regurgitate 1
-0101000001001 thriftless 1
-0101000001001 finance-driven 1
-0101000001001 sear 1
-0101000001001 more-popular 1
-0101000001001 flay 1
-0101000001001 strenthen 1
-0101000001001 forcefeed 1
-0101000001001 20.46 1
-0101000001001 equilibrate 1
-0101000001001 non-university 1
-0101000001001 CNB. 1
-0101000001001 over-price 1
-0101000001001 dimiss 1
-0101000001001 969,091 1
-0101000001001 underdo 1
-0101000001001 pre-emptory 1
-0101000001001 long-stagnant 1
-0101000001001 nursingcare 1
-0101000001001 full-board 1
-0101000001001 official-priced 1
-0101000001001 non-maritime 1
-0101000001001 overinterpret 2
-0101000001001 reattach 2
-0101000001001 repave 2
-0101000001001 divebomb 2
-0101000001001 7,540 2
-0101000001001 high-tail 2
-0101000001001 mechanize 2
-0101000001001 serialize 2
-0101000001001 hand-deliver 2
-0101000001001 annotate 2
-0101000001001 rephrase 2
-0101000001001 unhinge 2
-0101000001001 incapacitate 2
-0101000001001 disinvite 2
-0101000001001 recirculate 3
-0101000001001 dislose 3
-0101000001001 subjugate 3
-0101000001001 test-fire 3
-0101000001001 re-direct 3
-0101000001001 christen 3
-0101000001001 cadge 3
-0101000001001 discombobulate 3
-0101000001001 botch 4
-0101000001001 imbue 4
-0101000001001 encrypt 4
-0101000001001 encapsulate 4
-0101000001001 decriminalize 4
-0101000001001 unwrap 5
-0101000001001 pooh-pooh 5
-0101000001001 force-feed 5
-0101000001001 repulse 5
-0101000001001 dehydrate 5
-0101000001001 crumple 6
-0101000001001 pulverize 6
-0101000001001 muffle 7
-0101000001001 baffle 7
-0101000001001 reroute 9
-0101000001001 cheapen 11
-0101000001001 ruffle 12
-0101000001001 obliterate 13
-0101000001001 nab 13
-0101000001001 contaminate 16
-0101000001001 etch 17
-0101000001001 stymie 34
-0101000001001 elude 48
-0101000001001 elicit 53
-0101000001001 furnish 82
-0101000001001 deflect 103
-0101000001001 accompany 124
-0101000001001 prescribe 124
-0101000001001 render 152
-0101000001001 deter 393
-0101000001001 make 26950
-0101000001001 prevent 2834
-0101000001010 families/you 1
-0101000001010 100-times 1
-0101000001010 shivered 1
-0101000001010 tip-toe 1
-0101000001010 veg 1
-0101000001010 deputize 2
-0101000001010 roust 2
-0101000001010 foot-drag 2
-0101000001010 expiate 2
-0101000001010 reconvert 2
-0101000001010 prance 2
-0101000001010 misinform 2
-0101000001010 chickened 2
-0101000001010 fondle 3
-0101000001010 slink 3
-0101000001010 blurt 5
-0101000001010 peter 6
-0101000001010 bulldoze 6
-0101000001010 mete 6
-0101000001010 leach 7
-0101000001010 wriggle 7
-0101000001010 chug 8
-0101000001010 flail 9
-0101000001010 whisk 10
-0101000001010 radiate 10
-0101000001010 winnow 10
-0101000001010 thrash 17
-0101000001010 spew 20
-0101000001010 lug 23
-0101000001010 ferret 27
-0101000001010 drown 28
-0101000001010 eke 31
-0101000001010 flatten 33
-0101000001010 pry 36
-0101000001010 don 38
-0101000001010 churn 43
-0101000001010 straighten 49
-0101000001010 unleash 87
-0101000001010 carve 97
-0101000001010 pour 176
-0101000001010 wipe 248
-0101000001010 translate 283
-0101000001010 throw 679
-0101000001010 pull 1050
-0101000001010 get 20821
-0101000001010 carry 2721
-0101000001011 reward-based 1
-0101000001011 ESCALATES 1
-0101000001011 railpolitik 1
-0101000001011 more-desperate 1
-0101000001011 hurdy-gurdy 1
-0101000001011 ciphers 1
-0101000001011 suports 1
-0101000001011 conveythat 1
-0101000001011 contraction-oriented 1
-0101000001011 phone-ordered 1
-0101000001011 dust-reducing 1
-0101000001011 lower-than-forecast 1
-0101000001011 post-court 1
-0101000001011 post-market-crash 1
-0101000001011 minmal 1
-0101000001011 cantilever 1
-0101000001011 smoothe 1
-0101000001011 airline-takeover 1
-0101000001011 post-audit 1
-0101000001011 Newsday/WNBC 1
-0101000001011 ct 1
-0101000001011 ad-ban 1
-0101000001011 pencil-neck 1
-0101000001011 slower-than-normal 1
-0101000001011 tyrannize 2
-0101000001011 productivity-enhancing 2
-0101000001011 steepen 3
-0101000001011 sate 5
-0101000001011 consecrate 5
-0101000001011 skewer 7
-0101000001011 agonize 9
-0101000001011 gloat 11
-0101000001011 compress 15
-0101000001011 haggle 23
-0101000001011 mull 26
-0101000001011 pore 32
-0101000001011 cede 45
-0101000001011 take 18920
-0101000001011 preside 89
-0101000001100 sheathe 1
-0101000001100 WASP-dom 1
-0101000001100 out-Lenin 1
-0101000001100 reprove 1
-0101000001100 de-Yogi 1
-0101000001100 demonstate 1
-0101000001100 mislay 1
-0101000001100 relitigate 1
-0101000001100 overindulge 1
-0101000001100 rechannel 1
-0101000001100 outgross 1
-0101000001100 double-teamed 1
-0101000001100 recondition 1
-0101000001100 34440.09 1
-0101000001100 hardhead 1
-0101000001100 Godforsaken 1
-0101000001100 whap 1
-0101000001100 34529.22 1
-0101000001100 bethought 1
-0101000001100 less-provincial 1
-0101000001100 Carter-bashing 1
-0101000001100 hagiographic 1
-0101000001100 high-teens 1
-0101000001100 outcuss 1
-0101000001100 exhume 2
-0101000001100 inveigle 2
-0101000001100 reengage 2
-0101000001100 unplug 2
-0101000001100 hero-worship 2
-0101000001100 Wore 2
-0101000001100 rerecorded 2
-0101000001100 overemphasize 2
-0101000001100 pooh-poohs 3
-0101000001100 conciliate 3
-0101000001100 sentimentalize 3
-0101000001100 refresh 3
-0101000001100 tantalize 3
-0101000001100 pigeonhole 3
-0101000001100 disassemble 3
-0101000001100 relearn 3
-0101000001100 fumigate 3
-0101000001100 overpower 4
-0101000001100 beseech 4
-0101000001100 interject 4
-0101000001100 ostracize 4
-0101000001100 demobilize 4
-0101000001100 intone 5
-0101000001100 transcribe 5
-0101000001100 underrate 6
-0101000001100 smother 8
-0101000001100 maim 8
-0101000001100 adore 8
-0101000001100 belabor 8
-0101000001100 overhear 9
-0101000001100 double-check 11
-0101000001100 repress 12
-0101000001100 nourish 13
-0101000001100 peruse 14
-0101000001100 boo 15
-0101000001100 misunderstand 15
-0101000001100 corroborate 15
-0101000001100 despise 16
-0101000001100 mourn 17
-0101000001100 assail 20
-0101000001100 congratulate 29
-0101000001100 infer 31
-0101000001100 cherish 32
-0101000001100 fathom 37
-0101000001100 ascertain 42
-0101000001100 pronounce 43
-0101000001100 exaggerate 51
-0101000001100 comprehend 62
-0101000001100 discern 68
-0101000001100 ponder 91
-0101000001100 underestimate 100
-0101000001100 characterize 118
-0101000001100 admire 132
-0101000001100 applaud 150
-0101000001100 thank 160
-0101000001100 calculate 239
-0101000001100 criticize 294
-0101000001100 define 341
-0101000001100 discover 349
-0101000001100 accomplish 373
-0101000001100 reveal 404
-0101000001100 appreciate 409
-0101000001100 assure 548
-0101000001100 imagine 550
-0101000001100 describe 651
-0101000001100 explain 1400
-0101000001100 hear 1771
-0101000001100 ask 2797
-0101000001100 tell 3111
-0101000001100 see 12169
-0101000001101 functionless 1
-0101000001101 tiger-team 1
-0101000001101 over-stock 1
-0101000001101 inscribe 1
-0101000001101 evalute 1
-0101000001101 recraft 1
-0101000001101 undercharge 1
-0101000001101 rebill 1
-0101000001101 relfect 1
-0101000001101 recognie 1
-0101000001101 overinflate 2
-0101000001101 deconglomerate 2
-0101000001101 ding 2
-0101000001101 annualize 2
-0101000001101 sublimate 2
-0101000001101 Finlandize 2
-0101000001101 demote 3
-0101000001101 supercede 3
-0101000001101 plagiarize 3
-0101000001101 recentralize 3
-0101000001101 bewail 3
-0101000001101 conceptualize 4
-0101000001101 misjudge 4
-0101000001101 unfreeze 4
-0101000001101 disclaim 4
-0101000001101 delude 7
-0101000001101 amaze 7
-0101000001101 mutilate 7
-0101000001101 fertilize 7
-0101000001101 gainsay 7
-0101000001101 startle 7
-0101000001101 misappropriate 9
-0101000001101 misinterpret 9
-0101000001101 insinuate 9
-0101000001101 traverse 10
-0101000001101 unscramble 11
-0101000001101 disobey 12
-0101000001101 construe 13
-0101000001101 berate 13
-0101000001101 extol 13
-0101000001101 mar 13
-0101000001101 detest 14
-0101000001101 patronize 15
-0101000001101 belittle 15
-0101000001101 flout 16
-0101000001101 forsake 18
-0101000001101 disavow 19
-0101000001101 arbitrate 19
-0101000001101 bemoan 20
-0101000001101 accentuate 21
-0101000001101 misrepresent 21
-0101000001101 abhor 21
-0101000001101 scour 22
-0101000001101 espouse 23
-0101000001101 dedicate 25
-0101000001101 incite 25
-0101000001101 countenance 25
-0101000001101 betray 27
-0101000001101 recite 31
-0101000001101 decry 32
-0101000001101 deplore 32
-0101000001101 spurn 34
-0101000001101 repudiate 40
-0101000001101 downplay 40
-0101000001101 affirm 47
-0101000001101 delete 54
-0101000001101 refute 56
-0101000001101 evoke 64
-0101000001101 obey 68
-0101000001101 inherit 74
-0101000001101 proclaim 75
-0101000001101 denounce 80
-0101000001101 contradict 90
-0101000001101 certify 90
-0101000001101 hasten 91
-0101000001101 overlook 93
-0101000001101 invent 96
-0101000001101 contemplate 105
-0101000001101 possess 116
-0101000001101 defy 123
-0101000001101 invoke 129
-0101000001101 shun 132
-0101000001101 derail 149
-0101000001101 ratify 162
-0101000001101 convey 184
-0101000001101 attach 190
-0101000001101 observe 203
-0101000001101 await 214
-0101000001101 interpret 231
-0101000001101 tolerate 236
-0101000001101 endorse 338
-0101000001101 miss 444
-0101000001101 declare 486
-0101000001101 emphasize 490
-0101000001101 ignore 662
-0101000001101 resist 666
-0101000001101 enjoy 761
-0101000001101 submit 767
-0101000001101 reject 838
-0101000001101 recommend 923
-0101000001101 confirm 928
-0101000001101 propose 959
-0101000001101 deny 1112
-0101000001101 recognize 1152
-0101000001101 oppose 1177
-0101000001101 approve 1824
-0101000001101 accept 3240
-0101000001101 consider 5031
-0101000001101 find 7418
-0101000001110 HartScott-Rodino 1
-0101000001110 misapply 1
-0101000001110 creat 1
-0101000001110 capsulize 1
-0101000001110 determinine 1
-0101000001110 stiff-arm 1
-0101000001110 side-step 1
-0101000001110 Reich-like 1
-0101000001110 intuit 2
-0101000001110 oscillate 4
-0101000001110 arrogate 7
-0101000001110 affix 9
-0101000001110 wreak 31
-0101000001110 designate 86
-0101000001110 dictate 197
-0101000001110 distinguish 210
-0101000001110 elect 443
-0101000001110 threaten 611
-0101000001110 contribute 1005
-0101000001110 choose 1359
-0101000001110 learn 1462
-0101000001110 prove 2077
-0101000001110 determine 2163
-0101000001110 decide 2670
-0101000001110 add 2814
-0101000001110 seek 5219
-0101000001111 INSIST 1
-0101000001111 --mdespite 1
-0101000001111 70-0 1
-0101000001111 time-trial 1
-0101000001111 concering 1
-0101000001111 cumulate 1
-0101000001111 shoewear 1
-0101000001111 downstream-refining 1
-0101000001111 SS-16s 1
-0101000001111 relighted 1
-0101000001111 overtrain 1
-0101000001111 forewarn 1
-0101000001111 deficit-competitiveness 1
-0101000001111 acknowlege 1
-0101000001111 GROWN 1
-0101000001111 specifiy 1
-0101000001111 ACCEPT 1
-0101000001111 nostalgize 1
-0101000001111 Thubten 1
-0101000001111 outbacks 1
-0101000001111 Mexico-U.S. 1
-0101000001111 Chicago-centric 1
-0101000001111 receivable-supported 1
-0101000001111 soft-play 1
-0101000001111 unintimidating 1
-0101000001111 pursuade 1
-0101000001111 tank-engine 1
-0101000001111 durably 2
-0101000001111 WALK 2
-0101000001111 pinch-hit 2
-0101000001111 microwaving 2
-0101000001111 fly-line 2
-0101000001111 prayable 2
-0101000001111 opticians 2
-0101000001111 buzzers 2
-0101000001111 upbraiding 3
-0101000001111 localize 3
-0101000001111 presuppose 4
-0101000001111 idiot-proof 5
-0101000001111 prophesy 6
-0101000001111 Hide 9
-0101000001111 snicker 14
-0101000001111 upstage 19
-0101000001111 hound 19
-0101000001111 belie 24
-0101000001111 paraphrase 25
-0101000001111 receivable 116
-0101000001111 illustrate 216
-0101000001111 imply 221
-0101000001111 conclude 653
-0101000001111 demonstrate 675
-0101000001111 ensure 1609
-0101000001111 show 9165
-0101000001111 indicate 2099
-01010000100 de-sleazed 1
-01010000100 overdevelop 1
-01010000100 barehanded 1
-01010000100 hitchhiked 1
-01010000100 municipalize 1
-01010000100 reindustrialize 1
-01010000100 maitain 1
-01010000100 TELLING 1
-01010000100 limn 1
-01010000100 re-formulating 1
-01010000100 Deflect 1
-01010000100 dive-bomb 1
-01010000100 re-orient 1
-01010000100 asphyxiate 1
-01010000100 out-hoity-toity 1
-01010000100 reoganize 1
-01010000100 out-reform 1
-01010000100 regild 1
-01010000100 launders 1
-01010000100 out-jab 1
-01010000100 rehears 1
-01010000100 divy 1
-01010000100 out-propagandize 1
-01010000100 Affirming 1
-01010000100 body-block 1
-01010000100 rebait 1
-01010000100 triangulate 1
-01010000100 restage 1
-01010000100 rains/Until 1
-01010000100 harrumphing 1
-01010000100 refire 1
-01010000100 knead 1
-01010000100 Shamoo 1
-01010000100 end-all 1
-01010000100 regin 1
-01010000100 38,662 1
-01010000100 5,372,190 1
-01010000100 overplay 1
-01010000100 air-ship 1
-01010000100 out-white 1
-01010000100 filch 1
-01010000100 net-debtor 1
-01010000100 just-in-case 1
-01010000100 challange 1
-01010000100 Deceive 1
-01010000100 deinstitutionalize 1
-01010000100 smooth-talk 1
-01010000100 re-address 1
-01010000100 circumnavigate 1
-01010000100 re-marketed 1
-01010000100 relink 1
-01010000100 rustproof 1
-01010000100 pre-heat 1
-01010000100 joned 1
-01010000100 air-condition 1
-01010000100 pre-determine 1
-01010000100 underserviced 1
-01010000100 recode 1
-01010000100 copyread 1
-01010000100 over-regulates 1
-01010000100 underly 1
-01010000100 Savoring 1
-01010000100 rein-in 1
-01010000100 dynamize 1
-01010000100 hand-pick 1
-01010000100 enamor 1
-01010000100 Japanese-Nicaraguan 1
-01010000100 unbutton 1
-01010000100 overquote 1
-01010000100 randomize 1
-01010000100 push-start 1
-01010000100 abbetting 1
-01010000100 Trudeau-style 1
-01010000100 front-load 1
-01010000100 administrates 1
-01010000100 more-accommodating 1
-01010000100 test-run 1
-01010000100 re-lease 1
-01010000100 thresh 1
-01010000100 repopen 1
-01010000100 overrate 1
-01010000100 emblazon 1
-01010000100 wrests 1
-01010000100 re-approved 1
-01010000100 investigators-- 1
-01010000100 reconsecrate 1
-01010000100 refortify 1
-01010000100 streamlime 1
-01010000100 out-cheap 1
-01010000100 outstep 1
-01010000100 3,463,164 1
-01010000100 renotify 1
-01010000100 hand-paint 1
-01010000100 reinculcate 1
-01010000100 over-stress 1
-01010000100 recork 1
-01010000100 ever-racier 1
-01010000100 rehouse 1
-01010000100 retell 1
-01010000100 misdirect 1
-01010000100 primary-dealership 1
-01010000100 illumine 1
-01010000100 retracting 1
-01010000100 re-stabilize 1
-01010000100 re-buy 1
-01010000100 re-nationalize 1
-01010000100 recopy 1
-01010000100 satistfy 1
-01010000100 outglitz 1
-01010000100 84,897 1
-01010000100 bioengineer 1
-01010000100 resew 1
-01010000100 redistrict 1
-01010000100 bobtail 1
-01010000100 uncapping 1
-01010000100 re-boost 1
-01010000100 McDonaldize 1
-01010000100 uncap 1
-01010000100 federalize 1
-01010000100 re-cut 1
-01010000100 miscoloring 1
-01010000100 annoint 1
-01010000100 pedantify 1
-01010000100 Sweeten 1
-01010000100 snipping 1
-01010000100 re-state 1
-01010000100 European-subsidized 1
-01010000100 decapitalize 1
-01010000100 distend 1
-01010000100 ever-shorter 1
-01010000100 re-adjust 1
-01010000100 re-enforce 1
-01010000100 down-played 1
-01010000100 overmanage 1
-01010000100 reprovision 1
-01010000100 re-auction 1
-01010000100 city-like 1
-01010000100 overfatten 1
-01010000100 reinvoke 1
-01010000100 lobotomize 1
-01010000100 de-list 1
-01010000100 overdiagnose 1
-01010000100 unfetter 1
-01010000100 circumcise 1
-01010000100 underdeclare 1
-01010000100 restaurantize 1
-01010000100 Gennarosince 1
-01010000100 Knight-Ridder. 1
-01010000100 exempt-fund 1
-01010000100 underemphasize 1
-01010000100 reborrow 1
-01010000100 festoon 1
-01010000100 uninterpretable 1
-01010000100 embellishes 1
-01010000100 undeceive 1
-01010000100 12,655 1
-01010000100 box-in 1
-01010000100 liquidize 1
-01010000100 Discourage 1
-01010000100 caging 1
-01010000100 reconceive 1
-01010000100 out-dove 1
-01010000100 overfulfill 1
-01010000100 re-audit 2
-01010000100 defames 2
-01010000100 individualize 2
-01010000100 reintegrate 2
-01010000100 capsize 2
-01010000100 re-open 2
-01010000100 prefund 2
-01010000100 vitiate 2
-01010000100 dislocate 2
-01010000100 Defraud 2
-01010000100 strenghten 2
-01010000100 aggrandize 2
-01010000100 destablize 2
-01010000100 decolonize 2
-01010000100 redub 2
-01010000100 re-start 2
-01010000100 depoliticize 2
-01010000100 satiate 2
-01010000100 reconnect 2
-01010000100 leaven 2
-01010000100 enchance 2
-01010000100 overgraze 2
-01010000100 reweave 2
-01010000100 sex-blind 2
-01010000100 requite 2
-01010000100 re-extend 2
-01010000100 reincarnate 2
-01010000100 excrete 3
-01010000100 Impoverished 3
-01010000100 regionalize 3
-01010000100 garnishee 3
-01010000100 de-escalate 3
-01010000100 truncate 3
-01010000100 exorcise 3
-01010000100 civilize 3
-01010000100 plumb 3
-01010000100 transmute 3
-01010000100 baptize 3
-01010000100 congest 3
-01010000100 pollutes 3
-01010000100 pilfer 3
-01010000100 remarket 3
-01010000100 reargue 3
-01010000100 recompute 4
-01010000100 captivate 4
-01010000100 delegitimize 4
-01010000100 mismanage 4
-01010000100 re-think 4
-01010000100 prioritize 4
-01010000100 unclog 4
-01010000100 radicalize 4
-01010000100 ravage 5
-01010000100 overvalue 5
-01010000100 besmirch 5
-01010000100 reawaken 5
-01010000100 elucidate 5
-01010000100 condense 5
-01010000100 prorate 5
-01010000100 immobilize 5
-01010000100 overtax 6
-01010000100 reassemble 6
-01010000100 enrage 6
-01010000100 reconfirm 7
-01010000100 jump-start 7
-01010000100 defund 7
-01010000100 redraft 7
-01010000100 retest 8
-01010000100 eviscerate 8
-01010000100 optimize 9
-01010000100 sully 9
-01010000100 outgrow 9
-01010000100 relabel 9
-01010000100 disable 9
-01010000100 puncture 10
-01010000100 jawbone 10
-01010000100 broach 10
-01010000100 rework 10
-01010000100 unnerve 10
-01010000100 constrict 10
-01010000100 reorient 10
-01010000100 instigate 10
-01010000100 embroil 10
-01010000100 reconfigure 10
-01010000100 restock 11
-01010000100 rediscover 11
-01010000100 redo 12
-01010000100 degrade 13
-01010000100 desegregate 13
-01010000100 reflate 13
-01010000100 blurs 14
-01010000100 downsize 14
-01010000100 internationalize 14
-01010000100 delineate 14
-01010000100 polarize 14
-01010000100 obviate 15
-01010000100 douse 16
-01010000100 reorder 16
-01010000100 reenter 16
-01010000100 burnish 16
-01010000100 readjust 17
-01010000100 democratize 17
-01010000100 apportion 18
-01010000100 redouble 18
-01010000100 summarize 19
-01010000100 codify 20
-01010000100 criminalize 20
-01010000100 darken 20
-01010000100 computerize 21
-01010000100 paralyze 21
-01010000100 sterilize 22
-01010000100 abrogate 22
-01010000100 magnify 22
-01010000100 politicize 23
-01010000100 foment 24
-01010000100 stoke 24
-01010000100 revalue 24
-01010000100 formalize 24
-01010000100 usurp 25
-01010000100 underpin 25
-01010000100 falsify 25
-01010000100 de-emphasize 25
-01010000100 inflame 26
-01010000100 flex 26
-01010000100 legitimize 26
-01010000100 invigorate 27
-01010000100 deflate 28
-01010000100 hone 28
-01010000100 harden 28
-01010000100 reinvigorate 29
-01010000100 decentralize 30
-01010000100 redistribute 30
-01010000100 normalize 30
-01010000100 reignite 31
-01010000100 shatter 32
-01010000100 spearhead 33
-01010000100 centralize 33
-01010000100 reexamine 34
-01010000100 substantiate 34
-01010000100 realign 36
-01010000100 harmonize 36
-01010000100 reevaluate 37
-01010000100 reestablish 38
-01010000100 deplete 38
-01010000100 renounce 39
-01010000100 refurbish 39
-01010000100 understate 40
-01010000100 redefine 41
-01010000100 constrain 41
-01010000100 stanch 42
-01010000100 redirect 43
-01010000100 fine-tune 43
-01010000100 reconstruct 43
-01010000100 re-establish 43
-01010000100 fatten 43
-01010000100 re-examine 43
-01010000100 revolutionize 44
-01010000100 underline 45
-01010000100 rejuvenate 45
-01010000100 outstrip 46
-01010000100 re-evaluate 48
-01010000100 retard 48
-01010000100 overstate 49
-01010000100 devalue 49
-01010000100 disband 50
-01010000100 stiffen 51
-01010000100 compute 53
-01010000100 aggravate 54
-01010000100 solidify 57
-01010000100 buttress 61
-01010000100 automate 62
-01010000100 mitigate 62
-01010000100 sever 63
-01010000100 halve 63
-01010000100 defray 63
-01010000100 lengthen 64
-01010000100 augment 64
-01010000100 re-enter 65
-01010000100 reassess 66
-01010000100 reclaim 67
-01010000100 dampen 69
-01010000100 refine 71
-01010000100 sharpen 72
-01010000100 unify 75
-01010000100 rekindle 75
-01010000100 deepen 77
-01010000100 deregulate 79
-01010000100 publicize 84
-01010000100 outpace 85
-01010000100 expedite 88
-01010000100 reaffirm 89
-01010000100 replenish 91
-01010000100 inflate 92
-01010000100 heighten 93
-01010000100 toughen 95
-01010000100 restate 97
-01010000100 omit 97
-01010000100 stifle 97
-01010000100 reshape 98
-01010000100 revitalize 101
-01010000100 escalate 101
-01010000100 prolong 105
-01010000100 buoy 106
-01010000100 rethink 107
-01010000100 allay 110
-01010000100 enlarge 110
-01010000100 shorten 110
-01010000100 loosen 122
-01010000100 simplify 126
-01010000100 revamp 129
-01010000100 recapitalize 138
-01010000100 discontinue 144
-01010000100 liberalize 147
-01010000100 pave 148
-01010000100 complicate 164
-01010000100 dismantle 169
-01010000100 alleviate 180
-01010000100 pare 198
-01010000100 conceal 207
-01010000100 intensify 210
-01010000100 reinforce 210
-01010000100 soften 214
-01010000100 lessen 217
-01010000100 reorganize 224
-01010000100 relax 227
-01010000100 erode 232
-01010000100 streamline 233
-01010000100 disrupt 246
-01010000100 diminish 249
-01010000100 sweeten 251
-01010000100 damp 253
-01010000100 restrain 259
-01010000100 widen 276
-01010000100 dilute 278
-01010000100 amend 278
-01010000100 curtail 282
-01010000100 revise 287
-01010000100 minimize 290
-01010000100 modernize 309
-01010000100 facilitate 314
-01010000100 coordinate 318
-01010000100 rebuild 327
-01010000100 renew 337
-01010000100 depress 362
-01010000100 maximize 364
-01010000100 suspend 393
-01010000100 broaden 402
-01010000100 reconsider 424
-01010000100 diversify 435
-01010000100 undermine 439
-01010000100 regain 457
-01010000100 consolidate 459
-01010000100 slash 460
-01010000100 revive 464
-01010000100 weaken 518
-01010000100 adjust 548
-01010000100 abandon 595
-01010000100 alter 599
-01010000100 accelerate 606
-01010000100 shrink 614
-01010000100 restrict 675
-01010000100 stabilize 700
-01010000100 stimulate 710
-01010000100 spur 720
-01010000100 trim 755
-01010000100 tighten 761
-01010000100 preserve 773
-01010000100 enhance 800
-01010000100 curb 807
-01010000100 restore 849
-01010000100 bolster 919
-01010000100 strengthen 1205
-01010000100 extend 1476
-01010000100 ease 1602
-01010000100 expand 3341
-01010000100 improve 3371
-01010000100 reduce 7423
-010100001010 beging 1
-010100001010 retracts 1
-010100001010 re-register 1
-010100001010 pro-female 1
-010100001010 self-identify 1
-010100001010 idemnify 1
-010100001010 RHII 1
-010100001010 Laude 1
-010100001010 more-prosaic 1
-010100001010 troubleshoot 1
-010100001010 conflict-ridden 1
-010100001010 fermentable 1
-010100001010 gang-up 1
-010100001010 near-Classical 1
-010100001010 parse 2
-010100001010 effectuate 2
-010100001010 224.84 2
-010100001010 bestride 2
-010100001010 overstaff 2
-010100001010 three-times 2
-010100001010 recalibrate 2
-010100001010 re-engage 2
-010100001010 cartelize 2
-010100001010 re-issue 2
-010100001010 160,160 2
-010100001010 Westernize 2
-010100001010 reenlist 3
-010100001010 homogenize 3
-010100001010 overextend 3
-010100001010 dispell 3
-010100001010 unlink 4
-010100001010 5,090 4
-010100001010 refloat 4
-010100001010 proofread 5
-010100001010 foist 5
-010100001010 embroider 6
-010100001010 deep-six 6
-010100001010 reregulate 6
-010100001010 displease 6
-010100001010 outguess 6
-010100001010 reunify 6
-010100001010 contrive 6
-010100001010 lampoon 6
-010100001010 implore 7
-010100001010 slay 7
-010100001010 dignify 8
-010100001010 colonize 8
-010100001010 re-emphasize 9
-010100001010 vibrate 9
-010100001010 declassify 9
-010100001010 calibrate 9
-010100001010 debunk 9
-010100001010 soft-pedal 9
-010100001010 promulgate 10
-010100001010 recant 10
-010100001010 recalculate 14
-010100001010 retract 15
-010100001010 short-circuit 15
-010100001010 flaunt 18
-010100001010 redraw 18
-010100001010 reunite 19
-010100001010 parlay 19
-010100001010 flunk 21
-010100001010 disarm 24
-010100001010 savor 24
-010100001010 finalize 25
-010100001010 visualize 27
-010100001010 quicken 29
-010100001010 activate 30
-010100001010 revisit 31
-010100001010 equate 32
-010100001010 bankroll 32
-010100001010 illuminate 32
-010100001010 decipher 36
-010100001010 rebut 39
-010100001010 rectify 41
-010100001010 reiterate 42
-010100001010 dramatize 42
-010100001010 abort 50
-010100001010 adjourn 51
-010100001010 replicate 55
-010100001010 unwind 57
-010100001010 heal 66
-010100001010 mend 72
-010100001010 uncover 83
-010100001010 tailor 83
-010100001010 outlaw 87
-010100001010 pinpoint 91
-010100001010 quantify 99
-010100001010 recapture 102
-010100001010 digest 103
-010100001010 divulge 106
-010100001010 relish 113
-010100001010 dispel 116
-010100001010 unravel 122
-010100001010 reconcile 134
-010100001010 underscore 144
-010100001010 salvage 149
-010100001010 verify 165
-010100001010 duplicate 177
-010100001010 connect 181
-010100001010 tackle 212
-010100001010 celebrate 215
-010100001010 clarify 236
-010100001010 unveil 238
-010100001010 consult 240
-010100001010 embrace 260
-010100001010 override 366
-010100001010 compare 469
-010100001010 assess 497
-010100001010 capture 503
-010100001010 reopen 552
-010100001010 express 558
-010100001010 examine 562
-010100001010 overcome 667
-010100001010 monitor 758
-010100001010 escape 791
-010100001010 solve 824
-010100001010 investigate 827
-010100001010 merge 1099
-010100001010 resolve 1451
-010100001010 announce 1502
-010100001010 match 1520
-010100001010 address 1691
-010100001010 identify 1836
-010100001010 disclose 2583
-010100001010 discuss 2745
-010100001010 cover 3528
-010100001010 complete 3686
-010100001010 meet 5787
-010100001010 win 4011
-0101000010110 fossilize 1
-0101000010110 remilitarize 1
-0101000010110 12-pound 1
-0101000010110 hyrdrofluoric 1
-0101000010110 118,647 1
-0101000010110 soft-peddle 1
-0101000010110 Merge 1
-0101000010110 high-seniority 1
-0101000010110 early-retiring 1
-0101000010110 5,596 1
-0101000010110 perjures 1
-0101000010110 multiproblem 1
-0101000010110 sod-grass 1
-0101000010110 out-did 1
-0101000010110 glad-hand 1
-0101000010110 flood-devastated 1
-0101000010110 bestir 1
-0101000010110 financea 1
-0101000010110 fence-post 1
-0101000010110 muscle-straining 1
-0101000010110 resplices 1
-0101000010110 4,297 1
-0101000010110 reclothe 1
-0101000010110 pocket-television 1
-0101000010110 minority-dominated 1
-0101000010110 British-administered 1
-0101000010110 26,295 1
-0101000010110 investment-starved 1
-0101000010110 high-limit 1
-0101000010110 impale 1
-0101000010110 famishing 1
-0101000010110 leather-draped 1
-0101000010110 outmuscle 1
-0101000010110 3,020,000 1
-0101000010110 25,306 1
-0101000010110 Eject 1
-0101000010110 non-drug-using 1
-0101000010110 out-pay 1
-0101000010110 Eretz 1
-0101000010110 overcommit 1
-0101000010110 convince/pressure 1
-0101000010110 28.57 1
-0101000010110 7.7855 1
-0101000010110 class-traitor 1
-0101000010110 devirginize 1
-0101000010110 machete-wielding 1
-0101000010110 7,432 1
-0101000010110 more-skeptical 1
-0101000010110 tranform 1
-0101000010110 disported 1
-0101000010110 solvent-laden 1
-0101000010110 4,439,000 1
-0101000010110 extradict 1
-0101000010110 57,188 1
-0101000010110 18,751 1
-0101000010110 disburden 1
-0101000010110 1,874 1
-0101000010110 re-prove 1
-0101000010110 restigmatize 1
-0101000010110 private-paying 1
-0101000010110 rolling-mill 1
-0101000010110 finger-pointer 1
-0101000010110 Nikhil 1
-0101000010110 cross-reference 1
-0101000010110 war-devasted 1
-0101000010110 betaken 1
-0101000010110 now-excluded 1
-0101000010110 533,692 1
-0101000010110 baseball-starved 1
-0101000010110 Shanghai-strain 1
-0101000010110 memory-chips 1
-0101000010110 85,273 1
-0101000010110 Silverstone 1
-0101000010110 sandblast 1
-0101000010110 black-American 1
-0101000010110 life.But 1
-0101000010110 less-than-half-time 1
-0101000010110 2,327 1
-0101000010110 reoil 1
-0101000010110 28-stories 1
-0101000010110 abasing 1
-0101000010110 allout 1
-0101000010110 re-election-minded 1
-0101000010110 heat-sterilize 1
-0101000010110 once-off-limits 1
-0101000010110 blues-loving 1
-0101000010110 freedom-of-choice 2
-0101000010110 incubate 2
-0101000010110 re-sign 2
-0101000010110 demonize 2
-0101000010110 Pursue 2
-0101000010110 unseparate 2
-0101000010110 renumber 2
-0101000010110 torching 2
-0101000010110 depopulate 2
-0101000010110 rededicate 2
-0101000010110 outfox 2
-0101000010110 torn-down 2
-0101000010110 re-employ 2
-0101000010110 lower-to-middle-income 2
-0101000010110 reprogram 2
-0101000010110 deify 2
-0101000010110 reacquaint 2
-0101000010110 unburden 2
-0101000010110 brutalize 3
-0101000010110 bamboozle 3
-0101000010110 debilitate 3
-0101000010110 disembowel 3
-0101000010110 propound 3
-0101000010110 sensitize 3
-0101000010110 engrave 3
-0101000010110 coopt 3
-0101000010110 jumpstart 3
-0101000010110 hypnotize 3
-0101000010110 shunt 3
-0101000010110 befuddle 3
-0101000010110 extrude 3
-0101000010110 remunerate 3
-0101000010110 bewilder 3
-0101000010110 propitiate 3
-0101000010110 kick-start 3
-0101000010110 upbraid 3
-0101000010110 accustom 3
-0101000010110 molest 3
-0101000010110 slake 3
-0101000010110 dilate 3
-0101000010110 deform 3
-0101000010110 Defend 4
-0101000010110 accomodate 4
-0101000010110 prejudge 4
-0101000010110 perjure 4
-0101000010110 inundate 4
-0101000010110 outdraw 4
-0101000010110 1,004 4
-0101000010110 accredit 4
-0101000010110 browbeat 4
-0101000010110 quench 4
-0101000010110 levitate 4
-0101000010110 entrap 4
-0101000010110 Americanize 4
-0101000010110 flog 4
-0101000010110 refight 4
-0101000010110 2,215 4
-0101000010110 brainwash 4
-0101000010110 re-enact 4
-0101000010110 trounce 4
-0101000010110 rearm 5
-0101000010110 misstate 5
-0101000010110 blacken 5
-0101000010110 embellish 5
-0101000010110 incarcerate 5
-0101000010110 enslave 5
-0101000010110 industrialize 5
-0101000010110 exterminate 5
-0101000010110 refashion 5
-0101000010110 defame 5
-0101000010110 disentangle 5
-0101000010110 reappraise 5
-0101000010110 unmask 6
-0101000010110 coddle 6
-0101000010110 inoculate 6
-0101000010110 entangle 6
-0101000010110 amputate 6
-0101000010110 abduct 6
-0101000010110 vilify 6
-0101000010110 immerse 6
-0101000010110 besiege 6
-0101000010110 idolize 6
-0101000010110 recheck 6
-0101000010110 re-equip 7
-0101000010110 narrate 7
-0101000010110 hospitalize 7
-0101000010110 recommit 7
-0101000010110 befriend 7
-0101000010110 undersell 7
-0101000010110 outsmart 7
-0101000010110 dissociate 7
-0101000010110 tweak 7
-0101000010110 oppress 7
-0101000010110 exhort 7
-0101000010110 out-perform 7
-0101000010110 chastise 7
-0101000010110 enshrine 7
-0101000010110 pervert 8
-0101000010110 underprice 8
-0101000010110 outflank 8
-0101000010110 envelop 8
-0101000010110 inculcate 8
-0101000010110 castigate 8
-0101000010110 disassociate 8
-0101000010110 reflag 8
-0101000010110 modulate 8
-0101000010110 pre-sell 8
-0101000010110 acquit 9
-0101000010110 bad-mouth 9
-0101000010110 annul 9
-0101000010110 expropriate 9
-0101000010110 admonish 9
-0101000010110 badger 9
-0101000010110 irk 9
-0101000010110 incriminate 9
-0101000010110 exonerate 9
-0101000010110 submerge 9
-0101000010110 preoccupy 10
-0101000010110 trivialize 10
-0101000010110 demystify 10
-0101000010110 subdue 10
-0101000010110 retry 10
-0101000010110 impoverish 10
-0101000010110 goad 10
-0101000010110 encircle 10
-0101000010110 annihilate 11
-0101000010110 pamper 11
-0101000010110 impugn 11
-0101000010110 categorize 11
-0101000010110 humanize 11
-0101000010110 reinterpret 11
-0101000010110 permeate 11
-0101000010110 clobber 11
-0101000010110 decimate 11
-0101000010110 pacify 12
-0101000010110 apprehend 12
-0101000010110 Quit 12
-0101000010110 imprison 12
-0101000010110 disprove 12
-0101000010110 demean 12
-0101000010110 adjudicate 12
-0101000010110 re-regulate 12
-0101000010110 dissect 12
-0101000010110 fortify 12
-0101000010110 bombard 13
-0101000010110 impeach 13
-0101000010110 unsettle 13
-0101000010110 animate 13
-0101000010110 glean 13
-0101000010110 uproot 13
-0101000010110 reconstitute 14
-0101000010110 purify 14
-0101000010110 denigrate 14
-0101000010110 bilk 14
-0101000010110 immunize 14
-0101000010110 banish 14
-0101000010110 outwit 14
-0101000010110 decouple 14
-0101000010110 familiarize 14
-0101000010110 whet 15
-0101000010110 outmaneuver 15
-0101000010110 ingratiate 15
-0101000010110 hurl 15
-0101000010110 humiliate 15
-0101000010110 dismember 15
-0101000010110 populate 15
-0101000010110 lambaste 16
-0101000010110 cross-examine 16
-0101000010110 co-opt 16
-0101000010110 resettle 16
-0101000010110 terrorize 16
-0101000010110 untangle 16
-0101000010110 enlighten 16
-0101000010110 acquaint 16
-0101000010110 sew 16
-0101000010110 interdict 17
-0101000010110 outspend 17
-0101000010110 detain 17
-0101000010110 interrogate 18
-0101000010110 entrust 18
-0101000010110 equalize 18
-0101000010110 outlast 19
-0101000010110 amuse 19
-0101000010110 ply 20
-0101000010110 institutionalize 20
-0101000010110 enliven 21
-0101000010110 disconnect 21
-0101000010110 cleanse 21
-0101000010110 engulf 21
-0101000010110 depose 21
-0101000010110 recreate 21
-0101000010110 antagonize 22
-0101000010110 cajole 22
-0101000010110 spook 22
-0101000010110 rouse 22
-0101000010110 vindicate 23
-0101000010110 amplify 23
-0101000010110 yank 24
-0101000010110 recuse 24
-0101000010110 demolish 24
-0101000010110 overshadow 24
-0101000010110 meld 24
-0101000010110 segregate 25
-0101000010110 reinvent 25
-0101000010110 pierce 25
-0101000010110 assimilate 25
-0101000010110 absolve 25
-0101000010110 avenge 25
-0101000010110 unlock 27
-0101000010110 reassign 27
-0101000010110 rehire 27
-0101000010110 retrain 28
-0101000010110 eschew 28
-0101000010110 ameliorate 28
-0101000010110 infect 29
-0101000010110 galvanize 29
-0101000010110 outdo 29
-0101000010110 squelch 29
-0101000010110 reposition 29
-0101000010110 confiscate 29
-0101000010110 extricate 30
-0101000010110 infuse 30
-0101000010110 irritate 32
-0101000010110 evict 32
-0101000010110 infiltrate 32
-0101000010110 hobble 33
-0101000010110 tarnish 33
-0101000010110 second-guess 33
-0101000010110 excite 34
-0101000010110 energize 34
-0101000010110 validate 34
-0101000010110 amortize 34
-0101000010110 evacuate 35
-0101000010110 decorate 35
-0101000010110 nationalize 36
-0101000010110 dislodge 36
-0101000010110 injure 36
-0101000010110 deport 36
-0101000010110 wean 36
-0101000010110 clog 36
-0101000010110 resuscitate 37
-0101000010110 orchestrate 38
-0101000010110 assassinate 38
-0101000010110 snatch 39
-0101000010110 supplant 41
-0101000010110 legalize 42
-0101000010110 harass 42
-0101000010110 overtake 45
-0101000010110 liberate 45
-0101000010110 displace 46
-0101000010110 rename 46
-0101000010110 juggle 46
-0101000010110 eradicate 46
-0101000010110 subvert 47
-0101000010110 monopolize 47
-0101000010110 confine 47
-0101000010110 discard 48
-0101000010110 coerce 49
-0101000010110 expel 49
-0101000010110 deceive 50
-0101000010110 commemorate 51
-0101000010110 elevate 52
-0101000010110 extradite 53
-0101000010110 rehabilitate 53
-0101000010110 rationalize 53
-0101000010110 perpetuate 54
-0101000010110 indulge 54
-0101000010110 intercept 55
-0101000010110 reassert 56
-0101000010110 spoil 58
-0101000010110 mollify 59
-0101000010110 destabilize 59
-0101000010110 conquer 60
-0101000010110 soothe 61
-0101000010110 align 61
-0101000010110 symbolize 61
-0101000010110 cultivate 61
-0101000010110 disperse 62
-0101000010110 disturb 62
-0101000010110 assuage 63
-0101000010110 enrich 64
-0101000010110 instruct 64
-0101000010110 coax 65
-0101000010110 overrule 65
-0101000010110 snare 66
-0101000010110 classify 67
-0101000010110 neutralize 67
-0101000010110 rejoin 67
-0101000010110 imitate 68
-0101000010110 utilize 73
-0101000010110 indict 74
-0101000010110 indemnify 74
-0101000010110 frustrate 76
-0101000010110 isolate 76
-0101000010110 interrupt 76
-0101000010110 entrench 79
-0101000010110 counteract 81
-0101000010110 alienate 82
-0101000010110 mimic 85
-0101000010110 enlist 85
-0101000010110 mobilize 87
-0101000010110 intimidate 89
-0101000010110 scuttle 89
-0101000010110 disqualify 89
-0101000010110 motivate 89
-0101000010110 emulate 90
-0101000010110 placate 90
-0101000010110 tout 90
-0101000010110 scrutinize 91
-0101000010110 differentiate 92
-0101000010110 bury 92
-0101000010110 sidestep 94
-0101000010110 condemn 94
-0101000010110 reinvest 95
-0101000010110 discredit 96
-0101000010110 embarrass 97
-0101000010110 dissuade 97
-0101000010110 retrieve 98
-0101000010110 unseat 98
-0101000010110 haunt 99
-0101000010110 invade 100
-0101000010110 erase 100
-0101000010110 entice 101
-0101000010110 topple 103
-0101000010110 revoke 105
-0101000010110 entertain 106
-0101000010110 propel 108
-0101000010110 prod 111
-0101000010110 mislead 111
-0101000010110 offend 112
-0101000010110 assign 116
-0101000010110 safeguard 117
-0101000010110 appease 120
-0101000010110 reinstate 124
-0101000010110 insulate 125
-0101000010110 undo 131
-0101000010110 dissolve 146
-0101000010110 enjoin 148
-0101000010110 impress 148
-0101000010110 confuse 149
-0101000010110 penetrate 151
-0101000010110 educate 161
-0101000010110 abolish 161
-0101000010110 insure 177
-0101000010110 supervise 192
-0101000010110 deploy 193
-0101000010110 outperform 197
-0101000010110 punish 199
-0101000010110 reimburse 204
-0101000010110 manipulate 205
-0101000010110 expose 206
-0101000010110 prosecute 208
-0101000010110 woo 208
-0101000010110 induce 218
-0101000010110 reassure 223
-0101000010110 nominate 232
-0101000010110 inform 234
-0101000010110 defraud 239
-0101000010110 transform 239
-0101000010110 divest 243
-0101000010110 steer 244
-0101000010110 portray 251
-0101000010110 steal 251
-0101000010110 notify 256
-0101000010110 relieve 271
-0101000010110 divide 274
-0101000010110 subsidize 277
-0101000010110 confront 278
-0101000010110 recruit 298
-0101000010110 exploit 309
-0101000010110 oust 311
-0101000010110 regulate 446
-0101000010110 accommodate 479
-0101000010110 oversee 494
-0101000010110 advise 497
-0101000010110 dismiss 513
-0101000010110 dominate 514
-0101000010110 teach 535
-0101000010110 destroy 564
-0101000010110 absorb 566
-0101000010110 sustain 571
-0101000010110 commit 571
-0101000010110 assist 573
-0101000010110 justify 674
-0101000010110 satisfy 727
-0101000010110 convince 772
-0101000010110 persuade 917
-0101000010110 treat 956
-0101000010110 kill 960
-0101000010110 deliver 1049
-0101000010110 remove 1270
-0101000010110 defend 1299
-0101000010110 fill 1316
-0101000010110 manage 1459
-0101000010110 eliminate 1693
-0101000010110 handle 1831
-0101000010110 send 1850
-0101000010110 replace 1913
-0101000010110 join 2047
-0101000010110 protect 2763
-0101000010110 stop 3251
-0101000010110 keep 8548
-0101000010110 bring 4413
-0101000010111 NDF-sponsored 1
-0101000010111 government-established 1
-0101000010111 general-revenue 1
-0101000010111 329,999 1
-0101000010111 massmarketed 1
-0101000010111 1,195.5 1
-0101000010111 out-connive 1
-0101000010111 Vigorously 1
-0101000010111 shoplift 1
-0101000010111 Truls 1
-0101000010111 Immortalize 1
-0101000010111 mah 1
-0101000010111 robin's-egg 1
-0101000010111 VQT. 1
-0101000010111 177,679 1
-0101000010111 board-assisted 1
-0101000010111 joint-managing 1
-0101000010111 forment 1
-0101000010111 confect 1
-0101000010111 Elect 1
-0101000010111 honey-coat 1
-0101000010111 post-1972 1
-0101000010111 verbalize 1
-0101000010111 Adelia 1
-0101000010111 Bluebell 1
-0101000010111 Relieve 1
-0101000010111 Rima 1
-0101000010111 non-patentable 1
-0101000010111 four-times-larger 1
-0101000010111 mislabel 1
-0101000010111 Torvald 1
-0101000010111 already-excessive 1
-0101000010111 grow-but 1
-0101000010111 less-congested 1
-0101000010111 consumate 1
-0101000010111 ever-deeper 1
-0101000010111 macadamia-nut 1
-0101000010111 U.S-financed 1
-0101000010111 opppose 1
-0101000010111 central-plan 1
-0101000010111 664,945 1
-0101000010111 alliterate 1
-0101000010111 babysit 1
-0101000010111 skin-diving 1
-0101000010111 Morteo 1
-0101000010111 2,830. 1
-0101000010111 1,710. 1
-0101000010111 persue 1
-0101000010111 Madelaine 1
-0101000010111 late-filing 1
-0101000010111 government-developed 1
-0101000010111 fluoresce 1
-0101000010111 Europeanize 1
-0101000010111 4,743 1
-0101000010111 reinoculate 1
-0101000010111 Nduka 1
-0101000010111 disinfest 1
-0101000010111 Vladmir 1
-0101000010111 wacked-out 1
-0101000010111 green-light 1
-0101000010111 resod 1
-0101000010111 ceteris 1
-0101000010111 conflict-free 1
-0101000010111 misbrand 1
-0101000010111 sex-for-hire 1
-0101000010111 overcommercialize 1
-0101000010111 deficit-finance 1
-0101000010111 extinquish 1
-0101000010111 SSMC. 1
-0101000010111 AKER 1
-0101000010111 203,899 1
-0101000010111 more-upscale 1
-0101000010111 zero-out 1
-0101000010111 Alzheimertype 1
-0101000010111 alumina-production 1
-0101000010111 mulct 1
-0101000010111 custom-make 1
-0101000010111 re-route 1
-0101000010111 24,418 1
-0101000010111 custom-fit 1
-0101000010111 Nyckeln 1
-0101000010111 Ostlandske 1
-0101000010111 Kimsong 1
-0101000010111 overexplain 1
-0101000010111 Naberizhniye 1
-0101000010111 guerrilla-affiliated 1
-0101000010111 similarly-equipped 1
-0101000010111 impregnate 1
-0101000010111 Consorzio 1
-0101000010111 1,918,499 1
-0101000010111 Mitterrandian 1
-0101000010111 Netcenter 1
-0101000010111 defang 1
-0101000010111 download 1
-0101000010111 full-house 1
-0101000010111 synchronize 2
-0101000010111 impanel 2
-0101000010111 282,358 2
-0101000010111 impersonate 2
-0101000010111 restimulate 2
-0101000010111 twirl 2
-0101000010111 recommission 2
-0101000010111 SKW 2
-0101000010111 evince 2
-0101000010111 2180 2
-0101000010111 titrate 2
-0101000010111 beatify 2
-0101000010111 detoxify 2
-0101000010111 legitimatize 2
-0101000010111 underplay 2
-0101000010111 doublecheck 2
-0101000010111 extirpating 2
-0101000010111 re-energize 3
-0101000010111 reinspect 3
-0101000010111 deaden 3
-0101000010111 transfuse 3
-0101000010111 handpick 3
-0101000010111 reapportion 3
-0101000010111 sanctify 3
-0101000010111 empanel 3
-0101000010111 oversimplify 3
-0101000010111 administrate 3
-0101000010111 enunciate 3
-0101000010111 excavate 3
-0101000010111 reforest 4
-0101000010111 commandeer 4
-0101000010111 unblock 4
-0101000010111 ventilate 4
-0101000010111 readmit 4
-0101000010111 disinfect 4
-0101000010111 1230 4
-0101000010111 decertify 4
-0101000010111 pressurize 5
-0101000010111 pillory 5
-0101000010111 colorize 6
-0101000010111 dethrone 6
-0101000010111 reauthorize 6
-0101000010111 reenact 6
-0101000010111 saturate 6
-0101000010111 refile 7
-0101000010111 unseal 7
-0101000010111 underreport 7
-0101000010111 vaporize 7
-0101000010111 micromanage 7
-0101000010111 perpetrate 8
-0101000010111 subdivide 8
-0101000010111 personify 8
-0101000010111 sculpt 9
-0101000010111 decode 9
-0101000010111 encode 10
-0101000010111 co-produce 10
-0101000010111 forswear 11
-0101000010111 collateralize 11
-0101000010111 popularize 12
-0101000010111 co-develop 12
-0101000010111 transact 13
-0101000010111 synthesize 13
-0101000010111 regenerate 15
-0101000010111 detonate 15
-0101000010111 redevelop 15
-0101000010111 inaugurate 16
-0101000010111 endow 20
-0101000010111 delist 20
-0101000010111 appraise 22
-0101000010111 fabricate 22
-0101000010111 reactivate 22
-0101000010111 sidetrack 24
-0101000010111 concoct 26
-0101000010111 re-create 26
-0101000010111 surmount 26
-0101000010111 clinch 27
-0101000010111 impart 28
-0101000010111 shelve 28
-0101000010111 procure 31
-0101000010111 rehear 32
-0101000010111 reintroduce 38
-0101000010111 disseminate 39
-0101000010111 instill 44
-0101000010111 compile 46
-0101000010111 commercialize 46
-0101000010111 reimpose 47
-0101000010111 standardize 49
-0101000010111 smuggle 50
-0101000010111 simulate 52
-0101000010111 renovate 55
-0101000010111 nullify 59
-0101000010111 repel 63
-0101000010111 quash 65
-0101000010111 obstruct 69
-0101000010111 diagnose 70
-0101000010111 resurrect 73
-0101000010111 mediate 74
-0101000010111 wrest 82
-0101000010111 formulate 91
-0101000010111 convene 92
-0101000010111 privatize 93
-0101000010111 suppress 98
-0101000010111 invalidate 113
-0101000010111 evade 120
-0101000010111 attain 123
-0101000010111 rescind 146
-0101000010111 circumvent 147
-0101000010111 defuse 152
-0101000010111 uphold 155
-0101000010111 integrate 176
-0101000010111 forestall 178
-0101000010111 forgo 186
-0101000010111 quell 193
-0101000010111 incorporate 194
-0101000010111 withstand 201
-0101000010111 forge 201
-0101000010111 inspect 208
-0101000010111 locate 211
-0101000010111 undertake 214
-0101000010111 construct 215
-0101000010111 administer 217
-0101000010111 waive 223
-0101000010111 devise 226
-0101000010111 initiate 240
-0101000010111 assemble 265
-0101000010111 enact 281
-0101000010111 overturn 298
-0101000010111 analyze 301
-0101000010111 avert 305
-0101000010111 seize 317
-0101000010111 terminate 378
-0101000010111 postpone 399
-0101000010111 organize 404
-0101000010111 publish 420
-0101000010111 detect 452
-0101000010111 thwart 471
-0101000010111 install 473
-0101000010111 enforce 531
-0101000010111 implement 613
-0101000010111 arrange 678
-0101000010111 evaluate 684
-0101000010111 explore 695
-0101000010111 adopt 928
-0101000010111 introduce 1075
-0101000010111 promote 1254
-0101000010111 achieve 1285
-0101000010111 enter 1540
-0101000010111 establish 1604
-0101000010111 negotiate 1687
-0101000010111 obtain 1698
-0101000010111 pursue 1938
-0101000010111 settle 2032
-0101000010111 maintain 2705
-0101000010111 develop 3227
-0101000010111 avoid 3602
-0101000010111 acquire 7850
-0101000010111 build 4446
-010100001100 blemish-free 1
-010100001100 estrange 1
-010100001100 midriver 1
-010100001100 self-defined 1
-010100001100 deemphasize 1
-010100001100 race-specific 1
-010100001100 reclean 1
-010100001100 simplifiy 1
-010100001100 deconstruct 1
-010100001100 low-financing 1
-010100001100 elasticize 1
-010100001100 eulogize 1
-010100001100 publicly-financed 1
-010100001100 eye-irritant 1
-010100001100 sousing 1
-010100001100 forward-sales 1
-010100001100 bank-subsidized 1
-010100001100 insinuates 1
-010100001100 jeopordizing 1
-010100001100 interstate-compact 1
-010100001100 abbreviate 1
-010100001100 fine-diameter 1
-010100001100 76.92 1
-010100001100 3.435 1
-010100001100 sieze 1
-010100001100 single-priced 1
-010100001100 Latinize 1
-010100001100 unspools 1
-010100001100 scuff 1
-010100001100 stoploss 1
-010100001100 regrowing 1
-010100001100 dry-dock 1
-010100001100 secreting 1
-010100001100 consoliate 1
-010100001100 repunch 1
-010100001100 sneak-preview 1
-010100001100 lip-synch 1
-010100001100 center-based 1
-010100001100 deep-fry 1
-010100001100 red-flag 1
-010100001100 mailing-list 1
-010100001100 revaccinate 1
-010100001100 defease 1
-010100001100 re-rescue 1
-010100001100 billboard-sized 1
-010100001100 overstaying 1
-010100001100 retargets 1
-010100001100 no-fat 1
-010100001100 share-purchasing 1
-010100001100 fourth-fifths 1
-010100001100 revaluate 1
-010100001100 2,502,338 1
-010100001100 inactivate 2
-010100001100 685,365 2
-010100001100 recommence 2
-010100001100 re-transmit 2
-010100001100 reevalute 2
-010100001100 gladden 2
-010100001100 redesignate 2
-010100001100 re-evalute 2
-010100001100 re-impose 2
-010100001100 emboss 2
-010100001100 139,500 2
-010100001100 restyle 2
-010100001100 garble 2
-010100001100 109,628 2
-010100001100 Scrooge-like 2
-010100001100 desalinate 2
-010100001100 co-sign 3
-010100001100 reoffer 3
-010100001100 overbook 3
-010100001100 glamorize 3
-010100001100 monetize 3
-010100001100 refigure 3
-010100001100 reinstall 3
-010100001100 ruing 3
-010100001100 encase 3
-010100001100 87,900 3
-010100001100 lead-manage 3
-010100001100 Promote 3
-010100001100 quadruples 3
-010100001100 re-sell 4
-010100001100 gnash 4
-010100001100 denominate 4
-010100001100 decommission 4
-010100001100 tape-record 4
-010100001100 rezone 4
-010100001100 superimpose 4
-010100001100 retype 4
-010100001100 obfuscate 5
-010100001100 ogle 5
-010100001100 incinerate 5
-010100001100 reemphasize 5
-010100001100 reprocess 5
-010100001100 re-flag 5
-010100001100 deactivate 6
-010100001100 propagate 6
-010100001100 enclose 6
-010100001100 recombine 7
-010100001100 unpack 7
-010100001100 overdraw 7
-010100001100 embed 7
-010100001100 remanufacture 8
-010100001100 self-insure 8
-010100001100 wend 9
-010100001100 refuel 9
-010100001100 shuck 9
-010100001100 bequeath 9
-010100001100 bide 10
-010100001100 reprice 10
-010100001100 encumber 10
-010100001100 raze 12
-010100001100 pre-pay 12
-010100001100 unearth 12
-010100001100 personalize 13
-010100001100 reread 16
-010100001100 customize 17
-010100001100 mothball 17
-010100001100 televise 18
-010100001100 extinguish 18
-010100001100 sublease 18
-010100001100 memorize 19
-010100001100 reacquire 20
-010100001100 rearrange 23
-010100001100 remodel 25
-010100001100 resubmit 25
-010100001100 vacate 29
-010100001100 jettison 30
-010100001100 denationalize 32
-010100001100 reclassify 33
-010100001100 redeploy 34
-010100001100 repackage 37
-010100001100 prepay 47
-010100001100 depreciate 47
-010100001100 recycle 71
-010100001100 peddle 84
-010100001100 equip 84
-010100001100 resell 142
-010100001100 relocate 175
-010100001100 renegotiate 177
-010100001100 unload 210
-010100001100 execute 228
-010100001100 modify 284
-010100001100 fulfill 295
-010100001100 refinance 340
-010100001100 liquidate 344
-010100001100 cancel 391
-010100001100 underwrite 453
-010100001100 combine 510
-010100001100 shed 793
-010100001100 distribute 799
-010100001100 repay 860
-010100001100 restructure 912
-010100001100 convert 936
-010100001100 sell 17748
-010100001100 redeem 1082
-010100001101 333,731 1
-010100001101 still-virgin 1
-010100001101 48,700 1
-010100001101 126,997 1
-010100001101 98,489 1
-010100001101 172,552 1
-010100001101 111,376 1
-010100001101 168,111 1
-010100001101 100,221 1
-010100001101 271,135 1
-010100001101 161,266 1
-010100001101 173,702 1
-010100001101 80,206 1
-010100001101 175,626 1
-010100001101 162,904 1
-010100001101 57.85 1
-010100001101 Avante/Garde 1
-010100001101 74,141 1
-010100001101 465,465,564 1
-010100001101 394,300 1
-010100001101 32,494,029 1
-010100001101 653,284 1
-010100001101 65,048 1
-010100001101 30,115,616 1
-010100001101 63,073 1
-010100001101 24636.46 1
-010100001101 635,693 1
-010100001101 3.7919 1
-010100001101 286,634 1
-010100001101 pre-place 1
-010100001101 868,709 1
-010100001101 775,843 1
-010100001101 246,828,744 1
-010100001101 2.29751 1
-010100001101 232,199,275 1
-010100001101 1,239,000 1
-010100001101 89,619 1
-010100001101 19,909 1
-010100001101 46,335 1
-010100001101 76,509 1
-010100001101 8,640,762 1
-010100001101 274,194 1
-010100001101 non-finished 1
-010100001101 outgoon 1
-010100001101 350,500 1
-010100001101 3665.93 1
-010100001101 201,786 1
-010100001101 14,893 1
-010100001101 98,664 1
-010100001101 159,449 1
-010100001101 141,895 1
-010100001101 84,240 1
-010100001101 101,374 1
-010100001101 36,249,159 1
-010100001101 988,300 1
-010100001101 Marshmallows 1
-010100001101 demimunicipal 1
-010100001101 214,574 1
-010100001101 264,824 1
-010100001101 334,165 1
-010100001101 841,850 1
-010100001101 beand 1
-010100001101 446.76 1
-010100001101 unspool 1
-010100001101 72.098 1
-010100001101 654.74 1
-010100001101 450,741 1
-010100001101 4,493,470 1
-010100001101 8,677,500 1
-010100001101 331.90 1
-010100001101 989,568 1
-010100001101 self-regulate 1
-010100001101 510,675 1
-010100001101 35,235,783 1
-010100001101 249,183,477 1
-010100001101 Asianet 1
-010100001101 7,849,000 1
-010100001101 fledglings 1
-010100001101 276,074 1
-010100001101 4,809 1
-010100001101 33,495,843 1
-010100001101 crumble/ 1
-010100001101 6,240 1
-010100001101 21,430 1
-010100001101 80,986 1
-010100001101 50,255 1
-010100001101 507,868 1
-010100001101 433.57 1
-010100001101 74,531 1
-010100001101 decaffeinate 1
-010100001101 35,719 1
-010100001101 militarize 1
-010100001101 250,557 1
-010100001101 23,362 1
-010100001101 96,746 1
-010100001101 1,071,327 1
-010100001101 MANIFATTURA 1
-010100001101 428.87 1
-010100001101 576,535 1
-010100001101 250,759 1
-010100001101 319,326 1
-010100001101 131,915 1
-010100001101 494,395 1
-010100001101 96,521 1
-010100001101 1,130,338 1
-010100001101 76,663 1
-010100001101 113,720,000 1
-010100001101 115,200 1
-010100001101 24,566 1
-010100001101 33,574 1
-010100001101 278,932 1
-010100001101 8,374,291 1
-010100001101 26,268 1
-010100001101 5,556,533 1
-010100001101 lasso 1
-010100001101 32,772,671 1
-010100001101 pre-order 1
-010100001101 deferred-month 1
-010100001101 Israel-aimed 1
-010100001101 399,300 1
-010100001101 363,517 1
-010100001101 497,632 1
-010100001101 5,721,100 1
-010100001101 4,130 1
-010100001101 110,712 1
-010100001101 30,752 1
-010100001101 69,644 1
-010100001101 1,591,900 1
-010100001101 25,120 1
-010100001101 143,300 1
-010100001101 79,442 1
-010100001101 2,201,589 1
-010100001101 157,316 1
-010100001101 978,091 1
-010100001101 512,962 1
-010100001101 1,093,067 1
-010100001101 34,391,764 1
-010100001101 150,804 1
-010100001101 3,310,500 1
-010100001101 21.245 1
-010100001101 21.293 1
-010100001101 34,364 1
-010100001101 75,845 1
-010100001101 87,237 1
-010100001101 236,143,019 1
-010100001101 Komanoff 1
-010100001101 camera-clicking 1
-010100001101 Engender 1
-010100001101 19,329 1
-010100001101 6,316 1
-010100001101 3,502 1
-010100001101 Prentiss/ 1
-010100001101 77,573 1
-010100001101 disrobe 1
-010100001101 76.48 1
-010100001101 higher-rent 1
-010100001101 53,796 1
-010100001101 881,612 1
-010100001101 26,425,000 1
-010100001101 STC. 1
-010100001101 10,089 1
-010100001101 535,632 1
-010100001101 1.4985 1
-010100001101 9,103 1
-010100001101 13,775 1
-010100001101 takoevers 1
-010100001101 36,013,289 1
-010100001101 461,539,056 1
-010100001101 3,954,510 1
-010100001101 421,714 1
-010100001101 1,456,436 1
-010100001101 province-related 1
-010100001101 14,870,200 1
-010100001101 more-usable 1
-010100001101 741.5 1
-010100001101 17,140 1
-010100001101 6,205,654 1
-010100001101 73,899 1
-010100001101 1,003,913 1
-010100001101 85,553 1
-010100001101 6,048,900 1
-010100001101 63,059,170 1
-010100001101 304,706 1
-010100001101 840,723 1
-010100001101 363.04 1
-010100001101 521,074 1
-010100001101 1.6473 1
-010100001101 364.07 1
-010100001101 33,768 1
-010100001101 21,100 1
-010100001101 Mastery 1
-010100001101 Iran/Iraq 1
-010100001101 1,810,692 1
-010100001101 213,983,702 1
-010100001101 222,223 1
-010100001101 357.87 1
-010100001101 1,878,770 1
-010100001101 11,404 1
-010100001101 1.6413 1
-010100001101 27,572 1
-010100001101 292,102 1
-010100001101 399,579 1
-010100001101 1,383,068 1
-010100001101 355,551 1
-010100001101 279,582 1
-010100001101 184,936,231 1
-010100001101 359.03 1
-010100001101 111,519 1
-010100001101 3.2737 1
-010100001101 361.01 1
-010100001101 357.73 1
-010100001101 162.47 1
-010100001101 Supersteak 1
-010100001101 74.81 1
-010100001101 300,108 1
-010100001101 1,646,180 1
-010100001101 1.5243 1
-010100001101 Generate 1
-010100001101 392.04 1
-010100001101 399.38 1
-010100001101 over-regulate 1
-010100001101 Mudville 1
-010100001101 169,248 1
-010100001101 106,435 1
-010100001101 310,583 1
-010100001101 24,867 1
-010100001101 162.82 1
-010100001101 160-seat 1
-010100001101 417.39 1
-010100001101 59,225 1
-010100001101 26,130 1
-010100001101 91,716 1
-010100001101 306,381 1
-010100001101 31,704,221 1
-010100001101 287,734 1
-010100001101 68,912 1
-010100001101 409.18 1
-010100001101 1.2121 1
-010100001101 1,033,598 1
-010100001101 1.5368 1
-010100001101 mass-manufacture 1
-010100001101 428.3 1
-010100001101 33,912,960 1
-010100001101 5450 1
-010100001101 winkle 1
-010100001101 59,916 1
-010100001101 133,834 1
-010100001101 24,074 1
-010100001101 neoexpressionist 1
-010100001101 1.4753 1
-010100001101 2,093,000 1
-010100001101 conscientize 1
-010100001101 4950 1
-010100001101 74,915 1
-010100001101 1.4870 1
-010100001101 420.53 1
-010100001101 88,632 1
-010100001101 168,456 1
-010100001101 691,803 1
-010100001101 355.86 1
-010100001101 570,002 1
-010100001101 74.74 1
-010100001101 1,144,178 1
-010100001101 1.4648 1
-010100001101 101,352 1
-010100001101 97,317 1
-010100001101 670,977 1
-010100001101 1,840,811 1
-010100001101 1,510,361 1
-010100001101 726,255 1
-010100001101 197,942,072 1
-010100001101 hitchhike 1
-010100001101 16,635 1
-010100001101 31,373 1
-010100001101 5250 1
-010100001101 5.9413 1
-010100001101 149,777 1
-010100001101 70,198 1
-010100001101 1.4995 1
-010100001101 4,044 1
-010100001101 2,873,300 1
-010100001101 458,143,918 1
-010100001101 63,300 1
-010100001101 13,862 1
-010100001101 68,275 1
-010100001101 2,371 1
-010100001101 sucrose-intoxicated 1
-010100001101 115,536 1
-010100001101 outruns 1
-010100001101 413.54 1
-010100001101 87,542 1
-010100001101 22,576,570 1
-010100001101 whistle-blow 1
-010100001101 694,208 1
-010100001101 1.4838 1
-010100001101 more-colorful 1
-010100001101 13,392,500 1
-010100001101 61,451 1
-010100001101 308,232 1
-010100001101 1.5220 1
-010100001101 1.4983 1
-010100001101 325,540 1
-010100001101 de-ice 1
-010100001101 3,979,619 1
-010100001101 296,574 1
-010100001101 585,830 1
-010100001101 882,404 1
-010100001101 8,124 1
-010100001101 5.6545 1
-010100001101 19,939,200 1
-010100001101 190,552,351 1
-010100001101 41,153 1
-010100001101 83,174 1
-010100001101 124,327 1
-010100001101 27,126 1
-010100001101 39,182 1
-010100001101 91,286 1
-010100001101 11,432,000 1
-010100001101 113,309 1
-010100001101 21,851 1
-010100001101 overpreach 1
-010100001101 MLX. 1
-010100001101 CJI. 1
-010100001101 21,138 1
-010100001101 24,882 1
-010100001101 16,657 1
-010100001101 32,087,854 1
-010100001101 U.S.-distilled 1
-010100001101 385.46 1
-010100001101 726,700 1
-010100001101 1.6039 1
-010100001101 1,381,438 1
-010100001101 1353.63 1
-010100001101 Arkwright-Boston 1
-010100001101 diesel-electric-powered 1
-010100001101 366.02 1
-010100001101 111,138 1
-010100001101 145,176 1
-010100001101 313,978 1
-010100001101 586,025 1
-010100001101 5,960,776 1
-010100001101 28,591 1
-010100001101 62,558 1
-010100001101 105,963 1
-010100001101 2,521,600 1
-010100001101 28,523 1
-010100001101 secede. 1
-010100001101 73.71 1
-010100001101 27,632,052 1
-010100001101 409,286,890 1
-010100001101 Garp 1
-010100001101 390.75 1
-010100001101 1.4928 1
-010100001101 984,012 1
-010100001101 7,521,798 1
-010100001101 335,327 1
-010100001101 1.5438 1
-010100001101 389.55 1
-010100001101 972,500 1
-010100001101 59,797 1
-010100001101 Write-Downs 1
-010100001101 S.T.E.W. 1
-010100001101 43,692 1
-010100001101 60,944 1
-010100001101 920,940 1
-010100001101 241,700 1
-010100001101 35,124,731 1
-010100001101 429.39 1
-010100001101 113,077 1
-010100001101 Self-Promotion 1
-010100001101 1979-model 1
-010100001101 Whet 1
-010100001101 349.62 1
-010100001101 206,245,304 1
-010100001101 351.30 1
-010100001101 348.76 1
-010100001101 348.03 1
-010100001101 347.32 1
-010100001101 6.4775 1
-010100001101 516,928 1
-010100001101 352.29 1
-010100001101 Iran-inspired 1
-010100001101 Agitate 1
-010100001101 3,630,000 1
-010100001101 27,641,267 1
-010100001101 8,444,449 1
-010100001101 97,849 1
-010100001101 41,793 1
-010100001101 78,983 1
-010100001101 2,645,923 1
-010100001101 high-absorbency 1
-010100001101 LIPA. 1
-010100001101 BAR/LNS 1
-010100001101 637,768 1
-010100001101 1.4232 1
-010100001101 509.5 1
-010100001101 786,668 1
-010100001101 re-excite 1
-010100001101 78.83 1
-010100001101 204,270 1
-010100001101 football-helmet-shaped 1
-010100001101 192,001 1
-010100001101 308,277 1
-010100001101 104,920 1
-010100001101 dangerous-bone-marrow 1
-010100001101 98,938 1
-010100001101 65,626 1
-010100001101 33,842 1
-010100001101 621.5 1
-010100001101 190,417,798 1
-010100001101 140,275,780 1
-010100001101 50,142,018 1
-010100001101 77,746 1
-010100001101 62,563 1
-010100001101 Oklahoma-based 1
-010100001101 319,500 1
-010100001101 saccharine/cutsey 1
-010100001101 54,217 1
-010100001101 1,350,358 1
-010100001101 284,085 1
-010100001101 1,003,142 1
-010100001101 62,064 1
-010100001101 211,966 1
-010100001101 hedging-type 1
-010100001101 306,758 1
-010100001101 104,243 1
-010100001101 10,684 1
-010100001101 40,390 1
-010100001101 90,590 1
-010100001101 Alberic 1
-010100001101 378,653 1
-010100001101 163,473 1
-010100001101 178,448,097 1
-010100001101 543,459 1
-010100001101 52,076,794 1
-010100001101 Anglicanism 1
-010100001101 77,966 1
-010100001101 77,501 1
-010100001101 198,172 1
-010100001101 161,911 1
-010100001101 332,057 1
-010100001101 119,356 1
-010100001101 287,537 1
-010100001101 29.64 1
-010100001101 954,161 1
-010100001101 5,352 1
-010100001101 12,952 1
-010100001101 313,204 1
-010100001101 576.5 1
-010100001101 487,199 1
-010100001101 460,173,531 1
-010100001101 2,807,681 1
-010100001101 55,984 1
-010100001101 1.3830 1
-010100001101 547,347,585 1
-010100001101 50,246 1
-010100001101 495,904 1
-010100001101 1.3695 1
-010100001101 0.8145 1
-010100001101 Balzac. 1
-010100001101 2,213 1
-010100001101 95,426 1
-010100001101 242.89 1
-010100001101 3,084,750 1
-010100001101 247,550 1
-010100001101 fin-tailed 1
-010100001101 78.73 1
-010100001101 54,186 1
-010100001101 11,707 1
-010100001101 55,068 1
-010100001101 4,838 1
-010100001101 24,691 1
-010100001101 890,168 1
-010100001101 14,718,106 1
-010100001101 45.98 1
-010100001101 896,468 1
-010100001101 3,865 1
-010100001101 208,266 1
-010100001101 borrow-and-pay 1
-010100001101 near-front-runner 1
-010100001101 OH58D 1
-010100001101 56,676,853 1
-010100001101 193,099,772 1
-010100001101 convey. 1
-010100001101 freeze-dry 1
-010100001101 587,534 1
-010100001101 516.50 1
-010100001101 388.46 1
-010100001101 hard-boiling 1
-010100001101 272,167 1
-010100001101 80.09 1
-010100001101 1,365,000 1
-010100001101 12,027 1
-010100001101 20,038 1
-010100001101 22,536 1
-010100001101 95,482 1
-010100001101 terminal-related 1
-010100001101 144,954 1
-010100001101 22,640 1
-010100001101 42,979 1
-010100001101 71,284 1
-010100001101 740,500 1
-010100001101 domestic-theme 1
-010100001101 CGS. 1
-010100001101 Latino-owned 1
-010100001101 103,273 1
-010100001101 56,574 1
-010100001101 non-U.S.flag 1
-010100001101 RealData 1
-010100001101 NTC. 1
-010100001101 297.72 1
-010100001101 80.51 1
-010100001101 536,050 1
-010100001101 537,076 1
-010100001101 denude 1
-010100001101 105,632 1
-010100001101 1.3605 1
-010100001101 24,683 1
-010100001101 3,563 1
-010100001101 14,251 1
-010100001101 5,926 1
-010100001101 115,106 1
-010100001101 339,997 1
-010100001101 209,961,787 1
-010100001101 139,029,369 1
-010100001101 76,198 1
-010100001101 63,288,585 1
-010100001101 152,520,428 1
-010100001101 WesPar 1
-010100001101 707,593 1
-010100001101 intra-Community 1
-010100001101 quasisports 1
-010100001101 5,128,206 1
-010100001101 5,208,000 1
-010100001101 367,413 1
-010100001101 224,889 1
-010100001101 18,950 1
-010100001101 overbill 1
-010100001101 32,021 1
-010100001101 misroute 1
-010100001101 20,4l6,216 1
-010100001101 reinter 1
-010100001101 228,870 1
-010100001101 7,070,000 1
-010100001101 jackknife 1
-010100001101 WSY 1
-010100001101 2,442,405 1
-010100001101 OPEC-decreed 1
-010100001101 7,735 1
-010100001101 1,173,675 1
-010100001101 1,500,398 1
-010100001101 1,398,969 1
-010100001101 807,995 1
-010100001101 34,403,291 1
-010100001101 156,806 1
-010100001101 151,092,000 1
-010100001101 safekeep 1
-010100001101 52,902 1
-010100001101 2,670,876 1
-010100001101 92,454 1
-010100001101 14,489,200 1
-010100001101 108,132 1
-010100001101 43,859 1
-010100001101 persist. 1
-010100001101 203,977 1
-010100001101 16,171 1
-010100001101 342,637 1
-010100001101 80,134 1
-010100001101 124,674 1
-010100001101 deworm 1
-010100001101 gerry-rigged 1
-010100001101 111,250 1
-010100001101 2.9762 1
-010100001101 33,943 1
-010100001101 19,156 1
-010100001101 289,640 1
-010100001101 puffers 1
-010100001101 72,941 1
-010100001101 1,180,335 1
-010100001101 4,308,144 1
-010100001101 public/society 1
-010100001101 cityfolk 1
-010100001101 129,090 1
-010100001101 42,223 1
-010100001101 52,641 1
-010100001101 forstall 1
-010100001101 SKr413 1
-010100001101 1.1753 1
-010100001101 224,100 1
-010100001101 29,284,965 1
-010100001101 380,369,863 1
-010100001101 900,360 1
-010100001101 666,800 1
-010100001101 adulterate 1
-010100001101 371,819 1
-010100001101 691,700 1
-010100001101 self-induce 1
-010100001101 206,354 1
-010100001101 1,022,725 1
-010100001101 79,636 1
-010100001101 1,174,841 1
-010100001101 83,329 1
-010100001101 150,396 1
-010100001101 1,770,937 1
-010100001101 128,104 1
-010100001101 30,880,000 1
-010100001101 499,136 1
-010100001101 11,772.69 1
-010100001101 1.3450 1
-010100001101 18,680,000 1
-010100001101 Goudchaux/Maison 1
-010100001101 99,430 1
-010100001101 29,225 1
-010100001101 38,948 1
-010100001101 179,297 1
-010100001101 11,975 1
-010100001101 13,985 1
-010100001101 3,193 1
-010100001101 59,368 1
-010100001101 out-guess 2
-010100001101 3,590 2
-010100001101 Vaseretic 2
-010100001101 bright-colored 2
-010100001101 exasperate 2
-010100001101 889,301 2
-010100001101 30,800 2
-010100001101 deregister 2
-010100001101 Civilize 2
-010100001101 3,475 2
-010100001101 strategize 2
-010100001101 pre-announce 2
-010100001101 consumers. 2
-010100001101 Evict 2
-010100001101 161,800 2
-010100001101 denuclearize 2
-010100001101 Bountiful 2
-010100001101 8,786,497 2
-010100001101 1,898 2
-010100001101 242.20 2
-010100001101 embezzel 2
-010100001101 co-found 2
-010100001101 1,383 2
-010100001101 winter-sown 2
-010100001101 1,431 2
-010100001101 innoculate 2
-010100001101 Diagnose 2
-010100001101 30,197,347 2
-010100001101 336,806 2
-010100001101 2,160,292 2
-010100001101 supercharge 2
-010100001101 Interhome 2
-010100001101 1,207 2
-010100001101 backdate 2
-010100001101 idealize 2
-010100001101 tailor-make 2
-010100001101 sicken 2
-010100001101 nark 2
-010100001101 14-pound 2
-010100001101 Handle 2
-010100001101 4680 2
-010100001101 Unite 2
-010100001101 debar 3
-010100001101 emasculate 3
-010100001101 co-finance 3
-010100001101 repropose 3
-010100001101 asbestos-laden 3
-010100001101 A-plus- 3
-010100001101 3,025 3
-010100001101 reconquer 3
-010100001101 658.5 3
-010100001101 decapitate 3
-010100001101 achieve. 3
-010100001101 decontaminate 3
-010100001101 328,098 3
-010100001101 co-market 3
-010100001101 vaccinate 3
-010100001101 liquefy 4
-010100001101 guzzle 4
-010100001101 Swallow 4
-010100001101 4,340 4
-010100001101 Acquire 4
-010100001101 1,085 4
-010100001101 3,010 5
-010100001101 4,260 5
-010100001101 1,020,000 5
-010100001101 poach 6
-010100001101 remarry 6
-010100001101 micro-manage 7
-010100001101 Replace 8
-010100001101 repossess 8
-010100001101 Prevent 9
-010100001101 irrigate 10
-010100001101 rehearse 10
-010100001101 reinsure 10
-010100001101 reformulate 11
-010100001101 retake 11
-010100001101 securitize 15
-010100001101 accumulate 177
-010100001101 buy 17951
-010100001101 plead 407
-0101000011100 3,715 1
-0101000011100 near-historic 1
-0101000011100 quicky 1
-0101000011100 vaunting 1
-0101000011100 coagulate 1
-0101000011100 laser-scan 1
-0101000011100 higher-skill 1
-0101000011100 float-building 1
-0101000011100 Sumitomo-group 1
-0101000011100 self-inject 1
-0101000011100 desalt 1
-0101000011100 high-default 1
-0101000011100 pre-Sterling 1
-0101000011100 ECU-based 1
-0101000011100 ungrudging 1
-0101000011100 muff 1
-0101000011100 Poloniuslike 1
-0101000011100 misplace 1
-0101000011100 mesmerize 2
-0101000011100 expunge 2
-0101000011100 hand-make 2
-0101000011100 co-fund 2
-0101000011100 dicate 2
-0101000011100 fulfil 2
-0101000011100 publicity-conscious 2
-0101000011100 pre-screen 2
-0101000011100 outdistance 3
-0101000011100 cross-subsidize 4
-0101000011100 connote 5
-0101000011100 pre-fund 5
-0101000011100 distill 7
-0101000011100 feign 7
-0101000011100 proffer 7
-0101000011100 kindle 7
-0101000011100 exude 10
-0101000011100 reinstitute 12
-0101000011100 brook 12
-0101000011100 forego 15
-0101000011100 reallocate 24
-0101000011100 embody 26
-0101000011100 engender 28
-0101000011100 herald 39
-0101000011100 emit 40
-0101000011100 amass 54
-0101000011100 arouse 59
-0101000011100 inflict 61
-0101000011100 precipitate 65
-0101000011100 spawn 67
-0101000011100 ignite 76
-0101000011100 erect 77
-0101000011100 wield 86
-0101000011100 garner 89
-0101000011100 inspire 141
-0101000011100 exert 160
-0101000011100 transmit 180
-0101000011100 extract 185
-0101000011100 undergo 198
-0101000011100 provoke 205
-0101000011100 divert 226
-0101000011100 inject 236
-0101000011100 incur 239
-0101000011100 withhold 242
-0101000011100 authorize 315
-0101000011100 appoint 327
-0101000011100 reap 343
-0101000011100 foster 349
-0101000011100 solicit 362
-0101000011100 spark 422
-0101000011100 employ 545
-0101000011100 pose 620
-0101000011100 hire 1010
-0101000011100 impose 1224
-0101000011100 generate 1395
-0101000011100 attract 1570
-0101000011100 create 3479
-0101000011100 produce 4251
-0101000011100 provide 8696
-0101000011100 receive 5283
-0101000011101 finished-product 1
-0101000011101 94,645,000 1
-0101000011101 17,049,000 1
-0101000011101 remortgage 1
-0101000011101 relends 1
-0101000011101 Thursdayfor 1
-0101000011101 underfund 1
-0101000011101 re-award 1
-0101000011101 cross-pollinate 1
-0101000011101 6,673,026 1
-0101000011101 17,992,000 1
-0101000011101 51,540,000 1
-0101000011101 electrify 1
-0101000011101 productivity-oriented 1
-0101000011101 1,549 1
-0101000011101 whosever 1
-0101000011101 48,599,000 1
-0101000011101 316,372,000 1
-0101000011101 re-insure 1
-0101000011101 3,039,697 1
-0101000011101 267,773,000 1
-0101000011101 41,790,000 1
-0101000011101 foreignersso 1
-0101000011101 509,635 1
-0101000011101 20-times 1
-0101000011101 overexpand 2
-0101000011101 underpay 2
-0101000011101 overstay 2
-0101000011101 2,036 2
-0101000011101 re-invest 2
-0101000011101 ransack 2
-0101000011101 discolor 2
-0101000011101 pre-position 2
-0101000011101 regularize 3
-0101000011101 snacked 3
-0101000011101 out-earn 3
-0101000011101 marshall 4
-0101000011101 outsource 4
-0101000011101 mangle 6
-0101000011101 overstep 6
-0101000011101 relend 6
-0101000011101 deduce 10
-0101000011101 relive 10
-0101000011101 allot 10
-0101000011101 embezzle 11
-0101000011101 retrace 13
-0101000011101 generalize 15
-0101000011101 dangle 15
-0101000011101 abdicate 15
-0101000011101 earmark 17
-0101000011101 extrapolate 19
-0101000011101 disburse 20
-0101000011101 impound 20
-0101000011101 cull 21
-0101000011101 remit 25
-0101000011101 squander 27
-0101000011101 subtract 28
-0101000011101 expend 28
-0101000011101 repatriate 35
-0101000011101 launder 35
-0101000011101 disallow 37
-0101000011101 extort 48
-0101000011101 disgorge 63
-0101000011101 wring 65
-0101000011101 derive 73
-0101000011101 accrue 79
-0101000011101 forfeit 88
-0101000011101 funnel 101
-0101000011101 forgive 112
-0101000011101 reschedule 114
-0101000011101 conserve 125
-0101000011101 surpass 149
-0101000011101 donate 153
-0101000011101 allocate 154
-0101000011101 consume 164
-0101000011101 relinquish 186
-0101000011101 devote 246
-0101000011101 recoup 271
-0101000011101 deduct 328
-0101000011101 fetch 368
-0101000011101 defer 399
-0101000011101 collect 793
-0101000011101 suffer 837
-0101000011101 borrow 897
-0101000011101 withdraw 994
-0101000011101 recover 1168
-0101000011101 exceed 1649
-0101000011101 earn 1652
-0101000011101 retain 1887
-0101000011101 save 2001
-0101000011101 lose 2570
-0101000011101 raise 7161
-0101000011101 spend 3314
-0101000011110 chowing 1
-0101000011110 plough 2
-0101000011110 imbibe 3
-0101000011110 jaywalk 3
-0101000011110 overbuild 3
-0101000011110 declaim 3
-0101000011110 controvert 3
-0101000011110 choreograph 4
-0101000011110 quaff 4
-0101000011110 victimize 4
-0101000011110 fillet 4
-0101000011110 eject 5
-0101000011110 mass-produce 6
-0101000011110 unfurl 6
-0101000011110 remand 6
-0101000011110 scavenge 6
-0101000011110 procrastinate 7
-0101000011110 sprinkle 9
-0101000011110 expound 9
-0101000011110 replant 9
-0101000011110 scribble 9
-0101000011110 drape 9
-0101000011110 shoehorn 10
-0101000011110 honk 10
-0101000011110 trample 11
-0101000011110 revere 12
-0101000011110 crisscross 12
-0101000011110 jot 12
-0101000011110 munch 13
-0101000011110 mow 13
-0101000011110 ripen 13
-0101000011110 bathe 14
-0101000011110 splice 15
-0101000011110 corral 16
-0101000011110 inhale 17
-0101000011110 reprint 17
-0101000011110 gouge 17
-0101000011110 tuck 19
-0101000011110 underperform 19
-0101000011110 unionize 20
-0101000011110 improvise 22
-0101000011110 bestow 25
-0101000011110 zap 25
-0101000011110 awaken 26
-0101000011110 regroup 31
-0101000011110 weave 33
-0101000011110 rotate 34
-0101000011110 inhabit 34
-0101000011110 bleed 36
-0101000011110 starve 36
-0101000011110 stagger 36
-0101000011110 compose 38
-0101000011110 brighten 39
-0101000011110 navigate 39
-0101000011110 chop 39
-0101000011110 dissipate 41
-0101000011110 nurture 44
-0101000011110 rattle 45
-0101000011110 litigate 46
-0101000011110 roam 51
-0101000011110 oblige 53
-0101000011110 retrench 54
-0101000011110 preach 55
-0101000011110 edit 58
-0101000011110 tread 59
-0101000011110 legislate 65
-0101000011110 clamp 66
-0101000011110 plow 71
-0101000011110 enroll 71
-0101000011110 dispense 72
-0101000011110 circulate 74
-0101000011110 multiply 76
-0101000011110 reproduce 79
-0101000011110 shave 80
-0101000011110 skip 96
-0101000011110 unite 114
-0101000011110 breathe 117
-0101000011110 heed 122
-0101000011110 marry 131
-0101000011110 flee 138
-0101000011110 endure 158
-0101000011110 muster 169
-0101000011110 occupy 173
-0101000011110 swallow 189
-0101000011110 sing 213
-0101000011110 worsen 216
-0101000011110 sink 240
-0101000011110 weigh 262
-0101000011110 govern 269
-0101000011110 grab 293
-0101000011110 burn 297
-0101000011110 advertise 323
-0101000011110 shoot 328
-0101000011110 gather 337
-0101000011110 mount 362
-0101000011110 register 378
-0101000011110 hide 386
-0101000011110 tap 437
-0101000011110 sue 626
-0101000011110 attend 680
-0101000011110 wear 695
-0101000011110 eat 727
-0101000011110 perform 934
-0101000011110 fly 976
-0101000011110 survive 983
-0101000011110 draw 1288
-0101000011110 write 1710
-0101000011110 pass 1790
-0101000011110 file 1954
-0101000011110 serve 2367
-0101000011110 follow 2511
-0101000011110 grow 2732
-0101000011110 operate 2811
-0101000011110 reach 3559
-0101000011110 hold 6236
-0101000011110 leave 4168
-0101000011111 40,958 1
-0101000011111 80,628 1
-0101000011111 54,762 1
-0101000011111 13,167 1
-0101000011111 70,593 1
-0101000011111 126,064 1
-0101000011111 81,317 1
-0101000011111 45,005 1
-0101000011111 349,328 1
-0101000011111 86,264 1
-0101000011111 64,299 1
-0101000011111 328,455 1
-0101000011111 130,493 1
-0101000011111 191,340 1
-0101000011111 108,619 1
-0101000011111 88,730 1
-0101000011111 31,651 1
-0101000011111 446,686 1
-0101000011111 21,452 1
-0101000011111 544,246 1
-0101000011111 531,253 1
-0101000011111 557,086 1
-0101000011111 95,689 1
-0101000011111 48,265 1
-0101000011111 329,295 1
-0101000011111 78,555 1
-0101000011111 vye 1
-0101000011111 142,248 1
-0101000011111 296,965 1
-0101000011111 207,823 1
-0101000011111 499.56 1
-0101000011111 1,834,188 1
-0101000011111 2,034,000 1
-0101000011111 484,875 1
-0101000011111 332,781 1
-0101000011111 730,545 1
-0101000011111 558,887 1
-0101000011111 1,093,169 1
-0101000011111 160,509 1
-0101000011111 2,531,000 1
-0101000011111 non-craft 1
-0101000011111 116,162 1
-0101000011111 196,988 1
-0101000011111 163,210 1
-0101000011111 150,704 1
-0101000011111 82,109 1
-0101000011111 191,525 1
-0101000011111 263,629 1
-0101000011111 242,171 1
-0101000011111 121,121 1
-0101000011111 842,322 1
-0101000011111 382.38 1
-0101000011111 135,540 1
-0101000011111 3,689,000 1
-0101000011111 1,782,000 1
-0101000011111 149,134 1
-0101000011111 24,714 1
-0101000011111 19,667 1
-0101000011111 2412.7 1
-0101000011111 381,124 1
-0101000011111 WQBA 1
-0101000011111 442,221 1
-0101000011111 1,979 1
-0101000011111 71,674 1
-0101000011111 144,566 1
-0101000011111 346,536 1
-0101000011111 infrastucture 1
-0101000011111 423,681 1
-0101000011111 320,030 1
-0101000011111 577,533 1
-0101000011111 633,869 1
-0101000011111 344,068 1
-0101000011111 scimitars 1
-0101000011111 88,722 1
-0101000011111 144,816 1
-0101000011111 1,031,382 1
-0101000011111 expatiate 1
-0101000011111 2,766 1
-0101000011111 605,309 1
-0101000011111 380,00 1
-0101000011111 1,033,305 1
-0101000011111 0.5600 1
-0101000011111 474,336 1
-0101000011111 936,916 1
-0101000011111 688,708 1
-0101000011111 777,682 1
-0101000011111 27,775 1
-0101000011111 10,528 1
-0101000011111 225,995 1
-0101000011111 157,386 1
-0101000011111 71,146 1
-0101000011111 331,471 1
-0101000011111 259,413 1
-0101000011111 120,913 1
-0101000011111 52,975 1
-0101000011111 plea-bargains 1
-0101000011111 119,762 1
-0101000011111 444,975 1
-0101000011111 324,915 1
-0101000011111 747,608 1
-0101000011111 42,948 1
-0101000011111 123,380 1
-0101000011111 109,254 1
-0101000011111 184,425 1
-0101000011111 134,598 1
-0101000011111 304,266 1
-0101000011111 123,580 1
-0101000011111 65,331 1
-0101000011111 178,261 1
-0101000011111 medium-income 1
-0101000011111 315,100 1
-0101000011111 31.406 1
-0101000011111 56,529 1
-0101000011111 26,362 1
-0101000011111 32,645 1
-0101000011111 174,133 1
-0101000011111 157,129 1
-0101000011111 168,695 1
-0101000011111 138,208 1
-0101000011111 184,812 1
-0101000011111 295,422 1
-0101000011111 pro-rate 1
-0101000011111 1,059,000 1
-0101000011111 230,238 1
-0101000011111 154,578 1
-0101000011111 11,168 1
-0101000011111 704,390 1
-0101000011111 800,300 1
-0101000011111 1,088,095 1
-0101000011111 731,795 1
-0101000011111 483,254 1
-0101000011111 1,899,000 1
-0101000011111 2,612,000 1
-0101000011111 1,786,000 1
-0101000011111 111,086 1
-0101000011111 1,492 1
-0101000011111 105,429 1
-0101000011111 10,401 1
-0101000011111 2,603 1
-0101000011111 322,200 1
-0101000011111 65,853 1
-0101000011111 86,049 1
-0101000011111 84,906 1
-0101000011111 137,844 1
-0101000011111 148,734 1
-0101000011111 53,907 1
-0101000011111 40,767 1
-0101000011111 89,288 1
-0101000011111 228,398 1
-0101000011111 88,913 1
-0101000011111 126,667 1
-0101000011111 32,608 1
-0101000011111 20,893 1
-0101000011111 fivemember 1
-0101000011111 958,623 1
-0101000011111 125,406 1
-0101000011111 re-tool 1
-0101000011111 5,178 1
-0101000011111 486,645 1
-0101000011111 36,820 1
-0101000011111 10,675 1
-0101000011111 45,817 1
-0101000011111 393,091 1
-0101000011111 244,940 1
-0101000011111 260,387 1
-0101000011111 Baal 1
-0101000011111 1,248,783 1
-0101000011111 918,892 1
-0101000011111 3,060,742 1
-0101000011111 472,293 1
-0101000011111 aviation-engine 1
-0101000011111 300,513 1
-0101000011111 462,468 1
-0101000011111 140,128 1
-0101000011111 137,483 1
-0101000011111 2,214,000 1
-0101000011111 3,012,000 1
-0101000011111 6,268,000 1
-0101000011111 164,6893 1
-0101000011111 418,600 1
-0101000011111 890,339 1
-0101000011111 155,589 1
-0101000011111 1,042,956 1
-0101000011111 6,361 1
-0101000011111 12,249,174 1
-0101000011111 161,643 1
-0101000011111 22,011 1
-0101000011111 352,550 1
-0101000011111 103,013 1
-0101000011111 32,234 1
-0101000011111 2,215,173 1
-0101000011111 1,807,377 1
-0101000011111 1,138,069 1
-0101000011111 1,048,528 1
-0101000011111 592,063 1
-0101000011111 86,240 1
-0101000011111 393,740 1
-0101000011111 ponied-up 1
-0101000011111 827,199 1
-0101000011111 528,605 1
-0101000011111 1,086,988 1
-0101000011111 gold-card-carrying 1
-0101000011111 95,687 1
-0101000011111 49,879 1
-0101000011111 399,532 1
-0101000011111 39,533 1
-0101000011111 91,491 1
-0101000011111 141,297 1
-0101000011111 508,319 1
-0101000011111 6,080 1
-0101000011111 32,190 1
-0101000011111 49,806 1
-0101000011111 340,806 1
-0101000011111 18,704 1
-0101000011111 88,188 1
-0101000011111 73,268 1
-0101000011111 8,161 1
-0101000011111 183,196 1
-0101000011111 118,669 1
-0101000011111 294,333 1
-0101000011111 76,934 1
-0101000011111 172,865 1
-0101000011111 98,094 1
-0101000011111 141,649 1
-0101000011111 12,349,000 1
-0101000011111 874,718 1
-0101000011111 955,171 1
-0101000011111 1,929,000 1
-0101000011111 1,134,238 1
-0101000011111 319,427 1
-0101000011111 150,631 1
-0101000011111 54,931 1
-0101000011111 14,008 1
-0101000011111 25,137 1
-0101000011111 83,826 1
-0101000011111 31,132 1
-0101000011111 33,156 1
-0101000011111 118,019 1
-0101000011111 248,367 1
-0101000011111 57,911 1
-0101000011111 127,676 1
-0101000011111 10,887 1
-0101000011111 11,976 1
-0101000011111 780,489 1
-0101000011111 304,471 1
-0101000011111 112,985 1
-0101000011111 487,196 1
-0101000011111 8,848 1
-0101000011111 1,218.5 1
-0101000011111 359,391 1
-0101000011111 502,234 1
-0101000011111 140,830 1
-0101000011111 29,518 1
-0101000011111 86,676 1
-0101000011111 210,441 1
-0101000011111 17,339 1
-0101000011111 McCarthyist 1
-0101000011111 391.03 1
-0101000011111 39,495 1
-0101000011111 440,737 1
-0101000011111 2,226,313 1
-0101000011111 168,904 1
-0101000011111 547,779 1
-0101000011111 40,379 1
-0101000011111 49,971 1
-0101000011111 3,638,279 1
-0101000011111 289,638 1
-0101000011111 906,739 1
-0101000011111 67,353 1
-0101000011111 fly-fish 1
-0101000011111 446,614 1
-0101000011111 21,015 1
-0101000011111 18,749 1
-0101000011111 58,474 1
-0101000011111 206,721 1
-0101000011111 247,470 1
-0101000011111 507,860 1
-0101000011111 366.03 2
-0101000011111 pontificate 2
-0101000011111 27,189 2
-0101000011111 countersue 3
-0101000011111 ce 3
-0101000011111 finagle 3
-0101000011111 base-pay 4
-0101000011111 impute 5
-0101000011111 high- 6
-0101000011111 reapply 9
-0101000011111 atone 9
-0101000011111 itemize 28
-0101000011111 retool 31
-0101000011111 compensate 505
-0101000011111 qualify 676
-0101000011111 pay 17356
-0101000011111 prepare 775
-01010001000 HOPEFUL 1
-01010001000 footers 1
-01010001000 unaccidental 1
-01010001000 agreeed 1
-01010001000 municpalities 1
-01010001000 CONTEND 1
-01010001000 hotfooting 1
-01010001000 disobeys 1
-01010001000 counterargue 1
-01010001000 scald 1
-01010001000 decked-out 1
-01010001000 cobs 1
-01010001000 hallucinates 1
-01010001000 posit 2
-01010001000 hypothesize 4
-01010001000 INDICATED 5
-01010001000 opine 7
-01010001000 chide 7
-01010001000 aver 8
-01010001000 theorize 22
-01010001000 laud 22
-01010001000 presume 34
-01010001000 stipulate 37
-01010001000 reckon 52
-01010001000 resent 136
-01010001000 allege 296
-01010001000 assert 414
-01010001000 warn 613
-01010001000 acknowledge 614
-01010001000 concede 626
-01010001000 admit 763
-01010001000 insist 1004
-01010001000 contend 1544
-01010001000 argue 2071
-01010001000 believe 8477
-01010001000 suggest 2314
-01010001001 Delfs-Haven 1
-01010001001 groats 1
-01010001001 overeat 1
-01010001001 Comptables 1
-01010001001 purvey 1
-01010001001 Berghuys 1
-01010001001 re-loading. 1
-01010001001 Seguradora 1
-01010001001 BLISS 1
-01010001001 spiderweb 1
-01010001001 1542 1
-01010001001 nurserymen 1
-01010001001 ADMITTED 1
-01010001001 snooped 1
-01010001001 agreement-in-principle 1
-01010001001 SERIOUS 1
-01010001001 underordered 1
-01010001001 SUFFER 1
-01010001001 Visnik 1
-01010001001 Lawhorn 1
-01010001001 AWAIT 1
-01010001001 overspeculated 1
-01010001001 Hou 1
-01010001001 osf 1
-01010001001 naturalize 1
-01010001001 Amochaev 1
-01010001001 misspecify 1
-01010001001 dragoon 1
-01010001001 Yabunaka 1
-01010001001 Seipen 1
-01010001001 firmwide 1
-01010001001 might. 1
-01010001001 111C 1
-01010001001 P2 1
-01010001001 Danan 1
-01010001001 back-checked 1
-01010001001 Bodil 1
-01010001001 offguard 1
-01010001001 intersected 1
-01010001001 includee 1
-01010001001 misbill 1
-01010001001 righthander 1
-01010001001 RECRUIT 1
-01010001001 poultices 1
-01010001001 issurers 1
-01010001001 Vater 1
-01010001001 clumped 1
-01010001001 yukked 1
-01010001001 Schornsteinfeger 1
-01010001001 misconverted 1
-01010001001 duelled 1
-01010001001 Mespel 1
-01010001001 Musikfreunde 1
-01010001001 T-cuirasses 1
-01010001001 influence-lawmakers 1
-01010001001 JOIN 1
-01010001001 descibe 1
-01010001001 dosed 1
-01010001001 226.45 2
-01010001001 225.93 2
-01010001001 171.35 2
-01010001001 belive 2
-01010001001 224.61 2
-01010001001 218.16 2
-01010001001 emeriti 2
-01010001001 211.02 2
-01010001001 223.00 2
-01010001001 non-Germans 2
-01010001001 183.44 2
-01010001001 210.39 2
-01010001001 212.69 2
-01010001001 want. 2
-01010001001 Slabbert 2
-01010001001 199.39 2
-01010001001 Eb 2
-01010001001 Haik 2
-01010001001 216.23 2
-01010001001 192.83 2
-01010001001 171.29 2
-01010001001 174.37 2
-01010001001 210.04 2
-01010001001 Lengthen 2
-01010001001 Erde 2
-01010001001 170.52 2
-01010001001 Lap-Chee 2
-01010001001 Unwisely 2
-01010001001 games. 2
-01010001001 177.39 2
-01010001001 175.08 2
-01010001001 202.84 3
-01010001001 STEAM 3
-01010001001 198.47 3
-01010001001 185.87 3
-01010001001 176.33 3
-01010001001 180.24 3
-01010001001 179.53 3
-01010001001 Gomberg 3
-01010001001 176.51 3
-01010001001 174.25 3
-01010001001 180.54 3
-01010001001 say. 4
-01010001001 203.71 4
-01010001001 180.06 4
-01010001001 oversell 4
-01010001001 216.49 4
-01010001001 Heyden 4
-01010001001 Embrace 5
-01010001001 squealed 5
-01010001001 demur 5
-01010001001 do. 7
-01010001001 say 30847
-01010001001 predict 1485
-01010001010 Nesterenko 1
-01010001010 possest 1
-01010001010 backslapped 1
-01010001010 manage. 1
-01010001010 mortuum 1
-01010001010 overlent 1
-01010001010 detoxed 1
-01010001010 learn. 1
-01010001010 failed. 1
-01010001010 asks. 1
-01010001010 skinny-dipped 1
-01010001010 populi 2
-01010001010 vulgarized 2
-01010001010 did. 2
-01010001010 trespasses 2
-01010001010 baby-sat 2
-01010001010 offed 3
-01010001010 grumped 3
-01010001010 dunno 3
-01010001010 yukking 3
-01010001010 can. 3
-01010001010 encapsulates 3
-01010001010 ar-re 3
-01010001010 Improvise 4
-01010001010 rhapsodized 4
-01010001010 unscrewed 5
-01010001010 Corinthians 5
-01010001010 Pagliacci 5
-01010001010 Rusticana 5
-01010001010 conjectures 6
-01010001010 overdid 6
-01010001010 dreamt 6
-01010001010 despaired 7
-01010001010 willed 8
-01010001010 snore 9
-01010001010 bragged 30
-01010001010 Attraction 36
-01010001010 whispered 41
-01010001010 swear 52
-01010001010 inquired 59
-01010001010 confess 84
-01010001010 guessed 90
-01010001010 cared 105
-01010001010 forgot 110
-01010001010 hated 114
-01010001010 regrets 127
-01010001010 regret 233
-01010001010 loved 274
-01010001010 liked 499
-01010001010 guess 712
-01010001010 realized 879
-01010001010 wish 898
-01010001010 suspect 964
-01010001010 learned 1873
-01010001010 knew 2215
-01010001010 felt 2279
-01010001010 thought 4901
-01010001010 hope 4013
-010100010110 Teure 1
-010100010110 cover-short-range 1
-010100010110 relabels 1
-010100010110 stylize 1
-010100010110 node-negative 1
-010100010110 overengineered 1
-010100010110 Fiamminghi 1
-010100010110 prize-winners 1
-010100010110 Pont-a-Mousson 1
-010100010110 avez 1
-010100010110 masturbate 1
-010100010110 mooned 1
-010100010110 teure 1
-010100010110 testify/Donald 1
-010100010110 Volgas 1
-010100010110 gots 1
-010100010110 anti-BST 1
-010100010110 Graham-and-Dodder 1
-010100010110 remolded 1
-010100010110 venerate 1
-010100010110 monkeymaking 1
-010100010110 air-evac 1
-010100010110 hoover 1
-010100010110 domesticate 1
-010100010110 stick-and-ball 1
-010100010110 saound 1
-010100010110 re-lay 1
-010100010110 outscore 2
-010100010110 deprecate 3
-010100010110 Shrunk 4
-010100010110 horrify 4
-010100010110 daresay 4
-010100010110 doin' 4
-010100010110 overdo 8
-010100010110 Hate 13
-010100010110 commend 26
-010100010110 suppose 230
-010100010110 feel 3861
-010100010110 think 13443
-010100010111 shanked 1
-010100010111 Vach 1
-010100010111 unclench 1
-010100010111 Dazzle 1
-010100010111 JIMBO 1
-010100010111 e-a-r-l-y 1
-010100010111 terrestris 1
-010100010111 Exercens 1
-010100010111 DEPRECIATE 1
-010100010111 imagaine 1
-010100010111 andrewsi 1
-010100010111 Bugger 1
-010100010111 cloudiness 1
-010100010111 name-it 1
-010100010111 elastica 1
-010100010111 Tittle 1
-010100010111 rasa 1
-010100010111 vivisectionists 1
-010100010111 Eichmanns 1
-010100010111 overpromise 1
-010100010111 genealogically 1
-010100010111 contract/strike 1
-010100010111 Cellini 1
-010100010111 understimate 1
-010100010111 sons-a-bleeps 1
-010100010111 non-fans 1
-010100010111 shido 1
-010100010111 trolled 1
-010100010111 Madecasses 1
-010100010111 cheerers 1
-010100010111 ghilianii 1
-010100010111 Mexiko 1
-010100010111 mistyeyed 1
-010100010111 masticate 1
-010100010111 virtueless 1
-010100010111 curled/But 1
-010100010111 capsulizes 1
-010100010111 Senbonzakura 1
-010100010111 dies. 1
-010100010111 gano 1
-010100010111 Florez 1
-010100010111 thirstier 1
-010100010111 three-on-one 1
-010100010111 bought-but 1
-010100010111 loped 1
-010100010111 byting 1
-010100010111 Redress 1
-010100010111 Zajick 1
-010100010111 birdhead 1
-010100010111 shimasu 1
-010100010111 generationally 1
-010100010111 threat-reactive 1
-010100010111 syem 2
-010100010111 Ordinis 2
-010100010111 need. 2
-010100010111 recollect 2
-010100010111 sugarcoat 3
-010100010111 know. 3
-010100010111 Patriarch 3
-010100010111 have. 4
-010100010111 shirk 7
-010100010111 faze 18
-010100010111 wondered 224
-010100010111 forget 571
-010100010111 specify 770
-010100010111 remember 957
-010100010111 wonder 1212
-010100010111 realize 1361
-010100010111 understand 2065
-010100010111 know 9243
-010100011000 bantered 1
-010100011000 re-allocate 1
-010100011000 tut-tut 1
-010100011000 figure-eights 1
-010100011000 primp 1
-010100011000 clomp 1
-010100011000 skulk 1
-010100011000 burble 1
-010100011000 fulminate 2
-010100011000 equivocate 2
-010100011000 huffy 2
-010100011000 free-associate 2
-010100011000 lolled 2
-010100011000 dawdle 2
-010100011000 enthuse 3
-010100011000 rhapsodize 4
-010100011000 fidget 4
-010100011000 Insist 4
-010100011000 prattling 4
-010100011000 moan 5
-010100011000 ruminate 5
-010100011000 screech 5
-010100011000 grieve 5
-010100011000 comport 5
-010100011000 chortle 5
-010100011000 dickered 5
-010100011000 bruise 6
-010100011000 seethe 7
-010100011000 fume 8
-010100011000 exclaim 8
-010100011000 reminisce 9
-010100011000 fantasize 10
-010100011000 dicker 10
-010100011000 confide 11
-010100011000 bicker 12
-010100011000 mutter 12
-010100011000 incline 15
-010100011000 congregate 19
-010100011000 jibe 21
-010100011000 squeal 24
-010100011000 quibble 33
-010100011000 grouse 34
-010100011000 brag 37
-010100011000 grumble 41
-010100011000 correspond 46
-010100011000 gripe 56
-010100011000 concur 58
-010100011000 attest 72
-010100011000 pretend 125
-010100011000 fret 138
-010100011000 boast 154
-010100011000 conform 155
-010100011000 bother 275
-010100011000 disagree 494
-010100011000 speculate 586
-010100011000 stick 768
-010100011000 complain 927
-010100011000 worry 2223
-010100011000 appear 3192
-010100011000 agree 3502
-010100011000 talk 3737
-010100011001 streetball 1
-010100011001 Backstairs 1
-010100011001 dead-ends 1
-010100011001 drooler 1
-010100011001 Heston-like 1
-010100011001 long-divisioning 1
-010100011001 bench-press 1
-010100011001 plumbs 1
-010100011001 preconizes 1
-010100011001 colorup 1
-010100011001 Mugged 1
-010100011001 Weirdos 1
-010100011001 salivates 1
-010100011001 Balk 1
-010100011001 Skit 1
-010100011001 non-adept 1
-010100011001 lookin' 1
-010100011001 eloped 1
-010100011001 affluents 1
-010100011001 unconsious 1
-010100011001 heresiarchs 1
-010100011001 Schwab-Free 1
-010100011001 loyalities 1
-010100011001 Take-Off 1
-010100011001 susan 1
-010100011001 choke-point 1
-010100011001 peskiest 1
-010100011001 Localities 1
-010100011001 hitmakers 1
-010100011001 straightaways 1
-010100011001 overbids 1
-010100011001 46-36 1
-010100011001 jingoists 1
-010100011001 reconstitutes 1
-010100011001 non-medalists 1
-010100011001 flamingly 1
-010100011001 slabmakers 1
-010100011001 vengefulness 1
-010100011001 non-swimmer 1
-010100011001 bottlenecked 1
-010100011001 sinker-baller 1
-010100011001 1,713 1
-010100011001 Gawd 1
-010100011001 SLOGANS 1
-010100011001 Humorists 1
-010100011001 leave-taking 1
-010100011001 devlopments 1
-010100011001 noodger 1
-010100011001 idea-mongers 1
-010100011001 salivated 1
-010100011001 Rooftops 1
-010100011001 melter 1
-010100011001 Unsafe 1
-010100011001 coheres 1
-010100011001 squared-off 1
-010100011001 Misfires 1
-010100011001 picketeers 1
-010100011001 assurance-but 1
-010100011001 Kermesse 1
-010100011001 townsmen 1
-010100011001 semiologists 1
-010100011001 step-downs 1
-010100011001 560th 1
-010100011001 squiggling 1
-010100011001 sentinels 1
-010100011001 superhub 1
-010100011001 body-and-assembly 1
-010100011001 boondoggler 2
-010100011001 scoffer 2
-010100011001 misbehaved 2
-010100011001 drool 2
-010100011001 caddied 2
-010100011001 Tilting 2
-010100011001 spritz 2
-010100011001 twinkled 2
-010100011001 two-pounder 2
-010100011001 tinkle 2
-010100011001 titter 2
-010100011001 particpate 3
-010100011001 loudmouth 3
-010100011001 jokester 3
-010100011001 salivate 3
-010100011001 ached 3
-010100011001 gnawed 3
-010100011001 gaped 4
-010100011001 billow 4
-010100011001 scamper 5
-010100011001 teeter 5
-010100011001 snipe 7
-010100011001 ditties 7
-010100011001 trembled 7
-010100011001 sniped 8
-010100011001 glittered 8
-010100011001 gawk 8
-010100011001 glared 8
-010100011001 chafes 8
-010100011001 sneeze 10
-010100011001 gnaws 10
-010100011001 peeks 11
-010100011001 bridle 12
-010100011001 gazed 13
-010100011001 swipes 14
-010100011001 blanch 14
-010100011001 ache 16
-010100011001 chafe 20
-010100011001 sneer 22
-010100011001 glances 28
-010100011001 cringe 28
-010100011001 stab 30
-010100011001 bristle 31
-010100011001 smelled 36
-010100011001 shudder 36
-010100011001 swipe 41
-010100011001 stare 47
-010100011001 marvel 50
-010100011001 stares 54
-010100011001 peek 58
-010100011001 scoff 63
-010100011001 balk 104
-010100011001 sounded 268
-010100011001 sounds 785
-010100011001 looked 1547
-010100011001 look 6585
-010100011001 looks 2255
-010100011010 Datsun-hunting 1
-010100011010 35,955 1
-010100011010 53,800 1
-010100011010 low-40s 1
-010100011010 stockpile-building 1
-010100011010 1361.00 1
-010100011010 included> 1
-010100011010 1565.4 1
-010100011010 24297.15 1
-010100011010 21500 1
-010100011010 24118.01 1
-010100011010 2,176,000 1
-010100011010 23964.91 1
-010100011010 1.8537 1
-010100011010 27324.02 1
-010100011010 homeport 1
-010100011010 Vneshechnombank 1
-010100011010 27532.25 1
-010100011010 1,579.9 1
-010100011010 376.49 1
-010100011010 resprout 1
-010100011010 reintensify 1
-010100011010 27894.81 1
-010100011010 969,522 1
-010100011010 fraternize 1
-010100011010 28970.03 1
-010100011010 783,170 1
-010100011010 2,618 1
-010100011010 28134.33 1
-010100011010 27976.92 1
-010100011010 particiapte 1
-010100011010 27582.29 1
-010100011010 27521.00 1
-010100011010 28234.51 1
-010100011010 pressure-test 1
-010100011010 28049.27 1
-010100011010 7ucceed 1
-010100011010 sooth 1
-010100011010 2,157,000 1
-010100011010 PERUSHAAN 1
-010100011010 Bangui 1
-010100011010 WCZY 1
-010100011010 whistlestops 1
-010100011010 emote 1
-010100011010 26,533 1
-010100011010 extirpate 1
-010100011010 counterretaliate 1
-010100011010 repond 1
-010100011010 top-notchers 1
-010100011010 bushwhack 1
-010100011010 69,149 1
-010100011010 35,036 1
-010100011010 245,827 1
-010100011010 273,441 1
-010100011010 2.9187 1
-010100011010 12,114,000 1
-010100011010 fill-light 1
-010100011010 anotherwise 1
-010100011010 9,739 1
-010100011010 198,818 1
-010100011010 14,890 1
-010100011010 computerdom 1
-010100011010 10,544 1
-010100011010 94.0 1
-010100011010 2,284 1
-010100011010 2,997 1
-010100011010 208.0 1
-010100011010 49,172 1
-010100011010 153,512 1
-010100011010 370.23-still 1
-010100011010 dial-switch 1
-010100011010 euthanize 1
-010100011010 Sevastapol 1
-010100011010 94-17 1
-010100011010 pyrite 1
-010100011010 saybut 1
-010100011010 nitpick 1
-010100011010 27628.88 1
-010100011010 281,392 1
-010100011010 34801.99 1
-010100011010 233,710 1
-010100011010 Kordofan 1
-010100011010 roosted 1
-010100011010 466.89 1
-010100011010 under-perform 1
-010100011010 664.50 1
-010100011010 49-30 1
-010100011010 hire-and-fire 1
-010100011010 nonreaders 1
-010100011010 106,667 1
-010100011010 254th 1
-010100011010 694,900 1
-010100011010 1060 1
-010100011010 1260 1
-010100011010 1250 1
-010100011010 1,149,341 1
-010100011010 3,936,000 1
-010100011010 3,939,000 1
-010100011010 21,657.67 1
-010100011010 171,730 1
-010100011010 20,675 1
-010100011010 1,880,776 1
-010100011010 373.73 1
-010100011010 1,359,020 1
-010100011010 3,788,325 1
-010100011010 1,233,158 1
-010100011010 2,555,167 1
-010100011010 1,256,471 1
-010100011010 155,398 1
-010100011010 387.66 1
-010100011010 fence-sit 1
-010100011010 wakefulness 1
-010100011010 aggress 1
-010100011010 remonstrated 1
-010100011010 23077.86 1
-010100011010 undertreat 1
-010100011010 equityholders 1
-010100011010 rusticate 1
-010100011010 555,194 1
-010100011010 zoologists 2
-010100011010 cohabit 2
-010100011010 partake 2
-010100011010 glower 2
-010100011010 6,822 2
-010100011010 2,198 2
-010100011010 23947.40 2
-010100011010 3362.39 2
-010100011010 1,182 2
-010100011010 27554.87 2
-010100011010 abscond 2
-010100011010 4,020 2
-010100011010 reaffiliate 2
-010100011010 luxuriate 2
-010100011010 procede 2
-010100011010 1240 2
-010100011010 narrow-shouldered 2
-010100011010 1,389 2
-010100011010 24483.82 2
-010100011010 hibernate 2
-010100011010 Menus 3
-010100011010 matted 3
-010100011010 partied 3
-010100011010 self-medicate 3
-010100011010 sup 4
-010100011010 235.41 4
-010100011010 exult 4
-010100011010 commiserate 4
-010100011010 exalt 4
-010100011010 collude 5
-010100011010 disembarked 5
-010100011010 macadamia 5
-010100011010 bottom-fish 5
-010100011010 dally 5
-010100011010 connive 5
-010100011010 puttering 5
-010100011010 misbehave 6
-010100011010 meditate 6
-010100011010 empathize 7
-010100011010 loiter 8
-010100011010 dovetail 8
-010100011010 cavort 9
-010100011010 decompose 9
-010100011010 overproduce 9
-010100011010 germinate 9
-010100011010 chime 9
-010100011010 hobnob 9
-010100011010 wallow 10
-010100011010 militate 10
-010100011010 flirt 11
-010100011010 simmer 11
-010100011010 persevere 13
-010100011010 resonate 14
-010100011010 meddle 16
-010100011010 gyrate 16
-010100011010 predominate 18
-010100011010 bask 19
-010100011010 culminate 19
-010100011010 socialize 20
-010100011010 revel 20
-010100011010 weep 20
-010100011010 collide 22
-010100011010 dabble 24
-010100011010 huddle 24
-010100011010 correlate 26
-010100011010 coexist 28
-010100011010 mingle 30
-010100011010 excel 31
-010100011010 converge 32
-010100011010 reincorporate 33
-010100011010 innovate 40
-010100011010 dine 41
-010100011010 tamper 44
-010100011010 languish 46
-010100011010 tinker 48
-010100011010 interact 49
-010100011010 err 51
-010100011010 collaborate 52
-010100011010 usher 54
-010100011010 originate 54
-010100011010 sympathize 57
-010100011010 wrestle 57
-010100011010 reside 68
-010100011010 confer 70
-010100011010 grapple 73
-010100011010 hover 82
-010100011010 thrive 109
-010100011010 grips 110
-010100011010 fluctuate 116
-010100011010 coincide 141
-010100011010 explode 148
-010100011010 behave 173
-010100011010 discriminate 182
-010100011010 specialize 183
-010100011010 rein 197
-010100011010 retaliate 230
-010100011010 communicate 298
-010100011010 interfere 305
-010100011010 prevail 334
-010100011010 intervene 435
-010100011010 cope 443
-010100011010 engage 479
-010100011010 arrive 518
-010100011010 testify 571
-010100011010 comply 746
-010100011010 cooperate 769
-010100011010 proceed 1207
-010100011010 participate 1382
-010100011010 invest 2032
-010100011010 compete 2168
-010100011010 live 2543
-010100011010 remain 6770
-010100011010 stay 2992
-0101000110110 1678.3 1
-0101000110110 rostand 1
-0101000110110 slunk 1
-0101000110110 respire 1
-0101000110110 21,644.32 1
-0101000110110 25512.79 1
-0101000110110 589.50 1
-0101000110110 RNT 1
-0101000110110 288.90 1
-0101000110110 2143.3 1
-0101000110110 24009.03 1
-0101000110110 panted 1
-0101000110110 negogiate 1
-0101000110110 glopped 1
-0101000110110 2214.2 1
-0101000110110 exapnd 1
-0101000110110 runes 1
-0101000110110 cash-needy 1
-0101000110110 shilly-shally 1
-0101000110110 riffled 1
-0101000110110 whiles 1
-0101000110110 1734.6 1
-0101000110110 lazing 1
-0101000110110 shooing 1
-0101000110110 wetted 1
-0101000110110 beavered 1
-0101000110110 check-signing 1
-0101000110110 Karelia 1
-0101000110110 riffle 1
-0101000110110 34759.48 1
-0101000110110 391.63 1
-0101000110110 2,010.85 1
-0101000110110 unshackling 1
-0101000110110 284.30 1
-0101000110110 Cauce 1
-0101000110110 sub-basement 1
-0101000110110 30MAY90 1
-0101000110110 387.10 1
-0101000110110 34515.83 1
-0101000110110 rewire 1
-0101000110110 27728.13 1
-0101000110110 rappel 2
-0101000110110 blackbirds 2
-0101000110110 1320 2
-0101000110110 pranced 2
-0101000110110 schlep 2
-0101000110110 cohere 2
-0101000110110 fudges 2
-0101000110110 Jask 2
-0101000110110 straggle 3
-0101000110110 vegetate 3
-0101000110110 marinate 3
-0101000110110 bobble 3
-0101000110110 pussyfoot 3
-0101000110110 sleepwalk 3
-0101000110110 slither 3
-0101000110110 obtrude 4
-0101000110110 Eternite 4
-0101000110110 devolve 4
-0101000110110 declasse 4
-0101000110110 fritter 5
-0101000110110 taketh 5
-0101000110110 gnaw 5
-0101000110110 flit 7
-0101000110110 regress 7
-0101000110110 meander 7
-0101000110110 trudge 7
-0101000110110 waft 7
-0101000110110 plod 8
-0101000110110 trundle 8
-0101000110110 zigzag 8
-0101000110110 zipping 9
-0101000110110 ramble 9
-0101000110110 slosh 9
-0101000110110 clamber 9
-0101000110110 careen 9
-0101000110110 tiptoe 10
-0101000110110 hark 11
-0101000110110 chisel 11
-0101000110110 rummage 12
-0101000110110 mince 13
-0101000110110 browse 13
-0101000110110 cower 13
-0101000110110 tagging 14
-0101000110110 coalesce 16
-0101000110110 scurry 18
-0101000110110 veer 19
-0101000110110 gravitate 20
-0101000110110 degenerate 22
-0101000110110 seep 22
-0101000110110 pounce 24
-0101000110110 wade 24
-0101000110110 disintegrate 26
-0101000110110 whittle 30
-0101000110110 sift 32
-0101000110110 intrude 33
-0101000110110 revolve 39
-0101000110110 migrate 40
-0101000110110 delve 43
-0101000110110 inquire 44
-0101000110110 descend 50
-0101000110110 wander 71
-0101000110110 evolve 76
-0101000110110 creep 82
-0101000110110 sail 108
-0101000110110 fade 176
-0101000110110 bounce 210
-0101000110110 slip 417
-0101000110110 lie 585
-0101000110110 walk 751
-0101000110110 sit 1096
-0101000110110 go 12662
-0101000110110 happen 1900
-0101000110111 213,164,234 1
-0101000110111 1,731,100 1
-0101000110111 two-putt 1
-0101000110111 5,290,000 1
-0101000110111 1,788,600 1
-0101000110111 A-1/single-A 1
-0101000110111 26,681,500 1
-0101000110111 6,605,000 1
-0101000110111 29,689 1
-0101000110111 4,023 1
-0101000110111 9,080 1
-0101000110111 1,589,300 1
-0101000110111 1,742,800 1
-0101000110111 mean. 1
-0101000110111 1,779,200 1
-0101000110111 534,771 1
-0101000110111 3,097,726 1
-0101000110111 6,007,645 1
-0101000110111 350,017 1
-0101000110111 672,192 1
-0101000110111 1,776,300 1
-0101000110111 2,215,500 1
-0101000110111 4,937 1
-0101000110111 4,240,000 1
-0101000110111 7,439,000 1
-0101000110111 34,958,000 1
-0101000110111 776,844 1
-0101000110111 17,492,000 1
-0101000110111 760,522 1
-0101000110111 2,230,500 1
-0101000110111 2,156,700 1
-0101000110111 2,200,100 1
-0101000110111 totter 1
-0101000110111 2,093,500 1
-0101000110111 6,098 1
-0101000110111 20900 1
-0101000110111 2,251,600 1
-0101000110111 178,384 1
-0101000110111 CFQ 1
-0101000110111 ELXSI 1
-0101000110111 40,709 1
-0101000110111 44,109 1
-0101000110111 10,143 1
-0101000110111 55,686 1
-0101000110111 7,163 1
-0101000110111 0.6500 1
-0101000110111 4,139,000 1
-0101000110111 100.35 1
-0101000110111 279,575 1
-0101000110111 31,362 1
-0101000110111 1,817,400 1
-0101000110111 3,195,500 1
-0101000110111 Entebbe 1
-0101000110111 979,919 1
-0101000110111 1,021,333 1
-0101000110111 triple-B-minus/A3 1
-0101000110111 single-A-two 1
-0101000110111 27149.55 1
-0101000110111 8,164,535 1
-0101000110111 343,008 1
-0101000110111 1,717,600 1
-0101000110111 7,195,999 1
-0101000110111 1,906,900 1
-0101000110111 1,957,900 1
-0101000110111 5,092,464 1
-0101000110111 1,729,800 1
-0101000110111 provisional-single-A-1 1
-0101000110111 966,538 1
-0101000110111 1,888,900 1
-0101000110111 1,684,600 1
-0101000110111 21,350 1
-0101000110111 4,947,049 1
-0101000110111 2,314,949 1
-0101000110111 1,797,200 1
-0101000110111 5,123 1
-0101000110111 990,383 1
-0101000110111 77,032 1
-0101000110111 673,987 1
-0101000110111 suffer. 1
-0101000110111 1,899,400 1
-0101000110111 309,561 1
-0101000110111 572,051 1
-0101000110111 2,746,997 1
-0101000110111 5,336,235 1
-0101000110111 1,434 1
-0101000110111 1,633,100 1
-0101000110111 678,405 1
-0101000110111 Arequipa 1
-0101000110111 733,750 1
-0101000110111 330,671 1
-0101000110111 1,656,400 1
-0101000110111 1,699,300 1
-0101000110111 27,931.24 1
-0101000110111 139,002 1
-0101000110111 600,573 1
-0101000110111 2,434,200 1
-0101000110111 2387.92 1
-0101000110111 Ba3 1
-0101000110111 2,317,200 1
-0101000110111 3,110,400 1
-0101000110111 60,158 1
-0101000110111 94,120 1
-0101000110111 2,212,500 1
-0101000110111 2,659,300 1
-0101000110111 3,148,000 1
-0101000110111 3,296,900 1
-0101000110111 5,614 1
-0101000110111 3,356 1
-0101000110111 24-1 1
-0101000110111 6,238 1
-0101000110111 104,479 1
-0101000110111 3,248 1
-0101000110111 23,286 1
-0101000110111 18,064 1
-0101000110111 16,607 1
-0101000110111 20,802 1
-0101000110111 Aa-2 1
-0101000110111 2,639,700 1
-0101000110111 12,857 1
-0101000110111 2,570,000 1
-0101000110111 2,687,500 1
-0101000110111 3,057,100 1
-0101000110111 342,150 1
-0101000110111 742,922 1
-0101000110111 Compri 1
-0101000110111 2,292,200 1
-0101000110111 594,080 1
-0101000110111 41,019 1
-0101000110111 3,079,200 1
-0101000110111 439.2 1
-0101000110111 441.2 1
-0101000110111 2,492,300 1
-0101000110111 21,913 1
-0101000110111 4,193 1
-0101000110111 2,895,200 1
-0101000110111 3,540,872 1
-0101000110111 2,246,400 1
-0101000110111 259,551 1
-0101000110111 hang-glided 1
-0101000110111 281,384 1
-0101000110111 412,824 1
-0101000110111 2,077,600 1
-0101000110111 74,081 1
-0101000110111 2,215,600 1
-0101000110111 1,763,200 1
-0101000110111 1,976,900 1
-0101000110111 12,099 1
-0101000110111 275,061 1
-0101000110111 3,223,100 1
-0101000110111 1,037,000 1
-0101000110111 2,132,400 1
-0101000110111 2,199,700 1
-0101000110111 27,638 1
-0101000110111 820,860 1
-0101000110111 852,650 1
-0101000110111 Not-Prime 1
-0101000110111 2,469,000 1
-0101000110111 3,116,800 1
-0101000110111 223,551 1
-0101000110111 384,196 1
-0101000110111 596,159 1
-0101000110111 305,483 1
-0101000110111 859,355 1
-0101000110111 2,783,300 1
-0101000110111 556,9535 1
-0101000110111 15,183,000 1
-0101000110111 2,925,200 1
-0101000110111 38,441 1
-0101000110111 83,600 1
-0101000110111 1,952,600 1
-0101000110111 doubleA-3 1
-0101000110111 2,014,100 1
-0101000110111 18964.01 1
-0101000110111 673,334 1
-0101000110111 2,685,800 1
-0101000110111 stop. 1
-0101000110111 2,869,200 1
-0101000110111 retire. 1
-0101000110111 26,234 1
-0101000110111 4,717 1
-0101000110111 4,858,537 1
-0101000110111 2,156,200 1
-0101000110111 2,786,300 1
-0101000110111 16,710 1
-0101000110111 2,914,300 1
-0101000110111 228,991 1
-0101000110111 124,323 1
-0101000110111 97,184 1
-0101000110111 A-1/single-A-plus 1
-0101000110111 SUPR 1
-0101000110111 3,817,675 1
-0101000110111 277,615 1
-0101000110111 352,867 1
-0101000110111 245,667 1
-0101000110111 299,915 1
-0101000110111 2,252,600 1
-0101000110111 1,343,822 1
-0101000110111 boy-size 1
-0101000110111 reaccelerate 1
-0101000110111 2,019,100 1
-0101000110111 1,953,900 1
-0101000110111 re-secede 1
-0101000110111 low-single-A 1
-0101000110111 ex-spouses 1
-0101000110111 42,961 1
-0101000110111 78,659 1
-0101000110111 33,036 1
-0101000110111 233,293 1
-0101000110111 11,855 1
-0101000110111 2,131,800 1
-0101000110111 8,020 1
-0101000110111 39,734 1
-0101000110111 1,191 1
-0101000110111 102.038 1
-0101000110111 228,789 1
-0101000110111 2,092,400 1
-0101000110111 58,904,000 1
-0101000110111 15,211 1
-0101000110111 6,386 1
-0101000110111 2,028,100 1
-0101000110111 30,801 1
-0101000110111 189,245 1
-0101000110111 2,711,900 1
-0101000110111 1,978,000 1
-0101000110111 24,798 1
-0101000110111 39,611 1
-0101000110111 hyprocrisy 1
-0101000110111 132,004 1
-0101000110111 mid-2600s 1
-0101000110111 2,233,400 1
-0101000110111 Triple-B-Plus 1
-0101000110111 2,716,700 1
-0101000110111 2,771,900 1
-0101000110111 46,121 1
-0101000110111 2,731,600 1
-0101000110111 Toscani 1
-0101000110111 42,489 1
-0101000110111 95,372 1
-0101000110111 34,667 1
-0101000110111 25,287 1
-0101000110111 68,859 1
-0101000110111 46,073 1
-0101000110111 Single-B-minus/C 1
-0101000110111 Triple-C-minus 1
-0101000110111 2,859,500 1
-0101000110111 85,533 1
-0101000110111 snigger 1
-0101000110111 843,234 1
-0101000110111 917,450 1
-0101000110111 2,777,100 1
-0101000110111 2.3-to-1 1
-0101000110111 3.1-to-1 1
-0101000110111 2,633,400 1
-0101000110111 2,552,000 1
-0101000110111 2,066,200 1
-0101000110111 4673 1
-0101000110111 34719.80 1
-0101000110111 2,244,600 1
-0101000110111 see. 1
-0101000110111 2,701,896 1
-0101000110111 6,384,178 1
-0101000110111 1,883,100 1
-0101000110111 2,729 1
-0101000110111 sell. 1
-0101000110111 46,182 1
-0101000110111 read. 1
-0101000110111 1,807,300 1
-0101000110111 1.3290 1
-0101000110111 2,123,200 1
-0101000110111 5,264 1
-0101000110111 orginate 1
-0101000110111 Televisionland 1
-0101000110111 1198.35 1
-0101000110111 51,093 1
-0101000110111 1,840,600 1
-0101000110111 376.03 1
-0101000110111 2,004,600 1
-0101000110111 A/A-1 1
-0101000110111 21,475 1
-0101000110111 2,072,700 1
-0101000110111 29,619,992 1
-0101000110111 1,818,351 1
-0101000110111 2,032,700 1
-0101000110111 833,404 1
-0101000110111 2,355,300 1
-0101000110111 2141 1
-0101000110111 1,911,100 1
-0101000110111 312,074 1
-0101000110111 2,808,700 1
-0101000110111 4,301,787 1
-0101000110111 1,854,300 1
-0101000110111 1,134,400 1
-0101000110111 22,688,000 1
-0101000110111 7,354,000 1
-0101000110111 1,900,600 1
-0101000110111 16,950,000 1
-0101000110111 181,843 1
-0101000110111 double-C-minus 2
-0101000110111 65,200 2
-0101000110111 Single-B-1 2
-0101000110111 1,939,500 2
-0101000110111 burgeon 2
-0101000110111 347,052 2
-0101000110111 triple-B-A2 2
-0101000110111 2,518 2
-0101000110111 transpire 2
-0101000110111 3160 2
-0101000110111 unroll 2
-0101000110111 triple-B-plus/A-2 2
-0101000110111 234.55 2
-0101000110111 2,135,900 2
-0101000110111 1160 2
-0101000110111 perspire 3
-0101000110111 genuflect 3
-0101000110111 1767.9 3
-0101000110111 Single-C 3
-0101000110111 wheeze 3
-0101000110111 pulsate 4
-0101000110111 digress 4
-0101000110111 be. 4
-0101000110111 superconduct 4
-0101000110111 atrophy 5
-0101000110111 forbear 5
-0101000110111 overreach 5
-0101000110111 snuggle 6
-0101000110111 mutate 7
-0101000110111 reemerge 9
-0101000110111 decelerate 9
-0101000110111 sputter 9
-0101000110111 elapse 9
-0101000110111 wilt 10
-0101000110111 tremble 11
-0101000110111 percolate 11
-0101000110111 reverberate 11
-0101000110111 relent 12
-0101000110111 re-emerge 13
-0101000110111 self-destruct 13
-0101000110111 disengage 13
-0101000110111 flounder 15
-0101000110111 recuperate 15
-0101000110111 flinch 15
-0101000110111 emanate 16
-0101000110111 secede 16
-0101000110111 shrivel 18
-0101000110111 recoil 18
-0101000110111 stagnate 18
-0101000110111 waver 19
-0101000110111 slacken 21
-0101000110111 resurface 23
-0101000110111 blossom 25
-0101000110111 diverge 25
-0101000110111 overheat 30
-0101000110111 skyrocket 31
-0101000110111 reappear 32
-0101000110111 deviate 33
-0101000110111 sprout 35
-0101000110111 abstain 36
-0101000110111 ensue 37
-0101000110111 detract 41
-0101000110111 wither 41
-0101000110111 recur 46
-0101000110111 abate 50
-0101000110111 unfold 52
-0101000110111 proliferate 53
-0101000110111 vanish 53
-0101000110111 dwindle 57
-0101000110111 crumble 58
-0101000110111 subside 61
-0101000110111 falter 65
-0101000110111 linger 66
-0101000110111 evaporate 68
-0101000110111 budge 73
-0101000110111 erupt 85
-0101000110111 loom 90
-0101000110111 emigrate 96
-0101000110111 depart 119
-0101000110111 backfire 123
-0101000110111 prosper 140
-0101000110111 materialize 166
-0101000110111 persist 277
-0101000110111 refrain 280
-0101000110111 arise 295
-0101000110111 disappear 325
-0101000110111 differ 388
-0101000110111 die 706
-0101000110111 resign 854
-0101000110111 exist 898
-0101000110111 emerge 1006
-0101000110111 come 10902
-0101000110111 occur 1178
-010100011100 curare 1
-010100011100 Clamor 1
-010100011100 counter-bidder 1
-010100011100 snookers 1
-010100011100 Flocking 1
-010100011100 rememeber 1
-010100011100 ophthamologist 1
-010100011100 taker-bartender-porter 1
-010100011100 cruddy 1
-010100011100 commited 1
-010100011100 mamba-ing 1
-010100011100 likley 1
-010100011100 Awaken 1
-010100011100 two-stepping 1
-010100011100 tring 1
-010100011100 boogey 1
-010100011100 inbounded 2
-010100011100 waggle 2
-010100011100 Pierced 2
-010100011100 connnected 2
-010100011100 colorfast 3
-010100011100 hestitate 3
-010100011100 deign 4
-010100011100 enchant 5
-010100011100 Ought 5
-010100011100 kowtow 5
-010100011100 bequeaths 5
-010100011100 purport 30
-010100011100 aspire 54
-010100011100 deem 58
-010100011100 profess 69
-010100011100 hesitate 152
-010100011100 belong 326
-010100011100 hate 334
-010100011100 intend 1046
-010100011100 prefer 1085
-010100011100 tend 1820
-010100011100 seem 4212
-010100011100 want 11950
-0101000111010 supersale 1
-0101000111010 Quadrupedis 1
-0101000111010 Piso 1
-0101000111010 week-did 1
-0101000111010 vulgare 1
-0101000111010 orientale 1
-0101000111010 Jubilate 1
-0101000111010 Makewater 1
-0101000111010 duhMAHko 1
-0101000111010 Atomica 1
-0101000111010 Maku 1
-0101000111010 Dink 1
-0101000111010 Chaplain 1
-0101000111010 cathartica 1
-0101000111010 betacea 1
-0101000111010 tithymaloides 1
-0101000111010 japonica 1
-0101000111010 quamoclit 1
-0101000111010 elegans 1
-0101000111010 Nevesta 1
-0101000111010 icones 1
-0101000111010 Cantato 1
-0101000111010 passu 1
-0101000111010 government-though 1
-0101000111010 bisporus 1
-0101000111010 chives 1
-0101000111010 pleurer 1
-0101000111010 Battleground 1
-0101000111010 bako 1
-0101000111010 unaesthetic 1
-0101000111010 indica 1
-0101000111010 1961-1987 1
-0101000111010 1:25:87 1
-0101000111010 Careline 1
-0101000111010 fantasia 1
-0101000111010 Tracts 1
-0101000111010 Mucho 1
-0101000111010 Ghostrider 1
-0101000111010 nei/wai 1
-0101000111010 giocoso 1
-0101000111010 miniata 1
-0101000111010 wing-building 1
-0101000111010 60-to 1
-0101000111010 acuta 1
-0101000111010 step-if 1
-0101000111010 jasminoides 1
-0101000111010 pygmea 1
-0101000111010 semidecandra 1
-0101000111010 bitchiuense 1
-0101000111010 olde 1
-0101000111010 bijin 1
-0101000111010 card-replacement 1
-0101000111010 unrolls 2
-0101000111010 pitying 2
-0101000111010 Kabanova 2
-0101000111010 bitingly 2
-0101000111010 ADOPT 2
-0101000111010 acculturated 2
-0101000111010 USES 2
-0101000111010 yearn 31
-0101000111010 prowl 50
-0101000111010 dare 122
-0101000111010 regard 957
-0101000111010 need 9114
-0101000111011 duetize 1
-0101000111011 prodcuced 1
-0101000111011 rescreened 1
-0101000111011 unbolt 1
-0101000111011 ossify 1
-0101000111011 undercalled 1
-0101000111011 exorcize 1
-0101000111011 dispirit 1
-0101000111011 boggle 1
-0101000111011 unlease 1
-0101000111011 overanswers 1
-0101000111011 dishearten 1
-0101000111011 outswim 1
-0101000111011 forcast 1
-0101000111011 de-link 1
-0101000111011 overflown 1
-0101000111011 re-leverage 1
-0101000111011 excpect 1
-0101000111011 abso- 1
-0101000111011 reachng 1
-0101000111011 overdramatize 1
-0101000111011 countermand 1
-0101000111011 unfasten 1
-0101000111011 uneducate 1
-0101000111011 orientate 1
-0101000111011 unbunch 1
-0101000111011 misconceive 1
-0101000111011 beleive 1
-0101000111011 spoon-feed 1
-0101000111011 Captures 1
-0101000111011 sensationalize 1
-0101000111011 outstare 1
-0101000111011 spindled 1
-0101000111011 incriminated 1
-0101000111011 transmogrify 1
-0101000111011 forwent 2
-0101000111011 re-embrace 2
-0101000111011 behoove 2
-0101000111011 forsee 2
-0101000111011 prefered 2
-0101000111011 miscalculate 3
-0101000111011 indentify 3
-0101000111011 misconstrue 3
-0101000111011 outclass 4
-0101000111011 ill-afford 4
-0101000111011 Seem 5
-0101000111011 FIELDER 5
-0101000111011 foretell 15
-0101000111011 ascribe 17
-0101000111011 deride 19
-0101000111011 envisage 19
-0101000111011 liken 20
-0101000111011 covet 22
-0101000111011 crave 41
-0101000111011 envision 117
-0101000111011 perceive 190
-0101000111011 attribute 222
-0101000111011 foresee 237
-0101000111011 owe 304
-0101000111011 deserve 376
-0101000111011 cite 465
-0101000111011 anticipate 535
-0101000111011 expect 7315
-0101000111011 afford 1458
-010100011110 pamphleteering 1
-010100011110 Serbo-Croatians 1
-010100011110 102.10 1
-010100011110 1.7350 1
-010100011110 103.35 1
-010100011110 Pentecostalism 1
-010100011110 Dalmatia 1
-010100011110 reoperate 1
-010100011110 reallow 1
-010100011110 Totalcorp 1
-010100011110 103.39 1
-010100011110 gether 1
-010100011110 31000 1
-010100011110 97.78 1
-010100011110 Lou-ah-vull 1
-010100011110 SCURRY 1
-010100011110 98.48 1
-010100011110 100.475 1
-010100011110 Tarawa 2
-010100011110 harken 2
-010100011110 98.175 2
-010100011110 cleave 2
-010100011110 hearken 2
-010100011110 98.85 2
-010100011110 append 2
-010100011110 Corneille 2
-010100011110 contine 2
-010100011110 condescend 3
-010100011110 redound 5
-010100011110 overspend 5
-010100011110 grovel 8
-010100011110 allude 8
-010100011110 ascend 11
-010100011110 capitulate 13
-010100011110 immigrate 15
-010100011110 pander 15
-010100011110 hew 16
-010100011110 conspire 16
-010100011110 pertain 21
-010100011110 acquiesce 22
-010100011110 accede 30
-010100011110 overreact 35
-010100011110 succumb 50
-010100011110 suffice 68
-010100011110 cling 80
-010100011110 strive 83
-010100011110 revert 89
-010100011110 cater 120
-010100011110 subscribe 139
-010100011110 adhere 151
-010100011110 adapt 193
-010100011110 relate 230
-010100011110 refer 382
-010100011110 listen 489
-010100011110 react 538
-010100011110 refuse 671
-010100011110 fail 1125
-010100011110 respond 1617
-010100011110 apply 1696
-010100011110 continue 10565
-010100011110 try 5146
-010100011111 crosscheck 1
-010100011111 24158.52 1
-010100011111 need-tough 1
-010100011111 1779.58 1
-010100011111 1730.59 1
-010100011111 1767.23 1
-010100011111 pre-tourney 1
-010100011111 sixth-best 1
-010100011111 long-complaining 1
-010100011111 Ladbrokes 1
-010100011111 Pulitzer-prize 1
-010100011111 624,679 1
-010100011111 testifiy 1
-010100011111 10-billion-dollar 1
-010100011111 single-molecule 1
-010100011111 2114.10 1
-010100011111 heaviness 1
-010100011111 25862.45 1
-010100011111 spring-for 1
-010100011111 31,217 1
-010100011111 sypathetic 1
-010100011111 1097.28 1
-010100011111 Israel-Jordan 1
-010100011111 1,850,395 1
-010100011111 2139.63 1
-010100011111 fifth-longest 1
-010100011111 submachine-gun 1
-010100011111 less-central 1
-010100011111 BNKW 1
-010100011111 once-high 1
-010100011111 40-voice 1
-010100011111 7.7525 1
-010100011111 Basra-region 1
-010100011111 269.30 1
-010100011111 carbon-14 1
-010100011111 2,838 1
-010100011111 14,572 1
-010100011111 2197.20 1
-010100011111 Disney-generation 1
-010100011111 creap 1
-010100011111 34855.45 1
-010100011111 2208.13 1
-010100011111 unmold 1
-010100011111 devilish-looking 1
-010100011111 2197.49 1
-010100011111 Singapura 1
-010100011111 33,286 1
-010100011111 Decentralize 1
-010100011111 re-charge 1
-010100011111 historial 1
-010100011111 27,427 1
-010100011111 broken-field 1
-010100011111 doyens 1
-010100011111 ostinato 1
-010100011111 1986-returns 1
-010100011111 2206.55 1
-010100011111 re-canonizations 1
-010100011111 2,600-member 1
-010100011111 extra-market 1
-010100011111 Jonathan-the-53-year-old 1
-010100011111 14,651 1
-010100011111 35063.14 1
-010100011111 7,980 2
-010100011111 tri-service 2
-010100011111 telecommute 2
-010100011111 incease 2
-010100011111 configure 2
-010100011111 crystal-ball 2
-010100011111 heritages 3
-010100011111 reinject 3
-010100011111 exhale 4
-010100011111 Alkem 4
-010100011111 squint 6
-010100011111 reconvene 39
-010100011111 commence 57
-010100011111 cease 235
-010100011111 finish 744
-010100011111 retire 1153
-010100011111 resume 1281
-010100011111 expire 1406
-010100011111 begin 6010
-010100011111 start 5628
-01010010 proably 1
-01010010 straight-in 1
-01010010 SPELLED 1
-01010010 site-characterization 1
-01010010 unmindfully 1
-01010010 drug-surveillance 1
-01010010 tetherball 1
-01010010 conscionably 1
-01010010 thenceforward 1
-01010010 posibly 1
-01010010 CHEAPER 1
-01010010 ENJOYING 1
-01010010 SIMPLY 1
-01010010 crowd-controlling 1
-01010010 PROMOTING 1
-01010010 listenership 1
-01010010 JOINING 1
-01010010 Beshada 1
-01010010 Denetim 1
-01010010 frostily 1
-01010010 82,434 1
-01010010 incontrovertibly 2
-01010010 n't 158802
-01010010 't 7
-010100110 MH-53 1
-010100110 365,207 1
-010100110 wrong-doers 1
-010100110 fled. 1
-010100110 stablilizers 1
-010100110 foxhounds 1
-010100110 low-thrust 1
-010100110 wrily 1
-010100110 bleakly 1
-010100110 twanged 1
-010100110 subminimums 1
-010100110 forehandedly 1
-010100110 two-games-of-three 1
-010100110 pridefully 1
-010100110 season-long 1
-010100110 1984-are 1
-010100110 planning-never 1
-010100110 monkeyed 1
-010100110 SLOVO 1
-010100110 molded-in 1
-010100110 consitently 1
-010100110 21-foot-seas 1
-010100110 been 75150
-010100110 lain 6
-010100111 expresss 1
-010100111 formaldehyde-treated 1
-010100111 25-year-olds 1
-010100111 Jettas 1
-010100111 groin-muscle 1
-010100111 particulartly 1
-010100111 dollar-Deutsche 1
-010100111 Perunding 1
-010100111 posess 1
-010100111 3/30A-4 1
-010100111 cutification 1
-010100111 castrate 1
-010100111 Appease 1
-010100111 straight-arming 1
-010100111 non-publicly 1
-010100111 13,140,000 1
-010100111 612,400 1
-010100111 475,800 1
-010100111 attact 2
-010100111 be 172150
-010100111 stablilize 2
-0101010000000 sleaze-ridden 1
-0101010000000 capital-bred 1
-0101010000000 bounteous 1
-0101010000000 braggarts 1
-0101010000000 oftener 1
-0101010000000 roquefort 1
-0101010000000 deep-dyed 1
-0101010000000 impactful 1
-0101010000000 sub-optimal 1
-0101010000000 optimisitc 1
-0101010000000 testaments 1
-0101010000000 chocolaty 1
-0101010000000 ruble-spending 1
-0101010000000 anther 1
-0101010000000 resource-starved 1
-0101010000000 employee-guests 1
-0101010000000 budget-sensitive 1
-0101010000000 wellplaced 1
-0101010000000 feelings/Time 1
-0101010000000 obeisant 1
-0101010000000 coldhearted 1
-0101010000000 drams 1
-0101010000000 worthwile 1
-0101010000000 offhanded 1
-0101010000000 throughput 2
-0101010000000 milds 2
-0101010000000 fool-hardy 2
-0101010000000 poppycock 3
-0101010000000 PACTS 3
-0101010000000 devoutly 8
-0101010000000 antithetical 19
-0101010000000 attuned 45
-0101010000000 analogous 54
-0101010000000 amenable 69
-0101010000000 resistant 102
-0101010000000 susceptible 149
-0101010000000 apt 200
-0101010000000 vulnerable 1192
-0101010000000 likely 12640
-0101010000000 unlikely 1943
-0101010000001 self-walking 1
-0101010000001 Veriano 1
-0101010000001 fiddling. 1
-0101010000001 Ionamin 1
-0101010000001 metolazone 1
-0101010000001 reformed-politically 1
-0101010000001 piezoelectric 1
-0101010000001 truck-served 1
-0101010000001 rail-served 1
-0101010000001 disclosure-overkill 1
-0101010000001 non-racist 1
-0101010000001 underinflated 1
-0101010000001 tourniquets 1
-0101010000001 accepatable 1
-0101010000001 Ashurbanipal 1
-0101010000001 Beny 1
-0101010000001 halfbacks 1
-0101010000001 bimbettes 1
-0101010000001 half-German 1
-0101010000001 Munawir 1
-0101010000001 Enso 1
-0101010000001 sardine-sized 1
-0101010000001 naked. 1
-0101010000001 sol 1
-0101010000001 fa 1
-0101010000001 half-deserted 1
-0101010000001 equanimical 1
-0101010000001 scrambling. 1
-0101010000001 semimorons 1
-0101010000001 gastly 1
-0101010000001 Sandknit 1
-0101010000001 non-Muslims 1
-0101010000001 unconstitional 1
-0101010000001 communist-inspired 1
-0101010000001 unfair. 1
-0101010000001 Franco-Russian 1
-0101010000001 selfsupporting 1
-0101010000001 prolix 1
-0101010000001 ultra-reliable 1
-0101010000001 KFBK-AM 1
-0101010000001 A.S.A.P. 1
-0101010000001 107.018 1
-0101010000001 helpful. 1
-0101010000001 N.O. 1
-0101010000001 Chucho 1
-0101010000001 completed. 1
-0101010000001 DISASTERS 1
-0101010000001 selfserving 1
-0101010000001 naturally-occurring 1
-0101010000001 Ba-a-ad 1
-0101010000001 issueless. 1
-0101010000001 hazel. 1
-0101010000001 PRO-LIFE 1
-0101010000001 THC 1
-0101010000001 Relaxin 1
-0101010000001 GOfer 1
-0101010000001 233.45 1
-0101010000001 schedued 1
-0101010000001 crated 1
-0101010000001 Nelusko 1
-0101010000001 inarticulable 1
-0101010000001 spending-crazy 1
-0101010000001 job-caused 1
-0101010000001 oversimple 1
-0101010000001 sectorized 1
-0101010000001 AMBAC-insured 1
-0101010000001 anerotic 1
-0101010000001 self-deceptive 1
-0101010000001 right-hand-drive 1
-0101010000001 AK-47s 1
-0101010000001 involved. 1
-0101010000001 semi-big 1
-0101010000001 co-responsible 1
-0101010000001 109.448 1
-0101010000001 repeat-Caesareans 1
-0101010000001 Formigao 1
-0101010000001 event-neutral 1
-0101010000001 irrecoverable 1
-0101010000001 part-Japanese 1
-0101010000001 overfolded 1
-0101010000001 under-capitalized 1
-0101010000001 functionalists 1
-0101010000001 undefensive 1
-0101010000001 antiAmerican 1
-0101010000001 disputable 1
-0101010000001 company-induced 1
-0101010000001 1.535 1
-0101010000001 naturals 1
-0101010000001 negotiability 1
-0101010000001 flavorless 1
-0101010000001 12-2 1
-0101010000001 Sepakat 1
-0101010000001 pre-analytical 1
-0101010000001 threathening 1
-0101010000001 hep 1
-0101010000001 microfilm-based 1
-0101010000001 diptychs 1
-0101010000001 disodium 1
-0101010000001 Lota 1
-0101010000001 terrorist-proof 1
-0101010000001 103.65 1
-0101010000001 clofibrate 1
-0101010000001 hotsy-totsy 1
-0101010000001 kin-deep 1
-0101010000001 BYUWI 1
-0101010000001 overaddiction 1
-0101010000001 Pro-urokinase 1
-0101010000001 140/90 1
-0101010000001 cloudly 1
-0101010000001 off-cream 1
-0101010000001 antipathetic 1
-0101010000001 Megaproject 1
-0101010000001 Neuschwanstein 1
-0101010000001 Imminent 1
-0101010000001 120,261 1
-0101010000001 budget-neutral 1
-0101010000001 KIOI-FM 1
-0101010000001 employee-related 1
-0101010000001 everwatchful 1
-0101010000001 belived 1
-0101010000001 Magellanesque 1
-0101010000001 helium-neon 1
-0101010000001 demonized 1
-0101010000001 Calcimar 1
-0101010000001 submetered 1
-0101010000001 over-taxed 1
-0101010000001 800-843-4315 1
-0101010000001 country-sized 1
-0101010000001 spy-proof 1
-0101010000001 Josabeth 1
-0101010000001 Canadian-sourced 1
-0101010000001 nondisciplinary 1
-0101010000001 self-exhausting 1
-0101010000001 inalienable. 1
-0101010000001 calcuated 1
-0101010000001 polygamous 1
-0101010000001 dazzlers 1
-0101010000001 TGT 1
-0101010000001 rolling. 1
-0101010000001 KD-TV 1
-0101010000001 KWEX 1
-0101010000001 revenue-oriented 1
-0101010000001 shoutingly 1
-0101010000001 colossally 1
-0101010000001 mean-minded 1
-0101010000001 nizatidine 1
-0101010000001 crumbly 1
-0101010000001 targetting 1
-0101010000001 unfearing 1
-0101010000001 WOWIQ 1
-0101010000001 fiiming 1
-0101010000001 unlikley 1
-0101010000001 semifree 1
-0101010000001 do-able 1
-0101010000001 demassifying 1
-0101010000001 Papuans 1
-0101010000001 education-minded 1
-0101010000001 Hysterical 1
-0101010000001 1,3-butadiene 1
-0101010000001 marriageableness 1
-0101010000001 Vitellia 1
-0101010000001 under-worked 1
-0101010000001 qinsha 1
-0101010000001 Blagoveshchensk 1
-0101010000001 actorish 1
-0101010000001 Non-Trivial 1
-0101010000001 on-target 1
-0101010000001 taxable. 1
-0101010000001 aboil 1
-0101010000001 Renault-appointed 1
-0101010000001 Fengdu 1
-0101010000001 uncalculated 1
-0101010000001 debt-led 1
-0101010000001 capacity-short 1
-0101010000001 soroche 1
-0101010000001 two-posted 1
-0101010000001 Pennsylvania-born 1
-0101010000001 well-poised 1
-0101010000001 resilient. 1
-0101010000001 relicensed 1
-0101010000001 23-feet-long 1
-0101010000001 militant. 1
-0101010000001 strong. 1
-0101010000001 racketeer-dominated 1
-0101010000001 moisture-stressed 1
-0101010000001 Lulamae 1
-0101010000001 steel-based 1
-0101010000001 eclectic-omelettes 1
-0101010000001 b.s 1
-0101010000001 triaged 1
-0101010000001 Chandrapore 1
-0101010000001 whiskey-colored 1
-0101010000001 monosuppliers 1
-0101010000001 Eurobaseball 1
-0101010000001 tenant-driven 1
-0101010000001 Bayou-bound 1
-0101010000001 fungibility 1
-0101010000001 liquid-fueled 1
-0101010000001 jam-proof 1
-0101010000001 orange-red 1
-0101010000001 J-sized 1
-0101010000001 state-procured 1
-0101010000001 remediable 1
-0101010000001 Yuhua 1
-0101010000001 wallpapering 1
-0101010000001 Hosiden 1
-0101010000001 agit-prop 1
-0101010000001 hypericin 1
-0101010000001 handleable 1
-0101010000001 Anckarstroem 1
-0101010000001 4-feet-8 1
-0101010000001 thoughtprovoking 1
-0101010000001 anti-plot 1
-0101010000001 PIM 1
-0101010000001 14-14 1
-0101010000001 baseliners 1
-0101010000001 overprescribed 1
-0101010000001 unpoliceable 1
-0101010000001 timesaving 1
-0101010000001 1969-86 1
-0101010000001 KBJR-TV 1
-0101010000001 0-3 1
-0101010000001 DPC-Strittmatter 1
-0101010000001 illsuited 1
-0101010000001 sanctions-containment 1
-0101010000001 postmen 1
-0101010000001 contracyclical 1
-0101010000001 sanctions-proof 1
-0101010000001 discovere 1
-0101010000001 diacetyl 1
-0101010000001 non-ephemeral 1
-0101010000001 106.222 1
-0101010000001 Gadjah 1
-0101010000001 Primedica 1
-0101010000001 better-maintained 1
-0101010000001 un-Quaker-like 1
-0101010000001 KPP 1
-0101010000001 bantay-kotse 1
-0101010000001 shampooed 1
-0101010000001 ascribable 1
-0101010000001 slowing. 1
-0101010000001 countable 1
-0101010000001 un-European 1
-0101010000001 thin-hipped 1
-0101010000001 trend-followers 1
-0101010000001 doubled-edged 1
-0101010000001 widely-expected 1
-0101010000001 Dresylon 1
-0101010000001 Acarbose 1
-0101010000001 providin 1
-0101010000001 unsafe. 1
-0101010000001 inconstant 1
-0101010000001 expcted 1
-0101010000001 pseudoregulated 1
-0101010000001 overstored 1
-0101010000001 fawn-colored 1
-0101010000001 tailgating 1
-0101010000001 overserved 1
-0101010000001 fortyish 1
-0101010000001 Andrex 1
-0101010000001 Saami 1
-0101010000001 Unverity 1
-0101010000001 staff-on-loan 1
-0101010000001 past-oriented 1
-0101010000001 difluoromethylornithine 1
-0101010000001 gun-crazed 1
-0101010000001 1,311,792 2
-0101010000001 chuffed 2
-0101010000001 beatable 2
-0101010000001 mindboggling 2
-0101010000001 116.191 2
-0101010000001 116.374 2
-0101010000001 WAXY-FM 2
-0101010000001 absorbents 2
-0101010000001 attemping 2
-0101010000001 10-fold 2
-0101010000001 lagniappe 3
-0101010000001 semiretired 3
-0101010000001 countersuing 3
-0101010000001 jejune 4
-0101010000001 unelectable 5
-0101010000001 expected 23370
-0101010000001 anathema 59
-0101010000010 re-integrated 1
-0101010000010 pro-FESS-ionals 1
-0101010000010 wilfully 1
-0101010000010 crudites 1
-0101010000010 hog-tied 1
-0101010000010 translatable 1
-0101010000010 graveyardish 1
-0101010000010 arrestados 1
-0101010000010 chickening 1
-0101010000010 cock-ahoop 1
-0101010000010 assimilable 1
-0101010000010 auroras 1
-0101010000010 loupe 1
-0101010000010 schoolseager 1
-0101010000010 atrophying 2
-0101010000010 pimping 2
-0101010000010 mutating 2
-0101010000010 capital-constrained 2
-0101010000010 refracted 3
-0101010000010 psyched 4
-0101010000010 hellbent 5
-0101010000010 goin' 5
-0101010000010 cottoned 6
-0101010000010 hurrying 20
-0101010000010 venturing 28
-0101010000010 flocking 67
-0101010000010 going 14078
-0101010000010 rushing 252
-01010100000110 duty-bound 1
-01010100000110 Eurotechnica 1
-01010100000110 re-analyzed 1
-01010100000110 protestant 1
-01010100000110 103.59 1
-01010100000110 better-suited 1
-01010100000110 re-landscaped 1
-01010100000110 preferrable 1
-01010100000110 111.93 1
-01010100000110 reloaned 1
-01010100000110 109.79 1
-01010100000110 downscaled 1
-01010100000110 h--- 1
-01010100000110 103.46 1
-01010100000110 110.69 1
-01010100000110 104.86 1
-01010100000110 hard-stretched 1
-01010100000110 computer-selected 1
-01010100000110 retimed 1
-01010100000110 redelivered 1
-01010100000110 profit-sensitive 1
-01010100000110 debited 1
-01010100000110 willling 1
-01010100000110 re-introduced 1
-01010100000110 comitted 1
-01010100000110 hesistant 2
-01010100000110 executioners 2
-01010100000110 tranferred 2
-01010100000110 hard-put 2
-01010100000110 entreated 2
-01010100000110 re-rated 2
-01010100000110 best-positioned 2
-01010100000110 reconverted 5
-01010100000110 readier 6
-01010100000110 unfaithful 11
-01010100000110 well-advised 16
-01010100000110 relegated 56
-01010100000110 tempted 179
-01010100000110 subjected 195
-01010100000110 obliged 196
-01010100000110 able 6698
-01010100000110 compelled 267
-01010100000111 gulph 1
-01010100000111 acclimated 1
-01010100000111 oversensitized 1
-01010100000111 beginnning 1
-01010100000111 more-than-adequate 1
-01010100000111 sidebars 1
-01010100000111 desiged 1
-01010100000111 exected 1
-01010100000111 boorishly 1
-01010100000111 1,947,792 1
-01010100000111 honorbound 1
-01010100000111 upper-middle- 1
-01010100000111 jabberwocky 1
-01010100000111 clammily 1
-01010100000111 scambling 1
-01010100000111 underexposed 1
-01010100000111 sold/donated 1
-01010100000111 counter-cyclically 1
-01010100000111 preprogrammed 1
-01010100000111 nonattention 1
-01010100000111 oh-so-crucial 1
-01010100000111 Allrez 1
-01010100000111 privvy 1
-01010100000111 abjectly 1
-01010100000111 raring 2
-01010100000111 65-35 2
-01010100000111 frontloaded 2
-01010100000111 buttermilk 2
-01010100000111 qual 2
-01010100000111 throwbacks 3
-01010100000111 incitement 3
-01010100000111 Belongs 4
-01010100000111 irrelevent 4
-01010100000111 kowtowing 5
-01010100000111 unequipped 5
-01010100000111 gravitating 7
-01010100000111 unafraid 9
-01010100000111 readmitted 9
-01010100000111 predisposed 11
-01010100000111 inimical 12
-01010100000111 hesitating 15
-01010100000111 disinclined 15
-01010100000111 answerable 17
-01010100000111 impervious 20
-01010100000111 well-equipped 20
-01010100000111 subscribing 22
-01010100000111 beholden 26
-01010100000111 itching 30
-01010100000111 wedded 34
-01010100000111 averse 36
-01010100000111 adhering 46
-01010100000111 clinging 51
-01010100000111 privy 51
-01010100000111 conducive 52
-01010100000111 intending 55
-01010100000111 oblivious 56
-01010100000111 objecting 57
-01010100000111 addicted 60
-01010100000111 tantamount 82
-01010100000111 resorting 87
-01010100000111 loath 95
-01010100000111 preferable 110
-01010100000111 wishing 112
-01010100000111 akin 124
-01010100000111 hesitant 140
-01010100000111 prone 169
-01010100000111 obligated 201
-01010100000111 reacting 231
-01010100000111 glad 256
-01010100000111 accustomed 268
-01010100000111 scrambling 316
-01010100000111 inclined 412
-01010100000111 unwilling 414
-01010100000111 anxious 425
-01010100000111 responding 589
-01010100000111 attempting 835
-01010100000111 entitled 938
-01010100000111 reluctant 1145
-01010100000111 eager 1206
-01010100000111 unable 1336
-01010100000111 supposed 1562
-01010100000111 trying 8229
-01010100000111 willing 3502
-0101010000100 304-100 1
-0101010000100 Birthrights 1
-0101010000100 101.682 1
-0101010000100 check-offs 1
-0101010000100 99.108 1
-0101010000100 Destroyers 1
-0101010000100 bivouacked 1
-0101010000100 10,150,000 1
-0101010000100 362,959 1
-0101010000100 114,400,000 1
-0101010000100 price-comparing 1
-0101010000100 relevence 1
-0101010000100 self-select 1
-0101010000100 asset-building 1
-0101010000100 agri-operations 1
-0101010000100 docketed 1
-0101010000100 well-inventoried 1
-0101010000100 Canticle 1
-0101010000100 50.32 1
-0101010000100 re-launched 1
-0101010000100 BEES 1
-0101010000100 99.173 1
-0101010000100 Masontown 1
-0101010000100 Cocktails 1
-0101010000100 11-related 1
-0101010000100 bumming 1
-0101010000100 99.325 1
-0101010000100 42-1 1
-0101010000100 79-11 1
-0101010000100 106.78 1
-0101010000100 neccesary 1
-0101010000100 big-account 1
-0101010000100 reknowned 1
-0101010000100 French-led 1
-0101010000100 schedueld 1
-0101010000100 caddies 1
-0101010000100 99.224 1
-0101010000100 fishermen-shareholders 1
-0101010000100 207-178 1
-0101010000100 unretrievable 1
-0101010000100 98.415 1
-0101010000100 99.368 1
-0101010000100 Romances 1
-0101010000100 ghostwritten 1
-0101010000100 273-127 1
-0101010000100 grapsing 1
-0101010000100 mine-strewn 1
-0101010000100 Shepodies 1
-0101010000100 99.617 1
-0101010000100 razzing 1
-0101010000100 100.591 1
-0101010000100 polystrene 1
-0101010000100 outperformance 1
-0101010000100 gang-busters 1
-0101010000100 all-searching 1
-0101010000100 Unavailable 1
-0101010000100 99.013 1
-0101010000100 dairying 1
-0101010000100 code-language 1
-0101010000100 welltailored 1
-0101010000100 unpropitious 1
-0101010000100 gimping 1
-0101010000100 Nachus 1
-0101010000100 warehouse-showroom 1
-0101010000100 18-14 1
-0101010000100 consumer-satisfaction 1
-0101010000100 ever-alert 1
-0101010000100 49.23 1
-0101010000100 83.56 1
-0101010000100 Wearever-ProctorSilex 1
-0101010000100 368-to-29 1
-0101010000100 246-155 1
-0101010000100 rock-steady 1
-0101010000100 world-beaters 1
-0101010000100 celebs 1
-0101010000100 Cheeseheads 1
-0101010000100 heliports 1
-0101010000100 3,116 1
-0101010000100 Corlopam 1
-0101010000100 hungers 1
-0101010000100 230-170 1
-0101010000100 BOON 1
-0101010000100 chest-thumping 1
-0101010000100 leg-shaking 1
-0101010000100 full-deductibility 1
-0101010000100 even-steven 2
-0101010000100 clowned 2
-0101010000100 25-9 2
-0101010000100 Electrosila 2
-0101010000100 53-43 2
-0101010000100 Fanfare 2
-0101010000100 thirsting 2
-0101010000100 re-recorded 2
-0101010000100 hogtied 2
-0101010000100 33-3 2
-0101010000100 pined 2
-0101010000100 overbudgeted 2
-0101010000100 named. 2
-0101010000100 Gluttons 2
-0101010000100 sodding 2
-0101010000100 Clapping 2
-0101010000100 responsibile 3
-0101010000100 well-compensated 3
-0101010000100 note-takers 3
-0101010000100 overcompensating 3
-0101010000100 reponsible 3
-0101010000100 disfranchised 3
-0101010000100 adusted 3
-0101010000100 rebalanced 4
-0101010000100 co-agents 4
-0101010000100 thirsts 4
-0101010000100 hungering 5
-0101010000100 abstinent 5
-0101010000100 tit 5
-0101010000100 reapplying 6
-0101010000100 shoehorned 6
-0101010000100 pining 7
-0101010000100 foursquare 8
-0101010000100 uncalled 8
-0101010000100 scrounging 10
-0101010000100 puttable 14
-0101010000100 incommunicado 14
-0101010000100 unaccounted 17
-0101010000100 grist 22
-0101010000100 agitating 22
-0101010000100 zoned 23
-0101010000100 tailor-made 24
-0101010000100 rooting 30
-0101010000100 girding 30
-0101010000100 ill-prepared 33
-0101010000100 gunning 33
-0101010000100 apologizing 36
-0101010000100 angling 38
-0101010000100 delving 39
-0101010000100 starved 44
-0101010000100 nonrefundable 51
-0101010000100 groping 52
-0101010000100 yearning 57
-0101010000100 ineligible 59
-0101010000100 opting 62
-0101010000100 scurrying 63
-0101010000100 jockeying 73
-0101010000100 braced 79
-0101010000100 staring 89
-0101010000100 clamoring 106
-0101010000100 vying 107
-0101010000100 non-callable 132
-0101010000100 bracing 149
-0101010000100 caring 172
-0101010000100 accountable 203
-0101010000100 aiming 204
-0101010000100 noncallable 210
-0101010000100 ripe 220
-0101010000100 unavailable 322
-0101010000100 searching 402
-0101010000100 liable 496
-0101010000100 waiting 1864
-0101010000100 responsible 2428
-0101010000100 adjusted 3109
-0101010000100 looking 5063
-0101010000101 dull-witted 1
-0101010000101 dutiable 1
-0101010000101 good-selling 1
-0101010000101 deficit-prone 1
-0101010000101 surplus-prone 1
-0101010000101 mistakes. 1
-0101010000101 sycophantive 1
-0101010000101 well-flagged 1
-0101010000101 half-metric 1
-0101010000101 anti-papal 1
-0101010000101 rodeoing 1
-0101010000101 riffed 1
-0101010000101 skin-deep 1
-0101010000101 six-feet 1
-0101010000101 dose-rate 1
-0101010000101 classified. 1
-0101010000101 reframed 1
-0101010000101 passenger-oriented 1
-0101010000101 platinum-crazy 1
-0101010000101 Mabuse 1
-0101010000101 agreedupon 1
-0101010000101 acclaiming 1
-0101010000101 gasoholics 1
-0101010000101 acccepted 1
-0101010000101 peccadillo 1
-0101010000101 creative. 1
-0101010000101 reinfused 1
-0101010000101 soley 1
-0101010000101 purred 1
-0101010000101 unsuppressed 1
-0101010000101 pump-primers 1
-0101010000101 re-announced 1
-0101010000101 inititiated 1
-0101010000101 jockographies 1
-0101010000101 presented. 1
-0101010000101 downside-oriented 1
-0101010000101 pre-registered 1
-0101010000101 true-Blue 1
-0101010000101 waterholes 1
-0101010000101 superpatriotic 1
-0101010000101 animalized 1
-0101010000101 half-Hispanic 1
-0101010000101 small. 1
-0101010000101 candy-coated 1
-0101010000101 America-dependent 1
-0101010000101 recompensed 1
-0101010000101 shovelling 1
-0101010000101 19041.24 1
-0101010000101 overemotional 1
-0101010000101 isssued 1
-0101010000101 underchoreographed 1
-0101010000101 NEVA 1
-0101010000101 Ostrowsized 1
-0101010000101 place-kicker 1
-0101010000101 demythologized 1
-0101010000101 ept 1
-0101010000101 knuckling 1
-0101010000101 slickered 1
-0101010000101 narcotized 1
-0101010000101 andhealth-care 1
-0101010000101 multi-technological 1
-0101010000101 higher-ticket 1
-0101010000101 U.K.-oriented 1
-0101010000101 loitered 1
-0101010000101 triazolam 1
-0101010000101 winless 1
-0101010000101 junkless 1
-0101010000101 interdealing 1
-0101010000101 Trilene 1
-0101010000101 PLAM-scam 1
-0101010000101 paper-waste 1
-0101010000101 non-issues 1
-0101010000101 credentialized 1
-0101010000101 w/respect 1
-0101010000101 organized-U.S. 1
-0101010000101 overmalled 1
-0101010000101 shoplifted 1
-0101010000101 ahead. 1
-0101010000101 quasipsychiatrists 1
-0101010000101 evaluted 1
-0101010000101 condo-ized 1
-0101010000101 opium-free 1
-0101010000101 ransom-paying 1
-0101010000101 black. 2
-0101010000101 altruists 2
-0101010000101 imams 2
-0101010000101 Indian-owned 2
-0101010000101 shorthanded 2
-0101010000101 backless 2
-0101010000101 fumigated 2
-0101010000101 smelted 2
-0101010000101 germinating 2
-0101010000101 crumpling 2
-0101010000101 class-consciousness 2
-0101010000101 certificated 2
-0101010000101 on-hand 2
-0101010000101 reinflation 2
-0101010000101 time-saving 2
-0101010000101 CWEP 2
-0101010000101 re-exported 2
-0101010000101 reoiled 2
-0101010000101 determinable 2
-0101010000101 prosperity-proof 2
-0101010000101 oxymorons 2
-0101010000101 show-stoppers 2
-0101010000101 watertight 2
-0101010000101 air-dropped 2
-0101010000101 earlobes 2
-0101010000101 409,951,390 3
-0101010000101 D-day 3
-0101010000101 767,892 3
-0101010000101 well-handled 3
-0101010000101 strip-searched 3
-0101010000101 unhorsed 3
-0101010000101 transferrable 3
-0101010000101 available. 3
-0101010000101 remastered 3
-0101010000101 market-ready 3
-0101010000101 Italian-Americans 3
-0101010000101 Izmir 3
-0101010000101 kaput 3
-0101010000101 MIRVed 3
-0101010000101 domiciled 4
-0101010000101 non-redeemable 4
-0101010000101 pre-packaged 4
-0101010000101 court-martialed 5
-0101010000101 flogged 5
-0101010000101 nuisances 5
-0101010000101 part-owners 5
-0101010000101 serialized 6
-0101010000101 reevaluated 6
-0101010000101 actionable 6
-0101010000101 dunned 6
-0101010000101 wallowed 6
-0101010000101 expensed 6
-0101010000101 de-iced 6
-0101010000101 backfiring 7
-0101010000101 sellouts 7
-0101010000101 habit-forming 7
-0101010000101 overcooked 7
-0101010000101 safeguarded 8
-0101010000101 budging 9
-0101010000101 auditioned 9
-0101010000101 recyclable 10
-0101010000101 quarantined 10
-0101010000101 redistributed 11
-0101010000101 retrained 12
-0101010000101 admissible 12
-0101010000101 moored 12
-0101010000101 fleeced 13
-0101010000101 incapacitated 13
-0101010000101 microwaved 14
-0101010000101 obtainable 14
-0101010000101 overexposed 19
-0101010000101 configured 19
-0101010000101 irradiated 20
-0101010000101 repatriated 21
-0101010000101 reachable 25
-0101010000101 incarcerated 28
-0101010000101 rationed 28
-0101010000101 embargoed 30
-0101010000101 tradable 36
-0101010000101 vaccinated 37
-0101010000101 abating 44
-0101010000101 transferable 47
-0101010000101 callable 51
-0101010000101 off-limits 56
-0101010000101 fattened 64
-0101010000101 subscribed 73
-0101010000101 commonplace 114
-0101010000101 harvested 160
-0101010000101 stored 283
-0101010000101 exercisable 288
-0101010000101 processed 294
-0101010000101 vacant 501
-0101010000101 deductible 501
-0101010000101 manufactured 595
-0101010000101 eligible 807
-0101010000101 available 7189
-0101010000101 tendered 1518
-0101010000110 reword 1
-0101010000110 overbullish 1
-0101010000110 162-days 1
-0101010000110 singled-out 1
-0101010000110 tailormade 1
-0101010000110 blamed-air 1
-0101010000110 well-cared 1
-0101010000110 backwards-looking 1
-0101010000110 soldered 1
-0101010000110 reducible 2
-0101010000110 pre-subscribed 2
-0101010000110 99.892 2
-0101010000110 99.622 2
-0101010000110 sidehill 2
-0101010000110 ill-fitted 2
-0101010000110 well-situated 5
-0101010000110 analagous 5
-0101010000110 unready 5
-0101010000110 hankering 5
-0101010000110 sops 6
-0101010000110 beckoning 6
-0101010000110 hardpressed 7
-0101010000110 ill-suited 12
-0101010000110 inured 13
-0101010000110 unsuited 14
-0101010000110 tethered 18
-0101010000110 well-suited 19
-0101010000110 primed 23
-0101010000110 traceable 26
-0101010000110 keyed 43
-0101010000110 unprepared 55
-0101010000110 well-positioned 66
-0101010000110 striving 125
-0101010000110 tailored 149
-0101010000110 destined 164
-0101010000110 suited 171
-0101010000110 geared 219
-0101010000110 attributable 289
-0101010000110 confined 323
-0101010000110 poised 340
-0101010000110 slated 625
-0101010000110 bound 693
-0101010000110 rumored 720
-0101010000110 hoping 1159
-0101010000110 tied 1242
-0101010000110 linked 1322
-0101010000110 ready 2156
-0101010000110 intended 2582
-0101010000110 prepared 2878
-0101010000110 designed 4605
-0101010000110 scheduled 6131
-01010100001110 deathtraps 1
-01010100001110 softies 1
-01010100001110 valentines 2
-01010100001110 insensate 2
-01010100001110 inadvisable 2
-01010100001110 necesssary 3
-01010100001110 rezoned 3
-01010100001110 reloaded 3
-01010100001110 desensitized 3
-01010100001110 metabolized 3
-01010100001110 unperceived 3
-01010100001110 transmogrified 3
-01010100001110 best-suited 4
-01010100001110 re-regulated 4
-01010100001110 neccessary 4
-01010100001110 suprised 5
-01010100001110 degenerates 5
-01010100001110 germane 6
-01010100001110 transposed 8
-01010100001110 destabilized 8
-01010100001110 shamed 8
-01010100001110 appended 8
-01010100001110 harnessed 9
-01010100001110 brainwashed 9
-01010100001110 deluded 9
-01010100001110 redone 11
-01010100001110 counter-productive 11
-01010100001110 conscripted 13
-01010100001110 affixed 15
-01010100001110 cowed 16
-01010100001110 fine-tuned 16
-01010100001110 inapplicable 17
-01010100001110 renominated 18
-01010100001110 unsympathetic 20
-01010100001110 riveted 21
-01010100001110 ill-equipped 22
-01010100001110 loathe 22
-01010100001110 chained 22
-01010100001110 likelier 22
-01010100001110 inaccessible 23
-01010100001110 razed 23
-01010100001110 attested 24
-01010100001110 redeployed 24
-01010100001110 subsiding 25
-01010100001110 thankful 32
-01010100001110 awakened 40
-01010100001110 extradited 52
-01010100001110 afoot 54
-01010100001110 overreacting 54
-01010100001110 coerced 63
-01010100001110 transplanted 65
-01010100001110 astonished 70
-01010100001110 empowered 79
-01010100001110 accorded 86
-01010100001110 allotted 89
-01010100001110 timed 102
-01010100001110 programmed 110
-01010100001110 hard-pressed 113
-01010100001110 presumed 136
-01010100001110 adapted 146
-01010100001110 constrained 153
-01010100001110 trusted 154
-01010100001110 forbidden 167
-01010100001110 bothered 169
-01010100001110 warranted 179
-01010100001110 pegged 182
-01010100001110 doomed 187
-01010100001110 allocated 289
-01010100001110 shocked 412
-01010100001110 attached 542
-01010100001110 devoted 576
-01010100001110 exposed 708
-01010100001110 permitted 912
-01010100001110 converted 1046
-01010100001110 meant 1511
-01010100001110 committed 1642
-01010100001110 surprised 1837
-01010100001110 determined 2188
-01010100001110 necessary 3197
-01010100001110 allowed 3985
-01010100001110 required 4671
-01010100001110 needed 4735
-01010100001111 tough-fisted 1
-01010100001111 expropiated 1
-01010100001111 dopamine-producing 1
-01010100001111 screaching 1
-01010100001111 stimulators 1
-01010100001111 tolled 1
-01010100001111 25,000-30,000 1
-01010100001111 supersensitized 1
-01010100001111 palavered 1
-01010100001111 retroruns 1
-01010100001111 tidied 1
-01010100001111 low-beam 1
-01010100001111 critiqued 2
-01010100001111 merchandised 2
-01010100001111 mutilates 2
-01010100001111 upgradable 2
-01010100001111 handier 2
-01010100001111 slurped 2
-01010100001111 benched 3
-01010100001111 crewed 3
-01010100001111 MX-6s 3
-01010100001111 besmirched 4
-01010100001111 pre-addressed 4
-01010100001111 reoriented 4
-01010100001111 swaddled 5
-01010100001111 proffered 22
-01010100001111 consigned 26
-01010100001111 peddled 27
-01010100001111 apportioned 27
-01010100001111 glued 34
-01010100001111 groomed 53
-01010100001111 anchored 60
-01010100001111 tuned 118
-01010100001111 judged 246
-01010100001111 marketed 521
-01010100001111 distributed 984
-01010100001111 used 15489
-01010100001111 applied 1286
-010101000100 3,212 1
-010101000100 herniating 1
-010101000100 Decides 1
-010101000100 1445 1
-010101000100 immigrates 1
-010101000100 chivalrous 1
-010101000100 misportrayed 1
-010101000100 5-inches 1
-010101000100 long-exposed 1
-010101000100 -or 1
-010101000100 Amounting 1
-010101000100 1,339 1
-010101000100 Chained 1
-010101000100 1,239 1
-010101000100 1,412 1
-010101000100 elegiacally 1
-010101000100 2,471 1
-010101000100 3/8- 1
-010101000100 fund-hoping 1
-010101000100 Norkay 1
-010101000100 genus-mates 1
-010101000100 Resorting 1
-010101000100 1,374 1
-010101000100 1,392 1
-010101000100 acccording 1
-010101000100 Tributes 1
-010101000100 Disconcerted 1
-010101000100 unbeholden 1
-010101000100 ostensibily 1
-010101000100 .420 1
-010101000100 1,4543 1
-010101000100 Xayt 1
-010101000100 7,573 1
-010101000100 1592 1
-010101000100 1,057 1
-010101000100 49,037 1
-010101000100 Pariahs 1
-010101000100 Wuth 1
-010101000100 ambassador-designee 1
-010101000100 endeavour 2
-010101000100 acording 2
-010101000100 truckling 2
-010101000100 redounds 3
-010101000100 Veniamin 3
-010101000100 refering 6
-010101000100 unbeknownst 7
-010101000100 unbeknown 8
-010101000100 alluding 53
-010101000100 vowing 74
-010101000100 preferring 97
-010101000100 amounting 173
-010101000100 thanks 536
-010101000100 according 13599
-010101000100 referring 774
-0101010001010 illpositioned 1
-0101010001010 Marya 1
-0101010001010 Ofelia 1
-0101010001010 108,000,000 1
-0101010001010 99-year-old 1
-0101010001010 relucant 1
-0101010001010 110,485,479 1
-0101010001010 less-than-absolute 1
-0101010001010 Wendie 1
-0101010001010 Congress-by-opinion-poll 1
-0101010001010 Min-Yau 1
-0101010001010 59-cent 1
-0101010001010 4,283,306 1
-0101010001010 Reveres 1
-0101010001010 Octaviano 1
-0101010001010 excitingly 1
-0101010001010 quarrelsomely 1
-0101010001010 self-insuring 1
-0101010001010 Jerrydoe 1
-0101010001010 Nicholaas 1
-0101010001010 unlicenseable 1
-0101010001010 small-store 1
-0101010001010 Elene 1
-0101010001010 215-200 1
-0101010001010 bullmarket 1
-0101010001010 Chava 1
-0101010001010 scythed 1
-0101010001010 Southern-grown 1
-0101010001010 test-flying 1
-0101010001010 boosterish 1
-0101010001010 disapppointing 1
-0101010001010 unclamped 1
-0101010001010 yoked 1
-0101010001010 42-degree 1
-0101010001010 Jacques-Louis 1
-0101010001010 misspending 1
-0101010001010 Rong 1
-0101010001010 more-typical 1
-0101010001010 Shawon 1
-0101010001010 art-theater 1
-0101010001010 sandbagging 1
-0101010001010 ex-Detroiters 1
-0101010001010 Shogo 1
-0101010001010 4,713 1
-0101010001010 artists-in-residence 1
-0101010001010 106-pounder 1
-0101010001010 harrowed 1
-0101010001010 Diedra 1
-0101010001010 professional-grade 1
-0101010001010 director-class 1
-0101010001010 51,207 1
-0101010001010 ex-Eagle 1
-0101010001010 widely-thought 1
-0101010001010 sex-abuse 1
-0101010001010 2,789 1
-0101010001010 WestDeutsche 1
-0101010001010 37-to-1 1
-0101010001010 non-banker 1
-0101010001010 Nawser 1
-0101010001010 insufficent 2
-0101010001010 WRU 2
-0101010001010 postulating 2
-0101010001010 recertified 2
-0101010001010 tasked 2
-0101010001010 Meets 2
-0101010001010 co-piloting 3
-0101010001010 kayoed 3
-0101010001010 reappointed 47
-0101010001010 reelected 64
-0101010001010 re-elected 119
-0101010001010 sentenced 684
-0101010001010 appointed 1717
-0101010001010 named 10201
-0101010001010 elected 2969
-01010100010110 smooooooother 1
-01010100010110 ratheir 1
-01010100010110 sodomites 1
-01010100010110 citizen-king 1
-01010100010110 paper-shuffling-faster 1
-01010100010110 Gloomier 1
-01010100010110 Mame 1
-01010100010110 31-more 1
-01010100010110 percentage-wise 1
-01010100010110 rotaters 1
-01010100010110 bond-picker 1
-01010100010110 crayfishing 1
-01010100010110 Disorganized 1
-01010100010110 lovelier 1
-01010100010110 subventions 1
-01010100010110 handsomer 1
-01010100010110 witre 1
-01010100010110 Cinematheque 1
-01010100010110 pile-ons 1
-01010100010110 footings 1
-01010100010110 1981less 1
-01010100010110 tomorrows 1
-01010100010110 picure 1
-01010100010110 accident-longer 1
-01010100010110 grainier 1
-01010100010110 neater 1
-01010100010110 post-Hugo 1
-01010100010110 billionmore 1
-01010100010110 REALLY 2
-01010100010110 ozone-destroyer 2
-01010100010110 righter 3
-01010100010110 skinnier 3
-01010100010110 genteelly 4
-01010100010110 rather 7492
-01010100010110 mightier 5
-01010100010111 star-turned-mayor 1
-01010100010111 iron-glove 1
-01010100010111 Ati 1
-01010100010111 Maximiano 1
-01010100010111 noon-2 1
-01010100010111 8:30-9:30 1
-01010100010111 Merri 1
-01010100010111 10-10:50 1
-01010100010111 9-10:53 1
-01010100010111 2:30-6 1
-01010100010111 Mamma 1
-01010100010111 director/choreographer 1
-01010100010111 too-pale 1
-01010100010111 134,975 1
-01010100010111 fast-flowing 1
-01010100010111 maladept 1
-01010100010111 federal-Judge 1
-01010100010111 Binkow 1
-01010100010111 8.279 1
-01010100010111 Lubriderm 1
-01010100010111 1:30-2:30 1
-01010100010111 Tyrus 1
-01010100010111 40.73 1
-01010100010111 conventional-adjustable 1
-01010100010111 conventional-fixed 1
-01010100010111 inn-owner 1
-01010100010111 47.013 1
-01010100010111 et. 1
-01010100010111 1:56-8 1
-01010100010111 producer-writer-director 1
-01010100010111 more-sustainable 1
-01010100010111 director-designer 1
-01010100010111 P.D. 1
-01010100010111 Disregards 1
-01010100010111 1:30-3:30 1
-01010100010111 Ecclesiae 1
-01010100010111 Ventura/Santa 1
-01010100010111 5:45-6 1
-01010100010111 Zehli 1
-01010100010111 butane-powered 1
-01010100010111 8:05-10:20 1
-01010100010111 onevote 1
-01010100010111 museum-like 1
-01010100010111 3:30-8 1
-01010100010111 2:30-7 1
-01010100010111 12th-seeded 1
-01010100010111 bacteria-free 1
-01010100010111 unphilosophical 1
-01010100010111 founder-director 1
-01010100010111 4:45-8 1
-01010100010111 1:30-5 1
-01010100010111 1:30-4:30 1
-01010100010111 7:30-9 1
-01010100010111 colpoon 1
-01010100010111 10:05-11 1
-01010100010111 9:30-10:30 1
-01010100010111 8-9:20 1
-01010100010111 succeeeds 1
-01010100010111 ADA-producing 1
-01010100010111 dim-bulb 1
-01010100010111 8-10:30 1
-01010100010111 wallows 1
-01010100010111 Pani 1
-01010100010111 Nezhari 1
-01010100010111 2-4:30 1
-01010100010111 171.78 1
-01010100010111 1.967 1
-01010100010111 264.38 1
-01010100010111 2.137 1
-01010100010111 121.04 1
-01010100010111 282.33 1
-01010100010111 74.72 1
-01010100010111 1.854 1
-01010100010111 113.05 1
-01010100010111 111.24 1
-01010100010111 2.448 1
-01010100010111 2.443 1
-01010100010111 284.23 1
-01010100010111 2.120 1
-01010100010111 2:30-3:30 1
-01010100010111 87.88 1
-01010100010111 neo-Mahlerian 1
-01010100010111 5663 1
-01010100010111 19-year-incumbent 1
-01010100010111 stutter-steps 1
-01010100010111 Beta2 1
-01010100010111 two-commercial 1
-01010100010111 8:05-10:05 1
-01010100010111 8-9:45 1
-01010100010111 eight-pound 1
-01010100010111 CG&E 1
-01010100010111 20.86 1
-01010100010111 Hojjatolislam 1
-01010100010111 580.32 1
-01010100010111 1,051.52 1
-01010100010111 long-legged 1
-01010100010111 caiman 1
-01010100010111 PFC 1
-01010100010111 Montclairian 1
-01010100010111 Ambassador-at-Large 1
-01010100010111 citizeness 1
-01010100010111 10-11:15 1
-01010100010111 5-6:30 1
-01010100010111 Secutities 1
-01010100010111 8:05-9:05 1
-01010100010111 super-lawyer 1
-01010100010111 Ellisse 1
-01010100010111 Elektronische 1
-01010100010111 Upholds 1
-01010100010111 Estrellita 1
-01010100010111 8-9:50 1
-01010100010111 13th-seeded 1
-01010100010111 Orejuela 1
-01010100010111 diammonium 1
-01010100010111 53.511 1
-01010100010111 zim 1
-01010100010111 Midbar 1
-01010100010111 36.55 1
-01010100010111 thin-lipped 1
-01010100010111 3-4:30 1
-01010100010111 Aye 1
-01010100010111 10:30-11:30 1
-01010100010111 first-named 1
-01010100010111 7.064 1
-01010100010111 Zulfiqar 1
-01010100010111 businessman-racer 1
-01010100010111 1:30-3 1
-01010100010111 2.098 1
-01010100010111 Jackson-appointee 1
-01010100010111 publisher-developer 1
-01010100010111 4:30-6:30 1
-01010100010111 9.504 1
-01010100010111 market-to-book 1
-01010100010111 SpainJose 1
-01010100010111 13.247 1
-01010100010111 Muppeteer 1
-01010100010111 first-baseman 1
-01010100010111 1:01 1
-01010100010111 Azlan 2
-01010100010111 noon-3 2
-01010100010111 Charles-Edouard 2
-01010100010111 9-10:20 2
-01010100010111 8:30-10 2
-01010100010111 noon-3:30 2
-01010100010111 3:30-7 2
-01010100010111 2:30-4 2
-01010100010111 4.025 2
-01010100010111 8:05-11:05 2
-01010100010111 8:30-11 2
-01010100010111 Mahmad 2
-01010100010111 Navarrete 2
-01010100010111 10:05-11:05 2
-01010100010111 12:38 2
-01010100010111 HARRY 2
-01010100010111 2-3:30 2
-01010100010111 295.17 2
-01010100010111 8:00 2
-01010100010111 RheothRx 2
-01010100010111 Vienna-born 2
-01010100010111 California-born 2
-01010100010111 Muhammed 2
-01010100010111 stock-only 2
-01010100010111 raspy-voiced 2
-01010100010111 oafish 2
-01010100010111 225-pound 2
-01010100010111 Physik 2
-01010100010111 Xiao 2
-01010100010111 Arnim 2
-01010100010111 poulet 2
-01010100010111 Alok 3
-01010100010111 2:30-4:30 3
-01010100010111 unthreatening 3
-01010100010111 7-7:30 3
-01010100010111 exec 3
-01010100010111 3-6 3
-01010100010111 National-Oilwell 3
-01010100010111 midnight-1:30 3
-01010100010111 202-restaurant 3
-01010100010111 3:30-6 3
-01010100010111 2-6 3
-01010100010111 Jigme 3
-01010100010111 9-9:30 3
-01010100010111 7:30-8 3
-01010100010111 reptilian 3
-01010100010111 6-6:30 3
-01010100010111 Marrel 4
-01010100010111 9:30-10 4
-01010100010111 5-foot-6 4
-01010100010111 suceeds 4
-01010100010111 co-starring 4
-01010100010111 3-5 4
-01010100010111 midnight-1 4
-01010100010111 8-9:30 5
-01010100010111 Jr.-led 5
-01010100010111 1-3 5
-01010100010111 6:30-7 5
-01010100010111 2-4 5
-01010100010111 demoting 5
-01010100010111 10:30-11 6
-01010100010111 9:30-11 6
-01010100010111 8-8:30 6
-01010100010111 4:30-6 7
-01010100010111 10-10:30 7
-01010100010111 10-11:30 7
-01010100010111 7-8 8
-01010100010111 Vetere 8
-01010100010111 8:30-9 10
-01010100010111 9-11:30 10
-01010100010111 4-6 12
-01010100010111 8-11 16
-01010100010111 Wrote 26
-01010100010111 8-10 39
-01010100010111 9-10:30 41
-01010100010111 8-9 85
-01010100010111 10-11 106
-01010100010111 one-vote 111
-01010100010111 et 114
-01010100010111 9-10 114
-01010100010111 9-11 162
-01010100010111 starring 184
-01010100010111 6/2 193
-01010100010111 succeeding 1035
-01010100010111 formerly 2740
-01010100010111 succeeds 2451
-0101010001100 well-stacked 1
-0101010001100 emotes 1
-0101010001100 timpanists 1
-0101010001100 I-80 1
-0101010001100 woodsmoke 1
-0101010001100 WXEX-TV 1
-0101010001100 capitalizating 1
-0101010001100 basses 1
-0101010001100 calcluated 1
-0101010001100 price-setters 1
-0101010001100 Divergences 1
-0101010001100 vivaciously 1
-0101010001100 best-dressed 1
-0101010001100 noshing 1
-0101010001100 out-manuevered 1
-0101010001100 Reposing 1
-0101010001100 wispy-bearded 1
-0101010001100 Fixation 1
-0101010001100 counterpunching 1
-0101010001100 Laertes 1
-0101010001100 BankWest 1
-0101010001100 sub-.500 1
-0101010001100 Big-Steel 1
-0101010001100 Namco 1
-0101010001100 0.3-point 1
-0101010001100 flowerbeds 1
-0101010001100 smack-dab 1
-0101010001100 Erring 1
-0101010001100 remelted 1
-0101010001100 Capitalize 1
-0101010001100 hydroplaning 1
-0101010001100 hand-writing 1
-0101010001100 WBKO 1
-0101010001100 H.Q. 1
-0101010001100 barn-burners 1
-0101010001100 Placated 1
-0101010001100 silted 1
-0101010001100 ensconsed 1
-0101010001100 buiding 1
-0101010001100 requiescat 1
-0101010001100 25,311 1
-0101010001100 then-commander 1
-0101010001100 dabbed 1
-0101010001100 Malmstrom 1
-0101010001100 homeported 1
-0101010001100 DRL 1
-0101010001100 headquarterd 1
-0101010001100 AOSWI 1
-0101010001100 ductwork 1
-0101010001100 alights 1
-0101010001100 convenienced 1
-0101010001100 tightlipped 1
-0101010001100 excessively-overshooting 1
-0101010001100 pressure-proof 1
-0101010001100 Salvationists 1
-0101010001100 PNW 1
-0101010001100 glommed 1
-0101010001100 fixating 1
-0101010001100 power-brokering 1
-0101010001100 well-based 1
-0101010001100 evildoers 1
-0101010001100 WXYZ 1
-0101010001100 Wordsmiths 1
-0101010001100 Kyungje 1
-0101010001100 poseurs 1
-0101010001100 TKOs 1
-0101010001100 goo-goo 1
-0101010001100 Fumbles 1
-0101010001100 Unice 1
-0101010001100 Cybelia 1
-0101010001100 Economize 1
-0101010001100 Gilden 1
-0101010001100 soft-shoeing 1
-0101010001100 impecuniosity 1
-0101010001100 WBMW-FM 1
-0101010001100 non-cytopathic 1
-0101010001100 KBIM 1
-0101010001100 fence-straddling 1
-0101010001100 sub-editors 1
-0101010001100 WABC 1
-0101010001100 grandpas 1
-0101010001100 growingup 1
-0101010001100 Egged 1
-0101010001100 Nimmer 1
-0101010001100 rabbiting 1
-0101010001100 bugsnug 1
-0101010001100 blamable 1
-0101010001100 WKQX 1
-0101010001100 Pile 1
-0101010001100 WEBE-FM 1
-0101010001100 WMMR-FM 1
-0101010001100 KRLD-AM 1
-0101010001100 Seabats 1
-0101010001100 WJAR-TV 1
-0101010001100 WRC 1
-0101010001100 WNYC-TV 1
-0101010001100 OSW 1
-0101010001100 RICO-able 1
-0101010001100 buying-off 1
-0101010001100 eighth-highest 1
-0101010001100 Clozaril 1
-0101010001100 3,378 1
-0101010001100 market-supportive 1
-0101010001100 waaay 1
-0101010001100 economizes 1
-0101010001100 WJZ-TV 1
-0101010001100 hooped 1
-0101010001100 prevarication 1
-0101010001100 luxuriating 1
-0101010001100 due-dates 1
-0101010001100 KCTV 2
-0101010001100 overdependent 2
-0101010001100 26-1 2
-0101010001100 ratting 2
-0101010001100 garaged 2
-0101010001100 plops 2
-0101010001100 piggybacks 2
-0101010001100 WGBO-TV 2
-0101010001100 Luncheon 2
-0101010001100 StageWest 2
-0101010001100 impinging 2
-0101010001100 WTLV 2
-0101010001100 blathering 2
-0101010001100 seventh-graders 2
-0101010001100 KSPR 2
-0101010001100 tatooed 2
-0101010001100 verged 3
-0101010001100 erring 3
-0101010001100 excelling 3
-0101010001100 alighting 3
-0101010001100 ruminating 3
-0101010001100 mirabile 3
-0101010001100 reneges 3
-0101010001100 lounged 3
-0101010001100 hinging 3
-0101010001100 preying 4
-0101010001100 crouching 5
-0101010001100 impaled 5
-0101010001100 dibs 5
-0101010001100 Fiddler 7
-0101010001100 pouncing 7
-0101010001100 preyed 8
-0101010001100 encroached 8
-0101010001100 encroaches 9
-0101010001100 egged 10
-0101010001100 expounding 12
-0101010001100 ushering 14
-0101010001100 verging 15
-0101010001100 verges 18
-0101010001100 superimposed 19
-0101010001100 premised 19
-0101010001100 fixated 21
-0101010001100 frowned 22
-0101010001100 nestled 23
-0101010001100 centering 31
-0101010001100 hinged 37
-0101010001100 embarking 39
-0101010001100 predicated 46
-0101010001100 perched 63
-0101010001100 patterned 65
-0101010001100 headquartered 71
-0101010001100 capitalizing 71
-0101010001100 depended 102
-0101010001100 hinges 115
-0101010001100 modeled 136
-0101010001100 centered 291
-0101010001100 concentrating 333
-0101010001100 focuses 333
-0101010001100 relying 361
-0101010001100 conditioned 404
-0101010001100 contingent 683
-0101010001100 located 770
-0101010001100 focusing 900
-0101010001100 depends 993
-0101010001100 based 13880
-0101010001100 depending 1067
-0101010001101 colada 1
-0101010001101 lechuzas 1
-0101010001101 WPGH 1
-0101010001101 sub-underwritten 1
-0101010001101 well-summarized 1
-0101010001101 doingbusiness 1
-0101010001101 MODELS 1
-0101010001101 2,626 1
-0101010001101 unclipped 1
-0101010001101 gloried 1
-0101010001101 coproducing 1
-0101010001101 ESP. 1
-0101010001101 sun-blue 1
-0101010001101 Readings 1
-0101010001101 spluttering 1
-0101010001101 failsafe 1
-0101010001101 well-invested 1
-0101010001101 Claimant 1
-0101010001101 lobotomized 1
-0101010001101 Shake-up 1
-0101010001101 upper-classmen 1
-0101010001101 Primatologist 1
-0101010001101 revalidated 1
-0101010001101 moldered 1
-0101010001101 0-5 1
-0101010001101 cocooned 1
-0101010001101 Reinvesting 1
-0101010001101 KARK-TV 1
-0101010001101 semi-stranded 1
-0101010001101 rejected/suppressed 1
-0101010001101 pretested 1
-0101010001101 abuilding 1
-0101010001101 refired 1
-0101010001101 self-front-runnning 1
-0101010001101 thrillingly 1
-0101010001101 guffaw 1
-0101010001101 order-filler 1
-0101010001101 ball-bashing 1
-0101010001101 beltways 1
-0101010001101 0-14 1
-0101010001101 non-programmatic 1
-0101010001101 Pan-Arab 1
-0101010001101 yield-driven 1
-0101010001101 grip-squeezers 1
-0101010001101 strategizing 1
-0101010001101 WAPT 1
-0101010001101 unchanaged 1
-0101010001101 doo-wopping 1
-0101010001101 Topless 1
-0101010001101 Fuel-switching 1
-0101010001101 ill-cast 1
-0101010001101 reclined 1
-0101010001101 plenipotentiary 1
-0101010001101 ADMINISTRATORS 1
-0101010001101 Showroom 1
-0101010001101 incubated 1
-0101010001101 Spurts 1
-0101010001101 consensuses 1
-0101010001101 monologuists 1
-0101010001101 nose-deep 1
-0101010001101 dirty-danced 1
-0101010001101 etherialized 1
-0101010001101 glorying 1
-0101010001101 birthed 1
-0101010001101 ERUPTED 1
-0101010001101 unfetching 1
-0101010001101 Ceprano 1
-0101010001101 resurveyed 1
-0101010001101 elbow-deep 1
-0101010001101 Sewn 1
-0101010001101 Slumber 1
-0101010001101 headquarted 1
-0101010001101 Murmurs 1
-0101010001101 caparisoned 1
-0101010001101 17,000-strong 1
-0101010001101 stormless 1
-0101010001101 underspending 1
-0101010001101 over-sensitive 1
-0101010001101 Hugger-Mugger 1
-0101010001101 re-educated 1
-0101010001101 mega-players 1
-0101010001101 Upsurges 1
-0101010001101 bonked 1
-0101010001101 bottom-picking 1
-0101010001101 Pyramide 1
-0101010001101 COLLAPSED 1
-0101010001101 invulnerable-bases 1
-0101010001101 management-sheltering 1
-0101010001101 Oktyabr 1
-0101010001101 WFMY 1
-0101010001101 clumpy 1
-0101010001101 35-0 1
-0101010001101 motes 1
-0101010001101 Comiso 1
-0101010001101 dog-catcher 1
-0101010001101 850th 1
-0101010001101 rising-especially 1
-0101010001101 panelled 1
-0101010001101 binging 1
-0101010001101 WTXF 1
-0101010001101 braggable 1
-0101010001101 Gored 1
-0101010001101 Bathed 1
-0101010001101 unprotectionist 1
-0101010001101 Antibiotici 1
-0101010001101 de-worse-ification 1
-0101010001101 heat-sealed 1
-0101010001101 freeloads 1
-0101010001101 footsoldiers 1
-0101010001101 patchworked 1
-0101010001101 Muesli 1
-0101010001101 inhere 1
-0101010001101 nugatory 1
-0101010001101 swelter 1
-0101010001101 hereof 1
-0101010001101 TINTING 1
-0101010001101 non-status 1
-0101010001101 headhunted 1
-0101010001101 non-conformists 1
-0101010001101 Bordeauxlike 1
-0101010001101 Nini 1
-0101010001101 Paddler 1
-0101010001101 believeth 1
-0101010001101 Bozyk 1
-0101010001101 FAILURES 1
-0101010001101 reinvolved 1
-0101010001101 Medicare-eligible 1
-0101010001101 re-enrolled 1
-0101010001101 under-invested 1
-0101010001101 glassed 1
-0101010001101 globules 1
-0101010001101 WDBD 1
-0101010001101 right-on 1
-0101010001101 goose-step 1
-0101010001101 value-neutral 1
-0101010001101 Ballo 1
-0101010001101 luxuriates 2
-0101010001101 reargued 2
-0101010001101 over-stored 2
-0101010001101 Ninety-Two 2
-0101010001101 WJIB 2
-0101010001101 walketh 2
-0101010001101 LHXs 2
-0101010001101 DOCKYARD 2
-0101010001101 forevermore 2
-0101010001101 lubricated 2
-0101010001101 spottier 2
-0101010001101 enshrouded 2
-0101010001101 eighty-sixed 2
-0101010001101 luxuriated 2
-0101010001101 disembark 2
-0101010001101 drop-outs 2
-0101010001101 under-investing 2
-0101010001101 sanctified 2
-0101010001101 moonwalking 2
-0101010001101 jingling 2
-0101010001101 SOARS 2
-0101010001101 Herodias 2
-0101010001101 neglectful 2
-0101010001101 abstemious 2
-0101010001101 co-educational 3
-0101010001101 WKRP 3
-0101010001101 interlocked 3
-0101010001101 disinvesting 3
-0101010001101 unfrozen 3
-0101010001101 cradled 3
-0101010001101 subjugated 3
-0101010001101 puckering 3
-0101010001101 complicit 4
-0101010001101 wreathed 4
-0101010001101 encamped 4
-0101010001101 homed 5
-0101010001101 compensations 5
-0101010001101 meddled 5
-0101010001101 overweighted 5
-0101010001101 welled 5
-0101010001101 memorialized 6
-0101010001101 garbed 6
-0101010001101 Gorillas 6
-0101010001101 overrepresented 7
-0101010001101 ascendant 7
-0101010001101 encased 7
-0101010001101 uppermost 7
-0101010001101 cashes 7
-0101010001101 infeasible 8
-0101010001101 basked 8
-0101010001101 occuring 8
-0101010001101 sheathed 9
-0101010001101 indoctrinated 9
-0101010001101 knee-deep 9
-0101010001101 swathed 9
-0101010001101 engrossed 10
-0101010001101 ensnarled 10
-0101010001101 closeted 10
-0101010001101 zapped 11
-0101010001101 remiss 11
-0101010001101 versed 11
-0101010001101 uninvolved 12
-0101010001101 interned 12
-0101010001101 entwined 13
-0101010001101 well-versed 13
-0101010001101 schooled 13
-0101010001101 attired 15
-0101010001101 cloaked 16
-0101010001101 underrepresented 16
-0101010001101 ARRIVED 16
-0101010001101 chimed 18
-0101010001101 imbedded 19
-0101010001101 majoring 19
-0101010001101 revels 19
-0101010001101 reveling 19
-0101010001101 enumerated 19
-0101010001101 hemmed 20
-0101010001101 underweighted 20
-0101010001101 wallowing 21
-0101010001101 zeroing 21
-0101010001101 ensnared 22
-0101010001101 basking 23
-0101010001101 reveled 23
-0101010001101 resettled 24
-0101010001101 couched 25
-0101010001101 bathed 25
-0101010001101 snarled 27
-0101010001101 enmeshed 27
-0101010001101 enshrined 31
-0101010001101 immersed 32
-0101010001101 shrouded 32
-0101010001101 reined 33
-0101010001101 steeped 33
-0101010001101 raked 34
-0101010001101 zeroed 34
-0101010001101 residing 34
-0101010001101 stashed 35
-0101010001101 raking 35
-0101010001101 underway 37
-0101010001101 caved 37
-0101010001101 uninterested 40
-0101010001101 engages 46
-0101010001101 participates 46
-0101010001101 etched 47
-0101010001101 fluent 55
-0101010001101 entangled 56
-0101010001101 clad 60
-0101010001101 embodied 62
-0101010001101 ushered 63
-0101010001101 resides 64
-0101010001101 embedded 68
-0101010001101 factored 68
-0101010001101 implanted 74
-0101010001101 awash 96
-0101010001101 housed 105
-0101010001101 prominently 130
-0101010001101 mired 132
-0101010001101 stationed 133
-0101010001101 enrolled 143
-0101010001101 rooted 153
-0101010001101 embroiled 163
-0101010001101 instrumental 183
-0101010001101 trapped 187
-0101010001101 denominated 233
-0101010001101 implicated 263
-0101010001101 occurring 267
-0101010001101 invests 284
-0101010001101 dressed 303
-0101010001101 lacking 320
-0101010001101 incorporated 391
-0101010001101 specializing 397
-0101010001101 participated 423
-0101010001101 locked 564
-0101010001101 specializes 567
-0101010001101 evident 612
-0101010001101 engaged 1095
-0101010001101 interested 3499
-0101010001101 involved 6763
-0101010001110 negotiatons 1
-0101010001110 relined 1
-0101010001110 Toying 1
-0101010001110 Lily-White 1
-0101010001110 watercourses 1
-0101010001110 solemnized 1
-0101010001110 interefere 1
-0101010001110 co-authoring 1
-0101010001110 aglitter 1
-0101010001110 administraton 1
-0101010001110 coruscate 1
-0101010001110 free-handed 1
-0101010001110 co-invested 1
-0101010001110 nonaffiliation 1
-0101010001110 simulataneously 1
-0101010001110 coterminous 1
-0101010001110 beautified 1
-0101010001110 comingling 1
-0101010001110 teemed 1
-0101010001110 chocka-block 1
-0101010001110 inter-operably 1
-0101010001110 overglazed 1
-0101010001110 Chenonceaux 1
-0101010001110 seethed 1
-0101010001110 inconversant 1
-0101010001110 likenot 1
-0101010001110 asssociated 1
-0101010001110 over-saturated 1
-0101010001110 cobbled-together 1
-0101010001110 jousted 1
-0101010001110 ad-men 1
-0101010001110 Colonials 1
-0101010001110 dealed 1
-0101010001110 field-checked 1
-0101010001110 Flirt 1
-0101010001110 copulating 1
-0101010001110 rasp 1
-0101010001110 innocent-students 1
-0101010001110 honeymooning 1
-0101010001110 overcomply 1
-0101010001110 skirmished 1
-0101010001110 bedizened 1
-0101010001110 middays 1
-0101010001110 incrusted 1
-0101010001110 10-zip 1
-0101010001110 chivvied 1
-0101010001110 scatology 1
-0101010001110 Absraction 1
-0101010001110 peroxides 1
-0101010001110 nonowners 1
-0101010001110 tortellini 1
-0101010001110 fancy-free 1
-0101010001110 familier 1
-0101010001110 lock-curlers 1
-0101010001110 21-year-olds 1
-0101010001110 refurnished 1
-0101010001110 fist-fighting 1
-0101010001110 aswarm 1
-0101010001110 EMI/Angel 1
-0101010001110 micro-epidemics 1
-0101010001110 frolicked 1
-0101010001110 activitated 1
-0101010001110 picnicking 1
-0101010001110 pre-injected 1
-0101010001110 satori 1
-0101010001110 Beauharnois 1
-0101010001110 concert-goer 1
-0101010001110 QE-2 1
-0101010001110 synonomous 1
-0101010001110 co-CEO 1
-0101010001110 SWATed 1
-0101010001110 hued 1
-0101010001110 beloveds 1
-0101010001110 atria 1
-0101010001110 decompressing 1
-0101010001110 incontinencies 1
-0101010001110 overfortified 1
-0101010001110 interfaced 1
-0101010001110 interchangable 1
-0101010001110 Korobytsins 1
-0101010001110 xerophilous 1
-0101010001110 stablized 1
-0101010001110 gabbed 1
-0101010001110 jives 1
-0101010001110 dissatisfation 1
-0101010001110 cosy 1
-0101010001110 interlocks 1
-0101010001110 hobnobbed 1
-0101010001110 caucusing 1
-0101010001110 conferrals 1
-0101010001110 disapointed 1
-0101010001110 yeasty 1
-0101010001110 refusniks 1
-0101010001110 smilodons 1
-0101010001110 20-10 2
-0101010001110 affilated 2
-0101010001110 non-annualized 2
-0101010001110 well-satisfied 2
-0101010001110 funning 2
-0101010001110 unacquainted 2
-0101010001110 fresh-looking 2
-0101010001110 twangs 2
-0101010001110 intercut 2
-0101010001110 sugar-coated 2
-0101010001110 overidentified 2
-0101010001110 freighted 2
-0101010001110 out-of-step 2
-0101010001110 kissy-kissy 2
-0101010001110 trifled 2
-0101010001110 aggregated 2
-0101010001110 chock-a-block 2
-0101010001110 overconcerned 2
-0101010001110 intermingled 2
-0101010001110 Odalisque 2
-0101010001110 racqueteers 2
-0101010001110 tinkers 2
-0101010001110 oneness 2
-0101010001110 GRAPPLE 2
-0101010001110 inset 2
-0101010001110 specked 2
-0101010001110 snitched 2
-0101010001110 contra-cyclical 2
-0101010001110 interferred 3
-0101010001110 rumba 3
-0101010001110 misaligned 3
-0101010001110 Filled 3
-0101010001110 30-year-olds 3
-0101010001110 spray-painted 3
-0101010001110 appliqued 3
-0101010001110 collides 3
-0101010001110 inculcated 3
-0101010001110 well-acquainted 3
-0101010001110 teem 3
-0101010001110 overprogrammed 3
-0101010001110 dueled 4
-0101010001110 resonating 4
-0101010001110 collaborates 4
-0101010001110 consonant 4
-0101010001110 protectable 4
-0101010001110 absconded 4
-0101010001110 parsimonious 4
-0101010001110 incised 4
-0101010001110 bantering 4
-0101010001110 mispositioned 4
-0101010001110 aglow 5
-0101010001110 slathered 5
-0101010001110 lathered 5
-0101010001110 federated 5
-0101010001110 brims 5
-0101010001110 commiserating 5
-0101010001110 interacted 5
-0101010001110 ribbed 5
-0101010001110 sympathizing 5
-0101010001110 comports 5
-0101010001110 tangling 5
-0101010001110 interacts 6
-0101010001110 crackled 6
-0101010001110 fraternizing 6
-0101010001110 pre-printed 6
-0101010001110 congruent 6
-0101010001110 interlaced 6
-0101010001110 jam-packed 7
-0101010001110 coexisting 7
-0101010001110 suffused 7
-0101010001110 ornamented 7
-0101010001110 marbled 7
-0101010001110 scuffled 7
-0101010001110 bedecked 7
-0101010001110 infatuated 8
-0101010001110 drugged 8
-0101010001110 booby-trapped 8
-0101010001110 hobnobbing 8
-0101010001110 meshed 9
-0101010001110 juxtaposed 9
-0101010001110 flirts 9
-0101010001110 conversant 9
-0101010001110 encoded 9
-0101010001110 interacting 10
-0101010001110 familar 11
-0101010001110 interwoven 12
-0101010001110 inlaid 12
-0101010001110 Casuals 13
-0101010001110 festooned 13
-0101010001110 commingled 13
-0101010001110 scented 13
-0101010001110 larded 13
-0101010001110 embossed 13
-0101010001110 imprinted 14
-0101010001110 encrusted 14
-0101010001110 colliding 15
-0101010001110 embellished 16
-0101010001110 neck-and-neck 17
-0101010001110 correlated 19
-0101010001110 flavored 22
-0101010001110 affiliating 22
-0101010001110 infested 23
-0101010001110 grappled 23
-0101010001110 bristling 23
-0101010001110 tinged 23
-0101010001110 unconnected 24
-0101010001110 tinkered 24
-0101010001110 mingled 24
-0101010001110 interspersed 25
-0101010001110 disagreeing 25
-0101010001110 stained 26
-0101010001110 imbued 26
-0101010001110 dripping 26
-0101010001110 toying 29
-0101010001110 fungible 29
-0101010001110 tampered 30
-0101010001110 bubbling 31
-0101010001110 abuzz 31
-0101010001110 studded 32
-0101010001110 peppered 32
-0101010001110 flirted 32
-0101010001110 sprinkled 33
-0101010001110 flirting 33
-0101010001110 chatting 33
-0101010001110 toyed 34
-0101010001110 fortified 34
-0101010001110 conflicted 35
-0101010001110 conferring 36
-0101010001110 brimming 38
-0101010001110 overflowing 40
-0101010001110 parted 40
-0101010001110 replete 41
-0101010001110 clashing 44
-0101010001110 acquainted 45
-0101010001110 collaborating 46
-0101010001110 endowed 47
-0101010001110 teeming 49
-0101010001110 commensurate 50
-0101010001110 laden 51
-0101010001110 outfitted 51
-0101010001110 experimented 52
-0101010001110 bursting 53
-0101010001110 laced 53
-0101010001110 interferes 54
-0101010001110 dotted 57
-0101010001110 fitted 59
-0101010001110 cluttered 61
-0101010001110 adorned 62
-0101010001110 riddled 62
-0101010001110 littered 64
-0101010001110 blessed 71
-0101010001110 synonymous 76
-0101010001110 grappling 76
-0101010001110 aligned 78
-0101010001110 blended 78
-0101010001110 disenchanted 78
-0101010001110 fraught 79
-0101010001110 siding 80
-0101010001110 stocked 82
-0101010001110 crammed 83
-0101010001110 reconciled 89
-0101010001110 rife 105
-0101010001110 incompatible 107
-0101010001110 associating 107
-0101010001110 coping 113
-0101010001110 interfering 122
-0101010001110 sided 125
-0101010001110 unfamiliar 131
-0101010001110 decorated 136
-0101010001110 experimenting 140
-0101010001110 obsessed 151
-0101010001110 complied 155
-0101010001110 complying 159
-0101010001110 flush 162
-0101010001110 dissatisfied 165
-0101010001110 interfered 178
-0101010001110 preoccupied 181
-0101010001110 saddled 186
-0101010001110 stuffed 188
-0101010001110 wrestling 190
-0101010001110 clashed 207
-0101010001110 inconsistent 220
-0101010001110 allied 240
-0101010001110 loaded 282
-0101010001110 compatible 356
-0101010001110 cooperating 453
-0101010001110 credited 480
-0101010001110 infected 511
-0101010001110 connected 521
-0101010001110 equipped 557
-0101010001110 affiliated 613
-0101010001110 consistent 852
-0101010001110 merged 1046
-0101010001110 dealing 1471
-0101010001110 associated 1826
-0101010001110 familiar 3055
-0101010001110 combined 2844
-01010100011110 Grappling 1
-01010100011110 Milwaukeeans 1
-01010100011110 BORED 1
-01010100011110 raddle 1
-01010100011110 rebuilders 1
-01010100011110 tag-teamed 1
-01010100011110 emblazened 1
-01010100011110 D.C.-Dulles 1
-01010100011110 bebops 1
-01010100011110 dragster 1
-01010100011110 breakfasting 1
-01010100011110 Releases 1
-01010100011110 socializes 1
-01010100011110 hopitals 1
-01010100011110 basted 1
-01010100011110 Thrilled 1
-01010100011110 overcompliance 1
-01010100011110 americans 1
-01010100011110 85-pounder 1
-01010100011110 bonbons 1
-01010100011110 COMPETE 1
-01010100011110 -flat 1
-01010100011110 unaligned 1
-01010100011110 rebetting 1
-01010100011110 vacherin 1
-01010100011110 furbished 1
-01010100011110 cross-react 1
-01010100011110 garlanded 2
-01010100011110 Restauracja 2
-01010100011110 resounds 2
-01010100011110 garnished 4
-01010100011110 coinciding 19
-01010100011110 coupled 451
-01010100011110 compared 10435
-01010100011110 compares 556
-01010100011111 palpitates 1
-01010100011111 discriminatorily 1
-01010100011111 stewn 1
-01010100011111 pipleines 1
-01010100011111 girdled 1
-01010100011111 convulsed 1
-01010100011111 BUMBERSHOOT 1
-01010100011111 uncommemorated 1
-01010100011111 Webern 1
-01010100011111 Disagreed 1
-01010100011111 surfeited 1
-01010100011111 acquaintanceship 1
-01010100011111 banters 1
-01010100011111 twirlers 1
-01010100011111 extra-special 1
-01010100011111 flesh-tone 1
-01010100011111 drearier 1
-01010100011111 lations 1
-01010100011111 crusted 1
-01010100011111 bus-way 1
-01010100011111 MDs 1
-01010100011111 invisibly 1
-01010100011111 pro-Hoosier 1
-01010100011111 cavorts 1
-01010100011111 upcourt 1
-01010100011111 technicolored 1
-01010100011111 15-5 1
-01010100011111 now-simmering 1
-01010100011111 choreographs 1
-01010100011111 auto-exposure 1
-01010100011111 crack-the-whip 1
-01010100011111 preoccuption 1
-01010100011111 27-week 1
-01010100011111 swagged 1
-01010100011111 cantatas 1
-01010100011111 separation-by-law 1
-01010100011111 jalapenos 1
-01010100011111 incorporator 1
-01010100011111 Binoche 1
-01010100011111 caressed 1
-01010100011111 drug-runners 1
-01010100011111 chummier 1
-01010100011111 Nattiel 1
-01010100011111 abracadabra 1
-01010100011111 untampered 1
-01010100011111 converses 1
-01010100011111 intersects 1
-01010100011111 gleamed 1
-01010100011111 footsy 1
-01010100011111 natural-fabric 1
-01010100011111 co-existed 1
-01010100011111 skiless 1
-01010100011111 Landcruiser 1
-01010100011111 consorted 1
-01010100011111 stride-for-stride 1
-01010100011111 compacter 1
-01010100011111 Associating 1
-01010100011111 no-hitters 1
-01010100011111 intermixed 1
-01010100011111 brimmed 1
-01010100011111 unflatteringly 1
-01010100011111 cuirasses 1
-01010100011111 Schotz 1
-01010100011111 nest-making 1
-01010100011111 beach-blasting 1
-01010100011111 decamps 1
-01010100011111 Pyongyang-bashing 1
-01010100011111 down-the-line 1
-01010100011111 ruminative-narrative 1
-01010100011111 rationalist 2
-01010100011111 peaceably 2
-01010100011111 comported 2
-01010100011111 warred 2
-01010100011111 twined 2
-01010100011111 cutesiness 2
-01010100011111 hob 2
-01010100011111 beserk 2
-01010100011111 woofy 2
-01010100011111 five-record 2
-01010100011111 blotched 2
-01010100011111 pedants 2
-01010100011111 gargles 2
-01010100011111 shambling 2
-01010100011111 razzed 2
-01010100011111 anti-Tory 3
-01010100011111 chockablock 3
-01010100011111 jibed 3
-01010100011111 half-filled 3
-01010100011111 hobnobs 3
-01010100011111 sociologically 3
-01010100011111 swatter 3
-01010100011111 glistens 3
-01010100011111 caked 3
-01010100011111 retouched 4
-01010100011111 coexists 4
-01010100011111 roofed 4
-01010100011111 eyeball-to-eyeball 5
-01010100011111 vibrates 5
-01010100011111 dovetails 6
-01010100011111 consorting 6
-01010100011111 lettered 6
-01010100011111 teems 7
-01010100011111 overflows 7
-01010100011111 overflowed 7
-01010100011111 reverberates 8
-01010100011111 dovetailed 9
-01010100011111 vies 9
-01010100011111 copes 9
-01010100011111 fiddles 9
-01010100011111 overlapped 11
-01010100011111 toe-to-toe 12
-01010100011111 hand-in-hand 13
-01010100011111 corresponded 14
-01010100011111 merrily 14
-01010100011111 grapples 15
-01010100011111 sympathizes 16
-01010100011111 wrestles 19
-01010100011111 rhymes 24
-01010100011111 merges 30
-01010100011111 side-by-side 34
-01010100011111 collided 44
-01010100011111 complies 52
-01010100011111 emblazoned 66
-01010100011111 coincides 70
-01010100011111 head-on 88
-01010100011111 head-to-head 90
-01010100011111 contrasted 107
-01010100011111 coincided 116
-01010100011111 competes 118
-01010100011111 contrasts 185
-01010100011111 disagrees 206
-01010100011111 along 5981
-01010100011111 capped 550
-010101001000 1959-1961 1
-010101001000 246,370 1
-010101001000 TEMPERED 1
-010101001000 ATL 1
-010101001000 nine-volume 1
-010101001000 onwards 1
-010101001000 hip-deep 1
-010101001000 2147 1
-010101001000 9988 1
-010101001000 volume-wise 1
-010101001000 CROWING 1
-010101001000 because. 1
-010101001000 Financieros 1
-010101001000 retrying 1
-010101001000 light-haters 1
-010101001000 hacienda 1
-010101001000 ago.The 1
-010101001000 2065 1
-010101001000 anecdotally 1
-010101001000 ealier 2
-010101001000 off-target 2
-010101001000 plumper 2
-010101001000 earlier. 2
-010101001000 leafless 2
-010101001000 Diazyde 2
-010101001000 stiff-armed 2
-010101001000 2045 2
-010101001000 1575 2
-010101001000 2040 3
-010101001000 outrider 3
-010101001000 1975-76 6
-010101001000 earlier 25082
-010101001000 2000 699
-0101010010010 collegiate-hoops 1
-0101010010010 small-flowered 1
-0101010010010 1960-75 1
-0101010010010 Sakonnet 1
-0101010010010 coal-state 1
-0101010010010 EDS-led 1
-0101010010010 horse-head 1
-0101010010010 firefly 1
-0101010010010 Gauche 1
-0101010010010 Arab-Christian 1
-0101010010010 MITI-sponsored 1
-0101010010010 Occidental-led 1
-0101010010010 dollar-bill 1
-0101010010010 Madonna-meets-the-Duchess-of-Windsor 1
-0101010010010 11-10 1
-0101010010010 Cravers 1
-0101010010010 Tau-Con 1
-0101010010010 1895-1906 1
-0101010010010 creamy-colored 1
-0101010010010 croc-hunting 1
-0101010010010 Hamlet-like 1
-0101010010010 pre-motherhood 1
-0101010010010 guy-bad 1
-0101010010010 85-pound 1
-0101010010010 tax-abatement 1
-0101010010010 cop-avenges-his-buddy 1
-0101010010010 industrial-recruiting 1
-0101010010010 drug-ravaged 1
-0101010010010 military-testing 1
-0101010010010 cop/bad 1
-0101010010010 Ohio-businessman 1
-0101010010010 stock-playing 1
-0101010010010 ferret-like 1
-0101010010010 Woodstock-goers 1
-0101010010010 art-dealing 1
-0101010010010 history-amid 1
-0101010010010 art-through-the-ages 1
-0101010010010 obsessiveness 2
-0101010010010 gimpy 2
-0101010010010 Epiphany 2
-0101010010010 acropolis 2
-0101010010010 18-foot-high 2
-0101010010010 chukar 2
-0101010010010 two-tone 2
-0101010010010 Bloomsbury 2
-0101010010010 auto-da-fe 2
-0101010010010 Cucuta 2
-0101010010010 Wailing 2
-0101010010010 Hoschton 2
-0101010010010 2405 2
-0101010010010 arrhythmia 2
-0101010010010 east-side 2
-0101010010010 undemonstrative 2
-0101010010010 omphalos 2
-0101010010010 unplaceable 2
-0101010010010 slutty 2
-0101010010010 Kanda 2
-0101010010010 Amdo 2
-0101010010010 undershirt 2
-0101010010010 semiprecious 2
-0101010010010 Yakuza 2
-0101010010010 rum-runners 2
-0101010010010 drunkest 2
-0101010010010 Misfit 2
-0101010010010 almost-forgotten 2
-0101010010010 faith-healing 2
-0101010010010 slow-flying 2
-0101010010010 much-traveled 2
-0101010010010 steambath 2
-0101010010010 Ultraswitch 2
-0101010010010 corniche 2
-0101010010010 single-seat 2
-0101010010010 apple-cheeked 2
-0101010010010 inch-long 2
-0101010010010 25-to-34 2
-0101010010010 M0 2
-0101010010010 Tajo 2
-0101010010010 airfoil 2
-0101010010010 gullet 2
-0101010010010 undersigned 2
-0101010010010 ulema 2
-0101010010010 overenthusiastic 2
-0101010010010 kuroyon 2
-0101010010010 Nexrad 2
-0101010010010 ionized 2
-0101010010010 heads-I-win 2
-0101010010010 not-so-old 2
-0101010010010 1970-87 2
-0101010010010 1982-1988 2
-0101010010010 hammock 2
-0101010010010 enforcement-minded 2
-0101010010010 Ainsophia 2
-0101010010010 continental-shelf 3
-0101010010010 1960-1965 3
-0101010010010 ministering 3
-0101010010010 achievement-oriented 3
-0101010010010 male-determining 3
-0101010010010 Melaleuca 3
-0101010010010 5-foot-4 3
-0101010010010 Wirtschaftswunder 3
-0101010010010 unfeeling 3
-0101010010010 old. 3
-0101010010010 Dyna 3
-0101010010010 witchy 4
-0101010010010 sweet-natured 4
-0101010010010 11-hour 4
-0101010010010 oracular 4
-0101010010010 good-guy 4
-0101010010010 beechwood 4
-0101010010010 Clairtone 4
-0101010010010 gladiator 4
-0101010010010 deadliest 5
-0101010010010 HIV-positive 5
-0101010010010 1982-1985 6
-0101010010010 Serengeti 6
-0101010010010 commercial-grade 6
-0101010010010 Obrenovich 6
-0101010010010 ole 6
-0101010010010 Ridiculous 6
-0101010010010 Acusyst 8
-0101010010010 beta-amyloid 8
-0101010010010 Jima 12
-0101010010010 non-A 23
-0101010010010 old 10355
-0101010010010 11-year-old 45
-0101010010011 a-coming 1
-0101010010011 330,355 1
-0101010010011 98,414 1
-0101010010011 1,033,373 1
-0101010010011 --conspiracy 1
-0101010010011 eyeballing 1
-0101010010011 later-long 1
-0101010010011 Entity 1
-0101010010011 1951-1980 1
-0101010010011 ago-though 1
-0101010010011 MCMXXV 1
-0101010010011 Flagellator 1
-0101010010011 Gudjewg 1
-0101010010011 1912-40 1
-0101010010011 week-in 1
-0101010010011 2098 1
-0101010010011 ago.They 1
-0101010010011 PETROBRAS 1
-0101010010011 1990-93 1
-0101010010011 438.0 1
-0101010010011 547.1 1
-0101010010011 2,188 1
-0101010010011 1966-1981 1
-0101010010011 ago-quarter 1
-0101010010011 semimemorial 1
-0101010010011 year-olds 1
-0101010010011 1984-89 2
-0101010010011 earier 2
-0101010010011 xanh 2
-0101010010011 Styne 2
-0101010010011 Publicos 2
-0101010010011 after. 2
-0101010010011 oiler 3
-0101010010011 ago. 4
-0101010010011 AGO 11
-0101010010011 ago 15503
-0101010010011 olds 20
-0101010010100 1,513,000 1
-0101010010100 6,503,000 1
-0101010010100 12,509,100 1
-0101010010100 stock-touting 1
-0101010010100 3.7748 1
-0101010010100 59-11 1
-0101010010100 late-middle 1
-0101010010100 5-to-2 1
-0101010010100 guest-room 1
-0101010010100 gamines 1
-0101010010100 Penfolds 1
-0101010010100 729,942 1
-0101010010100 I.P.E. 1
-0101010010100 29-1 1
-0101010010100 6,381 1
-0101010010100 color-clashing 1
-0101010010100 53,935 1
-0101010010100 ROMEOS 1
-0101010010100 103,896 1
-0101010010100 RUMMAGING 1
-0101010010100 91,654 1
-0101010010100 computer-giant 1
-0101010010100 1.8695 1
-0101010010100 417-0 1
-0101010010100 42-8 1
-0101010010100 1,426 1
-0101010010100 8,350,000 1
-0101010010100 11,350,000 1
-0101010010100 strike-split 1
-0101010010100 50-46 1
-0101010010100 279,838 1
-0101010010100 Shawn-dynasty 1
-0101010010100 Demirsar 1
-0101010010100 8,840,000 1
-0101010010100 light-volume 1
-0101010010100 64,430 1
-0101010010100 Irish-born 1
-0101010010100 Schlosses 1
-0101010010100 wools 1
-0101010010100 LOOMS 1
-0101010010100 1,015,190 1
-0101010010100 defir 1
-0101010010100 91.16 1
-0101010010100 650-person 1
-0101010010100 47,224 1
-0101010010100 166,788 1
-0101010010100 1.7395 1
-0101010010100 socialist-leaning 1
-0101010010100 1,569.3 1
-0101010010100 40,819 1
-0101010010100 22,012 1
-0101010010100 16,449 1
-0101010010100 much-acclaimed 1
-0101010010100 late-late 1
-0101010010100 204.63 1
-0101010010100 24,589.23 1
-0101010010100 178,732 1
-0101010010100 Pernand-Vergelesses 1
-0101010010100 Meursault 1
-0101010010100 Aligote 1
-0101010010100 1097.93 1
-0101010010100 often-invoked 1
-0101010010100 Olivetti-style 1
-0101010010100 156,545 1
-0101010010100 184-154 1
-0101010010100 786,268 1
-0101010010100 5,236 1
-0101010010100 no-results 1
-0101010010100 once-blighted 1
-0101010010100 301,100 1
-0101010010100 debarring 1
-0101010010100 2,020,300 1
-0101010010100 statesmanly 1
-0101010010100 liquor-saturated 1
-0101010010100 75-00 1
-0101010010100 Pfc 1
-0101010010100 now-blossoming 1
-0101010010100 30,875 1
-0101010010100 arts-minded 1
-0101010010100 219,677 1
-0101010010100 195,190 1
-0101010010100 899,462 1
-0101010010100 246.11 1
-0101010010100 242.23 1
-0101010010100 67,672 1
-0101010010100 104,842 1
-0101010010100 three-set 1
-0101010010100 97,487 1
-0101010010100 26,046 1
-0101010010100 50,407 1
-0101010010100 Sawgrass 1
-0101010010100 1736.74 1
-0101010010100 34-restaurant 1
-0101010010100 lumpen-intellectual 1
-0101010010100 Dubaih 1
-0101010010100 Purushothaman 1
-0101010010100 better-than-usual 1
-0101010010100 32,380,000 1
-0101010010100 adobe-style 1
-0101010010100 31,516 1
-0101010010100 strike-shortened 1
-0101010010100 revolution-from-the-throne 1
-0101010010100 Malang 1
-0101010010100 HORRORS 1
-0101010010100 116,090 1
-0101010010100 1,062,200 1
-0101010010100 x-Year-to-date 2
-0101010010100 Sabry 2
-0101010010100 7,000-square-foot 2
-0101010010100 drizzly 2
-0101010010100 Petrograd 2
-0101010010100 Michalis 2
-0101010010100 Nebula 2
-0101010010100 2,535 2
-0101010010100 360,380 2
-0101010010100 114.86 2
-0101010010100 62,700 2
-0101010010100 65-8 2
-0101010010100 263-85 2
-0101010010100 Western-Central 3
-0101010010100 August-September 3
-0101010010100 late- 3
-0101010010100 August-October 3
-0101010010100 dead-center 3
-0101010010100 117-year-old 3
-0101010010100 new-year 3
-0101010010100 blow-up 3
-0101010010100 mid-to-late 5
-0101010010100 Tysons 8
-0101010010100 mid-morning 42
-0101010010100 Papua 67
-0101010010100 late 12948
-0101010010100 upstate 83
-0101010010101 inflation-powered 1
-0101010010101 nonhedged 1
-0101010010101 Canadianizing 1
-0101010010101 post-expansion 1
-0101010010101 ZOOMS 1
-0101010010101 HALLOWEEN 1
-0101010010101 pre-deregulation 1
-0101010010101 0.6-hour 1
-0101010010101 Rhodesian-war 1
-0101010010101 India-brokered 1
-0101010010101 verification-process 1
-0101010010101 earlier-than-planned 1
-0101010010101 pre-Nazi 1
-0101010010101 Restaurante 1
-0101010010101 Yuppified 1
-0101010010101 zaftig 1
-0101010010101 Egyptian-Israeli 1
-0101010010101 pre-stock-market 1
-0101010010101 then-mandatory 1
-0101010010101 vetoability 1
-0101010010101 negotiable-options 1
-0101010010101 astigmatic 1
-0101010010101 all-Wagner 1
-0101010010101 2,478 1
-0101010010101 Abominable 1
-0101010010101 Cleveland-McKinley 1
-0101010010101 Harding-Coolidge-Hoover 1
-0101010010101 Wright-endorsed 1
-0101010010101 Qattara 1
-0101010010101 July-October 1
-0101010010101 38-to-65 1
-0101010010101 morale-busting 1
-0101010010101 conservation-oriented 1
-0101010010101 dyed-blonde 1
-0101010010101 encainide 1
-0101010010101 682,953 1
-0101010010101 toyland 1
-0101010010101 full-price 1
-0101010010101 energy-conscious 1
-0101010010101 Kotto 1
-0101010010101 1985-1991 1
-0101010010101 gunsights 1
-0101010010101 hot-ticket 1
-0101010010101 Corybantic 1
-0101010010101 forshadowing 1
-0101010010101 less-famished 1
-0101010010101 sharky 2
-0101010010101 Sabri 2
-0101010010101 inflation-ridden 2
-0101010010101 Virtuous 2
-0101010010101 quads 2
-0101010010101 21-hour 2
-0101010010101 Rennes 2
-0101010010101 co-plaintiffs 2
-0101010010101 takeover-crazed 2
-0101010010101 Wassily 2
-0101010010101 Beville 2
-0101010010101 Centenaire 3
-0101010010101 11-point 3
-0101010010101 8-5 3
-0101010010101 Israeli-Egyptian 3
-0101010010101 8-6 3
-0101010010101 Jader 3
-0101010010101 counterfeits 3
-0101010010101 recession-plagued 3
-0101010010101 Indian-brokered 4
-0101010010101 credulous 5
-0101010010101 early- 5
-0101010010101 pre-recession 5
-0101010010101 palmy 5
-0101010010101 pre-October 8
-0101010010101 Roaring 12
-0101010010101 early 15777
-0101010010101 mid 49
-0101010010110 electronics-retailing 1
-0101010010110 DIRECT/36 1
-0101010010110 beatnik 1
-0101010010110 already-weakened 1
-0101010010110 defensive-type 1
-0101010010110 entrepreneurial-investment 1
-0101010010110 lower-capitalized 1
-0101010010110 O'Hara-style 1
-0101010010110 Carter/Ward 1
-0101010010110 Iranian-laid 1
-0101010010110 500-level 1
-0101010010110 2,486 1
-0101010010110 Co-chairwoman 1
-0101010010110 IMF-administered 1
-0101010010110 urge-to-merge 1
-0101010010110 forward-currency 1
-0101010010110 retail-intensive 1
-0101010010110 teaching-excellence 1
-0101010010110 twoweek 1
-0101010010110 largest-capitalized 1
-0101010010110 price-to-book-ratio 1
-0101010010110 pollutioncontrol 1
-0101010010110 theme-oriented 1
-0101010010110 night-session 1
-0101010010110 low-information 1
-0101010010110 uptrending 1
-0101010010110 mortgage-issue 1
-0101010010110 listed-option 1
-0101010010110 energy-project 1
-0101010010110 1963-82 1
-0101010010110 five-a-month 1
-0101010010110 under-merchandised 1
-0101010010110 Granddad 1
-0101010010110 Gleaner 1
-0101010010110 65-stock 1
-0101010010110 OPEC-eve 1
-0101010010110 domestic-sector 1
-0101010010110 export-sector 1
-0101010010110 Off-exchange 1
-0101010010110 off-bourse 1
-0101010010110 day-today 1
-0101010010110 lube-oil 1
-0101010010110 unreclaimed 1
-0101010010110 1,284 1
-0101010010110 already-competitive 1
-0101010010110 Yellowstain 1
-0101010010110 Gordon-like 1
-0101010010110 variable-life-insurance 1
-0101010010110 feather-light 1
-0101010010110 largest-insider 1
-0101010010110 superliquidity 1
-0101010010110 1,192 1
-0101010010110 high-profitability 1
-0101010010110 global-portfolio 1
-0101010010110 AIDS-control 1
-0101010010110 Ex-Drexel 1
-0101010010110 operating-business 1
-0101010010110 least-favorite 1
-0101010010110 later-round 1
-0101010010110 perservation 1
-0101010010110 salvation-by-society 1
-0101010010110 stocks-boosted 1
-0101010010110 2,524 1
-0101010010110 generic-drug-company 1
-0101010010110 4,948,840x 1
-0101010010110 fishmarket 1
-0101010010110 ad-linage 1
-0101010010110 institution-sized 1
-0101010010110 per-capita-income 1
-0101010010110 aspirin-company 1
-0101010010110 Chinese-government 1
-0101010010110 asset-related 1
-0101010010110 Choppy 1
-0101010010110 then-rising 1
-0101010010110 626,995 1
-0101010010110 Pre-market 1
-0101010010110 sleepiest 1
-0101010010110 highyielding 1
-0101010010110 once-distinct 1
-0101010010110 1,926 1
-0101010010110 already-lackluster 1
-0101010010110 silver-coated 1
-0101010010110 MMI-contract 1
-0101010010110 Spooks 1
-0101010010110 Stale 1
-0101010010110 5,503 1
-0101010010110 insder 1
-0101010010110 retroviral 1
-0101010010110 SMALL-COMPANY 1
-0101010010110 second-lightest 1
-0101010010110 inter-market 1
-0101010010110 shuttle-service 1
-0101010010110 4,419,768-x 1
-0101010010110 Toronto-listed 1
-0101010010110 periferico 1
-0101010010110 2,413 1
-0101010010110 1,321 1
-0101010010110 British-bond 1
-0101010010110 225-selected 1
-0101010010110 most-used 1
-0101010010110 early-cycle 2
-0101010010110 stock-index-option 2
-0101010010110 Blinder-underwritten 2
-0101010010110 once-banned 2
-0101010010110 X-shaped 2
-0101010010110 4,715 2
-0101010010110 East-Bloc 2
-0101010010110 non-UMW 2
-0101010010110 Japanese-stock 2
-0101010010110 Stuttgarter 2
-0101010010110 off-board 2
-0101010010110 gymnasium-sized 2
-0101010010110 most-liquid 2
-0101010010110 least-liquid 2
-0101010010110 non-floor 2
-0101010010110 triple-witching-hour 2
-0101010010110 own-account 2
-0101010010110 top-60 2
-0101010010110 4,401 3
-0101010010110 smaller-company 3
-0101010010110 off-floor 3
-0101010010110 country-debt 3
-0101010010110 narrow-range 3
-0101010010110 index-options 3
-0101010010110 4,635 3
-0101010010110 initial-public-offering 4
-0101010010110 Prearranged 4
-0101010010110 Sueddeutsche 4
-0101010010110 overthe-counter 4
-0101010010110 screen-based 5
-0101010010110 market-system 5
-0101010010110 pre-issue 5
-0101010010110 inter-dealer 5
-0101010010110 fund-company 5
-0101010010110 over-thecounter 6
-0101010010110 emerging-growth 9
-0101010010110 larger-capitalization 10
-0101010010110 third-market 11
-0101010010110 first-section 12
-0101010010110 pre-announcement 13
-0101010010110 off-exchange 14
-0101010010110 mortgage-securities 15
-0101010010110 pre-bid 16
-0101010010110 non-NMS 18
-0101010010110 interdealer 39
-0101010010110 dividend-related 55
-0101010010110 exchange-listed 57
-0101010010110 insider 1848
-0101010010110 over-the-counter 5083
-0101010010110 OTC 2176
-0101010010111 100-sized 1
-0101010010111 400-industrials 1
-0101010010111 Commission/Commodity 1
-0101010010111 interest-rate-swaps 1
-0101010010111 Tornto 1
-0101010010111 post-settlement 1
-0101010010111 straight-dollar 1
-0101010010111 Saturnia 1
-0101010010111 snail-paced 1
-0101010010111 dividendrelated 1
-0101010010111 Other-Finance 1
-0101010010111 warehouse-copper 2
-0101010010111 Hill-based 2
-0101010010111 national-over-the-counter 6
-0101010010111 composite 10233
-0101010010111 Composite 288
-0101010011000 94.77 1
-0101010011000 94.87 1
-0101010011000 1,848 1
-0101010011000 7l 1
-0101010011000 ousttanding 1
-0101010011000 757-695 1
-0101010011000 736-719 1
-0101010011000 963-959 1
-0101010011000 743-717 1
-0101010011000 crustacea 1
-0101010011000 92.96 1
-0101010011000 839-713 1
-0101010011000 93.41 1
-0101010011000 95.06 1
-0101010011000 95.07 1
-0101010011000 92.92 1
-0101010011000 92.81 1
-0101010011000 93.06 1
-0101010011000 93.17 1
-0101010011000 conventionally. 1
-0101010011000 814-735 1
-0101010011000 93.35 1
-0101010011000 95.51 1
-0101010011000 95.48 1
-0101010011000 95.25 1
-0101010011000 95.30 1
-0101010011000 95.38 1
-0101010011000 94.99 1
-0101010011000 95.11 1
-0101010011000 95.01 1
-0101010011000 94.98 1
-0101010011000 95.12 1
-0101010011000 respresent 1
-0101010011000 yestersday 1
-0101010011000 94.95 1
-0101010011000 94.97 1
-0101010011000 logics 1
-0101010011000 94.96 1
-0101010011000 94.67 1
-0101010011000 95.03 1
-0101010011000 94.83 1
-0101010011000 94.18 1
-0101010011000 94.49 1
-0101010011000 93.94 1
-0101010011000 95.39 1
-0101010011000 celibacy 1
-0101010011000 95.26 1
-0101010011000 stock-redesignated 1
-0101010011000 95.17 1
-0101010011000 94.78 1
-0101010011000 93.37 1
-0101010011000 93.65 1
-0101010011000 1012 1
-0101010011000 835-629 1
-0101010011000 916-583 1
-0101010011000 Radhakrishnan 1
-0101010011000 1.09-for-1 1
-0101010011000 981-483 1
-0101010011000 948-670 1
-0101010011000 794-624 1
-0101010011000 656-334 1
-0101010011000 388,309 1
-0101010011000 2,186 1
-0101010011000 6,927 1
-0101010011000 coupon-clippers 1
-0101010011000 0.775 1
-0101010011000 816-720 1
-0101010011000 67-3890 1
-0101010011000 1,001-538 1
-0101010011000 outstandings 2
-0101010011000 95.40 2
-0101010011000 dweeb 2
-0101010011000 95.02 2
-0101010011000 94.62 2
-0101010011000 outstanding. 2
-0101010011000 94.94 2
-0101010011000 93.27 2
-0101010011000 93.21 2
-0101010011000 94.71 2
-0101010011000 93.01 3
-0101010011000 93.43 3
-0101010011000 94.85 4
-0101010011000 oustanding 15
-0101010011000 outstanding 11000
-0101010011000 issuable 16
-0101010011001 Bifocal 1
-0101010011001 Bustanil 1
-0101010011001 Can-Can 1
-0101010011001 Saxatilis 1
-0101010011001 Italics 1
-0101010011001 Teile 1
-0101010011001 po-kah-zoo-kah 1
-0101010011001 21-15 1
-0101010011001 Palmahol 1
-0101010011001 658-8063 1
-0101010011001 overadjustment 1
-0101010011001 scatterometer 1
-0101010011001 850-2000 1
-0101010011001 623-9001 1
-0101010011001 273-7877 1
-0101010011001 deoperfumes 1
-0101010011001 info-mercials 1
-0101010011001 violated. 1
-0101010011001 Zebedee 1
-0101010011001 OHHaww 1
-0101010011001 Torque-speak 1
-0101010011001 peruke-makers 1
-0101010011001 Mazstang 1
-0101010011001 N.F.W. 1
-0101010011001 preclearance 1
-0101010011001 beatup. 1
-0101010011001 techno-burbs 1
-0101010011001 deathspiral 1
-0101010011001 246-6807 1
-0101010011001 971-9150 1
-0101010011001 581-7907 1
-0101010011001 were. 1
-0101010011001 MaxSafety 1
-0101010011001 materalized 1
-0101010011001 wah-kah-ho-ri-ku 1
-0101010011001 Banques 1
-0101010011001 PATRICIA 1
-0101010011001 482,673 1
-0101010011001 wonderful. 1
-0101010011001 /FDP 1
-0101010011001 545-6555 1
-0101010011001 547-7424 1
-0101010011001 797-0657 1
-0101010011001 872-4700 1
-0101010011001 864-4130 1
-0101010011001 585-2573 1
-0101010011001 footsie 1
-0101010011001 STYLES 1
-0101010011001 Chevrolet-Buick-Pontiac-Oldsmobile 1
-0101010011001 hushhush 1
-0101010011001 Sa-low-mi 1
-0101010011001 EAVN 1
-0101010011001 mousetrapped 1
-0101010011001 atklatiba 1
-0101010011001 takeover-itis 1
-0101010011001 537-3507 1
-0101010011001 Okogie 1
-0101010011001 unstable-stability 1
-0101010011001 Aide 1
-0101010011001 Stumpfel 1
-0101010011001 ooey-pooey 1
-0101010011001 Monjardin 1
-0101010011001 Matull 1
-0101010011001 work-doh 1
-0101010011001 pitchpoling 1
-0101010011001 Galveas 1
-0101010011001 mega-contracts 1
-0101010011001 Freeburg 1
-0101010011001 superplane 1
-0101010011001 219-3910 1
-0101010011001 220-8616 1
-0101010011001 Ingramii 1
-0101010011001 625-4275 1
-0101010011001 I.L.J. 1
-0101010011001 Torquemada 1
-0101010011001 925-2750 1
-0101010011001 Key-paw 1
-0101010011001 housebroken 1
-0101010011001 Hornaday 1
-0101010011001 praiseries 1
-0101010011001 nottori 1
-0101010011001 862-7352 1
-0101010011001 intolerable. 1
-0101010011001 NPH 1
-0101010011001 572-6037 1
-0101010011001 621-0379 1
-0101010011001 crunchies 1
-0101010011001 Topper 1
-0101010011001 MESSERSCHMIDT-BOELKOW 1
-0101010011001 overdrawing 1
-0101010011001 VanDevender 1
-0101010011001 beasted 1
-0101010011001 overcomplicated 1
-0101010011001 Musafe 1
-0101010011001 superbe 1
-0101010011001 621-9893 1
-0101010011001 hightest 1
-0101010011001 D.-Ga 1
-0101010011001 Debtman 1
-0101010011001 unartistic 1
-0101010011001 SOES-ed 1
-0101010011001 junkers 1
-0101010011001 Hodur 1
-0101010011001 582-1821 1
-0101010011001 Terrific 1
-0101010011001 straightforward. 1
-0101010011001 Dreamstage 1
-0101010011001 finger-paintings 1
-0101010011001 Meisterschlocker 1
-0101010011001 Abair 1
-0101010011001 Indiscreet 1
-0101010011001 symphonia 1
-0101010011001 265-7300 1
-0101010011001 Toshiba-bashing 1
-0101010011001 Dougster 1
-0101010011001 Danger-Explosives 1
-0101010011001 unfood-looking 1
-0101010011001 up-phase 1
-0101010011001 DuhMAWko 1
-0101010011001 Ooooh 1
-0101010011001 over-prescribing 1
-0101010011001 underdogged 1
-0101010011001 Movietone 1
-0101010011001 Bordello 1
-0101010011001 Pana-dollars 1
-0101010011001 towny 1
-0101010011001 warrigal 1
-0101010011001 dude-oir 1
-0101010011001 hardtack 1
-0101010011001 hopscotching 1
-0101010011001 870-5690 1
-0101010011001 Markstein 1
-0101010011001 counter-sanctions 1
-0101010011001 769-5305 1
-0101010011001 assetstripping 1
-0101010011001 Kost 1
-0101010011001 airyfairy 1
-0101010011001 Lamotte 1
-0101010011001 Prieskel 1
-0101010011001 salary-men 1
-0101010011001 McPinion 1
-0101010011001 Bodywatching 1
-0101010011001 Resonance 1
-0101010011001 YEEEEEH 1
-0101010011001 WHEEEARG 1
-0101010011001 Minimize 1
-0101010011001 Eggzibitions 1
-0101010011001 677-8960 1
-0101010011001 871-0090 1
-0101010011001 732-5813 1
-0101010011001 598-7150 1
-0101010011001 Ram-bro 1
-0101010011001 ecclesiastical-medieval 1
-0101010011001 disadvantaged. 1
-0101010011001 vacationland 1
-0101010011001 governmentinsured 1
-0101010011001 exist. 1
-0101010011001 Distinctions 1
-0101010011001 Adios 1
-0101010011001 Dizziest 1
-0101010011001 Rockschool 1
-0101010011001 Zardoz 1
-0101010011001 Upheavals 1
-0101010011001 D.-Calif 1
-0101010011001 734-3614 1
-0101010011001 624-2345 1
-0101010011001 yech 1
-0101010011001 lowballing 1
-0101010011001 steamroller. 1
-0101010011001 mini-trial 1
-0101010011001 than. 1
-0101010011001 chickenhawk 1
-0101010011001 Jolles 1
-0101010011001 handfasting 1
-0101010011001 Exonerated 1
-0101010011001 484-7278 1
-0101010011001 775-8169 1
-0101010011001 Mmm-minestrone 1
-0101010011001 Cato-logs 1
-0101010011001 cateologue 1
-0101010011001 cauterized 1
-0101010011001 ill-bred 1
-0101010011001 insistences 1
-0101010011001 non-comedogenic 1
-0101010011001 Finke 1
-0101010011001 Pahkahs 1
-0101010011001 Blanding 1
-0101010011001 Somethings 1
-0101010011001 Marmaduke 1
-0101010011001 1208 1
-0101010011001 Anticipate 1
-0101010011001 fisk 1
-0101010011001 Indianized 1
-0101010011001 cash-crisis 1
-0101010011001 burajah 1
-0101010011001 Martern 1
-0101010011001 xxx 1
-0101010011001 shah-WEE 1
-0101010011001 tac-tac 1
-0101010011001 903-9600 1
-0101010011001 362-8719 1
-0101010011001 874-SING 1
-0101010011001 eye-poppers 1
-0101010011001 307-5320 1
-0101010011001 690-4100 1
-0101010011001 642-LIVE 1
-0101010011001 de-rocker 1
-0101010011001 fanciful. 1
-0101010011001 dumpster-diving 1
-0101010011001 misgraded 1
-0101010011001 Coma 1
-0101010011001 Hee-Haw 1
-0101010011001 Barril 1
-0101010011001 institution-power 1
-0101010011001 Self-exile 1
-0101010011001 smokosphere 1
-0101010011001 Persevere 1
-0101010011001 trolls 1
-0101010011001 Terry-yakis 1
-0101010011001 presidents-for-life 1
-0101010011001 Greenbride 1
-0101010011001 Tech-Busters 1
-0101010011001 681-3344 1
-0101010011001 2420800 1
-0101010011001 236-6510 1
-0101010011001 Reaganize 1
-0101010011001 sissies 1
-0101010011001 Svenson 1
-0101010011001 answerse 1
-0101010011001 paper-profiteering 1
-0101010011001 Tzamarelatos 1
-0101010011001 aggiornamento 1
-0101010011001 744-4430 1
-0101010011001 cd-v 1
-0101010011001 POINK 1
-0101010011001 globe-trot 1
-0101010011001 Rembleske 1
-0101010011001 out-butterflied 1
-0101010011001 Libuse 1
-0101010011001 628-0888 1
-0101010011001 769-5315 1
-0101010011001 pinang 1
-0101010011001 Knoop 1
-0101010011001 -savings 1
-0101010011001 Pray-SEE 1
-0101010011001 SHOAH 1
-0101010011001 Ltd.said 1
-0101010011001 roadworthy 1
-0101010011001 v-e-t-o 1
-0101010011001 Fairman 1
-0101010011001 entreprementors 1
-0101010011001 horsepreneurs 1
-0101010011001 aliteracy 1
-0101010011001 amhain 1
-0101010011001 honneur 1
-0101010011001 Loops 1
-0101010011001 de-Christianization 1
-0101010011001 Grisdela 1
-0101010011001 greater. 1
-0101010011001 WHITEHAT 1
-0101010011001 Voland 1
-0101010011001 nonendorsable 1
-0101010011001 spritzer 1
-0101010011001 996-1100 1
-0101010011001 Brunsman 1
-0101010011001 682-9346 1
-0101010011001 922-0061 1
-0101010011001 592-7111 1
-0101010011001 359-0009 1
-0101010011001 attitudinally 1
-0101010011001 blurrier 1
-0101010011001 consciousnesses 1
-0101010011001 Ecownomics 1
-0101010011001 Meza 1
-0101010011001 Borelando 1
-0101010011001 Bedenracher 1
-0101010011001 giance 1
-0101010011001 M.A.S.H. 1
-0101010011001 customer-focused 1
-0101010011001 663-0048 1
-0101010011001 799-3100 1
-0101010011001 guesstimated 1
-0101010011001 Tevis 1
-0101010011001 442-7666 1
-0101010011001 Umali 1
-0101010011001 Deadland 1
-0101010011001 Keinath 1
-0101010011001 undefeatable 1
-0101010011001 Surferboy 1
-0101010011001 mouth-feel 1
-0101010011001 Kinabalu 1
-0101010011001 dedo 1
-0101010011001 Copass 1
-0101010011001 Slapshot 1
-0101010011001 643-4550 1
-0101010011001 266-3605 1
-0101010011001 Athalia 1
-0101010011001 533-5555 1
-0101010011001 accelerato 1
-0101010011001 profitflation 1
-0101010011001 publishere 1
-0101010011001 abated. 1
-0101010011001 Tirale 1
-0101010011001 338-1433 1
-0101010011001 Schmook 1
-0101010011001 argutas 1
-0101010011001 744-3315 1
-0101010011001 684-4059 1
-0101010011001 agritourism 1
-0101010011001 871-1881 1
-0101010011001 9311255 1
-0101010011001 622-3771 1
-0101010011001 826-6837 1
-0101010011001 587-8681 1
-0101010011001 362-8060 1
-0101010011001 L.N. 1
-0101010011001 parented 1
-0101010011001 Jijunagrandisimas 1
-0101010011001 Gunslingers 1
-0101010011001 243-0745 1
-0101010011001 357-2700 1
-0101010011001 disambiguation 1
-0101010011001 Zygalski 1
-0101010011001 cocktailed 1
-0101010011001 Besky 1
-0101010011001 Zaslove 1
-0101010011001 535-7710 1
-0101010011001 822-4757 1
-0101010011001 559-2330 1
-0101010011001 695-3738 1
-0101010011001 Torchon 1
-0101010011001 Haefele 1
-0101010011001 Austropa 1
-0101010011001 life-costing 1
-0101010011001 nonpersonal 1
-0101010011001 chn 1
-0101010011001 accessibly 1
-0101010011001 alpo 1
-0101010011001 380-5031 1
-0101010011001 220-8700 1
-0101010011001 UOAs 1
-0101010011001 Epargne 1
-0101010011001 nitpicky 1
-0101010011001 immemorable 1
-0101010011001 544-4477 1
-0101010011001 724-8700 1
-0101010011001 Gabarro 1
-0101010011001 lumpfish 1
-0101010011001 matter-of-actly 1
-0101010011001 voltigeurs 1
-0101010011001 houngan 1
-0101010011001 anti-hunting/anti-gun 1
-0101010011001 A-wham-bam-alamb-bam-a-lamb-bam-bam 1
-0101010011001 pro-imperialist 1
-0101010011001 unsurveyed 1
-0101010011001 drk 1
-0101010011001 AUSIMONT 1
-0101010011001 1904-5 1
-0101010011001 jardin 1
-0101010011001 bravo 1
-0101010011001 Husick 1
-0101010011001 Societally-Conscious 1
-0101010011001 cured. 1
-0101010011001 GOWN 1
-0101010011001 multiskilled 1
-0101010011001 datuk 1
-0101010011001 imagineers 1
-0101010011001 interesting. 1
-0101010011001 Billis 1
-0101010011001 Malarkey 1
-0101010011001 Fledermice 1
-0101010011001 924-0070 1
-0101010011001 Helzer 1
-0101010011001 suc 1
-0101010011001 unregulation 1
-0101010011001 popcorn-like 1
-0101010011001 lawyer-to-lawyer 1
-0101010011001 epifelacticos 1
-0101010011001 Sandinocommunism 1
-0101010011001 Hospitaliano 1
-0101010011001 minidress 1
-0101010011001 Greensleaves 1
-0101010011001 Mixed-Up 1
-0101010011001 wojrk 1
-0101010011001 w-o-j-r 1
-0101010011001 DupontF 1
-0101010011001 Ohhhhh 1
-0101010011001 Crillon 1
-0101010011001 midpreneurs 1
-0101010011001 Humbug 1
-0101010011001 but-untrue-to-the-Agatha-Christie- 1
-0101010011001 Heroism 1
-0101010011001 Pulchritude 1
-0101010011001 non-material 1
-0101010011001 maltuition 1
-0101010011001 Ooohhhhhhh. 1
-0101010011001 Swist 1
-0101010011001 Strouss 1
-0101010011001 organoleptically 1
-0101010011001 Sociale 1
-0101010011001 Standiford 1
-0101010011001 Gunbelt 1
-0101010011001 Radarange 1
-0101010011001 KEISHI 1
-0101010011001 Moonwalk 1
-0101010011001 head-shaking 1
-0101010011001 Schilffarth 1
-0101010011001 577-7863 1
-0101010011001 deal-blocker 1
-0101010011001 downhearted 1
-0101010011001 Vicenzo 1
-0101010011001 Insensitive 1
-0101010011001 Bushism 1
-0101010011001 ENCYCLOPAEDIA 1
-0101010011001 Evident 1
-0101010011001 Longstocking 1
-0101010011001 usurers 1
-0101010011001 DeLorenzo 1
-0101010011001 Pagulayan 1
-0101010011001 Lynett 1
-0101010011001 men-o-rama 1
-0101010011001 nemawashi 1
-0101010011001 mah-zo-VYET-ski 1
-0101010011001 contra-selection 1
-0101010011001 class-to-the-class 1
-0101010011001 Carmilla 1
-0101010011001 Vetr 1
-0101010011001 fully. 1
-0101010011001 over-imbibing 1
-0101010011001 Lincolnpoops 1
-0101010011001 Pudge 1
-0101010011001 feuding. 1
-0101010011001 Generelli 1
-0101010011001 medicinalis 1
-0101010011001 Eurocentrism 1
-0101010011001 GATT-illegal 1
-0101010011001 sprinklered 1
-0101010011001 people-meters 1
-0101010011001 Porres 1
-0101010011001 889-5581 1
-0101010011001 Charal 1
-0101010011001 227-3227 1
-0101010011001 mapbook 1
-0101010011001 RAY 1
-0101010011001 Heyns 1
-0101010011001 Givray 1
-0101010011001 colorblindness 1
-0101010011001 camou-mail 1
-0101010011001 Marinkovich 1
-0101010011001 mega-warehouses 1
-0101010011001 kimilbee 1
-0101010011001 Chopsticks 1
-0101010011001 tubefeeder 1
-0101010011001 Winterson 1
-0101010011001 Mikro-Quat 1
-0101010011001 firetrap 1
-0101010011001 network-legal 1
-0101010011001 collectivas 1
-0101010011001 We. 1
-0101010011001 reLBO 1
-0101010011001 fastigheter 1
-0101010011001 727-8787 1
-0101010011001 Slaughterhouse-Five 1
-0101010011001 pavian 1
-0101010011001 contextualized 1
-0101010011001 believa 1
-0101010011001 self-correct 1
-0101010011001 automaticity 1
-0101010011001 Dinersaurs 1
-0101010011001 bathroom. 1
-0101010011001 super-banker 1
-0101010011001 Boum 1
-0101010011001 superannuation 1
-0101010011001 patrie 1
-0101010011001 Ginley 1
-0101010011001 Vercillo 1
-0101010011001 Weinburg 1
-0101010011001 546-7391 1
-0101010011001 Lucrezia 1
-0101010011001 Vasilyev 1
-0101010011001 CHRONIC 1
-0101010011001 Luminas 1
-0101010011001 preservations 1
-0101010011001 Grantchester 1
-0101010011001 Hard-Liners 1
-0101010011001 Iri 1
-0101010011001 conking 1
-0101010011001 guruism 1
-0101010011001 SSSSSSS 1
-0101010011001 Medication 1
-0101010011001 Velde 1
-0101010011001 mixologists 1
-0101010011001 787-8000 1
-0101010011001 Kneuttel 1
-0101010011001 Star-News 1
-0101010011001 Noids 1
-0101010011001 Diosese 1
-0101010011001 963-5246 1
-0101010011001 553-2230 1
-0101010011001 861-7500 1
-0101010011001 492-2777 1
-0101010011001 647-8789 1
-0101010011001 951-1011 1
-0101010011001 631-3307 1
-0101010011001 546-WINE 1
-0101010011001 579-0577 1
-0101010011001 bushido 1
-0101010011001 533-7400 1
-0101010011001 McFrozen 1
-0101010011001 Dis-Service 1
-0101010011001 unretire 1
-0101010011001 456-6666 1
-0101010011001 Ablove 1
-0101010011001 producer/writers 1
-0101010011001 bravissimo 1
-0101010011001 pumpers 1
-0101010011001 Wattoo/Wattoo 1
-0101010011001 higher-profit-goods 1
-0101010011001 Moto-ized 1
-0101010011001 clapboards 1
-0101010011001 kvetchmeisters 1
-0101010011001 broke. 1
-0101010011001 revisal 1
-0101010011001 Caygillomics 1
-0101010011001 alopecia 1
-0101010011001 Masquerade 1
-0101010011001 Lower-quality 1
-0101010011001 psycho-boom 1
-0101010011001 panderer 1
-0101010011001 596-9507 1
-0101010011001 972-7211 1
-0101010011001 537-6191 1
-0101010011001 355-6100 1
-0101010011001 Jardincour 1
-0101010011001 bell-ringers 1
-0101010011001 625-8250 1
-0101010011001 678-3268 1
-0101010011001 658-2507 1
-0101010011001 prophetism 1
-0101010011001 Cowett 1
-0101010011001 Rendira 1
-0101010011001 yellow-carded 1
-0101010011001 Trexler 1
-0101010011001 661-7067 1
-0101010011001 pitless 1
-0101010011001 Krocak 1
-0101010011001 break-evens 1
-0101010011001 YS-11s 1
-0101010011001 flushometer 1
-0101010011001 capitulatory 1
-0101010011001 show-runners 1
-0101010011001 overhour 1
-0101010011001 emollient 1
-0101010011001 uvulopalatopharyngoplasty 1
-0101010011001 alles 1
-0101010011001 MASTERCARD 1
-0101010011001 technostress 1
-0101010011001 Escaler 1
-0101010011001 0.450 1
-0101010011001 6.0s 1
-0101010011001 I-Ching 1
-0101010011001 successful. 1
-0101010011001 Bruccoli 1
-0101010011001 Bissel 1
-0101010011001 232-7636 1
-0101010011001 799-9595 1
-0101010011001 quarteritis 1
-0101010011001 Ser 1
-0101010011001 10,192,201 1
-0101010011001 STALIN 1
-0101010011001 Mahathir-beset 1
-0101010011001 trouble-makers 1
-0101010011001 Rogerama 1
-0101010011001 Mezquitillo 1
-0101010011001 sluts 1
-0101010011001 Shulevitz 1
-0101010011001 disconnected. 1
-0101010011001 Bakhtiar 1
-0101010011001 rustout 1
-0101010011001 deer. 1
-0101010011001 Mentum 1
-0101010011001 Orgasm 1
-0101010011001 Funakoshi 1
-0101010011001 Hibberd 1
-0101010011001 Karangelen 1
-0101010011001 Run-D.M.C. 1
-0101010011001 CR103 1
-0101010011001 Memoriale 1
-0101010011001 1974-83 1
-0101010011001 ineffective. 1
-0101010011001 Victor/Victoria 1
-0101010011001 heat-pasteurized 1
-0101010011001 Montredon 1
-0101010011001 willies 1
-0101010011001 Mazess 1
-0101010011001 paper. 1
-0101010011001 macrosociety 1
-0101010011001 Hiristo 1
-0101010011001 Champaigne 1
-0101010011001 Geisert 1
-0101010011001 affected. 1
-0101010011001 nerveux 1
-0101010011001 domaine 1
-0101010011001 singularized 1
-0101010011001 Swarns 1
-0101010011001 Groark 1
-0101010011001 Harlettes 1
-0101010011001 Telecomunicazioni 1
-0101010011001 j.g. 1
-0101010011001 N.F. 1
-0101010011001 Cereno 1
-0101010011001 meltdowns 1
-0101010011001 indeterminable 1
-0101010011001 mensch 1
-0101010011001 3447381 1
-0101010011001 caro 1
-0101010011001 Gottardo 1
-0101010011001 panderetas 1
-0101010011001 856-7500 1
-0101010011001 577-5198 1
-0101010011001 Rouen 1
-0101010011001 has. 1
-0101010011001 877-2011 1
-0101010011001 945-0505 1
-0101010011001 cimbalom 1
-0101010011001 Raffaello 1
-0101010011001 Trackdown 1
-0101010011001 two-reeler 1
-0101010011001 Endings 1
-0101010011001 W.I.L.D. 1
-0101010011001 non-conventional. 1
-0101010011001 Feehan 1
-0101010011001 we. 1
-0101010011001 Gar-nay 1
-0101010011001 beautitul 1
-0101010011001 overearning 1
-0101010011001 Karpa 1
-0101010011001 Tarbell 1
-0101010011001 Yalim 1
-0101010011001 Hizmetleri 1
-0101010011001 round-robins 1
-0101010011001 DuTAXus 1
-0101010011001 palliated 1
-0101010011001 253-5900 1
-0101010011001 547-2255 1
-0101010011001 733-3050 1
-0101010011001 684-6402 1
-0101010011001 54-29-58 1
-0101010011001 R-A-V-I-N-I-A 1
-0101010011001 Wed 1
-0101010011001 Foege 1
-0101010011001 Froslid 1
-0101010011001 Konuntakiet 1
-0101010011001 Politan 1
-0101010011001 Dopebusters 1
-0101010011001 Amalfitano 1
-0101010011001 TAH-day-OOSH 1
-0101010011001 344-5910 1
-0101010011001 Jarvi 1
-0101010011001 989-2987 1
-0101010011001 Dance/France 1
-0101010011001 eveners 1
-0101010011001 Sayin 1
-0101010011001 Spoelberch 1
-0101010011001 erythrae 1
-0101010011001 heh-JEM-a-ne 1
-0101010011001 Trash-Dos 1
-0101010011001 Tris-Dos 1
-0101010011001 Kong-Tokyo 1
-0101010011001 committed. 1
-0101010011001 Rundfunk/Hamburg 1
-0101010011001 write-top 1
-0101010011001 re-instated 1
-0101010011001 Serai 1
-0101010011001 JUCHE 1
-0101010011001 Pauletta 1
-0101010011001 mini-meltdown 1
-0101010011001 first-to-apply 1
-0101010011001 Satirino 1
-0101010011001 re-Germanization 1
-0101010011001 debottlenecking 1
-0101010011001 623-1223 1
-0101010011001 college-educated. 1
-0101010011001 Bagawan 1
-0101010011001 Corporal 1
-0101010011001 dumbbells 1
-0101010011001 Broner 1
-0101010011001 Lile 1
-0101010011001 I.R.S. 2
-0101010011001 coeur 2
-0101010011001 Servicios 2
-0101010011001 Ordained 2
-0101010011001 unlatch 2
-0101010011001 premillennialists 2
-0101010011001 461-9541 2
-0101010011001 Goldfinger 2
-0101010011001 Gala 2
-0101010011001 supercautious 2
-0101010011001 Lawns 2
-0101010011001 but. 2
-0101010011001 874-2424 2
-0101010011001 Ger 2
-0101010011001 intertwine 2
-0101010011001 cryoprobe 2
-0101010011001 everything. 2
-0101010011001 VAX-killer 2
-0101010011001 Manguno 2
-0101010011001 Five-0 2
-0101010011001 Cheeseburger 2
-0101010011001 compacting 2
-0101010011001 961-0644 2
-0101010011001 854-7890 2
-0101010011001 480-3232 2
-0101010011001 Salchow 2
-0101010011001 857-0900 2
-0101010011001 Nightingales 2
-0101010011001 outsources 2
-0101010011001 jells 2
-0101010011001 288-8889 2
-0101010011001 Evolutionary 2
-0101010011001 audit-proof 2
-0101010011001 Urbervilles 2
-0101010011001 Espagna 2
-0101010011001 changarros 2
-0101010011001 otlichno 2
-0101010011001 Oppornockety 2
-0101010011001 371-5656 2
-0101010011001 1-800-4-CANCER 2
-0101010011001 stardust 2
-0101010011001 Strut 2
-0101010011001 marginalize 2
-0101010011001 beanbag 2
-0101010011001 farfetched 2
-0101010011001 623-5775 2
-0101010011001 Peilin 2
-0101010011001 Artistes 2
-0101010011001 Icelanders 2
-0101010011001 outplaced 2
-0101010011001 Marmion 2
-0101010011001 Pieta 2
-0101010011001 thunk 2
-0101010011001 normalizes 2
-0101010011001 muffs 2
-0101010011001 reported. 2
-0101010011001 517-ASIA 2
-0101010011001 Bartee 2
-0101010011001 220-2322 2
-0101010011001 .............................. 2
-0101010011001 commie 2
-0101010011001 aeruginosa 2
-0101010011001 Satie 2
-0101010011001 443-4711 2
-0101010011001 596-5556 2
-0101010011001 loan. 2
-0101010011001 392-4900 2
-0101010011001 extortionist 2
-0101010011001 860-1335 2
-0101010011001 Adam-12 2
-0101010011001 Nibelungen 2
-0101010011001 Desarrollo 2
-0101010011001 476-9064 2
-0101010011001 Riz 2
-0101010011001 893-1930 3
-0101010011001 636-4100 3
-0101010011001 prepossessing 3
-0101010011001 Melo 3
-0101010011001 notes. 3
-0101010011001 Rev 3
-0101010011001 crystalized 3
-0101010011001 unarguable 3
-0101010011001 Capt 3
-0101010011001 Ternyila 3
-0101010011001 creaming 3
-0101010011001 864-3330 3
-0101010011001 diclosed 3
-0101010011001 minimis 3
-0101010011001 721-8222 3
-0101010011001 Ets 3
-0101010011001 vended 3
-0101010011001 mine-related 3
-0101010011001 Adm 3
-0101010011001 Taps 3
-0101010011001 status. 3
-0101010011001 652-5577 3
-0101010011001 924-0077 3
-0101010011001 Gama 4
-0101010011001 avows 4
-0101010011001 overstretch 4
-0101010011001 Lt 4
-0101010011001 2-8 4
-0101010011001 Grieux 4
-0101010011001 Lammermoor 4
-0101010011001 362-1911 4
-0101010011001 inc 4
-0101010011001 Regatta 4
-0101010011001 sloo 4
-0101010011001 ................ 4
-0101010011001 Bhd 4
-0101010011001 874-6770 5
-0101010011001 dislosed 5
-0101010011001 .......................... 5
-0101010011001 332-2244 5
-0101010011001 minimus 5
-0101010011001 na 5
-0101010011001 ........................... 5
-0101010011001 procrastinated 5
-0101010011001 disclosed. 5
-0101010011001 870-5570 6
-0101010011001 Tues 6
-0101010011001 ing 6
-0101010011001 Sgt 6
-0101010011001 246-8989 6
-0101010011001 Tombs 6
-0101010011001 227-ARTS 6
-0101010011001 Dromey 7
-0101010011001 242-0800 7
-0101010011001 Thurs 8
-0101010011001 affaires 8
-0101010011001 Dept 8
-0101010011001 247-7800 9
-0101010011001 ............................. 10
-0101010011001 Ret 10
-0101010011001 beckoned 11
-0101010011001 ........................ 12
-0101010011001 Gov 12
-0101010011001 ................. 12
-0101010011001 mon 12
-0101010011001 ......................... 12
-0101010011001 .............. 12
-0101010011001 ........... 12
-0101010011001 Sdn 13
-0101010011001 Msgr 13
-0101010011001 ............ 13
-0101010011001 Col 14
-0101010011001 Gen 14
-0101010011001 ............... 14
-0101010011001 Pte 15
-0101010011001 362-6000 15
-0101010011001 ....... 15
-0101010011001 ..................... 15
-0101010011001 DIFF 17
-0101010011001 ........ 17
-0101010011001 .......... 17
-0101010011001 .................. 17
-0101010011001 ...... 19
-0101010011001 ............. 19
-0101010011001 ................... 19
-0101010011001 ....................... 19
-0101010011001 ...................... 20
-0101010011001 ..... 22
-0101010011001 sic 22
-0101010011001 .................... 23
-0101010011001 Ms 30
-0101010011001 Brig 31
-0101010011001 Mrs 32
-0101010011001 Sen 44
-0101010011001 Pty 47
-0101010011001 Zarett 76
-0101010011001 s 96
-0101010011001 .. 107
-0101010011001 Bros 121
-0101010011001 Ludcke 122
-0101010011001 v 266
-0101010011001 vs 302
-0101010011001 disclosed 6271
-0101010011001 Mr 848
-0101010011010 gawps 1
-0101010011010 document-checking 1
-0101010011010 Naef 1
-0101010011010 Roadhouse 1
-0101010011010 snow-plowing 1
-0101010011010 asset-switching 1
-0101010011010 Kwang-Sun 1
-0101010011010 ranger-naturalist 1
-0101010011010 outsanding 1
-0101010011010 close-downs 1
-0101010011010 re-gasified 1
-0101010011010 stock-valued 1
-0101010011010 Amwas 1
-0101010011010 7756 1
-0101010011010 5,858 1
-0101010011010 Cafes 1
-0101010011010 constructor 1
-0101010011010 1013 1
-0101010011010 priceclosed 1
-0101010011010 3E 1
-0101010011010 pavillion 1
-0101010011010 Themepark 1
-0101010011010 law-in-practice 1
-0101010011010 oinked 1
-0101010011010 trend-spotter 1
-0101010011010 Porczak 1
-0101010011010 berms 1
-0101010011010 2,606 1
-0101010011010 scotch-sodas 1
-0101010011010 pallbearer 1
-0101010011010 apothecaries 1
-0101010011010 unsurprised 1
-0101010011010 hazard-free 1
-0101010011010 position-balancing 1
-0101010011010 C-18 1
-0101010011010 re-arrested 1
-0101010011010 information-selling 1
-0101010011010 patient-advocates 1
-0101010011010 Fless 1
-0101010011010 shares-valued 1
-0101010011010 consomme 1
-0101010011010 dislcosed 1
-0101010011010 scholar-in-residence 1
-0101010011010 1014 2
-0101010011010 closed 19470
-0101010011010 sneered 17
-01010100110110 miscoded 1
-01010100110110 rescreens 1
-01010100110110 squishing 1
-01010100110110 crash-tested 1
-01010100110110 waybills 1
-01010100110110 fawn-pink 1
-01010100110110 boogying 1
-01010100110110 Curators 1
-01010100110110 F-15Es 1
-01010100110110 bah-humbugs 1
-01010100110110 Dismissals 1
-01010100110110 Schoene 1
-01010100110110 avaiable 1
-01010100110110 stuttered 1
-01010100110110 Asleep 1
-01010100110110 gapes 1
-01010100110110 provident 1
-01010100110110 surgeon-in-chief 1
-01010100110110 R-1 1
-01010100110110 re-looking 1
-01010100110110 wakened 1
-01010100110110 de-accessioned 1
-01010100110110 jaggedly 1
-01010100110110 availble 1
-01010100110110 Caniaris 1
-01010100110110 guffawed 1
-01010100110110 M-Z 1
-01010100110110 A-L 1
-01010100110110 yowled 1
-01010100110110 feinting 1
-01010100110110 rematerializes 1
-01010100110110 Greekfest 1
-01010100110110 121,761 1
-01010100110110 2105 1
-01010100110110 mid-park 1
-01010100110110 ascendent 1
-01010100110110 interning 2
-01010100110110 potlines 2
-01010100110110 transshipped 3
-01010100110110 congregating 3
-01010100110110 base-priced 3
-01010100110110 putable 4
-01010100110110 bridles 4
-01010100110110 champing 5
-01010100110110 cringes 5
-01010100110110 scoffing 5
-01010100110110 marveling 5
-01010100110110 berthed 5
-01010100110110 winked 7
-01010100110110 repriced 13
-01010100110110 hooted 14
-01010100110110 nipping 18
-01010100110110 scoffed 51
-01010100110110 balking 68
-01010100110110 scoffs 74
-01010100110110 adept 128
-01010100110110 aimed 2759
-01010100110110 quoted 3344
-01010100110110 valued 4237
-01010100110110 priced 3965
-01010100110111 1668.1 1
-01010100110111 1244.98 1
-01010100110111 1260.68 1
-01010100110111 1304.41 1
-01010100110111 1311.22 1
-01010100110111 1222.41 1
-01010100110111 1248.01 1
-01010100110111 upthrust 1
-01010100110111 46-0 1
-01010100110111 1291.49 1
-01010100110111 1299.96 1
-01010100110111 93.711 1
-01010100110111 1299.72 1
-01010100110111 1305.85 1
-01010100110111 deadsville 1
-01010100110111 unprofessional. 1
-01010100110111 301-115 1
-01010100110111 1314.38 1
-01010100110111 1303.70 1
-01010100110111 1312.41 1
-01010100110111 1324.74 1
-01010100110111 99.949 1
-01010100110111 spoonfed 1
-01010100110111 1297.63 1
-01010100110111 1303.40 1
-01010100110111 prevaricating 1
-01010100110111 over-compensated 1
-01010100110111 62-25 1
-01010100110111 1109.08 1
-01010100110111 whomped 1
-01010100110111 437,195,449 1
-01010100110111 marketwise 1
-01010100110111 122.30 1
-01010100110111 void. 1
-01010100110111 Waukee 1
-01010100110111 faux-naif 1
-01010100110111 1246.13 1
-01010100110111 1256.80 1
-01010100110111 1257.38 1
-01010100110111 1264.48 1
-01010100110111 honeycoated 1
-01010100110111 juridically 1
-01010100110111 Stormin 1
-01010100110111 disconsolately 1
-01010100110111 barnburners 1
-01010100110111 unsweepable 1
-01010100110111 tire-kickers 1
-01010100110111 1219.50 1
-01010100110111 sayin 1
-01010100110111 38-24 1
-01010100110111 99.804 1
-01010100110111 pro-steel 1
-01010100110111 entreat 1
-01010100110111 badness 1
-01010100110111 368,579,336 1
-01010100110111 floozies 1
-01010100110111 lightkeepers 1
-01010100110111 1312.52 1
-01010100110111 false-first 1
-01010100110111 1289.24 1
-01010100110111 piebald 1
-01010100110111 99.936 1
-01010100110111 1261.09 1
-01010100110111 1240.24 1
-01010100110111 1249.18 1
-01010100110111 1281.20 1
-01010100110111 higgledy-piggledy 1
-01010100110111 1262.23 1
-01010100110111 279,969,907 1
-01010100110111 shocked. 1
-01010100110111 1251.94 1
-01010100110111 rear- 1
-01010100110111 1238.54 1
-01010100110111 1250.17 1
-01010100110111 1253.69 1
-01010100110111 1245.67 1
-01010100110111 250-170 1
-01010100110111 272-152 1
-01010100110111 269-141 1
-01010100110111 1236.35 1
-01010100110111 1227.75 1
-01010100110111 1230.00 1
-01010100110111 1239.40 1
-01010100110111 1224.89 1
-01010100110111 88,211 1
-01010100110111 1252.29 1
-01010100110111 1248.03 1
-01010100110111 1949-58 1
-01010100110111 1260.28 1
-01010100110111 1254.34 1
-01010100110111 0-and-5 1
-01010100110111 reunites 1
-01010100110111 1257.40 1
-01010100110111 short-changing 1
-01010100110111 tube-like 1
-01010100110111 1426.18 1
-01010100110111 1431.64 1
-01010100110111 fluoric 1
-01010100110111 1205.65 1
-01010100110111 unindustrialized 1
-01010100110111 Downer 1
-01010100110111 1236.13 1
-01010100110111 meaninglessly 1
-01010100110111 sacreligious 1
-01010100110111 1247.08 1
-01010100110111 1648 1
-01010100110111 Oxford-cloth 1
-01010100110111 Kalyayevskaya 1
-01010100110111 1256.88 1
-01010100110111 dilutants 1
-01010100110111 1239.62 1
-01010100110111 1250.29 1
-01010100110111 rapine 1
-01010100110111 1176.54 1
-01010100110111 three-deep 1
-01010100110111 1189.29 1
-01010100110111 1172.04 1
-01010100110111 1162.27 1
-01010100110111 1166.90 1
-01010100110111 1170.79 1
-01010100110111 waist-long 1
-01010100110111 99.117 1
-01010100110111 dark-Dawson 1
-01010100110111 1248.56 1
-01010100110111 64-34 1
-01010100110111 transgressed 1
-01010100110111 protected. 1
-01010100110111 1148.38 1
-01010100110111 restudied 1
-01010100110111 motivated. 1
-01010100110111 1160.55 1
-01010100110111 1181.28 1
-01010100110111 1169.74 1
-01010100110111 1163.64 1
-01010100110111 1171.71 1
-01010100110111 1253.43 1
-01010100110111 exprostitutes 1
-01010100110111 1256.10 1
-01010100110111 1251.20 1
-01010100110111 concerti 1
-01010100110111 self-financeable 1
-01010100110111 pigmented 1
-01010100110111 1241.47 1
-01010100110111 overswinging 1
-01010100110111 President. 1
-01010100110111 42.890 1
-01010100110111 1254.95 1
-01010100110111 1250.31 1
-01010100110111 unforecastable 1
-01010100110111 1264.03 1
-01010100110111 digressive 1
-01010100110111 Enco 1
-01010100110111 pre-worn 1
-01010100110111 national-security-related 1
-01010100110111 11,612 1
-01010100110111 1286.18 1
-01010100110111 1273.68 1
-01010100110111 off-line 1
-01010100110111 unfulfillable 1
-01010100110111 under-declared 1
-01010100110111 1417.28 1
-01010100110111 1421.01 1
-01010100110111 14-7 1
-01010100110111 peevish 1
-01010100110111 dimmest 1
-01010100110111 45-to-1 1
-01010100110111 682,800 1
-01010100110111 99.968 1
-01010100110111 patrilineage 1
-01010100110111 1410.39 1
-01010100110111 8:26.52 1
-01010100110111 penitence 1
-01010100110111 1429.91 1
-01010100110111 liquid. 1
-01010100110111 pro-Long 1
-01010100110111 consumer-controlled 1
-01010100110111 94.196 1
-01010100110111 de-Americanized 1
-01010100110111 pushed. 1
-01010100110111 99.863 1
-01010100110111 58,632 1
-01010100110111 frowned-upon 1
-01010100110111 hammy 1
-01010100110111 Nembutal 1
-01010100110111 tape-delayed 1
-01010100110111 93.367 1
-01010100110111 gender- 1
-01010100110111 Conquistadore 1
-01010100110111 1292.94 1
-01010100110111 1280.64 1
-01010100110111 underpraised 1
-01010100110111 1282.15 1
-01010100110111 1296.37 1
-01010100110111 orthopod 1
-01010100110111 satiable 1
-01010100110111 99.908 1
-01010100110111 163,235,000 1
-01010100110111 Togolese 1
-01010100110111 1315.95 1
-01010100110111 1256.91 1
-01010100110111 1293.83 1
-01010100110111 1291.47 1
-01010100110111 refranchised 1
-01010100110111 weakest. 1
-01010100110111 99.909 1
-01010100110111 194,100 1
-01010100110111 99.681 1
-01010100110111 99.849 1
-01010100110111 99.772 1
-01010100110111 99.862 1
-01010100110111 1397.04 1
-01010100110111 1380.65 1
-01010100110111 non-failure 1
-01010100110111 out-dealt 1
-01010100110111 1420.75 1
-01010100110111 1408.79 1
-01010100110111 contaminant-free 1
-01010100110111 1345.48 1
-01010100110111 oversleeping 1
-01010100110111 94.014 1
-01010100110111 2230 1
-01010100110111 Westville 1
-01010100110111 1319.87 1
-01010100110111 1335.74 1
-01010100110111 undertreated 1
-01010100110111 1385.61 1
-01010100110111 1391.19 1
-01010100110111 war-crazy 1
-01010100110111 1376.29 1
-01010100110111 1383.79 1
-01010100110111 Malwenn 1
-01010100110111 under-collateralized 1
-01010100110111 Wendelike 1
-01010100110111 1276.70 1
-01010100110111 1288.86 1
-01010100110111 1282.10 1
-01010100110111 1289.09 1
-01010100110111 1291.20 1
-01010100110111 107-106 1
-01010100110111 330,967 1
-01010100110111 entertainments. 1
-01010100110111 undiscussed 1
-01010100110111 1292.53 1
-01010100110111 1302.90 1
-01010100110111 collectable 1
-01010100110111 93.387 1
-01010100110111 1268.02 1
-01010100110111 1280.52 1
-01010100110111 Tokyo-bound 1
-01010100110111 1274.81 1
-01010100110111 1287.66 1
-01010100110111 1265.02 1
-01010100110111 1274.44 1
-01010100110111 non-sexy 1
-01010100110111 180th 1
-01010100110111 euthanized 1
-01010100110111 acrylonitrile 1
-01010100110111 steelworking 1
-01010100110111 appeasement-minded 1
-01010100110111 1307.88 1
-01010100110111 1313.74 1
-01010100110111 unexposable 1
-01010100110111 1299.63 1
-01010100110111 1310.42 1
-01010100110111 1305.55 1
-01010100110111 1315.81 1
-01010100110111 62,234 1
-01010100110111 1306.88 1
-01010100110111 1313.09 1
-01010100110111 1313.14 1
-01010100110111 1321.01 1
-01010100110111 241.60 1
-01010100110111 1210.63 1
-01010100110111 1227.84 1
-01010100110111 lower-seeming 1
-01010100110111 1198.90 1
-01010100110111 guilt-avoidance 1
-01010100110111 239.65 1
-01010100110111 overlighted 1
-01010100110111 1219.82 1
-01010100110111 no-bones-about-it 1
-01010100110111 1286.60 1
-01010100110111 1293.89 1
-01010100110111 649,312 1
-01010100110111 1253.06 1
-01010100110111 postscripts 1
-01010100110111 1234.39 1
-01010100110111 1216.95 1
-01010100110111 94.257 1
-01010100110111 1244.74 1
-01010100110111 1253.61 1
-01010100110111 communist-funded 1
-01010100110111 hyper-achievers 1
-01010100110111 orchidic 1
-01010100110111 requested. 1
-01010100110111 266,578,847 1
-01010100110111 2,098,800 1
-01010100110111 Mozartian 1
-01010100110111 equivlent 1
-01010100110111 undercompensated 1
-01010100110111 86,999 1
-01010100110111 1,599.63 1
-01010100110111 pro-consumer. 1
-01010100110111 1440.32 1
-01010100110111 require. 1
-01010100110111 1172.45 1
-01010100110111 1184.35 1
-01010100110111 roly-poly 1
-01010100110111 20,862 1
-01010100110111 35,625 1
-01010100110111 attenuate 1
-01010100110111 time-comsuming 1
-01010100110111 yours. 1
-01010100110111 1,577,000 1
-01010100110111 94.353 1
-01010100110111 1426.28 1
-01010100110111 unaired 1
-01010100110111 1427.92 1
-01010100110111 1429.31 1
-01010100110111 bowwow 1
-01010100110111 99.889 1
-01010100110111 LeCar 1
-01010100110111 Iranistan 1
-01010100110111 Contradeception 1
-01010100110111 301,850,875 1
-01010100110111 99.948 1
-01010100110111 3-and-1 1
-01010100110111 lyin 1
-01010100110111 disqualifed 1
-01010100110111 17,268 1
-01010100110111 1227.73 1
-01010100110111 1223.98 1
-01010100110111 canceled. 1
-01010100110111 1231.90 1
-01010100110111 uncombed 1
-01010100110111 illogical. 1
-01010100110111 1216.98 1
-01010100110111 1205.75 1
-01010100110111 1329.22 1
-01010100110111 untheatrical 1
-01010100110111 318,169 1
-01010100110111 re-leasable 1
-01010100110111 127,166 1
-01010100110111 roughshot 1
-01010100110111 23981.94 1
-01010100110111 Carson-related 1
-01010100110111 out-organized 1
-01010100110111 abridges 1
-01010100110111 chairwomen 1
-01010100110111 378,225 1
-01010100110111 652,261 1
-01010100110111 bottom-feeding 1
-01010100110111 134,207,800 1
-01010100110111 nonacquisitive 1
-01010100110111 1948-1964 1
-01010100110111 yearly. 1
-01010100110111 1232.86 1
-01010100110111 1239.32 1
-01010100110111 palatially 1
-01010100110111 uncataloged 1
-01010100110111 frost-riven 1
-01010100110111 scratchers 1
-01010100110111 1228.59 1
-01010100110111 retch 1
-01010100110111 part-Western 1
-01010100110111 1294.25 1
-01010100110111 1287.18 1
-01010100110111 redskins 1
-01010100110111 lowwage 1
-01010100110111 1243.76 1
-01010100110111 1237.73 1
-01010100110111 shifty-eyed 1
-01010100110111 Mengistus 1
-01010100110111 224-197 1
-01010100110111 24,036 1
-01010100110111 359,239 1
-01010100110111 128,679 1
-01010100110111 rapers 1
-01010100110111 taxdeductible 1
-01010100110111 Flopsy 1
-01010100110111 1204.80 1
-01010100110111 electromedicine 1
-01010100110111 1327.83 1
-01010100110111 adornments 1
-01010100110111 Parmesan 1
-01010100110111 1281.50 1
-01010100110111 1267.42 1
-01010100110111 1277.71 1
-01010100110111 Alar-free 1
-01010100110111 genuflected 1
-01010100110111 uncrated 1
-01010100110111 418-to-0 1
-01010100110111 1280.07 1
-01010100110111 textbook. 1
-01010100110111 1276.45 1
-01010100110111 1286.40 1
-01010100110111 1265.72 1
-01010100110111 1314.41 1
-01010100110111 mega-inventory 1
-01010100110111 1275.89 1
-01010100110111 12-and-8 1
-01010100110111 1281.36 1
-01010100110111 parous 1
-01010100110111 85.876 1
-01010100110111 true/false 1
-01010100110111 1282.71 1
-01010100110111 1326.77 1
-01010100110111 1323.41 1
-01010100110111 23,530 1
-01010100110111 1311.70 1
-01010100110111 1298.32 1
-01010100110111 1249.82 1
-01010100110111 nonrealistic 1
-01010100110111 1251.40 1
-01010100110111 1240.88 1
-01010100110111 Underperform 1
-01010100110111 1305.28 1
-01010100110111 1265.56 1
-01010100110111 1253.24 1
-01010100110111 easy. 1
-01010100110111 feeble-hearted 1
-01010100110111 1249.85 1
-01010100110111 eliminated. 1
-01010100110111 1243.78 1
-01010100110111 born. 1
-01010100110111 competition-oriented 1
-01010100110111 1258.24 1
-01010100110111 nine-inches 1
-01010100110111 5.9s 1
-01010100110111 DOA 1
-01010100110111 1280.49 1
-01010100110111 assents 1
-01010100110111 1323.15 1
-01010100110111 1306.15 1
-01010100110111 1273.88 1
-01010100110111 1270.19 1
-01010100110111 1271.90 1
-01010100110111 shor 1
-01010100110111 1216.92 1
-01010100110111 well-qualified. 1
-01010100110111 34911.80 1
-01010100110111 1223.62 1
-01010100110111 423-28 1
-01010100110111 aphasic 1
-01010100110111 pouty-looking 1
-01010100110111 858,899 1
-01010100110111 1,275,848 1
-01010100110111 unprospected 1
-01010100110111 1219.94 1
-01010100110111 1216.00 1
-01010100110111 61,077,000 1
-01010100110111 seven-years 1
-01010100110111 1219.02 1
-01010100110111 1221.47 1
-01010100110111 11,135 1
-01010100110111 unjustifiable. 1
-01010100110111 metalheads 1
-01010100110111 unspontaneous 1
-01010100110111 1217.90 1
-01010100110111 1212.35 1
-01010100110111 1208.76 1
-01010100110111 1210.92 1
-01010100110111 bull-forward 1
-01010100110111 1211.82 1
-01010100110111 national/international 1
-01010100110111 cholorfluorocarbons 1
-01010100110111 1212.60 1
-01010100110111 1219.33 1
-01010100110111 Shapinsay 1
-01010100110111 Rousay 1
-01010100110111 172,283 1
-01010100110111 431,933 1
-01010100110111 cost-prohibitive 1
-01010100110111 1202.19 1
-01010100110111 1201.04 1
-01010100110111 yen- 1
-01010100110111 owl-shaped 1
-01010100110111 70,000- 1
-01010100110111 semi-demoralized 1
-01010100110111 given. 1
-01010100110111 Dicarban 1
-01010100110111 639,720 1
-01010100110111 90-3 1
-01010100110111 177,145 1
-01010100110111 hyper-ambitious 1
-01010100110111 sorry. 1
-01010100110111 fly-free 1
-01010100110111 flipper-free 1
-01010100110111 Methotrexata 1
-01010100110111 1248.21 1
-01010100110111 drought-triggered 1
-01010100110111 flight-tested 1
-01010100110111 1241.53 1
-01010100110111 816,700 1
-01010100110111 malled 1
-01010100110111 1236.92 1
-01010100110111 active. 1
-01010100110111 deliberate. 1
-01010100110111 bid-only 1
-01010100110111 bodice-ripping 1
-01010100110111 impressive. 1
-01010100110111 13-5 1
-01010100110111 .292 1
-01010100110111 1251.68 1
-01010100110111 1245.68 1
-01010100110111 112,945 1
-01010100110111 28,224.16 1
-01010100110111 bum-rushed 1
-01010100110111 unbankable 1
-01010100110111 1222.07 1
-01010100110111 1230.38 1
-01010100110111 demythologize 1
-01010100110111 1228.99 1
-01010100110111 1223.45 1
-01010100110111 Symmetrel 1
-01010100110111 autarkies 1
-01010100110111 1228.38 1
-01010100110111 Japan-related 1
-01010100110111 4,280,000 1
-01010100110111 1244.42 1
-01010100110111 1249.35 1
-01010100110111 1229.12 1
-01010100110111 offputting 2
-01010100110111 torchbearer 2
-01010100110111 uno 2
-01010100110111 discontinued. 2
-01010100110111 1244.05 2
-01010100110111 beefcake 2
-01010100110111 de-alignment 2
-01010100110111 cupcakes 2
-01010100110111 misanthropes 2
-01010100110111 ingloriously 2
-01010100110111 900-1900 2
-01010100110111 flyover 2
-01010100110111 product-short 2
-01010100110111 Birdland 2
-01010100110111 silent. 2
-01010100110111 Geolite 2
-01010100110111 99.893 2
-01010100110111 Xeroxed 2
-01010100110111 menudo 2
-01010100110111 Italy. 2
-01010100110111 captious 2
-01010100110111 barefoot. 2
-01010100110111 mini-warehouse 2
-01010100110111 99.502 2
-01010100110111 2,944 2
-01010100110111 declaimed 2
-01010100110111 something. 2
-01010100110111 Giardia 2
-01010100110111 decontaminated 2
-01010100110111 Trandate 2
-01010100110111 2.6-to-1 2
-01010100110111 mortared 2
-01010100110111 unreviewed 2
-01010100110111 Cottontail 2
-01010100110111 unsellable 2
-01010100110111 druggie 2
-01010100110111 Calfou 2
-01010100110111 unnoticeable 2
-01010100110111 1226.72 2
-01010100110111 well-secured 2
-01010100110111 perspicacious 2
-01010100110111 dead-even 2
-01010100110111 untraceable 2
-01010100110111 underequipped 2
-01010100110111 signal-caller 2
-01010100110111 1268.19 2
-01010100110111 detonography 2
-01010100110111 1246.88 2
-01010100110111 oxytocin 2
-01010100110111 13-3 2
-01010100110111 irretrievable 2
-01010100110111 valedictorian 2
-01010100110111 crosscut 2
-01010100110111 hushmail 2
-01010100110111 unpegged 2
-01010100110111 262-155 2
-01010100110111 goggling 2
-01010100110111 fit-looking 2
-01010100110111 trammeled 2
-01010100110111 filched 2
-01010100110111 tails-you-lose 2
-01010100110111 riches-to-rags 2
-01010100110111 flossing 2
-01010100110111 xericity 2
-01010100110111 henna 2
-01010100110111 46-10 2
-01010100110111 polarizer 2
-01010100110111 yo 2
-01010100110111 formals 2
-01010100110111 fly-casting 2
-01010100110111 beer-drinkers 2
-01010100110111 sneezed 2
-01010100110111 WAGA-TV 3
-01010100110111 WTAF-TV 3
-01010100110111 over-represented 3
-01010100110111 Notch 3
-01010100110111 302-102 3
-01010100110111 manana 3
-01010100110111 profanities 3
-01010100110111 stultified 3
-01010100110111 half-completed 3
-01010100110111 pollinating 3
-01010100110111 treasonable 3
-01010100110111 Bubbles 3
-01010100110111 cantaloupe 3
-01010100110111 unimpressively 3
-01010100110111 sombreros 3
-01010100110111 awestruck 3
-01010100110111 watercooled 3
-01010100110111 LIES 3
-01010100110111 underperformers 4
-01010100110111 quartered 4
-01010100110111 10-0 4
-01010100110111 16-1 4
-01010100110111 decriminalized 4
-01010100110111 keening 4
-01010100110111 administrable 4
-01010100110111 unpolitical 4
-01010100110111 morons 4
-01010100110111 psychodrama 4
-01010100110111 C- 4
-01010100110111 whoopee 4
-01010100110111 shirtless 5
-01010100110111 noncancerous 5
-01010100110111 embroideries 5
-01010100110111 cringing 5
-01010100110111 bougainvillea 5
-01010100110111 tonton 5
-01010100110111 shucks 5
-01010100110111 water-skiing 5
-01010100110111 debugged 6
-01010100110111 unhurt 6
-01010100110111 little-changed 6
-01010100110111 23-20 6
-01010100110111 seceded 6
-01010100110111 conniving 7
-01010100110111 uninhabitable 7
-01010100110111 inaudible 7
-01010100110111 unrecognizable 7
-01010100110111 bleary-eyed 7
-01010100110111 unobtainable 7
-01010100110111 imperceptibly 7
-01010100110111 first-timers 7
-01010100110111 under-represented 7
-01010100110111 groggy 7
-01010100110111 blah 8
-01010100110111 Gabriela 9
-01010100110111 unaltered 10
-01010100110111 zilch 10
-01010100110111 inconclusively 10
-01010100110111 unshaken 12
-01010100110111 7-6 12
-01010100110111 imperceptible 12
-01010100110111 unavailing 12
-01010100110111 6-4 13
-01010100110111 ands 15
-01010100110111 finders 16
-01010100110111 trembling 17
-01010100110111 6-1 19
-01010100110111 indistinguishable 39
-01010100110111 aghast 46
-01010100110111 nil 57
-01010100110111 aloof 70
-01010100110111 peaking 92
-01010100110111 asleep 105
-01010100110111 oversubscribed 148
-01010100110111 yes 499
-01010100110111 flat 1814
-01010100110111 mixed 2415
-01010100110111 unchanged 4314
-01010100111000 disinformational 1
-01010100111000 unstyled 1
-01010100111000 1.70s 1
-01010100111000 fullbacks 1
-01010100111000 self-seeding 1
-01010100111000 adds. 1
-01010100111000 game-show-host 1
-01010100111000 unitized 1
-01010100111000 elevator-repair 1
-01010100111000 distract-the-guard 1
-01010100111000 reawakens 1
-01010100111000 back-fits 1
-01010100111000 polytonal 1
-01010100111000 line-readings 1
-01010100111000 less-specific 1
-01010100111000 assimilationism 1
-01010100111000 body-language 1
-01010100111000 sendoff 1
-01010100111000 Moonie 1
-01010100111000 re-registered 1
-01010100111000 free-verse 1
-01010100111000 cranium 1
-01010100111000 eforts 1
-01010100111000 weapons-sales 1
-01010100111000 bitchiness 1
-01010100111000 tile-walled 1
-01010100111000 internal-body 1
-01010100111000 metaloids 1
-01010100111000 positive-working 1
-01010100111000 sweptback 1
-01010100111000 tmes 1
-01010100111000 seminar-cruises 1
-01010100111000 gray-shingled 1
-01010100111000 untillable 1
-01010100111000 l-lysine 1
-01010100111000 puts-rights 1
-01010100111000 cement-and-glass 1
-01010100111000 center-party 1
-01010100111000 ropey 1
-01010100111000 white-glove 1
-01010100111000 redefection 1
-01010100111000 acid-neutralizing 1
-01010100111000 African-language 1
-01010100111000 7-iron 1
-01010100111000 frontpage 1
-01010100111000 penetrative 1
-01010100111000 china-doll 1
-01010100111000 arms-for-oil 1
-01010100111000 workstation-like 1
-01010100111000 admissions-test 1
-01010100111000 precedent-making 1
-01010100111000 odes 1
-01010100111000 anti-defamation 1
-01010100111000 woodfiber 1
-01010100111000 dissembled 1
-01010100111000 jawan 1
-01010100111000 human-scale 1
-01010100111000 trout. 1
-01010100111000 electricty 1
-01010100111000 counterreaction 1
-01010100111000 travel-cost 1
-01010100111000 corporate-pilot 1
-01010100111000 print-ready 1
-01010100111000 counterattck 1
-01010100111000 draft-Hart 1
-01010100111000 silver-grey 1
-01010100111000 terrain-reading 1
-01010100111000 dismissed. 1
-01010100111000 Washington-PAC 1
-01010100111000 brother-director 1
-01010100111000 loan-defaulters 1
-01010100111000 arbitration-eligibility 1
-01010100111000 Franco-French 1
-01010100111000 medical-record 1
-01010100111000 proem 1
-01010100111000 four-footers 1
-01010100111000 reinfested 1
-01010100111000 non-Texas-based 1
-01010100111000 scroll-like 1
-01010100111000 precooking 1
-01010100111000 Tudorstyle 1
-01010100111000 jargoned 1
-01010100111000 wine-marinated 1
-01010100111000 ferromanganese 1
-01010100111000 split-uppable 1
-01010100111000 cocaine-tainted 1
-01010100111000 2-4-6-8-10 1
-01010100111000 technical-personnel 1
-01010100111000 vase-like 1
-01010100111000 Aebi 1
-01010100111000 1.8430-mark 1
-01010100111000 casuals 1
-01010100111000 hot-formed 1
-01010100111000 grow-up 1
-01010100111000 10th-century 1
-01010100111000 rock-lined 1
-01010100111000 extra-high 1
-01010100111000 suggestible 1
-01010100111000 sections. 1
-01010100111000 recombined 1
-01010100111000 oil-on-canvas 1
-01010100111000 multi-union 1
-01010100111000 pre-first 1
-01010100111000 1,017,000 2
-01010100111000 software-driven 2
-01010100111000 plated 2
-01010100111000 aleck 2
-01010100111000 bondmarket 2
-01010100111000 overenforced 2
-01010100111000 extra-early 2
-01010100111000 pinch-hitting 2
-01010100111000 counterarguments 2
-01010100111000 drug-tainted 2
-01010100111000 Somocistas 2
-01010100111000 busy-work 2
-01010100111000 procreative 2
-01010100111000 biocomputing 2
-01010100111000 preferrential 2
-01010100111000 self-inspired 2
-01010100111000 automatons 2
-01010100111000 stayers 2
-01010100111000 left-over 2
-01010100111000 gangways 3
-01010100111000 determinative 3
-01010100111000 11-2 3
-01010100111000 1,278 3
-01010100111000 attention-getters 3
-01010100111000 returnable 3
-01010100111000 fonder 3
-01010100111000 basmati 3
-01010100111000 suction 4
-01010100111000 correctable 4
-01010100111000 fealty 6
-01010100111000 on-call 6
-01010100111000 amniocentesis 7
-01010100111000 sufficent 7
-01010100111000 fructose 10
-01010100111000 facie 15
-01010100111000 uncommon 136
-01010100111000 ample 292
-01010100111000 insufficient 350
-01010100111000 adequate 972
-01010100111000 enough 9349
-01010100111000 sufficient 1272
-01010100111001 redefected 1
-01010100111001 yaws 1
-01010100111001 reexported 1
-01010100111001 twice-rejected 1
-01010100111001 situation-based 1
-01010100111001 3:59:50 1
-01010100111001 1,548 1
-01010100111001 1398 1
-01010100111001 14,029 1
-01010100111001 shimmies 1
-01010100111001 22- 1
-01010100111001 fetishistic 1
-01010100111001 7,890 1
-01010100111001 Sulaimaniya 1
-01010100111001 10,104 1
-01010100111001 Veritys 1
-01010100111001 non-actors 1
-01010100111001 Cuapa 1
-01010100111001 adjustability 1
-01010100111001 jacket-flap 1
-01010100111001 Northeast-originated 1
-01010100111001 unenlightening 1
-01010100111001 eligibles 1
-01010100111001 1,197 1
-01010100111001 embarkation 1
-01010100111001 8,657 1
-01010100111001 date-of-birth 1
-01010100111001 run-the-company 1
-01010100111001 263-254 1
-01010100111001 physician-administrators 1
-01010100111001 non-Babbitts 1
-01010100111001 280.93 1
-01010100111001 30.08 1
-01010100111001 1,531 1
-01010100111001 5,343 1
-01010100111001 Transcaucasia 1
-01010100111001 Cuxhaven 1
-01010100111001 reel-life 1
-01010100111001 hortatory 1
-01010100111001 0.5500 1
-01010100111001 underreact 1
-01010100111001 150-152 1
-01010100111001 2240 1
-01010100111001 WRLT-FM 1
-01010100111001 144,050 1
-01010100111001 staff/counselor 1
-01010100111001 non-diabetics 1
-01010100111001 16,496 1
-01010100111001 99.055 1
-01010100111001 brainwork 1
-01010100111001 electrifyingly 1
-01010100111001 worker-days 1
-01010100111001 Tranyslvania 1
-01010100111001 post-romantic 1
-01010100111001 99.682 1
-01010100111001 9-Ball 1
-01010100111001 fusion-breakthroughs 1
-01010100111001 99.655 1
-01010100111001 Fugger 1
-01010100111001 trans-shipping 1
-01010100111001 8,531 1
-01010100111001 Pennsylvanians 1
-01010100111001 99.812 1
-01010100111001 charge-related 1
-01010100111001 key-light 1
-01010100111001 KZEW-FM 1
-01010100111001 hexachlorobenzene 1
-01010100111001 yawing 1
-01010100111001 1,547,500 1
-01010100111001 Ponchatoula 1
-01010100111001 aversions 1
-01010100111001 5.7305 1
-01010100111001 3.4026 1
-01010100111001 99.542 1
-01010100111001 2,211 1
-01010100111001 oedipal 1
-01010100111001 97.14 1
-01010100111001 Johnny-come-latelys 1
-01010100111001 36-hour-drive 1
-01010100111001 rock-scissors-paper 1
-01010100111001 capital-recycling 1
-01010100111001 1/4-percentage-point 1
-01010100111001 0.008000 1
-01010100111001 Busser 1
-01010100111001 Lupron 1
-01010100111001 talent-management 1
-01010100111001 retrospects 1
-01010100111001 discriminatry 1
-01010100111001 net-leased 1
-01010100111001 multileveled 1
-01010100111001 leonine 1
-01010100111001 recommitting 1
-01010100111001 Shatilla 1
-01010100111001 NOD 1
-01010100111001 re-enlisted 1
-01010100111001 uncommitteds 1
-01010100111001 technocracy 1
-01010100111001 overcooks 1
-01010100111001 9,230 1
-01010100111001 CBS/Records 1
-01010100111001 accompnaying 1
-01010100111001 WJLA 1
-01010100111001 retransmited 1
-01010100111001 Bensonhurt 1
-01010100111001 stock-heavy 1
-01010100111001 anti-big-business 1
-01010100111001 canners 1
-01010100111001 reconversion 1
-01010100111001 3,019,449 1
-01010100111001 sublets 1
-01010100111001 linen-services 1
-01010100111001 disencentives 1
-01010100111001 inthe 1
-01010100111001 97.37 1
-01010100111001 porticoes 1
-01010100111001 Nov.30 1
-01010100111001 two-wheelers 1
-01010100111001 antitrypsin 1
-01010100111001 Vashi 1
-01010100111001 240.90 1
-01010100111001 97.04 1
-01010100111001 hairpins 1
-01010100111001 106-33 1
-01010100111001 1,212 2
-01010100111001 devotional 2
-01010100111001 Wallpapers 2
-01010100111001 re-sale 2
-01010100111001 non-specialists 2
-01010100111001 1,086 2
-01010100111001 1,272 2
-01010100111001 1,646 2
-01010100111001 2375 2
-01010100111001 enshrines 2
-01010100111001 arrestees 2
-01010100111001 hell-for-leather 2
-01010100111001 ungenerous 2
-01010100111001 odd-ball 2
-01010100111001 hewing 3
-01010100111001 hydrogenated 3
-01010100111001 49-month 3
-01010100111001 tie-dyed 3
-01010100111001 1,087 3
-01010100111001 1,106 3
-01010100111001 Summons 3
-01010100111001 1,091 3
-01010100111001 1,078 3
-01010100111001 capitulating 4
-01010100111001 indecipherable 4
-01010100111001 1,144 4
-01010100111001 1,343 4
-01010100111001 1,069 5
-01010100111001 1,178 5
-01010100111001 1,021 5
-01010100111001 35- 5
-01010100111001 25- 6
-01010100111001 perpendicular 6
-01010100111001 acquiescing 8
-01010100111001 60- 11
-01010100111001 acceding 12
-01010100111001 unaccountable 12
-01010100111001 Cruelty 14
-01010100111001 inattentive 16
-01010100111001 reverting 22
-01010100111001 succumbing 25
-01010100111001 consenting 32
-01010100111001 purporting 32
-01010100111001 scheming 35
-01010100111001 pandering 35
-01010100111001 unaccustomed 41
-01010100111001 pursuant 78
-01010100111001 pertaining 90
-01010100111001 catering 134
-01010100111001 belonging 135
-01010100111001 applicable 163
-01010100111001 retroactive 205
-01010100111001 adjacent 283
-01010100111001 conspiring 284
-01010100111001 listening 371
-01010100111001 dedicated 374
-01010100111001 identical 384
-01010100111001 relating 519
-01010100111001 refusing 532
-01010100111001 unrelated 546
-01010100111001 agreeing 693
-01010100111001 failing 1384
-01010100111001 closer 1423
-01010100111001 equal 2389
-01010100111001 related 5157
-01010100111010 292,527 1
-01010100111010 1/500th 1
-01010100111010 .175 1
-01010100111010 546,686 1
-01010100111010 3/5-second 1
-01010100111010 fetchingly 1
-01010100111010 1,421,484 1
-01010100111010 700,714 1
-01010100111010 quilty 1
-01010100111010 67,500 1
-01010100111010 straight-arm 1
-01010100111010 wastrels 2
-01010100111010 self-regulator 2
-01010100111010 cultch 2
-01010100111010 Abra 2
-01010100111010 1,011 3
-01010100111010 co-chair 4
-01010100111010 overtaxing 4
-01010100111010 scuffling 4
-01010100111010 adjuncts 9
-01010100111010 replying 16
-01010100111010 innocent 592
-01010100111010 content 734
-01010100111010 guilty 2192
-01010100111010 starting 2637
-01010100111010 subject 6178
-01010100111010 beginning 4510
-010101001110110 bright/Be 1
-010101001110110 sample-collecting 1
-010101001110110 redogmatizing 1
-010101001110110 abutments 1
-010101001110110 sugarcoated 1
-010101001110110 Inboards 1
-010101001110110 blood-letting 1
-010101001110110 price-battering 1
-010101001110110 Owenites 1
-010101001110110 nuclear-dump 1
-010101001110110 top-of-the-charts 1
-010101001110110 Becketts 1
-010101001110110 barbie 1
-010101001110110 aff-idav-it 1
-010101001110110 1,000-yen-level 1
-010101001110110 ritz 1
-010101001110110 Perrys 1
-010101001110110 secretariate 1
-010101001110110 early-comers 1
-010101001110110 hokier 1
-010101001110110 doodoo 1
-010101001110110 Spares 1
-010101001110110 pro-pledge 1
-010101001110110 300,000-ton 1
-010101001110110 Mandela-mania 1
-010101001110110 gloaming 1
-010101001110110 curacy 1
-010101001110110 Euroministers 1
-010101001110110 parapets 1
-010101001110110 no-brains 1
-010101001110110 not-so-in-love 1
-010101001110110 proletariats 1
-010101001110110 cancer-producing 1
-010101001110110 Bumsteads 1
-010101001110110 Getty-Texaco 1
-010101001110110 Chippendale 1
-010101001110110 tax-burden 1
-010101001110110 broadsword 1
-010101001110110 most-admirable 1
-010101001110110 phantasmagorical 1
-010101001110110 low-80s 1
-010101001110110 ex-fox 1
-010101001110110 herbicide-exposure 1
-010101001110110 abilility 1
-010101001110110 offset-printed 1
-010101001110110 Guelphs 1
-010101001110110 weak-hearted 1
-010101001110110 J-curvers 1
-010101001110110 conservative/moderate 1
-010101001110110 always-voters 1
-010101001110110 Preamble 1
-010101001110110 SH60s 1
-010101001110110 on-the-one 1
-010101001110110 counterattempt 1
-010101001110110 Crucifix 1
-010101001110110 Souvlaki 1
-010101001110110 unconventionality 1
-010101001110110 traditional-conservative 1
-010101001110110 kidnappable 1
-010101001110110 guerrilla-linked 1
-010101001110110 farthest-left 1
-010101001110110 5:02 1
-010101001110110 88-18 1
-010101001110110 least-depressed 1
-010101001110110 underjaw 1
-010101001110110 SOCIALITES 1
-010101001110110 mulelifts 1
-010101001110110 technospeak 1
-010101001110110 gateman 1
-010101001110110 market-goers 1
-010101001110110 Galillee 1
-010101001110110 knout 1
-010101001110110 preferred-stockholders 1
-010101001110110 semi-famous 1
-010101001110110 1,600- 1
-010101001110110 Martells 1
-010101001110110 under-privileged 1
-010101001110110 Orifice 1
-010101001110110 commision 1
-010101001110110 oppositionin-exile 1
-010101001110110 Prelims 1
-010101001110110 Rockefeller-Feldstein 1
-010101001110110 investor-company 1
-010101001110110 MWRA 1
-010101001110110 crash-stocks 1
-010101001110110 root-and-branch 1
-010101001110110 crash-proof 1
-010101001110110 Ardennes 1
-010101001110110 foreward 1
-010101001110110 sceptered 1
-010101001110110 MC6300 1
-010101001110110 Bible-inspired 1
-010101001110110 Everlys 1
-010101001110110 originalists 1
-010101001110110 1.8550-mark 1
-010101001110110 wifey 1
-010101001110110 ex-arbitrager 1
-010101001110110 gunpit 1
-010101001110110 Cleavers 1
-010101001110110 nonspecialist 1
-010101001110110 then-17-year-old 1
-010101001110110 story-mongering 1
-010101001110110 chromosome-altering 1
-010101001110110 coolies 1
-010101001110110 525i 1
-010101001110110 where-was-George 1
-010101001110110 Preliminaries 1
-010101001110110 successor-state 1
-010101001110110 distaff 1
-010101001110110 PMs 1
-010101001110110 stanchion 1
-010101001110110 high-cultural 1
-010101001110110 lik 1
-010101001110110 dirt-blackened 1
-010101001110110 hinderance 1
-010101001110110 driers 1
-010101001110110 raod 1
-010101001110110 seedings 1
-010101001110110 maintenanceare 1
-010101001110110 checkout-stand 1
-010101001110110 shabbiest 2
-010101001110110 dampness 2
-010101001110110 director-defendants 2
-010101001110110 marshlands 2
-010101001110110 Maypo 2
-010101001110110 melanocytes 2
-010101001110110 impressor 2
-010101001110110 spindle 2
-010101001110110 walnut-sized 2
-010101001110110 heave-ho 2
-010101001110110 gridirons 2
-010101001110110 Ramparts 2
-010101001110110 hypotenuse 2
-010101001110110 disinfected 2
-010101001110110 ICCH 2
-010101001110110 suicidally 2
-010101001110110 Annunciation 2
-010101001110110 revivified 2
-010101001110110 larks 2
-010101001110110 hide-out 2
-010101001110110 Rhones 2
-010101001110110 88-38 2
-010101001110110 dose-related 2
-010101001110110 civic-action 2
-010101001110110 sclerotic 2
-010101001110110 non-specialist 2
-010101001110110 16-0 2
-010101001110110 san 2
-010101001110110 family-wage 2
-010101001110110 communistic 2
-010101001110110 do-si-do 2
-010101001110110 unconcealed 3
-010101001110110 seamier 3
-010101001110110 sacraments 3
-010101001110110 ambiguously 3
-010101001110110 unresolvable 3
-010101001110110 approvers 3
-010101001110110 steamier 3
-010101001110110 keffiyeh 3
-010101001110110 SS-23s 3
-010101001110110 ionosphere 3
-010101001110110 lumbered 3
-010101001110110 twerp 3
-010101001110110 rabble 3
-010101001110110 IBF 3
-010101001110110 hungriest 3
-010101001110110 Russkies 3
-010101001110110 sloths 3
-010101001110110 initative 3
-010101001110110 judicial-restraint 3
-010101001110110 half-Japanese 4
-010101001110110 horny 4
-010101001110110 mile-high 4
-010101001110110 pavements 5
-010101001110110 TIN 5
-010101001110110 2655 5
-010101001110110 nahcolyte 5
-010101001110110 D-mark 5
-010101001110110 elasticity 5
-010101001110110 mountaineering 5
-010101001110110 Excalibur 6
-010101001110110 hourglass 6
-010101001110110 gloomiest 6
-010101001110110 Zeitgeist 6
-010101001110110 vagina 6
-010101001110110 supine 7
-010101001110110 floorboards 8
-010101001110110 meanness 9
-010101001110110 prancing 9
-010101001110110 temerity 9
-010101001110110 wont 12
-010101001110110 credulity 14
-010101001110110 fizzling 15
-010101001110110 cornea 16
-010101001110110 totem 16
-010101001110110 farthest 24
-010101001110110 uptown 25
-010101001110110 heir-apparent 25
-010101001110110 furthest 28
-010101001110110 J-curve 31
-010101001110110 waist 47
-010101001110110 heir 209
-010101001110110 upside 277
-010101001110110 hardest 322
-010101001110110 contrary 626
-010101001110110 right 10808
-010101001110110 opposite 689
-010101001110111 CFC-made 1
-010101001110111 four-wheel-steering 1
-010101001110111 walk-ons 1
-010101001110111 1,163,100 1
-010101001110111 Nov.9 1
-010101001110111 industry-ranging 1
-010101001110111 tax-increasers 1
-010101001110111 brain-tuner 1
-010101001110111 six-gun 1
-010101001110111 Citicorp-led 1
-010101001110111 baler 1
-010101001110111 334,640 1
-010101001110111 clorazepate 1
-010101001110111 boogeyman 1
-010101001110111 augmentees 1
-010101001110111 Whiffenpoofs 1
-010101001110111 BAMM 1
-010101001110111 chorale 1
-010101001110111 214,425 1
-010101001110111 industrial-distribution 1
-010101001110111 margin-slashing 1
-010101001110111 FAA-approved 1
-010101001110111 375,940 1
-010101001110111 2,265,140 1
-010101001110111 superregion 1
-010101001110111 immnue 1
-010101001110111 BuckPac 1
-010101001110111 Plaza-Suites 1
-010101001110111 662,400 1
-010101001110111 Lifer 1
-010101001110111 already-deployed 1
-010101001110111 ribaldry 1
-010101001110111 curency 1
-010101001110111 T46A 1
-010101001110111 324,250 1
-010101001110111 6,480,500 1
-010101001110111 PDQ 1
-010101001110111 much-litigated 1
-010101001110111 trade-checking 1
-010101001110111 2,200-employee 1
-010101001110111 Atlanta-bound 1
-010101001110111 then-senator 1
-010101001110111 proprietarily 1
-010101001110111 carhop 1
-010101001110111 MedCare 1
-010101001110111 Hendlers 1
-010101001110111 we've-never-had-it-so-good 1
-010101001110111 herbicide-tainting 1
-010101001110111 no-nothings 1
-010101001110111 myelodysplastic 1
-010101001110111 1,006,592 1
-010101001110111 Meretrends 1
-010101001110111 wrsales 1
-010101001110111 103,100 1
-010101001110111 warrantee 1
-010101001110111 few/Who 1
-010101001110111 Bolsheviki 1
-010101001110111 1,073,000 1
-010101001110111 investigationally 1
-010101001110111 843,833 1
-010101001110111 12-to-15-year-olds 1
-010101001110111 battlefronts 1
-010101001110111 price-shares 1
-010101001110111 643,690 1
-010101001110111 6,042,250 1
-010101001110111 non-expert 1
-010101001110111 newest-comers 1
-010101001110111 flagstick 1
-010101001110111 L-phenylalanine 1
-010101001110111 non-competitively 1
-010101001110111 432,795 1
-010101001110111 shiploadings 1
-010101001110111 free-marketers 1
-010101001110111 Trotters 1
-010101001110111 M-Whatever 1
-010101001110111 Decatron 1
-010101001110111 Federalsburg 1
-010101001110111 Kitchen-Aid 1
-010101001110111 PCB-burning 1
-010101001110111 dominance. 1
-010101001110111 correspondent/doctor 1
-010101001110111 All-in-one 1
-010101001110111 228,200 1
-010101001110111 843,691 1
-010101001110111 conpletion 1
-010101001110111 560,700 1
-010101001110111 2,820,500 1
-010101001110111 477,555 1
-010101001110111 716,333 1
-010101001110111 419,564 1
-010101001110111 handle-pullers 1
-010101001110111 Rabbis 1
-010101001110111 4,928,600 1
-010101001110111 boat/bank 1
-010101001110111 Loganair 1
-010101001110111 455,200 1
-010101001110111 patient-consumer 1
-010101001110111 335,300 1
-010101001110111 294,133 1
-010101001110111 670,300 1
-010101001110111 386SX-technology 1
-010101001110111 918,240 1
-010101001110111 75,300 1
-010101001110111 overspill 1
-010101001110111 RIT 1
-010101001110111 hand-helds 1
-010101001110111 4,441,816 1
-010101001110111 rifleman 2
-010101001110111 re-legalization 2
-010101001110111 withdrawl 2
-010101001110111 drawal 2
-010101001110111 Dewe 2
-010101001110111 hyper-reality 2
-010101001110111 Zolfo 2
-010101001110111 stonemasons 2
-010101001110111 Wimp 2
-010101001110111 glossies 2
-010101001110111 immune-deficiency 3
-010101001110111 1930-33 3
-010101001110111 admixture 3
-010101001110111 goodnight 3
-010101001110111 Shang 3
-010101001110111 high-point 3
-010101001110111 copy-guard 5
-010101001110111 materiality 5
-010101001110111 Levitts 5
-010101001110111 effrontery 5
-010101001110111 phalanxes 5
-010101001110111 bounties 12
-010101001110111 excerpts 128
-010101001110111 immune 986
-010101001110111 proceeds 3397
-010101001110111 equivalent 2789
-01010100111100 pre-science 1
-01010100111100 2,829,100 1
-01010100111100 triskaidekaphobia 1
-01010100111100 all-GOP 1
-01010100111100 casket-shaped 1
-01010100111100 unplannable 1
-01010100111100 Ucak 1
-01010100111100 bronze-and-jade-tinted 1
-01010100111100 PROMOTION 1
-01010100111100 ORATORY 1
-01010100111100 ACADEMIA 1
-01010100111100 Versenden 1
-01010100111100 Grungy 1
-01010100111100 Vicarious 1
-01010100111100 1,476 1
-01010100111100 Tokelau 1
-01010100111100 torchbearers 1
-01010100111100 5146B3 1
-01010100111100 re-exerted 1
-01010100111100 Dukakis-Bentsen-Jackson 1
-01010100111100 Snips 1
-01010100111100 election-time 1
-01010100111100 10:00-18:00 1
-01010100111100 49,536 1
-01010100111100 tongs-wielding 1
-01010100111100 stationary-bicycle 1
-01010100111100 10/12/52-6/17/85 1
-01010100111100 rule-breaking 1
-01010100111100 Rulav 1
-01010100111100 Gratuities 1
-01010100111100 copper-nickel 1
-01010100111100 squally 1
-01010100111100 Installment-sale 1
-01010100111100 Joint-return 1
-01010100111100 hackneyitis 1
-01010100111100 back-lighted 1
-01010100111100 402.7 1
-01010100111100 Aguila 1
-01010100111100 2,062 1
-01010100111100 formalistic 1
-01010100111100 warehouse-size 1
-01010100111100 chip-consuming 1
-01010100111100 Eccles. 1
-01010100111100 108.555 1
-01010100111100 album-sized 1
-01010100111100 Underview 1
-01010100111100 AmeriSteel 1
-01010100111100 semi-legal 1
-01010100111100 gentrify 1
-01010100111100 School-based 1
-01010100111100 reburied 1
-01010100111100 power-breakfast 1
-01010100111100 WOWI 1
-01010100111100 30-D 1
-01010100111100 Gliding 1
-01010100111100 surface-active 1
-01010100111100 Carverian 1
-01010100111100 camel-herding 1
-01010100111100 maskirovka 1
-01010100111100 nonwithheld 1
-01010100111100 uncontained 1
-01010100111100 Assuranties 1
-01010100111100 Consolidate 1
-01010100111100 AUTOGRAPHS 1
-01010100111100 2,858 1
-01010100111100 radar-absorbent 1
-01010100111100 anti-consumption 1
-01010100111100 108,146 1
-01010100111100 48222 1
-01010100111100 unhypocritical 1
-01010100111100 cratering 1
-01010100111100 A-shaped 1
-01010100111100 by-wheelchair 1
-01010100111100 illimitable 1
-01010100111100 Millersport 1
-01010100111100 Baker/Meese/Deaver/Stockman/Darman/Fuller 1
-01010100111100 Jacqui 1
-01010100111100 VOLUME 1
-01010100111100 lowin 1
-01010100111100 Restock 1
-01010100111100 wooly 1
-01010100111100 12,607,350 1
-01010100111100 welladvanced 1
-01010100111100 unlinked 1
-01010100111100 freedom-fighting 1
-01010100111100 sixth-form 1
-01010100111100 Carnivale 1
-01010100111100 mushroom-like 1
-01010100111100 Jeekill 1
-01010100111100 Pre-hearing 1
-01010100111100 no-smokers 1
-01010100111100 yearslong 1
-01010100111100 inflationlinked 1
-01010100111100 mortar-launcher 1
-01010100111100 Linger 2
-01010100111100 mooing 2
-01010100111100 WCAU-TV 2
-01010100111100 3,705 2
-01010100111100 begining 2
-01010100111100 Lt.-Gen 2
-01010100111100 Pays 2
-01010100111100 news-oriented 2
-01010100111100 Nesuhi 3
-01010100111100 NC 3
-01010100111100 self-referential 3
-01010100111100 censorious 3
-01010100111100 emotionless 4
-01010100111100 well-located 4
-01010100111100 centralism 4
-01010100111100 Sanka 6
-01010100111100 Louisa 10
-01010100111100 amendable 15
-01010100111100 matures 43
-01010100111100 expiring 153
-01010100111100 dated 481
-01010100111100 mature 766
-01010100111100 WSJ 1021
-01010100111100 expired 1032
-01010100111100 expires 1143
-01010100111100 payable 1424
-01010100111100 effective 4123
-01010100111101 Mthiyane 1
-01010100111101 ago-before 1
-01010100111101 thromboses 1
-01010100111101 Buy-Backs 1
-01010100111101 1950-1965 1
-01010100111101 699.98 1
-01010100111101 1965-1982 1
-01010100111101 hair-raiser 1
-01010100111101 18561.25 1
-01010100111101 1555-64 1
-01010100111101 endingSept. 1
-01010100111101 3912.93 1
-01010100111101 work-turn 1
-01010100111101 palavering 1
-01010100111101 601,516 1
-01010100111101 ago-that 1
-01010100111101 TOR 1
-01010100111101 elapses 2
-01010100111101 ending 2729
-01010100111101 ended 12294
-01010100111110 optics. 1
-01010100111110 culminatingin 1
-01010100111110 4,514 1
-01010100111110 tough-procedures 1
-01010100111110 squattish 1
-01010100111110 Raptors 1
-01010100111110 1986-April 1
-01010100111110 1,692 1
-01010100111110 5,340 1
-01010100111110 1482 1
-01010100111110 1184.32 1
-01010100111110 1491.12 1
-01010100111110 Kishori 1
-01010100111110 marketin 1
-01010100111110 Bylines 1
-01010100111110 ^alling 1
-01010100111110 Carnegie-style 1
-01010100111110 ### 1
-01010100111110 365.01 1
-01010100111110 Sept.-Oct. 1
-01010100111110 suppressions 1
-01010100111110 over-target 1
-01010100111110 anthropic 1
-01010100111110 non-graded 1
-01010100111110 pulped 2
-01010100111110 funds-with 4
-01010100111110 95.19 4
-01010100111110 due 9716
-01010100111110 maturing 443
-01010100111111 joshing 1
-01010100111111 Medserve 1
-01010100111111 Mornaghia 1
-01010100111111 purling 1
-01010100111111 oboists 1
-01010100111111 1652 1
-01010100111111 exculpated 1
-01010100111111 DEMURRAGE 1
-01010100111111 pruners 1
-01010100111111 ingress 1
-01010100111111 DECIDE 1
-01010100111111 PDs 1
-01010100111111 upwind 1
-01010100111111 battle-worn 1
-01010100111111 dowm 1
-01010100111111 wiched 1
-01010100111111 Houston-formed 1
-01010100111111 outlawry 1
-01010100111111 jinni 1
-01010100111111 Diehards 1
-01010100111111 Vegetables 1
-01010100111111 de-listed 1
-01010100111111 line-of-sight 1
-01010100111111 gleened 1
-01010100111111 protrudes 1
-01010100111111 fuzzing 1
-01010100111111 Refraining 1
-01010100111111 fall-out 1
-01010100111111 puddle-jumped 1
-01010100111111 concededly 1
-01010100111111 softener/whitener 1
-01010100111111 jut 1
-01010100111111 growingcompetition 1
-01010100111111 punchdrunk 1
-01010100111111 cumulating 1
-01010100111111 fencelike 1
-01010100111111 croaky 1
-01010100111111 kitty-cornered 1
-01010100111111 suctioned 1
-01010100111111 desisted 1
-01010100111111 convalesced 1
-01010100111111 ladled 2
-01010100111111 small-combo 2
-01010100111111 rifled 2
-01010100111111 skitter 2
-01010100111111 1970-85 2
-01010100111111 18-to-24 2
-01010100111111 half-remembered 2
-01010100111111 bombmakers 2
-01010100111111 souffles 2
-01010100111111 Reply 2
-01010100111111 leafing 3
-01010100111111 slicked 3
-01010100111111 tapioca 3
-01010100111111 decoupled 4
-01010100111111 flax 4
-01010100111111 gentrified 5
-01010100111111 re-imported 5
-01010100111111 emanates 6
-01010100111111 detracting 6
-01010100111111 Mongols 7
-01010100111111 scampering 7
-01010100111111 jutting 8
-01010100111111 distinguishable 10
-01010100111111 harking 11
-01010100111111 lurching 12
-01010100111111 inseparable 12
-01010100111111 darting 15
-01010100111111 emigrating 15
-01010100111111 refraining 18
-01010100111111 seeping 20
-01010100111111 erupting 21
-01010100111111 wedged 21
-01010100111111 sandwiched 22
-01010100111111 cascading 25
-01010100111111 recuperating 34
-01010100111111 smarting 40
-01010100111111 emanating 53
-01010100111111 midway 56
-01010100111111 originating 59
-01010100111111 culled 60
-01010100111111 gleaned 64
-01010100111111 profiting 64
-01010100111111 retreating 84
-01010100111111 graduating 133
-01010100111111 reeling 184
-01010100111111 dating 225
-01010100111111 flowing 270
-01010100111111 arising 308
-01010100111111 derived 319
-01010100111111 benefiting 357
-01010100111111 exempt 663
-01010100111111 stemming 695
-01010100111111 emerging 719
-01010100111111 ranged 806
-01010100111111 ranging 1345
-01010100111111 coming 4763
-01010100111111 resulting 1658
-010101010000 fleshes 1
-010101010000 jutted 1
-010101010000 conks 1
-010101010000 Dragged 1
-010101010000 Seouled 1
-010101010000 pooching 1
-010101010000 cluckings 1
-010101010000 77,443 1
-010101010000 weaseled 1
-010101010000 wimping 1
-010101010000 Lashing 1
-010101010000 clip-clopping 1
-010101010000 pasing 1
-010101010000 jotting 1
-010101010000 hunkers 1
-010101010000 Ironing 1
-010101010000 mainstreamed 1
-010101010000 Qataris 1
-010101010000 fast-forwarded 1
-010101010000 perambulate 1
-010101010000 bawling 1
-010101010000 kayaked 1
-010101010000 gawping 1
-010101010000 rafted 1
-010101010000 yapped 1
-010101010000 oven-dried 1
-010101010000 Carve 1
-010101010000 HURRIES 1
-010101010000 whited 1
-010101010000 Warding 1
-010101010000 Shirttail 1
-010101010000 scud 1
-010101010000 weirded 1
-010101010000 lops 1
-010101010000 highballing 1
-010101010000 2,966 1
-010101010000 devotions 1
-010101010000 canoed 1
-010101010000 congeal 1
-010101010000 averageran 1
-010101010000 liquefying 1
-010101010000 capering 1
-010101010000 achievement-orientation 1
-010101010000 gouges 1
-010101010000 re-expanded 1
-010101010000 browned 1
-010101010000 wolfs 1
-010101010000 shinnied 1
-010101010000 pincushioned 1
-010101010000 slaloming 2
-010101010000 toddles 2
-010101010000 straightens 2
-010101010000 ricocheted 2
-010101010000 hewn 2
-010101010000 clacks 2
-010101010000 hones 2
-010101010000 ekes 2
-010101010000 wolfed 2
-010101010000 trundling 2
-010101010000 wimped 2
-010101010000 leaches 2
-010101010000 waddles 2
-010101010000 dozes 2
-010101010000 fends 2
-010101010000 saunters 2
-010101010000 snuffs 2
-010101010000 wobbled 3
-010101010000 slithered 3
-010101010000 reinserted 3
-010101010000 evens 3
-010101010000 thronging 3
-010101010000 whiled 3
-010101010000 creaked 3
-010101010000 smoothes 3
-010101010000 raffled 3
-010101010000 wriggled 3
-010101010000 pawed 3
-010101010000 mows 3
-010101010000 sauntered 3
-010101010000 careering 3
-010101010000 chomped 3
-010101010000 wafts 3
-010101010000 clambered 4
-010101010000 skims 4
-010101010000 telescoped 4
-010101010000 clambers 4
-010101010000 lugged 4
-010101010000 divisible 4
-010101010000 pecked 4
-010101010000 conked 4
-010101010000 oozed 4
-010101010000 keeled 4
-010101010000 ambled 4
-010101010000 doodled 4
-010101010000 peeping 5
-010101010000 scrounged 5
-010101010000 flamed 5
-010101010000 bedded 5
-010101010000 bails 5
-010101010000 barreled 5
-010101010000 warded 5
-010101010000 twirled 5
-010101010000 reintegrated 5
-010101010000 juts 5
-010101010000 metamorphosed 5
-010101010000 lucked 5
-010101010000 hollowed 5
-010101010000 rinsed 5
-010101010000 flattens 5
-010101010000 dripped 5
-010101010000 freaked 6
-010101010000 careened 6
-010101010000 leached 6
-010101010000 jotted 6
-010101010000 drowns 6
-010101010000 jetted 6
-010101010000 smooths 6
-010101010000 trundled 6
-010101010000 hosed 6
-010101010000 thronged 7
-010101010000 plumped 7
-010101010000 shooed 7
-010101010000 gravitated 7
-010101010000 calms 7
-010101010000 galloped 7
-010101010000 teed 7
-010101010000 hashed 7
-010101010000 crunched 7
-010101010000 churns 7
-010101010000 ferreted 7
-010101010000 tiptoed 8
-010101010000 dozed 8
-010101010000 clawed 8
-010101010000 coalesced 8
-010101010000 belted 8
-010101010000 sheared 8
-010101010000 winnowed 8
-010101010000 dribbled 8
-010101010000 bubbled 8
-010101010000 spaced 8
-010101010000 lashes 8
-010101010000 bogging 8
-010101010000 glares 8
-010101010000 blurts 8
-010101010000 blurted 9
-010101010000 snuck 9
-010101010000 fleshed 10
-010101010000 carves 10
-010101010000 stomped 10
-010101010000 scribbles 11
-010101010000 slung 11
-010101010000 squirreled 11
-010101010000 spits 11
-010101010000 blacked 11
-010101010000 rowed 11
-010101010000 barged 11
-010101010000 plucks 11
-010101010000 hunkered 12
-010101010000 doles 12
-010101010000 dashes 12
-010101010000 stampeding 12
-010101010000 zipped 12
-010101010000 frittered 12
-010101010000 shuttled 12
-010101010000 hitched 13
-010101010000 forked 13
-010101010000 mowed 13
-010101010000 trekked 13
-010101010000 buzzed 13
-010101010000 plopped 13
-010101010000 elbowed 13
-010101010000 streamed 13
-010101010000 rips 14
-010101010000 sneaks 14
-010101010000 nosed 14
-010101010000 dished 14
-010101010000 banged 14
-010101010000 weeded 15
-010101010000 thumbed 15
-010101010000 trickled 15
-010101010000 petered 16
-010101010000 snuffed 16
-010101010000 spews 16
-010101010000 peered 16
-010101010000 thundered 17
-010101010000 crystallized 17
-010101010000 jerked 17
-010101010000 pored 17
-010101010000 swooped 17
-010101010000 parceled 17
-010101010000 swam 18
-010101010000 ascended 18
-010101010000 veering 18
-010101010000 seeped 18
-010101010000 carted 19
-010101010000 latched 19
-010101010000 scurried 19
-010101010000 rotated 19
-010101010000 flung 19
-010101010000 stampeded 20
-010101010000 buckled 20
-010101010000 evened 20
-010101010000 delved 20
-010101010000 degenerated 20
-010101010000 peeled 20
-010101010000 hiked 21
-010101010000 meted 21
-010101010000 straightened 21
-010101010000 wipes 21
-010101010000 drummed 22
-010101010000 shrugging 22
-010101010000 swarmed 22
-010101010000 trotted 23
-010101010000 tricked 23
-010101010000 reeled 23
-010101010000 camped 23
-010101010000 piped 24
-010101010000 rammed 24
-010101010000 agonized 24
-010101010000 herded 24
-010101010000 pasted 25
-010101010000 ticked 25
-010101010000 cleans 25
-010101010000 ducked 25
-010101010000 wrung 26
-010101010000 spewed 26
-010101010000 sewn 26
-010101010000 doled 27
-010101010000 booted 27
-010101010000 smoothed 27
-010101010000 slimmed 28
-010101010000 sneaked 28
-010101010000 clamped 29
-010101010000 toned 29
-010101010000 bundled 29
-010101010000 decked 29
-010101010000 chewed 30
-010101010000 cranked 30
-010101010000 plunked 30
-010101010000 farmed 31
-010101010000 skimmed 32
-010101010000 lopped 32
-010101010000 tripped 33
-010101010000 ironed 33
-010101010000 mapped 33
-010101010000 shuts 33
-010101010000 branched 34
-010101010000 sketched 35
-010101010000 sped 36
-010101010000 panned 36
-010101010000 filtered 37
-010101010000 nailed 37
-010101010000 veered 37
-010101010000 eked 38
-010101010000 ticks 38
-010101010000 churned 38
-010101010000 gunned 38
-010101010000 pours 39
-010101010000 shoved 40
-010101010000 boiled 41
-010101010000 whittled 43
-010101010000 flipped 43
-010101010000 chipped 45
-010101010000 lashed 45
-010101010000 punched 45
-010101010000 shelled 46
-010101010000 snatched 47
-010101010000 siphoned 48
-010101010000 plowed 50
-010101010000 warmed 51
-010101010000 squared 51
-010101010000 wandered 51
-010101010000 melted 52
-010101010000 ventured 53
-010101010000 tilted 54
-010101010000 choked 55
-010101010000 boarded 56
-010101010000 pinned 56
-010101010000 sorted 58
-010101010000 plugged 60
-010101010000 nudged 61
-010101010000 pops 62
-010101010000 sucked 63
-010101010000 tore 64
-010101010000 yanked 64
-010101010000 brushed 65
-010101010000 chopped 65
-010101010000 pounded 67
-010101010000 slammed 72
-010101010000 watered 72
-010101010000 staked 73
-010101010000 lays 75
-010101010000 bumped 77
-010101010000 stormed 77
-010101010000 hauled 81
-010101010000 smashed 82
-010101010000 popped 86
-010101010000 tucked 88
-010101010000 washed 90
-010101010000 shied 97
-010101010000 bowed 100
-010101010000 bailed 104
-010101010000 dug 122
-010101010000 rode 122
-010101010000 tipped 124
-010101010000 ripped 131
-010101010000 cracked 133
-010101010000 bogged 135
-010101010000 bottomed 137
-010101010000 tossed 138
-010101010000 singled 140
-010101010000 carved 141
-010101010000 folded 146
-010101010000 leveled 147
-010101010000 spelled 152
-010101010000 shrugged 156
-010101010000 stumbled 160
-010101010000 presided 169
-010101010000 pumped 170
-010101010000 spilled 173
-010101010000 pulls 178
-010101010000 blew 191
-010101010000 weighed 219
-010101010000 scaled 220
-010101010000 kicked 227
-010101010000 translated 230
-010101010000 bounced 264
-010101010000 poured 268
-010101010000 hung 293
-010101010000 dragged 310
-010101010000 rolled 318
-010101010000 knocked 318
-010101010000 wiped 370
-010101010000 handed 434
-010101010000 touched 469
-010101010000 threw 481
-010101010000 thrown 516
-010101010000 walked 517
-010101010000 fought 786
-010101010000 stepped 811
-010101010000 pointed 868
-010101010000 laid 949
-010101010000 pulled 1033
-010101010000 turns 1239
-010101010000 broke 1673
-010101010000 entered 1683
-010101010000 ran 1851
-010101010000 opened 2743
-010101010000 moved 4081
-010101010000 turned 4609
-0101010100010 mucks 1
-0101010100010 scrounges 1
-0101010100010 Pumped 1
-0101010100010 roughs 1
-0101010100010 bulked 1
-0101010100010 849.91 1
-0101010100010 gussies 1
-0101010100010 suiting 1
-0101010100010 quacked 1
-0101010100010 sliming 1
-0101010100010 shit 1
-0101010100010 tidies 1
-0101010100010 louses 1
-0101010100010 bellied 1
-0101010100010 anteed 1
-0101010100010 henhouses 1
-0101010100010 peashooter 1
-0101010100010 spiffed 1
-0101010100010 limbers 1
-0101010100010 wrong-side 1
-0101010100010 Lofting 1
-0101010100010 hepped 1
-0101010100010 Summing 1
-0101010100010 gussy 1
-0101010100010 hushes 1
-0101010100010 goosed 1
-0101010100010 dolled 1
-0101010100010 flubbing 1
-0101010100010 divvies 1
-0101010100010 Categorizing 1
-0101010100010 smarten 1
-0101010100010 wooshes 1
-0101010100010 one-minute-plus 1
-0101010100010 limbering 1
-0101010100010 gooses 1
-0101010100010 toking 1
-0101010100010 creepier 1
-0101010100010 jazzing 1
-0101010100010 mosey 1
-0101010100010 squinches 1
-0101010100010 wising 1
-0101010100010 Generalities 1
-0101010100010 sidled 1
-0101010100010 levering 1
-0101010100010 over-swept 1
-0101010100010 vacuumed 2
-0101010100010 mussed 2
-0101010100010 juiced 2
-0101010100010 buttering 2
-0101010100010 whomping 2
-0101010100010 Picked 2
-0101010100010 wheezed 2
-0101010100010 ponying 2
-0101010100010 souping 2
-0101010100010 sidles 2
-0101010100010 teeing 2
-0101010100010 clammed 3
-0101010100010 boning 3
-0101010100010 pent 3
-0101010100010 queued 3
-0101010100010 fogging 3
-0101010100010 dirtied 3
-0101010100010 pouted 3
-0101010100010 holing 3
-0101010100010 totting 3
-0101010100010 ramping 3
-0101010100010 fessing 3
-0101010100010 tidying 3
-0101010100010 spiff 3
-0101010100010 cozies 3
-0101010100010 clamming 3
-0101010100010 sopped 4
-0101010100010 pepping 4
-0101010100010 dammed 4
-0101010100010 tanked 4
-0101010100010 bellying 4
-0101010100010 ratcheted 4
-0101010100010 divvying 4
-0101010100010 lightens 4
-0101010100010 wised 4
-0101010100010 cozied 4
-0101010100010 ganged 4
-0101010100010 Acuras 4
-0101010100010 waked 4
-0101010100010 cooped 5
-0101010100010 sidle 5
-0101010100010 mopped 5
-0101010100010 ponied 5
-0101010100010 chalking 5
-0101010100010 woken 5
-0101010100010 gobbles 5
-0101010100010 revs 5
-0101010100010 right-side 6
-0101010100010 boned 6
-0101010100010 souped 6
-0101010100010 chalks 6
-0101010100010 spiffing 6
-0101010100010 shucked 6
-0101010100010 gussied 7
-0101010100010 trumped 7
-0101010100010 revved 7
-0101010100010 anted 7
-0101010100010 divvied 7
-0101010100010 roughed 7
-0101010100010 tots 8
-0101010100010 jazzed 8
-0101010100010 revving 8
-0101010100010 livened 8
-0101010100010 fess 8
-0101010100010 cozying 8
-0101010100010 spruced 9
-0101010100010 ganging 9
-0101010100010 crumpled 10
-0101010100010 cranks 10
-0101010100010 beefs 10
-0101010100010 buttoned 10
-0101010100010 jacked 11
-0101010100010 welling 11
-0101010100010 sprucing 12
-0101010100010 spiced 14
-0101010100010 summing 14
-0101010100010 perking 14
-0101010100010 soaks 15
-0101010100010 rev 16
-0101010100010 mopping 17
-0101010100010 conjured 19
-0101010100010 dredged 19
-0101010100010 coughed 19
-0101010100010 smacked 19
-0101010100010 scooping 20
-0101010100010 patching 20
-0101010100010 shored 21
-0101010100010 messed 22
-0101010100010 pony 22
-0101010100010 puffed 23
-0101010100010 warms 23
-0101010100010 hushed 24
-0101010100010 mop 26
-0101010100010 patched 26
-0101010100010 wakes 28
-0101010100010 screwed 30
-0101010100010 cropping 30
-0101010100010 spiked 31
-0101010100010 dries 31
-0101010100010 holed 31
-0101010100010 scooped 31
-0101010100010 conjure 33
-0101010100010 racking 34
-0101010100010 conjures 35
-0101010100010 gobble 36
-0101010100010 jack 37
-0101010100010 shoring 42
-0101010100010 speeded 45
-0101010100010 soaked 46
-0101010100010 gobbled 46
-0101010100010 woke 47
-0101010100010 perked 47
-0101010100010 springing 47
-0101010100010 chalked 52
-0101010100010 cropped 57
-0101010100010 spruce 59
-0101010100010 summed 64
-0101010100010 propped 68
-0101010100010 beefed 70
-0101010100010 whipped 70
-0101010100010 heats 75
-0101010100010 sprung 84
-0101010100010 beefing 85
-0101010100010 drying 86
-0101010100010 rounded 102
-0101010100010 gearing 107
-0101010100010 cooked 112
-0101010100010 racked 119
-0101010100010 cleaned 129
-0101010100010 teamed 138
-0101010100010 piled 142
-0101010100010 dreamed 153
-0101010100010 drum 156
-0101010100010 wrapped 167
-0101010100010 hooked 177
-0101010100010 dried 219
-0101010100010 lining 256
-0101010100010 snapped 279
-0101010100010 prop 340
-0101010100010 lined 346
-0101010100010 picks 373
-0101010100010 shore 392
-0101010100010 fed 403
-0101010100010 wound 445
-0101010100010 cast 1102
-0101010100010 picked 1216
-0101010100010 set 12192
-0101010100010 shot 1729
-01010101000110 Mysticism 1
-01010101000110 Scroll 1
-01010101000110 bodied 1
-01010101000110 106mm 1
-01010101000110 scarfing 1
-01010101000110 resplicing 1
-01010101000110 Danders 1
-01010101000110 now-worthless 1
-01010101000110 sapper 1
-01010101000110 764,000 1
-01010101000110 pre-positioned 1
-01010101000110 rachet 1
-01010101000110 Fruit-of-the-Loom 1
-01010101000110 dirty-dance 1
-01010101000110 fenisch 1
-01010101000110 perms 1
-01010101000110 756,975 1
-01010101000110 Holderlin 1
-01010101000110 similiarity 1
-01010101000110 ungutted 1
-01010101000110 pre-shut 1
-01010101000110 tamp 1
-01010101000110 puchase 2
-01010101000110 sallied 2
-01010101000110 jangled 2
-01010101000110 stir-fried 2
-01010101000110 fastens 2
-01010101000110 matriculating 2
-01010101000110 whupped 3
-01010101000110 nestle 3
-01010101000110 recut 3
-01010101000110 pyramided 3
-01010101000110 uncoupling 3
-01010101000110 swerving 3
-01010101000110 Balsam 3
-01010101000110 clued 4
-01010101000110 winnows 4
-01010101000110 disbelieve 5
-01010101000110 batten 7
-01010101000110 plop 8
-01010101000110 cobble 8
-01010101000110 perused 9
-01010101000110 fasten 9
-01010101000110 lob 9
-01010101000110 hunker 13
-01010101000110 stitch 14
-01010101000110 underbid 17
-01010101000110 plunk 19
-01010101000110 hoist 23
-01010101000110 stitched 27
-01010101000110 pieced 31
-01010101000110 banded 34
-01010101000110 suck 36
-01010101000110 rip 59
-01010101000110 knock 235
-01010101000110 shake 337
-01010101000110 lay 760
-01010101000110 beat 1043
-01010101000110 shut 1057
-01010101000110 put 11397
-01010101000110 read 2317
-01010101000111 tuppence 1
-01010101000111 three-iron 1
-01010101000111 Vasconcelos 1
-01010101000111 palmed 1
-01010101000111 rail-restructuring 1
-01010101000111 mooch 1
-01010101000111 hied 1
-01010101000111 U-turned 1
-01010101000111 bollix 1
-01010101000111 non-claim 1
-01010101000111 rose-gold 1
-01010101000111 re-investigate 1
-01010101000111 hived 1
-01010101000111 non-itemized 1
-01010101000111 syphon 1
-01010101000111 2,021 1
-01010101000111 house-turned-office 1
-01010101000111 issus 1
-01010101000111 thow 1
-01010101000111 fobbing 1
-01010101000111 pissed 1
-01010101000111 wheatland 1
-01010101000111 foists 1
-01010101000111 tharaises 1
-01010101000111 one-star 2
-01010101000111 scatted 2
-01010101000111 non-discretionary 2
-01010101000111 1.56-to-1 2
-01010101000111 1,903 2
-01010101000111 187.99 2
-01010101000111 fob 2
-01010101000111 typecast 4
-01010101000111 sloughed 4
-01010101000111 glints 5
-01010101000111 cordon 6
-01010101000111 ricochet 7
-01010101000111 tailed 8
-01010101000111 slacked 9
-01010101000111 slough 9
-01010101000111 roped 12
-01010101000111 cordoned 12
-01010101000111 dusted 14
-01010101000111 taper 16
-01010101000111 tapers 18
-01010101000111 lop 20
-01010101000111 staved 23
-01010101000111 tapered 37
-01010101000111 fended 38
-01010101000111 siphon 40
-01010101000111 recast 48
-01010101000111 shrug 97
-01010101000111 leveling 102
-01010101000111 stave 137
-01010101000111 ward 273
-01010101000111 fend 391
-01010101000111 spun 457
-01010101000111 cut 9969
-01010101000111 spin 530
-0101010100100 writer-producers 1
-0101010100100 Kosicka 1
-0101010100100 trick-or-treat 1
-0101010100100 succeeed 1
-0101010100100 gate-crash 1
-0101010100100 Yello 1
-0101010100100 teachs 1
-0101010100100 Fenley 1
-0101010100100 hallucinated 1
-0101010100100 loafed 1
-0101010100100 Curves 1
-0101010100100 overdelegates 1
-0101010100100 Arbiter 1
-0101010100100 Savignac 1
-0101010100100 partakes 1
-0101010100100 vieta 1
-0101010100100 Feedyards 1
-0101010100100 resurfaces 1
-0101010100100 Mavropoulos 1
-0101010100100 Wenying 1
-0101010100100 Oldsmobile-Jeep-Renault 1
-0101010100100 Ozenfant 1
-0101010100100 Sarthy 1
-0101010100100 Xuedong 1
-0101010100100 backbites 1
-0101010100100 forages 1
-0101010100100 vituperates 1
-0101010100100 Lixiu 1
-0101010100100 slather 1
-0101010100100 writhed 1
-0101010100100 Kanellopolus 1
-0101010100100 Nakhirunkanok 1
-0101010100100 Gattai 1
-0101010100100 Tschanz 1
-0101010100100 blathers 1
-0101010100100 sunned 1
-0101010100100 Paskalis 1
-0101010100100 Bennings 1
-0101010100100 moonlighted 1
-0101010100100 Pelada 1
-0101010100100 Szuros 1
-0101010100100 perishes 1
-0101010100100 Yongkuan 1
-0101010100100 Staniszkis 1
-0101010100100 gesticulate 1
-0101010100100 normalytechs 1
-0101010100100 Scarpa 2
-0101010100100 non-concur 2
-0101010100100 disinterred 2
-0101010100100 handwrote 2
-0101010100100 supped 2
-0101010100100 skulked 2
-0101010100100 Stertz 2
-0101010100100 masqueraded 2
-0101010100100 foraged 2
-0101010100100 thomped 2
-0101010100100 special-ordered 2
-0101010100100 conversed 2
-0101010100100 squatted 2
-0101010100100 moos 2
-0101010100100 rasped 2
-0101010100100 homesteaded 2
-0101010100100 cornflakes 2
-0101010100100 quivered 2
-0101010100100 patios 2
-0101010100100 tootle 2
-0101010100100 miscarried 2
-0101010100100 cavorted 2
-0101010100100 gesticulates 2
-0101010100100 picnicked 2
-0101010100100 empathizes 2
-0101010100100 sashaying 2
-0101010100100 droops 2
-0101010100100 reddens 2
-0101010100100 coexisted 2
-0101010100100 Tecco 2
-0101010100100 imbibes 2
-0101010100100 reemerges 2
-0101010100100 droned 3
-0101010100100 fasted 3
-0101010100100 dallied 3
-0101010100100 ratchets 3
-0101010100100 burped 3
-0101010100100 meddles 3
-0101010100100 discoursed 3
-0101010100100 matriculated 3
-0101010100100 dotes 3
-0101010100100 commiserates 3
-0101010100100 cowers 3
-0101010100100 belches 3
-0101010100100 skimps 3
-0101010100100 Emerges 3
-0101010100100 jousts 3
-0101010100100 Derrida 3
-0101010100100 stammered 3
-0101010100100 slinks 3
-0101010100100 twine 3
-0101010100100 breakfasted 3
-0101010100100 blanches 3
-0101010100100 golfed 3
-0101010100100 thomp 3
-0101010100100 co-starred 3
-0101010100100 eavesdropped 3
-0101010100100 Choonhavan 3
-0101010100100 crunchy 3
-0101010100100 chortled 3
-0101010100100 festered 3
-0101010100100 moonlights 4
-0101010100100 crooned 4
-0101010100100 expounds 4
-0101010100100 throb 4
-0101010100100 loll 4
-0101010100100 vomits 4
-0101010100100 gestured 4
-0101010100100 fidgets 4
-0101010100100 filibustered 4
-0101010100100 bunked 4
-0101010100100 roomed 4
-0101010100100 disinvested 4
-0101010100100 fidgeted 4
-0101010100100 vomited 4
-0101010100100 creak 4
-0101010100100 crouches 5
-0101010100100 apprenticed 5
-0101010100100 overdosed 5
-0101010100100 dawdled 5
-0101010100100 babbled 5
-0101010100100 sobbed 5
-0101010100100 pounces 5
-0101010100100 officiated 5
-0101010100100 seethes 5
-0101010100100 caucused 5
-0101010100100 lunged 5
-0101010100100 repented 5
-0101010100100 nudges 5
-0101010100100 winces 5
-0101010100100 blanched 5
-0101010100100 recuperated 5
-0101010100100 knelt 5
-0101010100100 cluck 5
-0101010100100 clerked 5
-0101010100100 grimaced 6
-0101010100100 crash-landed 6
-0101010100100 bridled 6
-0101010100100 squats 6
-0101010100100 squirms 6
-0101010100100 meanders 6
-0101010100100 boomeranged 6
-0101010100100 three-putted 6
-0101010100100 winced 7
-0101010100100 scouted 7
-0101010100100 weaved 7
-0101010100100 lunched 7
-0101010100100 CRASHED 7
-0101010100100 agonizes 7
-0101010100100 browsed 7
-0101010100100 decamped 7
-0101010100100 putted 7
-0101010100100 cringed 7
-0101010100100 overreached 7
-0101010100100 commiserated 7
-0101010100100 grinned 7
-0101010100100 twinkles 7
-0101010100100 hissed 7
-0101010100100 feasted 8
-0101010100100 rejoiced 8
-0101010100100 hustles 8
-0101010100100 moaned 8
-0101010100100 vacationed 8
-0101010100100 brooded 8
-0101010100100 dabbles 8
-0101010100100 fantasized 8
-0101010100100 giggled 8
-0101010100100 recurred 8
-0101010100100 whistled 8
-0101010100100 backpedaled 8
-0101010100100 fainted 8
-0101010100100 sympathized 9
-0101010100100 predominated 9
-0101010100100 bloomed 9
-0101010100100 barked 9
-0101010100100 bickered 9
-0101010100100 re-emerged 9
-0101010100100 swooned 9
-0101010100100 flinched 9
-0101010100100 crouched 9
-0101010100100 snickered 10
-0101010100100 flickered 10
-0101010100100 lusted 10
-0101010100100 jogs 10
-0101010100100 errs 11
-0101010100100 dwelt 11
-0101010100100 simmered 11
-0101010100100 GROWS 12
-0101010100100 wrangled 12
-0101010100100 skated 12
-0101010100100 pounced 12
-0101010100100 regrouped 12
-0101010100100 wince 12
-0101010100100 squabbled 13
-0101010100100 waffled 13
-0101010100100 feuded 13
-0101010100100 dines 13
-0101010100100 haggled 14
-0101010100100 chuckled 16
-0101010100100 immigrated 16
-0101010100100 majored 16
-0101010100100 bristled 16
-0101010100100 persevered 16
-0101010100100 swims 17
-0101010100100 revolted 17
-0101010100100 resided 17
-0101010100100 gasped 17
-0101010100100 toiled 17
-0101010100100 nodded 18
-0101010100100 blundered 18
-0101010100100 blinked 20
-0101010100100 quarreled 20
-0101010100100 malfunctioned 20
-0101010100100 wept 21
-0101010100100 excels 22
-0101010100100 interceded 22
-0101010100100 excelled 22
-0101010100100 rebelled 22
-0101010100100 converged 23
-0101010100100 demurred 23
-0101010100100 sparred 24
-0101010100100 awoke 24
-0101010100100 sputtered 24
-0101010100100 prayed 25
-0101010100100 dabbled 26
-0101010100100 chatted 26
-0101010100100 coped 27
-0101010100100 reappeared 27
-0101010100100 reigned 27
-0101010100100 rioted 27
-0101010100100 resigns 29
-0101010100100 remarried 29
-0101010100100 floundered 30
-0101010100100 intervenes 30
-0101010100100 perished 30
-0101010100100 hails 31
-0101010100100 lingered 32
-0101010100100 dawned 32
-0101010100100 migrated 32
-0101010100100 bolted 33
-0101010100100 starred 34
-0101010100100 stared 34
-0101010100100 shopped 38
-0101010100100 chafed 38
-0101010100100 sleeps 39
-0101010100100 consults 40
-0101010100100 blossomed 41
-0101010100100 resurfaced 42
-0101010100100 relented 44
-0101010100100 departs 45
-0101010100100 bristles 45
-0101010100100 collaborated 46
-0101010100100 rested 46
-0101010100100 paused 47
-0101010100100 yelled 47
-0101010100100 abstained 48
-0101010100100 behaved 51
-0101010100100 functioned 52
-0101010100100 raged 52
-0101010100100 unraveled 55
-0101010100100 screamed 58
-0101010100100 foundered 61
-0101010100100 thrived 61
-0101010100100 danced 61
-0101010100100 labored 64
-0101010100100 drowned 68
-0101010100100 descended 70
-0101010100100 smiled 72
-0101010100100 huddled 81
-0101010100100 qualifies 83
-0101010100100 erred 83
-0101010100100 flourished 83
-0101010100100 slept 87
-0101010100100 cried 100
-0101010100100 laughed 112
-0101010100100 competed 116
-0101010100100 flopped 124
-0101010100100 campaigned 133
-0101010100100 persisted 136
-0101010100100 differed 139
-0101010100100 dissented 143
-0101010100100 retires 143
-0101010100100 profited 162
-0101010100100 cooperated 170
-0101010100100 arrives 217
-0101010100100 graduated 219
-0101010100100 lobbied 244
-0101010100100 prevailed 300
-0101010100100 waited 323
-0101010100100 exploded 344
-0101010100100 landed 350
-0101010100100 surfaced 381
-0101010100100 disappeared 407
-0101010100100 intervened 418
-0101010100100 speaks 435
-0101010100100 sat 460
-0101010100100 gathered 535
-0101010100100 spoke 674
-0101010100100 lived 750
-0101010100100 acted 996
-0101010100100 arrived 1040
-0101010100100 emerged 1099
-0101010100100 died 1914
-0101010100100 served 2271
-0101010100100 resigned 3529
-0101010100100 worked 3896
-0101010100101 cross-licensed 1
-0101010100101 1,862,100 1
-0101010100101 porkbarrel 1
-0101010100101 overcorrected 1
-0101010100101 abortions. 1
-0101010100101 de-Islamized 1
-0101010100101 Blondchen 1
-0101010100101 trepidations 1
-0101010100101 underachieved 1
-0101010100101 mine-infested 1
-0101010100101 ZIPP 1
-0101010100101 microshakes 1
-0101010100101 .214 1
-0101010100101 reason. 1
-0101010100101 1,074 1
-0101010100101 pop-sounding 1
-0101010100101 Indians. 1
-0101010100101 cowritten 1
-0101010100101 film-musical 1
-0101010100101 releveraged 1
-0101010100101 Life-Palmer 1
-0101010100101 Peepokun 1
-0101010100101 repurcussions 1
-0101010100101 cheapies 1
-0101010100101 unravelled 1
-0101010100101 disappeared-seized 1
-0101010100101 begun. 1
-0101010100101 on-the-field 1
-0101010100101 chickenpox 1
-0101010100101 digressed 1
-0101010100101 2-by-3 1
-0101010100101 bodybuilding 1
-0101010100101 expresssed 1
-0101010100101 55,418 1
-0101010100101 70-foot-tall 1
-0101010100101 Indiatowns 1
-0101010100101 over-plotted 1
-0101010100101 entoiled 1
-0101010100101 sufferd 1
-0101010100101 oversedation 1
-0101010100101 Tele-PrompTers 1
-0101010100101 reskinned 1
-0101010100101 THX 1
-0101010100101 scarily 1
-0101010100101 awoken 1
-0101010100101 decreases. 1
-0101010100101 offbase 1
-0101010100101 panic. 1
-0101010100101 double-cast 1
-0101010100101 luged 1
-0101010100101 Napoleons 1
-0101010100101 overpromised 1
-0101010100101 Xephrey 1
-0101010100101 jet-propelled 1
-0101010100101 hob-nobbed 1
-0101010100101 effects. 1
-0101010100101 6,176 1
-0101010100101 gardened 1
-0101010100101 marketed. 1
-0101010100101 learnt 1
-0101010100101 costsharing 1
-0101010100101 bulletholes 1
-0101010100101 contiued 1
-0101010100101 gotton 1
-0101010100101 casted 2
-0101010100101 lazuli 2
-0101010100101 flouncy 2
-0101010100101 beastie 2
-0101010100101 well-fortified 2
-0101010100101 selling. 2
-0101010100101 lazed 2
-0101010100101 slumbered 2
-0101010100101 propagandized 2
-0101010100101 urinated 2
-0101010100101 travelled 2
-0101010100101 been. 2
-0101010100101 prospected 2
-0101010100101 overinvested 2
-0101010100101 fledged 2
-0101010100101 bummed 2
-0101010100101 undershipped 2
-0101010100101 cohabited 2
-0101010100101 bumbled 3
-0101010100101 self-destructed 3
-0101010100101 battened 3
-0101010100101 ratted 3
-0101010100101 sizzled 4
-0101010100101 rots 4
-0101010100101 punted 4
-0101010100101 slouched 4
-0101010100101 temporized 4
-0101010100101 separable 4
-0101010100101 relapsed 4
-0101010100101 regressed 4
-0101010100101 hiccuped 4
-0101010100101 decelerated 5
-0101010100101 deputized 5
-0101010100101 zigzagged 5
-0101010100101 beeped 5
-0101010100101 devolved 6
-0101010100101 swerved 7
-0101010100101 congregated 7
-0101010100101 overproduced 7
-0101010100101 reemerged 8
-0101010100101 clasped 9
-0101010100101 outshone 9
-0101010100101 striven 9
-0101010100101 retrenched 10
-0101010100101 burgeoned 10
-0101010100101 clicked 12
-0101010100101 sufficed 12
-0101010100101 slackens 15
-0101010100101 vacillated 15
-0101010100101 snowballed 16
-0101010100101 diverged 19
-0101010100101 outgrown 19
-0101010100101 mellowed 20
-0101010100101 steadied 21
-0101010100101 transpired 23
-0101010100101 shriveled 27
-0101010100101 wavered 28
-0101010100101 wilted 29
-0101010100101 triumphed 33
-0101010100101 ebbed 33
-0101010100101 unfolded 35
-0101010100101 sprouted 38
-0101010100101 stagnated 39
-0101010100101 withered 44
-0101010100101 mattered 47
-0101010100101 brightened 49
-0101010100101 receded 49
-0101010100101 lapsed 51
-0101010100101 mushroomed 53
-0101010100101 strayed 54
-0101010100101 proliferated 57
-0101010100101 crumbled 58
-0101010100101 slackened 59
-0101010100101 matured 59
-0101010100101 dimmed 62
-0101010100101 abated 64
-0101010100101 dissipated 65
-0101010100101 subsided 66
-0101010100101 budged 71
-0101010100101 fluctuated 80
-0101010100101 waned 80
-0101010100101 multiplied 84
-0101010100101 skyrocketed 84
-0101010100101 boomed 87
-0101010100101 evaporated 89
-0101010100101 arisen 89
-0101010100101 backfired 89
-0101010100101 deepened 92
-0101010100101 progressed 92
-0101010100101 prospered 99
-0101010100101 ballooned 99
-0101010100101 faltered 103
-0101010100101 languished 111
-0101010100101 dwindled 123
-0101010100101 vanished 130
-0101010100101 sunk 140
-0101010100101 cooled 178
-0101010100101 deteriorated 182
-0101010100101 evolved 186
-0101010100101 worsened 186
-0101010100101 faded 240
-0101010100101 stabilized 240
-0101010100101 shrunk 248
-0101010100101 lagged 360
-0101010100101 existed 421
-0101010100101 shifted 531
-0101010100101 gotten 895
-0101010100101 slowed 1140
-0101010100101 grown 1583
-0101010100101 risen 1710
-0101010100101 fallen 1779
-0101010100101 occurred 1804
-0101010100101 happened 1829
-0101010100101 gone 2570
-0101010100101 changed 4498
-0101010100101 begun 2588
-0101010100110 rumor-fueled 1
-0101010100110 out-hyped 1
-0101010100110 Kops-paced 1
-0101010100110 CONSIDERS 1
-0101010100110 Third-market 1
-0101010100110 rototills 1
-0101010100110 Kannen 1
-0101010100110 pre-session 1
-0101010100110 dollar-inspired 1
-0101010100110 raucously 1
-0101010100110 investment-type 1
-0101010100110 PA-32s 1
-0101010100110 out-glitz 1
-0101010100110 Ltd.-1983 1
-0101010100110 puddle-of-consciousness 1
-0101010100110 COMPUTER-SCREEN 1
-0101010100110 welded-wire 1
-0101010100110 disgorges 1
-0101010100110 MiG-26 1
-0101010100110 deficiency-notice 1
-0101010100110 1058 2
-0101010100110 overexpanding 2
-0101010100110 mini-skirts 2
-0101010100110 exchange-based 2
-0101010100110 equal-quantity 2
-0101010100110 spooks 3
-0101010100110 RESUMED 4
-0101010100110 thickened 4
-0101010100110 climaxing 4
-0101010100110 sucks 9
-0101010100110 commences 10
-0101010100110 debuted 13
-0101010100110 reconvenes 20
-0101010100110 premiered 24
-0101010100110 ceases 26
-0101010100110 climaxed 31
-0101010100110 convenes 36
-0101010100110 reopens 36
-0101010100110 commenced 64
-0101010100110 culminated 68
-0101010100110 ceased 183
-0101010100110 closes 284
-0101010100110 crashed 480
-0101010100110 opens 527
-0101010100110 resumed 602
-0101010100110 collapsed 763
-0101010100110 starts 1418
-0101010100110 begins 1578
-0101010100110 began 11586
-0101010100110 started 4500
-01010101001110 Kepone 1
-01010101001110 putt-putt 1
-01010101001110 helmet-first 1
-01010101001110 dishware 1
-01010101001110 sculpin 1
-01010101001110 sluiced 1
-01010101001110 peeped 1
-01010101001110 roughnecked 1
-01010101001110 interweave 1
-01010101001110 over-expanded 1
-01010101001110 palpitate 1
-01010101001110 re-orienting 1
-01010101001110 jouncing 1
-01010101001110 Holmeses 1
-01010101001110 Phelpses 1
-01010101001110 break-dances 1
-01010101001110 Polovchak 1
-01010101001110 peeps 1
-01010101001110 swishes 1
-01010101001110 drowsing 1
-01010101001110 clattered 1
-01010101001110 posses 1
-01010101001110 corkscrewed 1
-01010101001110 chartboards 1
-01010101001110 Hopscotching 1
-01010101001110 bops 1
-01010101001110 goalward 1
-01010101001110 litigates 1
-01010101001110 modulates 1
-01010101001110 sups 1
-01010101001110 airlock 1
-01010101001110 Tenzing 1
-01010101001110 dead-ending 1
-01010101001110 lanked 1
-01010101001110 themsselves 1
-01010101001110 ice-skated 1
-01010101001110 canters 1
-01010101001110 illegalized 1
-01010101001110 media-manipulated 1
-01010101001110 teeters 1
-01010101001110 rusts 1
-01010101001110 rummages 1
-01010101001110 desklegs 1
-01010101001110 expatiated 1
-01010101001110 re-injecting 1
-01010101001110 taxies 1
-01010101001110 boogied 1
-01010101001110 Papen 1
-01010101001110 tap-danced 1
-01010101001110 non-REIT 1
-01010101001110 voyaged 1
-01010101001110 self-navigates 1
-01010101001110 traipsing 1
-01010101001110 Knocks 1
-01010101001110 POURED 1
-01010101001110 Lucretius 1
-01010101001110 traipses 1
-01010101001110 scoots 1
-01010101001110 Faltered 1
-01010101001110 L1011 1
-01010101001110 shinny 1
-01010101001110 hushed-up 1
-01010101001110 pulsed 1
-01010101001110 record-buying 1
-01010101001110 hove 1
-01010101001110 snoozes 1
-01010101001110 splish-splashing 1
-01010101001110 Coursing 1
-01010101001110 fatigue-testing 1
-01010101001110 EIS 1
-01010101001110 Weeding 1
-01010101001110 somnambulates 1
-01010101001110 shoe-horned 1
-01010101001110 trenched 1
-01010101001110 laser-carved 1
-01010101001110 tropical-looking 1
-01010101001110 Subcommission 1
-01010101001110 Kleissas 1
-01010101001110 fentanyl 1
-01010101001110 orate 2
-01010101001110 ramrodded 2
-01010101001110 trebles 2
-01010101001110 ferments 2
-01010101001110 bulled 2
-01010101001110 sloshes 2
-01010101001110 thrashes 2
-01010101001110 detoured 2
-01010101001110 wiggled 2
-01010101001110 tromping 2
-01010101001110 soldiered 2
-01010101001110 clangs 2
-01010101001110 antes 2
-01010101001110 1373 2
-01010101001110 segued 2
-01010101001110 intercedes 2
-01010101001110 captivates 2
-01010101001110 Tumbles 2
-01010101001110 reclines 2
-01010101001110 bicycled 2
-01010101001110 writhes 2
-01010101001110 motored 2
-01010101001110 exhaling 2
-01010101001110 totters 2
-01010101001110 glom 2
-01010101001110 slobbing 2
-01010101001110 galumphing 2
-01010101001110 disowning 2
-01010101001110 whooshed 2
-01010101001110 tramped 3
-01010101001110 limps 3
-01010101001110 impinged 3
-01010101001110 trembles 3
-01010101001110 coursed 3
-01010101001110 impinges 3
-01010101001110 genealogies 3
-01010101001110 prances 3
-01010101001110 snuggled 3
-01010101001110 harkens 3
-01010101001110 quiets 3
-01010101001110 faints 3
-01010101001110 cartwheeled 3
-01010101001110 cartwheeling 3
-01010101001110 spread-eagled 3
-01010101001110 BUILDS 3
-01010101001110 scrimped 3
-01010101001110 converges 3
-01010101001110 hurtles 3
-01010101001110 squints 3
-01010101001110 welshed 3
-01010101001110 expends 3
-01010101001110 urinates 3
-01010101001110 bobs 3
-01010101001110 flapped 3
-01010101001110 room-nights 3
-01010101001110 gravitates 3
-01010101001110 bustles 4
-01010101001110 bobbed 4
-01010101001110 plods 4
-01010101001110 partway 4
-01010101001110 leafs 4
-01010101001110 slogs 4
-01010101001110 segues 4
-01010101001110 scampers 4
-01010101001110 waltzed 4
-01010101001110 percolated 4
-01010101001110 rambles 4
-01010101001110 whirls 4
-01010101001110 preys 4
-01010101001110 snaked 4
-01010101001110 flits 4
-01010101001110 tiptoes 4
-01010101001110 doted 4
-01010101001110 rummaged 4
-01010101001110 scurries 4
-01010101001110 swerves 4
-01010101001110 nestles 4
-01010101001110 decomposes 4
-01010101001110 squinting 4
-01010101001110 rapped 5
-01010101001110 zips 5
-01010101001110 tramping 5
-01010101001110 heaves 5
-01010101001110 decays 5
-01010101001110 traipse 5
-01010101001110 eavesdrops 5
-01010101001110 subsists 5
-01010101001110 skitters 5
-01010101001110 hurtled 5
-01010101001110 sashays 5
-01010101001110 pivots 5
-01010101001110 kneels 5
-01010101001110 darted 6
-01010101001110 capitalizes 6
-01010101001110 coasted 6
-01010101001110 crumbles 6
-01010101001110 ambles 6
-01010101001110 rampaged 6
-01010101001110 paddled 6
-01010101001110 migrates 6
-01010101001110 wafted 6
-01010101001110 careens 6
-01010101001110 secreted 6
-01010101001110 roams 6
-01010101001110 mutates 6
-01010101001110 countenances 6
-01010101001110 reconciles 6
-01010101001110 peeked 6
-01010101001110 muddles 7
-01010101001110 inflicts 7
-01010101001110 tramples 7
-01010101001110 seeps 7
-01010101001110 meshes 7
-01010101001110 plodded 7
-01010101001110 sifts 7
-01010101001110 flutters 7
-01010101001110 cascaded 7
-01010101001110 slogged 7
-01010101001110 scampered 7
-01010101001110 sprawls 8
-01010101001110 wades 8
-01010101001110 parachuted 8
-01010101001110 rambled 8
-01010101001110 trudges 8
-01010101001110 straggled 9
-01010101001110 forges 9
-01010101001110 hums 9
-01010101001110 swoops 9
-01010101001110 forecloses 9
-01010101001110 harks 9
-01010101001110 coursing 10
-01010101001110 goofed 10
-01010101001110 elaborates 10
-01010101001110 whizzed 10
-01010101001110 breezed 10
-01010101001110 taxied 10
-01010101001110 glanced 11
-01010101001110 delves 11
-01010101001110 mumbles 11
-01010101001110 trudged 11
-01010101001110 crawls 11
-01010101001110 shies 12
-01010101001110 intrudes 12
-01010101001110 intruded 12
-01010101001110 glided 12
-01010101001110 rumbled 12
-01010101001110 trickles 12
-01010101001110 gazes 12
-01010101001110 waded 13
-01010101001110 veers 13
-01010101001110 hurries 13
-01010101001110 limped 14
-01010101001110 strode 14
-01010101001110 scrambles 15
-01010101001110 embarks 15
-01010101001110 strolled 15
-01010101001110 zooms 16
-01010101001110 squeaked 16
-01010101001110 tumbles 17
-01010101001110 dwells 17
-01010101001110 weaves 18
-01010101001110 shuffles 19
-01010101001110 lurches 19
-01010101001110 evolves 20
-01010101001110 descends 20
-01010101001110 skips 20
-01010101001110 melts 20
-01010101001110 cools 20
-01010101001110 crawled 21
-01010101001110 hopped 21
-01010101001110 glides 23
-01010101001110 strolls 23
-01010101001110 infringes 23
-01010101001110 lurks 24
-01010101001110 roars 25
-01010101001110 shone 25
-01010101001110 grinds 27
-01010101001110 flips 27
-01010101001110 drifts 29
-01010101001110 shines 30
-01010101001110 rained 31
-01010101001110 frowns 31
-01010101001110 fluctuates 32
-01010101001110 wanders 35
-01010101001110 stumbles 37
-01010101001110 bounces 42
-01010101001110 rushes 47
-01010101001110 thrives 49
-01010101001110 sprinted 50
-01010101001110 leaned 56
-01010101001110 drags 58
-01010101001110 boils 60
-01010101001110 revolves 60
-01010101001110 lingers 62
-01010101001110 flashed 66
-01010101001110 roared 76
-01010101001110 rang 77
-01010101001110 climbs 79
-01010101001110 sailed 83
-01010101001110 raced 91
-01010101001110 leans 92
-01010101001110 disappears 95
-01010101001110 concentrates 116
-01010101001110 translates 162
-01010101001110 hangs 171
-01010101001110 marched 194
-01010101001110 rests 199
-01010101001110 walks 226
-01010101001110 extends 276
-01010101001110 relies 284
-01010101001110 sits 501
-01010101001110 flew 581
-01010101001110 falls 878
-01010101001110 went 5810
-01010101001110 goes 3196
-01010101001111 triggerman 1
-01010101001111 Brayer 1
-01010101001111 jerkily 1
-01010101001111 abstains 1
-01010101001111 ZTR 1
-01010101001111 Kagero 1
-01010101001111 Want-not 1
-01010101001111 Kwang-Su 1
-01010101001111 I-79 1
-01010101001111 epiphyte 1
-01010101001111 HWY 1
-01010101001111 Applewhite 1
-01010101001111 inqueries 1
-01010101001111 mini-breaks 1
-01010101001111 Buckets 1
-01010101001111 prefunded 1
-01010101001111 SUFFERS 1
-01010101001111 smarted 1
-01010101001111 1294 1
-01010101001111 first-timer 1
-01010101001111 plains-dwellers 1
-01010101001111 instated 1
-01010101001111 FVF 1
-01010101001111 HYP 1
-01010101001111 ACD 1
-01010101001111 CHT 1
-01010101001111 somersaulted 1
-01010101001111 fummoxed 1
-01010101001111 preventers 1
-01010101001111 ONA 1
-01010101001111 filches 1
-01010101001111 price-9 1
-01010101001111 Cabo 1
-01010101001111 PNF 1
-01010101001111 berrying 1
-01010101001111 reflows 1
-01010101001111 glowers 2
-01010101001111 smouldering 2
-01010101001111 exerpts 2
-01010101001111 steepens 2
-01010101001111 recuperates 2
-01010101001111 discolors 2
-01010101001111 throbbed 2
-01010101001111 zigged 2
-01010101001111 unreels 2
-01010101001111 WASH-FM 2
-01010101001111 undulates 3
-01010101001111 blurting 4
-01010101001111 protruded 4
-01010101001111 condenses 4
-01010101001111 simmers 5
-01010101001111 shuddered 5
-01010101001111 beeps 5
-01010101001111 flitted 5
-01010101001111 snipped 5
-01010101001111 throbs 5
-01010101001111 concetion 6
-01010101001111 recoils 6
-01010101001111 fluttering 6
-01010101001111 protrude 6
-01010101001111 emanated 7
-01010101001111 germinated 7
-01010101001111 recoiled 7
-01010101001111 deviates 7
-01010101001111 diverges 7
-01010101001111 steepened 7
-01010101001111 disintegrates 7
-01010101001111 lurked 9
-01010101001111 detracted 9
-01010101001111 deviated 10
-01010101001111 benefitted 10
-01010101001111 reverberated 13
-01010101001111 accrues 14
-01010101001111 rakes 15
-01010101001111 lurk 15
-01010101001111 refrains 15
-01010101001111 paled 16
-01010101001111 detracts 16
-01010101001111 resonates 16
-01010101001111 lurched 17
-01010101001111 occured 17
-01010101001111 circulates 18
-01010101001111 revolved 19
-01010101001111 erupts 22
-01010101001111 pales 36
-01010101001111 loomed 36
-01010101001111 fades 53
-01010101001111 swirled 61
-01010101001111 refrained 64
-01010101001111 sprang 83
-01010101001111 flared 83
-01010101001111 looms 109
-01010101001111 varies 112
-01010101001111 fizzled 119
-01010101001111 derives 119
-01010101001111 differs 145
-01010101001111 arises 169
-01010101001111 suffers 196
-01010101001111 flowed 209
-01010101001111 erupted 294
-01010101001111 emerges 302
-01010101001111 arose 364
-01010101001111 occurs 457
-01010101001111 stemmed 560
-01010101001111 stems 604
-01010101001111 benefited 785
-01010101001111 lies 808
-01010101001111 resulted 1940
-01010101001111 came 8787
-01010101001111 comes 4408
-0101010101000 uninflated 1
-0101010101000 scathed 1
-0101010101000 confuted 1
-0101010101000 notifed 1
-0101010101000 embowered 1
-0101010101000 disapponted 1
-0101010101000 1,732 1
-0101010101000 whiplashed 1
-0101010101000 out-hit 1
-0101010101000 Fertilised 1
-0101010101000 Bactrim 1
-0101010101000 Pared 1
-0101010101000 re-jigging 1
-0101010101000 overtopped 1
-0101010101000 subpoened 1
-0101010101000 Fooled 1
-0101010101000 counterpointed 1
-0101010101000 Justified 1
-0101010101000 Riled 1
-0101010101000 dismisssed 1
-0101010101000 outmuscled 1
-0101010101000 embrittled 1
-0101010101000 reinfected 1
-0101010101000 Comex-inspired 1
-0101010101000 engrosses 1
-0101010101000 offet 1
-0101010101000 near-maddened 1
-0101010101000 prefigured 1
-0101010101000 peformed 2
-0101010101000 offest 2
-0101010101000 superceded 2
-0101010101000 Streptase 2
-0101010101000 backstopped 2
-0101010101000 misplayed 2
-0101010101000 scourged 2
-0101010101000 bushwhacked 2
-0101010101000 Seventh-Day 2
-0101010101000 marketize 2
-0101010101000 rechoreographed 2
-0101010101000 monetized 3
-0101010101000 nonplused 3
-0101010101000 titillates 3
-0101010101000 cued 3
-0101010101000 singed 3
-0101010101000 sideswiped 3
-0101010101000 overfilled 3
-0101010101000 quenched 4
-0101010101000 overhung 4
-0101010101000 co-financed 4
-0101010101000 wagged 4
-0101010101000 outproduced 4
-0101010101000 intimidates 4
-0101010101000 scandalized 4
-0101010101000 outclassed 4
-0101010101000 telegraphing 5
-0101010101000 sundered 5
-0101010101000 outdistanced 5
-0101010101000 obviated 5
-0101010101000 walloped 5
-0101010101000 damps 6
-0101010101000 beguiled 6
-0101010101000 startles 6
-0101010101000 co-written 7
-0101010101000 nagged 7
-0101010101000 mauled 7
-0101010101000 denuded 7
-0101010101000 outdistancing 7
-0101010101000 shadowed 7
-0101010101000 blind-sided 7
-0101010101000 nettled 7
-0101010101000 ringed 9
-0101010101000 occasioned 9
-0101010101000 waylaid 10
-0101010101000 surmounted 10
-0101010101000 sowed 11
-0101010101000 presaged 11
-0101010101000 outrun 12
-0101010101000 blindsided 13
-0101010101000 dazzled 13
-0101010101000 invigorated 13
-0101010101000 belied 13
-0101010101000 obliterated 13
-0101010101000 enveloped 14
-0101010101000 buffered 14
-0101010101000 assuaged 14
-0101010101000 enlivened 14
-0101010101000 soothed 14
-0101010101000 brutalized 14
-0101010101000 reignited 15
-0101010101000 nourished 16
-0101010101000 rivaled 17
-0101010101000 felled 17
-0101010101000 crimped 17
-0101010101000 perpetuated 17
-0101010101000 mobbed 18
-0101010101000 daunted 18
-0101010101000 furthered 18
-0101010101000 bettered 18
-0101010101000 co-produced 19
-0101010101000 corroborated 20
-0101010101000 spotlighted 20
-0101010101000 usurped 20
-0101010101000 blanketed 20
-0101010101000 torpedoed 20
-0101010101000 muddied 21
-0101010101000 piqued 21
-0101010101000 pervaded 22
-0101010101000 sullied 22
-0101010101000 humbled 23
-0101010101000 personified 23
-0101010101000 permeated 23
-0101010101000 dampened 23
-0101010101000 bedeviled 24
-0101010101000 graced 24
-0101010101000 whetted 25
-0101010101000 squelched 26
-0101010101000 traumatized 26
-0101010101000 pierced 27
-0101010101000 whipsawed 27
-0101010101000 allayed 27
-0101010101000 thinned 27
-0101010101000 ruffled 28
-0101010101000 quelled 28
-0101010101000 instigated 28
-0101010101000 blinded 30
-0101010101000 mitigated 31
-0101010101000 necessitated 32
-0101010101000 buttressed 32
-0101010101000 embittered 32
-0101010101000 paralleled 32
-0101010101000 upstaged 33
-0101010101000 dispelled 34
-0101010101000 alleviated 34
-0101010101000 rankled 34
-0101010101000 jarred 34
-0101010101000 superseded 35
-0101010101000 defused 37
-0101010101000 accentuated 37
-0101010101000 decimated 39
-0101010101000 dramatized 39
-0101010101000 cushioned 40
-0101010101000 blunted 42
-0101010101000 dented 44
-0101010101000 stunted 44
-0101010101000 supplanted 45
-0101010101000 confounded 49
-0101010101000 wracked 49
-0101010101000 sapped 50
-0101010101000 irked 50
-0101010101000 impeded 50
-0101010101000 roiled 51
-0101010101000 unnerved 56
-0101010101000 facilitated 57
-0101010101000 ravaged 57
-0101010101000 calmed 58
-0101010101000 pinched 58
-0101010101000 gripped 61
-0101010101000 stifled 61
-0101010101000 spooked 63
-0101010101000 overtaken 63
-0101010101000 rattled 65
-0101010101000 clobbered 66
-0101010101000 hobbled 67
-0101010101000 fanned 71
-0101010101000 underperformed 74
-0101010101000 infuriated 74
-0101010101000 outweighed 75
-0101010101000 mirrored 76
-0101010101000 outstripped 79
-0101010101000 afforded 79
-0101010101000 overrun 83
-0101010101000 marred 85
-0101010101000 obscured 86
-0101010101000 eclipsed 87
-0101010101000 fostered 89
-0101010101000 hindered 90
-0101010101000 irritated 91
-0101010101000 reassured 92
-0101010101000 stung 96
-0101010101000 jolted 97
-0101010101000 startled 97
-0101010101000 ignited 101
-0101010101000 precipitated 103
-0101010101000 overseen 105
-0101010101000 aggravated 110
-0101010101000 masked 114
-0101010101000 offended 118
-0101010101000 stimulated 121
-0101010101000 rocked 123
-0101010101000 clouded 123
-0101010101000 buffeted 127
-0101010101000 devastated 130
-0101010101000 dogged 132
-0101010101000 dictated 138
-0101010101000 beset 142
-0101010101000 stymied 142
-0101010101000 aroused 142
-0101010101000 overshadowed 145
-0101010101000 harmed 146
-0101010101000 damped 153
-0101010101000 erased 156
-0101010101000 trailed 160
-0101010101000 highlighted 168
-0101010101000 abide 176
-0101010101000 outperformed 179
-0101010101000 cheered 179
-0101010101000 underscored 188
-0101010101000 disrupted 201
-0101010101000 exacerbated 202
-0101010101000 overwhelmed 205
-0101010101000 spawned 207
-0101010101000 guided 216
-0101010101000 undermined 220
-0101010101000 illustrated 225
-0101010101000 surpassed 234
-0101010101000 reinforced 237
-0101010101000 hampered 253
-0101010101000 tracked 257
-0101010101000 angered 272
-0101010101000 undercut 318
-0101010101000 stunned 344
-0101010101000 inspired 379
-0101010101000 plagued 430
-0101010101000 matched 443
-0101010101000 influenced 455
-0101010101000 bolstered 472
-0101010101000 topped 513
-0101010101000 spurred 675
-0101010101000 fueled 846
-0101010101000 sparked 932
-0101010101000 triggered 1087
-0101010101000 marked 1189
-0101010101000 generated 1423
-0101010101000 prompted 1920
-0101010101000 offset 2233
-0101010101000 hit 4306
-0101010101000 caused 4120
-0101010101000 hurt 4154
-01010101010010 1,013 1
-01010101010010 greenmailed 1
-01010101010010 more-pressing 1
-01010101010010 caustically 1
-01010101010010 Wesblot 1
-01010101010010 30-megabyte 1
-01010101010010 ornithologists 1
-01010101010010 unfixable 1
-01010101010010 hepled 1
-01010101010010 pre-conceived 1
-01010101010010 flannel-shirted 1
-01010101010010 jigsawed 1
-01010101010010 Discreetly 1
-01010101010010 fall-caught 1
-01010101010010 extrudes 1
-01010101010010 humored 1
-01010101010010 nick-named 1
-01010101010010 rest-room 1
-01010101010010 midcourt 1
-01010101010010 grinningly 1
-01010101010010 anti-religion 1
-01010101010010 grocery-based 1
-01010101010010 portentiously 1
-01010101010010 non-athletes 1
-01010101010010 Senghor 1
-01010101010010 way-out 1
-01010101010010 Expresses 2
-01010101010010 catholic 2
-01010101010010 misappropriates 2
-01010101010010 Tollison 2
-01010101010010 internalized 2
-01010101010010 feigns 3
-01010101010010 democratized 3
-01010101010010 evinced 6
-01010101010010 prods 8
-01010101010010 deflects 10
-01010101010010 exuded 10
-01010101010010 dared 90
-01010101010010 voiced 303
-01010101010010 enabled 382
-01010101010010 helps 1085
-01010101010010 expressed 2550
-01010101010010 helped 6236
-01010101010011 drill-avoiders 1
-01010101010011 Spartanized 1
-01010101010011 subunderwritten 1
-01010101010011 R&V 1
-01010101010011 recommeded 1
-01010101010011 unmodulated 1
-01010101010011 footballdom 1
-01010101010011 unfelt 1
-01010101010011 smarminess 1
-01010101010011 hexed 1
-01010101010011 rear-ended 1
-01010101010011 underknown 1
-01010101010011 officered 1
-01010101010011 weeny 1
-01010101010011 Leuker 1
-01010101010011 adventitiously 1
-01010101010011 singleA-plus 1
-01010101010011 Andropovs 1
-01010101010011 well-defended 1
-01010101010011 unalarmed 1
-01010101010011 diltiazen 1
-01010101010011 nicardipine 1
-01010101010011 slinked 1
-01010101010011 blinkered 1
-01010101010011 uncrushed 1
-01010101010011 OPERATE 1
-01010101010011 unshrouded 1
-01010101010011 2,625,000 1
-01010101010011 GMHE 1
-01010101010011 282,090 1
-01010101010011 657,100 1
-01010101010011 283,428 1
-01010101010011 73-22 1
-01010101010011 unappeased 1
-01010101010011 profferred 1
-01010101010011 pre-screened 1
-01010101010011 Screg 1
-01010101010011 reinvestigated 1
-01010101010011 tripleB 1
-01010101010011 sportshirts 1
-01010101010011 INFORM 1
-01010101010011 Televizor 1
-01010101010011 equilibriums 1
-01010101010011 retailated 1
-01010101010011 under-invoicing 1
-01010101010011 reapproved 1
-01010101010011 Aliran 1
-01010101010011 tongue-lashed 1
-01010101010011 undistracted 1
-01010101010011 Melded 1
-01010101010011 BA-3 1
-01010101010011 Unhindered 1
-01010101010011 unthreatened 1
-01010101010011 recopied 1
-01010101010011 mid-drunk 1
-01010101010011 PROMISED 1
-01010101010011 half-choked 1
-01010101010011 over-hired 1
-01010101010011 SP1 1
-01010101010011 tripleB-plus 1
-01010101010011 selfemployment 1
-01010101010011 Grille 1
-01010101010011 tootled 1
-01010101010011 unsheathed 1
-01010101010011 rebadged 1
-01010101010011 outshown 1
-01010101010011 Hedren 1
-01010101010011 multipled 1
-01010101010011 schadkhan 1
-01010101010011 105,280 1
-01010101010011 mis-shifted 1
-01010101010011 lept 1
-01010101010011 40-14 1
-01010101010011 Duerer 1
-01010101010011 ABBA 1
-01010101010011 out-maneuvered 1
-01010101010011 613,689 1
-01010101010011 double-Aminus 1
-01010101010011 unshaped 1
-01010101010011 unfleshed 1
-01010101010011 Coupes 1
-01010101010011 physician-bashing 1
-01010101010011 Meps 1
-01010101010011 409,293 1
-01010101010011 succored 1
-01010101010011 court-bashing 1
-01010101010011 Helmsleyed 1
-01010101010011 propositioned 1
-01010101010011 assumably 1
-01010101010011 coled 1
-01010101010011 micro-managed 2
-01010101010011 uncowed 2
-01010101010011 Reprinted 2
-01010101010011 emplacements 2
-01010101010011 unflustered 2
-01010101010011 midwifed 2
-01010101010011 doubleA 2
-01010101010011 singleA 2
-01010101010011 bedazzled 2
-01010101010011 buffaloed 2
-01010101010011 unmarred 3
-01010101010011 defrayed 3
-01010101010011 menaced 3
-01010101010011 atoned 3
-01010101010011 micromanaged 3
-01010101010011 aped 3
-01010101010011 SP1-plus 4
-01010101010011 co-signed 4
-01010101010011 pocked 4
-01010101010011 buffed 4
-01010101010011 leavened 5
-01010101010011 bouyed 5
-01010101010011 rubber-stamped 6
-01010101010011 unburdened 7
-01010101010011 trod 7
-01010101010011 beseiged 7
-01010101010011 tantalized 7
-01010101010011 co-published 7
-01010101010011 co-chaired 9
-01010101010011 heckled 9
-01010101010011 serenaded 10
-01010101010011 vetted 13
-01010101010011 impelled 13
-01010101010011 abides 15
-01010101010011 complemented 18
-01010101010011 transfixed 19
-01010101010011 narrated 20
-01010101010011 frequented 20
-01010101010011 typified 20
-01010101010011 flanked 27
-01010101010011 underpinned 31
-01010101010011 symbolized 40
-01010101010011 co-managed 41
-01010101010011 authored 57
-01010101010011 supplemented 60
-01010101010011 punctuated 60
-01010101010011 emboldened 64
-01010101010011 chaired 82
-01010101010011 spearheaded 92
-01010101010011 paced 124
-01010101010011 propelled 190
-01010101010011 preceded 198
-01010101010011 surrounded 306
-01010101010011 buoyed 475
-01010101010011 accompanied 571
-01010101010011 sponsored 782
-01010101010011 aided 787
-01010101010011 dominated 946
-01010101010011 supported 1651
-01010101010011 backed 1770
-01010101010011 led 8086
-01010101010011 headed 2324
-0101010101010 group-led 1
-0101010101010 fact-fudging 1
-0101010101010 arrranged 1
-0101010101010 cossetted 1
-0101010101010 breathable 1
-0101010101010 resistible 1
-0101010101010 -guaranteed 1
-0101010101010 hopscotched 1
-0101010101010 acquiried 1
-0101010101010 no-frill 1
-0101010101010 unawed 1
-0101010101010 enruptured 1
-0101010101010 out-recruited 1
-0101010101010 unhobbled 1
-0101010101010 tureens 1
-0101010101010 partly-owned 1
-0101010101010 long-controlled 1
-0101010101010 part-owned 1
-0101010101010 overdominance 1
-0101010101010 shockable 1
-0101010101010 Sketches 1
-0101010101010 waivable 1
-0101010101010 over-persuaded 1
-0101010101010 lashings 1
-0101010101010 overowned 1
-0101010101010 re-equipped 1
-0101010101010 onlent 1
-0101010101010 organzied 1
-0101010101010 acqired 1
-0101010101010 administrated 1
-0101010101010 well-covered 1
-0101010101010 -refundable 1
-0101010101010 herbed-out 1
-0101010101010 Giftwraps 1
-0101010101010 well-fattened 1
-0101010101010 pre-sorted 1
-0101010101010 overarched 1
-0101010101010 Suppressed 1
-0101010101010 expiated 1
-0101010101010 roadblocked 1
-0101010101010 re-xamined 1
-0101010101010 long-opposed 1
-0101010101010 -acquired 1
-0101010101010 Dutch-state-owned 1
-0101010101010 unstained 1
-0101010101010 trisected 1
-0101010101010 bulletpocked 1
-0101010101010 percieved 1
-0101010101010 unimplemented 1
-0101010101010 contolled 1
-0101010101010 -full 1
-0101010101010 half-crazed 1
-0101010101010 criticism- 1
-0101010101010 imaged 1
-0101010101010 Wrongdoing 1
-0101010101010 non-reimbursed 1
-0101010101010 deafened 1
-0101010101010 co-supported 1
-0101010101010 Permanone 1
-0101010101010 wrapups 1
-0101010101010 limned 2
-0101010101010 edified 2
-0101010101010 Mode 2
-0101010101010 co-anchored 2
-0101010101010 merchandized 2
-0101010101010 unscarred 2
-0101010101010 long-practiced 2
-0101010101010 Energiverk 2
-0101010101010 -backed 2
-0101010101010 inflected 2
-0101010101010 co-headed 2
-0101010101010 theatened 2
-0101010101010 co-led 2
-0101010101010 curtained 3
-0101010101010 terminable 3
-0101010101010 one-upped 3
-0101010101010 gulled 3
-0101010101010 identifed 3
-0101010101010 represented. 3
-0101010101010 unmonitored 3
-0101010101010 discomfited 3
-0101010101010 trivialized 4
-0101010101010 subsumed 4
-0101010101010 awe-struck 4
-0101010101010 bisected 4
-0101010101010 asphyxiated 4
-0101010101010 sired 4
-0101010101010 ill-served 4
-0101010101010 augured 4
-0101010101010 expounded 4
-0101010101010 excreted 4
-0101010101010 metered 5
-0101010101010 underserved 5
-0101010101010 unaccompanied 6
-0101010101010 fettered 6
-0101010101010 cross-examined 7
-0101010101010 reinsured 7
-0101010101010 hypnotized 7
-0101010101010 muzzled 7
-0101010101010 lead-managed 8
-0101010101010 riven 8
-0101010101010 unswayed 8
-0101010101010 overspent 8
-0101010101010 encircled 10
-0101010101010 mistrusted 10
-0101010101010 abided 10
-0101010101010 co-owned 11
-0101010101010 undersubscribed 12
-0101010101010 comforted 12
-0101010101010 counterbalanced 12
-0101010101010 policed 14
-0101010101010 peopled 14
-0101010101010 patronized 14
-0101010101010 unhampered 14
-0101010101010 half-owned 16
-0101010101010 fazed 20
-0101010101010 gauged 21
-0101010101010 unmoved 24
-0101010101010 -controlled 25
-0101010101010 mesmerized 25
-0101010101010 unfazed 26
-0101010101010 captivated 27
-0101010101010 sampled 29
-0101010101010 inhabited 30
-0101010101010 undeterred 30
-0101010101010 pre-empted 31
-0101010101010 piloted 31
-0101010101010 amplified 32
-0101010101010 impacted 35
-0101010101010 encumbered 36
-0101010101010 hamstrung 37
-0101010101010 scarred 38
-0101010101010 -held 44
-0101010101010 augmented 47
-0101010101010 exemplified 50
-0101010101010 punishable 56
-0101010101010 magnified 58
-0101010101010 evidenced 67
-0101010101010 dwarfed 70
-0101010101010 victimized 70
-0101010101010 heartened 71
-0101010101010 majority-owned 73
-0101010101010 serviced 74
-0101010101010 haunted 76
-0101010101010 baffled 86
-0101010101010 sung 93
-0101010101010 staffed 95
-0101010101010 intimidated 96
-0101010101010 swayed 98
-0101010101010 besieged 100
-0101010101010 unaffected 103
-0101010101010 tempered 127
-0101010101010 populated 128
-0101010101010 powered 159
-0101010101010 governed 173
-0101010101010 monitored 212
-0101010101010 administered 240
-0101010101010 compounded 255
-0101010101010 polled 297
-0101010101010 underwritten 321
-0101010101010 motivated 374
-0101010101010 funded 587
-0101010101010 compiled 650
-0101010101010 measured 754
-0101010101010 shared 795
-0101010101010 surveyed 854
-0101010101010 protected 926
-0101010101010 calculated 1216
-0101010101010 -owned 1381
-0101010101010 covered 1707
-0101010101010 affected 2535
-0101010101010 owned 4961
-0101010101010 controlled 2665
-01010101010110 bewitches 1
-01010101010110 high-cube 1
-01010101010110 critizied 1
-01010101010110 prices.Ono 1
-01010101010110 Hans-Jorg 1
-01010101010110 Erdoel-Raffinerie 1
-01010101010110 A.I.B.C. 1
-01010101010110 JDM 1
-01010101010110 tided 1
-01010101010110 Xiangying 1
-01010101010110 Baker-watchers 1
-01010101010110 badmouthed 1
-01010101010110 tapered-shape 1
-01010101010110 Asian-Far 1
-01010101010110 pro-financial 1
-01010101010110 16,481 1
-01010101010110 1,405 1
-01010101010110 Dwell 1
-01010101010110 Khoo-owned 1
-01010101010110 ALARMED 1
-01010101010110 seascape 1
-01010101010110 AGAINST 1
-01010101010110 Janitrol 1
-01010101010110 outguessed 1
-01010101010110 nickel-and-dimed 1
-01010101010110 Kewpie 1
-01010101010110 HOVER 1
-01010101010110 360KB 1
-01010101010110 direcly 1
-01010101010110 constrictors 1
-01010101010110 round-table 1
-01010101010110 underwriten 1
-01010101010110 Japanee 1
-01010101010110 Jheryl 1
-01010101010110 assimilables 1
-01010101010110 all-textile 1
-01010101010110 Price-Fixing 2
-01010101010110 Clip 2
-01010101010110 skippered 2
-01010101010110 gossip-column 2
-01010101010110 defoliated 4
-01010101010110 constrictor 5
-01010101010110 wagered 7
-01010101010110 HELD 7
-01010101010110 mimicked 16
-01010101010110 scrutinized 106
-01010101010110 held 12561
-01010101010110 watched 1085
-01010101010111 comprehending 1
-01010101010111 race-neutral 1
-01010101010111 superior-performing 1
-01010101010111 cash-price 1
-01010101010111 co-obligators 1
-01010101010111 hope-springs-eternal 1
-01010101010111 A-I-D-S 1
-01010101010111 embearrassed 1
-01010101010111 renegged 1
-01010101010111 added. 1
-01010101010111 silk-crazed 1
-01010101010111 1,026 1
-01010101010111 over-sold 1
-01010101010111 fox-trotting 1
-01010101010111 synomymous 1
-01010101010111 7485 1
-01010101010111 messageless 1
-01010101010111 1,602 1
-01010101010111 1,644 1
-01010101010111 1,704 1
-01010101010111 1,384 1
-01010101010111 Await 1
-01010101010111 edes 1
-01010101010111 794-575 1
-01010101010111 2,984 1
-01010101010111 semi-numismatic 1
-01010101010111 Mac-II 1
-01010101010111 plebe 1
-01010101010111 799-712 1
-01010101010111 4,712 1
-01010101010111 747SP 1
-01010101010111 pluralized 1
-01010101010111 847-725 1
-01010101010111 keeling 1
-01010101010111 runneth 1
-01010101010111 drug-and-crime-infested 1
-01010101010111 bicolored 1
-01010101010111 noticable 1
-01010101010111 ratesensitive 1
-01010101010111 hanker 1
-01010101010111 well-wired 1
-01010101010111 182nd 1
-01010101010111 1,206 1
-01010101010111 ARISES 1
-01010101010111 Robinson-underwritten 2
-01010101010111 GOOF 2
-01010101010111 blinkers 2
-01010101010111 1,271 2
-01010101010111 Believes 2
-01010101010111 drooled 2
-01010101010111 garrisoned 2
-01010101010111 Bloombergs 2
-01010101010111 speared 2
-01010101010111 obsessing 2
-01010101010111 standardless 2
-01010101010111 371.25 2
-01010101010111 Differ 2
-01010101010111 strenghtened 2
-01010101010111 reposed 2
-01010101010111 1,172 2
-01010101010111 Slams 2
-01010101010111 hair-splitting 3
-01010101010111 1,121 3
-01010101010111 laze 3
-01010101010111 gyrates 3
-01010101010111 trodden 3
-01010101010111 1,293 3
-01010101010111 bogeys 4
-01010101010111 grazed 4
-01010101010111 fawned 4
-01010101010111 harped 5
-01010101010111 1,366 5
-01010101010111 skimped 5
-01010101010111 short-sold 6
-01010101010111 mutilating 7
-01010101010111 impacting 10
-01010101010111 tattooed 10
-01010101010111 dwelled 11
-01010101010111 outnumbering 12
-01010101010111 replayed 13
-01010101010111 backtracked 14
-01010101010111 foisted 14
-01010101010111 teetered 16
-01010101010111 glossed 17
-01010101010111 repayable 27
-01010101010111 draped 31
-01010101010111 lavished 33
-01010101010111 heaped 38
-01010101010111 bordering 38
-01010101010111 splintered 42
-01010101010111 reliant 44
-01010101010111 elaborated 51
-01010101010111 reneged 54
-01010101010111 tacked 70
-01010101010111 deadlocked 88
-01010101010111 infringed 106
-01010101010111 embarked 137
-01010101010111 presiding 149
-01010101010111 outpaced 245
-01010101010111 capitalized 250
-01010101010111 outnumbered 290
-01010101010111 defaulted 310
-01010101010111 relied 396
-01010101010111 concentrated 598
-01010101010111 dependent 687
-01010101010111 focused 1198
-01010101010111 divided 1247
-01010101010111 traded 4981
-01010101010111 listed 1797
-01010101011000 1233.54 1
-01010101011000 resizing 1
-01010101011000 unraced 1
-01010101011000 1238.57 1
-01010101011000 1229.06 1
-01010101011000 1241.09 1
-01010101011000 Beingness 1
-01010101011000 1258.93 1
-01010101011000 ill-manned 1
-01010101011000 coachable 1
-01010101011000 tummy-warming 1
-01010101011000 1204.50 1
-01010101011000 1261.34 1
-01010101011000 1261.44 1
-01010101011000 overdubbed 1
-01010101011000 78,160 1
-01010101011000 themeless 1
-01010101011000 overriden 1
-01010101011000 1273.55 1
-01010101011000 1284.06 1
-01010101011000 1301.01 1
-01010101011000 media-loving 1
-01010101011000 low-capability 1
-01010101011000 1246.74 1
-01010101011000 1,163,700 1
-01010101011000 1210.56 1
-01010101011000 1219.00 1
-01010101011000 677,300 1
-01010101011000 1215.89 1
-01010101011000 1218.11 1
-01010101011000 1194.10 1
-01010101011000 mob-run 1
-01010101011000 overglorified 1
-01010101011000 American-raised 1
-01010101011000 snuggling 2
-01010101011000 Tubing 2
-01010101011000 teargassed 2
-01010101011000 pistol-whipped 2
-01010101011000 gamboling 2
-01010101011000 goosestepping 2
-01010101011000 clench 2
-01010101011000 sun-tanned 2
-01010101011000 cold-shouldered 2
-01010101011000 miswired 2
-01010101011000 reaccelerating 2
-01010101011000 re-spent 2
-01010101011000 diddles 2
-01010101011000 indented 2
-01010101011000 comingled 2
-01010101011000 pacified 2
-01010101011000 1227.90 2
-01010101011000 nervosa 2
-01010101011000 over-extended 2
-01010101011000 wise. 2
-01010101011000 re-indicted 2
-01010101011000 hibernating 3
-01010101011000 battle-weary 3
-01010101011000 retold 3
-01010101011000 exhumed 3
-01010101011000 countermanded 3
-01010101011000 uplifted 3
-01010101011000 cross-referenced 3
-01010101011000 assayed 3
-01010101011000 deflowered 3
-01010101011000 defrosted 3
-01010101011000 pre-placed 3
-01010101011000 saxophonists 3
-01010101011000 gang-raped 3
-01010101011000 debarred 3
-01010101011000 Christianized 3
-01010101011000 hunky-dory 3
-01010101011000 bellmen 3
-01010101011000 entombed 4
-01010101011000 vacates 4
-01010101011000 indisposed 4
-01010101011000 waltzing 4
-01010101011000 foulmouthed 4
-01010101011000 cribbed 4
-01010101011000 desecrated 4
-01010101011000 paraphrased 4
-01010101011000 browbeaten 4
-01010101011000 avenged 4
-01010101011000 sedated 4
-01010101011000 slandered 4
-01010101011000 impaneled 4
-01010101011000 tear-gassed 4
-01010101011000 inseminated 5
-01010101011000 mummified 5
-01010101011000 fingerprinted 5
-01010101011000 exterminated 5
-01010101011000 shipshape 5
-01010101011000 resealed 5
-01010101011000 becalmed 5
-01010101011000 re-enacted 5
-01010101011000 innoculated 5
-01010101011000 perspiring 5
-01010101011000 desiccated 5
-01010101011000 worshipped 6
-01010101011000 defanged 6
-01010101011000 sited 6
-01010101011000 equalized 6
-01010101011000 mislaid 6
-01010101011000 debriefed 6
-01010101011000 overlaid 6
-01010101011000 pricked 6
-01010101011000 harangued 6
-01010101011000 wincing 6
-01010101011000 splattered 6
-01010101011000 rearrested 7
-01010101011000 expunged 7
-01010101011000 gassed 7
-01010101011000 blemished 7
-01010101011000 steamrollered 7
-01010101011000 interred 7
-01010101011000 mended 7
-01010101011000 sighing 7
-01010101011000 annihilated 7
-01010101011000 colonized 8
-01010101011000 misspent 8
-01010101011000 X-rayed 8
-01010101011000 reappraised 8
-01010101011000 nonplussed 8
-01010101011000 drubbed 8
-01010101011000 sated 8
-01010101011000 decommissioned 8
-01010101011000 stilled 8
-01010101011000 enslaved 9
-01010101011000 ransacked 9
-01010101011000 firebombed 9
-01010101011000 cashiered 9
-01010101011000 decertified 9
-01010101011000 outflanked 9
-01010101011000 finessed 9
-01010101011000 fiddled 9
-01010101011000 second-guessed 9
-01010101011000 hassled 9
-01010101011000 disfigured 10
-01010101011000 groaned 10
-01010101011000 lynched 10
-01010101011000 reenacted 10
-01010101011000 refiled 10
-01010101011000 reassembled 10
-01010101011000 electrocuted 10
-01010101011000 deduced 10
-01010101011000 transcribed 11
-01010101011000 beheaded 11
-01010101011000 incinerated 11
-01010101011000 envied 11
-01010101011000 ditched 11
-01010101011000 impregnated 11
-01010101011000 paroled 11
-01010101011000 excised 12
-01010101011000 baptized 12
-01010101011000 jeered 12
-01010101011000 torched 12
-01010101011000 retrofitted 12
-01010101011000 dislodged 12
-01010101011000 outvoted 12
-01010101011000 chiseled 12
-01010101011000 excavated 12
-01010101011000 inoculated 12
-01010101011000 partitioned 12
-01010101011000 fused 12
-01010101011000 slighted 13
-01010101011000 tarred 13
-01010101011000 mutilated 13
-01010101011000 repainted 13
-01010101011000 mislabeled 14
-01010101011000 misquoted 14
-01010101011000 disbarred 14
-01010101011000 disengaged 14
-01010101011000 relaunched 14
-01010101011000 milked 14
-01010101011000 jostled 14
-01010101011000 barraged 15
-01010101011000 bankrupted 15
-01010101011000 reassessed 15
-01010101011000 resuscitated 15
-01010101011000 axed 15
-01010101011000 outgunned 15
-01010101011000 drenched 15
-01010101011000 excerpted 16
-01010101011000 rationalized 16
-01010101011000 tabulated 16
-01010101011000 wined 16
-01010101011000 devoured 16
-01010101011000 distrusted 17
-01010101011000 initialed 17
-01010101011000 pelted 17
-01010101011000 blacklisted 17
-01010101011000 plundered 17
-01010101011000 disarmed 17
-01010101011000 accosted 17
-01010101011000 smothered 17
-01010101011000 feted 17
-01010101011000 junked 18
-01010101011000 overpowered 18
-01010101011000 emulated 18
-01010101011000 tamed 18
-01010101011000 counterattacked 18
-01010101011000 resubmitted 18
-01010101011000 ostracized 18
-01010101011000 butchered 19
-01010101011000 inferred 19
-01010101011000 reused 19
-01010101011000 squashed 19
-01010101011000 replenished 20
-01010101011000 rehearsed 20
-01010101011000 obstructed 20
-01010101011000 pardoned 20
-01010101011000 reconvened 21
-01010101011000 smeared 21
-01010101011000 mistreated 21
-01010101011000 ejected 21
-01010101011000 bugged 21
-01010101011000 equated 22
-01010101011000 reborn 22
-01010101011000 infused 22
-01010101011000 tabled 22
-01010101011000 overthrown 22
-01010101011000 dismembered 23
-01010101011000 immobilized 23
-01010101011000 maimed 23
-01010101011000 proscribed 23
-01010101011000 crowned 23
-01010101011000 stumped 24
-01010101011000 reared 24
-01010101011000 vanquished 24
-01010101011000 uprooted 24
-01010101011000 deliberated 24
-01010101011000 mugged 25
-01010101011000 disintegrated 25
-01010101011000 nabbed 25
-01010101011000 doused 25
-01010101011000 seeded 25
-01010101011000 shortchanged 25
-01010101011000 splashed 25
-01010101011000 sidetracked 25
-01010101011000 vilified 25
-01010101011000 profiled 26
-01010101011000 retracted 26
-01010101011000 punctured 26
-01010101011000 sequestered 26
-01010101011000 trounced 26
-01010101011000 looted 27
-01010101011000 extinguished 27
-01010101011000 ambushed 30
-01010101011000 massacred 30
-01010101011000 nullified 31
-01010101011000 bloodied 31
-01010101011000 evicted 31
-01010101011000 censored 31
-01010101011000 cloned 31
-01010101011000 apprehended 32
-01010101011000 insulted 32
-01010101011000 duped 33
-01010101011000 silenced 33
-01010101011000 seduced 33
-01010101011000 hounded 33
-01010101011000 sown 34
-01010101011000 energized 34
-01010101011000 dissuaded 35
-01010101011000 sabotaged 35
-01010101011000 formalized 35
-01010101011000 corrupted 36
-01010101011000 booed 36
-01010101011000 demoted 36
-01010101011000 cancelled 36
-01010101011000 recessed 37
-01010101011000 pummeled 37
-01010101011000 brewed 38
-01010101011000 stabbed 38
-01010101011000 subtracted 39
-01010101011000 recaptured 39
-01010101011000 hanged 39
-01010101011000 intercepted 39
-01010101011000 handcuffed 39
-01010101011000 deceiving 40
-01010101011000 persecuted 41
-01010101011000 rehabilitated 41
-01010101011000 delisted 41
-01010101011000 reunited 41
-01010101011000 banished 42
-01010101011000 dispensed 42
-01010101011000 snagged 42
-01010101011000 slain 43
-01010101011000 poisoned 44
-01010101011000 sacked 44
-01010101011000 digested 45
-01010101011000 overextended 45
-01010101011000 hatched 45
-01010101011000 engulfed 45
-01010101011000 scratched 45
-01010101011000 gutted 46
-01010101011000 minimized 46
-01010101011000 slaughtered 47
-01010101011000 humiliated 47
-01010101011000 sidelined 47
-01010101011000 demolished 48
-01010101011000 plucked 48
-01010101011000 assaulted 49
-01010101011000 purged 50
-01010101011000 reprinted 50
-01010101011000 deluged 51
-01010101011000 restarted 52
-01010101011000 inhibited 52
-01010101011000 raped 52
-01010101011000 exonerated 53
-01010101011000 excused 54
-01010101011000 reckoned 55
-01010101011000 inundated 58
-01010101011000 conferred 58
-01010101011000 tagged 58
-01010101011000 precluded 62
-01010101011000 abducted 63
-01010101011000 evacuated 64
-01010101011000 liberated 66
-01010101011000 stricken 67
-01010101011000 activated 67
-01010101011000 sprayed 67
-01010101011000 stranded 68
-01010101011000 enraged 68
-01010101011000 bombarded 69
-01010101011000 mismanaged 70
-01010101011000 insulated 70
-01010101011000 photographed 70
-01010101011000 assassinated 71
-01010101011000 sheltered 72
-01010101011000 heralded 72
-01010101011000 shielded 74
-01010101011000 discredited 76
-01010101011000 deported 76
-01010101011000 scuttled 77
-01010101011000 toppled 77
-01010101011000 misunderstood 80
-01010101011000 deleted 82
-01010101011000 rebuilt 85
-01010101011000 harassed 86
-01010101011000 disqualified 89
-01010101011000 censured 89
-01010101011000 clarified 92
-01010101011000 numbered 93
-01010101011000 suppressed 98
-01010101011000 dispersed 98
-01010101011000 framed 98
-01010101011000 cheated 98
-01010101011000 confiscated 100
-01010101011000 afflicted 102
-01010101011000 derailed 102
-01010101011000 disbanded 103
-01010101011000 shelved 103
-01010101011000 dashed 108
-01010101011000 slapped 108
-01010101011000 betrayed 108
-01010101011000 discharged 109
-01010101011000 inspected 112
-01010101011000 discarded 113
-01010101011000 extracted 113
-01010101011000 averted 113
-01010101011000 ruined 118
-01010101011000 repaired 120
-01010101011000 enjoined 120
-01010101011000 hospitalized 122
-01010101011000 kidnapped 123
-01010101011000 grounded 126
-01010101011000 compromised 126
-01010101011000 dismantled 129
-01010101011000 distracted 129
-01010101011000 jammed 135
-01010101011000 diagnosed 137
-01010101011000 rescued 137
-01010101011000 copied 140
-01010101011000 shattered 142
-01010101011000 swamped 156
-01010101011000 repealed 161
-01010101011000 deducted 162
-01010101011000 paralyzed 163
-01010101011000 honored 164
-01010101011000 abolished 166
-01010101011000 concealed 168
-01010101011000 crushed 169
-01010101011000 burdened 174
-01010101011000 exempted 175
-01010101011000 departed 180
-01010101011000 abused 183
-01010101011000 dissolved 183
-01010101011000 rewarded 185
-01010101011000 murdered 187
-01010101011000 divorced 188
-01010101011000 imprisoned 189
-01010101011000 searched 190
-01010101011000 jailed 197
-01010101011000 flooded 199
-01010101011000 consulted 199
-01010101011000 crippled 208
-01010101011000 interrupted 209
-01010101011000 expelled 216
-01010101011000 sealed 219
-01010101011000 disciplined 219
-01010101011000 separated 223
-01010101011000 subpoenaed 226
-01010101011000 reopened 233
-01010101011000 scrapped 237
-01010101011000 confronted 242
-01010101011000 exhausted 245
-01010101011000 detained 246
-01010101011000 buried 271
-01010101011000 debated 272
-01010101011000 absent 286
-01010101011000 greeted 290
-01010101011000 packed 298
-01010101011000 withheld 306
-01010101011000 discouraged 312
-01010101011000 freed 345
-01010101011000 disagreed 375
-01010101011000 restored 394
-01010101011000 ousted 411
-01010101011000 excluded 431
-01010101011000 wounded 435
-01010101011000 recalled 480
-01010101011000 prohibited 486
-01010101011000 stalled 488
-01010101011000 dealt 544
-01010101011000 withdrawn 545
-01010101011000 defeated 610
-01010101011000 interviewed 619
-01010101011000 postponed 660
-01010101011000 damaged 663
-01010101011000 destroyed 664
-01010101011000 injured 714
-01010101011000 banned 720
-01010101011000 halted 749
-01010101011000 ignored 863
-01010101011000 born 884
-01010101011000 indicted 928
-01010101011000 canceled 945
-01010101011000 eliminated 952
-01010101011000 barred 957
-01010101011000 arrested 1112
-01010101011000 faced 1187
-01010101011000 replaced 1232
-01010101011000 removed 1331
-01010101011000 discussed 1382
-01010101011000 filled 1396
-01010101011000 delayed 1472
-01010101011000 dismissed 1537
-01010101011000 suspended 1665
-01010101011000 fired 1915
-01010101011000 killed 2340
-01010101011000 charged 4110
-01010101011000 met 3280
-010101010110010 non-Orthodox 1
-010101010110010 disfigure 1
-010101010110010 intrepreted 1
-010101010110010 execrated 1
-010101010110010 proprerties 1
-010101010110010 well-cast 1
-010101010110010 PROLIFERATE 1
-010101010110010 veiwed 1
-010101010110010 prissiness 1
-010101010110010 intepreted 1
-010101010110010 image-builders 1
-010101010110010 Fuling 1
-010101010110010 Krabbe 1
-010101010110010 anesthetizing 1
-010101010110010 platinum-driven 1
-010101010110010 oooed 1
-010101010110010 graylisted 1
-010101010110010 recaptured-repaid 1
-010101010110010 marsh/ 1
-010101010110010 free-lanced 1
-010101010110010 oil-finder 1
-010101010110010 pre-billed 1
-010101010110010 meticulousness 1
-010101010110010 Shintoism 1
-010101010110010 dissociates 1
-010101010110010 product-swap 1
-010101010110010 re-classified 1
-010101010110010 peyote 2
-010101010110010 cudgeled 2
-010101010110010 EMERGED 2
-010101010110010 esthetic 2
-010101010110010 5-11 2
-010101010110010 inflators 2
-010101010110010 tabbed 2
-010101010110010 spoofed 2
-010101010110010 noncontenders 2
-010101010110010 whirred 3
-010101010110010 reemerging 3
-010101010110010 slam-dunks 3
-010101010110010 singeing 3
-010101010110010 asparagine 3
-010101010110010 masquerades 3
-010101010110010 debuting 3
-010101010110010 intentioned 4
-010101010110010 nauseated 4
-010101010110010 damnable 5
-010101010110010 stigmatized 5
-010101010110010 RESIGNED 6
-010101010110010 modulated 6
-010101010110010 reincarnated 6
-010101010110010 footnoted 7
-010101010110010 caricatured 7
-010101010110010 burnished 9
-010101010110010 ticketed 9
-010101010110010 miscast 12
-010101010110010 classed 17
-010101010110010 masquerading 21
-010101010110010 reviled 22
-010101010110010 categorized 22
-010101010110010 politic 24
-010101010110010 styled 29
-010101010110010 construed 91
-010101010110010 disguised 118
-010101010110010 strapped 161
-010101010110010 positioned 229
-010101010110010 touted 244
-010101010110010 billed 316
-010101010110010 structured 351
-010101010110010 interpreted 443
-010101010110010 defined 572
-010101010110010 perceived 635
-010101010110010 regarded 946
-010101010110010 known 6634
-010101010110010 viewed 1501
-010101010110011 hangable 1
-010101010110011 over-collateralized 1
-010101010110011 whined 1
-010101010110011 non-sterilized 1
-010101010110011 prefixized 1
-010101010110011 superconducted 1
-010101010110011 shawl-clad 1
-010101010110011 orating 1
-010101010110011 placarded 1
-010101010110011 unquotable 1
-010101010110011 tearyeyed 1
-010101010110011 hacked-together 1
-010101010110011 repairable 1
-010101010110011 surfed 1
-010101010110011 executed. 1
-010101010110011 holdsway 1
-010101010110011 presumptuously 1
-010101010110011 Noriegismo 1
-010101010110011 leakproof 1
-010101010110011 convulsively 1
-010101010110011 conquering. 1
-010101010110011 semiautobiographical 1
-010101010110011 Populares 1
-010101010110011 off-the-mark 1
-010101010110011 got. 1
-010101010110011 deceives 1
-010101010110011 ten-foured 1
-010101010110011 Bowenized 1
-010101010110011 dissavers 1
-010101010110011 consequences. 1
-010101010110011 predeceased 1
-010101010110011 to. 1
-010101010110011 hypothecated 2
-010101010110011 bridling 2
-010101010110011 splurging 2
-010101010110011 written. 2
-010101010110011 fathomed 2
-010101010110011 interdicted 2
-010101010110011 declawed 2
-010101010110011 steeled 2
-010101010110011 craftsmanlike 2
-010101010110011 re-set 2
-010101010110011 lanced 2
-010101010110011 Austens 2
-010101010110011 optimized 2
-010101010110011 necessary. 3
-010101010110011 outplayed 3
-010101010110011 expected. 3
-010101010110011 strip-mined 3
-010101010110011 pigeon-holed 3
-010101010110011 kneaded 3
-010101010110011 redressed 3
-010101010110011 thumped 3
-010101010110011 reemployed 3
-010101010110011 immolated 3
-010101010110011 elucidated 4
-010101010110011 glamorized 4
-010101010110011 resonated 4
-010101010110011 indentified 4
-010101010110011 mumbled 4
-010101010110011 unpacked 4
-010101010110011 cowered 4
-010101010110011 misfired 4
-010101010110011 spoon-fed 5
-010101010110011 gagged 5
-010101010110011 rethought 5
-010101010110011 demobilized 5
-010101010110011 undersold 5
-010101010110011 short-handed 6
-010101010110011 adjudicated 6
-010101010110011 immortalized 6
-010101010110011 shafted 6
-010101010110011 vaporized 6
-010101010110011 countenanced 6
-010101010110011 overmatched 7
-010101010110011 cataloged 7
-010101010110011 incubating 7
-010101010110011 sandbagged 7
-010101010110011 neutered 7
-010101010110011 retried 7
-010101010110011 pigeonholed 7
-010101010110011 re-offered 7
-010101010110011 conserved 7
-010101010110011 propagated 7
-010101010110011 overplayed 8
-010101010110011 deciphered 8
-010101010110011 explainable 8
-010101010110011 ameliorated 8
-010101010110011 misdiagnosed 8
-010101010110011 unmasked 8
-010101010110011 lampooned 9
-010101010110011 accessed 9
-010101010110011 reprogrammed 9
-010101010110011 lionized 9
-010101010110011 recreated 9
-010101010110011 stowed 9
-010101010110011 ascertained 9
-010101010110011 readjusted 11
-010101010110011 rectified 11
-010101010110011 denigrated 11
-010101010110011 bridged 11
-010101010110011 disproved 12
-010101010110011 blackmailed 12
-010101010110011 forewarned 12
-010101010110011 reciprocated 12
-010101010110011 re-evaluated 12
-010101010110011 reexamined 13
-010101010110011 plateaued 13
-010101010110011 impeached 13
-010101010110011 appeased 13
-010101010110011 re-created 13
-010101010110011 foretold 14
-010101010110011 inconvenienced 14
-010101010110011 flip-flopped 16
-010101010110011 discerned 17
-010101010110011 pilloried 17
-010101010110011 re-established 17
-010101010110011 eradicated 17
-010101010110011 mollified 18
-010101010110011 repositioned 18
-010101010110011 validated 18
-010101010110011 co-opted 19
-010101010110011 obeyed 19
-010101010110011 misconstrued 19
-010101010110011 phrased 20
-010101010110011 instilled 20
-010101010110011 maximized 21
-010101010110011 arbitrated 21
-010101010110011 negated 22
-010101010110011 inhaled 22
-010101010110011 redefined 23
-010101010110011 outdone 23
-010101010110011 glimpsed 23
-010101010110011 litigated 25
-010101010110011 ordained 26
-010101010110011 indulged 26
-010101010110011 healed 26
-010101010110011 replicated 28
-010101010110011 manifested 28
-010101010110011 flouted 30
-010101010110011 envisaged 31
-010101010110011 accommodated 31
-010101010110011 neutralized 32
-010101010110011 grasped 32
-010101010110011 condoned 34
-010101010110011 coached 35
-010101010110011 salvaged 38
-010101010110011 reconsidered 39
-010101010110011 rehired 39
-010101010110011 imitated 42
-010101010110011 misinterpreted 43
-010101010110011 rewritten 44
-010101010110011 overridden 45
-010101010110011 summarized 45
-010101010110011 foreseen 46
-010101010110011 substantiated 47
-010101010110011 disseminated 47
-010101010110011 resurrected 48
-010101010110011 utilized 49
-010101010110011 articulated 52
-010101010110011 communicated 56
-010101010110011 duplicated 56
-010101010110011 fooled 57
-010101010110011 uttered 58
-010101010110011 penetrated 61
-010101010110011 cured 62
-010101010110011 verified 63
-010101010110011 attained 80
-010101010110011 forgiven 82
-010101010110011 deterred 84
-010101010110011 sacrificed 94
-010101010110011 tolerated 110
-010101010110011 vindicated 110
-010101010110011 imagined 121
-010101010110011 materialized 121
-010101010110011 depicted 124
-010101010110011 exploited 125
-010101010110011 fulfilled 137
-010101010110011 explored 140
-010101010110011 spared 143
-010101010110011 evaluated 152
-010101010110011 punished 160
-010101010110011 preserved 161
-010101010110011 practiced 169
-010101010110011 overlooked 185
-010101010110011 conceived 189
-010101010110011 constructed 197
-010101010110011 enforced 197
-010101010110011 prosecuted 208
-010101010110011 deployed 227
-010101010110011 remembered 258
-010101010110011 corrected 270
-010101010110011 forgotten 298
-010101010110011 solved 328
-010101010110011 justified 428
-010101010110011 accomplished 461
-010101010110011 taxed 469
-010101010110011 counted 493
-010101010110011 addressed 521
-010101010110011 recognized 841
-010101010110011 performed 863
-010101010110011 mentioned 906
-010101010110011 resolved 944
-010101010110011 achieved 976
-010101010110011 treated 1099
-010101010110011 succeeded 1179
-010101010110011 heard 1938
-010101010110011 identified 2038
-010101010110011 done 5732
-010101010110011 seen 5071
-0101010101101000 under-prime 1
-0101010101101000 insurance-theft-claim 1
-0101010101101000 Strengthened 2
-0101010101101000 braked 5
-0101010101101000 craved 5
-0101010101101000 fomented 7
-0101010101101000 imparted 7
-0101010101101000 marshaled 13
-0101010101101000 wreaked 18
-0101010101101000 delegated 43
-0101010101101000 plotted 46
-0101010101101000 hastened 46
-0101010101101000 misused 65
-0101010101101000 loaned 70
-0101010101101000 mobilized 72
-0101010101101000 nurtured 81
-0101010101101000 formulated 84
-0101010101101000 conveyed 88
-0101010101101000 cultivated 90
-0101010101101000 championed 99
-0101010101101000 misappropriated 104
-0101010101101000 crafted 125
-0101010101101000 edited 138
-0101010101101000 surrendered 154
-0101010101101000 shunned 184
-0101010101101000 neglected 234
-0101010101101000 envisioned 263
-0101010101101000 advocated 276
-0101010101101000 donated 295
-0101010101101000 lent 385
-0101010101101000 promoted 577
-0101010101101000 supplied 582
-0101010101101000 appealed 637
-0101010101101000 favored 852
-0101010101101000 attracted 1013
-0101010101101000 arranged 1089
-0101010101101000 presented 1252
-0101010101101000 requested 1253
-0101010101101000 encouraged 1256
-0101010101101000 submitted 1275
-0101010101101000 proved 1403
-0101010101101000 promised 1629
-0101010101101000 threatened 1814
-0101010101101000 opposed 2080
-0101010101101000 managed 2178
-0101010101101000 sought 3475
-0101010101101000 offered 7334
-0101010101101000 provided 3539
-0101010101101001 dead-heading 1
-0101010101101001 pooped 1
-0101010101101001 helmeted 1
-0101010101101001 projectable 1
-0101010101101001 de-academicized 1
-0101010101101001 hand-stuffed 1
-0101010101101001 Bolcomized 1
-0101010101101001 fast-followers 1
-0101010101101001 forklifted 1
-0101010101101001 chanelled 1
-0101010101101001 reabsorbed 1
-0101010101101001 82,271 1
-0101010101101001 braille 1
-0101010101101001 sledgehammered 2
-0101010101101001 wheedling 2
-0101010101101001 donwgraded 2
-0101010101101001 swatted 2
-0101010101101001 squired 2
-0101010101101001 co-advisers 2
-0101010101101001 blissed 2
-0101010101101001 relegates 2
-0101010101101001 coverted 2
-0101010101101001 helicoptered 2
-0101010101101001 refashioned 3
-0101010101101001 trilling 3
-0101010101101001 subleased 3
-0101010101101001 64,101 3
-0101010101101001 haled 3
-0101010101101001 transmuted 3
-0101010101101001 blanked 4
-0101010101101001 reinjected 4
-0101010101101001 recommitted 4
-0101010101101001 rousted 6
-0101010101101001 hoarded 6
-0101010101101001 extrapolated 7
-0101010101101001 kidded 7
-0101010101101001 rebated 7
-0101010101101001 pestered 8
-0101010101101001 reallocated 8
-0101010101101001 deeded 9
-0101010101101001 bludgeoned 9
-0101010101101001 transfered 9
-0101010101101001 blazed 9
-0101010101101001 melded 9
-0101010101101001 rippled 10
-0101010101101001 airlifted 11
-0101010101101001 spliced 11
-0101010101101001 faxed 11
-0101010101101001 inducted 13
-0101010101101001 hacked 14
-0101010101101001 incited 14
-0101010101101001 bused 15
-0101010101101001 ferried 15
-0101010101101001 goaded 15
-0101010101101001 trooped 16
-0101010101101001 tugged 16
-0101010101101001 trucked 17
-0101010101101001 bullied 18
-0101010101101001 shunted 19
-0101010101101001 hustled 19
-0101010101101001 whizzing 20
-0101010101101001 whisked 20
-0101010101101001 terrorized 22
-0101010101101001 thrashed 22
-0101010101101001 combed 24
-0101010101101001 hoisted 24
-0101010101101001 maneuvered 24
-0101010101101001 lulled 25
-0101010101101001 bequeathed 28
-0101010101101001 paraded 28
-0101010101101001 towed 29
-0101010101101001 bled 29
-0101010101101001 enticed 31
-0101010101101001 coaxed 33
-0101010101101001 stalked 35
-0101010101101001 beamed 36
-0101010101101001 bilked 40
-0101010101101001 relayed 43
-0101010101101001 catapulted 44
-0101010101101001 shuffled 45
-0101010101101001 pitted 54
-0101010101101001 escorted 59
-0101010101101001 routed 59
-0101010101101001 forwarded 64
-0101010101101001 relocated 66
-0101010101101001 wired 77
-0101010101101001 chased 79
-0101010101101001 smuggled 83
-0101010101101001 channeled 101
-0101010101101001 funneled 110
-0101010101101001 inserted 126
-0101010101101001 drained 128
-0101010101101001 dispatched 164
-0101010101101001 induced 164
-0101010101101001 traced 179
-0101010101101001 stretched 203
-0101010101101001 hammered 210
-0101010101101001 phased 254
-0101010101101001 lured 257
-0101010101101001 mailed 310
-0101010101101001 transformed 324
-0101010101101001 pressured 347
-0101010101101001 leaked 365
-0101010101101001 rushed 371
-0101010101101001 diverted 380
-0101010101101001 swept 408
-0101010101101001 switched 491
-0101010101101001 invited 744
-0101010101101001 assigned 800
-0101010101101001 transferred 827
-0101010101101001 carried 1500
-0101010101101001 pushed 2080
-0101010101101001 forced 3817
-0101010101101001 brought 4612
-0101010101101001 sent 4054
-0101010101101010 biopsy-proven 1
-0101010101101010 one-technique 1
-0101010101101010 piddled 1
-0101010101101010 cashback 1
-0101010101101010 super-8 1
-0101010101101010 jurisidiction 1
-0101010101101010 sharp-witted 1
-0101010101101010 Sahara-like 1
-0101010101101010 Trumplane 1
-0101010101101010 driverside 1
-0101010101101010 ploughs 1
-0101010101101010 re-amortized 1
-0101010101101010 .22-second 1
-0101010101101010 quelched 1
-0101010101101010 rescored 1
-0101010101101010 deforested 2
-0101010101101010 resculpted 2
-0101010101101010 Finlandized 2
-0101010101101010 red-lined 2
-0101010101101010 waddled 3
-0101010101101010 begrudged 3
-0101010101101010 collated 3
-0101010101101010 fogged 4
-0101010101101010 nicked 4
-0101010101101010 misspoken 4
-0101010101101010 previewing 4
-0101010101101010 second-string 4
-0101010101101010 interposed 4
-0101010101101010 entrapped 4
-0101010101101010 catalyzed 4
-0101010101101010 transcended 6
-0101010101101010 sickened 6
-0101010101101010 chortling 7
-0101010101101010 subdivided 8
-0101010101101010 seared 9
-0101010101101010 swindled 10
-0101010101101010 papered 10
-0101010101101010 befallen 10
-0101010101101010 snookered 10
-0101010101101010 massaged 11
-0101010101101010 forsworn 11
-0101010101101010 pruned 11
-0101010101101010 bowled 12
-0101010101101010 sobered 14
-0101010101101010 wrenched 14
-0101010101101010 lightened 16
-0101010101101010 rerouted 17
-0101010101101010 dulled 19
-0101010101101010 weaned 23
-0101010101101010 fouled 27
-0101010101101010 amortized 32
-0101010101101010 bitten 34
-0101010101101010 trampled 35
-0101010101101010 ridden 37
-0101010101101010 woven 65
-0101010101101010 eaten 120
-0101010101101010 borne 157
-0101010101101010 blown 169
-0101010101101010 sworn 174
-0101010101101010 torn 183
-0101010101101010 worn 214
-0101010101101010 shaken 239
-0101010101101010 beaten 266
-0101010101101010 spoken 285
-0101010101101010 squeezed 329
-0101010101101010 driven 973
-0101010101101010 broken 978
-0101010101101010 chosen 988
-0101010101101010 drawn 1108
-0101010101101010 shown 1797
-0101010101101010 written 2594
-0101010101101010 given 6248
-0101010101101010 taken 6490
-01010101011010110 Medicaid-reliant 1
-01010101011010110 intercessory 1
-01010101011010110 no-rub 1
-01010101011010110 latently 1
-01010101011010110 shipworkers 1
-01010101011010110 de-averaged 1
-01010101011010110 13,715 1
-01010101011010110 cuddled 1
-01010101011010110 restaurant-style 1
-01010101011010110 strum 2
-01010101011010110 calloused 2
-01010101011010110 Bernabe 2
-01010101011010110 B.A.s 2
-01010101011010110 transgress 2
-01010101011010110 abut 2
-01010101011010110 hocked 2
-01010101011010110 outtalk 2
-01010101011010110 jackhammered 2
-01010101011010110 steamrolled 2
-01010101011010110 outraced 2
-01010101011010110 obscurantist 2
-01010101011010110 pitied 2
-01010101011010110 bade 3
-01010101011010110 castrated 3
-01010101011010110 shoos 3
-01010101011010110 alphabetized 3
-01010101011010110 wallpapered 3
-01010101011010110 money-losers 4
-01010101011010110 Render 4
-01010101011010110 criss-crossed 4
-01010101011010110 disbelieved 4
-01010101011010110 colicky 4
-01010101011010110 mingles 4
-01010101011010110 chanced 4
-01010101011010110 belabored 4
-01010101011010110 hollered 4
-01010101011010110 bustled 4
-01010101011010110 flayed 4
-01010101011010110 beggared 4
-01010101011010110 worshiped 5
-01010101011010110 downstage 5
-01010101011010110 fudged 5
-01010101011010110 suceeded 5
-01010101011010110 pries 5
-01010101011010110 streaked 5
-01010101011010110 carded 5
-01010101011010110 inventoried 5
-01010101011010110 rechecked 6
-01010101011010110 defaced 6
-01010101011010110 dunked 6
-01010101011010110 invades 6
-01010101011010110 unmentionable 6
-01010101011010110 commemorated 7
-01010101011010110 impugned 7
-01010101011010110 tutored 7
-01010101011010110 delineated 7
-01010101011010110 minced 7
-01010101011010110 squeals 7
-01010101011010110 decapitated 7
-01010101011010110 tussled 7
-01010101011010110 outscored 8
-01010101011010110 replanted 8
-01010101011010110 barricaded 8
-01010101011010110 thawed 8
-01010101011010110 blitzed 9
-01010101011010110 stiffed 9
-01010101011010110 stapled 9
-01010101011010110 whirled 9
-01010101011010110 reinvented 9
-01010101011010110 straddled 9
-01010101011010110 saps 9
-01010101011010110 juggles 9
-01010101011010110 cocked 10
-01010101011010110 overstayed 10
-01010101011010110 parodied 10
-01010101011010110 corralled 10
-01010101011010110 teased 10
-01010101011010110 suckered 10
-01010101011010110 ingested 11
-01010101011010110 plied 12
-01010101011010110 gored 12
-01010101011010110 de-emphasized 12
-01010101011010110 dissected 12
-01010101011010110 memorized 13
-01010101011010110 remade 13
-01010101011010110 cajoled 13
-01010101011010110 clocked 13
-01010101011010110 wagging 13
-01010101011010110 loathed 13
-01010101011010110 cruised 14
-01010101011010110 grafted 14
-01010101011010110 greased 14
-01010101011010110 fumbled 14
-01010101011010110 relished 14
-01010101011010110 outlasted 14
-01010101011010110 crucified 15
-01010101011010110 walled 15
-01010101011010110 pried 16
-01010101011010110 slit 16
-01010101011010110 eyed 16
-01010101011010110 creamed 16
-01010101011010110 forsaken 17
-01010101011010110 whacked 17
-01010101011010110 reworked 17
-01010101011010110 vented 17
-01010101011010110 disdained 18
-01010101011010110 chucked 18
-01010101011010110 mulled 18
-01010101011010110 roused 19
-01010101011010110 wed 19
-01010101011010110 waxed 19
-01010101011010110 commuted 19
-01010101011010110 faked 19
-01010101011010110 roamed 20
-01010101011010110 socked 20
-01010101011010110 bagged 21
-01010101011010110 pokes 22
-01010101011010110 cursed 23
-01010101011010110 wrestled 23
-01010101011010110 cobbled 23
-01010101011010110 stoned 24
-01010101011010110 rediscovered 25
-01010101011010110 cemented 26
-01010101011010110 scribbled 26
-01010101011010110 endures 26
-01010101011010110 circled 27
-01010101011010110 licked 27
-01010101011010110 bashed 28
-01010101011010110 dialed 29
-01010101011010110 showered 29
-01010101011010110 divulged 30
-01010101011010110 docked 30
-01010101011010110 scrubbed 31
-01010101011010110 circumvented 33
-01010101011010110 scrawled 34
-01010101011010110 busted 35
-01010101011010110 scraped 35
-01010101011010110 inscribed 36
-01010101011010110 dined 37
-01010101011010110 charted 37
-01010101011010110 rubbed 37
-01010101011010110 strung 37
-01010101011010110 cornered 37
-01010101011010110 plastered 38
-01010101011010110 flunked 40
-01010101011010110 sighted 41
-01010101011010110 overheard 41
-01010101011010110 clipped 42
-01010101011010110 hunted 45
-01010101011010110 mastered 49
-01010101011010110 riled 50
-01010101011010110 lumped 50
-01010101011010110 pictured 52
-01010101011010110 disregarded 52
-01010101011010110 resented 52
-01010101011010110 conquered 53
-01010101011010110 heeded 54
-01010101011010110 galvanized 56
-01010101011010110 shaved 57
-01010101011010110 sliced 58
-01010101011010110 wrecked 60
-01010101011010110 skipped 61
-01010101011010110 hurled 63
-01010101011010110 flattened 65
-01010101011010110 panicked 69
-01010101011010110 robbed 71
-01010101011010110 stamped 71
-01010101011010110 risked 74
-01010101011010110 shakes 87
-01010101011010110 alienated 103
-01010101011010110 lit 109
-01010101011010110 deserted 113
-01010101011010110 weathered 113
-01010101011010110 smoked 115
-01010101011010110 paved 118
-01010101011010110 shouted 120
-01010101011010110 bore 147
-01010101011010110 soured 148
-01010101011010110 parked 165
-01010101011010110 checked 272
-01010101011010110 crossed 290
-01010101011010110 escaped 317
-01010101011010110 scared 330
-01010101011010110 fled 347
-01010101011010110 painted 396
-01010101011010110 burned 437
-01010101011010110 survived 450
-01010101011010110 resisted 481
-01010101011010110 saved 604
-01010101011010110 stuck 624
-01010101011010110 avoided 668
-01010101011010110 missed 773
-01010101011010110 married 819
-01010101011010110 quit 997
-01010101011010110 caught 1429
-01010101011010110 stopped 1680
-01010101011010110 left 7675
-01010101011010110 kept 2734
-01010101011010111 out-chirps 1
-01010101011010111 grow/A 1
-01010101011010111 over-stretching 1
-01010101011010111 sashayed 1
-01010101011010111 fluffed 1
-01010101011010111 443,151 1
-01010101011010111 glasnost-happy 1
-01010101011010111 puchased 1
-01010101011010111 stabled 2
-01010101011010111 fronted 3
-01010101011010111 gladdened 3
-01010101011010111 flubbed 3
-01010101011010111 scarfed 3
-01010101011010111 strafed 4
-01010101011010111 righted 5
-01010101011010111 unwinds 5
-01010101011010111 cannibalized 5
-01010101011010111 purveyed 5
-01010101011010111 skewered 5
-01010101011010111 requisitioned 5
-01010101011010111 suffocated 5
-01010101011010111 relearned 6
-01010101011010111 chugged 6
-01010101011010111 loosed 7
-01010101011010111 prefaced 8
-01010101011010111 catalogued 8
-01010101011010111 lobbed 8
-01010101011010111 extorted 8
-01010101011010111 padlocked 9
-01010101011010111 flaunted 10
-01010101011010111 approximated 10
-01010101011010111 scanned 10
-01010101011010111 short-changed 10
-01010101011010111 clutched 11
-01010101011010111 threaded 14
-01010101011010111 bulldozed 14
-01010101011010111 enunciated 14
-01010101011010111 shined 15
-01010101011010111 shouldered 21
-01010101011010111 emptied 22
-01010101011010111 stockpiled 27
-01010101011010111 flagged 29
-01010101011010111 eschewed 29
-01010101011010111 hyped 30
-01010101011010111 deflected 30
-01010101011010111 bestowed 34
-01010101011010111 honed 36
-01010101011010111 penned 37
-01010101011010111 engendered 37
-01010101011010111 infiltrated 43
-01010101011010111 tasted 44
-01010101011010111 unearthed 45
-01010101011010111 emitted 46
-01010101011010111 perfected 48
-01010101011010111 exerted 49
-01010101011010111 wielded 52
-01010101011010111 perpetrated 55
-01010101011010111 wrought 61
-01010101011010111 bred 70
-01010101011010111 exhibited 82
-01010101011010111 inflicted 96
-01010101011010111 erected 98
-01010101011010111 steered 108
-01010101011010111 fashioned 111
-01010101011010111 swallowed 116
-01010101011010111 analyzed 151
-01010101011010111 bombed 159
-01010101011010111 originated 174
-01010101011010111 waged 175
-01010101011010111 spotted 179
-01010101011010111 rendered 216
-01010101011010111 shaped 222
-01010101011010111 detected 232
-01010101011010111 aired 264
-01010101011010111 invented 264
-01010101011010111 stirred 265
-01010101011010111 undertaken 286
-01010101011010111 planted 296
-01010101011010111 absorbed 302
-01010101011010111 uncovered 338
-01010101011010111 displayed 346
-01010101011010111 pursued 444
-01010101011010111 mounted 457
-01010101011010111 assembled 488
-01010101011010111 prevented 534
-01010101011010111 reviewed 666
-01010101011010111 handled 1007
-01010101011010111 developed 3072
-01010101011010111 produced 3293
-01010101011010111 made 25061
-01010101011010111 built 3416
-0101010101101100 acccounted 1
-0101010101101100 harder-pressed 1
-0101010101101100 summered 1
-0101010101101100 broken-slowed 1
-0101010101101100 thirsted 1
-0101010101101100 --10 1
-0101010101101100 subsitituted 1
-0101010101101100 magical. 1
-0101010101101100 100.83 1
-0101010101101100 104.22 1
-0101010101101100 evangelized 1
-0101010101101100 catheterized 1
-0101010101101100 sweatened 1
-0101010101101100 nonselected 1
-0101010101101100 0.901 1
-0101010101101100 Equivalents 1
-0101010101101100 avilable 1
-0101010101101100 WHSI 1
-0101010101101100 Creayted 1
-0101010101101100 half-weeks 1
-0101010101101100 well-rewarded 1
-0101010101101100 overbidding 1
-0101010101101100 job-slashing 1
-0101010101101100 jelling 1
-0101010101101100 requalifies 1
-0101010101101100 consumated 1
-0101010101101100 exhanged 1
-0101010101101100 overcompensated 1
-0101010101101100 underaccounted 1
-0101010101101100 TRIA 1
-0101010101101100 easer 1
-0101010101101100 well-remembered 2
-0101010101101100 misattributed 2
-0101010101101100 clamors 2
-0101010101101100 seamed 2
-0101010101101100 market-focused 2
-0101010101101100 bayed 2
-0101010101101100 interchanged 2
-0101010101101100 103.82 2
-0101010101101100 amerced 2
-0101010101101100 payed 3
-0101010101101100 apppointed 3
-0101010101101100 overpays 3
-0101010101101100 cross-checked 3
-0101010101101100 jockeyed 3
-0101010101101100 gropes 3
-0101010101101100 retailed 7
-0101010101101100 vouched 11
-0101010101101100 retested 11
-0101010101101100 substituted 85
-0101010101101100 swapped 205
-0101010101101100 earmarked 224
-0101010101101100 exchanged 457
-0101010101101100 reserved 465
-0101010101101100 reached 9709
-0101010101101100 accounted 1645
-0101010101101101 owns. 1
-0101010101101101 110.5885 1
-0101010101101101 inhered 1
-0101010101101101 over-obligated 1
-0101010101101101 truth-in-labeling 1
-0101010101101101 Waston 1
-0101010101101101 Cesmig 1
-0101010101101101 pro-patent 1
-0101010101101101 anti-anti-communist 1
-0101010101101101 social-religious 1
-0101010101101101 aerated 1
-0101010101101101 resolved. 1
-0101010101101101 sold. 1
-0101010101101101 choosers 1
-0101010101101101 coir 1
-0101010101101101 assumed. 1
-0101010101101101 terminated. 1
-0101010101101101 119-111 1
-0101010101101101 full-cycle 1
-0101010101101101 KFAC-AM/FM 1
-0101010101101101 pro-sex 1
-0101010101101101 mistated 1
-0101010101101101 derisory 1
-0101010101101101 Arriagada 1
-0101010101101101 Ottmers 1
-0101010101101101 Ozyegin 1
-0101010101101101 Taga 1
-0101010101101101 Zummoff 1
-0101010101101101 zip-deedo 1
-0101010101101101 well-predicted 1
-0101010101101101 delegitimized 1
-0101010101101101 reprocessed 1
-0101010101101101 Kallaor 1
-0101010101101101 Kitahara 1
-0101010101101101 Adedeji 1
-0101010101101101 pro-red 1
-0101010101101101 Horinouchi 1
-0101010101101101 Andreassen 1
-0101010101101101 112.41 1
-0101010101101101 re-sliced 1
-0101010101101101 defeminizing 1
-0101010101101101 roo-lay 1
-0101010101101101 drug-production 1
-0101010101101101 dropped. 1
-0101010101101101 self-incriminating 1
-0101010101101101 copy-proof 1
-0101010101101101 Petkevich 1
-0101010101101101 Jeffersonians 1
-0101010101101101 reinstalled 1
-0101010101101101 Mositho 1
-0101010101101101 reworded 1
-0101010101101101 prereserved 1
-0101010101101101 concussed 1
-0101010101101101 experience-rated 1
-0101010101101101 McTheater 1
-0101010101101101 shriller 1
-0101010101101101 well-advanced 1
-0101010101101101 badgered. 1
-0101010101101101 SQA-Pf 1
-0101010101101101 well-taken 1
-0101010101101101 111.981 1
-0101010101101101 non-subsidizers 1
-0101010101101101 Europe-sized 1
-0101010101101101 118-110 1
-0101010101101101 Albanianized 1
-0101010101101101 interruptable 1
-0101010101101101 Steimer 1
-0101010101101101 Lendel 1
-0101010101101101 mulched 1
-0101010101101101 4.056 1
-0101010101101101 105.867 1
-0101010101101101 fired. 1
-0101010101101101 anathematized 1
-0101010101101101 susto 1
-0101010101101101 roseas 1
-0101010101101101 self-composed 1
-0101010101101101 dango-related 1
-0101010101101101 Mac-driven 1
-0101010101101101 inadequate. 1
-0101010101101101 Ravnholt 1
-0101010101101101 antidilutive 1
-0101010101101101 tting 1
-0101010101101101 OPEC-driven 1
-0101010101101101 Augenfeld 1
-0101010101101101 Feddis 1
-0101010101101101 re-earned 1
-0101010101101101 a. 1
-0101010101101101 Newark-by-theSwamp 1
-0101010101101101 Pendle 1
-0101010101101101 Bloca-bomb 1
-0101010101101101 Katy-bar-the-door 1
-0101010101101101 mega-hits 1
-0101010101101101 internal. 1
-0101010101101101 obstructionists 1
-0101010101101101 objectified 1
-0101010101101101 top-of-the-wallet 1
-0101010101101101 unenergetic 1
-0101010101101101 masochists 1
-0101010101101101 getable 1
-0101010101101101 emboldening 1
-0101010101101101 Nunez-Lagos 1
-0101010101101101 recylable 1
-0101010101101101 purveys 1
-0101010101101101 general-distribution 1
-0101010101101101 Ersparniskasse 1
-0101010101101101 coagulating 1
-0101010101101101 identitied 1
-0101010101101101 Japanese-engineered 1
-0101010101101101 Paprocki 1
-0101010101101101 anti-conservative 1
-0101010101101101 Srisilpavongse 1
-0101010101101101 Leshem 1
-0101010101101101 Ohl 1
-0101010101101101 specific. 1
-0101010101101101 workas 1
-0101010101101101 pealing 1
-0101010101101101 Annah 1
-0101010101101101 Friday-oriented 1
-0101010101101101 weapons-capable 1
-0101010101101101 under-reported 1
-0101010101101101 McFooled 1
-0101010101101101 well-spent 1
-0101010101101101 268-233 1
-0101010101101101 EPSN 1
-0101010101101101 well-bought 1
-0101010101101101 re-anointed 1
-0101010101101101 big. 1
-0101010101101101 overharvested 1
-0101010101101101 Khachadour 1
-0101010101101101 Probed 1
-0101010101101101 faster-operating 1
-0101010101101101 undersold. 1
-0101010101101101 reincarcerated 1
-0101010101101101 Soviet-ocentric 1
-0101010101101101 landfilled 1
-0101010101101101 grandioso 1
-0101010101101101 build-ups 1
-0101010101101101 17-7 1
-0101010101101101 severe. 1
-0101010101101101 Grow-by-Chance 1
-0101010101101101 heard. 1
-0101010101101101 20-7 1
-0101010101101101 moneylosers 1
-0101010101101101 strike. 1
-0101010101101101 reuses 1
-0101010101101101 surface-level 1
-0101010101101101 bedmates. 1
-0101010101101101 commission-based 1
-0101010101101101 action-results 1
-0101010101101101 re-emphasizes 1
-0101010101101101 project-specific 1
-0101010101101101 recasts 1
-0101010101101101 rewarded. 1
-0101010101101101 Hackstein 1
-0101010101101101 restubbing 1
-0101010101101101 demerged 1
-0101010101101101 cost-justified 1
-0101010101101101 31-24 1
-0101010101101101 28-10 1
-0101010101101101 tough-going 1
-0101010101101101 still-born 1
-0101010101101101 bird-useful 1
-0101010101101101 unblipped 1
-0101010101101101 AitLaoussine 1
-0101010101101101 72-60 1
-0101010101101101 upticked 1
-0101010101101101 counterproductive. 1
-0101010101101101 technophobic 1
-0101010101101101 Fidis 1
-0101010101101101 894,350 1
-0101010101101101 overdecorated 1
-0101010101101101 occurred. 2
-0101010101101101 wowing 2
-0101010101101101 regularized 2
-0101010101101101 outsourced 2
-0101010101101101 overidden 2
-0101010101101101 unstopped 2
-0101010101101101 short-winded 2
-0101010101101101 blackjacked 2
-0101010101101101 infection-free 2
-0101010101101101 rephrased 2
-0101010101101101 composted 2
-0101010101101101 reshot 3
-0101010101101101 retrenches 3
-0101010101101101 itches 3
-0101010101101101 placated 3
-0101010101101101 resupplied 3
-0101010101101101 Ait-Laoussine 3
-0101010101101101 staunched 4
-0101010101101101 undercharged 5
-0101010101101101 reheated 5
-0101010101101101 mourned 5
-0101010101101101 preplaced 6
-0101010101101101 re-examined 8
-0101010101101101 reorganizes 8
-0101010101101101 reauthorized 9
-0101010101101101 stanched 9
-0101010101101101 revisited 10
-0101010101101101 refueled 11
-0101010101101101 quantified 14
-0101010101101101 remedied 15
-0101010101101101 annulled 15
-0101010101101101 abrogated 15
-0101010101101101 commercialized 17
-0101010101101101 reactivated 20
-0101010101101101 misidentified 20
-0101010101101101 repulsed 28
-0101010101101101 misspelled 37
-0101010101101101 effected 39
-0101010101101101 undone 48
-0101010101101101 arraigned 56
-0101010101101101 consummated 58
-0101010101101101 finalized 81
-0101010101101101 rescinded 92
-0101010101101101 jeopardized 109
-0101010101101101 misstated 400
-0101010101101101 exercised 500
-0101010101101101 implemented 502
-0101010101101101 completed 6614
-0101010101101101 terminated 594
-01010101011011100 flatted 1
-01010101011011100 modularized 1
-01010101011011100 race- 1
-01010101011011100 underinsured 1
-01010101011011100 redetained 1
-01010101011011100 resentenced 1
-01010101011011100 overwithheld 1
-01010101011011100 pro-freedom 1
-01010101011011100 trailer-mounted 1
-01010101011011100 cross-trained 1
-01010101011011100 DOUBLED 1
-01010101011011100 proapartheid 1
-01010101011011100 pinballs 1
-01010101011011100 outshot 1
-01010101011011100 privitized 1
-01010101011011100 silk-screened 1
-01010101011011100 bewitched 2
-01010101011011100 offerred 2
-01010101011011100 139.39 2
-01010101011011100 hydroponically 2
-01010101011011100 leafed 2
-01010101011011100 cedes 2
-01010101011011100 raddled 2
-01010101011011100 refigured 2
-01010101011011100 retransmitted 3
-01010101011011100 depreciates 3
-01010101011011100 tilled 3
-01010101011011100 cherry-picked 3
-01010101011011100 spattered 3
-01010101011011100 prepped 3
-01010101011011100 ransomed 3
-01010101011011100 field-tested 3
-01010101011011100 grieved 4
-01010101011011100 recharged 4
-01010101011011100 burgled 4
-01010101011011100 preened 4
-01010101011011100 paged 5
-01010101011011100 innovated 7
-01010101011011100 snowed 9
-01010101011011100 gouged 9
-01010101011011100 wafting 12
-01010101011011100 nibbled 14
-01010101011011100 dangled 17
-01010101011011100 readied 17
-01010101011011100 procured 18
-01010101011011100 sifted 19
-01010101011011100 unwound 19
-01010101011011100 reclassified 24
-01010101011011100 reproduced 38
-01010101011011100 reintroduced 40
-01010101011011100 grouped 55
-01010101011011100 tallied 57
-01010101011011100 screened 75
-01010101011011100 disbursed 76
-01010101011011100 reoffered 77
-01010101011011100 transported 85
-01010101011011100 cashed 104
-01010101011011100 resold 106
-01010101011011100 refinanced 110
-01010101011011100 reassigned 126
-01010101011011100 floated 148
-01010101011011100 drilled 158
-01010101011011100 consumed 236
-01010101011011100 auctioned 262
-01010101011011100 dumped 319
-01010101011011100 exported 323
-01010101011011100 liquidated 329
-01010101011011100 executed 349
-01010101011011100 redeemed 440
-01010101011011100 investigated 480
-01010101011011100 shipped 774
-01010101011011100 tested 1042
-01010101011011100 operated 1245
-01010101011011100 sold 15771
-01010101011011100 settled 2184
-01010101011011101 1,888,008 1
-01010101011011101 Remington. 1
-01010101011011101 6,835,000 1
-01010101011011101 28,130,000 1
-01010101011011101 re-markets 1
-01010101011011101 SUFFERED 1
-01010101011011101 OVERTURNED 1
-01010101011011101 ALREADY 1
-01010101011011101 BUOYANT 1
-01010101011011101 QUOTED 1
-01010101011011101 6,320,758 1
-01010101011011101 3,787,798 1
-01010101011011101 oeconomicus 1
-01010101011011101 7,920,579 1
-01010101011011101 REFORMS 1
-01010101011011101 EMPLOYED 1
-01010101011011101 27,988,000 1
-01010101011011101 1,524,743 1
-01010101011011101 858,767 1
-01010101011011101 11,020,505 1
-01010101011011101 CONCLUDED 1
-01010101011011101 3,456,400 1
-01010101011011101 BOMBED 1
-01010101011011101 23,154,506 1
-01010101011011101 ENROLLMENT 1
-01010101011011101 3,392,575 1
-01010101011011101 6,518,991 1
-01010101011011101 ELUDES 1
-01010101011011101 169,338 1
-01010101011011101 114,266,381 1
-01010101011011101 2,367,782 1
-01010101011011101 INCLUDE 1
-01010101011011101 poo-poos 1
-01010101011011101 9,544,385 1
-01010101011011101 17,545,000 1
-01010101011011101 49,850,000 1
-01010101011011101 MEALS 1
-01010101011011101 RECESSED 1
-01010101011011101 22,943,000 1
-01010101011011101 9,452,346 1
-01010101011011101 POLITICOS 1
-01010101011011101 9,994,484 1
-01010101011011101 civilization. 1
-01010101011011101 39,624,286 1
-01010101011011101 CAST 1
-01010101011011101 21,275,170 1
-01010101011011101 10,637,771 1
-01010101011011101 93,984,000 1
-01010101011011101 CORNER 1
-01010101011011101 1,684,573 1
-01010101011011101 UNDERGO 1
-01010101011011101 1,986,316 1
-01010101011011101 DRAW 1
-01010101011011101 769,744 1
-01010101011011101 coregroup 1
-01010101011011101 6,950,000 1
-01010101011011101 36,978,525 1
-01010101011011101 ATTEMPT 1
-01010101011011101 FLOODED 1
-01010101011011101 571,920 1
-01010101011011101 342,243 1
-01010101011011101 4,573,235 1
-01010101011011101 BATTERIES 1
-01010101011011101 SURPLUS 1
-01010101011011101 1,584,700 1
-01010101011011101 INTENSIFIED 1
-01010101011011101 5,610,000 1
-01010101011011101 35,493,771 1
-01010101011011101 PARTICIPATED 1
-01010101011011101 BREWS 1
-01010101011011101 FOILED 1
-01010101011011101 STOPPAGES 1
-01010101011011101 46,289,657 1
-01010101011011101 8,276,810 1
-01010101011011101 harked 1
-01010101011011101 spooned 2
-01010101011011101 airmailed 2
-01010101011011101 SANK 2
-01010101011011101 re-embraced 2
-01010101011011101 ford 2
-01010101011011101 levitates 2
-01010101011011101 SEIZED 2
-01010101011011101 conjugated 2
-01010101011011101 interjecting 2
-01010101011011101 retyped 3
-01010101011011101 PROPOSE 3
-01010101011011101 PLUMMETED 3
-01010101011011101 guzzled 3
-01010101011011101 tunneled 3
-01010101011011101 good-for-nothing 3
-01010101011011101 overbilled 4
-01010101011011101 MOUNTED 4
-01010101011011101 PASSED 4
-01010101011011101 EASED 4
-01010101011011101 QUIT 5
-01010101011011101 SKIDDED 6
-01010101011011101 scoot 6
-01010101011011101 REBOUNDED 6
-01010101011011101 alternated 8
-01010101011011101 SOARED 9
-01010101011011101 SEEK 9
-01010101011011101 TUMBLED 9
-01010101011011101 reacquired 9
-01010101011011101 fished 10
-01010101011011101 GREW 10
-01010101011011101 dangles 10
-01010101011011101 hawked 14
-01010101011011101 RALLIED 15
-01010101011011101 outsold 15
-01010101011011101 PLUNGED 15
-01010101011011101 SURGED 19
-01010101011011101 exited 22
-01010101011011101 snared 32
-01010101011011101 shorted 42
-01010101011011101 retrieved 51
-01010101011011101 unloaded 105
-01010101011011101 repurchased 190
-01010101011011101 injected 209
-01010101011011101 ranked 491
-01010101011011101 seized 660
-01010101011011101 placed 2687
-01010101011011101 bought 7281
-01010101011011101 purchased 3939
-01010101011011110 wacked 1
-01010101011011110 fun-mobiles 1
-01010101011011110 Wednesdayfor 1
-01010101011011110 flyable 2
-01010101011011110 mated 2
-01010101011011110 disinherited 3
-01010101011011110 quaffed 4
-01010101011011110 sloshed 5
-01010101011011110 sways 6
-01010101011011110 ploughed 6
-01010101011011110 angled 7
-01010101011011110 transacted 11
-01010101011011110 reissued 19
-01010101011011110 indemnified 26
-01010101011011110 graded 29
-01010101011011110 furloughed 30
-01010101011011110 flushed 31
-01010101011011110 expended 42
-01010101011011110 bargained 50
-01010101011011110 entrusted 54
-01010101011011110 mined 54
-01010101011011110 computed 55
-01010101011011110 paired 59
-01010101011011110 refunded 60
-01010101011011110 overpaid 69
-01010101011011110 furnished 94
-01010101011011110 penalized 100
-01010101011011110 pitched 111
-01010101011011110 reinvested 127
-01010101011011110 hedged 139
-01010101011011110 reimbursed 141
-01010101011011110 appropriated 160
-01010101011011110 budgeted 161
-01010101011011110 transmitted 173
-01010101011011110 compensated 174
-01010101011011110 levied 187
-01010101011011110 rented 194
-01010101011011110 assessed 209
-01010101011011110 deposited 225
-01010101011011110 booked 226
-01010101011011110 leased 395
-01010101011011110 contracted 397
-01010101011011110 repaid 447
-01010101011011110 licensed 490
-01010101011011110 trained 541
-01010101011011110 collected 644
-01010101011011110 targeted 691
-01010101011011110 fined 785
-01010101011011110 employed 812
-01010101011011110 owed 955
-01010101011011110 incurred 978
-01010101011011110 recorded 999
-01010101011011110 registered 1048
-01010101011011110 financed 1199
-01010101011011110 paid 9061
-01010101011011110 negotiated 1383
-01010101011011111 arms-control-centered 1
-01010101011011111 3,371,000 1
-01010101011011111 7,032,000 1
-01010101011011111 3,843,000 1
-01010101011011111 52,165,826 1
-01010101011011111 3,738,500 1
-01010101011011111 fund-and 1
-01010101011011111 4,410,459 1
-01010101011011111 outwitted 1
-01010101011011111 2,391,000 1
-01010101011011111 6,550,000 1
-01010101011011111 3,885,000 1
-01010101011011111 18,776,000 1
-01010101011011111 498,120 1
-01010101011011111 980,741 1
-01010101011011111 3,031,546 1
-01010101011011111 4,809,389 1
-01010101011011111 5,027,730 1
-01010101011011111 4,521,834 1
-01010101011011111 11,285 1
-01010101011011111 3,760,885 1
-01010101011011111 20,040,000 1
-01010101011011111 1,451,407 1
-01010101011011111 9,413,107 1
-01010101011011111 480,206 1
-01010101011011111 1,557,994 1
-01010101011011111 907,600 1
-01010101011011111 137,614,844 1
-01010101011011111 18,092,609 1
-01010101011011111 10,888,000 1
-01010101011011111 2,514,000 1
-01010101011011111 7,429,310 1
-01010101011011111 13,414,075 1
-01010101011011111 11,760,828 1
-01010101011011111 13,557,700 1
-01010101011011111 2,540,000 1
-01010101011011111 8,912,822 1
-01010101011011111 custom-tailors 1
-01010101011011111 reactor-grade 1
-01010101011011111 settled.These 1
-01010101011011111 602,698 1
-01010101011011111 2,781,632 1
-01010101011011111 25,856,000 1
-01010101011011111 2,122,500 1
-01010101011011111 5,765,000 1
-01010101011011111 6,878,721 1
-01010101011011111 47,214,318 1
-01010101011011111 1,177,000 1
-01010101011011111 6,063,828 1
-01010101011011111 dirty-field 1
-01010101011011111 9,853,290 1
-01010101011011111 3,426,861 1
-01010101011011111 429,787 1
-01010101011011111 613,979 1
-01010101011011111 5,853,595 1
-01010101011011111 256,340 1
-01010101011011111 504,700 1
-01010101011011111 1,293,660 1
-01010101011011111 23,614,393 1
-01010101011011111 3,912,099 1
-01010101011011111 749,937 1
-01010101011011111 8,063,652 1
-01010101011011111 2,617,040 1
-01010101011011111 14,720 1
-01010101011011111 4,683,575 1
-01010101011011111 628,360 1
-01010101011011111 25,175,000 1
-01010101011011111 5,476,759 1
-01010101011011111 1,084,000 1
-01010101011011111 10,332 1
-01010101011011111 Craf-Cassini 1
-01010101011011111 22,575,000 1
-01010101011011111 2,882,000 1
-01010101011011111 79,529,000 1
-01010101011011111 1,036,625 1
-01010101011011111 1,789,165 1
-01010101011011111 7,247,278 1
-01010101011011111 6,724,892 1
-01010101011011111 more-ordinary 1
-01010101011011111 12,349,493 1
-01010101011011111 by-guess-and-by-golly 1
-01010101011011111 2,442,000 1
-01010101011011111 7,181,000 1
-01010101011011111 3,375,000 1
-01010101011011111 3,626,790 1
-01010101011011111 1,998 1
-01010101011011111 450,535 1
-01010101011011111 1,682,436 1
-01010101011011111 parches 1
-01010101011011111 futures-the 1
-01010101011011111 12,489,000 1
-01010101011011111 897,728 1
-01010101011011111 4,266,080 1
-01010101011011111 re-invested 2
-01010101011011111 slimed 2
-01010101011011111 unleased 2
-01010101011011111 lances 2
-01010101011011111 pontificated 2
-01010101011011111 second-guesses 2
-01010101011011111 umpired 2
-01010101011011111 recommissioned 2
-01010101011011111 tappet 2
-01010101011011111 develped 2
-01010101011011111 curried 3
-01010101011011111 stinky 3
-01010101011011111 treaded 3
-01010101011011111 birdied 4
-01010101011011111 mimed 4
-01010101011011111 husbanded 4
-01010101011011111 grated 5
-01010101011011111 ruminated 6
-01010101011011111 raved 8
-01010101011011111 shoveled 9
-01010101011011111 sweated 10
-01010101011011111 muscled 11
-01010101011011111 fathered 14
-01010101011011111 retraced 17
-01010101011011111 bared 17
-01010101011011111 massed 21
-01010101011011111 spanned 26
-01010101011011111 jettisoned 26
-01010101011011111 batted 28
-01010101011011111 impounded 28
-01010101011011111 banked 29
-01010101011011111 laundered 30
-01010101011011111 wrested 35
-01010101011011111 squandered 37
-01010101011011111 embezzled 37
-01010101011011111 logged 69
-01010101011011111 grossed 73
-01010101011011111 recouped 78
-01010101011011111 wasted 193
-01010101011011111 regained 196
-01010101011011111 appreciated 242
-01010101011011111 equals 277
-01010101011011111 lasted 308
-01010101011011111 yielding 363
-01010101011011111 yielded 372
-01010101011011111 captured 470
-01010101011011111 accumulated 582
-01010101011011111 borrowed 984
-01010101011011111 invested 1598
-01010101011011111 spent 3949
-01010101011011111 lost 6788
-010101010111000 outnegotiated 1
-010101010111000 revolutionizes 1
-010101010111000 556,625 1
-010101010111000 2,563,238 1
-010101010111000 re-configured 1
-010101010111000 quells 1
-010101010111000 refaced 1
-010101010111000 test-smoked 1
-010101010111000 outmarketed 1
-010101010111000 out-negotiating 1
-010101010111000 parroted 1
-010101010111000 pre-ordered 1
-010101010111000 reconverting 1
-010101010111000 blackball 1
-010101010111000 outdrew 1
-010101010111000 pipe-bombed 1
-010101010111000 disorients 1
-010101010111000 challeneged 1
-010101010111000 majority.The 1
-010101010111000 suppported 1
-010101010111000 overstimulates 1
-010101010111000 88,752 1
-010101010111000 master-minded 1
-010101010111000 digitizes 1
-010101010111000 similar-raising 1
-010101010111000 transcribes 1
-010101010111000 suceeed 1
-010101010111000 private-but 1
-010101010111000 slayed 1
-010101010111000 preceeded 2
-010101010111000 outmanuevered 2
-010101010111000 knifed 2
-010101010111000 treed 2
-010101010111000 inveigled 2
-010101010111000 scammed 2
-010101010111000 humanized 2
-010101010111000 enervated 2
-010101010111000 whopped 2
-010101010111000 falsifies 2
-010101010111000 petted 2
-010101010111000 outpriced 2
-010101010111000 reproached 2
-010101010111000 seduces 2
-010101010111000 reproved 3
-010101010111000 under-performed 3
-010101010111000 carped 3
-010101010111000 impugns 4
-010101010111000 out-earned 4
-010101010111000 misperceived 4
-010101010111000 ogled 4
-010101010111000 eulogized 4
-010101010111000 greasing 4
-010101010111000 blackballed 4
-010101010111000 beseeched 5
-010101010111000 importuned 5
-010101010111000 parried 5
-010101010111000 outranked 6
-010101010111000 hoodwinked 6
-010101010111000 regaled 6
-010101010111000 upbraided 6
-010101010111000 reinterpreted 7
-010101010111000 prejudged 7
-010101010111000 spanked 7
-010101010111000 footed 7
-010101010111000 detested 8
-010101010111000 machine-gunned 8
-010101010111000 plagiarized 8
-010101010111000 propounded 8
-010101010111000 adjudged 8
-010101010111000 antagonized 9
-010101010111000 coddled 9
-010101010111000 pooh-poohed 9
-010101010111000 molested 9
-010101010111000 seconded 10
-010101010111000 previewed 10
-010101010111000 disowned 10
-010101010111000 unlocked 10
-010101010111000 clubbed 11
-010101010111000 subverted 11
-010101010111000 blockaded 11
-010101010111000 emasculated 12
-010101010111000 libeled 12
-010101010111000 belittled 12
-010101010111000 badgered 13
-010101010111000 nursed 13
-010101010111000 bemoaned 13
-010101010111000 complimented 13
-010101010111000 radioed 14
-010101010111000 leapfrogged 14
-010101010111000 scoured 14
-010101010111000 fingered 15
-010101010111000 remanded 15
-010101010111000 canvassed 16
-010101010111000 outmaneuvered 17
-010101010111000 hugged 17
-010101010111000 shepherded 18
-010101010111000 implored 18
-010101010111000 misapplied 19
-010101010111000 saluted 19
-010101010111000 savaged 20
-010101010111000 quizzed 20
-010101010111000 revolutionized 20
-010101010111000 trashed 20
-010101010111000 snubbed 21
-010101010111000 toasted 22
-010101010111000 disparaged 22
-010101010111000 scolded 22
-010101010111000 probed 22
-010101010111000 befriended 23
-010101010111000 refuted 23
-010101010111000 annexed 23
-010101010111000 defamed 24
-010101010111000 castigated 25
-010101010111000 outspent 25
-010101010111000 berated 26
-010101010111000 patrolled 27
-010101010111000 interrogated 27
-010101010111000 pinpointed 28
-010101010111000 kissed 29
-010101010111000 christened 31
-010101010111000 queried 33
-010101010111000 chronicled 33
-010101010111000 picketed 34
-010101010111000 abetted 34
-010101010111000 bested 35
-010101010111000 broached 35
-010101010111000 thanked 35
-010101010111000 scorned 36
-010101010111000 pondered 36
-010101010111000 congratulated 37
-010101010111000 reshaped 39
-010101010111000 co-founded 39
-010101010111000 lambasted 39
-010101010111000 miscalculated 41
-010101010111000 lectured 42
-010101010111000 misjudged 42
-010101010111000 clinched 43
-010101010111000 misread 44
-010101010111000 chastised 45
-010101010111000 begged 46
-010101010111000 deceived 46
-010101010111000 disliked 46
-010101010111000 preached 47
-010101010111000 rebuked 47
-010101010111000 countersued 48
-010101010111000 repudiated 49
-010101010111000 tackled 52
-010101010111000 chided 54
-010101010111000 coined 55
-010101010111000 assailed 56
-010101010111000 counseled 57
-010101010111000 bypassed 59
-010101010111000 ridiculed 62
-010101010111000 bribed 64
-010101010111000 researched 66
-010101010111000 trumpeted 67
-010101010111000 entertained 67
-010101010111000 lauded 68
-010101010111000 reprimanded 68
-010101010111000 prodded 71
-010101010111000 wooed 73
-010101010111000 eluded 76
-010101010111000 courted 82
-010101010111000 overcharged 85
-010101010111000 alerted 101
-010101010111000 telephoned 109
-010101010111000 petitioned 111
-010101010111000 phoned 114
-010101010111000 raided 117
-010101010111000 admired 119
-010101010111000 summoned 130
-010101010111000 invaded 132
-010101010111000 manipulated 152
-010101010111000 grabbed 160
-010101010111000 battled 161
-010101010111000 underestimated 169
-010101010111000 faulted 177
-010101010111000 briefed 178
-010101010111000 invoked 179
-010101010111000 condemned 205
-010101010111000 supervised 207
-010101010111000 misled 224
-010101010111000 applauded 228
-010101010111000 embraced 234
-010101010111000 renamed 250
-010101010111000 denounced 258
-010101010111000 tapped 262
-010101010111000 instructed 286
-010101010111000 examined 352
-010101010111000 answered 391
-010101010111000 nominated 467
-010101010111000 welcomed 489
-010101010111000 contacted 518
-010101010111000 pressed 555
-010101010111000 taught 562
-010101010111000 persuaded 568
-010101010111000 praised 571
-010101010111000 visited 632
-010101010111000 studied 676
-010101010111000 challenged 787
-010101010111000 attacked 792
-010101010111000 approached 857
-010101010111000 advised 910
-010101010111000 directed 957
-010101010111000 questioned 994
-010101010111000 criticized 1703
-010101010111000 sued 1774
-010101010111000 urged 2015
-010101010111000 asked 7817
-010101010111000 ordered 2925
-010101010111001 suckled 1
-010101010111001 propounds 1
-010101010111001 gilds 1
-010101010111001 Cevallos 1
-010101010111001 variable-account 1
-010101010111001 parsed 1
-010101010111001 Disparaged 1
-010101010111001 burnishes 1
-010101010111001 reattaches 1
-010101010111001 slow-to-perform 1
-010101010111001 Gained 1
-010101010111001 four-putted 1
-010101010111001 dynamites 1
-010101010111001 Captivates 1
-010101010111001 chivied 1
-010101010111001 4,173 1
-010101010111001 cuddles 1
-010101010111001 out-toughs 1
-010101010111001 riden 1
-010101010111001 Berlinguer 1
-010101010111001 deports 1
-010101010111001 envokes 1
-010101010111001 whitens 1
-010101010111001 wisked 1
-010101010111001 Punctured 1
-010101010111001 Phuangrach 1
-010101010111001 crooking 1
-010101010111001 unchains 1
-010101010111001 bird-dogs 1
-010101010111001 Sued 1
-010101010111001 patronizes 1
-010101010111001 less-patient 1
-010101010111001 hectored 1
-010101010111001 inducts 1
-010101010111001 outlives 1
-010101010111001 re-accelerates 1
-010101010111001 gate-crashed 1
-010101010111001 cuckolds 1
-010101010111001 poleaxed 1
-010101010111001 big-turnout 1
-010101010111001 forewarns 1
-010101010111001 illegalled 1
-010101010111001 disbands 1
-010101010111001 Lapse 1
-010101010111001 synopsizes 1
-010101010111001 dislodges 1
-010101010111001 Self-wringing 1
-010101010111001 re-retired. 1
-010101010111001 clenches 1
-010101010111001 Benedetti-type 1
-010101010111001 upbraids 1
-010101010111001 Haris 1
-010101010111001 hyperexaggerates 1
-010101010111001 Han-ming 1
-010101010111001 cross-examines 1
-010101010111001 psychoanalyzing 1
-010101010111001 Fishworm 1
-010101010111001 Cranach 1
-010101010111001 Polked 1
-010101010111001 plan-six 1
-010101010111001 ladles 1
-010101010111001 puckers 1
-010101010111001 gasconade 1
-010101010111001 reprieved 1
-010101010111001 Teng-tsung 1
-010101010111001 unholstered 1
-010101010111001 Jikun 1
-010101010111001 gaveled 1
-010101010111001 reprised 1
-010101010111001 sex-starved 1
-010101010111001 1,229 1
-010101010111001 reinvents 1
-010101010111001 pricking 1
-010101010111001 unglamorized 1
-010101010111001 much-sought-after 1
-010101010111001 gladhands 1
-010101010111001 Lanqing 1
-010101010111001 re-reinterprets 1
-010101010111001 eviscerated 2
-010101010111001 extolls 2
-010101010111001 fast-talks 2
-010101010111001 reconnoitered 2
-010101010111001 zinged 2
-010101010111001 gypped 2
-010101010111001 overfills 2
-010101010111001 Cleared 2
-010101010111001 double-crossed 2
-010101010111001 pursuaded 2
-010101010111001 dazzles 2
-010101010111001 botches 2
-010101010111001 patent-process 2
-010101010111001 Lira 2
-010101010111001 buttonholes 2
-010101010111001 parlays 2
-010101010111001 whistle-stopped 2
-010101010111001 crucifying 2
-010101010111001 redeposited 2
-010101010111001 decapitalizing 2
-010101010111001 upended 3
-010101010111001 disarms 3
-010101010111001 outscoring 3
-010101010111001 rues 3
-010101010111001 slugged 3
-010101010111001 toed 3
-010101010111001 regales 3
-010101010111001 hand-carried 3
-010101010111001 douses 4
-010101010111001 familiarized 4
-010101010111001 excoriates 4
-010101010111001 blackmailing 4
-010101010111001 bootstrapped 4
-010101010111001 bad-mouthed 4
-010101010111001 conceives 4
-010101010111001 stroked 5
-010101010111001 insulates 5
-010101010111001 patted 5
-010101010111001 defunded 5
-010101010111001 satirized 5
-010101010111001 overhears 5
-010101010111001 outearned 5
-010101010111001 quizzing 5
-010101010111001 persecuting 5
-010101010111001 excommunicated 6
-010101010111001 teases 6
-010101010111001 decribed 6
-010101010111001 conned 6
-010101010111001 titillated 6
-010101010111001 scours 7
-010101010111001 outfoxed 7
-010101010111001 fancied 7
-010101010111001 buttonholed 7
-010101010111001 co-chairs 7
-010101010111001 consoled 7
-010101010111001 savoring 8
-010101010111001 despairs 9
-010101010111001 stonewalled 9
-010101010111001 reassumed 10
-010101010111001 mouthed 11
-010101010111001 mispriced 11
-010101010111001 wowed 12
-010101010111001 savored 12
-010101010111001 crisscrossed 16
-010101010111001 unseated 16
-010101010111001 badgering 17
-010101010111001 endeared 17
-010101010111001 excoriated 19
-010101010111001 strangled 19
-010101010111001 re-entered 21
-010101010111001 taunted 22
-010101010111001 absolved 22
-010101010111001 mocked 25
-010101010111001 recited 28
-010101010111001 greets 28
-010101010111001 thanking 30
-010101010111001 exhorted 30
-010101010111001 admonished 30
-010101010111001 rejoined 33
-010101010111001 informs 47
-010101010111001 recounted 56
-010101010111001 derided 74
-010101010111001 toured 80
-010101010111001 possessed 90
-010101010111001 praises 99
-010101010111001 defrauded 189
-010101010111001 joins 204
-010101010111001 accuses 236
-010101010111001 reminded 267
-010101010111001 portrayed 304
-010101010111001 hailed 337
-010101010111001 notified 535
-010101010111001 defended 569
-010101010111001 characterized 571
-010101010111001 assured 673
-010101010111001 informed 891
-010101010111001 tells 1246
-010101010111001 accused 2251
-010101010111001 described 2301
-010101010111001 told 9410
-010101010111001 joined 2463
-010101010111010 ribonuclease 1
-010101010111010 Industrializing 1
-010101010111010 forswears 1
-010101010111010 shoulder-carried 1
-010101010111010 computer-languages 1
-010101010111010 co-created 1
-010101010111010 RAW. 1
-010101010111010 star-actor 1
-010101010111010 job-loyalty 1
-010101010111010 10-country 1
-010101010111010 confides. 1
-010101010111010 black-edged 1
-010101010111010 auditorium-like 1
-010101010111010 WRITING. 1
-010101010111010 tobacco-extract 1
-010101010111010 forbearance. 1
-010101010111010 crime-and-car-chase 1
-010101010111010 recalled. 1
-010101010111010 disappointed. 1
-010101010111010 auburn-haired- 1
-010101010111010 legs-together 1
-010101010111010 twerpy 1
-010101010111010 McDill 1
-010101010111010 tools-North 1
-010101010111010 secure. 1
-010101010111010 N.C-based 1
-010101010111010 Sambac 1
-010101010111010 B40 1
-010101010111010 incumbent-protected 1
-010101010111010 day-before-the-race 1
-010101010111010 lo-fi 1
-010101010111010 Gals 1
-010101010111010 Schuykill 1
-010101010111010 wanted. 1
-010101010111010 Clerverly 1
-010101010111010 Mid-Size 1
-010101010111010 Club. 1
-010101010111010 Margaretta 1
-010101010111010 retitled 1
-010101010111010 hipped-up 1
-010101010111010 Predict 1
-010101010111010 explains. 1
-010101010111010 WBEZ. 1
-010101010111010 Sankai 1
-010101010111010 mistitled 1
-010101010111010 retorts. 1
-010101010111010 fake-looking 1
-010101010111010 mercenary. 1
-010101010111010 explained. 1
-010101010111010 sewers- 1
-010101010111010 coreopsis 1
-010101010111010 agrees. 1
-010101010111010 brainlessly 1
-010101010111010 sentimentalizing 1
-010101010111010 SLIPPED 1
-010101010111010 warbled 1
-010101010111010 venture. 1
-010101010111010 regulator-inspired 1
-010101010111010 condensing 1
-010101010111010 low-decibel 1
-010101010111010 WFXT. 1
-010101010111010 ratings-obsessed 1
-010101010111010 subWagnerian 1
-010101010111010 FX. 1
-010101010111010 34-inch 1
-010101010111010 financial-offering 1
-010101010111010 BLUEPRINT 1
-010101010111010 Marhaba 1
-010101010111010 critized 2
-010101010111010 stonelike 2
-010101010111010 anoints 2
-010101010111010 unconvincingly 2
-010101010111010 clanged 2
-010101010111010 redubbed 2
-010101010111010 Jello 2
-010101010111010 didn 2
-010101010111010 analogized 2
-010101010111010 interleukin-4 2
-010101010111010 Setemer 2
-010101010111010 Vecernje 2
-010101010111010 plumping 2
-010101010111010 forded 2
-010101010111010 blotted 2
-010101010111010 propagandizes 2
-010101010111010 co-edited 2
-010101010111010 foretells 2
-010101010111010 re-enters 2
-010101010111010 sloughs 2
-010101010111010 brand-named 2
-010101010111010 commends 2
-010101010111010 Police-man 2
-010101010111010 skewers 2
-010101010111010 sandblasts 2
-010101010111010 Earvin 3
-010101010111010 re-sold 3
-010101010111010 glorifies 3
-010101010111010 topples 3
-010101010111010 debunks 3
-010101010111010 tarnishes 3
-010101010111010 steams 4
-010101010111010 groped 4
-010101010111010 Urges 4
-010101010111010 wends 4
-010101010111010 reentered 5
-010101010111010 mistreats 5
-010101010111010 substantiates 6
-010101010111010 needled 6
-010101010111010 crooning 7
-010101010111010 mischarged 8
-010101010111010 chastises 9
-010101010111010 aced 10
-010101010111010 repays 10
-010101010111010 assails 11
-010101010111010 rechristened 14
-010101010111010 spied 19
-010101010111010 dubs 23
-010101010111010 deplored 23
-010101010111010 extolled 27
-010101010111010 subtitled 29
-010101010111010 chanted 32
-010101010111010 downplayed 34
-010101010111010 said. 37
-010101010111010 commended 42
-010101010111010 decried 46
-010101010111010 code-named 50
-010101010111010 headlined 53
-010101010111010 nicknamed 70
-010101010111010 likened 86
-010101010111010 ascribed 113
-010101010111010 blasted 139
-010101010111010 titled 182
-010101010111010 dubbed 323
-010101010111010 labeled 335
-010101010111010 termed 436
-010101010111010 blamed 1208
-010101010111010 called 12429
-010101010111010 attributed 2067
-010101010111011 superprotection 1
-010101010111011 atmospheres 1
-010101010111011 atoning 1
-010101010111011 income-supports 1
-010101010111011 duetizing 1
-010101010111011 candiate 1
-010101010111011 Hodsell 1
-010101010111011 point-for-point 1
-010101010111011 value-packed 1
-010101010111011 Strelzin 1
-010101010111011 over-buying 1
-010101010111011 chaffs 1
-010101010111011 101.22 1
-010101010111011 Juventus 1
-010101010111011 meteorlogist 1
-010101010111011 You. 1
-010101010111011 slap-and-tickle 1
-010101010111011 overleaps 1
-010101010111011 Muranyi 1
-010101010111011 Rouault 1
-010101010111011 111.37 1
-010101010111011 111.13 1
-010101010111011 Gaullette 1
-010101010111011 disports 1
-010101010111011 reseating 1
-010101010111011 cannibalizes 1
-010101010111011 methylsalicylate 1
-010101010111011 press-basher 1
-010101010111011 78.59 1
-010101010111011 Air-Head 1
-010101010111011 gourmands 1
-010101010111011 patterning 1
-010101010111011 limited-English-speakers 1
-010101010111011 non-cholesterol 1
-010101010111011 closeting 1
-010101010111011 Free-World 1
-010101010111011 fill-ins 1
-010101010111011 acounted 1
-010101010111011 tub-thump 1
-010101010111011 bargain-seekers 1
-010101010111011 alllowing 1
-010101010111011 emceed 1
-010101010111011 reapplied 1
-010101010111011 employer-testing 1
-010101010111011 cheesing 1
-010101010111011 deadlines. 1
-010101010111011 realpolitik 1
-010101010111011 queueing 1
-010101010111011 dispiritedly 1
-010101010111011 Jahan 1
-010101010111011 photo-tools 1
-010101010111011 succesors 1
-010101010111011 checkoffs 1
-010101010111011 90day 1
-010101010111011 unburdening 1
-010101010111011 bleach-filled 1
-010101010111011 transmutes 2
-010101010111011 affixes 2
-010101010111011 quarterhorses 2
-010101010111011 teleprompters 2
-010101010111011 semiparalyzed 2
-010101010111011 plumps 2
-010101010111011 VMIG-1 2
-010101010111011 fly-rodding 2
-010101010111011 Waites 2
-010101010111011 antiperspirants 2
-010101010111011 recoiling 2
-010101010111011 chaining 3
-010101010111011 reproaches 3
-010101010111011 rechristening 3
-010101010111011 meterologist 3
-010101010111011 spokesdog 3
-010101010111011 perjuring 3
-010101010111011 raps 3
-010101010111011 underprepared 3
-010101010111011 baiting 3
-010101010111011 Isidore 3
-010101010111011 sentencings 4
-010101010111011 reasons. 4
-010101010111011 availing 4
-010101010111011 girds 5
-010101010111011 confiding 10
-010101010111011 deluding 12
-010101010111011 apologizes 12
-010101010111011 opts 25
-010101010111011 distancing 30
-010101010111011 amends 44
-010101010111011 begging 72
-010101010111011 pleading 155
-010101010111011 adjusting 426
-010101010111011 calling 2069
-010101010111011 calls 6670
-010101010111100 decollectivized 1
-010101010111100 price-leader 1
-010101010111100 9,477 1
-010101010111100 desmadre 1
-010101010111100 organo-phosphorus 1
-010101010111100 InterAgency 1
-010101010111100 appproached 1
-010101010111100 deposit-guarantee 1
-010101010111100 AIDS-acquired 1
-010101010111100 34,427 1
-010101010111100 45,530 1
-010101010111100 automatic-braking 1
-010101010111100 sub-clinical 1
-010101010111100 2,859 1
-010101010111100 69,375 1
-010101010111100 24-karat-gold 1
-010101010111100 2,566 1
-010101010111100 4,006,796 1
-010101010111100 not-unimpressive 1
-010101010111100 171,185 1
-010101010111100 matched-sale 1
-010101010111100 552,774 1
-010101010111100 embezzles 1
-010101010111100 flexicoker 1
-010101010111100 4,844 1
-010101010111100 28,083 1
-010101010111100 286-type 1
-010101010111100 ether-substitutes 1
-010101010111100 18,419 2
-010101010111100 2,655 2
-010101010111100 transfigured 2
-010101010111100 canonized 3
-010101010111100 amnestied 3
-010101010111100 Spectrums 3
-010101010111100 co-developed 3
-010101010111100 air-shipped 3
-010101010111100 re-released 3
-010101010111100 9mm 3
-010101010111100 bludgeons 3
-010101010111100 reattached 4
-010101010111100 idolized 4
-010101010111100 aquired 4
-010101010111100 retaken 4
-010101010111100 radiated 5
-010101010111100 reincorporated 5
-010101010111100 scavenged 5
-010101010111100 bamboozled 5
-010101010111100 enfranchised 6
-010101010111100 reinvests 6
-010101010111100 undefeated 9
-010101010111100 anointed 10
-010101010111100 dethroned 11
-010101010111100 refreshed 13
-010101010111100 disassembled 13
-010101010111100 synthesized 31
-010101010111100 remodeled 33
-010101010111100 minted 40
-010101010111100 reconstituted 42
-010101010111100 denationalized 67
-010101010111100 downed 71
-010101010111100 divested 104
-010101010111100 filmed 114
-010101010111100 severed 125
-010101010111100 outbid 125
-010101010111100 orchestrated 137
-010101010111100 enlisted 149
-010101010111100 privatized 162
-010101010111100 branded 171
-010101010111100 displaced 177
-010101010111100 forged 203
-010101010111100 assisted 289
-010101010111100 inherited 292
-010101010111100 reorganized 294
-010101010111100 recruited 356
-010101010111100 engineered 590
-010101010111100 experienced 1062
-010101010111100 founded 1088
-010101010111100 organized 1230
-010101010111100 retained 1263
-010101010111100 selected 1273
-010101010111100 hired 2237
-010101010111100 established 2393
-010101010111100 acquired 8443
-010101010111100 formed 2946
-0101010101111010 27,019 1
-0101010101111010 14,375 1
-0101010101111010 flaw-prone 1
-0101010101111010 copycatting 1
-0101010101111010 cattle-drive 1
-0101010101111010 out-slicked 1
-0101010101111010 helpful-established 1
-0101010101111010 4,909 1
-0101010101111010 20,620 1
-0101010101111010 redesignated 2
-0101010101111010 speed-ups 2
-0101010101111010 legitimated 3
-0101010101111010 mooted 4
-0101010101111010 force-fed 4
-0101010101111010 empaneled 7
-0101010101111010 cradling 7
-0101010101111010 showcased 8
-0101010101111010 short-circuited 8
-0101010101111010 postmarked 12
-0101010101111010 codified 14
-0101010101111010 unfurled 14
-0101010101111010 reimposed 20
-0101010101111010 test-marketed 21
-0101010101111010 promulgated 36
-0101010101111010 inaugurated 54
-0101010101111010 vacated 96
-0101010101111010 convened 162
-0101010101111010 adjourned 188
-0101010101111010 instituted 236
-0101010101111010 commissioned 269
-0101010101111010 drafted 372
-0101010101111010 outlined 399
-0101010101111010 enacted 744
-0101010101111010 installed 748
-0101010101111010 delivered 1136
-0101010101111010 conducted 1487
-0101010101111010 imposed 1516
-0101010101111010 awarded 1853
-0101010101111010 published 2129
-0101010101111010 introduced 2528
-0101010101111010 launched 3003
-0101010101111010 released 3473
-0101010101111010 issued 5827
-0101010101111010 created 3962
-0101010101111011 dead-set 1
-0101010101111011 ill-armed 1
-0101010101111011 II-low 1
-0101010101111011 3,183 1
-0101010101111011 spruce-pine-fir 1
-0101010101111011 fulminates 1
-0101010101111011 haggles 1
-0101010101111011 cumulates 1
-0101010101111011 man-tailored 1
-0101010101111011 ranted 1
-0101010101111011 militated 1
-0101010101111011 portering 1
-0101010101111011 appproved 1
-0101010101111011 52-42 1
-0101010101111011 ultra-expensive 1
-0101010101111011 6-1-1 1
-0101010101111011 17-0-1 1
-0101010101111011 inveighed 1
-0101010101111011 Bets 2
-0101010101111011 Triathlon 2
-0101010101111011 rereleased 2
-0101010101111011 shish 2
-0101010101111011 inveighing 3
-0101010101111011 subbed 3
-0101010101111011 referenced 3
-0101010101111011 fulminated 3
-0101010101111011 inveighs 3
-0101010101111011 silhouetted 3
-0101010101111011 SLIPS 4
-0101010101111011 knighted 4
-0101010101111011 vied 23
-0101010101111011 discriminates 52
-0101010101111011 retaliated 66
-0101010101111011 unsealed 66
-0101010101111011 lodged 89
-0101010101111011 filed 8542
-0101010101111011 discriminated 121
-0101010101111100 wangles 1
-0101010101111100 Fixedincome 1
-0101010101111100 Amex-traded 1
-0101010101111100 Bankrupted 1
-0101010101111100 underplays 1
-0101010101111100 systematizes 1
-0101010101111100 soldified 1
-0101010101111100 uncompensated-care 1
-0101010101111100 Viacheslav 1
-0101010101111100 early-logged 1
-0101010101111100 60.81 1
-0101010101111100 52,198 1
-0101010101111100 underpays 2
-0101010101111100 kited 2
-0101010101111100 reassigns 2
-0101010101111100 finagled 2
-0101010101111100 fixed-priced 2
-0101010101111100 proffers 2
-0101010101111100 re-examines 2
-0101010101111100 munched 3
-0101010101111100 nix 4
-0101010101111100 discerns 4
-0101010101111100 Ishino 5
-0101010101111100 muffed 5
-0101010101111100 swiped 6
-0101010101111100 kindled 10
-0101010101111100 disobeyed 12
-0101010101111100 copped 14
-0101010101111100 juggled 15
-0101010101111100 forestalled 15
-0101010101111100 dodged 16
-0101010101111100 merited 16
-0101010101111100 solicits 16
-0101010101111100 parlayed 18
-0101010101111100 exacted 18
-0101010101111100 mustered 22
-0101010101111100 harbored 32
-0101010101111100 withstood 44
-0101010101111100 fielded 51
-0101010101111100 pocketed 52
-0101010101111100 elicited 55
-0101010101111100 fetched 62
-0101010101111100 neared 88
-0101010101111100 netted 94
-0101010101111100 commanded 98
-0101010101111100 garnered 119
-0101010101111100 endured 129
-0101010101111100 reaped 151
-0101010101111100 witnessed 167
-0101010101111100 amassed 184
-0101010101111100 solicited 186
-0101010101111100 encountered 338
-0101010101111100 lacked 361
-0101010101111100 scored 403
-0101010101111100 enjoyed 587
-0101010101111100 suffered 1291
-0101010101111100 violated 1370
-0101010101111100 obtained 1384
-0101010101111100 received 9488
-0101010101111100 won 5006
-0101010101111101 tulipically 1
-0101010101111101 SCRAPPED 1
-0101010101111101 cut-back 1
-0101010101111101 rebroke 1
-0101010101111101 FORESEES 1
-0101010101111101 sbig 1
-0101010101111101 ANT 1
-0101010101111101 opertes 1
-0101010101111101 scowled 1
-0101010101111101 expectorated 1
-0101010101111101 chisels 1
-0101010101111101 Finn-type 1
-0101010101111101 redecorates 1
-0101010101111101 STIR 1
-0101010101111101 Princetonian 1
-0101010101111101 positing 1
-0101010101111101 DETAINED 1
-0101010101111101 plaits 1
-0101010101111101 Corp.and 1
-0101010101111101 DRINKING 1
-0101010101111101 Foresee 1
-0101010101111101 ESTABLISHED 1
-0101010101111101 PRODUCED 1
-0101010101111101 PLC-despite 1
-0101010101111101 PLAYED 1
-0101010101111101 SPENDS 1
-0101010101111101 vocalized 1
-0101010101111101 ENLISTED 1
-0101010101111101 Blesse 1
-0101010101111101 Wspolnota 1
-0101010101111101 co-teaches 1
-0101010101111101 RATIFIES 1
-0101010101111101 off-setting 1
-0101010101111101 SWUNG 1
-0101010101111101 asembled 1
-0101010101111101 KONINKLIJKE 1
-0101010101111101 GAINED 1
-0101010101111101 telecopied 1
-0101010101111101 Inc.said 1
-0101010101111101 RIPS 1
-0101010101111101 Davidowitz. 1
-0101010101111101 Decker-Slaney 1
-0101010101111101 unfurls 1
-0101010101111101 connived 1
-0101010101111101 chancelleries 1
-0101010101111101 ABORTED 1
-0101010101111101 CHOOSE 1
-0101010101111101 prophesies 1
-0101010101111101 raisesanother 1
-0101010101111101 IMPOSE 2
-0101010101111101 shirks 2
-0101010101111101 ISSUED 2
-0101010101111101 fondles 2
-0101010101111101 PLAYS 2
-0101010101111101 SCHEDULED 2
-0101010101111101 UNVEILED 2
-0101010101111101 DEPORTED 2
-0101010101111101 ESCORTED 2
-0101010101111101 NEARED 2
-0101010101111101 SCORED 2
-0101010101111101 INHERITS 2
-0101010101111101 DECLINED 2
-0101010101111101 KIDNAPPED 3
-0101010101111101 included. 3
-0101010101111101 plunks 3
-0101010101111101 blistered 3
-0101010101111101 Detect 3
-0101010101111101 STRUCK 3
-0101010101111101 unwraps 3
-0101010101111101 plumbed 3
-0101010101111101 soft-pedaled 3
-0101010101111101 PROCLAIMED 3
-0101010101111101 beatified 4
-0101010101111101 Evolves 4
-0101010101111101 SIGNED 4
-0101010101111101 CONDUCTED 4
-0101010101111101 STAGED 4
-0101010101111101 concocts 4
-0101010101111101 REPORTED 5
-0101010101111101 ADOPTED 5
-0101010101111101 PRESENTED 5
-0101010101111101 RELEASED 5
-0101010101111101 CHARGED 5
-0101010101111101 LAUNCHED 7
-0101010101111101 ARRESTED 7
-0101010101111101 Becomes 8
-0101010101111101 IMPOSED 8
-0101010101111101 ATTACKED 9
-0101010101111101 APPROVED 11
-0101010101111101 RECEIVED 12
-0101010101111101 REJECTED 16
-0101010101111101 FACES 22
-0101010101111101 notched 23
-0101010101111101 foresees 137
-0101010101111101 awaited 186
-0101010101111101 cites 509
-0101010101111101 faces 2369
-0101010101111101 posted 4309
-0101010101111101 cited 3517
-0101010101111110 reoccupied 1
-0101010101111110 matings 1
-0101010101111110 rompts 1
-0101010101111110 micro-manages 1
-0101010101111110 atacked 1
-0101010101111110 Maisky 1
-0101010101111110 more-concrete 1
-0101010101111110 salvages 2
-0101010101111110 spouted 2
-0101010101111110 backstops 2
-0101010101111110 denoted 3
-0101010101111110 alighted 3
-0101010101111110 shrieked 4
-0101010101111110 squirmed 4
-0101010101111110 test-fired 4
-0101010101111110 repudiates 5
-0101010101111110 uncorked 5
-0101010101111110 interjected 6
-0101010101111110 imbibed 7
-0101010101111110 entrenches 7
-0101010101111110 traversed 7
-0101010101111110 nipped 9
-0101010101111110 mediated 16
-0101010101111110 culminates 17
-0101010101111110 brandished 18
-0101010101111110 epitomized 20
-0101010101111110 sported 22
-0101010101111110 commandeered 23
-0101010101111110 choreographed 23
-0101010101111110 quieted 24
-0101010101111110 detonated 25
-0101010101111110 foreshadowed 26
-0101010101111110 masterminded 32
-0101010101111110 bankrolled 33
-0101010101111110 repelled 33
-0101010101111110 popularized 40
-0101010101111110 evoked 42
-0101010101111110 espoused 44
-0101010101111110 underlined 44
-0101010101111110 co-authored 46
-0101010101111110 co-sponsored 48
-0101010101111110 resembled 57
-0101010101111110 concocted 75
-0101010101111110 contradicted 81
-0101010101111110 defied 112
-0101010101111110 unleashed 118
-0101010101111110 hosted 124
-0101010101111110 pioneered 145
-0101010101111110 echoed 182
-0101010101111110 provoked 245
-0101010101111110 posed 360
-0101010101111110 devised 378
-0101010101111110 staged 501
-0101010101111110 initiated 567
-0101010101111110 attended 697
-0101010101111110 struck 1087
-0101010101111110 follows 1657
-0101010101111110 represented 1710
-0101010101111110 played 2159
-0101010101111110 passed 3230
-0101010101111110 followed 3563
-0101010101111110 signed 4740
-0101010101111111 mud-plaster 1
-0101010101111111 3,611,947 1
-0101010101111111 6,595,721 1
-0101010101111111 31,330,395 1
-0101010101111111 Rundfunk 1
-0101010101111111 5,743,151 1
-0101010101111111 5,263,620 1
-0101010101111111 5,165,859 1
-0101010101111111 interleaves 1
-0101010101111111 6,459,939 1
-0101010101111111 1,326,478 1
-0101010101111111 15.8446 1
-0101010101111111 upends 1
-0101010101111111 9,432,279 1
-0101010101111111 1,072,028,302 1
-0101010101111111 12,740,000 1
-0101010101111111 handwrites 1
-0101010101111111 2,565,513 1
-0101010101111111 9,968,000 1
-0101010101111111 5,701,500 1
-0101010101111111 6,718,996 1
-0101010101111111 2,674,551 1
-0101010101111111 aproved 1
-0101010101111111 scribing 1
-0101010101111111 ammended 1
-0101010101111111 68,174,113 1
-0101010101111111 71,583,889 1
-0101010101111111 2,304,000 1
-0101010101111111 okays 1
-0101010101111111 7,029,050 1
-0101010101111111 re-count 1
-0101010101111111 11,473,986 1
-0101010101111111 7,538,874 1
-0101010101111111 8,462,631 1
-0101010101111111 44,059,930 1
-0101010101111111 Pursues 1
-0101010101111111 8,146,128 1
-0101010101111111 sicked 1
-0101010101111111 669,964 2
-0101010101111111 apprising 2
-0101010101111111 Herself 2
-0101010101111111 collared 2
-0101010101111111 3,068,167 2
-0101010101111111 proofreads 2
-0101010101111111 convoked 2
-0101010101111111 4,159,454 2
-0101010101111111 coo 2
-0101010101111111 winches 3
-0101010101111111 deemphasized 4
-0101010101111111 counteracted 4
-0101010101111111 OPENED 4
-0101010101111111 butted 5
-0101010101111111 navigated 6
-0101010101111111 reheard 6
-0101010101111111 cosponsored 6
-0101010101111111 redrafted 6
-0101010101111111 UPHELD 7
-0101010101111111 reestablished 8
-0101010101111111 pocket-vetoed 10
-0101010101111111 appropriates 10
-0101010101111111 overturns 11
-0101010101111111 ratifies 14
-0101010101111111 preempted 16
-0101010101111111 enacts 18
-0101010101111111 scotched 20
-0101010101111111 nixed 21
-0101010101111111 disavowed 24
-0101010101111111 skirted 29
-0101010101111111 boycotted 43
-0101010101111111 foiled 52
-0101010101111111 quashed 52
-0101010101111111 upholds 60
-0101010101111111 sidestepped 60
-0101010101111111 voided 62
-0101010101111111 invalidated 85
-0101010101111111 overruled 91
-0101010101111111 sanctioned 93
-0101010101111111 revoked 111
-0101010101111111 thwarted 162
-0101010101111111 spurned 179
-0101010101111111 reinstated 183
-0101010101111111 approves 202
-0101010101111111 vetoed 232
-0101010101111111 overturned 266
-0101010101111111 ratified 305
-0101010101111111 rebuffed 501
-0101010101111111 endorsed 697
-0101010101111111 reversed 712
-0101010101111111 blocked 749
-0101010101111111 upheld 846
-0101010101111111 cleared 952
-0101010101111111 granted 1788
-0101010101111111 authorized 2191
-0101010101111111 adopted 2315
-0101010101111111 accepted 2361
-0101010101111111 declared 2483
-0101010101111111 approved 7628
-0101010101111111 rejected 4089
-0101010110000 irradiating 1
-0101010110000 de-funds 1
-0101010110000 decontrols 1
-0101010110000 undergird 1
-0101010110000 Nander 1
-0101010110000 matching-grant 1
-0101010110000 BOUSSAC 1
-0101010110000 Parviz 1
-0101010110000 jingled 1
-0101010110000 1975-87 1
-0101010110000 juxtapose 1
-0101010110000 chlorofluorocarbon-containing 1
-0101010110000 3,964 1
-0101010110000 road-racing 1
-0101010110000 ennobles 1
-0101010110000 enthralls 1
-0101010110000 minnow-sized 1
-0101010110000 ionizes 1
-0101010110000 pre-rigged 1
-0101010110000 repossesses 1
-0101010110000 weeth 1
-0101010110000 mass-produces 1
-0101010110000 relaunches 1
-0101010110000 lymphokine 1
-0101010110000 quite-interesting 1
-0101010110000 enthrall 1
-0101010110000 neighbored 1
-0101010110000 shore-grown 1
-0101010110000 disenfranchises 1
-0101010110000 primarycare 1
-0101010110000 one-ton-cargo 1
-0101010110000 eye-straining 1
-0101010110000 sates 1
-0101010110000 blank-tape 1
-0101010110000 humbles 1
-0101010110000 crash-tests 1
-0101010110000 characterizered 1
-0101010110000 remounts 1
-0101010110000 beguiles 1
-0101010110000 14,435 1
-0101010110000 outdistances 1
-0101010110000 re-reciting 1
-0101010110000 conect 1
-0101010110000 late-coming 1
-0101010110000 charactized 1
-0101010110000 Boojumr 1
-0101010110000 harasses 1
-0101010110000 shortchanges 1
-0101010110000 co-brokered 1
-0101010110000 ailed 1
-0101010110000 Danuta 1
-0101010110000 specially-trained 1
-0101010110000 grubstaked 1
-0101010110000 befouled 1
-0101010110000 NASD-developed 1
-0101010110000 Contessa 1
-0101010110000 hard-to-ship 1
-0101010110000 super-conservative 1
-0101010110000 Class-2600 1
-0101010110000 approval-consumer 1
-0101010110000 support-structure 1
-0101010110000 practieow 1
-0101010110000 out-fished 1
-0101010110000 get-away-from-it-all 1
-0101010110000 nourishes 2
-0101010110000 predisposes 2
-0101010110000 televises 2
-0101010110000 immunizes 2
-0101010110000 imprisons 2
-0101010110000 swaddles 2
-0101010110000 emboldens 2
-0101010110000 appalls 2
-0101010110000 encloses 2
-0101010110000 disables 2
-0101010110000 unsettles 2
-0101010110000 conserves 2
-0101010110000 warps 2
-0101010110000 pre-terminal 2
-0101010110000 calibrates 2
-0101010110000 wallops 2
-0101010110000 bombards 2
-0101010110000 dignifies 2
-0101010110000 garbling 2
-0101010110000 enmeshes 2
-0101010110000 breast-fed 2
-0101010110000 piques 2
-0101010110000 delists 2
-0101010110000 doffed 2
-0101010110000 Wintergreen 2
-0101010110000 lipped 2
-0101010110000 enshrouds 2
-0101010110000 unifies 2
-0101010110000 appeases 2
-0101010110000 reconverts 3
-0101010110000 centralizes 3
-0101010110000 goads 3
-0101010110000 tabulates 3
-0101010110000 co-organized 3
-0101010110000 galvanizes 3
-0101010110000 prowls 3
-0101010110000 blesses 3
-0101010110000 enjoins 3
-0101010110000 splatters 3
-0101010110000 shames 3
-0101010110000 mitigates 3
-0101010110000 lubricates 3
-0101010110000 Ate 3
-0101010110000 emulates 3
-0101010110000 vitiates 3
-0101010110000 terrorizes 3
-0101010110000 devalues 3
-0101010110000 purifies 3
-0101010110000 bankrupts 3
-0101010110000 displeases 3
-0101010110000 disallows 3
-0101010110000 refreshes 3
-0101010110000 sickens 3
-0101010110000 contaminates 3
-0101010110000 traverses 3
-0101010110000 detaches 3
-0101010110000 interposes 3
-0101010110000 remarkets 3
-0101010110000 segregates 3
-0101010110000 re-establishes 3
-0101010110000 behooves 4
-0101010110000 pre-dated 4
-0101010110000 instills 4
-0101010110000 implicates 4
-0101010110000 wows 4
-0101010110000 remits 4
-0101010110000 roils 4
-0101010110000 refurbishes 4
-0101010110000 relabeled 4
-0101010110000 devastates 4
-0101010110000 mutes 4
-0101010110000 horrifies 4
-0101010110000 accentuates 4
-0101010110000 mobilizes 4
-0101010110000 reveres 4
-0101010110000 cheapens 4
-0101010110000 revokes 4
-0101010110000 bisects 4
-0101010110000 squanders 4
-0101010110000 rehabilitates 4
-0101010110000 siphons 4
-0101010110000 criminalizes 4
-0101010110000 Drives 4
-0101010110000 fortifies 4
-0101010110000 astonishes 5
-0101010110000 mystifies 5
-0101010110000 counteracts 5
-0101010110000 bewilders 5
-0101010110000 envelops 5
-0101010110000 replenishes 5
-0101010110000 reasserts 5
-0101010110000 hobbles 5
-0101010110000 equips 5
-0101010110000 suffuses 5
-0101010110000 punctuates 5
-0101010110000 disseminates 5
-0101010110000 augments 5
-0101010110000 penetrates 5
-0101010110000 bestows 5
-0101010110000 circumvents 5
-0101010110000 impels 5
-0101010110000 infest 5
-0101010110000 arbitrates 5
-0101010110000 depletes 5
-0101010110000 overrules 5
-0101010110000 repels 6
-0101010110000 imperils 6
-0101010110000 trivializes 6
-0101010110000 absolving 6
-0101010110000 stymies 6
-0101010110000 aligns 6
-0101010110000 bakes 6
-0101010110000 adorns 6
-0101010110000 misunderstands 6
-0101010110000 discredits 6
-0101010110000 subverts 6
-0101010110000 adjoins 6
-0101010110000 unloads 6
-0101010110000 preoccupies 6
-0101010110000 reintroduces 6
-0101010110000 categorizes 7
-0101010110000 revamps 7
-0101010110000 alienates 7
-0101010110000 retards 7
-0101010110000 orchestrates 7
-0101010110000 mars 7
-0101010110000 animates 7
-0101010110000 bathes 7
-0101010110000 proscribes 7
-0101010110000 dims 7
-0101010110000 crimps 7
-0101010110000 infests 7
-0101010110000 differentiates 7
-0101010110000 recoups 7
-0101010110000 satirizes 7
-0101010110000 prosecutes 7
-0101010110000 demeans 7
-0101010110000 misleads 8
-0101010110000 codifies 8
-0101010110000 usurps 8
-0101010110000 displaces 8
-0101010110000 repackages 8
-0101010110000 infuses 8
-0101010110000 tolerates 8
-0101010110000 appraises 8
-0101010110000 alleviates 8
-0101010110000 taints 8
-0101010110000 distresses 8
-0101010110000 automates 8
-0101010110000 propels 8
-0101010110000 disappoints 8
-0101010110000 peddles 8
-0101010110000 toughens 8
-0101010110000 injures 8
-0101010110000 absolves 8
-0101010110000 unleashes 8
-0101010110000 imitates 9
-0101010110000 stiffens 9
-0101010110000 overshadows 9
-0101010110000 withstands 9
-0101010110000 fascinates 9
-0101010110000 enriches 9
-0101010110000 smothers 9
-0101010110000 isolates 9
-0101010110000 elevates 9
-0101010110000 replicates 9
-0101010110000 sterilizes 9
-0101010110000 galls 9
-0101010110000 annoys 10
-0101010110000 repeals 10
-0101010110000 rotates 10
-0101010110000 tempts 10
-0101010110000 reassures 10
-0101010110000 amplifies 10
-0101010110000 enlarges 10
-0101010110000 distracts 10
-0101010110000 dooms 10
-0101010110000 utilizes 10
-0101010110000 spawns 10
-0101010110000 envisages 11
-0101010110000 devours 11
-0101010110000 solidifies 11
-0101010110000 corrupts 11
-0101010110000 suppresses 11
-0101010110000 baffles 11
-0101010110000 reproduces 11
-0101010110000 constrains 11
-0101010110000 outpaces 11
-0101010110000 fabricates 11
-0101010110000 notifies 11
-0101010110000 outperforms 11
-0101010110000 dismays 11
-0101010110000 refutes 11
-0101010110000 bespeaks 11
-0101010110000 condones 12
-0101010110000 furnishes 12
-0101010110000 undid 12
-0101010110000 activates 12
-0101010110000 pares 12
-0101010110000 averts 12
-0101010110000 funnels 12
-0101010110000 rebuilds 12
-0101010110000 obligates 12
-0101010110000 legitimizes 12
-0101010110000 boggles 13
-0101010110000 reimburses 13
-0101010110000 postpones 13
-0101010110000 punishes 13
-0101010110000 validates 13
-0101010110000 negates 13
-0101010110000 excites 13
-0101010110000 eludes 13
-0101010110000 magnifies 13
-0101010110000 impresses 13
-0101010110000 denotes 13
-0101010110000 accommodates 14
-0101010110000 simplifies 14
-0101010110000 confounds 14
-0101010110000 modifies 14
-0101010110000 infuriates 14
-0101010110000 befell 14
-0101010110000 maximizes 15
-0101010110000 deters 15
-0101010110000 vindicates 15
-0101010110000 revises 15
-0101010110000 aggravates 15
-0101010110000 diverts 15
-0101010110000 locates 16
-0101010110000 hinders 16
-0101010110000 facilitates 16
-0101010110000 empowers 16
-0101010110000 suspends 16
-0101010110000 angers 16
-0101010110000 endangers 17
-0101010110000 ails 17
-0101010110000 entertains 17
-0101010110000 stifles 17
-0101010110000 elicits 17
-0101010110000 integrates 17
-0101010110000 uncovers 17
-0101010110000 renews 18
-0101010110000 overwhelms 18
-0101010110000 irks 18
-0101010110000 permeates 18
-0101010110000 withholds 18
-0101010110000 frustrates 18
-0101010110000 initiates 18
-0101010110000 supersedes 18
-0101010110000 offends 19
-0101010110000 mimics 19
-0101010110000 waives 19
-0101010110000 spotlights 19
-0101010110000 riles 19
-0101010110000 misrepresents 19
-0101010110000 compels 19
-0101010110000 inspects 20
-0101010110000 minimizes 20
-0101010110000 restrains 20
-0101010110000 provokes 20
-0101010110000 impedes 20
-0101010110000 unites 20
-0101010110000 overrides 20
-0101010110000 simulates 21
-0101010110000 epitomizes 21
-0101010110000 exacerbates 21
-0101010110000 robs 21
-0101010110000 confuses 21
-0101010110000 obliges 22
-0101010110000 furthers 22
-0101010110000 harms 22
-0101010110000 condemns 22
-0101010110000 thwarts 22
-0101010110000 irritates 23
-0101010110000 dilutes 23
-0101010110000 transforms 23
-0101010110000 rankles 24
-0101010110000 overtook 24
-0101010110000 confers 25
-0101010110000 frightens 25
-0101010110000 depresses 25
-0101010110000 understates 25
-0101010110000 jeopardizes 25
-0101010110000 perpetuates 26
-0101010110000 illuminates 26
-0101010110000 penalizes 27
-0101010110000 overstates 27
-0101010110000 overthrew 27
-0101010110000 resells 27
-0101010110000 emits 28
-0101010110000 hampers 28
-0101010110000 trims 29
-0101010110000 erodes 29
-0101010110000 heralds 29
-0101010110000 lessens 29
-0101010110000 forbade 30
-0101010110000 fulfills 30
-0101010110000 relieves 31
-0101010110000 transcends 31
-0101010110000 precedes 32
-0101010110000 motivates 32
-0101010110000 affirms 32
-0101010110000 reaffirms 32
-0101010110000 sustains 33
-0101010110000 organizes 33
-0101010110000 executes 33
-0101010110000 convinces 33
-0101010110000 clarifies 34
-0101010110000 renders 34
-0101010110000 enforces 34
-0101010110000 omits 34
-0101010110000 complements 34
-0101010110000 plagues 35
-0101010110000 evaluates 35
-0101010110000 underlies 36
-0101010110000 undercuts 36
-0101010110000 inhibits 37
-0101010110000 embodies 37
-0101010110000 retails 37
-0101010110000 induces 37
-0101010110000 typifies 38
-0101010110000 restores 38
-0101010110000 complicates 38
-0101010110000 distinguishes 39
-0101010110000 revives 39
-0101010110000 disturbs 40
-0101010110000 fosters 40
-0101010110000 solves 41
-0101010110000 affords 42
-0101010110000 deprives 42
-0101010110000 connects 43
-0101010110000 distorts 43
-0101010110000 pleases 43
-0101010110000 upsets 44
-0101010110000 stimulates 44
-0101010110000 transmits 44
-0101010110000 entitling 44
-0101010110000 pervades 45
-0101010110000 alters 45
-0101010110000 instructs 45
-0101010110000 overlooks 45
-0101010110000 satisfies 47
-0101010110000 subsidizes 48
-0101010110000 confronts 49
-0101010110000 afflicts 50
-0101010110000 coordinates 51
-0101010110000 exposes 52
-0101010110000 paves 53
-0101010110000 bolsters 53
-0101010110000 defies 53
-0101010110000 detects 54
-0101010110000 compensates 54
-0101010110000 symbolizes 54
-0101010110000 scares 55
-0101010110000 investigates 55
-0101010110000 precludes 55
-0101010110000 encompasses 55
-0101010110000 divides 58
-0101010110000 accompanies 60
-0101010110000 explores 63
-0101010110000 incorporates 66
-0101010110000 contradicts 67
-0101010110000 surrounds 68
-0101010110000 destroys 68
-0101010110000 frees 68
-0101010110000 resolves 71
-0101010110000 depicts 71
-0101010110000 prompts 72
-0101010110000 analyzes 73
-0101010110000 undermines 75
-0101010110000 justifies 75
-0101010110000 exempts 75
-0101010110000 gathers 77
-0101010110000 eases 81
-0101010110000 bothers 84
-0101010110000 governs 84
-0101010110000 discourages 87
-0101010110000 triggers 88
-0101010110000 enhances 89
-0101010110000 separates 91
-0101010110000 authorizes 92
-0101010110000 reinforces 92
-0101010110000 forbids 99
-0101010110000 invites 102
-0101010110000 awaits 102
-0101010110000 lowers 109
-0101010110000 weakens 110
-0101010110000 establishes 120
-0101010110000 strengthens 125
-0101010110000 assures 125
-0101010110000 attracts 129
-0101010110000 saves 138
-0101010110000 entitles 143
-0101010110000 restricts 144
-0101010110000 insures 149
-0101010110000 kills 150
-0101010110000 clears 151
-0101010110000 imposes 164
-0101010110000 treats 172
-0101010110000 promotes 173
-0101010110000 improves 179
-0101010110000 excludes 181
-0101010110000 removes 183
-0101010110000 resembles 184
-0101010110000 replaces 185
-0101010110000 combines 194
-0101010110000 hurts 195
-0101010110000 eliminates 200
-0101010110000 manufactures 217
-0101010110000 regulates 237
-0101010110000 constitutes 242
-0101010110000 prevents 251
-0101010110000 enables 268
-0101010110000 protects 274
-0101010110000 encourages 294
-0101010110000 violates 307
-0101010110000 poses 350
-0101010110000 lets 373
-0101010110000 presents 425
-0101010110000 prohibits 437
-0101010110000 distributes 440
-0101010110000 affects 462
-0101010110000 reduces 468
-0101010110000 creates 569
-0101010110000 contains 866
-0101010110000 covers 979
-0101010110000 leaves 1449
-0101010110000 puts 1501
-0101010110000 allows 1861
-0101010110000 requires 2454
-0101010110000 gives 3009
-0101010110000 makes 9769
-0101010110000 provides 3050
-0101010110001 posseses 1
-0101010110001 Marathon. 1
-0101010110001 pre-breathe 1
-0101010110001 Televisor 1
-0101010110001 rehires 1
-0101010110001 tut-tuts 1
-0101010110001 product-purchase 1
-0101010110001 2,390,000 1
-0101010110001 incudes 1
-0101010110001 ghostwrite 1
-0101010110001 undershoot 1
-0101010110001 clomped 1
-0101010110001 reconnects 1
-0101010110001 Haag. 1
-0101010110001 News-Tribune 1
-0101010110001 respresents 1
-0101010110001 high-taxed 1
-0101010110001 WSCV-TV/Channel 1
-0101010110001 nonpermissible 1
-0101010110001 banana-pineapple 1
-0101010110001 meow 1
-0101010110001 Brown-baggers 1
-0101010110001 300-B4 1
-0101010110001 devlops 1
-0101010110001 rebalances 1
-0101010110001 2,521 1
-0101010110001 Hall. 1
-0101010110001 Serra. 1
-0101010110001 pro-private 1
-0101010110001 2,174,000 1
-0101010110001 enwraps 1
-0101010110001 doctor-dominated 1
-0101010110001 fissions 1
-0101010110001 9,957,530 1
-0101010110001 self-reflecting 1
-0101010110001 Washlet-style 1
-0101010110001 REAPED 1
-0101010110001 contitute 1
-0101010110001 joint-ventured 1
-0101010110001 disaffiliated 1
-0101010110001 circumnavigated 1
-0101010110001 2,526 1
-0101010110001 plys 1
-0101010110001 bench-presses 1
-0101010110001 outspends 2
-0101010110001 forsees 2
-0101010110001 recieved 2
-0101010110001 browses 2
-0101010110001 trounces 2
-0101010110001 refereed 2
-0101010110001 scatters 2
-0101010110001 pollinates 2
-0101010110001 diversifies 2
-0101010110001 securitizes 2
-0101010110001 amasses 2
-0101010110001 haberdashers 2
-0101010110001 grazes 2
-0101010110001 existent 2
-0101010110001 inverts 2
-0101010110001 adminsters 2
-0101010110001 eelgrass 2
-0101010110001 repatriates 3
-0101010110001 dulls 3
-0101010110001 declaims 3
-0101010110001 compresses 3
-0101010110001 unwrapped 3
-0101010110001 lavishes 3
-0101010110001 juxtaposes 3
-0101010110001 co-manages 3
-0101010110001 barnstormed 4
-0101010110001 disburses 4
-0101010110001 entices 4
-0101010110001 WBBM 4
-0101010110001 accredits 4
-0101010110001 enrolls 5
-0101010110001 Launches 5
-0101010110001 spearheads 5
-0101010110001 crams 6
-0101010110001 composes 6
-0101010110001 garners 7
-0101010110001 nurtures 7
-0101010110001 outsells 7
-0101010110001 refinances 7
-0101010110001 allots 8
-0101010110001 grasps 8
-0101010110001 formulates 8
-0101010110001 wholesales 9
-0101010110001 reminisces 9
-0101010110001 secures 13
-0101010110001 communicates 14
-0101010110001 co-owns 14
-0101010110001 bypasses 15
-0101010110001 infects 15
-0101010110001 reaps 16
-0101010110001 recycles 18
-0101010110001 fetches 19
-0101010110001 donates 19
-0101010110001 underwrites 19
-0101010110001 terminates 20
-0101010110001 refines 21
-0101010110001 deploys 22
-0101010110001 undergoes 22
-0101010110001 researches 23
-0101010110001 incurs 24
-0101010110001 designates 24
-0101010110001 dispenses 26
-0101010110001 accumulates 27
-0101010110001 originates 29
-0101010110001 classifies 29
-0101010110001 adjusts 35
-0101010110001 absorbs 35
-0101010110001 allocates 35
-0101010110001 restructures 36
-0101010110001 consolidates 38
-0101010110001 devises 40
-0101010110001 withdraws 46
-0101010110001 consumes 48
-0101010110001 installs 49
-0101010110001 arranges 51
-0101010110001 spans 52
-0101010110001 compiles 55
-0101010110001 possesses 62
-0101010110001 edits 63
-0101010110001 obtains 65
-0101010110001 advertises 68
-0101010110001 devotes 70
-0101010110001 occupies 80
-0101010110001 borrows 80
-0101010110001 supervises 81
-0101010110001 assembles 86
-0101010110001 underwrote 87
-0101010110001 administers 88
-0101010110001 negotiates 104
-0101010110001 lasts 120
-0101010110001 weighs 125
-0101010110001 delivers 144
-0101010110001 performs 152
-0101010110001 collects 177
-0101010110001 dominates 228
-0101010110001 generates 237
-0101010110001 conducts 247
-0101010110001 earns 253
-0101010110001 builds 412
-0101010110001 retains 427
-0101010110001 reaches 478
-0101010110001 handles 481
-0101010110001 develops 486
-0101010110001 oversees 486
-0101010110001 owes 490
-0101010110001 spends 532
-0101010110001 publishes 557
-0101010110001 acquires 594
-0101010110001 receives 618
-0101010110001 employs 643
-0101010110001 carries 839
-0101010110001 manages 880
-0101010110001 serves 888
-0101010110001 buys 890
-0101010110001 pays 1101
-0101010110001 produces 1264
-0101010110001 sells 2111
-0101010110001 runs 2170
-0101010110001 operates 2615
-0101010110001 represents 2981
-0101010110001 owns 5398
-0101010110001 holds 5255
-01010101100100 Torques 1
-01010101100100 BOMBARDED 1
-01010101100100 Carlton-Jones 1
-01010101100100 lip-syncs 1
-01010101100100 Geyser 1
-01010101100100 writhe 1
-01010101100100 hijacks 1
-01010101100100 adovocate 1
-01010101100100 176-cubic-foot 1
-01010101100100 mesmerizes 1
-01010101100100 driven-labeled 1
-01010101100100 9/2-1 1
-01010101100100 consitutes 1
-01010101100100 sparklingly 1
-01010101100100 Canchari 1
-01010101100100 manager-wife 1
-01010101100100 basely 1
-01010101100100 belives 1
-01010101100100 loks 1
-01010101100100 quadrangles 1
-01010101100100 long-timers 1
-01010101100100 infuriatingly 1
-01010101100100 pacifies 1
-01010101100100 Prodotti 1
-01010101100100 bravoed 1
-01010101100100 Castro-Munoz 1
-01010101100100 Bracamonte 1
-01010101100100 WINDOW 1
-01010101100100 perspired 1
-01010101100100 whosoever 1
-01010101100100 rhetorician 1
-01010101100100 fat-cholesterol 1
-01010101100100 reimplanting 1
-01010101100100 underlay 2
-01010101100100 hospitalizing 2
-01010101100100 daubed 2
-01010101100100 de-emphasizes 2
-01010101100100 hurdled 2
-01010101100100 peripherally 2
-01010101100100 renovates 2
-01010101100100 scandalizes 2
-01010101100100 forebode 2
-01010101100100 co-directed 2
-01010101100100 Manku 2
-01010101100100 disperses 3
-01010101100100 Recommends 3
-01010101100100 upstages 3
-01010101100100 contort 3
-01010101100100 portended 3
-01010101100100 flunks 5
-01010101100100 deducts 8
-01010101100100 conceals 12
-01010101100100 arouses 17
-01010101100100 presages 22
-01010101100100 evokes 51
-01010101100100 deems 66
-01010101100100 becomes 1728
-01010101100100 remains 5569
-01010101100100 became 4780
-010101011001010 sprucely 1
-010101011001010 one-putted 1
-010101011001010 dumbfounds 1
-010101011001010 lane-without 1
-010101011001010 Strabo 1
-010101011001010 encompassses 1
-010101011001010 half-expecting 1
-010101011001010 twines 1
-010101011001010 solders 1
-010101011001010 got-from 1
-010101011001010 Godwinand 1
-010101011001010 27,292 1
-010101011001010 DISLIKED 1
-010101011001010 re-target 1
-010101011001010 restringing 1
-010101011001010 near-lifelike 1
-010101011001010 demystifies 1
-010101011001010 misgauged 1
-010101011001010 definitiely 1
-010101011001010 jump-started 1
-010101011001010 certanly 1
-010101011001010 uncorks 1
-010101011001010 hibernates 1
-010101011001010 overrendered 1
-010101011001010 spraining 1
-010101011001010 Palin 1
-010101011001010 abrupty 1
-010101011001010 Upped 1
-010101011001010 Jackness 1
-010101011001010 personifying 1
-010101011001010 deregulates 1
-010101011001010 contravenes 2
-010101011001010 hefted 2
-010101011001010 Bailkin 2
-010101011001010 CONSIDERATIONS 2
-010101011001010 Covers 2
-010101011001010 convulse 2
-010101011001010 weds 2
-010101011001010 harmonizes 2
-010101011001010 camouflages 2
-010101011001010 LIMIT 2
-010101011001010 bobbled 2
-010101011001010 unpacks 2
-010101011001010 co-invented 2
-010101011001010 mopes 2
-010101011001010 Spent 2
-010101011001010 Ching-ling 2
-010101011001010 pedaled 2
-010101011001010 dirtiness 2
-010101011001010 scuttles 3
-010101011001010 tinkled 3
-010101011001010 Uehling 3
-010101011001010 relocates 4
-010101011001010 institutionalizes 4
-010101011001010 meditated 4
-010101011001010 berates 5
-010101011001010 unfurling 6
-010101011001010 etches 6
-010101011001010 flaunts 7
-010101011001010 totes 7
-010101011001010 wove 8
-010101011001010 wangled 8
-010101011001010 soothes 8
-010101011001010 croons 8
-010101011001010 readies 9
-010101011001010 Loved 9
-010101011001010 degrades 10
-010101011001010 oozes 11
-010101011001010 sipped 13
-010101011001010 braved 17
-010101011001010 heaved 17
-010101011001010 slams 20
-010101011001010 poked 21
-010101011001010 donned 26
-010101011001010 breathed 34
-010101011001010 hid 60
-010101011001010 ate 127
-010101011001010 wears 255
-010101011001010 deserves 341
-010101011001010 got 8419
-010101011001010 gets 2779
-010101011001011 Mondalizes 1
-010101011001011 out-earns 1
-010101011001011 stay-fresh 1
-010101011001011 adult-only 1
-010101011001011 astounds 1
-010101011001011 jilts 1
-010101011001011 tooks 1
-010101011001011 disgusts 1
-010101011001011 doglegs 1
-010101011001011 canonizes 1
-010101011001011 out-snatched 1
-010101011001011 twohanded 1
-010101011001011 neo-Marxists 1
-010101011001011 hagiographical 1
-010101011001011 compatibly 1
-010101011001011 funnelled 1
-010101011001011 delimited 1
-010101011001011 not-so-minor 1
-010101011001011 money-jingling 1
-010101011001011 ventilates 1
-010101011001011 intoxicates 1
-010101011001011 behooved 1
-010101011001011 water-soaked 1
-010101011001011 ousts 1
-010101011001011 repulses 1
-010101011001011 four-stanza 1
-010101011001011 stupefies 1
-010101011001011 reassembles 1
-010101011001011 moseys 1
-010101011001011 leapfrogs 1
-010101011001011 air-expressed 1
-010101011001011 crafstmen 1
-010101011001011 frizz 1
-010101011001011 misinforming 1
-010101011001011 many-leveled 1
-010101011001011 customizes 1
-010101011001011 well-arranged 1
-010101011001011 fuzzed 1
-010101011001011 rechristens 1
-010101011001011 discretely 1
-010101011001011 flounces 1
-010101011001011 unembarrassedly 1
-010101011001011 demoralizes 1
-010101011001011 emptiest 1
-010101011001011 superimposes 2
-010101011001011 sublimated 2
-010101011001011 procures 2
-010101011001011 sandblasted 2
-010101011001011 pre-dates 2
-010101011001011 anguishes 2
-010101011001011 expropriates 2
-010101011001011 nabs 2
-010101011001011 immune-based 2
-010101011001011 piercingly 2
-010101011001011 wangle 2
-010101011001011 recharges 3
-010101011001011 flails 3
-010101011001011 confiscates 3
-010101011001011 freshens 3
-010101011001011 chugs 3
-010101011001011 ensnares 3
-010101011001011 lorded 3
-010101011001011 vibrated 3
-010101011001011 papery 3
-010101011001011 accosts 3
-010101011001011 undoes 3
-010101011001011 fusses 4
-010101011001011 embeds 4
-010101011001011 outran 4
-010101011001011 humiliates 4
-010101011001011 forfeits 4
-010101011001011 constricts 4
-010101011001011 munches 4
-010101011001011 yanks 4
-010101011001011 sews 4
-010101011001011 evinces 4
-010101011001011 flatters 4
-010101011001011 clapped 4
-010101011001011 redid 4
-010101011001011 wrings 4
-010101011001011 legalizes 4
-010101011001011 evades 5
-010101011001011 decorates 5
-010101011001011 gloated 5
-010101011001011 loathes 5
-010101011001011 buries 6
-010101011001011 digests 6
-010101011001011 refocuses 6
-010101011001011 whisks 6
-010101011001011 erects 7
-010101011001011 fussed 7
-010101011001011 stuffs 8
-010101011001011 exhorts 8
-010101011001011 glosses 8
-010101011001011 embarrasses 8
-010101011001011 distills 8
-010101011001011 sewed 9
-010101011001011 staggers 10
-010101011001011 outdid 10
-010101011001011 forgave 11
-010101011001011 rubs 11
-010101011001011 amazes 13
-010101011001011 begat 15
-010101011001011 mistook 15
-010101011001011 mulls 16
-010101011001011 overran 16
-010101011001011 seizes 16
-010101011001011 loosens 17
-010101011001011 slaps 19
-010101011001011 corrects 21
-010101011001011 injects 21
-010101011001011 regains 23
-010101011001011 pegs 25
-010101011001011 persuades 25
-010101011001011 appoints 25
-010101011001011 cancels 27
-010101011001011 tosses 29
-010101011001011 betrays 31
-010101011001011 overrode 32
-010101011001011 wields 34
-010101011001011 prolongs 35
-010101011001011 inspires 38
-010101011001011 waved 39
-010101011001011 dissolves 43
-010101011001011 stirs 46
-010101011001011 presides 56
-010101011001011 overcame 67
-010101011001011 commits 69
-010101011001011 eats 73
-010101011001011 lifts 81
-010101011001011 undertook 115
-010101011001011 introduces 116
-010101011001011 underwent 117
-010101011001011 stole 125
-010101011001011 lends 127
-010101011001011 froze 129
-010101011001011 throws 152
-010101011001011 pushes 161
-010101011001011 shook 162
-010101011001011 reminds 183
-010101011001011 enters 201
-010101011001011 wore 226
-010101011001011 fills 262
-010101011001011 completes 292
-010101011001011 draws 346
-010101011001011 sends 399
-010101011001011 drove 680
-010101011001011 drew 817
-010101011001011 brings 994
-010101011001011 keeps 1060
-010101011001011 takes 3366
-010101011001011 gave 4461
-010101011001011 took 8657
-01010101100110 short-oils 1
-01010101100110 hectors 1
-01010101100110 Nagi 1
-01010101100110 anglicized 1
-01010101100110 tiger-teamed 1
-01010101100110 kneads 1
-01010101100110 rewrap 1
-01010101100110 disassociates 1
-01010101100110 codirected 1
-01010101100110 annihilates 1
-01010101100110 impunes 1
-01010101100110 Confessing 1
-01010101100110 code-names 1
-01010101100110 short-shrifts 1
-01010101100110 Dukakisas 1
-01010101100110 overexerts 1
-01010101100110 co-insure 1
-01010101100110 out-flanked 1
-01010101100110 renationalized 1
-01010101100110 italicizes 1
-01010101100110 recrossed 1
-01010101100110 spritzed 1
-01010101100110 pillaged 1
-01010101100110 coauthored 1
-01010101100110 cadging 1
-01010101100110 clinks 1
-01010101100110 interweaves 1
-01010101100110 foreswore 1
-01010101100110 reshuffles 1
-01010101100110 Passe 1
-01010101100110 mangages 1
-01010101100110 readjusts 1
-01010101100110 Sheinon 1
-01010101100110 sub-licenses 1
-01010101100110 overrates 1
-01010101100110 self-boodling 1
-01010101100110 swats 1
-01010101100110 adminstered 1
-01010101100110 deprecates 1
-01010101100110 hoboed 1
-01010101100110 re-elects 1
-01010101100110 beseeches 1
-01010101100110 superintended 1
-01010101100110 MONTHLY 1
-01010101100110 scalded 1
-01010101100110 misplaces 1
-01010101100110 scrawls 1
-01010101100110 reorchestrated 1
-01010101100110 sentimentalizes 1
-01010101100110 mentionable 1
-01010101100110 flays 1
-01010101100110 importunes 1
-01010101100110 accelerates. 1
-01010101100110 bilks 1
-01010101100110 hand-printed 1
-01010101100110 assassinates 1
-01010101100110 marvelled 1
-01010101100110 recuses 1
-01010101100110 captained 1
-01010101100110 underestmated 1
-01010101100110 scants 1
-01010101100110 detoxified 1
-01010101100110 disinflate 1
-01010101100110 comprehends 1
-01010101100110 terrifies 1
-01010101100110 demonopolizes 1
-01010101100110 RELAXES 1
-01010101100110 mail-ordered 2
-01010101100110 submerges 2
-01010101100110 divined 2
-01010101100110 misconstrues 2
-01010101100110 misinforms 2
-01010101100110 chain-smokes 2
-01010101100110 mistrusts 2
-01010101100110 infiltrates 2
-01010101100110 inhabits 2
-01010101100110 hurls 2
-01010101100110 deludes 2
-01010101100110 stuccoed 2
-01010101100110 overdoes 2
-01010101100110 oversteps 2
-01010101100110 micromanages 2
-01010101100110 flipflopped 2
-01010101100110 reviles 2
-01010101100110 pampers 2
-01010101100110 Dazs 2
-01010101100110 serenades 2
-01010101100110 curated 2
-01010101100110 peruses 2
-01010101100110 junks 2
-01010101100110 clinches 2
-01010101100110 breeched 2
-01010101100110 flub 2
-01010101100110 tut-tutted 2
-01010101100110 disentangles 2
-01010101100110 populates 2
-01010101100110 diffuses 2
-01010101100110 denigrates 2
-01010101100110 intertwines 2
-01010101100110 jiggled 2
-01010101100110 reinjured 2
-01010101100110 sabotages 3
-01010101100110 entrusts 3
-01010101100110 relives 3
-01010101100110 honks 3
-01010101100110 forsakes 3
-01010101100110 fondling 3
-01010101100110 interrogates 3
-01010101100110 postulated 3
-01010101100110 proferred 3
-01010101100110 divines 3
-01010101100110 suctions 3
-01010101100110 leavens 3
-01010101100110 mans 3
-01010101100110 decisioned 3
-01010101100110 retraces 3
-01010101100110 bares 4
-01010101100110 divulges 4
-01010101100110 rebuts 4
-01010101100110 enumerates 4
-01010101100110 blushes 4
-01010101100110 castigates 4
-01010101100110 ruffles 4
-01010101100110 rehearses 4
-01010101100110 foots 4
-01010101100110 jabbed 4
-01010101100110 spouts 4
-01010101100110 DEMANDED 4
-01010101100110 resurrects 4
-01010101100110 re-emphasized 4
-01010101100110 imparts 4
-01010101100110 obeys 4
-01010101100110 saddles 4
-01010101100110 strangles 4
-01010101100110 damns 4
-01010101100110 envies 4
-01010101100110 reconstructs 4
-01010101100110 renames 5
-01010101100110 subtracts 5
-01010101100110 paraphrases 5
-01010101100110 dedicates 5
-01010101100110 crisscrosses 5
-01010101100110 quantifies 5
-01010101100110 babbles 5
-01010101100110 mischaracterizes 5
-01010101100110 whacks 5
-01010101100110 wreaks 5
-01010101100110 retrieves 5
-01010101100110 frequents 5
-01010101100110 visualizes 5
-01010101100110 acquits 5
-01010101100110 busied 5
-01010101100110 CONFIRMED 5
-01010101100110 congratulates 5
-01010101100110 cofounded 5
-01010101100110 redefines 5
-01010101100110 laces 5
-01010101100110 weeps 5
-01010101100110 disavows 6
-01010101100110 forgives 6
-01010101100110 attains 6
-01010101100110 hollers 6
-01010101100110 lauds 6
-01010101100110 chews 6
-01010101100110 enlists 6
-01010101100110 hoists 6
-01010101100110 articulates 6
-01010101100110 cabled 6
-01010101100110 restates 6
-01010101100110 recreates 6
-01010101100110 re-creates 6
-01010101100110 disqualifies 6
-01010101100110 musters 6
-01010101100110 rasps 6
-01010101100110 lambastes 7
-01010101100110 crushes 7
-01010101100110 savors 7
-01010101100110 disregards 7
-01010101100110 cherishes 7
-01010101100110 flings 7
-01010101100110 despises 7
-01010101100110 heeds 7
-01010101100110 inaugurates 7
-01010101100110 implores 7
-01010101100110 befriends 7
-01010101100110 outgrew 7
-01010101100110 bluffed 7
-01010101100110 manipulates 7
-01010101100110 admonishes 8
-01010101100110 monopolizes 8
-01010101100110 amuses 8
-01010101100110 sculpts 8
-01010101100110 bemoans 8
-01010101100110 dissects 8
-01010101100110 shoves 8
-01010101100110 forsook 8
-01010101100110 sprinkles 8
-01010101100110 worships 8
-01010101100110 forgoes 8
-01010101100110 belittles 9
-01010101100110 radiates 9
-01010101100110 divests 9
-01010101100110 adores 9
-01010101100110 brandishes 9
-01010101100110 DECLARED 9
-01010101100110 Runs 9
-01010101100110 derides 10
-01010101100110 utters 10
-01010101100110 snorted 10
-01010101100110 relinquishes 10
-01010101100110 pronounces 10
-01010101100110 ridicules 10
-01010101100110 disparages 11
-01010101100110 liquidates 11
-01010101100110 nominates 11
-01010101100110 interjects 11
-01010101100110 distrusts 11
-01010101100110 abhors 11
-01010101100110 spurns 12
-01010101100110 dispels 12
-01010101100110 extols 12
-01010101100110 scorns 12
-01010101100110 narrates 12
-01010101100110 shaves 13
-01010101100110 invents 13
-01010101100110 coaxes 13
-01010101100110 sips 13
-01010101100110 redeems 13
-01010101100110 cultivates 13
-01010101100110 breathes 13
-01010101100110 whooped 14
-01010101100110 co-wrote 14
-01010101100110 personifies 14
-01010101100110 decries 14
-01010101100110 waxes 14
-01010101100110 reiterates 14
-01010101100110 brightens 15
-01010101100110 fancies 15
-01010101100110 downplays 15
-01010101100110 discards 15
-01010101100110 scrutinizes 15
-01010101100110 craves 16
-01010101100110 mocks 16
-01010101100110 indulges 17
-01010101100110 woos 17
-01010101100110 denounces 17
-01010101100110 invokes 17
-01010101100110 sidesteps 17
-01010101100110 presumes 18
-01010101100110 chides 18
-01010101100110 equates 18
-01010101100110 exudes 18
-01010101100110 disdains 19
-01010101100110 recites 19
-01010101100110 covets 20
-01010101100110 underestimates 21
-01010101100110 espouses 21
-01010101100110 assesses 21
-01010101100110 tackles 21
-01010101100110 inherits 22
-01010101100110 rewrote 23
-01010101100110 muttered 23
-01010101100110 swore 24
-01010101100110 certifies 24
-01010101100110 summarizes 24
-01010101100110 softens 25
-01010101100110 ponders 25
-01010101100110 prescribes 27
-01010101100110 smokes 27
-01010101100110 submits 28
-01010101100110 abandons 28
-01010101100110 resents 28
-01010101100110 accomplishes 29
-01010101100110 unveils 30
-01010101100110 marries 30
-01010101100110 deplores 31
-01010101100110 forgets 32
-01010101100110 sues 32
-01010101100110 interrupts 33
-01010101100110 interprets 33
-01010101100110 applauds 34
-01010101100110 exemplifies 34
-01010101100110 chronicles 35
-01010101100110 eschews 36
-01010101100110 imagines 37
-01010101100110 conveys 37
-01010101100110 relishes 37
-01010101100110 selects 39
-01010101100110 quits 41
-01010101100110 begs 41
-01010101100110 appreciates 43
-01010101100110 celebrates 44
-01010101100110 dislikes 47
-01010101100110 contemplates 49
-01010101100110 resists 50
-01010101100110 yells 51
-01010101100110 shuns 51
-01010101100110 foresaw 52
-01010101100110 touts 52
-01010101100110 embraces 54
-01010101100110 prides 54
-01010101100110 preaches 56
-01010101100110 perceives 57
-01010101100110 attends 58
-01010101100110 admires 59
-01010101100110 hates 60
-01010101100110 achieves 65
-01010101100110 drank 65
-01010101100110 likens 66
-01010101100110 captures 69
-01010101100110 characterizes 70
-01010101100110 adopts 74
-01010101100110 proclaims 78
-01010101100110 discovers 79
-01010101100110 shrugs 79
-01010101100110 examines 79
-01010101100110 welcomes 88
-01010101100110 endorses 89
-01010101100110 recounts 91
-01010101100110 discusses 93
-01010101100110 sang 95
-01010101100110 pursues 99
-01010101100110 criticizes 103
-01010101100110 finishes 106
-01010101100110 discloses 107
-01010101100110 portrays 108
-01010101100110 learns 114
-01010101100110 identifies 117
-01010101100110 expresses 119
-01010101100110 mentions 123
-01010101100110 sings 126
-01010101100110 oversaw 133
-01010101100110 hears 133
-01010101100110 realizes 148
-01010101100110 defines 153
-01010101100110 cares 154
-01010101100110 determines 158
-01010101100110 misses 165
-01010101100110 avoids 172
-01010101100110 envisions 175
-01010101100110 regards 183
-01010101100110 directs 184
-01010101100110 dismisses 188
-01010101100110 defends 194
-01010101100110 announces 201
-01010101100110 ignores 212
-01010101100110 loves 223
-01010101100110 emphasizes 233
-01010101100110 rejects 235
-01010101100110 stresses 237
-01010101100110 accepts 244
-01010101100110 blames 255
-01010101100110 urges 256
-01010101100110 wonders 256
-01010101100110 enjoys 267
-01010101100110 teaches 274
-01010101100110 boasts 303
-01010101100110 remembers 315
-01010101100110 recognizes 317
-01010101100110 advises 318
-01010101100110 understands 330
-01010101100110 reads 342
-01010101100110 recommends 378
-01010101100110 loses 418
-01010101100110 assumes 425
-01010101100110 lacks 478
-01010101100110 meets 569
-01010101100110 opposes 633
-01010101100110 wins 655
-01010101100110 describes 725
-01010101100110 favors 771
-01010101100110 denies 805
-01010101100110 supports 825
-01010101100110 feels 835
-01010101100110 considers 862
-01010101100110 writes 961
-01010101100110 finds 1072
-01010101100110 sees 1841
-01010101100110 knows 2097
-01010101100110 thinks 2316
-01010101100110 saw 2638
-01010101100110 believes 4484
-01010101100110 wrote 2663
-010101011001110 respresented 1
-010101011001110 87-42 1
-010101011001110 underrepresents 1
-010101011001110 graphed 1
-010101011001110 ACKNOWLEDGE 1
-010101011001110 node 1
-010101011001110 atomizer 1
-010101011001110 datelined 1
-010101011001110 cockateel 1
-010101011001110 237,800 1
-010101011001110 8716058 1
-010101011001110 bandwaves 1
-010101011001110 dency 1
-010101011001110 piercer 1
-010101011001110 endears 1
-010101011001110 pestle 1
-010101011001110 37,767 1
-010101011001110 12-session 1
-010101011001110 CONCUR 1
-010101011001110 pictureas 1
-010101011001110 clockings 1
-010101011001110 boot-maker 1
-010101011001110 obfuscates 1
-010101011001110 out-weigh 1
-010101011001110 channel-witching 1
-010101011001110 suggesets 1
-010101011001110 trotter 1
-010101011001110 keypads 1
-010101011001110 SPECIFY 1
-010101011001110 tailgunner 1
-010101011001110 impeaches 2
-010101011001110 technicalese 2
-010101011001110 reemphasized 2
-010101011001110 spicing 2
-010101011001110 ecoles 2
-010101011001110 assuages 3
-010101011001110 rouses 3
-010101011001110 equalled 3
-010101011001110 exacts 4
-010101011001110 swoons 4
-010101011001110 posits 5
-010101011001110 skews 5
-010101011001110 cruncher 6
-010101011001110 delineates 6
-010101011001110 silences 8
-010101011001110 clogs 9
-010101011001110 formalizes 10
-010101011001110 relievers 13
-010101011001110 engenders 14
-010101011001110 picturing 16
-010101011001110 signifies 26
-010101011001110 underlines 50
-010101011001110 stipulates 53
-010101011001110 sheds 55
-010101011001110 portends 58
-010101011001110 specifies 64
-010101011001110 ensures 133
-010101011001110 reveals 243
-010101011001110 demonstrates 274
-010101011001110 implies 279
-010101011001110 confirms 311
-010101011001110 illustrates 458
-010101011001110 indicates 1515
-010101011001110 suggests 2436
-010101011001110 showing 2539
-010101011001110 shows 4577
-010101011001110 showed 3834
-010101011001111 TBS/Audubon/WETA-TV 1
-010101011001111 tantalizes 1
-010101011001111 Berthe 1
-010101011001111 wounded-puppy 1
-010101011001111 sensitive-type 1
-010101011001111 MORALITY 1
-010101011001111 Launch. 1
-010101011001111 A&E/BBC 1
-010101011001111 Teen-Ager 1
-010101011001111 neo-Palladian 1
-010101011001111 well-sourced 1
-010101011001111 INTERVIEWS 1
-010101011001111 exludes 1
-010101011001111 anti-Manhattan 1
-010101011001111 loan-pricing 1
-010101011001111 link-and 1
-010101011001111 Endures 1
-010101011001111 outranks 1
-010101011001111 preliterate 1
-010101011001111 Swallowed 1
-010101011001111 two-faceted 1
-010101011001111 Engelbert 1
-010101011001111 Loin 1
-010101011001111 55-64 1
-010101011001111 dissuades 1
-010101011001111 soft-mindedness 1
-010101011001111 Blossomed 1
-010101011001111 Vale/Of 1
-010101011001111 energizes 1
-010101011001111 pact-under 1
-010101011001111 Western-subsidized 1
-010101011001111 woolly-minded 1
-010101011001111 innovates 2
-010101011001111 Zazz 2
-010101011001111 extinguishes 2
-010101011001111 expels 2
-010101011001111 nips 3
-010101011001111 caresses 3
-010101011001111 Houdini 3
-010101011001111 V.V. 3
-010101011001111 mano 3
-010101011001111 trills 3
-010101011001111 perverts 3
-010101011001111 parries 3
-010101011001111 posited 4
-010101011001111 oppresses 4
-010101011001111 undergirding 4
-010101011001111 glisten 5
-010101011001111 evidences 5
-010101011001111 nullifies 6
-010101011001111 heals 7
-010101011001111 spoofs 7
-010101011001111 manifests 8
-010101011001111 strays 8
-010101011001111 neutralizes 9
-010101011001111 signified 10
-010101011001111 pinpoints 11
-010101011001111 presupposes 11
-010101011001111 lengthens 13
-010101011001111 cripples 13
-010101011001111 rewrites 13
-010101011001111 buttresses 14
-010101011001111 tailors 14
-010101011001111 connotes 15
-010101011001111 messes 17
-010101011001111 disguises 18
-010101011001111 augurs 23
-010101011001111 slashes 25
-010101011001111 intensifies 49
-010101011001111 accelerates 52
-010101011001111 entails 76
-010101011001111 echoes 85
-010101011001111 dictates 86
-010101011001111 reverses 88
-010101011001111 casts 125
-010101011001111 traces 151
-010101011001111 highlights 195
-010101011001111 proves 256
-010101011001111 fits 345
-010101011001111 meaning 989
-010101011001111 causes 997
-010101011001111 raises 1239
-010101011001111 ends 1318
-010101011001111 means 5022
-0101010110100 MARATHON 1
-0101010110100 wheedles 1
-0101010110100 fast-spawning 1
-0101010110100 Koapeng 1
-0101010110100 Hears 1
-0101010110100 wrinkle-removing 1
-0101010110100 nonpolluting 1
-0101010110100 Pashukanis 1
-0101010110100 babysits 1
-0101010110100 off-footnote 1
-0101010110100 Ornament 1
-0101010110100 Yongzhi 1
-0101010110100 cardboard-like 1
-0101010110100 bogeyed 1
-0101010110100 margin-buying 1
-0101010110100 remonstrates 1
-0101010110100 sermonizes 1
-0101010110100 garbles 1
-0101010110100 wau 1
-0101010110100 Jr 1
-0101010110100 blustered 1
-0101010110100 grovels 1
-0101010110100 surfs 1
-0101010110100 Saint-Fort 1
-0101010110100 cash-shy 1
-0101010110100 Quencher 1
-0101010110100 Seigal 1
-0101010110100 cogitate 1
-0101010110100 soft-soaps 1
-0101010110100 Cahier 1
-0101010110100 McClusky 1
-0101010110100 foreign-sponsored 1
-0101010110100 Jiahai 1
-0101010110100 SAGA 1
-0101010110100 Nightmares 1
-0101010110100 profit-poor 1
-0101010110100 exclams 1
-0101010110100 desponded 1
-0101010110100 double-bogeyed 1
-0101010110100 Vainglory 1
-0101010110100 FEAST 1
-0101010110100 TRENDS 1
-0101010110100 LIEDTKE 1
-0101010110100 convulses 1
-0101010110100 sports-talk 1
-0101010110100 overwrote 1
-0101010110100 non-adoption 1
-0101010110100 Loathing 1
-0101010110100 Dongchang 1
-0101010110100 half-animal 1
-0101010110100 Pengnian 1
-0101010110100 vilely 1
-0101010110100 rationalizes 1
-0101010110100 protrusive 1
-0101010110100 cackles 1
-0101010110100 EXIT 1
-0101010110100 superpessimists 1
-0101010110100 pie-in-the-skyish 1
-0101010110100 round-trips 1
-0101010110100 Meathead 1
-0101010110100 blubbers 1
-0101010110100 Wuon 1
-0101010110100 harrumphs 1
-0101010110100 Derails 1
-0101010110100 1866-1943 1
-0101010110100 moonbeams 1
-0101010110100 nepenthes 1
-0101010110100 Bingan 1
-0101010110100 preens 1
-0101010110100 emphazised 1
-0101010110100 warning-signals 1
-0101010110100 undiplomatically 1
-0101010110100 sure-footedness 1
-0101010110100 comanages 1
-0101010110100 habilitation 1
-0101010110100 proselytizes 1
-0101010110100 Guangwei 1
-0101010110100 photo-portrait 1
-0101010110100 Blackston 1
-0101010110100 unillusioned 1
-0101010110100 dinks 1
-0101010110100 counter-attacked 1
-0101010110100 lies. 1
-0101010110100 DOCTOR 1
-0101010110100 improvises 2
-0101010110100 BUYS 2
-0101010110100 Disagree 2
-0101010110100 goeth 2
-0101010110100 sulks 2
-0101010110100 dicta 2
-0101010110100 Orta 2
-0101010110100 Pavillion 2
-0101010110100 sass 2
-0101010110100 exhales 2
-0101010110100 daydreams 2
-0101010110100 soloed 2
-0101010110100 HESS 2
-0101010110100 Va 2
-0101010110100 stunk 2
-0101010110100 cajoles 2
-0101010110100 recollects 2
-0101010110100 chainsmokes 2
-0101010110100 propellors 2
-0101010110100 Mehren 2
-0101010110100 reconsiders 2
-0101010110100 Veruschka 2
-0101010110100 Sande 3
-0101010110100 bellum 3
-0101010110100 burbles 3
-0101010110100 re-shot 3
-0101010110100 warmups 3
-0101010110100 knows. 3
-0101010110100 Vows 3
-0101010110100 dreads 3
-0101010110100 averred 4
-0101010110100 grumps 6
-0101010110100 moors 7
-0101010110100 postulates 7
-0101010110100 jests 8
-0101010110100 reminisced 11
-0101010110100 surmises 11
-0101010110100 mused 11
-0101010110100 demurs 21
-0101010110100 opines 21
-0101010110100 avers 35
-0101010110100 chuckles 39
-0101010110100 concurs 58
-0101010110100 quipped 58
-0101010110100 whispers 61
-0101010110100 confesses 75
-0101010110100 responds 239
-0101010110100 replies 256
-0101010110100 counters 261
-0101010110100 replied 542
-0101010110100 agrees 1068
-0101010110100 added 14143
-0101010110100 adds 4999
-01010101101010 el-Beit 1
-01010101101010 eye-rollings 1
-01010101101010 Festschrift 1
-01010101101010 exorcises 1
-01010101101010 Holzschuher 1
-01010101101010 Bellotto 1
-01010101101010 nutsiness 1
-01010101101010 Firgau 1
-01010101101010 acknolwedged 1
-01010101101010 draglines 1
-01010101101010 grater 1
-01010101101010 sublayers 1
-01010101101010 inisted 1
-01010101101010 predicited 1
-01010101101010 thundershowers 1
-01010101101010 linalool 1
-01010101101010 1973-years 1
-01010101101010 demagogued 1
-01010101101010 syllabuses 1
-01010101101010 Nepomuk 1
-01010101101010 countercharged 1
-01010101101010 target-prices 1
-01010101101010 mangles 1
-01010101101010 bidets 1
-01010101101010 Fyt 1
-01010101101010 Ahram 1
-01010101101010 ackowledges 1
-01010101101010 Flad 1
-01010101101010 turbulently 1
-01010101101010 ations 1
-01010101101010 paper-industries 1
-01010101101010 X-MP12 1
-01010101101010 abolitionism 1
-01010101101010 incident-ridden 1
-01010101101010 Tijd 1
-01010101101010 88-67 1
-01010101101010 Bolden 1
-01010101101010 supersuckers 1
-01010101101010 a-hoping 1
-01010101101010 rescinds 2
-01010101101010 rants 2
-01010101101010 jested 2
-01010101101010 Honglin 3
-01010101101010 hypothesizes 4
-01010101101010 testifed 5
-01010101101010 editorializes 5
-01010101101010 wailed 8
-01010101101010 murmured 8
-01010101101010 snipes 8
-01010101101010 exulted 9
-01010101101010 rhapsodizes 9
-01010101101010 hypothesized 10
-01010101101010 intimated 12
-01010101101010 griped 13
-01010101101010 bellowed 15
-01010101101010 surmised 16
-01010101101010 crowed 17
-01010101101010 acknowleged 17
-01010101101010 marveled 18
-01010101101010 howled 18
-01010101101010 theorizes 19
-01010101101010 groused 19
-01010101101010 editorialized 19
-01010101101010 sniffed 26
-01010101101010 fumed 27
-01010101101010 theorized 28
-01010101101010 gambled 34
-01010101101010 grumbled 34
-01010101101010 retorted 39
-01010101101010 opined 39
-01010101101010 brags 40
-01010101101010 confided 51
-01010101101010 fretted 55
-01010101101010 lamented 57
-01010101101010 reckons 60
-01010101101010 decreed 68
-01010101101010 concurred 76
-01010101101010 speculates 78
-01010101101010 joked 96
-01010101101010 frets 100
-01010101101010 boasted 126
-01010101101010 reasoned 158
-01010101101010 remarked 158
-01010101101010 calculates 194
-01010101101010 countered 209
-01010101101010 cautions 226
-01010101101010 commented 226
-01010101101010 doubted 253
-01010101101010 hinted 376
-01010101101010 observed 504
-01010101101010 concludes 544
-01010101101010 cautioned 634
-01010101101010 admits 644
-01010101101010 reiterated 651
-01010101101010 emphasized 738
-01010101101010 stressed 746
-01010101101010 feared 783
-01010101101010 acknowledges 793
-01010101101010 conceded 812
-01010101101010 maintains 842
-01010101101010 speculated 854
-01010101101010 alleges 952
-01010101101010 testified 979
-01010101101010 contended 981
-01010101101010 explained 1045
-01010101101010 insists 1046
-01010101101010 asserted 1187
-01010101101010 insisted 1210
-01010101101010 predicts 1251
-01010101101010 complained 1354
-01010101101010 argues 1498
-01010101101010 acknowledged 1727
-01010101101010 contends 1773
-01010101101010 claimed 1799
-01010101101010 recommended 1813
-01010101101010 concluded 1838
-01010101101010 warned 1960
-01010101101010 argued 2253
-01010101101010 confirmed 2588
-01010101101010 predicted 3008
-01010101101010 noted 5169
-01010101101010 suggested 3201
-01010101101011 absented 1
-01010101101011 notifified 1
-01010101101011 undertsood 1
-01010101101011 bandanas 1
-01010101101011 recommits 1
-01010101101011 tape-recordings 1
-01010101101011 re-paid 1
-01010101101011 gorged 2
-01010101101011 wormed 2
-01010101101011 Nilde 2
-01010101101011 flagellating 2
-01010101101011 insinuated 3
-01010101101011 dissociated 3
-01010101101011 extricated 3
-01010101101011 vitiated 3
-01010101101011 belched 4
-01010101101011 ingratiated 4
-01010101101011 outsmarted 4
-01010101101011 tweaked 5
-01010101101011 disassociated 5
-01010101101011 signalled 6
-01010101101011 prophesied 6
-01010101101011 disclaims 7
-01010101101011 availed 7
-01010101101011 rebutted 8
-01010101101011 perjured 9
-01010101101011 recused 15
-01010101101011 disclaimed 16
-01010101101011 reasserted 23
-01010101101011 recanted 25
-01010101101011 renounced 30
-01010101101011 prided 34
-01010101101011 distanced 34
-01010101101011 regretted 38
-01010101101011 sensed 75
-01010101101011 ensured 93
-01010101101011 proclaimed 194
-01010101101011 circulated 275
-01010101101011 protested 293
-01010101101011 signaled 393
-01010101101011 noticed 406
-01010101101011 revealed 463
-01010101101011 figured 599
-01010101101011 demonstrated 660
-01010101101011 demanded 840
-01010101101011 admitted 941
-01010101101011 assumed 1036
-01010101101011 maintained 1134
-01010101101011 discovered 1515
-01010101101011 ruled 2699
-01010101101011 found 8999
-01010101101011 denied 3191
-01010101101100 castelike 1
-01010101101100 Technion 1
-01010101101100 Massport-type 1
-01010101101100 stock-accumulation 1
-01010101101100 idemnity 1
-01010101101100 pay-for-knowledge 1
-01010101101100 punched-in 1
-01010101101100 RADIATOR 1
-01010101101100 super-saver 1
-01010101101100 zero-coinsurance 1
-01010101101100 genteeler 1
-01010101101100 Omegas 1
-01010101101100 ASSOCIATIONS 1
-01010101101100 DEBT-RELIEF 1
-01010101101100 restaffed 1
-01010101101100 line-drawers 1
-01010101101100 energy-tax 1
-01010101101100 cafeteria-benefit 1
-01010101101100 no-energy 1
-01010101101100 65,144 1
-01010101101100 debt-syndication 1
-01010101101100 frequent-buyer 1
-01010101101100 decribes 2
-01010101101100 annnounced 2
-01010101101100 Betacam 2
-01010101101100 value-maximizing 2
-01010101101100 SUSPENDED 3
-01010101101100 DISCLOSED 3
-01010101101100 anounced 3
-01010101101100 MAPS 5
-01010101101100 computes 5
-01010101101100 stock-rights 5
-01010101101100 ANNOUNCED 13
-01010101101100 REACHED 15
-01010101101100 announced 10730
-01010101101100 unveiled 723
-01010101101101 parodic 1
-01010101101101 graduate/ex-law 1
-01010101101101 2915 1
-01010101101101 addressed. 1
-01010101101101 AGVET 1
-01010101101101 more-controlled 1
-01010101101101 gonfalon 1
-01010101101101 Mapimpianti 1
-01010101101101 Dojo 1
-01010101101101 Strafford 1
-01010101101101 BISF 1
-01010101101101 Unf. 1
-01010101101101 Unfrn. 1
-01010101101101 Bandido 1
-01010101101101 re-regulates 1
-01010101101101 replow 1
-01010101101101 incarnated 1
-01010101101101 Heartbook 1
-01010101101101 Logabax 1
-01010101101101 softwoods 1
-01010101101101 80X 1
-01010101101101 Mihajlov 1
-01010101101101 Gesselshaft 1
-01010101101101 Abeto 1
-01010101101101 overproduces 1
-01010101101101 EFE 1
-01010101101101 unrevealed 1
-01010101101101 Qaboos 1
-01010101101101 Abderahmane 1
-01010101101101 Harkabi 1
-01010101101101 System/PCW-1 1
-01010101101101 unvisualizable 1
-01010101101101 LGFE 1
-01010101101101 Moriches 1
-01010101101101 Euralliance 1
-01010101101101 drought-propelled 1
-01010101101101 unstraps 1
-01010101101101 Gambier 1
-01010101101101 cholangitis 1
-01010101101101 Teresina 1
-01010101101101 2-loss 2
-01010101101101 Awards-type 2
-01010101101101 Ogonek 2
-01010101101101 reported 16784
-01010101101101 written-off 4
-01010101101110 multibillion-mark 1
-01010101101110 Clarins-Lanvin 1
-01010101101110 Coke-G&W 1
-01010101101110 panic-fueled 1
-01010101101110 Conquest-Cenergy 1
-01010101101110 heavist 1
-01010101101110 inflation-rate 1
-01010101101110 peach-and-gilt 1
-01010101101110 Senate-Commons 1
-01010101101110 federalizes 1
-01010101101110 Bass-sponsored 1
-01010101101110 staff-proposed 1
-01010101101110 Harsher 1
-01010101101110 GE-Thomson 1
-01010101101110 Isenheim 1
-01010101101110 pre-expiration 1
-01010101101110 Pinball 1
-01010101101110 1376 1
-01010101101110 copper-foil 1
-01010101101110 IEWJ 1
-01010101101110 hurricane-panic 1
-01010101101110 Soviet-Hungarian 1
-01010101101110 superaggressive 1
-01010101101110 industrial-vehicles 1
-01010101101110 flower-bedecked 1
-01010101101110 RepublicBank-InterFirst 1
-01010101101110 cross-hatched 1
-01010101101110 artifical 1
-01010101101110 celebrity-laden 1
-01010101101110 Vietnamese-Soviet 1
-01010101101110 revolte 1
-01010101101110 AT&T-requested 1
-01010101101110 rock-film 1
-01010101101110 Aeronica 1
-01010101101110 ITT/CGE 1
-01010101101110 Corp.a 1
-01010101101110 Guinness/Distillers 1
-01010101101110 neo-rococo 1
-01010101101110 Pacific-Overnite 1
-01010101101110 3,300-foot 1
-01010101101110 air-pressure 1
-01010101101110 cable-channel 1
-01010101101110 23,400 1
-01010101101110 96-cent-a-bushel 1
-01010101101110 less-humid 1
-01010101101110 mould 1
-01010101101110 television-dictated 1
-01010101101110 Nord-Highland 1
-01010101101110 freight-passenger 1
-01010101101110 Korean-airliner 1
-01010101101110 3.9-point 1
-01010101101110 shareholder-payout 1
-01010101101110 underenforces 1
-01010101101110 recently-filed 1
-01010101101110 Johnson-Mundell 1
-01010101101110 highest-capacity 1
-01010101101110 dog-rose 1
-01010101101110 median-income 1
-01010101101110 4,235,000 1
-01010101101110 blue/white 1
-01010101101110 1910-29 1
-01010101101110 fist-and-rifle 1
-01010101101110 Nippon-Inland 1
-01010101101110 Gothamite 1
-01010101101110 Coniston-Gillette 1
-01010101101110 13,008 1
-01010101101110 minimum-age 2
-01010101101110 one-syllable 2
-01010101101110 IBM-Chen 2
-01010101101110 USAir-PSA 2
-01010101101110 Jeep-making 2
-01010101101110 American-AirCal 2
-01010101101110 TAN 2
-01010101101110 Onoda-Brierley 2
-01010101101110 U.S.-brokered 2
-01010101101110 SF-SP 2
-01010101101110 Robins-Rorer 2
-01010101101110 long-anticipated 2
-01010101101110 Peat-KMG 3
-01010101101110 late-March 3
-01010101101110 team-concept 3
-01010101101110 twice-delayed 3
-01010101101110 Thatcher-style 3
-01010101101110 nine-day-old 4
-01010101101110 Chandlers 4
-01010101101110 now-notorious 4
-01010101101110 transurethral 4
-01010101101110 Libera 4
-01010101101110 VAX-station 4
-01010101101110 Presque 5
-01010101101110 now-completed 5
-01010101101110 star-crossed 6
-01010101101110 almost-completed 8
-01010101101110 much-delayed 15
-01010101101110 FTS 23
-01010101101110 bylaw 31
-01010101101110 proposed 12035
-01010101101110 planned 5469
-010101011011110 once-dry 1
-010101011011110 noodlings 1
-010101011011110 architectwhat 1
-010101011011110 instrinsic 1
-010101011011110 constuctive 1
-010101011011110 highwax 1
-010101011011110 PLEADED 1
-010101011011110 Boetcker 1
-010101011011110 unascertainable 1
-010101011011110 1s 1
-010101011011110 real-market 1
-010101011011110 ensnaring 1
-010101011011110 not-very-exciting 1
-010101011011110 rain-gutter 1
-010101011011110 unsexy 1
-010101011011110 even-earlier 1
-010101011011110 PERVADES 1
-010101011011110 seven-mile-long 1
-010101011011110 WCBC 1
-010101011011110 toughed 2
-010101011011110 high-sodium 2
-010101011011110 controverted 2
-010101011011110 pled 8
-010101011011110 pleads 48
-010101011011110 stipulated 97
-010101011011110 widens 236
-010101011011110 implied 323
-010101011011110 stated 1074
-010101011011110 pleaded 1229
-010101011011110 indicated 5112
-010101011011111 DISCLOSURES 1
-010101011011111 unknownprobably 1
-010101011011111 operating-budget 1
-010101011011111 deficitof 1
-010101011011111 adduces 1
-010101011011111 almost-crushing 1
-010101011011111 123.33 1
-010101011011111 unbridgeable 1
-010101011011111 18-cent-a-share 1
-010101011011111 tithed 1
-010101011011111 export-favorable 1
-010101011011111 Excedrin-sized 1
-010101011011111 officiate 1
-010101011011111 Gaullists 2
-010101011011111 FUME 2
-010101011011111 armrest 2
-010101011011111 interpolated 2
-010101011011111 Creek-related 2
-010101011011111 unrevised 4
-010101011011111 upward-revised 4
-010101011011111 indictable 5
-010101011011111 forecasted 19
-010101011011111 appraised 91
-010101011011111 approximate 138
-010101011011111 anticipated 1464
-010101011011111 estimated 7422
-010101011011111 projected 1787
-010101011100 re-accelerated 1
-010101011100 1984-and 1
-010101011100 WTVJ-Channel 1
-010101011100 Contribute 1
-010101011100 CONFORM 1
-010101011100 beta-type 1
-010101011100 Vladimirskaya 1
-010101011100 4x4 1
-010101011100 hydromatic 1
-010101011100 Stuermer. 1
-010101011100 KMEX-TV/Channel 1
-010101011100 5,308.5 1
-010101011100 12,410.8 1
-010101011100 3,460.8 1
-010101011100 yen-about 1
-010101011100 farmer. 1
-010101011100 worker. 1
-010101011100 SPRINTS 1
-010101011100 Dance. 1
-010101011100 29,234.5 1
-010101011100 16,490.4 1
-010101011100 8,281.7 1
-010101011100 7.252.5 1
-010101011100 14,022.7 1
-010101011100 12,142.0 1
-010101011100 5,143.7 1
-010101011100 5,394.5 1
-010101011100 12,369.9 1
-010101011100 6,022.5 1
-010101011100 tholins 1
-010101011100 trading/sales 1
-010101011100 EURODOLLARS:8 1
-010101011100 Excell 1
-010101011100 27,749.3 1
-010101011100 28,466.7 1
-010101011100 21,270.8 1
-010101011100 32,645.9 1
-010101011100 13,752.0 1
-010101011100 15,179.7 1
-010101011100 1,902.5 1
-010101011100 2,408.1 1
-010101011100 2,075.4 1
-010101011100 547.0 1
-010101011100 375.0 1
-010101011100 1,089.6 1
-010101011100 b14.05 1
-010101011100 b39.27 1
-010101011100 2,986 1
-010101011100 OWED 1
-010101011100 30.58 1
-010101011100 bc58.82 1
-010101011100 f14.02 1
-010101011100 b48.58 1
-010101011100 66.35 1
-010101011100 2,321 1
-010101011100 Av. 1
-010101011100 SIMMER 1
-010101011100 14,247.4 2
-010101011100 Rover-c 3
-010101011100 Romeo-b 3
-010101011100 29-April 3
-010101011100 20-Aug. 3
-010101011100 6-June 4
-010101011100 18-Aug. 4
-010101011100 Sys 4
-010101011100 d-NAV 6
-010101011100 ROSE 20
-010101011100 spurted 112
-010101011100 leaped 165
-010101011100 skidded 251
-010101011100 dipped 320
-010101011100 slid 827
-010101011100 tumbled 968
-010101011100 plunged 1638
-010101011100 soared 1862
-010101011100 surged 2146
-010101011100 climbed 2764
-010101011100 jumped 3310
-010101011100 rose 28575
-010101011100 fell 17907
-0101010111010 PREVAILS 1
-0101010111010 name-both 1
-0101010111010 sitting-in 1
-0101010111010 20-cents-a-barrel 1
-0101010111010 juice-added 1
-0101010111010 adjustment-related 1
-0101010111010 transited 1
-0101010111010 SUCCEED 1
-0101010111010 subsidiary-posted 1
-0101010111010 reporta 1
-0101010111010 132.56 1
-0101010111010 Noordaa 1
-0101010111010 industriously 1
-0101010111010 represenatives 2
-0101010111010 woofing 2
-0101010111010 COOL 2
-0101010111010 refract 2
-0101010111010 sunbathe 2
-0101010111010 rustled 2
-0101010111010 zig-zagged 3
-0101010111010 wobbles 3
-0101010111010 burrowed 3
-0101010111010 oscillated 3
-0101010111010 scooted 4
-0101010111010 lapped 6
-0101010111010 jogged 7
-0101010111010 spirals 7
-0101010111010 bulged 7
-0101010111010 crested 8
-0101010111010 toted 8
-0101010111010 yawned 9
-0101010111010 meandered 10
-0101010111010 trended 10
-0101010111010 curled 10
-0101010111010 sags 10
-0101010111010 spiraled 12
-0101010111010 gyrated 20
-0101010111010 balks 26
-0101010111010 hovers 44
-0101010111010 soars 48
-0101010111010 crept 89
-0101010111010 slows 187
-0101010111010 hovered 192
-0101010111010 balked 248
-0101010111010 inched 328
-0101010111010 fared 340
-0101010111010 drifted 347
-0101010111010 grows 367
-0101010111010 stays 396
-0101010111010 peaked 410
-0101010111010 stayed 854
-0101010111010 edged 967
-0101010111010 stood 1774
-0101010111010 finished 2062
-0101010111010 grew 3138
-0101010111010 remained 2398
-0101010111011 yo-yoing 1
-0101010111011 perianth 1
-0101010111011 studies. 1
-0101010111011 30/32-100 1
-0101010111011 out-shined 1
-0101010111011 Custodian-B 1
-0101010111011 REFINE 1
-0101010111011 post-Jan. 1
-0101010111011 1981. 1
-0101010111011 X-PM 1
-0101010111011 thyristor 1
-0101010111011 Wheelwriters 1
-0101010111011 forJapanese 1
-0101010111011 radome 1
-0101010111011 2,001.4 1
-0101010111011 28,540.0 1
-0101010111011 20,355.6 1
-0101010111011 24,226.6 1
-0101010111011 +142 1
-0101010111011 Grp 1
-0101010111011 Htls 1
-0101010111011 +172 1
-0101010111011 7700 1
-0101010111011 plummetted 1
-0101010111011 30,711.5 1
-0101010111011 31,771.4 1
-0101010111011 39,317.7 1
-0101010111011 1,625.9 1
-0101010111011 1/4-90 1
-0101010111011 3/4-99 1
-0101010111011 little-employed 1
-0101010111011 Resourcesrose 1
-0101010111011 3/8-89 1
-0101010111011 3/4-107 1
-0101010111011 Doer 2
-0101010111011 engineer. 3
-0101010111011 130.30 3
-0101010111011 Bake 4
-0101010111011 pivoted 5
-0101010111011 Res 8
-0101010111011 Intl 13
-0101010111011 nosedived 15
-0101010111011 bounded 16
-0101010111011 seesawed 18
-0101010111011 nose-dived 26
-0101010111011 zoomed 34
-0101010111011 dived 44
-0101010111011 rocketed 49
-0101010111011 recovers 49
-0101010111011 vaulted 49
-0101010111011 skidding 57
-0101010111011 leapt 62
-0101010111011 sagged 110
-0101010111011 firmed 341
-0101010111011 retreated 351
-0101010111011 sank 520
-0101010111011 slumped 523
-0101010111011 plummeted 612
-0101010111011 rallied 704
-0101010111011 rebounded 711
-0101010111011 recovered 964
-0101010111011 eased 1652
-0101010111011 slipped 1924
-0101010111011 advanced 2995
-0101010111011 dropped 6424
-0101010111011 gained 4473
-0101010111100 dificulties 1
-0101010111100 intramarketing 1
-0101010111100 HIGHS 1
-0101010111100 Ex-Tax 1
-0101010111100 ambulance-chasers 1
-0101010111100 trick-or-treating 1
-0101010111100 face-out 1
-0101010111100 cheeseballs 1
-0101010111100 savior-like 1
-0101010111100 ressemblance 1
-0101010111100 print-out 1
-0101010111100 chokecherries 1
-0101010111100 over-publicized 1
-0101010111100 picture-takers 1
-0101010111100 care-adviser 1
-0101010111100 bumbles 2
-0101010111100 plodders 2
-0101010111100 REPAIRS 2
-0101010111100 plans 19313
-0101010111100 Broughams 2
-01010101111010 appropropriate 1
-01010101111010 sublimed 1
-01010101111010 underspent 1
-01010101111010 well-euipped 1
-01010101111010 Cardiol 1
-01010101111010 acceeded 1
-01010101111010 hasn 1
-01010101111010 believesis 1
-01010101111010 inudustry 1
-01010101111010 re-christen 1
-01010101111010 underweights 1
-01010101111010 runby 1
-01010101111010 succors 1
-01010101111010 impalatable 1
-01010101111010 re-lent 1
-01010101111010 exhumes 1
-01010101111010 refects 1
-01010101111010 criss-crosses 1
-01010101111010 acknowleges 1
-01010101111010 Participazioni 1
-01010101111010 Ait 1
-01010101111010 prostituting 1
-01010101111010 doubled-checked 1
-01010101111010 aspirating 1
-01010101111010 whiffed 1
-01010101111010 wholesaled 1
-01010101111010 Husqvarna 1
-01010101111010 frame-by-frame 1
-01010101111010 refits 1
-01010101111010 reenters 2
-01010101111010 extradites 2
-01010101111010 overemphasizes 2
-01010101111010 double-billed 5
-01010101111010 anticipates 318
-01010101111010 expects 12577
-01010101111010 intends 2382
-010101011110110 Intasun 1
-010101011110110 dixon 1
-010101011110110 Kaji 1
-010101011110110 wearies 1
-010101011110110 Franca 2
-010101011110110 splurges 2
-010101011110110 places. 2
-010101011110110 trestles 2
-010101011110110 brainstorms 2
-010101011110110 misjudges 2
-010101011110110 supersensitive 3
-010101011110110 artifices 3
-010101011110110 Boghammar 3
-010101011110110 milks 3
-010101011110110 equivocated 3
-010101011110110 is. 4
-010101011110110 motioned 4
-010101011110110 2,625 4
-010101011110110 flinches 4
-010101011110110 Tuffier 4
-010101011110110 quizzes 6
-010101011110110 boogie 6
-010101011110110 screeches 8
-010101011110110 15- 8
-010101011110110 fly-by 8
-010101011110110 cradles 9
-010101011110110 prays 12
-010101011110110 Seeks 12
-010101011110110 disapproves 13
-010101011110110 adapts 14
-010101011110110 yearns 15
-010101011110110 hesitates 21
-010101011110110 Goes 37
-010101011110110 attaches 54
-010101011110110 pauses 82
-010101011110110 desires 111
-010101011110110 waits 120
-010101011110110 prepares 157
-010101011110110 vows 179
-010101011110110 travels 201
-010101011110110 pledges 231
-010101011110110 struggles 231
-010101011110110 wishes 421
-010101011110110 aims 524
-010101011110110 likes 914
-010101011110110 promises 1186
-010101011110110 hopes 3860
-010101011110110 needs 4570
-010101011110111 Adhere 1
-010101011110111 guarantied 1
-010101011110111 deputizes 1
-010101011110111 deputed 1
-010101011110111 Aerospacial 1
-010101011110111 cottons 1
-010101011110111 emigrates 1
-010101011110111 TEND 1
-010101011110111 stuggles 1
-010101011110111 revisits 2
-010101011110111 drooped 2
-010101011110111 ill-positioned 2
-010101011110111 itched 3
-010101011110111 Tries 3
-010101011110111 drop-kicked 3
-010101011110111 LEARN 3
-010101011110111 educates 4
-010101011110111 awakes 4
-010101011110111 Apt 4
-010101011110111 zaps 6
-010101011110111 ascends 7
-010101011110111 accedes 7
-010101011110111 Wants 10
-010101011110111 flees 10
-010101011110111 subscribes 11
-010101011110111 ascribes 12
-010101011110111 succumbs 15
-010101011110111 aspired 15
-010101011110111 defers 20
-010101011110111 aspires 21
-010101011110111 undertakes 21
-010101011110111 pretended 23
-010101011110111 strives 24
-010101011110111 hastens 27
-010101011110111 adheres 28
-010101011110111 neglects 29
-010101011110111 dares 30
-010101011110111 pretends 30
-010101011110111 elects 41
-010101011110111 assigns 52
-010101011110111 professes 54
-010101011110111 listens 62
-010101011110111 deserved 134
-010101011110111 chooses 206
-010101011110111 prefers 367
-010101011110111 refuses 436
-010101011110111 proposes 509
-010101011110111 tries 833
-010101011110111 leads 858
-010101011110111 chose 906
-010101011110111 ought 1026
-010101011110111 seeks 1554
-010101011110111 wants 6143
-010101011110111 wanted 4604
-01010101111100 conitinue 1
-01010101111100 Bounties 1
-01010101111100 PACked 1
-01010101111100 witheld 1
-01010101111100 2-2-1 1
-01010101111100 hungered 2
-01010101111100 day-trade 2
-01010101111100 vouches 2
-01010101111100 responsed 2
-01010101111100 inveigh 2
-01010101111100 commendably 2
-01010101111100 four-square 3
-01010101111100 deigned 3
-01010101111100 refered 3
-01010101111100 sulked 3
-01010101111100 subsisted 3
-01010101111100 sinned 3
-01010101111100 crusaded 4
-01010101111100 clamored 9
-01010101111100 yearned 15
-01010101111100 longed 18
-01010101111100 railed 27
-01010101111100 hesitated 68
-01010101111100 apologized 95
-01010101111100 confessed 112
-01010101111100 volunteered 112
-01010101111100 lied 113
-01010101111100 wished 145
-01010101111100 proceeded 163
-01010101111100 opted 186
-01010101111100 decides 557
-01010101111100 reacted 610
-01010101111100 pledged 847
-01010101111100 talked 924
-01010101111100 responded 1013
-01010101111100 understood 1028
-01010101111100 hoped 1344
-01010101111100 voted 2826
-01010101111100 decided 6084
-01010101111100 believed 2898
-010101011111010 Sanayi 1
-010101011111010 telefaxed 1
-010101011111010 automaticaqual 1
-010101011111010 Beckoning 1
-010101011111010 treasonably 1
-010101011111010 WENT 1
-010101011111010 sexists 1
-010101011111010 ro0 1
-010101011111010 22,407 1
-010101011111010 WWAY-TV 1
-010101011111010 retransferred 1
-010101011111010 Batcave 1
-010101011111010 contribued 1
-010101011111010 Stickers 1
-010101011111010 22,270 1
-010101011111010 trans-shipped 1
-010101011111010 tarried 1
-010101011111010 re-applied 1
-010101011111010 abdicates 2
-010101011111010 Delivers 2
-010101011111010 Addicted 2
-010101011111010 SHRANK 2
-010101011111010 SWELLED 2
-010101011111010 arrogated 3
-010101011111010 conspires 4
-010101011111010 Sought 4
-010101011111010 strived 6
-010101011111010 colluded 7
-010101011111010 assented 8
-010101011111010 strove 12
-010101011111010 endeavored 14
-010101011111010 schemed 15
-010101011111010 acceded 25
-010101011111010 AGREED 47
-010101011111010 definitively 182
-010101011111010 consented 228
-010101011111010 conspired 250
-010101011111010 agreed 16135
-010101011111010 vowed 576
-010101011111011 midchapter 1
-010101011111011 under-taxed 1
-010101011111011 slaved 1
-010101011111011 plannned 1
-010101011111011 gondola-maker 1
-010101011111011 asbestos-like 1
-010101011111011 re-formed 1
-010101011111011 back-dated 1
-010101011111011 open-letter 1
-010101011111011 pleged 1
-010101011111011 ballfield 1
-010101011111011 JETTED 1
-010101011111011 reshipped 1
-010101011111011 law-amendments 1
-010101011111011 long-nurtured 1
-010101011111011 crinkled 2
-010101011111011 non-adherence 2
-010101011111011 sleepwalked 2
-010101011111011 overreacts 2
-010101011111011 cooing 2
-010101011111011 half-crown 2
-010101011111011 redounded 2
-010101011111011 air-time 3
-010101011111011 pandered 3
-010101011111011 condescended 3
-010101011111011 ministered 3
-010101011111011 hewed 4
-010101011111011 journeying 6
-010101011111011 enroute 6
-010101011111011 hews 7
-010101011111011 screeched 8
-010101011111011 conformed 12
-010101011111011 journeyed 21
-010101011111011 catered 23
-010101011111011 capitulated 25
-010101011111011 carte 31
-010101011111011 reverted 33
-010101011111011 emigrated 42
-010101011111011 acquiesced 42
-010101011111011 adhered 48
-010101011111011 alluded 51
-010101011111011 clung 52
-010101011111011 overreacted 65
-010101011111011 succumbed 77
-010101011111011 flocked 86
-010101011111011 resorted 93
-010101011111011 defected 104
-010101011111011 scrambled 144
-010101011111011 listened 151
-010101011111011 belonged 174
-010101011111011 struggled 242
-010101011111011 traveled 380
-010101011111011 objected 403
-010101011111011 tended 447
-010101011111011 referred 715
-010101011111011 attempted 749
-010101011111011 returned 1939
-010101011111011 refused 2731
-010101011111011 access 2848
-010101011111011 failed 5347
-010101011111011 tried 3584
-01010101111110 Theater. 1
-01010101111110 Culotta 1
-01010101111110 Sieckman 1
-01010101111110 1,217 1
-01010101111110 Papoulias 1
-01010101111110 Jean-Jack 1
-01010101111110 Mtshali 1
-01010101111110 Mosavi 1
-01010101111110 Vorotnikov 1
-01010101111110 1,286 1
-01010101111110 Ribalta. 1
-01010101111110 Wurman 1
-01010101111110 aquiesced 1
-01010101111110 workgroups 1
-01010101111110 HANDSHAKE 1
-01010101111110 Loek 1
-01010101111110 premieres. 1
-01010101111110 Witkowicz 1
-01010101111110 mananged 1
-01010101111110 MOTHER 1
-01010101111110 F13 1
-01010101111110 Warms 1
-01010101111110 congresssmen 1
-01010101111110 declinced 1
-01010101111110 Nome-based 1
-01010101111110 Cask 1
-01010101111110 Scheler 1
-01010101111110 TRANSITION 1
-01010101111110 TONIGHT 1
-01010101111110 1437 1
-01010101111110 political-relation 1
-01010101111110 subcribers 1
-01010101111110 engraves 1
-01010101111110 Efimov 1
-01010101111110 Otters 1
-01010101111110 1,566.0 1
-01010101111110 tribulation 1
-01010101111110 935s 1
-01010101111110 over-payments 1
-01010101111110 Parmigianino. 1
-01010101111110 Sandals 1
-01010101111110 expedition. 1
-01010101111110 Krawcyk 1
-01010101111110 Caniglia 1
-01010101111110 23,352.8 1
-01010101111110 7,786.8 1
-01010101111110 nigun 1
-01010101111110 northwestward 1
-01010101111110 32,287.1 1
-01010101111110 1,079 1
-01010101111110 Weilbacher 1
-01010101111110 Six-Packs 1
-01010101111110 Benzinger 1
-01010101111110 11,442 1
-01010101111110 Mudhens 1
-01010101111110 Decimalists 1
-01010101111110 garbage-dumpers 1
-01010101111110 1,428 1
-01010101111110 ontributed 1
-01010101111110 car-pooled 2
-01010101111110 747-100s 2
-01010101111110 Contributed 2
-01010101111110 EXPLODED 5
-01010101111110 swung 252
-01010101111110 declined 14771
-01010101111110 contributed 2574
-01010101111111 apears 1
-01010101111111 sider 1
-01010101111111 conduce 1
-01010101111111 degasser 1
-01010101111111 shelfspace 1
-01010101111111 React 1
-01010101111111 revaluated 1
-01010101111111 rock-making 1
-01010101111111 intrusted 1
-01010101111111 apppears 1
-01010101111111 asets 1
-01010101111111 repledged 1
-01010101111111 happenened 1
-01010101111111 reconveyed 1
-01010101111111 sinecure-counsel 1
-01010101111111 sandpapered 1
-01010101111111 referrred 1
-01010101111111 windsurfs 1
-01010101111111 danciness 1
-01010101111111 reprises 2
-01010101111111 Crucians 2
-01010101111111 KIND 2
-01010101111111 quivers 2
-01010101111111 Hibby 2
-01010101111111 Maretha 2
-01010101111111 rejoices 3
-01010101111111 CONTINUES 3
-01010101111111 SITE 3
-01010101111111 Happened 4
-01010101111111 panders 5
-01010101111111 hardens 6
-01010101111111 attesting 6
-01010101111111 suffices 6
-01010101111111 pertained 10
-01010101111111 transpires 10
-01010101111111 pertains 13
-01010101111111 alludes 16
-01010101111111 behaves 23
-01010101111111 conforms 25
-01010101111111 attests 27
-01010101111111 reverts 28
-01010101111111 clings 32
-01010101111111 corresponds 34
-01010101111111 Agreed 34
-01010101111111 testifies 38
-01010101111111 purports 42
-01010101111111 reacts 52
-01010101111111 caters 63
-01010101111111 relates 179
-01010101111111 contributes 183
-01010101111111 belongs 270
-01010101111111 refers 304
-01010101111111 threatens 459
-01010101111111 amounted 527
-01010101111111 tends 573
-01010101111111 applies 591
-01010101111111 fails 728
-01010101111111 happens 1205
-01010101111111 seemed 2418
-01010101111111 appeared 2684
-01010101111111 continues 3638
-01010101111111 appears 3892
-01010101111111 seems 5446
-0101011000 stress-caused 1
-0101011000 state-return 1
-0101011000 Tolkienlike 1
-0101011000 Deltas 1
-0101011000 wine-grape 1
-0101011000 doctrinarily 1
-0101011000 lives/more 1
-0101011000 democratically-minded 1
-0101011000 underwhelmingly 1
-0101011000 Polski 1
-0101011000 cofinancing 1
-0101011000 fairy-talelike 1
-0101011000 ultraviolent 1
-0101011000 camp-aged 1
-0101011000 incentive-sensitive 1
-0101011000 repugnantly 1
-0101011000 positive-to-negative 1
-0101011000 ta 1
-0101011000 tempus 1
-0101011000 deflation-adjusted 1
-0101011000 unstylish 1
-0101011000 exculpating 1
-0101011000 semihardened 1
-0101011000 speculative-oriented 1
-0101011000 difficult. 1
-0101011000 regulatory-minded 1
-0101011000 minicompanies 1
-0101011000 airlines-even 1
-0101011000 Russian-Orthodox-patriotically 1
-0101011000 fuel-making 1
-0101011000 doodle 1
-0101011000 partisanly 1
-0101011000 SU-26 1
-0101011000 early-redemption 1
-0101011000 audience-friendly 1
-0101011000 yield-sensitive 1
-0101011000 non-Islam 1
-0101011000 murkily 1
-0101011000 nimble-like 1
-0101011000 rate-competitive 1
-0101011000 blunt. 1
-0101011000 academic-minded 1
-0101011000 exercise-conscious 1
-0101011000 damned-hard-to-put-down 1
-0101011000 ploddingly 1
-0101011000 than 76811
-0101011000 individual-investor-oriented 1
-01010110010 shis 1
-01010110010 11,279 1
-01010110010 realising 1
-01010110010 sports-media 1
-01010110010 Proyezd 1
-01010110010 horse-and-rabbit 1
-01010110010 NBW 1
-01010110010 8,799,291 1
-01010110010 389,600 1
-01010110010 Beckettian 1
-01010110010 sea-otter 1
-01010110010 offerring 1
-01010110010 3,195,000 1
-01010110010 elide 1
-01010110010 771,794 1
-01010110010 1,053,900 1
-01010110010 Countdown 1
-01010110010 dirties 1
-01010110010 144,376 1
-01010110010 hydro-jet 1
-01010110010 119,400 1
-01010110010 designs. 1
-01010110010 122,100 1
-01010110010 garroting 1
-01010110010 138,500 1
-01010110010 pet-store 1
-01010110010 Dozzzy 1
-01010110010 1,048,500 1
-01010110010 ional 1
-01010110010 voter-abstention 1
-01010110010 populaces 1
-01010110010 1,893 2
-01010110010 respresenting 2
-01010110010 tickles 4
-01010110010 about 104397
-01010110010 molesting 5
-010101100110 light-your-cigars-with- 1
-010101100110 COVERED 1
-010101100110 pro-hard 1
-010101100110 600-plus-ship 1
-010101100110 Yaroslavskoye 1
-010101100110 Leningradskoye 1
-010101100110 Mozhayskoye 1
-010101100110 Leningradsky 1
-010101100110 84B 1
-010101100110 personal-insurance 1
-010101100110 orginated 1
-010101100110 Brith 1
-010101100110 273,874 1
-010101100110 21,017 1
-010101100110 26-ranking 1
-010101100110 Motoyawata 1
-010101100110 4,021 1
-010101100110 Kyon 1
-010101100110 34628.71 1
-010101100110 wona 1
-010101100110 Juanjui 1
-010101100110 playits 1
-010101100110 PGA-tour-leading 1
-010101100110 37,334 1
-010101100110 408,570 1
-010101100110 absorbedthe 1
-010101100110 Pharm 1
-010101100110 Scientif 1
-010101100110 two-processor 1
-010101100110 TriState 2
-010101100110 film-products 2
-010101100110 Quietwriter 2
-010101100110 Exceed 3
-010101100110 Sec. 3
-010101100110 $$ 3
-010101100110 ADDED 4
-010101100110 reschedules 5
-010101100110 totalled 6
-010101100110 totalling 9
-010101100110 grossing 10
-010101100110 numbering 26
-010101100110 NZ 57
-010101100110 HK 210
-010101100110 totals 439
-010101100110 averaging 445
-010101100110 averaged 1037
-010101100110 US 1496
-010101100110 C 1602
-010101100110 totaling 2469
-010101100110 earned 4255
-010101100110 totaled 3079
-010101100111 1660.7 1
-010101100111 Heffalump 1
-010101100111 25-1 1
-010101100111 2-5 1
-010101100111 1633.4 1
-010101100111 1:26 1
-010101100111 Kabi 1
-010101100111 two-under-par 1
-010101100111 2647.72 1
-010101100111 WTOP 1
-010101100111 2:55 1
-010101100111 2,775,300 1
-010101100111 Lockheed. 1
-010101100111 1749.8 1
-010101100111 WZZM-TV 1
-010101100111 KPIX-TV 1
-010101100111 1578.5 1
-010101100111 43.27 1
-010101100111 25,929 1
-010101100111 banking/commerce 1
-010101100111 eleventeen 1
-010101100111 Chilectra 1
-010101100111 Suedwestdeutsche 1
-010101100111 2082.86 1
-010101100111 1312.03 1
-010101100111 2116.40 1
-010101100111 Maderas 1
-010101100111 2070.95 1
-010101100111 KARE 1
-010101100111 2058.32 1
-010101100111 59,830,000 1
-010101100111 farmacias 1
-010101100111 Dimitrovgrad 1
-010101100111 388.59 1
-010101100111 considerble 1
-010101100111 Brest-Litovsk 1
-010101100111 2017.2 1
-010101100111 Liebherr 1
-010101100111 Targu-Jiu 1
-010101100111 63,870 1
-010101100111 tableside 1
-010101100111 Fulda 1
-010101100111 Marienbad 1
-010101100111 Assane 1
-010101100111 99.02 1
-010101100111 Qadhima 1
-010101100111 Knifepoint 1
-010101100111 Bely 1
-010101100111 229.24 1
-010101100111 Softguard. 1
-010101100111 unhorsing 1
-010101100111 11:17 1
-010101100111 Continentale 1
-010101100111 7:27 1
-010101100111 51,320 1
-010101100111 7.7965 1
-010101100111 8:16 1
-010101100111 1698.1 1
-010101100111 1582.8 1
-010101100111 3:55 1
-010101100111 Chiredzi 1
-010101100111 Wombun 1
-010101100111 1747.4 1
-010101100111 1771.4 1
-010101100111 seven-card 1
-010101100111 240.01 1
-010101100111 Lympstone 1
-010101100111 Ciaris 1
-010101100111 1,473.10 1
-010101100111 2,568.30 1
-010101100111 sub-normal 1
-010101100111 Palikula 1
-010101100111 forty-nine 1
-010101100111 CREF. 1
-010101100111 18936.98 1
-010101100111 2452 1
-010101100111 1574 1
-010101100111 85-02 1
-010101100111 243.27 1
-010101100111 KTLA-TV 1
-010101100111 27277.00 1
-010101100111 LLNL 1
-010101100111 21-to-1 1
-010101100111 23633.51 1
-010101100111 Sanam 1
-010101100111 KEK 1
-010101100111 German-organized 1
-010101100111 2057.25 1
-010101100111 trickle-pace 1
-010101100111 2076.80 1
-010101100111 2066.68 1
-010101100111 274,444 1
-010101100111 23719.13 1
-010101100111 Semipalatinski 1
-010101100111 brunches 1
-010101100111 Peterhof 1
-010101100111 999.9 1
-010101100111 IBEC 1
-010101100111 34115.81 1
-010101100111 Croyton 1
-010101100111 25629.96 1
-010101100111 25569.35 1
-010101100111 mid-1971 1
-010101100111 industry-hopping 1
-010101100111 less-than-maximum 1
-010101100111 111-112 1
-010101100111 50:50 1
-010101100111 2,110,600 1
-010101100111 98.555 1
-010101100111 5:47 1
-010101100111 48.91 1
-010101100111 UBS. 1
-010101100111 3160.05 1
-010101100111 1094 1
-010101100111 Phanat 1
-010101100111 Entitlements 1
-010101100111 inactivating 1
-010101100111 4112.86 1
-010101100111 knifepoint 1
-010101100111 Broadmoor 1
-010101100111 Ekaterinburg 1
-010101100111 Argenteuil 1
-010101100111 Ceret 1
-010101100111 35209.35 1
-010101100111 2021.34 1
-010101100111 Medtronics 1
-010101100111 Wad 1
-010101100111 2076.12 1
-010101100111 34,093 1
-010101100111 2018.67 1
-010101100111 2032.01 1
-010101100111 1786.7 1
-010101100111 Babyland 1
-010101100111 1743.4 1
-010101100111 2120.91 1
-010101100111 35444.82 1
-010101100111 KSL-AM 1
-010101100111 2075 1
-010101100111 WSB-TV 1
-010101100111 al-Harf 1
-010101100111 7:10 2
-010101100111 Nummi. 2
-010101100111 24773.41 2
-010101100111 2218.8 2
-010101100111 Sandringham 2
-010101100111 98.875 2
-010101100111 M5 2
-010101100111 Pietri 2
-010101100111 1839.9 2
-010101100111 27320.94 2
-010101100111 1608.1 2
-010101100111 Windfalls 2
-010101100111 28162.25 2
-010101100111 370.34 2
-010101100111 267.40 2
-010101100111 Agrivisor 2
-010101100111 Yaddo 2
-010101100111 Shoshoni 2
-010101100111 241.89 2
-010101100111 103.15 2
-010101100111 Travemuende 2
-010101100111 Cieplan 2
-010101100111 Estrategia 5
-010101100111 MIT. 5
-010101100111 Colonus 8
-010101100111 least 13911
-010101100111 loggerheads 30
-010101101000 Pups 1
-010101101000 Iran-bolstering 1
-010101101000 hair-do 1
-010101101000 minimum-performance 1
-010101101000 unconventionally 1
-010101101000 crash-performance 1
-010101101000 WHOA 1
-010101101000 Josh. 1
-010101101000 aspersion 1
-010101101000 ankle-to-thigh 1
-010101101000 cross-contamination 1
-010101101000 cross-shopping 1
-010101101000 envying 1
-010101101000 deliriously 1
-010101101000 hard-to-meet 1
-010101101000 shambled 1
-010101101000 mach 1
-010101101000 Konkani 1
-010101101000 bobsleds 1
-010101101000 slider 1
-010101101000 toga-style 1
-010101101000 auditor-shopping 1
-010101101000 peel-off 1
-010101101000 molton 1
-010101101000 clonazepam 2
-010101101000 acetates 2
-010101101000 first. 2
-010101101000 soul-satisfying 2
-010101101000 stoppers 2
-010101101000 Ergon 2
-010101101000 excising 2
-010101101000 breakwaters 2
-010101101000 John-John 3
-010101101000 sullenly 4
-010101101000 expectantly 4
-010101101000 demotions 4
-010101101000 aflame 5
-010101101000 clasp 5
-010101101000 up 68862
-010101101000 aside 1415
-0101011010010 15/21 1
-0101011010010 netward 1
-0101011010010 choosen 1
-0101011010010 123-23 1
-0101011010010 1989-March 1
-0101011010010 x. 1
-0101011010010 thumbs-down 1
-0101011010010 24-18 1
-0101011010010 fiscal-1987 1
-0101011010010 248-170 1
-0101011010010 Ma. 1
-0101011010010 lovably 1
-0101011010010 384-20 1
-0101011010010 V-8-engine-equipped 1
-0101011010010 legislation-by-initiative 1
-0101011010010 Pentam 1
-0101011010010 Hlth 1
-0101011010010 Alfalfa 1
-0101011010010 Local-news 1
-0101011010010 rainless 1
-0101011010010 Trigger 2
-0101011010010 nurturant 2
-0101011010010 paydirt 2
-0101011010010 Fafner 2
-0101011010010 366-40 2
-0101011010010 crosslegged 2
-0101011010010 dismounts 2
-0101011010010 bloodily 2
-0101011010010 rearranges 3
-0101011010010 reducers 3
-0101011010010 co-producers 3
-0101011010010 ajar 5
-0101011010010 marring 5
-0101011010010 down 28116
-0101011010010 benefitting 6
-0101011010011 Naziism 1
-0101011010011 incorrectedly 1
-0101011010011 Channnel 1
-0101011010011 109,856 1
-0101011010011 short/ 1
-0101011010011 124,617 1
-0101011010011 2,649 1
-0101011010011 turbotrains 1
-0101011010011 banger 1
-0101011010011 anthemic 1
-0101011010011 crop-devouring 1
-0101011010011 gem-quality 1
-0101011010011 once-reluctant 1
-0101011010011 claims-settlement 1
-0101011010011 near-lethal 1
-0101011010011 inning-by-inning 1
-0101011010011 175,524 1
-0101011010011 1,354 1
-0101011010011 Carducci 1
-0101011010011 tongue-in-your-ear 1
-0101011010011 B-scales 1
-0101011010011 DM1,200 1
-0101011010011 car-exhaust 1
-0101011010011 Newark-bound 1
-0101011010011 26.20 1
-0101011010011 TRS-DOS 1
-0101011010011 forest-road 1
-0101011010011 25-to-one 1
-0101011010011 inside-out 2
-0101011010011 vaccinating 2
-0101011010011 yet. 2
-0101011010011 heeler 2
-0101011010011 1,648 2
-0101011010011 soulfully 2
-0101011010011 ex-distribution 2
-0101011010011 expense-control 3
-0101011010011 behind. 3
-0101011010011 aspergillus 4
-0101011010011 off. 7
-0101011010011 off 22454
-0101011010011 mignon 8
-010101101010 uprootings 1
-010101101010 4,298 1
-010101101010 OQ 1
-010101101010 367,800 1
-010101101010 disturbers 1
-010101101010 Bikinians 1
-010101101010 armfuls 1
-010101101010 agglutinations 1
-010101101010 scrolling 1
-010101101010 distillations 1
-010101101010 taxpayer-subsidization 1
-010101101010 27,167 1
-010101101010 marl 1
-010101101010 slice-of-surrealism 1
-010101101010 phone-solicitation 1
-010101101010 Pennfield 1
-010101101010 Parnassian 1
-010101101010 Centigrade 1
-010101101010 remorsefully 1
-010101101010 6,073 1
-010101101010 job-applicant 1
-010101101010 navigates 1
-010101101010 wout 1
-010101101010 308,300 1
-010101101010 full-speed 1
-010101101010 hand-punched 1
-010101101010 Facilitation 1
-010101101010 refixes 1
-010101101010 146,456 1
-010101101010 593,100 1
-010101101010 2378.5 1
-010101101010 vortexes 1
-010101101010 fullspread 1
-010101101010 48,526 1
-010101101010 2383.7 1
-010101101010 spandrels 1
-010101101010 hoarsely 1
-010101101010 181,818 1
-010101101010 billets-doux 1
-010101101010 extra-point 1
-010101101010 nobs 1
-010101101010 2297.5 1
-010101101010 1,278,000 1
-010101101010 investers 1
-010101101010 toddlerhood 1
-010101101010 463,779 1
-010101101010 Massraf 1
-010101101010 Constants 1
-010101101010 nail-bed 1
-010101101010 2319.9 1
-010101101010 Farenheit 1
-010101101010 DM200 1
-010101101010 slightingly 1
-010101101010 Aspercreme 1
-010101101010 4-foot 1
-010101101010 2356.8 1
-010101101010 2285.8 1
-010101101010 slab-like 1
-010101101010 1,430,500 1
-010101101010 47,766 1
-010101101010 hir 1
-010101101010 policy-cancellation 1
-010101101010 blue-violet 1
-010101101010 anemically 2
-010101101010 403,600 2
-010101101010 ceremonially 2
-010101101010 updrafts 2
-010101101010 articulately 2
-010101101010 collectivizations 2
-010101101010 sentinel 2
-010101101010 re-focused 2
-010101101010 140,550 2
-010101101010 140,500 2
-010101101010 erotically 2
-010101101010 docklands 2
-010101101010 effigies 3
-010101101010 bedclothes 3
-010101101010 Appears 3
-010101101010 storyboards 3
-010101101010 cohesively 3
-010101101010 miming 3
-010101101010 uncalled-for 3
-010101101010 massages 4
-010101101010 ahold 4
-010101101010 deadlocks 6
-010101101010 sundae 8
-010101101010 out. 9
-010101101010 roughshod 17
-010101101010 abreast 43
-010101101010 out 42634
-010101101010 afoul 97
-0101011010110 three-for-my-one 1
-0101011010110 drawbars 1
-0101011010110 tomahawked 1
-0101011010110 saddlebags 1
-0101011010110 semi-independence 1
-0101011010110 declaiming 1
-0101011010110 ampler 1
-0101011010110 boink 1
-0101011010110 open-collared 1
-0101011010110 4-for-4 1
-0101011010110 limply 1
-0101011010110 unavenged 1
-0101011010110 down-slowly 1
-0101011010110 WPHL 1
-0101011010110 0-for-3 1
-0101011010110 Jezebel 1
-0101011010110 bargain-shopping 1
-0101011010110 squatty 1
-0101011010110 testier 1
-0101011010110 carbacephems 1
-0101011010110 jenny 1
-0101011010110 lawyerism 1
-0101011010110 rust-proofed 1
-0101011010110 unpruned 1
-0101011010110 lawsuit-crazy 1
-0101011010110 resliced 1
-0101011010110 PICKINGS 1
-0101011010110 shorewards 1
-0101011010110 teledramas 1
-0101011010110 abegging 1
-0101011010110 cross-pollenized 1
-0101011010110 plastic-free 1
-0101011010110 oh-for-seven 1
-0101011010110 semi-serious 1
-0101011010110 120-fold 1
-0101011010110 runback 1
-0101011010110 cappuccinos 1
-0101011010110 judgements 1
-0101011010110 untallied 1
-0101011010110 septum 1
-0101011010110 3-12-1 1
-0101011010110 inthecolumn 1
-0101011010110 over-intense 1
-0101011010110 woodenness 1
-0101011010110 reapprovals 1
-0101011010110 unprosecuted 1
-0101011010110 chillier 1
-0101011010110 witchlike 1
-0101011010110 13-fold 1
-0101011010110 despondently 1
-0101011010110 un-fixed 1
-0101011010110 emblazoning 1
-0101011010110 untangled 1
-0101011010110 exdividend 1
-0101011010110 unrecruited 1
-0101011010110 dimensionally 1
-0101011010110 amuck 1
-0101011010110 season. 1
-0101011010110 lightly. 1
-0101011010110 psychoanalyzed 1
-0101011010110 bang-bang 1
-0101011010110 shuffle-bored 1
-0101011010110 titters 1
-0101011010110 34-1 1
-0101011010110 unredressed 1
-0101011010110 price-shopping 1
-0101011010110 out-rebounded 1
-0101011010110 scotfree 1
-0101011010110 96-69 1
-0101011010110 marketward 1
-0101011010110 recontaminated 1
-0101011010110 rancidity 1
-0101011010110 unflaggingly 1
-0101011010110 hartebeest 1
-0101011010110 tailwinds 1
-0101011010110 2,546,900 1
-0101011010110 Day-Glo-mail 1
-0101011010110 uncaught 1
-0101011010110 2384.6 1
-0101011010110 brown-red 1
-0101011010110 warrier 1
-0101011010110 pensively 1
-0101011010110 biters 1
-0101011010110 sloooow 1
-0101011010110 fishin' 1
-0101011010110 reacquainted 1
-0101011010110 7,319,400 1
-0101011010110 Gelucil 1
-0101011010110 Yepikhodov 1
-0101011010110 Tuesdays-Saturdays 1
-0101011010110 church-goers 1
-0101011010110 Olympically 1
-0101011010110 creatives 1
-0101011010110 44,450 1
-0101011010110 untrumpeted 1
-0101011010110 one-on-two 1
-0101011010110 literately 1
-0101011010110 out-foxed 1
-0101011010110 home. 1
-0101011010110 sackless 1
-0101011010110 along. 1
-0101011010110 cost-efficiently 1
-0101011010110 wheelcover 1
-0101011010110 unsnarled 1
-0101011010110 high. 1
-0101011010110 2347.7 1
-0101011010110 rat-arsed 1
-0101011010110 currents. 1
-0101011010110 precociously 1
-0101011010110 leftwards 1
-0101011010110 cloak-and-daggerish 1
-0101011010110 50,517 1
-0101011010110 2298 1
-0101011010110 +32 1
-0101011010110 71,011 1
-0101011010110 aglimmering 1
-0101011010110 self-discipline. 1
-0101011010110 27-fold 1
-0101011010110 2323.9 1
-0101011010110 4-and-6 1
-0101011010110 spill-up 1
-0101011010110 midnights 1
-0101011010110 furasato 1
-0101011010110 softballs 1
-0101011010110 a-glimmering 1
-0101011010110 bahhh 1
-0101011010110 35,780 1
-0101011010110 m-o-n-e-y 2
-0101011010110 uselessly 2
-0101011010110 firebases 2
-0101011010110 minutes/flight 2
-0101011010110 apart. 2
-0101011010110 tip-toeing 2
-0101011010110 commendations 2
-0101011010110 confusedly 2
-0101011010110 handsprings 2
-0101011010110 punitively 2
-0101011010110 350-fold 2
-0101011010110 cumbersomely 2
-0101011010110 canteens 2
-0101011010110 neutrally 2
-0101011010110 suport 2
-0101011010110 ghouls 2
-0101011010110 bondsman 2
-0101011010110 downrange 2
-0101011010110 Bumstead 2
-0101011010110 Banpais 2
-0101011010110 second-raters 2
-0101011010110 undotted 2
-0101011010110 wheelies 2
-0101011010110 16th- 2
-0101011010110 firetrucks 3
-0101011010110 masala 3
-0101011010110 convalescing 3
-0101011010110 unrewarded 3
-0101011010110 Kandi 3
-0101011010110 flutists 3
-0101011010110 gaga 3
-0101011010110 aye 3
-0101011010110 unrepaired 3
-0101011010110 unfixed 3
-0101011010110 puncher 3
-0101011010110 counterclockwise 3
-0101011010110 spitballs 3
-0101011010110 meat-eaters 3
-0101011010110 semi-conscious 3
-0101011010110 tousled 4
-0101011010110 stolidly 4
-0101011010110 on. 5
-0101011010110 deviating 5
-0101011010110 handstands 5
-0101011010110 forlornly 5
-0101011010110 slaw 7
-0101011010110 listlessly 7
-0101011010110 downriver 8
-0101011010110 haywire 9
-0101011010110 asunder 9
-0101011010110 motionless 10
-0101011010110 unmentioned 10
-0101011010110 berserk 16
-0101011010110 unpunished 19
-0101011010110 unheeded 20
-0101011010110 northward 21
-0101011010110 idly 25
-0101011010110 amok 28
-0101011010110 astray 30
-0101011010110 ashore 38
-0101011010110 aground 39
-0101011010110 afield 40
-0101011010110 erratically 41
-0101011010110 shear 43
-0101011010110 someplace 44
-0101011010110 aback 46
-0101011010110 undetected 51
-0101011010110 overboard 56
-0101011010110 awry 71
-0101011010110 unnoticed 81
-0101011010110 somewhere 501
-0101011010110 anywhere 777
-0101011010110 apart 942
-0101011010110 away 7267
-0101011010111 WAFB-TV 1
-0101011010111 Tinkertoys 1
-0101011010111 34,554 1
-0101011010111 insignificantly 1
-0101011010111 503th 1
-0101011010111 76.2mm 1
-0101011010111 K-Tel-Products 1
-0101011010111 BROADLY 1
-0101011010111 9,991 1
-0101011010111 Krupp/Taylor-USA 1
-0101011010111 Orthello 1
-0101011010111 uncertainities 1
-0101011010111 Purolator. 1
-0101011010111 European. 1
-0101011010111 jolters 1
-0101011010111 WHBF-TV 1
-0101011010111 9,014 1
-0101011010111 .600 1
-0101011010111 haring 1
-0101011010111 2,631 1
-0101011010111 1,340th 1
-0101011010111 Chillico 1
-0101011010111 concertgoers 1
-0101011010111 2,073 1
-0101011010111 krugerrand 1
-0101011010111 1-2-3-4-6-11 1
-0101011010111 8,406 1
-0101011010111 discreetely 1
-0101011010111 sculling 1
-0101011010111 WYLDFM 1
-0101011010111 775,630 1
-0101011010111 140.71 1
-0101011010111 527th 1
-0101011010111 casssettes 1
-0101011010111 Abearham 1
-0101011010111 poinsettia 1
-0101011010111 full-blast 1
-0101011010111 order-backlog 1
-0101011010111 doughtily 1
-0101011010111 less-upholstered 1
-0101011010111 beseechingly 1
-0101011010111 4,829 1
-0101011010111 passers-through 1
-0101011010111 crabbing 1
-0101011010111 8,821 1
-0101011010111 a-begging 1
-0101011010111 big-eyed 1
-0101011010111 ski-touring 1
-0101011010111 emptily 1
-0101011010111 demagogically 1
-0101011010111 2,339 1
-0101011010111 414,305 1
-0101011010111 boisterously 1
-0101011010111 4,395 1
-0101011010111 Canadian-fir 1
-0101011010111 women-buddies 1
-0101011010111 world-size 1
-0101011010111 258,700 1
-0101011010111 mini-pianos 1
-0101011010111 lousily 1
-0101011010111 Bell-owned 1
-0101011010111 reflectively 1
-0101011010111 1,339,000 1
-0101011010111 well-comfortable 1
-0101011010111 V-8-and 1
-0101011010111 WUTV 1
-0101011010111 1-2-5 1
-0101011010111 subsections 1
-0101011010111 937,700 1
-0101011010111 1.015 1
-0101011010111 bridalwear 1
-0101011010111 40,994 1
-0101011010111 recommendaton 1
-0101011010111 over-inflated 1
-0101011010111 willynilly 1
-0101011010111 delicieux 1
-0101011010111 now-drive 1
-0101011010111 ceremoniously 1
-0101011010111 692,000 1
-0101011010111 devotedly 1
-0101011010111 264,812 1
-0101011010111 resettlements 1
-0101011010111 frowzy 1
-0101011010111 temptingly 1
-0101011010111 4,575 1
-0101011010111 smarties 1
-0101011010111 elephant-ivory 1
-0101011010111 pityingly 1
-0101011010111 49,626 1
-0101011010111 hefam 1
-0101011010111 267,229 1
-0101011010111 sexpertise 1
-0101011010111 soundlessly 1
-0101011010111 obloquy 1
-0101011010111 float-trips 1
-0101011010111 changer 2
-0101011010111 head-first 2
-0101011010111 70.18 2
-0101011010111 Ozarka 2
-0101011010111 headwinds 2
-0101011010111 8,777 2
-0101011010111 266,667 2
-0101011010111 whole-hog 2
-0101011010111 vibrantly 2
-0101011010111 1,153,318 2
-0101011010111 31,808,363 2
-0101011010111 114,023 2
-0101011010111 syrupy 2
-0101011010111 untucked 2
-0101011010111 unfindable 2
-0101011010111 bread-baking 2
-0101011010111 right-to-left 2
-0101011010111 Damien 2
-0101011010111 high-fives 2
-0101011010111 2,091,000 2
-0101011010111 30,141,114 2
-0101011010111 2,501,897 2
-0101011010111 dragooned 2
-0101011010111 solitaire 2
-0101011010111 greater-than-average 3
-0101011010111 masas 3
-0101011010111 Umtata 3
-0101011010111 1,214 3
-0101011010111 feet-first 3
-0101011010111 835,350 3
-0101011010111 959,901 3
-0101011010111 unstuck 4
-0101011010111 slam-dunked 4
-0101011010111 morosely 4
-0101011010111 glassy-eyed 4
-0101011010111 hooky 5
-0101011010111 heavenward 5
-0101011010111 longingly 6
-0101011010111 fence-row 6
-0101011010111 dejectedly 6
-0101011010111 majestically 8
-0101011010111 foward 8
-0101011010111 belly-up 8
-0101011010111 blankly 12
-0101011010111 uneasily 15
-0101011010111 shivers 16
-0101011010111 inversely 17
-0101011010111 southward 18
-0101011010111 eastward 19
-0101011010111 aimlessly 21
-0101011010111 askance 26
-0101011010111 inward 26
-0101011010111 westward 26
-0101011010111 headlong 32
-0101011010111 downstairs 36
-0101011010111 thumbs 41
-0101011010111 nearer 50
-0101011010111 sideways 67
-0101011010111 back 17447
-0101011010111 forward 1718
-010101101100 NBCTV 1
-010101101100 injury-free 1
-010101101100 threshholds 1
-010101101100 Ariosto 1
-010101101100 calamitously 1
-010101101100 body-hugging 1
-010101101100 Aug.6 1
-010101101100 WWOZ-FM 1
-010101101100 78-70 1
-010101101100 takedowns 1
-010101101100 Melodiya 1
-010101101100 PespsiCo 1
-010101101100 Rocinante 1
-010101101100 playwriting 1
-010101101100 396-0 1
-010101101100 26-14 1
-010101101100 3.2851 1
-010101101100 subsdiaries 1
-010101101100 caramels 1
-010101101100 Supraphon 1
-010101101100 Psychoneuroimmunology 1
-010101101100 belay 1
-010101101100 Abeche 1
-010101101100 non-glamourous 1
-010101101100 Dieppe 1
-010101101100 Shimonoseki 1
-010101101100 steadies 1
-010101101100 solipsism 1
-010101101100 character-delving 1
-010101101100 Visula 1
-010101101100 Mercutio 1
-010101101100 ABC-TVs 1
-010101101100 hostiles 1
-010101101100 over-the-header 1
-010101101100 cusp 1
-010101101100 program-by-program 1
-010101101100 Ranaskaya 1
-010101101100 anannualized 1
-010101101100 Histrionix 1
-010101101100 dummy-making 1
-010101101100 trickledown 1
-010101101100 WNYC-FM 1
-010101101100 Kadarists 1
-010101101100 cost-per-thousand-viewers 1
-010101101100 cross-rates 1
-010101101100 DC-10-10s 1
-010101101100 8,284 1
-010101101100 out-er 1
-010101101100 81-0 1
-010101101100 Xanthippe 1
-010101101100 exile/trade 1
-010101101100 philology 1
-010101101100 89-2 1
-010101101100 Heimaey 1
-010101101100 346-54 1
-010101101100 Shakespeare-In-The-Park 1
-010101101100 201-175 1
-010101101100 19-14 1
-010101101100 Nostradamus 1
-010101101100 1,436 1
-010101101100 WRC-TV 1
-010101101100 C31G 1
-010101101100 weather-worries 1
-010101101100 314-96 1
-010101101100 index-participation 1
-010101101100 Fadda 1
-010101101100 8-to-4 1
-010101101100 el-Azhar 1
-010101101100 230-196 2
-010101101100 SeaEscape 2
-010101101100 CD-4 2
-010101101100 tenterhooks 2
-010101101100 WGN-TV 2
-010101101100 millages 2
-010101101100 Harassed 2
-010101101100 Q.E.D. 2
-010101101100 Stockwatch 2
-010101101100 pigmentosa 2
-010101101100 Jan.4 2
-010101101100 Zerbinetta 2
-010101101100 Dreadful 2
-010101101100 PRAY-sus 2
-010101101100 Thurday 2
-010101101100 advertising. 2
-010101101100 mitoxantrone 2
-010101101100 Suffrage 2
-010101101100 Terfenadine 2
-010101101100 Sinfonietta 2
-010101101100 Itab 2
-010101101100 Pimpernel 2
-010101101100 CBS-News 2
-010101101100 Lydda 2
-010101101100 HGP-30 2
-010101101100 Aurolin 3
-010101101100 Yaguzhinsky 3
-010101101100 2C 3
-010101101100 costuming 3
-010101101100 Minkey 3
-010101101100 Tenerife 3
-010101101100 kebabs 3
-010101101100 centigrade 4
-010101101100 a-Ex-dividend 4
-010101101100 Dec.31 5
-010101101100 bloomer 5
-010101101100 bivouac 5
-010101101100 10-year-olds 5
-010101101100 sleeplessness 6
-010101101100 Gosteleradio 6
-010101101100 Cryptoclearance 6
-010101101100 Camels 7
-010101101100 Midsummer 10
-010101101100 Creditwatch 10
-010101101100 Wednesdays 33
-010101101100 Celsius 35
-010101101100 Tuesdays 40
-010101101100 weekdays 46
-010101101100 Fridays 48
-010101101100 semiannually 50
-010101101100 Thursdays 50
-010101101100 Mondays 77
-010101101100 Saturdays 93
-010101101100 Fahrenheit 129
-010101101100 Sundays 129
-010101101100 Sunday 2252
-010101101100 Saturday 2623
-010101101100 Friday 13547
-010101101100 Thursday 4291
-010101101100 Monday 8087
-010101101100 Wednesday 5796
-010101101100 Tuesday 6827
-010101101101 Cotman 1
-010101101101 stamps. 1
-010101101101 system-pork-barreling 1
-010101101101 Meemies 1
-010101101101 373,494 1
-010101101101 Windwoman 1
-010101101101 gridlocks 1
-010101101101 focusedalmost 1
-010101101101 Inevitable 1
-010101101101 Transbrazil 1
-010101101101 Aviogenex 1
-010101101101 8743063 1
-010101101101 levelly 1
-010101101101 Europefor 1
-010101101101 T.A.S. 1
-010101101101 8725067 1
-010101101101 didemnin-B 1
-010101101101 8728080 1
-010101101101 slammajamma 1
-010101101101 ultrasonically 1
-010101101101 offseason 1
-010101101101 951-889 1
-010101101101 combusts 1
-010101101101 DayTimers 1
-010101101101 1,003,520 1
-010101101101 impersonally 1
-010101101101 partners/creditors 1
-010101101101 Sameness 1
-010101101101 kao 1
-010101101101 sonofabitch 1
-010101101101 Francophiles 1
-010101101101 251,597 1
-010101101101 lullabys 1
-010101101101 4-inch-wide 1
-010101101101 15-25-35 1
-010101101101 2,362,616 1
-010101101101 B-ball 1
-010101101101 faceplate 1
-010101101101 29,078 1
-010101101101 lossses 1
-010101101101 brigading 1
-010101101101 stockades 1
-010101101101 Warschavski 1
-010101101101 inquinans 1
-010101101101 executives-on-loan 1
-010101101101 tourisma 1
-010101101101 Selva 1
-010101101101 Contraband 1
-010101101101 semi-independently 1
-010101101101 Lifebuoy 1
-010101101101 dismissively 1
-010101101101 KOMA-AM/KRXO-FM 1
-010101101101 8803018 1
-010101101101 Supt 1
-010101101101 Middendorp 1
-010101101101 SMA 1
-010101101101 506-390 1
-010101101101 496-378 1
-010101101101 456-423 1
-010101101101 KitKats 1
-010101101101 analsyts 1
-010101101101 536-348 1
-010101101101 201-181 1
-010101101101 abstemiousness 1
-010101101101 Business-Driven 1
-010101101101 Adolescence 1
-010101101101 profit-free 1
-010101101101 Brasted 1
-010101101101 services-ADT 1
-010101101101 583-363 1
-010101101101 biblically 1
-010101101101 Cariaga 1
-010101101101 microturbine 1
-010101101101 Herberg 1
-010101101101 608-386 1
-010101101101 netmen 1
-010101101101 KRCG-TV 1
-010101101101 reprehensibly 1
-010101101101 drop-boxes 1
-010101101101 617.18 1
-010101101101 unseaworthy 1
-010101101101 Saddiq 1
-010101101101 532-439 1
-010101101101 579-395 1
-010101101101 535-438 1
-010101101101 Mevalotin 1
-010101101101 549-411 1
-010101101101 rightie 1
-010101101101 491-383 1
-010101101101 man-hater 1
-010101101101 454-423 1
-010101101101 50,265 1
-010101101101 8824047 1
-010101101101 627-334 1
-010101101101 Cloth 2
-010101101101 1980-1983 2
-010101101101 midwifery 2
-010101101101 91-9 2
-010101101101 Tavist-1 2
-010101101101 aforethought 2
-010101101101 95.15 2
-010101101101 8-3 2
-010101101101 ESB 2
-010101101101 Ceclor 2
-010101101101 Interpress 2
-010101101101 mediations 2
-010101101101 local-area-networks 2
-010101101101 Kodak-Pathe 2
-010101101101 1318.98 2
-010101101101 suppers 2
-010101101101 Imuvert 2
-010101101101 27-14 2
-010101101101 signee 2
-010101101101 69-27 2
-010101101101 95.04 3
-010101101101 yesteray 3
-010101101101 yeterday 3
-010101101101 drily 3
-010101101101 resurged 3
-010101101101 183.50 3
-010101101101 Militia 3
-010101101101 Zeebra 3
-010101101101 49-47 4
-010101101101 yesteday 4
-010101101101 yesterday 34352
-010101101101 Sabatini 7
-0101011011100 descripion 1
-0101011011100 engine-vibration 1
-0101011011100 lawamkers 1
-0101011011100 unsped 1
-0101011011100 peradventure 1
-0101011011100 caulks 1
-0101011011100 flours 1
-0101011011100 measureably 1
-0101011011100 gelignite 1
-0101011011100 Ansari 1
-0101011011100 SOAP 1
-0101011011100 cafeteria-goers 1
-0101011011100 Tommies 1
-0101011011100 Shandong 1
-0101011011100 smudging 1
-0101011011100 cowtalk 1
-0101011011100 cling-film 1
-0101011011100 repoers 1
-0101011011100 resistances 1
-0101011011100 CD-quality 1
-0101011011100 waggishly 1
-0101011011100 somatostatin 1
-0101011011100 restitching 1
-0101011011100 drug-abusers 1
-0101011011100 photolabs 1
-0101011011100 Spinner. 1
-0101011011100 goal-advantages 1
-0101011011100 CS1 1
-0101011011100 undertreatment 1
-0101011011100 ex-patients 1
-0101011011100 MicroStix 1
-0101011011100 Anglophilia 1
-0101011011100 near-crashes 1
-0101011011100 abrazos 1
-0101011011100 Shooter 1
-0101011011100 shockwaves 1
-0101011011100 WBAI-FM 1
-0101011011100 Philadelphia. 1
-0101011011100 public-spiritedness 1
-0101011011100 McCheaper 1
-0101011011100 Joulumaa 1
-0101011011100 Janneau 1
-0101011011100 Imokolee 1
-0101011011100 moorland 1
-0101011011100 Hiago 1
-0101011011100 Multibanco 1
-0101011011100 screw-in 1
-0101011011100 Bluefish 1
-0101011011100 Khomeinism 1
-0101011011100 nonlawyer 1
-0101011011100 intermodalism 1
-0101011011100 Newark-by-the-Bay 1
-0101011011100 sweetenings 1
-0101011011100 Yolu 1
-0101011011100 banklines 1
-0101011011100 beach-by-beach 1
-0101011011100 magnetrons 1
-0101011011100 gurglings 1
-0101011011100 Kelthane 1
-0101011011100 48,847 1
-0101011011100 non-programmers 1
-0101011011100 slothfulness 1
-0101011011100 rightwingers 1
-0101011011100 Somersworth 1
-0101011011100 MCV 1
-0101011011100 burger-cooking 1
-0101011011100 Insightful 1
-0101011011100 front-loaders 1
-0101011011100 drugs-not 1
-0101011011100 belief. 1
-0101011011100 member-countries 1
-0101011011100 Venusharps 1
-0101011011100 autoclaves 1
-0101011011100 dvandvanabhighata 1
-0101011011100 AIDS-type 1
-0101011011100 momentum-building 1
-0101011011100 jockstraps 1
-0101011011100 Newports 1
-0101011011100 Fal-V 1
-0101011011100 drivetrain 1
-0101011011100 2070 1
-0101011011100 Barclaycard 1
-0101011011100 small-towners 1
-0101011011100 30-year-terms 1
-0101011011100 WRGT-TV 1
-0101011011100 blood-therapy 1
-0101011011100 latebloomers 1
-0101011011100 lap-times 1
-0101011011100 AIT 1
-0101011011100 Honfed 1
-0101011011100 Transjordan 1
-0101011011100 Kannon 1
-0101011011100 stereolithography 1
-0101011011100 lezzies 1
-0101011011100 neuroblastoma 1
-0101011011100 garam 1
-0101011011100 pseudo-adventure 1
-0101011011100 C-31G 1
-0101011011100 jurors. 1
-0101011011100 turncoats 1
-0101011011100 racegoers 1
-0101011011100 ketorolac 1
-0101011011100 BursonMarsteller 1
-0101011011100 Ga-Thlose 2
-0101011011100 HDL-cholesterol 2
-0101011011100 Raimu 2
-0101011011100 1,632,028 2
-0101011011100 price-fixers 2
-0101011011100 genuflecting 2
-0101011011100 non-experts 2
-0101011011100 85-15 2
-0101011011100 privacy. 2
-0101011011100 onchocerciasis 2
-0101011011100 Preuves 2
-0101011011100 biodegradability 2
-0101011011100 Telawi 2
-0101011011100 trenchantly 2
-0101011011100 Hereth 2
-0101011011100 Adms 2
-0101011011100 GLYN/NET 2
-0101011011100 glass-edge 2
-0101011011100 circuit-boards 2
-0101011011100 G-4 2
-0101011011100 Cornflakes 2
-0101011011100 profitibility 2
-0101011011100 artemisia 2
-0101011011100 A&B 3
-0101011011100 LP-88 3
-0101011011100 shrouds 3
-0101011011100 Suprax 3
-0101011011100 cordwood 3
-0101011011100 Norbrook 3
-0101011011100 certiorari 3
-0101011011100 bayonets 3
-0101011011100 tachyarrhythmia 3
-0101011011100 sledgehammers 3
-0101011011100 then-Col 3
-0101011011100 chaperone 3
-0101011011100 Astilleros 3
-0101011011100 go. 3
-0101011011100 kielbasa 3
-0101011011100 Newco 4
-0101011011100 Dramamine 4
-0101011011100 so-and-so 4
-0101011011100 grasshoppers 5
-0101011011100 Lentinan 5
-0101011011100 Dagwood 6
-0101011011100 Yogiisms 8
-0101011011100 thee 8
-0101011011100 Apopa 8
-0101011011100 him. 14
-0101011011100 firewood 14
-0101011011100 us. 18
-0101011011100 aloud 57
-0101011011100 him 18490
-0101011011100 us 9518
-0101011011100 me 7016
-0101011011101 returners 1
-0101011011101 payphones 1
-0101011011101 profanity. 1
-0101011011101 1.9030 1
-0101011011101 exam-takers 1
-0101011011101 backrests 1
-0101011011101 thereof. 1
-0101011011101 overtime-related 1
-0101011011101 jongg 1
-0101011011101 banjos 1
-0101011011101 counterlegislation 1
-0101011011101 long-span 1
-0101011011101 God. 1
-0101011011101 4,902 1
-0101011011101 remote. 1
-0101011011101 sumptuousness 1
-0101011011101 corazon 1
-0101011011101 inflation-consciousness 1
-0101011011101 counter-legislation 1
-0101011011101 ClergyCard 1
-0101011011101 cultishness 1
-0101011011101 meeted 1
-0101011011101 BWAC. 1
-0101011011101 sulphur-dioxide 1
-0101011011101 242.10 1
-0101011011101 positives. 1
-0101011011101 Atheism 1
-0101011011101 non-action 1
-0101011011101 Nebenaussenpolitik 1
-0101011011101 sunbeams 1
-0101011011101 insoles 1
-0101011011101 overdesign 1
-0101011011101 loyalties. 1
-0101011011101 biotherapy 1
-0101011011101 potholders 1
-0101011011101 fiveinch 1
-0101011011101 ammends 1
-0101011011101 23-year-olds 1
-0101011011101 toolings 1
-0101011011101 minibureaus 1
-0101011011101 casuistry 1
-0101011011101 reduced-instruction 1
-0101011011101 incompatibles 1
-0101011011101 AEWRs 1
-0101011011101 temporary-residence 1
-0101011011101 non-Latins 1
-0101011011101 contracep 1
-0101011011101 five-layer 1
-0101011011101 price-competition 1
-0101011011101 miserliness 1
-0101011011101 counterblow 1
-0101011011101 drawers. 1
-0101011011101 SOPEC 1
-0101011011101 peaveys 1
-0101011011101 Molsems 1
-0101011011101 FACA 1
-0101011011101 roadshows 1
-0101011011101 Dwarves 1
-0101011011101 XL/ 1
-0101011011101 ENTEL 1
-0101011011101 Navenchauc 1
-0101011011101 1,733,539 1
-0101011011101 Okushava 1
-0101011011101 deprogramming 1
-0101011011101 superscalar 1
-0101011011101 all-text 1
-0101011011101 Speakes-be-Reagan 1
-0101011011101 chidren 1
-0101011011101 CFC-11 1
-0101011011101 follow-ons 1
-0101011011101 PSNH. 1
-0101011011101 filmings 1
-0101011011101 cross-party 1
-0101011011101 bronco 1
-0101011011101 blow-torches 1
-0101011011101 paydays 1
-0101011011101 refuse-derived-fuel 1
-0101011011101 greater-than-ever 1
-0101011011101 disbursesments 1
-0101011011101 retinyl 1
-0101011011101 complexity. 1
-0101011011101 Factor-VIII 1
-0101011011101 ex-Sen 1
-0101011011101 McBreakfast 1
-0101011011101 feather-bedding 1
-0101011011101 life-changing 1
-0101011011101 pigs. 1
-0101011011101 newsracks 1
-0101011011101 supersalespeople 1
-0101011011101 part-interests 1
-0101011011101 housebreaking 1
-0101011011101 marginalia 2
-0101011011101 Scruples 2
-0101011011101 playtime 2
-0101011011101 harmonicas 2
-0101011011101 carrion 2
-0101011011101 second-stringers 2
-0101011011101 shortselling 2
-0101011011101 ethanolamines 2
-0101011011101 alarmism 2
-0101011011101 prices. 2
-0101011011101 unentitled 2
-0101011011101 ripoffs 2
-0101011011101 Euro-products 2
-0101011011101 Strouds 2
-0101011011101 securities. 2
-0101011011101 Resolved 2
-0101011011101 145.02 2
-0101011011101 hari-kari 2
-0101011011101 financing. 2
-0101011011101 farmers. 2
-0101011011101 selfrule 2
-0101011011101 Papeete 2
-0101011011101 signification 2
-0101011011101 21,497.95 2
-0101011011101 tunability 2
-0101011011101 competitivity 2
-0101011011101 Huhudi 2
-0101011011101 high-brow 2
-0101011011101 dandyism 2
-0101011011101 sandostatin 2
-0101011011101 salepeople 2
-0101011011101 non-utilities 2
-0101011011101 MBF 2
-0101011011101 312.8 2
-0101011011101 1,763,000 2
-0101011011101 Eprex 2
-0101011011101 basketballs 2
-0101011011101 non- 2
-0101011011101 eggshells 2
-0101011011101 kachinas 2
-0101011011101 47-seat 2
-0101011011101 Linpack 2
-0101011011101 alkylbenzene 2
-0101011011101 246.80 2
-0101011011101 manicurists 2
-0101011011101 factly 2
-0101011011101 dynamically 2
-0101011011101 21,312.96 2
-0101011011101 241.90 2
-0101011011101 1924-25 2
-0101011011101 Amarante 2
-0101011011101 21,470.20 2
-0101011011101 icky 2
-0101011011101 Wavelength 2
-0101011011101 voiceprints 2
-0101011011101 Betaseron 2
-0101011011101 plant-maintenance 2
-0101011011101 SESDAQ 3
-0101011011101 aimlessness 3
-0101011011101 sunfish 3
-0101011011101 self-congratulations 3
-0101011011101 Enfamil 3
-0101011011101 non-Socialists 3
-0101011011101 xerography 3
-0101011011101 moonshiners 3
-0101011011101 wetting 3
-0101011011101 Kaunas 3
-0101011011101 him/her 3
-0101011011101 albumin 3
-0101011011101 suey 3
-0101011011101 Doomed 3
-0101011011101 Corregidor 3
-0101011011101 humanity-in-general 3
-0101011011101 pantsuits 3
-0101011011101 Kontum 3
-0101011011101 captioning 3
-0101011011101 cornrows 3
-0101011011101 propfans 3
-0101011011101 Karafuto 3
-0101011011101 dribbleware 3
-0101011011101 flurbiprofen 3
-0101011011101 Dumanjug 4
-0101011011101 ghostwriters 4
-0101011011101 SPL 4
-0101011011101 beachgoers 4
-0101011011101 alpha-interferon 4
-0101011011101 ricochets 4
-0101011011101 ouzo 4
-0101011011101 Despond 4
-0101011011101 agranulocytosis 4
-0101011011101 seatbelts 4
-0101011011101 transmittal 4
-0101011011101 prourokinase 5
-0101011011101 birthmarks 5
-0101011011101 Tshikota 6
-0101011011101 bathers 6
-0101011011101 buy-ins 6
-0101011011101 self-experimentation 6
-0101011011101 HFC-134a 6
-0101011011101 somersaults 7
-0101011011101 Ebby 7
-0101011011101 protectively 7
-0101011011101 2443.4 8
-0101011011101 lecithin 8
-0101011011101 WTVJ 19
-0101011011101 polygraphs 19
-0101011011101 them. 20
-0101011011101 home-workers 21
-0101011011101 it. 37
-0101011011101 B.A.T. 47
-0101011011101 them 31313
-0101011011101 'em 238
-01010110111100 civilisatrice 1
-01010110111100 ever-harder 1
-01010110111100 Ahrends 1
-01010110111100 Orota 1
-01010110111100 KNXV-TV 1
-01010110111100 catalog. 1
-01010110111100 high-prescribers 1
-01010110111100 judges. 1
-01010110111100 Castine 1
-01010110111100 Unmasked 1
-01010110111100 20-to-1 1
-01010110111100 leaver 1
-01010110111100 contouring 1
-01010110111100 Riche 1
-01010110111100 gawks 1
-01010110111100 27333 1
-01010110111100 lollygaggers 1
-01010110111100 27813 1
-01010110111100 Celebre 1
-01010110111100 Marinol 1
-01010110111100 predicts. 1
-01010110111100 23:01 1
-01010110111100 27218 1
-01010110111100 27579 1
-01010110111100 Qalquilya 1
-01010110111100 poverty-bound 1
-01010110111100 28034 1
-01010110111100 tittering 1
-01010110111100 slumming 1
-01010110111100 uninstalled 1
-01010110111100 27750 1
-01010110111100 neomycin 1
-01010110111100 communicate. 1
-01010110111100 Thundervolt 1
-01010110111100 Hvoineva 1
-01010110111100 Biomechanics 1
-01010110111100 Nagurski 1
-01010110111100 28063 1
-01010110111100 copyist 1
-01010110111100 Harab 1
-01010110111100 Pressbox 1
-01010110111100 FASTBACs 1
-01010110111100 heil 1
-01010110111100 Kalcheim 1
-01010110111100 headon 1
-01010110111100 kick-boxing 1
-01010110111100 gigging 1
-01010110111100 Bashar 1
-01010110111100 Cadafe 1
-01010110111100 bloomwise 1
-01010110111100 boardgame 1
-01010110111100 Forestiere 1
-01010110111100 Modane 1
-01010110111100 Lorox 1
-01010110111100 estimates. 1
-01010110111100 cupward 1
-01010110111100 down-tooled 1
-01010110111100 96.14 1
-01010110111100 Staline 1
-01010110111100 Dictatorial 1
-01010110111100 attention. 1
-01010110111100 misbehaves 1
-01010110111100 serviceably 1
-01010110111100 tonight. 1
-01010110111100 Prinivil 1
-01010110111100 bullpens 1
-01010110111100 Fundal 1
-01010110111100 Galecron 1
-01010110111100 mid-day 1
-01010110111100 1:18-32 1
-01010110111100 Isoptin-SR 1
-01010110111100 27501 1
-01010110111100 Unifie 1
-01010110111100 aquiver 1
-01010110111100 N-Y-N-E-X 1
-01010110111100 1978-1982 1
-01010110111100 Dzhugashvili 1
-01010110111100 quickly. 1
-01010110111100 Intron-A 1
-01010110111100 unemotionally 1
-01010110111100 Dinkelsbuehl 1
-01010110111100 simultanteously 1
-01010110111100 green-and-yellow 1
-01010110111100 dominate. 1
-01010110111100 De-Reaganization 1
-01010110111100 ParaGard 1
-01010110111100 Dist 1
-01010110111100 Dunnells 1
-01010110111100 Halpert 1
-01010110111100 66-10 1
-01010110111100 crashed. 1
-01010110111100 mousers 1
-01010110111100 isocaproate 1
-01010110111100 Griffin/Muppet 1
-01010110111100 post-Watt 1
-01010110111100 Danocrine 1
-01010110111100 omeprazole 1
-01010110111100 5.8s 1
-01010110111100 comique 1
-01010110111100 WH20. 1
-01010110111100 Syncal 1
-01010110111100 27940 1
-01010110111100 36000 1
-01010110111100 Finexpa 1
-01010110111100 sabres 1
-01010110111100 2a 1
-01010110111100 39B 1
-01010110111100 InterContemporain 1
-01010110111100 Datasoft 1
-01010110111100 Hachiya 1
-01010110111100 inoperant 1
-01010110111100 Co-Renitec 1
-01010110111100 holds. 1
-01010110111100 Isoptin 1
-01010110111100 buffa 1
-01010110111100 Selegiline 1
-01010110111100 28475 1
-01010110111100 Cuauh-te-moc 1
-01010110111100 frothed 1
-01010110111100 Kissettes. 1
-01010110111100 prewashed 1
-01010110111100 Temik 1
-01010110111100 Analisis 1
-01010110111100 Radissons 1
-01010110111100 Kator 1
-01010110111100 CPP/Pinkerton 1
-01010110111100 asparaginase 1
-01010110111100 tribesman 1
-01010110111100 lip-quivering 1
-01010110111100 22240 1
-01010110111100 x2 1
-01010110111100 contest. 1
-01010110111100 impaired. 1
-01010110111100 PolyVision 1
-01010110111100 out-muscled 2
-01010110111100 grottoes 2
-01010110111100 hatchings 2
-01010110111100 attenders 2
-01010110111100 BLI 2
-01010110111100 Sportverein 2
-01010110111100 Nietzche 2
-01010110111100 Straker 2
-01010110111100 decisons 2
-01010110111100 Haugland 2
-01010110111100 waifs 2
-01010110111100 mutinied 2
-01010110111100 Vashem 2
-01010110111100 reports-Unisys 2
-01010110111100 sideshows 2
-01010110111100 Keota 2
-01010110111100 Z-100 2
-01010110111100 hereabout 2
-01010110111100 blubber 2
-01010110111100 business-wise 2
-01010110111100 Bonavent 2
-01010110111100 smoldered 2
-01010110111100 uninjured 2
-01010110111100 REMOVAL 2
-01010110111100 deliberates 3
-01010110111100 Techmashimport 3
-01010110111100 greeters 3
-01010110111100 flacks 3
-01010110111100 Jade 3
-01010110111100 held. 3
-01010110111100 starves 3
-01010110111100 Peptide-T 3
-01010110111100 cooed 3
-01010110111100 dictu 3
-01010110111100 eliminators 3
-01010110111100 facelifts 3
-01010110111100 agape 3
-01010110111100 conversationally 3
-01010110111100 Esmeralda 3
-01010110111100 Abbokinase 3
-01010110111100 Gataoulline 3
-01010110111100 Loyale 3
-01010110111100 Goldbrick 3
-01010110111100 slammers 3
-01010110111100 everywhere. 3
-01010110111100 dry-cleaned 3
-01010110111100 quaked 3
-01010110111100 WCCO 3
-01010110111100 checklists 3
-01010110111100 recurs 4
-01010110111100 HAPPY 4
-01010110111100 goer 4
-01010110111100 retardants 4
-01010110111100 gulped 4
-01010110111100 benders 4
-01010110111100 synonyms 4
-01010110111100 appreciatively 4
-01010110111100 niacin 4
-01010110111100 Testaverde 5
-01010110111100 snatchers 5
-01010110111100 Overtake 5
-01010110111100 thickens 5
-01010110111100 aborning 5
-01010110111100 Daze 5
-01010110111100 chirping 6
-01010110111100 off-guard 6
-01010110111100 warmers 6
-01010110111100 giveth 7
-01010110111100 withers 7
-01010110111100 solvers 7
-01010110111100 culpa 7
-01010110111100 galore 8
-01010110111100 in. 9
-01010110111100 hesitantly 10
-01010110111100 recedes 10
-01010110111100 now. 10
-01010110111100 burners 10
-01010110111100 here. 11
-01010110111100 underfoot 12
-01010110111100 setter 13
-01010110111100 Inform 14
-01010110111100 unturned 15
-01010110111100 squirm 16
-01010110111100 washers 17
-01010110111100 goers 17
-01010110111100 dwindles 20
-01010110111100 abounded 28
-01010110111100 indoors 35
-01010110111100 onstage 36
-01010110111100 thereof 38
-01010110111100 hereabouts 42
-01010110111100 nowadays 127
-01010110111100 abound 177
-01010110111100 whatsoever 180
-01010110111100 alike 420
-01010110111100 here 13874
-01010110111100 everywhere 502
-010101101111010 CVU 1
-010101101111010 defect-free 1
-010101101111010 formation-style 1
-010101101111010 BDNI 1
-010101101111010 RSUWI 1
-010101101111010 LDUWI 1
-010101101111010 strudels 1
-010101101111010 amoebas 1
-010101101111010 herdsman 1
-010101101111010 de-recognition 1
-010101101111010 Marketote 1
-010101101111010 CARTHAGE 1
-010101101111010 Wagneritis 1
-010101101111010 thataway 1
-010101101111010 494-0 1
-010101101111010 UGNE 1
-010101101111010 wrung-out 1
-010101101111010 CAIRO 1
-010101101111010 trhemselves 1
-010101101111010 CELL 1
-010101101111010 listand 1
-010101101111010 unglazed 1
-010101101111010 BNHNU 1
-010101101111010 XPU 1
-010101101111010 KKUWI 1
-010101101111010 GCUWI 1
-010101101111010 RFUWI 1
-010101101111010 V-E-T-O 1
-010101101111010 flagstone 1
-010101101111010 vindictively 1
-010101101111010 XXUWI 1
-010101101111010 HMUWI 1
-010101101111010 HLUWI 1
-010101101111010 voice-recognizer 1
-010101101111010 BZU 1
-010101101111010 conjointly 1
-010101101111010 rumrunners 1
-010101101111010 unwakened 1
-010101101111010 longer. 1
-010101101111010 slantways 1
-010101101111010 standing-growing 1
-010101101111010 anonyously 1
-010101101111010 unattained 1
-010101101111010 Citidollars 1
-010101101111010 ear-to-ear 1
-010101101111010 reciprocally 1
-010101101111010 FLAGSTAFF 1
-010101101111010 MAKANDA 1
-010101101111010 DAVENPORT 1
-010101101111010 hieroglyphs 1
-010101101111010 pro-socialist 1
-010101101111010 countercyclically 1
-010101101111010 Eastern-fast 1
-010101101111010 10th-seeded 1
-010101101111010 g-o-l-d 1
-010101101111010 unviewable 1
-010101101111010 5-feet 1
-010101101111010 blank-again 1
-010101101111010 distibutor 1
-010101101111010 Nightranger 1
-010101101111010 unplowed 1
-010101101111010 Peelu 1
-010101101111010 progress. 1
-010101101111010 prep-riced 1
-010101101111010 Tanning 1
-010101101111010 ballistically 1
-010101101111010 SHCO 1
-010101101111010 feelingly 1
-010101101111010 ATUWI 1
-010101101111010 un-Malay 1
-010101101111010 undefinitive 1
-010101101111010 mega-dollars 1
-010101101111010 undramatized 1
-010101101111010 scapula 1
-010101101111010 KDUWI 1
-010101101111010 GNU 1
-010101101111010 DOUWI 1
-010101101111010 UPUWI 1
-010101101111010 AOUWI 1
-010101101111010 clothing-optional 1
-010101101111010 undelayed 1
-010101101111010 Dorbane 1
-010101101111010 MKUWI 1
-010101101111010 OGUWI 1
-010101101111010 under-reserved 1
-010101101111010 unscaled 1
-010101101111010 NEUF-BRISACH 1
-010101101111010 crosswise 1
-010101101111010 spasmodically 1
-010101101111010 6-feet-4 1
-010101101111010 FCUWI 1
-010101101111010 Kali 1
-010101101111010 segment-oriented 1
-010101101111010 a-laying 1
-010101101111010 paternalistically 1
-010101101111010 DPUW 1
-010101101111010 2,000-50 1
-010101101111010 GUADALAJARA 1
-010101101111010 clothesline-style 1
-010101101111010 870310-0011 1
-010101101111010 UGC-7394 1
-010101101111010 offbalance 1
-010101101111010 state-building 1
-010101101111010 petticoats 1
-010101101111010 Kiryat 1
-010101101111010 RoadRailing 1
-010101101111010 Ptisenbon 1
-010101101111010 anti-Oakland 1
-010101101111010 templates 1
-010101101111010 1-800-IMDYING 1
-010101101111010 indepedent 1
-010101101111010 untracked 1
-010101101111010 agree. 1
-010101101111010 HUHO 1
-010101101111010 SPRINGFIELD 1
-010101101111010 Kentwood 1
-010101101111010 facedown 1
-010101101111010 executive-finance 1
-010101101111010 LP-only 1
-010101101111010 hograisers 1
-010101101111010 firement 1
-010101101111010 CHL 1
-010101101111010 baby-kissing 1
-010101101111010 menstruating 1
-010101101111010 unalive 1
-010101101111010 STARING 1
-010101101111010 NO-PEC 1
-010101101111010 unremedied 1
-010101101111010 idiotically 1
-010101101111010 arm-in-arm 1
-010101101111010 tranquilly 1
-010101101111010 Cine-Fi 1
-010101101111010 1,062-922 1
-010101101111010 Eday 1
-010101101111010 concertina-style 1
-010101101111010 pulsated 1
-010101101111010 operations. 1
-010101101111010 unperformed 1
-010101101111010 audences 1
-010101101111010 Ashkelon 1
-010101101111010 side-tracked 1
-010101101111010 post-Cipollone 1
-010101101111010 non-days 1
-010101101111010 archaically 1
-010101101111010 wingtip-to-wingtip 1
-010101101111010 enchants 2
-010101101111010 Vif 2
-010101101111010 slurping 2
-010101101111010 thwupped 2
-010101101111010 crowbars 2
-010101101111010 supinely 2
-010101101111010 effort. 2
-010101101111010 Serbo-Croatian 2
-010101101111010 larva 2
-010101101111010 flirtatiously 2
-010101101111010 catamarans 2
-010101101111010 Archimedes 2
-010101101111010 suramin 2
-010101101111010 uneaten 2
-010101101111010 refilled 2
-010101101111010 9-12 2
-010101101111010 raptly 2
-010101101111010 adulteress 2
-010101101111010 too. 2
-010101101111010 extemporaneously 2
-010101101111010 assimilates 2
-010101101111010 turfs 2
-010101101111010 Moncayo 2
-010101101111010 1773 2
-010101101111010 jobhunting 2
-010101101111010 pulsates 2
-010101101111010 intermingle 2
-010101101111010 unpoliced 2
-010101101111010 a-twinkle 2
-010101101111010 ratatouille 2
-010101101111010 wimpish 2
-010101101111010 Stallions 2
-010101101111010 uncast 2
-010101101111010 synergistically 2
-010101101111010 wanly 3
-010101101111010 russets 3
-010101101111010 ventricle 3
-010101101111010 cheek-by-jowl 3
-010101101111010 SF 3
-010101101111010 vacillates 3
-010101101111010 sententious 3
-010101101111010 sanctimoniously 3
-010101101111010 uncriticized 3
-010101101111010 riper 3
-010101101111010 WXIN-TV 3
-010101101111010 brunettes 3
-010101101111010 unsaid 3
-010101101111010 unmercifully 3
-010101101111010 magna 3
-010101101111010 seaworthy 3
-010101101111010 beatifically 3
-010101101111010 Adriamycin 3
-010101101111010 again. 3
-010101101111010 miked 3
-010101101111010 clockwise 3
-010101101111010 skyrockets 3
-010101101111010 unasked 3
-010101101111010 gunshy 3
-010101101111010 grouchy 4
-010101101111010 post-forming 4
-010101101111010 unawares 4
-010101101111010 Westphalia 4
-010101101111010 unobserved 4
-010101101111010 aflutter 4
-010101101111010 14- 4
-010101101111010 modernizes 4
-010101101111010 whitefish 4
-010101101111010 codfish 4
-010101101111010 rearming 4
-010101101111010 VLDL 4
-010101101111010 unformed 4
-010101101111010 smolder 5
-010101101111010 agog 5
-010101101111010 coherently 5
-010101101111010 unethically 5
-010101101111010 resound 5
-010101101111010 thinkable 5
-010101101111010 oilers 5
-010101101111010 chest-high 5
-010101101111010 vaccinations 6
-010101101111010 regally 6
-010101101111010 unmolested 6
-010101101111010 unaided 6
-010101101111010 unassisted 7
-010101101111010 vicariously 7
-010101101111010 unremarked 7
-010101101111010 lifes 7
-010101101111010 noirs 8
-010101101111010 Archipelago 8
-010101101111010 undamaged 8
-010101101111010 predominates 8
-010101101111010 uncontrollably 8
-010101101111010 spellbound 9
-010101101111010 dawns 9
-010101101111010 cross-legged 9
-010101101111010 impassively 9
-010101101111010 crackles 9
-010101101111010 unread 10
-010101101111010 fastened 10
-010101101111010 interchangeably 10
-010101101111010 unaddressed 10
-010101101111010 quickens 11
-010101101111010 sparkles 12
-010101101111010 flat-footed 13
-010101101111010 cooperates 16
-010101101111010 fallow 16
-010101101111010 intravenously 17
-010101101111010 prospers 17
-010101101111010 vanishes 17
-010101101111010 sours 18
-010101101111010 unglued 18
-010101101111010 deepens 19
-010101101111010 subsides 20
-010101101111010 afire 22
-010101101111010 undisturbed 25
-010101101111010 deteriorates 31
-010101101111010 adrift 32
-010101101111010 abounds 34
-010101101111010 falters 35
-010101101111010 concurrently 36
-010101101111010 unopposed 39
-010101101111010 aloft 42
-010101101111010 worsens 45
-010101101111010 mum 47
-010101101111010 unfolds 52
-010101101111010 ablaze 53
-010101101111010 activator 54
-010101101111010 awake 65
-010101101111010 unscathed 65
-010101101111010 progresses 72
-010101101111010 untouched 90
-010101101111010 persists 140
-010101101111010 afloat 146
-010101101111010 notwithstanding 193
-010101101111010 intact 385
-010101101111010 forth 496
-010101101111010 alive 589
-010101101111010 together 4328
-010101101111010 alone 2912
-010101101111011 advisedly 1
-010101101111011 gelded 1
-010101101111011 Samanthaphile 1
-010101101111011 isolators 1
-010101101111011 prophylactically 1
-010101101111011 Schlemiel 1
-010101101111011 pro-Semite 1
-010101101111011 zippo 1
-010101101111011 Mike. 1
-010101101111011 management-by-objectives 1
-010101101111011 are. 1
-010101101111011 brokenhearted 1
-010101101111011 reviewed. 1
-010101101111011 out/Heretic 1
-010101101111011 Bo-Diddley 1
-010101101111011 America-in-miniature 1
-010101101111011 reengagements 1
-010101101111011 associations. 1
-010101101111011 2,4-D 1
-010101101111011 dimer 1
-010101101111011 mozarella 1
-010101101111011 frowziness 1
-010101101111011 ex-workers 1
-010101101111011 40,454 1
-010101101111011 war-readiness 1
-010101101111011 refutations 1
-010101101111011 three-years 1
-010101101111011 autodidact 1
-010101101111011 esophagi 1
-010101101111011 E=MC2 1
-010101101111011 2237 1
-010101101111011 unhooked 1
-010101101111011 idiomatically 1
-010101101111011 exports. 1
-010101101111011 Birne 1
-010101101111011 bingxiang 1
-010101101111011 globalists 1
-010101101111011 Pukki 1
-010101101111011 goatmeat-on-a-stick 1
-010101101111011 decaf. 1
-010101101111011 title-holder 1
-010101101111011 2,589,148 1
-010101101111011 frivolities 1
-010101101111011 bushier 1
-010101101111011 voracity 1
-010101101111011 few. 1
-010101101111011 anthologized 1
-010101101111011 unstanched 1
-010101101111011 nation-to-nation 1
-010101101111011 spirit. 1
-010101101111011 framer 1
-010101101111011 before-strike 1
-010101101111011 Tuturno 1
-010101101111011 Feb.9-10 1
-010101101111011 about. 1
-010101101111011 249-172 1
-010101101111011 nonverbally 1
-010101101111011 operatorship 1
-010101101111011 800-554-4477. 1
-010101101111011 dwarves 1
-010101101111011 offsite 1
-010101101111011 time-servers 1
-010101101111011 Kabuki-style 1
-010101101111011 791-729 1
-010101101111011 posthaste 1
-010101101111011 mayoralties 2
-010101101111011 13-10 2
-010101101111011 PPA 2
-010101101111011 Pelargonium 2
-010101101111011 full-circle 2
-010101101111011 acculturation 2
-010101101111011 disgracefully 2
-010101101111011 Tavoy 2
-010101101111011 stomachaches 2
-010101101111011 shimmers 2
-010101101111011 dilated 2
-010101101111011 Doritos 2
-010101101111011 195.82 2
-010101101111011 east-to-west 2
-010101101111011 unobjectionable 2
-010101101111011 Shelfvision 2
-010101101111011 part-way 2
-010101101111011 anti-establishmentarian 2
-010101101111011 tropicals 2
-010101101111011 2,092,000 2
-010101101111011 Bilhah 2
-010101101111011 minimization 2
-010101101111011 CRV 2
-010101101111011 why. 2
-010101101111011 2,045,000 2
-010101101111011 inwards 2
-010101101111011 insolvents 2
-010101101111011 2,043,000 2
-010101101111011 -Ed 2
-010101101111011 oxidizes 2
-010101101111011 Kyprianou 2
-010101101111011 tidily 2
-010101101111011 records. 2
-010101101111011 Dionysus 2
-010101101111011 elsewhere. 2
-010101101111011 tolerantly 2
-010101101111011 clanked 2
-010101101111011 jiggle 2
-010101101111011 Rudolpho 2
-010101101111011 talk. 2
-010101101111011 hollow-eyed 2
-010101101111011 smoking. 2
-010101101111011 ebulliently 2
-010101101111011 ASAPT 2
-010101101111011 alright 2
-010101101111011 commensurately 2
-010101101111011 malabsorption 2
-010101101111011 imploringly 2
-010101101111011 ABK 2
-010101101111011 worshipfully 2
-010101101111011 nauseous 3
-010101101111011 dale 3
-010101101111011 seven. 3
-010101101111011 orgasms 3
-010101101111011 mournfully 3
-010101101111011 insensitively 3
-010101101111011 Morals 3
-010101101111011 for. 3
-010101101111011 1065 3
-010101101111011 snorkel 3
-010101101111011 serendipitously 3
-010101101111011 later. 3
-010101101111011 enough. 3
-010101101111011 Ecclesiastes 3
-010101101111011 enigmatically 3
-010101101111011 back. 3
-010101101111011 smirked 3
-010101101111011 100-fold 3
-010101101111011 2,149,000 3
-010101101111011 cheerily 3
-010101101111011 tuneups 3
-010101101111011 gin-and-tonics 3
-010101101111011 sevens 3
-010101101111011 disapprovingly 3
-010101101111011 retail-wise 3
-010101101111011 seropositive 3
-010101101111011 darkens 3
-010101101111011 multilaterally 4
-010101101111011 putty 4
-010101101111011 abstractly 4
-010101101111011 skateboards 4
-010101101111011 PREE-sus 4
-010101101111011 saucers 4
-010101101111011 absent-mindedly 4
-010101101111011 ............................ 4
-010101101111011 trios 4
-010101101111011 Putsch 4
-010101101111011 swimmingly 4
-010101101111011 takeover-proof 4
-010101101111011 Polyana 4
-010101101111011 WHBQ 4
-010101101111011 accusingly 4
-010101101111011 presto 5
-010101101111011 thistles 5
-010101101111011 shears 5
-010101101111011 Hammerstein 5
-010101101111011 uneventfully 5
-010101101111011 worriedly 5
-010101101111011 expansively 5
-010101101111011 Glib 5
-010101101111011 facetiously 5
-010101101111011 cyanazine 5
-010101101111011 harmlessly 5
-010101101111011 yesterday. 5
-010101101111011 consecutively 5
-010101101111011 wrinkle-resistant 5
-010101101111011 humanely 5
-010101101111011 before. 5
-010101101111011 seashells 5
-010101101111011 undependable 5
-010101101111011 begrudgingly 5
-010101101111011 uncertainly 6
-010101101111011 inconsistently 6
-010101101111011 dishonestly 6
-010101101111011 shyly 6
-010101101111011 incongruously 6
-010101101111011 incredulously 6
-010101101111011 down. 6
-010101101111011 soberly 6
-010101101111011 Mme 7
-010101101111011 hypothetically 7
-010101101111011 alphabetically 7
-010101101111011 you. 7
-010101101111011 pirouettes 7
-010101101111011 up. 8
-010101101111011 scot-free 8
-010101101111011 reverently 8
-010101101111011 contemptuously 8
-010101101111011 offensively 8
-010101101111011 abates 8
-010101101111011 smugly 9
-010101101111011 indignantly 9
-010101101111011 merlot 9
-010101101111011 forthwith 10
-010101101111011 unopened 10
-010101101111011 apologetically 11
-010101101111011 there. 11
-010101101111011 ensues 11
-010101101111011 amiably 11
-010101101111011 speechless 11
-010101101111011 profusely 11
-010101101111011 imploded 11
-010101101111011 externally 12
-010101101111011 unpredictably 12
-010101101111011 honorably 12
-010101101111011 exponentially 14
-010101101111011 imminently 14
-010101101111011 breathlessly 15
-010101101111011 buckles 15
-010101101111011 aplenty 16
-010101101111011 evaporates 17
-010101101111011 impatiently 19
-010101101111011 wanes 20
-010101101111011 haphazardly 20
-010101101111011 unharmed 20
-010101101111011 incessantly 21
-010101101111011 skyward 21
-010101101111011 mechanically 21
-010101101111011 wearily 22
-010101101111011 horizontally 22
-010101101111011 defensively 23
-010101101111011 regionally 24
-010101101111011 triumphantly 25
-010101101111011 materializes 26
-010101101111011 empty-handed 26
-010101101111011 apace 30
-010101101111011 amicably 30
-010101101111011 intermittently 30
-010101101111011 warily 31
-010101101111011 rationally 31
-010101101111011 anyhow 34
-010101101111011 miserably 35
-010101101111011 spontaneously 36
-010101101111011 unabated 36
-010101101111011 rhetorically 36
-010101101111011 anonymously 36
-010101101111011 onscreen 38
-010101101111011 sporadically 39
-010101101111011 patiently 40
-010101101111011 afterwards 47
-010101101111011 momentarily 54
-010101101111011 satisfactorily 58
-010101101111011 softly 58
-010101101111011 ensued 61
-010101101111011 backwards 63
-010101101111011 responsibly 65
-010101101111011 beforehand 71
-010101101111011 peacefully 75
-010101101111011 dearly 77
-010101101111011 globally 81
-010101101111011 briskly 112
-010101101111011 prematurely 113
-010101101111011 anew 128
-010101101111011 accordingly 148
-010101101111011 individually 172
-010101101111011 internally 230
-010101101111011 thereafter 292
-010101101111011 afterward 333
-010101101111011 internationally 392
-010101101111011 differently 404
-010101101111011 nationally 409
-010101101111011 indefinitely 415
-010101101111011 forever 451
-010101101111011 altogether 491
-010101101111011 briefly 530
-010101101111011 anymore 691
-010101101111011 anyway 986
-010101101111011 lately 998
-010101101111011 elsewhere 1567
-010101101111011 abroad 2270
-010101101111011 again 7819
-01010110111110 Dutralene 1
-01010110111110 whodunits 1
-01010110111110 cytotechnology 1
-01010110111110 prognosticating 1
-01010110111110 anti-Islam 1
-01010110111110 intimidators 1
-01010110111110 Fisher/IL 1
-01010110111110 5070447 1
-01010110111110 Geschwitz 1
-01010110111110 selfincrimination 1
-01010110111110 caressingly 1
-01010110111110 white-collar-workers 1
-01010110111110 nonscholars 1
-01010110111110 mackeral 1
-01010110111110 1425-35 1
-01010110111110 strike-busting 1
-01010110111110 resubscribing 1
-01010110111110 take-offs 1
-01010110111110 ripcords 1
-01010110111110 Neurogen 1
-01010110111110 Tijuana-style 1
-01010110111110 cardiomegaly 1
-01010110111110 Manrico 1
-01010110111110 scandalmongering 1
-01010110111110 976-CHAT 1
-01010110111110 T-80s 1
-01010110111110 money-watcher 1
-01010110111110 hara-kari 1
-01010110111110 Dial-A-Writer 1
-01010110111110 Flask 1
-01010110111110 Jochanaan 1
-01010110111110 Jazzercise 1
-01010110111110 banking-credit 1
-01010110111110 alliance-to-alliance 1
-01010110111110 excommunication 1
-01010110111110 Cio-Cio-san 1
-01010110111110 exultingly 1
-01010110111110 pogonotomy 1
-01010110111110 prolifically 1
-01010110111110 CO2 1
-01010110111110 physician-managers 1
-01010110111110 dictatorially 1
-01010110111110 checkerboarded 1
-01010110111110 Dazu 1
-01010110111110 Winstons 1
-01010110111110 N2 1
-01010110111110 front-suspension 1
-01010110111110 non-English-speakers 1
-01010110111110 double-cropping 1
-01010110111110 extraditability 1
-01010110111110 regulation/deregulation 1
-01010110111110 engine-surging 1
-01010110111110 parodias 1
-01010110111110 dial-a-joke 1
-01010110111110 gas-guzzlers 1
-01010110111110 iself 1
-01010110111110 MDphones 1
-01010110111110 Clickers 1
-01010110111110 harikari 1
-01010110111110 alleg 1
-01010110111110 keye/donna/pearlstein 1
-01010110111110 1-800-843-9388 1
-01010110111110 landmines 1
-01010110111110 1-800-283-7800 1
-01010110111110 8-billion-yen 1
-01010110111110 caucusgoers 1
-01010110111110 mycobacterium 1
-01010110111110 less-complete-than-usual 1
-01010110111110 Messr 1
-01010110111110 Akhnaten 1
-01010110111110 everybody. 1
-01010110111110 subtopics 1
-01010110111110 RNs 1
-01010110111110 loss-dumping 1
-01010110111110 Bennettsville 1
-01010110111110 direct-hire 1
-01010110111110 most-dress 1
-01010110111110 sublimity 1
-01010110111110 sleaziness 1
-01010110111110 Vitrax 1
-01010110111110 chelation 1
-01010110111110 Japanese-type 1
-01010110111110 E-III 2
-01010110111110 Shungen 2
-01010110111110 210/24A 2
-01010110111110 luging 2
-01010110111110 requisitions 2
-01010110111110 cryogenics 2
-01010110111110 AD/Cycle 2
-01010110111110 Popsicles 2
-01010110111110 mutely 2
-01010110111110 SunLink 2
-01010110111110 amikacin 2
-01010110111110 Hilarion 2
-01010110111110 Kostadinova 2
-01010110111110 Iotti 2
-01010110111110 48/23 2
-01010110111110 chloracne 2
-01010110111110 Schopenhauer 2
-01010110111110 crossties 2
-01010110111110 themselve 2
-01010110111110 Nonni 2
-01010110111110 indulgently 2
-01010110111110 chomps 2
-01010110111110 entropy 2
-01010110111110 magisterially 2
-01010110111110 teleprinters 2
-01010110111110 lethargically 2
-01010110111110 Carriles 2
-01010110111110 recreationally 2
-01010110111110 bellybutton 2
-01010110111110 deportable 2
-01010110111110 Goneril 2
-01010110111110 formularies 2
-01010110111110 ferrets 2
-01010110111110 ANPP 2
-01010110111110 bunts 2
-01010110111110 Salieri 3
-01010110111110 clippers 3
-01010110111110 Tipple 3
-01010110111110 cheek-to-cheek 3
-01010110111110 Orachel 3
-01010110111110 Dex 3
-01010110111110 besuboru 3
-01010110111110 N-Bloctin 3
-01010110111110 exultantly 3
-01010110111110 SmartLease 3
-01010110111110 voraciously 4
-01010110111110 Neenah 4
-01010110111110 Clausewitz 4
-01010110111110 roughage 4
-01010110111110 Leafy 4
-01010110111110 Calypso 4
-01010110111110 nonoxynol-9 4
-01010110111110 Dermo 4
-01010110111110 Leninism 4
-01010110111110 enshrining 4
-01010110111110 airily 4
-01010110111110 oiling 4
-01010110111110 recitatives 4
-01010110111110 orgotein 4
-01010110111110 protons 5
-01010110111110 cogently 5
-01010110111110 professorships 5
-01010110111110 tendon 5
-01010110111110 creditably 5
-01010110111110 originalism 5
-01010110111110 alibis 6
-01010110111110 alight 6
-01010110111110 sandpaper 6
-01010110111110 civilly 6
-01010110111110 Kisan 6
-01010110111110 Venie 6
-01010110111110 ostriches 9
-01010110111110 intersect 11
-01010110111110 helplessly 13
-01010110111110 biz 15
-01010110111110 CD-Vs 17
-01010110111110 oneself 23
-01010110111110 gallstones 28
-01010110111110 yourselves 32
-01010110111110 awhile 116
-01010110111110 grabs 140
-01010110111110 yourself 474
-01010110111110 herself 567
-01010110111110 myself 681
-01010110111110 ourselves 723
-01010110111110 itself 6583
-01010110111110 themselves 5118
-01010110111110 himself 4882
-01010110111111 Luchetti 1
-01010110111111 PrePaid 1
-01010110111111 Primm 1
-01010110111111 Sjadzali 1
-01010110111111 1659 1
-01010110111111 Gutzeit 1
-01010110111111 fatuities 1
-01010110111111 sanguinarine 1
-01010110111111 decision-by-decision 1
-01010110111111 card. 1
-01010110111111 clinically. 1
-01010110111111 youself 1
-01010110111111 2054 1
-01010110111111 Aug.31 1
-01010110111111 Quisling 1
-01010110111111 archimandrite 1
-01010110111111 Reveille 1
-01010110111111 salves 1
-01010110111111 Sarasate 1
-01010110111111 legionnaire 1
-01010110111111 1995-96 1
-01010110111111 ShinDaiwa 1
-01010110111111 GISSI-2. 1
-01010110111111 prize-fighting 1
-01010110111111 northwest. 1
-01010110111111 accident-proneness 1
-01010110111111 veto-resistant 1
-01010110111111 deficit-tough 1
-01010110111111 Alexandrov 1
-01010110111111 4-chloro-2 1
-01010110111111 lota 1
-01010110111111 Heer 1
-01010110111111 Feb.23-27 1
-01010110111111 veggies 1
-01010110111111 thyself 1
-01010110111111 Patlagean 1
-01010110111111 79,249 1
-01010110111111 Rashovich 1
-01010110111111 Suitor 1
-01010110111111 Ixion 1
-01010110111111 24,292 1
-01010110111111 w/RR 1
-01010110111111 Pursuits 1
-01010110111111 pocus 1
-01010110111111 IR-88-23 1
-01010110111111 beanies 1
-01010110111111 B-I-G 1
-01010110111111 328-72 1
-01010110111111 Shostakovitch 1
-01010110111111 fabrications. 1
-01010110111111 CD/M&A 1
-01010110111111 Compute 1
-01010110111111 surchages 1
-01010110111111 something/That 1
-01010110111111 pincushioning 1
-01010110111111 process-design 1
-01010110111111 midstate 1
-01010110111111 itsshareholders 1
-01010110111111 firer 1
-01010110111111 Guber-Peter 1
-01010110111111 program-supply 1
-01010110111111 taken. 1
-01010110111111 tomorrow. 1
-01010110111111 Yoshitora 1
-01010110111111 94.80 2
-01010110111111 backsliders 2
-01010110111111 imports. 2
-01010110111111 together. 2
-01010110111111 sangioveto 2
-01010110111111 fare-setting 2
-01010110111111 21,176.03 2
-01010110111111 Videoway 2
-01010110111111 Salen 2
-01010110111111 Wheatena 2
-01010110111111 write-ins 2
-01010110111111 Treckie 2
-01010110111111 Ragalyi 2
-01010110111111 spongers 2
-01010110111111 AT&T. 2
-01010110111111 hippos 2
-01010110111111 exhumation 2
-01010110111111 PVCs 2
-01010110111111 Secoinsa 2
-01010110111111 Ogura 2
-01010110111111 Piranesi 2
-01010110111111 GISSI-2 2
-01010110111111 culler 2
-01010110111111 serially 2
-01010110111111 Ektachrome 2
-01010110111111 scurvy 2
-01010110111111 genesplicing 2
-01010110111111 themselves. 2
-01010110111111 Scoobydoo 2
-01010110111111 charge. 2
-01010110111111 1384.04 2
-01010110111111 Ferenczi 2
-01010110111111 KCET 2
-01010110111111 surgery. 3
-01010110111111 indiscreetly 3
-01010110111111 Newtex 3
-01010110111111 balderdash 3
-01010110111111 Began 3
-01010110111111 ERT 3
-01010110111111 tommorow 3
-01010110111111 decaf 3
-01010110111111 Mepco 3
-01010110111111 2-4-D 3
-01010110111111 itself. 3
-01010110111111 midazolam 3
-01010110111111 peacemakers 3
-01010110111111 Primaxin 3
-01010110111111 Sunette 3
-01010110111111 Agretech 3
-01010110111111 Sieglinde 3
-01010110111111 ever. 3
-01010110111111 Josipovic 3
-01010110111111 JAIL 4
-01010110111111 Kachoos 4
-01010110111111 upperclassmen 4
-01010110111111 94-2 4
-01010110111111 transcriptase 4
-01010110111111 Spim 4
-01010110111111 afresh 4
-01010110111111 Talleyrand 4
-01010110111111 Scarpia 5
-01010110111111 Ristretto 5
-01010110111111 A&T 5
-01010110111111 today. 5
-01010110111111 WQUE 6
-01010110111111 semiotics 6
-01010110111111 Despina 6
-01010110111111 tommorrow 7
-01010110111111 tokenism 7
-01010110111111 Constantinople 7
-01010110111111 Leonora 8
-01010110111111 daminozide 9
-01010110111111 over-allotments 25
-01010110111111 overallotments 52
-01010110111111 tonight 327
-01010110111111 today 11252
-01010110111111 tomorrow 2731
-010101110000 enticingly 1
-010101110000 Cretan 1
-010101110000 97-foot-tall 1
-010101110000 140-year-old 1
-010101110000 5-cent-a-gallon 1
-010101110000 45-match 1
-010101110000 one-sidedly 1
-010101110000 egocentrically 1
-010101110000 one-stroke 1
-010101110000 solid-looking 1
-010101110000 Best-Dressed 1
-010101110000 singles-hitting 1
-010101110000 lodgers 1
-010101110000 blue-suit 1
-010101110000 before-watch 1
-010101110000 cable-competitive 1
-010101110000 attack-a 1
-010101110000 demythify 1
-010101110000 2.8-mile 1
-010101110000 lousy/ 1
-010101110000 six-dozen 1
-010101110000 Bahrainian 1
-010101110000 hard-swinging 1
-010101110000 claustrophobically 1
-010101110000 sugar-sweetened 1
-010101110000 small-L 1
-010101110000 dark-brown 1
-010101110000 16-percentage-point 1
-010101110000 tiredlooking 1
-010101110000 thin-sided 1
-010101110000 waifish 1
-010101110000 three-stroke 1
-010101110000 seven-foot-tall 1
-010101110000 five-hour-long 1
-010101110000 108-year-old 1
-010101110000 four-carat 1
-010101110000 American-inspired 1
-010101110000 invitingly 1
-010101110000 wackily 1
-010101110000 schlemiel 1
-010101110000 inch-and-a-half 1
-010101110000 26-to-1 1
-010101110000 unswervingly 1
-010101110000 six-run 1
-010101110000 1980-style 1
-010101110000 real-honest-to-God 1
-010101110000 submicroscopically 1
-010101110000 resultingly 1
-010101110000 scorchingly 1
-010101110000 natural-looking 1
-010101110000 most-pressing 1
-010101110000 unthinkably 1
-010101110000 chrome-colored 1
-010101110000 100-megabyte 1
-010101110000 300-megabyte 1
-010101110000 decolonizing 1
-010101110000 circumstancially 1
-010101110000 one-run 1
-010101110000 seeingness 1
-010101110000 insipidly 1
-010101110000 spoon-petaled 1
-010101110000 exessively 1
-010101110000 blondbearded 1
-010101110000 once-unthinkably 1
-010101110000 indomitably 1
-010101110000 unrelentingly 1
-010101110000 4,640-mile 1
-010101110000 crimp-haired 1
-010101110000 drunk-tank 1
-010101110000 wobbly-wheeled 1
-010101110000 out-of-this-world 1
-010101110000 106,000-ton 1
-010101110000 1,131,721-share 1
-010101110000 pro-derelict 1
-010101110000 hula-hoop 1
-010101110000 75-66 1
-010101110000 1,024,562-share 1
-010101110000 40-pound 1
-010101110000 glass-lens 1
-010101110000 fallen-away 1
-010101110000 214-year-old 1
-010101110000 soft-on-defense 1
-010101110000 Majorica 1
-010101110000 wage-structure 1
-010101110000 110-outlet 1
-010101110000 stultifyingly 1
-010101110000 single-color 1
-010101110000 3.5-knot 1
-010101110000 pulverizingly 1
-010101110000 two-on-one 1
-010101110000 disgustingly 1
-010101110000 hard-up 1
-010101110000 2,200-kilometer 1
-010101110000 then-200 1
-010101110000 endemically 1
-010101110000 archfiend 1
-010101110000 ignobly 1
-010101110000 post-reform 1
-010101110000 U.S.-organized 1
-010101110000 non-capital 1
-010101110000 plumminess 1
-010101110000 double-wind-up 1
-010101110000 nine-figure 1
-010101110000 insensately 1
-010101110000 super-rifle 1
-010101110000 weed-ridden 1
-010101110000 inexpressibly 1
-010101110000 non-fruiting 1
-010101110000 Goddamn 1
-010101110000 seven-carat 1
-010101110000 topflight 1
-010101110000 radio-tagged 1
-010101110000 Connecticut-sized 1
-010101110000 stone-like 1
-010101110000 FOOTBALL 1
-010101110000 77-59 1
-010101110000 seal-oil 1
-010101110000 one-second 1
-010101110000 nuclear-fueled 1
-010101110000 Carrara 1
-010101110000 49-3 1
-010101110000 politico-psychologically 1
-010101110000 medical-practice 1
-010101110000 224-bed 1
-010101110000 park-bench 1
-010101110000 chubby-faced 1
-010101110000 pothead 1
-010101110000 fast-tracking 1
-010101110000 hot-sheets 1
-010101110000 16,500-foot 1
-010101110000 dressed-up 1
-010101110000 hand-embroidered 1
-010101110000 fatalistically 1
-010101110000 identifiably 1
-010101110000 unexceptionably 1
-010101110000 grape-flavored 1
-010101110000 1,589-944 1
-010101110000 turquoise-studded 1
-010101110000 becomed 1
-010101110000 telekinetic 1
-010101110000 office-and-apartment 1
-010101110000 mythologized 1
-010101110000 purse-holsters 1
-010101110000 offshore-discovery 1
-010101110000 quarter-carat 1
-010101110000 11-carat 1
-010101110000 Cuban-style 1
-010101110000 oil-tank 1
-010101110000 stemwinding 1
-010101110000 10-game 1
-010101110000 18,000-worker 1
-010101110000 abhorrently 1
-010101110000 corrosively 1
-010101110000 up-to-now 1
-010101110000 non-consecutive 1
-010101110000 203-bed 1
-010101110000 noncritically 1
-010101110000 1,443 1
-010101110000 waist-length 1
-010101110000 pink-and-beige 1
-010101110000 island-wide 1
-010101110000 50th-percentile 1
-010101110000 contagiously 1
-010101110000 Extraordinarily 1
-010101110000 surpriseat 1
-010101110000 nine-game 1
-010101110000 ordered-prepaid-two 1
-010101110000 immigrant-run 1
-010101110000 filthy-rich 1
-010101110000 usual-pretty 1
-010101110000 Wishful 1
-010101110000 as-yet-unpublished 1
-010101110000 rain-drenched 1
-010101110000 Gangetic 1
-010101110000 1.1-million-share 1
-010101110000 68-60 1
-010101110000 lean-over-backwards 1
-010101110000 nine-million-share 1
-010101110000 preponderantly 1
-010101110000 worrisomely 1
-010101110000 36-horse 1
-010101110000 14-ton 1
-010101110000 strong-jawed 1
-010101110000 hydroponic 1
-010101110000 ice-dancing 1
-010101110000 mindbogglingly 1
-010101110000 420,000-bushel 1
-010101110000 interlockings 1
-010101110000 33,000-barrel-a-day 1
-010101110000 quarter-term 1
-010101110000 debilitatingly 1
-010101110000 seven-months 1
-010101110000 four-by-six-foot 1
-010101110000 poll-defying 1
-010101110000 county-guaranteed 1
-010101110000 tigerish 1
-010101110000 1,747 1
-010101110000 2,110,700 1
-010101110000 lullaby 1
-010101110000 dirty-green 1
-010101110000 Conradically 1
-010101110000 barge-transported 1
-010101110000 London-educated 1
-010101110000 Moroccan-born 1
-010101110000 territorially 1
-010101110000 rock-rib 1
-010101110000 poison-control 1
-010101110000 unshakably 1
-010101110000 88-octane 1
-010101110000 vexingly 1
-010101110000 retakes 1
-010101110000 unbashedly 1
-010101110000 periodicity 1
-010101110000 diachronically 1
-010101110000 pathologically 1
-010101110000 Damascus-based 1
-010101110000 26-foot 1
-010101110000 Campaigned 1
-010101110000 Respirar 1
-010101110000 Trans-Pecos 1
-010101110000 Fed-engineered 1
-010101110000 fervant 1
-010101110000 teleological 1
-010101110000 chemise 1
-010101110000 still-commanding 1
-010101110000 socio-economically 1
-010101110000 Dearly 1
-010101110000 10-percentage-point 1
-010101110000 more-natural 1
-010101110000 Religiously 1
-010101110000 crashingly 1
-010101110000 problem-the 1
-010101110000 seven-percentage-point 1
-010101110000 infernally 1
-010101110000 glum-looking 1
-010101110000 minifactory 1
-010101110000 audaciously 1
-010101110000 unnervingly 1
-010101110000 Sanctimonious 1
-010101110000 wayward-looking 1
-010101110000 sunlight-simulating 1
-010101110000 dizzyingly 1
-010101110000 150-megabyte 1
-010101110000 670-megabyte 1
-010101110000 Republican-inspired 1
-010101110000 resource-wasting 1
-010101110000 longer-than-average 1
-010101110000 nightmarishly 1
-010101110000 gratingly 1
-010101110000 meditation-loving 1
-010101110000 receivera 1
-010101110000 smoothed-muscled 1
-010101110000 vase-shaped 1
-010101110000 overusing 1
-010101110000 110-foot 1
-010101110000 immuno 1
-010101110000 pinkish-gray 1
-010101110000 wellnigh 1
-010101110000 neurotically 1
-010101110000 fly-fisherman 1
-010101110000 half-week 1
-010101110000 slavedriving 1
-010101110000 terrier-like 1
-010101110000 unsurpassedly 1
-010101110000 four-act 1
-010101110000 benign-looking 1
-010101110000 12-square-mile 1
-010101110000 man-and-a-half 1
-010101110000 unbitably 1
-010101110000 unspeakably 2
-010101110000 terrifyingly 2
-010101110000 stupefyingly 2
-010101110000 out-of-place 2
-010101110000 gratifyingly 2
-010101110000 fascinatingly 2
-010101110000 amorously 2
-010101110000 hip-grinding 2
-010101110000 compactly 2
-010101110000 vanishingly 2
-010101110000 silver-painted 2
-010101110000 by-now 2
-010101110000 extemely 2
-010101110000 6-foot-8-inch 2
-010101110000 luxuriously 2
-010101110000 one-calorie 2
-010101110000 arithmetically 2
-010101110000 unusally 2
-010101110000 bio-proteotone 2
-010101110000 geologically 2
-010101110000 nine-party 2
-010101110000 unmanageably 2
-010101110000 deceivingly 2
-010101110000 nihonteki 2
-010101110000 union-controlled 2
-010101110000 unsatisfactorily 2
-010101110000 unsentimentally 2
-010101110000 humiliatingly 2
-010101110000 calorie-and-cholesterol-free 2
-010101110000 yellow-billed 2
-010101110000 developmentally 2
-010101110000 hellishly 2
-010101110000 rabidly 2
-010101110000 heartbreakingly 2
-010101110000 pivotally 2
-010101110000 inhumanly 2
-010101110000 sickeningly 2
-010101110000 antistatist 2
-010101110000 rampantly 2
-010101110000 blazingly 2
-010101110000 unconscionably 2
-010101110000 thorough-going 2
-010101110000 office-hotel 2
-010101110000 unseasonally 2
-010101110000 glacially 2
-010101110000 consummately 3
-010101110000 leprous 3
-010101110000 not-at-all 3
-010101110000 dreadfully 3
-010101110000 exhilaratingly 3
-010101110000 well-nigh 3
-010101110000 oppressively 3
-010101110000 danse 3
-010101110000 boringly 3
-010101110000 unrelievedly 3
-010101110000 wrenchingly 3
-010101110000 irrepressibly 3
-010101110000 atypically 3
-010101110000 undesirably 3
-010101110000 irrefutably 3
-010101110000 unsually 3
-010101110000 electorally 3
-010101110000 passably 4
-010101110000 triply 4
-010101110000 incomparably 4
-010101110000 infinitesimally 4
-010101110000 ever-more 4
-010101110000 primum 4
-010101110000 drolly 4
-010101110000 incurably 4
-010101110000 unprecedentedly 4
-010101110000 choreographically 4
-010101110000 fiendishly 4
-010101110000 forbiddingly 4
-010101110000 endearingly 4
-010101110000 tolerably 4
-010101110000 discouragingly 4
-010101110000 dauntingly 4
-010101110000 calculatedly 4
-010101110000 unremittingly 4
-010101110000 Kinda 4
-010101110000 exaggeratedly 4
-010101110000 questionably 4
-010101110000 formidably 4
-010101110000 blessedly 4
-010101110000 staggeringly 5
-010101110000 numbingly 5
-010101110000 shamefully 5
-010101110000 suprisingly 5
-010101110000 outlandishly 5
-010101110000 acceptably 5
-010101110000 dazzlingly 5
-010101110000 achingly 5
-010101110000 restlessly 5
-010101110000 journalistically 5
-010101110000 therapeutically 5
-010101110000 unnaturally 6
-010101110000 ruinously 6
-010101110000 exorbitantly 6
-010101110000 Neanderthal 6
-010101110000 devastatingly 6
-010101110000 les 6
-010101110000 screamingly 6
-010101110000 preposterously 6
-010101110000 devilishly 7
-010101110000 distinctively 7
-010101110000 ruggedly 7
-010101110000 enfant 7
-010101110000 hauntingly 7
-010101110000 artifically 7
-010101110000 distressingly 7
-010101110000 lushly 7
-010101110000 deathly 7
-010101110000 uncannily 8
-010101110000 memorably 8
-010101110000 deliciously 8
-010101110000 ultra 8
-010101110000 agonizingly 8
-010101110000 abysmally 9
-010101110000 confusingly 9
-010101110000 outwardly 9
-010101110000 disarmingly 9
-010101110000 analytically 9
-010101110000 irresistibly 10
-010101110000 breathtakingly 10
-010101110000 40-megabyte 10
-010101110000 one-count 10
-010101110000 fantastically 10
-010101110000 unbearably 10
-010101110000 unjustifiably 10
-010101110000 wickedly 10
-010101110000 appallingly 10
-010101110000 tantalizingly 10
-010101110000 darned 11
-010101110000 ludicrously 11
-010101110000 pitifully 11
-010101110000 fashionably 11
-010101110000 depressingly 12
-010101110000 gloriously 12
-010101110000 unsustainably 13
-010101110000 maddeningly 13
-010101110000 hilariously 13
-010101110000 frighteningly 15
-010101110000 disturbingly 15
-010101110000 uncommonly 16
-010101110000 supremely 16
-010101110000 excruciatingly 17
-010101110000 fabulously 17
-010101110000 impossibly 19
-010101110000 intrinsically 19
-010101110000 ridiculously 20
-010101110000 embarrassingly 21
-010101110000 inordinately 21
-010101110000 shockingly 21
-010101110000 unseasonably 21
-010101110000 singularly 21
-010101110000 startlingly 21
-010101110000 absurdly 23
-010101110000 disappointingly 23
-010101110000 outrageously 24
-010101110000 vitally 24
-010101110000 unbelievably 25
-010101110000 deceptively 26
-010101110000 suspiciously 27
-010101110000 eerily 28
-010101110000 astonishingly 29
-010101110000 unacceptably 29
-010101110000 amazingly 30
-010101110000 alarmingly 30
-010101110000 phenomenally 30
-010101110000 uncomfortably 31
-010101110000 perilously 35
-010101110000 correspondingly 36
-010101110000 uncharacteristically 37
-010101110000 unrealistically 37
-010101110000 eminently 46
-010101110000 darn 49
-010101110000 doubly 49
-010101110000 abnormally 49
-010101110000 patently 50
-010101110000 unreasonably 52
-010101110000 wonderfully 55
-010101110000 woefully 59
-010101110000 strikingly 64
-010101110000 wishful 67
-010101110000 exceedingly 78
-010101110000 immensely 79
-010101110000 chronically 79
-010101110000 downright 95
-010101110000 statistically 101
-010101110000 awfully 106
-010101110000 distinctly 107
-010101110000 excessively 114
-010101110000 decidedly 135
-010101110000 notoriously 139
-010101110000 dangerously 146
-010101110000 comparatively 147
-010101110000 inherently 147
-010101110000 incredibly 164
-010101110000 mutually 193
-010101110000 extraordinarily 200
-010101110000 exceptionally 202
-010101110000 terribly 209
-010101110000 grossly 269
-010101110000 remarkably 273
-010101110000 overly 376
-010101110000 perfectly 447
-010101110000 reasonably 498
-010101110000 unexpectedly 501
-010101110000 surprisingly 784
-010101110000 unusually 966
-010101110000 fairly 1393
-010101110000 extremely 1664
-010101110000 pretty 2205
-010101110000 very 16502
-010101110000 relatively 3756
-0101011100010 ENTAIL 1
-0101011100010 cancelable 1
-0101011100010 PROCEEDS 1
-0101011100010 SGS. 1
-0101011100010 molests 1
-0101011100010 indescribably 1
-0101011100010 five-length 1
-0101011100010 half-war 1
-0101011100010 Raisuli 1
-0101011100010 self-recrimination 1
-0101011100010 swordfights 1
-0101011100010 radicalisms 1
-0101011100010 plastic-and-fiberglass 1
-0101011100010 conceptionally 1
-0101011100010 higher-private 1
-0101011100010 two-shot 1
-0101011100010 FANG. 1
-0101011100010 companionably 1
-0101011100010 broil 1
-0101011100010 inhales 1
-0101011100010 six-people 1
-0101011100010 gnashes 1
-0101011100010 ex-franchisees 1
-0101011100010 Glenn-are 1
-0101011100010 middle-term 1
-0101011100010 rivetingly 1
-0101011100010 /transformed 1
-0101011100010 Imrene 2
-0101011100010 regressing 2
-0101011100010 Engesa 2
-0101011100010 nags 2
-0101011100010 ere 2
-0101011100010 maximally 2
-0101011100010 Isro 2
-0101011100010 caregiver 2
-0101011100010 nakedly 3
-0101011100010 what-have-you 3
-0101011100010 buffering 3
-0101011100010 well-acted 3
-0101011100010 Lineup 4
-0101011100010 so 29279
-0101011100010 admonishing 6
-0101011100011 29.62 1
-0101011100011 threateningly 1
-0101011100011 deli-style 1
-0101011100011 24-23 1
-0101011100011 .03-second 1
-0101011100011 WGPH-TV 1
-0101011100011 pre-Gilbert 1
-0101011100011 rallyed 1
-0101011100011 barkeeps 1
-0101011100011 long-maned 1
-0101011100011 268-foot 1
-0101011100011 refighting 1
-0101011100011 2.9948 1
-0101011100011 half-capacity 1
-0101011100011 unaffordably 1
-0101011100011 oxidize 1
-0101011100011 record-buyers 1
-0101011100011 fistally 1
-0101011100011 tetraethyl 1
-0101011100011 escapeway 1
-0101011100011 2.9827 1
-0101011100011 223.71 1
-0101011100011 5-foot-7-inches 1
-0101011100011 untypically 1
-0101011100011 neo-modern 1
-0101011100011 Occupation-style 1
-0101011100011 bamboozling 1
-0101011100011 ae 1
-0101011100011 26928.82 1
-0101011100011 4-feet-8-inches 1
-0101011100011 repaneling 1
-0101011100011 rightand 1
-0101011100011 price-controllers 1
-0101011100011 3.1233 1
-0101011100011 bruinish 1
-0101011100011 40-ish 1
-0101011100011 uppossibly 1
-0101011100011 erned 1
-0101011100011 re-entrench 1
-0101011100011 unresealable 1
-0101011100011 WEIGHING 1
-0101011100011 nitrate-laden 1
-0101011100011 Othello 2
-0101011100011 thwup 2
-0101011100011 sooo 2
-0101011100011 croaked 2
-0101011100011 Drixoral 2
-0101011100011 Vench 2
-0101011100011 uncompetitively 2
-0101011100011 childishly 2
-0101011100011 irresistable 2
-0101011100011 Libertine 2
-0101011100011 bemusedly 2
-0101011100011 disppointed 2
-0101011100011 snakily 2
-0101011100011 swill 3
-0101011100011 Ravier 3
-0101011100011 ROVs 3
-0101011100011 fogies 3
-0101011100011 despairingly 3
-0101011100011 beer-swilling 3
-0101011100011 imploding 3
-0101011100011 insanely 4
-0101011100011 gesticulating 4
-0101011100011 frustratingly 4
-0101011100011 boyishly 4
-0101011100011 figureheads 5
-0101011100011 stylistically 5
-0101011100011 unreadable 6
-0101011100011 horrendously 7
-0101011100011 chewy 7
-0101011100011 nigh 11
-0101011100011 Dimetapp 16
-0101011100011 too 16042
-0101011100011 anytime 288
-010101110010 RESPONDING 1
-010101110010 rust-and-green 1
-010101110010 yuppie-moguls 1
-010101110010 PREPARING 1
-010101110010 UNDETERRED 1
-010101110010 zurui 1
-010101110010 finaglings 1
-010101110010 towheads 1
-010101110010 line-standing 1
-010101110010 Baring/But 1
-010101110010 NEEDED 1
-010101110010 five-album 1
-010101110010 sex-phobic 1
-010101110010 higher-reward 1
-010101110010 DETERMINED 1
-010101110010 teeth-gnashing 1
-010101110010 victimse 1
-010101110010 front-stoop 1
-010101110010 une 1
-010101110010 Pan-Pacific 1
-010101110010 whole-heartedly 1
-010101110010 Cadum 1
-010101110010 owner-tenants 1
-010101110010 probaby 1
-010101110010 preplacing 1
-010101110010 eco-evangelists 1
-010101110010 big-big 1
-010101110010 CHALLENGED 1
-010101110010 f--- 1
-010101110010 lenders-was 1
-010101110010 121,653 1
-010101110010 NBC-Sears 1
-010101110010 proactively 1
-010101110010 little-boy 1
-010101110010 uncoached 1
-010101110010 34-20 1
-010101110010 cheapo 1
-010101110010 ajury 1
-010101110010 dust-streaked 1
-010101110010 juss 1
-010101110010 ve-ry 1
-010101110010 meagerly 1
-010101110010 nverhav 1
-010101110010 single-proprietorships 1
-010101110010 bucketshops 1
-010101110010 219-211 2
-010101110010 verifiably 2
-010101110010 P.A.s 2
-010101110010 impotently 2
-010101110010 56-game 2
-010101110010 expostulate 3
-010101110010 inescapably 3
-010101110010 SEEKING 3
-010101110010 98-0 3
-010101110010 ineluctably 4
-010101110010 'tis 4
-010101110010 temperamentally 8
-010101110010 unavoidably 10
-010101110010 EXPECTED 16
-010101110010 not 54062
-010101110010 gonna 76
-01010111001100 whadda 1
-01010111001100 well-scarred 1
-01010111001100 preregistered 1
-01010111001100 116.2645082 1
-01010111001100 pre-saging 1
-01010111001100 well-performed 1
-01010111001100 oneliners 1
-01010111001100 end-over-end 1
-01010111001100 jouiniana 1
-01010111001100 demandingand 1
-01010111001100 Circe 1
-01010111001100 Appreciably 1
-01010111001100 MISCALCULATED 1
-01010111001100 unstratified 1
-01010111001100 stripsearched 1
-01010111001100 tenses 1
-01010111001100 Trekker 1
-01010111001100 IVANs 1
-01010111001100 re-form 1
-01010111001100 double-hopped 1
-01010111001100 nonseriousness 1
-01010111001100 Mitscherlich 1
-01010111001100 much-advocated 1
-01010111001100 Tarabu 1
-01010111001100 socialistically 1
-01010111001100 21,867 1
-01010111001100 Woomera 1
-01010111001100 Speke 1
-01010111001100 Gordana 1
-01010111001100 debacleeven 1
-01010111001100 fulla 1
-01010111001100 59,200 1
-01010111001100 kaffeeklatsch 1
-01010111001100 25,251 1
-01010111001100 Shemona 1
-01010111001100 shinguards 1
-01010111001100 profession-and 1
-01010111001100 step-father 1
-01010111001100 Ragbrai 1
-01010111001100 HUBER 1
-01010111001100 Apis 1
-01010111001100 slighter 1
-01010111001100 questioning- 1
-01010111001100 co-invest 1
-01010111001100 fucntions 1
-01010111001100 subscriber-scaring 1
-01010111001100 anti-ethic 1
-01010111001100 Evelyne 2
-01010111001100 sizably 2
-01010111001100 kibitz 2
-01010111001100 often-unprofitable 2
-01010111001100 maillot 2
-01010111001100 bawdily 2
-01010111001100 pout 3
-01010111001100 stupidly 3
-01010111001100 Neve 3
-01010111001100 incomprehensibly 4
-01010111001100 medflies 4
-01010111001100 even 24610
-01010111001100 infinitely 58
-010101110011010 treed-in 1
-010101110011010 patent-leather-shiny 1
-010101110011010 lipoplasty 1
-010101110011010 Black-Scholes 1
-010101110011010 cool-hearted 1
-010101110011010 KPIX 1
-010101110011010 2-inches 1
-010101110011010 Antilles-proof 1
-010101110011010 unusual-and 1
-010101110011010 186-bed 1
-010101110011010 waxily 1
-010101110011010 swimmingdom 1
-010101110011010 anguishings 1
-010101110011010 Ill.- 1
-010101110011010 flattest 1
-010101110011010 zig-zagging 1
-010101110011010 ProfitTaker 1
-010101110011010 calf-high 1
-010101110011010 pennypinching 1
-010101110011010 psalmists 1
-010101110011010 3-inches 1
-010101110011010 semi-farcical 1
-010101110011010 utility-produced 1
-010101110011010 zero-degree 1
-010101110011010 radiopharmacists 1
-010101110011010 watchfully 1
-010101110011010 1-inch 1
-010101110011010 contingently 1
-010101110011010 slushed 1
-010101110011010 green-striped 1
-010101110011010 1,100-student 1
-010101110011010 medicinally 1
-010101110011010 stomach-pumped 1
-010101110011010 mansarded 1
-010101110011010 Shinmun 1
-010101110011010 power-oriented 1
-010101110011010 BRILLIANTLY 1
-010101110011010 IVE 1
-010101110011010 shiveringly 1
-010101110011010 parasitically 1
-010101110011010 re-LBO 1
-010101110011010 sturdier-looking 1
-010101110011010 necktie-wearing 1
-010101110011010 modern/Tory 1
-010101110011010 chicly 1
-010101110011010 ballpoints 1
-010101110011010 12,675 1
-010101110011010 14,177 1
-010101110011010 longhaired 1
-010101110011010 walli 1
-010101110011010 media-babble 1
-010101110011010 horticulturally 1
-010101110011010 triple-blade 1
-010101110011010 introspectively 1
-010101110011010 improvment 1
-010101110011010 think-alike 1
-010101110011010 sale-purchases 1
-010101110011010 trampy 1
-010101110011010 deflationist 1
-010101110011010 7/16. 1
-010101110011010 OncoTrac 1
-010101110011010 big-taxing 1
-010101110011010 sharp-jawed 1
-010101110011010 cherce 1
-010101110011010 10-foot-tall 1
-010101110011010 snaggle-toothed 1
-010101110011010 anti-little 1
-010101110011010 wispy-haired 1
-010101110011010 reapportioned 1
-010101110011010 13,497 1
-010101110011010 75,411 1
-010101110011010 necklines 1
-010101110011010 all-expenses 1
-010101110011010 particuarly 1
-010101110011010 unbidden 2
-010101110011010 suavely 2
-010101110011010 intitially 2
-010101110011010 district-by-district 2
-010101110011010 coldbloodedly 2
-010101110011010 conk 2
-010101110011010 anachronistically 2
-010101110011010 primarly 2
-010101110011010 currrently 2
-010101110011010 creakily 2
-010101110011010 B-747 2
-010101110011010 35,922 2
-010101110011010 differentially 3
-010101110011010 UCF 3
-010101110011010 grimacing 3
-010101110011010 assemblages 3
-010101110011010 copiously 3
-010101110011010 begotten 3
-010101110011010 Mitsubishis 3
-010101110011010 1,198 4
-010101110011010 dully 5
-010101110011010 movingly 7
-010101110011010 predominately 16
-010101110011010 bordered 18
-010101110011010 smack 48
-010101110011010 nominally 56
-010101110011010 ostensibly 117
-010101110011010 chiefly 206
-010101110011010 principally 349
-010101110011010 partially 422
-010101110011010 solely 594
-010101110011010 primarily 2606
-010101110011010 mainly 3179
-010101110011010 mostly 3545
-010101110011010 largely 4822
-010101110011010 partly 3707
-0101011100110110 wimpiness 1
-0101011100110110 polically 1
-0101011100110110 girlishly 1
-0101011100110110 precision-engineered 1
-0101011100110110 KTXL 1
-0101011100110110 abidingly 1
-0101011100110110 seat-shakingly 1
-0101011100110110 Passably 1
-0101011100110110 ex-Bayreuth 1
-0101011100110110 broker-to-broker 1
-0101011100110110 brickishly 1
-0101011100110110 despicably 1
-0101011100110110 mind-bogglingly 1
-0101011100110110 irreligious 1
-0101011100110110 Intimidate 1
-0101011100110110 encumbers 1
-0101011100110110 yard-deep 1
-0101011100110110 spotlessly 1
-0101011100110110 Pentagon-style 1
-0101011100110110 Instituting 1
-0101011100110110 vulnerably 1
-0101011100110110 guilefully 1
-0101011100110110 Ensure 1
-0101011100110110 sedulously 1
-0101011100110110 Brahmsian 1
-0101011100110110 football-sized 1
-0101011100110110 65,536 1
-0101011100110110 seismically 1
-0101011100110110 Virulent 1
-0101011100110110 Terminates 1
-0101011100110110 ash-colored 1
-0101011100110110 437-unit 1
-0101011100110110 60,583 1
-0101011100110110 shair-design 1
-0101011100110110 holographically 1
-0101011100110110 famished 1
-0101011100110110 non-Fina 1
-0101011100110110 Horse-play 1
-0101011100110110 surreally 1
-0101011100110110 nixing 1
-0101011100110110 inconsolable 1
-0101011100110110 visting 1
-0101011100110110 7,822 1
-0101011100110110 eight-hotel 1
-0101011100110110 school-year 1
-0101011100110110 Backpedal 1
-0101011100110110 Gephardt-type 1
-0101011100110110 revealingly 2
-0101011100110110 unhealthily 2
-0101011100110110 paticularly 2
-0101011100110110 impermeable 2
-0101011100110110 Archangelsk 2
-0101011100110110 Designates 2
-0101011100110110 comparison-shopping 2
-0101011100110110 reprising 2
-0101011100110110 KROQ-FM 2
-0101011100110110 Ga 2
-0101011100110110 half-buried 2
-0101011100110110 -is 2
-0101011100110110 IIA 2
-0101011100110110 290-pound 2
-0101011100110110 ferroelectronic 2
-0101011100110110 decreasingly 2
-0101011100110110 monstrously 2
-0101011100110110 bulkily 2
-0101011100110110 KTWV-FM 2
-0101011100110110 WWBA-FM 2
-0101011100110110 customer-driven 2
-0101011100110110 KMID 2
-0101011100110110 smooching 2
-0101011100110110 crushingly 2
-0101011100110110 Landed 2
-0101011100110110 expecially 3
-0101011100110110 Immad 3
-0101011100110110 trivially 3
-0101011100110110 sorta 3
-0101011100110110 evocatively 3
-0101011100110110 all-too-often 3
-0101011100110110 particularily 3
-0101011100110110 glass-sheathed 3
-0101011100110110 reenacting 4
-0101011100110110 swatting 4
-0101011100110110 delighting 6
-0101011100110110 fermented 7
-0101011100110110 unadulterated 11
-0101011100110110 particulary 12
-0101011100110110 culminating 62
-0101011100110110 albeit 296
-0101011100110110 notably 528
-0101011100110110 particularly 5183
-0101011100110110 especially 5368
-0101011100110111 narrow-issue 1
-0101011100110111 1,444,800 1
-0101011100110111 Forbid 1
-0101011100110111 photographs. 1
-0101011100110111 dirty-blond 1
-0101011100110111 compensible 1
-0101011100110111 collectivize 1
-0101011100110111 malapportionments 1
-0101011100110111 TUXX 1
-0101011100110111 noncontrolling 1
-0101011100110111 domineered 1
-0101011100110111 limited-term 1
-0101011100110111 debars 1
-0101011100110111 stashed-away 1
-0101011100110111 2,948 1
-0101011100110111 bag-person 1
-0101011100110111 1,440,500 1
-0101011100110111 outearns 1
-0101011100110111 asset-buyer 1
-0101011100110111 ascertainable 1
-0101011100110111 big-defense 1
-0101011100110111 Rebating 1
-0101011100110111 property-income 1
-0101011100110111 High-volume 1
-0101011100110111 KNOWN 1
-0101011100110111 69,283 1
-0101011100110111 Rubens. 1
-0101011100110111 123,200 1
-0101011100110111 Prohibits 1
-0101011100110111 debt-less-excess 1
-0101011100110111 profit-motivated 1
-0101011100110111 vandalizing 1
-0101011100110111 mnus 1
-0101011100110111 family-out 1
-0101011100110111 technical-based 1
-0101011100110111 Money-launderer 1
-0101011100110111 rsponsible 1
-0101011100110111 de-glitz 1
-0101011100110111 bullet-like 1
-0101011100110111 PROVED 1
-0101011100110111 morasses 1
-0101011100110111 predeliction 1
-0101011100110111 pantherine 1
-0101011100110111 testfired 1
-0101011100110111 non-viable 1
-0101011100110111 45,100 1
-0101011100110111 mendicants 2
-0101011100110111 blowoff 2
-0101011100110111 1,111 2
-0101011100110111 comradely 2
-0101011100110111 Awakened 2
-0101011100110111 deep-sixing 2
-0101011100110111 forbearing 2
-0101011100110111 nationalizes 2
-0101011100110111 unimaginably 2
-0101011100110111 unpublishable 2
-0101011100110111 minister-counselor 2
-0101011100110111 Establish 2
-0101011100110111 Allerest 2
-0101011100110111 mistrusting 3
-0101011100110111 flicked 3
-0101011100110111 cliche-ridden 3
-0101011100110111 13,300 3
-0101011100110111 push-ups 3
-0101011100110111 inconveniencing 4
-0101011100110111 gimme 4
-0101011100110111 affixing 4
-0101011100110111 hummed 4
-0101011100110111 Prostin 5
-0101011100110111 ergo 5
-0101011100110111 skied 5
-0101011100110111 punchy 6
-0101011100110111 Refused 8
-0101011100110111 Prohibit 9
-0101011100110111 Impose 9
-0101011100110111 60,000-mile 11
-0101011100110111 Extend 13
-0101011100110111 portending 21
-0101011100110111 gesturing 23
-0101011100110111 Require 23
-0101011100110111 preferably 70
-0101011100110111 wounding 72
-0101011100110111 minus 578
-0101011100110111 maybe 1183
-0101011100110111 possibly 2045
-0101011100110111 except 2232
-0101011100110111 plus 2961
-0101011100110111 perhaps 3503
-01010111001110 back-ordered 1
-01010111001110 marine-oil-field 1
-01010111001110 re-bid 1
-01010111001110 liabilitiies 1
-01010111001110 fan-pleasing 1
-01010111001110 28,121,192 1
-01010111001110 aboiut 1
-01010111001110 falling-outs 1
-01010111001110 upscaled 1
-01010111001110 flexibility-and 1
-01010111001110 Resisted 1
-01010111001110 wise/And 1
-01010111001110 work-places 1
-01010111001110 peelings 1
-01010111001110 Gaynors 1
-01010111001110 PL 1
-01010111001110 literal-mindedness 1
-01010111001110 Sarhua 1
-01010111001110 sub-leasing 1
-01010111001110 rechecks 1
-01010111001110 1985-about 1
-01010111001110 highfidelity 1
-01010111001110 drench 1
-01010111001110 over-analyze 1
-01010111001110 not-quite 1
-01010111001110 redlined 1
-01010111001110 Briney 1
-01010111001110 course-and 1
-01010111001110 rechristen 1
-01010111001110 nonAIDS 1
-01010111001110 reprocure 1
-01010111001110 skiied 1
-01010111001110 overindebtedness 1
-01010111001110 outplays 1
-01010111001110 interlinking 1
-01010111001110 unchangedat 1
-01010111001110 fudge-filled 1
-01010111001110 hallucinogens 1
-01010111001110 selfcorrecting 1
-01010111001110 soapboxes 1
-01010111001110 demonstratively 1
-01010111001110 shoring-up 1
-01010111001110 941,357 1
-01010111001110 4/ 1
-01010111001110 chinchillas 1
-01010111001110 4,314 1
-01010111001110 outcleans 1
-01010111001110 flunky 1
-01010111001110 thermoses 2
-01010111001110 slathering 2
-01010111001110 -and 2
-01010111001110 more-than 2
-01010111001110 3,176 2
-01010111001110 Dixville 2
-01010111001110 Naberezhnaya 2
-01010111001110 virtualy 2
-01010111001110 sandwiching 2
-01010111001110 numero 3
-01010111001110 abducting 3
-01010111001110 Kilometer 4
-01010111001110 rebid 8
-01010111001110 MARRIED 10
-01010111001110 Prop 19
-01010111001110 Prop. 29
-01010111001110 practically 548
-01010111001110 approximately 1184
-01010111001110 virtually 1409
-01010111001110 roughly 2152
-01010111001110 nearly 8823
-01010111001110 almost 8313
-010101110011110 exlude 1
-010101110011110 meriting 1
-010101110011110 NICE. 1
-010101110011110 survey-takers 1
-010101110011110 Guilties 1
-010101110011110 channel-zapping 1
-010101110011110 poor-mouth 1
-010101110011110 cry/Keep 1
-010101110011110 misstepped 1
-010101110011110 informaton 1
-010101110011110 satisifed 1
-010101110011110 stressfully 1
-010101110011110 newsfolks 1
-010101110011110 canabilizing 1
-010101110011110 good-heartedness 1
-010101110011110 86-76 2
-010101110011110 older-skewing 2
-010101110011110 movie-actor 2
-010101110011110 weak-armed 2
-010101110011110 uncorking 2
-010101110011110 L-shaped 2
-010101110011110 21.98 2
-010101110011110 chivalrously 2
-010101110011110 unction 3
-010101110011110 Pasteje 3
-010101110011110 nattering 4
-010101110011110 flatfooted 4
-010101110011110 Tronacarb 5
-010101110011110 troll 6
-010101110011110 only 37840
-010101110011110 nary 23
-010101110011111 seasonnaly 1
-010101110011111 negativesthey 1
-010101110011111 boated 1
-010101110011111 Policromo 1
-010101110011111 pay-as-you 1
-010101110011111 perfomance 1
-010101110011111 catch-as-catch 1
-010101110011111 Starlanes 1
-010101110011111 30-feet 1
-010101110011111 government-dictated 1
-010101110011111 overwarning 1
-010101110011111 televisionland 1
-010101110011111 preambles 1
-010101110011111 SERVE 1
-010101110011111 Riviere 2
-010101110011111 visualized 2
-010101110011111 GT-2000 2
-010101110011111 onna 3
-010101110011111 cognizable 3
-010101110011111 nostalgically 4
-010101110011111 towered 4
-010101110011111 just 21244
-010101110011111 herewith 4
-010101110100 allencompassing 1
-010101110100 garbalogists 1
-010101110100 adobe-brick-making 1
-010101110100 Hypo-Clear 1
-010101110100 co-writer 1
-010101110100 Bergdorf-Goodman 1
-010101110100 9/16-inch 1
-010101110100 phylloxera 1
-010101110100 micro-injection 1
-010101110100 outbulked 1
-010101110100 ultra-clean 1
-010101110100 cynical-motivated 1
-010101110100 DHPG 1
-010101110100 Cytovene 1
-010101110100 wire-redemption 1
-010101110100 Tacjam 1
-010101110100 weathervanes 1
-010101110100 sludgy 1
-010101110100 anti-women 1
-010101110100 usual. 1
-010101110100 uncareful 1
-010101110100 discriminatory. 1
-010101110100 conization 1
-010101110100 Soquem 1
-010101110100 pre-breathing 1
-010101110100 cannon-fodder 1
-010101110100 businesschange 1
-010101110100 pigheaded 1
-010101110100 0.6889 1
-010101110100 ogles 1
-010101110100 conductive 1
-010101110100 real. 1
-010101110100 neocolonialists 1
-010101110100 nonpictorial 1
-010101110100 Anneliese 1
-010101110100 332.50 1
-010101110100 TickeTellers 1
-010101110100 anti-constitutional 1
-010101110100 BBL 1
-010101110100 photopolymerization 1
-010101110100 SLUGs 1
-010101110100 Ivest 1
-010101110100 microcontrollers 1
-010101110100 manoalide 1
-010101110100 pseudopterosins 1
-010101110100 Pacman 1
-010101110100 PAIN 1
-010101110100 pre-used 1
-010101110100 aniseed 1
-010101110100 toxin-free 1
-010101110100 wig-wearers 1
-010101110100 Unicet 1
-010101110100 maturely 1
-010101110100 vomitoxin 1
-010101110100 footstools 1
-010101110100 catchalls 1
-010101110100 many. 1
-010101110100 Tofranil 1
-010101110100 6025B 1
-010101110100 12/98 1
-010101110100 wayf 1
-010101110100 Usual 1
-010101110100 Hicom 1
-010101110100 Perryopolis 1
-010101110100 CD-1 1
-010101110100 closely. 1
-010101110100 2000.00 1
-010101110100 retagged 1
-010101110100 bankruptive 1
-010101110100 tenseness 1
-010101110100 idolatrous 1
-010101110100 31,574 1
-010101110100 blinis 1
-010101110100 tortes 1
-010101110100 ACR 1
-010101110100 Nordtrom 1
-010101110100 1184.58 1
-010101110100 beginning. 1
-010101110100 Eoin 1
-010101110100 undenied 1
-010101110100 unneighborly 1
-010101110100 SCATologists 1
-010101110100 Demopoulos 1
-010101110100 10-to-10 1
-010101110100 1.7955 1
-010101110100 141.68 1
-010101110100 unfeminine 1
-010101110100 2385.1 1
-010101110100 FIBV 1
-010101110100 longlasting 1
-010101110100 Chamberline 1
-010101110100 familiar-sounding 1
-010101110100 pollwatchers 1
-010101110100 fly-tying 1
-010101110100 raindrops 1
-010101110100 burgoo 1
-010101110100 Jordan. 1
-010101110100 disk-drives 1
-010101110100 pseudofolliculitis 1
-010101110100 co-driver 1
-010101110100 simit 1
-010101110100 suprofen 1
-010101110100 enalapril 1
-010101110100 shrink-proof 1
-010101110100 A-T-O 1
-010101110100 Tuvalu 1
-010101110100 286.50 1
-010101110100 Capezio 1
-010101110100 F-14Ds 1
-010101110100 invalidism 1
-010101110100 radioimmunoassay 1
-010101110100 picture-telephones 1
-010101110100 ALE 1
-010101110100 retinoids 1
-010101110100 wild. 1
-010101110100 slummy 1
-010101110100 GRAPEFRUITS 1
-010101110100 circumstantial. 1
-010101110100 265.00 1
-010101110100 250.00 1
-010101110100 Enke 1
-010101110100 0.5552 1
-010101110100 pro-Catholic 1
-010101110100 unsporting 1
-010101110100 increasily 1
-010101110100 287.00 1
-010101110100 Magnavision 1
-010101110100 ribaminol 1
-010101110100 something-for-everyone 1
-010101110100 pre-apprentices 1
-010101110100 FreezeFrame 1
-010101110100 neutrinos 1
-010101110100 antiprotons 1
-010101110100 phunny 1
-010101110100 un-self-consciously 1
-010101110100 secretaries. 1
-010101110100 Qualicare 1
-010101110100 Denver-Bozeman 1
-010101110100 crypto-warmongers 1
-010101110100 E-COM 1
-010101110100 E2PLDs 1
-010101110100 Ojars 1
-010101110100 Towncenter 1
-010101110100 sharpish 1
-010101110100 canstock 1
-010101110100 liasion 1
-010101110100 Malizoo 1
-010101110100 contra-indicators 1
-010101110100 Florestan 1
-010101110100 lender-employer 1
-010101110100 414,750 1
-010101110100 repellant 1
-010101110100 money-intensive 1
-010101110100 Principal-Only 1
-010101110100 Kodak-san 1
-010101110100 wine-growers 1
-010101110100 fakey 1
-010101110100 crypto-communications 1
-010101110100 AN/SLQ-32 1
-010101110100 inflation-fighters 1
-010101110100 275.90 1
-010101110100 citizen-of-the-world 1
-010101110100 stunned. 1
-010101110100 trustingly 1
-010101110100 WDIV-TV 1
-010101110100 Gwendell 1
-010101110100 pre-requisites 1
-010101110100 seriously. 1
-010101110100 well-automated 1
-010101110100 1274.91 1
-010101110100 tricksy 1
-010101110100 Rostock 1
-010101110100 kaisers 1
-010101110100 Seemed 1
-010101110100 Pitfall 1
-010101110100 anarchical 1
-010101110100 Dairen 1
-010101110100 cooperators 1
-010101110100 54.0 1
-010101110100 underhedged 1
-010101110100 Wallendas 1
-010101110100 primacord 1
-010101110100 un-campaign 1
-010101110100 pro-expropriation 1
-010101110100 media-indifferent 1
-010101110100 autofocusing 1
-010101110100 Cauca 1
-010101110100 skreeking 1
-010101110100 pedometers 1
-010101110100 scruffily 1
-010101110100 DBI 1
-010101110100 windbags 1
-010101110100 Youngchang 1
-010101110100 2021.5 1
-010101110100 propellents 1
-010101110100 1940-ish 1
-010101110100 7-by-3-inches 1
-010101110100 torch-waving 1
-010101110100 308.70 1
-010101110100 blunderers 1
-010101110100 plunderers 1
-010101110100 gender-conscious 1
-010101110100 waqfs 1
-010101110100 kneejerks 1
-010101110100 Petroline 1
-010101110100 Norina 1
-010101110100 risible 1
-010101110100 Shani 1
-010101110100 tattletales 1
-010101110100 biogenetics 1
-010101110100 made-for-home-video 1
-010101110100 over-committed 1
-010101110100 gamete 1
-010101110100 Telemaco 1
-010101110100 Eumete 1
-010101110100 84-26 1
-010101110100 34/32 1
-010101110100 bracketeers 1
-010101110100 zestfully 1
-010101110100 PSO/Delphi 1
-010101110100 Katahdin 1
-010101110100 kimpap 1
-010101110100 Plumrose 1
-010101110100 radiosensitizers 1
-010101110100 weak. 1
-010101110100 sing-along-without-substance 1
-010101110100 Compelling 1
-010101110100 Falke 1
-010101110100 uncorrupt 1
-010101110100 456.49 1
-010101110100 goiter 1
-010101110100 single-B-plus/single-B 1
-010101110100 unvisited 1
-010101110100 macrophagescells 1
-010101110100 Datacomp 1
-010101110100 no-men 1
-010101110100 So-Lite 1
-010101110100 Dunyasha 1
-010101110100 Firs 1
-010101110100 HEMTTs 1
-010101110100 reader-friendly 1
-010101110100 motorscooters 1
-010101110100 oro 1
-010101110100 overselves 1
-010101110100 expeditously 1
-010101110100 owners/managers 1
-010101110100 cockatoos 1
-010101110100 toadying 1
-010101110100 unfitting 1
-010101110100 EDSA 1
-010101110100 Jackson-Shaw 1
-010101110100 toity 1
-010101110100 yogobabble 1
-010101110100 Koevoet 1
-010101110100 gruesomely 1
-010101110100 WTKR-TV 1
-010101110100 unsteadily 1
-010101110100 stonewallers 1
-010101110100 All-Stars 1
-010101110100 Rathole 1
-010101110100 rabiblancos 1
-010101110100 282-1375 1
-010101110100 mahi-mahi 1
-010101110100 ITX 1
-010101110100 tax-cheap 1
-010101110100 self-revealing 1
-010101110100 alkalines 1
-010101110100 service-sensitive 1
-010101110100 1826.8 1
-010101110100 restoratives 1
-010101110100 WWOR-9 1
-010101110100 SADUSEA 1
-010101110100 pillowcases 1
-010101110100 mini-companies 1
-010101110100 PetroJam 1
-010101110100 Mennonites 1
-010101110100 never-weres 1
-010101110100 pyrroloquinoline 1
-010101110100 Bolanter 1
-010101110100 Labotec 1
-010101110100 quasi-homosexuals 1
-010101110100 reformist-liberal 1
-010101110100 vendidos 1
-010101110100 pochos 1
-010101110100 twent-yfold 1
-010101110100 tangencies 1
-010101110100 fraud-resistant 1
-010101110100 SRA/Pergamon 1
-010101110100 jacuzzis 1
-010101110100 prepping 1
-010101110100 Digalen 1
-010101110100 depresssing 1
-010101110100 DM5,000 1
-010101110100 DM6,000 1
-010101110100 stochastics 1
-010101110100 1184.61 1
-010101110100 Atlanta-Portland-Seoul 1
-010101110100 Giorgetta 1
-010101110100 documentarian 1
-010101110100 catsup 1
-010101110100 Bila 1
-010101110100 WNEW-FM 1
-010101110100 Korkeasaari 1
-010101110100 MOPP 1
-010101110100 different. 1
-010101110100 11a-3 1
-010101110100 anti-building 1
-010101110100 balanced. 1
-010101110100 pro-Taiwanese 1
-010101110100 factory-fresh 1
-010101110100 fenoldopam 1
-010101110100 441.91 1
-010101110100 over-exposed 1
-010101110100 EquiFlex 1
-010101110100 anti-fascism 1
-010101110100 Immies 1
-010101110100 Peppo 1
-010101110100 Potsie 1
-010101110100 M-85 1
-010101110100 income-providers 1
-010101110100 lodestar 1
-010101110100 Vu/Text 1
-010101110100 Smithfields 1
-010101110100 taxi-drivers 1
-010101110100 240.40 1
-010101110100 cladding 1
-010101110100 Golaud 2
-010101110100 conurbation 2
-010101110100 well-tuned 2
-010101110100 idiopathic 2
-010101110100 1,893,000 2
-010101110100 ignominiously 2
-010101110100 musclemen 2
-010101110100 Teiresias 2
-010101110100 troopships 2
-010101110100 monocyte-macrophages 2
-010101110100 Engenheiros 2
-010101110100 tonsillectomies 2
-010101110100 1,355,898 2
-010101110100 snugly 2
-010101110100 tarte 2
-010101110100 Montblanc 2
-010101110100 mifepristone 2
-010101110100 Kabanicha 2
-010101110100 Pamina 2
-010101110100 manipulable 2
-010101110100 president-for-life 2
-010101110100 OUCH 2
-010101110100 co-inventors 3
-010101110100 courteously 3
-010101110100 phosphorothioates 3
-010101110100 obdurate 3
-010101110100 unobtrusively 3
-010101110100 Santuzza 3
-010101110100 giri 3
-010101110100 laser-printers 3
-010101110100 isotretinoin 3
-010101110100 CFC-12 3
-010101110100 astir 3
-010101110100 barratry 3
-010101110100 p24 3
-010101110100 outpatients 5
-010101110100 Cavaradossi 5
-010101110100 cartwheels 5
-010101110100 well 19186
-010101110100 Deadly 6
-0101011101010 contract-basis 1
-0101011101010 fleshless 1
-0101011101010 Souplantation 1
-0101011101010 RID 1
-0101011101010 1,269 1
-0101011101010 Brylcreem 1
-0101011101010 well-for 1
-0101011101010 whey 1
-0101011101010 unreflective 1
-0101011101010 intersectional 1
-0101011101010 sportings 1
-0101011101010 limousined 1
-0101011101010 thick-wooled 1
-0101011101010 unstereotypical 1
-0101011101010 SPOTs 1
-0101011101010 Boart-MSA 1
-0101011101010 membership-renewal 1
-0101011101010 pricy 1
-0101011101010 well-something 1
-0101011101010 1930s-bred 1
-0101011101010 then-booming 1
-0101011101010 muchy 1
-0101011101010 whinging 1
-0101011101010 owner-tenant 1
-0101011101010 director-corporate 1
-0101011101010 polyvinylidene 1
-0101011101010 Einsteinian 1
-0101011101010 nonkosher 1
-0101011101010 gray-flannel-suited 1
-0101011101010 1784.50 1
-0101011101010 nondepreciable 1
-0101011101010 brick-wall 1
-0101011101010 leather-wrapped 1
-0101011101010 fivetimes 1
-0101011101010 KFAC-FM 1
-0101011101010 goldarned 1
-0101011101010 overemoting 1
-0101011101010 well-bid 1
-0101011101010 DM2,000 1
-0101011101010 she-crab 1
-0101011101010 minnow-like 1
-0101011101010 male-earnings 1
-0101011101010 anyhydrous 1
-0101011101010 dayold 1
-0101011101010 beef-and-citrus 1
-0101011101010 predicates 2
-0101011101010 CASA 2
-0101011101010 attention-attracting 2
-0101011101010 surface-mounted 2
-0101011101010 cogon 2
-0101011101010 overleveraging 2
-0101011101010 Marinespeak 2
-0101011101010 Desenex 2
-0101011101010 misrun 3
-0101011101010 joyously 3
-0101011101010 depraved 3
-0101011101010 much 31909
-0101011101010 dimwitted 4
-0101011101011 five-oh-eight 1
-0101011101011 mind-blowing 1
-0101011101011 disgusted. 1
-0101011101011 intimitated 1
-0101011101011 impetuously 1
-0101011101011 off-nights 1
-0101011101011 FOOTS 1
-0101011101011 earnings-spooked 1
-0101011101011 overcool 1
-0101011101011 forth. 1
-0101011101011 explicitly. 1
-0101011101011 reinspected 1
-0101011101011 FIDO 1
-0101011101011 skittering 1
-0101011101011 often. 1
-0101011101011 wiling 1
-0101011101011 PCGG 1
-0101011101011 PAYING 1
-0101011101011 pubby 1
-0101011101011 YODER 1
-0101011101011 meteorically 1
-0101011101011 Khanyile 1
-0101011101011 non-IBMers 1
-0101011101011 half-a-world 1
-0101011101011 21,528 1
-0101011101011 froufrou 1
-0101011101011 somesuch 1
-0101011101011 superstabilized 1
-0101011101011 3-13 1
-0101011101011 cosmically 1
-0101011101011 Cabbie 1
-0101011101011 nose-diving 1
-0101011101011 gigantically 1
-0101011101011 Muddah 1
-0101011101011 munchy 1
-0101011101011 prosperously 1
-0101011101011 distraught. 1
-0101011101011 Demur 1
-0101011101011 actressy 1
-0101011101011 obvious. 1
-0101011101011 unauthentic 1
-0101011101011 Shying 1
-0101011101011 refugee-ride 1
-0101011101011 pro-urokinase 1
-0101011101011 cheap-near 1
-0101011101011 desparate 1
-0101011101011 Insistence 1
-0101011101011 self-assuredly 1
-0101011101011 Swallows 1
-0101011101011 Charo 1
-0101011101011 kerplunk 1
-0101011101011 dog-tired 1
-0101011101011 open-textured 1
-0101011101011 pro-inflation 1
-0101011101011 singer-friendly 1
-0101011101011 under-fertilization 1
-0101011101011 over-fertilization 1
-0101011101011 Suspected. 1
-0101011101011 KDKA-TV 1
-0101011101011 fast-dialing 1
-0101011101011 --but 1
-0101011101011 well-loved 1
-0101011101011 far-down 1
-0101011101011 anti-entertainment 1
-0101011101011 anti-hype 1
-0101011101011 stretchy 1
-0101011101011 de-unionizing 1
-0101011101011 yachties 1
-0101011101011 flu-sufferers 1
-0101011101011 all-but-ignored 1
-0101011101011 Pollizzi 1
-0101011101011 pitchy 1
-0101011101011 uncountered 1
-0101011101011 laugh. 1
-0101011101011 information-rich 1
-0101011101011 insinuatingly 1
-0101011101011 obstreperously 1
-0101011101011 romantic. 1
-0101011101011 slow. 1
-0101011101011 No.3 1
-0101011101011 Htin 1
-0101011101011 38-31 1
-0101011101011 Octoberfest 1
-0101011101011 distributionally 1
-0101011101011 labor- 1
-0101011101011 word-processors 2
-0101011101011 ineffectively 2
-0101011101011 curios 2
-0101011101011 Enalapril 2
-0101011101011 racier 2
-0101011101011 Hobo 2
-0101011101011 KEA 2
-0101011101011 thrill-seekers 2
-0101011101011 tone-deaf 2
-0101011101011 unscored 2
-0101011101011 Dursban 2
-0101011101011 menacingly 2
-0101011101011 dammit 2
-0101011101011 promisingly 2
-0101011101011 SLIM 2
-0101011101011 biannually 2
-0101011101011 143,780 2
-0101011101011 Kosakusho 2
-0101011101011 mancozeb 2
-0101011101011 Honsha 3
-0101011101011 aggregating 3
-0101011101011 Kum 3
-0101011101011 Decisionline 3
-0101011101011 mainstreaming 3
-0101011101011 enthralling 3
-0101011101011 Thoughters 4
-0101011101011 far 13168
-0101011101011 Babu 7
-01010111011000 WIMP 1
-01010111011000 trade-promoting 1
-01010111011000 stage-worthy 1
-01010111011000 higher-priority 1
-01010111011000 Xiaolin 1
-01010111011000 government-screened 1
-01010111011000 Egyptomania 1
-01010111011000 cotton/polyester 1
-01010111011000 enticeable 1
-01010111011000 brain/left 1
-01010111011000 Dobruja 1
-01010111011000 worst-performer 1
-01010111011000 Livius 1
-01010111011000 fresh-baked-cookie 1
-01010111011000 SLIPPAGE 1
-01010111011000 ORGANIZING 1
-01010111011000 Feldmuehle-Nobel 2
-01010111011000 ANDERSON 2
-01010111011000 citizen-legislators 2
-01010111011000 swiveled 2
-01010111011000 franchisors 2
-01010111011000 Zajic 2
-01010111011000 perjurers 2
-01010111011000 distractedly 2
-01010111011000 television-broadcasting 2
-01010111011000 atomized 2
-01010111011000 Nassau-Suffolk 2
-01010111011000 POTATO 2
-01010111011000 Montrachet 2
-01010111011000 Arabicas 2
-01010111011000 egomaniacs 2
-01010111011000 underfed 2
-01010111011000 Turkmenia 2
-01010111011000 bleeps 3
-01010111011000 KCST-TV 3
-01010111011000 Hamburgers 3
-01010111011000 cinematically 3
-01010111011000 overzealously 3
-01010111011000 Bilak 3
-01010111011000 selfishly 3
-01010111011000 numbers-oriented 3
-01010111011000 Celimene 3
-01010111011000 quixotically 3
-01010111011000 either. 3
-01010111011000 offhandedly 3
-01010111011000 inter-service 3
-01010111011000 fortuitously 3
-01010111011000 Sauvy 4
-01010111011000 Missy 4
-01010111011000 subliminally 5
-01010111011000 alternatively 27
-01010111011000 sadly 94
-01010111011000 likewise 163
-01010111011000 frankly 169
-01010111011000 now 30204
-01010111011000 indeed 1300
-01010111011001 re-housed 1
-01010111011001 antiwealth 1
-01010111011001 ultranationalism 1
-01010111011001 Ski-Haus 1
-01010111011001 Adapin 1
-01010111011001 quirkily 1
-01010111011001 layo-ffs 1
-01010111011001 Rustoleum 1
-01010111011001 recooled 1
-01010111011001 eponym 1
-01010111011001 strong-boned 1
-01010111011001 Reagan-bashing 1
-01010111011001 1429.58 1
-01010111011001 coyness 1
-01010111011001 WSUR 1
-01010111011001 Haemostasis 1
-01010111011001 FILIPACCHI 1
-01010111011001 reinjects 1
-01010111011001 Achitophel 1
-01010111011001 video-telephone 1
-01010111011001 anti-king 1
-01010111011001 TIGRS 1
-01010111011001 2:42 1
-01010111011001 landlessness 1
-01010111011001 circularity 1
-01010111011001 Defaulters 1
-01010111011001 3695 1
-01010111011001 Zdenka 1
-01010111011001 red-and-gray 1
-01010111011001 self-report 1
-01010111011001 CAUTIOUS 1
-01010111011001 Eufaula 1
-01010111011001 biweeklies 1
-01010111011001 Amdahl-Fujitsu 1
-01010111011001 WFTS-TV 1
-01010111011001 fatefully 1
-01010111011001 millet 1
-01010111011001 broker/owners 1
-01010111011001 graphy 1
-01010111011001 koalas 1
-01010111011001 mint-flavor 1
-01010111011001 Denquel 1
-01010111011001 Brownsville-Harlingen 1
-01010111011001 expresident 1
-01010111011001 MOTIVATED 1
-01010111011001 nicotiana 1
-01010111011001 bio-engineering 1
-01010111011001 affronting 1
-01010111011001 WROR 1
-01010111011001 Ivermectin 1
-01010111011001 caboodle 1
-01010111011001 Chagalls 1
-01010111011001 overprotection 1
-01010111011001 freaky 1
-01010111011001 Italscai 1
-01010111011001 GCSF 1
-01010111011001 plastique 1
-01010111011001 redstriped 1
-01010111011001 heretofores 1
-01010111011001 86-point 1
-01010111011001 KAER-FM 1
-01010111011001 Mauboussin 1
-01010111011001 Koreatown 1
-01010111011001 Dilaudid 1
-01010111011001 new-Marxists 1
-01010111011001 anti-individualist 1
-01010111011001 vicissitude 1
-01010111011001 non-innovative 1
-01010111011001 Hooksett 1
-01010111011001 22500 1
-01010111011001 Illiopolis 1
-01010111011001 belayed 1
-01010111011001 Debrecen 1
-01010111011001 SMURFS 1
-01010111011001 clergy/seminarians 1
-01010111011001 ILFC 1
-01010111011001 high-heels 1
-01010111011001 medal-stealing 1
-01010111011001 JSON 1
-01010111011001 nonagenarians 1
-01010111011001 over-large 1
-01010111011001 indistinctly 1
-01010111011001 oil-company-owned 1
-01010111011001 CTX-4000 1
-01010111011001 Clorets 1
-01010111011001 wood-preservative 1
-01010111011001 psychoneuropharmacology 1
-01010111011001 creasers 1
-01010111011001 cutlasses 1
-01010111011001 inkstands 1
-01010111011001 VULGAH 1
-01010111011001 antitrade 1
-01010111011001 H-Bombs 1
-01010111011001 Memorabilia 1
-01010111011001 GTIs 1
-01010111011001 hyperwhatnot 1
-01010111011001 4H 1
-01010111011001 Lala 1
-01010111011001 muscle-and-bone 1
-01010111011001 personnally 1
-01010111011001 Unidynamics 1
-01010111011001 DESY 1
-01010111011001 liberal-bashing 1
-01010111011001 eczema 1
-01010111011001 primordially 1
-01010111011001 tret 1
-01010111011001 sellability 1
-01010111011001 corruptible 1
-01010111011001 166-161 1
-01010111011001 monkshood 1
-01010111011001 Cetinje 1
-01010111011001 McHappy 1
-01010111011001 refiring 1
-01010111011001 Castilla-Leon 1
-01010111011001 tanka 1
-01010111011001 well-excavator 1
-01010111011001 re-investing 1
-01010111011001 WXYV-FM 1
-01010111011001 WVEE-FM 1
-01010111011001 KAZY-FM 1
-01010111011001 KMEZ-FM 1
-01010111011001 WTUE-FM 1
-01010111011001 WONE-FM 1
-01010111011001 KFRX-FM 1
-01010111011001 KWTO-FM 1
-01010111011001 Metseach 1
-01010111011001 KISAN 1
-01010111011001 possibly-signaled 1
-01010111011001 dapple 1
-01010111011001 quackers 1
-01010111011001 perchloroethylene 1
-01010111011001 groom-to-be 1
-01010111011001 Sangatte 1
-01010111011001 Secab 1
-01010111011001 heavier-browed 1
-01010111011001 FEPVC 1
-01010111011001 Tobishima 1
-01010111011001 Lotrisone 1
-01010111011001 HTLV-2 1
-01010111011001 molecule-for-molecule 1
-01010111011001 Tuesday-Wednesday 1
-01010111011001 Armida 1
-01010111011001 pirs 1
-01010111011001 Talgo-Renfe 1
-01010111011001 jetports 1
-01010111011001 Gomic 1
-01010111011001 Swainsboro 1
-01010111011001 ZZZZZs 1
-01010111011001 spired 1
-01010111011001 footbridges 1
-01010111011001 third-trimester 1
-01010111011001 victimizer 1
-01010111011001 hotel/motels 1
-01010111011001 Dardilly 1
-01010111011001 Sedgefield 1
-01010111011001 1,007 1
-01010111011001 time-tables 1
-01010111011001 clamour 1
-01010111011001 Gallicized 1
-01010111011001 Chika 1
-01010111011001 O24s 1
-01010111011001 WXPN-FM 1
-01010111011001 rearites 1
-01010111011001 stockbrokering 1
-01010111011001 low-pitched 1
-01010111011001 FR3 1
-01010111011001 stage-bound 1
-01010111011001 Dublin-Paris 1
-01010111011001 Marieville 1
-01010111011001 thirdhand 1
-01010111011001 plenties 1
-01010111011001 Neomed 1
-01010111011001 1,177 1
-01010111011001 sober-blue 1
-01010111011001 dejection 1
-01010111011001 four-wheelers 1
-01010111011001 capitilizations 1
-01010111011001 pressurizers 1
-01010111011001 Teutons 1
-01010111011001 Allemanni 1
-01010111011001 multivitamins 1
-01010111011001 Uranerz 1
-01010111011001 1430.82 1
-01010111011001 120-foot-wide 1
-01010111011001 mycology 1
-01010111011001 inducting 1
-01010111011001 Canoletto 1
-01010111011001 sundecks 1
-01010111011001 unhook 1
-01010111011001 CARDs 1
-01010111011001 OPOSSMS 1
-01010111011001 Crandon 1
-01010111011001 KOSA-TV 1
-01010111011001 Boniato 1
-01010111011001 Oh-God-if-I-pull-this-one-off-I'll-be-great 1
-01010111011001 chlorthalidone 1
-01010111011001 kremlins 1
-01010111011001 anthophyllite 1
-01010111011001 ATSWI 1
-01010111011001 nitrites 1
-01010111011001 W-100 1
-01010111011001 1512 1
-01010111011001 unposed 1
-01010111011001 Nickey 1
-01010111011001 Misalliances 1
-01010111011001 Hartbreaks 1
-01010111011001 semicolons 1
-01010111011001 WHTQ-FM 1
-01010111011001 pruney 1
-01010111011001 286.09 1
-01010111011001 EFINT 1
-01010111011001 Tulumayo 1
-01010111011001 serivices 1
-01010111011001 Scotchguard 1
-01010111011001 tantrum-proof 1
-01010111011001 Cyanothymidine 1
-01010111011001 USINOR 1
-01010111011001 KDSWI 1
-01010111011001 dispersals 1
-01010111011001 CNC 1
-01010111011001 DOSWI 1
-01010111011001 KKOB-FM 1
-01010111011001 WLAC-FM 1
-01010111011001 WMTG-AM 1
-01010111011001 feeble-spirited 1
-01010111011001 Eneleven 1
-01010111011001 fumewise 1
-01010111011001 Consuls 1
-01010111011001 non-hierarchical 1
-01010111011001 mispackaged 1
-01010111011001 stock-brokerages 1
-01010111011001 Kepler 1
-01010111011001 Respicare 1
-01010111011001 Perdiem 1
-01010111011001 Anscor 1
-01010111011001 1386.74 1
-01010111011001 1282.39 1
-01010111011001 Petainette 1
-01010111011001 PIKS 1
-01010111011001 Psychos 1
-01010111011001 Exhibit. 1
-01010111011001 jiggery-pokery 1
-01010111011001 Sukie 1
-01010111011001 beakers 1
-01010111011001 Humbrol 1
-01010111011001 dried-cocoon 1
-01010111011001 Lekoa 1
-01010111011001 spumante 1
-01010111011001 Amphibians 1
-01010111011001 terracotta 1
-01010111011001 not-so-hardy 1
-01010111011001 stevedores 1
-01010111011001 DEET 1
-01010111011001 rib-cracking 1
-01010111011001 sno-cones 1
-01010111011001 Sequin 1
-01010111011001 Townships 1
-01010111011001 tickety-tickety 1
-01010111011001 collocation 1
-01010111011001 Alia 1
-01010111011001 Furth-Bislohe 1
-01010111011001 KF-TV 1
-01010111011001 Nordette 1
-01010111011001 '33 1
-01010111011001 vigour 1
-01010111011001 Nagir 1
-01010111011001 elaborations 1
-01010111011001 1598 1
-01010111011001 big-broker 1
-01010111011001 Zendentsu 1
-01010111011001 untransparent 1
-01010111011001 methamphetamines 1
-01010111011001 Fajardo 1
-01010111011001 Oxnard-Ventura 1
-01010111011001 near-neighbor 1
-01010111011001 FuelCo. 1
-01010111011001 1430.67 1
-01010111011001 cyclamen 1
-01010111011001 self-advertisement 1
-01010111011001 Apulia 1
-01010111011001 pump-storage 1
-01010111011001 orthodontia 1
-01010111011001 order-slip 1
-01010111011001 Atlantic-Richfield 1
-01010111011001 eductive 1
-01010111011001 tableauxs 1
-01010111011001 ethnologically 1
-01010111011001 anti-victim 1
-01010111011001 color-tinted 1
-01010111011001 holy-moly 1
-01010111011001 Tompkinsville 1
-01010111011001 Rockmont 1
-01010111011001 deconglomerization 1
-01010111011001 homeworker 1
-01010111011001 higher-bouncing 1
-01010111011001 sanded 1
-01010111011001 CalTex 1
-01010111011001 Fariborz 1
-01010111011001 Blairsville 1
-01010111011001 vanpools 1
-01010111011001 radish 1
-01010111011001 Mercury- 1
-01010111011001 WXIA-TV 1
-01010111011001 1437.84 1
-01010111011001 KFRC 1
-01010111011001 day-out 1
-01010111011001 zurnas 1
-01010111011001 T0024 1
-01010111011001 hungry-looking 1
-01010111011001 Chinois 1
-01010111011001 Washingtonit 1
-01010111011001 beiges 1
-01010111011001 Rabguard-TC 1
-01010111011001 ignorantly 1
-01010111011001 multi-accent 1
-01010111011001 Upanishads 1
-01010111011001 Dartford 1
-01010111011001 tax-incentives 1
-01010111011001 mesquite 1
-01010111011001 Pili 1
-01010111011001 mid-Monday 1
-01010111011001 funkified 1
-01010111011001 shushing 1
-01010111011001 mainlines 1
-01010111011001 short-shipping 1
-01010111011001 cedar-paneled 1
-01010111011001 1,294 1
-01010111011001 Authoritarians 1
-01010111011001 froing 1
-01010111011001 reelections 1
-01010111011001 Camline 1
-01010111011001 MEMBERSHIPS 1
-01010111011001 200s 1
-01010111011001 Pater 1
-01010111011001 Drug-War 1
-01010111011001 charwomen 1
-01010111011001 infra.s 1
-01010111011001 Criminology 1
-01010111011001 Joss 1
-01010111011001 Douala 1
-01010111011001 wisecrackers 1
-01010111011001 Wenda 1
-01010111011001 satins 1
-01010111011001 mini-groups 1
-01010111011001 9:34 1
-01010111011001 unzapped 1
-01010111011001 seabirds 1
-01010111011001 game-shows 1
-01010111011001 grinnier 1
-01010111011001 equipper 1
-01010111011001 anti-interventionist 1
-01010111011001 Coverups 1
-01010111011001 Vapona 1
-01010111011001 AIDS/HTLV-I 1
-01010111011001 Tomsky 1
-01010111011001 Sciroccos 1
-01010111011001 Richardson/Smith 1
-01010111011001 112,207 1
-01010111011001 pseudoephedrine 1
-01010111011001 fresh-voiced 1
-01010111011001 U.S.-level 1
-01010111011001 Zelinda 1
-01010111011001 a-half 1
-01010111011001 farseeing 1
-01010111011001 lacquerware 1
-01010111011001 Grenadas 1
-01010111011001 Emigsville 1
-01010111011001 backhandedly 1
-01010111011001 Synthroid 1
-01010111011001 ProSobee 1
-01010111011001 Isomil 1
-01010111011001 Medipren 1
-01010111011001 Rosalia 1
-01010111011001 inapt 1
-01010111011001 turgidity 1
-01010111011001 grand-daughter 1
-01010111011001 Surgut 1
-01010111011001 head-scarves 1
-01010111011001 longest-standing 1
-01010111011001 rationalityand 1
-01010111011001 Mycerinus 1
-01010111011001 Coajone 1
-01010111011001 HUHOW 1
-01010111011001 Empressa 1
-01010111011001 Harriot 1
-01010111011001 Ikarusz 1
-01010111011001 clock-TV 1
-01010111011001 mindings 1
-01010111011001 tactlessness 1
-01010111011001 everytime 1
-01010111011001 BusinessWeek 1
-01010111011001 Keren 1
-01010111011001 Berisford> 1
-01010111011001 drought-speculation 1
-01010111011001 tsunamis 1
-01010111011001 Kelvinator 1
-01010111011001 patchily 1
-01010111011001 foresightedness 1
-01010111011001 cha-chas 1
-01010111011001 Godspeed 1
-01010111011001 ultra-fine 1
-01010111011001 periwigs 1
-01010111011001 businesssmen 1
-01010111011001 systematized 1
-01010111011001 grade-obsessed 1
-01010111011001 dollar-watching 1
-01010111011001 jovibarba 1
-01010111011001 subclimates 1
-01010111011001 archbishops 1
-01010111011001 fabulism 1
-01010111011001 Ticha 1
-01010111011001 TNM&O 1
-01010111011001 2021-2026 1
-01010111011001 carcinogenicity 1
-01010111011001 Etruria 1
-01010111011001 salmanazars 1
-01010111011001 Pipefitters 1
-01010111011001 Actaeon 1
-01010111011001 redesignings 1
-01010111011001 collagist 1
-01010111011001 arbitrages 1
-01010111011001 self-disciplines 1
-01010111011001 Laforge-1 1
-01010111011001 Pallis 1
-01010111011001 Reznor 1
-01010111011001 KYW 1
-01010111011001 terns 1
-01010111011001 extralegally 1
-01010111011001 G-Tech 1
-01010111011001 granulocyte-colony 1
-01010111011001 undigestible 1
-01010111011001 phenols 1
-01010111011001 gutter-fighting 1
-01010111011001 9400 1
-01010111011001 sur-titles 1
-01010111011001 freeze-packed 1
-01010111011001 propagates 1
-01010111011001 unguents 1
-01010111011001 Furyo 1
-01010111011001 capnographs 1
-01010111011001 Gingers 1
-01010111011001 Bretten 1
-01010111011001 Ocoee 1
-01010111011001 nonbeing 1
-01010111011001 Halicon 1
-01010111011001 80:20 1
-01010111011001 Rico. 1
-01010111011001 Jodl 1
-01010111011001 Laica 1
-01010111011001 oh-so-reasonable 1
-01010111011001 '85-86 1
-01010111011001 soarers 1
-01010111011001 apple-polisher 1
-01010111011001 backflips 1
-01010111011001 Hussel 1
-01010111011001 sulfamethoxazole 1
-01010111011001 powertrains 1
-01010111011001 synthetic-fertilizer 1
-01010111011001 Sumba 1
-01010111011001 otherness 1
-01010111011001 elsewise 1
-01010111011001 hyperbolically 1
-01010111011001 askers 1
-01010111011001 weedeaters 1
-01010111011001 mokus 1
-01010111011001 Lovington 1
-01010111011001 meditates 1
-01010111011001 Isefi 1
-01010111011001 Nipro 1
-01010111011001 zonk 1
-01010111011001 P-51s 1
-01010111011001 Jiyeh 1
-01010111011001 Pulaskis 1
-01010111011001 Tabacaleras 1
-01010111011001 miscolored 1
-01010111011001 Omnipol 1
-01010111011001 X/Open 1
-01010111011001 Dahling 1
-01010111011001 Tycesa 1
-01010111011001 Levantines 1
-01010111011001 Polop 1
-01010111011001 countercoups 1
-01010111011001 lightstruck 1
-01010111011001 entractes 1
-01010111011001 non-advocacy 1
-01010111011001 Hartford/Springfield 1
-01010111011001 autographer 1
-01010111011001 Syrian-operated 1
-01010111011001 Aziza 1
-01010111011001 duplicities 1
-01010111011001 bore/Are 1
-01010111011001 minitrucks 1
-01010111011001 mescal 1
-01010111011001 22/6a 1
-01010111011001 others.But 1
-01010111011001 techno-junkies 1
-01010111011001 microwave-safe 1
-01010111011001 oleochemicals 1
-01010111011001 JGC 1
-01010111011001 Avtoexport 1
-01010111011001 Sary-Shagan 1
-01010111011001 colloquiums 1
-01010111011001 unmoral 1
-01010111011001 pwes 1
-01010111011001 morels 1
-01010111011001 non-oil-field 1
-01010111011001 Runty 1
-01010111011001 McReally 1
-01010111011001 Siemenses 1
-01010111011001 diabetologists 1
-01010111011001 phototypography 1
-01010111011001 heartrate 1
-01010111011001 CEO-Elect 1
-01010111011001 Ewarton 1
-01010111011001 demerol 1
-01010111011001 Guadalahara 1
-01010111011001 Shochiku 1
-01010111011001 hanger-on 1
-01010111011001 Crediop 1
-01010111011001 Frinton 1
-01010111011001 5-fluorouracil 1
-01010111011001 monocrotophos 1
-01010111011001 gp41 1
-01010111011001 non-appealable 1
-01010111011001 SLOWING 1
-01010111011001 Al-Gomhouria 1
-01010111011001 hospital-like 1
-01010111011001 outward-projecting 1
-01010111011001 Valleyfair 1
-01010111011001 snivel 1
-01010111011001 pseudo-Kennedyism 1
-01010111011001 Vomit 1
-01010111011001 cross-complained 1
-01010111011001 Boursault 1
-01010111011001 wristbands 1
-01010111011001 washbasins 1
-01010111011001 aleurophiles 1
-01010111011001 more-direct 1
-01010111011001 Bronkolixir 1
-01010111011001 anti-men 1
-01010111011001 self-cleans 1
-01010111011001 Pierce-Arrow 1
-01010111011001 Clueless 1
-01010111011001 MortgageBanque 1
-01010111011001 double-density 1
-01010111011001 crysanthemum 1
-01010111011001 panhandled 1
-01010111011001 deep-feeling 1
-01010111011001 Squeeze-Fresh 1
-01010111011001 benomyl 1
-01010111011001 '31 1
-01010111011001 steamrollering 1
-01010111011001 recoats 1
-01010111011001 Mr.Galvin 1
-01010111011001 Peoria/Bloomington 1
-01010111011001 Criseyde 1
-01010111011001 churros 1
-01010111011001 bings 1
-01010111011001 Agamemnons 1
-01010111011001 LUNCHING 1
-01010111011001 pluralisms 1
-01010111011001 foggy-eyed 1
-01010111011001 scientology 1
-01010111011001 1263.33 1
-01010111011001 100-inch 1
-01010111011001 fermions 1
-01010111011001 HANDELSBANKEN 1
-01010111011001 chaimran 1
-01010111011001 tae 1
-01010111011001 junkman 1
-01010111011001 lie-detectors 1
-01010111011001 Austro-Hungary 1
-01010111011001 sanitary-waste 1
-01010111011001 Corotrope/milrinone 1
-01010111011001 Godfearing 1
-01010111011001 rewraps 1
-01010111011001 relet 1
-01010111011001 red-winged 1
-01010111011001 F4s 1
-01010111011001 non-occasion 1
-01010111011001 up-a-bit 1
-01010111011001 travel/subsistence 1
-01010111011001 TMSTB 1
-01010111011001 quaver 1
-01010111011001 big-fisted 1
-01010111011001 body-guards 1
-01010111011001 Nhatrang 1
-01010111011001 fair-complexioned 1
-01010111011001 Wal-Marts 1
-01010111011001 hard-to-navigate 1
-01010111011001 orchestrally 1
-01010111011001 sunbonnets 1
-01010111011001 .167 1
-01010111011001 Ammo 1
-01010111011001 jackals 1
-01010111011001 Heileg-Meyers 1
-01010111011001 gunkier 1
-01010111011001 Freeze-It 1
-01010111011001 914,350 1
-01010111011001 crossly 1
-01010111011001 thankyous 1
-01010111011001 9120 1
-01010111011001 89-105 1
-01010111011001 covetousness 2
-01010111011001 Clemiss 2
-01010111011001 MESBICs 2
-01010111011001 KRXY-FM 2
-01010111011001 bookish-looking 2
-01010111011001 life-like 2
-01010111011001 1,065 2
-01010111011001 Dristan 2
-01010111011001 Vibes 2
-01010111011001 directionally 2
-01010111011001 seed-bearing 2
-01010111011001 uncorrupted 2
-01010111011001 Montesquieu 2
-01010111011001 Duprez 2
-01010111011001 adeptly 2
-01010111011001 reordered 2
-01010111011001 Zung 2
-01010111011001 Arjuna 2
-01010111011001 Zeroes 2
-01010111011001 Gypsies 2
-01010111011001 zurna 2
-01010111011001 Kyaw 2
-01010111011001 Huatulco 2
-01010111011001 Cashmere 2
-01010111011001 sarongs 2
-01010111011001 Masaniello 2
-01010111011001 Menominee 2
-01010111011001 Scarlatti 2
-01010111011001 Madda 2
-01010111011001 Doro 2
-01010111011001 Primextra 2
-01010111011001 Desarollos 2
-01010111011001 calligraphies 2
-01010111011001 Leibniz 2
-01010111011001 Speedring-Troy 2
-01010111011001 Sokol-Blosser 2
-01010111011001 unassertive 2
-01010111011001 on-lending 2
-01010111011001 non-affluent 2
-01010111011001 RCAs 2
-01010111011001 yon 2
-01010111011001 nastily 2
-01010111011001 Situs 2
-01010111011001 OAMCAF 2
-01010111011001 golf-ball 2
-01010111011001 Workouts 2
-01010111011001 year-out 2
-01010111011001 re-use 2
-01010111011001 Inabata 2
-01010111011001 Mattoon 2
-01010111011001 unfeelingly 2
-01010111011001 Anja 2
-01010111011001 1725 2
-01010111011001 tucking 2
-01010111011001 WOOD-FM 2
-01010111011001 Samuil 2
-01010111011001 '65 2
-01010111011001 15-19 2
-01010111011001 Petronella 2
-01010111011001 winterfat 2
-01010111011001 cajun 2
-01010111011001 Team-Mates 2
-01010111011001 Neikrug 2
-01010111011001 Vusi 2
-01010111011001 Wolfensberger 2
-01010111011001 1350 2
-01010111011001 blusters 2
-01010111011001 achy 2
-01010111011001 Henriette 2
-01010111011001 Tasha 2
-01010111011001 Ondo 2
-01010111011001 abortionists 2
-01010111011001 maneb 2
-01010111011001 goal-setting 3
-01010111011001 VidAmerica 3
-01010111011001 disingenuously 3
-01010111011001 tetracycline 3
-01010111011001 Haislmaier 3
-01010111011001 Volodya 3
-01010111011001 lamentably 3
-01010111011001 Makower 3
-01010111011001 Mountaintop 3
-01010111011001 Unigate 3
-01010111011001 dicing 3
-01010111011001 jaundice 3
-01010111011001 Klausner 3
-01010111011001 textually 3
-01010111011001 GUS 3
-01010111011001 Bynoe 3
-01010111011001 cyclones 3
-01010111011001 longitude 3
-01010111011001 Hercegovina 3
-01010111011001 Effron 3
-01010111011001 semps 4
-01010111011001 Yakult 4
-01010111011001 20-year-olds 4
-01010111011001 Librium 4
-01010111011001 Deminex 4
-01010111011001 secondly 4
-01010111011001 Platonov 4
-01010111011001 freckled 4
-01010111011001 crossbones 4
-01010111011001 purples 4
-01010111011001 incompletely 5
-01010111011001 WSBK-TV 5
-01010111011001 full-bodied 5
-01010111011001 girdles 5
-01010111011001 Snickers 5
-01010111011001 Shute 5
-01010111011001 isoprinosine 5
-01010111011001 voila 6
-01010111011001 sardonically 6
-01010111011001 Scooter 6
-01010111011001 Woollcott 6
-01010111011001 thankfully 7
-01010111011001 Eisai 7
-01010111011001 Kara 8
-01010111011001 golly 10
-01010111011001 regrettably 11
-01010111011001 Gynecologists 12
-01010111011001 luckily 12
-01010111011001 feathering 13
-01010111011001 conceptually 15
-01010111011001 furthermore 18
-01010111011001 unhappily 26
-01010111011001 fortunately 31
-01010111011001 paradoxically 34
-01010111011001 therein 39
-01010111011001 consequently 87
-01010111011001 hopefully 103
-01010111011001 unfortunately 190
-01010111011001 hence 241
-01010111011001 thereby 594
-01010111011001 therefore 1130
-01010111011001 then 14943
-01010111011001 thus 2831
-010101110110100 friendless 1
-010101110110100 82,600 1
-010101110110100 nonmembership 1
-010101110110100 participitating 1
-010101110110100 deal-cutting 1
-010101110110100 gut-shoot 1
-010101110110100 meassure 1
-010101110110100 recline 1
-010101110110100 Shigekazu 1
-010101110110100 Macridis 1
-010101110110100 underutilize 1
-010101110110100 initiations 1
-010101110110100 guerillas 1
-010101110110100 amplifications 1
-010101110110100 sorcerers 1
-010101110110100 Venerian 1
-010101110110100 frontally 1
-010101110110100 immediaely 1
-010101110110100 unreleasable 1
-010101110110100 precancer 1
-010101110110100 flows-underlies 1
-010101110110100 melds 1
-010101110110100 bummers 1
-010101110110100 ago/ 1
-010101110110100 intra-administration 1
-010101110110100 USA-produced 1
-010101110110100 GM-300 1
-010101110110100 disinter 1
-010101110110100 wosen 1
-010101110110100 Dolphin/Doubleday 2
-010101110110100 Og 2
-010101110110100 deadpanned 2
-010101110110100 Caemi 2
-010101110110100 satires 2
-010101110110100 Brinton 2
-010101110110100 unplugged 2
-010101110110100 1982-1986 2
-010101110110100 snowfields 2
-010101110110100 dolefully 2
-010101110110100 pay-in 2
-010101110110100 undergirds 2
-010101110110100 rehashed 3
-010101110110100 Teng 3
-010101110110100 19,600 3
-010101110110100 70,000-mile 3
-010101110110100 implausibly 3
-010101110110100 tartly 3
-010101110110100 waltzes 3
-010101110110100 dideoxyinosine 3
-010101110110100 quarter-by-quarter 4
-010101110110100 mischievously 5
-010101110110100 DIA 7
-010101110110100 thereabouts 8
-010101110110100 ha 9
-010101110110100 admiringly 10
-010101110110100 dryly 14
-010101110110100 sheepishly 16
-010101110110100 matter-of-factly 20
-010101110110100 adjourns 23
-010101110110100 ruefully 35
-010101110110100 parent-company 67
-010101110110100 later 9516
-010101110110100 sometime 531
-010101110110101 Intensifies 1
-010101110110101 inflects 1
-010101110110101 nonexclusively 1
-010101110110101 3,092 1
-010101110110101 1,439 1
-010101110110101 glamourous 1
-010101110110101 double-crosses 1
-010101110110101 emplaced 1
-010101110110101 haircutting 1
-010101110110101 half-identity 1
-010101110110101 disbelievers 1
-010101110110101 2,121 1
-010101110110101 ummatched 1
-010101110110101 at-me 1
-010101110110101 again-off 1
-010101110110101 glimmered 1
-010101110110101 fraiche 1
-010101110110101 unretired 1
-010101110110101 1.8838 1
-010101110110101 woodworms 1
-010101110110101 quadrennially 1
-010101110110101 undercared 1
-010101110110101 EXEMPTIONS 2
-010101110110101 shortsightedly 2
-010101110110101 sketchily 2
-010101110110101 trumps 2
-010101110110101 deviously 2
-010101110110101 squawked 2
-010101110110101 felicitously 2
-010101110110101 Regaining 2
-010101110110101 putatively 2
-010101110110101 PENSIONS 2
-010101110110101 Aminoil 3
-010101110110101 overpowers 3
-010101110110101 spooking 3
-010101110110101 plies 3
-010101110110101 Spyros 3
-010101110110101 Burton-Campbell 3
-010101110110101 Ortrud 3
-010101110110101 condescendingly 3
-010101110110101 Pepto-Bismol 4
-010101110110101 Yasnaya 4
-010101110110101 Esterhazy 4
-010101110110101 Calpurnia 7
-010101110110101 Faymonville 8
-010101110110101 dissipates 8
-010101110110101 thrice 10
-010101110110101 generically 29
-010101110110101 doubles 95
-010101110110101 once 6828
-010101110110101 twice 2067
-010101110110110 crediblity 1
-010101110110110 unpackaged 1
-010101110110110 60/40 1
-010101110110110 Hellebore 1
-010101110110110 pre-subscription 1
-010101110110110 Vlassis 1
-010101110110110 glancingly 1
-010101110110110 fastidiously 2
-010101110110110 incautiously 2
-010101110110110 puckishly 2
-010101110110110 airboats 2
-010101110110110 fraudently 2
-010101110110110 lightheartedly 2
-010101110110110 synthetically 2
-010101110110110 cooly 2
-010101110110110 utlimately 2
-010101110110110 unattractively 2
-010101110110110 tearily 2
-010101110110110 unsuccesfully 2
-010101110110110 illegaly 2
-010101110110110 hot-dipped 2
-010101110110110 vehmently 2
-010101110110110 wishfully 3
-010101110110110 Detko 3
-010101110110110 sucessfully 3
-010101110110110 buoyantly 3
-010101110110110 1,051 3
-010101110110110 unsuccessfuly 3
-010101110110110 Stronsay 3
-010101110110110 agressively 3
-010101110110110 helpfully 4
-010101110110110 humorously 4
-010101110110110 dowries 4
-010101110110110 tenatively 4
-010101110110110 abrasions 4
-010101110110110 mockingly 4
-010101110110110 thoughtlessly 4
-010101110110110 undeservedly 4
-010101110110110 artichokes 4
-010101110110110 selflessly 5
-010101110110110 promotionally 5
-010101110110110 cannily 5
-010101110110110 self-righteously 5
-010101110110110 perceptively 5
-010101110110110 sportingly 6
-010101110110110 obligingly 6
-010101110110110 laughingly 6
-010101110110110 furtively 6
-010101110110110 unwillingly 6
-010101110110110 nobly 6
-010101110110110 unashamedly 6
-010101110110110 preferentially 7
-010101110110110 humbly 7
-010101110110110 fruitlessly 7
-010101110110110 cavalierly 7
-010101110110110 Outdoors 8
-010101110110110 coyly 8
-010101110110110 disparagingly 8
-010101110110110 brusquely 8
-010101110110110 lamely 8
-010101110110110 exhaustively 9
-010101110110110 ineptly 9
-010101110110110 joyfully 9
-010101110110110 tersely 9
-010101110110110 arrogantly 9
-010101110110110 improbably 10
-010101110110110 subconsciously 10
-010101110110110 shamelessly 10
-010101110110110 crisply 10
-010101110110110 stoically 10
-010101110110110 playfully 10
-010101110110110 gratefully 10
-010101110110110 loyally 10
-010101110110110 obediently 10
-010101110110110 accidently 11
-010101110110110 courageously 11
-010101110110110 conscientiously 12
-010101110110110 meekly 12
-010101110110110 valiantly 12
-010101110110110 good-naturedly 13
-010101110110110 testily 13
-010101110110110 unceremoniously 13
-010101110110110 obliquely 14
-010101110110110 tenaciously 14
-010101110110110 unwisely 15
-010101110110110 unknowingly 15
-010101110110110 truthfully 15
-010101110110110 graciously 16
-010101110110110 stoutly 16
-010101110110110 figuratively 16
-010101110110110 judiciously 17
-010101110110110 affectionately 17
-010101110110110 orginally 17
-010101110110110 expertly 17
-010101110110110 carelessly 17
-010101110110110 unconsciously 18
-010101110110110 vociferously 19
-010101110110110 assiduously 19
-010101110110110 shrewdly 19
-010101110110110 ruthlessly 19
-010101110110110 irrevocably 20
-010101110110110 brazenly 20
-010101110110110 vainly 20
-010101110110110 derisively 21
-010101110110110 glumly 21
-010101110110110 illicitly 21
-010101110110110 gamely 22
-010101110110110 foolishly 22
-010101110110110 negligently 22
-010101110110110 tirelessly 22
-010101110110110 thoughtfully 24
-010101110110110 defiantly 24
-010101110110110 ardently 24
-010101110110110 successively 24
-010101110110110 laboriously 24
-010101110110110 studiously 24
-010101110110110 unjustly 24
-010101110110110 respectfully 25
-010101110110110 covertly 25
-010101110110110 excitedly 25
-010101110110110 unofficially 26
-010101110110110 methodically 26
-010101110110110 inaccurately 27
-010101110110110 provisionally 27
-010101110110110 passively 28
-010101110110110 verbally 28
-010101110110110 heartily 29
-010101110110110 bravely 30
-010101110110110 heatedly 30
-010101110110110 inadequately 31
-010101110110110 doggedly 31
-010101110110110 wryly 31
-010101110110110 surreptitiously 31
-010101110110110 tacitly 32
-010101110110110 wholeheartedly 33
-010101110110110 preliminarily 34
-010101110110110 fondly 38
-010101110110110 forcibly 39
-010101110110110 recklessly 40
-010101110110110 conditionally 40
-010101110110110 blindly 41
-010101110110110 summarily 41
-010101110110110 blithely 42
-010101110110110 painstakingly 43
-010101110110110 scrupulously 43
-010101110110110 hurriedly 43
-010101110110110 discreetly 43
-010101110110110 cleverly 43
-010101110110110 handily 44
-010101110110110 deftly 47
-010101110110110 gleefully 48
-010101110110110 mysteriously 48
-010101110110110 dutifully 49
-010101110110110 unlawfully 52
-010101110110110 unequivocally 52
-010101110110110 staunchly 53
-010101110110110 erroneously 53
-010101110110110 soundly 54
-010101110110110 frantically 54
-010101110110110 consciously 54
-010101110110110 belatedly 55
-010101110110110 faithfully 55
-010101110110110 categorically 56
-010101110110110 cheerfully 57
-010101110110110 willfully 59
-010101110110110 skillfully 63
-010101110110110 convincingly 63
-010101110110110 purposely 63
-010101110110110 arbitrarily 64
-010101110110110 emphatically 65
-010101110110110 unwittingly 73
-010101110110110 randomly 75
-010101110110110 adamantly 76
-010101110110110 grudgingly 77
-010101110110110 willingly 78
-010101110110110 wrongfully 79
-010101110110110 casually 79
-010101110110110 confidently 79
-010101110110110 strenuously 80
-010101110110110 wisely 84
-010101110110110 boldly 85
-010101110110110 politely 92
-010101110110110 expressly 92
-010101110110110 implicitly 98
-010101110110110 wrongly 107
-010101110110110 accidentally 111
-010101110110110 fraudulently 118
-010101110110110 systematically 118
-010101110110110 enthusiastically 128
-010101110110110 vehemently 135
-010101110110110 inadvertently 137
-010101110110110 informally 139
-010101110110110 mistakenly 143
-010101110110110 hastily 148
-010101110110110 happily 158
-010101110110110 intentionally 168
-010101110110110 proudly 168
-010101110110110 flatly 171
-010101110110110 reluctantly 175
-010101110110110 unilaterally 182
-010101110110110 falsely 186
-010101110110110 knowingly 189
-010101110110110 explicitly 243
-010101110110110 artificially 247
-010101110110110 periodically 293
-010101110110110 secretly 307
-010101110110110 deliberately 327
-010101110110110 correctly 333
-010101110110110 unfairly 334
-010101110110110 unsuccessfully 348
-010101110110110 openly 383
-010101110110110 permanently 417
-010101110110110 voluntarily 471
-010101110110110 promptly 505
-010101110110110 improperly 583
-010101110110110 consistently 622
-010101110110110 tentatively 652
-010101110110110 illegally 652
-010101110110110 officially 715
-010101110110110 quietly 718
-010101110110110 personally 775
-010101110110110 regularly 840
-010101110110110 formally 870
-010101110110110 successfully 916
-010101110110110 temporarily 1213
-010101110110110 originally 1646
-010101110110110 allegedly 1654
-010101110110110 ever 5833
-010101110110110 initially 1952
-010101110110111 tulipomanias 1
-010101110110111 312-Futures 1
-010101110110111 Boncompagni 1
-010101110110111 speakerphones 1
-010101110110111 implicity 1
-010101110110111 24-seven 1
-010101110110111 CelebrityAmericans 1
-010101110110111 Parness 1
-010101110110111 mini-trek 1
-010101110110111 Bugarin 1
-010101110110111 job-searching 1
-010101110110111 prevalently 1
-010101110110111 poetically 1
-010101110110111 DiLieto 1
-010101110110111 sensuously 1
-010101110110111 62,431 1
-010101110110111 GUIDANCE 1
-010101110110111 Kerckerinck 1
-010101110110111 puma 1
-010101110110111 Saund 1
-010101110110111 pseudonymously 1
-010101110110111 seismograph 1
-010101110110111 1,382,179 1
-010101110110111 Shangchi 1
-010101110110111 boat-builders 1
-010101110110111 partnerhship 1
-010101110110111 larder 1
-010101110110111 something-or-other 1
-010101110110111 Levarek 1
-010101110110111 Holomisa 1
-010101110110111 Sarathy 1
-010101110110111 post-Olympic-year 1
-010101110110111 fly-screen 1
-010101110110111 circuitously 1
-010101110110111 CONDITIONS 1
-010101110110111 Huttonites 1
-010101110110111 HTLV-3 2
-010101110110111 Nereids 2
-010101110110111 Orchestras 2
-010101110110111 half-seriously 2
-010101110110111 Yaik 2
-010101110110111 latterly 2
-010101110110111 presciently 2
-010101110110111 Rapport 2
-010101110110111 lowlifes 2
-010101110110111 over. 2
-010101110110111 deplaning 2
-010101110110111 Xuegian 2
-010101110110111 abrubtly 2
-010101110110111 seismographs 2
-010101110110111 Calonne 2
-010101110110111 pejoratively 3
-010101110110111 laconically 3
-010101110110111 nonvoters 3
-010101110110111 hypocritically 3
-010101110110111 fleetingly 4
-010101110110111 premier-designate 4
-010101110110111 Leijon 4
-010101110110111 loftily 4
-010101110110111 impishly 4
-010101110110111 placidly 4
-010101110110111 sourly 4
-010101110110111 acidly 5
-010101110110111 scornfully 5
-010101110110111 Soe 5
-010101110110111 effusively 6
-010101110110111 tactfully 6
-010101110110111 manfully 6
-010101110110111 somberly 6
-010101110110111 animatedly 6
-010101110110111 archly 7
-010101110110111 curtly 9
-010101110110111 half-jokingly 10
-010101110110111 half-heartedly 10
-010101110110111 tellingly 11
-010101110110111 thereupon 12
-010101110110111 posthumously 14
-010101110110111 sarcastically 18
-010101110110111 sternly 29
-010101110110111 ominously 29
-010101110110111 approvingly 37
-010101110110111 jokingly 40
-010101110110111 variously 56
-010101110110111 aptly 57
-010101110110111 pointedly 96
-010101110110111 bluntly 117
-010101110110111 angrily 125
-010101110110111 abruptly 373
-010101110110111 unanimously 427
-010101110110111 subsequently 666
-010101110110111 recently 13578
-010101110110111 repeatedly 1193
-01010111011100 integrations 1
-01010111011100 minimum-expense 1
-01010111011100 77,132 1
-01010111011100 biotechnologically 1
-01010111011100 invidiously 1
-01010111011100 Indpendence 1
-01010111011100 price-caps 1
-01010111011100 Crinos 1
-01010111011100 loan-losses 1
-01010111011100 Slovakia 1
-01010111011100 CORE 1
-01010111011100 more-frequently 1
-01010111011100 74,216 1
-01010111011100 seat-miles 1
-01010111011100 Vanish 1
-01010111011100 SR-71s 1
-01010111011100 955,133 1
-01010111011100 28,169 1
-01010111011100 16,584 1
-01010111011100 11,155 1
-01010111011100 severly 1
-01010111011100 five-to-15-minute 1
-01010111011100 701,978 1
-01010111011100 superluminaries 1
-01010111011100 Nixonesque 1
-01010111011100 irritatingly 1
-01010111011100 Gummiwerke 1
-01010111011100 festively 1
-01010111011100 ideograms 1
-01010111011100 745,219 1
-01010111011100 prompters 1
-01010111011100 blowdryers 1
-01010111011100 stably 1
-01010111011100 GBGI 1
-01010111011100 Oriental-style 1
-01010111011100 puchases 1
-01010111011100 Equitcorp 1
-01010111011100 48,497,000 1
-01010111011100 raidership 1
-01010111011100 248.00 1
-01010111011100 Phalangists 1
-01010111011100 5,852 1
-01010111011100 reprocesses 1
-01010111011100 dually 1
-01010111011100 wispily 1
-01010111011100 messily 1
-01010111011100 2382.1 1
-01010111011100 unimaginatively 1
-01010111011100 Rafalsky 1
-01010111011100 integrally 1
-01010111011100 Saint-gobain 1
-01010111011100 intransigently 1
-01010111011100 patient-financing 1
-01010111011100 MIG-2/SP1-Plus 1
-01010111011100 WAFERS 1
-01010111011100 Lyme-disease 1
-01010111011100 straighteners 1
-01010111011100 130,261 1
-01010111011100 boomingly 1
-01010111011100 gefuffle 1
-01010111011100 omnia 1
-01010111011100 Kanab 1
-01010111011100 miniumum 1
-01010111011100 homosexually 2
-01010111011100 prophylactics 2
-01010111011100 49,400 2
-01010111011100 tingles 2
-01010111011100 gentamicin 2
-01010111011100 afterthoughts 2
-01010111011100 occupationally 2
-01010111011100 photographically 3
-01010111011100 ususally 3
-01010111011100 lucidly 3
-01010111011100 anatomically 4
-01010111011100 statutorily 4
-01010111011100 ornately 4
-01010111011100 1,003 4
-01010111011100 being 18454
-01010111011100 hermetically 7
-010101110111010 fourth-layer 1
-010101110111010 Queyranne 1
-010101110111010 wayfarers 1
-010101110111010 less-severely 1
-010101110111010 as-yet-to-be 1
-010101110111010 potent-looking 1
-010101110111010 manically 1
-010101110111010 higher-than 1
-010101110111010 causally 1
-010101110111010 self-seekers 1
-010101110111010 hair-pullingly 1
-010101110111010 sinfully 1
-010101110111010 all-but 1
-010101110111010 nationalistically 1
-010101110111010 1,768 1
-010101110111010 obnoxiously 1
-010101110111010 dosimeter 1
-010101110111010 backhoe-loader 1
-010101110111010 bannisters 1
-010101110111010 feasible. 1
-010101110111010 lastingly 1
-010101110111010 highy 1
-010101110111010 agriculteurs 1
-010101110111010 Derringer 1
-010101110111010 vigourously 1
-010101110111010 bullseye 1
-010101110111010 vocationally 1
-010101110111010 satisfactority 1
-010101110111010 intrafaith 1
-010101110111010 insensibly 1
-010101110111010 ragamuffin 1
-010101110111010 collaterally 1
-010101110111010 more-than-amply 1
-010101110111010 imperatively 2
-010101110111010 smashingly 2
-010101110111010 pleasurably 2
-010101110111010 lethally 2
-010101110111010 inspirationally 2
-010101110111010 potently 2
-010101110111010 pointlessly 2
-010101110111010 remunerated 2
-010101110111010 expectable 2
-010101110111010 modally 2
-010101110111010 sonically 2
-010101110111010 well-enough 2
-010101110111010 straight-forwardly 2
-010101110111010 implacably 2
-010101110111010 fuzzily 2
-010101110111010 DETECTORS 2
-010101110111010 outstandingly 2
-010101110111010 aberrantly 2
-010101110111010 aurora 2
-010101110111010 murderously 2
-010101110111010 corporately 2
-010101110111010 statutorially 2
-010101110111010 throughly 2
-010101110111010 noiselessly 2
-010101110111010 9-6 2
-010101110111010 topically 2
-010101110111010 illegitimately 2
-010101110111010 colorfully 2
-010101110111010 immorally 2
-010101110111010 distractingly 2
-010101110111010 senselessly 2
-010101110111010 levamisole 3
-010101110111010 scathingly 3
-010101110111010 unkindly 3
-010101110111010 publically 3
-010101110111010 crazily 3
-010101110111010 methodologically 3
-010101110111010 illogically 3
-010101110111010 luridly 3
-010101110111010 unendurable 3
-010101110111010 grammatically 3
-010101110111010 tortuously 3
-010101110111010 bewilderingly 3
-010101110111010 enviably 3
-010101110111010 colloquially 3
-010101110111010 imprecisely 3
-010101110111010 penetratingly 3
-010101110111010 adorably 3
-010101110111010 assertively 3
-010101110111010 office-and-hotel 3
-010101110111010 inequitably 3
-010101110111010 tautly 3
-010101110111010 horrifyingly 3
-010101110111010 entertainingly 3
-010101110111010 believably 4
-010101110111010 drearily 4
-010101110111010 agriculturally 4
-010101110111010 atrociously 4
-010101110111010 unceasingly 4
-010101110111010 outspokenly 4
-010101110111010 divinely 4
-010101110111010 acoustically 4
-010101110111010 distantly 4
-010101110111010 tenuously 4
-010101110111010 superlatively 4
-010101110111010 unalterably 4
-010101110111010 defectively 4
-010101110111010 glaringly 4
-010101110111010 monumentally 4
-010101110111010 catastrophically 4
-010101110111010 volubly 4
-010101110111010 harmoniously 4
-010101110111010 decidely 4
-010101110111010 monolithically 4
-010101110111010 insufferably 4
-010101110111010 inconveniently 4
-010101110111010 radioactively 4
-010101110111010 laughably 4
-010101110111010 unsparingly 4
-010101110111010 monotonously 4
-010101110111010 nutritionally 4
-010101110111010 organizationally 4
-010101110111010 ponderously 5
-010101110111010 righteously 5
-010101110111010 uncritically 5
-010101110111010 bureaucratically 5
-010101110111010 unapologetically 5
-010101110111010 frenetically 5
-010101110111010 obscurely 5
-010101110111010 insidiously 5
-010101110111010 gorgeously 5
-010101110111010 familiarly 5
-010101110111010 compulsorily 5
-010101110111010 whitener 5
-010101110111010 authoritatively 5
-010101110111010 cozily 5
-010101110111010 unreservedly 5
-010101110111010 chillingly 5
-010101110111010 daringly 5
-010101110111010 speculatively 5
-010101110111010 touchingly 5
-010101110111010 intriguingly 5
-010101110111010 brashly 5
-010101110111010 optically 5
-010101110111010 misleadingly 5
-010101110111010 annoyingly 5
-010101110111010 hysterically 6
-010101110111010 thematically 6
-010101110111010 usefully 6
-010101110111010 pragmatically 6
-010101110111010 pervasively 6
-010101110111010 20-fold 6
-010101110111010 romantically 6
-010101110111010 dreamily 6
-010101110111010 inwardly 6
-010101110111010 exuberantly 6
-010101110111010 single-mindedly 6
-010101110111010 minutely 7
-010101110111010 stylishly 7
-010101110111010 indelibly 7
-010101110111010 ceaselessly 7
-010101110111010 amusingly 7
-010101110111010 5-5 7
-010101110111010 glowingly 7
-010101110111010 tastefully 7
-010101110111010 hideously 7
-010101110111010 obscenely 7
-010101110111010 baldly 7
-010101110111010 heroically 7
-010101110111010 immaculately 7
-010101110111010 palpably 7
-010101110111010 excellently 7
-010101110111010 wantonly 7
-010101110111010 wittily 8
-010101110111010 austerely 8
-010101110111010 ambitiously 8
-010101110111010 respectably 8
-010101110111010 unpleasantly 8
-010101110111010 tactically 8
-010101110111010 self-consciously 8
-010101110111010 egregiously 8
-010101110111010 authentically 8
-010101110111010 sloppily 8
-010101110111010 resoundingly 8
-010101110111010 intolerably 8
-010101110111010 appealingly 8
-010101110111010 compellingly 9
-010101110111010 theatrically 9
-010101110111010 straightforwardly 9
-010101110111010 contentedly 9
-010101110111010 ostentatiously 9
-010101110111010 demurely 9
-010101110111010 grievously 9
-010101110111010 nearby. 9
-010101110111010 charmingly 9
-010101110111010 comprehensively 10
-010101110111010 comically 10
-010101110111010 cruelly 10
-010101110111010 mindlessly 10
-010101110111010 clumsily 10
-010101110111010 slyly 10
-010101110111010 empirically 10
-010101110111010 transparently 10
-010101110111010 quaintly 10
-010101110111010 blissfully 10
-010101110111010 diametrically 10
-010101110111010 sensitively 10
-010101110111010 slavishly 10
-010101110111010 charitably 11
-010101110111010 ingeniously 11
-010101110111010 stunningly 11
-010101110111010 grotesquely 11
-010101110111010 virulently 11
-010101110111010 dismally 11
-010101110111010 disastrously 11
-010101110111010 famously 12
-010101110111010 experimentally 12
-010101110111010 reassuringly 12
-010101110111010 glibly 12
-010101110111010 irresponsibly 12
-010101110111010 pathetically 12
-010101110111010 viciously 13
-010101110111010 delightfully 13
-010101110111010 insistently 13
-010101110111010 determinedly 13
-010101110111010 fitfully 13
-010101110111010 savagely 13
-010101110111010 flagrantly 13
-010101110111010 rudely 13
-010101110111010 cynically 13
-010101110111010 magnificently 13
-010101110111010 irreversibly 13
-010101110111010 artfully 13
-010101110111010 splendidly 14
-010101110111010 mortally 14
-010101110111010 extravagantly 14
-010101110111010 compulsively 14
-010101110111010 guardedly 14
-010101110111010 biologically 14
-010101110111010 spiritually 14
-010101110111010 precariously 14
-010101110111010 superficially 14
-010101110111010 weirdly 14
-010101110111010 demographically 14
-010101110111010 blandly 14
-010101110111010 irrationally 14
-010101110111010 impeccably 14
-010101110111010 obsessively 14
-010101110111010 stridently 14
-010101110111010 operationally 15
-010101110111010 industrially 15
-010101110111010 grandly 15
-010101110111010 legislatively 15
-010101110111010 serenely 15
-010101110111010 persuasively 15
-010101110111010 thickly 15
-010101110111010 aesthetically 16
-010101110111010 mercilessly 16
-010101110111010 musically 16
-010101110111010 eternally 16
-010101110111010 intricately 16
-010101110111010 stiffly 17
-010101110111010 ethnically 17
-010101110111010 perennially 17
-010101110111010 artistically 17
-010101110111010 exquisitely 17
-010101110111010 securely 17
-010101110111010 vocally 18
-010101110111010 avidly 18
-010101110111010 crudely 18
-010101110111010 marvelously 19
-010101110111010 clinically 19
-010101110111010 functionally 19
-010101110111010 perpetually 19
-010101110111010 coldly 19
-010101110111010 horribly 20
-010101110111010 miraculously 21
-010101110111010 tragically 21
-010101110111010 electrically 21
-010101110111010 proportionally 21
-010101110111010 suitably 21
-010101110111010 factually 22
-010101110111010 structurally 22
-010101110111010 purposefully 22
-010101110111010 inappropriately 22
-010101110111010 grimly 23
-010101110111010 elaborately 23
-010101110111010 admirably 24
-010101110111010 sweetly 24
-010101110111010 irreparably 25
-010101110111010 crucially 25
-010101110111010 surgically 25
-010101110111010 symbolically 26
-010101110111010 unevenly 27
-010101110111010 ferociously 27
-010101110111010 superbly 27
-010101110111010 creatively 27
-010101110111010 academically 27
-010101110111010 jealously 28
-010101110111010 insufficiently 29
-010101110111010 vertically 29
-010101110111010 minimally 29
-010101110111010 ethically 30
-010101110111010 lovingly 31
-010101110111010 unintentionally 32
-010101110111010 rigorously 33
-010101110111010 candidly 33
-010101110111010 diplomatically 34
-010101110111010 needlessly 34
-010101110111010 earnestly 35
-010101110111010 starkly 35
-010101110111010 darkly 35
-010101110111010 hitherto 35
-010101110111010 resolutely 36
-010101110111010 elegantly 36
-010101110111010 strangely 36
-010101110111010 unabashedly 37
-010101110111010 philosophically 37
-010101110111010 conventionally 37
-010101110111010 impressively 37
-010101110111010 dimly 37
-010101110111010 inextricably 38
-010101110111010 meticulously 39
-010101110111010 massively 40
-010101110111010 characteristically 40
-010101110111010 unconstitutionally 40
-010101110111010 fervently 42
-010101110111010 endlessly 42
-010101110111010 justly 42
-010101110111010 rigidly 42
-010101110111010 popularly 43
-010101110111010 overtly 44
-010101110111010 gravely 45
-010101110111010 religiously 45
-010101110111010 pleasantly 45
-010101110111010 culturally 46
-010101110111010 roundly 47
-010101110111010 duly 47
-010101110111010 finely 48
-010101110111010 spectacularly 48
-010101110111010 attractively 49
-010101110111010 chemically 49
-010101110111010 delicately 50
-010101110111010 powerfully 51
-010101110111010 passionately 51
-010101110111010 ideologically 52
-010101110111010 fatally 52
-010101110111010 lavishly 54
-010101110111010 curiously 55
-010101110111010 criminally 55
-010101110111010 amply 55
-010101110111010 constitutionally 55
-010101110111010 intimately 55
-010101110111010 freshly 57
-010101110111010 brutally 58
-010101110111010 keenly 58
-010101110111010 brilliantly 58
-010101110111010 scientifically 60
-010101110111010 generously 62
-010101110111010 visibly 62
-010101110111010 blatantly 63
-010101110111010 visually 63
-010101110111010 oddly 66
-010101110111010 richly 66
-010101110111010 medically 68
-010101110111010 anxiously 69
-010101110111010 sorely 69
-010101110111010 geographically 69
-010101110111010 unnecessarily 69
-010101110111010 brightly 70
-010101110111010 acutely 71
-010101110111010 furiously 73
-010101110111010 uniformly 74
-010101110111010 abundantly 74
-010101110111010 conspicuously 77
-010101110111010 persistently 78
-010101110111010 warmly 78
-010101110111010 racially 79
-010101110111010 universally 80
-010101110111010 predictably 80
-010101110111010 intellectually 83
-010101110111010 subtly 85
-010101110111010 relentlessly 87
-010101110111010 tremendously 94
-010101110111010 morally 94
-010101110111010 stubbornly 96
-010101110111010 beautifully 98
-010101110111010 psychologically 98
-010101110111010 urgently 101
-010101110111010 disproportionately 102
-010101110111010 harshly 102
-010101110111010 vaguely 103
-010101110111010 vividly 104
-010101110111010 profoundly 105
-010101110111010 professionally 105
-010101110111010 appropriately 106
-010101110111010 hopelessly 115
-010101110111010 neatly 117
-010101110111010 mildly 120
-010101110111010 loosely 121
-010101110111010 solidly 123
-010101110111010 painfully 132
-010101110111010 unduly 133
-010101110111010 critically 134
-010101110111010 comfortably 135
-010101110111010 emotionally 146
-010101110111010 continuously 147
-010101110111010 genuinely 149
-010101110111010 militarily 152
-010101110111010 utterly 153
-010101110111010 intensely 164
-010101110111010 enormously 168
-010101110111010 hotly 169
-010101110111010 extensively 173
-010101110111010 eagerly 181
-010101110111010 commercially 194
-010101110111010 fiercely 196
-010101110111010 lightly 202
-010101110111010 physically 205
-010101110111010 bitterly 250
-010101110111010 wildly 251
-010101110111010 tightly 265
-010101110111010 thoroughly 270
-010101110111010 desperately 275
-010101110111010 fundamentally 276
-010101110111010 cautiously 304
-010101110111010 evenly 311
-010101110111010 sufficiently 332
-010101110111010 commonly 382
-010101110111010 readily 382
-010101110111010 overwhelmingly 402
-010101110111010 firmly 417
-010101110111010 strictly 432
-010101110111010 narrowly 493
-010101110111010 similarly 505
-010101110111010 economically 521
-010101110111010 poorly 561
-010101110111010 severely 677
-010101110111010 truly 707
-010101110111010 deeply 864
-010101110111010 badly 968
-010101110111010 totally 990
-010101110111010 carefully 996
-010101110111010 equally 1073
-010101110111010 completely 1119
-010101110111010 seriously 1566
-010101110111010 strongly 1761
-010101110111010 heavily 2423
-010101110111010 widely 3475
-010101110111010 increasingly 3156
-010101110111011 advsersly 1
-010101110111011 worked-over 1
-010101110111011 swim-off 1
-010101110111011 10-inch-longer 1
-010101110111011 vacantly 1
-010101110111011 Ponderosa-pine 1
-010101110111011 mini-coffin 1
-010101110111011 soberingly 1
-010101110111011 non-politically 1
-010101110111011 mellifluously 1
-010101110111011 Australian-owned 1
-010101110111011 four-drawer 1
-010101110111011 genitally 1
-010101110111011 knotting 1
-010101110111011 Maniatises 1
-010101110111011 Jimenezes 1
-010101110111011 bull-breeders 1
-010101110111011 sod-chunk 1
-010101110111011 theologically 1
-010101110111011 megamerger 1
-010101110111011 monoplane 1
-010101110111011 six-yard 1
-010101110111011 quantifiably 1
-010101110111011 355,600 1
-010101110111011 coffee-cup 1
-010101110111011 clawlike 1
-010101110111011 business-of-your 1
-010101110111011 quasimarket 1
-010101110111011 1,000-rat 1
-010101110111011 mostactively 1
-010101110111011 ADRsfreely 1
-010101110111011 wetsuit 1
-010101110111011 4,750-cubic-foot 1
-010101110111011 ravishingly 1
-010101110111011 24-yard 1
-010101110111011 microcamera 1
-010101110111011 explicity 1
-010101110111011 cow-blood 1
-010101110111011 27,600,000 1
-010101110111011 first-string 1
-010101110111011 Beirut. 1
-010101110111011 unqualifiedly 1
-010101110111011 closley 1
-010101110111011 non-IBMer 1
-010101110111011 dominees 2
-010101110111011 ritually 2
-010101110111011 numbly 2
-010101110111011 Dorran 2
-010101110111011 38-7 2
-010101110111011 4,168 2
-010101110111011 Bronfman-family 2
-010101110111011 torturously 2
-010101110111011 Khrushchevs 2
-010101110111011 Oppland 2
-010101110111011 diffusely 2
-010101110111011 150-seater 3
-010101110111011 shoddily 3
-010101110111011 megacontracts 3
-010101110111011 24-game 3
-010101110111011 lengthily 3
-010101110111011 punctually 3
-010101110111011 Democratically 3
-010101110111011 expressively 4
-010101110111011 leaseholds 4
-010101110111011 non-highly 4
-010101110111011 sumptuously 5
-010101110111011 aerodynamically 5
-010101110111011 sturdily 5
-010101110111011 nattily 5
-010101110111011 boa 8
-010101110111011 enviously 9
-010101110111011 most-actively 12
-010101110111011 scantily 12
-010101110111011 municipally 17
-010101110111011 cooperatively 20
-010101110111011 numerically 23
-010101110111011 institutionally 23
-010101110111011 provincially 34
-010101110111011 comparably 46
-010101110111011 sparsely 46
-010101110111011 densely 52
-010101110111011 centrally 79
-010101110111011 dealer-to-dealer 80
-010101110111011 specially 154
-010101110111011 thinly 155
-010101110111011 locally 248
-010101110111011 wholly 456
-010101110111011 jointly 999
-010101110111011 actively 1216
-010101110111011 privately 1498
-010101110111011 closely 5035
-010101110111011 publicly 2627
-01010111011110 crownless 1
-01010111011110 hard-to-plumb 1
-01010111011110 1096.22 1
-01010111011110 241.00 1
-01010111011110 satisfyingly 1
-01010111011110 worker-hours 1
-01010111011110 169.14 1
-01010111011110 incalculably 1
-01010111011110 Generalizing 1
-01010111011110 .0052 1
-01010111011110 11,052 1
-01010111011110 NAMnet 1
-01010111011110 slighly 1
-01010111011110 substantialy 1
-01010111011110 88,866 1
-01010111011110 crotch-stroking 1
-01010111011110 icicle-stiff 1
-01010111011110 1,238 1
-01010111011110 out-of-range 1
-01010111011110 curdle 1
-01010111011110 flashily 1
-01010111011110 18-fold 1
-01010111011110 32.54 1
-01010111011110 1/2-inchers 1
-01010111011110 dartlike 1
-01010111011110 77.13 1
-01010111011110 countertrends 1
-01010111011110 verk 1
-01010111011110 Non-Withdrawal 1
-01010111011110 596.49 1
-01010111011110 skosh 1
-01010111011110 droving 1
-01010111011110 appearences 1
-01010111011110 profitdraining 1
-01010111011110 speech-learning 1
-01010111011110 50-cents-an-hour 1
-01010111011110 1033.74 1
-01010111011110 0.000018 1
-01010111011110 I95 1
-01010111011110 cost-reductions 1
-01010111011110 13,100 1
-01010111011110 negligible-far 1
-01010111011110 47,915 1
-01010111011110 facially 1
-01010111011110 macs 1
-01010111011110 seasonably 1
-01010111011110 962,638 1
-01010111011110 219,100 1
-01010111011110 .0073 1
-01010111011110 .0166 1
-01010111011110 369.41 1
-01010111011110 162.36 1
-01010111011110 flutterred 1
-01010111011110 fifteenfold 2
-01010111011110 0.0154 2
-01010111011110 eighteenfold 2
-01010111011110 8-to-5 2
-01010111011110 cudgels 2
-01010111011110 75.60 2
-01010111011110 fifteen-fold 2
-01010111011110 procedurally 2
-01010111011110 welched 2
-01010111011110 invaluably 2
-01010111011110 Malinchismo 2
-01010111011110 A1-plus 2
-01010111011110 indecisively 2
-01010111011110 11-fold 2
-01010111011110 hot-fat 2
-01010111011110 thousandfold 2
-01010111011110 boundlessly 2
-01010111011110 occupier 2
-01010111011110 ethereally 2
-01010111011110 rowdyism 2
-01010111011110 ad-free 2
-01010111011110 Senderistas 2
-01010111011110 many-fold 3
-01010111011110 17-fold 3
-01010111011110 splayed 3
-01010111011110 unmentionables 3
-01010111011110 pix 3
-01010111011110 seven-fold 3
-01010111011110 Bosie 4
-01010111011110 shakily 4
-01010111011110 30-fold 4
-01010111011110 overearn 4
-01010111011110 0.0150 4
-01010111011110 signficantly 5
-01010111011110 1,059 5
-01010111011110 perceptibly 5
-01010111011110 four-fold 5
-01010111011110 concomitantly 6
-01010111011110 twentyfold 6
-01010111011110 unaccountably 6
-01010111011110 secondarily 7
-01010111011110 geopolitically 7
-01010111011110 geometrically 9
-01010111011110 astronomically 9
-01010111011110 incrementally 10
-01010111011110 measurably 13
-01010111011110 irretrievably 13
-01010111011110 meaningfully 18
-01010111011110 weakly 19
-01010111011110 explosively 20
-01010111011110 immeasurably 24
-01010111011110 irregularly 33
-01010111011110 swoop 37
-01010111011110 precipitously 48
-01010111011110 appreciably 51
-01010111011110 noticeably 57
-01010111011110 smartly 63
-01010111011110 fractionally 68
-01010111011110 progressively 80
-01010111011110 steeply 96
-01010111011110 proportionately 114
-01010111011110 materially 191
-01010111011110 radically 196
-01010111011110 markedly 221
-01010111011110 vastly 240
-01010111011110 marginally 272
-01010111011110 drastically 295
-01010111011110 modestly 354
-01010111011110 moderately 443
-01010111011110 broadly 533
-01010111011110 dramatically 571
-01010111011110 steadily 823
-01010111011110 considerably 865
-01010111011110 greatly 967
-01010111011110 somewhat 2178
-01010111011110 substantially 2350
-01010111011110 significantly 2441
-01010111011110 sharply 5059
-01010111011110 slightly 5391
-010101110111110 commandeers 1
-010101110111110 raucus 1
-010101110111110 Hollywood-bright 1
-010101110111110 far. 1
-010101110111110 long. 1
-010101110111110 boxlike 1
-010101110111110 pessimistically 1
-010101110111110 quail-egg 1
-010101110111110 new. 1
-010101110111110 simpleminded 1
-010101110111110 constrictive 1
-010101110111110 alluringly 1
-010101110111110 getters 1
-010101110111110 outlandishness 1
-010101110111110 striped-bass 1
-010101110111110 grandiloquently 1
-010101110111110 youth-athletic 1
-010101110111110 shortwinded 1
-010101110111110 troups 1
-010101110111110 headachy 1
-010101110111110 controlled. 1
-010101110111110 paraplegics 2
-010101110111110 fun. 2
-010101110111110 rushers 2
-010101110111110 throughputs 2
-010101110111110 soused 2
-010101110111110 flumes 2
-010101110111110 well-fixed 2
-010101110111110 doubtfully 2
-010101110111110 prudes 2
-010101110111110 frivolously 2
-010101110111110 dubiously 2
-010101110111110 free. 2
-010101110111110 small-businessmen 2
-010101110111110 Metrotech 2
-010101110111110 Siderbras 2
-010101110111110 TDs 2
-010101110111110 away. 2
-010101110111110 accident-free 2
-010101110111110 sideward 2
-010101110111110 feasibly 2
-010101110111110 Complexity 2
-010101110111110 appealing. 2
-010101110111110 autocratically 3
-010101110111110 cordially 3
-010101110111110 dogmatically 3
-010101110111110 Rhome 3
-010101110111110 companionable 3
-010101110111110 proficiently 3
-010101110111110 hairpin 3
-010101110111110 defenselessness 3
-010101110111110 advantageously 3
-010101110111110 people-intensive 3
-010101110111110 imperiously 3
-010101110111110 cicadas 3
-010101110111110 humanlike 3
-010101110111110 healthily 3
-010101110111110 Frisbees 3
-010101110111110 decapitalized 3
-010101110111110 fruitfully 3
-010101110111110 contemporaneously 3
-010101110111110 dishonorably 4
-010101110111110 sentimentally 4
-010101110111110 much. 4
-010101110111110 inventively 4
-010101110111110 rant 4
-010101110111110 COINS 4
-010101110111110 1,083 4
-010101110111110 shabbily 5
-010101110111110 lustily 5
-010101110111110 vigilantly 5
-010101110111110 soothingly 5
-010101110111110 fluently 6
-010101110111110 hungrily 6
-010101110111110 prodigiously 6
-010101110111110 full-tilt 6
-010101110111110 haltingly 6
-010101110111110 decently 6
-010101110111110 impartially 7
-010101110111110 leniently 7
-010101110111110 tenderly 7
-010101110111110 immemorial 7
-010101110111110 lazily 7
-010101110111110 uncouth 7
-010101110111110 imaginatively 8
-010101110111110 capriciously 8
-010101110111110 timidly 8
-010101110111110 concisely 8
-010101110111110 astutely 8
-010101110111110 seamlessly 9
-010101110111110 competently 9
-010101110111110 attentively 10
-010101110111110 piously 10
-010101110111110 robustly 10
-010101110111110 poignantly 10
-010101110111110 painlessly 11
-010101110111110 nimbly 11
-010101110111110 flexibly 12
-010101110111110 flawlessly 13
-010101110111110 hereafter 14
-010101110111110 editorially 14
-010101110111110 noisily 14
-010101110111110 stringently 14
-010101110111110 madly 15
-010101110111110 effortlessly 16
-010101110111110 productively 16
-010101110111110 awkwardly 18
-010101110111110 credibly 18
-010101110111110 cleanly 20
-010101110111110 equitably 21
-010101110111110 inexpensively 21
-010101110111110 zealously 21
-010101110111110 succinctly 22
-010101110111110 willy-nilly 23
-010101110111110 adroitly 25
-010101110111110 magically 25
-010101110111110 innocently 25
-010101110111110 lawfully 27
-010101110111110 intensively 28
-010101110111110 energetically 28
-010101110111110 sparingly 30
-010101110111110 sluggishly 31
-010101110111110 ably 33
-010101110111110 intelligently 33
-010101110111110 objectively 33
-010101110111110 sensibly 33
-010101110111110 diligently 33
-010101110111110 indiscriminately 35
-010101110111110 eloquently 36
-010101110111110 speedily 36
-010101110111110 expeditiously 45
-010101110111110 reliably 46
-010101110111110 inexorably 47
-010101110111110 prudently 51
-010101110111110 gracefully 52
-010101110111110 gingerly 57
-010101110111110 silently 59
-010101110111110 realistically 63
-010101110111110 violently 71
-010101110111110 conservatively 81
-010101110111110 competitively 92
-010101110111110 gently 100
-010101110111110 selectively 100
-010101110111110 decisively 101
-010101110111110 forcefully 105
-010101110111110 profitably 146
-010101110111110 loudly 164
-010101110111110 nicely 205
-010101110111110 cheaply 207
-010101110111110 smoothly 225
-010101110111110 swiftly 241
-010101110111110 safely 251
-010101110111110 someday 252
-010101110111110 efficiently 301
-010101110111110 accurately 321
-010101110111110 freely 415
-010101110111110 simultaneously 491
-010101110111110 vigorously 664
-010101110111110 gradually 805
-010101110111110 aggressively 995
-010101110111110 slowly 1062
-010101110111110 rapidly 1799
-010101110111110 easily 1816
-010101110111110 fast 2034
-010101110111110 quickly 4384
-010101110111110 soon 6694
-0101011101111110 Comex-driven 1
-0101011101111110 Merc-driven 1
-0101011101111110 snooze-inducing 1
-0101011101111110 radio-produced 1
-0101011101111110 Breathe 1
-0101011101111110 cha 1
-0101011101111110 over-specific 1
-0101011101111110 didactically 1
-0101011101111110 self-enforcing 1
-0101011101111110 accelerating. 1
-0101011101111110 talpengi 1
-0101011101111110 happen. 1
-0101011101111110 gaspingly 1
-0101011101111110 Trekkies 1
-0101011101111110 well-configured 1
-0101011101111110 underoptimism 1
-0101011101111110 unclever 1
-0101011101111110 Misbehavin 1
-0101011101111110 overborrow 1
-0101011101111110 Bolshevik-controlled 1
-0101011101111110 WXPN 1
-0101011101111110 conflict-oriented 1
-0101011101111110 forseen 1
-0101011101111110 waiting. 1
-0101011101111110 publicaly 1
-0101011101111110 Vacillated 1
-0101011101111110 mosquitos 1
-0101011101111110 self-celebratory 1
-0101011101111110 atonement 1
-0101011101111110 Thumbelina 1
-0101011101111110 imaginings 1
-0101011101111110 cocaines 1
-0101011101111110 currenty 1
-0101011101111110 stellarly 1
-0101011101111110 puritannical 1
-0101011101111110 reconcilable 1
-0101011101111110 vetoable 1
-0101011101111110 dismantlers 1
-0101011101111110 fluffier 1
-0101011101111110 English-Danish 1
-0101011101111110 monolingual 1
-0101011101111110 revanchism 1
-0101011101111110 true. 1
-0101011101111110 immmediately 1
-0101011101111110 supersophisticated 1
-0101011101111110 guiltless 1
-0101011101111110 cravat 1
-0101011101111110 super-idealistic. 1
-0101011101111110 know/no 1
-0101011101111110 quality-competitive 1
-0101011101111110 exciting. 1
-0101011101111110 body-watching 1
-0101011101111110 unimportantly 1
-0101011101111110 laxly 2
-0101011101111110 faultlessly 2
-0101011101111110 stupid. 2
-0101011101111110 tamperproof 2
-0101011101111110 jubilantly 2
-0101011101111110 91-4 2
-0101011101111110 rashly 2
-0101011101111110 naturists 2
-0101011101111110 juggernauts 2
-0101011101111110 66-28 2
-0101011101111110 massagers 2
-0101011101111110 governmentally 3
-0101011101111110 Trevelyan 3
-0101011101111110 craning 4
-0101011101111110 opportunistically 4
-0101011101111110 ALWAYS 4
-0101011101111110 Afford 5
-0101011101111110 thusly 6
-0101011101111110 typography 6
-0101011101111110 earth-shattering 6
-0101011101111110 conclusively 43
-0101011101111110 coincidentally 47
-0101011101111110 yet 7726
-0101011101111110 necessarily 1125
-0101011101111111 shipt 1
-0101011101111111 Nazareth/Century 1
-0101011101111111 156-92 1
-0101011101111111 125-50 1
-0101011101111111 Stayfree 1
-0101011101111111 21-13 1
-0101011101111111 20-0 1
-0101011101111111 anyways 1
-0101011101111111 discernibly 1
-0101011101111111 eunuchs 1
-0101011101111111 77-13 1
-0101011101111111 cosier 1
-0101011101111111 247-130 1
-0101011101111111 45-45 1
-0101011101111111 highly-susceptible 1
-0101011101111111 atmospherically 1
-0101011101111111 re-detain 1
-0101011101111111 9,034-to-4,498 1
-0101011101111111 proud. 1
-0101011101111111 phan 1
-0101011101111111 actuarially 1
-0101011101111111 301-122 1
-0101011101111111 fifty-one 1
-0101011101111111 youth-death 1
-0101011101111111 Undertaking 1
-0101011101111111 64,500,000 1
-0101011101111111 fleabag 1
-0101011101111111 scruffier 1
-0101011101111111 717-92 1
-0101011101111111 wimpishly 1
-0101011101111111 Sealand 1
-0101011101111111 --Lord 1
-0101011101111111 Shergar 1
-0101011101111111 meneer 1
-0101011101111111 sugar-substitutes 1
-0101011101111111 unlatched 1
-0101011101111111 46-15 1
-0101011101111111 perfunctorily 1
-0101011101111111 29-20 1
-0101011101111111 38-19 1
-0101011101111111 253-167 1
-0101011101111111 sleep-related 1
-0101011101111111 interal 1
-0101011101111111 9,122-to-3,535 1
-0101011101111111 foreign-affairs-only 1
-0101011101111111 1,594 1
-0101011101111111 amytrophic 1
-0101011101111111 palmitate 1
-0101011101111111 prayerfully 1
-0101011101111111 incautious 1
-0101011101111111 fast. 1
-0101011101111111 acquisition-proof 1
-0101011101111111 Brussels-London-Hong 1
-0101011101111111 shoulder-to-shoulder 1
-0101011101111111 detonologists 1
-0101011101111111 escargots 2
-0101011101111111 130-124 2
-0101011101111111 18-13 2
-0101011101111111 prison-like 2
-0101011101111111 laterally 2
-0101011101111111 8-pound 2
-0101011101111111 manyfold 2
-0101011101111111 97-0 2
-0101011101111111 88-9 2
-0101011101111111 game-winners 2
-0101011101111111 90-4 2
-0101011101111111 unhitched 2
-0101011101111111 ravished 2
-0101011101111111 11-4 2
-0101011101111111 baas 2
-0101011101111111 28-14 2
-0101011101111111 29-19 2
-0101011101111111 11-0 2
-0101011101111111 16-14 2
-0101011101111111 346-11 2
-0101011101111111 286-136 2
-0101011101111111 five-to-one 2
-0101011101111111 33-8 2
-0101011101111111 unenthusiastically 2
-0101011101111111 51-39 2
-0101011101111111 ad-libs 2
-0101011101111111 51-33 2
-0101011101111111 icily 2
-0101011101111111 nothing. 2
-0101011101111111 mandatorily 2
-0101011101111111 downlink 2
-0101011101111111 49-44 2
-0101011101111111 tepidly 2
-0101011101111111 illegible 3
-0101011101111111 sensationally 3
-0101011101111111 satirically 3
-0101011101111111 401-26 3
-0101011101111111 equidistant 3
-0101011101111111 51-48 3
-0101011101111111 gainfully 3
-0101011101111111 unsucessfully 3
-0101011101111111 incompetently 3
-0101011101111111 87-4 3
-0101011101111111 thereon 3
-0101011101111111 52-48 3
-0101011101111111 immutably 4
-0101011101111111 59-31 4
-0101011101111111 unquestioningly 4
-0101011101111111 fearfully 4
-0101011101111111 pilfered 4
-0101011101111111 craftily 5
-0101011101111111 tangentially 5
-0101011101111111 retrospectively 5
-0101011101111111 adieu 6
-0101011101111111 provocatively 6
-0101011101111111 homeward 6
-0101011101111111 94-0 6
-0101011101111111 affirmatively 6
-0101011101111111 ecstatically 7
-0101011101111111 confidentially 8
-0101011101111111 evenhandedly 8
-0101011101111111 digitally 8
-0101011101111111 impulsively 8
-0101011101111111 concretely 9
-0101011101111111 wittingly 9
-0101011101111111 substantively 9
-0101011101111111 diagonally 10
-0101011101111111 bullishly 10
-0101011101111111 viscerally 10
-0101011101111111 lusting 10
-0101011101111111 bearishly 11
-0101011101111111 clandestinely 12
-0101011101111111 autonomously 12
-0101011101111111 bygones 12
-0101011101111111 unambiguously 13
-0101011101111111 bilaterally 13
-0101011101111111 singly 15
-0101011101111111 inefficiently 17
-0101011101111111 forthrightly 18
-0101011101111111 unimpeded 18
-0101011101111111 administratively 21
-0101011101111111 unconditionally 21
-0101011101111111 constructively 21
-0101011101111111 sympathetically 25
-0101011101111111 instantaneously 27
-0101011101111111 involuntarily 27
-0101011101111111 optimistically 29
-0101011101111111 5-0 30
-0101011101111111 liberally 32
-0101011101111111 intently 35
-0101011101111111 validly 37
-0101011101111111 unfavorably 37
-0101011101111111 feverishly 39
-0101011101111111 orally 41
-0101011101111111 infrequently 44
-0101011101111111 manually 47
-0101011101111111 skeptically 52
-0101011101111111 mightily 59
-0101011101111111 calmly 66
-0101011101111111 coolly 73
-0101011101111111 remotely 74
-0101011101111111 nervously 88
-0101011101111111 retroactively 98
-0101011101111111 negatively 104
-0101011101111111 squarely 134
-0101011101111111 handsomely 145
-0101011101111111 instantly 147
-0101011101111111 adversely 155
-0101011101111111 electronically 192
-0101011101111111 positively 199
-0101011101111111 independently 326
-0101011101111111 indirectly 398
-0101011101111111 favorably 403
-0101011101111111 exclusively 435
-0101011101111111 adequately 443
-0101011101111111 separately 721
-0101011101111111 properly 828
-0101011101111111 specifically 979
-0101011101111111 entirely 1324
-0101011101111111 shortly 1365
-0101011101111111 immediately 3227
-0101011101111111 directly 3684
-0101011110000 graduate-student 1
-0101011110000 semidepressed 1
-0101011110000 projectingmoney 1
-0101011110000 Pan-Africanism 1
-0101011110000 synthetism 1
-0101011110000 custom-sewn 1
-0101011110000 re-learned 1
-0101011110000 doing. 1
-0101011110000 heavy-handed-suggesting 1
-0101011110000 unrepairable 1
-0101011110000 nonviolently 1
-0101011110000 ultra-spiffed 1
-0101011110000 necessarly 1
-0101011110000 obfuscated 1
-0101011110000 among-the-most-dependable-of-catalog-se 1
-0101011110000 self-administering 1
-0101011110000 swinish 1
-0101011110000 mortgage-financed 1
-0101011110000 here/All 1
-0101011110000 frustated 1
-0101011110000 Othello. 1
-0101011110000 protracted. 1
-0101011110000 rocket-science 1
-0101011110000 equity-led 1
-0101011110000 dependants 1
-0101011110000 asking. 1
-0101011110000 Exec-U-Punch 1
-0101011110000 Cabots 1
-0101011110000 atwitter 1
-0101011110000 popup 1
-0101011110000 someBODY 1
-0101011110000 SOMEbody 1
-0101011110000 tightrope-tense 1
-0101011110000 perfuses 1
-0101011110000 commmitments 1
-0101011110000 overdiversify 1
-0101011110000 evalauate 1
-0101011110000 townsite 1
-0101011110000 uneqivocal 1
-0101011110000 refillable 1
-0101011110000 petrified. 1
-0101011110000 praise-worthy 1
-0101011110000 untraced 1
-0101011110000 immortalizing 1
-0101011110000 Mings 1
-0101011110000 egg-processing 1
-0101011110000 Equron 1
-0101011110000 unlucrative 1
-0101011110000 spinouts 1
-0101011110000 unzipping 1
-0101011110000 stinkers 2
-0101011110000 superexpensive 2
-0101011110000 unrefuted 2
-0101011110000 undisputable 2
-0101011110000 guesstimating 2
-0101011110000 coopted 2
-0101011110000 half-complete 2
-0101011110000 long-past 2
-0101011110000 day-trading 3
-0101011110000 touch-and-go 3
-0101011110000 discomforting 3
-0101011110000 Madge 3
-0101011110000 lowkey 4
-0101011110000 mincing 5
-0101011110000 purloined 5
-0101011110000 materializing 7
-0101011110000 printable 7
-0101011110000 overproducing 8
-0101011110000 debatable 61
-0101011110000 inconceivable 77
-0101011110000 kidding 84
-0101011110000 conceivable 111
-0101011110000 doubtful 289
-0101011110000 wondering 338
-0101011110000 unclear 758
-0101011110000 surprising 986
-0101011110000 convinced 1408
-0101011110000 clear 6451
-0101011110000 sure 3902
-0101011110001 disembarrassed 1
-0101011110001 well-learned 1
-0101011110001 well-postured 1
-0101011110001 maldistributed 1
-0101011110001 buho 1
-0101011110001 super-confident 1
-0101011110001 overblowing 1
-0101011110001 molecular- 1
-0101011110001 unplagued 1
-0101011110001 yuk-yuks 1
-0101011110001 eruptive 1
-0101011110001 barer 1
-0101011110001 Sortileges 1
-0101011110001 swishing 1
-0101011110001 evenements 1
-0101011110001 Gourmandes 1
-0101011110001 WHJJ-AM 1
-0101011110001 26962 1
-0101011110001 methodic 1
-0101011110001 tenderer 1
-0101011110001 munchies 1
-0101011110001 -vegetation 1
-0101011110001 nam 1
-0101011110001 non-Singaporeans 1
-0101011110001 hissy 1
-0101011110001 made-over 1
-0101011110001 nice. 1
-0101011110001 competititive 1
-0101011110001 squealings 1
-0101011110001 relook 1
-0101011110001 gashed 1
-0101011110001 womanish 1
-0101011110001 bayensis 1
-0101011110001 sedumesque 1
-0101011110001 leap-frogging 1
-0101011110001 broadminded 1
-0101011110001 800-835-7667 1
-0101011110001 misapprehensions 1
-0101011110001 pursued. 1
-0101011110001 seculorum 1
-0101011110001 concered 1
-0101011110001 inboards 1
-0101011110001 hair-cutted 1
-0101011110001 clomping 1
-0101011110001 isolated. 1
-0101011110001 extra-so 1
-0101011110001 quicksandy 1
-0101011110001 tacts-exempt 1
-0101011110001 persnickety 1
-0101011110001 snoozers 1
-0101011110001 sceptical 1
-0101011110001 overlicensed 1
-0101011110001 mei 1
-0101011110001 incurious 1
-0101011110001 heading. 1
-0101011110001 imposters 1
-0101011110001 hungry. 1
-0101011110001 frumpy-looking 1
-0101011110001 dim-wits 1
-0101011110001 upticking 1
-0101011110001 27997 1
-0101011110001 piu 1
-0101011110001 underinvestigated 1
-0101011110001 excessive. 1
-0101011110001 uncceptable 1
-0101011110001 PC-itis. 1
-0101011110001 neck-to-neck 1
-0101011110001 aspirated 1
-0101011110001 well-contained 1
-0101011110001 shaving-product 1
-0101011110001 anchorless 1
-0101011110001 counterpunchers 1
-0101011110001 scrubbable 1
-0101011110001 wife-beaters 1
-0101011110001 six-feet-seven 1
-0101011110001 Bubbas 1
-0101011110001 enthusiatic 1
-0101011110001 well-rendered 1
-0101011110001 field-operating 1
-0101011110001 uspet 1
-0101011110001 barracked 1
-0101011110001 mad. 1
-0101011110001 A-300-310s 1
-0101011110001 pro-people 1
-0101011110001 expensive. 1
-0101011110001 crypto-fascists 1
-0101011110001 overinsistent 1
-0101011110001 user-inviting 1
-0101011110001 correct. 1
-0101011110001 well-protected 1
-0101011110001 sneaky. 1
-0101011110001 minimal. 1
-0101011110001 goners 1
-0101011110001 goal-focused 1
-0101011110001 zigging 1
-0101011110001 middle-class. 1
-0101011110001 convincible 1
-0101011110001 combat-trained 1
-0101011110001 wedge-designed 1
-0101011110001 Disneyland-cute 1
-0101011110001 told. 1
-0101011110001 prosecuted. 1
-0101011110001 threatened. 1
-0101011110001 wanning 1
-0101011110001 inbetweeners 1
-0101011110001 tepidity 1
-0101011110001 well-rotted 1
-0101011110001 transferable. 1
-0101011110001 estatic 1
-0101011110001 Manhattan-long 1
-0101011110001 science-oriented 1
-0101011110001 escapists 1
-0101011110001 flight-worthy 1
-0101011110001 private. 1
-0101011110001 a-wishing 1
-0101011110001 bumm 1
-0101011110001 well-cushioned 2
-0101011110001 hand-in-glove 2
-0101011110001 overcollateralized 2
-0101011110001 haw 2
-0101011110001 optmistic 2
-0101011110001 defiles 2
-0101011110001 commission-free 2
-0101011110001 nonhumanitarian 2
-0101011110001 sniffy 2
-0101011110001 anti-political 2
-0101011110001 Cassetten 2
-0101011110001 batty 2
-0101011110001 unexcited 2
-0101011110001 outmatched 2
-0101011110001 oversensitive 2
-0101011110001 closemouthed 2
-0101011110001 not. 2
-0101011110001 monetary-related 2
-0101011110001 backpeddling 2
-0101011110001 explicable 2
-0101011110001 thinking. 2
-0101011110001 overladen 2
-0101011110001 demucked 2
-0101011110001 hot-dogging 2
-0101011110001 clairvoyance 2
-0101011110001 ultrasensitive 2
-0101011110001 underowned 2
-0101011110001 unusual-looking 2
-0101011110001 mind-bending 2
-0101011110001 presentable 2
-0101011110001 teeny 2
-0101011110001 communing 2
-0101011110001 KOA-AM 2
-0101011110001 gossiped 2
-0101011110001 Neapolitans 2
-0101011110001 stammer 2
-0101011110001 prettified 2
-0101011110001 telecopier 2
-0101011110001 doublecrossed 2
-0101011110001 clearheaded 2
-0101011110001 nachus 2
-0101011110001 depression-proof 2
-0101011110001 undertaxed 2
-0101011110001 aah 2
-0101011110001 closed. 2
-0101011110001 un-Filipino 2
-0101011110001 paler 2
-0101011110001 atingle 2
-0101011110001 disquieted 2
-0101011110001 abominably 2
-0101011110001 desensitizes 2
-0101011110001 dolts 2
-0101011110001 hot-tempered 2
-0101011110001 paranoic 2
-0101011110001 over-earning 2
-0101011110001 star-struck 2
-0101011110001 tippling 3
-0101011110001 well-supplied 3
-0101011110001 half-right 3
-0101011110001 undressed 3
-0101011110001 fatalistic 3
-0101011110001 oui 3
-0101011110001 guffawing 3
-0101011110001 unembarrassed 3
-0101011110001 anti-climactic 3
-0101011110001 pussycats 3
-0101011110001 reviewable 3
-0101011110001 honeycombed 3
-0101011110001 reverse-engineered 3
-0101011110001 over-reserved 3
-0101011110001 hunchbacked 3
-0101011110001 besotted 3
-0101011110001 misfiring 3
-0101011110001 abjured 3
-0101011110001 overanxious 3
-0101011110001 two-fold 3
-0101011110001 wrong-headed 3
-0101011110001 delicensed 3
-0101011110001 uninvestigated 3
-0101011110001 pokey 3
-0101011110001 wrong. 3
-0101011110001 out-negotiated 3
-0101011110001 Superwoman 3
-0101011110001 dearer 3
-0101011110001 knowable 3
-0101011110001 reverentially 3
-0101011110001 bruited 3
-0101011110001 choosier 4
-0101011110001 good. 4
-0101011110001 warier 4
-0101011110001 auditioning 4
-0101011110001 overbroad 4
-0101011110001 overmanned 4
-0101011110001 unpersuaded 4
-0101011110001 committal 4
-0101011110001 warping 4
-0101011110001 stupefied 4
-0101011110001 grandkids 4
-0101011110001 self-explanatory 4
-0101011110001 quick-tempered 4
-0101011110001 toppish 4
-0101011110001 satisified 4
-0101011110001 galled 4
-0101011110001 noncommital 4
-0101011110001 satiated 4
-0101011110001 soapy 4
-0101011110001 eleemosynary 4
-0101011110001 self-destructing 4
-0101011110001 underleveraged 4
-0101011110001 twinned 4
-0101011110001 overoptimistic 4
-0101011110001 foreordained 4
-0101011110001 closed-mouthed 4
-0101011110001 reproducible 5
-0101011110001 obsequious 5
-0101011110001 unemotional 5
-0101011110001 depopulated 5
-0101011110001 consecrated 5
-0101011110001 pallbearers 5
-0101011110001 true-blue 5
-0101011110001 G.M. 5
-0101011110001 bellyaching 5
-0101011110001 ill-educated 5
-0101011110001 out-of-touch 5
-0101011110001 unbowed 5
-0101011110001 enraptured 5
-0101011110001 inquisitive 5
-0101011110001 bleating 5
-0101011110001 confirmable 5
-0101011110001 under-performing 5
-0101011110001 undimmed 5
-0101011110001 co-hosts 5
-0101011110001 debunked 5
-0101011110001 underwhelmed 5
-0101011110001 thunderstruck 5
-0101011110001 betrothed 5
-0101011110001 unsinkable 5
-0101011110001 close-mouthed 6
-0101011110001 bedridden 6
-0101011110001 grumblings 6
-0101011110001 well-served 6
-0101011110001 solvable 6
-0101011110001 preordained 6
-0101011110001 unworried 6
-0101011110001 congeniality 6
-0101011110001 underwithheld 6
-0101011110001 overleveraged 6
-0101011110001 smirks 6
-0101011110001 babbling 6
-0101011110001 undermanaged 6
-0101011110001 handholding 6
-0101011110001 over-priced 6
-0101011110001 weak-kneed 6
-0101011110001 feistier 6
-0101011110001 moping 6
-0101011110001 discombobulated 6
-0101011110001 unwinnable 6
-0101011110001 absent-minded 7
-0101011110001 slobs 7
-0101011110001 murmuring 7
-0101011110001 window-shopping 7
-0101011110001 delirious 7
-0101011110001 abhorred 7
-0101011110001 pickier 7
-0101011110001 praiseworthy 7
-0101011110001 hyper 7
-0101011110001 snobby 7
-0101011110001 fidgeting 7
-0101011110001 entranced 7
-0101011110001 salivating 7
-0101011110001 heartbroken 7
-0101011110001 cuckoo 7
-0101011110001 snooty 7
-0101011110001 gossiping 8
-0101011110001 affronted 8
-0101011110001 floored 8
-0101011110001 chattering 8
-0101011110001 snorting 8
-0101011110001 quaking 8
-0101011110001 legible 8
-0101011110001 fishy 9
-0101011110001 faint-hearted 9
-0101011110001 contrite 9
-0101011110001 pockmarked 9
-0101011110001 ill-informed 9
-0101011110001 reminiscing 9
-0101011110001 unapologetic 9
-0101011110001 rhapsodic 9
-0101011110001 nonchalant 9
-0101011110001 despondent 10
-0101011110001 egotistical 10
-0101011110001 off-base 10
-0101011110001 axiomatic 10
-0101011110001 untroubled 10
-0101011110001 askew 10
-0101011110001 drooling 10
-0101011110001 debilitated 10
-0101011110001 unemployable 10
-0101011110001 crowing 10
-0101011110001 loathsome 11
-0101011110001 garbled 11
-0101011110001 cagey 11
-0101011110001 fastidious 11
-0101011110001 vexed 11
-0101011110001 underpowered 11
-0101011110001 squawking 12
-0101011110001 wronged 12
-0101011110001 mortified 12
-0101011110001 nitpicking 12
-0101011110001 tickled 13
-0101011110001 sheepish 13
-0101011110001 itchy 13
-0101011110001 radicalized 13
-0101011110001 illustrative 13
-0101011110001 curable 13
-0101011110001 choosy 13
-0101011110001 amputated 13
-0101011110001 over-optimistic 13
-0101011110001 undiminished 14
-0101011110001 blase 14
-0101011110001 inexcusable 14
-0101011110001 disoriented 14
-0101011110001 overtaxed 14
-0101011110001 unruffled 15
-0101011110001 oversupplied 15
-0101011110001 unsatisfied 15
-0101011110001 overqualified 15
-0101011110001 hoot 15
-0101011110001 shellshocked 16
-0101011110001 smitten 16
-0101011110001 overjoyed 16
-0101011110001 antsy 17
-0101011110001 blameless 17
-0101011110001 fatigued 17
-0101011110001 thirsty 18
-0101011110001 petrified 18
-0101011110001 enthused 18
-0101011110001 stalemated 18
-0101011110001 fussy 18
-0101011110001 gloating 18
-0101011110001 evaporating 18
-0101011110001 jumpy 18
-0101011110001 bluffing 19
-0101011110001 assimilated 19
-0101011110001 perturbed 19
-0101011110001 peeved 19
-0101011110001 chagrined 19
-0101011110001 intoxicated 19
-0101011110001 livid 19
-0101011110001 flustered 19
-0101011110001 unperturbed 19
-0101011110001 enchanted 20
-0101011110001 gung-ho 20
-0101011110001 overstaffed 20
-0101011110001 apathetic 21
-0101011110001 bashful 21
-0101011110001 bandied 21
-0101011110001 dumbfounded 21
-0101011110001 carping 21
-0101011110001 equivocal 21
-0101011110001 despairing 22
-0101011110001 coy 22
-0101011110001 shackled 22
-0101011110001 griping 23
-0101011110001 squeamish 23
-0101011110001 arguable 23
-0101011110001 quarreling 24
-0101011110001 self-evident 24
-0101011110001 awed 24
-0101011110001 seething 24
-0101011110001 misinformed 24
-0101011110001 enthralled 25
-0101011110001 numb 25
-0101011110001 mystified 25
-0101011110001 befuddled 25
-0101011110001 uninformed 26
-0101011110001 picky 26
-0101011110001 shell-shocked 26
-0101011110001 queasy 26
-0101011110001 panicking 27
-0101011110001 amiss 27
-0101011110001 indignant 27
-0101011110001 twofold 28
-0101011110001 despised 28
-0101011110001 glum 28
-0101011110001 circumspect 28
-0101011110001 gun-shy 28
-0101011110001 agitated 30
-0101011110001 attainable 30
-0101011110001 jubilant 30
-0101011110001 flattered 30
-0101011110001 tight-lipped 30
-0101011110001 passe 30
-0101011110001 atypical 31
-0101011110001 emphatic 31
-0101011110001 incredulous 32
-0101011110001 apologetic 32
-0101011110001 unenthusiastic 32
-0101011110001 unconcerned 33
-0101011110001 fuming 34
-0101011110001 disingenuous 34
-0101011110001 stingy 35
-0101011110001 joking 35
-0101011110001 jaded 35
-0101011110001 saddened 36
-0101011110001 bragging 37
-0101011110001 flabbergasted 38
-0101011110001 undaunted 38
-0101011110001 intertwined 39
-0101011110001 displeased 39
-0101011110001 elated 39
-0101011110001 astounded 42
-0101011110001 miffed 43
-0101011110001 reticent 45
-0101011110001 buzzing 45
-0101011110001 inquiring 46
-0101011110001 unconvinced 46
-0101011110001 blurred 47
-0101011110001 overloaded 48
-0101011110001 exasperated 48
-0101011110001 complacent 51
-0101011110001 incensed 51
-0101011110001 ecstatic 53
-0101011110001 disgusted 53
-0101011110001 insecure 54
-0101011110001 oppressed 54
-0101011110001 edgy 54
-0101011110001 regrettable 54
-0101011110001 overburdened 54
-0101011110001 unimpressed 54
-0101011110001 paranoid 55
-0101011110001 agonizing 56
-0101011110001 coincidental 57
-0101011110001 bewildered 58
-0101011110001 far-fetched 58
-0101011110001 perplexed 59
-0101011110001 hypocritical 62
-0101011110001 fascinated 62
-0101011110001 horrified 64
-0101011110001 proliferating 64
-0101011110001 terrified 66
-0101011110001 fretting 69
-0101011110001 gratified 74
-0101011110001 disillusioned 76
-0101011110001 irate 78
-0101011110001 adamant 82
-0101011110001 apprehensive 82
-0101011110001 annoyed 82
-0101011110001 okay 85
-0101011110001 ambivalent 86
-0101011110001 intrigued 86
-0101011110001 amused 97
-0101011110001 overdone 99
-0101011110001 unsure 101
-0101011110001 imperative 110
-0101011110001 unthinkable 112
-0101011110001 appalled 114
-0101011110001 grateful 114
-0101011110001 thrilled 115
-0101011110001 amazed 127
-0101011110001 arrogant 130
-0101011110001 sanguine 133
-0101011110001 bored 135
-0101011110001 jittery 140
-0101011110001 saturated 141
-0101011110001 dismayed 141
-0101011110001 skittish 145
-0101011110001 nuts 157
-0101011110001 undecided 158
-0101011110001 fortunate 162
-0101011110001 knowledgeable 167
-0101011110001 frightened 168
-0101011110001 impatient 172
-0101011110001 muted 174
-0101011110001 alarmed 175
-0101011110001 furious 177
-0101011110001 puzzled 185
-0101011110001 speculating 187
-0101011110001 disturbed 202
-0101011110001 outraged 214
-0101011110001 mad 217
-0101011110001 uneasy 231
-0101011110001 embarrassed 240
-0101011110001 hungry 252
-0101011110001 delighted 262
-0101011110001 sorry 265
-0101011110001 OK 272
-0101011110001 excited 273
-0101011110001 uncomfortable 283
-0101011110001 worrying 302
-0101011110001 pessimistic 304
-0101011110001 lucky 338
-0101011110001 hopeful 343
-0101011110001 exaggerated 362
-0101011110001 complaining 379
-0101011110001 enthusiastic 395
-0101011110001 crazy 465
-0101011110001 unhappy 501
-0101011110001 confused 501
-0101011110001 frustrated 535
-0101011110001 impressed 547
-0101011110001 angry 680
-0101011110001 satisfied 711
-0101011110001 upset 743
-0101011110001 inevitable 749
-0101011110001 skeptical 904
-0101011110001 nervous 960
-0101011110001 uncertain 991
-0101011110001 comfortable 1017
-0101011110001 disappointed 1097
-0101011110001 pleased 1107
-0101011110001 happy 1385
-0101011110001 confident 1393
-0101011110001 optimistic 1551
-0101011110001 thinking 1649
-0101011110001 worried 1906
-0101011110001 talking 2407
-0101011110001 wrong 2636
-0101011110001 concerned 3253
-0101011110001 true 2689
-01010111100100 two-on-two 1
-01010111100100 bell-ringing 1
-01010111100100 miserables 1
-01010111100100 5,500-member 1
-01010111100100 321,000-employee 1
-01010111100100 5,500-person 1
-01010111100100 uneventfulness 1
-01010111100100 178th 1
-01010111100100 dificult 1
-01010111100100 1,800-person 1
-01010111100100 gay-related 1
-01010111100100 multidirectionally 1
-01010111100100 1,300-member 1
-01010111100100 typographically 1
-01010111100100 un-Method 1
-01010111100100 unfitted 1
-01010111100100 look-out-below 1
-01010111100100 observational 1
-01010111100100 hyperreactive 1
-01010111100100 9,600-member 1
-01010111100100 finger-biting 1
-01010111100100 action-picture 1
-01010111100100 unsoliciated 1
-01010111100100 Uncapping 1
-01010111100100 Yankee-go-home 1
-01010111100100 technology-conscious 1
-01010111100100 shoddier 1
-01010111100100 deterence 2
-01010111100100 spiritedly 2
-01010111100100 ultraright 2
-01010111100100 toppy 2
-01010111100100 harmful. 2
-01010111100100 uncreative 2
-01010111100100 crosscutting 2
-01010111100100 overreported 2
-01010111100100 double-dipping 2
-01010111100100 unutterable 2
-01010111100100 ill-received 2
-01010111100100 complaisant 2
-01010111100100 decomposed 2
-01010111100100 smutty 2
-01010111100100 pro-Taiwan 2
-01010111100100 hyperspace 2
-01010111100100 less-widespread 2
-01010111100100 preternatural 2
-01010111100100 ninnies 2
-01010111100100 375-member 2
-01010111100100 stooping 2
-01010111100100 well-structured 2
-01010111100100 Inhumanoids 3
-01010111100100 persevering 3
-01010111100100 levelheaded 3
-01010111100100 watchable 3
-01010111100100 dumbstruck 3
-01010111100100 seemly 3
-01010111100100 hankered 3
-01010111100100 ungentlemanly 4
-01010111100100 criminalized 4
-01010111100100 full-throttle 5
-01010111100100 inconsiderate 5
-01010111100100 uncharismatic 5
-01010111100100 costless 5
-01010111100100 bagman 6
-01010111100100 catchup 6
-01010111100100 gauche 6
-01010111100100 impolitic 7
-01010111100100 wan 8
-01010111100100 deferential 9
-01010111100100 hypersensitive 9
-01010111100100 sidestream 10
-01010111100100 unreceptive 11
-01010111100100 injurious 12
-01010111100100 immobile 12
-01010111100100 impolite 14
-01010111100100 presumptuous 14
-01010111100100 galling 15
-01010111100100 well-prepared 15
-01010111100100 disadvantageous 16
-01010111100100 unreachable 16
-01010111100100 propitious 22
-01010111100100 newsworthy 24
-01010111100100 invulnerable 32
-01010111100100 gratifying 32
-01010111100100 advisable 33
-01010111100100 demeaning 47
-01010111100100 allergic 51
-01010111100100 unfit 58
-01010111100100 wiser 59
-01010111100100 powerless 68
-01010111100100 insensitive 71
-01010111100100 detrimental 79
-01010111100100 impractical 95
-01010111100100 tempting 117
-01010111100100 advantageous 125
-01010111100100 foolish 161
-01010111100100 receptive 172
-01010111100100 worthwhile 178
-01010111100100 responsive 179
-01010111100100 tricky 233
-01010111100100 keen 242
-01010111100100 suitable 263
-01010111100100 wise 282
-01010111100100 helpful 352
-01010111100100 sympathetic 357
-01010111100100 careful 680
-01010111100100 harder 1143
-01010111100100 impossible 1367
-01010111100100 easier 1871
-01010111100100 easy 2320
-01010111100100 tough 2772
-01010111100100 hard 5631
-01010111100100 difficult 5265
-01010111100101 enforcement-assistance 1
-01010111100101 money-supply-minded 1
-01010111100101 un-Raveled 1
-01010111100101 Trumpisms 1
-01010111100101 polymorphous 1
-01010111100101 synapses 1
-01010111100101 deal-boggling 1
-01010111100101 anon 1
-01010111100101 operating-expense 1
-01010111100101 unfelicitous 1
-01010111100101 detail. 1
-01010111100101 eleven-and-a-half-billion-dollar 1
-01010111100101 un-Sumitomo 1
-01010111100101 affluental 1
-01010111100101 free-spoken 1
-01010111100101 pro-owner 1
-01010111100101 condonable 1
-01010111100101 aggresively 1
-01010111100101 reporter/prosecutors 1
-01010111100101 ATR-42s 1
-01010111100101 manufacturing-and-engineering-driven 1
-01010111100101 rashness 1
-01010111100101 customer-responsive 1
-01010111100101 hateable 1
-01010111100101 pro-Raider 1
-01010111100101 sell-outs 1
-01010111100101 campus-wide 1
-01010111100101 ominious 1
-01010111100101 inadvertant 1
-01010111100101 information-packed 1
-01010111100101 leg-room 1
-01010111100101 problem-ridden 1
-01010111100101 young-looking 1
-01010111100101 un-Republican 1
-01010111100101 crash-resistant 1
-01010111100101 chocolatey 1
-01010111100101 megatransactions 1
-01010111100101 walleyes 1
-01010111100101 private-sector-oriented 1
-01010111100101 eight-million-square 1
-01010111100101 gas-oriented 1
-01010111100101 non-Tibetans 1
-01010111100101 democratic-looking 1
-01010111100101 Penthouselike 1
-01010111100101 barbarically 1
-01010111100101 conceptualized 1
-01010111100101 streety 1
-01010111100101 media-damning 1
-01010111100101 credit-responsive 1
-01010111100101 technical-sounding 1
-01010111100101 good-spirited 1
-01010111100101 mouthwatering 1
-01010111100101 Nobels 1
-01010111100101 risk-laden 1
-01010111100101 car-crash 1
-01010111100101 damage-resistant 1
-01010111100101 dirty-beige 1
-01010111100101 sales-oriented 1
-01010111100101 intregal 1
-01010111100101 papist 1
-01010111100101 listenings 1
-01010111100101 income-assistance 1
-01010111100101 investment-driven 1
-01010111100101 asset- 1
-01010111100101 photogenically 1
-01010111100101 followerfish 1
-01010111100101 unsharklike 1
-01010111100101 never-published 1
-01010111100101 Egyptologists 1
-01010111100101 Arkansas-made 1
-01010111100101 punctual-courteous 1
-01010111100101 user-ports 1
-01010111100101 conflated 1
-01010111100101 antiCommunists 1
-01010111100101 unreasoning 1
-01010111100101 ratifiable 1
-01010111100101 Basildon 1
-01010111100101 Lotts 1
-01010111100101 sale-priced 1
-01010111100101 asexual 1
-01010111100101 hall-of-famers 1
-01010111100101 fee-sensitive 1
-01010111100101 maintainable 1
-01010111100101 suppressive 1
-01010111100101 eyecatching 1
-01010111100101 middle-oriented 1
-01010111100101 introspected 1
-01010111100101 gender-determined 1
-01010111100101 unorganizable 1
-01010111100101 sober-headed 1
-01010111100101 understaff 1
-01010111100101 Darwinistic 1
-01010111100101 Willies 1
-01010111100101 damagingly 1
-01010111100101 bottom-line-driven 1
-01010111100101 offensive-weapons 1
-01010111100101 cross-culturally 1
-01010111100101 newsy 1
-01010111100101 disunified 1
-01010111100101 who-what-when-where-and-why 1
-01010111100101 explicably 1
-01010111100101 realistic-looking 1
-01010111100101 donate-aholics 1
-01010111100101 important. 1
-01010111100101 batmoves 1
-01010111100101 Lebanons 1
-01010111100101 agency-dealing 1
-01010111100101 markets-driven 1
-01010111100101 extra-Idaho 1
-01010111100101 influenced. 1
-01010111100101 celebrity-related 1
-01010111100101 cytopathic 1
-01010111100101 household-oriented 1
-01010111100101 capitalintensive 1
-01010111100101 underanalyzed 1
-01010111100101 glasnosted 1
-01010111100101 alertly 1
-01010111100101 dollar-hungry 1
-01010111100101 import-prone 1
-01010111100101 frequent. 1
-01010111100101 jock-oriented 1
-01010111100101 anti-Honecker 1
-01010111100101 thiamine 1
-01010111100101 weighty-sounding 1
-01010111100101 ex-smokers 1
-01010111100101 competitive. 1
-01010111100101 Soviet-Bolshevik-Marxist 1
-01010111100101 combat-engineer 1
-01010111100101 autonomy-minded 1
-01010111100101 coattailing 1
-01010111100101 nice-to-know 1
-01010111100101 ex-hippie 1
-01010111100101 highrollers 1
-01010111100101 pleasure-oriented 1
-01010111100101 non-defense-related 1
-01010111100101 3Bs 1
-01010111100101 worksites 1
-01010111100101 pro-adjustment 1
-01010111100101 winnable. 1
-01010111100101 teachable 1
-01010111100101 self-controlled 1
-01010111100101 overscheduled 1
-01010111100101 rumbas 1
-01010111100101 efficient. 1
-01010111100101 all-round 1
-01010111100101 gas-focused 1
-01010111100101 Lebanese-like 1
-01010111100101 all-but-invisible 1
-01010111100101 stocks. 1
-01010111100101 effortful 1
-01010111100101 wealthly 1
-01010111100101 impulse-related 1
-01010111100101 userfriendly 1
-01010111100101 importantthing 1
-01010111100101 unadmirable 1
-01010111100101 document-swapping 1
-01010111100101 Aframe 1
-01010111100101 SU-25s 1
-01010111100101 already-adopted 1
-01010111100101 output-oriented 1
-01010111100101 unhistoric 1
-01010111100101 Refcorps 1
-01010111100101 recession-averse 1
-01010111100101 anxiety-provoking 1
-01010111100101 proof-of-concept 1
-01010111100101 Christmasy 2
-01010111100101 countrified 2
-01010111100101 crassly 2
-01010111100101 flexible-fuel 2
-01010111100101 assignable 2
-01010111100101 ultra-nationalist 2
-01010111100101 boodle 2
-01010111100101 unprogressive 2
-01010111100101 unheroic 2
-01010111100101 funds. 2
-01010111100101 debt-related 2
-01010111100101 unintelligent 2
-01010111100101 unflinchingly 2
-01010111100101 likely. 2
-01010111100101 in-bred 2
-01010111100101 pasos 2
-01010111100101 cofradias 2
-01010111100101 cost-ineffective 2
-01010111100101 preservation-minded 2
-01010111100101 reflationary 2
-01010111100101 unrevealing 2
-01010111100101 un-British 2
-01010111100101 ego-boosting 2
-01010111100101 heat-tight 2
-01010111100101 symbolical 2
-01010111100101 science-based 2
-01010111100101 customer-specific 2
-01010111100101 ever-bigger 2
-01010111100101 ennobling 2
-01010111100101 tetchy 2
-01010111100101 probingly 2
-01010111100101 hayseed 2
-01010111100101 mutagenic 2
-01010111100101 knockdowns 2
-01010111100101 popular. 2
-01010111100101 alsoran 2
-01010111100101 iffier 2
-01010111100101 forward-thinking 2
-01010111100101 demeaned 2
-01010111100101 statesman-like 2
-01010111100101 ineradicable 2
-01010111100101 self-adjusting 2
-01010111100101 undefensible 2
-01010111100101 cocaine-addicted 2
-01010111100101 discriminately 2
-01010111100101 tunelessly 2
-01010111100101 over-ambitious 2
-01010111100101 hypermodern 2
-01010111100101 Olympic-sized 2
-01010111100101 unscrambled 3
-01010111100101 Vietnams 3
-01010111100101 heart-rending 3
-01010111100101 immoderate 3
-01010111100101 uncivil 3
-01010111100101 heart-wrenching 3
-01010111100101 God-awful 3
-01010111100101 18-inch 3
-01010111100101 R/V 3
-01010111100101 airbrushed 3
-01010111100101 unforgiveable 3
-01010111100101 vunerable 3
-01010111100101 many-sided 3
-01010111100101 femininely 3
-01010111100101 indescribable 3
-01010111100101 ex-football 3
-01010111100101 sellable 3
-01010111100101 self-generated 3
-01010111100101 consensus-oriented 3
-01010111100101 Frills 3
-01010111100101 money-oriented 3
-01010111100101 indiscernible 3
-01010111100101 awe-inspiring 3
-01010111100101 anti-religious 3
-01010111100101 concealable 3
-01010111100101 undermarketed 3
-01010111100101 habitable 3
-01010111100101 incontestable 3
-01010111100101 unaggressive 3
-01010111100101 inauthentic 3
-01010111100101 capillary 3
-01010111100101 unviable 3
-01010111100101 unserious 3
-01010111100101 over-banked 3
-01010111100101 embarassing 4
-01010111100101 scintillating 4
-01010111100101 hurtful 4
-01010111100101 untruthful 4
-01010111100101 unhelpful 4
-01010111100101 agreeably 4
-01010111100101 McBagel 4
-01010111100101 drought-resistant 4
-01010111100101 ingrown 4
-01010111100101 unpardonable 4
-01010111100101 counterintuitive 4
-01010111100101 airworthy 4
-01010111100101 befuddling 4
-01010111100101 inextricable 4
-01010111100101 parochially 4
-01010111100101 apropos 4
-01010111100101 unimposing 4
-01010111100101 inconsiderable 4
-01010111100101 conjectural 5
-01010111100101 unimpeachable 5
-01010111100101 Nicaraguas 5
-01010111100101 epochal 5
-01010111100101 ungracious 5
-01010111100101 surmountable 5
-01010111100101 quantifiable 5
-01010111100101 verboten 5
-01010111100101 instrumented 5
-01010111100101 savory 5
-01010111100101 ordinary-looking 5
-01010111100101 picayune 5
-01010111100101 error-free 5
-01010111100101 excusable 5
-01010111100101 undernourished 5
-01010111100101 outward-looking 5
-01010111100101 keystrokes 5
-01010111100101 avuncular 5
-01010111100101 apocryphal 6
-01010111100101 nonthreatening 6
-01010111100101 aboveboard 6
-01010111100101 un-Japanese 6
-01010111100101 rankling 6
-01010111100101 87-7 6
-01010111100101 dimensional 6
-01010111100101 inexact 6
-01010111100101 tractable 6
-01010111100101 unfathomable 6
-01010111100101 ingenuous 6
-01010111100101 untypical 6
-01010111100101 digestible 6
-01010111100101 addicting 6
-01010111100101 distended 6
-01010111100101 anti-gay 6
-01010111100101 earth-shaking 6
-01010111100101 tongue-tied 6
-01010111100101 uninviting 6
-01010111100101 sociable 6
-01010111100101 underfinanced 7
-01010111100101 unenlightened 7
-01010111100101 insupportable 7
-01010111100101 approachable 7
-01010111100101 maneuverable 7
-01010111100101 indelicate 7
-01010111100101 intelligible 7
-01010111100101 elbowroom 7
-01010111100101 unanswerable 7
-01010111100101 indivisible 7
-01010111100101 inviolate 7
-01010111100101 inarticulate 8
-01010111100101 impertinent 8
-01010111100101 inviolable 8
-01010111100101 revolting 8
-01010111100101 unquestionable 8
-01010111100101 efficacious 8
-01010111100101 ignoble 8
-01010111100101 impure 8
-01010111100101 impassable 8
-01010111100101 thin-skinned 8
-01010111100101 inoffensive 8
-01010111100101 Gladje 8
-01010111100101 unprintable 8
-01010111100101 incorrigible 8
-01010111100101 nerve-racking 9
-01010111100101 atrocity 9
-01010111100101 empathetic 9
-01010111100101 unintelligible 9
-01010111100101 anticlimactic 9
-01010111100101 Prejudice 9
-01010111100101 attenuated 9
-01010111100101 apoplectic 9
-01010111100101 accident-prone 9
-01010111100101 inhospitable 10
-01010111100101 unbuildable 10
-01010111100101 dispensable 10
-01010111100101 problematical 10
-01010111100101 sacrilege 10
-01010111100101 impressionable 10
-01010111100101 flavorful 10
-01010111100101 unbuttoned 10
-01010111100101 comprehensible 10
-01010111100101 electable 10
-01010111100101 immutable 10
-01010111100101 unfeasible 10
-01010111100101 heartwarming 11
-01010111100101 all-inclusive 11
-01010111100101 eventful 11
-01010111100101 indispensible 11
-01010111100101 actives 11
-01010111100101 expandable 11
-01010111100101 unsurprising 11
-01010111100101 dispiriting 11
-01010111100101 edifying 12
-01010111100101 proportioned 12
-01010111100101 overused 12
-01010111100101 abhorrent 12
-01010111100101 inexhaustible 12
-01010111100101 inclusive 12
-01010111100101 ostentatious 13
-01010111100101 inoperable 13
-01010111100101 unverifiable 13
-01010111100101 anti-consumer 13
-01010111100101 enchanting 13
-01010111100101 unsatisfying 13
-01010111100101 unfocused 14
-01010111100101 ungrateful 14
-01010111100101 unobtrusive 14
-01010111100101 unaffordable 14
-01010111100101 inoperative 14
-01010111100101 effusive 14
-01010111100101 unequaled 14
-01010111100101 avoidable 14
-01010111100101 insoluble 15
-01010111100101 titillating 15
-01010111100101 inane 15
-01010111100101 engrossing 15
-01010111100101 off-putting 15
-01010111100101 opaque 15
-01010111100101 impermissible 16
-01010111100101 irreconcilable 16
-01010111100101 alarmist 16
-01010111100101 exasperating 16
-01010111100101 insincere 16
-01010111100101 repulsive 16
-01010111100101 disagreeable 16
-01010111100101 cost-competitive 16
-01010111100101 inopportune 16
-01010111100101 bearable 17
-01010111100101 invasive 17
-01010111100101 appetizing 17
-01010111100101 expensively 17
-01010111100101 invigorating 17
-01010111100101 insubstantial 18
-01010111100101 expeditious 18
-01010111100101 anomalous 18
-01010111100101 consequential 18
-01010111100101 overpowering 18
-01010111100101 atrocious 18
-01010111100101 indisputable 19
-01010111100101 unmanageable 19
-01010111100101 controllable 19
-01010111100101 ill-timed 19
-01010111100101 unstoppable 19
-01010111100101 interestingly 19
-01010111100101 impregnable 20
-01010111100101 unappealing 21
-01010111100101 livable 21
-01010111100101 irreplaceable 21
-01010111100101 Americanized 22
-01010111100101 irksome 22
-01010111100101 disheartening 22
-01010111100101 creditworthy 22
-01010111100101 untouchable 22
-01010111100101 defensible 22
-01010111100101 maddening 22
-01010111100101 exalted 23
-01010111100101 enlightening 23
-01010111100101 interrelated 23
-01010111100101 unkind 23
-01010111100101 bothersome 23
-01010111100101 inconsequential 23
-01010111100101 out-of-date 24
-01010111100101 auspicious 24
-01010111100101 unexciting 24
-01010111100101 unassailable 24
-01010111100101 unglamorous 25
-01010111100101 inverted 25
-01010111100101 audible 25
-01010111100101 unrepentant 25
-01010111100101 unreal 25
-01010111100101 iffy 25
-01010111100101 deplorable 25
-01010111100101 intransigent 26
-01010111100101 odious 26
-01010111100101 ephemeral 26
-01010111100101 implausible 27
-01010111100101 adroit 27
-01010111100101 open-minded 27
-01010111100101 invincible 27
-01010111100101 8-0 28
-01010111100101 indefensible 28
-01010111100101 incongruous 28
-01010111100101 tiresome 29
-01010111100101 adaptable 29
-01010111100101 dissimilar 30
-01010111100101 overrated 30
-01010111100101 uninspiring 30
-01010111100101 unpalatable 30
-01010111100101 endearing 30
-01010111100101 uneconomic 30
-01010111100101 imprecise 30
-01010111100101 exacting 31
-01010111100101 reprehensible 31
-01010111100101 inequitable 32
-01010111100101 immature 32
-01010111100101 unresponsive 34
-01010111100101 courteous 34
-01010111100101 unconvincing 35
-01010111100101 perplexing 35
-01010111100101 repugnant 36
-01010111100101 opportune 37
-01010111100101 inescapable 37
-01010111100101 imaginable 37
-01010111100101 inconvenient 38
-01010111100101 enjoyable 38
-01010111100101 unnerving 39
-01010111100101 tolerable 39
-01010111100101 insular 39
-01010111100101 unimportant 39
-01010111100101 inexplicable 40
-01010111100101 nettlesome 40
-01010111100101 distasteful 41
-01010111100101 oppressive 42
-01010111100101 hospitable 42
-01010111100101 believable 43
-01010111100101 obnoxious 43
-01010111100101 insidious 43
-01010111100101 untenable 43
-01010111100101 heartening 43
-01010111100101 illuminating 43
-01010111100101 disconcerting 44
-01010111100101 unconscionable 44
-01010111100101 unmistakable 44
-01010111100101 insistent 44
-01010111100101 exhilarating 44
-01010111100101 invaluable 45
-01010111100101 ill-advised 45
-01010111100101 incomprehensible 46
-01010111100101 irritating 46
-01010111100101 unsuitable 46
-01010111100101 attentive 47
-01010111100101 achievable 48
-01010111100101 illogical 48
-01010111100101 accommodative 49
-01010111100101 agreeable 50
-01010111100101 alluring 53
-01010111100101 distressing 53
-01010111100101 intrusive 54
-01010111100101 inflexible 54
-01010111100101 objectionable 57
-01010111100101 unsustainable 59
-01010111100101 unproven 60
-01010111100101 innocuous 60
-01010111100101 addictive 62
-01010111100101 pertinent 62
-01010111100101 intimidating 63
-01010111100101 assertive 63
-01010111100101 identifiable 64
-01010111100101 unavoidable 66
-01010111100101 enticing 66
-01010111100101 illiquid 68
-01010111100101 up-to-date 68
-01010111100101 problematic 70
-01010111100101 untested 71
-01010111100101 palatable 71
-01010111100101 esoteric 73
-01010111100101 annoying 74
-01010111100101 improbable 76
-01010111100101 intractable 80
-01010111100101 accommodating 81
-01010111100101 intolerable 83
-01010111100101 appalling 83
-01010111100101 indispensable 84
-01010111100101 informative 86
-01010111100101 unwise 86
-01010111100101 egregious 88
-01010111100101 instructive 89
-01010111100101 economical 93
-01010111100101 unbelievable 94
-01010111100101 unattractive 99
-01010111100101 puzzling 105
-01010111100101 irrational 107
-01010111100101 irresistible 108
-01010111100101 integral 109
-01010111100101 noteworthy 118
-01010111100101 insignificant 123
-01010111100101 invalid 131
-01010111100101 unsettling 131
-01010111100101 unreliable 138
-01010111100101 equitable 138
-01010111100101 ambiguous 138
-01010111100101 unstable 148
-01010111100101 plentiful 156
-01010111100101 amusing 158
-01010111100101 ominous 161
-01010111100101 onerous 163
-01010111100101 alarming 164
-01010111100101 accessible 166
-01010111100101 outdated 167
-01010111100101 alien 168
-01010111100101 reassuring 170
-01010111100101 unpleasant 172
-01010111100101 intriguing 176
-01010111100101 elusive 177
-01010111100101 importantly 182
-01010111100101 understandable 184
-01010111100101 amazing 190
-01010111100101 entertaining 191
-01010111100101 worrisome 204
-01010111100101 updated 207
-01010111100101 feasible 214
-01010111100101 outrageous 216
-01010111100101 frustrating 218
-01010111100101 awkward 226
-01010111100101 incorrect 234
-01010111100101 troubling 235
-01010111100101 affordable 241
-01010111100101 absurd 255
-01010111100101 intelligent 258
-01010111100101 ironic 260
-01010111100101 irrelevant 262
-01010111100101 harmful 277
-01010111100101 inexpensive 286
-01010111100101 inappropriate 307
-01010111100101 obscure 327
-01010111100101 unfortunate 342
-01010111100101 unacceptable 354
-01010111100101 desirable 370
-01010111100101 exciting 384
-01010111100101 embarrassing 387
-01010111100101 relevant 396
-01010111100101 damaging 407
-01010111100101 unconstitutional 475
-01010111100101 appealing 602
-01010111100101 impressive 636
-01010111100101 accurate 647
-01010111100101 essential 900
-01010111100101 acceptable 933
-01010111100101 obvious 1004
-01010111100101 interesting 1033
-01010111100101 efficient 1053
-01010111100101 sensitive 1409
-01010111100101 appropriate 1557
-01010111100101 attractive 2370
-01010111100101 expensive 3220
-01010111100101 important 8445
-01010111100110 uncolloquial 1
-01010111100110 outcompete 1
-01010111100110 dinged 1
-01010111100110 near-market 1
-01010111100110 stippled 1
-01010111100110 caramelized 1
-01010111100110 felon. 1
-01010111100110 verify. 1
-01010111100110 one-day-on-the-job 1
-01010111100110 anti-Williams 1
-01010111100110 unponderous 1
-01010111100110 professional-middle-class 1
-01010111100110 optionee 1
-01010111100110 unbuttered 1
-01010111100110 Anti-lock 1
-01010111100110 phonorecords 1
-01010111100110 all-too-obvious 1
-01010111100110 melt-down 1
-01010111100110 preadmission 1
-01010111100110 micronite 1
-01010111100110 Queene 1
-01010111100110 anti-energy 2
-01010111100110 intelligence-related 2
-01010111100110 chudaiko 2
-01010111100110 SilverHawks 2
-01010111100110 tongue-twisting 2
-01010111100110 outre 2
-01010111100110 EFI 2
-01010111100110 spellbinder 2
-01010111100110 auteurs 2
-01010111100110 dramedy 2
-01010111100110 narco-terrorism 2
-01010111100110 toylike 2
-01010111100110 Emancipists 2
-01010111100110 yuppie-ish 2
-01010111100110 anti-lawyer 2
-01010111100110 anti-progressive 2
-01010111100110 well-maintained 2
-01010111100110 abusable 2
-01010111100110 squarish 2
-01010111100110 Queenie 2
-01010111100110 frictional 2
-01010111100110 grayer 2
-01010111100110 goose-stepping 2
-01010111100110 trashes 2
-01010111100110 tax-sensitive 2
-01010111100110 unidentifiable 2
-01010111100110 survival-oriented 2
-01010111100110 anti-shareholder 2
-01010111100110 scientist-managers 2
-01010111100110 immunomodulators 2
-01010111100110 base-car 2
-01010111100110 statization 2
-01010111100110 kansei 2
-01010111100110 photonic 2
-01010111100110 demurring 2
-01010111100110 net-back 2
-01010111100110 direct-to-home 2
-01010111100110 porters 2
-01010111100110 glasnostic 2
-01010111100110 blarney 2
-01010111100110 restimulation 2
-01010111100110 submersion 2
-01010111100110 trackball 2
-01010111100110 Stoli 2
-01010111100110 housewarming 2
-01010111100110 warmheartedness 2
-01010111100110 pureness 2
-01010111100110 dilettantes 2
-01010111100110 sourced 2
-01010111100110 Afro-centric 2
-01010111100110 revenue-enhancing 2
-01010111100110 pro-free 2
-01010111100110 supermom 2
-01010111100110 Sidewaters 2
-01010111100110 nonalignment 2
-01010111100110 kiting 2
-01010111100110 Korbel 2
-01010111100110 maidnapping 2
-01010111100110 barn-burning 2
-01010111100110 pro-Stalin 2
-01010111100110 AT&Ts 2
-01010111100110 interconnects 2
-01010111100110 nativists 2
-01010111100110 sadomasochistic 2
-01010111100110 Pushtunistan 2
-01010111100110 two-fer 2
-01010111100110 tangents 2
-01010111100110 note-perfect 2
-01010111100110 coloureds 2
-01010111100110 dumb-looking 2
-01010111100110 Bleeding 2
-01010111100110 IIB 2
-01010111100110 transgenerational 2
-01010111100110 unabrasive 2
-01010111100110 immunogenic 2
-01010111100110 jibaro 2
-01010111100110 product-specific 2
-01010111100110 techie 2
-01010111100110 crudity 2
-01010111100110 greenways 2
-01010111100110 neglible 2
-01010111100110 unfree 2
-01010111100110 Pillow-Inhaler 2
-01010111100110 foodie 2
-01010111100110 faultless 2
-01010111100110 holly 2
-01010111100110 voidable 2
-01010111100110 MFP 2
-01010111100110 pill-popping 2
-01010111100110 short-oil 2
-01010111100110 Surtax 2
-01010111100110 boom-boxes 2
-01010111100110 rich-looking 2
-01010111100110 paddymelon 2
-01010111100110 Earthworks 2
-01010111100110 proceduralists 2
-01010111100110 pied-a-terre 2
-01010111100110 moonwalk 2
-01010111100110 bookout 2
-01010111100110 rewording 2
-01010111100110 pickpockets 3
-01010111100110 Sinhala 3
-01010111100110 Mousetrap 3
-01010111100110 Minx 3
-01010111100110 bumpier 3
-01010111100110 financer 3
-01010111100110 obliteration 3
-01010111100110 hypertechnical 3
-01010111100110 over-ripe 3
-01010111100110 ter 3
-01010111100110 supertwist 3
-01010111100110 daydream 3
-01010111100110 multi-faceted 3
-01010111100110 Carefree 3
-01010111100110 graft-vs.-host 3
-01010111100110 unpersuasive 3
-01010111100110 parastatal 3
-01010111100110 fly-off 3
-01010111100110 straitjacketed 3
-01010111100110 fly-by-wire 3
-01010111100110 beeswax 3
-01010111100110 sex-neutral 3
-01010111100110 regurgitated 3
-01010111100110 E.Z. 3
-01010111100110 nuclear-age 3
-01010111100110 indistinct 3
-01010111100110 transmissible 3
-01010111100110 unchangeable 3
-01010111100110 average-guy 3
-01010111100110 paupers 3
-01010111100110 contumacious 3
-01010111100110 undeliverable 3
-01010111100110 heads-up 3
-01010111100110 purpose-bred 3
-01010111100110 non-discriminatory 3
-01010111100110 insubordinate 3
-01010111100110 non-coercive 3
-01010111100110 means-test 3
-01010111100110 olympic 3
-01010111100110 non-Chinese 3
-01010111100110 touch-up 3
-01010111100110 parvenu 3
-01010111100110 unerotic 3
-01010111100110 unexposed 3
-01010111100110 crueler 3
-01010111100110 flag-raising 3
-01010111100110 nots 3
-01010111100110 tamper-proof 3
-01010111100110 knifing 3
-01010111100110 out-of-hand 3
-01010111100110 team-building 3
-01010111100110 touchback 3
-01010111100110 indigestible 3
-01010111100110 appealable 3
-01010111100110 bribable 3
-01010111100110 Neo-Europes 3
-01010111100110 regenerated 3
-01010111100110 sun-dried 3
-01010111100110 middle-America 3
-01010111100110 avaricious 3
-01010111100110 nuttier 3
-01010111100110 Lyricgrove 3
-01010111100110 veto-bait 3
-01010111100110 lean-and-mean 3
-01010111100110 contraindicated 3
-01010111100110 anesthetized 3
-01010111100110 pumped-up 3
-01010111100110 anxiety-ridden 3
-01010111100110 disinvited 4
-01010111100110 better-organized 4
-01010111100110 infomercials 4
-01010111100110 friable 4
-01010111100110 KKK 4
-01010111100110 Venda 4
-01010111100110 promotable 4
-01010111100110 undercounting 4
-01010111100110 predestined 4
-01010111100110 homophobic 4
-01010111100110 salvageable 4
-01010111100110 honkies 4
-01010111100110 phlegmatic 4
-01010111100110 AIDS-free 4
-01010111100110 treasonous 4
-01010111100110 self-administered 4
-01010111100110 under-utilized 4
-01010111100110 pranksters 4
-01010111100110 undiplomatic 4
-01010111100110 deficit-neutral 4
-01010111100110 stock-split 4
-01010111100110 well-meant 4
-01010111100110 Spartacus 4
-01010111100110 unoriginal 4
-01010111100110 tactless 4
-01010111100110 5,000-mile 4
-01010111100110 noninvasive 4
-01010111100110 gender-neutral 4
-01010111100110 anti-Catholic 4
-01010111100110 manufacturable 4
-01010111100110 unachievable 4
-01010111100110 Visionaries 4
-01010111100110 bucketing 4
-01010111100110 well-preserved 4
-01010111100110 silversmiths 4
-01010111100110 globalizing 4
-01010111100110 FUD 4
-01010111100110 stupider 4
-01010111100110 symptom-free 4
-01010111100110 incorporeal 4
-01010111100110 two-faced 4
-01010111100110 unenforced 4
-01010111100110 get-well 4
-01010111100110 canonical 4
-01010111100110 nonviable 4
-01010111100110 obstreperous 5
-01010111100110 COW 5
-01010111100110 haddock 5
-01010111100110 unbreakable 5
-01010111100110 hypersensitivity 5
-01010111100110 undereducated 5
-01010111100110 unproduced 5
-01010111100110 back-of-the-envelope 5
-01010111100110 unloved 5
-01010111100110 penumbras 5
-01010111100110 lip-smacking 5
-01010111100110 better-informed 5
-01010111100110 probated 5
-01010111100110 well-adjusted 5
-01010111100110 stillborn 5
-01010111100110 Groovy 5
-01010111100110 window-dressing 5
-01010111100110 cherry-picking 5
-01010111100110 insurable 5
-01010111100110 what-if 5
-01010111100110 heretics 5
-01010111100110 in-between 5
-01010111100110 jeer 5
-01010111100110 self-funding 5
-01010111100110 pre-selling 5
-01010111100110 self-limiting 5
-01010111100110 financeable 5
-01010111100110 gatekeepers 5
-01010111100110 recessive 5
-01010111100110 Portenos 5
-01010111100110 infidels 5
-01010111100110 facilitators 5
-01010111100110 well-earned 6
-01010111100110 leaderless 6
-01010111100110 inkblot 6
-01010111100110 slobbering 6
-01010111100110 geometrical 6
-01010111100110 She-Devil 6
-01010111100110 shunto 6
-01010111100110 stage-managed 6
-01010111100110 recession-sensitive 6
-01010111100110 make-good 6
-01010111100110 parachuting 6
-01010111100110 marmalade 6
-01010111100110 violative 6
-01010111100110 fixable 6
-01010111100110 tactful 6
-01010111100110 uncashed 6
-01010111100110 redder 6
-01010111100110 classifiable 6
-01010111100110 swordfish 6
-01010111100110 discountable 6
-01010111100110 uninhabited 6
-01010111100110 ventilated 6
-01010111100110 idiomatic 6
-01010111100110 implode 6
-01010111100110 asymptomatic 6
-01010111100110 Finlandization 6
-01010111100110 revelatory 6
-01010111100110 unstinting 6
-01010111100110 contestable 6
-01010111100110 worshipful 6
-01010111100110 prospectively 6
-01010111100110 unallowable 6
-01010111100110 unexamined 6
-01010111100110 impracticable 6
-01010111100110 scoundrel 6
-01010111100110 inedible 6
-01010111100110 color-blind 6
-01010111100110 rad 7
-01010111100110 overregulated 7
-01010111100110 daft 7
-01010111100110 heave 7
-01010111100110 multi-tasking 7
-01010111100110 micro-management 7
-01010111100110 pro-management 7
-01010111100110 meteorology 7
-01010111100110 androgynous 7
-01010111100110 frilly 7
-01010111100110 masterfully 7
-01010111100110 dual-use 7
-01010111100110 valueless 7
-01010111100110 networked 7
-01010111100110 off-color 7
-01010111100110 lunatics 7
-01010111100110 see-through 7
-01010111100110 rainmaker 7
-01010111100110 dysfunctional 7
-01010111100110 omniscient 7
-01010111100110 facetious 7
-01010111100110 patsies 7
-01010111100110 Rasputin 7
-01010111100110 kooks 7
-01010111100110 breaded 7
-01010111100110 problem-free 7
-01010111100110 inadmissible 7
-01010111100110 tenable 7
-01010111100110 cloudless 7
-01010111100110 hillbilly 7
-01010111100110 extraterritorial 7
-01010111100110 Americanization 7
-01010111100110 bye-bye 7
-01010111100110 infidel 7
-01010111100110 shortlived 8
-01010111100110 deployable 8
-01010111100110 redlining 8
-01010111100110 sycophantic 8
-01010111100110 creation-science 8
-01010111100110 misconceived 8
-01010111100110 Kristallnacht 8
-01010111100110 irritable 8
-01010111100110 braver 8
-01010111100110 misshapen 8
-01010111100110 spiteful 8
-01010111100110 overconfident 8
-01010111100110 down-market 8
-01010111100110 GRAS 8
-01010111100110 leak-proof 8
-01010111100110 top-down 8
-01010111100110 dishonorable 8
-01010111100110 He-Man 8
-01010111100110 hassle-free 8
-01010111100110 consoling 8
-01010111100110 emptier 9
-01010111100110 compartmentalized 9
-01010111100110 luxuriant 9
-01010111100110 copyrightable 9
-01010111100110 gimmicky 9
-01010111100110 repricing 9
-01010111100110 penniless 9
-01010111100110 fawning 9
-01010111100110 blasphemous 9
-01010111100110 nourishing 9
-01010111100110 survivable 9
-01010111100110 unbundling 9
-01010111100110 inelastic 9
-01010111100110 fallacious 9
-01010111100110 pro-competitive 9
-01010111100110 benignly 9
-01010111100110 holier-than-thou 10
-01010111100110 approvable 10
-01010111100110 trouble-free 10
-01010111100110 snazzier 10
-01010111100110 trenchant 10
-01010111100110 ungovernable 10
-01010111100110 unpatriotic 10
-01010111100110 provable 10
-01010111100110 oiled 10
-01010111100110 5-to-1 10
-01010111100110 nit-picking 10
-01010111100110 Realpolitik 10
-01010111100110 nontoxic 10
-01010111100110 ill-founded 10
-01010111100110 supportable 10
-01010111100110 dehumanizing 10
-01010111100110 scurrilous 11
-01010111100110 unoccupied 11
-01010111100110 serviceable 11
-01010111100110 vandalized 11
-01010111100110 sacrilegious 11
-01010111100110 witless 11
-01010111100110 extant 11
-01010111100110 uncomplicated 11
-01010111100110 impassive 11
-01010111100110 rudderless 11
-01010111100110 churlish 11
-01010111100110 forested 12
-01010111100110 half-full 12
-01010111100110 unrepresentative 12
-01010111100110 solicitous 12
-01010111100110 messianic 12
-01010111100110 disfiguring 12
-01010111100110 uninsurable 12
-01010111100110 unsalable 12
-01010111100110 operable 12
-01010111100110 harmonized 12
-01010111100110 unsupportable 12
-01010111100110 meritless 13
-01010111100110 unbeatable 13
-01010111100110 untrustworthy 13
-01010111100110 underweight 13
-01010111100110 monotonous 13
-01010111100110 prudish 13
-01010111100110 leapfrogging 13
-01010111100110 imprudently 13
-01010111100110 baited 13
-01010111100110 wishy-washy 14
-01010111100110 earthbound 14
-01010111100110 self-supporting 14
-01010111100110 trade-ins 14
-01010111100110 fly-by-night 14
-01010111100110 junket 14
-01010111100110 hand-to-mouth 14
-01010111100110 verbatim 14
-01010111100110 nonstrategic 14
-01010111100110 overdrawn 14
-01010111100110 unproved 14
-01010111100110 whitewash 14
-01010111100110 conspiratorial 14
-01010111100110 null 14
-01010111100110 superhuman 15
-01010111100110 nay 15
-01010111100110 claustrophobic 15
-01010111100110 hateful 15
-01010111100110 sensitized 15
-01010111100110 repetitious 15
-01010111100110 grandfathered 15
-01010111100110 specious 16
-01010111100110 wanton 16
-01010111100110 nepotism 16
-01010111100110 uninteresting 16
-01010111100110 mushy 16
-01010111100110 me. 16
-01010111100110 sanitized 16
-01010111100110 nonproductive 16
-01010111100110 deceitful 16
-01010111100110 reversible 16
-01010111100110 liars 16
-01010111100110 maliciously 16
-01010111100110 priceless 17
-01010111100110 drooping 17
-01010111100110 sinful 17
-01010111100110 suffocating 17
-01010111100110 infallible 17
-01010111100110 winnable 17
-01010111100110 testimonial 17
-01010111100110 unconstrained 17
-01010111100110 unattainable 17
-01010111100110 unusable 18
-01010111100110 autographed 18
-01010111100110 subservient 18
-01010111100110 disloyal 18
-01010111100110 misdirected 18
-01010111100110 colorblind 18
-01010111100110 disgraceful 18
-01010111100110 defamatory 18
-01010111100110 sound-alike 18
-01010111100110 blossoming 18
-01010111100110 unforgivable 18
-01010111100110 irrigated 19
-01010111100110 payola 19
-01010111100110 underemployed 19
-01010111100110 improvised 19
-01010111100110 prophetic 19
-01010111100110 condescending 19
-01010111100110 crackling 19
-01010111100110 racketeers 20
-01010111100110 non-existent 20
-01010111100110 predictive 20
-01010111100110 collectible 20
-01010111100110 blindfolded 20
-01010111100110 uneconomical 20
-01010111100110 value-impaired 21
-01010111100110 noncommittal 21
-01010111100110 tutoring 21
-01010111100110 fail-safe 21
-01010111100110 colorized 21
-01010111100110 pap 21
-01010111100110 recession-proof 21
-01010111100110 childish 21
-01010111100110 unprofessional 21
-01010111100110 incoherent 21
-01010111100110 unmet 21
-01010111100110 muffled 21
-01010111100110 underrated 21
-01010111100110 fragmentary 22
-01010111100110 self-sustaining 22
-01010111100110 un-American 22
-01010111100110 pro-American 22
-01010111100110 comical 22
-01010111100110 unfashionable 22
-01010111100110 unworthy 22
-01010111100110 callous 23
-01010111100110 undistinguished 23
-01010111100110 inhumane 23
-01010111100110 pitiful 23
-01010111100110 immaterial 23
-01010111100110 liberating 23
-01010111100110 defenseless 24
-01010111100110 unforgiving 24
-01010111100110 nonsensical 25
-01010111100110 coded 25
-01010111100110 childlike 25
-01010111100110 flat-out 25
-01010111100110 weather-related 25
-01010111100110 taut 26
-01010111100110 self-financing 26
-01010111100110 libelous 26
-01010111100110 Graceland 26
-01010111100110 extinct 27
-01010111100110 infrequent 27
-01010111100110 well-founded 27
-01010111100110 prejudicial 28
-01010111100110 naughty 28
-01010111100110 laughable 28
-01010111100110 sized 29
-01010111100110 banal 29
-01010111100110 debt-free 30
-01010111100110 unsupported 30
-01010111100110 bunk 31
-01010111100110 foolhardy 31
-01010111100110 flawless 31
-01010111100110 transitory 31
-01010111100110 commendable 31
-01010111100110 borderline 31
-01010111100110 Irangate 32
-01010111100110 unfulfilled 32
-01010111100110 preventable 32
-01010111100110 interchangeable 33
-01010111100110 sleaze 33
-01010111100110 pointless 33
-01010111100110 senseless 33
-01010111100110 shameful 34
-01010111100110 limitless 34
-01010111100110 rusting 34
-01010111100110 sterilized 34
-01010111100110 superfluous 35
-01010111100110 kinder 35
-01010111100110 padded 36
-01010111100110 doable 36
-01010111100110 dizzy 36
-01010111100110 regressive 37
-01010111100110 sputtering 37
-01010111100110 scandalous 37
-01010111100110 stealth 38
-01010111100110 lighted 38
-01010111100110 foolproof 38
-01010111100110 unconscious 38
-01010111100110 respectful 39
-01010111100110 incidental 39
-01010111100110 underpriced 39
-01010111100110 verifiable 40
-01010111100110 expendable 40
-01010111100110 sacrosanct 42
-01010111100110 unenforceable 43
-01010111100110 endemic 45
-01010111100110 impotent 46
-01010111100110 gravy 47
-01010111100110 self-defeating 48
-01010111100110 compressed 49
-01010111100110 sterile 49
-01010111100110 enforceable 49
-01010111100110 undercapitalized 49
-01010111100110 institutionalized 50
-01010111100110 baseless 50
-01010111100110 outward 50
-01010111100110 stale 50
-01010111100110 insulting 51
-01010111100110 euphoric 51
-01010111100110 palpable 51
-01010111100110 sexist 52
-01010111100110 uncompetitive 54
-01010111100110 defiant 54
-01010111100110 farewell 54
-01010111100110 risk-free 54
-01010111100110 groundless 56
-01010111100110 unchecked 56
-01010111100110 prospering 57
-01010111100110 suicidal 57
-01010111100110 comforting 58
-01010111100110 lame 59
-01010111100110 lawful 62
-01010111100110 disinterested 62
-01010111100110 pleasing 62
-01010111100110 deficient 63
-01010111100110 malicious 63
-01010111100110 disconnected 64
-01010111100110 careless 64
-01010111100110 taboo 66
-01010111100110 prohibitive 66
-01010111100110 unworkable 67
-01010111100110 fruitless 67
-01010111100110 helpless 68
-01010111100110 sketchy 68
-01010111100110 fleeting 68
-01010111100110 insane 69
-01010111100110 starving 69
-01010111100110 shortsighted 70
-01010111100110 overblown 70
-01010111100110 overbought 72
-01010111100110 unchallenged 72
-01010111100110 misplaced 72
-01010111100110 fuzzy 73
-01010111100110 substandard 74
-01010111100110 inactive 74
-01010111100110 kindly 75
-01010111100110 humorous 76
-01010111100110 polluted 76
-01010111100110 imprudent 78
-01010111100110 detached 78
-01010111100110 moot 79
-01010111100110 flourishing 79
-01010111100110 inconclusive 80
-01010111100110 immoral 80
-01010111100110 destabilizing 81
-01010111100110 redundant 82
-01010111100110 unjustified 83
-01010111100110 segregated 83
-01010111100110 faint 85
-01010111100110 dormant 86
-01010111100110 upstairs 87
-01010111100110 indecent 87
-01010111100110 illusory 89
-01010111100110 rigged 91
-01010111100110 indifferent 91
-01010111100110 barter 94
-01010111100110 hopeless 95
-01010111100110 paramount 95
-01010111100110 harmless 96
-01010111100110 untrue 103
-01010111100110 dear 106
-01010111100110 preposterous 108
-01010111100110 wasteful 109
-01010111100110 sincere 114
-01010111100110 ludicrous 115
-01010111100110 incompetent 115
-01010111100110 rude 118
-01010111100110 reckless 120
-01010111100110 static 122
-01010111100110 negligible 123
-01010111100110 fitting 125
-01010111100110 privileged 126
-01010111100110 biased 126
-01010111100110 unanswered 127
-01010111100110 negligent 133
-01010111100110 futile 134
-01010111100110 racist 140
-01010111100110 faithful 141
-01010111100110 frivolous 143
-01010111100110 solvent 144
-01010111100110 conscious 146
-01010111100110 meaningless 146
-01010111100110 inferior 147
-01010111100110 trivial 150
-01010111100110 worthless 150
-01010111100110 drunk 150
-01010111100110 overpriced 154
-01010111100110 deceptive 155
-01010111100110 useless 156
-01010111100110 captive 157
-01010111100110 invisible 160
-01010111100110 nonexistent 161
-01010111100110 irresponsible 164
-01010111100110 ineffective 181
-01010111100110 unfounded 183
-01010111100110 endangered 191
-01010111100110 oversold 193
-01010111100110 short-lived 197
-01010111100110 unsafe 199
-01010111100110 mistaken 201
-01010111100110 backward 203
-01010111100110 naive 204
-01010111100110 counterproductive 214
-01010111100110 unresolved 216
-01010111100110 unrealistic 220
-01010111100110 obsolete 223
-01010111100110 overvalued 229
-01010111100110 inaccurate 257
-01010111100110 flawed 264
-01010111100110 ridiculous 265
-01010111100110 defective 266
-01010111100110 universal 267
-01010111100110 conditional 279
-01010111100110 silent 304
-01010111100110 prudent 304
-01010111100110 scarce 307
-01010111100110 greenmail 337
-01010111100110 parallel 367
-01010111100110 fatal 387
-01010111100110 valid 394
-01010111100110 desperate 403
-01010111100110 binding 412
-01010111100110 loyal 422
-01010111100110 unnecessary 444
-01010111100110 loose 459
-01010111100110 hidden 475
-01010111100110 pure 482
-01010111100110 neutral 484
-01010111100110 warm 491
-01010111100110 premature 512
-01010111100110 hazardous 580
-01010111100110 undervalued 602
-01010111100110 superior 607
-01010111100110 zero 631
-01010111100110 ill 657
-01010111100110 unique 667
-01010111100110 vital 732
-01010111100110 routine 758
-01010111100110 qualified 784
-01010111100110 misleading 808
-01010111100110 inadequate 1262
-01010111100110 safe 1325
-01010111100110 dead 1370
-01010111100110 crucial 1419
-01010111100110 sound 1904
-01010111100110 fair 2064
-01010111100110 critical 2082
-01010111100110 free 5276
-01010111100110 fully 3043
-01010111100111 glamour-prompted 1
-01010111100111 long-oiled 1
-01010111100111 on-the-button 1
-01010111100111 media-wise 1
-01010111100111 Mexican-descended 1
-01010111100111 voluntary-retirement 1
-01010111100111 car-populated 1
-01010111100111 anti-arms-control 1
-01010111100111 railmobile 1
-01010111100111 alcoholized 1
-01010111100111 media-conscious 1
-01010111100111 M-shaped 1
-01010111100111 sealed-up 1
-01010111100111 wellconnected 1
-01010111100111 distortion-free 1
-01010111100111 alligned 1
-01010111100111 unpretty 1
-01010111100111 accoutered 1
-01010111100111 beautiful-looking 1
-01010111100111 mildewed 1
-01010111100111 widely-held 1
-01010111100111 authentic-looking 1
-01010111100111 exhibitionistic 1
-01010111100111 popular-the 1
-01010111100111 petite-size 1
-01010111100111 market-orientated 1
-01010111100111 un-Reaganite 1
-01010111100111 rapidly. 1
-01010111100111 MTV-produced 1
-01010111100111 prison-conditions 1
-01010111100111 fly-drive-sleep 1
-01010111100111 class-divided 1
-01010111100111 self-censored 1
-01010111100111 liability-expanding 1
-01010111100111 data-dense 1
-01010111100111 dividend-hungry 1
-01010111100111 unperceptive 1
-01010111100111 Saracen 1
-01010111100111 snickered-about 1
-01010111100111 pro-employee 1
-01010111100111 unflamboyant 1
-01010111100111 levered 1
-01010111100111 leftward-leaning 1
-01010111100111 snow-fearing 1
-01010111100111 unfavorite 1
-01010111100111 tillable 1
-01010111100111 line-focused 1
-01010111100111 sensitve 1
-01010111100111 Europhoria 1
-01010111100111 mortgageable 1
-01010111100111 nitrogenous 1
-01010111100111 womb-leasing 1
-01010111100111 annnoying 1
-01010111100111 rough-sounding 1
-01010111100111 scatological 1
-01010111100111 lustrious 1
-01010111100111 IBM-only 1
-01010111100111 550-megawatt 1
-01010111100111 reform-oriented 1
-01010111100111 leisure-based 1
-01010111100111 warrior-hero 1
-01010111100111 leisured 1
-01010111100111 non-diva-like 1
-01010111100111 transit-dependent 1
-01010111100111 unsoothing 1
-01010111100111 tunnel-visioned 1
-01010111100111 mass-reproduced 1
-01010111100111 Asian-owned 1
-01010111100111 grow-or-die 1
-01010111100111 egalitarian-minded 1
-01010111100111 markets-like 1
-01010111100111 U.S.-Middle 1
-01010111100111 un-nuclear 1
-01010111100111 information-intensive 1
-01010111100111 European-type 1
-01010111100111 antiCommunist 1
-01010111100111 telephone-oriented 1
-01010111100111 replacement-fuel 1
-01010111100111 re-chromed 1
-01010111100111 farm-refinancing 1
-01010111100111 earthquake-causing 1
-01010111100111 pro-big 1
-01010111100111 pro-Russian 1
-01010111100111 post-Marcos-era 1
-01010111100111 visable 1
-01010111100111 longest-lasting 1
-01010111100111 non-donors 1
-01010111100111 fitness-equipment 1
-01010111100111 rouged 2
-01010111100111 taxpapers 2
-01010111100111 career-destroying 2
-01010111100111 deregulatory-minded 2
-01010111100111 well-honed 2
-01010111100111 Pollyannish 2
-01010111100111 scentless 2
-01010111100111 anti-worker 2
-01010111100111 trussed 2
-01010111100111 sulphurous 2
-01010111100111 sedulous 2
-01010111100111 project-oriented 2
-01010111100111 anxiety-producing 2
-01010111100111 job-saving 2
-01010111100111 bigname 2
-01010111100111 unsterile 2
-01010111100111 temperature-sensitive 2
-01010111100111 patient-oriented 2
-01010111100111 value-free 2
-01010111100111 value-laden 2
-01010111100111 optimistic. 2
-01010111100111 distortive 2
-01010111100111 creative-writing-program 2
-01010111100111 ungrounded 2
-01010111100111 1,319 2
-01010111100111 overprotective 2
-01010111100111 oppositon 2
-01010111100111 fever-pitch 2
-01010111100111 leathered 2
-01010111100111 oldfashioned 2
-01010111100111 decipherable 2
-01010111100111 grabby 2
-01010111100111 wretchedly 2
-01010111100111 odoriferous 2
-01010111100111 anti-NRC 2
-01010111100111 coiffed 2
-01010111100111 uptempo 2
-01010111100111 hyper-technical 2
-01010111100111 southerly 2
-01010111100111 particularistic 2
-01010111100111 self-obsessed 3
-01010111100111 magniloquent 3
-01010111100111 illusive 3
-01010111100111 publicity-hungry 3
-01010111100111 tannic 3
-01010111100111 astringent 3
-01010111100111 virtuosic 3
-01010111100111 diagnosable 3
-01010111100111 unknowledgeable 3
-01010111100111 far-ranging 3
-01010111100111 unchallengeable 3
-01010111100111 seven-iron 3
-01010111100111 bond-like 3
-01010111100111 intellectualized 3
-01010111100111 communicative 3
-01010111100111 Beethovenian 3
-01010111100111 non-fashion 3
-01010111100111 fastballs 3
-01010111100111 quavering 3
-01010111100111 footloose 3
-01010111100111 non-cyclical 3
-01010111100111 truth-in-advertising 3
-01010111100111 hardcore 3
-01010111100111 vituperative 3
-01010111100111 pollution-free 3
-01010111100111 non-dilutive 3
-01010111100111 Panglossian 3
-01010111100111 inchoate 3
-01010111100111 bristly 3
-01010111100111 trading-oriented 3
-01010111100111 open-mouthed 3
-01010111100111 overlong 3
-01010111100111 overwritten 3
-01010111100111 perfidious 3
-01010111100111 ill-managed 3
-01010111100111 widespead 3
-01010111100111 brand-conscious 3
-01010111100111 coolheaded 3
-01010111100111 marketing-oriented 3
-01010111100111 top-line 3
-01010111100111 non-controversial 3
-01010111100111 1987-1989 3
-01010111100111 pusillanimous 3
-01010111100111 postponable 3
-01010111100111 underappreciated 3
-01010111100111 well-settled 3
-01010111100111 stagy 3
-01010111100111 nonparty 4
-01010111100111 mingy 4
-01010111100111 weightless 4
-01010111100111 conceited 4
-01010111100111 self-sacrificing 4
-01010111100111 ductile 4
-01010111100111 unlikable 4
-01010111100111 shaven 4
-01010111100111 radiotherapy 4
-01010111100111 lightheaded 4
-01010111100111 slow-acting 4
-01010111100111 relativistic 4
-01010111100111 100-ton 4
-01010111100111 well-illustrated 4
-01010111100111 allusive 4
-01010111100111 quick-witted 4
-01010111100111 standoffish 4
-01010111100111 long-form 4
-01010111100111 touristy 4
-01010111100111 book-squaring 4
-01010111100111 obtrusive 4
-01010111100111 angst-ridden 4
-01010111100111 halfhearted 4
-01010111100111 straitened 4
-01010111100111 common-sensical 4
-01010111100111 corporatist 4
-01010111100111 misanthropic 4
-01010111100111 non-committal 4
-01010111100111 issues-oriented 4
-01010111100111 dyspeptic 4
-01010111100111 customer-oriented 4
-01010111100111 electrifying 4
-01010111100111 instinctual 4
-01010111100111 cocksure 4
-01010111100111 self-disciplined 5
-01010111100111 repeatable 5
-01010111100111 dreamlike 5
-01010111100111 unexplainable 5
-01010111100111 plotless 5
-01010111100111 misnamed 5
-01010111100111 off-key 5
-01010111100111 merciful 5
-01010111100111 graceless 5
-01010111100111 malodorous 5
-01010111100111 lotus 5
-01010111100111 uncrowded 5
-01010111100111 effete 5
-01010111100111 detail-oriented 5
-01010111100111 miniaturized 5
-01010111100111 well-integrated 5
-01010111100111 dexterous 5
-01010111100111 non-liquid 5
-01010111100111 consumer-minded 5
-01010111100111 starchy 5
-01010111100111 charmless 5
-01010111100111 combustible 5
-01010111100111 well-rehearsed 5
-01010111100111 savvier 5
-01010111100111 Balkanized 5
-01010111100111 stratified 5
-01010111100111 anti-Zionist 5
-01010111100111 velvety 5
-01010111100111 error-prone 5
-01010111100111 disordered 5
-01010111100111 thickening 5
-01010111100111 compensable 5
-01010111100111 deregulation-minded 5
-01010111100111 streetwise 5
-01010111100111 flighty 5
-01010111100111 succesful 5
-01010111100111 joyless 5
-01010111100111 forfeitable 5
-01010111100111 self-possessed 5
-01010111100111 moldy 6
-01010111100111 blander 6
-01010111100111 discursive 6
-01010111100111 majoritarian 6
-01010111100111 competitve 6
-01010111100111 interlinked 6
-01010111100111 tendentious 6
-01010111100111 unromantic 6
-01010111100111 venerated 6
-01010111100111 public-spirited 6
-01010111100111 pitiable 6
-01010111100111 schematic 6
-01010111100111 flatulent 6
-01010111100111 ravishing 6
-01010111100111 sensationalistic 6
-01010111100111 four-foot 6
-01010111100111 bankable 6
-01010111100111 well-traveled 6
-01010111100111 munificent 6
-01010111100111 glossier 6
-01010111100111 submissive 6
-01010111100111 beached 6
-01010111100111 raccoon 6
-01010111100111 means-testing 6
-01010111100111 fidgety 6
-01010111100111 research-oriented 6
-01010111100111 well-behaved 7
-01010111100111 segmented 7
-01010111100111 unsullied 7
-01010111100111 restful 7
-01010111100111 chauvinistic 7
-01010111100111 pacific 7
-01010111100111 craven 7
-01010111100111 manic-depressive 7
-01010111100111 yuppified 7
-01010111100111 venturesome 7
-01010111100111 formulaic 7
-01010111100111 conformist 7
-01010111100111 homogenous 7
-01010111100111 lustrous 7
-01010111100111 business-like 7
-01010111100111 expressionistic 7
-01010111100111 self-directed 7
-01010111100111 adult-oriented 7
-01010111100111 remunerative 7
-01010111100111 uncontroversial 7
-01010111100111 cash-poor 7
-01010111100111 unremarkable 7
-01010111100111 crestfallen 7
-01010111100111 Reaganesque 7
-01010111100111 crackpot 7
-01010111100111 changeable 7
-01010111100111 self-reinforcing 7
-01010111100111 episodic 7
-01010111100111 chipper 8
-01010111100111 undermanned 8
-01010111100111 jocular 8
-01010111100111 captivating 8
-01010111100111 polemical 8
-01010111100111 snobbish 8
-01010111100111 unstructured 8
-01010111100111 spineless 8
-01010111100111 smooth-running 8
-01010111100111 inconspicuous 8
-01010111100111 sainted 8
-01010111100111 colloquial 8
-01010111100111 grating 8
-01010111100111 clear-eyed 8
-01010111100111 multicultural 8
-01010111100111 nervy 8
-01010111100111 lugubrious 8
-01010111100111 nonlinear 8
-01010111100111 pro-plaintiff 8
-01010111100111 contemptible 8
-01010111100111 hallucinatory 8
-01010111100111 crisper 9
-01010111100111 unexploited 9
-01010111100111 results-oriented 9
-01010111100111 saleable 9
-01010111100111 hand-painted 9
-01010111100111 heavyhanded 9
-01010111100111 paunchy 9
-01010111100111 regimented 9
-01010111100111 Mozartean 9
-01010111100111 security-conscious 9
-01010111100111 slovenly 9
-01010111100111 drafty 9
-01010111100111 technology-driven 9
-01010111100111 postmodern 9
-01010111100111 swampy 9
-01010111100111 tart 9
-01010111100111 workmanlike 9
-01010111100111 7-3 9
-01010111100111 4-2 9
-01010111100111 staccato 9
-01010111100111 retrograde 9
-01010111100111 homing 10
-01010111100111 exhilarated 10
-01010111100111 well-intended 10
-01010111100111 bombastic 10
-01010111100111 shapely 10
-01010111100111 duplicitous 10
-01010111100111 fitful 10
-01010111100111 passable 10
-01010111100111 stereotyped 10
-01010111100111 mannered 10
-01010111100111 chummy 10
-01010111100111 anti-intellectual 10
-01010111100111 vacuous 10
-01010111100111 saccharine 10
-01010111100111 didactic 10
-01010111100111 brutish 10
-01010111100111 cloying 10
-01010111100111 curt 11
-01010111100111 pedantic 11
-01010111100111 soft-sell 11
-01010111100111 self-financed 11
-01010111100111 pensive 11
-01010111100111 brusque 11
-01010111100111 self-critical 11
-01010111100111 price-competitive 11
-01010111100111 lamentable 11
-01010111100111 hyperbolic 11
-01010111100111 impetuous 11
-01010111100111 militarized 11
-01010111100111 vexatious 11
-01010111100111 straight-forward 11
-01010111100111 quiescent 11
-01010111100111 talked-about 11
-01010111100111 rubbery 11
-01010111100111 high-toned 11
-01010111100111 advantaged 12
-01010111100111 simple-minded 12
-01010111100111 spellbinding 12
-01010111100111 telegenic 12
-01010111100111 fevered 12
-01010111100111 loopy 12
-01010111100111 Grape-Nuts 12
-01010111100111 lackadaisical 12
-01010111100111 tiled 12
-01010111100111 morose 12
-01010111100111 metaphorical 12
-01010111100111 creamy 12
-01010111100111 treatable 12
-01010111100111 thrifty 12
-01010111100111 homogenized 12
-01010111100111 droll 12
-01010111100111 magnanimous 12
-01010111100111 naturalistic 12
-01010111100111 self-perpetuating 12
-01010111100111 self-correcting 12
-01010111100111 pliant 12
-01010111100111 ghoulish 13
-01010111100111 self-absorbed 13
-01010111100111 laconic 13
-01010111100111 profit-oriented 13
-01010111100111 humorless 13
-01010111100111 rapacious 13
-01010111100111 surrealistic 13
-01010111100111 well-stocked 13
-01010111100111 opinionated 13
-01010111100111 wilder 13
-01010111100111 lifelike 13
-01010111100111 supplicant 13
-01010111100111 hardheaded 13
-01010111100111 level-headed 14
-01010111100111 employable 14
-01010111100111 helter-skelter 14
-01010111100111 adventuresome 14
-01010111100111 internationalized 14
-01010111100111 heinous 14
-01010111100111 jovial 14
-01010111100111 erodible 14
-01010111100111 unimaginative 14
-01010111100111 beneficent 14
-01010111100111 obtuse 14
-01010111100111 well-liked 14
-01010111100111 absorbent 14
-01010111100111 militaristic 14
-01010111100111 self-effacing 14
-01010111100111 feckless 14
-01010111100111 malleable 14
-01010111100111 categorical 14
-01010111100111 romanticized 14
-01010111100111 hidebound 14
-01010111100111 nutritious 14
-01010111100111 participatory 15
-01010111100111 fragrant 15
-01010111100111 bellicose 15
-01010111100111 slipshod 15
-01010111100111 well-written 15
-01010111100111 jaundiced 15
-01010111100111 laudatory 15
-01010111100111 landscaped 15
-01010111100111 preventative 15
-01010111100111 matter-of-fact 15
-01010111100111 superstitious 15
-01010111100111 unrivaled 15
-01010111100111 pro-consumer 15
-01010111100111 stoic 15
-01010111100111 Machiavellian 15
-01010111100111 faddish 16
-01010111100111 forgettable 16
-01010111100111 vindictive 16
-01010111100111 sprightly 16
-01010111100111 mystifying 16
-01010111100111 pallid 16
-01010111100111 self-centered 16
-01010111100111 inhuman 16
-01010111100111 tyrannical 16
-01010111100111 user-friendly 16
-01010111100111 60-40 16
-01010111100111 judgmental 16
-01010111100111 slimy 16
-01010111100111 venal 16
-01010111100111 short-sighted 16
-01010111100111 cogent 17
-01010111100111 fatuous 17
-01010111100111 profane 17
-01010111100111 farsighted 17
-01010111100111 treasured 17
-01010111100111 sadistic 17
-01010111100111 scanty 17
-01010111100111 polarizing 17
-01010111100111 deadpan 17
-01010111100111 one-of-a-kind 17
-01010111100111 tempestuous 17
-01010111100111 nebulous 17
-01010111100111 byzantine 17
-01010111100111 mythic 17
-01010111100111 promiscuous 17
-01010111100111 haughty 17
-01010111100111 truncated 17
-01010111100111 photogenic 17
-01010111100111 globalized 17
-01010111100111 degrading 17
-01010111100111 barbaric 18
-01010111100111 garish 18
-01010111100111 demented 18
-01010111100111 greasy 18
-01010111100111 sensuous 18
-01010111100111 culpable 18
-01010111100111 demoralizing 18
-01010111100111 hypnotic 18
-01010111100111 individualistic 18
-01010111100111 high-handed 18
-01010111100111 defeatist 18
-01010111100111 headstrong 18
-01010111100111 vapid 18
-01010111100111 stilted 18
-01010111100111 self-indulgent 18
-01010111100111 symmetrical 18
-01010111100111 temperamental 19
-01010111100111 succinct 19
-01010111100111 finicky 19
-01010111100111 localized 19
-01010111100111 dandy 19
-01010111100111 vile 19
-01010111100111 fearless 19
-01010111100111 chancy 19
-01010111100111 mesmerizing 19
-01010111100111 disheveled 19
-01010111100111 purposeful 19
-01010111100111 rarefied 20
-01010111100111 heartfelt 20
-01010111100111 heretical 20
-01010111100111 cultured 20
-01010111100111 disorganized 20
-01010111100111 well-timed 20
-01010111100111 cuddly 20
-01010111100111 regal 20
-01010111100111 lucid 20
-01010111100111 homespun 20
-01010111100111 price-sensitive 21
-01010111100111 thought-provoking 21
-01010111100111 self-reliant 21
-01010111100111 flammable 21
-01010111100111 wrongheaded 21
-01010111100111 flaky 21
-01010111100111 ponderous 21
-01010111100111 compliant 21
-01010111100111 colder 21
-01010111100111 utilitarian 21
-01010111100111 humdrum 21
-01010111100111 market-driven 21
-01010111100111 funky 21
-01010111100111 tasteless 21
-01010111100111 deep-rooted 21
-01010111100111 frosty 22
-01010111100111 healthful 22
-01010111100111 vitriolic 22
-01010111100111 gruesome 22
-01010111100111 facile 22
-01010111100111 textured 22
-01010111100111 desolate 22
-01010111100111 breathless 22
-01010111100111 wobbly 22
-01010111100111 visceral 22
-01010111100111 cantankerous 22
-01010111100111 legalistic 23
-01010111100111 long-winded 23
-01010111100111 sordid 23
-01010111100111 spartan 23
-01010111100111 tight-fisted 23
-01010111100111 glib 23
-01010111100111 despicable 23
-01010111100111 self-deprecating 23
-01010111100111 proficient 23
-01010111100111 clubby 23
-01010111100111 reactive 24
-01010111100111 forward-looking 24
-01010111100111 drug-free 24
-01010111100111 disjointed 24
-01010111100111 well-respected 24
-01010111100111 steadfast 24
-01010111100111 temperate 24
-01010111100111 grisly 24
-01010111100111 omnipresent 24
-01010111100111 virtuous 24
-01010111100111 numbing 25
-01010111100111 self-interested 25
-01010111100111 multifaceted 25
-01010111100111 colorless 25
-01010111100111 resonant 25
-01010111100111 service-oriented 25
-01010111100111 brooding 25
-01010111100111 noxious 25
-01010111100111 riveting 25
-01010111100111 classy 26
-01010111100111 lurid 26
-01010111100111 tasteful 26
-01010111100111 joyous 26
-01010111100111 doctrinaire 26
-01010111100111 rumpled 26
-01010111100111 cost-efficient 26
-01010111100111 hierarchical 26
-01010111100111 mean-spirited 26
-01010111100111 evenhanded 27
-01010111100111 morbid 27
-01010111100111 masculine 27
-01010111100111 uncooperative 28
-01010111100111 schizophrenic 28
-01010111100111 patronizing 28
-01010111100111 scrupulous 28
-01010111100111 minded 28
-01010111100111 pernicious 28
-01010111100111 complimentary 28
-01010111100111 dicey 28
-01010111100111 credit-worthy 29
-01010111100111 resourceful 29
-01010111100111 evocative 29
-01010111100111 prescient 29
-01010111100111 damning 29
-01010111100111 gentlemanly 29
-01010111100111 utopian 29
-01010111100111 dogmatic 29
-01010111100111 melodramatic 29
-01010111100111 mellow 29
-01010111100111 festive 29
-01010111100111 self-contained 30
-01010111100111 congenial 30
-01010111100111 corrosive 30
-01010111100111 suggestive 30
-01010111100111 collegial 30
-01010111100111 docile 30
-01010111100111 cosmopolitan 30
-01010111100111 porous 30
-01010111100111 lifeless 30
-01010111100111 leftward 30
-01010111100111 serene 31
-01010111100111 trustworthy 31
-01010111100111 luminous 31
-01010111100111 risk-averse 31
-01010111100111 well-organized 31
-01010111100111 squalid 31
-01010111100111 personable 31
-01010111100111 anachronistic 31
-01010111100111 dovish 31
-01010111100111 quixotic 31
-01010111100111 laudable 32
-01010111100111 concise 32
-01010111100111 free-wheeling 32
-01010111100111 crooked 32
-01010111100111 gentler 32
-01010111100111 blighted 32
-01010111100111 resolute 32
-01010111100111 lovable 32
-01010111100111 carcinogenic 32
-01010111100111 unyielding 32
-01010111100111 prosaic 32
-01010111100111 well-financed 33
-01010111100111 down-to-earth 33
-01010111100111 frayed 33
-01010111100111 myopic 33
-01010111100111 disorderly 33
-01010111100111 belligerent 33
-01010111100111 long-lived 33
-01010111100111 disparaging 33
-01010111100111 profligate 33
-01010111100111 shady 33
-01010111100111 purified 33
-01010111100111 descriptive 33
-01010111100111 downbeat 34
-01010111100111 pluralistic 34
-01010111100111 horrifying 34
-01010111100111 idiosyncratic 34
-01010111100111 homogeneous 34
-01010111100111 testy 34
-01010111100111 hawkish 34
-01010111100111 dictatorial 35
-01010111100111 fruitful 35
-01010111100111 high-minded 35
-01010111100111 self-conscious 36
-01010111100111 cocky 36
-01010111100111 methodical 36
-01010111100111 surreal 37
-01010111100111 Byzantine 37
-01010111100111 brazen 37
-01010111100111 acidic 37
-01010111100111 cavalier 38
-01010111100111 self-destructive 38
-01010111100111 understaffed 38
-01010111100111 ruinous 38
-01010111100111 sedate 38
-01010111100111 prickly 38
-01010111100111 shrill 38
-01010111100111 easygoing 38
-01010111100111 tranquil 38
-01010111100111 readable 38
-01010111100111 laid-back 38
-01010111100111 haphazard 38
-01010111100111 fearsome 39
-01010111100111 stylized 39
-01010111100111 nimble 39
-01010111100111 tantalizing 39
-01010111100111 well-off 40
-01010111100111 autobiographical 40
-01010111100111 gracious 40
-01010111100111 permissive 40
-01010111100111 paternalistic 40
-01010111100111 plodding 40
-01010111100111 paradoxical 40
-01010111100111 neurotic 40
-01010111100111 cohesive 41
-01010111100111 distracting 41
-01010111100111 raucous 41
-01010111100111 well-informed 41
-01010111100111 menacing 42
-01010111100111 vehement 42
-01010111100111 pro-business 42
-01010111100111 adventurous 43
-01010111100111 ingrained 43
-01010111100111 dependable 43
-01010111100111 salable 43
-01010111100111 frugal 44
-01010111100111 slippery 44
-01010111100111 truthful 44
-01010111100111 top-heavy 44
-01010111100111 businesslike 44
-01010111100111 playful 44
-01010111100111 whimsical 44
-01010111100111 terrifying 45
-01010111100111 virulent 45
-01010111100111 fanciful 45
-01010111100111 diligent 45
-01010111100111 versatile 46
-01010111100111 capricious 46
-01010111100111 restive 46
-01010111100111 perceptive 46
-01010111100111 pristine 46
-01010111100111 low-tech 46
-01010111100111 single-minded 47
-01010111100111 impersonal 47
-01010111100111 convoluted 47
-01010111100111 sought-after 47
-01010111100111 smug 48
-01010111100111 low-profile 48
-01010111100111 wholesome 48
-01010111100111 dignified 49
-01010111100111 perilous 50
-01010111100111 stressful 50
-01010111100111 one-sided 50
-01010111100111 harmonious 50
-01010111100111 dilutive 50
-01010111100111 compulsive 50
-01010111100111 panicky 51
-01010111100111 zealous 51
-01010111100111 brittle 51
-01010111100111 capital-intensive 52
-01010111100111 well-intentioned 53
-01010111100111 meticulous 53
-01010111100111 solemn 53
-01010111100111 poisonous 53
-01010111100111 muddled 53
-01010111100111 long-lasting 53
-01010111100111 poetic 53
-01010111100111 literal 53
-01010111100111 vigilant 54
-01010111100111 revered 54
-01010111100111 fuel-efficient 54
-01010111100111 subversive 54
-01010111100111 seductive 55
-01010111100111 vexing 55
-01010111100111 well-regarded 55
-01010111100111 cost-conscious 55
-01010111100111 dishonest 56
-01010111100111 self-sufficient 56
-01010111100111 cloudy 56
-01010111100111 contagious 56
-01010111100111 simplistic 57
-01010111100111 feminine 57
-01010111100111 grotesque 57
-01010111100111 tenacious 57
-01010111100111 recognizable 58
-01010111100111 congested 58
-01010111100111 painless 60
-01010111100111 vociferous 60
-01010111100111 resilient 62
-01010111100111 debilitating 62
-01010111100111 genteel 63
-01010111100111 fickle 63
-01010111100111 hilarious 63
-01010111100111 selfish 64
-01010111100111 feeble 64
-01010111100111 glutted 64
-01010111100111 tolerant 65
-01010111100111 forthright 65
-01010111100111 well-established 65
-01010111100111 sinister 67
-01010111100111 ferocious 67
-01010111100111 overbuilt 67
-01010111100111 strident 67
-01010111100111 politicized 69
-01010111100111 fervent 69
-01010111100111 bulky 69
-01010111100111 bolder 69
-01010111100111 humiliating 69
-01010111100111 frenetic 69
-01010111100111 clumsy 69
-01010111100111 quirky 70
-01010111100111 cheerful 70
-01010111100111 futuristic 70
-01010111100111 luxurious 70
-01010111100111 self-serving 71
-01010111100111 manipulative 71
-01010111100111 tenuous 73
-01010111100111 heavy-handed 73
-01010111100111 dense 74
-01010111100111 lyrical 74
-01010111100111 treacherous 74
-01010111100111 touchy 75
-01010111100111 transparent 76
-01010111100111 glorious 76
-01010111100111 acclaimed 76
-01010111100111 discreet 77
-01010111100111 decentralized 77
-01010111100111 magical 78
-01010111100111 poignant 78
-01010111100111 somber 79
-01010111100111 timid 79
-01010111100111 populous 79
-01010111100111 tedious 80
-01010111100111 skillful 83
-01010111100111 courageous 84
-01010111100111 witty 86
-01010111100111 cherished 88
-01010111100111 confrontational 88
-01010111100111 compassionate 88
-01010111100111 sober 90
-01010111100111 frank 92
-01010111100111 spontaneous 92
-01010111100111 lightweight 95
-01010111100111 vibrant 96
-01010111100111 precarious 96
-01010111100111 prevalent 97
-01010111100111 ruthless 100
-01010111100111 cozy 101
-01010111100111 conspicuous 101
-01010111100111 cramped 101
-01010111100111 candid 102
-01010111100111 hard-nosed 103
-01010111100111 humane 104
-01010111100111 complementary 104
-01010111100111 tangled 105
-01010111100111 ubiquitous 105
-01010111100111 perverse 107
-01010111100111 workable 108
-01010111100111 flashy 109
-01010111100111 sloppy 112
-01010111100111 manageable 114
-01010111100111 combative 115
-01010111100111 polished 115
-01010111100111 pricey 116
-01010111100111 divisive 119
-01010111100111 greedy 120
-01010111100111 primitive 121
-01010111100111 murky 122
-01010111100111 messy 122
-01010111100111 cumbersome 125
-01010111100111 lethal 125
-01010111100111 lax 128
-01010111100111 rewarding 128
-01010111100111 glamorous 128
-01010111100111 passionate 128
-01010111100111 disruptive 130
-01010111100111 mundane 130
-01010111100111 secretive 131
-01010111100111 lenient 131
-01010111100111 benign 134
-01010111100111 prized 134
-01010111100111 turbulent 136
-01010111100111 contradictory 138
-01010111100111 persuasive 139
-01010111100111 thoughtful 141
-01010111100111 misguided 141
-01010111100111 stubborn 142
-01010111100111 provocative 142
-01010111100111 blockbuster 143
-01010111100111 time-consuming 144
-01010111100111 charming 144
-01010111100111 memorable 144
-01010111100111 cost-effective 145
-01010111100111 plausible 148
-01010111100111 shrewd 149
-01010111100111 renowned 150
-01010111100111 conciliatory 151
-01010111100111 daring 154
-01010111100111 sacred 154
-01010111100111 fragmented 155
-01010111100111 fascinating 158
-01010111100111 cynical 158
-01010111100111 forceful 159
-01010111100111 destructive 160
-01010111100111 discriminatory 161
-01010111100111 low-key 161
-01010111100111 burdensome 163
-01010111100111 chaotic 163
-01010111100111 notorious 164
-01010111100111 rigorous 164
-01010111100111 cosmetic 170
-01010111100111 centralized 171
-01010111100111 tense 177
-01010111100111 vivid 178
-01010111100111 fluid 180
-01010111100111 thriving 184
-01010111100111 straightforward 184
-01010111100111 pervasive 185
-01010111100111 fashionable 186
-01010111100111 oriented 189
-01010111100111 colorful 195
-01010111100111 peculiar 195
-01010111100111 brutal 197
-01010111100111 distinctive 197
-01010111100111 contentious 199
-01010111100111 gloomy 207
-01010111100111 deadly 209
-01010111100111 prosperous 209
-01010111100111 convenient 219
-01010111100111 distressed 219
-01010111100111 pragmatic 225
-01010111100111 troublesome 228
-01010111100111 boring 237
-01010111100111 mysterious 242
-01010111100111 vocal 249
-01010111100111 dubious 256
-01010111100111 unpopular 267
-01010111100111 fragile 270
-01010111100111 relaxed 274
-01010111100111 educated 280
-01010111100111 confusing 289
-01010111100111 devastating 290
-01010111100111 predictable 293
-01010111100111 bizarre 295
-01010111100111 symbolic 297
-01010111100111 thick 303
-01010111100111 disturbing 307
-01010111100111 potent 308
-01010111100111 stringent 312
-01010111100111 rigid 331
-01010111100111 forthcoming 331
-01010111100111 publicized 332
-01010111100111 dynamic 339
-01010111100111 dull 342
-01010111100111 selective 348
-01010111100111 brilliant 349
-01010111100111 uniform 354
-01010111100111 compelling 356
-01010111100111 distant 361
-01010111100111 viable 363
-01010111100111 disastrous 375
-01010111100111 restrictive 391
-01010111100111 vague 460
-01010111100111 diverse 468
-01010111100111 remote 473
-01010111100111 realistic 475
-01010111100111 respected 482
-01010111100111 crowded 490
-01010111100111 reliable 505
-01010111100111 productive 520
-01010111100111 painful 524
-01010111100111 specialized 552
-01010111100111 visible 579
-01010111100111 flexible 627
-01010111100111 liquid 651
-01010111100111 protectionist 700
-01010111100111 generous 706
-01010111100111 speculative 783
-01010111100111 useful 814
-01010111100111 busy 823
-01010111100111 risky 831
-01010111100111 bearish 846
-01010111100111 lucrative 861
-01010111100111 complicated 871
-01010111100111 promising 910
-01010111100111 famous 926
-01010111100111 defensive 946
-01010111100111 valuable 949
-01010111100111 cautious 1102
-01010111100111 sophisticated 1111
-01010111100111 volatile 1117
-01010111100111 dangerous 1153
-01010111100111 bullish 1293
-01010111100111 costly 1685
-01010111100111 controversial 1743
-01010111100111 complex 2576
-01010111100111 powerful 2611
-01010111100111 profitable 2916
-01010111100111 popular 3069
-01010111100111 competitive 3516
-01010111100111 successful 3488
-0101011110100 falser 1
-0101011110100 climatically 1
-0101011110100 singable 1
-0101011110100 dictatorialization 1
-0101011110100 troublingly 1
-0101011110100 pricklier 1
-0101011110100 11,712 1
-0101011110100 radiccio 1
-0101011110100 trade-constricting 1
-0101011110100 maximizers 1
-0101011110100 squeezed-out 1
-0101011110100 growingly 1
-0101011110100 trihalomethane 1
-0101011110100 WRANGLING 1
-0101011110100 eight-foot-square 1
-0101011110100 gramatically 1
-0101011110100 unworkably 2
-0101011110100 64-megabit 2
-0101011110100 bread-quality 3
-0101011110100 cloudier 3
-0101011110100 unmerited 3
-0101011110100 1,378 3
-0101011110100 deadlier 3
-0101011110100 more 90721
-0101011110100 fewer 2272
-0101011110101 first-borns 1
-0101011110101 disquietingly 1
-0101011110101 Seattle/Spokane 1
-0101011110101 unmodifiable 1
-0101011110101 quantitate 1
-0101011110101 non-truths 1
-0101011110101 office-hotel-retail 1
-0101011110101 charier 1
-0101011110101 papaya-passion 1
-0101011110101 over-advertise 1
-0101011110101 hotel-office 1
-0101011110101 senior-manager 1
-0101011110101 Arabic-like 1
-0101011110101 -less 1
-0101011110101 bonehead 1
-0101011110101 prohibitvely 1
-0101011110101 1,721 1
-0101011110101 better-liked 1
-0101011110101 unsaleably 1
-0101011110101 inner-focused 1
-0101011110101 territory-run 1
-0101011110101 fuel-energy 1
-0101011110101 shares-higher 1
-0101011110101 apartment-and-office 1
-0101011110101 unemployment-tax 1
-0101011110101 Cominform 1
-0101011110101 wear-and-tear 1
-0101011110101 paunchier 1
-0101011110101 joint-venturing 1
-0101011110101 fare-raising 1
-0101011110101 strike-happy 1
-0101011110101 brasher 1
-0101011110101 Freedent 1
-0101011110101 irredeemably 1
-0101011110101 exclusiveness 1
-0101011110101 manageability 1
-0101011110101 sweatier 1
-0101011110101 nuttily 1
-0101011110101 clingier 1
-0101011110101 frostier 1
-0101011110101 1,387 2
-0101011110101 wealth-building 2
-0101011110101 esthetically 2
-0101011110101 1,285 2
-0101011110101 flimsier 2
-0101011110101 corruptive 2
-0101011110101 better-positioned 2
-0101011110101 unhappier 2
-0101011110101 QUITE 2
-0101011110101 unwarrantedly 2
-0101011110101 allergenic 3
-0101011110101 better-reserved 3
-0101011110101 1,791 3
-0101011110101 thyme 3
-0101011110101 unpalatably 4
-0101011110101 pleasingly 4
-0101011110101 cashew 6
-0101011110101 2,630 6
-0101011110101 prouder 7
-0101011110101 chock 9
-0101011110101 less 16437
-0101011110101 prohibitively 155
-0101011110110 anti-Europeanism 1
-0101011110110 Lukewarm 1
-0101011110110 photochemical 1
-0101011110110 20-below 1
-0101011110110 commodity-chemical 1
-0101011110110 underamortized 1
-0101011110110 71,066 1
-0101011110110 stock-dividend 1
-0101011110110 inflation-pegged 1
-0101011110110 Terminology 1
-0101011110110 wage-fueled 1
-0101011110110 hard-to-kill 1
-0101011110110 tongue-incheek 1
-0101011110110 26,514 1
-0101011110110 heeled 1
-0101011110110 union-endorsed 1
-0101011110110 undernourishes 1
-0101011110110 incorect 1
-0101011110110 less-generous-than-usual 1
-0101011110110 underassessed 1
-0101011110110 1,230-pound 1
-0101011110110 expensive-to-maintain 1
-0101011110110 blackbacked 1
-0101011110110 juvenile-onset 1
-0101011110110 bio-pharmaceutical 1
-0101011110110 grain-ration 1
-0101011110110 impalpable 1
-0101011110110 perjurious 1
-0101011110110 state-income 1
-0101011110110 moneyfund 1
-0101011110110 below-union 1
-0101011110110 zee 1
-0101011110110 special-use 1
-0101011110110 hospital-plan 1
-0101011110110 palm-tree 1
-0101011110110 state-school 1
-0101011110110 full-fare-coach 1
-0101011110110 new-camera 1
-0101011110110 white-tablecloth 1
-0101011110110 lower-than-market 1
-0101011110110 haute-cuisine 1
-0101011110110 Consortia 1
-0101011110110 feedcorn 1
-0101011110110 energy-crisis 1
-0101011110110 per-term 1
-0101011110110 overstated. 1
-0101011110110 less-light 1
-0101011110110 early-17th-century 1
-0101011110110 3.3130 1
-0101011110110 hormone-deficiency-related 1
-0101011110110 different-seeming 1
-0101011110110 higher-than-retail 1
-0101011110110 still-warmer 1
-0101011110110 non-promotional 1
-0101011110110 preferredstock 1
-0101011110110 options-generated 1
-0101011110110 big-investor 1
-0101011110110 deep-plunge 1
-0101011110110 below-industry 1
-0101011110110 dissimiliar 1
-0101011110110 still-restrained 1
-0101011110110 higher-than-prevailing 1
-0101011110110 energy-company 1
-0101011110110 diclofenac 1
-0101011110110 Syrian-inspired 1
-0101011110110 non-monopolistic 1
-0101011110110 delphic 1
-0101011110110 corporate-sector 1
-0101011110110 1,234,500 1
-0101011110110 pre-transfer 1
-0101011110110 requsting 1
-0101011110110 drafted. 1
-0101011110110 celsius 1
-0101011110110 early-onset 1
-0101011110110 psychopolitical 1
-0101011110110 market-interest 1
-0101011110110 exhorbitant 1
-0101011110110 Tokyo-originating 1
-0101011110110 more-trusted 1
-0101011110110 underdressed 1
-0101011110110 above-zero 1
-0101011110110 top-market 1
-0101011110110 non-accrued 2
-0101011110110 fourth-class 2
-0101011110110 2,397 2
-0101011110110 NIC 2
-0101011110110 Medicare-catastrophic-care 2
-0101011110110 below-prime 2
-0101011110110 less-vigorous 2
-0101011110110 1/32nd 2
-0101011110110 union-scale 2
-0101011110110 well-targeted 2
-0101011110110 shod 2
-0101011110110 cheaper-to-maintain 2
-0101011110110 paleontology 2
-0101011110110 super-high 2
-0101011110110 near-wholesale 2
-0101011110110 sugarcoating 2
-0101011110110 U.S.C. 2
-0101011110110 government-fixed 3
-0101011110110 near-peak 3
-0101011110110 time-and-a-half 4
-0101011110110 snacking 4
-0101011110110 more-complicated 4
-0101011110110 underinvested 4
-0101011110110 skyhigh 4
-0101011110110 colder-than-normal 5
-0101011110110 risk-related 5
-0101011110110 waist-high 5
-0101011110110 cheapened 6
-0101011110110 still-higher 7
-0101011110110 market-determined 7
-0101011110110 below-cost 8
-0101011110110 state-set 10
-0101011110110 ever-higher 13
-0101011110110 higher-than-anticipated 20
-0101011110110 higher-than-market 22
-0101011110110 uncollected 22
-0101011110110 triple-digit 24
-0101011110110 fire-sale 29
-0101011110110 above-normal 30
-0101011110110 nondeductible 38
-0101011110110 bargain-basement 41
-0101011110110 below-market 96
-0101011110110 higher-than-expected 112
-0101011110110 firmer 482
-0101011110110 higher 17782
-0101011110110 lower 13659
-010101111011100 alike. 1
-010101111011100 post-marital 1
-010101111011100 index-futures-related 1
-010101111011100 inviable 1
-010101111011100 aboutcha 1
-010101111011100 sports-club 1
-010101111011100 misery. 1
-010101111011100 over-zealously 1
-010101111011100 noise-measuring 1
-010101111011100 informationally 1
-010101111011100 non-Christians 1
-010101111011100 toters 1
-010101111011100 cornier 1
-010101111011100 unisons 1
-010101111011100 departmental-level 1
-010101111011100 zig-zaggy 1
-010101111011100 Arab-language 1
-010101111011100 frou-frou 1
-010101111011100 half-days 1
-010101111011100 rockier 1
-010101111011100 virus-receptor 1
-010101111011100 squarer 1
-010101111011100 snootier 1
-010101111011100 stand. 1
-010101111011100 1989-65 1
-010101111011100 drabber 1
-010101111011100 Fed-local 1
-010101111011100 cocktailish 1
-010101111011100 anti-white 1
-010101111011100 half-well 1
-010101111011100 hooplah 1
-010101111011100 health-care-related 1
-010101111011100 droughty 1
-010101111011100 1989-76 1
-010101111011100 child-run 1
-010101111011100 more-compelling 1
-010101111011100 range-finder 1
-010101111011100 unaccrued 1
-010101111011100 Mahlerian 2
-010101111011100 indocumentados 2
-010101111011100 bullfights 2
-010101111011100 duelling 2
-010101111011100 springier 2
-010101111011100 hearses 2
-010101111011100 bellman 2
-010101111011100 fusty 2
-010101111011100 vote-winning 2
-010101111011100 machine-age 2
-010101111011100 Ambassadors 2
-010101111011100 pre-Inca 2
-010101111011100 gamier 2
-010101111011100 catchier 2
-010101111011100 flusher 2
-010101111011100 drunker 2
-010101111011100 must-buy 2
-010101111011100 holier 2
-010101111011100 soggier 2
-010101111011100 mid-calf 2
-010101111011100 eerier 2
-010101111011100 touchier 2
-010101111011100 trainable 3
-010101111011100 tenser 3
-010101111011100 worse. 3
-010101111011100 stogie 3
-010101111011100 stutters 3
-010101111011100 fisher 3
-010101111011100 cash-outs 3
-010101111011100 dewy-eyed 3
-010101111011100 she-male 3
-010101111011100 cruder 3
-010101111011100 lonelier 3
-010101111011100 corruptly 3
-010101111011100 fast-pitch 3
-010101111011100 slacking 4
-010101111011100 winded 4
-010101111011100 muddier 4
-010101111011100 blacker 4
-010101111011100 discomfiting 4
-010101111011100 trite 4
-010101111011100 C++ 4
-010101111011100 cuter 4
-010101111011100 more. 4
-010101111011100 ruder 4
-010101111011100 better-looking 4
-010101111011100 sturdier 4
-010101111011100 funnier 5
-010101111011100 buttery 5
-010101111011100 fuzzier 5
-010101111011100 hazier 5
-010101111011100 lengthier 5
-010101111011100 jaywalking 5
-010101111011100 tastier 6
-010101111011100 stickier 6
-010101111011100 vaguer 6
-010101111011100 crazier 6
-010101111011100 saltier 6
-010101111011100 scarier 6
-010101111011100 nobler 6
-010101111011100 sadder 6
-010101111011100 seasick 6
-010101111011100 fitter 6
-010101111011100 hardier 6
-010101111011100 misty-eyed 6
-010101111011100 disorienting 7
-010101111011100 sillier 7
-010101111011100 dicier 7
-010101111011100 nastier 7
-010101111011100 dispassionately 7
-010101111011100 sexier 7
-010101111011100 juicier 7
-010101111011100 bloodier 7
-010101111011100 dumber 8
-010101111011100 whiter 8
-010101111011100 weirder 8
-010101111011100 dirtier 8
-010101111011100 chintzy 8
-010101111011100 murkier 10
-010101111011100 briefer 10
-010101111011100 grimmer 11
-010101111011100 blunter 11
-010101111011100 stingier 11
-010101111011100 prettier 12
-010101111011100 duller 13
-010101111011100 messier 13
-010101111011100 truer 14
-010101111011100 ya 15
-010101111011100 shakier 15
-010101111011100 angrier 16
-010101111011100 hungrier 16
-010101111011100 purer 17
-010101111011100 dimmer 18
-010101111011100 shallower 18
-010101111011100 keener 19
-010101111011100 livelier 19
-010101111011100 luckier 20
-010101111011100 rougher 21
-010101111011100 fiercer 21
-010101111011100 greener 22
-010101111011100 meaner 24
-010101111011100 thicker 24
-010101111011100 grander 25
-010101111011100 keel 25
-010101111011100 bleaker 25
-010101111011100 sicker 27
-010101111011100 trickier 28
-010101111011100 scarcer 28
-010101111011100 sweeter 29
-010101111011100 rarer 30
-010101111011100 fresher 32
-010101111011100 friendlier 37
-010101111011100 nicer 37
-010101111011100 busier 38
-010101111011100 hotter 40
-010101111011100 smoother 48
-010101111011100 taller 49
-010101111011100 fairer 51
-010101111011100 louder 54
-010101111011100 thinner 61
-010101111011100 costlier 67
-010101111011100 harsher 76
-010101111011100 firsthand 80
-010101111011100 smarter 84
-010101111011100 warmer 91
-010101111011100 happier 99
-010101111011100 riskier 134
-010101111011100 brighter 153
-010101111011100 quicker 170
-010101111011100 richer 190
-010101111011100 simpler 229
-010101111011100 clearer 270
-010101111011100 safer 299
-010101111011100 sooner 544
-010101111011100 tougher 1006
-010101111011100 cheaper 1059
-010101111011100 worse 1837
-010101111011100 better 10296
-010101111011100 faster 1938
-010101111011101 one-and-a-half-billion 1
-010101111011101 algae-based 1
-010101111011101 daylower 1
-010101111011101 well-supervised 1
-010101111011101 one-to-10 1
-010101111011101 hurricane-survival 1
-010101111011101 photo-sensitive 1
-010101111011101 plasterlike 1
-010101111011101 commercial-financial 1
-010101111011101 stagings 1
-010101111011101 cow-elk 1
-010101111011101 ton-mile 1
-010101111011101 three-times-greater 1
-010101111011101 services-tax 1
-010101111011101 unpaid-leave 1
-010101111011101 gold/commodity-backed 1
-010101111011101 three-base 1
-010101111011101 confetti-like 1
-010101111011101 more-diverse 1
-010101111011101 Gettelman 1
-010101111011101 ill-grounded 1
-010101111011101 near-bionic 1
-010101111011101 conscience-keeper 1
-010101111011101 snoop-and-spy 1
-010101111011101 dream-like 1
-010101111011101 steel-weighted 1
-010101111011101 high-valued 1
-010101111011101 glue-like 1
-010101111011101 non-raunchy 1
-010101111011101 nolo 1
-010101111011101 self-avowed 1
-010101111011101 more-heavily 1
-010101111011101 stiff-legged 1
-010101111011101 toing 1
-010101111011101 still-weaker 1
-010101111011101 Rototiller 1
-010101111011101 military-marketing 1
-010101111011101 Bruegelesque 1
-010101111011101 less-than-ingenuous 1
-010101111011101 hundred-million 1
-010101111011101 much-clearer 1
-010101111011101 Nazi-style 1
-010101111011101 done-unto 1
-010101111011101 1-to-10 1
-010101111011101 more-personal 1
-010101111011101 creamery 1
-010101111011101 further-weakening 1
-010101111011101 mouth-stinging 1
-010101111011101 mine-detection 1
-010101111011101 military-commercial 1
-010101111011101 epistemological 1
-010101111011101 neo-Stalinist 1
-010101111011101 multi-multi-multimillion 1
-010101111011101 back-disability 1
-010101111011101 digest-size 1
-010101111011101 car-based 1
-010101111011101 traffic-cop 2
-010101111011101 single-class 2
-010101111011101 formula-determined 2
-010101111011101 pig-iron 2
-010101111011101 uproarious 2
-010101111011101 team-oriented 2
-010101111011101 pop-cultural 2
-010101111011101 still-fragile 2
-010101111011101 widepread 2
-010101111011101 nimbler 2
-010101111011101 chewed-up 2
-010101111011101 moonstruck 2
-010101111011101 cents-per-share 2
-010101111011101 personage 2
-010101111011101 still-larger 2
-010101111011101 starker 2
-010101111011101 string-bean 2
-010101111011101 lowercost 2
-010101111011101 far-removed 3
-010101111011101 tax-incentive 3
-010101111011101 bullheaded 3
-010101111011101 tonier 3
-010101111011101 recession-like 3
-010101111011101 telephonic 3
-010101111011101 still-lower 3
-010101111011101 northerly 3
-010101111011101 juridical 3
-010101111011101 plastic-foam 3
-010101111011101 meeker 3
-010101111011101 well-priced 4
-010101111011101 1,184 4
-010101111011101 sunnier 4
-010101111011101 timelier 4
-010101111011101 twice-daily 4
-010101111011101 under-leveraged 4
-010101111011101 deathlike 4
-010101111011101 longer-lasting 4
-010101111011101 ironical 5
-010101111011101 thornier 5
-010101111011101 wetter 5
-010101111011101 larger-than-anticipated 5
-010101111011101 glitzier 6
-010101111011101 well-coordinated 6
-010101111011101 more-lenient 6
-010101111011101 straighter 7
-010101111011101 desegregated 7
-010101111011101 hipper 8
-010101111011101 week-to-week 8
-010101111011101 graver 9
-010101111011101 sleeker 9
-010101111011101 lower-than-average 9
-010101111011101 tinier 10
-010101111011101 roomier 11
-010101111011101 skimpier 11
-010101111011101 bulkier 13
-010101111011101 broader-based 15
-010101111011101 drier 15
-010101111011101 pricier 16
-010101111011101 loftier 16
-010101111011101 brisker 17
-010101111011101 subtler 21
-010101111011101 swifter 22
-010101111011101 heftier 22
-010101111011101 sounder 22
-010101111011101 gloomier 24
-010101111011101 tamer 24
-010101111011101 rosier 32
-010101111011101 steadier 33
-010101111011101 fatter 43
-010101111011101 calmer 47
-010101111011101 shrunken 48
-010101111011101 fuller 53
-010101111011101 slimmer 56
-010101111011101 looser 57
-010101111011101 milder 63
-010101111011101 darker 68
-010101111011101 quieter 95
-010101111011101 steeper 101
-010101111011101 stiffer 118
-010101111011101 leaner 120
-010101111011101 freer 157
-010101111011101 softer 158
-010101111011101 healthier 163
-010101111011101 heavier 193
-010101111011101 sharper 199
-010101111011101 stricter 200
-010101111011101 lighter 201
-010101111011101 shorter 399
-010101111011101 narrower 402
-010101111011101 deeper 430
-010101111011101 tighter 561
-010101111011101 wider 798
-010101111011101 slower 1051
-010101111011101 weaker 1160
-010101111011101 broader 1510
-010101111011101 bigger 2124
-010101111011101 stronger 2269
-010101111011101 larger 3469
-010101111011101 smaller 4059
-010101111011101 greater 4157
-010101111011110 groundswells 1
-010101111011110 rapproachement 1
-010101111011110 Superego 1
-010101111011110 suasiveness 1
-010101111011110 tomates 1
-010101111011110 Libels 1
-010101111011110 IMIPs 1
-010101111011110 johnny-come-lately 1
-010101111011110 sappiness 1
-010101111011110 non-poaching 1
-010101111011110 simultaneous-translation 1
-010101111011110 roadmaps 1
-010101111011110 stunt-flying 1
-010101111011110 plans./But 1
-010101111011110 awnings 1
-010101111011110 Leaf-Burning 1
-010101111011110 leafburning 1
-010101111011110 Supersavers 1
-010101111011110 city-suburban 1
-010101111011110 pullet 1
-010101111011110 wisdom/Too 1
-010101111011110 Norn 1
-010101111011110 criss-cross 1
-010101111011110 hootch 1
-010101111011110 unsavory-looking 1
-010101111011110 Fluffinella 1
-010101111011110 reinitiates 1
-010101111011110 ship-to-satellite-to-allover-the-galaxy 1
-010101111011110 Atlanticist 1
-010101111011110 submarine-search 1
-010101111011110 choice. 1
-010101111011110 repeating. 1
-010101111011110 made-in-the-U.S. 1
-010101111011110 thin-slab 1
-010101111011110 swifty 1
-010101111011110 tenderfoot. 1
-010101111011110 Friedmanite 1
-010101111011110 Habitual 1
-010101111011110 pleasanter 1
-010101111011110 Kremlinological 1
-010101111011110 yucky 1
-010101111011110 mo 1
-010101111011110 interfacer 1
-010101111011110 counterproposals. 1
-010101111011110 gainsaying 1
-010101111011110 state-dictated 1
-010101111011110 inarguable 1
-010101111011110 Ecstasy 1
-010101111011110 owner-boss 1
-010101111011110 non-newspaper 1
-010101111011110 non-meat 1
-010101111011110 grown-up-sized 1
-010101111011110 self-disciplining 1
-010101111011110 crosssectional 1
-010101111011110 showstoppers 1
-010101111011110 stiff-haired 1
-010101111011110 self-deprecation 1
-010101111011110 prows 1
-010101111011110 quids 1
-010101111011110 explanation. 1
-010101111011110 in-and-outer 1
-010101111011110 Chin-Use 1
-010101111011110 pre-sorting 1
-010101111011110 truth-teller 1
-010101111011110 counteragents 1
-010101111011110 vertical-restraint 1
-010101111011110 dino 1
-010101111011110 majeures 1
-010101111011110 battered-fedora 1
-010101111011110 film-colorization 1
-010101111011110 geroscope 1
-010101111011110 gearshift 1
-010101111011110 megaseller 1
-010101111011110 wildlife-protection 1
-010101111011110 arroz 2
-010101111011110 playhouses 2
-010101111011110 administration-wide 2
-010101111011110 murmers 2
-010101111011110 brainer 2
-010101111011110 baptisms 2
-010101111011110 Greenwichers 2
-010101111011110 toxicities 2
-010101111011110 snots 2
-010101111011110 pickoff 2
-010101111011110 cakewalk 3
-010101111011110 flaks 3
-010101111011110 huzzahs 3
-010101111011110 mutagen 3
-010101111011110 commandments 4
-010101111011110 CITES 6
-010101111011110 deader 7
-010101111011110 slouches 8
-010101111011110 compunction 8
-010101111011110 mistaking 10
-010101111011110 rave 34
-010101111011110 majeure 47
-010101111011110 avail 79
-010101111011110 doubt 2237
-010101111011110 longer 4683
-010101111011111 pulse-racing 1
-010101111011111 pre-poll 1
-010101111011111 grain-policy 1
-010101111011111 22-foot-long 1
-010101111011111 maintenance-complaint 1
-010101111011111 Carter-style 1
-010101111011111 house-fire 1
-010101111011111 anti-disclosure 1
-010101111011111 Keatsian 1
-010101111011111 chemical-related 1
-010101111011111 uninterruptedly 1
-010101111011111 DISINTERMEDIATION 1
-010101111011111 drought-produced 1
-010101111011111 sausagelike 1
-010101111011111 equipment-design 1
-010101111011111 arresters 1
-010101111011111 missile-repair 1
-010101111011111 wire-tapped 1
-010101111011111 post-contest 1
-010101111011111 ad-page 1
-010101111011111 Renaults 1
-010101111011111 alcohol-labeling 1
-010101111011111 sea-level 1
-010101111011111 interregulatory 1
-010101111011111 perfumer 1
-010101111011111 barrier-crash 1
-010101111011111 phase-3 1
-010101111011111 more-strident 1
-010101111011111 union-instigated 1
-010101111011111 narcotics-laws 1
-010101111011111 Catholic-Jewish 1
-010101111011111 scatalogical 1
-010101111011111 munitions-plant 1
-010101111011111 acerbically 1
-010101111011111 closed-circuit-quality 1
-010101111011111 i2 1
-010101111011111 sphincter 1
-010101111011111 surface-mining 1
-010101111011111 police-issued 1
-010101111011111 tungsten-carbide 1
-010101111011111 sacred-cow 1
-010101111011111 preexisting 1
-010101111011111 plant-cell 1
-010101111011111 market-caused 1
-010101111011111 import-tariff 1
-010101111011111 Boeing-designed 1
-010101111011111 non-sale 1
-010101111011111 steel-galvanizing 1
-010101111011111 crop-enriching 1
-010101111011111 tax-vs.-book 1
-010101111011111 ice-skate 1
-010101111011111 ore-production 1
-010101111011111 bias-related 1
-010101111011111 lung-function 1
-010101111011111 premarket 1
-010101111011111 Feb.1 1
-010101111011111 engine-mount 1
-010101111011111 fancily 1
-010101111011111 simulation-facility 1
-010101111011111 as-yet-unrecognized 1
-010101111011111 domestic-inflation 1
-010101111011111 U.S.-Israel-Egyptian 1
-010101111011111 microwave-landing-system 1
-010101111011111 debtor-relief 1
-010101111011111 procurement-overhaul 1
-010101111011111 midnight-only 1
-010101111011111 sign-ordinance 1
-010101111011111 local-station 1
-010101111011111 real-estate-venture 1
-010101111011111 Egyptian-American 2
-010101111011111 biggger 2
-010101111011111 cumene 2
-010101111011111 furtheir 2
-010101111011111 bodily-injury 2
-010101111011111 cost-effectively 2
-010101111011111 probative 2
-010101111011111 elbow-to-elbow 2
-010101111011111 shorter-than-normal 2
-010101111011111 glasnost-related 2
-010101111011111 electrolytically 2
-010101111011111 sugar-price 2
-010101111011111 wide-based 2
-010101111011111 callously 2
-010101111011111 plea-bargained 2
-010101111011111 Nimby 3
-010101111011111 moped 3
-010101111011111 twenty-one 3
-010101111011111 more-stimulative 4
-010101111011111 permanent-resident 4
-010101111011111 jovially 4
-010101111011111 widowhood 4
-010101111011111 near-limit 5
-010101111011111 microscopically 6
-010101111011111 jauntily 6
-010101111011111 Chinese-style 6
-010101111011111 barrel-for-barrel 6
-010101111011111 hairline 9
-010101111011111 rightward 10
-010101111011111 futher 11
-010101111011111 wide-scale 11
-010101111011111 currency-related 13
-010101111011111 dollar-related 15
-010101111011111 pep 41
-010101111011111 limp 59
-010101111011111 staggered 131
-010101111011111 farther 212
-010101111011111 further 11087
-010101111011111 sour 297
-01010111110000 SOFTENS 1
-01010111110000 stock-bashing 1
-01010111110000 REAFFIRMED 1
-01010111110000 restocked 1
-01010111110000 envoke 1
-01010111110000 HOISTED 1
-01010111110000 reapproaching 1
-01010111110000 refracting 1
-01010111110000 co-mingled 1
-01010111110000 plasters 1
-01010111110000 dandling 1
-01010111110000 beseeching 1
-01010111110000 slathers 1
-01010111110000 manacled 1
-01010111110000 extrapolates 1
-01010111110000 internationalizes 1
-01010111110000 flame-broils 1
-01010111110000 enraptures 1
-01010111110000 evil-tempered-toaster 1
-01010111110000 recommenced 1
-01010111110000 lobs 1
-01010111110000 leap-frogged 1
-01010111110000 suffocates 1
-01010111110000 drubs 1
-01010111110000 splays 1
-01010111110000 VOIDED 1
-01010111110000 expunges 1
-01010111110000 SWEETENED 1
-01010111110000 fufilling 1
-01010111110000 acclaims 1
-01010111110000 overdrafted 1
-01010111110000 out-Dukakising 1
-01010111110000 poor-mouthing 1
-01010111110000 jumpstarted 1
-01010111110000 unstrapped 2
-01010111110000 rolled-back 2
-01010111110000 twiddled 2
-01010111110000 BOOSTED 2
-01010111110000 aborts 2
-01010111110000 wended 2
-01010111110000 out-gunned 2
-01010111110000 unsheathing 2
-01010111110000 misdelivered 2
-01010111110000 deadened 2
-01010111110000 disordering 2
-01010111110000 relived 3
-01010111110000 prostituted 3
-01010111110000 gritted 3
-01010111110000 reassuming 3
-01010111110000 arbitraged 3
-01010111110000 re-edited 3
-01010111110000 burnishing 4
-01010111110000 mends 4
-01010111110000 discontinues 4
-01010111110000 disconcerted 4
-01010111110000 overexpanded 5
-01010111110000 publicizes 5
-01010111110000 revisiting 5
-01010111110000 bided 5
-01010111110000 renounces 5
-01010111110000 underplayed 5
-01010111110000 shirked 6
-01010111110000 rejiggered 6
-01010111110000 flexes 6
-01010111110000 allays 7
-01010111110000 stubbed 7
-01010111110000 redoubled 8
-01010111110000 comprehended 8
-01010111110000 downsized 9
-01010111110000 inactivated 9
-01010111110000 reinstituted 9
-01010111110000 curtails 9
-01010111110000 sweetens 10
-01010111110000 rears 11
-01010111110000 flexed 11
-01010111110000 underreported 11
-01010111110000 telegraphed 11
-01010111110000 redrawn 11
-01010111110000 subcontracted 12
-01010111110000 overcomes 12
-01010111110000 legitimized 12
-01010111110000 inflates 13
-01010111110000 reconfirmed 14
-01010111110000 recalculated 15
-01010111110000 overstepped 16
-01010111110000 outlived 16
-01010111110000 stoked 16
-01010111110000 revalued 16
-01010111110000 abdicated 20
-01010111110000 overshot 21
-01010111110000 redirected 22
-01010111110000 upped 23
-01010111110000 broadens 25
-01010111110000 refocused 26
-01010111110000 solidified 27
-01010111110000 reclaimed 27
-01010111110000 stiffened 27
-01010111110000 quickened 29
-01010111110000 rearranged 29
-01010111110000 monopolized 29
-01010111110000 reshuffled 31
-01010111110000 exaggerates 32
-01010111110000 evaded 36
-01010111110000 ceded 37
-01010111110000 forfeited 40
-01010111110000 tightens 48
-01010111110000 sharpened 51
-01010111110000 moderated 54
-01010111110000 toughened 55
-01010111110000 overestimated 58
-01010111110000 realigned 62
-01010111110000 loosened 73
-01010111110000 rekindled 77
-01010111110000 overhauled 78
-01010111110000 lessened 87
-01010111110000 disallowed 99
-01010111110000 relinquished 108
-01010111110000 devalued 112
-01010111110000 misrepresented 125
-01010111110000 shortened 131
-01010111110000 waived 133
-01010111110000 escalated 135
-01010111110000 rescheduled 138
-01010111110000 halved 139
-01010111110000 revamped 146
-01010111110000 pared 157
-01010111110000 curbed 161
-01010111110000 overstated 169
-01010111110000 broadened 169
-01010111110000 softened 177
-01010111110000 curtailed 205
-01010111110000 expands 219
-01010111110000 breached 258
-01010111110000 omitted 274
-01010111110000 reaffirmed 280
-01010111110000 eroded 295
-01010111110000 intensified 333
-01010111110000 affirmed 349
-01010111110000 revived 370
-01010111110000 inflated 406
-01010111110000 tightened 407
-01010111110000 upgraded 439
-01010111110000 altered 445
-01010111110000 restructured 485
-01010111110000 trimmed 487
-01010111110000 slashed 534
-01010111110000 strengthened 544
-01010111110000 downgraded 561
-01010111110000 accelerated 609
-01010111110000 amended 638
-01010111110000 lifted 732
-01010111110000 withdrew 931
-01010111110000 abandoned 969
-01010111110000 boosted 1991
-01010111110000 lowered 2064
-01010111110000 extended 2360
-01010111110000 reduced 4776
-01010111110000 raised 6447
-010101111100010 Operating-unit 1
-010101111100010 4000-point 1
-010101111100010 80-days 1
-010101111100010 550point 1
-010101111100010 Garbo-like 1
-010101111100010 PREDICT 1
-010101111100010 eye-of-newt 1
-010101111100010 ecclesiastic 1
-010101111100010 Barnum-like 1
-010101111100010 87-point 1
-010101111100010 state-orchestrated 1
-010101111100010 sextupled 1
-010101111100010 hard-resource 1
-010101111100010 1.5-pfennig 1
-010101111100010 OUTLINED 1
-010101111100010 38-point 1
-010101111100010 one-third-or 1
-010101111100010 investment-market 1
-010101111100010 inferable 1
-010101111100010 hix 1
-010101111100010 Hooveresque 1
-010101111100010 hyper-American 1
-010101111100010 per-share-earnings 1
-010101111100010 deviant 1
-010101111100010 incentive-fueled 1
-010101111100010 50-cities 1
-010101111100010 nine-fold 1
-010101111100010 compulsiveness 1
-010101111100010 snowbound 2
-010101111100010 1,237 2
-010101111100010 50-fold 2
-010101111100010 genuflects 2
-010101111100010 16-fold 2
-010101111100010 daydreaming 3
-010101111100010 ingenuously 3
-010101111100010 44-point 3
-010101111100010 deified 4
-010101111100010 twelvefold 5
-010101111100010 three-fold 6
-010101111100010 six-fold 7
-010101111100010 five-fold 15
-010101111100010 ninefold 16
-010101111100010 quintupled 26
-010101111100010 eightfold 28
-010101111100010 sevenfold 33
-010101111100010 threefold 41
-010101111100010 trebled 48
-010101111100010 fourfold 59
-010101111100010 sixfold 63
-010101111100010 tenfold 79
-010101111100010 fivefold 97
-010101111100010 quadrupled 143
-010101111100010 swelled 210
-010101111100010 shrank 244
-010101111100010 tripled 536
-010101111100010 widened 931
-010101111100010 narrowed 1099
-010101111100010 continued 7182
-010101111100010 doubled 1645
-010101111100011 KILLS 1
-010101111100011 reregistered 1
-010101111100011 revenue.The 1
-010101111100011 Reviewed 1
-010101111100011 demand-pull 1
-010101111100011 skilled-labor 1
-010101111100011 surprisedItalian 1
-010101111100011 film-looking 1
-010101111100011 generating-plant 1
-010101111100011 university-funded 1
-010101111100011 PURSUED 1
-010101111100011 Colorful 1
-010101111100011 full-height 2
-010101111100011 tooth-and-nail 2
-010101111100011 nonrecoverable 2
-010101111100011 xenon 2
-010101111100011 progestin 2
-010101111100011 artists. 2
-010101111100011 off-kilter 2
-010101111100011 liberalizes 4
-010101111100011 maximal 4
-010101111100011 misallocated 7
-010101111100011 lengthened 45
-010101111100011 decreased 462
-010101111100011 expanded 1888
-010101111100011 increased 12486
-010101111100011 improved 3021
-010101111100100 Fiberweb 1
-010101111100100 TULIPS 1
-010101111100100 WALKS 1
-010101111100100 cash-discount 1
-010101111100100 MMI. 1
-010101111100100 REPRESENT 1
-010101111100100 KNOXVILLE 1
-010101111100100 BRITANNIA 1
-010101111100100 NWIB. 1
-010101111100100 Exits 1
-010101111100100 EXPORTED 1
-010101111100100 SUSTAINS 1
-010101111100100 THUNDER 1
-010101111100100 OECD. 1
-010101111100100 Decemeber 1
-010101111100100 2727 1
-010101111100100 MIDWESTERN 1
-010101111100100 DRG. 1
-010101111100100 sur 1
-010101111100100 CONCERTS 1
-010101111100100 CIE 1
-010101111100100 PRODUCTIVITY 1
-010101111100100 COUNTS. 1
-010101111100100 REDUCES 1
-010101111100100 CONFLICTS 1
-010101111100100 Cronista 1
-010101111100100 DISTINGUISHES 1
-010101111100100 Upturn 1
-010101111100100 BOOMING 1
-010101111100100 Squandering 1
-010101111100100 EVENING 1
-010101111100100 Verenigd 1
-010101111100100 SHUFFLED 1
-010101111100100 million-ayear 1
-010101111100100 Coke-Classic 1
-010101111100100 WELCOME 1
-010101111100100 ATTRACTED 1
-010101111100100 OUTDOORSY 1
-010101111100100 TRAFFICKING 1
-010101111100100 post-authoritarian 1
-010101111100100 GEMAYEL 1
-010101111100100 BATTERED 1
-010101111100100 PRI. 1
-010101111100100 Abkhazskiy 1
-010101111100100 UNVEILS 1
-010101111100100 air-sampling 1
-010101111100100 anti-Sununu 1
-010101111100100 HUNG 1
-010101111100100 COURT. 1
-010101111100100 still-favorable 1
-010101111100100 Retrench 1
-010101111100100 16-cent 1
-010101111100100 AWARDED 1
-010101111100100 MULLS 1
-010101111100100 construction-safety 1
-010101111100100 CARES 1
-010101111100100 tight-spending 1
-010101111100100 COURTED 1
-010101111100100 SHOPPER 1
-010101111100100 REIGNED 1
-010101111100100 Loaded 1
-010101111100100 RVI. 1
-010101111100100 GUYS 1
-010101111100100 PAID. 1
-010101111100100 NCPAC. 1
-010101111100100 Rittenhouse 1
-010101111100100 WMAL 1
-010101111100100 TOA 1
-010101111100100 HAPAG 1
-010101111100100 MEXICANA 1
-010101111100100 AFRIC 1
-010101111100100 STARFISH 1
-010101111100100 BYZANTINE 1
-010101111100100 CHOCOLATES 1
-010101111100100 Tyril 1
-010101111100100 NOTE. 1
-010101111100100 WROTE 1
-010101111100100 UNDERWRITING 1
-010101111100100 CAPITOL 1
-010101111100100 TRASH. 1
-010101111100100 VIDEO. 1
-010101111100100 Cash-Rich 1
-010101111100100 LAUNCHES 1
-010101111100100 TEMPER 1
-010101111100100 OBTAINED 1
-010101111100100 Thigh-high 1
-010101111100100 BATTERY 1
-010101111100100 ENABLED 1
-010101111100100 CREATE 1
-010101111100100 COCKATOO 1
-010101111100100 TOE 1
-010101111100100 LOAN. 1
-010101111100100 IMPRESSIVE 1
-010101111100100 feed-mixing 1
-010101111100100 40-49 1
-010101111100100 Unquiet 1
-010101111100100 Jars 1
-010101111100100 HELP-WANTED 1
-010101111100100 MANDATING 1
-010101111100100 FINED 1
-010101111100100 STRENGTHENS 1
-010101111100100 IT. 1
-010101111100100 ATROCITY. 1
-010101111100100 ALTERED 1
-010101111100100 TASKS 1
-010101111100100 Hebgen 1
-010101111100100 ABDUCTED 1
-010101111100100 WOR. 1
-010101111100100 RE-ENTERED 1
-010101111100100 MEDITERRANEAN 1
-010101111100100 6-sized 1
-010101111100100 below/ 1
-010101111100100 FAHD 1
-010101111100100 easels 1
-010101111100100 FINISHED 1
-010101111100100 NETWORKS 1
-010101111100100 SUPPORTED 1
-010101111100100 TRIED 1
-010101111100100 single-used-car 1
-010101111100100 PAOLO 1
-010101111100100 SENDS 1
-010101111100100 Bait-and-Switch 1
-010101111100100 SUBMITTED 1
-010101111100100 RESPONSIBILITY 1
-010101111100100 PATROL 1
-010101111100100 Work-Study 1
-010101111100100 BANDWAGON 1
-010101111100100 People-brand 1
-010101111100100 -white 1
-010101111100100 INTENDED 1
-010101111100100 UNDERCUT 1
-010101111100100 Malivai 1
-010101111100100 ESPANOLA 1
-010101111100100 HARDLY 1
-010101111100100 LABELS 1
-010101111100100 DRI. 1
-010101111100100 STOKE 1
-010101111100100 145,831 1
-010101111100100 TRAIT 1
-010101111100100 octopus-like 1
-010101111100100 -black 1
-010101111100100 perceivable 1
-010101111100100 POLITBURO 1
-010101111100100 PLANT-CLOSINGS 1
-010101111100100 Leninism. 1
-010101111100100 RAIDED 1
-010101111100100 BROADENS 1
-010101111100100 Projets 1
-010101111100100 Angelika 1
-010101111100100 NOTION 1
-010101111100100 HEADHUNTERS 1
-010101111100100 FMP 1
-010101111100100 newly-constructed 1
-010101111100100 TRIM 1
-010101111100100 Milken. 1
-010101111100100 Dakins 1
-010101111100100 thousand-plus 1
-010101111100100 146,268 1
-010101111100100 GRINTEN 1
-010101111100100 GENERALES 1
-010101111100100 NEGATIVE 1
-010101111100100 18,715 1
-010101111100100 672,471 1
-010101111100100 CLAMPED 1
-010101111100100 certain. 1
-010101111100100 McCay 1
-010101111100100 ion-implanting 1
-010101111100100 VW-b 1
-010101111100100 TRUMAN 1
-010101111100100 SOFTENED 1
-010101111100100 POPULATION 1
-010101111100100 SEVENTH 1
-010101111100100 ULTRAFAST 1
-010101111100100 INFINITI 1
-010101111100100 JOKE. 1
-010101111100100 1/2-by-11 1
-010101111100100 KUMBLE 1
-010101111100100 DIVISION 1
-010101111100100 SPEYER 1
-010101111100100 DEVICE 1
-010101111100100 141,967 1
-010101111100100 TRIMMED 1
-010101111100100 4,072 1
-010101111100100 Plots 1
-010101111100100 INSTALLED 1
-010101111100100 THWARTED 1
-010101111100100 ALL-PURPOSE 1
-010101111100100 FREES 1
-010101111100100 TILL 1
-010101111100100 COUNTERS 1
-010101111100100 DURANT 1
-010101111100100 CARGO 1
-010101111100100 RELOCATING 1
-010101111100100 ARMY 1
-010101111100100 62,430 1
-010101111100100 138,407 1
-010101111100100 ENCOURAGED 1
-010101111100100 DRAMATIC 1
-010101111100100 DENVER-BASED 1
-010101111100100 BLUE-PENCIL 1
-010101111100100 SX. 1
-010101111100100 chalet 1
-010101111100100 11-TON 1
-010101111100100 +53.8 1
-010101111100100 48,908 1
-010101111100100 67,478 1
-010101111100100 94,151 1
-010101111100100 77,987 1
-010101111100100 101,720 1
-010101111100100 16,563 1
-010101111100100 26,224 1
-010101111100100 -67.2 1
-010101111100100 -72.7 1
-010101111100100 3,504 1
-010101111100100 23,496 1
-010101111100100 3,594,930 1
-010101111100100 2,651,496 1
-010101111100100 434,429 1
-010101111100100 KAYCLIFF 1
-010101111100100 1,533,180 1
-010101111100100 CHG 1
-010101111100100 COLUMNIST 1
-010101111100100 973,252 1
-010101111100100 POUNDED 1
-010101111100100 3,433 1
-010101111100100 LIKED 1
-010101111100100 KLLM 1
-010101111100100 Attorneys-at-Large 1
-010101111100100 non-amortizing 1
-010101111100100 IMPEACHED 1
-010101111100100 VETOED 1
-010101111100100 Bouwer 1
-010101111100100 Democratizing 1
-010101111100100 139,605 1
-010101111100100 5,525 1
-010101111100100 Amiloride 1
-010101111100100 life-in-the-year-2000 1
-010101111100100 Muncho 1
-010101111100100 SCHEDULE 1
-010101111100100 Knocked 1
-010101111100100 1/2-by-11-inch 1
-010101111100100 Software-and-service 1
-010101111100100 EASES 1
-010101111100100 environing 1
-010101111100100 SKIPPED 1
-010101111100100 hydrophones 1
-010101111100100 14,913 1
-010101111100100 4,544 1
-010101111100100 rule-like 1
-010101111100100 12,460 1
-010101111100100 18,296 1
-010101111100100 EX-OFFICIALS 1
-010101111100100 26,006 1
-010101111100100 26,029 1
-010101111100100 +113.8 1
-010101111100100 regime. 1
-010101111100100 Wastrel 1
-010101111100100 7,695,583 1
-010101111100100 3,648,178 1
-010101111100100 ZIA 1
-010101111100100 Nagorno-Karabakh. 1
-010101111100100 bid-offered 1
-010101111100100 communications- 1
-010101111100100 maudlin. 1
-010101111100100 BURNISH 1
-010101111100100 Chrysler-a 1
-010101111100100 Ford-a 1
-010101111100100 Mazda-a 1
-010101111100100 VW-a 1
-010101111100100 Honda-a 1
-010101111100100 Nissan-a 1
-010101111100100 Toyota-a 1
-010101111100100 MITSUBISHI-c 1
-010101111100100 3,821 1
-010101111100100 11,436 1
-010101111100100 8,042 1
-010101111100100 5,972,969 1
-010101111100100 3,047 1
-010101111100100 18,089 1
-010101111100100 40,285 1
-010101111100100 10,142 1
-010101111100100 13,347 1
-010101111100100 22,245 1
-010101111100100 Drogerias 1
-010101111100100 12/31/88 1
-010101111100100 Perro 1
-010101111100100 465,805 1
-010101111100100 498,621 1
-010101111100100 208,966 1
-010101111100100 Ruisdael. 1
-010101111100100 104,138 1
-010101111100100 266,630 1
-010101111100100 1,561,770 1
-010101111100100 4,215,448 1
-010101111100100 80,301 1
-010101111100100 88,723 1
-010101111100100 63,074 1
-010101111100100 49,887 1
-010101111100100 111,175 1
-010101111100100 85,029 1
-010101111100100 period. 1
-010101111100100 512,017 1
-010101111100100 1,365,631 1
-010101111100100 452,955 1
-010101111100100 373,754 1
-010101111100100 3,361,262 1
-010101111100100 SHUT 1
-010101111100100 2,280,626 1
-010101111100100 60,947 1
-010101111100100 78,391 1
-010101111100100 42,192 1
-010101111100100 57,935 1
-010101111100100 111,888 1
-010101111100100 211,247 1
-010101111100100 109,477 1
-010101111100100 1,162,611 1
-010101111100100 Cars-a 1
-010101111100100 101,817 1
-010101111100100 3,028,467 1
-010101111100100 479,746 1
-010101111100100 41,071 1
-010101111100100 84,387 1
-010101111100100 Composer/Orchestra 1
-010101111100100 Pripps 1
-010101111100100 ESCAPED 1
-010101111100100 out-plunging 1
-010101111100100 Quickie 1
-010101111100100 bitch-goddess 1
-010101111100100 non-Italian-looking 1
-010101111100100 Corp./Central 1
-010101111100100 Pepper/Seven 1
-010101111100100 134,924 1
-010101111100100 Nissan- 1
-010101111100100 7,454 1
-010101111100100 LAUNCHER 1
-010101111100100 Missile-warning 1
-010101111100100 BGR 1
-010101111100100 7,227 1
-010101111100100 32,372 1
-010101111100100 price-47 1
-010101111100100 RULERS 1
-010101111100100 TUNGSTEN 1
-010101111100100 DISPLAYED 1
-010101111100100 SETTING 1
-010101111100100 -10.3 1
-010101111100100 MAVERICK 1
-010101111100100 29,710 1
-010101111100100 +0.5 1
-010101111100100 ELWOOD 1
-010101111100100 UPROAR 1
-010101111100100 EXTRAVAGANZA 1
-010101111100100 WWL-TV 1
-010101111100100 TURNS 1
-010101111100100 PROMOTE 1
-010101111100100 SIMPLIFY 1
-010101111100100 All-You-Can-Eat 1
-010101111100100 COPY 1
-010101111100100 -34.4 1
-010101111100100 +23.8 1
-010101111100100 +28.3 1
-010101111100100 +39.7 1
-010101111100100 +14.3 1
-010101111100100 +14.7 1
-010101111100100 +19.5 1
-010101111100100 +108 1
-010101111100100 Abortions 1
-010101111100100 SEIZES 1
-010101111100100 LISA 1
-010101111100100 UPON 1
-010101111100100 Changjang 1
-010101111100100 DVM 1
-010101111100100 Langrehr 1
-010101111100100 matif 1
-010101111100100 INFRARED 1
-010101111100100 KISZCZAK 1
-010101111100100 THROUGH 1
-010101111100100 OBSCURE 1
-010101111100100 CORP 2
-010101111100100 KWIK 2
-010101111100100 RETURNED 2
-010101111100100 filler-cap 2
-010101111100100 SUSPECT 2
-010101111100100 Chand 2
-010101111100100 89,396 2
-010101111100100 AUTHORIZED 2
-010101111100100 URGES 2
-010101111100100 Showbiz 2
-010101111100100 LM 2
-010101111100100 -financing 2
-010101111100100 post-1979 2
-010101111100100 LOCATION 2
-010101111100100 Gonna 2
-010101111100100 Contl 2
-010101111100100 80,000-seat 2
-010101111100100 OTOMOBIL 2
-010101111100100 -14.5 2
-010101111100100 Industrikredit 2
-010101111100100 ALIENS 2
-010101111100100 APPROVES 2
-010101111100100 WORTH 2
-010101111100100 PRECISELY 2
-010101111100100 -10.2 2
-010101111100100 Signor 2
-010101111100100 DONE 2
-010101111100100 NOMINATION 2
-010101111100100 RAISED 2
-010101111100100 SIMPLE 2
-010101111100100 Defends 2
-010101111100100 WRITES 2
-010101111100100 NOMINATED 2
-010101111100100 DESCRIBED 2
-010101111100100 CAPTURED 2
-010101111100100 DEBATED 2
-010101111100100 Crispy 2
-010101111100100 Panty 2
-010101111100100 LIFTED 2
-010101111100100 Multi-Action 2
-010101111100100 HOLDS 2
-010101111100100 NAPA 2
-010101111100100 WITHHELD 2
-010101111100100 PAN. 2
-010101111100100 LARGEST 2
-010101111100100 ERA. 2
-010101111100100 INCREASE 2
-010101111100100 4,600-page 2
-010101111100100 then-fledgling 2
-010101111100100 CID. 2
-010101111100100 Stimulate 2
-010101111100100 EXTEND 2
-010101111100100 REJECTS 2
-010101111100100 soon-to-debut 2
-010101111100100 Reassess 2
-010101111100100 SIT 2
-010101111100100 sky-lit 2
-010101111100100 Multi 2
-010101111100100 SVERIGE 2
-010101111100100 PRESSES 2
-010101111100100 SURVIVED 2
-010101111100100 waybill 2
-010101111100100 Clarify 2
-010101111100100 GROCERY 2
-010101111100100 SEES 2
-010101111100100 ACCELERATE 2
-010101111100100 Vinh 2
-010101111100100 FUNDS. 2
-010101111100100 Pregnancies 2
-010101111100100 SCORES 2
-010101111100100 TENANTS 2
-010101111100100 POSTED 2
-010101111100100 Yugo-b 3
-010101111100100 DIVIDE 3
-010101111100100 Daihatsu-b 3
-010101111100100 Porsche-b 3
-010101111100100 e-Melville 3
-010101111100100 d-May 3
-010101111100100 c-Sears 3
-010101111100100 f-Limited 3
-010101111100100 g-Ames 3
-010101111100100 MEET 3
-010101111100100 GOES 3
-010101111100100 M.V. 3
-010101111100100 BIGGEST 3
-010101111100100 Fncl 3
-010101111100100 PMDB. 3
-010101111100100 Subtotals 3
-010101111100100 Restructure 3
-010101111100100 Topped 3
-010101111100100 EXTENDED 3
-010101111100100 JOINS 3
-010101111100100 KNEW 3
-010101111100100 a-Includes 3
-010101111100100 TRANSFER 3
-010101111100100 LOSING 3
-010101111100100 pre-divestiture 3
-010101111100100 POSTPONED 3
-010101111100100 STANDARDS 3
-010101111100100 JOINED 3
-010101111100100 Scimed 3
-010101111100100 JFA 3
-010101111100100 DROPPED 3
-010101111100100 Tyrannosaurus 3
-010101111100100 Cross-Blue 3
-010101111100100 Galeries 3
-010101111100100 ICC. 3
-010101111100100 KEEPS 3
-010101111100100 TEAMS 3
-010101111100100 Quarry 3
-010101111100100 EASE 3
-010101111100100 ENTERED 3
-010101111100100 DAMAGED 3
-010101111100100 close-in 3
-010101111100100 Redneck 3
-010101111100100 CRITICIZED 3
-010101111100100 REIT. 3
-010101111100100 EXPELLED 3
-010101111100100 million.The 3
-010101111100100 Hokey-Pokey 3
-010101111100100 FREED 3
-010101111100100 COMMUNISTS 3
-010101111100100 150-room 3
-010101111100100 UNO. 3
-010101111100100 LEADS 3
-010101111100100 FIND 4
-010101111100100 TAKES 4
-010101111100100 NRC. 4
-010101111100100 9,450 4
-010101111100100 CSX. 4
-010101111100100 800-unit 4
-010101111100100 aux 4
-010101111100100 ASKED 4
-010101111100100 COMPLETED 4
-010101111100100 INCOME. 4
-010101111100100 commons 4
-010101111100100 MAKES 4
-010101111100100 Residencies 4
-010101111100100 RENEWED 5
-010101111100100 PUERTO 5
-010101111100100 FCC. 5
-010101111100100 TOTALS 5
-010101111100100 SUBTOTALS 5
-010101111100100 KGB. 5
-010101111100100 INC 5
-010101111100100 ANC. 5
-010101111100100 BULL 5
-010101111100100 ELECTED 5
-010101111100100 THOUGHT 5
-010101111100100 CLOSED 5
-010101111100100 GETS 5
-010101111100100 SELL 5
-010101111100100 TOOK 5
-010101111100100 post-1997 6
-010101111100100 MADE 6
-010101111100100 ALSO 6
-010101111100100 z 6
-010101111100100 THAN 6
-010101111100100 FAA. 6
-010101111100100 DEFIED 6
-010101111100100 ACCUSED 6
-010101111100100 INS. 6
-010101111100100 DISMISSED 6
-010101111100100 LEAD 6
-010101111100100 THINK 7
-010101111100100 NAMED 7
-010101111100100 LONSDALE 7
-010101111100100 WINS 7
-010101111100100 HIT 7
-010101111100100 EMS. 7
-010101111100100 GIVE 8
-010101111100100 CLEARED 8
-010101111100100 SEE 8
-010101111100100 Draw 8
-010101111100100 FEAR 8
-010101111100100 FOUND 8
-010101111100100 ENDED 8
-010101111100100 WOULD 8
-010101111100100 KEEP 9
-010101111100100 ACCEPTED 9
-010101111100100 LOST 9
-010101111100100 FACE 9
-010101111100100 Cross/Blue 9
-010101111100100 SAYS 10
-010101111100100 HAD 11
-010101111100100 Become 11
-010101111100100 EC. 11
-010101111100100 FDIC. 12
-010101111100100 PER 13
-010101111100100 Reflects 14
-010101111100100 IMF. 15
-010101111100100 PROPOSED 16
-010101111100100 GET 16
-010101111100100 Sing 16
-010101111100100 URGED 18
-010101111100100 not-too-distant 19
-010101111100100 INDUSTRY 21
-010101111100100 forseeable 24
-010101111100100 Gets 24
-010101111100100 BE 34
-010101111100100 SEC. 49
-010101111100100 L.M. 69
-010101111100100 Includes 86
-010101111100100 WAS 88
-010101111100100 overlooking 133
-010101111100100 foreseeable 181
-010101111100100 en 205
-010101111100100 Dalkon 359
-010101111100100 * 424
-010101111100100 OF 482
-010101111100100 'S 955
-010101111100100 near 4957
-010101111100100 @ 1356
-0101011111001010 Originale 1
-0101011111001010 Pembrokeshire 1
-0101011111001010 Ososky 1
-0101011111001010 Wildcatter 1
-0101011111001010 lower-case 1
-0101011111001010 Safetytech 1
-0101011111001010 Dillenia 1
-0101011111001010 preemptively 1
-0101011111001010 post-Roe 1
-0101011111001010 nigger-loving 1
-0101011111001010 NTEU 1
-0101011111001010 1,270-acre 1
-0101011111001010 8256C 1
-0101011111001010 oki 1
-0101011111001010 Internationalism 1
-0101011111001010 Vanna. 1
-0101011111001010 Panagiotis 1
-0101011111001010 implementations 1
-0101011111001010 buah 1
-0101011111001010 Froot 1
-0101011111001010 white-wine 1
-0101011111001010 alle 1
-0101011111001010 Fullilove 1
-0101011111001010 Kota 1
-0101011111001010 Hansjoerg 1
-0101011111001010 Lemmings 1
-0101011111001010 va-va-voom 1
-0101011111001010 surnamed 1
-0101011111001010 Blackledge 1
-0101011111001010 you-can't-be-serious 1
-0101011111001010 Pippi 1
-0101011111001010 Hirudo 1
-0101011111001010 semicomatose 1
-0101011111001010 boathouse 1
-0101011111001010 2,865 1
-0101011111001010 Calero-Toledo 1
-0101011111001010 higher-priced-and 1
-0101011111001010 androgenetic 1
-0101011111001010 irrationalist 1
-0101011111001010 60-passenger 1
-0101011111001010 Narcisa 1
-0101011111001010 +9.7 1
-0101011111001010 Shapour 1
-0101011111001010 unstimulated 1
-0101011111001010 Katsura 1
-0101011111001010 Rondanini 1
-0101011111001010 chocolate-scented 1
-0101011111001010 Byon 1
-0101011111001010 Cruzan 1
-0101011111001010 Preseault 1
-0101011111001010 futures-driven 1
-0101011111001010 Hungarian-gypsy 1
-0101011111001010 Tidy 1
-0101011111001010 Clardy 1
-0101011111001010 McGonagle 1
-0101011111001010 once-ignored 1
-0101011111001010 Chenopodium 1
-0101011111001010 Nejat 1
-0101011111001010 Dumri 1
-0101011111001010 mid-game 1
-0101011111001010 Breedlove 1
-0101011111001010 represses 1
-0101011111001010 Norddeutscher 1
-0101011111001010 Togh 1
-0101011111001010 prostrated 2
-0101011111001010 Ampara 2
-0101011111001010 co-located 2
-0101011111001010 ths 2
-0101011111001010 Pseudomonas 2
-0101011111001010 sacramental 3
-0101011111001010 Boilermakers 3
-0101011111001010 corking 3
-0101011111001010 constr. 3
-0101011111001010 bldg. 3
-0101011111001010 c' 3
-0101011111001010 pivoting 3
-0101011111001010 short-staffed 3
-0101011111001010 1,358 3
-0101011111001010 KMT. 3
-0101011111001010 cannabis 3
-0101011111001010 renegotiates 3
-0101011111001010 Pliny 3
-0101011111001010 Barneveld 3
-0101011111001010 pre-eminently 4
-0101011111001010 C-plus 4
-0101011111001010 400-plus 4
-0101011111001010 pouting 4
-0101011111001010 off-camera 4
-0101011111001010 untethered 4
-0101011111001010 strong-armed 4
-0101011111001010 schizoid 4
-0101011111001010 .400 4
-0101011111001010 defrocked 5
-0101011111001010 brutalizing 5
-0101011111001010 jazzier 5
-0101011111001010 Pennell 5
-0101011111001010 Plessy 5
-0101011111001010 backlogged 5
-0101011111001010 miscalculating 5
-0101011111001010 nonideological 5
-0101011111001010 disbelieving 6
-0101011111001010 authenticated 6
-0101011111001010 vis 6
-0101011111001010 Chat 7
-0101011111001010 arching 7
-0101011111001010 headlining 7
-0101011111001010 radiating 7
-0101011111001010 sprained 8
-0101011111001010 oversimplified 8
-0101011111001010 twinkling 8
-0101011111001010 Deck 9
-0101011111001010 Delphic 9
-0101011111001010 exonerating 9
-0101011111001010 Perce 9
-0101011111001010 re 10
-0101011111001010 Kemner 10
-0101011111001010 Y' 10
-0101011111001010 bleeping 10
-0101011111001010 adored 10
-0101011111001010 unhinged 11
-0101011111001010 superseding 11
-0101011111001010 o 11
-0101011111001010 whirling 12
-0101011111001010 solder 13
-0101011111001010 resplendent 13
-0101011111001010 scripted 14
-0101011111001010 capsized 14
-0101011111001010 premiering 15
-0101011111001010 n' 15
-0101011111001010 kneeling 15
-0101011111001010 sculpted 16
-0101011111001010 telexed 16
-0101011111001010 indentured 16
-0101011111001010 B.A. 16
-0101011111001010 thumping 16
-0101011111001010 photocopied 16
-0101011111001010 arched 16
-0101011111001010 Oskar 16
-0101011111001010 blaring 19
-0101011111001010 C' 20
-0101011111001010 meandering 20
-0101011111001010 respecting 21
-0101011111001010 billowing 22
-0101011111001010 Hun 23
-0101011111001010 Merlin 24
-0101011111001010 cushioning 25
-0101011111001010 ballyhooed 27
-0101011111001010 festering 27
-0101011111001010 paralyzing 29
-0101011111001010 tape-recorded 33
-0101011111001010 admiring 37
-0101011111001010 rotting 38
-0101011111001010 botched 42
-0101011111001010 trusting 42
-0101011111001010 unmatched 44
-0101011111001010 shattering 45
-0101011111001010 typed 46
-0101011111001010 shredded 47
-0101011111001010 mishandled 48
-0101011111001010 contrasting 49
-0101011111001010 floundering 49
-0101011111001010 Ming 50
-0101011111001010 gripping 61
-0101011111001010 hijacked 62
-0101011111001010 dot 65
-0101011111001010 haunting 66
-0101011111001010 dreaded 69
-0101011111001010 piecemeal 96
-0101011111001010 deposed 135
-0101011111001010 taped 136
-0101011111001010 coveted 139
-0101011111001010 looming 147
-0101011111001010 departing 171
-0101011111001010 outlawed 172
-0101011111001010 contested 285
-0101011111001010 scattered 303
-0101011111001010 celebrated 315
-0101011111001010 pronounced 327
-0101011111001010 bearing 455
-0101011111001010 printed 498
-0101011111001010 governing 580
-0101011111001010 disputed 693
-0101011111001010 repeated 1117
-0101011111001010 retired 2053
-0101011111001010 pending 3042
-0101011111001010 -LCB- 4150
-0101011111001011 star-television 1
-0101011111001011 exchange-of-trade 1
-0101011111001011 236,515,128 1
-0101011111001011 ship-pricing 1
-0101011111001011 dose-response 1
-0101011111001011 2,116,000 1
-0101011111001011 already-reeling 1
-0101011111001011 income-tax-return 1
-0101011111001011 value-increasing 1
-0101011111001011 flight-scheduling 1
-0101011111001011 technical-minded 1
-0101011111001011 107,163 1
-0101011111001011 2,269,000 1
-0101011111001011 3,161,900 1
-0101011111001011 annualizing 1
-0101011111001011 as-yet-unordered 1
-0101011111001011 E/S 1
-0101011111001011 heart-monitor 1
-0101011111001011 Communist-infiltrated 1
-0101011111001011 hospital-bond 1
-0101011111001011 tax-fighting 1
-0101011111001011 little-visited 1
-0101011111001011 97.89 1
-0101011111001011 reframing 1
-0101011111001011 child-resistant 1
-0101011111001011 state-related 1
-0101011111001011 telephone-supported 1
-0101011111001011 85-foot 1
-0101011111001011 2,307,000 1
-0101011111001011 not-so-shimmering 1
-0101011111001011 non-stolen 1
-0101011111001011 now-departed 1
-0101011111001011 private-network 1
-0101011111001011 product-usage 1
-0101011111001011 youth-organization 1
-0101011111001011 health-use 1
-0101011111001011 gadgeteer 1
-0101011111001011 non-Southam 1
-0101011111001011 stretch-drive 1
-0101011111001011 athletic-conference 1
-0101011111001011 baseball-playing 1
-0101011111001011 terrorist-sponsoring 1
-0101011111001011 health-survey 1
-0101011111001011 business-sector 1
-0101011111001011 federal-agency 1
-0101011111001011 1,978,900 1
-0101011111001011 eighth-generation 1
-0101011111001011 3,001 1
-0101011111001011 co 1
-0101011111001011 sports-franchise 1
-0101011111001011 --including 1
-0101011111001011 desalted 1
-0101011111001011 tax-account 1
-0101011111001011 Love-appointed 1
-0101011111001011 ill-sorted 1
-0101011111001011 emotional-support 1
-0101011111001011 2,607,900 1
-0101011111001011 enciphered 1
-0101011111001011 3,064,900 1
-0101011111001011 3,040,600 1
-0101011111001011 WSTS 1
-0101011111001011 Telerate-supplied 1
-0101011111001011 2,103 1
-0101011111001011 talent/potential 1
-0101011111001011 poising 1
-0101011111001011 Fleet-appointed 1
-0101011111001011 funeral-parlor 1
-0101011111001011 often-cryptic 1
-0101011111001011 harness-shop 1
-0101011111001011 longer-serving 1
-0101011111001011 raw-crude 1
-0101011111001011 PHInet 1
-0101011111001011 1,689,800 1
-0101011111001011 465,465,565 1
-0101011111001011 28,415 1
-0101011111001011 Marcos-linked 1
-0101011111001011 1,350-person 1
-0101011111001011 beachfront-property 1
-0101011111001011 board-meeting 1
-0101011111001011 30,697 1
-0101011111001011 scanting 1
-0101011111001011 once-prominent 1
-0101011111001011 exmerger 1
-0101011111001011 sidewalk-paving 1
-0101011111001011 Maxxam-sponsored 1
-0101011111001011 seismological 1
-0101011111001011 ting 1
-0101011111001011 10,291 1
-0101011111001011 174,316 1
-0101011111001011 sugarbush 1
-0101011111001011 3,290,476 1
-0101011111001011 pro-Macy 1
-0101011111001011 difficult-to-forecast 1
-0101011111001011 theater-force 1
-0101011111001011 46,087 1
-0101011111001011 old-house 1
-0101011111001011 rom 1
-0101011111001011 collates 1
-0101011111001011 admissions-related 1
-0101011111001011 anti-Ford 1
-0101011111001011 Turnerian 1
-0101011111001011 placates 1
-0101011111001011 6,594,876 1
-0101011111001011 1,011,222 1
-0101011111001011 one-third-mile-long 1
-0101011111001011 erawhere 1
-0101011111001011 computer-stored 1
-0101011111001011 older-car 1
-0101011111001011 18,267 1
-0101011111001011 system-neutral 1
-0101011111001011 ever-dangerous 1
-0101011111001011 68,775,524 1
-0101011111001011 3,352,674 1
-0101011111001011 management-appointed 1
-0101011111001011 claims-loss 1
-0101011111001011 2,196,000 1
-0101011111001011 ex-Skandinaviska 1
-0101011111001011 rooming-house 1
-0101011111001011 eye-numbing 1
-0101011111001011 287,00 1
-0101011111001011 old-maidenly 1
-0101011111001011 insurance-statistical 1
-0101011111001011 vacation-home 1
-0101011111001011 car-company 1
-0101011111001011 home-front 1
-0101011111001011 on-the-ground 2
-0101011111001011 967,508 2
-0101011111001011 television-commercial 2
-0101011111001011 supplyside 2
-0101011111001011 geochemical 2
-0101011111001011 All-Tame 2
-0101011111001011 critiquing 2
-0101011111001011 automatic-shift 2
-0101011111001011 electronic-market 2
-0101011111001011 wardroom 2
-0101011111001011 Arabic-speaking 2
-0101011111001011 order-imbalance 2
-0101011111001011 ABN/LaSalle 2
-0101011111001011 Sandinista-controlled 2
-0101011111001011 CD-based 2
-0101011111001011 fu 2
-0101011111001011 2,251,000 2
-0101011111001011 inelegant 2
-0101011111001011 radar-detector 2
-0101011111001011 staining 3
-0101011111001011 unrehearsed 3
-0101011111001011 defaming 3
-0101011111001011 patroling 3
-0101011111001011 EMS-style 3
-0101011111001011 Lynyrd 3
-0101011111001011 working-interest 3
-0101011111001011 privatizes 3
-0101011111001011 university-educated 4
-0101011111001011 Conestoga 4
-0101011111001011 bespoke 5
-0101011111001011 importuning 5
-0101011111001011 Nadia 6
-0101011111001011 Sulgrave 6
-0101011111001011 IRAS 7
-0101011111001011 avenging 7
-0101011111001011 satellite-dish 7
-0101011111001011 traversing 7
-0101011111001011 encircling 8
-0101011111001011 cable-operator 8
-0101011111001011 humbler 8
-0101011111001011 Moldavian 9
-0101011111001011 saluting 11
-0101011111001011 overhanging 21
-0101011111001011 invading 83
-0101011111001011 nonpublic 122
-0101011111001011 accompanying 435
-0101011111001011 outside 6293
-0101011111001011 inside 2200
-010101111100110 inverting 1
-010101111100110 laqgging 1
-010101111100110 such/A 1
-010101111100110 pilotline 1
-010101111100110 already-increasing 1
-010101111100110 below-replacement 1
-010101111100110 noisome 1
-010101111100110 one-price 1
-010101111100110 super-smooth 1
-010101111100110 89,300 1
-010101111100110 positive-looking 1
-010101111100110 undulate 1
-010101111100110 problem-preventive 1
-010101111100110 inclining 1
-010101111100110 commodityprice 1
-010101111100110 low-balling 2
-010101111100110 repacked 2
-010101111100110 polysyllabic 2
-010101111100110 underplaying 2
-010101111100110 TMA 2
-010101111100110 downturned 2
-010101111100110 puissant 2
-010101111100110 twoway 2
-010101111100110 cresting 2
-010101111100110 1,002 2
-010101111100110 swearword 3
-010101111100110 reflating 3
-010101111100110 hocking 3
-010101111100110 larding 3
-010101111100110 encumbering 3
-010101111100110 Eurocentric 3
-010101111100110 1,108 3
-010101111100110 1,122 3
-010101111100110 contorting 3
-010101111100110 pro-active 3
-010101111100110 abets 3
-010101111100110 non-Steelworker 3
-010101111100110 1,047 3
-010101111100110 unravelling 4
-010101111100110 decimating 4
-010101111100110 export-sensitive 4
-010101111100110 wedging 4
-010101111100110 re-emerging 4
-010101111100110 unscrew 4
-010101111100110 bureaucratized 4
-010101111100110 hallucinating 4
-010101111100110 low-value 4
-010101111100110 internationalizing 5
-010101111100110 rubber-stamping 5
-010101111100110 frostbite 5
-010101111100110 superstrong 5
-010101111100110 2110 5
-010101111100110 cartelized 5
-010101111100110 rounder 5
-010101111100110 1,041 6
-010101111100110 spiralling 6
-010101111100110 contractionary 6
-010101111100110 pillaging 6
-010101111100110 unimpaired 6
-010101111100110 resurging 6
-010101111100110 clobbering 6
-010101111100110 televising 6
-010101111100110 ever-stronger 7
-010101111100110 fracturing 7
-010101111100110 dulling 7
-010101111100110 unredeemed 7
-010101111100110 fragmenting 8
-010101111100110 throttling 8
-010101111100110 shriveling 8
-010101111100110 overselling 8
-010101111100110 reallocating 8
-010101111100110 degenerating 9
-010101111100110 abdicating 10
-010101111100110 deflating 11
-010101111100110 disengaging 11
-010101111100110 vibrating 11
-010101111100110 dissipating 12
-010101111100110 solidifying 13
-010101111100110 disintegrating 13
-010101111100110 thawing 13
-010101111100110 reigniting 13
-010101111100110 unchanging 14
-010101111100110 ravaging 14
-010101111100110 prying 15
-010101111100110 seesawing 15
-010101111100110 sapping 16
-010101111100110 intruding 16
-010101111100110 buffeting 16
-010101111100110 rationalizing 16
-010101111100110 unhedged 16
-010101111100110 rocketing 17
-010101111100110 trampling 18
-010101111100110 decelerating 18
-010101111100110 crimping 19
-010101111100110 slimming 19
-010101111100110 brightening 20
-010101111100110 gyrating 20
-010101111100110 undervaluing 21
-010101111100110 dimming 22
-010101111100110 constraining 24
-010101111100110 mushrooming 25
-010101111100110 galloping 25
-010101111100110 mitigating 25
-010101111100110 sharpening 26
-010101111100110 stiffening 28
-010101111100110 disarming 29
-010101111100110 piercing 31
-010101111100110 blurring 31
-010101111100110 grinning 31
-010101111100110 toughening 31
-010101111100110 rekindling 32
-010101111100110 ebbing 33
-010101111100110 smoothing 35
-010101111100110 spurting 35
-010101111100110 depreciating 35
-010101111100110 stagnating 40
-010101111100110 multiplying 40
-010101111100110 receding 42
-010101111100110 heightening 44
-010101111100110 licking 45
-010101111100110 compounding 45
-010101111100110 lengthening 45
-010101111100110 ballooning 48
-010101111100110 accruing 51
-010101111100110 refocusing 53
-010101111100110 damping 55
-010101111100110 shortening 56
-010101111100110 exhausting 57
-010101111100110 calming 60
-010101111100110 appreciating 61
-010101111100110 subtracting 63
-010101111100110 stifling 64
-010101111100110 spiraling 65
-010101111100110 moderating 67
-010101111100110 fluctuating 70
-010101111100110 paring 75
-010101111100110 dipping 78
-010101111100110 exploding 85
-010101111100110 roaring 93
-010101111100110 draining 95
-010101111100110 relaxing 103
-010101111100110 skyrocketing 106
-010101111100110 evolving 110
-010101111100110 collapsing 116
-010101111100110 decreasing 118
-010101111100110 disappearing 123
-010101111100110 plummeting 131
-010101111100110 eroding 138
-010101111100110 swelling 139
-010101111100110 diversifying 147
-010101111100110 intensifying 152
-010101111100110 fading 154
-010101111100110 firming 155
-010101111100110 broadening 157
-010101111100110 overheating 158
-010101111100110 freezing 171
-010101111100110 diminishing 184
-010101111100110 tumbling 199
-010101111100110 rebounding 213
-010101111100110 sliding 220
-010101111100110 stimulating 222
-010101111100110 slashing 240
-010101111100110 depressing 242
-010101111100110 worsening 244
-010101111100110 slumping 260
-010101111100110 trimming 265
-010101111100110 stabilizing 269
-010101111100110 escalating 270
-010101111100110 lagging 280
-010101111100110 slipping 292
-010101111100110 plunging 350
-010101111100110 recovering 392
-010101111100110 accelerating 407
-010101111100110 surging 415
-010101111100110 approaching 460
-010101111100110 shifting 494
-010101111100110 climbing 494
-010101111100110 strengthening 518
-010101111100110 advancing 557
-010101111100110 weakening 579
-010101111100110 lowering 582
-010101111100110 shrinking 621
-010101111100110 soaring 689
-010101111100110 dropping 935
-010101111100110 slowing 986
-010101111100110 improving 1299
-010101111100110 declining 1950
-010101111100110 expanding 1984
-010101111100110 changing 2014
-010101111100110 cutting 2220
-010101111100110 falling 2690
-010101111100110 increasing 4634
-010101111100110 rising 4804
-010101111100111 DeBartolo-led 1
-010101111100111 over-extending 1
-010101111100111 Bass/Taft 1
-010101111100111 formeda 1
-010101111100111 untelegenic 1
-010101111100111 return-mail 1
-010101111100111 export-fed 1
-010101111100111 skewering 1
-010101111100111 undiverse 1
-010101111100111 Manville-funded 1
-010101111100111 testamentary 1
-010101111100111 patient-doctor 1
-010101111100111 well-performing 1
-010101111100111 cash-funded 1
-010101111100111 peanut-buying 1
-010101111100111 community-owned 1
-010101111100111 interstellar 1
-010101111100111 mortgage-owning 1
-010101111100111 public-benefit 1
-010101111100111 reckless-disregard 1
-010101111100111 domestic-minded 1
-010101111100111 anti-investment 1
-010101111100111 enflamed 2
-010101111100111 revsied 2
-010101111100111 multidisciplinary 2
-010101111100111 unbolting 2
-010101111100111 caramel-colored 2
-010101111100111 Bilzerian-led 2
-010101111100111 integrated-services 2
-010101111100111 dividend-received 2
-010101111100111 demonetized 2
-010101111100111 3-cent 2
-010101111100111 Stern-Barovsky 2
-010101111100111 beautify 2
-010101111100111 anti-totalitarian 2
-010101111100111 nontransferrable 2
-010101111100111 20-80 2
-010101111100111 counterfeited 2
-010101111100111 scale-up 2
-010101111100111 republished 2
-010101111100111 nonpreventable 2
-010101111100111 people-sensitive 2
-010101111100111 personal-services 2
-010101111100111 EPZ 2
-010101111100111 de-regulated 2
-010101111100111 overcapitalized 3
-010101111100111 dual-trading 3
-010101111100111 back-breaking 3
-010101111100111 public/private 3
-010101111100111 bazooka 3
-010101111100111 demarcated 3
-010101111100111 test-driven 3
-010101111100111 22-foot 3
-010101111100111 bossed 3
-010101111100111 well-regulated 4
-010101111100111 bracketed 4
-010101111100111 Mesa-led 4
-010101111100111 self-initiated 4
-010101111100111 hand-built 4
-010101111100111 restaged 4
-010101111100111 23-13 4
-010101111100111 well-supported 5
-010101111100111 grooved 5
-010101111100111 ghost-written 5
-010101111100111 cuffed 5
-010101111100111 anti-Stalinist 5
-010101111100111 useable 5
-010101111100111 annointed 5
-010101111100111 re-engineered 5
-010101111100111 grained 5
-010101111100111 unbound 5
-010101111100111 unleavened 5
-010101111100111 dirt-cheap 5
-010101111100111 unserved 5
-010101111100111 smudged 5
-010101111100111 scalped 5
-010101111100111 redeveloped 6
-010101111100111 sensationalized 6
-010101111100111 redecorated 6
-010101111100111 unconverted 6
-010101111100111 well-controlled 6
-010101111100111 perforated 7
-010101111100111 growling 7
-010101111100111 degradable 7
-010101111100111 acidified 7
-010101111100111 skinned 7
-010101111100111 reconfigured 7
-010101111100111 unshackled 7
-010101111100111 unleveraged 7
-010101111100111 remitted 8
-010101111100111 annotated 8
-010101111100111 diced 8
-010101111100111 alloted 8
-010101111100111 bartered 8
-010101111100111 dehumanized 8
-010101111100111 dual-purpose 8
-010101111100111 slotted 8
-010101111100111 hand-delivered 8
-010101111100111 mumbling 8
-010101111100111 jilted 9
-010101111100111 numbed 9
-010101111100111 untainted 9
-010101111100111 throttled 9
-010101111100111 unsaleable 9
-010101111100111 deactivated 9
-010101111100111 SEPP 9
-010101111100111 thought-out 11
-010101111100111 decontrolled 11
-010101111100111 peer-reviewed 11
-010101111100111 milled 11
-010101111100111 rotted 11
-010101111100111 calibrated 11
-010101111100111 gerrymandered 11
-010101111100111 whitewashed 11
-010101111100111 overstocked 12
-010101111100111 differentiated 12
-010101111100111 pulverized 12
-010101111100111 debased 12
-010101111100111 trademarked 12
-010101111100111 warehoused 12
-010101111100111 perverted 13
-010101111100111 veto-proof 13
-010101111100111 synchronized 13
-010101111100111 confiscatory 14
-010101111100111 diffused 14
-010101111100111 unsurpassed 14
-010101111100111 unhindered 14
-010101111100111 glorified 15
-010101111100111 disheartened 15
-010101111100111 refitted 15
-010101111100111 glazed 16
-010101111100111 stooped 16
-010101111100111 mangled 16
-010101111100111 warped 17
-010101111100111 shaded 17
-010101111100111 declassified 18
-010101111100111 camouflaged 18
-010101111100111 corroded 19
-010101111100111 constricted 19
-010101111100111 reinvigorated 20
-010101111100111 flatter 20
-010101111100111 tormented 20
-010101111100111 electrified 21
-010101111100111 prorated 21
-010101111100111 blackened 22
-010101111100111 degraded 22
-010101111100111 accented 23
-010101111100111 bonded 24
-010101111100111 retooled 24
-010101111100111 circumscribed 26
-010101111100111 fertilized 26
-010101111100111 reconstructed 26
-010101111100111 maligned 27
-010101111100111 tardy 27
-010101111100111 unprotected 28
-010101111100111 disgorged 28
-010101111100111 charmed 28
-010101111100111 reformulated 29
-010101111100111 uncollectible 29
-010101111100111 chastened 29
-010101111100111 doctored 29
-010101111100111 mortgaged 30
-010101111100111 submerged 30
-010101111100111 rejuvenated 31
-010101111100111 charred 32
-010101111100111 scorched 33
-010101111100111 expropriated 33
-010101111100111 bungled 33
-010101111100111 inflamed 34
-010101111100111 bemused 34
-010101111100111 forgone 34
-010101111100111 shuttered 36
-010101111100111 soiled 36
-010101111100111 prejudiced 37
-010101111100111 condensed 37
-010101111100111 repressed 38
-010101111100111 depreciated 38
-010101111100111 unencumbered 39
-010101111100111 deflated 41
-010101111100111 repackaged 41
-010101111100111 repossessed 42
-010101111100111 imperiled 42
-010101111100111 polarized 43
-010101111100111 overfunded 43
-010101111100111 illuminated 46
-010101111100111 fractured 46
-010101111100111 pooled 47
-010101111100111 grilled 48
-010101111100111 mothballed 48
-010101111100111 underpaid 49
-010101111100111 boxed 49
-010101111100111 prepaid 49
-010101111100111 immunized 49
-010101111100111 abiding 50
-010101111100111 contrived 52
-010101111100111 handpicked 52
-010101111100111 legislated 52
-010101111100111 enclosed 54
-010101111100111 hurried 54
-010101111100111 demoralized 54
-010101111100111 refundable 56
-010101111100111 refurbished 57
-010101111100111 reformed 59
-010101111100111 revitalized 59
-010101111100111 hard-hit 60
-010101111100111 enriched 61
-010101111100111 videotaped 62
-010101111100111 legalized 63
-010101111100111 usable 64
-010101111100111 recoverable 65
-010101111100111 renewable 66
-010101111100111 modernized 67
-010101111100111 tax-deductible 68
-010101111100111 well-received 71
-010101111100111 bruised 72
-010101111100111 simplified 74
-010101111100111 spoiled 75
-010101111100111 liberalized 75
-010101111100111 renovated 75
-010101111100111 twisted 78
-010101111100111 underfunded 83
-010101111100111 bulging 88
-010101111100111 minuscule 90
-010101111100111 brokered 93
-010101111100111 hardened 95
-010101111100111 skewed 98
-010101111100111 non-refundable 99
-010101111100111 chilled 99
-010101111100111 renegotiated 99
-010101111100111 swollen 108
-010101111100111 indexed 110
-010101111100111 tortured 110
-010101111100111 impaired 113
-010101111100111 tarnished 113
-010101111100111 enlarged 116
-010101111100111 patented 117
-010101111100111 falsified 119
-010101111100111 recycled 127
-010101111100111 streamlined 135
-010101111100111 aborted 135
-010101111100111 documented 137
-010101111100111 nationalized 137
-010101111100111 understated 142
-010101111100111 guarded 149
-010101111100111 audited 150
-010101111100111 bloated 150
-010101111100111 subordinate 155
-010101111100111 depleted 155
-010101111100111 elevated 158
-010101111100111 manned 162
-010101111100111 idled 170
-010101111100111 unsettled 173
-010101111100111 delinquent 174
-010101111100111 colored 179
-010101111100111 prescribed 179
-010101111100111 contemplated 192
-010101111100111 redesigned 196
-010101111100111 deregulated 202
-010101111100111 tainted 208
-010101111100111 staggering 223
-010101111100111 desired 223
-010101111100111 distorted 237
-010101111100111 strained 244
-010101111100111 varied 254
-010101111100111 united 255
-010101111100111 contaminated 266
-010101111100111 restrained 269
-010101111100111 certified 273
-010101111100111 weighted 278
-010101111100111 advertised 305
-010101111100111 mandated 338
-010101111100111 stolen 338
-010101111100111 chartered 346
-010101111100111 diminished 359
-010101111100111 floating 392
-010101111100111 modified 396
-010101111100111 enhanced 402
-010101111100111 blind 407
-010101111100111 designated 445
-010101111100111 coordinated 445
-010101111100111 tax-free 446
-010101111100111 subsidized 466
-010101111100111 battered 473
-010101111100111 discounted 508
-010101111100111 regulated 510
-010101111100111 balanced 510
-010101111100111 specified 547
-010101111100111 proven 552
-010101111100111 deferred 572
-010101111100111 restated 635
-010101111100111 frozen 688
-010101111100111 weakened 731
-010101111100111 restricted 812
-010101111100111 sustained 866
-010101111100111 insured 893
-010101111100111 guaranteed 1154
-010101111100111 fixed 1613
-010101111100111 depressed 1645
-010101111100111 revised 2463
-010101111100111 limited 5066
-010101111101000 considered-recombinant 1
-010101111101000 adjoined 1
-010101111101000 ex-race 1
-010101111101000 power-driven 1
-010101111101000 balloon-type 1
-010101111101000 subletting 1
-010101111101000 non-polluting 2
-010101111101000 shampooing 2
-010101111101000 porting 2
-010101111101000 pogo 2
-010101111101000 plusher 2
-010101111101000 KVIL-AM 2
-010101111101000 rectilinear 2
-010101111101000 hurricane-force 2
-010101111101000 proofing 2
-010101111101000 faits 2
-010101111101000 tele-conferencing 2
-010101111101000 unbanned 2
-010101111101000 refrigerating 2
-010101111101000 suburb-to-suburb 2
-010101111101000 pressurizing 2
-010101111101000 twixt 2
-010101111101000 irreproachable 3
-010101111101000 panhandling 3
-010101111101000 sinning 3
-010101111101000 three-wheeler 3
-010101111101000 anti-development 3
-010101111101000 mismarked 3
-010101111101000 doping 3
-010101111101000 imputing 3
-010101111101000 redrafting 4
-010101111101000 dotting 4
-010101111101000 gorging 4
-010101111101000 tows 4
-010101111101000 refilling 4
-010101111101000 counterbalancing 4
-010101111101000 stapling 4
-010101111101000 sanding 4
-010101111101000 regionalized 4
-010101111101000 moldering 4
-010101111101000 doffing 4
-010101111101000 pikers 4
-010101111101000 reconfiguring 4
-010101111101000 nitroglycerin 4
-010101111101000 hosing 5
-010101111101000 baying 5
-010101111101000 mellower 5
-010101111101000 resettling 5
-010101111101000 precooked 5
-010101111101000 matte 5
-010101111101000 sunning 5
-010101111101000 tunneling 5
-010101111101000 conceiving 5
-010101111101000 retelling 5
-010101111101000 tape-recording 5
-010101111101000 fermenting 5
-010101111101000 divining 5
-010101111101000 excavating 6
-010101111101000 snorkeling 6
-010101111101000 soldiering 6
-010101111101000 pampering 6
-010101111101000 gilding 6
-010101111101000 calcified 6
-010101111101000 shunting 6
-010101111101000 spray-painting 6
-010101111101000 humanizing 6
-010101111101000 sneezing 6
-010101111101000 subleasing 6
-010101111101000 mangling 6
-010101111101000 doctoring 6
-010101111101000 smirking 7
-010101111101000 caged 7
-010101111101000 booing 7
-010101111101000 expensing 7
-010101111101000 emanations 7
-010101111101000 queuing 7
-010101111101000 defunding 7
-010101111101000 hissing 7
-010101111101000 misbehaving 7
-010101111101000 schmoozing 7
-010101111101000 mothering 7
-010101111101000 decoding 7
-010101111101000 noisier 8
-010101111101000 papermaking 8
-010101111101000 grafting 8
-010101111101000 coining 8
-010101111101000 mislabeling 8
-010101111101000 rebalancing 8
-010101111101000 detonating 8
-010101111101000 mellowing 9
-010101111101000 rebukes 9
-010101111101000 unfiltered 9
-010101111101000 knotted 9
-010101111101000 recasting 9
-010101111101000 wrinkling 9
-010101111101000 hemming 9
-010101111101000 parsing 9
-010101111101000 clustering 9
-010101111101000 pirating 9
-010101111101000 proselytizing 10
-010101111101000 resurfacing 10
-010101111101000 customizing 10
-010101111101000 savaging 10
-010101111101000 double-checking 10
-010101111101000 bellowing 10
-010101111101000 seeding 10
-010101111101000 splintering 10
-010101111101000 razing 11
-010101111101000 rustling 11
-010101111101000 videotaping 11
-010101111101000 waxing 11
-010101111101000 zigzagging 11
-010101111101000 plastering 11
-010101111101000 mass-marketed 11
-010101111101000 winnowing 11
-010101111101000 hemline 11
-010101111101000 coddling 11
-010101111101000 oozing 11
-010101111101000 roasting 11
-010101111101000 wiggling 11
-010101111101000 sawing 11
-010101111101000 flapping 12
-010101111101000 patenting 12
-010101111101000 groaning 12
-010101111101000 gushing 12
-010101111101000 whores 12
-010101111101000 baby-sitting 12
-010101111101000 dyed 12
-010101111101000 uprooting 12
-010101111101000 restocking 13
-010101111101000 spacing 13
-010101111101000 faxing 13
-010101111101000 thundering 13
-010101111101000 buckling 13
-010101111101000 encapsulated 13
-010101111101000 remaking 13
-010101111101000 overripe 13
-010101111101000 moonlighting 14
-010101111101000 overshooting 14
-010101111101000 littering 14
-010101111101000 bartering 15
-010101111101000 cajoling 15
-010101111101000 pasting 15
-010101111101000 hatching 15
-010101111101000 carting 15
-010101111101000 venting 15
-010101111101000 plucking 15
-010101111101000 stitching 15
-010101111101000 cursing 15
-010101111101000 reworking 15
-010101111101000 rearing 15
-010101111101000 wilting 16
-010101111101000 crunching 16
-010101111101000 gnashing 16
-010101111101000 paddling 16
-010101111101000 retrofitting 16
-010101111101000 snarling 16
-010101111101000 teasing 17
-010101111101000 grilling 17
-010101111101000 bugging 17
-010101111101000 branding 17
-010101111101000 sobbing 17
-010101111101000 legislating 18
-010101111101000 colorizing 18
-010101111101000 shivering 18
-010101111101000 flushing 18
-010101111101000 mocking 19
-010101111101000 commissioning 19
-010101111101000 rowing 19
-010101111101000 cleansing 19
-010101111101000 rote 19
-010101111101000 mugging 19
-010101111101000 squandering 19
-010101111101000 rehearsing 19
-010101111101000 clam 19
-010101111101000 splicing 19
-010101111101000 carpeted 19
-010101111101000 mowing 19
-010101111101000 coughing 19
-010101111101000 regrouping 20
-010101111101000 induction 20
-010101111101000 curling 20
-010101111101000 spewing 20
-010101111101000 busting 21
-010101111101000 stonewalling 21
-010101111101000 shelving 21
-010101111101000 manifold 21
-010101111101000 clicking 21
-010101111101000 drip 22
-010101111101000 bobbing 22
-010101111101000 scrubbing 22
-010101111101000 purging 23
-010101111101000 wailing 23
-010101111101000 jostling 24
-010101111101000 snoring 24
-010101111101000 cloning 25
-010101111101000 blinking 27
-010101111101000 bullying 27
-010101111101000 tailoring 27
-010101111101000 fumbling 27
-010101111101000 flouting 28
-010101111101000 bungling 28
-010101111101000 hugging 28
-010101111101000 jailing 28
-010101111101000 hustling 28
-010101111101000 melding 29
-010101111101000 wrecking 29
-010101111101000 fattening 29
-010101111101000 misreading 30
-010101111101000 chartering 30
-010101111101000 stuffing 30
-010101111101000 flowering 32
-010101111101000 ripening 32
-010101111101000 second-guessing 32
-010101111101000 hiking 33
-010101111101000 stockpiling 33
-010101111101000 welded 33
-010101111101000 pacing 33
-010101111101000 blazing 34
-010101111101000 hemorrhaging 34
-010101111101000 sealing 34
-010101111101000 filtering 36
-010101111101000 skimming 37
-010101111101000 zapping 39
-010101111101000 tasting 39
-010101111101000 furnishing 39
-010101111101000 crediting 39
-010101111101000 shredding 40
-010101111101000 poaching 40
-010101111101000 composing 40
-010101111101000 grooming 40
-010101111101000 watering 42
-010101111101000 test-marketing 42
-010101111101000 looting 43
-010101111101000 custom-made 44
-010101111101000 weaving 44
-010101111101000 surfacing 46
-010101111101000 typing 46
-010101111101000 orbiting 47
-010101111101000 dialing 47
-010101111101000 grading 47
-010101111101000 retooling 48
-010101111101000 grouping 48
-010101111101000 twisting 49
-010101111101000 tooling 49
-010101111101000 repositioning 49
-010101111101000 prescribing 49
-010101111101000 vanishing 50
-010101111101000 rocking 50
-010101111101000 mapping 50
-010101111101000 commuting 50
-010101111101000 melting 51
-010101111101000 mourning 52
-010101111101000 thinning 52
-010101111101000 nurturing 52
-010101111101000 insulating 53
-010101111101000 spraying 54
-010101111101000 routing 54
-010101111101000 stocking 54
-010101111101000 repackaging 55
-010101111101000 tuning 55
-010101111101000 jamming 55
-010101111101000 modeling 58
-010101111101000 shuffling 58
-010101111101000 punching 58
-010101111101000 awakening 58
-010101111101000 refurbishing 60
-010101111101000 reshaping 60
-010101111101000 fools 61
-010101111101000 updating 61
-010101111101000 dispensing 61
-010101111101000 kissing 62
-010101111101000 coaching 62
-010101111101000 fine-tuning 63
-010101111101000 wrapping 64
-010101111101000 blending 64
-010101111101000 short-selling 67
-010101111101000 shaving 67
-010101111101000 juggling 68
-010101111101000 chanting 69
-010101111101000 guessing 73
-010101111101000 qualifying 76
-010101111101000 dreaming 77
-010101111101000 rotating 77
-010101111101000 hauling 81
-010101111101000 diving 81
-010101111101000 rendering 81
-010101111101000 overcharging 81
-010101111101000 rethinking 82
-010101111101000 chewing 84
-010101111101000 bashing 85
-010101111101000 folding 86
-010101111101000 scanning 86
-010101111101000 budgeting 90
-010101111101000 stalling 92
-010101111101000 filming 93
-010101111101000 idling 94
-010101111101000 taping 94
-010101111101000 flashing 95
-010101111101000 boarding 97
-010101111101000 cheering 97
-010101111101000 prodding 98
-010101111101000 policing 100
-010101111101000 harvesting 101
-010101111101000 tracing 108
-010101111101000 booking 111
-010101111101000 editing 112
-010101111101000 crumbling 117
-010101111101000 scoring 125
-010101111101000 packing 126
-010101111101000 pounding 128
-010101111101000 positioning 138
-010101111101000 connecting 140
-010101111101000 washing 145
-010101111101000 loading 148
-010101111101000 pitching 154
-010101111101000 flooding 157
-010101111101000 warming 161
-010101111101000 judging 170
-010101111101000 shouting 172
-010101111101000 dressing 172
-010101111101000 screaming 175
-010101111101000 functioning 176
-010101111101000 bleeding 176
-010101111101000 labeling 178
-010101111101000 leaking 183
-010101111101000 undertaking 184
-010101111101000 copying 184
-010101111101000 breeding 186
-010101111101000 staging 191
-010101111101000 smuggling 194
-010101111101000 cracking 201
-010101111101000 balancing 208
-010101111101000 hiding 224
-010101111101000 rebuilding 224
-010101111101000 viewing 225
-010101111101000 breathing 226
-010101111101000 planting 238
-010101111101000 dancing 244
-010101111101000 feeding 247
-010101111101000 scheduling 248
-010101111101000 measuring 256
-010101111101000 casting 260
-010101111101000 upgrading 260
-010101111101000 targeting 261
-010101111101000 cooling 264
-010101111101000 tracking 276
-010101111101000 answering 279
-010101111101000 drafting 286
-010101111101000 cooking 297
-010101111101000 steering 311
-010101111101000 mailing 319
-010101111101000 burning 321
-010101111101000 organizing 323
-010101111101000 recruiting 334
-010101111101000 discounting 356
-010101111101000 singing 360
-010101111101000 racing 364
-010101111101000 cleaning 397
-010101111101000 dying 399
-010101111101000 screening 399
-010101111101000 hunting 439
-010101111101000 checking 471
-010101111101000 shooting 485
-010101111101000 firing 499
-010101111101000 drinking 508
-010101111101000 questioning 510
-010101111101000 gathering 516
-010101111101000 sharing 516
-010101111101000 forecasting 517
-010101111101000 switching 520
-010101111101000 recording 528
-010101111101000 teaching 581
-010101111101000 monitoring 661
-010101111101000 dumping 663
-010101111101000 learning 704
-010101111101000 missing 729
-010101111101000 suffering 773
-010101111101000 drawing 820
-010101111101000 backing 1071
-010101111101000 hiring 1178
-010101111101000 reading 1270
-010101111101000 writing 1591
-010101111101000 reporting 1740
-010101111101000 testing 2669
-010101111101000 planning 3322
-010101111101000 building 6116
-010101111101001 crocheting 1
-010101111101001 prepositioned 1
-010101111101001 winterizing 1
-010101111101001 GM-izing 1
-010101111101001 363.92 1
-010101111101001 harvest-related 1
-010101111101001 molasses-like 1
-010101111101001 118,700 1
-010101111101001 57,200 1
-010101111101001 testmarketing 1
-010101111101001 foaled 1
-010101111101001 302,016 1
-010101111101001 joing 1
-010101111101001 deeppockets 1
-010101111101001 big-deal 1
-010101111101001 fantasy-at-home 1
-010101111101001 14,607,350 1
-010101111101001 re-allocating 1
-010101111101001 homebred 1
-010101111101001 prepetition 1
-010101111101001 proclaming 1
-010101111101001 nonpension 1
-010101111101001 muncipalities 1
-010101111101001 anti-retroviral 1
-010101111101001 commission-hungry 1
-010101111101001 re-collecting 1
-010101111101001 67,600 1
-010101111101001 co-underwriting 1
-010101111101001 gin-clear 1
-010101111101001 250,000-kilowatt 1
-010101111101001 Giovanna 1
-010101111101001 22,591 1
-010101111101001 135,422,977 1
-010101111101001 Moscovy 1
-010101111101001 214,900 1
-010101111101001 accosting 1
-010101111101001 member-country 1
-010101111101001 INF-range 1
-010101111101001 harkening 1
-010101111101001 165,600 1
-010101111101001 Odilon 1
-010101111101001 11,313 1
-010101111101001 100,8l3,833 1
-010101111101001 risk-adverse 1
-010101111101001 campaign-contributor 1
-010101111101001 14,807 1
-010101111101001 reconceiving 1
-010101111101001 1,109,150 1
-010101111101001 juxtaposing 1
-010101111101001 revetments 1
-010101111101001 Oxfam 2
-010101111101001 under-followed 2
-010101111101001 felling 2
-010101111101001 entrepeneurial 2
-010101111101001 rebuying 2
-010101111101001 supercooling 2
-010101111101001 191,772 2
-010101111101001 gray-listed 2
-010101111101001 twitting 2
-010101111101001 ex-Chicago 2
-010101111101001 3,080,000 2
-010101111101001 blabbing 2
-010101111101001 538,750 2
-010101111101001 garnishing 2
-010101111101001 hamming 2
-010101111101001 puchasing 2
-010101111101001 prime-related 2
-010101111101001 1,170,400 2
-010101111101001 declassifying 2
-010101111101001 prepackaging 2
-010101111101001 all-conquering 2
-010101111101001 disrobing 2
-010101111101001 8,550,000 2
-010101111101001 old-model 2
-010101111101001 re-importing 2
-010101111101001 2:39 2
-010101111101001 castrating 2
-010101111101001 171,144 2
-010101111101001 overgrading 2
-010101111101001 undercharging 3
-010101111101001 29,600 3
-010101111101001 clivia 3
-010101111101001 handcuffing 3
-010101111101001 cross-held 3
-010101111101001 co-opting 3
-010101111101001 subdividing 3
-010101111101001 156,445 3
-010101111101001 cataloging 3
-010101111101001 25,850 3
-010101111101001 195,919 3
-010101111101001 snitching 3
-010101111101001 dishonored 4
-010101111101001 impoverishing 4
-010101111101001 romancing 4
-010101111101001 overworking 4
-010101111101001 Halo 4
-010101111101001 retransmitting 4
-010101111101001 1,133 4
-010101111101001 reusing 4
-010101111101001 hoeing 4
-010101111101001 bar-hopping 4
-010101111101001 anointing 4
-010101111101001 unionizing 5
-010101111101001 deposing 5
-010101111101001 less-valuable 5
-010101111101001 tranquilizing 5
-010101111101001 puncturing 5
-010101111101001 renationalizing 5
-010101111101001 cabdrivers 5
-010101111101001 747,700 5
-010101111101001 reincorporating 5
-010101111101001 bad-mouthing 5
-010101111101001 toasting 5
-010101111101001 micromanaging 5
-010101111101001 piggybacking 6
-010101111101001 overvaluing 6
-010101111101001 Suleiman 6
-010101111101001 replaying 6
-010101111101001 abstracted 6
-010101111101001 allotting 6
-010101111101001 dyeing 7
-010101111101001 tilling 7
-010101111101001 Asics 7
-010101111101001 airlifting 7
-010101111101001 culturing 7
-010101111101001 slitting 7
-010101111101001 cash-settled 8
-010101111101001 dislodging 8
-010101111101001 rerouting 8
-010101111101001 13,400 8
-010101111101001 exportable 8
-010101111101001 swiping 8
-010101111101001 transfering 9
-010101111101001 snagging 9
-010101111101001 shucking 9
-010101111101001 myocardial 9
-010101111101001 evacuating 10
-010101111101001 plundering 10
-010101111101001 sterilizing 10
-010101111101001 redeploying 12
-010101111101001 canvassing 12
-010101111101001 procuring 12
-010101111101001 securitizing 14
-010101111101001 revaluing 15
-010101111101001 cramming 15
-010101111101001 petitioning 15
-010101111101001 overloading 16
-010101111101001 underpricing 17
-010101111101001 pinching 17
-010101111101001 syndicating 17
-010101111101001 disbursing 17
-010101111101001 honing 17
-010101111101001 dusting 18
-010101111101001 sanctioning 19
-010101111101001 meshing 20
-010101111101001 reclaiming 20
-010101111101001 dollar-buying 22
-010101111101001 centralizing 23
-010101111101001 contaminating 24
-010101111101001 chopping 28
-010101111101001 souring 30
-010101111101001 exiting 30
-010101111101001 pruning 34
-010101111101001 forgiving 44
-010101111101001 hoarding 46
-010101111101001 rigging 52
-010101111101001 auctioning 52
-010101111101001 repurchasing 55
-010101111101001 shorting 61
-010101111101001 sweetening 64
-010101111101001 raiding 80
-010101111101001 underperforming 84
-010101111101001 unloading 96
-010101111101001 peddling 148
-010101111101001 swapping 153
-010101111101001 tendering 161
-010101111101001 airing 194
-010101111101001 shedding 209
-010101111101001 awarding 220
-010101111101001 importing 236
-010101111101001 accumulating 239
-010101111101001 liquidating 254
-010101111101001 consolidating 263
-010101111101001 withdrawing 311
-010101111101001 merging 379
-010101111101001 saving 633
-010101111101001 issuing 830
-010101111101001 purchasing 1188
-010101111101001 acquiring 2075
-010101111101001 selling 10540
-010101111101001 buying 8931
-010101111101010 troughing 1
-010101111101010 bricked 1
-010101111101010 fixed-coupon-issues 1
-010101111101010 48,612 1
-010101111101010 12,212 1
-010101111101010 coalescence 1
-010101111101010 non-originalism 1
-010101111101010 ekeing 1
-010101111101010 148,750 1
-010101111101010 4,342 1
-010101111101010 intensifed 1
-010101111101010 Maniamates 1
-010101111101010 deadpanning 1
-010101111101010 gumshoeing 1
-010101111101010 skinnying 1
-010101111101010 half-a-mile 1
-010101111101010 well-thought 1
-010101111101010 cannoning 1
-010101111101010 bollixing 1
-010101111101010 dummying 1
-010101111101010 1,079,470 1
-010101111101010 indebting 1
-010101111101010 1,011,402 1
-010101111101010 958,354 1
-010101111101010 4,204,000 1
-010101111101010 full-motion 1
-010101111101010 reaming 1
-010101111101010 buddying 1
-010101111101010 vegging 1
-010101111101010 1,051,693 1
-010101111101010 975,810 1
-010101111101010 4,843,000 1
-010101111101010 7,984,445 1
-010101111101010 992,120 1
-010101111101010 tripledigit 1
-010101111101010 4,265,000 1
-010101111101010 2,731 1
-010101111101010 1,344,000 1
-010101111101010 1,302,000 1
-010101111101010 1,554,000 1
-010101111101010 1,055,053 1
-010101111101010 dormers 1
-010101111101010 caroming 1
-010101111101010 49,027 1
-010101111101010 bopping 1
-010101111101010 blotting 1
-010101111101010 WEEI 2
-010101111101010 gagging 2
-010101111101010 strutted 2
-010101111101010 506th 2
-010101111101010 ramped 2
-010101111101010 12,350,156 2
-010101111101010 raffling 2
-010101111101010 anteing 2
-010101111101010 four-footed 2
-010101111101010 pigging 2
-010101111101010 301,884 2
-010101111101010 blackening 2
-010101111101010 tuckered 2
-010101111101010 certifiably 2
-010101111101010 straggling 2
-010101111101010 nickel-and-diming 2
-010101111101010 spritzing 2
-010101111101010 re-energized 2
-010101111101010 80-feet 2
-010101111101010 lathering 2
-010101111101010 bleeped 2
-010101111101010 winched 2
-010101111101010 evasively 2
-010101111101010 meting 3
-010101111101010 wolfing 3
-010101111101010 livening 3
-010101111101010 spooning 3
-010101111101010 stowing 3
-010101111101010 mauling 3
-010101111101010 plopping 3
-010101111101010 co-publishing 3
-010101111101010 rapping 3
-010101111101010 twanging 3
-010101111101010 socking 3
-010101111101010 clunking 3
-010101111101010 dabbing 3
-010101111101010 trolling 3
-010101111101010 whiling 3
-010101111101010 blacking 3
-010101111101010 goofing 3
-010101111101010 fouling 3
-010101111101010 pawning 3
-010101111101010 splattering 3
-010101111101010 rasping 3
-010101111101010 immunizing 3
-010101111101010 eluding 3
-010101111101010 clanking 4
-010101111101010 hassling 4
-010101111101010 re-emphasizing 4
-010101111101010 doodling 4
-010101111101010 ladling 4
-010101111101010 mucking 4
-010101111101010 trundles 4
-010101111101010 ricocheting 4
-010101111101010 filibustering 4
-010101111101010 remitting 4
-010101111101010 lapping 4
-010101111101010 flanking 4
-010101111101010 fleshing 4
-010101111101010 whisking 4
-010101111101010 hunching 4
-010101111101010 slaving 4
-010101111101010 navigable 4
-010101111101010 pelting 5
-010101111101010 waddling 5
-010101111101010 baring 5
-010101111101010 stubbing 5
-010101111101010 dribbling 5
-010101111101010 frittering 5
-010101111101010 lumbers 5
-010101111101010 mutated 5
-010101111101010 cluttering 5
-010101111101010 swilling 5
-010101111101010 snuffing 5
-010101111101010 lofted 5
-010101111101010 slithering 5
-010101111101010 glowering 5
-010101111101010 ramming 6
-010101111101010 latching 6
-010101111101010 co-producing 6
-010101111101010 haranguing 6
-010101111101010 trooping 6
-010101111101010 goading 6
-010101111101010 pestering 6
-010101111101010 snaking 6
-010101111101010 rappelling 6
-010101111101010 bulldozing 7
-010101111101010 sawed 7
-010101111101010 elbowing 7
-010101111101010 muscling 7
-010101111101010 eking 7
-010101111101010 twitching 7
-010101111101010 winging 7
-010101111101010 clubbing 7
-010101111101010 battening 7
-010101111101010 motoring 7
-010101111101010 burrowing 7
-010101111101010 ambling 7
-010101111101010 trots 7
-010101111101010 barnstorming 7
-010101111101010 lapsing 7
-010101111101010 flicking 7
-010101111101010 threading 8
-010101111101010 petering 8
-010101111101010 parceling 8
-010101111101010 flitting 8
-010101111101010 belching 8
-010101111101010 barreling 8
-010101111101010 squeaking 8
-010101111101010 striding 9
-010101111101010 forking 9
-010101111101010 toning 9
-010101111101010 gulping 9
-010101111101010 navigating 9
-010101111101010 swooping 9
-010101111101010 trotting 9
-010101111101010 slinging 9
-010101111101010 needling 9
-010101111101010 straightening 9
-010101111101010 panning 9
-010101111101010 curving 9
-010101111101010 sopping 9
-010101111101010 skateboarding 9
-010101111101010 braided 10
-010101111101010 warding 10
-010101111101010 pedaling 10
-010101111101010 screwing 10
-010101111101010 spiking 10
-010101111101010 percolating 10
-010101111101010 roughing 10
-010101111101010 ferreting 10
-010101111101010 tailing 10
-010101111101010 lopping 10
-010101111101010 butting 10
-010101111101010 jetting 10
-010101111101010 flopping 10
-010101111101010 lightening 10
-010101111101010 staving 10
-010101111101010 lunging 10
-010101111101010 overrunning 10
-010101111101010 clawing 10
-010101111101010 stumping 11
-010101111101010 hobbling 11
-010101111101010 plunking 11
-010101111101010 bounding 11
-010101111101010 bolting 11
-010101111101010 stringing 12
-010101111101010 hunkering 12
-010101111101010 jacking 12
-010101111101010 nailing 12
-010101111101010 whacking 12
-010101111101010 scribbling 13
-010101111101010 tallying 13
-010101111101010 wending 13
-010101111101010 thumbing 13
-010101111101010 heaping 13
-010101111101010 messing 13
-010101111101010 belting 13
-010101111101010 ratcheting 13
-010101111101010 tiptoeing 13
-010101111101010 strutting 13
-010101111101010 nosing 13
-010101111101010 powering 13
-010101111101010 stomping 14
-010101111101010 sloshing 14
-010101111101010 lashing 14
-010101111101010 dishing 14
-010101111101010 splashing 14
-010101111101010 clapping 15
-010101111101010 taxiing 15
-010101111101010 emptying 15
-010101111101010 strangling 15
-010101111101010 fenced 16
-010101111101010 parading 16
-010101111101010 gnawing 16
-010101111101010 hurtling 16
-010101111101010 zooming 16
-010101111101010 doling 17
-010101111101010 whittling 17
-010101111101010 hounding 17
-010101111101010 trudging 17
-010101111101010 stroking 17
-010101111101010 sprinting 17
-010101111101010 straying 17
-010101111101010 salted 17
-010101111101010 peeking 17
-010101111101010 rumbling 18
-010101111101010 tripping 18
-010101111101010 gliding 18
-010101111101010 hunched 19
-010101111101010 flailing 19
-010101111101010 storming 19
-010101111101010 trickling 19
-010101111101010 flaring 19
-010101111101010 tapering 19
-010101111101010 weeding 20
-010101111101010 careening 20
-010101111101010 sizing 20
-010101111101010 glancing 20
-010101111101010 stacking 20
-010101111101010 wading 21
-010101111101010 slanted 21
-010101111101010 limping 21
-010101111101010 prowling 21
-010101111101010 roaming 21
-010101111101010 tugging 21
-010101111101010 hooking 22
-010101111101010 nodding 22
-010101111101010 ironing 22
-010101111101010 streaming 22
-010101111101010 trending 22
-010101111101010 muttering 23
-010101111101010 rippling 23
-010101111101010 telephoning 23
-010101111101010 slogging 24
-010101111101010 singling 24
-010101111101010 steamed 24
-010101111101010 hacking 25
-010101111101010 strolling 25
-010101111101010 slamming 25
-010101111101010 combing 25
-010101111101010 muddling 26
-010101111101010 smelling 26
-010101111101010 whispering 26
-010101111101010 rounding 26
-010101111101010 hurling 27
-010101111101010 scraping 27
-010101111101010 slicing 27
-010101111101010 munching 27
-010101111101010 polishing 27
-010101111101010 roiling 27
-010101111101010 chipping 28
-010101111101010 snatching 28
-010101111101010 cranking 28
-010101111101010 litigating 29
-010101111101010 gazing 29
-010101111101010 beaming 30
-010101111101010 chugging 30
-010101111101010 thrashing 31
-010101111101010 fooling 31
-010101111101010 uniting 31
-010101111101010 puffing 32
-010101111101010 siphoning 32
-010101111101010 burnt 32
-010101111101010 spoiling 33
-010101111101010 skipping 34
-010101111101010 sniffing 34
-010101111101010 wheeled 34
-010101111101010 shoving 34
-010101111101010 drumming 34
-010101111101010 banging 34
-010101111101010 humming 35
-010101111101010 robbing 35
-010101111101010 brushing 35
-010101111101010 phoning 35
-010101111101010 peeling 35
-010101111101010 nibbling 35
-010101111101010 sneaking 36
-010101111101010 hopping 36
-010101111101010 grasping 36
-010101111101010 plowing 36
-010101111101010 bothering 37
-010101111101010 clamping 37
-010101111101010 rattling 37
-010101111101010 shuttling 38
-010101111101010 fanning 38
-010101111101010 gobbling 38
-010101111101010 soaking 38
-010101111101010 harassing 39
-010101111101010 spitting 39
-010101111101010 inching 39
-010101111101010 lecturing 39
-010101111101010 flipping 40
-010101111101010 sprouting 40
-010101111101010 cruising 41
-010101111101010 tilting 41
-010101111101010 stalking 41
-010101111101010 scaring 41
-010101111101010 plugging 41
-010101111101010 dashing 41
-010101111101010 whipping 41
-010101111101010 scouting 42
-010101111101010 squaring 42
-010101111101010 patrolling 43
-010101111101010 staking 43
-010101111101010 branching 43
-010101111101010 poking 44
-010101111101010 rubbing 44
-010101111101010 scratching 44
-010101111101010 applauding 44
-010101111101010 ripping 46
-010101111101010 circling 46
-010101111101010 sifting 48
-010101111101010 nudging 48
-010101111101010 peering 48
-010101111101010 pinning 49
-010101111101010 leaping 49
-010101111101010 shelling 50
-010101111101010 crawling 53
-010101111101010 ticking 54
-010101111101010 bottoming 55
-010101111101010 propping 55
-010101111101010 hammering 55
-010101111101010 bumping 55
-010101111101010 spilling 57
-010101111101010 dangling 57
-010101111101010 tossing 57
-010101111101010 bending 58
-010101111101010 choking 58
-010101111101010 teaming 59
-010101111101010 waking 59
-010101111101010 swirling 60
-010101111101010 boiling 63
-010101111101010 crashing 65
-010101111101010 tipping 66
-010101111101010 carving 67
-010101111101010 crowding 67
-010101111101010 yelling 70
-010101111101010 reserving 70
-010101111101010 fending 70
-010101111101010 grinding 77
-010101111101010 preaching 78
-010101111101010 tearing 84
-010101111101010 wandering 85
-010101111101010 stripping 86
-010101111101010 bouncing 87
-010101111101010 churning 87
-010101111101010 sorting 93
-010101111101010 bailing 94
-010101111101010 wiping 95
-010101111101010 quitting 95
-010101111101010 piling 97
-010101111101010 locking 98
-010101111101010 biting 99
-010101111101010 popping 100
-010101111101010 touring 101
-010101111101010 waving 108
-010101111101010 interviewing 110
-010101111101010 swinging 110
-010101111101010 kicking 114
-010101111101010 renting 117
-010101111101010 digging 117
-010101111101010 creeping 123
-010101111101010 celebrating 125
-010101111101010 spelling 125
-010101111101010 phasing 126
-010101111101010 snapping 130
-010101111101010 scaling 134
-010101111101010 drifting 135
-010101111101010 courting 135
-010101111101010 edging 135
-010101111101010 shaking 139
-010101111101010 shutting 140
-010101111101010 crossing 141
-010101111101010 ringing 141
-010101111101010 handing 143
-010101111101010 knocking 144
-010101111101010 sounding 147
-010101111101010 fleeing 150
-010101111101010 rallying 155
-010101111101010 trailing 156
-010101111101010 blowing 158
-010101111101010 dragging 158
-010101111101010 splitting 159
-010101111101010 speeding 161
-010101111101010 winding 162
-010101111101010 stirring 162
-010101111101010 touching 167
-010101111101010 stretching 169
-010101111101010 halfway 175
-010101111101010 leaning 178
-010101111101010 practicing 199
-010101111101010 chasing 208
-010101111101010 shaping 231
-010101111101010 figuring 239
-010101111101010 spinning 250
-010101111101010 jumping 269
-010101111101010 catching 271
-010101111101010 finishing 295
-010101111101010 battling 334
-010101111101010 laying 362
-010101111101010 riding 364
-010101111101010 hurting 365
-010101111101010 advising 369
-010101111101010 applying 376
-010101111101010 throwing 389
-010101111101010 suing 392
-010101111101010 hanging 404
-010101111101010 spreading 407
-010101111101010 pointing 410
-010101111101010 rolling 427
-010101111101010 beating 429
-010101111101010 stepping 435
-010101111101010 eating 479
-010101111101010 walking 481
-010101111101010 performing 493
-010101111101010 pulling 515
-010101111101010 settling 524
-010101111101010 heading 605
-010101111101010 challenging 620
-010101111101010 picking 621
-010101111101010 pressing 750
-010101111101010 breaking 807
-010101111101010 flying 847
-010101111101010 passing 850
-010101111101010 urging 912
-010101111101010 driving 1148
-010101111101010 watching 1154
-010101111101010 telling 1256
-010101111101010 pushing 1574
-010101111101010 playing 1743
-010101111101010 turning 1795
-010101111101010 asking 1929
-010101111101010 fighting 1980
-010101111101010 moving 3159
-010101111101010 running 4234
-010101111101010 paying 4055
-010101111101011 234,259,112 1
-010101111101011 WFBQ-FM 1
-010101111101011 1.6705 1
-010101111101011 78,270 1
-010101111101011 2,427 1
-010101111101011 3,989 1
-010101111101011 638,024 1
-010101111101011 670,333 1
-010101111101011 776.91 1
-010101111101011 250,553 1
-010101111101011 621,349 1
-010101111101011 13,750 1
-010101111101011 1,527 1
-010101111101011 7,855 1
-010101111101011 2,167,000 1
-010101111101011 CIA-sponsorship 1
-010101111101011 681,700 1
-010101111101011 long-reigning 1
-010101111101011 Lizabear 1
-010101111101011 823.58 1
-010101111101011 132.95 1
-010101111101011 818,143 1
-010101111101011 god-knows-where 1
-010101111101011 7,131,400 1
-010101111101011 60,423 1
-010101111101011 32,582 1
-010101111101011 261,603 1
-010101111101011 2,249,000 1
-010101111101011 2,165,000 1
-010101111101011 946,980 1
-010101111101011 244,760 1
-010101111101011 mid-evening 1
-010101111101011 404.86 1
-010101111101011 39,315 1
-010101111101011 1/2-length 1
-010101111101011 677,977 1
-010101111101011 2,170,000 1
-010101111101011 189,942 1
-010101111101011 73,894 1
-010101111101011 22,798 1
-010101111101011 6,751 1
-010101111101011 1.7818 1
-010101111101011 16-7 1
-010101111101011 mortgage-banker 1
-010101111101011 Best-Paid 1
-010101111101011 293,400 1
-010101111101011 57,253 1
-010101111101011 391,769 1
-010101111101011 triglyceride-rich 1
-010101111101011 723.84 1
-010101111101011 172,372 1
-010101111101011 70,173 1
-010101111101011 333,817 1
-010101111101011 1,349 1
-010101111101011 472,956 1
-010101111101011 556,711 1
-010101111101011 503,271 1
-010101111101011 2,228,000 1
-010101111101011 gyno-Americans 1
-010101111101011 617,909 1
-010101111101011 543,313 1
-010101111101011 1,409,267 1
-010101111101011 1,478 1
-010101111101011 7,084,600 1
-010101111101011 8,863 1
-010101111101011 285,101 1
-010101111101011 50,138 1
-010101111101011 unappealable 1
-010101111101011 669,000 1
-010101111101011 Upheaval 1
-010101111101011 296,225 1
-010101111101011 286,439 1
-010101111101011 57,811,000 1
-010101111101011 3,913 1
-010101111101011 bark-cloth 1
-010101111101011 black-cloaked 1
-010101111101011 3,385 1
-010101111101011 1,523,000 1
-010101111101011 governmentfunded 1
-010101111101011 13,657 1
-010101111101011 3,539 1
-010101111101011 52,869 1
-010101111101011 Aihui 1
-010101111101011 1.4845 1
-010101111101011 7,145,500 1
-010101111101011 MCLF 1
-010101111101011 48,565 1
-010101111101011 pseudoscholars 1
-010101111101011 2,526,100 1
-010101111101011 24,945 1
-010101111101011 61,601 1
-010101111101011 hypoallergic 1
-010101111101011 interrelate 1
-010101111101011 2,261,000 1
-010101111101011 Wickford 1
-010101111101011 142,600 1
-010101111101011 721,668 1
-010101111101011 18,420 1
-010101111101011 1.55-to-1 1
-010101111101011 7,342,400 1
-010101111101011 2,546,400 1
-010101111101011 2,185,000 1
-010101111101011 124,663 1
-010101111101011 217,939 1
-010101111101011 31,699 1
-010101111101011 253,092 1
-010101111101011 31,085 1
-010101111101011 47,732 1
-010101111101011 skateboarders 1
-010101111101011 evesdropping 1
-010101111101011 2,124,000 1
-010101111101011 13,411 1
-010101111101011 Igloolik 1
-010101111101011 institution-yellow 1
-010101111101011 raw-material-intensity 1
-010101111101011 240th 1
-010101111101011 1,620,800 1
-010101111101011 four-feet 1
-010101111101011 Tiflis 1
-010101111101011 expatiating 1
-010101111101011 2:37 1
-010101111101011 Turkish-owned 1
-010101111101011 945,128 1
-010101111101011 9,650,000 1
-010101111101011 35.0 1
-010101111101011 Gainsborough 1
-010101111101011 133,880 1
-010101111101011 10,824,914 1
-010101111101011 793,909 1
-010101111101011 82,321 1
-010101111101011 445,844 1
-010101111101011 469,762 1
-010101111101011 cost-transfer 1
-010101111101011 DM10,000 1
-010101111101011 384,018 1
-010101111101011 swabbed 1
-010101111101011 191,121 1
-010101111101011 174,667 1
-010101111101011 3,923 1
-010101111101011 110,076 1
-010101111101011 364,523 1
-010101111101011 near-hysteria 1
-010101111101011 2,447 1
-010101111101011 33,173 1
-010101111101011 41,629 1
-010101111101011 47,057 1
-010101111101011 33,635 1
-010101111101011 20,941 1
-010101111101011 1,672,337 1
-010101111101011 oldster 1
-010101111101011 1.6940 1
-010101111101011 317,004 1
-010101111101011 inoculates 1
-010101111101011 rejigger 1
-010101111101011 recombinants 1
-010101111101011 49,600 1
-010101111101011 Arsen 1
-010101111101011 2,453,000 1
-010101111101011 19,206,000 1
-010101111101011 7,319,000 1
-010101111101011 32,680 1
-010101111101011 75.0 2
-010101111101011 rifling 2
-010101111101011 Glavlit 2
-010101111101011 pajama-clad 2
-010101111101011 travelogues 2
-010101111101011 tulle 2
-010101111101011 cogitating 2
-010101111101011 unmoving 2
-010101111101011 1,805,400 2
-010101111101011 852,400 2
-010101111101011 blanching 2
-010101111101011 perching 2
-010101111101011 cobbling 2
-010101111101011 palpitating 2
-010101111101011 diddling 2
-010101111101011 monkeying 2
-010101111101011 freeloading 2
-010101111101011 dogbite 2
-010101111101011 braying 2
-010101111101011 121,609 2
-010101111101011 foments 2
-010101111101011 deconstructed 2
-010101111101011 4,540 2
-010101111101011 Witherspoons 2
-010101111101011 snoops 2
-010101111101011 clumping 2
-010101111101011 overzealousness 2
-010101111101011 doormats 2
-010101111101011 1,249 2
-010101111101011 odd-lotters 3
-010101111101011 triumphing 3
-010101111101011 improvisers 3
-010101111101011 loafing 3
-010101111101011 North-Rhine 3
-010101111101011 36,782 3
-010101111101011 skulking 3
-010101111101011 WNBC-AM 3
-010101111101011 subsisting 3
-010101111101011 wriggling 3
-010101111101011 remarrying 3
-010101111101011 frothing 3
-010101111101011 tentativeness 3
-010101111101011 exulting 3
-010101111101011 billeted 3
-010101111101011 WOMC-FM 4
-010101111101011 procompetitive 4
-010101111101011 ripened 4
-010101111101011 hitchhiking 4
-010101111101011 icebound 4
-010101111101011 jiggling 4
-010101111101011 unschooled 4
-010101111101011 burping 4
-010101111101011 foaming 4
-010101111101011 transfused 5
-010101111101011 squished 5
-010101111101011 worshiping 5
-010101111101011 skimping 5
-010101111101011 roosting 5
-010101111101011 manuevering 5
-010101111101011 recirculated 5
-010101111101011 hell-bent 5
-010101111101011 fence-sitting 5
-010101111101011 nested 5
-010101111101011 co-adviser 5
-010101111101011 relenting 5
-010101111101011 recumbent 5
-010101111101011 undressing 5
-010101111101011 stewing 6
-010101111101011 bicycling 6
-010101111101011 meditating 6
-010101111101011 handicapping 6
-010101111101011 travelling 6
-010101111101011 free-lancing 6
-010101111101011 oxidized 6
-010101111101011 gridlocked 6
-010101111101011 conversing 6
-010101111101011 gawking 6
-010101111101011 squatting 6
-010101111101011 fallible 6
-010101111101011 cross-dressing 6
-010101111101011 reappearing 6
-010101111101011 chargeable 7
-010101111101011 brawling 7
-010101111101011 streaking 7
-010101111101011 dozing 7
-010101111101011 coalescing 7
-010101111101011 buttered 7
-010101111101011 coasting 7
-010101111101011 well-represented 7
-010101111101011 abounding 7
-010101111101011 frosting 7
-010101111101011 lolling 8
-010101111101011 sulking 8
-010101111101011 frowning 8
-010101111101011 romping 8
-010101111101011 harping 8
-010101111101011 urinating 8
-010101111101011 sunbathing 9
-010101111101011 cavorting 9
-010101111101011 snoozing 9
-010101111101011 massing 9
-010101111101011 keying 10
-010101111101011 writhing 10
-010101111101011 penciled 10
-010101111101011 quilting 10
-010101111101011 flip-flopping 10
-010101111101011 chomping 10
-010101111101011 lounging 10
-010101111101011 rebelling 11
-010101111101011 loitering 11
-010101111101011 interceding 11
-010101111101011 lunching 12
-010101111101011 reverberating 12
-010101111101011 swearing 12
-010101111101011 squealing 12
-010101111101011 unbeaten 12
-010101111101011 trekking 12
-010101111101011 converging 13
-010101111101011 feasting 13
-010101111101011 frolicking 13
-010101111101011 cowering 13
-010101111101011 sleepwalking 14
-010101111101011 trespassing 14
-010101111101011 tacking 14
-010101111101011 backpedaling 14
-010101111101011 marooned 14
-010101111101011 hollering 15
-010101111101011 sprawled 15
-010101111101011 rummaging 16
-010101111101011 volunteering 16
-010101111101011 fencing 17
-010101111101011 abstaining 17
-010101111101011 migrating 17
-010101111101011 banding 17
-010101111101011 chuckling 17
-010101111101011 co-counsel 19
-010101111101011 huddling 19
-010101111101011 giggling 19
-010101111101011 squirming 19
-010101111101011 chafing 20
-010101111101011 gasping 20
-010101111101011 foreclosing 20
-010101111101011 toiling 20
-010101111101011 derelict 20
-010101111101011 browsing 20
-010101111101011 embroidered 21
-010101111101011 arrayed 21
-010101111101011 ensconced 21
-010101111101011 raining 21
-010101111101011 tottering 21
-010101111101011 caving 23
-010101111101011 retaliating 23
-010101111101011 crusading 24
-010101111101011 napping 24
-010101111101011 teetering 25
-010101111101011 socializing 26
-010101111101011 fiddling 26
-010101111101011 encroaching 26
-010101111101011 reining 27
-010101111101011 dwelling 27
-010101111101011 bunched 27
-010101111101011 overpaying 28
-010101111101011 whistling 28
-010101111101011 dabbling 28
-010101111101011 waffling 29
-010101111101011 indulging 29
-010101111101011 deliberating 30
-010101111101011 defecting 31
-010101111101011 retrenching 31
-010101111101011 foundering 31
-010101111101011 enrolling 32
-010101111101011 elaborating 32
-010101111101011 laboring 33
-010101111101011 strewn 34
-010101111101011 howling 35
-010101111101011 sparring 36
-010101111101011 swarming 36
-010101111101011 barking 37
-010101111101011 wavering 37
-010101111101011 clustered 37
-010101111101011 descending 41
-010101111101011 drowning 41
-010101111101011 reneging 41
-010101111101011 lurking 41
-010101111101011 sucking 42
-010101111101011 praying 46
-010101111101011 steaming 48
-010101111101011 sweating 54
-010101111101011 infringing 55
-010101111101011 behaving 56
-010101111101011 defaulting 61
-010101111101011 progressing 63
-010101111101011 resting 67
-010101111101011 vacationing 76
-010101111101011 discriminating 77
-010101111101011 languishing 79
-010101111101011 cashing 79
-010101111101011 communicating 81
-010101111101011 situated 113
-010101111101011 stacked 113
-010101111101011 hovering 116
-010101111101011 marching 123
-010101111101011 testifying 123
-010101111101011 laughing 125
-010101111101011 seated 127
-010101111101011 commenting 133
-010101111101011 sailing 166
-010101111101011 intervening 167
-010101111101011 crying 173
-010101111101011 smiling 181
-010101111101011 circulating 195
-010101111101011 sleeping 209
-010101111101011 resigning 232
-010101111101011 bent 238
-010101111101011 arriving 259
-010101111101011 engaging 313
-010101111101011 campaigning 329
-010101111101011 lying 332
-010101111101011 appearing 339
-010101111101011 retiring 508
-010101111101011 staying 542
-010101111101011 proceeding 544
-010101111101011 traveling 569
-010101111101011 counting 611
-010101111101011 happening 702
-010101111101011 participating 731
-010101111101011 speaking 759
-010101111101011 sitting 991
-010101111101011 standing 994
-010101111101011 investing 1391
-010101111101011 acting 1737
-010101111101011 working 6486
-010101111101011 living 2560
-01010111110110 underusing 1
-01010111110110 out-homering 1
-01010111110110 conquesting 1
-01010111110110 over-counting 1
-01010111110110 239-175 1
-01010111110110 quick-spending 1
-01010111110110 becase 1
-01010111110110 liquifying 1
-01010111110110 re-exporting 1
-01010111110110 re-basing 1
-01010111110110 CIA-conducted 1
-01010111110110 subservicing 1
-01010111110110 attuning 1
-01010111110110 excommunicating 1
-01010111110110 superimposing 1
-01010111110110 Bouquet 1
-01010111110110 dispossessing 1
-01010111110110 re-launching 1
-01010111110110 blanking 1
-01010111110110 re-emit 1
-01010111110110 sublimating 1
-01010111110110 disabusing 1
-01010111110110 Chicago-forcing 1
-01010111110110 Boleslaus 1
-01010111110110 barbarizing 1
-01010111110110 absenting 1
-01010111110110 silvering 1
-01010111110110 cloistering 1
-01010111110110 de-indexing 1
-01010111110110 re-processing 1
-01010111110110 humped 1
-01010111110110 stengthening 1
-01010111110110 molluscs 1
-01010111110110 1649 1
-01010111110110 sequestering 1
-01010111110110 underfinancing 1
-01010111110110 2,676 1
-01010111110110 overlaying 1
-01010111110110 anathematizing 1
-01010111110110 re-registering 1
-01010111110110 strenghtening 1
-01010111110110 overarming 1
-01010111110110 misclassifying 1
-01010111110110 misdirecting 1
-01010111110110 pauperizing 1
-01010111110110 overplaying 1
-01010111110110 uncluttering 1
-01010111110110 stymying 1
-01010111110110 optioning 1
-01010111110110 unshelving 1
-01010111110110 incarcerating 1
-01010111110110 humoring 1
-01010111110110 demonetizing 1
-01010111110110 cinching 1
-01010111110110 re-enacting 1
-01010111110110 miseducating 1
-01010111110110 caculating 1
-01010111110110 shortshrifting 1
-01010111110110 prostrating 1
-01010111110110 metabolizing 1
-01010111110110 de-fanging 1
-01010111110110 delegitimizing 1
-01010111110110 tiding 1
-01010111110110 eviscerating 1
-01010111110110 liberal-style 1
-01010111110110 reinspiring 1
-01010111110110 nitrogen-based 2
-01010111110110 rebroadcasting 2
-01010111110110 blockading 2
-01010111110110 renominating 2
-01010111110110 government-licensed 2
-01010111110110 padlocking 2
-01010111110110 venerating 2
-01010111110110 perfuming 2
-01010111110110 defraying 2
-01010111110110 cueing 2
-01010111110110 electrocuting 2
-01010111110110 heartens 2
-01010111110110 short-circuiting 2
-01010111110110 collateralizing 2
-01010111110110 retouching 2
-01010111110110 slandering 2
-01010111110110 construing 2
-01010111110110 digitize 2
-01010111110110 disadvantaging 2
-01010111110110 hyperopia 2
-01010111110110 resubmitting 2
-01010111110110 imbedding 2
-01010111110110 mispricing 2
-01010111110110 parrying 2
-01010111110110 dignifying 2
-01010111110110 slurring 2
-01010111110110 forswearing 2
-01010111110110 familiarizing 2
-01010111110110 Bulat 2
-01010111110110 stymieing 2
-01010111110110 outlasting 2
-01010111110110 elasticizing 2
-01010111110110 stunting 3
-01010111110110 hand-delivering 3
-01010111110110 cocking 3
-01010111110110 vilifying 3
-01010111110110 vindicating 3
-01010111110110 scorning 3
-01010111110110 slating 3
-01010111110110 prejudicing 3
-01010111110110 alloting 3
-01010111110110 disproving 3
-01010111110110 chauffeuring 3
-01010111110110 commending 3
-01010111110110 sidetracking 3
-01010111110110 reinjecting 3
-01010111110110 toughing 3
-01010111110110 disinviting 3
-01010111110110 oppressing 3
-01010111110110 refashioning 3
-01010111110110 aggrandizing 3
-01010111110110 couching 3
-01010111110110 blighting 3
-01010111110110 criticising 3
-01010111110110 exterminating 3
-01010111110110 prearranging 3
-01010111110110 lampooning 3
-01010111110110 disliking 3
-01010111110110 duping 3
-01010111110110 ordaining 3
-01010111110110 monetizing 3
-01010111110110 extricating 3
-01010111110110 narrating 3
-01010111110110 besmirching 3
-01010111110110 repressing 3
-01010111110110 over-zealous 3
-01010111110110 reappraising 3
-01010111110110 stiffing 3
-01010111110110 appending 3
-01010111110110 reinfusing 3
-01010111110110 mollifying 4
-01010111110110 restaging 4
-01010111110110 re-electing 4
-01010111110110 counterattacking 4
-01010111110110 outmaneuvering 4
-01010111110110 decking 4
-01010111110110 lacing 4
-01010111110110 encasing 4
-01010111110110 redistributes 4
-01010111110110 accessing 4
-01010111110110 gracing 4
-01010111110110 relaunching 4
-01010111110110 remolding 4
-01010111110110 crystallizing 4
-01010111110110 elucidating 4
-01010111110110 readmitting 4
-01010111110110 reviling 4
-01010111110110 reacquiring 4
-01010111110110 resupplying 4
-01010111110110 glutting 4
-01010111110110 glorifying 4
-01010111110110 plagiarizing 4
-01010111110110 assassinating 4
-01010111110110 circumscribing 4
-01010111110110 pooh-poohing 4
-01010111110110 delineating 4
-01010111110110 outdoing 4
-01010111110110 re-regulating 4
-01010111110110 obliterating 4
-01010111110110 overstimulating 4
-01010111110110 clenching 4
-01010111110110 preoccupying 4
-01010111110110 finessing 4
-01010111110110 upstaging 4
-01010111110110 reunifying 4
-01010111110110 obligating 4
-01010111110110 ejecting 4
-01010111110110 partitioning 4
-01010111110110 prejudging 4
-01010111110110 sullying 4
-01010111110110 jerking 4
-01010111110110 lofting 4
-01010111110110 riling 5
-01010111110110 substantiating 5
-01010111110110 assuaging 5
-01010111110110 aping 5
-01010111110110 reassembling 5
-01010111110110 reorienting 5
-01010111110110 refereeing 5
-01010111110110 vanquishing 5
-01010111110110 relishing 5
-01010111110110 outraging 5
-01010111110110 ascribing 5
-01010111110110 parodying 5
-01010111110110 hamstringing 5
-01010111110110 collaring 5
-01010111110110 bludgeoning 5
-01010111110110 querying 5
-01010111110110 disentangling 5
-01010111110110 invalidates 5
-01010111110110 immersing 5
-01010111110110 upending 5
-01010111110110 diffusing 5
-01010111110110 hating 5
-01010111110110 inflaming 5
-01010111110110 muddying 5
-01010111110110 consigning 5
-01010111110110 accentuating 5
-01010111110110 dissuading 5
-01010111110110 cloaking 5
-01010111110110 underbidding 5
-01010111110110 disdaining 5
-01010111110110 parlaying 5
-01010111110110 disassociating 5
-01010111110110 recanting 5
-01010111110110 outliving 5
-01010111110110 befriending 5
-01010111110110 dreading 5
-01010111110110 counteracting 6
-01010111110110 buttressing 6
-01010111110110 impugning 6
-01010111110110 disclaiming 6
-01010111110110 ingesting 6
-01010111110110 silencing 6
-01010111110110 bestowing 6
-01010111110110 entangling 6
-01010111110110 repulsing 6
-01010111110110 overdoing 6
-01010111110110 proffering 6
-01010111110110 interdicting 6
-01010111110110 signalling 6
-01010111110110 redoing 6
-01010111110110 immobilizing 6
-01010111110110 redeveloping 6
-01010111110110 cheapening 6
-01010111110110 exemplifying 6
-01010111110110 strong-arming 6
-01010111110110 encapsulating 6
-01010111110110 surmounting 6
-01010111110110 hitching 6
-01010111110110 denigrating 6
-01010111110110 disobeying 6
-01010111110110 spoofing 6
-01010111110110 stanching 6
-01010111110110 muting 6
-01010111110110 guzzling 6
-01010111110110 underselling 6
-01010111110110 broaching 6
-01010111110110 rectifying 6
-01010111110110 rebuking 6
-01010111110110 corralling 6
-01010111110110 paraphrasing 6
-01010111110110 outwitting 6
-01010111110110 relaying 6
-01010111110110 reissuing 7
-01010111110110 outspending 7
-01010111110110 peppering 7
-01010111110110 lauding 7
-01010111110110 nabbing 7
-01010111110110 hoisting 7
-01010111110110 arbitrating 7
-01010111110110 resuscitating 7
-01010111110110 torpedoing 7
-01010111110110 subordinating 7
-01010111110110 discrediting 7
-01010111110110 detaining 7
-01010111110110 deciphering 7
-01010111110110 mothballing 7
-01010111110110 disavowing 7
-01010111110110 copping 7
-01010111110110 pardoning 7
-01010111110110 deemphasizing 7
-01010111110110 tainting 7
-01010111110110 inferring 7
-01010111110110 ambushing 7
-01010111110110 squashing 7
-01010111110110 recreating 7
-01010111110110 perpetrating 7
-01010111110110 categorizing 7
-01010111110110 subduing 7
-01010111110110 shirking 7
-01010111110110 legitimizing 7
-01010111110110 instigating 7
-01010111110110 penning 8
-01010111110110 retarding 8
-01010111110110 envisioning 8
-01010111110110 regaling 8
-01010111110110 downplaying 8
-01010111110110 codifying 8
-01010111110110 spotlighting 8
-01010111110110 bombarding 8
-01010111110110 formalizing 8
-01010111110110 reinterpreting 8
-01010111110110 monopolizing 8
-01010111110110 extinguishing 8
-01010111110110 synthesizing 8
-01010111110110 seducing 8
-01010111110110 incinerating 8
-01010111110110 segregating 8
-01010111110110 braving 8
-01010111110110 implanting 8
-01010111110110 booting 8
-01010111110110 visualizing 8
-01010111110110 propagating 8
-01010111110110 extraditing 8
-01010111110110 endowing 8
-01010111110110 bettering 8
-01010111110110 nullifying 8
-01010111110110 castigating 8
-01010111110110 reinstituting 8
-01010111110110 overextending 8
-01010111110110 lobbing 9
-01010111110110 vacuuming 9
-01010111110110 reentering 9
-01010111110110 catapulting 9
-01010111110110 tweaking 9
-01010111110110 dubbing 9
-01010111110110 debasing 9
-01010111110110 yanking 9
-01010111110110 affording 9
-01010111110110 extrapolating 9
-01010111110110 raping 9
-01010111110110 misinterpreting 9
-01010111110110 reinventing 9
-01010111110110 deriding 9
-01010111110110 mismanaging 9
-01010111110110 massaging 9
-01010111110110 dunning 9
-01010111110110 stoking 9
-01010111110110 ditching 9
-01010111110110 consummating 9
-01010111110110 stranding 9
-01010111110110 replicating 9
-01010111110110 memorizing 9
-01010111110110 remedying 9
-01010111110110 placating 9
-01010111110110 subpoenaing 9
-01010111110110 unlocking 10
-01010111110110 abrogating 10
-01010111110110 untangling 10
-01010111110110 enraging 10
-01010111110110 eliciting 10
-01010111110110 indemnifying 10
-01010111110110 junking 10
-01010111110110 dramatizing 10
-01010111110110 equalizing 10
-01010111110110 transplanting 10
-01010111110110 upping 10
-01010111110110 inaugurating 10
-01010111110110 saturating 10
-01010111110110 reclassifying 10
-01010111110110 mouthing 10
-01010111110110 validating 10
-01010111110110 faulting 10
-01010111110110 eradicating 10
-01010111110110 interrogating 10
-01010111110110 chastising 10
-01010111110110 tricking 10
-01010111110110 excoriating 10
-01010111110110 fortifying 10
-01010111110110 jettisoning 11
-01010111110110 camouflaging 11
-01010111110110 co-sponsoring 11
-01010111110110 anchoring 11
-01010111110110 skewing 11
-01010111110110 retrieving 11
-01010111110110 showering 11
-01010111110110 popularizing 11
-01010111110110 promulgating 11
-01010111110110 fusing 11
-01010111110110 refuting 11
-01010111110110 blanketing 11
-01010111110110 politicizing 11
-01010111110110 dismembering 11
-01010111110110 squelching 11
-01010111110110 quieting 11
-01010111110110 expediting 11
-01010111110110 forestalling 12
-01010111110110 photographing 12
-01010111110110 activating 12
-01010111110110 evicting 12
-01010111110110 espousing 12
-01010111110110 emulating 12
-01010111110110 tarnishing 12
-01010111110110 assailing 12
-01010111110110 imprisoning 12
-01010111110110 slighting 12
-01010111110110 impressing 12
-01010111110110 snubbing 12
-01010111110110 embodying 12
-01010111110110 prepaying 12
-01010111110110 reactivating 12
-01010111110110 dispersing 12
-01010111110110 denting 12
-01010111110110 dedicating 12
-01010111110110 dissecting 12
-01010111110110 chucking 12
-01010111110110 quantifying 12
-01010111110110 unseating 12
-01010111110110 reuniting 12
-01010111110110 aborting 12
-01010111110110 denationalizing 12
-01010111110110 renouncing 12
-01010111110110 bankrupting 12
-01010111110110 terrorizing 12
-01010111110110 snaring 13
-01010111110110 priming 13
-01010111110110 straddling 13
-01010111110110 relegating 13
-01010111110110 allying 13
-01010111110110 pre-empting 13
-01010111110110 precluding 13
-01010111110110 foiling 13
-01010111110110 conjuring 13
-01010111110110 disapproving 13
-01010111110110 simulating 13
-01010111110110 bankrolling 13
-01010111110110 misstating 13
-01010111110110 censoring 13
-01010111110110 imperiling 13
-01010111110110 summoning 13
-01010111110110 reprinting 13
-01010111110110 compressing 13
-01010111110110 re-creating 14
-01010111110110 ridiculing 14
-01010111110110 subverting 14
-01010111110110 overestimating 14
-01010111110110 effecting 14
-01010111110110 repatriating 14
-01010111110110 flunking 14
-01010111110110 revolutionizing 14
-01010111110110 showcasing 14
-01010111110110 commercializing 14
-01010111110110 neutralizing 15
-01010111110110 computerizing 15
-01010111110110 reimposing 15
-01010111110110 rejoining 15
-01010111110110 negating 15
-01010111110110 blunting 15
-01010111110110 coercing 15
-01010111110110 quashing 15
-01010111110110 re-entering 15
-01010111110110 redirecting 15
-01010111110110 sowing 15
-01010111110110 conquering 15
-01010111110110 torturing 15
-01010111110110 chiding 15
-01010111110110 marshaling 15
-01010111110110 elevating 15
-01010111110110 congratulating 15
-01010111110110 pinpointing 15
-01010111110110 deleting 15
-01010111110110 deporting 15
-01010111110110 taunting 15
-01010111110110 decentralizing 15
-01010111110110 flinging 15
-01010111110110 reassigning 16
-01010111110110 extorting 16
-01010111110110 augmenting 16
-01010111110110 entrenching 16
-01010111110110 divorcing 16
-01010111110110 devouring 16
-01010111110110 outfitting 16
-01010111110110 appraising 16
-01010111110110 infiltrating 16
-01010111110110 apportioning 16
-01010111110110 salvaging 16
-01010111110110 de-emphasizing 16
-01010111110110 taming 16
-01010111110110 piloting 16
-01010111110110 obeying 16
-01010111110110 pronouncing 16
-01010111110110 replenishing 16
-01010111110110 fingering 17
-01010111110110 re-establishing 17
-01010111110110 empowering 17
-01010111110110 reestablishing 17
-01010111110110 cornering 17
-01010111110110 shepherding 17
-01010111110110 mortgaging 17
-01010111110110 reconstructing 17
-01010111110110 assimilating 17
-01010111110110 condoning 17
-01010111110110 overshadowing 17
-01010111110110 confiscating 17
-01010111110110 impairing 17
-01010111110110 antagonizing 17
-01010111110110 forsaking 17
-01010111110110 disconnecting 17
-01010111110110 lumping 17
-01010111110110 nationalizing 17
-01010111110110 demolishing 17
-01010111110110 berating 18
-01010111110110 indicting 18
-01010111110110 dispelling 18
-01010111110110 reinvigorating 18
-01010111110110 convicting 18
-01010111110110 supplanting 18
-01010111110110 lamenting 18
-01010111110110 reasserting 18
-01010111110110 obscuring 18
-01010111110110 belittling 18
-01010111110110 disguising 18
-01010111110110 redistributing 18
-01010111110110 sabotaging 18
-01010111110110 discarding 19
-01010111110110 amortizing 19
-01010111110110 disseminating 19
-01010111110110 eschewing 19
-01010111110110 reproducing 19
-01010111110110 bilking 19
-01010111110110 perpetuating 19
-01010111110110 mastering 19
-01010111110110 trashing 19
-01010111110110 patting 19
-01010111110110 deploring 19
-01010111110110 saddling 20
-01010111110110 designating 20
-01010111110110 culling 20
-01010111110110 plying 20
-01010111110110 reintroducing 20
-01010111110110 divulging 20
-01010111110110 defusing 20
-01010111110110 equating 20
-01010111110110 netting 20
-01010111110110 fomenting 20
-01010111110110 hyping 20
-01010111110110 harnessing 20
-01010111110110 disallowing 20
-01010111110110 appeasing 20
-01010111110110 weaning 21
-01010111110110 aligning 21
-01010111110110 gutting 21
-01010111110110 earmarking 21
-01010111110110 concocting 21
-01010111110110 conserving 21
-01010111110110 derailing 21
-01010111110110 repudiating 22
-01010111110110 ferrying 22
-01010111110110 lambasting 22
-01010111110110 diagnosing 22
-01010111110110 infecting 22
-01010111110110 thrusting 22
-01010111110110 burdening 22
-01010111110110 deflecting 22
-01010111110110 assaulting 22
-01010111110110 levying 23
-01010111110110 tolerating 23
-01010111110110 clouding 23
-01010111110110 perfecting 23
-01010111110110 flexing 23
-01010111110110 classifying 23
-01010111110110 overtaking 23
-01010111110110 sidestepping 23
-01010111110110 quelling 23
-01010111110110 standardizing 23
-01010111110110 overthrowing 24
-01010111110110 precipitating 24
-01010111110110 revoking 24
-01010111110110 arousing 24
-01010111110110 heeding 24
-01010111110110 summarizing 24
-01010111110110 trapping 24
-01010111110110 expelling 24
-01010111110110 equipping 24
-01010111110110 exhorting 24
-01010111110110 enriching 24
-01010111110110 outbidding 25
-01010111110110 evoking 25
-01010111110110 rescinding 25
-01010111110110 reciting 25
-01010111110110 donning 25
-01010111110110 understating 25
-01010111110110 rearranging 25
-01010111110110 recapturing 25
-01010111110110 usurping 25
-01010111110110 ridding 26
-01010111110110 decrying 26
-01010111110110 resurrecting 26
-01010111110110 tempering 26
-01010111110110 isolating 26
-01010111110110 manning 26
-01010111110110 simplifying 26
-01010111110110 disregarding 27
-01010111110110 betraying 27
-01010111110110 renaming 27
-01010111110110 contradicting 27
-01010111110110 alleviating 27
-01010111110110 masterminding 27
-01010111110110 mimicking 27
-01010111110110 reconciling 28
-01010111110110 imitating 28
-01010111110110 rehabilitating 28
-01010111110110 devaluing 28
-01010111110110 framing 28
-01010111110110 pegging 28
-01010111110110 appropriating 28
-01010111110110 skirting 28
-01010111110110 enlisting 29
-01010111110110 rebuffing 29
-01010111110110 erecting 29
-01010111110110 spurning 29
-01010111110110 restating 29
-01010111110110 coaxing 29
-01010111110110 championing 29
-01010111110110 overruling 29
-01010111110110 masking 29
-01010111110110 redefining 29
-01010111110110 displacing 29
-01010111110110 inciting 29
-01010111110110 supplementing 29
-01010111110110 orchestrating 30
-01010111110110 revitalizing 30
-01010111110110 legalizing 30
-01010111110110 automating 31
-01010111110110 prolonging 31
-01010111110110 curing 31
-01010111110110 sparing 31
-01010111110110 discharging 31
-01010111110110 alerting 31
-01010111110110 depleting 31
-01010111110110 scuttling 32
-01010111110110 conveying 32
-01010111110110 renovating 32
-01010111110110 sheltering 32
-01010111110110 toppling 32
-01010111110110 unleashing 32
-01010111110110 extolling 32
-01010111110110 murdering 32
-01010111110110 invalidating 33
-01010111110110 hosting 33
-01010111110110 heralding 33
-01010111110110 underestimating 33
-01010111110110 exhibiting 33
-01010111110110 buoying 33
-01010111110110 slapping 34
-01010111110110 suppressing 34
-01010111110110 bucking 34
-01010111110110 dodging 34
-01010111110110 characterizing 34
-01010111110110 duplicating 34
-01010111110110 disciplining 35
-01010111110110 hailing 35
-01010111110110 misusing 35
-01010111110110 certifying 36
-01010111110110 reimbursing 36
-01010111110110 recounting 36
-01010111110110 outlawing 36
-01010111110110 hindering 36
-01010111110110 confounding 36
-01010111110110 boycotting 36
-01010111110110 restarting 37
-01010111110110 interrupting 37
-01010111110110 halving 37
-01010111110110 uncovering 37
-01010111110110 recapitalizing 37
-01010111110110 recouping 38
-01010111110110 reinvesting 38
-01010111110110 safeguarding 38
-01010111110110 gauging 38
-01010111110110 sipping 38
-01010111110110 clutching 39
-01010111110110 accomplishing 39
-01010111110110 redesigning 39
-01010111110110 attaining 39
-01010111110110 channeling 39
-01010111110110 furthering 40
-01010111110110 trumpeting 40
-01010111110110 reaffirming 40
-01010111110110 burying 40
-01010111110110 dispatching 41
-01010111110110 misrepresenting 41
-01010111110110 impeding 41
-01010111110110 reinstating 41
-01010111110110 shielding 41
-01010111110110 crafting 42
-01010111110110 arming 42
-01010111110110 omitting 42
-01010111110110 utilizing 42
-01010111110110 facilitating 42
-01010111110110 overstating 42
-01010111110110 penalizing 43
-01010111110110 forgoing 43
-01010111110110 abetting 44
-01010111110110 enlarging 44
-01010111110110 inventing 44
-01010111110110 subjecting 44
-01010111110110 inhibiting 45
-01010111110110 exaggerating 45
-01010111110110 severing 45
-01010111110110 waiving 46
-01010111110110 relinquishing 46
-01010111110110 instructing 46
-01010111110110 circumventing 46
-01010111110110 neglecting 46
-01010111110110 escorting 46
-01010111110110 propelling 48
-01010111110110 privatizing 48
-01010111110110 countering 48
-01010111110110 angering 49
-01010111110110 deterring 49
-01010111110110 fining 49
-01010111110110 extracting 50
-01010111110110 inserting 50
-01010111110110 repealing 51
-01010111110110 blasting 51
-01010111110110 distorting 51
-01010111110110 deregulating 51
-01010111110110 ruining 51
-01010111110110 highlighting 51
-01010111110110 rescuing 52
-01010111110110 publicizing 52
-01010111110110 locating 52
-01010111110110 vetoing 52
-01010111110110 obstructing 53
-01010111110110 justifying 53
-01010111110110 attaching 54
-01010111110110 spotting 54
-01010111110110 reselling 55
-01010111110110 renegotiating 55
-01010111110110 digesting 55
-01010111110110 inducing 56
-01010111110110 rewriting 56
-01010111110110 hampering 56
-01010111110110 clarifying 56
-01010111110110 harming 57
-01010111110110 swallowing 57
-01010111110110 donating 57
-01010111110110 instituting 57
-01010111110110 depriving 57
-01010111110110 hawking 57
-01010111110110 affirming 58
-01010111110110 guarding 59
-01010111110110 contacting 59
-01010111110110 ousting 59
-01010111110110 voicing 60
-01010111110110 fostering 60
-01010111110110 relieving 61
-01010111110110 capping 61
-01010111110110 inspecting 61
-01010111110110 minimizing 62
-01010111110110 formulating 62
-01010111110110 transmitting 63
-01010111110110 abolishing 63
-01010111110110 tackling 64
-01010111110110 exempting 64
-01010111110110 misappropriating 64
-01010111110110 endangering 64
-01010111110110 breaching 65
-01010111110110 bribing 65
-01010111110110 discontinuing 65
-01010111110110 injecting 65
-01010111110110 evading 65
-01010111110110 insuring 65
-01010111110110 amending 66
-01010111110110 exacerbating 66
-01010111110110 structuring 66
-01010111110110 complicating 66
-01010111110110 combating 66
-01010111110110 undercutting 68
-01010111110110 welcoming 68
-01010111110110 bypassing 69
-01010111110110 divesting 69
-01010111110110 overturning 70
-01010111110110 abusing 70
-01010111110110 concealing 72
-01010111110110 erasing 72
-01010111110110 disrupting 72
-01010111110110 underscoring 73
-01010111110110 electing 73
-01010111110110 honoring 74
-01010111110110 occupying 74
-01010111110110 transporting 74
-01010111110110 liberalizing 74
-01010111110110 jeopardizing 74
-01010111110110 overcoming 74
-01010111110110 compiling 75
-01010111110110 outperforming 76
-01010111110110 condemning 78
-01010111110110 initiating 79
-01010111110110 funneling 79
-01010111110110 reforming 80
-01010111110110 modifying 80
-01010111110110 pitting 80
-01010111110110 compensating 80
-01010111110110 denouncing 81
-01010111110110 shunning 81
-01010111110110 incorporating 81
-01010111110110 educating 81
-01010111110110 outpacing 82
-01010111110110 substituting 82
-01010111110110 mandating 82
-01010111110110 defying 82
-01010111110110 provoking 82
-01010111110110 repaying 83
-01010111110110 falsifying 83
-01010111110110 diluting 83
-01010111110110 inflating 84
-01010111110110 overhauling 84
-01010111110110 averting 84
-01010111110110 thwarting 86
-01010111110110 punishing 87
-01010111110110 reinforcing 87
-01010111110110 dissolving 88
-01010111110110 invoking 88
-01010111110110 mixing 88
-01010111110110 storing 88
-01010111110110 deferring 89
-01010111110110 alienating 89
-01010111110110 detecting 89
-01010111110110 reminding 90
-01010111110110 enacting 91
-01010111110110 allocating 94
-01010111110110 depicting 94
-01010111110110 portraying 95
-01010111110110 forbidding 96
-01010111110110 curtailing 97
-01010111110110 deducting 98
-01010111110110 fulfilling 98
-01010111110110 observing 99
-01010111110110 paving 99
-01010111110110 repairing 99
-01010111110110 embracing 101
-01010111110110 notifying 101
-01010111110110 maximizing 101
-01010111110110 luring 103
-01010111110110 modernizing 104
-01010111110110 integrating 104
-01010111110110 deploying 104
-01010111110110 reorganizing 106
-01010111110110 appointing 106
-01010111110110 sustaining 106
-01010111110110 scrapping 108
-01010111110110 transforming 108
-01010111110110 praising 109
-01010111110110 administering 110
-01010111110110 influencing 111
-01010111110110 renewing 112
-01010111110110 assigning 113
-01010111110110 correcting 113
-01010111110110 informing 115
-01010111110110 exposing 115
-01010111110110 terminating 116
-01010111110110 prosecuting 116
-01010111110110 mentioning 118
-01010111110110 dismissing 118
-01010111110110 interpreting 120
-01010111110110 defeating 120
-01010111110110 postponing 120
-01010111110110 exploiting 121
-01010111110110 dominating 122
-01010111110110 displaying 122
-01010111110110 manipulating 126
-01010111110110 defrauding 127
-01010111110110 executing 128
-01010111110110 undermining 129
-01010111110110 wooing 129
-01010111110110 assuring 129
-01010111110110 diverting 132
-01010111110110 dividing 133
-01010111110110 squeezing 134
-01010111110110 supervising 134
-01010111110110 assisting 135
-01010111110110 capturing 138
-01010111110110 sparking 138
-01010111110110 spurring 139
-01010111110110 assembling 143
-01010111110110 suspending 144
-01010111110110 resuming 144
-01010111110110 subsidizing 144
-01010111110110 bolstering 145
-01010111110110 separating 148
-01010111110110 revising 149
-01010111110110 tapping 151
-01010111110110 outlining 151
-01010111110110 repeating 155
-01010111110110 enhancing 155
-01010111110110 freeing 156
-01010111110110 tying 157
-01010111110110 altering 158
-01010111110110 canceling 160
-01010111110110 endorsing 163
-01010111110110 halting 163
-01010111110110 touting 163
-01010111110110 employing 165
-01010111110110 exchanging 167
-01010111110110 coordinating 169
-01010111110110 securing 172
-01010111110110 upholding 174
-01010111110110 solving 174
-01010111110110 quoting 174
-01010111110110 defining 175
-01010111110110 advocating 175
-01010111110110 submitting 177
-01010111110110 reviving 181
-01010111110110 selecting 190
-01010111110110 persuading 191
-01010111110110 pressuring 192
-01010111110110 presenting 194
-01010111110110 inviting 195
-01010111110110 blaming 195
-01010111110110 committing 196
-01010111110110 guaranteeing 196
-01010111110110 preserving 197
-01010111110110 analyzing 201
-01010111110110 authorizing 202
-01010111110110 valuing 203
-01010111110110 assessing 203
-01010111110110 protesting 205
-01010111110110 installing 205
-01010111110110 taxing 207
-01010111110110 fueling 218
-01010111110110 identifying 218
-01010111110110 triggering 222
-01010111110110 curbing 225
-01010111110110 enforcing 227
-01010111110110 regulating 227
-01010111110110 topping 229
-01010111110110 calculating 230
-01010111110110 favoring 231
-01010111110110 comparing 235
-01010111110110 directing 237
-01010111110110 destroying 238
-01010111110110 aiding 251
-01010111110110 stopping 252
-01010111110110 abandoning 261
-01010111110110 criticizing 269
-01010111110110 releasing 269
-01010111110110 expressing 271
-01010111110110 emphasizing 272
-01010111110110 naming 274
-01010111110110 delivering 276
-01010111110110 transferring 276
-01010111110110 disclosing 277
-01010111110110 restoring 286
-01010111110110 prohibiting 288
-01010111110110 designing 289
-01010111110110 accusing 290
-01010111110110 achieving 292
-01010111110110 implementing 296
-01010111110110 enabling 297
-01010111110110 addressing 299
-01010111110110 marking 300
-01010111110110 reversing 302
-01010111110110 restricting 305
-01010111110110 resolving 306
-01010111110110 overseeing 311
-01010111110110 retaining 313
-01010111110110 ignoring 316
-01010111110110 distributing 330
-01010111110110 approving 333
-01010111110110 banning 339
-01010111110110 delaying 343
-01010111110110 permitting 344
-01010111110110 supplying 351
-01010111110110 combining 352
-01010111110110 arranging 353
-01010111110110 linking 362
-01010111110110 ordering 367
-01010111110110 rejecting 373
-01010111110110 describing 375
-01010111110110 adopting 379
-01010111110110 attacking 382
-01010111110110 matching 403
-01010111110110 converting 410
-01010111110110 granting 418
-01010111110110 avoiding 444
-01010111110110 preventing 452
-01010111110110 imposing 468
-01010111110110 introducing 470
-01010111110110 removing 479
-01010111110110 prompting 480
-01010111110110 blocking 499
-01010111110110 completing 510
-01010111110110 establishing 519
-01010111110110 defending 524
-01010111110110 placing 533
-01010111110110 replacing 540
-01010111110110 treating 542
-01010111110110 opposing 568
-01010111110110 extending 575
-01010111110110 protecting 584
-01010111110110 barring 593
-01010111110110 letting 601
-01010111110110 filling 649
-01010111110110 denying 663
-01010111110110 announcing 712
-01010111110110 limiting 716
-01010111110110 maintaining 720
-01010111110110 promoting 736
-01010111110110 violating 738
-01010111110110 accepting 759
-01010111110110 eliminating 771
-01010111110110 joining 815
-01010111110110 boosting 869
-01010111110110 forcing 952
-01010111110110 sending 956
-01010111110110 supporting 1015
-01010111110110 causing 1077
-01010111110110 requiring 1493
-01010111110110 bringing 1504
-01010111110110 creating 1548
-01010111110110 setting 1815
-01010111110110 allowing 1971
-01010111110110 keeping 2020
-01010111110110 providing 2059
-01010111110110 reducing 2320
-01010111110110 leaving 2451
-01010111110110 raising 2800
-01010111110110 giving 3692
-01010111110110 using 5391
-01010111110110 making 10400
-0101011111011100 bin-busters 1
-0101011111011100 Lookin 1
-0101011111011100 irreconcilably 1
-0101011111011100 surmising 1
-0101011111011100 GarBarge 1
-0101011111011100 dinning 1
-0101011111011100 common-interest 1
-0101011111011100 inimitably 1
-0101011111011100 DENTISTRY 1
-0101011111011100 business-the 1
-0101011111011100 penmaker 1
-0101011111011100 Chi-Chi-Jima 1
-0101011111011100 abolutely 1
-0101011111011100 bone-induction 1
-0101011111011100 anti-small 1
-0101011111011100 axiomatically 1
-0101011111011100 rarin 1
-0101011111011100 hazarding 1
-0101011111011100 gaucheness 1
-0101011111011100 re-sorted 1
-0101011111011100 Weiter 1
-0101011111011100 by-and-large 1
-0101011111011100 profferring 1
-0101011111011100 screwin 1
-0101011111011100 fighter-engine 1
-0101011111011100 fangling 1
-0101011111011100 diversifing 1
-0101011111011100 Ronzi 1
-0101011111011100 white-knuckling 1
-0101011111011100 Rereading 1
-0101011111011100 put/store/carry 1
-0101011111011100 going-out-of-business-sale 1
-0101011111011100 imbed 1
-0101011111011100 ivnestigating 1
-0101011111011100 demonopolize 1
-0101011111011100 CSCEC 1
-0101011111011100 super-hardened 1
-0101011111011100 deletes 2
-0101011111011100 pertriz 2
-0101011111011100 penciling 2
-0101011111011100 Slavery 2
-0101011111011100 MAMMOTH 2
-0101011111011100 optimally 2
-0101011111011100 gift-wrapping 2
-0101011111011100 dead-on 2
-0101011111011100 barraging 2
-0101011111011100 fanatically 2
-0101011111011100 unambitious 2
-0101011111011100 overregulating 3
-0101011111011100 qualitatively 3
-0101011111011100 mistreating 3
-0101011111011100 rededicating 3
-0101011111011100 excusing 4
-0101011111011100 terrifically 7
-0101011111011100 Ze 7
-0101011111011100 reevaluating 11
-0101011111011100 slugging 23
-0101011111011100 augur 25
-0101011111011100 faring 64
-0101011111011100 bode 102
-0101011111011100 precisely 630
-0101011111011100 absolutely 896
-0101011111011100 exactly 1476
-0101011111011100 doing 5349
-0101011111011100 quite 2850
-0101011111011101 propounding 1
-0101011111011101 outearning 1
-0101011111011101 lead-managing 1
-0101011111011101 over-reaching 1
-0101011111011101 lowone 1
-0101011111011101 stomaching 1
-0101011111011101 haling 1
-0101011111011101 Stefka 1
-0101011111011101 inscrutably 1
-0101011111011101 necessary-if 1
-0101011111011101 underminining 1
-0101011111011101 Novacorp 1
-0101011111011101 director/North 1
-0101011111011101 made. 1
-0101011111011101 chiseling 1
-0101011111011101 outfoxing 1
-0101011111011101 essentally 1
-0101011111011101 required. 1
-0101011111011101 acculturating 1
-0101011111011101 esssentially 1
-0101011111011101 sluicing 1
-0101011111011101 KEZO 1
-0101011111011101 re-releasing 1
-0101011111011101 indexing-adjusting 1
-0101011111011101 vacuum-cleaning 1
-0101011111011101 strugggling 1
-0101011111011101 one-thirteenth 1
-0101011111011101 sufficently 1
-0101011111011101 extinquishing 1
-0101011111011101 revaluating 1
-0101011111011101 Tyche 1
-0101011111011101 skeptical. 1
-0101011111011101 based- 1
-0101011111011101 Xanthe 1
-0101011111011101 oversaturating 1
-0101011111011101 outproducing 1
-0101011111011101 Yuasa-Exide 1
-0101011111011101 reinvestigating 1
-0101011111011101 xerigation 1
-0101011111011101 jaw-dropping 1
-0101011111011101 mispronouncing 1
-0101011111011101 undergrowing 1
-0101011111011101 virutally 1
-0101011111011101 reconfirming 2
-0101011111011101 deindustrializing 2
-0101011111011101 discomforted 2
-0101011111011101 eying 2
-0101011111011101 contenting 2
-0101011111011101 obstensibly 2
-0101011111011101 outgaining 2
-0101011111011101 bastardizing 2
-0101011111011101 outdrawing 2
-0101011111011101 outgrowing 2
-0101011111011101 foisting 2
-0101011111011101 twitted 2
-0101011111011101 Breathalyzer 2
-0101011111011101 gleaning 3
-0101011111011101 criss-crossing 3
-0101011111011101 calorie-and-cholesterol 3
-0101011111011101 burglarized 3
-0101011111011101 perverting 3
-0101011111011101 inundating 4
-0101011111011101 outrunning 4
-0101011111011101 steeling 4
-0101011111011101 overemphasized 5
-0101011111011101 misreported 7
-0101011111011101 overstepping 7
-0101011111011101 humanly 8
-0101011111011101 recognizably 9
-0101011111011101 re-evaluating 15
-0101011111011101 reexamining 16
-0101011111011101 minding 19
-0101011111011101 re-examining 25
-0101011111011101 spearheading 37
-0101011111011101 busily 48
-0101011111011101 readying 48
-0101011111011101 reassessing 49
-0101011111011101 witnessing 62
-0101011111011101 reconsidering 69
-0101011111011101 eyeing 69
-0101011111011101 pondering 73
-0101011111011101 mulling 93
-0101011111011101 contesting 101
-0101011111011101 scrutinizing 104
-0101011111011101 probing 139
-0101011111011101 projecting 167
-0101011111011101 debating 181
-0101011111011101 contemplating 196
-0101011111011101 undergoing 207
-0101011111011101 anticipating 228
-0101011111011101 resisting 239
-0101011111011101 nearing 242
-0101011111011101 recalling 255
-0101011111011101 experiencing 288
-0101011111011101 weighing 319
-0101011111011101 evaluating 355
-0101011111011101 examining 413
-0101011111011101 deemed 430
-0101011111011101 exploring 495
-0101011111011101 awaiting 547
-0101011111011101 discussing 949
-0101011111011101 expecting 958
-0101011111011101 reviewing 999
-0101011111011101 studying 1164
-0101011111011101 rated 1487
-0101011111011101 investigating 1599
-0101011111011101 considering 4073
-0101011111011101 considered 5181
-0101011111011110 10,830 1
-0101011111011110 1,787,600 1
-0101011111011110 646,843 1
-0101011111011110 679,435 1
-0101011111011110 2,989 1
-0101011111011110 154,158 1
-0101011111011110 588,196 1
-0101011111011110 abrading 1
-0101011111011110 653,704 1
-0101011111011110 291,536 1
-0101011111011110 27,277 1
-0101011111011110 41,875 1
-0101011111011110 1,772,000 1
-0101011111011110 1,743,100 1
-0101011111011110 1,768,200 1
-0101011111011110 75,400 1
-0101011111011110 M-what-have-you 1
-0101011111011110 6,606,255 1
-0101011111011110 205,898,800 1
-0101011111011110 repenting 1
-0101011111011110 299,634 1
-0101011111011110 2,229,500 1
-0101011111011110 4,813 1
-0101011111011110 611,409 1
-0101011111011110 2,254,600 1
-0101011111011110 2,200,900 1
-0101011111011110 5,246,195 1
-0101011111011110 2,214,500 1
-0101011111011110 denuding 1
-0101011111011110 1,714 1
-0101011111011110 17,276 1
-0101011111011110 2,081,100 1
-0101011111011110 impaneling 1
-0101011111011110 3.6496 1
-0101011111011110 7,476 1
-0101011111011110 2,133,900 1
-0101011111011110 finished-products 1
-0101011111011110 99,606 1
-0101011111011110 169,924 1
-0101011111011110 352,389 1
-0101011111011110 2,091,500 1
-0101011111011110 32,263 1
-0101011111011110 27,526 1
-0101011111011110 47,708 1
-0101011111011110 2,156 1
-0101011111011110 242,825,000 1
-0101011111011110 evidence-diagnosing 1
-0101011111011110 160,235 1
-0101011111011110 68,744 1
-0101011111011110 1,727,800 1
-0101011111011110 3,230,100 1
-0101011111011110 25,206 1
-0101011111011110 348,456 1
-0101011111011110 1,716,700 1
-0101011111011110 5,700,508 1
-0101011111011110 24,095 1
-0101011111011110 369,597 1
-0101011111011110 7,211,974 1
-0101011111011110 413,912 1
-0101011111011110 21,477 1
-0101011111011110 1,880,800 1
-0101011111011110 4,212,510 1
-0101011111011110 1,952,100 1
-0101011111011110 14,848,000 1
-0101011111011110 1,901,700 1
-0101011111011110 6,965,700 1
-0101011111011110 137,030 1
-0101011111011110 19,954 1
-0101011111011110 42,047 1
-0101011111011110 28,564 1
-0101011111011110 1,798,200 1
-0101011111011110 5,876,312 1
-0101011111011110 582,300 1
-0101011111011110 256,271 1
-0101011111011110 1,700,300 1
-0101011111011110 6,333,123 1
-0101011111011110 24,186 1
-0101011111011110 80,024 1
-0101011111011110 6,177,900 1
-0101011111011110 159,544 1
-0101011111011110 1,597,800 1
-0101011111011110 396,857 1
-0101011111011110 2,175,300 1
-0101011111011110 2,290,200 1
-0101011111011110 2,535,900 1
-0101011111011110 62,957 1
-0101011111011110 26,302 1
-0101011111011110 3,292,900 1
-0101011111011110 5,586 1
-0101011111011110 172,391 1
-0101011111011110 3,268,900 1
-0101011111011110 1,689 1
-0101011111011110 2,444 1
-0101011111011110 161,400 1
-0101011111011110 148,068 1
-0101011111011110 102,352 1
-0101011111011110 73,444 1
-0101011111011110 3,147,000 1
-0101011111011110 566,273 1
-0101011111011110 spoon-feeding 1
-0101011111011110 2,283 1
-0101011111011110 3,727 1
-0101011111011110 193,772 1
-0101011111011110 535,531 1
-0101011111011110 607,429 1
-0101011111011110 163,518 1
-0101011111011110 2,892,200 1
-0101011111011110 28,323 1
-0101011111011110 16,330 1
-0101011111011110 15,451 1
-0101011111011110 2,688,500 1
-0101011111011110 2,635,700 1
-0101011111011110 10,582,500 1
-0101011111011110 569,366 1
-0101011111011110 2,752 1
-0101011111011110 3,077,200 1
-0101011111011110 236,735 1
-0101011111011110 2,490,400 1
-0101011111011110 3,188,500 1
-0101011111011110 tiptop 1
-0101011111011110 2,566,900 1
-0101011111011110 out-banana-ing 1
-0101011111011110 3,056,100 1
-0101011111011110 4,668,975 1
-0101011111011110 6,938,500 1
-0101011111011110 2,245,700 1
-0101011111011110 97th 1
-0101011111011110 puking 1
-0101011111011110 2,315,200 1
-0101011111011110 13,105,000 1
-0101011111011110 2,157,700 1
-0101011111011110 371,150 1
-0101011111011110 627,905 1
-0101011111011110 550,307 1
-0101011111011110 34,341,000 1
-0101011111011110 misquoting 1
-0101011111011110 91,220 1
-0101011111011110 up-to-the-decade 1
-0101011111011110 1,732,100 1
-0101011111011110 5,246 1
-0101011111011110 3,121,800 1
-0101011111011110 207,575,317 1
-0101011111011110 25,513 1
-0101011111011110 2,779,300 1
-0101011111011110 3,100,400 1
-0101011111011110 702,157 1
-0101011111011110 186,353 1
-0101011111011110 2,939,500 1
-0101011111011110 612,632 1
-0101011111011110 218,651 1
-0101011111011110 20,791,000 1
-0101011111011110 2,475,000 1
-0101011111011110 1,414 1
-0101011111011110 2,061 1
-0101011111011110 underserving 1
-0101011111011110 57,972 1
-0101011111011110 52,189 1
-0101011111011110 85,500 1
-0101011111011110 2,013,000 1
-0101011111011110 150,872 1
-0101011111011110 2,076,600 1
-0101011111011110 6,942,900 1
-0101011111011110 2,872,200 1
-0101011111011110 him-either 1
-0101011111011110 502,244 1
-0101011111011110 2,213,500 1
-0101011111011110 scoping 1
-0101011111011110 325,282 1
-0101011111011110 4,395,000 1
-0101011111011110 263,075 1
-0101011111011110 86,567 1
-0101011111011110 1,034 1
-0101011111011110 339,021 1
-0101011111011110 240,610 1
-0101011111011110 326,626 1
-0101011111011110 969,894 1
-0101011111011110 130,687 1
-0101011111011110 breezing 1
-0101011111011110 258,039 1
-0101011111011110 967,960 1
-0101011111011110 205,191 1
-0101011111011110 592,401 1
-0101011111011110 11,722 1
-0101011111011110 115,254 1
-0101011111011110 99,268 1
-0101011111011110 omnipresence 1
-0101011111011110 5,596,665 1
-0101011111011110 16,924 1
-0101011111011110 1,977,800 1
-0101011111011110 32,224 1
-0101011111011110 998,240 1
-0101011111011110 slops 1
-0101011111011110 10,062,730 1
-0101011111011110 634,322 1
-0101011111011110 492,659 1
-0101011111011110 38,327 1
-0101011111011110 52,830,000 1
-0101011111011110 78,753 1
-0101011111011110 glimpsing 1
-0101011111011110 6,518,224 1
-0101011111011110 354,430 1
-0101011111011110 7,928,720 1
-0101011111011110 2,834 1
-0101011111011110 1,774,500 1
-0101011111011110 119,393 1
-0101011111011110 6,960,000 1
-0101011111011110 17,141 1
-0101011111011110 88,544 1
-0101011111011110 53,479 1
-0101011111011110 1,981,100 1
-0101011111011110 4,277,000 1
-0101011111011110 Junefrom 1
-0101011111011110 Panam 1
-0101011111011110 31,069,423 1
-0101011111011110 3,140,975 1
-0101011111011110 48,456 1
-0101011111011110 4,995,000 1
-0101011111011110 4,536,169 1
-0101011111011110 666,859 1
-0101011111011110 736,545 1
-0101011111011110 tearjerker 1
-0101011111011110 6,514.97 1
-0101011111011110 9,162,673 1
-0101011111011110 cuffing 1
-0101011111011110 196,960 1
-0101011111011110 reverse-engineering 1
-0101011111011110 24,335 1
-0101011111011110 169,562 1
-0101011111011110 29,130 1
-0101011111011110 vouchsafed 2
-0101011111011110 174,376 2
-0101011111011110 15,700 2
-0101011111011110 out-earning 2
-0101011111011110 innocuously 2
-0101011111011110 776.92 2
-0101011111011110 notching 2
-0101011111011110 tip-top 2
-0101011111011110 1,778,300 2
-0101011111011110 pre-revolution 2
-0101011111011110 2,612 2
-0101011111011110 cremated 2
-0101011111011110 2,119,800 2
-0101011111011110 63,642 2
-0101011111011110 17,511 2
-0101011111011110 1,774 3
-0101011111011110 maligning 3
-0101011111011110 detaching 3
-0101011111011110 regionalizing 3
-0101011111011110 devolving 3
-0101011111011110 slopping 3
-0101011111011110 enunciating 3
-0101011111011110 enclosing 3
-0101011111011110 prizing 3
-0101011111011110 acing 3
-0101011111011110 tormenting 3
-0101011111011110 administrating 3
-0101011111011110 spherical 3
-0101011111011110 147,496 3
-0101011111011110 prophesying 3
-0101011111011110 loosing 4
-0101011111011110 commandeering 4
-0101011111011110 whetting 4
-0101011111011110 consecrating 4
-0101011111011110 marshalling 4
-0101011111011110 geostationary 5
-0101011111011110 worshipping 5
-0101011111011110 recalculating 5
-0101011111011110 Badia 5
-0101011111011110 gritting 5
-0101011111011110 piecing 5
-0101011111011110 lulling 6
-0101011111011110 stashing 7
-0101011111011110 spouting 7
-0101011111011110 expending 8
-0101011111011110 dousing 8
-0101011111011110 reliving 8
-0101011111011110 kindling 9
-0101011111011110 perceiving 10
-0101011111011110 biding 10
-0101011111011110 cancelling 10
-0101011111011110 sketching 10
-0101011111011110 rediscovering 10
-0101011111011110 vacating 10
-0101011111011110 overhearing 10
-0101011111011110 impersonating 11
-0101011111011110 loaning 12
-0101011111011110 perusing 12
-0101011111011110 instilling 12
-0101011111011110 mustering 12
-0101011111011110 shouldering 13
-0101011111011110 differentiating 13
-0101011111011110 deriving 13
-0101011111011110 finalizing 13
-0101011111011110 outselling 13
-0101011111011110 lavishing 13
-0101011111011110 faking 14
-0101011111011110 commencing 14
-0101011111011110 redoubling 14
-0101011111011110 uttering 15
-0101011111011110 wresting 16
-0101011111011110 infusing 17
-0101011111011110 forfeiting 17
-0101011111011110 pocketing 19
-0101011111011110 inheriting 20
-0101011111011110 emitting 20
-0101011111011110 shoveling 21
-0101011111011110 brandishing 22
-0101011111011110 depositing 24
-0101011111011110 harboring 24
-0101011111011110 garnering 25
-0101011111011110 ducking 26
-0101011111011110 treading 27
-0101011111011110 toting 27
-0101011111011110 igniting 29
-0101011111011110 delegating 31
-0101011111011110 wringing 32
-0101011111011110 scouring 32
-0101011111011110 ceding 36
-0101011111011110 inflicting 37
-0101011111011110 fashioning 38
-0101011111011110 possessing 38
-0101011111011110 marrying 39
-0101011111011110 exerting 43
-0101011111011110 translating 47
-0101011111011110 embezzling 50
-0101011111011110 fielding 53
-0101011111011110 amassing 57
-0101011111011110 wielding 58
-0101011111011110 devoting 68
-0101011111011110 encountering 70
-0101011111011110 grabbing 79
-0101011111011110 escaping 87
-0101011111011110 regaining 87
-0101011111011110 constructing 88
-0101011111011110 registering 92
-0101011111011110 wasting 103
-0101011111011110 seizing 109
-0101011111011110 reaping 110
-0101011111011110 incurring 120
-0101011111011110 redeeming 128
-0101011111011110 risking 130
-0101011111011110 waging 139
-0101011111011110 posing 148
-0101011111011110 confronting 164
-0101011111011110 injuring 167
-0101011111011110 sponsoring 168
-0101011111011110 exercising 184
-0101011111011110 pumping 206
-0101011111011110 pouring 215
-0101011111011110 enjoying 246
-0101011111011110 soliciting 330
-0101011111011110 costing 354
-0101011111011110 collecting 393
-0101011111011110 attending 415
-0101011111011110 hitting 437
-0101011111011110 posting 459
-0101011111011110 forming 462
-0101011111011110 attracting 522
-0101011111011110 owning 556
-0101011111011110 obtaining 607
-0101011111011110 earning 617
-0101011111011110 conducting 625
-0101011111011110 wearing 649
-0101011111011110 launching 651
-0101011111011110 entering 793
-0101011111011110 pursuing 872
-0101011111011110 gaining 913
-0101011111011110 reaching 962
-0101011111011110 serving 1093
-0101011111011110 carrying 1250
-0101011111011110 seeing 1264
-0101011111011110 facing 1425
-0101011111011110 receiving 1585
-0101011111011110 losing 1889
-0101011111011110 putting 2094
-0101011111011110 becoming 2185
-0101011111011110 taking 6094
-0101011111011110 getting 5639
-01010111110111110 broadscale 1
-01010111110111110 36.09 1
-01010111110111110 ever-more-intense 1
-01010111110111110 media-sown 1
-01010111110111110 unfair-trade-practices 1
-01010111110111110 matinee-idol 1
-01010111110111110 recirculating 2
-01010111110111110 connoting 3
-01010111110111110 arrogating 3
-01010111110111110 motioning 3
-01010111110111110 traumatizing 3
-01010111110111110 feting 3
-01010111110111110 Conversant 3
-01010111110111110 detouring 4
-01010111110111110 sui 4
-01010111110111110 colluding 8
-01010111110111110 conforming 22
-01010111110111110 bowing 78
-01010111110111110 tending 81
-01010111110111110 owing 100
-01010111110111110 straining 101
-01010111110111110 needing 109
-01010111110111110 pledging 118
-01010111110111110 requesting 222
-01010111110111110 sticking 326
-01010111110111110 wanting 339
-01010111110111110 contributing 552
-01010111110111110 proposing 654
-01010111110111110 returning 718
-01010111110111110 threatening 745
-01010111110111110 struggling 988
-01010111110111110 preparing 1040
-01010111110111110 negotiating 2260
-01010111110111110 seeking 6418
-01010111110111111 determing 1
-01010111110111111 thirty-two 1
-01010111110111111 shrilly 1
-01010111110111111 thatwhole 1
-01010111110111111 dirtying 1
-01010111110111111 pro-guns 1
-01010111110111111 power-saving 1
-01010111110111111 mini-welfare 1
-01010111110111111 blood-pumping 1
-01010111110111111 331,900 1
-01010111110111111 trammeling 1
-01010111110111111 unhooking 1
-01010111110111111 undesignated 1
-01010111110111111 half-mental 1
-01010111110111111 Sikh-Hindu 1
-01010111110111111 forty-three 1
-01010111110111111 retraversing 1
-01010111110111111 demotivating 1
-01010111110111111 base-host 1
-01010111110111111 singularities 1
-01010111110111111 Tswana 1
-01010111110111111 less-developing 1
-01010111110111111 extirpated 1
-01010111110111111 10,000-50,000 1
-01010111110111111 college- 1
-01010111110111111 unwearable 1
-01010111110111111 drought-ridden 1
-01010111110111111 proliferation-prone 1
-01010111110111111 Znamia 1
-01010111110111111 ThirdWorld 1
-01010111110111111 sports-hungry 1
-01010111110111111 Homoine 2
-01010111110111111 chosing 2
-01010111110111111 1950s-style 2
-01010111110111111 soft-currency 2
-01010111110111111 stigmatizing 2
-01010111110111111 35,518 2
-01010111110111111 joint-effort 2
-01010111110111111 re-tooling 2
-01010111110111111 Votkinsk 2
-01010111110111111 test-driving 2
-01010111110111111 breastfeeding 2
-01010111110111111 ascertaining 2
-01010111110111111 overstocking 3
-01010111110111111 stage-managing 3
-01010111110111111 non-oil-exporting 3
-01010111110111111 mock-Tudor 3
-01010111110111111 151,932 3
-01010111110111111 halfheartedly 3
-01010111110111111 expropriating 4
-01010111110111111 soft-pedaling 4
-01010111110111111 colonizing 4
-01010111110111111 purveying 4
-01010111110111111 glamorizing 4
-01010111110111111 fair-skinned 4
-01010111110111111 charring 4
-01010111110111111 scripting 5
-01010111110111111 ill-treated 5
-01010111110111111 skinning 5
-01010111110111111 butchering 5
-01010111110111111 fathering 6
-01010111110111111 field-testing 6
-01010111110111111 th 6
-01010111110111111 misstates 7
-01010111110111111 clinching 7
-01010111110111111 entrusting 7
-01010111110111111 disillusioning 7
-01010111110111111 readjusting 7
-01010111110111111 annexing 8
-01010111110111111 withstanding 8
-01010111110111111 mass-producing 9
-01010111110111111 imparting 9
-01010111110111111 bagging 9
-01010111110111111 ordain 9
-01010111110111111 cannibalizing 10
-01010111110111111 self-promoting 10
-01010111110111111 energizing 12
-01010111110111111 deserting 12
-01010111110111111 swindling 13
-01010111110111111 heaving 13
-01010111110111111 inhaling 14
-01010111110111111 shortchanging 14
-01010111110111111 cementing 14
-01010111110111111 articulating 16
-01010111110111111 mending 17
-01010111110111111 rejuvenating 18
-01010111110111111 realigning 19
-01010111110111111 discerning 19
-01010111110111111 swaying 20
-01010111110111111 infuriating 20
-01010111110111111 weathering 20
-01010111110111111 repelling 20
-01010111110111111 doubting 20
-01010111110111111 charting 20
-01010111110111111 ascending 21
-01010111110111111 professing 21
-01010111110111111 confessing 22
-01010111110111111 confining 22
-01010111110111111 hastening 22
-01010111110111111 ratifying 23
-01010111110111111 lugging 24
-01010111110111111 milking 24
-01010111110111111 jolting 26
-01010111110111111 disabling 29
-01010111110111111 aggravating 29
-01010111110111111 fetching 30
-01010111110111111 corrupting 32
-01010111110111111 contiguous 33
-01010111110111111 noticing 35
-01010111110111111 reoffering 36
-01010111110111111 polluting 39
-01010111110111111 dictating 40
-01010111110111111 mobilizing 44
-01010111110111111 disputing 45
-01010111110111111 distinguishing 46
-01010111110111111 surveying 46
-01010111110111111 spawning 46
-01010111110111111 surrendering 50
-01010111110111111 cultivating 59
-01010111110111111 relocating 61
-01010111110111111 verifying 63
-01010111110111111 specifying 66
-01010111110111111 compromising 69
-01010111110111111 upsetting 69
-01010111110111111 adapting 71
-01010111110111111 penetrating 72
-01010111110111111 sacrificing 82
-01010111110111111 arresting 88
-01010111110111111 researching 90
-01010111110111111 plotting 97
-01010111110111111 forging 110
-01010111110111111 basing 119
-01010111110111111 devising 129
-01010111110111111 absorbing 146
-01010111110111111 satisfying 149
-01010111110111111 demonstrating 171
-01010111110111111 revealing 192
-01010111110111111 discovering 202
-01010111110111111 consuming 206
-01010111110111111 discouraging 228
-01010111110111111 stealing 242
-01010111110111111 offsetting 259
-01010111110111111 proving 302
-01010111110111111 recommending 380
-01010111110111111 convincing 396
-01010111110111111 choosing 406
-01010111110111111 exporting 425
-01010111110111111 determining 458
-01010111110111111 admitting 521
-01010111110111111 betting 631
-01010111110111111 predicting 674
-01010111110111111 generating 682
-01010111110111111 deciding 692
-01010111110111111 demanding 880
-01010111110111111 encouraging 1026
-01010111110111111 winning 1455
-01010111110111111 helping 1783
-01010111110111111 producing 1876
-01010111110111111 finding 2078
-01010111110111111 developing 2790
-01010111110111111 having 5461
-010101111110000 outgun 1
-010101111110000 Groszkowski 1
-010101111110000 becuase 1
-010101111110000 skull-shattering 1
-010101111110000 Brunelleschi 1
-010101111110000 Mr.Perelman 1
-010101111110000 ritualizing 1
-010101111110000 expurgating 1
-010101111110000 super-VHS 1
-010101111110000 al-Mutwaa 1
-010101111110000 mega-orders 1
-010101111110000 isometrics 1
-010101111110000 near-war 1
-010101111110000 parish-house 1
-010101111110000 Follow-on-Forces-Attack 1
-010101111110000 ukuleles 1
-010101111110000 apostrophe 1
-010101111110000 glugging 1
-010101111110000 racquets-master 1
-010101111110000 postions 1
-010101111110000 Lindel 1
-010101111110000 653,974 1
-010101111110000 thesame 1
-010101111110000 nonchangers 1
-010101111110000 it/how 1
-010101111110000 lopsidedness 1
-010101111110000 21,190 1
-010101111110000 2680 1
-010101111110000 Neuharths 1
-010101111110000 yoghurt 1
-010101111110000 200-plus-patient-age 1
-010101111110000 PSO 1
-010101111110000 Olympic-style 1
-010101111110000 8/10-inch 1
-010101111110000 Beechnut 1
-010101111110000 Camargo 1
-010101111110000 DiMag 1
-010101111110000 Xerxes 1
-010101111110000 foot-binding 1
-010101111110000 ensoulment 1
-010101111110000 drought-powered 1
-010101111110000 monday 1
-010101111110000 Mlynar 1
-010101111110000 I75 1
-010101111110000 nondoctors 1
-010101111110000 telemedicine 1
-010101111110000 xeriscapism 1
-010101111110000 everydayness 1
-010101111110000 quagmires 1
-010101111110000 R.E.M. 2
-010101111110000 spiffier 2
-010101111110000 cuddling 2
-010101111110000 Clytemnestra 3
-010101111110000 transcribing 4
-010101111110000 reappointing 4
-010101111110000 Grandpa 5
-010101111110000 JWT. 10
-010101111110000 whomever 22
-010101111110000 what 28274
-010101111110000 whatever 1293
-010101111110001 Outfox 1
-010101111110001 turquoise-eyed 1
-010101111110001 WORKWEEK 1
-010101111110001 BOSOM 1
-010101111110001 EDGED 1
-010101111110001 THROUGHOUT 1
-010101111110001 pain-reduction 1
-010101111110001 SWINGS 1
-010101111110001 GYRATIONS 1
-010101111110001 REVERSED 1
-010101111110001 ASSUMED 1
-010101111110001 interpretating 1
-010101111110001 291-111 1
-010101111110001 indeeeed 1
-010101111110001 delegitimating 1
-010101111110001 Reuel 1
-010101111110001 PIPER 1
-010101111110001 ewer 1
-010101111110001 non-bankrupt 1
-010101111110001 infamies 1
-010101111110001 Imeldiana 1
-010101111110001 still-cumbersome 1
-010101111110001 petrodollar-rich 1
-010101111110001 FLAW 1
-010101111110001 G-force 1
-010101111110001 INTENSIVE 1
-010101111110001 personhood 1
-010101111110001 Johnniac 1
-010101111110001 LIQUIDATION 1
-010101111110001 carrot-tinted 1
-010101111110001 SHOWS 1
-010101111110001 DISPLAY 1
-010101111110001 Neeewww 1
-010101111110001 Vahit 1
-010101111110001 6,959 1
-010101111110001 whamo 1
-010101111110001 Cappadocia 1
-010101111110001 pleease 1
-010101111110001 FMI. 1
-010101111110001 grreat 1
-010101111110001 CHAUFFEURS 1
-010101111110001 ARISE 1
-010101111110001 REBOUND 1
-010101111110001 Commish 1
-010101111110001 squalorous 1
-010101111110001 course-there 1
-010101111110001 steamrolling 1
-010101111110001 Peaked 1
-010101111110001 THROWN 1
-010101111110001 Noriega-breath 1
-010101111110001 AIG. 1
-010101111110001 180. 1
-010101111110001 1923-25 1
-010101111110001 AMAZING 1
-010101111110001 7780 1
-010101111110001 PAYMENT 1
-010101111110001 COSBY 1
-010101111110001 DISGRACE 1
-010101111110001 DISTRIBUTOR 1
-010101111110001 Libermanism 1
-010101111110001 Minding 1
-010101111110001 heathland 1
-010101111110001 Tainted 1
-010101111110001 ATTIRE 1
-010101111110001 geobotany 1
-010101111110001 Yonne 1
-010101111110001 YOQ. 1
-010101111110001 COUNTERED 1
-010101111110001 PRELUDE 1
-010101111110001 TERM 1
-010101111110001 AID. 1
-010101111110001 TRAPPED 1
-010101111110001 MISTER 1
-010101111110001 CMS. 1
-010101111110001 pricefixing 1
-010101111110001 DENOUNCED 1
-010101111110001 CHANGED 1
-010101111110001 thunderbolts 1
-010101111110001 LEMANS 1
-010101111110001 bimetallism 1
-010101111110001 EXECFLEX 1
-010101111110001 Mouth/Does 1
-010101111110001 TMOC. 1
-010101111110001 outcompeting 1
-010101111110001 CHURCH 1
-010101111110001 under-organization 1
-010101111110001 FOES 1
-010101111110001 TOWARD 1
-010101111110001 power-brake 1
-010101111110001 PONCE 1
-010101111110001 WMS. 1
-010101111110001 right-mindedness 1
-010101111110001 SOLVERS 1
-010101111110001 2,312,450 1
-010101111110001 booklet-sized 1
-010101111110001 Stratified 1
-010101111110001 HANDED 1
-010101111110001 CEI. 1
-010101111110001 Sucks 1
-010101111110001 COLLECTORS 1
-010101111110001 Lthyroxine 1
-010101111110001 63,726 1
-010101111110001 overworshipping 1
-010101111110001 sobersides 1
-010101111110001 oatless 1
-010101111110001 spending-and 1
-010101111110001 HUSBAND 1
-010101111110001 colophons 1
-010101111110001 chlorotic 1
-010101111110001 809,912 1
-010101111110001 re-enriching 1
-010101111110001 kind-spirited 1
-010101111110001 remediating 1
-010101111110001 distractibility 1
-010101111110001 misallocating 1
-010101111110001 SQUABBLING 1
-010101111110001 EVICTION 1
-010101111110001 Punch-Out 1
-010101111110001 2,241,520 1
-010101111110001 1,226,919 1
-010101111110001 1,902,846 1
-010101111110001 revivifying 1
-010101111110001 12-meters 1
-010101111110001 order-takers 1
-010101111110001 stock.In 1
-010101111110001 rearresting 1
-010101111110001 Adil 1
-010101111110001 remotes 1
-010101111110001 outguessing 1
-010101111110001 richer-than-thou 1
-010101111110001 show-goers 1
-010101111110001 Miracle-Gro 1
-010101111110001 roulades 1
-010101111110001 101-lawyer 1
-010101111110001 EXCLUSIVES 1
-010101111110001 Hueller 1
-010101111110001 Sardar 1
-010101111110001 1909-10 1
-010101111110001 control-numbering 1
-010101111110001 GIULIANI 1
-010101111110001 fender-benders 1
-010101111110001 oldtimer 1
-010101111110001 revalidating 1
-010101111110001 dialect-speaking 1
-010101111110001 intervention-buying 1
-010101111110001 healthand 1
-010101111110001 white-wood 1
-010101111110001 ORBITED 1
-010101111110001 HTS 1
-010101111110001 overexposing 1
-010101111110001 COMPENSATE 1
-010101111110001 equilibrium-provided 1
-010101111110001 DODGER 2
-010101111110001 ALLOW 2
-010101111110001 sugar-coating 2
-010101111110001 PICNICS 2
-010101111110001 CAA. 2
-010101111110001 city-building 2
-010101111110001 aaah 2
-010101111110001 SLID 2
-010101111110001 Katusas 2
-010101111110001 Castilian 2
-010101111110001 Pimen 2
-010101111110001 POWERS 2
-010101111110001 ICEE. 2
-010101111110001 BUILDERS 2
-010101111110001 unadventurous 2
-010101111110001 Hilaire 2
-010101111110001 NL. 2
-010101111110001 hyperreality 2
-010101111110001 Brigada 2
-010101111110001 Hagar 2
-010101111110001 misjudging 2
-010101111110001 Mexico-born 2
-010101111110001 aha 2
-010101111110001 LAGGED 2
-010101111110001 Shirakawa 2
-010101111110001 ATLAS 2
-010101111110001 t-PA 2
-010101111110001 pop-Darwinism 2
-010101111110001 buncombe 3
-010101111110001 POOLS 3
-010101111110001 ICN. 3
-010101111110001 BTR. 3
-010101111110001 VISIT 3
-010101111110001 satirizing 3
-010101111110001 ETHIC 3
-010101111110001 Almighty 3
-010101111110001 woodenly 3
-010101111110001 BHP. 4
-010101111110001 BOXES 4
-010101111110001 flaying 4
-010101111110001 VW. 4
-010101111110001 cloaks 4
-010101111110001 countermanding 4
-010101111110001 cramping 5
-010101111110001 Leos 5
-010101111110001 whither 7
-010101111110001 EPS 19
-010101111110001 READY 196
-010101111110001 whom 2503
-010101111110001 why 4910
-010101111110010 rubber-stamps 1
-010101111110010 infantilizing 1
-010101111110010 Resistant 1
-010101111110010 formaldehyded 1
-010101111110010 unfashionably 1
-010101111110010 higher-than-budgeted 1
-010101111110010 desensitize 1
-010101111110010 nuturing 1
-010101111110010 fish-it 1
-010101111110010 anneal 1
-010101111110010 skimpily 1
-010101111110010 switchover 1
-010101111110010 stron 1
-010101111110010 predetermines 1
-010101111110010 250:1 1
-010101111110010 ward-heeling-type 1
-010101111110010 bussing 1
-010101111110010 whomps 1
-010101111110010 unproductively 1
-010101111110010 Tsui 1
-010101111110010 Kjer 1
-010101111110010 mad/Sad 1
-010101111110010 enlightens 1
-010101111110010 seven-feet 1
-010101111110010 pop-lit 1
-010101111110010 sermons/From 1
-010101111110010 photographic-like 1
-010101111110010 two-inches 1
-010101111110010 92.45 1
-010101111110010 drug-fighters 2
-010101111110010 how 16957
-010101111110010 ningas 2
-010101111110011 21-11 1
-010101111110011 228-166 1
-010101111110011 2500-before 1
-010101111110011 53-45 1
-010101111110011 1,720,500 1
-010101111110011 nonwood 1
-010101111110011 aboveaverage 1
-010101111110011 3,751-1,471 1
-010101111110011 subtantially 1
-010101111110011 278,709 1
-010101111110011 1983-87-model 1
-010101111110011 61-38 1
-010101111110011 666,667 1
-010101111110011 282-108 1
-010101111110011 1,873,800 1
-010101111110011 250,600 1
-010101111110011 Everts 1
-010101111110011 347-53 1
-010101111110011 28-23 1
-010101111110011 56-35 1
-010101111110011 geodes 1
-010101111110011 88-0 1
-010101111110011 64-25 1
-010101111110011 79-cent 1
-010101111110011 82-7 1
-010101111110011 63-48 1
-010101111110011 335-67 1
-010101111110011 299-111 1
-010101111110011 259-134 1
-010101111110011 PPP. 1
-010101111110011 bimetalism 1
-010101111110011 320,218 1
-010101111110011 4,032,139 1
-010101111110011 13-8 1
-010101111110011 26-7 1
-010101111110011 Centana 1
-010101111110011 black/ethnic 1
-010101111110011 146-1 1
-010101111110011 re-authorizing 1
-010101111110011 15MM 1
-010101111110011 outspecializing 1
-010101111110011 347-7 1
-010101111110011 A+ 1
-010101111110011 15-1 1
-010101111110011 energy-usage 1
-010101111110011 sunbursts 1
-010101111110011 MTBE. 1
-010101111110011 62-34 1
-010101111110011 219-199 1
-010101111110011 268-156 1
-010101111110011 1,661 1
-010101111110011 102-72 1
-010101111110011 1,499,985 1
-010101111110011 229-188 1
-010101111110011 2.822 1
-010101111110011 upend 1
-010101111110011 230-192 1
-010101111110011 WBZ. 1
-010101111110011 1.263 1
-010101111110011 221-209 1
-010101111110011 vandalize 1
-010101111110011 more-up-market 1
-010101111110011 29-10 1
-010101111110011 3,024 1
-010101111110011 revenue-production 1
-010101111110011 post-Anschluss 1
-010101111110011 675,603 1
-010101111110011 78-21 1
-010101111110011 defense-coverage 1
-010101111110011 aboveground 1
-010101111110011 2,412 1
-010101111110011 whehter 1
-010101111110011 65-24 1
-010101111110011 10,449,606 1
-010101111110011 11,070,000 1
-010101111110011 outsmarting 1
-010101111110011 skittishly 1
-010101111110011 dthat 1
-010101111110011 9,550,000 1
-010101111110011 244-174 1
-010101111110011 emend 1
-010101111110011 cop-every-50-feet 1
-010101111110011 mainland-born 1
-010101111110011 interalia 1
-010101111110011 4,075 1
-010101111110011 sanctions-squeezed 1
-010101111110011 65-31 1
-010101111110011 61-37 1
-010101111110011 0.297 1
-010101111110011 1,113-600 1
-010101111110011 plaid-jacketed 1
-010101111110011 non-execution 1
-010101111110011 319-102 1
-010101111110011 50-47 1
-010101111110011 CIR. 1
-010101111110011 non-beneficiaries 1
-010101111110011 82-0 1
-010101111110011 463,700 1
-010101111110011 1,622 1
-010101111110011 93-7 1
-010101111110011 74.45 1
-010101111110011 1,017,300 1
-010101111110011 narcotics-law 1
-010101111110011 35-14 1
-010101111110011 357-54 1
-010101111110011 74-22 1
-010101111110011 de-nationalizing 1
-010101111110011 662,161 1
-010101111110011 60-21 1
-010101111110011 2.745 1
-010101111110011 ATA. 1
-010101111110011 92-4 1
-010101111110011 229-183 1
-010101111110011 Gang-of-Four 1
-010101111110011 departmentalizing 1
-010101111110011 819-76 1
-010101111110011 neuroselective 1
-010101111110011 333-91 1
-010101111110011 78-17 1
-010101111110011 373-90 1
-010101111110011 50-44 1
-010101111110011 85-0 1
-010101111110011 badmouth 1
-010101111110011 108-44 1
-010101111110011 256-166 1
-010101111110011 wage-driven 1
-010101111110011 250-173 1
-010101111110011 13,195,000 1
-010101111110011 26,616,000 1
-010101111110011 371-40 1
-010101111110011 reckless-endangerment 1
-010101111110011 granter 1
-010101111110011 labor-corruption 1
-010101111110011 250-138 1
-010101111110011 223-186 1
-010101111110011 mechanizing 2
-010101111110011 CGE. 2
-010101111110011 97-2 2
-010101111110011 245-137 2
-010101111110011 63-30 2
-010101111110011 BOILER 2
-010101111110011 TW. 2
-010101111110011 belaboring 2
-010101111110011 55-41 2
-010101111110011 Revamping 2
-010101111110011 CTS. 2
-010101111110011 diapering 3
-010101111110011 disbar 3
-010101111110011 yea 5
-010101111110011 displeasing 5
-010101111110011 whether 14288
-010101111110011 SuperStation 8
-01010111111010 yardwork 1
-01010111111010 early-discharge 1
-01010111111010 1,256,000 1
-01010111111010 disqualifyng 1
-01010111111010 surtitling 1
-01010111111010 nonrubber 1
-01010111111010 21,207 1
-01010111111010 misspeaking 1
-01010111111010 discussion-group 1
-01010111111010 '50s-type 1
-01010111111010 Tueday 1
-01010111111010 unresourceful 1
-01010111111010 prosection 1
-01010111111010 97,300 1
-01010111111010 18,000-19,000 1
-01010111111010 160,111 1
-01010111111010 always-steamy 1
-01010111111010 142.49 1
-01010111111010 gutstringed 1
-01010111111010 pikes 1
-01010111111010 sundown/By 1
-01010111111010 yomping 1
-01010111111010 2,646 1
-01010111111010 racquets-club 1
-01010111111010 prefixing 1
-01010111111010 unregal 1
-01010111111010 at-sea 1
-01010111111010 underrates 1
-01010111111010 manhandling 1
-01010111111010 crash-wary 1
-01010111111010 midAugust 1
-01010111111010 mussing 1
-01010111111010 Thermodynamics 1
-01010111111010 40,700 1
-01010111111010 non-Detroiters 1
-01010111111010 flowerless 2
-01010111111010 pre-paying 2
-01010111111010 sit-coms 2
-01010111111010 356,220 2
-01010111111010 Vespers 2
-01010111111010 loin 2
-01010111111010 non-aficionados 2
-01010111111010 3,273,910 2
-01010111111010 250,000-350,000 2
-01010111111010 389,159 2
-01010111111010 Rewrite 2
-01010111111010 6,269,690 2
-01010111111010 weeks. 2
-01010111111010 Amharic 2
-01010111111010 quartering 2
-01010111111010 sovereignity 2
-01010111111010 cussedness 2
-01010111111010 Hecks 2
-01010111111010 78s 2
-01010111111010 Shina 2
-01010111111010 Montaigne 2
-01010111111010 unselfishly 2
-01010111111010 Jolu 2
-01010111111010 punky 3
-01010111111010 3,592,800 3
-01010111111010 bloating 3
-01010111111010 1,112 3
-01010111111010 nuked 3
-01010111111010 pocket-size 3
-01010111111010 rereading 3
-01010111111010 procrastinating 4
-01010111111010 optimizing 4
-01010111111010 1/200th 4
-01010111111010 over-the-hill 4
-01010111111010 sixteen 4
-01010111111010 righting 5
-01010111111010 undercounted 5
-01010111111010 Intersil 6
-01010111111010 institutionalizing 6
-01010111111010 cross-selling 7
-01010111111010 adjudicating 7
-01010111111010 redressing 8
-01010111111010 brainwashing 10
-01010111111010 all 46524
-01010111111010 tabulating 12
-010101111110110 high-kicking 1
-010101111110110 mini-czars 1
-010101111110110 bushed 1
-010101111110110 unchartered 1
-010101111110110 three-hour-long 1
-010101111110110 440,000-metric 1
-010101111110110 33,445 1
-010101111110110 7:24 1
-010101111110110 half-to 1
-010101111110110 hookworms 1
-010101111110110 well-hidden 1
-010101111110110 1,771 1
-010101111110110 valuewise 1
-010101111110110 computerese 1
-010101111110110 arguendo 1
-010101111110110 250,456 1
-010101111110110 Panglossing 1
-010101111110110 recreation-wise 1
-010101111110110 3,312,162 1
-010101111110110 claim-jumping 1
-010101111110110 mockers 1
-010101111110110 com-PRISS 1
-010101111110110 un-Brazilian 1
-010101111110110 yoo-hoo 1
-010101111110110 reputation-wise 1
-010101111110110 obsequiously 1
-010101111110110 half-human 1
-010101111110110 comediennes 1
-010101111110110 2.149 1
-010101111110110 Miriana 1
-010101111110110 newspapering 1
-010101111110110 520,522 1
-010101111110110 14:34 1
-010101111110110 15:10 1
-010101111110110 intrerests 1
-010101111110110 285,700 1
-010101111110110 toughies 1
-010101111110110 tautologically 1
-010101111110110 asset-stripping 1
-010101111110110 anthing 1
-010101111110110 never-to-be-stated 1
-010101111110110 cockfighting 1
-010101111110110 sligthly 1
-010101111110110 Delphically 1
-010101111110110 verifiers 1
-010101111110110 non-violently 1
-010101111110110 softer-spoken 1
-010101111110110 neigh 1
-010101111110110 20-to-life 1
-010101111110110 systems-strategies 1
-010101111110110 our. 1
-010101111110110 A10s 1
-010101111110110 print-for-profit 1
-010101111110110 Pro-Family 2
-010101111110110 excercised 2
-010101111110110 inter 2
-010101111110110 GIANTS 2
-010101111110110 homogenizing 2
-010101111110110 behaviorally 2
-010101111110110 Smuckers 2
-010101111110110 any. 2
-010101111110110 9-to-3 2
-010101111110110 symmetrically 2
-010101111110110 engulfs 2
-010101111110110 pre-positioning 2
-010101111110110 so. 2
-010101111110110 mega-dealers 2
-010101111110110 Senta 3
-010101111110110 arsine 3
-010101111110110 uninsurables 3
-010101111110110 splinters 3
-010101111110110 315-98 3
-010101111110110 9:20 3
-010101111110110 snowmen 3
-010101111110110 LCGs 3
-010101111110110 open-mindedness 3
-010101111110110 Kimbies 4
-010101111110110 audibly 4
-010101111110110 piggy-backing 5
-010101111110110 hi 5
-010101111110110 Mustapha 6
-010101111110110 nyet 7
-010101111110110 this. 7
-010101111110110 that. 16
-010101111110110 anyplace 19
-010101111110110 gangbusters 20
-010101111110110 hello 24
-010101111110110 Brasil 40
-010101111110110 goodbye 54
-010101111110110 yours 83
-010101111110110 nowhere 365
-010101111110110 everything 2547
-010101111110110 nothing 4373
-010101111110110 something 6287
-010101111110110 anything 4616
-010101111110111 1,200-cubic 1
-010101111110111 more-caring 1
-010101111110111 push'em-around 1
-010101111110111 heroic-looking 1
-010101111110111 arms-control-at-any-cost 1
-010101111110111 ex-entrepreneurs 1
-010101111110111 11-Bushes 1
-010101111110111 shriner 1
-010101111110111 Serkin 1
-010101111110111 tariff-based 1
-010101111110111 Fancy-Free 1
-010101111110111 GZB 1
-010101111110111 sez 1
-010101111110111 easy-to-organize 1
-010101111110111 non-indigents 1
-010101111110111 new-round 1
-010101111110111 vowel-laden 1
-010101111110111 ill-spoken 1
-010101111110111 2,418,244 1
-010101111110111 thumbwhere 1
-010101111110111 entrepeneurs 1
-010101111110111 COMPLAINER 1
-010101111110111 asocial 1
-010101111110111 grain-short 1
-010101111110111 2,342,314 1
-010101111110111 1,289,870 1
-010101111110111 1,941,891 1
-010101111110111 Miss.-attorney 1
-010101111110111 coily 1
-010101111110111 anti-Keynesianism 1
-010101111110111 war-weakened 1
-010101111110111 IROCZ 1
-010101111110111 falling-on-the-sword 1
-010101111110111 more-harmful 1
-010101111110111 BCED 1
-010101111110111 Kingbridge 1
-010101111110111 Paul-Kennedy 1
-010101111110111 Sundaya 1
-010101111110111 fly-by-nighters 2
-010101111110111 RR 2
-010101111110111 crop-price 2
-010101111110111 Michelin/Uniroyal 2
-010101111110111 Jase 2
-010101111110111 copyists 2
-010101111110111 woodchucks 2
-010101111110111 soundoffs 2
-010101111110111 toyota 2
-010101111110111 Propulsa 2
-010101111110111 sneeringly 2
-010101111110111 tiresomely 2
-010101111110111 self-publishing 2
-010101111110111 unrefrigerated 2
-010101111110111 Linnaeus 2
-010101111110111 Reaganland 2
-010101111110111 Wellcrafts 2
-010101111110111 divorcees 2
-010101111110111 glitters 3
-010101111110111 mousetraps 3
-010101111110111 parroting 3
-010101111110111 regenerating 3
-010101111110111 Annibale 3
-010101111110111 hitmen 3
-010101111110111 CDE 3
-010101111110111 cannibals 3
-010101111110111 anti-national 3
-010101111110111 nonparticipants 3
-010101111110111 Bonzo 4
-010101111110111 whimsically 4
-010101111110111 Ubol 4
-010101111110111 Fievel 4
-010101111110111 Lopakhin 4
-010101111110111 Chichikov 4
-010101111110111 clear-coat 5
-010101111110111 Polonius 5
-010101111110111 octogenarians 5
-010101111110111 INPO 6
-010101111110111 evermore 7
-010101111110111 Agildo 8
-010101111110111 nonprofessionals 9
-010101111110111 Nonesuch 10
-010101111110111 plaintively 12
-010101111110111 ICG 12
-010101111110111 thou 13
-010101111110111 Attila 20
-010101111110111 whoever 130
-010101111110111 somebody 730
-010101111110111 anybody 821
-010101111110111 nobody 848
-010101111110111 everybody 1092
-010101111110111 neither 1956
-010101111110111 everyone 2271
-010101111110111 someone 2769
-010101111110111 either 5631
-010101111110111 anyone 2806
-01010111111100 press-jock 1
-01010111111100 non-peaceful 1
-01010111111100 197-year-old 1
-01010111111100 well-forged 1
-01010111111100 101,588 1
-01010111111100 boistrous 1
-01010111111100 mealy-mouthed 1
-01010111111100 syndrome-aspirin 1
-01010111111100 chartguided 1
-01010111111100 hoursold 1
-01010111111100 incriminatory 1
-01010111111100 ship-to-stock 1
-01010111111100 drill-indicated 1
-01010111111100 Sportin 1
-01010111111100 HEWLETT 1
-01010111111100 short-range-long-range 1
-01010111111100 high-reaching 1
-01010111111100 indefinable 1
-01010111111100 401-K 1
-01010111111100 surety-bond 1
-01010111111100 often-antagonistic 1
-01010111111100 Disneylike 1
-01010111111100 embalms 1
-01010111111100 payroll-withholding 1
-01010111111100 uncontradicted 1
-01010111111100 construction-business 1
-01010111111100 momumental 1
-01010111111100 foam-filled 1
-01010111111100 now-improving 1
-01010111111100 1-800-US 1
-01010111111100 life-shaping 1
-01010111111100 think-tank/academic 1
-01010111111100 congressional-executive 1
-01010111111100 jangly 1
-01010111111100 Jewish-Arab 1
-01010111111100 cigarette-package 1
-01010111111100 extrordinary 1
-01010111111100 macerating 1
-01010111111100 don't-litter 1
-01010111111100 distance-running 1
-01010111111100 marmot 1
-01010111111100 optical-character 1
-01010111111100 large-lunged 1
-01010111111100 throw-aways 1
-01010111111100 staff-member 1
-01010111111100 squeaky-voiced 2
-01010111111100 graffiti-like 2
-01010111111100 down-sized 2
-01010111111100 half-jesting 2
-01010111111100 higher-than-permitted 2
-01010111111100 commonsense 2
-01010111111100 field-test 2
-01010111111100 Cartesian 2
-01010111111100 BeechNut 2
-01010111111100 near-absolute 2
-01010111111100 computer-addressed 2
-01010111111100 quadruple-bypass 2
-01010111111100 extra-wide 3
-01010111111100 60-days 4
-01010111111100 unalterable 6
-01010111111100 no 31616
-01010111111100 habeas 10
-010101111111010 on-farm 1
-010101111111010 87,183 1
-010101111111010 40,218 1
-010101111111010 preempting 1
-010101111111010 reshipping 1
-010101111111010 EMPLOYEE-STOCK 1
-010101111111010 stoppered 1
-010101111111010 19,630,000 1
-010101111111010 vocations 1
-010101111111010 Russian-minority 1
-010101111111010 expiration-day 1
-010101111111010 non-policies 1
-010101111111010 disparity-reducing 1
-010101111111010 wrist-stress 1
-010101111111010 value-creating 1
-010101111111010 1,587,838 1
-010101111111010 brake-system 1
-010101111111010 biologically-based 1
-010101111111010 broadcast-industry 1
-010101111111010 whole-hearted 1
-010101111111010 valuating 1
-010101111111010 fine-print 1
-010101111111010 organizatonal 1
-010101111111010 alginate 1
-010101111111010 Soviet-produced 1
-010101111111010 Korea-related 1
-010101111111010 1,983,000 1
-010101111111010 debt-restructirng 1
-010101111111010 48-hours 1
-010101111111010 more-explicit 1
-010101111111010 severity-of-illness 1
-010101111111010 0.101815 1
-010101111111010 yacht-charter 1
-010101111111010 journalists-supposedly 1
-010101111111010 eye-brain 1
-010101111111010 down-then-up 1
-010101111111010 airline-financed 1
-010101111111010 car-display 1
-010101111111010 TURNBRIDGE 1
-010101111111010 voir 1
-010101111111010 4,186 1
-010101111111010 40-45 1
-010101111111010 FELONY 1
-010101111111010 U.S.-Salvadoran 1
-010101111111010 vote-losing 1
-010101111111010 once-frosty 1
-010101111111010 electrostatic-charge 1
-010101111111010 751,500 1
-010101111111010 one-quarter-million 1
-010101111111010 truth-finding 1
-010101111111010 troublespots 1
-010101111111010 auto-pollution 1
-010101111111010 pro-Dreyfus 1
-010101111111010 less-than-persuasive 1
-010101111111010 Israeli-PLO 1
-010101111111010 looking-glass 1
-010101111111010 indemnity-insurance 1
-010101111111010 freemail 1
-010101111111010 too-easy-to-clean 1
-010101111111010 extrinsic 2
-010101111111010 heavy-hitter 2
-010101111111010 guinea-pig 2
-010101111111010 45,540 2
-010101111111010 4,737 2
-010101111111010 employer-funded 2
-010101111111010 Ferranti-type 2
-010101111111010 nuclear-emergency 2
-010101111111010 brake-pedal 2
-010101111111010 cancer-related 3
-010101111111010 productivity-boosting 3
-010101111111010 front-brake 3
-010101111111010 any 37808
-010101111111010 immeasurable 5
-0101011111110110 cash-preserving 1
-0101011111110110 mutual-reinforcing 1
-0101011111110110 one-inch-thick 1
-0101011111110110 superpsychoanalytic 1
-0101011111110110 settled-area 1
-0101011111110110 crime-prone 1
-0101011111110110 talent-packed 1
-0101011111110110 social-economic 1
-0101011111110110 130-company 1
-0101011111110110 Libras 1
-0101011111110110 87-57 1
-0101011111110110 60,950 1
-0101011111110110 self-renewing 1
-0101011111110110 26-city 1
-0101011111110110 dangerous-drug 1
-0101011111110110 single-nation 1
-0101011111110110 624-page 1
-0101011111110110 anti-bases 1
-0101011111110110 tough-as-nails 1
-0101011111110110 fee-burdened 1
-0101011111110110 longwinded 1
-0101011111110110 advertising-less 1
-0101011111110110 12-county 1
-0101011111110110 Egyptian-style 1
-0101011111110110 character-based 1
-0101011111110110 pile-driven 1
-0101011111110110 eggheads 1
-0101011111110110 potental 1
-0101011111110110 type-written 1
-0101011111110110 outdoes 1
-0101011111110110 6-11 1
-0101011111110110 72-loss 1
-0101011111110110 too-noisy 1
-0101011111110110 close-harmony 1
-0101011111110110 single-segment 1
-0101011111110110 long-misunderstood 1
-0101011111110110 all-Irish 1
-0101011111110110 tuberose 1
-0101011111110110 added-on 1
-0101011111110110 1527 1
-0101011111110110 well-identified 1
-0101011111110110 anti-clone 1
-0101011111110110 81-jet 1
-0101011111110110 overborrowed 1
-0101011111110110 sharea 1
-0101011111110110 close-it 1
-0101011111110110 mitteleuropaisch 1
-0101011111110110 unassessed 1
-0101011111110110 elementary-level 1
-0101011111110110 non-Pennzoil 1
-0101011111110110 pro-veterans 1
-0101011111110110 unchoreographed 1
-0101011111110110 travel-size 1
-0101011111110110 comsymp 1
-0101011111110110 direct-credit 1
-0101011111110110 semi-announced 1
-0101011111110110 blue-fur 1
-0101011111110110 ear-shaped 1
-0101011111110110 80-hours-a-week 1
-0101011111110110 well-announced 1
-0101011111110110 advanced-equipment 1
-0101011111110110 rare-animal 1
-0101011111110110 once-daily 1
-0101011111110110 factitious 1
-0101011111110110 often-identified 1
-0101011111110110 semi-gelatinous 1
-0101011111110110 1987-vintage 1
-0101011111110110 GARDENERS 1
-0101011111110110 power-couple 1
-0101011111110110 toll-call 1
-0101011111110110 egg-salad 1
-0101011111110110 idea-generation 1
-0101011111110110 Newark-Paris 1
-0101011111110110 Boodles 1
-0101011111110110 call-and-response 1
-0101011111110110 unaccepted 1
-0101011111110110 unchosen 1
-0101011111110110 land-seizure 1
-0101011111110110 anti-occupation 1
-0101011111110110 two-inch-high 1
-0101011111110110 graffiti-marred 1
-0101011111110110 overpoweringly 1
-0101011111110110 5.5-million-barrel 1
-0101011111110110 pro-Stevenson 1
-0101011111110110 great-maned 1
-0101011111110110 post-acute 1
-0101011111110110 nonreplicable 1
-0101011111110110 Poseidon-class 1
-0101011111110110 Lenin-forsaken 1
-0101011111110110 commercial-use 1
-0101011111110110 rich-vs.-poor 1
-0101011111110110 seven-volume 1
-0101011111110110 banner-waving 1
-0101011111110110 dollar-convertible 1
-0101011111110110 non-King 1
-0101011111110110 4,277 1
-0101011111110110 work-saving 1
-0101011111110110 concert-going 1
-0101011111110110 employment-participation 1
-0101011111110110 gilded-age 1
-0101011111110110 garbage-truck 1
-0101011111110110 three-I 1
-0101011111110110 25,946 1
-0101011111110110 lustiest 1
-0101011111110110 rough-cut 1
-0101011111110110 thousand-acre 1
-0101011111110110 high-cut 1
-0101011111110110 biotech-based 2
-0101011111110110 Ferruccio 2
-0101011111110110 1.5695 2
-0101011111110110 unilluminating 2
-0101011111110110 goodhearted 2
-0101011111110110 bareheaded 2
-0101011111110110 near-identical 2
-0101011111110110 1.5093 2
-0101011111110110 WPPS 2
-0101011111110110 frostbitten 2
-0101011111110110 undeciphered 2
-0101011111110110 group-oriented 2
-0101011111110110 Bach-like 2
-0101011111110110 let-it-all-hang-out 2
-0101011111110110 quarter-horse 2
-0101011111110110 Sbarro 2
-0101011111110110 EFerol 2
-0101011111110110 Fermont 2
-0101011111110110 1.5710 2
-0101011111110110 HEAL 2
-0101011111110110 Quechua 3
-0101011111110110 better-coordinated 3
-0101011111110110 occluded 3
-0101011111110110 FAG 3
-0101011111110110 literal-minded 4
-0101011111110110 leather-bound 5
-0101011111110110 deductive 5
-0101011111110110 another 17693
-0101011111110110 mid-season 6
-0101011111110111 never-to-be-repeated 1
-0101011111110111 track-record-tying 1
-0101011111110111 .248 1
-0101011111110111 Nyquil 1
-0101011111110111 186,204 1
-0101011111110111 powder-puff 1
-0101011111110111 prohibition-era 1
-0101011111110111 jack-up 1
-0101011111110111 Kennedy-like 1
-0101011111110111 crash-anniversary 1
-0101011111110111 .194 1
-0101011111110111 social-engineering 1
-0101011111110111 4-by-6 1
-0101011111110111 Sukenickian 1
-0101011111110111 undersea-warfare 1
-0101011111110111 Novotrade 1
-0101011111110111 100-head 1
-0101011111110111 test-launch 1
-0101011111110111 MONSTER 1
-0101011111110111 plant-sustaining 1
-0101011111110111 impossible-to-fill-out 1
-0101011111110111 license-processing 1
-0101011111110111 less-sweet 1
-0101011111110111 ofinfant 1
-0101011111110111 Uitenhage 1
-0101011111110111 daylight-shifting 1
-0101011111110111 misogynistic 1
-0101011111110111 trip-taking 1
-0101011111110111 MARCONI 1
-0101011111110111 wouldn't-it-be-nice-if 1
-0101011111110111 married-in-real-life 1
-0101011111110111 30-by-100-foot 1
-0101011111110111 ritzy-sounding 1
-0101011111110111 unlived-in 1
-0101011111110111 Euro-beach 1
-0101011111110111 uninhabitably 1
-0101011111110111 cheese-selling 1
-0101011111110111 unnavigable 1
-0101011111110111 lowand 1
-0101011111110111 class-preparation 1
-0101011111110111 Breezes 1
-0101011111110111 diva-pleasing 1
-0101011111110111 apres-sail 1
-0101011111110111 16K 1
-0101011111110111 sky-topped 1
-0101011111110111 sans-serif 1
-0101011111110111 club-wielding 1
-0101011111110111 61st-ranked 1
-0101011111110111 880,600 1
-0101011111110111 red-plush 1
-0101011111110111 experience-oriented 1
-0101011111110111 unwatchable 1
-0101011111110111 kindergarten-to-eighth-grade 1
-0101011111110111 nicotine-free 1
-0101011111110111 missile-range 1
-0101011111110111 pop-out 1
-0101011111110111 protein-rich 1
-0101011111110111 four-pfennig 1
-0101011111110111 four-million-share 1
-0101011111110111 zitless 1
-0101011111110111 parodist 1
-0101011111110111 two-inch-square 1
-0101011111110111 10-share 1
-0101011111110111 ornithological 1
-0101011111110111 operations/Midwest 1
-0101011111110111 tax-deadline 1
-0101011111110111 131,110 1
-0101011111110111 DAISHOWA 1
-0101011111110111 kick-and-tell 1
-0101011111110111 12-to-14 1
-0101011111110111 post-Tower 2
-0101011111110111 trash-collection 2
-0101011111110111 masochistic 2
-0101011111110111 Joycean 2
-0101011111110111 below-zero 2
-0101011111110111 investment-linked 2
-0101011111110111 Weleda 2
-0101011111110111 iconic 2
-0101011111110111 androgens 2
-0101011111110111 true-blooded 2
-0101011111110111 90-lawyer 2
-0101011111110111 multisymptom 2
-0101011111110111 rain-slicked 2
-0101011111110111 0.239 2
-0101011111110111 recertifying 2
-0101011111110111 first-notice 2
-0101011111110111 ASSUBEL 2
-0101011111110111 cast-aluminum 3
-0101011111110111 every 7500
-0101011111110111 daylight-saving 12
-01010111111110 academic-turned-capitalist 1
-01010111111110 Moslem-majority 1
-01010111111110 trash-collecting 1
-01010111111110 none-too-subtly 1
-01010111111110 30-40 1
-01010111111110 Thiam 1
-01010111111110 coeducational 1
-01010111111110 Getty-Pennzoil 1
-01010111111110 international-exchange 1
-01010111111110 major-league-baseball 1
-01010111111110 semiautomated 1
-01010111111110 resource-endowed 1
-01010111111110 import-protection 1
-01010111111110 imputed-interest 1
-01010111111110 brew-free 1
-01010111111110 mythy 1
-01010111111110 riflelike 1
-01010111111110 greased-pig 1
-01010111111110 patricians 1
-01010111111110 Nuralli 1
-01010111111110 Dundees 1
-01010111111110 Nikhom 1
-01010111111110 1.386 1
-01010111111110 money-poor 1
-01010111111110 Marinites 2
-01010111111110 fradulently 2
-01010111111110 22.89 2
-01010111111110 derogation 2
-01010111111110 3:50 2
-01010111111110 raper 2
-01010111111110 off-reservation 2
-01010111111110 aphid 2
-01010111111110 1/16th 2
-01010111111110 1/5 2
-01010111111110 Qausuittuq 2
-01010111111110 1/40th 2
-01010111111110 0.05042 2
-01010111111110 4,850,000 2
-01010111111110 unrestored 2
-01010111111110 non-urban 2
-01010111111110 2.325 2
-01010111111110 open-hearted 2
-01010111111110 0.01133 2
-01010111111110 whirlwinds 3
-01010111111110 1/20 3
-01010111111110 Ludovico 3
-01010111111110 Becker-type 3
-01010111111110 1,855 3
-01010111111110 crime-infested 3
-01010111111110 0.8825 4
-01010111111110 one-sixteenth 4
-01010111111110 crybabies 4
-01010111111110 soft-hearted 5
-01010111111110 Paddy 5
-01010111111110 three-quarter 5
-01010111111110 disdainfully 5
-01010111111110 one 63902
-01010111111110 0.8125 8
-010101111111110 insurance-analyst 1
-010101111111110 Seyval 1
-010101111111110 a.m.-1 1
-010101111111110 league-championship 1
-010101111111110 28,208 1
-010101111111110 295,522 1
-010101111111110 3,409 1
-010101111111110 18th-century-style 1
-010101111111110 not-yet-opened 1
-010101111111110 Sifuentes 1
-010101111111110 suffragan 1
-010101111111110 Mets-Dodgers 1
-010101111111110 jetsetting 1
-010101111111110 billion-2.8 1
-010101111111110 personal-consulting 1
-010101111111110 Reimbursed 1
-010101111111110 p.m.-3 1
-010101111111110 18,300 1
-010101111111110 calibrations 1
-010101111111110 million-barrels-a-day 1
-010101111111110 PESTICIDES 1
-010101111111110 ex-Moscow 1
-010101111111110 football-preview 1
-010101111111110 billion-ton 1
-010101111111110 point-decline 1
-010101111111110 regular-bed 1
-010101111111110 Sunsilk 1
-010101111111110 :15 1
-010101111111110 a.m.-9 1
-010101111111110 p.m.-2 1
-010101111111110 months-and-longer 1
-010101111111110 DRAWS 1
-010101111111110 Stellenbosch-area 1
-010101111111110 meals-and-sundries 1
-010101111111110 crayoned 1
-010101111111110 p.m-11 1
-010101111111110 minimumn 1
-010101111111110 highest-placed 1
-010101111111110 MHz. 1
-010101111111110 electric-services 1
-010101111111110 1.083 1
-010101111111110 consecutives 1
-010101111111110 1,651 1
-010101111111110 ton-per-year 1
-010101111111110 1,172,473 1
-010101111111110 79,455 1
-010101111111110 day-before-the-Derby 1
-010101111111110 722,742 1
-010101111111110 picket-line 1
-010101111111110 0.049 1
-010101111111110 complete-game 1
-010101111111110 B.C-A.D. 1
-010101111111110 wpm 1
-010101111111110 d-for 1
-010101111111110 rating/13 1
-010101111111110 brutalizes 1
-010101111111110 rating/14 1
-010101111111110 a-day 1
-010101111111110 Fall/Christmas 1
-010101111111110 a.m.-11 1
-010101111111110 fun-filled 1
-010101111111110 Last-Minute 1
-010101111111110 hundred-fifty 1
-010101111111110 a.m.-6 1
-010101111111110 40-to-59 1
-010101111111110 1.620 1
-010101111111110 34,000-kilowatt 1
-010101111111110 Pompadur-Rule 1
-010101111111110 station-crew 1
-010101111111110 a.m.-to-12 1
-010101111111110 venture-funded 1
-010101111111110 p.m.-5 1
-010101111111110 million-or-bigger 1
-010101111111110 but-bulls 1
-010101111111110 performances. 1
-010101111111110 749,767 1
-010101111111110 6,021,071 1
-010101111111110 21.43 1
-010101111111110 3,446 1
-010101111111110 149,277 1
-010101111111110 succesive 1
-010101111111110 37-inch 1
-010101111111110 37/40 1
-010101111111110 40,000-to-45,000 1
-010101111111110 p.m.-to-4 1
-010101111111110 month/12,000 1
-010101111111110 3,519 1
-010101111111110 3,793 1
-010101111111110 343,031 1
-010101111111110 Farmaco 1
-010101111111110 negative-option 1
-010101111111110 122,704 1
-010101111111110 4,286 1
-010101111111110 2,882 1
-010101111111110 Sterno 1
-010101111111110 onshore-exploration 1
-010101111111110 squarefoot 1
-010101111111110 years-from 1
-010101111111110 3/8-a 1
-010101111111110 Stat. 2
-010101111111110 at-will 2
-010101111111110 BAe 2
-010101111111110 peak/ 2
-010101111111110 a.m.-3 2
-010101111111110 million-and-counting 2
-010101111111110 Arabic-language 2
-010101111111110 10:00 2
-010101111111110 p.m.-to-9 2
-010101111111110 a.m.-8 2
-010101111111110 barrel-per-day 2
-010101111111110 0.485 2
-010101111111110 1,950,000-share 2
-010101111111110 billion-to- 3
-010101111111110 a.m.-2 3
-010101111111110 p.m.-4 3
-010101111111110 a.m.-7 3
-010101111111110 one-million 4
-010101111111110 Jax 5
-010101111111110 a.m.-10 6
-010101111111110 p.m.-12 6
-010101111111110 million-a-month 6
-010101111111110 Finanziario 7
-010101111111110 million- 8
-010101111111110 billion- 8
-010101111111110 Bancario 9
-010101111111110 million-to- 9
-010101111111110 p.m.-1 9
-010101111111110 million-member 21
-010101111111110 kilowatt 50
-010101111111110 o' 80
-010101111111110 witching 90
-010101111111110 equaling 596
-010101111111110 per 3565
-010101111111110 consecutive 1693
-010101111111111 2.315 1
-010101111111111 Occupation-bred 1
-010101111111111 soon-to-be-laid-off 1
-010101111111111 futures-based 1
-010101111111111 5,269,374 1
-010101111111111 hand-molded 1
-010101111111111 doctoral-level 1
-010101111111111 1.1852 1
-010101111111111 612,745 1
-010101111111111 466,834 1
-010101111111111 0.7225 1
-010101111111111 body-turn 1
-010101111111111 11,732,074 1
-010101111111111 4.464 1
-010101111111111 aone 1
-010101111111111 15.579 1
-010101111111111 Panasonic-brand 1
-010101111111111 furfural-based 1
-010101111111111 1/2-foot-long 1
-010101111111111 constituentsin 1
-010101111111111 1,963,696 1
-010101111111111 45,078 1
-010101111111111 Subzero 1
-010101111111111 2,178,000 1
-010101111111111 0.8333 1
-010101111111111 container-maker 1
-010101111111111 193,827 1
-010101111111111 6,702,906 1
-010101111111111 150,195 1
-010101111111111 329,412 1
-010101111111111 0.78394 1
-010101111111111 152,200 1
-010101111111111 .64764 1
-010101111111111 0.1365 1
-010101111111111 2.222 1
-010101111111111 280,600 1
-010101111111111 winter-weather 1
-010101111111111 3.2032 1
-010101111111111 49,730 1
-010101111111111 snowshoe 1
-010101111111111 4-by-5 1
-010101111111111 1.818 1
-010101111111111 0.285 1
-010101111111111 1,112,412 1
-010101111111111 18.218 1
-010101111111111 0.592 1
-010101111111111 amethyst 1
-010101111111111 1.311 1
-010101111111111 0.8658 1
-010101111111111 3,268,069 1
-010101111111111 caffeine-loaded 1
-010101111111111 unconsidered 1
-010101111111111 MIPS. 1
-010101111111111 63,710 1
-010101111111111 cents-per- 1
-010101111111111 271,702 1
-010101111111111 16,645,859 1
-010101111111111 5,320 1
-010101111111111 923,539 1
-010101111111111 bankruptcy-and 1
-010101111111111 3,872 1
-010101111111111 lesser-voting 1
-010101111111111 coal-fire 1
-010101111111111 20,202 1
-010101111111111 321,459 1
-010101111111111 1/2-furlong 1
-010101111111111 1.0782 1
-010101111111111 1,488,244 1
-010101111111111 714,285 1
-010101111111111 2,766,400 1
-010101111111111 colour 1
-010101111111111 1,813,689 1
-010101111111111 1,180,950 1
-010101111111111 15,757,350 1
-010101111111111 6,877,049 1
-010101111111111 1.856 1
-010101111111111 5,750,000 1
-010101111111111 5,089,958 1
-010101111111111 passenger-cabin 1
-010101111111111 caricaturing 1
-010101111111111 Cabrio 1
-010101111111111 fancy-labeled 1
-010101111111111 cordoba-a-month 1
-010101111111111 1/2-pound 1
-010101111111111 Diasonic 1
-010101111111111 outbowling 1
-010101111111111 6,485,918 1
-010101111111111 Foat 1
-010101111111111 copies/ 1
-010101111111111 Cycare 1
-010101111111111 8,005,667 1
-010101111111111 462,696 1
-010101111111111 95.24 2
-010101111111111 0.958 2
-010101111111111 7,631,486 2
-010101111111111 five-on-five 2
-010101111111111 WRAP 2
-010101111111111 1,185,000 2
-010101111111111 five-card 2
-010101111111111 3,057,000 2
-010101111111111 Bioethics 2
-010101111111111 311,654 2
-010101111111111 each. 2
-010101111111111 .57 2
-010101111111111 1,225,000 2
-010101111111111 Galants 2
-010101111111111 Oggi 2
-010101111111111 2,640,836 2
-010101111111111 7,124 2
-010101111111111 Ananda 2
-010101111111111 1.3043 2
-010101111111111 1,083,478 2
-010101111111111 ofthe 2
-010101111111111 unneccesary 2
-010101111111111 828,210 2
-010101111111111 1/2-ounce 3
-010101111111111 2,410 3
-010101111111111 0.9524 3
-010101111111111 LIN. 3
-010101111111111 0.5084 3
-010101111111111 0.415 5
-010101111111111 780,300 5
-010101111111111 each 19097
-010101111111111 E.&J 6
-01011000 48/23-3 1
-01011000 Campsa 1
-01011000 Holsum 1
-01011000 69-72 1
-01011000 war-loving 1
-01011000 Langhorn 1
-01011000 Viridiflora 1
-01011000 Lily-flowering 1
-01011000 156-10 1
-01011000 not-too-great 1
-01011000 15-39 1
-01011000 27,30 1
-01011000 late-running 1
-01011000 school-teachers 1
-01011000 Arijs 1
-01011000 61-34 1
-01011000 unraceable 1
-01011000 dinero 1
-01011000 some-all-Republican 1
-01011000 Horsesham 1
-01011000 Blasting 1
-01011000 FLYX 1
-01011000 Montdomaine 1
-01011000 then-Prof 1
-01011000 Expressen 1
-01011000 finance-administration 1
-01011000 Qiryat 1
-01011000 Pfaelzer 1
-01011000 depersonalization 1
-01011000 AWOLs 1
-01011000 walleyed 1
-01011000 Dmarks 1
-01011000 stadia 1
-01011000 KCNC-TV 1
-01011000 grenadine 1
-01011000 Kohat 1
-01011000 flans 1
-01011000 nah 1
-01011000 116.2643583 1
-01011000 Kilian 1
-01011000 roll-ons 1
-01011000 lagely 1
-01011000 Reno-Sparks 1
-01011000 hankywise 1
-01011000 Faina 1
-01011000 Pescara 1
-01011000 Florencia 1
-01011000 Minitote 1
-01011000 Sogexport 1
-01011000 self-asserting 1
-01011000 Lachine 1
-01011000 Magin 1
-01011000 leasure-oriented 1
-01011000 schistomsomiasis 1
-01011000 chain-locked 1
-01011000 261,850,700 1
-01011000 meanhwile 1
-01011000 31-28 1
-01011000 JD 1
-01011000 sellout-wise 1
-01011000 all-place 1
-01011000 parterre 1
-01011000 heartsease 1
-01011000 achilleas 1
-01011000 campanulas 1
-01011000 tooism 1
-01011000 Rafaella 1
-01011000 auto-dialer 1
-01011000 james 1
-01011000 stephen 1
-01011000 Ok. 1
-01011000 WWBT-TV 1
-01011000 Herlinda 1
-01011000 Estevan 1
-01011000 Queeg 1
-01011000 Wrexham 1
-01011000 Lakeport 1
-01011000 half-British 1
-01011000 microchange 1
-01011000 Nadhatul 1
-01011000 Tadahiro 1
-01011000 Nelli 1
-01011000 Olka. 1
-01011000 leasors 1
-01011000 wh 1
-01011000 w 1
-01011000 Papageno 1
-01011000 800-572-6037 1
-01011000 Mitsuaki 1
-01011000 Wilmington. 1
-01011000 phrasemongering 1
-01011000 Rached 1
-01011000 muffling 1
-01011000 Pentheus 1
-01011000 Odes 1
-01011000 chow-chow 1
-01011000 dispossession 1
-01011000 rocking-chair 1
-01011000 12-11 1
-01011000 Defreestville 1
-01011000 Appell 1
-01011000 valetudinarianated 1
-01011000 embiciliated 1
-01011000 Atromid-S 1
-01011000 TDF-1 1
-01011000 Zdzislawa 1
-01011000 Nyri 1
-01011000 Mirta 1
-01011000 1967-85 1
-01011000 Gif-sur-Yvette 1
-01011000 1969-71 1
-01011000 reporter/educators 1
-01011000 Mangum 1
-01011000 K-Daffy 1
-01011000 azurophil-derived 1
-01011000 W-O-L-S-F-E-L-D 1
-01011000 Eudoxia 1
-01011000 Johnny. 1
-01011000 honour 1
-01011000 research-pooling 1
-01011000 advice-oriented 1
-01011000 metiram 1
-01011000 754-767 1
-01011000 213-972-7550 1
-01011000 415-864-3330 1
-01011000 1894-1985 1
-01011000 Lampasas 1
-01011000 Waldir 1
-01011000 Gossnab 1
-01011000 exercycles 1
-01011000 Kenyahs 1
-01011000 Bidayuhs 1
-01011000 three-hole 1
-01011000 Secausus 1
-01011000 Flutterwheel 1
-01011000 18-wheelers 1
-01011000 Salvadorean 1
-01011000 422pages 1
-01011000 non-democracies 1
-01011000 Cukor 1
-01011000 EGAD 1
-01011000 Batac 1
-01011000 NF 1
-01011000 Gambia 1
-01011000 1971-81 1
-01011000 GCPWI 1
-01011000 RFPWI 1
-01011000 F.S.L.A. 1
-01011000 chiropractor-veterinarian 1
-01011000 pipepuffing 1
-01011000 Scio 1
-01011000 4.4-liter 1
-01011000 Valmai 1
-01011000 XXPWI 1
-01011000 HMPWI 1
-01011000 HLPWI 1
-01011000 Eko 1
-01011000 52-35 1
-01011000 73-57 1
-01011000 1734 1
-01011000 Haigs 1
-01011000 Kissingers 1
-01011000 Rostows 1
-01011000 1981-1986. 1
-01011000 Zi 1
-01011000 antibiotic-resistant 1
-01011000 Joop 1
-01011000 apartheid-style 1
-01011000 reroofing 1
-01011000 Eufala 1
-01011000 bronco-busting 1
-01011000 Blanchester 1
-01011000 226-193 1
-01011000 childrenswear 1
-01011000 Reshat 1
-01011000 N.U. 1
-01011000 prayer-like 1
-01011000 Taillevent 1
-01011000 stilleven 1
-01011000 Summerfield 1
-01011000 1943- 1
-01011000 Syre 1
-01011000 butadyne 1
-01011000 Silliac 1
-01011000 Illiac 1
-01011000 HVG 1
-01011000 Ekstaza 1
-01011000 tsimmis 1
-01011000 gadempta 1
-01011000 monazite 1
-01011000 Lascivious 1
-01011000 Lecherous 1
-01011000 Lewd 1
-01011000 nonanswer 1
-01011000 Fromberg 1
-01011000 punk-rock-worshipping 1
-01011000 Dibold 1
-01011000 Cullina 1
-01011000 Smithlike 1
-01011000 Ormonte 1
-01011000 Prairietek 1
-01011000 commune-style 1
-01011000 Franceville 1
-01011000 Clackamus 1
-01011000 Buthayna 1
-01011000 BUCKPAC 1
-01011000 rebirthers 1
-01011000 KNBC 1
-01011000 Pashayan 1
-01011000 tretinoin 1
-01011000 MINPECO 1
-01011000 L-S 1
-01011000 Knudsen-Erath 1
-01011000 THC/dronabinol 1
-01011000 Galanos 1
-01011000 749-669 1
-01011000 CentoRx 1
-01011000 autopilots 1
-01011000 C.D.P. 1
-01011000 Suanne 1
-01011000 Issaquahn 1
-01011000 711-681 1
-01011000 395-21 1
-01011000 WW3 1
-01011000 Ekho 1
-01011000 Transfer-Metallisierte 1
-01011000 Spanbok 1
-01011000 split-screening 1
-01011000 Abdul-Malek 1
-01011000 127-83 1
-01011000 Liviu 1
-01011000 Moelmann 1
-01011000 ciprofloxacin 1
-01011000 rodentlike 1
-01011000 Kundry-style 1
-01011000 Kachin 1
-01011000 DaNang 1
-01011000 Hisamitsu 1
-01011000 Starnberg 1
-01011000 Leominister 1
-01011000 Franz-Olivier 1
-01011000 scrapple 1
-01011000 duBois 1
-01011000 Metsys 1
-01011000 214-seat 1
-01011000 green-flecked 1
-01011000 Swindell-Dressler 1
-01011000 Crowell-Collier 1
-01011000 Vi 1
-01011000 muggiest 1
-01011000 Ken. 1
-01011000 208-169 1
-01011000 Witbank 1
-01011000 Mohammad-Mehdi 1
-01011000 Dissertation 1
-01011000 non-medal 1
-01011000 281-119 1
-01011000 lupen 1
-01011000 chunkyish 1
-01011000 lavash 1
-01011000 26658-13 1
-01011000 Kurskogo 1
-01011000 143-97-95 1
-01011000 Litowitz 1
-01011000 regular-exercising 1
-01011000 Deiter 1
-01011000 Retires 1
-01011000 vacant-cranium 1
-01011000 McGod 1
-01011000 McArt 1
-01011000 McFashion 1
-01011000 McSurgery 1
-01011000 McNews 1
-01011000 McTax 1
-01011000 ECON 1
-01011000 299-31-11 1
-01011000 238-88-88 1
-01011000 6:00-8:00 1
-01011000 22:00-23:00 1
-01011000 Tovarishcheskiyi 1
-01011000 147-04-84 1
-01011000 18:00-23:00 1
-01011000 nymphomaniacs 1
-01011000 Sicklerville 1
-01011000 child-mutilating 1
-01011000 37,640 1
-01011000 radarless 1
-01011000 Bina 1
-01011000 Gosconcert 1
-01011000 '70 1
-01011000 Reynoldsburg 1
-01011000 Medfield 1
-01011000 Vassily 1
-01011000 Flexilink 1
-01011000 post-punk 1
-01011000 builder-developer 1
-01011000 embroidering 1
-01011000 high-pressure-fluid 1
-01011000 Janio 1
-01011000 Samira 1
-01011000 pin-striped-suited 1
-01011000 38-33 1
-01011000 30-7 1
-01011000 34-14 1
-01011000 5-5-1 1
-01011000 Stolzberg 1
-01011000 Mezan 1
-01011000 Ingeborg 1
-01011000 Jure 1
-01011000 GILLES 1
-01011000 Keesha 1
-01011000 2,713 1
-01011000 Phorcys 1
-01011000 WYO. 1
-01011000 oxymoronically 1
-01011000 Volzhsprodmash 1
-01011000 Bankamerica 1
-01011000 Bananarama 1
-01011000 osteoradionecrosis 1
-01011000 Sotero 1
-01011000 Bluebeard 1
-01011000 52,029,664 1
-01011000 4,457 1
-01011000 Hartshorne 1
-01011000 Durham. 1
-01011000 Saeko 1
-01011000 marine-power 1
-01011000 84-12 1
-01011000 liquidizers 1
-01011000 eyestrain 1
-01011000 Souderton 1
-01011000 Wisc 1
-01011000 Ulend 1
-01011000 Walleye 1
-01011000 Wildbird 1
-01011000 plumeria 1
-01011000 yellow-off 1
-01011000 Croton-on-Hudson 1
-01011000 kiddo 1
-01011000 trust-inspiring 1
-01011000 Hofin 1
-01011000 Wy. 1
-01011000 Uzwil 1
-01011000 sulprotone 1
-01011000 1788-1980 1
-01011000 Shass 1
-01011000 Bertand-Anna 1
-01011000 pound-for-pound 1
-01011000 Ozmum 1
-01011000 creamless 1
-01011000 749-702 1
-01011000 KLDO-TV 1
-01011000 912-550 1
-01011000 Oldwick 1
-01011000 Octreotide 1
-01011000 866-596 1
-01011000 counterbluffing 1
-01011000 PIKs 1
-01011000 anti-junkbond 1
-01011000 anti-LBO 1
-01011000 bigger-than-life 1
-01011000 drei 1
-01011000 zwei 1
-01011000 Zarathustra 1
-01011000 Annalee 1
-01011000 Maternite 1
-01011000 912-561 1
-01011000 Maschinenfabrik 1
-01011000 mind-wearying 1
-01011000 Agudat 1
-01011000 Bush-and-Quayle-land 1
-01011000 hanh 1
-01011000 reddening 1
-01011000 post-binge 1
-01011000 Jamsetji 1
-01011000 F.K. 1
-01011000 WWVH 1
-01011000 Sandnes 1
-01011000 BCBGs 1
-01011000 45-3 1
-01011000 253.83 1
-01011000 well-collateralized 1
-01011000 unpaged 1
-01011000 Orpington 1
-01011000 797-758 1
-01011000 Blountville 1
-01011000 cornered-rat-style 1
-01011000 Macungie 1
-01011000 signlike 1
-01011000 WTVS-TV 1
-01011000 Sarong 1
-01011000 inter-alia 1
-01011000 SOLOMON 1
-01011000 COHEN 1
-01011000 unpromisingly 1
-01011000 Pappagallo 1
-01011000 Pres. 1
-01011000 freckled-faced 1
-01011000 LaserLand 1
-01011000 flute-playing 1
-01011000 Glenmora 1
-01011000 Simbari 1
-01011000 rear-engine 1
-01011000 Quirst 1
-01011000 direct-face 1
-01011000 20-19 1
-01011000 43-19 1
-01011000 euthanasists. 1
-01011000 technical/sales 1
-01011000 Ecorse 1
-01011000 no-sugar 1
-01011000 toy-making 1
-01011000 Christoval 1
-01011000 isostretinoin 1
-01011000 Manu 1
-01011000 Stevensville 1
-01011000 Havertown 1
-01011000 armored-transport 1
-01011000 ready-to-go 1
-01011000 Kaszovitz 1
-01011000 Shiviyacu-20 1
-01011000 seabeaten 1
-01011000 al-Shiraa 1
-01011000 6406/3-2 1
-01011000 91-89 1
-01011000 145-119 1
-01011000 112-104 1
-01011000 Carvedilol 1
-01011000 soundproof 1
-01011000 Chichester 1
-01011000 Republican-Democrat 1
-01011000 Lafox 1
-01011000 50-27 1
-01011000 804-782 1
-01011000 pre-cognitive 1
-01011000 Jan.14 1
-01011000 Istmo 1
-01011000 whiteflies 1
-01011000 sconces 1
-01011000 D.C.-Baltimore 1
-01011000 heresay 1
-01011000 Kristoff 1
-01011000 Hallgarden 1
-01011000 Saeid 1
-01011000 Soyuznefte-export 1
-01011000 Newnham 1
-01011000 1722 1
-01011000 zaimu 1
-01011000 WINOOSKI 1
-01011000 Spartansburg 1
-01011000 880-718 1
-01011000 Spelled 1
-01011000 Jan.5 1
-01011000 CONN. 1
-01011000 V.C. 1
-01011000 Melburne 1
-01011000 homophobes 1
-01011000 larchwood 1
-01011000 2'-iminodibenzoate 1
-01011000 dirges 1
-01011000 CHOYANG 1
-01011000 11-9 1
-01011000 1955-1959 1
-01011000 CS-807 1
-01011000 Virachai 1
-01011000 Lav 1
-01011000 Dietmar 1
-01011000 Brookses 1
-01011000 purple-trimmed 1
-01011000 gemfibrizol 1
-01011000 synvinolin 1
-01011000 Gandal 1
-01011000 94-85 1
-01011000 none. 1
-01011000 Telepress 1
-01011000 fictionally 1
-01011000 privee 1
-01011000 KEYT 1
-01011000 glugs 1
-01011000 suh 1
-01011000 61-59 1
-01011000 Japan-style 1
-01011000 keychains 1
-01011000 instigations 1
-01011000 playsets 1
-01011000 agroprocessing 1
-01011000 emus 1
-01011000 Dosal 1
-01011000 LAOS 1
-01011000 salmeterol 1
-01011000 Romaldo 1
-01011000 Mustard 1
-01011000 Gherkin 1
-01011000 unassumingly 1
-01011000 blackballing 1
-01011000 Register-Herald 1
-01011000 Enquirer-Journal 1
-01011000 teacherly 1
-01011000 216-203 1
-01011000 gift-wrapped 1
-01011000 chimp-style 1
-01011000 sweetie. 1
-01011000 FLA. 1
-01011000 Melbourne-Titusville 1
-01011000 Intevep 1
-01011000 SS-22s 1
-01011000 Floodgate 1
-01011000 Guilherme 1
-01011000 Austalia 1
-01011000 Alwyn 1
-01011000 gits 1
-01011000 whitey 1
-01011000 Pennsville 1
-01011000 DOPWI 1
-01011000 Taurean 1
-01011000 SeaCo. 1
-01011000 Leesville 1
-01011000 133-123 1
-01011000 44-years-old 1
-01011000 Maddock 1
-01011000 UPPWI 1
-01011000 Hammonton 1
-01011000 Brazleton 1
-01011000 AL721 1
-01011000 MORS 1
-01011000 Mountainville 1
-01011000 Rashomet 1
-01011000 Simla 1
-01011000 urinalyses 1
-01011000 1957-1984 1
-01011000 mounding 1
-01011000 AOPWI 1
-01011000 plumpish 1
-01011000 neoisolationism 1
-01011000 credit-wise 1
-01011000 white-knuckled 1
-01011000 Addys 1
-01011000 Janni 1
-01011000 Earlene 1
-01011000 Woodinville 1
-01011000 Eleudora 1
-01011000 Bitte 1
-01011000 MKSWI 1
-01011000 MKPWI 1
-01011000 Humacao 1
-01011000 gastroenterology 1
-01011000 Red-baiting 1
-01011000 driveability 1
-01011000 Franciszek 1
-01011000 girl-almost-eaten-by-croc 1
-01011000 one-hole 1
-01011000 Brownstown 1
-01011000 Parowan 1
-01011000 58-36 1
-01011000 776-769 1
-01011000 21201 1
-01011000 20910 1
-01011000 48235 1
-01011000 37801 1
-01011000 Picibanil 1
-01011000 Liebfraumilch 1
-01011000 Peterhead 1
-01011000 copra 1
-01011000 Csangos 1
-01011000 Kirstin 1
-01011000 Tengesic 1
-01011000 PROFESSIONALS 1
-01011000 hesaid 1
-01011000 85-12 1
-01011000 394-27 1
-01011000 Harmoko 1
-01011000 somersaulting 1
-01011000 Leonida 1
-01011000 117-115 1
-01011000 DanielFiori 1
-01011000 pedal-pushers 1
-01011000 15-10 1
-01011000 overemployment 1
-01011000 macaques 1
-01011000 HL-721 1
-01011000 MISS. 1
-01011000 Ballwin 1
-01011000 Medicare/Medicaid 1
-01011000 sir. 1
-01011000 103-95 1
-01011000 small-capacity 1
-01011000 aide-de-camp 1
-01011000 tonguing 1
-01011000 symptomatically 1
-01011000 Kultur 1
-01011000 Frisco 1
-01011000 810-739 1
-01011000 podiatrists 1
-01011000 Littletown 1
-01011000 Hullera 1
-01011000 no-peel 1
-01011000 slick-skinned 1
-01011000 green-mauve 1
-01011000 Chelan 1
-01011000 khaki-colored 1
-01011000 sociobiologists 1
-01011000 Viveca 1
-01011000 Cefodizime 1
-01011000 Messimvrini 1
-01011000 WVUE 1
-01011000 triangulating 1
-01011000 Itsik 1
-01011000 knobby-kneed 1
-01011000 acetaldehyde 1
-01011000 par-58 1
-01011000 rototilling 1
-01011000 maybe. 1
-01011000 300CD 1
-01011000 Lockland 1
-01011000 incidently 1
-01011000 meter-maid 1
-01011000 Semra 1
-01011000 Medusa-style 1
-01011000 238-pound 1
-01011000 demoded 1
-01011000 Royersford 1
-01011000 Cerrillos 1
-01011000 Poilly-lez-Gien 1
-01011000 Danno 1
-01011000 bottled-in-bond 1
-01011000 10-11p.m. 1
-01011000 Sam-I-Am 1
-01011000 1596 1
-01011000 WTNH 1
-01011000 Escajeda 1
-01011000 welcome-home-husband-though-never-so-drunk 1
-01011000 272-149 1
-01011000 schmistory 1
-01011000 rosewise 1
-01011000 Rugosas 1
-01011000 Musks 1
-01011000 Noisettes 1
-01011000 Boursaults 1
-01011000 Mosses 1
-01011000 Centifolias 1
-01011000 Albas 1
-01011000 Damasks 1
-01011000 Ferari 1
-01011000 rispetto 1
-01011000 Vari-lite 1
-01011000 WCYS 1
-01011000 sogoody 1
-01011000 fibromyositis 1
-01011000 cockiest 1
-01011000 Sousse 1
-01011000 Msaken 1
-01011000 Sfax 1
-01011000 Gabes 1
-01011000 Iraklion 1
-01011000 Slidel 1
-01011000 257-162 1
-01011000 259-157 1
-01011000 220-198 1
-01011000 Moville 1
-01011000 Neligh 1
-01011000 Garabet 1
-01011000 89-84 1
-01011000 94104 1
-01011000 20416 1
-01011000 Burton-Campbell/EPB 1
-01011000 STRESSED 1
-01011000 Shahjahan 1
-01011000 Sidiqullah 1
-01011000 rubber-wheeled 1
-01011000 145-to-1 1
-01011000 8,854 1
-01011000 Yoe 1
-01011000 Lutcher 1
-01011000 Protropen 1
-01011000 nits 1
-01011000 mastigophorans 1
-01011000 FCSWI 1
-01011000 FCPWI 1
-01011000 Galva 1
-01011000 Geometry 1
-01011000 unfortuntely 1
-01011000 Oneonta 1
-01011000 zig-zags 1
-01011000 Kurrachee 1
-01011000 Nicklausse 1
-01011000 Zinka 1
-01011000 continent-hopping 1
-01011000 Upholstery 1
-01011000 Mandolina 1
-01011000 Musette 1
-01011000 85-2 1
-01011000 sore-armed 1
-01011000 Stanham 1
-01011000 251-173 1
-01011000 Teredata 1
-01011000 Iacocca-style 1
-01011000 209-208 1
-01011000 Zlatopol 1
-01011000 Belz 1
-01011000 turtledoves 1
-01011000 Savuka 1
-01011000 Juluka 1
-01011000 404-549-8279 1
-01011000 14-9 1
-01011000 23-21 1
-01011000 80-yarder 1
-01011000 Lybia 1
-01011000 Porcari 1
-01011000 lullingly 1
-01011000 1957-59 1
-01011000 primroses 1
-01011000 109-102 1
-01011000 kelpies 1
-01011000 silkies 1
-01011000 Christian/Jew 1
-01011000 America/Europe 1
-01011000 duty/rebellion 1
-01011000 family/individual 1
-01011000 self/society 1
-01011000 sex/love 1
-01011000 goodia 1
-01011000 cardoon 1
-01011000 gunnera 1
-01011000 grewia 1
-01011000 delphinium 1
-01011000 beebalm 1
-01011000 conjugation 1
-01011000 halitosis 1
-01011000 MCATs 1
-01011000 GREs 1
-01011000 LSATs 1
-01011000 Char 1
-01011000 alibied 1
-01011000 Gewurztraminer 1
-01011000 74-23 1
-01011000 Enoteca 1
-01011000 Ashville 1
-01011000 writeable 1
-01011000 1868-1963 1
-01011000 Chernobyl. 1
-01011000 19-16 1
-01011000 Shannel 1
-01011000 Itaru 1
-01011000 hmm 1
-01011000 Cantv 1
-01011000 monsieur 1
-01011000 Sudan-style 1
-01011000 Tantung 1
-01011000 bland-tasting 1
-01011000 Charger 1
-01011000 1/12/87 1
-01011000 Servilia 1
-01011000 Saed 1
-01011000 branch-line 1
-01011000 diet-wise 1
-01011000 rectively 1
-01011000 wht 1
-01011000 uncoordination 1
-01011000 Addsion 1
-01011000 Pro-Air 1
-01011000 fast-living 1
-01011000 p.608 1
-01011000 Elserino 1
-01011000 D2-WI 1
-01011000 cretin 1
-01011000 Humphrey-McGovern 1
-01011000 defecating 1
-01011000 Chestertown 1
-01011000 gouache 1
-01011000 NewPark 1
-01011000 900-year-old 1
-01011000 hoorah 1
-01011000 radiotelephones 1
-01011000 Aussat-II 1
-01011000 LAV 1
-01011000 Vino 1
-01011000 dressmaking 1
-01011000 Rogersville 1
-01011000 BQC 1
-01011000 never. 1
-01011000 Bhishma 1
-01011000 Greeneville 1
-01011000 Cranston/Prescott 1
-01011000 64-24 1
-01011000 part-autobiography 1
-01011000 anti-artistic 1
-01011000 Guntersville 1
-01011000 951-570 1
-01011000 non-refueled 1
-01011000 Blocadren 1
-01011000 impudent 1
-01011000 Mariya 1
-01011000 YUE 1
-01011000 Wakarusa 1
-01011000 planers 1
-01011000 sex-maniac 1
-01011000 sandal-wearer 1
-01011000 scientist-run 1
-01011000 Backwaren 1
-01011000 Succasunna 1
-01011000 Tamaqua 1
-01011000 argees 1
-01011000 Pasolini 1
-01011000 Bunuel 1
-01011000 Ken-A-Go-Go 1
-01011000 uncompassionate 1
-01011000 townscapes 1
-01011000 measuredly 1
-01011000 R-12 1
-01011000 elliptically 1
-01011000 LaVargne 1
-01011000 Lueders 1
-01011000 semi-coherent 1
-01011000 Kataizyna 1
-01011000 neocon 1
-01011000 muscle-ache 1
-01011000 ho-ing 1
-01011000 Opelika 1
-01011000 ethnicityn 1
-01011000 252172 1
-01011000 Vinland 1
-01011000 Formanized 1
-01011000 Judases 1
-01011000 corporate-trained 1
-01011000 un-Joneslike 1
-01011000 Boochever 1
-01011000 Bhangali-1 1
-01011000 Etobicoke 1
-01011000 USA-DIRECT 1
-01011000 September. 1
-01011000 ex-lovers 1
-01011000 Barfko-Swill 1
-01011000 Riverwoods 1
-01011000 Prestonsburg 1
-01011000 902F 1
-01011000 726-697 1
-01011000 micro-skirts 1
-01011000 Dyersburg 1
-01011000 15/17-16 1
-01011000 cooperative-owned 1
-01011000 hyphen-not-space 1
-01011000 drinkwise 1
-01011000 buyable 1
-01011000 S.430 1
-01011000 Connersville 1
-01011000 Publicis/FCB 1
-01011000 10-string 1
-01011000 legal-authority-for-hire 1
-01011000 Bounty-style 1
-01011000 Masetto 1
-01011000 still-here 1
-01011000 unwimpily 1
-01011000 rocklike 1
-01011000 PKU 1
-01011000 anomalously 1
-01011000 BBDO/West 1
-01011000 graph-making 1
-01011000 Paternelle 1
-01011000 dial-an-oddsmaker 1
-01011000 dial-a-preacher 1
-01011000 petroleum-service 1
-01011000 Utah. 1
-01011000 ageism 1
-01011000 Nokomis 1
-01011000 ASALA 1
-01011000 rosins 1
-01011000 Bowlmor 1
-01011000 anemones 1
-01011000 801-672 1
-01011000 238-plank 1
-01011000 Tsutako 1
-01011000 undercoached 1
-01011000 Randee 1
-01011000 1038 1
-01011000 1966-69 1
-01011000 harebells 1
-01011000 salsify 1
-01011000 Harrogate 1
-01011000 49-49 1
-01011000 honeybunch 1
-01011000 free-marketism 1
-01011000 Hinesburg 1
-01011000 Alimate 1
-01011000 55-ish 1
-01011000 145-1 1
-01011000 quick-response 1
-01011000 D.D.S. 1
-01011000 rosebushes 1
-01011000 Oilton 1
-01011000 gutty 1
-01011000 bullhead 1
-01011000 bowfin 1
-01011000 gar 1
-01011000 high-cost-per-unit 1
-01011000 unprompted 1
-01011000 Caffey 1
-01011000 novelettes 1
-01011000 HASTINGS 1
-01011000 Waren 1
-01011000 3,628 1
-01011000 819-679 1
-01011000 anti-farmer 1
-01011000 946-548 1
-01011000 Viberts 1
-01011000 Geromes 1
-01011000 36-22 1
-01011000 Meissoniers 1
-01011000 Hodgenville 1
-01011000 74-14 1
-01011000 decadences 1
-01011000 Winesburg 1
-01011000 1969-1973 1
-01011000 double-checked 1
-01011000 tear-proof 1
-01011000 industrial-chemical 1
-01011000 Capozide 1
-01011000 Rockledge 1
-01011000 Barbara. 1
-01011000 251-120 1
-01011000 ADP-BIS 1
-01011000 inventorying 1
-01011000 ill-nourished 1
-01011000 Stanya 1
-01011000 Manju 1
-01011000 Savita 1
-01011000 Artemis 1
-01011000 Betula 1
-01011000 Sinarundinaria 1
-01011000 Nafinsa 1
-01011000 Cleveland. 1
-01011000 capitalism-communism-capitalism-communi 1
-01011000 Elvire 1
-01011000 K.475 1
-01011000 Lucette 1
-01011000 Carld 1
-01011000 Juma 1
-01011000 Ibel 1
-01011000 hockey-style 1
-01011000 Goldsmiths 1
-01011000 Aragvi 1
-01011000 country-poor 1
-01011000 Fatmah 1
-01011000 Ubaldo 1
-01011000 Couse 1
-01011000 white-built 1
-01011000 birdwatching 1
-01011000 155,662-122,315 1
-01011000 Sadiq 1
-01011000 Londontowne 1
-01011000 neo-evolutionary 1
-01011000 Fleischmanns 1
-01011000 129,139111,683 1
-01011000 21,557-17,042 1
-01011000 7,364-4,601 1
-01011000 308-113 1
-01011000 Wyondotte 1
-01011000 Ind.-Owensboro 1
-01011000 opera-style 1
-01011000 Communist-style 1
-01011000 843-640 1
-01011000 Bucuresti 1
-01011000 cheeping 1
-01011000 druggers 1
-01011000 recyled 1
-01011000 active-player 1
-01011000 Jerseyville 1
-01011000 841-605 1
-01011000 563-8300 1
-01011000 fluvoxamine 1
-01011000 496-7070 1
-01011000 macho-type 1
-01011000 1-800-782-4369 1
-01011000 Sojuzpushnina 1
-01011000 Mopsy 1
-01011000 futures-hedging 1
-01011000 Bandini 1
-01011000 74-71 1
-01011000 R.I 1
-01011000 Xang 1
-01011000 2B 1
-01011000 809-633 1
-01011000 160-strong 1
-01011000 acerbities 1
-01011000 Sophomoric 1
-01011000 Buprenex 1
-01011000 Weirdo 1
-01011000 Anarchist 1
-01011000 Pinko 1
-01011000 silver-templed 1
-01011000 Rosane 1
-01011000 gerbils 1
-01011000 Saskia 1
-01011000 pedophiles 1
-01011000 transsexuals 1
-01011000 Arcaro 1
-01011000 kaffeeklatsches 1
-01011000 haloperidol 1
-01011000 Karbassion 1
-01011000 Loreen 1
-01011000 unself-pitying 1
-01011000 Toodles 1
-01011000 cockfight 1
-01011000 unexcitable 1
-01011000 Forida 1
-01011000 Cockeysville 1
-01011000 jeroboams 1
-01011000 Alprin 1
-01011000 Mannino 1
-01011000 FLAHERTY 1
-01011000 Selectibles 1
-01011000 neo-African 1
-01011000 Kovno 1
-01011000 1956-66 1
-01011000 Malibu-style 1
-01011000 flared-wing 1
-01011000 Nemer 1
-01011000 prototyped 1
-01011000 71-58 1
-01011000 C+ 1
-01011000 Rosenthal-Collins 1
-01011000 biathletes 1
-01011000 Hytech 1
-01011000 mulattos 1
-01011000 suntanned 1
-01011000 Cheekwood 1
-01011000 near-takeovers 1
-01011000 ratings-wise 1
-01011000 N.D 1
-01011000 Mitsue 1
-01011000 Nipisi 1
-01011000 Ferlibs 1
-01011000 Weatherbys 1
-01011000 Nykredit 1
-01011000 eventing 1
-01011000 fraternally 1
-01011000 300TE 1
-01011000 560SEL 1
-01011000 MICH. 1
-01011000 Moerdiono 1
-01011000 CALIF. 1
-01011000 BSB/Dorland 1
-01011000 1911-1949 1
-01011000 Leopardi 1
-01011000 VO 1
-01011000 Duryee 1
-01011000 Feb.3 1
-01011000 Kintner 1
-01011000 2038 1
-01011000 Kiyomi 1
-01011000 pension-drawing 1
-01011000 generosities 1
-01011000 Garvis 1
-01011000 thymine 1
-01011000 cockchafers 1
-01011000 Ubud 1
-01011000 afterall 1
-01011000 772-684 1
-01011000 215-210 1
-01011000 chloroquine 1
-01011000 Sljeme 1
-01011000 mene 1
-01011000 heinasirkka 1
-01011000 66-33 1
-01011000 quartermasters 1
-01011000 flag-bearers 1
-01011000 morale-boosters 1
-01011000 811-696 1
-01011000 43-pound 1
-01011000 Angelton 1
-01011000 bathmats 1
-01011000 tetrachlorophenol 1
-01011000 lucine 1
-01011000 benzol 1
-01011000 cyclohexane 1
-01011000 nectarines 1
-01011000 55-43 1
-01011000 co-generators 1
-01011000 Bridgforth 1
-01011000 Tenzin 1
-01011000 Hamendra 1
-01011000 Confucians 1
-01011000 hmmm 1
-01011000 Carter-Anne 1
-01011000 Outperform 1
-01011000 R-shaped 1
-01011000 score-settling 1
-01011000 Sojuzplodoimport 1
-01011000 105-97 1
-01011000 Anatol 1
-01011000 Lubao 1
-01011000 Mvelisi 1
-01011000 research- 1
-01011000 Croyden 1
-01011000 non-maneuvers 1
-01011000 Junket. 1
-01011000 heh 1
-01011000 Levina 1
-01011000 1,017,012 1
-01011000 Campy 1
-01011000 punk-dunk 1
-01011000 18-7 1
-01011000 kidnaped 1
-01011000 Nordica 1
-01011000 Derrell 1
-01011000 anti-absolutist 1
-01011000 undeclarable. 1
-01011000 additive-free 1
-01011000 Aspidistra 1
-01011000 808-729 1
-01011000 1976-78 1
-01011000 all-too-female 1
-01011000 egad 1
-01011000 Wauwatosa 1
-01011000 Veritas 1
-01011000 Supat 1
-01011000 Munhall 1
-01011000 regretably 1
-01011000 9,321 1
-01011000 Floey 1
-01011000 Roachdale 1
-01011000 walrus-like 1
-01011000 Friesland 1
-01011000 reminiscently 1
-01011000 Gilberg 1
-01011000 Hlavka 1
-01011000 Uzwiak 1
-01011000 Vermonty 1
-01011000 Mueger 1
-01011000 Grazioso 1
-01011000 Schwartzenhauer 1
-01011000 McGervey 1
-01011000 Arleta 1
-01011000 Parbury 1
-01011000 pig-tailed 1
-01011000 Lengfelder 1
-01011000 Hladky 1
-01011000 Helie 1
-01011000 Dowdey 1
-01011000 Caponi 1
-01011000 826-618 1
-01011000 manicotti 1
-01011000 timetables. 1
-01011000 6b7 1
-01011000 Cornas 1
-01011000 St.-Joseph 1
-01011000 Kingswood 1
-01011000 Lela 1
-01011000 gelatins 1
-01011000 8828011 1
-01011000 1910-1930 1
-01011000 876-636 1
-01011000 Wolfy 1
-01011000 Nick-at-Nite 1
-01011000 Vanagons 1
-01011000 consultants. 1
-01011000 ego-wise 1
-01011000 Band-aided 1
-01011000 Beverage-Air 1
-01011000 pul-eeze 1
-01011000 mastiffs 1
-01011000 Rubina 1
-01011000 Diboli 1
-01011000 Tintas 1
-01011000 limited-run 1
-01011000 terpy 1
-01011000 Refreshed 1
-01011000 tarantulas 1
-01011000 Geertz 1
-01011000 in-accord-with-nature 1
-01011000 Attacca 1
-01011000 22-13 1
-01011000 egoistical 1
-01011000 364-56 1
-01011000 twin-bladed 1
-01011000 861-598 1
-01011000 Monitor-Plus 1
-01011000 EPREX 1
-01011000 781-221 1
-01011000 narrow-mindedly 1
-01011000 Jolene 1
-01011000 Burchette 1
-01011000 Myrella 1
-01011000 Leitchfield 1
-01011000 stomachwise 1
-01011000 Rodchenko 1
-01011000 Lissitzky 1
-01011000 Burien 1
-01011000 sexless 1
-01011000 Testskin 1
-01011000 Ellinwood 1
-01011000 see-nothing 1
-01011000 Kutuzov 1
-01011000 re-everything 1
-01011000 re-leveraged 1
-01011000 Horry 1
-01011000 Bactroban 1
-01011000 unresponsiveness 1
-01011000 64-30 1
-01011000 Chandons 1
-01011000 Rufenacht 1
-01011000 JIL 1
-01011000 Altemur 1
-01011000 Cir 1
-01011000 Wolffe 1
-01011000 Schaffhausen 1
-01011000 Switz. 1
-01011000 Abdon 1
-01011000 whammo 1
-01011000 866-680 1
-01011000 riv.vu 1
-01011000 3a. 1
-01011000 BTV 1
-01011000 moussaka 1
-01011000 egotistic 1
-01011000 Buttrey 1
-01011000 Cheswick 1
-01011000 plotwise 1
-01011000 neopopulist 1
-01011000 Maos 1
-01011000 Hitlers 1
-01011000 magnanimously 1
-01011000 Syrias 1
-01011000 pro-regulationist 1
-01011000 Marmero 1
-01011000 drugrunners 1
-01011000 Olenegorsk 1
-01011000 Mishelevka 1
-01011000 pro-jobs 1
-01011000 Isocracy 1
-01011000 articulateness 1
-01011000 defaces 1
-01011000 44-0 1
-01011000 37-7 1
-01011000 76-24 1
-01011000 69-31 1
-01011000 SFX 1
-01011000 GLD 1
-01011000 Novolin 1
-01011000 save-the-whalers 1
-01011000 hard-worked 1
-01011000 map-making 1
-01011000 non-ratified 1
-01011000 Icehouse 1
-01011000 Austrade 1
-01011000 Bush/Kirkpatrick 1
-01011000 Bush/Kemp 1
-01011000 Sarcoxie 1
-01011000 Caffedrine 1
-01011000 Sportscreme 1
-01011000 269-156 1
-01011000 goateed 1
-01011000 230-195 1
-01011000 285-140 1
-01011000 then-U.S. 1
-01011000 boodleoo 1
-01011000 Janatha 1
-01011000 Wigand 1
-01011000 Cozmopole 1
-01011000 country-music-loving 1
-01011000 Motherwell 1
-01011000 HaNegev 1
-01011000 juicers 1
-01011000 ceramists 1
-01011000 profspeak 1
-01011000 Birgitta 1
-01011000 718-636-4100 1
-01011000 1-800-492-9696 1
-01011000 alpenglow 1
-01011000 NDN 1
-01011000 Iturup 1
-01011000 Soliz 1
-01011000 Olszewski 1
-01011000 354-10 1
-01011000 Rohwer 1
-01011000 Minidoka 1
-01011000 Calvinita 1
-01011000 Lutheranism 1
-01011000 sub-headlines 1
-01011000 TransmancheLink 1
-01011000 Weissler 1
-01011000 unfeathered 1
-01011000 wisher 1
-01011000 Reagan-administration-style 1
-01011000 Terranomics 1
-01011000 Ronell 1
-01011000 mRNA 1
-01011000 75-20 1
-01011000 TexGenPar 1
-01011000 846-566 1
-01011000 six-four 1
-01011000 1945-1988 1
-01011000 62-35 1
-01011000 Abd-al-Aziz 1
-01011000 Sofya 1
-01011000 double-action 1
-01011000 Zoladex 1
-01011000 Santurce 1
-01011000 Diprivan 1
-01011000 1923-1929 1
-01011000 starshaped 1
-01011000 Sovtransavto 1
-01011000 Bonacquist 1
-01011000 Zauderer 1
-01011000 Ellenhorn 1
-01011000 Akenside 1
-01011000 pipedreams 1
-01011000 Ajman 1
-01011000 Noelle 1
-01011000 consumer-housewares 1
-01011000 be-sweatered 1
-01011000 887-561 1
-01011000 84-14 1
-01011000 Ignazio 1
-01011000 Lavvie 1
-01011000 '62 1
-01011000 France-Plus 1
-01011000 father-to-son 1
-01011000 Aptox 1
-01011000 740-634 1
-01011000 MalletProvost 1
-01011000 413-0 1
-01011000 SportLabs 1
-01011000 826-626 1
-01011000 CanadianMen 1
-01011000 BlackMen 1
-01011000 Liberacion 1
-01011000 Marciano-Charles 1
-01011000 McAulay 1
-01011000 orioles 1
-01011000 smartweed 1
-01011000 MRBI 1
-01011000 Coltin 1
-01011000 hard-to-maintain 1
-01011000 chickadees 1
-01011000 martins 1
-01011000 Kurnool 1
-01011000 Magda 1
-01011000 irrelevantly 1
-01011000 sir-r-r 1
-01011000 grimfaced 1
-01011000 FPC-by-the-Sea 1
-01011000 mouflons 1
-01011000 362-46 1
-01011000 7129 1
-01011000 Aggies 1
-01011000 Moonstones 1
-01011000 Subcontracts 1
-01011000 Carmenet 1
-01011000 98-1 1
-01011000 Messager 1
-01011000 sadomasochists 1
-01011000 DLT 1
-01011000 Alamogordo 1
-01011000 uncapitalized 1
-01011000 Whirlaway 1
-01011000 mud-crusted 1
-01011000 WTPI-FM 1
-01011000 54-41 1
-01011000 Viraid 1
-01011000 Dr-Panda 1
-01011000 Flu-shot+ 1
-01011000 N-acetylcysteine 1
-01011000 methaqualone 1
-01011000 Gayfryd 1
-01011000 849-662 1
-01011000 aminophyllin 1
-01011000 Nirvalur 1
-01011000 Bykov 1
-01011000 Mordukova 1
-01011000 524td 1
-01011000 61799-9903. 1
-01011000 Jamey 1
-01011000 Ottmar 1
-01011000 Xeres 1
-01011000 67-3891 1
-01011000 67-3892 1
-01011000 1-800-242-9034 1
-01011000 15522 1
-01011000 horseshoers 1
-01011000 Polian 1
-01011000 buckboards 1
-01011000 CJIIA 1
-01011000 surreys 1
-01011000 stagecoaches 1
-01011000 ahh 1
-01011000 percentagewise 1
-01011000 212-431-1590 1
-01011000 unwomaned 1
-01011000 Vosper 1
-01011000 TTS-fentanyl 1
-01011000 Kurosowa 1
-01011000 Antonioni 1
-01011000 boot-stomping 1
-01011000 professional-audio 1
-01011000 WOJB-FM 1
-01011000 Digsa 1
-01011000 986-473 1
-01011000 52-43 1
-01011000 Periodicos 1
-01011000 one-bath 1
-01011000 A-B-C-D-E 1
-01011000 A-B-C-D 1
-01011000 Copenhagan 1
-01011000 wild-riding 1
-01011000 articulate. 1
-01011000 Avel 2
-01011000 AMPS 2
-01011000 bitte 2
-01011000 Massoud 2
-01011000 39-20 2
-01011000 Sigrid 2
-01011000 gazpacho 2
-01011000 rah 2
-01011000 textureless 2
-01011000 Morganville 2
-01011000 Dollie 2
-01011000 Seedsman 2
-01011000 transduction 2
-01011000 MA 2
-01011000 Chickasha 2
-01011000 WA 2
-01011000 bam 2
-01011000 hollyhocks 2
-01011000 foxgloves 2
-01011000 click-plop 2
-01011000 Maribel 2
-01011000 Sebille 2
-01011000 YM 2
-01011000 Urzula 2
-01011000 MBOs 2
-01011000 Thorgrimson 2
-01011000 gordsadul 2
-01011000 PLEASE 2
-01011000 8808081 2
-01011000 Lafont 2
-01011000 yarrow 2
-01011000 Tionesta 2
-01011000 conspiratorially 2
-01011000 Enichen 2
-01011000 asters 2
-01011000 239-177 2
-01011000 24-0 2
-01011000 marketing-wise 2
-01011000 viz. 2
-01011000 choker 2
-01011000 GOH 2
-01011000 Clow/RSCG 2
-01011000 foreigner-bashing 2
-01011000 Checkup 2
-01011000 1-800-ACS-2345 2
-01011000 boy-meets-girl 2
-01011000 Zivley 2
-01011000 mockingbirds 2
-01011000 DHPrint 2
-01011000 1a 2
-01011000 Edelca 2
-01011000 guv 2
-01011000 N.Y 2
-01011000 Fibras 2
-01011000 Shevin 2
-01011000 24-14 2
-01011000 Prosen 2
-01011000 N312RC 2
-01011000 40244 2
-01011000 B- 2
-01011000 Wieser 2
-01011000 83-79 2
-01011000 EKGs 2
-01011000 874-628 2
-01011000 sorrel 2
-01011000 LaJoe 2
-01011000 Smedley 2
-01011000 292-133 2
-01011000 Gaims 2
-01011000 pro-school-prayer 2
-01011000 Wisc. 2
-01011000 pirozhki 2
-01011000 Carmella 2
-01011000 Machu 2
-01011000 Derck 2
-01011000 Collinsville 2
-01011000 ill-clad 2
-01011000 Reinbeck 2
-01011000 Wa. 2
-01011000 WFAN-AM 2
-01011000 S-A-T 2
-01011000 Gianluca 2
-01011000 295-115 2
-01011000 Hadi 2
-01011000 1890-1976 2
-01011000 Al-Watan 2
-01011000 no-kids 2
-01011000 Merchantville 3
-01011000 Yacimientos 3
-01011000 Fiscales 3
-01011000 WCVB-TV 3
-01011000 02138 3
-01011000 ahem 3
-01011000 Valdese 3
-01011000 Ohio. 3
-01011000 Cal. 3
-01011000 Ellenoff 3
-01011000 dideoxyadenosine 3
-01011000 universalistic 3
-01011000 Seguela 3
-01011000 Fla 3
-01011000 Menands 3
-01011000 tsk 3
-01011000 Euless 3
-01011000 wo 3
-01011000 physostigmine 3
-01011000 Allain 3
-01011000 Sonsini 3
-01011000 Edgewood 3
-01011000 Bella 3
-01011000 Redeemable 3
-01011000 Azima 3
-01011000 Oradell 3
-01011000 Chinka 3
-01011000 defiling 3
-01011000 Leezy 3
-01011000 yip 3
-01011000 Palomba 3
-01011000 Sebastopol 3
-01011000 Hubie 4
-01011000 Crossley 4
-01011000 Hackettstown 4
-01011000 um 4
-01011000 Glenville 4
-01011000 lactose 4
-01011000 Q-tips 4
-01011000 Sian 4
-01011000 Thackeray 4
-01011000 Ilse 5
-01011000 Spahr 5
-01011000 Mallet-Prevost 5
-01011000 Bursatil 5
-01011000 Greene/Worldwide 5
-01011000 Pickard 6
-01011000 Mich 6
-01011000 N.J 6
-01011000 Fairlawn 6
-01011000 Ont. 6
-01011000 unsurprisingly 7
-01011000 Hallgarten 7
-01011000 Sirowitz 9
-01011000 Calif 10
-01011000 Trull 10
-01011000 splat 10
-01011000 Karbassioun 10
-01011000 Bushby 10
-01011000 Seema 11
-01011000 Penn. 11
-01011000 ah 12
-01011000 Salaried 12
-01011000 1989. 14
-01011000 Tex. 14
-01011000 ho 18
-01011000 Fierman 18
-01011000 first-out 18
-01011000 uh 19
-01011000 Labouisse 19
-01011000 Nessen 20
-01011000 Scholer 22
-01011000 yeah 22
-01011000 Underberg 39
-01011000 Mont 54
-01011000 Neb 54
-01011000 sir 59
-01011000 incidentally 65
-01011000 S.D. 79
-01011000 Nev 79
-01011000 Federico 83
-01011000 N.D. 83
-01011000 Mont. 90
-01011000 Okla 91
-01011000 alas 91
-01011000 Minn 97
-01011000 Slate 100
-01011000 Wyo. 102
-01011000 Ind 107
-01011000 Colo 114
-01011000 etc 117
-01011000 Ore 123
-01011000 Unterberg 131
-01011000 Ariz 146
-01011000 Miss. 148
-01011000 Kan 148
-01011000 Tenn 148
-01011000 etc. 150
-01011000 Vt. 171
-01011000 Neb. 202
-01011000 N.M. 209
-01011000 Ark. 224
-01011000 Nev. 247
-01011000 W.Va. 262
-01011000 Del. 280
-01011000 moreover 329
-01011000 Minn. 360
-01011000 Okla. 361
-01011000 La. 366
-01011000 Ore. 366
-01011000 N.H. 367
-01011000 Kan. 380
-01011000 R.I. 385
-01011000 S.C. 394
-01011000 Colo. 396
-01011000 Ala. 400
-01011000 Ind. 408
-01011000 Ky. 448
-01011000 Ariz. 542
-01011000 Wash. 549
-01011000 Wis. 554
-01011000 Tenn. 564
-01011000 Ga. 600
-01011000 Md. 667
-01011000 Mo. 747
-01011000 N.C. 851
-01011000 respectively 954
-01011000 D.C. 1276
-01011000 Va. 1307
-01011000 meanwhile 1531
-01011000 Pa. 1568
-01011000 Mich. 1572
-01011000 Ill. 1579
-01011000 Fla. 1907
-01011000 Conn. 1963
-01011000 Mass. 2286
-01011000 N.Y. 2783
-01011000 N.J. 2921
-01011000 however 13248
-01011000 Calif. 6104
-010110010 Korean-assembled 1
-010110010 dramaturgy 1
-010110010 brokerage-type 1
-010110010 skin-cutting 1
-010110010 Affilated 1
-010110010 equity-laden 1
-010110010 378,882 1
-010110010 wind-shift 1
-010110010 1,813 1
-010110010 housedresses 1
-010110010 biocontrol 1
-010110010 ElderBeerman 1
-010110010 4,118,400 1
-010110010 BANG 1
-010110010 officer-candidates 1
-010110010 head-of-state-style 1
-010110010 lost-shareholder 1
-010110010 cow-talk 1
-010110010 column-mounted 1
-010110010 earthiness 1
-010110010 Wasterville 1
-010110010 freckle 1
-010110010 guilelessness 1
-010110010 170-mile-per-hour 1
-010110010 Dionex 1
-010110010 1,812,500 1
-010110010 206,869 1
-010110010 2,068,686 1
-010110010 Limnoreia 1
-010110010 Actaea 1
-010110010 Cymothoe 1
-010110010 wig-wagging 1
-010110010 1387 1
-010110010 high-money 1
-010110010 429,053 1
-010110010 cost-splitting 1
-010110010 BI 1
-010110010 Goettingen 1
-010110010 LVADS 1
-010110010 work-period 1
-010110010 VMS. 1
-010110010 Mr.DeNunzio 1
-010110010 jam-jar 1
-010110010 Iznik 1
-010110010 gold-edged 1
-010110010 ICN-financed 1
-010110010 Atlasair 1
-010110010 farm-bill 1
-010110010 whomhe 1
-010110010 8,089,926 1
-010110010 sliva 1
-010110010 afghans 1
-010110010 well-footnoted 1
-010110010 between-you-and-me-style 1
-010110010 non-incestuous 1
-010110010 pushiness 1
-010110010 Mr.Giuliani 1
-010110010 thigh-deep 1
-010110010 Southvaal 1
-010110010 8:41 1
-010110010 SAPC. 1
-010110010 half-watt 1
-010110010 palm-sweating 1
-010110010 advance-boarding 1
-010110010 1,000,001 1
-010110010 soft-toy 1
-010110010 730,431 1
-010110010 Neilsen-Massey 1
-010110010 Islington 1
-010110010 Adeptec 1
-010110010 Panteras 1
-010110010 Piggly-Wiggly 1
-010110010 residential-housing 1
-010110010 inanity-yelling 1
-010110010 spot-copper 1
-010110010 2,164,300 1
-010110010 Mr.Cosby 1
-010110010 9,052 1
-010110010 Tokyo.Salomon 1
-010110010 WALA 1
-010110010 cardiopulmonary-resuscitation 1
-010110010 carcinomas 1
-010110010 three-prong 1
-010110010 documentary-like 1
-010110010 vapor-seal 1
-010110010 malt-liquor 1
-010110010 HLTs 1
-010110010 cash-level 1
-010110010 konafa 1
-010110010 ranger-led 1
-010110010 down-to-the-decimal 1
-010110010 dishwater-blond 1
-010110010 You-Know-Who 1
-010110010 pro-government-regulation 1
-010110010 Arusha 1
-010110010 non-lobbying 1
-010110010 partakers 1
-010110010 AAnytime 1
-010110010 cash-only 1
-010110010 Woodblock 1
-010110010 Botnes 1
-010110010 smoke-filled-rooms 1
-010110010 KTC. 1
-010110010 surtitles 1
-010110010 7,451,000 1
-010110010 spaghettilike 1
-010110010 easy-to-grasp 1
-010110010 400-foot-high 1
-010110010 from-this-day-forward 1
-010110010 Novatmetrix 1
-010110010 25-mile-an-hour 1
-010110010 Hachette-Filipacchi 1
-010110010 bioresearch 1
-010110010 slate-colored 1
-010110010 USMX 1
-010110010 Sagunto 1
-010110010 Unitika 1
-010110010 non-yellow 1
-010110010 Goldsmith-style 1
-010110010 Maruzen 1
-010110010 1966-70 1
-010110010 creasingly 1
-010110010 junk-bond-funded 1
-010110010 criminal-record 1
-010110010 low-vibration 1
-010110010 AsiaSat-1 1
-010110010 assymetrical 1
-010110010 WNAC 1
-010110010 Levine-Tessler 1
-010110010 Yeravan 1
-010110010 Viewmaster 2
-010110010 apparantly 2
-010110010 pebbled 2
-010110010 Ulrike 2
-010110010 permethrine 2
-010110010 ball-points 2
-010110010 childlessness 2
-010110010 drunken-looking 2
-010110010 two-timing 2
-010110010 Roessner 2
-010110010 fishmongers 2
-010110010 000 3
-010110010 one-trial 3
-010110010 Jellyroll 3
-010110010 YATAMA 5
-010110010 which 100200
-010110010 whichever 139
-010110011 Mkhize 1
-010110011 Vova 1
-010110011 judge-emperors 1
-010110011 getup 1
-010110011 confidantes 1
-010110011 oxygenates 1
-010110011 cartoon-watchers 1
-010110011 Vyvyan 1
-010110011 turnrounds 1
-010110011 WSNI-FM 1
-010110011 Magis 1
-010110011 understatedly 1
-010110011 mistakingly 1
-010110011 Molissa 1
-010110011 marshmallow-squashy 1
-010110011 4-to-6 1
-010110011 lang 1
-010110011 non-swollen 1
-010110011 Eckankar 1
-010110011 xylophonists 1
-010110011 Sternly 1
-010110011 Rabelais 1
-010110011 thrill-free 1
-010110011 UPDATING 1
-010110011 waterfall-like 1
-010110011 Rachid 1
-010110011 Akis 1
-010110011 Petronius 1
-010110011 jusque 1
-010110011 firewater 1
-010110011 Chirico 1
-010110011 lewdly 1
-010110011 Scheltema 1
-010110011 unitedly 1
-010110011 Geneva.To 1
-010110011 sick-cow 1
-010110011 Amedee 1
-010110011 cistern 1
-010110011 Pre-Raphaelite 1
-010110011 cash-in 1
-010110011 tumbleweeds 1
-010110011 Mischa 1
-010110011 30-34 1
-010110011 football-game 1
-010110011 no-good-bums 1
-010110011 soapsuds 1
-010110011 Shprintze 1
-010110011 Pespi 1
-010110011 dictums 1
-010110011 Anemone 1
-010110011 fumblingly 1
-010110011 epoque 1
-010110011 deloused 1
-010110011 lozenge-decorated 1
-010110011 Zelia 1
-010110011 unbuilded 1
-010110011 henceforward 1
-010110011 Nevil 1
-010110011 greenhorns 1
-010110011 Sceryl 1
-010110011 sweaty-palms 1
-010110011 sestet 1
-010110011 Heribert 1
-010110011 strong-armers 1
-010110011 Threatha 1
-010110011 jazzily 1
-010110011 Alabaman 1
-010110011 Obliquely 1
-010110011 Alsi 1
-010110011 crisis-solvers 1
-010110011 218,100 1
-010110011 Wesley-on-the-loose 1
-010110011 boxedup 1
-010110011 ust 1
-010110011 doom-criers 1
-010110011 neoplasia 2
-010110011 ti 2
-010110011 Guo 2
-010110011 Jadwiga 2
-010110011 balefully 2
-010110011 Matyas 2
-010110011 money-winning 2
-010110011 Vepa 2
-010110011 Farmaceutici 2
-010110011 Romuald 2
-010110011 Kanellos 2
-010110011 hast 3
-010110011 Dolora 3
-010110011 snidely 3
-010110011 unwaveringly 3
-010110011 Vasil 3
-010110011 no-lockout 3
-010110011 SEASON 4
-010110011 CCSCE 4
-010110011 Cristal 5
-010110011 who 76389
-010110011 000s 16
-0101101000 woolly-bear 1
-0101101000 home-shoppers 1
-0101101000 adventure-comedies 1
-0101101000 sick-slips 1
-0101101000 13,949,647 1
-0101101000 presciptions 1
-0101101000 TERMINALS 1
-0101101000 plasmids 1
-0101101000 tyres 1
-0101101000 15,818 1
-0101101000 sweetbreads 1
-0101101000 pasquinade 1
-0101101000 48,939 1
-0101101000 180/115 1
-0101101000 Razzberry 1
-0101101000 undoubtably 1
-0101101000 poolrooms 1
-0101101000 issues-people 1
-0101101000 accelerants 1
-0101101000 1,373,850 1
-0101101000 westernization 1
-0101101000 parathion 1
-0101101000 less-than-prime-time 1
-0101101000 5,233 1
-0101101000 IRCA 1
-0101101000 Oakland/Irwindale/Sacramento/ 1
-0101101000 Neepol 1
-0101101000 re-closed 1
-0101101000 Brunnhildes 1
-0101101000 Penneys 1
-0101101000 connivers 1
-0101101000 146,710 1
-0101101000 knuckles-down 1
-0101101000 tetrahedrons 1
-0101101000 Skinheads 1
-0101101000 paternalists 1
-0101101000 umps 2
-0101101000 coproductions 2
-0101101000 grownups 2
-0101101000 Leninists 2
-0101101000 Valencians 2
-0101101000 home-brewers 2
-0101101000 ex-members 2
-0101101000 they 83881
-0101101000 dentalphobes 2
-01011010010 self-growth 1
-01011010010 hybridizers 1
-01011010010 2,600-square-foot-home 1
-01011010010 Remodeled 1
-01011010010 EDSers 1
-01011010010 Ebe 1
-01011010010 anti-abortionist 1
-01011010010 polyurethanes 1
-01011010010 1-800-525-7455 1
-01011010010 citicorp 1
-01011010010 WRKI 1
-01011010010 Alaric 1
-01011010010 Y.A. 1
-01011010010 ityou 1
-01011010010 Replacements 1
-01011010010 non-diet 1
-01011010010 McCarthylike 1
-01011010010 English-lovers 1
-01011010010 NEC-Japan 1
-01011010010 laypeople 1
-01011010010 race-trackers 1
-01011010010 free-lances 1
-01011010010 Ohmae-san 1
-01011010010 durians 1
-01011010010 unctuousness 1
-01011010010 Briarcliffe 1
-01011010010 gift-shopping 1
-01011010010 non-moguls 1
-01011010010 Iacocca-mania 1
-01011010010 Plectrantus 1
-01011010010 birders 1
-01011010010 Prundale 1
-01011010010 prototytpes 1
-01011010010 homo-hatred 1
-01011010010 Edythe 1
-01011010010 bruddah 1
-01011010010 Rose-you 1
-01011010010 Monstroid 1
-01011010010 only-available-here 1
-01011010010 cast-offs 1
-01011010010 too-slick 1
-01011010010 channelled 1
-01011010010 Ixtapa 1
-01011010010 half-elected 1
-01011010010 stripminers 1
-01011010010 beer-bellied 1
-01011010010 neuropsychologists 1
-01011010010 FELLA 1
-01011010010 Goodmanson 1
-01011010010 DeRigueur 1
-01011010010 inelegantly 1
-01011010010 well-exploited 1
-01011010010 ANYWAY 1
-01011010010 all-motherly 1
-01011010010 BAKKER 1
-01011010010 ribbon-cuttings 1
-01011010010 difficult-to-pull 1
-01011010010 I-5 1
-01011010010 misfeasors 1
-01011010010 luxury-suite 1
-01011010010 whaddaya 1
-01011010010 Ethel-Jane 1
-01011010010 Southies 1
-01011010010 non-participants 2
-01011010010 Shiver 2
-01011010010 B-Cal 2
-01011010010 multihulls 2
-01011010010 GAMBLING 2
-01011010010 talons 2
-01011010010 Goretex 2
-01011010010 microbursts 3
-01011010010 geophysicists 3
-01011010010 perchance 3
-01011010010 Tucumanos 3
-01011010010 regurgitating 3
-01011010010 netbacks 3
-01011010010 PLAMs 3
-01011010010 speeders 4
-01011010010 eh 4
-01011010010 Tav 5
-01011010010 Sul 6
-01011010010 you 26594
-01011010010 ye 18
-01011010011 occurences 1
-01011010011 Shevardnazde 1
-01011010011 personel 1
-01011010011 pseudo-reform 1
-01011010011 econometricians 1
-01011010011 wood-cutters 1
-01011010011 pub-goers 1
-01011010011 Consolidated-Bathhurst 1
-01011010011 partwriting 1
-01011010011 R-TPA 1
-01011010011 mezzanines 1
-01011010011 GAMBLER 1
-01011010011 allergists 1
-01011010011 broaderolicies 1
-01011010011 everone 1
-01011010011 wage-indexing 1
-01011010011 +1.0 1
-01011010011 charterees 1
-01011010011 fineness 1
-01011010011 --he 1
-01011010011 Trockenbeerenauslese 1
-01011010011 sttitis 1
-01011010011 Wyomingites 1
-01011010011 Vietnamese-Americans 1
-01011010011 S&P-Moodys 1
-01011010011 high-yields 1
-01011010011 whaddya 1
-01011010011 brothers-inlaw 1
-01011010011 Frida 1
-01011010011 herbals 1
-01011010011 kleptomaniacs 1
-01011010011 re-orders 1
-01011010011 Sadas 1
-01011010011 strap-hangers 1
-01011010011 Tirza 1
-01011010011 Baltimoreans 1
-01011010011 chatterers 1
-01011010011 super-nostalgia 1
-01011010011 half-brain 1
-01011010011 disclosable 1
-01011010011 mafiosos 1
-01011010011 left-police 1
-01011010011 sports-functions 1
-01011010011 SCJ 1
-01011010011 coup-plotters 1
-01011010011 card-issuers 1
-01011010011 Nelson-worshippers 1
-01011010011 FIGHTS 2
-01011010011 nonessentials 2
-01011010011 --you 2
-01011010011 motorcades 2
-01011010011 Vrdolyaks 2
-01011010011 Snipers 2
-01011010011 accompanists 2
-01011010011 Zairians 4
-01011010011 we 38775
-01011010011 y' 4
-0101101010 tir 1
-0101101010 Philippine-watchers 1
-0101101010 niobium-tin 1
-0101101010 Industry-affiliated 1
-0101101010 occultists 1
-0101101010 punkish 1
-0101101010 Pacifism 1
-0101101010 -obsessed 1
-0101101010 broad-side 1
-0101101010 Disclaiming 1
-0101101010 inadvertantly 1
-0101101010 Productively 1
-0101101010 Denuclearization 1
-0101101010 Whatcha 1
-0101101010 ticket-scalpers 1
-0101101010 down-and-outers 1
-0101101010 Proxies 1
-0101101010 trying.I 1
-0101101010 Interpersonal 1
-0101101010 kwon 1
-0101101010 mullions 1
-0101101010 Milord 1
-0101101010 weather-watchers 1
-0101101010 vicars-general 1
-0101101010 Jenna 1
-0101101010 Lemme 2
-0101101010 Windsorites 2
-0101101010 Calcuttans 2
-0101101010 avant-gardists 2
-0101101010 Migraines 2
-0101101010 Steamboats 2
-0101101010 Ni 2
-0101101010 Kleiny 2
-0101101010 Lil 2
-0101101010 Toxicologists 2
-0101101010 Pickles 2
-0101101010 OMC 2
-0101101010 ve 3
-0101101010 Whaddya 3
-0101101010 .I 3
-0101101010 belligerently 3
-0101101010 Bucky 5
-0101101010 I 55162
-0101101010 WOES 5
-01011010110 Technologists 1
-01011010110 irradiaton 1
-01011010110 28-hour 1
-01011010110 Ritu 1
-01011010110 Sospen 1
-01011010110 Razzle 1
-01011010110 RAMBO 1
-01011010110 Sexto 1
-01011010110 F-i-l-e 1
-01011010110 Lumbricus 1
-01011010110 JOB-HOPPING 1
-01011010110 Blitzschlag 1
-01011010110 Missing-persons 1
-01011010110 Laborem 1
-01011010110 caput 1
-01011010110 multimegawatt 1
-01011010110 Papaver 1
-01011010110 Gerrymanders 1
-01011010110 Sempre 1
-01011010110 Five-year-olds 1
-01011010110 Collegiality 1
-01011010110 Exultate 1
-01011010110 Mes 1
-01011010110 Galleys 1
-01011010110 Mamas 1
-01011010110 Appellants 1
-01011010110 Codpiece 1
-01011010110 NONFOOD 1
-01011010110 ANXIETIES 1
-01011010110 Cults 1
-01011010110 Thrombolytics 1
-01011010110 oew 1
-01011010110 Protoceratops 1
-01011010110 Non-Americans 1
-01011010110 Bardin 1
-01011010110 Hormiga 1
-01011010110 Biggu 1
-01011010110 Cyanide 1
-01011010110 tidying-up 1
-01011010110 Unilateralism 1
-01011010110 Swimmers 1
-01011010110 Winky 1
-01011010110 Odontoglossum 1
-01011010110 Canonist 1
-01011010110 Privatizations 1
-01011010110 Allamanda 1
-01011010110 Cyphomandra 1
-01011010110 Ficus 1
-01011010110 Pedilanthus 1
-01011010110 Camellia 1
-01011010110 Ipomoea 1
-01011010110 Aristolochia 1
-01011010110 aywa 1
-01011010110 Immobility 1
-01011010110 nipple 1
-01011010110 Bezrodna 1
-01011010110 Vesali 1
-01011010110 divisons 1
-01011010110 Moguls 1
-01011010110 Basso 1
-01011010110 BRENDA 1
-01011010110 pari 1
-01011010110 de-skilling 1
-01011010110 ASPARAGUS 1
-01011010110 tabula 1
-01011010110 Pseudo 1
-01011010110 agaricus 1
-01011010110 Vous 1
-01011010110 Euphydryas 1
-01011010110 Grandchildren 1
-01011010110 Ab-so-lute-ly 1
-01011010110 mini-Adolf 1
-01011010110 saule 1
-01011010110 Tejido 1
-01011010110 Kesedapanya 1
-01011010110 Addresses 1
-01011010110 Pencil-Necked 1
-01011010110 Back-Seat 1
-01011010110 H-bombs 1
-01011010110 substantailly 1
-01011010110 Submarines 1
-01011010110 doru 1
-01011010110 Mangifera 1
-01011010110 Eine 1
-01011010110 upchucked 1
-01011010110 Berlinart 1
-01011010110 Necesitamos 1
-01011010110 Hypermarkets 1
-01011010110 novus 1
-01011010110 Pneumonoultramicroscopicsilicovolcanoc 1
-01011010110 Er 1
-01011010110 Detentists 1
-01011010110 kaffee 1
-01011010110 Benvenuto 1
-01011010110 Ctomegalovirus 1
-01011010110 BERNIE 1
-01011010110 KSC 1
-01011010110 Quis 1
-01011010110 Tallis 1
-01011010110 Untimely 1
-01011010110 gyosei 1
-01011010110 Walruses 1
-01011010110 Two-wheel 1
-01011010110 Sycophants 1
-01011010110 Violadores 1
-01011010110 Besame 1
-01011010110 Whadya 1
-01011010110 preternaturally 1
-01011010110 Chansons 1
-01011010110 Dissolution 1
-01011010110 hogmen 1
-01011010110 F-19A 1
-01011010110 Hola 1
-01011010110 Jihua 1
-01011010110 Haementeria 1
-01011010110 Megapools 1
-01011010110 Quantity 1
-01011010110 Imago 1
-01011010110 Platforms 1
-01011010110 PLATINUM 1
-01011010110 dramma 1
-01011010110 Attrition 1
-01011010110 nihil 1
-01011010110 Policymakers 1
-01011010110 Claustrophobes 1
-01011010110 Raters 1
-01011010110 Eels 1
-01011010110 Battlefields 1
-01011010110 megasophisticated 1
-01011010110 Den-san 1
-01011010110 Digesting 1
-01011010110 Broker-finders 1
-01011010110 Defibrillation 1
-01011010110 RAAF 1
-01011010110 Clivia 1
-01011010110 democratitis 1
-01011010110 virgorously 1
-01011010110 Yoshitsune 1
-01011010110 Nymphaea 1
-01011010110 Heptacodium 1
-01011010110 vil 1
-01011010110 Outlooks 1
-01011010110 Direct-market 1
-01011010110 Fourteen-year-olds 1
-01011010110 Mariela 1
-01011010110 Viburnum 1
-01011010110 Sycoparrotia 1
-01011010110 Jailers 1
-01011010110 Penises 1
-01011010110 Lampposts 1
-01011010110 happo 1
-01011010110 Interventions 1
-01011010110 Sportscasters 1
-01011010110 Shrinkage 1
-01011010110 tromped 1
-01011010110 Belated 1
-01011010110 Kittens 1
-01011010110 Synergies 1
-01011010110 turndowns 1
-01011010110 Dailies 1
-01011010110 One-megabit 1
-01011010110 Wiretaps 1
-01011010110 Zensho 1
-01011010110 vox 2
-01011010110 Dich 2
-01011010110 Sincerely 2
-01011010110 Mazes 2
-01011010110 dvyesti 2
-01011010110 Quien 2
-01011010110 Tranquillitas 2
-01011010110 Tanacetum 2
-01011010110 Upscale 2
-01011010110 Adapters 2
-01011010110 Ratepayers 2
-01011010110 YEAHNjuhluh 2
-01011010110 Katya 2
-01011010110 Hoxsey-Quacks 2
-01011010110 Beggars 2
-01011010110 Didja 3
-01011010110 Roaches 3
-01011010110 homme 3
-01011010110 Coalitions 4
-01011010110 Totally 4
-01011010110 Cavalleria 5
-01011010110 Circumstances 7
-01011010110 Fatal 40
-01011010110 We 27833
-01011010110 You 6653
-01011010111 Satirists 1
-01011010111 Emergencies 1
-01011010111 TECHNOLOGICAL 1
-01011010111 Antagonists 1
-01011010111 Odder 1
-01011010111 Passers-by 1
-01011010111 Matremonial 1
-01011010111 SOLE 1
-01011010111 Vacuums 1
-01011010111 Closures 1
-01011010111 Virgos 1
-01011010111 Migrants 1
-01011010111 Translators 1
-01011010111 Freshly 1
-01011010111 Anomalies 1
-01011010111 Rogues 1
-01011010111 Freebasing 1
-01011010111 Kickers 1
-01011010111 Pickets 1
-01011010111 Pseudopterosins 1
-01011010111 Automakers 1
-01011010111 Moonshiners 1
-01011010111 Permeability 1
-01011010111 Dictators 1
-01011010111 Habitues 1
-01011010111 Go-getters 1
-01011010111 Looters 1
-01011010111 Brooms 1
-01011010111 .They 1
-01011010111 Owner-operators 1
-01011010111 Urchins 1
-01011010111 Valves 1
-01011010111 Jabs 1
-01011010111 Potholes 1
-01011010111 Underlings 1
-01011010111 Sirens 1
-01011010111 Hoopsters 1
-01011010111 Repairmen 1
-01011010111 Burglaries 1
-01011010111 Polish-Americans 1
-01011010111 Parishioners 1
-01011010111 Analayts 1
-01011010111 Marathons 1
-01011010111 Admen 1
-01011010111 Ce 1
-01011010111 Plums 1
-01011010111 WORK-RULE 1
-01011010111 fraudian 1
-01011010111 Mini-cities 1
-01011010111 Competitions 1
-01011010111 GREEKS 1
-01011010111 Jiggling 1
-01011010111 Geniuses 1
-01011010111 Cogenerators 1
-01011010111 Seminarians 1
-01011010111 Conversions 1
-01011010111 Peppery 1
-01011010111 Atrocities 1
-01011010111 Holly-watchers 1
-01011010111 Haitian-Americans 1
-01011010111 Stalemate 1
-01011010111 Imperfections 1
-01011010111 Telegrams 1
-01011010111 Burley 1
-01011010111 Contrarians 1
-01011010111 exercis 1
-01011010111 Suntans 1
-01011010111 Directorships 1
-01011010111 Emoluments 1
-01011010111 Periodicals 1
-01011010111 Mallku 1
-01011010111 Moviemakers 1
-01011010111 Workweeks 1
-01011010111 Mullahs 1
-01011010111 Nationalsozialistische 1
-01011010111 Montrealers 1
-01011010111 .you 1
-01011010111 Unavailability 1
-01011010111 Bathrooms 1
-01011010111 Beauticians 1
-01011010111 Grads 1
-01011010111 Frames 1
-01011010111 Barbs 1
-01011010111 Headrests 1
-01011010111 Juveniles 1
-01011010111 plata 1
-01011010111 Bookies 1
-01011010111 Intersections 1
-01011010111 Formats 1
-01011010111 Tremors 1
-01011010111 Standstills 1
-01011010111 Adoptees 1
-01011010111 Farthest 1
-01011010111 Bracket 1
-01011010111 Non-divers 1
-01011010111 Vitriol 1
-01011010111 Phrases 1
-01011010111 Bassoonists 1
-01011010111 LATE-BREAKING 1
-01011010111 COUNTEROFFERS 1
-01011010111 Prelates 1
-01011010111 Constituents 1
-01011010111 Tractor-pullers 1
-01011010111 Technocrats 1
-01011010111 Obscenities 1
-01011010111 Minidynasties 1
-01011010111 Duller 1
-01011010111 Arms-makers 1
-01011010111 PENSION-ACT 1
-01011010111 Gladiolas 1
-01011010111 Homeopaths 1
-01011010111 Dispersals 1
-01011010111 Jokesters 1
-01011010111 non-weight 1
-01011010111 Recriminations 1
-01011010111 Jalal 1
-01011010111 Decks 1
-01011010111 First-timers 1
-01011010111 Nightclubs 1
-01011010111 Tidbits 1
-01011010111 Toshin 1
-01011010111 Surtitles 1
-01011010111 Sequels 1
-01011010111 Kenneling 1
-01011010111 Implants 1
-01011010111 Malignant 1
-01011010111 Chilies 1
-01011010111 Bed-makers 1
-01011010111 Valets 1
-01011010111 Tragedies 1
-01011010111 Bifurcation 1
-01011010111 Come-ons 1
-01011010111 Cyclists 1
-01011010111 Flumes 1
-01011010111 Insulin 1
-01011010111 tals 1
-01011010111 Troublemakers 1
-01011010111 .they 1
-01011010111 Tribesmen 1
-01011010111 Separations 2
-01011010111 Superpowers 2
-01011010111 Teammates 2
-01011010111 Salvagers 2
-01011010111 Leeches 2
-01011010111 Neatly 2
-01011010111 Tuitions 2
-01011010111 Actresses 2
-01011010111 Newspapermen 2
-01011010111 Cherubs 2
-01011010111 Middlemen 2
-01011010111 Wrongdoers 2
-01011010111 Sprinklers 2
-01011010111 Maquilas 2
-01011010111 Mini-supercomputers 2
-01011010111 Bargain-hunters 2
-01011010111 Harps 2
-01011010111 Scallops 2
-01011010111 ESOPS 2
-01011010111 Scherzo 2
-01011010111 Lifeguards 2
-01011010111 Clone-makers 2
-01011010111 Locusts 2
-01011010111 Wetlands 2
-01011010111 Vaccines 2
-01011010111 Supersalespeople 2
-01011010111 Cardholders 2
-01011010111 Reparations 2
-01011010111 Capacitors 2
-01011010111 FEVER 2
-01011010111 .will 2
-01011010111 Bottlenecks 2
-01011010111 Barges 2
-01011010111 Videocassettes 2
-01011010111 Detectives 2
-01011010111 Loggers 2
-01011010111 Baths 2
-01011010111 Droughts 2
-01011010111 Triangles 2
-01011010111 Technicalities 2
-01011010111 Churchmen 2
-01011010111 Marchers 2
-01011010111 .we 2
-01011010111 Earthquakes 2
-01011010111 Sulfites 2
-01011010111 Saboteurs 2
-01011010111 Spoilsports 2
-01011010111 Flavorists 2
-01011010111 Tuk-tuks 2
-01011010111 Geomancers 2
-01011010111 Aficionados 3
-01011010111 Foreclosures 3
-01011010111 Anchors 3
-01011010111 Moviegoers 3
-01011010111 Bankruptcies 3
-01011010111 Cameras 3
-01011010111 Sedums 3
-01011010111 Giveaways 3
-01011010111 Apologies 3
-01011010111 Snaggers 3
-01011010111 Blackouts 3
-01011010111 Avocados 3
-01011010111 Nominations 3
-01011010111 Thunderstorms 3
-01011010111 Feet 3
-01011010111 Kibbutzniks 3
-01011010111 Licensees 3
-01011010111 Microwaves 3
-01011010111 Petitions 3
-01011010111 Alligators 3
-01011010111 Traffickers 3
-01011010111 Percentages 3
-01011010111 Vouchers 3
-01011010111 Represented 3
-01011010111 .We 3
-01011010111 Chinooks 3
-01011010111 Non-members 3
-01011010111 Hashers 3
-01011010111 Doubters 3
-01011010111 Elephants 3
-01011010111 Hobbyists 3
-01011010111 Faxes 4
-01011010111 Chongqingians 4
-01011010111 Herein 4
-01011010111 Syndicates 4
-01011010111 Zones 4
-01011010111 Cracks 4
-01011010111 Rivalries 4
-01011010111 Searches 4
-01011010111 Incubators 4
-01011010111 Dissenters 4
-01011010111 Allotments 4
-01011010111 Markdowns 4
-01011010111 Biosensors 4
-01011010111 Bookers 4
-01011010111 Noteholders 4
-01011010111 Purists 5
-01011010111 Reservations 5
-01011010111 Shopkeepers 5
-01011010111 Bulldozers 5
-01011010111 Buybacks 5
-01011010111 Mice 5
-01011010111 Revisions 5
-01011010111 Campaigns 5
-01011010111 Conservationists 5
-01011010111 Pundits 5
-01011010111 Violators 6
-01011010111 Salespeople 6
-01011010111 Arbs 6
-01011010111 Programmers 7
-01011010111 Horns 7
-01011010111 Stubs 7
-01011010111 Riots 7
-01011010111 Litigants 7
-01011010111 Townspeople 7
-01011010111 Inquiries 7
-01011010111 Ballots 7
-01011010111 Supply-siders 7
-01011010111 Strikers 7
-01011010111 Chickens 7
-01011010111 Recruits 8
-01011010111 Females 8
-01011010111 Tempers 9
-01011010111 Arbitrators 10
-01011010111 Bureaucrats 11
-01011010111 Thieves 12
-01011010111 Motorists 12
-01011010111 Audiences 13
-01011010111 Humans 14
-01011010111 Items 14
-01011010111 Cigarettes 14
-01011010111 Managements 15
-01011010111 Conferees 15
-01011010111 Market-makers 19
-01011010111 Superconductors 20
-01011010111 Tourists 28
-01011010111 COMPANIES 44
-01011010111 Speculators 54
-01011010111 Foreigners 119
-01011010111 They 21148
-01011010111 Things 349
-010110110 amove 1
-010110110 Re-entry 1
-010110110 Wrongfully 1
-010110110 nonbeneficiaries 1
-010110110 Single-Crystal 1
-010110110 Castrophobia 1
-010110110 Pulsifer 1
-010110110 Megabanks 1
-010110110 Wohlstetterism 1
-010110110 15,433 1
-010110110 FETE 1
-010110110 Kikkert 1
-010110110 Columia 1
-010110110 Punitives 1
-010110110 anti-autobiography 1
-010110110 Strauss-the-insider 1
-010110110 oddsmaker 1
-010110110 HUNGERLAND 1
-010110110 Crevecoeur 1
-010110110 direct-marketers 1
-010110110 V-NNA 1
-010110110 capital-inflow 1
-010110110 Self-directed 1
-010110110 IZOD 1
-010110110 MOOG 1
-010110110 Bentivegna 1
-010110110 BETTE 1
-010110110 vegetatively 1
-010110110 DECA 1
-010110110 Skweyiya 1
-010110110 LEIBOVITZ 1
-010110110 Swedenborg 1
-010110110 Indissolubly 1
-010110110 MIDWIFERY 1
-010110110 15:9-11 1
-010110110 GILROY 1
-010110110 between-the-covers 1
-010110110 Concert-goers 1
-010110110 CREATIVITY 1
-010110110 trunk-mounting 1
-010110110 Yoanne 1
-010110110 vehicle-emission 1
-010110110 EMMA 1
-010110110 windshear 1
-010110110 Cannibalization 1
-010110110 Briereley 1
-010110110 Aspirin-takers 1
-010110110 Stealth-watchers 1
-010110110 praepart 1
-010110110 Downsizing 1
-010110110 Tia 1
-010110110 Adequately 1
-010110110 Rentenanstalt 1
-010110110 SmithKline-Beecham 1
-010110110 Coca-Coca 1
-010110110 Mr.Davis 1
-010110110 Uneasiness 1
-010110110 Eliseu 1
-010110110 salary-earners 1
-010110110 Tokens 1
-010110110 science-watchers 1
-010110110 WIN/Ayer 1
-010110110 CDK 1
-010110110 FABRIC 1
-010110110 JTI 1
-010110110 Meat-eaters 1
-010110110 ILM 1
-010110110 ravenously 1
-010110110 mobile-source 1
-010110110 Ilotycin 2
-010110110 Oce 2
-010110110 kawajima-Harima 2
-010110110 Nielsen-Massey 2
-010110110 SCECorp 2
-010110110 Debasis 2
-010110110 Overuse 2
-010110110 Greenlaw 2
-010110110 Foxal 2
-010110110 LNBA 2
-010110110 ALAS 2
-010110110 Evgeny 2
-010110110 Sorge 2
-010110110 ETC. 2
-010110110 Motsamai 2
-010110110 Ukase 2
-010110110 WXEX 3
-010110110 Lenchen 3
-010110110 he/she 3
-010110110 Spanberg 3
-010110110 Dieuliphete 4
-010110110 everbody 4
-010110110 Squeaky 4
-010110110 Neri 6
-010110110 Giammalva 9
-010110110 McLish 18
-010110110 he 141960
-010110110 she 16586
-0101101110 self-cutting 1
-0101101110 Darvis 1
-0101101110 report-matching 1
-0101101110 Cem 1
-0101101110 credit-payments 1
-0101101110 raud 1
-0101101110 Three-right 1
-0101101110 GBL-Tractebel 1
-0101101110 110-inch-wide 1
-0101101110 steve 1
-0101101110 Genaro 1
-0101101110 Kingsbery 1
-0101101110 Husnu 1
-0101101110 Shizuo 1
-0101101110 Debbi 1
-0101101110 placque 1
-0101101110 Mashahiko 1
-0101101110 Carolita 1
-0101101110 Yushi 1
-0101101110 Adebayo 1
-0101101110 race-hatred 1
-0101101110 wordplays 1
-0101101110 Aki 1
-0101101110 Tormod 1
-0101101110 Hispano-Americano 1
-0101101110 coverups 1
-0101101110 boat-rocking 1
-0101101110 shorelines 1
-0101101110 treasonously 1
-0101101110 Scherings 1
-0101101110 organ-rejection 1
-0101101110 Misha 1
-0101101110 Sima 1
-0101101110 approval-to-prescribe 1
-0101101110 pre-packaging 1
-0101101110 HUTCHISON 1
-0101101110 ICERC 1
-0101101110 Eiler 1
-0101101110 self-accreditation 1
-0101101110 Rivka 1
-0101101110 pro-Aquino 1
-0101101110 Nessa 1
-0101101110 Sior 1
-0101101110 Roussell-UCLAF 1
-0101101110 pronunciamento 1
-0101101110 half-answers 1
-0101101110 Jose-Manuel 1
-0101101110 gentlefolk 1
-0101101110 debureaucratization 1
-0101101110 Lockeed 1
-0101101110 Sueanne 1
-0101101110 Kanitha 1
-0101101110 Boiseans 1
-0101101110 Tamar 1
-0101101110 localism 1
-0101101110 Owens-Ilinois 1
-0101101110 68,870,000 1
-0101101110 Thortech 1
-0101101110 Mr.Decker 1
-0101101110 LNA 1
-0101101110 Angele 1
-0101101110 Euro-drift 1
-0101101110 M-1s 1
-0101101110 BAI 1
-0101101110 now-Rep 1
-0101101110 faultfinding 1
-0101101110 golfdom 1
-0101101110 inclusiveness 1
-0101101110 WPEC-TV 1
-0101101110 Jane/Jase/Jasmine/Jyoti 1
-0101101110 R.J.S. 1
-0101101110 2,252 1
-0101101110 readmittances 1
-0101101110 Karl-Gerhard 1
-0101101110 WIVB 1
-0101101110 Mr.Gravitt 1
-0101101110 prizefighting 1
-0101101110 brittleness 1
-0101101110 Agrokomputer 2
-0101101110 coalition-building 2
-0101101110 Demetrius 2
-0101101110 prozac 2
-0101101110 Hans-Ulrich 2
-0101101110 Prue 2
-0101101110 Hef 2
-0101101110 KWVT 2
-0101101110 Avaray 2
-0101101110 1,027 2
-0101101110 non-Indonesians 2
-0101101110 EHI 2
-0101101110 ex-Nazis 2
-0101101110 Shelftalk 2
-0101101110 1,643 2
-0101101110 Boras 2
-0101101110 Energix-B 2
-0101101110 femto- 2
-0101101110 Fearn 2
-0101101110 Walliser 2
-0101101110 Adcock-Ingram 2
-0101101110 029 2
-0101101110 non-physicians 3
-0101101110 LG&E 3
-0101101110 ChrisCraft 3
-0101101110 TDD 3
-0101101110 hydrofoils 3
-0101101110 Mikiya 3
-0101101110 Tca 3
-0101101110 Confirm 3
-0101101110 metrication 3
-0101101110 Oberon 3
-0101101110 Pregnagym 3
-0101101110 MPR 3
-0101101110 Robot-Coupe 4
-0101101110 Oatbake 4
-0101101110 Radames 4
-0101101110 Nordine 5
-0101101110 chlordimeform 5
-0101101110 Shinei 5
-0101101110 oceanographers 5
-0101101110 checkerboarding 6
-0101101110 NCMS 6
-0101101110 BBV 6
-0101101110 Pyrament 6
-0101101110 Omexin 6
-0101101110 it 222481
-0101101110 mummification 8
-0101101111 bimbosis 1
-0101101111 ex-executives 1
-0101101111 self-hedging 1
-0101101111 price-chopping 1
-0101101111 tecolote 1
-0101101111 Japanese-speakers 1
-0101101111 Hulme 1
-0101101111 Paps 1
-0101101111 aggressed 1
-0101101111 cardizem 1
-0101101111 re-called 1
-0101101111 Fed-fighter 1
-0101101111 sanctimoniousness 1
-0101101111 spit-shined 1
-0101101111 tuk-tuk-phobia 1
-0101101111 43,283 1
-0101101111 cortoplazismo 1
-0101101111 noneconomists 1
-0101101111 leafleters 1
-0101101111 non-performers 1
-0101101111 CFC-12B1 1
-0101101111 also-stroked 1
-0101101111 SALONS 1
-0101101111 Hembrick-Ha 1
-0101101111 non-VIPs 1
-0101101111 glutton 1
-0101101111 DumenilLeble 1
-0101101111 scrapyards 1
-0101101111 milord 1
-0101101111 Kashoggi/Marcos 1
-0101101111 five-tenths 1
-0101101111 Void/There 1
-0101101111 Odd/There 1
-0101101111 4,508,000 1
-0101101111 anti-Zionism 1
-0101101111 15,525,000 1
-0101101111 solstices 1
-0101101111 minstrelsy 1
-0101101111 456,042 1
-0101101111 5,244,036 1
-0101101111 Krupp-Taylor/USA 1
-0101101111 grievants 1
-0101101111 non-drug-users 1
-0101101111 non-tax-paying 1
-0101101111 pre-shrinking 1
-0101101111 self-conceit 1
-0101101111 slimness 1
-0101101111 melt-through 1
-0101101111 Brown-Tougaloo 1
-0101101111 gallery-hopping 1
-0101101111 GSC 1
-0101101111 crepuscule 1
-0101101111 1933-1945 1
-0101101111 subtractions 1
-0101101111 case-histories 1
-0101101111 anti-Somocista 1
-0101101111 gloving 1
-0101101111 oversales 1
-0101101111 BenGurion 1
-0101101111 cablecasters 1
-0101101111 3,300,000 1
-0101101111 cracker-maker 1
-0101101111 Tokay 1
-0101101111 Stryker 1
-0101101111 dian 1
-0101101111 pro-Jimmy 1
-0101101111 poro 1
-0101101111 Iranscab 1
-0101101111 left-handers 1
-0101101111 1,173,000 1
-0101101111 point-counterpoint 1
-0101101111 Whittler 1
-0101101111 Hokuriki 1
-0101101111 controllables 1
-0101101111 0.4s 1
-0101101111 manufacturing-for-export 1
-0101101111 321,134 1
-0101101111 470.00 1
-0101101111 Tosbiba 1
-0101101111 Sprayberry 1
-0101101111 coercively 1
-0101101111 Eidelman 1
-0101101111 ARNOTT 1
-0101101111 1,653,571 1
-0101101111 Faysal 1
-0101101111 EAPs 1
-0101101111 102,200 1
-0101101111 public-government-ownership 1
-0101101111 countertactic 1
-0101101111 citizen-plaintiffs 1
-0101101111 appovals 1
-0101101111 fromseven 1
-0101101111 Sedans 1
-0101101111 overrealists 1
-0101101111 implementedthere 1
-0101101111 gunsmiths 1
-0101101111 UTLs 1
-0101101111 eclectically 1
-0101101111 boll-weevils 1
-0101101111 depcreciation 1
-0101101111 1973-82 1
-0101101111 competion 1
-0101101111 junk-buyers 1
-0101101111 hizzoner 1
-0101101111 catbirds 1
-0101101111 Roxas 1
-0101101111 notetaking 1
-0101101111 lienholders 1
-0101101111 non-scrooges 1
-0101101111 reallowance 1
-0101101111 thatAmerica 1
-0101101111 aldrin 2
-0101101111 English-Canada 2
-0101101111 airheads 2
-0101101111 Jongkind 2
-0101101111 Hyperlite 2
-0101101111 fenofibrate 2
-0101101111 blackmailers 2
-0101101111 1928-1933 2
-0101101111 Mcdonald 2
-0101101111 Humperdinck 2
-0101101111 wrist-slitting 2
-0101101111 Pandu 2
-0101101111 Raydale 2
-0101101111 C.V.J. 2
-0101101111 megatrials 2
-0101101111 Keftab 2
-0101101111 career-switchers 2
-0101101111 uglification 2
-0101101111 Cholet-Dupont 2
-0101101111 Libertarianism 2
-0101101111 Groundwork 2
-0101101111 WOOD-AM 2
-0101101111 CNB 2
-0101101111 Andina 2
-0101101111 Gur 2
-0101101111 Avias 2
-0101101111 Geisha 2
-0101101111 Elinga 2
-0101101111 Lieserl 2
-0101101111 fashionability 2
-0101101111 snitches 2
-0101101111 GNMAs 2
-0101101111 1,241,149 2
-0101101111 djinns 2
-0101101111 trichotillomania 3
-0101101111 microcodes 3
-0101101111 TMJ 3
-0101101111 SCOTUS 3
-0101101111 WILI 3
-0101101111 NEES 3
-0101101111 punts 3
-0101101111 SzexPress 3
-0101101111 galecron 3
-0101101111 etoposide 3
-0101101111 KNON 4
-0101101111 Holyfield 4
-0101101111 KCST 4
-0101101111 WSBK 4
-0101101111 temping 4
-0101101111 Bernadean 4
-0101101111 EEI 4
-0101101111 E-Mann 4
-0101101111 Tige 4
-0101101111 Viewtron 4
-0101101111 taekwondo 5
-0101101111 there 33591
-0101101111 BPCA 5
-01011100 shouldst 1
-01011100 Easler 1
-01011100 patroller 1
-01011100 non-teachers 1
-01011100 nine-mile 1
-01011100 ex-soldier 1
-01011100 TRIPS 1
-01011100 CHIMPS 1
-01011100 non-research 1
-01011100 camped-up 1
-01011100 gradualness 1
-01011100 dont 2
-01011100 Yongchaiyudh 2
-01011100 shutoff 2
-01011100 damned-if-you-do 6
-01011100 can 46842
-01011100 cannot 2129
-0101110100 maligns 1
-0101110100 difficultthough 1
-0101110100 nontechnicians 1
-0101110100 florentine 1
-0101110100 less-intrusive 1
-0101110100 nicknamers 1
-0101110100 Prunedalians 1
-0101110100 integrative 1
-0101110100 rent-a-cops 1
-0101110100 Tendency 1
-0101110100 88-52 1
-0101110100 3,115 1
-0101110100 doth 2
-0101110100 CLUBS 4
-0101110100 bodes 69
-0101110100 may 34269
-0101110100 might 17381
-0101110101 Tendency-that 1
-0101110101 Hacketts 1
-0101110101 -would 1
-0101110101 APPLICATIONS 1
-0101110101 geckos 1
-0101110101 padders 1
-0101110101 export-licensers 1
-0101110101 mappers 1
-0101110101 tamely 1
-0101110101 LR-29-88 1
-0101110101 patentholders 1
-0101110101 road-repair 1
-0101110101 coud 1
-0101110101 yer 2
-0101110101 Shagari 2
-0101110101 shalt 5
-0101110101 shall 343
-0101110101 should 20798
-0101110101 must 12133
-0101110110 tyo 1
-0101110110 mass-burning 1
-0101110110 retests 1
-0101110110 Berbers 1
-0101110110 particles-should 1
-0101110110 Euro-politicians 1
-0101110110 resume-preparation 1
-0101110110 Hamiltonto 1
-0101110110 machnists 1
-0101110110 utility-unit 1
-0101110110 3,148 1
-0101110110 NEWSLETTERS 1
-0101110110 2,128 1
-0101110110 NORMALLY 1
-0101110110 28-27 1
-0101110110 VOF 1
-0101110110 pseudo-Christmas 1
-0101110110 anti-reformers 2
-0101110110 will 151081
-0101110110 wil 2
-01011101110 bare-room 1
-01011101110 coconutlike 1
-01011101110 row-house 1
-01011101110 Anchia 1
-01011101110 -lutely 1
-01011101110 not-accidental 1
-01011101110 Oop 1
-01011101110 bicultural 1
-01011101110 Virrueta 1
-01011101110 pre-recovery 1
-01011101110 DETRACTORS 1
-01011101110 UNIFORMS 1
-01011101110 length-of-the-court 1
-01011101110 employer-offered 1
-01011101110 ast 1
-01011101110 TREATMENTS 1
-01011101110 wished-for 1
-01011101110 could 51308
-01011101110 hard-drug 2
-01011101111 anti-hypertensives 1
-01011101111 GLUTS 1
-01011101111 amajor 1
-01011101111 takovers 1
-01011101111 Louys 1
-01011101111 pugilists 1
-01011101111 Cornona 1
-01011101111 arms-suppliers 1
-01011101111 would 110246
-01011101111 intially 1
-0101111000 10b-18 1
-0101111000 Weizsaeker 1
-0101111000 campaign-brochure 1
-0101111000 1970-84 1
-0101111000 broodingly 1
-0101111000 OWNER 1
-0101111000 shagged 1
-0101111000 litigator/lobbyists 1
-0101111000 Zhengyou 1
-0101111000 Taraporevala 1
-0101111000 Edsall 1
-0101111000 Lockhed 1
-0101111000 Iruz 1
-0101111000 two-handed-behind-the-head 1
-0101111000 ultima 1
-0101111000 immediateley 1
-0101111000 DanceBrazil 1
-0101111000 Hegleman 1
-0101111000 Qinji 1
-0101111000 previosly 1
-0101111000 yards-rushing 1
-0101111000 brutishly 1
-0101111000 PRESIDENCY 1
-0101111000 Santovenia 1
-0101111000 Goulding 1
-0101111000 stumblingly 1
-0101111000 Artiodactyla 1
-0101111000 specificially 1
-0101111000 Kylberg 2
-0101111000 Sankorp 2
-0101111000 Manarov 2
-0101111000 sleepily 2
-0101111000 Veltri 2
-0101111000 flippantly 3
-0101111000 portentously 3
-0101111000 Fernandel 3
-0101111000 sagely 3
-0101111000 irreverently 3
-0101111000 gloomily 4
-0101111000 jocularly 4
-0101111000 solemnly 21
-0101111000 additionally 38
-0101111000 also 68984
-0101111000 reportedly 1026
-010111100100 artitragers 1
-010111100100 MIDLER 1
-010111100100 Shiek 1
-010111100100 FEUDING 1
-010111100100 6,513,389 1
-010111100100 consisently 1
-010111100100 alreadly 1
-010111100100 PGC 1
-010111100100 Tomma 1
-010111100100 trans-Canadian 1
-010111100100 self-regulators 2
-010111100100 theretofore 2
-010111100100 oft-times 3
-010111100100 decorously 3
-010111100100 curently 3
-010111100100 aleady 4
-010111100100 historically 391
-010111100100 already 14913
-010111100100 traditionally 848
-010111100101 Tenacity 1
-010111100101 KSTS 1
-010111100101 Kosloff 1
-010111100101 Boschi 1
-010111100101 S.1265 1
-010111100101 service-charged 1
-010111100101 ice-blue 1
-010111100101 co-publishes 1
-010111100101 Renzetti 1
-010111100101 Rescigno 1
-010111100101 Wessel-Therhorn 1
-010111100101 tradionally 1
-010111100101 Oxy-Bridas 1
-010111100101 unimpeached 1
-010111100101 Fantis 1
-010111100101 Spideyphiles 1
-010111100101 vote-switching 1
-010111100101 KNON-FM 1
-010111100101 Deductions-The 1
-010111100101 1,064,776 1
-010111100101 minute/flight 1
-010111100101 withholders 1
-010111100101 anti-perspirants 1
-010111100101 Ltd.is 1
-010111100101 Solidarnosc 1
-010111100101 bolshoi 1
-010111100101 Co.-designed 1
-010111100101 paste-job 1
-010111100101 checkwriter 1
-010111100101 1,621,539 1
-010111100101 WCSX-FM 1
-010111100101 Discman 1
-010111100101 knick-knacks 1
-010111100101 werer 1
-010111100101 XJ6s 1
-010111100101 WCXR 1
-010111100101 accustoms 1
-010111100101 beleives 1
-010111100101 34,645 1
-010111100101 variably 1
-010111100101 Propulsora 1
-010111100101 ad-filled 1
-010111100101 Bank/Virginia 1
-010111100101 explictly 2
-010111100101 Chailly 2
-010111100101 resend 2
-010111100101 utimately 2
-010111100101 f-stop 2
-010111100101 misbilled 2
-010111100101 Santi 2
-010111100101 Brillo 3
-010111100101 currently 9133
-010111100101 beneficially 42
-0101111001100 mass-scale 1
-0101111001100 goody-goodies 1
-0101111001100 highest-flyers 1
-0101111001100 motherhood-and-apple-pie 1
-0101111001100 dourly 1
-0101111001100 Sandinismo 1
-0101111001100 wombat 1
-0101111001100 soul-deep 1
-0101111001100 exhaustible 1
-0101111001100 produce-which 1
-0101111001100 volitionally 1
-0101111001100 Metamucil. 1
-0101111001100 Khalqis 1
-0101111001100 uninhibitedly 1
-0101111001100 abhored 1
-0101111001100 assasinations 1
-0101111001100 Dallasites 1
-0101111001100 fatiegued 1
-0101111001100 ataxia 1
-0101111001100 passenger-tire 1
-0101111001100 overpriced. 1
-0101111001100 self-evidently 2
-0101111001100 unyieldingly 2
-0101111001100 hydrology 2
-0101111001100 bohemia 2
-0101111001100 match-play 2
-0101111001100 78th 3
-0101111001100 still 21122
-0101111001100 doubtlessly 4
-0101111001101 PROPRIETORSHIPS 1
-0101111001101 irreligion 1
-0101111001101 NutriMetics 1
-0101111001101 democratizer 1
-0101111001101 HRBSinger 1
-0101111001101 Reckendorf 1
-0101111001101 remedially 1
-0101111001101 half-controlled 1
-0101111001101 minimum-taxpayers 1
-0101111001101 Ethelred 1
-0101111001101 ZCCBs 1
-0101111001101 sunscreens 1
-0101111001101 Dominon 1
-0101111001101 runoffs 1
-0101111001101 Cincinnatian 1
-0101111001101 1,030,000 1
-0101111001101 Perfumery 1
-0101111001101 2,068,966 1
-0101111001101 1,657,736 1
-0101111001101 742,264 1
-0101111001101 WKYS 1
-0101111001101 cliff-hanger 1
-0101111001101 over-invoicing 1
-0101111001101 Oaklanders 1
-0101111001101 TransAmerica 1
-0101111001101 Constitutition 1
-0101111001101 mostaccioli 1
-0101111001101 Studds-Miller 1
-0101111001101 8,191,727 1
-0101111001101 1,308,273 1
-0101111001101 foreseeably 2
-0101111001101 Garrison-Steves 2
-0101111001101 pee 2
-0101111001101 sentimentalists 2
-0101111001101 refrigerate 2
-0101111001101 redialing 2
-0101111001101 gaily 4
-0101111001101 cumulatively 9
-0101111001101 CHANGES 9
-0101111001101 perforce 10
-0101111001101 assuredly 19
-0101111001101 henceforth 41
-0101111001101 gladly 71
-0101111001101 doubtless 71
-0101111001101 conceivably 103
-0101111001101 undoubtedly 293
-0101111001101 inevitably 325
-0101111001101 presumably 500
-0101111001101 surely 688
-0101111001101 ultimately 1711
-0101111001101 certainly 2615
-0101111001101 probably 8216
-0101111001101 eventually 3059
-0101111001110 infesting 1
-0101111001110 snifflers 1
-0101111001110 mistily 2
-0101111001110 greedily 2
-0101111001110 roller-skate 2
-0101111001110 offically 2
-0101111001110 inflexibly 2
-0101111001110 contradictorily 2
-0101111001110 pompously 3
-0101111001110 oftens 3
-0101111001110 gruffly 3
-0101111001110 fernlike 3
-0101111001110 recurrently 3
-0101111001110 absently 4
-0101111001110 fancifully 4
-0101111001110 resonantly 4
-0101111001110 sharpshooters 4
-0101111001110 oft 4
-0101111001110 herein 4
-0101111001110 cunningly 4
-0101111001110 fluidly 5
-0101111001110 entrepreneurially 5
-0101111001110 smilingly 5
-0101111001110 okayed 6
-0101111001110 unhesitatingly 7
-0101111001110 fittingly 9
-0101111001110 reflexively 9
-0101111001110 imperfectly 10
-0101111001110 assertedly 10
-0101111001110 deservedly 11
-0101111001110 RULES 14
-0101111001110 whooping 14
-0101111001110 euphemistically 15
-0101111001110 graphically 20
-0101111001110 reputedly 24
-0101111001110 inexplicably 27
-0101111001110 habitually 31
-0101111001110 alternately 41
-0101111001110 heretofore 64
-0101111001110 customarily 71
-0101111001110 purportedly 89
-0101111001110 collectively 131
-0101111001110 evidently 145
-0101111001110 invariably 163
-0101111001110 seldom 267
-0101111001110 supposedly 357
-0101111001110 nevertheless 415
-0101111001110 nonetheless 468
-0101111001110 occasionally 558
-0101111001110 routinely 559
-0101111001110 rarely 896
-0101111001110 normally 1043
-0101111001110 frequently 1498
-0101111001110 effectively 1554
-0101111001110 typically 1758
-0101111001110 sometimes 2986
-0101111001110 often 8344
-0101111001110 usually 3948
-0101111001110 generally 5511
-0101111001110 apparently 4280
-01011110011110 kow-towing 1
-01011110011110 yogibberish 1
-01011110011110 harmfully 2
-01011110011110 28-21-37-5 2
-01011110011110 Shave 2
-01011110011110 hard-copy 2
-01011110011110 occassionally 2
-01011110011110 tormentedly 3
-01011110011110 heedlessly 3
-01011110011110 euphorically 3
-01011110011110 mystically 4
-01011110011110 immodestly 5
-01011110011110 matchmakers 6
-01011110011110 unequivocably 7
-01011110011110 naively 10
-01011110011110 gratuitously 11
-01011110011110 nonchalantly 11
-01011110011110 mercifully 12
-01011110011110 intuitively 15
-01011110011110 unfailingly 16
-01011110011110 plausibly 18
-01011110011110 demonstrably 18
-01011110011110 indisputably 19
-01011110011110 perversely 20
-01011110011110 unmistakably 21
-01011110011110 justifiably 24
-01011110011110 contractually 28
-01011110011110 undeniably 29
-01011110011110 rightfully 41
-01011110011110 logically 41
-01011110011110 ideally 43
-01011110011110 sincerely 47
-01011110011110 conveniently 51
-01011110011110 legitimately 53
-01011110011110 instinctively 55
-01011110011110 unquestionably 72
-01011110011110 admittedly 78
-01011110011110 understandably 87
-01011110011110 arguably 96
-01011110011110 honestly 96
-01011110011110 plainly 100
-01011110011110 presently 101
-01011110011110 rightly 103
-01011110011110 ordinarily 118
-01011110011110 theoretically 127
-01011110011110 scarcely 160
-01011110011110 continually 198
-01011110011110 literally 325
-01011110011110 technically 359
-01011110011110 naturally 377
-01011110011110 constantly 472
-01011110011110 legally 525
-01011110011110 somehow 532
-01011110011110 definitely 609
-01011110011110 automatically 630
-01011110011110 basically 708
-01011110011110 barely 798
-01011110011110 obviously 974
-01011110011110 essentially 1058
-01011110011110 suddenly 1090
-01011110011110 hardly 1338
-01011110011110 otherwise 1563
-01011110011110 merely 1595
-01011110011110 finally 2365
-01011110011110 clearly 2852
-01011110011110 actually 3379
-01011110011110 really 5953
-01011110011110 simply 4101
-01011110011111 faux-Poland 1
-01011110011111 presumedly 1
-01011110011111 flat-wrongly 1
-01011110011111 Puni 1
-01011110011111 officehad 1
-01011110011111 statistics-keepers 1
-01011110011111 Soulages 1
-01011110011111 druther 1
-01011110011111 Mountaineers 2
-01011110011111 topicality 2
-01011110011111 futilely 2
-01011110011111 wanna 5
-01011110011111 ritualistically 6
-01011110011111 unthinkingly 8
-01011110011111 hereby 15
-01011110011111 singlehandedly 15
-01011110011111 single-handedly 54
-01011110011111 steadfastly 82
-01011110011111 never 8649
-01011110011111 always 5342
-0101111010 Stignani 1
-0101111010 Kunste 1
-0101111010 essentiallly 1
-0101111010 ithad 1
-0101111010 have 145455
-0101111010 237.25 1
-01011110110 Wiebe 1
-01011110110 Yijian 1
-01011110110 incisively 1
-01011110110 plot-line 1
-01011110110 civilians-have 1
-01011110110 haved 1
-01011110110 expediters 1
-01011110110 Hsiao-feng 1
-01011110110 Trimmers 1
-01011110110 Qingrung 1
-01011110110 Hurter 1
-01011110110 saloonkeepers 1
-01011110110 articifially 1
-01011110110 re-allocated 1
-01011110110 Shihuang 1
-01011110110 Ramberg 1
-01011110110 Guangwen 1
-01011110110 Haitao 1
-01011110110 Lansford 1
-01011110110 dockers 1
-01011110110 illusionistically 1
-01011110110 Vezirov 1
-01011110110 considerately 1
-01011110110 meeting/audience 1
-01011110110 overtightens 1
-01011110110 lapus 1
-01011110110 stickpins 1
-01011110110 Fairland 1
-01011110110 Micawber 1
-01011110110 KPRC 2
-01011110110 has 160633
-01011110110 recalculates 3
-01011110111 huffily 1
-01011110111 Hui-qing 1
-01011110111 Jr.had 1
-01011110111 brooked 1
-01011110111 heff 1
-01011110111 pratically 1
-01011110111 Suleimanov 1
-01011110111 marshalled 1
-01011110111 8,523 1
-01011110111 costumer 2
-01011110111 brooks 3
-01011110111 straight-facedly 3
-01011110111 succesfully 3
-01011110111 had 80475
-01011110111 wuz 5
-0101111100 Xaviera 1
-0101111100 stongly 1
-0101111100 covetously 1
-0101111100 Mattino 1
-0101111100 prissily 1
-0101111100 mini-Michelangelo 1
-0101111100 Deserter 1
-0101111100 8651085 1
-0101111100 cuttingand 1
-0101111100 dapperly 1
-0101111100 Benedettti 1
-0101111100 cookouts 1
-0101111100 demarcations 1
-0101111100 Yunchao 1
-0101111100 nose-counters 1
-0101111100 Pittson 1
-0101111100 UNWED 1
-0101111100 Mr.Schulof 1
-0101111100 book-burning-by-continuing-resolution 1
-0101111100 overtakes 2
-0101111100 groggily 2
-0101111100 was 177469
-0101111100 inaptly 2
-0101111101 beginneth 1
-0101111101 savorable 1
-0101111101 Columbia-watchers 1
-0101111101 time-starved 1
-0101111101 closers 1
-0101111101 Schermer 1
-0101111101 Winterflood 1
-0101111101 germalists 1
-0101111101 be-bopper 1
-0101111101 Kriek 1
-0101111101 Likes 1
-0101111101 CP-2000 1
-0101111101 tankerload 1
-0101111101 Dolciaria 1
-0101111101 Co.-unit 1
-0101111101 well-begot 1
-0101111101 cost-wise 1
-0101111101 inexcusably 1
-0101111101 Adulyadej 1
-0101111101 COLLAPSE 1
-0101111101 premeditatedly 1
-0101111101 RELEASES 2
-0101111101 128s 2
-0101111101 indicts 5
-0101111101 necessitates 10
-0101111101 hath 12
-0101111101 is 324613
-0101111101 exerts 21
-01011111100 CCNU 1
-01011111100 15-a 1
-01011111100 BATTLING 1
-01011111100 allegedy 1
-01011111100 income-generating 1
-01011111100 Ongais 1
-01011111100 post-colonialism 1
-01011111100 treacherously 2
-01011111100 were 79880
-01011111100 wer 4
-01011111101 times/The 1
-01011111101 gawkily 1
-01011111101 whittles 1
-01011111101 PUMP 1
-01011111101 Hi-Band 1
-01011111101 wabbits 1
-01011111101 Dickenses 1
-01011111101 non-concurs 1
-01011111101 Zephyrhills 1
-01011111101 reading. 1
-01011111101 snootily 1
-01011111101 M.B.A.holder 1
-01011111101 inflationso 1
-01011111101 Fulfills 1
-01011111101 ESCHEW 1
-01011111101 pellmell 1
-01011111101 SPENT 1
-01011111101 red-draped 1
-01011111101 vincit 1
-01011111101 atth 1
-01011111101 heterosexually 2
-01011111101 are 160516
-01011111101 trumping 2
-0101111111000 Louis-Philippe 1
-0101111111000 giddily 1
-0101111111000 coulda 1
-0101111111000 cramm 1
-0101111111000 Decry 1
-0101111111000 Porat 1
-0101111111000 've 8294
-0101111111000 Are. 1
-0101111111001 brings/To 1
-0101111111001 yabbering 1
-0101111111001 belly-laughingly 1
-0101111111001 just-a 1
-0101111111001 aswered. 1
-0101111111001 cogenerate 1
-0101111111001 neogotiate 1
-0101111111001 RSVP 1
-0101111111001 Manhattaners 1
-0101111111001 hearby 1
-0101111111001 waitin 1
-0101111111001 snuffles 1
-0101111111001 B-cells 1
-0101111111001 Fisherites 1
-0101111111001 oughta 8
-0101111111001 gotta 52
-0101111111001 'll 5778
-0101111111001 'd 4263
-0101111111010 Sepolcri 1
-0101111111010 comprehend/ 1
-0101111111010 Gerrymandered 1
-0101111111010 up-put 1
-0101111111010 overpraised 1
-0101111111010 Zhongjun 1
-0101111111010 puked 1
-0101111111010 glad-handed 1
-0101111111010 Cobra-brand 1
-0101111111010 cold-turkeyed 1
-0101111111010 Mansuy 1
-0101111111010 Fakti 1
-0101111111010 lened 1
-0101111111010 tortoised 1
-0101111111010 vant 1
-0101111111010 figger 1
-0101111111010 birdgarden 1
-0101111111010 flower-garden 1
-0101111111010 modo 1
-0101111111010 oul 1
-0101111111010 Masnadieri 1
-0101111111010 Wound 1
-0101111111010 video-taped 2
-0101111111010 'm 5412
-0101111111010 am 1703
-0101111111011 ever-so-expressive 1
-0101111111011 mit 1
-0101111111011 Etapes 1
-0101111111011 scarify 1
-0101111111011 Clawed 1
-0101111111011 BESIEGE 1
-0101111111011 pork-pie-wearing 1
-0101111111011 cadged 1
-0101111111011 walla 1
-0101111111011 THICKER 1
-0101111111011 editha 1
-0101111111011 Hingga 1
-0101111111011 operadoras 1
-0101111111011 ordo 1
-0101111111011 focusted 1
-0101111111011 BROADEN 1
-0101111111011 monger 1
-0101111111011 oufond 1
-0101111111011 hand-crank 1
-0101111111011 seran 1
-0101111111011 BLONDE 1
-0101111111011 necked 1
-0101111111011 guys/gals 1
-0101111111011 fatsos 1
-0101111111011 drowse 1
-0101111111011 oscillation 1
-0101111111011 oversurged 1
-0101111111011 're 15656
-0101111111011 APPEARING 1
-010111111110 libera 1
-010111111110 noew 1
-010111111110 duhMAWko 1
-010111111110 underdelegates 1
-010111111110 warmingii 1
-010111111110 Gi-Ai 1
-010111111110 sub-contracted 1
-010111111110 Look. 1
-010111111110 Pronounceable 1
-010111111110 su-perb 1
-010111111110 Geek 1
-010111111110 Kleine 1
-010111111110 oniosis 1
-010111111110 Ist 1
-010111111110 klatsch 1
-010111111110 custodiet 1
-010111111110 cunado 1
-010111111110 room-to-room 1
-010111111110 obstat 1
-010111111110 superpundits 1
-010111111110 Talked 1
-010111111110 McDo 1
-010111111110 Sigh 1
-010111111110 Addictions 1
-010111111110 parthenium 1
-010111111110 Overreacting 1
-010111111110 non-traders 1
-010111111110 understudied 1
-010111111110 sabe 1
-010111111110 ran. 1
-010111111110 sha 2
-010111111110 baby-sit 3
-010111111110 do 42884
-010111111110 mus 3
-0101111111110 canst 1
-0101111111110 decline-do 1
-0101111111110 misallocates 1
-0101111111110 doese 1
-0101111111110 Hall-could 1
-0101111111110 singsongs 1
-0101111111110 foreordains 1
-0101111111110 doens 1
-0101111111110 unpriestly 1
-0101111111110 wa 3
-0101111111110 does 22870
-0101111111110 knoweth 4
-0101111111111 NOR 1
-0101111111111 confidentially/Ai 1
-0101111111111 impersonates 1
-0101111111111 damned-if-he-did 1
-0101111111111 hymned 1
-0101111111111 retrains 1
-0101111111111 wissen 1
-0101111111111 escudo-are 1
-0101111111111 Arti 1
-0101111111111 id 3
-0101111111111 did 29733
-0101111111111 IS 316
-01100000 Whiney 1
-01100000 2217 1
-01100000 Koralek 1
-01100000 Kittrell 1
-01100000 Realization 1
-01100000 Coining 1
-01100000 Sons. 1
-01100000 Denisov 1
-01100000 Zwirner 1
-01100000 Violich 1
-01100000 Filson 1
-01100000 Counterpoint 1
-01100000 Gersdorff 1
-01100000 Stall 1
-01100000 Slom 1
-01100000 Assoc 1
-01100000 Hapgood 1
-01100000 Klimpl 1
-01100000 Hengt 1
-01100000 Shefelman 1
-01100000 Hebenton 1
-01100000 Cuiffo 1
-01100000 Babka 1
-01100000 Mop 1
-01100000 Grind-A-Gram 1
-01100000 Haas-led 1
-01100000 Selskab 1
-01100000 Zirbel 1
-01100000 kassen 1
-01100000 Albertson. 1
-01100000 ASSOCIES 1
-01100000 Mcrae 1
-01100000 Scheurick 1
-01100000 Gumpert 1
-01100000 furniture-retailing 1
-01100000 Swartchild 1
-01100000 Kerker 1
-01100000 Gosseen 1
-01100000 Berick 1
-01100000 Prone 1
-01100000 Gesmer 1
-01100000 SLUMP 1
-01100000 MONTALBANO 1
-01100000 Zellmer 1
-01100000 Bytes 1
-01100000 Odesser 1
-01100000 Predestination 1
-01100000 FRANCAISES 1
-01100000 Curiale 1
-01100000 Zvetina 1
-01100000 Mechanalysis 1
-01100000 Dubofsky 1
-01100000 rose3/4 1
-01100000 M/Mars 1
-01100000 Wilcoxes 1
-01100000 Alexander. 1
-01100000 Howath 1
-01100000 Paines 1
-01100000 Neuf 1
-01100000 Politik 1
-01100000 Guestier 1
-01100000 Ghurka 1
-01100000 Pinkstone 1
-01100000 Bress 1
-01100000 Munter 1
-01100000 McManimon 1
-01100000 Sandak 1
-01100000 LAVAN 1
-01100000 Rehabilition 1
-01100000 Slye 1
-01100000 Silversmiths 1
-01100000 Mitzna 1
-01100000 Rheindell 1
-01100000 Werson 1
-01100000 Hesitate 1
-01100000 Quilters 1
-01100000 Co.Moody 1
-01100000 SHOWER 1
-01100000 Tele-Hachette 1
-01100000 Hopwod 1
-01100000 SBI 1
-01100000 Lorwin 1
-01100000 Schomer 1
-01100000 Afloat 1
-01100000 Allsop 1
-01100000 Danssesse 1
-01100000 Hergott 1
-01100000 Rynett 1
-01100000 Keelips 1
-01100000 Karabell 1
-01100000 Co.Mr 1
-01100000 Latman 1
-01100000 SCHEETZ 1
-01100000 1C 1
-01100000 Bio-Sciences 1
-01100000 Kotkin 1
-01100000 Schuster/Touchstone 1
-01100000 Barell 1
-01100000 Liapakis 1
-01100000 Hutensky 1
-01100000 Hardies 1
-01100000 Bellis 1
-01100000 Hootch 1
-01100000 ueber 1
-01100000 Zachry 1
-01100000 CHAMBER 1
-01100000 Dalglish 1
-01100000 Perretti 1
-01100000 Holguin 1
-01100000 Bergendoff 1
-01100000 Beld 1
-01100000 Cressy 1
-01100000 McCauliffe 1
-01100000 Kanaday 1
-01100000 HIGGINS 1
-01100000 Partner/BBDO 1
-01100000 Petrino 1
-01100000 r-Revised 1
-01100000 Beutenmuller 1
-01100000 Baillieu 1
-01100000 1989-59 1
-01100000 3082 1
-01100000 Look-Alikes 1
-01100000 Norander 1
-01100000 64,212 1
-01100000 14,701 1
-01100000 64,167 1
-01100000 50,719 1
-01100000 310,453 1
-01100000 11,471 1
-01100000 Waldenburg 1
-01100000 Razook 1
-01100000 Sitterson 1
-01100000 Barkett 1
-01100000 Thibeault 1
-01100000 Hanburys 1
-01100000 Turben. 1
-01100000 Macuga 1
-01100000 Turbin 1
-01100000 Brega 1
-01100000 Schmerling 1
-01100000 Ingersoll. 1
-01100000 GLOVES 1
-01100000 Dilday 1
-01100000 Luchs 2
-01100000 DiVosta 2
-01100000 Norrander 2
-01100000 Fairgrounds 2
-01100000 Iberica 2
-01100000 Sherrerd 2
-01100000 Naturals 2
-01100000 Hasen 2
-01100000 Goudard 2
-01100000 cans. 2
-01100000 Agzuerich 2
-01100000 Vecchione 2
-01100000 Technic 2
-01100000 Enersen 2
-01100000 Breakfasts 2
-01100000 Reath 2
-01100000 Proops 2
-01100000 1989-C 2
-01100000 Geck 2
-01100000 Privatbank 2
-01100000 Lazo 2
-01100000 Terhune 2
-01100000 Corp.-insured 2
-01100000 Burkinshaw 2
-01100000 Binnington 2
-01100000 Kommerzialbank 3
-01100000 Pegler 3
-01100000 Youngberg 3
-01100000 Eckstut 3
-01100000 Publicite 3
-01100000 Futuro 3
-01100000 Associados 3
-01100000 Broadfoot 3
-01100000 Hallman 3
-01100000 Tannenholz 3
-01100000 Geraldson 3
-01100000 Cederquist 3
-01100000 Kammholz 3
-01100000 Magnolias 3
-01100000 Raber 3
-01100000 Felts 3
-01100000 Alai 4
-01100000 Catherwood 4
-01100000 MacRae 4
-01100000 Mathebe 4
-01100000 Poulain 4
-01100000 Landesrentenbank 4
-01100000 Co.-led 5
-01100000 Flax 5
-01100000 Kreditkasse 5
-01100000 Kreditbanken 5
-01100000 ROSSI 5
-01100000 co. 6
-01100000 Wirtschaft 6
-01100000 Cihlar 7
-01100000 CO 7
-01100000 KG 8
-01100000 Zabel 8
-01100000 Associes 9
-01100000 Co.-backed 10
-01100000 Signatures 10
-01100000 Kudner 11
-01100000 Burling 12
-01100000 Abrutyn 13
-01100000 Mendelsohn 18
-01100000 Bockius 20
-01100000 Wardwell 22
-01100000 Mfg 27
-01100000 Co 73
-01100000 Co. 47398
-01100000 Lybrand 191
-011000010 Dreamcoat 1
-011000010 2000+ 1
-011000010 Crp. 1
-011000010 Automalls 1
-011000010 Correia 1
-011000010 Luthra 1
-011000010 superflack 1
-011000010 Brookner 1
-011000010 establishment-wing 1
-011000010 Grinding 1
-011000010 Glasbruk 1
-011000010 Dorme 1
-011000010 CMT-600 1
-011000010 Corp.-1 1
-011000010 Inno 1
-011000010 Emphasizes 1
-011000010 Corp.-U.S.A. 1
-011000010 Cumbo 1
-011000010 plastic-injection-molding 1
-011000010 executive-recruiter 1
-011000010 RC-250 1
-011000010 Alacakaptan 1
-011000010 Rip-Off 1
-011000010 1011s 1
-011000010 Terrarium 1
-011000010 VER 1
-011000010 McMicken 1
-011000010 Repairman 1
-011000010 11-B 1
-011000010 Jinkins 1
-011000010 HZ 1
-011000010 Franzos 1
-011000010 Changer 1
-011000010 Inernational 1
-011000010 Jetstar 1
-011000010 Recorder 1
-011000010 1100/84 1
-011000010 Communicatons 1
-011000010 DINK 1
-011000010 Pictus 1
-011000010 Multispeed 1
-011000010 affilite 1
-011000010 5+10 1
-011000010 Lindqvist 1
-011000010 Segales 1
-011000010 Yalcin 1
-011000010 Gelfand 1
-011000010 calfskin 1
-011000010 Bauer-style 1
-011000010 One-Shot 1
-011000010 chauffer 1
-011000010 Jillette 1
-011000010 Grewan 1
-011000010 VanCamp 1
-011000010 combinaton 1
-011000010 Scotia-born 1
-011000010 Knockers 1
-011000010 20,700 1
-011000010 Macrocab 1
-011000010 components-making 1
-011000010 bellyflops 1
-011000010 Condominiums 1
-011000010 shovel-manufacturing 1
-011000010 paint-making 1
-011000010 andMatsushita 1
-011000010 Mil-Spec 1
-011000010 Flyway 1
-011000010 Felzer 1
-011000010 Bhosle 1
-011000010 1-Step 1
-011000010 Brasileiras 1
-011000010 Nouri 1
-011000010 movie-of-the-week 1
-011000010 Adde 1
-011000010 co-investment 1
-011000010 Davours 1
-011000010 Breezers 1
-011000010 News. 1
-011000010 Tele-Messager 1
-011000010 Corp.systems 1
-011000010 Fensterer 1
-011000010 Closes 1
-011000010 VOLKSBANK 1
-011000010 Supercenters 1
-011000010 Aircaft 1
-011000010 Korbich 1
-011000010 Shazar 1
-011000010 Communications-Boston 1
-011000010 Interconnects 1
-011000010 12,886 1
-011000010 Air-Jordan 1
-011000010 Cheques 1
-011000010 Space-net 1
-011000010 Airphone 1
-011000010 Gruppe 1
-011000010 Edington 1
-011000010 Playworld 1
-011000010 Heupel 1
-011000010 Slippers 1
-011000010 Merighi 1
-011000010 Aicor 1
-011000010 gen 1
-011000010 15,550 1
-011000010 10,156 1
-011000010 441,069 1
-011000010 Speedier 1
-011000010 DataPlan 1
-011000010 BankTexas 1
-011000010 Records/SONY 1
-011000010 Cashway 1
-011000010 SUITOR 1
-011000010 OnLine 1
-011000010 Comten 2
-011000010 Boast 2
-011000010 Bank-Texas 2
-011000010 Vnet 2
-011000010 Ponselle 2
-011000010 Musick 2
-011000010 Armani 2
-011000010 T3100 2
-011000010 80386-SX 2
-011000010 Credietbank 2
-011000010 Rohrabacher 2
-011000010 Hospital-Sunrise 2
-011000010 Vliegtuigenfabriek 2
-011000010 Kunikov 2
-011000010 Parlor 2
-011000010 Gindi 2
-011000010 Downes 2
-011000010 Stic 2
-011000010 Prawiro 2
-011000010 Musk 2
-011000010 Catheter 2
-011000010 Turbomach 2
-011000010 Disturbances 2
-011000010 MD-91/92 2
-011000010 Delavel 2
-011000010 synthase 2
-011000010 Corp.-built 3
-011000010 Jospin 3
-011000010 corp. 3
-011000010 Employes 3
-011000010 Tradecenter 3
-011000010 LaFontant 3
-011000010 Intermediaries 3
-011000010 Turkiye 3
-011000010 Ronchi 3
-011000010 Mates 3
-011000010 WorldCom 3
-011000010 Group. 4
-011000010 Aerostructures 4
-011000010 Poszgay 4
-011000010 Siniora 4
-011000010 Bank-Detroit 4
-011000010 Pallo 4
-011000010 Sat 4
-011000010 Co-Operation 5
-011000010 Bookshop 5
-011000010 potato-processing 6
-011000010 Remembered 6
-011000010 Corp.-compatible 6
-011000010 Massimi 6
-011000010 Darlin 6
-011000010 Francaises 8
-011000010 Globcom 10
-011000010 Trilling 11
-011000010 Simcha 13
-011000010 Lycoming 13
-011000010 Whaler 15
-011000010 seaboard 17
-011000010 Storyboard 24
-011000010 Mahe 24
-011000010 Puat 29
-011000010 K.K. 64
-011000010 Manac 86
-011000010 Corp 95
-011000010 Bros. 150
-011000010 Scotia 170
-011000010 Bancorp 1097
-011000010 Corp. 59743
-011000010 Cos. 1811
-0110000110 AGRICOLE 1
-0110000110 Sipler 1
-0110000110 3861 1
-0110000110 Kido 1
-0110000110 Mij 1
-0110000110 Uitz 1
-0110000110 Mansouri 1
-0110000110 manyok 1
-0110000110 Datavio 1
-0110000110 MoneyGram 1
-0110000110 racetack 1
-0110000110 Godmother 1
-0110000110 Versicherungsgruppe 1
-0110000110 Luxemburg 1
-0110000110 Kohout 1
-0110000110 Shimposha 1
-0110000110 Getter 1
-0110000110 Harkleroad 1
-0110000110 Alperson 1
-0110000110 pipe-coating 1
-0110000110 Stadion 1
-0110000110 12:00-16:00 1
-0110000110 Pspective 1
-0110000110 18198 1
-0110000110 Corp.-U.S. 1
-0110000110 From. 1
-0110000110 Shikiba 1
-0110000110 yesterdy 1
-0110000110 Month. 1
-0110000110 4411-4414 1
-0110000110 8801 1
-0110000110 Tay 1
-0110000110 Inc.-Salomon 1
-0110000110 86-43 1
-0110000110 Karz 1
-0110000110 Unlimited. 1
-0110000110 Command/Vietnam 1
-0110000110 Estanislao 1
-0110000110 Peixia 1
-0110000110 HPH 1
-0110000110 broker-adviser 1
-0110000110 Neufeldt 1
-0110000110 Selectivo 1
-0110000110 Corp.-TRW 1
-0110000110 34-42-58 1
-0110000110 Pervert 1
-0110000110 INC.Moody 1
-0110000110 Bagneris 1
-0110000110 Ezquerra 1
-0110000110 Spectrometer 1
-0110000110 comestics 1
-0110000110 Commute 1
-0110000110 Lasters 1
-0110000110 rail-link 1
-0110000110 1466 1
-0110000110 offered. 1
-0110000110 87-24. 1
-0110000110 Chitto 1
-0110000110 Silva-Herzog 1
-0110000110 Inc.-E.F. 1
-0110000110 Mamoulian 1
-0110000110 Tilt 1
-0110000110 Economia 1
-0110000110 Viewpoints 1
-0110000110 Shoaib 1
-0110000110 7900 1
-0110000110 Board. 1
-0110000110 aculeatum 1
-0110000110 Kalweit 1
-0110000110 divsion 1
-0110000110 Warbucks 1
-0110000110 Inc.Terms 1
-0110000110 Troyer 1
-0110000110 Adamovich 1
-0110000110 Aeronautiques 1
-0110000110 Corp.Moody 1
-0110000110 Inc.Moody 1
-0110000110 12-D 1
-0110000110 VII-B 1
-0110000110 Kosatka 1
-0110000110 book-making 1
-0110000110 Ibanez 1
-0110000110 Mikaelian 1
-0110000110 Delacre 1
-0110000110 Galban 1
-0110000110 Gerow 1
-0110000110 Menda 1
-0110000110 Pudovkin 1
-0110000110 Foundries 1
-0110000110 debut. 1
-0110000110 Mxenge 1
-0110000110 Pharmaceutica 1
-0110000110 Ashore 1
-0110000110 Entertains 1
-0110000110 V.O.F. 1
-0110000110 23345 1
-0110000110 poll. 1
-0110000110 7,818 1
-0110000110 RISK. 1
-0110000110 SemiTech 1
-0110000110 Glitch 1
-0110000110 Rostagno 1
-0110000110 Pasos 1
-0110000110 rejectionists 1
-0110000110 Malal 1
-0110000110 Wohlers 1
-0110000110 DeFrantz 1
-0110000110 Manteris 1
-0110000110 +10.5 1
-0110000110 NTSA 1
-0110000110 Bank-Manistee 1
-0110000110 89-46 1
-0110000110 Beckroge 1
-0110000110 cookie-and-cracker 1
-0110000110 Himmelblau 1
-0110000110 83,242 1
-0110000110 Doratio 1
-0110000110 Offfice 1
-0110000110 cardmembers 1
-0110000110 Migliorino 1
-0110000110 Tripartite 1
-0110000110 Civelek 1
-0110000110 54,745 1
-0110000110 Artukovic 1
-0110000110 Oley 1
-0110000110 Atomique 1
-0110000110 Sidbury 1
-0110000110 Four/England 1
-0110000110 Ltda 1
-0110000110 9903 1
-0110000110 Research-U.S.A. 1
-0110000110 Tamarin 1
-0110000110 judicata 1
-0110000110 Zagaria 1
-0110000110 GMBH 1
-0110000110 Scrolls 2
-0110000110 Fei 2
-0110000110 Linson 2
-0110000110 al-Urabi 2
-0110000110 MarketNet 2
-0110000110 Kross 2
-0110000110 Ltee. 2
-0110000110 Tirlemontoise 2
-0110000110 McFarlin 2
-0110000110 Vivas 2
-0110000110 Rockne 2
-0110000110 ordinis 2
-0110000110 NT&SA 2
-0110000110 Sukhishvili 2
-0110000110 Reborn 2
-0110000110 Kishi 2
-0110000110 magazine. 2
-0110000110 Commission. 2
-0110000110 Cheatham 3
-0110000110 Volksbeleggings 3
-0110000110 Holden-Brown 3
-0110000110 Informatique 3
-0110000110 Swarup 4
-0110000110 Ltee 4
-0110000110 MICHELIN 4
-0110000110 Funktion 4
-0110000110 SCOTIA 4
-0110000110 Ruppin 4
-0110000110 Karamazov 4
-0110000110 Indices 4
-0110000110 Sec 5
-0110000110 Drift 5
-0110000110 1771 5
-0110000110 Karno 6
-0110000110 1141 6
-0110000110 Moosa 6
-0110000110 Abdul-Jabbar 7
-0110000110 Flame 9
-0110000110 Statutes 11
-0110000110 Goer 12
-0110000110 G.M.B.H. 16
-0110000110 Inc 28
-0110000110 Scouts 48
-0110000110 Attendants 76
-0110000110 C.D.s 188
-0110000110 Marwick 356
-0110000110 Inc. 63901
-0110000110 Perspective 574
-0110000111 ALPERT 1
-0110000111 Yatsen 1
-0110000111 Diversifund 1
-0110000111 Bomer 1
-0110000111 Esquetini 1
-0110000111 F27s 1
-0110000111 Sportif 1
-0110000111 OPPORTUNITIES 1
-0110000111 220-2311 1
-0110000111 Jagdwagen 1
-0110000111 Corton-Charlemagne 1
-0110000111 Lease-owned 1
-0110000111 PERIOD 1
-0110000111 Pushes 1
-0110000111 venography 1
-0110000111 Fodio 1
-0110000111 Fearlessly 1
-0110000111 Mennea 1
-0110000111 RECYCLING 1
-0110000111 Organizaton 1
-0110000111 STINKS 1
-0110000111 Thabit 1
-0110000111 Bulletins 1
-0110000111 T-Shirts 1
-0110000111 Yaikis 1
-0110000111 Specs 1
-0110000111 Parlors 1
-0110000111 Changjiang 1
-0110000111 Telecasters 1
-0110000111 ATS 1
-0110000111 Carneiro 1
-0110000111 Baek 1
-0110000111 Fertilization 1
-0110000111 Racor 1
-0110000111 Thijm 1
-0110000111 Sweetens 1
-0110000111 Belters 1
-0110000111 Oldsmobile-Honda 1
-0110000111 Bondware 1
-0110000111 Capoor 1
-0110000111 RATIOS 1
-0110000111 SMILES 1
-0110000111 Spergel 1
-0110000111 Sonn 1
-0110000111 PRESIDENTS 1
-0110000111 Lodhi 1
-0110000111 RANKINGS 1
-0110000111 Nabicso 1
-0110000111 Kronenberger 1
-0110000111 Morellino 1
-0110000111 Dagbladet 1
-0110000111 BED 1
-0110000111 DISPOSAL 1
-0110000111 Cheuk-Wu 1
-0110000111 Partners> 1
-0110000111 Illustrator 1
-0110000111 757-232s 1
-0110000111 BIRDSALL 1
-0110000111 moonshots 1
-0110000111 Kie 1
-0110000111 automotive-accessories 1
-0110000111 .S.p.A. 1
-0110000111 AGRICULTURE 1
-0110000111 SOAPS 1
-0110000111 Nabisco. 1
-0110000111 Bashers 1
-0110000111 Cipolletta 1
-0110000111 SJL 1
-0110000111 foot-sore 1
-0110000111 Jianguo 1
-0110000111 nightshirts 1
-0110000111 Quebec-Amerique 1
-0110000111 McLintock 1
-0110000111 Ambrust 1
-0110000111 IIe- 1
-0110000111 LOSS. 1
-0110000111 Birley 1
-0110000111 Bracho 1
-0110000111 JV 1
-0110000111 Narayanan 1
-0110000111 negra 1
-0110000111 Books/Morrow 1
-0110000111 SARL 1
-0110000111 49057 1
-0110000111 Convertini 1
-0110000111 Achber 1
-0110000111 Voicesystem 1
-0110000111 Futhermore 1
-0110000111 Inc.-Houston 1
-0110000111 PROGRAM-II 1
-0110000111 Wicklow 1
-0110000111 Gattini 1
-0110000111 ABOUND 1
-0110000111 mutuals 1
-0110000111 ZICKLER 1
-0110000111 DEARBORN 1
-0110000111 Wahi 1
-0110000111 Compendium 1
-0110000111 1970-1975 1
-0110000111 30:1 1
-0110000111 Fleurs 1
-0110000111 Furrow 1
-0110000111 Faltungen 1
-0110000111 power-station 1
-0110000111 Resultant 1
-0110000111 Domingues 1
-0110000111 Williard 1
-0110000111 Atelier 1
-0110000111 Romazoff 1
-0110000111 Boyett 1
-0110000111 Diplomatique 1
-0110000111 bills. 1
-0110000111 Bank-East 1
-0110000111 Puy 1
-0110000111 Reuff 1
-0110000111 KR200 1
-0110000111 LX. 1
-0110000111 huggers 1
-0110000111 Inc.-Federal 1
-0110000111 DILEMMAS 1
-0110000111 agachate 1
-0110000111 Fiduciare 1
-0110000111 Duchene 1
-0110000111 Guglielmini 1
-0110000111 gulch 1
-0110000111 Pharmacetical 1
-0110000111 Eletronica 1
-0110000111 INC.This 1
-0110000111 Kiep 1
-0110000111 Cynicism 1
-0110000111 NOTICES 1
-0110000111 Gentileschi 1
-0110000111 CHAPTER 1
-0110000111 Sparcal 1
-0110000111 Heights-based 1
-0110000111 BARGAIN 1
-0110000111 Gless 1
-0110000111 MOUNTS 1
-0110000111 MONOPOLY 1
-0110000111 investmests 1
-0110000111 Judkins 1
-0110000111 Propjet 1
-0110000111 Mikhailovna 1
-0110000111 City/Midland 1
-0110000111 Skypak 1
-0110000111 Monoplane 1
-0110000111 Mistreats 1
-0110000111 Williams-Jones 1
-0110000111 One-Cleveland 1
-0110000111 Concomitantly 1
-0110000111 carmn 1
-0110000111 Carangi 1
-0110000111 Kugzruk 1
-0110000111 Fidenza 1
-0110000111 Cuivre 1
-0110000111 BREAKTHROUGHS 1
-0110000111 Dymo 1
-0110000111 Gasset 1
-0110000111 1700-1900 1
-0110000111 Turgot 1
-0110000111 Schotters 1
-0110000111 202-343-8900 1
-0110000111 Enterprises/Stouffers 1
-0110000111 Continuiteit 1
-0110000111 Siddely 1
-0110000111 225.00 1
-0110000111 Economiste 1
-0110000111 redaction 1
-0110000111 Bruises 1
-0110000111 Oesterich 1
-0110000111 Rinko 1
-0110000111 CUPS 1
-0110000111 Kiko 1
-0110000111 Crank-it-up 1
-0110000111 Rimer 1
-0110000111 Five-O 1
-0110000111 Gying 1
-0110000111 Tomodachi 1
-0110000111 Jianmin 1
-0110000111 Shaikholislam 1
-0110000111 Ragans 1
-0110000111 Cv 1
-0110000111 Datacenter 1
-0110000111 7,114 1
-0110000111 77.78 1
-0110000111 PANTYHOSE 1
-0110000111 CARTIER 1
-0110000111 Diggers/Noise 1
-0110000111 A300-600s 1
-0110000111 587-1111 1
-0110000111 Alphand 1
-0110000111 G.m.b.h. 1
-0110000111 empolyees 1
-0110000111 Karkaba 1
-0110000111 94574 1
-0110000111 93401 1
-0110000111 95403 1
-0110000111 Infiltrating 1
-0110000111 Maschinen 1
-0110000111 Fracturing 1
-0110000111 Michelangeli 1
-0110000111 beer-packaging 1
-0110000111 S.r.I. 1
-0110000111 Cralle 1
-0110000111 McNight 1
-0110000111 Rosenhause 1
-0110000111 Lepovetsky 1
-0110000111 Universitaria 1
-0110000111 HiBred 1
-0110000111 freewheel 1
-0110000111 S.p.a 1
-0110000111 1:28 1
-0110000111 26,259 1
-0110000111 members. 1
-0110000111 Laserjet 1
-0110000111 X-MP/18 1
-0110000111 Pictures. 1
-0110000111 Rheinstahl 1
-0110000111 Sadr 1
-0110000111 OUTSTANDING 1
-0110000111 RUBIN 1
-0110000111 L.P.V 1
-0110000111 affilate 1
-0110000111 MicroSystems 1
-0110000111 Press-Dispatch 1
-0110000111 Uk 1
-0110000111 12.559 1
-0110000111 11.055 1
-0110000111 BORROWING 1
-0110000111 recording-company 1
-0110000111 303,841 1
-0110000111 8490.00 1
-0110000111 151.00 1
-0110000111 534.5 1
-0110000111 acquisitiion 1
-0110000111 1345.00 1
-0110000111 1159.00 1
-0110000111 1960.00 1
-0110000111 6380.00 1
-0110000111 3460.00 1
-0110000111 3790.00 1
-0110000111 4080.00 1
-0110000111 Shoppsers 1
-0110000111 Aerocoupe 1
-0110000111 Register-Tribune 1
-0110000111 Action-Paks 1
-0110000111 Buds 1
-0110000111 al-Husseini 1
-0110000111 Infoline 1
-0110000111 MessengerSiegfried 1
-0110000111 877-1800 1
-0110000111 36.59 1
-0110000111 FLARE-OFF 1
-0110000111 737-205 1
-0110000111 114762 1
-0110000111 35.00 1
-0110000111 irst 1
-0110000111 PINDLING 1
-0110000111 S&LA 1
-0110000111 DEFECT 1
-0110000111 228s 1
-0110000111 model. 1
-0110000111 Reyes-Requena 1
-0110000111 photo- 1
-0110000111 Mousawi 1
-0110000111 Backinoff 1
-0110000111 Humfrey 1
-0110000111 Biologique 1
-0110000111 1,393,641 1
-0110000111 Cresvale 1
-0110000111 Peramuna 1
-0110000111 Greeg 1
-0110000111 Siu-kwong 1
-0110000111 AR-15s 1
-0110000111 Spills 1
-0110000111 TRACY 1
-0110000111 Fosdick 1
-0110000111 Flintridge 1
-0110000111 DeMyer 1
-0110000111 hydrogel 1
-0110000111 Vers 1
-0110000111 VERSUS 1
-0110000111 61.54 1
-0110000111 29,028 1
-0110000111 Filmakers 1
-0110000111 clandestina 1
-0110000111 paralela 1
-0110000111 thirty-nine 1
-0110000111 Elektromagneter 1
-0110000111 Campins 1
-0110000111 COUNSELING 1
-0110000111 fine-chemical 1
-0110000111 director-nominees 1
-0110000111 Engelbrecht 1
-0110000111 witnesses-for-hire 1
-0110000111 returneth 1
-0110000111 BOYCOTT 1
-0110000111 M-A-T-T-R-E-S-S 1
-0110000111 SONG 1
-0110000111 42.86 1
-0110000111 Daisies 1
-0110000111 CORP.-affiliated 1
-0110000111 quota-breakers 1
-0110000111 Ediciones 1
-0110000111 POINTS 2
-0110000111 AS. 2
-0110000111 Interconnection 2
-0110000111 Aktiebolaget 2
-0110000111 Gonne 2
-0110000111 Electronique 2
-0110000111 Wiedenski 2
-0110000111 DIED 2
-0110000111 PROS 2
-0110000111 subterranea 2
-0110000111 LEUMI 2
-0110000111 Mondiales 2
-0110000111 Recorders 2
-0110000111 Inoac 2
-0110000111 Hose 2
-0110000111 Coven 2
-0110000111 RADIOS 2
-0110000111 Belfond 2
-0110000111 Presente 2
-0110000111 Monte-Carlo 2
-0110000111 HELPED 2
-0110000111 Sawicka 2
-0110000111 CAMBODIA 2
-0110000111 49,445 2
-0110000111 349,627 2
-0110000111 Doehler-Jarvis 2
-0110000111 COMPLEX 2
-0110000111 Mantrust 2
-0110000111 Koki 2
-0110000111 Bhakti 2
-0110000111 Cucchi 2
-0110000111 Fisherman 2
-0110000111 Cullinen 2
-0110000111 Marshner 2
-0110000111 Cutters 2
-0110000111 Kealey 2
-0110000111 LANDED 2
-0110000111 LPG 2
-0110000111 Roepke 2
-0110000111 CONTINUE 2
-0110000111 MINERS 2
-0110000111 94103 2
-0110000111 Ferroviarie 2
-0110000111 40.00 2
-0110000111 BARBIE 2
-0110000111 EXPORTS 2
-0110000111 Obrow 2
-0110000111 NAMES 2
-0110000111 INDUSTRIER 2
-0110000111 Persists 2
-0110000111 Barilla 2
-0110000111 Synagogue 2
-0110000111 DELLA 2
-0110000111 SX-V500 2
-0110000111 722-2764 2
-0110000111 Charta 2
-0110000111 Spurs 2
-0110000111 Chol 2
-0110000111 Countach 3
-0110000111 Appraisers 3
-0110000111 Mecanique 3
-0110000111 Laguera 3
-0110000111 COUNTY 3
-0110000111 Escrow 3
-0110000111 Center. 3
-0110000111 Crivellaro 3
-0110000111 Thye 3
-0110000111 Riffat 3
-0110000111 Souzas 3
-0110000111 Onn 3
-0110000111 DieCast 3
-0110000111 Espace 3
-0110000111 PART 3
-0110000111 Sleeps 3
-0110000111 Palazzolo 3
-0110000111 TPAe 3
-0110000111 Filipacchi 3
-0110000111 Bogdanor 3
-0110000111 OUTPUT 3
-0110000111 COUNCIL 3
-0110000111 344-7381 3
-0110000111 Tho 3
-0110000111 Consumenten 3
-0110000111 SOGETI 4
-0110000111 FS&LA 4
-0110000111 Prompts 4
-0110000111 Grinten 4
-0110000111 Gel 4
-0110000111 G.m.b.H 4
-0110000111 ACCOUNTING 4
-0110000111 Redel 4
-0110000111 Seekers 4
-0110000111 SA. 4
-0110000111 L.P 4
-0110000111 Lebans 5
-0110000111 Zelle 5
-0110000111 Armbrust 5
-0110000111 SpA 5
-0110000111 Yat-sen 5
-0110000111 Aktiengesellschaft 5
-0110000111 Expedition 5
-0110000111 Bomber 5
-0110000111 Duk 5
-0110000111 AUTHORITY 5
-0110000111 NV. 5
-0110000111 Tzu 5
-0110000111 Kirstein 5
-0110000111 RENAULT 6
-0110000111 Poupon 6
-0110000111 finds. 7
-0110000111 Pte. 7
-0110000111 CLAIMS 7
-0110000111 Mundi 7
-0110000111 BENSON 7
-0110000111 INDUSTRIALE 7
-0110000111 IDROCARBURI 8
-0110000111 Listener 8
-0110000111 Sunia 8
-0110000111 Soir 8
-0110000111 Dominicana 9
-0110000111 Kops 9
-0110000111 Handelsbanken 9
-0110000111 Presse 9
-0110000111 NW 11
-0110000111 N.L. 13
-0110000111 Fiduciares 13
-0110000111 Ltda. 13
-0110000111 FSB 13
-0110000111 GAINS 14
-0110000111 GmbH 15
-0110000111 Etc. 15
-0110000111 OFFICE 16
-0110000111 Carta 17
-0110000111 S.p.A 17
-0110000111 Wagon 18
-0110000111 A/S 18
-0110000111 Ltd 22
-0110000111 Bhd. 24
-0110000111 ......... 24
-0110000111 COS. 24
-0110000111 Ziemian 27
-0110000111 BANCORP. 31
-0110000111 Diseases 38
-0110000111 BANCORP 40
-0110000111 AG. 40
-0110000111 McDougall 44
-0110000111 Industriale 48
-0110000111 Pty. 53
-0110000111 LP 56
-0110000111 NV 62
-0110000111 N.A. 74
-0110000111 Shimbun 89
-0110000111 SA 95
-0110000111 S.P.A. 99
-0110000111 W 120
-0110000111 B.V. 122
-0110000111 PLC. 129
-0110000111 AS 172
-0110000111 Industrie 240
-0110000111 ASSOCIATION 251
-0110000111 G.m.b.H. 260
-0110000111 LTD. 432
-0110000111 AB 572
-0110000111 S.p.A. 689
-0110000111 CO. 791
-0110000111 N.V. 837
-0110000111 L.P. 1024
-0110000111 INC. 1046
-0110000111 CORP. 1354
-0110000111 AG 2004
-0110000111 S.A. 2048
-0110000111 Ltd. 9923
-0110000111 PLC 5644
-0110001000 Mcdougall 1
-0110001000 SHINE 1
-0110001000 Pacs 1
-0110001000 Aeradio 1
-0110001000 ANGELES-MCA 1
-0110001000 Lasersonics 1
-0110001000 EDITIONS 1
-0110001000 Transmissie 1
-0110001000 IMPORT-EXPORT 1
-0110001000 Functioning 1
-0110001000 Chemsecurities 1
-0110001000 Zien 1
-0110001000 Equitities 1
-0110001000 Skadium 1
-0110001000 Phenolics 1
-0110001000 Manufactory 1
-0110001000 Bank/WPG 1
-0110001000 Droops 1
-0110001000 ASSISTANCE 1
-0110001000 INTERTECHNOLOGY 1
-0110001000 Preschools 1
-0110001000 ROBARD 1
-0110001000 LP1 1
-0110001000 Mangement 1
-0110001000 Na-Con 1
-0110001000 WORLDPASS 1
-0110001000 Baskett 1
-0110001000 Inc.-Intervest 1
-0110001000 XP1 1
-0110001000 HOST 1
-0110001000 GAETANO 1
-0110001000 Biases 1
-0110001000 Broking 1
-0110001000 Hairgoods 1
-0110001000 Cooperativa 1
-0110001000 Magni-Viewer 1
-0110001000 Aerotronics 1
-0110001000 Finanziarie 1
-0110001000 Sintonia 1
-0110001000 Combinat 1
-0110001000 Victuallers 1
-0110001000 Lexicography 1
-0110001000 MicroFab 1
-0110001000 Vulcanite 1
-0110001000 Freighters 1
-0110001000 1960-74 1
-0110001000 Sytems 1
-0110001000 Oljeselskap 1
-0110001000 Line-Westours 1
-0110001000 Angleterre 1
-0110001000 Factors/Industrial 1
-0110001000 var. 1
-0110001000 lueddemanniana 1
-0110001000 Grower 1
-0110001000 Halfords 1
-0110001000 EAP 1
-0110001000 Behbehani 1
-0110001000 Polymorphisms 1
-0110001000 ASSSOCIATION 1
-0110001000 Raffle 1
-0110001000 Vincit 1
-0110001000 T-Line 1
-0110001000 SafeTec 1
-0110001000 PNEUMATIC 1
-0110001000 Telekurs 1
-0110001000 Allied/Imaging 1
-0110001000 MULTIFOODS 1
-0110001000 ORGAN 1
-0110001000 Kueisen 1
-0110001000 Sanctae 1
-0110001000 Boissiers 1
-0110001000 KISEN 1
-0110001000 Gellert 1
-0110001000 LAMBORGHINI 1
-0110001000 17333 1
-0110001000 Enlist 1
-0110001000 KEEGAN 1
-0110001000 Bancorps 1
-0110001000 MARREL 1
-0110001000 Delinquent 1
-0110001000 Intenational 1
-0110001000 CONVERTIBLES 1
-0110001000 chicken-restaurant 1
-0110001000 Stylist 1
-0110001000 MCDOUGAL 1
-0110001000 Tolerances 1
-0110001000 NOALL 1
-0110001000 Privatizer 1
-0110001000 Moralist 1
-0110001000 Shares-led 1
-0110001000 Abramowicz. 1
-0110001000 DWELLERS 1
-0110001000 Clamps. 1
-0110001000 Disgusting 1
-0110001000 Inc./Weather 1
-0110001000 BANKNOTE 1
-0110001000 Olie-Kompagniet 1
-0110001000 BARN 1
-0110001000 Industrieholding 1
-0110001000 Plansee 1
-0110001000 CRAFT 1
-0110001000 TVT 1
-0110001000 Rejser 1
-0110001000 ACRES 1
-0110001000 Tissues 1
-0110001000 Alessi 1
-0110001000 Marionettes 1
-0110001000 Industriales 1
-0110001000 Matignon 1
-0110001000 Charlsworth 1
-0110001000 Impairment 1
-0110001000 Pacering 1
-0110001000 AMUSEMENTS 1
-0110001000 VERSICHERUNGS-GESELLSCHAFT 1
-0110001000 WAERTSILAE 1
-0110001000 Limpo 1
-0110001000 Drummonds 1
-0110001000 Gilardini 1
-0110001000 AirTech 1
-0110001000 co-designed 1
-0110001000 Toyosaki 1
-0110001000 Airtrade 1
-0110001000 Griesheim 1
-0110001000 Buillding 1
-0110001000 Kullagerfabriken 1
-0110001000 Stal 1
-0110001000 Chalet 1
-0110001000 Keepsakes 1
-0110001000 Holtzbrink 1
-0110001000 Gems/CST 1
-0110001000 Nelya 1
-0110001000 Services/PSA 1
-0110001000 CLICQUOT 1
-0110001000 Tankrederi 1
-0110001000 9:45/ 1
-0110001000 BIOLOGICS 1
-0110001000 Fertilizers 1
-0110001000 WHEELER 1
-0110001000 Cabinetry 1
-0110001000 BancGroup 1
-0110001000 Instrumente 1
-0110001000 PETERS 1
-0110001000 chicken-line 1
-0110001000 Fakes 1
-0110001000 Incotel 1
-0110001000 Tikes 1
-0110001000 Laboratorium 1
-0110001000 Pewter 1
-0110001000 Dwyers 1
-0110001000 silence. 1
-0110001000 CONWAY 1
-0110001000 Telephonics 1
-0110001000 Nabsico 1
-0110001000 Weeklies 1
-0110001000 Florestais 1
-0110001000 Superstore 1
-0110001000 Lijnen 1
-0110001000 Beaters 1
-0110001000 DISPENSING 1
-0110001000 Ieteren 1
-0110001000 OEL 1
-0110001000 Sumat 1
-0110001000 Strategic-Europe 1
-0110001000 Nathan-Bond 1
-0110001000 Bottelmaatschappij 1
-0110001000 EMPORIUM 1
-0110001000 Gilsbar 1
-0110001000 Datebook 1
-0110001000 Sternau 1
-0110001000 MIDDENSTANDSBANK 1
-0110001000 STAHL 1
-0110001000 nauticas 1
-0110001000 Turbocharger 1
-0110001000 Sarget 1
-0110001000 VW-BMW 1
-0110001000 Flutes 1
-0110001000 Parenterals 1
-0110001000 Napkins 1
-0110001000 Autographs 1
-0110001000 Network. 1
-0110001000 Mecaniques 1
-0110001000 Sogeti 1
-0110001000 CONVENIENCE 1
-0110001000 VCD2-47/48 1
-0110001000 Loreto 1
-0110001000 Technlogy 1
-0110001000 Parnters 1
-0110001000 Fjerfabric 1
-0110001000 BankShares 1
-0110001000 VERKEHRS-KREDIT-BANK 1
-0110001000 Nutzfahrzeuge 1
-0110001000 20002 1
-0110001000 Billerud 1
-0110001000 FEDERATION 1
-0110001000 Kuei-sen 1
-0110001000 tments 1
-0110001000 Bookmakers 1
-0110001000 Masten 1
-0110001000 Datatech 1
-0110001000 CELANESE 1
-0110001000 Elektronik 1
-0110001000 Loisirs 1
-0110001000 HEALTHCORP 1
-0110001000 SUBSCRIBER 1
-0110001000 Accurcast 1
-0110001000 Perchdale 1
-0110001000 Half-man 1
-0110001000 Crisps 1
-0110001000 Tel-Com 1
-0110001000 0.247 1
-0110001000 0.687 1
-0110001000 Co.-Texaco 1
-0110001000 RICCI 1
-0110001000 Brot 1
-0110001000 Overand 1
-0110001000 Capodimonte 1
-0110001000 Vivigen 1
-0110001000 Steenkoolmijnen 1
-0110001000 Moviles 1
-0110001000 Centerfold 1
-0110001000 Aftermarkets 1
-0110001000 Knits 1
-0110001000 Teleinvest 1
-0110001000 Drug-Valda 1
-0110001000 Spring/Togo 1
-0110001000 Beteiligungsgesellschaft 1
-0110001000 Messtechnik 1
-0110001000 Neurotron 1
-0110001000 Hemorrhage 1
-0110001000 Luftfahrt 1
-0110001000 Gentofte 1
-0110001000 Impex 1
-0110001000 Exitosa 1
-0110001000 Exportkredit 1
-0110001000 AIRCRAFT 1
-0110001000 GRX 1
-0110001000 Grabber 1
-0110001000 JACUZZI 1
-0110001000 GABLE 1
-0110001000 Services/Japan 1
-0110001000 Electrizitaetswerke 1
-0110001000 Tiofine 1
-0110001000 KOEKI 1
-0110001000 Tankships 1
-0110001000 UNABLE 1
-0110001000 Post-Summit 1
-0110001000 Imput 1
-0110001000 Elektrizitatswerk 1
-0110001000 Eckrich 1
-0110001000 Taurio 1
-0110001000 Campground 1
-0110001000 Holdings> 1
-0110001000 Telemetries 1
-0110001000 ultrasonic-products 1
-0110001000 EPSON 1
-0110001000 Beaujon 1
-0110001000 uninspected 1
-0110001000 Carbonara 1
-0110001000 Taino 1
-0110001000 Inc./Films 1
-0110001000 CANYON 1
-0110001000 Eyewear 1
-0110001000 Buromaschinen 1
-0110001000 STATIONERS 1
-0110001000 SHINPAN 1
-0110001000 Defensa 1
-0110001000 Sues 1
-0110001000 SEIKI 1
-0110001000 Eldor 1
-0110001000 MID-AMERICA 1
-0110001000 UNDERSTAND 1
-0110001000 Zilog 1
-0110001000 Opthalmic 1
-0110001000 LUKENS 2
-0110001000 TOOLWORKS 2
-0110001000 CASUALTY 2
-0110001000 RECEIVABLES 2
-0110001000 Computations 2
-0110001000 Caterers 2
-0110001000 Chrysotile 2
-0110001000 Arouse 2
-0110001000 Flugdienst 2
-0110001000 Sportwear 2
-0110001000 Tecnologia 2
-0110001000 GENERICS 2
-0110001000 FREIGHTWAYS 2
-0110001000 Momus 2
-0110001000 WOULDN 2
-0110001000 APPAREL 2
-0110001000 Ratio 2
-0110001000 HOSTENCH 2
-0110001000 BIOCHEM 2
-0110001000 Saban 2
-0110001000 Enteprises 2
-0110001000 BELGE 2
-0110001000 Getriebe 2
-0110001000 EQUITIES 2
-0110001000 Murox 2
-0110001000 PRODUCTIONS 2
-0110001000 CINEMA 2
-0110001000 Dirac 2
-0110001000 JOURNALS 2
-0110001000 INTERGROUP 2
-0110001000 FREIGHT 2
-0110001000 Newyork 2
-0110001000 Analyzers 2
-0110001000 Phosphate 2
-0110001000 COMPARE 2
-0110001000 Tessile 2
-0110001000 Jugglers 2
-0110001000 Tampella 2
-0110001000 Celulosa 2
-0110001000 Databank 2
-0110001000 Diode 2
-0110001000 CARBON 2
-0110001000 DESIGNS 2
-0110001000 Copysystems 2
-0110001000 SHIPYARDS 2
-0110001000 Resuscitator 2
-0110001000 Nonviolence 2
-0110001000 REGISTER 2
-0110001000 MERCHANDISE 2
-0110001000 Batignolles 2
-0110001000 Gyro 2
-0110001000 LEU 2
-0110001000 Hana-Maui 2
-0110001000 Tri-View 2
-0110001000 MFG. 2
-0110001000 BOTTLING 2
-0110001000 Exploracion 2
-0110001000 CITIES/ABC 2
-0110001000 GENOSSENSCHAFTS 2
-0110001000 Santan 2
-0110001000 Transparencies 2
-0110001000 REFINING 2
-0110001000 Dispensary 2
-0110001000 CAMP 2
-0110001000 PRINTERS 2
-0110001000 Laminators 2
-0110001000 Services. 2
-0110001000 R.V. 2
-0110001000 Pessimistic 2
-0110001000 Instrumentation 2
-0110001000 Husbandry 2
-0110001000 FORTE 2
-0110001000 Neurosciences 2
-0110001000 Vendomes 2
-0110001000 Plumbingware 2
-0110001000 Seisakusyo 2
-0110001000 INSTRUMENT 2
-0110001000 NUTS 2
-0110001000 ESTABLISSEMENTS 2
-0110001000 GYPSUM 2
-0110001000 Anglers/3M 2
-0110001000 Financeiros 2
-0110001000 Ridesharing 2
-0110001000 FUELS 2
-0110001000 Resins 2
-0110001000 Cams 2
-0110001000 Biogenics 2
-0110001000 Lavigne 2
-0110001000 Aliment 2
-0110001000 Audiotex 2
-0110001000 BREWERY 2
-0110001000 RESTAURANT 2
-0110001000 Venceremos 2
-0110001000 Stables 2
-0110001000 Sasoned 2
-0110001000 KWONG 2
-0110001000 Riconstruzione 2
-0110001000 MEMORIES 2
-0110001000 Cliquot 2
-0110001000 Delancey 2
-0110001000 DUNLOP 2
-0110001000 GREETINGS 2
-0110001000 SHOES 2
-0110001000 Landfill 2
-0110001000 BINDING 2
-0110001000 Petcord 2
-0110001000 HILLS 2
-0110001000 ROMEO 2
-0110001000 Beausejour 2
-0110001000 Duplication 2
-0110001000 Imex 2
-0110001000 Sevices 2
-0110001000 Staniswalis 2
-0110001000 Metanopoli 2
-0110001000 PAINT 2
-0110001000 Crewmembers 3
-0110001000 QUARTERLY 3
-0110001000 Printer 3
-0110001000 Eyeworks 3
-0110001000 KAISHA 3
-0110001000 Displays 3
-0110001000 Eyecare 3
-0110001000 Ferroviaria 3
-0110001000 Produkten 3
-0110001000 Wira 3
-0110001000 Guan 3
-0110001000 AUTOMATION 3
-0110001000 ACCEPTANCE 3
-0110001000 PGH 3
-0110001000 Compo 3
-0110001000 Glow 3
-0110001000 Group/Business 3
-0110001000 Wallcoverings 3
-0110001000 JEWELERS 3
-0110001000 INSTITUTE 3
-0110001000 Oceanics 3
-0110001000 SHOPS 3
-0110001000 Manors 3
-0110001000 Bruk 3
-0110001000 CAV 3
-0110001000 LABS 3
-0110001000 TELE-COMMUNICATIONS 3
-0110001000 Tricks 3
-0110001000 Elastomers 3
-0110001000 Terminus 3
-0110001000 Britches 3
-0110001000 SULZER 3
-0110001000 McGlynn 3
-0110001000 TRACE 3
-0110001000 NOKIA 3
-0110001000 Biosciences 3
-0110001000 Sequence 3
-0110001000 VENTURES 3
-0110001000 ETABLISSEMENTS 3
-0110001000 Miniere 3
-0110001000 Filmpartners 3
-0110001000 Couriers 3
-0110001000 Epicure 3
-0110001000 Tectonics 3
-0110001000 Placering 3
-0110001000 CANNON 3
-0110001000 Kraayenhof 3
-0110001000 ORGANISATION 3
-0110001000 HOUSES 3
-0110001000 RECTIFIER 3
-0110001000 Siderurgica 3
-0110001000 ZDS 3
-0110001000 Boelkow-Blohm 3
-0110001000 Centres 3
-0110001000 LYONS 3
-0110001000 Consort 3
-0110001000 Nickless 3
-0110001000 Coordinators 4
-0110001000 Editori 4
-0110001000 Petroli 4
-0110001000 GEMINI 4
-0110001000 Internacional 4
-0110001000 Piedboeuf 4
-0110001000 FORMS 4
-0110001000 PUBLICATIONS 4
-0110001000 Chrome 4
-0110001000 Snatchers 4
-0110001000 Jetprop 4
-0110001000 Recostruzione 4
-0110001000 Brasileiro 4
-0110001000 XL 4
-0110001000 Busters 4
-0110001000 Teknika 4
-0110001000 Sacilor 4
-0110001000 Pitfield 4
-0110001000 SCHERER 4
-0110001000 TOYS 4
-0110001000 BOX 4
-0110001000 CONTAINER 4
-0110001000 SCIENCE 4
-0110001000 Systemes 4
-0110001000 Bissonnet 4
-0110001000 Trattori 4
-0110001000 Mantha 4
-0110001000 Easson 4
-0110001000 LYONNAIS 4
-0110001000 SHOWBOAT 4
-0110001000 NEECO 4
-0110001000 Consultancy 4
-0110001000 Industriels 4
-0110001000 Moderne 4
-0110001000 Finanzaria 4
-0110001000 Transform 4
-0110001000 DIAL 4
-0110001000 Surfaces 4
-0110001000 Hi-Fi 4
-0110001000 BUREAU 4
-0110001000 Feud 4
-0110001000 MICROSYSTEMS 4
-0110001000 Int 4
-0110001000 Cleaners 4
-0110001000 Interbrew 4
-0110001000 Amylaces 4
-0110001000 FUNDING 4
-0110001000 BOSCH 4
-0110001000 Backlot 4
-0110001000 FURNITURE 4
-0110001000 SUCHARD 5
-0110001000 BREWERIES 5
-0110001000 Partecipazioni 5
-0110001000 Silex 5
-0110001000 Lumber-Southwest 5
-0110001000 Clicquot 5
-0110001000 INSURANCES 5
-0110001000 Conseil 5
-0110001000 Bancorporation 5
-0110001000 MACHINERY 5
-0110001000 AVIATION 5
-0110001000 Vending 5
-0110001000 Subsidiary 5
-0110001000 DEALERS 5
-0110001000 BREWING 5
-0110001000 CONSTRUCTION 5
-0110001000 AFFILIATES 5
-0110001000 Buffets 5
-0110001000 SEMICONDUCTOR 5
-0110001000 TRANSMISSION 5
-0110001000 Mate 5
-0110001000 Warehouses 5
-0110001000 Caribe 5
-0110001000 GOODS 5
-0110001000 Petroleums 5
-0110001000 Gouinlock 5
-0110001000 Directive 5
-0110001000 DRILLING 5
-0110001000 Basford 5
-0110001000 DEVICES 5
-0110001000 RIUNITE 5
-0110001000 DYNAMICS 5
-0110001000 Candies 5
-0110001000 INNS 5
-0110001000 Logicals 5
-0110001000 Bookstores 5
-0110001000 Alloys 5
-0110001000 Foundry 5
-0110001000 TRUCKS 5
-0110001000 CENTERS 5
-0110001000 BERISFORD 5
-0110001000 BORDEN 6
-0110001000 Capades 6
-0110001000 Versicherungs 6
-0110001000 Industritillbehor 6
-0110001000 Afield 6
-0110001000 SCIENTIFIC 6
-0110001000 MATERIALS 6
-0110001000 ILLUMINATING 6
-0110001000 CARBIDE 6
-0110001000 ALUMINIUM 6
-0110001000 Marts 6
-0110001000 PHARMACEUTICAL 6
-0110001000 Electrique 6
-0110001000 GROEP 6
-0110001000 Chemcat 6
-0110001000 Shoppe 6
-0110001000 CHALLENGE 6
-0110001000 Biotechnologies 6
-0110001000 SUPPLY 7
-0110001000 TASMAN 7
-0110001000 MCDOUGALL 7
-0110001000 Stamping 7
-0110001000 Cellulosa 7
-0110001000 Cruiser 7
-0110001000 Germe 7
-0110001000 I/O 7
-0110001000 LIGHTING 7
-0110001000 Glaris 7
-0110001000 Furs 7
-0110001000 EDDIE 7
-0110001000 HAVAS 7
-0110001000 Norge 7
-0110001000 Verlag 7
-0110001000 SHARES 7
-0110001000 DOUGLAS 7
-0110001000 Measurements 7
-0110001000 Muenchen 8
-0110001000 Structures 8
-0110001000 LEASING 8
-0110001000 PHARMACEUTICALS 8
-0110001000 HOVIS 8
-0110001000 COAL 8
-0110001000 Aids 8
-0110001000 NAZIONALE 8
-0110001000 Qualcast 8
-0110001000 Planner 8
-0110001000 McMuffin 8
-0110001000 Galore 8
-0110001000 Shinko 8
-0110001000 Versicherung 8
-0110001000 Nasional 8
-0110001000 PICTURES 8
-0110001000 GRAPHICS 8
-0110001000 Ranches 8
-0110001000 Profiles 8
-0110001000 SIGNAL 9
-0110001000 QUALCAST 9
-0110001000 STEAMSHIP 9
-0110001000 AREN 9
-0110001000 HYDRO 9
-0110001000 Laval 9
-0110001000 Biochem 9
-0110001000 Catolica 9
-0110001000 COMMUNICATION 9
-0110001000 Fibers 9
-0110001000 Phillips/Copus 9
-0110001000 Kaisha 9
-0110001000 ASSURANCE 9
-0110001000 Dames 9
-0110001000 Hamlets 9
-0110001000 Shirts 9
-0110001000 WORKS 9
-0110001000 Handyman 10
-0110001000 Rebuilders 10
-0110001000 Fondkommission 10
-0110001000 SOCIETY 10
-0110001000 Toolworks 10
-0110001000 Tile 10
-0110001000 Homecare 10
-0110001000 BANKSHARES 10
-0110001000 FINANCE 10
-0110001000 Generics 10
-0110001000 MANUFACTURING 11
-0110001000 Monitors 11
-0110001000 AirFreight 11
-0110001000 EQUIPMENT 11
-0110001000 Insurances 11
-0110001000 Pharma 11
-0110001000 LAMBERT 11
-0110001000 NABISCO 11
-0110001000 GENERALI 11
-0110001000 Aviazione 11
-0110001000 Bran 11
-0110001000 Coatings 11
-0110001000 Sterilizers 12
-0110001000 Explorations 12
-0110001000 Elektrizitaetswerk 12
-0110001000 NETWORK 12
-0110001000 Leclerc 12
-0110001000 MILLS 12
-0110001000 Substances 12
-0110001000 BANCSHARES 13
-0110001000 Display 13
-0110001000 E&P 13
-0110001000 Tankers 13
-0110001000 RESEARCH 13
-0110001000 MARKETS 13
-0110001000 Experiment 13
-0110001000 Comics 13
-0110001000 OR 13
-0110001000 Pools 14
-0110001000 Optics 14
-0110001000 Theaters 14
-0110001000 Polymers 14
-0110001000 Groep 14
-0110001000 Perspectives 14
-0110001000 ELECTRIQUE 14
-0110001000 MACHINES 14
-0110001000 LABORATORIES 15
-0110001000 Appliances 15
-0110001000 Zosen 15
-0110001000 EXPLORATION 15
-0110001000 MINES 15
-0110001000 FINANZIARIA 16
-0110001000 Estates 16
-0110001000 Boxes 16
-0110001000 BioSciences 16
-0110001000 Device 16
-0110001000 BRANDS 16
-0110001000 Processors 16
-0110001000 BROTHERS 17
-0110001000 Procedure 17
-0110001000 Helicopters 17
-0110001000 Sverige 17
-0110001000 Merchandising 18
-0110001000 Fashions 18
-0110001000 LINE 19
-0110001000 Beverages 20
-0110001000 PROPERTIES 20
-0110001000 Nylex 20
-0110001000 Hospitality 20
-0110001000 METROPOLITAN 20
-0110001000 PROPRIETARY 20
-0110001000 ASSOCIATES 20
-0110001000 EDISON 20
-0110001000 ESTATE 21
-0110001000 Simulation 21
-0110001000 Terminals 21
-0110001000 Constructors 21
-0110001000 AUSTRALIA 22
-0110001000 HOMES 22
-0110001000 FOODS 22
-0110001000 HOLDING 23
-0110001000 Beaubien 24
-0110001000 ELECTRONICS 24
-0110001000 Printers 24
-0110001000 Dairies 24
-0110001000 Cinemas 25
-0110001000 Lanes 25
-0110001000 Handling 25
-0110001000 UTILITIES 25
-0110001000 Energies 25
-0110001000 MINING 26
-0110001000 Diagnostics 26
-0110001000 Unlimited 27
-0110001000 TELEPHONE 27
-0110001000 Lonsdale 28
-0110001000 Packers 28
-0110001000 Jukebox 28
-0110001000 Theatres 28
-0110001000 Italia 28
-0110001000 INVESTMENTS 29
-0110001000 CANADA 29
-0110001000 TECHNOLOGIES 29
-0110001000 Ricostruzione 30
-0110001000 Circuits 30
-0110001000 BANKING 30
-0110001000 Wattie 30
-0110001000 Superstores 30
-0110001000 PRODUCTS 31
-0110001000 Solutions 31
-0110001000 Dimensions 32
-0110001000 Seasonings 32
-0110001000 Telecharge 32
-0110001000 PARTNERS 33
-0110001000 Consoles 33
-0110001000 Allsopp 33
-0110001000 INDUSTRIAL 33
-0110001000 DEVELOPMENT 33
-0110001000 Peripherals 34
-0110001000 ENTERPRISES 35
-0110001000 Watchers 36
-0110001000 SECURITIES 36
-0110001000 SERVICES 37
-0110001000 INVESTMENT 37
-0110001000 Specialties 37
-0110001000 Fuels 39
-0110001000 SERVICE 40
-0110001000 Architects 40
-0110001000 Stations 40
-0110001000 Cosmetics 40
-0110001000 Vineyards 40
-0110001000 Cafeterias 41
-0110001000 Tools 42
-0110001000 FUND 42
-0110001000 Shops 42
-0110001000 TECHNOLOGY 43
-0110001000 MOTORS 43
-0110001000 CAPITAL 44
-0110001000 Organisation 45
-0110001000 STORES 45
-0110001000 Mart 48
-0110001000 Mahon 48
-0110001000 COMMUNICATIONS 49
-0110001000 CHEMICAL 50
-0110001000 Breweries 51
-0110001000 STEEL 51
-0110001000 INSURANCE 52
-0110001000 Switch 53
-0110001000 Engines 54
-0110001000 Trucks 55
-0110001000 Draft 57
-0110001000 SYSTEMS 57
-0110001000 Scanning 57
-0110001000 RESOURCES 58
-0110001000 Cream 59
-0110001000 Components 60
-0110001000 Boat 63
-0110001000 Trades 64
-0110001000 Barn 65
-0110001000 Illustrated 67
-0110001000 Shack 69
-0110001000 Networks 70
-0110001000 Distributors 70
-0110001000 Ludlum 71
-0110001000 Concepts 72
-0110001000 Strategies 73
-0110001000 Italiana 82
-0110001000 Hut 87
-0110001000 Warehouse 88
-0110001000 Goods 89
-0110001000 Hovis 92
-0110001000 Processing 93
-0110001000 FINANCIAL 94
-0110001000 Affiliates 97
-0110001000 Containers 98
-0110001000 Bankshares 99
-0110001000 Treatment 102
-0110001000 Assistance 104
-0110001000 Factors 116
-0110001000 HOLDINGS 116
-0110001000 Finanziaria 117
-0110001000 Tape 118
-0110001000 Restaurants 125
-0110001000 ELECTRIC 127
-0110001000 Cars 130
-0110001000 Schweppes 131
-0110001000 MOTOR 135
-0110001000 IXL 140
-0110001000 Labs 151
-0110001000 Hathaway 159
-0110001000 Conversion 169
-0110001000 Card 169
-0110001000 INTERNATIONAL 176
-0110001000 INDUSTRIES 188
-0110001000 Devices 196
-0110001000 BANK 206
-0110001000 Advisors 215
-0110001000 Memories 220
-0110001000 Newspapers 233
-0110001000 Ventures 245
-0110001000 Productions 247
-0110001000 Farms 250
-0110001000 Graphics 258
-0110001000 Controls 259
-0110001000 Books 269
-0110001000 Publications 287
-0110001000 Chemicals 340
-0110001000 Estate 360
-0110001000 GROUP 362
-0110001000 Hotels 362
-0110001000 Works 376
-0110001000 Microsystems 378
-0110001000 Equities 381
-0110001000 MORTGAGE 415
-0110001000 Properties 447
-0110001000 Investments 771
-0110001000 Pictures 801
-0110001000 Laboratories 870
-0110001000 Network 1048
-0110001000 Enterprises 1256
-0110001000 Products 1538
-0110001000 Partners 2326
-0110001000 Resources 2423
-0110001000 Associates 2565
-0110001000 Holdings 2803
-0110001000 Systems 3592
-0110001000 Services 3652
-0110001000 Group 12198
-0110001000 Service 5678
-011000100100 Broacasting 1
-011000100100 Telgraph 1
-011000100100 Unisupply 1
-011000100100 Matsuyadenki 1
-011000100100 Floridin 1
-011000100100 ElectroSystems 1
-011000100100 9-Criminal 1
-011000100100 Coinco 1
-011000100100 Trachem 1
-011000100100 Wallcovering 1
-011000100100 B.F.Goodrich 1
-011000100100 Whisky 1
-011000100100 Snail 1
-011000100100 Sargent-Fletcher 1
-011000100100 Adorence 1
-011000100100 Wealthiload 1
-011000100100 Cartridge 1
-011000100100 Virtis 1
-011000100100 Toei 1
-011000100100 Varnish 1
-011000100100 Harvestor 1
-011000100100 Livelihood 1
-011000100100 Diener/Hauser/Bates 1
-011000100100 MONTAGU 1
-011000100100 Exchanger 1
-011000100100 Foodstuffs 1
-011000100100 Obion 1
-011000100100 Shokubai 1
-011000100100 Daishinpan 1
-011000100100 Triest 1
-011000100100 Elecric 1
-011000100100 Siedlungs-und 1
-011000100100 Dic-Degremont 1
-011000100100 Mills-Jennings 1
-011000100100 Alum 1
-011000100100 Marsman 1
-011000100100 Batiment 1
-011000100100 music-store-chain 1
-011000100100 Seiren 1
-011000100100 Uny 1
-011000100100 Telegragh 1
-011000100100 Lithographing 1
-011000100100 Seimitsu 1
-011000100100 Copal 1
-011000100100 Durion 1
-011000100100 Casulty 1
-011000100100 Spound 1
-011000100100 ALBERTO-CULVER 1
-011000100100 SINGER 1
-011000100100 Metrecs 1
-011000100100 Terminaling 1
-011000100100 Forfaiting 1
-011000100100 DERRICK 1
-011000100100 Pont-GM 1
-011000100100 Shogi 1
-011000100100 Phamaceuticals 1
-011000100100 Refrigerating 1
-011000100100 Fretay 1
-011000100100 Skim 1
-011000100100 Melott 1
-011000100100 Industriebeteiligungen 1
-011000100100 Glassmaster 1
-011000100100 Daishinku 1
-011000100100 Senshukai 1
-011000100100 SEAL 1
-011000100100 Kirjapaino 1
-011000100100 Pont-Toray 1
-011000100100 Amerinvest 1
-011000100100 Guerillas 1
-011000100100 Sherwin-William 1
-011000100100 Lathe 1
-011000100100 Katke 1
-011000100100 News/ 1
-011000100100 HEWLETT-PACKARD 1
-011000100100 Panoramex 1
-011000100100 D-Con 1
-011000100100 Siedlungsund 1
-011000100100 Buttes 2
-011000100100 Insitute 2
-011000100100 Bedding 2
-011000100100 Meatpacking 2
-011000100100 Horticultural 2
-011000100100 Cocoa-Gerkens 2
-011000100100 Faucet 2
-011000100100 Participacoes 2
-011000100100 Embroidery 2
-011000100100 Wile 2
-011000100100 Utilites 2
-011000100100 Assemblers 2
-011000100100 Coils 2
-011000100100 Forgings 2
-011000100100 Obligation/Matching 2
-011000100100 com 2
-011000100100 Cashew 2
-011000100100 Herter 2
-011000100100 Non-Fiction 2
-011000100100 Electrosystems 2
-011000100100 Inupiat 2
-011000100100 Decorating 2
-011000100100 Toatsu 2
-011000100100 Shigyo 2
-011000100100 Noritake 2
-011000100100 Axle 2
-011000100100 Slush 2
-011000100100 Leakless 2
-011000100100 Avionic 2
-011000100100 Latex 2
-011000100100 Boyeki 2
-011000100100 Kikaku 3
-011000100100 Utilities-case 3
-011000100100 Rayon 3
-011000100100 Convoy 3
-011000100100 Reiki 3
-011000100100 Lithograph 3
-011000100100 Rigging 3
-011000100100 Hauling 3
-011000100100 Flesch 3
-011000100100 Hydroelectric 3
-011000100100 Electrochemical 3
-011000100100 Casket 3
-011000100100 Adhesives 3
-011000100100 XX 3
-011000100100 Implement 3
-011000100100 Atomics 3
-011000100100 Paints 4
-011000100100 Shinpan 4
-011000100100 Ribbons 4
-011000100100 Refurbishing 4
-011000100100 Croson 4
-011000100100 Gravel 4
-011000100100 Motorcars 4
-011000100100 Abrasives 4
-011000100100 Mortage 4
-011000100100 Drydock 4
-011000100100 Boatbuilding 4
-011000100100 PRODUCING 4
-011000100100 Kredit 5
-011000100100 Kisen 5
-011000100100 Catamaran 5
-011000100100 Wig 5
-011000100100 Mosby 5
-011000100100 Novelty 5
-011000100100 Warranty 6
-011000100100 Jai 6
-011000100100 Hydro-Electric 6
-011000100100 Bulb 6
-011000100100 Kosan 6
-011000100100 Chocolat 6
-011000100100 Squares 6
-011000100100 Lace 6
-011000100100 Heminway 6
-011000100100 Vertol 7
-011000100100 Fabricating 7
-011000100100 Mold 7
-011000100100 Poly 7
-011000100100 Forklift 7
-011000100100 Bancwest 7
-011000100100 Reassurance 7
-011000100100 Wrecking 8
-011000100100 Cables 8
-011000100100 Ticonderoga 8
-011000100100 Masonry 8
-011000100100 Sausage 8
-011000100100 Castings 8
-011000100100 RUBBER 9
-011000100100 Refrigeration 9
-011000100100 Bottlers 10
-011000100100 TELEGRAPH 10
-011000100100 Indicator 10
-011000100100 Foam 10
-011000100100 Importing 10
-011000100100 Flavors 11
-011000100100 Kiki 11
-011000100100 Scale 11
-011000100100 Sangyo 12
-011000100100 Shirt 12
-011000100100 Skiing 12
-011000100100 Seating 12
-011000100100 Elevator 13
-011000100100 Smelting 14
-011000100100 Denki 16
-011000100100 SAMUEL 16
-011000100100 Valve 17
-011000100100 Fibre 19
-011000100100 Plug 19
-011000100100 Seiyaku 19
-011000100100 Pump 19
-011000100100 Biscuit 20
-011000100100 Organ 20
-011000100100 Goldfields 21
-011000100100 Avionics 23
-011000100100 Stainless 24
-011000100100 Banknote 24
-011000100100 Cheese 25
-011000100100 Tube 25
-011000100100 Astronautics 27
-011000100100 Shareowner 28
-011000100100 Bioscience 28
-011000100100 Surety 28
-011000100100 Pattern 28
-011000100100 Distributing 29
-011000100100 Seed 29
-011000100100 Bakeries 29
-011000100100 Partner 30
-011000100100 Packing 33
-011000100100 Baking 33
-011000100100 Petrochemical 35
-011000100100 Harvester 36
-011000100100 Metallurgical 36
-011000100100 BioScience 39
-011000100100 Kogyo 40
-011000100100 Cooler 41
-011000100100 Paint 42
-011000100100 Physics 42
-011000100100 Indemnity 46
-011000100100 Brass 47
-011000100100 Refractories 59
-011000100100 Fitness 60
-011000100100 Steamship 61
-011000100100 Dock 61
-011000100100 Illuminating 69
-011000100100 Accident 72
-011000100100 Airplane 73
-011000100100 Reinsurance 77
-011000100100 Gypsum 83
-011000100100 Nutrition 85
-011000100100 Proprietary 89
-011000100100 Bottling 98
-011000100100 Cascade 99
-011000100100 Wire 104
-011000100100 Wine 110
-011000100100 Cement 114
-011000100100 Machinery 116
-011000100100 Oats 145
-011000100100 Furniture 160
-011000100100 Transmission 165
-011000100100 Refining 169
-011000100100 Drilling 176
-011000100100 Instrument 178
-011000100100 Soup 179
-011000100100 Brewing 180
-011000100100 Tool 187
-011000100100 Trustco 218
-011000100100 Signal 233
-011000100100 Pipeline 258
-011000100100 Leasing 272
-011000100100 Lighting 277
-011000100100 Communication 280
-011000100100 Railroad 293
-011000100100 Casualty 294
-011000100100 Assurance 308
-011000100100 Homes 346
-011000100100 Film 352
-011000100100 Pharmaceutical 366
-011000100100 Minerals 392
-011000100100 Aluminum 393
-011000100100 Exploration 441
-011000100100 Publishing 489
-011000100100 Rubber 518
-011000100100 Aircraft 602
-011000100100 Holding 684
-011000100100 Light 718
-011000100100 Marketing 749
-011000100100 Paper 777
-011000100100 Manufacturing 873
-011000100100 Mining 1004
-011000100100 Telegraph 1077
-011000100100 Edison 1295
-011000100100 Broadcasting 1353
-011000100100 Pont 1432
-011000100100 Steel 2310
-011000100100 Development 2351
-011000100100 Power 2774
-011000100100 Insurance 3770
-011000100100 Electric 4649
-011000100100 Trust 4047
-011000100101 benefitsalso 1
-011000100101 ValueMart 1
-011000100101 Comtek 1
-011000100101 Demachy 1
-011000100101 R.I.N. 1
-011000100101 Outperforms 1
-011000100101 Ahmadi 1
-011000100101 Chronotis 1
-011000100101 Parametrics 1
-011000100101 Sydom 1
-011000100101 Goldberg-like 1
-011000100101 Bouzet 1
-011000100101 Beefheart 1
-011000100101 EO 1
-011000100101 Electrico 1
-011000100101 carpettile 1
-011000100101 Life-Shearson 1
-011000100101 Kogya 1
-011000100101 Stepstone 1
-011000100101 lieber 1
-011000100101 Monceau 1
-011000100101 Aktielselskab 1
-011000100101 Amurcon 1
-011000100101 Cloutier 1
-011000100101 Torq 1
-011000100101 Kokusaku 1
-011000100101 Catamount 1
-011000100101 Terrorisme 1
-011000100101 Industries/Knoll 1
-011000100101 CARRIERS 1
-011000100101 Refinance 1
-011000100101 IMPORTING 1
-011000100101 Taylor-Thermos 1
-011000100101 seigneur 1
-011000100101 MUELLER 1
-011000100101 Bramall 1
-011000100101 subdidiary 1
-011000100101 KRUEGER 1
-011000100101 Quitting 1
-011000100101 Acounting 1
-011000100101 Thomas-Memphis 1
-011000100101 Peloux 1
-011000100101 Variazioni 1
-011000100101 Kayaku 1
-011000100101 Ikeya 1
-011000100101 Speleology 1
-011000100101 Runsheng 1
-011000100101 InnoPak 1
-011000100101 bulletineers 1
-011000100101 Croslin 1
-011000100101 Stoppani 1
-011000100101 Yunsheng 1
-011000100101 Psarras 1
-011000100101 Comermex 1
-011000100101 Elfab 1
-011000100101 Suisan 1
-011000100101 Indusries 1
-011000100101 Hustled 1
-011000100101 Photonics 1
-011000100101 Mesnil 1
-011000100101 Crafters 1
-011000100101 Motors-SEC 1
-011000100101 d'Or-based 1
-011000100101 Toit 1
-011000100101 LaserType 1
-011000100101 VI-S 1
-011000100101 Teatr 1
-011000100101 Loblaws 1
-011000100101 Compson 1
-011000100101 Climates 1
-011000100101 Urdc 1
-011000100101 Memtek 1
-011000100101 Truvel 1
-011000100101 Gakko 1
-011000100101 Centron 1
-011000100101 Substructures 1
-011000100101 Toggs 1
-011000100101 Unclear 1
-011000100101 Pharmceutical 1
-011000100101 Assocaition 1
-011000100101 Glico 1
-011000100101 TELEX 1
-011000100101 Corp.-Central 1
-011000100101 Silgan 1
-011000100101 SANSO 1
-011000100101 Berjaya 1
-011000100101 16,114 1
-011000100101 13,318 1
-011000100101 Papes 1
-011000100101 Boozer 1
-011000100101 Kissner-Moran 1
-011000100101 Galtieri 1
-011000100101 Boseki 1
-011000100101 Conferation 1
-011000100101 Detti 1
-011000100101 Iard 1
-011000100101 Informationssysteme 1
-011000100101 McCaskill 1
-011000100101 Atomics/Combustion 1
-011000100101 10,512 1
-011000100101 Unto 1
-011000100101 Hiedegger 1
-011000100101 Tele-Media 1
-011000100101 Finanical 1
-011000100101 CASCADE 1
-011000100101 Machines-compatible 1
-011000100101 Neurex 1
-011000100101 Bimetalicos 1
-011000100101 Disregard 1
-011000100101 Linkages 1
-011000100101 tresor 1
-011000100101 Culea 1
-011000100101 Caseres 1
-011000100101 Corp.-Bendix 1
-011000100101 Barbaud 1
-011000100101 mammies 1
-011000100101 Dynmaics 1
-011000100101 Soldat 1
-011000100101 Dynamics. 1
-011000100101 Tourisme 2
-011000100101 Roaco 2
-011000100101 Spacecab 2
-011000100101 Sert 2
-011000100101 Moda 2
-011000100101 Talese 2
-011000100101 Escan 2
-011000100101 Resou 2
-011000100101 Tree/Morrow 2
-011000100101 Erba 2
-011000100101 Farebox 2
-011000100101 Denso 2
-011000100101 Calaminus 2
-011000100101 Electrics 2
-011000100101 Heavey 2
-011000100101 McLeish 2
-011000100101 Tunneling 2
-011000100101 East/Africa 2
-011000100101 Tastevin 2
-011000100101 Baynes 2
-011000100101 Cardiosystems 2
-011000100101 66-156 2
-011000100101 Jeudi 2
-011000100101 Lestrade 2
-011000100101 Speeds 2
-011000100101 Elson 2
-011000100101 Senso 2
-011000100101 Optimization 2
-011000100101 TELEPICTURES 2
-011000100101 16V 2
-011000100101 Zeon 3
-011000100101 BOT 3
-011000100101 Tresor 3
-011000100101 deBraak 3
-011000100101 Printemps 3
-011000100101 Hodo 3
-011000100101 Picone 3
-011000100101 Negra 3
-011000100101 Rabanne 3
-011000100101 Waterworks 3
-011000100101 Synthetics 3
-011000100101 Hiker 3
-011000100101 Rober 4
-011000100101 GS&B 4
-011000100101 Clutch 4
-011000100101 Curie 4
-011000100101 Cosmetiques 4
-011000100101 Clouseau 4
-011000100101 jour 5
-011000100101 Swerdlow 5
-011000100101 Jour 5
-011000100101 Kogaku 5
-011000100101 Dialogue 5
-011000100101 Brunton 5
-011000100101 STEARNS 6
-011000100101 Sanso 6
-011000100101 Ponts 6
-011000100101 Kasei 6
-011000100101 O.S.K. 6
-011000100101 Secteur 7
-011000100101 Talcott 7
-011000100101 Yusen 7
-011000100101 Forsch 7
-011000100101 Pharmacology 7
-011000100101 Togs 7
-011000100101 Denney 7
-011000100101 Breco 9
-011000100101 Week-related 9
-011000100101 Travail 10
-011000100101 Fudosan 10
-011000100101 Meter 10
-011000100101 Denwa 12
-011000100101 Joist 13
-011000100101 Denshin 13
-011000100101 Raid 13
-011000100101 Viejo 13
-011000100101 Stadler 14
-011000100101 Journals 17
-011000100101 Plessis 18
-011000100101 Binding 18
-011000100101 DataComm 20
-011000100101 Bois 22
-011000100101 Housewares 23
-011000100101 Denko 24
-011000100101 Bureaus 26
-011000100101 Cycle 35
-011000100101 Quotations 41
-011000100101 Quotation 46
-011000100101 Hannifin 51
-011000100101 Felt 51
-011000100101 Electron 57
-011000100101 VII 60
-011000100101 Shipyards 61
-011000100101 Deposits-a 62
-011000100101 Bache 63
-011000100101 Host 91
-011000100101 Kokan 99
-011000100101 Voltage 124
-011000100101 Container 195
-011000100101 Agreement 332
-011000100101 Acceptance 378
-011000100101 Cinema 430
-011000100101 Marietta 475
-011000100101 Accounting 582
-011000100101 Mills 585
-011000100101 Acquisition 606
-011000100101 Dynamics 797
-011000100101 Foods 1220
-011000100101 Machines 1625
-011000100101 Motors 3160
-011000100110 REHABILITATION 1
-011000100110 HOWELL 1
-011000100110 Olufsen 1
-011000100110 BODE 1
-011000100110 Wilcox-designed 1
-011000100110 Azzam 1
-011000100110 Bucuvalas 1
-011000100110 Blinkhorn 1
-011000100110 Kest 1
-011000100110 Armpit 1
-011000100110 KOMMERZIAL 1
-011000100110 GRAINGER 1
-011000100110 Muenchner 1
-011000100110 TENNIS 1
-011000100110 Systems/2 1
-011000100110 SEGREGATION 1
-011000100110 FIGLI 1
-011000100110 Responsiblity 1
-011000100110 Filner 1
-011000100110 Spaceship 1
-011000100110 Mauritz 1
-011000100110 Oide 1
-011000100110 Workstation-2 1
-011000100110 Splinter 1
-011000100110 Reversionary 1
-011000100110 WECHSEL-BANK 1
-011000100110 Bauser 1
-011000100110 Sohne 1
-011000100110 Raiding 1
-011000100110 Thiotos 1
-011000100110 PAYNE 1
-011000100110 dispatchbox 1
-011000100110 Heger 1
-011000100110 Sliva 1
-011000100110 Ostrowski 1
-011000100110 JENRETTE 1
-011000100110 Shelling 1
-011000100110 Hordern 1
-011000100110 Opportunties 1
-011000100110 Vanven 1
-011000100110 casual-wear 1
-011000100110 Gha 1
-011000100110 Zappala 1
-011000100110 Cadenhead 1
-011000100110 Szilard 1
-011000100110 deMilly 1
-011000100110 Recommendation 1
-011000100110 Co.is 1
-011000100110 REILLY 1
-011000100110 Wilcox-built 1
-011000100110 Raketen 1
-011000100110 Relapse 1
-011000100110 COMPOSITES 1
-011000100110 PLATT 1
-011000100110 Mortar 1
-011000100110 Millikin 1
-011000100110 PACKETS 1
-011000100110 Muenchener 1
-011000100110 Insulations 1
-011000100110 Hanover-arranged 1
-011000100110 Caspari 1
-011000100110 Dyce 1
-011000100110 Bedspreads 1
-011000100110 Aidekman 1
-011000100110 Colegrave 1
-011000100110 Erker 1
-011000100110 Westrup 1
-011000100110 Tailors 1
-011000100110 WAKEFIELD 1
-011000100110 Foodie 1
-011000100110 Cunningham-Castegren 1
-011000100110 30:26 1
-011000100110 Kakamura 1
-011000100110 Tetrazzini 1
-011000100110 WORTS 1
-011000100110 TurbinenUnion 1
-011000100110 Zoon 1
-011000100110 Kozin 1
-011000100110 Outfitters 1
-011000100110 Spindle 1
-011000100110 Remainder 1
-011000100110 Vaults 1
-011000100110 Jalkh 1
-011000100110 Anti-Smoking 1
-011000100110 Petroleum-Gas 1
-011000100110 PSYCHOTHERAPY 1
-011000100110 Hanover-led 1
-011000100110 Miselson 1
-011000100110 Huppe 1
-011000100110 REVISITED 1
-011000100110 Viscera 1
-011000100110 Malaspina 1
-011000100110 KNOWLTON 1
-011000100110 Travaux 1
-011000100110 pink-slippers 1
-011000100110 Hollidge 1
-011000100110 NEAVE 1
-011000100110 Serasin 1
-011000100110 Casterline 1
-011000100110 Clubhouse 1
-011000100110 Live-Stock 1
-011000100110 Herfurth 1
-011000100110 Airpower 1
-011000100110 2,628 1
-011000100110 Forsters 1
-011000100110 FILS 1
-011000100110 BLOW 1
-011000100110 Reserved 1
-011000100110 Grenard 1
-011000100110 Fils 1
-011000100110 Bodyworks 1
-011000100110 Kattus 1
-011000100110 Caregivers 1
-011000100110 Landstreet 1
-011000100110 Isolde. 1
-011000100110 Schab 1
-011000100110 Implements 1
-011000100110 Qualities 1
-011000100110 Corp.-Time 1
-011000100110 Beekeeping 1
-011000100110 Chewy 1
-011000100110 Batch 1
-011000100110 LABATT 1
-011000100110 Boraine 1
-011000100110 Ponsbach 1
-011000100110 Schuster/CATO 1
-011000100110 Karras 1
-011000100110 Fizzell 1
-011000100110 832448-2 1
-011000100110 SURGEON 1
-011000100110 Rubber> 1
-011000100110 OAK 1
-011000100110 BARGE 1
-011000100110 Propone 1
-011000100110 Billionaires 1
-011000100110 Eckhardt/Poppe 1
-011000100110 Hofmeyr 1
-011000100110 Hudner 1
-011000100110 Hanovers 1
-011000100110 Dubillier 1
-011000100110 Risi 1
-011000100110 2,302 1
-011000100110 OOUTLOOK 1
-011000100110 Jovanovich/Bruccoli 1
-011000100110 Frankson 1
-011000100110 Stelling 1
-011000100110 Lewis/Wellington 1
-011000100110 LOMB 1
-011000100110 Gro. 1
-011000100110 COLEMAN 1
-011000100110 Hutch 1
-011000100110 Fizz 1
-011000100110 BEAVER 1
-011000100110 Card/Gold 1
-011000100110 Quotables 1
-011000100110 Publicaciones 1
-011000100110 Schule 1
-011000100110 THURSDAY 1
-011000100110 GISLER/BBDO 1
-011000100110 SUTER 1
-011000100110 Normalzeit 1
-011000100110 Overview 1
-011000100110 LaBue 1
-011000100110 McLennon 1
-011000100110 Bran. 1
-011000100110 BRADSTREET 1
-011000100110 Hoenemeyer 1
-011000100110 Colombatto 1
-011000100110 Briseno 1
-011000100110 Lewtas 1
-011000100110 Woos 1
-011000100110 Hid 1
-011000100110 ni-yun 1
-011000100110 Wechsel-Bank 1
-011000100110 Saatchi/DFS 1
-011000100110 DeRose 1
-011000100110 Housekeeping-style 1
-011000100110 Old-Fashioned 1
-011000100110 Formby 1
-011000100110 Gaitskill. 1
-011000100110 Dublier 1
-011000100110 Pretzels 1
-011000100110 Krumholz 1
-011000100110 LaRosa 1
-011000100110 Indenture 1
-011000100110 Annunity 1
-011000100110 REVERSIONARY 1
-011000100110 Mitten 1
-011000100110 SIMS 1
-011000100110 Fund-Investment 1
-011000100110 PERRINS 1
-011000100110 Grosset 1
-011000100110 1-800-828-ARTS 1
-011000100110 Goldaber 1
-011000100110 Tellerico 2
-011000100110 Aussenhandel 2
-011000100110 IWAI 2
-011000100110 McClennan 2
-011000100110 Glatt 2
-011000100110 Bartolomeo 2
-011000100110 Freidman 2
-011000100110 Zackin 2
-011000100110 SUTHERLAND 2
-011000100110 Luxuries 2
-011000100110 Threatens 2
-011000100110 Hanger-Silas 2
-011000100110 Grondahl 2
-011000100110 Starling 2
-011000100110 World-News 2
-011000100110 CoGen 2
-011000100110 Oshinsky 2
-011000100110 Marinello 2
-011000100110 Lessors 2
-011000100110 TALBOT 2
-011000100110 Cookin 2
-011000100110 Durables 2
-011000100110 ORIENTAL 2
-011000100110 Kisin 2
-011000100110 Hessen 2
-011000100110 Bagel 2
-011000100110 Donkersloot 2
-011000100110 12C 2
-011000100110 Prud 2
-011000100110 Portner 2
-011000100110 Vose 2
-011000100110 Fastening 2
-011000100110 DeBarr 2
-011000100110 Anlage 2
-011000100110 LEWIS 2
-011000100110 Lingwood 2
-011000100110 Poor's-500 2
-011000100110 Hartung 2
-011000100110 Laybourne 2
-011000100110 Asser 2
-011000100110 Mellott 2
-011000100110 Kassabaum 2
-011000100110 Smack 2
-011000100110 NETTLETON 2
-011000100110 Sterlacci 2
-011000100110 Spokespersons 2
-011000100110 Parcels 2
-011000100110 Skauyen 2
-011000100110 Bieler 2
-011000100110 IRIS 2
-011000100110 Lysaght 2
-011000100110 Goodkind 2
-011000100110 Bridport 2
-011000100110 Ponzo 2
-011000100110 McNamar 2
-011000100110 BRASS 2
-011000100110 Homestyle 2
-011000100110 Chauvinist 2
-011000100110 Bradsby 2
-011000100110 Latz 2
-011000100110 Ohno 2
-011000100110 Calene 2
-011000100110 NEWALL 2
-011000100110 McKinzie 2
-011000100110 Denisia 2
-011000100110 Anchin 2
-011000100110 LYLE 2
-011000100110 Kliegman 2
-011000100110 Trebek 2
-011000100110 Goldsmid 2
-011000100110 ORDNANCE 2
-011000100110 Madole 2
-011000100110 Creekmore 2
-011000100110 Celulose 2
-011000100110 BALDWIN 2
-011000100110 Garfunkel 2
-011000100110 Bushing 2
-011000100110 RUBICAM 2
-011000100110 Bogue 3
-011000100110 Ravenscroft 3
-011000100110 ENVIRONMENT 3
-011000100110 Greist 3
-011000100110 Maniacs 3
-011000100110 Numismatics 3
-011000100110 Fowle 3
-011000100110 Loewe 3
-011000100110 Hoke 3
-011000100110 Chante 3
-011000100110 HARDART 3
-011000100110 Acores 3
-011000100110 DECKER 3
-011000100110 HORTON 3
-011000100110 Taff 3
-011000100110 Arpels 3
-011000100110 Thins 3
-011000100110 Deitsch 3
-011000100110 Wechselbank 3
-011000100110 Vanadium 3
-011000100110 Kruthers 3
-011000100110 Consignations 3
-011000100110 Overdevest 3
-011000100110 Tsao 3
-011000100110 Moring 3
-011000100110 Chex 3
-011000100110 Domsjoe 3
-011000100110 Asociados 3
-011000100110 Contratas 3
-011000100110 Aitchison 3
-011000100110 Murphey 3
-011000100110 Lomason 3
-011000100110 Knupp 3
-011000100110 Burk 3
-011000100110 Scheetz 3
-011000100110 FARMING 3
-011000100110 Minken 3
-011000100110 Bacek 3
-011000100110 GAMBLE 3
-011000100110 deRose 3
-011000100110 Rotman 3
-011000100110 Macaroni 3
-011000100110 Osh 3
-011000100110 Hammerling 3
-011000100110 Rosenwein 3
-011000100110 Spritcentralen 4
-011000100110 Replogle 4
-011000100110 NEWCASTLE 4
-011000100110 Mechanix 4
-011000100110 Storrs 4
-011000100110 Janachowski 4
-011000100110 Thong 4
-011000100110 Messina 4
-011000100110 Clothier 4
-011000100110 Span 4
-011000100110 Drang 4
-011000100110 Coots 4
-011000100110 Wechsel 4
-011000100110 GIBBS 4
-011000100110 Solis-Cohen 4
-011000100110 Zettl 4
-011000100110 Tillman 4
-011000100110 Excavators 4
-011000100110 Strudwick 4
-011000100110 Naxos 4
-011000100110 Pfau 4
-011000100110 Narver 4
-011000100110 Rosenau 4
-011000100110 SPENCER 4
-011000100110 Grainger 4
-011000100110 KUHN 4
-011000100110 Murashige 4
-011000100110 Pitti 4
-011000100110 Additives 4
-011000100110 Brosamer 4
-011000100110 Neave 4
-011000100110 Sinks 4
-011000100110 Pumps 4
-011000100110 Everard 4
-011000100110 Rosati 4
-011000100110 Flory 4
-011000100110 Pals 4
-011000100110 Feldesman 4
-011000100110 Rix 5
-011000100110 Explosifs 5
-011000100110 Ales 5
-011000100110 Stiebel 5
-011000100110 Ferdon 5
-011000100110 Jacks 5
-011000100110 Crosfield 5
-011000100110 Kissel 5
-011000100110 Turbinen-Union 5
-011000100110 Begone 5
-011000100110 Martyrs 5
-011000100110 Tiernan 5
-011000100110 Edmonds 5
-011000100110 Shoulders 5
-011000100110 Feeders 5
-011000100110 Waltch 5
-011000100110 COOKE 5
-011000100110 ARTS 5
-011000100110 Fales 5
-011000100110 Dislocation 5
-011000100110 Kubs 5
-011000100110 CHEMICALS 5
-011000100110 Pow 5
-011000100110 Gartlan 5
-011000100110 Taxis 6
-011000100110 Drinker 6
-011000100110 Feiss 6
-011000100110 Schnacke 6
-011000100110 Righter 6
-011000100110 Bowser 6
-011000100110 ENDS 6
-011000100110 Wagnalls 6
-011000100110 Doornbos 6
-011000100110 Perrins 6
-011000100110 AEROSPACE 6
-011000100110 Shevack 6
-011000100110 Dunlevy 6
-011000100110 Steers 7
-011000100110 Santow 7
-011000100110 Deitz 7
-011000100110 Krupman 7
-011000100110 McCauley 7
-011000100110 IGON 7
-011000100110 Haddock 7
-011000100110 Schielke 7
-011000100110 Druggists 7
-011000100110 Nicolson 7
-011000100110 Hansberger 7
-011000100110 Kotlowitz 8
-011000100110 Milburn 8
-011000100110 Brutsche 8
-011000100110 Ehrman 8
-011000100110 DOBSON 8
-011000100110 CALEDONIAN 8
-011000100110 Kist 8
-011000100110 Cate 8
-011000100110 Timmins 9
-011000100110 Burdett 9
-011000100110 Reinecke 9
-011000100110 Paget 9
-011000100110 Hartson 9
-011000100110 TRUSTCO 9
-011000100110 Swasey 9
-011000100110 Quarters 10
-011000100110 Foerster 10
-011000100110 Chandon 10
-011000100110 Certification 10
-011000100110 Crowne 10
-011000100110 Coverings 10
-011000100110 Igon 10
-011000100110 Schley 10
-011000100110 Kakumaru 10
-011000100110 Guttmacher 10
-011000100110 Pullen 11
-011000100110 WIRELESS 11
-011000100110 SHANGHAI 11
-011000100110 Gyr 11
-011000100110 Palumbo 11
-011000100110 Quotable 11
-011000100110 Dohme 11
-011000100110 DUTCH/SHELL 11
-011000100110 Worts 11
-011000100110 Poors 12
-011000100110 Sime 12
-011000100110 Indulgence 12
-011000100110 Yost 12
-011000100110 Parsley 12
-011000100110 Gertz 12
-011000100110 Aitken 13
-011000100110 Cashman 13
-011000100110 Samaritan 13
-011000100110 Biologicals 14
-011000100110 Reindel 14
-011000100110 Cruikshank 14
-011000100110 Montague 14
-011000100110 Chimicles 14
-011000100110 CHARTERED 14
-011000100110 Marketer 15
-011000100110 Weeden 15
-011000100110 Ensign 15
-011000100110 Seidman/BDO 15
-011000100110 Isolde 15
-011000100110 Accountability 15
-011000100110 Propane 16
-011000100110 Barrel 16
-011000100110 Blow 17
-011000100110 Lundy 17
-011000100110 Nephew 17
-011000100110 Spa 17
-011000100110 Cressey 17
-011000100110 Sinsabaugh 17
-011000100110 Parke 18
-011000100110 Plimpton 18
-011000100110 Crafts 18
-011000100110 Lavan 18
-011000100110 Stream 18
-011000100110 Feld 18
-011000100110 COMMONWEALTH 18
-011000100110 Rohstoff 18
-011000100110 Spogli 19
-011000100110 Duffus 19
-011000100110 Gargano 19
-011000100110 Strawn 19
-011000100110 Friedrichs 20
-011000100110 Dare 20
-011000100110 LIGHT 20
-011000100110 Lothrop 20
-011000100110 Margulies 20
-011000100110 Rhoads 21
-011000100110 Puris 21
-011000100110 Stringfellow 22
-011000100110 Newall 22
-011000100110 Giroux 22
-011000100110 Jaworski 22
-011000100110 Ahn 23
-011000100110 McCloy 24
-011000100110 Jaymes 24
-011000100110 Botts 24
-011000100110 TELECOMMUNICATIONS 25
-011000100110 Ries 25
-011000100110 Crutcher 26
-011000100110 Betts 26
-011000100110 Supervision 27
-011000100110 Casinos 27
-011000100110 Furnishings 27
-011000100110 Pickering 28
-011000100110 Companion 28
-011000100110 AIRWAYS 28
-011000100110 Farnham 29
-011000100110 Ragen 29
-011000100110 Beranek 29
-011000100110 Hedges 30
-011000100110 Loewi 31
-011000100110 Proctor 32
-011000100110 Buyer 32
-011000100110 Renshaw 33
-011000100110 Farming 33
-011000100110 System/2 34
-011000100110 Struggles 35
-011000100110 Wesson 35
-011000100110 McGinley 36
-011000100110 OUTLOOK 36
-011000100110 Maffei 37
-011000100110 Mosle 37
-011000100110 Manges 37
-011000100110 Handler 39
-011000100110 Derrick 40
-011000100110 Knowles 41
-011000100110 Annuity 42
-011000100110 Intensive 43
-011000100110 Vining 44
-011000100110 Pogue 45
-011000100110 Vault 47
-011000100110 McLennan 47
-011000100110 Frankfurter 48
-011000100110 Birney 49
-011000100110 Ilsley 50
-011000100110 Eckhardt 50
-011000100110 Cruickshank 51
-011000100110 Parenthood 52
-011000100110 Morin 53
-011000100110 Lamont 55
-011000100110 Trecker 56
-011000100110 PETROLEUM 60
-011000100110 Ale 63
-011000100110 Lomb 66
-011000100110 R.L. 71
-011000100110 Horwath 71
-011000100110 Aikman 76
-011000100110 Belding 80
-011000100110 Root 83
-011000100110 Bowles 85
-011000100110 Turben 86
-011000100110 Wakefield 88
-011000100110 Amplifications 90
-011000100110 Shaykin 93
-011000100110 Newcastle 95
-011000100110 Dobson 95
-011000100110 Knowlton 96
-011000100110 Spielvogel 97
-011000100110 Hardart 98
-011000100110 Dubilier 104
-011000100110 Nettleton 115
-011000100110 Kuhn 123
-011000100110 Garrison 125
-011000100110 Wilcox 126
-011000100110 Hopwood 129
-011000100110 Son 132
-011000100110 Mather 134
-011000100110 Flom 140
-011000100110 Broad 162
-011000100110 Builders 194
-011000100110 'N 204
-011000100110 Cromwell 216
-011000100110 Quist 221
-011000100110 Box 232
-011000100110 Wireless 247
-011000100110 Whinney 250
-011000100110 Haas 260
-011000100110 Schuster 265
-011000100110 Rubicam 268
-011000100110 Lyle 287
-011000100110 Row 288
-011000100110 Cooke 299
-011000100110 Drew 312
-011000100110 Bradstreet 352
-011000100110 Shop 354
-011000100110 Owners 365
-011000100110 Woods 377
-011000100110 Gamble 412
-011000100110 Decker 541
-011000100110 Howell 558
-011000100110 Whitney 579
-011000100110 Jenrette 591
-011000100110 Fields 630
-011000100110 Shopping 668
-011000100110 Sons 700
-011000100110 Loan 3051
-011000100110 Hanover 1246
-011000100111 Burnmham 1
-011000100111 Vaapenfrabrik 1
-011000100111 Cavoukian 1
-011000100111 Slipsager 1
-011000100111 Herba 1
-011000100111 Rigs 1
-011000100111 GUNDY 1
-011000100111 cytotechnician 1
-011000100111 Stock-Index 1
-011000100111 Amiet 1
-011000100111 PETROLES. 1
-011000100111 Celebrity/Buick 1
-011000100111 Cavalier/Pontiac 1
-011000100111 Teammates/Reflex 1
-011000100111 Petroleum-Amoco 1
-011000100111 FREY 1
-011000100111 LTB 1
-011000100111 Abibiti-Price 1
-011000100111 Semmons-Taylor 1
-011000100111 Rueckversicherungs-Gesellschaft 1
-011000100111 Vesicherungs-Gesellschaft 1
-011000100111 Khanashvili-Artyushkina 1
-011000100111 Microelectronica 1
-011000100111 Burnam 1
-011000100111 gutbuster 1
-011000100111 Eni-Chem 1
-011000100111 Seacraft 1
-011000100111 Konika 1
-011000100111 Pugachova 1
-011000100111 LAGS 1
-011000100111 G-3 1
-011000100111 Directa 1
-011000100111 Burmham 1
-011000100111 Petrolum 1
-011000100111 Aimcor 1
-011000100111 deutschen 1
-011000100111 Rozanova 1
-011000100111 Knipper 1
-011000100111 Korbut 1
-011000100111 Desgane 1
-011000100111 Virick 1
-011000100111 1887-1987 1
-011000100111 mold-fighter 1
-011000100111 ofMr 1
-011000100111 Borisova 1
-011000100111 Techline 1
-011000100111 Brunst 1
-011000100111 PERCEPTIONS 1
-011000100111 Plastics-Pacific 1
-011000100111 compatiblity 1
-011000100111 Wozchod-Handelsbank 1
-011000100111 chassis-design 1
-011000100111 Haloid 1
-011000100111 Shatai 1
-011000100111 Alliance/Encore 1
-011000100111 Camelia 1
-011000100111 Acushnet 1
-011000100111 Affiliates-led 1
-011000100111 EXERCISE 1
-011000100111 Cordura 1
-011000100111 Morduant 1
-011000100111 Niosome 1
-011000100111 Marcliff 1
-011000100111 Perlite 1
-011000100111 50-Stock 1
-011000100111 Delco-Remy 1
-011000100111 Sieglar 1
-011000100111 PCATs 1
-011000100111 Mardian 1
-011000100111 Economico 1
-011000100111 Beefcake 1
-011000100111 Supras 1
-011000100111 FATHERLY 1
-011000100111 GoldWings 1
-011000100111 Scoular 1
-011000100111 Herbert-Verkamp-Calvert 1
-011000100111 S/T-10 1
-011000100111 Nooney 1
-011000100111 Grotius 1
-011000100111 entertainment-sector 1
-011000100111 frequent-use 1
-011000100111 Lowers 1
-011000100111 BIOMEDICALS 1
-011000100111 OHG 1
-011000100111 325/2 1
-011000100111 Fourment 1
-011000100111 Hydration 1
-011000100111 datebooks 1
-011000100111 C10 1
-011000100111 1972-1977 1
-011000100111 Nalge 1
-011000100111 Bertram-Trojan 1
-011000100111 PC3 1
-011000100111 Aptek 1
-011000100111 JOLLA 1
-011000100111 Tonnerre 1
-011000100111 Industrie-Unternehmungen 1
-011000100111 Casmalia 1
-011000100111 Franciere 1
-011000100111 hatboxes 1
-011000100111 Udyog 1
-011000100111 Pankratov 1
-011000100111 Selectrics 1
-011000100111 T-bird 1
-011000100111 Quartz-Synthesizer 1
-011000100111 6,230 1
-011000100111 Villagra 1
-011000100111 Foristall 1
-011000100111 commercials-but 1
-011000100111 Swerin 1
-011000100111 Sciacca 1
-011000100111 Matais 1
-011000100111 MR6 1
-011000100111 POS 1
-011000100111 winter-training 1
-011000100111 LTDs 1
-011000100111 Metais 1
-011000100111 spacetelescope 1
-011000100111 Suleman 1
-011000100111 Buehrle 1
-011000100111 title-unification 1
-011000100111 Geraetetechnik 1
-011000100111 Risp 1
-011000100111 5,210 1
-011000100111 280Z 1
-011000100111 Finanaciere 1
-011000100111 Accumaster 1
-011000100111 COLLOID 1
-011000100111 Ohrn 1
-011000100111 Omni-Physicians 1
-011000100111 Foundation-sponsored 1
-011000100111 Michiana 1
-011000100111 MLR 1
-011000100111 Bib 1
-011000100111 Pre-Kinder 1
-011000100111 300-series 1
-011000100111 Aeropace 1
-011000100111 olive-processing 1
-011000100111 BIBB 1
-011000100111 Summer. 1
-011000100111 Fairmonts 1
-011000100111 Privin 1
-011000100111 Consultec 1
-011000100111 6,560 1
-011000100111 Sameric 1
-011000100111 Hilton-Davis 1
-011000100111 N.V 1
-011000100111 32,616 1
-011000100111 Lipson-Alport-Glass 1
-011000100111 Aeromotive 1
-011000100111 Informational 1
-011000100111 guffahs 1
-011000100111 Osodi 1
-011000100111 343,150 1
-011000100111 35,131 1
-011000100111 Enviroponics 1
-011000100111 Burhnam 1
-011000100111 900S 1
-011000100111 Napoleao 1
-011000100111 Valenciano 1
-011000100111 Rodamco 1
-011000100111 CytoDiagnostics 1
-011000100111 Develops 1
-011000100111 Aero-Space 1
-011000100111 Baratelli 1
-011000100111 Aravidze 1
-011000100111 68,728 1
-011000100111 3,740 1
-011000100111 Kapila 1
-011000100111 Ivestments 1
-011000100111 LaGuardias 1
-011000100111 Folksam 1
-011000100111 Jones-controlled 1
-011000100111 WORSENED 1
-011000100111 ES250 1
-011000100111 Tatiesi 1
-011000100111 Sangetsu 1
-011000100111 50,835 1
-011000100111 59,277 1
-011000100111 10,064 1
-011000100111 72,971 1
-011000100111 55,608 1
-011000100111 320,260 1
-011000100111 13,364 1
-011000100111 Fariview 1
-011000100111 Laminados 1
-011000100111 Kanetsu 1
-011000100111 MetroCorp 1
-011000100111 silkily 1
-011000100111 34,308 1
-011000100111 Bio-technology 1
-011000100111 48,682 1
-011000100111 Reifenwerke 1
-011000100111 Landcruisers 1
-011000100111 Christodoulou 1
-011000100111 K-10 1
-011000100111 Harris-Hub 1
-011000100111 Metapraxis 1
-011000100111 LHW 1
-011000100111 StyleWare 1
-011000100111 J100 1
-011000100111 Pharmholding 2
-011000100111 WALKING 2
-011000100111 Frocks 2
-011000100111 Matton 2
-011000100111 Pintos 2
-011000100111 C-30 2
-011000100111 Accordion 2
-011000100111 Royces 2
-011000100111 Amram 2
-011000100111 BIAS 2
-011000100111 MGK 2
-011000100111 Benzol 2
-011000100111 Kurimoto 2
-011000100111 Cieras 2
-011000100111 Howarth 2
-011000100111 100LSs 2
-011000100111 Ryosan 2
-011000100111 MICROELETTRONICA 2
-011000100111 Oil-owned 2
-011000100111 McEntire 2
-011000100111 Angeloff 2
-011000100111 2,658 2
-011000100111 Tele-Trip 2
-011000100111 Expertec 2
-011000100111 T/Maker 2
-011000100111 8,873,702 2
-011000100111 Electrik 2
-011000100111 Biochemical 2
-011000100111 Decurion 2
-011000100111 Anthracite 2
-011000100111 downsizes 2
-011000100111 AbitibiPrice 2
-011000100111 DFT 2
-011000100111 Vespucci 2
-011000100111 State-Record 2
-011000100111 Banziger 2
-011000100111 Escher 2
-011000100111 Mecar 2
-011000100111 5000CS 2
-011000100111 Camsco 2
-011000100111 Scrimgeour-Vickers 2
-011000100111 ELECTRICALS 2
-011000100111 Xerographic 2
-011000100111 Haskin 3
-011000100111 Breguet 3
-011000100111 LS400 3
-011000100111 Exploradora 3
-011000100111 Deutschen 3
-011000100111 Sunwear 3
-011000100111 PC-ATs 3
-011000100111 Micro-electronics 3
-011000100111 Undergarment 3
-011000100111 Grew 3
-011000100111 Zephyr 3
-011000100111 Cimarrons 3
-011000100111 Fleetwoods 3
-011000100111 98s 3
-011000100111 Wesfarmers 3
-011000100111 Rorie 3
-011000100111 Asado 3
-011000100111 TRAFFIC 3
-011000100111 Rolled 3
-011000100111 2,232 3
-011000100111 Thermometer 3
-011000100111 Burham 3
-011000100111 Biarritz 3
-011000100111 Microcircuits 3
-011000100111 Fasteners 3
-011000100111 Meccanotecnica 3
-011000100111 Corvair 3
-011000100111 Seikan 3
-011000100111 Bankverein 4
-011000100111 Hostench 4
-011000100111 Vaapenfabrik 4
-011000100111 AML 4
-011000100111 Intervest 4
-011000100111 Umpanki 4
-011000100111 Frosst 4
-011000100111 Lio 4
-011000100111 Heberlein 4
-011000100111 FRIED. 4
-011000100111 Carl/312 4
-011000100111 Towing 4
-011000100111 Bio-Science 4
-011000100111 Exterminating 4
-011000100111 Laundry 4
-011000100111 Petfoods 4
-011000100111 Vehicules 4
-011000100111 VICKERS 4
-011000100111 GANNETT 4
-011000100111 Humboldt-Deutz 4
-011000100111 Aria 4
-011000100111 Expeditions 4
-011000100111 BPD 5
-011000100111 Shokai 5
-011000100111 Rinfret 5
-011000100111 AgResource 5
-011000100111 Kopparbergs 5
-011000100111 Kravis-led 5
-011000100111 Smelters 5
-011000100111 Bucket 5
-011000100111 Doody 5
-011000100111 Corolla. 6
-011000100111 Rydin 6
-011000100111 Minnett 6
-011000100111 PRINTING 6
-011000100111 RICOSTRUZIONE 6
-011000100111 5000S 6
-011000100111 Silicones 6
-011000100111 Editore 7
-011000100111 Microelettronica 7
-011000100111 Alsthom 7
-011000100111 Finanz 7
-011000100111 Citation 7
-011000100111 ENGINEERING 8
-011000100111 Presents 8
-011000100111 Geigy 8
-011000100111 Aluminio 8
-011000100111 Paging 9
-011000100111 Celica 9
-011000100111 Exterior 9
-011000100111 Electro-Optics 10
-011000100111 Luminoso 10
-011000100111 Deutschland 11
-011000100111 Soda 11
-011000100111 Scania 11
-011000100111 Oils 11
-011000100111 Menka 12
-011000100111 Bearing 12
-011000100111 Meares 12
-011000100111 Prizm 13
-011000100111 Camaros 13
-011000100111 Sash 13
-011000100111 5000s 14
-011000100111 Ingelheim 14
-011000100111 Brillstein 14
-011000100111 Baetjer 14
-011000100111 Isotoner 15
-011000100111 Cavaliers 16
-011000100111 Humboldt 17
-011000100111 Shaiken 18
-011000100111 Lingus 18
-011000100111 Biomedicals 19
-011000100111 Firenza 19
-011000100111 Mannheim 19
-011000100111 9000 20
-011000100111 Tractor 22
-011000100111 Caprice 23
-011000100111 Pipelines 27
-011000100111 Jeans 27
-011000100111 Vaapenfabrikk 31
-011000100111 Marconi 31
-011000100111 Ricard 31
-011000100111 Fairview 33
-011000100111 Gumi 34
-011000100111 Calais 35
-011000100111 Fertilizer 36
-011000100111 Cola 38
-011000100111 Timber 39
-011000100111 Benz 40
-011000100111 Bruxelles 46
-011000100111 Whampoa 46
-011000100111 OIL 56
-011000100111 Royce 57
-011000100111 Diesel 58
-011000100111 Engine 62
-011000100111 Cavalier 63
-011000100111 POWER 64
-011000100111 EMI 68
-011000100111 PipeLines 68
-011000100111 GAS 74
-011000100111 Celebrity 75
-011000100111 Fiberglas 77
-011000100111 Tea 80
-011000100111 Teller 91
-011000100111 Shipping 106
-011000100111 Cards 108
-011000100111 Nast 117
-011000100111 Aluminium 128
-011000100111 5000 133
-011000100111 Shipbuilding 153
-011000100111 Lumber 156
-011000100111 Beckman 206
-011000100111 Printing 262
-011000100111 Siegler 294
-011000100111 Pharmaceuticals 305
-011000100111 Coal 320
-011000100111 Richfield 346
-011000100111 Mines 457
-011000100111 Telecom 674
-011000100111 Aerospace 700
-011000100111 Tire 804
-011000100111 Kravis 941
-011000100111 Burnham 2334
-011000100111 Gas 2385
-011000100111 Petroleum 3108
-011000100111 Oil 3286
-011000100111 Motor 3473
-0110001010 882.2 1
-0110001010 Vapor 1
-0110001010 Yokado 1
-0110001010 Briefcase 1
-0110001010 Grom 1
-0110001010 Cylinder 1
-0110001010 Turbomachinery 1
-0110001010 Labouisee 1
-0110001010 Group/Wells 1
-0110001010 Brine 1
-0110001010 Kallistos 1
-0110001010 Drustev 1
-0110001010 Electro-Galvanizing 1
-0110001010 CoastSouthwestern 1
-0110001010 Gordon/Clarkson 1
-0110001010 NK 1
-0110001010 Langue 1
-0110001010 STARRETT 1
-0110001010 Pecan 1
-0110001010 Co.-Austin 1
-0110001010 Pipline 1
-0110001010 Starfish 1
-0110001010 Fuzz 1
-0110001010 Thru 1
-0110001010 Bk-Madison 1
-0110001010 Shigemasa 1
-0110001010 Langua 1
-0110001010 Society/Little 1
-0110001010 Proppants 1
-0110001010 Tsusho 1
-0110001010 Bandler 1
-0110001010 Books/William 1
-0110001010 Sachs/Kidder 1
-0110001010 Barriman 1
-0110001010 Frigoriferi 1
-0110001010 Alido 1
-0110001010 Devincenzi 1
-0110001010 Kolle 1
-0110001010 Conveyer 1
-0110001010 Southdale 1
-0110001010 Steamships 1
-0110001010 System-Eastern 1
-0110001010 PFBC 1
-0110001010 Productos 1
-0110001010 Bysshe 1
-0110001010 Suan 1
-0110001010 Perot-Roger 1
-0110001010 Pictures-Keith 1
-0110001010 Hall-Dietrich 1
-0110001010 Jushi 1
-0110001010 Realty/New 1
-0110001010 Omega/Vauxhall 1
-0110001010 Laroche 1
-0110001010 Atlantic-Tricon 1
-0110001010 Unso 1
-0110001010 Factoring/Manufacturers 1
-0110001010 Dauny 1
-0110001010 Air/Industrial 1
-0110001010 HOPING 1
-0110001010 Fume 1
-0110001010 Enseignement 1
-0110001010 SALIM 1
-0110001010 Reconditioning 1
-0110001010 House/William 1
-0110001010 School-McLean 1
-0110001010 Doboku 1
-0110001010 okiep 1
-0110001010 Press-On 1
-0110001010 Cheow 1
-0110001010 Finishes 1
-0110001010 Tanzo 1
-0110001010 Grossart 1
-0110001010 Lapa 1
-0110001010 tial 1
-0110001010 Oeil 1
-0110001010 Lammers 1
-0110001010 Hyo 1
-0110001010 Parfumerie 1
-0110001010 Faire 1
-0110001010 Attribute 1
-0110001010 Clans 1
-0110001010 Orimono 1
-0110001010 Malyshkin 1
-0110001010 Ock 1
-0110001010 Brunt 1
-0110001010 Gumbel/Walt 1
-0110001010 SPECULATION 1
-0110001010 Co.and 1
-0110001010 Kidding 1
-0110001010 Gust 1
-0110001010 Big-10 1
-0110001010 Equit 1
-0110001010 Kanyo 1
-0110001010 Handelsund 1
-0110001010 Jaechul 1
-0110001010 Transmission-Pacific 1
-0110001010 Komuten 1
-0110001010 Fund-Teachers 1
-0110001010 Press/Warner 1
-0110001010 Seisakusho 1
-0110001010 Douls 1
-0110001010 Antenna 2
-0110001010 GOODRICH 2
-0110001010 Viande 2
-0110001010 och 2
-0110001010 Cable/ 2
-0110001010 Angler 2
-0110001010 Malchman 2
-0110001010 Handels-und 2
-0110001010 WORLDWIDE 2
-0110001010 Fabriken 2
-0110001010 MTP 2
-0110001010 2,724 2
-0110001010 Multi-Sector 2
-0110001010 Weldin 2
-0110001010 Traction 2
-0110001010 Elektrik 2
-0110001010 Shau 2
-0110001010 Choon 2
-0110001010 Brandford 3
-0110001010 Inti 3
-0110001010 Yassin 3
-0110001010 Comiteau 3
-0110001010 Abod 3
-0110001010 MATTHEY 4
-0110001010 Hollowell 4
-0110001010 og 4
-0110001010 Kagaku 5
-0110001010 Testamentary 7
-0110001010 Foong 8
-0110001010 Distilling 13
-0110001010 Amicable 14
-0110001010 Heritable 14
-0110001010 & 44791
-0110001010 und 37
-01100010110 hypernationalism 1
-01100010110 dogmatist 1
-01100010110 timber- 1
-01100010110 Belmont-Morgan 1
-01100010110 marine-defense 1
-01100010110 corn- 1
-01100010110 sales-slip 1
-01100010110 dyer 1
-01100010110 Old-Timers 1
-01100010110 craniotomy 1
-01100010110 Krishnas 1
-01100010110 hoagie 1
-01100010110 half-smile 1
-01100010110 Toyland 1
-01100010110 Inter-War 1
-01100010110 narrator-wife 1
-01100010110 talkiest 1
-01100010110 quasi-isolationist 1
-01100010110 arts-management 1
-01100010110 mahonia 1
-01100010110 Vietnam-veterans 1
-01100010110 reliablity 1
-01100010110 Honda-Volkswagen-Saab 1
-01100010110 legislative-veto 1
-01100010110 Ds 1
-01100010110 100- 1
-01100010110 skullcap 1
-01100010110 Penmans 1
-01100010110 breach-of-duty 1
-01100010110 SHEET 1
-01100010110 mining-machinery 1
-01100010110 Tete 1
-01100010110 Aegisthus 1
-01100010110 Scharanskys 1
-01100010110 attornies 1
-01100010110 horse-lover 1
-01100010110 work-habits 1
-01100010110 one-bedrooms 1
-01100010110 Repressed 1
-01100010110 Bycom 1
-01100010110 Defector 1
-01100010110 special-mechanism 1
-01100010110 drawing-office 1
-01100010110 language-school 1
-01100010110 futures- 1
-01100010110 Welleszes 1
-01100010110 '82s 1
-01100010110 multiprocessors 1
-01100010110 timbers 1
-01100010110 Honourable 1
-01100010110 National-American 1
-01100010110 noncoms 1
-01100010110 Dalmatian 1
-01100010110 1570s 1
-01100010110 hunchback 1
-01100010110 Springsteens 1
-01100010110 Vakson 1
-01100010110 Oil-Dri 1
-01100010110 Inkeles 1
-01100010110 15th- 1
-01100010110 ground-corn 1
-01100010110 Newsweek-Bush 1
-01100010110 engine-machining 1
-01100010110 murderee 1
-01100010110 Lynchberg 1
-01100010110 REFLUB-LICANS 1
-01100010110 drug-demented 1
-01100010110 Knight-Ridder-Tribune 1
-01100010110 academization 1
-01100010110 upsies 1
-01100010110 once-expected 1
-01100010110 spray-bottle 1
-01100010110 signed-on 1
-01100010110 brocades 1
-01100010110 glassfiber 1
-01100010110 LINs 1
-01100010110 then-incumbent 1
-01100010110 very-well-thought-out 1
-01100010110 Launderettes 1
-01100010110 tureen 1
-01100010110 videotape-cassette 1
-01100010110 Steffis 1
-01100010110 non-HCE 1
-01100010110 rumor-laden 1
-01100010110 Ethicals 1
-01100010110 Ruperts 1
-01100010110 brokerage-services 1
-01100010110 Videotel 1
-01100010110 family-products 1
-01100010110 be-all 1
-01100010110 quarter-earlier 1
-01100010110 Disaster-Prone 1
-01100010110 Sartorial 1
-01100010110 Karvama 1
-01100010110 logic-defying 1
-01100010110 FINCH 1
-01100010110 reopener 1
-01100010110 household-cleaner 1
-01100010110 tastiness 1
-01100010110 Prudentials 1
-01100010110 Saudi- 1
-01100010110 basic-steel 1
-01100010110 Solec 1
-01100010110 Procters 1
-01100010110 Blanc-Warner 1
-01100010110 service- 1
-01100010110 food- 1
-01100010110 Omnific 1
-01100010110 nitty 1
-01100010110 best- 1
-01100010110 Flier 1
-01100010110 phone-radio 1
-01100010110 legal-resources 1
-01100010110 Labor-Health 1
-01100010110 Draino 1
-01100010110 Arikara 1
-01100010110 connoisseurship 1
-01100010110 neurosciences 1
-01100010110 Ninian 1
-01100010110 static-tax-revenue 1
-01100010110 Merensky 1
-01100010110 Czars 1
-01100010110 international-management 1
-01100010110 woodpile 1
-01100010110 Hirosawas 1
-01100010110 razor-blades 1
-01100010110 accident- 1
-01100010110 Havoc 1
-01100010110 Fitzgeralds 1
-01100010110 real- 1
-01100010110 Epping 1
-01100010110 Carringtons 1
-01100010110 sometimes-garbled 1
-01100010110 coin-flip 1
-01100010110 Amur 1
-01100010110 gunwales 1
-01100010110 101-megabyte 1
-01100010110 shoulds 1
-01100010110 Antisocial 1
-01100010110 filtration-systems 1
-01100010110 land-swap 1
-01100010110 woodcutters 1
-01100010110 drought- 1
-01100010110 quasi-rape 1
-01100010110 patched-up 1
-01100010110 Kokomba 1
-01100010110 Smokenders 1
-01100010110 flame-spreading 1
-01100010110 pickaxes 1
-01100010110 Blue-Collar 1
-01100010110 grammar- 1
-01100010110 Locap 1
-01100010110 regulatin 1
-01100010110 PA-28s 1
-01100010110 domestic- 1
-01100010110 fastest-changing 1
-01100010110 rotors 1
-01100010110 expropriators 1
-01100010110 Sirindhorn 1
-01100010110 debt-negotiator 1
-01100010110 Goethals 1
-01100010110 color- 1
-01100010110 Racketeered-Influenced 1
-01100010110 Beteiligungs 1
-01100010110 inefficiences 1
-01100010110 gay-bashers 1
-01100010110 Beau-Rivage 1
-01100010110 supertall 1
-01100010110 pre-primary 1
-01100010110 assets-acquisition 1
-01100010110 7-foot-2 1
-01100010110 personal- 1
-01100010110 pro-work 1
-01100010110 Xynetics 1
-01100010110 McCaskeys 1
-01100010110 Furrever 1
-01100010110 Cullens 1
-01100010110 Apollo-killer 1
-01100010110 pamphleteer 1
-01100010110 musicologist 1
-01100010110 Dodecanese 1
-01100010110 Gilberts 1
-01100010110 gambler/bookmaker 1
-01100010110 N-bomb 1
-01100010110 better-armed 1
-01100010110 Slatkin-Schwantner 1
-01100010110 Badlands 1
-01100010110 Sioux-owned 1
-01100010110 MNR. 1
-01100010110 Baldwin-Hamilton 1
-01100010110 pick-ax 1
-01100010110 Badoit 1
-01100010110 erecta 1
-01100010110 pocketknife 1
-01100010110 KRQX-AM 1
-01100010110 wharfs 1
-01100010110 grapeskin 1
-01100010110 service-rationed 1
-01100010110 Lows 1
-01100010110 4th-Quarter 1
-01100010110 Cutrales 1
-01100010110 Carribbean 1
-01100010110 Muskie-McGovern 1
-01100010110 chili-doused 1
-01100010110 chips-supply 1
-01100010110 Evaporated 1
-01100010110 large- 1
-01100010110 disfranchisement 1
-01100010110 spiral-shaped 1
-01100010110 pipe-laying 1
-01100010110 pea-brained 1
-01100010110 Publics 1
-01100010110 pump-making 1
-01100010110 Rimpa 1
-01100010110 Alaska-oil 1
-01100010110 freights 1
-01100010110 dried-fruit 1
-01100010110 Furies 1
-01100010110 big-boned 1
-01100010110 kneeling-bus 1
-01100010110 Tinkers 1
-01100010110 1390s 1
-01100010110 Harrys 1
-01100010110 not-so-rich 1
-01100010110 war-fighter 1
-01100010110 neo-isolationism 1
-01100010110 Blowpipes 1
-01100010110 Cuban-inspired 1
-01100010110 Riveter 1
-01100010110 pipeline-systems 1
-01100010110 Outstrips 1
-01100010110 Hatchery 1
-01100010110 Riverboat 1
-01100010110 Re-Solve 1
-01100010110 J- 1
-01100010110 Second-Guess 1
-01100010110 hot-rodding 1
-01100010110 Fugs 1
-01100010110 marquetry 1
-01100010110 drear 1
-01100010110 three-bean 1
-01100010110 two-defense 1
-01100010110 late-70s 1
-01100010110 32/450 1
-01100010110 dealer/broker 1
-01100010110 Inc./Tomy 1
-01100010110 Strudel 1
-01100010110 fiver 1
-01100010110 kinglet 1
-01100010110 Jordans 1
-01100010110 Mag-Lite 1
-01100010110 industrial-coatings 1
-01100010110 1.9055-mark 1
-01100010110 9-year-olds 1
-01100010110 16-megabit 1
-01100010110 Welli 1
-01100010110 technology- 1
-01100010110 NRA. 1
-01100010110 Fintech 1
-01100010110 Euro-housewife 1
-01100010110 ranter 1
-01100010110 raver 1
-01100010110 radar- 1
-01100010110 radio- 1
-01100010110 kaihatsu 1
-01100010110 pornographer 1
-01100010110 Poppin 1
-01100010110 agro-alimentary 1
-01100010110 Plantin 1
-01100010110 100-mark 1
-01100010110 anti-work 1
-01100010110 hyper-channel 1
-01100010110 photo-story 1
-01100010110 DPIC 1
-01100010110 Kunitz 1
-01100010110 IMI. 1
-01100010110 cardiogram 1
-01100010110 lambing 1
-01100010110 BSU-49B 1
-01100010110 specialized-pipeline 1
-01100010110 linga 1
-01100010110 congressional-district 1
-01100010110 bath. 1
-01100010110 greedseekers 1
-01100010110 twiggiest 1
-01100010110 X-Pensive 1
-01100010110 Jacobin 1
-01100010110 Jardaneh 1
-01100010110 pinkroses 1
-01100010110 Saracens 1
-01100010110 tree-topper 1
-01100010110 transferor 1
-01100010110 Parchamis 1
-01100010110 construction-supply 1
-01100010110 sports-fitness 1
-01100010110 746th 1
-01100010110 Fatted 1
-01100010110 exploiters 1
-01100010110 defect-finding 1
-01100010110 SA-3B 1
-01100010110 MEBA/NMU 1
-01100010110 aquas 1
-01100010110 ex-champion 1
-01100010110 patent- 1
-01100010110 Compresssors 1
-01100010110 Veribank 1
-01100010110 wood-waste 1
-01100010110 Israeli-settled 1
-01100010110 broadcast-management 1
-01100010110 stronghearted 1
-01100010110 TWU 1
-01100010110 porte-cochere 1
-01100010110 Fetisov 1
-01100010110 semiconductor-producers 1
-01100010110 Spartak 1
-01100010110 Mikes 1
-01100010110 heiresses 1
-01100010110 film- 1
-01100010110 lamp-post 1
-01100010110 missionizing 1
-01100010110 on-the-stove 1
-01100010110 electronic-part 1
-01100010110 incorrigibles 1
-01100010110 Hirokawa 1
-01100010110 geochemist 1
-01100010110 electronic- 1
-01100010110 oil-purchasing 1
-01100010110 seasonally- 1
-01100010110 Khare 1
-01100010110 kidnaping 1
-01100010110 milfoil 1
-01100010110 snootfull 1
-01100010110 serape 1
-01100010110 intra- 1
-01100010110 Pitches 1
-01100010110 hardest-driving 1
-01100010110 fixed-income-sales 1
-01100010110 switchblade 1
-01100010110 properites 1
-01100010110 1.60-mark 1
-01100010110 Weingartens 1
-01100010110 plumbing-repair 1
-01100010110 rumor-monger 1
-01100010110 Nestles 1
-01100010110 Bradys 1
-01100010110 road-machinery 1
-01100010110 Tavoularis 1
-01100010110 flag- 1
-01100010110 X-chromosome 1
-01100010110 Kirkvine 1
-01100010110 delicensing 1
-01100010110 Ostade 1
-01100010110 2.0040-mark 1
-01100010110 marketing/promotion/research 1
-01100010110 Gnostics 1
-01100010110 American- 1
-01100010110 Middleman 1
-01100010110 porcupine 1
-01100010110 compulsories 1
-01100010110 McShine 1
-01100010110 steel-treatment 1
-01100010110 Voroshilov 1
-01100010110 unionbuster 1
-01100010110 commenters 1
-01100010110 audiotext 1
-01100010110 computer-publishing 1
-01100010110 ascot 1
-01100010110 trans-Baikal 1
-01100010110 Dazed 1
-01100010110 pulmonologist 1
-01100010110 time- 1
-01100010110 greeds 1
-01100010110 egrets 1
-01100010110 Rainwater-Meyerson 1
-01100010110 neo-Stalinists 1
-01100010110 BANKEN 1
-01100010110 advanced-software 1
-01100010110 IW115 1
-01100010110 technlogy 1
-01100010110 Inept 1
-01100010110 fumigator 1
-01100010110 hows 1
-01100010110 hunting-mad 1
-01100010110 budget-shortfall 1
-01100010110 sylph 1
-01100010110 Saidiners 1
-01100010110 better-growing 1
-01100010110 Searns 1
-01100010110 mid-south 1
-01100010110 Monongohela 1
-01100010110 bat- 1
-01100010110 CanadianImmigration 1
-01100010110 Domsjo 1
-01100010110 crustiness 1
-01100010110 banker-training 1
-01100010110 U.K./Europe 1
-01100010110 drug-processing 1
-01100010110 UPP 1
-01100010110 Yardbirds 1
-01100010110 preamplifier 1
-01100010110 Tikki 2
-01100010110 white- 2
-01100010110 Flindt 2
-01100010110 metal-reclamation 2
-01100010110 Securties 2
-01100010110 GameTek 2
-01100010110 Tolar 2
-01100010110 V.J.s 2
-01100010110 300SL 2
-01100010110 Weserhuette 2
-01100010110 1986- 2
-01100010110 Power-plant 2
-01100010110 Research-and-development 2
-01100010110 Waterway 2
-01100010110 Powerplant 2
-01100010110 silencer 2
-01100010110 inattentiveness 2
-01100010110 explicitness 2
-01100010110 Spoilers 2
-01100010110 co-development 2
-01100010110 Campania 2
-01100010110 servicewoman 2
-01100010110 J-platform 2
-01100010110 notepads 2
-01100010110 Tsezar 2
-01100010110 ReChem 2
-01100010110 Cursor 2
-01100010110 Mirages 2
-01100010110 furred 2
-01100010110 Watercraft 2
-01100010110 oil-man 2
-01100010110 Heater 2
-01100010110 crushers 2
-01100010110 Horace-Mann 2
-01100010110 torturer 2
-01100010110 Americal 2
-01100010110 sackcloth 2
-01100010110 Trilateralist 2
-01100010110 fire- 2
-01100010110 pinkie 2
-01100010110 alembics 2
-01100010110 Hoyas 2
-01100010110 cornstalks 2
-01100010110 impeachers 2
-01100010110 Baskir 2
-01100010110 gurney 2
-01100010110 management-recruiting 2
-01100010110 straightest 2
-01100010110 Sac 2
-01100010110 Foil 2
-01100010110 Armament 2
-01100010110 Commonwealth-Journal 2
-01100010110 SSN 2
-01100010110 Barbers 2
-01100010110 Freightcor 2
-01100010110 export- 2
-01100010110 Nixons 2
-01100010110 hazardous- 3
-01100010110 Phonogram 3
-01100010110 sex- 3
-01100010110 Deluge 3
-01100010110 500- 3
-01100010110 Bambino 3
-01100010110 Sabra 3
-01100010110 elementary- 3
-01100010110 HELICOPTERS 3
-01100010110 glycerol 3
-01100010110 Computax 3
-01100010110 Omnis 3
-01100010110 Whore 3
-01100010110 Sweats 4
-01100010110 Verdicts 4
-01100010110 Clown 4
-01100010110 Tu-204 4
-01100010110 Gaudi 4
-01100010110 Matrimonial 4
-01100010110 UNHRC 4
-01100010110 Closet 4
-01100010110 Ranson 4
-01100010110 TUNG 4
-01100010110 Syntelligence 4
-01100010110 Knitwear 5
-01100010110 Cobrins 5
-01100010110 Blueberry 5
-01100010110 Grief 6
-01100010110 Sweetener 6
-01100010110 nooks 9
-01100010110 gold- 9
-01100010110 Racketeer-Influenced 10
-01100010110 Theatrical 11
-01100010110 first- 12
-01100010110 Cardiovascular 13
-01100010110 ins 15
-01100010110 Securites 15
-01100010110 Allgemeine 15
-01100010110 Humanities 27
-01100010110 Boardwalk 33
-01100010110 Clothing 41
-01100010110 Loom 47
-01100010110 Influenced 115
-01100010110 Monopolies 121
-01100010110 Omni 124
-01100010110 Immigration 246
-01100010110 Metals 413
-01100010110 Tobacco 416
-01100010110 Ways 774
-01100010110 Securities 12312
-01100010110 Food 1534
-011000101110 Herrold 1
-011000101110 7100 1
-011000101110 Groussman 1
-011000101110 Shangquan 1
-011000101110 Bankstock 1
-011000101110 Kocina 1
-011000101110 Glace 1
-011000101110 Schnaut 1
-011000101110 Largeau 1
-011000101110 FWI 1
-011000101110 Skyways 1
-011000101110 Hamson 1
-011000101110 ethnobiologist 1
-011000101110 TECHNIK 1
-011000101110 Crane-Houdaille 1
-011000101110 cenotaph 1
-011000101110 Macroeconomia 1
-011000101110 PA28 1
-011000101110 Farmaceutica 1
-011000101110 Landrum 1
-011000101110 Balkind 1
-011000101110 Gaxiora 1
-011000101110 Redko 1
-011000101110 Heilmann 1
-011000101110 Frisell 1
-011000101110 Macom 1
-011000101110 Quong 1
-011000101110 Tronics 1
-011000101110 Hutton-Golub 1
-011000101110 ImmuneSciences 1
-011000101110 SysteMetrics 1
-011000101110 Airships 1
-011000101110 Santon 1
-011000101110 Sachses 1
-011000101110 Panamerica 1
-011000101110 Reducer 1
-011000101110 Tiles 1
-011000101110 al-Radydeh 1
-011000101110 Saxena 1
-011000101110 KNW 1
-011000101110 Skylar 1
-011000101110 COM 1
-011000101110 Mulitbin 1
-011000101110 Ovshinksy 1
-011000101110 Industries-Chemical 1
-011000101110 Beylen 1
-011000101110 Larrgeau 1
-011000101110 Correctors 1
-011000101110 Pesos 1
-011000101110 mansion-turned-museum 1
-011000101110 Guitars 1
-011000101110 Oritsky 1
-011000101110 Jamboree 1
-011000101110 Inter-Funding 1
-011000101110 BancShares 1
-011000101110 Failey 1
-011000101110 pelt 1
-011000101110 Seigler 1
-011000101110 Sunroofs 1
-011000101110 Metalcraft 1
-011000101110 Vanpier 1
-011000101110 Lumacell 1
-011000101110 Werries 1
-011000101110 Witterr 1
-011000101110 Bonsar 1
-011000101110 Exsura 1
-011000101110 CONCEPTS 1
-011000101110 Gulis 1
-011000101110 Insustries 1
-011000101110 XI 1
-011000101110 Industies 1
-011000101110 Whitter 1
-011000101110 Hedley-Noble 1
-011000101110 Pixely 1
-011000101110 Moneysworth 1
-011000101110 Eberling 1
-011000101110 Beranger 1
-011000101110 Fres 1
-011000101110 Baim 1
-011000101110 Setter 1
-011000101110 Carbonics 1
-011000101110 Foremost-McKesson 1
-011000101110 Newgett 1
-011000101110 Telematica 1
-011000101110 Baquet 1
-011000101110 Dafna 1
-011000101110 Almog 1
-011000101110 FCMC 1
-011000101110 Chipsoft 1
-011000101110 Witter-led 1
-011000101110 BARD 1
-011000101110 Scheff 1
-011000101110 Aros 1
-011000101110 DeCosse 1
-011000101110 Sendzimir 1
-011000101110 Industries-developed 1
-011000101110 B-School 1
-011000101110 Peabody. 1
-011000101110 Cryogenics 1
-011000101110 Stitching 1
-011000101110 Brothers-E.F. 1
-011000101110 Emmerling 1
-011000101110 Airmen 1
-011000101110 Hennebach 1
-011000101110 Ryberg 1
-011000101110 Bros.will 1
-011000101110 Teletec 1
-011000101110 Scheib 1
-011000101110 Kloman 1
-011000101110 Pharmacal 2
-011000101110 Eicher 2
-011000101110 Taqi 2
-011000101110 Sachs-led 2
-011000101110 Pantries 2
-011000101110 Ei 2
-011000101110 Girdler 2
-011000101110 Bulfinch 2
-011000101110 Vikingolje 2
-011000101110 Fienberg 2
-011000101110 University-educated 2
-011000101110 Akroyd 2
-011000101110 McKie 2
-011000101110 Sach 2
-011000101110 Abud 2
-011000101110 Mellody 2
-011000101110 Pouncy 2
-011000101110 Rossow 2
-011000101110 Rogan 2
-011000101110 Skelos 2
-011000101110 Danchi 2
-011000101110 CITE 2
-011000101110 Bullaty 2
-011000101110 SAE 2
-011000101110 Feeds 3
-011000101110 Tabell 3
-011000101110 Adib 3
-011000101110 Teito 3
-011000101110 MacCannell 3
-011000101110 Sachs/CPM 3
-011000101110 Macris 3
-011000101110 PERIPHERALS 3
-011000101110 Folmar 3
-011000101110 Stearn 3
-011000101110 Marsteller 4
-011000101110 Powdered 4
-011000101110 Grievson 4
-011000101110 Beckley-Cardy 4
-011000101110 Valli 4
-011000101110 Cedarbaum 4
-011000101110 Ederer 4
-011000101110 DSLT 4
-011000101110 Fibres 4
-011000101110 Jimusho 4
-011000101110 Kamisar 4
-011000101110 Industries-EMI 5
-011000101110 Reitzfeld 5
-011000101110 Gilt-Edged 5
-011000101110 Pixley 5
-011000101110 Kfar 5
-011000101110 Coop 5
-011000101110 Rovins 6
-011000101110 Wrap 6
-011000101110 Hakuhodo 6
-011000101110 Acoustics 6
-011000101110 Soditic 9
-011000101110 Imhoff 9
-011000101110 Yarns 10
-011000101110 Deland 10
-011000101110 Goutal 10
-011000101110 Poynton 11
-011000101110 Milln 12
-011000101110 Interfunding 12
-011000101110 Banken 16
-011000101110 Koeki 18
-011000101110 Cosmopulos 20
-011000101110 Amdec 31
-011000101110 Refsnes 35
-011000101110 Maclaine 41
-011000101110 Hung 43
-011000101110 Speyer 46
-011000101110 Eichler 55
-011000101110 Deacon 56
-011000101110 Grieveson 96
-011000101110 Bowes 105
-011000101110 Hydro 144
-011000101110 Kumble 152
-011000101110 Govett 173
-011000101110 McKinnon 310
-011000101110 Benson 340
-011000101110 Witter 1151
-011000101110 Hutton 3034
-011000101110 Brothers 4427
-011000101110 Industries 5634
-011000101111 Independent-business 1
-011000101111 Cluj-Napoca 1
-011000101111 1,194,822 1
-011000101111 Izumo 1
-011000101111 Malcomb-Pirnie 1
-011000101111 Miserable 1
-011000101111 Sex-wise 1
-011000101111 Bloomcraft 1
-011000101111 Assay 1
-011000101111 Nowsco 1
-011000101111 815,500 1
-011000101111 spacco 1
-011000101111 Cattle-future 1
-011000101111 Corona-Hemlo 1
-011000101111 Truevision 1
-011000101111 Technogenetics 1
-011000101111 Nearby-futures 1
-011000101111 Venison 1
-011000101111 Pro- 1
-011000101111 314,010 1
-011000101111 176,476 1
-011000101111 Watergroup 1
-011000101111 282,986 1
-011000101111 Lotfi 1
-011000101111 COUGH 1
-011000101111 33,236 1
-011000101111 MCBKA 1
-011000101111 Stepper 1
-011000101111 488,154 1
-011000101111 rejectionist 1
-011000101111 Rache 1
-011000101111 302,820 1
-011000101111 152,482 1
-011000101111 Non-priority 1
-011000101111 235,094 1
-011000101111 Sabag 1
-011000101111 CerBay 1
-011000101111 FOULED 1
-011000101111 HECHINGER 1
-011000101111 848,690 1
-011000101111 Fat-Cutting 1
-011000101111 Fayman 1
-011000101111 159,666 1
-011000101111 BLOHM 1
-011000101111 anisette 1
-011000101111 DB/VMS 1
-011000101111 Simhas 1
-011000101111 Barricading 1
-011000101111 poled 1
-011000101111 Heatilator 1
-011000101111 Bentech 1
-011000101111 317,211 1
-011000101111 Substantiation 1
-011000101111 linters 1
-011000101111 14:00-16:00 1
-011000101111 9:00-midday 1
-011000101111 Molodezhnaya 1
-011000101111 zakuski 1
-011000101111 Babushkinskaya 1
-011000101111 8:00-17:00 1
-011000101111 9:00-18:00 1
-011000101111 Vodnyy 1
-011000101111 Tushinskaya 1
-011000101111 15:00-18:00 1
-011000101111 Novoslobodskaya 1
-011000101111 Linino 1
-011000101111 Lolo 1
-011000101111 9:30-20:00 1
-011000101111 12:00-20:00 1
-011000101111 Smolenskaya 1
-011000101111 Sviblivo 1
-011000101111 12:0023:00 1
-011000101111 Nogina 1
-011000101111 17:00-22:00 1
-011000101111 10:00-12:00 1
-011000101111 7:30-23:00 1
-011000101111 13:00-23:00 1
-011000101111 9:00-23:00 1
-011000101111 Sviblovo 1
-011000101111 12:00-24:00 1
-011000101111 Aviamotornaya 1
-011000101111 15:00-16:00 1
-011000101111 8:00-18:00 1
-011000101111 Kolomenskaya 1
-011000101111 Izmaylovskaya 1
-011000101111 Novokuznetskaya 1
-011000101111 Voikovskaya 1
-011000101111 Taganskaya 1
-011000101111 Universitet 1
-011000101111 11:00-22:00 1
-011000101111 Profsouznaya 1
-011000101111 Mondays-Saturdays 1
-011000101111 half-inch-thick 1
-011000101111 654,908 1
-011000101111 559,949 1
-011000101111 Aerospace/defense 1
-011000101111 709,192 1
-011000101111 KOW-BLOHM 1
-011000101111 RUSTLE 1
-011000101111 WAGATV 1
-011000101111 slum-dwellers 1
-011000101111 SwimWare 1
-011000101111 Corp.-boosted 1
-011000101111 Cymbiosis 1
-011000101111 Kayal 1
-011000101111 ROBINSON-HUMPHREY 1
-011000101111 Zippora 1
-011000101111 McNeilab 1
-011000101111 Erbeaneignung 1
-011000101111 ChemMark 1
-011000101111 Dublin-Manchester 1
-011000101111 43,433 1
-011000101111 CHIRON 1
-011000101111 Russellsteel 1
-011000101111 Jive 1
-011000101111 BUCKLE 1
-011000101111 Bernstein-Macaulay 1
-011000101111 Dorr-Oliver 1
-011000101111 InfoPlus 1
-011000101111 FIRSTS 1
-011000101111 Alandco 1
-011000101111 succotash 1
-011000101111 VSOP 1
-011000101111 CYPRESS 1
-011000101111 JENNIFER 1
-011000101111 332,700 1
-011000101111 Illinois-Sweet 1
-011000101111 893,909 1
-011000101111 Systeme 1
-011000101111 40,080 1
-011000101111 Privatizador 1
-011000101111 Halal 1
-011000101111 home-supply 1
-011000101111 677,305 1
-011000101111 Eldergames 1
-011000101111 FNI 1
-011000101111 Vernel 1
-011000101111 Syarikai 1
-011000101111 Frozen-sperm 1
-011000101111 Mexicano 1
-011000101111 Nearer-term 1
-011000101111 part-inventor 1
-011000101111 slaloms 1
-011000101111 Gasearch 1
-011000101111 Super-VHS 1
-011000101111 Alphamation 1
-011000101111 nihonga 1
-011000101111 Stateset 1
-011000101111 Vanillas 1
-011000101111 Biopharmaceutics 1
-011000101111 424,328 1
-011000101111 End-User 1
-011000101111 Adamantech 1
-011000101111 Construction-related 1
-011000101111 Cal-Almond 1
-011000101111 Ambrit 1
-011000101111 CHAIR 1
-011000101111 Rouben 1
-011000101111 Selectronics 1
-011000101111 1948-54 1
-011000101111 80,736 1
-011000101111 fact/fiction 1
-011000101111 Calonyction 1
-011000101111 GEODYNE 1
-011000101111 Hazcon 1
-011000101111 Van-pooling 1
-011000101111 Hansac 1
-011000101111 25,071 1
-011000101111 southern-pine 1
-011000101111 210,486 1
-011000101111 Drywall 1
-011000101111 Lebhar-Friedman 1
-011000101111 PRAXIS 1
-011000101111 CENTRES 1
-011000101111 gas-card 1
-011000101111 Machine-Tool 1
-011000101111 Non-nationals 1
-011000101111 Curses 1
-011000101111 539,992 1
-011000101111 68,949 1
-011000101111 manumission 1
-011000101111 RISA 1
-011000101111 ER 1
-011000101111 Direlco 1
-011000101111 Docteur 1
-011000101111 Degasification 1
-011000101111 dincs 1
-011000101111 Iran-a-Lam-a-Ding-Dong 1
-011000101111 Reagan-armics 1
-011000101111 HPU.WI 1
-011000101111 Erzurum 1
-011000101111 385,291 1
-011000101111 scram 1
-011000101111 Peo 1
-011000101111 grave-robbers 1
-011000101111 re-selling 1
-011000101111 BRITANNICA 1
-011000101111 First-in 1
-011000101111 Non-Switching 1
-011000101111 Bourgeoisie 1
-011000101111 Cogentrix 1
-011000101111 5,179 1
-011000101111 Off-The-Wall 1
-011000101111 jigsawlike 1
-011000101111 GREETING 1
-011000101111 288,374 1
-011000101111 Conforama 1
-011000101111 144,909 1
-011000101111 Care/Quest 1
-011000101111 Execute 1
-011000101111 343,440 1
-011000101111 Etiquettone 1
-011000101111 Triage 1
-011000101111 258,046 1
-011000101111 2,565 1
-011000101111 Modulus 1
-011000101111 Board-9,534,499 1
-011000101111 77,191 1
-011000101111 REVVING 1
-011000101111 Beaumont-Bennett 1
-011000101111 Integrator 1
-011000101111 polivinylchloride 1
-011000101111 5x7 1
-011000101111 Macy's-Federated 1
-011000101111 Ceremonial 1
-011000101111 One-track 1
-011000101111 2,155 1
-011000101111 385,838 1
-011000101111 425,599 1
-011000101111 Imposed 1
-011000101111 Exabyte 1
-011000101111 Casually 1
-011000101111 Enserve 1
-011000101111 mainframe-sized 1
-011000101111 thigh-high 1
-011000101111 Whoopps 1
-011000101111 5,872 1
-011000101111 Sumaria 1
-011000101111 Steaks 1
-011000101111 Kluin 1
-011000101111 011-33-74500010 1
-011000101111 011-691-9-797 1
-011000101111 011-441-491-4840 1
-011000101111 011-4122-31-1400 1
-011000101111 452,895 1
-011000101111 Decommissioning 1
-011000101111 140,866 1
-011000101111 Weill/Bertolt 1
-011000101111 Qualcorp 1
-011000101111 Go-go 1
-011000101111 Chempower 1
-011000101111 Qui 1
-011000101111 Gogh-like 1
-011000101111 Octogenarian 1
-011000101111 Memory-Tech 1
-011000101111 Preempted 1
-011000101111 Cancerous 1
-011000101111 Proclaiming 1
-011000101111 Pharmavite 1
-011000101111 Debt-futures 1
-011000101111 31,779 1
-011000101111 Creo 1
-011000101111 6,651 1
-011000101111 retractability 1
-011000101111 333,308 1
-011000101111 free-slung 1
-011000101111 70,902 1
-011000101111 Zycor 1
-011000101111 138,415 1
-011000101111 Harperner 1
-011000101111 Swimming/Diving 1
-011000101111 InView 1
-011000101111 Bush/Dole 1
-011000101111 Matchbook-sized 1
-011000101111 398,444 1
-011000101111 232,508 1
-011000101111 TAG-Heuer 1
-011000101111 67,257 1
-011000101111 Gasification 1
-011000101111 Maruetsu 1
-011000101111 water-efficient 1
-011000101111 45,117 1
-011000101111 MARKITSTAR 1
-011000101111 43,511 1
-011000101111 Alaina 1
-011000101111 38,703 1
-011000101111 Andrija 1
-011000101111 pop-leftish 1
-011000101111 37,935 1
-011000101111 59,217 1
-011000101111 AussieMen 1
-011000101111 648,169 1
-011000101111 Capcor 1
-011000101111 karapo 1
-011000101111 neo-Gothic 1
-011000101111 Paperworx 1
-011000101111 Foul-language 1
-011000101111 Iuiyu 1
-011000101111 197,891 1
-011000101111 1,794,737 1
-011000101111 InterMedia 1
-011000101111 MESSERSCHMITT-BOEKLOWBLOHM 1
-011000101111 Thirty-five-to-59-year-olds 1
-011000101111 55,042 1
-011000101111 Soybean-oil 2
-011000101111 Clearinghouse 2
-011000101111 PNS 2
-011000101111 MACK 2
-011000101111 Datacomputer 2
-011000101111 1975-1990 2
-011000101111 three-chamber 2
-011000101111 Aviall 2
-011000101111 Chesebrough-Ponds 2
-011000101111 HEATS 2
-011000101111 Angles 2
-011000101111 STEPS 2
-011000101111 Serv-Air 2
-011000101111 Turbines 2
-011000101111 Qualex 2
-011000101111 Wespace 2
-011000101111 FirstMiss 2
-011000101111 Bakeware 2
-011000101111 RJR-Macdonald 2
-011000101111 Carabo 2
-011000101111 Unimed 2
-011000101111 Enthone 2
-011000101111 Chemrex 2
-011000101111 Yousri 2
-011000101111 Hydroscience 2
-011000101111 DOUBTS 2
-011000101111 Beddows 2
-011000101111 non-Hodgkins 2
-011000101111 BAe-146 2
-011000101111 Bond-futures 2
-011000101111 15:00-17:00 2
-011000101111 10:00-22:00 2
-011000101111 Nobusuke 2
-011000101111 17:00-18:00 2
-011000101111 home-insurance 2
-011000101111 Vistakon 2
-011000101111 11:00-21:00 2
-011000101111 Charters 2
-011000101111 Zenger-Miller 2
-011000101111 APAC-Arizona 2
-011000101111 Steamroller 3
-011000101111 Barnes-Hind 3
-011000101111 Owns 3
-011000101111 Canine 3
-011000101111 Howard-Sloan 3
-011000101111 Metronet 3
-011000101111 Bertolt 3
-011000101111 12:00-22:00 3
-011000101111 Vishnu 4
-011000101111 Digilog 4
-011000101111 Poly-Tech 4
-011000101111 Bergslags 5
-011000101111 Textbook 5
-011000101111 V.I. 5
-011000101111 KRUPP 5
-011000101111 Gold-futures 5
-011000101111 Oil-futures 5
-011000101111 BusLease 5
-011000101111 Orit 5
-011000101111 Aristar 6
-011000101111 Plane 6
-011000101111 256-K 6
-011000101111 Plazas 6
-011000101111 TIE/communications 8
-011000101111 GEAR 8
-011000101111 Plasma 8
-011000101111 Fray 10
-011000101111 Cattle-futures 10
-011000101111 Kemal 10
-011000101111 Deutz 11
-011000101111 a-Discounted 12
-011000101111 B&E 13
-011000101111 Foggy 13
-011000101111 Wheat-futures 16
-011000101111 Soybean-futures 16
-011000101111 Cahora 20
-011000101111 Compound 30
-011000101111 Comanche 74
-011000101111 Peach 177
-011000101111 High-grade 191
-011000101111 Posted 393
-011000101111 Exporting 590
-011000101111 Telerate 684
-011000101111 Lambert 2180
-011000101111 Futures 1683
-011000110000 Leflaive 1
-011000110000 GUADALCANAL 1
-011000110000 Department. 1
-011000110000 Briefing-dominated 1
-011000110000 Atans 1
-011000110000 Reconstitution 1
-011000110000 AlbertoCardemil 1
-011000110000 Office. 1
-011000110000 Department/NAACP 1
-011000110000 Department-congressional 1
-011000110000 Party-backed 1
-011000110000 A330/340 1
-011000110000 Deptartment 1
-011000110000 chummily 1
-011000110000 steam-explosion 1
-011000110000 driving-hour 1
-011000110000 Cyane 1
-011000110000 Saint-Lazare 1
-011000110000 Corp.was 1
-011000110000 Department-headed 1
-011000110000 Buildup 1
-011000110000 Missurveys 1
-011000110000 Talal 1
-011000110000 Spelunking 1
-011000110000 sub-lieutenant 1
-011000110000 Department-appointed 1
-011000110000 Department-owned 1
-011000110000 Deartment 1
-011000110000 Bacons 1
-011000110000 University-EPA 1
-011000110000 Raspail 1
-011000110000 General-AP 1
-011000110000 Barberini 1
-011000110000 Department/ 1
-011000110000 consumer-litigation 1
-011000110000 Department-sponsored 1
-011000110000 ein 2
-011000110000 dei 2
-011000110000 Day. 2
-011000110000 Shortage 2
-011000110000 Growler 2
-011000110000 Department-CIA 2
-011000110000 Paik 3
-011000110000 Bank-McAllen 3
-011000110000 Lasalle 3
-011000110000 Deparment 3
-011000110000 Bonefish 3
-011000110000 Bank-Houston 3
-011000110000 Supplement 5
-011000110000 Sinnathuray 5
-011000110000 Exterieur 6
-011000110000 Southin 7
-011000110000 Racketeering 9
-011000110000 Analyses 9
-011000110000 Dept. 10
-011000110000 Briefing 12
-011000110000 Liacos 18
-011000110000 E&G 26
-011000110000 Legislatures 33
-011000110000 Departments 36
-011000110000 Scalia 225
-011000110000 Department 13612
-011000110000 Initiative 351
-011000110001 MacAulay 1
-011000110001 teaching-communications 1
-011000110001 Erxleben 1
-011000110001 Seaf 1
-011000110001 Shabsin 1
-011000110001 Soogil 1
-011000110001 Sung-Un 1
-011000110001 Rauff 1
-011000110001 Raybourn 1
-011000110001 Yonghua 1
-011000110001 Vellu 1
-011000110001 warrior-pilots 1
-011000110001 Tzong-shian 1
-011000110001 Futurama 1
-011000110001 Dunaev 1
-011000110001 Susonphitaphong 1
-011000110001 Broecker 1
-011000110001 Hoiseth 1
-011000110001 Zhengqing 1
-011000110001 Ruizhen 1
-011000110001 Brodar 1
-011000110001 nonenforcement 1
-011000110001 Whisenton 1
-011000110001 35/11 1
-011000110001 Meerestechnik 1
-011000110001 Clowns 1
-011000110001 Teele 1
-011000110001 Xiao-hua 1
-011000110001 Amours 1
-011000110001 Lagniappe 1
-011000110001 Shiau 1
-011000110001 Aeroplane 1
-011000110001 Ece 1
-011000110001 Gassama 1
-011000110001 Bybel 1
-011000110001 Ronay 1
-011000110001 Ghashir 1
-011000110001 Lites 1
-011000110001 Manisah 1
-011000110001 Il-the 1
-011000110001 Couvillion 1
-011000110001 Setters 1
-011000110001 Urso 1
-011000110001 Olier 1
-011000110001 Melsungen 1
-011000110001 Eiden 1
-011000110001 Juxian 1
-011000110001 scioness 1
-011000110001 el-Deeb 1
-011000110001 Patrolman 2
-011000110001 Mindich 2
-011000110001 Waitz 2
-011000110001 Innkeepers 2
-011000110001 Kiehl 2
-011000110001 Pavements 2
-011000110001 Hansmann 2
-011000110001 erosions 2
-011000110001 Palast 2
-011000110001 fig-leaf 2
-011000110001 Compatible 2
-011000110001 Mowers 2
-011000110001 Teen-Agers 2
-011000110001 Berlizov 2
-011000110001 Bar. 2
-011000110001 Spang 2
-011000110001 atoll 2
-011000110001 Conditional 2
-011000110001 Magician 2
-011000110001 faro 2
-011000110001 Makos 2
-011000110001 Roches 2
-011000110001 President-Secretary 2
-011000110001 Enigmas 2
-011000110001 Frenzy 2
-011000110001 speaker-elect 3
-011000110001 Jewels 3
-011000110001 Bidco 3
-011000110001 Glossary 3
-011000110001 019 3
-011000110001 Blumenfrucht 3
-011000110001 Descendants 3
-011000110001 Journal-Bulletin 3
-011000110001 craw 3
-011000110001 Greening 3
-011000110001 Shroud 3
-011000110001 Rape 5
-011000110001 Fellowship 5
-011000110001 Roster 5
-011000110001 Synod 5
-011000110001 Clerk 6
-011000110001 Penitentiary 6
-011000110001 Bombeck 7
-011000110001 Observateur 9
-011000110001 Archdiocese 10
-011000110001 Advocate 11
-011000110001 Allensbach 11
-011000110001 KK 12
-011000110001 Minit-Lube 19
-011000110001 Borough 31
-011000110001 Medal 37
-011000110001 Gang 50
-011000110001 Prevention 50
-011000110001 Preservation 57
-011000110001 Sultan 60
-011000110001 Declaration 81
-011000110001 borough 87
-011000110001 Study 130
-011000110001 Strait 144
-011000110001 Voice 169
-011000110001 Comptroller 250
-011000110001 Guild 286
-011000110001 Chamber 414
-011000110001 Organization 1701
-011000110001 Bureau 1906
-011000110001 Office 2444
-011000110001 Ministry 2472
-011000110001 University 6913
-011000110010 Nigam 1
-011000110010 Plast 1
-011000110010 NEDERLANDEN 1
-011000110010 Rescripts 1
-011000110010 aggrandizes 1
-011000110010 Reveiew 1
-011000110010 Hedland 1
-011000110010 Assoociation 1
-011000110010 Iberoamericana 1
-011000110010 Opec 1
-011000110010 lease-offering 1
-011000110010 O-Ring 1
-011000110010 sooners 1
-011000110010 Kelang 1
-011000110010 Rioux 1
-011000110010 Distict 1
-011000110010 Waffelmaschinen 1
-011000110010 Cacao 1
-011000110010 Dutchmen 1
-011000110010 Pilaf 1
-011000110010 Gasunie 1
-011000110010 Rutilee 1
-011000110010 Ufa 1
-011000110010 Academies 1
-011000110010 DRINKS 1
-011000110010 Institue 1
-011000110010 Act-guaranteed 1
-011000110010 not-so-crypto-pros 1
-011000110010 MEW 1
-011000110010 ARAL-88 1
-011000110010 dialers 1
-011000110010 Vertriebs 1
-011000110010 Mobilfunk 1
-011000110010 Electrica-Fenosa 1
-011000110010 Munchen 1
-011000110010 Bank/IMF 1
-011000110010 Check-List 1
-011000110010 NARROWING 1
-011000110010 Detachment 1
-011000110010 Closest 2
-011000110010 Association/College 2
-011000110010 Uitgeversbedrijven 2
-011000110010 Gardner-Denver 2
-011000110010 Norvo 2
-011000110010 OCCIDENTALE 2
-011000110010 Bank/Tidewater 2
-011000110010 Gallipoli 2
-011000110010 Inroads 2
-011000110010 Electrica 2
-011000110010 Disobedience 2
-011000110010 Wabco 2
-011000110010 Visy 2
-011000110010 Chorale 2
-011000110010 Amihud 2
-011000110010 Samrin 2
-011000110010 Janes 2
-011000110010 Inevitability 2
-011000110010 Kaufhaus 2
-011000110010 Turbomeca 2
-011000110010 1,657 2
-011000110010 AGACHE 2
-011000110010 Sportsmen 3
-011000110010 Stollar 3
-011000110010 PIRELLI 3
-011000110010 Mammals 3
-011000110010 Einfuhr 3
-011000110010 Insitutes 3
-011000110010 Hydrocarbons 3
-011000110010 Exhibitions 3
-011000110010 Cranes 3
-011000110010 Manufacture 3
-011000110010 Gelatine 4
-011000110010 Beginnings 4
-011000110010 Delusions 4
-011000110010 ITALIANA 4
-011000110010 Oceans 5
-011000110010 Commitment 5
-011000110010 Receipt 5
-011000110010 Badge 5
-011000110010 SSB 5
-011000110010 Landerbank 5
-011000110010 Delegation 6
-011000110010 Metalicos 6
-011000110010 Association-College 6
-011000110010 Alchemy 6
-011000110010 Missions 7
-011000110010 Tragedy 7
-011000110010 Telesystem 7
-011000110010 Middenstandsbank 7
-011000110010 Certificate 7
-011000110010 Tooling 8
-011000110010 Kontrollbank 8
-011000110010 Coins 9
-011000110010 Ministries 10
-011000110010 Wintershall 10
-011000110010 Slough 11
-011000110010 Origins 12
-011000110010 Jewellers 13
-011000110010 Grapes 13
-011000110010 Laenderbank 14
-011000110010 MerchantsBank 14
-011000110010 Witches 14
-011000110010 Dorland 24
-011000110010 Pagette 24
-011000110010 Biology 25
-011000110010 PTA 26
-011000110010 Mediation 52
-011000110010 Spirit 62
-011000110010 Aerospatiale 66
-011000110010 Fruit 92
-011000110010 Confederation 96
-011000110010 Order 123
-011000110010 Chiefs 149
-011000110010 Institutes 203
-011000110010 Palace 215
-011000110010 Aeronautics 289
-011000110010 Bancorp. 493
-011000110010 Conference 632
-011000110010 Bank 22457
-011000110010 Alliance 667
-011000110011 Sweaters 1
-011000110011 Shanty 1
-011000110011 Lusso 1
-011000110011 Numbering 1
-011000110011 Pvt. 1
-011000110011 SHOP 1
-011000110011 Loaf 1
-011000110011 Pfandbriefanstalt 1
-011000110011 BanCorp. 1
-011000110011 Pharmaka-Gesellschaft 1
-011000110011 Historiques 1
-011000110011 19-1/6 1
-011000110011 Siciliani 1
-011000110011 Shrines 1
-011000110011 Chongfa 1
-011000110011 Devotion 1
-011000110011 Committeeman 1
-011000110011 Bootery 1
-011000110011 Army. 1
-011000110011 arketing 1
-011000110011 BBQ 1
-011000110011 Stewardship 1
-011000110011 Osaky 1
-011000110011 Halmen 1
-011000110011 League. 1
-011000110011 Donegal 1
-011000110011 Carozza 1
-011000110011 Beaujolaise 1
-011000110011 AFRAID 1
-011000110011 Pacts 1
-011000110011 Lyngdoh 1
-011000110011 Loaeza 1
-011000110011 Prerogative 1
-011000110011 Xmas 1
-011000110011 Draught 1
-011000110011 Aurabauch 1
-011000110011 Brigades-style 1
-011000110011 FIG 1
-011000110011 Club-basher 1
-011000110011 Lointain 1
-011000110011 Curtains 1
-011000110011 Fairytales 1
-011000110011 Collides 1
-011000110011 1386/86 1
-011000110011 Ponchartrain 1
-011000110011 Chummy 1
-011000110011 Oxymoron 1
-011000110011 Allegany 1
-011000110011 Eyres 1
-011000110011 Notre-Dame 1
-011000110011 Pontiff 1
-011000110011 Pass-throughs 1
-011000110011 box/automaton 1
-011000110011 ahora 1
-011000110011 Quests 1
-011000110011 Hosiptal 1
-011000110011 Healthcorp 1
-011000110011 shot-putters 1
-011000110011 Spatiale 1
-011000110011 Unitrust 1
-011000110011 Humiliation 1
-011000110011 Taamu 1
-011000110011 Bleaker 1
-011000110011 Brickle 1
-011000110011 Vert 1
-011000110011 MV/Family 1
-011000110011 2358 1
-011000110011 Bucanneers 1
-011000110011 Resse 1
-011000110011 97-322 1
-011000110011 C-V 1
-011000110011 WEARY 1
-011000110011 Iscovesco 1
-011000110011 Liben 1
-011000110011 Race. 1
-011000110011 Disgrace 1
-011000110011 Ealy 1
-011000110011 Sepulcher 1
-011000110011 Aldwin 1
-011000110011 Colborne 1
-011000110011 1078 1
-011000110011 Johnson/Y&R 1
-011000110011 Genossenesschaftsbank 1
-011000110011 I85 1
-011000110011 Guichard 1
-011000110011 Rundschau 1
-011000110011 Tribunals 1
-011000110011 81,687 1
-011000110011 Antelopes 1
-011000110011 Bartelstein 1
-011000110011 Siu-Kwong 1
-011000110011 Gie 1
-011000110011 91452 1
-011000110011 Contentions 1
-011000110011 Styx 1
-011000110011 Communications. 1
-011000110011 Convairs 1
-011000110011 Seashore 1
-011000110011 Nevadas 1
-011000110011 Journal/LEXIS 1
-011000110011 International-Japan 1
-011000110011 Rosarians 1
-011000110011 Bank-South 1
-011000110011 Grassland 1
-011000110011 Orgy 2
-011000110011 Peaks 2
-011000110011 Porkettes 2
-011000110011 Arrays 2
-011000110011 Glories 2
-011000110011 Pies 2
-011000110011 engravers 2
-011000110011 Sann 2
-011000110011 Moresby 2
-011000110011 Varieties 2
-011000110011 Leaguer 2
-011000110011 Goddesses 2
-011000110011 Mojahedin 2
-011000110011 Administration. 2
-011000110011 Revolutionaries 2
-011000110011 Posturing 2
-011000110011 Grocer 2
-011000110011 snowpack 2
-011000110011 Stockings 2
-011000110011 Fairs 2
-011000110011 Casaroli 2
-011000110011 House. 2
-011000110011 Juices 2
-011000110011 Ridinghood 2
-011000110011 Chaser 2
-011000110011 Degree 2
-011000110011 Epopt 2
-011000110011 Segments 2
-011000110011 Styling 2
-011000110011 Gastronomy 2
-011000110011 Guru 2
-011000110011 Insititute 2
-011000110011 Harvesters 2
-011000110011 Underworld 2
-011000110011 Patrolmen 2
-011000110011 Rhythms 2
-011000110011 Zinger 2
-011000110011 Grouping 2
-011000110011 Roylan 2
-011000110011 Briefs 2
-011000110011 Geographics 2
-011000110011 Caddy 2
-011000110011 Ausgleichsbank 2
-011000110011 Ryders 2
-011000110011 Mu 3
-011000110011 Porcelain 3
-011000110011 Structure 3
-011000110011 Raceway 3
-011000110011 Professions 3
-011000110011 Assn 3
-011000110011 Saves 3
-011000110011 Wagnerians 3
-011000110011 Transformation 3
-011000110011 Atrium 3
-011000110011 Rovers 3
-011000110011 Mints 3
-011000110011 Stairs 3
-011000110011 Welders 3
-011000110011 Teaches 3
-011000110011 Roost 3
-011000110011 Freemasonry 3
-011000110011 Week. 4
-011000110011 committeewoman 4
-011000110011 Assn. 4
-011000110011 Bundesbahn 4
-011000110011 Omen 4
-011000110011 Implications 4
-011000110011 Marketeers 4
-011000110011 TELEPHONIQUES 4
-011000110011 Council. 4
-011000110011 Treaties 4
-011000110011 Treuhand 4
-011000110011 Employed 4
-011000110011 Bulbs 4
-011000110011 Incidence 4
-011000110011 Zil 4
-011000110011 Molders 5
-011000110011 Kea 5
-011000110011 Exam 5
-011000110011 Mania 5
-011000110011 Conservatory 5
-011000110011 Regiment 5
-011000110011 Olmsted 5
-011000110011 Brigades 5
-011000110011 Ghosts 5
-011000110011 Assocation 5
-011000110011 Woodman 5
-011000110011 Associaton 5
-011000110011 Cruisers 6
-011000110011 Faction 6
-011000110011 Seizure 6
-011000110011 Blend 6
-011000110011 Regime 6
-011000110011 Cycles 6
-011000110011 IX 6
-011000110011 Advisor 6
-011000110011 Pad 6
-011000110011 Association. 6
-011000110011 Cellars 7
-011000110011 Revival 7
-011000110011 Expressions 7
-011000110011 Goddess 7
-011000110011 Madre 7
-011000110011 Fighters 8
-011000110011 Noon 8
-011000110011 Address 8
-011000110011 Microbiology 8
-011000110011 Speedway 8
-011000110011 Apartments 8
-011000110011 Bubble 9
-011000110011 Apparatus 10
-011000110011 Genossenschaftsbank 10
-011000110011 Nouveau 11
-011000110011 Maiden 11
-011000110011 Memoirs 11
-011000110011 Woodworkers 12
-011000110011 Observatory 12
-011000110011 Inquiry 12
-011000110011 Shipyard 12
-011000110011 Effect 12
-011000110011 Ensemble 13
-011000110011 Ordinance 15
-011000110011 Grail 16
-011000110011 Workshop 16
-011000110011 Registry 17
-011000110011 Seminary 17
-011000110011 Leaguers 17
-011000110011 Archives 17
-011000110011 Conduct 19
-011000110011 F.A. 19
-011000110011 Societies 19
-011000110011 Reservation 19
-011000110011 Update 19
-011000110011 Handbook 19
-011000110011 Almanac 20
-011000110011 Choir 20
-011000110011 Encyclopedia 20
-011000110011 Guardsmen 21
-011000110011 Manual 22
-011000110011 Forests 24
-011000110011 Boards 24
-011000110011 Enquirer 25
-011000110011 Galleries 25
-011000110011 Oy 31
-011000110011 Surgery 32
-011000110011 Legion 33
-011000110011 Pit 33
-011000110011 Railways 34
-011000110011 Course 35
-011000110011 Consortium 38
-011000110011 Marti 38
-011000110011 Dictionary 39
-011000110011 Secretariat 44
-011000110011 Heat 45
-011000110011 Bulletin 47
-011000110011 Associations 50
-011000110011 Refuge 52
-011000110011 Province 54
-011000110011 Curtain 56
-011000110011 Rentals 58
-011000110011 Bonds-b 62
-011000110011 Assessment 72
-011000110011 Roundtable 76
-011000110011 Sector 79
-011000110011 Collection 79
-011000110011 Settlements 83
-011000110011 Brotherhood 103
-011000110011 Drive 107
-011000110011 Mall 115
-011000110011 Cause 118
-011000110011 Endowment 122
-011000110011 Award 123
-011000110011 Orchestra 127
-011000110011 Coalition 168
-011000110011 Corporation 171
-011000110011 Library 189
-011000110011 Ballet 190
-011000110011 Gallery 204
-011000110011 Laboratory 248
-011000110011 Festival 255
-011000110011 Institutions 329
-011000110011 Centers 390
-011000110011 Project 430
-011000110011 Assembly 441
-011000110011 Studies 460
-011000110011 Division 508
-011000110011 Academy 510
-011000110011 Federation 588
-011000110011 Airport 617
-011000110011 Museum 739
-011000110011 Authority 808
-011000110011 League 957
-011000110011 Foundation 994
-011000110011 College 1121
-011000110011 Society 1150
-011000110011 School 1841
-011000110011 Council 2434
-011000110011 Center 2690
-011000110011 Association 7455
-011000110011 Institute 3901
-01100011010 Uneffected 1
-01100011010 Shuoxun 1
-01100011010 Administration-approved 1
-01100011010 Birdcage 1
-01100011010 fellow-travelling 1
-01100011010 Jersild 1
-01100011010 Creasemann 1
-01100011010 Arsenals 1
-01100011010 Rivadeneira 1
-01100011010 Ciekanski 1
-01100011010 Bonis 1
-01100011010 chic. 1
-01100011010 Beeferman 1
-01100011010 Jiru 1
-01100011010 Shu-jen 1
-01100011010 Jip 1
-01100011010 Alavi 1
-01100011010 Ingersol 1
-01100011010 Meadway 1
-01100011010 Bethancourt 1
-01100011010 Mechanism 1
-01100011010 Zuguang 1
-01100011010 factions-another 1
-01100011010 Shudong 1
-01100011010 Jinlan 1
-01100011010 Yakub 1
-01100011010 crats 1
-01100011010 Su-yung 1
-01100011010 Chi-chu 1
-01100011010 panel. 1
-01100011010 Barnaard 1
-01100011010 microwave-owner 1
-01100011010 Armella 1
-01100011010 Daniken 1
-01100011010 Coppie 1
-01100011010 Trik 1
-01100011010 Chi-yau 1
-01100011010 Xinzhen 1
-01100011010 Ju-Yung 1
-01100011010 Bin-Nahyan 1
-01100011010 Xuejian 1
-01100011010 Committe 1
-01100011010 Ziegesar 1
-01100011010 Corbala 1
-01100011010 C.A.-Citimerca 1
-01100011010 sweeties 1
-01100011010 Weyer 1
-01100011010 Fissore 1
-01100011010 Marclay 1
-01100011010 Lorimer 1
-01100011010 Gasztowtt 1
-01100011010 Xiaoyue 1
-01100011010 Hor 1
-01100011010 taxwriters 1
-01100011010 Geslin 1
-01100011010 Tavara 1
-01100011010 1185-1868 1
-01100011010 Abou-Afia 1
-01100011010 Administraton 1
-01100011010 Wilkerson-Hollins 1
-01100011010 Golzman 1
-01100011010 Chia-wen 1
-01100011010 Spendthrifts 1
-01100011010 Obrador 1
-01100011010 Statecraft 1
-01100011010 Geerdes 1
-01100011010 Alami 1
-01100011010 Efim 1
-01100011010 Wenhua 1
-01100011010 Germeten 1
-01100011010 203H 1
-01100011010 Committeee 1
-01100011010 Hung-chuan 1
-01100011010 Ullmann 1
-01100011010 Hsinliang 1
-01100011010 Worldscan 1
-01100011010 See-ming 1
-01100011010 Yunqing 1
-01100011010 Zhenglong 1
-01100011010 Banc-Corp. 1
-01100011010 Glub 1
-01100011010 Triltsch 1
-01100011010 Larios 1
-01100011010 Baldocchi 1
-01100011010 Manotoc 1
-01100011010 Scrumptious 1
-01100011010 Mingqun 1
-01100011010 Sub-Group 1
-01100011010 Guojian 1
-01100011010 Muqiao 1
-01100011010 In-Yong 1
-01100011010 Beadsman 1
-01100011010 Ramoowalia 1
-01100011010 Barahena 1
-01100011010 Altenburger 1
-01100011010 votecounters 1
-01100011010 Milmo 1
-01100011010 Choong-Sung 1
-01100011010 Party-controlled 1
-01100011010 Duanxu 1
-01100011010 Zhiren 1
-01100011010 Shcheglov 1
-01100011010 Multiplier 1
-01100011010 Bjelke-Peterson 1
-01100011010 Gremp 1
-01100011010 Stancill 1
-01100011010 subcommmittee 1
-01100011010 Peide 1
-01100011010 Hader 1
-01100011010 Sprauve 1
-01100011010 Openers 1
-01100011010 Nears 1
-01100011010 Wetenhall 1
-01100011010 Chi-Cheng 1
-01100011010 Yueh-chin 1
-01100011010 Falkenhorst 1
-01100011010 Pacioli 1
-01100011010 Fuerstenau 1
-01100011010 Viso 1
-01100011010 Wenhao 1
-01100011010 Shizhong 1
-01100011010 Kanin 1
-01100011010 Werssowetz 1
-01100011010 Nostitz 1
-01100011010 Breland 1
-01100011010 subcommitteee 1
-01100011010 Set-Asides 1
-01100011010 hang-out 1
-01100011010 Demosthenes 1
-01100011010 Galino 1
-01100011010 Funderburke 1
-01100011010 Shanmou 1
-01100011010 Zilin 1
-01100011010 Coues 1
-01100011010 Clementine 1
-01100011010 Baotao 1
-01100011010 Organziation 1
-01100011010 Pazzos 1
-01100011010 Chung-tung 1
-01100011010 King-yuk 1
-01100011010 Cabiallavetta 1
-01100011010 cravenness 1
-01100011010 Opportun 1
-01100011010 Debevois 1
-01100011010 Galvis 1
-01100011010 Conventioneers 1
-01100011010 Westrem 1
-01100011010 Autocracy 1
-01100011010 Potholm 1
-01100011010 Hui-yuan 1
-01100011010 Fai 1
-01100011010 Mini-Marshmallows 1
-01100011010 Xulan 1
-01100011010 Ayub 1
-01100011010 theory-and 1
-01100011010 Lambertsen 1
-01100011010 Democratic-Socialist-Flemish 1
-01100011010 fluctions 1
-01100011010 Salive 1
-01100011010 Tangle 1
-01100011010 Schaff 1
-01100011010 Boda 1
-01100011010 Huanting 1
-01100011010 alter-ego 1
-01100011010 Li-an 1
-01100011010 Yen-huan 1
-01100011010 Bielas 1
-01100011010 Gaos 1
-01100011010 Hsing-kuo 1
-01100011010 Chirativat 1
-01100011010 Yizi 1
-01100011010 Lautz 1
-01100011010 Schilcher 1
-01100011010 Hertzen 1
-01100011010 Qingzheng 1
-01100011010 Rongnan 1
-01100011010 Yunying 1
-01100011010 Ta-Lin 1
-01100011010 Ratz 1
-01100011010 Shih-yuan 1
-01100011010 Tsao-teh 1
-01100011010 Gershon/Pon/GGk 1
-01100011010 Jellinek 1
-01100011010 Chuanfang 1
-01100011010 Tobacs 1
-01100011010 Ponzoni 1
-01100011010 Coello 1
-01100011010 Yizhou 1
-01100011010 Ideen 1
-01100011010 Deveopment 1
-01100011010 Committtee 1
-01100011010 big-wigs 1
-01100011010 Malpractices 1
-01100011010 Cuccia 1
-01100011010 Guixian 1
-01100011010 Qianxu 1
-01100011010 Kehua 1
-01100011010 Haerpfer 1
-01100011010 Barcelo 1
-01100011010 Mein 1
-01100011010 Zigesar 1
-01100011010 Bingliang 1
-01100011010 Laureates 1
-01100011010 professoriat 1
-01100011010 Agosto 1
-01100011010 Ageny 1
-01100011010 Yongjie 1
-01100011010 Multi-Wheeled 1
-01100011010 Holleman 1
-01100011010 convasser 1
-01100011010 Baotai 1
-01100011010 administrator/regulators 1
-01100011010 Erjun 1
-01100011010 1846-1876 1
-01100011010 Party-dominated 1
-01100011010 Hypothesis 1
-01100011010 Gronan 1
-01100011010 Enclosure 1
-01100011010 Winterfeld 1
-01100011010 deWindt 1
-01100011010 Commiteee 1
-01100011010 al-Omair 1
-01100011010 demogogy 1
-01100011010 Muckenfuss 1
-01100011010 Fabregat 1
-01100011010 Pathet 1
-01100011010 Trafficking 1
-01100011010 Waldau 1
-01100011010 Kingpin 1
-01100011010 Yuen-chun 1
-01100011010 Hang-ming 1
-01100011010 Owasso 1
-01100011010 Xinyu 1
-01100011010 Huanyou 1
-01100011010 Buek 1
-01100011010 Mahecha 1
-01100011010 Yuping 1
-01100011010 Dianlai 1
-01100011010 Erred 1
-01100011010 Madrid-Salinas 1
-01100011010 Domberger 1
-01100011010 Comnmittee 1
-01100011010 Dallastown 1
-01100011010 un-electable 1
-01100011010 Networkknown 1
-01100011010 Spreckelsen 1
-01100011010 Hari 1
-01100011010 Govt 1
-01100011010 Canonici 1
-01100011010 Noorani 1
-01100011010 Graphoconsultants 1
-01100011010 Stolzing 1
-01100011010 JOCKEYING 1
-01100011010 Wersebe 1
-01100011010 ,47 1
-01100011010 Enterprisers 1
-01100011010 Siu-leun 1
-01100011010 Chien-kuo 1
-01100011010 Yijin 1
-01100011010 conventioners 1
-01100011010 Hoyong 1
-01100011010 Keqiang 1
-01100011010 Jianhua 1
-01100011010 al-Zouman 1
-01100011010 muscatel 1
-01100011010 Karre 1
-01100011010 Anguiano 1
-01100011010 LOTS 1
-01100011010 Picot 1
-01100011010 Berthier 1
-01100011010 Bilgore 1
-01100011010 Bistricer 1
-01100011010 Epigraphs 1
-01100011010 Inkpen 1
-01100011010 Xing-Rong 1
-01100011010 Party/NPA 1
-01100011010 Keli 1
-01100011010 Rapide 1
-01100011010 Cho-cheung 1
-01100011010 Guimet 1
-01100011010 also-runs 1
-01100011010 commericals 1
-01100011010 Yiyong 1
-01100011010 Chang-lo 1
-01100011010 caucus-goer 1
-01100011010 Rong-i 1
-01100011010 Aubin 2
-01100011010 Bressersdorf 2
-01100011010 Eschenbach 2
-01100011010 Yuanwen 2
-01100011010 Bind 2
-01100011010 Bank-Dallas 2
-01100011010 Lamas 2
-01100011010 Somsakulrungrueng 2
-01100011010 Administration-insured 2
-01100011010 Hian 2
-01100011010 Stumbles 2
-01100011010 Vasena 2
-01100011010 Rovere 2
-01100011010 Helpline 2
-01100011010 Kuo-shu 2
-01100011010 Crosswell 2
-01100011010 Tellez 2
-01100011010 Recklinghausen 2
-01100011010 Delon 2
-01100011010 Tianming 2
-01100011010 Wilentz 2
-01100011010 Dannis 2
-01100011010 Siyuan 2
-01100011010 Eng 2
-01100011010 Cardoza 2
-01100011010 Siemaszko 2
-01100011010 Liqueur 2
-01100011010 blueblood 2
-01100011010 Tieying 2
-01100011010 Suggests 2
-01100011010 Texas-style 2
-01100011010 Junsheng 2
-01100011010 Parada 2
-01100011010 Barcena 2
-01100011010 Bothmer 2
-01100011010 Scoreboard 2
-01100011010 Administration-guaranteed 2
-01100011010 Cheat 2
-01100011010 Cordaro 2
-01100011010 Tellem 2
-01100011010 Liebermann 2
-01100011010 Hairstyle 2
-01100011010 Weiqun 2
-01100011010 Hoa 2
-01100011010 Ferran 2
-01100011010 Attache 2
-01100011010 Shaozhi 2
-01100011010 Begonia 2
-01100011010 Saabye 2
-01100011010 Ond 2
-01100011010 Larrain 2
-01100011010 FRUSTRATION 2
-01100011010 Aeronautica 2
-01100011010 Skaneateles 2
-01100011010 Wan-an 2
-01100011010 Gacha 2
-01100011010 McGivern 2
-01100011010 Telethon 2
-01100011010 Atance 2
-01100011010 Yegen 2
-01100011010 Honored 2
-01100011010 Cheats 2
-01100011010 remarries 2
-01100011010 Spreader 2
-01100011010 Afshar 2
-01100011010 Crack-Up 2
-01100011010 Committee. 2
-01100011010 Kozai 2
-01100011010 S.N.C. 2
-01100011010 Lijun 3
-01100011010 Commmittee 3
-01100011010 Directe 3
-01100011010 Zhiqiang 3
-01100011010 1989-A 3
-01100011010 Squash 3
-01100011010 Arizpe 3
-01100011010 Exemption 3
-01100011010 Theology 3
-01100011010 Cooks 3
-01100011010 Cheevers 3
-01100011010 Castellanos 3
-01100011010 Qingfeng 3
-01100011010 Merkley 3
-01100011010 Lecturer 3
-01100011010 Xiang 3
-01100011010 Moltke 3
-01100011010 Bidder 3
-01100011010 Souk 3
-01100011010 Ranpura 3
-01100011010 INVENTORY 3
-01100011010 Ratcliffe 3
-01100011010 Convergence 3
-01100011010 Commitee 3
-01100011010 Voznesensky 3
-01100011010 Jirga 3
-01100011010 Invaders 3
-01100011010 Served 3
-01100011010 F.S.A. 3
-01100011010 Gullet 3
-01100011010 Londono 3
-01100011010 Ruete 3
-01100011010 Shoals 3
-01100011010 Exch 3
-01100011010 Modem 4
-01100011010 Boufford 4
-01100011010 Littel 4
-01100011010 Greyerz 4
-01100011010 Ka-Shing 4
-01100011010 HEAP 4
-01100011010 Ambrosio 4
-01100011010 Chacon 4
-01100011010 Scheme 4
-01100011010 Harries 4
-01100011010 Chalasani 4
-01100011010 Schwarz-Schilling 4
-01100011010 Allowance 4
-01100011010 Puttkamer 4
-01100011010 Bleu 4
-01100011010 Collectibles 4
-01100011010 Nationaux 4
-01100011010 Timberlands 4
-01100011010 Package 5
-01100011010 Xiannian 5
-01100011010 Circles 5
-01100011010 Ruihuan 5
-01100011010 Curriculum 5
-01100011010 Lineas 5
-01100011010 Fiord 5
-01100011010 Netzer 5
-01100011010 Kemi 5
-01100011010 Etzioni 5
-01100011010 Zaikov 5
-01100011010 Dussen 5
-01100011010 Kyong 5
-01100011010 Seminar 5
-01100011010 Brosnan 5
-01100011010 Yearbook 5
-01100011010 Lantzsch 5
-01100011010 Seldeneck 5
-01100011010 Bluffs 6
-01100011010 Listings 6
-01100011010 Scare 6
-01100011010 Sandwiches 6
-01100011010 Bacal 6
-01100011010 Lubbers 6
-01100011010 Zinser 6
-01100011010 Millau 6
-01100011010 Adminstration 6
-01100011010 Pati 6
-01100011010 Codes 6
-01100011010 Abstract 7
-01100011010 Parity 7
-01100011010 Yul 7
-01100011010 Bust 7
-01100011010 Manifesto 7
-01100011010 Saloon 8
-01100011010 Joong 8
-01100011010 Choong 8
-01100011010 Hoon 8
-01100011010 Galicia 8
-01100011010 Sassoon 8
-01100011010 Corral 8
-01100011010 bashers 8
-01100011010 Yunis 8
-01100011010 Pub 9
-01100011010 Staffing 9
-01100011010 Telescope 9
-01100011010 Councils 9
-01100011010 Mechanisms 9
-01100011010 laureates 10
-01100011010 Estrada 10
-01100011010 Bunch 10
-01100011010 Blvd. 11
-01100011010 Privilege 11
-01100011010 Rebellion 11
-01100011010 Weizsaecker 11
-01100011010 Scientist 11
-01100011010 Grows 12
-01100011010 Fraga 12
-01100011010 Kumar 12
-01100011010 Arx 13
-01100011010 Hwa 13
-01100011010 Hayek 13
-01100011010 Gym 13
-01100011010 Squad 13
-01100011010 Trap 14
-01100011010 Dal 14
-01100011010 Platform 14
-01100011010 Lizhi 14
-01100011010 Parc 14
-01100011010 Mena 14
-01100011010 Yong 15
-01100011010 Invitational 15
-01100011010 Guevara 15
-01100011010 Grocers 15
-01100011010 Ju 18
-01100011010 Sword 19
-01100011010 Macoutes 19
-01100011010 Nostra 20
-01100011010 Rivas 20
-01100011010 Auditorium 21
-01100011010 Plantation 21
-01100011010 Gras 21
-01100011010 Parkway 23
-01100011010 Industrier 24
-01100011010 KGaA 25
-01100011010 Amendments 25
-01100011010 Activities 26
-01100011010 Forecast 26
-01100011010 Region 29
-01100011010 Priorities 30
-01100011010 Landing 30
-01100011010 Tournament 32
-01100011010 Lacroix 34
-01100011010 Emporium 34
-01100011010 Flyer 34
-01100011010 Hosts 36
-01100011010 Newsletter 36
-01100011010 Syndrome 38
-01100011010 Prizes 39
-01100011010 Tribunal 39
-01100011010 Trials 42
-01100011010 laureate 42
-01100011010 Theory 42
-01100011010 Hole 43
-01100011010 Grants 45
-01100011010 Trends 46
-01100011010 BV 49
-01100011010 Committees 51
-01100011010 Indicators 53
-01100011010 Quartet 56
-01100011010 Wing 56
-01100011010 Principles 56
-01100011010 Abuse 57
-01100011010 Dam 58
-01100011010 Facility 63
-01100011010 Awards 65
-01100011010 Poll 66
-01100011010 Crisis 70
-01100011010 Dior 75
-01100011010 Branch 81
-01100011010 Magazines 83
-01100011010 Rent 90
-01100011010 Zone 92
-01100011010 Shuttle 92
-01100011010 Advocates 109
-01100011010 Stadium 111
-01100011010 Outlook 122
-01100011010 Caucus 122
-01100011010 Movement 124
-01100011010 Command 146
-01100011010 Survey 157
-01100011010 Station 170
-01100011010 Analysis 176
-01100011010 Place 197
-01100011010 Prize 209
-01100011010 Digest 209
-01100011010 Subcommittee 216
-01100011010 Theatre 216
-01100011010 Letter 233
-01100011010 Plans 249
-01100011010 Cooperation 251
-01100011010 Convention 278
-01100011010 Advisers 280
-01100011010 Theater 317
-01100011010 Front 319
-01100011010 Week 462
-01100011010 Program 469
-01100011010 Plan 471
-01100011010 Review 533
-01100011010 Club 1045
-01100011010 III 1109
-01100011010 Press 1180
-01100011010 Day 1320
-01100011010 Agency 2026
-01100011010 Act 2688
-01100011010 Administration 3245
-01100011010 Fund 3616
-01100011010 Party 3807
-01100011010 Jr. 4212
-01100011010 Committee 5504
-0110001101100 Practioners 1
-0110001101100 Commissiion 1
-0110001101100 Fluff 1
-0110001101100 Ouitstanding 1
-0110001101100 Doorman 1
-0110001101100 Backgrounder 1
-0110001101100 Workbook 1
-0110001101100 XXVIII 1
-0110001101100 FAITHFULS 1
-0110001101100 TOUR 1
-0110001101100 PEGS 1
-0110001101100 COUPLES 1
-0110001101100 Caeciliae 1
-0110001101100 Tumble 1
-0110001101100 Department-related 1
-0110001101100 UNCOVERED 1
-0110001101100 ASSISTANTS 1
-0110001101100 Admnistration 1
-0110001101100 THEMES 1
-0110001101100 Vs 1
-0110001101100 9:55/ 1
-0110001101100 SCHULMAN 1
-0110001101100 Hak 1
-0110001101100 Blindly 1
-0110001101100 PERISH 1
-0110001101100 SCRAMBLED 1
-0110001101100 PREPARES 1
-0110001101100 SKATING 1
-0110001101100 Two-Step 1
-0110001101100 854-641 1
-0110001101100 ANYMORE 1
-0110001101100 LONGEVITY 1
-0110001101100 CLEARLY 1
-0110001101100 RB055 1
-0110001101100 Stokers 1
-0110001101100 Assocs 1
-0110001101100 Comisssion 1
-0110001101100 SOUVENIRS 1
-0110001101100 MORNING 1
-0110001101100 CHEATING 1
-0110001101100 SB-152 1
-0110001101100 Purygin 1
-0110001101100 remainedlight 1
-0110001101100 437.0 1
-0110001101100 PULSE 1
-0110001101100 Service-qualified 1
-0110001101100 Banzi 1
-0110001101100 MISFIRE 1
-0110001101100 Return-free 1
-0110001101100 Widower 1
-0110001101100 FAMILIARITY 2
-0110001101100 Ladder 2
-0110001101100 Commmission 2
-0110001101100 Dandy 2
-0110001101100 DECISIONS 2
-0110001101100 KIT 2
-0110001101100 Out-of-Doors 2
-0110001101100 Debacle 2
-0110001101100 Commisson 3
-0110001101100 Commisssion 3
-0110001101100 Commision 6
-0110001101100 Spotlight 8
-0110001101100 Commission 9902
-0110001101100 Ruling 49
-0110001101101 PVBA 1
-0110001101101 Zamona 1
-0110001101101 80,558 1
-0110001101101 necessaries 1
-0110001101101 megachange 1
-0110001101101 brewmasters 1
-0110001101101 Steamatic 1
-0110001101101 Nastase 1
-0110001101101 murray 1
-0110001101101 Ibragimbekov 1
-0110001101101 Grievance 1
-0110001101101 Entrepose 1
-0110001101101 SERIES 1
-0110001101101 wala 1
-0110001101101 Pandang 1
-0110001101101 accordingingly 1
-0110001101101 Leghorn 1
-0110001101101 TaylorUSA 1
-0110001101101 Beat. 1
-0110001101101 Shlaimon 1
-0110001101101 Angrily 1
-0110001101101 Instants 1
-0110001101101 brisket 1
-0110001101101 Liens 1
-0110001101101 Kote 1
-0110001101101 Schori 1
-0110001101101 Quadrangle 1
-0110001101101 Adar 1
-0110001101101 1199P 1
-0110001101101 PvbA 1
-0110001101101 Chevrolet-Oldsmobile-Buick 1
-0110001101101 Tolkien 1
-0110001101101 CONDITIONALLY 1
-0110001101101 jokes. 1
-0110001101101 Comission 1
-0110001101101 kabunushi 1
-0110001101101 Sommernachstraum 1
-0110001101101 anaphylaxis 1
-0110001101101 thuringiensis 1
-0110001101101 Kanakaria 1
-0110001101101 Hikes 1
-0110001101101 Cheaters 1
-0110001101101 Fortescu 1
-0110001101101 Addict 1
-0110001101101 Decree 1
-0110001101101 Zaffius 1
-0110001101101 Comissioner 1
-0110001101101 Habab 1
-0110001101101 Daba 1
-0110001101101 Calendars 2
-0110001101101 Hosogane 2
-0110001101101 Preparer 2
-0110001101101 Withheld 2
-0110001101101 court. 2
-0110001101101 Aversion 2
-0110001101101 Lifesavers 2
-0110001101101 Tug-of-War 2
-0110001101101 Blonde 3
-0110001101101 Hike 3
-0110001101101 Court. 3
-0110001101101 Curling 3
-0110001101101 Octanos 4
-0110001101101 meliloti 4
-0110001101101 tokuwan 4
-0110001101101 Obligations 5
-0110001101101 Revolt 8
-0110001101101 turner 9
-0110001101101 Worm 10
-0110001101101 Lie 21
-0110001101101 Path 62
-0110001101101 Reform 360
-0110001101101 Court 7150
-0110001101101 Code 960
-0110001101110 Crust 1
-0110001101110 Pennisula 1
-0110001101110 PaSA 1
-0110001101110 Ages. 1
-0110001101110 Lightship 1
-0110001101110 Cowgirl 1
-0110001101110 Dunc 1
-0110001101110 Penninsula 1
-0110001101110 Boar 1
-0110001101110 Canners 1
-0110001101110 Swindles 1
-0110001101110 Confidentially 1
-0110001101110 spicemaker 1
-0110001101110 susbidiary 1
-0110001101110 Sugans 1
-0110001101110 Supervisers 1
-0110001101110 Tradin 1
-0110001101110 Esat 1
-0110001101110 rehabilitation-hospital 1
-0110001101110 Polska 1
-0110001101110 Symphon 1
-0110001101110 Board-NASD 1
-0110001101110 308/616 1
-0110001101110 revoir 1
-0110001101110 Board-Reebok 1
-0110001101110 Roll-Ups 1
-0110001101110 Markazi 1
-0110001101110 LEFTIST 1
-0110001101110 Brother-style 1
-0110001101110 Owe 1
-0110001101110 Dipper. 1
-0110001101110 Brotherish 1
-0110001101110 11,526.4 1
-0110001101110 Chill. 1
-0110001101110 footballer 1
-0110001101110 Ambush 1
-0110001101110 Stufs 1
-0110001101110 caviarteria 1
-0110001101110 management-in-exile 1
-0110001101110 pretender 1
-0110001101110 Adyga 1
-0110001101110 InterAmerica 1
-0110001101110 Misconduct 1
-0110001101110 Street-Wellesley 1
-0110001101110 9981 1
-0110001101110 Spenders 1
-0110001101110 12630 1
-0110001101110 Weart 1
-0110001101110 buildings. 1
-0110001101110 9066 1
-0110001101110 Almashrek 1
-0110001101110 Horizonte 1
-0110001101110 Herald/WBZ-TV 1
-0110001101110 Thicket 1
-0110001101110 Heyford 2
-0110001101110 Mixes 2
-0110001101110 Rolla 2
-0110001101110 Cando 2
-0110001101110 Handlowy 2
-0110001101110 Kahuna 2
-0110001101110 12333 2
-0110001101110 Blends 2
-0110001101110 Mistake 2
-0110001101110 Helmet 2
-0110001101110 Tent 2
-0110001101110 Bruisers 2
-0110001101110 Hoop 2
-0110001101110 CORPORATION 3
-0110001101110 Herald/WBZ 3
-0110001101110 Bopper 3
-0110001101110 F.S.B. 3
-0110001101110 Brotherism 3
-0110001101110 Board/Merc 3
-0110001101110 Dig 4
-0110001101110 PKO 4
-0110001101110 Rivet 4
-0110001101110 Melli 4
-0110001101110 Suga 5
-0110001101110 Board-listed 5
-0110001101110 Clothiers 5
-0110001101110 Hapoalim 6
-0110001101110 Stationery 6
-0110001101110 Hustle 7
-0110001101110 Vontobel 9
-0110001101110 Negara 9
-0110001101110 Huallaga 9
-0110001101110 Century-Fox 10
-0110001101110 Leumi 11
-0110001101110 Chill 13
-0110001101110 Macs 13
-0110001101110 300-DAY 17
-0110001101110 fuer 18
-0110001101110 Species 20
-0110001101110 Tatars 23
-0110001101110 Nederland 32
-0110001101110 Ages 47
-0110001101110 Peninsula 72
-0110001101110 O 110
-0110001101110 Bang 137
-0110001101110 Leu 143
-0110001101110 Board 9654
-0110001101110 Rate 241
-0110001101111 Deliberation 1
-0110001101111 Bank-Lanston 1
-0110001101111 appeasers 1
-0110001101111 Doh 1
-0110001101111 amphibious-landing 1
-0110001101111 Squab 1
-0110001101111 Wars-type 1
-0110001101111 Conduits 1
-0110001101111 Furnishers 1
-0110001101111 Wagnerienne 1
-0110001101111 Erving-led 1
-0110001101111 Dies. 1
-0110001101111 Kalsha 1
-0110001101111 Slighty 1
-0110001101111 Zauberflote 1
-0110001101111 co-winner 1
-0110001101111 CHESTER 1
-0110001101111 University-Indianapolis 1
-0110001101111 Chongguan 1
-0110001101111 ZOOM 1
-0110001101111 MULLER 1
-0110001101111 eX 1
-0110001101111 Skirt 1
-0110001101111 BESEN 1
-0110001101111 MANAMA 1
-0110001101111 Worry-Free 1
-0110001101111 Juk 1
-0110001101111 Skoeyen 1
-0110001101111 Arns 1
-0110001101111 Comfort. 1
-0110001101111 Pacfic 1
-0110001101111 functionalism 1
-0110001101111 Restorer 1
-0110001101111 Fronts 1
-0110001101111 Over-the-Line 1
-0110001101111 HERRING 1
-0110001101111 Mojado 1
-0110001101111 Gaur 1
-0110001101111 Intimates 1
-0110001101111 gravestones 1
-0110001101111 Rewarded 1
-0110001101111 slumberers 1
-0110001101111 Cites/ABC 1
-0110001101111 Economicus 1
-0110001101111 Warsy 1
-0110001101111 Setinc 1
-0110001101111 SuperCab 1
-0110001101111 Cookiesauruses 1
-0110001101111 1383 1
-0110001101111 Suisse-concede 1
-0110001101111 Ringers 1
-0110001101111 mistletoe 1
-0110001101111 food-pies 1
-0110001101111 Vernadskogo 1
-0110001101111 food-shashlik 1
-0110001101111 1903-1939 1
-0110001101111 Dissect-an-Alien 1
-0110001101111 fairrieanum 1
-0110001101111 Sneetches 1
-0110001101111 Bellied 1
-0110001101111 Gas-Gathering 1
-0110001101111 Nanky-Poo 1
-0110001101111 wing. 1
-0110001101111 Roundelay 1
-0110001101111 hallucinate 1
-0110001101111 Aviator 1
-0110001101111 V/386 1
-0110001101111 Berardino 1
-0110001101111 Baros 1
-0110001101111 tos 1
-0110001101111 Corpse 1
-0110001101111 Voice-type 1
-0110001101111 Domestica 1
-0110001101111 Hooked 1
-0110001101111 Mistica 1
-0110001101111 Intimidated 1
-0110001101111 1922.81 1
-0110001101111 1912.26 1
-0110001101111 Partners. 1
-0110001101111 Buyouts 1
-0110001101111 Agro-Alimentaires 1
-0110001101111 Whatchamacallit 1
-0110001101111 Co.are 1
-0110001101111 Airfreight 1
-0110001101111 Hultsch 1
-0110001101111 Bazaars 1
-0110001101111 Gracida 1
-0110001101111 Energizing 1
-0110001101111 Anstalt/Bankverein 1
-0110001101111 Pollutions 1
-0110001101111 Vaderland 1
-0110001101111 Michigan-Sweet 1
-0110001101111 Cathedrals 1
-0110001101111 Immobilier 1
-0110001101111 2335.37 1
-0110001101111 flashcards. 1
-0110001101111 Bibliography 1
-0110001101111 Cob 1
-0110001101111 Fledermaus. 1
-0110001101111 Publique 1
-0110001101111 Aggression 1
-0110001101111 ex-guard 1
-0110001101111 hirers 1
-0110001101111 106-93 1
-0110001101111 fria 1
-0110001101111 Broadous 1
-0110001101111 Generates 1
-0110001101111 Zentralbank 1
-0110001101111 06/15/87 1
-0110001101111 Yai 1
-0110001101111 EINDHOVEN 1
-0110001101111 Busters. 1
-0110001101111 IIb 1
-0110001101111 Mediums 1
-0110001101111 International- 1
-0110001101111 Ibarakiites 1
-0110001101111 Maravilhas 1
-0110001101111 IV-type 1
-0110001101111 TORINO 1
-0110001101111 mantelpiece 1
-0110001101111 Tours-type 1
-0110001101111 Lescauts 1
-0110001101111 Prez 1
-0110001101111 Environments 1
-0110001101111 Canaria 1
-0110001101111 2524.64 1
-0110001101111 Tigeresses 1
-0110001101111 indutrial 1
-0110001101111 Mastatstva 1
-0110001101111 Lavarello-Obrenovich 1
-0110001101111 Trek-style 1
-0110001101111 Malmberg 1
-0110001101111 Preguson 1
-0110001101111 cranberry-juice 1
-0110001101111 Extraordinaire 1
-0110001101111 Langspielplatten 1
-0110001101111 dir 1
-0110001101111 agrarians 1
-0110001101111 Yunlong 1
-0110001101111 L-Plus 1
-0110001101111 2355 1
-0110001101111 educational-book 1
-0110001101111 Melancolique 1
-0110001101111 3042 1
-0110001101111 Malebane-Metsing 1
-0110001101111 Blossoms 1
-0110001101111 Management-SCA 1
-0110001101111 II-A 1
-0110001101111 Five-B 1
-0110001101111 Lorio 1
-0110001101111 Siong 1
-0110001101111 I-vintage 1
-0110001101111 BUILDUP 1
-0110001101111 Lusia 1
-0110001101111 Odor 1
-0110001101111 Sheva 1
-0110001101111 Wirkkala 1
-0110001101111 Elijio 1
-0110001101111 Unio 1
-0110001101111 Waikikians 1
-0110001101111 554. 1
-0110001101111 Ly 1
-0110001101111 Kien 1
-0110001101111 Guano/Bed 1
-0110001101111 rel 1
-0110001101111 32/700 1
-0110001101111 Juggler 1
-0110001101111 XL-200 1
-0110001101111 ALMOST 1
-0110001101111 Cookers 1
-0110001101111 CHEAT 1
-0110001101111 anti-cellulite 1
-0110001101111 Pro-Collagen 1
-0110001101111 Intnational 1
-0110001101111 Dangerously 1
-0110001101111 2015.09 1
-0110001101111 Feliners 1
-0110001101111 Xuanping 1
-0110001101111 Mukha 1
-0110001101111 Jianying 1
-0110001101111 Suisse-Zurich 1
-0110001101111 Seigner 1
-0110001101111 Hldgs 1
-0110001101111 Ufgood 1
-0110001101111 NewsWorld 1
-0110001101111 Schwert 1
-0110001101111 1407-A 1
-0110001101111 Bullying 1
-0110001101111 Hlthcr 1
-0110001101111 union. 1
-0110001101111 Ins. 1
-0110001101111 Imperfect 1
-0110001101111 Pct 1
-0110001101111 Aldrin 1
-0110001101111 Markets-led 1
-0110001101111 expeditionary-shelter 1
-0110001101111 Kerkbode 1
-0110001101111 Hydrochlorothiazide 1
-0110001101111 Thuot 1
-0110001101111 Databases 1
-0110001101111 GOOFED 1
-0110001101111 Scream 1
-0110001101111 Kayak 1
-0110001101111 Divided-II 1
-0110001101111 flints 1
-0110001101111 2010.85 1
-0110001101111 Lubrication 1
-0110001101111 1989.33 1
-0110001101111 lector 1
-0110001101111 Corp./Europe 1
-0110001101111 Burchenal 1
-0110001101111 4-foot-8 1
-0110001101111 Rides 1
-0110001101111 Gr 1
-0110001101111 THIEVES 1
-0110001101111 4/40 1
-0110001101111 Smut 1
-0110001101111 Modernes 1
-0110001101111 Youheng 1
-0110001101111 Grannies 1
-0110001101111 Henricksen 1
-0110001101111 Ghaznavi 1
-0110001101111 PGGM 1
-0110001101111 Sensation 1
-0110001101111 Hangers 1
-0110001101111 user-demand 1
-0110001101111 Wernli 1
-0110001101111 Constituencies 1
-0110001101111 Sprawling 1
-0110001101111 Annicchino 1
-0110001101111 18-30 1
-0110001101111 1969-74 1
-0110001101111 Campestre 2
-0110001101111 Transplantation 2
-0110001101111 Bosies 2
-0110001101111 Scorecard 2
-0110001101111 Conv 2
-0110001101111 Harmful 2
-0110001101111 Solemnis 2
-0110001101111 Steppers 2
-0110001101111 Choraria 2
-0110001101111 2237.63 2
-0110001101111 Marchetti 2
-0110001101111 Incarnate 2
-0110001101111 FLOWER 2
-0110001101111 Haferkamp 2
-0110001101111 Mgmt. 2
-0110001101111 Cristo 2
-0110001101111 Brigadoon 2
-0110001101111 Hypothecaire 2
-0110001101111 Cheeses 2
-0110001101111 Dreamer 2
-0110001101111 Geothrml 2
-0110001101111 PARTECIPAZIONI 2
-0110001101111 2005.91 2
-0110001101111 Britannicas 2
-0110001101111 Economique 2
-0110001101111 Beamers 2
-0110001101111 Managment 2
-0110001101111 Phuong 2
-0110001101111 avions 2
-0110001101111 2CV 2
-0110001101111 tacklers 2
-0110001101111 Gris 2
-0110001101111 divinas 2
-0110001101111 Gutted 2
-0110001101111 Feedyard 2
-0110001101111 Beart 2
-0110001101111 Execs 2
-0110001101111 Sorter 2
-0110001101111 boneyard 2
-0110001101111 Lasnick 2
-0110001101111 Lacayo 2
-0110001101111 Fiduciaries 2
-0110001101111 Crull 2
-0110001101111 Collen 2
-0110001101111 Frizzell 2
-0110001101111 PILL 2
-0110001101111 Faustus 2
-0110001101111 Backpack 2
-0110001101111 Averaged 2
-0110001101111 Villas 2
-0110001101111 Golem 2
-0110001101111 Cities/ 2
-0110001101111 Haze 2
-0110001101111 Adamu 2
-0110001101111 WITNESSES 2
-0110001101111 HEINZ 2
-0110001101111 Robbery 2
-0110001101111 Oilfields 2
-0110001101111 Maidel 2
-0110001101111 Bourke-White 2
-0110001101111 Notification 2
-0110001101111 1945-46 2
-0110001101111 Al-Anbaa 2
-0110001101111 Mobilier 2
-0110001101111 FREEZE 2
-0110001101111 Andronicus 2
-0110001101111 Myopia 2
-0110001101111 Taray 2
-0110001101111 BEWARE 2
-0110001101111 Pyung 2
-0110001101111 Uns 2
-0110001101111 Barnathan 3
-0110001101111 Brunch 3
-0110001101111 Micrographics 3
-0110001101111 CARD 3
-0110001101111 Destroyer 3
-0110001101111 Homeward 3
-0110001101111 Westcott 3
-0110001101111 anglaise 3
-0110001101111 Gases 3
-0110001101111 1989-5 3
-0110001101111 Cardholder 3
-0110001101111 Aire 3
-0110001101111 Qasr 3
-0110001101111 RAW 3
-0110001101111 Cubism 3
-0110001101111 II-era 3
-0110001101111 36s 3
-0110001101111 Quotient 3
-0110001101111 Panza 3
-0110001101111 Classification 3
-0110001101111 Severinsen 3
-0110001101111 Accents 3
-0110001101111 Strategist 3
-0110001101111 Xing 3
-0110001101111 Docket 3
-0110001101111 Rudel 3
-0110001101111 Cierra 3
-0110001101111 Direction 3
-0110001101111 Mecir 3
-0110001101111 Butterflies 3
-0110001101111 Chee 3
-0110001101111 GIRLS 3
-0110001101111 Lick 3
-0110001101111 ab 3
-0110001101111 Lantern 3
-0110001101111 Indigo 3
-0110001101111 baccata 4
-0110001101111 Boros 4
-0110001101111 Flew 4
-0110001101111 Capwell 4
-0110001101111 Windmill 4
-0110001101111 HCI 4
-0110001101111 Duo 4
-0110001101111 Gloves 4
-0110001101111 Woodmac 4
-0110001101111 Service. 4
-0110001101111 Vans 4
-0110001101111 II-vintage 4
-0110001101111 Pants 4
-0110001101111 Petrolieres 4
-0110001101111 2276.43 4
-0110001101111 BONN 4
-0110001101111 fatale 4
-0110001101111 Maharaj 4
-0110001101111 BUYERS 5
-0110001101111 Perfumes 5
-0110001101111 Messengers 5
-0110001101111 Forfeiture 5
-0110001101111 Anymore 5
-0110001101111 Pharmacies 5
-0110001101111 Crisp 5
-0110001101111 Gees 5
-0110001101111 Laundrette 5
-0110001101111 Desc 5
-0110001101111 Krolik 5
-0110001101111 Industriel 5
-0110001101111 Infirmary 5
-0110001101111 Cos 5
-0110001101111 Sourcebook 5
-0110001101111 Popcorn 5
-0110001101111 Weirdness 6
-0110001101111 Mediterranee 6
-0110001101111 twang 6
-0110001101111 sapiens 6
-0110001101111 Districts 6
-0110001101111 Airmotive 7
-0110001101111 2506 7
-0110001101111 Mirrors 7
-0110001101111 Nicley 7
-0110001101111 Erving 7
-0110001101111 FRANKFURT 7
-0110001101111 Forecaster 7
-0110001101111 Vendome 7
-0110001101111 Daylights 7
-0110001101111 Naj 7
-0110001101111 Vane 7
-0110001101111 Ones 7
-0110001101111 Finds 8
-0110001101111 Chant 8
-0110001101111 Wagons 8
-0110001101111 Server 8
-0110001101111 Cranberries 8
-0110001101111 Conduit 8
-0110001101111 Phagan 9
-0110001101111 Dearth 9
-0110001101111 Approach 9
-0110001101111 Walkure 9
-0110001101111 Grosso 9
-0110001101111 Sampling 9
-0110001101111 Dartboard 9
-0110001101111 Gromes 10
-0110001101111 Specials 10
-0110001101111 Interlude 10
-0110001101111 Newhart 11
-0110001101111 Builder 11
-0110001101111 Seeds 11
-0110001101111 Flute 12
-0110001101111 Rus 13
-0110001101111 MUST 13
-0110001101111 Pickup 13
-0110001101111 Basics 13
-0110001101111 LE 13
-0110001101111 Dolls 13
-0110001101111 Allocation 14
-0110001101111 Detection 14
-0110001101111 Bancor 14
-0110001101111 Zeit 14
-0110001101111 Contest 14
-0110001101111 Squadron 14
-0110001101111 WoodMac 15
-0110001101111 commandant 15
-0110001101111 Foncier 15
-0110001101111 Idea 15
-0110001101111 FIRM 15
-0110001101111 SYSTEM 15
-0110001101111 Disposal 15
-0110001101111 rea 15
-0110001101111 Speaks 15
-0110001101111 Fury 16
-0110001101111 Avenger 16
-0110001101111 Maze 17
-0110001101111 Marketplace 17
-0110001101111 Nominees 19
-0110001101111 Fail 19
-0110001101111 Freightways 20
-0110001101111 Cruises 20
-0110001101111 Coating 21
-0110001101111 Seafoods 22
-0110001101111 Spray 23
-0110001101111 Formation 24
-0110001101111 Edition 24
-0110001101111 VI 24
-0110001101111 Integrators 25
-0110001101111 Agricole 26
-0110001101111 Forms 29
-0110001101111 Behavior 29
-0110001101111 Examiner 29
-0110001101111 Appreciation 30
-0110001101111 Welt 31
-0110001101111 Alert 32
-0110001101111 Mixte 34
-0110001101111 Dancing 34
-0110001101111 Tours 35
-0110001101111 Tag 37
-0110001101111 Ciera 37
-0110001101111 Brief 39
-0110001101111 Maldutis 42
-0110001101111 Accounts 51
-0110001101111 Med 53
-0110001101111 Trek 54
-0110001101111 Account 60
-0110001101111 AIRLINES 61
-0110001101111 Band 65
-0110001101111 Papers 69
-0110001101111 Matters 73
-0110001101111 Maung 77
-0110001101111 Clubs 79
-0110001101111 II. 86
-0110001101111 Baer 95
-0110001101111 Responsibility 97
-0110001101111 Flats 101
-0110001101111 Mountains 107
-0110001101111 V 119
-0110001101111 Lyonnais 119
-0110001101111 Story 158
-0110001101111 X 168
-0110001101111 Powers 214
-0110001101111 Plus 293
-0110001101111 Corps 294
-0110001101111 Cities/ABC 338
-0110001101111 Show 417
-0110001101111 Wars 436
-0110001101111 Partnership 508
-0110001101111 Report 1289
-0110001101111 Markets 1899
-0110001101111 II 2224
-0110001101111 Average 2423
-0110001101111 System 2264
-011000111000 pro-Star 1
-011000111000 Columbia. 1
-011000111000 sloppiest 1
-011000111000 do-gooderism 1
-011000111000 Grizzlies 1
-011000111000 abductees 1
-011000111000 Skiwear 1
-011000111000 Streebek 1
-011000111000 oo-pples 1
-011000111000 foodchains 1
-011000111000 Punic 1
-011000111000 entrepeneur 1
-011000111000 Trailblazers 1
-011000111000 Seika 1
-011000111000 Comproller 1
-011000111000 Teik 1
-011000111000 beach-head 1
-011000111000 facilty 1
-011000111000 Pinkum 1
-011000111000 University/Purdue 1
-011000111000 sideros 1
-011000111000 Valderrivas 1
-011000111000 Bank/United 1
-011000111000 actress-model 1
-011000111000 Furioso 1
-011000111000 Sweeper 1
-011000111000 Lacks 1
-011000111000 cantonment 1
-011000111000 Sirti 1
-011000111000 Twirl 1
-011000111000 gunsmith 1
-011000111000 Disposalens 1
-011000111000 strategy. 1
-011000111000 Evaristo 1
-011000111000 Pilsner 1
-011000111000 leakathon 1
-011000111000 Herald. 1
-011000111000 Post-ABC 1
-011000111000 Vise 1
-011000111000 Surroundings 1
-011000111000 find. 1
-011000111000 Gozo 1
-011000111000 Bank-backed 1
-011000111000 pinots 1
-011000111000 comopany 1
-011000111000 Pastors 1
-011000111000 Walters-style 1
-011000111000 Glorifying 1
-011000111000 Hydroflex 1
-011000111000 sub-continent 1
-011000111000 50,551 1
-011000111000 Classicism 1
-011000111000 Iodice 1
-011000111000 Girardeau 1
-011000111000 Staatsgalerie 1
-011000111000 value-for-shareholders 1
-011000111000 Maluf 1
-011000111000 too./Eve 1
-011000111000 Transcript 1
-011000111000 Oiler 1
-011000111000 Aviary 1
-011000111000 Overholser 1
-011000111000 Patriot-Ledger 1
-011000111000 Wildest 1
-011000111000 Boys-Manny 1
-011000111000 prattlers 1
-011000111000 gypsum-board 1
-011000111000 big-wig 1
-011000111000 P.U.C. 1
-011000111000 Sweepers 1
-011000111000 Spring-on-Hudson 1
-011000111000 researchers. 1
-011000111000 Tribuna 1
-011000111000 residents. 1
-011000111000 AGI. 1
-011000111000 elephant-shaped 1
-011000111000 Rhapsodies 1
-011000111000 land-fraud 1
-011000111000 research-support 1
-011000111000 sack-master 1
-011000111000 Sponges 1
-011000111000 Liberities 1
-011000111000 Yescas 1
-011000111000 Boven 1
-011000111000 Cod. 1
-011000111000 Guertin 1
-011000111000 based-carrier 1
-011000111000 Nunnery 1
-011000111000 slicksters 1
-011000111000 Capitols 1
-011000111000 Giselles 1
-011000111000 entreprendre 1
-011000111000 arms-manufacturer 1
-011000111000 Futurity 1
-011000111000 parochial-schoolteacher 1
-011000111000 CARTE 1
-011000111000 72-73 1
-011000111000 Colla 1
-011000111000 Saddleback 1
-011000111000 Humour 1
-011000111000 Mural 1
-011000111000 1766-72 1
-011000111000 Vivacqua 1
-011000111000 schoolchildren. 1
-011000111000 horning 1
-011000111000 Gynecologist 1
-011000111000 University. 1
-011000111000 subidiary 1
-011000111000 post-Vatican 1
-011000111000 Columbians 1
-011000111000 Glickburg 1
-011000111000 Genossenschaftliche 1
-011000111000 Habitats 1
-011000111000 Airways-Braniff 1
-011000111000 LeGates 1
-011000111000 debt-swappers 1
-011000111000 Grinches 1
-011000111000 water-folk 1
-011000111000 Irregulars 1
-011000111000 foundling 1
-011000111000 Cliffs. 1
-011000111000 Schlageter 1
-011000111000 Media-Advertising 1
-011000111000 Gid 1
-011000111000 Monorail 1
-011000111000 Bank-Fiat 1
-011000111000 punditocracy 1
-011000111000 Times-Herald 1
-011000111000 Barroso 1
-011000111000 Marlantes 1
-011000111000 oarsman 1
-011000111000 Cordillera 1
-011000111000 consulant 1
-011000111000 osteopaths 1
-011000111000 1492 1
-011000111000 ADV-Part 1
-011000111000 Chicks 1
-011000111000 Cod-style 1
-011000111000 empire-builder 1
-011000111000 Herald-News 1
-011000111000 daredevil-guru 1
-011000111000 Journal. 1
-011000111000 Cup-circuit 1
-011000111000 ragas 1
-011000111000 Vermogensverwaltung 1
-011000111000 Gainsbourg 1
-011000111000 Tatra 1
-011000111000 Azuelos 1
-011000111000 Krimendahl 1
-011000111000 Slammers 1
-011000111000 Cays 1
-011000111000 Sundances 1
-011000111000 Catechism 1
-011000111000 coutouriers 1
-011000111000 interlocutor 1
-011000111000 clairvoyants 1
-011000111000 hurlers 1
-011000111000 DELPHI 1
-011000111000 Abeldt 1
-011000111000 Caravelles 1
-011000111000 Outman 1
-011000111000 NS&I 1
-011000111000 executive-placement 1
-011000111000 ex. 1
-011000111000 CULTURE 1
-011000111000 YM-YWHA 1
-011000111000 Plantmobile 1
-011000111000 abstractionists 1
-011000111000 chablis 1
-011000111000 Iscariot 1
-011000111000 Ponosuk 1
-011000111000 comestibles 1
-011000111000 Goldeye 1
-011000111000 E-Street 1
-011000111000 IBM/Europe 1
-011000111000 Menthols 1
-011000111000 Foleys 1
-011000111000 Hoodlums 1
-011000111000 Vassy 1
-011000111000 Univ 1
-011000111000 Spiders 1
-011000111000 downhiller 1
-011000111000 ----s 1
-011000111000 SynderGeneral 1
-011000111000 buinessman 1
-011000111000 Casacade 1
-011000111000 winemaster 1
-011000111000 Browning-type 1
-011000111000 Sundt-Actus 1
-011000111000 Suite. 1
-011000111000 Senderista 1
-011000111000 Sharpshooters 1
-011000111000 paddler 1
-011000111000 Bio-Resources 1
-011000111000 Dreamin 1
-011000111000 foxhound 1
-011000111000 Khustndinov 1
-011000111000 quake-prone 1
-011000111000 Warsoon 1
-011000111000 1963-66 1
-011000111000 Wogan 1
-011000111000 Aiport 1
-011000111000 Ripper-haters 1
-011000111000 Farms. 1
-011000111000 semieye 1
-011000111000 Selectwoman 1
-011000111000 Magica 1
-011000111000 ex-nightclub 1
-011000111000 Lagoons 1
-011000111000 Briones 1
-011000111000 Limits. 1
-011000111000 Bank-Casper 1
-011000111000 Nthwst 1
-011000111000 Frishman 1
-011000111000 Bebete 1
-011000111000 vicarage 1
-011000111000 car-owners 1
-011000111000 supercompanies 1
-011000111000 best-mannered 1
-011000111000 FRONTERA 1
-011000111000 whillikers 1
-011000111000 pork-barreler 1
-011000111000 Geoscape 1
-011000111000 datelines 1
-011000111000 sycophantishness 1
-011000111000 Roulo 2
-011000111000 SW 2
-011000111000 FilmWorks 2
-011000111000 CDU/CSU 2
-011000111000 Bandeirantes 2
-011000111000 All-Starr 2
-011000111000 Scientech 2
-011000111000 Pygmy 2
-011000111000 Leas 2
-011000111000 Bai 2
-011000111000 Descent 2
-011000111000 Levin/Stern 2
-011000111000 Windchimes 2
-011000111000 Shinbun 2
-011000111000 Calista 2
-011000111000 Wacko 2
-011000111000 shiksa 2
-011000111000 Wirtschaftsforschung 2
-011000111000 lumberjacks 2
-011000111000 governmental-affairs 2
-011000111000 luncheonette 2
-011000111000 perls 2
-011000111000 Gemeinwirtschaft 2
-011000111000 Boomerang 2
-011000111000 viaduct 2
-011000111000 Maladies 2
-011000111000 Amboy 2
-011000111000 Cecchini 2
-011000111000 Star-Ledger 2
-011000111000 Bank-Midwest 2
-011000111000 paradis 2
-011000111000 Times-CBS 2
-011000111000 superlawyer 2
-011000111000 Bank-IMF 2
-011000111000 Swindler 2
-011000111000 Songwriters 2
-011000111000 Telegram 2
-011000111000 Babee 2
-011000111000 Goldfund 2
-011000111000 Bimbos 2
-011000111000 romanticist 2
-011000111000 Journal/ 2
-011000111000 World-Herald 2
-011000111000 car-seat 2
-011000111000 Subilosky 2
-011000111000 Brom 2
-011000111000 Heavyweight 2
-011000111000 Fitzhugh 2
-011000111000 Bitterroot 2
-011000111000 Quivar 2
-011000111000 Balcony 2
-011000111000 Balm 2
-011000111000 Two-Tier 2
-011000111000 Globe-News 2
-011000111000 Defiant 2
-011000111000 FONDIARIA 2
-011000111000 Air-UAL 2
-011000111000 Rattlesnake 2
-011000111000 meadowlands 2
-011000111000 Aftenbladet 2
-011000111000 Womens 2
-011000111000 brasserie 2
-011000111000 Either/Or 2
-011000111000 Lirazan 2
-011000111000 Deception 2
-011000111000 Gladiators 2
-011000111000 bakery-restaurants 2
-011000111000 Deforestation 2
-011000111000 Bash 3
-011000111000 Dearest 3
-011000111000 Loa 3
-011000111000 Magnani 3
-011000111000 Coachworks 3
-011000111000 boatmen 3
-011000111000 HB 3
-011000111000 Supersonics 3
-011000111000 Post-Intelligencer 3
-011000111000 Racquets 3
-011000111000 Mid-West 3
-011000111000 Volksbank 3
-011000111000 Barnes-Connally 3
-011000111000 Hatchet 3
-011000111000 Knot 3
-011000111000 Star-Tribune 3
-011000111000 Blacklist 3
-011000111000 Letelier 3
-011000111000 Fragile 3
-011000111000 Bombers 3
-011000111000 MacDowell 3
-011000111000 Moods 3
-011000111000 winegrowers 3
-011000111000 Neolithic 3
-011000111000 Jameses 3
-011000111000 Intellect 3
-011000111000 76ers 3
-011000111000 oom-pah-pah 3
-011000111000 Discall 3
-011000111000 myc 3
-011000111000 Falcons 3
-011000111000 Al-Ahram 3
-011000111000 titanate 3
-011000111000 Flemings 3
-011000111000 GISSI 4
-011000111000 Aspern 4
-011000111000 Sidekicks 4
-011000111000 Sultanes 4
-011000111000 Kildare 4
-011000111000 Bruin 4
-011000111000 Teeth 4
-011000111000 Times-Dispatch 4
-011000111000 CIO 4
-011000111000 Desperadoes 4
-011000111000 Palacio 4
-011000111000 conquistadors 4
-011000111000 American-Statesman 4
-011000111000 Koss 5
-011000111000 Phenomenon 5
-011000111000 Nordiques 5
-011000111000 Ural 5
-011000111000 T-birds 5
-011000111000 LaserWriter 5
-011000111000 Sidonia 5
-011000111000 Savings-Share 5
-011000111000 Blech 5
-011000111000 Rothschilds 5
-011000111000 Bengals 5
-011000111000 Anthology 5
-011000111000 Post-Gazette 5
-011000111000 Hartings 5
-011000111000 Rockets 5
-011000111000 Rhapsody 5
-011000111000 Kreditbank 5
-011000111000 Leopard 5
-011000111000 ................................. 5
-011000111000 V.P. 5
-011000111000 Tecolotes 5
-011000111000 Bentsens 6
-011000111000 Globetrotters 6
-011000111000 Flyers 6
-011000111000 Shuffle 6
-011000111000 Canadiens 6
-011000111000 Harmel 6
-011000111000 War-era 6
-011000111000 Journal-NBC 6
-011000111000 Nets 6
-011000111000 Topitsch 6
-011000111000 Partch 6
-011000111000 Fuhrer 6
-011000111000 Pita 6
-011000111000 Slugger 6
-011000111000 Airway 7
-011000111000 Harshaw/Filtrol 7
-011000111000 Frog 7
-011000111000 Raisins 7
-011000111000 Apostles 7
-011000111000 Menthol 7
-011000111000 Neddick 7
-011000111000 Knife 7
-011000111000 Johnsons 7
-011000111000 Broom 7
-011000111000 Mahindra 7
-011000111000 DA 8
-011000111000 endive 8
-011000111000 Serpent 8
-011000111000 Cleanup 9
-011000111000 Steelers 9
-011000111000 Mariners 9
-011000111000 Bollettieri 9
-011000111000 Oregonian 9
-011000111000 Shores 9
-011000111000 Franc 9
-011000111000 Globo 10
-011000111000 Ranney 10
-011000111000 Padres 10
-011000111000 Berlitz 11
-011000111000 Seahawks 11
-011000111000 Prado 11
-011000111000 Vader 12
-011000111000 Suns 12
-011000111000 Plunkitt 13
-011000111000 Expos 13
-011000111000 Buccaneers 13
-011000111000 Opium 13
-011000111000 Seaport 14
-011000111000 Dibb 14
-011000111000 USSR 14
-011000111000 Nederlander 14
-011000111000 XV 15
-011000111000 Freaks 15
-011000111000 Rocks 16
-011000111000 Rat 16
-011000111000 Prune 16
-011000111000 Guiana 16
-011000111000 Gong 17
-011000111000 Lackawanna 17
-011000111000 Roof 17
-011000111000 Gerais 17
-011000111000 Everglades 17
-011000111000 Bat 18
-011000111000 Generalized 18
-011000111000 Sentinel 19
-011000111000 Cowboy 19
-011000111000 Phillies 19
-011000111000 Wrestling 19
-011000111000 Astros 19
-011000111000 L&P 20
-011000111000 Colts 20
-011000111000 Nuggets 20
-011000111000 Vikings 21
-011000111000 Athletics 21
-011000111000 Knights 22
-011000111000 Ababa 22
-011000111000 Pops 22
-011000111000 Dolphins 23
-011000111000 Monument 24
-011000111000 Saw 24
-011000111000 Courier-Journal 24
-011000111000 Tires 26
-011000111000 Pirates 28
-011000111000 Gran 30
-011000111000 Rep 30
-011000111000 Pack 31
-011000111000 Brewers 31
-011000111000 Reds 32
-011000111000 Cod 32
-011000111000 Lions 32
-011000111000 Bazaar 33
-011000111000 Championships 34
-011000111000 Orioles 35
-011000111000 Keys 36
-011000111000 krone 36
-011000111000 Royals 36
-011000111000 Patriots 37
-011000111000 Federalist 40
-011000111000 Inquirer 42
-011000111000 Oilers 43
-011000111000 Championship 43
-011000111000 Devil 43
-011000111000 inc. 44
-011000111000 Saints 45
-011000111000 Otsego 45
-011000111000 Nilson 45
-011000111000 guilder 47
-011000111000 P&L 49
-011000111000 Winfrey 49
-011000111000 Coliseum 50
-011000111000 Broncos 50
-011000111000 Braves 51
-011000111000 Cowboys 51
-011000111000 Kid 52
-011000111000 Match 53
-011000111000 Hawks 54
-011000111000 Eagles 54
-011000111000 Universe 57
-011000111000 Boss 58
-011000111000 Gazette 59
-011000111000 Columbia-based 59
-011000111000 Canaveral 61
-011000111000 Zoo 62
-011000111000 Redskins 63
-011000111000 Reporter 64
-011000111000 Safe 64
-011000111000 Miracle 64
-011000111000 Twins 74
-011000111000 Browns 77
-011000111000 Celtics 80
-011000111000 Dundee 82
-011000111000 Yard 83
-011000111000 Blues 93
-011000111000 Derby 97
-011000111000 Aviv 98
-011000111000 Observer 101
-011000111000 Bee 102
-011000111000 Journal/Europe 105
-011000111000 Cubs 113
-011000111000 Chronicle 124
-011000111000 Americas 146
-011000111000 Cup 154
-011000111000 Liberties 155
-011000111000 Bears 155
-011000111000 Boys 186
-011000111000 Monitor 216
-011000111000 Globe 233
-011000111000 Journal/NBC 239
-011000111000 Cosby 255
-011000111000 Village 266
-011000111000 Caledonian 279
-011000111000 Tribune 332
-011000111000 Tower 515
-011000111000 franc 557
-011000111000 Herald 790
-011000111000 Airways 1126
-011000111000 Post 1444
-011000111000 War 2448
-011000111000 Journal 3792
-0110001110010 Oceanographers 1
-0110001110010 trash-theft 1
-0110001110010 Sts. 1
-0110001110010 sugarbeet-producing 1
-0110001110010 2586 1
-0110001110010 Sensors 1
-0110001110010 Trignant 1
-0110001110010 jazz/rock 1
-0110001110010 C-137 1
-0110001110010 Heurich 1
-0110001110010 regional-carrier 1
-0110001110010 internal-guidance 1
-0110001110010 Force-provided 1
-0110001110010 oil-producer 1
-0110001110010 Mysticus 1
-0110001110010 700S2 1
-0110001110010 Lines-Western 1
-0110001110010 palmate-antlered 1
-0110001110010 AMRAAM 1
-0110001110010 UK. 1
-0110001110010 mandrake 1
-0110001110010 videodrone 1
-0110001110010 Mae-backed 1
-0110001110010 equities. 1
-0110001110010 Community-wide 1
-0110001110010 Atlanta-KLM 1
-0110001110010 Dolomiti 1
-0110001110010 Thumper 1
-0110001110010 Force-Army 1
-0110001110010 Force-Ret 1
-0110001110010 water-purity 1
-0110001110010 chatelaine 1
-0110001110010 Coproduction 1
-0110001110010 Medals 1
-0110001110010 Mac-77 1
-0110001110010 Dumpling 1
-0110001110010 France-Lufthansa 1
-0110001110010 mutual-defense 1
-0110001110010 Rework 1
-0110001110010 C-35 2
-0110001110010 Jerky 2
-0110001110010 Force-owned 2
-0110001110010 Algerie 2
-0110001110010 Olie 2
-0110001110010 Notions 2
-0110001110010 3,228 2
-0110001110010 Outlets 2
-0110001110010 Afrique 2
-0110001110010 Vent 3
-0110001110010 Races 4
-0110001110010 Maroc 5
-0110001110010 Self-Defense 6
-0110001110010 Cavalry 7
-0110001110010 Conditioning 8
-0110001110010 Brake 10
-0110001110010 Caballero 13
-0110001110010 Filter 14
-0110001110010 Liquide 22
-0110001110010 Inter 45
-0110001110010 Cargo 65
-0110001110010 Maes 79
-0110001110010 Base 170
-0110001110010 Freight 171
-0110001110010 Wis 218
-0110001110010 Transport 398
-0110001110010 Line 730
-0110001110010 Mac 811
-0110001110010 Lines 922
-0110001110010 Mae 1137
-0110001110010 Force 3002
-0110001110010 Community 1362
-0110001110011 Phase-Out 1
-0110001110011 Odometer 1
-0110001110011 Defunct 1
-0110001110011 Reverve 1
-0110001110011 Reseve 1
-0110001110011 Hokkoku 1
-0110001110011 Resrve 1
-0110001110011 Bust-Up 1
-0110001110011 Ltd.-Fuji 1
-0110001110011 Reactors 1
-0110001110011 Reserv 1
-0110001110011 Slamma 1
-0110001110011 Old-Age 1
-0110001110011 Supplier 2
-0110001110011 Rule-making 3
-0110001110011 Nonproliferation 3
-0110001110011 Karte 3
-0110001110011 warS 5
-0110001110011 Rulemaking 9
-0110001110011 Standards 207
-0110001110011 Deposit 643
-0110001110011 Reserve 4653
-011000111010 Signoroni 1
-011000111010 Japanologist 1
-011000111010 Rosa-based 1
-011000111010 Fe/ 1
-011000111010 Supercycle 1
-011000111010 IIIs 1
-011000111010 Bank/Levelland 1
-011000111010 catastrophists 1
-011000111010 Ami 1
-011000111010 flophouse 1
-011000111010 Gulfcoast 1
-011000111010 specialty-applications 1
-011000111010 Lobotomy 1
-011000111010 Bornand 1
-011000111010 Heure 1
-011000111010 Astree 1
-011000111010 cocaine-using 1
-011000111010 Nonissue 1
-011000111010 walkaway. 1
-011000111010 vov 1
-011000111010 president-a 1
-011000111010 arabica 1
-011000111010 FTA 1
-011000111010 Coteau 1
-011000111010 Amphitheater 1
-011000111010 Corp.-Group 1
-011000111010 Kingdom-listed 1
-011000111010 Lsi 1
-011000111010 Observatories 1
-011000111010 Rapidians. 1
-011000111010 :: 1
-011000111010 Nations-affiliated 1
-011000111010 U-Turn 1
-011000111010 Kindom 1
-011000111010 pronghorns 1
-011000111010 Heuristics 1
-011000111010 Techologies 1
-011000111010 PipeLine 1
-011000111010 Scrambler 1
-011000111010 Lakes-Northeast 1
-011000111010 djamena 1
-011000111010 Remittances 1
-011000111010 Knolls 1
-011000111010 Weatherman 1
-011000111010 mandataries 1
-011000111010 Contraction 1
-011000111010 Grandparent 1
-011000111010 Escapes 1
-011000111010 Complication 1
-011000111010 pictus 1
-011000111010 snappers 1
-011000111010 Speckled 1
-011000111010 wine-lovers 1
-011000111010 Fe-based 1
-011000111010 Offre 1
-011000111010 Arabia. 1
-011000111010 Agri-Women 1
-011000111010 Ana-based 1
-011000111010 Nations-supported 1
-011000111010 Am-Braniff 1
-011000111010 port. 1
-011000111010 Ermitage 1
-011000111010 rustics 1
-011000111010 Aventure 1
-011000111010 sBC 1
-011000111010 W.A.C. 1
-011000111010 Hoeschst 1
-011000111010 Holmesians 1
-011000111010 States-Soviet 1
-011000111010 Sleep-Out 1
-011000111010 Forks-Ronalane 1
-011000111010 Kingdom-Small 1
-011000111010 Flexi-Pax 1
-011000111010 Forgers 1
-011000111010 Anse 1
-011000111010 Personality. 1
-011000111010 plastic-injection 1
-011000111010 TeleMedia 1
-011000111010 Gulf-1 1
-011000111010 Airgroup 1
-011000111010 States-type 1
-011000111010 Duchy 1
-011000111010 Cynamid 1
-011000111010 Tollway 1
-011000111010 money-spinners 1
-011000111010 Steel-workers 1
-011000111010 Asia. 1
-011000111010 car-buyers 1
-011000111010 Ambience 1
-011000111010 Minco 1
-011000111010 near-left 1
-011000111010 XFI 1
-011000111010 Prix-circuit 1
-011000111010 Keizaisha 1
-011000111010 Clarita 1
-011000111010 Kohden 1
-011000111010 Fable 1
-011000111010 Acetyls 1
-011000111010 AngeluzziCorbo 1
-011000111010 Emancipator 1
-011000111010 Greetings-designed 1
-011000111010 Monday-type 1
-011000111010 Exp 1
-011000111010 Stores-Lucky 1
-011000111010 Physcians 1
-011000111010 Nations-backed 1
-011000111010 Kingdom-Europe 1
-011000111010 Gumnut 1
-011000111010 Unmentionable 1
-011000111010 Psychologist 1
-011000111010 commmuter 1
-011000111010 Depresssion 1
-011000111010 Fe. 1
-011000111010 Getrudis 1
-011000111010 parvenus 1
-011000111010 member-partners 1
-011000111010 utility-equipment 1
-011000111010 bad-neighbor 1
-011000111010 horrida 1
-011000111010 Nations-mediated 1
-011000111010 Ornithological 1
-011000111010 Clausism 1
-011000111010 folk-satirist 1
-011000111010 Echafaud 1
-011000111010 Unwashed 1
-011000111010 Corp./McCrory 1
-011000111010 Zengxi 1
-011000111010 Ensoleillad 1
-011000111010 Obfuscator 1
-011000111010 Salesperson 1
-011000111010 Telecomunications 1
-011000111010 Defile 1
-011000111010 Keizei 1
-011000111010 Reopening 2
-011000111010 Guignol 2
-011000111010 Kezai 2
-011000111010 Nucleonics 2
-011000111010 Nations-monitored 2
-011000111010 educational-assistance 2
-011000111010 Oiseau 2
-011000111010 Shoma 2
-011000111010 Papermakers 2
-011000111010 Marnier 2
-011000111010 Powerlink 2
-011000111010 Barbara-based 2
-011000111010 Tourister 2
-011000111010 Coulee 2
-011000111010 Mortell 2
-011000111010 GlobalPartners 2
-011000111010 Nations-brokered 2
-011000111010 Histoire 2
-011000111010 Armee 2
-011000111010 Explainer 2
-011000111010 Society. 2
-011000111010 Humanite 2
-011000111010 Kindgom 2
-011000111010 Agronomics 2
-011000111010 Match-Up 2
-011000111010 Enfant 2
-011000111010 Exhaust 3
-011000111010 Woolen 3
-011000111010 Africanist 3
-011000111010 Tractors 3
-011000111010 Energie 3
-011000111010 Acquirer 3
-011000111010 Bradleys 3
-011000111010 Rossa 3
-011000111010 Insecticide 3
-011000111010 Croce 3
-011000111010 Automar 3
-011000111010 Procession 3
-011000111010 AgriSeeds 3
-011000111010 Steelworker 3
-011000111010 TeleSpectrum 3
-011000111010 Beta-Lucky 3
-011000111010 Espresso 3
-011000111010 Tamerlane 3
-011000111010 Graffiti 4
-011000111010 Africaine 4
-011000111010 Ams 4
-011000111010 Telecontrol 4
-011000111010 Bananas 4
-011000111010 Electorate 4
-011000111010 Re-Insurance 4
-011000111010 Catarina 4
-011000111010 Esperance 4
-011000111010 Laugh 4
-011000111010 Balls 4
-011000111010 Travellers 5
-011000111010 Datacom 5
-011000111010 Tochi 5
-011000111010 Caravan/Voyager 5
-011000111010 Heureux 6
-011000111010 Bandstand 6
-011000111010 Mosque 6
-011000111010 Ref-Fuel 6
-011000111010 Homeware 6
-011000111010 Mercies 6
-011000111010 Keno 7
-011000111010 Ambiance 7
-011000111010 Illusion 8
-011000111010 States. 8
-011000111010 Siscoe 8
-011000111010 Djamena 9
-011000111010 Wagoneers 9
-011000111010 Tail 9
-011000111010 Tote 9
-011000111010 Multi-Cinema 10
-011000111010 Biomaterials 10
-011000111010 Refrigerated 10
-011000111010 Kingdom-based 11
-011000111010 Communicator 12
-011000111010 Arabians 12
-011000111010 Nations-sponsored 12
-011000111010 Bionetics 13
-011000111010 Canso 13
-011000111010 Pathologists 14
-011000111010 Chem-Con 14
-011000111010 Amour 16
-011000111010 Ballroom 17
-011000111010 Dour 17
-011000111010 Stationers 17
-011000111010 Lido 17
-011000111010 Therapeutics 19
-011000111010 Coasts 19
-011000111010 Aggregates 19
-011000111010 Performances 20
-011000111010 Maize-Products 20
-011000111010 Forks 20
-011000111010 Airlink 21
-011000111010 Samoa 21
-011000111010 007 22
-011000111010 Harp 24
-011000111010 Stockyards 26
-011000111010 Steam 27
-011000111010 Oreal 28
-011000111010 Territories 33
-011000111010 Junction 34
-011000111010 Sanitation 35
-011000111010 Marquis 50
-011000111010 Spectator 58
-011000111010 Keizai 61
-011000111010 Parcel 61
-011000111010 Biscuits 62
-011000111010 Anita 64
-011000111010 Neck 70
-011000111010 Prix 72
-011000111010 Greetings 90
-011000111010 Rosa 99
-011000111010 Ana 100
-011000111010 Claus 103
-011000111010 Magnetics 143
-011000111010 Rapids 151
-011000111010 Steelworkers 230
-011000111010 Way 236
-011000111010 Monica 273
-011000111010 Artists 313
-011000111010 Lakes 324
-011000111010 Clara 324
-011000111010 Nations 515
-011000111010 Telecommunications 649
-011000111010 Kingdom 676
-011000111010 Met 822
-011000111010 Brands 1081
-011000111010 Technologies 1245
-011000111010 Arabia 1344
-011000111010 Fe 1588
-011000111010 States 1646
-011000111010 Am 1838
-011000111010 Express 2640
-011000111010 Airlines 4788
-0110001110110 arbitrageuse 1
-0110001110110 Hoefner 1
-0110001110110 Industries-Wagner 1
-0110001110110 Interscholastic 1
-0110001110110 AEROSPAZIALE 1
-0110001110110 Servisi 1
-0110001110110 consumer-sciences 1
-0110001110110 Hosptial 1
-0110001110110 Fernseh 1
-0110001110110 MARZOTTO 1
-0110001110110 Lenotre 1
-0110001110110 Pullmann 1
-0110001110110 Sunbathing 1
-0110001110110 HighTech 1
-0110001110110 Fold 1
-0110001110110 548-21-06 1
-0110001110110 266-48-56 1
-0110001110110 489-29-04 1
-0110001110110 180-05-83 1
-0110001110110 459-70-62 1
-0110001110110 491-30-69 1
-0110001110110 246-63-58 1
-0110001110110 258-13-15 1
-0110001110110 356-43-80 1
-0110001110110 215-42-01 1
-0110001110110 329-71-00 1
-0110001110110 299-67-57 1
-0110001110110 208-45-97 1
-0110001110110 288-84-25 1
-0110001110110 240-15-28 1
-0110001110110 180-3054 1
-0110001110110 923-02-82 1
-0110001110110 264-95-74 1
-0110001110110 201-75-00 1
-0110001110110 164-36-30 1
-0110001110110 305-44-49 1
-0110001110110 166-74-90 1
-0110001110110 449-58-40 1
-0110001110110 180-30-54 1
-0110001110110 360-68-40 1
-0110001110110 111-42-62 1
-0110001110110 197-19-75 1
-0110001110110 238-87-72 1
-0110001110110 159-99-51 1
-0110001110110 271-09-98 1
-0110001110110 438-51-12 1
-0110001110110 124-11-49 1
-0110001110110 diddled 1
-0110001110110 Gargano/MCA 1
-0110001110110 Transist 1
-0110001110110 AIDS-Free 1
-0110001110110 Anthropological 1
-0110001110110 Abatement 1
-0110001110110 Cantril 1
-0110001110110 Turnipike 1
-0110001110110 Batory 1
-0110001110110 Coast/Southwestern 1
-0110001110110 Goshdang 1
-0110001110110 Lamagna 1
-0110001110110 Tunaboat 1
-0110001110110 Watercolors 1
-0110001110110 Town-based 1
-0110001110110 All-Terrain 1
-0110001110110 Borderers 1
-0110001110110 GOODE 1
-0110001110110 Thoracic 1
-0110001110110 Temperance 1
-0110001110110 Blancmange 1
-0110001110110 Waterjet 1
-0110001110110 Collon 1
-0110001110110 Urological 1
-0110001110110 Gewandhaus 1
-0110001110110 Liqueurs 1
-0110001110110 peach-flavored 1
-0110001110110 ster 1
-0110001110110 Dyeing 1
-0110001110110 Chasis 1
-0110001110110 Folklife 1
-0110001110110 Consultors 1
-0110001110110 battle-tank 1
-0110001110110 Antico 1
-0110001110110 Wissenschaft 1
-0110001110110 Aquatics 1
-0110001110110 Kreuzaler 1
-0110001110110 Bookshops 1
-0110001110110 Kurier 1
-0110001110110 Jersey-Connecticut 1
-0110001110110 University-Behrend 1
-0110001110110 Broske 1
-0110001110110 beet-refining 1
-0110001110110 Signatory 1
-0110001110110 Nicoud 1
-0110001110110 DFS/Torrance 1
-0110001110110 KENLEY 1
-0110001110110 Optometric 1
-0110001110110 Sanchini 1
-0110001110110 TODAY/Apple 1
-0110001110110 DARTY 1
-0110001110110 Radioelectriques 1
-0110001110110 Reichhart 1
-0110001110110 Maggetto 1
-0110001110110 SELL-OFFS 1
-0110001110110 Anti-Religious 1
-0110001110110 Equestrian 1
-0110001110110 Kosciuszko 1
-0110001110110 Ruska 1
-0110001110110 Intermediation 1
-0110001110110 Boxwood 1
-0110001110110 Pea 1
-0110001110110 Yoga 1
-0110001110110 Voima 1
-0110001110110 society-measured 1
-0110001110110 Keskuspankki 1
-0110001110110 Olii 1
-0110001110110 MINIERE 1
-0110001110110 Cardiologists 1
-0110001110110 Baddie 1
-0110001110110 Floorcovering 1
-0110001110110 Volksopern 1
-0110001110110 90-10 1
-0110001110110 Bk 1
-0110001110110 kommt 1
-0110001110110 Inju 1
-0110001110110 life-lover 1
-0110001110110 Furnishing 1
-0110001110110 Kian 1
-0110001110110 Shinju 1
-0110001110110 BACKGROUNDS 1
-0110001110110 Chaissac 1
-0110001110110 Juggle-In 1
-0110001110110 Dusters 1
-0110001110110 Cockerel 1
-0110001110110 Vaumati 1
-0110001110110 Grosseteste 1
-0110001110110 Wallstreet 1
-0110001110110 DFS/Pacific 1
-0110001110110 scholarships. 1
-0110001110110 Sverdrup 1
-0110001110110 Corngrowers 1
-0110001110110 Oreilles 1
-0110001110110 Lawyer/Simon 1
-0110001110110 Waterfowl 2
-0110001110110 Luge 2
-0110001110110 Tretyakov 2
-0110001110110 Factbook 2
-0110001110110 Televison 2
-0110001110110 Pigments 2
-0110001110110 Econometrics/Ward 2
-0110001110110 Tootsies 2
-0110001110110 Depressive 2
-0110001110110 Maritain 2
-0110001110110 Rheumatism 2
-0110001110110 Chocolatier 2
-0110001110110 Subscriber 2
-0110001110110 Herzig 2
-0110001110110 galy 2
-0110001110110 Microfilms 2
-0110001110110 Halsell 2
-0110001110110 Thermo-Flood 2
-0110001110110 Leroux 2
-0110001110110 Telesystems 2
-0110001110110 Spine 2
-0110001110110 Drayss 2
-0110001110110 Faithfull 2
-0110001110110 Tongues 2
-0110001110110 Argento 2
-0110001110110 Zook 2
-0110001110110 Defamation 2
-0110001110110 Artichoke 2
-0110001110110 Dystrophy 2
-0110001110110 Biographical 2
-0110001110110 Shipboard 2
-0110001110110 Standard-Kelso 2
-0110001110110 Ahoy 2
-0110001110110 Windsurfing 2
-0110001110110 Heusser 2
-0110001110110 Dietetic 2
-0110001110110 Cycling 2
-0110001110110 Mambazo 3
-0110001110110 Bissau 3
-0110001110110 Profitt 3
-0110001110110 Chicle 3
-0110001110110 Underwear 3
-0110001110110 Philatelic 3
-0110001110110 Convalescent 3
-0110001110110 Massif 3
-0110001110110 Fructose 3
-0110001110110 Paddock 3
-0110001110110 Matanzima 3
-0110001110110 Mfg. 3
-0110001110110 Equine 3
-0110001110110 Proprietors 3
-0110001110110 Anthropologist 3
-0110001110110 Archivists 3
-0110001110110 Blackstock 3
-0110001110110 Caperton 3
-0110001110110 Consulters 3
-0110001110110 Astro-Space 3
-0110001110110 Meteorological 4
-0110001110110 Psychoanalytic 4
-0110001110110 Solarco 4
-0110001110110 Collegian 4
-0110001110110 Preparatory 4
-0110001110110 Picks 4
-0110001110110 Preschool 4
-0110001110110 Mainline 4
-0110001110110 Gerontology 4
-0110001110110 Blakeslee 4
-0110001110110 Colloid 4
-0110001110110 Ecosystem 4
-0110001110110 Maternity 4
-0110001110110 Trivia 5
-0110001110110 Maize 5
-0110001110110 Benevolent 5
-0110001110110 Keynote 5
-0110001110110 Fitting 5
-0110001110110 Waterways 5
-0110001110110 Uclaf 5
-0110001110110 SHIPBUILDING 5
-0110001110110 Coloring 5
-0110001110110 Processor 5
-0110001110110 Softball 5
-0110001110110 Oceanographic 5
-0110001110110 Forgan 5
-0110001110110 Incorporation 6
-0110001110110 Slag 6
-0110001110110 T.V. 6
-0110001110110 Explosions 6
-0110001110110 Consciousness 6
-0110001110110 Chiropractic 6
-0110001110110 Libraries 7
-0110001110110 Cometra 7
-0110001110110 Zoological 7
-0110001110110 Astrology 7
-0110001110110 Shrimp 7
-0110001110110 Fin 7
-0110001110110 Ambulance 7
-0110001110110 Cake 7
-0110001110110 Bankcorp 7
-0110001110110 LAND 8
-0110001110110 Expression 8
-0110001110110 Sociological 8
-0110001110110 Lizard 9
-0110001110110 Booksellers 9
-0110001110110 Tie 9
-0110001110110 DISTILLERS 9
-0110001110110 Machining 9
-0110001110110 Hydraulics 9
-0110001110110 Heng 10
-0110001110110 Plate 10
-0110001110110 Photographer 10
-0110001110110 Doors 10
-0110001110110 Panthers 10
-0110001110110 Panther 11
-0110001110110 Exposition 11
-0110001110110 MINERALS 12
-0110001110110 Diabetes 12
-0110001110110 Tally 12
-0110001110110 Relocation 13
-0110001110110 Literacy 13
-0110001110110 Geriatric 13
-0110001110110 Numismatic 14
-0110001110110 Plywood 14
-0110001110110 Bed 14
-0110001110110 Sarasin 14
-0110001110110 Olean 14
-0110001110110 Accessories 15
-0110001110110 Label 15
-0110001110110 Elementary 15
-0110001110110 Depository 15
-0110001110110 Howse 15
-0110001110110 Expressway 15
-0110001110110 Kopy 16
-0110001110110 Superconductor 17
-0110001110110 Pasta 18
-0110001110110 Demographics 19
-0110001110110 Reinvestment 19
-0110001110110 Queensway 21
-0110001110110 Spirits 22
-0110001110110 Depositary 22
-0110001110110 Metall 26
-0110001110110 Nursery 26
-0110001110110 Novel 27
-0110001110110 IH 28
-0110001110110 Correctional 29
-0110001110110 Loving 29
-0110001110110 Playhouse 30
-0110001110110 Hoist 32
-0110001110110 Wagg 33
-0110001110110 Polytechnic 33
-0110001110110 Arbitration 37
-0110001110110 Reference 39
-0110001110110 Cablesystems 39
-0110001110110 Ecology 40
-0110001110110 Physical 44
-0110001110110 Dental 45
-0110001110110 Econometric 49
-0110001110110 Lawyer 52
-0110001110110 Tunnel 54
-0110001110110 Ink 54
-0110001110110 DFS 55
-0110001110110 Psychiatric 62
-0110001110110 Trucking 65
-0110001110110 Vision 65
-0110001110110 Missiles 66
-0110001110110 Beta 75
-0110001110110 Meat 75
-0110001110110 Econometrics 77
-0110001110110 Pulp 92
-0110001110110 Turnpike 96
-0110001110110 Banker 111
-0110001110110 Barrick 127
-0110001110110 Centennial 133
-0110001110110 Picture 141
-0110001110110 Cyanamid 152
-0110001110110 Casino 162
-0110001110110 Graduate 171
-0110001110110 Register 182
-0110001110110 Heart 189
-0110001110110 Pilots 200
-0110001110110 Fire 270
-0110001110110 Chartered 305
-0110001110110 depositary 340
-0110001110110 Enterprise 382
-0110001110110 Bar 384
-0110001110110 Building 435
-0110001110110 Iron 504
-0110001110110 Land 625
-0110001110110 Television 799
-0110001110110 Upham 800
-0110001110110 Telephone 1518
-0110001110110 Savings 4758
-0110001110110 Medical 1977
-0110001110111 Ousts 1
-0110001110111 ShoeSource 1
-0110001110111 Corp.-made 1
-0110001110111 Etak 1
-0110001110111 composer-conductor 1
-0110001110111 Titane 1
-0110001110111 Banker-Bond 1
-0110001110111 Biltrite 1
-0110001110111 Multi-Cinemas 1
-0110001110111 Cytogenetics 1
-0110001110111 SIRRINE 1
-0110001110111 Walker-Godderham 1
-0110001110111 Widens 1
-0110001110111 Sarus 1
-0110001110111 light-welterweight 1
-0110001110111 Wheeled 1
-0110001110111 Brownfeld 1
-0110001110111 Encycle 1
-0110001110111 leaders. 1
-0110001110111 Magnescale 1
-0110001110111 Timed 1
-0110001110111 InteCom 1
-0110001110111 Handbag 1
-0110001110111 TradeCenter 1
-0110001110111 Kunststoffen 1
-0110001110111 K.H. 1
-0110001110111 Hospital-Audubon 1
-0110001110111 Cablesystem 1
-0110001110111 Stores> 1
-0110001110111 Cylinders 1
-0110001110111 St.-Felicien 1
-0110001110111 Nidrei 1
-0110001110111 Applix 1
-0110001110111 Albertini. 1
-0110001110111 rooms. 1
-0110001110111 Funds/Managed 1
-0110001110111 Metrology 1
-0110001110111 Sees 1
-0110001110111 Hurghada 1
-0110001110111 Supercollider 1
-0110001110111 Bros.-Seven 1
-0110001110111 Stone-Mix 1
-0110001110111 Healthplans 1
-0110001110111 Reglatory 1
-0110001110111 DeLaval 1
-0110001110111 Pharmics 1
-0110001110111 Bankorp 1
-0110001110111 Valleylab 1
-0110001110111 FACILITIES 1
-0110001110111 steak-house 1
-0110001110111 Technocrat. 1
-0110001110111 Katei 1
-0110001110111 computer-stores 1
-0110001110111 Settles 1
-0110001110111 Scrubs 1
-0110001110111 McMoran 1
-0110001110111 Piney 1
-0110001110111 Limnological 1
-0110001110111 Alcoa/TRE 1
-0110001110111 Kanygo 1
-0110001110111 LABORATORY 1
-0110001110111 Funashoku 1
-0110001110111 DowBrands 1
-0110001110111 Daimler-Puch 1
-0110001110111 Biopool 1
-0110001110111 Flygt 1
-0110001110111 Bandcorp 1
-0110001110111 LEARJET 1
-0110001110111 iw 1
-0110001110111 635,450 1
-0110001110111 Support. 1
-0110001110111 Strocal 1
-0110001110111 car-washing 1
-0110001110111 Hygene 1
-0110001110111 Enery 1
-0110001110111 Demostration 1
-0110001110111 Greenmoss 1
-0110001110111 Diamanti 1
-0110001110111 Kenway 1
-0110001110111 Pastry 1
-0110001110111 Microscopes 1
-0110001110111 Eagle-East 1
-0110001110111 Flotation 1
-0110001110111 Aerofab 2
-0110001110111 Bong 2
-0110001110111 MART 2
-0110001110111 Optronics 2
-0110001110111 Reit 2
-0110001110111 Gyms 2
-0110001110111 Raymart 2
-0110001110111 Graphix 2
-0110001110111 RS/Expert 2
-0110001110111 Off-Shore 2
-0110001110111 USFA 2
-0110001110111 Ophthalmics 2
-0110001110111 Autolite 2
-0110001110111 Interfinancial 2
-0110001110111 Aktienverein 2
-0110001110111 Artworks 2
-0110001110111 Diamonstein 2
-0110001110111 HighYield 2
-0110001110111 Geotech 2
-0110001110111 Politicking 2
-0110001110111 Cheque 2
-0110001110111 Ammunition 2
-0110001110111 Bretagne 2
-0110001110111 Laminates 2
-0110001110111 BioPharm 2
-0110001110111 ERS 2
-0110001110111 Concessionaires 2
-0110001110111 Booster 3
-0110001110111 Charlevoix 3
-0110001110111 Pauling 3
-0110001110111 Envirosystems 3
-0110001110111 Coil/Frick 3
-0110001110111 Acoustical 3
-0110001110111 Sevcon 3
-0110001110111 Houtex 3
-0110001110111 Lenya 3
-0110001110111 Magnesium 3
-0110001110111 Hovercraft 3
-0110001110111 Enhancements 3
-0110001110111 Insulation 4
-0110001110111 Kinetics 4
-0110001110111 Plough 4
-0110001110111 Opthalmics 4
-0110001110111 Ponds 4
-0110001110111 Divide 4
-0110001110111 Telcom 4
-0110001110111 Tyres 4
-0110001110111 Copco 5
-0110001110111 auf 5
-0110001110111 Ultrasound 5
-0110001110111 Medica 5
-0110001110111 Carpets 5
-0110001110111 Roofing 5
-0110001110111 Summerfare 6
-0110001110111 Bom 6
-0110001110111 Stodgell 6
-0110001110111 Haynie 6
-0110001110111 Mobilnet 7
-0110001110111 Sterilizer 7
-0110001110111 Scientifics 7
-0110001110111 Gummi-Werke 7
-0110001110111 Phosphates 7
-0110001110111 Rent-a-Car 7
-0110001110111 Mogul 7
-0110001110111 Telemanagement 8
-0110001110111 Inmobiliaria 8
-0110001110111 McMoRan 9
-0110001110111 Doodle 9
-0110001110111 PubliTech 9
-0110001110111 CATV 10
-0110001110111 Metcom 10
-0110001110111 Agribusiness 11
-0110001110111 AmeriGas 11
-0110001110111 Intertechnology 11
-0110001110111 Industri 11
-0110001110111 KONG 11
-0110001110111 Businessphones 12
-0110001110111 Telemedia 12
-0110001110111 Produce 12
-0110001110111 Rambler 12
-0110001110111 Worldcom 14
-0110001110111 Chair 14
-0110001110111 Foodservice 14
-0110001110111 Airfone 14
-0110001110111 Directories 15
-0110001110111 Spacenet 15
-0110001110111 Trace 17
-0110001110111 Creations 17
-0110001110111 Shelf 17
-0110001110111 Hosiery 18
-0110001110111 ASC 18
-0110001110111 Distilleries 18
-0110001110111 Rayonier 20
-0110001110111 Fax 20
-0110001110111 Fragrances 20
-0110001110111 Coppee 21
-0110001110111 Knitting 23
-0110001110111 Aptitude 23
-0110001110111 Antibodies 27
-0110001110111 Seaboard 28
-0110001110111 Suites 32
-0110001110111 Rent-A-Car 33
-0110001110111 Designs 34
-0110001110111 Jewelry 38
-0110001110111 Cashways 43
-0110001110111 Appliance 43
-0110001110111 R&M 44
-0110001110111 Producing 50
-0110001110111 Biologics 51
-0110001110111 Bloedel 51
-0110001110111 Royalty 54
-0110001110111 Brewery 56
-0110001110111 Sirrine 57
-0110001110111 D.S. 66
-0110001110111 Odeon 72
-0110001110111 Delaval 76
-0110001110111 Telepictures 87
-0110001110111 Biotech 95
-0110001110111 Films 101
-0110001110111 Purina 109
-0110001110111 Store 130
-0110001110111 Logic 134
-0110001110111 Kangyo 163
-0110001110111 Petrofina 176
-0110001110111 Brace 216
-0110001110111 Utility 249
-0110001110111 Inn 310
-0110001110111 Inns 319
-0110001110111 Toys 361
-0110001110111 Records 379
-0110001110111 Machine 411
-0110001110111 Bancshares 425
-0110001110111 Regulatory 573
-0110001110111 mart 634
-0110001110111 Utilities 850
-0110001110111 Equipment 908
-0110001110111 Stores 2432
-0110001110111 Communications 3312
-0110001110111 Home 4308
-01100011110 purple-suiter 1
-01100011110 WHISTLE-BLOWER 1
-01100011110 base-building 1
-01100011110 ranching-for-wildlife 1
-01100011110 rightism 1
-01100011110 Kapital 1
-01100011110 secu 1
-01100011110 Bolf 1
-01100011110 burn-in 1
-01100011110 Recognitions 1
-01100011110 coronels 1
-01100011110 packet-switch 1
-01100011110 Pelvis 1
-01100011110 quasi-utility 1
-01100011110 violentologos 1
-01100011110 anti-thrombotic 1
-01100011110 unCOLAs 1
-01100011110 flexibilty 1
-01100011110 CCCP 1
-01100011110 Announcers 1
-01100011110 shinjinrui 1
-01100011110 atentado 1
-01100011110 ring-around-the-collar 1
-01100011110 Anti-Aids 1
-01100011110 heir-conditioned 1
-01100011110 miniaturize 1
-01100011110 field-of-interest 1
-01100011110 J-Curve 1
-01100011110 devaluationist 1
-01100011110 boom-box 1
-01100011110 Overdone 1
-01100011110 Chunnel 1
-01100011110 backlit 1
-01100011110 boom-chug-a-lugga-lugga 1
-01100011110 glitz-monger 1
-01100011110 Humanism 1
-01100011110 insectorium 1
-01100011110 we-are-so-powerful-we-can-do-anything 1
-01100011110 Indiscretion-II 1
-01100011110 chinovniki 1
-01100011110 Torque-line 1
-01100011110 erRRAWS 1
-01100011110 OHHawws 1
-01100011110 land-grabbing 1
-01100011110 garbitrage 1
-01100011110 Sillies 1
-01100011110 diet-resistant 1
-01100011110 less-than-fair-market 1
-01100011110 oversampling 1
-01100011110 173-room 1
-01100011110 CorporateWatch 1
-01100011110 Once. 1
-01100011110 techno-cities 1
-01100011110 commingle 1
-01100011110 On-call 1
-01100011110 Ting-Ting 1
-01100011110 optionaholics 1
-01100011110 destabilizers 1
-01100011110 obdurately 1
-01100011110 Offertorium 1
-01100011110 Metamorphoser 1
-01100011110 banjo-hitting 1
-01100011110 Gemuetlichkeit 1
-01100011110 delinkage 1
-01100011110 easy-come-easy-go 1
-01100011110 ultra-easy 1
-01100011110 Payment-in-kind 1
-01100011110 co-bosses 1
-01100011110 superchilling 1
-01100011110 peel-and-seal 1
-01100011110 Sunflowers. 1
-01100011110 Fervaal 1
-01100011110 Winter-kill 1
-01100011110 minimum-speed 1
-01100011110 teraflop 1
-01100011110 product-neutral 1
-01100011110 toyi-toyi 1
-01100011110 Mute 1
-01100011110 show-the-folks-a-good-time-even-if-the-home-team-loses 1
-01100011110 Plagues 1
-01100011110 baho 1
-01100011110 spacebridge 1
-01100011110 afterboomers 1
-01100011110 demi-ronde 1
-01100011110 neo 1
-01100011110 nonpersons 1
-01100011110 schoolmarms 1
-01100011110 Aquaman 1
-01100011110 pro-education 1
-01100011110 Marauder 1
-01100011110 extortionary 1
-01100011110 Ox 1
-01100011110 Screeners 1
-01100011110 blindpool 1
-01100011110 Paquita 1
-01100011110 company-to-company 1
-01100011110 Stuffed 1
-01100011110 Radiovisions 1
-01100011110 Desiring 1
-01100011110 consumer-durable 1
-01100011110 caudillo 1
-01100011110 Stayin 1
-01100011110 stingers 1
-01100011110 ulemas 1
-01100011110 openaccess 1
-01100011110 Kiku 1
-01100011110 bag-in-a-box 1
-01100011110 micro-genesis 1
-01100011110 Chips. 1
-01100011110 won't-work 1
-01100011110 Sepulchers 1
-01100011110 settlement-day 1
-01100011110 bricolage 1
-01100011110 Bet-A-Million 1
-01100011110 Prince. 1
-01100011110 above-budget 1
-01100011110 lite-generic 1
-01100011110 jawboned 1
-01100011110 Runways 1
-01100011110 semi-optimistic 1
-01100011110 neoprohibitionists 1
-01100011110 maharajas 1
-01100011110 Papadocracy 1
-01100011110 Pag 1
-01100011110 genemachine 1
-01100011110 human-interface 1
-01100011110 ufficialito 1
-01100011110 quasi-equity 1
-01100011110 Nazdrovia 1
-01100011110 promise-as-you-go 1
-01100011110 Jenufa 1
-01100011110 Echinops 1
-01100011110 Prairiescapes 1
-01100011110 hold-up 1
-01100011110 parolee 1
-01100011110 Aints 1
-01100011110 ring-dealing 1
-01100011110 hat-sized 1
-01100011110 pseudoseal 1
-01100011110 make-war-not-law 1
-01100011110 newstalk 1
-01100011110 motivators 1
-01100011110 euthanast 1
-01100011110 motherboards 1
-01100011110 Weathered 1
-01100011110 mini-hubs 1
-01100011110 Jointness 1
-01100011110 Slobwear 1
-01100011110 organigramme 1
-01100011110 anti-sexism 1
-01100011110 joint-education 1
-01100011110 MacMan 1
-01100011110 trash-to-cash 1
-01100011110 American. 1
-01100011110 non-designer 1
-01100011110 MM 1
-01100011110 Thinkers 1
-01100011110 evangelize 1
-01100011110 Divertissement 1
-01100011110 Rewarding 1
-01100011110 asistance 1
-01100011110 incentivized 1
-01100011110 rollaway 1
-01100011110 curlique 1
-01100011110 death-haunted 1
-01100011110 equivalently 1
-01100011110 farm-out 1
-01100011110 dirty-collar 1
-01100011110 parker 1
-01100011110 Laughed 1
-01100011110 Lothye 1
-01100011110 anti-imperialistic 1
-01100011110 trashier 1
-01100011110 Appeared 1
-01100011110 wunderkinder 1
-01100011110 Ameriachi 1
-01100011110 Butley 1
-01100011110 Conzertstueck 1
-01100011110 Gnat 1
-01100011110 presidenciables 1
-01100011110 mega-trade 1
-01100011110 oaters 1
-01100011110 nabes 1
-01100011110 Guild/AIDS 1
-01100011110 In-a-gadda-da-vida 1
-01100011110 click-whir 1
-01100011110 Eothen 1
-01100011110 Nonbanks 1
-01100011110 TICA 1
-01100011110 back-fitting 1
-01100011110 over-reporting 1
-01100011110 anticipatorially 1
-01100011110 caxixi 1
-01100011110 birdcage 1
-01100011110 qual-coms 1
-01100011110 cock-a-doodle-doo 1
-01100011110 cocorico 1
-01100011110 Continental-bashing 1
-01100011110 Dudes 1
-01100011110 minibuster 1
-01100011110 Yearling 1
-01100011110 dividend-like 1
-01100011110 corporate-potential 1
-01100011110 microshake 1
-01100011110 minibonds 1
-01100011110 Salary-men 1
-01100011110 Tuk-Tuk 1
-01100011110 Self-reliance 1
-01100011110 Froggie 1
-01100011110 I-can-have-it-all 1
-01100011110 mediocracy 1
-01100011110 mega-position 1
-01100011110 Lovesexy 1
-01100011110 Phaedra. 1
-01100011110 head-up 1
-01100011110 Mondale/Ferarro 1
-01100011110 corpocratic 1
-01100011110 Monika 1
-01100011110 nourisher 1
-01100011110 de-clutter 1
-01100011110 Pastificio 1
-01100011110 Piangero 1
-01100011110 .45-to-the-temple 1
-01100011110 Off-line 1
-01100011110 petroleros 1
-01100011110 Fascinacion 1
-01100011110 G--d--- 1
-01100011110 work-fare 1
-01100011110 Floccinaucinihilipilification 1
-01100011110 under-65s 1
-01100011110 McAirbus 1
-01100011110 Birchite 1
-01100011110 Japanized 1
-01100011110 jellyroll 1
-01100011110 missing-link 1
-01100011110 moral-hazard 1
-01100011110 God's-eye-view 1
-01100011110 classist 1
-01100011110 rule-based 1
-01100011110 strumpet 1
-01100011110 near-maximum 1
-01100011110 reward/risk 1
-01100011110 body-wire 1
-01100011110 de-consolidate 1
-01100011110 1960-88 1
-01100011110 nonrecognition 1
-01100011110 tariffication 1
-01100011110 easy-drive 1
-01100011110 guestimate 1
-01100011110 flaps-up 1
-01100011110 Aggressor 1
-01100011110 no-news 1
-01100011110 miscertified 1
-01100011110 dirty-war 1
-01100011110 non-bid 1
-01100011110 40-40 1
-01100011110 spin-terviews. 1
-01100011110 fault-tolerance 1
-01100011110 vinaigre 1
-01100011110 mood-mapping 1
-01100011110 30-something 1
-01100011110 At-Your-Service 1
-01100011110 single-use 1
-01100011110 vacancy-control 1
-01100011110 Tippecanoe 1
-01100011110 high-opportunity 1
-01100011110 Chilenidad 1
-01100011110 Hojotoho 1
-01100011110 Dreamchild 1
-01100011110 walkup 1
-01100011110 flexbanking 1
-01100011110 draft-dodger 1
-01100011110 fast-breeder 1
-01100011110 superstretch 1
-01100011110 phocomele 1
-01100011110 monocephalus 1
-01100011110 re-colonized 1
-01100011110 Hart-to-Hart 1
-01100011110 teraglin 1
-01100011110 pippy 1
-01100011110 fratry 1
-01100011110 butch 1
-01100011110 ji 1
-01100011110 unchi 1
-01100011110 copy-oriented 1
-01100011110 PTs 1
-01100011110 bongs 1
-01100011110 intervener 1
-01100011110 copolymer 1
-01100011110 Pro-family 1
-01100011110 folkabilly 1
-01100011110 Shoeless 1
-01100011110 rip-and-skip 1
-01100011110 Agronsky 1
-01100011110 de-cop 1
-01100011110 D/E 1
-01100011110 azerty 1
-01100011110 qwerty 1
-01100011110 Toothbrush 1
-01100011110 camel's-nose-under-the-tent 1
-01100011110 KOR-E-A 1
-01100011110 you-go-first 1
-01100011110 tagout 1
-01100011110 Multi-Location 1
-01100011110 arbolitos 1
-01100011110 Sabre-ize 1
-01100011110 Sabre-izing 1
-01100011110 pro-social 1
-01100011110 Shutout 1
-01100011110 pos.Razvilka 1
-01100011110 gladness 1
-01100011110 -est 1
-01100011110 Scorpion 1
-01100011110 Nibbles 1
-01100011110 BHHS 1
-01100011110 Self-Helpless 1
-01100011110 Snorty 1
-01100011110 Krasnosel 1
-01100011110 Ptich 1
-01100011110 holocaust. 1
-01100011110 Minstrel 1
-01100011110 shooting-star 1
-01100011110 level-3 1
-01100011110 abdicators 1
-01100011110 hojotohos 1
-01100011110 superbill 1
-01100011110 tin-parachute 1
-01100011110 Duce 1
-01100011110 Maximize 1
-01100011110 arm-chair 1
-01100011110 pair-off 1
-01100011110 Perception-Reality 1
-01100011110 Manhattanization 1
-01100011110 Dismantlement 1
-01100011110 sanctions-busters 1
-01100011110 lock-on 1
-01100011110 HFII 1
-01100011110 Laeliocattleya 1
-01100011110 Cattleyas 1
-01100011110 studyin 1
-01100011110 Lynched 1
-01100011110 wasting-asset 1
-01100011110 gravlax 1
-01100011110 cross-margined 1
-01100011110 Huckster 1
-01100011110 Trellis. 1
-01100011110 bimodal 1
-01100011110 minivacation 1
-01100011110 Presences 1
-01100011110 cathedral-type 1
-01100011110 bow-wave 1
-01100011110 limne 1
-01100011110 Actae 1
-01100011110 cym 1
-01100011110 Aliens. 1
-01100011110 food-pension 1
-01100011110 contrabandistas 1
-01100011110 superliens 1
-01100011110 Super-Regional 1
-01100011110 frequent-parker 1
-01100011110 L.H.O.O.Q. 1
-01100011110 All-Around 1
-01100011110 oyama 1
-01100011110 West-West 1
-01100011110 Cocom-like 1
-01100011110 tarted-up 1
-01100011110 Caco-Calo 1
-01100011110 right-to-sue 1
-01100011110 Juba 1
-01100011110 fine-spun 1
-01100011110 Dollar-sterling 1
-01100011110 1908-1910 1
-01100011110 Altruism 1
-01100011110 virtucrat 1
-01100011110 borderline-high 1
-01100011110 hot-tagged 1
-01100011110 phaelanopsis 1
-01100011110 T-r-i-a-g-e 1
-01100011110 Hymies 1
-01100011110 factory-of-the-future 1
-01100011110 black-box 1
-01100011110 Intending 1
-01100011110 Regen 1
-01100011110 Roni 1
-01100011110 loy 1
-01100011110 aa 1
-01100011110 Idiot 1
-01100011110 samhain 1
-01100011110 FaxTrax 1
-01100011110 keyboard-phobic 1
-01100011110 very/fairly 1
-01100011110 S/A 1
-01100011110 surfistas 1
-01100011110 Interruptible 1
-01100011110 1966-1988 1
-01100011110 Delete 1
-01100011110 picture-within-a-picture 1
-01100011110 spin-doctors 1
-01100011110 half-original 1
-01100011110 symplegma 1
-01100011110 Polluter 1
-01100011110 General-purpose 1
-01100011110 Slamdunk 1
-01100011110 Pandemonium 1
-01100011110 multifocal 1
-01100011110 lapware 1
-01100011110 Stately 1
-01100011110 allah 1
-01100011110 Insha 1
-01100011110 etfaddal 1
-01100011110 Headbangers 1
-01100011110 supersites 1
-01100011110 self-revival 1
-01100011110 moisturize 1
-01100011110 Magazine. 1
-01100011110 Sclairtech 1
-01100011110 Nymph 1
-01100011110 omniverous 1
-01100011110 super-energized 1
-01100011110 dechlorinate 1
-01100011110 Stakeholder 1
-01100011110 Maybellene 1
-01100011110 outflanking 1
-01100011110 trilemma 1
-01100011110 delphi 1
-01100011110 there's-no-mandate 1
-01100011110 buy-into-Medicaid 1
-01100011110 Conrack 1
-01100011110 unendorsed 1
-01100011110 veepette 1
-01100011110 Svatba 1
-01100011110 overtopping 1
-01100011110 Mossflower 1
-01100011110 Ants 1
-01100011110 Lazardo 1
-01100011110 Hominids 1
-01100011110 VIRUS 1
-01100011110 Jigger 1
-01100011110 Pookins 1
-01100011110 consumer-friendly 1
-01100011110 Scrapple 1
-01100011110 chickenhawks 1
-01100011110 Tragicomedy 1
-01100011110 Geraldo. 1
-01100011110 multi-management 1
-01100011110 no-iron 1
-01100011110 pick-your-own 1
-01100011110 Pics 1
-01100011110 Roger-bashing 1
-01100011110 restudy 1
-01100011110 sounds-good 1
-01100011110 mileage-purchase 1
-01100011110 Asthma. 1
-01100011110 chitsu 1
-01100011110 burahza 1
-01100011110 Gumbo 1
-01100011110 Louisianify 1
-01100011110 galimachas 1
-01100011110 Frenglish 1
-01100011110 Raccoon 1
-01100011110 charismaticians 1
-01100011110 Clutch-Hitter 1
-01100011110 ride-along 1
-01100011110 man-in-the-house 1
-01100011110 Qu 1
-01100011110 wordmen 1
-01100011110 enteron 1
-01100011110 Enteron 1
-01100011110 Seniligate. 1
-01100011110 pre-queened 1
-01100011110 most-underrated 1
-01100011110 unreasonableness 1
-01100011110 Transcriber 1
-01100011110 non-wimp 1
-01100011110 Possessions 1
-01100011110 alphabet-stock 1
-01100011110 semi-flaky 1
-01100011110 ever-aggressive 1
-01100011110 Fairchildren 1
-01100011110 marginal-risk 1
-01100011110 agree/disagree 1
-01100011110 GM-80 1
-01100011110 gobelas 1
-01100011110 Trans-Figurations 1
-01100011110 industrial-rationalization 1
-01100011110 spiritedness 1
-01100011110 sippin 1
-01100011110 Conditionality 1
-01100011110 Outbreak 1
-01100011110 upscaling 1
-01100011110 can-dos 1
-01100011110 Beachless 1
-01100011110 subliminal-message 1
-01100011110 Prairie-style 1
-01100011110 aasafeer 1
-01100011110 hanblechiya 1
-01100011110 Escenas 1
-01100011110 baqanga 1
-01100011110 de-skill 1
-01100011110 freons 1
-01100011110 un-tender 1
-01100011110 misdispense 1
-01100011110 Footsteps 1
-01100011110 Hammie 1
-01100011110 Hits-1 1
-01100011110 Sentimentalism 1
-01100011110 peaceful-use 1
-01100011110 double-square 1
-01100011110 preexisting-condition 1
-01100011110 autofacturing 1
-01100011110 caballero 1
-01100011110 back-solving 1
-01100011110 Happening 1
-01100011110 piel 1
-01100011110 cryogenesis 1
-01100011110 rebellion-vulgarity-violence-sex 1
-01100011110 decommunization 1
-01100011110 Lun 1
-01100011110 Stosh 1
-01100011110 informance 1
-01100011110 madchen 1
-01100011110 fund-of-funds 1
-01100011110 speak-English-only 1
-01100011110 defiled 1
-01100011110 cf. 1
-01100011110 foreign-appearing 1
-01100011110 remaindered 1
-01100011110 po 1
-01100011110 belongers 1
-01100011110 us-against-them 1
-01100011110 de-Americanizing 1
-01100011110 Greenback 1
-01100011110 Crossbreed 1
-01100011110 Arsenic 1
-01100011110 Manageable 1
-01100011110 ikat 1
-01100011110 debunching 1
-01100011110 dum-dum 1
-01100011110 Woodsmoke 1
-01100011110 B.A.M.F.V. 1
-01100011110 cinnamint 1
-01100011110 Strog 1
-01100011110 Exactly. 1
-01100011110 Psych 1
-01100011110 Exerballs 1
-01100011110 Tweedledum 1
-01100011110 boody 1
-01100011110 Searchin 1
-01100011110 well-dones 1
-01100011110 Paranoid 1
-01100011110 steuerreformchen 1
-01100011110 succo 1
-01100011110 Yolanta 1
-01100011110 woman-liking 1
-01100011110 Febuary 1
-01100011110 Phaedra 1
-01100011110 micro-marketing 1
-01100011110 Phoebus 1
-01100011110 broadcastmail 1
-01100011110 bang-them-over-the-head 1
-01100011110 de-Germanize 1
-01100011110 pseudo-male 1
-01100011110 vous 1
-01100011110 campesinas 1
-01100011110 scintillation 1
-01100011110 confrontationism 1
-01100011110 guero 1
-01100011110 obligator 1
-01100011110 Agios 1
-01100011110 G-Man 1
-01100011110 information-driven 1
-01100011110 user-charge 1
-01100011110 videolog 1
-01100011110 stop-lending 1
-01100011110 Scherenschnitt 1
-01100011110 McDonald's-fashion 1
-01100011110 multi-ton 1
-01100011110 compensation-based 1
-01100011110 hard-loan 1
-01100011110 Militants 1
-01100011110 nganga 1
-01100011110 ph 1
-01100011110 Oatsleaf 1
-01100011110 Low-impact 1
-01100011110 Canadianize 1
-01100011110 mindfulness 1
-01100011110 sanctuarization 1
-01100011110 nuclear-supplier 1
-01100011110 collegially 1
-01100011110 Rheingold-size 1
-01100011110 Jetsons 1
-01100011110 Sale. 1
-01100011110 water's-edge 1
-01100011110 Byrdles 1
-01100011110 self-certified 1
-01100011110 Dumpy 1
-01100011110 guardia 1
-01100011110 Loot 1
-01100011110 cokome 1
-01100011110 1901-1970 1
-01100011110 rate-based 1
-01100011110 copy-cat 1
-01100011110 no-holds 1
-01100011110 Kechitomo 1
-01100011110 quasi-flaky 1
-01100011110 Coverup 1
-01100011110 Destroy-it 1
-01100011110 new-man 1
-01100011110 rotopreneur 1
-01100011110 acquipreneur 1
-01100011110 Ramburger 1
-01100011110 Mannequin 1
-01100011110 Tastiness 1
-01100011110 Europeanizing 1
-01100011110 Mgt. 1
-01100011110 Talegate 1
-01100011110 derats 1
-01100011110 zero-zeroing 1
-01100011110 Livability 1
-01100011110 discreditable 1
-01100011110 do-sa-do 1
-01100011110 Zephyrus 1
-01100011110 U.S.-content 1
-01100011110 midlist 1
-01100011110 multisitus 1
-01100011110 self-Finlandization 1
-01100011110 forget. 1
-01100011110 Glutted 1
-01100011110 fairness-seeking 1
-01100011110 beautiful-music 1
-01100011110 unknowables 1
-01100011110 low-balled 1
-01100011110 kabuya 1
-01100011110 under-the-desk 1
-01100011110 open-warfare 1
-01100011110 B&G 1
-01100011110 machineness 1
-01100011110 spreadload 1
-01100011110 machine-readable 1
-01100011110 Rickenbacher 1
-01100011110 compris 1
-01100011110 Basia 1
-01100011110 Dozen. 1
-01100011110 PearlyGate 1
-01100011110 chapitre 1
-01100011110 Limbs 1
-01100011110 superman 1
-01100011110 crisis-ridden 1
-01100011110 stolen-information 1
-01100011110 chain-reaction 1
-01100011110 Windshield 1
-01100011110 heavy-rain 1
-01100011110 Masking 1
-01100011110 superbrokers 1
-01100011110 Grecified 1
-01100011110 Tails 1
-01100011110 cohabits 1
-01100011110 Fuge 1
-01100011110 anything-is-possible 1
-01100011110 N-country 1
-01100011110 Vietnamize 1
-01100011110 Florida-style 1
-01100011110 caromball 1
-01100011110 duchesse 1
-01100011110 fauteuil 1
-01100011110 Dissimilar 1
-01100011110 remeasure 1
-01100011110 bubblecar 1
-01100011110 Lotus-itis 1
-01100011110 emergin 1
-01100011110 retargeting 1
-01100011110 Scepticism 1
-01100011110 Salespaq 1
-01100011110 Conservationist 1
-01100011110 multi-team 1
-01100011110 Insulls 1
-01100011110 shiksas 1
-01100011110 shuttle-unique 1
-01100011110 Sixty-One 1
-01100011110 BillyBall 1
-01100011110 fortress-economy 1
-01100011110 BusinessSaver 1
-01100011110 kartser 1
-01100011110 Topaze 1
-01100011110 Retro 1
-01100011110 gar-barge 1
-01100011110 semi-embarrassed 1
-01100011110 silkworm 1
-01100011110 supertechies 1
-01100011110 tradmark 1
-01100011110 Archon 1
-01100011110 coat-tail 1
-01100011110 fashion-forward 1
-01100011110 looney-left 1
-01100011110 less-than-fair-value 1
-01100011110 aficion 1
-01100011110 Feudal 1
-01100011110 shunpiking 1
-01100011110 crisis-level 1
-01100011110 polygamodioecious 1
-01100011110 dismuted 1
-01100011110 metonymy 1
-01100011110 world-open 1
-01100011110 nature/nurture 1
-01100011110 Pinafore 1
-01100011110 TeenLink 1
-01100011110 narrowback 1
-01100011110 Mid-September 1
-01100011110 Unrecognized 1
-01100011110 semi-urban 1
-01100011110 immobilisme 1
-01100011110 beer-consumption 1
-01100011110 bop-bop-bop-bop 1
-01100011110 innocent-child 1
-01100011110 kiddie-tax 1
-01100011110 butt-sprung 1
-01100011110 hoody 1
-01100011110 Travesties 1
-01100011110 medi-cant 1
-01100011110 gorditas 1
-01100011110 defeat-proof 1
-01100011110 Pre-flight 1
-01100011110 boleros 1
-01100011110 me-generation 1
-01100011110 Businesschoolus 1
-01100011110 deo-cologne 1
-01100011110 Euro-bottle 1
-01100011110 refurbishers 1
-01100011110 Peab 1
-01100011110 mini-majors 1
-01100011110 megaproblem 1
-01100011110 Shakuhachi 1
-01100011110 mini-equity 1
-01100011110 Loonyopoly 1
-01100011110 in-migrants 1
-01100011110 prestrategic 1
-01100011110 steam-users 1
-01100011110 Countdown-to-Bankruptcy 1
-01100011110 open-mindedly 1
-01100011110 MasterSingers 1
-01100011110 comprimario 1
-01100011110 juros 1
-01100011110 Chaster 1
-01100011110 Resurrexit 1
-01100011110 voter-education 1
-01100011110 nonworker 1
-01100011110 non-workers 1
-01100011110 SILK-STOCKING 1
-01100011110 Campesinos 1
-01100011110 Bipman 1
-01100011110 functionoids 1
-01100011110 Herbicide 1
-01100011110 tecretary 1
-01100011110 style-personality 1
-01100011110 hyper-aggressive 1
-01100011110 double-financing 1
-01100011110 Grifters 1
-01100011110 cleanhands 1
-01100011110 beaten-up 1
-01100011110 maxed-out 1
-01100011110 Birdie 1
-01100011110 sub-participate 1
-01100011110 anti-abuse 1
-01100011110 simpatico 1
-01100011110 Tropism 1
-01100011110 social-scientific 1
-01100011110 black-night 1
-01100011110 stateroom 1
-01100011110 nofrills 1
-01100011110 must-be-a-tourist 1
-01100011110 boycott-free 1
-01100011110 balloon-frame 1
-01100011110 right-brain 1
-01100011110 Carols 1
-01100011110 rentier 1
-01100011110 second-rung 1
-01100011110 sure-bet 1
-01100011110 Cacciatore 1
-01100011110 annihilator 1
-01100011110 Back. 1
-01100011110 un-campaigns 1
-01100011110 overhoused 1
-01100011110 thumbless 1
-01100011110 self-strangulation 1
-01100011110 hotdogging 1
-01100011110 Daydreams 1
-01100011110 Exorcist 1
-01100011110 semi-shock 1
-01100011110 overcooling 1
-01100011110 upper-moderate 1
-01100011110 Shoebox 1
-01100011110 store-crawling 1
-01100011110 macandal 1
-01100011110 shund 1
-01100011110 Europackages 1
-01100011110 detentes 1
-01100011110 fixed-but-adjustable 1
-01100011110 creag 1
-01100011110 Starfighter 1
-01100011110 Wassernixen 1
-01100011110 wonderbowl 1
-01100011110 paras 1
-01100011110 decongester 1
-01100011110 C.O.D. 1
-01100011110 Vandover 1
-01100011110 Bainies 1
-01100011110 faellespisning 1
-01100011110 faellesspisning 1
-01100011110 Astrologer. 1
-01100011110 Red-Right-88 1
-01100011110 old-codgerism 1
-01100011110 stereo-capable 1
-01100011110 Lundahl 1
-01100011110 Chronology 1
-01100011110 semiserious 1
-01100011110 Clarification 1
-01100011110 celebutant 1
-01100011110 verligte 1
-01100011110 verkrampte 1
-01100011110 quarantine-the-aggressors 1
-01100011110 P.O.W. 1
-01100011110 Dangermouse 1
-01100011110 half-commission 1
-01100011110 pomato 1
-01100011110 chicklet 1
-01100011110 Heartbeeps 1
-01100011110 sugarplum 1
-01100011110 Rigolettos 1
-01100011110 stony-hearted 1
-01100011110 convictry 1
-01100011110 bushrangers 1
-01100011110 bolters 1
-01100011110 EMBERS 1
-01100011110 popcorny 1
-01100011110 tomb-building 1
-01100011110 brigadista 1
-01100011110 ultra-luxury 1
-01100011110 Tanzlieder 1
-01100011110 Bronzes 1
-01100011110 Memento 1
-01100011110 informances 1
-01100011110 infotainment 1
-01100011110 Alphaville 1
-01100011110 glanzrolle 1
-01100011110 bank-eligible 1
-01100011110 Strauss-to-Strauss 1
-01100011110 buttery-nutty 1
-01100011110 de-Maoification 1
-01100011110 Representations 1
-01100011110 vises 1
-01100011110 demand-use 1
-01100011110 civilianizing 1
-01100011110 sweethearting 1
-01100011110 sub-limits 1
-01100011110 Perversities 1
-01100011110 audio-grams 1
-01100011110 techno-bandits 1
-01100011110 rostak 1
-01100011110 Borens 1
-01100011110 bombsight 1
-01100011110 supersweet 1
-01100011110 Pomp 1
-01100011110 Elegy 1
-01100011110 Wojrse 1
-01100011110 w-o-r 1
-01100011110 Preppymint 1
-01100011110 biometric 1
-01100011110 Squeegee 1
-01100011110 reliquification 1
-01100011110 Vaterland 1
-01100011110 de-stressing 1
-01100011110 Carabineros 1
-01100011110 Phone-a-Moan 1
-01100011110 McNallyed 1
-01100011110 intentionalism 1
-01100011110 Yippie-Yuppie-I-Ay 1
-01100011110 no-future 1
-01100011110 super-antibiotic 1
-01100011110 super-felons 1
-01100011110 5-foot-7-and-a-half-inch 1
-01100011110 Ps 1
-01100011110 pistol-whip 1
-01100011110 Carats 1
-01100011110 Creationists 1
-01100011110 Yippie-Yupppie-I-Ay 1
-01100011110 filmic 1
-01100011110 big-organization 1
-01100011110 gaffer 1
-01100011110 oooh 1
-01100011110 mini-factories 1
-01100011110 Who-What-When-Where-and-Why 1
-01100011110 min-max 1
-01100011110 deproclaimed 1
-01100011110 cuted-up 1
-01100011110 unmixable 1
-01100011110 war-support 1
-01100011110 Bulgarize 1
-01100011110 seignior 1
-01100011110 junk-related 1
-01100011110 non-stimulative 1
-01100011110 post-history 1
-01100011110 multistore 1
-01100011110 over-recoveries 1
-01100011110 Sued-Nord-Gefaelle 1
-01100011110 MORTGAGE-interest 1
-01100011110 dream-breaker 1
-01100011110 scapegrace 1
-01100011110 Metalsmith 1
-01100011110 narcotraficantes 1
-01100011110 Trotskyites 1
-01100011110 Intrapreneurship 1
-01100011110 get-to-know 1
-01100011110 Carries 1
-01100011110 back-burnered 1
-01100011110 Fugitives 1
-01100011110 mischarge 1
-01100011110 too-big-to-fail 1
-01100011110 anti-racist 1
-01100011110 Vindictiveness 1
-01100011110 Dancin 1
-01100011110 management-by-objective 1
-01100011110 object-based 1
-01100011110 upstreaming 1
-01100011110 quasi-fascist 1
-01100011110 first-black 1
-01100011110 cryovolcanoes 1
-01100011110 Rot 1
-01100011110 Menudo 1
-01100011110 Altruists 1
-01100011110 come-as-you-are 1
-01100011110 FortressEurope 1
-01100011110 Fast-tracking 1
-01100011110 derecognized 1
-01100011110 belike 1
-01100011110 methought 1
-01100011110 demogrant 1
-01100011110 abscissa 1
-01100011110 ci-devant 1
-01100011110 arrivistes 1
-01100011110 authentics 1
-01100011110 landslide. 1
-01100011110 superregulator 1
-01100011110 meier 1
-01100011110 Bieder 1
-01100011110 EJD 1
-01100011110 Helps 1
-01100011110 ALEX 1
-01100011110 Stingray 1
-01100011110 Lectio 1
-01100011110 Trotskistka 1
-01100011110 prequalify 1
-01100011110 fuel-cycle 1
-01100011110 student-go-home 1
-01100011110 bolsas 1
-01100011110 corros 1
-01100011110 boneheads 1
-01100011110 sole-sponsored 1
-01100011110 dumping-price 1
-01100011110 Charlie-class 1
-01100011110 Silhouettes 1
-01100011110 non-destructive 1
-01100011110 BOWLING 1
-01100011110 Batmobile 1
-01100011110 bingo-like 1
-01100011110 gweilo 1
-01100011110 eloping 1
-01100011110 America-in-Decline 1
-01100011110 documents. 1
-01100011110 matcher 1
-01100011110 Wozzeck 1
-01100011110 geschrei 1
-01100011110 quella 1
-01100011110 Whirlwind 1
-01100011110 Advise 1
-01100011110 celestials 1
-01100011110 mini-Glass-Steagall 1
-01100011110 taxmobiles 1
-01100011110 artistas 1
-01100011110 hard-to-count 1
-01100011110 Simpsons 1
-01100011110 CoverUps 1
-01100011110 mini-fiestas 1
-01100011110 recertify 1
-01100011110 Alcell 1
-01100011110 doo-wops 1
-01100011110 split-liver 1
-01100011110 standing-tall 1
-01100011110 Tender-Cuts 1
-01100011110 Olympiques 1
-01100011110 hamburgerology 1
-01100011110 competition-enhancers 1
-01100011110 caritas 1
-01100011110 grosser-looking 1
-01100011110 billpayer 1
-01100011110 biofidelity 1
-01100011110 rent-seekers 1
-01100011110 slurper 1
-01100011110 Deficit-neutral 1
-01100011110 Icebreaker 1
-01100011110 Suvorov 1
-01100011110 fee-shifting 1
-01100011110 Laverne 1
-01100011110 pechii 1
-01100011110 mini-rush 1
-01100011110 Borklet 1
-01100011110 fate-worse-than-death 1
-01100011110 education-oriented 1
-01100011110 open-architecture 1
-01100011110 DEF 1
-01100011110 Superbank 1
-01100011110 RENT-A-CRATS 1
-01100011110 war-makers 1
-01100011110 A.F.R.I.C.A. 1
-01100011110 Busted 1
-01100011110 open-shelf 1
-01100011110 downwash 1
-01100011110 inner-committee 1
-01100011110 dissapointed 1
-01100011110 Sealite 1
-01100011110 port-running 1
-01100011110 Improved-definition 1
-01100011110 beisbol 1
-01100011110 Sieve 1
-01100011110 dockominiums 1
-01100011110 Over-cite 1
-01100011110 form-follows-meaning 1
-01100011110 on-plan 1
-01100011110 overtrading 1
-01100011110 pavane 1
-01100011110 arb-mania 1
-01100011110 narco-terrorists 1
-01100011110 pre-arbitrage 1
-01100011110 underpredict 1
-01100011110 keep-healthy 1
-01100011110 pixilated 1
-01100011110 noncola 1
-01100011110 Pussy 1
-01100011110 soap. 1
-01100011110 brand-focused 1
-01100011110 narco-guerrillas 1
-01100011110 informate 1
-01100011110 Panti-Legs 1
-01100011110 megacities 1
-01100011110 Temperaments 1
-01100011110 Shamoooo 1
-01100011110 arriviste 1
-01100011110 Anti-Kickback 1
-01100011110 Puttin 1
-01100011110 quasi-monopolies 1
-01100011110 bonus-day 1
-01100011110 deAmericanized 1
-01100011110 Silkwood 1
-01100011110 Reverberator 1
-01100011110 revenooers 1
-01100011110 sand-in-the-gears 1
-01100011110 alley-oop 1
-01100011110 Dukes. 1
-01100011110 pastoralize 1
-01100011110 skeggings 1
-01100011110 Asian-bashing 1
-01100011110 super-minority 1
-01100011110 universalist 1
-01100011110 patent-flooding 1
-01100011110 iridology 1
-01100011110 astronomic 1
-01100011110 preconditioning 1
-01100011110 welching 1
-01100011110 end-around 1
-01100011110 moteliers 1
-01100011110 minicomedy 1
-01100011110 minimusical 1
-01100011110 tail-backers 1
-01100011110 intrasigence 1
-01100011110 hold-separate 1
-01100011110 egocentrics 1
-01100011110 over-representation 1
-01100011110 Yajok 1
-01100011110 quasi-criminal 1
-01100011110 Per-program 1
-01100011110 Orchidata 1
-01100011110 Nationalstaat 1
-01100011110 squishiness 1
-01100011110 hoedad 1
-01100011110 auto-dialers 1
-01100011110 leaf-cutter 1
-01100011110 regisseurs 1
-01100011110 Clints 1
-01100011110 mini-Europe 1
-01100011110 Spiegelritter 1
-01100011110 Create-a-Print 1
-01100011110 gemutlichkeit 1
-01100011110 self-reporting 1
-01100011110 Behaviour 1
-01100011110 GATT-consistent 1
-01100011110 fellahin 1
-01100011110 Chlorinol 1
-01100011110 Newswatch. 1
-01100011110 non-factor 1
-01100011110 Sledgehammer 1
-01100011110 louse-proof 1
-01100011110 rope-a-dope 1
-01100011110 borrow-and-payback 1
-01100011110 Wildflowers 1
-01100011110 sinless 1
-01100011110 workpapers 1
-01100011110 nuisance-alligator 1
-01100011110 kurogo 1
-01100011110 Asters 1
-01100011110 Boerebrood 1
-01100011110 Cheatin 1
-01100011110 flipin 1
-01100011110 floor-stocks 1
-01100011110 Bewitched 1
-01100011110 Battleball 1
-01100011110 Bundesnachrichtendienst 1
-01100011110 Quatsch 1
-01100011110 bowlegs 1
-01100011110 war-chest 1
-01100011110 Job-Bias 1
-01100011110 Hotlanta 1
-01100011110 lower-than-targeted 1
-01100011110 off-the-book-page 1
-01100011110 man-and-machine 1
-01100011110 Fiddler-on-the-Roof 1
-01100011110 Selar 1
-01100011110 mooning 1
-01100011110 player-manager 1
-01100011110 yogi 1
-01100011110 executive-only 1
-01100011110 splittist 1
-01100011110 Ridin 1
-01100011110 Girolato 1
-01100011110 docutainment 1
-01100011110 WASHLOADS 1
-01100011110 much-worse-than-average 1
-01100011110 godful 1
-01100011110 teriffic 1
-01100011110 laidback 1
-01100011110 techno-commandos 1
-01100011110 assets. 1
-01100011110 keiretsu 1
-01100011110 much-better-than-average 1
-01100011110 ABE 1
-01100011110 Pearlkillers 1
-01100011110 Serf 1
-01100011110 immiseration 1
-01100011110 Sematary 1
-01100011110 Nintendo-related 1
-01100011110 Northworst 1
-01100011110 Yankee-dollar 1
-01100011110 word-nerd 1
-01100011110 re-integration 1
-01100011110 down-converted 1
-01100011110 most-improved 1
-01100011110 Volcanoscapes 1
-01100011110 false-positives 1
-01100011110 FEATHERS 1
-01100011110 master-slave 1
-01100011110 Heal. 1
-01100011110 non-black-earth 1
-01100011110 Blue-sky 1
-01100011110 Bureaucrat 1
-01100011110 Autonomists 1
-01100011110 bio-equivalent 1
-01100011110 non-signer 1
-01100011110 boom-boom 1
-01100011110 septigon 1
-01100011110 Beave 1
-01100011110 Shortnin 1
-01100011110 non-refugees 1
-01100011110 multinationalization 1
-01100011110 Scandall 1
-01100011110 gas-to-gas 1
-01100011110 black-English 1
-01100011110 untying 1
-01100011110 disfellow 1
-01100011110 Bookend 1
-01100011110 Psychoteam 1
-01100011110 ginzie 1
-01100011110 mega-independent 1
-01100011110 genograms 1
-01100011110 DYNOMITE 1
-01100011110 pasodoble 1
-01100011110 out-of-my-hands 1
-01100011110 Gaslight 1
-01100011110 Super-Kabuki 1
-01100011110 Escaped 1
-01100011110 Perdido 1
-01100011110 Ex-Colleagues 1
-01100011110 Business. 1
-01100011110 supplementals 1
-01100011110 wordmarks 1
-01100011110 mineing 1
-01100011110 anti-welfare 1
-01100011110 State-influenced 1
-01100011110 state-of-the-market 1
-01100011110 Darbie 1
-01100011110 unairworthy 1
-01100011110 Alina 1
-01100011110 mine-like 1
-01100011110 McBeaver 1
-01100011110 no-significant-risk 1
-01100011110 Prosaic 1
-01100011110 southwestern-style 1
-01100011110 non-concealable 1
-01100011110 Concealable 1
-01100011110 gut-check 1
-01100011110 Idyll 1
-01100011110 kombos 1
-01100011110 Zaitech 1
-01100011110 Ramonaland 1
-01100011110 extreme-case 1
-01100011110 unreimbursable 1
-01100011110 overnighty 1
-01100011110 homogamous 1
-01100011110 dollarization 1
-01100011110 Helvola 1
-01100011110 OTN-ization 1
-01100011110 Gourdhead 1
-01100011110 overanticipation 1
-01100011110 quasi-reorganization 1
-01100011110 add-ins 1
-01100011110 moral-social 1
-01100011110 Satchmo 1
-01100011110 enzyme-helper 1
-01100011110 visuelle 1
-01100011110 polyphonic 1
-01100011110 rent-a-mob 1
-01100011110 Vexations 1
-01100011110 T-Bird 1
-01100011110 Upstreaming 1
-01100011110 Arik 1
-01100011110 catalyzing 1
-01100011110 milieux 1
-01100011110 GOTIMUS 1
-01100011110 macumba-like 1
-01100011110 Pizzazz 1
-01100011110 Dial-ogue 1
-01100011110 Counterswarm 1
-01100011110 Putzi 1
-01100011110 bento 1
-01100011110 battle-commissioned 1
-01100011110 traded-in 1
-01100011110 doublebreasting 1
-01100011110 hold/sell 1
-01100011110 clear-it-out 1
-01100011110 sugar-coat 1
-01100011110 wrongfooted 1
-01100011110 pre-SAL 1
-01100011110 Ben-Hur 1
-01100011110 1-800-BALONEY 1
-01100011110 dualist 1
-01100011110 mulligan 1
-01100011110 Subordinating 1
-01100011110 Malepartus 1
-01100011110 Odoroma 1
-01100011110 plan-directed 1
-01100011110 nature-conquering 1
-01100011110 Pointsman 1
-01100011110 cash-consolidated 1
-01100011110 sword-and-sorcery 1
-01100011110 Jackson-Arafat. 1
-01100011110 Wishbone 1
-01100011110 Hoiotoho 1
-01100011110 ja 1
-01100011110 decreeship 1
-01100011110 non-prominent 1
-01100011110 Slovik 1
-01100011110 learnfare 1
-01100011110 Bladerunner 1
-01100011110 Muscles 1
-01100011110 public-opposition 1
-01100011110 -like 1
-01100011110 Unisys-Computer 1
-01100011110 six-star 1
-01100011110 JudeoNazis 1
-01100011110 unsociable 1
-01100011110 Swinburne 1
-01100011110 hammocked 1
-01100011110 Structuralism 1
-01100011110 reduced-coverage 1
-01100011110 higher-capital 1
-01100011110 Comin 1
-01100011110 early-closure 1
-01100011110 1860-1940 1
-01100011110 maddog 1
-01100011110 pipelining 1
-01100011110 three-circle 1
-01100011110 barmy 1
-01100011110 U.B.U 1
-01100011110 infiraj 1
-01100011110 Mondale-izing 1
-01100011110 marketization 1
-01100011110 fin-syn 1
-01100011110 Protections 1
-01100011110 McCarthywasms 1
-01100011110 8-foot 1
-01100011110 Derive 1
-01100011110 tough. 1
-01100011110 Entombment 1
-01100011110 Mascara 1
-01100011110 badhats 1
-01100011110 Ironsides 1
-01100011110 comedy-drama 1
-01100011110 out-placing 1
-01100011110 videocorder 1
-01100011110 Want-to-see 1
-01100011110 Biocenter 1
-01100011110 Saralicious 1
-01100011110 Diminuendo 1
-01100011110 co-presidency 1
-01100011110 Neo-Panistas 1
-01100011110 Tax-Deductibility 1
-01100011110 whitemail 1
-01100011110 Me-too 1
-01100011110 management-leaseback 1
-01100011110 megadealerships 1
-01100011110 stable-to-improving 1
-01100011110 Executions 1
-01100011110 super-cop 1
-01100011110 Shango 1
-01100011110 nortenos 1
-01100011110 shock-proof 1
-01100011110 hurtin 1
-01100011110 YAK-esh 1
-01100011110 high-order 1
-01100011110 two-hit 1
-01100011110 employee-owner 1
-01100011110 Roadie 1
-01100011110 Peruvianization 1
-01100011110 Affiniti 1
-01100011110 just-say-maybe 1
-01100011110 Fragging 1
-01100011110 Pursuer 1
-01100011110 ItsaGem 1
-01100011110 Auriga 1
-01100011110 Geotek 1
-01100011110 Fiandre 1
-01100011110 tourist. 1
-01100011110 Jackson-Dukakis-Bentsen 1
-01100011110 bottle-bill 1
-01100011110 pappa-mamma 1
-01100011110 singularizes 1
-01100011110 Helibor 1
-01100011110 marked-to-market 1
-01100011110 GEES. 1
-01100011110 one-and-a-two 1
-01100011110 solubilize 1
-01100011110 Hyperinstrument 1
-01100011110 camera-ready 1
-01100011110 whiparound 1
-01100011110 Stagnant 1
-01100011110 corteggiamento 1
-01100011110 seduzione 1
-01100011110 hip-checked 1
-01100011110 legal-length 1
-01100011110 bratpack 1
-01100011110 Alferd 1
-01100011110 defile 1
-01100011110 ill-reasoned 1
-01100011110 anticapitalist 1
-01100011110 resiliently 1
-01100011110 salariazo 1
-01100011110 beyond-belief-revolting 1
-01100011110 Ostentatious 1
-01100011110 anti-switching 1
-01100011110 Impostors 1
-01100011110 Airedales 1
-01100011110 svoboda 1
-01100011110 CORNUCOPIA 1
-01100011110 Ducactus 1
-01100011110 swap-meets 1
-01100011110 Mary. 1
-01100011110 Strohman 1
-01100011110 four-piper 1
-01100011110 Tancredi 1
-01100011110 cuatros 1
-01100011110 Quique 1
-01100011110 oversimplifying 1
-01100011110 chevre 1
-01100011110 Khevsuri 1
-01100011110 firee 1
-01100011110 not-tax-exempt 1
-01100011110 flimflammer 1
-01100011110 Junk-Bond 1
-01100011110 Buiness 1
-01100011110 Euroflics 1
-01100011110 Badvertising 1
-01100011110 relatedness 1
-01100011110 favorableness 1
-01100011110 wawas 1
-01100011110 kensai 1
-01100011110 fetter 1
-01100011110 oooooo 1
-01100011110 Wrightwash 1
-01100011110 Transferable 1
-01100011110 maladministration 1
-01100011110 evil-empire 1
-01100011110 Illustrateds 1
-01100011110 Lord. 1
-01100011110 superquake 1
-01100011110 Deerhunter 1
-01100011110 Slug 1
-01100011110 Chronographia 1
-01100011110 Carltons 1
-01100011110 Republic. 1
-01100011110 adcentives 1
-01100011110 Joggers 1
-01100011110 de-Americanization 1
-01100011110 CULTURES 1
-01100011110 echt 1
-01100011110 xeros 1
-01100011110 De-Nic 1
-01100011110 hard/soft 1
-01100011110 family-friendly 1
-01100011110 miniclub 1
-01100011110 Fed-packing 1
-01100011110 Businesslike 1
-01100011110 front-loads 1
-01100011110 piggy-backed 1
-01100011110 Californication 1
-01100011110 Radhaz 1
-01100011110 Snort 1
-01100011110 Kafaoglu 1
-01100011110 Flap 1
-01100011110 Red-Greens 1
-01100011110 Gonzo 1
-01100011110 under-owned 1
-01100011110 informationless 1
-01100011110 blues-ologist 1
-01100011110 suprapartisan 1
-01100011110 narrow-casting 1
-01100011110 Live-In 1
-01100011110 Detroit-bashing 1
-01100011110 MasterCard. 1
-01100011110 swather 1
-01100011110 parallel-financing 1
-01100011110 Unliberating 1
-01100011110 non-authoritarian 1
-01100011110 bargainbasement 1
-01100011110 doorbusters 1
-01100011110 God-seeking 1
-01100011110 Nitespark 1
-01100011110 Foreglow 1
-01100011110 Entice 1
-01100011110 Sojourn 1
-01100011110 cross-marketplace 1
-01100011110 Miore 1
-01100011110 Premeditate 1
-01100011110 Relinquish 1
-01100011110 Surfeit 1
-01100011110 DeLaseure 1
-01100011110 Sashay 1
-01100011110 Softspark 1
-01100011110 labelling 1
-01100011110 D-score 1
-01100011110 Pre-production 1
-01100011110 Technospeak 1
-01100011110 picayunish 1
-01100011110 semi- 1
-01100011110 Deadheads 1
-01100011110 DRY 1
-01100011110 Jobo 1
-01100011110 bankification 1
-01100011110 un-aided 1
-01100011110 Troilus 1
-01100011110 toe-hold 1
-01100011110 much-higher-than-expected 1
-01100011110 earnings. 1
-01100011110 nonprocurement 1
-01100011110 descramblers 1
-01100011110 moosecake 1
-01100011110 Gorbachevism 1
-01100011110 parallel-track 1
-01100011110 break-the-rules 1
-01100011110 1760-1850 1
-01100011110 set-off 1
-01100011110 whitelist 1
-01100011110 B2B 1
-01100011110 janglers 1
-01100011110 self-committed 1
-01100011110 tropicalization 1
-01100011110 Beginner 1
-01100011110 ouverture 1
-01100011110 microliberalism 1
-01100011110 Luann 1
-01100011110 Heathcliff 1
-01100011110 slower-than-planned 1
-01100011110 radio-location 1
-01100011110 petro-dollar 1
-01100011110 rent-a-general/rent-an-admiral 1
-01100011110 comanagers 1
-01100011110 dysgenic 1
-01100011110 bio-equivalents 1
-01100011110 sex-stereotyping 1
-01100011110 UNDERPAID 1
-01100011110 flim-flamming 1
-01100011110 Glinkaiana 1
-01100011110 Guernica 1
-01100011110 market-can-only-go-up 1
-01100011110 lipo 1
-01100011110 Airotor 1
-01100011110 masers 1
-01100011110 Maser 1
-01100011110 meistersinger 1
-01100011110 That-a-way 1
-01100011110 indigenization 1
-01100011110 one-milligram-tar 1
-01100011110 Shug 1
-01100011110 job-wanted 1
-01100011110 rck.video 1
-01100011110 Flu-shot4 1
-01100011110 Discontents 1
-01100011110 vendings 1
-01100011110 narrow-caster 1
-01100011110 dogity 1
-01100011110 talkie 1
-01100011110 unitizing 1
-01100011110 supervote 1
-01100011110 Fifth-Generation 1
-01100011110 Teseo 1
-01100011110 Petrushka 1
-01100011110 juche 1
-01100011110 telescreens 1
-01100011110 Pappy 1
-01100011110 bush-league 1
-01100011110 Haymakers 1
-01100011110 Fedwire 1
-01100011110 babyboom 1
-01100011110 two-Chinas 1
-01100011110 def 1
-01100011110 dop 1
-01100011110 draggin 1
-01100011110 Ron-Nobu 1
-01100011110 overclassification 1
-01100011110 mystery-ware 1
-01100011110 Disastrous 1
-01100011110 mystere 1
-01100011110 dead-bang 1
-01100011110 mushier 1
-01100011110 jalabiyeh 1
-01100011110 blue-chipper 1
-01100011110 spoonfeeds 1
-01100011110 detect-to-engage 1
-01100011110 fortuna 1
-01100011110 team-player 1
-01100011110 Trespassing 1
-01100011110 whites-of-their-eyes 1
-01100011110 Tidewatch 1
-01100011110 Tranquilandia 1
-01100011110 Pacem 1
-01100011110 counter-programming 1
-01100011110 kosherization 1
-01100011110 gun-totin 1
-01100011110 televangelist 2
-01100011110 fraud-on-the-market 2
-01100011110 Crockery 2
-01100011110 Idomeneo 2
-01100011110 anti-nukes 2
-01100011110 Valentines 2
-01100011110 Hesitation 2
-01100011110 Memo 2
-01100011110 Jogger 2
-01100011110 Murderer 2
-01100011110 Suburbanites 2
-01100011110 Slang 2
-01100011110 Hearsay 2
-01100011110 Peacekeepers 2
-01100011110 hipo 2
-01100011110 Blossoming 2
-01100011110 Accomplishments 2
-01100011110 eros 2
-01100011110 homoeroticism 2
-01100011110 Notations 2
-01100011110 MALL 2
-01100011110 Filofaxes 2
-01100011110 Stricken 2
-01100011110 Wanderer 2
-01100011110 Beatlemania 2
-01100011110 income-shifting 2
-01100011110 Chlorofluorocarbon 2
-01100011110 Proceed 2
-01100011110 Insignificance 2
-01100011110 Mens 2
-01100011110 Yets 2
-01100011110 federales 2
-01100011110 Crumbling 2
-01100011110 1900-1930 2
-01100011110 highwall 2
-01100011110 Huntmix 2
-01100011110 Repercussions 2
-01100011110 Misfortunes 2
-01100011110 Dubliners 2
-01100011110 Transitions 2
-01100011110 overbuilds 2
-01100011110 RECORDS 2
-01100011110 embrittlement 2
-01100011110 Assembled 2
-01100011110 Barbarosa 2
-01100011110 Dede 2
-01100011110 GOULD 2
-01100011110 Rainman 2
-01100011110 Nightshade 2
-01100011110 Wonderworks 2
-01100011110 Wuzzles 2
-01100011110 Unreal 2
-01100011110 market-response 2
-01100011110 Empires 2
-01100011110 Permanently 2
-01100011110 non-attributable 2
-01100011110 Castroism 2
-01100011110 guesstimates 2
-01100011110 Extortion 2
-01100011110 MacGyver 2
-01100011110 1929-1939 2
-01100011110 left-brain 2
-01100011110 Celebrations 2
-01100011110 machos 2
-01100011110 Caving 2
-01100011110 Disks 2
-01100011110 Hamiltons 2
-01100011110 whup 2
-01100011110 Bonding 2
-01100011110 Detail 2
-01100011110 Olympos 2
-01100011110 Yesterdays 2
-01100011110 Ostriches 2
-01100011110 Imperialism 2
-01100011110 overdesigned 2
-01100011110 Cav 2
-01100011110 Femininity 2
-01100011110 dreg 2
-01100011110 Flee 2
-01100011110 Handguns 2
-01100011110 desuetude 2
-01100011110 verifier 2
-01100011110 reassembly 2
-01100011110 tekkies 2
-01100011110 PASSION 2
-01100011110 Projection 2
-01100011110 Ostrich 2
-01100011110 Commencement 2
-01100011110 AmToys 2
-01100011110 Tout 2
-01100011110 McTeague 2
-01100011110 iconology 2
-01100011110 Immunesciences 2
-01100011110 prohibitionists 2
-01100011110 Woes 2
-01100011110 Stakeout 2
-01100011110 wheat-dollar 2
-01100011110 real-sports 2
-01100011110 Egos 2
-01100011110 Chlordane 2
-01100011110 Insecticides 2
-01100011110 Slava 2
-01100011110 Curlee 2
-01100011110 imminent-danger 2
-01100011110 Avant-Garde 2
-01100011110 Takers 2
-01100011110 Petition 2
-01100011110 Landscaping 2
-01100011110 blue-collar-mail 2
-01100011110 action-forcing 2
-01100011110 kisaeng 2
-01100011110 over-emphasis 2
-01100011110 Paved 2
-01100011110 DEPOSITS 2
-01100011110 Preposterous 2
-01100011110 Oboe 2
-01100011110 clonemakers 2
-01100011110 PP 2
-01100011110 adopt-a-pothole 2
-01100011110 Benefactors 2
-01100011110 Camila 2
-01100011110 reproving 2
-01100011110 Graduation 2
-01100011110 Amor 2
-01100011110 Jallali 2
-01100011110 Supply-Siders 2
-01100011110 wai-gaya 2
-01100011110 Snapshots 2
-01100011110 Sculpting 2
-01100011110 Narrative 2
-01100011110 doyen 2
-01100011110 Go-Bots 2
-01100011110 Stacking 2
-01100011110 object-oriented 2
-01100011110 Paperbacks 2
-01100011110 not-in-my-backyard 2
-01100011110 Gumboots 2
-01100011110 Bromine 2
-01100011110 Azalea 2
-01100011110 Hands-on 2
-01100011110 1850-1946 2
-01100011110 Boe 2
-01100011110 brigadistas 2
-01100011110 Bombshell 2
-01100011110 Blondes 2
-01100011110 bitchin 2
-01100011110 cakewalks 2
-01100011110 Cites-Cines 2
-01100011110 DOWNSIZING 2
-01100011110 Laughing 2
-01100011110 Tabs 2
-01100011110 Nighthawks 2
-01100011110 Rhinestone 2
-01100011110 Truffles 2
-01100011110 hit-and-miss 2
-01100011110 Pushcart 2
-01100011110 Appassionata 2
-01100011110 Pathetique 2
-01100011110 Peepers 2
-01100011110 lightheartedness 2
-01100011110 knave 2
-01100011110 Mayta 2
-01100011110 Calfornia 2
-01100011110 Contemporaries 2
-01100011110 wordman 2
-01100011110 Nostrums 2
-01100011110 disestablished 2
-01100011110 Renegades 2
-01100011110 Toupee 2
-01100011110 Sculptors 2
-01100011110 superchip 2
-01100011110 Superchannel 2
-01100011110 breakpoint 2
-01100011110 Diagnosis 2
-01100011110 Jo-Jo 2
-01100011110 deincrease 2
-01100011110 vigorish 2
-01100011110 Nukes 2
-01100011110 PROBABLY 2
-01100011110 Left-Wing 2
-01100011110 Debutante 2
-01100011110 Irritation 2
-01100011110 petrolization 2
-01100011110 Scams 2
-01100011110 Texasville 2
-01100011110 Puzzle 2
-01100011110 Superstitions 2
-01100011110 Heel 2
-01100011110 Simpson-Volstead-Mazzoli 2
-01100011110 ch 2
-01100011110 pensees 2
-01100011110 ACME 2
-01100011110 Apocalyptic 2
-01100011110 self-nurturing 2
-01100011110 Rugs 2
-01100011110 cost-of-production 2
-01100011110 asinine 2
-01100011110 A-rated 2
-01100011110 Yikes 2
-01100011110 flow-through 2
-01100011110 Mules 2
-01100011110 Infantrymen 2
-01100011110 Slide 2
-01100011110 Leucovorin 2
-01100011110 two-treaty 2
-01100011110 tipees 2
-01100011110 mediator-arbitrator 2
-01100011110 Soapy 2
-01100011110 Dung 2
-01100011110 non-intrusive 2
-01100011110 Lockjaw 2
-01100011110 Phap 2
-01100011110 slotmail 2
-01100011110 Deductibles 2
-01100011110 Offended 2
-01100011110 Weddings 2
-01100011110 Disrespect 2
-01100011110 Barfly 2
-01100011110 damn-the-torpedoes 2
-01100011110 YUPPIE 2
-01100011110 Sextet 2
-01100011110 houseparents 2
-01100011110 Dependents 2
-01100011110 non-players 2
-01100011110 TAXI 2
-01100011110 Squads 2
-01100011110 Nabucco 2
-01100011110 Evangelists 2
-01100011110 Monasteries 2
-01100011110 Bulletproof 2
-01100011110 boardmail 2
-01100011110 Matador 2
-01100011110 Copycat 2
-01100011110 Blended 2
-01100011110 pinatas 2
-01100011110 desaparecidos 2
-01100011110 biotowers 2
-01100011110 TIPPING 2
-01100011110 Bumpy 2
-01100011110 Brother-in-Law 2
-01100011110 Fifties 2
-01100011110 Three-dimensional 2
-01100011110 Seafarers 2
-01100011110 thirty-something 2
-01100011110 Eraserhead 2
-01100011110 Fabrications 2
-01100011110 Duet 2
-01100011110 Roaming 2
-01100011110 roamer 2
-01100011110 Inconvenience 2
-01100011110 supermed 2
-01100011110 Boiling 2
-01100011110 nonlinearity 2
-01100011110 Myfanwy 2
-01100011110 violencia 2
-01100011110 Ooo 2
-01100011110 if-then 2
-01100011110 Spinners 2
-01100011110 Noa 2
-01100011110 Ghandi 2
-01100011110 Substandard 2
-01100011110 design-in 2
-01100011110 Sclavo 2
-01100011110 Comedians 2
-01100011110 GOETABANKEN 2
-01100011110 BLAME 2
-01100011110 czarina 2
-01100011110 Mythology 2
-01100011110 porpoise 2
-01100011110 Poppy 2
-01100011110 megadealers 2
-01100011110 Slowdown 2
-01100011110 Exception 2
-01100011110 dog-hair 2
-01100011110 RPD 2
-01100011110 Tai-Pan 2
-01100011110 Bloopers 2
-01100011110 Buy-Back 2
-01100011110 fair-value 2
-01100011110 Adjust 2
-01100011110 yea-nay 2
-01100011110 Radiovision 2
-01100011110 Assent 2
-01100011110 A.L.F. 2
-01100011110 HealthPITCH 2
-01100011110 Interactions 2
-01100011110 cambistas 2
-01100011110 Slides 2
-01100011110 Spree 2
-01100011110 Freemen 2
-01100011110 Deaky 2
-01100011110 Constitutionalists 2
-01100011110 Enchantment 2
-01100011110 Marauders 2
-01100011110 Turangalila 2
-01100011110 Speedo 2
-01100011110 Discord 2
-01100011110 Dispirited 2
-01100011110 slavefare 2
-01100011110 Eyewitness 2
-01100011110 Trade-a-Teen 2
-01100011110 PREFERRED 2
-01100011110 Scarecrow 2
-01100011110 Non-Profits 2
-01100011110 jeito 2
-01100011110 Retinol 2
-01100011110 Smuggler 2
-01100011110 Vaccinations 2
-01100011110 Orthodoxy 2
-01100011110 arcologies 2
-01100011110 Adhesive 2
-01100011110 share-price-enhancement 2
-01100011110 Blow-Up 2
-01100011110 Claw 2
-01100011110 Balinese-style 2
-01100011110 Bayonets 2
-01100011110 Tutankhamen 2
-01100011110 JOE 2
-01100011110 Blunder 2
-01100011110 brown-water 2
-01100011110 Booze 2
-01100011110 Magical 2
-01100011110 Poetic 2
-01100011110 Doruntine 2
-01100011110 Bastards 2
-01100011110 Roofs 2
-01100011110 compensatory-financing 2
-01100011110 OnePass 2
-01100011110 3:16 2
-01100011110 rectifies 2
-01100011110 McCool 2
-01100011110 Midget 2
-01100011110 Wildtrack 2
-01100011110 BusCapade 2
-01100011110 Remembrances 2
-01100011110 Asteroid 2
-01100011110 Eterna 2
-01100011110 Fantasticks 2
-01100011110 Looms 2
-01100011110 Corderie 2
-01100011110 Aperto 2
-01100011110 Obsessions 2
-01100011110 Seers 2
-01100011110 On-line 2
-01100011110 V&V 2
-01100011110 Tolerance 2
-01100011110 humanoids 2
-01100011110 Paphiopedilum 2
-01100011110 Brassolaeliocattleya 2
-01100011110 punch-through 2
-01100011110 Phalaenopsis 2
-01100011110 stewpot 2
-01100011110 full-figured 2
-01100011110 Scrimshaw 2
-01100011110 Asylums 2
-01100011110 Fete 2
-01100011110 Distress 2
-01100011110 Nerves 2
-01100011110 Bouncin 2
-01100011110 Distributor 2
-01100011110 Gears 2
-01100011110 Detained 2
-01100011110 Cendrillon 2
-01100011110 Bunkie 2
-01100011110 Exaggerated 2
-01100011110 Addressless 2
-01100011110 Mujahideen 2
-01100011110 Aliteracy 2
-01100011110 Feuersnot 2
-01100011110 BUILDINGS 2
-01100011110 Esplanade 2
-01100011110 Dabbling 2
-01100011110 Yuck 2
-01100011110 Carrots 2
-01100011110 Isolationism 2
-01100011110 Antiquated 2
-01100011110 Nocturne 2
-01100011110 drys 2
-01100011110 Imbalances 2
-01100011110 Downstream 2
-01100011110 Edwardians 2
-01100011110 lickspittle 2
-01100011110 Japonisme 2
-01100011110 Toilette 2
-01100011110 Ornithology 2
-01100011110 Trevis 2
-01100011110 Just-in-time 2
-01100011110 Cooter 2
-01100011110 Ideals 2
-01100011110 waaa 2
-01100011110 sanitize 2
-01100011110 Buyback 2
-01100011110 Efficiencies 2
-01100011110 Favorites 2
-01100011110 Brainstorm 2
-01100011110 MATERNITY 2
-01100011110 pickaninny 2
-01100011110 Archeology 2
-01100011110 microparts 2
-01100011110 micromachines 2
-01100011110 copycode 2
-01100011110 catholics 2
-01100011110 /2 2
-01100011110 Expressionism 2
-01100011110 Piu 2
-01100011110 streetscape 2
-01100011110 one-hours 2
-01100011110 Really. 2
-01100011110 pentapartito 2
-01100011110 Aunts 2
-01100011110 Embryos 2
-01100011110 anti-racism 2
-01100011110 Enlargement 2
-01100011110 Qi 2
-01100011110 Stalls 2
-01100011110 Lianna 2
-01100011110 Starmites 2
-01100011110 Drummer 2
-01100011110 PROTECTIVE 2
-01100011110 Epidemiology 2
-01100011110 Dummies 2
-01100011110 Wacky 2
-01100011110 front-loading 2
-01100011110 Liver 2
-01100011110 Cleaned 2
-01100011110 Deacs 2
-01100011110 EMPTY 2
-01100011110 Chill-ee 2
-01100011110 bookmen 2
-01100011110 Brownshirt 2
-01100011110 Trunks 2
-01100011110 Crows 2
-01100011110 Sultanate 2
-01100011110 Ghoulies 2
-01100011110 Blowin 2
-01100011110 Ninograms 2
-01100011110 Dolt 2
-01100011110 Cannots 2
-01100011110 Hokey-Pokey-Athon 2
-01100011110 thin-out 2
-01100011110 Mortally 2
-01100011110 Dilly 2
-01100011110 over-reaction 2
-01100011110 Spoiled 2
-01100011110 Animale 2
-01100011110 metier 2
-01100011110 Sportswriters 2
-01100011110 confessors 2
-01100011110 CYPRIOT 2
-01100011110 Absurd 2
-01100011110 asset-mail 2
-01100011110 non-responders 2
-01100011110 Bather 2
-01100011110 Removed 2
-01100011110 Hitlerite 2
-01100011110 Makeover 2
-01100011110 Lotteries 2
-01100011110 Filmmaking 2
-01100011110 Ruddigore 2
-01100011110 Phooey 2
-01100011110 Radarsat 2
-01100011110 Diggers 2
-01100011110 Trousers 2
-01100011110 Liquids 2
-01100011110 Sell-Off 2
-01100011110 Adoptions 2
-01100011110 Stockholdings 2
-01100011110 Masks 2
-01100011110 Brides 2
-01100011110 Intentions 2
-01100011110 Farewell 2
-01100011110 Blunders 2
-01100011110 Tov 2
-01100011110 Lollipops 2
-01100011110 Particles 2
-01100011110 Semi-Tough 2
-01100011110 Partsa 2
-01100011110 Invitation 2
-01100011110 Nyet 2
-01100011110 Lebanonization 2
-01100011110 Kartuli 2
-01100011110 cantilevered 2
-01100011110 Eurodesign 2
-01100011110 gemutlich 2
-01100011110 Lieutenants 2
-01100011110 Shayna 2
-01100011110 petanque 2
-01100011110 dealignment 2
-01100011110 zoku 2
-01100011110 Sensitivity 2
-01100011110 Philosophers 2
-01100011110 now-nowism 2
-01100011110 Wimpys 2
-01100011110 Yea 2
-01100011110 Calcestruzzi 2
-01100011110 shared-time 2
-01100011110 Husher 2
-01100011110 Notebooks 2
-01100011110 Politeness 2
-01100011110 Nihonga 2
-01100011110 Dialogues 2
-01100011110 Adversarial 2
-01100011110 minitreaty 2
-01100011110 Pilgrimage 2
-01100011110 TGV 2
-01100011110 de-bottlenecking 2
-01100011110 cold-calling 2
-01100011110 P.U. 2
-01100011110 Racehorse 2
-01100011110 Doves 2
-01100011110 nonhuman 2
-01100011110 Bombastic 2
-01100011110 FOCUSED 2
-01100011110 god-self 2
-01100011110 wanna-bes 2
-01100011110 Straightforward 2
-01100011110 self-referral 2
-01100011110 notario 2
-01100011110 Consolidators 2
-01100011110 Blackout 2
-01100011110 Morose 2
-01100011110 Zamoskvorech 2
-01100011110 Simmer 2
-01100011110 Parasites 2
-01100011110 Pets 2
-01100011110 seltzers 2
-01100011110 Shootout 2
-01100011110 castaway 2
-01100011110 Hitlerites 2
-01100011110 midi 2
-01100011110 B-scalers 2
-01100011110 Nausea 2
-01100011110 orientations 2
-01100011110 Chapters 2
-01100011110 Ausstieg 2
-01100011110 legging 2
-01100011110 JOK 2
-01100011110 Anti-Communism 2
-01100011110 Victimless 2
-01100011110 Chilly 2
-01100011110 allegators 2
-01100011110 Manuscripts 2
-01100011110 Browsing 2
-01100011110 Idols 2
-01100011110 Beta-West 2
-01100011110 DISKS 2
-01100011110 Roustabout 2
-01100011110 otayenee 2
-01100011110 Walk-in 2
-01100011110 centralistic 2
-01100011110 debt-shock 2
-01100011110 civilianization 2
-01100011110 Temples 2
-01100011110 VATs 2
-01100011110 teeny-boppers 2
-01100011110 EMS-like 2
-01100011110 lipsticks 2
-01100011110 Treading 2
-01100011110 reindustrialization 2
-01100011110 soft-dollar 2
-01100011110 Cashing 2
-01100011110 Newsmakers 2
-01100011110 Dropouts 2
-01100011110 Zoraide 2
-01100011110 Attic 2
-01100011110 N.O.L. 2
-01100011110 Incident 2
-01100011110 Commandos 2
-01100011110 Healers 2
-01100011110 brokered-time 2
-01100011110 Leftovers 2
-01100011110 Collects 2
-01100011110 Intercom 2
-01100011110 Expands 2
-01100011110 Additions 2
-01100011110 corporatization 2
-01100011110 X75 2
-01100011110 Gluts 2
-01100011110 Gyroscopes 2
-01100011110 Redefined 2
-01100011110 Sugarbaby 2
-01100011110 Non-banks 2
-01100011110 Eurocommunists 2
-01100011110 Snoops 2
-01100011110 Fulfill 2
-01100011110 kafeneion 2
-01100011110 Owls 2
-01100011110 Complicated 3
-01100011110 Object 3
-01100011110 Scar 3
-01100011110 disaster-subsidy 3
-01100011110 Salty 3
-01100011110 Payoffs 3
-01100011110 bioequivalent 3
-01100011110 Indecent 3
-01100011110 Reciprocity 3
-01100011110 Loopholes 3
-01100011110 de-nicotined 3
-01100011110 Truths 3
-01100011110 Massage 3
-01100011110 ROY 3
-01100011110 Beowulf 3
-01100011110 Anarchy 3
-01100011110 Moviegoer 3
-01100011110 Compassion 3
-01100011110 WarGames 3
-01100011110 D.K. 3
-01100011110 super-large 3
-01100011110 percentage-of-completion 3
-01100011110 Millionaires 3
-01100011110 Chesty 3
-01100011110 superfish 3
-01100011110 Extremities 3
-01100011110 Poachers 3
-01100011110 Laugh-In 3
-01100011110 Applause 3
-01100011110 Starve 3
-01100011110 Themselves 3
-01100011110 LVADs 3
-01100011110 Hiroshige 3
-01100011110 Unicorn 3
-01100011110 Verities 3
-01100011110 Plummet 3
-01100011110 Provocative 3
-01100011110 Useless 3
-01100011110 Salvage 3
-01100011110 Fireworks 3
-01100011110 Skeleton 3
-01100011110 sashimi 3
-01100011110 Whispers 3
-01100011110 Credentials 3
-01100011110 Rebate 3
-01100011110 Factions 3
-01100011110 MALLS 3
-01100011110 Fantasie 3
-01100011110 Limousine 3
-01100011110 Deduction 3
-01100011110 Comrades 3
-01100011110 tu 3
-01100011110 Challenged 3
-01100011110 Pavane 3
-01100011110 Virtuoso 3
-01100011110 Missa 3
-01100011110 Frauds 3
-01100011110 Contribution 3
-01100011110 Touches 3
-01100011110 urbanity 3
-01100011110 Corporatism 3
-01100011110 Srini 3
-01100011110 Rashomon 3
-01100011110 Resurrection 3
-01100011110 PETER 3
-01100011110 out-sourcing 3
-01100011110 Streamers 3
-01100011110 Giveaway 3
-01100011110 Normalization 3
-01100011110 Bees 3
-01100011110 SharpVision 3
-01100011110 Civilisation 3
-01100011110 Preserved 3
-01100011110 Colleague 3
-01100011110 Demographically 3
-01100011110 Lava 3
-01100011110 Explosion 3
-01100011110 RECENTLY 3
-01100011110 fixe 3
-01100011110 Prepare 3
-01100011110 Japanization 3
-01100011110 Fought 3
-01100011110 FOREIGNERS 3
-01100011110 INTELLIGENCE 3
-01100011110 Wraps 3
-01100011110 Conclusions 3
-01100011110 Lui 3
-01100011110 Violins 3
-01100011110 TOMATOES 3
-01100011110 Backward 3
-01100011110 Niches 3
-01100011110 mini-budget 3
-01100011110 Cans 3
-01100011110 Revivals 3
-01100011110 extender 3
-01100011110 Scylla 3
-01100011110 Cartoon 3
-01100011110 Oranges 3
-01100011110 ultra-right 3
-01100011110 ism 3
-01100011110 TREE 3
-01100011110 Rivalry 3
-01100011110 Outlaws 3
-01100011110 Lovers 3
-01100011110 Offspring 3
-01100011110 Nun 3
-01100011110 Nightwatch 3
-01100011110 T-Bondo 3
-01100011110 Profession 3
-01100011110 mi 3
-01100011110 Mingling 3
-01100011110 Jumpin 3
-01100011110 Condos 3
-01100011110 Cujo 3
-01100011110 tax-spared 3
-01100011110 Cigars 3
-01100011110 COLOR 3
-01100011110 Superfight 3
-01100011110 Dasibi 3
-01100011110 Bottles 3
-01100011110 WELL 3
-01100011110 ayu 3
-01100011110 Pickers 3
-01100011110 Roles 3
-01100011110 Hartsville 3
-01100011110 Hoses 3
-01100011110 Timm 3
-01100011110 Unworthy 3
-01100011110 Origin 3
-01100011110 Lock-Up 3
-01100011110 Sonatas 3
-01100011110 Horsemen 3
-01100011110 Non-Nasdaq 3
-01100011110 Snakes 3
-01100011110 subjectivism 3
-01100011110 Maneuver 3
-01100011110 Prayers 3
-01100011110 Tomatoes 3
-01100011110 Venerable 3
-01100011110 greediness 3
-01100011110 Insulated 3
-01100011110 No-No 3
-01100011110 Fantasia 3
-01100011110 Hippo 3
-01100011110 Goin 3
-01100011110 Ante 3
-01100011110 Peping 3
-01100011110 Rikky 3
-01100011110 Ketchup 3
-01100011110 ultra-left 3
-01100011110 Umbrella 3
-01100011110 abnormals 3
-01100011110 Chasers 3
-01100011110 Hedgehog 3
-01100011110 Suburbia 3
-01100011110 Essay 3
-01100011110 over-prescribe 3
-01100011110 Soap-Powders 3
-01100011110 Ritual 3
-01100011110 Vitamins 3
-01100011110 Dread 3
-01100011110 Lieder 3
-01100011110 Harmonielehre 3
-01100011110 big-bang 3
-01100011110 Monuments 3
-01100011110 Arthus 3
-01100011110 Kisha 3
-01100011110 Reminiscences 3
-01100011110 comps 3
-01100011110 Fence 3
-01100011110 Appraisals 3
-01100011110 ABZs 3
-01100011110 Iolanthe 3
-01100011110 Canyons 3
-01100011110 Congestion 3
-01100011110 intrapreneurship 3
-01100011110 mean-spiritedness 3
-01100011110 Freak 3
-01100011110 Marked 3
-01100011110 Leases 3
-01100011110 rededication 3
-01100011110 Editing 3
-01100011110 Mermaids 3
-01100011110 Awesome 3
-01100011110 bakso 3
-01100011110 Passages 3
-01100011110 Speed-up 3
-01100011110 ist 3
-01100011110 Ventilation 3
-01100011110 debunch 3
-01100011110 microchannel 3
-01100011110 Extremists 3
-01100011110 Coppelia 3
-01100011110 Agon 3
-01100011110 Spaces 3
-01100011110 Swifty 3
-01100011110 S.P.E.B.S.Q.S.A. 3
-01100011110 Comeback 3
-01100011110 COMPUTERIZED 3
-01100011110 nous 3
-01100011110 mini-devaluations 3
-01100011110 Leftists 3
-01100011110 Rx 3
-01100011110 PROTESTS 3
-01100011110 Hai 3
-01100011110 Satin 3
-01100011110 Socks 3
-01100011110 Nimbys 3
-01100011110 Chimpanzees 3
-01100011110 Spoons 3
-01100011110 Iceman 3
-01100011110 Waltzing 3
-01100011110 Appalling 3
-01100011110 Um 3
-01100011110 Competent 3
-01100011110 kulaks 3
-01100011110 remanufacturing 3
-01100011110 unemployables 3
-01100011110 illegales 3
-01100011110 Falter 3
-01100011110 Ills 3
-01100011110 BUGS 3
-01100011110 THINGS 3
-01100011110 Renidero 3
-01100011110 Sleepwalkers 3
-01100011110 Crock 3
-01100011110 gotcha 3
-01100011110 Strains 3
-01100011110 Hovering 3
-01100011110 Poem 3
-01100011110 internetting 3
-01100011110 PILLS 3
-01100011110 Adversity 3
-01100011110 Megatrends 3
-01100011110 Rampage/2 3
-01100011110 Buz 3
-01100011110 peoplemeter 3
-01100011110 Painted 3
-01100011110 Newsletters 3
-01100011110 APSAC 3
-01100011110 Equitymaker 3
-01100011110 TBN 3
-01100011110 Goonies 3
-01100011110 bye 3
-01100011110 Walkmans 3
-01100011110 Sermon 3
-01100011110 bloodsuckers 3
-01100011110 Resume 3
-01100011110 Lectures 3
-01100011110 Evaluations 3
-01100011110 Communicators 3
-01100011110 cram-down 3
-01100011110 apparatchiki 3
-01100011110 Entities 3
-01100011110 Pre-March 3
-01100011110 isms 3
-01100011110 Klute 3
-01100011110 megabanks 3
-01100011110 Approaches 3
-01100011110 Quack 3
-01100011110 Stink 3
-01100011110 one-couple-one-child 3
-01100011110 Khovanshchina 3
-01100011110 skunkworks 3
-01100011110 FRANCHISEES 3
-01100011110 ence 3
-01100011110 Yanzhong 3
-01100011110 Interlacing 3
-01100011110 Foxfire 3
-01100011110 work-stoppage 3
-01100011110 writer-proof 3
-01100011110 Year-End 3
-01100011110 gutless 3
-01100011110 F/X 3
-01100011110 intrapreneur 3
-01100011110 Harassment 3
-01100011110 gravedancer 3
-01100011110 PATIENTS 3
-01100011110 wetback 3
-01100011110 Noises 3
-01100011110 Sitco 3
-01100011110 pakikisama 3
-01100011110 pseudopalate 3
-01100011110 Jackets 3
-01100011110 counsellor 3
-01100011110 Dutch-auction 3
-01100011110 Stimulation 3
-01100011110 Seduced 3
-01100011110 Shines 3
-01100011110 Sexism 3
-01100011110 Habits 3
-01100011110 beautifying 3
-01100011110 Rabid 3
-01100011110 HeartBeat 3
-01100011110 Steal 3
-01100011110 NEWSPRINT 3
-01100011110 mega-deals 3
-01100011110 Filonov 3
-01100011110 Crafted 3
-01100011110 BOSSES 3
-01100011110 institution-building 3
-01100011110 Scam 3
-01100011110 Incarceration 3
-01100011110 Shed 3
-01100011110 Souvenirs 3
-01100011110 out-of-the-mainstream 3
-01100011110 Wanderlust 3
-01100011110 Banjo 3
-01100011110 front-loaded 3
-01100011110 Mambo 3
-01100011110 Allure 3
-01100011110 Hachiyas 3
-01100011110 Break-Throughs 3
-01100011110 Torx 3
-01100011110 Ugh 3
-01100011110 Crackdown 3
-01100011110 zaiteku 3
-01100011110 PENALTIES 3
-01100011110 Fixit 3
-01100011110 obon 3
-01100011110 batmobile 3
-01100011110 Spur 3
-01100011110 Individualism 3
-01100011110 Faxing 3
-01100011110 Intimacy 3
-01100011110 Torture 3
-01100011110 Vain 3
-01100011110 for-hire 3
-01100011110 samizdat 3
-01100011110 Eurosaver 3
-01100011110 burnouts 3
-01100011110 old-timey 3
-01100011110 Polluters 3
-01100011110 Organs 3
-01100011110 Fault 3
-01100011110 Boycott 3
-01100011110 clinkers 3
-01100011110 Geopolitics 3
-01100011110 Awakener 3
-01100011110 Witchcraft 3
-01100011110 Enhancer 3
-01100011110 Flippers 3
-01100011110 Revisionism 3
-01100011110 Lingerie 3
-01100011110 Mansions 3
-01100011110 cop-killer 3
-01100011110 Breakdown 3
-01100011110 flextime 3
-01100011110 Leopards 3
-01100011110 Patron 3
-01100011110 Whats 3
-01100011110 Incomes 4
-01100011110 Privates 4
-01100011110 Classrooms 4
-01100011110 Prospekt 4
-01100011110 Opticians 4
-01100011110 anti-trade 4
-01100011110 Importance 4
-01100011110 Drugstores 4
-01100011110 Maometto 4
-01100011110 Contenders 4
-01100011110 kacho 4
-01100011110 cross-training 4
-01100011110 Disco 4
-01100011110 Aerobics 4
-01100011110 Sweetheart 4
-01100011110 Ancestors 4
-01100011110 RESORTS 4
-01100011110 Taekwondo 4
-01100011110 Obesity 4
-01100011110 Mummies 4
-01100011110 Journeys 4
-01100011110 ENTREPRENEURS 4
-01100011110 Inequality 4
-01100011110 FLIGHT 4
-01100011110 Bicycles 4
-01100011110 POLITICIANS 4
-01100011110 Travels 4
-01100011110 Rarities 4
-01100011110 SMOKERS 4
-01100011110 Tubes 4
-01100011110 Discoveries 4
-01100011110 Pockets 4
-01100011110 ALLOWED 4
-01100011110 LANGUAGE 4
-01100011110 Billing 4
-01100011110 Gunsmoke 4
-01100011110 Onyx 4
-01100011110 Caps 4
-01100011110 Gays 4
-01100011110 Crossfire 4
-01100011110 Seller 4
-01100011110 Showers 4
-01100011110 Bandit 4
-01100011110 Abound 4
-01100011110 BOYS 4
-01100011110 SATISFACTION 4
-01100011110 Nuke 4
-01100011110 dee-doo 4
-01100011110 Continuity 4
-01100011110 Painters 4
-01100011110 UOP 4
-01100011110 Leak 4
-01100011110 Headhunters 4
-01100011110 DESIGNERS 4
-01100011110 Moonchildren 4
-01100011110 ABROAD 4
-01100011110 Defendant 4
-01100011110 Schoolchildren 4
-01100011110 Intolerance 4
-01100011110 Brushstrokes 4
-01100011110 Molding 4
-01100011110 GM10 4
-01100011110 Operator 4
-01100011110 Memoir 4
-01100011110 Dude 4
-01100011110 Hottest 4
-01100011110 Custody 4
-01100011110 Shower 4
-01100011110 Ol 4
-01100011110 SCHOOL 4
-01100011110 Cows 4
-01100011110 Documentation 4
-01100011110 Cited 4
-01100011110 Offenders 4
-01100011110 free-riding 4
-01100011110 Composition 4
-01100011110 Temps 4
-01100011110 Entertaining 4
-01100011110 Networking 4
-01100011110 Mirth 4
-01100011110 Ron-Yasu 4
-01100011110 Euro-equities 4
-01100011110 Thoughts 4
-01100011110 Reception 4
-01100011110 Quote 4
-01100011110 Gumby 4
-01100011110 Guardians 4
-01100011110 Stagnation 4
-01100011110 Regards 4
-01100011110 Smiles 4
-01100011110 Salsa 4
-01100011110 Punks 4
-01100011110 Duration 4
-01100011110 Be-bop 4
-01100011110 Cantos 4
-01100011110 megathrift 4
-01100011110 U.B.U. 4
-01100011110 Pumpkinhead 4
-01100011110 Goodnight 4
-01100011110 Sewage 4
-01100011110 Hazards 4
-01100011110 STORAGE 4
-01100011110 Friedenstag 4
-01100011110 vaporware 4
-01100011110 KNOWS 4
-01100011110 Lithium 4
-01100011110 Prostitutes 4
-01100011110 Stoic 4
-01100011110 Breath 4
-01100011110 Skinny 4
-01100011110 Dinosaurs 4
-01100011110 Coaches 4
-01100011110 reality-based 4
-01100011110 Bar-Lev 4
-01100011110 Holds 4
-01100011110 Spell 4
-01100011110 Woogie 4
-01100011110 Distrust 4
-01100011110 Ferries 4
-01100011110 Suburbs 4
-01100011110 Rap 4
-01100011110 Slender 4
-01100011110 Entrance 4
-01100011110 TAXPAYERS 4
-01100011110 Generals 4
-01100011110 Cartoonists 4
-01100011110 uncopyrightable 4
-01100011110 Complications 4
-01100011110 Suspect 4
-01100011110 Realities 4
-01100011110 Swim 4
-01100011110 Errand 4
-01100011110 Obstacles 4
-01100011110 Recordings 4
-01100011110 Burglar 4
-01100011110 Beetlejuice 4
-01100011110 Perils 4
-01100011110 Grenas 4
-01100011110 Liposuction 4
-01100011110 MURDER 4
-01100011110 Hurrah 4
-01100011110 Usage 4
-01100011110 Glitz 4
-01100011110 Belongers 4
-01100011110 Reversal 4
-01100011110 Post-it 4
-01100011110 Realignment 4
-01100011110 Sovereignty 4
-01100011110 Providers 4
-01100011110 Candor 4
-01100011110 Serpico 4
-01100011110 Minds 4
-01100011110 Painless 4
-01100011110 Yesson 4
-01100011110 Asinamali 4
-01100011110 Nutcrackers 4
-01100011110 Accuse 4
-01100011110 hombre 4
-01100011110 Nonsmokers 4
-01100011110 Currencies 4
-01100011110 Hurdles 4
-01100011110 Intuition 4
-01100011110 juku 4
-01100011110 Oppression 4
-01100011110 Closings 4
-01100011110 Ja 4
-01100011110 Revolutions 4
-01100011110 Rockin 4
-01100011110 Mythologies 4
-01100011110 g 4
-01100011110 Criticized 4
-01100011110 Typing 4
-01100011110 Emmanuelle 4
-01100011110 Bye 4
-01100011110 Tasks 4
-01100011110 Homecoming 4
-01100011110 Insects 4
-01100011110 GUARANTEED 4
-01100011110 Dreamgirl 4
-01100011110 Closeup 4
-01100011110 Restructurings 4
-01100011110 Refrigerants 4
-01100011110 Kuhlmeier 4
-01100011110 skinhead 4
-01100011110 Insanity 4
-01100011110 Martyrdom 4
-01100011110 cramdown 4
-01100011110 professionalize 4
-01100011110 Mishima 4
-01100011110 Billiards 4
-01100011110 Thirtysomething 4
-01100011110 Ironweed 4
-01100011110 Elusive 4
-01100011110 DOESN 4
-01100011110 Sayang 4
-01100011110 Herbs 4
-01100011110 Marriages 4
-01100011110 Superstars 4
-01100011110 Involvement 4
-01100011110 Dependency 4
-01100011110 Cultures 4
-01100011110 BROKERS 4
-01100011110 garoupa 4
-01100011110 GRADS 4
-01100011110 RESTAURANTS 4
-01100011110 Absalom 4
-01100011110 Credit-Card 4
-01100011110 Retaliation 4
-01100011110 Yaaba 4
-01100011110 Revue 4
-01100011110 Joke 4
-01100011110 Dads 4
-01100011110 Fragments 4
-01100011110 Kojak 4
-01100011110 PROMISES 4
-01100011110 Delayed 4
-01100011110 Picnic 4
-01100011110 Links 4
-01100011110 PARTS 4
-01100011110 Fidelio 4
-01100011110 Bargains 4
-01100011110 Flashes 4
-01100011110 Ecological 4
-01100011110 Octavian 4
-01100011110 Proficiency 4
-01100011110 Clinique 4
-01100011110 Mishaps 4
-01100011110 Summertime 4
-01100011110 Tightrope 4
-01100011110 Bait 4
-01100011110 Yeast 4
-01100011110 Motels 4
-01100011110 Guesstimates 4
-01100011110 Passes 4
-01100011110 Supremacy 4
-01100011110 Washingtoons 4
-01100011110 Panache 4
-01100011110 Onward 4
-01100011110 Overcome 4
-01100011110 Un 4
-01100011110 EXPERTS 4
-01100011110 Scheduling 4
-01100011110 Whew 4
-01100011110 PRESSURES 4
-01100011110 Coy 4
-01100011110 Shunned 4
-01100011110 Personalities 4
-01100011110 Joking 4
-01100011110 Bully 4
-01100011110 Poltergeist 4
-01100011110 Wrinkles 4
-01100011110 skip-a-month 4
-01100011110 Excuses 4
-01100011110 Distant 4
-01100011110 SLOWLY 4
-01100011110 Payers 4
-01100011110 Complaint 4
-01100011110 Math 5
-01100011110 Tracks 5
-01100011110 Spots 5
-01100011110 Speed-the-Plow 5
-01100011110 stakeholder 5
-01100011110 Treatments 5
-01100011110 Hurricanes 5
-01100011110 Philosopher 5
-01100011110 Nej 5
-01100011110 Hymietown 5
-01100011110 Shout 5
-01100011110 niggers 5
-01100011110 Microcosm 5
-01100011110 Willful 5
-01100011110 Cares 5
-01100011110 Microprocessor 5
-01100011110 Audits 5
-01100011110 Vets 5
-01100011110 Decision/Capital 5
-01100011110 Postcards 5
-01100011110 News-Press 5
-01100011110 Climb 5
-01100011110 P.O.V. 5
-01100011110 Representation 5
-01100011110 RED 5
-01100011110 Backs 5
-01100011110 Map 5
-01100011110 Concessions 5
-01100011110 EDUCATION 5
-01100011110 Persuasion 5
-01100011110 Disadvantaged 5
-01100011110 boum 5
-01100011110 Turnarounds 5
-01100011110 Lit 5
-01100011110 Marziano 5
-01100011110 Wires 5
-01100011110 Basket 5
-01100011110 Sonnets 5
-01100011110 Poems 5
-01100011110 Burden-sharing 5
-01100011110 Non 5
-01100011110 Candide 5
-01100011110 Ingredients 5
-01100011110 Slogan 5
-01100011110 Earthbeat 5
-01100011110 Obon 5
-01100011110 BasketWeave 5
-01100011110 Garments 5
-01100011110 Bikini 5
-01100011110 TRUSTS 5
-01100011110 Foe 5
-01100011110 Virtue 5
-01100011110 TOLL 5
-01100011110 Postage 5
-01100011110 Mongooses 5
-01100011110 corpocracy 5
-01100011110 Butter 5
-01100011110 duopoly 5
-01100011110 Dining 5
-01100011110 Transfers 5
-01100011110 Blessings 5
-01100011110 Tips 5
-01100011110 Outsider 5
-01100011110 Europa 5
-01100011110 Concise 5
-01100011110 Anthem 5
-01100011110 Sailors 5
-01100011110 Surprises 5
-01100011110 Mammon 5
-01100011110 si 5
-01100011110 Despair 5
-01100011110 POISON 5
-01100011110 Torch 5
-01100011110 Conventions 5
-01100011110 Flowts 5
-01100011110 sterilizer 5
-01100011110 Affliction 5
-01100011110 Dynamite 5
-01100011110 Entrants 5
-01100011110 Pisces 5
-01100011110 Blimps 5
-01100011110 Trick 5
-01100011110 Paralysis 5
-01100011110 Substitute 5
-01100011110 Columbo 5
-01100011110 DEALS 5
-01100011110 Fedora 5
-01100011110 Stoics 5
-01100011110 Yards 5
-01100011110 Continents 5
-01100011110 Oven 5
-01100011110 flowback 5
-01100011110 Sacrifice 5
-01100011110 Villages 5
-01100011110 Stance 5
-01100011110 Thriller 5
-01100011110 Percent 5
-01100011110 Movements 5
-01100011110 Chairs 5
-01100011110 compassionate-use 5
-01100011110 Budgeting 5
-01100011110 Agony 5
-01100011110 Calendar 5
-01100011110 Caller 5
-01100011110 Neighbor 5
-01100011110 Blaze 5
-01100011110 pickaninnies 5
-01100011110 Liar 5
-01100011110 Starman 5
-01100011110 Yachts 5
-01100011110 EECO 5
-01100011110 Costumes 5
-01100011110 Reclining 5
-01100011110 Treasures 5
-01100011110 Regrets 5
-01100011110 unbundle 5
-01100011110 Enemies 5
-01100011110 Fantasies 5
-01100011110 Pal 5
-01100011110 Heirs 5
-01100011110 super-delegates 5
-01100011110 Sentences 5
-01100011110 waterblot 5
-01100011110 Housewife 5
-01100011110 Streak 5
-01100011110 Volkov 5
-01100011110 Beep 5
-01100011110 Uneasy 5
-01100011110 Discussion 5
-01100011110 Appearances 5
-01100011110 Singin 5
-01100011110 Jam 5
-01100011110 Werewolf 5
-01100011110 Teens 5
-01100011110 Salome 5
-01100011110 Passions 5
-01100011110 ADVANCE 5
-01100011110 Episode 5
-01100011110 Feathers 5
-01100011110 Giang 5
-01100011110 Fugitive 5
-01100011110 Delusion 5
-01100011110 Microprocessors 5
-01100011110 Resumes 5
-01100011110 Sinfonia 5
-01100011110 carpetbaggers 5
-01100011110 Coolers 5
-01100011110 Prep 5
-01100011110 Prayer 5
-01100011110 Niche 5
-01100011110 Graft 5
-01100011110 Vermummungsverbot 5
-01100011110 salarymen 5
-01100011110 Disillusioned 5
-01100011110 Brains 5
-01100011110 Disasters 5
-01100011110 Contention 5
-01100011110 cocooning 5
-01100011110 Filmed 5
-01100011110 voluntarism 5
-01100011110 Experiences 5
-01100011110 Phones 5
-01100011110 Billboards 5
-01100011110 Concertos 5
-01100011110 SPOUSES 5
-01100011110 Holidays 5
-01100011110 Yuk 5
-01100011110 Seduction 5
-01100011110 Permission 5
-01100011110 Decoration 5
-01100011110 Mutiny 5
-01100011110 rectification 5
-01100011110 Guercoeur 5
-01100011110 Bookstore 5
-01100011110 Hostage 5
-01100011110 Cover-Up 5
-01100011110 Creativity 5
-01100011110 Teenagers 5
-01100011110 Grievances 5
-01100011110 Kindergarten 5
-01100011110 Explanation 5
-01100011110 Divertimento 5
-01100011110 OY 5
-01100011110 Intercourse 5
-01100011110 Poets 5
-01100011110 jointness 6
-01100011110 Gurrelieder 6
-01100011110 Crashes 6
-01100011110 Relationship 6
-01100011110 Writings 6
-01100011110 Keeps 6
-01100011110 PROSECUTORS 6
-01100011110 TEACHERS 6
-01100011110 Misery 6
-01100011110 Gossip 6
-01100011110 Chains 6
-01100011110 Perfection 6
-01100011110 Affiliation 6
-01100011110 Landslide 6
-01100011110 Daytime 6
-01100011110 Clauses 6
-01100011110 Masterpieces 6
-01100011110 MACHINE 6
-01100011110 Orchids 6
-01100011110 Betrayed 6
-01100011110 Fatherhood 6
-01100011110 Interpretation 6
-01100011110 Assassination 6
-01100011110 Cousin 6
-01100011110 m 6
-01100011110 Concentrate 6
-01100011110 Phantasm 6
-01100011110 Cartoons 6
-01100011110 Unthinkable 6
-01100011110 TURN 6
-01100011110 Dwarf 6
-01100011110 Salmonella 6
-01100011110 RAISES 6
-01100011110 Hum 6
-01100011110 Syndications 6
-01100011110 Safeguards 6
-01100011110 Washing 6
-01100011110 rent-a-plane 6
-01100011110 Gum 6
-01100011110 Hybrids 6
-01100011110 Zangezi 6
-01100011110 Bimbo 6
-01100011110 TRADERS 6
-01100011110 Partenope 6
-01100011110 Environmentalism 6
-01100011110 Catalogs 6
-01100011110 Needed 6
-01100011110 Totals 6
-01100011110 Prisoner 6
-01100011110 Elegance 6
-01100011110 Chocolates 6
-01100011110 Flesh 6
-01100011110 p 6
-01100011110 SCHOOLS 6
-01100011110 Macho 6
-01100011110 Protein 6
-01100011110 LIVE 6
-01100011110 Met-Coil 6
-01100011110 Dentistry 6
-01100011110 Persistence 6
-01100011110 O.K. 6
-01100011110 Betrayal 6
-01100011110 COLUMBIA 6
-01100011110 LIMITED 6
-01100011110 Precedents 6
-01100011110 PARTNERSHIPS 6
-01100011110 Assault 6
-01100011110 Asphalt 6
-01100011110 Ran 6
-01100011110 Indictments 6
-01100011110 Lists 6
-01100011110 LOW 6
-01100011110 Clemenza 6
-01100011110 Pennies 6
-01100011110 Satellites 6
-01100011110 Client 6
-01100011110 Whiz 6
-01100011110 Currents 6
-01100011110 Melody 6
-01100011110 Instruction 6
-01100011110 Genes 6
-01100011110 Boogie 6
-01100011110 LOVE 6
-01100011110 Tourney 6
-01100011110 R.I.P. 6
-01100011110 Raging 6
-01100011110 Smile 6
-01100011110 Novels 6
-01100011110 Bolero 6
-01100011110 Believers 6
-01100011110 Beloved 6
-01100011110 Boring 6
-01100011110 Poker 6
-01100011110 ENGLISH 6
-01100011110 Cockroaches 6
-01100011110 Peril 6
-01100011110 Shifts 6
-01100011110 Criteria 6
-01100011110 Fruits 6
-01100011110 Repentance 6
-01100011110 Asparagus 6
-01100011110 Caddyshack 6
-01100011110 Smog 6
-01100011110 Prostitution 6
-01100011110 Dirt 6
-01100011110 Windmills 6
-01100011110 VIRGINIA 6
-01100011110 Notorious 6
-01100011110 Engaged 6
-01100011110 Festivals 6
-01100011110 Buntz 6
-01100011110 Ears 6
-01100011110 Slump 6
-01100011110 Deliberations 6
-01100011110 PHOENIX 6
-01100011110 Lieutenant 6
-01100011110 Werther 6
-01100011110 Earthquake 6
-01100011110 Castaways 6
-01100011110 Parsifal 6
-01100011110 Log 6
-01100011110 Outrage 6
-01100011110 Ant 6
-01100011110 Fringe 6
-01100011110 Selections 6
-01100011110 Lem 6
-01100011110 Nose 6
-01100011110 Attitude 6
-01100011110 Hairspray 6
-01100011110 Physically 6
-01100011110 Bullets 6
-01100011110 Breakthrough 6
-01100011110 Patriotism 6
-01100011110 buy-hold 6
-01100011110 Lassie 6
-01100011110 TOPS 6
-01100011110 Moderation 6
-01100011110 Combination 6
-01100011110 Messenger 7
-01100011110 Perennial 7
-01100011110 Fingers 7
-01100011110 FARMERS 7
-01100011110 Batteries 7
-01100011110 LOSS 7
-01100011110 Lighter 7
-01100011110 Stranger 7
-01100011110 Potatoes 7
-01100011110 Closure 7
-01100011110 singularization 7
-01100011110 Gasohol 7
-01100011110 INSURERS 7
-01100011110 Workout 7
-01100011110 Clue 7
-01100011110 Clouds 7
-01100011110 Econ 7
-01100011110 bumper-to-bumper 7
-01100011110 Oath 7
-01100011110 Bosses 7
-01100011110 Rats 7
-01100011110 Collapse 7
-01100011110 Relationships 7
-01100011110 Creature 7
-01100011110 Industrialists 7
-01100011110 GBM2 7
-01100011110 Serenade 7
-01100011110 Handsome 7
-01100011110 Hashem 7
-01100011110 Drops 7
-01100011110 Honors 7
-01100011110 Essays 7
-01100011110 Beaches 7
-01100011110 Concentration 7
-01100011110 Rigoletto 7
-01100011110 Rotten 7
-01100011110 Hostages 7
-01100011110 Cops 7
-01100011110 Spenser 7
-01100011110 Husband 7
-01100011110 Whistle 7
-01100011110 Nebraskans 7
-01100011110 Wired 7
-01100011110 Terelya 7
-01100011110 Guilty 7
-01100011110 Bonecrusher 7
-01100011110 Holes 7
-01100011110 PRODUCT 7
-01100011110 Steroids 7
-01100011110 circuit-breakers 7
-01100011110 Grab 7
-01100011110 Zoom 7
-01100011110 AUSTRALIAN 7
-01100011110 Theft 7
-01100011110 Gotterdammerung 7
-01100011110 Discs 7
-01100011110 Difficulties 7
-01100011110 Dilemma 7
-01100011110 Blondie 7
-01100011110 Mailing 7
-01100011110 Diversity 7
-01100011110 Boo 7
-01100011110 Euthanasia 7
-01100011110 Marbles 7
-01100011110 Beginners 7
-01100011110 Quiz 7
-01100011110 Caveat 7
-01100011110 Mc 7
-01100011110 Method 7
-01100011110 Pitch 7
-01100011110 Momma 7
-01100011110 wampum 7
-01100011110 Arrangements 7
-01100011110 Servicing 7
-01100011110 Shelters 7
-01100011110 Lasers 7
-01100011110 Homeowner 7
-01100011110 Files 7
-01100011110 Cocoon 7
-01100011110 Propaganda 7
-01100011110 Coping 7
-01100011110 Alachlor 7
-01100011110 Goals 7
-01100011110 Famine 7
-01100011110 Fails 7
-01100011110 Amigos 7
-01100011110 Mushrooms 7
-01100011110 Matlock 7
-01100011110 Divers 7
-01100011110 Excitement 7
-01100011110 Hoteliers 7
-01100011110 Continue 7
-01100011110 Methods 7
-01100011110 Irradiation 7
-01100011110 Overture 7
-01100011110 Otello 7
-01100011110 Position 7
-01100011110 Fools 7
-01100011110 Franchises 7
-01100011110 Tab 7
-01100011110 RECRUITING 7
-01100011110 Capitalist 7
-01100011110 Bouncers 7
-01100011110 Tar 7
-01100011110 Thundercats 7
-01100011110 enteritidis 7
-01100011110 Snap 7
-01100011110 Tapes 7
-01100011110 Cooling 7
-01100011110 Hygienists 7
-01100011110 Yourself 7
-01100011110 Coupons 7
-01100011110 Treasurers 7
-01100011110 Seals 7
-01100011110 Resolutions 7
-01100011110 Reorganization 7
-01100011110 Succession 7
-01100011110 Arrogance 7
-01100011110 Dusk 7
-01100011110 RETAILERS 7
-01100011110 CARDS 7
-01100011110 Quintet 7
-01100011110 Catcher 7
-01100011110 Bureaucracy 8
-01100011110 Buys 8
-01100011110 Ourselves 8
-01100011110 Squeeze 8
-01100011110 Surge 8
-01100011110 Conscience 8
-01100011110 Fundamentals 8
-01100011110 Spycatcher 8
-01100011110 SCIENTISTS 8
-01100011110 Bags 8
-01100011110 Failed 8
-01100011110 Barred 8
-01100011110 Detention 8
-01100011110 Landscape 8
-01100011110 Robot 8
-01100011110 Hybrid 8
-01100011110 Cheating 8
-01100011110 Nonprofits 8
-01100011110 Disk 8
-01100011110 Banquet 8
-01100011110 Lowest 8
-01100011110 Polka 8
-01100011110 Auctioneers 8
-01100011110 Dances 8
-01100011110 Default 8
-01100011110 PHILADELPHIA 8
-01100011110 Flo 8
-01100011110 Commentaries 8
-01100011110 Gods 8
-01100011110 Plague 8
-01100011110 Skills 8
-01100011110 Shippers 8
-01100011110 Respect 8
-01100011110 Brilliant 8
-01100011110 Ended 8
-01100011110 McPaper 8
-01100011110 Obscene 8
-01100011110 Rings 8
-01100011110 Pozner 8
-01100011110 HOTELS 8
-01100011110 Lefty 8
-01100011110 Buzz 8
-01100011110 Cries 8
-01100011110 Raises 8
-01100011110 Ideology 8
-01100011110 Smugglers 8
-01100011110 Harm 8
-01100011110 Shadows 8
-01100011110 Weeds 8
-01100011110 Zydeco 8
-01100011110 Promises 8
-01100011110 Traviata 8
-01100011110 L-word 8
-01100011110 Boutique 8
-01100011110 Album 8
-01100011110 Click 8
-01100011110 Conversation 8
-01100011110 Ducks 8
-01100011110 look-and-feel 8
-01100011110 Dump 8
-01100011110 Excellent 8
-01100011110 Angst 8
-01100011110 Boosters 8
-01100011110 Responsibilities 8
-01100011110 Warfare 8
-01100011110 Hits 8
-01100011110 Seriously 8
-01100011110 Gringo 8
-01100011110 Witch 8
-01100011110 pokazukha 8
-01100011110 Supper 8
-01100011110 Cells 8
-01100011110 FAIR 8
-01100011110 Turtles 8
-01100011110 Rational 8
-01100011110 just-say-no 8
-01100011110 Nurse 8
-01100011110 Kick 8
-01100011110 Composites 8
-01100011110 CONSUMERS 8
-01100011110 Refrigerator 8
-01100011110 Sociology 8
-01100011110 EMPLOYEES 8
-01100011110 Alliances 9
-01100011110 Drunk 9
-01100011110 Boats 9
-01100011110 Mikado 9
-01100011110 Charisma 9
-01100011110 Curiosity 9
-01100011110 Civilians 9
-01100011110 Vacancy 9
-01100011110 Roots 9
-01100011110 CHARITIES 9
-01100011110 Leads 9
-01100011110 Punchline 9
-01100011110 Buses 9
-01100011110 backwardation 9
-01100011110 Whales 9
-01100011110 Blade 9
-01100011110 CHECK 9
-01100011110 Protest 9
-01100011110 Trip 9
-01100011110 Bits 9
-01100011110 Mask 9
-01100011110 Destiny 9
-01100011110 Jumping 9
-01100011110 Retrospective 9
-01100011110 Mercy 9
-01100011110 Theories 9
-01100011110 Stardust 9
-01100011110 Bars 9
-01100011110 Poet 9
-01100011110 hooligans 9
-01100011110 Fledermaus 9
-01100011110 FEARS 9
-01100011110 Shape 9
-01100011110 Shake 9
-01100011110 Moneyline 9
-01100011110 TRAVELERS 9
-01100011110 Malls 9
-01100011110 Criminals 9
-01100011110 Scarface 9
-01100011110 Boxers 9
-01100011110 Cabaret 9
-01100011110 Revisited 9
-01100011110 Shame 9
-01100011110 Champions 9
-01100011110 Superstar 9
-01100011110 ACQUISITIONS 9
-01100011110 Availability 9
-01100011110 snapper 9
-01100011110 Transition 9
-01100011110 Indicted 9
-01100011110 Agree 9
-01100011110 Gin 9
-01100011110 Verdict 9
-01100011110 Changed 9
-01100011110 Slime 9
-01100011110 / 9
-01100011110 Awakening 9
-01100011110 Orphee 9
-01100011110 Looks 9
-01100011110 Bargaining 9
-01100011110 Owned 9
-01100011110 Bodies 9
-01100011110 Commissar 9
-01100011110 Person 9
-01100011110 bundling 9
-01100011110 Visit 9
-01100011110 Uses 9
-01100011110 VEIL 9
-01100011110 McDeal 9
-01100011110 Integration 9
-01100011110 Raymonda 9
-01100011110 Positioning 9
-01100011110 Veto 9
-01100011110 Maids 9
-01100011110 Husbands 9
-01100011110 Sheep 9
-01100011110 RIGHTS 9
-01100011110 Alumina 9
-01100011110 Governing 9
-01100011110 Lohengrin 9
-01100011110 Mommy 9
-01100011110 Payout 9
-01100011110 Weird 9
-01100011110 Conservatism 9
-01100011110 Collision 9
-01100011110 YTT 9
-01100011110 Slim 9
-01100011110 Legs 9
-01100011110 Childhood 9
-01100011110 Twisted 9
-01100011110 Encounter 9
-01100011110 Lover 9
-01100011110 Session 9
-01100011110 Hobbes 9
-01100011110 Breakers 9
-01100011110 Reckless 9
-01100011110 Came 10
-01100011110 Videos 10
-01100011110 Cooking 10
-01100011110 Harmony 10
-01100011110 Underwriter 10
-01100011110 Location 10
-01100011110 Natives 10
-01100011110 Objects 10
-01100011110 Leverage 10
-01100011110 Screening 10
-01100011110 Porgy 10
-01100011110 Navigator 10
-01100011110 Patents 10
-01100011110 Divorced 10
-01100011110 Wife 10
-01100011110 Controlled 10
-01100011110 Tempest 10
-01100011110 Tannhauser 10
-01100011110 Shock 10
-01100011110 Trio 10
-01100011110 Difference 10
-01100011110 Weavers 10
-01100011110 Prints 10
-01100011110 Realism 10
-01100011110 Charm 10
-01100011110 Techniques 10
-01100011110 Bones 10
-01100011110 Patterns 10
-01100011110 Expense 10
-01100011110 Bullet 10
-01100011110 Voyage 10
-01100011110 Philosophy 10
-01100011110 Deficits 10
-01100011110 EMPLOYERS 10
-01100011110 Thief 10
-01100011110 FIRE 10
-01100011110 Runners 10
-01100011110 Scandals 10
-01100011110 Housewives 10
-01100011110 Fit 10
-01100011110 Lolita 10
-01100011110 ISN 10
-01100011110 Bandits 10
-01100011110 Lightning 10
-01100011110 Fill 10
-01100011110 Departures 10
-01100011110 Wins 10
-01100011110 Newcomers 10
-01100011110 Genius 10
-01100011110 Quotes 10
-01100011110 Fertility 10
-01100011110 Catastrophe 10
-01100011110 Stonewall 10
-01100011110 Hip 10
-01100011110 Bigness 10
-01100011110 Thou 10
-01100011110 Gotcha 10
-01100011110 Bounty 10
-01100011110 Zhivago 10
-01100011110 Grandparents 10
-01100011110 Rider 10
-01100011110 Spoils 10
-01100011110 Crowds 10
-01100011110 Tanks 11
-01100011110 Yours 11
-01100011110 Terror 11
-01100011110 Eroica 11
-01100011110 Finances 11
-01100011110 Positions 11
-01100011110 Classes 11
-01100011110 UNIONS 11
-01100011110 GS 11
-01100011110 Splash 11
-01100011110 Shandling 11
-01100011110 Waltz 11
-01100011110 Clan 11
-01100011110 Diving 11
-01100011110 Stealthies 11
-01100011110 Fences 11
-01100011110 Minorities 11
-01100011110 Findings 11
-01100011110 Deterrence 11
-01100011110 Buzzy 11
-01100011110 Fanny 11
-01100011110 Teenage 11
-01100011110 Calm 11
-01100011110 Invasion 11
-01100011110 Targets 11
-01100011110 Ghost 11
-01100011110 Tampopo 11
-01100011110 Perfume 11
-01100011110 Telephones 11
-01100011110 Tango 11
-01100011110 Bum 11
-01100011110 Auxiliary 11
-01100011110 Procedures 11
-01100011110 Thought 11
-01100011110 Errors 11
-01100011110 Evita 11
-01100011110 MARKETERS 11
-01100011110 Signals 11
-01100011110 Sticks 11
-01100011110 Relax 11
-01100011110 Follies 11
-01100011110 Cheer 11
-01100011110 Cabin 11
-01100011110 megacarriers 11
-01100011110 Bag 11
-01100011110 Trovatore 11
-01100011110 Risky 11
-01100011110 Honeymooners 11
-01100011110 Corners 11
-01100011110 Voila 11
-01100011110 Innerspace 11
-01100011110 Risks 11
-01100011110 Spaceballs 11
-01100011110 Guitar 11
-01100011110 Accidents 11
-01100011110 DOCTORS 11
-01100011110 Lift 11
-01100011110 Surrender 11
-01100011110 Garage 11
-01100011110 Photographers 11
-01100011110 Channels 11
-01100011110 Gives 11
-01100011110 Reformers 11
-01100011110 Golfers 11
-01100011110 Riches 11
-01100011110 Condition 11
-01100011110 Speakers 11
-01100011110 Em 11
-01100011110 Amen 11
-01100011110 Marijuana 11
-01100011110 Moms 11
-01100011110 Bel-Air 12
-01100011110 Rents 12
-01100011110 Sunlight 12
-01100011110 Wholesalers 12
-01100011110 Shift 12
-01100011110 Stakes 12
-01100011110 Mathematics 12
-01100011110 Murders 12
-01100011110 Wash 12
-01100011110 Proposal 12
-01100011110 Chemistry 12
-01100011110 Speak 12
-01100011110 Riders 12
-01100011110 Drawings 12
-01100011110 Cookies 12
-01100011110 Liberalism 12
-01100011110 Metropolis 12
-01100011110 Centuries 12
-01100011110 Dramatic 12
-01100011110 Dispensing 12
-01100011110 NOVA 12
-01100011110 TALKS 12
-01100011110 Voodoo 12
-01100011110 Satisfaction 12
-01100011110 Ships 12
-01100011110 Strangers 12
-01100011110 Level 12
-01100011110 OWNERS 12
-01100011110 Careers 12
-01100011110 MarketAmerica 12
-01100011110 Daughter 12
-01100011110 Robocop 12
-01100011110 Robots 12
-01100011110 Secure 12
-01100011110 Split 12
-01100011110 Alarm 12
-01100011110 Remote 12
-01100011110 EastEnders 12
-01100011110 Correct 12
-01100011110 Psycho 12
-01100011110 Able 12
-01100011110 Crunch 12
-01100011110 Foundations 12
-01100011110 Favor 12
-01100011110 Threat 12
-01100011110 Danger 12
-01100011110 Towns 12
-01100011110 Jokes 12
-01100011110 Alumni 12
-01100011110 Answers 12
-01100011110 Cookie 12
-01100011110 Fliers 12
-01100011110 Reforms 12
-01100011110 Collections 12
-01100011110 Huh 12
-01100011110 Hardball 12
-01100011110 Pros 12
-01100011110 Counseling 12
-01100011110 Plaintiff 12
-01100011110 r 12
-01100011110 Engineer 12
-01100011110 Radon 12
-01100011110 COMPUTERS 12
-01100011110 Voices 12
-01100011110 Conflict 12
-01100011110 Sunflowers 12
-01100011110 Pesticides 12
-01100011110 Step 12
-01100011110 nigger 12
-01100011110 Philanthropy 12
-01100011110 Collectors 12
-01100011110 Subtle 12
-01100011110 Seniors 12
-01100011110 Contact 13
-01100011110 Battles 13
-01100011110 Exclusive 13
-01100011110 Cure 13
-01100011110 Wartime 13
-01100011110 Accused 13
-01100011110 Shan 13
-01100011110 Horses 13
-01100011110 Panorama 13
-01100011110 Forever 13
-01100011110 Graduates 13
-01100011110 Elite 13
-01100011110 Gypsy 13
-01100011110 WARS 13
-01100011110 Trader 13
-01100011110 Feast 13
-01100011110 Examination 13
-01100011110 Rheingold 13
-01100011110 AMERICANS 13
-01100011110 Pieces 13
-01100011110 LAWYERS 13
-01100011110 Dangerous 13
-01100011110 Souls 13
-01100011110 Widow 13
-01100011110 Doonesbury 13
-01100011110 Enjoy 13
-01100011110 STAR 13
-01100011110 Sense 13
-01100011110 Sections 13
-01100011110 Meals 13
-01100011110 Directly 13
-01100011110 Godot 13
-01100011110 Federalism 13
-01100011110 Offers 13
-01100011110 Literally 13
-01100011110 Exempt 13
-01100011110 Profile 13
-01100011110 Solution 13
-01100011110 Choices 13
-01100011110 Armor 13
-01100011110 CARS 13
-01100011110 Runner 13
-01100011110 Singing 13
-01100011110 Portraits 13
-01100011110 Legacy 13
-01100011110 Fiction 13
-01100011110 Depreciation 13
-01100011110 Event 13
-01100011110 Sole 13
-01100011110 imperialists 13
-01100011110 Predator 13
-01100011110 Anger 14
-01100011110 Iliad 14
-01100011110 Suffering 14
-01100011110 Messiah 14
-01100011110 Guidelines 14
-01100011110 Discipline 14
-01100011110 Diamonds 14
-01100011110 Correction 14
-01100011110 Annuities 14
-01100011110 Frontiers 14
-01100011110 Application 14
-01100011110 Trains 14
-01100011110 Swimming 14
-01100011110 Desire 14
-01100011110 Done 14
-01100011110 Grains 14
-01100011110 poof 14
-01100011110 Mahabharata 14
-01100011110 Role 14
-01100011110 Handlers 14
-01100011110 Requiem 14
-01100011110 Struggle 14
-01100011110 Lies 14
-01100011110 Nude 14
-01100011110 Fantastic 14
-01100011110 Airplanes 14
-01100011110 Spreads 14
-01100011110 Brain 14
-01100011110 Rises 14
-01100011110 turbas 14
-01100011110 Whiskey 14
-01100011110 Forgotten 14
-01100011110 Devils 14
-01100011110 Dating 14
-01100011110 Bitter 14
-01100011110 Milagro 14
-01100011110 Acts 14
-01100011110 Innocent 15
-01100011110 Clerks 15
-01100011110 Plays 15
-01100011110 Fishermen 15
-01100011110 Weapon 15
-01100011110 Cheap 15
-01100011110 Radar 15
-01100011110 Heroes 15
-01100011110 Request 15
-01100011110 Mood 15
-01100011110 Financiers 15
-01100011110 Destruction 15
-01100011110 Nicky 15
-01100011110 Recruiters 15
-01100011110 Prisons 15
-01100011110 Stability 15
-01100011110 Autumn 15
-01100011110 Shooting 15
-01100011110 Reviews 15
-01100011110 Matewan 15
-01100011110 Attitudes 15
-01100011110 Fights 15
-01100011110 Autobiography 15
-01100011110 Secrecy 15
-01100011110 Airports 15
-01100011110 Adults 15
-01100011110 nomenklatura 15
-01100011110 Scene 15
-01100011110 Utamaro 15
-01100011110 Feelings 15
-01100011110 Fact 15
-01100011110 Pot 15
-01100011110 Intimate 15
-01100011110 Titus 15
-01100011110 Withholding 15
-01100011110 Deals 15
-01100011110 MANAGEMENT 15
-01100011110 Slam 16
-01100011110 Cooperatives 16
-01100011110 Examiners 16
-01100011110 Immigrants 16
-01100011110 Tactics 16
-01100011110 Promise 16
-01100011110 Museums 16
-01100011110 Mortgages 16
-01100011110 Preserve 16
-01100011110 Biography 16
-01100011110 Fragonard 16
-01100011110 Suppliers 16
-01100011110 Tuition 16
-01100011110 Survivors 16
-01100011110 Whoops 16
-01100011110 Wives 16
-01100011110 Soul 16
-01100011110 Exposure 16
-01100011110 Fare 16
-01100011110 Mess 16
-01100011110 Sample 16
-01100011110 Wiseguy 16
-01100011110 Roses 16
-01100011110 Swing 16
-01100011110 Peanuts 16
-01100011110 Privacy 16
-01100011110 Message 16
-01100011110 Opinions 16
-01100011110 Entrepreneurship 16
-01100011110 Delay 16
-01100011110 Maus 16
-01100011110 Consensus 16
-01100011110 SECURITY 16
-01100011110 Enemy 16
-01100011110 Antigone 16
-01100011110 Flashdance 16
-01100011110 Prescription 16
-01100011110 RESEARCHERS 16
-01100011110 Gosh 16
-01100011110 Auctions 16
-01100011110 Offer 16
-01100011110 Chaos 16
-01100011110 Lesson 16
-01100011110 Ahead 16
-01100011110 Turns 16
-01100011110 Modernization 17
-01100011110 Myth 17
-01100011110 Divorce 17
-01100011110 hearsay 17
-01100011110 Volunteers 17
-01100011110 Intellectuals 17
-01100011110 Hooperman 17
-01100011110 Bold 17
-01100011110 cohabitation 17
-01100011110 Founder 17
-01100011110 Checks 17
-01100011110 Item 17
-01100011110 Characters 17
-01100011110 Prisoners 17
-01100011110 AW 17
-01100011110 Trusts 17
-01100011110 Aida 17
-01100011110 Prosperity 17
-01100011110 Guns 17
-01100011110 Surveillance 17
-01100011110 Comment 17
-01100011110 Velvet 17
-01100011110 Suit 17
-01100011110 Attack 17
-01100011110 Scenes 17
-01100011110 MANAGERS 17
-01100011110 Aspirin 17
-01100011110 Gilts 17
-01100011110 Minoxidil 17
-01100011110 Mondo 17
-01100011110 Composers 17
-01100011110 Fever 18
-01100011110 Terrorism 18
-01100011110 Hotline 18
-01100011110 Cocktail 18
-01100011110 Confessions 18
-01100011110 Geography 18
-01100011110 Scholar 18
-01100011110 Diner 18
-01100011110 COSTS 18
-01100011110 Trees 18
-01100011110 Darkness 18
-01100011110 Dragnet 18
-01100011110 Drama 18
-01100011110 Feed 18
-01100011110 Surprise 18
-01100011110 MAKERS 18
-01100011110 Available 18
-01100011110 Paintings 18
-01100011110 Priority 18
-01100011110 Biggest 18
-01100011110 Rebels 18
-01100011110 Bonfire 18
-01100011110 Diplomacy 18
-01100011110 Hunting 18
-01100011110 mens 19
-01100011110 Exhibition 19
-01100011110 Mixed 19
-01100011110 Hunters 19
-01100011110 Views 19
-01100011110 Faces 19
-01100011110 TAXES 19
-01100011110 Vacation 19
-01100011110 Athletes 19
-01100011110 Gambling 19
-01100011110 Libra 19
-01100011110 Tosca 19
-01100011110 Alien 19
-01100011110 Punishment 19
-01100011110 Vremya 19
-01100011110 Gifts 19
-01100011110 Scholars 19
-01100011110 Winds 19
-01100011110 Flip 19
-01100011110 Subsidies 19
-01100011110 Revenge 19
-01100011110 Roads 19
-01100011110 MASH 19
-01100011110 Semiconductors 19
-01100011110 Donors 19
-01100011110 Hat 19
-01100011110 Speech 20
-01100011110 Offices 20
-01100011110 ART 20
-01100011110 Brigade 20
-01100011110 Rugby 20
-01100011110 Sad 20
-01100011110 Literature 20
-01100011110 Gain 20
-01100011110 Least 20
-01100011110 Franchising 20
-01100011110 Moves 20
-01100011110 Racism 20
-01100011110 Judgment 20
-01100011110 Frontline 20
-01100011110 Conspiracy 20
-01100011110 Dancers 20
-01100011110 Humor 20
-01100011110 Directions 20
-01100011110 Tears 20
-01100011110 Fan 20
-01100011110 Status 20
-01100011110 Tex 20
-01100011110 Points 20
-01100011110 Actions 20
-01100011110 Effects 21
-01100011110 MORGAN 21
-01100011110 Shows 21
-01100011110 Lock 21
-01100011110 Alternatives 21
-01100011110 Turandot 21
-01100011110 Transactions 21
-01100011110 Reach 21
-01100011110 Champagne 21
-01100011110 Scandal 21
-01100011110 Dates 21
-01100011110 Friendship 21
-01100011110 Romance 21
-01100011110 CAR 21
-01100011110 Rusalka 21
-01100011110 DAY 21
-01100011110 Babies 21
-01100011110 Trim 21
-01100011110 Clothes 21
-01100011110 Ye 21
-01100011110 Reunion 22
-01100011110 Date 22
-01100011110 Personality 22
-01100011110 Impossible 22
-01100011110 Hearts 22
-01100011110 Mysteries 22
-01100011110 Compliance 22
-01100011110 Switching 22
-01100011110 Marriage 22
-01100011110 Peasants 22
-01100011110 Auditors 22
-01100011110 Escape 22
-01100011110 Secretaries 22
-01100011110 Rivals 22
-01100011110 Partnerships 22
-01100011110 Author 22
-01100011110 Nights 22
-01100011110 Fishing 22
-01100011110 Guides 22
-01100011110 Artist 22
-01100011110 Alone 22
-01100011110 Numbers 22
-01100011110 Mean 22
-01100011110 Neighbors 22
-01100011110 Heads 22
-01100011110 Cleaning 22
-01100011110 Greed 22
-01100011110 Professors 22
-01100011110 Moonstruck 22
-01100011110 Tradition 22
-01100011110 Autos 23
-01100011110 Actress 23
-01100011110 Patience 23
-01100011110 superstation 23
-01100011110 Cholesterol 23
-01100011110 Efficiency 23
-01100011110 Smoke 23
-01100011110 Recession 23
-01100011110 Madness 23
-01100011110 Rating 23
-01100011110 Planes 23
-01100011110 thirtysomething 23
-01100011110 Coverage 23
-01100011110 Vote 23
-01100011110 EXECUTIVES 23
-01100011110 Capitalism 23
-01100011110 Couples 23
-01100011110 Measures 23
-01100011110 Selection 23
-01100011110 Variations 23
-01100011110 Held 23
-01100011110 Bread 23
-01100011110 Twist 23
-01100011110 Verification 23
-01100011110 Crack 23
-01100011110 Butterfly 23
-01100011110 Lessons 23
-01100011110 Whites 23
-01100011110 Timing 23
-01100011110 Dogs 24
-01100011110 Cry 24
-01100011110 Showdown 24
-01100011110 Yogurt 24
-01100011110 Drink 24
-01100011110 Discrimination 24
-01100011110 Pathfinder 24
-01100011110 Images 24
-01100011110 Lot 24
-01100011110 Shot 24
-01100011110 ADS 24
-01100011110 Ghostbusters 24
-01100011110 Amerika 24
-01100011110 BANKS 24
-01100011110 Balance 24
-01100011110 Secrets 24
-01100011110 Diary 24
-01100011110 t 24
-01100011110 OFFICIALS 24
-01100011110 Steps 24
-01100011110 REAL 25
-01100011110 Celebration 25
-01100011110 Agreements 25
-01100011110 Creation 25
-01100011110 Movies 25
-01100011110 Season 25
-01100011110 Kiss 25
-01100011110 Sit 25
-01100011110 Painting 25
-01100011110 Mechanics 25
-01100011110 Luck 25
-01100011110 Garbage 25
-01100011110 Thing 25
-01100011110 WEST 25
-01100011110 Reality 25
-01100011110 Homeowners 25
-01100011110 Gathering 25
-01100011110 Aliens 25
-01100011110 Apartheid 25
-01100011110 Tune 26
-01100011110 Eggs 26
-01100011110 Viva 26
-01100011110 Wear 26
-01100011110 Stress 26
-01100011110 Taxi 26
-01100011110 Cover 26
-01100011110 Tall 26
-01100011110 Terrorist 26
-01100011110 Hunger 26
-01100011110 Cuts 26
-01100011110 Disaster 26
-01100011110 Greatest 26
-01100011110 Cheers 26
-01100011110 Headquarters 26
-01100011110 Programming 26
-01100011110 Them 26
-01100011110 Incentives 26
-01100011110 Controllers 26
-01100011110 Touch 27
-01100011110 Midnight 27
-01100011110 Window 27
-01100011110 Regulations 27
-01100011110 Miners 27
-01100011110 Taste 27
-01100011110 Beat 27
-01100011110 Practice 27
-01100011110 List 27
-01100011110 Bride 27
-01100011110 Fires 27
-01100011110 Innovation 27
-01100011110 Decline 27
-01100011110 i 27
-01100011110 Oedipus 27
-01100011110 Inventory 27
-01100011110 Concert 27
-01100011110 Exercise 27
-01100011110 Sign 27
-01100011110 Hands 27
-01100011110 Ready 28
-01100011110 Straight 28
-01100011110 Hour 28
-01100011110 Irises 28
-01100011110 DON 28
-01100011110 20/20 28
-01100011110 Dollars 28
-01100011110 Deficit 28
-01100011110 Missing 28
-01100011110 Lab 28
-01100011110 Nightmare 28
-01100011110 Poison 28
-01100011110 Incredible 28
-01100011110 Ha 29
-01100011110 Month 29
-01100011110 Manon 29
-01100011110 Words 29
-01100011110 Trilogy 29
-01100011110 Funny 29
-01100011110 Wheels 29
-01100011110 Warning 29
-01100011110 CREDIT 29
-01100011110 Frankenstein 29
-01100011110 Pollution 29
-01100011110 Tales 29
-01100011110 Interview 29
-01100011110 Lunch 29
-01100011110 Advice 30
-01100011110 Crimes 30
-01100011110 Wanted 30
-01100011110 Suits 30
-01100011110 INVESTORS 30
-01100011110 Rally 30
-01100011110 Folks 30
-01100011110 Vehicles 30
-01100011110 Bondholders 30
-01100011110 WE 30
-01100011110 Moments 30
-01100011110 Participation 30
-01100011110 WORKERS 30
-01100011110 Names 31
-01100011110 Survival 31
-01100011110 Problem 31
-01100011110 Lulu 31
-01100011110 PEOPLE 31
-01100011110 Colors 31
-01100011110 Dealing 31
-01100011110 Vacations 31
-01100011110 Macbeth 31
-01100011110 Streets 31
-01100011110 Nurses 31
-01100011110 Religion 31
-01100011110 Walk 31
-01100011110 Strength 32
-01100011110 Mothers 32
-01100011110 Away 32
-01100011110 Corruption 32
-01100011110 Door 32
-01100011110 Birth 32
-01100011110 Elections 32
-01100011110 Glory 32
-01100011110 Dreams 32
-01100011110 Slap 32
-01100011110 ALF 32
-01100011110 Jaws 32
-01100011110 Universities 32
-01100011110 Purple 33
-01100011110 Adoption 33
-01100011110 Own 34
-01100011110 Teaching 34
-01100011110 Songs 34
-01100011110 Opportunities 34
-01100011110 Hair 34
-01100011110 Track 34
-01100011110 Returns 34
-01100011110 Initiatives 34
-01100011110 Magnum 34
-01100011110 Trustees 34
-01100011110 Bravo 35
-01100011110 Fight 35
-01100011110 Reporting 35
-01100011110 Policies 35
-01100011110 Chance 35
-01100011110 Moonlighting 35
-01100011110 Passion 35
-01100011110 Strikes 35
-01100011110 Confidence 35
-01100011110 Score 35
-01100011110 Charge 35
-01100011110 Plants 35
-01100011110 Nonsense 35
-01100011110 Knowledge 36
-01100011110 Railroads 36
-01100011110 Toxic 36
-01100011110 Break 36
-01100011110 Fly 36
-01100011110 Places 37
-01100011110 Ties 37
-01100011110 LAW 37
-01100011110 Alive 38
-01100011110 Journalists 38
-01100011110 Housekeeping 38
-01100011110 Articles 38
-01100011110 Spitz 38
-01100011110 Birds 38
-01100011110 Architecture 38
-01100011110 Debate 38
-01100011110 Portrait 38
-01100011110 Beautiful 39
-01100011110 Chess 39
-01100011110 Auction 39
-01100011110 Fellow 39
-01100011110 Doctor 39
-01100011110 Nutcracker 39
-01100011110 Sanctions 39
-01100011110 Liquidity 39
-01100011110 SALES 39
-01100011110 Dragon 39
-01100011110 Lives 39
-01100011110 MAY 39
-01100011110 Mystery 39
-01100011110 Perestroika 39
-01100011110 Planners 40
-01100011110 Question 40
-01100011110 Wealth 40
-01100011110 Dividend 40
-01100011110 Language 40
-01100011110 Concept 40
-01100011110 Cinderella 41
-01100011110 Consumption 41
-01100011110 Refugees 41
-01100011110 Professionals 41
-01100011110 Bulls 41
-01100011110 Authors 41
-01100011110 Factories 41
-01100011110 Ishtar 42
-01100011110 Editors 42
-01100011110 Months 42
-01100011110 Parties 42
-01100011110 Tops 42
-01100011110 Batman 43
-01100011110 Importers 43
-01100011110 Tiny 43
-01100011110 Stand 43
-01100011110 Supplies 43
-01100011110 Cats 43
-01100011110 Pop 43
-01100011110 Designers 43
-01100011110 Fast 43
-01100011110 Hamlet 44
-01100011110 Restructuring 44
-01100011110 Ideas 44
-01100011110 Violence 44
-01100011110 Intervention 44
-01100011110 Guys 44
-01100011110 Perfect 44
-01100011110 Circulation 44
-01100011110 Values 44
-01100011110 Trend 44
-01100011110 Cat 45
-01100011110 Murder 45
-01100011110 Journey 45
-01100011110 Areas 45
-01100011110 Jeopardy 45
-01100011110 Exporters 45
-01100011110 Giselle 45
-01100011110 Parking 46
-01100011110 Play 46
-01100011110 Visitors 46
-01100011110 Lands 46
-01100011110 Doc 47
-01100011110 Eyes 47
-01100011110 Speed 48
-01100011110 Shoppers 48
-01100011110 Translation 48
-01100011110 Soldiers 48
-01100011110 Communities 49
-01100011110 Enough 49
-01100011110 Surveys 49
-01100011110 Guess 49
-01100011110 Laws 49
-01100011110 Fraud 49
-01100011110 Weekend 50
-01100011110 Entrepreneurs 50
-01100011110 Facts 50
-01100011110 Payment 50
-01100011110 Fat 50
-01100011110 Biosystems 51
-01100011110 Rise 51
-01100011110 Strange 51
-01100011110 Rain 51
-01100011110 Projects 51
-01100011110 Generation 51
-01100011110 Candidates 51
-01100011110 Issue 51
-01100011110 Hoosiers 51
-01100011110 Applications 52
-01100011110 Body 52
-01100011110 Truth 53
-01100011110 Pool 53
-01100011110 UNION 53
-01100011110 Complex 54
-01100011110 Experience 54
-01100011110 Ring 54
-01100011110 Move 54
-01100011110 Pricing 54
-01100011110 Focus 54
-01100011110 Publication 55
-01100011110 Nightline 55
-01100011110 Dirty 55
-01100011110 Roseanne 56
-01100011110 Bills 56
-01100011110 Mind 56
-01100011110 Benefits 57
-01100011110 Victims 57
-01100011110 Concerto 57
-01100011110 Colleges 58
-01100011110 Passengers 58
-01100011110 Ground 58
-01100011110 Happy 59
-01100011110 Horse 59
-01100011110 Houses 59
-01100011110 Regulation 59
-01100011110 Quarter 60
-01100011110 Compensation 60
-01100011110 Sex 60
-01100011110 Meeting 61
-01100011110 Contractors 61
-01100011110 Commissioners 62
-01100011110 E.T. 62
-01100011110 BUSINESS 62
-01100011110 Train 63
-01100011110 Girls 63
-01100011110 Wrong 64
-01100011110 Nice 64
-01100011110 Moon 65
-01100011110 Agencies 65
-01100011110 Privatization 65
-01100011110 Decisions 66
-01100011110 Broadcasters 66
-01100011110 Officers 67
-01100011110 Stories 68
-01100011110 J 68
-01100011110 ... 69
-01100011110 Smoking 70
-01100011110 Drawing 71
-01100011110 Victory 73
-01100011110 Rental 73
-01100011110 Agents 73
-01100011110 Schools 73
-01100011110 Really 74
-01100011110 Married 74
-01100011110 Dream 74
-01100011110 Loans 75
-01100011110 Seasons 75
-01100011110 Events 75
-01100011110 Passage 75
-01100011110 N 77
-01100011110 Angels 77
-01100011110 Testing 77
-01100011110 YOU 80
-01100011110 Taxes 80
-01100011110 Willow 83
-01100011110 Performance 84
-01100011110 Note 85
-01100011110 Dead 85
-01100011110 Glasnost 86
-01100011110 Programs 86
-01100011110 Return 86
-01100011110 Legislation 86
-01100011110 Courts 88
-01100011110 Players 88
-01100011110 Beauty 89
-01100011110 Wave 89
-01100011110 Investing 90
-01100011110 Eye 90
-01100011110 Tour 91
-01100011110 Letters 92
-01100011110 Risk 92
-01100011110 Patients 92
-01100011110 Families 93
-01100011110 Anybody 94
-01100011110 Dear 95
-01100011110 Blacks 95
-01100011110 Stars 98
-01100011110 Girl 98
-01100011110 Dynasty 99
-01100011110 Win 99
-01100011110 Problems 102
-01100011110 Businesses 103
-01100011110 Notes 104
-01100011110 Parents 108
-01100011110 Opinion 109
-01100011110 Change 110
-01100011110 Edge 113
-01100011110 Jazz 114
-01100011110 Carriers 115
-01100011110 Physicians 116
-01100011110 Costs 116
-01100011110 Test 118
-01100011110 Death 120
-01100011110 Tonight 120
-01100011110 Living 121
-01100011110 Taxpayers 121
-01100011110 Room 122
-01100011110 Advertisers 123
-01100011110 Judges 124
-01100011110 Me 126
-01100011110 Success 126
-01100011110 Coming 127
-01100011110 Standing 128
-01100011110 Drugs 129
-01100011110 Platoon 131
-01100011110 Crime 131
-01100011110 Hours 132
-01100011110 Hospitals 133
-01100011110 Parts 133
-01100011110 Born 133
-01100011110 Rambo 138
-01100011110 Corporations 139
-01100011110 Watch 146
-01100011110 Manager 147
-01100011110 Accountants 151
-01100011110 Debt 152
-01100011110 Support 154
-01100011110 Firms 155
-01100011110 Politics 161
-01100011110 Engineers 161
-01100011110 Producers 166
-01100011110 Unions 168
-01100011110 Issues 184
-01100011110 Buyers 185
-01100011110 Go 185
-01100011110 Portfolio 186
-01100011110 Competition 186
-01100011110 Kids 192
-01100011110 Customers 197
-01100011110 Employers 202
-01100011110 Years 205
-01100011110 Students 206
-01100011110 Managers 211
-01100011110 History 216
-01100011110 Work 217
-01100011110 Funds 226
-01100011110 Typical 245
-01100011110 Computers 246
-01100011110 Consultants 248
-01100011110 Working 262
-01100011110 Us 294
-01100011110 Men 312
-01100011110 Look 321
-01100011110 R 334
-01100011110 Reports 418
-01100011110 Children 438
-01100011110 Employees 439
-01100011110 Real 586
-01100011110 Women 587
-01100011110 Right 632
-01100011110 Consumers 705
-01100011110 Interest 712
-01100011110 Companies 903
-01100011110 Money 932
-01100011110 Banks 1181
-01100011110 Workers 1398
-01100011110 Investors 3319
-01100011110 People 3621
-01100011111 Molinar 1
-01100011111 Requires 1
-01100011111 Baudoin 1
-01100011111 Pacepa 1
-01100011111 Two-Shoes 1
-01100011111 Aniello 1
-01100011111 Ruocheng 1
-01100011111 Aisin-Gioro 1
-01100011111 49/28 1
-01100011111 Guardiano 1
-01100011111 Coie 1
-01100011111 McLuhan 1
-01100011111 Hartke 1
-01100011111 Narcissist 1
-01100011111 Brisko 1
-01100011111 Delfino 1
-01100011111 Ranen 1
-01100011111 Zinchuk 1
-01100011111 McCoskey 1
-01100011111 Berrondo 1
-01100011111 Olmedo 1
-01100011111 Aries/600 1
-01100011111 Jum 1
-01100011111 Feo 1
-01100011111 defoliants 1
-01100011111 Coq 1
-01100011111 Fraiche 1
-01100011111 Gamlen 1
-01100011111 Schuyt 1
-01100011111 Northwest-based 1
-01100011111 Assortment 1
-01100011111 Bjoerk 1
-01100011111 Okeson 1
-01100011111 Meo 1
-01100011111 Osegueda 1
-01100011111 Haberdashers 1
-01100011111 Island-type 1
-01100011111 Metropolitans 1
-01100011111 Fajerson 1
-01100011111 Hingson 1
-01100011111 Ermy 1
-01100011111 Siporin 1
-01100011111 Schoof 1
-01100011111 Gardeur 1
-01100011111 Nesses 1
-01100011111 Brigdale 1
-01100011111 Olins 1
-01100011111 Bauw 1
-01100011111 Malespin 1
-01100011111 Brodfeld 1
-01100011111 Omni-Plymouth 1
-01100011111 Mesones 1
-01100011111 Cisnero 1
-01100011111 12:13-21 1
-01100011111 Tak-Ching 1
-01100011111 Maccanico 1
-01100011111 Cleireachain 1
-01100011111 Ellender 1
-01100011111 Colom 1
-01100011111 Rubinsohn 1
-01100011111 solid-rocket-motor 1
-01100011111 Shiffrer 1
-01100011111 Montresor 1
-01100011111 businessman-developer 1
-01100011111 Reinicke 1
-01100011111 Werkzeugmaschinen 1
-01100011111 Potentializer 1
-01100011111 Fulscher 1
-01100011111 Holzhausen 1
-01100011111 Mackta 1
-01100011111 harpies 1
-01100011111 Ordinances 1
-01100011111 Symphoniques 1
-01100011111 Betanco 1
-01100011111 Ybarra-Rojas 1
-01100011111 Shocker 1
-01100011111 Hye 1
-01100011111 Mayoka 1
-01100011111 Buick-Nissan 1
-01100011111 Malmaison 1
-01100011111 Soon-Hak 1
-01100011111 family-shoe 1
-01100011111 Entertaiment 1
-01100011111 Gaylinn 1
-01100011111 Yiu 1
-01100011111 Na-yuet 1
-01100011111 Muzhi 1
-01100011111 Enzensberger 1
-01100011111 Munchausen 1
-01100011111 Alspaugh 1
-01100011111 chit-chats 1
-01100011111 Brasloff 1
-01100011111 Rifai 1
-01100011111 Mengzhen 1
-01100011111 Gasparian 1
-01100011111 Hiorns 1
-01100011111 Group/CNI 1
-01100011111 Huneycutt 1
-01100011111 Olympus. 1
-01100011111 dan 1
-01100011111 Gwarzo 1
-01100011111 Esham 1
-01100011111 Funian 1
-01100011111 Avino 1
-01100011111 Locales 1
-01100011111 Bosquet 1
-01100011111 malt-based 1
-01100011111 ibn 1
-01100011111 goblets 1
-01100011111 Thrower 1
-01100011111 Coultre 1
-01100011111 Thuilleaux 1
-01100011111 Veillard 1
-01100011111 sculptor-in-residence 1
-01100011111 Pitzer 1
-01100011111 Faut 1
-01100011111 Giubba 1
-01100011111 Hapo 1
-01100011111 Wooton 1
-01100011111 Cristos 1
-01100011111 Hin 1
-01100011111 Macayo 1
-01100011111 Bartleth 1
-01100011111 Bingshan 1
-01100011111 Chunhe 1
-01100011111 champion. 1
-01100011111 Ruoshui 1
-01100011111 Xianyang 1
-01100011111 Maggiore 1
-01100011111 Yungong 1
-01100011111 Nakache 1
-01100011111 Holliger 1
-01100011111 Edey 1
-01100011111 Layun 1
-01100011111 Alnafisi 1
-01100011111 Lewenthal 1
-01100011111 Benedettis 1
-01100011111 Carloses 1
-01100011111 Barbatalli 1
-01100011111 Blois 1
-01100011111 Callam 1
-01100011111 Goudonov 1
-01100011111 Skalbania 1
-01100011111 Doo-Young 1
-01100011111 LaSabre 1
-01100011111 Mazzoli 1
-01100011111 Han-yol 1
-01100011111 Kottman 1
-01100011111 Ex-Officer 1
-01100011111 Rentas 1
-01100011111 lefts 1
-01100011111 Virsaladze 1
-01100011111 Whiplash 1
-01100011111 Kibler 1
-01100011111 Un-Suh 1
-01100011111 Lix 1
-01100011111 controlee 1
-01100011111 Chengguang 1
-01100011111 Jinshan 1
-01100011111 Jianfeng 1
-01100011111 Hailin 1
-01100011111 Villes 1
-01100011111 Werbellin 1
-01100011111 al-Maktoum 1
-01100011111 Warr 1
-01100011111 Univers 1
-01100011111 Jacquillat 1
-01100011111 Huiping 1
-01100011111 Zhihui 1
-01100011111 Pickerell 1
-01100011111 Inserts 1
-01100011111 Sang-Soo 1
-01100011111 Moshensky 1
-01100011111 Kathwari 1
-01100011111 barbecue-rib 1
-01100011111 14a-3 1
-01100011111 Xingqing 1
-01100011111 Hollenstein 1
-01100011111 moonlanding 1
-01100011111 Mingzhi 1
-01100011111 Zhenghua 1
-01100011111 Geeski 1
-01100011111 V.M.D. 1
-01100011111 Barrette 1
-01100011111 Hillsgrove 1
-01100011111 Schavrien 1
-01100011111 Salvan 1
-01100011111 Watermaster 1
-01100011111 Luzar 1
-01100011111 General-affiliated 1
-01100011111 Barbas 1
-01100011111 Futian 1
-01100011111 Dunsong 1
-01100011111 Hondt 1
-01100011111 MacRury 1
-01100011111 Diekoetter 1
-01100011111 Yelland 1
-01100011111 Reiman 1
-01100011111 Chung-Hoon 1
-01100011111 YongJa 1
-01100011111 Charrington 1
-01100011111 Kuang-chien 1
-01100011111 Yu-ching 1
-01100011111 Hills-style 1
-01100011111 Tourhotel 1
-01100011111 Grau 1
-01100011111 Toque 1
-01100011111 Carvajal 1
-01100011111 Tulasne 1
-01100011111 Gorre 1
-01100011111 Muehlmann 1
-01100011111 sheepdogs 1
-01100011111 Misaka 1
-01100011111 Sepio 1
-01100011111 Dornfeld 1
-01100011111 Grosche 1
-01100011111 16/29a 1
-01100011111 Hiriart-Balderrama 1
-01100011111 Delcambre 1
-01100011111 Waialeale 1
-01100011111 Bettleheim 1
-01100011111 dreamland 1
-01100011111 Pahilga 1
-01100011111 Sanchis 1
-01100011111 Kwae 1
-01100011111 Mansdorf 1
-01100011111 Kernel 1
-01100011111 Weitsen 1
-01100011111 Vorkin 1
-01100011111 Stonesifer 1
-01100011111 Jennett 1
-01100011111 Hoodbhoy 1
-01100011111 Gasces 1
-01100011111 Marmolejo 1
-01100011111 Santeiro 1
-01100011111 istry 1
-01100011111 Stats 1
-01100011111 Commmunication 1
-01100011111 Gainey 1
-01100011111 City-owned 1
-01100011111 cake-mix 1
-01100011111 Marroquin 1
-01100011111 Weese 1
-01100011111 Senfleben 1
-01100011111 Plesser 1
-01100011111 Bong-Hwan 1
-01100011111 Shortwave 1
-01100011111 Adabachian 1
-01100011111 offfice 1
-01100011111 Shwarma 1
-01100011111 Tableaux 1
-01100011111 Tomasini 1
-01100011111 Milde 1
-01100011111 Kirchhausen 1
-01100011111 Jabalera 1
-01100011111 boue 1
-01100011111 Abdul-Hadi 1
-01100011111 Samadikun 1
-01100011111 methode 1
-01100011111 Jingkun 1
-01100011111 Mpanda 1
-01100011111 Harnoncourt 1
-01100011111 Llona 1
-01100011111 Lianfu 1
-01100011111 Shangyu 1
-01100011111 Forssman 1
-01100011111 Wallensky 1
-01100011111 depute 1
-01100011111 Acquarone 1
-01100011111 Imel 1
-01100011111 Schisgal 1
-01100011111 Zenghai 1
-01100011111 In-jaw 1
-01100011111 Riveira 1
-01100011111 Pergolesi 1
-01100011111 Stomper 1
-01100011111 Bunshaft 1
-01100011111 Frederici 1
-01100011111 Salolainen 1
-01100011111 400s 1
-01100011111 Aviner 1
-01100011111 Rayford 1
-01100011111 Goerner 1
-01100011111 Zhaoguo 1
-01100011111 Pinqing 1
-01100011111 Dembsky 1
-01100011111 McAdory 1
-01100011111 Ferror 1
-01100011111 Saldanha 1
-01100011111 Botica 1
-01100011111 Buescher 1
-01100011111 Froelen 1
-01100011111 Jacmel 1
-01100011111 Germucio 1
-01100011111 Sieben 1
-01100011111 pertness 1
-01100011111 Reehling 1
-01100011111 Stegner 1
-01100011111 Sueur 1
-01100011111 Lagrave 1
-01100011111 guyed 1
-01100011111 Pignatelli 1
-01100011111 Memon 1
-01100011111 Woebegon 1
-01100011111 Tremaine 1
-01100011111 Youngkook 1
-01100011111 Musket 1
-01100011111 Javanalikikorn 1
-01100011111 Lemnitzer 1
-01100011111 &McMeel 1
-01100011111 Megalon 1
-01100011111 Hampers 1
-01100011111 bookbag 1
-01100011111 Tub 1
-01100011111 rockfish 1
-01100011111 AmeriSuite 1
-01100011111 Poidevin 1
-01100011111 Guiyi 1
-01100011111 Benhao 1
-01100011111 al-Masri 1
-01100011111 Piatti 1
-01100011111 Flassbeck 1
-01100011111 Heisenberg 1
-01100011111 amnestia 1
-01100011111 Merceron 1
-01100011111 Kotite 1
-01100011111 Hillhouse 1
-01100011111 Zednick 1
-01100011111 Brinckerhoff 1
-01100011111 Ninghsiang 1
-01100011111 Ratowsky 1
-01100011111 Petracchi 1
-01100011111 Sperlazza 1
-01100011111 nuclear-free-zone 1
-01100011111 Thanesvorakul 1
-01100011111 Droit 1
-01100011111 O.H.L. 1
-01100011111 Maull 1
-01100011111 Favorita 1
-01100011111 Trulzsch 1
-01100011111 Varia 1
-01100011111 Pokem 1
-01100011111 Cakobau 1
-01100011111 Huabiao 1
-01100011111 Cinematographiques 1
-01100011111 andirons 1
-01100011111 Washabaugh 1
-01100011111 chispa 1
-01100011111 Nardinelli 1
-01100011111 Jong-shong 1
-01100011111 ville 1
-01100011111 batallions 1
-01100011111 airborne-warning-and-control-system 1
-01100011111 Kontecki 1
-01100011111 Niessen 1
-01100011111 Woroniak 1
-01100011111 County-based 1
-01100011111 Schrumpf 1
-01100011111 Shaogang 1
-01100011111 Guangdi 1
-01100011111 Ruiyong 1
-01100011111 Belges 1
-01100011111 Houze 1
-01100011111 Dekker 1
-01100011111 Jie 1
-01100011111 Hamblin 1
-01100011111 Cruso 1
-01100011111 Ringle 1
-01100011111 Andrzejewski 1
-01100011111 Jiafan 1
-01100011111 Hiajun 1
-01100011111 Kaicheng 1
-01100011111 Lamkin 1
-01100011111 Colada 1
-01100011111 Erchia 1
-01100011111 Dixin 1
-01100011111 Baader 1
-01100011111 Tittel 1
-01100011111 Brunetti 1
-01100011111 Isbell 1
-01100011111 Nios 1
-01100011111 Filipopoulos 1
-01100011111 Velta 1
-01100011111 Abbes 1
-01100011111 Fleecer 1
-01100011111 T-1000s 1
-01100011111 Bay-based 1
-01100011111 Saijwar 1
-01100011111 Delang 1
-01100011111 Valley-based 1
-01100011111 Ken-Suk 1
-01100011111 Alliance. 1
-01100011111 Springs-area 1
-01100011111 Metabolism 1
-01100011111 Roston 1
-01100011111 Solidaridad 1
-01100011111 Schulfer 1
-01100011111 Tausz 1
-01100011111 Sanz 1
-01100011111 TRAVAUX 1
-01100011111 Tingcheng 1
-01100011111 Bitensky 1
-01100011111 Zarate 1
-01100011111 colorliner 1
-01100011111 Backenroth 1
-01100011111 Liposomes 1
-01100011111 Clinic/Deaconess 1
-01100011111 Kornik 1
-01100011111 Progress-Times 1
-01100011111 Gaters 1
-01100011111 Pavlovsky 1
-01100011111 Tseung 1
-01100011111 Comenius 1
-01100011111 Siwoff 1
-01100011111 Sonderling 1
-01100011111 Sannino 1
-01100011111 TV-retailer 1
-01100011111 Callaghans 1
-01100011111 Lebens-Versicherungs-Gesellschaft 1
-01100011111 well-patterned 1
-01100011111 Babakian 1
-01100011111 Klaw 1
-01100011111 Trashmore 1
-01100011111 Vieillard 1
-01100011111 Pincher 1
-01100011111 Kisor 1
-01100011111 Kezhong 1
-01100011111 Hengyuan 1
-01100011111 Guifeng 1
-01100011111 Skrowaczewski 1
-01100011111 Toffee 1
-01100011111 Ravino 1
-01100011111 Kociolak 1
-01100011111 offre 1
-01100011111 prefectures 1
-01100011111 Buick-Subaru 1
-01100011111 Gartenberg 1
-01100011111 Sanctis 1
-01100011111 Refai 1
-01100011111 Forquer 1
-01100011111 Merican 1
-01100011111 Speel 1
-01100011111 Pegaso 1
-01100011111 Reiswig 1
-01100011111 Perahia 1
-01100011111 Estorino 1
-01100011111 madrugada 1
-01100011111 Changfa 1
-01100011111 Quanzuo 1
-01100011111 Xiuhua 1
-01100011111 Prato 1
-01100011111 Gestermann 1
-01100011111 Parasiuk 1
-01100011111 Bachelder 1
-01100011111 Zhaoruo 1
-01100011111 Twer 1
-01100011111 Neathercoat 1
-01100011111 Mtwa 1
-01100011111 Sopkin 1
-01100011111 cerveza 1
-01100011111 Elbel 1
-01100011111 Falls-based 1
-01100011111 Terrier 1
-01100011111 Schonebeck 1
-01100011111 Ita-liano 1
-01100011111 Zunino 1
-01100011111 Zarling 1
-01100011111 Odham 1
-01100011111 Tahoe-area 1
-01100011111 Watterson 1
-01100011111 Choreographers 1
-01100011111 Mo-ping 1
-01100011111 Sejong 1
-01100011111 Chishti 1
-01100011111 XXV 1
-01100011111 Faggioli 1
-01100011111 Metallurgic 1
-01100011111 Watershed 1
-01100011111 Loftin 1
-01100011111 Pagnell 1
-01100011111 Skyhawk-Oldsmobile 1
-01100011111 executivies 1
-01100011111 Branard 1
-01100011111 Hoggart 1
-01100011111 Bortell 1
-01100011111 Lombarda 1
-01100011111 Tafoya 1
-01100011111 Parascenzo 1
-01100011111 Sowerwine 1
-01100011111 Concheiro 1
-01100011111 Sophonpanich 1
-01100011111 albicans 1
-01100011111 Boccanegra 1
-01100011111 Crame 1
-01100011111 Wadlington 1
-01100011111 Dioxide 1
-01100011111 Cuisines 1
-01100011111 Allessio 1
-01100011111 Artagnan 1
-01100011111 Chienshien 1
-01100011111 Church-connected 1
-01100011111 Leisler 1
-01100011111 Masotti 1
-01100011111 EAUX 1
-01100011111 Quickset 1
-01100011111 Travelair 1
-01100011111 Pichon 1
-01100011111 Topridge 1
-01100011111 Kora 1
-01100011111 Teichert 1
-01100011111 Frisby 1
-01100011111 Cumaraswamy 1
-01100011111 tirania 1
-01100011111 Oller 1
-01100011111 Savoye 1
-01100011111 Jenney 1
-01100011111 Antonelliana 1
-01100011111 Fith 1
-01100011111 Jarrousse 1
-01100011111 Rife 1
-01100011111 Jiaheng 1
-01100011111 Dipper 1
-01100011111 Albums 1
-01100011111 Vantrease 1
-01100011111 Songfeng 1
-01100011111 Etsu 1
-01100011111 Mavag 1
-01100011111 Ellstein 1
-01100011111 vieille 1
-01100011111 McKinon 1
-01100011111 Xin 1
-01100011111 Yidong 1
-01100011111 Bustillo 1
-01100011111 Kruh 1
-01100011111 Gowanus 1
-01100011111 Kinsmen 1
-01100011111 Metallurgie 1
-01100011111 Soiman 1
-01100011111 Faolain 1
-01100011111 Jiashan 1
-01100011111 Sereno 1
-01100011111 Byung-mun 1
-01100011111 Suayluk 1
-01100011111 Cantey 1
-01100011111 Mercantils 1
-01100011111 Interpreted 1
-01100011111 D1-W 1
-01100011111 Gentil 1
-01100011111 Hinman 1
-01100011111 Hermansen 1
-01100011111 Soenksen 1
-01100011111 Fadiman 1
-01100011111 Locle 1
-01100011111 Maconochie 1
-01100011111 Creason 1
-01100011111 Houzi 1
-01100011111 Treadmills 1
-01100011111 Yosnow 1
-01100011111 Bartoletti 1
-01100011111 Unsuh 1
-01100011111 Hong-Kyu 1
-01100011111 LaForce 1
-01100011111 Cinematographique 1
-01100011111 Corriedoa 1
-01100011111 Valance 1
-01100011111 Ctiy 1
-01100011111 Graf/Roper 1
-01100011111 boeuf 1
-01100011111 Defibrator 1
-01100011111 Cong-Chol 1
-01100011111 Arrechea 1
-01100011111 Telegraaf 1
-01100011111 Schulhan 1
-01100011111 Keffee 1
-01100011111 Bakalar 1
-01100011111 Chun-on 1
-01100011111 Bonczek 1
-01100011111 Aboussie 1
-01100011111 Banfi 1
-01100011111 Pergola 1
-01100011111 Pake 1
-01100011111 Bluesberry 1
-01100011111 Picher 1
-01100011111 Whorehouse 1
-01100011111 Leoni 1
-01100011111 Jandl 1
-01100011111 Bobcats 1
-01100011111 Soother 1
-01100011111 Lorientais 1
-01100011111 Tabou 1
-01100011111 Mephisto 1
-01100011111 Parrr-tee 1
-01100011111 Thapa 1
-01100011111 Huegel 1
-01100011111 Bruce-Novoa 1
-01100011111 2000/Sunbird 1
-01100011111 Decaluwe 1
-01100011111 Quainn 1
-01100011111 Dunxun 1
-01100011111 Maskenozha 1
-01100011111 Erdem 1
-01100011111 Gayoso 1
-01100011111 Coffees 1
-01100011111 Cappetta 1
-01100011111 Coghill 1
-01100011111 Philharmoniker 1
-01100011111 Weilin 1
-01100011111 Kejian 1
-01100011111 Illustrations 1
-01100011111 Kumgang 1
-01100011111 Prudente 1
-01100011111 Opico 1
-01100011111 Lawsmiths 1
-01100011111 Softworks 1
-01100011111 Kath 1
-01100011111 star-gazer 1
-01100011111 Steifel 1
-01100011111 Dermatologics 1
-01100011111 Seeker 1
-01100011111 15/17 1
-01100011111 Frayser 1
-01100011111 Vivienda 1
-01100011111 Shaaban 1
-01100011111 Crees 1
-01100011111 Institute. 1
-01100011111 Fty 1
-01100011111 Broadasting 1
-01100011111 testfied 1
-01100011111 Fjelstad 1
-01100011111 Stoutt 1
-01100011111 Stalone 1
-01100011111 Yangles 1
-01100011111 Boccitto 1
-01100011111 Radecic 1
-01100011111 Townsen 1
-01100011111 Spicewood 1
-01100011111 Shaevitz 1
-01100011111 Dudevant 1
-01100011111 Ferrero 1
-01100011111 Pen-jen 1
-01100011111 Marenco 1
-01100011111 Kort 1
-01100011111 Kenley 1
-01100011111 Yuanzhou 1
-01100011111 Gekkos 1
-01100011111 McCanless 1
-01100011111 Solmon 1
-01100011111 surgest 1
-01100011111 Bisceglie 1
-01100011111 Zawia 1
-01100011111 Manesse 1
-01100011111 Yansheng 1
-01100011111 Drigo 1
-01100011111 Arnon 1
-01100011111 Loux 1
-01100011111 Gatherer 1
-01100011111 Munnich 1
-01100011111 Ballenger 1
-01100011111 Strasberg 1
-01100011111 Xiaoman 1
-01100011111 Besins 1
-01100011111 Mohtashami 1
-01100011111 Radziwill 1
-01100011111 Edibel 1
-01100011111 Salom 1
-01100011111 Ferriter 1
-01100011111 Times-Observer 1
-01100011111 48/17B 1
-01100011111 Cincotta 1
-01100011111 Sc.D. 1
-01100011111 Cybulski 1
-01100011111 Brauman 1
-01100011111 Chayet 1
-01100011111 Gongrong 1
-01100011111 Herald-Post 1
-01100011111 al-Faysal 1
-01100011111 Ke 1
-01100011111 Gonclaves 1
-01100011111 Dornelles 1
-01100011111 Benedetti-style 1
-01100011111 Aspenstrom 1
-01100011111 Giacconi 1
-01100011111 Qingyi 1
-01100011111 Stoop 1
-01100011111 Rodes 1
-01100011111 Chavalitcheevin 1
-01100011111 Ahsan 1
-01100011111 Drills 1
-01100011111 Gigante 1
-01100011111 Til 1
-01100011111 Ethic 1
-01100011111 Palacios 1
-01100011111 Kadetts 1
-01100011111 Yearsley 1
-01100011111 Gerbig 1
-01100011111 Stickell 1
-01100011111 Sergeyevich 1
-01100011111 Coimbra 1
-01100011111 Kaltschmitt 1
-01100011111 Widener 1
-01100011111 Ding-yuan 1
-01100011111 Infirmary-Beekman 1
-01100011111 Abello 1
-01100011111 incunabula 1
-01100011111 Cascos 1
-01100011111 Mester 1
-01100011111 DeLauro 1
-01100011111 EQUITAINE 1
-01100011111 Systsov 1
-01100011111 Montesano 1
-01100011111 Republique 1
-01100011111 Folkedal 1
-01100011111 politique 1
-01100011111 Bough 1
-01100011111 Mei-ling 1
-01100011111 Verdy 1
-01100011111 Joscelyn 1
-01100011111 Ya-lit 1
-01100011111 Pulcinella 1
-01100011111 Yao-tung 1
-01100011111 Shaoqi 1
-01100011111 Findling 1
-01100011111 Devleopment 1
-01100011111 Fluffo 1
-01100011111 wiener. 1
-01100011111 re-opens 1
-01100011111 Rempsberger 1
-01100011111 Illanes 1
-01100011111 crispy-chewy 1
-01100011111 Tubers 1
-01100011111 Leaflet 1
-01100011111 Kadett 1
-01100011111 G-U-M 1
-01100011111 Ribar 1
-01100011111 Palmeiro 1
-01100011111 Toevs 1
-01100011111 Massagli 1
-01100011111 paper-rich 1
-01100011111 Calvo 1
-01100011111 Galusha 1
-01100011111 Ahmadzadeh 1
-01100011111 Corsaire 1
-01100011111 Zhengzhi 1
-01100011111 Yonggang 1
-01100011111 Eleuteri 1
-01100011111 Auchinclosses 1
-01100011111 Hills. 1
-01100011111 Sviridoff 1
-01100011111 McKissick 1
-01100011111 Miskowski 1
-01100011111 sextets 1
-01100011111 chaudes 1
-01100011111 Mitchman 1
-01100011111 aubuisson 1
-01100011111 Sota 1
-01100011111 Apertura 1
-01100011111 Liebaut 1
-01100011111 Gulden 1
-01100011111 el-Turabi 1
-01100011111 Heins 1
-01100011111 Emberg 1
-01100011111 Zhiwei 1
-01100011111 Rabinovic 1
-01100011111 Glove 1
-01100011111 Lastra 1
-01100011111 Janon 1
-01100011111 Pittner 1
-01100011111 huskily 1
-01100011111 Byrom 1
-01100011111 Petzel 1
-01100011111 Speight 1
-01100011111 Automall 1
-01100011111 Tze 1
-01100011111 Tyrmand 1
-01100011111 Bonnyman 1
-01100011111 Ready-to-Serve 1
-01100011111 Xinqin 1
-01100011111 Gorek 1
-01100011111 Bryantown 1
-01100011111 Fouchardiere 1
-01100011111 Solem 1
-01100011111 plc 1
-01100011111 Simson 1
-01100011111 Akhenaten 1
-01100011111 Khama 1
-01100011111 Cannibals 1
-01100011111 Sable-cars 1
-01100011111 Beame 1
-01100011111 Libre 1
-01100011111 Doul 1
-01100011111 Silin 1
-01100011111 Yaoxian 1
-01100011111 Allemandi 1
-01100011111 Whisk 1
-01100011111 Fechtig 1
-01100011111 Actuel 1
-01100011111 Sotaras 1
-01100011111 Agilipour 1
-01100011111 Tardy 1
-01100011111 Bluffers 1
-01100011111 Keteyian 1
-01100011111 Critzer 1
-01100011111 Hewn 1
-01100011111 Veranda 1
-01100011111 Haleakala 1
-01100011111 Bendettti 1
-01100011111 Oel 1
-01100011111 Homosassa 1
-01100011111 Trellis 1
-01100011111 T1000 1
-01100011111 Supplee 1
-01100011111 Newtons 1
-01100011111 Baykal 1
-01100011111 Winnipesaukee 1
-01100011111 Jingsong 1
-01100011111 Broch 1
-01100011111 Fenger 1
-01100011111 Shichun 1
-01100011111 Pagliai 1
-01100011111 Farrill 1
-01100011111 Tsai-chiao 1
-01100011111 Chambon-sur-Lignon 1
-01100011111 Bonna 1
-01100011111 Yunian 1
-01100011111 Kullers 1
-01100011111 Guoxuan 1
-01100011111 deadline-writing 1
-01100011111 Capital-Times 1
-01100011111 Stucki 1
-01100011111 Concerti 1
-01100011111 Konopacki 1
-01100011111 Laughead 1
-01100011111 Diable 1
-01100011111 Cusine 1
-01100011111 Plavoukas 1
-01100011111 Milgate 1
-01100011111 House/Morrow 1
-01100011111 Kallick 1
-01100011111 Pavillon 1
-01100011111 Ming-chao 1
-01100011111 Janvry 1
-01100011111 Ruml 1
-01100011111 Stepak 1
-01100011111 Namen 1
-01100011111 Weddig 1
-01100011111 Arbery 1
-01100011111 Jearreald 1
-01100011111 pochita 1
-01100011111 patria 1
-01100011111 Kaeckenhoff 1
-01100011111 Xinxin 1
-01100011111 Charpulski 1
-01100011111 brassiness 1
-01100011111 al-Faisal 1
-01100011111 DKNY 1
-01100011111 Corrao 1
-01100011111 Torruella 1
-01100011111 Armement 1
-01100011111 Willingham 1
-01100011111 Cockerell 1
-01100011111 Hanaya 1
-01100011111 Craddick 1
-01100011111 Geylin 1
-01100011111 Hilsberg 1
-01100011111 Galin 1
-01100011111 -47.74 1
-01100011111 Taek 1
-01100011111 Fitzwilliams 1
-01100011111 Corwith 1
-01100011111 Garcia-Delgado 1
-01100011111 Rowbury 1
-01100011111 Ringl 1
-01100011111 Tancred 1
-01100011111 Chayovan 1
-01100011111 Bek 1
-01100011111 Slumbered 1
-01100011111 Tanpinco 1
-01100011111 Buscetta 1
-01100011111 reliables 1
-01100011111 Cosmica 1
-01100011111 mismeasured 1
-01100011111 Tarkeshian 1
-01100011111 Salustri 1
-01100011111 Wishnack 1
-01100011111 Song-sam 1
-01100011111 Shau-kong 1
-01100011111 7-Up/ 1
-01100011111 Epoque 1
-01100011111 Siming 1
-01100011111 Voskanyan 1
-01100011111 City-Columbia 1
-01100011111 ccessfully 1
-01100011111 Guofang 1
-01100011111 Terrazas 1
-01100011111 Bechtolsheim 1
-01100011111 Jung-ja 1
-01100011111 Sun-dae 1
-01100011111 MountainBikes 1
-01100011111 Cracraft 1
-01100011111 Yee-Ah 1
-01100011111 Lebovits 1
-01100011111 Propagating 1
-01100011111 Horniman 1
-01100011111 Damato 1
-01100011111 Pitz 1
-01100011111 Canals 1
-01100011111 Dogoloff 1
-01100011111 Mruquli 1
-01100011111 nuora 1
-01100011111 Steinmann 1
-01100011111 Gellman 1
-01100011111 Igartua 1
-01100011111 Acchioli 1
-01100011111 Doughtery 1
-01100011111 Zucco 1
-01100011111 McWhite 1
-01100011111 al-Zuwawi 1
-01100011111 Tigner 1
-01100011111 Jitney 1
-01100011111 Jong-ku 1
-01100011111 Angemi 1
-01100011111 Shevel 1
-01100011111 Lofton 1
-01100011111 Nucleaires 1
-01100011111 Druyvesteyn 1
-01100011111 Leisten 1
-01100011111 Poschenrieder 1
-01100011111 Percell 1
-01100011111 Liriano 1
-01100011111 Zaichenko 1
-01100011111 two-reelers 1
-01100011111 Drever 1
-01100011111 Near-Term 1
-01100011111 Seca 1
-01100011111 wannabees 1
-01100011111 Lashaway 1
-01100011111 Div 1
-01100011111 Soggiu 1
-01100011111 Evarsito 1
-01100011111 Escalada 1
-01100011111 Pinion 1
-01100011111 Franzoni 1
-01100011111 Trittico 1
-01100011111 Lube-owned 1
-01100011111 Lubes 1
-01100011111 Carrio 1
-01100011111 Plateadas 1
-01100011111 Hern 1
-01100011111 el-Husseini 1
-01100011111 Hombrecher 1
-01100011111 Apostolides 1
-01100011111 Weisenborn 1
-01100011111 11a 1
-01100011111 Tapies 1
-01100011111 Lollar 1
-01100011111 Magots 1
-01100011111 Penabaz 1
-01100011111 Tyner 1
-01100011111 Polisena 1
-01100011111 perseveres 1
-01100011111 Casalino 1
-01100011111 JenMar 1
-01100011111 reconditions 1
-01100011111 Disotell 1
-01100011111 Champignon 1
-01100011111 Kariba 1
-01100011111 Dahloff 1
-01100011111 Llauget 1
-01100011111 Airtel 1
-01100011111 Tamales 1
-01100011111 Mayorga 1
-01100011111 horribilis 1
-01100011111 commercial-fishing 1
-01100011111 Bhumibol 1
-01100011111 City-bound 1
-01100011111 Ndamera 1
-01100011111 Judd-Boston 1
-01100011111 66/U.S. 1
-01100011111 Hopatcong 1
-01100011111 Dweller 1
-01100011111 Brazelton 1
-01100011111 Sunblock 1
-01100011111 Kiggins 1
-01100011111 Duel 1
-01100011111 Enzhao 1
-01100011111 Stemer 1
-01100011111 Hemmelman 1
-01100011111 Guanfu 1
-01100011111 Kuohwa 1
-01100011111 Brownridge 1
-01100011111 initiative. 1
-01100011111 Onston 1
-01100011111 Inderbinen 1
-01100011111 Yili 1
-01100011111 Haben 1
-01100011111 Rutberg 1
-01100011111 Trigano 1
-01100011111 Bencheickh-El-Hossine 1
-01100011111 Fensterstock 1
-01100011111 Zhenliang 1
-01100011111 Incomic 1
-01100011111 Agius 1
-01100011111 Semenchuck 1
-01100011111 Bikkenin 1
-01100011111 Kuo-hua 1
-01100011111 Zuosheng 1
-01100011111 Girders 1
-01100011111 Stiemerling 1
-01100011111 Yien-si 1
-01100011111 Tourster 1
-01100011111 Chongkyu 1
-01100011111 ACQUITAINE 1
-01100011111 Tetterton 1
-01100011111 Giants-Houston 1
-01100011111 Fehrenbach 1
-01100011111 Krasselt 1
-01100011111 Teng-Hui 1
-01100011111 Spoerli 1
-01100011111 Oliefabrik 1
-01100011111 Luckhurst 1
-01100011111 Jeong-Gi 1
-01100011111 Chong-Kyu 1
-01100011111 Sung-Min 1
-01100011111 Harasawa 1
-01100011111 U.S.A./Chicago 1
-01100011111 Helicopter-Textron 1
-01100011111 Koncert 1
-01100011111 Hongru 1
-01100011111 Vanderburgh 1
-01100011111 Facto 1
-01100011111 Trefle 1
-01100011111 Xianzeng 1
-01100011111 legge 1
-01100011111 inganno 1
-01100011111 Bungalow 1
-01100011111 Femina-Udell 1
-01100011111 sendups 1
-01100011111 Qingye 1
-01100011111 bombinette 1
-01100011111 Villamil 1
-01100011111 26-12 1
-01100011111 Kuo-ming 1
-01100011111 Kai-yin 1
-01100011111 Simmling 1
-01100011111 State-based 1
-01100011111 Timpanogos 1
-01100011111 ever-after 1
-01100011111 Telegraf 1
-01100011111 Och 1
-01100011111 Ceia 1
-01100011111 Banion 1
-01100011111 ComfortCare 1
-01100011111 Sockers 1
-01100011111 Liebfred 1
-01100011111 Chica 1
-01100011111 Hills-Hollywood 1
-01100011111 Syne 2
-01100011111 Petain 2
-01100011111 Planetarium 2
-01100011111 Stever 2
-01100011111 Fick 2
-01100011111 Maazel 2
-01100011111 Tuobin 2
-01100011111 Aguinaldo 2
-01100011111 Saltiel 2
-01100011111 K-3 2
-01100011111 Borsa 2
-01100011111 Fassbinder 2
-01100011111 Guen 2
-01100011111 Avenue-style 2
-01100011111 REDOUTE 2
-01100011111 Leitz 2
-01100011111 Fuchsberg 2
-01100011111 Kye 2
-01100011111 Ogorodnikov 2
-01100011111 Markwardt 2
-01100011111 Moron 2
-01100011111 Heredia 2
-01100011111 T-man 2
-01100011111 Utils 2
-01100011111 Riveria 2
-01100011111 Meggs 2
-01100011111 Lollypop 2
-01100011111 Akida 2
-01100011111 21/20A 2
-01100011111 Vertine 2
-01100011111 Ellett 2
-01100011111 Billheimer 2
-01100011111 Hory 2
-01100011111 Ravioli 2
-01100011111 Scenza 2
-01100011111 Fumagalli 2
-01100011111 Rohmer 2
-01100011111 Tytler 2
-01100011111 Piga 2
-01100011111 Matthies 2
-01100011111 Pfaffenberger 2
-01100011111 Salii 2
-01100011111 Wizards 2
-01100011111 Lamarr 2
-01100011111 Dumaine 2
-01100011111 Poppenberg 2
-01100011111 yi 2
-01100011111 Culbert 2
-01100011111 Tabarro 2
-01100011111 Tussle 2
-01100011111 Barreto 2
-01100011111 Chrysostomos 2
-01100011111 cereal-processing 2
-01100011111 inna 2
-01100011111 Gaska 2
-01100011111 Wareing 2
-01100011111 Sovremennik 2
-01100011111 Creditbanken 2
-01100011111 Junctions 2
-01100011111 Skillet 2
-01100011111 Townsquare 2
-01100011111 Maxivans 2
-01100011111 Pits 2
-01100011111 Simai 2
-01100011111 Shijie 2
-01100011111 Gon 2
-01100011111 Hillbillies 2
-01100011111 Aurelius 2
-01100011111 Soups 2
-01100011111 Ludington 2
-01100011111 Harkey 2
-01100011111 Bersten 2
-01100011111 Navon 2
-01100011111 Teves 2
-01100011111 Giffin 2
-01100011111 Rossoff 2
-01100011111 Banding 2
-01100011111 Jadot 2
-01100011111 McManaway 2
-01100011111 Argenio 2
-01100011111 Leman 2
-01100011111 midfield 2
-01100011111 Intersong 2
-01100011111 Koldunov 2
-01100011111 1421 2
-01100011111 Stokowski 2
-01100011111 Trappers 2
-01100011111 Chapala 2
-01100011111 Geingob 2
-01100011111 LifeSavers 2
-01100011111 Klemperer 2
-01100011111 Brinsky 2
-01100011111 Khalidi 2
-01100011111 Zela 2
-01100011111 Parisien 2
-01100011111 Govil 2
-01100011111 Ciannella 2
-01100011111 Blon 2
-01100011111 Acucar 2
-01100011111 Pharmacuetica 2
-01100011111 Wasendorf 2
-01100011111 Fillmore 2
-01100011111 Tinello 2
-01100011111 Husain 2
-01100011111 Garcin 2
-01100011111 Welby 2
-01100011111 Shweiheh 2
-01100011111 Urshel 2
-01100011111 Waltzes 2
-01100011111 Monnaie 2
-01100011111 Loizeaux 2
-01100011111 Commerciales 2
-01100011111 Bendetti 2
-01100011111 MacManaway 2
-01100011111 Fante 2
-01100011111 Gruben 2
-01100011111 Arion 2
-01100011111 Bodenheim 2
-01100011111 Geeslin 2
-01100011111 Balaro 2
-01100011111 Bening 2
-01100011111 Tsouderos 2
-01100011111 Avaucourt 2
-01100011111 Finamex 2
-01100011111 Futter 2
-01100011111 Volkskrant 2
-01100011111 Borth 2
-01100011111 Gold/Resources 2
-01100011111 Bugatch 2
-01100011111 Sink 2
-01100011111 Luise 2
-01100011111 Pittard 2
-01100011111 Jerkunica 2
-01100011111 Waterfall 2
-01100011111 Queux 2
-01100011111 Sampler 2
-01100011111 Apasco 2
-01100011111 Homeshield 2
-01100011111 Athos 2
-01100011111 Mazzilli 2
-01100011111 XVIII 2
-01100011111 Mans 2
-01100011111 Screven 2
-01100011111 Jara 2
-01100011111 Padwo 2
-01100011111 Isquith 2
-01100011111 Giornale 2
-01100011111 Werdyger 2
-01100011111 Manh 2
-01100011111 Cossotto 2
-01100011111 Kaden 2
-01100011111 Plavoukos 2
-01100011111 Poblete 2
-01100011111 Horeb 2
-01100011111 Ratteray 2
-01100011111 Lianping 2
-01100011111 Regier 2
-01100011111 MacNeill 2
-01100011111 Maracaibo 2
-01100011111 Bruggeling 2
-01100011111 Jofre 2
-01100011111 Immenga 2
-01100011111 NAPLES 2
-01100011111 Mellio 2
-01100011111 Ribalta 2
-01100011111 Charlupski 2
-01100011111 Borgne 2
-01100011111 Staat 2
-01100011111 Goward 2
-01100011111 Zensius 2
-01100011111 Vedra 2
-01100011111 Gillenwater 2
-01100011111 Qichen 2
-01100011111 Aloia 2
-01100011111 Tsou 2
-01100011111 Marlieb 2
-01100011111 Rydge 2
-01100011111 Nazur 2
-01100011111 Kalleen 2
-01100011111 Milquetoast 2
-01100011111 McLane 2
-01100011111 Pottery 2
-01100011111 Stangle 2
-01100011111 Durieux 2
-01100011111 Times/Washington 2
-01100011111 Limpet 2
-01100011111 Garnica 2
-01100011111 Kriwet 2
-01100011111 Manifatturiera 2
-01100011111 Rd. 2
-01100011111 Neece 2
-01100011111 Tres 2
-01100011111 Koutoulakos 2
-01100011111 Canute 2
-01100011111 Strachey 2
-01100011111 Neills 2
-01100011111 Arvisenet 2
-01100011111 Febvre 2
-01100011111 Chuangzhi 2
-01100011111 Bani 2
-01100011111 Croonen 2
-01100011111 Bertea 2
-01100011111 Kardon 2
-01100011111 Borchert 2
-01100011111 Iungerich 2
-01100011111 Sotirelis 2
-01100011111 Nicolesco 2
-01100011111 Kasper-Ansermet 2
-01100011111 Walthall 2
-01100011111 Prynne 2
-01100011111 Zhai 2
-01100011111 Construzion 2
-01100011111 Norins 2
-01100011111 Roulin 2
-01100011111 Michelis 2
-01100011111 Wadman 2
-01100011111 Pachecho 2
-01100011111 Morganroth 2
-01100011111 Cordray 2
-01100011111 Quisenberry 2
-01100011111 Roquette 2
-01100011111 Mohs 2
-01100011111 Chomsky 2
-01100011111 Tarkington 2
-01100011111 Villez 2
-01100011111 Dandonneau 2
-01100011111 Kaemmer 2
-01100011111 Silverthorne 2
-01100011111 Bumbry 2
-01100011111 Musawi 2
-01100011111 Reattas 2
-01100011111 Pair 2
-01100011111 Wagman 2
-01100011111 Est 2
-01100011111 Matkari 2
-01100011111 Shilin 2
-01100011111 Jardin 2
-01100011111 Kupferman 2
-01100011111 Jandel 2
-01100011111 Balian 2
-01100011111 Cartons 2
-01100011111 Negretti 2
-01100011111 Konover 2
-01100011111 Jueren 2
-01100011111 Arlt 2
-01100011111 Mortel 2
-01100011111 ALENE 2
-01100011111 Dehesa 2
-01100011111 Duffryn 2
-01100011111 Kultury 2
-01100011111 Danz 2
-01100011111 Chalandon 2
-01100011111 Lazenby 2
-01100011111 Maly 2
-01100011111 Monarchs 2
-01100011111 Brandao 2
-01100011111 Ambrosia 2
-01100011111 City-Philadelphia 2
-01100011111 Lusby 2
-01100011111 Dams 2
-01100011111 Fluetsch 2
-01100011111 Carigali 2
-01100011111 Vergara 2
-01100011111 Sofie 2
-01100011111 Weasels 2
-01100011111 russe 2
-01100011111 Lymburner 2
-01100011111 Titicaca 2
-01100011111 Haussler 2
-01100011111 Tricon 2
-01100011111 Aquifer 2
-01100011111 LeMers 2
-01100011111 Heung 2
-01100011111 Lips 2
-01100011111 Bonanome 2
-01100011111 Giovanelli 2
-01100011111 Shelepin 2
-01100011111 Pavao 2
-01100011111 Erhart 2
-01100011111 Fadely 2
-01100011111 STEs 2
-01100011111 Challet 2
-01100011111 Luigs 2
-01100011111 Kadrich 2
-01100011111 Mei 2
-01100011111 Haeng 2
-01100011111 Constabulary 2
-01100011111 Rechnitz 2
-01100011111 Freeways 2
-01100011111 Amiante 2
-01100011111 Fluggesellschaft 2
-01100011111 Handwerker 2
-01100011111 Doria 2
-01100011111 Borrie 2
-01100011111 Diuguid 2
-01100011111 al-Nowais 2
-01100011111 Ardabili 2
-01100011111 Flore 2
-01100011111 Lilo 2
-01100011111 Karaklajic 2
-01100011111 Holme 2
-01100011111 Oldies 2
-01100011111 Runyan 2
-01100011111 Shivers 3
-01100011111 Praver 3
-01100011111 Nath 3
-01100011111 Wiesenthal 3
-01100011111 Ricupero 3
-01100011111 Corelli 3
-01100011111 Hitam 3
-01100011111 Tohmatsu 3
-01100011111 Vollenweider 3
-01100011111 Feininger 3
-01100011111 Innocenzo 3
-01100011111 Cerf 3
-01100011111 Byfield 3
-01100011111 Ning-hsiang 3
-01100011111 Cacheris 3
-01100011111 Grandes 3
-01100011111 Batty 3
-01100011111 14e-3 3
-01100011111 Hergenhan 3
-01100011111 Medberry 3
-01100011111 Gagliardini 3
-01100011111 McCaskey 3
-01100011111 Bingqian 3
-01100011111 Xi 3
-01100011111 McKelvie 3
-01100011111 Fourche 3
-01100011111 Jiaqi 3
-01100011111 Haberler 3
-01100011111 Rongji 3
-01100011111 Tokoi 3
-01100011111 Fuente 3
-01100011111 Luxe 3
-01100011111 Appetit 3
-01100011111 Androsch 3
-01100011111 Yon 3
-01100011111 Presidente 3
-01100011111 Mitsotakis 3
-01100011111 Knickerbockers 3
-01100011111 Hasenfeld 3
-01100011111 Maglite 3
-01100011111 Alvira 3
-01100011111 Sofro 3
-01100011111 Steger 3
-01100011111 Soopers 3
-01100011111 odham 3
-01100011111 Macwhinnie 3
-01100011111 Patriarchate 3
-01100011111 Jiatun 3
-01100011111 Hayr 3
-01100011111 Pree 3
-01100011111 Kojima 3
-01100011111 Tsetung 3
-01100011111 Fabius 3
-01100011111 Eychaner 3
-01100011111 Bouton 3
-01100011111 Bettelheim 3
-01100011111 Waehler 3
-01100011111 Cleireacain 3
-01100011111 Lecture 3
-01100011111 Hay-Roe 3
-01100011111 Loboda 3
-01100011111 Wailea 3
-01100011111 Yu-ming 3
-01100011111 Waikoloa 3
-01100011111 Ajr 3
-01100011111 Albano 3
-01100011111 Morote 3
-01100011111 Paulucci 3
-01100011111 Musashi 3
-01100011111 Shiraa 3
-01100011111 Sackville-West 3
-01100011111 City. 3
-01100011111 Olivas 3
-01100011111 10b-5 3
-01100011111 Van-Heusen 3
-01100011111 Gyu 3
-01100011111 Summerstage 3
-01100011111 Shurgin 3
-01100011111 Eichenholtz 3
-01100011111 Vanderwarker 3
-01100011111 Shew 3
-01100011111 Keng 3
-01100011111 Anap 3
-01100011111 Farouk 3
-01100011111 Howeidi 3
-01100011111 Schleifer 3
-01100011111 Statesmen 3
-01100011111 Legree 3
-01100011111 Joo 3
-01100011111 Tranche 3
-01100011111 Alelio 3
-01100011111 Solmssen 3
-01100011111 Claver 3
-01100011111 Tolls 3
-01100011111 Barons 3
-01100011111 Pettingill 3
-01100011111 Sagne 3
-01100011111 Proyect 3
-01100011111 Flug 3
-01100011111 Crackers 3
-01100011111 Chao-ming 3
-01100011111 Meara 3
-01100011111 Calle 3
-01100011111 Servant 3
-01100011111 Ammidon 3
-01100011111 Agefi 3
-01100011111 Saenz 3
-01100011111 Jarpa 3
-01100011111 Alvite 3
-01100011111 Sipe 3
-01100011111 Bainum 3
-01100011111 Archery 3
-01100011111 Meridien 3
-01100011111 Testarossa 3
-01100011111 Distillery 3
-01100011111 Koolers 3
-01100011111 Bewkes 3
-01100011111 Ruffner 3
-01100011111 Godoy 3
-01100011111 Shao-kang 3
-01100011111 Hocke 3
-01100011111 Longridge 3
-01100011111 BRIEN 3
-01100011111 Narayana 3
-01100011111 Strasse 3
-01100011111 Baikal 3
-01100011111 Fixture 3
-01100011111 Sennett 3
-01100011111 Xiaobo 3
-01100011111 Kohrman 3
-01100011111 Carsberg 3
-01100011111 Baunton 3
-01100011111 Remsperger 3
-01100011111 Beirne 3
-01100011111 Katoff 3
-01100011111 Vandenburgh 3
-01100011111 Bowyer 3
-01100011111 Earp 3
-01100011111 Camoes 3
-01100011111 Wolves 3
-01100011111 Goldbeck 3
-01100011111 Altantic 3
-01100011111 Martiniere 3
-01100011111 Poynter 3
-01100011111 Klappa 3
-01100011111 Cantus 3
-01100011111 Ichi 3
-01100011111 Gakuin 3
-01100011111 Grizzard 3
-01100011111 Clic 3
-01100011111 Olinghouse 3
-01100011111 Taferner 3
-01100011111 Borgo 3
-01100011111 Moultrie 3
-01100011111 Warmbrand 3
-01100011111 Renthal 3
-01100011111 Higdon 4
-01100011111 Guelar 4
-01100011111 Diaries 4
-01100011111 Noce 4
-01100011111 Tenghui 4
-01100011111 Berko 4
-01100011111 Tut 4
-01100011111 Velho 4
-01100011111 Crusoe 4
-01100011111 Metaltech 4
-01100011111 Sides 4
-01100011111 Hae 4
-01100011111 Bandshell 4
-01100011111 Springs-based 4
-01100011111 Cecco 4
-01100011111 Glanzer 4
-01100011111 Strommen 4
-01100011111 Bulgares 4
-01100011111 Stampede 4
-01100011111 Tattoo 4
-01100011111 Kupersmith 4
-01100011111 Vlasov 4
-01100011111 Electras 4
-01100011111 Westray 4
-01100011111 Hrbek 4
-01100011111 Arendt 4
-01100011111 Pym 4
-01100011111 Eichmann 4
-01100011111 Zhongji 4
-01100011111 Lani 4
-01100011111 600s 4
-01100011111 Villars 4
-01100011111 Caldas 4
-01100011111 Tuckson 4
-01100011111 Sucker 4
-01100011111 Granik 4
-01100011111 Trichardt 4
-01100011111 Floch-Prigent 4
-01100011111 Rousselle 4
-01100011111 Kirkby 4
-01100011111 Centurys 4
-01100011111 6000s 4
-01100011111 Coroni 4
-01100011111 LaHaye 4
-01100011111 Ya-li 4
-01100011111 Tinsulanonda 4
-01100011111 TSi 4
-01100011111 Menestrel 4
-01100011111 Shwiel 4
-01100011111 Gymnasium 4
-01100011111 Agricoltura 4
-01100011111 CONSTRUCTIONS 4
-01100011111 Bement 4
-01100011111 Caro-Quintero 4
-01100011111 Prange 4
-01100011111 arcy 4
-01100011111 Times/CBS 4
-01100011111 Keach 4
-01100011111 Germanica 4
-01100011111 Schmetterer 4
-01100011111 Boppers 4
-01100011111 Calcio 4
-01100011111 Ruowang 4
-01100011111 Fliakos 4
-01100011111 Hoxie 4
-01100011111 Waldrop 4
-01100011111 Finebaum 4
-01100011111 Risien 4
-01100011111 Burgers 4
-01100011111 Rock-based 4
-01100011111 Scholarships 4
-01100011111 10b-4 4
-01100011111 Pietra 4
-01100011111 economia 4
-01100011111 Sauter 4
-01100011111 XXI 4
-01100011111 Ratjen 4
-01100011111 Ardebili 4
-01100011111 Santis 4
-01100011111 Roett 4
-01100011111 Keepers 4
-01100011111 Linkon 4
-01100011111 Chopper 4
-01100011111 Antics 4
-01100011111 Lasman 4
-01100011111 Tedi 4
-01100011111 Rigsby 4
-01100011111 Medizintechnik 4
-01100011111 Johnson-Morris 4
-01100011111 Grete 4
-01100011111 Walborn 4
-01100011111 Ramcharger 4
-01100011111 Inx 4
-01100011111 Cronyn 4
-01100011111 Bergan 4
-01100011111 Schoenhuber 4
-01100011111 Marsh-Florida 4
-01100011111 1-AB 4
-01100011111 Pon/GGK 4
-01100011111 Cardenal 5
-01100011111 Havre 5
-01100011111 Grinder 5
-01100011111 retrospectives 5
-01100011111 Mittler 5
-01100011111 Otte 5
-01100011111 Maugham 5
-01100011111 Hamlyn 5
-01100011111 Lugosi 5
-01100011111 Regals 5
-01100011111 Dellsy 5
-01100011111 Canard 5
-01100011111 Matthei 5
-01100011111 10B6 5
-01100011111 Thruway 5
-01100011111 Schultheis 5
-01100011111 Mariam 5
-01100011111 Skyhawks 5
-01100011111 Diodati 5
-01100011111 Isola 5
-01100011111 Faison 5
-01100011111 Glade 5
-01100011111 XIII 5
-01100011111 Leafs 5
-01100011111 Prettyman 5
-01100011111 Helper 5
-01100011111 Mithun 5
-01100011111 3b-9 5
-01100011111 Balmer 5
-01100011111 Como 5
-01100011111 Janowitz 5
-01100011111 Muti 5
-01100011111 Broyd 5
-01100011111 Kwinter 5
-01100011111 Atlanticom 5
-01100011111 Reindeer 5
-01100011111 Subways 5
-01100011111 Jaroslovsky 5
-01100011111 Yup 5
-01100011111 Conor 5
-01100011111 Myer 5
-01100011111 Mugavero 5
-01100011111 Alessio 5
-01100011111 Nagano 5
-01100011111 Matin 5
-01100011111 Ning 5
-01100011111 Ferroviaires 5
-01100011111 Delight 5
-01100011111 Beach-based 5
-01100011111 McGillis 5
-01100011111 Candles 5
-01100011111 Racetrack 5
-01100011111 Maradona 5
-01100011111 Barbosa 5
-01100011111 Estenssoro 5
-01100011111 Rubinson 5
-01100011111 Bruemmer 5
-01100011111 Beret 5
-01100011111 Auria 5
-01100011111 Vesuvius 5
-01100011111 Whitehouse 5
-01100011111 Monsters 5
-01100011111 Bogdanich 5
-01100011111 Rivieras 5
-01100011111 Wedgwood 5
-01100011111 Wagoner 5
-01100011111 Bello 5
-01100011111 Fauna 5
-01100011111 Toothpaste 6
-01100011111 Materie 6
-01100011111 USINES 6
-01100011111 Creditbank 6
-01100011111 Koos 6
-01100011111 Tice 6
-01100011111 Bautista 6
-01100011111 Bourget 6
-01100011111 Shade 6
-01100011111 Dragons 6
-01100011111 Jenks 6
-01100011111 Binyan 6
-01100011111 Muenchhausen 6
-01100011111 Domke 6
-01100011111 Salaam 6
-01100011111 Fisch 6
-01100011111 Maza 6
-01100011111 Belair 6
-01100011111 Shaughnessy 6
-01100011111 Sok 6
-01100011111 Shim 6
-01100011111 Santos-Alvite 6
-01100011111 Berets 6
-01100011111 Trailers 6
-01100011111 Patman 6
-01100011111 Eitan 6
-01100011111 En-lai 6
-01100011111 Zemin 6
-01100011111 Loughlin 6
-01100011111 Muenchmeyer 6
-01100011111 Aeriens 6
-01100011111 Daytonas 6
-01100011111 Agrosa 6
-01100011111 Tai 7
-01100011111 Okeechobee 7
-01100011111 Sauce 7
-01100011111 Dolgin 7
-01100011111 Combines 7
-01100011111 Lokey 7
-01100011111 Bondt 7
-01100011111 Talon 7
-01100011111 Aletti 7
-01100011111 Untermeyer 7
-01100011111 Mauna 7
-01100011111 Poarch 7
-01100011111 Cougars 7
-01100011111 PETROLES 7
-01100011111 Weevil 7
-01100011111 Hamner 7
-01100011111 Boudin 7
-01100011111 Shangkun 7
-01100011111 Lynxes 7
-01100011111 Capistrano 7
-01100011111 Courthouse 7
-01100011111 Finanza 7
-01100011111 Polsby 7
-01100011111 Hawn 8
-01100011111 Fong 8
-01100011111 Cirque 8
-01100011111 Puzzo 8
-01100011111 LeSabres 8
-01100011111 Arau 8
-01100011111 Rascals 8
-01100011111 XVI 8
-01100011111 Islander 8
-01100011111 Patons 8
-01100011111 Nang 8
-01100011111 McGaw 8
-01100011111 Slipper 8
-01100011111 Jingsheng 8
-01100011111 Jarryd 8
-01100011111 Lansky 8
-01100011111 Menagerie 8
-01100011111 Sera 8
-01100011111 Stroebel 8
-01100011111 Modigliani 9
-01100011111 Ruhnau 9
-01100011111 Kilimanjaro 9
-01100011111 Woong 9
-01100011111 Rivkind 9
-01100011111 Blossom 9
-01100011111 Dirksen 9
-01100011111 Canosa 9
-01100011111 Grounds 9
-01100011111 Sunbirds 9
-01100011111 Carreras 9
-01100011111 Island-based 9
-01100011111 Pooley 9
-01100011111 Dew 9
-01100011111 Bolivar 9
-01100011111 Biller 9
-01100011111 Escoto 9
-01100011111 Savikas 9
-01100011111 Rielly 9
-01100011111 Chambon 9
-01100011111 Shots 10
-01100011111 Rajaratnam 10
-01100011111 Qing 10
-01100011111 Faso 10
-01100011111 Nouvel 10
-01100011111 Lagoon 10
-01100011111 Chamberlayne 10
-01100011111 MacLellan 10
-01100011111 Dewhurst 10
-01100011111 Crouse 10
-01100011111 Mille 10
-01100011111 Clays 10
-01100011111 Torre 10
-01100011111 Ramo 10
-01100011111 Ayr 10
-01100011111 Romagnolo 10
-01100011111 Situations 10
-01100011111 Jae 10
-01100011111 Kun 10
-01100011111 Viyella 10
-01100011111 Eralp 11
-01100011111 Tanenbaum 11
-01100011111 Inlet 11
-01100011111 AQUITAINE 11
-01100011111 Kuo-hwa 11
-01100011111 Martyre 11
-01100011111 Boulangerie 11
-01100011111 Baudouin 11
-01100011111 Bacall 11
-01100011111 Bonnevilles 11
-01100011111 Breeze 11
-01100011111 Puder 11
-01100011111 Kyu 11
-01100011111 Amico 11
-01100011111 Weidenbaum 11
-01100011111 Menu 11
-01100011111 Bonaventure 11
-01100011111 Koenen 11
-01100011111 ELECTRICITE 11
-01100011111 Santana 11
-01100011111 Reatta 12
-01100011111 Farrakhan 12
-01100011111 Carnevale 12
-01100011111 Cleaver 12
-01100011111 Staebler 12
-01100011111 Gutfeld 12
-01100011111 Gael 12
-01100011111 Dembeck 12
-01100011111 Quain 12
-01100011111 Beavers 12
-01100011111 Loong 12
-01100011111 Canseco 12
-01100011111 Skyhawk 12
-01100011111 Boehlert 12
-01100011111 Mabley 12
-01100011111 Kartasasmita 12
-01100011111 Leg 12
-01100011111 Krispies 12
-01100011111 Duc 12
-01100011111 Tunes 12
-01100011111 Guzman 13
-01100011111 Dubcek 13
-01100011111 Gekko 13
-01100011111 Crosthwaite 13
-01100011111 Prodi 13
-01100011111 Wobegon 13
-01100011111 Merrin 13
-01100011111 Mix 13
-01100011111 Stamps 13
-01100011111 Diff 13
-01100011111 migra 13
-01100011111 Drum 13
-01100011111 Wylie 13
-01100011111 Bernbach 13
-01100011111 Barnum 13
-01100011111 Sa 14
-01100011111 Gestal 14
-01100011111 XIV 14
-01100011111 Bookseller 14
-01100011111 Powerboat 14
-01100011111 Features 14
-01100011111 Laue 14
-01100011111 Haan 14
-01100011111 Astoria 14
-01100011111 Hine 15
-01100011111 Ki 15
-01100011111 Lobby 15
-01100011111 Hollow 15
-01100011111 Airy 15
-01100011111 Huan 15
-01100011111 Marschalk 15
-01100011111 Bershad 15
-01100011111 Millers 16
-01100011111 Distance 16
-01100011111 Zinder 16
-01100011111 Wilhelmsen 16
-01100011111 Botanical 16
-01100011111 Fleece 16
-01100011111 Alessandro 16
-01100011111 Greenshields 16
-01100011111 Niro 16
-01100011111 Chul 16
-01100011111 Islanders 16
-01100011111 Wootton 16
-01100011111 Crimson 16
-01100011111 Grayling 16
-01100011111 Prins 16
-01100011111 Telephoniques 17
-01100011111 Limon 17
-01100011111 Huron 17
-01100011111 Rushmore 17
-01100011111 Firebirds 17
-01100011111 Howard-Spink 17
-01100011111 Bautzer 17
-01100011111 Hills-based 17
-01100011111 Infantry 17
-01100011111 Terrace 17
-01100011111 Oakar 17
-01100011111 Locker 18
-01100011111 Paulsen 18
-01100011111 Smithson 18
-01100011111 Locks 18
-01100011111 Copy 18
-01100011111 Cite 18
-01100011111 Furstenberg 18
-01100011111 Lounge 18
-01100011111 Meidinger 19
-01100011111 Sunbird 19
-01100011111 Navarro 19
-01100011111 Cemetery 19
-01100011111 Milling 19
-01100011111 Mita 19
-01100011111 Puppies 19
-01100011111 Cuisine 20
-01100011111 Clemens 20
-01100011111 Berland 20
-01100011111 Dijker 20
-01100011111 Nam 20
-01100011111 Pollen 20
-01100011111 Pavilion 21
-01100011111 Diplomat 21
-01100011111 Jaya 21
-01100011111 Everest 21
-01100011111 Niguel 21
-01100011111 Teng-hui 21
-01100011111 Screw 21
-01100011111 Corbusier 21
-01100011111 Juice 21
-01100011111 Sur 22
-01100011111 Melveny 22
-01100011111 Sang 22
-01100011111 Interests 22
-01100011111 Bluff 22
-01100011111 Valens 23
-01100011111 Budiman 23
-01100011111 Balsbaugh 23
-01100011111 Trail 23
-01100011111 Matchbox 24
-01100011111 LeMans 24
-01100011111 Opax 24
-01100011111 Meadow 24
-01100011111 LaserSonics 24
-01100011111 Caravan 24
-01100011111 Shoes 24
-01100011111 Skylark 25
-01100011111 Carre 25
-01100011111 Keeffe 25
-01100011111 Solzhenitsyn 25
-01100011111 Pil 25
-01100011111 LeSabre 26
-01100011111 Selassie 26
-01100011111 Tracer 27
-01100011111 Bober 27
-01100011111 Italiano 27
-01100011111 Burrough 28
-01100011111 Chong 28
-01100011111 Lynx 29
-01100011111 Hock 29
-01100011111 Pavarotti 29
-01100011111 Won 29
-01100011111 Sills 29
-01100011111 Figaro 30
-01100011111 Monde 30
-01100011111 Pond 30
-01100011111 Soliday 30
-01100011111 Tuck 31
-01100011111 Redbook 31
-01100011111 McElligott 31
-01100011111 49ers 31
-01100011111 Pfister 31
-01100011111 Bogart 32
-01100011111 Palisades 32
-01100011111 Technicon 33
-01100011111 Firebird 33
-01100011111 Tomaso 33
-01100011111 Aubuisson 34
-01100011111 Highlands 34
-01100011111 Girozentrale 34
-01100011111 Cougar 35
-01100011111 Faber 35
-01100011111 Ballantine 35
-01100011111 Kisco 35
-01100011111 Nuts 36
-01100011111 Tahoe 36
-01100011111 Marckesano 36
-01100011111 Smurfit 37
-01100011111 Folk 37
-01100011111 Udall 38
-01100011111 Honey 38
-01100011111 Lights 38
-01100011111 6000 39
-01100011111 Winery 39
-01100011111 Herrera 39
-01100011111 Downs 39
-01100011111 Navratilova 40
-01100011111 Gables 41
-01100011111 Dea 42
-01100011111 Doherty 42
-01100011111 Clercq 42
-01100011111 G&E 42
-01100011111 Style 45
-01100011111 Parish 46
-01100011111 Hickman 46
-01100011111 Pleasant 46
-01100011111 Weinger 46
-01100011111 VIII 47
-01100011111 Ruchlamer 47
-01100011111 Ferry 47
-01100011111 All-Star 48
-01100011111 Colony 48
-01100011111 Acres 48
-01100011111 Serrano 49
-01100011111 10b-13 49
-01100011111 Agostino 49
-01100011111 Hara 50
-01100011111 Brunswig 50
-01100011111 Tse-tung 50
-01100011111 Keynes 50
-01100011111 Lawn 52
-01100011111 Trails 52
-01100011111 Dunlop 53
-01100011111 Matthey 54
-01100011111 Chi 54
-01100011111 Mifflin 54
-01100011111 Ram 54
-01100011111 Palma 55
-01100011111 Gate 56
-01100011111 Toole 58
-01100011111 Hutchins 58
-01100011111 Garza 58
-01100011111 Alsop 58
-01100011111 Travenol 58
-01100011111 Rourke 59
-01100011111 Judd 60
-01100011111 Aries 61
-01100011111 Shadow 61
-01100011111 Helicopter 64
-01100011111 Selz 70
-01100011111 Rim 73
-01100011111 Schloss 74
-01100011111 Leary 77
-01100011111 Lite 78
-01100011111 Sands 78
-01100011111 Area 79
-01100011111 Stallone 80
-01100011111 Sung 81
-01100011111 Boulevard 82
-01100011111 Fielder 82
-01100011111 Malley 83
-01100011111 Arcy 84
-01100011111 Clinic 85
-01100011111 Ranch 85
-01100011111 Township 86
-01100011111 Challenge 88
-01100011111 Holliday 89
-01100011111 Mackenzie 91
-01100011111 Ave. 93
-01100011111 Tabak 94
-01100011111 Gardens 97
-01100011111 Online 97
-01100011111 Pirie 98
-01100011111 Learjet 98
-01100011111 Leaf 100
-01100011111 Lorean 102
-01100011111 Regal 102
-01100011111 Cliffs 103
-01100011111 Wedd 106
-01100011111 Tree 108
-01100011111 Monthly 120
-01100011111 Knudsen 123
-01100011111 Pen 123
-01100011111 Bunker 125
-01100011111 Start 128
-01100011111 Amato 129
-01100011111 Mandela 129
-01100011111 Boveri 132
-01100011111 Connell 133
-01100011111 Weir 134
-01100011111 Forge 136
-01100011111 Femina 136
-01100011111 Fahd 140
-01100011111 Basin 141
-01100011111 Gear 144
-01100011111 Lube 145
-01100011111 Vuitton 148
-01100011111 City-based 153
-01100011111 Beers 165
-01100011111 Oaks 171
-01100011111 Bridge 174
-01100011111 Studios 186
-01100011111 Chicken 187
-01100011111 Canal 188
-01100011111 Fry 189
-01100011111 Road 191
-01100011111 Canyon 192
-01100011111 Sr. 194
-01100011111 Ridge 208
-01100011111 Hare 225
-01100011111 Heights 228
-01100011111 Wheeler 229
-01100011111 Thornton 230
-01100011111 Brook 232
-01100011111 Sinai 233
-01100011111 View 239
-01100011111 Creek 248
-01100011111 McCormack 261
-01100011111 Gundy 266
-01100011111 Falls 268
-01100011111 Donnell 270
-01100011111 Nugget 276
-01100011111 Harbor 277
-01100011111 Magazine 282
-01100011111 Laurentiis 296
-01100011111 Analytical 304
-01100011111 Brien 306
-01100011111 Waterhouse 312
-01100011111 Springs 320
-01100011111 Islands 322
-01100011111 Hussein 334
-01100011111 Telesis 352
-01100011111 Plaza 398
-01100011111 Madrid 432
-01100011111 Connor 445
-01100011111 Rock 455
-01100011111 Square 543
-01100011111 Treaty 557
-01100011111 Neill 588
-01100011111 Fargo 626
-01100011111 Avenue 664
-01100011111 Benedetti 982
-01100011111 Bay 1025
-01100011111 Beach 1080
-01100011111 River 1267
-01100011111 Hills 1277
-01100011111 Barney 1326
-01100011111 Island 1477
-01100011111 Valley 1548
-01100011111 County 2331
-01100011111 City 7505
-01100011111 Times 2804
-011001000 Pict 1
-011001000 NUMAC 1
-011001000 PICT 1
-011001000 SCRIMGEOUR 1
-011001000 culture-ministry 1
-011001000 779,503 1
-011001000 injury-wracked 1
-011001000 Abubakar 1
-011001000 BethEnergy 1
-011001000 Tongwon 1
-011001000 JN 1
-011001000 Webex 1
-011001000 sportsmanlike 1
-011001000 Cukurova 1
-011001000 NEVADA 1
-011001000 Samling 1
-011001000 Hijau 1
-011001000 Boo-Ker 1
-011001000 E&M 1
-011001000 HARKEN 1
-011001000 Chadwill 1
-011001000 Campa 1
-011001000 JCR 1
-011001000 Trancontinental 1
-011001000 Toppan 1
-011001000 stocks-Standard 1
-011001000 Douglas-British 1
-011001000 KRM 1
-011001000 Kokasai 1
-011001000 RACIAL 1
-011001000 KELLEY 1
-011001000 Choyang 1
-011001000 COMBUSTION 1
-011001000 FITCHBURG 1
-011001000 Tann 1
-011001000 Hoechst-Roussell 1
-011001000 Donice 1
-011001000 Johnsby 1
-011001000 Hippie 1
-011001000 113,100 1
-011001000 PROVIDENCE 1
-011001000 archdiocesan 1
-011001000 ex-Ford 1
-011001000 Mitsubushi 1
-011001000 Hudbay 1
-011001000 Chaz 1
-011001000 Saarberg 1
-011001000 BTA 1
-011001000 Boehringer-Ingelheim 1
-011001000 ALABAMA 1
-011001000 5,528 1
-011001000 said.Yamanouchi 1
-011001000 Economdis 1
-011001000 Glamore 1
-011001000 Tesoro-Alaska 1
-011001000 NON-BUYING 1
-011001000 Nynas 1
-011001000 AGL 1
-011001000 BURMAH 1
-011001000 Goodtime 1
-011001000 PEDAL 1
-011001000 Sigma-Tau 1
-011001000 Nynaes 1
-011001000 then-Saudi 1
-011001000 Harcorn 1
-011001000 R.T.Z. 1
-011001000 Smith-Kline 1
-011001000 Kwaishinsha 1
-011001000 B&N 1
-011001000 Penn-East 1
-011001000 SYRUPY 1
-011001000 Hohnen 1
-011001000 CTW 1
-011001000 Belmoral 1
-011001000 Mitsusbishi 1
-011001000 ACRE 2
-011001000 Hazlitt 2
-011001000 Marylanders 2
-011001000 Sub-Ocean 2
-011001000 Tricorp 2
-011001000 Scurry-Rainbow 2
-011001000 Lebedeff 2
-011001000 Candel 2
-011001000 WisPark 2
-011001000 DynaCirc 2
-011001000 Etty 2
-011001000 Poisonous 2
-011001000 Guglielmo 2
-011001000 Camflo 2
-011001000 Hombre 2
-011001000 Helios 2
-011001000 APPALACHIAN 2
-011001000 Neues 2
-011001000 Scepter 2
-011001000 Laureno 2
-011001000 Inexco 2
-011001000 BFM 2
-011001000 Meldisco 2
-011001000 Duveneck 2
-011001000 UIP 2
-011001000 PALM 2
-011001000 Lajes 2
-011001000 Seleine 2
-011001000 Kaiser-Francis 2
-011001000 Keitel 2
-011001000 Harmless 2
-011001000 ATID 2
-011001000 OKB 2
-011001000 BG&E 2
-011001000 Frookie 2
-011001000 Tranquilidade 2
-011001000 Ritzy 2
-011001000 Kittaning 2
-011001000 Darmac 2
-011001000 Mabou 2
-011001000 SNIA 2
-011001000 Singatronics 2
-011001000 KDLZ 2
-011001000 Atmosphere 2
-011001000 ISH 2
-011001000 Avacare 2
-011001000 Hoya 2
-011001000 Togco 2
-011001000 Fipp 2
-011001000 NWSI 2
-011001000 Exergon 2
-011001000 Grabill 2
-011001000 Horrible 2
-011001000 Wickland 2
-011001000 Teflon-treated 2
-011001000 Bougainvillea 2
-011001000 Linjeflyg 2
-011001000 ECMO 2
-011001000 Matrix-Churchill 2
-011001000 Mosca 2
-011001000 Edwards-Warren 2
-011001000 Earthwatch 2
-011001000 Listeria 2
-011001000 Levengood 2
-011001000 DXplain 2
-011001000 R-Win 2
-011001000 fur-lined 2
-011001000 300TD 2
-011001000 Simonetta 2
-011001000 PICO 2
-011001000 Beth-Energy 2
-011001000 IRN 2
-011001000 ESDA 2
-011001000 MONTANA 2
-011001000 Caspen 2
-011001000 Rudeness 3
-011001000 Bio-Scan 3
-011001000 Aouita 3
-011001000 Brodigan 3
-011001000 Oclassen 3
-011001000 Yucaipa 3
-011001000 Pinpoint 3
-011001000 Competitor 3
-011001000 ARKANSAS 3
-011001000 Jouett 3
-011001000 PAR 3
-011001000 Tenco 3
-011001000 Cortex 3
-011001000 Yucan 3
-011001000 Chengbei 3
-011001000 Milacki 3
-011001000 SFSP 3
-011001000 DELMARVA 3
-011001000 Rit 3
-011001000 Merrell-Dow 3
-011001000 Ikem 3
-011001000 Skye 3
-011001000 Commercio 3
-011001000 Denka 3
-011001000 AOI 3
-011001000 Fimbra 3
-011001000 Granma 3
-011001000 BRAT 3
-011001000 Polonoroeste 3
-011001000 Gogol 3
-011001000 KG&E 3
-011001000 Arabian-American 3
-011001000 Stettner 3
-011001000 Zonians 3
-011001000 Envirosat 3
-011001000 Inforum 3
-011001000 Niaid 3
-011001000 CitiCorp 3
-011001000 Lavino 3
-011001000 Spigolizzi 3
-011001000 Delfzee 3
-011001000 NWIB 3
-011001000 Netas 3
-011001000 Lolly 3
-011001000 Nopsi 3
-011001000 Huttig 3
-011001000 Khovansky 3
-011001000 CuraCare 3
-011001000 Dreieck 3
-011001000 NASA-Ames 3
-011001000 Xport 3
-011001000 Rennoco 3
-011001000 Methotrexate 3
-011001000 PENN 3
-011001000 Forget-Me-Not 3
-011001000 PUCO 3
-011001000 WPEC 3
-011001000 PennEast 3
-011001000 TIS 3
-011001000 Krauthamer 3
-011001000 Vereinigte 3
-011001000 Otsuka 3
-011001000 SPEEDY 3
-011001000 CCE 3
-011001000 MGF 3
-011001000 Kolhberg 3
-011001000 BondData 3
-011001000 ImuVert 3
-011001000 UpRight 3
-011001000 Jackson-Mitchell 3
-011001000 Shoppingtown 3
-011001000 Motif 3
-011001000 Freestyle 3
-011001000 theophylline 4
-011001000 Hayashibara 4
-011001000 Butka 4
-011001000 DIEGO 4
-011001000 Cofir 4
-011001000 Tresch 4
-011001000 Najwa 4
-011001000 IPA 4
-011001000 SNYDER 4
-011001000 Neti 4
-011001000 Mellegers 4
-011001000 Stavely 4
-011001000 Chemex 4
-011001000 Dogue 4
-011001000 EIA 4
-011001000 Abideen 4
-011001000 Caraiba 4
-011001000 Enel 4
-011001000 Santoprene 4
-011001000 Spoelstra 4
-011001000 CGIL 4
-011001000 Conagra 4
-011001000 Prentiss/Copley 4
-011001000 IATSE 4
-011001000 Anabib 4
-011001000 Rotexchemie 4
-011001000 Tjaereborg 4
-011001000 CBre3 4
-011001000 Usacafes 4
-011001000 Fiorello 4
-011001000 CBTU 4
-011001000 Northop 4
-011001000 Gondo 4
-011001000 NALU 4
-011001000 RC 4
-011001000 Rostand 4
-011001000 CTB/McGraw-Hill 4
-011001000 Occidential 4
-011001000 Towneley 4
-011001000 Saia 4
-011001000 Cacex 4
-011001000 Katevan 4
-011001000 Creamette 4
-011001000 Omnibank 4
-011001000 M&M/Mars 4
-011001000 Norbeau 4
-011001000 LuLu 4
-011001000 Kandu 4
-011001000 Datafin 4
-011001000 Gunthrop-Warren 4
-011001000 Homelite 4
-011001000 Steuart 4
-011001000 Caltech 4
-011001000 Fed-watching 4
-011001000 Larotonda 4
-011001000 RL 4
-011001000 CUE 4
-011001000 BankAmerilease 4
-011001000 interactivity 5
-011001000 SNPE 5
-011001000 CTHK 5
-011001000 Ben-Gurion 5
-011001000 Mich-Con 5
-011001000 Pecten 5
-011001000 Munch 5
-011001000 Herkimer 5
-011001000 Picquart 5
-011001000 Kem 5
-011001000 Carillon 5
-011001000 Threadneedle 5
-011001000 Orly 5
-011001000 TEP 5
-011001000 Cuno 5
-011001000 Holborn 5
-011001000 Lebhar 5
-011001000 Saarinen 5
-011001000 M&H 5
-011001000 Raterpillar 5
-011001000 Ehrig 5
-011001000 Urrutia 5
-011001000 Chlorine 5
-011001000 Luxeville 5
-011001000 Gossaert 5
-011001000 Vai 5
-011001000 WesPac 5
-011001000 Quigly 5
-011001000 Draugen 5
-011001000 INI 5
-011001000 Zena 5
-011001000 Quintette 5
-011001000 Sapphire 5
-011001000 Statex 5
-011001000 T-ball 5
-011001000 Brook-Wein 5
-011001000 Schweizerische 5
-011001000 Metrocast 5
-011001000 Fomento 5
-011001000 RVI 5
-011001000 Herodotus 5
-011001000 Investcorp. 5
-011001000 NACA 5
-011001000 ChinAmerica 5
-011001000 Americares 5
-011001000 Smithkline 5
-011001000 KUNM 5
-011001000 CM&W 5
-011001000 Yoo-Hoo 5
-011001000 MINNESOTA 5
-011001000 Norbec 6
-011001000 Sobek 6
-011001000 WNCN 6
-011001000 NARFE 6
-011001000 Soffex 6
-011001000 CKFM 6
-011001000 Stendhal 6
-011001000 Oerlikon 6
-011001000 RFE 6
-011001000 Perifax 6
-011001000 WalMart 6
-011001000 WAINOCO 6
-011001000 Earthworm 6
-011001000 Nat-West 6
-011001000 Nemak 6
-011001000 WTTV 6
-011001000 Wiggly 6
-011001000 WOOD 6
-011001000 Shanti 6
-011001000 Flag-Redfern 6
-011001000 Collio 6
-011001000 Audiographics 6
-011001000 IDV 6
-011001000 Danzar 6
-011001000 Callon 6
-011001000 Thurston 6
-011001000 Longevity 6
-011001000 Shiyuan 6
-011001000 Timotei 6
-011001000 Transnautic 6
-011001000 Idec 6
-011001000 Austrac 6
-011001000 VSEL 6
-011001000 Pelto 6
-011001000 Snia 6
-011001000 Marsam 6
-011001000 WWL 6
-011001000 Voiceworks 6
-011001000 SIAC 6
-011001000 Farid 6
-011001000 Krahmer 6
-011001000 Monitronix 6
-011001000 BARGAINING 6
-011001000 PFM 6
-011001000 Boccaccio 6
-011001000 MCFL 6
-011001000 Gwenda 6
-011001000 Sucden 6
-011001000 Dorby 6
-011001000 Darcy 6
-011001000 Halley 7
-011001000 UnitedBank 7
-011001000 BEHR 7
-011001000 Firemen 7
-011001000 Mountaineer 7
-011001000 Westbridge 7
-011001000 Carbajal 7
-011001000 Dalafield 7
-011001000 Teleway 7
-011001000 Saier 7
-011001000 Eurofima 7
-011001000 InfoScan 7
-011001000 Moor 7
-011001000 Orky 7
-011001000 WNYC 7
-011001000 Yefim 7
-011001000 ICSL 7
-011001000 Panora 7
-011001000 Immunetech 7
-011001000 CNOOC 7
-011001000 OSF 7
-011001000 Zlogar 7
-011001000 DJS/Inverness 7
-011001000 RichardsonSmith 7
-011001000 Kimbark 7
-011001000 Ysleta 7
-011001000 Farmstead 7
-011001000 NIDA 7
-011001000 Rumrill-Hoyt 7
-011001000 PBA 7
-011001000 Multitech 7
-011001000 Dalgliesh 7
-011001000 THORN 7
-011001000 Slick 7
-011001000 Nalco 7
-011001000 Maxcell 7
-011001000 Qiaotou 7
-011001000 UIC 7
-011001000 Eurofer 7
-011001000 KDD 8
-011001000 Oahu 8
-011001000 Cibro 8
-011001000 Durer 8
-011001000 Gnomon 8
-011001000 Berklee 8
-011001000 CableOne 8
-011001000 Longmeadow 8
-011001000 Kenmare 8
-011001000 Roebling 8
-011001000 Howdy 8
-011001000 BAM 8
-011001000 Gimbel 8
-011001000 Bitesize 8
-011001000 Bruckner 8
-011001000 Wiser 8
-011001000 Azactam 8
-011001000 Kilby 8
-011001000 UTC 8
-011001000 Hall-Houston 8
-011001000 Cultor 8
-011001000 Veronese 8
-011001000 ETS 8
-011001000 CAID 8
-011001000 Claudius 8
-011001000 Mladina 8
-011001000 Rezaq 8
-011001000 Finnair 8
-011001000 Sinopec 8
-011001000 Squibb-Novo 8
-011001000 Millet 8
-011001000 Bollore 8
-011001000 Nacobre 8
-011001000 IDEC 8
-011001000 Tushum 8
-011001000 Jobete 8
-011001000 HBM 8
-011001000 Omron 8
-011001000 Daelim 8
-011001000 Daytop 8
-011001000 Dunedin 9
-011001000 Henrik 9
-011001000 Jetro 9
-011001000 Fedeccredito 9
-011001000 Agouron 9
-011001000 Tunde 9
-011001000 Fela 9
-011001000 Quarante 9
-011001000 UNLV 9
-011001000 UBAF 9
-011001000 Tek 9
-011001000 SCORE 9
-011001000 MOCA 9
-011001000 workman 9
-011001000 GFI 9
-011001000 PanCanadian 9
-011001000 AGT 9
-011001000 ShareLink 9
-011001000 Baoguang 9
-011001000 AMD 9
-011001000 Sabta 9
-011001000 Nadja 9
-011001000 RNC 9
-011001000 MOHAWK 9
-011001000 PacifiCorp. 9
-011001000 Newtonchik 9
-011001000 BCA 9
-011001000 Biosis 9
-011001000 Recadi 9
-011001000 Sandro 9
-011001000 NETAAC 9
-011001000 Jonathon 10
-011001000 Bellini 10
-011001000 Mettur 10
-011001000 Reba 10
-011001000 Laclede 10
-011001000 Shionogi 10
-011001000 Levis 10
-011001000 Durkee 10
-011001000 Winooski 10
-011001000 Y&R 10
-011001000 BB 10
-011001000 JR 10
-011001000 Monteverdi 10
-011001000 SES 10
-011001000 Nordbanken 10
-011001000 InfoCorp. 10
-011001000 Necker 10
-011001000 GAC 10
-011001000 Kanrisha 10
-011001000 Frago 10
-011001000 Peary 10
-011001000 Navip 10
-011001000 MFL 10
-011001000 Goetabanken 10
-011001000 Losec 10
-011001000 Poqet 10
-011001000 Samedan 10
-011001000 KGF 10
-011001000 Siderca 10
-011001000 TCC 10
-011001000 Tonda 10
-011001000 NOME 10
-011001000 SAMI 11
-011001000 Rofin-Sinar 11
-011001000 IOS 11
-011001000 Agnico-Eagle 11
-011001000 Kreg 11
-011001000 Aerolift 11
-011001000 JAMA 11
-011001000 Uniroyal-Goodrich 11
-011001000 Vivaldi 11
-011001000 WOJB 11
-011001000 MSOE 11
-011001000 Grenouille 11
-011001000 Lancome 11
-011001000 FIFA 11
-011001000 Q8 11
-011001000 Graham-McCormick 11
-011001000 Virago 11
-011001000 Maruti 11
-011001000 MIS 11
-011001000 Ingemar 11
-011001000 Flonorial 11
-011001000 Magten 11
-011001000 Kyokuto 11
-011001000 Gwaltney 11
-011001000 NEPA 11
-011001000 Petrolear 11
-011001000 Invesco 11
-011001000 CITICORP 12
-011001000 PRB 12
-011001000 Reprise 12
-011001000 Agrokomerc 12
-011001000 Cancom 12
-011001000 Transnational 12
-011001000 Zentralsparkasse 12
-011001000 Filofax 12
-011001000 Transpac 12
-011001000 Arenaball 12
-011001000 BCG 12
-011001000 Pan-Alberta 12
-011001000 VQT 12
-011001000 GFT 12
-011001000 Kiwi 12
-011001000 WEG 12
-011001000 Evian 12
-011001000 NJT 12
-011001000 Barb 12
-011001000 WMMS 12
-011001000 M.C. 12
-011001000 Elizabethtown 12
-011001000 Margolies 12
-011001000 Bubka 12
-011001000 Arcosanti 12
-011001000 Fermilab 12
-011001000 Erte 12
-011001000 MOMA 12
-011001000 Kukje-ICC 12
-011001000 Voest 12
-011001000 ZapMail 12
-011001000 BMI 13
-011001000 Biopharm 13
-011001000 Haavelmo 13
-011001000 Perulac 13
-011001000 FKI 13
-011001000 KPC 13
-011001000 Acre 13
-011001000 texaco 13
-011001000 Lusk 13
-011001000 Qawi 13
-011001000 Alla 13
-011001000 Clermont 13
-011001000 Bit 13
-011001000 Pictet 13
-011001000 Bufferin 13
-011001000 Frikkie 13
-011001000 Orkin 13
-011001000 Finesse 13
-011001000 Nepool 13
-011001000 ECI 13
-011001000 Ribi 13
-011001000 Hoechst-Roussel 13
-011001000 Quasar 13
-011001000 Solo 13
-011001000 Olga 13
-011001000 Rakovica 13
-011001000 Kipling 13
-011001000 Kodo 14
-011001000 Guston 14
-011001000 Avanti 14
-011001000 Carlon 14
-011001000 Systran 14
-011001000 Brutus 14
-011001000 Zenchu 14
-011001000 Venable 14
-011001000 Damson 14
-011001000 Biff 14
-011001000 Creditanstalt 14
-011001000 PEP 14
-011001000 Humble 14
-011001000 NATURAL 14
-011001000 NutriClean 14
-011001000 Ullenberg 15
-011001000 Melon 15
-011001000 Culinova 15
-011001000 RCM 15
-011001000 Gazelle 15
-011001000 Poco 15
-011001000 Rizzoli 15
-011001000 Coretech 15
-011001000 Pirandello 15
-011001000 IRNA 15
-011001000 Bose 15
-011001000 Herod 15
-011001000 ZANU 15
-011001000 Excoa 15
-011001000 Jasmine 15
-011001000 Dyco 15
-011001000 CEA 16
-011001000 IFAR 16
-011001000 IMM 16
-011001000 SeniorNet 16
-011001000 SH 16
-011001000 Sundai 16
-011001000 Kysor 16
-011001000 Lomak 16
-011001000 KBS 16
-011001000 CU 16
-011001000 DeLorean 16
-011001000 Diamond/Obie 16
-011001000 Martingale 16
-011001000 Faulding 16
-011001000 Lakeside 16
-011001000 Airco 16
-011001000 Lilli 17
-011001000 Chiat/Day/Mojo 17
-011001000 Buisson 17
-011001000 Frunze 17
-011001000 PSE&G 17
-011001000 M&R 17
-011001000 Santayana 17
-011001000 CVG 17
-011001000 CoCa 17
-011001000 Riyad 17
-011001000 Pymm 17
-011001000 Elgar 17
-011001000 Varlam 17
-011001000 Sasha 17
-011001000 Agassi 17
-011001000 ADP 17
-011001000 IKEA 18
-011001000 Champlin 18
-011001000 Velsicol 18
-011001000 Vector 18
-011001000 H-P 18
-011001000 GBL 18
-011001000 Schlitz 18
-011001000 Zembriski 18
-011001000 Aer 18
-011001000 E&B 18
-011001000 PNOC 18
-011001000 Re/Max 18
-011001000 Donnay 18
-011001000 Ciba 18
-011001000 Alusuisse 18
-011001000 AGE 18
-011001000 Serex 18
-011001000 ANMC 18
-011001000 Fleischmann 18
-011001000 Siebel 19
-011001000 Telmex 19
-011001000 Tow 19
-011001000 Kepco 19
-011001000 NAEIR 19
-011001000 Ispra 19
-011001000 CEI 19
-011001000 Moutse 19
-011001000 GHF 19
-011001000 GECC 19
-011001000 Quemoy 19
-011001000 Tejas 19
-011001000 Debussy 19
-011001000 Carner 19
-011001000 Ashburn 19
-011001000 Trunkline 19
-011001000 Chilmark 19
-011001000 Cicero 19
-011001000 Mussolini 19
-011001000 Jafco 20
-011001000 Coca 20
-011001000 Satriani 20
-011001000 Valsella 20
-011001000 TCI 20
-011001000 Samoth 20
-011001000 Robyn 20
-011001000 Calmaquip 20
-011001000 Skylite 20
-011001000 Snap-on 20
-011001000 IFF 21
-011001000 Wagons-Lits 21
-011001000 Kingsbridge 21
-011001000 MG 21
-011001000 AEI 21
-011001000 VAAP 21
-011001000 Kis 21
-011001000 Hypo-Bank 21
-011001000 Normandy 22
-011001000 NWQ 22
-011001000 BiiN 22
-011001000 Saamstaan 22
-011001000 Torras 22
-011001000 Amexco 22
-011001000 PCC 22
-011001000 Faldo 22
-011001000 Sendero 22
-011001000 Imagineering 22
-011001000 LBJ 22
-011001000 TSA 22
-011001000 IFI 23
-011001000 Burdines 23
-011001000 Liszt 23
-011001000 Sohio 23
-011001000 Consob 23
-011001000 Wolohan 23
-011001000 Solvay 24
-011001000 Amcor 24
-011001000 Vestar 24
-011001000 Rebo 24
-011001000 Stora 24
-011001000 Bruford 24
-011001000 Hondo 24
-011001000 Arbitron 24
-011001000 Distron 24
-011001000 Mingus 24
-011001000 ARCO 24
-011001000 Shaine 24
-011001000 Massport 24
-011001000 Quattro 25
-011001000 Stihl 25
-011001000 Holderbank 25
-011001000 TNA 25
-011001000 Orbital 25
-011001000 PNM 25
-011001000 Stake 25
-011001000 Teenie 25
-011001000 Jindo 25
-011001000 WYLD 26
-011001000 Rengo 26
-011001000 GAP 26
-011001000 Swapo 26
-011001000 Aris 26
-011001000 Miro 26
-011001000 Consol 26
-011001000 Gemma 26
-011001000 Mize 26
-011001000 Witherspoon 26
-011001000 Sukarno 27
-011001000 Alpo 27
-011001000 Takeda 27
-011001000 WIN 27
-011001000 Denning 27
-011001000 Pringle 27
-011001000 Troma 27
-011001000 Goya 27
-011001000 Avtex 27
-011001000 AIL 27
-011001000 Baedeker 28
-011001000 MIGA 28
-011001000 Ryka 28
-011001000 SPI 28
-011001000 Ore-Ida 28
-011001000 Posco 28
-011001000 Megaquest 28
-011001000 Dassault 28
-011001000 LPL 28
-011001000 Sunkist 29
-011001000 Lindy 29
-011001000 Ascap 29
-011001000 WFIA 29
-011001000 JTPA 29
-011001000 CopyTele 29
-011001000 NCI 29
-011001000 Eveready 30
-011001000 Isham 31
-011001000 SMU 31
-011001000 Kagins 31
-011001000 CAAC 32
-011001000 PIR 32
-011001000 Gotaas-Larsen 32
-011001000 Pauley 32
-011001000 Dvorak 32
-011001000 Troll 32
-011001000 M.I.T. 33
-011001000 Michelob 33
-011001000 Micoin 33
-011001000 ABT 33
-011001000 Pru-Bache 33
-011001000 Proceso 33
-011001000 ECD 34
-011001000 Duchamp 34
-011001000 Fina 34
-011001000 Atalanta/Sosnoff 34
-011001000 Trintex 34
-011001000 JCB 35
-011001000 Raffi 35
-011001000 Kumagai 35
-011001000 Cosatu 35
-011001000 Degas 35
-011001000 Mondadori 35
-011001000 Botham 36
-011001000 Monet 36
-011001000 Tupperware 36
-011001000 BNP 36
-011001000 Boehringer 36
-011001000 AIPAC 37
-011001000 Spar 37
-011001000 Wainoco 37
-011001000 Galaxy 38
-011001000 Valvoline 38
-011001000 Cofide 38
-011001000 JVC 38
-011001000 Noah 39
-011001000 SGS 39
-011001000 Equicor 39
-011001000 CAMI 39
-011001000 Hornsby 40
-011001000 KHD 40
-011001000 Sandino 40
-011001000 Cezanne 40
-011001000 EPIC 41
-011001000 Arcanum 41
-011001000 Nummi 42
-011001000 Pinkerton 42
-011001000 ALPA 43
-011001000 Citgo 43
-011001000 Consolidation 43
-011001000 Steinway 43
-011001000 Prodigy 45
-011001000 Tito 45
-011001000 BZW 46
-011001000 B&C 46
-011001000 Burmah 46
-011001000 Branford 46
-011001000 KWU 47
-011001000 Abitibi 47
-011001000 Daihatsu 47
-011001000 CREF 48
-011001000 OPIC 48
-011001000 Hagler 50
-011001000 Olds 50
-011001000 Komori 50
-011001000 MMWEC 50
-011001000 Televisa 51
-011001000 NUM 51
-011001000 Liffe 51
-011001000 Duramed 52
-011001000 Pathmark 53
-011001000 Toyo 53
-011001000 Harken 53
-011001000 Dickenson 54
-011001000 Gulfstream 55
-011001000 Spuds 56
-011001000 Edgington 56
-011001000 Amcast 57
-011001000 Dickens 57
-011001000 Vitarine 57
-011001000 Chaumet 57
-011001000 LIPA 58
-011001000 CARE 58
-011001000 Ingalls 58
-011001000 Verdi 60
-011001000 MSHA 63
-011001000 USIA 63
-011001000 Spectra 64
-011001000 Pemex 64
-011001000 Gurit 65
-011001000 Bullock 65
-011001000 Zico 66
-011001000 Bellcore 67
-011001000 CAA 67
-011001000 Inter-City 68
-011001000 Yamaha 68
-011001000 Galileo 69
-011001000 Proudfoot 69
-011001000 WOW 70
-011001000 ABF 70
-011001000 MCC 70
-011001000 ITG 70
-011001000 Balanchine 71
-011001000 Saab 72
-011001000 Spinks 72
-011001000 Aristech 72
-011001000 AID 73
-011001000 Tri-State 74
-011001000 Anadarko 77
-011001000 Industrielle 78
-011001000 Stauffer 78
-011001000 Rolls 79
-011001000 Lego 79
-011001000 Bach 80
-011001000 AIG 80
-011001000 Bernie 80
-011001000 Lafeyette 80
-011001000 CDA 80
-011001000 Harley 82
-011001000 Sasson 84
-011001000 BCCI 85
-011001000 NHTSA 86
-011001000 Nautilus 87
-011001000 Hemingway 87
-011001000 UPI 87
-011001000 Outboard 88
-011001000 Freud 90
-011001000 Anheuser 93
-011001000 BA 93
-011001000 Helena 94
-011001000 Swissair 95
-011001000 Wesray 97
-011001000 PTL 97
-011001000 Infiniti 97
-011001000 CSFB 97
-011001000 Kelvin 97
-011001000 NOW 99
-011001000 FCA 99
-011001000 Bonwit 100
-011001000 Audio/Video 101
-011001000 Hutchison 101
-011001000 MeraBank 101
-011001000 3M 103
-011001000 O&Y 105
-011001000 Bryson 105
-011001000 Presidio 105
-011001000 Denison 106
-011001000 IRI 106
-011001000 UPS 106
-011001000 Lexus 107
-011001000 Carnival 118
-011001000 BNL 120
-011001000 Pernod 121
-011001000 Kloeckner 123
-011001000 Conde 123
-011001000 Cain 125
-011001000 CNN 126
-011001000 SCEcorp 127
-011001000 Mercedes-Benz 129
-011001000 Esprit 132
-011001000 D&B 134
-011001000 Donnelley 135
-011001000 JAL 140
-011001000 Kongsberg 142
-011001000 Cummins 144
-011001000 Thorn 149
-011001000 Tateho 150
-011001000 KMG 150
-011001000 Hugo 153
-011001000 IMC 156
-011001000 Subaru 160
-011001000 Hydro-Quebec 162
-011001000 Hallmark 162
-011001000 Intelsat 164
-011001000 Deloitte 165
-011001000 Apex 175
-011001000 Tiffany 178
-011001000 CGE 182
-011001000 Husky 183
-011001000 Barbie 183
-011001000 Daimler 192
-011001000 Michelin 195
-011001000 Owens-Corning 198
-011001000 PG&E 204
-011001000 Ericsson 219
-011001000 Monarch 222
-011001000 Colgate 229
-011001000 Amtrak 237
-011001000 A&P 238
-011001000 MIT 240
-011001000 GEC 247
-011001000 Daewoo 256
-011001000 Tesoro 266
-011001000 SAS 275
-011001000 Saturn 280
-011001000 Deere 288
-011001000 Suzuki 314
-011001000 TransCanada 320
-011001000 Alcoa 325
-011001000 BMW 330
-011001000 Paribas 344
-011001000 Oldsmobile 346
-011001000 Emery 361
-011001000 Searle 368
-011001000 Olivetti 372
-011001000 Christie 374
-011001000 Alcan 375
-011001000 Placid 386
-011001000 Cadillac 389
-011001000 Conrail 403
-011001000 Mazda 404
-011001000 Pepsi 413
-011001000 MITI 426
-011001000 VW 451
-011001000 ICN 466
-011001000 HBO 471
-011001000 Lilly 474
-011001000 Audi 476
-011001000 Renault 505
-011001000 Macy 517
-011001000 Suez 519
-011001000 Lear 571
-011001000 Ashland 572
-011001000 Hyundai 573
-011001000 OSHA 592
-011001000 Chevrolet 605
-011001000 P&G 633
-011001000 Arco 640
-011001000 SmithKline 666
-011001000 Citibank 673
-011001000 HUD 678
-011001000 Shell 679
-011001000 KKR 691
-011001000 Firestone 696
-011001000 Merck 699
-011001000 Coke 721
-011001000 Goodyear 809
-011001000 Getty 908
-011001000 EDS 966
-011001000 Kohlberg 997
-011001000 NASA 1027
-011001000 Nissan 1086
-011001000 Mesa 1115
-011001000 Occidental 1140
-011001000 Honda 1204
-011001000 Toyota 1253
-011001000 McDonald 1264
-011001000 Dome 1285
-011001000 Sears 2051
-011001000 GE 2280
-011001000 Citicorp 3265
-011001000 AT&T 3592
-011001000 Drexel 6024
-011001000 IBM 6035
-011001000 Ford 7188
-011001000 GM 6485
-0110010010 Talentbank 1
-0110010010 Quatro 1
-0110010010 Hardlines 1
-0110010010 Leksi 1
-0110010010 Tokico 1
-0110010010 Shuh-Riese 1
-0110010010 ATCO 1
-0110010010 Troop 1
-0110010010 Steelastic 1
-0110010010 COE 1
-0110010010 Seimens 1
-0110010010 SNIA-BPD 1
-0110010010 Meredyth 1
-0110010010 VanAmerongen 1
-0110010010 Rohoel-Aufsuchungs 1
-0110010010 OHBAYASHI 1
-0110010010 CALEDONIA 1
-0110010010 Monkem 1
-0110010010 Apparelcraft 1
-0110010010 Corpoven 1
-0110010010 HAPAG-LLOYD 1
-0110010010 Olin-Asahi 1
-0110010010 Bio-Logic 1
-0110010010 Helig-Meyers 1
-0110010010 Agipcoal 1
-0110010010 Sundaram-Clayton 1
-0110010010 Robeco 1
-0110010010 Cotricom 1
-0110010010 Randfontein 1
-0110010010 Santeuspacchio 1
-0110010010 Donauwerke 1
-0110010010 Barc 1
-0110010010 VERSICHERUNGS 1
-0110010010 Nadler-Philopena 1
-0110010010 PLM-BALL 1
-0110010010 Rosemount 1
-0110010010 Gentor 1
-0110010010 Eurotech 1
-0110010010 MARMON 1
-0110010010 Jordoniss 1
-0110010010 King-Size 1
-0110010010 Tianlong 1
-0110010010 Tweco 1
-0110010010 Compositek 1
-0110010010 Contain-A-Way 1
-0110010010 Thorn/EMI 1
-0110010010 Oiltex 1
-0110010010 Charcoal 1
-0110010010 Etma 1
-0110010010 ABV 1
-0110010010 Aker-Norcem 1
-0110010010 Toyoba 1
-0110010010 GENE-TRAK 1
-0110010010 Vicat 1
-0110010010 MicroSmart 1
-0110010010 JetStream 1
-0110010010 OMT 1
-0110010010 SAINT-FRERES 1
-0110010010 Koitaki 1
-0110010010 AECI 1
-0110010010 Optimem 1
-0110010010 McChild 1
-0110010010 Allia 1
-0110010010 Prodest 1
-0110010010 VCH 1
-0110010010 QINTEX 1
-0110010010 SOPAMED 1
-0110010010 Novatel 1
-0110010010 Venrock 1
-0110010010 Luchaire 1
-0110010010 Zantop 1
-0110010010 Nationale-Nederlanden 1
-0110010010 Diadora 1
-0110010010 Brasif 1
-0110010010 BurroughsWellcome 1
-0110010010 Fincentro 1
-0110010010 Saibu-Saison 1
-0110010010 Paktank 1
-0110010010 Competrol 1
-0110010010 Apco 1
-0110010010 Tele-Columbus 1
-0110010010 Magnetbahn 1
-0110010010 M.A.G. 1
-0110010010 Intamin 1
-0110010010 Bankasi 1
-0110010010 Woodlink 1
-0110010010 Multitasking 1
-0110010010 Vinters 1
-0110010010 Loeks-Star 1
-0110010010 co-publish 1
-0110010010 Starckjohann-Telko 1
-0110010010 Cen-Gold 1
-0110010010 Parasitic 1
-0110010010 Massuh 1
-0110010010 Morton-Norwich 1
-0110010010 Thoratec 1
-0110010010 Euro-Magnetics 1
-0110010010 Nolton 1
-0110010010 Bershire 1
-0110010010 SuperComputer 1
-0110010010 Bakso 1
-0110010010 FAMILIAN 1
-0110010010 Foervaltnings 1
-0110010010 Crosshaven 1
-0110010010 Reunida 1
-0110010010 BreakTime 1
-0110010010 Fastigehets 1
-0110010010 Rumbo 1
-0110010010 Interoil 1
-0110010010 BOUVET 1
-0110010010 QPL 1
-0110010010 Medlantic 1
-0110010010 BOLIDEN 1
-0110010010 Volador 1
-0110010010 Argali 1
-0110010010 Coldwrap 1
-0110010010 Lucky-Allied 1
-0110010010 Borlem 1
-0110010010 Salumi 1
-0110010010 Benson/Landberg 1
-0110010010 Katanning 1
-0110010010 Chequecard 1
-0110010010 Consolidator-Granaten 1
-0110010010 FRP 1
-0110010010 Villares 1
-0110010010 Industrikreditbank 1
-0110010010 Gerling 1
-0110010010 Pinetree 1
-0110010010 Bio-recovery 1
-0110010010 Silcorp 1
-0110010010 Sea-Alaska 1
-0110010010 Zaerix 1
-0110010010 Schwarzhaupt 1
-0110010010 Double-Double 1
-0110010010 Liande 1
-0110010010 Cameron-Brown 1
-0110010010 Far-Mac 1
-0110010010 Harris-Magnavox 1
-0110010010 Nordstress 1
-0110010010 EXEL 1
-0110010010 Cityquest 1
-0110010010 Kloeckner-Humbolt-Deutz 1
-0110010010 Fulkroad 1
-0110010010 ProForma 1
-0110010010 2323 1
-0110010010 Perbadanan 1
-0110010010 Luditec 1
-0110010010 Pegulan-Werke 1
-0110010010 TELIT 1
-0110010010 Herlitz 1
-0110010010 Transoil 1
-0110010010 WESTFIELD 1
-0110010010 Metdist 1
-0110010010 Cem-A-Care 1
-0110010010 Media-News 1
-0110010010 967,600 1
-0110010010 Rhodia 1
-0110010010 Messerschmitt-Boelkow-Bloehm 1
-0110010010 Boller/Coates/Spadaro 1
-0110010010 Gunze 1
-0110010010 Tel-Optik 1
-0110010010 Preventable 1
-0110010010 Kuntzle 1
-0110010010 Westmex 1
-0110010010 Dunavant 1
-0110010010 Snamprogetti 1
-0110010010 Tel-Optick 1
-0110010010 Goliad 1
-0110010010 Meditec 1
-0110010010 Cargocaire 1
-0110010010 Morris-Rospond 1
-0110010010 Lafarge-Coppee 1
-0110010010 Boart 1
-0110010010 HLS 1
-0110010010 GREENWOOD 1
-0110010010 OFP 1
-0110010010 Compagnia 1
-0110010010 Runglin 1
-0110010010 Newland 1
-0110010010 PETROCORP 1
-0110010010 VBB 1
-0110010010 Availco 1
-0110010010 ALFA-LAVAL 1
-0110010010 DataLab 1
-0110010010 Asset-Chile 1
-0110010010 Arbed-Saarstahl 1
-0110010010 Woodville 1
-0110010010 DENISON 1
-0110010010 MIP 1
-0110010010 NAVIGATION 1
-0110010010 Pick-Vanoff 1
-0110010010 R/Greenberg 1
-0110010010 Westfalenbank 1
-0110010010 Rank/Xerox 1
-0110010010 Hafslund 1
-0110010010 MOET-HENNESSY 1
-0110010010 MACARTHY 1
-0110010010 MANPOWER 1
-0110010010 Transammo 1
-0110010010 Serfina 1
-0110010010 Soprefin 1
-0110010010 Finalter 1
-0110010010 KemaNobel 1
-0110010010 REIL 1
-0110010010 DidierWerke 1
-0110010010 Tri-South 1
-0110010010 Provida 1
-0110010010 Etko 1
-0110010010 SOCS 1
-0110010010 Helming 1
-0110010010 Goirand 1
-0110010010 Mingold 1
-0110010010 San-co 1
-0110010010 Ubena 1
-0110010010 K.F.O. 1
-0110010010 GHK 1
-0110010010 SANGEMINI 1
-0110010010 Danaos 1
-0110010010 Heatube 1
-0110010010 Kissell 1
-0110010010 High/Low 1
-0110010010 Princeton/Montrose 1
-0110010010 Fairey 1
-0110010010 Treelane 1
-0110010010 VEUVE 1
-0110010010 Bosch-Siemens 1
-0110010010 Cauzin 1
-0110010010 Citropectina 1
-0110010010 C.P 1
-0110010010 Oakhill 1
-0110010010 HOCHTIEF 1
-0110010010 Lexitech 1
-0110010010 Miller-Wohl 1
-0110010010 Wildfire 1
-0110010010 Industrieverwaltungsgesellschaft 1
-0110010010 Industrievaerden 1
-0110010010 Lacarriere 1
-0110010010 Hidraulica 1
-0110010010 Serv-Mor 1
-0110010010 Lifetree 1
-0110010010 ScaniaVabis 1
-0110010010 Metalsa 1
-0110010010 Adience 1
-0110010010 FGR 1
-0110010010 Kanemori 1
-0110010010 Five-Star 1
-0110010010 Scott-Levin 1
-0110010010 FITZGERALD 1
-0110010010 Genelcan 1
-0110010010 Multilayer 1
-0110010010 Elisra 1
-0110010010 Travcan 1
-0110010010 Kawaguchi 1
-0110010010 ALSTHOM 1
-0110010010 Duty-Free 1
-0110010010 Papelok 1
-0110010010 Simco 1
-0110010010 US-Travel 1
-0110010010 G.N.W. 1
-0110010010 OKAMOTO 1
-0110010010 Stanwich 1
-0110010010 Indamerica 1
-0110010010 Transgene 1
-0110010010 A&L 1
-0110010010 Hydrocarbon 1
-0110010010 TCR 1
-0110010010 Marimpex 1
-0110010010 DWO 1
-0110010010 YAMASHITA-SHINNIHON 1
-0110010010 Bottelo 1
-0110010010 WhitMar 1
-0110010010 Brel 1
-0110010010 Unigestion 1
-0110010010 J.A.M. 1
-0110010010 DPCE 1
-0110010010 Interesow 1
-0110010010 Torras-Hostench 1
-0110010010 Lamy-Lutti 1
-0110010010 Reteitalia 1
-0110010010 GIROBANK 1
-0110010010 AirShuttle 1
-0110010010 FRANCOIS-DUFOUR-KERVERN 1
-0110010010 Payline 1
-0110010010 McCormick-Publicis 1
-0110010010 KaisterTech 1
-0110010010 NEDERLANDSCHE 1
-0110010010 Kagome 1
-0110010010 PHL 1
-0110010010 ED&D 1
-0110010010 Macmoter 1
-0110010010 Ecomat 1
-0110010010 Kelhan 1
-0110010010 Genpharm 1
-0110010010 Kiarti 1
-0110010010 GOTAGRUPPEN 1
-0110010010 Noritsu 1
-0110010010 Suttle 1
-0110010010 Finmec-canica 1
-0110010010 Computer/Management 1
-0110010010 Clarel 1
-0110010010 Boojum 1
-0110010010 Ibca 1
-0110010010 Nyland 1
-0110010010 SONANCE 1
-0110010010 Enroe 1
-0110010010 Bonso 1
-0110010010 Oberland-Glas 1
-0110010010 Greencash 1
-0110010010 RHINRHONE 1
-0110010010 MENEBA 1
-0110010010 Tca-IV 1
-0110010010 Korry 1
-0110010010 Golodetz 1
-0110010010 Winstone 1
-0110010010 A/W 1
-0110010010 Bimak 1
-0110010010 Papyrus 1
-0110010010 Pegulan 1
-0110010010 JJS 1
-0110010010 HOOKER 1
-0110010010 Cameo 1
-0110010010 CROS 1
-0110010010 Landbase 1
-0110010010 Downeast 1
-0110010010 Vismara 1
-0110010010 Davigel 1
-0110010010 Synercom 1
-0110010010 Asanuma 1
-0110010010 FIBERGLAS 1
-0110010010 Otto-Versand 1
-0110010010 FNR 1
-0110010010 Seiniger 1
-0110010010 In-Store 1
-0110010010 Nosac 1
-0110010010 Courtelis 1
-0110010010 Sartorius 1
-0110010010 SOGO 1
-0110010010 ITO-YOKADO 1
-0110010010 LBB 1
-0110010010 Brown-Williamson 1
-0110010010 Meadowbrook 1
-0110010010 Telerate-Radiocor 1
-0110010010 MITSUKOSHI 1
-0110010010 IAG 1
-0110010010 Cerestar 1
-0110010010 Loews/CNA 1
-0110010010 Arbco 1
-0110010010 Elektrowatt 1
-0110010010 Altamera 1
-0110010010 MicSa 1
-0110010010 SEMA-METRA 1
-0110010010 Kibon 1
-0110010010 AUSTRAC 1
-0110010010 HERON 1
-0110010010 AVIS 1
-0110010010 Imofo 1
-0110010010 Unigraphics 1
-0110010010 Caramba 1
-0110010010 Koolmees 1
-0110010010 Medchem 1
-0110010010 Permodalan 1
-0110010010 Sawyer-Miller 1
-0110010010 1,261,848 1
-0110010010 OSI/Network 1
-0110010010 Ame 1
-0110010010 Lladro 1
-0110010010 Japonica 1
-0110010010 Coner 1
-0110010010 Rosegate 1
-0110010010 Flugleasing 1
-0110010010 Stenexport 1
-0110010010 Shochiku-Fuji 1
-0110010010 Zeron 1
-0110010010 Neurotech 1
-0110010010 Arbobyl 1
-0110010010 Sappi 1
-0110010010 ADAC 1
-0110010010 Perinatal 1
-0110010010 Louis-Vuitton 1
-0110010010 Tunggal 1
-0110010010 Danaswara 1
-0110010010 Quoteplan 1
-0110010010 Caci 1
-0110010010 MLD 1
-0110010010 Georget 1
-0110010010 Saupiquet 1
-0110010010 Wirth-Gallo 1
-0110010010 Buckley/DeCerchio 1
-0110010010 Conticommodity 1
-0110010010 Kunick 1
-0110010010 WAZ 1
-0110010010 Comprhensive 1
-0110010010 Leathers 1
-0110010010 Kuhmo 1
-0110010010 Neodata 1
-0110010010 Intelsa 1
-0110010010 Galbani 1
-0110010010 Cydsa 1
-0110010010 Feralloys 1
-0110010010 Tripod 1
-0110010010 Highbury 1
-0110010010 Exley-Giles 1
-0110010010 114,375 1
-0110010010 SunBox 1
-0110010010 Eddot 1
-0110010010 Cati 1
-0110010010 Breon 1
-0110010010 Conspiracies 1
-0110010010 S.E.V. 1
-0110010010 ENICHEM 1
-0110010010 Locus 1
-0110010010 DUMENIL-LEBLE 1
-0110010010 Wal 1
-0110010010 Auchan 1
-0110010010 Firema 1
-0110010010 pre-Magna 1
-0110010010 Petroconsultants 1
-0110010010 BEGHIN-SAY 1
-0110010010 Mittel 1
-0110010010 Arvedi 1
-0110010010 EDIPRESSE 1
-0110010010 WESTLAND 1
-0110010010 GMP 1
-0110010010 Auto-Trol 1
-0110010010 Bioline 1
-0110010010 JED 1
-0110010010 BUITIONI 1
-0110010010 PERUGINA 1
-0110010010 Brocacef 1
-0110010010 Dagra 1
-0110010010 Medicopharma 1
-0110010010 Nogepha 1
-0110010010 Pharbita 1
-0110010010 Pharmachemie 1
-0110010010 Celtona 1
-0110010010 Intermedia 1
-0110010010 Rangenine 1
-0110010010 PetroFina 1
-0110010010 Zambon 1
-0110010010 Execucom 1
-0110010010 SIAB 1
-0110010010 Swedegas 1
-0110010010 Harmonia 1
-0110010010 Kedaung 1
-0110010010 Ceva 1
-0110010010 Reedpack 1
-0110010010 PICKWICK 1
-0110010010 Atlas-Alchem 1
-0110010010 LOWNDES 1
-0110010010 Sefinco 1
-0110010010 Instalaza 1
-0110010010 Shato 1
-0110010010 Trian 1
-0110010010 Cogefar 1
-0110010010 Longform 1
-0110010010 R&W 1
-0110010010 BOOKER 1
-0110010010 Carbon/Graphite 1
-0110010010 BTO 1
-0110010010 Aviofer 1
-0110010010 Semperit 1
-0110010010 Komodo 2
-0110010010 Cofreth 2
-0110010010 TAB 2
-0110010010 Micro-Economics 2
-0110010010 Bungener 2
-0110010010 Seven-arts 2
-0110010010 Nash-Finch 2
-0110010010 Primera 2
-0110010010 Hemglo 2
-0110010010 Steppan 2
-0110010010 Bizerba-Werke 2
-0110010010 PEKO-WALLSEND 2
-0110010010 Libby-Owens-Ford 2
-0110010010 Petitio 2
-0110010010 Hubinger 2
-0110010010 Chuckles 2
-0110010010 CANON 2
-0110010010 Merrico 2
-0110010010 Opsjonsentralen 2
-0110010010 ANTIBIOTICOS 2
-0110010010 Nightwing 2
-0110010010 Nippon-Gakki 2
-0110010010 CMD 2
-0110010010 Ransomes 2
-0110010010 Coopervision 2
-0110010010 Barber-Greene 2
-0110010010 Pierrel 2
-0110010010 Hapimag 2
-0110010010 Sonauto 2
-0110010010 Homco 2
-0110010010 DEG 2
-0110010010 Tahari 2
-0110010010 Euro-Belge 2
-0110010010 WFRR 2
-0110010010 1,734,075 2
-0110010010 Sige 2
-0110010010 Tel-Thermco 2
-0110010010 Vitalie 2
-0110010010 Thermos 2
-0110010010 CDF-CHIMIE 2
-0110010010 Chemco 2
-0110010010 METALLGESELLSCHAFT 2
-0110010010 Aril 2
-0110010010 DoveBar 2
-0110010010 HewlettPackard 2
-0110010010 Delftaland 2
-0110010010 Imetal 2
-0110010010 KEE 2
-0110010010 1,234,075 2
-0110010010 Dunmore 2
-0110010010 KREDIETBANK 2
-0110010010 Tomy 2
-0110010010 AirCruisers 2
-0110010010 Belvieu 2
-0110010010 SUPERDRUG 2
-0110010010 Prodome 2
-0110010010 Bettoja 2
-0110010010 RBW 2
-0110010010 Dawani 2
-0110010010 Vollrath 2
-0110010010 Willo 2
-0110010010 Albright-Knox 2
-0110010010 Wharfedale 2
-0110010010 Handlingair 2
-0110010010 Sielox 2
-0110010010 Keller-Crescent 2
-0110010010 Steris 2
-0110010010 Boarts 2
-0110010010 Investech 2
-0110010010 INDUSTRI 2
-0110010010 Sportstattenbau 2
-0110010010 Kemper/Bedford 2
-0110010010 BEAUTY 2
-0110010010 SoCal 2
-0110010010 AFSA 2
-0110010010 Accupham 2
-0110010010 Mojonnier 2
-0110010010 Sperrings 2
-0110010010 Post-Och 2
-0110010010 Vitarel 2
-0110010010 Farmers-Citizens 2
-0110010010 Arbi 2
-0110010010 D.M. 2
-0110010010 Basf 2
-0110010010 Hydril 2
-0110010010 Edap 2
-0110010010 Bancpro 2
-0110010010 Plumsters 2
-0110010010 Penn-Med 2
-0110010010 Geppetto 2
-0110010010 FLUOROCARBON 2
-0110010010 BVPS 2
-0110010010 Sellon 2
-0110010010 ITM 2
-0110010010 ANHEUSER-BUSCH 2
-0110010010 Rondeleux 2
-0110010010 Bio-Trends 2
-0110010010 Norcros 2
-0110010010 Hertie 2
-0110010010 BI/MS 2
-0110010010 Hatchette 2
-0110010010 Linvure 2
-0110010010 Gipharmex 2
-0110010010 Katenac 2
-0110010010 Hargitay 2
-0110010010 Salamander 2
-0110010010 IMOFO 2
-0110010010 National-Standard 2
-0110010010 Gruy 2
-0110010010 Lampyre 2
-0110010010 Gregorys 2
-0110010010 Hexatec 2
-0110010010 Pluess-Staufer 2
-0110010010 Intercooperation 2
-0110010010 Amoy 2
-0110010010 Headway 2
-0110010010 Munksjoe 2
-0110010010 Sicame 2
-0110010010 Grillet 2
-0110010010 DWJ 2
-0110010010 Germfree 2
-0110010010 Beeck-Feinkost 2
-0110010010 Kampmann 2
-0110010010 Amtrade 2
-0110010010 Envirosure 2
-0110010010 Hygena 2
-0110010010 Ontio 2
-0110010010 Godwins 2
-0110010010 Arkel 2
-0110010010 udc 2
-0110010010 Lancy 2
-0110010010 Keppel 2
-0110010010 ND 2
-0110010010 Unimar 2
-0110010010 DISC 2
-0110010010 Ratti 2
-0110010010 SeedTec 2
-0110010010 REPSOL 2
-0110010010 AJS 2
-0110010010 Solvac 2
-0110010010 Elopak 2
-0110010010 SELM 2
-0110010010 Seikosha 2
-0110010010 Rothbury 2
-0110010010 McLarnon 2
-0110010010 Inisel 2
-0110010010 Sofati 2
-0110010010 Kemet 2
-0110010010 ARBED 2
-0110010010 Ball-Onex 2
-0110010010 Z-Coat 2
-0110010010 Carnicon 2
-0110010010 Paravant 2
-0110010010 Nurol 2
-0110010010 Re-Entry 2
-0110010010 OmniChem 2
-0110010010 Cariplant 2
-0110010010 HK-TVB 2
-0110010010 Detailing 2
-0110010010 RHP 2
-0110010010 H&W 2
-0110010010 Rancourt 2
-0110010010 Permacel 2
-0110010010 Citmoco 2
-0110010010 Volkwagen 2
-0110010010 Visix 2
-0110010010 Swingster 2
-0110010010 Tarco 2
-0110010010 LifeStar 2
-0110010010 Nichiei 2
-0110010010 Gildemeister 2
-0110010010 ASKO 2
-0110010010 4,150,000 2
-0110010010 Robertshaw 2
-0110010010 Wardley-Thomson 2
-0110010010 Shadowfax 2
-0110010010 Salora 2
-0110010010 Preventa 2
-0110010010 Whitesmiths 2
-0110010010 Pelapack 2
-0110010010 Macaple 2
-0110010010 Arcorp 2
-0110010010 SIGE 2
-0110010010 Maljack 2
-0110010010 Kimm 2
-0110010010 Messerschmidt-Boelkow-Blohm 2
-0110010010 Flairdial 2
-0110010010 Telemetrix 2
-0110010010 CRAY 2
-0110010010 Mercapital 2
-0110010010 Marline 2
-0110010010 Softguard 2
-0110010010 Infosystems 2
-0110010010 Novar 2
-0110010010 Blero 2
-0110010010 Morubel 2
-0110010010 Trostberg 2
-0110010010 Penhall 2
-0110010010 Double-Cola 2
-0110010010 Nichii 2
-0110010010 Viro 2
-0110010010 Faygo 2
-0110010010 0.001 2
-0110010010 BioSurface 2
-0110010010 Lague 2
-0110010010 TAKASHIMAYA 2
-0110010010 Unicord 2
-0110010010 Nashoba 2
-0110010010 Syncon 2
-0110010010 Ecofuel 2
-0110010010 Instinct 2
-0110010010 MDU 2
-0110010010 Emb-Tex 2
-0110010010 Opubco 2
-0110010010 Grip-Rite 2
-0110010010 Goodweather 2
-0110010010 Ipsoa 2
-0110010010 Parco 2
-0110010010 NSI 2
-0110010010 Trachte 2
-0110010010 Unidev 2
-0110010010 Geocapital 2
-0110010010 Chopp 2
-0110010010 SD-Scicon 2
-0110010010 Fiti 2
-0110010010 Nexus 2
-0110010010 Iberduero 2
-0110010010 Motor-Columbus 2
-0110010010 Ablekind 2
-0110010010 Afora 2
-0110010010 Dolco 2
-0110010010 Bioassay 2
-0110010010 Osmose 2
-0110010010 Ultron 2
-0110010010 AUTOMOTIVE 2
-0110010010 Andelsbanken 2
-0110010010 LEF&C 2
-0110010010 Albadoro 2
-0110010010 Semacap 2
-0110010010 EBRO 2
-0110010010 Audifi 2
-0110010010 Remy-Martin 2
-0110010010 Vendamerica 2
-0110010010 Swedpoint 2
-0110010010 DSP 2
-0110010010 VBL 2
-0110010010 GEBRUEDER 2
-0110010010 Netherlines 2
-0110010010 Monder 2
-0110010010 Siga 2
-0110010010 Queue 2
-0110010010 Cergnul 2
-0110010010 AMLO 2
-0110010010 Soundcraft 2
-0110010010 Amerihost 2
-0110010010 Anglovaal 2
-0110010010 Distiller 2
-0110010010 Hesta 2
-0110010010 PACCAR 2
-0110010010 Centrafarm 2
-0110010010 Caschem 2
-0110010010 NewTel 2
-0110010010 Immunization 2
-0110010010 Fairbear 2
-0110010010 Qualla 2
-0110010010 Plitt 2
-0110010010 Morrith 2
-0110010010 ATE 2
-0110010010 SHERWIN-WILLIAMS 2
-0110010010 Fox-Morris 2
-0110010010 Saint-Louis 2
-0110010010 GRANINGEVERKEN 2
-0110010010 Artemisia 2
-0110010010 Locke-Sweatman 2
-0110010010 DMR 2
-0110010010 HACHETTE 2
-0110010010 ACCOR 2
-0110010010 PULLMAN 2
-0110010010 Franklins 2
-0110010010 Unitron 2
-0110010010 Teksid 2
-0110010010 ChemLink 2
-0110010010 StanChart 2
-0110010010 NEWELL 2
-0110010010 Entrad 2
-0110010010 TELUGU 2
-0110010010 ManTech 2
-0110010010 Polychimie 2
-0110010010 ENGINEERED 2
-0110010010 Chem-Security 2
-0110010010 FlighTrak 2
-0110010010 Vocam 2
-0110010010 BonTon 2
-0110010010 Generra 2
-0110010010 American-Standard 2
-0110010010 Nedam 2
-0110010010 Alcar 2
-0110010010 JRM 2
-0110010010 L.A 2
-0110010010 Millenium 2
-0110010010 Sumitomo-Yale 2
-0110010010 CBS-Sony 2
-0110010010 Brooktrout 2
-0110010010 Nutri-Cheese 2
-0110010010 Simulations 2
-0110010010 Banacol 2
-0110010010 Tallant/Yates 2
-0110010010 KOPPERS 2
-0110010010 Insite 2
-0110010010 ALFA 2
-0110010010 SCHINDLER 2
-0110010010 FUNNY 2
-0110010010 Seeq 2
-0110010010 Asmo 2
-0110010010 Shama 2
-0110010010 GUTHRIE 2
-0110010010 Cinemerica 2
-0110010010 Mineweld 2
-0110010010 Amtek 2
-0110010010 Electro-Plating 2
-0110010010 Merlin-Gerin 2
-0110010010 ENERGIES 2
-0110010010 Ceres 2
-0110010010 H&J 2
-0110010010 DENTSU 2
-0110010010 Fata 2
-0110010010 Dataserv 2
-0110010010 Uniplex 2
-0110010010 Sunair 2
-0110010010 TMP 2
-0110010010 Dupee 3
-0110010010 Amatil 3
-0110010010 Nyambui 3
-0110010010 Espa 3
-0110010010 Digi 3
-0110010010 Incon 3
-0110010010 Cabletron 3
-0110010010 ALLIED-SIGNAL 3
-0110010010 Guerbet 3
-0110010010 Kedem 3
-0110010010 Pafinvest 3
-0110010010 Nocopi 3
-0110010010 Sunkyong 3
-0110010010 Dupey 3
-0110010010 PW-Allison 3
-0110010010 VISTA 3
-0110010010 Petroleo 3
-0110010010 BANCA 3
-0110010010 Equi-Cor 3
-0110010010 Bayberry 3
-0110010010 Willas 3
-0110010010 Houghton-Mifflin 3
-0110010010 Filmtrax 3
-0110010010 Norbay 3
-0110010010 ERO 3
-0110010010 POTLATCH 3
-0110010010 Whitehot 3
-0110010010 TUBE 3
-0110010010 RENT-A-CENTER 3
-0110010010 Sidmak 3
-0110010010 GM-Fanuc 3
-0110010010 Gatoil 3
-0110010010 Sanyang 3
-0110010010 INGERSOLL-RAND 3
-0110010010 Eurexpansion 3
-0110010010 OEC 3
-0110010010 YJR 3
-0110010010 H&T 3
-0110010010 Cafaro 3
-0110010010 Tatung 3
-0110010010 Aectra 3
-0110010010 BREL 3
-0110010010 Tessek 3
-0110010010 Senetek 3
-0110010010 Altech 3
-0110010010 Progas 3
-0110010010 Comart 3
-0110010010 Packerland 3
-0110010010 Maritrans 3
-0110010010 Neilsen 3
-0110010010 Jackson-Cross 3
-0110010010 Guiness 3
-0110010010 MITAC 3
-0110010010 Kellow-Brown 3
-0110010010 Tollman-Hundley 3
-0110010010 Theurer 3
-0110010010 BRNF 3
-0110010010 Kyotaru 3
-0110010010 Robertsons 3
-0110010010 CRANE 3
-0110010010 FLF 3
-0110010010 Craisec 3
-0110010010 GULL 3
-0110010010 Banff 3
-0110010010 Sogevalor 3
-0110010010 HOESCH 3
-0110010010 BENETTON 3
-0110010010 Corabi 3
-0110010010 Hypothermia 3
-0110010010 Vacharaphol 3
-0110010010 Rowley-Scher 3
-0110010010 Omnichem 3
-0110010010 Comprimo 3
-0110010010 Greenlee 3
-0110010010 Wurltech 3
-0110010010 Westan 3
-0110010010 Voicemail 3
-0110010010 Corange 3
-0110010010 Linair 3
-0110010010 Farra 3
-0110010010 Bioplan 3
-0110010010 Middlewest 3
-0110010010 Skandifond 3
-0110010010 EFS 3
-0110010010 Updyke 3
-0110010010 Videojet 3
-0110010010 DMA 3
-0110010010 Caetec 3
-0110010010 Holmens 3
-0110010010 WorldInvest 3
-0110010010 UMP 3
-0110010010 Ametex 3
-0110010010 Cynba 3
-0110010010 Nieman-Marcus 3
-0110010010 Smedvig 3
-0110010010 Tirrena 3
-0110010010 IndieProd 3
-0110010010 Alkaril 3
-0110010010 PAE 3
-0110010010 Haromu 3
-0110010010 Sino 3
-0110010010 Amedo 3
-0110010010 Glenex 3
-0110010010 Innogenetics 3
-0110010010 Sargento 3
-0110010010 Hardaway 3
-0110010010 EDC 3
-0110010010 Nantahala 3
-0110010010 Phicom 3
-0110010010 Oakley-Sutton 3
-0110010010 COMMERZBANK 3
-0110010010 Computerbase 3
-0110010010 Debenhams 3
-0110010010 Clevite-Bridgestone 3
-0110010010 RHIN-RHONE 3
-0110010010 Macrodyne 3
-0110010010 Bassak 3
-0110010010 Cistron 3
-0110010010 Scholarly 3
-0110010010 Terminix 3
-0110010010 Essington 3
-0110010010 Email 3
-0110010010 CKD 3
-0110010010 Sema-Metra 3
-0110010010 T.O.S. 3
-0110010010 Roxboro 3
-0110010010 Syva 3
-0110010010 Lantor 3
-0110010010 Asher/Gould 3
-0110010010 Permutit 3
-0110010010 McAhn 3
-0110010010 Sasol 3
-0110010010 Birla 3
-0110010010 McDuff 3
-0110010010 Taggares 3
-0110010010 KSI 3
-0110010010 MBf 3
-0110010010 Mendik 3
-0110010010 BPT 3
-0110010010 EMAIL 3
-0110010010 Softlab 3
-0110010010 Irlemp 3
-0110010010 Gotco 3
-0110010010 Sasea 3
-0110010010 GCR 3
-0110010010 Pan-American 3
-0110010010 Elta 3
-0110010010 Vulnax 3
-0110010010 Nobelpharma 3
-0110010010 Cercast 3
-0110010010 Anjou 3
-0110010010 Tasselli 3
-0110010010 Bertlesmann 3
-0110010010 Broere 3
-0110010010 Miller-Valentine 3
-0110010010 Parkmount 3
-0110010010 Oxted 3
-0110010010 Rock-Tenn 3
-0110010010 Kanebo 3
-0110010010 Nestar 3
-0110010010 GMI 3
-0110010010 Cetia 3
-0110010010 EWA 3
-0110010010 Barings 3
-0110010010 Cue 3
-0110010010 Grattan 3
-0110010010 ADI 3
-0110010010 Metra 3
-0110010010 M.A.S.T. 3
-0110010010 Monenco 3
-0110010010 Asix 3
-0110010010 Ruetgerswerke 3
-0110010010 ASDA-MFI 3
-0110010010 Frontec 3
-0110010010 Saarbergwerke 3
-0110010010 CIN 3
-0110010010 NMI 3
-0110010010 MidFirst 3
-0110010010 Cyklop 3
-0110010010 Bayswater 3
-0110010010 Gorman-Rupp 3
-0110010010 Nisshinbo 3
-0110010010 Unibanco 3
-0110010010 Acwoo 3
-0110010010 Carphone 3
-0110010010 Symphar 3
-0110010010 Stratos 3
-0110010010 IWC 3
-0110010010 Ametalco 3
-0110010010 Henlys 3
-0110010010 Mazer 3
-0110010010 Bridon 3
-0110010010 Deshen 3
-0110010010 Ohio-Ferro 3
-0110010010 Allmat 3
-0110010010 Victorinox 3
-0110010010 Sunprene 3
-0110010010 Inoco 3
-0110010010 Marketcorp 3
-0110010010 Southwark 3
-0110010010 WDL 3
-0110010010 SRS 3
-0110010010 CYBO 3
-0110010010 Nanomask 3
-0110010010 Vitromatic 3
-0110010010 Carless 3
-0110010010 Comalco 3
-0110010010 Rockwell-Rimoldi 3
-0110010010 Shoudu 3
-0110010010 Mitac 3
-0110010010 Rederi 3
-0110010010 ITEL 3
-0110010010 SEBA 3
-0110010010 Blomfield 3
-0110010010 Bongrain 3
-0110010010 Postbank 3
-0110010010 Novalta 3
-0110010010 Merbanco 3
-0110010010 Chromine 3
-0110010010 Descente 3
-0110010010 Tune-In 3
-0110010010 Bayernwerk 3
-0110010010 Selame 3
-0110010010 Ilva 3
-0110010010 Kuraray 3
-0110010010 Zukor 3
-0110010010 Storwall 3
-0110010010 Deutscher 3
-0110010010 Kinnett 3
-0110010010 Fulham 3
-0110010010 1,275,000 3
-0110010010 SoGen 3
-0110010010 Intercon 3
-0110010010 TJ 3
-0110010010 BDF 3
-0110010010 Ciba-Corning 3
-0110010010 Pay-Per-View 3
-0110010010 Feruzzi 3
-0110010010 Industriekreditbank 3
-0110010010 Renusagar 3
-0110010010 FC 3
-0110010010 WATTIE 3
-0110010010 Grillmaster 3
-0110010010 FINSIDER 3
-0110010010 Caronan 3
-0110010010 Summey 3
-0110010010 Paradene 3
-0110010010 Gemaire 3
-0110010010 Ceilcote 3
-0110010010 Cordin 3
-0110010010 Kushner-Locke 3
-0110010010 MOUNTLEIGH 3
-0110010010 Debron 3
-0110010010 Carnaud 3
-0110010010 Danzas 3
-0110010010 UNDERWOODS 3
-0110010010 Thermadyne 3
-0110010010 Ringier 4
-0110010010 Cellmark 4
-0110010010 SYO 4
-0110010010 Polymotor 4
-0110010010 guinness 4
-0110010010 Amylum 4
-0110010010 Wetex 4
-0110010010 UV 4
-0110010010 W.E.T. 4
-0110010010 Kockums 4
-0110010010 ANF 4
-0110010010 Dong-ah 4
-0110010010 Spitman 4
-0110010010 Bia-Cor 4
-0110010010 Selcore 4
-0110010010 UNR 4
-0110010010 Furnas 4
-0110010010 MacLaren 4
-0110010010 Canimp 4
-0110010010 Ares-Serono 4
-0110010010 Rayan 4
-0110010010 Ajay 4
-0110010010 Bayshore 4
-0110010010 Ergo 4
-0110010010 WII 4
-0110010010 EAL 4
-0110010010 Interlego 4
-0110010010 GP 4
-0110010010 ANB 4
-0110010010 Biosource 4
-0110010010 Cagle 4
-0110010010 Holophone 4
-0110010010 Tavora 4
-0110010010 Tri 4
-0110010010 RoyWest 4
-0110010010 Carrefour 4
-0110010010 Shasta 4
-0110010010 Panini 4
-0110010010 Linter 4
-0110010010 Forbo 4
-0110010010 Frost-Nevada 4
-0110010010 Klorin 4
-0110010010 Carboloy 4
-0110010010 BBA 4
-0110010010 UPJOHN 4
-0110010010 Metier 4
-0110010010 Fluoromed 4
-0110010010 Scopus 4
-0110010010 Bejam 4
-0110010010 SWT 4
-0110010010 HealthWays 4
-0110010010 QFB 4
-0110010010 PPGH 4
-0110010010 DeLonghi 4
-0110010010 Fodor 4
-0110010010 FCB 4
-0110010010 SVG 4
-0110010010 Chartwell 4
-0110010010 Gist-Brocades 4
-0110010010 Hofi 4
-0110010010 Deprenyl 4
-0110010010 Stern/Monroe 4
-0110010010 Trailmobile 4
-0110010010 Saztec 4
-0110010010 Syscorp 4
-0110010010 Albion 4
-0110010010 Southbury 4
-0110010010 Windfields 4
-0110010010 Kustom 4
-0110010010 Bakrie 4
-0110010010 Muiden-Chemie 4
-0110010010 Cayzer 4
-0110010010 CHC 4
-0110010010 Karkar 4
-0110010010 HD 4
-0110010010 Dista 4
-0110010010 Maclean-Hunter 4
-0110010010 Siboney 4
-0110010010 Killearn 4
-0110010010 Amev 4
-0110010010 Canopus 4
-0110010010 ALCATEL 4
-0110010010 Topgallant 4
-0110010010 Coditel 4
-0110010010 Careal 4
-0110010010 Kao-Didak 4
-0110010010 Rajawali 4
-0110010010 Saxpy 4
-0110010010 Dairylea 4
-0110010010 Semitek 4
-0110010010 Tropigas 4
-0110010010 Cardkey 4
-0110010010 Berlex 4
-0110010010 Cannons 4
-0110010010 EWE 4
-0110010010 Schreder 4
-0110010010 Robotool 4
-0110010010 Trans-Pan 4
-0110010010 Borman/Gray 4
-0110010010 Timberline 4
-0110010010 Hillards 4
-0110010010 Sofina 4
-0110010010 Abt 4
-0110010010 Wunderman 4
-0110010010 Pharmakinetics 4
-0110010010 Cinecom 4
-0110010010 BDS 4
-0110010010 Mahanagar 4
-0110010010 Trompeter 4
-0110010010 Suisun 4
-0110010010 Facit 4
-0110010010 R.A.B. 4
-0110010010 Pavion 4
-0110010010 Luz 4
-0110010010 Siossigeno 4
-0110010010 Comrealty 4
-0110010010 Quintex 4
-0110010010 Wella 4
-0110010010 Saipem 4
-0110010010 Novopharm 4
-0110010010 Comp-U-Card 4
-0110010010 Wcrs 4
-0110010010 Koba 4
-0110010010 Gescan 4
-0110010010 AIResearch 4
-0110010010 Ann-Margret 4
-0110010010 TIMKEN 4
-0110010010 Beaudril 4
-0110010010 Lawrie 4
-0110010010 UI 4
-0110010010 Transnuklear 4
-0110010010 Linc 4
-0110010010 Madill 4
-0110010010 KROGER 4
-0110010010 Sealright 4
-0110010010 LINDE 4
-0110010010 Kikusui 4
-0110010010 Tecolote 4
-0110010010 MRB 4
-0110010010 Volkswagenwerk 4
-0110010010 Ophthalmic 4
-0110010010 Fitzwilton 4
-0110010010 Tadiran 4
-0110010010 Racal-Redac 4
-0110010010 InterTrade 4
-0110010010 Transpharma 4
-0110010010 Ste-Genevieve 4
-0110010010 TMG 4
-0110010010 Kindness 4
-0110010010 Vanzetti 4
-0110010010 CSFB-Effectenbank 4
-0110010010 Pandair 4
-0110010010 Sammi 4
-0110010010 IIT 4
-0110010010 DAIHATSU 4
-0110010010 Ifil 4
-0110010010 Toyco 4
-0110010010 IEOC 4
-0110010010 TLI 4
-0110010010 MTECH 4
-0110010010 Fieldstone 4
-0110010010 D.P. 4
-0110010010 Austexport 4
-0110010010 Sanko 4
-0110010010 Egyptair 4
-0110010010 EIC 4
-0110010010 Lunar 4
-0110010010 Trenwick 4
-0110010010 Eastville 4
-0110010010 Dixilyn-Field 4
-0110010010 PUMA 4
-0110010010 Backroom 4
-0110010010 Kabivitrum 4
-0110010010 Gunlocke 4
-0110010010 Marketel 4
-0110010010 Amertex 4
-0110010010 Durr 4
-0110010010 Castex 4
-0110010010 Quadrum 4
-0110010010 Sovardino 4
-0110010010 Informetrica 4
-0110010010 Yukong 4
-0110010010 arms-maker 4
-0110010010 Binks 4
-0110010010 GME 4
-0110010010 SMD 4
-0110010010 KBA 4
-0110010010 HonFed 4
-0110010010 ULTRAMAR 4
-0110010010 Hoescht 4
-0110010010 Zanuck/Brown 4
-0110010010 Nitsuko 4
-0110010010 Aisin 4
-0110010010 Graycliff 4
-0110010010 Fiap 4
-0110010010 ASDA 4
-0110010010 Moorgate 4
-0110010010 CoastFed 4
-0110010010 Hytek 4
-0110010010 Boursin 4
-0110010010 Mangrove 4
-0110010010 TODD 4
-0110010010 WD-40 4
-0110010010 Cybermedix 4
-0110010010 Trine 4
-0110010010 H&M 4
-0110010010 M.A.N. 5
-0110010010 Optionsmaeklarna 5
-0110010010 Imparc 5
-0110010010 MSP 5
-0110010010 Sulbath 5
-0110010010 Minox 5
-0110010010 W-L 5
-0110010010 Baupost 5
-0110010010 Tuscarora 5
-0110010010 Designhouse 5
-0110010010 Whitestone 5
-0110010010 Tartar 5
-0110010010 Sunbank 5
-0110010010 Vigilant 5
-0110010010 ARK 5
-0110010010 Clevebaco 5
-0110010010 Audio-Video 5
-0110010010 Glenborough 5
-0110010010 Ropart 5
-0110010010 KfW 5
-0110010010 HCS 5
-0110010010 Charms 5
-0110010010 Continuous 5
-0110010010 Cinamerica 5
-0110010010 BeautiControl 5
-0110010010 Weightman 5
-0110010010 Sludge 5
-0110010010 Sonrise 5
-0110010010 Datachecker 5
-0110010010 Adaptive 5
-0110010010 Kinkead 5
-0110010010 CreditBanc 5
-0110010010 Cristallina 5
-0110010010 BDR 5
-0110010010 WMG 5
-0110010010 Telesensory 5
-0110010010 WM 5
-0110010010 XTC 5
-0110010010 Asuka 5
-0110010010 Vorias 5
-0110010010 Hochtief 5
-0110010010 MicroProse 5
-0110010010 Wescol 5
-0110010010 Laaco 5
-0110010010 Kanematsu-Gosho 5
-0110010010 Clearpoint 5
-0110010010 Messerschmitt-Bolkow-Blohm 5
-0110010010 Umpqua 5
-0110010010 TPS 5
-0110010010 Antibioticos 5
-0110010010 SUZUKI 5
-0110010010 PPN 5
-0110010010 Riblet 5
-0110010010 BSB 5
-0110010010 Input 5
-0110010010 Moelnlycke 5
-0110010010 Petrochemicals 5
-0110010010 Phebo 5
-0110010010 Twyford 5
-0110010010 Ziba 5
-0110010010 DCC 5
-0110010010 Barnwell 5
-0110010010 BTU 5
-0110010010 Ellistan 5
-0110010010 Glastic 5
-0110010010 Webcott 5
-0110010010 WSGP 5
-0110010010 Intersec 5
-0110010010 Bio-Electro 5
-0110010010 BIC 5
-0110010010 Shidler 5
-0110010010 Lorilleux 5
-0110010010 Arup 5
-0110010010 Antica 5
-0110010010 Aska 5
-0110010010 Dan-Air 5
-0110010010 Carter-Glogau 5
-0110010010 Sema-Matra 5
-0110010010 HUDSON 5
-0110010010 RHM 5
-0110010010 Protexa 5
-0110010010 Playball 5
-0110010010 Bandai 5
-0110010010 Sealion 5
-0110010010 MI 5
-0110010010 AZL 5
-0110010010 Bioengineering 5
-0110010010 SEAGRAM 5
-0110010010 ProGas 5
-0110010010 Ansco 5
-0110010010 Columbine 5
-0110010010 Marzotto 5
-0110010010 Nonoc 5
-0110010010 Hitech 5
-0110010010 Miller-Klutznick-Davis-Gray 5
-0110010010 Canamax 5
-0110010010 CIGNA 5
-0110010010 KabiVitrum 5
-0110010010 Pluspetrol 5
-0110010010 XEROX 5
-0110010010 ZeroOne 5
-0110010010 SGB 5
-0110010010 Dixieline 5
-0110010010 SCHERING 5
-0110010010 Europcar 5
-0110010010 SQUIBB 5
-0110010010 VIAG 5
-0110010010 Avatar 5
-0110010010 LION 5
-0110010010 ACEC 5
-0110010010 Kaolin 5
-0110010010 Apricot 5
-0110010010 Jamco 5
-0110010010 MK-Ferguson 5
-0110010010 FFV 5
-0110010010 Avcorp 5
-0110010010 Iscor 5
-0110010010 GENCORP 5
-0110010010 Kaisertech 5
-0110010010 Birdview 5
-0110010010 Croesus 5
-0110010010 LEGRAND 5
-0110010010 Trebor 5
-0110010010 Grandview 5
-0110010010 Kennington 5
-0110010010 LSB 5
-0110010010 Finning 5
-0110010010 Paravision 5
-0110010010 RCA/Columbia 5
-0110010010 Manoil 5
-0110010010 Lesieur-Cotelle 5
-0110010010 Structured 5
-0110010010 Aneco 5
-0110010010 Fofo 5
-0110010010 Riker 5
-0110010010 IBL 5
-0110010010 Bilbao-Vizcaya 5
-0110010010 Gavilan 5
-0110010010 Agusta 5
-0110010010 Emess 5
-0110010010 Decoma 5
-0110010010 Andor 5
-0110010010 JBM 5
-0110010010 Apoyo 5
-0110010010 Southbrook 5
-0110010010 CompuCom 5
-0110010010 Keg 5
-0110010010 Neslemur 5
-0110010010 QMax 5
-0110010010 Fastenal 5
-0110010010 Glaverbel 5
-0110010010 C-Cor 5
-0110010010 Feltex 5
-0110010010 Betz 6
-0110010010 Winterland 6
-0110010010 Broadbeach 6
-0110010010 BMT 6
-0110010010 FUJITSU 6
-0110010010 CVB 6
-0110010010 DuroTest 6
-0110010010 Tele 6
-0110010010 PSI 6
-0110010010 Jatel 6
-0110010010 REDLAND 6
-0110010010 Hazelton 6
-0110010010 ElectroCom 6
-0110010010 TechAmerica 6
-0110010010 I.M.P. 6
-0110010010 Ralston-Purina 6
-0110010010 Carisbrook 6
-0110010010 EXTEL 6
-0110010010 Teijin 6
-0110010010 Mercatura 6
-0110010010 Coseka 6
-0110010010 Veuve 6
-0110010010 Disston 6
-0110010010 Inter-Pacific 6
-0110010010 Kebo 6
-0110010010 Krauss-Maffei 6
-0110010010 Alcoholic 6
-0110010010 Benckiser 6
-0110010010 SAINT-GOBAIN 6
-0110010010 PanCana 6
-0110010010 Masterman 6
-0110010010 LawPlan 6
-0110010010 GILLETTE 6
-0110010010 Tootal 6
-0110010010 MATRA 6
-0110010010 KD 6
-0110010010 Usinor 6
-0110010010 Prime-Coat 6
-0110010010 Amada 6
-0110010010 Altex 6
-0110010010 186,000 6
-0110010010 P.A.M. 6
-0110010010 TAG 6
-0110010010 Magistrates 6
-0110010010 DH 6
-0110010010 Orkem 6
-0110010010 Scallop 6
-0110010010 Girobank 6
-0110010010 Infodata 6
-0110010010 Yearpledge 6
-0110010010 Hypoint 6
-0110010010 Curragh 6
-0110010010 Wessanen 6
-0110010010 Ache 6
-0110010010 Kenaf 6
-0110010010 Cygnus 6
-0110010010 Paladin 6
-0110010010 Merksamer 6
-0110010010 TRICENTROL 6
-0110010010 SDA 6
-0110010010 FN 6
-0110010010 ASM 6
-0110010010 Nisker 6
-0110010010 Lesieur 6
-0110010010 Cotelle 6
-0110010010 BVL 6
-0110010010 JACOBS 6
-0110010010 Webcor 6
-0110010010 Wartsila 6
-0110010010 Cosipa 6
-0110010010 RealCap 6
-0110010010 Secor 6
-0110010010 XOMA 6
-0110010010 JMB/Federated 6
-0110010010 All-North 6
-0110010010 Schiess 6
-0110010010 Rayrock 6
-0110010010 SHARP 6
-0110010010 Martin/Williams 6
-0110010010 Healthco 6
-0110010010 Organon 6
-0110010010 Rax 6
-0110010010 Kinder 6
-0110010010 Protex 6
-0110010010 VJN 6
-0110010010 Aloka 6
-0110010010 NOBEL 6
-0110010010 GMFanuc 6
-0110010010 Infante 6
-0110010010 BARCLAYS 6
-0110010010 Allenvest 6
-0110010010 Carlsberg 6
-0110010010 Forsayth 6
-0110010010 Tye 6
-0110010010 Columbian 6
-0110010010 Unison 6
-0110010010 Mechtron 6
-0110010010 Pioneer-Standard 6
-0110010010 Compass 6
-0110010010 Hema 6
-0110010010 MetLife 6
-0110010010 Cadence 6
-0110010010 FLETCHER 6
-0110010010 Televents 6
-0110010010 BENEDICTINE 6
-0110010010 AFA 6
-0110010010 GSD&M 6
-0110010010 Millbrook 6
-0110010010 PrimeBank 6
-0110010010 Fibronics 6
-0110010010 RXR 6
-0110010010 STOREHOUSE 6
-0110010010 Inageya 6
-0110010010 Lopat 6
-0110010010 Inacomp 6
-0110010010 Petrosar 6
-0110010010 Caiola 6
-0110010010 COCA-COLA 6
-0110010010 Tsugami 6
-0110010010 CMB 6
-0110010010 Sithe-Energies 6
-0110010010 DKB 6
-0110010010 Interstrat 6
-0110010010 NORTHROP 6
-0110010010 Novametrix 7
-0110010010 Elron 7
-0110010010 CIBA-GEIGY 7
-0110010010 Cecos 7
-0110010010 Huntco 7
-0110010010 CitiSteel 7
-0110010010 Taneyev 7
-0110010010 EastGroup 7
-0110010010 TFBA 7
-0110010010 Piaget 7
-0110010010 DMW 7
-0110010010 PAT 7
-0110010010 Banknorth 7
-0110010010 McCorquodale 7
-0110010010 Arnell/Bickford 7
-0110010010 Libbey-Owens-Ford 7
-0110010010 Harleysville 7
-0110010010 Laurdan 7
-0110010010 GPG 7
-0110010010 FREEMANS 7
-0110010010 AAP 7
-0110010010 PILKINGTON 7
-0110010010 IFIL 7
-0110010010 ICF 7
-0110010010 Caradon 7
-0110010010 Selm 7
-0110010010 Accent 7
-0110010010 Leasco 7
-0110010010 Detox 7
-0110010010 TRANSPORTATION 7
-0110010010 JLG 7
-0110010010 Montenay 7
-0110010010 Lowrance 7
-0110010010 Beddors 7
-0110010010 Panfida 7
-0110010010 IATA 7
-0110010010 Harrods 7
-0110010010 KOP 7
-0110010010 INCO 7
-0110010010 Stolt 7
-0110010010 Medstat 7
-0110010010 Labinal 7
-0110010010 Texstar 7
-0110010010 BJ-Titan 7
-0110010010 Perugina 7
-0110010010 Cobe 7
-0110010010 S-K-I 7
-0110010010 Lurgi 7
-0110010010 Marquest 7
-0110010010 Gurit-Essex 7
-0110010010 InterContinental 7
-0110010010 MedMaster 7
-0110010010 Micros 7
-0110010010 d-Con 7
-0110010010 MRS 7
-0110010010 HRB 7
-0110010010 Fujikura 7
-0110010010 Avdel 7
-0110010010 Takashimaya 7
-0110010010 JAGUAR 7
-0110010010 Mentholatum 7
-0110010010 Sourcing 7
-0110010010 Data-Design 7
-0110010010 Grubstein 7
-0110010010 Harland 7
-0110010010 Transway 7
-0110010010 Asbestec 7
-0110010010 WNW 7
-0110010010 Brascade 7
-0110010010 Cluett-Peabody 7
-0110010010 Agassiz 7
-0110010010 NVRyan 7
-0110010010 KBGS 7
-0110010010 Michie 7
-0110010010 Twiglet 7
-0110010010 Heilig-Meyers 7
-0110010010 Occupational-Urgent 7
-0110010010 Portal 7
-0110010010 Kuney 7
-0110010010 Sellier 7
-0110010010 UMC 7
-0110010010 Jetborne 7
-0110010010 Beijer 7
-0110010010 Myson 7
-0110010010 NPM 7
-0110010010 Hanjin 7
-0110010010 Germania 7
-0110010010 Meggitt 7
-0110010010 AMEV 7
-0110010010 BEC 7
-0110010010 Grid 7
-0110010010 Capitalcorp 7
-0110010010 Newgateway 7
-0110010010 Goodtab 7
-0110010010 Skanska 7
-0110010010 THYSSEN 7
-0110010010 Boral 7
-0110010010 Gemina 7
-0110010010 Plexus 7
-0110010010 Safco 7
-0110010010 Adra 7
-0110010010 PDA 7
-0110010010 Dic 7
-0110010010 Handleman 7
-0110010010 Bogues 7
-0110010010 LONRHO 7
-0110010010 Hanna-Barbera 7
-0110010010 BancServe 7
-0110010010 DIM 7
-0110010010 NetFrame 7
-0110010010 SAAB-SCANIA 7
-0110010010 Conder 7
-0110010010 Metrobank 7
-0110010010 Anaconda 7
-0110010010 Konishiroku 7
-0110010010 CI 7
-0110010010 Bunzl 7
-0110010010 Chefs 8
-0110010010 Sym-Tek 8
-0110010010 Polycast 8
-0110010010 Marui 8
-0110010010 Conifer 8
-0110010010 Aiwa 8
-0110010010 AVAQ 8
-0110010010 DYR 8
-0110010010 Logica 8
-0110010010 Modular 8
-0110010010 PEARSON 8
-0110010010 Diagnostic/Retrieval 8
-0110010010 MCM 8
-0110010010 RHONE-POULENC 8
-0110010010 Texcel 8
-0110010010 Peko-Wallsend 8
-0110010010 ENTE 8
-0110010010 Embraer 8
-0110010010 CACI 8
-0110010010 FERRUZZI 8
-0110010010 Whitemont 8
-0110010010 Sonoco 8
-0110010010 Meson 8
-0110010010 PIP 8
-0110010010 Multimate 8
-0110010010 Faraday 8
-0110010010 Drackett 8
-0110010010 QO 8
-0110010010 Gambro 8
-0110010010 Alfa-Laval 8
-0110010010 J.D.S. 8
-0110010010 Helix 8
-0110010010 PORSCHE 8
-0110010010 AKZO 8
-0110010010 Superdrug 8
-0110010010 TENN-USS 8
-0110010010 CJM 8
-0110010010 Genlyte 8
-0110010010 BL 8
-0110010010 MANNESMANN 8
-0110010010 Paloma 8
-0110010010 Athena 8
-0110010010 Tyndall 8
-0110010010 BRIERLEY 8
-0110010010 Doyon 8
-0110010010 Klynveld 8
-0110010010 D&R 8
-0110010010 Safecard 8
-0110010010 Petrosynthese 8
-0110010010 Sabaudia 8
-0110010010 Exel 8
-0110010010 Abrams/Gentile 8
-0110010010 Paramax 8
-0110010010 RealAmerica 8
-0110010010 REED 8
-0110010010 Decom 8
-0110010010 Rhoto 8
-0110010010 ArtCarved 8
-0110010010 Rockrose 8
-0110010010 Carello 8
-0110010010 LPC 8
-0110010010 NCC 8
-0110010010 EDP 8
-0110010010 Sedco 8
-0110010010 Grundig 8
-0110010010 Secom 8
-0110010010 IBIS 8
-0110010010 Cogeco 8
-0110010010 Fasig-Tipton 8
-0110010010 Marmac 8
-0110010010 Zotos 8
-0110010010 STATOIL 8
-0110010010 Proventus 8
-0110010010 Ifint 8
-0110010010 Finmeccanica 8
-0110010010 JMR 8
-0110010010 Seabright 8
-0110010010 KCS 8
-0110010010 Amerifirst 8
-0110010010 MC 8
-0110010010 WILLIAMS 8
-0110010010 ROWNTREE 8
-0110010010 Oceaneering 8
-0110010010 Florafax 9
-0110010010 Nippondenso 9
-0110010010 Toyobo 9
-0110010010 VM 9
-0110010010 Luxor 9
-0110010010 Pembina 9
-0110010010 Fresenius 9
-0110010010 Optek 9
-0110010010 D.O.C. 9
-0110010010 Bricom 9
-0110010010 Envirosafe 9
-0110010010 B&O 9
-0110010010 EniChem 9
-0110010010 Proximity 9
-0110010010 ContiCommodity 9
-0110010010 Westside 9
-0110010010 Centram 9
-0110010010 Comtrex 9
-0110010010 Petainer 9
-0110010010 MetroBanc 9
-0110010010 HON 9
-0110010010 Poclain 9
-0110010010 CLC 9
-0110010010 ECL 9
-0110010010 Parke-Davis 9
-0110010010 Hycroft 9
-0110010010 Tooth 9
-0110010010 ALLIED-LYONS 9
-0110010010 Toto 9
-0110010010 Rediffusion 9
-0110010010 Aancor 9
-0110010010 Moulinex 9
-0110010010 JC 9
-0110010010 Gousha 9
-0110010010 Carborundum 9
-0110010010 Datron 9
-0110010010 Transohio 9
-0110010010 SEEQ 9
-0110010010 OMV 9
-0110010010 DME 9
-0110010010 FKB 9
-0110010010 BDDP 9
-0110010010 Pathonic 9
-0110010010 Mediamark 9
-0110010010 VPI 9
-0110010010 MoneyCard 9
-0110010010 SANDOZ 9
-0110010010 Cilva 9
-0110010010 Ansaldo 9
-0110010010 Gene-Trak 9
-0110010010 WOOLWORTH 9
-0110010010 Agra 9
-0110010010 Kingfisher 9
-0110010010 ISS 10
-0110010010 Richemont 10
-0110010010 BRE 10
-0110010010 Marmon 10
-0110010010 I.M.S. 10
-0110010010 Pengo 10
-0110010010 BEI 10
-0110010010 Rostuca 10
-0110010010 Worldvision 10
-0110010010 SOUTHLAND 10
-0110010010 PEUGEOT 10
-0110010010 JTM 10
-0110010010 Mesta 10
-0110010010 Ruberoid 10
-0110010010 EA 10
-0110010010 MEM 10
-0110010010 Crowborough 10
-0110010010 AEG-Telefunken 10
-0110010010 Alizac 10
-0110010010 IPM 10
-0110010010 Gilbreth 10
-0110010010 TELEFON 10
-0110010010 DeVilbiss 10
-0110010010 Bekaert 10
-0110010010 Dim 10
-0110010010 Bemis 10
-0110010010 Imprimis 10
-0110010010 AC&R 10
-0110010010 Micropro 10
-0110010010 McGraw-Edison 10
-0110010010 Lep 10
-0110010010 Telematics 10
-0110010010 Zanussi 10
-0110010010 Gencor 10
-0110010010 Stansbury 10
-0110010010 SFE 10
-0110010010 EDM 10
-0110010010 Chujitsuya 10
-0110010010 SBK 10
-0110010010 Bulova 10
-0110010010 Inchcape 10
-0110010010 HPB 10
-0110010010 Abcotek 10
-0110010010 Moosehead 10
-0110010010 DEE 10
-0110010010 Methode 10
-0110010010 VEBA 10
-0110010010 Cinram 10
-0110010010 T&N 10
-0110010010 KPMG 10
-0110010010 OKC 10
-0110010010 RECO 10
-0110010010 Telit 10
-0110010010 Alcon 10
-0110010010 Statewide 10
-0110010010 Fawcett 10
-0110010010 Boliden 10
-0110010010 Decorator 10
-0110010010 STET 10
-0110010010 Interpore 10
-0110010010 Clematis 10
-0110010010 Cros 10
-0110010010 Marbil 10
-0110010010 Ficom 10
-0110010010 Harris-Teeter 10
-0110010010 Glidden 10
-0110010010 AEP 10
-0110010010 RANKS 10
-0110010010 Morlan 10
-0110010010 ELSEVIER 10
-0110010010 KLUWER 10
-0110010010 Everex 10
-0110010010 Assubel 11
-0110010010 Grosvenor 11
-0110010010 Pipetec 11
-0110010010 Oasis 11
-0110010010 Scintilore 11
-0110010010 Roussel-Uclaf 11
-0110010010 Feltrax 11
-0110010010 SONY 11
-0110010010 NPD 11
-0110010010 MICC 11
-0110010010 Zeus 11
-0110010010 Konsultat 11
-0110010010 ALLIED 11
-0110010010 Kanghua 11
-0110010010 UNILEVER 11
-0110010010 Fujiya 11
-0110010010 NSM 11
-0110010010 CES 11
-0110010010 Eksportfinans 11
-0110010010 GPD 11
-0110010010 Okabe 11
-0110010010 AgriVisor 11
-0110010010 CAMPEAU 11
-0110010010 Voest-Alpine 11
-0110010010 Tri-County 11
-0110010010 Raine 11
-0110010010 Orogil 11
-0110010010 Mennen 11
-0110010010 Bowcan 11
-0110010010 PharmaKinetics 11
-0110010010 Rex-PT 11
-0110010010 Gechem 11
-0110010010 Ladish 11
-0110010010 GRiD 11
-0110010010 FRAMATOME 11
-0110010010 Hoskyns 11
-0110010010 Intex 11
-0110010010 Addington 11
-0110010010 TriStar 11
-0110010010 Bekins 11
-0110010010 Cockerill-Sambre 11
-0110010010 Erly 11
-0110010010 GB-Inno-BM 11
-0110010010 BGS 11
-0110010010 Ertl 11
-0110010010 Standex 11
-0110010010 Incom 11
-0110010010 Sapporo 11
-0110010010 BCM 11
-0110010010 Heldor 11
-0110010010 Wicat 11
-0110010010 Sonex 11
-0110010010 SFC 11
-0110010010 Wyle 11
-0110010010 Galt 11
-0110010010 Nedlloyd 11
-0110010010 Times-Mirror 11
-0110010010 Amerford 11
-0110010010 C&S 11
-0110010010 Dalgety 11
-0110010010 Rowenta 11
-0110010010 Landbank 11
-0110010010 Leeco 11
-0110010010 Saurer 11
-0110010010 C&P 11
-0110010010 Thorn-EMI 12
-0110010010 Stiffel 12
-0110010010 BRITOIL 12
-0110010010 ISM 12
-0110010010 Wiltron 12
-0110010010 Behringwerke 12
-0110010010 Constar 12
-0110010010 IMG 12
-0110010010 Accor 12
-0110010010 Biocine 12
-0110010010 Sega 12
-0110010010 SmartCard 12
-0110010010 Bison 12
-0110010010 Heinold 12
-0110010010 Payload 12
-0110010010 FCD 12
-0110010010 ASSUBEL-VIE 12
-0110010010 Detector 12
-0110010010 Astrophysics 12
-0110010010 Troon 12
-0110010010 Clydesdale 12
-0110010010 TreeSweet 12
-0110010010 Napco 12
-0110010010 MDC 12
-0110010010 Finarte 12
-0110010010 MBS 12
-0110010010 Transrapid 12
-0110010010 Modine 12
-0110010010 Buehler 12
-0110010010 Gilead 12
-0110010010 Massey-Ferguson 12
-0110010010 TRIG 12
-0110010010 Riverbend 12
-0110010010 Altus 12
-0110010010 Snap-On 12
-0110010010 Lockheed-Georgia 12
-0110010010 Pennex 12
-0110010010 BAYER 12
-0110010010 ASSICURAZIONI 12
-0110010010 Tenglemann 12
-0110010010 KMW 12
-0110010010 Spie 12
-0110010010 Bio-Rad 12
-0110010010 WordStar 12
-0110010010 U.E. 12
-0110010010 Arcata 12
-0110010010 Heritage-NIS 12
-0110010010 OMI 13
-0110010010 Kaysersberg 13
-0110010010 EBS 13
-0110010010 Checkpoint 13
-0110010010 Friendswood 13
-0110010010 OPT 13
-0110010010 Hiway 13
-0110010010 Lockheed-California 13
-0110010010 Nasco 13
-0110010010 DeLaurentiis 13
-0110010010 Octopus 13
-0110010010 Acer 13
-0110010010 Groundwater 13
-0110010010 Powercise 13
-0110010010 Plenmeer 13
-0110010010 Mor-Flo 13
-0110010010 Rapoca 13
-0110010010 WestFed 13
-0110010010 Sfernice 13
-0110010010 Aeritalia 13
-0110010010 Watkins-Johnson 13
-0110010010 Penwest 13
-0110010010 GEO 13
-0110010010 CyCare 13
-0110010010 Frontiers-Alaska 13
-0110010010 Stuart-James 13
-0110010010 RMC 13
-0110010010 Coronet 13
-0110010010 Geac 13
-0110010010 Dowty 13
-0110010010 Purex 13
-0110010010 Schwinn 13
-0110010010 Designcraft 13
-0110010010 Transtector 13
-0110010010 Graningeverken 13
-0110010010 Robeson 13
-0110010010 Lummus 13
-0110010010 U.E.I. 13
-0110010010 Ero 13
-0110010010 Beco 13
-0110010010 Blenheim 13
-0110010010 PLESSEY 13
-0110010010 Ruhrgas 13
-0110010010 Almys 13
-0110010010 Kloeckner-Werke 13
-0110010010 Ormand 13
-0110010010 EUROTUNNEL 13
-0110010010 Apogee 13
-0110010010 Hermes 13
-0110010010 Lawter 13
-0110010010 Telettra 13
-0110010010 Burda 13
-0110010010 ROLLS-ROYCE 13
-0110010010 Solitron 13
-0110010010 Pawnee 13
-0110010010 Moore-McCormack 13
-0110010010 Dense-Pac 14
-0110010010 Pietro 14
-0110010010 Espey 14
-0110010010 Pocket 14
-0110010010 Asko 14
-0110010010 Tesco 14
-0110010010 Seiyu 14
-0110010010 CTI 14
-0110010010 Pacholder 14
-0110010010 Camro 14
-0110010010 Mojo 14
-0110010010 Sedgwick 14
-0110010010 Sifco 14
-0110010010 TMOC 14
-0110010010 PI 14
-0110010010 ORI 14
-0110010010 MHI 14
-0110010010 Winterthur 14
-0110010010 Varitronic 14
-0110010010 Asda 14
-0110010010 Siebe 14
-0110010010 MB 14
-0110010010 Acco 14
-0110010010 GMF 14
-0110010010 HOECHST 14
-0110010010 Igene 14
-0110010010 Euromoney 14
-0110010010 Forschner 14
-0110010010 PCM 14
-0110010010 Qmax 14
-0110010010 Keebler 14
-0110010010 Tulip 14
-0110010010 AFP 14
-0110010010 Hambro 14
-0110010010 Arley 14
-0110010010 Maybelline 14
-0110010010 SKF 14
-0110010010 Cosma 14
-0110010010 Mast 14
-0110010010 Fluorocarbon 14
-0110010010 Campofrio 14
-0110010010 Koll 14
-0110010010 Pembridge 14
-0110010010 Lucasfilm 14
-0110010010 InterDyne 14
-0110010010 Abaco 14
-0110010010 TELEMECANIQUE 14
-0110010010 UEI 14
-0110010010 Hydraulic 14
-0110010010 Telectronics 15
-0110010010 Gruen 15
-0110010010 Cardiac 15
-0110010010 SIEMENS 15
-0110010010 Weldwood 15
-0110010010 Galveston-Houston 15
-0110010010 Jordache 15
-0110010010 SAI 15
-0110010010 BroadBeach 15
-0110010010 GriD 15
-0110010010 Manischewitz 15
-0110010010 SunPoint 15
-0110010010 Evergood 15
-0110010010 Broderbund 15
-0110010010 ChinTung 15
-0110010010 Boddington 15
-0110010010 Halcyon 15
-0110010010 Suncook 15
-0110010010 Threshold 15
-0110010010 Sumter 15
-0110010010 Modelo 15
-0110010010 Finalco 15
-0110010010 Wendt-Bristol 15
-0110010010 Wiland 15
-0110010010 Presto 15
-0110010010 Aberford 15
-0110010010 Wyeth-Ayerst 15
-0110010010 Comfinance 15
-0110010010 Lex 15
-0110010010 Beghin-Say 15
-0110010010 Atco 15
-0110010010 ERG 16
-0110010010 Amro 16
-0110010010 Weider 16
-0110010010 R.B. 16
-0110010010 Manitowoc 16
-0110010010 Amblin 16
-0110010010 Modulaire 16
-0110010010 Looart 16
-0110010010 Connoisseur 16
-0110010010 Amca 16
-0110010010 SEARS 16
-0110010010 Riverhead 16
-0110010010 Zeta 16
-0110010010 Metaphor 16
-0110010010 Enex 16
-0110010010 Ellesse 16
-0110010010 Continuum 16
-0110010010 TR 16
-0110010010 Orient-Express 16
-0110010010 Develcon 16
-0110010010 Nutri-Metics 16
-0110010010 Accel 16
-0110010010 WGBH 16
-0110010010 Mainichi 16
-0110010010 Signet 16
-0110010010 BPI 16
-0110010010 DAEWOO 16
-0110010010 Hyster 16
-0110010010 Bralorne 16
-0110010010 Auxton 16
-0110010010 SGS-Thomson 16
-0110010010 Kredietbank 16
-0110010010 Arbed 16
-0110010010 Nasta 16
-0110010010 MSA 17
-0110010010 Paperback 17
-0110010010 Christies 17
-0110010010 Energas 17
-0110010010 Wyman-Gordon 17
-0110010010 Metro-Goldwyn-Mayer 17
-0110010010 Richco 17
-0110010010 FHP 17
-0110010010 Landor 17
-0110010010 Campbell-Mithun 17
-0110010010 Proler 17
-0110010010 VTX 17
-0110010010 Relational 17
-0110010010 NESTLE 17
-0110010010 Jusco 17
-0110010010 Lam 17
-0110010010 Guardsman 17
-0110010010 TeleVideo 17
-0110010010 Richton 17
-0110010010 Scribe 17
-0110010010 TCA-IV 17
-0110010010 Vesta 17
-0110010010 Cookson 17
-0110010010 Interlink 17
-0110010010 Entre 17
-0110010010 Parkside 17
-0110010010 RAM 17
-0110010010 MITSUBISHI 17
-0110010010 Cogema 17
-0110010010 Enigma 17
-0110010010 Lucky-Goldstar 17
-0110010010 Mitsukoshi 17
-0110010010 Advent 17
-0110010010 Emigrant 17
-0110010010 Halston 18
-0110010010 Park-Ohio 18
-0110010010 PNB 18
-0110010010 RMS 18
-0110010010 GNI 18
-0110010010 Natomas 18
-0110010010 WTC 18
-0110010010 BEA 18
-0110010010 Crush 18
-0110010010 OAG 18
-0110010010 Ayerst 18
-0110010010 TBK 18
-0110010010 Minebea 18
-0110010010 Hillsdown 18
-0110010010 Teleprobe 18
-0110010010 Daishowa 18
-0110010010 SCHNEIDER 18
-0110010010 Procordia 18
-0110010010 Ito-Yokado 18
-0110010010 Metallgesellschaft 18
-0110010010 KSZ 18
-0110010010 LCP 18
-0110010010 Softsoap 18
-0110010010 NHK 18
-0110010010 DAIMLER-BENZ 18
-0110010010 Intelco 18
-0110010010 Beiersdorf 18
-0110010010 Starpointe 18
-0110010010 THOMSON 18
-0110010010 Drillbit 18
-0110010010 Hazleton 18
-0110010010 Ebro 18
-0110010010 P&O 18
-0110010010 ServiceMaster 18
-0110010010 ILC 18
-0110010010 SportsChannel 18
-0110010010 ISL 18
-0110010010 Eljer 18
-0110010010 PT 18
-0110010010 Duriron 18
-0110010010 Societa 19
-0110010010 Culligan 19
-0110010010 TBS 19
-0110010010 Poseidon 19
-0110010010 CGS 19
-0110010010 Leyland 19
-0110010010 Perrigo 19
-0110010010 Ratier-Forest 19
-0110010010 FlightSafety 19
-0110010010 Calgroup 19
-0110010010 Tierco 19
-0110010010 Blendax 19
-0110010010 S.O.Q. 19
-0110010010 Alamito 19
-0110010010 Amersham 19
-0110010010 Dolby 19
-0110010010 JVC/Victor 19
-0110010010 HRE 19
-0110010010 Ceco 19
-0110010010 Ebasco 19
-0110010010 PHH 19
-0110010010 IMI 19
-0110010010 Datarex 19
-0110010010 Paperboard 19
-0110010010 FERMENTA 19
-0110010010 CPM 19
-0110010010 TNP 19
-0110010010 TA 19
-0110010010 MacPherson 19
-0110010010 Tanabe 20
-0110010010 Wells-Gardner 20
-0110010010 VLSI 20
-0110010010 Valor 20
-0110010010 Wardley 20
-0110010010 Repap 20
-0110010010 Hi-Port 20
-0110010010 Biovest 20
-0110010010 C&W 20
-0110010010 SCA 20
-0110010010 Mediplex 20
-0110010010 CUC 20
-0110010010 Air-Shuttle 20
-0110010010 BSD 20
-0110010010 Freshbake 20
-0110010010 Mosaic 20
-0110010010 Chargeurs 20
-0110010010 Manic 20
-0110010010 BET 20
-0110010010 DAF 20
-0110010010 HG 20
-0110010010 U-Haul 20
-0110010010 CA 20
-0110010010 Reliable 20
-0110010010 Ampal 20
-0110010010 MONTEDISON 20
-0110010010 Comptek 20
-0110010010 Repsol 20
-0110010010 Sizzler 20
-0110010010 Campbell-Mithun-Esty 20
-0110010010 Aegon 20
-0110010010 Vendo 20
-0110010010 IFR 21
-0110010010 GROUPE 21
-0110010010 Doman 21
-0110010010 Kloeckner-Humboldt-Deutz 21
-0110010010 Benel 21
-0110010010 Telco 21
-0110010010 Rockport 21
-0110010010 MGI 21
-0110010010 Frequency 21
-0110010010 PCL 21
-0110010010 Cemp 21
-0110010010 Pargesa 21
-0110010010 Wedgestone 21
-0110010010 Wurlitzer 21
-0110010010 ElectroSound 21
-0110010010 USACafes 21
-0110010010 Greiner 21
-0110010010 Analog 21
-0110010010 Williamsburgh 21
-0110010010 Meston 21
-0110010010 Hall-Mark 21
-0110010010 PCA 21
-0110010010 Lodestar 21
-0110010010 IBC 21
-0110010010 Shiseido 21
-0110010010 Tribeca 22
-0110010010 Publicis 22
-0110010010 Dynalectric 22
-0110010010 Stena 22
-0110010010 Messerschmitt 22
-0110010010 Agip 22
-0110010010 BMC 22
-0110010010 Tolland 22
-0110010010 Pansophic 22
-0110010010 Alloy 22
-0110010010 MFI 22
-0110010010 CMC 22
-0110010010 Stanbic 22
-0110010010 C.I.T. 22
-0110010010 EAC 22
-0110010010 Divi 22
-0110010010 Seibu 22
-0110010010 SUMITOMO 22
-0110010010 TVS 22
-0110010010 Cullen/Frost 22
-0110010010 Airlie 22
-0110010010 Merry-Go-Round 22
-0110010010 Jackpot 22
-0110010010 RREEF 22
-0110010010 HEM 22
-0110010010 Bio-Technology 22
-0110010010 NIPPON 23
-0110010010 Forrester 23
-0110010010 Calma 23
-0110010010 NVHomes 23
-0110010010 HBJ 23
-0110010010 Rodime 23
-0110010010 TBWA 23
-0110010010 Legrand 23
-0110010010 TPI 23
-0110010010 Stuarts 23
-0110010010 Telefunken 23
-0110010010 Corsair 23
-0110010010 Ekco 23
-0110010010 DP 23
-0110010010 Avana 23
-0110010010 Clairson 23
-0110010010 Intercorporation 23
-0110010010 Micro/Vest 23
-0110010010 DIC 24
-0110010010 Jergens 24
-0110010010 AmSouth 24
-0110010010 Brascan 24
-0110010010 Sulpetro 24
-0110010010 Marantz 24
-0110010010 Hanwa 24
-0110010010 Mips 24
-0110010010 Breakwater 24
-0110010010 CSC 24
-0110010010 Aiguebelle 24
-0110010010 BICC 24
-0110010010 Dadeland 24
-0110010010 RMJ 24
-0110010010 Latina 24
-0110010010 Hoesch 24
-0110010010 Superconductivity 24
-0110010010 Kellwood 24
-0110010010 Synergy 24
-0110010010 Schroders 24
-0110010010 AIM 24
-0110010010 Tiphook 24
-0110010010 Isosceles 24
-0110010010 Ardent 24
-0110010010 Diceon 24
-0110010010 Pay-Fone 25
-0110010010 Ahold 25
-0110010010 Dunhill 25
-0110010010 ATC 25
-0110010010 Lederle 25
-0110010010 Petrobras 25
-0110010010 Heartland 25
-0110010010 Lamborghini 25
-0110010010 Kubota 25
-0110010010 SI 25
-0110010010 LVI 25
-0110010010 Seton 25
-0110010010 CF 25
-0110010010 Vintage 25
-0110010010 Kurzweil 25
-0110010010 Oakville 25
-0110010010 Elgin 25
-0110010010 Signature 25
-0110010010 Mid-State 25
-0110010010 Carat 25
-0110010010 Groff 25
-0110010010 Fininvest 25
-0110010010 NVF 25
-0110010010 Glenayre 25
-0110010010 Lowndes 25
-0110010010 Oakwood 25
-0110010010 LNG 25
-0110010010 Inter-Continental 26
-0110010010 Kinetic 26
-0110010010 Bio 26
-0110010010 Gradco 26
-0110010010 Indal 26
-0110010010 Kimco 26
-0110010010 Wereldhave 26
-0110010010 HHB 26
-0110010010 Enichem 26
-0110010010 Foxboro 26
-0110010010 ABB 26
-0110010010 Cronus 26
-0110010010 Clarostat 26
-0110010010 VOLKSWAGEN 26
-0110010010 Whitbread 26
-0110010010 Geodyne 26
-0110010010 Svenska 26
-0110010010 Swarovski 26
-0110010010 G.T. 26
-0110010010 Esselte 26
-0110010010 TCA 26
-0110010010 Starrett 26
-0110010010 Cilag 26
-0110010010 Bibb 26
-0110010010 Sherwin-Williams 26
-0110010010 ISC 27
-0110010010 Biocraft 27
-0110010010 Almaden 27
-0110010010 Publicker 27
-0110010010 Elco 27
-0110010010 Domain 27
-0110010010 Runzheimer 27
-0110010010 Entregrowth 27
-0110010010 Preussag 27
-0110010010 Peko 27
-0110010010 ESA 27
-0110010010 Pharmacia 27
-0110010010 Extel 27
-0110010010 Kelsey-Hayes 27
-0110010010 Orbit 27
-0110010010 IEC 27
-0110010010 Campbell-Ewald 27
-0110010010 Fyffes 27
-0110010010 Verit 28
-0110010010 Finsider 28
-0110010010 MedChem 28
-0110010010 Interpart 28
-0110010010 Enimont 28
-0110010010 Cananea 28
-0110010010 Tomkins 28
-0110010010 CrossLand 28
-0110010010 Torrington 28
-0110010010 Piccadilly 28
-0110010010 BRT 28
-0110010010 Degussa 28
-0110010010 Heineken 29
-0110010010 DBA 29
-0110010010 Wellco 29
-0110010010 Gurit-Heberlein 29
-0110010010 FIAT 29
-0110010010 Vipont 29
-0110010010 S.A.Y. 29
-0110010010 VMS 29
-0110010010 Koito 29
-0110010010 ACCO 29
-0110010010 Hechinger 29
-0110010010 Rockwood 29
-0110010010 Interface 29
-0110010010 Arsenal 29
-0110010010 DRG 29
-0110010010 Casio 30
-0110010010 Tata 30
-0110010010 Sequent 30
-0110010010 Ansa 30
-0110010010 Liposome 30
-0110010010 Stellar 30
-0110010010 Teleconnect 30
-0110010010 Toro 30
-0110010010 HSH 31
-0110010010 Perception 31
-0110010010 Metrocolor 31
-0110010010 Seneca 31
-0110010010 T.H.E. 31
-0110010010 Sainsbury 31
-0110010010 Higbee 31
-0110010010 Stet 31
-0110010010 Linotype 31
-0110010010 CML 32
-0110010010 Charterhouse 32
-0110010010 Wingate 32
-0110010010 Ovonic 32
-0110010010 Tractebel 32
-0110010010 NECO 32
-0110010010 Collaborative 32
-0110010010 GTG 32
-0110010010 Renison 32
-0110010010 Sandusky 32
-0110010010 Tenera 32
-0110010010 McFaddin 32
-0110010010 Seibu/Saison 32
-0110010010 Pyramid 32
-0110010010 Wembley 32
-0110010010 Rothwells 32
-0110010010 ASEA 32
-0110010010 Ingredient 32
-0110010010 DC 33
-0110010010 Magnavox 33
-0110010010 Rheem 33
-0110010010 ABS 33
-0110010010 Contibel 33
-0110010010 Resdel 33
-0110010010 Ryland 33
-0110010010 Trimac 33
-0110010010 Petro-Logistics 33
-0110010010 Carsey-Werner 33
-0110010010 Dumenil-Leble 33
-0110010010 Varco 33
-0110010010 Ansett 33
-0110010010 NTC 33
-0110010010 FAI 34
-0110010010 Redland 34
-0110010010 Ocelot 34
-0110010010 Pernod-Ricard 34
-0110010010 Lifestyle 34
-0110010010 Countrywide 34
-0110010010 Shandwick 34
-0110010010 Skandia 34
-0110010010 Courtaulds 34
-0110010010 Clarion 34
-0110010010 Onex 34
-0110010010 Vodavi 34
-0110010010 Standa 34
-0110010010 Murjani 34
-0110010010 Herbalife 34
-0110010010 Allen-Bradley 34
-0110010010 Vicon 34
-0110010010 Jannock 34
-0110010010 Ultramar 35
-0110010010 Inspectorate 35
-0110010010 Laurentian 35
-0110010010 Pennant 35
-0110010010 AGA 35
-0110010010 HRI 35
-0110010010 Eastdil 35
-0110010010 Syntech 35
-0110010010 Freemans 35
-0110010010 Ansell 35
-0110010010 Mayfair 35
-0110010010 Sanrio 35
-0110010010 Trelleborg 35
-0110010010 ARA 35
-0110010010 Medstone 35
-0110010010 Narita 36
-0110010010 Mediobanca 36
-0110010010 Agfa-Gevaert 36
-0110010010 Feldmuehle 36
-0110010010 Sunter 36
-0110010010 Butterfield 36
-0110010010 Foothill 36
-0110010010 J&J 36
-0110010010 GUINNESS 36
-0110010010 Archer-Daniels-Midland 36
-0110010010 AZP 36
-0110010010 Mylan 36
-0110010010 Krug 36
-0110010010 Kaufhof 37
-0110010010 MicroPro 37
-0110010010 GKN 37
-0110010010 Rembrandt 37
-0110010010 Suntory 37
-0110010010 Infectious 37
-0110010010 Impala 37
-0110010010 Comet 37
-0110010010 Jameson 37
-0110010010 Delphi 37
-0110010010 Celestial 38
-0110010010 Ardsley 38
-0110010010 Fiber 39
-0110010010 Wedge 39
-0110010010 Electrospace 39
-0110010010 TII 39
-0110010010 SciMed 39
-0110010010 Pechiney 39
-0110010010 AE 39
-0110010010 Istel 39
-0110010010 Corvus 39
-0110010010 Koger 39
-0110010010 Shimizu 39
-0110010010 Entrepreneur 39
-0110010010 Crowther 39
-0110010010 SRI 39
-0110010010 Concurrent 39
-0110010010 Addison-Wesley 39
-0110010010 Boonton 40
-0110010010 Monolithic 40
-0110010010 Peregrine 40
-0110010010 Impact 40
-0110010010 Hawker 40
-0110010010 Trico 40
-0110010010 Marcade 40
-0110010010 Dumez 41
-0110010010 Delco 41
-0110010010 Sunworld 41
-0110010010 Me.T.A. 41
-0110010010 Kappa 41
-0110010010 Fleetwood 41
-0110010010 Monier 41
-0110010010 Lifeline 41
-0110010010 Encore 41
-0110010010 Astra 41
-0110010010 Savoy 41
-0110010010 AGB 41
-0110010010 Benlox 41
-0110010010 Adidas 42
-0110010010 Genesis 42
-0110010010 Guber-Peters 42
-0110010010 Sceptre 42
-0110010010 Westland 42
-0110010010 Coloroll 42
-0110010010 Vintners 42
-0110010010 RAI 42
-0110010010 Eurocom 42
-0110010010 Telefon 42
-0110010010 Tarmac 43
-0110010010 Italtel 43
-0110010010 Pergamon 43
-0110010010 CRA 43
-0110010010 Minet 43
-0110010010 PCI 43
-0110010010 Wometco 43
-0110010010 Thortec 43
-0110010010 Ryobi 44
-0110010010 Molecular 44
-0110010010 Cirrus 44
-0110010010 Weight 44
-0110010010 Beker 44
-0110010010 Skyhigh 44
-0110010010 Evergreen 44
-0110010010 Courage 44
-0110010010 Ocilla 44
-0110010010 Sensormatic 44
-0110010010 Dornier 45
-0110010010 Haagen-Dazs 45
-0110010010 Enzo 45
-0110010010 Sabena 45
-0110010010 Topps 45
-0110010010 Paragon 45
-0110010010 Nukem 45
-0110010010 Calor 46
-0110010010 Banesto 46
-0110010010 Viag 46
-0110010010 M.I.M. 46
-0110010010 Telesphere 46
-0110010010 Acadia 46
-0110010010 CleveTrust 46
-0110010010 Econocom 47
-0110010010 ERC 47
-0110010010 HP 47
-0110010010 BAA 47
-0110010010 Mexicana 47
-0110010010 Northgate 47
-0110010010 Ralphs 47
-0110010010 On-Line 48
-0110010010 Oglethorpe 48
-0110010010 Dylex 48
-0110010010 Infotron 48
-0110010010 Gemini 48
-0110010010 Chieftain 48
-0110010010 CIR 48
-0110010010 Timken 48
-0110010010 ICM 48
-0110010010 Autolatina 48
-0110010010 Korn/Ferry 48
-0110010010 QVC 48
-0110010010 Sankyo 48
-0110010010 Clarity 49
-0110010010 Gevaert 49
-0110010010 Friendly 49
-0110010010 Dennison 49
-0110010010 Durakon 49
-0110010010 Asean 49
-0110010010 Heron 49
-0110010010 Pueblo 49
-0110010010 Edper 49
-0110010010 Statesman 49
-0110010010 Moet-Hennessy 49
-0110010010 Cumberland 49
-0110010010 Ratners 49
-0110010010 Leaseway 49
-0110010010 MAC 50
-0110010010 Cenith 50
-0110010010 BCI 50
-0110010010 Veba 50
-0110010010 Havas 50
-0110010010 Premark 50
-0110010010 Lasmo 50
-0110010010 Girard 50
-0110010010 Ballantrae 50
-0110010010 Harlin 51
-0110010010 Allianz 51
-0110010010 Falstaff 51
-0110010010 Tishman 51
-0110010010 Marvel 51
-0110010010 Birmid 51
-0110010010 Convex 51
-0110010010 Fujisawa 51
-0110010010 Dixie 52
-0110010010 Americana 52
-0110010010 Prism 52
-0110010010 Moet-Vuitton 52
-0110010010 Messerschmitt-Boelkow-Blohm 52
-0110010010 Assubel-Vie 52
-0110010010 KMS 52
-0110010010 CFM 52
-0110010010 Ingersoll-Rand 53
-0110010010 Exco 53
-0110010010 Adia 53
-0110010010 BioTechnica 53
-0110010010 Hi-Shear 53
-0110010010 GPU 53
-0110010010 Benedictine 53
-0110010010 AmeriFirst 53
-0110010010 Argo 53
-0110010010 Bench 53
-0110010010 Broadview 54
-0110010010 Sithe 54
-0110010010 Medalist 54
-0110010010 DEC 54
-0110010010 Brookhurst 54
-0110010010 Pegasus 54
-0110010010 Alamo 54
-0110010010 ATI 55
-0110010010 Mountleigh 55
-0110010010 Quest 55
-0110010010 Carrian 55
-0110010010 Deak 55
-0110010010 Beech-Nut 55
-0110010010 Granges 55
-0110010010 Blanche 56
-0110010010 Dunes 56
-0110010010 Karstadt 56
-0110010010 Westfield 56
-0110010010 Ladbroke 56
-0110010010 Pentane 56
-0110010010 Saab-Scania 56
-0110010010 Comstock 56
-0110010010 Maserati 56
-0110010010 Oakite 57
-0110010010 Epeda 57
-0110010010 Hecco 57
-0110010010 Rothmans 57
-0110010010 Musicland 57
-0110010010 Statoil 57
-0110010010 Cosmopolitan 57
-0110010010 ENI 57
-0110010010 Forstmann-Leff 58
-0110010010 Syncor 58
-0110010010 UAP 58
-0110010010 Infinity 58
-0110010010 Esso 58
-0110010010 Polaris 58
-0110010010 OTF 58
-0110010010 Billboard 58
-0110010010 Erbamont 58
-0110010010 Proton 59
-0110010010 Balcor 59
-0110010010 Chariot 59
-0110010010 Fanuc 59
-0110010010 Algoma 59
-0110010010 Nacco 60
-0110010010 Redken 60
-0110010010 SHV 60
-0110010010 AMCA 60
-0110010010 Wah 61
-0110010010 MediaNews 61
-0110010010 TLC 61
-0110010010 IMS 61
-0110010010 CAP 61
-0110010010 Begley 61
-0110010010 ASA 61
-0110010010 Panasonic 61
-0110010010 IMA 61
-0110010010 Emerald 61
-0110010010 Brookehill 61
-0110010010 Amstrad 61
-0110010010 Nantucket 62
-0110010010 Magnet 62
-0110010010 Westmark 62
-0110010010 Fusion 63
-0110010010 Conquest 63
-0110010010 Arianespace 64
-0110010010 Norden 64
-0110010010 Entwistle 64
-0110010010 Micom 64
-0110010010 Fisons 65
-0110010010 Ajinomoto 65
-0110010010 MIM 65
-0110010010 Medco 66
-0110010010 Clevite 66
-0110010010 Mannesmann 66
-0110010010 Artra 66
-0110010010 Kansai 66
-0110010010 Monfort 67
-0110010010 Oracle 67
-0110010010 Pullman-Peabody 67
-0110010010 ACI 67
-0110010010 Baytree 67
-0110010010 Valeo 67
-0110010010 MAN 68
-0110010010 Alyeska 68
-0110010010 Winnebago 68
-0110010010 McClatchy 68
-0110010010 Schenley 69
-0110010010 Framatome 69
-0110010010 Westamerica 69
-0110010010 Westburne 69
-0110010010 Envirodyne 69
-0110010010 MTM 69
-0110010010 Hillenbrand 70
-0110010010 Intelligent 70
-0110010010 Towle 70
-0110010010 CBI 70
-0110010010 Gitano 71
-0110010010 Vicorp 71
-0110010010 Centaur 71
-0110010010 Linde 71
-0110010010 Spendthrift 71
-0110010010 Roadway 72
-0110010010 Amoskeag 72
-0110010010 Generali 72
-0110010010 CSR 72
-0110010010 Buckeye 72
-0110010010 Alberto-Culver 72
-0110010010 Pilkington 72
-0110010010 LaSalle 73
-0110010010 AST 74
-0110010010 Goldstar 74
-0110010010 Preferred 74
-0110010010 Krupp 74
-0110010010 IDC 75
-0110010010 Walgreen 75
-0110010010 GPA 75
-0110010010 Ricoh 75
-0110010010 Amnesty 75
-0110010010 Trafalgar 76
-0110010010 Alliant 77
-0110010010 Sensor 77
-0110010010 Komatsu 78
-0110010010 Pleasurama 78
-0110010010 Weintraub 78
-0110010010 Clarendon 80
-0110010010 Falcon 80
-0110010010 Lever 80
-0110010010 MK 81
-0110010010 Chelsea 81
-0110010010 Plum 81
-0110010010 Thyssen 81
-0110010010 Penthouse 81
-0110010010 Stoneridge 83
-0110010010 Plenum 83
-0110010010 Pelican 83
-0110010010 STC 83
-0110010010 Hees 84
-0110010010 Investcorp 84
-0110010010 Figgie 84
-0110010010 Seven-Up 84
-0110010010 Cilluffo 84
-0110010010 Quotron 84
-0110010010 Wharf 85
-0110010010 Harnischfeger 85
-0110010010 Astrotech 86
-0110010010 Comdata 86
-0110010010 Benequity 87
-0110010010 Kluwer 87
-0110010010 Inspiration 87
-0110010010 Westcoast 87
-0110010010 Geothermal 87
-0110010010 TVX 88
-0110010010 Ausimont 88
-0110010010 Boots 88
-0110010010 Transcontinental 88
-0110010010 CAE 89
-0110010010 CenTrust 89
-0110010010 Quadrex 90
-0110010010 Andover 90
-0110010010 Sunbelt 90
-0110010010 Oxdon 90
-0110010010 Matra 91
-0110010010 Twin 91
-0110010010 Telemecanique 91
-0110010010 Connaught 91
-0110010010 Wyse 92
-0110010010 Granada 93
-0110010010 CRT 94
-0110010010 Talley 95
-0110010010 Elsevier 96
-0110010010 Carnation 96
-0110010010 Mentor 96
-0110010010 Regency 96
-0110010010 TI 96
-0110010010 Saint-Gobain 96
-0110010010 Akzo 97
-0110010010 SafeCard 97
-0110010010 Merieux 97
-0110010010 Pepsi-Cola 97
-0110010010 Pittston 97
-0110010010 Sunrise 97
-0110010010 Burroughs-Wellcome 97
-0110010010 Buitoni 97
-0110010010 BancTexas 98
-0110010010 Kaneb 98
-0110010010 Nomad 99
-0110010010 Genisco 99
-0110010010 MIPS 100
-0110010010 CJI 100
-0110010010 Bantam 101
-0110010010 Ranks 101
-0110010010 Tricentrol 102
-0110010010 ETA 102
-0110010010 Galactic 102
-0110010010 Stratus 103
-0110010010 BDM 103
-0110010010 Kincaid 104
-0110010010 Hallwood 104
-0110010010 Rhone-Poulenc 104
-0110010010 BOC 105
-0110010010 Alpine 105
-0110010010 BBDO 105
-0110010010 TMIC 105
-0110010010 Leucadia 105
-0110010010 Genmar 106
-0110010010 Knoll 106
-0110010010 Puma 106
-0110010010 Bombay 106
-0110010010 Raymark 107
-0110010010 Nixdorf 107
-0110010010 Alitalia 107
-0110010010 Adobe 107
-0110010010 Amalgamated 107
-0110010010 PSA 108
-0110010010 LAC 109
-0110010010 Magna 110
-0110010010 Wheeling 110
-0110010010 Alcatel 110
-0110010010 Landmark 111
-0110010010 Centerre 111
-0110010010 Neco 112
-0110010010 Colgate-Palmolive 112
-0110010010 TSB 113
-0110010010 Argus 113
-0110010010 Cominco 113
-0110010010 Borland 114
-0110010010 Varian 116
-0110010010 Bancroft 116
-0110010010 Eurotunnel 117
-0110010010 Gucci 117
-0110010010 Guilford 117
-0110010010 Nalcap 117
-0110010010 Telemundo 118
-0110010010 Carlyle 119
-0110010010 Javelin 119
-0110010010 Precision 120
-0110010010 Avia 121
-0110010010 TransAmerican 121
-0110010010 FPL 122
-0110010010 Seaman 122
-0110010010 Allied-Lyons 122
-0110010010 McCall 124
-0110010010 Ideal 124
-0110010010 Adams-Russell 126
-0110010010 Decision 126
-0110010010 Goldome 126
-0110010010 Sooner 127
-0110010010 Vitro 128
-0110010010 Hemdale 129
-0110010010 Yasuda 129
-0110010010 Fokker 130
-0110010010 Alfa 131
-0110010010 Beard 131
-0110010010 Newell 132
-0110010010 Bertelsmann 133
-0110010010 TNT 134
-0110010010 C.O.M.B. 134
-0110010010 Graphic 134
-0110010010 Neiman-Marcus 137
-0110010010 Spectrum 137
-0110010010 Tempo 137
-0110010010 Blockbuster 138
-0110010010 Sandoz 138
-0110010010 MCO 139
-0110010010 Weyerhaeuser 139
-0110010010 Clorox 139
-0110010010 Interpublic 140
-0110010010 Liggett 142
-0110010010 Pullman 143
-0110010010 Argyll 143
-0110010010 Cherokee 144
-0110010010 ARC 144
-0110010010 WCRS 144
-0110010010 Magma 146
-0110010010 Nintendo 146
-0110010010 Gateway 148
-0110010010 RKO 150
-0110010010 Suchard 151
-0110010010 Wolverine 151
-0110010010 Cullinet 152
-0110010010 Dainippon 153
-0110010010 Berisford 153
-0110010010 CIT 156
-0110010010 Penrod 156
-0110010010 Par 156
-0110010010 Benetton 156
-0110010010 Facet 157
-0110010010 E.S.M. 158
-0110010010 Rainier 159
-0110010010 Wherehouse 159
-0110010010 M.D.C. 159
-0110010010 Cerus 160
-0110010010 Peugeot 161
-0110010010 Dillard 162
-0110010010 Argonaut 163
-0110010010 Heileman 165
-0110010010 Reichhold 167
-0110010010 KLM 167
-0110010010 Storehouse 167
-0110010010 Tropicana 168
-0110010010 BHP 171
-0110010010 Halliburton 174
-0110010010 Minpeco 174
-0110010010 Hoylake 174
-0110010010 Racal 174
-0110010010 Imasco 175
-0110010010 Vickers 175
-0110010010 Recruit 175
-0110010010 Guardian 175
-0110010010 Bechtel 176
-0110010010 Colt 176
-0110010010 Hanna 177
-0110010010 SCI 177
-0110010010 Playboy 180
-0110010010 Omnicom 180
-0110010010 Metromedia 181
-0110010010 Berkshire 181
-0110010010 Navistar 183
-0110010010 Grey 187
-0110010010 Blackstone 187
-0110010010 Samsung 187
-0110010010 AEG 189
-0110010010 Rolls-Royce 189
-0110010010 Becor 190
-0110010010 Gearhart 190
-0110010010 Newhall 191
-0110010010 NutraSweet 193
-0110010010 Colonial 194
-0110010010 Regina 195
-0110010010 Martell 197
-0110010010 Seagate 198
-0110010010 Prospect 198
-0110010010 Laidlaw 199
-0110010010 Lufthansa 200
-0110010010 Atlantis 201
-0110010010 Maxxam 206
-0110010010 Affiliated 207
-0110010010 JMB 207
-0110010010 Sanofi 209
-0110010010 BTR 209
-0110010010 Pilgrim 211
-0110010010 Vista 211
-0110010010 Dixons 211
-0110010010 CalMat 211
-0110010010 Household 212
-0110010010 Equiticorp 213
-0110010010 Beecham 215
-0110010010 Keystone 216
-0110010010 Worthen 216
-0110010010 Ferranti 217
-0110010010 TW 217
-0110010010 Abbott 221
-0110010010 Groupe 222
-0110010010 Live 224
-0110010010 Commerzbank 224
-0110010010 MAI 226
-0110010010 Schlumberger 230
-0110010010 Hachette 230
-0110010010 CPC 234
-0110010010 Carolco 237
-0110010010 Cyprus 239
-0110010010 Citadel 244
-0110010010 Princeton/Newport 245
-0110010010 Emerson 250
-0110010010 AM 253
-0110010010 Tri-Star 256
-0110010010 Nielsen 257
-0110010010 Pirelli 257
-0110010010 Lonrho 259
-0110010010 Summit 261
-0110010010 Gerber 266
-0110010010 NTT 266
-0110010010 Fermenta 267
-0110010010 Rowntree 267
-0110010010 Warner-Lambert 268
-0110010010 Porsche 269
-0110010010 Banner 270
-0110010010 Inco 272
-0110010010 Bolar 273
-0110010010 Vanguard 277
-0110010010 Ciba-Geigy 279
-0110010010 Commodore 281
-0110010010 IU 288
-0110010010 Ivanhoe 288
-0110010010 Charter 296
-0110010010 Qintex 297
-0110010010 BASF 299
-0110010010 Glaxo 299
-0110010010 Joy 300
-0110010010 Crown 301
-0110010010 Minorco 301
-0110010010 Ames 304
-0110010010 Ferruzzi 308
-0110010010 LIN 310
-0110010010 Purolator 312
-0110010010 Micron 313
-0110010010 Pioneer 318
-0110010010 AFG 321
-0110010010 Plessey 323
-0110010010 MasterCard 324
-0110010010 Triton 327
-0110010010 Beazer 329
-0110010010 Chris-Craft 330
-0110010010 Reuters 332
-0110010010 Falconbridge 336
-0110010010 Odyssey 339
-0110010010 Essex 345
-0110010010 Bristol-Myers 346
-0110010010 Wellcome 353
-0110010010 Kellogg 358
-0110010010 Rover 363
-0110010010 Goodrich 368
-0110010010 Champion 375
-0110010010 Bayer 375
-0110010010 NL 375
-0110010010 Raytheon 380
-0110010010 Vernon 385
-0110010010 KaiserTech 386
-0110010010 Duke 389
-0110010010 Roper 390
-0110010010 Gannett 390
-0110010010 Unilever 397
-0110010010 Woolworth 401
-0110010010 Sharon 402
-0110010010 Lloyds 403
-0110010010 Hoechst 405
-0110010010 Giant 405
-0110010010 Coors 408
-0110010010 Hitachi 411
-0110010010 Cadbury 413
-0110010010 Coleco 419
-0110010010 Reebok 428
-0110010010 Visa 432
-0110010010 Quaker 433
-0110010010 Fiat 437
-0110010010 Triangle 438
-0110010010 Jaguar 452
-0110010010 Bally 452
-0110010010 Penney 452
-0110010010 Montedison 454
-0110010010 Apollo 459
-0110010010 Britoil 466
-0110010010 Orion 470
-0110010010 E-II 472
-0110010010 Upjohn 473
-0110010010 Fujitsu 486
-0110010010 Tiger 489
-0110010010 Pearson 498
-0110010010 Zenith 502
-0110010010 Fairchild 508
-0110010010 Paramount 519
-0110010010 Daimler-Benz 524
-0110010010 Aetna 547
-0110010010 Fuji 549
-0110010010 Kroger 552
-0110010010 AMC 552
-0110010010 Nestle 554
-0110010010 Hanson 565
-0110010010 Kaiser 569
-0110010010 Cannon 580
-0110010010 Koppers 592
-0110010010 Avon 605
-0110010010 Monsanto 606
-0110010010 Rorer 608
-0110010010 Holly 615
-0110010010 Viacom 625
-0110010010 Integrated 626
-0110010010 Cray 641
-0110010010 Dart 648
-0110010010 Barclays 651
-0110010010 Hewlett-Packard 660
-0110010010 Elders 664
-0110010010 Taft 664
-0110010010 Reliance 664
-0110010010 WPP 677
-0110010010 Caesars 679
-0110010010 Advanced 686
-0110010010 Compaq 690
-0110010010 Seagram 697
-0110010010 Coniston 720
-0110010010 Dominion 726
-0110010010 JWT 728
-0110010010 Siemens 742
-0110010010 Thomson 746
-0110010010 Hilton 772
-0110010010 Best 794
-0110010010 Rockwell 796
-0110010010 Distillers 815
-0110010010 Resorts 843
-0110010010 Revlon 897
-0110010010 Volkswagen 924
-0110010010 Singer 954
-0110010010 Airbus 971
-0110010010 Mellon 980
-0110010010 Lincoln 1058
-0110010010 Lotus 1059
-0110010010 USAir 1072
-0110010010 NATO 1078
-0110010010 Allegheny 1079
-0110010010 Fidelity 1083
-0110010010 B.A.T 1181
-0110010010 Burlington 1188
-0110010010 Newmont 1191
-0110010010 Pillsbury 1231
-0110010010 Henley 1240
-0110010010 Sterling 1284
-0110010010 BP 1291
-0110010010 Farmers 1369
-0110010010 Coca-Cola 1436
-0110010010 Gillette 1491
-0110010010 Disney 1555
-0110010010 RJR 1607
-0110010010 Robins 1719
-0110010010 Federated 1866
-0110010010 Kodak 2001
-0110010010 Guinness 2062
-0110010010 Apple 2063
-0110010010 Irving 2123
-0110010010 Sun 2207
-0110010010 Pennzoil 2457
-0110010010 Columbia 2598
-0110010010 Boeing 3020
-0110010010 OPEC 3114
-0110010011 MetroBan 1
-0110010011 Homequity 1
-0110010011 Borning 1
-0110010011 Aqua-Chem 1
-0110010011 Kongsberg-designed 1
-0110010011 Tulos 1
-0110010011 Inteleplex 1
-0110010011 Baumfolder 1
-0110010011 ReCapital 1
-0110010011 AutoInfo 1
-0110010011 Insure 1
-0110010011 Hygenic 1
-0110010011 Kearns-Tribune 1
-0110010011 TechKnits 1
-0110010011 Scan-Optics 1
-0110010011 Univex 1
-0110010011 Tillotson-Pearson 1
-0110010011 NutraCare 1
-0110010011 Semix 1
-0110010011 Sanraku 1
-0110010011 Birdsboro 1
-0110010011 Banctec 1
-0110010011 MarketWatch 1
-0110010011 WinJak 1
-0110010011 Enscor 1
-0110010011 HXC 1
-0110010011 Corexcal 1
-0110010011 Instron 1
-0110010011 Sysorex 1
-0110010011 Intergon 1
-0110010011 Thunander 1
-0110010011 Giga-tronics 1
-0110010011 E-Z-Em 1
-0110010011 MATEC 1
-0110010011 Synchro-Tech 1
-0110010011 Romec 1
-0110010011 MESSERSCHMITT-BOLKOW-BLOHM 1
-0110010011 Larse 1
-0110010011 NCH 1
-0110010011 Empi 1
-0110010011 FNW 1
-0110010011 Lilliston 1
-0110010011 Furrs 1
-0110010011 Gendex 1
-0110010011 Neoprobe 1
-0110010011 BioTechnologies 1
-0110010011 Kovatch 1
-0110010011 Tiara 1
-0110010011 Escalade 1
-0110010011 Speco 1
-0110010011 SBE 1
-0110010011 Spyraflo 1
-0110010011 Douglas-Elliman 1
-0110010011 Bowline 1
-0110010011 Papalphernalia 1
-0110010011 Jogbra 1
-0110010011 Livingwell 1
-0110010011 Datamedia 1
-0110010011 ROSB 1
-0110010011 Ayrshire 1
-0110010011 Synthetech 1
-0110010011 Metalsource 1
-0110010011 Verdix 1
-0110010011 Intellisys 1
-0110010011 Vertipile 1
-0110010011 Ex-Cello-O 1
-0110010011 Hefren-Tillotson 1
-0110010011 Quad-Marketing 1
-0110010011 Novia 1
-0110010011 Oreck 1
-0110010011 GENEX 1
-0110010011 Interchem 1
-0110010011 Celtech 1
-0110010011 Gaedcke 1
-0110010011 Knight-Ridder/Tribune 1
-0110010011 McCoy-Elkhorn 1
-0110010011 TGX 1
-0110010011 BIOANALOGICS 1
-0110010011 AgMax 1
-0110010011 Neogen 1
-0110010011 Adelie 1
-0110010011 Faxplus 1
-0110010011 Hopsital 1
-0110010011 Panelgraphic 1
-0110010011 Bell-Boeing 1
-0110010011 ORANGE-CO 1
-0110010011 Jelco 1
-0110010011 LUBRIZOL 1
-0110010011 Peckover 1
-0110010011 Sram 1
-0110010011 Unifi 1
-0110010011 Powertec 1
-0110010011 CCNB 1
-0110010011 Jippo 1
-0110010011 Snyder-General 1
-0110010011 ZAYRE 1
-0110010011 KINDER-CARE 1
-0110010011 ASTRONICS 1
-0110010011 WALBRO 1
-0110010011 Gulf-Tex 1
-0110010011 3,173,000 1
-0110010011 Wampler-Longacre-Rockingham 1
-0110010011 LifeCell 1
-0110010011 Vynet 1
-0110010011 Semcor 1
-0110010011 RhonePoulenc 1
-0110010011 Clearwater-based 1
-0110010011 Sanus 1
-0110010011 Sammis 1
-0110010011 LIDA 1
-0110010011 Damar 1
-0110010011 OliverShields 1
-0110010011 AmeriHealth 1
-0110010011 CleanHarbors 1
-0110010011 Budget-Rent-a-Car 1
-0110010011 Ethigen 1
-0110010011 Braun-Brumfield 1
-0110010011 Macaulay-Brown 1
-0110010011 Cybernex 1
-0110010011 Ori 1
-0110010011 Equidex 1
-0110010011 RMIC 1
-0110010011 Paribus 1
-0110010011 Beltech 1
-0110010011 PLANTRONICS 1
-0110010011 Raydan 1
-0110010011 SYNALLOY 1
-0110010011 DIANA 1
-0110010011 Heyco 1
-0110010011 Hydropower 1
-0110010011 debenture-holders 1
-0110010011 Chemlime 1
-0110010011 GVC 1
-0110010011 Tecom 1
-0110010011 Glominoid 1
-0110010011 CR/PL 1
-0110010011 TriCity 1
-0110010011 Ballanda 1
-0110010011 Pathways 1
-0110010011 Veda 1
-0110010011 UniDynamics 1
-0110010011 Psychemedics 1
-0110010011 Chemstar 1
-0110010011 Aid-Pak 1
-0110010011 Scrivner 1
-0110010011 Information/Documentation 1
-0110010011 Kober 1
-0110010011 LFE 1
-0110010011 VitaLian 1
-0110010011 Informarketing 1
-0110010011 TransFirst 1
-0110010011 SilibiS 1
-0110010011 MercOil 1
-0110010011 ExCell-O 1
-0110010011 Bramco 1
-0110010011 Arandell 1
-0110010011 JLT 1
-0110010011 Biotrine 1
-0110010011 CHEMetrics 1
-0110010011 Fiserv 1
-0110010011 Gensym 1
-0110010011 Arvida-Disney 1
-0110010011 TK 1
-0110010011 Roth-American 1
-0110010011 Sealaska 1
-0110010011 Digitext 1
-0110010011 Rexworks 1
-0110010011 ProCoil 1
-0110010011 LOOP 1
-0110010011 LaserGenics 1
-0110010011 Hadady 1
-0110010011 Anadac 1
-0110010011 TYME 1
-0110010011 Quadrax 1
-0110010011 Allegheny-Ludlum 1
-0110010011 Metallurg 1
-0110010011 Pharmacontrol 1
-0110010011 Disc-O-Mat 1
-0110010011 Kurz-Kasch 1
-0110010011 Aquathin 1
-0110010011 Gutehoffnungshuette 1
-0110010011 Taisai 1
-0110010011 XScribe 1
-0110010011 Xorbox 1
-0110010011 Tutor-Saliba 1
-0110010011 HybriVet 1
-0110010011 Sandquist 1
-0110010011 Kissel-Blake 1
-0110010011 Condec 1
-0110010011 K-Tron 1
-0110010011 Sterlingwale 1
-0110010011 Lasolana 1
-0110010011 Allelix 1
-0110010011 Enerwest 1
-0110010011 Gunite 1
-0110010011 ICAS 1
-0110010011 Analytix 1
-0110010011 Filenet 1
-0110010011 AON 1
-0110010011 Instrumentarium 1
-0110010011 Geonex 1
-0110010011 Intercredit 1
-0110010011 FB&T 1
-0110010011 Gristede 1
-0110010011 Balder 1
-0110010011 Conolog 1
-0110010011 Libbey-OwensFord 1
-0110010011 XYTEC 1
-0110010011 Dest 1
-0110010011 Tee-Comm 1
-0110010011 CompuScan 1
-0110010011 Stemar 1
-0110010011 Alloa 1
-0110010011 Lexitel 1
-0110010011 USCO 1
-0110010011 NLT 1
-0110010011 Softech 1
-0110010011 Freeport-McMo-Ran 1
-0110010011 Bancomer 1
-0110010011 Hibshman 1
-0110010011 Cromemco 1
-0110010011 Richtex 1
-0110010011 Comnet 1
-0110010011 CanCapital 1
-0110010011 DP&L 1
-0110010011 Alsons 1
-0110010011 Belmac 1
-0110010011 ECRM 1
-0110010011 Baham 1
-0110010011 TaxWatch 1
-0110010011 Studebaker-Packard 1
-0110010011 Vizcom 1
-0110010011 Isratex 1
-0110010011 Axia 1
-0110010011 Spectragraphics 1
-0110010011 Leastec 1
-0110010011 Friteco 1
-0110010011 Rapada 1
-0110010011 Essa 1
-0110010011 Ambi 1
-0110010011 Carrols 1
-0110010011 Bituma-Stor 1
-0110010011 Tymshare 1
-0110010011 Teleglobal 1
-0110010011 SpeedFam 1
-0110010011 Coratomic 1
-0110010011 Lishon 1
-0110010011 NBK 1
-0110010011 Quintel 1
-0110010011 Bunge 1
-0110010011 Cinpac 1
-0110010011 CRAIG 1
-0110010011 Meditrend 1
-0110010011 LDBRINKMAN 1
-0110010011 CLEVELAND-CLIFFS 1
-0110010011 Honker 1
-0110010011 Fertil-A-Chron 1
-0110010011 MDPT 1
-0110010011 Shimadzu 1
-0110010011 DataVend 1
-0110010011 Dukane 1
-0110010011 IMAGEN 1
-0110010011 Recontek 1
-0110010011 Amscan 1
-0110010011 Respironics 1
-0110010011 Bahlsen 1
-0110010011 FLEXI-VAN 1
-0110010011 Kel-Met 1
-0110010011 Penryn 1
-0110010011 Braemar 1
-0110010011 Simulaser 1
-0110010011 Myo-tech 1
-0110010011 Sugarcreek 1
-0110010011 Cubit 1
-0110010011 Yamatane 1
-0110010011 Pixeley 1
-0110010011 Eliskim 1
-0110010011 Infoswitch 1
-0110010011 Woodshaft 1
-0110010011 Allbright-Nell 1
-0110010011 Stride-Rite 1
-0110010011 MarketSource 1
-0110010011 MOTOROLA 1
-0110010011 Lojack 1
-0110010011 Vemco 1
-0110010011 DHM 1
-0110010011 ManageWare 1
-0110010011 Pittsburgh-Corning 1
-0110010011 Precast 1
-0110010011 Playful 1
-0110010011 Vitek 1
-0110010011 NEOAX 1
-0110010011 Lechters 1
-0110010011 Durel 1
-0110010011 EGGHEAD 1
-0110010011 WTG-Central 1
-0110010011 Air-Dry 1
-0110010011 UNIVAR 1
-0110010011 ISCO 1
-0110010011 Missco 1
-0110010011 Lightgate 1
-0110010011 FEDERAL-MOGUL 1
-0110010011 Autometric 1
-0110010011 Elektra/Asylum/Nonesuch 1
-0110010011 Intervoice 1
-0110010011 Web-Marsh 1
-0110010011 Minnoco 1
-0110010011 Asahipen 1
-0110010011 Tarsadia 1
-0110010011 Biscon 1
-0110010011 Aprex 1
-0110010011 Eversharp 1
-0110010011 Amycel 1
-0110010011 Myo-Tech 1
-0110010011 Anshutz 1
-0110010011 Memry 1
-0110010011 RYC 1
-0110010011 K-2 1
-0110010011 Eaton-Kenway 1
-0110010011 Northbanc 1
-0110010011 Harris-Edward 1
-0110010011 T.I.M.E.-DC 1
-0110010011 Nutri-Products 1
-0110010011 DataImage 1
-0110010011 Rohammer 1
-0110010011 Petromont 1
-0110010011 Orkand 1
-0110010011 Petroferm 1
-0110010011 3i 1
-0110010011 Day-Timers 1
-0110010011 Aristokraft 1
-0110010011 Read-Rite 1
-0110010011 Structofab 1
-0110010011 Astrocom 1
-0110010011 CAREERCOM 1
-0110010011 Springside 1
-0110010011 Flowmole 1
-0110010011 GENESEE 1
-0110010011 Veere 1
-0110010011 Knowledgeware 1
-0110010011 Solair 1
-0110010011 Dairy-Fresh 1
-0110010011 Vivitar 1
-0110010011 Krudico 1
-0110010011 Escagenetics 1
-0110010011 ADVANTA 1
-0110010011 Namsco 1
-0110010011 Wal-mart 1
-0110010011 Varilease 1
-0110010011 T.D.I. 1
-0110010011 MET-PRO 1
-0110010011 PALL 1
-0110010011 Meitec 1
-0110010011 Kema/Nucon 1
-0110010011 D.I.C. 1
-0110010011 ConAm 1
-0110010011 Cosmoupulos 1
-0110010011 Regal-Aircoa 1
-0110010011 Voicetek 1
-0110010011 REGAL-BELOIT 1
-0110010011 FIDELCOR 1
-0110010011 DONOHUE 1
-0110010011 Comptronix 1
-0110010011 Docugraphix 1
-0110010011 Bellsouth 1
-0110010011 Decimus 1
-0110010011 OLSTEN 1
-0110010011 Thermolite 1
-0110010011 Fredrichs 1
-0110010011 ANACOMP 1
-0110010011 Tayca 1
-0110010011 Aeromet 1
-0110010011 Lowes 1
-0110010011 Penncorp 1
-0110010011 Tivoly 1
-0110010011 CompuMat 1
-0110010011 Zoecon 1
-0110010011 CINTAS 1
-0110010011 CBS-K 1
-0110010011 Diamedix 1
-0110010011 CAE-Link 1
-0110010011 Serve-Air 1
-0110010011 Frozfruit 1
-0110010011 Midmark 1
-0110010011 Bamsi 1
-0110010011 Censtor 1
-0110010011 CANFOR 1
-0110010011 Tetco 1
-0110010011 AMBRIT 1
-0110010011 Sporto 1
-0110010011 RF&P 1
-0110010011 Landoll 1
-0110010011 Acurex 1
-0110010011 Brookrock 1
-0110010011 Analytics 1
-0110010011 Siemens-Bendix 1
-0110010011 Bagcraft 1
-0110010011 HOWTEK 1
-0110010011 Breathco 1
-0110010011 RBE 1
-0110010011 VISystems 1
-0110010011 ACTON 1
-0110010011 Nitram 1
-0110010011 B.B.N. 1
-0110010011 Acxiom 1
-0110010011 Verax 1
-0110010011 Unitronix 1
-0110010011 Genigraphics 1
-0110010011 TRANSCISCO 1
-0110010011 Microprobe 1
-0110010011 Utahans 1
-0110010011 Coast-America 1
-0110010011 Torin 1
-0110010011 ELSINORE 1
-0110010011 SYSCO 1
-0110010011 Stoppenbach 1
-0110010011 Amerifax 1
-0110010011 XPLOR 1
-0110010011 Iliko 1
-0110010011 Palantir 1
-0110010011 Nuclepore 1
-0110010011 Communispond 1
-0110010011 Bank-America 1
-0110010011 Louisiana-Hibernia 1
-0110010011 Hein-Werner 1
-0110010011 Canalos 1
-0110010011 McCalls 1
-0110010011 Hoxan 1
-0110010011 ProCyte 1
-0110010011 Gatcombe 1
-0110010011 VISX 1
-0110010011 Transducers 1
-0110010011 ASHTON-TATE 1
-0110010011 Transgenics 1
-0110010011 PRICOR 1
-0110010011 DOVER 1
-0110010011 Pitt-DesMoines 1
-0110010011 EasTek 1
-0110010011 Harmex 1
-0110010011 Coradian 1
-0110010011 Oster/Sunbeam 1
-0110010011 Unicam 1
-0110010011 Airtacs 1
-0110010011 Winjack 1
-0110010011 Saxonglen 1
-0110010011 ICSD 1
-0110010011 IDM 1
-0110010011 AgriCapital 1
-0110010011 WaveFrame 1
-0110010011 Cosmopulous 1
-0110010011 HUFFY 1
-0110010011 X-RITE 1
-0110010011 Papercraft 1
-0110010011 Isotechnologies 1
-0110010011 STELCO 1
-0110010011 BusinessLand 1
-0110010011 Goetze 1
-0110010011 Woolmark 1
-0110010011 ALC. 1
-0110010011 Ardak 1
-0110010011 Brutronics 1
-0110010011 Pittway 1
-0110010011 Entrade 1
-0110010011 IMREG 1
-0110010011 Calsonic 1
-0110010011 hashish-taking 1
-0110010011 HMP 1
-0110010011 AMFI 1
-0110010011 NovaCare 1
-0110010011 ELECTROSOURCE 1
-0110010011 LAFARGE 1
-0110010011 Millpore 1
-0110010011 Posterloid 1
-0110010011 Argo-Tech 2
-0110010011 Cookie-Crisp 2
-0110010011 Hantscho 2
-0110010011 Flow-Mole 2
-0110010011 Cela 2
-0110010011 Amtorg 2
-0110010011 Healthsource 2
-0110010011 Paine-Webber 2
-0110010011 Abel/Noser 2
-0110010011 Telenex 2
-0110010011 THR 2
-0110010011 Ormat 2
-0110010011 Salesnet 2
-0110010011 Integraph 2
-0110010011 Memline 2
-0110010011 Fansteel 2
-0110010011 Ameritas 2
-0110010011 Identitech 2
-0110010011 Centran 2
-0110010011 Realtron 2
-0110010011 Freidrichs 2
-0110010011 Cyberchron 2
-0110010011 Palmer-Bellevue 2
-0110010011 TriLogic 2
-0110010011 Vulplex 2
-0110010011 HNG/InterNorth 2
-0110010011 108,300 2
-0110010011 Nash-Kelvinator 2
-0110010011 Cardo 2
-0110010011 Whirpool 2
-0110010011 Breeko 2
-0110010011 Chromalux 2
-0110010011 SDNB 2
-0110010011 Inamed 2
-0110010011 LBAS 2
-0110010011 Wellhead 2
-0110010011 Aquanautics 2
-0110010011 Southtrust 2
-0110010011 Kuukpik 2
-0110010011 Immucor 2
-0110010011 Tsumeb 2
-0110010011 TEMPLETON 2
-0110010011 Celgene 2
-0110010011 Coachman 2
-0110010011 TechniCo-op 2
-0110010011 OCG 2
-0110010011 ISTAT 2
-0110010011 E.S.E. 2
-0110010011 Microvision 2
-0110010011 AmToy 2
-0110010011 LRV 2
-0110010011 AMGen 2
-0110010011 Topre 2
-0110010011 Gravelotte 2
-0110010011 Cogenerics 2
-0110010011 UTDC 2
-0110010011 Eurocell 2
-0110010011 Surgilase 2
-0110010011 Filmstar 2
-0110010011 Newsote 2
-0110010011 Pantasote 2
-0110010011 Heil-Quaker 2
-0110010011 Famcorp 2
-0110010011 Vornado 2
-0110010011 Hussmann 2
-0110010011 Gymboree 2
-0110010011 Cityfed 2
-0110010011 NewMark 2
-0110010011 Propranolol 2
-0110010011 INTERVOICE 2
-0110010011 BNZ 2
-0110010011 Hydro-Ash 2
-0110010011 Flav-O-Rich 2
-0110010011 Quasitronics 2
-0110010011 Xetca 2
-0110010011 King-Seeley 2
-0110010011 Mobex 2
-0110010011 Robec 2
-0110010011 Triumph-Lor 2
-0110010011 Sidewalk 2
-0110010011 Firstar 2
-0110010011 Hitk 2
-0110010011 Vinnell 2
-0110010011 Dugan/Farley 2
-0110010011 Amylin 2
-0110010011 Weslock 2
-0110010011 Insta-Care 2
-0110010011 Utilitech 2
-0110010011 JBD 2
-0110010011 Ateq 2
-0110010011 Vistana 2
-0110010011 Protimex 2
-0110010011 Parlex 2
-0110010011 TransNet 2
-0110010011 Clevepak 2
-0110010011 Anfia 2
-0110010011 Cochranton 2
-0110010011 KKC 2
-0110010011 Charvoz-Carsen 2
-0110010011 Lineage 2
-0110010011 Racer-Mate 2
-0110010011 Ventron 2
-0110010011 IPC 2
-0110010011 Lante 2
-0110010011 Childesign 2
-0110010011 Prescience 2
-0110010011 Cybermedic 2
-0110010011 Teleco 2
-0110010011 Triboro 2
-0110010011 Superscope 2
-0110010011 Bellville 2
-0110010011 Pacad 2
-0110010011 Pharmasol 2
-0110010011 HemaCare 2
-0110010011 Corvita 2
-0110010011 UniFirst 2
-0110010011 Tabata 2
-0110010011 Nymagic 2
-0110010011 Comstron 2
-0110010011 BATUS 2
-0110010011 Perceptronics 2
-0110010011 apparel-maker 2
-0110010011 Haemonetics 2
-0110010011 Jefferson-Pilot 2
-0110010011 Whitso 2
-0110010011 Qume 2
-0110010011 Cobanco 2
-0110010011 Datamag 2
-0110010011 Solectric 2
-0110010011 Painewebber 2
-0110010011 WearEver-Proctor-Silex 2
-0110010011 AirSensors 2
-0110010011 Hatibudi 2
-0110010011 Svedrup 2
-0110010011 Biosurge 2
-0110010011 PrinTron 2
-0110010011 WEFA-CEIS 2
-0110010011 Sovitalprodmash 2
-0110010011 Crystallume 2
-0110010011 Nevsur 2
-0110010011 AlliedSignal 2
-0110010011 Baltek 2
-0110010011 Rollerblade 2
-0110010011 Timberjack 2
-0110010011 Samna 2
-0110010011 Alltac 2
-0110010011 Sunstrand 2
-0110010011 Naturalite 2
-0110010011 S&ME 2
-0110010011 Intercargo 2
-0110010011 Glasrock 2
-0110010011 MacroChem 2
-0110010011 Halfan 2
-0110010011 Nichols-Homeshield 2
-0110010011 LaserVideo 2
-0110010011 CBJ 2
-0110010011 PasoTex 2
-0110010011 Sealectro 2
-0110010011 Stotter 2
-0110010011 Hipotronics 2
-0110010011 Eastek 2
-0110010011 Marriot 2
-0110010011 Canparts 2
-0110010011 FRESH 2
-0110010011 Cataract 2
-0110010011 Amron 2
-0110010011 VCS 2
-0110010011 Enclean 2
-0110010011 RB&W 2
-0110010011 HEMODYNAMICS 2
-0110010011 GeoSpectra 2
-0110010011 Myco-Sci 2
-0110010011 GRUMMAN 2
-0110010011 Acrodyne 2
-0110010011 Havi 2
-0110010011 Visionetics 2
-0110010011 Eldec 2
-0110010011 Kroehler 2
-0110010011 PRA 2
-0110010011 Ajusto 2
-0110010011 ORIX 2
-0110010011 Spacehab 2
-0110010011 Magicsilk 2
-0110010011 Sunningdale 2
-0110010011 Elcotel 2
-0110010011 Pixar 2
-0110010011 Caere 2
-0110010011 Etonic 2
-0110010011 Iconnex 2
-0110010011 Bizmart 2
-0110010011 Toyogo 2
-0110010011 Chem-Trend 2
-0110010011 Samband 2
-0110010011 POLAROID 2
-0110010011 Sportscope 2
-0110010011 Teknekron 2
-0110010011 Ninoy 2
-0110010011 Johor 2
-0110010011 Shop-rite 2
-0110010011 Unico 2
-0110010011 Serv-Tech 2
-0110010011 Moondoggie 2
-0110010011 Porter-Cable 2
-0110010011 Stargroup 2
-0110010011 Composting 2
-0110010011 TMCare 2
-0110010011 MCKESSON 2
-0110010011 MicroDirect 2
-0110010011 Joule 2
-0110010011 Flav-o-rich 2
-0110010011 Orientar 2
-0110010011 ATT 2
-0110010011 Arix 2
-0110010011 RKO-Warner 2
-0110010011 Patchen 2
-0110010011 BRIntec 2
-0110010011 Techknits 2
-0110010011 Imco 2
-0110010011 Cutler-Hammer 2
-0110010011 Amplicon 2
-0110010011 Xiox 2
-0110010011 Willingway 2
-0110010011 Temex 2
-0110010011 Tamper 2
-0110010011 Shurfine-Central 2
-0110010011 Regal-Beloit 2
-0110010011 Nastec 2
-0110010011 Colibri 2
-0110010011 Karissim 2
-0110010011 Wahlco 2
-0110010011 Remarketed 2
-0110010011 WTVG 2
-0110010011 Fics 2
-0110010011 Solectron 2
-0110010011 Vamo 2
-0110010011 State-O-Maine 2
-0110010011 AnchorMedia 2
-0110010011 Feralloy 2
-0110010011 MDFC 2
-0110010011 Buhler-Miag 2
-0110010011 Mimesys 2
-0110010011 Donnkenny 2
-0110010011 EnviroMed 2
-0110010011 Gerico 2
-0110010011 Soricon 2
-0110010011 C-Tec 2
-0110010011 Brasilpar 2
-0110010011 FundsNet 2
-0110010011 Questor 2
-0110010011 CenterCore 2
-0110010011 Murachi 2
-0110010011 SCS/Compute 2
-0110010011 Raia-1 2
-0110010011 Englehard 2
-0110010011 Unioil 2
-0110010011 Taymar 2
-0110010011 Mistix 2
-0110010011 Infrasonics 2
-0110010011 Certainteed 2
-0110010011 Cores 2
-0110010011 Medway 2
-0110010011 Case-Pomeroy 2
-0110010011 Nichimen 2
-0110010011 Rixson-Firemark 2
-0110010011 N-Cube 2
-0110010011 T.J.X. 2
-0110010011 ShopRite 2
-0110010011 SummerStage 2
-0110010011 Dynax 2
-0110010011 SynOptics 2
-0110010011 Dataphaz 2
-0110010011 Oerlikon-Motch 2
-0110010011 Entronics 2
-0110010011 CheckRobot 2
-0110010011 Identix 2
-0110010011 Demerger 2
-0110010011 Certain-Teed 2
-0110010011 Birdair 2
-0110010011 Ling-Pei 2
-0110010011 RF 2
-0110010011 Wacoal 2
-0110010011 CEM 2
-0110010011 FZ 2
-0110010011 Stilton 2
-0110010011 USBank 2
-0110010011 Macrochem 2
-0110010011 Cosmopolous 2
-0110010011 Enceratec 2
-0110010011 MetalBanc 2
-0110010011 Craftways 2
-0110010011 Amfax 2
-0110010011 Kay-Bee 2
-0110010011 Raycom 2
-0110010011 MSF 2
-0110010011 Dataline 2
-0110010011 Verifine 2
-0110010011 NTS 2
-0110010011 Electro-Protective 2
-0110010011 AGP/Gentech 2
-0110010011 Selox 2
-0110010011 Kop-Coat 2
-0110010011 Possis 2
-0110010011 Tolvid 2
-0110010011 Rangeline 2
-0110010011 Valisys 2
-0110010011 Monchik-Weber 2
-0110010011 Aeicor 2
-0110010011 KSK 2
-0110010011 Calspan 2
-0110010011 Moore-Handley 2
-0110010011 Centrabank 2
-0110010011 Carbochem 2
-0110010011 Tempcraft 2
-0110010011 Comtec 2
-0110010011 UKP 2
-0110010011 Sillerman-Magee 2
-0110010011 Edgecomb 2
-0110010011 Diversco 2
-0110010011 Ecomar 2
-0110010011 CGF 2
-0110010011 Eltra 2
-0110010011 4Z 2
-0110010011 Dumagami 2
-0110010011 LDB 2
-0110010011 Xeta 2
-0110010011 Comcoa 2
-0110010011 SEITEL 2
-0110010011 NPI 2
-0110010011 244,900 2
-0110010011 Servotronics 2
-0110010011 Permea 2
-0110010011 EIC/Intelligence 2
-0110010011 Pitney-Bowes 2
-0110010011 Escagen 2
-0110010011 Faxnet 2
-0110010011 Airus 2
-0110010011 Execu-bill 2
-0110010011 Catena 2
-0110010011 Firstmark 2
-0110010011 Larami 2
-0110010011 Divines 2
-0110010011 KAO 2
-0110010011 Tuboscope 2
-0110010011 Rheinisch 2
-0110010011 Nichias 2
-0110010011 Petro-Port 2
-0110010011 Stereographics 2
-0110010011 Girvan 2
-0110010011 WEVD-FM 2
-0110010011 Reef-Baker 2
-0110010011 Aptus 2
-0110010011 Onsite 2
-0110010011 MESSERSCHMITT-BOELKOW-BLOHM 2
-0110010011 Eurocapital 2
-0110010011 Camp-Hill 2
-0110010011 Vitelic 2
-0110010011 Anser 2
-0110010011 ADVO-System 2
-0110010011 StoreBoard 2
-0110010011 Fiberspun 2
-0110010011 Robehr 2
-0110010011 Valcom 2
-0110010011 Darter 2
-0110010011 IEH 2
-0110010011 Xycom 2
-0110010011 MITE 3
-0110010011 JAT 3
-0110010011 Sybedon 3
-0110010011 EMA 3
-0110010011 Revcom 3
-0110010011 Tele-Talk 3
-0110010011 RFI 3
-0110010011 Servomation 3
-0110010011 Softdisk 3
-0110010011 Sorecam 3
-0110010011 Helenus 3
-0110010011 Cofer 3
-0110010011 DRAVO 3
-0110010011 Intouch 3
-0110010011 SimuFlite 3
-0110010011 Ambase 3
-0110010011 Jodevin 3
-0110010011 Oculon 3
-0110010011 Sunstyle 3
-0110010011 JMK 3
-0110010011 CROP 3
-0110010011 Mer-National 3
-0110010011 OHM 3
-0110010011 Westwater 3
-0110010011 NetMap 3
-0110010011 Champale 3
-0110010011 10,544,549 3
-0110010011 Aion 3
-0110010011 Cerner 3
-0110010011 Trigen 3
-0110010011 Mylex 3
-0110010011 Recorp 3
-0110010011 Compuserve 3
-0110010011 Cadema 3
-0110010011 Selfix 3
-0110010011 ANF-Industrie 3
-0110010011 ScotiaMcLeod 3
-0110010011 Oakleaf 3
-0110010011 GSU 3
-0110010011 CoMED 3
-0110010011 Midac 3
-0110010011 ImmunoGen 3
-0110010011 Interfirst 3
-0110010011 Permargo 3
-0110010011 CENTEL 3
-0110010011 Roscor 3
-0110010011 Vari-Care 3
-0110010011 VSA 3
-0110010011 Misco 3
-0110010011 Dataflex 3
-0110010011 McColl-Frontenac 3
-0110010011 Interpoint 3
-0110010011 EyeDentify 3
-0110010011 Caithness 3
-0110010011 Cortec 3
-0110010011 CitizensTrust 3
-0110010011 Triax 3
-0110010011 GreyCom 3
-0110010011 Buhrmann-Tetterode 3
-0110010011 BizMart 3
-0110010011 Transalta 3
-0110010011 FNMA 3
-0110010011 CPP/Belwin 3
-0110010011 UniCare 3
-0110010011 Code-A-Phone 3
-0110010011 Mediators 3
-0110010011 Dal-Tile 3
-0110010011 Phar-Mor 3
-0110010011 Intertorg 3
-0110010011 USBancorp. 3
-0110010011 Price/Stern 3
-0110010011 TexCom 3
-0110010011 April-Marcus 3
-0110010011 Oncor 3
-0110010011 Gem-Stat 3
-0110010011 TWCA 3
-0110010011 Scan-Tron 3
-0110010011 Foxmeyer 3
-0110010011 Biolectron 3
-0110010011 Techmedica 3
-0110010011 Recoton 3
-0110010011 Healthtrust 3
-0110010011 Stinu 3
-0110010011 Tosoh 3
-0110010011 ValCom 3
-0110010011 Transicoil 3
-0110010011 Orgotein 3
-0110010011 PB 3
-0110010011 EES 3
-0110010011 Lanxide 3
-0110010011 AutoSpa 3
-0110010011 Microdot 3
-0110010011 Innovex 3
-0110010011 Amundson 3
-0110010011 Movats 3
-0110010011 Clonetics 3
-0110010011 VAMO 3
-0110010011 Raebarn 3
-0110010011 Inference 3
-0110010011 Ferrin 3
-0110010011 Marketmaster 3
-0110010011 Intec 3
-0110010011 Chutes 3
-0110010011 RJR/Nabisco 3
-0110010011 Maxaxam 3
-0110010011 ISFA 3
-0110010011 Keycorp 3
-0110010011 Mediatex 3
-0110010011 Atalla 3
-0110010011 HMG 3
-0110010011 Uretek 3
-0110010011 Conmed 3
-0110010011 Polyclad 3
-0110010011 Industrivarden 3
-0110010011 Parallax 3
-0110010011 Hi-Rise 3
-0110010011 TJFC 3
-0110010011 ASTRA 3
-0110010011 Populus 3
-0110010011 GeoPower 3
-0110010011 Cosmopoulos 3
-0110010011 SeaPharm 3
-0110010011 Figi 3
-0110010011 Nunachiaq 3
-0110010011 Tel/Man 3
-0110010011 Winjak 3
-0110010011 Innocan 3
-0110010011 Bechtel-Control 3
-0110010011 Equitrans 3
-0110010011 Iggesund 3
-0110010011 USLICO 3
-0110010011 Swaco 3
-0110010011 M&SD 3
-0110010011 Perkin 3
-0110010011 Albertsons 3
-0110010011 HNSX 3
-0110010011 Ramtron 3
-0110010011 Endata 3
-0110010011 Tortoni 3
-0110010011 Sperti 3
-0110010011 Petricca 3
-0110010011 Garan 3
-0110010011 CSB 3
-0110010011 GSH 3
-0110010011 Quintron 3
-0110010011 MEAD 3
-0110010011 Sav-A-Stop 3
-0110010011 Met-Pro 3
-0110010011 Extranet 3
-0110010011 Electro-Module 3
-0110010011 DaiIchi 3
-0110010011 Amerace 3
-0110010011 Sunroc 3
-0110010011 Hermetite 3
-0110010011 MarkitStar 3
-0110010011 Telecast 3
-0110010011 Mosler 3
-0110010011 Suresoft 3
-0110010011 IntelliCreations 3
-0110010011 Sangue 3
-0110010011 AmeriCare 3
-0110010011 TERA 3
-0110010011 Cintas 3
-0110010011 ARIX 3
-0110010011 Datalease 3
-0110010011 Eye-Optics 3
-0110010011 Maco 3
-0110010011 Isotronics 3
-0110010011 CytRx 3
-0110010011 Desoto 3
-0110010011 UniCARE 3
-0110010011 Sullair 3
-0110010011 Bellofram 3
-0110010011 Health-Mor 3
-0110010011 Greybridge 3
-0110010011 STV 3
-0110010011 KIS 3
-0110010011 Allen-Myland 3
-0110010011 Calcol 3
-0110010011 Bomarko 3
-0110010011 Foodcraft 3
-0110010011 Kenner-Parker 3
-0110010011 LandVest 3
-0110010011 Macrodata 3
-0110010011 GEORGIA-PACIFIC 3
-0110010011 Ovest 3
-0110010011 WHIRLPOOL 3
-0110010011 Slavenburg 3
-0110010011 Subcontracting 3
-0110010011 Baukol-Noonan 3
-0110010011 IVAX 3
-0110010011 Epyx 3
-0110010011 Synerlogic 3
-0110010011 Hotelecopy 3
-0110010011 Distacom 3
-0110010011 Sabreliner 3
-0110010011 Ebara 3
-0110010011 Conatec 3
-0110010011 Solarex 3
-0110010011 Nutech 3
-0110010011 Asiana 3
-0110010011 Rite-Aid 3
-0110010011 Cellserve 3
-0110010011 Wehco 3
-0110010011 Algorex 3
-0110010011 ENRON 3
-0110010011 Tele-Metropole 3
-0110010011 Blackside 3
-0110010011 Shinagawa 3
-0110010011 Kukje 3
-0110010011 Hazel/Peterson 3
-0110010011 Zitel 3
-0110010011 Canpak 3
-0110010011 Mouland 3
-0110010011 Suprex 3
-0110010011 Sutorbilt 3
-0110010011 DuroFlow 3
-0110010011 Biopure 3
-0110010011 Meret 3
-0110010011 MEDphone 3
-0110010011 Korvettes 3
-0110010011 4,950,000 3
-0110010011 Omnilab 3
-0110010011 Pepco 3
-0110010011 Norlin 3
-0110010011 Accudyne 3
-0110010011 JAC 3
-0110010011 Persona 3
-0110010011 Drillamex 3
-0110010011 NTI 3
-0110010011 Xomed 3
-0110010011 GTech 3
-0110010011 Nadco 3
-0110010011 FlowMole 3
-0110010011 Reil 3
-0110010011 Learfield 3
-0110010011 Eira 3
-0110010011 Twinpak 3
-0110010011 DataVault 3
-0110010011 Goldtex 3
-0110010011 Celotex 3
-0110010011 Domglas 3
-0110010011 NMH 3
-0110010011 Burritt 3
-0110010011 ChemRex 3
-0110010011 Tuckahoe 3
-0110010011 Quintessence 3
-0110010011 ORFA 3
-0110010011 Norplex/Oak 3
-0110010011 Hitox 3
-0110010011 Medic-Light 4
-0110010011 Code-a-Phone 4
-0110010011 Legent 4
-0110010011 AirGas 4
-0110010011 II-VI 4
-0110010011 FiServ 4
-0110010011 RehabCare 4
-0110010011 Hi-Net 4
-0110010011 Com 4
-0110010011 Shopsmith 4
-0110010011 FLC 4
-0110010011 Texsun 4
-0110010011 LaserData 4
-0110010011 Kemira 4
-0110010011 Bioject 4
-0110010011 Romet 4
-0110010011 Mallcap 4
-0110010011 RenTco 4
-0110010011 Kansa 4
-0110010011 Xplor 4
-0110010011 Tifco 4
-0110010011 Accutek 4
-0110010011 Pharmafair 4
-0110010011 Orrefors 4
-0110010011 UNB 4
-0110010011 HydraPak 4
-0110010011 Novus 4
-0110010011 Sciaky 4
-0110010011 Touchtone 4
-0110010011 Edmont 4
-0110010011 Primedical 4
-0110010011 Telequest 4
-0110010011 LaTique 4
-0110010011 PGI 4
-0110010011 Alba-Waldensian 4
-0110010011 Fibreco 4
-0110010011 FirstTier 4
-0110010011 Takata 4
-0110010011 Mascotind 4
-0110010011 D-A-Y 4
-0110010011 Infonet 4
-0110010011 Mindscape 4
-0110010011 Hydranautics 4
-0110010011 WIVB-TV 4
-0110010011 Dyncorp. 4
-0110010011 Otisville 4
-0110010011 Syntro 4
-0110010011 Genetically 4
-0110010011 Stanhome 4
-0110010011 Playmates 4
-0110010011 Biosearch 4
-0110010011 Pokka 4
-0110010011 Aeroquip 4
-0110010011 CenCor 4
-0110010011 NHLBI 4
-0110010011 Radius 4
-0110010011 Photomedica 4
-0110010011 FBX 4
-0110010011 K.M.C. 4
-0110010011 Ultrasystem 4
-0110010011 Burtons 4
-0110010011 Calmat 4
-0110010011 Genrad 4
-0110010011 Condere 4
-0110010011 Scantech 4
-0110010011 GynoPharma 4
-0110010011 AIDA 4
-0110010011 LDDS 4
-0110010011 ATG 4
-0110010011 LifeCore 4
-0110010011 CRI 4
-0110010011 Citigames 4
-0110010011 H&C 4
-0110010011 CPAC 4
-0110010011 SelecTronics 4
-0110010011 Imeg 4
-0110010011 Xytronyx 4
-0110010011 Pars 4
-0110010011 DRX 4
-0110010011 Vitel 4
-0110010011 Granitech 4
-0110010011 Hoyts 4
-0110010011 Telugu 4
-0110010011 Scantron 4
-0110010011 Scat 4
-0110010011 Ecopetrol 4
-0110010011 Fabricland 4
-0110010011 Yarrimup 4
-0110010011 Geritech 4
-0110010011 Atmos 4
-0110010011 Alascom 4
-0110010011 GBC 4
-0110010011 Datagate 4
-0110010011 Tegra 4
-0110010011 MPB 4
-0110010011 Carbozulia 4
-0110010011 EB 4
-0110010011 Uslico 4
-0110010011 Datagram 4
-0110010011 GenCorp. 4
-0110010011 Inter-Tel 4
-0110010011 Gentex 4
-0110010011 KFC 4
-0110010011 Engraph 4
-0110010011 Maecorp 4
-0110010011 Ico 4
-0110010011 BMG 4
-0110010011 Lear-Siegler 4
-0110010011 Tokheim 4
-0110010011 Amre 4
-0110010011 Commtron 4
-0110010011 Larson-Davis 4
-0110010011 Crutcher-Tufts 4
-0110010011 TeleCom 4
-0110010011 Bresnan 4
-0110010011 Magnetek 4
-0110010011 MHM 4
-0110010011 Tele-Art 4
-0110010011 Krysalis 4
-0110010011 Gussini 4
-0110010011 Baker-Hughes 4
-0110010011 BarclaysAmerican 4
-0110010011 Valtec 4
-0110010011 SouthTrust 4
-0110010011 FFB 4
-0110010011 Otasco 4
-0110010011 WEPco 4
-0110010011 Parker/Hunter 4
-0110010011 Termiflex 4
-0110010011 NaBanco 4
-0110010011 Baleme 4
-0110010011 Vencor 4
-0110010011 Cytel 4
-0110010011 Phillips-Ramsey 4
-0110010011 Longs 4
-0110010011 Healthwatch 4
-0110010011 Infocom 4
-0110010011 Softsave 4
-0110010011 MNX 4
-0110010011 Intek 4
-0110010011 EnergyNorth 4
-0110010011 Qualitone 4
-0110010011 Icelandair 4
-0110010011 Woolworths 4
-0110010011 Telepanel 4
-0110010011 Amplica 4
-0110010011 Pharmatec 4
-0110010011 Essef 4
-0110010011 TeleTix 4
-0110010011 Seamark 4
-0110010011 Agamemnon 4
-0110010011 Avecor 4
-0110010011 Greystone 4
-0110010011 West-Cap 4
-0110010011 Candle 4
-0110010011 Bankvermont 4
-0110010011 KT 4
-0110010011 Esfinco 4
-0110010011 Corpak 4
-0110010011 Worldcorp 4
-0110010011 Datel 4
-0110010011 Pancretec 4
-0110010011 Insystec 4
-0110010011 CXI 4
-0110010011 C4 4
-0110010011 Notimex 4
-0110010011 Transmation 4
-0110010011 Chadha 4
-0110010011 Biosonics 4
-0110010011 Donrey 4
-0110010011 Unitil 4
-0110010011 Cici 4
-0110010011 SJO 4
-0110010011 Toreador 4
-0110010011 Dofor 4
-0110010011 Lanesborough 4
-0110010011 Hedstrom 5
-0110010011 Rubatex 5
-0110010011 Proteon 5
-0110010011 KinderCare 5
-0110010011 Valmet 5
-0110010011 Matthews-McCracken-Rutland 5
-0110010011 Aerovox 5
-0110010011 Robintech 5
-0110010011 AirBC 5
-0110010011 MacWeek 5
-0110010011 Triple-Five 5
-0110010011 Sanitas 5
-0110010011 TI-CARO 5
-0110010011 Kinderhill 5
-0110010011 SOUTHMARK 5
-0110010011 Chittenden 5
-0110010011 Hydreco 5
-0110010011 Receptech 5
-0110010011 Matec 5
-0110010011 Camex 5
-0110010011 Calprop 5
-0110010011 Aceto 5
-0110010011 Shintech 5
-0110010011 TransWorld 5
-0110010011 Presto-Tek 5
-0110010011 Chrylser 5
-0110010011 Carme 5
-0110010011 Cogenic 5
-0110010011 Sundt 5
-0110010011 Neorx 5
-0110010011 Reid-Ashman 5
-0110010011 Chugai-Upjohn 5
-0110010011 Berni 5
-0110010011 Jeyes 5
-0110010011 Norwesco 5
-0110010011 Pultrusions 5
-0110010011 Currentech 5
-0110010011 GoldCorp 5
-0110010011 F.A.C. 5
-0110010011 SKK 5
-0110010011 Flavorich 5
-0110010011 Del-Val 5
-0110010011 CTG 5
-0110010011 FlexiVan 5
-0110010011 Alzado 5
-0110010011 Cucos 5
-0110010011 Krown 5
-0110010011 Dranetz 5
-0110010011 IGX 5
-0110010011 Fenwal 5
-0110010011 LBS 5
-0110010011 Unicover 5
-0110010011 CSK 5
-0110010011 Goldbelt 5
-0110010011 Eastchester 5
-0110010011 MicroMentor 5
-0110010011 Lousiana 5
-0110010011 Filtrol 5
-0110010011 Goldcor 5
-0110010011 Vical 5
-0110010011 Electro-Nucleonics 5
-0110010011 SaniServ 5
-0110010011 Enhance 5
-0110010011 UP&L 5
-0110010011 Daimaru 5
-0110010011 Rimpull 5
-0110010011 Renfield 5
-0110010011 Superx 5
-0110010011 Step-Saver 5
-0110010011 Atcom 5
-0110010011 Diagnostek 5
-0110010011 Plentywood 5
-0110010011 Cepex 5
-0110010011 Microamerica 5
-0110010011 FirsTier 5
-0110010011 X-Rite 5
-0110010011 Atochem 5
-0110010011 NUS 5
-0110010011 Intermetrics 5
-0110010011 Amvest 5
-0110010011 Sport-craft 5
-0110010011 Maremont 5
-0110010011 CUNA 5
-0110010011 CrownAmerica 5
-0110010011 Weigh-Tronix 5
-0110010011 Imatron 5
-0110010011 B.I. 5
-0110010011 Quantitative 5
-0110010011 RTM 5
-0110010011 IMRE 5
-0110010011 UltraCom 5
-0110010011 Blockhurst 5
-0110010011 Foxmoor 5
-0110010011 MHP 5
-0110010011 Signetics 5
-0110010011 Igloo 5
-0110010011 Grant-Norpac 5
-0110010011 Microfab 5
-0110010011 Fincoll 5
-0110010011 Puritan-Bennett 5
-0110010011 Paxar 5
-0110010011 ProServe 5
-0110010011 Alimondo 5
-0110010011 O'Donnell-Usen 5
-0110010011 Malartic 5
-0110010011 Chipwich 5
-0110010011 DataMyte 5
-0110010011 Rangaire 5
-0110010011 Autotrol 5
-0110010011 Pyxis 5
-0110010011 Customedix 5
-0110010011 Cadbury-Schweppes 5
-0110010011 Intercambio 5
-0110010011 Metalbanc 5
-0110010011 MassBank 5
-0110010011 Tridom 5
-0110010011 Forma 5
-0110010011 Novamin 5
-0110010011 Ecusta 5
-0110010011 Costar 5
-0110010011 Lumbermens 5
-0110010011 Nichirei 5
-0110010011 Lesco 5
-0110010011 Medicore 5
-0110010011 CEL-SCI 5
-0110010011 Intellicorp 5
-0110010011 Sparton 5
-0110010011 Northwestel 5
-0110010011 Dotronix 5
-0110010011 Orbitel 5
-0110010011 Anglo-Suisse 5
-0110010011 Insat 5
-0110010011 Unistar 5
-0110010011 BancOhio 5
-0110010011 CoEquity 5
-0110010011 LecTec 5
-0110010011 Keptel 5
-0110010011 LTX 5
-0110010011 Duckling 5
-0110010011 Allsteel 5
-0110010011 Interphase 5
-0110010011 Pricor 5
-0110010011 Cambrex 5
-0110010011 Charter-Crellin 5
-0110010011 Microage 5
-0110010011 ZyMos 5
-0110010011 Datamax 5
-0110010011 Amertek 5
-0110010011 Quadram 5
-0110010011 Meineke 5
-0110010011 Advo-System 5
-0110010011 Krames 5
-0110010011 Tachonics 5
-0110010011 Skil 5
-0110010011 Votan 5
-0110010011 Audiovox 5
-0110010011 NBO 5
-0110010011 Stardent 5
-0110010011 Precor 5
-0110010011 Akorn 5
-0110010011 Marke/Sroge 5
-0110010011 Cadmus 6
-0110010011 DFM 6
-0110010011 Xscribe 6
-0110010011 Fotomat 6
-0110010011 O.R. 6
-0110010011 Moniterm 6
-0110010011 Beddor 6
-0110010011 Mobira 6
-0110010011 Markel 6
-0110010011 Lishen 6
-0110010011 Symtron 6
-0110010011 PHP 6
-0110010011 IMO 6
-0110010011 Danly 6
-0110010011 Hook-SupeRx 6
-0110010011 Kobrand 6
-0110010011 ABD 6
-0110010011 Fretter 6
-0110010011 MediVision 6
-0110010011 DNX 6
-0110010011 Congoleum 6
-0110010011 CDF-Chimie 6
-0110010011 Migent 6
-0110010011 MCCP 6
-0110010011 Bridgehead 6
-0110010011 Comdial 6
-0110010011 Ozite 6
-0110010011 Teleflex 6
-0110010011 Orix 6
-0110010011 Sunwest 6
-0110010011 Selecterm 6
-0110010011 Databill 6
-0110010011 Lo-Jack 6
-0110010011 Multi-Color 6
-0110010011 Aritech 6
-0110010011 Adesco 6
-0110010011 Medi-Mail 6
-0110010011 Adtec 6
-0110010011 Lifecodes 6
-0110010011 Arbella 6
-0110010011 Biospherics 6
-0110010011 Marson 6
-0110010011 4G 6
-0110010011 Netword 6
-0110010011 Starstream 6
-0110010011 Ibis 6
-0110010011 IGT 6
-0110010011 FilmDallas 6
-0110010011 Rubicon 6
-0110010011 Asha 6
-0110010011 Nyloncraft 6
-0110010011 Interscope 6
-0110010011 McCabe/Gordon 6
-0110010011 Devlieg 6
-0110010011 Geotel 6
-0110010011 IGB 6
-0110010011 TXL 6
-0110010011 Gilbarco 6
-0110010011 GB-Inno 6
-0110010011 Caloric 6
-0110010011 Imtec 6
-0110010011 Polifly 6
-0110010011 Acceleration 6
-0110010011 GNF 6
-0110010011 Hypres 6
-0110010011 Menasco 6
-0110010011 Avemco 6
-0110010011 Shongum 6
-0110010011 BeckZack 6
-0110010011 Wesley-Jessen 6
-0110010011 ALZA 6
-0110010011 Artel 6
-0110010011 Tultex 6
-0110010011 Mercator 6
-0110010011 Electrosource 6
-0110010011 Spire 6
-0110010011 Ciprico 6
-0110010011 Southwire 6
-0110010011 Paceco 6
-0110010011 Nanometrics 6
-0110010011 CompuShop 6
-0110010011 ProNet 6
-0110010011 NIAID 6
-0110010011 Geostar 6
-0110010011 Repco 6
-0110010011 Ameriana 6
-0110010011 Datum 6
-0110010011 Comshare 6
-0110010011 Shiley 6
-0110010011 Vitalink 6
-0110010011 USPCI 6
-0110010011 CMQ 6
-0110010011 Cilcorp 6
-0110010011 Uarco 6
-0110010011 Milastar 6
-0110010011 Samancor 6
-0110010011 Q-Med 6
-0110010011 Dorm 6
-0110010011 Frigitemp 6
-0110010011 Baldt 6
-0110010011 Barre-National 6
-0110010011 H.M.S.S. 6
-0110010011 RoyNat 6
-0110010011 U.N.A. 6
-0110010011 Infosearch 6
-0110010011 Calpers 6
-0110010011 Hunter-Melnor 6
-0110010011 Ecad 6
-0110010011 TVI 6
-0110010011 Sungard 6
-0110010011 Autoland 6
-0110010011 Tigon 6
-0110010011 MassMutual 6
-0110010011 Midcon 6
-0110010011 Hadron 6
-0110010011 Esco 6
-0110010011 Midland-Ross 6
-0110010011 Brintec 6
-0110010011 Agway 6
-0110010011 ENSR 6
-0110010011 FormWorx 6
-0110010011 Steyr 6
-0110010011 Quipp 6
-0110010011 Circon 6
-0110010011 Upshur 6
-0110010011 Zemex 6
-0110010011 Cytemp 6
-0110010011 Osmonics 6
-0110010011 Fleishman-Hillard 6
-0110010011 Avoset 6
-0110010011 SeaLand 6
-0110010011 Qantel 6
-0110010011 Stant 6
-0110010011 Symantec 6
-0110010011 McTravel 6
-0110010011 Clarins 6
-0110010011 Daka 6
-0110010011 Haida 6
-0110010011 Cognos 6
-0110010011 A.M.A. 6
-0110010011 DeltaUS 6
-0110010011 Canaco 6
-0110010011 Mediagenic 6
-0110010011 Careercom 7
-0110010011 Drillers 7
-0110010011 Minnova 7
-0110010011 Wesbanco 7
-0110010011 Angio-Medical 7
-0110010011 Vitt 7
-0110010011 Interand 7
-0110010011 Primo 7
-0110010011 Sunward 7
-0110010011 ESL 7
-0110010011 Quinoco 7
-0110010011 CPL 7
-0110010011 CB&T 7
-0110010011 Circadian 7
-0110010011 Toastmaster 7
-0110010011 Microtel 7
-0110010011 Aerojet-General 7
-0110010011 Electromedics 7
-0110010011 Contran 7
-0110010011 ClothesTime 7
-0110010011 Dep 7
-0110010011 VeloBind 7
-0110010011 FPA 7
-0110010011 Comserv 7
-0110010011 Cattleguard 7
-0110010011 Ampco 7
-0110010011 Genus 7
-0110010011 Turnbridge 7
-0110010011 Medex 7
-0110010011 Amnion 7
-0110010011 KnowledgeWare 7
-0110010011 Amhoist 7
-0110010011 Palfed 7
-0110010011 Hillhaven 7
-0110010011 Teac 7
-0110010011 Codelco 7
-0110010011 FIserv 7
-0110010011 King-Casey 7
-0110010011 Advanta 7
-0110010011 Scotia-McLeod 7
-0110010011 Dumenil 7
-0110010011 PYA/Monarch 7
-0110010011 Altron 7
-0110010011 Ketema 7
-0110010011 KW 7
-0110010011 Tramco 7
-0110010011 Sanbar 7
-0110010011 Fleet-Norstar 7
-0110010011 Gatx 7
-0110010011 Sheldahl 7
-0110010011 Fel-Pro 7
-0110010011 Hycor 7
-0110010011 Weldotron 7
-0110010011 DEST 7
-0110010011 Nakamichi 7
-0110010011 Digidyne 7
-0110010011 Atlin 7
-0110010011 Kevlin 7
-0110010011 RFE/RL 7
-0110010011 TFF 7
-0110010011 Dataram 7
-0110010011 RCI 7
-0110010011 Bermans 7
-0110010011 Munsingwear 7
-0110010011 Virco 7
-0110010011 Healthvest 7
-0110010011 Moacq 7
-0110010011 SFFed 7
-0110010011 Alma-Leo 7
-0110010011 Microlytics 7
-0110010011 Starcraft 7
-0110010011 SIS 7
-0110010011 Jhirmack 7
-0110010011 San/Bar 7
-0110010011 Atex 7
-0110010011 PruCapital 7
-0110010011 Cooker 7
-0110010011 Wegener 7
-0110010011 RJR-Nabisco 7
-0110010011 Elexis 7
-0110010011 Westcorp 7
-0110010011 Initials+ 7
-0110010011 Gesco 7
-0110010011 Trans-Tech 7
-0110010011 Crest-Foam 7
-0110010011 ATN 7
-0110010011 Lodgistix 7
-0110010011 Noxso 7
-0110010011 Cencor 7
-0110010011 JTL 7
-0110010011 Audiotronics 7
-0110010011 LCI 7
-0110010011 LDI 7
-0110010011 RCA/Ariola 8
-0110010011 SJNB 8
-0110010011 GSX 8
-0110010011 Ziyad 8
-0110010011 IntraWest 8
-0110010011 Roulette 8
-0110010011 BancOklahoma 8
-0110010011 Elston 8
-0110010011 Dynatech 8
-0110010011 Forethought 8
-0110010011 Riedel 8
-0110010011 Halbur 8
-0110010011 Energen 8
-0110010011 Weitek 8
-0110010011 NT&T 8
-0110010011 HSST 8
-0110010011 RWE 8
-0110010011 IB&T 8
-0110010011 AirTran 8
-0110010011 ColorTyme 8
-0110010011 Preway 8
-0110010011 Takasago 8
-0110010011 Bowmar 8
-0110010011 ECAD 8
-0110010011 Pentech 8
-0110010011 Polychrome 8
-0110010011 Embryogen 8
-0110010011 Timex 8
-0110010011 Unitek 8
-0110010011 KuwAm 8
-0110010011 Rossignol 8
-0110010011 Norand 8
-0110010011 Tekelec 8
-0110010011 Kearney-National 8
-0110010011 Metrocorp 8
-0110010011 Rudani 8
-0110010011 G-2 8
-0110010011 Steelcase 8
-0110010011 Cormier 8
-0110010011 HLX 8
-0110010011 Foodways 8
-0110010011 G.R.I. 8
-0110010011 DSA 8
-0110010011 IntelliCorp 8
-0110010011 Altera 8
-0110010011 Centuri 8
-0110010011 Medar 8
-0110010011 Syntrex 8
-0110010011 Conchemco 8
-0110010011 Gainsco 8
-0110010011 Rho-Chem 8
-0110010011 Scicom 8
-0110010011 Ackerley 8
-0110010011 Microdyne 8
-0110010011 ICL 8
-0110010011 Mitre 8
-0110010011 ORS 8
-0110010011 Skylawn 8
-0110010011 Pyro 8
-0110010011 Warrantech 8
-0110010011 SolarCare 8
-0110010011 3CI 8
-0110010011 Nadacom 8
-0110010011 Amivest 8
-0110010011 Todd-AO 8
-0110010011 Hayes-Albion 8
-0110010011 Koret 8
-0110010011 ICAO 8
-0110010011 Mountain-Hi 8
-0110010011 SofTech 8
-0110010011 Entergy 8
-0110010011 Copytele 8
-0110010011 ChemDesign 8
-0110010011 Nutri/System 8
-0110010011 Intellicall 8
-0110010011 ProServ 8
-0110010011 UnionFed 8
-0110010011 BCV 8
-0110010011 Cal-Abco 8
-0110010011 Bandag 8
-0110010011 Calfed 8
-0110010011 ZMI 8
-0110010011 Photofinishing 8
-0110010011 SLM 8
-0110010011 Stratoflex 8
-0110010011 USBancorp 8
-0110010011 FCMI 8
-0110010011 Ealing 8
-0110010011 Raycon 8
-0110010011 Cevaxs 8
-0110010011 Stanwood 8
-0110010011 WQTV 8
-0110010011 Opcom 8
-0110010011 LeFebure 9
-0110010011 Advantest 9
-0110010011 Rada 9
-0110010011 DSM 9
-0110010011 GNC 9
-0110010011 Sanmark-Stardust 9
-0110010011 Lawn-Boy 9
-0110010011 Scope 9
-0110010011 Deltak 9
-0110010011 Xicor 9
-0110010011 Chemetron 9
-0110010011 AAI 9
-0110010011 Flamemaster 9
-0110010011 Lazere 9
-0110010011 Unimedia 9
-0110010011 LL&E 9
-0110010011 Fonar 9
-0110010011 TeleSciences 9
-0110010011 Nimbus 9
-0110010011 Eyelab 9
-0110010011 Archive 9
-0110010011 Siltec 9
-0110010011 Craig-Hallum 9
-0110010011 Banister 9
-0110010011 Rockresorts 9
-0110010011 GNB 9
-0110010011 Inmont 9
-0110010011 Kewaunee 9
-0110010011 Kroy 9
-0110010011 Odetics 9
-0110010011 Linus 9
-0110010011 Autofacts 9
-0110010011 Silvar-Lisco 9
-0110010011 Conus 9
-0110010011 RSCG 9
-0110010011 Amcore 9
-0110010011 Gen-Probe 9
-0110010011 Servam 9
-0110010011 Infotech 9
-0110010011 Kikkoman 9
-0110010011 NLO 9
-0110010011 Cambex 9
-0110010011 Voplex 9
-0110010011 Bradford-White 9
-0110010011 Measurex 9
-0110010011 Datametrics 9
-0110010011 Rayovac 9
-0110010011 Tandycrafts 9
-0110010011 Verticom 9
-0110010011 Baroid 9
-0110010011 TM 9
-0110010011 Diversicare 9
-0110010011 InterVoice 9
-0110010011 Newcor 9
-0110010011 IMT 9
-0110010011 Cipher 9
-0110010011 Inmac 9
-0110010011 Secomerica 9
-0110010011 Testor 9
-0110010011 VWR 9
-0110010011 Claren 9
-0110010011 Decor 9
-0110010011 GoldCor 9
-0110010011 Tecogen 9
-0110010011 AmBase 9
-0110010011 J&L 9
-0110010011 Datagraphix 9
-0110010011 Latigo 9
-0110010011 Jartran 9
-0110010011 Cydrome 9
-0110010011 GlenFed 9
-0110010011 Nycor 9
-0110010011 Worlco 9
-0110010011 THT 10
-0110010011 Ovex 10
-0110010011 Fuddruckers 10
-0110010011 Ecolaire 10
-0110010011 USAmeribancs 10
-0110010011 TBC 10
-0110010011 Intertect 10
-0110010011 Takihyo 10
-0110010011 Swift-Eckrich 10
-0110010011 Mestek 10
-0110010011 Abdollah 10
-0110010011 VSB 10
-0110010011 Maione-Hirschberg 10
-0110010011 Dysan 10
-0110010011 NFS 10
-0110010011 ComputerCraft 10
-0110010011 Ipco 10
-0110010011 Credit-Rite 10
-0110010011 Multibank 10
-0110010011 Wicor 10
-0110010011 Autodie 10
-0110010011 SDG&E 10
-0110010011 Rexon 10
-0110010011 Hubco 10
-0110010011 SpecTran 10
-0110010011 Ferrofluidics 10
-0110010011 TSI 10
-0110010011 INA 10
-0110010011 Quadra 10
-0110010011 Checkers 10
-0110010011 Envos 10
-0110010011 Corcap 10
-0110010011 Vitronics 10
-0110010011 Skolniks 10
-0110010011 Microbilt 10
-0110010011 JWD 10
-0110010011 TMK/United 10
-0110010011 UDC 10
-0110010011 Cognex 10
-0110010011 Emco 10
-0110010011 TransAlta 10
-0110010011 Photronics 10
-0110010011 Nellcor 10
-0110010011 HemoTec 10
-0110010011 Solitec 10
-0110010011 Burgmaster 10
-0110010011 BBN 10
-0110010011 Sanmark 10
-0110010011 Gruene 10
-0110010011 Tech/Ops 10
-0110010011 QMS 10
-0110010011 TBG 10
-0110010011 Archer-Daniels 10
-0110010011 Intermec 10
-0110010011 Sargent-Welch 10
-0110010011 CWT 10
-0110010011 Vitramon 10
-0110010011 Inter-Canadian 10
-0110010011 McDonalds 10
-0110010011 Flextronics 10
-0110010011 Computrac 10
-0110010011 Cytogen 10
-0110010011 WorldCorp 10
-0110010011 Mitral 10
-0110010011 PacifiCare 10
-0110010011 Mycogen 10
-0110010011 Valtek 11
-0110010011 IFRB 11
-0110010011 Univar 11
-0110010011 Hemodynamics 11
-0110010011 Foodarama 11
-0110010011 SunGroup 11
-0110010011 CMX 11
-0110010011 ShowBiz 11
-0110010011 Daxor 11
-0110010011 Americold 11
-0110010011 Cuisinarts 11
-0110010011 Altai 11
-0110010011 Theta 11
-0110010011 InSpeech 11
-0110010011 WellTech 11
-0110010011 Rex-Noreco 11
-0110010011 CPT 11
-0110010011 GB 11
-0110010011 Cablec 11
-0110010011 McDonnell-Douglas 11
-0110010011 Arista 11
-0110010011 Lamb-Weston 11
-0110010011 Graham-Field 11
-0110010011 Accuride 11
-0110010011 Rhino 11
-0110010011 Dictaphone 11
-0110010011 Hurco 11
-0110010011 K&F 11
-0110010011 Bruncor 11
-0110010011 MicroBilt 11
-0110010011 Univation 11
-0110010011 CIS 11
-0110010011 Datext 11
-0110010011 Moleculon 11
-0110010011 Barrister 11
-0110010011 Mobay 11
-0110010011 Alcide 11
-0110010011 Kenwood 11
-0110010011 Kalvar 11
-0110010011 Dicomed 11
-0110010011 Abermin 11
-0110010011 Epitope 11
-0110010011 Conair 11
-0110010011 Neeco 11
-0110010011 Dresher 12
-0110010011 CompuChem 12
-0110010011 Compumat 12
-0110010011 Amtech 12
-0110010011 EZ 12
-0110010011 FEA 12
-0110010011 Fujisankei 12
-0110010011 CareUnit 12
-0110010011 Teknowledge 12
-0110010011 Lotte 12
-0110010011 Isetan 12
-0110010011 Univisa 12
-0110010011 WearEver 12
-0110010011 Semicon 12
-0110010011 Bio-Response 12
-0110010011 DAP 12
-0110010011 Ramtek 12
-0110010011 Uni-Marts 12
-0110010011 ValEquity 12
-0110010011 Therapeutic 12
-0110010011 Birtcher 12
-0110010011 Kennecott 12
-0110010011 Systematics 12
-0110010011 Amcole 12
-0110010011 AIFS 12
-0110010011 Amdek 12
-0110010011 Farberware 12
-0110010011 Tribune/Swab-Fox 12
-0110010011 Cawsl 12
-0110010011 TVSM 12
-0110010011 Fingerhut 12
-0110010011 Ceradyne 12
-0110010011 C&C 12
-0110010011 Trilon 12
-0110010011 Pubco 12
-0110010011 Uniforce 12
-0110010011 Sunlite 12
-0110010011 Pre-Paid 12
-0110010011 XL/Datacomp 12
-0110010011 AMRE 12
-0110010011 Co-Steel 12
-0110010011 Synergen 12
-0110010011 LeaRonal 12
-0110010011 Comprint 12
-0110010011 GHR 12
-0110010011 Visx 12
-0110010011 Valspar 12
-0110010011 DEP 12
-0110010011 Armtec 12
-0110010011 SeaCo 12
-0110010011 Electro-Catheter 12
-0110010011 Unimation 12
-0110010011 Summagraphics 12
-0110010011 TransImage 12
-0110010011 MacKay-Shields 13
-0110010011 Calmar 13
-0110010011 La-Z-Boy 13
-0110010011 TeleCommunications 13
-0110010011 LOF 13
-0110010011 Vertex 13
-0110010011 Endo-Lase 13
-0110010011 Exar 13
-0110010011 Kapok 13
-0110010011 Ipsco 13
-0110010011 SherrGold 13
-0110010011 S&K 13
-0110010011 Zycad 13
-0110010011 TRC 13
-0110010011 Pentron 13
-0110010011 Rubloff 13
-0110010011 Digitech 13
-0110010011 Dyneer 13
-0110010011 Ivax 13
-0110010011 PennCorp 13
-0110010011 Intermet 13
-0110010011 Metpath 13
-0110010011 Dyansen 13
-0110010011 TeleCable 13
-0110010011 Sanden 13
-0110010011 Distributed 13
-0110010011 Health-Chem 13
-0110010011 Raynet 13
-0110010011 Nafco 13
-0110010011 Fisher-Price 13
-0110010011 MaxPharma 13
-0110010011 Itek 13
-0110010011 Beaman 13
-0110010011 Angiomedics 13
-0110010011 Technodyne 13
-0110010011 Jerr-Dan 13
-0110010011 Telesat 13
-0110010011 Prab 13
-0110010011 KitchenAid 13
-0110010011 Volt 13
-0110010011 Suncor 13
-0110010011 InterCare 13
-0110010011 Mega 13
-0110010011 Xylogics 13
-0110010011 Colorization 13
-0110010011 AmVestors 13
-0110010011 GardenAmerica 13
-0110010011 Murree 13
-0110010011 Dryclean 14
-0110010011 Tranzonic 14
-0110010011 Varityper 14
-0110010011 PolyGram 14
-0110010011 Delphax 14
-0110010011 Shearing 14
-0110010011 Walwyn 14
-0110010011 PhoneMate 14
-0110010011 Shopwell 14
-0110010011 Raindancer 14
-0110010011 TransLogic 14
-0110010011 Telectron 14
-0110010011 ChemClear 14
-0110010011 Kol 14
-0110010011 TriMas 14
-0110010011 Jewelmasters 14
-0110010011 Seatrain 14
-0110010011 OmniBank 14
-0110010011 Boase 14
-0110010011 Witco 14
-0110010011 DPL 14
-0110010011 Watsco 14
-0110010011 Alliance-Industrial 14
-0110010011 Intertrans 14
-0110010011 Lexicon 14
-0110010011 Elder-Beerman 14
-0110010011 Chemlawn 14
-0110010011 Intercorp. 14
-0110010011 Telecrafter 14
-0110010011 GRI 14
-0110010011 Arnox 14
-0110010011 Tridex 14
-0110010011 Williams-Sonoma 14
-0110010011 InterConnect 14
-0110010011 Hexcel 14
-0110010011 Parker-Hannifin 14
-0110010011 Ecogen 14
-0110010011 DCNY 14
-0110010011 Analogic 14
-0110010011 Eskey 14
-0110010011 Loblaw 14
-0110010011 WearEver-ProctorSilex 14
-0110010011 DPC 14
-0110010011 Ascii 14
-0110010011 Venturian 15
-0110010011 Equitex 15
-0110010011 Judicate 15
-0110010011 Comp-U-Check 15
-0110010011 Jovan 15
-0110010011 Standard-Pacific 15
-0110010011 AEC 15
-0110010011 Personics 15
-0110010011 Technitrol 15
-0110010011 QuesTech 15
-0110010011 MNet 15
-0110010011 Bercor 15
-0110010011 SP 15
-0110010011 Synbiotics 15
-0110010011 LFC 15
-0110010011 Sonnenblick-Goldman 15
-0110010011 Gynex 15
-0110010011 Kennametal 15
-0110010011 Kinark 15
-0110010011 Birdfinder 15
-0110010011 NCA 15
-0110010011 CommerceBancorp 15
-0110010011 Metro-Richelieu 15
-0110010011 AES 15
-0110010011 Enzon 15
-0110010011 Clarcor 15
-0110010011 Burndy 15
-0110010011 Automatix 15
-0110010011 VenTech 15
-0110010011 Hauserman 15
-0110010011 Avantek 15
-0110010011 Sizeler 15
-0110010011 Cosmair 15
-0110010011 Genicom 15
-0110010011 FOKKER 15
-0110010011 InterNorth 15
-0110010011 Orbanco 15
-0110010011 Paddington 15
-0110010011 FGIC 15
-0110010011 SMC 15
-0110010011 Penril 15
-0110010011 Certron 15
-0110010011 RLC 15
-0110010011 LaBarge 15
-0110010011 Trism 15
-0110010011 Metromail 16
-0110010011 Graco 16
-0110010011 Liebert 16
-0110010011 CalComp 16
-0110010011 Tryart 16
-0110010011 Riddell 16
-0110010011 Diodes 16
-0110010011 Equion 16
-0110010011 Clini-Therm 16
-0110010011 Benguet 16
-0110010011 Jacor 16
-0110010011 Digicon 16
-0110010011 Nikon 16
-0110010011 Enterra 16
-0110010011 Executone 16
-0110010011 Sybase 16
-0110010011 Comfed 16
-0110010011 Pennbancorp 16
-0110010011 ODS 16
-0110010011 Morningstar 16
-0110010011 Maidenform 16
-0110010011 Christiana 16
-0110010011 NeoRx 16
-0110010011 Hammerson 16
-0110010011 AAR 16
-0110010011 SPX 16
-0110010011 Dairymen 16
-0110010011 Finnigan 16
-0110010011 Criton 16
-0110010011 Sycamore 16
-0110010011 Americare 16
-0110010011 Cadam 16
-0110010011 Rykoff-Sexton 16
-0110010011 Medserv 16
-0110010011 Lumonics 16
-0110010011 Mickelberry 16
-0110010011 Safety-Kleen 16
-0110010011 Sippican 16
-0110010011 Marcom 16
-0110010011 Aon 16
-0110010011 BWAC 16
-0110010011 TeleQuest 16
-0110010011 Initio 16
-0110010011 C-TEC 16
-0110010011 Oxoco 16
-0110010011 PHM 16
-0110010011 Gary-Wheaton 16
-0110010011 AlternaCare 17
-0110010011 Spartech 17
-0110010011 Abiomed 17
-0110010011 Combe 17
-0110010011 Ticketmaster 17
-0110010011 Ampad 17
-0110010011 Hana 17
-0110010011 Davox 17
-0110010011 Soquip 17
-0110010011 Kaypro 17
-0110010011 Louart 17
-0110010011 Armel 17
-0110010011 Carena 17
-0110010011 Seven-Eleven 17
-0110010011 Tigera 17
-0110010011 ICEE 17
-0110010011 Brajdas 17
-0110010011 Funtime 17
-0110010011 Realist 17
-0110010011 Mallinckrodt 17
-0110010011 NBS 17
-0110010011 Pagurian 17
-0110010011 LJN 17
-0110010011 Tipperary 17
-0110010011 DeSoto 17
-0110010011 IPCO 17
-0110010011 Moscom 17
-0110010011 GWC 17
-0110010011 Credithrift 17
-0110010011 Movielab 17
-0110010011 Zim 17
-0110010011 Dynalectron 17
-0110010011 Dynapac 17
-0110010011 ESI 17
-0110010011 UNUM 17
-0110010011 Riunite 17
-0110010011 Transatlantic 17
-0110010011 Rexene 17
-0110010011 Integon 17
-0110010011 Homewood 17
-0110010011 Thetford 17
-0110010011 Gundle 18
-0110010011 Siliconix 18
-0110010011 Helionetics 18
-0110010011 Marcon 18
-0110010011 Equinox 18
-0110010011 Scientific-Atlanta 18
-0110010011 BankWorcester 18
-0110010011 Kimmins 18
-0110010011 DiGiorgio 18
-0110010011 Fox-Meyer 18
-0110010011 Nicor 18
-0110010011 CXR 18
-0110010011 Minntech 18
-0110010011 Datapower 18
-0110010011 BancTec 18
-0110010011 PictureTel 18
-0110010011 Howmet 18
-0110010011 Jamesway 18
-0110010011 Quiksilver 18
-0110010011 Texscan 18
-0110010011 Scitex 18
-0110010011 Equibank 18
-0110010011 Syndicated 18
-0110010011 Kaydon 19
-0110010011 MCN 19
-0110010011 Incstar 19
-0110010011 TCF 19
-0110010011 Danners 19
-0110010011 Freightliner 19
-0110010011 USLico 19
-0110010011 FPCO 19
-0110010011 UA 19
-0110010011 Cache 19
-0110010011 TRT 19
-0110010011 Unum 19
-0110010011 Onset 19
-0110010011 ARX 19
-0110010011 Norrell 19
-0110010011 Acme-Cleveland 19
-0110010011 SSC&B 19
-0110010011 Austron 19
-0110010011 Unibancorp 19
-0110010011 Endevco 19
-0110010011 NorthEastern 19
-0110010011 Komag 19
-0110010011 Allergan 19
-0110010011 SnyderGeneral 19
-0110010011 Trans-Lux 19
-0110010011 Canteen 19
-0110010011 VMX 19
-0110010011 Amrep 20
-0110010011 Phototron 20
-0110010011 SAPC 20
-0110010011 Axlon 20
-0110010011 Rent-A-Center 20
-0110010011 Anitec 20
-0110010011 APL 20
-0110010011 Microcom 20
-0110010011 Colorcraft 20
-0110010011 SAMI/Burke 20
-0110010011 Wynton 20
-0110010011 Honeybee 20
-0110010011 Lambda 20
-0110010011 Arcadian 20
-0110010011 Copelco 20
-0110010011 Wessex 20
-0110010011 Enseco 20
-0110010011 Syscon 20
-0110010011 Minatome 20
-0110010011 Tracy-Locke 20
-0110010011 Crestar 20
-0110010011 Corestates 20
-0110010011 Dyncorp 20
-0110010011 Cuero 20
-0110010011 Ameritrust 20
-0110010011 Microsemi 20
-0110010011 FileNet 20
-0110010011 Strata 20
-0110010011 EDO 20
-0110010011 Medusa 20
-0110010011 Postipankki 20
-0110010011 Goldcrest 20
-0110010011 TransCapital 20
-0110010011 Autospa 21
-0110010011 GF 21
-0110010011 TransTechnology 21
-0110010011 Ampex 21
-0110010011 Neutrogena 21
-0110010011 Staples 21
-0110010011 LDBrinkman 21
-0110010011 MEPC 21
-0110010011 BayBanks 21
-0110010011 BMA 21
-0110010011 Dai-ichi 21
-0110010011 Millipore 21
-0110010011 Avnet 21
-0110010011 Octel 21
-0110010011 Varlen 21
-0110010011 Filtertek 21
-0110010011 Aro 21
-0110010011 Epsilon 21
-0110010011 HMSS 21
-0110010011 Shaer 21
-0110010011 Molex 22
-0110010011 Norelco 22
-0110010011 Ohlmeyer 22
-0110010011 Allwaste 22
-0110010011 Cornerstone 22
-0110010011 Zehntel 22
-0110010011 Time-Warner 22
-0110010011 Edgcomb 22
-0110010011 Hyponex 22
-0110010011 Pathe 22
-0110010011 NESB 22
-0110010011 Omnicare 22
-0110010011 Orbis 22
-0110010011 Elxsi 22
-0110010011 Numerica 22
-0110010011 Organogenesis 22
-0110010011 HealthAmerica 22
-0110010011 Xebec 22
-0110010011 Stanline 22
-0110010011 Canonie 22
-0110010011 Servo 22
-0110010011 Paradigm 22
-0110010011 Francorp 22
-0110010011 Perkin-Elmer 22
-0110010011 Plantronics 22
-0110010011 Elcor 22
-0110010011 MDT 22
-0110010011 TSO 22
-0110010011 Priam 22
-0110010011 Anaren 23
-0110010011 XYZ 23
-0110010011 Meditrust 23
-0110010011 Sorbus 23
-0110010011 WestLB 23
-0110010011 WNS 23
-0110010011 Citytrust 23
-0110010011 Adage 23
-0110010011 Buffton 23
-0110010011 Cobey 23
-0110010011 Karibu 23
-0110010011 HEI 23
-0110010011 Autodesk 23
-0110010011 Prentice-Hall 23
-0110010011 SFN 23
-0110010011 Zentec 23
-0110010011 Interleukin-2 23
-0110010011 Exovir 23
-0110010011 Epsco 23
-0110010011 Dyatron 23
-0110010011 Harte-Hanks 23
-0110010011 Isoetec 23
-0110010011 Abington 23
-0110010011 Scovill 23
-0110010011 Lennar 23
-0110010011 Elise 23
-0110010011 Westpride 23
-0110010011 Genesco 23
-0110010011 Multi-Local 23
-0110010011 Norstan 23
-0110010011 BankAtlantic 23
-0110010011 Research-Cottrell 23
-0110010011 Alphametrics 23
-0110010011 VBI 23
-0110010011 Loctite 24
-0110010011 Logicon 24
-0110010011 Cetec 24
-0110010011 Sybron 24
-0110010011 Joslyn 24
-0110010011 Wackenhut 24
-0110010011 Phlcorp 24
-0110010011 CBS/Fox 24
-0110010011 AMF 24
-0110010011 Quanex 24
-0110010011 ACC 24
-0110010011 Activision 24
-0110010011 Chanel 24
-0110010011 Votrax 24
-0110010011 Muscocho 24
-0110010011 Knogo 24
-0110010011 Nucorp 24
-0110010011 BFS 24
-0110010011 CompuDyne 24
-0110010011 Nordson 24
-0110010011 Teradata 24
-0110010011 Canron 24
-0110010011 BMY 24
-0110010011 Chatswood 24
-0110010011 UST 24
-0110010011 Kaman 24
-0110010011 Shaklee 24
-0110010011 Tangent 24
-0110010011 Argosystems 24
-0110010011 Calton 24
-0110010011 GTS 24
-0110010011 Industrivaerden 24
-0110010011 USLife 24
-0110010011 Transcon 24
-0110010011 Miniscribe 24
-0110010011 Kasler 24
-0110010011 BankVermont 25
-0110010011 Trizec 25
-0110010011 Equifax 25
-0110010011 Chemed 25
-0110010011 Immunomedics 25
-0110010011 Westworld 25
-0110010011 Silvercrest 25
-0110010011 CCX 25
-0110010011 Numac 25
-0110010011 Datacopy 25
-0110010011 Temco 26
-0110010011 Dayco 26
-0110010011 Compugraphic 26
-0110010011 HomeFed 26
-0110010011 Warrington 26
-0110010011 Winn-Dixie 26
-0110010011 Selas 26
-0110010011 Biomet 26
-0110010011 Spectramed 26
-0110010011 Anschutz 26
-0110010011 Biotherapeutics 26
-0110010011 Atmel 26
-0110010011 Sigmaform 26
-0110010011 Newbery 26
-0110010011 Wespercorp 26
-0110010011 AMI 26
-0110010011 JWP 26
-0110010011 Unitel 26
-0110010011 Informix 26
-0110010011 Tymnet 26
-0110010011 Dickey-John 26
-0110010011 Camco 27
-0110010011 Canfor 27
-0110010011 Epic 27
-0110010011 CarePlus 27
-0110010011 Interspec 27
-0110010011 Paychex 27
-0110010011 EIP 27
-0110010011 Computerland 27
-0110010011 MichCon 27
-0110010011 Silo 27
-0110010011 LLC 27
-0110010011 Ivaco 27
-0110010011 Pentair 27
-0110010011 TEC 27
-0110010011 Angelica 27
-0110010011 Bairnco 27
-0110010011 Alumax 27
-0110010011 Imnet 27
-0110010011 Gottschalks 28
-0110010011 Pacificorp 28
-0110010011 Dual-Lite 28
-0110010011 Settsu 28
-0110010011 Entree 28
-0110010011 Imre 28
-0110010011 Chargit 28
-0110010011 Enviropact 28
-0110010011 SkyWest 28
-0110010011 CMI 28
-0110010011 Clothestime 28
-0110010011 Warnaco 28
-0110010011 Minster 28
-0110010011 Reece 28
-0110010011 Wetterau 28
-0110010011 UGI 28
-0110010011 Andal 28
-0110010011 Amstar 28
-0110010011 DataCard 28
-0110010011 Bacardi 28
-0110010011 Bookstop 28
-0110010011 McCrory 28
-0110010011 WordPerfect 28
-0110010011 Atico 28
-0110010011 HealthTrust 28
-0110010011 Code-Alarm 28
-0110010011 Sport-About 29
-0110010011 Cosmo 29
-0110010011 Delmed 29
-0110010011 Armada 29
-0110010011 Telaction 29
-0110010011 Equatorial 29
-0110010011 Acuson 29
-0110010011 NUI 29
-0110010011 Horten 29
-0110010011 Genzyme 29
-0110010011 MBIA 29
-0110010011 ComFed 29
-0110010011 IGI 29
-0110010011 Ex-Cell-O 29
-0110010011 Greenery 29
-0110010011 Summcorp 29
-0110010011 Taisei 29
-0110010011 Stouffer 29
-0110010011 Dynascan 29
-0110010011 Intrex 29
-0110010011 Nu-Med 29
-0110010011 Aircoa 29
-0110010011 Micropolis 29
-0110010011 Lydall 30
-0110010011 CDI 30
-0110010011 Diebold 30
-0110010011 Ungermann-Bass 30
-0110010011 Stater 30
-0110010011 GenRad 30
-0110010011 Tech-Sym 30
-0110010011 Aydin 30
-0110010011 Sunstates 30
-0110010011 DeVry 30
-0110010011 Abex 30
-0110010011 Oryx 30
-0110010011 Berkline 30
-0110010011 Halmi 30
-0110010011 Teikoku 30
-0110010011 Questar 30
-0110010011 Telecredit 30
-0110010011 T-Bar 31
-0110010011 Sunstar 31
-0110010011 Howtek 31
-0110010011 MicroGeneSys 31
-0110010011 TIE 31
-0110010011 Aztar 31
-0110010011 Augat 31
-0110010011 Esterline 31
-0110010011 Up-Right 31
-0110010011 Norcen 32
-0110010011 PWA 32
-0110010011 Hemmeter 32
-0110010011 Multimedia 32
-0110010011 SCE 32
-0110010011 Terex 32
-0110010011 IDB 32
-0110010011 Ziff 32
-0110010011 Elan 32
-0110010011 FoxMeyer 32
-0110010011 Olsten 32
-0110010011 CNA 32
-0110010011 Margaux 32
-0110010011 Dalfort 33
-0110010011 Computalog 33
-0110010011 Renta 33
-0110010011 Raytech 33
-0110010011 Sylvan 33
-0110010011 Verbatim 33
-0110010011 Timeplex 33
-0110010011 Distrigas 33
-0110010011 Sovereign 33
-0110010011 Claris 33
-0110010011 Caremark 33
-0110010011 Kajima 33
-0110010011 Woodstream 33
-0110010011 CareerCom 34
-0110010011 Comarco 34
-0110010011 Wardair 34
-0110010011 Invacare 34
-0110010011 Homac 34
-0110010011 CompuTrac 34
-0110010011 Ranco 34
-0110010011 Bearings 34
-0110010011 SDS 34
-0110010011 RPM 34
-0110010011 Thomson-CSF 34
-0110010011 IRT 34
-0110010011 Ardshiel 34
-0110010011 Safeguard 34
-0110010011 Jostens 35
-0110010011 Blocker 35
-0110010011 Excelan 35
-0110010011 Collagen 35
-0110010011 Masonite 35
-0110010011 PSE 35
-0110010011 MEI 35
-0110010011 Equitec 35
-0110010011 Minolta 35
-0110010011 Pulte 35
-0110010011 Konica 36
-0110010011 Glenmore 36
-0110010011 Cyacq 36
-0110010011 Airgas 36
-0110010011 Tylan 36
-0110010011 Gandalf 36
-0110010011 Swank 36
-0110010011 Iomega 36
-0110010011 K-H 36
-0110010011 Daiei 36
-0110010011 Calgene 36
-0110010011 CityFed 36
-0110010011 AmBrit 36
-0110010011 Telos 36
-0110010011 Synalloy 36
-0110010011 Uniden 36
-0110010011 Interlake 36
-0110010011 Atcor 36
-0110010011 Suave 36
-0110010011 Comair 36
-0110010011 Shoe-Town 37
-0110010011 EMC 37
-0110010011 SouthernNet 37
-0110010011 Esmark 37
-0110010011 WestMarc 37
-0110010011 Curtiss-Wright 37
-0110010011 CompuServe 37
-0110010011 XTRA 37
-0110010011 Wavetek 37
-0110010011 Hybritech 37
-0110010011 Unitrode 37
-0110010011 Teleport 37
-0110010011 Ethyl 38
-0110010011 Brinkmann 38
-0110010011 Xtra 38
-0110010011 Fairmont 38
-0110010011 Summa 38
-0110010011 Dyson-Kissner-Moran 38
-0110010011 MBI 38
-0110010011 Montclair 38
-0110010011 Mapco 39
-0110010011 Kayser-Roth 39
-0110010011 Servico 39
-0110010011 HCA 39
-0110010011 Lumex 39
-0110010011 Rubbermaid 40
-0110010011 Texstyrene 40
-0110010011 Hartmarx 40
-0110010011 Petrominerals 40
-0110010011 Kirin 41
-0110010011 Kuhlman 41
-0110010011 Adams-Millis 41
-0110010011 Frito-Lay 41
-0110010011 Ransburg 41
-0110010011 Intelogic 41
-0110010011 Telenet 41
-0110010011 Orange-co 41
-0110010011 Potlatch 41
-0110010011 AT&E 41
-0110010011 Carter-Wallace 41
-0110010011 Kevex 41
-0110010011 Eastmet 42
-0110010011 South-North 42
-0110010011 CoastAmerica 42
-0110010011 Westvaco 42
-0110010011 Xoma 42
-0110010011 Alza 42
-0110010011 Conrac 42
-0110010011 Vishay 43
-0110010011 Safeco 43
-0110010011 Enfield 43
-0110010011 Xyvision 43
-0110010011 SCM 43
-0110010011 Crain 43
-0110010011 GTI 43
-0110010011 Kao 43
-0110010011 Technicolor 44
-0110010011 Reflectone 44
-0110010011 BankEast 44
-0110010011 Valid 44
-0110010011 Emulex 44
-0110010011 Malrite 44
-0110010011 Teleglobe 44
-0110010011 FMI 44
-0110010011 Nucor 44
-0110010011 Integra 44
-0110010011 NZI 44
-0110010011 Jem 44
-0110010011 SSMC 45
-0110010011 SunGard 45
-0110010011 Vantage 45
-0110010011 Ferro 45
-0110010011 Petro-Lewis 45
-0110010011 Ohbayashi 45
-0110010011 Chyron 45
-0110010011 Sigma 45
-0110010011 Candela 45
-0110010011 PCS 46
-0110010011 Celeron 46
-0110010011 Univision 46
-0110010011 Colorocs 46
-0110010011 Alpharel 46
-0110010011 Pacer 46
-0110010011 DSC 46
-0110010011 Echlin 46
-0110010011 Ametek 46
-0110010011 ADM 46
-0110010011 VF 46
-0110010011 Interleaf 47
-0110010011 Kinburn 47
-0110010011 GATX 47
-0110010011 Novo 47
-0110010011 UTL 47
-0110010011 GranTree 47
-0110010011 SEI 47
-0110010011 Invitron 47
-0110010011 Baldwin-United 47
-0110010011 Scholastic 47
-0110010011 CCC 47
-0110010011 Peachey 48
-0110010011 Alamco 48
-0110010011 HealthVest 48
-0110010011 Quebecor 48
-0110010011 USF&G 48
-0110010011 Adelphia 48
-0110010011 ICH 48
-0110010011 Thermedics 48
-0110010011 Actmedia 48
-0110010011 Canrad 48
-0110010011 Ultimate 48
-0110010011 Staar 48
-0110010011 Phibro 49
-0110010011 C-I-L 49
-0110010011 Welbilt 49
-0110010011 Jerrico 49
-0110010011 Go-Video 49
-0110010011 Pannill 49
-0110010011 Fidata 49
-0110010011 Temple-Inland 50
-0110010011 FMR 50
-0110010011 Ampco-Pittsburgh 50
-0110010011 Royale 50
-0110010011 Tidewater 50
-0110010011 Gtech 50
-0110010011 Marubeni 50
-0110010011 Alfin 50
-0110010011 Seagull 50
-0110010011 Anacomp 50
-0110010011 Neworld 51
-0110010011 Jewel 51
-0110010011 C3 51
-0110010011 Richardson-Vicks 51
-0110010011 Centronics 51
-0110010011 PHLCorp 51
-0110010011 Pogo 51
-0110010011 Stelco 51
-0110010011 Mediq 51
-0110010011 Batterymarch 51
-0110010011 Allis-Chalmers 52
-0110010011 Trimedyne 52
-0110010011 Symbion 52
-0110010011 Pamour 52
-0110010011 Chronar 52
-0110010011 Jewelcor 53
-0110010011 I.R.E. 53
-0110010011 GW 53
-0110010011 Ultrasystems 53
-0110010011 Acmat 54
-0110010011 Electro-Biology 54
-0110010011 TRE 54
-0110010011 LivingWell 54
-0110010011 Torstar 54
-0110010011 Dataproducts 54
-0110010011 ASK 54
-0110010011 Thrifty 54
-0110010011 Fidelcor 55
-0110010011 Dofasco 55
-0110010011 Xidex 55
-0110010011 TJX 55
-0110010011 Dialog 55
-0110010011 Avalon 55
-0110010011 InterTan 55
-0110010011 Danaher 55
-0110010011 Maxtor 56
-0110010011 Culbro 56
-0110010011 Sysco 56
-0110010011 Cousins 56
-0110010011 Medtronic 56
-0110010011 Cambior 57
-0110010011 HCC 57
-0110010011 Ameron 57
-0110010011 Bayly 57
-0110010011 E-Systems 57
-0110010011 Torchmark 57
-0110010011 Geico 58
-0110010011 Canadair 58
-0110010011 Millicom 58
-0110010011 Patlex 58
-0110010011 Amdura 58
-0110010011 AMP 58
-0110010011 Verex 58
-0110010011 InterTAN 58
-0110010011 Ensco 59
-0110010011 Instinet 59
-0110010011 Sheller-Globe 59
-0110010011 Intergraph 59
-0110010011 Stewart-Warner 59
-0110010011 Windmere 60
-0110010011 Fibreboard 60
-0110010011 Isomedix 60
-0110010011 CVN 60
-0110010011 Lorillard 60
-0110010011 Hazeltine 60
-0110010011 Canterra 60
-0110010011 ABI 60
-0110010011 Ensource 60
-0110010011 Lifetime 60
-0110010011 Dekalb 60
-0110010011 Repligen 61
-0110010011 AirCal 61
-0110010011 Faberge 61
-0110010011 Penske 61
-0110010011 Elsinore 62
-0110010011 Spectra-Physics 62
-0110010011 Amway 63
-0110010011 Steego 63
-0110010011 MacMillan 63
-0110010011 Vernitron 63
-0110010011 MTech 63
-0110010011 Nokia 64
-0110010011 Aldus 64
-0110010011 CIP 64
-0110010011 BHC 64
-0110010011 Diamandis 64
-0110010011 NBD 64
-0110010011 Harsco 65
-0110010011 D&N 65
-0110010011 Renouf 65
-0110010011 Hollinger 65
-0110010011 CRS 65
-0110010011 Heico 65
-0110010011 CFS 65
-0110010011 ADT 65
-0110010011 Dial 65
-0110010011 Zale 65
-0110010011 Unigesco 65
-0110010011 Portec 66
-0110010011 Enserch 66
-0110010011 Genex 66
-0110010011 Novell 67
-0110010011 Axa 67
-0110010011 Mitel 67
-0110010011 Uccel 67
-0110010011 Waldenbooks 67
-0110010011 ALC 67
-0110010011 Radice 68
-0110010011 MDI 68
-0110010011 Ionics 68
-0110010011 Cullum 68
-0110010011 Deluxe 68
-0110010011 Sovran 68
-0110010011 RTE 68
-0110010011 Petro-Canada 69
-0110010011 Ecolab 69
-0110010011 MLX 69
-0110010011 Tracinda 69
-0110010011 Ropak 69
-0110010011 Chiat/Day 69
-0110010011 Praxis 70
-0110010011 Valhi 70
-0110010011 Kane-Miller 70
-0110010011 Noxell 71
-0110010011 Melridge 71
-0110010011 Formica 71
-0110010011 Seafirst 71
-0110010011 Egghead 71
-0110010011 Nerco 71
-0110010011 FNN 71
-0110010011 MidCon 72
-0110010011 Lubrizol 72
-0110010011 Stifel 72
-0110010011 Cubic 72
-0110010011 Conseco 72
-0110010011 Kollmorgen 72
-0110010011 Cordis 72
-0110010011 Mohasco 72
-0110010011 Avco 72
-0110010011 Crownx 73
-0110010011 Harley-Davidson 73
-0110010011 GC&C 73
-0110010011 Brown-Forman 73
-0110010011 Mid-America 73
-0110010011 Federal-Mogul 73
-0110010011 Rapid-American 73
-0110010011 Lyphomed 74
-0110010011 Metex 74
-0110010011 Symbolics 75
-0110010011 Comdisco 75
-0110010011 UIS 75
-0110010011 PLM 75
-0110010011 Deltona 75
-0110010011 Hadson 76
-0110010011 G&W 76
-0110010011 Winners 76
-0110010011 Diamond-Bathurst 76
-0110010011 CooperVision 76
-0110010011 Systemhouse 77
-0110010011 Pandick 77
-0110010011 Hesston 77
-0110010011 Sabine 77
-0110010011 Arkla 77
-0110010011 Imo 78
-0110010011 Spinner 78
-0110010011 Valero 78
-0110010011 Lukens 78
-0110010011 Polygram 78
-0110010011 Imreg 79
-0110010011 Princeville 79
-0110010011 Pepperell 79
-0110010011 M/A-Com 80
-0110010011 Acustar 80
-0110010011 Sierracin 80
-0110010011 Lafarge 80
-0110010011 Bundy 80
-0110010011 Trailways 80
-0110010011 Centex 81
-0110010011 Tambrands 81
-0110010011 Consolidated-Bathurst 81
-0110010011 Devon 81
-0110010011 KDI 82
-0110010011 Oneok 82
-0110010011 Duracell 82
-0110010011 TDK 83
-0110010011 Raychem 83
-0110010011 Acton 83
-0110010011 CoreStates 83
-0110010011 AccuRay 83
-0110010011 VLI 83
-0110010011 Intermedics 84
-0110010011 NRM 84
-0110010011 Stanadyne 84
-0110010011 Paccar 84
-0110010011 Engelhard 85
-0110010011 Allis 85
-0110010011 Primark 85
-0110010011 Provigo 85
-0110010011 Zero 85
-0110010011 Sudbury 86
-0110010011 Sealy 86
-0110010011 CertainTeed 86
-0110010011 Motown 86
-0110010011 Gull 86
-0110010011 Showboat 87
-0110010011 Teradyne 87
-0110010011 Dover 87
-0110010011 EG&G 87
-0110010011 Trinova 87
-0110010011 Ariadne 87
-0110010011 Genstar 88
-0110010011 Basix 88
-0110010011 Airborne 88
-0110010011 Spectradyne 88
-0110010011 Monoclonal 88
-0110010011 DynCorp 88
-0110010011 Norstar 89
-0110010011 Northview 90
-0110010011 Healthdyne 90
-0110010011 Midlantic 90
-0110010011 Alleco 90
-0110010011 Selkirk 90
-0110010011 Diasonics 90
-0110010011 Trans-Resources 91
-0110010011 Fleet/Norstar 91
-0110010011 AVX 91
-0110010011 Teck 92
-0110010011 Waldbaum 92
-0110010011 Foodmaker 93
-0110010011 Memorex 93
-0110010011 Comcast 93
-0110010011 Canam 93
-0110010011 Entex 93
-0110010011 UNC 94
-0110010011 NKK 95
-0110010011 Ducommun 96
-0110010011 Royex 96
-0110010011 Immunex 96
-0110010011 Munford 96
-0110010011 Carteret 97
-0110010011 Hawkeye 97
-0110010011 Kinder-Care 97
-0110010011 Trustcorp 97
-0110010011 Lorimar-Telepictures 97
-0110010011 Asamera 97
-0110010011 Zondervan 97
-0110010011 KeyCorp 98
-0110010011 Chesebrough 99
-0110010011 Centocor 99
-0110010011 Sequa 99
-0110010011 Rospatch 99
-0110010011 Minnetonka 100
-0110010011 Louisiana-Pacific 100
-0110010011 Donohue 100
-0110010011 Heusen 100
-0110010011 Intermark 100
-0110010011 Nordstrom 101
-0110010011 Zapata 101
-0110010011 Seemala 101
-0110010011 Flexi-Van 102
-0110010011 Abitibi-Price 102
-0110010011 MiniScribe 102
-0110010011 Ponderosa 103
-0110010011 Buckhorn 103
-0110010011 Rolm 103
-0110010011 NBI 104
-0110010011 Horsham 104
-0110010011 Tosco 104
-0110010011 Perini 104
-0110010011 Parisian 105
-0110010011 Salant 105
-0110010011 Outlet 106
-0110010011 KN 107
-0110010011 Bofors 107
-0110010011 Viratek 107
-0110010011 Freeport 108
-0110010011 Equimark 108
-0110010011 Lintas 109
-0110010011 Berkey 109
-0110010011 Sheraton 109
-0110010011 Pride 109
-0110010011 Alltel 110
-0110010011 Sonat 110
-0110010011 Kerr-McGee 110
-0110010011 Calny 110
-0110010011 Bic 110
-0110010011 Tracor 110
-0110010011 Cabot 111
-0110010011 Memotec 111
-0110010011 Bombardier 111
-0110010011 Lionel 112
-0110010011 Shuwa 112
-0110010011 Arvida 112
-0110010011 Bendix 112
-0110010011 HAL 112
-0110010011 Tandon 113
-0110010011 Huffy 114
-0110010011 Comerica 114
-0110010011 Sea-Land 114
-0110010011 Suffield 116
-0110010011 Cadnetix 116
-0110010011 Rexham 117
-0110010011 MacGregor 118
-0110010011 Transworld 118
-0110010011 Whitehall 118
-0110010011 Patten 118
-0110010011 Batus 119
-0110010011 Chiron 119
-0110010011 Lamaur 119
-0110010011 Cardis 119
-0110010011 Gemcraft 119
-0110010011 BNS 119
-0110010011 DWG 120
-0110010011 Stroh 120
-0110010011 Paradyne 121
-0110010011 Convergent 122
-0110010011 Maytag 122
-0110010011 Alleghany 122
-0110010011 Sunbeam 123
-0110010011 Southam 123
-0110010011 Duro-Test 123
-0110010011 Morse 123
-0110010011 Gelco 123
-0110010011 Socanav 124
-0110010011 Melville 127
-0110010011 Telxon 128
-0110010011 Wrather 128
-0110010011 MSI 128
-0110010011 GCA 129
-0110010011 3Com 129
-0110010011 Domtar 132
-0110010011 Recognition 134
-0110010011 Vortec 134
-0110010011 Maxus 135
-0110010011 Walbro 136
-0110010011 Payless 136
-0110010011 Kyocera 136
-0110010011 Endotronics 137
-0110010011 Cascades 137
-0110010011 BSN 137
-0110010011 Glenfed 137
-0110010011 Businessland 138
-0110010011 Tektronix 138
-0110010011 Sorg 138
-0110010011 LSI 139
-0110010011 Rexnord 139
-0110010011 Putnam 140
-0110010011 Whittaker 140
-0110010011 CalFed 141
-0110010011 Georgia-Pacific 142
-0110010011 Delchamps 142
-0110010011 Noverco 142
-0110010011 Conoco 143
-0110010011 Syntex 144
-0110010011 Kimberly-Clark 144
-0110010011 Uspci 145
-0110010011 Amgen 146
-0110010011 Dee 148
-0110010011 Insilco 149
-0110010011 Burroughs 149
-0110010011 Dana 150
-0110010011 Rosewood 151
-0110010011 CTS 151
-0110010011 Savin 151
-0110010011 Sundstrand 152
-0110010011 Cargill 153
-0110010011 Schering-Plough 154
-0110010011 Milacron 154
-0110010011 Freeport-McMoRan 156
-0110010011 Varo 156
-0110010011 Cypress 157
-0110010011 Biogen 160
-0110010011 Norwest 160
-0110010011 Tonka 162
-0110010011 Meritor 163
-0110010011 Centerior 163
-0110010011 Himont 164
-0110010011 AmeriTrust 166
-0110010011 Matrix 166
-0110010011 Canon 166
-0110010011 ESPN 167
-0110010011 Kidde 168
-0110010011 GMAC 170
-0110010011 Varity 170
-0110010011 Grolier 170
-0110010011 Ayer 170
-0110010011 Brockway 171
-0110010011 Vulcan 172
-0110010011 RTZ 173
-0110010011 Vons 173
-0110010011 Sperry 174
-0110010011 Ralston 175
-0110010011 ComputerLand 175
-0110010011 Avis 176
-0110010011 Chubb 177
-0110010011 Datapoint 179
-0110010011 Shawmut 180
-0110010011 Apache 180
-0110010011 Atlas 180
-0110010011 Fischbach 181
-0110010011 Cetus 181
-0110010011 LyphoMed 181
-0110010011 Amdahl 181
-0110010011 PacifiCorp 183
-0110010011 Hearst 184
-0110010011 Schering 188
-0110010011 Atari 190
-0110010011 Cenergy 191
-0110010011 Computervision 192
-0110010011 I.C.H. 194
-0110010011 Encor 195
-0110010011 ConAgra 195
-0110010011 ICI 196
-0110010011 Comsat 197
-0110010011 Teledyne 198
-0110010011 Vestron 202
-0110010011 Nike 206
-0110010011 Armco 207
-0110010011 Electrolux 208
-0110010011 Loews 209
-0110010011 IBP 210
-0110010011 Olin 210
-0110010011 CNW 210
-0110010011 Towers 210
-0110010011 Pennwalt 211
-0110010011 Linear 212
-0110010011 Petrie 212
-0110010011 Tyco 213
-0110010011 Catalyst 213
-0110010011 Armtek 214
-0110010011 Clabir 215
-0110010011 Excel 215
-0110010011 Hasbro 221
-0110010011 FMC 225
-0110010011 CMS 225
-0110010011 Asarco 225
-0110010011 Contel 225
-0110010011 Doskocil 227
-0110010011 Fruehauf 227
-0110010011 Meridian 229
-0110010011 Dai-Ichi 230
-0110010011 Southdown 232
-0110010011 Giorgio 234
-0110010011 ChemLawn 235
-0110010011 Newsweek 236
-0110010011 Storer 236
-0110010011 Humana 237
-0110010011 Amfac 237
-0110010011 Manpower 237
-0110010011 Gap 240
-0110010011 Pak 240
-0110010011 Itel 241
-0110010011 Fleet 241
-0110010011 Ameritech 241
-0110010011 Cigna 242
-0110010011 InterFirst 243
-0110010011 Cineplex 243
-0110010011 Transamerica 245
-0110010011 PNC 247
-0110010011 Loral 251
-0110010011 Transco 254
-0110010011 Kemper 257
-0110010011 Dravo 263
-0110010011 Cleveland-Cliffs 263
-0110010011 Neoax 266
-0110010011 Emhart 266
-0110010011 Bridgestone 267
-0110010011 Revco 278
-0110010011 Centel 278
-0110010011 Dreyfus 279
-0110010011 Pfizer 283
-0110010011 Quantum 287
-0110010011 Cyclops 294
-0110010011 Wal-Mart 294
-0110010011 Volvo 298
-0110010011 Owens-Illinois 299
-0110010011 Minstar 302
-0110010011 Ashton-Tate 305
-0110010011 Unicorp 309
-0110010011 Maxicare 310
-0110010011 Gibraltar 313
-0110010011 Knight-Ridder 319
-0110010011 Caterpillar 322
-0110010011 McKesson 325
-0110010011 Telex 326
-0110010011 Borden 332
-0110010011 Amax 333
-0110010011 Nortek 333
-0110010011 Fluor 336
-0110010011 Hooker 337
-0110010011 Mattel 340
-0110010011 BCE 340
-0110010011 Eaton 343
-0110010011 Hercules 346
-0110010011 Anheuser-Busch 346
-0110010011 Marriott 351
-0110010011 RCA 351
-0110010011 Enron 353
-0110010011 Safeway 355
-0110010011 Beneficial 355
-0110010011 Travelers 364
-0110010011 NCR 366
-0110010011 Zayre 367
-0110010011 Whirlpool 369
-0110010011 Polysar 375
-0110010011 Yankee 377
-0110010011 Textron 381
-0110010011 Squibb 384
-0110010011 Ramada 395
-0110010011 Damon 396
-0110010011 Manville 398
-0110010011 BellSouth 403
-0110010011 Noranda 404
-0110010011 Mead 411
-0110010011 McGraw-Hill 426
-0110010011 Primerica 428
-0110010011 CSX 432
-0110010011 McCaw 443
-0110010011 Nynex 457
-0110010011 NWA 475
-0110010011 Hertz 476
-0110010011 MCorp 476
-0110010011 Tele-Communications 486
-0110010011 NEC 489
-0110010011 Staley 495
-0110010011 Honeywell 505
-0110010011 Tandy 509
-0110010011 Borg-Warner 510
-0110010011 Unocal 518
-0110010011 TRW 524
-0110010011 PepsiCo 529
-0110010011 Grumman 531
-0110010011 Lilco 539
-0110010011 MGM/UA 550
-0110010011 Allied-Signal 554
-0110010011 Coastal 554
-0110010011 NCNB 567
-0110010011 Interco 575
-0110010011 Southmark 580
-0110010011 Piedmont 583
-0110010011 Motorola 594
-0110010011 Holiday 597
-0110010011 Braniff 597
-0110010011 GAF 603
-0110010011 Greyhound 610
-0110010011 Lorimar 612
-0110010011 Beatrice 614
-0110010011 USG 635
-0110010011 GenCorp 698
-0110010011 Wedtech 704
-0110010011 Nova 718
-0110010011 Tenneco 748
-0110010011 Lucky 770
-0110010011 Polaroid 776
-0110010011 Philips 776
-0110010011 Harcourt 785
-0110010011 Xerox 818
-0110010011 Wickes 822
-0110010011 Southland 825
-0110010011 K 837
-0110010011 Kraft 845
-0110010011 Genentech 851
-0110010011 Chevron 855
-0110010011 AMR 889
-0110010011 GTE 890
-0110010011 Mobil 910
-0110010011 Lockheed 917
-0110010011 Unisys 934
-0110010011 Eddie 940
-0110010011 ITT 954
-0110010011 Shamrock 983
-0110010011 Toshiba 1021
-0110010011 LTV 1046
-0110010011 Macmillan 1049
-0110010011 MCA 1054
-0110010011 TWA 1059
-0110010011 Amoco 1094
-0110010011 Microsoft 1100
-0110010011 MCI 1101
-0110010011 Sony 1126
-0110010011 USX 1128
-0110010011 Northrop 1141
-0110010011 Intel 1146
-0110010011 UAL 1189
-0110010011 ABC 1249
-0110010011 Allegis 1289
-0110010011 Exxon 1383
-0110010011 Allied 1446
-0110010011 BankAmerica 1577
-0110010011 Digital 1810
-0110010011 Warner 1882
-0110010011 Time 1894
-0110010011 NBC 2048
-0110010011 Campeau 2388
-0110010011 CBS 2654
-0110010011 Texaco 6032
-0110010011 Continental 3777
-0110010011 Eastern 4324
-0110010011 Chrysler 4487
-01100101000 Plural 1
-01100101000 refigerated 1
-01100101000 2,483 1
-01100101000 Tallahasee 1
-01100101000 Hudson-Yukon 1
-01100101000 2,458 1
-01100101000 Ucayali 1
-01100101000 HATTERSLEY 1
-01100101000 nibble-filled 1
-01100101000 Zulia 1
-01100101000 Walkill 1
-01100101000 2,446 1
-01100101000 Huanuco 1
-01100101000 Palabora 1
-01100101000 PARFUMS 1
-01100101000 2,406 1
-01100101000 2,391 1
-01100101000 Nichido 2
-01100101000 Middleboro 2
-01100101000 Hendersonville 2
-01100101000 CUH2A 2
-01100101000 Provincetown 2
-01100101000 KeyCorp. 2
-01100101000 Lockport 2
-01100101000 Thorofare 2
-01100101000 Carmignano 2
-01100101000 Breezewood 2
-01100101000 Plaistow 2
-01100101000 self-loathing 2
-01100101000 Artcarved 2
-01100101000 Nimes 2
-01100101000 Tigara 2
-01100101000 diverticulitis 2
-01100101000 Cady 2
-01100101000 Goffstown 2
-01100101000 here-now 2
-01100101000 Fonde 2
-01100101000 phase-2 2
-01100101000 Qalat 2
-01100101000 Prestwick 2
-01100101000 Sebokeng 2
-01100101000 Gladwyne 2
-01100101000 Majdanek 2
-01100101000 Petropolis 2
-01100101000 Titletown 2
-01100101000 Moldavians 2
-01100101000 1066 2
-01100101000 Arcobrasil 2
-01100101000 Chillum 2
-01100101000 Niquinohomo 2
-01100101000 Sunlaw 2
-01100101000 Opa-Locka 2
-01100101000 Yeovil 2
-01100101000 Lorian 2
-01100101000 Maquiliquat 2
-01100101000 Matra-Harris 2
-01100101000 Parral 2
-01100101000 FormBase 2
-01100101000 Halls 2
-01100101000 Belton 2
-01100101000 Stavropol 2
-01100101000 Woodglen 2
-01100101000 Pacoima 2
-01100101000 418.18 2
-01100101000 Soquel 2
-01100101000 Larose 2
-01100101000 telesynergistic 2
-01100101000 Guerneville 2
-01100101000 M-whatever 2
-01100101000 Wightman 2
-01100101000 Haslemere 2
-01100101000 InfoWorld 2
-01100101000 Ducommon 2
-01100101000 Burkeville 2
-01100101000 Sorsogon 2
-01100101000 329.36 2
-01100101000 Ensenada 2
-01100101000 Lapeer 2
-01100101000 Fieldston 2
-01100101000 Woonsocket 2
-01100101000 Wollo 2
-01100101000 VenVirotek 2
-01100101000 Pecos 2
-01100101000 Glendive 2
-01100101000 Goldendale 2
-01100101000 Tuesday-Thursday 2
-01100101000 Issaquah 2
-01100101000 Woodridge 2
-01100101000 Callicoon 2
-01100101000 Mooresville 2
-01100101000 Hakui 2
-01100101000 Reynosa 2
-01100101000 Korad 2
-01100101000 HUCTW 2
-01100101000 Swanton 2
-01100101000 Greenlawn 2
-01100101000 Bialystok 2
-01100101000 Reidsville 2
-01100101000 Speedring-Cullman 2
-01100101000 Midori 2
-01100101000 Bresslergroup 2
-01100101000 Balzac 2
-01100101000 Kirksville 2
-01100101000 Tomball 2
-01100101000 Myanma 2
-01100101000 Glide 2
-01100101000 Isfa 2
-01100101000 Weekley 2
-01100101000 Tianjian 2
-01100101000 Asmara 2
-01100101000 Malverne 2
-01100101000 drainpipes 2
-01100101000 Jogjakarta 2
-01100101000 Thibodaux 2
-01100101000 2:11:50 2
-01100101000 Anhui 2
-01100101000 Hardees 2
-01100101000 Holophane 2
-01100101000 Doncaster 2
-01100101000 Holdenville 2
-01100101000 Muenster 2
-01100101000 JEAN 2
-01100101000 Rhinebeck 2
-01100101000 1778 2
-01100101000 Dunnville 2
-01100101000 Gabbs 2
-01100101000 Hsinchu 2
-01100101000 Barnesville 2
-01100101000 Ossining 2
-01100101000 whalebone 2
-01100101000 Munising 2
-01100101000 Donaldsonville 2
-01100101000 Collegeville 2
-01100101000 deviants 2
-01100101000 Cressona 2
-01100101000 Morganton 2
-01100101000 Chitral 2
-01100101000 Suita 2
-01100101000 Vallejo 2
-01100101000 13-play 2
-01100101000 Wilbraham 2
-01100101000 Toccoa 2
-01100101000 dungeons 2
-01100101000 anistreplase 2
-01100101000 372.96 2
-01100101000 Neckarsulm 2
-01100101000 Dighton 2
-01100101000 Williamsville 2
-01100101000 236.03 2
-01100101000 proselytize 2
-01100101000 Dondi 2
-01100101000 Circleville 2
-01100101000 misogyny 2
-01100101000 Centreville 2
-01100101000 Burghausen 2
-01100101000 Castlegar 2
-01100101000 86-10 2
-01100101000 '53 2
-01100101000 Kuching 2
-01100101000 Toldeo 2
-01100101000 Arecibo 2
-01100101000 Varese 2
-01100101000 Dolton 2
-01100101000 furtiveness 2
-01100101000 1977-1981 2
-01100101000 Lebowa 2
-01100101000 Midlothian 3
-01100101000 Strasburg 3
-01100101000 Trevose 3
-01100101000 Magadan 3
-01100101000 Morazan 3
-01100101000 Starkville 3
-01100101000 Meilen 3
-01100101000 anti-depressants 3
-01100101000 DePuy 3
-01100101000 Berwick 3
-01100101000 Hyrum 3
-01100101000 Abingdon 3
-01100101000 Horicon 3
-01100101000 Zagorsk 3
-01100101000 Niland 3
-01100101000 KCBS 3
-01100101000 Goteborg 3
-01100101000 Virginiatown 3
-01100101000 Larned 3
-01100101000 Sinaloa 3
-01100101000 gardenia 3
-01100101000 Stewartville 3
-01100101000 Moorish 3
-01100101000 Lewistown 3
-01100101000 Campton 3
-01100101000 McBain 3
-01100101000 Massapequa 3
-01100101000 Goshen 3
-01100101000 Neuchatel 3
-01100101000 FCS 3
-01100101000 Chaumont 3
-01100101000 Ubidieh 3
-01100101000 Polmot 3
-01100101000 Dracut 3
-01100101000 Branchville 3
-01100101000 Fanwood 3
-01100101000 Wallachs 3
-01100101000 Verdigre 3
-01100101000 Find/SVP 3
-01100101000 Edirne 3
-01100101000 Easley 3
-01100101000 Rumford 3
-01100101000 Piketon 3
-01100101000 three-crew 3
-01100101000 Bannockburn 3
-01100101000 Menasha 3
-01100101000 Frankfurt-am-Main 3
-01100101000 Hanau 3
-01100101000 Frogtown 3
-01100101000 Ronkonkoma 3
-01100101000 Stavanger 3
-01100101000 Visicalc 3
-01100101000 Varna 3
-01100101000 Tolono 3
-01100101000 Absaloka 3
-01100101000 Altoona 3
-01100101000 Nomex 3
-01100101000 Bucksport 3
-01100101000 Marne-la-Vallee 3
-01100101000 Swiftwater 3
-01100101000 Grenelefe 3
-01100101000 Plainville 3
-01100101000 Richlands 3
-01100101000 Jhorehat 3
-01100101000 TRAK 3
-01100101000 Gerlafingen 3
-01100101000 Yokosuka 3
-01100101000 Martinsburg 3
-01100101000 Fangshan 3
-01100101000 Batanes 3
-01100101000 Kaduna 3
-01100101000 Pyronics 3
-01100101000 Herried 3
-01100101000 Bindlach 3
-01100101000 Cisco 3
-01100101000 Jalisco 3
-01100101000 Sistersville 3
-01100101000 Miraflores 3
-01100101000 VoiceMail 3
-01100101000 Hinche 3
-01100101000 Serv-A-Portion 3
-01100101000 Cricketeer 3
-01100101000 Froley 3
-01100101000 Truckee 3
-01100101000 Cuernavaca 3
-01100101000 Basingstoke 3
-01100101000 Gatineau 3
-01100101000 VicWest 3
-01100101000 Congers 3
-01100101000 Alliston 3
-01100101000 Scrubgrass 3
-01100101000 Shipman 3
-01100101000 Phoenixville 3
-01100101000 Gonfreville 3
-01100101000 Sakuraya 3
-01100101000 1852 3
-01100101000 serfdom 3
-01100101000 Arnhem 3
-01100101000 EPROMs 3
-01100101000 Sakura 3
-01100101000 Harris/3M 3
-01100101000 Holmdel 3
-01100101000 Spotswood 3
-01100101000 Secunda 3
-01100101000 Haarlem 3
-01100101000 Fabrica 3
-01100101000 Centerville 3
-01100101000 Shatin 3
-01100101000 Edgewater 3
-01100101000 Kirland 3
-01100101000 Sleaze 3
-01100101000 Camilla 3
-01100101000 Zanesville 3
-01100101000 Bremerton 3
-01100101000 Wannacomet 3
-01100101000 crewcut 3
-01100101000 Ophthalmology 3
-01100101000 Parlin 3
-01100101000 Lakenheath 3
-01100101000 gingivitis 3
-01100101000 Kennesaw 3
-01100101000 Lodi 3
-01100101000 Dilantin 3
-01100101000 Paderborn 3
-01100101000 Dortmund 3
-01100101000 1985-1987 3
-01100101000 London. 3
-01100101000 Clarinda 3
-01100101000 117-page 3
-01100101000 Bronxville 3
-01100101000 Waycross 3
-01100101000 Willowdale 3
-01100101000 Linlithgow 3
-01100101000 Bie 3
-01100101000 Falcontrust 3
-01100101000 Ljubljana 3
-01100101000 Kendallville 3
-01100101000 Focobank 3
-01100101000 Saxonburg 3
-01100101000 Cubana 3
-01100101000 Sapulpa 3
-01100101000 Ephesus 3
-01100101000 Burnsville 3
-01100101000 McAllen-Edinburg-Mission 3
-01100101000 Studebaker 3
-01100101000 Leutershausen 3
-01100101000 six-volume 3
-01100101000 Keokuk 3
-01100101000 GDR/Crest 3
-01100101000 Inter-Regional 3
-01100101000 Upland 3
-01100101000 Allendale 3
-01100101000 McMinnville 3
-01100101000 Southhampton 3
-01100101000 Kutak 3
-01100101000 Doylestown 4
-01100101000 polyethelene 4
-01100101000 1974-79 4
-01100101000 Bloomington-Normal 4
-01100101000 Philipsburg 4
-01100101000 27111.35 4
-01100101000 Tennesee 4
-01100101000 Trifari 4
-01100101000 Freedoms 4
-01100101000 Duxbury 4
-01100101000 Fairport 4
-01100101000 Woodburn 4
-01100101000 Newington 4
-01100101000 Saint-Remy 4
-01100101000 Epsom 4
-01100101000 liquefaction 4
-01100101000 CasaBlanca 4
-01100101000 Rincon 4
-01100101000 1849 4
-01100101000 Bushehr 4
-01100101000 Borovo 4
-01100101000 Turlock 4
-01100101000 Jenkintown 4
-01100101000 Windlesham 4
-01100101000 Info 4
-01100101000 Infoworld 4
-01100101000 Perrysburg 4
-01100101000 Chalatenango 4
-01100101000 Picuris 4
-01100101000 Levittown 4
-01100101000 Bartow 4
-01100101000 Blytheville 4
-01100101000 heavy-drinking 4
-01100101000 Harrodsburg 4
-01100101000 Zambezia 4
-01100101000 Morrisville 4
-01100101000 Pisgah 4
-01100101000 Kanata 4
-01100101000 Brazoria 4
-01100101000 trendiness 4
-01100101000 Ramapo 4
-01100101000 filmmaker 4
-01100101000 Cheerleader 4
-01100101000 Bitch 4
-01100101000 Oakhurst 4
-01100101000 Indio 4
-01100101000 Milledgeville 4
-01100101000 Mendota 4
-01100101000 Willingboro 4
-01100101000 QwaQwa 4
-01100101000 Rangely 4
-01100101000 Socorro 4
-01100101000 Zagreb 4
-01100101000 oot 4
-01100101000 Redlands 4
-01100101000 Crestwood 4
-01100101000 Pickerington 4
-01100101000 Philmont 4
-01100101000 Cienfuegos 4
-01100101000 Ahmadabad 4
-01100101000 tallish 4
-01100101000 Saada 4
-01100101000 Mankato 4
-01100101000 Pitman-Moore 4
-01100101000 constructivism 4
-01100101000 crockery 4
-01100101000 Magog 4
-01100101000 Palatka 4
-01100101000 Yuban 4
-01100101000 Incline 4
-01100101000 Lewisville 4
-01100101000 Haworth 4
-01100101000 Abidjan 4
-01100101000 sinusitis 4
-01100101000 Harveys 4
-01100101000 Bemidji 4
-01100101000 Hattiesburg 4
-01100101000 Nitta-Moore 4
-01100101000 Finstat 4
-01100101000 Lillehammer 4
-01100101000 Wiebelskirchen 4
-01100101000 Rouyn 4
-01100101000 Destin 4
-01100101000 Pachuca 4
-01100101000 Seaford 4
-01100101000 '59 4
-01100101000 Katonah 4
-01100101000 Seyfarth 4
-01100101000 Tarboro 4
-01100101000 diphtheria 4
-01100101000 Meleiha 4
-01100101000 Maywood 4
-01100101000 Wolof 4
-01100101000 Defex 4
-01100101000 Dikhil 4
-01100101000 Tishomingo 4
-01100101000 Cremona 4
-01100101000 Tiburon 4
-01100101000 Cherbourg 4
-01100101000 Atmore 4
-01100101000 Pupyong 4
-01100101000 '55 4
-01100101000 Tenafly 4
-01100101000 Uber 4
-01100101000 Thomaston 4
-01100101000 Emelle 4
-01100101000 Elba 4
-01100101000 Beardstown 4
-01100101000 BSA 4
-01100101000 Saar 4
-01100101000 Dongwan 4
-01100101000 Aquamar 4
-01100101000 Edinboro 4
-01100101000 Encinitas 4
-01100101000 Glenwood 4
-01100101000 Satomi 4
-01100101000 Ottumwa 4
-01100101000 Attica 4
-01100101000 Zhejiang 4
-01100101000 Bellaire 4
-01100101000 Mishawaka 4
-01100101000 Tullahoma 4
-01100101000 Haverhill 5
-01100101000 Leuven 5
-01100101000 Fremantle 5
-01100101000 Chacabuco 5
-01100101000 Dingxi 5
-01100101000 Cherryfield 5
-01100101000 Naha 5
-01100101000 Monimbo 5
-01100101000 Invention 5
-01100101000 Hyattsville 5
-01100101000 SCAT 5
-01100101000 Antioch 5
-01100101000 Hannover 5
-01100101000 Krasnodar 5
-01100101000 PM 5
-01100101000 Amityville 5
-01100101000 Riverton 5
-01100101000 Basrah 5
-01100101000 Ridgewood 5
-01100101000 Spearfish 5
-01100101000 Teterboro 5
-01100101000 Loraine 5
-01100101000 Rouyn-Noranda 5
-01100101000 Crawley 5
-01100101000 Adamstown 5
-01100101000 Merabank 5
-01100101000 Lutherville 5
-01100101000 Sept-Iles 5
-01100101000 Douglaston 5
-01100101000 Solbourne 5
-01100101000 Perryton 5
-01100101000 SGC 5
-01100101000 Watsonville 5
-01100101000 Lindenhurst 5
-01100101000 Bellport 5
-01100101000 1839 5
-01100101000 Noblesville 5
-01100101000 Moonachie 5
-01100101000 well-bred 5
-01100101000 Alydar 5
-01100101000 Huambo 5
-01100101000 Dalhart 5
-01100101000 Tamanrasset 5
-01100101000 Piraeus 5
-01100101000 Ukiah 5
-01100101000 Minot 5
-01100101000 Machias 5
-01100101000 Sugarland 5
-01100101000 Rota 5
-01100101000 Northumberland 5
-01100101000 Weisser 5
-01100101000 Accra 5
-01100101000 Whitehorse 5
-01100101000 Kwangyang 5
-01100101000 Denville 5
-01100101000 Millburn 5
-01100101000 Timonium 5
-01100101000 Brockport 5
-01100101000 Issa 5
-01100101000 Natchitoches 5
-01100101000 Breckenridge 5
-01100101000 Keener 5
-01100101000 Barberton 5
-01100101000 Miamisburg 5
-01100101000 Eutelsat 5
-01100101000 1976-77 5
-01100101000 McCook 5
-01100101000 Russellville 5
-01100101000 Raritan 5
-01100101000 Muscatine 5
-01100101000 Dania 5
-01100101000 Chappaqua 5
-01100101000 Marengo 5
-01100101000 Geismar 5
-01100101000 Houma 5
-01100101000 Leonia 5
-01100101000 Weehawken 5
-01100101000 Snowflake 5
-01100101000 Kloss 5
-01100101000 Ipswich 5
-01100101000 Closter 5
-01100101000 Maysville 5
-01100101000 Kinshasa 5
-01100101000 Tobago 5
-01100101000 Castroville 5
-01100101000 chartreuse 5
-01100101000 Lititz 5
-01100101000 Fricka 5
-01100101000 Beachwood 5
-01100101000 Wheatfield 5
-01100101000 Pottsville 5
-01100101000 Downsview 5
-01100101000 Sazava 5
-01100101000 Glendora 5
-01100101000 Totowa 5
-01100101000 Sweetwater 5
-01100101000 Hastings-on-Hudson 5
-01100101000 Palatine 6
-01100101000 Winnetka 6
-01100101000 Calet 6
-01100101000 Cinnaminson 6
-01100101000 Elmira 6
-01100101000 Sunnyside 6
-01100101000 Goleta 6
-01100101000 Brittania 6
-01100101000 C-SPAN 6
-01100101000 Branchburg 6
-01100101000 Pohjola 6
-01100101000 Lanus 6
-01100101000 Vevey 6
-01100101000 Brownfield 6
-01100101000 Pocatello 6
-01100101000 Pilobolus 6
-01100101000 Yavne 6
-01100101000 Beaubourg 6
-01100101000 Kaohsiung 6
-01100101000 Maxhuette 6
-01100101000 Oceanside 6
-01100101000 Telford 6
-01100101000 Elkton 6
-01100101000 Lynnwood 6
-01100101000 Bruges 6
-01100101000 Millersburg 6
-01100101000 Liege 6
-01100101000 Laconia 6
-01100101000 Homeland 6
-01100101000 Gastonia 6
-01100101000 Rhineland-Palatinate 6
-01100101000 Waxahachie 6
-01100101000 Shepperton 6
-01100101000 Centralia 6
-01100101000 Escondido 6
-01100101000 Natchez 6
-01100101000 Rosslyn 6
-01100101000 Freemont 6
-01100101000 Shaanxi 6
-01100101000 Hemet 6
-01100101000 Greenvale 6
-01100101000 Pharr 6
-01100101000 Stonehenge 6
-01100101000 Playgirl 6
-01100101000 Becancour 6
-01100101000 Giza 6
-01100101000 Crawfordsville 6
-01100101000 Whopper 6
-01100101000 Conroe 6
-01100101000 Wildwood 6
-01100101000 thermoplastics 6
-01100101000 Slidell 6
-01100101000 Rexburg 6
-01100101000 Cresskill 6
-01100101000 TCU 6
-01100101000 Peerless 6
-01100101000 Mecklenburg 6
-01100101000 Sarnia 6
-01100101000 Marblehead 6
-01100101000 Jaffrey 6
-01100101000 Plainsboro 6
-01100101000 Esquipulas 6
-01100101000 Gansu 6
-01100101000 Shelbyville 6
-01100101000 Ansonia 6
-01100101000 IFARreports 6
-01100101000 Norristown 6
-01100101000 Kettering 6
-01100101000 Aspartame 6
-01100101000 Tewksbury 6
-01100101000 Melodia 6
-01100101000 Malden 6
-01100101000 Wynnewood 6
-01100101000 Mamaroneck 6
-01100101000 Jonquiere 6
-01100101000 Batavia 6
-01100101000 Pekin 6
-01100101000 Murfreesboro 6
-01100101000 Alagoas 6
-01100101000 Blacksburg 6
-01100101000 '79 6
-01100101000 Downingtown 6
-01100101000 Alhambra 6
-01100101000 Warminster 6
-01100101000 Berwyn 7
-01100101000 squashy 7
-01100101000 Kimberley 7
-01100101000 Madera 7
-01100101000 Davos 7
-01100101000 Chalmette 7
-01100101000 Monroeville 7
-01100101000 Grapevine 7
-01100101000 Flemington 7
-01100101000 Monsey 7
-01100101000 Fortitude 7
-01100101000 Ok 7
-01100101000 Naugatuck 7
-01100101000 Laxey 7
-01100101000 Hempstead 7
-01100101000 Cannelton 7
-01100101000 Northwood 7
-01100101000 Philly 7
-01100101000 Rossborough 7
-01100101000 Carlstadt 7
-01100101000 Longwood 7
-01100101000 Barnette 7
-01100101000 Tarom 7
-01100101000 Busse 7
-01100101000 Newmarket 7
-01100101000 Berlack 7
-01100101000 Owosso 7
-01100101000 Warfield 7
-01100101000 Fayette 7
-01100101000 Romulus 7
-01100101000 Suffern 7
-01100101000 Chartres 7
-01100101000 7-4 7
-01100101000 Cohasset 7
-01100101000 Sturbridge 7
-01100101000 '66 7
-01100101000 Kerala 7
-01100101000 Kingsport 7
-01100101000 Northvale 7
-01100101000 Claymont 7
-01100101000 Shawnee 7
-01100101000 Malmo 7
-01100101000 Cranford 7
-01100101000 Kandahar 7
-01100101000 Petaluma 7
-01100101000 Pawhuska 7
-01100101000 Xenia 7
-01100101000 Portage 7
-01100101000 Fredericksburg 7
-01100101000 Wuxi 7
-01100101000 Smithtown 7
-01100101000 Alpharetta 7
-01100101000 Ojai 7
-01100101000 Dalian 7
-01100101000 Albemarle 7
-01100101000 Zaragoza 7
-01100101000 Conshohocken 7
-01100101000 Annandale 7
-01100101000 Murmansk 7
-01100101000 Seadrift 7
-01100101000 cholestyramine 7
-01100101000 colestipol 7
-01100101000 Hunan 7
-01100101000 Kingsville 7
-01100101000 Loveland 8
-01100101000 Clarksville 8
-01100101000 Kerrville 8
-01100101000 LaGrange 8
-01100101000 NBER 8
-01100101000 Harlingen 8
-01100101000 Magnolia 8
-01100101000 Chaska 8
-01100101000 Carbondale 8
-01100101000 Wuhan 8
-01100101000 Buchen 8
-01100101000 Paducah 8
-01100101000 Montpelier 8
-01100101000 Karlsruhe 8
-01100101000 Parador 8
-01100101000 Marbella 8
-01100101000 Westford 8
-01100101000 Orinda 8
-01100101000 Vacaville 8
-01100101000 Cudahy 8
-01100101000 Attleboro 8
-01100101000 Aqaba 8
-01100101000 Bicol 8
-01100101000 Wickliffe 8
-01100101000 Marlton 8
-01100101000 Kourou 8
-01100101000 Chengdu 8
-01100101000 Cantel 8
-01100101000 Pikeville 8
-01100101000 Pitcher 8
-01100101000 Norwell 8
-01100101000 Roseville 8
-01100101000 Diboll 8
-01100101000 Commack 8
-01100101000 Mondrian 8
-01100101000 Corvallis 8
-01100101000 Lansdale 8
-01100101000 Kitimat 8
-01100101000 Ravenswood 8
-01100101000 Bethany 8
-01100101000 Noramco 8
-01100101000 Aouzou 9
-01100101000 Kaktovik 9
-01100101000 Shizuoka 9
-01100101000 Williamstown 9
-01100101000 McCleskey 9
-01100101000 1872 9
-01100101000 Simsbury 9
-01100101000 Texarkana 9
-01100101000 Mechanicsburg 9
-01100101000 Moab 9
-01100101000 Okpo 9
-01100101000 half-ounce 9
-01100101000 Hyannis 9
-01100101000 Nicosia 9
-01100101000 rangy 9
-01100101000 Grenoble 9
-01100101000 Harpers 9
-01100101000 Puebla 9
-01100101000 Kankakee 9
-01100101000 Breed 9
-01100101000 Montevideo 9
-01100101000 Xinjiang 9
-01100101000 Rovaniemi 9
-01100101000 Olathe 9
-01100101000 Swampscott 9
-01100101000 Williamsport 9
-01100101000 Dijon 9
-01100101000 Hereford 9
-01100101000 Altavista 9
-01100101000 Baytown 9
-01100101000 FNS 9
-01100101000 Raleigh-Durham 9
-01100101000 Phu 9
-01100101000 Penang 9
-01100101000 Genk 9
-01100101000 Mongstad 9
-01100101000 PLE 9
-01100101000 Cityplace 9
-01100101000 Cortland 9
-01100101000 Vandergrift 9
-01100101000 Salina 9
-01100101000 Germantown 9
-01100101000 Convent 9
-01100101000 Coudersport 9
-01100101000 Lawrenceburg 9
-01100101000 Regensburg 9
-01100101000 Laurens 9
-01100101000 Hagerstown 9
-01100101000 Tonkin 9
-01100101000 Trumps 9
-01100101000 Tamarac 9
-01100101000 Celina 10
-01100101000 Shiremanstown 10
-01100101000 Luton 10
-01100101000 Windhoek 10
-01100101000 Lyme 10
-01100101000 Wessels 10
-01100101000 Scottsbluff 10
-01100101000 Brazzaville 10
-01100101000 Doubletree 10
-01100101000 Fitzwilliam 10
-01100101000 zircon 10
-01100101000 Iwate 10
-01100101000 Titusville 10
-01100101000 Vineland 10
-01100101000 POP 10
-01100101000 Trieste 10
-01100101000 Bensalem 10
-01100101000 Zeeland 10
-01100101000 Darlington 10
-01100101000 KwaZulu 10
-01100101000 McKeesport 10
-01100101000 Owensboro 10
-01100101000 Melrod 10
-01100101000 Brookside 10
-01100101000 Gilgit 10
-01100101000 Inchon 10
-01100101000 Coatesville 10
-01100101000 Cardiff 10
-01100101000 Shawinigan 10
-01100101000 Marshfield 10
-01100101000 Parenting 10
-01100101000 Kashmir 10
-01100101000 Cordova 10
-01100101000 Greensburg 10
-01100101000 Toyko 10
-01100101000 Stoughton 10
-01100101000 Shippingport 10
-01100101000 Pohnpei 10
-01100101000 Indata 10
-01100101000 Hillsboro 10
-01100101000 Kamchatka 10
-01100101000 Orem 11
-01100101000 Batesville 11
-01100101000 Judas 11
-01100101000 Dagenham 11
-01100101000 Accountemps 11
-01100101000 Michoacan 11
-01100101000 Buford 11
-01100101000 Wattwil 11
-01100101000 Tuscaloosa 11
-01100101000 Ayacucho 11
-01100101000 Catalonia 11
-01100101000 Ketou 11
-01100101000 Bromont 11
-01100101000 Mendocino 11
-01100101000 Beltsville 11
-01100101000 HDM 11
-01100101000 strontium 11
-01100101000 Haifa 11
-01100101000 Cerritos 11
-01100101000 Leominster 11
-01100101000 Maryville 11
-01100101000 Ulundi 11
-01100101000 Ferndale 11
-01100101000 Leesburg 11
-01100101000 Coeburn 11
-01100101000 Durango 11
-01100101000 Coventry 11
-01100101000 Northridge 11
-01100101000 Brittany 11
-01100101000 Belvedere 11
-01100101000 Ramallah 11
-01100101000 Chappaquiddick 11
-01100101000 Asuncion 12
-01100101000 Nanjing 12
-01100101000 SB 12
-01100101000 Haute 12
-01100101000 Trois-Rivieres 12
-01100101000 Waukesha 12
-01100101000 Belleville 12
-01100101000 Amana 12
-01100101000 Cornwall 12
-01100101000 Corinto 12
-01100101000 Boer 12
-01100101000 Mountainside 12
-01100101000 Surrey 12
-01100101000 Sylmar 12
-01100101000 Hillsdale 12
-01100101000 Missoula 12
-01100101000 Kenilworth 12
-01100101000 Shenyang 12
-01100101000 Sheboygan 12
-01100101000 Magnitogorsk 12
-01100101000 Mesquite 12
-01100101000 Pelham 12
-01100101000 Kyushu 12
-01100101000 Lyndhurst 12
-01100101000 Oakdale 12
-01100101000 Piscataway 12
-01100101000 Brea 12
-01100101000 Wenatchee 12
-01100101000 Kokomo 12
-01100101000 Arcadia 12
-01100101000 1858 12
-01100101000 Carrollton 13
-01100101000 Reseda 13
-01100101000 Tupelo 13
-01100101000 Charlestown 13
-01100101000 Youghal 13
-01100101000 Sturgeon 13
-01100101000 Brampton 13
-01100101000 Pittsfield 13
-01100101000 gee 13
-01100101000 Eindhoven 13
-01100101000 Emporia 13
-01100101000 Hebron 13
-01100101000 Hopkinton 13
-01100101000 Muskegon 13
-01100101000 Gori 13
-01100101000 Northampton 13
-01100101000 Ibaraki 13
-01100101000 Monessen 13
-01100101000 Bothell 13
-01100101000 Camarillo 13
-01100101000 Cartersville 13
-01100101000 Whippany 13
-01100101000 Jena 13
-01100101000 Guntur 13
-01100101000 Ardmore 13
-01100101000 Moorestown 13
-01100101000 Sausalito 13
-01100101000 Montrose 13
-01100101000 Bradenton 13
-01100101000 Rawalpindi 13
-01100101000 Larkspur 14
-01100101000 Wilmette 14
-01100101000 Mandalay 14
-01100101000 Balboa 14
-01100101000 Norco 14
-01100101000 Mineola 14
-01100101000 Baskin-Robbins 14
-01100101000 Nollan 14
-01100101000 Larchmont 14
-01100101000 Litchfield 14
-01100101000 Seminole 14
-01100101000 Jamestown 14
-01100101000 Massachussetts 14
-01100101000 Itasca 14
-01100101000 Philadephia 14
-01100101000 Kennebunkport 14
-01100101000 Condor 14
-01100101000 Pleasanton 14
-01100101000 Dothan 14
-01100101000 Babylon 14
-01100101000 Yuma 14
-01100101000 Hingham 14
-01100101000 Batticaloa 14
-01100101000 Evendale 14
-01100101000 Maumee 14
-01100101000 Shostakovich 15
-01100101000 Enid 15
-01100101000 Guadalajara 15
-01100101000 Ludlow 15
-01100101000 Beckley 15
-01100101000 Gettysburg 15
-01100101000 Wenzhou 15
-01100101000 Roslyn 15
-01100101000 Verona 15
-01100101000 Lucerne 15
-01100101000 Elmhurst 15
-01100101000 Duisburg 15
-01100101000 Xian 15
-01100101000 Sverdlovsk 15
-01100101000 Ravenna 15
-01100101000 Rye 15
-01100101000 Longmont 16
-01100101000 Ava 16
-01100101000 Valparaiso 16
-01100101000 Fukushima 16
-01100101000 Iselin 16
-01100101000 Monrovia 16
-01100101000 Ludwigshafen 16
-01100101000 Danvers 16
-01100101000 Asheville 16
-01100101000 Waynesboro 16
-01100101000 Freehold 16
-01100101000 Lompoc 16
-01100101000 Parana 16
-01100101000 Sanaa 16
-01100101000 Hermosillo 16
-01100101000 Kingwood 16
-01100101000 Bahia 16
-01100101000 Bridgewater 16
-01100101000 Greenbelt 16
-01100101000 Joliet 16
-01100101000 Inglewood 16
-01100101000 Peapack 16
-01100101000 Woodlands 17
-01100101000 Fayetteville 17
-01100101000 Newtown 17
-01100101000 Lewisburg 17
-01100101000 Berea 17
-01100101000 Sunland 17
-01100101000 Wolfsburg 17
-01100101000 last-in 17
-01100101000 Chiba 17
-01100101000 Cresap 17
-01100101000 Verdes 17
-01100101000 Divine 17
-01100101000 Irwindale 17
-01100101000 Bremen 17
-01100101000 Wiesbaden 17
-01100101000 Whittier 17
-01100101000 Stratford 17
-01100101000 Pusan 17
-01100101000 Gadsden 17
-01100101000 Glyndebourne 18
-01100101000 Passaic 18
-01100101000 Greeley 18
-01100101000 Muirfield 18
-01100101000 Pleasantville 18
-01100101000 Morgantown 18
-01100101000 Fairhaven 18
-01100101000 Middlesex 18
-01100101000 Champaign 18
-01100101000 Zion 18
-01100101000 Mahwah 18
-01100101000 Waukegan 18
-01100101000 Pennsauken 18
-01100101000 Parkersburg 18
-01100101000 Kensington 18
-01100101000 Ebony 18
-01100101000 Cordoba 18
-01100101000 Westbury 18
-01100101000 Lewiston 18
-01100101000 Livonia 18
-01100101000 Mayfield 18
-01100101000 Hialeah 18
-01100101000 Solon 19
-01100101000 Middlebury 19
-01100101000 Moraine 19
-01100101000 Doraville 19
-01100101000 Salzburg 19
-01100101000 Gorky 19
-01100101000 Selma 19
-01100101000 Hainan 19
-01100101000 Copiague 19
-01100101000 Kool 19
-01100101000 Minas 19
-01100101000 Wausau 19
-01100101000 Abilene 20
-01100101000 Utica 20
-01100101000 Aiken 20
-01100101000 Exton 20
-01100101000 Chatham 20
-01100101000 Hazelwood 20
-01100101000 Chesterfield 20
-01100101000 Masaya 20
-01100101000 Lapp 20
-01100101000 Sandia 20
-01100101000 Nitro 20
-01100101000 Greencastle 20
-01100101000 Saginaw 20
-01100101000 Raleigh/Durham 20
-01100101000 Haverford 20
-01100101000 Champlain 20
-01100101000 Gotham 20
-01100101000 Clarksburg 21
-01100101000 Hoboken 21
-01100101000 Cheverly 21
-01100101000 Trincomalee 21
-01100101000 Haryana 21
-01100101000 Keidanren 21
-01100101000 Bali 21
-01100101000 Bethel 21
-01100101000 Ypsilanti 21
-01100101000 Grafton 21
-01100101000 Cooperstown 21
-01100101000 Wallingford 21
-01100101000 Ridgefield 21
-01100101000 Carlsbad 22
-01100101000 Oswego 22
-01100101000 Hinsdale 22
-01100101000 Tanglewood 22
-01100101000 Euclid 22
-01100101000 Meriden 22
-01100101000 Lordstown 22
-01100101000 Lagos 22
-01100101000 Gaithersburg 22
-01100101000 Orangeburg 22
-01100101000 Tabasco 22
-01100101000 Teaneck 22
-01100101000 Pittsburg 22
-01100101000 Harare 22
-01100101000 Holyoke 23
-01100101000 Binghamton 23
-01100101000 Medina 23
-01100101000 Odessa 23
-01100101000 Roseland 23
-01100101000 Durban 23
-01100101000 Spartanburg 23
-01100101000 Joplin 23
-01100101000 Elyria 23
-01100101000 Elkhart 23
-01100101000 Lenexa 24
-01100101000 Hopewell 24
-01100101000 Lisle 24
-01100101000 Monticello 24
-01100101000 Kiel 24
-01100101000 Custer 24
-01100101000 Gloucester 24
-01100101000 Defiance 24
-01100101000 Vidalia 24
-01100101000 Farmingdale 25
-01100101000 Coronado 25
-01100101000 Westborough 25
-01100101000 Brisbane 25
-01100101000 Butte 25
-01100101000 Waterbury 25
-01100101000 Herndon 25
-01100101000 Marlborough 25
-01100101000 Cannes 25
-01100101000 Antwerp 25
-01100101000 Dusseldorf 25
-01100101000 Transkei 25
-01100101000 Lincolnshire 25
-01100101000 Wentzville 25
-01100101000 Twinsburg 25
-01100101000 Marseille 25
-01100101000 Hustler 25
-01100101000 Versailles 25
-01100101000 Fontana 25
-01100101000 Brockton 25
-01100101000 Bala-Cynwyd 25
-01100101000 Gainesville 25
-01100101000 Wixom 25
-01100101000 Marquette 26
-01100101000 Scranton 26
-01100101000 Manassas 26
-01100101000 Meiji 26
-01100101000 Exeter 26
-01100101000 Janesville 26
-01100101000 Kosovo 26
-01100101000 Sichuan 26
-01100101000 Pawtucket 26
-01100101000 Haydn 27
-01100101000 Findlay 27
-01100101000 Schenectady 27
-01100101000 Calcutta 27
-01100101000 Modesto 27
-01100101000 Addis 27
-01100101000 Paoli 27
-01100101000 Plainfield 27
-01100101000 Bohemia 27
-01100101000 Damietta 27
-01100101000 Westboro 27
-01100101000 Moline 27
-01100101000 Ocala 27
-01100101000 Canberra 27
-01100101000 Littleton 28
-01100101000 Brownsville 28
-01100101000 Westlake 28
-01100101000 Flushing 28
-01100101000 Watertown 28
-01100101000 Scarsdale 28
-01100101000 Springdale 28
-01100101000 Longview 28
-01100101000 Sussex 28
-01100101000 Tianjin 29
-01100101000 Bologna 29
-01100101000 Ithaca 29
-01100101000 Uzbekistan 29
-01100101000 Dubuque 29
-01100101000 Naperville 29
-01100101000 Norcross 29
-01100101000 Southport 29
-01100101000 Osage 29
-01100101000 Kingston 29
-01100101000 Stillwater 29
-01100101000 Natal 30
-01100101000 Palmetto 30
-01100101000 Paterson 30
-01100101000 Pomona 30
-01100101000 Lakeland 30
-01100101000 Golder 30
-01100101000 Gardena 30
-01100101000 Plainview 30
-01100101000 Lynchburg 30
-01100101000 Greenpeace 30
-01100101000 Sparta 30
-01100101000 McAllen 31
-01100101000 Hokkaido 31
-01100101000 Gump 31
-01100101000 Chantilly 31
-01100101000 Nutley 31
-01100101000 Vail 31
-01100101000 Woodbury 31
-01100101000 Kauai 31
-01100101000 Roswell 31
-01100101000 Bozeman 31
-01100101000 Lawrenceville 31
-01100101000 Chinatown 31
-01100101000 Turin 31
-01100101000 Bophuthatswana 31
-01100101000 Davao 31
-01100101000 Brookhaven 31
-01100101000 Medford 32
-01100101000 Zug 32
-01100101000 Braunschweig 32
-01100101000 Jericho 32
-01100101000 Muncie 32
-01100101000 Richland 32
-01100101000 Burlingame 32
-01100101000 Strasbourg 32
-01100101000 Pensacola 32
-01100101000 Fernald 32
-01100101000 Nagoya 33
-01100101000 Bethpage 33
-01100101000 Biloxi 33
-01100101000 Wilkes-Barre 33
-01100101000 Lausanne 33
-01100101000 Beira 33
-01100101000 Kyoto 33
-01100101000 Cheyenne 33
-01100101000 Ada 33
-01100101000 Bayreuth 33
-01100101000 Racine 34
-01100101000 Kiev 34
-01100101000 Rotterdam 34
-01100101000 Norwich 34
-01100101000 Evansville 34
-01100101000 1866 34
-01100101000 Wonderland 34
-01100101000 Danville 34
-01100101000 Middletown 34
-01100101000 Waterloo 34
-01100101000 Bensonhurst 34
-01100101000 Brookfield 34
-01100101000 Fullerton 34
-01100101000 Novato 34
-01100101000 Fairbanks 35
-01100101000 Labrador 35
-01100101000 Auckland 35
-01100101000 Provo 35
-01100101000 Cheshire 35
-01100101000 Rosemead 36
-01100101000 Charlottesville 36
-01100101000 Malibu 36
-01100101000 Taunton 36
-01100101000 Tunis 36
-01100101000 Mississauga 36
-01100101000 Gatwick 36
-01100101000 Schleswig-Holstein 36
-01100101000 Riverdale 36
-01100101000 Belvidere 37
-01100101000 Tustin 37
-01100101000 Winnipeg 38
-01100101000 Brighton 38
-01100101000 Southampton 38
-01100101000 Ulsan 38
-01100101000 Reason 38
-01100101000 Northfield 38
-01100101000 Largo 39
-01100101000 Hackensack 39
-01100101000 Waco 39
-01100101000 Appleton 39
-01100101000 Auburn 39
-01100101000 Oshawa 39
-01100101000 Reston 39
-01100101000 Rosemont 40
-01100101000 Poughkeepsie 40
-01100101000 LA 40
-01100101000 Kazakhstan 41
-01100101000 Ventura 41
-01100101000 Halifax 41
-01100101000 Shenzhen 41
-01100101000 Bentonville 41
-01100101000 '84 42
-01100101000 Jaffna 42
-01100101000 Lubbock 42
-01100101000 Chelmsford 42
-01100101000 Encino 42
-01100101000 Plano 43
-01100101000 Brookline 43
-01100101000 Laughlin 44
-01100101000 Tijuana 44
-01100101000 Waldorf 44
-01100101000 Duluth 44
-01100101000 Paramus 44
-01100101000 Malvern 45
-01100101000 Hanford 45
-01100101000 Lorain 46
-01100101000 Trenton 46
-01100101000 Tallahassee 46
-01100101000 Harrisburg 46
-01100101000 Aberdeen 46
-01100101000 Dedham 46
-01100101000 Allentown 46
-01100101000 Hauppauge 47
-01100101000 Williamsburg 47
-01100101000 Woodbridge 47
-01100101000 Towson 47
-01100101000 Maui 48
-01100101000 Seville 48
-01100101000 Argonne 48
-01100101000 Guangdong 48
-01100101000 Palmdale 48
-01100101000 Bartlesville 48
-01100101000 Stuttgart 49
-01100101000 Bangor 49
-01100101000 Morehouse 49
-01100101000 Chihuahua 49
-01100101000 on-again 49
-01100101000 Alameda 50
-01100101000 Emeryville 52
-01100101000 Monterrey 52
-01100101000 Darien 52
-01100101000 Hamtramck 53
-01100101000 Deerfield 53
-01100101000 Southfield 54
-01100101000 Milford 54
-01100101000 Sarasota 54
-01100101000 Schaumburg 54
-01100101000 Bramalea 54
-01100101000 Brentwood 54
-01100101000 Shreveport 54
-01100101000 Belfast 55
-01100101000 Billings 55
-01100101000 Peshawar 55
-01100101000 Evanston 55
-01100101000 Nassau 56
-01100101000 Tempe 56
-01100101000 Yokohama 57
-01100101000 Annapolis 58
-01100101000 Nagorno-Karabakh 58
-01100101000 Laredo 59
-01100101000 Juarez 59
-01100101000 Edinburgh 60
-01100101000 Natick 60
-01100101000 Macon 60
-01100101000 Smyrna 60
-01100101000 Stockton 61
-01100101000 Radnor 62
-01100101000 Calabasas 63
-01100101000 Kalamazoo 63
-01100101000 Bakersfield 63
-01100101000 Woburn 63
-01100101000 Riviera 66
-01100101000 Spokane 67
-01100101000 Hebrew 67
-01100101000 Farmington 67
-01100101000 Galveston 67
-01100101000 Roanoke 68
-01100101000 Beaverton 69
-01100101000 Belmont 69
-01100101000 Kwangju 69
-01100101000 Beaumont 69
-01100101000 Peoria 70
-01100101000 Northbrook 70
-01100101000 Chattanooga 71
-01100101000 Rahway 71
-01100101000 Aurora 72
-01100101000 Perth 73
-01100101000 Soweto 73
-01100101000 Copenhagen 74
-01100101000 Parsippany 74
-01100101000 Eureka 74
-01100101000 Glasgow 74
-01100101000 Adelaide 74
-01100101000 Chatsworth 74
-01100101000 Medellin 74
-01100101000 Wilton 74
-01100101000 Winchester 75
-01100101000 Lakewood 75
-01100101000 Hawthorne 75
-01100101000 Secaucus 75
-01100101000 Sahara 76
-01100101000 Wellesley 76
-01100101000 Glenview 76
-01100101000 Youngstown 76
-01100101000 Riverside 77
-01100101000 Knoxville 77
-01100101000 Valencia 78
-01100101000 Carmel 80
-01100101000 Decatur 80
-01100101000 Santiago 80
-01100101000 Milpitas 81
-01100101000 Skokie 81
-01100101000 Tarrytown 82
-01100101000 Huntsville 82
-01100101000 Rockville 83
-01100101000 Lansing 83
-01100101000 Norwalk 84
-01100101000 Landover 84
-01100101000 Quincy 85
-01100101000 one-share 87
-01100101000 Camden 87
-01100101000 Bristol 89
-01100101000 UCLA 89
-01100101000 Clearwater 90
-01100101000 Bloomington 91
-01100101000 Harlem 91
-01100101000 Helsinki 91
-01100101000 Woodstock 92
-01100101000 Punjab 92
-01100101000 Greenville 92
-01100101000 Montvale 93
-01100101000 Monterey 93
-01100101000 Bridgeport 94
-01100101000 Waltham 95
-01100101000 Portsmouth 95
-01100101000 Worcester 96
-01100101000 Eden 96
-01100101000 Scottsdale 98
-01100101000 Karachi 98
-01100101000 Aspen 99
-01100101000 Anchorage 99
-01100101000 Fresno 100
-01100101000 Florence 101
-01100101000 Purchase 101
-01100101000 Marysville 101
-01100101000 Westport 103
-01100101000 Edmonton 103
-01100101000 Bellevue 103
-01100101000 Lafayette 103
-01100101000 Tacoma 104
-01100101000 Augusta 105
-01100101000 Barcelona 105
-01100101000 Nashua 106
-01100101000 Albuquerque 109
-01100101000 Hamburg 110
-01100101000 Naples 111
-01100101000 Prague 113
-01100101000 Rockford 113
-01100101000 Yonkers 114
-01100101000 Lima 114
-01100101000 Boulder 114
-01100101000 Bevill 117
-01100101000 Greensboro 117
-01100101000 Flint 117
-01100101000 Redmond 117
-01100101000 Reno 118
-01100101000 Tel 119
-01100101000 Anaheim 119
-01100101000 Marlboro 120
-01100101000 Cupertino 122
-01100101000 Lancaster 122
-01100101000 Erie 124
-01100101000 Raleigh 125
-01100101000 Danbury 131
-01100101000 Saskatchewan 134
-01100101000 Bangkok 135
-01100101000 Glendale 135
-01100101000 Amarillo 137
-01100101000 Guam 137
-01100101000 Canton 140
-01100101000 Framingham 141
-01100101000 Concord 141
-01100101000 Morristown 142
-01100101000 Yellowstone 142
-01100101000 Leningrad 142
-01100101000 Bermuda 143
-01100101000 Queens 143
-01100101000 Pasadena 146
-01100101000 Fremont 147
-01100101000 Dearborn 157
-01100101000 Sunnyvale 159
-01100101000 Paulo 161
-01100101000 Torrance 163
-01100101000 Melbourne 164
-01100101000 Manchester 165
-01100101000 Winston-Salem 167
-01100101000 Munich 168
-01100101000 Windsor 168
-01100101000 Armonk 169
-01100101000 Athens 169
-01100101000 Kenosha 171
-01100101000 Honolulu 171
-01100101000 Rouge 175
-01100101000 Bethesda 175
-01100101000 Mecca 175
-01100101000 Dublin 177
-01100101000 Englewood 177
-01100101000 Charleston 179
-01100101000 Newfoundland 181
-01100101000 Cairo 182
-01100101000 Syracuse 183
-01100101000 Alexandria 184
-01100101000 Springfield 195
-01100101000 Boise 201
-01100101000 Bedford 204
-01100101000 Bronx 215
-01100101000 Cape 220
-01100101000 Wichita 220
-01100101000 Mars 224
-01100101000 Plymouth 228
-01100101000 Jacksonville 228
-01100101000 Burbank 229
-01100101000 Arlington 231
-01100101000 Jerusalem 254
-01100101000 Troy 258
-01100101000 Bhopal 259
-01100101000 Ottawa 261
-01100101000 Nebraska 270
-01100101000 Akron 275
-01100101000 Omaha 278
-01100101000 Buffalo 290
-01100101000 Oxford 306
-01100101000 Lexington 311
-01100101000 Birmingham 316
-01100101000 Sacramento 338
-01100101000 Fairfield 339
-01100101000 Berkeley 344
-01100101000 Providence 351
-01100101000 Tulsa 355
-01100101000 Oakland 371
-01100101000 Indianapolis 375
-01100101000 Wyoming 375
-01100101000 Toledo 377
-01100101000 Memphis 382
-01100101000 Wilmington 399
-01100101000 Orlando 406
-01100101000 Montana 407
-01100101000 Rome 419
-01100101000 Louisville 420
-01100101000 Milwaukee 422
-01100101000 Calgary 424
-01100101000 Charlotte 427
-01100101000 Tucson 428
-01100101000 Nashville 433
-01100101000 Tampa 445
-01100101000 Princeton 456
-01100101000 Beirut 469
-01100101000 Brooklyn 484
-01100101000 Alabama 511
-01100101000 Rochester 541
-01100101000 Portland 557
-01100101000 Newark 574
-01100101000 Greenwich 584
-01100101000 Oregon 624
-01100101000 Stamford 633
-01100101000 Tennessee 643
-01100101000 Missouri 643
-01100101000 Nevada 659
-01100101000 Kentucky 664
-01100101000 Mississippi 664
-01100101000 Columbus 689
-01100101000 Seattle 699
-01100101000 Cambridge 709
-01100101000 Richmond 713
-01100101000 Maryland 714
-01100101000 Austin 769
-01100101000 Baltimore 846
-01100101000 Phoenix 863
-01100101000 Cincinnati 879
-01100101000 Colorado 922
-01100101000 Montreal 930
-01100101000 Wisconsin 974
-01100101000 Connecticut 987
-01100101000 Minneapolis 1038
-01100101000 Quebec 1040
-01100101000 Minnesota 1077
-01100101000 Pittsburgh 1110
-01100101000 Arizona 1116
-01100101000 Hollywood 1133
-01100101000 Louisiana 1171
-01100101000 Cleveland 1181
-01100101000 Indiana 1182
-01100101000 Georgia 1247
-01100101000 Denver 1263
-01100101000 Geneva 1297
-01100101000 Vietnam 1545
-01100101000 Pennsylvania 1663
-01100101000 Michigan 1743
-01100101000 Detroit 1776
-01100101000 Delaware 1800
-01100101000 Miami 1809
-01100101000 Atlanta 1995
-01100101000 Philadelphia 2251
-01100101000 Massachusetts 2722
-01100101000 Houston 2908
-01100101000 Dallas 2938
-01100101000 Florida 3856
-01100101000 California 7683
-01100101000 Washington 11491
-01100101001 Taylor-Maid 1
-01100101001 Fundraising 1
-01100101001 Tsunami 1
-01100101001 public-advocacy 1
-01100101001 U.S.-provided 1
-01100101001 Bosphorus 1
-01100101001 then-Deputy 1
-01100101001 Mady 1
-01100101001 Assoc. 1
-01100101001 Frostburg 1
-01100101001 Bros./Slash 1
-01100101001 421-415 1
-01100101001 411-410 1
-01100101001 Hanscomb 1
-01100101001 One-Two 1
-01100101001 Palmarola 1
-01100101001 358,947 1
-01100101001 70198 1
-01100101001 powermad 1
-01100101001 39,000-member 1
-01100101001 Brinke 1
-01100101001 sometimes-conflicting 1
-01100101001 Vandenburg 1
-01100101001 Rickenbacker 1
-01100101001 AUL 1
-01100101001 Klossner 1
-01100101001 irregularity-plagued 1
-01100101001 you-can-guess-what-color 1
-01100101001 Offatt 1
-01100101001 Westinghouse-Texas 1
-01100101001 Metrologic 1
-01100101001 Continental-Texas 1
-01100101001 single-office 1
-01100101001 Intrinsic 1
-01100101001 Santamarina 1
-01100101001 pre-Texas 1
-01100101001 REMIC. 1
-01100101001 Two-Acre 1
-01100101001 AntiDrug 1
-01100101001 Lackland 1
-01100101001 UAL-British 1
-01100101001 Newfoundland-based 1
-01100101001 Davis-Monthan 1
-01100101001 SAS-Texas 1
-01100101001 theTexas 1
-01100101001 then-City 1
-01100101001 83000-83004 1
-01100101001 83004 1
-01100101001 pro-securities 1
-01100101001 third-level 1
-01100101001 glandular 1
-01100101001 professional-class 1
-01100101001 county-owned 1
-01100101001 verisimilitude. 1
-01100101001 AFL1-5275 1
-01100101001 G2K40244 1
-01100101001 Huntron 1
-01100101001 Thermox 1
-01100101001 1811-12 1
-01100101001 Cal-Nev 1
-01100101001 ex-Continental 1
-01100101001 Beartooth 1
-01100101001 Acc-U-Rite 1
-01100101001 Bobigny 1
-01100101001 DeMotte 2
-01100101001 V/R 2
-01100101001 Dyess 2
-01100101001 Photofrin 2
-01100101001 Minden 2
-01100101001 Whaijen 2
-01100101001 Truancy 2
-01100101001 Beauford 2
-01100101001 C.O.M. 2
-01100101001 Indulgers 2
-01100101001 Ohio-Sealy 2
-01100101001 slick-papered 2
-01100101001 larkspur 2
-01100101001 security-minded 2
-01100101001 Footlockers 2
-01100101001 Eatontown 2
-01100101001 Bruker 2
-01100101001 Guitarist 2
-01100101001 Jawahar 2
-01100101001 guava 2
-01100101001 VCRS 2
-01100101001 Hi-Country 2
-01100101001 Rockwool 2
-01100101001 Cuzco 2
-01100101001 Politizdat 2
-01100101001 population-poor 2
-01100101001 self-flagellating 2
-01100101001 Plasticos 2
-01100101001 Muleshoe 2
-01100101001 art-buying 2
-01100101001 Asiatic 2
-01100101001 Edgy 2
-01100101001 quadrant 2
-01100101001 74-73 2
-01100101001 guppy 2
-01100101001 Kremmling 2
-01100101001 Whalers 2
-01100101001 Foothills 2
-01100101001 Asclepias 2
-01100101001 AUTHOR 2
-01100101001 WI 2
-01100101001 Current-coupon 2
-01100101001 low-hazard 2
-01100101001 Abbotsford 2
-01100101001 Media/Professional 2
-01100101001 Crummy 2
-01100101001 818,867 2
-01100101001 Interlaken 2
-01100101001 Sharjah 2
-01100101001 pro-free-enterprise 2
-01100101001 TAP 2
-01100101001 Iola 2
-01100101001 1f 2
-01100101001 Pollaiuolo 2
-01100101001 corals 2
-01100101001 Warrensburg 2
-01100101001 Sedalia 2
-01100101001 Sikeston 2
-01100101001 air-based 2
-01100101001 LK 2
-01100101001 cloisonne 2
-01100101001 Hesitant 2
-01100101001 Elmendorf 2
-01100101001 Long-Range 2
-01100101001 flex-time 2
-01100101001 Maybank 2
-01100101001 Chuji 2
-01100101001 Ceselsa 2
-01100101001 WilliWear 2
-01100101001 fishmeal 2
-01100101001 masseuses 2
-01100101001 PNG 2
-01100101001 Adjournment 2
-01100101001 Baronial 2
-01100101001 Snowbird 2
-01100101001 Awake 2
-01100101001 Brenham 2
-01100101001 Alken-Kronenbourg 2
-01100101001 Mahogany 2
-01100101001 Fredonia 3
-01100101001 Lauda 3
-01100101001 Pattonsburg 3
-01100101001 Unido 3
-01100101001 Dimension 3
-01100101001 Cranbury 3
-01100101001 Palmerola 3
-01100101001 Tuscon 3
-01100101001 Mansura 3
-01100101001 Impotents 3
-01100101001 Whiteman 3
-01100101001 SSDI 3
-01100101001 Marlen 3
-01100101001 molnia 3
-01100101001 Falun 3
-01100101001 TMIC. 3
-01100101001 Corot 3
-01100101001 Sturdy 3
-01100101001 Concession 3
-01100101001 Tampere 3
-01100101001 Louisburg 3
-01100101001 Incafe 3
-01100101001 ANPA 3
-01100101001 CEE 3
-01100101001 Periscope 3
-01100101001 Pavo 3
-01100101001 red-cheeked 3
-01100101001 ill-lit 3
-01100101001 whorehouses 3
-01100101001 Aker 3
-01100101001 Munhwa 3
-01100101001 Kincheloe 3
-01100101001 Maharashtra 3
-01100101001 Orincon 3
-01100101001 merengue 3
-01100101001 5-foot-8 3
-01100101001 MDphone 3
-01100101001 orthopedics 3
-01100101001 Polyanka 3
-01100101001 32-valve 3
-01100101001 Pontchartrain 3
-01100101001 Bodenseewerk 3
-01100101001 Brunello 3
-01100101001 LTU 3
-01100101001 Roussel-UCLAF 3
-01100101001 1834 4
-01100101001 CITIC 4
-01100101001 Fairway 4
-01100101001 WCT 4
-01100101001 GATX/CL 4
-01100101001 Hanscom 4
-01100101001 AFGE 4
-01100101001 even-tempered 4
-01100101001 Similac 4
-01100101001 CLU 4
-01100101001 AvAir 4
-01100101001 Calnev 4
-01100101001 Lanesboro 4
-01100101001 Lutherans 4
-01100101001 AmerEco 4
-01100101001 Dresser-Rand 4
-01100101001 Bangalore 4
-01100101001 NorthPark 4
-01100101001 Chrysalis 4
-01100101001 Pascagoula 4
-01100101001 Atoka 4
-01100101001 neo-Nazis 4
-01100101001 Mailgrams 4
-01100101001 Pflugerville 4
-01100101001 Fibriscint 4
-01100101001 Bridgeville 4
-01100101001 Navasota 4
-01100101001 spearmint 4
-01100101001 Kiena 4
-01100101001 LaPryor 4
-01100101001 Walhalla 4
-01100101001 endives 4
-01100101001 Surpass 5
-01100101001 Muskogee 5
-01100101001 undersupervised 5
-01100101001 rectum 5
-01100101001 VG 5
-01100101001 Margate 5
-01100101001 Cyclone 5
-01100101001 Merriam-Webster 5
-01100101001 Brahman 5
-01100101001 Brasov 5
-01100101001 Customized 5
-01100101001 Tallulah 5
-01100101001 SACEUR 5
-01100101001 Coahuila 5
-01100101001 mini-vans 5
-01100101001 Mead-McClellan 5
-01100101001 debonair 6
-01100101001 Hallelujah 6
-01100101001 WNET 6
-01100101001 Crofton 6
-01100101001 Rexford 6
-01100101001 Kuparuk 6
-01100101001 Podunk 6
-01100101001 HSA 6
-01100101001 Bitburg 6
-01100101001 Moreauville 6
-01100101001 Elisa 7
-01100101001 IBES 7
-01100101001 all-knowing 7
-01100101001 Maplewood 7
-01100101001 Wright-Patterson 7
-01100101001 TIAA 7
-01100101001 self-important 7
-01100101001 Sind 7
-01100101001 fluorine 7
-01100101001 ACTV 8
-01100101001 Farnborough 8
-01100101001 KLA 8
-01100101001 Ca. 8
-01100101001 Pa 8
-01100101001 Copycode 8
-01100101001 Elektra 9
-01100101001 Fitchburg 10
-01100101001 FARC 10
-01100101001 Rini 10
-01100101001 Emmaus 10
-01100101001 Rosh 10
-01100101001 jasmine 10
-01100101001 CURE 10
-01100101001 Saco 11
-01100101001 Essential 11
-01100101001 Nellis 11
-01100101001 pimps 12
-01100101001 Downstairs 12
-01100101001 pears 12
-01100101001 Savvy 12
-01100101001 Guyana 13
-01100101001 Mademoiselle 13
-01100101001 Elmsford 13
-01100101001 Thomasville 13
-01100101001 Sonora 14
-01100101001 Overnite 14
-01100101001 Tipton 15
-01100101001 barium 15
-01100101001 Forestry 15
-01100101001 Mali 15
-01100101001 MainStreet 15
-01100101001 P.I. 15
-01100101001 Osceola 15
-01100101001 Alcoholics 15
-01100101001 Yorkshire 16
-01100101001 Metairie 16
-01100101001 Sofia 16
-01100101001 Luvs 17
-01100101001 Sylvania 17
-01100101001 Amauligak 18
-01100101001 Torrejon 19
-01100101001 Interprovincial 20
-01100101001 Congo 21
-01100101001 Renoir 23
-01100101001 Oberlin 24
-01100101001 Lesbian 25
-01100101001 Veeco 30
-01100101001 Bel 30
-01100101001 MFS 31
-01100101001 ERISA 34
-01100101001 Java 36
-01100101001 Alps 39
-01100101001 Sealed 43
-01100101001 Oshkosh 59
-01100101001 Johnstown 61
-01100101001 Amherst 73
-01100101001 Ark 87
-01100101001 Manitoba 102
-01100101001 Valdez 102
-01100101001 CPAs 143
-01100101001 Clean 208
-01100101001 Irvine 440
-01100101001 Idaho 467
-01100101001 Vermont 520
-01100101001 Arkansas 551
-01100101001 Alberta 643
-01100101001 Hartford 772
-01100101001 Ontario 889
-01100101001 Maine 912
-01100101001 Utah 1015
-01100101001 Alaska 1158
-01100101001 Delta 1307
-01100101001 Iowa 1913
-01100101001 Illinois 2195
-01100101001 Texas 12539
-01100101001 Ohio 3327
-01100101010 0.9655 1
-01100101010 situ 1
-01100101010 short-fiction 1
-01100101010 CBI. 1
-01100101010 2050.5 1
-01100101010 glass-block 1
-01100101010 Yamaha-Olin 1
-01100101010 Jersulem 1
-01100101010 Kraftwerke 1
-01100101010 GCA. 1
-01100101010 Okayama 1
-01100101010 Rous 1
-01100101010 HHS. 2
-01100101010 leisure-industry 2
-01100101010 NATO-Warsaw 2
-01100101010 Araraquara 2
-01100101010 Gumma 2
-01100101010 1,088 2
-01100101010 Espenhain 2
-01100101010 Derby-Pie 2
-01100101010 Foshan 2
-01100101010 Kwajalein 2
-01100101010 1,398 2
-01100101010 special-situation 2
-01100101010 Seljuk 2
-01100101010 Fingermatrix 2
-01100101010 Laity 2
-01100101010 underworked 2
-01100101010 1959-1960 2
-01100101010 high-capital 2
-01100101010 Rialcor-Shatkin 2
-01100101010 special-situations 2
-01100101010 PKI 2
-01100101010 motor-racing 2
-01100101010 Zhuhai 2
-01100101010 Albertini 2
-01100101010 development-related 2
-01100101010 bodybuilder 2
-01100101010 EquityGuard 2
-01100101010 swampbusting 2
-01100101010 Crossover 2
-01100101010 toto 2
-01100101010 Gu 3
-01100101010 Dansk 3
-01100101010 near-great 3
-01100101010 Lome 3
-01100101010 ACORN 3
-01100101010 doorknobs 3
-01100101010 1640 3
-01100101010 Polimotor 3
-01100101010 Kaupulehu 3
-01100101010 driftwood 3
-01100101010 Qandahar 3
-01100101010 Harley-Davidsons 3
-01100101010 Kabutocho 3
-01100101010 Paysops 3
-01100101010 Surat 3
-01100101010 Akaitcho 3
-01100101010 Gaborone 3
-01100101010 Rosman 3
-01100101010 Rilke 3
-01100101010 Colmar 3
-01100101010 air-conditioners 3
-01100101010 Sendai 3
-01100101010 canoeing 3
-01100101010 mouthwashes 3
-01100101010 Eastport 3
-01100101010 142,220,000 3
-01100101010 1818 3
-01100101010 Hindemith 3
-01100101010 Gauchos 4
-01100101010 Ferfin 4
-01100101010 Singapore-Malaysia 4
-01100101010 mid-1970 4
-01100101010 Makati 4
-01100101010 Baltimore/Washington 4
-01100101010 Giardini 4
-01100101010 Tavera 4
-01100101010 DePere 4
-01100101010 Fontainebleau 4
-01100101010 Killington 4
-01100101010 Volzhsky 4
-01100101010 Moorreesburg 5
-01100101010 Vientiane 5
-01100101010 Zukerman 5
-01100101010 Nyon 5
-01100101010 Fuzhou 5
-01100101010 Thatta 5
-01100101010 Bacolod 5
-01100101010 Crixas 5
-01100101010 Autorama 5
-01100101010 Rabat 5
-01100101010 1836 5
-01100101010 Hersfield 5
-01100101010 sinker 6
-01100101010 Arcola 6
-01100101010 Massillon 6
-01100101010 Isfahan 6
-01100101010 Delhaize 6
-01100101010 Vichy 6
-01100101010 '80 6
-01100101010 Gorki 7
-01100101010 Underwoods 8
-01100101010 Honeywell-NEC 8
-01100101010 Culiacan 8
-01100101010 Stalowa 8
-01100101010 mid-session 9
-01100101010 UMBC 9
-01100101010 Blackpool 9
-01100101010 Inmarsat 9
-01100101010 Ramstein 10
-01100101010 Comic 10
-01100101010 Pietermaritzburg 10
-01100101010 Kanazawa 12
-01100101010 C-Span 12
-01100101010 Gothenburg 13
-01100101010 1855 13
-01100101010 Cartagena 14
-01100101010 Sapoa 14
-01100101010 Lugano 17
-01100101010 Carthage 17
-01100101010 Dhaka 21
-01100101010 Londonderry 21
-01100101010 Lusaka 24
-01100101010 Nairobi 24
-01100101010 Mindanao 28
-01100101010 Cologne 35
-01100101010 Lisbon 35
-01100101010 Duesseldorf 36
-01100101010 Krakow 38
-01100101010 Saipan 38
-01100101010 Bern 45
-01100101010 Saigon 47
-01100101010 Port-au-Prince 52
-01100101010 Sheet 53
-01100101010 Belgrade 65
-01100101010 unlisted 67
-01100101010 Bogota 67
-01100101010 Istanbul 69
-01100101010 Maputo 71
-01100101010 Dubai 72
-01100101010 Gdansk 72
-01100101010 Algiers 74
-01100101010 Caracas 76
-01100101010 midmorning 79
-01100101010 Jakarta 80
-01100101010 Oslo 87
-01100101010 Iceland 89
-01100101010 Reykjavik 97
-01100101010 Colombo 102
-01100101010 Scandinavia 127
-01100101010 Basel 128
-01100101010 Budapest 145
-01100101010 Guatemala 195
-01100101010 Johannesburg 222
-01100101010 Osaka 238
-01100101010 Kabul 242
-01100101010 Luxembourg 269
-01100101010 Venice 298
-01100101010 Gaza 348
-01100101010 Wellington 370
-01100101010 Vienna 450
-01100101010 Vancouver 478
-01100101010 Warsaw 506
-01100101010 Taipei 531
-01100101010 Amsterdam 580
-01100101010 Stockholm 623
-01100101010 Sydney 722
-01100101010 Zurich 759
-01100101010 Milan 777
-01100101010 Manila 792
-01100101010 Brussels 846
-01100101010 Seoul 1223
-01100101010 Frankfurt 1482
-01100101010 Singapore 1820
-01100101010 Toronto 2162
-01100101010 Paris 2481
-01100101010 London 8840
-01100101010 Tokyo 6719
-01100101011 Sinkow 1
-01100101011 Baranovskii 1
-01100101011 Travco 1
-01100101011 Sabich 1
-01100101011 1926-27 1
-01100101011 Bite 1
-01100101011 Defcon 1
-01100101011 Options-backed 1
-01100101011 Sidek 1
-01100101011 Ringueberg 1
-01100101011 Sculptures 1
-01100101011 3C 1
-01100101011 Takla 1
-01100101011 Three-left 1
-01100101011 Paramanda 1
-01100101011 Boston-CSFB 1
-01100101011 Vice-Presidential 1
-01100101011 City-type 1
-01100101011 newstand 1
-01100101011 SWAGGART 1
-01100101011 Mihm 1
-01100101011 PENNEY 1
-01100101011 Fortresses 1
-01100101011 Intersate 1
-01100101011 AmeriCable 1
-01100101011 Boston-led 1
-01100101011 Snakekiller 1
-01100101011 Texas-Gibraltar 1
-01100101011 Armoured 1
-01100101011 Thethe 1
-01100101011 Interstate-BankAmerica 1
-01100101011 Schnitzel 1
-01100101011 Mowhawk 1
-01100101011 Brandle 1
-01100101011 Sabath 1
-01100101011 Jersey-related 1
-01100101011 Padlock 1
-01100101011 Lituma 1
-01100101011 Winterbotham 1
-01100101011 88-4. 1
-01100101011 Stanch 1
-01100101011 Toylift 1
-01100101011 87-9 1
-01100101011 Jesser 1
-01100101011 Boston-managed 1
-01100101011 Ferstel 1
-01100101011 Orlofsky 1
-01100101011 Atlanta-Wachovia 1
-01100101011 Whittlesey. 1
-01100101011 Minnick 1
-01100101011 Pennsylvannia 1
-01100101011 Rapacz 1
-01100101011 Rabidue 1
-01100101011 Kresowa 1
-01100101011 Shober 1
-01100101011 Grader 1
-01100101011 88-65 1
-01100101011 Kropotkin 1
-01100101011 Norfinanz 1
-01100101011 Bachianas 1
-01100101011 Thimble 1
-01100101011 Volodymyr 1
-01100101011 immigation 1
-01100101011 Saucer 1
-01100101011 WCRS. 1
-01100101011 Penn-Pacific 1
-01100101011 Dundeal 1
-01100101011 Kleeman 1
-01100101011 EFC. 1
-01100101011 SNAKE 1
-01100101011 FLARING 1
-01100101011 ComBanks 1
-01100101011 M.e.T.A. 1
-01100101011 Kemp-Gee 1
-01100101011 Excecutive 1
-01100101011 Zadora 1
-01100101011 Boston/management 1
-01100101011 88-99 1
-01100101011 v.w. 1
-01100101011 Kippers 1
-01100101011 Tri-Continental 1
-01100101011 Skinnerish 1
-01100101011 qtr. 1
-01100101011 Americanus 1
-01100101011 Moctezuma 1
-01100101011 Cuahtemoc 1
-01100101011 88-10 1
-01100101011 Mowhak 1
-01100101011 McDuffie 1
-01100101011 Boston-Kidder 1
-01100101011 88-82. 1
-01100101011 Sequel 2
-01100101011 Thant 2
-01100101011 Wetback 2
-01100101011 Storno 2
-01100101011 ABQ 2
-01100101011 Amendment. 2
-01100101011 BanCorp 2
-01100101011 Nanofilm 2
-01100101011 87-6 2
-01100101011 Bushwacker 2
-01100101011 Pentecoste 2
-01100101011 Myongdong 2
-01100101011 HANNA 2
-01100101011 Stronghold 2
-01100101011 NTN-Bower 2
-01100101011 Breadbasket 2
-01100101011 Xydex 2
-01100101011 Xabre 2
-01100101011 Fiberboard 2
-01100101011 DPBG 2
-01100101011 Epoch 2
-01100101011 Gutsa 2
-01100101011 Keelhaul 2
-01100101011 Dellovade 2
-01100101011 Bandung 2
-01100101011 88-45 2
-01100101011 BELO 2
-01100101011 87-16 2
-01100101011 ME.TA 2
-01100101011 Blanche/Goudchaux 2
-01100101011 Linpro 2
-01100101011 Fidelity-Fidelcor 2
-01100101011 Sigmor 2
-01100101011 Seiyo 3
-01100101011 Republicbank 3
-01100101011 Fuer 3
-01100101011 Feisal 3
-01100101011 Infodetics 3
-01100101011 Calvary 3
-01100101011 Ayco 3
-01100101011 Unisoft 3
-01100101011 N.Y.C. 3
-01100101011 Spaarbank 3
-01100101011 ROBINS 3
-01100101011 NWNL 3
-01100101011 Teleprompter 3
-01100101011 Dumbo 3
-01100101011 Gestioni 3
-01100101011 Tuskaloosa 3
-01100101011 Napanook 3
-01100101011 OmegaSource 3
-01100101011 Molotlegi 3
-01100101011 SpencerStuart 4
-01100101011 Qtr. 4
-01100101011 Akihito 4
-01100101011 AmFed 4
-01100101011 Ticino 4
-01100101011 Pennsy 4
-01100101011 SAMSOM 5
-01100101011 Tryon 5
-01100101011 Eyrie 5
-01100101011 Swingline 5
-01100101011 Inmos 5
-01100101011 BUITONI 5
-01100101011 Exodus 5
-01100101011 Kenai 5
-01100101011 Compudyne 5
-01100101011 Elbrus 6
-01100101011 Jutland 6
-01100101011 Kaepa 6
-01100101011 Iona 6
-01100101011 NorthWest 6
-01100101011 68-story 6
-01100101011 ME.T.A. 6
-01100101011 Velo-Bind 6
-01100101011 Calaf 7
-01100101011 Farwest 7
-01100101011 Ameri-Cable 7
-01100101011 Murex 7
-01100101011 Reefs 7
-01100101011 Staunch 7
-01100101011 Pulaski 7
-01100101011 Mongoose 7
-01100101011 France-Presse 8
-01100101011 Nederlandse 8
-01100101011 Quadrant 9
-01100101011 SeaFirst 9
-01100101011 DODGE 9
-01100101011 Dayton-Hudson 9
-01100101011 Metternich 10
-01100101011 Placements 11
-01100101011 Nu 12
-01100101011 Devonshire 16
-01100101011 Yucatan 17
-01100101011 Anniversary 17
-01100101011 Beloit 18
-01100101011 Samsom 20
-01100101011 PUSH 20
-01100101011 Iberian 21
-01100101011 Curacao 24
-01100101011 NH 25
-01100101011 Wachovia 49
-01100101011 Belo 85
-01100101011 Mohawk 179
-01100101011 Nationwide 255
-01100101011 Albany 272
-01100101011 Amendment 907
-01100101011 RepublicBank 984
-01100101011 Executive 1066
-01100101011 Interstate 1218
-01100101011 Manhattan 2931
-01100101011 Chicago 8211
-01100101011 Boston 6584
-01100101100 Argyrol 1
-01100101100 coventures 1
-01100101100 Whodini 1
-01100101100 map-matching 1
-01100101100 Melonie 1
-01100101100 Value-Television 1
-01100101100 Progestasert 1
-01100101100 Enoxy 1
-01100101100 onchocera 1
-01100101100 Hypertalk 1
-01100101100 Affinifile 1
-01100101100 HyperLink 1
-01100101100 hematoporphyrin 1
-01100101100 buy-writes 1
-01100101100 Pancasila 1
-01100101100 intraluminal 1
-01100101100 Ironwriters 1
-01100101100 103,287 1
-01100101100 MasterTeller 1
-01100101100 pre-conceptions 1
-01100101100 McDope 1
-01100101100 Silverhead 1
-01100101100 KCTA 1
-01100101100 Dezerter 1
-01100101100 Cray-2S 1
-01100101100 Qiangshou 1
-01100101100 risk-reduction 1
-01100101100 shims 1
-01100101100 erythropoeitin 1
-01100101100 Sharman 1
-01100101100 UDG-Yoshu 1
-01100101100 CTX-1500 1
-01100101100 photomaniacs 1
-01100101100 Waldensoftware 1
-01100101100 Waldenkids 1
-01100101100 mid-sizecars 1
-01100101100 EMCExpress 1
-01100101100 GR-43175 1
-01100101100 duplicitously 1
-01100101100 CFC-13B1 1
-01100101100 Halons 1
-01100101100 streptokinase-plasminogen 1
-01100101100 Prologue 1
-01100101100 nong 1
-01100101100 sonograms 1
-01100101100 MVS 1
-01100101100 VBIRAM 1
-01100101100 NEE 1
-01100101100 FidoNet 1
-01100101100 Q-DOS 1
-01100101100 introns 1
-01100101100 carbonic 1
-01100101100 out-of-reach 1
-01100101100 O.P.P. 1
-01100101100 Chinghai 1
-01100101100 folates 1
-01100101100 X-30 1
-01100101100 MedAssist 1
-01100101100 Gymees 1
-01100101100 Windsurfer 1
-01100101100 NEMO 1
-01100101100 T4-cells 1
-01100101100 Neumarkt 1
-01100101100 he-is-or-isn't-a-moderate 1
-01100101100 Caltrate 1
-01100101100 CRAY-2/4-512 1
-01100101100 Anisakidae 1
-01100101100 MP&L 1
-01100101100 pravastatin 1
-01100101100 neurofibromas 1
-01100101100 FarmerMac 1
-01100101100 Beaucoup 1
-01100101100 too-easy 1
-01100101100 Locum 1
-01100101100 superstrings 1
-01100101100 Feivel 1
-01100101100 dimers 1
-01100101100 velostatin 1
-01100101100 burbot 1
-01100101100 CARs 1
-01100101100 Roxelana 1
-01100101100 bill-payers 1
-01100101100 Cocolat 1
-01100101100 triploids 1
-01100101100 mecamylamine 1
-01100101100 LifeSign 1
-01100101100 Destinations 1
-01100101100 LY171883 1
-01100101100 vinpocetine 1
-01100101100 Glucostix 1
-01100101100 Freshen 1
-01100101100 Car-Help 1
-01100101100 Putra 1
-01100101100 diphacinone 1
-01100101100 half-siblings 1
-01100101100 D-Illusions 1
-01100101100 Bridgewatch 1
-01100101100 12-3/G 1
-01100101100 Avallon 1
-01100101100 PYRE 1
-01100101100 space-time 1
-01100101100 Doxidan 1
-01100101100 ormolu 1
-01100101100 Aved 1
-01100101100 TAT-3 1
-01100101100 it-that 1
-01100101100 Nhamatanda 1
-01100101100 Lamego 1
-01100101100 GHH 1
-01100101100 Electroink 1
-01100101100 Oliservice 1
-01100101100 VP-Planner 1
-01100101100 digesters 1
-01100101100 uravnilovka 1
-01100101100 Gilotherm 1
-01100101100 HIV1 1
-01100101100 286,788 1
-01100101100 neo-Luddites 1
-01100101100 oddploid 1
-01100101100 Multiples 1
-01100101100 carbo-chlorination 1
-01100101100 13-Fs 1
-01100101100 14,322,000 1
-01100101100 mohajirs 1
-01100101100 Metropoly 1
-01100101100 Torturcize. 1
-01100101100 Canac 1
-01100101100 Auslese 1
-01100101100 Edelfaule 1
-01100101100 limonin 1
-01100101100 Intertach 1
-01100101100 monobactams 1
-01100101100 adenosine 1
-01100101100 Drina 1
-01100101100 Weeboks 1
-01100101100 Bracton 1
-01100101100 value-subtracted 1
-01100101100 PageBuilder 1
-01100101100 TD4 1
-01100101100 lazaroids 1
-01100101100 51,825 1
-01100101100 Pachsdraai 1
-01100101100 Vybor 1
-01100101100 lajis 1
-01100101100 HMG-CoA 1
-01100101100 URGENT 1
-01100101100 Snowbirds 1
-01100101100 ENRILE 1
-01100101100 Ethocyn 1
-01100101100 fluoroelastomers 1
-01100101100 metastasis 1
-01100101100 FullPaint 1
-01100101100 khozraschot 1
-01100101100 ple 1
-01100101100 triose 1
-01100101100 F.O.O.D. 1
-01100101100 Receiver 1
-01100101100 laches 1
-01100101100 alanine 1
-01100101100 301-443-2894 1
-01100101100 Squeezit 1
-01100101100 HYPERchannel-DX 1
-01100101100 TEX-PEC 1
-01100101100 LoSpam 1
-01100101100 Sanchon 1
-01100101100 Eurosids 1
-01100101100 Tria 1
-01100101100 off-and-on-again 1
-01100101100 ABC-Paramount 1
-01100101100 Mwalimu 1
-01100101100 tricyclics 1
-01100101100 495-2167 1
-01100101100 trihalomethanes 1
-01100101100 Canastels 1
-01100101100 immunoglobulin-G 1
-01100101100 Z171 1
-01100101100 bioremediation 1
-01100101100 CompuGarden 1
-01100101100 metoclopramide 1
-01100101100 RC100 1
-01100101100 GCM 1
-01100101100 polybags 1
-01100101100 Cayo 1
-01100101100 flutamide 1
-01100101100 VacSYN/FeLV 1
-01100101100 v-senv5 1
-01100101100 pyorrhea 1
-01100101100 Mernet 1
-01100101100 Phenomanails 1
-01100101100 Semtex-H 1
-01100101100 Dosifei 1
-01100101100 hysteroscopy 1
-01100101100 dichloro-diphenyl-trichloroethane 1
-01100101100 schiftomiasis 1
-01100101100 92,806 1
-01100101100 Hagia 1
-01100101100 AS-101 1
-01100101100 beta-agonists 1
-01100101100 UDMH 1
-01100101100 Skypager 1
-01100101100 Nazar 1
-01100101100 Compactacion 1
-01100101100 virtu 1
-01100101100 accutane 1
-01100101100 Tit-Bits 1
-01100101100 McGovernism 1
-01100101100 ferroelectronics 1
-01100101100 gembibrozil 1
-01100101100 ketones 1
-01100101100 Docuforum 1
-01100101100 quetsche 1
-01100101100 calvados 1
-01100101100 marc 1
-01100101100 kirsch 1
-01100101100 Alham 1
-01100101100 hearers 1
-01100101100 Tepito 1
-01100101100 K-band 1
-01100101100 glueballs 1
-01100101100 Rambo-lina 1
-01100101100 NS-X 1
-01100101100 panpipes 1
-01100101100 a-methopterin 1
-01100101100 MediaWatch 1
-01100101100 Aspilia 1
-01100101100 Toadstool 1
-01100101100 osteocalcin 1
-01100101100 Dezerland 1
-01100101100 SmallTalk 1
-01100101100 Polacolor 1
-01100101100 Siropin 1
-01100101100 berettas 1
-01100101100 loss-taking 1
-01100101100 nucleases 1
-01100101100 Scuppers 1
-01100101100 Insuject 1
-01100101100 laypersons 1
-01100101100 Bank-By-Phone 1
-01100101100 Aamulehti 1
-01100101100 Ramfis 1
-01100101100 Myoko 1
-01100101100 Staansaam 1
-01100101100 proto-oncogenes 1
-01100101100 Mifepristone 1
-01100101100 Tiblisi 1
-01100101100 Tetris 1
-01100101100 Porvoonkatu-Borgagatan 1
-01100101100 Auto-Dine 1
-01100101100 accupril 1
-01100101100 raku 1
-01100101100 234,812 1
-01100101100 Excelerator 1
-01100101100 Nutramigen 1
-01100101100 ATS/2 1
-01100101100 stroboscopes 1
-01100101100 Contenido 1
-01100101100 CEARAID 1
-01100101100 Jamaran 1
-01100101100 Equitaine 1
-01100101100 acrylonitrile-butadiene-styrene 1
-01100101100 HHV-6 1
-01100101100 KMTC-TV 1
-01100101100 Son-of-DAT 1
-01100101100 Tsjude 1
-01100101100 Flu-shot1 1
-01100101100 9/23B-7 1
-01100101100 1772 1
-01100101100 Spetznaz 1
-01100101100 photo-refractive 1
-01100101100 cestas 1
-01100101100 Krater 1
-01100101100 AutoWorld 1
-01100101100 todok 2
-01100101100 Juku 2
-01100101100 hepatotoxicity 2
-01100101100 Rotorex 2
-01100101100 Irec 2
-01100101100 KTC 2
-01100101100 CCT 2
-01100101100 gangsterism 2
-01100101100 browsers 2
-01100101100 rickets 2
-01100101100 Enkaid 2
-01100101100 TDC 2
-01100101100 Sentor 2
-01100101100 nondrinkers 2
-01100101100 Monteshell 2
-01100101100 Zestril 2
-01100101100 Adventurers 2
-01100101100 Centrimex 2
-01100101100 Betar 2
-01100101100 rosacea 2
-01100101100 Bladex 2
-01100101100 enroadment 2
-01100101100 Marunouchi 2
-01100101100 LULAC 2
-01100101100 snobbism 2
-01100101100 hydrochlorothiazide 2
-01100101100 Twisters 2
-01100101100 FTLV 2
-01100101100 Interarms 2
-01100101100 Onderstepoort 2
-01100101100 adjuvant 2
-01100101100 Asla 2
-01100101100 surimi 2
-01100101100 Bitic 2
-01100101100 Furt 2
-01100101100 cheatgrass 2
-01100101100 slovenliness 2
-01100101100 mismeasurement 2
-01100101100 Sublette 2
-01100101100 eptastatin 2
-01100101100 RefCorp. 2
-01100101100 Aipac 2
-01100101100 Enameling 2
-01100101100 IMEDE 2
-01100101100 Melodie 2
-01100101100 Brevibloc 2
-01100101100 Cephalexin 2
-01100101100 immobilism 2
-01100101100 Ickes 2
-01100101100 Kaopectate 2
-01100101100 Combipress 2
-01100101100 HIV2 2
-01100101100 SEM-Walbro 2
-01100101100 dBaseIII 2
-01100101100 CNT 2
-01100101100 apostasy 2
-01100101100 Trax 2
-01100101100 Weiskopf 2
-01100101100 WorthCorp 2
-01100101100 aquavit 2
-01100101100 Acuvue 2
-01100101100 LA-X 2
-01100101100 Dukakis-bashing 2
-01100101100 microgravity 2
-01100101100 heterodoxy 2
-01100101100 Kochang 2
-01100101100 Aliza 2
-01100101100 Drytech 2
-01100101100 PGP 2
-01100101100 ValueTelevision 2
-01100101100 Bridgestone-Firestone 2
-01100101100 Lotusland 2
-01100101100 mongolism 2
-01100101100 Gasolina 2
-01100101100 '96 2
-01100101100 Nemo 2
-01100101100 bumiputras 2
-01100101100 Accurex 2
-01100101100 CT20 2
-01100101100 Kurcali 2
-01100101100 Gefina 2
-01100101100 Doeg 2
-01100101100 TechSystems 2
-01100101100 Urenco 2
-01100101100 Schiapparelli-Searle 2
-01100101100 Blaire 2
-01100101100 lamentation 2
-01100101100 MACH 2
-01100101100 ATACMs 2
-01100101100 headroom 2
-01100101100 Yallahs 2
-01100101100 Baluchistan 2
-01100101100 criminalization 2
-01100101100 W.D.I. 2
-01100101100 Spindletop 2
-01100101100 Tellers 2
-01100101100 paleoanthropology 2
-01100101100 Stromberg-Carlsson 2
-01100101100 WYLD-FM 2
-01100101100 Nordeurop 2
-01100101100 orgasm 2
-01100101100 pre-invoicing 2
-01100101100 share-adjusted 2
-01100101100 M82 2
-01100101100 frogdesign 2
-01100101100 Snowmax 2
-01100101100 Southington 2
-01100101100 Rajneeshpuram 2
-01100101100 Aviaexport 2
-01100101100 synchronicity 2
-01100101100 ytterbium 2
-01100101100 Parades 2
-01100101100 musth 2
-01100101100 Leprosy 2
-01100101100 renin 2
-01100101100 WFAN 2
-01100101100 Interplak 2
-01100101100 Flicka 2
-01100101100 optrodes 2
-01100101100 Marte 2
-01100101100 Hodori 2
-01100101100 ROM 2
-01100101100 Staszic 2
-01100101100 blepharospasm 2
-01100101100 overindulgence 2
-01100101100 Snip 2
-01100101100 NovolinPen 2
-01100101100 Johonesl 2
-01100101100 fortification 2
-01100101100 Malthe 2
-01100101100 privates 2
-01100101100 failures. 2
-01100101100 LAP 2
-01100101100 Neoconservatives 2
-01100101100 OTB 2
-01100101100 Citicorp/Citibank 2
-01100101100 freckles 2
-01100101100 1-2-3/M 2
-01100101100 LIP 2
-01100101100 Dial-a-Porn 2
-01100101100 Minitels 2
-01100101100 Willemstad 2
-01100101100 board-certification 2
-01100101100 FarmFutures 2
-01100101100 HDPE 2
-01100101100 PETE 2
-01100101100 interleukin-3 2
-01100101100 guacamole 3
-01100101100 Krantzland 3
-01100101100 Spinach 3
-01100101100 Bloomsday 3
-01100101100 apprenticing 3
-01100101100 Rumillajta 3
-01100101100 batdancing 3
-01100101100 Brancusi 3
-01100101100 retrorunning 3
-01100101100 minitrials 3
-01100101100 SAC 3
-01100101100 Shadrack 3
-01100101100 GKT 3
-01100101100 mbalax 3
-01100101100 Investeringsbanken 3
-01100101100 driftnets 3
-01100101100 Selectol 3
-01100101100 thermodynamics 3
-01100101100 D-Date 3
-01100101100 Edifact 3
-01100101100 Amecon 3
-01100101100 yucca 3
-01100101100 SICC 3
-01100101100 ADD-Vantage 3
-01100101100 Hillela 3
-01100101100 FreshNes 3
-01100101100 Maldef 3
-01100101100 ASCS 3
-01100101100 Tallinn 3
-01100101100 ASATs 3
-01100101100 reg-neg 3
-01100101100 creosote 3
-01100101100 Namibians 3
-01100101100 jellybeans 3
-01100101100 sportiness 3
-01100101100 lysozyme 3
-01100101100 omelette 3
-01100101100 Enka 3
-01100101100 melancholia 3
-01100101100 Dobermans 3
-01100101100 Montelimar 3
-01100101100 bond-holders 3
-01100101100 KabiKinase 3
-01100101100 Kaliber 3
-01100101100 inerrantists 3
-01100101100 Ramlosa 3
-01100101100 Guntram 3
-01100101100 Hoffritz 3
-01100101100 comets 3
-01100101100 Nemorino 3
-01100101100 Reforger 3
-01100101100 Ashkenazim 3
-01100101100 Southtown 3
-01100101100 OLC 3
-01100101100 Interleukin-7 3
-01100101100 autocrats 3
-01100101100 Necessity 3
-01100101100 1,365 3
-01100101100 domestication 3
-01100101100 Songbuk 3
-01100101100 Ur 3
-01100101100 diverters 3
-01100101100 Diltiazem 3
-01100101100 NOPEC 3
-01100101100 IAI 3
-01100101100 Lwow 3
-01100101100 Agave 3
-01100101100 everthing 3
-01100101100 impermanence 3
-01100101100 Entecap 3
-01100101100 Twiggy 3
-01100101100 Skopbank 3
-01100101100 ErgoScale 3
-01100101100 Parallam 3
-01100101100 Tabes 3
-01100101100 gazebos 3
-01100101100 Nes-Ptah 3
-01100101100 ComBank 3
-01100101100 han 3
-01100101100 Voeren 3
-01100101100 proportionality 3
-01100101100 Onco-Scint 3
-01100101100 yakuza 3
-01100101100 CHF 3
-01100101100 skrytnost 3
-01100101100 Davis-Besse 3
-01100101100 Alkazar 3
-01100101100 non-drinkers 3
-01100101100 Chenix 3
-01100101100 multiplexing 3
-01100101100 bioelectronics 3
-01100101100 WTRK 3
-01100101100 sh 3
-01100101100 NDI 3
-01100101100 DENKS 3
-01100101100 EasyPlex 3
-01100101100 recharging 3
-01100101100 coal-capable 3
-01100101100 Nebuchadnezzar 3
-01100101100 cyclosporine 3
-01100101100 Francona 3
-01100101100 Chawni 3
-01100101100 Xeriscaping 3
-01100101100 AgriSense 3
-01100101100 lengthwise 3
-01100101100 JCAHO 3
-01100101100 EROS 3
-01100101100 water-washing 3
-01100101100 Sawmill 3
-01100101100 Gorbomania 3
-01100101100 YPF 3
-01100101100 Sassicaia 3
-01100101100 pau-Brazil 3
-01100101100 Sequal 3
-01100101100 Punjabis 3
-01100101100 CCI 3
-01100101100 amaranthin 3
-01100101100 LOOT 4
-01100101100 lentinan 4
-01100101100 Avert 4
-01100101100 Cyhexatin 4
-01100101100 Violetta 4
-01100101100 DTCs 4
-01100101100 PSG 4
-01100101100 Murtaza 4
-01100101100 irritability 4
-01100101100 CEC 4
-01100101100 PLDT 4
-01100101100 WZTV 4
-01100101100 DRGs 4
-01100101100 Crocuses 4
-01100101100 Audemars 4
-01100101100 NETWork 4
-01100101100 McClinton 4
-01100101100 Citimerca 4
-01100101100 Arles 4
-01100101100 Parlodel 4
-01100101100 lipids 4
-01100101100 Sanity 4
-01100101100 Sofical 4
-01100101100 FSAs 4
-01100101100 quasars 4
-01100101100 Nikkeiren 4
-01100101100 Cyoctol 4
-01100101100 quarks 4
-01100101100 ganciclovir 4
-01100101100 POSE 4
-01100101100 MVS/ESA 4
-01100101100 Ravenhead 4
-01100101100 Bono 4
-01100101100 hirudin 4
-01100101100 downticks 4
-01100101100 ATZ 4
-01100101100 Khatyn 4
-01100101100 Compete 4
-01100101100 arpeggios 4
-01100101100 self-hypnosis 4
-01100101100 CTJ 4
-01100101100 QFIA 4
-01100101100 Context 4
-01100101100 rouge 4
-01100101100 TCP/IP 4
-01100101100 Petropavlovsk 4
-01100101100 noodling 4
-01100101100 Pasok 4
-01100101100 sycophancy 4
-01100101100 Proscar 4
-01100101100 cribbing 4
-01100101100 anti-oxidants 4
-01100101100 Flemson 4
-01100101100 CISPES 4
-01100101100 Endesa 4
-01100101100 Gamblers 4
-01100101100 Elly 4
-01100101100 Anglophones 4
-01100101100 MasterNet 4
-01100101100 Reliants 4
-01100101100 astrologists 4
-01100101100 Dianabol 4
-01100101100 overeating 4
-01100101100 Pasture 4
-01100101100 Sangioveto 4
-01100101100 interleukin-1 4
-01100101100 Trekkers 4
-01100101100 Manufold 4
-01100101100 Suprol 4
-01100101100 Banvel 4
-01100101100 Congress. 4
-01100101100 turista 4
-01100101100 show-through 4
-01100101100 Priviet 4
-01100101100 CAIT 4
-01100101100 burps 4
-01100101100 Losado 4
-01100101100 Cachito 4
-01100101100 fuel-loading 4
-01100101100 EMEA 4
-01100101100 McPizza 4
-01100101100 OLE 4
-01100101100 ADBF 4
-01100101100 Martinique 4
-01100101100 SRAMs 4
-01100101100 Lyuba 4
-01100101100 Stendhalism 4
-01100101100 Metasome 4
-01100101100 Juanelle 4
-01100101100 granulocytes 4
-01100101100 Egis 4
-01100101100 Zomax 4
-01100101100 YES 4
-01100101100 Stimela 4
-01100101100 Theo-Dur 4
-01100101100 Dodgertown 4
-01100101100 HL&P 4
-01100101100 Disillusionment 4
-01100101100 Pravachol 4
-01100101100 philodendron 4
-01100101100 Cytotec 4
-01100101100 Sinemet 4
-01100101100 TopView 4
-01100101100 withholdings 4
-01100101100 optimization 4
-01100101100 GRIT 4
-01100101100 Retrotec 4
-01100101100 Usiminas 5
-01100101100 Cherubin 5
-01100101100 PMT 5
-01100101100 neutrons 5
-01100101100 Adrenalin 5
-01100101100 Nizhnevartovsk 5
-01100101100 Pompeii 5
-01100101100 dandelions 5
-01100101100 Pericles 5
-01100101100 One-on-One 5
-01100101100 speechifying 5
-01100101100 MTBE 5
-01100101100 Nagymaros 5
-01100101100 Superslims 5
-01100101100 Erzsebet 5
-01100101100 IEJW 5
-01100101100 lye 5
-01100101100 leukotrienes 5
-01100101100 CCA 5
-01100101100 CompuFund 5
-01100101100 Kunashir 5
-01100101100 Korbx 5
-01100101100 Halabja 5
-01100101100 Pidde 5
-01100101100 MDM 5
-01100101100 DECtp 5
-01100101100 chivalry 5
-01100101100 Ursynow 5
-01100101100 Smud 5
-01100101100 gynogenesis 5
-01100101100 Ciemip 5
-01100101100 SLS 5
-01100101100 Humatrope 5
-01100101100 XDOS 5
-01100101100 DFMO 5
-01100101100 Ramtha 5
-01100101100 hooray 5
-01100101100 Duivree 5
-01100101100 Zopilote 5
-01100101100 Petie 5
-01100101100 WNYW 5
-01100101100 CQ 5
-01100101100 trichloroethylene 5
-01100101100 SOP 5
-01100101100 VNR 5
-01100101100 tetrodotoxin 5
-01100101100 Crosstalk 5
-01100101100 KS 5
-01100101100 captopril 5
-01100101100 Buspar 5
-01100101100 Megadeath 5
-01100101100 Kabuto-cho 5
-01100101100 A-Day 5
-01100101100 Philippa 5
-01100101100 Theodosius 5
-01100101100 superstock 5
-01100101100 Colab 5
-01100101100 Auschwitz-Birkenau 5
-01100101100 FS&G 5
-01100101100 Marwood 5
-01100101100 tacrine 5
-01100101100 SMES 5
-01100101100 Ryoko 5
-01100101100 interruptaholics 5
-01100101100 Chezeaux 5
-01100101100 Colestid 5
-01100101100 Junebug 5
-01100101100 Nhu 5
-01100101100 Credo 5
-01100101100 tamoxifen 5
-01100101100 Parmigianino 5
-01100101100 Telekom 5
-01100101100 laurel 5
-01100101100 Blendax-Group 5
-01100101100 ClandoSan 5
-01100101100 Mectizan 5
-01100101100 HRRC 5
-01100101100 Flowlin 5
-01100101100 judicially 5
-01100101100 Impromptu 5
-01100101100 etretinate 5
-01100101100 self-awareness 6
-01100101100 Procardia 6
-01100101100 GRiDPad 6
-01100101100 Bubbie 6
-01100101100 GHRF 6
-01100101100 TTAC 6
-01100101100 Ortho-Novum 6
-01100101100 IgG 6
-01100101100 BuSpar 6
-01100101100 3+Open 6
-01100101100 Preco 6
-01100101100 Bev 6
-01100101100 Competence 6
-01100101100 Stelian 6
-01100101100 Agfa 6
-01100101100 YMCAs 6
-01100101100 fruitcakes 6
-01100101100 Cojunto 6
-01100101100 RFD-TV 6
-01100101100 straight-edge 6
-01100101100 Trojans 6
-01100101100 SIP 6
-01100101100 MPTP 6
-01100101100 PowerPoint 6
-01100101100 Garibaldi 6
-01100101100 Aachen 6
-01100101100 orphanages 6
-01100101100 Prudentrust 6
-01100101100 Tannenburg 6
-01100101100 Megace 6
-01100101100 SSI 6
-01100101100 DECworld 6
-01100101100 BPCC 6
-01100101100 Lifelines 6
-01100101100 horseradish 6
-01100101100 Arabella 6
-01100101100 Octavia 6
-01100101100 EL-10 6
-01100101100 thrombolysis 6
-01100101100 EBDCs 6
-01100101100 pliers 6
-01100101100 Biafra 6
-01100101100 Norskopsjons 6
-01100101100 Maoism 6
-01100101100 Biconish 6
-01100101100 GLCM 6
-01100101100 Moussy 6
-01100101100 Tereza 6
-01100101100 WTVT 6
-01100101100 Mueslix 6
-01100101100 Snakebite 6
-01100101100 ACSH 6
-01100101100 cortisone 6
-01100101100 DRAMS 6
-01100101100 AGI 6
-01100101100 Hispanoil 6
-01100101100 Armasha 6
-01100101100 CETA 6
-01100101100 NORAD 6
-01100101100 Botrytis 6
-01100101100 lanthanum 6
-01100101100 CIGS 6
-01100101100 stenosis 6
-01100101100 TER 6
-01100101100 GrandView 6
-01100101100 SME 6
-01100101100 Ancsa 6
-01100101100 Petromin 6
-01100101100 retinoblastoma 6
-01100101100 Foscarnet 6
-01100101100 Josie 7
-01100101100 Byzantium 7
-01100101100 Bonnet 7
-01100101100 AL-721 7
-01100101100 round-tripping 7
-01100101100 fertilizing 7
-01100101100 MedisGroups 7
-01100101100 serendipity 7
-01100101100 dideoxycytidine 7
-01100101100 Montezuma 7
-01100101100 COBRA 7
-01100101100 NEPL 7
-01100101100 Unesco 7
-01100101100 Fascism 7
-01100101100 narcolepsy 7
-01100101100 Arpanet 7
-01100101100 Vnesheconombank 7
-01100101100 bifurcation 7
-01100101100 Muharram 7
-01100101100 Eurocontrol 7
-01100101100 MSM 7
-01100101100 Tintaya 7
-01100101100 Marogen 7
-01100101100 B&B 7
-01100101100 AS101 7
-01100101100 Wicca 7
-01100101100 Lawaaikamp 7
-01100101100 Dewey-Stevens 7
-01100101100 metolachlor 7
-01100101100 potters 7
-01100101100 SIV 7
-01100101100 Jasmin 7
-01100101100 YSL 7
-01100101100 Panda 7
-01100101100 LSU 7
-01100101100 NYLand 7
-01100101100 noncombatants 7
-01100101100 grizzlies 7
-01100101100 PQQ 7
-01100101100 cytomegalovirus 7
-01100101100 Sovexportfilm 7
-01100101100 Bro 7
-01100101100 Tribbles 7
-01100101100 Godzilla 7
-01100101100 TB 7
-01100101100 RU-486 7
-01100101100 Bruegel 7
-01100101100 Benin 7
-01100101100 Run-DMC 7
-01100101100 Sabina 7
-01100101100 neurofibromatosis 8
-01100101100 Militant 8
-01100101100 neoliberals 8
-01100101100 Decency 8
-01100101100 LifeUSA 8
-01100101100 dinoseb 8
-01100101100 vigilantism 8
-01100101100 Debby 8
-01100101100 L-dopa 8
-01100101100 Starplex 8
-01100101100 CS-1 8
-01100101100 SDRC 8
-01100101100 Belinda 8
-01100101100 Morality 8
-01100101100 Monoclate 8
-01100101100 Missie 8
-01100101100 DDA 8
-01100101100 Piranha 8
-01100101100 Ansell-Americas 8
-01100101100 Rum 8
-01100101100 SAA 8
-01100101100 BENS 8
-01100101100 cyhexatin 8
-01100101100 Macrovision 8
-01100101100 Paganini 8
-01100101100 Whistler 8
-01100101100 heredity 8
-01100101100 graphology 8
-01100101100 UMTA 8
-01100101100 listeria 8
-01100101100 Maddie 8
-01100101100 Bomag 8
-01100101100 Telltales 8
-01100101100 dopamine 8
-01100101100 Cronauer 8
-01100101100 Bidcos 8
-01100101100 KTWV 8
-01100101100 Muggsy 9
-01100101100 Grumbles 9
-01100101100 RU486 9
-01100101100 peoplemeters 9
-01100101100 Bigfoot 9
-01100101100 Naprosyn 9
-01100101100 Porky 9
-01100101100 isoxicam 9
-01100101100 Pele 9
-01100101100 Isoprinosine 9
-01100101100 CDCs 9
-01100101100 Anafranil 9
-01100101100 Govs 9
-01100101100 Bix 9
-01100101100 Ba 9
-01100101100 Intan 9
-01100101100 aldicarb 9
-01100101100 Dodd-Kildee 9
-01100101100 Descending 9
-01100101100 celadon 9
-01100101100 Actigall 9
-01100101100 Cxc 9
-01100101100 RENAMO 9
-01100101100 WAD 9
-01100101100 Nabob 9
-01100101100 Kinepolis 9
-01100101100 McCarran 9
-01100101100 Heartwise 9
-01100101100 gp120 9
-01100101100 amakudari 9
-01100101100 Therafectin 9
-01100101100 Muscovites 9
-01100101100 Fantastik 9
-01100101100 Premarin 9
-01100101100 clozapine 9
-01100101100 ETBE 9
-01100101100 Withnail 9
-01100101100 Voltaren 10
-01100101100 Microx 10
-01100101100 underdevelopment 10
-01100101100 Scripture 10
-01100101100 Maxi 10
-01100101100 Ansaid 10
-01100101100 Protestantism 10
-01100101100 BreakMate 10
-01100101100 Catharine 10
-01100101100 Chromakalim 10
-01100101100 Carrisyn 10
-01100101100 E-Ferol 10
-01100101100 Tretinoin 10
-01100101100 minimalism 10
-01100101100 trimetrexate 10
-01100101100 Ramesses 10
-01100101100 Thucydides 10
-01100101100 beta-carotene 10
-01100101100 CRL 10
-01100101100 Bt 10
-01100101100 Aquarium 10
-01100101100 amiprilose 10
-01100101100 tPA 10
-01100101100 HyperCard 10
-01100101100 Carafate 10
-01100101100 TVSAT-1 10
-01100101100 saboteurs 10
-01100101100 Cites 10
-01100101100 vagrants 10
-01100101100 G-CSF 10
-01100101100 Paulina 10
-01100101100 TransAfrica 10
-01100101100 Boussac 10
-01100101100 Chuckie 10
-01100101100 DB2 11
-01100101100 PPOs 11
-01100101100 tebuthiuron 11
-01100101100 Charlemagne 11
-01100101100 Sperrfrist 11
-01100101100 Corexit 11
-01100101100 Dunkirk 11
-01100101100 Allways 11
-01100101100 Sharia 11
-01100101100 il 11
-01100101100 Pepcid 11
-01100101100 totalitarians 11
-01100101100 Seldane 11
-01100101100 Apples 11
-01100101100 Ugolin 11
-01100101100 waterbeds 11
-01100101100 sucralose 11
-01100101100 polyhemoglobin 11
-01100101100 Confucianism 11
-01100101100 Syncom 11
-01100101100 EDI 11
-01100101100 Corbu 11
-01100101100 Ecumena 11
-01100101100 SOD 11
-01100101100 MAD 11
-01100101100 macrophages 11
-01100101100 Mehran 12
-01100101100 borsch 12
-01100101100 Peronism 12
-01100101100 TNF 12
-01100101100 Berneice 12
-01100101100 Rosty 12
-01100101100 Caesarea 12
-01100101100 KIC 12
-01100101100 Snuggle 12
-01100101100 clomipramine 12
-01100101100 Medfacts 12
-01100101100 PACE 12
-01100101100 Maxzide 12
-01100101100 Asta 12
-01100101100 Calan 12
-01100101100 whistleblowers 12
-01100101100 Reeboks 12
-01100101100 gemfibrozil 12
-01100101100 Gorby 12
-01100101100 deprenyl 12
-01100101100 Dracula 12
-01100101100 Darkie 12
-01100101100 AmeriCares 12
-01100101100 NYCB 12
-01100101100 WWOR 12
-01100101100 Gosplan 12
-01100101100 hashing 12
-01100101100 NATCA 12
-01100101100 Frostban 12
-01100101100 Japan-bashing 13
-01100101100 Eurosid 13
-01100101100 Questran 13
-01100101100 officialdom 13
-01100101100 Novosti 13
-01100101100 Dicamba 13
-01100101100 Boonville 13
-01100101100 Betavon 13
-01100101100 Anacin-3 13
-01100101100 Golkar 13
-01100101100 adjustables 13
-01100101100 Zovirax 13
-01100101100 Nero 14
-01100101100 Panmunjom 14
-01100101100 Melba 14
-01100101100 TILs 14
-01100101100 Paradox 14
-01100101100 Brecht 14
-01100101100 weightlifting 14
-01100101100 RAP 14
-01100101100 Didi 14
-01100101100 FEMA 14
-01100101100 Newedge 14
-01100101100 OSI 14
-01100101100 Pharoah 14
-01100101100 liposuction 15
-01100101100 Ivana 15
-01100101100 Maz 15
-01100101100 two-up 15
-01100101100 Bambi 15
-01100101100 Ataturk 15
-01100101100 bimbos 15
-01100101100 Ostpolitik 15
-01100101100 Arnolphe 15
-01100101100 Goethe 15
-01100101100 Pornography 15
-01100101100 Yuval 15
-01100101100 Robustas 15
-01100101100 LAS 15
-01100101100 microcode 15
-01100101100 liposomes 15
-01100101100 Tormenta 15
-01100101100 geopolitics 16
-01100101100 Inerco 16
-01100101100 Billancourt 16
-01100101100 USADirect 16
-01100101100 LSD 16
-01100101100 Brunnhilde 16
-01100101100 Inderal 16
-01100101100 TDF1 16
-01100101100 Sophocles 16
-01100101100 Kapton 16
-01100101100 PURPA 16
-01100101100 tansy 16
-01100101100 Prunedale 16
-01100101100 sulfites 16
-01100101100 Christo 16
-01100101100 Spago 17
-01100101100 HOPE 17
-01100101100 Cognac 17
-01100101100 UDAGs 17
-01100101100 Worldscope 17
-01100101100 Rogernomics 17
-01100101100 Kokoschka 17
-01100101100 GROW 17
-01100101100 hemophiliacs 17
-01100101100 Tevye 17
-01100101100 countertrade 17
-01100101100 impressionism 17
-01100101100 M&M 17
-01100101100 Citic 18
-01100101100 Sylvie 18
-01100101100 Torah 18
-01100101100 ERA 18
-01100101100 Buddha 18
-01100101100 Contac 18
-01100101100 atherosclerosis 18
-01100101100 bigness 18
-01100101100 Commentary 18
-01100101100 MOVE 18
-01100101100 humankind 18
-01100101100 Janine 19
-01100101100 Olestra 19
-01100101100 Episodes 19
-01100101100 I2D2 19
-01100101100 Axid 19
-01100101100 WNBC-TV 19
-01100101100 Orpheus 19
-01100101100 GICs 19
-01100101100 methotrexate 19
-01100101100 Shamu 19
-01100101100 Interflug 19
-01100101100 GWEN 19
-01100101100 buts 19
-01100101100 Thatcherism 20
-01100101100 NIOSH 20
-01100101100 Pewabic 20
-01100101100 Ritalin 20
-01100101100 Mustafa 20
-01100101100 Aristotle 20
-01100101100 Ribavirin 20
-01100101100 buprenorphine 20
-01100101100 Polidori 20
-01100101100 Aerolineas 20
-01100101100 Chatterton 20
-01100101100 Nadine 20
-01100101100 Ramona 20
-01100101100 ASICs 20
-01100101100 Borders 20
-01100101100 Tarzan 20
-01100101100 Bassa 20
-01100101100 Joey 21
-01100101100 saliva 21
-01100101100 Khost 21
-01100101100 scissors 21
-01100101100 Plax 21
-01100101100 SDRs 21
-01100101100 SPE 21
-01100101100 Gatorade 21
-01100101100 CNBC 21
-01100101100 self-management 21
-01100101100 pickles 21
-01100101100 Versed 21
-01100101100 Mitteleuropa 21
-01100101100 incumbency 21
-01100101100 Diem 22
-01100101100 Gaby 22
-01100101100 Sesdaq 22
-01100101100 Venus 22
-01100101100 witchcraft 22
-01100101100 lymphoma 22
-01100101100 HIV-2 22
-01100101100 Superman 23
-01100101100 Judaism 23
-01100101100 Suleyman 23
-01100101100 Halcion 23
-01100101100 cockroaches 23
-01100101100 Aim 23
-01100101100 Obsession 24
-01100101100 Seaq 24
-01100101100 Shorty 24
-01100101100 Trips 24
-01100101100 thalidomide 25
-01100101100 Protropin 25
-01100101100 creationism 25
-01100101100 KHJ-TV 25
-01100101100 PIW 25
-01100101100 SEAT 26
-01100101100 SMUD 26
-01100101100 modernism 26
-01100101100 wheelchairs 26
-01100101100 Cleopatra 27
-01100101100 Hypercard 27
-01100101100 ACE 27
-01100101100 Metamucil 27
-01100101100 Elsa 28
-01100101100 lovastatin 28
-01100101100 Eproms 28
-01100101100 Communism 28
-01100101100 Hippocrates 28
-01100101100 MI5 28
-01100101100 Prozac 28
-01100101100 tax-exempts 28
-01100101100 azidothymidine 29
-01100101100 Liza 29
-01100101100 Imreg-1 29
-01100101100 CAFE 29
-01100101100 Globex 30
-01100101100 LDCs 32
-01100101100 Chekhov 32
-01100101100 Reaganism 32
-01100101100 Huggies 33
-01100101100 Marxism-Leninism 34
-01100101100 Bendectin 34
-01100101100 Socialism 34
-01100101100 Vasotec 34
-01100101100 IL-2 35
-01100101100 Yogi 35
-01100101100 superoxide 35
-01100101100 ATVs 37
-01100101100 BGH 37
-01100101100 SOES 37
-01100101100 Silverlake 38
-01100101100 alachlor 38
-01100101100 Suzy 39
-01100101100 Alar 40
-01100101100 Socrates 40
-01100101100 Cory 40
-01100101100 Frelimo 41
-01100101100 Mevacor 42
-01100101100 Chaucer 42
-01100101100 Activase 42
-01100101100 Lasso 42
-01100101100 Elsie 42
-01100101100 ribavirin 44
-01100101100 Blockade 44
-01100101100 outsourcing 44
-01100101100 Cardizem 44
-01100101100 Agenda 44
-01100101100 Kabuki 45
-01100101100 Dolly 45
-01100101100 UP 46
-01100101100 Eminase 46
-01100101100 VOA 47
-01100101100 Tolstoy 47
-01100101100 Amadeus 47
-01100101100 DDT 47
-01100101100 Lopid 48
-01100101100 UNO 48
-01100101100 DDC 48
-01100101100 olestra 49
-01100101100 psyllium 50
-01100101100 Auschwitz 50
-01100101100 workfare 51
-01100101100 Teresa 51
-01100101100 MaxSavers 52
-01100101100 Sting 54
-01100101100 Advil 54
-01100101100 Ampligen 56
-01100101100 Zantac 56
-01100101100 GQ 57
-01100101100 Retin-A 58
-01100101100 DDI 59
-01100101100 hers 59
-01100101100 Prohibition 60
-01100101100 CGCT 60
-01100101100 Karajan 61
-01100101100 EPO 63
-01100101100 astrology 63
-01100101100 Simplesse 66
-01100101100 Reaganomics 66
-01100101100 Vogue 67
-01100101100 GM-CSF 71
-01100101100 Capoten 71
-01100101100 Retrovir 73
-01100101100 Comecon 74
-01100101100 Accutane 74
-01100101100 Kevlar 75
-01100101100 federalism 75
-01100101100 Peak 81
-01100101100 CD4 81
-01100101100 Madonna 83
-01100101100 Unita 84
-01100101100 TF1 84
-01100101100 Windows 85
-01100101100 Hell 88
-01100101100 ESOPs 97
-01100101100 Dad 100
-01100101100 Remics 101
-01100101100 Renamo 104
-01100101100 Rogaine 105
-01100101100 minoxidil 106
-01100101100 Sematech 111
-01100101100 Tagamet 113
-01100101100 Virazole 119
-01100101100 PCBs 120
-01100101100 DRAMs 127
-01100101100 IRAs 133
-01100101100 Mom 134
-01100101100 Dyazide 145
-01100101100 streptokinase 155
-01100101100 THA 156
-01100101100 Hezbollah 157
-01100101100 Mother 162
-01100101100 Voyager 170
-01100101100 Shakespeare 174
-01100101100 CFCs 175
-01100101100 Nature 179
-01100101100 Bottom 184
-01100101100 Lenin 219
-01100101100 Islam 222
-01100101100 perestroika 264
-01100101100 Shoreham 305
-01100101100 glasnost 398
-01100101100 AZT 535
-01100101100 Solidarity 586
-01100101100 Countries 629
-01100101100 parliament 693
-01100101100 Seabrook 729
-01100101100 God 731
-01100101100 TPA 858
-01100101100 Congress 13559
-01100101100 Parliament 873
-011001011010 gadolinium 1
-011001011010 Ghadafi 1
-011001011010 thursday 1
-011001011010 11-year-olds 1
-011001011010 underarmed 1
-011001011010 phytochrome 1
-011001011010 non-Hodgkin 1
-011001011010 BG 1
-011001011010 Smeton 1
-011001011010 LACKEY 1
-011001011010 Kierkegaard 2
-011001011010 Bapepam 2
-011001011010 Ben-Gay 2
-011001011010 9,578 2
-011001011010 Annio 2
-011001011010 marathoning 2
-011001011010 Elvino 2
-011001011010 Nantes 2
-011001011010 Bloomingdales 2
-011001011010 Westcom 2
-011001011010 outboards 2
-011001011010 earaches 2
-011001011010 Scriven 2
-011001011010 Abuja 2
-011001011010 Hammurabi 2
-011001011010 Radium 2
-011001011010 ministeelmakers 2
-011001011010 tannin 2
-011001011010 Samoyeds 2
-011001011010 HFCA 2
-011001011010 Gaia 2
-011001011010 Ofra 2
-011001011010 26118.42 2
-011001011010 Copra 2
-011001011010 bartending 2
-011001011010 BTI 2
-011001011010 JFY 2
-011001011010 CBS/Sony 2
-011001011010 Kapit 2
-011001011010 womankind 2
-011001011010 Artemide 2
-011001011010 Recluse 2
-011001011010 Manichaeism 2
-011001011010 Beruku 2
-011001011010 HF/ID 2
-011001011010 Park-N-Ticket 2
-011001011010 IAPE 2
-011001011010 Styria 2
-011001011010 Hampstead 2
-011001011010 disintermediation 2
-011001011010 Robina 2
-011001011010 Plutarch 2
-011001011010 KABC 2
-011001011010 Androgyny 2
-011001011010 dyslexia 2
-011001011010 Hakon 2
-011001011010 Conasupo 2
-011001011010 Vojvodina 2
-011001011010 Bancapital 2
-011001011010 Gwizd 2
-011001011010 Gardez 2
-011001011010 NCM 2
-011001011010 less-cyclical 2
-011001011010 pimentos 2
-011001011010 thaumatin 2
-011001011010 Phokeng 2
-011001011010 Iskra 2
-011001011010 narco-dollars 2
-011001011010 Binkie 2
-011001011010 Hytrin 2
-011001011010 PetroLewis 2
-011001011010 Enigmatic 2
-011001011010 Hokusai 2
-011001011010 wets 2
-011001011010 Ohm 2
-011001011010 WHTZ-FM 2
-011001011010 Gali 2
-011001011010 Grax 2
-011001011010 Lois/GGK 2
-011001011010 addenda 2
-011001011010 monosyllables 2
-011001011010 PHS 2
-011001011010 Perimed 2
-011001011010 H.R.H. 2
-011001011010 Trot 2
-011001011010 leeks 2
-011001011010 8,160 2
-011001011010 Kracow 2
-011001011010 CEN-CARD 2
-011001011010 fact-checkers 2
-011001011010 DRI/McGraw-Hill 2
-011001011010 Gillete 2
-011001011010 ADESE 2
-011001011010 Informants 2
-011001011010 Paulsboro 2
-011001011010 1150 2
-011001011010 C-P-C 2
-011001011010 Sesto 3
-011001011010 Windahall 3
-011001011010 GSS 3
-011001011010 Gunnison 3
-011001011010 Watteau 3
-011001011010 NEI 3
-011001011010 Meserve 3
-011001011010 China. 3
-011001011010 malingering 3
-011001011010 PRAY-see 3
-011001011010 Redoute 3
-011001011010 Sucralose 3
-011001011010 Josefina 3
-011001011010 301.95 3
-011001011010 secondaries 3
-011001011010 VentureTrident 3
-011001011010 L-thyroxine 3
-011001011010 Yugoslovia 3
-011001011010 Wellston 3
-011001011010 Sandinism 3
-011001011010 Interrent 3
-011001011010 Tweety 3
-011001011010 HealthEast 3
-011001011010 Uralmash 3
-011001011010 Stroybank 3
-011001011010 Karlskoga 3
-011001011010 Zaventem 3
-011001011010 Basco 3
-011001011010 Raimunda 3
-011001011010 TPMI/Macomber 3
-011001011010 ITJ 3
-011001011010 Presbyterians 3
-011001011010 Filmation 3
-011001011010 Mankind 3
-011001011010 Saffron 3
-011001011010 KC 3
-011001011010 EverYouth 3
-011001011010 nonworkers 3
-011001011010 NIAAA 3
-011001011010 Holmen 3
-011001011010 Ibuprofen 3
-011001011010 amenorrhea 3
-011001011010 Calivigny 3
-011001011010 Vieques 3
-011001011010 Warehousemen 3
-011001011010 DMB&B 3
-011001011010 699.5 3
-011001011010 Uplengen 3
-011001011010 Namba 3
-011001011010 Pictionary 3
-011001011010 Panay 3
-011001011010 Pascali 3
-011001011010 resignedly 3
-011001011010 Grandmother 3
-011001011010 Isovue 3
-011001011010 GM-Europe 3
-011001011010 Pasfin 3
-011001011010 DCI 3
-011001011010 1213.10 3
-011001011010 Borachio 3
-011001011010 Barriers 3
-011001011010 CocaCola 3
-011001011010 Derain 3
-011001011010 Aeschylus 3
-011001011010 Usutu 3
-011001011010 Boito 3
-011001011010 then-Gen 3
-011001011010 Azaria 3
-011001011010 Bapco 3
-011001011010 AD/SAT 3
-011001011010 Andalusia 4
-011001011010 PACS 4
-011001011010 flashcards 4
-011001011010 WYNY 4
-011001011010 Meeschaert-Rousselle 4
-011001011010 Pernas 4
-011001011010 CP-66,248 4
-011001011010 1478 4
-011001011010 Yoli 4
-011001011010 Ouagadougou 4
-011001011010 sequins 4
-011001011010 Ruthie 4
-011001011010 Affluence 4
-011001011010 Eurocard 4
-011001011010 lentils 4
-011001011010 WCVB 4
-011001011010 Scioto 4
-011001011010 shellac 4
-011001011010 Comoros 4
-011001011010 Pilate 4
-011001011010 Pontin 4
-011001011010 Lancelot 4
-011001011010 Therapists 4
-011001011010 AD/VENT 4
-011001011010 Ingetel 4
-011001011010 Jahangir 4
-011001011010 Aarhus 4
-011001011010 Bari 4
-011001011010 PRP 4
-011001011010 Silverado 4
-011001011010 Laloux 4
-011001011010 Marrakesh 4
-011001011010 Ying 4
-011001011010 non-graduates 4
-011001011010 chlamydia 4
-011001011010 EgyptAir 4
-011001011010 AirMalta 4
-011001011010 Bulgakov 4
-011001011010 Chhoeun 4
-011001011010 Telic-Alcatel 4
-011001011010 A-J 4
-011001011010 Oculinum 4
-011001011010 Hadrian 4
-011001011010 Aalto 4
-011001011010 Aussat 4
-011001011010 Macduff 4
-011001011010 Dido 4
-011001011010 Drusilla 5
-011001011010 Bluefield 5
-011001011010 Charlies 5
-011001011010 Sinbad 5
-011001011010 Cadwallader 5
-011001011010 fistfights 5
-011001011010 Fellini 5
-011001011010 Pelo 5
-011001011010 Oudtshoorn 5
-011001011010 Cidem 5
-011001011010 nifedipine 5
-011001011010 NAPC 5
-011001011010 Maniac 5
-011001011010 Copalillo 5
-011001011010 Creon 5
-011001011010 Winterfest 5
-011001011010 Libbey-St 5
-011001011010 Aredale 5
-011001011010 Bed-Stuy 5
-011001011010 Sunds 5
-011001011010 PHLCorp. 5
-011001011010 SNCF 5
-011001011010 Sandkraal 5
-011001011010 Broadgate 5
-011001011010 Conductus 5
-011001011010 ARNA 5
-011001011010 Tygodnik 5
-011001011010 Bryanston 5
-011001011010 VAXes 5
-011001011010 Yand 5
-011001011010 Academia 5
-011001011010 Dafsa 5
-011001011010 CPR 5
-011001011010 Cxc/Bt 5
-011001011010 Tyndale 5
-011001011010 HOFI 5
-011001011010 volunteerism 5
-011001011010 WROR-FM 5
-011001011010 Hurrem 5
-011001011010 Coleridge 5
-011001011010 Donau 5
-011001011010 Kondratiev 5
-011001011010 Datsuns 5
-011001011010 VH-1 5
-011001011010 Othman 6
-011001011010 Saint-Saens 6
-011001011010 MoDo 6
-011001011010 Mombasa 6
-011001011010 clonidine 6
-011001011010 Ficorca 6
-011001011010 Caravaggio 6
-011001011010 Botticelli 6
-011001011010 fibrin 6
-011001011010 Intercorp 6
-011001011010 Sofkins 6
-011001011010 Taos 6
-011001011010 Numbulwar 6
-011001011010 Hengshui 6
-011001011010 WBAI 6
-011001011010 Berlioz 6
-011001011010 Scovel 6
-011001011010 Babs 6
-011001011010 Clinics 6
-011001011010 Hapag-Lloyd 6
-011001011010 Mogen 6
-011001011010 1620 6
-011001011010 Petron 6
-011001011010 Lili 6
-011001011010 Aguacayo 6
-011001011010 KNP 6
-011001011010 Defex-Portugal 6
-011001011010 Yenakiyevo 6
-011001011010 Lille 6
-011001011010 Remels 6
-011001011010 Cameroun 6
-011001011010 Zyrardow 6
-011001011010 Divesports 6
-011001011010 Sonangol 6
-011001011010 Marxist-Leninism 6
-011001011010 Sitka 6
-011001011010 N-CAP 6
-011001011010 Shoshone 7
-011001011010 Geoserve 7
-011001011010 Jabotinsky 7
-011001011010 TXI 7
-011001011010 Hunza 7
-011001011010 T.R. 7
-011001011010 Chekov 7
-011001011010 endometriosis 7
-011001011010 Urdu 7
-011001011010 Shylock 7
-011001011010 Dostoyevsky 7
-011001011010 Kingstree 7
-011001011010 Pozzo 7
-011001011010 Romana 7
-011001011010 WPBF 7
-011001011010 Olongapo 7
-011001011010 Bisbee 7
-011001011010 ParcPlace 7
-011001011010 2800 7
-011001011010 LIFFE 7
-011001011010 Golgo 7
-011001011010 Calabria 7
-011001011010 M25 7
-011001011010 Forestwood 7
-011001011010 Lawford 7
-011001011010 ragtime 7
-011001011010 SportsClub 8
-011001011010 Scandinavians 8
-011001011010 Offenbach 8
-011001011010 Computerworld 8
-011001011010 Anthiel 8
-011001011010 U2 8
-011001011010 Sauternes 8
-011001011010 Irkutsk 8
-011001011010 Mssrs 8
-011001011010 MCorp. 8
-011001011010 Crete 8
-011001011010 Petronas 8
-011001011010 NASSA 8
-011001011010 Ennosuke 8
-011001011010 Botshabelo 8
-011001011010 RD2 8
-011001011010 Mutlangen 8
-011001011010 ideonomy 8
-011001011010 Binfield 8
-011001011010 Nietzsche 9
-011001011010 Bobbo 9
-011001011010 job-hopping 9
-011001011010 PASOK 9
-011001011010 MacNeal 9
-011001011010 PSNH 9
-011001011010 Baden-Wuerttemberg 9
-011001011010 Wieboldt 9
-011001011010 Marcelle 9
-011001011010 ARD 9
-011001011010 Tshekedi 9
-011001011010 Alsace 9
-011001011010 pennzoil 9
-011001011010 Nanchang 9
-011001011010 Centerbank 9
-011001011010 Jalalabad 9
-011001011010 Gidget 9
-011001011010 Rachmaninoff 9
-011001011010 Spider-Man 9
-011001011010 electromagnetism 10
-011001011010 Burkina 10
-011001011010 Satanism 10
-011001011010 Chadron 10
-011001011010 Femme 10
-011001011010 Oberhausen 10
-011001011010 Adapso 10
-011001011010 Ryanair 10
-011001011010 Pertamina 10
-011001011010 IPTAY 10
-011001011010 AMCC 10
-011001011010 Papermate 10
-011001011010 Ravel 10
-011001011010 Richford 10
-011001011010 NaTec 10
-011001011010 Bhutan 10
-011001011010 Suva 11
-011001011010 LFB 11
-011001011010 Mughniyeh 11
-011001011010 Ireene 11
-011001011010 Jamshedpur 11
-011001011010 Barricada 11
-011001011010 Emprise 11
-011001011010 academe 11
-011001011010 WCIX 11
-011001011010 Uranus 11
-011001011010 Rondonia 11
-011001011010 Baku 12
-011001011010 Traer 12
-011001011010 Britian 12
-011001011010 Hylsa 12
-011001011010 carbohydrates 12
-011001011010 Orcas 12
-011001011010 Multivision 12
-011001011010 Delmas 12
-011001011010 Prokofiev 12
-011001011010 Flaubert 12
-011001011010 Allah 12
-011001011010 Voltaire 13
-011001011010 AGF 13
-011001011010 Dostoevski 13
-011001011010 Aeneas 13
-011001011010 Thoreau 13
-011001011010 Gallimard 13
-011001011010 Rhin-Rhone 13
-011001011010 Taegu 13
-011001011010 Fatah 13
-011001011010 Janacek 13
-011001011010 Confucius 13
-011001011010 Wotan 14
-011001011010 Chesterton 14
-011001011010 Marfa 14
-011001011010 Hannibal 14
-011001011010 HIV-1 14
-011001011010 Putco 14
-011001011010 Chontales 14
-011001011010 Guilin 14
-011001011010 Kakadu 14
-011001011010 Petipa 15
-011001011010 Copacabana 15
-011001011010 Ajax 15
-011001011010 Tucuman 15
-011001011010 Petrocorp 15
-011001011010 Jammu 15
-011001011010 Vermilion 15
-011001011010 Crusader 15
-011001011010 Tsukuba 16
-011001011010 then-Gov 16
-011001011010 Niger 16
-011001011010 Leadville 16
-011001011010 Bournonville 16
-011001011010 Dostoevsky 16
-011001011010 Ronda 16
-011001011010 modernity 16
-011001011010 UNESCO 16
-011001011010 Asiaweek 17
-011001011010 Pale 17
-011001011010 Donizetti 17
-011001011010 Bela 17
-011001011010 Salzgitter 17
-011001011010 Kiribati 17
-011001011010 Xiamen 17
-011001011010 Tbilisi 18
-011001011010 Jiangsu 18
-011001011010 Koversada 18
-011001011010 Riga 18
-011001011010 Lapland 18
-011001011010 Moliere 18
-011001011010 LISC 19
-011001011010 Adweek 19
-011001011010 Samcor 19
-011001011010 Chongqing 19
-011001011010 Burundi 20
-011001011010 Sarawak 20
-011001011010 Beidaihe 20
-011001011010 Cherrapunji 20
-011001011010 Kafka 20
-011001011010 Trotsky 20
-011001011010 Venango 20
-011001011010 Babette 21
-011001011010 Movietime 21
-011001011010 Batista 21
-011001011010 Dragonair 21
-011001011010 Spitball 21
-011001011010 Viedma 21
-011001011010 Bismarck 22
-011001011010 Emerge 22
-011001011010 Irian 22
-011001011010 Meyerbeer 22
-011001011010 Begajah 22
-011001011010 Provideniya 23
-011001011010 Fayrouz 23
-011001011010 Mogopa 23
-011001011010 Suriname 24
-011001011010 KIEV 24
-011001011010 Machiavelli 24
-011001011010 Ulster 25
-011001011010 Nokyo 25
-011001011010 Djibouti 25
-011001011010 CE 27
-011001011010 Wrangell 27
-011001011010 WSVN 27
-011001011010 Stravinsky 27
-011001011010 Cher 28
-011001011010 Connections 28
-011001011010 Plato 28
-011001011010 Gabon 28
-011001011010 Michelangelo 29
-011001011010 TIAA-CREF 29
-011001011010 UTA 29
-011001011010 Transylvania 30
-011001011010 Tegucigalpa 30
-011001011010 Puccini 30
-011001011010 Ciskei 31
-011001011010 Uganda 31
-011001011010 Animals 32
-011001011010 Bimini 32
-011001011010 Slovenia 33
-011001011010 Alysheba 33
-011001011010 Sodecom 34
-011001011010 Drs 34
-011001011010 Okinawa 35
-011001011010 Dresden 35
-011001011010 Feng 36
-011001011010 Palau 36
-011001011010 Cebu 37
-011001011010 Ethnos 37
-011001011010 Bucharest 38
-011001011010 Botswana 38
-011001011010 Brahms 38
-011001011010 Technicians 38
-011001011010 Satan 38
-011001011010 Indochina 39
-011001011010 FirstSouth 39
-011001011010 Nome 40
-011001011010 Luanda 41
-011001011010 Sonatrach 41
-011001011010 Braque 41
-011001011010 Khartoum 42
-011001011010 Antarctica 42
-011001011010 Surf 42
-011001011010 Acapulco 43
-011001011010 Tchaikovsky 44
-011001011010 Riyadh 44
-011001011010 Tripoli 45
-011001011010 Estonia 46
-011001011010 Jupiter 47
-011001011010 Sassy 47
-011001011010 Ankara 49
-011001011010 IBH 49
-011001011010 Swaziland 49
-011001011010 Nepal 49
-011001011010 Malawi 52
-011001011010 Bavaria 53
-011001011010 Izvestia 56
-011001011010 Poverty 58
-011001011010 Martina 60
-011001011010 JFK 62
-011001011010 Tunisia 63
-011001011010 Brasilia 63
-011001011010 Iberia 64
-011001011010 FADA 67
-011001011010 Vanuatu 72
-011001011010 ABC-TV 74
-011001011010 mankind 76
-011001011010 Christianity 76
-011001011010 Islamabad 78
-011001011010 Neptune 80
-011001011010 Takeovers 89
-011001011010 Khrushchev 89
-011001011010 Damascus 90
-011001011010 MBB 94
-011001011010 Bangladesh 97
-011001011010 Elle 97
-011001011010 Esquire 98
-011001011010 Namibia 99
-011001011010 Grenada 103
-011001011010 FDR 104
-011001011010 Havana 105
-011001011010 Picasso 105
-011001011010 Pyongyang 107
-011001011010 Zaire 108
-011001011010 Bulgaria 109
-011001011010 Chad 110
-011001011010 Beethoven 110
-011001011010 Fiji 110
-011001011010 Sudan 111
-011001011010 Mozart 112
-011001011010 Rangoon 116
-011001011010 Azerbaijan 116
-011001011010 Kenya 117
-011001011010 Basra 120
-011001011010 heaven 133
-011001011010 Pravda 149
-011001011010 Hwan 153
-011001011010 Showtime 164
-011001011010 Bolivia 165
-011001011010 Bahrain 165
-011001011010 Zimbabwe 166
-011001011010 Jamaica 167
-011001011010 MTV 169
-011001011010 Romania 178
-011001011010 Tibet 183
-011001011010 Hanoi 184
-011001011010 Peking 199
-011001011010 Czechoslovakia 208
-011001011010 Algeria 213
-011001011010 Banxquote 217
-011001011010 Ethiopia 219
-011001011010 Hitler 220
-011001011010 Burma 234
-011001011010 ours 242
-011001011010 Cambodia 254
-011001011010 Ecuador 260
-011001011010 Khomeini 265
-011001011010 Brunei 269
-011001011010 Mozambique 271
-011001011010 L.A. 273
-011001011010 Denmark 281
-011001011010 Pretoria 289
-011001011010 Haiti 295
-011001011010 Baghdad 298
-011001011010 Nigeria 298
-011001011010 Yugoslavia 315
-011001011010 Honduras 315
-011001011010 humans 333
-011001011010 Stalin 350
-011001011010 Russia 385
-011001011010 Libya 403
-011001011010 Thailand 424
-011001011010 Managua 429
-011001011010 Austria 433
-011001011010 Malaysia 440
-011001011010 Greece 462
-011001011010 Syria 466
-011001011010 Indonesia 505
-011001011010 Colombia 512
-011001011010 Norway 556
-011001011010 Hungary 630
-011001011010 Peru 645
-011001011010 Chile 653
-011001011010 Venezuela 669
-011001011010 Cuba 685
-011001011010 Turkey 769
-011001011010 Bonn 780
-011001011010 Egypt 837
-011001011010 Tehran 856
-011001011010 Kuwait 932
-011001011010 Beijing 934
-011001011010 Afghanistan 981
-011001011010 Pakistan 1014
-011001011010 Panama 1093
-011001011010 Poland 1168
-011001011010 Argentina 1234
-011001011010 Spain 1342
-011001011010 India 1406
-011001011010 Nicaragua 1765
-011001011010 Taiwan 2062
-011001011010 Iraq 2180
-011001011010 Israel 2848
-011001011010 Moscow 2944
-011001011010 Iran 5653
-011001011010 Mexico 3976
-011001011010 Brazil 3968
-011001011010 Britain 6035
-011001011010 China 4666
-011001011010 Japan 16614
-011001011011 EUROMOBILIARE 1
-011001011011 RIZZOLI-CORRIERE 1
-011001011011 Booker-McConnell 1
-011001011011 Blessit 1
-011001011011 TRANS-RESOURCES 1
-011001011011 Abood 1
-011001011011 Wagenblast 1
-011001011011 Orcagna 1
-011001011011 Laxton 1
-011001011011 Fumigalli 1
-011001011011 non-Domino 1
-011001011011 5914 1
-011001011011 Govardhan 1
-011001011011 Pissaro 1
-011001011011 Nutrial 1
-011001011011 Geha-Werke 1
-011001011011 Theodoric 1
-011001011011 Sainsury 1
-011001011011 Orantes-Hernandez 1
-011001011011 Steyr-Daimler-Puch 1
-011001011011 malldom 1
-011001011011 intergroup 1
-011001011011 Msolowa 1
-011001011011 Casch 1
-011001011011 Leybold-Heraeus 1
-011001011011 40588 1
-011001011011 Escala 1
-011001011011 quimicas 1
-011001011011 Cilea 1
-011001011011 scedule 1
-011001011011 Transatlantico 1
-011001011011 Kuboto 1
-011001011011 Almanij 1
-011001011011 Kayersberg 1
-011001011011 home-finding 2
-011001011011 natron 2
-011001011011 Absorbed 2
-011001011011 sonars 2
-011001011011 Sust 2
-011001011011 405.78 2
-011001011011 lightweights 2
-011001011011 spaciousness 2
-011001011011 18-to-1 2
-011001011011 1920-21 2
-011001011011 1353 2
-011001011011 republicanism 2
-011001011011 submariners 2
-011001011011 Harmon/Envicon 2
-011001011011 Slutsk 2
-011001011011 Conalco 2
-011001011011 1801.7 2
-011001011011 Valois 2
-011001011011 Michaelangelo 2
-011001011011 Quetta 2
-011001011011 Buckinghamshire 2
-011001011011 1313.9 2
-011001011011 Dietisa 2
-011001011011 Economizers 2
-011001011011 Bankipur 2
-011001011011 Patara 2
-011001011011 self-investigation 2
-011001011011 390,987 2
-011001011011 Reico 2
-011001011011 Pello 2
-011001011011 TCAs 2
-011001011011 recanalization 2
-011001011011 subsidiarity 2
-011001011011 RWI 2
-011001011011 Jayapura 2
-011001011011 Scriabin 2
-011001011011 Cephalonia 2
-011001011011 SYSTEMHOUSE 2
-011001011011 Narayangaon 2
-011001011011 Blueberries 2
-011001011011 Intimidation 2
-011001011011 Pennslyvania 2
-011001011011 Didier-Werke 2
-011001011011 Tauruses 2
-011001011011 omelettes 2
-011001011011 Abkhazia 2
-011001011011 154.28 2
-011001011011 Muroran 2
-011001011011 breadfruit 2
-011001011011 Gloeilampenfabrieken 2
-011001011011 1971-73 2
-011001011011 CSI 2
-011001011011 pizzerias 2
-011001011011 meteneprost 2
-011001011011 CareFirst 2
-011001011011 horehound 2
-011001011011 Amasco 2
-011001011011 ICEE-U.S.A. 2
-011001011011 Maupassant 2
-011001011011 captan 2
-011001011011 1656 2
-011001011011 Sinex 2
-011001011011 Almet/Lawnlite 2
-011001011011 AsiaSat 2
-011001011011 HoDAG 2
-011001011011 soft-edged 2
-011001011011 98.93 2
-011001011011 Unicef 2
-011001011011 Tuscola 2
-011001011011 1,502,000 2
-011001011011 Goskino 2
-011001011011 Ganalaagte 2
-011001011011 Chambertin 2
-011001011011 Laetrile 2
-011001011011 Majorca 2
-011001011011 1977-79 2
-011001011011 bearskins 2
-011001011011 LoSchiavo 2
-011001011011 Koolhaas 2
-011001011011 Meghalaya 2
-011001011011 Spas 2
-011001011011 Bukhara 2
-011001011011 audiocassettes 2
-011001011011 LOMA 2
-011001011011 Lizardi 2
-011001011011 conscientiousness 2
-011001011011 Gibralter 2
-011001011011 jawbones 2
-011001011011 manic-depression 2
-011001011011 Nicaragua. 2
-011001011011 WHEAT 2
-011001011011 Arbitech 2
-011001011011 Annabella 2
-011001011011 bullfrogs 2
-011001011011 1775-1851 2
-011001011011 Matsushige 2
-011001011011 WWV 2
-011001011011 lacquers 2
-011001011011 1975-85 2
-011001011011 CVRD 2
-011001011011 Sigma-Aldrich 2
-011001011011 Piper-Heidsieck 2
-011001011011 laundromats 2
-011001011011 Brainiac 2
-011001011011 Siasconset 2
-011001011011 Tallin 2
-011001011011 Arbon 2
-011001011011 culverts 2
-011001011011 Giotto 2
-011001011011 Europolitique 2
-011001011011 Leverkusen 2
-011001011011 Uniforms 2
-011001011011 Fennimore 2
-011001011011 Pepsico 2
-011001011011 Lessius 2
-011001011011 narco-terror 2
-011001011011 Metroliners 2
-011001011011 Wolters-Kluwer 2
-011001011011 28-0 2
-011001011011 Neosho 2
-011001011011 Claritas 2
-011001011011 Ostracism 2
-011001011011 Montmartre 2
-011001011011 lobstering 2
-011001011011 taxicabs 2
-011001011011 Saint-Saen 2
-011001011011 fauvism 2
-011001011011 97.45 2
-011001011011 Hydroxyapatite 2
-011001011011 CoNEP 2
-011001011011 union-bashing 2
-011001011011 necrophilia 2
-011001011011 salutatorians 2
-011001011011 1782.6 2
-011001011011 Korpinen 2
-011001011011 Shelburne 2
-011001011011 Metaleurop 2
-011001011011 eyedroppers 2
-011001011011 Tyrants 2
-011001011011 Paty 2
-011001011011 Crecy 2
-011001011011 Tlalnepantla 2
-011001011011 Schocken 2
-011001011011 Bintulu 2
-011001011011 Guetersloh 2
-011001011011 BEEP 2
-011001011011 countertops 3
-011001011011 Io 3
-011001011011 Verdun 3
-011001011011 Nuprin 3
-011001011011 self-enrichment 3
-011001011011 Printex 3
-011001011011 Otolaryngology 3
-011001011011 bifocals 3
-011001011011 l989 3
-011001011011 Paolina 3
-011001011011 Cosenza 3
-011001011011 Beaune 3
-011001011011 Citicorp. 3
-011001011011 Maco-Meudon 3
-011001011011 Ba1 3
-011001011011 MSH 3
-011001011011 Skinker 3
-011001011011 STPRM 3
-011001011011 Grafil 3
-011001011011 Shiraz 3
-011001011011 Swahili 3
-011001011011 destitution 3
-011001011011 AGP 3
-011001011011 1704 3
-011001011011 Amper 3
-011001011011 Carajas 3
-011001011011 Pastine 3
-011001011011 4900 3
-011001011011 ATLA 3
-011001011011 Chamblee 3
-011001011011 Hanomag 3
-011001011011 Khabarovsk 3
-011001011011 disfigurement 3
-011001011011 Potchefstroom 3
-011001011011 Dural 3
-011001011011 SBKKVs 3
-011001011011 Fritos 3
-011001011011 Butner 3
-011001011011 Flaekt 3
-011001011011 Geha 3
-011001011011 Altair 3
-011001011011 TFP 3
-011001011011 Disctronics 3
-011001011011 SLCMs 3
-011001011011 Munakata 3
-011001011011 Morisot 3
-011001011011 MIRAs 3
-011001011011 Klytemnestra 3
-011001011011 Worriers 3
-011001011011 Orda 3
-011001011011 Guadix 3
-011001011011 Arabist 3
-011001011011 Pietermartizburg 3
-011001011011 Pescosolido 3
-011001011011 Canadiana 3
-011001011011 D-marks 3
-011001011011 Pens 3
-011001011011 whirlpools 3
-011001011011 1937-38 3
-011001011011 GAMBRO 3
-011001011011 Homosexuality 3
-011001011011 society. 3
-011001011011 Macedonia 3
-011001011011 goldenrod 3
-011001011011 Calvinism 3
-011001011011 Elscint 3
-011001011011 Italbonder 3
-011001011011 readmissions 3
-011001011011 Tomsk 3
-011001011011 WMAQ-AM 3
-011001011011 CGB 3
-011001011011 Driftwood 3
-011001011011 Netmap 3
-011001011011 yogurts 3
-011001011011 Tremec 3
-011001011011 Leyte 3
-011001011011 Sikkim 3
-011001011011 Niigata 3
-011001011011 Fortran 3
-011001011011 Julietta 3
-011001011011 cacao 3
-011001011011 SICA 3
-011001011011 Zales 3
-011001011011 Megadeth 3
-011001011011 Grand-Mere 3
-011001011011 Husang 3
-011001011011 Urumqi 3
-011001011011 glossolalia 3
-011001011011 Arsace 3
-011001011011 Airlease 3
-011001011011 Hemotec 3
-011001011011 Bolshevism 3
-011001011011 jail. 3
-011001011011 Ivanek 3
-011001011011 Sade 3
-011001011011 Hunding 3
-011001011011 Kirkwall 3
-011001011011 Persigny 3
-011001011011 manliness 3
-011001011011 Lucca 3
-011001011011 2104.47 3
-011001011011 Sherbrooke 3
-011001011011 11:00-23:00 3
-011001011011 arteriosclerosis 3
-011001011011 TV-AM 3
-011001011011 fear-mongering 3
-011001011011 1819 3
-011001011011 EGAT 3
-011001011011 asylums 3
-011001011011 KZKC 3
-011001011011 WRDW 3
-011001011011 EGO 3
-011001011011 Winkfield 4
-011001011011 Greentree 4
-011001011011 Lodz 4
-011001011011 Humulin 4
-011001011011 Agrimont 4
-011001011011 Morelia 4
-011001011011 Breslau 4
-011001011011 Madero 4
-011001011011 Tangier 4
-011001011011 Obstetrics 4
-011001011011 18th- 4
-011001011011 concussions 4
-011001011011 Kumsan 4
-011001011011 Racal-Millicom 4
-011001011011 Toontown 4
-011001011011 paleface 4
-011001011011 E-2 4
-011001011011 ICEE-USA 4
-011001011011 Prouvost 4
-011001011011 Oppermann 4
-011001011011 pistachios 4
-011001011011 Preforce 4
-011001011011 Teljoy 4
-011001011011 shad 4
-011001011011 SPA 4
-011001011011 Gotagruppen 4
-011001011011 2181.19 4
-011001011011 Estructura 4
-011001011011 Azusa 4
-011001011011 schoolgirls 4
-011001011011 MacUser 4
-011001011011 Samir 4
-011001011011 Machlett 4
-011001011011 AsiAm 4
-011001011011 Mazatlan 4
-011001011011 lampshades 4
-011001011011 PURINA 4
-011001011011 Khadijeh 4
-011001011011 Chandigarh 4
-011001011011 opiates 4
-011001011011 analogues 4
-011001011011 Lvov 4
-011001011011 Guanajuato 4
-011001011011 Kampala 4
-011001011011 irresolution 4
-011001011011 Malaya 4
-011001011011 Grundleger 4
-011001011011 primogeniture 4
-011001011011 moneylenders 4
-011001011011 Gotland 4
-011001011011 Shantou 4
-011001011011 Muscat 4
-011001011011 Telemann 4
-011001011011 Skiatook 4
-011001011011 Milico 4
-011001011011 presorted 4
-011001011011 Oreos 4
-011001011011 Liberte 4
-011001011011 Praeger 4
-011001011011 Sabres 5
-011001011011 Channelview 5
-011001011011 Bulusan 5
-011001011011 Wittenberg 5
-011001011011 Cabs 5
-011001011011 daffodils 5
-011001011011 M-0 5
-011001011011 Kassala 5
-011001011011 Cozumel 5
-011001011011 Gaul 5
-011001011011 Balchem 5
-011001011011 otolaryngologists 5
-011001011011 NuCable 5
-011001011011 1981-1984 5
-011001011011 Hagemeyer 5
-011001011011 Polanglia 5
-011001011011 Archaeology 5
-011001011011 Keflex 5
-011001011011 Ibsen 5
-011001011011 Column 5
-011001011011 Lanai 5
-011001011011 Tigre 5
-011001011011 Takara-Gumi 5
-011001011011 TCB 5
-011001011011 Zastava 5
-011001011011 Gulfport 5
-011001011011 PETROFINA 5
-011001011011 VISN 5
-011001011011 Karonite 5
-011001011011 WBZ 5
-011001011011 Sibelius 5
-011001011011 Correggio 5
-011001011011 Marad 5
-011001011011 Thal 5
-011001011011 Shackleton 5
-011001011011 Timbuktu 5
-011001011011 Tortola 6
-011001011011 Blitar 6
-011001011011 Nanking 6
-011001011011 Datatronic 6
-011001011011 Maud 6
-011001011011 Szczecin 6
-011001011011 Makro 6
-011001011011 Licensintorg 6
-011001011011 Pisa 6
-011001011011 Innovi 6
-011001011011 EPRI 6
-011001011011 Aucayacu 6
-011001011011 photovoltaics 6
-011001011011 Tigray 6
-011001011011 Recordati 6
-011001011011 Zilber 6
-011001011011 '75 6
-011001011011 Steubenville 6
-011001011011 Nyborg 6
-011001011011 Matagalpa 6
-011001011011 dyestuffs 6
-011001011011 Katowice 6
-011001011011 BSI 6
-011001011011 Sardinia 6
-011001011011 Polangui 6
-011001011011 Tacloban 6
-011001011011 Nucleus 6
-011001011011 Australasia 6
-011001011011 lawnmowers 6
-011001011011 2159.85 6
-011001011011 Matane 6
-011001011011 gastronomy 6
-011001011011 2660.66 6
-011001011011 Darra 6
-011001011011 1,067 6
-011001011011 Optrotech 6
-011001011011 Byelorussia 6
-011001011011 Gravesend 6
-011001011011 Amer 6
-011001011011 Visnews 6
-011001011011 Omnipaque 6
-011001011011 PKbanken 6
-011001011011 Barra 6
-011001011011 hammocks 7
-011001011011 1844 7
-011001011011 WTVJ-TV 7
-011001011011 Trier 7
-011001011011 1979-81 7
-011001011011 self-worth 7
-011001011011 Amef 7
-011001011011 Total-Cie 7
-011001011011 KLEINWORT 7
-011001011011 Spie-Batignolles 7
-011001011011 Hinduism 7
-011001011011 quiche 7
-011001011011 Katmandu 8
-011001011011 Editions 8
-011001011011 CIM 8
-011001011011 2158.96 8
-011001011011 CFA 8
-011001011011 Ampersand 8
-011001011011 Artois 8
-011001011011 Giessen 8
-011001011011 Zeinab 8
-011001011011 Dakar 8
-011001011011 Hallandale 8
-011001011011 Jeumont-Schneider 8
-011001011011 Grasse 8
-011001011011 Wroclaw 8
-011001011011 1837 8
-011001011011 Micronesia 8
-011001011011 Antigua 8
-011001011011 Patagonia 9
-011001011011 Creditanstalt-Bankverein 9
-011001011011 mothballs 9
-011001011011 Ampol 9
-011001011011 Essen 9
-011001011011 Penta 9
-011001011011 Dahlia 9
-011001011011 deconstruction 9
-011001011011 safes 9
-011001011011 MONIER 9
-011001011011 Furlett 9
-011001011011 Nablus 9
-011001011011 '29 9
-011001011011 Petromed 9
-011001011011 crawfish 9
-011001011011 Alcasa 9
-011001011011 Venalum 9
-011001011011 farsightedness 10
-011001011011 Qom 10
-011001011011 seaweed 10
-011001011011 Lesotho 10
-011001011011 Ahab 10
-011001011011 Bosnia 10
-011001011011 Volgograd 10
-011001011011 Moldavia 10
-011001011011 Rwanda 10
-011001011011 pastels 10
-011001011011 Mallightco 10
-011001011011 PageMaker 10
-011001011011 Aruba 10
-011001011011 hibernation 11
-011001011011 Peaudouce 11
-011001011011 Xanax 11
-011001011011 Guernsey 11
-011001011011 Juneau 12
-011001011011 Mauritius 12
-011001011011 Chapelle-Darblay 12
-011001011011 half-truths 13
-011001011011 Croatia 13
-011001011011 Manchuria 13
-011001011011 urokinase 13
-011001011011 Sumgait 13
-011001011011 Minneapolis-St 13
-011001011011 Madagascar 13
-011001011011 Canam-Manac 14
-011001011011 IHI 15
-011001011011 Enasa 15
-011001011011 Cadiz 15
-011001011011 Tricil 15
-011001011011 Capri 15
-011001011011 Borneo 15
-011001011011 insomnia 16
-011001011011 Ebano 16
-011001011011 Nagasaki 16
-011001011011 Negros 16
-011001011011 asbestosis 16
-011001011011 1738.74 16
-011001011011 Persia 17
-011001011011 dizziness 18
-011001011011 Togo 18
-011001011011 Sicily 18
-011001011011 Appalachia 19
-011001011011 disrepair 20
-011001011011 Albania 20
-011001011011 Cameroon 21
-011001011011 Kalgoorlie 22
-011001011011 Liberia 22
-011001011011 Quito 22
-011001011011 Cobepa 23
-011001011011 Sidon 23
-011001011011 Me. 23
-011001011011 Valhalla 24
-011001011011 Quilali 24
-011001011011 Sumatra 24
-011001011011 Lithuania 24
-011001011011 Gujarat 25
-011001011011 Barbados 26
-011001011011 Serbia 27
-011001011011 Malta 28
-011001011011 Rhodesia 28
-011001011011 Mongolia 28
-011001011011 Latvia 28
-011001011011 Macao 28
-011001011011 Greenland 29
-011001011011 Somalia 29
-011001011011 Euromobiliare 30
-011001011011 Surgeons 31
-011001011011 Trinidad 31
-011001011011 Liechtenstein 32
-011001011011 Kosar 32
-011001011011 CSF 32
-011001011011 Cia 32
-011001011011 Marsalis 35
-011001011011 Senegal 35
-011001011011 HILL 39
-011001011011 Monaco 39
-011001011011 Yerevan 39
-011001011011 Tanzania 39
-011001011011 Lhasa 40
-011001011011 Perrier 43
-011001011011 Qantas 44
-011001011011 Laos 54
-011001011011 Eritrea 56
-011001011011 Qatar 57
-011001011011 Paraguay 60
-011001011011 Ghana 78
-011001011011 Ing 85
-011001011011 academia 87
-011001011011 Zambia 95
-011001011011 Armenia 97
-011001011011 Morocco 110
-011001011011 Oman 115
-011001011011 Siberia 115
-011001011011 Midi 156
-011001011011 Finland 251
-011001011011 Portugal 283
-011001011011 Scotland 332
-011001011011 Angola 433
-011001011011 Ireland 516
-011001011011 Hawaii 563
-011001011011 Belgium 687
-011001011011 Lebanon 992
-011001011011 Sweden 1112
-011001011011 Asia 1492
-011001011011 Switzerland 1840
-011001011011 Italy 2028
-011001011011 Australia 2373
-011001011011 Europe 7539
-011001011011 Canada 8247
-011001011011 France 4313
-011001011100 Coast-head-on-in 1
-011001011100 to- 1
-011001011100 Deptford 1
-011001011100 Quoddy 1
-011001011100 Homilies 1
-011001011100 German-trained 1
-011001011100 Greenbush 1
-011001011100 Raglan 1
-011001011100 SBA-approved 1
-011001011100 Chinaja 1
-011001011100 Pointers 1
-011001011100 Coast-oriented 1
-011001011100 Coxsackie 1
-011001011100 1914-1922 1
-011001011100 German-Swiss 1
-011001011100 Coast-shuttle 1
-011001011100 knowingness 1
-011001011100 Siders 1
-011001011100 Jo-ann 1
-011001011100 Prussians 1
-011001011100 Texass 1
-011001011100 minster 2
-011001011100 Stroudsburg 2
-011001011100 Turkestan 2
-011001011100 aerie 2
-011001011100 Redonda 2
-011001011100 Tawas 2
-011001011100 Boylston 2
-011001011100 Germs 2
-011001011100 Lb 2
-011001011100 sashay 2
-011001011100 Razzak 3
-011001011100 Kilbride 3
-011001011100 Levingston 3
-011001011100 Pinopolis 4
-011001011100 lookers 4
-011001011100 Sheffer 4
-011001011100 Sak 5
-011001011100 Granby 5
-011001011100 Breaks 5
-011001011100 Indies-based 6
-011001011100 Fishkill 6
-011001011100 Virgina 6
-011001011100 Anglia 7
-011001011100 Kootenay 8
-011001011100 Covina 8
-011001011100 Berliners 9
-011001011100 Fitzsimons 9
-011001011100 Ingham 9
-011001011100 Snowe 10
-011001011100 LB 10
-011001011100 Nyack 10
-011001011100 Midlands 13
-011001011100 Bengal 13
-011001011100 Roxbury 13
-011001011100 Virginian 14
-011001011100 Coker 15
-011001011100 Grill 18
-011001011100 Virginians 20
-011001011100 Indies 22
-011001011100 Weymouth 22
-011001011100 NewVector 27
-011001011100 Liverpool 34
-011001011100 Dame 66
-011001011100 coasts 86
-011001011100 End 129
-011001011100 Point-Pepperell 139
-011001011100 Bloc 141
-011001011100 Chester 169
-011001011100 Side 224
-011001011100 Point 596
-011001011100 Berlin 657
-011001011100 Germans 946
-011001011100 Virginia 1422
-011001011100 Coast 1535
-011001011100 Germany 6507
-011001011101 German-mark 1
-011001011101 1.7159 1
-011001011101 1.6791 1
-011001011101 1.6870 1
-011001011101 40-square-mile 1
-011001011101 836.25 1
-011001011101 1.7360 1
-011001011101 173.70 1
-011001011101 21-8 1
-011001011101 18,350 1
-011001011101 1.6560 1
-011001011101 1.6970 1
-011001011101 1.7205 1
-011001011101 31,890 1
-011001011101 3.4395 1
-011001011101 1.7080 1
-011001011101 1.8935 1
-011001011101 Westphalian 1
-011001011101 1.8397 1
-011001011101 592.5 1
-011001011101 1.6587 1
-011001011101 1.6354 1
-011001011101 1.75-to-1.9 1
-011001011101 vulgarians 1
-011001011101 2.9795 1
-011001011101 2.9800 1
-011001011101 1127.5 1
-011001011101 1.8459 1
-011001011101 645.8 1
-011001011101 1.8553 1
-011001011101 1.8827 1
-011001011101 2.0125 1
-011001011101 often-disadvantaged 1
-011001011101 1.8575 1
-011001011101 sterling-Deutsche 1
-011001011101 1.8755-1.8830 1
-011001011101 Roure 1
-011001011101 Newscasts 1
-011001011101 1.8380 1
-011001011101 1.8420 1
-011001011101 1.8560 1
-011001011101 franc-short 1
-011001011101 Gondroms 1
-011001011101 3.2408 1
-011001011101 1.8664 1
-011001011101 3.1300 1
-011001011101 3.1600 1
-011001011101 3.1255 1
-011001011101 1.8493 1
-011001011101 dollar-short 1
-011001011101 1.8525-1.8530 1
-011001011101 Azerbaidzhanskaya 1
-011001011101 2.9967 1
-011001011101 1.7490 1
-011001011101 16,600 1
-011001011101 2.9990 1
-011001011101 breadboard-sized 1
-011001011101 1,357 1
-011001011101 burial-industry 1
-011001011101 3.4305 1
-011001011101 1139 1
-011001011101 3.1325 1
-011001011101 1.8040 1
-011001011101 1.65-1.70 1
-011001011101 1.7926 1
-011001011101 stock-for-wages 1
-011001011101 1.8233 1
-011001011101 units-for-stock 1
-011001011101 1.783 1
-011001011101 1.785 1
-011001011101 2.0290 1
-011001011101 2.0119 1
-011001011101 1.67-point 1
-011001011101 1.80-to-1.83 1
-011001011101 7,590,000 1
-011001011101 21,444 1
-011001011101 21-2 1
-011001011101 fast-maturing 1
-011001011101 1.8268 1
-011001011101 Herstigte 1
-011001011101 monomaniacal 1
-011001011101 stock-for-debenture 1
-011001011101 percentage-point-wider 1
-011001011101 1.8108 1
-011001011101 Band-Aidlike 1
-011001011101 Coast-to-Hawaii 1
-011001011101 Janeiro-based 1
-011001011101 52.20 1
-011001011101 legal-alien 1
-011001011101 1.6623 1
-011001011101 Mexcian 1
-011001011101 71.58 1
-011001011101 1.6022 1
-011001011101 1.6293 1
-011001011101 34-48 1
-011001011101 709.50 1
-011001011101 1.9173 1
-011001011101 alu 1
-011001011101 177.50 1
-011001011101 2.9534 1
-011001011101 1.7990 1
-011001011101 721.75 1
-011001011101 1.9760 1
-011001011101 6.4705 1
-011001011101 1.6417 1
-011001011101 6-for-1-stock 1
-011001011101 2.0169 1
-011001011101 2.0265 1
-011001011101 KSJO 1
-011001011101 717.52 1
-011001011101 1,635 1
-011001011101 2.9679 1
-011001011101 1.6990 1
-011001011101 3.1900 1
-011001011101 5,675 1
-011001011101 33.90 1
-011001011101 3.1908 1
-011001011101 3.1826 1
-011001011101 9,780 1
-011001011101 bid/ask 1
-011001011101 1,512 1
-011001011101 1.7035 1
-011001011101 3.1282 1
-011001011101 10,190 1
-011001011101 1.9620 1
-011001011101 2.0574 1
-011001011101 1.6697 1
-011001011101 1.9345 1
-011001011101 16,410 1
-011001011101 3.0991 1
-011001011101 3.1041 1
-011001011101 3.1450 1
-011001011101 3.1800 1
-011001011101 3.1384 1
-011001011101 1.720 1
-011001011101 3.763 1
-011001011101 1.7180 1
-011001011101 6,825 1
-011001011101 2,497 1
-011001011101 3.0851 1
-011001011101 3.1040 1
-011001011101 1.6994 1
-011001011101 1.7026 1
-011001011101 579.6 1
-011001011101 1.7168 1
-011001011101 1.7269 1
-011001011101 3.1053 1
-011001011101 1.7066 1
-011001011101 1.7215 1
-011001011101 1.7280 1
-011001011101 5,505 1
-011001011101 3.1063 1
-011001011101 2.9985 1
-011001011101 1.6907 1
-011001011101 1.6914 1
-011001011101 1.9845 1
-011001011101 9,077 1
-011001011101 1.9675 1
-011001011101 3.1227 1
-011001011101 3.1077 1
-011001011101 2.0040 1
-011001011101 1.6565 1
-011001011101 1.6664 1
-011001011101 35.16 1
-011001011101 3.090 1
-011001011101 244.30 1
-011001011101 2.9938 1
-011001011101 7,550 1
-011001011101 seven-minutes-to-go 1
-011001011101 3.0950 1
-011001011101 1.9750 1
-011001011101 3.0818 1
-011001011101 1.9783 1
-011001011101 1.9590 1
-011001011101 1.6692 1
-011001011101 330.00 1
-011001011101 late-hours 1
-011001011101 10,005 1
-011001011101 3.0930 1
-011001011101 1.5615 1
-011001011101 1.6899 1
-011001011101 3.0836 1
-011001011101 3.0872 1
-011001011101 1.6649 1
-011001011101 1.6701 1
-011001011101 Luristanian 1
-011001011101 PanTurkic 1
-011001011101 30,381 1
-011001011101 1.9780 1
-011001011101 ago-favored 1
-011001011101 Pan-Turkic 1
-011001011101 1.6933 1
-011001011101 3.1252 1
-011001011101 German-advised 1
-011001011101 1.6678 1
-011001011101 1.6931 1
-011001011101 loss-leader 1
-011001011101 1.6850-1.7000 1
-011001011101 3.1434 1
-011001011101 3.1062 1
-011001011101 3.0807 1
-011001011101 1.9940 1
-011001011101 3.15-3.20 1
-011001011101 33-point 1
-011001011101 Deborra-Lee 1
-011001011101 Utd 1
-011001011101 1.8370 1
-011001011101 1.8410 1
-011001011101 Lumberjacks 1
-011001011101 1.8822 1
-011001011101 1.9570 1
-011001011101 3.2038 1
-011001011101 3.2150 1
-011001011101 9,750 1
-011001011101 1.9050 1
-011001011101 1.8837 1
-011001011101 1.8810 1
-011001011101 2-tie 1
-011001011101 Kemptville 1
-011001011101 1.8872 1
-011001011101 1.8517 1
-011001011101 1.5816 1
-011001011101 BBMB 1
-011001011101 1.9325 1
-011001011101 1.8540 1
-011001011101 1.8965 1
-011001011101 1.9204 1
-011001011101 1.8587-to-1.8980 1
-011001011101 1.5620 1
-011001011101 3.1665 1
-011001011101 less-endowed 1
-011001011101 3.0760 1
-011001011101 3.0645 1
-011001011101 32,020 1
-011001011101 1.85-2.00 1
-011001011101 Highliner 1
-011001011101 1.9010 1
-011001011101 24,110 1
-011001011101 1,857 1
-011001011101 1.8980 1
-011001011101 1.9045 1
-011001011101 1.9283 1
-011001011101 1.9300 1
-011001011101 265,550 1
-011001011101 1.8958 1
-011001011101 2.9788 1
-011001011101 1.9185 1
-011001011101 1.9060 1
-011001011101 1.6985 1
-011001011101 1.60-to-1.63 1
-011001011101 1.83-1.85 1
-011001011101 Berlin-Frankfurt 1
-011001011101 1.7865 1
-011001011101 1.7793 1
-011001011101 Dame-Michigan 1
-011001011101 1.9327 1
-011001011101 Communist-made 1
-011001011101 Duphar 1
-011001011101 NORMAN 1
-011001011101 1.7241 1
-011001011101 290.2 1
-011001011101 1.7468 1
-011001011101 1.7380 1
-011001011101 1.9650 1
-011001011101 3.0785 1
-011001011101 1.7612 1
-011001011101 1.9130 1
-011001011101 1.8855 1
-011001011101 5,660 1
-011001011101 Titters 1
-011001011101 1.6310 1
-011001011101 1.9450 1
-011001011101 1.9515 1
-011001011101 1.9315 1
-011001011101 1.9425 1
-011001011101 1.6369 1
-011001011101 1.6269 1
-011001011101 500.00 1
-011001011101 516.00 1
-011001011101 1.9358 1
-011001011101 1.8967 2
-011001011101 1,462 2
-011001011101 German-Japanese 2
-011001011101 1.8760 2
-011001011101 1.8260 2
-011001011101 1.6880 2
-011001011101 briar 2
-011001011101 1.6943 2
-011001011101 1.8140 2
-011001011101 1.8008 2
-011001011101 debt-for-nature 2
-011001011101 ditto 2
-011001011101 1.9775 2
-011001011101 1.7935 2
-011001011101 2.0005 2
-011001011101 union-negotiated 2
-011001011101 8,060 2
-011001011101 Provincie 2
-011001011101 1.9550 2
-011001011101 2.0203 2
-011001011101 3,275 2
-011001011101 1.900 2
-011001011101 1.7650 2
-011001011101 1.9500 2
-011001011101 1.9150 2
-011001011101 Datahand 2
-011001011101 1.7200 2
-011001011101 1.7300 2
-011001011101 1.7851 2
-011001011101 1.7496 2
-011001011101 1.7608 2
-011001011101 1.7045 2
-011001011101 debt-for-stock 2
-011001011101 1.7178 2
-011001011101 1.7001 2
-011001011101 1.7260 2
-011001011101 Kitaoji 2
-011001011101 1.6668 2
-011001011101 1.6550 2
-011001011101 1.7264 2
-011001011101 1.7000 2
-011001011101 1.8423 2
-011001011101 385.5 2
-011001011101 1.8508 2
-011001011101 1.8485 2
-011001011101 1.8670 2
-011001011101 1.8236 2
-011001011101 253.50 2
-011001011101 385.50 2
-011001011101 1.8440 2
-011001011101 1.60-1.90 2
-011001011101 1.7565 2
-011001011101 3.1250 2
-011001011101 1,553 2
-011001011101 3.1119 2
-011001011101 3.1500 2
-011001011101 3.1385 2
-011001011101 1.8840 2
-011001011101 3.1740 2
-011001011101 1.6193 2
-011001011101 5,971 2
-011001011101 1.6724 2
-011001011101 1.6222 2
-011001011101 1.9230 2
-011001011101 Point-Stevens 2
-011001011101 1.80-1.90 2
-011001011101 1.6853 2
-011001011101 1.8730 2
-011001011101 1.6796 2
-011001011101 1.8430 2
-011001011101 1.8475 2
-011001011101 657.5 2
-011001011101 Haddam 2
-011001011101 3.1755 2
-011001011101 German-owned 2
-011001011101 1.6823 2
-011001011101 1.9025 2
-011001011101 1.70-to-1.90 2
-011001011101 1.9260 2
-011001011101 24000 2
-011001011101 3,322 2
-011001011101 1.8652 2
-011001011101 1.9810 3
-011001011101 1.7764 3
-011001011101 1.9400 3
-011001011101 5,460 3
-011001011101 1.9575 3
-011001011101 commodity-linked 3
-011001011101 1.9647 3
-011001011101 5,005 3
-011001011101 1.7165 3
-011001011101 1.6905 3
-011001011101 1.7290 3
-011001011101 1.6945 3
-011001011101 1.7108 3
-011001011101 1.7201 3
-011001011101 1.7328 3
-011001011101 1.7040 3
-011001011101 1.7345 3
-011001011101 1.7278 3
-011001011101 1.7136 3
-011001011101 1.7008 3
-011001011101 1.7145 3
-011001011101 1.7015 3
-011001011101 1.7063 3
-011001011101 1.6832 3
-011001011101 1.7966 3
-011001011101 1.8443 3
-011001011101 1.7821 3
-011001011101 1.6928 3
-011001011101 1.8217 3
-011001011101 1.7203 3
-011001011101 1.7067 3
-011001011101 1.7143 3
-011001011101 1.7541 3
-011001011101 1.8006 3
-011001011101 1.8551 3
-011001011101 1.6894 3
-011001011101 1.8782 3
-011001011101 1.8778 3
-011001011101 1.8767 3
-011001011101 1.8437 3
-011001011101 1.8804 3
-011001011101 1.6328 3
-011001011101 1.6278 3
-011001011101 1.7275 3
-011001011101 1.6897 3
-011001011101 1.6675 3
-011001011101 1,915 3
-011001011101 1.8461 3
-011001011101 1.8389 3
-011001011101 1.8590 3
-011001011101 1.8426 3
-011001011101 1.6782 3
-011001011101 1.6315 3
-011001011101 1.8786 3
-011001011101 1.8756 3
-011001011101 1.9350 3
-011001011101 3.3303 3
-011001011101 1.8773 3
-011001011101 1.6375 3
-011001011101 1.8568 3
-011001011101 1.8483 3
-011001011101 1.8584 3
-011001011101 1.8431 3
-011001011101 1.8418 3
-011001011101 1.8463 3
-011001011101 1.8447 3
-011001011101 1.8990 3
-011001011101 Coast-based 3
-011001011101 1.8525 3
-011001011101 1.9075 3
-011001011101 1.8744 3
-011001011101 1.8770 3
-011001011101 1.8820 3
-011001011101 1.8960 3
-011001011101 1.8816 3
-011001011101 1.8996 3
-011001011101 1.9166 3
-011001011101 1.8806 3
-011001011101 1.8533 3
-011001011101 1.8763 3
-011001011101 1.8893 3
-011001011101 1.8678 3
-011001011101 1.8741 3
-011001011101 1.7785 3
-011001011101 1.8208 3
-011001011101 1.7713 3
-011001011101 1.8363 3
-011001011101 Macedonian 3
-011001011101 1.8736 3
-011001011101 1.6729 3
-011001011101 1.7890 4
-011001011101 1.8665 4
-011001011101 2.000 4
-011001011101 1.8000 4
-011001011101 1.8395 4
-011001011101 1.8218 4
-011001011101 1.7166 4
-011001011101 1.9120 4
-011001011101 1.8726 4
-011001011101 1.9100 4
-011001011101 1.9408 4
-011001011101 1.6635 4
-011001011101 1.7550 4
-011001011101 1.9563 4
-011001011101 1.8548 4
-011001011101 1.7500 4
-011001011101 1.7991 4
-011001011101 1.7365 4
-011001011101 1.8783 4
-011001011101 1.7789 4
-011001011101 1.8709 4
-011001011101 1.8570 4
-011001011101 1.8658 4
-011001011101 1.7266 4
-011001011101 1.8490 4
-011001011101 1.9405 4
-011001011101 1.8115 4
-011001011101 1.8823 4
-011001011101 German-built 4
-011001011101 Arthurian 4
-011001011101 1.8610 4
-011001011101 1.9435 4
-011001011101 1.8080 4
-011001011101 1.8867 4
-011001011101 1.8890 4
-011001011101 1.9883 4
-011001011101 share-and-asset 4
-011001011101 1.8713 4
-011001011101 1.9485 5
-011001011101 1.7428 5
-011001011101 1.9430 5
-011001011101 1.8215 5
-011001011101 1.7458 5
-011001011101 1.7531 5
-011001011101 1.7893 5
-011001011101 1.7355 5
-011001011101 1.8875 5
-011001011101 1.8847 5
-011001011101 1.9162 5
-011001011101 1.8680 5
-011001011101 1.8768 5
-011001011101 1.8813 5
-011001011101 1.8588 5
-011001011101 1.8873 5
-011001011101 1.9200 5
-011001011101 1.7888 5
-011001011101 1.7733 5
-011001011101 1.7228 5
-011001011101 1.8545 5
-011001011101 1.70-1.90 5
-011001011101 2,975 5
-011001011101 1.7800 5
-011001011101 1.8975 5
-011001011101 1.8510 5
-011001011101 1.9705 5
-011001011101 1.9700 5
-011001011101 1.9360 5
-011001011101 1.9633 5
-011001011101 1.9866 5
-011001011101 1.8400 5
-011001011101 1.9950 5
-011001011101 1.9863 5
-011001011101 1.7310 5
-011001011101 1.9577 5
-011001011101 1.8690 5
-011001011101 1.8648 5
-011001011101 1.9530 5
-011001011101 1.9520 5
-011001011101 1.8950 6
-011001011101 1.9250 6
-011001011101 1.9544 6
-011001011101 1.9668 6
-011001011101 1.9800 6
-011001011101 1.8925 6
-011001011101 1.8793 6
-011001011101 1.8830 6
-011001011101 2,675 6
-011001011101 1.9510 6
-011001011101 3,735 6
-011001011101 1.9545 6
-011001011101 1.8938 6
-011001011101 2.0475 7
-011001011101 1.5630 7
-011001011101 1.8900 7
-011001011101 1.9080 7
-011001011101 German-made 7
-011001011101 1.8795 7
-011001011101 German-based 7
-011001011101 1.9660 7
-011001011101 1.8794 7
-011001011101 1.9755 8
-011001011101 1.9070 8
-011001011101 1.8200 9
-011001011101 1.9000 9
-011001011101 1.8620 9
-011001011101 1.8805 9
-011001011101 1.9395 10
-011001011101 1.8550 11
-011001011101 1.8800 12
-011001011101 1.8500 14
-011001011101 TED 14
-011001011101 1.8700 15
-011001011101 Germany-based 17
-011001011101 high-water 22
-011001011101 German 7173
-011001011101 deutsche 47
-011001011110 Kong. 1
-011001011110 Abdulkarim 1
-011001011110 Acuna 1
-011001011110 African-born 1
-011001011110 kong 1
-011001011110 Province/Shuangcheng 1
-011001011110 Belridge 1
-011001011110 Kong-Taiwanese 1
-011001011110 Ndunduma 1
-011001011110 Kalinga 1
-011001011110 Royalton 1
-011001011110 Fallsburg 1
-011001011110 Nian 1
-011001011110 Plainsfield 1
-011001011110 Waziristan 1
-011001011110 Payola 1
-011001011110 Abdol-Karim 1
-011001011110 log-cutting 1
-011001011110 African-ruled 1
-011001011110 African-appointed 1
-011001011110 Fengs 1
-011001011110 Shuna 1
-011001011110 +15.1 1
-011001011110 Zhuang 1
-011001011110 commercial-litigation 1
-011001011110 Africa-controlled 1
-011001011110 African-equipped 1
-011001011110 Yorkshire-based 1
-011001011110 Khruschev 1
-011001011110 Ruholloh 1
-011001011110 Eldfisk 1
-011001011110 African-owned 2
-011001011110 Boumedienne 2
-011001011110 African-related 2
-011001011110 Leong 2
-011001011110 Africa. 2
-011001011110 Kong-originating 2
-011001011110 Mississipi 2
-011001011110 Merrillville 2
-011001011110 Porch 2
-011001011110 Hollywood-based 3
-011001011110 Carolina-based 3
-011001011110 Dakotan 3
-011001011110 Khomeni 3
-011001011110 Carolinian 3
-011001011110 Africa-backed 3
-011001011110 Africa-based 3
-011001011110 Badalamenti 3
-011001011110 Trang 3
-011001011110 Africa-linked 3
-011001011110 Artery 3
-011001011110 Kavala 5
-011001011110 Liaoning 5
-011001011110 Pedde 5
-011001011110 Avenues 5
-011001011110 Mechanik 5
-011001011110 Choo 5
-011001011110 Kong-dollar 7
-011001011110 Sulawesi 7
-011001011110 Carolinians 7
-011001011110 Africa-free 8
-011001011110 African-controlled 9
-011001011110 Kong-listed 9
-011001011110 Africa-related 9
-011001011110 Dakotans 12
-011001011110 Platte 15
-011001011110 Montazeri 15
-011001011110 Luzon 16
-011001011110 Kyongsang 17
-011001011110 Fool 20
-011001011110 Penh 36
-011001011110 Cholla 37
-011001011110 Ruhollah 45
-011001011110 Yemen 88
-011001011110 Pole 92
-011001011110 Wales 98
-011001011110 Kong-based 135
-011001011110 Bend 152
-011001011110 Africans 158
-011001011110 Dakota 550
-011001011110 Carolina 1238
-011001011110 Africa 3080
-011001011110 Korea 3492
-011001011110 Kong 4103
-011001011111 AgriVest 1
-011001011111 America-dismantling 1
-011001011111 All. 1
-011001011111 was. 1
-011001011111 exports-cum-imports 1
-011001011111 18-to-21-year-olds 1
-011001011111 Comittee 1
-011001011111 quicksand. 1
-011001011111 Wonderline 1
-011001011111 CSI8 1
-011001011111 over-hyping 1
-011001011111 EQE 1
-011001011111 third-timers. 1
-011001011111 Exploratie 1
-011001011111 1.7062 1
-011001011111 Smirnitsky 1
-011001011111 Devry 1
-011001011111 Planmetrics 1
-011001011111 worklife 1
-011001011111 Abominations 1
-011001011111 Agricetus 1
-011001011111 megadeath 1
-011001011111 right-to-notice 1
-011001011111 InStat 1
-011001011111 481,200 1
-011001011111 ARGOSystems 1
-011001011111 Stiles/Bradley 1
-011001011111 Whaterburger 1
-011001011111 PVs 1
-011001011111 TNT. 1
-011001011111 TelWatch 1
-011001011111 Exceltech 1
-011001011111 1929-1934 1
-011001011111 America/G.H. 1
-011001011111 Medela 1
-011001011111 Socmerc 1
-011001011111 Progroup 1
-011001011111 IDAB 1
-011001011111 DiamondBathurst 1
-011001011111 Porton 1
-011001011111 Disinformation. 1
-011001011111 Doozies 1
-011001011111 pre-censorship 1
-011001011111 bushelbaskets 1
-011001011111 PACT 1
-011001011111 Leasecom 1
-011001011111 Academe 1
-011001011111 Redi-Med 1
-011001011111 Eshowe 1
-011001011111 Houseplant 1
-011001011111 223,000. 1
-011001011111 Rhineland-Westphalia 1
-011001011111 Formcraft 1
-011001011111 Lint 1
-011001011111 TIE/Communications 1
-011001011111 drug-busting 1
-011001011111 fear-adrenalin 1
-011001011111 Seeps 1
-011001011111 Tibor 1
-011001011111 Cheerfulness 1
-011001011111 SCUS 1
-011001011111 1,321,200 1
-011001011111 Gainsville 1
-011001011111 RWR 1
-011001011111 56,400 1
-011001011111 sugar. 1
-011001011111 Cheesecake 1
-011001011111 Perversity 1
-011001011111 MG/Perin 1
-011001011111 HHPA 1
-011001011111 Catarat 1
-011001011111 Shoham 1
-011001011111 Hasuro 1
-011001011111 splicemanship. 1
-011001011111 undeservedness 1
-011001011111 Infamy 1
-011001011111 Chick-Fil-A 1
-011001011111 Persepolis 1
-011001011111 Texas-Arlington 1
-011001011111 Stile 1
-011001011111 Technidisc 1
-011001011111 Hurts 1
-011001011111 Everybody-Who-Wants-It-Gets-It 1
-011001011111 ultraconservatism 1
-011001011111 Drunken 1
-011001011111 Geosearch 1
-011001011111 Ti-Caro 1
-011001011111 Erbamount 1
-011001011111 Minutement 1
-011001011111 IDEAssociates 1
-011001011111 Champigny. 1
-011001011111 Culinar 1
-011001011111 White/Tishman 1
-011001011111 Argentina-have 1
-011001011111 Sytek 1
-011001011111 Netron 1
-011001011111 Wyeths 1
-011001011111 Masterfund 1
-011001011111 hardihood 1
-011001011111 Self-Interest 1
-011001011111 86-proof 1
-011001011111 Membrex 1
-011001011111 Seragen 1
-011001011111 Telrad 1
-011001011111 binomials 1
-011001011111 Photojournalism/12 1
-011001011111 tameness 1
-011001011111 Medicap 1
-011001011111 Stolte 1
-011001011111 Sadaharu 1
-011001011111 imploration 1
-011001011111 Greenways 1
-011001011111 Tax-wise 1
-011001011111 Tycoons 1
-011001011111 Lucrece 1
-011001011111 Elpac 1
-011001011111 Wolde-Giorgis 1
-011001011111 Lubrani 1
-011001011111 Camiling 1
-011001011111 Capcan 1
-011001011111 Infiltek 1
-011001011111 Gerontius 1
-011001011111 Saint-Germain-des-Pres 1
-011001011111 Labstat 1
-011001011111 Superwood 1
-011001011111 Judd-Falk 1
-011001011111 RockTime 1
-011001011111 Boschert 1
-011001011111 Floki. 1
-011001011111 Fashionlab 1
-011001011111 Absorba 1
-011001011111 motet 1
-011001011111 Otelo 1
-011001011111 Metal-Lines 1
-011001011111 Snuff 1
-011001011111 Central-Minneapolis 1
-011001011111 ClothesTimes 1
-011001011111 EED 1
-011001011111 Lavalin 1
-011001011111 Potwar 1
-011001011111 Flordeco 1
-011001011111 Duesseldorf-based 1
-011001011111 NPD/Nielsen 1
-011001011111 child-killing 1
-011001011111 DOE. 1
-011001011111 smoke-blowing 1
-011001011111 CMCP 1
-011001011111 self-legislation 1
-011001011111 toad-strangler 1
-011001011111 downlinked 1
-011001011111 M.D.-speak 1
-011001011111 Belmondo 1
-011001011111 VR. 1
-011001011111 delimitation 1
-011001011111 St-Basile 1
-011001011111 1,350,100 1
-011001011111 500-and 1
-011001011111 coverboy 1
-011001011111 Aset 1
-011001011111 RJMJ 1
-011001011111 Environ 1
-011001011111 Asrat 1
-011001011111 Debebe 1
-011001011111 Ohnrko 1
-011001011111 ings 1
-011001011111 Moblization 1
-011001011111 Macromedia 1
-011001011111 marriageables 1
-011001011111 Caribiner 1
-011001011111 A-Bye 1
-011001011111 overcapitalization 1
-011001011111 schmoozers 1
-011001011111 Jatte 1
-011001011111 Hydratech 1
-011001011111 Kurz-asch 1
-011001011111 Tarmac-LoneStar 1
-011001011111 verbs/ 1
-011001011111 Portex 1
-011001011111 sulfanilamide 1
-011001011111 Mid-Citgo 1
-011001011111 pseudo-freedoms 1
-011001011111 calypso. 1
-011001011111 SCIENTIFICS 1
-011001011111 Kingstown 1
-011001011111 K-Sun 1
-011001011111 Sybra 1
-011001011111 Transcat 1
-011001011111 Optotech 1
-011001011111 Connoisseurship 1
-011001011111 Whimsy 1
-011001011111 W.I.N.E. 1
-011001011111 Prisma 1
-011001011111 Watership 1
-011001011111 YMC 1
-011001011111 Chamouton 1
-011001011111 Jedsan 1
-011001011111 BROS. 1
-011001011111 McWane 1
-011001011111 bankruptcy-proceedings 1
-011001011111 Rush-Presbyterian 1
-011001011111 Divorce. 1
-011001011111 Downwinders 1
-011001011111 Cardiomedics 1
-011001011111 Slumberjack 1
-011001011111 Barbecon 1
-011001011111 Ashkhabad 1
-011001011111 Anglophobia 1
-011001011111 UNIX. 1
-011001011111 Penance 1
-011001011111 overcollection 1
-011001011111 ProFutures 1
-011001011111 Militaryware 1
-011001011111 Angiotech 1
-011001011111 VMark 1
-011001011111 Avonite 1
-011001011111 Ronaldsay 1
-011001011111 brainos 1
-011001011111 you-know-where 1
-011001011111 EnClean 1
-011001011111 squishes 1
-011001011111 Phobia 1
-011001011111 MacroMind 1
-011001011111 triple-A/double-A-plus 1
-011001011111 Matrix-I 1
-011001011111 ability. 1
-011001011111 Diligence 1
-011001011111 Gerolstein 1
-011001011111 28,647 1
-011001011111 Habeck 1
-011001011111 Technographics 1
-011001011111 74,063 1
-011001011111 scamming 1
-011001011111 infectivity 1
-011001011111 140402 1
-011001011111 Apocalyse 1
-011001011111 MASON 1
-011001011111 Foxxi 1
-011001011111 Airvision 1
-011001011111 128-102 1
-011001011111 Separationists 1
-011001011111 Gronk 1
-011001011111 BevMark 1
-011001011111 Chapuis 1
-011001011111 Tadco 1
-011001011111 Sportssuites 1
-011001011111 Premise 1
-011001011111 M.D.C 2
-011001011111 Sorecom 2
-011001011111 Welkom 2
-011001011111 Jebef 2
-011001011111 Highbrow 2
-011001011111 Phonetica 2
-011001011111 Neguri 2
-011001011111 TradeARBED 2
-011001011111 Immortality 2
-011001011111 Epicor 2
-011001011111 imbecility 2
-011001011111 Zacualpa 2
-011001011111 Arrupism 2
-011001011111 Infomarketing 2
-011001011111 Kiewitt 2
-011001011111 Tlacolula 2
-011001011111 Immaculate 2
-011001011111 CRST 2
-011001011111 Crosses 2
-011001011111 National-Gottesman 2
-011001011111 Kentuckiana 2
-011001011111 Waban 2
-011001011111 O-word 2
-011001011111 Rollingstone 2
-011001011111 Peggie 2
-011001011111 GNA 2
-011001011111 Yamit 2
-011001011111 Wharncliffe 2
-011001011111 Munsters 2
-011001011111 decolonization 2
-011001011111 Vitesse 2
-011001011111 Qum 2
-011001011111 3,560,000 2
-011001011111 Arpege 2
-011001011111 dopes 2
-011001011111 Yerres 2
-011001011111 Cilco 2
-011001011111 deconglomeration 2
-011001011111 NorOats 2
-011001011111 Sajahtera 2
-011001011111 LOR 2
-011001011111 AITS 2
-011001011111 bomb-throwing 2
-011001011111 Aeronca 2
-011001011111 Brabant 2
-011001011111 1713 2
-011001011111 Al-Saudi 2
-011001011111 adobes 2
-011001011111 BCP 2
-011001011111 Postman 2
-011001011111 Discourse 2
-011001011111 NameLab 2
-011001011111 1892.2 2
-011001011111 Fitoussi 2
-011001011111 Voodooists 2
-011001011111 nincompoops 2
-011001011111 Aquafresh 2
-011001011111 Warplanes 2
-011001011111 Sviluppo 2
-011001011111 AK-Pacific 2
-011001011111 Niksic 2
-011001011111 Nebraska-Lincoln 2
-011001011111 TelecomUSA 2
-011001011111 Innopac 2
-011001011111 shosha 2
-011001011111 Burgoyne 2
-011001011111 BI-LO 2
-011001011111 Cabrini-Green 2
-011001011111 Cigra 2
-011001011111 Potency 2
-011001011111 Poros 2
-011001011111 4,639 2
-011001011111 Creams 2
-011001011111 Denali 2
-011001011111 DVL 2
-011001011111 Guayabal 2
-011001011111 Wiggie 2
-011001011111 Vandy 2
-011001011111 Thermaflo 2
-011001011111 tranquillitas 2
-011001011111 Loleta 2
-011001011111 Intelstat 2
-011001011111 Ridgeville 2
-011001011111 Enzytech 2
-011001011111 Zalles 2
-011001011111 Dope 2
-011001011111 Hebrews 2
-011001011111 Wheelabrator-Frye 2
-011001011111 Trallfa 2
-011001011111 ultra-orthodox 2
-011001011111 Kwazulu 2
-011001011111 Kiltek 2
-011001011111 Gamboa 2
-011001011111 Sook 2
-011001011111 Ambivalence 2
-011001011111 Tomari 2
-011001011111 Gambell 2
-011001011111 supermicrocomputers 2
-011001011111 GCF 2
-011001011111 JMP 2
-011001011111 A.C.A. 2
-011001011111 Cholera 2
-011001011111 MT 2
-011001011111 Beatrice/Hunt-Wesson 2
-011001011111 Aural 2
-011001011111 Vita-Pakt 2
-011001011111 Chatran 2
-011001011111 Bourns 2
-011001011111 OPECalypse 2
-011001011111 Mico 2
-011001011111 Vyquest 2
-011001011111 Chloride 2
-011001011111 Kopper 2
-011001011111 Lancashire 3
-011001011111 insouciance 3
-011001011111 Famer 3
-011001011111 Chalons 3
-011001011111 gateholds 3
-011001011111 Nabila 3
-011001011111 Alemana 3
-011001011111 Vivra 3
-011001011111 MetCal 3
-011001011111 Electromethods 3
-011001011111 ITI 3
-011001011111 NIH. 3
-011001011111 California-Berkeley 3
-011001011111 Siff 3
-011001011111 Bernarda 3
-011001011111 Rhine-Westphalia 3
-011001011111 Wimpy 3
-011001011111 Voroba 3
-011001011111 Bridgestone/Firestone 3
-011001011111 res 3
-011001011111 Rockbill 3
-011001011111 Avoca 3
-011001011111 Supercon 3
-011001011111 Lomita 3
-011001011111 recessionomics 3
-011001011111 Palaces 3
-011001011111 Acrobe 3
-011001011111 InterConsult 3
-011001011111 HAMS 3
-011001011111 Cagayan 3
-011001011111 Icon 3
-011001011111 Flair 3
-011001011111 prehistory 3
-011001011111 WASH 3
-011001011111 Sodom 3
-011001011111 yuppiedom 3
-011001011111 Anametrics 3
-011001011111 Luden 3
-011001011111 Alcibiades 3
-011001011111 Semiotics 3
-011001011111 CRC-Evans 3
-011001011111 middle-of-the-roaders 3
-011001011111 Knute 3
-011001011111 Pavel 3
-011001011111 STD 3
-011001011111 Milmac 3
-011001011111 1,073 3
-011001011111 SRK 3
-011001011111 Snapper 3
-011001011111 Caligula 3
-011001011111 Maatschappij 3
-011001011111 Patriarchy 3
-011001011111 COYOTE 3
-011001011111 Mashad 3
-011001011111 Nicks 3
-011001011111 Rotan-Mosle 3
-011001011111 Wavemat 3
-011001011111 LDL. 3
-011001011111 dirigisme 3
-011001011111 Dialcom 3
-011001011111 Gems 3
-011001011111 Water-Wise 3
-011001011111 TEDs 3
-011001011111 1425.9 3
-011001011111 Illini 3
-011001011111 Dacca 3
-011001011111 Optometry 3
-011001011111 Pastiche 3
-011001011111 '61 3
-011001011111 Plan-A-Flex 3
-011001011111 Callao 3
-011001011111 Freeholders 3
-011001011111 kabuki 3
-011001011111 cost-consciousness 3
-011001011111 CommuniCom 3
-011001011111 Southie 3
-011001011111 Szeged 3
-011001011111 Leander 3
-011001011111 Interact 3
-011001011111 horribles 3
-011001011111 Millionaire 4
-011001011111 non-HCEs 4
-011001011111 Reckoning 4
-011001011111 Poliuto 4
-011001011111 Houlihan/Lawrence 4
-011001011111 LL 4
-011001011111 Jaymar-Ruby 4
-011001011111 Amserv 4
-011001011111 Montenegro 4
-011001011111 Verisys 4
-011001011111 Alberich 4
-011001011111 Carousel 4
-011001011111 767-200s 4
-011001011111 Kunashiri 4
-011001011111 Smarter 4
-011001011111 seabed 4
-011001011111 Chemlink 4
-011001011111 Federale 4
-011001011111 Aktiv 4
-011001011111 Sisco 4
-011001011111 Auchinleck 4
-011001011111 Boskalis 4
-011001011111 Dixie-Narco 4
-011001011111 homesteading 4
-011001011111 ETD 4
-011001011111 DSI 4
-011001011111 Suzhou 4
-011001011111 Karabagh 4
-011001011111 Pathology 4
-011001011111 Chronicles 4
-011001011111 '69 4
-011001011111 Solitude 4
-011001011111 USCP-Wesco 4
-011001011111 Koje 4
-011001011111 Cableshare 4
-011001011111 Shampoo 4
-011001011111 Explorers 4
-011001011111 Matritech 4
-011001011111 Victoriana 4
-011001011111 Geosource 5
-011001011111 Pythagoras 5
-011001011111 America. 5
-011001011111 Melancholy 5
-011001011111 GDM 5
-011001011111 Endearment 5
-011001011111 Cryodynamics 5
-011001011111 DCA 5
-011001011111 RB&H 5
-011001011111 ITN 5
-011001011111 AWT 5
-011001011111 Threads 5
-011001011111 non-refundability 5
-011001011111 Mahagonny 5
-011001011111 Makeup 5
-011001011111 NY 5
-011001011111 Sweepstakes 5
-011001011111 Acquitaine 5
-011001011111 Buslease 5
-011001011111 Romanticism 5
-011001011111 Disk/Trend 5
-011001011111 Dermatology 5
-011001011111 Myself 5
-011001011111 MADD 5
-011001011111 Maranhao 5
-011001011111 AME 5
-011001011111 Weeping 5
-011001011111 Mascagni 5
-011001011111 Volksfuersorge 5
-011001011111 SRL 5
-011001011111 Diversifoods 5
-011001011111 Previews 5
-011001011111 Roto-Rooter 5
-011001011111 Bosque 5
-011001011111 Financo 6
-011001011111 Hazzard 6
-011001011111 contorts 6
-011001011111 Infinet 6
-011001011111 VTC 6
-011001011111 Penns 6
-011001011111 Weights 6
-011001011111 Cruising 6
-011001011111 Brooksville 6
-011001011111 1979-82 6
-011001011111 Olay 6
-011001011111 Linz 6
-011001011111 Sweets 6
-011001011111 Kierulff 6
-011001011111 Interpharm 6
-011001011111 Wisconsin-Madison 6
-011001011111 Planecon 6
-011001011111 ranitidine 6
-011001011111 Thassos 7
-011001011111 Version 7
-011001011111 Wilkesboro 7
-011001011111 Cather 7
-011001011111 Pong 7
-011001011111 Technomic 7
-011001011111 Lemley-Yarling 7
-011001011111 Willowbrook 7
-011001011111 Medici 7
-011001011111 Negroes 7
-011001011111 Bio-Medicus 7
-011001011111 SHE 7
-011001011111 Ceiling 7
-011001011111 WABC-TV 7
-011001011111 Yanbu 8
-011001011111 AXA 8
-011001011111 Peterson/Puritan 8
-011001011111 temporizing 8
-011001011111 Poulenc 8
-011001011111 Parma 8
-011001011111 N.E. 8
-011001011111 Stepanakert 8
-011001011111 Hama 8
-011001011111 Cytology 8
-011001011111 Eastwick 8
-011001011111 Intercontinentale 8
-011001011111 Torts 8
-011001011111 Bung 9
-011001011111 Tasmania 9
-011001011111 Bartok 9
-011001011111 Cookbook 9
-011001011111 Vodka 9
-011001011111 Genencor 9
-011001011111 Sorrow 9
-011001011111 Tonawanda 9
-011001011111 Poppea 9
-011001011111 Bacchus 9
-011001011111 26646.43 9
-011001011111 Egberts 9
-011001011111 Americano 10
-011001011111 Texasgulf 10
-011001011111 Afrikanerdom 10
-011001011111 invisibles 10
-011001011111 Cardiology 10
-011001011111 Kareem 10
-011001011111 Sakhalin 10
-011001011111 Kuznets 11
-011001011111 Bevmark 11
-011001011111 attainder 11
-011001011111 Provence 12
-011001011111 Horrors 12
-011001011111 Innocence 12
-011001011111 Counties 12
-011001011111 R&R 12
-011001011111 anorexia 12
-011001011111 Aquarius 12
-011001011111 Gencorp 12
-011001011111 Apocalypse 12
-011001011111 Silesia 13
-011001011111 2158.61 13
-011001011111 Geoffrion 13
-011001011111 Regents 14
-011001011111 Belier 14
-011001011111 Islip 15
-011001011111 Zinc 15
-011001011111 Pageant 15
-011001011111 Wisdom 15
-011001011111 Piggy 15
-011001011111 Blockers 15
-011001011111 Jubilee 16
-011001011111 Blanca 16
-011001011111 Traveler 17
-011001011111 Gentlemen 17
-011001011111 Him 17
-011001011111 Rage 17
-011001011111 Photography 18
-011001011111 Casting 18
-011001011111 Dimes 18
-011001011111 Myra 19
-011001011111 Camelot 19
-011001011111 Psychology 20
-011001011111 Colonia 21
-011001011111 Isles 22
-011001011111 Fork 23
-011001011111 Sartre 24
-011001011111 Mayors 25
-011001011111 Soya 25
-011001011111 Dignity 26
-011001011111 Adventure 27
-011001011111 Gemco 27
-011001011111 Casablanca 27
-011001011111 Bunny 29
-011001011111 Parade 30
-011001011111 yesteryear 31
-011001011111 Supervisors 31
-011001011111 Canterbury 31
-011001011111 Billerica 31
-011001011111 Arc 34
-011001011111 Daddy 34
-011001011111 Spark 34
-011001011111 Posts 37
-011001011111 Polyconomics 39
-011001011111 Oz 39
-011001011111 Crossroads 40
-011001011111 Excellence 42
-011001011111 Honor 43
-011001011111 Heaven 45
-011001011111 Duty 45
-011001011111 Bet 59
-011001011111 Maid 70
-011001011111 Crest 71
-011001011111 Ellington 72
-011001011111 Allegiance 72
-011001011111 Victoire 73
-011001011111 Pigs 76
-011001011111 '87 76
-011001011111 Easy 77
-011001011111 Ministers 82
-011001011111 Aquitaine 84
-011001011111 Lion 85
-011001011111 Slope 95
-011001011111 Realtors 100
-011001011111 Fame 104
-011001011111 Run 112
-011001011111 Marxism 118
-011001011111 M.D. 124
-011001011111 Christ 140
-011001011111 Boy 155
-011001011111 Jesus 156
-011001011111 Victoria 185
-011001011111 Wonder 214
-011001011111 negotiable 267
-011001011111 Medicine 324
-011001011111 Corona 384
-011001011111 Investigation 417
-011001011111 Man 427
-011001011111 Channel 595
-011001011111 USA 1010
-011001011111 America 10219
-011001011111 Sea 1124
-011001100000 Top-spending 1
-011001100000 Chiyoji 1
-011001100000 WARSHIPS 1
-011001100000 Kinugawa 1
-011001100000 TREASURY-GOLD 1
-011001100000 MEDAL 1
-011001100000 Pro/Am 1
-011001100000 Doleful 1
-011001100000 Secrete 1
-011001100000 Greets 1
-011001100000 42-3 1
-011001100000 18th-Century 1
-011001100000 Accumulates 1
-011001100000 Duchesse 1
-011001100000 Flammable 1
-011001100000 92-country 1
-011001100000 Hast 1
-011001100000 Husker 1
-011001100000 Quick-Delivery 1
-011001100000 arms-negotiator 1
-011001100000 Plats 1
-011001100000 95,000-acre 1
-011001100000 Under-Secretary 1
-011001100000 Livre 1
-011001100000 218.02 1
-011001100000 355.42 1
-011001100000 celebrity-happy 1
-011001100000 nine-passenger 1
-011001100000 Midlevel 1
-011001100000 Chancerey 1
-011001100000 96-nation 1
-011001100000 then-promising 1
-011001100000 Bankrupty 1
-011001100000 ever-cheerful 1
-011001100000 unfreezes 1
-011001100000 Pruco 1
-011001100000 Child-Support 1
-011001100000 Chateauneuf 1
-011001100000 Halna 1
-011001100000 Shizue 1
-011001100000 AP-Media 1
-011001100000 Albrook 1
-011001100000 subisidiary 1
-011001100000 scandal-wracked 1
-011001100000 Bankrutpcy 1
-011001100000 Portland-Kaohsiung 1
-011001100000 Sci-Med 2
-011001100000 Tottenham 2
-011001100000 Cahiers 2
-011001100000 ex-Attorney 2
-011001100000 Courageous 2
-011001100000 then-Postmaster 2
-011001100000 Assimilables 2
-011001100000 Chuifong 2
-011001100000 chuifong 2
-011001100000 Probate 2
-011001100000 Massacusetts 2
-011001100000 Bankrupcty 3
-011001100000 Irenee 3
-011001100000 Penal 3
-011001100000 Wiggle 3
-011001100000 Mitsui-Taiyo 4
-011001100000 engine-builder 4
-011001100000 PHF 4
-011001100000 figure-skater 4
-011001100000 Agrarian 5
-011001100000 APPEALS 5
-011001100000 Wint-O-Green 5
-011001100000 Cotes 6
-011001100000 Divisional 6
-011001100000 Dac 7
-011001100000 then-Attorney 8
-011001100000 Uniform 14
-011001100000 E-Z 16
-011001100000 Surrogate 16
-011001100000 Fond 17
-011001100000 Trustee 23
-011001100000 Solicitor 33
-011001100000 Directorate 37
-011001100000 Shining 47
-011001100000 Postmaster 56
-011001100000 Surgeon 73
-011001100000 Chancery 263
-011001100000 Superior 330
-011001100000 Circuit 629
-011001100000 Tax 968
-011001100000 Bankruptcy 1119
-011001100000 Attorney 1348
-011001100000 District 1741
-011001100000 Supreme 3968
-011001100001 Cash-Flow 1
-011001100001 unfragmented 1
-011001100001 clay-raised 1
-011001100001 globelike 1
-011001100001 Rockabye 1
-011001100001 USBI-Booster 1
-011001100001 9-year-old 1
-011001100001 22,000-ton 1
-011001100001 1.7968 1
-011001100001 December-maturing 1
-011001100001 Toscany 1
-011001100001 liquidity-short 1
-011001100001 Half-Past 1
-011001100001 Merc-Big 1
-011001100001 parking-tight 1
-011001100001 Mod-Maid 1
-011001100001 117-foot 1
-011001100001 Elindra 1
-011001100001 86-issue 1
-011001100001 1,841 1
-011001100001 GOLDCREST 1
-011001100001 pro-Beijing 1
-011001100001 Mumms 1
-011001100001 agriculture-dependent 1
-011001100001 Leaner 1
-011001100001 1.8435 1
-011001100001 USFL. 1
-011001100001 Nannsy 1
-011001100001 424-room 1
-011001100001 Sleepers 1
-011001100001 Recipes 1
-011001100001 Eigentum 1
-011001100001 Lasma 1
-011001100001 Roommate 1
-011001100001 Forces/Far 1
-011001100001 Nanhai 1
-011001100001 once-liberal 1
-011001100001 E&C 1
-011001100001 population-glutted 1
-011001100001 network. 1
-011001100001 Cypress/Ross 1
-011001100001 second-slowest 1
-011001100001 more-prosperous 1
-011001100001 fondue-and-ski-chalet 1
-011001100001 Jordanian-held 1
-011001100001 import-dominated 1
-011001100001 still-active 1
-011001100001 28.777 1
-011001100001 now-trendy 1
-011001100001 175-bed 1
-011001100001 Neworld-Boston 1
-011001100001 1.8291 1
-011001100001 one-billion-barrel 1
-011001100001 Criticizes 1
-011001100001 Kenedy 1
-011001100001 Neoclassic 1
-011001100001 gangling 1
-011001100001 1,200-passenger 1
-011001100001 CNID 1
-011001100001 DISCOURAGING 1
-011001100001 Post-Employment 1
-011001100001 J&E 1
-011001100001 now-moribund 1
-011001100001 176-office 1
-011001100001 1.9553 1
-011001100001 3,142,000 1
-011001100001 222,600 1
-011001100001 2.0082 1
-011001100001 MELON 1
-011001100001 Atascocita 1
-011001100001 2,843,233 1
-011001100001 one-million-circulation 1
-011001100001 227-screen 1
-011001100001 12-store 1
-011001100001 Full-Year 1
-011001100001 NUGGETS 1
-011001100001 336,600 1
-011001100001 1336 1
-011001100001 1,100th 1
-011001100001 Pre-Tax 1
-011001100001 Vista-based 1
-011001100001 Svengalian 1
-011001100001 Shoal 1
-011001100001 Textile-maker 1
-011001100001 D150 1
-011001100001 Roil 1
-011001100001 77-story 1
-011001100001 1.8198 1
-011001100001 31-branch 1
-011001100001 Ngiu 1
-011001100001 QVC. 1
-011001100001 Pernicious 1
-011001100001 5666 1
-011001100001 Year-Ago 1
-011001100001 184-room 1
-011001100001 Dirks/Equity 1
-011001100001 First-Period 1
-011001100001 Al-Qabas 1
-011001100001 Edlers 1
-011001100001 Laziest 1
-011001100001 Heiwado 1
-011001100001 Big-Time 1
-011001100001 Lie-Detector 1
-011001100001 Japan-Middle 1
-011001100001 Kobil 1
-011001100001 NASD-Big 1
-011001100001 now-ended 1
-011001100001 Filet 1
-011001100001 seven-park 1
-011001100001 Auburn-Folsom 1
-011001100001 Miskito/English-speaking 1
-011001100001 1.9203 1
-011001100001 Cross-Cultural 1
-011001100001 605,047 1
-011001100001 1.8087 1
-011001100001 1.7980 1
-011001100001 REDISTRIBUTION 1
-011001100001 1,047,247 1
-011001100001 Security-sensitive 1
-011001100001 low-debt 1
-011001100001 RHNB 1
-011001100001 Juicy 1
-011001100001 2127 1
-011001100001 24-screen 1
-011001100001 Immoderate 1
-011001100001 Ocwen 1
-011001100001 74,289 1
-011001100001 70,000-acre 1
-011001100001 nine-branch 1
-011001100001 3.1475 1
-011001100001 Vortec-Chicago 1
-011001100001 power-short 1
-011001100001 Pass-Through 1
-011001100001 4,658 1
-011001100001 720-unit 1
-011001100001 2,000-seat 1
-011001100001 Montag 1
-011001100001 College-Completion 1
-011001100001 NHS. 1
-011001100001 2.9702 1
-011001100001 glass-plated 1
-011001100001 Catonsville 1
-011001100001 Plowshares 1
-011001100001 Libya-based 1
-011001100001 sturdy-looking 1
-011001100001 dirt-farmer 1
-011001100001 5,400-unit 1
-011001100001 once-familiar 1
-011001100001 NMS. 1
-011001100001 Tank-equipped 1
-011001100001 6,374,000 1
-011001100001 gum-rich 1
-011001100001 6,000,868 1
-011001100001 Israeli-Occupied 1
-011001100001 4,751 1
-011001100001 DeepStar 1
-011001100001 monklike 1
-011001100001 2.9970 1
-011001100001 terrorism-oriented 1
-011001100001 4,702 1
-011001100001 1,748 1
-011001100001 2.9880 1
-011001100001 Jet-Engine 1
-011001100001 Mainz-based 1
-011001100001 Volkswagenwerke 1
-011001100001 Student-Loan 1
-011001100001 3rd-Quarter 1
-011001100001 ocupied 1
-011001100001 ERT. 1
-011001100001 Emu 1
-011001100001 ACC. 1
-011001100001 HUBBARD 1
-011001100001 40,000-strong 1
-011001100001 1,166 1
-011001100001 1.7010 1
-011001100001 Hemofil 1
-011001100001 Filigreed 1
-011001100001 semiweekly 1
-011001100001 Quicksnap 1
-011001100001 Parle 1
-011001100001 ex-champs 1
-011001100001 Segregated 1
-011001100001 SEWER 1
-011001100001 Boso 1
-011001100001 18th-20th 1
-011001100001 KVDA. 1
-011001100001 Adapso/Broadview 1
-011001100001 bank. 1
-011001100001 Mescalero 1
-011001100001 Ministerium 1
-011001100001 Martin-owned 1
-011001100001 71,918,350 1
-011001100001 Hille 1
-011001100001 FA 1
-011001100001 once-Democratic 1
-011001100001 TJX. 1
-011001100001 Nonsexist 1
-011001100001 Clemency 1
-011001100001 CRIMINAL 1
-011001100001 Kahiltna 1
-011001100001 VWR. 1
-011001100001 Worthless 1
-011001100001 bottomed-out 1
-011001100001 graham-flour-based 1
-011001100001 WHS 1
-011001100001 WNS. 1
-011001100001 soldout 1
-011001100001 STAYED 1
-011001100001 290-lawyer 1
-011001100001 Lignum 1
-011001100001 Re-Examining 1
-011001100001 Saftey 1
-011001100001 Nickle 1
-011001100001 5,460-unit 1
-011001100001 Minsviaz 1
-011001100001 tumorous 1
-011001100001 6,373,570 1
-011001100001 Shiite-dominated 1
-011001100001 AmericanStock 1
-011001100001 Bush-solid 1
-011001100001 soccer-addicted 1
-011001100001 5,400-member 2
-011001100001 non-Big 2
-011001100001 Newest 2
-011001100001 Fursecroft 2
-011001100001 Tamil-dominated 2
-011001100001 1015 2
-011001100001 2901 2
-011001100001 Trillion 2
-011001100001 Sharpville 2
-011001100001 pre-Big 2
-011001100001 war-battered 2
-011001100001 Infernal 2
-011001100001 then-Bank 2
-011001100001 ultra-chic 2
-011001100001 Phony 2
-011001100001 Israel-occupied 2
-011001100001 AstroWorld 2
-011001100001 Aisle 2
-011001100001 Raw-Steel 2
-011001100001 Marshalsea 2
-011001100001 painting. 2
-011001100001 TXO 2
-011001100001 Power-Supply 2
-011001100001 400-seat 2
-011001100001 All-Ordinary 2
-011001100001 CBOE. 2
-011001100001 Rescuing 2
-011001100001 Cowardly 2
-011001100001 Chinese-backed 2
-011001100001 ADH 2
-011001100001 3,947,000 2
-011001100001 HMO. 2
-011001100001 Tot 2
-011001100001 Rabobank 2
-011001100001 Resisting 3
-011001100001 Israeli-held 3
-011001100001 Guangming 3
-011001100001 Honky 3
-011001100001 VCR. 3
-011001100001 Twistee 3
-011001100001 one-eyed 3
-011001100001 Cosmic 3
-011001100001 lightless 3
-011001100001 Masked 3
-011001100001 Manage 3
-011001100001 PoGo 3
-011001100001 1.6490 3
-011001100001 already-sluggish 3
-011001100001 Dugway 3
-011001100001 Finnegans 4
-011001100001 Policeman 4
-011001100001 Nyaminyami 4
-011001100001 AP-DJ 4
-011001100001 Amadou 4
-011001100001 Tier 4
-011001100001 Honeymoon 4
-011001100001 post-Big 4
-011001100001 Filmco 4
-011001100001 Beaten 4
-011001100001 Windfall 4
-011001100001 20-state 5
-011001100001 Hula 5
-011001100001 Kola 5
-011001100001 Fril 6
-011001100001 EPA. 6
-011001100001 Nifty 7
-011001100001 Bataan 8
-011001100001 Highest 8
-011001100001 Magnificent 8
-011001100001 Sharpeville 9
-011001100001 11150 9
-011001100001 Marcilio 9
-011001100001 Kreditanstalt 10
-011001100001 Loft 11
-011001100001 Sistine 11
-011001100001 AL 11
-011001100001 Superconducting 12
-011001100001 Outrageous 13
-011001100001 Barbary 14
-011001100001 Intermarket 16
-011001100001 30-DAY 17
-011001100001 Endangered 21
-011001100001 C&D 22
-011001100001 Offered 22
-011001100001 Au 25
-011001100001 Crimean 25
-011001100001 Coated 69
-011001100001 Yuppie 69
-011001100001 Dark 76
-011001100001 Wings 84
-011001100001 Israeli-occupied 88
-011001100001 Deep 93
-011001100001 Insider 103
-011001100001 Twentieth 117
-011001100001 Pinnacle 148
-011001100001 Upper 184
-011001100001 ASSETS 197
-011001100001 Options 417
-011001100001 S 720
-011001100001 Internal 808
-011001100001 Far 822
-011001100001 Middle 1379
-011001100001 Big 5017
-011001100001 Commodity 1639
-011001100010 LLoyds 1
-011001100010 QMI 1
-011001100010 Res-A-Vue 1
-011001100010 113,300 1
-011001100010 Northline 1
-011001100010 25-Watt 1
-011001100010 Hay-Adams 1
-011001100010 Bux-Mont 1
-011001100010 Dettra 1
-011001100010 Piton 1
-011001100010 Rabbinical 1
-011001100010 REI-Diversified/Energy 1
-011001100010 Academy-Chinese 1
-011001100010 Pabco 1
-011001100010 Hartwick 1
-011001100010 Worldmark 1
-011001100010 Princessa 1
-011001100010 358,800 1
-011001100010 42,000-ton 1
-011001100010 FWW 1
-011001100010 Nishi-Nippon 1
-011001100010 Anti-Waste 1
-011001100010 Trafco 1
-011001100010 87/ 1
-011001100010 Motomachi 1
-011001100010 Sugarbeet 1
-011001100010 NoLoad 1
-011001100010 Tuileries 1
-011001100010 Nicaraguan-American 1
-011001100010 Keiyu 1
-011001100010 Stockmarket 1
-011001100010 Crown-winner 1
-011001100010 R-r-ruff 1
-011001100010 Irmo 1
-011001100010 Townscape 1
-011001100010 Romisch-Germanisches 1
-011001100010 4,500-store 1
-011001100010 Humanistic 1
-011001100010 Oriente 1
-011001100010 DAT. 1
-011001100010 Guadalupanita 1
-011001100010 All-Alaska 1
-011001100010 Dungaree 1
-011001100010 469,200 1
-011001100010 Mooyok 1
-011001100010 Centenary 1
-011001100010 Cray-compatible 1
-011001100010 Burrito-inspired 1
-011001100010 Cypher 1
-011001100010 Humana-University 1
-011001100010 Brooklawn 1
-011001100010 chance/ 1
-011001100010 Tocumen 1
-011001100010 Redbridge 1
-011001100010 Collaterized 1
-011001100010 Embryo 1
-011001100010 HRB-Singer 1
-011001100010 Schonbrunn 1
-011001100010 Judge-Declared 1
-011001100010 Gryphon 1
-011001100010 Loosbrock 1
-011001100010 DEWEY 1
-011001100010 Gay-Lesbian 1
-011001100010 Yisiyi 1
-011001100010 Balmoral 1
-011001100010 Transcapital 1
-011001100010 M.I.R.A.-International 1
-011001100010 Occupant 1
-011001100010 L&D 1
-011001100010 Ordway 1
-011001100010 Citizen-Labor 1
-011001100010 Multi-Employer 1
-011001100010 Friedmar 1
-011001100010 Dia 1
-011001100010 Westam 1
-011001100010 Sporn 1
-011001100010 Cole-Taylor 1
-011001100010 Northeast/Midwest 1
-011001100010 Theosophical 1
-011001100010 Bareiss 1
-011001100010 Alvear 1
-011001100010 Ethnological 1
-011001100010 Texas/Oxford 1
-011001100010 Braten 1
-011001100010 farmer-dominated 1
-011001100010 E.N. 1
-011001100010 Homesick 1
-011001100010 Paperweight 1
-011001100010 Belhaven 1
-011001100010 NGC 1
-011001100010 plainest 1
-011001100010 Mycological 1
-011001100010 Hilgenfeld 1
-011001100010 Correspondence 1
-011001100010 Hillbilly 1
-011001100010 Cardian 1
-011001100010 Clariden 1
-011001100010 Falu 1
-011001100010 Savacou 1
-011001100010 Turkish-Soviet 1
-011001100010 reduced-tar 1
-011001100010 Alteration 1
-011001100010 Aztech 1
-011001100010 Stages 1
-011001100010 Upwardly 1
-011001100010 Erie-Lackawanna 1
-011001100010 Hyperbaric 1
-011001100010 Medium-Range 1
-011001100010 University-Small 1
-011001100010 Da-Lite 1
-011001100010 Bonray 1
-011001100010 V.I.S. 1
-011001100010 Saatchi-backed 1
-011001100010 3,300-member 1
-011001100010 Graver 1
-011001100010 Fast-Talking 1
-011001100010 intra-Common 1
-011001100010 Satyr 1
-011001100010 Electrotechnical 1
-011001100010 McFetridge 1
-011001100010 Hammersmith 1
-011001100010 JJM 1
-011001100010 397-room 1
-011001100010 Semi-Automated 1
-011001100010 1,333,300 1
-011001100010 Honey-Bee 1
-011001100010 HOMES. 1
-011001100010 Cancom-United 1
-011001100010 BP/Standard 1
-011001100010 Fijian-dominated 1
-011001100010 Exuberant 1
-011001100010 Waziwazu 1
-011001100010 America-China 1
-011001100010 Sogenal 1
-011001100010 Tennessee-Virginia 1
-011001100010 California-Davis 1
-011001100010 MultiChannel 1
-011001100010 1,920,700 1
-011001100010 suburban-Detroit 1
-011001100010 All-Southern 1
-011001100010 Tetra 1
-011001100010 then-CBS 1
-011001100010 Rockford/Park 1
-011001100010 Farnese 1
-011001100010 Imperial-Royal 1
-011001100010 Europejski 1
-011001100010 Valamo 1
-011001100010 Staatliches 1
-011001100010 Transtate 1
-011001100010 U.S.-Common 1
-011001100010 Klines 1
-011001100010 Balliol 1
-011001100010 G-5/Plaza 1
-011001100010 Kowloon-Canton 1
-011001100010 Medeco 1
-011001100010 ever-busy 1
-011001100010 Mailman 1
-011001100010 Kideo 1
-011001100010 Manmade 1
-011001100010 IGC-Direct 1
-011001100010 Azami 1
-011001100010 Tattered 1
-011001100010 NANA 1
-011001100010 Whine 1
-011001100010 Donnybrook 1
-011001100010 Clocktower 1
-011001100010 Cornhusker 1
-011001100010 founder-producer-composer 1
-011001100010 All-Girl 1
-011001100010 Outerbridge 1
-011001100010 L&L 1
-011001100010 Schwechat 1
-011001100010 Boalt 1
-011001100010 Yenching 1
-011001100010 ladies-in-waiting. 1
-011001100010 Getty-owned 1
-011001100010 Watoto 1
-011001100010 Frisky 1
-011001100010 Musashino 1
-011001100010 Entreprenurial 1
-011001100010 Wye 1
-011001100010 Trianon 1
-011001100010 HBO/Cannon 1
-011001100010 Cleveland-Marshall 1
-011001100010 Combative 1
-011001100010 Angriest 1
-011001100010 Cybernetic 1
-011001100010 Nadi 1
-011001100010 504,300 1
-011001100010 Bottomless 1
-011001100010 gyo 1
-011001100010 Damnation 1
-011001100010 4.5-million-member 1
-011001100010 Finn-Stroi 1
-011001100010 Peterhouse 1
-011001100010 Denevi 1
-011001100010 Baldwin-Wallace 1
-011001100010 Doghill-Donahue 1
-011001100010 Endive 1
-011001100010 Fabco 1
-011001100010 Metrocentre 1
-011001100010 BRS 1
-011001100010 Revokes 1
-011001100010 Sanno 1
-011001100010 Lannan 1
-011001100010 Linnean 1
-011001100010 Savery 1
-011001100010 Overlake 1
-011001100010 Bayview 1
-011001100010 Grouse 1
-011001100010 3790 1
-011001100010 heavily-traded 1
-011001100010 University-C.W. 1
-011001100010 Peapack-Gladstone 1
-011001100010 Etching 1
-011001100010 Eno 1
-011001100010 Chicago-Tokyo 1
-011001100010 Hurlingham 1
-011001100010 Yivo 1
-011001100010 Alcoa-Goodyear 1
-011001100010 Lincoln-McKinley 1
-011001100010 Narda 1
-011001100010 Ramaz 1
-011001100010 102-store 1
-011001100010 Springhouse 1
-011001100010 Marbro 1
-011001100010 Potty 1
-011001100010 15-gate 1
-011001100010 Kunsthistorisches 1
-011001100010 Courtauld 1
-011001100010 Sun-Maid 1
-011001100010 Kyoka 1
-011001100010 Langasco 1
-011001100010 KOIN 1
-011001100010 Retina 1
-011001100010 Chicken-Little 1
-011001100010 RAD 1
-011001100010 Japan-Miami 1
-011001100010 Japan-American 1
-011001100010 Hukuang 1
-011001100010 Microtec 1
-011001100010 Birkbeck 1
-011001100010 Minnehaha 1
-011001100010 microwave-equipped 1
-011001100010 Union-Magma-Thermal 1
-011001100010 Daybridge 1
-011001100010 PaineWebber-Geodyne 1
-011001100010 Anti-Clamping 1
-011001100010 BFC 1
-011001100010 Ordination 1
-011001100010 AWI 1
-011001100010 Faceted 1
-011001100010 191,675 1
-011001100010 Hairy-Chested 1
-011001100010 MTV/Madonna 1
-011001100010 Cranfield 1
-011001100010 Papworth 1
-011001100010 pro-World 1
-011001100010 124,600 1
-011001100010 Serpentine 1
-011001100010 Gridlocked 1
-011001100010 Airmail 1
-011001100010 Deep-Mountain 1
-011001100010 383,100 1
-011001100010 enkan 1
-011001100010 now-venerable 1
-011001100010 J.Q. 1
-011001100010 Qingchuan 1
-011001100010 Meurice 1
-011001100010 Choruses 1
-011001100010 Checkered 1
-011001100010 495,900 1
-011001100010 CCD-Still 1
-011001100010 Shotgun 1
-011001100010 Gemological 1
-011001100010 InterStudy 1
-011001100010 23-store 1
-011001100010 Rayne 1
-011001100010 CJW 1
-011001100010 Flat-Earth 1
-011001100010 Sanlandro 1
-011001100010 Deustche 1
-011001100010 Malta-Federal 1
-011001100010 201.48 1
-011001100010 Keiyo 1
-011001100010 Joyo 1
-011001100010 Inhalation 1
-011001100010 Ex-National 1
-011001100010 Collateralised 1
-011001100010 Migratory 1
-011001100010 PEACHEY 1
-011001100010 Tortilla 1
-011001100010 One-Dollar 1
-011001100010 Kamehameha 1
-011001100010 CUCINA 1
-011001100010 missile-equipped 1
-011001100010 Gopher 1
-011001100010 Xingang 1
-011001100010 Cost-Conscious 1
-011001100010 IfW 1
-011001100010 Cloverleaf 1
-011001100010 Interministerial 1
-011001100010 Treichville 1
-011001100010 Sheremetyevo 1
-011001100010 catalog-cookware 1
-011001100010 anti-Big 1
-011001100010 Humbling 1
-011001100010 Astoriya 1
-011001100010 non-Ivy 1
-011001100010 Berean 1
-011001100010 Anti-Takeover 1
-011001100010 Hijiribashi 1
-011001100010 Schipol 1
-011001100010 Medtec 1
-011001100010 Tuscan-Turkish-Art 1
-011001100010 Anderson-Blass 1
-011001100010 Baden-Wuerttembergischen 1
-011001100010 Cairo-Amman 1
-011001100010 Rotisserie 1
-011001100010 Vailsburg 1
-011001100010 HARIMA 1
-011001100010 Maccabees 1
-011001100010 Multisector 1
-011001100010 Deficit-Reduction 1
-011001100010 SuperCONducting 1
-011001100010 eight-company 1
-011001100010 3,300-title 1
-011001100010 Activated 1
-011001100010 Euroshuttle 1
-011001100010 Hallamshire 1
-011001100010 YIVO 1
-011001100010 Hurried 1
-011001100010 Marist 1
-011001100010 News/Eyewitness 1
-011001100010 E.G.I. 1
-011001100010 Armtech 1
-011001100010 Aerobic 1
-011001100010 Cheyney 1
-011001100010 al-Quds 1
-011001100010 Woodleaf 1
-011001100010 Kin 1
-011001100010 Shipbuilder 1
-011001100010 Hospital-Affiliated 1
-011001100010 Softnomics 1
-011001100010 Shamanistic 1
-011001100010 JCO 1
-011001100010 Valproic 1
-011001100010 Makinac 1
-011001100010 Storeys 1
-011001100010 88-open 1
-011001100010 Ubaf 1
-011001100010 Pultizer 1
-011001100010 AEG-Westinghouse 1
-011001100010 Walter-Grounds 1
-011001100010 Wanango 1
-011001100010 Managua-based 1
-011001100010 155,900 1
-011001100010 47,240 1
-011001100010 Kaleidoscope 1
-011001100010 Anti-British 1
-011001100010 605,050 1
-011001100010 Conecticut 1
-011001100010 Hotel-Motel 1
-011001100010 Monteleone 1
-011001100010 Pick-Up 1
-011001100010 Paraplegia 1
-011001100010 ocean-hugging 1
-011001100010 ContiTrade 1
-011001100010 Kyoungsang-Nam 1
-011001100010 Manhattanville 1
-011001100010 Sukimandi 1
-011001100010 Colden 1
-011001100010 MidAmerican 1
-011001100010 Bullock's-Bullock's 1
-011001100010 Ararat 1
-011001100010 Reprimanded 1
-011001100010 Abandons 1
-011001100010 CSL 1
-011001100010 Smokejumper 1
-011001100010 56-outlet 1
-011001100010 NOP 1
-011001100010 Masssachusetts 1
-011001100010 UJB 1
-011001100010 Bethmann 1
-011001100010 Political-Military 1
-011001100010 patronage-free 1
-011001100010 Tellessen 1
-011001100010 Coburg 1
-011001100010 Trans-America 1
-011001100010 Harvard-Smithsonian 1
-011001100010 then-teetering 1
-011001100010 XIT 1
-011001100010 Hansin 1
-011001100010 Adel-DeSoto 1
-011001100010 A-Z 1
-011001100010 GGD-89-120 1
-011001100010 748,500 1
-011001100010 Inter-bank 1
-011001100010 PCP. 1
-011001100010 non-Common 1
-011001100010 Hotelkeepers 1
-011001100010 Monarchist 1
-011001100010 Chunghwa 1
-011001100010 Faribundo 1
-011001100010 Inglaterra 1
-011001100010 Martime 1
-011001100010 Yodobashi 1
-011001100010 Schiphol 1
-011001100010 Fatah-Revolutionary 1
-011001100010 Daughtry 1
-011001100010 Crofoot 1
-011001100010 leftist-led 1
-011001100010 ex-Rainier 1
-011001100010 Winthrop-University 1
-011001100010 Michinoku 1
-011001100010 Geonomics 1
-011001100010 Counterintelligence 1
-011001100010 CXY 1
-011001100010 Beachfront 1
-011001100010 2,990,000 1
-011001100010 Truscott 1
-011001100010 Serene 1
-011001100010 gods. 1
-011001100010 Lusty 1
-011001100010 Brookland 1
-011001100010 Internatinoal 1
-011001100010 Fujien 1
-011001100010 SeaFest/JAC 1
-011001100010 Maclord 1
-011001100010 post-O 1
-011001100010 Abell 1
-011001100010 Ventech 1
-011001100010 Interprobe 1
-011001100010 Dubaibased 1
-011001100010 KMS/Domina 1
-011001100010 Pediatric 1
-011001100010 TrustCo 1
-011001100010 Inter-Valley 1
-011001100010 Kaitex 1
-011001100010 canvas-and-rubber 1
-011001100010 Canada-Newfoundland 1
-011001100010 Fund/Assets 1
-011001100010 Rheinisch-West 1
-011001100010 SDK 1
-011001100010 Shroders 1
-011001100010 drought-hit 1
-011001100010 Floreffe 1
-011001100010 Bellelli 1
-011001100010 Airliner 1
-011001100010 Stileman 1
-011001100010 Schomburg 1
-011001100010 Teratology 1
-011001100010 LYNTON 1
-011001100010 Phobic 1
-011001100010 Panamerican 1
-011001100010 Oesterreische 1
-011001100010 Tongas 1
-011001100010 62-inch-long 1
-011001100010 Shaba 1
-011001100010 Inwood 1
-011001100010 Cocoanut 1
-011001100010 SUIZZERA 1
-011001100010 Baltusrol 1
-011001100010 Bethune-Cookman 1
-011001100010 Intercommunity 1
-011001100010 Smith-Richardson 1
-011001100010 Diepkloof 1
-011001100010 Fatwa 1
-011001100010 Sundance-based 1
-011001100010 Mezhdunarodnaya 1
-011001100010 seventh-ranked 1
-011001100010 Hunterian 1
-011001100010 IGS 1
-011001100010 Augustana 2
-011001100010 High-Flex 2
-011001100010 Co-Operative 2
-011001100010 highminded 2
-011001100010 CV 2
-011001100010 Carnivorous 2
-011001100010 Tilles 2
-011001100010 Muhlenberg 2
-011001100010 274,800 2
-011001100010 Planters-Life 2
-011001100010 Mid-Continental 2
-011001100010 Matsushita-Ultra 2
-011001100010 Humanitarian-Aid 2
-011001100010 Inter-Agency 2
-011001100010 Cami 2
-011001100010 Nantenshi 2
-011001100010 316,900 2
-011001100010 CBA 2
-011001100010 Nonfat 2
-011001100010 96-year-old 2
-011001100010 B2C 2
-011001100010 Fairlane 2
-011001100010 Skyland 2
-011001100010 Mythical 2
-011001100010 Gogarburn 2
-011001100010 Shanghai-Volkswagen 2
-011001100010 15-nation 2
-011001100010 Raptor 2
-011001100010 In-flight 2
-011001100010 Licorice 2
-011001100010 Barringer 2
-011001100010 Broccoli 2
-011001100010 Mnemosyne 2
-011001100010 Firstplace 2
-011001100010 ExportImport 2
-011001100010 Temper 2
-011001100010 Hertford 2
-011001100010 Panora-Linden 2
-011001100010 Trans-Siberian 2
-011001100010 Lochalsh 2
-011001100010 Gramophone 2
-011001100010 ICS 2
-011001100010 KNX 2
-011001100010 Tranquility 2
-011001100010 MultiMedia 2
-011001100010 Medill 2
-011001100010 Unigard 2
-011001100010 Weatherhead 2
-011001100010 Harbus 2
-011001100010 Stedelijk 2
-011001100010 Houlder 2
-011001100010 Rauma-Repola 2
-011001100010 Biophysics 2
-011001100010 Changi 2
-011001100010 MidDay 2
-011001100010 long-controversial 2
-011001100010 Interparliamentary 2
-011001100010 Cardio 2
-011001100010 Romneya 2
-011001100010 Weequahic 2
-011001100010 Brookdale 2
-011001100010 Bodleian 2
-011001100010 50,000-member 2
-011001100010 Aix-en-Provence 2
-011001100010 Karma 2
-011001100010 Walker-Allied 2
-011001100010 Plekhanov 2
-011001100010 CanadianOxy 2
-011001100010 PF 2
-011001100010 Migraine 2
-011001100010 Oesterreichishe 2
-011001100010 Cheerful 2
-011001100010 Linante 2
-011001100010 Wister 2
-011001100010 Practising 2
-011001100010 Pretzel 2
-011001100010 Galloping 2
-011001100010 Convest 2
-011001100010 Diogenes 2
-011001100010 800-member 2
-011001100010 Anti-Saloon 2
-011001100010 Aucklands 2
-011001100010 Rymac 2
-011001100010 Nolo 2
-011001100010 Audobon 2
-011001100010 Hampden-Sydney 2
-011001100010 semigovernmental 2
-011001100010 Danske 2
-011001100010 Conard 2
-011001100010 Unclaimed 2
-011001100010 Strathclyde 2
-011001100010 Theoretical 2
-011001100010 Discrete 2
-011001100010 UA-Columbia 2
-011001100010 Molluscan 2
-011001100010 Anti-Violence 2
-011001100010 Asean-Japan 2
-011001100010 Capita 2
-011001100010 Montour 2
-011001100010 Hyster-Yale 2
-011001100010 Grady-Stack 2
-011001100010 Predictive 2
-011001100010 IBAA 2
-011001100010 Combatting 2
-011001100010 Hepworth 2
-011001100010 quarter-acre 2
-011001100010 Multi-District 2
-011001100010 Orkay 2
-011001100010 Nassau-based 2
-011001100010 Ririe-Woodbury 2
-011001100010 KA 2
-011001100010 Jambalaya 2
-011001100010 Deaconness 2
-011001100010 S-J 2
-011001100010 Mailorder 2
-011001100010 Marshall-Wythe 2
-011001100010 Binary 2
-011001100010 Kurchatov 2
-011001100010 Rotch 2
-011001100010 Bike 2
-011001100010 Up-in 2
-011001100010 Carnegie-Rochester 2
-011001100010 Bayporte 2
-011001100010 Vanishing 2
-011001100010 DAI-ICHI 3
-011001100010 Gerontological 3
-011001100010 Nelson-Atkins 3
-011001100010 Visitor 3
-011001100010 10,000-member 3
-011001100010 Nucleic 3
-011001100010 Cranbrook 3
-011001100010 now-closed 3
-011001100010 Westmont 3
-011001100010 American-China 3
-011001100010 Hottentot 3
-011001100010 Navcom 3
-011001100010 Westchase 3
-011001100010 Standardized 3
-011001100010 Bellarosa 3
-011001100010 Needy 3
-011001100010 Mostazafan 3
-011001100010 F.E.A. 3
-011001100010 non-Social 3
-011001100010 High-Tech 3
-011001100010 Citizen/Labor 3
-011001100010 Malev 3
-011001100010 Ko-Yung 3
-011001100010 Gilcrease 3
-011001100010 Cane 3
-011001100010 50-passenger 3
-011001100010 Volleyball 3
-011001100010 IBJ-Schroder 3
-011001100010 Hard-Line 3
-011001100010 Limestone 3
-011001100010 Nicollet 3
-011001100010 Aswan 3
-011001100010 Waterbed 3
-011001100010 USHA 3
-011001100010 non-National 3
-011001100010 Superregional 3
-011001100010 Perimeter 3
-011001100010 Newlywed 3
-011001100010 Ridglea 3
-011001100010 Eastside 3
-011001100010 Haymarket 3
-011001100010 Bullocks-Bullocks 3
-011001100010 Firstate 3
-011001100010 Frank-Guenther 3
-011001100010 Tegel 3
-011001100010 Scleroderma 3
-011001100010 Macalester 3
-011001100010 Soundview 3
-011001100010 Acquires 3
-011001100010 Astrophysical 3
-011001100010 Tummy 3
-011001100010 Ecumenical 3
-011001100010 Unfinished 3
-011001100010 Passamaquoddy 3
-011001100010 Rin 3
-011001100010 Neckwear 3
-011001100010 High-Yield 3
-011001100010 Platonic 3
-011001100010 Dinkum 3
-011001100010 Integra-A 3
-011001100010 Toxin 3
-011001100010 Wayside 4
-011001100010 Suicidal 4
-011001100010 IVI 4
-011001100010 Annenberg/CPB 4
-011001100010 Naumburg 4
-011001100010 Enchanted 4
-011001100010 HZN 4
-011001100010 HOGG 4
-011001100010 BARLOW 4
-011001100010 Pollsmoor 4
-011001100010 McIntire 4
-011001100010 Pro-Life 4
-011001100010 Cervical 4
-011001100010 Drive-Buy 4
-011001100010 Atom 4
-011001100010 Lattice 4
-011001100010 Refuse 4
-011001100010 DTH 4
-011001100010 RAC 4
-011001100010 Kogod 4
-011001100010 /Bullocks 4
-011001100010 Kollsman 4
-011001100010 Wen 4
-011001100010 Firstier 4
-011001100010 Intercollegiate 4
-011001100010 InvesTech 4
-011001100010 Welder 4
-011001100010 Holco 4
-011001100010 Villers 4
-011001100010 TCPL 4
-011001100010 Presbyterian-University 4
-011001100010 Right-to-Life 4
-011001100010 Fresno-based 4
-011001100010 Epilepsy 4
-011001100010 Laissez-Faire 4
-011001100010 Canisius 4
-011001100010 ex-National 4
-011001100010 60-Minute 4
-011001100010 Grapefruit 4
-011001100010 Lod 4
-011001100010 Claxton 4
-011001100010 Cavendish 5
-011001100010 Farabundo 5
-011001100010 Worldwatch 5
-011001100010 Embarcadero 5
-011001100010 Bicoastal 5
-011001100010 Eastex 5
-011001100010 Krannert 5
-011001100010 Knickerbocker 5
-011001100010 Classified 5
-011001100010 Dolmy 5
-011001100010 Toluca 5
-011001100010 Designated 5
-011001100010 Ripon 5
-011001100010 Commemorative 5
-011001100010 C-E 5
-011001100010 Jaffee 5
-011001100010 WINTERTHUR 5
-011001100010 Michoud 6
-011001100010 Christiania 6
-011001100010 Sunstate 6
-011001100010 McGeorge 6
-011001100010 Armored 6
-011001100010 PaineWebber/Geodyne 6
-011001100010 Handwriting 6
-011001100010 Tabernacle 6
-011001100010 Bagdad 6
-011001100010 Cityfront 6
-011001100010 52-story 6
-011001100010 Carburos 6
-011001100010 Culinary 6
-011001100010 Thyssen-Bornemisza 6
-011001100010 American-Soviet 6
-011001100010 Playwrights 6
-011001100010 Hacienda 6
-011001100010 Chugoku 6
-011001100010 Infrared 6
-011001100010 D&K 6
-011001100010 Farmworker 6
-011001100010 Takushoku 6
-011001100010 Earned 6
-011001100010 Mule 6
-011001100010 Haneda 6
-011001100010 Periodical 6
-011001100010 Mises 6
-011001100010 Formaldehyde 6
-011001100010 Counterterrorism 6
-011001100010 Wormald 6
-011001100010 Retiree 6
-011001100010 5905 7
-011001100010 Hokuriku 7
-011001100010 Bilingual 7
-011001100010 Vocational 7
-011001100010 TMC 7
-011001100010 Asahan 7
-011001100010 Goldmine 7
-011001100010 Osterreichische 7
-011001100010 RJ 7
-011001100010 Merrimack 7
-011001100010 Fraternal 7
-011001100010 Saitama 7
-011001100010 Spoleto 7
-011001100010 Mid-Continent 7
-011001100010 Ravinia 7
-011001100010 Efficient 8
-011001100010 Fund-Raising 8
-011001100010 Humanitarian 8
-011001100010 Privy 8
-011001100010 Harborside 8
-011001100010 WestAmerica 8
-011001100010 Radcliffe 8
-011001100010 Lend 8
-011001100010 Organic 8
-011001100010 Friction 8
-011001100010 Majik 8
-011001100010 Bullocks 8
-011001100010 Tobu 8
-011001100010 Beige 8
-011001100010 Narodny 9
-011001100010 Fustat 9
-011001100010 Kimpo 9
-011001100010 All-Union 9
-011001100010 Biltmore 9
-011001100010 Restricted 9
-011001100010 Popeyes 9
-011001100010 Speedy 9
-011001100010 Bluegrass 9
-011001100010 BZ 10
-011001100010 Saehan 10
-011001100010 Southstate 10
-011001100010 PMI 10
-011001100010 O.H. 10
-011001100010 Grinnell 10
-011001100010 DSL 10
-011001100010 Maroon 10
-011001100010 Miniature 11
-011001100010 IMF-World 11
-011001100010 Spavo 11
-011001100010 Shipbuilders 12
-011001100010 Christic 12
-011001100010 Formosa 12
-011001100010 Dana-Farber 12
-011001100010 Skin 12
-011001100010 Northland 13
-011001100010 LNS 13
-011001100010 Karolinska 13
-011001100010 S&A 13
-011001100010 Theological 13
-011001100010 Oesterreichische 13
-011001100010 Kyowa 13
-011001100010 Nederlandsche 13
-011001100010 Ilhae 14
-011001100010 Cooper-Hewitt 14
-011001100010 Cottage 14
-011001100010 Anti-Defamation 14
-011001100010 Topkapi 14
-011001100010 Tax-Free 15
-011001100010 Constituent 15
-011001100010 then-National 15
-011001100010 Intellectual 15
-011001100010 Mister 16
-011001100010 Elysee 16
-011001100010 Amsterdam-Rotterdam 16
-011001100010 Peachtree 16
-011001100010 Dormitory 16
-011001100010 Unified 16
-011001100010 Shared 17
-011001100010 Guangzhou 17
-011001100010 Deaconess 17
-011001100010 Bowdoin 17
-011001100010 Hirshhorn 17
-011001100010 Insured 17
-011001100010 Freese-Notis 18
-011001100010 Sharper 18
-011001100010 Mojave 19
-011001100010 Interfaith 19
-011001100010 Supplemental 20
-011001100010 Musical 20
-011001100010 Farragut 20
-011001100010 Epcot 20
-011001100010 Tomato 21
-011001100010 Tropical 21
-011001100010 No-Load 21
-011001100010 MNC 21
-011001100010 Guadalupe 21
-011001100010 Grosse 22
-011001100010 Entrepreneurial 22
-011001100010 Tokai 22
-011001100010 Architectural 22
-011001100010 N.Z. 22
-011001100010 Ancient 23
-011001100010 Appellate 23
-011001100010 Babson 23
-011001100010 Nightly 23
-011001100010 Biological 23
-011001100010 Joffrey 24
-011001100010 ML 24
-011001100010 Algemene 25
-011001100010 Juilliard 25
-011001100010 Buckingham 25
-011001100010 Multiple 25
-011001100010 Soccer 25
-011001100010 Salvation 26
-011001100010 Collegiate 26
-011001100010 Co-operative 28
-011001100010 Electro 31
-011001100010 Humane 31
-011001100010 Immune 31
-011001100010 Wilderness 33
-011001100010 Headline 33
-011001100010 Coupon 34
-011001100010 Guggenheim 34
-011001100010 Electoral 34
-011001100010 Pasteur 34
-011001100010 Mad 35
-011001100010 VR 35
-011001100010 DG 36
-011001100010 Stapleton 42
-011001100010 Hambros 43
-011001100010 Vanity 47
-011001100010 Administrative 47
-011001100010 C.T.C. 47
-011001100010 Original 48
-011001100010 Heathrow 50
-011001100010 Monkey 51
-011001100010 Plain 55
-011001100010 Historical 58
-011001100010 Bolshoi 58
-011001100010 Junior 59
-011001100010 Pro 60
-011001100010 Pall 60
-011001100010 Toronto-Dominion 61
-011001100010 Cal 67
-011001100010 Hartsfield 68
-011001100010 Judicial 73
-011001100010 Contemporary 81
-011001100010 Evening 81
-011001100010 Ivy 84
-011001100010 Sky 84
-011001100010 Automatic 86
-011001100010 Youth 87
-011001100010 Export-Import 90
-011001100010 Ex-Im 94
-011001100010 Intercontinental 95
-011001100010 Certified 96
-011001100010 Legislative 99
-011001100010 Cato 100
-011001100010 Leadership 104
-011001100010 Criminal 108
-011001100010 Merchant 119
-011001100010 Rite 121
-011001100010 Rural 125
-011001100010 IDS 126
-011001100010 Atomic 133
-011001100010 Holy 134
-011001100010 Popular 151
-011001100010 Antitrust 156
-011001100010 Dartmouth 157
-011001100010 Sanwa 161
-011001100010 Naval 184
-011001100010 Progressive 187
-011001100010 Revolutionary 190
-011001100010 Morning 230
-011001100010 Dresdner 243
-011001100010 Sierra 251
-011001100010 Memorial 283
-011001100010 Peoples 299
-011001100010 Better 302
-011001100010 Port 326
-011001100010 Joint 381
-011001100010 Open 414
-011001100010 Independent 462
-011001100010 Small 610
-011001100010 Strategic 688
-011001100010 Red 698
-011001100010 Deutsche 766
-011001100010 Common 837
-011001100010 Royal 1292
-011001100010 National 15347
-011001100010 Social 1817
-011001100011 leftist-dominated 1
-011001100011 Over-the-Hill 1
-011001100011 Marimba 1
-011001100011 high-firepower 1
-011001100011 Anti-Clot 1
-011001100011 Fattoria 1
-011001100011 Sarinah 1
-011001100011 Christian-controlled 1
-011001100011 anti-State 1
-011001100011 energy-wealthy 1
-011001100011 now-adult 1
-011001100011 Massachusettts 1
-011001100011 Schat-Marine 1
-011001100011 tattoo-armed 1
-011001100011 Dramatist 1
-011001100011 Panchen 1
-011001100011 Stalag 1
-011001100011 heavier-hitting 1
-011001100011 left-handed-hitting 1
-011001100011 Circumlocution 1
-011001100011 Indiana-born 1
-011001100011 M&L 1
-011001100011 industry-tracking 1
-011001100011 Binladin 1
-011001100011 Califonria 1
-011001100011 graillike 1
-011001100011 Solar-Cal 1
-011001100011 estat 1
-011001100011 Annotated 1
-011001100011 99-bed 1
-011001100011 Ingeniero 1
-011001100011 Accrediting 1
-011001100011 Kharkov 1
-011001100011 much-misrepresented 1
-011001100011 Pontifical 1
-011001100011 Boesksy 1
-011001100011 Tsushima 1
-011001100011 Palk 1
-011001100011 eight-time 1
-011001100011 graft-ridden 1
-011001100011 knock-kneed 1
-011001100011 always-approachable 1
-011001100011 Ritsumeikan 1
-011001100011 31-nation 1
-011001100011 Clarenden 1
-011001100011 Jesuit-run 1
-011001100011 243-bed 1
-011001100011 Scranton-Wilkes 1
-011001100011 Kremen 1
-011001100011 Gulbaddin 1
-011001100011 Seagram-Cuba 1
-011001100011 Impediments 1
-011001100011 unstraw 1
-011001100011 314-pound 1
-011001100011 then-HUD 1
-011001100011 Free-Choice 1
-011001100011 Texaco-Carl 1
-011001100011 Adminstrative 1
-011001100011 Failure-to-Enforce 1
-011001100011 High/Scope 1
-011001100011 Impediment 1
-011001100011 Shriner-Midland 1
-011001100011 often-stubborn 1
-011001100011 Internationalist 1
-011001100011 Carls 1
-011001100011 Kenmar 1
-011001100011 Autobiographical 1
-011001100011 Exercycle 1
-011001100011 600-odd 1
-011001100011 Amaury 1
-011001100011 University-Purdue 1
-011001100011 Polytechic 1
-011001100011 Low-Risk 1
-011001100011 GE-Justice 1
-011001100011 Japanese-held 1
-011001100011 much-revered 1
-011001100011 Mitofksy 1
-011001100011 ex-Labor 1
-011001100011 Jerusalem-born 1
-011001100011 Councillor 1
-011001100011 Stop-the-Presses 1
-011001100011 newsmagazine-cover 1
-011001100011 21-lawyer 1
-011001100011 Thundering 1
-011001100011 Hot-Air 1
-011001100011 freeholder 2
-011001100011 Quadrennial 2
-011001100011 Premium-Income 2
-011001100011 Drouot 2
-011001100011 Interpreters 2
-011001100011 35-store 2
-011001100011 Andromeda 2
-011001100011 GAO. 2
-011001100011 Fiery 2
-011001100011 Reformer 2
-011001100011 Intercantonal 2
-011001100011 rabi 2
-011001100011 now-disgraced 2
-011001100011 Dramatists 2
-011001100011 Hornes 2
-011001100011 Tem 2
-011001100011 Freehling 2
-011001100011 Politico-Military 3
-011001100011 Dillards 3
-011001100011 Fatman 3
-011001100011 Shutdown 3
-011001100011 Federated/Allied 3
-011001100011 24-country 3
-011001100011 Tianqiao 3
-011001100011 95-year-old 3
-011001100011 Dyno 3
-011001100011 Hamline 4
-011001100011 Comite 4
-011001100011 Palazzo 5
-011001100011 Transporation 5
-011001100011 Bailout 6
-011001100011 Bin 6
-011001100011 Domaine 6
-011001100011 Gare 8
-011001100011 Trilateral 10
-011001100011 Donaldsons 13
-011001100011 U.S.S. 13
-011001100011 Elektrisk 15
-011001100011 Landmarks 20
-011001100011 Literary 33
-011001100011 Dalai 80
-011001100011 Oval 98
-011001100011 Antonin 104
-011001100011 Writers 107
-011001100011 Economist 154
-011001100011 Counsel 178
-011001100011 USS 182
-011001100011 Interior 409
-011001100011 Census 435
-011001100011 Rev. 557
-011001100011 Agriculture 1440
-011001100011 Transportation 1717
-011001100011 Defense 3008
-011001100011 Labor 3247
-011001100011 Commerce 3768
-011001100011 State 5583
-011001100011 Justice 4627
-0110011001000 Treasury-futures 1
-0110011001000 Producing-company 1
-0110011001000 Foreign-aid 1
-0110011001000 Community-foundation 1
-0110011001000 Ex-Gov 1
-0110011001000 Credentialing 1
-0110011001000 REICHHOLD 1
-0110011001000 Institutional-investment 1
-0110011001000 Hassock 1
-0110011001000 Barbells 1
-0110011001000 Personal-consumption 1
-0110011001000 Philbrook 1
-0110011001000 Blacksmithing 1
-0110011001000 MANDARIN 1
-0110011001000 Fffft 1
-0110011001000 Beguiling 1
-0110011001000 Mellow 1
-0110011001000 Konnie 1
-0110011001000 e-Estimated 1
-0110011001000 Meat-animal 1
-0110011001000 School-board 1
-0110011001000 morale-enhancing 1
-0110011001000 AT&T/PHILIPS 1
-0110011001000 Farm-equipment 1
-0110011001000 Ferd 1
-0110011001000 Refined-product 1
-0110011001000 Horsewhip 1
-0110011001000 Frat 1
-0110011001000 Brandeis/ 1
-0110011001000 Intermediate-goods 1
-0110011001000 Raw-materials 1
-0110011001000 County-fair 1
-0110011001000 Stock-related 1
-0110011001000 Human-resource 1
-0110011001000 Musty 1
-0110011001000 Hom 1
-0110011001000 Hubris 1
-0110011001000 Manufacters 1
-0110011001000 Wrong-o 1
-0110011001000 Non-durable 1
-0110011001000 deal-cutters 1
-0110011001000 YEEEEH. 1
-0110011001000 Baaa 1
-0110011001000 Telephone-company 1
-0110011001000 People-oriented 1
-0110011001000 Laziness 1
-0110011001000 Late-Scholastic 1
-0110011001000 Pacifiers 1
-0110011001000 Whupped 1
-0110011001000 Food-grain 1
-0110011001000 700,000-subscriber 1
-0110011001000 Groaning 1
-0110011001000 1992. 1
-0110011001000 Whoosh 1
-0110011001000 erm 1
-0110011001000 Bell-company 1
-0110011001000 0127 1
-0110011001000 Higher-education 1
-0110011001000 Harnessing 1
-0110011001000 Granola 1
-0110011001000 O.A.S. 1
-0110011001000 Beatrice/Hunt 1
-0110011001000 Probucol 1
-0110011001000 282,800 1
-0110011001000 Maritime-union 1
-0110011001000 Corrugated-box 1
-0110011001000 Cynanamid 1
-0110011001000 ooo 1
-0110011001000 Education-group 1
-0110011001000 Natl 1
-0110011001000 Raffe 1
-0110011001000 ANADARKO 1
-0110011001000 more-refined 1
-0110011001000 Broadcast-industry 1
-0110011001000 Algierian 1
-0110011001000 Camcorder 1
-0110011001000 Swish 1
-0110011001000 Livid 1
-0110011001000 S.&W 1
-0110011001000 Green-coffee 1
-0110011001000 Hunt-company 1
-0110011001000 Mammal 1
-0110011001000 Hoarded 1
-0110011001000 Unstoppable 1
-0110011001000 Surreal 1
-0110011001000 Intelligience 1
-0110011001000 High-ticket 1
-0110011001000 Tough-Minded 1
-0110011001000 Newpaperman 1
-0110011001000 Curts 1
-0110011001000 Shared-savings-performance 1
-0110011001000 Laem 1
-0110011001000 Coffee-futures 1
-0110011001000 plant-sending 1
-0110011001000 Streamline 1
-0110011001000 1959-60 1
-0110011001000 1950-3 1
-0110011001000 1948-9 1
-0110011001000 1926-33 1
-0110011001000 1924-5 1
-0110011001000 1920-2 1
-0110011001000 1918-20 1
-0110011001000 1918-9 1
-0110011001000 1916-24 1
-0110011001000 1915-34 1
-0110011001000 1912-25 1
-0110011001000 1961-73 1
-0110011001000 1858-9 1
-0110011001000 1852-3 1
-0110011001000 1846-8 1
-0110011001000 1835-6 1
-0110011001000 1831-2 1
-0110011001000 1821-2 1
-0110011001000 1820-2 1
-0110011001000 1816-8 1
-0110011001000 1910-1 1
-0110011001000 1905-07 1
-0110011001000 1900-1 1
-0110011001000 1898-9 1
-0110011001000 1895-6 1
-0110011001000 1894-5 1
-0110011001000 1894-6 1
-0110011001000 1873-82 1
-0110011001000 1869-71 1
-0110011001000 1865-6 1
-0110011001000 Hr 1
-0110011001000 1814-5 1
-0110011001000 1813-4 1
-0110011001000 1806-10 1
-0110011001000 1801-5 1
-0110011001000 1798-1800 1
-0110011001000 super-competitive 1
-0110011001000 Tradable 1
-0110011001000 Budgeted 1
-0110011001000 Vol 1
-0110011001000 soymeal 1
-0110011001000 PANCANADIAN 1
-0110011001000 Straight-ahead 1
-0110011001000 Spiraling 1
-0110011001000 Well-educated 1
-0110011001000 Ditch 1
-0110011001000 TOMORROW 1
-0110011001000 Loretto-Hilton 1
-0110011001000 Horizontally 1
-0110011001000 Agricultural-futures 1
-0110011001000 Ha-ha 1
-0110011001000 Tailoring 1
-0110011001000 Megacorp 1
-0110011001000 +83 1
-0110011001000 Newspaper-industry 1
-0110011001000 G.B.S. 1
-0110011001000 Europessimism 1
-0110011001000 Expense-account 1
-0110011001000 plastics-industry 1
-0110011001000 Less-favored 1
-0110011001000 Per-i-od 1
-0110011001000 humm 1
-0110011001000 Oil-Change 1
-0110011001000 Trofe-o 1
-0110011001000 Shipping-industry 1
-0110011001000 Petroleum-futures 1
-0110011001000 Nr 1
-0110011001000 Chiropractor 1
-0110011001000 Theme-park 1
-0110011001000 Grocery-store 1
-0110011001000 Beef-cattle 1
-0110011001000 Hog-future 1
-0110011001000 Unleaded-gasoline 1
-0110011001000 Prodigal 1
-0110011001000 Crack-Crack 1
-0110011001000 cansheet 1
-0110011001000 Ka-boom 1
-0110011001000 Ka-BAM 1
-0110011001000 I.B.C. 1
-0110011001000 Nonbuilding-construction 1
-0110011001000 Assassinations 1
-0110011001000 Benedum 1
-0110011001000 Palm-Aire 1
-0110011001000 1,130-member 1
-0110011001000 BERRY 1
-0110011001000 Ex-Cpl 1
-0110011001000 Oil-product 1
-0110011001000 Publico 1
-0110011001000 Agriculture-ministry 1
-0110011001000 Uncritical 1
-0110011001000 shaes 1
-0110011001000 Then-Sen 1
-0110011001000 Crude-goods 1
-0110011001000 Tourism-industry 1
-0110011001000 Generic-industry 1
-0110011001000 Plant-and-equipment 1
-0110011001000 bank-industry 1
-0110011001000 Blood-Bright 1
-0110011001000 Desperate. 1
-0110011001000 Memory-chip 1
-0110011001000 Moscow-Health 1
-0110011001000 Real-estate-industry 1
-0110011001000 CONDOMINIUM 1
-0110011001000 Hypotheken-& 1
-0110011001000 Mineraloel 1
-0110011001000 uh. 1
-0110011001000 Grain-futures 1
-0110011001000 Porkbelly 1
-0110011001000 rawhide 1
-0110011001000 DBC 1
-0110011001000 Lower-than-average 1
-0110011001000 Government-set 1
-0110011001000 Per-household 1
-0110011001000 Bush-administration 1
-0110011001000 Surety-Inquiry 1
-0110011001000 Wood-products 1
-0110011001000 Sel 1
-0110011001000 Fed-steer 1
-0110011001000 Zowie 1
-0110011001000 Garrulous 1
-0110011001000 Backslapping 1
-0110011001000 Brokerage-industry 1
-0110011001000 Aluminum-ingot 1
-0110011001000 POSTCRIPTS 1
-0110011001000 Rickie 1
-0110011001000 middle-echelon 1
-0110011001000 Parishes 1
-0110011001000 Snore 1
-0110011001000 defense-purchasing 1
-0110011001000 Stock-index-futures 1
-0110011001000 Used-plane 1
-0110011001000 Farm-commodity 1
-0110011001000 archipelego 1
-0110011001000 Oil-future 1
-0110011001000 aircraft-structures 1
-0110011001000 Market-clearing 1
-0110011001000 Warmer 2
-0110011001000 Ka-BOOM 2
-0110011001000 DENTAL 2
-0110011001000 NISSHO 2
-0110011001000 Dango 2
-0110011001000 Dishonesty 2
-0110011001000 Nightclub 2
-0110011001000 Ummed 2
-0110011001000 Escot 2
-0110011001000 Counterfeiting 2
-0110011001000 Patna 2
-0110011001000 Incorporating 2
-0110011001000 Burundian 2
-0110011001000 Sola 2
-0110011001000 Fire-safety 2
-0110011001000 Guandong 2
-0110011001000 Small-Business 2
-0110011001000 CABBAGE 2
-0110011001000 Executed 2
-0110011001000 Disinflation 2
-0110011001000 Techny 2
-0110011001000 Caliphobia 2
-0110011001000 Medical-care 2
-0110011001000 Alstead 2
-0110011001000 1853-4 2
-0110011001000 1859 2
-0110011001000 Strike. 2
-0110011001000 Sci-Tech 2
-0110011001000 SULLIVAN 2
-0110011001000 Welding 2
-0110011001000 Terrifying 2
-0110011001000 Contingent 2
-0110011001000 Subordinate 2
-0110011001000 KQED 2
-0110011001000 Futures-industry 2
-0110011001000 Abi 2
-0110011001000 Nonferrous 2
-0110011001000 FOOTNOTE 2
-0110011001000 Outback 2
-0110011001000 SAINTS 2
-0110011001000 Functional 2
-0110011001000 Prudential- 2
-0110011001000 Consuela 2
-0110011001000 Sodick 2
-0110011001000 Thos 2
-0110011001000 Sham 2
-0110011001000 Beds 2
-0110011001000 Advicorp 2
-0110011001000 Videotheque 2
-0110011001000 Nameco 2
-0110011001000 ex-U.S. 2
-0110011001000 Decontrol 2
-0110011001000 Malting 2
-0110011001000 Savile 2
-0110011001000 Perwaja 2
-0110011001000 Ridgedale 2
-0110011001000 Pfaudler 2
-0110011001000 PowerBurst 2
-0110011001000 Senses 2
-0110011001000 Jarrod 2
-0110011001000 Bentham 2
-0110011001000 Cameloot 2
-0110011001000 Castiglione 2
-0110011001000 God-like 2
-0110011001000 Non-White 2
-0110011001000 Stanislaus 2
-0110011001000 Thypin 2
-0110011001000 MISSISSIPPI 2
-0110011001000 344.26 2
-0110011001000 Chatty 2
-0110011001000 Synthesis 2
-0110011001000 Giat 2
-0110011001000 Caning 2
-0110011001000 Etc 2
-0110011001000 Shiroki 2
-0110011001000 Rustproofing 2
-0110011001000 Non-ferrous 2
-0110011001000 Lieut 2
-0110011001000 Graphological 2
-0110011001000 Bachelors 2
-0110011001000 Cocoa-futures 2
-0110011001000 Japan-America 2
-0110011001000 Athenaeum 2
-0110011001000 CYPRUS 2
-0110011001000 Sokaiya 2
-0110011001000 OUT-OF-WORK 2
-0110011001000 16. 2
-0110011001000 TESORO 2
-0110011001000 Melchemie 2
-0110011001000 Cocomalt 2
-0110011001000 GAMCO 2
-0110011001000 Rush-Presbyterian-St 2
-0110011001000 DONOVAN 2
-0110011001000 Uncounted 2
-0110011001000 stemware 2
-0110011001000 Woodward-Clyde 2
-0110011001000 Farm-land 2
-0110011001000 Berta 2
-0110011001000 Bead 2
-0110011001000 Million-Dollar 3
-0110011001000 Doublespeak 3
-0110011001000 Displaced 3
-0110011001000 Nailatikau 3
-0110011001000 Clove 3
-0110011001000 Aesthetic 3
-0110011001000 Doomsday 3
-0110011001000 Hawthorn 3
-0110011001000 Repairing 3
-0110011001000 Florists 3
-0110011001000 Ang 3
-0110011001000 Soybean-meal 3
-0110011001000 Orange-juice 3
-0110011001000 Nikolais 3
-0110011001000 Mug 3
-0110011001000 CHEC 3
-0110011001000 Brougher 3
-0110011001000 Whisper 3
-0110011001000 DeCordova 3
-0110011001000 Pedestrian 3
-0110011001000 Taaffe 3
-0110011001000 Adequate 3
-0110011001000 Capital-equipment 3
-0110011001000 AUTOMATED 3
-0110011001000 Fabricators 3
-0110011001000 Lettuce 3
-0110011001000 Whack 3
-0110011001000 Unregulated 3
-0110011001000 Open-market 3
-0110011001000 Nitrogen 3
-0110011001000 LAX 3
-0110011001000 Actuarial 3
-0110011001000 Incremental 3
-0110011001000 Sticker 3
-0110011001000 Q.P.L. 3
-0110011001000 Tells 3
-0110011001000 Year-round 3
-0110011001000 Zebra 3
-0110011001000 Stromberg-Carlson 3
-0110011001000 1903-4 3
-0110011001000 Strident 3
-0110011001000 Theraplay 3
-0110011001000 Transgenic 3
-0110011001000 Nonviolent 3
-0110011001000 Sneaker 3
-0110011001000 Saville 3
-0110011001000 Ballston 4
-0110011001000 Scolari 4
-0110011001000 Looser 4
-0110011001000 Ripple 4
-0110011001000 Activist 4
-0110011001000 Pineapple 4
-0110011001000 OLYMPIC 4
-0110011001000 Pork-belly 4
-0110011001000 Sow 4
-0110011001000 Uh-huh 4
-0110011001000 Wafer 4
-0110011001000 Metro-Dade 4
-0110011001000 Secondary-market 4
-0110011001000 Observation 4
-0110011001000 QANTAS 4
-0110011001000 Fraternity 4
-0110011001000 Condo 4
-0110011001000 Midtown 4
-0110011001000 Copier 4
-0110011001000 Clerical 4
-0110011001000 PHILLIPS 4
-0110011001000 Abalone 4
-0110011001000 Cassette 4
-0110011001000 REFUND 4
-0110011001000 Alternate 4
-0110011001000 Benj 4
-0110011001000 Steeplechase 4
-0110011001000 Bottle 4
-0110011001000 Ya 4
-0110011001000 Sabotage 4
-0110011001000 Conway-Eastern 4
-0110011001000 Doubt 4
-0110011001000 Satire 4
-0110011001000 Blond 4
-0110011001000 Sugar-futures 4
-0110011001000 Tombstone 4
-0110011001000 Writes 4
-0110011001000 Hygrade 4
-0110011001000 Blimp 5
-0110011001000 Hmmm 5
-0110011001000 Fonstein 5
-0110011001000 Thomp 5
-0110011001000 SPECIALTY 5
-0110011001000 Artillery 5
-0110011001000 Macroeconomic 5
-0110011001000 Onion 5
-0110011001000 Andorra 5
-0110011001000 Newsstand 5
-0110011001000 Kowa 5
-0110011001000 Shun 5
-0110011001000 Cade 5
-0110011001000 Hog-futures 5
-0110011001000 MONTREAL 5
-0110011001000 Canola 5
-0110011001000 Rutile 5
-0110011001000 Laptop 5
-0110011001000 Uninhibited 5
-0110011001000 Toa 5
-0110011001000 S.R. 5
-0110011001000 Petroleum-product 5
-0110011001000 Federations 5
-0110011001000 TOTAL-CIE 5
-0110011001000 Ingot 5
-0110011001000 Tackle 5
-0110011001000 Modeling 5
-0110011001000 Fasting 6
-0110011001000 Catfish 6
-0110011001000 Buyout 6
-0110011001000 Breakup 6
-0110011001000 Guts 6
-0110011001000 Telemarketing 6
-0110011001000 Sponsor 6
-0110011001000 CODE 6
-0110011001000 Cossack 6
-0110011001000 Juror 6
-0110011001000 Gender 6
-0110011001000 Goulds 6
-0110011001000 UCSF 6
-0110011001000 Souvenir 6
-0110011001000 Illicit 6
-0110011001000 Cow 6
-0110011001000 Calf 6
-0110011001000 Undergraduate 6
-0110011001000 Singles 6
-0110011001000 B&H 6
-0110011001000 Skid 6
-0110011001000 Demons 6
-0110011001000 Respiratory 7
-0110011001000 Assumption 7
-0110011001000 Outplacement 7
-0110011001000 Targeted 7
-0110011001000 Nondurable 7
-0110011001000 Noise 7
-0110011001000 Scattergood 7
-0110011001000 Renovation 7
-0110011001000 Suggestion 7
-0110011001000 Copper-futures 7
-0110011001000 Kidney 7
-0110011001000 Executive-branch 7
-0110011001000 Thrift-industry 7
-0110011001000 MALE 7
-0110011001000 Loud 7
-0110011001000 Jolt 7
-0110011001000 Ups 7
-0110011001000 Booming 7
-0110011001000 Calcium 8
-0110011001000 Meal 8
-0110011001000 Appropriate 8
-0110011001000 Precious-metal 8
-0110011001000 Talent 8
-0110011001000 Mushroom 8
-0110011001000 Gymnastics 8
-0110011001000 Specialist 8
-0110011001000 1020 8
-0110011001000 Ministerial 8
-0110011001000 Arthritis 8
-0110011001000 OCCIDENTAL 8
-0110011001000 Mud 9
-0110011001000 Gilt 9
-0110011001000 Pawn 9
-0110011001000 Polyester 9
-0110011001000 Nest 9
-0110011001000 Rude 9
-0110011001000 Wicks 9
-0110011001000 Costume 9
-0110011001000 FEMALE 9
-0110011001000 Oat 9
-0110011001000 Sandwich 10
-0110011001000 Reliability 10
-0110011001000 Contingency 10
-0110011001000 Specialized 10
-0110011001000 En 10
-0110011001000 Bizarre 10
-0110011001000 Stamp 10
-0110011001000 Salary 10
-0110011001000 Wedding 10
-0110011001000 LUFTHANSA 11
-0110011001000 Accurate 11
-0110011001000 Pickands 11
-0110011001000 Heating-oil 11
-0110011001000 Nonprofit 11
-0110011001000 Horror 11
-0110011001000 Excise 11
-0110011001000 Print 12
-0110011001000 Barley 12
-0110011001000 Titanium 12
-0110011001000 Admission 12
-0110011001000 Junk-bond 12
-0110011001000 Cracker 12
-0110011001000 TCW 12
-0110011001000 Disabled 13
-0110011001000 POSTSCRIPTS 13
-0110011001000 Wm 13
-0110011001000 Corn-futures 13
-0110011001000 Recruiting 13
-0110011001000 Broker 13
-0110011001000 Vegetable 13
-0110011001000 Hon 13
-0110011001000 Hedge 13
-0110011001000 Farmland 14
-0110011001000 Precious-metals 14
-0110011001000 Kash 14
-0110011001000 Ticket 14
-0110011001000 Busy 14
-0110011001000 Reef 14
-0110011001000 Charitable 14
-0110011001000 Freer 14
-0110011001000 Jos 14
-0110011001000 Jumbo 15
-0110011001000 Counter 16
-0110011001000 Peer 16
-0110011001000 Consent 16
-0110011001000 Bicycle 17
-0110011001000 Yen 17
-0110011001000 Taxpayer 17
-0110011001000 Pacifica 17
-0110011001000 Kiewit 17
-0110011001000 Repair 17
-0110011001000 Luxury 17
-0110011001000 Overhead 17
-0110011001000 Passive 18
-0110011001000 Employer 18
-0110011001000 Admissions 18
-0110011001000 Fee 19
-0110011001000 P.O. 19
-0110011001000 VTR 20
-0110011001000 Charity 20
-0110011001000 Diplomatic 21
-0110011001000 Dual 21
-0110011001000 Parent 21
-0110011001000 Vendor 22
-0110011001000 Catalog 22
-0110011001000 Gamma 22
-0110011001000 Technological 23
-0110011001000 Potato 23
-0110011001000 Teacher 23
-0110011001000 Provincial 24
-0110011001000 Female 24
-0110011001000 Faculty 24
-0110011001000 Sheer 24
-0110011001000 Cocaine 24
-0110011001000 Uranium 25
-0110011001000 Profs 25
-0110011001000 Syndication 25
-0110011001000 Leather 26
-0110011001000 Killing 27
-0110011001000 Downtown 27
-0110011001000 Variable 27
-0110011001000 Innovative 28
-0110011001000 Pic 28
-0110011001000 Patient 28
-0110011001000 Alternative 29
-0110011001000 Customer 29
-0110011001000 Bargain 29
-0110011001000 Favorite 29
-0110011001000 PAY 30
-0110011001000 Material 30
-0110011001000 Seat 30
-0110011001000 Rotan 30
-0110011001000 Core 31
-0110011001000 ROYAL 31
-0110011001000 Law-enforcement 31
-0110011001000 Manufactured 32
-0110011001000 Pilot 32
-0110011001000 Frequent 33
-0110011001000 Nickel 33
-0110011001000 Selected 34
-0110011001000 Period 34
-0110011001000 Coin 34
-0110011001000 Crude-oil 35
-0110011001000 Extra 35
-0110011001000 Floor 35
-0110011001000 STANDARD 36
-0110011001000 Principal 36
-0110011001000 Electricity 37
-0110011001000 Pvt 39
-0110011001000 Bigger 39
-0110011001000 Supermarket 39
-0110011001000 Male 40
-0110011001000 Syndicate 40
-0110011001000 Operators 40
-0110011001000 Normal 40
-0110011001000 Passenger 42
-0110011001000 Cap 43
-0110011001000 Bolt 44
-0110011001000 Firm 45
-0110011001000 Retailing 45
-0110011001000 Plastic 47
-0110011001000 Fur 47
-0110011001000 Soft 47
-0110011001000 J.H. 47
-0110011001000 Double 48
-0110011001000 Durable 49
-0110011001000 Present 49
-0110011001000 Aggressive 51
-0110011001000 Newsprint 52
-0110011001000 Milk 52
-0110011001000 Worker 58
-0110011001000 Arbitrage 63
-0110011001000 Planned 63
-0110011001000 Junk 64
-0110011001000 Spot 65
-0110011001000 Convertible 67
-0110011001000 Settlement 68
-0110011001000 Vehicle 68
-0110011001000 Memory 68
-0110011001000 Prof 69
-0110011001000 Term 75
-0110011001000 Premium 78
-0110011001000 Primary 79
-0110011001000 Bretton 79
-0110011001000 Merger 82
-0110011001000 Residential 83
-0110011001000 Hog 84
-0110011001000 Race 86
-0110011001000 Gasoline 86
-0110011001000 Producer 92
-0110011001000 Stock-index 93
-0110011001000 Import 101
-0110011001000 Quarterly 102
-0110011001000 Official 102
-0110011001000 Pork 111
-0110011001000 Blood 113
-0110011001000 Cie 116
-0110011001000 Brand 116
-0110011001000 Wholesale 122
-0110011001000 Beer 122
-0110011001000 BRITISH 123
-0110011001000 Baseball 126
-0110011001000 Thrift 126
-0110011001000 Reps 131
-0110011001000 Brokerage 133
-0110011001000 Grain 134
-0110011001000 Platinum 141
-0110011001000 Job 151
-0110011001000 Cattle 158
-0110011001000 Student 161
-0110011001000 Future 167
-0110011001000 Precious 171
-0110011001000 Factory 190
-0110011001000 Soybean 207
-0110011001000 Sens 210
-0110011001000 Personal 253
-0110011001000 Military 255
-0110011001000 Airline 261
-0110011001000 Cash 262
-0110011001000 WHO 262
-0110011001000 Copper 264
-0110011001000 Wheat 314
-0110011001000 Pay 318
-0110011001000 Car 336
-0110011001000 Export 340
-0110011001000 Silver 355
-0110011001000 Political 395
-0110011001000 Retail 401
-0110011001000 Share 443
-0110011001000 Construction 526
-0110011001000 Good 565
-0110011001000 Alex 568
-0110011001000 Corporate 912
-0110011001000 Company 1027
-0110011001000 Consumer 1129
-0110011001000 Government 1477
-0110011001000 Bond 1711
-0110011001000 Manufacturers 1955
-0110011001000 Gold 2146
-0110011001000 Industry 2259
-0110011001000 Messrs 2224
-0110011001001 Implored 1
-0110011001001 Archibishop 1
-0110011001001 Baii 1
-0110011001001 LEAN 1
-0110011001001 STEPHEN 1
-0110011001001 Ex-IRS 1
-0110011001001 Fasig 1
-0110011001001 then-Army 1
-0110011001001 Filipp 1
-0110011001001 Bluford 1
-0110011001001 Odin 1
-0110011001001 then-Central 1
-0110011001001 AIDED 1
-0110011001001 Tawny 1
-0110011001001 Qazi 1
-0110011001001 Ravenspurn 1
-0110011001001 jeu 1
-0110011001001 Ligamamada 1
-0110011001001 out-Reaganing 1
-0110011001001 map-maker 1
-0110011001001 mischaracterizing 1
-0110011001001 .Daniel 1
-0110011001001 Chapeau 1
-0110011001001 Honorine 1
-0110011001001 CLOAK 1
-0110011001001 Caran 1
-0110011001001 then-Education 1
-0110011001001 Communal 1
-0110011001001 175-man 1
-0110011001001 A.M.S. 1
-0110011001001 Pimenta 1
-0110011001001 Novedades 1
-0110011001001 then-NRC 1
-0110011001001 HYDE 1
-0110011001001 2515 1
-0110011001001 Extracto 1
-0110011001001 Ojos 1
-0110011001001 then-SEC 1
-0110011001001 Chancellery 1
-0110011001001 VILLAS 1
-0110011001001 ASMP 1
-0110011001001 then-bank 1
-0110011001001 Limitada 1
-0110011001001 Dallis 1
-0110011001001 Pano 1
-0110011001001 efficiency-minded 1
-0110011001001 Hwesu 1
-0110011001001 Cia.Telefonica 1
-0110011001001 Kenn 1
-0110011001001 Quai 1
-0110011001001 250,416 1
-0110011001001 Nacionales 1
-0110011001001 95,280 1
-0110011001001 then-Budget 1
-0110011001001 Quin 1
-0110011001001 Tirey 1
-0110011001001 Eff 1
-0110011001001 better-behaved 1
-0110011001001 Unibanco-Banco 1
-0110011001001 Picos 1
-0110011001001 CANADIANS 1
-0110011001001 Then-Prime 1
-0110011001001 Satnam 1
-0110011001001 Kuwaiti-controlled 1
-0110011001001 Fikry 1
-0110011001001 then-CFTC 1
-0110011001001 soybean-association 1
-0110011001001 Libertadores 1
-0110011001001 nostalgie 1
-0110011001001 RABBIS 1
-0110011001001 LIEN 1
-0110011001001 ARCHIE 1
-0110011001001 lambast 1
-0110011001001 Frederich 1
-0110011001001 --Edward 1
-0110011001001 986,500 1
-0110011001001 196,196 1
-0110011001001 LIENS 1
-0110011001001 SMC/ 1
-0110011001001 Agriculture-Fishery 1
-0110011001001 then-House 1
-0110011001001 Jalpa 1
-0110011001001 Valeriy 1
-0110011001001 Amand 1
-0110011001001 Successfully 1
-0110011001001 Lael 1
-0110011001001 Girbaud 1
-0110011001001 OPENING 1
-0110011001001 PROFESSORS 1
-0110011001001 5,096,251 1
-0110011001001 Twenty-nine-year-old 1
-0110011001001 Gunning-Mueller 1
-0110011001001 Dese 1
-0110011001001 Then-Defense 1
-0110011001001 YIN 1
-0110011001001 SAGEM-Societe 1
-0110011001001 PARALYSIS 1
-0110011001001 PELTZ 1
-0110011001001 SUNNY 1
-0110011001001 yet-to-be-famous 1
-0110011001001 Croxley 1
-0110011001001 1,441,700 1
-0110011001001 Finsbury 1
-0110011001001 Piat 1
-0110011001001 Inducting 1
-0110011001001 Ex-Singapore 1
-0110011001001 Munawar 1
-0110011001001 Arabe 1
-0110011001001 Abdul-Haadee 1
-0110011001001 Combinado 1
-0110011001001 Isla 1
-0110011001001 Then-Premier 1
-0110011001001 then-Paramount 1
-0110011001001 Pre-Parent 1
-0110011001001 Youthful-looking 1
-0110011001001 Universidad 1
-0110011001001 Vicaria 1
-0110011001001 Gerhart 1
-0110011001001 Monchengladbach-based 1
-0110011001001 Addie 1
-0110011001001 Khent 1
-0110011001001 Pointed 1
-0110011001001 DANA 1
-0110011001001 DEL 1
-0110011001001 inspecteur 1
-0110011001001 Renovacion 1
-0110011001001 stogie-loving 1
-0110011001001 Moore. 1
-0110011001001 Ateliers 1
-0110011001001 2936 1
-0110011001001 GEO. 1
-0110011001001 Melia 1
-0110011001001 Socieded 1
-0110011001001 huelgistas 1
-0110011001001 Eleftherios 1
-0110011001001 Deogracias 1
-0110011001001 theorie 1
-0110011001001 Constantinos 1
-0110011001001 1120 1
-0110011001001 Marinha 1
-0110011001001 Clebern 1
-0110011001001 1,500,850 1
-0110011001001 Bohuslav 1
-0110011001001 Nevado 1
-0110011001001 Savino 1
-0110011001001 S.& 1
-0110011001001 Lavere 1
-0110011001001 Abdulaziz 1
-0110011001001 Sobhi 1
-0110011001001 Ghislain 1
-0110011001001 Creve 1
-0110011001001 Ex-President 1
-0110011001001 Finton 1
-0110011001001 113,854 1
-0110011001001 187,126 1
-0110011001001 E.F.& 1
-0110011001001 crise 1
-0110011001001 173,846 1
-0110011001001 Consorcio 1
-0110011001001 Break-Even 1
-0110011001001 Jocelyn 1
-0110011001001 eaux 1
-0110011001001 Confederacion 1
-0110011001001 Iglu 1
-0110011001001 Tomme 1
-0110011001001 Mirabaud 1
-0110011001001 Sixty-five-year-old 1
-0110011001001 Allows 1
-0110011001001 Deward 1
-0110011001001 Semilla 1
-0110011001001 Ouvreiere 1
-0110011001001 cri 1
-0110011001001 Sucursal 1
-0110011001001 Ralbern 1
-0110011001001 Inter-Atlantico 1
-0110011001001 OBSTETRICS 1
-0110011001001 Iochpe 1
-0110011001001 Ardis 1
-0110011001001 Montie 1
-0110011001001 Ulpiano 1
-0110011001001 Jeu 1
-0110011001001 Lasagne 1
-0110011001001 Tabaksfabriek-Koffiebranderijen-Theehan 1
-0110011001001 LAWMEN 1
-0110011001001 Jaula 1
-0110011001001 Damaging 1
-0110011001001 long-marching 1
-0110011001001 pozos 1
-0110011001001 Sabana 1
-0110011001001 Oleta 1
-0110011001001 then-Renault 1
-0110011001001 Campbelll 1
-0110011001001 Bendicion 1
-0110011001001 Canal-Plus-Socie-dad 1
-0110011001001 Norriss 1
-0110011001001 Stiffens 1
-0110011001001 Gavril 1
-0110011001001 ABLE 1
-0110011001001 Hovey 1
-0110011001001 Pittsburgh/ 1
-0110011001001 Fruzsina 1
-0110011001001 Rohn 1
-0110011001001 Tellegen 1
-0110011001001 Lorrance 1
-0110011001001 Fadhil 1
-0110011001001 Balek 1
-0110011001001 Nuckolls 1
-0110011001001 Gandolvo 1
-0110011001001 Fioravante 1
-0110011001001 Domeena 1
-0110011001001 SHORTS 1
-0110011001001 -Fred 1
-0110011001001 472,000-person 1
-0110011001001 LAS. 1
-0110011001001 Valdemar 1
-0110011001001 Raanan 1
-0110011001001 178,414 1
-0110011001001 Refinacoes 1
-0110011001001 Ferruzzi-controlled 1
-0110011001001 SHELDON 1
-0110011001001 cul 1
-0110011001001 blanquette 1
-0110011001001 argolla-controlled 1
-0110011001001 fashion-leading 1
-0110011001001 Emmogene 1
-0110011001001 Tragedie 1
-0110011001001 Macchine 1
-0110011001001 Iniziative 1
-0110011001001 then-French 1
-0110011001001 Rassemblement 1
-0110011001001 then-Senate 1
-0110011001001 Alpheus 1
-0110011001001 Phala 1
-0110011001001 Glendower 1
-0110011001001 Frish 1
-0110011001001 DeWalt 1
-0110011001001 DRIFT 1
-0110011001001 Memtec 1
-0110011001001 Bleed 1
-0110011001001 Floris 1
-0110011001001 Latinoamericano 1
-0110011001001 Companie 1
-0110011001001 KCBX 1
-0110011001001 Quifoven-Engelhard 1
-0110011001001 Opal 1
-0110011001001 Travelling 1
-0110011001001 CELEBRATIONS 1
-0110011001001 Sarwar 1
-0110011001001 Handicrafts 1
-0110011001001 1,730,250 1
-0110011001001 Finaciere 1
-0110011001001 Damin 1
-0110011001001 Gestion 1
-0110011001001 Prive 1
-0110011001001 Heskin 1
-0110011001001 Sajan 1
-0110011001001 Uniao 1
-0110011001001 Mylon 1
-0110011001001 chataigne 1
-0110011001001 Espirit 1
-0110011001001 ex-Prime 1
-0110011001001 Westbank 1
-0110011001001 Masciantonio 1
-0110011001001 .David 1
-0110011001001 onceretired 1
-0110011001001 cut-priced 1
-0110011001001 Farsetta 1
-0110011001001 Institute/Alliance 1
-0110011001001 problem-prone 1
-0110011001001 Early-February 1
-0110011001001 Weatherby 1
-0110011001001 Then-Education 1
-0110011001001 Soviet-assisted 1
-0110011001001 Sangre 1
-0110011001001 Tesouro 1
-0110011001001 Hellene 1
-0110011001001 Unibanco-Uniao 1
-0110011001001 Kinkley 1
-0110011001001 Otha 1
-0110011001001 then-Japanese 1
-0110011001001 Holen 1
-0110011001001 fine-quality 1
-0110011001001 hard-to-crack 1
-0110011001001 then-FBI 1
-0110011001001 492,763 1
-0110011001001 Girish 1
-0110011001001 Philarmonique 1
-0110011001001 then-Church 1
-0110011001001 Niel 1
-0110011001001 Drogas 1
-0110011001001 Antunez 1
-0110011001001 Mme. 1
-0110011001001 Lubrinna 1
-0110011001001 Edmonde 1
-0110011001001 Theophilus 1
-0110011001001 NICHOLAS 1
-0110011001001 142,110 1
-0110011001001 Grificos 1
-0110011001001 Dierdra 1
-0110011001001 Canadienne 1
-0110011001001 Confederazione 1
-0110011001001 n'est-ce 1
-0110011001001 mid-continent 1
-0110011001001 fivenation 1
-0110011001001 177,342 1
-0110011001001 19-story 1
-0110011001001 Hoteliere 1
-0110011001001 son-of-the-South 1
-0110011001001 Fabbrica 1
-0110011001001 ex-Fed 1
-0110011001001 quitte 1
-0110011001001 Coro 1
-0110011001001 long-besieged 1
-0110011001001 Jamsheed 1
-0110011001001 Saul-Chairman 1
-0110011001001 Mohd 1
-0110011001001 DANIEL 1
-0110011001001 32-acre 1
-0110011001001 Showtime-The 1
-0110011001001 existentialist-philosopher 1
-0110011001001 once-prestigious 1
-0110011001001 fixtured 1
-0110011001001 361,142 1
-0110011001001 Donne 1
-0110011001001 Venezolana 1
-0110011001001 Keeling 1
-0110011001001 lensman 1
-0110011001001 Gwain 1
-0110011001001 Timmappa 1
-0110011001001 Machos 1
-0110011001001 Institutio 1
-0110011001001 Sevillana 1
-0110011001001 Ricostruzioni 1
-0110011001001 Saint-Germain 1
-0110011001001 Meistersinger 1
-0110011001001 Willim 1
-0110011001001 Caja 1
-0110011001001 Diddly 1
-0110011001001 Fourth-biggest 1
-0110011001001 850,300 1
-0110011001001 Dippy 1
-0110011001001 Avah 1
-0110011001001 Olza 1
-0110011001001 then-GOP 1
-0110011001001 Ascenseur 1
-0110011001001 Toits 1
-0110011001001 Diran 1
-0110011001001 Florine 1
-0110011001001 then-VOA 1
-0110011001001 Marq 1
-0110011001001 Then-Navy 1
-0110011001001 Tamarra 1
-0110011001001 Hippophagique 1
-0110011001001 Gastronomie 1
-0110011001001 Chevaline 1
-0110011001001 Eisenson 1
-0110011001001 Suck 1
-0110011001001 raisons 1
-0110011001001 Renso 1
-0110011001001 815,238 1
-0110011001001 Usinas 1
-0110011001001 Siderurgicas 1
-0110011001001 Linfield 1
-0110011001001 Gerlinda 1
-0110011001001 Desarrollos 1
-0110011001001 2416 1
-0110011001001 Angolaise 1
-0110011001001 ROUGH 1
-0110011001001 Trans-Continentale 1
-0110011001001 more-creditworthy 1
-0110011001001 33,115 1
-0110011001001 Honi 1
-0110011001001 Romilly 2
-0110011001001 Sour 2
-0110011001001 Oeschger 2
-0110011001001 Laboratoire 2
-0110011001001 Trabadores 2
-0110011001001 Mercados 2
-0110011001001 Agusan 2
-0110011001001 Democratique 2
-0110011001001 Asra 2
-0110011001001 succes 2
-0110011001001 Universite 2
-0110011001001 Cour 2
-0110011001001 Vialidad 2
-0110011001001 FACULTY 2
-0110011001001 FTCC 2
-0110011001001 Bankhaus 2
-0110011001001 CinemaScore 2
-0110011001001 170,988 2
-0110011001001 Electromagnetic 2
-0110011001001 Izquierda 2
-0110011001001 Rutilio 2
-0110011001001 Nuestra 2
-0110011001001 Senora 2
-0110011001001 610,100 2
-0110011001001 Zeev 2
-0110011001001 Turisticos 2
-0110011001001 Paseo 2
-0110011001001 Sistema 2
-0110011001001 Franquicias 2
-0110011001001 HJ 2
-0110011001001 Bibliotheque 2
-0110011001001 then-Finance 2
-0110011001001 maitres 2
-0110011001001 Agache-Willot 2
-0110011001001 mal 2
-0110011001001 DONALD 2
-0110011001001 Sorema 2
-0110011001001 Miracolo 2
-0110011001001 Refac 2
-0110011001001 Reggae 2
-0110011001001 Lecons 2
-0110011001001 383,186 2
-0110011001001 Thuy 2
-0110011001001 Gia 2
-0110011001001 constructors 2
-0110011001001 Norwood-Norfolk 2
-0110011001001 Gobble 2
-0110011001001 1735 2
-0110011001001 Interamericana 2
-0110011001001 Faro 2
-0110011001001 Hopital 2
-0110011001001 Contractual 2
-0110011001001 LESLIE 2
-0110011001001 Duana 2
-0110011001001 Desi 2
-0110011001001 Embraer-Empressa 2
-0110011001001 President-for-Life 2
-0110011001001 Josip 2
-0110011001001 1717 2
-0110011001001 Southwood 2
-0110011001001 Iracema 2
-0110011001001 Rotund 2
-0110011001001 Heatherton 2
-0110011001001 Eleuthere 2
-0110011001001 Amancio 2
-0110011001001 Windstar 2
-0110011001001 Palmerston 2
-0110011001001 Thaw-Da 3
-0110011001001 Lufttransport-Unternehmen 3
-0110011001001 Moamar 3
-0110011001001 Omnibanc 3
-0110011001001 Cruel 3
-0110011001001 Laurier 3
-0110011001001 objets 3
-0110011001001 Oilman 3
-0110011001001 Polistil 3
-0110011001001 Semon 3
-0110011001001 Gerda 3
-0110011001001 Gaite 3
-0110011001001 Choderlos 3
-0110011001001 Dovie 3
-0110011001001 Mediocredito 3
-0110011001001 307-member 3
-0110011001001 Fedelle 3
-0110011001001 pomme 3
-0110011001001 Cantonal 3
-0110011001001 Kirtland 3
-0110011001001 Maxime 3
-0110011001001 Scierie 3
-0110011001001 Posadas 3
-0110011001001 impeaching 3
-0110011001001 Normale 3
-0110011001001 then-Israeli 3
-0110011001001 E.& 3
-0110011001001 Cassa 3
-0110011001001 Colegio 3
-0110011001001 Clarissa 3
-0110011001001 Cervecerias 3
-0110011001001 Visually 3
-0110011001001 PEL 3
-0110011001001 Columba 3
-0110011001001 Sociedade 3
-0110011001001 Cielos 3
-0110011001001 Na 4
-0110011001001 Flor 4
-0110011001001 commedia 4
-0110011001001 Anonima 4
-0110011001001 Nuovo 4
-0110011001001 Commandant 4
-0110011001001 Superieure 4
-0110011001001 Silos 4
-0110011001001 J.& 4
-0110011001001 Nuit 4
-0110011001001 Anonyme 4
-0110011001001 Tocaia 4
-0110011001001 fourth-ranked 4
-0110011001001 Oris 4
-0110011001001 Hornby 4
-0110011001001 Beams 4
-0110011001001 Sayed 4
-0110011001001 Europeene 4
-0110011001001 Mobiliere 4
-0110011001001 SALARIES 4
-0110011001001 Tierra 4
-0110011001001 Marquise 4
-0110011001001 joie 4
-0110011001001 Operadora 4
-0110011001001 Talcs 5
-0110011001001 Idi 5
-0110011001001 ING. 5
-0110011001001 2417 5
-0110011001001 Nouvelle 5
-0110011001001 Terme 5
-0110011001001 Corber 5
-0110011001001 Elseveir 5
-0110011001001 IFB 5
-0110011001001 Versa 5
-0110011001001 Telefonos 6
-0110011001001 Industrias 6
-0110011001001 Evangelist 6
-0110011001001 Groupement 6
-0110011001001 Luxembourgeoise 6
-0110011001001 Folha 6
-0110011001001 Cerro 6
-0110011001001 Europeenne 6
-0110011001001 Fabrique 6
-0110011001001 then-Vice 7
-0110011001001 Sitiveni 7
-0110011001001 Ratu 7
-0110011001001 Quebecoise 7
-0110011001001 Cyrano 7
-0110011001001 then-Prime 8
-0110011001001 Instituto 8
-0110011001001 then-Defense 8
-0110011001001 Caguas 8
-0110011001001 Zamboanga 8
-0110011001001 Arnaud 8
-0110011001001 Adela 8
-0110011001001 H.O. 8
-0110011001001 E.D.& 8
-0110011001001 Edo 9
-0110011001001 Cementos 9
-0110011001001 Empresa 10
-0110011001001 nom 10
-0110011001001 CHARLES 10
-0110011001001 Clos 10
-0110011001001 Moises 11
-0110011001001 eau 11
-0110011001001 Minera 12
-0110011001001 Pee 12
-0110011001001 maitre 13
-0110011001001 Colonel 13
-0110011001001 Compania 14
-0110011001001 hors 15
-0110011001001 Lyonnaise 15
-0110011001001 faux 15
-0110011001001 Cartera 16
-0110011001001 Parisienne 17
-0110011001001 Casa 17
-0110011001001 Belge 17
-0110011001001 Internationale 17
-0110011001001 Sociedad 18
-0110011001001 Ecole 18
-0110011001001 raison 18
-0110011001001 Accion 19
-0110011001001 Espanola 19
-0110011001001 Explosivos 19
-0110011001001 esprit 20
-0110011001001 Gregorio 21
-0110011001001 Centrale 22
-0110011001001 Espanol 27
-0110011001001 Gaz 29
-0110011001001 Showtime/The 31
-0110011001001 Coeur 35
-0110011001001 Punta 38
-0110011001001 pas 40
-0110011001001 Moammar 49
-0110011001001 Marina 49
-0110011001001 Chateau 53
-0110011001001 Rear 56
-0110011001001 Francaise 57
-0110011001001 Associate 59
-0110011001001 Compagnie 60
-0110011001001 Petroleos 61
-0110011001001 Regie 64
-0110011001001 Telefonica 72
-0110011001001 Nacional 80
-0110011001001 Managing 99
-0110011001001 Cyrus 121
-0110011001001 Caisse 123
-0110011001001 Retired 134
-0110011001001 Circus 180
-0110011001001 Ollie 193
-0110011001001 Nationale 202
-0110011001001 Alco 203
-0110011001001 Financiere 225
-0110011001001 Maj. 260
-0110011001001 Deputy 311
-0110011001001 Assistant 358
-0110011001001 Rio 367
-0110011001001 Banco 375
-0110011001001 Cie. 425
-0110011001001 Societe 427
-0110011001001 Premier 521
-0110011001001 Penn 521
-0110011001001 Oliver 773
-0110011001001 Lt. 876
-0110011001001 Generale 1121
-0110011001001 Vice 1492
-0110011001001 Foreign 2085
-0110011001001 Prime 2597
-0110011001001 Col. 2703
-0110011001010 190,675 1
-0110011001010 Aldan 1
-0110011001010 HOUSTON-Coca-Cola 1
-0110011001010 Ishimaru 1
-0110011001010 Swanco 1
-0110011001010 Farrish 1
-0110011001010 Calgom 1
-0110011001010 Matshusita 1
-0110011001010 CFCL 1
-0110011001010 Webb/Duval 1
-0110011001010 Pedernales 1
-0110011001010 time-traveler 1
-0110011001010 Gregan 1
-0110011001010 Bronfman-Du 1
-0110011001010 Krupp/James 1
-0110011001010 XPS. 1
-0110011001010 KKSWI. 1
-0110011001010 SPM 1
-0110011001010 Wyoming-California 1
-0110011001010 Rush-Bagot 1
-0110011001010 yesterday.Matsushita 1
-0110011001010 Meadowdale 1
-0110011001010 Seway 1
-0110011001010 P.F.C. 1
-0110011001010 Dongbu 1
-0110011001010 Ligang 1
-0110011001010 Keisai 1
-0110011001010 Seven-Up/RC 1
-0110011001010 TCM 1
-0110011001010 Mitutoyo 1
-0110011001010 Spicers 1
-0110011001010 Caudal 1
-0110011001010 Chysen 1
-0110011001010 Gas/Tucson 1
-0110011001010 Quivira 1
-0110011001010 EFFOA-Finland 1
-0110011001010 Telerent 1
-0110011001010 M/E 1
-0110011001010 A.C.E. 1
-0110011001010 Harvard-Du 1
-0110011001010 CTFG 1
-0110011001010 Molded 1
-0110011001010 Valley-Vulcan 1
-0110011001010 FON 1
-0110011001010 Cleveland-Electric 1
-0110011001010 Henkens 1
-0110011001010 Presa 1
-0110011001010 PP&S 1
-0110011001010 Kinsco 1
-0110011001010 Curlew 1
-0110011001010 NFU 1
-0110011001010 Kraft-General 1
-0110011001010 feijao 1
-0110011001010 Dowzer 1
-0110011001010 AWSC 1
-0110011001010 Durkee-French 1
-0110011001010 Lenti-Chemico 1
-0110011001010 Marrowbone 1
-0110011001010 A.I.C. 1
-0110011001010 Chichibu 1
-0110011001010 Not-So-Big 1
-0110011001010 Gas-Tucson 1
-0110011001010 PacifiCorp/Utah 1
-0110011001010 Ranjilor 1
-0110011001010 Meidensha 1
-0110011001010 Gas-Lite 1
-0110011001010 Diakin 1
-0110011001010 C&T 1
-0110011001010 Montaup 1
-0110011001010 GWF 1
-0110011001010 C-B 1
-0110011001010 M-I 1
-0110011001010 Pancana 1
-0110011001010 Cosolidated 1
-0110011001010 Riviana 1
-0110011001010 Doubleday/Bantam/Dell 1
-0110011001010 Jobs-Economic 1
-0110011001010 Zitropo 1
-0110011001010 Americam 1
-0110011001010 Falkirk 1
-0110011001010 Jodaline 1
-0110011001010 RSB 1
-0110011001010 Andante 1
-0110011001010 Walbrook 1
-0110011001010 Del-Du 1
-0110011001010 Reaches 1
-0110011001010 Biograph 1
-0110011001010 Sun/DIC 1
-0110011001010 GFI-General 1
-0110011001010 A.N.D.A. 1
-0110011001010 Book/Business 1
-0110011001010 Niugini 1
-0110011001010 HRD 1
-0110011001010 iichi 1
-0110011001010 .Nippon 1
-0110011001010 CF&I 1
-0110011001010 Lippo 1
-0110011001010 Allcity 1
-0110011001010 Kusan 1
-0110011001010 Talk-Show 1
-0110011001010 Izusu 1
-0110011001010 Nikkan 1
-0110011001010 GOSL 1
-0110011001010 Nastech 1
-0110011001010 NIOSH. 1
-0110011001010 Heidtman 1
-0110011001010 JLR 1
-0110011001010 Connole 1
-0110011001010 Papaya 1
-0110011001010 Heidrich 1
-0110011001010 Storz 1
-0110011001010 Elberon 1
-0110011001010 Hudepohl-Schoenling 1
-0110011001010 Morning-Star 1
-0110011001010 QFC 1
-0110011001010 Crysen 1
-0110011001010 Dantai 1
-0110011001010 Beneficiary 1
-0110011001010 SID 1
-0110011001010 SaintAmand 1
-0110011001010 SCM/Hanson 1
-0110011001010 A.H.A 1
-0110011001010 RP 1
-0110011001010 HL 1
-0110011001010 Chrysler-Kenosha 1
-0110011001010 148,700 1
-0110011001010 291,000-member 1
-0110011001010 Arnel 1
-0110011001010 HDR 1
-0110011001010 Kagiso 1
-0110011001010 Century-National 1
-0110011001010 CalFarm 1
-0110011001010 Joban 1
-0110011001010 Rivendell 1
-0110011001010 Iran-Japan 1
-0110011001010 Yaskawa 1
-0110011001010 CWC 1
-0110011001010 Interamerica 1
-0110011001010 Property/Casualty 1
-0110011001010 Finvest 1
-0110011001010 PRS 1
-0110011001010 Yosei 1
-0110011001010 Kenlake 1
-0110011001010 Tsubakimoto 1
-0110011001010 Yodogawa 1
-0110011001010 Godo 1
-0110011001010 Commonweath 1
-0110011001010 Anglo-Egyptian 1
-0110011001010 Sheng-Li 1
-0110011001010 POC 1
-0110011001010 Warmington 1
-0110011001010 Diamond-Stars 1
-0110011001010 BSC 1
-0110011001010 Deepwood 1
-0110011001010 Koike 1
-0110011001010 AT&S 1
-0110011001010 Wield 1
-0110011001010 MEMOREX 1
-0110011001010 Mikron 1
-0110011001010 IHF-Internazionale 1
-0110011001010 DAIDO 1
-0110011001010 Rilla 1
-0110011001010 Atascosa 1
-0110011001010 Cal-Pacific 1
-0110011001010 T.M. 1
-0110011001010 CITH 1
-0110011001010 KS&A 1
-0110011001010 Manufac 1
-0110011001010 C-C 1
-0110011001010 Enoch 1
-0110011001010 Register/Prudential 1
-0110011001010 SCS 1
-0110011001010 Jinhung 1
-0110011001010 TU 1
-0110011001010 Kurosaki 1
-0110011001010 Folksamerica 1
-0110011001010 Boone/Narragansett 1
-0110011001010 WPS 1
-0110011001010 BancNewEngland 1
-0110011001010 Martlet 1
-0110011001010 Mattatuck 1
-0110011001010 MS1 1
-0110011001010 AHS 1
-0110011001010 Lityan 1
-0110011001010 Furuno 1
-0110011001010 Sikorksy 1
-0110011001010 BOISE 1
-0110011001010 Amclo 1
-0110011001010 Goldquest 1
-0110011001010 Yili-Nabisco 1
-0110011001010 A.R.E. 1
-0110011001010 A.C.M.A. 1
-0110011001010 Franco-Nevada 1
-0110011001010 Custodial 1
-0110011001010 96,613 1
-0110011001010 Boryung 1
-0110011001010 Desmarais-controlled 1
-0110011001010 Landsay 1
-0110011001010 Daio 1
-0110011001010 Tranex 1
-0110011001010 Riceland 1
-0110011001010 Optique 1
-0110011001010 CTP 1
-0110011001010 GoodMark 1
-0110011001010 Acstar 1
-0110011001010 Cal-Maine 1
-0110011001010 SCC 1
-0110011001010 Hassneh 1
-0110011001010 Birchwood 1
-0110011001010 WAF 1
-0110011001010 Cybertech 2
-0110011001010 Raineri 2
-0110011001010 Supream 2
-0110011001010 Mid-County 2
-0110011001010 Nacolah 2
-0110011001010 Chiro 2
-0110011001010 Taffy 2
-0110011001010 Telephony 2
-0110011001010 Metron 2
-0110011001010 VSI 2
-0110011001010 Zedmark 2
-0110011001010 Martec 2
-0110011001010 Percie 2
-0110011001010 Researcher 2
-0110011001010 Dellwood 2
-0110011001010 Bendix-Jidosha 2
-0110011001010 Bendix/Martin 2
-0110011001010 E-W 2
-0110011001010 Southbend 2
-0110011001010 R-C 2
-0110011001010 KMI 2
-0110011001010 IEP 2
-0110011001010 Dependable 2
-0110011001010 U.O.B. 2
-0110011001010 Crowntuft 2
-0110011001010 FRH 2
-0110011001010 Sanken 2
-0110011001010 JMC 2
-0110011001010 Mitsu 2
-0110011001010 Biotech/Du 2
-0110011001010 DACG 2
-0110011001010 Robinson-Guild 2
-0110011001010 Nacho 2
-0110011001010 Peto 2
-0110011001010 DeJean 2
-0110011001010 EIE 2
-0110011001010 Starrex 2
-0110011001010 Lee-GN 2
-0110011001010 Panafrican 2
-0110011001010 SRH 2
-0110011001010 Mayday 2
-0110011001010 Lainiere 2
-0110011001010 Texas-gulf 2
-0110011001010 Stroehmann 2
-0110011001010 Mi-Tech 2
-0110011001010 Heckethorn 2
-0110011001010 ACS 2
-0110011001010 data-gatherer 2
-0110011001010 Nutri 2
-0110011001010 Goodmark 2
-0110011001010 Yangzi 2
-0110011001010 Kasle 2
-0110011001010 Yakin 2
-0110011001010 LF 2
-0110011001010 SkiSoft 2
-0110011001010 ML-Lee 2
-0110011001010 Reda 2
-0110011001010 Johnsonville 2
-0110011001010 GACC 2
-0110011001010 MLLee 2
-0110011001010 Baltica-Nordisk 2
-0110011001010 Baltica 2
-0110011001010 Kaken 2
-0110011001010 HME 2
-0110011001010 Inter-classico 2
-0110011001010 Wakefern 2
-0110011001010 Davco 2
-0110011001010 SeaWest 2
-0110011001010 Nittan 2
-0110011001010 Nitec 2
-0110011001010 WMF 2
-0110011001010 Oklaunion 2
-0110011001010 O.P.M. 2
-0110011001010 Tongkuk 2
-0110011001010 Intalco 2
-0110011001010 Winco 2
-0110011001010 Pamorex 2
-0110011001010 Hokuetsu 2
-0110011001010 WMC 2
-0110011001010 Edel-Brown 2
-0110011001010 Barcel 2
-0110011001010 JT 2
-0110011001010 GAR 2
-0110011001010 POGO 2
-0110011001010 EBCO 2
-0110011001010 Exporter 2
-0110011001010 Leede 2
-0110011001010 Multi-Media 2
-0110011001010 Teva 2
-0110011001010 Mitsumi 2
-0110011001010 Greymac 2
-0110011001010 Bluebonnet 2
-0110011001010 Transalpine 2
-0110011001010 Retlaw 2
-0110011001010 LORIMAR 2
-0110011001010 Ezaki 2
-0110011001010 Blandin 2
-0110011001010 LMC 2
-0110011001010 FLSI 2
-0110011001010 Hayssen 2
-0110011001010 Contempri 2
-0110011001010 Chrysky 2
-0110011001010 Non-Profit 2
-0110011001010 Kotobuki 3
-0110011001010 MGC 3
-0110011001010 SBS 3
-0110011001010 Processed 3
-0110011001010 X.L. 3
-0110011001010 Henredon 3
-0110011001010 SK 3
-0110011001010 Samjens 3
-0110011001010 Retrieval 3
-0110011001010 Daon 3
-0110011001010 Philanthropic 3
-0110011001010 McCullagh 3
-0110011001010 Keihan 3
-0110011001010 InterAmerican 3
-0110011001010 Softklone 3
-0110011001010 MFC 3
-0110011001010 Provena 3
-0110011001010 Parkdale 3
-0110011001010 Jidosha 3
-0110011001010 Ohtsuka 3
-0110011001010 GynoMed 3
-0110011001010 SG 3
-0110011001010 Doric 3
-0110011001010 Kasagi 3
-0110011001010 Shipshewana 3
-0110011001010 SMG 3
-0110011001010 Kumho 3
-0110011001010 Goltrin 3
-0110011001010 Walshire 3
-0110011001010 Dowa 3
-0110011001010 Mosinee 3
-0110011001010 OPF 3
-0110011001010 Graphite 3
-0110011001010 C&O 3
-0110011001010 Emkay 3
-0110011001010 Laketon 3
-0110011001010 S&J 3
-0110011001010 Beatriz 3
-0110011001010 Asgrow 3
-0110011001010 R-Line 3
-0110011001010 Calcasieu 3
-0110011001010 Parke-Bernet 3
-0110011001010 Win-Chance 3
-0110011001010 Amwest 3
-0110011001010 Fenchurch 3
-0110011001010 Highlight 3
-0110011001010 STI 3
-0110011001010 Radial 3
-0110011001010 TLX 3
-0110011001010 Kosmos 3
-0110011001010 Minerva 3
-0110011001010 Biomass 3
-0110011001010 AQ 3
-0110011001010 Kaukauna 3
-0110011001010 SLI 3
-0110011001010 Cataphote 3
-0110011001010 KCP 3
-0110011001010 Harbison-Walker 3
-0110011001010 South-Western 3
-0110011001010 Intertec 3
-0110011001010 Griffco 3
-0110011001010 Krinos 3
-0110011001010 Emons 3
-0110011001010 Arnage 3
-0110011001010 Warrenton 3
-0110011001010 FB 3
-0110011001010 Olan 3
-0110011001010 Mitsuwa 3
-0110011001010 TCP 3
-0110011001010 Industrial-Alliance 3
-0110011001010 Hevi-Duty 3
-0110011001010 PWS 4
-0110011001010 Konosuke 4
-0110011001010 Hysan 4
-0110011001010 Colorado-Ute 4
-0110011001010 Toho 4
-0110011001010 Bellemead 4
-0110011001010 Minami 4
-0110011001010 Prestolite 4
-0110011001010 Odakyu 4
-0110011001010 Tmic 4
-0110011001010 BHW 4
-0110011001010 GU 4
-0110011001010 Analect 4
-0110011001010 Simplex 4
-0110011001010 Shy 4
-0110011001010 Huys 4
-0110011001010 Heuga 4
-0110011001010 Frostex 4
-0110011001010 NEG 4
-0110011001010 Keihin 4
-0110011001010 Amselco 4
-0110011001010 Showscan 4
-0110011001010 FAC 4
-0110011001010 Gerity 4
-0110011001010 Copolymer 4
-0110011001010 GSI 4
-0110011001010 QED 4
-0110011001010 Recycled 4
-0110011001010 GH 4
-0110011001010 Idemitsu 4
-0110011001010 MSR 4
-0110011001010 Thule 4
-0110011001010 Highmont 4
-0110011001010 Hallador 4
-0110011001010 Jennie-O 4
-0110011001010 Whittar 4
-0110011001010 Joshin 4
-0110011001010 Shin-Daiwa 5
-0110011001010 Highveld 5
-0110011001010 Vassar 5
-0110011001010 Bentley-Harris 5
-0110011001010 Iwatsu 5
-0110011001010 Anritsu 5
-0110011001010 Inver 5
-0110011001010 Newnam 5
-0110011001010 Yokogawa 5
-0110011001010 FH 5
-0110011001010 GLI 5
-0110011001010 Piezo 5
-0110011001010 RSL 5
-0110011001010 BJ 5
-0110011001010 FLX 5
-0110011001010 E-B 5
-0110011001010 Submarine 5
-0110011001010 HMA 5
-0110011001010 OKI 5
-0110011001010 SGI 5
-0110011001010 Wessely 5
-0110011001010 DIG 5
-0110011001010 Fitel 5
-0110011001010 Pueringer 5
-0110011001010 Homart 5
-0110011001010 SPG 5
-0110011001010 Lornex 6
-0110011001010 E.I. 6
-0110011001010 Funai 6
-0110011001010 DKM 6
-0110011001010 C&K 6
-0110011001010 Grantor 6
-0110011001010 DMI 6
-0110011001010 DR 6
-0110011001010 BW 6
-0110011001010 MarCor 6
-0110011001010 Chef-Reddy 6
-0110011001010 Elkay 6
-0110011001010 Bishopsgate 6
-0110011001010 Unleash 6
-0110011001010 Neglect 6
-0110011001010 BJF 6
-0110011001010 Pakhoed 6
-0110011001010 WCK 6
-0110011001010 Hayley 6
-0110011001010 Interamerican 6
-0110011001010 KV 6
-0110011001010 Wesco 6
-0110011001010 Edizione 6
-0110011001010 Catering 6
-0110011001010 Intermagnetics 6
-0110011001010 Mitsuba 6
-0110011001010 Primate 6
-0110011001010 Glenmede 7
-0110011001010 Billiton 7
-0110011001010 Screenvision 7
-0110011001010 BCW 7
-0110011001010 WEI 7
-0110011001010 Mochida 7
-0110011001010 Redco 7
-0110011001010 WestAir 7
-0110011001010 Nissei 7
-0110011001010 EFC 7
-0110011001010 Baldor 7
-0110011001010 Regensteiner 7
-0110011001010 Jimberlana 7
-0110011001010 LISP 7
-0110011001010 K-V 7
-0110011001010 Quarto 8
-0110011001010 Schult 8
-0110011001010 Honshu 8
-0110011001010 Trans-Alaska 8
-0110011001010 Cenvill 8
-0110011001010 I/AM 8
-0110011001010 Neste 8
-0110011001010 Anac 8
-0110011001010 Hispanic-American 8
-0110011001010 Jujo 8
-0110011001010 Cavalcade 8
-0110011001010 B.J.F. 8
-0110011001010 S&B 8
-0110011001010 Okuma 8
-0110011001010 Vlasic 8
-0110011001010 Wyndham 8
-0110011001010 FAS 8
-0110011001010 Welded 8
-0110011001010 E.I.E. 8
-0110011001010 Shoko 9
-0110011001010 HMS 9
-0110011001010 Missouri-Kansas-Texas 9
-0110011001010 Chiyoda 9
-0110011001010 Pacesetter 9
-0110011001010 SDC 9
-0110011001010 Landell 9
-0110011001010 Silvershoe 9
-0110011001010 MTS 9
-0110011001010 Flour 10
-0110011001010 Familiar 10
-0110011001010 Liquidating 10
-0110011001010 Cahasa 10
-0110011001010 Sconnix 10
-0110011001010 Agrifuels 10
-0110011001010 Nitto 10
-0110011001010 Tex-La 10
-0110011001010 NLI 10
-0110011001010 Generic 10
-0110011001010 PON 10
-0110011001010 Ssangyong 11
-0110011001010 Enro 11
-0110011001010 Scripps-Howard 11
-0110011001010 Outokumpu 11
-0110011001010 RI 11
-0110011001010 Debenture 11
-0110011001010 RSI 11
-0110011001010 Transwestern 11
-0110011001010 Philips/Du 11
-0110011001010 Siam 11
-0110011001010 Loma 11
-0110011001010 Kendavis 11
-0110011001010 Guiding 11
-0110011001010 McLouth 12
-0110011001010 RMV 12
-0110011001010 MorningStar 12
-0110011001010 AOC 12
-0110011001010 SunCor 12
-0110011001010 Oji 12
-0110011001010 Latrobe 12
-0110011001010 Trus 13
-0110011001010 Banyu 13
-0110011001010 Finevest 13
-0110011001010 Yamato 13
-0110011001010 Daiichi 13
-0110011001010 Oriole 14
-0110011001010 Misawa 14
-0110011001010 CNG 14
-0110011001010 WFC 14
-0110011001010 Disability 15
-0110011001010 Prepared 15
-0110011001010 USI 15
-0110011001010 Chubu 15
-0110011001010 INR 16
-0110011001010 Furukawa 16
-0110011001010 UDC-Universal 16
-0110011001010 Astro 16
-0110011001010 Nicolet 16
-0110011001010 Axa-Midi 16
-0110011001010 Calmark 16
-0110011001010 Curtice-Burns 17
-0110011001010 Sunflower 17
-0110011001010 G-H 17
-0110011001010 Allnet 17
-0110011001010 Serve 17
-0110011001010 Daido 17
-0110011001010 EUA 18
-0110011001010 Vital 18
-0110011001010 Toth 18
-0110011001010 Teco 19
-0110011001010 Tasty 19
-0110011001010 Riser 20
-0110011001010 IBI 20
-0110011001010 Lacana 20
-0110011001010 Emmis 20
-0110011001010 Brigadier 20
-0110011001010 REPH 21
-0110011001010 Keisei 21
-0110011001010 UT 21
-0110011001010 Mag 22
-0110011001010 Ambac 22
-0110011001010 Writer 22
-0110011001010 Simplicity 23
-0110011001010 Paco 23
-0110011001010 Southlife 23
-0110011001010 Ziff-Davis 23
-0110011001010 Chantal 23
-0110011001010 Pneumatic 24
-0110011001010 Copperweld 25
-0110011001010 Kokusai 25
-0110011001010 DD 25
-0110011001010 Snack 25
-0110011001010 Nisshin 26
-0110011001010 Canandaigua 27
-0110011001010 Showa 27
-0110011001010 Lyondell 27
-0110011001010 CIC 27
-0110011001010 Pabst 28
-0110011001010 Seaway 28
-0110011001010 Catalina 28
-0110011001010 NAC 29
-0110011001010 Structural 29
-0110011001010 Imported 29
-0110011001010 Hino 29
-0110011001010 Yamanouchi 30
-0110011001010 Spearhead 30
-0110011001010 Naked 30
-0110011001010 RLI 31
-0110011001010 Star-Kist 31
-0110011001010 Makita 32
-0110011001010 Cahners 33
-0110011001010 Diamond-Star 33
-0110011001010 Westar 35
-0110011001010 Onoda 35
-0110011001010 Integrity 36
-0110011001010 P&C 36
-0110011001010 MMR 36
-0110011001010 Delmarva 37
-0110011001010 Inspector 39
-0110011001010 Kia 41
-0110011001010 Smithfield 42
-0110011001010 Oki 42
-0110011001010 Hecla 45
-0110011001010 Ortho 47
-0110011001010 Inertia 48
-0110011001010 Placement 48
-0110011001010 Con 48
-0110011001010 Ticor 50
-0110011001010 Chugai 51
-0110011001010 Lac 54
-0110011001010 Hammermill 56
-0110011001010 Foremost 58
-0110011001010 Weirton 58
-0110011001010 Razorback 59
-0110011001010 Cessna 59
-0110011001010 ANR 61
-0110011001010 Sikorsky 71
-0110011001010 J.D. 78
-0110011001010 Automated 78
-0110011001010 Duquesne 80
-0110011001010 Taiyo 80
-0110011001010 Captain 88
-0110011001010 Inter-American 95
-0110011001010 Acme 97
-0110011001010 Beech 99
-0110011001010 Sanyo 101
-0110011001010 Potomac 115
-0110011001010 Thermo 116
-0110011001010 Americus 121
-0110011001010 Title 126
-0110011001010 Wheeling-Pittsburgh 131
-0110011001010 Citizen 131
-0110011001010 Allstate 143
-0110011001010 Sunshine 143
-0110011001010 Kobe 162
-0110011001010 Teachers 170
-0110011001010 Resolution 176
-0110011001010 Kawasaki 203
-0110011001010 Hershey 205
-0110011001010 Homestake 206
-0110011001010 Isuzu 211
-0110011001010 Inland 222
-0110011001010 Benefit 224
-0110011001010 Mission 228
-0110011001010 Mitsui 359
-0110011001010 du 392
-0110011001010 Matsushita 413
-0110011001010 Equitable 429
-0110011001010 Citizens 480
-0110011001010 Bethlehem 487
-0110011001010 Urban 488
-0110011001010 Sumitomo 554
-0110011001010 Commonwealth 715
-0110011001010 Prudential 729
-0110011001010 Westinghouse 816
-0110011001010 Mitsubishi 903
-0110011001010 Nippon 941
-0110011001010 Du 1265
-0110011001010 Bankers 1809
-0110011001010 Life 2467
-0110011001010 General 11147
-0110011001011 Inkatha-related 1
-0110011001011 Kunar 1
-0110011001011 Rhine-Main-Danube 1
-0110011001011 Jui 1
-0110011001011 Pinewood 1
-0110011001011 Dish-Dark 1
-0110011001011 2,167,400 1
-0110011001011 Birmingham-Farmington 1
-0110011001011 restucture 1
-0110011001011 Pillette 1
-0110011001011 Deana 1
-0110011001011 Tableau 1
-0110011001011 128-year-old 1
-0110011001011 TSS 1
-0110011001011 Rapidan 1
-0110011001011 Pentagon-funded 1
-0110011001011 Luapula 1
-0110011001011 49th-floor 1
-0110011001011 noncom 1
-0110011001011 Nutritious 1
-0110011001011 Molasse 1
-0110011001011 Tabar 1
-0110011001011 Kanaka 1
-0110011001011 Plumas 1
-0110011001011 Baguio 1
-0110011001011 Goodhue 1
-0110011001011 Bossier 1
-0110011001011 Jan-Peter 1
-0110011001011 Damen 1
-0110011001011 Absecon 1
-0110011001011 Caddo 1
-0110011001011 79,535 1
-0110011001011 Legazpi 1
-0110011001011 Jagdish 1
-0110011001011 Horticulture 1
-0110011001011 Lomba 1
-0110011001011 Marsaxlokk 1
-0110011001011 Melieha 1
-0110011001011 Lavonne 1
-0110011001011 1,429,100 1
-0110011001011 Pan-Canadian 1
-0110011001011 Gilbo 1
-0110011001011 Maritza 1
-0110011001011 Lumbuka 1
-0110011001011 Conoy 1
-0110011001011 Whitman-Walker 1
-0110011001011 Washakie 1
-0110011001011 Suda 1
-0110011001011 Kendall-Jackson 1
-0110011001011 Yarmouk 1
-0110011001011 Normative 1
-0110011001011 1,420,500 1
-0110011001011 Keathley 1
-0110011001011 Ospedale 1
-0110011001011 Tipp 1
-0110011001011 Fantasmic 1
-0110011001011 Denver-Julesberg 1
-0110011001011 Yarawindah 1
-0110011001011 Barbizon 1
-0110011001011 Tortuous 1
-0110011001011 three-table 1
-0110011001011 Free-Trade 1
-0110011001011 Babai 1
-0110011001011 Cauvery 1
-0110011001011 Plaquemines 1
-0110011001011 Metalcote 1
-0110011001011 16-judge 1
-0110011001011 Entfuhrung 1
-0110011001011 Dependability 1
-0110011001011 Wynmoor 1
-0110011001011 allemande 1
-0110011001011 Square-dance 1
-0110011001011 Two-Hearted 1
-0110011001011 Benardus 1
-0110011001011 Eagle-Vail 1
-0110011001011 Sejongono 1
-0110011001011 Ventnor 1
-0110011001011 wall-less 1
-0110011001011 168-country 1
-0110011001011 Wenceslaus 1
-0110011001011 Somme 1
-0110011001011 Shajing 1
-0110011001011 Hotpot 1
-0110011001011 Shuaiba 1
-0110011001011 Spasky 1
-0110011001011 Phasis 1
-0110011001011 933,673 1
-0110011001011 Touche-Mann 1
-0110011001011 Movement. 1
-0110011001011 Oyly 1
-0110011001011 FIFRA 1
-0110011001011 Norstar-Long 1
-0110011001011 Chunichi 1
-0110011001011 Itehad 1
-0110011001011 Ansan 1
-0110011001011 Eola 1
-0110011001011 Exploitatie 1
-0110011001011 Roane 1
-0110011001011 Alantic 1
-0110011001011 Almendares 1
-0110011001011 4,750,100 1
-0110011001011 Hellroaring 1
-0110011001011 Ringgold 1
-0110011001011 Balearic 1
-0110011001011 Chamshill 1
-0110011001011 Changchung 1
-0110011001011 Narvep-Morrison 1
-0110011001011 Kuril 1
-0110011001011 17,750-ton 1
-0110011001011 Oklahama 1
-0110011001011 247,000-acre 1
-0110011001011 Critique 1
-0110011001011 already-troubled 1
-0110011001011 307,208 1
-0110011001011 Elstree 1
-0110011001011 everly 1
-0110011001011 Skamania 1
-0110011001011 Coweta 1
-0110011001011 Kurume 1
-0110011001011 Canbo 1
-0110011001011 Barbeque 1
-0110011001011 Rennies 1
-0110011001011 Shillong 1
-0110011001011 Chatam 1
-0110011001011 Guadalquivir 1
-0110011001011 Phaser 1
-0110011001011 sof 1
-0110011001011 Imants 1
-0110011001011 Ibhayi 1
-0110011001011 Desborough 1
-0110011001011 80-foot-tall 1
-0110011001011 Royalists 1
-0110011001011 4,825 1
-0110011001011 7,008,600 1
-0110011001011 Roxby 1
-0110011001011 BOBER 1
-0110011001011 Aquisitions 1
-0110011001011 Wrightsville 1
-0110011001011 2.1871 1
-0110011001011 Leeland 1
-0110011001011 ex-Beverly 1
-0110011001011 Ginanjar 1
-0110011001011 Datamation 1
-0110011001011 1,526,652 1
-0110011001011 Buda 1
-0110011001011 Szabadsag 1
-0110011001011 Cologne-based 1
-0110011001011 Sixto 1
-0110011001011 Zavala 1
-0110011001011 Letecia 1
-0110011001011 Herbal 1
-0110011001011 1,675,270 1
-0110011001011 Taiwanese-built 1
-0110011001011 zhi 1
-0110011001011 950-film 1
-0110011001011 16.4-million-acre 1
-0110011001011 un 1
-0110011001011 12,416,307 1
-0110011001011 now-dormant 1
-0110011001011 Zenzaburo 1
-0110011001011 Portola 1
-0110011001011 Pocantico 1
-0110011001011 Yolo 1
-0110011001011 Moslem-based 1
-0110011001011 667,300 1
-0110011001011 1,663,800 1
-0110011001011 TRAVENOL 1
-0110011001011 Ballbeck 1
-0110011001011 CLARKE 1
-0110011001011 Complexe 1
-0110011001011 Idiots 1
-0110011001011 Jerritt 1
-0110011001011 733,300 1
-0110011001011 Exbury 1
-0110011001011 Mindinao 1
-0110011001011 Awolowo 1
-0110011001011 2.5-square-mile 1
-0110011001011 Iadrang 1
-0110011001011 Cuyhoga 1
-0110011001011 Filtered 1
-0110011001011 Unfiltered 1
-0110011001011 Trickum 1
-0110011001011 Navarin 1
-0110011001011 Wireless-Pacific 1
-0110011001011 Abilio 1
-0110011001011 Gwinett 1
-0110011001011 Neches 1
-0110011001011 Mukewater 1
-0110011001011 Erakor 1
-0110011001011 Kalinda 1
-0110011001011 Nak-dong 1
-0110011001011 Brights 1
-0110011001011 deZoete 1
-0110011001011 11,262,307 1
-0110011001011 Uchibori 1
-0110011001011 Higashi-Hiroshima 1
-0110011001011 Sublician 1
-0110011001011 Trobriand 1
-0110011001011 Vorosmarty 1
-0110011001011 Willacy 1
-0110011001011 Visitacion 1
-0110011001011 Waterloo/Cedar 1
-0110011001011 Acheloos 1
-0110011001011 Hyong 1
-0110011001011 Kills 1
-0110011001011 Pank 1
-0110011001011 Coos 1
-0110011001011 Corp.-owned 1
-0110011001011 MAGNETIC 1
-0110011001011 Russia-bound 1
-0110011001011 Haldan 1
-0110011001011 Frostbite 1
-0110011001011 Missouri-Kansas 1
-0110011001011 Iligan 1
-0110011001011 44-chromosome 1
-0110011001011 Tierrasanta 1
-0110011001011 Paek 1
-0110011001011 Woon 1
-0110011001011 Colonnades 1
-0110011001011 Pre-Summit 1
-0110011001011 829,100 1
-0110011001011 Changan 1
-0110011001011 Charente 1
-0110011001011 Patrick-Louis 1
-0110011001011 Lakota 1
-0110011001011 Imaichi 1
-0110011001011 candy-maker 1
-0110011001011 OAKS 1
-0110011001011 Verrazano 1
-0110011001011 coins.The 1
-0110011001011 Elcho 1
-0110011001011 Tacoma-based 1
-0110011001011 7-footers 1
-0110011001011 Tachen 1
-0110011001011 Waia 1
-0110011001011 Labours 1
-0110011001011 portless 1
-0110011001011 447,596 1
-0110011001011 Bienville 1
-0110011001011 shortish 1
-0110011001011 Inglenook-Napa 1
-0110011001011 Phraya 1
-0110011001011 1,605,667 1
-0110011001011 397,102 1
-0110011001011 Chagrin 1
-0110011001011 ex-Green 1
-0110011001011 28,000-acre 1
-0110011001011 8,097,000 1
-0110011001011 record-length 1
-0110011001011 Desolate 1
-0110011001011 64,000-strong 1
-0110011001011 SACP. 1
-0110011001011 Grime 1
-0110011001011 Yamhill 1
-0110011001011 Bevery 1
-0110011001011 Rainy 1
-0110011001011 Morehead 1
-0110011001011 currencies-the 1
-0110011001011 Haei 1
-0110011001011 Rapti 1
-0110011001011 Harpeth 1
-0110011001011 Connecticut-Rhode 1
-0110011001011 Causeway 1
-0110011001011 three-park 1
-0110011001011 Kennebec 1
-0110011001011 Oswayo 1
-0110011001011 Dead-Nosed 1
-0110011001011 Topography 1
-0110011001011 Earthen 1
-0110011001011 Deleon 1
-0110011001011 Scuffletown 1
-0110011001011 Editoriale 1
-0110011001011 Pismo 1
-0110011001011 Tunitas 1
-0110011001011 58,637 1
-0110011001011 polycultural 1
-0110011001011 Universal/MCA 1
-0110011001011 Poplar 1
-0110011001011 Kahala 1
-0110011001011 Roundhouse 1
-0110011001011 Dumbarton 1
-0110011001011 Chungcheng 1
-0110011001011 393,600 1
-0110011001011 Boyne 1
-0110011001011 Ellicott 1
-0110011001011 Faroe 1
-0110011001011 Avies 1
-0110011001011 Colowyo 1
-0110011001011 Medi-Cash 1
-0110011001011 607,800 1
-0110011001011 Jailhouse 1
-0110011001011 Serafimovskoye 1
-0110011001011 Konyushennaya 1
-0110011001011 Naglaa 1
-0110011001011 Nemasket 1
-0110011001011 Finders 1
-0110011001011 Tittabawassee 1
-0110011001011 Hasbrouk 1
-0110011001011 Aspen-Pitkin 1
-0110011001011 492,764 1
-0110011001011 Ci 1
-0110011001011 Pokrovsky 1
-0110011001011 KARCHER 1
-0110011001011 Mav 1
-0110011001011 dockhand 1
-0110011001011 Bouchoux 1
-0110011001011 Tatsunora 1
-0110011001011 World-Africa 1
-0110011001011 Oakland-Alameda 1
-0110011001011 Valentec 1
-0110011001011 Agura 1
-0110011001011 interdenominational 1
-0110011001011 Sullivans 1
-0110011001011 Palac 1
-0110011001011 Dnepr 1
-0110011001011 Schoolhouse 1
-0110011001011 101,000-circulation 1
-0110011001011 Byzantine-like 1
-0110011001011 273rd 1
-0110011001011 Fernandina 1
-0110011001011 Para 1
-0110011001011 MAWR 1
-0110011001011 Havasu 1
-0110011001011 1327 1
-0110011001011 Patapsco 1
-0110011001011 Enstrom 1
-0110011001011 Baffin 1
-0110011001011 Pimbs 1
-0110011001011 Heathen 1
-0110011001011 Navona 1
-0110011001011 Greenley 1
-0110011001011 ever-staid 1
-0110011001011 Orontes 1
-0110011001011 Abita 1
-0110011001011 ORG. 1
-0110011001011 Xingu 1
-0110011001011 Klip 1
-0110011001011 Sindagma 1
-0110011001011 Chien-Min 1
-0110011001011 SIDDELEY 1
-0110011001011 Detroit-Jefferson 1
-0110011001011 Dolet 1
-0110011001011 Fuyang 1
-0110011001011 Shankill 1
-0110011001011 Valley-Goose 1
-0110011001011 Pilgrin 1
-0110011001011 Forgets 1
-0110011001011 charlotte 1
-0110011001011 Airball 1
-0110011001011 Minit 1
-0110011001011 SUNY-Stony 1
-0110011001011 678,113 1
-0110011001011 Yavapai 1
-0110011001011 Tourist's-Eye 1
-0110011001011 192,700 1
-0110011001011 Seasons-Clift 1
-0110011001011 Amstel 1
-0110011001011 Castletown 1
-0110011001011 1,193,888 1
-0110011001011 Parretti-De 1
-0110011001011 Mianus 1
-0110011001011 Kokos 1
-0110011001011 Rangeley 1
-0110011001011 583,900 1
-0110011001011 Bank/Texas 1
-0110011001011 McLester 1
-0110011001011 Uxbridge 1
-0110011001011 Specialities 1
-0110011001011 su 1
-0110011001011 Sriharikota 1
-0110011001011 Buies 1
-0110011001011 Chekiang 1
-0110011001011 Pastosa 1
-0110011001011 Ex-Wells 1
-0110011001011 A.V.L. 1
-0110011001011 Pontotoc 1
-0110011001011 Krasnogvardeiskaya 1
-0110011001011 Inganess 1
-0110011001011 1,038,900 1
-0110011001011 Berkely 1
-0110011001011 Weirs 1
-0110011001011 Duero 1
-0110011001011 -Manhattan 1
-0110011001011 Warrensville 1
-0110011001011 Hammers 1
-0110011001011 Rianne 1
-0110011001011 Distorts 1
-0110011001011 Nazeer 1
-0110011001011 Susitna 1
-0110011001011 Sazandegi 1
-0110011001011 ITG. 1
-0110011001011 hydropower-dependent 1
-0110011001011 Komandorskie 1
-0110011001011 Pref 1
-0110011001011 Prestenwood 1
-0110011001011 Sandpiper 1
-0110011001011 Tillamook 1
-0110011001011 Pawleys 1
-0110011001011 811-mile 1
-0110011001011 Mahanoy 1
-0110011001011 Cuu 1
-0110011001011 County-Olive 1
-0110011001011 Three-Mile 1
-0110011001011 156th 1
-0110011001011 600,700 1
-0110011001011 Auglaize 1
-0110011001011 882,224 1
-0110011001011 1,325,215 1
-0110011001011 Herbal-Aloe 1
-0110011001011 Daylong 1
-0110011001011 NonProfit 1
-0110011001011 Broadway-Seventh 1
-0110011001011 Haltom 1
-0110011001011 SVILUPPO 1
-0110011001011 Coruh 1
-0110011001011 281,800 1
-0110011001011 Embraced 1
-0110011001011 MaryLu 1
-0110011001011 650,800 1
-0110011001011 City-Weehawken 1
-0110011001011 Aread 1
-0110011001011 Lenawee 1
-0110011001011 Daddies 1
-0110011001011 360-store 1
-0110011001011 Loudoun 1
-0110011001011 Moskva 1
-0110011001011 Williamburg 1
-0110011001011 75-event 1
-0110011001011 Haden 2
-0110011001011 Tamarijn 2
-0110011001011 Kama 2
-0110011001011 Washtenaw 2
-0110011001011 Mahoning 2
-0110011001011 Mindoro 2
-0110011001011 Peavey 2
-0110011001011 Hampden 2
-0110011001011 Gurume 2
-0110011001011 poll-watchers 2
-0110011001011 Totem 2
-0110011001011 Wapello 2
-0110011001011 Forked 2
-0110011001011 Danceworks 2
-0110011001011 Mackinaw 2
-0110011001011 657,300 2
-0110011001011 940,000-kilowatt 2
-0110011001011 Leeward 2
-0110011001011 73,400 2
-0110011001011 Honeysuckle 2
-0110011001011 CIP. 2
-0110011001011 Pinal 2
-0110011001011 Ellstree 2
-0110011001011 Amite 2
-0110011001011 lumbermen 2
-0110011001011 Lionville 2
-0110011001011 Snug 2
-0110011001011 Klamath 2
-0110011001011 Usman 2
-0110011001011 Magdalen 2
-0110011001011 Sewickley 2
-0110011001011 Baiying 2
-0110011001011 Price. 2
-0110011001011 Malvinas/Falkland 2
-0110011001011 Lamma 2
-0110011001011 Aldabra 2
-0110011001011 Coffs 2
-0110011001011 Ryukyus 2
-0110011001011 Iowa-Illinois 2
-0110011001011 Watchman 2
-0110011001011 Marquesas 2
-0110011001011 Abstracts 2
-0110011001011 Repulse 2
-0110011001011 Sangamon 2
-0110011001011 Flatbush 2
-0110011001011 Mole 2
-0110011001011 Zambezi 2
-0110011001011 Esmond 2
-0110011001011 60-seat 2
-0110011001011 Pompano-Windy 2
-0110011001011 Canvey 2
-0110011001011 Electra/Park 2
-0110011001011 Wilcrest 2
-0110011001011 Aroostook 2
-0110011001011 808-room 2
-0110011001011 Musselshell 2
-0110011001011 Alphabet 2
-0110011001011 Eun 2
-0110011001011 Pribilof 2
-0110011001011 Barking 2
-0110011001011 Yah 2
-0110011001011 Autosound 2
-0110011001011 Kiddie 2
-0110011001011 Luzerne 2
-0110011001011 1330 2
-0110011001011 Confectioner 2
-0110011001011 Jagat 2
-0110011001011 Rokko 2
-0110011001011 Buzzards 2
-0110011001011 Galerie 2
-0110011001011 662,600 2
-0110011001011 Bullhead 2
-0110011001011 Scottwood 2
-0110011001011 1166 2
-0110011001011 Wynonna 2
-0110011001011 Wizen 2
-0110011001011 Natrona 2
-0110011001011 Pigeon 2
-0110011001011 Aboukir 2
-0110011001011 Terceira 2
-0110011001011 Gwembe 2
-0110011001011 Latah 2
-0110011001011 Greensville 2
-0110011001011 Grama 2
-0110011001011 Thomson-Jensen 2
-0110011001011 Slippery 2
-0110011001011 Sulfur 2
-0110011001011 Pinner 2
-0110011001011 Allenby 2
-0110011001011 Yarmuk 2
-0110011001011 Narmada 2
-0110011001011 flag-draped 2
-0110011001011 Glasscock 2
-0110011001011 Ernston 2
-0110011001011 Chattahoochee 2
-0110011001011 Dutchess 2
-0110011001011 Conic 2
-0110011001011 Jeune 2
-0110011001011 Sukh 2
-0110011001011 Morecambe 2
-0110011001011 Sedgewick 2
-0110011001011 Alamance 2
-0110011001011 Colne 2
-0110011001011 Robber 2
-0110011001011 Concordia 2
-0110011001011 Gollob 2
-0110011001011 My-K 2
-0110011001011 Pequea 2
-0110011001011 Graef 2
-0110011001011 Vidar 2
-0110011001011 Chemung 2
-0110011001011 Whispering 2
-0110011001011 Rehoboth 2
-0110011001011 Terrebonne 2
-0110011001011 Kurskaya 2
-0110011001011 Peony 2
-0110011001011 Dnieper 2
-0110011001011 Red-Nosed 2
-0110011001011 Novatronics 2
-0110011001011 Fraggle 2
-0110011001011 Morecombe 2
-0110011001011 Altamonte 2
-0110011001011 358,600 2
-0110011001011 300D 2
-0110011001011 Stikine 2
-0110011001011 Oxide 2
-0110011001011 Jiangxin 2
-0110011001011 Heidenreich 2
-0110011001011 Pima 2
-0110011001011 Shimobe 2
-0110011001011 Tatnuck 2
-0110011001011 14-unit 2
-0110011001011 Twenty-Seventh 2
-0110011001011 Raffles 2
-0110011001011 Meow 3
-0110011001011 Commandante 3
-0110011001011 Bayport 3
-0110011001011 Androscoggin 3
-0110011001011 Hedy 3
-0110011001011 Porn 3
-0110011001011 Cannery 3
-0110011001011 Tug 3
-0110011001011 Ghirardelli 3
-0110011001011 Catron 3
-0110011001011 Clallam 3
-0110011001011 Surfer 3
-0110011001011 Lindal 3
-0110011001011 Khun 3
-0110011001011 Yaron 3
-0110011001011 Berks 3
-0110011001011 Civilized 3
-0110011001011 Sarma 3
-0110011001011 Wallops 3
-0110011001011 Washoe 3
-0110011001011 Tivoli 3
-0110011001011 Superstition 3
-0110011001011 1984-1988 3
-0110011001011 Hysol 3
-0110011001011 DuPage 3
-0110011001011 Merita 3
-0110011001011 Drainage 3
-0110011001011 Calamigos 3
-0110011001011 Pheasant 3
-0110011001011 Bexar 3
-0110011001011 Shinnecock 3
-0110011001011 Bocay 3
-0110011001011 Mackinac 3
-0110011001011 Mahone 3
-0110011001011 BioVenture 3
-0110011001011 Rikers 3
-0110011001011 Iman 3
-0110011001011 Chablis 3
-0110011001011 LED 3
-0110011001011 Loading 3
-0110011001011 Shawklit 3
-0110011001011 Schoharie 3
-0110011001011 Folded 3
-0110011001011 Kurile 3
-0110011001011 Chickasaw 3
-0110011001011 Okavango 3
-0110011001011 Oconee 3
-0110011001011 Juniper 3
-0110011001011 Solano 3
-0110011001011 Marajo 3
-0110011001011 Wappingers 3
-0110011001011 Volusia 3
-0110011001011 Wappinger 3
-0110011001011 Neshoba 3
-0110011001011 Ortley 3
-0110011001011 TeleCheck 3
-0110011001011 Botany 3
-0110011001011 Pocomoke 3
-0110011001011 Humberside 3
-0110011001011 Himeji 3
-0110011001011 Rajang 3
-0110011001011 Nimslo 3
-0110011001011 Inyo 3
-0110011001011 1221 3
-0110011001011 Ynez 3
-0110011001011 Kiryu 3
-0110011001011 Westhampton 3
-0110011001011 Mashewing 3
-0110011001011 Hoosick 3
-0110011001011 Intrastate 3
-0110011001011 Salinera 3
-0110011001011 Ormet 3
-0110011001011 Tuolumne 3
-0110011001011 Peppin 3
-0110011001011 Jago 4
-0110011001011 Briar 4
-0110011001011 Shaker 4
-0110011001011 Dune 4
-0110011001011 Korn/ 4
-0110011001011 1083 4
-0110011001011 Shetland 4
-0110011001011 Caicos 4
-0110011001011 AWD 4
-0110011001011 Hebei 4
-0110011001011 Mono 4
-0110011001011 Chaparrosa 4
-0110011001011 Diomede 4
-0110011001011 Thermaljet 4
-0110011001011 Yichang 4
-0110011001011 Cornwallis 4
-0110011001011 Wuthering 4
-0110011001011 Limpopo 4
-0110011001011 Penikese 4
-0110011001011 Neva 4
-0110011001011 Daviess 4
-0110011001011 Wenceslas 4
-0110011001011 Menomonee 4
-0110011001011 Dempster 4
-0110011001011 Insignia 4
-0110011001011 PMS 4
-0110011001011 Indus 4
-0110011001011 Stateway 4
-0110011001011 Sado 4
-0110011001011 Rockdale 4
-0110011001011 Oxbow 4
-0110011001011 Tusker 4
-0110011001011 Nicobar 4
-0110011001011 Kezar 4
-0110011001011 Etowah 4
-0110011001011 Arkoma 4
-0110011001011 Bharat 4
-0110011001011 Kingsey 4
-0110011001011 Larak 4
-0110011001011 Anglesey 4
-0110011001011 Orkney 4
-0110011001011 Hiawatha 4
-0110011001011 Chilko 4
-0110011001011 Stuyvesant 4
-0110011001011 Saline 4
-0110011001011 Fairless 4
-0110011001011 Montego 4
-0110011001011 Asea-Brown 4
-0110011001011 Snowy 4
-0110011001011 Twenty-One 4
-0110011001011 Quezon 4
-0110011001011 Merced 4
-0110011001011 Ponca 5
-0110011001011 Gentle 5
-0110011001011 Licking 5
-0110011001011 Rogue 5
-0110011001011 Thistle 5
-0110011001011 Multnomah 5
-0110011001011 Yoo 5
-0110011001011 Vistula 5
-0110011001011 Guantanamo 5
-0110011001011 Deli 5
-0110011001011 Concord/River 5
-0110011001011 Cowlitz 5
-0110011001011 Jiangxi 5
-0110011001011 Galapagos 5
-0110011001011 Disney/MGM 5
-0110011001011 Katif 5
-0110011001011 Sirri 5
-0110011001011 Skywalker 5
-0110011001011 Spangled 5
-0110011001011 Liberty-Ellis 5
-0110011001011 Dzerzhinsky 5
-0110011001011 Uni 5
-0110011001011 Plush 5
-0110011001011 Kam 5
-0110011001011 Lola 5
-0110011001011 300ZX 5
-0110011001011 Friar 5
-0110011001011 Yazoo 5
-0110011001011 Contractor 6
-0110011001011 Escambia 6
-0110011001011 Defender 6
-0110011001011 Antelope 6
-0110011001011 1130 6
-0110011001011 Cheju 6
-0110011001011 Sierrita 6
-0110011001011 Whidbey 6
-0110011001011 Whim 6
-0110011001011 Hsien 6
-0110011001011 Manatee 6
-0110011001011 Sepik 6
-0110011001011 Kwang 6
-0110011001011 Guayana 6
-0110011001011 Stag 6
-0110011001011 Glens 6
-0110011001011 Mini 6
-0110011001011 Matagorda 6
-0110011001011 Lassen 6
-0110011001011 Hidalgo 6
-0110011001011 Holmby 6
-0110011001011 Hindustan 6
-0110011001011 Toyama 6
-0110011001011 Officine 6
-0110011001011 Loser 6
-0110011001011 Andros 6
-0110011001011 Blackfriars 7
-0110011001011 PONT 7
-0110011001011 Shri 7
-0110011001011 LCA 7
-0110011001011 Ellesmere 7
-0110011001011 Hymn 7
-0110011001011 Rift 7
-0110011001011 Schuylkill 7
-0110011001011 Non-Proliferation 7
-0110011001011 Robben 7
-0110011001011 Pawtuxet 7
-0110011001011 Coldwater 7
-0110011001011 Daya 7
-0110011001011 Plateau 7
-0110011001011 Majnoon 7
-0110011001011 Ormond 7
-0110011001011 Nail 7
-0110011001011 Waikiki 7
-0110011001011 Loire 7
-0110011001011 Flagler 7
-0110011001011 Fig 8
-0110011001011 Tarpon 8
-0110011001011 CME 8
-0110011001011 Utilicorp 8
-0110011001011 Huntsman 8
-0110011001011 Winona 8
-0110011001011 Shallow 8
-0110011001011 Ursus 8
-0110011001011 Hasbrouck 8
-0110011001011 Manistee 8
-0110011001011 Snohomish 8
-0110011001011 Eastover 8
-0110011001011 Lovely 8
-0110011001011 Handelsbank 8
-0110011001011 Tinton 8
-0110011001011 Animation 8
-0110011001011 Sag 8
-0110011001011 Aleutian 8
-0110011001011 Marianas 9
-0110011001011 Floridabanc 9
-0110011001011 Sinking 9
-0110011001011 Williston 9
-0110011001011 Boynton 9
-0110011001011 Redondo 9
-0110011001011 Mobiliare 9
-0110011001011 Macomb 9
-0110011001011 Bug 9
-0110011001011 Samar 9
-0110011001011 Cottonwood 9
-0110011001011 Cowles 9
-0110011001011 Owyhee 10
-0110011001011 Niner 10
-0110011001011 Skyline 10
-0110011001011 Vauxhall 10
-0110011001011 Huntingdon 10
-0110011001011 Genesee 10
-0110011001011 Juno 10
-0110011001011 Hennepin 10
-0110011001011 Myrtle 10
-0110011001011 Oncology 10
-0110011001011 Mon 10
-0110011001011 Goldstrike 10
-0110011001011 Padre 10
-0110011001011 Pebble 10
-0110011001011 Pleasure 11
-0110011001011 DX 11
-0110011001011 Antoni 11
-0110011001011 Brandenburg 11
-0110011001011 Malayan 11
-0110011001011 Tarrant 11
-0110011001011 Spin 11
-0110011001011 Resolute 11
-0110011001011 Hush 11
-0110011001011 Maturity 11
-0110011001011 Delray 11
-0110011001011 Brevard 12
-0110011001011 Si 12
-0110011001011 Trimble 12
-0110011001011 Falkland 12
-0110011001011 Parachute 12
-0110011001011 Lighthouse 12
-0110011001011 Kennett 12
-0110011001011 Largest 12
-0110011001011 7th 13
-0110011001011 Kanawha 13
-0110011001011 Yorktown 13
-0110011001011 Morro 13
-0110011001011 ELF 13
-0110011001011 Deseret 13
-0110011001011 Mariana 13
-0110011001011 Micronics 13
-0110011001011 Seas 13
-0110011001011 Steep 13
-0110011001011 Maricopa 13
-0110011001011 Calumet 13
-0110011001011 Coyote 13
-0110011001011 Yangtze 13
-0110011001011 Oakbrook 13
-0110011001011 Heartbreak 13
-0110011001011 Rockingham 14
-0110011001011 Stony 14
-0110011001011 Zions 14
-0110011001011 Brazos 14
-0110011001011 Agoura 14
-0110011001011 Traverse 14
-0110011001011 1838 14
-0110011001011 Kiawah 14
-0110011001011 Olympus 15
-0110011001011 Sulphur 15
-0110011001011 Windy 15
-0110011001011 Turtle 15
-0110011001011 Alligator 15
-0110011001011 Leaman 15
-0110011001011 Roxy 15
-0110011001011 Oneida 16
-0110011001011 Sleepy 16
-0110011001011 Yuba 16
-0110011001011 Snake 16
-0110011001011 MIDI 16
-0110011001011 Chippewa 16
-0110011001011 Coconut 16
-0110011001011 Rockaway 16
-0110011001011 Monmouth 17
-0110011001011 Hundred 17
-0110011001011 Mist 18
-0110011001011 Pinellas 18
-0110011001011 4th 18
-0110011001011 Yani 18
-0110011001011 Disney-MGM 18
-0110011001011 Pushkin 19
-0110011001011 Sonoma 19
-0110011001011 Maltese 19
-0110011001011 Winnie 20
-0110011001011 Penobscot 20
-0110011001011 Comfort 20
-0110011001011 Coney 20
-0110011001011 Vero 21
-0110011001011 Cuyahoga 21
-0110011001011 Towne 21
-0110011001011 Kissimmee 21
-0110011001011 Bayou 22
-0110011001011 Sunset 22
-0110011001011 Steamboat 22
-0110011001011 Tejon 22
-0110011001011 Bucks 23
-0110011001011 Hillsborough 23
-0110011001011 Combat 23
-0110011001011 Epson 23
-0110011001011 Triborough 24
-0110011001011 Oyster 24
-0110011001011 Dancer 24
-0110011001011 Agrico 24
-0110011001011 Forbidden 24
-0110011001011 Treasure 24
-0110011001011 Rockland 24
-0110011001011 Powder 24
-0110011001011 Wabash 24
-0110011001011 Bekaa 24
-0110011001011 Matilda 25
-0110011001011 Lenox 25
-0110011001011 DeKalb 26
-0110011001011 Sequoyah 26
-0110011001011 Kharg 27
-0110011001011 Majestic 28
-0110011001011 Otter 28
-0110011001011 Kodiak 28
-0110011001011 Supremes 28
-0110011001011 Granite 29
-0110011001011 Permian 30
-0110011001011 Sequoia 30
-0110011001011 Pompano 30
-0110011001011 Ruhr 30
-0110011001011 Radisson 31
-0110011001011 GT 31
-0110011001011 Dane 31
-0110011001011 Farsi 31
-0110011001011 Foot 32
-0110011001011 Simi 32
-0110011001011 Scotts 32
-0110011001011 Lean 32
-0110011001011 Haile 32
-0110011001011 Belle 33
-0110011001011 Walnut 34
-0110011001011 Chivas 34
-0110011001011 Mo 35
-0110011001011 Basking 35
-0110011001011 Thunder 35
-0110011001011 Molokai 36
-0110011001011 Staten 36
-0110011001011 Golan 37
-0110011001011 Marin 37
-0110011001011 Ban 37
-0110011001011 Biscayne 37
-0110011001011 Carbon 38
-0110011001011 Pony 38
-0110011001011 Chef 39
-0110011001011 Subic 39
-0110011001011 Narragansett 39
-0110011001011 Monongahela 40
-0110011001011 Flags 40
-0110011001011 Sisters 42
-0110011001011 DES 43
-0110011001011 Sport 44
-0110011001011 Napa 45
-0110011001011 Puritan 46
-0110011001011 arch-rival 46
-0110011001011 Saratoga 46
-0110011001011 Brae 48
-0110011001011 Quad 50
-0110011001011 Waterford 50
-0110011001011 CS 52
-0110011001011 Straits 53
-0110011001011 Laguna 53
-0110011001011 Elk 54
-0110011001011 Nekoosa 54
-0110011001011 L 54
-0110011001011 Daytona 56
-0110011001011 Table 56
-0110011001011 Dupont 57
-0110011001011 Brigham 58
-0110011001011 Gwinnett 58
-0110011001011 Faith 60
-0110011001011 Fountain 60
-0110011001011 Paradise 61
-0110011001011 Diablo 61
-0110011001011 Flat 62
-0110011001011 Hirohito 64
-0110011001011 Coral 66
-0110011001011 Susquehanna 66
-0110011001011 UtiliCorp 68
-0110011001011 Rapid 70
-0110011001011 Saddle 74
-0110011001011 Suffolk 76
-0110011001011 Saddam 78
-0110011001011 Somerset 81
-0110011001011 Maple 82
-0110011001011 Westchester 83
-0110011001011 Planters 84
-0110011001011 Wind 85
-0110011001011 Thousand 86
-0110011001011 Mill 88
-0110011001011 Fall 91
-0110011001011 Pine 91
-0110011001011 Tiananmen 92
-0110011001011 Prudhoe 92
-0110011001011 Westmoreland 93
-0110011001011 Bloomfield 95
-0110011001011 Echo 97
-0110011001011 Beaver 98
-0110011001011 Broward 98
-0110011001011 Missile 100
-0110011001011 Seventh 102
-0110011001011 Dade 103
-0110011001011 Chesapeake 104
-0110011001011 archrival 112
-0110011001011 Redwood 115
-0110011001011 Methodist 115
-0110011001011 Cayman 118
-0110011001011 Kings 119
-0110011001011 Hot 119
-0110011001011 Chevy 126
-0110011001011 Pearl 127
-0110011001011 Hard 130
-0110011001011 Jiffy 144
-0110011001011 Saks 146
-0110011001011 Sioux 150
-0110011001011 Bergen 155
-0110011001011 Savannah 174
-0110011001011 Mile 175
-0110011001011 Wild 180
-0110011001011 Independence 182
-0110011001011 Highland 188
-0110011001011 Bow 190
-0110011001011 Rail 201
-0110011001011 Westin 209
-0110011001011 Marathon 211
-0110011001011 Virgin 213
-0110011001011 Camp 214
-0110011001011 Spring 217
-0110011001011 Rhode 270
-0110011001011 MGM 274
-0110011001011 Silicon 285
-0110011001011 Weekly 294
-0110011001011 Mount 294
-0110011001011 Oak 301
-0110011001011 Palm 322
-0110011001011 Garden 338
-0110011001011 Mercury 342
-0110011001011 Eagle 365
-0110011001011 Orange 401
-0110011001011 Norfolk 421
-0110011001011 Buick 431
-0110011001011 Pontiac 458
-0110011001011 Newport 504
-0110011001011 Dodge 542
-0110011001011 Special 544
-0110011001011 Liberty 546
-0110011001011 Suisse 552
-0110011001011 Universal 591
-0110011001011 Natural 593
-0110011001011 Mountain 683
-0110011001011 Golden 750
-0110011001011 Imperial 823
-0110011001011 Carbide 984
-0110011001011 Lake 1067
-0110011001011 Oklahoma 1086
-0110011001011 Beverly 1190
-0110011001011 Midland 1287
-0110011001011 Kansas 1850
-0110011001011 Pacific 5590
-0110011001011 Atlantic 2655
-0110011001100 NORTHEASTERN 1
-0110011001100 Zippy 1
-0110011001100 BRICKLIN 1
-0110011001100 LEVER 1
-0110011001100 ROADRUNNER 1
-0110011001100 INTELLIGENT 1
-0110011001100 AFFILIATED 1
-0110011001100 Eagleview 1
-0110011001100 Nationalities 1
-0110011001100 Toyko-based 1
-0110011001100 Freightway 1
-0110011001100 PORTER 1
-0110011001100 83,049 1
-0110011001100 MidSun 1
-0110011001100 R.E.B. 1
-0110011001100 AGRA 1
-0110011001100 Hoffman-Daggett 1
-0110011001100 SMKC 1
-0110011001100 Telechef 1
-0110011001100 PACER 1
-0110011001100 ORIOLE 1
-0110011001100 Kyto 1
-0110011001100 Chinachem 1
-0110011001100 Shatters 1
-0110011001100 E.T.A. 1
-0110011001100 RESDEL 1
-0110011001100 Dight 1
-0110011001100 VOTRAX 1
-0110011001100 Elastomer 1
-0110011001100 Unigene 1
-0110011001100 MARION 1
-0110011001100 Kinki 1
-0110011001100 DOMAIN 1
-0110011001100 I.S.I. 1
-0110011001100 Invetsment 1
-0110011001100 MELAMINE 1
-0110011001100 SPRINKLERS 1
-0110011001100 KIMBALL 1
-0110011001100 Audax 1
-0110011001100 VIPONT 1
-0110011001100 Photronic 1
-0110011001100 Streetcars 1
-0110011001100 Fennchurch 1
-0110011001100 KTS 1
-0110011001100 Desilu 1
-0110011001100 TRION 1
-0110011001100 FGP 1
-0110011001100 Koscot 1
-0110011001100 SCEPTRE 1
-0110011001100 GUARANTEE 1
-0110011001100 Gadfly 1
-0110011001100 NORTHGATE 1
-0110011001100 Zamagias 1
-0110011001100 VISHAY 1
-0110011001100 MODINE 1
-0110011001100 TYNDALL 1
-0110011001100 Keywest 1
-0110011001100 Cygnet 1
-0110011001100 REMBRANDT 1
-0110011001100 DECISION/CAPITAL 1
-0110011001100 NUTRI-METICS 1
-0110011001100 WESTMORELAND 1
-0110011001100 NAKED 1
-0110011001100 BIOCRAFT 1
-0110011001100 Neilsen-Wurster 1
-0110011001100 Henerson-Hirsch 1
-0110011001100 EVEREX 1
-0110011001100 Data-Link 1
-0110011001100 Petro-Hunt 1
-0110011001100 GROUNDWATER 1
-0110011001100 ARGO 1
-0110011001100 JUNCTION 1
-0110011001100 Interational 1
-0110011001100 PruSimon 1
-0110011001100 SIFCO 1
-0110011001100 COBE 1
-0110011001100 LACLEDE 1
-0110011001100 VANGUARD 1
-0110011001100 Australia/Israel 1
-0110011001100 OD&S 1
-0110011001100 MOTION 1
-0110011001100 PRAGMATISM 1
-0110011001100 Sidmar 1
-0110011001100 LeSabre/Electra 1
-0110011001100 By-Products 1
-0110011001100 Profesisonal 1
-0110011001100 HMK 1
-0110011001100 EXCLUSIVE 1
-0110011001100 Givaudan 1
-0110011001100 Fischer-MacLeod 1
-0110011001100 KOOR 1
-0110011001100 GARDEN-VARIETY 1
-0110011001100 Gichner 1
-0110011001100 Beechum 1
-0110011001100 groups-Diversified 1
-0110011001100 BRIEF 1
-0110011001100 FLEET/NORSTAR 1
-0110011001100 GeneTrak 1
-0110011001100 Foden 1
-0110011001100 Abraxas 1
-0110011001100 All-Bann 1
-0110011001100 Fieldale 1
-0110011001100 Al-Haddad 1
-0110011001100 SANDERS 1
-0110011001100 NORTON 1
-0110011001100 PSYCHIATRIC 1
-0110011001100 DSW 1
-0110011001100 PENROD 1
-0110011001100 Annson 1
-0110011001100 Deschesne 1
-0110011001100 ENEX 1
-0110011001100 WYLE 1
-0110011001100 FRVR 1
-0110011001100 Rastar 1
-0110011001100 CMH 1
-0110011001100 Daymon 1
-0110011001100 Pergammon 1
-0110011001100 ANTHEM 1
-0110011001100 Reafund 1
-0110011001100 GPE 1
-0110011001100 Freudenberg 1
-0110011001100 LATHAM 1
-0110011001100 TEMPEST 1
-0110011001100 USHA-RKKR 1
-0110011001100 Metglas 1
-0110011001100 Gretag 1
-0110011001100 Philosophical 1
-0110011001100 Music/RCA 1
-0110011001100 HNU 1
-0110011001100 AMERIWEST 1
-0110011001100 LOTUS 1
-0110011001100 Agro-Biological 1
-0110011001100 OUTPATIENT 1
-0110011001100 Salex 1
-0110011001100 HUNTWAY 1
-0110011001100 BANKATLANTIC 1
-0110011001100 Photo-Optical 1
-0110011001100 SAFECARD 1
-0110011001100 Courant/Connecticut 1
-0110011001100 Agricredit 1
-0110011001100 Curon 1
-0110011001100 ADOBE 1
-0110011001100 ORENTREICH 1
-0110011001100 Parkview 1
-0110011001100 PENTECH 1
-0110011001100 GOODY 1
-0110011001100 Maguire/Thomas 1
-0110011001100 Metasequoia 1
-0110011001100 Akashic 1
-0110011001100 Medi 1
-0110011001100 Xcor 1
-0110011001100 T-V 1
-0110011001100 SANKO 1
-0110011001100 DURABLE 1
-0110011001100 Seatex 1
-0110011001100 SWAROVSKI 1
-0110011001100 EMERGING 1
-0110011001100 Pre-Press 1
-0110011001100 BLASIUS 1
-0110011001100 CARLTON 1
-0110011001100 ALGOMA 1
-0110011001100 CNI 1
-0110011001100 Translease 1
-0110011001100 PLACER 1
-0110011001100 STERIVET 1
-0110011001100 KIEWIT-MURDOCH 1
-0110011001100 Lhoist 1
-0110011001100 CALGROUP 1
-0110011001100 FAIRFIELD 1
-0110011001100 KCPQ. 1
-0110011001100 AHL 1
-0110011001100 IMCO 1
-0110011001100 CORNERSTONE 1
-0110011001100 BRANDON 1
-0110011001100 Liquid-Crystal 1
-0110011001100 Brominated 1
-0110011001100 AUTOMOBILI 1
-0110011001100 PHOTRONIC 1
-0110011001100 EXPORT-IMPORT 1
-0110011001100 HELLER 1
-0110011001100 USAir-PS 1
-0110011001100 BAER 1
-0110011001100 CASABLANCA 1
-0110011001100 VELSICOL 1
-0110011001100 TELEMATICS 1
-0110011001100 REDPATH 1
-0110011001100 SEAMAN 1
-0110011001100 Fluidpower 1
-0110011001100 ICIS-LOR 1
-0110011001100 MICRON 1
-0110011001100 NURSING-CARE 1
-0110011001100 Agrotech 1
-0110011001100 KINGSTON 1
-0110011001100 L.C.P. 1
-0110011001100 KAHN 1
-0110011001100 MODERN 1
-0110011001100 Jung/Brannen 1
-0110011001100 PARK-OHIO 1
-0110011001100 RATNERS 1
-0110011001100 ENVIRODYNE 1
-0110011001100 ROYALE 1
-0110011001100 FLOORING 1
-0110011001100 TYSON 1
-0110011001100 Cleocin 1
-0110011001100 ORBANCO 1
-0110011001100 BLINDER 1
-0110011001100 MANUFACTURED 1
-0110011001100 ORION 1
-0110011001100 VULCAN 1
-0110011001100 NANTUCKET 1
-0110011001100 PRINCEVILLE 1
-0110011001100 SANWA 1
-0110011001100 Sumitoma 1
-0110011001100 HARPER 1
-0110011001100 FRIEDMAN 1
-0110011001100 Viewlogic 1
-0110011001100 Hardrock 1
-0110011001100 SCHWARTZ 1
-0110011001100 WESTMIN 1
-0110011001100 Mokan 1
-0110011001100 MAGNA 1
-0110011001100 CHIYODA 1
-0110011001100 Repauno 1
-0110011001100 INTERPUBLIC 1
-0110011001100 PREMARK 1
-0110011001100 CHARTWELL 1
-0110011001100 TRANSATLANTIC 1
-0110011001100 FMB 1
-0110011001100 OPPENHEIMER 1
-0110011001100 High-Level 1
-0110011001100 TRIAD 1
-0110011001100 GRADCO 1
-0110011001100 Squirts 1
-0110011001100 JUNO 1
-0110011001100 CONWEST 1
-0110011001100 208-acre 1
-0110011001100 WEATHERFORD 1
-0110011001100 WEF 1
-0110011001100 LIPOSOME 1
-0110011001100 Centrac 1
-0110011001100 ARDEN 1
-0110011001100 Cabil 1
-0110011001100 Idant 1
-0110011001100 Constantia 1
-0110011001100 Metallwerk 1
-0110011001100 RYLAND 1
-0110011001100 BENCH 1
-0110011001100 Shieldalloy 1
-0110011001100 ELDON 1
-0110011001100 Baxter-Travenol 1
-0110011001100 PARADE 1
-0110011001100 BARNES 1
-0110011001100 Food-N-Fuel 1
-0110011001100 CBS/Broadcast 1
-0110011001100 RS/ 1
-0110011001100 308,400 1
-0110011001100 MERRY-GO-ROUND 1
-0110011001100 Integral 1
-0110011001100 MANAGING 1
-0110011001100 TIERCO 1
-0110011001100 Matichon 1
-0110011001100 McDep 1
-0110011001100 FOOTHILL 1
-0110011001100 Warspite 1
-0110011001100 PAY-FONE 1
-0110011001100 WEIS 1
-0110011001100 Dallah 1
-0110011001100 SILVERSTEIN 1
-0110011001100 Markborough 1
-0110011001100 AIRBORNE 1
-0110011001100 SOUTHWALL 1
-0110011001100 Metropol 1
-0110011001100 ARISTECH 1
-0110011001100 GRAY-MARKET 1
-0110011001100 SAFEWAY 1
-0110011001100 CHIEFTAIN 1
-0110011001100 SMITHS 1
-0110011001100 GigaMos 1
-0110011001100 Biosyne 1
-0110011001100 ASBESTEC 1
-0110011001100 Electro-Space 1
-0110011001100 ROSS 1
-0110011001100 NEIMAN-MARCUS 1
-0110011001100 PICKENS-LED 1
-0110011001100 MARITRANS 1
-0110011001100 Mobil+ 1
-0110011001100 Nieuwenhuyzen 1
-0110011001100 ASCO 1
-0110011001100 Spray-Rite 1
-0110011001100 WORMALD 1
-0110011001100 GREIF 1
-0110011001100 Impresses 1
-0110011001100 HealthLine 1
-0110011001100 REFERRAL 1
-0110011001100 DEB 1
-0110011001100 Neediest 1
-0110011001100 539,800 1
-0110011001100 GIFT-RETURN 1
-0110011001100 Brenlin 1
-0110011001100 AMEC 1
-0110011001100 ROWE 1
-0110011001100 TransLux 1
-0110011001100 BNE 1
-0110011001100 CATERPILLAR 1
-0110011001100 Aviation/Aerospace 1
-0110011001100 Weyher/Livsey 1
-0110011001100 SOO 1
-0110011001100 ABBOTT 1
-0110011001100 REEVES 1
-0110011001100 BENEQUITY 1
-0110011001100 BJS 1
-0110011001100 Budco 1
-0110011001100 AGOURON 1
-0110011001100 Blohorn 1
-0110011001100 WED 1
-0110011001100 HOSPICE 1
-0110011001100 HILLENBRAND 1
-0110011001100 Wilmar 1
-0110011001100 Retarded 1
-0110011001100 Costex 1
-0110011001100 Peck-Lynn 1
-0110011001100 WHEELABRATOR 1
-0110011001100 EMCON 1
-0110011001100 ONTARIO 1
-0110011001100 Ferrosan 1
-0110011001100 Muskoka 1
-0110011001100 Life-Sustaining 1
-0110011001100 Jinichi 1
-0110011001100 COMMODORE 1
-0110011001100 LOWRANCE 1
-0110011001100 Indar 1
-0110011001100 FORTUNE 1
-0110011001100 Multi-Financial 1
-0110011001100 Rehabiliation 1
-0110011001100 Sanpao 1
-0110011001100 TOLLAND 1
-0110011001100 Apera 1
-0110011001100 Subsea 1
-0110011001100 EXCEL 1
-0110011001100 Youthwear 1
-0110011001100 VESTA 1
-0110011001100 BFG 1
-0110011001100 MALAYAN 1
-0110011001100 PORTSMOUTH 1
-0110011001100 Produtos 1
-0110011001100 P&0 1
-0110011001100 Protectaire 1
-0110011001100 Woodson-Tenent 1
-0110011001100 VISION 1
-0110011001100 WHEELING-PITTSBURGH 1
-0110011001100 Onan 1
-0110011001100 Farbest 1
-0110011001100 accquired 1
-0110011001100 Smale/Brooks 1
-0110011001100 COPYCAT 1
-0110011001100 Woodchester 1
-0110011001100 SOLITRON 1
-0110011001100 CPY 1
-0110011001100 CORESTATES 1
-0110011001100 Courier-Dispatch 1
-0110011001100 Babysitters 1
-0110011001100 Al-Industrial 1
-0110011001100 Multigame 1
-0110011001100 M.M.R. 1
-0110011001100 Humanoid 1
-0110011001100 Beretz 1
-0110011001100 Cineamerica 1
-0110011001100 MEDSTONE 1
-0110011001100 Radiometric 1
-0110011001100 KRC 1
-0110011001100 PARAMOUNT 1
-0110011001100 Kransco 1
-0110011001100 Vinnin 1
-0110011001100 McDERMOTT 1
-0110011001100 AVONDALE 1
-0110011001100 Aloette 1
-0110011001100 Macadamia 1
-0110011001100 Uniguard 1
-0110011001100 MCCLAIN 1
-0110011001100 PROVENA 1
-0110011001100 Telecomm 1
-0110011001100 Valar 1
-0110011001100 COVINGTON 1
-0110011001100 RELATIONAL 1
-0110011001100 BASSETT 1
-0110011001100 ZAPATA 1
-0110011001100 Ring-Free 1
-0110011001100 OFFENSIVE 1
-0110011001100 State-Owned 1
-0110011001100 RENT-A-DRESS 1
-0110011001100 Ferruzzia 1
-0110011001100 LOWREY 1
-0110011001100 MARIETTA 1
-0110011001100 RTKL 1
-0110011001100 CHUCKLES 1
-0110011001100 SRB 1
-0110011001100 ZALE 1
-0110011001100 Sedep 1
-0110011001100 Batimat 1
-0110011001100 Captic 1
-0110011001100 Transgenerational 1
-0110011001100 NEDLLOYD 1
-0110011001100 Pennsyvania 1
-0110011001100 Authentication 1
-0110011001100 THORTEC 1
-0110011001100 Music-Theatre 1
-0110011001100 Bio-Metric 1
-0110011001100 IROQUOIS 1
-0110011001100 UNICORP 1
-0110011001100 Inflight 1
-0110011001100 Grenadier 1
-0110011001100 WordTech 1
-0110011001100 ALMI 1
-0110011001100 OMNICOM 1
-0110011001100 Cortest 1
-0110011001100 Clondalkin 1
-0110011001100 Giraldi-Suarez 1
-0110011001100 WEIRTON 1
-0110011001100 VANCE 1
-0110011001100 VITALINK 1
-0110011001100 Western-Southern 1
-0110011001100 QLM 1
-0110011001100 HARTE-HANKS 1
-0110011001100 Novate 1
-0110011001100 GEBRUDER 1
-0110011001100 Ameritrans 1
-0110011001100 XCEL 1
-0110011001100 Goldcorp 1
-0110011001100 McNellen 1
-0110011001100 RJO 1
-0110011001100 HRL 1
-0110011001100 AHSC 1
-0110011001100 Association/National 1
-0110011001100 TEK 1
-0110011001100 LOSERS 1
-0110011001100 ex-Mirror 1
-0110011001100 Paliburg 1
-0110011001100 Grant/Tribune 1
-0110011001100 JAMIE 1
-0110011001100 FARRAGUT 1
-0110011001100 Tzyong 1
-0110011001100 LOWE 1
-0110011001100 LPTV 1
-0110011001100 Willowbridge 1
-0110011001100 CitiState 1
-0110011001100 SHOWA 1
-0110011001100 TATEHO 1
-0110011001100 Bioanalytical 1
-0110011001100 OSHAWA 1
-0110011001100 Secours 1
-0110011001100 Lazards 1
-0110011001100 CONISTON 1
-0110011001100 NINA 1
-0110011001100 KVA 1
-0110011001100 AAG 1
-0110011001100 Johns-Manville 1
-0110011001100 Opto-Electronics 1
-0110011001100 Lafferty 1
-0110011001100 Travel-Related 1
-0110011001100 DATA-DESIGN 1
-0110011001100 Consilium 1
-0110011001100 Intercommunications 1
-0110011001100 WYSE 1
-0110011001100 Kempense 1
-0110011001100 AutoPacific 1
-0110011001100 MARCADE 1
-0110011001100 WASHING 1
-0110011001100 Land-O-Sun 1
-0110011001100 BALDOR 1
-0110011001100 Zubier 1
-0110011001100 Cadec 1
-0110011001100 Order-Entry 1
-0110011001100 once-faltering 1
-0110011001100 CYCLOPS 1
-0110011001100 CUSTOMS 1
-0110011001100 Aquatech 1
-0110011001100 Transfield 1
-0110011001100 American-Forest 1
-0110011001100 RAIL 1
-0110011001100 Ometraco 1
-0110011001100 Sterling-Winthrop 1
-0110011001100 EVERGREEN 1
-0110011001100 PEARL 1
-0110011001100 STEREO 1
-0110011001100 Aqualon 1
-0110011001100 Nachrichtentechnik 1
-0110011001100 GWTW 1
-0110011001100 All-Entertainment 1
-0110011001100 En-Fab 1
-0110011001100 ELCO 1
-0110011001100 SYNOPTICS 1
-0110011001100 ROANOKE 1
-0110011001100 SUPERIOR 1
-0110011001100 Confiscated 1
-0110011001100 Petroliam 1
-0110011001100 Business-School 1
-0110011001100 Sauter/Piller/Percelay 1
-0110011001100 SMITHFIELD 1
-0110011001100 Hy-Form 1
-0110011001100 Aeroflex 1
-0110011001100 AmLaw 1
-0110011001100 Duplex 1
-0110011001100 Jumbalaya 1
-0110011001100 NEKOOSA 1
-0110011001100 SPECIFIED 1
-0110011001100 ANTHONY 1
-0110011001100 Nurturing 1
-0110011001100 Denshi 1
-0110011001100 Malapi 1
-0110011001100 OGILVY 1
-0110011001100 SMOKESTACK 1
-0110011001100 HECLA 1
-0110011001100 Svensk 1
-0110011001100 SWA 1
-0110011001100 Sherwin-Greenberg 1
-0110011001100 SHINSEI 1
-0110011001100 Janitorial 1
-0110011001100 ExleyGiles 1
-0110011001100 HUNTINGTON 1
-0110011001100 GETTY 1
-0110011001100 Biosite 1
-0110011001100 RMV. 1
-0110011001100 Transland 1
-0110011001100 FLIGHTSAFETY 1
-0110011001100 falisches 1
-0110011001100 MHS 1
-0110011001100 Greycoat 1
-0110011001100 L.T. 1
-0110011001100 Metallized 1
-0110011001100 InsurUSA 1
-0110011001100 Roche/Sterling 1
-0110011001100 SIGMA 1
-0110011001100 UCB 1
-0110011001100 Alta-Berkeley 1
-0110011001100 M.L.C. 1
-0110011001100 Conniston 1
-0110011001100 LIGGETT 1
-0110011001100 Inter-Governmental 1
-0110011001100 Durkee/Sharlit 1
-0110011001100 SEIKO 1
-0110011001100 CALOR 1
-0110011001100 Central-secured 1
-0110011001100 419,995 1
-0110011001100 COMSTOCK 1
-0110011001100 Digene 1
-0110011001100 Tilcon 1
-0110011001100 ALLENVEST 1
-0110011001100 Fairmind 1
-0110011001100 Midwesco 1
-0110011001100 ASSEMBLY 1
-0110011001100 Jetway 1
-0110011001100 Leasetex 1
-0110011001100 Spital 1
-0110011001100 AISIN 1
-0110011001100 AAH 1
-0110011001100 KELPIE 1
-0110011001100 BIOMAGNETIC 1
-0110011001100 COOKSON 1
-0110011001100 FUNERAL 1
-0110011001100 Systems-Postal 1
-0110011001100 Kent-Moore 1
-0110011001100 Jaffe/Lansing 1
-0110011001100 WALLENBERG 2
-0110011001100 GRANGES 2
-0110011001100 ROHR 2
-0110011001100 CARRINGTON 2
-0110011001100 NOEL 2
-0110011001100 MARSAM 2
-0110011001100 REUTERS 2
-0110011001100 AMSTERDAM-ROTTERDAM 2
-0110011001100 Kon 2
-0110011001100 Insulating 2
-0110011001100 DICEON 2
-0110011001100 VARCO 2
-0110011001100 MENKA 2
-0110011001100 Equus 2
-0110011001100 FIELDCREST 2
-0110011001100 CHEESE 2
-0110011001100 RIVERBEND 2
-0110011001100 SAMSUNG 2
-0110011001100 TORRAS 2
-0110011001100 Ibycus 2
-0110011001100 KANEB 2
-0110011001100 CALLAHAN 2
-0110011001100 LNC 2
-0110011001100 Idanta 2
-0110011001100 COATES 2
-0110011001100 Unifying 2
-0110011001100 TALLEY 2
-0110011001100 GD 2
-0110011001100 ENZO 2
-0110011001100 ENVIROSAFE 2
-0110011001100 Leased 2
-0110011001100 JEWELRY 2
-0110011001100 STEVENS 2
-0110011001100 CONVERSION 2
-0110011001100 MELLON 2
-0110011001100 Advatex 2
-0110011001100 BARRIS 2
-0110011001100 FOSTER 2
-0110011001100 VISUAL 2
-0110011001100 TRINITY 2
-0110011001100 Heumann 2
-0110011001100 AMBR 2
-0110011001100 Unipart 2
-0110011001100 Wellsford 2
-0110011001100 Prediction 2
-0110011001100 Jungwoo 2
-0110011001100 Newpark 2
-0110011001100 VALMONT 2
-0110011001100 ADDINGTON 2
-0110011001100 HSG 2
-0110011001100 KRH 2
-0110011001100 J&C 2
-0110011001100 AVIA 2
-0110011001100 JDC 2
-0110011001100 Entiche 2
-0110011001100 OCTEL 2
-0110011001100 ASF 2
-0110011001100 Rehabilitative 2
-0110011001100 PACO 2
-0110011001100 Adolescent 2
-0110011001100 CALGON 2
-0110011001100 Veryfine 2
-0110011001100 Artois-Piedboeuf 2
-0110011001100 Spawn 2
-0110011001100 Underseas 2
-0110011001100 HOVNANIAN 2
-0110011001100 ECOLOGY 2
-0110011001100 GERBER 2
-0110011001100 BODY 2
-0110011001100 FACET 2
-0110011001100 Sizes 2
-0110011001100 Lipid 2
-0110011001100 Money-Market 2
-0110011001100 KM 2
-0110011001100 ForstmannLeff 2
-0110011001100 Regulator 2
-0110011001100 Consumat 2
-0110011001100 Wesmar 2
-0110011001100 Velos 2
-0110011001100 Lectra 2
-0110011001100 Lafe 2
-0110011001100 Intratec 2
-0110011001100 Stirs 2
-0110011001100 ASSURANCES 2
-0110011001100 Dechesne 2
-0110011001100 QUANTUM 2
-0110011001100 Northfork 2
-0110011001100 Wastewater 2
-0110011001100 SPOT 2
-0110011001100 OAKWOOD 2
-0110011001100 Tillex 2
-0110011001100 Deceptive 2
-0110011001100 Conti-Commodity 2
-0110011001100 Newbridge 2
-0110011001100 WARREN 2
-0110011001100 NORD 2
-0110011001100 Kaluakoi 2
-0110011001100 Oldest 2
-0110011001100 Richfood 2
-0110011001100 DOME 2
-0110011001100 Topa 2
-0110011001100 AERO 2
-0110011001100 Childress/Klein 2
-0110011001100 ASIA 2
-0110011001100 HINO 2
-0110011001100 TAYLOR 2
-0110011001100 CHEROKEE 2
-0110011001100 LADBROKE 2
-0110011001100 INGLES 2
-0110011001100 Cindic 2
-0110011001100 Scicon 2
-0110011001100 Watches 2
-0110011001100 Crystal/Barkley 2
-0110011001100 Europe/Africa 2
-0110011001100 Harlyn 2
-0110011001100 Syufy 2
-0110011001100 VARIAN 2
-0110011001100 RANK 2
-0110011001100 Allomet 2
-0110011001100 PicTel 2
-0110011001100 YLC 2
-0110011001100 DURAMED 2
-0110011001100 Equilease 2
-0110011001100 JEFFERIES 2
-0110011001100 OSBORN 2
-0110011001100 FIXED 2
-0110011001100 Wyvern 2
-0110011001100 Baden-Wurttemberg 2
-0110011001100 PERGAMON 2
-0110011001100 Pencil 2
-0110011001100 WOLVERINE 2
-0110011001100 Huntway 2
-0110011001100 TRUSTHOUSE 2
-0110011001100 CORKEN 2
-0110011001100 AMWEST 2
-0110011001100 PARKER 2
-0110011001100 VICTORIA 2
-0110011001100 YELLOWKNIFE 2
-0110011001100 Adria 2
-0110011001100 Kallestad 2
-0110011001100 Servicos 2
-0110011001100 VIRGIN 2
-0110011001100 ELEKTRISK 2
-0110011001100 Coastline 2
-0110011001100 Legendary 2
-0110011001100 NEWPORT 2
-0110011001100 KCI 2
-0110011001100 UNIONFED 2
-0110011001100 MS/Essex 2
-0110011001100 Bancshare 2
-0110011001100 TELESPHERE 2
-0110011001100 TELEMUNDO 2
-0110011001100 Felec 2
-0110011001100 MetroGoldwyn-Mayer 2
-0110011001100 MYERS 2
-0110011001100 HAWAIIAN 2
-0110011001100 Carbonic 2
-0110011001100 MAGNET 2
-0110011001100 Call-by-Call 2
-0110011001100 GOLDOME 2
-0110011001100 KIRIN 2
-0110011001100 R.R.A. 2
-0110011001100 Osrow 2
-0110011001100 L-Bar 2
-0110011001100 Softbridge 2
-0110011001100 BEIJING 2
-0110011001100 Dobisky 2
-0110011001100 Supportive 2
-0110011001100 PUBLICKER 2
-0110011001100 HILLSDOWN 2
-0110011001100 Commet 2
-0110011001100 Multiphasic 2
-0110011001100 Sintered 2
-0110011001100 Cogen 2
-0110011001100 Fluorine 2
-0110011001100 Zytec 2
-0110011001100 Cannon-Melia 2
-0110011001100 BENLOX 2
-0110011001100 EOS 2
-0110011001100 ABACO 2
-0110011001100 RELIANCE 2
-0110011001100 C-K 2
-0110011001100 SUGGESTION 2
-0110011001100 HEES 2
-0110011001100 JACKPOT 2
-0110011001100 VIRCO 2
-0110011001100 Bio-Research 2
-0110011001100 Le-Israel 2
-0110011001100 YAMAHA 2
-0110011001100 Ape 2
-0110011001100 Tjaereborg-Sterling 2
-0110011001100 CHARIOT 2
-0110011001100 Highgate 2
-0110011001100 GUILFORD 2
-0110011001100 ATLANTIS 2
-0110011001100 R.B.M. 2
-0110011001100 ALLSTAR 2
-0110011001100 DUMAGAMI 2
-0110011001100 MATRIX 2
-0110011001100 LUCAS 2
-0110011001100 Nielsen-Wurster 2
-0110011001100 Provesta 2
-0110011001100 Hospal 2
-0110011001100 Bomar 2
-0110011001100 Masstor 2
-0110011001100 CONVERGENT 2
-0110011001100 Lasarray 2
-0110011001100 G&R 2
-0110011001100 TYCO 2
-0110011001100 Roy-L 2
-0110011001100 Televideo 2
-0110011001100 Gestetner 2
-0110011001100 FLEET 2
-0110011001100 JACOBSON 2
-0110011001100 NOMURA 2
-0110011001100 KMC 2
-0110011001100 POTOMAC 2
-0110011001100 BANCTEXAS 2
-0110011001100 Faxit 2
-0110011001100 MPLC 2
-0110011001100 Immobiliare 2
-0110011001100 FLEMING 2
-0110011001100 Systech 2
-0110011001100 ARGONAUT 2
-0110011001100 KANGYO 3
-0110011001100 Oilfield 3
-0110011001100 Aquatic 3
-0110011001100 Enviro-Spray 3
-0110011001100 OCEAN 3
-0110011001100 STONE 3
-0110011001100 TCOM 3
-0110011001100 DAIWA 3
-0110011001100 BioTechnology 3
-0110011001100 NICHOLS 3
-0110011001100 ROCKWELL 3
-0110011001100 BASIC 3
-0110011001100 RICHARDSON 3
-0110011001100 LLOYDS 3
-0110011001100 EAGLE-PICHER 3
-0110011001100 COLECO 3
-0110011001100 MRC 3
-0110011001100 Sawyer/Miller 3
-0110011001100 Immobiliaria 3
-0110011001100 Eloquent 3
-0110011001100 InterVen 3
-0110011001100 CAROLCO 3
-0110011001100 INVESTOR 3
-0110011001100 TUCSON 3
-0110011001100 LANE 3
-0110011001100 Completes 3
-0110011001100 ALCAN 3
-0110011001100 Dislocated 3
-0110011001100 PETROLANE 3
-0110011001100 Conergics 3
-0110011001100 Hoogovens 3
-0110011001100 Nicholas-Applegate 3
-0110011001100 INSPIRATION 3
-0110011001100 EXCO 3
-0110011001100 Fox/Lorber 3
-0110011001100 WESTCOAST 3
-0110011001100 HOMESTEAD 3
-0110011001100 BRIDGFORD 3
-0110011001100 GEOTHERMAL 3
-0110011001100 TORONTO-DOMINION 3
-0110011001100 Criticare 3
-0110011001100 MLPI 3
-0110011001100 Clarinet 3
-0110011001100 SURGICAL 3
-0110011001100 Barbar 3
-0110011001100 EPO. 3
-0110011001100 O.D.N. 3
-0110011001100 PageAmerica 3
-0110011001100 AVERY 3
-0110011001100 CLAYTON 3
-0110011001100 TOBACCO 3
-0110011001100 Kalium 3
-0110011001100 Asda-MFI 3
-0110011001100 MXM 3
-0110011001100 Quake 3
-0110011001100 NS 3
-0110011001100 Lamalie 3
-0110011001100 Nullabor 3
-0110011001100 HMG/Courtland 3
-0110011001100 ADIA 3
-0110011001100 Lasco 3
-0110011001100 Nycom 3
-0110011001100 ADELPHIA 3
-0110011001100 REEBOK 3
-0110011001100 N-W 3
-0110011001100 Tec 3
-0110011001100 Fabrication 3
-0110011001100 NIKKO 3
-0110011001100 INERTIA 3
-0110011001100 NME 3
-0110011001100 CASINO 3
-0110011001100 CHAMPION 3
-0110011001100 Mazak 3
-0110011001100 Melamine 3
-0110011001100 ComCapital 3
-0110011001100 RORER 3
-0110011001100 C1 3
-0110011001100 WESTPAC 3
-0110011001100 MediQual 3
-0110011001100 INTELOGIC 3
-0110011001100 EMERSON 3
-0110011001100 RTS 3
-0110011001100 WAXMAN 3
-0110011001100 MIV 3
-0110011001100 Advanco 3
-0110011001100 DIXONS 3
-0110011001100 Miltope 3
-0110011001100 Offset 3
-0110011001100 UD 3
-0110011001100 PetroMar 3
-0110011001100 SoftAd 3
-0110011001100 BMY-Combat 3
-0110011001100 Bituma 3
-0110011001100 FundTrust 3
-0110011001100 Goldline 3
-0110011001100 LUCKY 3
-0110011001100 O&M 3
-0110011001100 Chernow 3
-0110011001100 SUNDSTRAND 3
-0110011001100 Secs 3
-0110011001100 JOY 3
-0110011001100 SHOE 3
-0110011001100 Fixed-Income 3
-0110011001100 Westfaelisches 3
-0110011001100 UDC-UNIVERSAL 3
-0110011001100 Motherhood 3
-0110011001100 Moneyed 3
-0110011001100 Jaymont 3
-0110011001100 Sentara 3
-0110011001100 Swine 3
-0110011001100 Ascent 3
-0110011001100 Hansabel 3
-0110011001100 Univac 3
-0110011001100 ZH 3
-0110011001100 Investnet 3
-0110011001100 Prenatal 3
-0110011001100 Diaper 3
-0110011001100 On-Site 3
-0110011001100 Parlux 3
-0110011001100 Acacia 4
-0110011001100 COMBINED 4
-0110011001100 YAMAICHI 4
-0110011001100 Supercomputing 4
-0110011001100 HINDERLITER 4
-0110011001100 ACCIDENT 4
-0110011001100 SNC 4
-0110011001100 Shaving 4
-0110011001100 GALACTIC 4
-0110011001100 RHEEM 4
-0110011001100 Ennui 4
-0110011001100 Fluids 4
-0110011001100 FFP 4
-0110011001100 IFM 4
-0110011001100 TOOL 4
-0110011001100 Tidel 4
-0110011001100 Novellus 4
-0110011001100 BOLLORE 4
-0110011001100 BIA-COR 4
-0110011001100 Delicato 4
-0110011001100 Analytic 4
-0110011001100 TRANSPORT 4
-0110011001100 Tailor 4
-0110011001100 IRVING 4
-0110011001100 Folding 4
-0110011001100 Sewing 4
-0110011001100 GLAXO 4
-0110011001100 Accutax 4
-0110011001100 INDUSTRIALI 4
-0110011001100 Grading 4
-0110011001100 DiversiTech 4
-0110011001100 MedFusion 4
-0110011001100 Emcon 4
-0110011001100 Mavar 4
-0110011001100 ARVIN 4
-0110011001100 InterWest 4
-0110011001100 Whitcom 4
-0110011001100 CLARK 4
-0110011001100 M&T 4
-0110011001100 Marshals 4
-0110011001100 Middleby 4
-0110011001100 Akros 4
-0110011001100 NAVISTAR 4
-0110011001100 Motorcycle 4
-0110011001100 CAMERA 4
-0110011001100 Closed-End 4
-0110011001100 Secura 4
-0110011001100 SCHWEIZERISCHE 4
-0110011001100 AVANA 4
-0110011001100 Walwood 4
-0110011001100 Satra 4
-0110011001100 Calpine 4
-0110011001100 Waverly 4
-0110011001100 Oral-B 4
-0110011001100 AK 4
-0110011001100 Cupples 4
-0110011001100 Condensed 4
-0110011001100 HARNISCHFEGER 4
-0110011001100 Go-Go 4
-0110011001100 Malapai 4
-0110011001100 Teletrac 4
-0110011001100 Ammco 4
-0110011001100 Victim 4
-0110011001100 Halts 4
-0110011001100 Releasing 4
-0110011001100 HENLEY 4
-0110011001100 CHAMBERS 4
-0110011001100 Intermodal 5
-0110011001100 Sprout 5
-0110011001100 Hyperion 5
-0110011001100 SANYO 5
-0110011001100 ROTHMANS 5
-0110011001100 SOCIETA 5
-0110011001100 WearEver-Proctor 5
-0110011001100 Purpose 5
-0110011001100 GIBRALTAR 5
-0110011001100 Programma 5
-0110011001100 LaBar 5
-0110011001100 Compressor 5
-0110011001100 Carmike 5
-0110011001100 HomeCare 5
-0110011001100 Ceramic 5
-0110011001100 Muffler 5
-0110011001100 COMPOSITE 5
-0110011001100 NOBLE 5
-0110011001100 Cornucopia 5
-0110011001100 ARIADNE 5
-0110011001100 EMERALD 5
-0110011001100 Limitation 5
-0110011001100 Infinite 5
-0110011001100 Roadrunner 5
-0110011001100 PETRIE 5
-0110011001100 Cognitive 5
-0110011001100 Delicate 5
-0110011001100 Otomobil 5
-0110011001100 Boosts 5
-0110011001100 BUILDING 5
-0110011001100 Wefa 5
-0110011001100 WAH 5
-0110011001100 Recreational 5
-0110011001100 ARGYLL 5
-0110011001100 WARNER 5
-0110011001100 Decorative 5
-0110011001100 Licensed 5
-0110011001100 Ninja 5
-0110011001100 HLM 5
-0110011001100 MCDONNELL 5
-0110011001100 Child-Care 5
-0110011001100 Sacre 5
-0110011001100 COLOROLL 5
-0110011001100 QUADREX 5
-0110011001100 BETHLEHEM 5
-0110011001100 Peripheral 5
-0110011001100 Affinity 5
-0110011001100 GENETICS 5
-0110011001100 Linea 5
-0110011001100 Reproduction 5
-0110011001100 Suspension 5
-0110011001100 DRESDNER 5
-0110011001100 MCS 6
-0110011001100 Amchase 6
-0110011001100 Orchards 6
-0110011001100 Pumpkin 6
-0110011001100 MAXWELL 6
-0110011001100 CRAZY 6
-0110011001100 Gorge 6
-0110011001100 Low-Income 6
-0110011001100 Exide 6
-0110011001100 Pregnancy 6
-0110011001100 Oxygen 6
-0110011001100 Successor 6
-0110011001100 CONTIBEL 6
-0110011001100 Grammar 6
-0110011001100 CLEVELAND 6
-0110011001100 AV 6
-0110011001100 Ballets 6
-0110011001100 WESTMINSTER 6
-0110011001100 Flowering 6
-0110011001100 FUEL 6
-0110011001100 Seismic 6
-0110011001100 Investment-Grade 6
-0110011001100 Nutritional 6
-0110011001100 Hometown 6
-0110011001100 Tee 6
-0110011001100 CELLULAR 6
-0110011001100 KLP 6
-0110011001100 SHAMROCK 6
-0110011001100 GREEN 6
-0110011001100 Unique 6
-0110011001100 KOBE 6
-0110011001100 Sub 6
-0110011001100 OMNI 6
-0110011001100 Missionaries 7
-0110011001100 Tenant 7
-0110011001100 Owl 7
-0110011001100 LDX 7
-0110011001100 GRANADA 7
-0110011001100 Metric 7
-0110011001100 MERCURY 7
-0110011001100 BEVERLY 7
-0110011001100 Skies 7
-0110011001100 ADELAIDE 7
-0110011001100 Knee 7
-0110011001100 Thermco 7
-0110011001100 GIB 7
-0110011001100 Lifeco 7
-0110011001100 JHM 7
-0110011001100 ROBINSON 7
-0110011001100 CX 7
-0110011001100 FT 7
-0110011001100 COMMERCE 7
-0110011001100 Abrasive 7
-0110011001100 WESTINGHOUSE 7
-0110011001100 1001 7
-0110011001100 Lime 7
-0110011001100 Kangaroo 7
-0110011001100 RACAL 7
-0110011001100 AGENCE 7
-0110011001100 Menswear 7
-0110011001100 INFORMATION 7
-0110011001100 Navigators 7
-0110011001100 FR 7
-0110011001100 Compression 7
-0110011001100 Daylight 7
-0110011001100 KAWASAKI 8
-0110011001100 SUNSHINE 8
-0110011001100 MANHATTAN 8
-0110011001100 KUWAIT 8
-0110011001100 ISUZU 8
-0110011001100 LUBE 8
-0110011001100 Quill 8
-0110011001100 Acoustic 8
-0110011001100 T.C.C. 8
-0110011001100 Cereal 8
-0110011001100 NORSK 8
-0110011001100 CONVERTIBLE 8
-0110011001100 IJ 8
-0110011001100 Cleaner 8
-0110011001100 MOBILE 8
-0110011001100 FF 8
-0110011001100 PROPERTY 8
-0110011001100 Oxidyne 8
-0110011001100 Spaghetti 8
-0110011001100 Renco 8
-0110011001100 BIRMID 9
-0110011001100 13-30 9
-0110011001100 Meats 9
-0110011001100 Crab 9
-0110011001100 Kitchens 9
-0110011001100 Harlequin 9
-0110011001100 Fabricated 9
-0110011001100 Dallhold 9
-0110011001100 Photographic 9
-0110011001100 Feature 9
-0110011001100 Microfilm 9
-0110011001100 Cast 9
-0110011001100 Microcomputer 9
-0110011001100 TECO 9
-0110011001100 Peanut 9
-0110011001100 Short-Term 9
-0110011001100 Ibbotson 9
-0110011001100 HEALTHCARE 9
-0110011001100 Chem 9
-0110011001100 VALUE 9
-0110011001100 Valuation 9
-0110011001100 Packet 9
-0110011001100 Immunology 10
-0110011001100 MTI 10
-0110011001100 SWISS 10
-0110011001100 GRENFELL 10
-0110011001100 Assured 10
-0110011001100 Kynikos 10
-0110011001100 KIA 10
-0110011001100 Videotex 10
-0110011001100 Document 10
-0110011001100 Pesticide 10
-0110011001100 Mouth 10
-0110011001100 Orchid 10
-0110011001100 M&G 10
-0110011001100 BF 10
-0110011001100 Footwear 11
-0110011001100 Extension 11
-0110011001100 Rheinisch-Westfaelisches 11
-0110011001100 Recipe 11
-0110011001100 Prosecution 11
-0110011001100 Glenbrook 11
-0110011001100 Retention 11
-0110011001100 FOREST 11
-0110011001100 TCBY 11
-0110011001100 Deb 11
-0110011001100 Showcase 11
-0110011001100 Serco 11
-0110011001100 WCI 11
-0110011001100 Preference 11
-0110011001100 Novacor 12
-0110011001100 Westmin 12
-0110011001100 Rehab 12
-0110011001100 B-E 12
-0110011001100 Tengelmann 13
-0110011001100 Sleep 13
-0110011001100 3D 13
-0110011001100 RV 13
-0110011001100 Consul 13
-0110011001100 Skunk 13
-0110011001100 Cab 13
-0110011001100 Locomotive 13
-0110011001100 Replacement 13
-0110011001100 Surface 13
-0110011001100 Expert 13
-0110011001100 Masterworks 13
-0110011001100 CM&M 14
-0110011001100 Visible 14
-0110011001100 H&Q 14
-0110011001100 Poetry 14
-0110011001100 MATSUSHITA 14
-0110011001100 Lodging 14
-0110011001100 Flies 14
-0110011001100 PA 14
-0110011001100 Protocol 14
-0110011001100 Nut 14
-0110011001100 Shelter 14
-0110011001100 NavCom 14
-0110011001100 Juvenile 14
-0110011001100 Funeral 14
-0110011001100 DST 15
-0110011001100 World-Wide 15
-0110011001100 EQUITICORP 15
-0110011001100 Fishery 15
-0110011001100 Interagency 15
-0110011001100 Drinking 16
-0110011001100 Situation 16
-0110011001100 Roller 16
-0110011001100 DEUTSCHE 16
-0110011001100 Time-Life 16
-0110011001100 REALTY 16
-0110011001100 S.H. 16
-0110011001100 Geophysical 16
-0110011001100 Lottery 16
-0110011001100 Acid 16
-0110011001100 Constellation 17
-0110011001100 Amphenol 17
-0110011001100 Saver 17
-0110011001100 Pie 17
-0110011001100 Protective 17
-0110011001100 Goal 17
-0110011001100 Crossing 18
-0110011001100 Appraisal 18
-0110011001100 Barrier 18
-0110011001100 Killer 18
-0110011001100 Gift 18
-0110011001100 Shatkin 18
-0110011001100 Trailer 18
-0110011001100 Seafood 19
-0110011001100 Ethical 19
-0110011001100 Fluid 19
-0110011001100 Raisin 20
-0110011001100 ROVER 20
-0110011001100 GRAND 20
-0110011001100 Vacuum 20
-0110011001100 ELDERS 20
-0110011001100 HEAVY 20
-0110011001100 DATA 20
-0110011001100 Muni 20
-0110011001100 Renewal 20
-0110011001100 Synthetic 21
-0110011001100 Warrior 21
-0110011001100 ISI 21
-0110011001100 MIDLAND 21
-0110011001100 HYUNDAI 21
-0110011001100 Workplace 21
-0110011001100 Refinery 21
-0110011001100 Fun 21
-0110011001100 Tank 21
-0110011001100 Celtic 22
-0110011001100 Measurement 22
-0110011001100 Loyalty 22
-0110011001100 DEPARTMENT 23
-0110011001100 CN 23
-0110011001100 Acclaim 23
-0110011001100 Porta 23
-0110011001100 Transaction 24
-0110011001100 Hickory 24
-0110011001100 INCOME 24
-0110011001100 Advertiser 24
-0110011001100 Wonderful 24
-0110011001100 Donut 24
-0110011001100 Saving 25
-0110011001100 IMPERIAL 25
-0110011001100 RAND 25
-0110011001100 Supercomputer 25
-0110011001100 Recreation 26
-0110011001100 Aeronautical 26
-0110011001100 Omega 26
-0110011001100 Selective 26
-0110011001100 HONDA 27
-0110011001100 Pharmacy 27
-0110011001100 Recycling 27
-0110011001100 Bakery 28
-0110011001100 AMEX 28
-0110011001100 MEDICAL 28
-0110011001100 TOYOTA 29
-0110011001100 Touchstone 29
-0110011001100 Territory 29
-0110011001100 Merit 29
-0110011001100 Chain 30
-0110011001100 PUBLIC 30
-0110011001100 Flag 30
-0110011001100 Nursing 30
-0110011001100 Poultry 30
-0110011001100 Biomedical 31
-0110011001100 Hardware 31
-0110011001100 Outdoor 31
-0110011001100 Tokyu 31
-0110011001100 Custom 32
-0110011001100 Thermal 32
-0110011001100 NISSAN 33
-0110011001100 Winthrop 33
-0110011001100 Directory 33
-0110011001100 Catastrophic 34
-0110011001100 Livestock 34
-0110011001100 URS 35
-0110011001100 Harvest 35
-0110011001100 Temporary 36
-0110011001100 Nord 37
-0110011001100 Ottaway 37
-0110011001100 Fantasy 37
-0110011001100 Career 37
-0110011001100 Ski 37
-0110011001100 Penguin 37
-0110011001100 Emerging 37
-0110011001100 Egg 38
-0110011001100 CITY 38
-0110011001100 Psychological 39
-0110011001100 Magnetic 39
-0110011001100 C.B. 39
-0110011001100 Flow 40
-0110011001100 Liquor 40
-0110011001100 Option 40
-0110011001100 Diagnostic 40
-0110011001100 LIFE 40
-0110011001100 Petrolane 41
-0110011001100 Ship 41
-0110011001100 Suburban 41
-0110011001100 Connection 41
-0110011001100 Comedy 41
-0110011001100 BELL 42
-0110011001100 Tung 43
-0110011001100 Galoob 44
-0110011001100 Audio 44
-0110011001100 Strike 46
-0110011001100 Fisheries 46
-0110011001100 Aerojet 47
-0110011001100 Bus 48
-0110011001100 Response 48
-0110011001100 Gourmet 50
-0110011001100 Solar 50
-0110011001100 Dress 51
-0110011001100 Check 51
-0110011001100 Cartier 52
-0110011001100 Critical 52
-0110011001100 Copley 52
-0110011001100 HealthCare 52
-0110011001100 Piano 53
-0110011001100 Carrier 54
-0110011001100 Terminal 54
-0110011001100 Lost 55
-0110011001100 Camera 56
-0110011001100 Genuine 57
-0110011001100 Gaming 59
-0110011001100 Pet 59
-0110011001100 Rehabilitation 60
-0110011001100 Studio 61
-0110011001100 Racing 61
-0110011001100 Cafe 62
-0110011001100 Forecasting 63
-0110011001100 Engineered 64
-0110011001100 Stage 64
-0110011001100 Litigation 66
-0110011001100 Ladies 66
-0110011001100 Related 67
-0110011001100 Visual 67
-0110011001100 Mineral 68
-0110011001100 Turbine 69
-0110011001100 Asbestos 70
-0110011001100 Image 71
-0110011001100 Process 71
-0110011001100 Prairie 71
-0110011001100 Savers 72
-0110011001100 Resort 75
-0110011001100 Radiation 75
-0110011001100 Learning 77
-0110011001100 Animal 78
-0110011001100 Tech 80
-0110011001100 Dulles 80
-0110011001100 Sporting 82
-0110011001100 Surgical 82
-0110011001100 Offshore 83
-0110011001100 Famous 85
-0110011001100 GENERAL 86
-0110011001100 Ice 86
-0110011001100 Playtex 87
-0110011001100 WEFA 88
-0110011001100 Screen 90
-0110011001100 Advance 91
-0110011001100 Toy 93
-0110011001100 Wilshire 94
-0110011001100 Trial 100
-0110011001100 Fuel 103
-0110011001100 Acquisitions 106
-0110011001100 Distribution 110
-0110011001100 Naturalization 115
-0110011001100 Dealer 116
-0110011001100 Master 116
-0110011001100 Multifoods 119
-0110011001100 Creative 120
-0110011001100 Renaissance 120
-0110011001100 Team 120
-0110011001100 Aero 121
-0110011001100 Select 122
-0110011001100 Apparel 122
-0110011001100 Color 128
-0110011001100 Dairy 130
-0110011001100 Personnel 130
-0110011001100 Diversified 131
-0110011001100 Broadcast 132
-0110011001100 Progress 133
-0110011001100 Consulting 134
-0110011001100 Microwave 134
-0110011001100 Chip 135
-0110011001100 Record 136
-0110011001100 Product 139
-0110011001100 Forum 143
-0110011001100 Laser 148
-0110011001100 Dance 149
-0110011001100 Secret 149
-0110011001100 Discount 158
-0110011001100 Specialty 158
-0110011001100 Grow 159
-0110011001100 Plant 161
-0110011001100 Child 162
-0110011001100 Mail 163
-0110011001100 Game 170
-0110011001100 Regional 172
-0110011001100 Agricultural 174
-0110011001100 Arms 179
-0110011001100 Materials 182
-0110011001100 Newspaper 188
-0110011001100 Cablevision 190
-0110011001100 Aid 194
-0110011001100 Quality 213
-0110011001100 Weather 216
-0110011001100 Automobile 219
-0110011001100 Resource 222
-0110011001100 Days 227
-0110011001100 Automotive 229
-0110011001100 Property 231
-0110011001100 Restaurant 235
-0110011001100 Town 238
-0110011001100 Overseas 239
-0110011001100 Railway 243
-0110011001100 LOAN 249
-0110011001100 Shoe 255
-0110011001100 Pension 279
-0110011001100 Book 299
-0110011001100 NATIONAL 300
-0110011001100 Pizza 307
-0110011001100 Desert 309
-0110011001100 Scientific 312
-0110011001100 Mobile 325
-0110011001100 Healthcare 326
-0110011001100 Sports 332
-0110011001100 Fair 332
-0110011001100 Country 340
-0110011001100 Legal 355
-0110011001100 Technical 366
-0110011001100 Cellular 371
-0110011001100 Travel 383
-0110011001100 Supermarkets 387
-0110011001100 Water 391
-0110011001100 Music 412
-0110011001100 Armed 430
-0110011001100 Radio 472
-0110011001100 Customs 475
-0110011001100 Family 479
-0110011001100 Semiconductor 500
-0110011001100 Video 524
-0110011001100 Forest 527
-0110011001100 Municipal 548
-0110011001100 Human 557
-0110011001100 Media 731
-0110011001100 Mutual 750
-0110011001100 Postal 836
-0110011001100 Hotel 881
-0110011001100 Information 944
-0110011001100 Environmental 966
-0110011001100 Hospital 1115
-0110011001100 Data 2220
-0110011001100 Public 2435
-0110011001100 News 3348
-0110011001100 Energy 3563
-0110011001100 Financial 6112
-0110011001101 Klynfeld 1
-0110011001101 Noticia 1
-0110011001101 Mirrored 1
-0110011001101 Internatational 1
-0110011001101 VidCam 1
-0110011001101 Transferrers 1
-0110011001101 Sulzberger-Rolfe 1
-0110011001101 Debt-for-Equity 1
-0110011001101 BioTech 1
-0110011001101 Foodstuff 1
-0110011001101 BRUXELLE 1
-0110011001101 ODNS 1
-0110011001101 Acceptanc 1
-0110011001101 Tactictal 1
-0110011001101 University-New 1
-0110011001101 Gas-Cooled 1
-0110011001101 SNACK 1
-0110011001101 Reteach 1
-0110011001101 Fastener 1
-0110011001101 Markets-International 1
-0110011001101 Tri-Source 1
-0110011001101 Portfolio-High 1
-0110011001101 Channeled 1
-0110011001101 Cali-Mex 1
-0110011001101 Profit-Minded 1
-0110011001101 University-Presbyterian 1
-0110011001101 Pargas 1
-0110011001101 Lombard-Wall 1
-0110011001101 MICROELECTRONIC 1
-0110011001101 bioorganic 1
-0110011001101 Bank/International 1
-0110011001101 North-Western 1
-0110011001101 Inc.-Piedmont 1
-0110011001101 MEASUREMENT 1
-0110011001101 steel-storage 1
-0110011001101 Mitsuba-Walbro 1
-0110011001101 Pinkel 1
-0110011001101 Hazelden 1
-0110011001101 Pendaflex 1
-0110011001101 Turnkey 1
-0110011001101 Brothers-ERA 1
-0110011001101 Interventional 1
-0110011001101 Stylus 1
-0110011001101 Import-Export 1
-0110011001101 Import/Export 1
-0110011001101 Tablet 1
-0110011001101 Components-Mostek 1
-0110011001101 MiniGolf 1
-0110011001101 77-sponsored 1
-0110011001101 Mkts 1
-0110011001101 11,202 1
-0110011001101 Bellomo-McGee 1
-0110011001101 TDF 1
-0110011001101 Throws 1
-0110011001101 Rent-A 1
-0110011001101 THF 1
-0110011001101 Jofree 1
-0110011001101 DeMarche 2
-0110011001101 Foundation/Research 2
-0110011001101 Multi-List 2
-0110011001101 Pro-Am 2
-0110011001101 INTERMARK 2
-0110011001101 Van-Rijn 2
-0110011001101 Flannel 2
-0110011001101 ALICO 2
-0110011001101 X-Ray 2
-0110011001101 COMMERCIALE 2
-0110011001101 LYPHOMED 2
-0110011001101 Reseach 2
-0110011001101 NOVELL 2
-0110011001101 Technophone 2
-0110011001101 Pallas 2
-0110011001101 LAKE 2
-0110011001101 Deflated 2
-0110011001101 Gravure 2
-0110011001101 Internationl 2
-0110011001101 Sintering 2
-0110011001101 HPI 2
-0110011001101 Usenco 2
-0110011001101 GRACO 2
-0110011001101 SUDBURY 2
-0110011001101 International/Diversified 2
-0110011001101 Dyas 2
-0110011001101 XL/DATACOMP 2
-0110011001101 Kuhlenschmidt/Simon 2
-0110011001101 RAMADA 2
-0110011001101 Sharpe-Tint 2
-0110011001101 Omniflight 2
-0110011001101 Berhad 2
-0110011001101 Stuf 2
-0110011001101 GUILD 2
-0110011001101 Arrhythmia 2
-0110011001101 Internaional 2
-0110011001101 Disclose 2
-0110011001101 TIDEWATER 2
-0110011001101 Genenchem 2
-0110011001101 BABCOCK 2
-0110011001101 Internatonal 2
-0110011001101 Rizhskaya 2
-0110011001101 Nusantara 2
-0110011001101 Rent-a-Center 2
-0110011001101 Transducer 2
-0110011001101 ABIOMED 2
-0110011001101 Commune 2
-0110011001101 CONSECO 2
-0110011001101 Telecable 3
-0110011001101 Generator 3
-0110011001101 Filters 3
-0110011001101 Tasman 3
-0110011001101 Schepps 3
-0110011001101 InterMarket 3
-0110011001101 Disneyana 3
-0110011001101 Percussion 3
-0110011001101 Tax-Exempt 3
-0110011001101 Gallaher 3
-0110011001101 Respond 3
-0110011001101 Mutant 3
-0110011001101 Commericial 3
-0110011001101 Suffers 3
-0110011001101 Sekiyu 3
-0110011001101 Fantus 3
-0110011001101 SDW 3
-0110011001101 Weichert 3
-0110011001101 Phibro-Salomon 3
-0110011001101 V.F. 3
-0110011001101 Laneco 3
-0110011001101 Oerlikon-Buhrle 3
-0110011001101 Scanner 3
-0110011001101 Aging-Fleet 3
-0110011001101 Raffinerie 3
-0110011001101 Flooring 3
-0110011001101 Pacemakers 4
-0110011001101 Anvil 4
-0110011001101 Biodynamics 4
-0110011001101 Thalberg 4
-0110011001101 Accountancy 4
-0110011001101 Snacks 4
-0110011001101 NGL 4
-0110011001101 Corniche 4
-0110011001101 NMR 4
-0110011001101 Cavitron 4
-0110011001101 Logetronics 4
-0110011001101 Richardson-Merrell 4
-0110011001101 Interconnect 4
-0110011001101 Knit 4
-0110011001101 Hospice 4
-0110011001101 FRUEHAUF 4
-0110011001101 Saison 4
-0110011001101 COMMUNITY 5
-0110011001101 Consultation 5
-0110011001101 SONAT 5
-0110011001101 CATO 5
-0110011001101 ASSET 5
-0110011001101 Infrastructure 5
-0110011001101 AGRICOLA 5
-0110011001101 Rope 5
-0110011001101 IIc 5
-0110011001101 Chouest 5
-0110011001101 Railcar 5
-0110011001101 Sankei 6
-0110011001101 Accu-Weather 6
-0110011001101 ASARCO 6
-0110011001101 SHIPPING 6
-0110011001101 Olde 6
-0110011001101 Reprographics 6
-0110011001101 APAC 6
-0110011001101 M/A-COM 6
-0110011001101 Demonstration 6
-0110011001101 Defects 6
-0110011001101 Sprinkler 6
-0110011001101 PAK 6
-0110011001101 Fellows 7
-0110011001101 TOSCO 7
-0110011001101 Gefinor 7
-0110011001101 Medium 7
-0110011001101 SOUTHDOWN 7
-0110011001101 Maxell 7
-0110011001101 Receivables 7
-0110011001101 CableVision 7
-0110011001101 KOKAN 7
-0110011001101 BRUXELLES 7
-0110011001101 Multi-Family 7
-0110011001101 Aftermarket 7
-0110011001101 Castparts 7
-0110011001101 Grape 8
-0110011001101 LEASE 8
-0110011001101 Trivest 8
-0110011001101 Fiduciary 8
-0110011001101 Meridionale 8
-0110011001101 Switches 8
-0110011001101 MCKINNON 8
-0110011001101 Informatics 9
-0110011001101 A.M.E. 9
-0110011001101 Cognetics 9
-0110011001101 Merion 9
-0110011001101 METAL 9
-0110011001101 Myung 10
-0110011001101 IIGS 10
-0110011001101 Cutlery 10
-0110011001101 Chemie 10
-0110011001101 Custodian 10
-0110011001101 Greenhouse 10
-0110011001101 Forex 11
-0110011001101 Aerotech 11
-0110011001101 Portfolios 11
-0110011001101 Avmark 11
-0110011001101 Movers 12
-0110011001101 Malpractice 12
-0110011001101 Therapy 13
-0110011001101 Seminars 14
-0110011001101 Nurseries 14
-0110011001101 BROWN 14
-0110011001101 PlanEcon 14
-0110011001101 PEAT 15
-0110011001101 Zellerbach 15
-0110011001101 Eclipse 16
-0110011001101 Containment 16
-0110011001101 Robotics 16
-0110011001101 Beetle 16
-0110011001101 Permanente 16
-0110011001101 Addiction 17
-0110011001101 Eau 17
-0110011001101 Fairy 17
-0110011001101 Ceramics 18
-0110011001101 Disposition 18
-0110011001101 Bullion 19
-0110011001101 Fabric 19
-0110011001101 Tyre 19
-0110011001101 Gulch 20
-0110011001101 EQUITY 20
-0110011001101 Pinault 20
-0110011001101 Leiby 21
-0110011001101 IBCA 23
-0110011001101 Britannica 23
-0110011001101 Videotron 24
-0110011001101 Agricola 24
-0110011001101 Homemade 25
-0110011001101 Classics 26
-0110011001101 Automobiles 28
-0110011001101 Dispatch 30
-0110011001101 Grocery 30
-0110011001101 Seiki 30
-0110011001101 Computing 30
-0110011001101 Saga 32
-0110011001101 Disc 32
-0110011001101 Polymer 32
-0110011001101 Jewelers 32
-0110011001101 Siddeley 35
-0110011001101 Sportswear 37
-0110011001101 Concrete 38
-0110011001101 Buildings 39
-0110011001101 PACIFIC 39
-0110011001101 Textiles 41
-0110011001101 Premiere 43
-0110011001101 Maintenance 44
-0110011001101 Promotion 45
-0110011001101 Liability 47
-0110011001101 Fabrics 51
-0110011001101 Yellowknife 54
-0110011001101 Imaging 55
-0110011001101 Administrators 60
-0110011001101 Microelectronics 61
-0110011001101 Tactical 62
-0110011001101 Insight 62
-0110011001101 Merchandise 70
-0110011001101 Expansion 75
-0110011001101 Romeo 77
-0110011001101 Strategy 78
-0110011001101 Range 82
-0110011001101 Craft 82
-0110011001101 Genetic 88
-0110011001101 Biotechnology 89
-0110011001101 Centre 95
-0110011001101 Access 96
-0110011001101 Tennis 97
-0110011001101 Cooperative 100
-0110011001101 Classic 107
-0110011001101 Courier 110
-0110011001101 Cosmos 112
-0110011001101 Transit 115
-0110011001101 Guarantee 123
-0110011001101 Plastics 127
-0110011001101 Automation 131
-0110011001101 Packaging 138
-0110011001101 Clearing 143
-0110011001101 Beverage 152
-0110011001101 Design 173
-0110011001101 Celanese 177
-0110011001101 Textile 180
-0110011001101 Satellite 205
-0110011001101 Bull 207
-0110011001101 Photo 210
-0110011001101 Cities 226
-0110011001101 Publishers 229
-0110011001101 Basic 242
-0110011001101 Worldwide 274
-0110011001101 Genetics 305
-0110011001101 Flight 315
-0110011001101 Funding 319
-0110011001101 Arts 365
-0110011001101 Software 503
-0110011001101 Advertising 516
-0110011001101 Micro 532
-0110011001101 Electronic 539
-0110011001101 Engineering 639
-0110011001101 Peat 675
-0110011001101 Realty 752
-0110011001101 Art 753
-0110011001101 Nabisco 814
-0110011001101 Care 844
-0110011001101 Equity 927
-0110011001101 Electronics 929
-0110011001101 Control 1105
-0110011001101 Entertainment 1265
-0110011001101 Technology 1945
-0110011001101 Computer 2695
-0110011001101 Research 2903
-0110011001101 International 14172
-0110011001101 Management 3479
-01100110011100 Pilsudski 1
-01100110011100 Beliefs 1
-01100110011100 Typographical 1
-01100110011100 5,000-stock 1
-01100110011100 Pigmentosa 1
-01100110011100 Retinitis 1
-01100110011100 WorldBrown 1
-01100110011100 Fund-High 1
-01100110011100 Directives 1
-01100110011100 Finals 1
-01100110011100 Hole-In-One 1
-01100110011100 RIM 1
-01100110011100 GirozentraleDeutsche 1
-01100110011100 Outlives 1
-01100110011100 Ecclesiastic 1
-01100110011100 Laywers 1
-01100110011100 Dealer-Celeste 1
-01100110011100 Shutter 1
-01100110011100 Remittance 1
-01100110011100 Cattleman 1
-01100110011100 Jar 1
-01100110011100 Geographic-style 1
-01100110011100 Superintendents 1
-01100110011100 Confesses 1
-01100110011100 Devises 1
-01100110011100 Mid-Illinois 1
-01100110011100 Amorphous 1
-01100110011100 Spaaren 1
-01100110011100 Submicron 1
-01100110011100 Changers 1
-01100110011100 Areba-Casriel 1
-01100110011100 Unitoys 1
-01100110011100 Shiny 1
-01100110011100 Democrat-run 1
-01100110011100 Speedskating 1
-01100110011100 gear-shaping 1
-01100110011100 chatterboxes 1
-01100110011100 Examinations 1
-01100110011100 Arm-wrestling 1
-01100110011100 Snooze 1
-01100110011100 Ambient 1
-01100110011100 Smokeout 1
-01100110011100 Huron-based 1
-01100110011100 Emigre 1
-01100110011100 Cakewalk 1
-01100110011100 Trust/Bond 1
-01100110011100 Speleological 1
-01100110011100 Spar-Casse 1
-01100110011100 Entomological 1
-01100110011100 Tropique 1
-01100110011100 Bottled 1
-01100110011100 Robomation 1
-01100110011100 Votech 1
-01100110011100 Sachet 1
-01100110011100 Write-Off 1
-01100110011100 Simplifies 1
-01100110011100 Unsportsmanlike 1
-01100110011100 Chitwan 1
-01100110011100 Aerobatics 1
-01100110011100 Obscuration 1
-01100110011100 Waterflood 1
-01100110011100 Three-Dimensional 1
-01100110011100 Dramachiski 1
-01100110011100 Byong 1
-01100110011100 Anti-Counterfeiting 1
-01100110011100 Canoe 1
-01100110011100 Ripkin 1
-01100110011100 Antiguan 1
-01100110011100 Adjudication 1
-01100110011100 carambola 1
-01100110011100 155.0 1
-01100110011100 Rankles 1
-01100110011100 Fund/Money 1
-01100110011100 Audio-Visual 1
-01100110011100 Security-tax 1
-01100110011100 Enabled 1
-01100110011100 Genossenschafts 1
-01100110011100 Pre-College 1
-01100110011100 Jurist 1
-01100110011100 Bulls-Milwaukee 1
-01100110011100 Bobsled 1
-01100110011100 Filipino-American 1
-01100110011100 Aero-Technology 1
-01100110011100 artificial-currency 1
-01100110011100 LABEL 1
-01100110011100 655-type 1
-01100110011100 Mtge 1
-01100110011100 Nominating 1
-01100110011100 Treachery 1
-01100110011100 Engeneering 1
-01100110011100 Arab-Persian 1
-01100110011100 Fabricare 1
-01100110011100 Assembly.The 1
-01100110011100 12,234 1
-01100110011100 Gold/Minerals 1
-01100110011100 Graphoanalysis 1
-01100110011100 Reveals 1
-01100110011100 Improvisational 1
-01100110011100 Compulsions 1
-01100110011100 Whiteboard 1
-01100110011100 Inc./Heron 1
-01100110011100 Raincoats 1
-01100110011100 Anti-Fraud 1
-01100110011100 Pictorial 1
-01100110011100 Danish-American 1
-01100110011100 Marketmember 1
-01100110011100 Rays 1
-01100110011100 Qods 1
-01100110011100 Underwater 2
-01100110011100 Bowlers 2
-01100110011100 Papal 2
-01100110011100 Totalizator 2
-01100110011100 Multi-Housing 2
-01100110011100 Sew 2
-01100110011100 TURKEY 2
-01100110011100 Captioning 2
-01100110011100 Kennex 2
-01100110011100 Bereavement 2
-01100110011100 Siedlungs 2
-01100110011100 Parent-Teacher 2
-01100110011100 Referral 2
-01100110011100 Periodontal 2
-01100110011100 Forwarders 2
-01100110011100 Helium 2
-01100110011100 Transponder 2
-01100110011100 Invites 2
-01100110011100 Improvisation 2
-01100110011100 Estuary 2
-01100110011100 Anti-Discrimination 2
-01100110011100 Simulator 2
-01100110011100 Documentary 2
-01100110011100 Reconnaissance 2
-01100110011100 Ineffective 2
-01100110011100 Biofeedback 2
-01100110011100 Ile 2
-01100110011100 Riotous 2
-01100110011100 Pledges 2
-01100110011100 Dropout 2
-01100110011100 Ninety-two 2
-01100110011100 Refund 2
-01100110011100 Godparent 2
-01100110011100 Democratic-Liberal 2
-01100110011100 Astrological 2
-01100110011100 Bechstein 2
-01100110011100 Longitudinal 2
-01100110011100 Whaling 2
-01100110011100 Toxicology 2
-01100110011100 Alberni 2
-01100110011100 Undergrunds 2
-01100110011100 Carting 2
-01100110011100 Revitalizing 3
-01100110011100 Choreography 3
-01100110011100 Facsimile 3
-01100110011100 Eelpout 3
-01100110011100 Maestra 3
-01100110011100 Saray 3
-01100110011100 Appointments 3
-01100110011100 Sensory 3
-01100110011100 Appearance 3
-01100110011100 Apprenticeship 3
-01100110011100 Ballot 3
-01100110011100 Badminton 3
-01100110011100 Verkehrs-Kredit 3
-01100110011100 Neuropsychiatric 3
-01100110011100 Unionist 3
-01100110011100 Air-to-Air 3
-01100110011100 Acquistion 3
-01100110011100 Aeronautic 3
-01100110011100 Juniata 3
-01100110011100 Melitta 3
-01100110011100 Bancard 3
-01100110011100 Hatter 3
-01100110011100 Lens 3
-01100110011100 Riverfront 4
-01100110011100 Dutch-Shell 4
-01100110011100 Incubation 4
-01100110011100 Millennium 4
-01100110011100 Defined 4
-01100110011100 Girozentrale-Deutsche 4
-01100110011100 Clam 4
-01100110011100 Accelerator 4
-01100110011100 Immunity 4
-01100110011100 Headache 4
-01100110011100 Westminister 4
-01100110011100 Subscription 4
-01100110011100 Resettlement 4
-01100110011100 HN 4
-01100110011100 Pastime 5
-01100110011100 Restraint 5
-01100110011100 Azabu 5
-01100110011100 Alignment 5
-01100110011100 Toxics 5
-01100110011100 Precipitation 5
-01100110011100 Airspace 6
-01100110011100 Statutory 6
-01100110011100 Rooster 6
-01100110011100 Microelectronic 6
-01100110011100 TechTeam 6
-01100110011100 Mariner 6
-01100110011100 FSI 6
-01100110011100 Sclerosis 7
-01100110011100 Vocal 7
-01100110011100 Cadre 7
-01100110011100 Hakko 7
-01100110011100 Claim 7
-01100110011100 Probation 7
-01100110011100 Minilab 7
-01100110011100 ReFund 8
-01100110011100 Climate 8
-01100110011100 Drinks 8
-01100110011100 Stud 8
-01100110011100 Bases 8
-01100110011100 Astronomical 8
-01100110011100 Semi-Tech 8
-01100110011100 Highness 8
-01100110011100 Divinity 8
-01100110011100 Affordable 8
-01100110011100 Consignment 9
-01100110011100 Breeding 9
-01100110011100 5050 9
-01100110011100 Xeriscape 9
-01100110011100 Collateral 9
-01100110011100 Broiler 10
-01100110011100 Deco 10
-01100110011100 Rectifier 10
-01100110011100 Skating 10
-01100110011100 Amusement 10
-01100110011100 Ballistic 10
-01100110011100 Bomb 11
-01100110011100 Organizational 11
-01100110011100 Shipholding 11
-01100110011100 Proteins 12
-01100110011100 Battlefield 12
-01100110011100 Pointe 13
-01100110011100 Vigilance 13
-01100110011100 Starch 13
-01100110011100 Deficiency 13
-01100110011100 Mortality 13
-01100110011100 Achievement 14
-01100110011100 Launch 14
-01100110011100 Gardening 15
-01100110011100 Molasses 15
-01100110011100 Tort 15
-01100110011100 Swap 15
-01100110011100 Immigrant 16
-01100110011100 Cattlemen 17
-01100110011100 STARS 17
-01100110011100 Weapons 17
-01100110011100 Hardgoods 17
-01100110011100 Bonus 18
-01100110011100 Lobster 18
-01100110011100 Sculpture 19
-01100110011100 Frozen 20
-01100110011100 Sanitary 20
-01100110011100 Incentive 22
-01100110011100 Carpet 22
-01100110011100 Silk 23
-01100110011100 Oceanic 24
-01100110011100 Repertory 25
-01100110011100 Pleas 25
-01100110011100 Hydron 26
-01100110011100 Rifle 27
-01100110011100 Entry 27
-01100110011100 Abortion 27
-01100110011100 Narcotics 28
-01100110011100 Sloan-Kettering 30
-01100110011100 Transfer 30
-01100110011100 Investigative 30
-01100110011100 Apartment 30
-01100110011100 Innovations 31
-01100110011100 Yuan 31
-01100110011100 Improvements 32
-01100110011100 Yacht 34
-01100110011100 HRS 34
-01100110011100 Grammophon 34
-01100110011100 Unity 34
-01100110011100 Ordnance 36
-01100110011100 Permanent 36
-01100110011100 Hockey 37
-01100110011100 Rodeo 37
-01100110011100 Theme 38
-01100110011100 Identics 39
-01100110011100 Electrification 39
-01100110011100 Prison 41
-01100110011100 Underwriting 43
-01100110011100 Geographic 43
-01100110011100 Fighter 48
-01100110011100 Athletic 51
-01100110011100 Audubon 51
-01100110011100 Tin 54
-01100110011100 Convenience 54
-01100110011100 Guards 54
-01100110011100 Basketball 64
-01100110011100 Franchise 65
-01100110011100 Growers 66
-01100110011100 Horizons 72
-01100110011100 Lampoon 80
-01100110011100 Dog 92
-01100110011100 Governors 113
-01100110011100 Golf 126
-01100110011100 Gay 151
-01100110011100 Lease 157
-01100110011100 Wildlife 164
-01100110011100 Intergroup 179
-01100110011100 Clinical 200
-01100110011100 Dutch/Shell 213
-01100110011100 Football 218
-01100110011100 Financing 224
-01100110011100 Amusements 237
-01100110011100 Cancer 275
-01100110011100 Highway 275
-01100110011100 Westminster 328
-01100110011100 Income 561
-01100110011100 Heritage 737
-01100110011100 Monetary 892
-01100110011100 High 924
-01100110011100 Law 1114
-01100110011100 Mortgage 1233
-01100110011100 Market 2075
-01100110011100 Business 4289
-01100110011100 Security 3749
-01100110011101 RayBan 1
-01100110011101 Garamond/Pridemark 1
-01100110011101 Lipper-Mutual 1
-01100110011101 Ingleside 1
-01100110011101 Sugar-Coated 1
-01100110011101 Insecurities 1
-01100110011101 Consumer-Confidence 1
-01100110011101 Tri-City 1
-01100110011101 Kon-Lin 1
-01100110011101 Poolside 1
-01100110011101 Bank-Southeast 1
-01100110011101 High-Income 1
-01100110011101 Valdesia 1
-01100110011101 Phased 1
-01100110011101 Cranium 1
-01100110011101 PoloSports 1
-01100110011101 National-Socialist 1
-01100110011101 Vogelsberg 1
-01100110011101 Rodenticide 1
-01100110011101 Investigatory 1
-01100110011101 Russes 1
-01100110011101 Portfolio-Pacific 1
-01100110011101 apostasies 1
-01100110011101 Right-to-Know 1
-01100110011101 Quaid-i-Azam 1
-01100110011101 Canjun 1
-01100110011101 Health/Mental 1
-01100110011101 Pugilists 1
-01100110011101 Laudio 1
-01100110011101 Crash-Suit 1
-01100110011101 234-191 1
-01100110011101 Expositions 1
-01100110011101 Relativism 1
-01100110011101 Casino/Hotel 1
-01100110011101 dog-sledders 1
-01100110011101 LandOwner 1
-01100110011101 Cartographical 1
-01100110011101 Sagebrush 1
-01100110011101 Starnes 1
-01100110011101 Expressionist 1
-01100110011101 Arn 1
-01100110011101 Christchurch 1
-01100110011101 HENKEL 1
-01100110011101 Mapping 1
-01100110011101 State/EPA 1
-01100110011101 Fatality 1
-01100110011101 Master-Check 1
-01100110011101 Masterful 1
-01100110011101 Portability 1
-01100110011101 Hsung 1
-01100110011101 Diplomas 1
-01100110011101 Texas-Border 1
-01100110011101 Hinto 1
-01100110011101 Contollers 1
-01100110011101 ROMP 1
-01100110011101 Colorists 1
-01100110011101 Foundation/United 1
-01100110011101 Barmiest 1
-01100110011101 Architekturmuseum 1
-01100110011101 Acccess 1
-01100110011101 Dividend-Capture 1
-01100110011101 Groundhog 1
-01100110011101 Kosciusko 1
-01100110011101 Firmas 1
-01100110011101 Reauthorization 1
-01100110011101 Scorch 1
-01100110011101 Bridal 1
-01100110011101 Health-Mental 1
-01100110011101 Tah 1
-01100110011101 Sundae 1
-01100110011101 Tobogganing 1
-01100110011101 Bryan-College 1
-01100110011101 Akdeniz 1
-01100110011101 Creep 1
-01100110011101 Parchman 1
-01100110011101 Technologies/Life 1
-01100110011101 PorkPro 1
-01100110011101 Audition 1
-01100110011101 Bauer-Benedek 1
-01100110011101 Human-Rights 1
-01100110011101 Prophets 1
-01100110011101 Verdens 1
-01100110011101 Signaalapparaten 1
-01100110011101 Eung 1
-01100110011101 nd 1
-01100110011101 Mini-Marshall 1
-01100110011101 Agency/Elder 1
-01100110011101 Eurogrowth 1
-01100110011101 Two-Way 1
-01100110011101 Zweig/Glaser 1
-01100110011101 No-Lights 1
-01100110011101 148-2 1
-01100110011101 Ford-IBM 1
-01100110011101 nuclear-regulation 1
-01100110011101 Satelite 1
-01100110011101 Business/In 1
-01100110011101 Lousy-Pitching 1
-01100110011101 Firemans 1
-01100110011101 Carnesville 1
-01100110011101 Tortoise 1
-01100110011101 Terminales 1
-01100110011101 Foriegn 1
-01100110011101 Virology 1
-01100110011101 Spacecraft 1
-01100110011101 Foodservices 1
-01100110011101 Hutchcraft 1
-01100110011101 Dutch-Uncle 1
-01100110011101 No-Tobacco 1
-01100110011101 Financial-Aid 1
-01100110011101 Bio-Tech 1
-01100110011101 Lyerly 1
-01100110011101 Zhongshan 1
-01100110011101 Racher 1
-01100110011101 Representives 1
-01100110011101 Trade-show 1
-01100110011101 21-9 1
-01100110011101 Macmillan/Stockton 1
-01100110011101 Rea-Graham 1
-01100110011101 Neuwirth 1
-01100110011101 Interference 1
-01100110011101 patronage-dispensing 1
-01100110011101 Avella 1
-01100110011101 Squally 1
-01100110011101 Implication 1
-01100110011101 Islami 1
-01100110011101 JH 1
-01100110011101 Atheist 1
-01100110011101 Bergvik 1
-01100110011101 Tuition-Prepayment 1
-01100110011101 Demagogue 1
-01100110011101 Tuy 1
-01100110011101 Chulalongkorn 1
-01100110011101 Woebegone 1
-01100110011101 Round/European 1
-01100110011101 Popess 1
-01100110011101 Tech/Darwin 1
-01100110011101 Brignoli 1
-01100110011101 Corrider 1
-01100110011101 Moughamiam 1
-01100110011101 Checkerboard 1
-01100110011101 Hvem 1
-01100110011101 Radioisotope 1
-01100110011101 --A 1
-01100110011101 Qualifications 1
-01100110011101 Bifurcated 1
-01100110011101 Overtaxed 1
-01100110011101 Listener-Real-Time 1
-01100110011101 Pharmacopeial 1
-01100110011101 Supervison 1
-01100110011101 then-Insurance 1
-01100110011101 Gilburne 1
-01100110011101 Carps 1
-01100110011101 Retrovirus 1
-01100110011101 Immunities 2
-01100110011101 GHKM 2
-01100110011101 Deposition 2
-01100110011101 Stovall/Twenty-First 2
-01100110011101 Appropriation 2
-01100110011101 Comparability 2
-01100110011101 Dendur 2
-01100110011101 Chengchi 2
-01100110011101 Westbound 2
-01100110011101 Semper-Moser 2
-01100110011101 Privileges 2
-01100110011101 Emissions 2
-01100110011101 Effort 2
-01100110011101 MuniVest 2
-01100110011101 Transitional 2
-01100110011101 Shams 2
-01100110011101 Orbiting 2
-01100110011101 WHEAL 2
-01100110011101 Lo-Cap 2
-01100110011101 Non-Violent 2
-01100110011101 Portugues 2
-01100110011101 Dyckerhoff 2
-01100110011101 Income/Growth 2
-01100110011101 Taconic 2
-01100110011101 Recover 2
-01100110011101 Cartels 2
-01100110011101 Phelps-Stokes 2
-01100110011101 Outcomes 2
-01100110011101 Spill 2
-01100110011101 Hygiene 2
-01100110011101 Cliche 2
-01100110011101 General-Associated 2
-01100110011101 Neurological 2
-01100110011101 Niki 2
-01100110011101 Judicary 2
-01100110011101 K.K.S. 2
-01100110011101 Ruban 2
-01100110011101 Hamworthy 2
-01100110011101 Retraining 2
-01100110011101 Comitatus 2
-01100110011101 Affordability 2
-01100110011101 Divestment 2
-01100110011101 Aeromedical 2
-01100110011101 Ichikawa 2
-01100110011101 Exclusion 3
-01100110011101 Toot 3
-01100110011101 Enrichment 3
-01100110011101 Schlock 3
-01100110011101 Physiology 3
-01100110011101 Arte 3
-01100110011101 Orthopedic 3
-01100110011101 Defect 3
-01100110011101 Revitalization 3
-01100110011101 Yeshiva 3
-01100110011101 Soloists 3
-01100110011101 Debarment 3
-01100110011101 Oatmeal 3
-01100110011101 Languages 3
-01100110011101 Stovall/21st 3
-01100110011101 Zoning 3
-01100110011101 Helvetia 3
-01100110011101 Rig 3
-01100110011101 Reconstructive 3
-01100110011101 Frequent-Flier 3
-01100110011101 Disinformation 3
-01100110011101 Industrialization 3
-01100110011101 Vertigo 3
-01100110011101 Anti-Injunction 3
-01100110011101 Interchange 3
-01100110011101 Sealift 3
-01100110011101 Preparedness 3
-01100110011101 Palestine-General 3
-01100110011101 Accessory 4
-01100110011101 Demo 4
-01100110011101 Energold 4
-01100110011101 Astronomy 4
-01100110011101 Champ 4
-01100110011101 Labor-Management 4
-01100110011101 Hemispheric 4
-01100110011101 CRC 4
-01100110011101 Brasileira 4
-01100110011101 Genome 4
-01100110011101 Succulent 4
-01100110011101 Deportation 4
-01100110011101 Interdiction 5
-01100110011101 Commingled 5
-01100110011101 Un-American 5
-01100110011101 Ratepayer 5
-01100110011101 Glee 5
-01100110011101 Malacca 5
-01100110011101 GSTAR 5
-01100110011101 Childrens 5
-01100110011101 Retardation 5
-01100110011101 Lakeview 5
-01100110011101 Saxophone 5
-01100110011101 Espionage 5
-01100110011101 Ascension 5
-01100110011101 Delinquency 5
-01100110011101 Readjustment 5
-01100110011101 Anti-Terrorism 5
-01100110011101 Drafting 6
-01100110011101 Cafeteria 6
-01100110011101 Delacorte 6
-01100110011101 Telecommunication 6
-01100110011101 Barbecue 6
-01100110011101 Yachting 6
-01100110011101 Attractions 6
-01100110011101 Aurum 6
-01100110011101 Kennel 6
-01100110011101 SmallCap 7
-01100110011101 Migration 7
-01100110011101 Mailers 7
-01100110011101 Metalworkers 7
-01100110011101 Arrangement 7
-01100110011101 Bribery 7
-01100110011101 Twardy 7
-01100110011101 Sober 7
-01100110011101 Biosafety 7
-01100110011101 Materiel 7
-01100110011101 Substance 7
-01100110011101 Gesellschaft 8
-01100110011101 Influence 8
-01100110011101 Rhythm 8
-01100110011101 Nationality 8
-01100110011101 Laid 8
-01100110011101 Mobility 8
-01100110011101 Inauguration 8
-01100110011101 Reactor 8
-01100110011101 Psychiatry 8
-01100110011101 Smelter 8
-01100110011101 Madam 9
-01100110011101 Airlift 9
-01100110011101 Citizenship 9
-01100110011101 NewsHour 9
-01100110011101 Expenditure 9
-01100110011101 MERGERS 9
-01100110011101 Urgent 9
-01100110011101 Conciliation 10
-01100110011101 Boating 10
-01100110011101 Anti-Apartheid 10
-01100110011101 SAM 10
-01100110011101 Goat 10
-01100110011101 Authorization 11
-01100110011101 Surplus 11
-01100110011101 Disciplinary 11
-01100110011101 Impoundment 11
-01100110011101 Highways 11
-01100110011101 Knots 11
-01100110011101 Liaison 11
-01100110011101 Correspondents 11
-01100110011101 Referendum 11
-01100110011101 Renal 12
-01100110011101 Supervisory 12
-01100110011101 Che 12
-01100110011101 Injury 12
-01100110011101 MPT 13
-01100110011101 Consultative 13
-01100110011101 Scarlet 14
-01100110011101 Scholarship 14
-01100110011101 Steering 14
-01100110011101 Redevelopment 14
-01100110011101 Presses 16
-01100110011101 Brite 16
-01100110011101 Dimensional 16
-01100110011101 Extras 16
-01100110011101 Firearms 17
-01100110011101 Autonomous 18
-01100110011101 Diners 18
-01100110011101 Disorders 18
-01100110011101 Advocacy 19
-01100110011101 Needs 19
-01100110011101 Organizing 20
-01100110011101 Interim 20
-01100110011101 Stabilization 20
-01100110011101 Safari 20
-01100110011101 Monitoring 20
-01100110011101 Geological 21
-01100110011101 Refugee 21
-01100110011101 String 21
-01100110011101 Oppenheimer-Palmieri 21
-01100110011101 Procurement 21
-01100110011101 Enhancement 21
-01100110011101 Reconciliation 22
-01100110011101 Web 24
-01100110011101 Peasant 24
-01100110011101 Historic 25
-01100110011101 Cosmetic 25
-01100110011101 Lehigh 25
-01100110011101 Adjustment 26
-01100110011101 Evaluation 27
-01100110011101 Reduction 27
-01100110011101 Masterpiece 27
-01100110011101 Coordination 28
-01100110011101 Competitiveness 28
-01100110011101 Registration 29
-01100110011101 Propulsion 29
-01100110011101 Equality 29
-01100110011101 Cartel 30
-01100110011101 Restoration 30
-01100110011101 Jockey 30
-01100110011101 Reclamation 30
-01100110011101 Atmospheric 30
-01100110011101 Musicians 31
-01100110011101 Breakfast 31
-01100110011101 Tariff 32
-01100110011101 Awareness 34
-01100110011101 Trademark 35
-01100110011101 Tourist 37
-01100110011101 Inspection 39
-01100110011101 Actors 39
-01100110011101 Boxing 41
-01100110011101 Licensing 41
-01100110011101 Improvement 42
-01100110011101 Generating 42
-01100110011101 Governmental 42
-01100110011101 Copyright 46
-01100110011101 Journalism 49
-01100110011101 Audit 51
-01100110011101 Patrol 52
-01100110011101 Alcohol 54
-01100110011101 Disarmament 55
-01100110011101 Taxation 59
-01100110011101 Wide 61
-01100110011101 Relief 61
-01100110011101 Practices 62
-01100110011101 Investigations 65
-01100110011101 Oversight 69
-01100110011101 Facilities 71
-01100110011101 Tourism 74
-01100110011101 Queensland 79
-01100110011101 Emergency 80
-01100110011101 Population 84
-01100110011101 Yield 86
-01100110011101 Maritime 92
-01100110011101 Environment 93
-01100110011101 Instant 95
-01100110011101 Contract 95
-01100110011101 Culture 97
-01100110011101 Coordinating 97
-01100110011101 Welfare 103
-01100110011101 Rules 104
-01100110011101 Opportunity 108
-01100110011101 Training 115
-01100110011101 Patent 120
-01100110011101 Forces 127
-01100110011101 Recovery 130
-01100110011101 Campaign 132
-01100110011101 Enforcement 134
-01100110011101 Claims 135
-01100110011101 Educational 136
-01100110011101 Conservation 141
-01100110011101 Democracy 143
-01100110011101 Economy 147
-01100110011101 Minority 168
-01100110011101 Advisory 169
-01100110011101 Organizations 169
-01100110011101 Election 187
-01100110011101 Logistics 196
-01100110011101 Statistical 197
-01100110011101 Liberation 209
-01100110011101 Operations 227
-01100110011101 Appropriations 265
-01100110011101 Traffic 273
-01100110011101 Employment 284
-01100110011101 Peace 322
-01100110011101 Ethics 351
-01100110011101 Coffee 365
-01100110011101 Majority 365
-01100110011101 Growth 391
-01100110011101 Planning 416
-01100110011101 Judiciary 419
-01100110011101 Action 430
-01100110011101 Relations 456
-01100110011101 Sciences 488
-01100110011101 Rights 557
-01100110011101 Policy 586
-01100110011101 Science 614
-01100110011101 Housing 625
-01100110011101 Affairs 644
-01100110011101 Protection 645
-01100110011101 Space 695
-01100110011101 Economics 745
-01100110011101 Means 790
-01100110011101 Aviation 792
-01100110011101 Safety 806
-01100110011101 Intelligence 877
-01100110011101 Education 931
-01100110011101 Budget 1233
-01100110011101 Statistics 1259
-01100110011101 Banking 1529
-01100110011101 Drug 1607
-01100110011101 Economic 1823
-01100110011101 Health 2340
-01100110011101 Trade 3248
-01100110011101 Finance 2982
-01100110011110 Benerofe 1
-01100110011110 Forwarding 1
-01100110011110 Omni-directional 1
-01100110011110 Dentsply 1
-01100110011110 non-Marine 1
-01100110011110 Phone-A-Gram 1
-01100110011110 Declinein 1
-01100110011110 Reynord 1
-01100110011110 Post-Bork 1
-01100110011110 Bretton-Woods 1
-01100110011110 Bashkin 1
-01100110011110 Dataphone 1
-01100110011110 Essilor 1
-01100110011110 636,462 1
-01100110011110 Berenter 1
-01100110011110 Arms-Export 1
-01100110011110 PVNGS 1
-01100110011110 Phenylpropanolamine 1
-01100110011110 MicroPublisher 1
-01100110011110 U.F. 1
-01100110011110 Urra 1
-01100110011110 Cycladic 1
-01100110011110 Yakatan 1
-01100110011110 Medic 1
-01100110011110 Life-Card 1
-01100110011110 Freelance 1
-01100110011110 Obscures 1
-01100110011110 Foster-Care 1
-01100110011110 Filemaker 1
-01100110011110 Criminological 1
-01100110011110 EAST-WEST 1
-01100110011110 leum 1
-01100110011110 Commmunications 1
-01100110011110 Heiusler 1
-01100110011110 Avante-Garde 1
-01100110011110 hot-spots 1
-01100110011110 ICC-Options 1
-01100110011110 Meiller 1
-01100110011110 Prague-based 1
-01100110011110 Hopkins-Richardson 1
-01100110011110 Elpaso 1
-01100110011110 658,029 1
-01100110011110 Katsuo 1
-01100110011110 SIAI 1
-01100110011110 GTI. 1
-01100110011110 Humanizing 1
-01100110011110 170-airline 1
-01100110011110 Updating 1
-01100110011110 Crossick 1
-01100110011110 Newfund 1
-01100110011110 Phargo 1
-01100110011110 SuperMac 1
-01100110011110 villa-style 1
-01100110011110 Cl 1
-01100110011110 T.E.I. 1
-01100110011110 Sobhuza 1
-01100110011110 MATTHEW 1
-01100110011110 CATHAY 1
-01100110011110 Selo 1
-01100110011110 Cinzano 1
-01100110011110 Ziebart 1
-01100110011110 InterCable 1
-01100110011110 Jug 1
-01100110011110 Plastipak 1
-01100110011110 Unix-Unix 1
-01100110011110 T-Maker 1
-01100110011110 Glahe 1
-01100110011110 Meyhen 1
-01100110011110 3,726,400 1
-01100110011110 Malinda 1
-01100110011110 1,246,900 1
-01100110011110 Telepoll 1
-01100110011110 Grinsteadm 1
-01100110011110 Crystar 1
-01100110011110 Cementation 1
-01100110011110 Leesa 1
-01100110011110 Theard 1
-01100110011110 EMI-Music 1
-01100110011110 I.U. 1
-01100110011110 Colorama 1
-01100110011110 2,096,527 1
-01100110011110 GABELLI 1
-01100110011110 Bailowitz 1
-01100110011110 GFI/Knoll 1
-01100110011110 HARDY 1
-01100110011110 Governmnent 1
-01100110011110 925,100 1
-01100110011110 Ikenberry 1
-01100110011110 Subang 1
-01100110011110 Indianopolis 1
-01100110011110 Parksigns 1
-01100110011110 Surgical/Critical 1
-01100110011110 EPT 1
-01100110011110 Moorco 1
-01100110011110 Drozdowski 1
-01100110011110 Decima 1
-01100110011110 Artisan 1
-01100110011110 711,053 1
-01100110011110 Aronowitz 1
-01100110011110 Evans/Weinberg 1
-01100110011110 Ilford 1
-01100110011110 Agawam 1
-01100110011110 Love-PGI 1
-01100110011110 Ipanema 1
-01100110011110 ALEX. 1
-01100110011110 21-nation 1
-01100110011110 MCE 1
-01100110011110 Alstores 1
-01100110011110 Word-Processing 1
-01100110011110 Witkow 1
-01100110011110 Stroke 1
-01100110011110 Bravice 1
-01100110011110 Garantia 1
-01100110011110 Bioorganic 1
-01100110011110 BHN 1
-01100110011110 PBS-Capital 1
-01100110011110 Afterschool 1
-01100110011110 Emulsion 1
-01100110011110 SWEAT 1
-01100110011110 Bridger 1
-01100110011110 Contracept 1
-01100110011110 Comm-Tech 1
-01100110011110 Stock-Market 1
-01100110011110 Car/Puter 1
-01100110011110 37-nation 1
-01100110011110 Hygienic 1
-01100110011110 Tunex 1
-01100110011110 ORE 1
-01100110011110 165,100 1
-01100110011110 Swang 1
-01100110011110 Instrumed 1
-01100110011110 Cermetek 1
-01100110011110 Bintel 1
-01100110011110 Swamiji 1
-01100110011110 Civitan 1
-01100110011110 Abaton 1
-01100110011110 CGE-Alsthom 1
-01100110011110 Avicom 1
-01100110011110 NEWS/RETRIEVAL 1
-01100110011110 743,500 1
-01100110011110 Biometric 1
-01100110011110 PINCUS 1
-01100110011110 Tulchin 1
-01100110011110 castle-style 1
-01100110011110 89,450 1
-01100110011110 Sawatch 1
-01100110011110 long-seedy 1
-01100110011110 Pride-Revlon 1
-01100110011110 Petro-Chemical 1
-01100110011110 Rumbough 1
-01100110011110 COPELCO 1
-01100110011110 HJC 1
-01100110011110 pre-Vatican 1
-01100110011110 936,251 1
-01100110011110 Gravis 1
-01100110011110 Cadabra 1
-01100110011110 swaggers 1
-01100110011110 RJR/ 1
-01100110011110 21Alpha 1
-01100110011110 K-Network 1
-01100110011110 Geoscience 1
-01100110011110 Propper 1
-01100110011110 Sci/Tech 1
-01100110011110 Bagpipe 1
-01100110011110 Astec/BSR 1
-01100110011110 EuroFund-B 1
-01100110011110 Workaholic 1
-01100110011110 Micro-Age 1
-01100110011110 Fiber-Optic 1
-01100110011110 Asaroka 1
-01100110011110 200,967 1
-01100110011110 GM/Hughes 1
-01100110011110 Kickoff 1
-01100110011110 WestCoast 1
-01100110011110 MIDWAY 1
-01100110011110 Metaphysical 1
-01100110011110 Toxicological 1
-01100110011110 EXHIBITION 1
-01100110011110 Thrive 1
-01100110011110 Panamint 1
-01100110011110 Glazen 1
-01100110011110 Nortex 1
-01100110011110 Tranportation 1
-01100110011110 Dylon 1
-01100110011110 Bernstein-Rein 1
-01100110011110 Winbond 1
-01100110011110 Marinoff 1
-01100110011110 Contex 1
-01100110011110 Wespar 1
-01100110011110 Venet 1
-01100110011110 Anti-Imperialist 1
-01100110011110 ACB 1
-01100110011110 Justamere 1
-01100110011110 Cambiste 1
-01100110011110 Wackier 1
-01100110011110 Berkovitz 1
-01100110011110 Filtration 1
-01100110011110 industrials/S&P 1
-01100110011110 Almalgamated 1
-01100110011110 Biotechnica 1
-01100110011110 Beltone 1
-01100110011110 DDB/Needham 1
-01100110011110 Fujei 1
-01100110011110 Trol 1
-01100110011110 Headland 1
-01100110011110 TGS 1
-01100110011110 41-nation 1
-01100110011110 Sino-Searle 1
-01100110011110 Riverbank 1
-01100110011110 BMJ 1
-01100110011110 Valpar 1
-01100110011110 Partis 1
-01100110011110 Noumra 1
-01100110011110 Burrel 1
-01100110011110 nexin 1
-01100110011110 Lorien 1
-01100110011110 Industrials-type 1
-01100110011110 Vintwood 1
-01100110011110 Alias 1
-01100110011110 InterPacific 1
-01100110011110 No-Man 1
-01100110011110 Cavell 1
-01100110011110 M/PF 1
-01100110011110 Environectics 1
-01100110011110 Guang 1
-01100110011110 Gartska 1
-01100110011110 Murphy-Castellanos 1
-01100110011110 APM 1
-01100110011110 Ber 1
-01100110011110 Shemin 1
-01100110011110 Incomm 1
-01100110011110 1,747,848 1
-01100110011110 Spinnaker 1
-01100110011110 Cardion 1
-01100110011110 Caifornia 1
-01100110011110 NeuroScience 1
-01100110011110 GOD 1
-01100110011110 publication. 1
-01100110011110 D-150 1
-01100110011110 C-1500 1
-01100110011110 LEV 1
-01100110011110 Pharmedix 1
-01100110011110 KY 1
-01100110011110 Flygplanet 1
-01100110011110 Entertainment/Services 1
-01100110011110 EGR 1
-01100110011110 C.I.N. 1
-01100110011110 Kohlenberg 1
-01100110011110 Clairvoyant 1
-01100110011110 Augmented 1
-01100110011110 Powerec 1
-01100110011110 16,285,440 1
-01100110011110 Marders 1
-01100110011110 Hubbert-Stewart 1
-01100110011110 Symon 1
-01100110011110 SABH 1
-01100110011110 Sm 1
-01100110011110 Sheyenne 1
-01100110011110 SFA 1
-01100110011110 DEKA 1
-01100110011110 SESCO 1
-01100110011110 FIBRONICS 1
-01100110011110 MAYER 1
-01100110011110 Snacks/Amber 1
-01100110011110 Ellsw 1
-01100110011110 NFO 1
-01100110011110 Translink 1
-01100110011110 Teledyne-Brown 1
-01100110011110 Broich-Martinka 1
-01100110011110 NOVELLUS 1
-01100110011110 Schizophrenics 1
-01100110011110 DeJoria 1
-01100110011110 FPS 1
-01100110011110 Schenkers 1
-01100110011110 Matsumoto/Herzog 1
-01100110011110 867,392 1
-01100110011110 Grunt 1
-01100110011110 CADscape 1
-01100110011110 Counter-Intelligence 1
-01100110011110 TechnoVenture 1
-01100110011110 FBC 1
-01100110011110 Pematang 1
-01100110011110 Westcliff 1
-01100110011110 Coulston 1
-01100110011110 JMJ 1
-01100110011110 Barshay 1
-01100110011110 once-clubby 1
-01100110011110 Nutrisearch 1
-01100110011110 Invstmnts 1
-01100110011110 Klemtner 1
-01100110011110 Simul 1
-01100110011110 NDE 1
-01100110011110 Daishowa-Marubeni 1
-01100110011110 K&A 1
-01100110011110 After-School 1
-01100110011110 Sunwood 2
-01100110011110 Salvors 2
-01100110011110 SWIRE 2
-01100110011110 Handgun 2
-01100110011110 Algebra 2
-01100110011110 Tigerman 2
-01100110011110 Agri-business 2
-01100110011110 Lightweight 2
-01100110011110 TNE 2
-01100110011110 Celerity 2
-01100110011110 Microchip 2
-01100110011110 INDUSTRIALS 2
-01100110011110 Muiden 2
-01100110011110 Crossborder 2
-01100110011110 PNPP 2
-01100110011110 USR 2
-01100110011110 NMC 2
-01100110011110 Kierluff 2
-01100110011110 YFC 2
-01100110011110 FSD 2
-01100110011110 Reeds 2
-01100110011110 Neuro 2
-01100110011110 HSI 2
-01100110011110 Participating/Preferred 2
-01100110011110 ImmunoChem 2
-01100110011110 TPM 2
-01100110011110 Flameco 2
-01100110011110 Newsroom 2
-01100110011110 Funerary 2
-01100110011110 Envirocon 2
-01100110011110 CCS 2
-01100110011110 ABCO 2
-01100110011110 Fractured 2
-01100110011110 MarketGuard 2
-01100110011110 Interregional 2
-01100110011110 Pro-Fac 2
-01100110011110 Medicare-Glaser 2
-01100110011110 Easton-Hopkins-Richardson 2
-01100110011110 SSP 2
-01100110011110 PBTC 2
-01100110011110 LANserver 2
-01100110011110 Malaysian-American 2
-01100110011110 Expeditors 2
-01100110011110 Carboex 2
-01100110011110 Devcon 2
-01100110011110 WP 2
-01100110011110 C.R.A. 2
-01100110011110 Connector 2
-01100110011110 Lahus 2
-01100110011110 Andhra 2
-01100110011110 TRANSTAR 2
-01100110011110 ReTree 2
-01100110011110 Receivable 2
-01100110011110 OXY 2
-01100110011110 Captial 2
-01100110011110 MBW 2
-01100110011110 Socio-Economic 2
-01100110011110 Elemental 2
-01100110011110 Platow 2
-01100110011110 Decimal 2
-01100110011110 Ploum 2
-01100110011110 Mit 2
-01100110011110 Microphonics 2
-01100110011110 Miloslav 2
-01100110011110 Cabletelevision 2
-01100110011110 RTL 3
-01100110011110 Ironstone 3
-01100110011110 E.I.P. 3
-01100110011110 BONNEVILLE 3
-01100110011110 Transportations 3
-01100110011110 Newgate 3
-01100110011110 Addictive 3
-01100110011110 Awa 3
-01100110011110 Glitter 3
-01100110011110 Collected 3
-01100110011110 INTERCABLE 3
-01100110011110 RMed 3
-01100110011110 Shorewood 3
-01100110011110 Look-Alike 3
-01100110011110 IBERIA 3
-01100110011110 Sonesta 3
-01100110011110 FBS 3
-01100110011110 Sunburst 3
-01100110011110 Wastes 3
-01100110011110 Sunagra 3
-01100110011110 Pentastar 3
-01100110011110 Hormone 3
-01100110011110 Softsel 3
-01100110011110 Ameri 3
-01100110011110 Thomson-Brandt 3
-01100110011110 METRO 3
-01100110011110 4450th 3
-01100110011110 Wardrobe 3
-01100110011110 Vendex 4
-01100110011110 Conill 4
-01100110011110 Pioneering 4
-01100110011110 Immunochem 4
-01100110011110 Kievan 4
-01100110011110 Anso 4
-01100110011110 Reflection 4
-01100110011110 Mid-East 4
-01100110011110 Infusion 4
-01100110011110 Klopman 4
-01100110011110 PV 4
-01100110011110 Avoidance 4
-01100110011110 WorkGroup 5
-01100110011110 Starter 5
-01100110011110 SMR 5
-01100110011110 Nesting 5
-01100110011110 Corken 5
-01100110011110 Greylock 5
-01100110011110 Tateisi 5
-01100110011110 Chessie 5
-01100110011110 NJ 6
-01100110011110 Radioactive 6
-01100110011110 Ingles 6
-01100110011110 Mato 6
-01100110011110 DUTCH 6
-01100110011110 Datastream 6
-01100110011110 Untold 6
-01100110011110 Braking 6
-01100110011110 Asiamerica 7
-01100110011110 Averages 7
-01100110011110 SCANDINAVIAN 7
-01100110011110 Environics 7
-01100110011110 Datas 7
-01100110011110 Bir 8
-01100110011110 ROPS 8
-01100110011110 Fianna 11
-01100110011110 Mezzanine 11
-01100110011110 Component 11
-01100110011110 Encyclopaedia 12
-01100110011110 Trooper 12
-01100110011110 DS 13
-01100110011110 Turnaround 13
-01100110011110 Biocontrol 14
-01100110011110 News/Retrieval 15
-01100110011110 MidEast 16
-01100110011110 LTCB 16
-01100110011110 Hi-Bred 17
-01100110011110 Parsow 18
-01100110011110 Annex 20
-01100110011110 Cell 23
-01100110011110 Execution 26
-01100110011110 Spacelink 26
-01100110011110 Interiors 27
-01100110011110 Lazer 29
-01100110011110 Estimate 31
-01100110011110 Managed 32
-01100110011110 Performing 34
-01100110011110 Technologic 37
-01100110011110 Intercable 44
-01100110011110 Leveraged 50
-01100110011110 Crop 54
-01100110011110 Moto 58
-01100110011110 Industrials 67
-01100110011110 MMS 76
-01100110011110 Manor 78
-01100110011110 Comprehensive 95
-01100110011110 SALT 108
-01100110011110 Purchasing 133
-01100110011110 Storage 166
-01100110011110 Julius 170
-01100110011110 Disease 205
-01100110011110 Combustion 229
-01100110011110 Supply 314
-01100110011110 Retirement 314
-01100110011110 Venture 397
-01100110011110 Waste 547
-01100110011110 Asset 551
-01100110011110 Professional 571
-01100110011110 Investor 671
-01100110011110 industrials 1407
-01100110011110 Investment 2438
-01100110011110 Capital 6000
-01100110011110 Industrial 3204
-011001100111110 SUBSIDIARIES. 1
-011001100111110 2055 1
-011001100111110 Book-entry 1
-011001100111110 running-mates 1
-011001100111110 Tuyen 1
-011001100111110 Decalta 1
-011001100111110 Posses 1
-011001100111110 Mortician 1
-011001100111110 missle 1
-011001100111110 khedives 1
-011001100111110 TSB. 1
-011001100111110 aggresssion 1
-011001100111110 38,746 1
-011001100111110 Remodeler 1
-011001100111110 grackle 1
-011001100111110 sugar-milling 1
-011001100111110 Tendancy 1
-011001100111110 Republic-style 1
-011001100111110 sheepherder 1
-011001100111110 Somatotropin 1
-011001100111110 cricketeers 1
-011001100111110 Corsetted 1
-011001100111110 LUXEMBOURGOISE 1
-011001100111110 TRANSLATION 1
-011001100111110 Awami 1
-011001100111110 Boatwright 1
-011001100111110 Jurists 1
-011001100111110 stonethrowers 1
-011001100111110 Sterile 1
-011001100111110 shaya 1
-011001100111110 Somatatropin 1
-011001100111110 SEX 1
-011001100111110 Growth-Japan 1
-011001100111110 1268 1
-011001100111110 huns 1
-011001100111110 indulgers 1
-011001100111110 Ergonomics 1
-011001100111110 Also-Rans 1
-011001100111110 tankmen 1
-011001100111110 Hasid 1
-011001100111110 Chu-i 1
-011001100111110 gourdes 1
-011001100111110 Daycare 1
-011001100111110 Banchshares 1
-011001100111110 patrol-car 1
-011001100111110 open-ended-Guardian 1
-011001100111110 papyruses 1
-011001100111110 countires 1
-011001100111110 Childen 1
-011001100111110 SS-21 1
-011001100111110 Asia/ 1
-011001100111110 BankCard 1
-011001100111110 Saliva 1
-011001100111110 Seapointe 1
-011001100111110 Stealthco 1
-011001100111110 revoluion 1
-011001100111110 SAM-2s 1
-011001100111110 Pan-Islamist 1
-011001100111110 DeBraak 1
-011001100111110 Linguistics 1
-011001100111110 Manoeuvres 1
-011001100111110 TNX 1
-011001100111110 rocket-bearing 1
-011001100111110 casualities 1
-011001100111110 Goldene 1
-011001100111110 re-invasion 1
-011001100111110 back-40 1
-011001100111110 Anti-Communist 1
-011001100111110 Doon 1
-011001100111110 Receptions 1
-011001100111110 P.L.C. 1
-011001100111110 Cum 1
-011001100111110 1197 1
-011001100111110 rial 1
-011001100111110 Serv 1
-011001100111110 SMPIC 1
-011001100111110 Necesito 1
-011001100111110 Geon 1
-011001100111110 LULL 1
-011001100111110 Poron 1
-011001100111110 buzz-phrase 1
-011001100111110 96B 1
-011001100111110 Hammerskins 1
-011001100111110 1-590 1
-011001100111110 BEAR-F 1
-011001100111110 T-72s 1
-011001100111110 Republic-based 1
-011001100111110 politbureau 1
-011001100111110 1413 1
-011001100111110 Brazen 1
-011001100111110 Imami 1
-011001100111110 600M 1
-011001100111110 Gloved 1
-011001100111110 agressiveness 1
-011001100111110 government-in-hiding 1
-011001100111110 BELGEDE 1
-011001100111110 spitfire 1
-011001100111110 reaction. 1
-011001100111110 officials-cum-drug-traffickers 1
-011001100111110 BOW 1
-011001100111110 papyri 1
-011001100111110 trumpeter-vocalist 1
-011001100111110 216,800 1
-011001100111110 Cherub 1
-011001100111110 1435 1
-011001100111110 fruit-pickers 1
-011001100111110 Medillin 1
-011001100111110 Sipio 1
-011001100111110 monumentalism 1
-011001100111110 3030B 1
-011001100111110 revolutionsomething 1
-011001100111110 chuches 1
-011001100111110 IEA. 1
-011001100111110 stirfry 1
-011001100111110 Weasel 1
-011001100111110 Manganese 1
-011001100111110 1182 1
-011001100111110 civ 1
-011001100111110 Judaeophobia 1
-011001100111110 HANDLING 1
-011001100111110 Mathiesen 1
-011001100111110 18650 1
-011001100111110 chantings 1
-011001100111110 K/U.K. 1
-011001100111110 followers. 1
-011001100111110 99-86 1
-011001100111110 Self-Reliance 1
-011001100111110 civil-war 2
-011001100111110 Jute 2
-011001100111110 Emirate 2
-011001100111110 Frog-7 2
-011001100111110 viewers. 2
-011001100111110 Roving 2
-011001100111110 EUROPEENNE 2
-011001100111110 tissue-plasminogen 2
-011001100111110 1262 2
-011001100111110 Bleue 2
-011001100111110 SUISSE 2
-011001100111110 EUROPEENE 2
-011001100111110 city-dwellers 2
-011001100111110 spaceman 2
-011001100111110 Celinda 2
-011001100111110 Watcher 2
-011001100111110 price-cutter 2
-011001100111110 Boston-Credit 2
-011001100111110 Bank-North 2
-011001100111110 Constanza 2
-011001100111110 Printshops 2
-011001100111110 Crater 2
-011001100111110 Bergem 2
-011001100111110 islet 2
-011001100111110 Unveils 2
-011001100111110 30-30B 2
-011001100111110 Caper 2
-011001100111110 abbey 2
-011001100111110 Kinnick 2
-011001100111110 7-Bao 2
-011001100111110 Capsule 2
-011001100111110 pulpwood 2
-011001100111110 banditry 2
-011001100111110 drum-beating 2
-011001100111110 F-4G 2
-011001100111110 immortals 2
-011001100111110 Versaflex 2
-011001100111110 Pharmaceutique 2
-011001100111110 hieroglyphics 3
-011001100111110 Columnists 3
-011001100111110 Capability 3
-011001100111110 Bank-Westwood 3
-011001100111110 Bank-Westheimer 3
-011001100111110 E-1 3
-011001100111110 Union. 3
-011001100111110 1125 3
-011001100111110 Envoys 3
-011001100111110 Fundamentalism 3
-011001100111110 Burnt 3
-011001100111110 Contraceptive 3
-011001100111110 Slaves 3
-011001100111110 Mormonism 3
-011001100111110 6A 3
-011001100111110 Archangel 3
-011001100111110 Europe/Radio 3
-011001100111110 Chesterfields 3
-011001100111110 Melodies 4
-011001100111110 Familian 4
-011001100111110 Misses 4
-011001100111110 Openly 4
-011001100111110 imperium 4
-011001100111110 puppeteers 4
-011001100111110 Putty 4
-011001100111110 Widget 4
-011001100111110 Gerstell 4
-011001100111110 Ovation 4
-011001100111110 Korel 4
-011001100111110 Argentino 5
-011001100111110 Sugars 5
-011001100111110 Violet 5
-011001100111110 Steer 5
-011001100111110 Fibrosis 5
-011001100111110 Quilt 5
-011001100111110 Hanukkah 5
-011001100111110 Zip 5
-011001100111110 Nadu 5
-011001100111110 Debates 6
-011001100111110 Piazza 6
-011001100111110 Commandment 6
-011001100111110 Trans-Atlantic 6
-011001100111110 Pistols 6
-011001100111110 Principle 6
-011001100111110 2707 6
-011001100111110 Metronics 6
-011001100111110 Speculator 6
-011001100111110 Sizzlin 7
-011001100111110 Trauma 7
-011001100111110 Blot 8
-011001100111110 Capture 8
-011001100111110 BioSystems 8
-011001100111110 Agile 8
-011001100111110 Oran 8
-011001100111110 Shades 9
-011001100111110 Couple 9
-011001100111110 Marching 9
-011001100111110 Bopera 9
-011001100111110 Connectors 10
-011001100111110 Opry 10
-011001100111110 Sanctuary 10
-011001100111110 Guidance 11
-011001100111110 Happiness 13
-011001100111110 Communion 13
-011001100111110 INDUSTRIE 14
-011001100111110 Eelam 14
-011001100111110 Pillar 15
-011001100111110 Battalion 16
-011001100111110 Tronic 18
-011001100111110 Intertech 18
-011001100111110 Bankcard 19
-011001100111110 Leagues 20
-011001100111110 Stuff 20
-011001100111110 Crew 21
-011001100111110 Civilization 22
-011001100111110 Experimental 22
-011001100111110 DU 23
-011001100111110 Centurion 23
-011001100111110 Hero 23
-011001100111110 FINANCIERE 24
-011001100111110 NATIONALE 24
-011001100111110 Corridor 24
-011001100111110 Ill 24
-011001100111110 Crusade 25
-011001100111110 Kippur 26
-011001100111110 Useful 27
-011001100111110 warplane 30
-011001100111110 gunboat 34
-011001100111110 Jihad 41
-011001100111110 Spy 42
-011001100111110 Resistance 42
-011001100111110 GENERALE 46
-011001100111110 gunboats 51
-011001100111110 Rescue 56
-011001100111110 Hemisphere 81
-011001100111110 Left 93
-011001100111110 Round 111
-011001100111110 Emperor 136
-011001100111110 Westwood 165
-011001100111110 Lady 182
-011001100111110 Woman 201
-011001100111110 Battle 201
-011001100111110 Emirates 218
-011001100111110 Banc 285
-011001100111110 Freedom 329
-011001100111110 Empire 370
-011001100111110 Opera 377
-011001100111110 bloc 616
-011001100111110 Union 8203
-011001100111110 Republic 1386
-011001100111111 Jeanneane 1
-011001100111111 Sercurities 1
-011001100111111 8.2-acre 1
-011001100111111 Olidocene 1
-011001100111111 Fe/Southern 1
-011001100111111 Bredemann 1
-011001100111111 483,400 1
-011001100111111 mob-related 1
-011001100111111 Mid-Isle 1
-011001100111111 Blyvooruitzicht 1
-011001100111111 Urology 1
-011001100111111 league-champion 1
-011001100111111 Schiavoni 1
-011001100111111 Fermanagh 1
-011001100111111 unidirectional 1
-011001100111111 oft-besieged 1
-011001100111111 Bowl-era 1
-011001100111111 RENT-A-CAR 1
-011001100111111 supercarrier 1
-011001100111111 Rouses 1
-011001100111111 Dynasties 1
-011001100111111 400-Room 1
-011001100111111 JWT/Asia 1
-011001100111111 Wook 1
-011001100111111 Checkerspot 1
-011001100111111 Sumiyaku 1
-011001100111111 Kleinco 1
-011001100111111 ex-Southern 1
-011001100111111 Snaffi 1
-011001100111111 Shareef 1
-011001100111111 Veces 1
-011001100111111 Pipefitting 1
-011001100111111 Sylviane 1
-011001100111111 Business-Clergy 1
-011001100111111 MATH 1
-011001100111111 Tekken 1
-011001100111111 1,412,578 1
-011001100111111 CSC. 1
-011001100111111 Merona 1
-011001100111111 cattle-sale 1
-011001100111111 Veale 1
-011001100111111 TranstexT 1
-011001100111111 CASUAL 1
-011001100111111 road-cleaning 1
-011001100111111 Fleischmann-Kurth/ADM 1
-011001100111111 Wijaya 1
-011001100111111 6960 1
-011001100111111 RKO/Six 1
-011001100111111 Mould 1
-011001100111111 antihemophilia 1
-011001100111111 Lutravil 1
-011001100111111 neo-Renaissance 1
-011001100111111 McMillan-Doolittle 1
-011001100111111 Washboard 1
-011001100111111 Recency 1
-011001100111111 Intrusion 1
-011001100111111 866,466 1
-011001100111111 Minorco-Consolidated 1
-011001100111111 Devonsheer 1
-011001100111111 Animated 1
-011001100111111 ProvidentMutual 1
-011001100111111 Wales-based 1
-011001100111111 Garnac 1
-011001100111111 Rapporteur 1
-011001100111111 Carinto 1
-011001100111111 Wardens 1
-011001100111111 865,945 1
-011001100111111 485,250 1
-011001100111111 AZL. 1
-011001100111111 Kjobenhavns 1
-011001100111111 111,500 1
-011001100111111 Tenax 1
-011001100111111 1,012,200 1
-011001100111111 239,500 1
-011001100111111 Syngas 1
-011001100111111 IRD 1
-011001100111111 Fiberglas-Reinforced 1
-011001100111111 1,469,188 1
-011001100111111 reindict 1
-011001100111111 Anti-ballistic 1
-011001100111111 217,100 1
-011001100111111 1,139,700 1
-011001100111111 Suliao 1
-011001100111111 Readies 1
-011001100111111 46,950 1
-011001100111111 Durlacher 1
-011001100111111 anti-Star 1
-011001100111111 Quilter 1
-011001100111111 Camelback 1
-011001100111111 then-named 1
-011001100111111 paintings. 1
-011001100111111 Winrock 1
-011001100111111 8,279,665 1
-011001100111111 5-Year 1
-011001100111111 Boise-Graham 1
-011001100111111 Sieng 1
-011001100111111 Vt.based 1
-011001100111111 Ulrik 1
-011001100111111 maestra 1
-011001100111111 47,000-man 1
-011001100111111 bien 1
-011001100111111 60-hotel 1
-011001100111111 Molsen 1
-011001100111111 Theatricals 1
-011001100111111 methane-powered 1
-011001100111111 Propellant 1
-011001100111111 188-acre 1
-011001100111111 Tin-Horns 1
-011001100111111 High-Cost 1
-011001100111111 In-Stock 1
-011001100111111 pink-stuccoed 1
-011001100111111 1441 1
-011001100111111 Mandarine 1
-011001100111111 Hunah 1
-011001100111111 Ydrametals 1
-011001100111111 based-Gander 1
-011001100111111 Facial 1
-011001100111111 584,200 1
-011001100111111 Mid-continent 1
-011001100111111 co-anchors 1
-011001100111111 OT 1
-011001100111111 Heishman 1
-011001100111111 Take-Home 1
-011001100111111 Mexican-built 1
-011001100111111 Prods 1
-011001100111111 Kennecot 1
-011001100111111 Wyandot 1
-011001100111111 282,882 1
-011001100111111 dog-eating 1
-011001100111111 Mirror-owned 1
-011001100111111 Moulding 1
-011001100111111 dirty-white 1
-011001100111111 AMark 1
-011001100111111 Brownsville-South 1
-011001100111111 W100 1
-011001100111111 428,200 1
-011001100111111 416-room 1
-011001100111111 fishless 1
-011001100111111 Grenville 1
-011001100111111 Pfriender 1
-011001100111111 soon-to-be-shuttered 1
-011001100111111 SECRETARIAL 1
-011001100111111 Bazykina 1
-011001100111111 adult-retirement 1
-011001100111111 Earnhardt 1
-011001100111111 stage-sized 1
-011001100111111 Junge 1
-011001100111111 Aroub 1
-011001100111111 Cuddy 1
-011001100111111 6,419,287 1
-011001100111111 3,300-room 1
-011001100111111 Best-Stressed 1
-011001100111111 non-dividend-bearing 1
-011001100111111 Co./ 1
-011001100111111 Injun 1
-011001100111111 500-Mile 1
-011001100111111 Montjoy 1
-011001100111111 JAG 1
-011001100111111 Yorigami 1
-011001100111111 Fossil 1
-011001100111111 once-seedy 1
-011001100111111 relicense 1
-011001100111111 Nippei 1
-011001100111111 Kajun 1
-011001100111111 Weisshappel 1
-011001100111111 VARIABLE 1
-011001100111111 Laure 1
-011001100111111 RKO-Six 1
-011001100111111 dual-overhead-cam 1
-011001100111111 DEFERRING 1
-011001100111111 Spicy 1
-011001100111111 U.S.-run 1
-011001100111111 just-renovated 1
-011001100111111 Assessor-Treasurer 1
-011001100111111 Frena 1
-011001100111111 1,382,678 1
-011001100111111 ZAS 1
-011001100111111 re-incorporate 1
-011001100111111 198586 1
-011001100111111 Ste.-Anne-de 1
-011001100111111 Consulate-General 1
-011001100111111 Ionosphere 1
-011001100111111 Lankford 1
-011001100111111 slowpoke 1
-011001100111111 nine-billion-barrel 1
-011001100111111 drought-dry 1
-011001100111111 Radiochemical 1
-011001100111111 Trop 1
-011001100111111 Ricki 1
-011001100111111 Orchestre 1
-011001100111111 DeArrieta 1
-011001100111111 Crippling 1
-011001100111111 Buffelsfontein 1
-011001100111111 Svngs-x 1
-011001100111111 riot-swept 1
-011001100111111 Intermediazione 1
-011001100111111 Oswood 1
-011001100111111 Glo 1
-011001100111111 Checked 1
-011001100111111 Pavtec 1
-011001100111111 14,421-foot 1
-011001100111111 Self-Government 1
-011001100111111 649,300 1
-011001100111111 HRH 1
-011001100111111 Bouganville 1
-011001100111111 U.S.-administered 1
-011001100111111 Cloues 1
-011001100111111 natal 1
-011001100111111 Angiulli 1
-011001100111111 Prieska 1
-011001100111111 Coso 1
-011001100111111 Tule 1
-011001100111111 Clarabelle 1
-011001100111111 Frood-Stobie 1
-011001100111111 Nitrous 1
-011001100111111 AntiBallistic 1
-011001100111111 95-store 1
-011001100111111 founds 1
-011001100111111 junior-sized 1
-011001100111111 Aciest 1
-011001100111111 Johnson-Merck 1
-011001100111111 Sarver 1
-011001100111111 25-room 1
-011001100111111 Kling-Lindquist 1
-011001100111111 AEG. 1
-011001100111111 Thunderhead 1
-011001100111111 384-room 1
-011001100111111 Star/Ship 1
-011001100111111 TVX. 1
-011001100111111 Zawinul 1
-011001100111111 SGA 1
-011001100111111 faster-developing 1
-011001100111111 730,466 1
-011001100111111 Low-Level 1
-011001100111111 Japanese-Affiliated 1
-011001100111111 by-then-reformed 1
-011001100111111 Oathout 1
-011001100111111 MacDraw 1
-011001100111111 SEVERANCE 1
-011001100111111 once-vast 1
-011001100111111 Rikki 1
-011001100111111 Pocohantas 1
-011001100111111 Corset 1
-011001100111111 Berwind 1
-011001100111111 Bergelt 2
-011001100111111 XR7 2
-011001100111111 Morrison-Knudson 2
-011001100111111 Merom 2
-011001100111111 Namew 2
-011001100111111 SPWL 2
-011001100111111 Cerami 2
-011001100111111 Alwin 2
-011001100111111 Creusot 2
-011001100111111 Midcontinent 2
-011001100111111 Slickers 2
-011001100111111 Ravine 2
-011001100111111 Intrawest 2
-011001100111111 3333 2
-011001100111111 homo 2
-011001100111111 Nevex 2
-011001100111111 Lauhoff 2
-011001100111111 Confection 2
-011001100111111 Jerome-Duncan 2
-011001100111111 Coroner 2
-011001100111111 Bighorn 2
-011001100111111 Toasted 2
-011001100111111 ENTERPRISE 2
-011001100111111 K-G 2
-011001100111111 Rustenburg 2
-011001100111111 Zarif 2
-011001100111111 Sports/Medical 2
-011001100111111 APA/Fostin 2
-011001100111111 Princeton/ 2
-011001100111111 Atasco 2
-011001100111111 24-Hour 2
-011001100111111 Crouse-Hinds 2
-011001100111111 Landstar 2
-011001100111111 Kluane 2
-011001100111111 Kloof 2
-011001100111111 300-square-mile 2
-011001100111111 Fresard 2
-011001100111111 Klockner 2
-011001100111111 DIHC 2
-011001100111111 Talkeetna 2
-011001100111111 Linfood 2
-011001100111111 Eyzone 2
-011001100111111 Maybaco 2
-011001100111111 Newtonville 2
-011001100111111 Bligh 2
-011001100111111 Nishimatsu 2
-011001100111111 Charting 2
-011001100111111 Co-Data 2
-011001100111111 CLASSIC 2
-011001100111111 HPM 2
-011001100111111 Billingsgate 2
-011001100111111 Bruinsma 2
-011001100111111 Finnsov 2
-011001100111111 Sebago 2
-011001100111111 C&L 2
-011001100111111 Wapiti 2
-011001100111111 Eu 2
-011001100111111 Fe-Southern 2
-011001100111111 Raindance 2
-011001100111111 Lumiere 2
-011001100111111 294,737 2
-011001100111111 Line-Backer 2
-011001100111111 Telecheck 2
-011001100111111 Vandegrift 2
-011001100111111 ESM 2
-011001100111111 FileMaker 2
-011001100111111 Astronics 2
-011001100111111 Epeli 2
-011001100111111 Actus 2
-011001100111111 Claudell 2
-011001100111111 Deserve 2
-011001100111111 17985 2
-011001100111111 Unifast 2
-011001100111111 Kirten/James 2
-011001100111111 Runcorn 3
-011001100111111 L-P 3
-011001100111111 Schnuck 3
-011001100111111 Sudafed 3
-011001100111111 Bi-Mart 3
-011001100111111 Sittipol 3
-011001100111111 Ragtime 3
-011001100111111 Trane 3
-011001100111111 Salad 3
-011001100111111 Outta 3
-011001100111111 Agnico 3
-011001100111111 Antiballistic 3
-011001100111111 Shady 3
-011001100111111 Smoky 3
-011001100111111 Maguy 3
-011001100111111 QE 3
-011001100111111 Cissy 3
-011001100111111 Rachael 3
-011001100111111 Gagarin 3
-011001100111111 Kelco 3
-011001100111111 Bumi 3
-011001100111111 Fireplace 3
-011001100111111 Signode 3
-011001100111111 Av 3
-011001100111111 Intech 3
-011001100111111 Handotai 3
-011001100111111 Co-Op 3
-011001100111111 Schoolbreak 3
-011001100111111 Publix 3
-011001100111111 SouthWest 3
-011001100111111 Koehring 3
-011001100111111 RMI 3
-011001100111111 Freeport-McMoran 3
-011001100111111 WREN 3
-011001100111111 Riffe 4
-011001100111111 XR-7 4
-011001100111111 Mineracao 4
-011001100111111 Pactel 4
-011001100111111 Shearson-Lehman 4
-011001100111111 Button 4
-011001100111111 Rests 4
-011001100111111 Trough 4
-011001100111111 Chinon 4
-011001100111111 Spitalnick 4
-011001100111111 Clockwork 4
-011001100111111 Karbala 4
-011001100111111 Tungsten 4
-011001100111111 Botanic 4
-011001100111111 Ecstatic 4
-011001100111111 MidSouth 4
-011001100111111 Burrito 4
-011001100111111 Kidston 4
-011001100111111 femme 4
-011001100111111 Forging 4
-011001100111111 Burro 5
-011001100111111 Homo 5
-011001100111111 Icy 5
-011001100111111 Maxey 5
-011001100111111 Acha 5
-011001100111111 Idle 5
-011001100111111 Dire 5
-011001100111111 Penrose 5
-011001100111111 Tr 5
-011001100111111 Ultima 5
-011001100111111 Picayune 5
-011001100111111 Background 5
-011001100111111 S.T. 5
-011001100111111 Lookout 5
-011001100111111 Abco 5
-011001100111111 Stefanie 5
-011001100111111 S&S 5
-011001100111111 Tees 5
-011001100111111 das 5
-011001100111111 Snacktime 5
-011001100111111 Mileage 5
-011001100111111 Delal 5
-011001100111111 Lepercq 5
-011001100111111 Shenandoah 5
-011001100111111 Sewerage 5
-011001100111111 Lore 5
-011001100111111 Roast 5
-011001100111111 Grassy 5
-011001100111111 Gramaphone 6
-011001100111111 Sentry 6
-011001100111111 Sancho 6
-011001100111111 Bis 6
-011001100111111 1050 6
-011001100111111 Coit 6
-011001100111111 Sadie 6
-011001100111111 Sitmar 6
-011001100111111 Lilac 6
-011001100111111 Edible 6
-011001100111111 Boot 6
-011001100111111 Timberland 6
-011001100111111 Hay/Huggins 6
-011001100111111 Mellencamp 6
-011001100111111 Pew 6
-011001100111111 Grovers 6
-011001100111111 Remodeling 7
-011001100111111 Citroen 7
-011001100111111 FirstFed 7
-011001100111111 Horseshoe 7
-011001100111111 SQL 7
-011001100111111 Costco 7
-011001100111111 Crested 7
-011001100111111 Ear 7
-011001100111111 Krishna 7
-011001100111111 APW 7
-011001100111111 Shredded 7
-011001100111111 Coat 8
-011001100111111 Pocono 8
-011001100111111 angiotensin 8
-011001100111111 Bae 8
-011001100111111 Elbow 8
-011001100111111 Quartz 8
-011001100111111 FRANCAISE 8
-011001100111111 Antiques 9
-011001100111111 Covent 9
-011001100111111 Pickwick 9
-011001100111111 Boiler 9
-011001100111111 Addwest 9
-011001100111111 ACM 9
-011001100111111 Couch 10
-011001100111111 Monadnock 10
-011001100111111 Tartan 10
-011001100111111 Merrimac 10
-011001100111111 Palmolive 10
-011001100111111 Juki 10
-011001100111111 Grist 10
-011001100111111 Bald 10
-011001100111111 Hoof 11
-011001100111111 Raider 11
-011001100111111 Catskill 11
-011001100111111 Mascot 11
-011001100111111 checkerspot 11
-011001100111111 Barneys 11
-011001100111111 DI 12
-011001100111111 Supra 12
-011001100111111 Yucca 12
-011001100111111 Fulcrum 12
-011001100111111 Brave 12
-011001100111111 Trac 13
-011001100111111 Covenant 13
-011001100111111 Calgon 14
-011001100111111 Barge 15
-011001100111111 Cimarron 15
-011001100111111 Rocket 15
-011001100111111 Dynamic 16
-011001100111111 Candice 17
-011001100111111 Cigar 17
-011001100111111 Jail 18
-011001100111111 Woodcliff 18
-011001100111111 Menahem 18
-011001100111111 Lancer 19
-011001100111111 Commuter 19
-011001100111111 Physician 19
-011001100111111 Silent 20
-011001100111111 Mid 20
-011001100111111 Swire 20
-011001100111111 File 20
-011001100111111 Gander 21
-011001100111111 Fetzer 21
-011001100111111 Regent 21
-011001100111111 Explorer 21
-011001100111111 Morrison-Knudsen 22
-011001100111111 Turf 22
-011001100111111 Dillingham 22
-011001100111111 Moonlight 22
-011001100111111 DFC 24
-011001100111111 A-Mark 24
-011001100111111 Via 24
-011001100111111 Medallion 24
-011001100111111 Pure 25
-011001100111111 Caltex 26
-011001100111111 Ace 27
-011001100111111 Janus 27
-011001100111111 Festiva 27
-011001100111111 Juliet 27
-011001100111111 Sogo 29
-011001100111111 Soho 29
-011001100111111 Rare 29
-011001100111111 Advantage 31
-011001100111111 Olive 31
-011001100111111 Minh 32
-011001100111111 Potash 36
-011001100111111 Chocolate 36
-011001100111111 Turbo 41
-011001100111111 Natwest 41
-011001100111111 Solid 46
-011001100111111 Electra 48
-011001100111111 Cop 50
-011001100111111 Eldorado 51
-011001100111111 Blank 51
-011001100111111 Cathay 53
-011001100111111 Versatile 54
-011001100111111 Hemlo 54
-011001100111111 Navigation 54
-011001100111111 Anti-Ballistic 54
-011001100111111 Bronco 72
-011001100111111 Seiko 73
-011001100111111 Cogeneration 73
-011001100111111 Hartz 73
-011001100111111 Swan 74
-011001100111111 Multilateral 80
-011001100111111 Robinson-Humphrey 80
-011001100111111 Masius 83
-011001100111111 Die 85
-011001100111111 Magic 89
-011001100111111 Agent 97
-011001100111111 Bonneville 102
-011001100111111 Cutlass 109
-011001100111111 Magellan 113
-011001100111111 Optical 123
-011001100111111 Dry 130
-011001100111111 Ranger 139
-011001100111111 Fresh 143
-011001100111111 Crystal 151
-011001100111111 Horizon 162
-011001100111111 Masco 167
-011001100111111 Ryder 190
-011001100111111 Placer 239
-011001100111111 Ocean 297
-011001100111111 Phelps 318
-011001100111111 Rocky 322
-011001100111111 NatWest 326
-011001100111111 Mirror 402
-011001100111111 Salt 432
-011001100111111 Limited 961
-011001100111111 Star 1067
-011001100111111 Consolidated 1339
-011001100111111 Marine 1394
-011001100111111 Northern 1472
-011001100111111 Credit 2332
-011001100111111 Southern 3338
-011001100111111 Chemical 3129
-011001101000 Danube-Black 1
-011001101000 Navida 1
-011001101000 tootight 1
-011001101000 Ziya 1
-011001101000 HELLO 1
-011001101000 world-traveling 1
-011001101000 KHIC 1
-011001101000 Ex-Altar 1
-011001101000 Baccouche 1
-011001101000 Toqui 1
-011001101000 Milani 1
-011001101000 Maufra 1
-011001101000 RH-53D 1
-011001101000 2,825,000 1
-011001101000 150,000-member 1
-011001101000 v.N. 1
-011001101000 2455 1
-011001101000 Movie-made 1
-011001101000 Square-originated 1
-011001101000 Energy/Water 1
-011001101000 JWT/Latin 1
-011001101000 Debt-Free 1
-011001101000 then-aggressive 1
-011001101000 Salyer 1
-011001101000 Choix 1
-011001101000 Janower 1
-011001101000 West-Point-style 1
-011001101000 SuperSports 1
-011001101000 400,00 1
-011001101000 Yoplait 1
-011001101000 President-Employment 1
-011001101000 JeanPaul 1
-011001101000 2,133,215 1
-011001101000 Scowling 1
-011001101000 Saft 1
-011001101000 Andaman 1
-011001101000 Non-Micro 1
-011001101000 stories-high 1
-011001101000 campaign-provided 1
-011001101000 fifth-ranked 1
-011001101000 conspiracythe 1
-011001101000 Grande-Southern 1
-011001101000 Shcherbakov 1
-011001101000 Osteopathic 1
-011001101000 255,000-member 1
-011001101000 ther 1
-011001101000 Elf-Aquitaine 1
-011001101000 CHOSE 1
-011001101000 WPLG 1
-011001101000 Montelena 1
-011001101000 Sharq 1
-011001101000 Tiktin 1
-011001101000 ex-Air 1
-011001101000 Visayas 1
-011001101000 human-rights-sensitive 1
-011001101000 well-pressed 1
-011001101000 Sulu 1
-011001101000 Meatloaf 1
-011001101000 Blimp-ish 1
-011001101000 Arnaz 1
-011001101000 Intermarine 1
-011001101000 IDS/ 1
-011001101000 48-star 1
-011001101000 WCRS/North 1
-011001101000 Transpersonal 1
-011001101000 Fin-de-Siecle 1
-011001101000 800-Stage 1
-011001101000 earthquake-ravaged 1
-011001101000 communautaire 1
-011001101000 675-foot 1
-011001101000 Kimble 1
-011001101000 outplaying 1
-011001101000 750-foot 1
-011001101000 hypertrophied 1
-011001101000 Fittest 1
-011001101000 Prude 1
-011001101000 gulling 1
-011001101000 dishwater-dingy 1
-011001101000 Danceafrica 1
-011001101000 Scilly 1
-011001101000 Behaviorial 1
-011001101000 Jeepmaker 1
-011001101000 Atlantico 1
-011001101000 much-reviled 1
-011001101000 Cinncinati-based 1
-011001101000 Worden 1
-011001101000 NDU 1
-011001101000 Latenight 1
-011001101000 962,437 1
-011001101000 Rosada 1
-011001101000 784,048 1
-011001101000 resegregating 1
-011001101000 Soviet-held 1
-011001101000 Chimique 1
-011001101000 rate-related 1
-011001101000 Mortab 1
-011001101000 Recino 1
-011001101000 Giocattoli 1
-011001101000 Toyo-Umpanki 1
-011001101000 150-hotel 1
-011001101000 much-extolled 1
-011001101000 Theatre-scandal 1
-011001101000 LUCE 1
-011001101000 Krause-Holmstrom 1
-011001101000 Montocin 1
-011001101000 Wining 1
-011001101000 day-tripping 1
-011001101000 PILLIOD 1
-011001101000 Chevre 1
-011001101000 Teletechnique 1
-011001101000 Spaceport 1
-011001101000 Twentieth-century 1
-011001101000 NetLink 1
-011001101000 TITLETOWN 1
-011001101000 Aromatic 1
-011001101000 Copystar 1
-011001101000 Jole 1
-011001101000 Hipotecario 1
-011001101000 Dayna 1
-011001101000 post-Revolutionary 1
-011001101000 EWOK 1
-011001101000 Performa 1
-011001101000 Bujanda 1
-011001101000 Tomiano 1
-011001101000 Artwave 1
-011001101000 Salton 1
-011001101000 decimates 1
-011001101000 on-the-make 1
-011001101000 Steelinter 1
-011001101000 Scoutmaster 1
-011001101000 Aztlan 1
-011001101000 Seimei 1
-011001101000 True-Life 1
-011001101000 pax 1
-011001101000 Berrey 1
-011001101000 1,385-member 1
-011001101000 582,790 1
-011001101000 Hollandse 1
-011001101000 Invent 1
-011001101000 Reines 1
-011001101000 Brantigan 1
-011001101000 Pudahuel 1
-011001101000 Quebrada 1
-011001101000 Caustic 1
-011001101000 Enkei 1
-011001101000 R&D-intensive 1
-011001101000 Unida 1
-011001101000 Geiu 1
-011001101000 Shimeless 1
-011001101000 Tamiral 1
-011001101000 Knussen 1
-011001101000 now-prominent 1
-011001101000 Lidov 1
-011001101000 Shearson/ 1
-011001101000 Pentagon-cleared 1
-011001101000 Stepanova 1
-011001101000 Beardless 1
-011001101000 Wholefood 1
-011001101000 Astman 1
-011001101000 Gamsberg 1
-011001101000 Infosec 1
-011001101000 Jover 1
-011001101000 Envasadora 1
-011001101000 L.I.T. 1
-011001101000 Sogeral 1
-011001101000 286,000-member 1
-011001101000 Rapperport 1
-011001101000 Proletarian 1
-011001101000 shush 1
-011001101000 Glarus 1
-011001101000 Sirloin 1
-011001101000 1920-ish 1
-011001101000 Matoso 1
-011001101000 GIBSON 1
-011001101000 fat-loathing 1
-011001101000 gelmackers 1
-011001101000 Rediscovers 1
-011001101000 Right-Brain 1
-011001101000 Doce 1
-011001101000 Thousand-year-old 1
-011001101000 Muscato 1
-011001101000 Stare 1
-011001101000 Sucres 1
-011001101000 7& 1
-011001101000 TDB 1
-011001101000 Katims 1
-011001101000 964,800 1
-011001101000 Overeducated 1
-011001101000 Santiveri 1
-011001101000 Small-Town 1
-011001101000 Well-trained 1
-011001101000 272,000-member 1
-011001101000 North-type 1
-011001101000 Bidari 1
-011001101000 Pluma 1
-011001101000 civil-rights-conscious 1
-011001101000 Hopnoodle 1
-011001101000 1965-75 1
-011001101000 4050 1
-011001101000 4150 1
-011001101000 Elettrificazione 1
-011001101000 picture-post-card 1
-011001101000 back-road 1
-011001101000 skimpy-premium 1
-011001101000 234,300 1
-011001101000 Bosenge 1
-011001101000 disfranchising 1
-011001101000 non-North 1
-011001101000 Fonciere 1
-011001101000 Inhaled 1
-011001101000 Revillas 1
-011001101000 traducing 1
-011001101000 European-North 2
-011001101000 highest-ranked 2
-011001101000 imbuing 2
-011001101000 arbitrageur 2
-011001101000 Cresta 2
-011001101000 Pali 2
-011001101000 Thirteenth 2
-011001101000 Vague 2
-011001101000 Hilmar 2
-011001101000 SCHWAB 2
-011001101000 Bohai 2
-011001101000 WSCV-TV 2
-011001101000 Norths 2
-011001101000 Repo 2
-011001101000 Minister. 2
-011001101000 AD&P 2
-011001101000 get-along 2
-011001101000 WNJU-TV 2
-011001101000 Samincorp 2
-011001101000 less-advanced 2
-011001101000 Lupita 2
-011001101000 Sogrape 2
-011001101000 Bugle 2
-011001101000 Boatique 2
-011001101000 Nuking 2
-011001101000 Nineteenth-Century 2
-011001101000 Halt 2
-011001101000 Leitch 2
-011001101000 Kaplansky 2
-011001101000 medias 2
-011001101000 Gissin 2
-011001101000 Kaneka 2
-011001101000 KB 2
-011001101000 Punishing 2
-011001101000 Koppell 2
-011001101000 Considar 2
-011001101000 sogo 2
-011001101000 Stunt 2
-011001101000 ED&F 2
-011001101000 Kineret 2
-011001101000 Uri 2
-011001101000 Remaking 2
-011001101000 Rayas 2
-011001101000 Beaucastel 2
-011001101000 d'Electro-Resistance 2
-011001101000 Fluf 2
-011001101000 slurpy 2
-011001101000 Bloodless 2
-011001101000 less-desired 2
-011001101000 Marmont 2
-011001101000 fini 2
-011001101000 Uchiza 2
-011001101000 Eytan 2
-011001101000 FPI 2
-011001101000 UL 2
-011001101000 Bahai 2
-011001101000 Sexiest 2
-011001101000 U.S.-Latin 2
-011001101000 Luthie 2
-011001101000 Ramco 2
-011001101000 Arriba 2
-011001101000 WSCV 2
-011001101000 Resistol 3
-011001101000 Renown 3
-011001101000 CA. 3
-011001101000 America/West 3
-011001101000 Lahad 3
-011001101000 Gordo 3
-011001101000 Timers 3
-011001101000 Chipmunk 3
-011001101000 Privee 3
-011001101000 Anglo-North 3
-011001101000 North. 3
-011001101000 Qadhafi 3
-011001101000 Four-Eyed 3
-011001101000 Timor 3
-011001101000 Quested 3
-011001101000 Renew 3
-011001101000 Simac 3
-011001101000 Denon 3
-011001101000 Mosane 3
-011001101000 Azpillaga 3
-011001101000 3,210,000 3
-011001101000 Loyal 3
-011001101000 coal-rich 3
-011001101000 Evangelina 3
-011001101000 92-0 3
-011001101000 non-Micro 3
-011001101000 Markovic 3
-011001101000 Hawari 3
-011001101000 Bouterse 4
-011001101000 Rib 4
-011001101000 Itau 4
-011001101000 Huxsoll 4
-011001101000 Hypermart 4
-011001101000 Bozano 4
-011001101000 Central-Banesto 4
-011001101000 Palcuto 4
-011001101000 HSN 4
-011001101000 Netlink 4
-011001101000 red-blooded 4
-011001101000 Cuckoo 4
-011001101000 Mathematica 4
-011001101000 Prelin 4
-011001101000 Ubre 5
-011001101000 Polytechnique 5
-011001101000 Kemble 5
-011001101000 1966-76 5
-011001101000 Payco 5
-011001101000 Linkup 5
-011001101000 Giraldi 5
-011001101000 Piss 6
-011001101000 Drug-Free 6
-011001101000 Goo 6
-011001101000 Barents 6
-011001101000 Herstal 6
-011001101000 Smokestack 7
-011001101000 B.P. 7
-011001101000 Postwar 7
-011001101000 Eternit 7
-011001101000 Opryland 7
-011001101000 Youssou 7
-011001101000 Douwe 8
-011001101000 Bancaire 8
-011001101000 Grandmet 8
-011001101000 Rebuild 8
-011001101000 Sail 8
-011001101000 Lafite 9
-011001101000 Hygeia 9
-011001101000 Kuklinski 9
-011001101000 Elting 9
-011001101000 GrandMet 10
-011001101000 Tinto-Zinc 10
-011001101000 Dawit 11
-011001101000 Invisible 11
-011001101000 Democratica 11
-011001101000 Bugs 12
-011001101000 Clarks 12
-011001101000 Veterinary 12
-011001101000 Oxy 13
-011001101000 Tilted 13
-011001101000 AC 14
-011001101000 Caspian 14
-011001101000 Norex 14
-011001101000 Metropolitain 15
-011001101000 Hispano 15
-011001101000 Jean-Paul 15
-011001101000 Chukchi 15
-011001101000 Aral 16
-011001101000 Agache 18
-011001101000 Mexicanos 18
-011001101000 Teen 18
-011001101000 Stevie 20
-011001101000 Rawlings 20
-011001101000 Elephant 21
-011001101000 Transmark 22
-011001101000 Gadd 22
-011001101000 LIT 25
-011001101000 Chromalloy 27
-011001101000 Polar 29
-011001101000 Santander 31
-011001101000 Rabuka 32
-011001101000 Tinto 32
-011001101000 Gorda 33
-011001101000 Clear 33
-011001101000 1st 33
-011001101000 Pac 40
-011001101000 Bering 42
-011001101000 Giroldi 44
-011001101000 Occidentale 48
-011001101000 Algom 51
-011001101000 Beaufort 52
-011001101000 Native 58
-011001101000 Honasan 61
-011001101000 Minute 66
-011001101000 Aegean 67
-011001101000 Ambrosiano 98
-011001101000 Movie 106
-011001101000 Persons 106
-011001101000 Gadhafi 118
-011001101000 Yugo 122
-011001101000 Fashion 124
-011001101000 Elf 168
-011001101000 Grande 175
-011001101000 Jet 191
-011001101000 Discovery 203
-011001101000 Anglo 220
-011001101000 Triad 230
-011001101000 Latin 1858
-011001101000 North 8555
-011001101000 Central 3817
-011001101001 TRIBECA 1
-011001101001 261-unit 1
-011001101001 coal-dependent 1
-011001101001 84-unit 1
-011001101001 seven-major 1
-011001101001 unemployment-stricken 1
-011001101001 1,600-acre 1
-011001101001 KwaMashu 1
-011001101001 24-man 1
-011001101001 Smythe 1
-011001101001 Paktia 1
-011001101001 German-led 1
-011001101001 Soviet-oppressed 1
-011001101001 Tokyo-financed 1
-011001101001 Ozlike 1
-011001101001 oil-reliant 1
-011001101001 six-evening 1
-011001101001 allwhite 1
-011001101001 Spanish-colonial-style 1
-011001101001 Shiite-Moslem 1
-011001101001 Talib 1
-011001101001 multi-multi-Grammy-winner 1
-011001101001 now-burnt-out 1
-011001101001 255,000-ton 1
-011001101001 MG. 1
-011001101001 Catalan-speaking 1
-011001101001 Cordon 1
-011001101001 once-enormous 1
-011001101001 245,000-circulation 1
-011001101001 Mexican-influenced 1
-011001101001 now-validated 1
-011001101001 Chinese-South 1
-011001101001 fourth-century 1
-011001101001 cold-shouldering 1
-011001101001 Lan 1
-011001101001 mountain-protected 1
-011001101001 40,000-member 1
-011001101001 Mycenaean 1
-011001101001 1,085,304 1
-011001101001 post-perestroika 1
-011001101001 Eike 1
-011001101001 communist-influenced 1
-011001101001 Yale-and-chablis 1
-011001101001 1,050-acre 1
-011001101001 Israel-South 1
-011001101001 Mets-whipping 1
-011001101001 fast-getaway 1
-011001101001 forward-moving 1
-011001101001 5,237,000 1
-011001101001 twelve-nation 1
-011001101001 polyethnic 1
-011001101001 canallaced 1
-011001101001 Loeks 1
-011001101001 Aomori 1
-011001101001 1,956,700 1
-011001101001 Znamensky 1
-011001101001 Alderfer 1
-011001101001 Corrientes 1
-011001101001 tough-dealing 1
-011001101001 brick-built 1
-011001101001 bad-boy 1
-011001101001 1,029-room 1
-011001101001 44.819 1
-011001101001 28,000-member 1
-011001101001 reconsolidating 1
-011001101001 453-lawyer 1
-011001101001 post-Ayatollah 1
-011001101001 late-detected 1
-011001101001 British-Hong 1
-011001101001 pro-North 1
-011001101001 American-associated 1
-011001101001 Five-inch 1
-011001101001 cyrillic 1
-011001101001 354-acre 1
-011001101001 mist-drenched 1
-011001101001 war-ridden 1
-011001101001 nonbelligerent 1
-011001101001 French-nationalist 1
-011001101001 non-relations 1
-011001101001 Mexican-dominated 1
-011001101001 Mass-manufactured 1
-011001101001 Houari 1
-011001101001 Dinizulu 1
-011001101001 Gamble-sponsored 1
-011001101001 ANTISEPTIC 1
-011001101001 division-leading 1
-011001101001 recession-wracked 1
-011001101001 house-sized 1
-011001101001 glass-fronted 1
-011001101001 13,667-island 1
-011001101001 Beirut-born 1
-011001101001 35,219 1
-011001101001 1950-1953 1
-011001101001 101-nation 1
-011001101001 less-exalted 1
-011001101001 abundantly-traded 1
-011001101001 land-regulation-happy 1
-011001101001 SACEUR. 1
-011001101001 98-mile 1
-011001101001 916,000-kilowatt 1
-011001101001 tornado-racked 1
-011001101001 Bank-Fort 1
-011001101001 leisure-loving 1
-011001101001 Mughal 1
-011001101001 AIDS-conscious 1
-011001101001 twin-towered 1
-011001101001 2064 1
-011001101001 42-floor 1
-011001101001 Budget-conscious 1
-011001101001 Mao-suited 1
-011001101001 Nixon-Brezhnev 1
-011001101001 hypercomputerized 1
-011001101001 German-occupied 1
-011001101001 do-everything 1
-011001101001 seven-employee 1
-011001101001 45.038 1
-011001101001 ECS-4 1
-011001101001 4,000-worker 1
-011001101001 Cabanas 1
-011001101001 Gossamer 1
-011001101001 post-scandal 1
-011001101001 S-model 1
-011001101001 just-built 1
-011001101001 prefabs 1
-011001101001 U.S.North 1
-011001101001 once-chic 1
-011001101001 now-repealed 1
-011001101001 water-starved 1
-011001101001 Oil-importing 1
-011001101001 51-lawyer 1
-011001101001 oil-slump-plagued 1
-011001101001 ethics-sensitive 1
-011001101001 Kalorama 1
-011001101001 45,000-square-mile 1
-011001101001 Japanese-South 1
-011001101001 war-devastated 1
-011001101001 Landeskreditbank 1
-011001101001 history-drenched 1
-011001101001 nine-county 1
-011001101001 Exchange-Southern 1
-011001101001 littleknown 1
-011001101001 smog-choked 1
-011001101001 entertainment-starved 1
-011001101001 anti-Phnom 1
-011001101001 revved-up 1
-011001101001 proWestern 1
-011001101001 surfless 1
-011001101001 sun-kissed 1
-011001101001 IADB. 1
-011001101001 19th-Century 1
-011001101001 relationship.The 1
-011001101001 non-Hong 1
-011001101001 core-city 1
-011001101001 crack-plagued 1
-011001101001 Moslem-dominated 1
-011001101001 55-lawyer 1
-011001101001 over-made-up 1
-011001101001 Soviet-allied 1
-011001101001 Phonm 1
-011001101001 Byline 1
-011001101001 5,261 1
-011001101001 strengthed 1
-011001101001 175-lawyer 1
-011001101001 magnolia-scented 1
-011001101001 mellowed-out 1
-011001101001 Jew-baiting 1
-011001101001 Price-conscious 1
-011001101001 formidable-appearing 1
-011001101001 seven-branch 1
-011001101001 Amra 1
-011001101001 U.S.-listed 1
-011001101001 sundappled 1
-011001101001 155,300 1
-011001101001 Georgia-South 1
-011001101001 319,832 1
-011001101001 migrant-labor 1
-011001101001 flash-and-trash 1
-011001101001 deep-South 1
-011001101001 Cuba-South 1
-011001101001 supermanly 1
-011001101001 opposition-ruled 1
-011001101001 development-hungry 1
-011001101001 trans-national 1
-011001101001 blissed-out 1
-011001101001 voter-laden 1
-011001101001 70,208 1
-011001101001 still-anemic 1
-011001101001 Angola-South 1
-011001101001 Dakota-North 1
-011001101001 739-mile 1
-011001101001 Confucian-oriented 1
-011001101001 80,000-ton 1
-011001101001 tofu-and-yogurt 1
-011001101001 U.S.-boycotted 1
-011001101001 re-animated 1
-011001101001 7,500-employee 1
-011001101001 more-federal 1
-011001101001 traffic-congested 1
-011001101001 contemporary-design 1
-011001101001 adobe-modern 1
-011001101001 Canada-North 1
-011001101001 126-lawyer 1
-011001101001 money-draining 1
-011001101001 Daimler-Benz-owned 1
-011001101001 fth 1
-011001101001 psalm-singing 1
-011001101001 non-embargoed 1
-011001101001 size-conscious 1
-011001101001 acquainting 1
-011001101001 115-lawyer 1
-011001101001 consumer-hostile 1
-011001101001 Zambia-based 1
-011001101001 7,200-foot-high 1
-011001101001 least-appreciated 1
-011001101001 Moskovskaya 2
-011001101001 anti-South 2
-011001101001 next-door-neighbor 2
-011001101001 non-group 2
-011001101001 smog-ridden 2
-011001101001 Boaco 2
-011001101001 state-accredited 2
-011001101001 Gadsen 2
-011001101001 far-northern 2
-011001101001 sun-bathed 2
-011001101001 South-West 2
-011001101001 FATA 2
-011001101001 Drayton 2
-011001101001 Qajar 2
-011001101001 Nomeco 2
-011001101001 peninsular 2
-011001101001 chain-saw 2
-011001101001 late-20th-century 2
-011001101001 oil-depressed 2
-011001101001 grass-covered 2
-011001101001 Pontius 2
-011001101001 BOA 2
-011001101001 1,152 2
-011001101001 sub-Sahara 2
-011001101001 PRI-dominated 2
-011001101001 drought-lowered 2
-011001101001 consensus-conscious 2
-011001101001 energy-poor 2
-011001101001 Nha 2
-011001101001 Heilongjiang 2
-011001101001 East/Far 2
-011001101001 40-lawyer 2
-011001101001 Yangfushantu 2
-011001101001 caste-conscious 2
-011001101001 fairminded 2
-011001101001 137-acre 2
-011001101001 131-year-old 2
-011001101001 short-bed 3
-011001101001 U.S.-South 3
-011001101001 KCC 3
-011001101001 Caped 3
-011001101001 Shanxi 3
-011001101001 post-sanctions 3
-011001101001 Petroquimica 3
-011001101001 Sambuca 3
-011001101001 Tokyo-Hong 3
-011001101001 Yunnan 3
-011001101001 Czech-born 3
-011001101001 Yudai 3
-011001101001 GAM 3
-011001101001 exurban 3
-011001101001 Ampal-American 3
-011001101001 Periclean 3
-011001101001 sports-crazy 3
-011001101001 Russet 3
-011001101001 flood-prone 3
-011001101001 untranslated 3
-011001101001 Gaetano 4
-011001101001 Gila 4
-011001101001 non-Socialist 4
-011001101001 Henan 4
-011001101001 east-central 4
-011001101001 Campamento 4
-011001101001 non-South 4
-011001101001 Niccolo 4
-011001101001 Nazi-occupied 4
-011001101001 Genya 4
-011001101001 1,100-mile 4
-011001101001 Corte 4
-011001101001 Jinotega 4
-011001101001 Nak 4
-011001101001 oil-dependent 4
-011001101001 Rua 4
-011001101001 Komsomolskaya 5
-011001101001 class-conscious 5
-011001101001 Opto 5
-011001101001 Fulgencio 5
-011001101001 pre-Castro 5
-011001101001 oil-busted 5
-011001101001 Syrian-controlled 5
-011001101001 Astral 6
-011001101001 Guangxi 6
-011001101001 Sub-Saharan 6
-011001101001 Soviet-occupied 6
-011001101001 west-central 7
-011001101001 black-ruled 7
-011001101001 downstate 7
-011001101001 Texas-New 7
-011001101001 Donkey 7
-011001101001 German-speaking 8
-011001101001 Sault 9
-011001101001 post-revolutionary 10
-011001101001 Giacomo 11
-011001101001 Terre 11
-011001101001 5300 12
-011001101001 Fujian 14
-011001101001 Bumiputra 14
-011001101001 Ciudad 15
-011001101001 DFA 16
-011001101001 south-central 16
-011001101001 Palos 17
-011001101001 north-central 17
-011001101001 landlocked 17
-011001101001 Baja 20
-011001101001 war-torn 33
-011001101001 Lei 33
-011001101001 Phnom 34
-011001101001 Nikita 37
-011001101001 sub-Saharan 39
-011001101001 MBank 42
-011001101001 Cheung 44
-011001101001 northwestern 55
-011001101001 Khmer 68
-011001101001 southwestern 71
-011001101001 Baton 118
-011001101001 Sao 151
-011001101001 southeastern 152
-011001101001 northeastern 156
-011001101001 continental 172
-011001101001 Greater 177
-011001101001 Ayatollah 203
-011001101001 neighboring 421
-011001101001 eastern 454
-011001101001 western 583
-011001101001 northern 1014
-011001101001 southern 1034
-011001101001 South 9647
-011001101001 Hong 4226
-011001101010 442,498 1
-011001101010 Moderna 1
-011001101010 tax-advising 1
-011001101010 Hornblower 1
-011001101010 top-form 1
-011001101010 723,144 1
-011001101010 Hiromi 1
-011001101010 ex-Mayor 1
-011001101010 Dirtier 1
-011001101010 now-independent 1
-011001101010 786,800 1
-011001101010 Snooky 1
-011001101010 Rock-A-Bye 1
-011001101010 953,400 1
-011001101010 480,900 1
-011001101010 R&G 1
-011001101010 harmless-sounding 1
-011001101010 4,059,800 1
-011001101010 insurance-broker 1
-011001101010 731,700 1
-011001101010 579,710 1
-011001101010 Lippes 1
-011001101010 524,135 1
-011001101010 bandit/man-of-the-people 1
-011001101010 plastic-like 1
-011001101010 late-17th-century 1
-011001101010 102,900 1
-011001101010 S.I 1
-011001101010 Acrostic 1
-011001101010 big-thighed 1
-011001101010 450,900 1
-011001101010 Headlong 1
-011001101010 Glacee 1
-011001101010 Fertile 1
-011001101010 650,000-kilowatt 1
-011001101010 488,300 1
-011001101010 low-interest-bearing 1
-011001101010 420,904 1
-011001101010 AFC-NFC 1
-011001101010 1,147,000 1
-011001101010 Sleep-Wake 1
-011001101010 Kashner 1
-011001101010 Vesti 1
-011001101010 BRIDGET 1
-011001101010 Deanne 1
-011001101010 Mancil 1
-011001101010 Heydon 1
-011001101010 Seat-Belt 1
-011001101010 Fragrant 1
-011001101010 Luretta 1
-011001101010 Pratt. 1
-011001101010 prexy 1
-011001101010 Multidistrict 1
-011001101010 coachmaker 1
-011001101010 Berggruen 1
-011001101010 Louisine 1
-011001101010 Severiano 1
-011001101010 666,200 1
-011001101010 Swiss-born 1
-011001101010 Abdominal 1
-011001101010 528,850 1
-011001101010 mannish 1
-011001101010 458,200 1
-011001101010 Denbo 1
-011001101010 unswift 1
-011001101010 Pernell 1
-011001101010 director/choreographer/composer 1
-011001101010 Crosley 1
-011001101010 Cola-Cola 1
-011001101010 Japanese-tip 1
-011001101010 original-style 1
-011001101010 Marke/ 1
-011001101010 6,339,165 1
-011001101010 Lyndall 1
-011001101010 McGovern-Carter-Mondale-Jim 1
-011001101010 Masamitsu 1
-011001101010 417,100 1
-011001101010 11,608,399 1
-011001101010 LeaAnn 1
-011001101010 Loik 1
-011001101010 109-bed 1
-011001101010 Eighth-century 1
-011001101010 palacelike 1
-011001101010 Conoga 1
-011001101010 290,981 1
-011001101010 R.P 1
-011001101010 Kazimir 1
-011001101010 Beaton. 1
-011001101010 143,366 1
-011001101010 Parri 1
-011001101010 Joon-Sup 1
-011001101010 perfume-maker 1
-011001101010 H.J 1
-011001101010 Jeumont 1
-011001101010 32-lawyer 1
-011001101010 11,191,299 1
-011001101010 Detroit/Ann 1
-011001101010 Used-Car 1
-011001101010 Cobbold 1
-011001101010 Fagan. 1
-011001101010 Unaccompanied 1
-011001101010 1,036,400 1
-011001101010 1,101,243 1
-011001101010 flout./But 1
-011001101010 Grenoldo 1
-011001101010 Massami 1
-011001101010 Walleyed 1
-011001101010 Needlepoint 1
-011001101010 20,000-acre 1
-011001101010 850,900 1
-011001101010 60-floor 1
-011001101010 sculptor. 1
-011001101010 GSA. 1
-011001101010 porcupine-coiffed 1
-011001101010 Osgoode 1
-011001101010 art-studded 1
-011001101010 upper-handed 1
-011001101010 1,400-square-acre 1
-011001101010 Wisteria 1
-011001101010 -Harriet 1
-011001101010 Zanz 1
-011001101010 Aristedes 1
-011001101010 Lepa 1
-011001101010 Day-Care 1
-011001101010 Belleau 1
-011001101010 915,220 1
-011001101010 XDOS. 1
-011001101010 1,668,982 1
-011001101010 100,000-kilowatt 1
-011001101010 114-year-old 1
-011001101010 sympatico 1
-011001101010 Teather 1
-011001101010 Asian-born 1
-011001101010 dance-band 1
-011001101010 Karmila 1
-011001101010 display. 1
-011001101010 Carl/ 1
-011001101010 Vernard 1
-011001101010 Sanctified 1
-011001101010 Beaux-Arts. 1
-011001101010 Lida 1
-011001101010 Tilled 1
-011001101010 sapphire-eyed 1
-011001101010 never-realized 1
-011001101010 Raeanne 1
-011001101010 6-foot-10-inch 1
-011001101010 F&M 1
-011001101010 Ipso 1
-011001101010 post-1984 1
-011001101010 Warringah 1
-011001101010 Inter-Ministerial 1
-011001101010 3,410,600 1
-011001101010 hand-release 1
-011001101010 '37 1
-011001101010 Paola 1
-011001101010 Gusrae 1
-011001101010 Bayfront 1
-011001101010 Convocation 1
-011001101010 Jinger 1
-011001101010 film-and-flesh 1
-011001101010 Fionnula 1
-011001101010 T-Bone 1
-011001101010 182-megabyte 1
-011001101010 Southmoor 1
-011001101010 Reclusive 1
-011001101010 Hobe 1
-011001101010 BWV 1
-011001101010 2,369,799 1
-011001101010 1975-through-1979-model 1
-011001101010 Yevsei 1
-011001101010 Ball-Incon 1
-011001101010 3,480,000 1
-011001101010 Anti-Trafficking 1
-011001101010 12-unit 1
-011001101010 two-thirds-owned 1
-011001101010 Caffe 1
-011001101010 Alida 1
-011001101010 262,900 1
-011001101010 329,300 1
-011001101010 Veslefrikk 1
-011001101010 3,008-stock 1
-011001101010 Unichappell 1
-011001101010 Rumbalero 1
-011001101010 Ditchley 1
-011001101010 Marva 1
-011001101010 1,375,346 1
-011001101010 Ainsi 1
-011001101010 273,100 1
-011001101010 Moorings 1
-011001101010 235,300 1
-011001101010 1,853,700 1
-011001101010 Leora 1
-011001101010 3,834,900 1
-011001101010 118,714 1
-011001101010 432,520 1
-011001101010 290,500 1
-011001101010 Shailer 1
-011001101010 470-pound 1
-011001101010 post-Sun 1
-011001101010 Coventry-Victor 1
-011001101010 8630 1
-011001101010 Pannel 1
-011001101010 Silsbee-based 1
-011001101010 205,043 1
-011001101010 Boggy 1
-011001101010 Stancy 1
-011001101010 Mychal 1
-011001101010 low-weight 1
-011001101010 violinist-pedagogues 1
-011001101010 Discloses 1
-011001101010 West-German-designed 1
-011001101010 Duddy 1
-011001101010 sour-beaked 1
-011001101010 Shirly 1
-011001101010 Hall-Abraham 1
-011001101010 1975-through-1979 1
-011001101010 Gefilte 1
-011001101010 Shakedown 1
-011001101010 HNG 1
-011001101010 130,546 1
-011001101010 Pranee 1
-011001101010 Bletchley 1
-011001101010 Kathe 1
-011001101010 Ganga 1
-011001101010 Samm-Art 1
-011001101010 Madalyn 1
-011001101010 Rudolff 1
-011001101010 Correlli 1
-011001101010 F.B. 1
-011001101010 Piggie 1
-011001101010 Non-Native 1
-011001101010 Belie 1
-011001101010 Moishe 1
-011001101010 427,528 1
-011001101010 stockbrokage 1
-011001101010 Would-Be 1
-011001101010 Bluebell-Altamont 1
-011001101010 30-yard 1
-011001101010 Mcleod 1
-011001101010 recapitulating 1
-011001101010 Binswanger 1
-011001101010 Extex 1
-011001101010 Bloise 1
-011001101010 Geewax 1
-011001101010 Ventile 1
-011001101010 Gung 1
-011001101010 Annesley 1
-011001101010 Yoel 1
-011001101010 Plapler 1
-011001101010 Morgan-advised 1
-011001101010 Contarini 1
-011001101010 three-station 1
-011001101010 470,100 1
-011001101010 Lyda-Herbert 1
-011001101010 727,150 1
-011001101010 379,800 1
-011001101010 625,500 1
-011001101010 D.S 1
-011001101010 7,840,585 1
-011001101010 Margart 1
-011001101010 Carita 1
-011001101010 honeycomb-like 1
-011001101010 20-foot-tall 1
-011001101010 Plumed 1
-011001101010 pre-Rose 1
-011001101010 150,500 1
-011001101010 207,900 1
-011001101010 Diamond/ 1
-011001101010 360-screen 1
-011001101010 Feidelia 1
-011001101010 Georgianna 1
-011001101010 pro-based 1
-011001101010 Steamer 1
-011001101010 Inkless 1
-011001101010 1,119,407 1
-011001101010 Mozart-Da 1
-011001101010 1,601,500 1
-011001101010 Etsuko 1
-011001101010 Cheesefoot 1
-011001101010 Silbury 1
-011001101010 tangoist 1
-011001101010 stock-sticking 1
-011001101010 rights-expanding 1
-011001101010 243,480 1
-011001101010 18-lawyer 1
-011001101010 6.5-acre 1
-011001101010 Faffner 1
-011001101010 already-endangered 1
-011001101010 89-yuan 1
-011001101010 Kellow 1
-011001101010 10,203-foot 1
-011001101010 Janardan 1
-011001101010 Erotic 1
-011001101010 4-X-2 1
-011001101010 Hermetic 1
-011001101010 Booby 1
-011001101010 Gowen 1
-011001101010 108-restaurant 1
-011001101010 Tangerine 1
-011001101010 306,301 1
-011001101010 352,400 1
-011001101010 Silberg 1
-011001101010 Erland 1
-011001101010 Hanne 1
-011001101010 MMG 1
-011001101010 Graystone 1
-011001101010 F.T. 1
-011001101010 Timmy 1
-011001101010 Sherley 1
-011001101010 10-Year 1
-011001101010 193,911 1
-011001101010 1,409,449 1
-011001101010 Lorene 1
-011001101010 multi-talented 1
-011001101010 Voluble 1
-011001101010 315-store 1
-011001101010 Depuis 1
-011001101010 511,958 1
-011001101010 soccer-mad 1
-011001101010 profanity-ridden 1
-011001101010 Francia 1
-011001101010 Auntie 1
-011001101010 Severna 1
-011001101010 19-building 1
-011001101010 Lovinger 1
-011001101010 UPTON 1
-011001101010 Ashbel 1
-011001101010 Demi 1
-011001101010 Meadowland 1
-011001101010 Messerschmitt-Bolkow 1
-011001101010 Goldenthal. 1
-011001101010 G.W.F. 1
-011001101010 Thm 1
-011001101010 WNT 1
-011001101010 Socialist-controlled 1
-011001101010 183,499 1
-011001101010 192,300 1
-011001101010 407,700 1
-011001101010 64,600 1
-011001101010 YU-16 1
-011001101010 Disque 1
-011001101010 Orphengesic 1
-011001101010 Abol 1
-011001101010 Americo 1
-011001101010 164,700 1
-011001101010 ev 1
-011001101010 S.A.F 1
-011001101010 1,100-seat 1
-011001101010 J.E.A. 1
-011001101010 Adu 1
-011001101010 6,760,531 1
-011001101010 Honigman 1
-011001101010 Beihai 1
-011001101010 Trompe 1
-011001101010 much-respected 1
-011001101010 Gramercy 1
-011001101010 then-86-year-old 1
-011001101010 Antihemophilic 1
-011001101010 Willian 1
-011001101010 UCLA-affiliated 1
-011001101010 BRENT 1
-011001101010 61-store 1
-011001101010 Miceli-Van 1
-011001101010 788,132 1
-011001101010 Daniel-Day 1
-011001101010 Hengeler 1
-011001101010 500-million-dollar 1
-011001101010 Outstretched 1
-011001101010 Ugni 1
-011001101010 Ex-Cub 1
-011001101010 Vespasian 1
-011001101010 toute 1
-011001101010 geniusan 1
-011001101010 206,017 1
-011001101010 Kilusang 1
-011001101010 J.J.G.M. 1
-011001101010 Gatfield 1
-011001101010 places-Griffin 1
-011001101010 1,758,500 1
-011001101010 R.W.B. 1
-011001101010 Abia 1
-011001101010 stockbrockers 1
-011001101010 Micol 1
-011001101010 Sin/Your 1
-011001101010 Parafon 1
-011001101010 Suso 1
-011001101010 Wooddrow 1
-011001101010 Apostolic 1
-011001101010 NBG 1
-011001101010 Betiana 1
-011001101010 Gunga 1
-011001101010 Kalyani 1
-011001101010 Sonnenschein 1
-011001101010 SL&P 1
-011001101010 Parched 1
-011001101010 Kemper-Murray 1
-011001101010 N.G. 1
-011001101010 Suli 1
-011001101010 C.O.G. 1
-011001101010 Jarden 1
-011001101010 NBA-Banca 1
-011001101010 Bebe 1
-011001101010 1,627,603 1
-011001101010 Stubby 1
-011001101010 Liechtenstein-incorporated 1
-011001101010 Butzel 1
-011001101010 MAI. 1
-011001101010 Kevah 1
-011001101010 blood-sport 1
-011001101010 464,375 1
-011001101010 Austrialia-based 1
-011001101010 secondplace 1
-011001101010 Seventeenth 1
-011001101010 Raleigh-Durham-Chapel 1
-011001101010 invert 1
-011001101010 Pastrami 1
-011001101010 119,900 1
-011001101010 A.J.F. 1
-011001101010 TuneUp 1
-011001101010 Nob 1
-011001101010 more-spontaneous 1
-011001101010 Twin-Six 1
-011001101010 Faberge-Elizabeth 1
-011001101010 Faberge/Elizabeth 1
-011001101010 2,791,800 1
-011001101010 73,470 1
-011001101010 Ramos-de 1
-011001101010 Westpheldt 1
-011001101010 BUCK 1
-011001101010 408,574 1
-011001101010 562,458 1
-011001101010 Oxon 1
-011001101010 Raheen 1
-011001101010 Baayork 1
-011001101010 Treptow 1
-011001101010 BeBe 1
-011001101010 then-husband 1
-011001101010 Parfumes 1
-011001101010 Connall 1
-011001101010 Essungo 1
-011001101010 Salinas-de 1
-011001101010 Rockefeller-Jay 1
-011001101010 Tendercare 1
-011001101010 Hsi 1
-011001101010 332,600 2
-011001101010 116,300 2
-011001101010 Seddon 2
-011001101010 Cora 2
-011001101010 Haffenreffer 2
-011001101010 M-S-R 2
-011001101010 400-bed 2
-011001101010 Numero 2
-011001101010 PASSIVE 2
-011001101010 Brotherly 2
-011001101010 Hieronymus 2
-011001101010 Lakenan 2
-011001101010 TOYO 2
-011001101010 pre-Super 2
-011001101010 Supersonic 2
-011001101010 Gelsey 2
-011001101010 Robie 2
-011001101010 Refugio 2
-011001101010 Elmyr 2
-011001101010 Vaguely 2
-011001101010 Ravin 2
-011001101010 Dolley 2
-011001101010 Borzoi 2
-011001101010 McKechnie 2
-011001101010 Garnar 2
-011001101010 204,600 2
-011001101010 2,597 2
-011001101010 Pearly 2
-011001101010 Nachum 2
-011001101010 i3 2
-011001101010 Daxing 2
-011001101010 Joakim 2
-011001101010 Eubie 2
-011001101010 Exclusionary 2
-011001101010 DRI/McGraw 2
-011001101010 Madang 2
-011001101010 Ranier 2
-011001101010 Tongsun 2
-011001101010 Quickfix 2
-011001101010 Brazilian-built 2
-011001101010 Tune-Up 2
-011001101010 Compleat 2
-011001101010 Bah 2
-011001101010 Corny 2
-011001101010 Mellert 2
-011001101010 Turnberry 2
-011001101010 Filthy 2
-011001101010 Sabrina 2
-011001101010 post-Gold 2
-011001101010 300-share 2
-011001101010 4,637 2
-011001101010 Theda 2
-011001101010 485,100 2
-011001101010 Kountry 2
-011001101010 Corinna 2
-011001101010 Wistar 2
-011001101010 Brother-in-law 2
-011001101010 Blaw 2
-011001101010 Aylmer 2
-011001101010 Optec 2
-011001101010 Hilltop 2
-011001101010 Waylon 2
-011001101010 Lior 2
-011001101010 Siaka 2
-011001101010 Firecracker 2
-011001101010 6-foot-9 2
-011001101010 Dunnellen 2
-011001101010 Maitre 2
-011001101010 1,543,000 2
-011001101010 Dorbantyl 2
-011001101010 4,616 2
-011001101010 Londell 2
-011001101010 Pension-Fund 2
-011001101010 Marvella 2
-011001101010 Ponzano 2
-011001101010 Dag 2
-011001101010 Cogent 2
-011001101010 Interstate-Johnson 2
-011001101010 Mamayev 2
-011001101010 Cleret 2
-011001101010 Selena 2
-011001101010 Four-year-old 2
-011001101010 4,636 2
-011001101010 Vermeer 2
-011001101010 Nomura-Wasserstein 2
-011001101010 McCutchen 2
-011001101010 Holtzmann 2
-011001101010 J.Z. 2
-011001101010 Remak 2
-011001101010 1,391 2
-011001101010 Kedleston 2
-011001101010 30-Year 2
-011001101010 Ellerbe 2
-011001101010 Swinging 2
-011001101010 decisioning 2
-011001101010 Maxie 2
-011001101010 Pelligrino 2
-011001101010 Pizzeria 2
-011001101010 101,295 2
-011001101010 Zelma 2
-011001101010 d-BASE 2
-011001101010 Cincinatti 2
-011001101010 Yangtzekiang 2
-011001101010 Realwest 2
-011001101010 Checkmate 2
-011001101010 white-blond 2
-011001101010 Kinsale 2
-011001101010 Meahl 2
-011001101010 Zeb 2
-011001101010 BN 2
-011001101010 1980-1984 2
-011001101010 Yabba 2
-011001101010 Frugal 2
-011001101010 SCTV 2
-011001101010 Keshia 2
-011001101010 unabsorbed 2
-011001101010 T.O. 2
-011001101010 stepbrothers 2
-011001101010 Affective 2
-011001101010 aus 2
-011001101010 Trudeliese 2
-011001101010 Arshad 2
-011001101010 Norddeutsche 2
-011001101010 Fess 2
-011001101010 Stackig 2
-011001101010 designer/director 2
-011001101010 Jenswold 2
-011001101010 Moise 2
-011001101010 W&J 2
-011001101010 Trafford 2
-011001101010 Richest 2
-011001101010 Hillegond 2
-011001101010 Omero 2
-011001101010 Edoardo 2
-011001101010 Poky 2
-011001101010 Cracked 2
-011001101010 Luba 2
-011001101010 Ethlyn 2
-011001101010 Bezit 2
-011001101010 polymer-based 2
-011001101010 trompe 2
-011001101010 Isang 2
-011001101010 Strayed 2
-011001101010 Convertine 2
-011001101010 Allyson 2
-011001101010 Rosebud 3
-011001101010 Bhagwan 3
-011001101010 Bram 3
-011001101010 Mackin 3
-011001101010 Pt 3
-011001101010 Aqua 3
-011001101010 Pasha 3
-011001101010 Transcendental 3
-011001101010 Hessische 3
-011001101010 Kyra 3
-011001101010 Cobo 3
-011001101010 Nien 3
-011001101010 72,600 3
-011001101010 Broussard 3
-011001101010 A.I. 3
-011001101010 350-acre 3
-011001101010 Hallie 3
-011001101010 Tsuyoshi 3
-011001101010 Dien 3
-011001101010 Hildy 3
-011001101010 M&I 3
-011001101010 Hyper 3
-011001101010 Katarina 3
-011001101010 HBM/ 3
-011001101010 Z-Seven 3
-011001101010 Fulmar 3
-011001101010 Needle 3
-011001101010 64,500 3
-011001101010 Lambeau 3
-011001101010 Kimi 3
-011001101010 four-lawyer 3
-011001101010 Aldona 3
-011001101010 Marilynne 3
-011001101010 Minetta 3
-011001101010 Forstman 3
-011001101010 Jeppesen 3
-011001101010 Juvey 3
-011001101010 Roselle 3
-011001101010 Bascom 3
-011001101010 Morningside 3
-011001101010 Halfdan 3
-011001101010 171-outlet 3
-011001101010 Jacksonville-based 3
-011001101010 LaVerne 3
-011001101010 left-hander 3
-011001101010 Mignon 3
-011001101010 Courcoux 3
-011001101010 Phinehas 3
-011001101010 Tam 3
-011001101010 Lottye 3
-011001101010 Isadora 3
-011001101010 Hwalin 3
-011001101010 DBase 3
-011001101010 Alka 3
-011001101010 Manetti 3
-011001101010 Kavalier 3
-011001101010 Kier 3
-011001101010 Temperence 3
-011001101010 JM 3
-011001101010 Fairmount 3
-011001101010 Clonbrony 3
-011001101010 Combating 3
-011001101010 Bought 3
-011001101010 Wa 3
-011001101010 X.Y. 3
-011001101010 NN 3
-011001101010 Travel-Holiday 3
-011001101010 221B 3
-011001101010 Ellie 3
-011001101010 Clevelander 3
-011001101010 Classy 3
-011001101010 Capel-Cure 3
-011001101010 Lazare 3
-011001101010 Cowley 3
-011001101010 Gorgeous 3
-011001101010 Santee 3
-011001101010 polyposis 3
-011001101010 Currer 3
-011001101010 Immanuel 4
-011001101010 DiFranza 4
-011001101010 Nemesio 4
-011001101010 Annetta 4
-011001101010 MacNab 4
-011001101010 Transmanche 4
-011001101010 Owatonna 4
-011001101010 Shwedagon 4
-011001101010 Warner/Chappell 4
-011001101010 Bennes 4
-011001101010 libeling 4
-011001101010 P.M. 4
-011001101010 Summitville 4
-011001101010 Agi 4
-011001101010 Mat 4
-011001101010 Beber 4
-011001101010 Florham 4
-011001101010 Pocos 4
-011001101010 Milgrim 4
-011001101010 Frito 4
-011001101010 JP 4
-011001101010 FULL 4
-011001101010 2445 4
-011001101010 O.C. 4
-011001101010 Sinar 4
-011001101010 Ivern 4
-011001101010 Tohono 4
-011001101010 Wyandotte 4
-011001101010 Basler 4
-011001101010 Martinair 4
-011001101010 Angelus 4
-011001101010 then-owner 4
-011001101010 Charing 4
-011001101010 Arleigh 4
-011001101010 O.G. 4
-011001101010 unseeded 4
-011001101010 Whit 4
-011001101010 Corriere 4
-011001101010 CTC 4
-011001101010 Spud 4
-011001101010 Eloise 4
-011001101010 Amagansett 4
-011001101010 Euretta 4
-011001101010 Tiberius 4
-011001101010 Baums 4
-011001101010 Tinley 4
-011001101010 FTSE 4
-011001101010 Panmure 4
-011001101010 Artkraft 4
-011001101010 Teofilo 4
-011001101010 Delos 4
-011001101010 Pin 4
-011001101010 Alta-Dena 4
-011001101010 J.M.W. 4
-011001101010 Mime 5
-011001101010 DMC 5
-011001101010 Polo/Ralph 5
-011001101010 Meuse 5
-011001101010 Wilt 5
-011001101010 Loye 5
-011001101010 E&J 5
-011001101010 Spitting 5
-011001101010 Gretel 5
-011001101010 Elks 5
-011001101010 Lanford 5
-011001101010 Oakeley 5
-011001101010 MARK 5
-011001101010 J.P 5
-011001101010 Bredero 5
-011001101010 Ebbets 5
-011001101010 Takoma 5
-011001101010 58th 5
-011001101010 Sinead 5
-011001101010 Mt 5
-011001101010 WB 5
-011001101010 Moonshine 5
-011001101010 Cabrillo 5
-011001101010 Mabel 5
-011001101010 Rosy 5
-011001101010 Mahtar 5
-011001101010 Cus 5
-011001101010 Childe 6
-011001101010 Ludmilla 6
-011001101010 W.E.B. 6
-011001101010 Daffy 6
-011001101010 Wet 6
-011001101010 Skoal 6
-011001101010 Nordisk 6
-011001101010 Metalworking 6
-011001101010 Sissy 6
-011001101010 Ueno 6
-011001101010 Huckleberry 6
-011001101010 Teatro 6
-011001101010 Inmate 6
-011001101010 Justino 6
-011001101010 6-foot-10 6
-011001101010 TRON 6
-011001101010 Watney 6
-011001101010 Bil 6
-011001101010 Lafer 6
-011001101010 T.A. 6
-011001101010 218-214 6
-011001101010 Sonya 6
-011001101010 Wounded 6
-011001101010 Fraudulent 6
-011001101010 Harpo 6
-011001101010 Bubba 6
-011001101010 Messerschmitt-Boelkow 7
-011001101010 polonium 7
-011001101010 Putney 7
-011001101010 Gracie 7
-011001101010 Tech-Ops 7
-011001101010 Ishikawajima 7
-011001101010 T.C. 7
-011001101010 Poppe 7
-011001101010 Vanilla 7
-011001101010 Interstate/Johnson 7
-011001101010 KKR. 7
-011001101010 Demov 7
-011001101010 Angie 7
-011001101010 S&H 7
-011001101010 Capitoline 7
-011001101010 Parkland 7
-011001101010 Tubby 7
-011001101010 Tammany 7
-011001101010 S.A.F. 7
-011001101010 D.L. 7
-011001101010 Jelly 7
-011001101010 Asbury 7
-011001101010 Dashiell 7
-011001101010 deCordova 7
-011001101010 Ansel 7
-011001101010 Crushed 7
-011001101010 Kronish 7
-011001101010 LaRue 7
-011001101010 Grands 7
-011001101010 Westward 8
-011001101010 Hue 8
-011001101010 Cornelia 8
-011001101010 Dot 8
-011001101010 Kee 8
-011001101010 Geers 8
-011001101010 Zeltzer 8
-011001101010 Sybil 8
-011001101010 Vanden 8
-011001101010 Normick 8
-011001101010 Shufro 8
-011001101010 Mudge 8
-011001101010 long-leading 8
-011001101010 F.D. 8
-011001101010 Galena 8
-011001101010 Scenic 8
-011001101010 Winzer 8
-011001101010 Work/Family 8
-011001101010 Hammacher 8
-011001101010 Tse 8
-011001101010 Floral 9
-011001101010 Newbury 9
-011001101010 MRCA 9
-011001101010 Mira 9
-011001101010 H.G. 9
-011001101010 S.W. 9
-011001101010 Jannotta 9
-011001101010 Faneuil 9
-011001101010 Easco 9
-011001101010 Dechert 9
-011001101010 Megan 9
-011001101010 Arbuthnot 9
-011001101010 Elmwood 9
-011001101010 Vertical 9
-011001101010 Brasserie 9
-011001101010 Seve 9
-011001101010 Scarlett 10
-011001101010 Bent 10
-011001101010 Loch 10
-011001101010 Habsburg 10
-011001101010 Iwaki 10
-011001101010 L.H. 10
-011001101010 Granny 10
-011001101010 Nicola 10
-011001101010 Beatrix 11
-011001101010 Jaclyn 11
-011001101010 Newhard 11
-011001101010 G.C. 11
-011001101010 Hoffman-La 11
-011001101010 Vingmed 11
-011001101010 Jaco 11
-011001101010 Climbing 11
-011001101010 Candlestick 11
-011001101010 Adel 11
-011001101010 Marques 11
-011001101010 Nugan 12
-011001101010 Mitzi 12
-011001101010 Helga 12
-011001101010 Steuben 12
-011001101010 Benihana 12
-011001101010 Deaf 12
-011001101010 Doral 12
-011001101010 Trusthouse 12
-011001101010 Joni 13
-011001101010 S.E. 13
-011001101010 BDO 13
-011001101010 Ringo 13
-011001101010 Ty 13
-011001101010 Fiesta 13
-011001101010 Balsa 13
-011001101010 Dar 13
-011001101010 Indy 13
-011001101010 Dinah 13
-011001101010 NASDAQ 14
-011001101010 Lap 14
-011001101010 Samantha 14
-011001101010 Milberg 14
-011001101010 Comiskey 14
-011001101010 C.S. 15
-011001101010 Cricket 15
-011001101010 Bloody 15
-011001101010 Amelia 15
-011001101010 Hub 15
-011001101010 Spruce 15
-011001101010 Glacier 15
-011001101010 Treat 15
-011001101010 Horatio 16
-011001101010 Oglebay 16
-011001101010 Flash 16
-011001101010 Meg 16
-011001101010 Hulk 16
-011001101010 Favia 16
-011001101010 Pannell 16
-011001101010 el 17
-011001101010 Cy 17
-011001101010 Bal 17
-011001101010 P.S. 17
-011001101010 Vetco 17
-011001101010 Bryn 18
-011001101010 Rossin 18
-011001101010 W.T. 18
-011001101010 B.B. 18
-011001101010 Strawberry 18
-011001101010 Bing 18
-011001101010 Muriel 18
-011001101010 SoundView 18
-011001101010 Artie 18
-011001101010 Kemmons 18
-011001101010 Pu 18
-011001101010 Downers 18
-011001101010 Tootsie 20
-011001101010 Mighty 20
-011001101010 D.F. 20
-011001101010 ES 20
-011001101010 Chez 20
-011001101010 Huck 20
-011001101010 Czar 20
-011001101010 Tuneup 20
-011001101010 Nissho 21
-011001101010 Grandma 22
-011001101010 Curtice 22
-011001101010 Bingo 22
-011001101010 E.A. 22
-011001101010 Designer 22
-011001101010 E.W. 22
-011001101010 Arsenio 24
-011001101010 Tecumseh 24
-011001101010 Groucho 24
-011001101010 Davy 24
-011001101010 dBase 24
-011001101010 F.O. 24
-011001101010 Endicott 25
-011001101010 Hua 25
-011001101010 Yosemite 25
-011001101010 Balis 25
-011001101010 T.S. 25
-011001101010 A.T. 26
-011001101010 Den 26
-011001101010 Windham 26
-011001101010 Canoga 26
-011001101010 Bandar 27
-011001101010 Mama 28
-011001101010 Storm 28
-011001101010 Marco 28
-011001101010 S.I. 28
-011001101010 Brean 29
-011001101010 L.L. 29
-011001101010 Oral 30
-011001101010 Karla 30
-011001101010 FCB/Leber 30
-011001101010 Bergdorf 30
-011001101010 Becton 30
-011001101010 L.E. 32
-011001101010 Westdeutsche 32
-011001101010 Tweedy 32
-011001101010 Joachim 32
-011001101010 G.H. 32
-011001101010 Terrible 32
-011001101010 H.R. 32
-011001101010 Proskauer 33
-011001101010 Cool 34
-011001101010 Parfums 35
-011001101010 Bailard 35
-011001101010 H.H. 36
-011001101010 Gertrude 36
-011001101010 Suite 36
-011001101010 Steffi 37
-011001101010 Kleiner 37
-011001101010 A.P. 38
-011001101010 Brush 40
-011001101010 Scali 40
-011001101010 Dust 41
-011001101010 J.N. 41
-011001101010 Estee 42
-011001101010 Revere 43
-011001101010 Hiram 44
-011001101010 NMS 44
-011001101010 LVMH 44
-011001101010 Amazing 44
-011001101010 A.D. 44
-011001101010 Sass 45
-011001101010 Der 45
-011001101010 Blunt 45
-011001101010 H&R 46
-011001101010 Chestnut 48
-011001101010 R.D. 48
-011001101010 Hewlett 48
-011001101010 Melrose 48
-011001101010 Dain 49
-011001101010 Polly 50
-011001101010 Wrigley 51
-011001101010 Booz 52
-011001101010 Sherritt 52
-011001101010 J.M. 52
-011001101010 Bon 53
-011001101010 Britannia 54
-011001101010 Deer 54
-011001101010 Wake 55
-011001101010 Riggs 56
-011001101010 Overland 58
-011001101010 IDD 58
-011001101010 Horace 60
-011001101010 Ethan 61
-011001101010 Dinner 62
-011001101010 L.B. 62
-011001101010 Neiman 62
-011001101010 Puget 66
-011001101010 Kyodo 67
-011001101010 Marble 68
-011001101010 Chapel 68
-011001101010 Beacon 69
-011001101010 dBASE 69
-011001101010 Battery 70
-011001101010 Paine 70
-011001101010 A.L. 71
-011001101010 Sutter 71
-011001101010 Battelle 74
-011001101010 Princess 75
-011001101010 Greenwell 76
-011001101010 Citrus 76
-011001101010 Bowling 76
-011001101010 Eberstadt 78
-011001101010 H.J. 83
-011001101010 Asahi 96
-011001101010 Maclean 98
-011001101010 Oakley 101
-011001101010 Trammell 101
-011001101010 Cherry 101
-011001101010 DDB 102
-011001101010 Wachtell 105
-011001101010 Amerada 106
-011001101010 Carling 108
-011001101010 Dr 128
-011001101010 Menlo 129
-011001101010 Legg 129
-011001101010 McLeod 136
-011001101010 R.P. 137
-011001101010 Asea 141
-011001101010 Liz 142
-011001101010 Rolling 145
-011001101010 Crocker 162
-011001101010 Taco 165
-011001101010 Broken 166
-011001101010 Yellow 174
-011001101010 Daisy 197
-011001101010 Cardinal 216
-011001101010 Johns 232
-011001101010 Touche 240
-011001101010 Abu 265
-011001101010 Carnegie 268
-011001101010 Jardine 271
-011001101010 A.G. 280
-011001101010 Kenner 304
-011001101010 Brent 304
-011001101010 Sara 308
-011001101010 Anchor 320
-011001101010 L.F. 328
-011001101010 Baby 359
-011001101010 Southwestern 363
-011001101010 Forstmann 387
-011001101010 Hoffmann-La 388
-011001101010 Corning 410
-011001101010 Daily 534
-011001101010 Century 541
-011001101010 Fortune 580
-011001101010 J.P. 632
-011001101010 Burger 646
-011001101010 Old 680
-011001101010 Super 684
-011001101010 Dayton 923
-011001101010 Blue 986
-011001101010 Capitol 1027
-011001101010 S&P 3255
-011001101010 Nasdaq 2512
-011001101011 Zakum 1
-011001101011 wallless 1
-011001101011 English-dominated 1
-011001101011 worst-off 1
-011001101011 self-assertive 1
-011001101011 record-priced 1
-011001101011 super-tanned 1
-011001101011 U.C. 1
-011001101011 1.7057 1
-011001101011 397330 1
-011001101011 music-minded 1
-011001101011 Soviet-West 1
-011001101011 Atlantic-Middle 1
-011001101011 Three-Union 1
-011001101011 Sudeten 1
-011001101011 Kansas-based 1
-011001101011 T.G. 1
-011001101011 Galeota 1
-011001101011 Shoe-West 1
-011001101011 disarmament-prone 1
-011001101011 Cubie 1
-011001101011 Pierre-August 1
-011001101011 non-West 1
-011001101011 loss-battered 1
-011001101011 275,145 1
-011001101011 Bambi-eyed 1
-011001101011 80-ish 1
-011001101011 then-West 1
-011001101011 154-mile 1
-011001101011 craft-oriented 1
-011001101011 off-course 1
-011001101011 farmer-supported 1
-011001101011 MSHA. 1
-011001101011 Gujarat-style 1
-011001101011 oil-dependant 1
-011001101011 51-yearold 1
-011001101011 98-bed 1
-011001101011 now-failed 1
-011001101011 liquor-wary 1
-011001101011 union-fighting 1
-011001101011 etc.the 1
-011001101011 325-mile 1
-011001101011 reunifed 1
-011001101011 CITIC. 1
-011001101011 3.00-West 1
-011001101011 3.39-acre 1
-011001101011 Wesk 1
-011001101011 East-East 1
-011001101011 rough-and-ready-sounding 1
-011001101011 quagmired 1
-011001101011 debt-wary 1
-011001101011 once-vigorous 1
-011001101011 Oil-Gas 1
-011001101011 Wilda 1
-011001101011 Nepean 1
-011001101011 forest-covered 2
-011001101011 Seiscom 2
-011001101011 pleasure-seeking 2
-011001101011 French-West 2
-011001101011 Alexandrovich 2
-011001101011 Pulpit 2
-011001101011 3,595,729 2
-011001101011 Nine-Mile 2
-011001101011 Ronan 3
-011001101011 U.S.-West 3
-011001101011 Quonset 3
-011001101011 Mosquito 5
-011001101011 Sundial 5
-011001101011 Mekong 5
-011001101011 Goodby 6
-011001101011 Lambeth 7
-011001101011 Throat 7
-011001101011 Connecting 7
-011001101011 Sparrows 10
-011001101011 Weimar 10
-011001101011 Isaiah 12
-011001101011 Volta 13
-011001101011 Easterners 21
-011001101011 Notre 52
-011001101011 Floating 75
-011001101011 Ivory 211
-011001101011 East 4271
-011001101011 West 15233
-0110011011000 Aggie 1
-0110011011000 Courants 1
-0110011011000 Pharos 1
-0110011011000 1259 1
-0110011011000 Tribune-Democrat 1
-0110011011000 Lisner 1
-0110011011000 Tamoril 1
-0110011011000 SeaGate 1
-0110011011000 Ahlia-Gulf 1
-0110011011000 NASA-Air 1
-0110011011000 Consumer-Electronics 1
-0110011011000 Mostek 1
-0110011011000 Sauvigny 1
-0110011011000 Graywolf 1
-0110011011000 Uplands 1
-0110011011000 packaging-film 1
-0110011011000 Willowcreek 1
-0110011011000 Gesierich 1
-0110011011000 education-school 1
-0110011011000 fescue 1
-0110011011000 zillionairess 1
-0110011011000 Afram 1
-0110011011000 Sailcloth 1
-0110011011000 Instrumnents 1
-0110011011000 Sulpicio 1
-0110011011000 Press-Tribune 1
-0110011011000 birdhunters 1
-0110011011000 asparaga 1
-0110011011000 anatomist-biologist 1
-0110011011000 Wallboard 1
-0110011011000 1886-1985 1
-0110011011000 CF-7000 1
-0110011011000 Prescriptive 1
-0110011011000 anti-Fannie 1
-0110011011000 Kodansha 1
-0110011011000 83709 1
-0110011011000 Dooyang 1
-0110011011000 Grant-Thornton 1
-0110011011000 A-P-A 1
-0110011011000 Tugwell 1
-0110011011000 Quorum 1
-0110011011000 Island/Warner 1
-0110011011000 Goddard-Riverside 1
-0110011011000 tire-plant 1
-0110011011000 Jossey-Bass 1
-0110011011000 Locating 1
-0110011011000 woodswoman 1
-0110011011000 Demarcation 1
-0110011011000 Guimard 1
-0110011011000 Ginne 1
-0110011011000 ASHP 1
-0110011011000 Nina/Lillie 1
-0110011011000 grapefruit-flavored 1
-0110011011000 Hlatshwayo 1
-0110011011000 Sweeties 1
-0110011011000 Transportation/Pace 1
-0110011011000 M/G 1
-0110011011000 Ivaran 1
-0110011011000 AMACOM 1
-0110011011000 Temp 1
-0110011011000 EuroBerlin 1
-0110011011000 Rockwell-Air 1
-0110011011000 77027 1
-0110011011000 C&I 1
-0110011011000 American-European 1
-0110011011000 niobate 1
-0110011011000 53935 1
-0110011011000 Muni-Insured 1
-0110011011000 45701 1
-0110011011000 79022 1
-0110011011000 Akebono 1
-0110011011000 accent. 1
-0110011011000 Motorcade 1
-0110011011000 COSTRUZIONI 1
-0110011011000 Omec 1
-0110011011000 Sud 1
-0110011011000 tub-thumper 1
-0110011011000 cific 1
-0110011011000 musuem 1
-0110011011000 Olefins 1
-0110011011000 Geratetechnik 1
-0110011011000 Ora 1
-0110011011000 oilfields. 1
-0110011011000 1519 1
-0110011011000 honky-tonker 1
-0110011011000 Bluesmen 1
-0110011011000 Hellions 1
-0110011011000 SNKC 1
-0110011011000 Freshpack 1
-0110011011000 CF-6000/7000/8000 1
-0110011011000 Gastronomical 1
-0110011011000 Elizar 1
-0110011011000 Oder-Neisse 2
-0110011011000 Canceling 2
-0110011011000 Datafleet 2
-0110011011000 meat-judging 2
-0110011011000 syriaca 2
-0110011011000 Jacquet 2
-0110011011000 Alkyls 2
-0110011011000 National-Shawmut 2
-0110011011000 Bridey 2
-0110011011000 Optimist 2
-0110011011000 Galliker 2
-0110011011000 Atlantic-North 2
-0110011011000 Norcem 2
-0110011011000 Army-Air 2
-0110011011000 Bellamah 2
-0110011011000 Wescar 3
-0110011011000 A&I 3
-0110011011000 Marten 3
-0110011011000 4,800-member 3
-0110011011000 American-National 3
-0110011011000 Bounce 3
-0110011011000 Ellerman 3
-0110011011000 Durand 3
-0110011011000 Mertle 3
-0110011011000 NAL 3
-0110011011000 Hashanah 3
-0110011011000 Hashana 4
-0110011011000 D2 4
-0110011011000 Cranberry 4
-0110011011000 Bankhead 4
-0110011011000 Traveller 4
-0110011011000 Bendix/King 5
-0110011011000 Lobstermen 5
-0110011011000 Starcross 6
-0110011011000 Liberated 6
-0110011011000 88s 6
-0110011011000 Villard 7
-0110011011000 Tubular 7
-0110011011000 Maersk 8
-0110011011000 Finish 8
-0110011011000 Deployment 8
-0110011011000 Multimarket 9
-0110011011000 Cunard 9
-0110011011000 Courant 11
-0110011011000 Wellness 11
-0110011011000 Grave 13
-0110011011000 Balanced 16
-0110011011000 Chorus 18
-0110011011000 Defence 19
-0110011011000 Fuse 19
-0110011011000 Harbors 21
-0110011011000 Punch 26
-0110011011000 Rangers 47
-0110011011000 Beef 67
-0110011011000 Sallie 90
-0110011011000 Soo 90
-0110011011000 A&M 93
-0110011011000 Viking 95
-0110011011000 Mattress 101
-0110011011000 Cruise 106
-0110011011000 Task 149
-0110011011000 Pipe 150
-0110011011000 Truck 167
-0110011011000 Intermediate 328
-0110011011000 Ginnie 333
-0110011011000 Value 405
-0110011011000 Instruments 637
-0110011011000 Freddie 701
-0110011011000 Air 7857
-0110011011000 Fannie 777
-0110011011001 GMX 1
-0110011011001 Gallop 1
-0110011011001 Dataset 1
-0110011011001 54,000-member 1
-0110011011001 Creedmore 1
-0110011011001 Lichtstein 1
-0110011011001 Nation-wide 1
-0110011011001 Dade-Miami 1
-0110011011001 HAC.A. 1
-0110011011001 Foreign-Debt 1
-0110011011001 Nullarbor 1
-0110011011001 Already-burdened 1
-0110011011001 319-member 1
-0110011011001 28-team 1
-0110011011001 Tallest 1
-0110011011001 Excerpta 1
-0110011011001 Idn 1
-0110011011001 Market-Based 1
-0110011011001 Syria-based 1
-0110011011001 Abducts 1
-0110011011001 100E 1
-0110011011001 blackoriented 1
-0110011011001 Financial-A 1
-0110011011001 flag-salute 1
-0110011011001 Sav-On 1
-0110011011001 Guttehofnungshuette 1
-0110011011001 TRG 1
-0110011011001 Owner-Operators 1
-0110011011001 Daichi 1
-0110011011001 Tangshan 1
-0110011011001 Techno 1
-0110011011001 170,432 1
-0110011011001 Audiographic 1
-0110011011001 TUPPERWARE 1
-0110011011001 Dartmouth-Hitchcock 1
-0110011011001 322-member 1
-0110011011001 Macomson 1
-0110011011001 Bayard-Condict 1
-0110011011001 -Federal 1
-0110011011001 Inyangas 1
-0110011011001 Branding 1
-0110011011001 Sheridane 1
-0110011011001 300,000-student 1
-0110011011001 128,500 1
-0110011011001 Lying-In 1
-0110011011001 tal 1
-0110011011001 starship 1
-0110011011001 since-fired 1
-0110011011001 black-swathed 1
-0110011011001 Moro 1
-0110011011001 County-USC 1
-0110011011001 Balasore 1
-0110011011001 Brooklyn-Battery 1
-0110011011001 High-Pressure 1
-0110011011001 fiveday 1
-0110011011001 ISA 1
-0110011011001 cobblestoned 1
-0110011011001 Ductile 1
-0110011011001 Archeological 1
-0110011011001 V.A. 1
-0110011011001 15-stock 1
-0110011011001 Presby 1
-0110011011001 Herftighte 1
-0110011011001 Least-Cost 1
-0110011011001 shot-and-a-beer 1
-0110011011001 400-screen 1
-0110011011001 Chanin 1
-0110011011001 707-room 1
-0110011011001 Aryt 1
-0110011011001 Whitnon 1
-0110011011001 Crozer-Chester 1
-0110011011001 Vampco 1
-0110011011001 Tredegar 1
-0110011011001 Ingenious 1
-0110011011001 234,285 1
-0110011011001 Tell-Tale 1
-0110011011001 Anti 1
-0110011011001 +131.7 1
-0110011011001 now-dismembered 1
-0110011011001 A/S/M/ 1
-0110011011001 6,248,751 1
-0110011011001 Air-safety 1
-0110011011001 McLachlen 1
-0110011011001 GoodTimes 1
-0110011011001 Packard-sponsored 1
-0110011011001 Cavity-Rim 1
-0110011011001 Lucky/American 1
-0110011011001 smash-hit 1
-0110011011001 Chadbourn-Gotham 1
-0110011011001 Relm 1
-0110011011001 Kroller-Muller 1
-0110011011001 Duarte-dominated 1
-0110011011001 Schmiede 1
-0110011011001 budget-starved 1
-0110011011001 234th 1
-0110011011001 Starwood 1
-0110011011001 Bellerive 1
-0110011011001 Albimar 1
-0110011011001 Duofold 1
-0110011011001 Lucky-American 1
-0110011011001 500-showroom 1
-0110011011001 Batelle 1
-0110011011001 Embasssy 1
-0110011011001 Motoring 1
-0110011011001 Peshawar-based 1
-0110011011001 Higher-court 1
-0110011011001 Fairyland 1
-0110011011001 +113.2 1
-0110011011001 Targetted 1
-0110011011001 Stash 1
-0110011011001 Knee-jerk 1
-0110011011001 Coal-burning 1
-0110011011001 S&L-owned 1
-0110011011001 monarchist 1
-0110011011001 Arrawani 1
-0110011011001 Biosphere 1
-0110011011001 Robins-American 1
-0110011011001 Dai-Ichi/Nippon 1
-0110011011001 SEPTA 1
-0110011011001 Iraq-based 1
-0110011011001 Absaroka-Beartooth 1
-0110011011001 Lenfest 1
-0110011011001 Investor-owned 1
-0110011011001 Downstate 2
-0110011011001 Hospital-Cornell 2
-0110011011001 Tripod-Laing 2
-0110011011001 Fidelty 2
-0110011011001 Pennaco 2
-0110011011001 CHEUNG 2
-0110011011001 500,000-member 2
-0110011011001 Parafrance 2
-0110011011001 Pasttime 2
-0110011011001 Barbaralee 2
-0110011011001 Reciprocal 2
-0110011011001 C&F 2
-0110011011001 Nondiscrimination 2
-0110011011001 Explosion-Proof 2
-0110011011001 Allstar 3
-0110011011001 Mohave 3
-0110011011001 Lucky-Alpha 3
-0110011011001 opposition-dominated 3
-0110011011001 Suche 3
-0110011011001 Mercantile-Safe 3
-0110011011001 NHD 3
-0110011011001 Contort 3
-0110011011001 Harborview 3
-0110011011001 Budgetel 3
-0110011011001 299-seat 4
-0110011011001 Holistic 4
-0110011011001 Anshan 4
-0110011011001 Choral 4
-0110011011001 Celgar 4
-0110011011001 IDG 4
-0110011011001 Freshman 4
-0110011011001 Healing 5
-0110011011001 Conscription 5
-0110011011001 CIVIL 6
-0110011011001 Sardine 7
-0110011011001 Cedars-Sinai 8
-0110011011001 Dulwich 8
-0110011011001 Distilled 8
-0110011011001 HONG 9
-0110011011001 Pearle 11
-0110011011001 Lamston 12
-0110011011001 Auditing 14
-0110011011001 Dauphin 14
-0110011011001 Talman 17
-0110011011001 Phi 18
-0110011011001 24-nation 19
-0110011011001 Riot 20
-0110011011001 Recording 27
-0110011011001 Residence 29
-0110011011001 Cents 30
-0110011011001 Federal 13082
-0110011011001 Nuclear 554
-0110011011010 Street-minded 1
-0110011011010 Boon 1
-0110011011010 Street-related 1
-0110011011010 Arnault-controlled 1
-0110011011010 Street-bashing 1
-0110011011010 Street-wide 1
-0110011011010 Sreet 1
-0110011011010 Steet 1
-0110011011010 ner 1
-0110011011010 Kerkorian-owned 1
-0110011011010 Okeene 2
-0110011011010 Street-area 3
-0110011011010 Street. 3
-0110011011010 Gyi 13
-0110011011010 Streeter 19
-0110011011010 Hurdman 59
-0110011011010 Street 9983
-0110011011010 Streeters 90
-01100110110110 26-man 1
-01100110110110 Five-Nations 1
-01100110110110 Britiah 1
-01100110110110 L.F 1
-01100110110110 22,985 1
-01100110110110 Feasible 1
-01100110110110 Junk-Mail 1
-01100110110110 9,226,155 1
-01100110110110 Reg. 1
-01100110110110 Damps 1
-01100110110110 FASEB 1
-01100110110110 Incoherent 1
-01100110110110 Lycurgus 1
-01100110110110 dollar-Swiss 1
-01100110110110 801,047 1
-01100110110110 pre-Civil 1
-01100110110110 4,524,820 1
-01100110110110 Anti-Japanese 1
-01100110110110 Viraf 1
-01100110110110 Loan-Loss 1
-01100110110110 quasiprivate 1
-01100110110110 News-Washington 1
-01100110110110 once-hard-bitten 1
-01100110110110 Grahamy 1
-01100110110110 2,478,619 1
-01100110110110 Recombivax 1
-01100110110110 169,000-square-foot 1
-01100110110110 bed-making 1
-01100110110110 Negotiated 1
-01100110110110 468,750 1
-01100110110110 Woodward-Watergate-Washington 1
-01100110110110 Post-World 1
-01100110110110 Sudamerikanische 1
-01100110110110 mark-French 1
-01100110110110 Real-Time 1
-01100110110110 more-elaborate 1
-01100110110110 peerless-passing 1
-01100110110110 1,956,799 1
-01100110110110 Recombizax 1
-01100110110110 Russo/Japanese 1
-01100110110110 Waif 1
-01100110110110 2,980,000 1
-01100110110110 World-import 1
-01100110110110 43-note 1
-01100110110110 Biafran 1
-01100110110110 1,898,399 1
-01100110110110 52.46 1
-01100110110110 marble-top 1
-01100110110110 Alfed 1
-01100110110110 Physicians/Mutual 1
-01100110110110 league-eading 1
-01100110110110 Blithe 1
-01100110110110 open-to-all 1
-01100110110110 57.14 1
-01100110110110 Mets-Pittsburgh 1
-01100110110110 creme-filled 1
-01100110110110 180,000-circulation 1
-01100110110110 301,729 1
-01100110110110 Farm-Debt 1
-01100110110110 like-ranged 1
-01100110110110 pounds. 1
-01100110110110 agenciesnot 1
-01100110110110 81,402,111 1
-01100110110110 World-related 1
-01100110110110 Klukwan 1
-01100110110110 433,745 1
-01100110110110 Brymon 1
-01100110110110 Liliputian 1
-01100110110110 Clogged 1
-01100110110110 male-forming 1
-01100110110110 Addas 1
-01100110110110 361,514 1
-01100110110110 common-and 1
-01100110110110 2,399,344 1
-01100110110110 BIGO. 1
-01100110110110 Shoeshine 1
-01100110110110 laicized 1
-01100110110110 Russo-Turkish 1
-01100110110110 Adris 1
-01100110110110 Praga 1
-01100110110110 Indo-Pakistani 1
-01100110110110 Weightlifting 1
-01100110110110 Tirat 1
-01100110110110 12,718 1
-01100110110110 125-room 1
-01100110110110 Superstate 1
-01100110110110 Deutschemark-Swiss 1
-01100110110110 Airways-British 1
-01100110110110 lesssevere 1
-01100110110110 Carry-On 1
-01100110110110 pennant-contending 1
-01100110110110 2247 1
-01100110110110 100-Yard 1
-01100110110110 Easthampton 1
-01100110110110 10,581,000 1
-01100110110110 3,105.3 1
-01100110110110 Bryan-controlled 1
-01100110110110 Glimmer 1
-01100110110110 All-Nippon 1
-01100110110110 2,283,625 1
-01100110110110 Beasty 1
-01100110110110 1,741,100 1
-01100110110110 fishpond 1
-01100110110110 World-manufactured 1
-01100110110110 4,032,564 1
-01100110110110 World-type 1
-01100110110110 Svcs 1
-01100110110110 Andie 1
-01100110110110 News/Washington 1
-01100110110110 1-alpha-hydroxalated 1
-01100110110110 Shoveling 1
-01100110110110 **** 1
-01100110110110 165,717,000 1
-01100110110110 RICOed 1
-01100110110110 Ponciano 1
-01100110110110 Ledra 1
-01100110110110 then-Boston 1
-01100110110110 Scanticon 1
-01100110110110 yen/Swiss 1
-01100110110110 Elway-engineered 1
-01100110110110 Cockroach 1
-01100110110110 too-reluctant 1
-01100110110110 1,388,781 1
-01100110110110 old-champ 1
-01100110110110 Haynesville 1
-01100110110110 wrist-powered 1
-01100110110110 Bucharest-Tel 1
-01100110110110 Colgan 1
-01100110110110 S.A.-owned 1
-01100110110110 1986-champion 1
-01100110110110 Polled 2
-01100110110110 HP3000 2
-01100110110110 influenzae 2
-01100110110110 Mommie 2
-01100110110110 Contintental 2
-01100110110110 Teouma 2
-01100110110110 Galley 2
-01100110110110 Cut-rate 2
-01100110110110 1,717 2
-01100110110110 Nittany 2
-01100110110110 90,600 2
-01100110110110 reverse-yen 2
-01100110110110 879,286 2
-01100110110110 305,814 2
-01100110110110 Cubicle 2
-01100110110110 FirstRepublic 2
-01100110110110 non-attainment 2
-01100110110110 Bodybuilding 2
-01100110110110 Fund-World 2
-01100110110110 FG 2
-01100110110110 Bhundu 2
-01100110110110 220,606 2
-01100110110110 Bobbsey 2
-01100110110110 Boeselager 2
-01100110110110 Drovers 2
-01100110110110 Radiator 2
-01100110110110 Uncivil 2
-01100110110110 BFK 2
-01100110110110 306,601 3
-01100110110110 Kona 3
-01100110110110 Bathroom 3
-01100110110110 Scottsboro 3
-01100110110110 Scrantonian 3
-01100110110110 Gummi 3
-01100110110110 ABC/Washington 3
-01100110110110 Drugstore 3
-01100110110110 Beanfield 3
-01100110110110 mark-Swiss 3
-01100110110110 Galvanized 3
-01100110110110 falsetto 3
-01100110110110 5,679,411 3
-01100110110110 200-300 3
-01100110110110 Fajita 3
-01100110110110 Lonrho-owned 4
-01100110110110 Franco-Prussian 4
-01100110110110 Puritanism 4
-01100110110110 Socialist-leaning 4
-01100110110110 167,230 4
-01100110110110 Tempelhof 4
-01100110110110 Russo-Japanese 4
-01100110110110 Rede 4
-01100110110110 Eveleth 4
-01100110110110 Insect 5
-01100110110110 Privileged 5
-01100110110110 zirconia 5
-01100110110110 Ubu 5
-01100110110110 Tanker 5
-01100110110110 Latter-day 6
-01100110110110 Spectacular 6
-01100110110110 Peloponnesian 6
-01100110110110 Spanish-American 7
-01100110110110 post-Civil 7
-01100110110110 '77 7
-01100110110110 Coronation 8
-01100110110110 Beastie 8
-01100110110110 Bloodsucking 8
-01100110110110 Sperm 9
-01100110110110 pre-World 11
-01100110110110 Stallion 12
-01100110110110 752,297 13
-01100110110110 Eiffel 18
-01100110110110 DHL 19
-01100110110110 Karate 19
-01100110110110 Six-Day 21
-01100110110110 Breeders 22
-01100110110110 Falklands 24
-01100110110110 PGA 25
-01100110110110 Stereo 28
-01100110110110 Pep 32
-01100110110110 Oprah 46
-01100110110110 Crocodile 51
-01100110110110 Bumble 55
-01100110110110 post-World 88
-01100110110110 Cold 147
-01100110110110 Civil 624
-01100110110110 World 7224
-01100110110110 flown 748
-01100110110111 BBC. 1
-01100110110111 Ad-Pac 1
-01100110110111 Insider-Trading 1
-01100110110111 leaseable 1
-01100110110111 cheese-topped 1
-01100110110111 McConnell-related 1
-01100110110111 Price-Fix 1
-01100110110111 no-thrills 1
-01100110110111 Snyder-Evans 1
-01100110110111 Asbestos-laden 1
-01100110110111 busted-appliance 1
-01100110110111 employee-damage 1
-01100110110111 over-reserving 1
-01100110110111 sport-caught 1
-01100110110111 Rombergian 1
-01100110110111 12-by-18-foot 1
-01100110110111 Wilmington/New 1
-01100110110111 6,963-yard 1
-01100110110111 Daintree 1
-01100110110111 cathedral-sized 1
-01100110110111 thin-gauged 1
-01100110110111 string-quartet 1
-01100110110111 Blocked 1
-01100110110111 1950-53 1
-01100110110111 Kenbak 1
-01100110110111 death-and-suffering 1
-01100110110111 530-acre 1
-01100110110111 TeleCaption 1
-01100110110111 metal-laden 1
-01100110110111 IranIraq 1
-01100110110111 hedge-hog 1
-01100110110111 1,250-megawatt 1
-01100110110111 fire-engine-red 1
-01100110110111 A-Part 1
-01100110110111 250-ton 1
-01100110110111 83-degree 1
-01100110110111 snow-packed 1
-01100110110111 29,160-pound 1
-01100110110111 satellite-age 1
-01100110110111 built. 1
-01100110110111 833,000-kilowatt 1
-01100110110111 Lacygne 1
-01100110110111 Tarator 1
-01100110110111 1,160-megawatt 1
-01100110110111 troubled-plagued 1
-01100110110111 Belot 1
-01100110110111 hyperinflated 1
-01100110110111 two-foot-deep 1
-01100110110111 270,000-square-foot 1
-01100110110111 town-center 1
-01100110110111 Nzoia 1
-01100110110111 Lenten 1
-01100110110111 sludge-fertilized 1
-01100110110111 pseudo-Savonnerie 1
-01100110110111 Chocolait 1
-01100110110111 Ludendorff 1
-01100110110111 often-symptom-free 1
-01100110110111 Elastic 1
-01100110110111 freed-up 1
-01100110110111 extra-lean 1
-01100110110111 overevaluate 1
-01100110110111 anti-navy 1
-01100110110111 pro-golf 1
-01100110110111 UHF. 1
-01100110110111 900,000-kilowatt 1
-01100110110111 bright-green 1
-01100110110111 floating-interest-rate 1
-01100110110111 fightingest 1
-01100110110111 kike 1
-01100110110111 ballerina-like 1
-01100110110111 1958-61 1
-01100110110111 windmill-filled 1
-01100110110111 sun-speckled 1
-01100110110111 coffee-colored 1
-01100110110111 shorefront 1
-01100110110111 Gracchan 1
-01100110110111 Reemergent 1
-01100110110111 MP. 1
-01100110110111 post-concession 1
-01100110110111 Priazzo 1
-01100110110111 single-asset 1
-01100110110111 S-70A9 1
-01100110110111 par-72 1
-01100110110111 Wawel 1
-01100110110111 107-degree 1
-01100110110111 Amoun 1
-01100110110111 16,863-foot 1
-01100110110111 rain-triggered 1
-01100110110111 weird-sounding 1
-01100110110111 1975-1976 1
-01100110110111 21,000-plus 1
-01100110110111 JUMPED 1
-01100110110111 Ebenhausen 1
-01100110110111 nicotine-based 1
-01100110110111 salt-based 1
-01100110110111 Freeman-Goldman 1
-01100110110111 20-mile-long 1
-01100110110111 winter-grown 1
-01100110110111 Star-Speeder 1
-01100110110111 enzyme-replacement 1
-01100110110111 12-by-20-foot 1
-01100110110111 government-employee 1
-01100110110111 182-acre 1
-01100110110111 jazz-inspired 1
-01100110110111 1,300-acre 1
-01100110110111 peaceful-looking 1
-01100110110111 toy. 1
-01100110110111 no-longer-retired 1
-01100110110111 U.S-based 1
-01100110110111 wind-carved 1
-01100110110111 least-talked-about 1
-01100110110111 386/20E 1
-01100110110111 sugarless 1
-01100110110111 farther-out 1
-01100110110111 Bogi 1
-01100110110111 Daimi 1
-01100110110111 7,318 1
-01100110110111 Pir 1
-01100110110111 Paniro 1
-01100110110111 Lunningham 1
-01100110110111 hyper-Romantic 1
-01100110110111 BOTTLED 1
-01100110110111 Russo-Finnish 1
-01100110110111 rightleft 1
-01100110110111 public-our 1
-01100110110111 166-unit 1
-01100110110111 administrator. 1
-01100110110111 collector. 1
-01100110110111 225stock 1
-01100110110111 even-less-defensible 1
-01100110110111 Sissinghurst 1
-01100110110111 large-case 1
-01100110110111 AKT 1
-01100110110111 non-Persian 1
-01100110110111 Snurfer 1
-01100110110111 Koch-Trump 1
-01100110110111 zeta 1
-01100110110111 big-company-dominated 1
-01100110110111 atextual 1
-01100110110111 Federated-Campeau-Macy 1
-01100110110111 catty-cornered 1
-01100110110111 pre-bankruptcy 1
-01100110110111 BQ 1
-01100110110111 Secluded 1
-01100110110111 cream-of-soot 1
-01100110110111 Romine 1
-01100110110111 distribution-center 1
-01100110110111 feb. 1
-01100110110111 Friday-Passover-Easter 1
-01100110110111 Much-loved 1
-01100110110111 Spec. 1
-01100110110111 Mondale-McGovern 1
-01100110110111 717.2 1
-01100110110111 pork-based 1
-01100110110111 McRib 1
-01100110110111 Delamuraz 1
-01100110110111 terrapin 1
-01100110110111 dead-grass 1
-01100110110111 6,677 1
-01100110110111 litchi 1
-01100110110111 semispherical 1
-01100110110111 anti-Mapplethorpe 1
-01100110110111 Riv 1
-01100110110111 Galveston-Hou 1
-01100110110111 Entp 1
-01100110110111 Invtrs 1
-01100110110111 ShareBase 1
-01100110110111 hurricane-prone 1
-01100110110111 Sysstems 1
-01100110110111 now-required 1
-01100110110111 WBF. 1
-01100110110111 multi-district 1
-01100110110111 Iranian-Iraqi 1
-01100110110111 Telenorma 1
-01100110110111 Luken-Whittaker 1
-01100110110111 AC&R/ 1
-01100110110111 Sparcstation 1
-01100110110111 reiterative 1
-01100110110111 then-moribund 1
-01100110110111 TXPOC 1
-01100110110111 Perot-EDS 1
-01100110110111 subscriber. 1
-01100110110111 Bathsheba 1
-01100110110111 zu 1
-01100110110111 543.9 1
-01100110110111 671.6 1
-01100110110111 b5.06 1
-01100110110111 mardi 1
-01100110110111 longevous 1
-01100110110111 post-April 1
-01100110110111 1,943-mile 1
-01100110110111 extra-sharp 1
-01100110110111 Rabies. 1
-01100110110111 Place. 1
-01100110110111 Hiss-Chambers 1
-01100110110111 Meatheads. 1
-01100110110111 dun-colored 1
-01100110110111 super-hot 1
-01100110110111 pre-OPEC 1
-01100110110111 barrelshaped 1
-01100110110111 MXCL 1
-01100110110111 1929-1967 1
-01100110110111 RS/20 1
-01100110110111 ES/12 1
-01100110110111 40-passenger 1
-01100110110111 dissensions 1
-01100110110111 pewless 1
-01100110110111 556.3 1
-01100110110111 pigment-making 1
-01100110110111 actively-traded 1
-01100110110111 highest-income 2
-01100110110111 Perisan 2
-01100110110111 Partisans 2
-01100110110111 crispier 2
-01100110110111 1,595,800 2
-01100110110111 Biotheraptc 2
-01100110110111 four-company 2
-01100110110111 Allowances 2
-01100110110111 PIER 2
-01100110110111 Bousquet 2
-01100110110111 Reprint 2
-01100110110111 Paw 2
-01100110110111 sight-threatening 2
-01100110110111 baguette 2
-01100110110111 immunodoptive 2
-01100110110111 dining-car 2
-01100110110111 Wellgreen 2
-01100110110111 la-la 2
-01100110110111 glycoprotein 2
-01100110110111 Sherco 2
-01100110110111 SupersPort 2
-01100110110111 SparcStation 2
-01100110110111 Vostok 2
-01100110110111 95-lawyer 2
-01100110110111 Gissi 2
-01100110110111 Oilwell 2
-01100110110111 spliced-in 2
-01100110110111 Criticality 2
-01100110110111 Debit/Credit 2
-01100110110111 Chuo 2
-01100110110111 PS/ 2
-01100110110111 999.7 2
-01100110110111 Wildcats 2
-01100110110111 1,145 2
-01100110110111 Pru 2
-01100110110111 glass. 2
-01100110110111 car-warranty 2
-01100110110111 ale-bread 2
-01100110110111 25-store 2
-01100110110111 var 2
-01100110110111 korp. 2
-01100110110111 flathead 2
-01100110110111 Feldkirchen 2
-01100110110111 Gilgenberg 2
-01100110110111 Astaett 2
-01100110110111 bubble-bath 2
-01100110110111 Repozo 2
-01100110110111 DEC. 2
-01100110110111 Mannie 2
-01100110110111 bottom-most 2
-01100110110111 Goldberg-Bear 2
-01100110110111 Cardi-Omega 3
-01100110110111 Cobey-Bear 3
-01100110110111 Sublime 3
-01100110110111 Cookware 3
-01100110110111 Symphonies 3
-01100110110111 Veracruz 3
-01100110110111 Farm-to-Market 3
-01100110110111 Amo 3
-01100110110111 non-citrus 3
-01100110110111 mega-agency 3
-01100110110111 Herstmonceux 3
-01100110110111 government-affiliated 3
-01100110110111 225-issue 3
-01100110110111 750-megawatt 3
-01100110110111 Beet 4
-01100110110111 hollandaise 4
-01100110110111 cyanide-laced 4
-01100110110111 Bodie 4
-01100110110111 spina 4
-01100110110111 Paragraph 4
-01100110110111 never-never 5
-01100110110111 Europeras 5
-01100110110111 Framework 5
-01100110110111 November-December 5
-01100110110111 NO. 5
-01100110110111 Sismik 5
-01100110110111 no. 5
-01100110110111 Skylab 5
-01100110110111 Grecian 5
-01100110110111 librettist 6
-01100110110111 photodynamic 6
-01100110110111 superpremium 6
-01100110110111 Telstar 7
-01100110110111 Antenne 8
-01100110110111 Fallacy 9
-01100110110111 Springerville 10
-01100110110111 Tet 11
-01100110110111 Colstrip 14
-01100110110111 Limerick 17
-01100110110111 RU 18
-01100110110111 Fab 20
-01100110110111 Models 20
-01100110110111 Opus 21
-01100110110111 Figure 22
-01100110110111 Samsonite 23
-01100110110111 Expo 24
-01100110110111 Site 24
-01100110110111 FT-SE 29
-01100110110111 Iraq-Iran 29
-01100110110111 Formula 31
-01100110110111 Atchison 31
-01100110110111 Millstone 36
-01100110110111 Number 44
-01100110110111 Route 47
-01100110110111 Mager 48
-01100110110111 Braidwood 54
-01100110110111 Dash 57
-01100110110111 Clause 58
-01100110110111 Nos. 60
-01100110110111 Release 87
-01100110110111 Article 101
-01100110110111 Hang 131
-01100110110111 Fermi 150
-01100110110111 Pier 155
-01100110110111 Model 172
-01100110110111 bellwether 206
-01100110110111 Iran-Iraq 265
-01100110110111 Unit 307
-01100110110111 Section 403
-01100110110111 benchmark 1008
-01100110110111 Persian 1400
-01100110110111 No. 2457
-01100110110111 bidding 2204
-0110011011100 Lox 1
-0110011011100 Marsin 1
-0110011011100 226,625 1
-0110011011100 324,836 1
-0110011011100 Economics-Mathematical 1
-0110011011100 Bulldog 1
-0110011011100 Vancover 1
-0110011011100 Cankor 1
-0110011011100 Sanyo-Kokusaku 1
-0110011011100 Telltale 1
-0110011011100 Parkvale 1
-0110011011100 America/Central 1
-0110011011100 Impede 1
-0110011011100 Spenco 1
-0110011011100 WPMI 1
-0110011011100 Long-Distance 1
-0110011011100 Saraha 1
-0110011011100 CSX-Sea 1
-0110011011100 Brouillard 1
-0110011011100 Sea-based 1
-0110011011100 Handy-Andy 1
-0110011011100 Awerbuch 1
-0110011011100 Winchmore 1
-0110011011100 Pennview 1
-0110011011100 La-La 1
-0110011011100 Aderet 1
-0110011011100 A&P-owned 1
-0110011011100 Gaseta 1
-0110011011100 Shanachie 1
-0110011011100 232,050 1
-0110011011100 Energy-Efficient 1
-0110011011100 Cross-Harbour 1
-0110011011100 HI-NET 1
-0110011011100 Do-it-Yourself 1
-0110011011100 Yorkridge-Calvert 1
-0110011011100 Wynwood 1
-0110011011100 Wallkill 1
-0110011011100 Med-Care 1
-0110011011100 Heart-in-Hand 1
-0110011011100 format-extended-definition 1
-0110011011100 VS&A 1
-0110011011100 Ngan 1
-0110011011100 0.476 1
-0110011011100 PETA. 1
-0110011011100 Meatty 1
-0110011011100 Carolina-Virginia 1
-0110011011100 undistressed 1
-0110011011100 6,277 1
-0110011011100 Briercroft 1
-0110011011100 Akzo-American 1
-0110011011100 Esalen 1
-0110011011100 Brill-Cor 1
-0110011011100 Sumito 1
-0110011011100 Syber 1
-0110011011100 Gloray 1
-0110011011100 Stax 1
-0110011011100 elseMosaic 1
-0110011011100 Zbig 1
-0110011011100 Travisano/DiGiacomo 1
-0110011011100 Jaslow 1
-0110011011100 Teollisuuden 1
-0110011011100 DRV 1
-0110011011100 Producto 1
-0110011011100 Scalable 1
-0110011011100 RENSSELAER 1
-0110011011100 ChemExec 1
-0110011011100 Dilatush 1
-0110011011100 Wabush 1
-0110011011100 Shoudou 1
-0110011011100 S-2 1
-0110011011100 Sellersville 1
-0110011011100 S.A.F.E. 1
-0110011011100 Inswell 1
-0110011011100 equity-options 1
-0110011011100 Honfirst 1
-0110011011100 Hill-Russell 1
-0110011011100 Rousell 1
-0110011011100 MegEcon 1
-0110011011100 Premonitions 1
-0110011011100 Coastel 1
-0110011011100 Allarco 1
-0110011011100 Capital-Gazette 1
-0110011011100 Stein-Roe 1
-0110011011100 Gilbratar 1
-0110011011100 Kolff 1
-0110011011100 Digitial 1
-0110011011100 Thilmany 1
-0110011011100 MacMillian 1
-0110011011100 Adambank 1
-0110011011100 Koa 2
-0110011011100 FCA/American 2
-0110011011100 Suiza 2
-0110011011100 Hagley 2
-0110011011100 Wozchod 2
-0110011011100 Cariboo 2
-0110011011100 GeoEnvironmental 2
-0110011011100 Momi 2
-0110011011100 Homicide 2
-0110011011100 eight-passenger 2
-0110011011100 Litho 2
-0110011011100 extended-definition 2
-0110011011100 Refractory 2
-0110011011100 Akiva 2
-0110011011100 Woodfield 2
-0110011011100 African-Jewish 2
-0110011011100 Kron 2
-0110011011100 CIBA 2
-0110011011100 Behavioral 2
-0110011011100 Isotec 2
-0110011011100 Butovo 2
-0110011011100 Alief 2
-0110011011100 Marigold 2
-0110011011100 Inter-County 2
-0110011011100 Coonley 2
-0110011011100 Pocahontas 2
-0110011011100 62-acre 2
-0110011011100 horseshoe-shaped 2
-0110011011100 Flinders 2
-0110011011100 Westmarc 2
-0110011011100 Courtlemagne 2
-0110011011100 Angio 2
-0110011011100 Cease 2
-0110011011100 MidFed 2
-0110011011100 Bacob 2
-0110011011100 Yoruba 2
-0110011011100 Retrospect 2
-0110011011100 Coaxial 2
-0110011011100 Northside 2
-0110011011100 Aquarian 2
-0110011011100 Infas 2
-0110011011100 Lacos 2
-0110011011100 silly-sounding 2
-0110011011100 Multi-Channel 2
-0110011011100 Catalog-Showroom 3
-0110011011100 Lupa 3
-0110011011100 Kalgurli 3
-0110011011100 Enstar 3
-0110011011100 Dai-Tokyo 3
-0110011011100 America/Asia 3
-0110011011100 Abundant 3
-0110011011100 X-Rated 3
-0110011011100 Utrecht 3
-0110011011100 ASCAP 3
-0110011011100 Hillside 3
-0110011011100 Investex 3
-0110011011100 Admiralty 3
-0110011011100 Deena 3
-0110011011100 Mesabi 3
-0110011011100 Pont-Aven 3
-0110011011100 other-worldly 3
-0110011011100 Tasaki 3
-0110011011100 Supplementary 3
-0110011011100 Bondex 3
-0110011011100 Scitech 3
-0110011011100 Adambanc 3
-0110011011100 PDM 3
-0110011011100 Columbia-Presbyterian 3
-0110011011100 J.B.N. 3
-0110011011100 Norseman 4
-0110011011100 T2 4
-0110011011100 Renewable 4
-0110011011100 Durr-Fillauer 4
-0110011011100 Karchmer 4
-0110011011100 American-based 4
-0110011011100 Colour 4
-0110011011100 CPS 4
-0110011011100 Homestate 4
-0110011011100 Keyboard 4
-0110011011100 Okinawan 5
-0110011011100 NEWHALL 5
-0110011011100 al-Azhar 5
-0110011011100 Wacker 5
-0110011011100 Seacoast 5
-0110011011100 Bruning 5
-0110011011100 Onondaga 5
-0110011011100 Hanil 6
-0110011011100 Muscular 6
-0110011011100 Chaoyang 6
-0110011011100 Kosher 6
-0110011011100 IRISH 7
-0110011011100 Snomax 7
-0110011011100 Artistic 8
-0110011011100 Post-Newsweek 8
-0110011011100 TropWorld 8
-0110011011100 Dao 8
-0110011011100 Centerbanc 8
-0110011011100 Lakeshore 9
-0110011011100 Centrust 9
-0110011011100 Rodeway 9
-0110011011100 Freymiller 9
-0110011011100 Territorial 9
-0110011011100 Sevin-Rosen 9
-0110011011100 Columbia/Embassy 9
-0110011011100 Ironton 9
-0110011011100 UC 9
-0110011011100 GV 10
-0110011011100 Shoreline 11
-0110011011100 Promised 12
-0110011011100 Rensselaer 12
-0110011011100 Glorious 13
-0110011011100 Distinguished 14
-0110011011100 Chiquita 15
-0110011011100 Severn 16
-0110011011100 IG 17
-0110011011100 Adirondack 18
-0110011011100 MSU 19
-0110011011100 Brandywine 20
-0110011011100 Kwik 21
-0110011011100 Pohang 22
-0110011011100 Overpriced 27
-0110011011100 Lisp 27
-0110011011100 Sacred 27
-0110011011100 Perpetual 30
-0110011011100 Casual 35
-0110011011100 N' 36
-0110011011100 Complete 38
-0110011011100 All-American 41
-0110011011100 Neighborhood 42
-0110011011100 Dime 45
-0110011011100 Anglo-American 47
-0110011011100 Tender 49
-0110011011100 Appalachian 55
-0110011011100 NYU 66
-0110011011100 Competitive 72
-0110011011100 Bowery 87
-0110011011100 Claremont 93
-0110011011100 Motion 94
-0110011011100 Coldwell 98
-0110011011100 Cultural 130
-0110011011100 Scandinavian 194
-0110011011100 American 32204
-0110011011100 Employee 196
-0110011011101 Anti-Scientific 1
-0110011011101 2,877,313 1
-0110011011101 385,400 1
-0110011011101 552,884 1
-0110011011101 Mills-Anderson 1
-0110011011101 730,500 1
-0110011011101 CAISSE 1
-0110011011101 16th-19th 1
-0110011011101 829,900 1
-0110011011101 1,098,400 1
-0110011011101 dealers. 1
-0110011011101 224,007 1
-0110011011101 Licensee 1
-0110011011101 137,912 1
-0110011011101 1,183,533 1
-0110011011101 460,861 1
-0110011011101 110,100 1
-0110011011101 381,900 1
-0110011011101 1,343,900 1
-0110011011101 1,059,700 1
-0110011011101 575,859 1
-0110011011101 Midco 1
-0110011011101 416,668 1
-0110011011101 2,711,000 1
-0110011011101 251,400 1
-0110011011101 574,500 1
-0110011011101 Info-Systems 1
-0110011011101 121,518 1
-0110011011101 1,628,300 1
-0110011011101 599,200 1
-0110011011101 2,139,587 1
-0110011011101 Revives 1
-0110011011101 U.S.-Backed 1
-0110011011101 294,100 1
-0110011011101 .595 1
-0110011011101 Early-Retirement 1
-0110011011101 Wicked 1
-0110011011101 Zeal 1
-0110011011101 GeoMiliTech 1
-0110011011101 One-Minute 1
-0110011011101 975,017 1
-0110011011101 217,877 1
-0110011011101 389,114 1
-0110011011101 Norumbega 1
-0110011011101 mashed-up 1
-0110011011101 622,700 1
-0110011011101 220,657 1
-0110011011101 Islamic-oriented 1
-0110011011101 2,335,542 1
-0110011011101 331,500 1
-0110011011101 1,827,734 1
-0110011011101 349,300 1
-0110011011101 863,017 1
-0110011011101 588,931 1
-0110011011101 492,100 1
-0110011011101 ML/EQ 1
-0110011011101 2,068,600 1
-0110011011101 109,200 1
-0110011011101 1,288,000 1
-0110011011101 Alters 1
-0110011011101 UTS 1
-0110011011101 796,100 1
-0110011011101 284,300 1
-0110011011101 CPA/Administrative 1
-0110011011101 2,068,950 1
-0110011011101 1,050,600 1
-0110011011101 EFFOA 1
-0110011011101 VIPC 1
-0110011011101 BMY-Wheeled 1
-0110011011101 Amoco-Amoco 1
-0110011011101 FXC 1
-0110011011101 Big-Bank 1
-0110011011101 CATV. 1
-0110011011101 774,610 1
-0110011011101 96,400 1
-0110011011101 1,258,023 1
-0110011011101 327,450 1
-0110011011101 Distillerie 1
-0110011011101 468,600 1
-0110011011101 350,300 1
-0110011011101 476,057 1
-0110011011101 SaveWay 1
-0110011011101 pan-fried 1
-0110011011101 Novi 1
-0110011011101 Stuns 1
-0110011011101 Health-Record 1
-0110011011101 675,921 1
-0110011011101 1,143,900 1
-0110011011101 326,700 1
-0110011011101 1,134,192 1
-0110011011101 1,553,800 1
-0110011011101 1,236,000 1
-0110011011101 987,700 1
-0110011011101 8-Week 1
-0110011011101 All-Burma 1
-0110011011101 Storyville 1
-0110011011101 1,740,695 1
-0110011011101 193,979 1
-0110011011101 Jong-Ho 1
-0110011011101 688,900 1
-0110011011101 12,000-member 1
-0110011011101 World-style 1
-0110011011101 1,483,350 1
-0110011011101 869,500 1
-0110011011101 Nakhimovskiy 1
-0110011011101 300,300 1
-0110011011101 Bluest 1
-0110011011101 BACKGROUND 1
-0110011011101 585,596 1
-0110011011101 985,700 1
-0110011011101 Tegeler 1
-0110011011101 writer-controlled 1
-0110011011101 Career-Family 1
-0110011011101 Off-Airport 1
-0110011011101 Out-of-the-Way 1
-0110011011101 Darkest 1
-0110011011101 Swans 1
-0110011011101 1,124,300 1
-0110011011101 1,062,300 1
-0110011011101 worker-hungry 1
-0110011011101 1,186,066 1
-0110011011101 SKULLpture 1
-0110011011101 416,700 1
-0110011011101 Acid-Rain 1
-0110011011101 Saiyida 1
-0110011011101 304,900 1
-0110011011101 381,600 1
-0110011011101 55,010 1
-0110011011101 Harrisburg-based 1
-0110011011101 hydroelectric-power-rich 1
-0110011011101 PRO. 1
-0110011011101 2.7272 1
-0110011011101 fruit-laden 1
-0110011011101 Fleet/ 1
-0110011011101 144,750 1
-0110011011101 157,500 1
-0110011011101 THT. 1
-0110011011101 Dead-End 1
-0110011011101 CMX. 1
-0110011011101 puff-chested 1
-0110011011101 export-hungry 1
-0110011011101 Proyecto 1
-0110011011101 324,900 1
-0110011011101 Kexim 1
-0110011011101 KDB 1
-0110011011101 760,368 1
-0110011011101 258,591 1
-0110011011101 1,204,862 1
-0110011011101 Vari 1
-0110011011101 2,648,385 1
-0110011011101 Text 1
-0110011011101 734,800 1
-0110011011101 992,700 1
-0110011011101 1,554,600 1
-0110011011101 goofy-faced 1
-0110011011101 XTRA. 1
-0110011011101 293,191 1
-0110011011101 Niuta 1
-0110011011101 3,705,312 1
-0110011011101 Millmaster 1
-0110011011101 CLIMBING 1
-0110011011101 569,400 1
-0110011011101 381,050 1
-0110011011101 Avertina 1
-0110011011101 Wintrop 1
-0110011011101 Lighthearted 1
-0110011011101 437-room 1
-0110011011101 SINGLE 1
-0110011011101 773,200 1
-0110011011101 Dilettante 1
-0110011011101 Haroldus 1
-0110011011101 1,565,900 1
-0110011011101 6,408,100 1
-0110011011101 474,800 1
-0110011011101 231,700 1
-0110011011101 303,057 1
-0110011011101 787,718 1
-0110011011101 312,260 1
-0110011011101 1,233,177 1
-0110011011101 451,391 1
-0110011011101 satellite-beamed 1
-0110011011101 Emeryville-based 1
-0110011011101 653,600 1
-0110011011101 469,017 1
-0110011011101 Less-Costly 1
-0110011011101 Oncological 1
-0110011011101 Bartered 1
-0110011011101 Pisan 1
-0110011011101 1,709,885 1
-0110011011101 Nonprescription 1
-0110011011101 Femininist 1
-0110011011101 93,418 1
-0110011011101 339,491 1
-0110011011101 326,500 1
-0110011011101 646,959 1
-0110011011101 Reaffirms 1
-0110011011101 636,246 1
-0110011011101 255,124 1
-0110011011101 3,192,600 1
-0110011011101 Aristo 1
-0110011011101 Hated 1
-0110011011101 1,410,184 1
-0110011011101 105,525 1
-0110011011101 BHC. 1
-0110011011101 Sperone 1
-0110011011101 1,934,200 1
-0110011011101 110th 1
-0110011011101 NATCA. 1
-0110011011101 Genteel 1
-0110011011101 420,500 1
-0110011011101 2,108,608 1
-0110011011101 Tele-consumer 1
-0110011011101 Nephews 1
-0110011011101 670,017 1
-0110011011101 18,525 1
-0110011011101 1,930,608 1
-0110011011101 Aphid 1
-0110011011101 High-Stakes 1
-0110011011101 676,255 1
-0110011011101 Missoni 1
-0110011011101 1,085,186 1
-0110011011101 European-Australia-Far 1
-0110011011101 1,225,925 1
-0110011011101 600,100 1
-0110011011101 '77-'79 1
-0110011011101 Thracian 1
-0110011011101 Gaslamp 1
-0110011011101 1,119,059 1
-0110011011101 996,200 1
-0110011011101 EEEE 1
-0110011011101 2,532,240 1
-0110011011101 Educationally 1
-0110011011101 257,700 1
-0110011011101 White-Collar 1
-0110011011101 Pharmaceutic 1
-0110011011101 Stress-Less 1
-0110011011101 2,690,853 1
-0110011011101 107,100 1
-0110011011101 442,095 1
-0110011011101 1,704,650 1
-0110011011101 VLI. 1
-0110011011101 Two-year-old 1
-0110011011101 Esoteric 1
-0110011011101 307,880 1
-0110011011101 1,904,462 1
-0110011011101 Marxist-governed 1
-0110011011101 529,550 1
-0110011011101 Troy-Mich.-based 1
-0110011011101 Rustic 1
-0110011011101 124,350 1
-0110011011101 AAAS. 1
-0110011011101 2,848,258 1
-0110011011101 2,406,000 1
-0110011011101 all-temperature 1
-0110011011101 Post-It 1
-0110011011101 681,800 1
-0110011011101 Threshhold 1
-0110011011101 118,485 1
-0110011011101 Fastar-Financial 1
-0110011011101 9,328,358 1
-0110011011101 Sugar-growing 1
-0110011011101 4,974,312 1
-0110011011101 Favourite 1
-0110011011101 Unappreciative 1
-0110011011101 4,675,812 1
-0110011011101 decolonialized 1
-0110011011101 Queensbridge 1
-0110011011101 169,888 1
-0110011011101 Eklips 1
-0110011011101 Post-Impressionist 1
-0110011011101 1,445,700 1
-0110011011101 157,300 1
-0110011011101 375,200 1
-0110011011101 Olivetti-Canon 1
-0110011011101 Closed-Books 1
-0110011011101 GE-owned 1
-0110011011101 390,400 1
-0110011011101 437,425 1
-0110011011101 Extraterritorial 1
-0110011011101 238,400 1
-0110011011101 49,960 1
-0110011011101 Fyodorov 1
-0110011011101 Machined 1
-0110011011101 10,355,000 1
-0110011011101 Easy-Bake 1
-0110011011101 853,859 1
-0110011011101 238,008 1
-0110011011101 Kralj 1
-0110011011101 Vice-style 1
-0110011011101 1,223,000 1
-0110011011101 4,025,612 1
-0110011011101 Nu-Car 1
-0110011011101 Oxfam-World 1
-0110011011101 5,057,300 1
-0110011011101 Kerfott 1
-0110011011101 Koryo 1
-0110011011101 Vietnamese-occupied 1
-0110011011101 Fluffier 1
-0110011011101 2,385,238 1
-0110011011101 Non-Recurring 1
-0110011011101 CCC-plus 1
-0110011011101 Inter-Campus 1
-0110011011101 Anti-Abortionists 1
-0110011011101 Safest 1
-0110011011101 catlike 1
-0110011011101 sorrowing 1
-0110011011101 IU. 1
-0110011011101 West-style 1
-0110011011101 Not-for-Profit 1
-0110011011101 AIDS-Related 1
-0110011011101 Nuclear-Power 1
-0110011011101 56-floor 1
-0110011011101 Choke 1
-0110011011101 Windward 1
-0110011011101 726,800 1
-0110011011101 Once-Hot 1
-0110011011101 Sui 1
-0110011011101 Conciliatory 1
-0110011011101 1,058,100 1
-0110011011101 Neoliberal 1
-0110011011101 124,750 1
-0110011011101 Prefab 1
-0110011011101 View-based 1
-0110011011101 Sylvanian 1
-0110011011101 non-collective 1
-0110011011101 once-bankrupt 1
-0110011011101 Twix 1
-0110011011101 World-Class 1
-0110011011101 Poise 1
-0110011011101 Convergencia 1
-0110011011101 9,863,762 1
-0110011011101 1,152,750 1
-0110011011101 392,750 1
-0110011011101 Nearsighted 1
-0110011011101 672,862 1
-0110011011101 ever-consolidating 1
-0110011011101 2-Member 1
-0110011011101 Cantabile 1
-0110011011101 Doggie 1
-0110011011101 Rotational 1
-0110011011101 four-branch 1
-0110011011101 Anti-Establishment 1
-0110011011101 Infantile 1
-0110011011101 Air-Traffic 1
-0110011011101 0.8772 1
-0110011011101 Submerged 1
-0110011011101 Flex-fund 1
-0110011011101 Uncover 1
-0110011011101 E-Minor 1
-0110011011101 top-volume 1
-0110011011101 July. 1
-0110011011101 just-restructured 1
-0110011011101 Flowery 1
-0110011011101 1,401,500 1
-0110011011101 Loan-Default 1
-0110011011101 Blanton-Webster 1
-0110011011101 16th-20th 1
-0110011011101 20-factory 1
-0110011011101 1,720,010 1
-0110011011101 Southwest-based 1
-0110011011101 200,600 1
-0110011011101 ex-New 1
-0110011011101 Moveable 1
-0110011011101 6,421,666 1
-0110011011101 286,666 1
-0110011011101 Waltham-based 1
-0110011011101 Home-Based 1
-0110011011101 Preppie 1
-0110011011101 protease 1
-0110011011101 504,706 1
-0110011011101 371,100 1
-0110011011101 icon-based 1
-0110011011101 435,600 1
-0110011011101 458-seat 1
-0110011011101 non-Wimbledon 1
-0110011011101 BGH. 1
-0110011011101 482,400 1
-0110011011101 99,100 1
-0110011011101 385,600 1
-0110011011101 114,079 1
-0110011011101 Itofca 1
-0110011011101 40,300 1
-0110011011101 Gourman 1
-0110011011101 6,007,200 1
-0110011011101 Storeworkers 1
-0110011011101 Idyllic 1
-0110011011101 world-champ 1
-0110011011101 Noneffective 1
-0110011011101 Maycor 1
-0110011011101 766,830 1
-0110011011101 UCC 1
-0110011011101 325,919 1
-0110011011101 private-labeled 1
-0110011011101 Triscuit 1
-0110011011101 2,062,941 1
-0110011011101 432,500 1
-0110011011101 1,386,842 1
-0110011011101 Mellon/McMahan 1
-0110011011101 Kutuzovsky 1
-0110011011101 OCF 1
-0110011011101 Overwhelm 1
-0110011011101 text-based 1
-0110011011101 Pacify 1
-0110011011101 Birthrate 1
-0110011011101 One-Child 1
-0110011011101 CP. 1
-0110011011101 1,049,600 1
-0110011011101 539,200 1
-0110011011101 489,041 1
-0110011011101 Peoria-based 1
-0110011011101 700-foot 1
-0110011011101 583,150 1
-0110011011101 2,595,900 1
-0110011011101 once-senior 1
-0110011011101 0.278 1
-0110011011101 Lilla 1
-0110011011101 1,974,456 1
-0110011011101 Gifted 1
-0110011011101 83,333 1
-0110011011101 132,650 1
-0110011011101 Electrolysis 1
-0110011011101 AMT. 1
-0110011011101 4,943,062 1
-0110011011101 Nasal 1
-0110011011101 937,098 1
-0110011011101 1,777,500 1
-0110011011101 292,494 1
-0110011011101 425,500 1
-0110011011101 Brainier 1
-0110011011101 subjugating 1
-0110011011101 3,288,387 1
-0110011011101 1,853,600 1
-0110011011101 Brandenberg 1
-0110011011101 105,270 1
-0110011011101 998,800 1
-0110011011101 272,600 1
-0110011011101 help-me-make-it-through-the-fiscal-nigh 1
-0110011011101 1,038,200 1
-0110011011101 Skol 1
-0110011011101 Alferon 1
-0110011011101 WCIX. 1
-0110011011101 Migrating 1
-0110011011101 Mix-Up 1
-0110011011101 Anti-Keynesian 1
-0110011011101 142,090 1
-0110011011101 Genesys 1
-0110011011101 equipment. 1
-0110011011101 234,500 1
-0110011011101 Glamorous 1
-0110011011101 35,153,400 1
-0110011011101 74,550 1
-0110011011101 355,300 1
-0110011011101 Eaten 1
-0110011011101 584,713 1
-0110011011101 284,600 1
-0110011011101 WTVJ. 1
-0110011011101 637,555 1
-0110011011101 90,860 1
-0110011011101 Stock-Picking 1
-0110011011101 Kathrun 1
-0110011011101 874,800 1
-0110011011101 leadin 1
-0110011011101 149,423 1
-0110011011101 PCC. 1
-0110011011101 Safe-Smoke 1
-0110011011101 277,900 1
-0110011011101 1,774,687 1
-0110011011101 Hengchiang 1
-0110011011101 Cutless 1
-0110011011101 Truoc 1
-0110011011101 Farmworkers 1
-0110011011101 869,403 1
-0110011011101 Used-House 1
-0110011011101 Two-Minute 1
-0110011011101 126,618 1
-0110011011101 Inspirational 2
-0110011011101 Rreef 2
-0110011011101 Telluride 2
-0110011011101 538,200 2
-0110011011101 Disaffected 2
-0110011011101 Street-Smart 2
-0110011011101 Vennootschap 2
-0110011011101 TWO-YEAR 2
-0110011011101 841,887 2
-0110011011101 Normalizing 2
-0110011011101 SmartForm 2
-0110011011101 West-Point 2
-0110011011101 Part-Time 2
-0110011011101 Ropespinner 2
-0110011011101 liquid-cooled 2
-0110011011101 Polish-Chinese 2
-0110011011101 Joins 2
-0110011011101 Molten 2
-0110011011101 60-store 2
-0110011011101 442,700 2
-0110011011101 Counterfeit 2
-0110011011101 Ewha 2
-0110011011101 Codenoll 2
-0110011011101 Health-Care 2
-0110011011101 Generic-Drug 2
-0110011011101 Thematic 2
-0110011011101 NCB 2
-0110011011101 neo-Gaullist 2
-0110011011101 336,900 2
-0110011011101 Cobalt 2
-0110011011101 Microbiological 2
-0110011011101 BMS 2
-0110011011101 Gloriana 2
-0110011011101 1,984,827 2
-0110011011101 Gist-brocades 2
-0110011011101 MLT 2
-0110011011101 CallPath 2
-0110011011101 Wanton 2
-0110011011101 droit 2
-0110011011101 Boyhood 2
-0110011011101 Por-Sha 2
-0110011011101 Cinch 2
-0110011011101 F.X.C. 2
-0110011011101 multi-color 2
-0110011011101 Randolph-Macon 2
-0110011011101 Reunert 2
-0110011011101 Bioadvance 2
-0110011011101 Calera 2
-0110011011101 8,535,000 2
-0110011011101 ecology-minded 2
-0110011011101 Golconda 2
-0110011011101 Artec 2
-0110011011101 Shinwa 2
-0110011011101 Overzealous 2
-0110011011101 324,200 2
-0110011011101 Shiko 2
-0110011011101 Oce-Van 2
-0110011011101 JCP 2
-0110011011101 Citronelle-Mobile 2
-0110011011101 Infarct 2
-0110011011101 Legalized 2
-0110011011101 253,700 2
-0110011011101 Oxxford 2
-0110011011101 Sedition 2
-0110011011101 upperclass 2
-0110011011101 Rem 2
-0110011011101 Mortuary 2
-0110011011101 Zeljko 2
-0110011011101 Satch 2
-0110011011101 Lasting 2
-0110011011101 MSI. 2
-0110011011101 Arrigo 2
-0110011011101 688,200 2
-0110011011101 Mikromed 2
-0110011011101 Indigenous 2
-0110011011101 Logo 2
-0110011011101 Wasted 2
-0110011011101 HARVARD 2
-0110011011101 Assist 2
-0110011011101 Evenement 2
-0110011011101 Rainforest 2
-0110011011101 Musica 2
-0110011011101 Jetstream 2
-0110011011101 Chateaux 2
-0110011011101 Preppy 2
-0110011011101 Lousy 2
-0110011011101 Videogram 2
-0110011011101 Drowning 2
-0110011011101 Gravy 2
-0110011011101 Galanteria 2
-0110011011101 tha 2
-0110011011101 1,188,000 2
-0110011011101 Fafnir 2
-0110011011101 Kelcie 2
-0110011011101 Marital 2
-0110011011101 826,300 2
-0110011011101 Hard-Pressed 2
-0110011011101 Sensual 2
-0110011011101 Timeless 2
-0110011011101 Poorer 2
-0110011011101 Ektra 2
-0110011011101 Starcom 2
-0110011011101 madogiwa 2
-0110011011101 Perkits 2
-0110011011101 15,507,300 2
-0110011011101 bottom-line-oriented 2
-0110011011101 papermaker 2
-0110011011101 CK 2
-0110011011101 Metabolic 2
-0110011011101 128,200 2
-0110011011101 Monica-based 2
-0110011011101 Lindach 2
-0110011011101 985,096 2
-0110011011101 SOUP 2
-0110011011101 86,988 2
-0110011011101 T-Cell 2
-0110011011101 Feminine 2
-0110011011101 Videotape 2
-0110011011101 BancBoston 2
-0110011011101 Boddie-Noell 2
-0110011011101 Azanian 2
-0110011011101 Bathing 2
-0110011011101 Aerial 2
-0110011011101 Grip 2
-0110011011101 NORWICH 2
-0110011011101 M/A 2
-0110011011101 30,300 2
-0110011011101 Concourse 2
-0110011011101 Crooked 2
-0110011011101 Southmark/Envicon 3
-0110011011101 Ag 3
-0110011011101 Ten-Gallon 3
-0110011011101 design-conscious 3
-0110011011101 Cellulose 3
-0110011011101 Discerning 3
-0110011011101 Orthopaedic 3
-0110011011101 175,900 3
-0110011011101 Patagonian 3
-0110011011101 Anik 3
-0110011011101 Ssmc 3
-0110011011101 Mathematical 3
-0110011011101 Leatherstocking 3
-0110011011101 Kuang 3
-0110011011101 nucleoside 3
-0110011011101 Gertrudis 3
-0110011011101 Sufficient 3
-0110011011101 Boardroom 3
-0110011011101 Free-Market 3
-0110011011101 Svedala 3
-0110011011101 Bovril 3
-0110011011101 Ten-Year 3
-0110011011101 Mony 3
-0110011011101 AWA 3
-0110011011101 Theban 3
-0110011011101 Consenting 3
-0110011011101 Orchestral 3
-0110011011101 Inferential 3
-0110011011101 Charismatic 3
-0110011011101 Temperature 3
-0110011011101 Katzenjammer 3
-0110011011101 Mechanized 3
-0110011011101 Aster 3
-0110011011101 Toughest 3
-0110011011101 Winged 3
-0110011011101 Excedrin 3
-0110011011101 Boudoir 3
-0110011011101 Homefree 3
-0110011011101 ADDS 3
-0110011011101 Canned 3
-0110011011101 Zodiac 3
-0110011011101 Brutal 3
-0110011011101 Bonny 3
-0110011011101 LBO. 3
-0110011011101 ultra-secret 3
-0110011011101 Vox 3
-0110011011101 Delcap 3
-0110011011101 Huhtamaki 3
-0110011011101 Cheez 3
-0110011011101 BAC 3
-0110011011101 Anti-Submarine 3
-0110011011101 BIOTECHNOLOGY 3
-0110011011101 HYBRID 3
-0110011011101 Save-Way 3
-0110011011101 Frustrate 3
-0110011011101 Expedited 3
-0110011011101 Takeout 3
-0110011011101 EUROBONDS 3
-0110011011101 USP 3
-0110011011101 Automedix 3
-0110011011101 AUS 3
-0110011011101 Clara-based 3
-0110011011101 Child-Abuse 3
-0110011011101 Noricum 3
-0110011011101 Ziegfeld 4
-0110011011101 AlphaGraphics 4
-0110011011101 Bovine 4
-0110011011101 Asylum 4
-0110011011101 Discovered 4
-0110011011101 Barbed 4
-0110011011101 Elvisly 4
-0110011011101 Kingsway 4
-0110011011101 Compensatory 4
-0110011011101 Gaamco 4
-0110011011101 Nikka 4
-0110011011101 Interbourse 4
-0110011011101 Lamps 4
-0110011011101 SIN 4
-0110011011101 getty 4
-0110011011101 Secular 4
-0110011011101 Syncrude 4
-0110011011101 Thine 4
-0110011011101 Slovenian 4
-0110011011101 Sailing 4
-0110011011101 MD 4
-0110011011101 Equicor-Equitable 4
-0110011011101 Bedroom 4
-0110011011101 Diverse 4
-0110011011101 ProHIBiT 4
-0110011011101 Vernors 4
-0110011011101 Highlanders 4
-0110011011101 Raycomm 4
-0110011011101 CGCT. 4
-0110011011101 PG 4
-0110011011101 Autoclave 4
-0110011011101 Tumor 4
-0110011011101 Lonely 4
-0110011011101 H.M.S. 4
-0110011011101 Exceptional 4
-0110011011101 Commerical 4
-0110011011101 Suntrust 4
-0110011011101 Reel 5
-0110011011101 REIS 5
-0110011011101 Mink 5
-0110011011101 Todays 5
-0110011011101 Photon 5
-0110011011101 Hobie 5
-0110011011101 Astute 5
-0110011011101 Manuscript 5
-0110011011101 Migrant 5
-0110011011101 JBA 5
-0110011011101 Albon 5
-0110011011101 Delicious 5
-0110011011101 denuclearizing 5
-0110011011101 Swatch 5
-0110011011101 Indebted 5
-0110011011101 Tennessee-based 5
-0110011011101 Neath 5
-0110011011101 Intelcom 5
-0110011011101 HR 5
-0110011011101 Rocking 5
-0110011011101 Objective 5
-0110011011101 B.A.S.S. 5
-0110011011101 Eminent 5
-0110011011101 Ornamental 5
-0110011011101 non-Soviet 5
-0110011011101 Transplant 5
-0110011011101 Spotted 5
-0110011011101 Elbit 5
-0110011011101 Waertsilae 5
-0110011011101 Operational 5
-0110011011101 SSA 6
-0110011011101 Reproductive 6
-0110011011101 Unemployed 6
-0110011011101 Gem 6
-0110011011101 Macquarie 6
-0110011011101 Packaged 6
-0110011011101 Recombinant 6
-0110011011101 MBE 6
-0110011011101 Stiff 6
-0110011011101 R&B 6
-0110011011101 Bamboo 6
-0110011011101 Mature 6
-0110011011101 Cello 6
-0110011011101 Peaceful 6
-0110011011101 Pulse 6
-0110011011101 Salada 6
-0110011011101 Osco 6
-0110011011101 Spider 6
-0110011011101 denuclearized 6
-0110011011101 MGM/ 6
-0110011011101 Toilet 6
-0110011011101 Plumbing 6
-0110011011101 Guerrilla 7
-0110011011101 HT 7
-0110011011101 Buckwheat 7
-0110011011101 Aspiring 7
-0110011011101 Tribal 7
-0110011011101 Bulk 7
-0110011011101 Swamp 7
-0110011011101 Highlander 7
-0110011011101 Touro 7
-0110011011101 Glimmerglass 7
-0110011011101 Medieval 7
-0110011011101 Lao 7
-0110011011101 Varig 7
-0110011011101 Smallest 8
-0110011011101 Sewer 8
-0110011011101 AGIP 8
-0110011011101 Meishan 8
-0110011011101 Seis 8
-0110011011101 All-America 8
-0110011011101 Locust 8
-0110011011101 Fascist 8
-0110011011101 Pol 9
-0110011011101 Exotic 9
-0110011011101 Tangible 9
-0110011011101 Fallen 9
-0110011011101 Proven 9
-0110011011101 Mammoth 9
-0110011011101 Prompt 9
-0110011011101 B&W 9
-0110011011101 USAA 9
-0110011011101 Practical 9
-0110011011101 Uniformed 9
-0110011011101 Generational 9
-0110011011101 Responsive 10
-0110011011101 Byte 10
-0110011011101 Silly 10
-0110011011101 Refined 10
-0110011011101 Orphan 10
-0110011011101 Profitable 10
-0110011011101 Heiwa 10
-0110011011101 Tissue 11
-0110011011101 Turbinen 11
-0110011011101 Artificial 11
-0110011011101 Enhanced 11
-0110011011101 Zany 11
-0110011011101 3rd 11
-0110011011101 Trunk 11
-0110011011101 Flagship 11
-0110011011101 Teton 11
-0110011011101 Collective 11
-0110011011101 SLH 12
-0110011011101 Gamco 12
-0110011011101 ICA 12
-0110011011101 Fragrance 12
-0110011011101 Systematic 13
-0110011011101 G.P. 13
-0110011011101 VHA 13
-0110011011101 Unusual 14
-0110011011101 Outer 14
-0110011011101 Balkan 14
-0110011011101 Indoor 14
-0110011011101 Fancy 14
-0110011011101 Qualified 14
-0110011011101 Whole 15
-0110011011101 AIRBUS 15
-0110011011101 Registered 15
-0110011011101 Prestige 15
-0110011011101 Po 15
-0110011011101 Infant 16
-0110011011101 Voter 16
-0110011011101 Adult 16
-0110011011101 Patriotic 16
-0110011011101 Lyric 16
-0110011011101 Glamour 16
-0110011011101 Kraftwerk 16
-0110011011101 Muppet 17
-0110011011101 MONY 17
-0110011011101 Wagoneer 17
-0110011011101 Sheaffer 17
-0110011011101 Gartmore 17
-0110011011101 Grateful 17
-0110011011101 Parallel 17
-0110011011101 Ole 18
-0110011011101 Mechanical 18
-0110011011101 Aztec 18
-0110011011101 Poh 18
-0110011011101 Civilian 18
-0110011011101 Hazardous 18
-0110011011101 Petro 18
-0110011011101 Ugly 18
-0110011011101 A.F. 19
-0110011011101 Violin 19
-0110011011101 Prudent 19
-0110011011101 Remarkable 19
-0110011011101 Quiet 21
-0110011011101 Volunteer 21
-0110011011101 Pneumo 21
-0110011011101 Multinational 21
-0110011011101 Extended 22
-0110011011101 Inner 22
-0110011011101 Odd 22
-0110011011101 SHL 23
-0110011011101 Fortress 23
-0110011011101 Malays 23
-0110011011101 Mainstream 23
-0110011011101 BROKEN 24
-0110011011101 Flexible 24
-0110011011101 Ameribanc 24
-0110011011101 Wespac 24
-0110011011101 Academic 25
-0110011011101 CT 25
-0110011011101 DRI 25
-0110011011101 Merry 26
-0110011011101 Classical 26
-0110011011101 Healthy 26
-0110011011101 Evil 27
-0110011011101 LAN 28
-0110011011101 Underground 29
-0110011011101 BR 30
-0110011011101 Flower 31
-0110011011101 Responsible 33
-0110011011101 Hobby 33
-0110011011101 Cub 33
-0110011011101 Religious 34
-0110011011101 Colored 35
-0110011011101 Paperworkers 35
-0110011011101 Presbyterian 36
-0110011011101 Pantry 36
-0110011011101 Soap 37
-0110011011101 Ultra 39
-0110011011101 SOCIETE 39
-0110011011101 Sleeping 39
-0110011011101 Planet 40
-0110011011101 N.W. 40
-0110011011101 Liquid 41
-0110011011101 Negro 41
-0110011011101 Presentation 42
-0110011011101 Single 43
-0110011011101 Bradlees 45
-0110011011101 Dependent 45
-0110011011101 Voluntary 46
-0110011011101 Fundamental 47
-0110011011101 AGS 48
-0110011011101 Motel 52
-0110011011101 Compact 57
-0110011011101 Organized 59
-0110011011101 Ne 64
-0110011011101 CB 69
-0110011011101 Rank 75
-0110011011101 L.J. 78
-0110011011101 CIE. 86
-0110011011101 Phillips-Van 87
-0110011011101 Oriental 92
-0110011011101 Hibernia 100
-0110011011101 Target 103
-0110011011101 SunTrust 103
-0110011011101 Patch 113
-0110011011101 Abbey 115
-0110011011101 Civic 118
-0110011011101 Direct 152
-0110011011101 Southeastern 152
-0110011011101 Electrical 159
-0110011011101 Provident 163
-0110011011101 Mine 183
-0110011011101 Di 194
-0110011011101 Merchants 199
-0110011011101 Modern 208
-0110011011101 Arabian 229
-0110011011101 Tandem 233
-0110011011101 Applied 243
-0110011011101 Key 248
-0110011011101 Individual 249
-0110011011101 Panhandle 254
-0110011011101 Global 298
-0110011011101 Presidential 301
-0110011011101 Institutional 355
-0110011011101 Private 385
-0110011011101 Circle 434
-0110011011101 Shanghai 467
-0110011011101 Local 623
-0110011011101 Crazy 672
-0110011011101 Southeast 755
-0110011011101 Diamond 756
-0110011011101 Major 872
-0110011011101 Commercial 940
-0110011011101 Metropolitan 1016
-0110011011101 Auto 1156
-0110011011101 Western 6664
-0110011011101 Arab 1486
-0110011011110 832,370 1
-0110011011110 ever-climbing 1
-0110011011110 195,700 1
-0110011011110 177,950 1
-0110011011110 Braeburn 1
-0110011011110 1,266,300 1
-0110011011110 GENETICALLY 1
-0110011011110 6,222,400 1
-0110011011110 708,376 1
-0110011011110 1,314,285 1
-0110011011110 Alameda-based 1
-0110011011110 462,300 1
-0110011011110 56,937 1
-0110011011110 Compufund 1
-0110011011110 460,750 1
-0110011011110 then-precious 1
-0110011011110 269,500 1
-0110011011110 Costume-maker 1
-0110011011110 Full-blown 1
-0110011011110 14,222,638 1
-0110011011110 909,800 1
-0110011011110 42,600 1
-0110011011110 3,271,800 1
-0110011011110 Salve 1
-0110011011110 Chilling 1
-0110011011110 3,574,500 1
-0110011011110 157,400 1
-0110011011110 Niagra 1
-0110011011110 4,043,200 1
-0110011011110 patronage-ridden 1
-0110011011110 Shigeko 1
-0110011011110 shape. 1
-0110011011110 Four-engine 1
-0110011011110 305,300 1
-0110011011110 885,603 1
-0110011011110 Ingelhemi 1
-0110011011110 Qubix 1
-0110011011110 re-branded 1
-0110011011110 332,400 1
-0110011011110 390,200 1
-0110011011110 2,711,755 1
-0110011011110 Weakly 1
-0110011011110 1,298,500 1
-0110011011110 IIS 1
-0110011011110 Ryder/PIE 1
-0110011011110 1,540,629 1
-0110011011110 418,750 1
-0110011011110 TII. 1
-0110011011110 424,528 1
-0110011011110 Top-ranked 1
-0110011011110 4,217,675 1
-0110011011110 1,544,300 1
-0110011011110 Belmont-based 1
-0110011011110 515,859 1
-0110011011110 New-England 1
-0110011011110 3,545,200 1
-0110011011110 Lyon-based 1
-0110011011110 3,758,800 1
-0110011011110 Spiced 1
-0110011011110 Chase-based 1
-0110011011110 447,600 1
-0110011011110 2,239,000 1
-0110011011110 278,600 1
-0110011011110 237-member 1
-0110011011110 Brazilian-based 1
-0110011011110 315,740 1
-0110011011110 118,137 1
-0110011011110 WVEZ 1
-0110011011110 engineering-minded 1
-0110011011110 634,300 1
-0110011011110 Seoul-Gold 1
-0110011011110 59,300 1
-0110011011110 1,145,688 1
-0110011011110 883,402 1
-0110011011110 3,576,349 1
-0110011011110 Jean-Noel 1
-0110011011110 condom-maker 1
-0110011011110 Vieux 1
-0110011011110 Saito. 1
-0110011011110 702,095 1
-0110011011110 ENI. 1
-0110011011110 162,775 1
-0110011011110 747,500 1
-0110011011110 Fii 1
-0110011011110 185,700 1
-0110011011110 Altanta 1
-0110011011110 522,644 1
-0110011011110 Pittsburg-based 1
-0110011011110 15-team 1
-0110011011110 shrines. 1
-0110011011110 400,250 1
-0110011011110 Financially-troubled 1
-0110011011110 Yardville 1
-0110011011110 735,875 1
-0110011011110 CML. 1
-0110011011110 MFI. 1
-0110011011110 Nunn-Levin 1
-0110011011110 South-African-controlled 1
-0110011011110 914,300 1
-0110011011110 227,300 1
-0110011011110 studio-size 1
-0110011011110 92,900 1
-0110011011110 105-count 1
-0110011011110 Perfumerias 1
-0110011011110 First-Knox 1
-0110011011110 chocolate-maker 1
-0110011011110 SJS 1
-0110011011110 Scrimgeor 1
-0110011011110 Lebone 1
-0110011011110 SHEER 1
-0110011011110 737,200 1
-0110011011110 sub-Chapter 1
-0110011011110 2,291,210 1
-0110011011110 Mattacheese 1
-0110011011110 2,037,100 1
-0110011011110 Junkets 1
-0110011011110 271,571 1
-0110011011110 DIVERSIFIED 1
-0110011011110 420,190 1
-0110011011110 Baroness 1
-0110011011110 outmatch 1
-0110011011110 Beznau 1
-0110011011110 LAIDLAW 1
-0110011011110 113,900 1
-0110011011110 TAHITIAN 1
-0110011011110 322,071 1
-0110011011110 1,727,200 1
-0110011011110 2,292,300 1
-0110011011110 bowls. 1
-0110011011110 76,700 1
-0110011011110 11,175,150 1
-0110011011110 654,725 1
-0110011011110 2,775,456 1
-0110011011110 348,427 1
-0110011011110 202,200 1
-0110011011110 115,700 1
-0110011011110 3,509,450 1
-0110011011110 Atromid 1
-0110011011110 2,837,695 1
-0110011011110 1,509,970 1
-0110011011110 1,731,400 1
-0110011011110 540,600 1
-0110011011110 1975-1979 1
-0110011011110 Canyonlands 1
-0110011011110 MCO. 1
-0110011011110 3,712,860 1
-0110011011110 Workingmens 1
-0110011011110 2,582,757 1
-0110011011110 3,167,313 1
-0110011011110 397,900 1
-0110011011110 PEERLESS 1
-0110011011110 JAY 1
-0110011011110 3,278,571 1
-0110011011110 5,739,737 1
-0110011011110 Once-loyal 1
-0110011011110 Boatmens 1
-0110011011110 725,603 1
-0110011011110 4,043,000 1
-0110011011110 Short-Range 1
-0110011011110 Discontinuing 1
-0110011011110 263,666 1
-0110011011110 295,900 1
-0110011011110 Bernita 1
-0110011011110 164,900 1
-0110011011110 Wenatchee-based 1
-0110011011110 744,200 1
-0110011011110 295,200 1
-0110011011110 sugar-maker 1
-0110011011110 NOVO 1
-0110011011110 204,700 1
-0110011011110 2,055,667 1
-0110011011110 1,052,500 1
-0110011011110 45,340 1
-0110011011110 52,025 1
-0110011011110 105,615 1
-0110011011110 963,200 1
-0110011011110 1,159,400 1
-0110011011110 SITHE 1
-0110011011110 16cents 1
-0110011011110 post-dividend 1
-0110011011110 458,820 1
-0110011011110 Erste 1
-0110011011110 Inherited 1
-0110011011110 247,600 1
-0110011011110 Scandinavian-style 1
-0110011011110 14,846,322 1
-0110011011110 co-Chief 1
-0110011011110 Bayamon-based 1
-0110011011110 UNIX-specialist 1
-0110011011110 TDH 1
-0110011011110 1,071,125 1
-0110011011110 America-Texas 1
-0110011011110 America-California 1
-0110011011110 still-in-force 1
-0110011011110 underwritings-London-based 1
-0110011011110 21,941,964 1
-0110011011110 ACQUIRED 1
-0110011011110 1,806,224 1
-0110011011110 1,448,550 1
-0110011011110 1,654,181 1
-0110011011110 FISHER 1
-0110011011110 xylophonist 1
-0110011011110 5,483,700 1
-0110011011110 1,947,998 1
-0110011011110 212,968 1
-0110011011110 Bowl-champion 1
-0110011011110 animals. 1
-0110011011110 118,482 1
-0110011011110 2,190,800 1
-0110011011110 one-third-owned 1
-0110011011110 LARGE-SCREEN 1
-0110011011110 164,500 1
-0110011011110 109,532 1
-0110011011110 325,222 1
-0110011011110 376,700 1
-0110011011110 WFG 1
-0110011011110 906,570 1
-0110011011110 120,800 1
-0110011011110 532,643 1
-0110011011110 Sylvestor 1
-0110011011110 jewel-studded 1
-0110011011110 Ahrgus 1
-0110011011110 PCA. 1
-0110011011110 LLC. 1
-0110011011110 631,700 1
-0110011011110 5,133,700 1
-0110011011110 KHTF 1
-0110011011110 867,876 1
-0110011011110 729,600 1
-0110011011110 34,286 1
-0110011011110 Carillo 1
-0110011011110 114,900 1
-0110011011110 253,870 1
-0110011011110 dark-paneled 1
-0110011011110 1,798,675 1
-0110011011110 Clarkes 1
-0110011011110 any-year 1
-0110011011110 5,259,800 1
-0110011011110 35-floor 1
-0110011011110 INIZIATIVA 1
-0110011011110 road-scorching 1
-0110011011110 225.59 1
-0110011011110 3,676,400 1
-0110011011110 479,740 1
-0110011011110 once-independent 1
-0110011011110 187,400 1
-0110011011110 then-arch-conservative 1
-0110011011110 395,833 1
-0110011011110 B.F 1
-0110011011110 Bartolo 1
-0110011011110 379540 1
-0110011011110 13,310 1
-0110011011110 GPA-owned 1
-0110011011110 Chiyono 1
-0110011011110 Pandzik 1
-0110011011110 BNS. 1
-0110011011110 CERA 1
-0110011011110 257,100 1
-0110011011110 Long-depressed 1
-0110011011110 1,053,000 1
-0110011011110 6,127,500 1
-0110011011110 2,377,500 1
-0110011011110 Minolta/Gallup 1
-0110011011110 1,231,200 1
-0110011011110 1,541,200 1
-0110011011110 430,950 1
-0110011011110 ISHIKAWAJIMA 1
-0110011011110 IUD. 1
-0110011011110 6,100-square-foot 1
-0110011011110 1,013,900 1
-0110011011110 W&W 1
-0110011011110 Lymphokine 1
-0110011011110 Southmark-supported 1
-0110011011110 Sema 1
-0110011011110 76,400 1
-0110011011110 75101 1
-0110011011110 75-101 1
-0110011011110 market.The 1
-0110011011110 Citicorp-Scrimgeour 1
-0110011011110 3,157,535 1
-0110011011110 Seattlebased 1
-0110011011110 luxe 1
-0110011011110 1,357,950 1
-0110011011110 red-label 1
-0110011011110 Marcelline 1
-0110011011110 65,600 1
-0110011011110 Decolonization 1
-0110011011110 Sandusky-based 1
-0110011011110 800,104 1
-0110011011110 604,250 1
-0110011011110 136,800 1
-0110011011110 snow-crusted 1
-0110011011110 424,200 1
-0110011011110 Cash-starved 1
-0110011011110 Absorbing 1
-0110011011110 Marcor 1
-0110011011110 Takeover-prospect 1
-0110011011110 Frieder 1
-0110011011110 441,040 1
-0110011011110 115,489 1
-0110011011110 Knick 1
-0110011011110 Chopstix 1
-0110011011110 Twenty-year-old 1
-0110011011110 Archrivals 1
-0110011011110 8,239,900 1
-0110011011110 now-silent 1
-0110011011110 supercomputer-maker 1
-0110011011110 299,500 1
-0110011011110 152,600 1
-0110011011110 LATINA 1
-0110011011110 ilbert 1
-0110011011110 914,482 1
-0110011011110 Buffett-controlled 1
-0110011011110 107,900 1
-0110011011110 Seisen 1
-0110011011110 12,844,700 1
-0110011011110 284,700 1
-0110011011110 Fiftieth 1
-0110011011110 750,827 1
-0110011011110 BDDP. 1
-0110011011110 Takanori 1
-0110011011110 Koninlijke 1
-0110011011110 gentler-sloping 1
-0110011011110 Axon 1
-0110011011110 often-cautious 1
-0110011011110 WQXR 1
-0110011011110 UPS. 1
-0110011011110 Manele 1
-0110011011110 480,400 1
-0110011011110 159,357 1
-0110011011110 boat-like 1
-0110011011110 generics-maker 1
-0110011011110 Snaresbrook 1
-0110011011110 high-vitamin 1
-0110011011110 Festung 1
-0110011011110 Brodhead 1
-0110011011110 Perfumeria 1
-0110011011110 Eames. 1
-0110011011110 Hornburg 1
-0110011011110 inertia-bound 1
-0110011011110 FESTIVAL 1
-0110011011110 4,644,120 1
-0110011011110 Imry 1
-0110011011110 150,000-barrel-a-day 1
-0110011011110 252member 1
-0110011011110 electricity-tight 1
-0110011011110 24,999,495 1
-0110011011110 494,907 1
-0110011011110 Wolfmark 1
-0110011011110 1,617,800 1
-0110011011110 2,144,700 1
-0110011011110 Deets 1
-0110011011110 Pilgrm 1
-0110011011110 six-track 1
-0110011011110 429,556 1
-0110011011110 PURCHASE 1
-0110011011110 40,800 1
-0110011011110 3,847,900 1
-0110011011110 Nevsky 1
-0110011011110 Briish 1
-0110011011110 725,700 1
-0110011011110 Co-Chief 1
-0110011011110 6,488,300 1
-0110011011110 Fifteenth 1
-0110011011110 Valencia-based 1
-0110011011110 12,234,200 1
-0110011011110 Puna 1
-0110011011110 cashrich 1
-0110011011110 Conservera 1
-0110011011110 185,140 1
-0110011011110 Walters-Donaldson 1
-0110011011110 526,600 1
-0110011011110 3,949,500 1
-0110011011110 Miocene 1
-0110011011110 750-mile 2
-0110011011110 WTVS 2
-0110011011110 Mantecados 2
-0110011011110 Geauga 2
-0110011011110 315,823 2
-0110011011110 Mid-American 2
-0110011011110 Matterhorn 2
-0110011011110 b-Includes 2
-0110011011110 Broadway-Southern 2
-0110011011110 318,325 2
-0110011011110 Seattle-First 2
-0110011011110 179,900 2
-0110011011110 Crestmont 2
-0110011011110 Swami 2
-0110011011110 109,900 2
-0110011011110 Sandersville 2
-0110011011110 Konstitutional 2
-0110011011110 272,300 2
-0110011011110 CLAIBORNE 2
-0110011011110 Greensboro-based 2
-0110011011110 Reefe 2
-0110011011110 Aspromonte 2
-0110011011110 Valdosta 2
-0110011011110 Holland-based 2
-0110011011110 Gunma 2
-0110011011110 EBC 2
-0110011011110 131,300 2
-0110011011110 K.O. 2
-0110011011110 Allenpark 2
-0110011011110 Rustaveli 2
-0110011011110 136,700 2
-0110011011110 Dirt-poor 2
-0110011011110 Silvius 2
-0110011011110 Siena 2
-0110011011110 685,300 2
-0110011011110 A/ 2
-0110011011110 1,389,600 2
-0110011011110 arch-adversary 2
-0110011011110 331,100 2
-0110011011110 PIE 2
-0110011011110 Tapetes 2
-0110011011110 Horsell 2
-0110011011110 Agora 2
-0110011011110 Arches 2
-0110011011110 Sub-chapter 2
-0110011011110 IHC 2
-0110011011110 467,100 2
-0110011011110 Katec 2
-0110011011110 146,200 2
-0110011011110 Randa 2
-0110011011110 Irvine-based 2
-0110011011110 Agrigenetics 2
-0110011011110 Simulated 2
-0110011011110 BBDO. 2
-0110011011110 MBB. 2
-0110011011110 1,662,500 2
-0110011011110 majority-owner 2
-0110011011110 Detour 2
-0110011011110 100,600 2
-0110011011110 Morsemere 2
-0110011011110 Assicurazione 2
-0110011011110 Laila 2
-0110011011110 119,300 2
-0110011011110 Trustmark 2
-0110011011110 Secorp 2
-0110011011110 949,700 2
-0110011011110 665,400 2
-0110011011110 Seagrams 2
-0110011011110 Shahid 2
-0110011011110 RFS 2
-0110011011110 DAYTON 2
-0110011011110 Williamhouse 2
-0110011011110 Cognoscenti 2
-0110011011110 GRUPPO 2
-0110011011110 Tater 2
-0110011011110 subchapter 2
-0110011011110 453,300 2
-0110011011110 171,918 2
-0110011011110 Closely-held 2
-0110011011110 503,282 2
-0110011011110 Heilbronn-based 2
-0110011011110 Medically 3
-0110011011110 Zoetrope 3
-0110011011110 EL 3
-0110011011110 Vivienne 3
-0110011011110 Akwesasne 3
-0110011011110 Dowell 3
-0110011011110 LEASEWAY 3
-0110011011110 anti-First 3
-0110011011110 lex 3
-0110011011110 Firstbank 3
-0110011011110 FELDMUEHLE 3
-0110011011110 Vermillion 3
-0110011011110 Geolograph 3
-0110011011110 Intermediate-range 3
-0110011011110 Iglesia 3
-0110011011110 Troster 3
-0110011011110 ShareVest 3
-0110011011110 Emigration 3
-0110011011110 Prosperous 3
-0110011011110 Swimsuit 3
-0110011011110 Serafino 3
-0110011011110 Monex 3
-0110011011110 Kalinin 3
-0110011011110 Rogerio 3
-0110011011110 Sakae 4
-0110011011110 Tongass 4
-0110011011110 P.B. 4
-0110011011110 Impressions 4
-0110011011110 Miramar 4
-0110011011110 Anthea 4
-0110011011110 Straw 4
-0110011011110 Pax 4
-0110011011110 P-I-E 4
-0110011011110 Upstate 4
-0110011011110 Hughes-Ryan 4
-0110011011110 Letco 4
-0110011011110 Airman 4
-0110011011110 Reisterstown 4
-0110011011110 Octonia 5
-0110011011110 Farrah 5
-0110011011110 Yves-Andre 5
-0110011011110 Suisse-First 5
-0110011011110 Bayamon 5
-0110011011110 867,700 5
-0110011011110 Subchapter 5
-0110011011110 Fourteenth 5
-0110011011110 Verenigde 5
-0110011011110 Ens 5
-0110011011110 Viosca 5
-0110011011110 Runway 5
-0110011011110 Flagstaff 6
-0110011011110 Bipolar 6
-0110011011110 Uptown 6
-0110011011110 Watervliet 6
-0110011011110 Eleventh 7
-0110011011110 Gruppo 7
-0110011011110 Greenham 7
-0110011011110 Cedars 7
-0110011011110 Fausto 7
-0110011011110 Lago 7
-0110011011110 Alfieri 7
-0110011011110 Vaal 8
-0110011011110 WOLTERS 8
-0110011011110 Evangeline 8
-0110011011110 Guccio 8
-0110011011110 Cerveceria 8
-0110011011110 585,067 9
-0110011011110 New-York 9
-0110011011110 Koninklijke 10
-0110011011110 Rowes 10
-0110011011110 Purity 10
-0110011011110 Arab-Malaysian 10
-0110011011110 Star-Spangled 10
-0110011011110 Alianza 11
-0110011011110 Crowthers 11
-0110011011110 Phenix 12
-0110011011110 C&H 13
-0110011011110 Playa 13
-0110011011110 Regnery 13
-0110011011110 Chula 14
-0110011011110 H.C. 15
-0110011011110 FII 15
-0110011011110 Assicurazioni 15
-0110011011110 Pia 15
-0110011011110 Maxim 16
-0110011011110 S&W 17
-0110011011110 ANZ 17
-0110011011110 Arrowhead 18
-0110011011110 Retailer 19
-0110011011110 Maison 20
-0110011011110 Akin 20
-0110011011110 MidAmerica 20
-0110011011110 View-Master 21
-0110011011110 Agence 22
-0110011011110 RBC 23
-0110011011110 P.T. 25
-0110011011110 PacTel 26
-0110011011110 2nd 26
-0110011011110 Grupo 27
-0110011011110 Acquired 27
-0110011011110 Carte 27
-0110011011110 Fieldcrest 30
-0110011011110 Iniziativa 30
-0110011011110 Buena 31
-0110011011110 Canary 32
-0110011011110 Stride 32
-0110011011110 Palais 33
-0110011011110 McNamee 35
-0110011011110 Grease 37
-0110011011110 Rusty 48
-0110011011110 Wolters 51
-0110011011110 Ka 52
-0110011011110 Triple 53
-0110011011110 Ariel 54
-0110011011110 Sixth 69
-0110011011110 Scrimgeour 70
-0110011011110 M.A. 71
-0110011011110 Mt. 73
-0110011011110 Eighth 73
-0110011011110 Nesbitt 78
-0110011011110 Institut 81
-0110011011110 Adolph 85
-0110011011110 A.C. 96
-0110011011110 B.F. 98
-0110011011110 Operation 111
-0110011011110 CP 115
-0110011011110 midtown 126
-0110011011110 Flying 162
-0110011011110 Ninth 163
-0110011011110 Uniroyal 209
-0110011011110 F.W. 213
-0110011011110 Niagara 229
-0110011011110 A.H. 236
-0110011011110 ZZZZ 250
-0110011011110 Fourth 260
-0110011011110 J.C. 296
-0110011011110 U 477
-0110011011110 Walt 492
-0110011011110 Fifth 503
-0110011011110 Eastman 504
-0110011011110 PS 517
-0110011011110 First 12958
-0110011011110 Chase 1725
-0110011011111 Northanger 1
-0110011011111 299,523 1
-0110011011111 CAMPBELL 1
-0110011011111 1970-1983 1
-0110011011111 Rosenfield/Vinson 1
-0110011011111 gay-oriented 1
-0110011011111 267,015 1
-0110011011111 Light-haired 1
-0110011011111 Goldstripe 1
-0110011011111 Sixteen-to-One 1
-0110011011111 Eensy-Weensy 1
-0110011011111 Midstate 1
-0110011011111 four-season 1
-0110011011111 Non-American 1
-0110011011111 Seaco 1
-0110011011111 Oranje-Nassau 1
-0110011011111 HenleySanta 1
-0110011011111 493,500 1
-0110011011111 Anfavea 1
-0110011011111 2,415,300 1
-0110011011111 Employable 1
-0110011011111 Lancore 1
-0110011011111 Post-65 1
-0110011011111 2,500-member 1
-0110011011111 579,100 1
-0110011011111 DF 1
-0110011011111 half-blood 1
-0110011011111 nuclearize 1
-0110011011111 non-contiguous 1
-0110011011111 2,417,217 1
-0110011011111 Sangjie 1
-0110011011111 381,380 1
-0110011011111 275,700 1
-0110011011111 Sauk 1
-0110011011111 5,776,600 1
-0110011011111 Silverio 1
-0110011011111 Okefenokee 1
-0110011011111 Neuromedical 1
-0110011011111 rose-crowned 1
-0110011011111 361,650 1
-0110011011111 Webcraft 1
-0110011011111 Gathers 1
-0110011011111 Transinternational 1
-0110011011111 non-Pan 1
-0110011011111 Godolphin 1
-0110011011111 Joana 1
-0110011011111 Dublin-United 1
-0110011011111 ROOF-HIGH 1
-0110011011111 151-year-old 1
-0110011011111 rich-but-vulnerable 1
-0110011011111 Unremitting 1
-0110011011111 Mauricius 1
-0110011011111 soundproofed 1
-0110011011111 DALLAS-Metro 1
-0110011011111 627,200 1
-0110011011111 now-beleaguered 1
-0110011011111 Income-1984 1
-0110011011111 291,400 1
-0110011011111 HTLV-III 1
-0110011011111 artiste 1
-0110011011111 Augusta-based 1
-0110011011111 Monitek 1
-0110011011111 600E 1
-0110011011111 CSX-American 1
-0110011011111 OnSite 1
-0110011011111 Japanese-occupied 1
-0110011011111 1,080,500 1
-0110011011111 Western-aligned 1
-0110011011111 JS 1
-0110011011111 Chambri 1
-0110011011111 Murik 1
-0110011011111 836,300 1
-0110011011111 Remediation 1
-0110011011111 Freemark 1
-0110011011111 Amalagamated 1
-0110011011111 Dama 1
-0110011011111 prestigous 1
-0110011011111 Shatt-al 1
-0110011011111 Lachlan 1
-0110011011111 valet-assassin 1
-0110011011111 BIO-COR 1
-0110011011111 Chapparral 1
-0110011011111 9,240,000 1
-0110011011111 Metro-Goldwyn-Mayer-United 1
-0110011011111 Sagawa 1
-0110011011111 Malay-speaking 1
-0110011011111 35-branch 1
-0110011011111 Enviro-Gro 1
-0110011011111 non-Egyptian 1
-0110011011111 ClassicShine 1
-0110011011111 Salimin 1
-0110011011111 Israeli-appointed 1
-0110011011111 10-20 1
-0110011011111 323-store 1
-0110011011111 Cottonelle 1
-0110011011111 Cisne 1
-0110011011111 InterCity 1
-0110011011111 29-seat 1
-0110011011111 772,500 1
-0110011011111 PG. 1
-0110011011111 Hiwood 1
-0110011011111 Dow-United 1
-0110011011111 CAD. 1
-0110011011111 Quick-Change 1
-0110011011111 5,536,409 1
-0110011011111 Seven-son 1
-0110011011111 Interlock 1
-0110011011111 Foot-Dragging 1
-0110011011111 .Pan 1
-0110011011111 Midwest-Great 1
-0110011011111 dervish-like 1
-0110011011111 venerable-but-much-derided 1
-0110011011111 Shellfish 1
-0110011011111 Drugged 1
-0110011011111 Virtual 1
-0110011011111 Mtg 1
-0110011011111 Formative 1
-0110011011111 Kuwait-based 1
-0110011011111 Match-Play 1
-0110011011111 LSST 1
-0110011011111 Kuhr 1
-0110011011111 safe-sounding 1
-0110011011111 Motoren-und 1
-0110011011111 Tok 1
-0110011011111 Wildwater 1
-0110011011111 Morbid 1
-0110011011111 Couns 1
-0110011011111 Moyle 1
-0110011011111 Silc 1
-0110011011111 Wavy 1
-0110011011111 Mexico-United 1
-0110011011111 At-Taqwa 1
-0110011011111 Hagenluecke 1
-0110011011111 814,350 1
-0110011011111 sludge-covered 1
-0110011011111 Corkscrew 1
-0110011011111 ALPHABET 1
-0110011011111 slimline 1
-0110011011111 158,900 1
-0110011011111 5,567,370 1
-0110011011111 535,179 1
-0110011011111 Shearson/American 2
-0110011011111 Grate 2
-0110011011111 Naamloze 2
-0110011011111 503,700 2
-0110011011111 BancAmerica 2
-0110011011111 Orbita 2
-0110011011111 Anglophilic 2
-0110011011111 NETI 2
-0110011011111 Litel 2
-0110011011111 Henley-Santa 2
-0110011011111 non-United 2
-0110011011111 IDS/American 2
-0110011011111 SatCom 2
-0110011011111 Interlogic 2
-0110011011111 Hermit 2
-0110011011111 Norbest 2
-0110011011111 Skyway 2
-0110011011111 Continential 2
-0110011011111 Tintern 2
-0110011011111 Patuxent 2
-0110011011111 LiTel 2
-0110011011111 Exec 2
-0110011011111 LeeWah 2
-0110011011111 Transceptor 2
-0110011011111 Fo 2
-0110011011111 Osicom 2
-0110011011111 Axiom 2
-0110011011111 HandelsBank 2
-0110011011111 Kgalagadi 2
-0110011011111 B&D 2
-0110011011111 Longboat 2
-0110011011111 Fujicolor 3
-0110011011111 Johnstown/Consolidated 3
-0110011011111 Bruch 3
-0110011011111 U.S.-Saudi 3
-0110011011111 Fender 3
-0110011011111 Longhorn 3
-0110011011111 Biomagnetic 3
-0110011011111 Speciality 3
-0110011011111 Nanyang 3
-0110011011111 Wanbao 3
-0110011011111 AT&T/Philips 3
-0110011011111 Transavia 3
-0110011011111 Scandanavian 3
-0110011011111 75-stock 3
-0110011011111 PTT 3
-0110011011111 AWE 3
-0110011011111 Pequot 3
-0110011011111 Lantana 3
-0110011011111 Gettig 3
-0110011011111 EPI 3
-0110011011111 Datasaab 3
-0110011011111 Transtar 3
-0110011011111 V.O. 3
-0110011011111 MAT 3
-0110011011111 Implant 3
-0110011011111 ONG 3
-0110011011111 Salomon-Russell 3
-0110011011111 Ursa 3
-0110011011111 Chinaberry 4
-0110011011111 Brookwood 4
-0110011011111 Saudi-owned 4
-0110011011111 Braniff-Pan 4
-0110011011111 Provincetown-Boston 4
-0110011011111 XP 4
-0110011011111 Coon 4
-0110011011111 ADC 4
-0110011011111 Pompton 4
-0110011011111 Kake 4
-0110011011111 M/V 5
-0110011011111 Saudia 5
-0110011011111 Occupied 5
-0110011011111 Altered 5
-0110011011111 Lic-Con 5
-0110011011111 Keowee 5
-0110011011111 Captive 5
-0110011011111 Sungene 5
-0110011011111 SPS 5
-0110011011111 Sundor 5
-0110011011111 Peaceable 6
-0110011011111 Wilberg 6
-0110011011111 Porex 6
-0110011011111 Raster 6
-0110011011111 Southwall 7
-0110011011111 20-stock 7
-0110011011111 American-Pan 7
-0110011011111 Quechee 7
-0110011011111 Counsellors 7
-0110011011111 CL 7
-0110011011111 Viral 8
-0110011011111 WIC 8
-0110011011111 Transformational 9
-0110011011111 Navstar 9
-0110011011111 StatesWest 10
-0110011011111 CNCP 10
-0110011011111 North-West 10
-0110011011111 Radiant 12
-0110011011111 Milky 12
-0110011011111 Intermountain 13
-0110011011111 Momentum 13
-0110011011111 Chemfix 14
-0110011011111 Bindley 14
-0110011011111 GA 15
-0110011011111 Finger 15
-0110011011111 Mandarin 17
-0110011011111 Affiliate 22
-0110011011111 KAL 23
-0110011011111 Skywest 24
-0110011011111 Trak 26
-0110011011111 Starlight 34
-0110011011111 Tilden 39
-0110011011111 Chaparral 41
-0110011011111 AT&T-Philips 41
-0110011011111 Crescent 43
-0110011011111 Ozark 43
-0110011011111 Interactive 55
-0110011011111 A&W 70
-0110011011111 Nihon 77
-0110011011111 Cedar 83
-0110011011111 Iroquois 83
-0110011011111 Clemente 86
-0110011011111 Symbol 89
-0110011011111 TranStar 92
-0110011011111 Orient 99
-0110011011111 Cabbage 102
-0110011011111 Wheelabrator 114
-0110011011111 L' 142
-0110011011111 Frontier 178
-0110011011111 Aloha 209
-0110011011111 Metro 236
-0110011011111 Midway 262
-0110011011111 Southwest 1130
-0110011011111 Northwest 1408
-0110011011111 Grand 1737
-0110011011111 Great 2000
-0110011011111 Pan 2154
-0110011011111 Saudi 2171
-0110011011111 United 8329
-0110011011111 Santa 2696
-0110011100 Millennial 1
-0110011100 warrantew 1
-0110011100 -2,175,914 1
-0110011100 -33,783 1
-0110011100 Bronze-Iron 1
-0110011100 Kuwait-like 1
-0110011100 IPE-New 1
-0110011100 SUNY-New 1
-0110011100 LCA-New 1
-0110011100 Co.-New 1
-0110011100 CBS-New 1
-0110011100 Pave 1
-0110011100 London-to-New 1
-0110011100 Dior-New 1
-0110011100 BOWES 1
-0110011100 Christmas/New 1
-0110011100 Atlanta-New 1
-0110011100 Copenhagen-New 1
-0110011100 Massachusetts-New 1
-0110011100 ew 1
-0110011100 CBS/New 1
-0110011100 mini-Prohibition 1
-0110011100 DMB&B/New 1
-0110011100 BECOMES 1
-0110011100 Thatcherian 1
-0110011100 CME-New 1
-0110011100 Communications-New 1
-0110011100 Teleport-New 1
-0110011100 Worsdall 1
-0110011100 Comex-New 1
-0110011100 Plane-Crash 1
-0110011100 pre-New 1
-0110011100 Washington-to-New 1
-0110011100 Toronto-New 1
-0110011100 Montreal-New 1
-0110011100 Hartford-New 1
-0110011100 Virginia-New 1
-0110011100 sculpture. 1
-0110011100 all-New 1
-0110011100 anti-New 1
-0110011100 whiskey-loving 1
-0110011100 Warsaw-New 1
-0110011100 Gilded 2
-0110011100 Christmas-New 2
-0110011100 post-New 2
-0110011100 Jurassic 2
-0110011100 Tokyo-London-New 2
-0110011100 mid-New 2
-0110011100 Chicago-New 2
-0110011100 Pennsylvania-New 2
-0110011100 Denver-New 2
-0110011100 Washington-New 3
-0110011100 Yale-New 3
-0110011100 News/New 3
-0110011100 Unforgettable 3
-0110011100 WNET/New 4
-0110011100 Agua 4
-0110011100 Papua-New 4
-0110011100 Boston-New 6
-0110011100 Sergeant 6
-0110011100 Marsh-New 7
-0110011100 non-New 12
-0110011100 New 56311
-0110011100 Nuova 12
-011001110100 METALLGE 1
-011001110100 Bey 1
-011001110100 mini-Merrill 1
-011001110100 Accordionist 1
-011001110100 Ishiwawjima-Harima 1
-011001110100 Aboud 1
-011001110100 San-Francisco-based 1
-011001110100 Suhr 1
-011001110100 ONONDAGA 1
-011001110100 LIQUID 1
-011001110100 Tsugio 1
-011001110100 Sturla 1
-011001110100 S.G 1
-011001110100 Nobutaka 1
-011001110100 jima-Harima 1
-011001110100 Shiboleth 1
-011001110100 Agnieszka 1
-011001110100 Yonas 1
-011001110100 BROCKTON 1
-011001110100 Bankenes 1
-011001110100 Plasminogen 1
-011001110100 Malise 1
-011001110100 ex-Morgan 1
-011001110100 SWF 1
-011001110100 Jurg 1
-011001110100 Oesterreichischen 1
-011001110100 JW 1
-011001110100 Maha 1
-011001110100 600,985 1
-011001110100 Agueda 1
-011001110100 Zalmen 1
-011001110100 Baronesse 1
-011001110100 Masanao 1
-011001110100 Finck-Sche 1
-011001110100 Vassil 1
-011001110100 Hansruedi 1
-011001110100 MACLEAN 1
-011001110100 chez 1
-011001110100 Sheazrson 1
-011001110100 16-year-vet 1
-011001110100 Arianna 1
-011001110100 714,500 1
-011001110100 Ishikawasjima-Harima 1
-011001110100 Oesterreicheschen 1
-011001110100 BRANFORD 1
-011001110100 Assicura 1
-011001110100 DUNCAN 1
-011001110100 Flavius 1
-011001110100 Gebrueder 1
-011001110100 263-lawyer 1
-011001110100 DOWNEY 1
-011001110100 Pom 1
-011001110100 Stockholms 1
-011001110100 Exploitation 1
-011001110100 ex-Merrill 1
-011001110100 Trister 1
-011001110100 Air/Morgan 1
-011001110100 Yasumichi 1
-011001110100 Burdines/Jordan 1
-011001110100 Delio 1
-011001110100 Taean 1
-011001110100 SUNG 1
-011001110100 Erle 1
-011001110100 Ezio 2
-011001110100 Unione 2
-011001110100 Toad 2
-011001110100 Itsuo 2
-011001110100 Perham 2
-011001110100 CENTRUST 2
-011001110100 Sparekassen 2
-011001110100 Uzis 2
-011001110100 643,800 2
-011001110100 POHANG 2
-011001110100 DRK 2
-011001110100 ANSHAN 2
-011001110100 Yossi 2
-011001110100 ANN 2
-011001110100 DJS 2
-011001110100 Volvo-GM 2
-011001110100 LEXINGTON 2
-011001110100 PARKVALE 2
-011001110100 Michiko 3
-011001110100 Wieslaw 3
-011001110100 Whinery 3
-011001110100 COMFED 3
-011001110100 Asesores 4
-011001110100 Heinhold 4
-011001110100 COAST 5
-011001110100 Leonie 5
-011001110100 Harima 7
-011001110100 WR 8
-011001110100 Skandinaviska 9
-011001110100 Averell 9
-011001110100 DAVID 9
-011001110100 DOW 12
-011001110100 Sphere 17
-011001110100 Ishikawajima-Harima 41
-011001110100 E.M. 43
-011001110100 Janney 163
-011001110100 R.J. 187
-011001110100 S.G. 240
-011001110100 Fulton 525
-011001110100 Morgan 5506
-011001110100 Merrill 5089
-011001110100 Shearson 5493
-0110011101010 IndoVista 1
-0110011101010 beratings 1
-0110011101010 Harried 1
-0110011101010 Enrolled 1
-0110011101010 BarclaysAmerican-Business 1
-0110011101010 Filipiniana 1
-0110011101010 Stillerman 1
-0110011101010 Adcom 1
-0110011101010 Belt-Frost 1
-0110011101010 Samyang 1
-0110011101010 Warbird 1
-0110011101010 Akademika 1
-0110011101010 Pleasantdale 1
-0110011101010 Dumilde 1
-0110011101010 9:00-20:00 1
-0110011101010 Allemania 1
-0110011101010 237,499 1
-0110011101010 Denisson 1
-0110011101010 never-ratified 1
-0110011101010 Stitch 1
-0110011101010 Vicco 1
-0110011101010 Shin-etsu 1
-0110011101010 Stairmaster 1
-0110011101010 VAULTED 1
-0110011101010 then-undeveloped 1
-0110011101010 Conrail-Norfolk 1
-0110011101010 3,000-student 1
-0110011101010 Kawasumi 1
-0110011101010 home-bred 1
-0110011101010 Frontenac 1
-0110011101010 Nestling 1
-0110011101010 Questroyal 1
-0110011101010 Blintz 1
-0110011101010 long-debated 1
-0110011101010 Ipcress 1
-0110011101010 Nasdaq-100 1
-0110011101010 Designate 1
-0110011101010 Champaklal 1
-0110011101010 Kabul-to-Kandahar 1
-0110011101010 Massachewy 1
-0110011101010 Hodogaya 1
-0110011101010 Kashoggi-owned 1
-0110011101010 Whistlestop 1
-0110011101010 Lakeway 1
-0110011101010 Shane-Michael 1
-0110011101010 2,489-member 1
-0110011101010 541,020 1
-0110011101010 younger-oriented 1
-0110011101010 Three-Star 1
-0110011101010 Sandwell 1
-0110011101010 153,563 1
-0110011101010 Innova 1
-0110011101010 Sungkyunkwan 1
-0110011101010 Science-Based 1
-0110011101010 Tijuana-based 1
-0110011101010 Rotherwood 1
-0110011101010 531,848 1
-0110011101010 914,776 1
-0110011101010 Duling 1
-0110011101010 SynchroMed 1
-0110011101010 615,280 1
-0110011101010 1,641,580 1
-0110011101010 Tenn-USS 1
-0110011101010 Smorgon 1
-0110011101010 Lenae 1
-0110011101010 Atsugi 1
-0110011101010 Ameal 1
-0110011101010 AIBC 1
-0110011101010 Aled 1
-0110011101010 scombroid 1
-0110011101010 U.S.and 1
-0110011101010 Litterers 1
-0110011101010 Heronwood 1
-0110011101010 2000-pound 1
-0110011101010 estate-value 1
-0110011101010 2,761 1
-0110011101010 899,170 1
-0110011101010 Elvin 1
-0110011101010 Hillshire 1
-0110011101010 non-Dow 1
-0110011101010 Xericity 1
-0110011101010 drought-devastated 1
-0110011101010 Hillyard 1
-0110011101010 Oligocene 1
-0110011101010 AGRO-INDUSTRIALE 1
-0110011101010 Kiewit-Murdoch 1
-0110011101010 Securities-based 1
-0110011101010 Kennedy-Harvard 1
-0110011101010 Worchester 1
-0110011101010 Wytch 2
-0110011101010 Harcon 2
-0110011101010 Sener 2
-0110011101010 Toagosei 2
-0110011101010 Nikkei-Dow 2
-0110011101010 Gun-ei 2
-0110011101010 Faganello 2
-0110011101010 Lode 2
-0110011101010 Tuckerman 2
-0110011101010 Borscht 2
-0110011101010 Dogwood 2
-0110011101010 Indo-German 2
-0110011101010 Tio 2
-0110011101010 C.C.P.C. 2
-0110011101010 PacificCorp 2
-0110011101010 NonStop 2
-0110011101010 Overthrust 2
-0110011101010 SilverStone 2
-0110011101010 Contadina 2
-0110011101010 Tru 2
-0110011101010 Boisfeuillet 2
-0110011101010 EGC 2
-0110011101010 SCNO 2
-0110011101010 Shinetsu 2
-0110011101010 Hindi 3
-0110011101010 Maruwa 3
-0110011101010 Candlelight 3
-0110011101010 Lowdale 3
-0110011101010 Interfinance 3
-0110011101010 Risen 3
-0110011101010 FullWrite 3
-0110011101010 Monell 3
-0110011101010 100-lawyer 3
-0110011101010 Kanegafuchi 4
-0110011101010 Daicel 4
-0110011101010 Lepanto 4
-0110011101010 Frosted 4
-0110011101010 Jonah 4
-0110011101010 Kromboom 5
-0110011101010 Metro-North 5
-0110011101010 Halter 5
-0110011101010 Newstead 5
-0110011101010 MDB 6
-0110011101010 MultiMate 6
-0110011101010 Driefontein 6
-0110011101010 Borsch 6
-0110011101010 Kureha 6
-0110011101010 Scary 6
-0110011101010 DJ 7
-0110011101010 Wards 7
-0110011101010 Orinoco 8
-0110011101010 Shin-Etsu 8
-0110011101010 Bronze 8
-0110011101010 Koyo 9
-0110011101010 Hanshin 10
-0110011101010 Fats 11
-0110011101010 defoliant 11
-0110011101010 Stonyfield 12
-0110011101010 Pepperidge 12
-0110011101010 Hattori 14
-0110011101010 DeBeers 14
-0110011101010 Taisho 15
-0110011101010 Bayliner 16
-0110011101010 Tokio 20
-0110011101010 AP-Dow 23
-0110011101010 Mathias 31
-0110011101010 Spike 32
-0110011101010 Long-Term 84
-0110011101010 Merrell 108
-0110011101010 Rust 117
-0110011101010 Zacks 124
-0110011101010 Lone 228
-0110011101010 Corn 361
-0110011101010 Farm 937
-0110011101010 Dow 6749
-0110011101011 recalcitrantly 1
-0110011101011 terrierlike 1
-0110011101011 543,525 1
-0110011101011 509,784 1
-0110011101011 red-flushed 1
-0110011101011 then-Republican-controlled 1
-0110011101011 800-megawatt 1
-0110011101011 Flouts 1
-0110011101011 30,000-ton 1
-0110011101011 Democratic-run 1
-0110011101011 comedy/dance/music/performance/theater/video 1
-0110011101011 Chogye 1
-0110011101011 Schwab-led 1
-0110011101011 31,000-gallon 1
-0110011101011 requisitely 1
-0110011101011 Pro-Contra 1
-0110011101011 reapportioning 1
-0110011101011 202-199 1
-0110011101011 177-seat 1
-0110011101011 35-to-54-year-old 1
-0110011101011 Mogok 1
-0110011101011 self-denigrating 1
-0110011101011 SUMMING 1
-0110011101011 1,919 1
-0110011101011 Single-Family 1
-0110011101011 79-17 1
-0110011101011 139-year-old 1
-0110011101011 second-most-important 1
-0110011101011 leadingest 1
-0110011101011 McGovern-Mondale 1
-0110011101011 Lubavitch 1
-0110011101011 257-178 1
-0110011101011 Nader-backed 1
-0110011101011 Davis-led 1
-0110011101011 tax-deferrred 1
-0110011101011 148-member 1
-0110011101011 Daylesford 1
-0110011101011 two-century-old 1
-0110011101011 play-maker 1
-0110011101011 once-threatening 1
-0110011101011 166-member 1
-0110011101011 Nadar-affiliated 1
-0110011101011 camp-besotted 1
-0110011101011 511,200 1
-0110011101011 340-member 1
-0110011101011 All-Peoples 1
-0110011101011 Brokerge 1
-0110011101011 once-ubiquitous 1
-0110011101011 strung-out 1
-0110011101011 Ormsby 1
-0110011101011 seven-degree 1
-0110011101011 indefatigably 1
-0110011101011 212-seat 1
-0110011101011 Tory-dominated 1
-0110011101011 Congress-White 1
-0110011101011 REVS 1
-0110011101011 daffy 1
-0110011101011 under-priced 1
-0110011101011 most-respected 1
-0110011101011 BUMPERS 1
-0110011101011 one-million-member 1
-0110011101011 Biki 1
-0110011101011 globe-circling 1
-0110011101011 Wickham-Valentine 1
-0110011101011 Mironovich 1
-0110011101011 now-illegal 1
-0110011101011 unscreened 1
-0110011101011 most-senior 1
-0110011101011 Iranian-directed 1
-0110011101011 lower-attaining 1
-0110011101011 post-White 1
-0110011101011 grubbiest 1
-0110011101011 57-member 1
-0110011101011 most-hazardous 1
-0110011101011 most-dangerous 1
-0110011101011 Golenishchev-Kutuzov 1
-0110011101011 3-inch-long 1
-0110011101011 scraggily 1
-0110011101011 St.Clair 1
-0110011101011 super-model 1
-0110011101011 iconoclastically 1
-0110011101011 somberest 1
-0110011101011 unneedful 1
-0110011101011 Chabad 1
-0110011101011 bone-numbing 1
-0110011101011 6,600-seat 1
-0110011101011 40-foot-wide 1
-0110011101011 syphilis-ridden 1
-0110011101011 once-dissident 1
-0110011101011 535-member 1
-0110011101011 then-potent 1
-0110011101011 72,800 1
-0110011101011 Long-tailed 1
-0110011101011 now-repentant 1
-0110011101011 drug-filled 1
-0110011101011 Cuba-aligned 1
-0110011101011 pudding-faced 1
-0110011101011 one-million-plus 1
-0110011101011 early-20th-century 1
-0110011101011 clipboard-size 1
-0110011101011 well-noted 1
-0110011101011 Multicenter 1
-0110011101011 quickwitted 1
-0110011101011 adventure-loving 1
-0110011101011 travel-happy 1
-0110011101011 126-year-old 1
-0110011101011 Senate-White 1
-0110011101011 93,800 1
-0110011101011 Huddle 1
-0110011101011 Then-White 1
-0110011101011 pouty-lipped 1
-0110011101011 Convertino 1
-0110011101011 jargon-spouting 1
-0110011101011 Phyfe 1
-0110011101011 modern-science 1
-0110011101011 catchiest 1
-0110011101011 once-outlawed 1
-0110011101011 Elghanayan 2
-0110011101011 Dingo 2
-0110011101011 Reynolda 2
-0110011101011 Kenyah 2
-0110011101011 375-page 2
-0110011101011 right-dominated 2
-0110011101011 Crowded 2
-0110011101011 Estill 2
-0110011101011 Fiddyment 2
-0110011101011 Icarus 2
-0110011101011 Furnace 2
-0110011101011 Marillac 2
-0110011101011 Cabassi 2
-0110011101011 pontificating 2
-0110011101011 700,000-member 2
-0110011101011 Myca 2
-0110011101011 WILLING 2
-0110011101011 Toddle 2
-0110011101011 varnished 2
-0110011101011 Waffle 2
-0110011101011 Spaso 2
-0110011101011 435-member 2
-0110011101011 larger-capacity 2
-0110011101011 Pan-Africanist 2
-0110011101011 Britannic 2
-0110011101011 Taviani 2
-0110011101011 voteless 3
-0110011101011 148-seat 3
-0110011101011 Tinco 3
-0110011101011 Doni 3
-0110011101011 Camillus 3
-0110011101011 Jawaharlal 3
-0110011101011 650-member 3
-0110011101011 white-supremacist 3
-0110011101011 282-seat 3
-0110011101011 Bleak 3
-0110011101011 Streckfus 3
-0110011101011 Ehrenkrantz 3
-0110011101011 management-Shearson 3
-0110011101011 Asi 4
-0110011101011 650-seat 4
-0110011101011 Harbridge 4
-0110011101011 79-seat 4
-0110011101011 ex-White 4
-0110011101011 166-seat 4
-0110011101011 Harney 5
-0110011101011 Khotso 5
-0110011101011 Hen 5
-0110011101011 GOP-controlled 5
-0110011101011 Ashford 5
-0110011101011 Haunted 6
-0110011101011 Miwok 6
-0110011101011 Seventh-day 6
-0110011101011 Chop 7
-0110011101011 Grim 8
-0110011101011 then-White 10
-0110011101011 Ngo 11
-0110011101011 Nader-affiliated 11
-0110011101011 Chart 13
-0110011101011 Republican-controlled 13
-0110011101011 99th 13
-0110011101011 Hash 14
-0110011101011 Pentrust 16
-0110011101011 Mansion 18
-0110011101011 Democrat-controlled 20
-0110011101011 Sekisui 21
-0110011101011 Meissner 22
-0110011101011 DeCesaris 23
-0110011101011 Viet 31
-0110011101011 Democratic-controlled 95
-0110011101011 Random 178
-0110011101011 Rales 276
-0110011101011 White 7619
-0110011101011 Roman 552
-011001110110 271,300 1
-011001110110 then-Los 1
-011001110110 Willner 1
-011001110110 Merinda 1
-011001110110 Safety-First 1
-011001110110 Rosalino 1
-011001110110 oilworker-turned-undertaker 1
-011001110110 Orcas-based 1
-011001110110 Craeg 1
-011001110110 Distribuidora 1
-011001110110 Ambito 1
-011001110110 baggage-maker 1
-011001110110 Wycliffe 1
-011001110110 Indo-Sri 1
-011001110110 U.S.-Out-of-El 1
-011001110110 Electric-San 1
-011001110110 Electric/San 1
-011001110110 Earthquake-San 1
-011001110110 Texas-El 1
-011001110110 Sydney-Los 1
-011001110110 Tijuana-San 1
-011001110110 Age-Controlling 1
-011001110110 Shaf 1
-011001110110 Beach-Boca 1
-011001110110 Beaumont-Port 1
-011001110110 Menjilat 1
-011001110110 Riverside-San 1
-011001110110 Chuva 1
-011001110110 Boston-San 1
-011001110110 NRM. 1
-011001110110 Triad/La 1
-011001110110 Francisco-Los 1
-011001110110 240-seat 1
-011001110110 Festival/Los 1
-011001110110 139-pounder 1
-011001110110 Theatre/Murray 1
-011001110110 Sainte 1
-011001110110 1154 1
-011001110110 U.S.-USSR 1
-011001110110 Cancun-Los 1
-011001110110 Bank-El 1
-011001110110 Britains 1
-011001110110 KQED-TV/San 1
-011001110110 exhausted-looking 1
-011001110110 Peri 1
-011001110110 Puerta 1
-011001110110 Francisco-San 1
-011001110110 MDA/San 1
-011001110110 loosened-up 1
-011001110110 homburg-hatted 1
-011001110110 canonizing 1
-011001110110 York-San 1
-011001110110 Cienco 1
-011001110110 City-Las 1
-011001110110 P.C.S. 1
-011001110110 Chicago-Los 1
-011001110110 Chicago-San 1
-011001110110 Rolly 1
-011001110110 SPINOFFS 1
-011001110110 Advertising/San 1
-011001110110 Anti-Wrinkle 1
-011001110110 pinafore-wearing 1
-011001110110 Sidi 1
-011001110110 Kong-Los 1
-011001110110 Kong-Vancouver-San 1
-011001110110 Cheering 1
-011001110110 Louis-San 1
-011001110110 Tokyo-Los 1
-011001110110 U.S.-Puerto 2
-011001110110 Barbie-sized 2
-011001110110 York-Los 2
-011001110110 Tokyo-San 2
-011001110110 BBDO/Los 2
-011001110110 Narciso 2
-011001110110 Appraising 2
-011001110110 Eulalio 2
-011001110110 California-Los 2
-011001110110 Bank/Fort 2
-011001110110 Conquistador 2
-011001110110 Nevada-Las 2
-011001110110 Diario-La 3
-011001110110 Miami-Fort 3
-011001110110 Sala 3
-011001110110 Dallas-Forth 3
-011001110110 Chambre 3
-011001110110 California-San 4
-011001110110 Animas-La 4
-011001110110 Agha 4
-011001110110 Ilocos 5
-011001110110 Angeles-San 5
-011001110110 Pittsburgh-Des 5
-011001110110 Ras 6
-011001110110 Octavio 8
-011001110110 Cinco 8
-011001110110 Forth 10
-011001110110 Dred 10
-011001110110 Pitt-Des 10
-011001110110 Nuevo 20
-011001110110 Ste. 28
-011001110110 Datuk 30
-011001110110 Achille 31
-011001110110 Dallas/Fort 35
-011001110110 Kuala 44
-011001110110 Corpus 61
-011001110110 Dallas-Fort 101
-011001110110 Buenos 132
-011001110110 Boca 147
-011001110110 Bala 148
-011001110110 Rancho 154
-011001110110 Palo 367
-011001110110 Des 367
-011001110110 Sri 461
-011001110110 Puerto 542
-011001110110 Las 694
-011001110110 Costa 700
-011001110110 La 1071
-011001110110 El 1144
-011001110110 Fort 1491
-011001110110 St. 3498
-011001110110 San 6545
-011001110110 Los 5929
-0110011101110 Kachalova 1
-0110011101110 ex-Wall 1
-0110011101110 Shawmut-State 1
-0110011101110 Eriq 1
-0110011101110 Todas 1
-0110011101110 112th 1
-0110011101110 246,200 1
-0110011101110 3,174-room 1
-0110011101110 Calny-operated 1
-0110011101110 Rozana 1
-0110011101110 Ex-Wall 1
-0110011101110 Senorita 1
-0110011101110 Dallas/ 1
-0110011101110 Viven 1
-0110011101110 Cuihua 1
-0110011101110 eight-to-12-page 1
-0110011101110 Brodskovo 1
-0110011101110 Yuetan 1
-0110011101110 Berzei 1
-0110011101110 158th 1
-0110011101110 News-Wall 1
-0110011101110 Pulawska 1
-0110011101110 Fifty-Ninth 1
-0110011101110 Hollywood-Wall 1
-0110011101110 Dauber 1
-0110011101110 CI. 1
-0110011101110 school-Wall 1
-0110011101110 Fannin 2
-0110011101110 Lenwood 2
-0110011101110 Chernyshevsky 2
-0110011101110 163rd 2
-0110011101110 134th 2
-0110011101110 snowy-haired 2
-0110011101110 FirstBank 2
-0110011101110 Bleecker 2
-0110011101110 anti-Wall 2
-0110011101110 190th 2
-0110011101110 al-Watani 2
-0110011101110 Dans 2
-0110011101110 non-Wall 2
-0110011101110 62nd 2
-0110011101110 Tepeyac 2
-0110011101110 Wail 2
-0110011101110 68th 3
-0110011101110 96th 3
-0110011101110 Bayi 3
-0110011101110 207th 3
-0110011101110 76th 4
-0110011101110 MetLife-State 5
-0110011101110 81st 5
-0110011101110 94th 5
-0110011101110 56th 5
-0110011101110 69th 6
-0110011101110 86th 6
-0110011101110 67th 7
-0110011101110 92nd 8
-0110011101110 Chriss 12
-0110011101110 55th 13
-0110011101110 82nd 20
-0110011101110 59th 20
-0110011101110 Jump 20
-0110011101110 52nd 21
-0110011101110 Bourbon 21
-0110011101110 Elm 22
-0110011101110 53rd 23
-0110011101110 Sesame 28
-0110011101110 Aung 31
-0110011101110 57th 32
-0110011101110 Downing 33
-0110011101110 47th 38
-0110011101110 42nd 48
-0110011101110 Tan 188
-0110011101110 Wall 9492
-0110011101110 Main 329
-0110011101111 10,410 1
-0110011101111 38,197 1
-0110011101111 60,875 1
-0110011101111 1,378,000 1
-0110011101111 27,308 1
-0110011101111 31,206 1
-0110011101111 35,211 1
-0110011101111 7,777 1
-0110011101111 sand-bottom 1
-0110011101111 6,714 1
-0110011101111 11,240,000 1
-0110011101111 wobbled-out 1
-0110011101111 237,130 1
-0110011101111 42,391 1
-0110011101111 47,953 1
-0110011101111 266,225 1
-0110011101111 12,135,453 1
-0110011101111 12,817,484 1
-0110011101111 271,042 1
-0110011101111 18,949,000 1
-0110011101111 33,341,500 1
-0110011101111 12,960,000 1
-0110011101111 69,989,000 1
-0110011101111 13,710,000 1
-0110011101111 1,437,000 1
-0110011101111 288,147 1
-0110011101111 6,101 1
-0110011101111 1,557,000 1
-0110011101111 9,754 1
-0110011101111 8,268 1
-0110011101111 4,659 1
-0110011101111 306,814 1
-0110011101111 6,884,214 1
-0110011101111 7,192,608 1
-0110011101111 284,904 1
-0110011101111 8,975 1
-0110011101111 3,415 1
-0110011101111 70,646 1
-0110011101111 1,369,000 1
-0110011101111 67,191 1
-0110011101111 444,658 1
-0110011101111 351,643 1
-0110011101111 272,698 1
-0110011101111 263,713 1
-0110011101111 1,047,000 1
-0110011101111 9,548 1
-0110011101111 275,708 1
-0110011101111 1,355,000 1
-0110011101111 257,301 1
-0110011101111 77,162 1
-0110011101111 52,540 1
-0110011101111 1,329,000 1
-0110011101111 54,790 1
-0110011101111 nine-and-a-half 1
-0110011101111 post-doomsday 1
-0110011101111 limestone-fenced 1
-0110011101111 15,885,000 1
-0110011101111 15,223,000 1
-0110011101111 1,586,000 1
-0110011101111 59,975 1
-0110011101111 11,320 1
-0110011101111 7,942 1
-0110011101111 7,815 1
-0110011101111 2,425 1
-0110011101111 10,473 1
-0110011101111 10,319 1
-0110011101111 5,845 1
-0110011101111 13,420 1
-0110011101111 14,046 1
-0110011101111 64,041 1
-0110011101111 68,225 1
-0110011101111 11,598,186 1
-0110011101111 NORSKE 1
-0110011101111 12,190,990 1
-0110011101111 266,976 1
-0110011101111 1,917 1
-0110011101111 agree-disagree 1
-0110011101111 217,635 1
-0110011101111 1,732,000 1
-0110011101111 10,533,000 1
-0110011101111 7,450 1
-0110011101111 143,700 1
-0110011101111 4.473 1
-0110011101111 8,367,819 1
-0110011101111 8,705,410 1
-0110011101111 233,065 1
-0110011101111 15,193 1
-0110011101111 143,200 1
-0110011101111 87,100 1
-0110011101111 12,050,000 1
-0110011101111 12,330,000 1
-0110011101111 300,221 1
-0110011101111 337,630 1
-0110011101111 333,446,000 1
-0110011101111 1,216,000 1
-0110011101111 232,444 1
-0110011101111 1,361,000 1
-0110011101111 364,060 1
-0110011101111 estimator 1
-0110011101111 8,797,050 1
-0110011101111 9,219,803 1
-0110011101111 228,578 1
-0110011101111 245,950,000 1
-0110011101111 8,170,000 1
-0110011101111 10,310,000 1
-0110011101111 212,520 1
-0110011101111 6,844 1
-0110011101111 Twenty-six-year-old 1
-0110011101111 10,137 1
-0110011101111 5,437 1
-0110011101111 1,279,000 1
-0110011101111 1,688,000 1
-0110011101111 gross-registered-ton 1
-0110011101111 10,164 1
-0110011101111 44.0479 1
-0110011101111 7,692,862 1
-0110011101111 8,044,314 1
-0110011101111 247,216 1
-0110011101111 0.4536 1
-0110011101111 28.3495 1
-0110011101111 1.60935 1
-0110011101111 Schwabs 1
-0110011101111 7,610,000 1
-0110011101111 1,627,000 1
-0110011101111 42-gallon 1
-0110011101111 non-converted 1
-0110011101111 210,700,000 1
-0110011101111 7,950,000 1
-0110011101111 10,880,000 1
-0110011101111 1,504,000 1
-0110011101111 273,285 1
-0110011101111 1,804,000 1
-0110011101111 methanol-burning 1
-0110011101111 700-cc 1
-0110011101111 300-600 1
-0110011101111 219,369 1
-0110011101111 12,681 1
-0110011101111 53,928 1
-0110011101111 6,092 1
-0110011101111 1,269,000 1
-0110011101111 run-of-the-coop 1
-0110011101111 237,155 1
-0110011101111 1,366,000 1
-0110011101111 2,960,000 1
-0110011101111 10,728 1
-0110011101111 1,468,000 1
-0110011101111 10,725 1
-0110011101111 1,816,000 1
-0110011101111 1,906,000 1
-0110011101111 6,405,000 1
-0110011101111 6,454,000 1
-0110011101111 4,911,000 1
-0110011101111 13,193 1
-0110011101111 18,450 1
-0110011101111 14,675 1
-0110011101111 295,300 1
-0110011101111 60-plus 1
-0110011101111 470,400 1
-0110011101111 10,722,398 1
-0110011101111 13,811 1
-0110011101111 0.021 1
-0110011101111 11,303,946 1
-0110011101111 11,296,859 1
-0110011101111 11,526 1
-0110011101111 1,052,000 1
-0110011101111 4,550 1
-0110011101111 13,080 1
-0110011101111 92,450 1
-0110011101111 11,001,849 1
-0110011101111 11,028,983 1
-0110011101111 unresting 1
-0110011101111 1,338 1
-0110011101111 5,628,000 1
-0110011101111 5,620,000 1
-0110011101111 13,860 1
-0110011101111 18,481 1
-0110011101111 874,877 1
-0110011101111 773,977 1
-0110011101111 10,560 1
-0110011101111 1,677,000 1
-0110011101111 God-made 1
-0110011101111 post-First 1
-0110011101111 9,667,575 1
-0110011101111 28,568,000 1
-0110011101111 35,267,000 1
-0110011101111 4,962,000 1
-0110011101111 3,200,000 1
-0110011101111 1,775,000 1
-0110011101111 466,252 1
-0110011101111 536,737 1
-0110011101111 10,446,368 1
-0110011101111 95,635 1
-0110011101111 8,689 1
-0110011101111 27,881 1
-0110011101111 158,268 1
-0110011101111 9,990 1
-0110011101111 6,875 1
-0110011101111 45-6 1
-0110011101111 243,861 1
-0110011101111 323,666 1
-0110011101111 441,650 1
-0110011101111 1,304,000 1
-0110011101111 BioDread 1
-0110011101111 U.S.-Third 1
-0110011101111 500,500 1
-0110011101111 1,817,000 1
-0110011101111 26,708 1
-0110011101111 27,020 1
-0110011101111 30,702 1
-0110011101111 1,297,000 1
-0110011101111 10,535,904 1
-0110011101111 11,049,928 1
-0110011101111 263,745 1
-0110011101111 0.110 1
-0110011101111 14,304,667 1
-0110011101111 13,622,558 1
-0110011101111 85,598 1
-0110011101111 17,851 1
-0110011101111 105,350 1
-0110011101111 251,591 1
-0110011101111 1,000-cubic 1
-0110011101111 Can-Do 1
-0110011101111 8,025 1
-0110011101111 1,286,000 1
-0110011101111 54,177 1
-0110011101111 71,517 1
-0110011101111 107,300 1
-0110011101111 14,629 1
-0110011101111 11,867,463 1
-0110011101111 1454 1
-0110011101111 1,707 1
-0110011101111 11,575,362 1
-0110011101111 11,601,392 1
-0110011101111 stretched-version 1
-0110011101111 82,730 1
-0110011101111 89,333 1
-0110011101111 287,775 1
-0110011101111 191,000,000 1
-0110011101111 28,150 1
-0110011101111 27,345 1
-0110011101111 497,900 1
-0110011101111 8,596 1
-0110011101111 74,818 1
-0110011101111 66,050 1
-0110011101111 4,875 1
-0110011101111 12,467,009 1
-0110011101111 12,170,853 1
-0110011101111 sweat-type 1
-0110011101111 557,586 1
-0110011101111 18,658 1
-0110011101111 186,200 1
-0110011101111 352,996 1
-0110011101111 2,007,699 1
-0110011101111 2,085,959 1
-0110011101111 288,505 1
-0110011101111 7,120,000 1
-0110011101111 1,568,000 1
-0110011101111 1,789,000 1
-0110011101111 13,298,038 1
-0110011101111 12,712,264 1
-0110011101111 297,300 1
-0110011101111 1,642,000 1
-0110011101111 14,730 1
-0110011101111 295,267 1
-0110011101111 3,412 1
-0110011101111 12,532 1
-0110011101111 NEC-dedicated 1
-0110011101111 16,485,000 1
-0110011101111 1,478,000 1
-0110011101111 494,200 1
-0110011101111 30,700 1
-0110011101111 37,600 1
-0110011101111 1,318,097 1
-0110011101111 1,403,473 1
-0110011101111 272,229 1
-0110011101111 1,676,000 1
-0110011101111 1,784,000 1
-0110011101111 700,00 1
-0110011101111 274,973 1
-0110011101111 absentee-owned 1
-0110011101111 120,100 1
-0110011101111 1,762,000 1
-0110011101111 Liveable 1
-0110011101111 279,867 1
-0110011101111 9,596 1
-0110011101111 flexible-route 1
-0110011101111 4,091 1
-0110011101111 151,175 1
-0110011101111 726,600 1
-0110011101111 31-gallon 1
-0110011101111 68,250 1
-0110011101111 1,439,327 1
-0110011101111 1,520,403 1
-0110011101111 281,119 1
-0110011101111 1,741,000 1
-0110011101111 686,200 1
-0110011101111 fake-o 1
-0110011101111 10,520 1
-0110011101111 bulldozes 1
-0110011101111 10,286 1
-0110011101111 4,008,271 1
-0110011101111 4,206,459 1
-0110011101111 179,470 1
-0110011101111 1,371,000 1
-0110011101111 1,534,000 1
-0110011101111 562,100 1
-0110011101111 295,650 1
-0110011101111 275,935 1
-0110011101111 291,242 1
-0110011101111 241,200 1
-0110011101111 259,400 1
-0110011101111 462,500 1
-0110011101111 399,800 1
-0110011101111 16,590 1
-0110011101111 1,405,000 1
-0110011101111 1,034,000 1
-0110011101111 1,004,000 1
-0110011101111 1,364,000 1
-0110011101111 304,217 1
-0110011101111 12,228 1
-0110011101111 2,339,000 1
-0110011101111 4,562,000 1
-0110011101111 3,037,000 1
-0110011101111 overpadded 1
-0110011101111 rubber-soled 1
-0110011101111 11,250 1
-0110011101111 680,700 1
-0110011101111 378,400 1
-0110011101111 175,250 1
-0110011101111 1,796,000 1
-0110011101111 282,017 1
-0110011101111 24,901.55 1
-0110011101111 167,650 1
-0110011101111 60,200 1
-0110011101111 4,478,000 1
-0110011101111 288,132 1
-0110011101111 1,356,000 1
-0110011101111 96,360,000 1
-0110011101111 212,400 1
-0110011101111 3,791,000 1
-0110011101111 3,351,000 1
-0110011101111 1,526 1
-0110011101111 1,818,000 1
-0110011101111 1,722,000 1
-0110011101111 old-rival 1
-0110011101111 129,300 1
-0110011101111 30.38 1
-0110011101111 6,013,000 1
-0110011101111 them-vs.-us 1
-0110011101111 109,044 1
-0110011101111 69,258 1
-0110011101111 107,250 1
-0110011101111 grubbers 1
-0110011101111 791,214 1
-0110011101111 7,616,000 1
-0110011101111 270,650 1
-0110011101111 4,227,000 1
-0110011101111 263,627 1
-0110011101111 3,544,800 1
-0110011101111 283,700 1
-0110011101111 non-Third 1
-0110011101111 8,941 1
-0110011101111 1,296,000 1
-0110011101111 6,031,000 1
-0110011101111 1,407,000 1
-0110011101111 20-milligram 1
-0110011101111 9,281,414 1
-0110011101111 9,740,712 1
-0110011101111 1,579,000 1
-0110011101111 1,920,000 1
-0110011101111 2,000-odd 1
-0110011101111 277,899 1
-0110011101111 12,864 1
-0110011101111 8,210,000 1
-0110011101111 13,013,682 1
-0110011101111 13,604,048 1
-0110011101111 17,244,000 1
-0110011101111 16,874,000 1
-0110011101111 1,651,000 1
-0110011101111 5,475 1
-0110011101111 27,207 1
-0110011101111 12,363 1
-0110011101111 17,843,000 1
-0110011101111 16,165,000 1
-0110011101111 20,974,000 1
-0110011101111 1,998,000 1
-0110011101111 12,205 1
-0110011101111 2,575,098 1
-0110011101111 267,619 1
-0110011101111 2,679,200 1
-0110011101111 4,646 1
-0110011101111 chariots 1
-0110011101111 2,830,000 1
-0110011101111 29,452 1
-0110011101111 56,925 1
-0110011101111 37,450 1
-0110011101111 8,507 1
-0110011101111 1,242,000 1
-0110011101111 8,548 1
-0110011101111 13,300,874 1
-0110011101111 13,876,774 1
-0110011101111 89,100 1
-0110011101111 244,800 1
-0110011101111 4,040,000 1
-0110011101111 haemophilus 1
-0110011101111 26,461 1
-0110011101111 30,626 1
-0110011101111 20,217 1
-0110011101111 21,502 1
-0110011101111 42,875 1
-0110011101111 Soviet-Third 1
-0110011101111 1,331,000 1
-0110011101111 2,307,479 1
-0110011101111 299,780 1
-0110011101111 2,383,668 1
-0110011101111 6,244 1
-0110011101111 2,575 1
-0110011101111 22,109,000 1
-0110011101111 19,177,000 1
-0110011101111 1,926,000 1
-0110011101111 279,218 1
-0110011101111 205,241 1
-0110011101111 770,895 1
-0110011101111 826,425 1
-0110011101111 272,624 1
-0110011101111 4,077 1
-0110011101111 3,038 1
-0110011101111 7,036 1
-0110011101111 4,365 1
-0110011101111 7,301 1
-0110011101111 8,065 1
-0110011101111 Nonnuclear 1
-0110011101111 1,922,000 1
-0110011101111 259,582 1
-0110011101111 593,452 1
-0110011101111 1,320,000 1
-0110011101111 1,413,000 1
-0110011101111 5,977 1
-0110011101111 1,319,000 1
-0110011101111 1,385,000 1
-0110011101111 1,768,000 1
-0110011101111 253,987 1
-0110011101111 143,068 1
-0110011101111 2.471 1
-0110011101111 1,825,000 1
-0110011101111 telex-receiving 1
-0110011101111 12,846,000 1
-0110011101111 340,000-to-350,000 1
-0110011101111 7,951 1
-0110011101111 1,266,000 1
-0110011101111 199,492 1
-0110011101111 310,521 1
-0110011101111 387,623 1
-0110011101111 2,470,000 1
-0110011101111 3,520,000 1
-0110011101111 1,501,000 1
-0110011101111 1,449,000 1
-0110011101111 over-100-horsepower 1
-0110011101111 10,788 1
-0110011101111 1,303,000 1
-0110011101111 1,017,358 1
-0110011101111 wiggly 1
-0110011101111 13,328,037 1
-0110011101111 289,417 1
-0110011101111 pro-Third 1
-0110011101111 13,895,498 1
-0110011101111 Jeunesses 1
-0110011101111 Musicales 1
-0110011101111 3,976 1
-0110011101111 9,050 1
-0110011101111 12,024 1
-0110011101111 galaxy-sized 1
-0110011101111 12,339 1
-0110011101111 Kintetsu 1
-0110011101111 Left-hand 1
-0110011101111 1,554 1
-0110011101111 7,637 1
-0110011101111 12,040 1
-0110011101111 14,235 1
-0110011101111 11,164 1
-0110011101111 282,400 1
-0110011101111 1,849,000 1
-0110011101111 9,563 1
-0110011101111 916,438 1
-0110011101111 16,789 1
-0110011101111 8,475,840 1
-0110011101111 20,414,000 1
-0110011101111 20,692,000 1
-0110011101111 1,729,000 1
-0110011101111 10,357 1
-0110011101111 2,315 1
-0110011101111 10,340 1
-0110011101111 10,374,443 1
-0110011101111 9,603,121 1
-0110011101111 9,810,000 1
-0110011101111 8,923,486 1
-0110011101111 1,569,000 1
-0110011101111 302,523 1
-0110011101111 1,644,000 1
-0110011101111 4,790,000 1
-0110011101111 479,264 1
-0110011101111 8,176 1
-0110011101111 8,165 1
-0110011101111 80,625 1
-0110011101111 MSX-run 1
-0110011101111 5,015,528 1
-0110011101111 5.5-minute 1
-0110011101111 1,531,257 1
-0110011101111 1,507,781 1
-0110011101111 still-damp 1
-0110011101111 10,154 1
-0110011101111 3,175 1
-0110011101111 45,075 1
-0110011101111 26,400 1
-0110011101111 9,030 1
-0110011101111 Lines-Trans 1
-0110011101111 6,732 1
-0110011101111 500-thousand 1
-0110011101111 112,700 1
-0110011101111 16,395 1
-0110011101111 423,500 1
-0110011101111 427,100 1
-0110011101111 electric-driven 1
-0110011101111 230-plus 1
-0110011101111 19,450,000 1
-0110011101111 29,413,000 1
-0110011101111 11,498,000 1
-0110011101111 10,997,000 1
-0110011101111 6,192,797 1
-0110011101111 8,382 1
-0110011101111 4,083 1
-0110011101111 101,299 1
-0110011101111 1,345,000 1
-0110011101111 2,688 1
-0110011101111 110,700 1
-0110011101111 1,715,000 1
-0110011101111 10,088,333 1
-0110011101111 9,373,002 1
-0110011101111 12,875 1
-0110011101111 58,075 1
-0110011101111 13,780 1
-0110011101111 14,734 1
-0110011101111 7,340 1
-0110011101111 14,991 1
-0110011101111 11,944 1
-0110011101111 5,672,078 1
-0110011101111 7,305,000 1
-0110011101111 4,329,000 1
-0110011101111 2,535,000 1
-0110011101111 5,978,874 1
-0110011101111 5,891,023 1
-0110011101111 63,100 1
-0110011101111 145,100 1
-0110011101111 124,400 1
-0110011101111 127,700 1
-0110011101111 138,100 1
-0110011101111 139.029 1
-0110011101111 9,062 1
-0110011101111 9,337 1
-0110011101111 9,745 1
-0110011101111 16,488 1
-0110011101111 13,832 1
-0110011101111 87,675 1
-0110011101111 strapped-in 1
-0110011101111 4,353 1
-0110011101111 9,827,000 1
-0110011101111 10,662,112 1
-0110011101111 780,976 1
-0110011101111 509,660 1
-0110011101111 1,162 1
-0110011101111 2,754 1
-0110011101111 Fund/ 1
-0110011101111 11,529 1
-0110011101111 10,962,921 1
-0110011101111 137,800 1
-0110011101111 1,458,000 1
-0110011101111 gold-medal-winning 1
-0110011101111 56,725 1
-0110011101111 9,002 1
-0110011101111 2,138 1
-0110011101111 11,197 1
-0110011101111 10,448 1
-0110011101111 81,900 1
-0110011101111 482,640 1
-0110011101111 MATTERS 1
-0110011101111 96,700 1
-0110011101111 66,700 1
-0110011101111 23,430 1
-0110011101111 1,911,000 1
-0110011101111 1,578,000 1
-0110011101111 2,886,209 1
-0110011101111 2,926,985 1
-0110011101111 Haemophilus 1
-0110011101111 12,722 1
-0110011101111 3,918 1
-0110011101111 8,564 1
-0110011101111 6,374 1
-0110011101111 12,622 1
-0110011101111 9,336 1
-0110011101111 1,124,255 1
-0110011101111 30,537 1
-0110011101111 778,908 1
-0110011101111 881,981,581 1
-0110011101111 232,100,416 1
-0110011101111 98,500 1
-0110011101111 132,500 1
-0110011101111 82,875 1
-0110011101111 57,875 1
-0110011101111 4,115,283 1
-0110011101111 4,117,924 1
-0110011101111 15,985 1
-0110011101111 299,297 1
-0110011101111 1,388,000 1
-0110011101111 9,626,000 1
-0110011101111 21,928 1
-0110011101111 11,987 1
-0110011101111 46,875 1
-0110011101111 McBisney 1
-0110011101111 3,524,000 1
-0110011101111 1,505,000 1
-0110011101111 1,498,000 1
-0110011101111 1,636,000 1
-0110011101111 305,652 1
-0110011101111 3,516,225 1
-0110011101111 3,489,871 1
-0110011101111 2,101,828 1
-0110011101111 2,073,337 1
-0110011101111 210,796,000 1
-0110011101111 32,466,000 1
-0110011101111 11,233 1
-0110011101111 1,908,000 1
-0110011101111 53,375 1
-0110011101111 10,789 1
-0110011101111 sizenine 1
-0110011101111 26,544 1
-0110011101111 9,525 1
-0110011101111 1,691,000 1
-0110011101111 1,671,000 1
-0110011101111 216,611 1
-0110011101111 20,585 1
-0110011101111 35,655 1
-0110011101111 50,094 1
-0110011101111 12,120 1
-0110011101111 116,975 1
-0110011101111 1,056,675 1
-0110011101111 1,752,000 1
-0110011101111 7,130 1
-0110011101111 104,275 1
-0110011101111 3,602,000 1
-0110011101111 8,563,943 1
-0110011101111 8,394,273 1
-0110011101111 9,287 1
-0110011101111 236,913 1
-0110011101111 378,326 1
-0110011101111 119,975 1
-0110011101111 8,379,000 1
-0110011101111 9,048,000 1
-0110011101111 13,575,019 1
-0110011101111 14,170,761 1
-0110011101111 8,751 1
-0110011101111 8,952,344 1
-0110011101111 9,516,566 1
-0110011101111 3,430,000 1
-0110011101111 2,360,000 1
-0110011101111 5,760,000 1
-0110011101111 32,988 1
-0110011101111 10,596,437 1
-0110011101111 11,506,645 1
-0110011101111 286,816 1
-0110011101111 2,042 1
-0110011101111 1,545,000 1
-0110011101111 8,742,015 1
-0110011101111 9,211,417 1
-0110011101111 23,034 1
-0110011101111 125,075 1
-0110011101111 10,358 1
-0110011101111 7,146 1
-0110011101111 7,012 1
-0110011101111 6,913 1
-0110011101111 9,146,666 1
-0110011101111 9,264,636 1
-0110011101111 12,403 1
-0110011101111 10,871,793 1
-0110011101111 11,760,925 1
-0110011101111 9,391,615 1
-0110011101111 9,501,132 1
-0110011101111 6,918,298 1
-0110011101111 12,731,000 1
-0110011101111 15,371,000 1
-0110011101111 3,661,000 1
-0110011101111 3,172,000 1
-0110011101111 1,526,000 1
-0110011101111 1,610,000 1
-0110011101111 18,894 1
-0110011101111 46,292 1
-0110011101111 73,150 1
-0110011101111 15,214 1
-0110011101111 15,170 1
-0110011101111 16,163 1
-0110011101111 69,160 1
-0110011101111 Macintosh-based 1
-0110011101111 Fotoform 1
-0110011101111 1,487,500 1
-0110011101111 2,698,400 1
-0110011101111 8,627,080 1
-0110011101111 8,828,668 1
-0110011101111 69,317 1
-0110011101111 88,294 1
-0110011101111 655,441 1
-0110011101111 821,110 1
-0110011101111 120,700 1
-0110011101111 157,611 1
-0110011101111 1,913,000 1
-0110011101111 178,330,000 1
-0110011101111 28,434,000 1
-0110011101111 goddamned 1
-0110011101111 9,350 1
-0110011101111 all-night-game 1
-0110011101111 53,925 1
-0110011101111 19,919 1
-0110011101111 127,249 1
-0110011101111 736,311 1
-0110011101111 233,880 1
-0110011101111 675,943 1
-0110011101111 500,676 1
-0110011101111 2,138,528 1
-0110011101111 18,686,000 1
-0110011101111 1,926,933 1
-0110011101111 1,812,419 1
-0110011101111 Postmodern 1
-0110011101111 114,889 1
-0110011101111 7,189,337 1
-0110011101111 7,066,603 1
-0110011101111 53,560 1
-0110011101111 926,612 1
-0110011101111 inflation-ravaged 1
-0110011101111 16,907 1
-0110011101111 4,320,000 1
-0110011101111 7,785 1
-0110011101111 7,465,597 1
-0110011101111 7,357,298 1
-0110011101111 15,238,000 1
-0110011101111 Planeala 1
-0110011101111 Non-Dollar 1
-0110011101111 1,683,000 1
-0110011101111 22,883,000 1
-0110011101111 12,058 1
-0110011101111 44,725 1
-0110011101111 116,333 1
-0110011101111 113,654 1
-0110011101111 75,675 1
-0110011101111 stockinged 1
-0110011101111 1,498 1
-0110011101111 4,372 1
-0110011101111 1,021,728 1
-0110011101111 249,800 1
-0110011101111 10,730 1
-0110011101111 11,863,000 1
-0110011101111 9,794,767 1
-0110011101111 6,890,980 1
-0110011101111 6,732,529 1
-0110011101111 5,325 1
-0110011101111 6,015 1
-0110011101111 7,638 1
-0110011101111 75,700 1
-0110011101111 3,612 1
-0110011101111 16,578 1
-0110011101111 1,662,000 1
-0110011101111 halfbillion 1
-0110011101111 96,100 1
-0110011101111 357,912 1
-0110011101111 221,815 1
-0110011101111 1,321,000 1
-0110011101111 0.0514 1
-0110011101111 250,800 1
-0110011101111 7,647,295 1
-0110011101111 56,825 1
-0110011101111 17,823 1
-0110011101111 3,136 1
-0110011101111 6,576 1
-0110011101111 89,850 1
-0110011101111 7,197 1
-0110011101111 1,939,000 2
-0110011101111 1,606,000 2
-0110011101111 1,736,000 2
-0110011101111 2,060,000 2
-0110011101111 1,694,000 2
-0110011101111 broad-reaching 2
-0110011101111 1,743,000 2
-0110011101111 1,956,000 2
-0110011101111 2,002,000 2
-0110011101111 262,445 2
-0110011101111 1,000-board 2
-0110011101111 suction-cupped 2
-0110011101111 1,859,000 2
-0110011101111 1,635,000 2
-0110011101111 3,097 2
-0110011101111 1,595,000 2
-0110011101111 251,920 2
-0110011101111 238,689 2
-0110011101111 1,323,000 2
-0110011101111 299,681 2
-0110011101111 294,358 2
-0110011101111 1,349,000 2
-0110011101111 deadweight 2
-0110011101111 1,867,000 2
-0110011101111 1,227,000 2
-0110011101111 1,832,000 2
-0110011101111 1,549,000 2
-0110011101111 1,747,000 2
-0110011101111 push-pull 2
-0110011101111 1,271,000 2
-0110011101111 1,618 2
-0110011101111 1,843,000 2
-0110011101111 FT-Actuaries 2
-0110011101111 7,979 2
-0110011101111 1,354,000 2
-0110011101111 1,791,000 2
-0110011101111 262.6 2
-0110011101111 1,343,000 2
-0110011101111 1,754,000 2
-0110011101111 1,792,000 2
-0110011101111 1,844,000 2
-0110011101111 1,696,000 2
-0110011101111 1,969,000 2
-0110011101111 1,794,000 2
-0110011101111 1,811,000 2
-0110011101111 293,912 2
-0110011101111 264,725 2
-0110011101111 1,944,000 2
-0110011101111 3,775 2
-0110011101111 114,800 2
-0110011101111 1,827,000 2
-0110011101111 1,949,000 2
-0110011101111 1,781,000 2
-0110011101111 754,000 2
-0110011101111 11,170 2
-0110011101111 4,981 2
-0110011101111 30,115 2
-0110011101111 306,796 2
-0110011101111 Livable 2
-0110011101111 2,019,000 2
-0110011101111 1,322,000 2
-0110011101111 1,435,000 2
-0110011101111 302,811 2
-0110011101111 1,381,000 2
-0110011101111 2,009,000 2
-0110011101111 1,797,000 2
-0110011101111 265,731 2
-0110011101111 274,963 2
-0110011101111 315,009 2
-0110011101111 297,446 2
-0110011101111 1,957,000 2
-0110011101111 1,841,000 2
-0110011101111 1,647,000 2
-0110011101111 McHose 2
-0110011101111 1,836,000 2
-0110011101111 1,774,000 2
-0110011101111 677,739 2
-0110011101111 1,947,000 2
-0110011101111 298,357 2
-0110011101111 1,871,000 2
-0110011101111 1,834,000 2
-0110011101111 1,819,000 2
-0110011101111 1,721,000 2
-0110011101111 1,877,000 2
-0110011101111 1,822,000 2
-0110011101111 5,294 2
-0110011101111 298,478 2
-0110011101111 appetite-suppressant 2
-0110011101111 1,898,000 2
-0110011101111 1,663,000 2
-0110011101111 1,376,000 2
-0110011101111 2,668 2
-0110011101111 272,047 2
-0110011101111 1,332,000 2
-0110011101111 1,706,000 2
-0110011101111 1,967,000 2
-0110011101111 1,727,000 2
-0110011101111 1,777,000 2
-0110011101111 1,633,000 2
-0110011101111 271,459 2
-0110011101111 1,640,000 2
-0110011101111 41,425 2
-0110011101111 1,328,000 2
-0110011101111 8,585 2
-0110011101111 209,771 2
-0110011101111 9,343 2
-0110011101111 1,753,000 2
-0110011101111 431,330 2
-0110011101111 1,987,000 2
-0110011101111 13,081 2
-0110011101111 Matchmaker 2
-0110011101111 1,918,000 2
-0110011101111 294,059 3
-0110011101111 2,204 3
-0110011101111 1,766,000 3
-0110011101111 299,767 3
-0110011101111 294,177 3
-0110011101111 1,399,000 3
-0110011101111 1,338,000 3
-0110011101111 280,403 3
-0110011101111 1,689,000 3
-0110011101111 1,693,000 3
-0110011101111 283,303 3
-0110011101111 283,102 3
-0110011101111 293,914 3
-0110011101111 1,905,000 3
-0110011101111 1,719,000 3
-0110011101111 1,699,000 3
-0110011101111 283,134 3
-0110011101111 1,858,000 3
-0110011101111 264,159 3
-0110011101111 296,156 3
-0110011101111 1,685,000 3
-0110011101111 1,710,000 3
-0110011101111 1,996,000 3
-0110011101111 1,673,000 3
-0110011101111 279,451 3
-0110011101111 1,702,000 3
-0110011101111 1,718,000 3
-0110011101111 295,010 3
-0110011101111 298,223 3
-0110011101111 248,161 3
-0110011101111 254,165 3
-0110011101111 1,649,000 3
-0110011101111 271,014 3
-0110011101111 oil-equivalent 3
-0110011101111 232,807 3
-0110011101111 1,773,000 3
-0110011101111 1,851,000 3
-0110011101111 1,869,000 3
-0110011101111 297,709 3
-0110011101111 1,942,000 3
-0110011101111 291,471 3
-0110011101111 290,695 3
-0110011101111 287,192 3
-0110011101111 277,345 3
-0110011101111 1,793,000 3
-0110011101111 1,698,000 3
-0110011101111 209,204 3
-0110011101111 282,253 3
-0110011101111 293,073 3
-0110011101111 1,965,000 3
-0110011101111 280,300 3
-0110011101111 1,624,000 3
-0110011101111 295,532 3
-0110011101111 waterline 3
-0110011101111 1,838,000 3
-0110011101111 1,846,000 4
-0110011101111 1,799,000 4
-0110011101111 1,991,000 4
-0110011101111 1,866,000 4
-0110011101111 296,649 4
-0110011101111 1,690,000 4
-0110011101111 roadless 4
-0110011101111 1,945,000 4
-0110011101111 1,697,000 4
-0110011101111 1,787,000 4
-0110011101111 1,337,000 4
-0110011101111 1,748,000 4
-0110011101111 1,798,000 4
-0110011101111 pasenger 4
-0110011101111 webbed 4
-0110011101111 25,600 4
-0110011101111 1,529,000 4
-0110011101111 1,921,000 4
-0110011101111 1,723,000 5
-0110011101111 1,426,000 5
-0110011101111 1,695,000 5
-0110011101111 3,410 5
-0110011101111 1,700,000 6
-0110011101111 TX 7
-0110011101111 1,856,000 7
-0110011101111 revenue-passenger 7
-0110011101111 948,000 8
-0110011101111 troy 17
-0110011101111 square-foot 30
-0110011101111 nautical 36
-0110011101111 2,204.6 63
-0110011101111 2,204.62 76
-0110011101111 Trans 424
-0110011101111 cubic 613
-0110011101111 square 925
-0110011101111 metric 1801
-0110011101111 Third 1900
-0110011101111 passenger 2896
-01100111100 Intercultural 1
-01100111100 Gips 1
-01100111100 City/New 1
-01100111100 Co.-Irving 1
-01100111100 agency-search 1
-01100111100 Intercurrency 1
-01100111100 Lightbulb 1
-01100111100 Mercentile 1
-01100111100 InterBank 1
-01100111100 based-Henry 1
-01100111100 South-District 1
-01100111100 electric-fan 1
-01100111100 horseplayers 1
-01100111100 coffee-futures 2
-01100111100 Interbank 33
-01100111100 Times-Stock 70
-01100111100 Cotton 181
-01100111100 Developments 182
-01100111100 Metal 386
-01100111100 Stock 15618
-01100111100 Mercantile 1306
-01100111101 cash-index 1
-01100111101 equity-securities 1
-01100111101 71,197 1
-01100111101 Exchange-approved 1
-01100111101 Organzation 1
-01100111101 Bomduck 1
-01100111101 Exchage 1
-01100111101 Cecil-Stuart 1
-01100111101 Nissan-Saab 1
-01100111101 energy-commodity 1
-01100111101 Preview 1
-01100111101 Schifrin 1
-01100111101 81,396 1
-01100111101 Decmber 1
-01100111101 Vold 1
-01100111101 Entomologist 1
-01100111101 Fryd 1
-01100111101 Leve 1
-01100111101 Handicraft 1
-01100111101 undershooting 1
-01100111101 Excchange 1
-01100111101 Ex-change 1
-01100111101 Freches-Thory 1
-01100111101 popeyed 1
-01100111101 Prain 1
-01100111101 Splash-Seafood 1
-01100111101 Costigyan 1
-01100111101 Lotz 1
-01100111101 Ozdemir 1
-01100111101 Pendell 1
-01100111101 Market. 1
-01100111101 Weerasinghe 1
-01100111101 Exchnage 1
-01100111101 1190.61 1
-01100111101 McNichol 1
-01100111101 HST 1
-01100111101 Kreuger 2
-01100111101 Clairmont 2
-01100111101 Bienstock 2
-01100111101 Exchange-sponsored 2
-01100111101 Kirdar 2
-01100111101 Manufactures 3
-01100111101 Exchange-listed 10
-01100111101 Jacket 15
-01100111101 Exchanges 42
-01100111101 Ownership 97
-01100111101 Exchange 23079
-01100111101 Mergers 229
-011001111100 York-Northern 1
-011001111100 Hamphire 1
-011001111100 Japser 1
-011001111100 Haven. 1
-011001111100 York-to-Florida 1
-011001111100 Jersey-Massachusetts 1
-011001111100 York-centered 1
-011001111100 Skete 1
-011001111100 Insertions 1
-011001111100 Orleansbased 1
-011001111100 York-Stony 1
-011001111100 York-dominated 1
-011001111100 Loophole 1
-011001111100 Century/Vista 1
-011001111100 York-chartered 1
-011001111100 Historicism 1
-011001111100 York-wise 1
-011001111100 Straitsville 1
-011001111100 Wld 1
-011001111100 Repubic 1
-011001111100 Superball 1
-011001111100 Testaments 1
-011001111100 Orlean-based 1
-011001111100 Traditionalist 1
-011001111100 York-SF 1
-011001111100 Brunswick.N.J. 1
-011001111100 Orleans-style 2
-011001111100 York-Chicago 2
-011001111100 York-to-London 2
-011001111100 York-Atlantic 2
-011001111100 Zealand-controlled 3
-011001111100 York 41736
-011001111100 York. 15
-011001111101 York-Rye 1
-011001111101 Highs 1
-011001111101 Deal/Great 1
-011001111101 Deal-style 1
-011001111101 Jersey-size 1
-011001111101 Agespeak 1
-011001111101 Cutting-Edge 1
-011001111101 York-headquarters 1
-011001111101 Culprit 1
-011001111101 York-Beijing 1
-011001111101 York-licensed 1
-011001111101 Republic/Henry 1
-011001111101 exchange-disclosure 1
-011001111101 Yorkian 1
-011001111101 PASO 1
-011001111101 Hampshirite 1
-011001111101 Hampshire-Massachusetts 1
-011001111101 reserach 1
-011001111101 KGB-Engine 1
-011001111101 Guardhouse 1
-011001111101 Orleans-area 1
-011001111101 York-to-Chicago 1
-011001111101 Guinean 1
-011001111101 Frontiersmen 1
-011001111101 Yorkese 1
-011001111101 Deal-type 1
-011001111101 cooking-bag 1
-011001111101 England-New 1
-011001111101 Mexico-raised 1
-011001111101 Century/New 1
-011001111101 Jersy 1
-011001111101 Trans-Century 1
-011001111101 Jersey-bound 1
-011001111101 York-to-New 1
-011001111101 York-type 1
-011001111101 Headphones 1
-011001111101 York-is-a-jungle 1
-011001111101 Republic/Basic 1
-011001111101 super-windows 1
-011001111101 Jersey/New 1
-011001111101 York-Baruch 1
-011001111101 Deal-socialist 1
-011001111101 Age-like 1
-011001111101 Deal-Fair 1
-011001111101 Vibrometer 1
-011001111101 Matriarch 1
-011001111101 clot-breaking 1
-011001111101 York/New 1
-011001111101 York-agency 1
-011001111101 Line-Heron 1
-011001111101 York-London 1
-011001111101 Jersey-sized 1
-011001111101 Orleanians 2
-011001111101 Dive 2
-011001111101 Prieta 2
-011001111101 Viruses 2
-011001111101 Jersey. 2
-011001111101 Delhi-based 2
-011001111101 Edsels 2
-011001111101 Encylopedia 2
-011001111101 Hampshire-based 2
-011001111101 York-ased 2
-011001111101 Yorky 2
-011001111101 Zealand-born 2
-011001111101 York-Miami 2
-011001111101 Orleans-Baton 2
-011001111101 Deal-Great 2
-011001111101 500-size 2
-011001111101 Fria 2
-011001111101 York-style 2
-011001111101 Tack 2
-011001111101 Zealand-dollar 3
-011001111101 Jerseyite 3
-011001111101 Haven-based 3
-011001111101 York-Boston-Washington 3
-011001111101 Rightists 3
-011001111101 1109 3
-011001111101 Ulm 3
-011001111101 Guineans 3
-011001111101 Agers 3
-011001111101 York-born 3
-011001111101 Caledonians 4
-011001111101 AIX 4
-011001111101 Contrarian 4
-011001111101 Otani 4
-011001111101 York-Irving 5
-011001111101 Prometheus 5
-011001111101 Traditionalists 5
-011001111101 York-bound 6
-011001111101 York-Washington 6
-011001111101 Automobili 6
-011001111101 Braunfels 6
-011001111101 MediCo 6
-011001111101 York-Boston 6
-011001111101 Zealander 6
-011001111101 Hampshirites 7
-011001111101 Hebrides 7
-011001111101 Paltz 8
-011001111101 Hamsphire 9
-011001111101 Pig 9
-011001111101 Englanders 13
-011001111101 Yorkbased 14
-011001111101 York-New 17
-011001111101 Zealanders 17
-011001111101 York-area 22
-011001111101 Jersey-based 32
-011001111101 Caledonia 32
-011001111101 Testament 35
-011001111101 Braintree 45
-011001111101 Canaan 46
-011001111101 Visions 47
-011001111101 Zealand-based 48
-011001111101 Criterion 51
-011001111101 Era 61
-011001111101 Rochelle 75
-011001111101 Orleans-based 79
-011001111101 Guinea 94
-011001111101 Yorkers 137
-011001111101 Deal 140
-011001111101 Haven 194
-011001111101 Delhi 207
-011001111101 Yorker 216
-011001111101 Brunswick 274
-011001111101 Age 382
-011001111101 Year 456
-011001111101 Orleans 724
-011001111101 Zealand 988
-011001111101 Hampshire 1524
-011001111101 England 2876
-011001111101 York-based 3375
-011001111101 Jersey 2902
-011001111110 Jarlais 1
-011001111110 Rito 1
-011001111110 Paso-based 1
-011001111110 Louisan 1
-011001111110 Francisco- 1
-011001111110 Verde-related 1
-011001111110 Pasionaria 1
-011001111110 Palito 1
-011001111110 Violetas 1
-011001111110 Vegas-bound 1
-011001111110 Vivandiere 1
-011001111110 Cabos 1
-011001111110 Comales 1
-011001111110 Reine 1
-011001111110 Johnsbury 1
-011001111110 Kar 1
-011001111110 Gonave 1
-011001111110 Centro-based 1
-011001111110 Rey-based 1
-011001111110 Batisse 1
-011001111110 Dutfield 1
-011001111110 Otro 1
-011001111110 Naciones 1
-011001111110 Mollojones 1
-011001111110 Maravillas 1
-011001111110 Chaux-de-Fonds 1
-011001111110 Bergerie 1
-011001111110 Penitente 1
-011001111110 Quina-style 1
-011001111110 Hadj 1
-011001111110 Oroya 1
-011001111110 Worth-Tarrant 1
-011001111110 Pesca 1
-011001111110 Vegan 1
-011001111110 Jeronimo 1
-011001111110 Brava 1
-011001111110 Petersburg/ 1
-011001111110 Paglia 1
-011001111110 Rico.The 1
-011001111110 Cynwd 1
-011001111110 Jose-area 1
-011001111110 Genevoise 1
-011001111110 Angeles-Anaheim-Riverside 1
-011001111110 Martinin-the-Fields 1
-011001111110 Mundo 1
-011001111110 Rico/Caribbean 1
-011001111110 Martinville 1
-011001111110 Francico-based 1
-011001111110 Lampur 1
-011001111110 Nispero 1
-011001111110 Cua 1
-011001111110 Marie-aux-Chaines 1
-011001111110 Angeles-bound 1
-011001111110 Angeles-Phoenix 1
-011001111110 George-Hyslop 1
-011001111110 Francico 1
-011001111110 Nazaire 1
-011001111110 Colline 1
-011001111110 Ceiba 1
-011001111110 Francsico-based 1
-011001111110 Triumfo 1
-011001111110 Paraiso 1
-011001111110 Diego-maker 1
-011001111110 Carrizal 1
-011001111110 John's-Georgetown 1
-011001111110 Follette 1
-011001111110 Liceo 1
-011001111110 Agencia 1
-011001111110 Dominquez 1
-011001111110 Villita 1
-011001111110 Murieta 1
-011001111110 Coyotes 1
-011001111110 Franscico 1
-011001111110 Habra 1
-011001111110 Haciendita 1
-011001111110 Jose-Santa 1
-011001111110 Holmes-style 1
-011001111110 Maarten 1
-011001111110 Puta 1
-011001111110 Pei-designed 1
-011001111110 Siglo 1
-011001111110 Angeles-to-New 1
-011001111110 Angelesbased 1
-011001111110 Fiamma 1
-011001111110 Tunas 1
-011001111110 Caneyes 1
-011001111110 Fransisco 1
-011001111110 Marleybone 1
-011001111110 Joya 1
-011001111110 Mesa/Irvine/Newport 1
-011001111110 Lanka-ward 1
-011001111110 Gioconda 1
-011001111110 Francisco-born 1
-011001111110 Mojados 1
-011001111110 Nick-knacks 1
-011001111110 Alambrados 1
-011001111110 Ramaleros 1
-011001111110 Ilegales 1
-011001111110 Razon 1
-011001111110 1-800-682-8080 1
-011001111110 Francisco-New 1
-011001111110 Elizario 1
-011001111110 Vanguardia 1
-011001111110 salaam 1
-011001111110 Rican-American 1
-011001111110 Ranchito 1
-011001111110 Canastilla 1
-011001111110 Heemskerk 1
-011001111110 Maramotti 1
-011001111110 Smeralda 1
-011001111110 James-the-Less 1
-011001111110 Diego-area 1
-011001111110 Paul. 1
-011001111110 Canada-Flintridge 1
-011001111110 Francisico-based 1
-011001111110 Ricans/Latinos 1
-011001111110 Vegans 1
-011001111110 Clair-population 1
-011001111110 Trios 1
-011001111110 Pocatiere 1
-011001111110 Albans-based 1
-011001111110 Knox-like 1
-011001111110 Spiridon 1
-011001111110 Vineri 1
-011001111110 Francsico 1
-011001111110 Franciscso-based 1
-011001111110 Vegas-style 1
-011001111110 Angeles-Dallas 1
-011001111110 Teufels 1
-011001111110 WALKOUT 1
-011001111110 Ligne 1
-011001111110 Moines. 1
-011001111110 Mirada-based 1
-011001111110 Papin 1
-011001111110 Miguelito 1
-011001111110 Reppublica 1
-011001111110 Charrito 1
-011001111110 Tanura 1
-011001111110 Olivos 1
-011001111110 Segunda 1
-011001111110 Mochis 1
-011001111110 Hueso 1
-011001111110 Angeline 1
-011001111110 Lumpur-based 1
-011001111110 Pomar 1
-011001111110 Vieille 1
-011001111110 Rochefoucault 1
-011001111110 Pacto 1
-011001111110 Zayid 1
-011001111110 Ruche 1
-011001111110 Prensa. 1
-011001111110 Louis. 1
-011001111110 Rebaja 1
-011001111110 Brajne 1
-011001111110 Hune 1
-011001111110 Lumpar 1
-011001111110 Roucheans 1
-011001111110 Pasoan 1
-011001111110 Bechir 1
-011001111110 Cuevas 1
-011001111110 Barquero 1
-011001111110 Worth-Tokyo 1
-011001111110 Angeles-Tokyo 1
-011001111110 Ronde 1
-011001111110 Comenzales 1
-011001111110 Courte 1
-011001111110 Sombrero 1
-011001111110 Crescenta 2
-011001111110 Cienega 2
-011001111110 Alphonsus 2
-011001111110 Rukns 2
-011001111110 Mochito 2
-011001111110 Zapato 2
-011001111110 Grotta 2
-011001111110 Cachas 2
-011001111110 Allemands 2
-011001111110 Meninas 2
-011001111110 Chaudiere 2
-011001111110 Strada 2
-011001111110 Mosquitia 2
-011001111110 Florido 2
-011001111110 Lauderdale/Hollywood 2
-011001111110 Jorre 2
-011001111110 Tache 2
-011001111110 Caballo 2
-011001111110 Trobe 2
-011001111110 Guerro 2
-011001111110 Rica-based 2
-011001111110 Lee-based 2
-011001111110 Hamra 2
-011001111110 Lepage 2
-011001111110 Fille 2
-011001111110 Valse 2
-011001111110 Occhetto 2
-011001111110 Vistoso 2
-011001111110 Leopolda 2
-011001111110 Fumble 2
-011001111110 Emilion 2
-011001111110 Republica 2
-011001111110 Malinche 2
-011001111110 Eustatius 2
-011001111110 Myers-Cape 2
-011001111110 Fakhar 2
-011001111110 Palina 2
-011001111110 Madres 2
-011001111110 Puente 2
-011001111110 Brasiles 2
-011001111110 Cygne 2
-011001111110 Canadans 2
-011001111110 Angeles-Long 2
-011001111110 Antonians 2
-011001111110 Bravito 2
-011001111110 Devens 2
-011001111110 Epoca 2
-011001111110 Cronica 2
-011001111110 Pasoans 2
-011001111110 Bacantes 2
-011001111110 Malaguena 2
-011001111110 Mesa-based 2
-011001111110 Castellon 2
-011001111110 Damas 2
-011001111110 Amistad 2
-011001111110 Angeles-to-Chicago 2
-011001111110 Couto 2
-011001111110 Nuys-based 2
-011001111110 Fransisco-based 2
-011001111110 Ilocandia 2
-011001111110 Rico-7 2
-011001111110 Rouchefoucauld 2
-011001111110 Baronne 2
-011001111110 Marais 2
-011001111110 Luke's-Roosevelt 2
-011001111110 Penasquitos 2
-011001111110 Caille 2
-011001111110 Molino 2
-011001111110 Crepe 2
-011001111110 Cid 2
-011001111110 Gotthard 2
-011001111110 Tropez 2
-011001111110 Tuque 2
-011001111110 Teniente 2
-011001111110 Gaudens 3
-011001111110 Tristesse 3
-011001111110 Cajon 3
-011001111110 Famiglia 3
-011001111110 Rican-based 3
-011001111110 Londe 3
-011001111110 Tuneros 3
-011001111110 Perla 3
-011001111110 Pinos 3
-011001111110 Pasqual 3
-011001111110 Jornada 3
-011001111110 Eligius 3
-011001111110 Mer 3
-011001111110 Cerrito 3
-011001111110 Belvoir 3
-011001111110 Angles-based 3
-011001111110 Maguey 3
-011001111110 Lupton 3
-011001111110 Bernards 3
-011001111110 Comercio 3
-011001111110 Ge 3
-011001111110 Totten 3
-011001111110 Cielo 3
-011001111110 Nido 3
-011001111110 Louisans 3
-011001111110 Jolla-based 3
-011001111110 Eustache 3
-011001111110 Syndicale 3
-011001111110 Rinascente 3
-011001111110 Parolaccia 3
-011001111110 Motte 3
-011001111110 Jean-sur-Richelieu 3
-011001111110 Franciso-based 3
-011001111110 Jari 3
-011001111110 Sonnambula 3
-011001111110 Malfa 3
-011001111110 Porvenir 3
-011001111110 Brygida 4
-011001111110 Alto-based 4
-011001111110 Lobos 4
-011001111110 Calisto 4
-011001111110 Jicarito 4
-011001111110 Martirio 4
-011001111110 Rioja 4
-011001111110 Cholo 4
-011001111110 Repubblica 4
-011001111110 Sylphide 4
-011001111110 Caracol 4
-011001111110 Esperanza 4
-011001111110 Fosse 4
-011001111110 Bicocca 4
-011001111110 Petersburg-based 4
-011001111110 Moines-based 4
-011001111110 Pais 4
-011001111110 Angeles. 4
-011001111110 Sandeman 4
-011001111110 Tiempo 4
-011001111110 McAnuff 4
-011001111110 Angelization 4
-011001111110 Congreso 4
-011001111110 Cicciolina 5
-011001111110 Sarre 5
-011001111110 Simeon 5
-011001111110 Dimas 5
-011001111110 Stampa 5
-011001111110 Tigres 5
-011001111110 Vey 5
-011001111110 Cristobal 5
-011001111110 Bayadere 5
-011001111110 Louis-area 5
-011001111110 Cucamonga 5
-011001111110 Nacion 5
-011001111110 Mouline 5
-011001111110 Detrick 6
-011001111110 Sill 6
-011001111110 Franciso 6
-011001111110 Jose-based 6
-011001111110 Caravelle 6
-011001111110 Torito 6
-011001111110 Muette 6
-011001111110 Creme 6
-011001111110 Financiero 6
-011001111110 Migra 6
-011001111110 Angeles-class 6
-011001111110 Chipote 6
-011001111110 Marque 7
-011001111110 Kitts 7
-011001111110 Paul-based 7
-011001111110 Amador 7
-011001111110 Florian 7
-011001111110 Alamein 7
-011001111110 Huachuca 7
-011001111110 Pleneros 7
-011001111110 Maina 7
-011001111110 Lauderdale-based 7
-011001111110 Barrios 7
-011001111110 Nik 7
-011001111110 Grange 7
-011001111110 Franciscans 8
-011001111110 Vallarta 8
-011001111110 Paisajito 8
-011001111110 Bernadino 8
-011001111110 Diegans 8
-011001111110 Russa 8
-011001111110 Benning 8
-011001111110 Espectador 8
-011001111110 Francisco-area 8
-011001111110 Capitan 8
-011001111110 Lankans 9
-011001111110 Helens 9
-011001111110 Branche 9
-011001111110 Franco-Canadienne 9
-011001111110 Coipa 9
-011001111110 Villette 9
-011001111110 Fondiaria 10
-011001111110 Worth-based 10
-011001111110 Urho 10
-011001111110 Cruces 10
-011001111110 Barres 10
-011001111110 Dix 10
-011001111110 Catharines 11
-011001111110 Cadena 11
-011001111110 Fleur 11
-011001111110 Morena 11
-011001111110 Vrain 11
-011001111110 Lucie 12
-011001111110 Franciscan 12
-011001111110 Ord 12
-011001111110 Olmos 12
-011001111110 Suu 12
-011001111110 Porte 12
-011001111110 Riva 13
-011001111110 Pollo 14
-011001111110 Mirada 14
-011001111110 Cinq 14
-011001111110 Camino 14
-011001111110 Dias 15
-011001111110 Rico-based 16
-011001111110 Albans 16
-011001111110 Crosse 16
-011001111110 Vegas-based 17
-011001111110 Centro 17
-011001111110 Dorado 18
-011001111110 Gatos 18
-011001111110 Antonio-based 18
-011001111110 Geniere 18
-011001111110 Alamitos 19
-011001111110 Francisville 19
-011001111110 Nino 20
-011001111110 Onofre 20
-011001111110 Chico 20
-011001111110 Bernardino 21
-011001111110 Boheme 21
-011001111110 Diario 21
-011001111110 Dominguez 22
-011001111110 Leandro 22
-011001111110 Ansgar 23
-011001111110 Plata 25
-011001111110 Angeles-area 25
-011001111110 Quinta 25
-011001111110 Bamba 25
-011001111110 Barillo 26
-011001111110 Therese 27
-011001111110 Plaines 28
-011001111110 Altos 30
-011001111110 Ricans 30
-011001111110 Cloud 33
-011001111110 Quina 36
-011001111110 Norte 38
-011001111110 Lauro 38
-011001111110 Jude 40
-011001111110 Lumpur 41
-011001111110 Alamos 41
-011001111110 Croix 46
-011001111110 Petite 47
-011001111110 Rue 48
-011001111110 Paz 50
-011001111110 Colinas 52
-011001111110 Joaquin 56
-011001111110 Regis 58
-011001111110 Guardia 60
-011001111110 Prensa 61
-011001111110 Christi 61
-011001111110 Verde 68
-011001111110 Segundo 68
-011001111110 Clair 70
-011001111110 Lankan 76
-011001111110 Jacinto 88
-011001111110 Seco 104
-011001111110 Rafael 114
-011001111110 Mateo 128
-011001111110 Aires 132
-011001111110 Diego-based 145
-011001111110 Raton 146
-011001111110 Cynwyd 147
-011001111110 Fernando 160
-011001111110 Rican 192
-011001111110 Petersburg 210
-011001111110 Khoo 216
-011001111110 Jolla 222
-011001111110 Lanka 251
-011001111110 Lauderdale 263
-011001111110 Paso 296
-011001111110 Alto 313
-011001111110 Moines 320
-011001111110 Juan 332
-011001111110 Rica 350
-011001111110 Louis-based 374
-011001111110 Rico 430
-011001111110 Salvador 531
-011001111110 Francisco-based 551
-011001111110 Vegas 619
-011001111110 Antonio 683
-011001111110 Worth 875
-011001111110 Jose 935
-011001111110 Angeles-based 1165
-011001111110 Diego 1202
-011001111110 Louis 1983
-011001111110 Francisco 2995
-011001111110 Angeles 4652
-0110011111110 Xertex 1
-0110011111110 Pro-Med 1
-0110011111110 Pierrepont 1
-0110011111110 Pre-Eminent 1
-0110011111110 Balestra 1
-0110011111110 Clajon 1
-0110011111110 VGM 1
-0110011111110 Middex 1
-0110011111110 Innovent 1
-0110011111110 G&M 1
-0110011111110 Daehan 1
-0110011111110 Hanalei 1
-0110011111110 Greaves/Invesco 1
-0110011111110 Skalski 1
-0110011111110 KBH 1
-0110011111110 Melber 1
-0110011111110 LSRM 1
-0110011111110 Intra 1
-0110011111110 Ilex 1
-0110011111110 SHUWA 1
-0110011111110 Almaraz. 1
-0110011111110 Callendar 1
-0110011111110 Noddings-Calamos 1
-0110011111110 Quimica 1
-0110011111110 Greenspan-isn't-so-bad 1
-0110011111110 Dellsher 1
-0110011111110 Aenus 1
-0110011111110 313,251 1
-0110011111110 Ltd./Citicorp 1
-0110011111110 Hoax 1
-0110011111110 Wichita-based 1
-0110011111110 Kreisler 1
-0110011111110 481,800 1
-0110011111110 Bonafide 1
-0110011111110 323,800 1
-0110011111110 Invia 1
-0110011111110 worker-advocacy 1
-0110011111110 Jones-Telerate 1
-0110011111110 Shenken 1
-0110011111110 Trican 1
-0110011111110 Corneliuson 1
-0110011111110 Acquest 1
-0110011111110 Ellenburg 1
-0110011111110 334.49 1
-0110011111110 L&W 1
-0110011111110 Narrangansett 1
-0110011111110 Novatech 1
-0110011111110 14A/B 1
-0110011111110 McCan 1
-0110011111110 Jordan/Zalaznick 1
-0110011111110 Ingeniera 1
-0110011111110 Equico 1
-0110011111110 Kaminski/Engles 1
-0110011111110 LN 1
-0110011111110 XRAL 1
-0110011111110 Unicare 1
-0110011111110 Stonebridge 1
-0110011111110 Prolific 1
-0110011111110 Inward 1
-0110011111110 Nylon 1
-0110011111110 NewSouth 1
-0110011111110 FHL 1
-0110011111110 Electronic/General 1
-0110011111110 AIZ. 1
-0110011111110 Stanley-Proto 1
-0110011111110 Leperq 1
-0110011111110 Postinfarction 1
-0110011111110 Soviet-violated 1
-0110011111110 Mini-Wheats 1
-0110011111110 PIC 1
-0110011111110 Jones/Irwin 1
-0110011111110 EQB-Oak 1
-0110011111110 Daesung 1
-0110011111110 MEG 1
-0110011111110 Scirica 1
-0110011111110 UGTC 1
-0110011111110 TVM 1
-0110011111110 FirstCity 1
-0110011111110 CRSS 2
-0110011111110 Engles 2
-0110011111110 Selko 2
-0110011111110 Vialardi 2
-0110011111110 Aggad 2
-0110011111110 1-B/C 2
-0110011111110 Nissei-BOT 2
-0110011111110 Husk 2
-0110011111110 McGlocklin 2
-0110011111110 DCS 2
-0110011111110 Primus 2
-0110011111110 Joseph/Viking 2
-0110011111110 Broadcort 2
-0110011111110 Revy 2
-0110011111110 Pavlova 2
-0110011111110 Madoff 2
-0110011111110 Lotsoff 2
-0110011111110 MGIC 3
-0110011111110 Everbright 3
-0110011111110 Self-Employment 3
-0110011111110 Sanki 3
-0110011111110 Fostin 3
-0110011111110 Visumatic 3
-0110011111110 Metallbank 3
-0110011111110 BK 3
-0110011111110 Schooner 4
-0110011111110 Polen 4
-0110011111110 Canarim 4
-0110011111110 Smilen 4
-0110011111110 Fiasco 4
-0110011111110 Jones/Telerate 4
-0110011111110 Macheski/Pappas 5
-0110011111110 DB 5
-0110011111110 Strong/Corneliuson 6
-0110011111110 Postel 6
-0110011111110 Flakes 6
-0110011111110 Hypo 7
-0110011111110 Fidelco 9
-0110011111110 Holston 10
-0110011111110 Jones-Irwin 12
-0110011111110 Briarcliff 13
-0110011111110 Geneve 16
-0110011111110 Caywood-Christian 16
-0110011111110 Morison 16
-0110011111110 Atalanta 21
-0110011111110 Cove 54
-0110011111110 Waller 56
-0110011111110 Jones 6887
-0110011111110 Belt 427
-01100111111110 Hammouda 1
-01100111111110 sama 1
-01100111111110 Shoda 1
-01100111111110 firms-Sullivan 1
-01100111111110 Lycnh 1
-01100111111110 al-Zumr 1
-01100111111110 CROCKETT 1
-01100111111110 PETERSON 1
-01100111111110 Frigerio 1
-01100111111110 Telecator 1
-01100111111110 Myong 1
-01100111111110 Yukihira 1
-01100111111110 Gunnarsson 1
-01100111111110 FRENT 1
-01100111111110 GDL 1
-01100111111110 BRACED 1
-01100111111110 Sanley 1
-01100111111110 HYPOTHEKEN 1
-01100111111110 Beillin 1
-01100111111110 Shioden 1
-01100111111110 Khonglah 1
-01100111111110 Joseh 1
-01100111111110 Langstone 1
-01100111111110 Deressa 1
-01100111111110 Ruthven 1
-01100111111110 ARABES 1
-01100111111110 Auto-Electric 1
-01100111111110 Charles-Bush 1
-01100111111110 THL 1
-01100111111110 BATIMENT 1
-01100111111110 Kirsti 1
-01100111111110 Stanley-backed 1
-01100111111110 Runabout 1
-01100111111110 Heatter 1
-01100111111110 Mlotek 1
-01100111111110 Westphalen 1
-01100111111110 DREMAN 1
-01100111111110 Umebayashi 1
-01100111111110 Iliev 1
-01100111111110 Lehman-Hutton 1
-01100111111110 KAUNDA 1
-01100111111110 SCHLOSS 1
-01100111111110 Sds. 1
-01100111111110 Stassinopoulos 1
-01100111111110 Lnch 1
-01100111111110 STOCKMAN 1
-01100111111110 Markoe 1
-01100111111110 Bakwin 1
-01100111111110 ANSBACHER 1
-01100111111110 Wargurg 1
-01100111111110 DASSAULT-BREGUET 1
-01100111111110 HOIST 1
-01100111111110 Vegetius 1
-01100111111110 Funshares 1
-01100111111110 6,502.4 1
-01100111111110 president-rates 1
-01100111111110 ZORNOW 1
-01100111111110 Tallentyre 1
-01100111111110 Poms 1
-01100111111110 Grenf 1
-01100111111110 Stanley/British 1
-01100111111110 Warburg-Soditic 1
-01100111111110 Marushita 1
-01100111111110 Rojo 1
-01100111111110 WARBURG 2
-01100111111110 MassCo 2
-01100111111110 Glaros 2
-01100111111110 Odier 2
-01100111111110 Gopnik 2
-01100111111110 Mongtomery 2
-01100111111110 Czyz 2
-01100111111110 Supplements 2
-01100111111110 Ochman 2
-01100111111110 Ciments 2
-01100111111110 ROCKETED 2
-01100111111110 HALE 2
-01100111111110 Trutz 2
-01100111111110 Comeaux 2
-01100111111110 Nowitz 2
-01100111111110 Activator 3
-01100111111110 Tutton 3
-01100111111110 Bursatiles 3
-01100111111110 Shindler 3
-01100111111110 Rysanek 4
-01100111111110 Campenhout 4
-01100111111110 Investimentos 4
-01100111111110 MYERSON 4
-01100111111110 IRON 5
-01100111111110 Lynch-led 5
-01100111111110 FARGO 6
-01100111111110 Stanley-led 6
-01100111111110 Lynch-backed 7
-01100111111110 JONES 16
-01100111111110 Ventres 29
-01100111111110 Keegan 60
-01100111111110 Olmstead 91
-01100111111110 SAVINGS 113
-01100111111110 Grenfell 545
-01100111111110 Lynch 4570
-01100111111110 Stanley 3555
-01100111111111 SELLSCHAFT 1
-01100111111111 Forage 1
-01100111111111 Lehamn 1
-01100111111111 NACHRICHTEN 1
-01100111111111 TGC 1
-01100111111111 LoveLocks 1
-01100111111111 Lehman-Nippon 1
-01100111111111 Soffa 1
-01100111111111 Prebond 1
-01100111111111 Morawinska 1
-01100111111111 Betalingssentral 1
-01100111111111 SILLY 1
-01100111111111 Niehans 1
-01100111111111 Pizzarro 1
-01100111111111 694,200 1
-01100111111111 Michigan-Wisconsin 1
-01100111111111 Industrie-Beteiligungs 1
-01100111111111 Manifatture 1
-01100111111111 Paykel 1
-01100111111111 Pacific-Hoare 1
-01100111111111 Maniffature 1
-01100111111111 Jacon 1
-01100111111111 zioni 1
-01100111111111 Furze 1
-01100111111111 HRT 1
-01100111111111 Consolidted 1
-01100111111111 Motors-a 1
-01100111111111 WFI 1
-01100111111111 Jitsugyu 1
-01100111111111 Stanley-British 1
-01100111111111 Purification 1
-01100111111111 X-Mark 1
-01100111111111 Marsh/Maas 2
-01100111111111 Lehman/American 2
-01100111111111 Sparkassen 2
-01100111111111 WIX 2
-01100111111111 Penn-Dixie 2
-01100111111111 HUNTER 2
-01100111111111 Datacomm 3
-01100111111111 Hardie 3
-01100111111111 Maclaren 3
-01100111111111 Krar 4
-01100111111111 Smothers 5
-01100111111111 Crucible 6
-01100111111111 Prebon 341
-01100111111111 Heavy 415
-01100111111111 Lehman 3905
-01100111111111 Guaranty 652
-0110100 Saigh 1
-0110100 Vielmetter 1
-0110100 Woof 1
-0110100 Vallon 1
-0110100 Leati 1
-0110100 Blomberg 1
-0110100 Chaine 1
-0110100 Candia 1
-0110100 Gravenchon 1
-0110100 Thorvik 1
-0110100 Cremone 1
-0110100 Abendroth 1
-0110100 Klobnack 1
-0110100 Kalischer 1
-0110100 Nolting 1
-0110100 Mussavi 1
-0110100 Greenough 1
-0110100 Friedman. 1
-0110100 Velsor 1
-0110100 Gorkum 1
-0110100 pulchella 1
-0110100 linifolia 1
-0110100 persica 1
-0110100 Clader 1
-0110100 Normandin 1
-0110100 Beito 1
-0110100 Bernanke 1
-0110100 Bushore 1
-0110100 Ehrle 1
-0110100 Etter 1
-0110100 Webbe 1
-0110100 Thorburne 1
-0110100 Vennewitz 1
-0110100 Mersjohann 1
-0110100 Lefebre 1
-0110100 Stumme 1
-0110100 Marfin 1
-0110100 Macgregor 1
-0110100 Talalla 1
-0110100 Calnan 1
-0110100 Schapp 1
-0110100 Zhikov 1
-0110100 Skaug 1
-0110100 Zangrilli 1
-0110100 Welles-like 1
-0110100 Donley 1
-0110100 Arble 1
-0110100 Shchegolev 1
-0110100 Herbig 1
-0110100 Brourman 1
-0110100 Borgnine 1
-0110100 Lanzilotti 1
-0110100 DeBate 1
-0110100 Grindley 1
-0110100 Brof 1
-0110100 Kallifatides 1
-0110100 Kaling 1
-0110100 Gethers 1
-0110100 Aherne 1
-0110100 Charteris 1
-0110100 Soroses 1
-0110100 Tsuzawa 1
-0110100 Sinberg 1
-0110100 Newcombe 1
-0110100 Kanno 1
-0110100 Katzer 1
-0110100 Bakman 1
-0110100 Kreitner 1
-0110100 Varaldi 1
-0110100 Uckmar 1
-0110100 Farofano 1
-0110100 Kinsen 1
-0110100 Mosbakk 1
-0110100 Dahik 1
-0110100 Dahlstrom 1
-0110100 Klarsfeld 1
-0110100 Mosee 1
-0110100 Alkus 1
-0110100 Luley 1
-0110100 Vellenga 1
-0110100 Ackerson 1
-0110100 Lathan 1
-0110100 Tovig 1
-0110100 Mishler 1
-0110100 Gawid 1
-0110100 Fangio 1
-0110100 Fromson 1
-0110100 Simkins 1
-0110100 Bouris 1
-0110100 AitLaouissine 1
-0110100 Seig 1
-0110100 Hessee 1
-0110100 Voegeli 1
-0110100 Doorne 1
-0110100 Haywar 1
-0110100 VanCaspel 1
-0110100 Zaks 1
-0110100 Lindeloff 1
-0110100 Moissinac 1
-0110100 Scatterday 1
-0110100 Denenberg 1
-0110100 Richert 1
-0110100 Mufson 1
-0110100 Culpeper 1
-0110100 LaLoggia 1
-0110100 Drone 1
-0110100 Zupan 1
-0110100 Agawa 1
-0110100 Herickhoff 1
-0110100 Patrizzi 1
-0110100 MCGARR 1
-0110100 Direen 1
-0110100 Mandoki 1
-0110100 Scovell 1
-0110100 Tokody 1
-0110100 Sapper 1
-0110100 Kurtag 1
-0110100 Bilbo 1
-0110100 Didat 1
-0110100 Almori 1
-0110100 Saint-Leon 1
-0110100 Geronimos 1
-0110100 Rogich 1
-0110100 Sitwell 1
-0110100 Sukowa 1
-0110100 Zaragosa 1
-0110100 Eliassen 1
-0110100 Zerrer 1
-0110100 Chaitanya 1
-0110100 LaLannes 1
-0110100 Laslett 1
-0110100 Hagio 1
-0110100 Segebartt 1
-0110100 MacMahon 1
-0110100 Heitzman 1
-0110100 Bakaly 1
-0110100 Chaix 1
-0110100 Sofinco 1
-0110100 Meinhardt 1
-0110100 Steckbeck 1
-0110100 Bruce-Briggs 1
-0110100 mortuis 1
-0110100 Carazo 1
-0110100 Grundheber 1
-0110100 Nimsgern 1
-0110100 Kravtsov 1
-0110100 Bowlby 1
-0110100 Bawden 1
-0110100 Keneally 1
-0110100 Reyor 1
-0110100 Buse 1
-0110100 Shlaudeman 1
-0110100 Maniche 1
-0110100 Bartlestone 1
-0110100 Nozhim 1
-0110100 Cohrs 1
-0110100 Misher 1
-0110100 Gehr 1
-0110100 Slatinaru 1
-0110100 Patricoff 1
-0110100 Freytag 1
-0110100 Mikkelson 1
-0110100 Cantu 1
-0110100 Fujinuma 1
-0110100 Kotlikoff 1
-0110100 Bevel 1
-0110100 Colletti 1
-0110100 Kuznetsova 1
-0110100 Fedorov 1
-0110100 Favre 1
-0110100 Bauerman 1
-0110100 Orfaly 1
-0110100 Schicktanz 1
-0110100 Qicheng 1
-0110100 Isserman 1
-0110100 dente 1
-0110100 Veiga 1
-0110100 Willeke 1
-0110100 Minielly 1
-0110100 Milland 1
-0110100 Wildes 1
-0110100 Kalmin 1
-0110100 Abass 1
-0110100 Kallstron 1
-0110100 Schutte 1
-0110100 Birabeau 1
-0110100 Grue 1
-0110100 Tsutui 1
-0110100 Bogolyubskaya 1
-0110100 Uccello 1
-0110100 Koerners 1
-0110100 Katsumura 1
-0110100 Brailovsky 1
-0110100 Kratowicz 1
-0110100 Castellaneta 1
-0110100 Tumoainen 1
-0110100 Rifkins 1
-0110100 Ginsbergh 1
-0110100 Emmiyan 1
-0110100 Machalaba 1
-0110100 Micklosh 1
-0110100 Sieyes 1
-0110100 Yaryan 1
-0110100 Hanburger 1
-0110100 MacDuff 1
-0110100 Andalucia 1
-0110100 Coonms 1
-0110100 Dessouki 1
-0110100 al-Said 1
-0110100 Veronin 1
-0110100 Baroway 1
-0110100 Ricardo-Campbell 1
-0110100 Vanderbyl 1
-0110100 Gratzel 1
-0110100 Civileti 1
-0110100 Sylbert 1
-0110100 Kashkashian 1
-0110100 Ginastera 1
-0110100 Esler 1
-0110100 Loumi 1
-0110100 Spingarn 1
-0110100 Zakham 1
-0110100 Janger 1
-0110100 Rahner 1
-0110100 Zehring 1
-0110100 Tartun 1
-0110100 Anania 1
-0110100 Bonvalet 1
-0110100 Wesselsky 1
-0110100 Szoka 1
-0110100 Yoneda 1
-0110100 Jabber 1
-0110100 Barangan 1
-0110100 Dinan 1
-0110100 Docken 1
-0110100 Obraztsova 1
-0110100 Mikelsen 1
-0110100 Huntford 1
-0110100 Arbeli-Almoslino 1
-0110100 Hessenthaler 1
-0110100 Wersching 1
-0110100 LaCorte 1
-0110100 Diop 1
-0110100 Goralski 1
-0110100 Prybyla 1
-0110100 Gianacakes 1
-0110100 Karpas 1
-0110100 Takeshima 1
-0110100 Khoza 1
-0110100 Slipkowsky 1
-0110100 Contabilidad 1
-0110100 Teitel 1
-0110100 Tennnenbaum 1
-0110100 Greathouse 1
-0110100 Fiedel 1
-0110100 Panneciere 1
-0110100 Bernardeau 1
-0110100 Nason 1
-0110100 Jencks 1
-0110100 Wehnau 1
-0110100 Conniff 1
-0110100 Mieno 1
-0110100 Boleyn 1
-0110100 Strobels 1
-0110100 Kooluris 1
-0110100 Michals 1
-0110100 Mize. 1
-0110100 Solimena 1
-0110100 Gosden 1
-0110100 Goden 1
-0110100 Barzini 1
-0110100 Ventriss 1
-0110100 Sandow 1
-0110100 Pawlick 1
-0110100 Frelick 1
-0110100 Barrys 1
-0110100 Balridge 1
-0110100 Dubinksy 1
-0110100 Carton 1
-0110100 Pinero 1
-0110100 Ensor 1
-0110100 Greenwalt 1
-0110100 Derisbourg 1
-0110100 Pells 1
-0110100 Godkin 1
-0110100 Posgate 1
-0110100 Roo 1
-0110100 Mildmay 1
-0110100 Jonckheer 1
-0110100 Zabila 1
-0110100 Mocholov 1
-0110100 al-Kharifa 1
-0110100 Teichmann 1
-0110100 Katica 1
-0110100 Melby 1
-0110100 Besch 1
-0110100 Stamberg 1
-0110100 Silberman. 1
-0110100 Bouvier 1
-0110100 Hailes 1
-0110100 Diaz-Herrera 1
-0110100 Y.D. 1
-0110100 Durie 1
-0110100 Brzoska 1
-0110100 Chuet 1
-0110100 DeSante 1
-0110100 Zebian 1
-0110100 Watley 1
-0110100 Alvisos 1
-0110100 Lanterman 1
-0110100 Barishnikov 1
-0110100 Tvaladzo 1
-0110100 Juaregui 1
-0110100 Matassa 1
-0110100 Sakanaka 1
-0110100 Monson 1
-0110100 Vlast 1
-0110100 Iwafuchi 1
-0110100 Tullio 1
-0110100 AHERN 1
-0110100 Dench 1
-0110100 Folts 1
-0110100 Spaan 1
-0110100 Gubicza 1
-0110100 Lupica 1
-0110100 Kleins 1
-0110100 Ananiashvili 1
-0110100 Semenyaka 1
-0110100 Artyushkin 1
-0110100 Duhart 1
-0110100 Thalheimer 1
-0110100 Bierschbach 1
-0110100 Kinglake 1
-0110100 Giuggio 1
-0110100 Do-Rights 1
-0110100 Zager 1
-0110100 Hunst 1
-0110100 Bombardiere 1
-0110100 Moraz 1
-0110100 Obenzinger 1
-0110100 Rahill 1
-0110100 Babchuk 1
-0110100 Drupsteen 1
-0110100 Rybczynski 1
-0110100 Lorayes 1
-0110100 Mellish 1
-0110100 Pertuiset 1
-0110100 Zaknic 1
-0110100 Mizell 1
-0110100 Saretsky 1
-0110100 Raiford 1
-0110100 Woestendiek 1
-0110100 Konwicki 1
-0110100 Wajda 1
-0110100 Mankey 1
-0110100 Fierson 1
-0110100 Fallin 1
-0110100 Yarnall 1
-0110100 Schrempp 1
-0110100 Bildt 1
-0110100 Elsbernd 1
-0110100 Verhoeven 1
-0110100 Santora 1
-0110100 Ornellas 1
-0110100 Hatakeda 1
-0110100 Chung-Yul 1
-0110100 Puelicher 1
-0110100 Glauberman. 1
-0110100 Kurzmann 1
-0110100 Lenner 1
-0110100 Beyerhelm 1
-0110100 Yesalis 1
-0110100 Pfeuffer 1
-0110100 McBrearty 1
-0110100 Vorchheimer 1
-0110100 Balcon 1
-0110100 Claesz 1
-0110100 Stoltzner 1
-0110100 HILER 1
-0110100 Salgo 1
-0110100 Grenier 1
-0110100 Solomentsev 1
-0110100 Ghiz 1
-0110100 Caiani 1
-0110100 Krzysztalowicz 1
-0110100 Poplack 1
-0110100 Prelock 1
-0110100 Ferer 1
-0110100 Rzewuski 1
-0110100 Eiseman 1
-0110100 Hankamer 1
-0110100 Druehl 1
-0110100 Fieldhouse 1
-0110100 Vyshinsky 1
-0110100 Hafid 1
-0110100 Lagrone 1
-0110100 Kindler 1
-0110100 Katzen 1
-0110100 Dabrowksi 1
-0110100 Blainey 1
-0110100 Hemsley 1
-0110100 Goicoechea 1
-0110100 Jackson. 1
-0110100 Aldington 1
-0110100 Brusse 1
-0110100 Shuart 1
-0110100 Thomopoulous 1
-0110100 Aspinall 1
-0110100 Jory 1
-0110100 Gretsky 1
-0110100 Burgold 1
-0110100 Polwrek 1
-0110100 Jumonville 1
-0110100 Chachkin 1
-0110100 Beloglazov 1
-0110100 Shenon 1
-0110100 Hibel 1
-0110100 Gerrits 1
-0110100 Chelminsky 1
-0110100 Gutfruend 1
-0110100 al-Khalidi 1
-0110100 Goslow 1
-0110100 Warmerdam 1
-0110100 Bonoir 1
-0110100 Marlowes 1
-0110100 Oliansky 1
-0110100 Murdani 1
-0110100 Investissments 1
-0110100 Zatkoff 1
-0110100 Wyoming-Penthouse 1
-0110100 Banowsky 1
-0110100 Delany 1
-0110100 Kamio 1
-0110100 Medlar 1
-0110100 Rafnell 1
-0110100 Burket 1
-0110100 Scovern 1
-0110100 Swaiko 1
-0110100 Avramis 1
-0110100 Loejos 1
-0110100 Mukalla 1
-0110100 Krisher 1
-0110100 Play-it-Safe 1
-0110100 Velleman 1
-0110100 Kout 1
-0110100 Aliberti 1
-0110100 Kreuz 1
-0110100 Stirba 1
-0110100 Sanders-Phillips 1
-0110100 Teichner 1
-0110100 Shaben 1
-0110100 Bergmeijer 1
-0110100 Barnicle 1
-0110100 McAraw 1
-0110100 Santoni 1
-0110100 Ganser 1
-0110100 Delsner 1
-0110100 Utsch 1
-0110100 Leiper 1
-0110100 Alsogaray 1
-0110100 Prudkov 1
-0110100 Bureker 1
-0110100 Congeniality 1
-0110100 Plattner 1
-0110100 Gwyther 1
-0110100 Hardouvelis 1
-0110100 Kertzer 1
-0110100 Schele 1
-0110100 Mallers 1
-0110100 Erismann 1
-0110100 Khaddafi 1
-0110100 Mazeroski 1
-0110100 Willoch 1
-0110100 Redleaf 1
-0110100 Gerhards 1
-0110100 Portman-type 1
-0110100 Burroughes 1
-0110100 Gudea 1
-0110100 Ruckleshaus 1
-0110100 Melnbardis 1
-0110100 Yonemoto 1
-0110100 Neukranz 1
-0110100 Clume 1
-0110100 Mallis 1
-0110100 Boushelle 1
-0110100 Kossoff 1
-0110100 Khaghigian 1
-0110100 Seel 1
-0110100 Postes 1
-0110100 Grabow 1
-0110100 Pury 1
-0110100 Rombauts 1
-0110100 Raffald 1
-0110100 Risque 1
-0110100 Vegh 1
-0110100 Winogard 1
-0110100 Maneff 1
-0110100 Borchers 1
-0110100 8222 1
-0110100 Warnement 1
-0110100 Speth 1
-0110100 Petrov 1
-0110100 Wasicsko 1
-0110100 Macnee 1
-0110100 Grieder 1
-0110100 Frohlich 1
-0110100 Wassersug 1
-0110100 Naeem 1
-0110100 Guerman 1
-0110100 Terpsikhorov 1
-0110100 Kliun 1
-0110100 Lelyfeld 1
-0110100 Kustodiev 1
-0110100 C-139 1
-0110100 Comden 1
-0110100 Vineberg 1
-0110100 Polzin 1
-0110100 Ringgenberg 1
-0110100 Warshay 1
-0110100 Lopardo 1
-0110100 Gasdia 1
-0110100 Shattner 1
-0110100 Baltay 1
-0110100 Innis 1
-0110100 Goldey 1
-0110100 Vinyard 1
-0110100 Zengpei 1
-0110100 Liuzza 1
-0110100 Domingarena 1
-0110100 Hesham 1
-0110100 Mayran 1
-0110100 Burgen 1
-0110100 Djughashvili 1
-0110100 Kopetski 1
-0110100 Wollemborg 1
-0110100 Poliansky 1
-0110100 Bonnerive 1
-0110100 Davis-Blake 1
-0110100 Leana 1
-0110100 Greenbury 1
-0110100 Liebgott 1
-0110100 Murningham 1
-0110100 Koyonagi 1
-0110100 Connon 1
-0110100 Tourischeva 1
-0110100 Perlow 1
-0110100 Artemov 1
-0110100 Fotino 1
-0110100 Karlton 1
-0110100 Pendley 1
-0110100 Kenel 1
-0110100 Lavrinc 1
-0110100 Berlant 1
-0110100 Versteeg 1
-0110100 Skerry 1
-0110100 Tienda 1
-0110100 Kirzner 1
-0110100 Berryessa 1
-0110100 DuBrin 1
-0110100 Zinke 1
-0110100 Hafny 1
-0110100 Waseem 1
-0110100 Donavan 1
-0110100 Erdilek 1
-0110100 Celada 1
-0110100 Kheirullah 1
-0110100 Berresi 1
-0110100 Church-River 1
-0110100 Zabinski 1
-0110100 Jarry 1
-0110100 Crumbley 1
-0110100 Gerolmo 1
-0110100 Skutch 1
-0110100 Ledewitz 1
-0110100 Yaldwin 1
-0110100 Maihafer 1
-0110100 Kifner 1
-0110100 Panney 1
-0110100 Potok 1
-0110100 Spyrison 1
-0110100 Seegrist 1
-0110100 Buzick 1
-0110100 Simpson-style 1
-0110100 Rudzinski 1
-0110100 Milkulski 1
-0110100 Pieri 1
-0110100 Algre 1
-0110100 Kondracke 1
-0110100 Sofonova 1
-0110100 Larroquette 1
-0110100 Bonfoglio 1
-0110100 Hilhorst 1
-0110100 Dessaur 1
-0110100 Roessiger 1
-0110100 Pilbeam 1
-0110100 Krivitsky 1
-0110100 Birmbaum 1
-0110100 Kawamara 1
-0110100 Tachi 1
-0110100 Kowtowksy 1
-0110100 Veitch 1
-0110100 Avakian 1
-0110100 Kanolah 1
-0110100 Groesbeck 1
-0110100 Helal 1
-0110100 Saraille 1
-0110100 Cleminson 1
-0110100 Blacksmith 1
-0110100 Rosenshein 1
-0110100 Samansky 1
-0110100 Bigshot 1
-0110100 Pascua 1
-0110100 Gwilliam 1
-0110100 Accardo 1
-0110100 Hoeschler 1
-0110100 pend 1
-0110100 Seinfeld 1
-0110100 Nojiri 1
-0110100 Signac 1
-0110100 Vacca 1
-0110100 Morreim 1
-0110100 Entin 1
-0110100 Khederian 1
-0110100 Fredell 1
-0110100 McColough 1
-0110100 Ianonne 1
-0110100 Taylor-Hall 1
-0110100 McPhail 1
-0110100 Leake 1
-0110100 Taravella 1
-0110100 Raum 1
-0110100 Morbelli 1
-0110100 Daddy-O 1
-0110100 Muhlenbruch 1
-0110100 Croke 1
-0110100 07631 1
-0110100 Chafuen 1
-0110100 Zileri 1
-0110100 Yount 1
-0110100 Conese 1
-0110100 Florak 1
-0110100 Smollen 1
-0110100 Sonerville 1
-0110100 Kedge 1
-0110100 Binnig 1
-0110100 Kitagawa 1
-0110100 al-Ahmadi 1
-0110100 Haveman 1
-0110100 Torisky 1
-0110100 Minehan 1
-0110100 Biskind 1
-0110100 McDoulett 1
-0110100 Amicangelo 1
-0110100 Rezneck 1
-0110100 Papas 1
-0110100 Cox-Cresswell 1
-0110100 Giacomini 1
-0110100 Agrisani 1
-0110100 Harberger 1
-0110100 Whitefield 1
-0110100 Yakushiji 1
-0110100 Borracio 1
-0110100 Romalewski 1
-0110100 Finkieland 1
-0110100 Formann 1
-0110100 Caseys 1
-0110100 Notarious 1
-0110100 Broniarek 1
-0110100 Ranelagh 1
-0110100 Monteverde 1
-0110100 Fiora 1
-0110100 Fahden 1
-0110100 Guerin-Calvert 1
-0110100 Kernochan 1
-0110100 Mubarek 1
-0110100 Bunnen 1
-0110100 Hungerland 1
-0110100 Vyncke 1
-0110100 Leskera 1
-0110100 Gettler 1
-0110100 Hauspurg 1
-0110100 Jussim 1
-0110100 Rosenfelt 1
-0110100 Averbook 1
-0110100 Voto 1
-0110100 Morris-Kraft 1
-0110100 Reepen 1
-0110100 Danielson 1
-0110100 Pesin 1
-0110100 Arlette 1
-0110100 Hecke 1
-0110100 Schaake 1
-0110100 Jhabvala 1
-0110100 Corsiglia 1
-0110100 Hewson 1
-0110100 Southwick 1
-0110100 Engelberg 1
-0110100 Schinn 1
-0110100 Sanladerer 1
-0110100 Haegele 1
-0110100 Nafe 1
-0110100 Khaymah 1
-0110100 Sheinin 1
-0110100 Meyrowitz 1
-0110100 Kalkin 1
-0110100 frez 1
-0110100 Firestein 1
-0110100 Higgenbotham 1
-0110100 Rostowski 1
-0110100 Bustin 1
-0110100 Wierusz-Kowalski 1
-0110100 Chelmonski 1
-0110100 Trouw 1
-0110100 Pottoroff 1
-0110100 Bertain 1
-0110100 Kuppin 1
-0110100 Wichter 1
-0110100 Cardy 1
-0110100 Plotnicki 1
-0110100 Velsink 1
-0110100 Flattum 1
-0110100 Campisano 1
-0110100 Jockheck 1
-0110100 Spignesi 1
-0110100 Zaner 1
-0110100 Brillsetin 1
-0110100 Bickler 1
-0110100 Clennam 1
-0110100 Radano 1
-0110100 Gierow 1
-0110100 Margolyes 1
-0110100 Drybred 1
-0110100 Blommaert 1
-0110100 Dossett 1
-0110100 Niehardt 1
-0110100 Morstan 1
-0110100 Kutmus 1
-0110100 Patrusky 1
-0110100 Valtin 1
-0110100 Anti-Trust 1
-0110100 Vinick 1
-0110100 Bogdanowicz-Bindert 1
-0110100 Piro 1
-0110100 Anagnos 1
-0110100 Ozan 1
-0110100 Grassie 1
-0110100 Shoepe 1
-0110100 Rogen 1
-0110100 Sodre 1
-0110100 McCrone 1
-0110100 Almodovar 1
-0110100 Zia-ul-haq 1
-0110100 Barchi 1
-0110100 Kihlstedt 1
-0110100 Lansche 1
-0110100 Krell 1
-0110100 Puyat 1
-0110100 Csurgay 1
-0110100 Celan 1
-0110100 Weatherall 1
-0110100 Grosssbard 1
-0110100 Sperber 1
-0110100 Morizono 1
-0110100 Himons 1
-0110100 Khedouri 1
-0110100 Veronee 1
-0110100 Brayall 1
-0110100 Qualye 1
-0110100 Jekylls 1
-0110100 Mhlaba 1
-0110100 Cumberbatch 1
-0110100 Allsburg 1
-0110100 Matrius 1
-0110100 Sandstrom 1
-0110100 Alpern 1
-0110100 Leiberman 1
-0110100 Dorko 1
-0110100 Barrett-Connor 1
-0110100 Khalilzad 1
-0110100 Sussmayr 1
-0110100 Mithaq 1
-0110100 Teklenski 1
-0110100 Sugawara 1
-0110100 Obenhaus 1
-0110100 Bouvard 1
-0110100 Gaskell 1
-0110100 Akhoury 1
-0110100 Spaniel 1
-0110100 Belda 1
-0110100 Licad 1
-0110100 Pasour 1
-0110100 Fasenfest 1
-0110100 Trintignant 1
-0110100 Fromer 1
-0110100 Winther 1
-0110100 Maffett 1
-0110100 Harrill 1
-0110100 Rebhorn 1
-0110100 Trivette 1
-0110100 Zakowski 1
-0110100 Anglais 1
-0110100 Molk 1
-0110100 Grotowski 1
-0110100 Duerrenmatt 1
-0110100 MacNicol 1
-0110100 Pensak 1
-0110100 Marski 1
-0110100 Warhead 1
-0110100 Friedmans 1
-0110100 Handsman 1
-0110100 STANGER 1
-0110100 Theilgard 1
-0110100 Lesko 1
-0110100 Swartzlander 1
-0110100 Yadav 1
-0110100 Blye 1
-0110100 Saens 1
-0110100 Koussevitzy 1
-0110100 Bouchons 1
-0110100 Gemignani 1
-0110100 Maxwells 1
-0110100 Rudney 1
-0110100 Oehlmann 1
-0110100 Febbo 1
-0110100 Siris 1
-0110100 Barnall 1
-0110100 Djrdje 1
-0110100 Remarque 1
-0110100 Graftons 1
-0110100 Zuehlke 1
-0110100 Mittenzwei 1
-0110100 Parquet 1
-0110100 DeGraaf 1
-0110100 Leefeldt 1
-0110100 Bonbright 1
-0110100 Donovon 1
-0110100 Jamile 1
-0110100 Msibi 1
-0110100 Theodoridis 1
-0110100 Rewald 1
-0110100 Slezak 1
-0110100 Navarsky 1
-0110100 Jankoswki 1
-0110100 Walleck 1
-0110100 Lopez-Tirone 1
-0110100 Ballentine 1
-0110100 Kovic 1
-0110100 Zujovic 1
-0110100 Marinkovic 1
-0110100 Penaloza 1
-0110100 Kellock 1
-0110100 Briskin 1
-0110100 Immler 1
-0110100 Geeter 1
-0110100 rigeur 1
-0110100 Lopez-Knight 1
-0110100 Sansweet 1
-0110100 Platzky 1
-0110100 Ruhland 1
-0110100 Collaro 1
-0110100 Hinze 1
-0110100 Sedjo 1
-0110100 Ryther 1
-0110100 Turner-style 1
-0110100 Zais 1
-0110100 Signorile 1
-0110100 Tsypin 1
-0110100 Berehas 1
-0110100 Kashket 1
-0110100 Lewinski 1
-0110100 Wheless 1
-0110100 Atiyeh 1
-0110100 Gachet 1
-0110100 Clean-Cut 1
-0110100 Vumbacco 1
-0110100 Plaskin 1
-0110100 Marumo 1
-0110100 Khoshoggi 1
-0110100 Telegraphes 1
-0110100 Balderstone 1
-0110100 Gibans 1
-0110100 Helmond 1
-0110100 Strebel 1
-0110100 Cragun 1
-0110100 Roessle 1
-0110100 Moss. 1
-0110100 Rehmert 1
-0110100 Dzirkvelov 1
-0110100 Saballos 1
-0110100 Stripling 1
-0110100 Dzoesch 1
-0110100 Bergschneider 1
-0110100 Tsukihara 1
-0110100 Charikov 1
-0110100 Karadbil 1
-0110100 Gropius 1
-0110100 Tietze 1
-0110100 Montesquiou-Fezensac 1
-0110100 Saifuddin 1
-0110100 Middler 1
-0110100 Saboe 1
-0110100 Mfume 1
-0110100 Grenvilles 1
-0110100 Fowles 1
-0110100 Koepplin 1
-0110100 Weisenbeck 1
-0110100 Castellitto 1
-0110100 Taglieri 1
-0110100 Fennelly 1
-0110100 Weintaub 1
-0110100 Punaro 1
-0110100 Piatmiatsa 1
-0110100 McCarthy. 1
-0110100 Leib 1
-0110100 Colero 1
-0110100 Cahlman 1
-0110100 Mirvis 1
-0110100 Lawshee 1
-0110100 Birchers 1
-0110100 Dellenback 1
-0110100 Shotwell 1
-0110100 Stavrides 1
-0110100 Monbouquette 1
-0110100 Pagliarulo 1
-0110100 Rahjens 1
-0110100 Weiden 1
-0110100 Grohdahl 1
-0110100 Kuntzsch 1
-0110100 Kuniyoshi 1
-0110100 Vaksdal 1
-0110100 Pottorf 1
-0110100 Ludes 1
-0110100 Herrero 1
-0110100 Bompey 1
-0110100 Troyanovsky 1
-0110100 Oskenberg 1
-0110100 Malamud 1
-0110100 Limbach 1
-0110100 Jamerson 1
-0110100 Walske 1
-0110100 Kozoll 1
-0110100 Tristano 1
-0110100 Harkrider 1
-0110100 Olsens 1
-0110100 Shifter 1
-0110100 Klowden 1
-0110100 Hossford 1
-0110100 Bariani 1
-0110100 Siegel. 1
-0110100 Wardlaw 1
-0110100 LOCALITIES 1
-0110100 Rostang 1
-0110100 Troisgros 1
-0110100 Molo 1
-0110100 Washbourne 1
-0110100 Bussen 1
-0110100 Chases 1
-0110100 Bouree 1
-0110100 Kinross 1
-0110100 Wolfinger 1
-0110100 Hootnick 1
-0110100 Newsom 1
-0110100 Versace 1
-0110100 Gameshow 1
-0110100 Schmedel 1
-0110100 Doel 1
-0110100 Vierdanck 1
-0110100 Valvano 1
-0110100 Amdur 1
-0110100 Pashcow 1
-0110100 McGibbon 1
-0110100 Veress 1
-0110100 Montera 1
-0110100 Anti-Jazz 1
-0110100 Kureishi 1
-0110100 Celestre 1
-0110100 Salovaara 1
-0110100 Heinike 1
-0110100 Montfrooy 1
-0110100 DavidWeill 1
-0110100 Vanoff 1
-0110100 Engelke 1
-0110100 Hobhouse 1
-0110100 Macial 1
-0110100 Hupp 1
-0110100 Kelm 1
-0110100 Koptchak 1
-0110100 Usan 1
-0110100 Dobish 1
-0110100 Cupido 1
-0110100 Baudo 1
-0110100 Levi-Strauss 1
-0110100 McKuen 1
-0110100 Betzner 1
-0110100 Poos 1
-0110100 Dubuffet 1
-0110100 Morrision 1
-0110100 Colwin 1
-0110100 Babitt 1
-0110100 Samartino 1
-0110100 Migue 1
-0110100 Freidmann 1
-0110100 Lequier 1
-0110100 Kautter 1
-0110100 Solovey 1
-0110100 BREEDEN 1
-0110100 Dice 1
-0110100 Walford 1
-0110100 Chestnutt 1
-0110100 Gerswhin 1
-0110100 Ahnert 1
-0110100 McGrew 1
-0110100 Lindl 1
-0110100 Guyader 1
-0110100 Ghirlandaio 1
-0110100 Kleinmeyer 1
-0110100 Cockroft 1
-0110100 Rushdies 1
-0110100 Overley 1
-0110100 Beder 1
-0110100 Lanzmann 1
-0110100 Jurszak 1
-0110100 Ollila 1
-0110100 Quaranta 1
-0110100 Votolato 1
-0110100 Kula 1
-0110100 Pardaens 1
-0110100 Fishl 1
-0110100 Covelli 1
-0110100 taylor 1
-0110100 Gomoll 1
-0110100 LuSane 1
-0110100 Ezrol 1
-0110100 Urdenata 1
-0110100 Perschau 1
-0110100 Regan. 1
-0110100 Lategan 1
-0110100 Bovich 1
-0110100 Berkel 1
-0110100 Teinowitz 1
-0110100 Wuchina 1
-0110100 Reinemer 1
-0110100 Eckles 1
-0110100 Wolski 1
-0110100 Deluhary 1
-0110100 Alemann 1
-0110100 Brillantes 1
-0110100 Parikh 1
-0110100 Geldard 1
-0110100 Haqqani 1
-0110100 KcKean 1
-0110100 Sadzinski 1
-0110100 Elrick 1
-0110100 Hov 1
-0110100 HEATHERLY 1
-0110100 Kief 1
-0110100 Hanrong 1
-0110100 Lydenberger 1
-0110100 Salzman. 1
-0110100 McUsic 1
-0110100 Blos 1
-0110100 Wolfenstein 1
-0110100 Paganucci 1
-0110100 Warburg-Brinckmann 1
-0110100 Blassie 1
-0110100 Rajii 1
-0110100 Suslow 1
-0110100 Kropfl 1
-0110100 Futado 1
-0110100 Sahli 1
-0110100 Braly 1
-0110100 Dension 1
-0110100 Gilliland 1
-0110100 Bogatin 1
-0110100 Duby 1
-0110100 Thebert 1
-0110100 Jaurex 1
-0110100 Bourgeoise 1
-0110100 Eakins 1
-0110100 Bendis 1
-0110100 Teufel 1
-0110100 Zisk 1
-0110100 Scarfe 1
-0110100 Spacey 1
-0110100 Truernicht 1
-0110100 Schwartzenberg 1
-0110100 Krulak 1
-0110100 Vlahakis 1
-0110100 Shackelton 1
-0110100 Cabon 1
-0110100 Luckinbill 1
-0110100 CAROL 1
-0110100 Lydenberg 1
-0110100 IDIS 1
-0110100 Powell. 1
-0110100 Jamel 1
-0110100 Tesler 1
-0110100 Kinneary 1
-0110100 McClaughry 1
-0110100 Taniyasu 1
-0110100 Biagio 1
-0110100 Hermiller 1
-0110100 Aviations 1
-0110100 Shourie 1
-0110100 Huskey 1
-0110100 Redenbacher 1
-0110100 Raynal 1
-0110100 Rescoe 1
-0110100 Wixell 1
-0110100 Frisinger 1
-0110100 Vukasin 1
-0110100 Gorben 1
-0110100 Steir 1
-0110100 McDonnough 1
-0110100 Kasznar 1
-0110100 Nakamaru 1
-0110100 Tolstov 1
-0110100 Frechter 1
-0110100 Hangen 1
-0110100 DiNepi 1
-0110100 Ehrlichmann 1
-0110100 Onstead 1
-0110100 Sakoh 1
-0110100 McGoohan 1
-0110100 DeGuere 1
-0110100 Corkett 1
-0110100 Jarret 1
-0110100 Espert 1
-0110100 Okimoto 1
-0110100 Pecorari 1
-0110100 Philbins 1
-0110100 Conjuangco 1
-0110100 Ingve 1
-0110100 Molszyk 1
-0110100 Pinkowski 1
-0110100 Harloff 1
-0110100 Zaia 1
-0110100 Lazarous 1
-0110100 Coppage 1
-0110100 Daae 1
-0110100 Smalls 1
-0110100 Wanta 1
-0110100 Rivers. 1
-0110100 Lewis-style 1
-0110100 Seaney 1
-0110100 Lutness 1
-0110100 Sacur 1
-0110100 Strauser 1
-0110100 Affaires 1
-0110100 Bassey 1
-0110100 Holzberger 1
-0110100 Roubatis 1
-0110100 Lagerdere 1
-0110100 Kroft 1
-0110100 Oldenberg 1
-0110100 Taiani 1
-0110100 Telepman 1
-0110100 NcNab 1
-0110100 Lubanko 1
-0110100 Gantrys 1
-0110100 Detaille 1
-0110100 Tavares 1
-0110100 Byars 1
-0110100 Hevron 1
-0110100 Colling 1
-0110100 Reibel 1
-0110100 Dontzin 1
-0110100 Papastamatakis 1
-0110100 Waltman 1
-0110100 Fremling 1
-0110100 Pickford 1
-0110100 Zinkow 1
-0110100 Fresnay 1
-0110100 Facon 1
-0110100 Hildeburn 1
-0110100 Mesure 1
-0110100 Pant 1
-0110100 Iwahashi 1
-0110100 Goedert 1
-0110100 Ayarza 1
-0110100 Akaka 1
-0110100 Weissbach 1
-0110100 Graded 1
-0110100 Steverson 1
-0110100 Consolas 1
-0110100 Klusky 1
-0110100 Brier 1
-0110100 Landerses 1
-0110100 Volcker. 1
-0110100 Smith-Jones 1
-0110100 Rutana 1
-0110100 Merinov 1
-0110100 Baillot 1
-0110100 Briancon 1
-0110100 Klingeman 1
-0110100 Sancious 1
-0110100 Gogossis 1
-0110100 Flumebaum 1
-0110100 Illston 1
-0110100 Schuffert 1
-0110100 Saint-Aignon 1
-0110100 Vicker 1
-0110100 Fatula 1
-0110100 Mataya 1
-0110100 Schinkel 1
-0110100 Schanberg 1
-0110100 Michaud 1
-0110100 Lietdke 1
-0110100 Starrette 1
-0110100 Lurhuma 1
-0110100 Yesselman 1
-0110100 Bordenave 1
-0110100 Lamotta 1
-0110100 Dilbeck 1
-0110100 Nagrin 1
-0110100 Berklacy 1
-0110100 Burum 1
-0110100 Compreignac 1
-0110100 Pigott-Smith 1
-0110100 Ikemiyagi 1
-0110100 Eco 1
-0110100 Schickel 1
-0110100 Lutfy 1
-0110100 Ulbricht 1
-0110100 Deadwyler 1
-0110100 Gauntlett 1
-0110100 Glime 1
-0110100 Padoa-Schioppa 1
-0110100 Bellplans 1
-0110100 Kelesi 1
-0110100 Lemper 1
-0110100 Zummo 1
-0110100 Mittys 1
-0110100 Niemoller 1
-0110100 Jaruselski 1
-0110100 Amadasi 1
-0110100 Lemarie 1
-0110100 Hopps 1
-0110100 Sweeley 1
-0110100 Adamthwaite 1
-0110100 Jomini 1
-0110100 Yinong 1
-0110100 Pitlick 1
-0110100 Grahn 1
-0110100 Zarur 1
-0110100 Nossiter 1
-0110100 Daray 1
-0110100 Breindel 1
-0110100 Hinshelwood 1
-0110100 SchmittRink 1
-0110100 Schrieffer 1
-0110100 Ysidro 1
-0110100 Sonz 1
-0110100 Kassandras 1
-0110100 Adis 1
-0110100 Byrum 1
-0110100 Easterlin 1
-0110100 Aschieris 1
-0110100 Helkie 1
-0110100 Chuma 1
-0110100 Diagilev 1
-0110100 Perov 1
-0110100 Kramskoi 1
-0110100 Liedkte 1
-0110100 Bleeke 1
-0110100 Kabatznick 1
-0110100 Knowle 1
-0110100 Cayeux 1
-0110100 Mambro 1
-0110100 Baltensperger 1
-0110100 Kobylinski 1
-0110100 Kleinmaer 1
-0110100 PARKS 1
-0110100 Rejewski 1
-0110100 Gatehouse 1
-0110100 Putterman 1
-0110100 Sapoznik 1
-0110100 Frinquelli 1
-0110100 Triola 1
-0110100 Kilgallen 1
-0110100 Ottice 1
-0110100 Skatoff 1
-0110100 Gallen 1
-0110100 Derdja 1
-0110100 McMorris 1
-0110100 Hamm-Bruecher 1
-0110100 Reiger 1
-0110100 Pedas 1
-0110100 Haagens 1
-0110100 Gelbach 1
-0110100 Grunick 1
-0110100 Malick 1
-0110100 Murgatroyd 1
-0110100 Dauntless 1
-0110100 Shuster. 1
-0110100 Burnum 1
-0110100 Ploeger 1
-0110100 Rzewnicki 1
-0110100 Dekoven 1
-0110100 Castegren 1
-0110100 Goeggel 1
-0110100 Odgen 1
-0110100 Skeels 1
-0110100 McCrickard 1
-0110100 Willis. 1
-0110100 Fenichel 1
-0110100 Flatters 1
-0110100 Lempicka 1
-0110100 Sparer 1
-0110100 Albachten 1
-0110100 STICKING 1
-0110100 Pickman 1
-0110100 Hewerdine 1
-0110100 Huyn 1
-0110100 Benoist 1
-0110100 Struckhoff 1
-0110100 Koseoglu 1
-0110100 Shulte 1
-0110100 Neunkirchen 1
-0110100 Larionov 1
-0110100 Hoog 1
-0110100 Capa 1
-0110100 Moillon 1
-0110100 Prather 1
-0110100 Leijonborg 1
-0110100 Matumeak 1
-0110100 Lampkin 1
-0110100 Kord 1
-0110100 Ashkenazys 1
-0110100 MacPhee 1
-0110100 Oxenberg 1
-0110100 Leblois 1
-0110100 Allworthy 1
-0110100 Meiners 1
-0110100 Meiner 1
-0110100 Casse 1
-0110100 Chanzis 1
-0110100 Steiman 1
-0110100 Spurrier 1
-0110100 Telles 1
-0110100 Rendino 1
-0110100 Aquafortistes 1
-0110100 Phibb 1
-0110100 Grenert 1
-0110100 Tubarao 1
-0110100 Quittmeyer 1
-0110100 Kraushar 1
-0110100 Shaara 1
-0110100 Oskam 1
-0110100 Finkin 1
-0110100 Shafland 1
-0110100 Byrn 1
-0110100 Slatin 1
-0110100 Plath 1
-0110100 Sanker 1
-0110100 Nofzinger 1
-0110100 Yamaya 1
-0110100 Smyslov 1
-0110100 Babenco 1
-0110100 Bentinck 1
-0110100 Batton 1
-0110100 Gameshows 1
-0110100 Flender 1
-0110100 Rumshinsky 1
-0110100 Gicha 1
-0110100 Bonkers 1
-0110100 Lanois 1
-0110100 Bresnick 1
-0110100 Villarosa 1
-0110100 Holthus 1
-0110100 Lashaw 1
-0110100 LaSorda 1
-0110100 Temperton 1
-0110100 Ritteresier 1
-0110100 Mezlish 1
-0110100 McMartin 1
-0110100 Thicke 1
-0110100 Husock 1
-0110100 Bakshian 1
-0110100 Wigton. 1
-0110100 Koncak 1
-0110100 Venuti 1
-0110100 Yankelovitch 1
-0110100 Doft 1
-0110100 Gyoten 1
-0110100 Kepich 1
-0110100 Straetz 1
-0110100 Jonson 1
-0110100 patula 1
-0110100 Zehr 1
-0110100 Bobrowitz 1
-0110100 Qandil 1
-0110100 Montaner 1
-0110100 Luftalla 1
-0110100 Personick 1
-0110100 Kusaba 1
-0110100 Maslowski 1
-0110100 Pedlers 1
-0110100 Elmets 1
-0110100 Kravat 1
-0110100 Mella 1
-0110100 Wedvik 1
-0110100 FARES 1
-0110100 Nimorodi 1
-0110100 McGrady 1
-0110100 Wapners 1
-0110100 Houphouet-Boigny 1
-0110100 Lachosky 1
-0110100 Beznosuik 1
-0110100 Lully 1
-0110100 Heuerman 1
-0110100 GYNECOLOGY 1
-0110100 Jourdain 1
-0110100 Bronfenbrenner 1
-0110100 Knibb 1
-0110100 Catrambone 1
-0110100 What-a-Waste 1
-0110100 Denardi 1
-0110100 Huppert 1
-0110100 Carew 1
-0110100 Graf. 1
-0110100 Leclair 1
-0110100 Chevallier 1
-0110100 Berlusconis 1
-0110100 Dvorsky 1
-0110100 Tieme 1
-0110100 Mosich 1
-0110100 Rosebush 1
-0110100 Scotillo 1
-0110100 Sanguillen 1
-0110100 Brazinsky 1
-0110100 Nakahara 1
-0110100 Buttery 1
-0110100 Kropinski 1
-0110100 Riffle 1
-0110100 Jeannotte 1
-0110100 Bissonette 1
-0110100 Wigman 1
-0110100 Stances 1
-0110100 Saland 1
-0110100 Bredes 1
-0110100 Menchell 1
-0110100 Balthrop 1
-0110100 Opalach 1
-0110100 Yung-Kyoo 1
-0110100 Delvecchio 1
-0110100 Schmermund 1
-0110100 Bertiger 1
-0110100 MIYAZAWA 1
-0110100 Dimaporo 1
-0110100 Marinay 1
-0110100 Fondas 1
-0110100 Iovenko 1
-0110100 Laver 1
-0110100 Rittenberry 1
-0110100 Pangloss 1
-0110100 Kirgo 1
-0110100 Madeirkas 1
-0110100 Calomiris 1
-0110100 Sheinwald 1
-0110100 Bagotta 1
-0110100 Douvan 1
-0110100 Galle 1
-0110100 Andretti 1
-0110100 Coccopalmieri 1
-0110100 Akimoto 1
-0110100 Egol 1
-0110100 DefensorSantiago 1
-0110100 Eikenberry 1
-0110100 Kostof 1
-0110100 Boxleitner 1
-0110100 Surikov 1
-0110100 Maynes 1
-0110100 Hilts 1
-0110100 Boffey 1
-0110100 Bivens 1
-0110100 Lanchner 1
-0110100 Synder 1
-0110100 Rajneri 1
-0110100 Falwell. 1
-0110100 Lowder 1
-0110100 Kolvenbach 1
-0110100 Gerhardsen 1
-0110100 Niimaki 1
-0110100 Gephardt. 1
-0110100 Niemiec 1
-0110100 Kondratova 1
-0110100 Stepanov 1
-0110100 Housman 1
-0110100 Lenkey 1
-0110100 Dutmer 1
-0110100 Echevveria 1
-0110100 Trabandt 1
-0110100 Koses 1
-0110100 Seregin 1
-0110100 Tippett 1
-0110100 Roberge 1
-0110100 Kiem 1
-0110100 Letzer 1
-0110100 Dellessert 1
-0110100 Darke 1
-0110100 Kiyohara 1
-0110100 Loesberg 1
-0110100 Shepp 1
-0110100 Darenblum 1
-0110100 Freiter 1
-0110100 Dobo 1
-0110100 Stokley 1
-0110100 Ghorum 1
-0110100 Shuchman 1
-0110100 Petchey 1
-0110100 Ulmann 1
-0110100 Brolin 1
-0110100 Blankenau 1
-0110100 Krimm 1
-0110100 Shuping 1
-0110100 Krantzman 1
-0110100 Svec 1
-0110100 naughtily 1
-0110100 Huddlestun 1
-0110100 8115 1
-0110100 Petertil 1
-0110100 Beynon 1
-0110100 Brandauer 1
-0110100 Leight 1
-0110100 Lanin 1
-0110100 Gracia 1
-0110100 Nikolaefskii 1
-0110100 Martz 1
-0110100 Compeigne 1
-0110100 Fainsod 1
-0110100 Flaim 1
-0110100 Toynbee 1
-0110100 Hilmer 1
-0110100 Allaird 1
-0110100 Russek 1
-0110100 Mallette 1
-0110100 Firmenitch 1
-0110100 Dinolfo 1
-0110100 Biya 1
-0110100 Ongpion 1
-0110100 Gucheng 1
-0110100 DiMeola 1
-0110100 Zenger 1
-0110100 Makabe 1
-0110100 Forlani 1
-0110100 Huddard 1
-0110100 Eatherly 1
-0110100 Barre-Sinoussi 1
-0110100 Petesch 1
-0110100 Chiorah-Dye 1
-0110100 Garns 1
-0110100 Hennssey 1
-0110100 Romanowski 1
-0110100 Keyser 1
-0110100 Nesom 1
-0110100 Symposiums 1
-0110100 Picken 1
-0110100 Engmann 1
-0110100 Courtenay 1
-0110100 Loup 1
-0110100 Jajszczyk 1
-0110100 Fitton 1
-0110100 STRICKLER 1
-0110100 Cerkoney 1
-0110100 Vlaminck 1
-0110100 Maliponte 1
-0110100 Bertolino 1
-0110100 Heikes 1
-0110100 Lenth 1
-0110100 Lisiten 1
-0110100 Carbonnell 1
-0110100 Grethel 1
-0110100 Dinar 1
-0110100 Cassavetes 1
-0110100 Conologue 1
-0110100 Geyl 1
-0110100 Jansky 1
-0110100 Kimbrough 1
-0110100 Sigel 1
-0110100 Bychkov 1
-0110100 Nikisch 1
-0110100 Furtwangler 1
-0110100 Nagelmackers 1
-0110100 Moates 1
-0110100 Kirpatrick 1
-0110100 Milosavljevic 1
-0110100 Semos 1
-0110100 Rosenberry 1
-0110100 Freeth 1
-0110100 Milit 1
-0110100 Garretsen 1
-0110100 Kelley-Alston 1
-0110100 Gonyeau 1
-0110100 Belch 1
-0110100 VelJohnson 1
-0110100 Schaick 1
-0110100 Bolotin 1
-0110100 Takakura 1
-0110100 Sopinka 1
-0110100 Rodell 1
-0110100 Cuyegkeng 1
-0110100 Muldor 1
-0110100 Scorcese 1
-0110100 Feetham 1
-0110100 Farro 1
-0110100 Jasny 1
-0110100 Bickell 1
-0110100 Kartun 1
-0110100 Rohwedder 1
-0110100 Mihalski 1
-0110100 Rosovsky 1
-0110100 Rutt 1
-0110100 Scharoun 1
-0110100 Giler 1
-0110100 Ormiston 1
-0110100 Hignell 1
-0110100 Leontivna 1
-0110100 Feodorovich 1
-0110100 Scacchi 1
-0110100 Traini 1
-0110100 Merriweather 1
-0110100 Peckinpah 1
-0110100 high-step 1
-0110100 Schoppert 1
-0110100 Lucases 1
-0110100 Kusabe 1
-0110100 Monfore 1
-0110100 Bettag 1
-0110100 Dubus 1
-0110100 Bryn-Julson 1
-0110100 Charrens 1
-0110100 Yackira 1
-0110100 Calisher 1
-0110100 Bucchino 1
-0110100 Cutts 1
-0110100 Dinur 1
-0110100 Danilova 1
-0110100 Finkle 1
-0110100 Matera 1
-0110100 Saltrick 1
-0110100 Brennen 1
-0110100 Egleson 1
-0110100 Thaw 1
-0110100 Rajk 1
-0110100 Chiesa 1
-0110100 Afthonides 1
-0110100 Poveda 1
-0110100 Wendland 1
-0110100 Drogin 1
-0110100 Kadavy 1
-0110100 Stautberg 1
-0110100 Lozanov 1
-0110100 Mace 1
-0110100 Nallet 1
-0110100 Schwalm 1
-0110100 Myren 1
-0110100 Helinger 1
-0110100 Kazanov 1
-0110100 Semhon 1
-0110100 Finberg 1
-0110100 Conward 1
-0110100 Cosetti 1
-0110100 Madersperger 1
-0110100 Mernagh 1
-0110100 Strelyany 1
-0110100 Kollek 1
-0110100 Feloni 1
-0110100 Blaszcz 1
-0110100 Wenstrand 1
-0110100 Schweicker 1
-0110100 Longnecker 1
-0110100 Szczepanski 1
-0110100 Skoning 1
-0110100 Yezhov 1
-0110100 Combier 1
-0110100 Ziller 1
-0110100 Karem 1
-0110100 Motwani 1
-0110100 Dozo 1
-0110100 Almaraz 1
-0110100 MCVEARRY 1
-0110100 Pineau-Valenciennes 1
-0110100 Gresser 1
-0110100 Montezari 1
-0110100 Lodder 1
-0110100 Stallman 1
-0110100 Runde 1
-0110100 Resto 1
-0110100 Rothenberger 1
-0110100 Charen 1
-0110100 Mogren 1
-0110100 Rabinovich 1
-0110100 Damilano 1
-0110100 Kaylan 1
-0110100 Montilla 1
-0110100 News-Republican 1
-0110100 Blok 1
-0110100 Tolubeyev 1
-0110100 Carnella 1
-0110100 Eison 1
-0110100 Coffy 1
-0110100 Pancratz 1
-0110100 Monashefsky 1
-0110100 Gillock 1
-0110100 Kruckel 1
-0110100 Ourusoff 1
-0110100 Bate 1
-0110100 Sameth 1
-0110100 Milotta 1
-0110100 Guiffre 1
-0110100 Seboek 1
-0110100 Lovago 1
-0110100 Berlinski 1
-0110100 Boocock 1
-0110100 Okano 1
-0110100 Mendeloff 1
-0110100 Straeter 1
-0110100 McKintosh 1
-0110100 Gance 1
-0110100 Cocteau 1
-0110100 Chalabi 1
-0110100 Spindell 1
-0110100 Sulins 1
-0110100 Bakula 1
-0110100 Portzamparc 1
-0110100 Hejduk 1
-0110100 Stepanek 1
-0110100 Ovchinnikov 1
-0110100 Fainsilber 1
-0110100 Rathebe 1
-0110100 Kontorovich 1
-0110100 Jackson-Pepsi 1
-0110100 Sila-Nowicki 1
-0110100 Schaffert 1
-0110100 Gams 1
-0110100 Gaede 1
-0110100 Lozon 1
-0110100 Goldstick 1
-0110100 Hergstein 1
-0110100 Talyzin 1
-0110100 Solovyov 1
-0110100 Ermarth 1
-0110100 Lubash 1
-0110100 Duesint 1
-0110100 Nohren 1
-0110100 Firkusny 1
-0110100 Sarto 1
-0110100 Calleo 1
-0110100 Kachel 1
-0110100 Rogstad 1
-0110100 Billmire 1
-0110100 Ariza 1
-0110100 Hasting 1
-0110100 Pridemore 1
-0110100 Kragh-Jacobsen 1
-0110100 Leaud 1
-0110100 Steinbergs 1
-0110100 Vionnet 1
-0110100 Ann-Greta 1
-0110100 Kepner 1
-0110100 Saeman 1
-0110100 Klindworth 1
-0110100 Lesenger 1
-0110100 Hollasch 1
-0110100 Wetherbee 1
-0110100 Chang-Diaz 1
-0110100 Dworchak 1
-0110100 Hartfield 1
-0110100 Swiatkowski 1
-0110100 Yokum 1
-0110100 Kochola 1
-0110100 Kennicott 1
-0110100 Ottobre 1
-0110100 Muehle 1
-0110100 Rossiaud 1
-0110100 Souslov 1
-0110100 Piotrovsky 1
-0110100 Gabrilove 1
-0110100 Hunley 1
-0110100 Rossides 1
-0110100 Wehler 1
-0110100 Garcons 1
-0110100 Akacem 1
-0110100 Orndorff 1
-0110100 Nugteren 1
-0110100 Boublil 1
-0110100 Berridge 1
-0110100 Zamyatin 1
-0110100 Ulyanov 1
-0110100 Gyllensten 1
-0110100 Durian 1
-0110100 Watermelon 1
-0110100 Thailand-Universe 1
-0110100 Universes 1
-0110100 Thailand/World 1
-0110100 Nemiroff 1
-0110100 Donghia 1
-0110100 Boesky-greed-is-good 1
-0110100 Anathan 1
-0110100 Eakland 1
-0110100 Marsolais 1
-0110100 Croswell 1
-0110100 Tulig 1
-0110100 Sindab 1
-0110100 Darmam 1
-0110100 Glowatz 1
-0110100 Brevetti 1
-0110100 Rahv 1
-0110100 Appignanesi 1
-0110100 DeCrow 1
-0110100 Vincel 1
-0110100 Pirrie 1
-0110100 Sobol 1
-0110100 Etcheparre 1
-0110100 Vroman 1
-0110100 Radlein 1
-0110100 Vanzo 1
-0110100 Preiser 1
-0110100 Bintley 1
-0110100 Boriskin 1
-0110100 Purjes 1
-0110100 Lawrences 1
-0110100 Czarapata 1
-0110100 Aclander 1
-0110100 VanDerlinde 1
-0110100 Triska 1
-0110100 Skolnik 1
-0110100 Obote 1
-0110100 Ptak 1
-0110100 Majeske 1
-0110100 Hochstadt 1
-0110100 Stavrowsky 1
-0110100 Cucire 1
-0110100 Gaydon 1
-0110100 Lunden 1
-0110100 Yushta 1
-0110100 Sheed 1
-0110100 Ponticelli 1
-0110100 Gorzelnik 1
-0110100 Playten 1
-0110100 Boehme 1
-0110100 LeMond 1
-0110100 Dopkeen 1
-0110100 Holtback 1
-0110100 Helsmley 1
-0110100 Foulkrod 1
-0110100 Dobriansky 1
-0110100 Orsulak 1
-0110100 Bley 1
-0110100 Surhoff 1
-0110100 Zacharov 1
-0110100 Lentricchia 1
-0110100 Tarnoff 1
-0110100 MD87s 1
-0110100 Fogelberg 1
-0110100 Schopflin 1
-0110100 Doppelfeld 1
-0110100 Uchiama 1
-0110100 Lubasch 1
-0110100 Mansmann 1
-0110100 Gort 1
-0110100 Banez 1
-0110100 Gawain 1
-0110100 Guedj 1
-0110100 Veeck 1
-0110100 Melinkoff 1
-0110100 Heschmeyer 1
-0110100 Oafid 1
-0110100 Hagge 1
-0110100 Sohlman 1
-0110100 Streiker 1
-0110100 Raphaelson 1
-0110100 Ommerle 1
-0110100 Rebick 1
-0110100 Devison 1
-0110100 Hourbeigt 1
-0110100 Leiser 1
-0110100 Shiras 1
-0110100 Lehnhoff 1
-0110100 Lidner 1
-0110100 Larin 1
-0110100 Kusada 1
-0110100 Ackman 1
-0110100 Menenendez 1
-0110100 Young-Jin 1
-0110100 Emptage 1
-0110100 Okrayan 1
-0110100 Greenpan 1
-0110100 Gillingham 1
-0110100 Tuttleton 1
-0110100 Capones 1
-0110100 Tiggy-Winkle 1
-0110100 Donaldson. 1
-0110100 Macchio 1
-0110100 Schayes 1
-0110100 CONNALLY 1
-0110100 Russonello 1
-0110100 Ysaye 1
-0110100 Ondeck 1
-0110100 Jaising 1
-0110100 Sahr 1
-0110100 Taffet 1
-0110100 Smithsays 1
-0110100 Menedez 1
-0110100 Moyne 1
-0110100 Bothne 1
-0110100 Higuera 1
-0110100 Kander 1
-0110100 Ebb 1
-0110100 Krupansky 1
-0110100 Wagons-lits 1
-0110100 Automne 1
-0110100 Unser 1
-0110100 Sweikert 1
-0110100 Ayuho 1
-0110100 Imprimerie 1
-0110100 Eickelberg 1
-0110100 Biddulph 1
-0110100 Klitgaard 1
-0110100 Leppert 1
-0110100 Superczynski 1
-0110100 Brettell 1
-0110100 Cachin 1
-0110100 Kovitz 1
-0110100 Rapalics 1
-0110100 Gubser 1
-0110100 Dearie 1
-0110100 Malik 1
-0110100 Toomey 1
-0110100 Liotta 1
-0110100 Gronek 1
-0110100 Pfluger 1
-0110100 Halbfass 1
-0110100 Eifman 1
-0110100 Garville 1
-0110100 Moteren 1
-0110100 Briantsev 1
-0110100 Gauss 1
-0110100 Todaro 1
-0110100 McDougald 1
-0110100 Getschow 1
-0110100 Fromyer 1
-0110100 Morozov 1
-0110100 Gaponova 1
-0110100 Jinxing 1
-0110100 Polim 1
-0110100 Wildfang 1
-0110100 Fettweiss 1
-0110100 Ruffenach 1
-0110100 Eto 1
-0110100 Kyl 1
-0110100 Mimun 1
-0110100 Grimmer 1
-0110100 Pang. 1
-0110100 Frehner 1
-0110100 Growdon 1
-0110100 J.Harris 1
-0110100 MacManon 1
-0110100 Stangberg 1
-0110100 Brander 1
-0110100 Moorthy 1
-0110100 Burtless 1
-0110100 Scents. 1
-0110100 Hollishead 1
-0110100 Eliots 1
-0110100 Dugle 1
-0110100 Roumiguiere 1
-0110100 Seaber 1
-0110100 Carraro 1
-0110100 Moneta 1
-0110100 Middlekauff 1
-0110100 Nessel 1
-0110100 Micelli 1
-0110100 Diker 1
-0110100 Guingona 1
-0110100 Steortz 1
-0110100 Adie 1
-0110100 Gratch 1
-0110100 Olesiak 1
-0110100 Buch 1
-0110100 Loncraine 1
-0110100 Prochnow 1
-0110100 Wicket 1
-0110100 Semagran 1
-0110100 Lomans 1
-0110100 Siler 1
-0110100 Rovwn 1
-0110100 Bariscillo 1
-0110100 Hochbruecker 1
-0110100 Maemura 1
-0110100 Pichey 1
-0110100 Ronning 1
-0110100 Goshgarian 1
-0110100 Chaseman 1
-0110100 BenDov 1
-0110100 Whitcombe 1
-0110100 McCullaugh 1
-0110100 Hasior 1
-0110100 Kozaric 1
-0110100 Joensson 1
-0110100 Lubinski 1
-0110100 SAFIRE 1
-0110100 Nordkamp 1
-0110100 Gabal 1
-0110100 Ostertag 1
-0110100 Santelle 1
-0110100 elBashir 1
-0110100 Drabek 1
-0110100 Bream 1
-0110100 Pedrique 1
-0110100 Zurzolo 1
-0110100 Hewko 1
-0110100 Chediek 1
-0110100 Ishizuka 1
-0110100 Riskin 1
-0110100 Carlgren 1
-0110100 Gentzel 1
-0110100 Mone 1
-0110100 Galbraiths 1
-0110100 Hernandez-Pinero 1
-0110100 Freij 1
-0110100 Nyhan 1
-0110100 Prouvoyeur 1
-0110100 Goldeen 1
-0110100 Andoe 1
-0110100 Kasdi 1
-0110100 Biben 1
-0110100 Paroo 1
-0110100 Maudlin 1
-0110100 Fedeli 1
-0110100 Dungan 1
-0110100 Bungey 1
-0110100 Kinsolving 1
-0110100 DeHimer 1
-0110100 Weinzierl 1
-0110100 Hanneman 1
-0110100 Devane 1
-0110100 Adamek 1
-0110100 Gadda 1
-0110100 Musil 1
-0110100 Severin 1
-0110100 Brunis 1
-0110100 Sudhalter 1
-0110100 Cidre 1
-0110100 Villwock 1
-0110100 DioGuardi. 1
-0110100 Atchealak 1
-0110100 Listanowsky 1
-0110100 Ranno 1
-0110100 Fulwider 1
-0110100 Loev 1
-0110100 Carifa 1
-0110100 Shellenbarger 1
-0110100 Luger 1
-0110100 Grommet 1
-0110100 Siefman 1
-0110100 Galletly 1
-0110100 Morel 1
-0110100 Hingst 1
-0110100 Eiffler 1
-0110100 Basch 1
-0110100 Tanimira 1
-0110100 Bollwitt 1
-0110100 Viorst 1
-0110100 Andreyev 1
-0110100 Kasarov 1
-0110100 Storrer 1
-0110100 Ruzika 1
-0110100 Smibert 1
-0110100 Seacat 1
-0110100 Barkoff 1
-0110100 Jaans 1
-0110100 Golsen 1
-0110100 Tardio 1
-0110100 Colacello 1
-0110100 Liberati 1
-0110100 Hidas 1
-0110100 Showcross 1
-0110100 Steinbruner 1
-0110100 Prusa 1
-0110100 Kaza 1
-0110100 Perraudin 1
-0110100 Tomsho 1
-0110100 Clason 1
-0110100 Bohla 1
-0110100 A.Bilzerian 1
-0110100 Lanker 1
-0110100 Garrision 1
-0110100 Konig 1
-0110100 Villepique 1
-0110100 Vennochi 1
-0110100 Shavers 1
-0110100 Hilkert 1
-0110100 Solomon-Glover 1
-0110100 Schiffren 1
-0110100 Bazemore 1
-0110100 Vanterpool 1
-0110100 Hickok 1
-0110100 Scammon 1
-0110100 Maradudin 1
-0110100 Goldchmidt 1
-0110100 Krosnick 1
-0110100 Blauser 1
-0110100 Lilliquist 1
-0110100 Smolz 1
-0110100 Ochsenchlager 1
-0110100 Loc 1
-0110100 Furillo 1
-0110100 ul-Islam 1
-0110100 Parthenopoulos 1
-0110100 Seremba 1
-0110100 Rentzepis 1
-0110100 Coni 1
-0110100 Sere 1
-0110100 Pondexter 1
-0110100 Motta 1
-0110100 Boerwinkle 1
-0110100 Kastil 1
-0110100 Boddy 1
-0110100 Ohkuma 1
-0110100 Alquist 1
-0110100 Alstyne 1
-0110100 Hovas 1
-0110100 Schmertzler 1
-0110100 Jovine 1
-0110100 Vajda 1
-0110100 Pignataro 1
-0110100 Wright. 1
-0110100 Konnyu 1
-0110100 Volpano 1
-0110100 Mulrennan 1
-0110100 Maestas 1
-0110100 Norfleet 1
-0110100 Corn-Revere 1
-0110100 Noseworthy 1
-0110100 Tiburski 1
-0110100 Puttman 1
-0110100 Blands 1
-0110100 Trumans 1
-0110100 Carsonization 1
-0110100 Figura 1
-0110100 Branman 1
-0110100 Waldheim. 1
-0110100 Bronstron 1
-0110100 Prottas 1
-0110100 Adlow 1
-0110100 Henretta 1
-0110100 Staub 1
-0110100 Toyosawa 1
-0110100 Posey. 1
-0110100 Ulvaeus 1
-0110100 Sergievsky 1
-0110100 Szasz 1
-0110100 Krafcik 1
-0110100 Cherkin 1
-0110100 Podres 1
-0110100 Niedenfuer 1
-0110100 Briles 1
-0110100 Cuskern 1
-0110100 prostrates 1
-0110100 Goudge 1
-0110100 Varasi 1
-0110100 Kosten 1
-0110100 Feikens 1
-0110100 Icaza 1
-0110100 Linbaugh 1
-0110100 Mednis 1
-0110100 Pallottini 1
-0110100 Juans 1
-0110100 Krzyzewski 1
-0110100 Pork. 1
-0110100 Andersch 1
-0110100 Electicite 1
-0110100 Gayetot 1
-0110100 Tylers 1
-0110100 Horrick 1
-0110100 Labow 1
-0110100 Hesseltine 1
-0110100 Moscone 1
-0110100 Salzgeber 1
-0110100 Sturzenegger 1
-0110100 Tosti 1
-0110100 Cruz-Romo 1
-0110100 Melhado 1
-0110100 Curteis 1
-0110100 Ebbutt 1
-0110100 Carwein 1
-0110100 Horsmans 1
-0110100 DeVenuta 1
-0110100 Katzir 1
-0110100 Al-Naja 1
-0110100 Eget 1
-0110100 Souto 1
-0110100 Phalon 1
-0110100 Sattin 1
-0110100 Majovski 1
-0110100 Brumby 1
-0110100 Dumestre 1
-0110100 Rybacki 1
-0110100 Striha 1
-0110100 Gatchell 1
-0110100 Soumerai 1
-0110100 Tomba 1
-0110100 Accola 1
-0110100 Kieslowski 1
-0110100 VIIs 1
-0110100 Jarmusch 1
-0110100 Kellaway 1
-0110100 Rilling 1
-0110100 Wristons 1
-0110100 Maruquin 1
-0110100 Fagen 1
-0110100 Druzinski 1
-0110100 Mustie 1
-0110100 Schulmeyer 1
-0110100 Schrieber 1
-0110100 Smolka 1
-0110100 DeSeta 1
-0110100 Karambelas 1
-0110100 Pallieres 1
-0110100 Balner 1
-0110100 EGYPT 1
-0110100 Courtot 1
-0110100 Dentinger 1
-0110100 Riefler 1
-0110100 Aquilar 1
-0110100 Utrata 1
-0110100 Belusconi 1
-0110100 Umberson 1
-0110100 Gamez 1
-0110100 Romadin 1
-0110100 Shilinski 1
-0110100 Tabaka 1
-0110100 Orr-Cahall 1
-0110100 Grishaw-Mueller 1
-0110100 Belyanov 1
-0110100 Gertoberens 1
-0110100 Rockel 1
-0110100 Brindley 1
-0110100 Szabow 1
-0110100 counterpunched 1
-0110100 Kamlani 1
-0110100 Akerman 1
-0110100 Firor 1
-0110100 Murnick 1
-0110100 Davola 1
-0110100 Schwartz-Schilling 1
-0110100 Baumhauer 1
-0110100 Mandadori 1
-0110100 Ellenberg 1
-0110100 Keslar 1
-0110100 Westling 1
-0110100 Hakimoglu 1
-0110100 Hammer. 1
-0110100 Jocou 1
-0110100 Blunden 1
-0110100 Ohuchi 1
-0110100 Collingwood 1
-0110100 Malaprop 1
-0110100 Mover 1
-0110100 Zakaria 1
-0110100 Googin 1
-0110100 Casell 1
-0110100 Netti 1
-0110100 Gallaire-Bourega 1
-0110100 Tauro 1
-0110100 Rostenskowski 1
-0110100 Ortega-Padilla 1
-0110100 Landerman 1
-0110100 Haigh-Neal 1
-0110100 Maltin 1
-0110100 Slotsve 1
-0110100 Garrin 1
-0110100 IndoSuez 1
-0110100 Saravalle 1
-0110100 Riger 1
-0110100 Viallat 1
-0110100 Bernik 1
-0110100 Guaita 1
-0110100 Scheibl 1
-0110100 Asdrubali 1
-0110100 Morlotti 1
-0110100 Pomodoro 1
-0110100 Toya 1
-0110100 Uematsu 1
-0110100 Boshell 1
-0110100 Eckholt 1
-0110100 Naftzger 1
-0110100 Hubler 1
-0110100 Alkan 1
-0110100 Harapiak 1
-0110100 Combest 1
-0110100 Mirren 1
-0110100 Grohl 1
-0110100 Patawaran 1
-0110100 Hommes 1
-0110100 Rushd 1
-0110100 Muris 1
-0110100 Tierno 1
-0110100 Mukong 1
-0110100 Skilton 1
-0110100 Gillogly 1
-0110100 Keschl 1
-0110100 Yardenis 1
-0110100 LeCarre 1
-0110100 Kageyama 1
-0110100 Ruckdeschel 1
-0110100 Dashichev 1
-0110100 Turbay 1
-0110100 Fortunato 1
-0110100 Nykvist 1
-0110100 Grealish 1
-0110100 Bunka 1
-0110100 Shtern 1
-0110100 Morcroft 1
-0110100 Levante 1
-0110100 Meunier 1
-0110100 Gerroll 1
-0110100 Ransdell 1
-0110100 Pankow 1
-0110100 Rizvi 1
-0110100 Berlinghoff 1
-0110100 Want-XXVIII 1
-0110100 Jarreau 1
-0110100 Follender 1
-0110100 Schenken 1
-0110100 v.d. 1
-0110100 Pickins 1
-0110100 Foucauld 1
-0110100 Byck 1
-0110100 Tunstall 1
-0110100 Brosnen 1
-0110100 Kual 1
-0110100 LaBant 1
-0110100 Krasnow 1
-0110100 Euler 1
-0110100 Wermeil 1
-0110100 Shoob 1
-0110100 McTiernan 1
-0110100 Nourbakhsh 1
-0110100 Germond. 1
-0110100 Thornill 1
-0110100 Gass 1
-0110100 Bellah 1
-0110100 Egypte 1
-0110100 Sucreries 1
-0110100 Yeulet 1
-0110100 Coxford 1
-0110100 Gazdar 1
-0110100 Albukerk 1
-0110100 Hulya 1
-0110100 Chelios 1
-0110100 Olczyk 1
-0110100 Relias 1
-0110100 Ryun 1
-0110100 Rubins 1
-0110100 Shatz 1
-0110100 Uran 1
-0110100 Dlepu 1
-0110100 Gethin-Jones 1
-0110100 Pasake 1
-0110100 Kansteiner 1
-0110100 DANNEMILLER 1
-0110100 Vanata 1
-0110100 LoRusso 1
-0110100 Pezon 1
-0110100 Robichaud 1
-0110100 Truhe 1
-0110100 Mokren 1
-0110100 Dahill 1
-0110100 Knaup 1
-0110100 LoCastro 1
-0110100 Baltensweiler 1
-0110100 Stitzel 1
-0110100 Rosten 1
-0110100 DeMong 1
-0110100 Krupski 1
-0110100 Myhill 1
-0110100 Kleeblatt 1
-0110100 Lightman 1
-0110100 Huether 1
-0110100 Pantoliano 1
-0110100 Horioka 1
-0110100 Trenet 1
-0110100 Badura-Skoda 1
-0110100 Pommier 1
-0110100 Khali 1
-0110100 Boom-Boom 1
-0110100 Gersner 1
-0110100 Chasez 1
-0110100 Hosseini 1
-0110100 Kahklen 1
-0110100 Zavludovsky 1
-0110100 Polyakova 1
-0110100 Glab 1
-0110100 Papadimitriou 1
-0110100 Brandoni 1
-0110100 Leyva 1
-0110100 Ravich 1
-0110100 Reitz 1
-0110100 Naganawa 1
-0110100 Chapouthier 1
-0110100 Joyer 1
-0110100 Exter 1
-0110100 DeCerchio 1
-0110100 Hanazuka 1
-0110100 Namara 1
-0110100 Tulman 1
-0110100 8218 1
-0110100 Nyks 1
-0110100 Pavony 1
-0110100 Jovic 1
-0110100 Hittner 1
-0110100 Shahrabani 1
-0110100 SCHUMER 1
-0110100 Mottahedeh 1
-0110100 Buttavacoli 1
-0110100 Wiesman 1
-0110100 Avenir 1
-0110100 Bonasorte 1
-0110100 Wedgeworth 1
-0110100 Wolkind 1
-0110100 Hustace 1
-0110100 Rivoli 1
-0110100 Reidenbach 1
-0110100 Herger 1
-0110100 LeMen 1
-0110100 Littky 1
-0110100 Lindzen 1
-0110100 Ramathan 1
-0110100 Ellsaesser 1
-0110100 Rowland-Morin 1
-0110100 Sapienza 1
-0110100 Kishii 1
-0110100 Wolfe-ish 1
-0110100 Angrist 1
-0110100 Vescos 1
-0110100 Fortenbaugh 1
-0110100 Lewit-Nirenberg 1
-0110100 Tsukamoto 1
-0110100 Miroshina 1
-0110100 Quillen 1
-0110100 Chunn 1
-0110100 Heymeyer 1
-0110100 Brinkel 1
-0110100 Voutila 1
-0110100 Cronenberger 1
-0110100 Draftula 1
-0110100 Kodama 1
-0110100 Bonynge 1
-0110100 Nissa 1
-0110100 Tenda 1
-0110100 Weikl 1
-0110100 Panerei 1
-0110100 Apostol 1
-0110100 Giamattai 1
-0110100 Naders 1
-0110100 Mazzocchi 1
-0110100 Agathocleous 1
-0110100 Weissmuller 1
-0110100 Bebey 1
-0110100 Eckstein 1
-0110100 Goldenthal 1
-0110100 Baskerville 1
-0110100 Tetrud 1
-0110100 Tsoucalas 1
-0110100 Khaldun 1
-0110100 Taimiya 1
-0110100 Crego 1
-0110100 Haytow 1
-0110100 Boldrick 1
-0110100 Konvitz 1
-0110100 Lapique 1
-0110100 Agam 1
-0110100 Theriault 1
-0110100 Brasiliensis 1
-0110100 Denslow 1
-0110100 Pres 1
-0110100 Donath 1
-0110100 Trettien 1
-0110100 Serres 1
-0110100 Fezza 1
-0110100 Soyfer 1
-0110100 Nascimento 1
-0110100 Huscher 1
-0110100 Timnick 1
-0110100 Sugalski 1
-0110100 Gazdag 1
-0110100 Kovacic 1
-0110100 el-Dayem 1
-0110100 Fulwood 1
-0110100 Delaunay 1
-0110100 Bonga 1
-0110100 Shtromas 1
-0110100 Jicha 1
-0110100 Warman 1
-0110100 Yamasaki 1
-0110100 Netsch 1
-0110100 Mittelhoffer 1
-0110100 Saag 1
-0110100 Sikking 1
-0110100 Schleiermacher 1
-0110100 Lifson 1
-0110100 Aulsenbrook 1
-0110100 Chieffo 1
-0110100 MacDonell 1
-0110100 Dente 1
-0110100 Biryukov 1
-0110100 Anderson-Ellis 1
-0110100 Olea 1
-0110100 Bokat 1
-0110100 Amick 1
-0110100 Oberle 1
-0110100 Kutz 1
-0110100 Fronistas 1
-0110100 Sincoff 1
-0110100 poisson 1
-0110100 Rullo 1
-0110100 Rueda 1
-0110100 Psellus 1
-0110100 Zile 1
-0110100 Badder 1
-0110100 Brangwen 1
-0110100 Schmotter 1
-0110100 Sluman 1
-0110100 Beyle 1
-0110100 Salins 1
-0110100 Kostecka 1
-0110100 Gesellius 1
-0110100 Holditch 1
-0110100 Tenorio 1
-0110100 Villamiel 1
-0110100 Scrivener 1
-0110100 Mrozinksi 1
-0110100 Nalbone 1
-0110100 Nishikido 1
-0110100 Hadwin 1
-0110100 Slobodow 1
-0110100 Giron 1
-0110100 Takaezu 1
-0110100 Onuma 1
-0110100 Burbridge 1
-0110100 Preeg 1
-0110100 Imscher 1
-0110100 Irmscher 1
-0110100 Ganani 1
-0110100 Partom 1
-0110100 Felsenthal 1
-0110100 Naess 1
-0110100 Rostenkowksi 1
-0110100 Butorac 1
-0110100 Goodvibes 1
-0110100 Ooms 1
-0110100 Colter 1
-0110100 Ford. 1
-0110100 Jelinek-Fink 1
-0110100 Engberman 1
-0110100 Henritze 1
-0110100 Ciniero 1
-0110100 Balestrino 1
-0110100 Bilden 1
-0110100 Scrope 1
-0110100 Hamlett 1
-0110100 Laband 1
-0110100 Taskeshita 1
-0110100 Bonavera 1
-0110100 Kuerti 1
-0110100 Shomron 1
-0110100 gaines 1
-0110100 Barnaud 1
-0110100 Puzaitzer 1
-0110100 Mesa-Lago 1
-0110100 Wedekind 1
-0110100 Patou 1
-0110100 Theismann 1
-0110100 Boop 1
-0110100 Lenkin 1
-0110100 Youngclaus 1
-0110100 Gasche 1
-0110100 Hugick 1
-0110100 Crenna 1
-0110100 Cippollone 1
-0110100 athlete-to-athlete 1
-0110100 Pendziakow 1
-0110100 conocer 1
-0110100 Kopel 1
-0110100 Kleck 1
-0110100 Zoarski 1
-0110100 bawls 1
-0110100 Rollnick 1
-0110100 Ubben 1
-0110100 Feenberg 1
-0110100 Weigelt 1
-0110100 Ribuffo 1
-0110100 Reems 1
-0110100 Spiess 1
-0110100 Cannella 1
-0110100 Thomas-Vitrac 1
-0110100 Gubers 1
-0110100 Menand 1
-0110100 Chrystals 1
-0110100 Berscheid 1
-0110100 Walster 1
-0110100 Diab 1
-0110100 Wontner 1
-0110100 Gesu 1
-0110100 Schmeling 1
-0110100 Kneser 1
-0110100 Petito 1
-0110100 Poell 1
-0110100 Karrubi 1
-0110100 Abrew 1
-0110100 Wulfes 1
-0110100 McKanic 1
-0110100 Seidenthal 1
-0110100 Schrum 1
-0110100 Bren 1
-0110100 Hedquist 1
-0110100 Capuccino 1
-0110100 Manlove 1
-0110100 Olechowski 1
-0110100 Pianko 1
-0110100 Pappalardi 1
-0110100 Filippini 1
-0110100 Calles 1
-0110100 Magat 1
-0110100 Nicoletti 1
-0110100 Ogushi 1
-0110100 Eynon 1
-0110100 Rabello 1
-0110100 Brubeck 1
-0110100 Legge 1
-0110100 Attanasio 1
-0110100 Hoffenberger 1
-0110100 Ohira 1
-0110100 Gribbin 1
-0110100 Ramati 1
-0110100 Devito 1
-0110100 McCary 1
-0110100 Biggio 1
-0110100 Oberkfell 1
-0110100 Relin 1
-0110100 McCovey 1
-0110100 Salin 1
-0110100 Grassely 1
-0110100 Bastiat 1
-0110100 DerZee 1
-0110100 Gedrick 1
-0110100 Geremek 1
-0110100 DeClue 1
-0110100 Barne 1
-0110100 Kazurinsky 1
-0110100 Bujak 1
-0110100 Hadzidakis 1
-0110100 Nathusius 1
-0110100 Petroles/Total 1
-0110100 Keath 1
-0110100 Arness 1
-0110100 Beregevoy 1
-0110100 Bilirikis 1
-0110100 Driekas 1
-0110100 Gummer 1
-0110100 Vollard 1
-0110100 CROUCH 1
-0110100 Ayob 1
-0110100 Cullberg 1
-0110100 Patsalas 1
-0110100 Hindberg 1
-0110100 Villumsen 1
-0110100 Marietta-Allied-Bendix 1
-0110100 Kehlet 1
-0110100 Ryom 1
-0110100 Khouja 1
-0110100 Delloye 1
-0110100 Brookens 1
-0110100 Haserot 1
-0110100 CALI 1
-0110100 Greaver 1
-0110100 Georgano 1
-0110100 Gewitz 1
-0110100 Liebling-type 1
-0110100 Paffendorf 1
-0110100 Doti 1
-0110100 Chamness 1
-0110100 Watchtel 1
-0110100 Schuppert 1
-0110100 Spickelmier 1
-0110100 Schawlow 1
-0110100 Momeka 1
-0110100 Ursprung 1
-0110100 Aviles 1
-0110100 Hanaway 1
-0110100 Lipincott 1
-0110100 Saettele 1
-0110100 Yudof 1
-0110100 Filipe 1
-0110100 Mickelsen 1
-0110100 Chaves 1
-0110100 Corrine 1
-0110100 Knapton 1
-0110100 Lisitchkin 1
-0110100 Skulason 1
-0110100 Bogomolov 1
-0110100 Chown 1
-0110100 Aikin 1
-0110100 Kulp 1
-0110100 Horwtiz 1
-0110100 Lipsitz 1
-0110100 Knonstam 1
-0110100 Ichel 1
-0110100 Marschall 1
-0110100 Weigl 1
-0110100 Flagstad 1
-0110100 Lieu 1
-0110100 Sigurdsen 1
-0110100 Sheindlin 1
-0110100 Rugunda 1
-0110100 Barchas 1
-0110100 Kenefick 1
-0110100 Aase 1
-0110100 Niwa 1
-0110100 Bines 1
-0110100 Zachmanoglou 1
-0110100 Gosch 1
-0110100 Willebrands 1
-0110100 Sinkel 1
-0110100 Oguchi 1
-0110100 Akiyama 1
-0110100 Drosselmeyer 1
-0110100 Landi 1
-0110100 Arbor-based 1
-0110100 Cruger 1
-0110100 Kuteinikov 1
-0110100 Rizopolous 1
-0110100 Delves 1
-0110100 Leisening 1
-0110100 Bluedorn 1
-0110100 Haddon-Cave 1
-0110100 Bastien-Lepage 1
-0110100 Cherniss 1
-0110100 Luff 1
-0110100 Perdziola 1
-0110100 Kolomyjec 1
-0110100 Kuether 1
-0110100 Harsbarger 1
-0110100 Bolick 1
-0110100 Tu-an-Ku 1
-0110100 Cranko 1
-0110100 Pollare 1
-0110100 Schwartzburg 1
-0110100 Sbarge 1
-0110100 Kronthal 1
-0110100 Lenzner 1
-0110100 Millbank 1
-0110100 Wicklund 1
-0110100 Podolny 1
-0110100 LaChiusa 1
-0110100 Lavalliere 1
-0110100 Hantash 1
-0110100 Kovalyova 1
-0110100 Sinyavskaya 1
-0110100 Grisoni 1
-0110100 Amit 1
-0110100 Szymanowski 1
-0110100 Horenstein 1
-0110100 Persichetti 1
-0110100 Jacbobs 1
-0110100 Lassila 1
-0110100 Paxon 1
-0110100 Simondi 1
-0110100 Zhuangzhuang 1
-0110100 Fokine 1
-0110100 Spangrude 1
-0110100 Buis 1
-0110100 Gervase 1
-0110100 Custine 1
-0110100 Vickstrom 1
-0110100 Hnatyshyn 1
-0110100 Knetzger 1
-0110100 Tuvim 1
-0110100 Vinelli 1
-0110100 Aburn 1
-0110100 Pardau 1
-0110100 Begue 1
-0110100 Eisentstat 1
-0110100 Aveline 1
-0110100 Sischy 1
-0110100 Couperin 1
-0110100 Bolter 1
-0110100 Schlamme 1
-0110100 Venuto 1
-0110100 Eui 1
-0110100 Wujec 1
-0110100 Delius 1
-0110100 Boym 1
-0110100 DeMarte 1
-0110100 Argerich 1
-0110100 Spruance 1
-0110100 Sloans 1
-0110100 Gilboa 1
-0110100 Ahto 2
-0110100 Klarer 2
-0110100 Spindt 2
-0110100 Banawan 2
-0110100 Budig 2
-0110100 Sherden 2
-0110100 Silbermann 2
-0110100 Bouey 2
-0110100 Heeder 2
-0110100 Loder 2
-0110100 Greensher 2
-0110100 Gephardts 2
-0110100 LeBreton 2
-0110100 Varda 2
-0110100 Murdochs 2
-0110100 Krauch 2
-0110100 Kilgus 2
-0110100 Tamagni 2
-0110100 Weinshienk 2
-0110100 Ganin 2
-0110100 Gregoric 2
-0110100 Hochendoner 2
-0110100 Santacruz 2
-0110100 Bharadwaja 2
-0110100 Hrudka 2
-0110100 Storani 2
-0110100 Shushan 2
-0110100 Warwick-Ching 2
-0110100 Escolese 2
-0110100 Schoenfein 2
-0110100 Randova 2
-0110100 Barokocy 2
-0110100 Basnight 2
-0110100 Brebbia 2
-0110100 Pecori 2
-0110100 Compe 2
-0110100 Promutico 2
-0110100 Wajnert 2
-0110100 Gritzmaker 2
-0110100 Yuchengco 2
-0110100 Krindler 2
-0110100 Cariou 2
-0110100 St-Laurent 2
-0110100 Poscente 2
-0110100 Gennrich 2
-0110100 Slusarczyk 2
-0110100 Gilbert-Rolfe 2
-0110100 Wical 2
-0110100 Woodliff 2
-0110100 Dauer 2
-0110100 Wagnon 2
-0110100 Fassi 2
-0110100 Namberg 2
-0110100 Buchbinder 2
-0110100 Cassilly 2
-0110100 Kronenfeld 2
-0110100 Szudrawski 2
-0110100 Brenes 2
-0110100 Madara 2
-0110100 Shcherbina 2
-0110100 Steinke 2
-0110100 Marchesi 2
-0110100 Lemayev 2
-0110100 Griskey 2
-0110100 Orechio 2
-0110100 Kietzman 2
-0110100 Mainwaring 2
-0110100 Kuhlke 2
-0110100 Neinstedt 2
-0110100 Loudermilk 2
-0110100 Molopi 2
-0110100 Crane-Baker 2
-0110100 Galantowicz 2
-0110100 Goessel 2
-0110100 Whitacker 2
-0110100 Schmuckli 2
-0110100 Karmel 2
-0110100 Andreev 2
-0110100 Stata 2
-0110100 Wittkin 2
-0110100 Kaluzny 2
-0110100 Seif 2
-0110100 Colabella 2
-0110100 Fondersmith 2
-0110100 Whipp 2
-0110100 Geng 2
-0110100 Foerde 2
-0110100 Breau 2
-0110100 Pogett 2
-0110100 Sedgley 2
-0110100 Barbret 2
-0110100 DeGhetto 2
-0110100 Senderowitz 2
-0110100 Palcy 2
-0110100 Bosomworth 2
-0110100 Berquist 2
-0110100 Mattsson 2
-0110100 Gostin 2
-0110100 Balch 2
-0110100 MacIntire 2
-0110100 Legorreta 2
-0110100 Bonett 2
-0110100 Moulthrop 2
-0110100 Gouw 2
-0110100 Leonis 2
-0110100 Ermita 2
-0110100 Zigarlick 2
-0110100 Moravec 2
-0110100 Konovalov 2
-0110100 Mongaka 2
-0110100 Castillo-Ramos 2
-0110100 World-USA 2
-0110100 Klott 2
-0110100 Genson 2
-0110100 Collischon 2
-0110100 Iori 2
-0110100 Blonder 2
-0110100 Prio 2
-0110100 Mendis 2
-0110100 Freind 2
-0110100 Takakuwa 2
-0110100 Hilboldt 2
-0110100 Lambi 2
-0110100 Gulyas 2
-0110100 Pinales 2
-0110100 Imsirovic 2
-0110100 Duquesnoy 2
-0110100 Auten 2
-0110100 Barthell 2
-0110100 Ulman 2
-0110100 Radermacher 2
-0110100 Andreacchio 2
-0110100 Distler 2
-0110100 Ferencik 2
-0110100 Caroli 2
-0110100 Lahmer 2
-0110100 Osenton 2
-0110100 Haims 2
-0110100 1er 2
-0110100 Portet 2
-0110100 Godman 2
-0110100 Kristof 2
-0110100 Myrberg 2
-0110100 Trotti 2
-0110100 Olafson 2
-0110100 Librick 2
-0110100 Farwick 2
-0110100 Trukhanovski 2
-0110100 Gauvry 2
-0110100 Hirzy 2
-0110100 Morgenstein 2
-0110100 Prater 2
-0110100 Romanchek 2
-0110100 Dichter 2
-0110100 Lipeles 2
-0110100 Mullan 2
-0110100 Shinsato 2
-0110100 Landowska 2
-0110100 Guntley 2
-0110100 Soughers 2
-0110100 Rapawy 2
-0110100 Weisenberg 2
-0110100 Mottaz 2
-0110100 Arpino 2
-0110100 Driska 2
-0110100 Ritardi 2
-0110100 Chatha 2
-0110100 Esher 2
-0110100 Homol 2
-0110100 Raup 2
-0110100 Kunze 2
-0110100 Rutigliano 2
-0110100 Faulder 2
-0110100 Schaedler 2
-0110100 Hosenball 2
-0110100 Nazzella 2
-0110100 Eule 2
-0110100 Alexandru 2
-0110100 Caputa 2
-0110100 Larrocha 2
-0110100 Polich 2
-0110100 Bolsinger 2
-0110100 Insull 2
-0110100 Swanborn 2
-0110100 Pfaff 2
-0110100 Cialone 2
-0110100 Kerich 2
-0110100 Baas 2
-0110100 Raftopoulos 2
-0110100 Swart 2
-0110100 Giap 2
-0110100 Hingorani 2
-0110100 Pazzianotto 2
-0110100 Lannin 2
-0110100 Liederman 2
-0110100 Fadden 2
-0110100 Stinnett 2
-0110100 Leasburg 2
-0110100 Agisheva 2
-0110100 Kastor 2
-0110100 Vishnevsky 2
-0110100 Strassels 2
-0110100 Tapia 2
-0110100 Tomowa-Sintow 2
-0110100 Manclark 2
-0110100 Govier 2
-0110100 Lelogeais 2
-0110100 Kertz 2
-0110100 Hlapane 2
-0110100 Orizondo 2
-0110100 Mollerstuen 2
-0110100 Baka 2
-0110100 Donges 2
-0110100 Helfand 2
-0110100 Horoszko 2
-0110100 Simonis 2
-0110100 Burchinal 2
-0110100 Nenadal 2
-0110100 Reichek 2
-0110100 Murmann 2
-0110100 Blaker 2
-0110100 Peaslee 2
-0110100 Billmeyer 2
-0110100 Fillepello 2
-0110100 Hoemke 2
-0110100 Gretz 2
-0110100 Skidelsky 2
-0110100 Klaucke 2
-0110100 Ribohn 2
-0110100 Hagegard 2
-0110100 Sojo 2
-0110100 Jumpasat 2
-0110100 Tremml 2
-0110100 Rydell 2
-0110100 Cefaly 2
-0110100 VanSanten 2
-0110100 Holaday 2
-0110100 Allik 2
-0110100 Murdock-Vaughn 2
-0110100 Mitty 2
-0110100 Nemoto 2
-0110100 Wintemute 2
-0110100 Vincola 2
-0110100 Hendee 2
-0110100 Pechter 2
-0110100 Gora 2
-0110100 Yerusalim 2
-0110100 Hoydysh 2
-0110100 Mehra 2
-0110100 Streater 2
-0110100 Djilas 2
-0110100 Fousek 2
-0110100 Krivoshe 2
-0110100 Tinguely 2
-0110100 Lawrenson 2
-0110100 Nigl 2
-0110100 McGue 2
-0110100 Groer 2
-0110100 Sellitti 2
-0110100 Shabazian 2
-0110100 Whitelaw 2
-0110100 Shuttleworth 2
-0110100 Burros 2
-0110100 Gralnick 2
-0110100 Sinkler 2
-0110100 Kakuta 2
-0110100 Schiraldi 2
-0110100 McDivitt 2
-0110100 Gussin 2
-0110100 Soltner 2
-0110100 Dranoff 2
-0110100 Doermer 2
-0110100 Robinov 2
-0110100 Deuel 2
-0110100 Wullenkermper 2
-0110100 Poure 2
-0110100 Godbey 2
-0110100 al-Khalifa 2
-0110100 Eckstrom 2
-0110100 Shomari 2
-0110100 Mattaini 2
-0110100 Bermant 2
-0110100 Duboc 2
-0110100 Goodgreed 2
-0110100 Trischler 2
-0110100 Rensi 2
-0110100 Makay-Coghill 2
-0110100 Arentsen 2
-0110100 Barsimentov 2
-0110100 Msuya 2
-0110100 Feinman 2
-0110100 Schoenrock 2
-0110100 Agca 2
-0110100 Abeles 2
-0110100 Cetron 2
-0110100 Slay 2
-0110100 Ilyich 2
-0110100 Sawamoto 2
-0110100 Burgasov 2
-0110100 Bankler 2
-0110100 Naitoh 2
-0110100 Tribulas 2
-0110100 Loomans 2
-0110100 Bernardini 2
-0110100 Beeson 2
-0110100 Smartt 2
-0110100 Nakatsugawa 2
-0110100 Landro 2
-0110100 Fernstrom 2
-0110100 George-Kanetiio 2
-0110100 Guilderson 2
-0110100 Zipperstein 2
-0110100 Edlund 2
-0110100 Nosiglia 2
-0110100 Jaunarena 2
-0110100 Clurman 2
-0110100 Croston 2
-0110100 Kounas 2
-0110100 Naymark 2
-0110100 Shirazi 2
-0110100 Lestienne 2
-0110100 Slivka 2
-0110100 Bullman 2
-0110100 Gilbertie 2
-0110100 Forseth 2
-0110100 Trevisan 2
-0110100 Velvel 2
-0110100 Gulyaev 2
-0110100 Reinfeld 2
-0110100 Woodberry 2
-0110100 Nevins 2
-0110100 Odean 2
-0110100 Scheelhaase 2
-0110100 Rottenberg 2
-0110100 Rueda-Sabater 2
-0110100 McAtee 2
-0110100 Romo 2
-0110100 Desselle 2
-0110100 Yirka 2
-0110100 Gelgota 2
-0110100 Zawlocki 2
-0110100 Litman 2
-0110100 Weatherup 2
-0110100 Kurtzman 2
-0110100 Douek 2
-0110100 Krummen 2
-0110100 Teske 2
-0110100 Boerner 2
-0110100 Cristofano 2
-0110100 Sanga 2
-0110100 Covello 2
-0110100 Kahveci 2
-0110100 McWhinney 2
-0110100 Olkhovsky 2
-0110100 Jasso 2
-0110100 Scop 2
-0110100 Garretty 2
-0110100 Blicksilver 2
-0110100 Erlick 2
-0110100 Egnew 2
-0110100 Hansbuer 2
-0110100 Jaharis 2
-0110100 Riverin 2
-0110100 Comeaway 2
-0110100 Makoni 2
-0110100 Janiero 2
-0110100 Goldie-Scot 2
-0110100 Hatt 2
-0110100 Beschloss 2
-0110100 Boissonnat 2
-0110100 Forbosh 2
-0110100 Nehm 2
-0110100 Guillo 2
-0110100 Saumier 2
-0110100 Ibias 2
-0110100 Kokado 2
-0110100 Wooding 2
-0110100 Conine 2
-0110100 Beduhn 2
-0110100 Poage 2
-0110100 LeCave 2
-0110100 Shimamura 2
-0110100 Minoletti 2
-0110100 LaFontaine 2
-0110100 Jerney 2
-0110100 Stainforth 2
-0110100 Fithian 2
-0110100 Tabaksblat 2
-0110100 Stankard 2
-0110100 Delhom 2
-0110100 Salus 2
-0110100 Droste 2
-0110100 Nonin 2
-0110100 Incisa 2
-0110100 Puhl 2
-0110100 Brinkler 2
-0110100 Tornes 2
-0110100 Fedewa 2
-0110100 Zabowski 2
-0110100 Atchley 2
-0110100 Berghoff 2
-0110100 Justiz 2
-0110100 Raburn 2
-0110100 Smolan 2
-0110100 Neitz 2
-0110100 Kobel 2
-0110100 Chevenement 2
-0110100 Burkart 2
-0110100 Pillai 2
-0110100 Eggbeer 2
-0110100 Sleeman 2
-0110100 Prucker 2
-0110100 MacGuire 2
-0110100 Priestley 2
-0110100 Scrymgeour 2
-0110100 Messelt 2
-0110100 McGarraugh 2
-0110100 Scardelletti 2
-0110100 Lurier 2
-0110100 Norvik 2
-0110100 Metraux 2
-0110100 Plowright 2
-0110100 Reisinger 2
-0110100 Mambelli 2
-0110100 Cielewich 2
-0110100 Sewright 2
-0110100 LaPota 2
-0110100 Gunberg 2
-0110100 Mackinney 2
-0110100 Burnes 2
-0110100 DeVarona 2
-0110100 Povejsil 2
-0110100 Tyda 2
-0110100 Cozadd 2
-0110100 Klassen 2
-0110100 Sup 2
-0110100 Groh 2
-0110100 Aarvik 2
-0110100 Eastvold 2
-0110100 Lemgruber 2
-0110100 Langoni 2
-0110100 Bastianini 2
-0110100 Gobbee 2
-0110100 Darr 2
-0110100 Agor 2
-0110100 Cundiff 2
-0110100 Novinsky 2
-0110100 Fons 2
-0110100 Keul 2
-0110100 Sefert 2
-0110100 Kokubu 2
-0110100 Ghigna 2
-0110100 Thigpen 2
-0110100 Torshen 2
-0110100 Ryman 2
-0110100 Gromer 2
-0110100 Tanski 2
-0110100 Batterson 2
-0110100 Kiba 2
-0110100 Lasdon 2
-0110100 Milosz 2
-0110100 Jeffee 2
-0110100 Unctuous 2
-0110100 Sanin 2
-0110100 Leitner 2
-0110100 Cammarano 2
-0110100 Heile 2
-0110100 Lenagh 2
-0110100 Meadvin 2
-0110100 Yehia 2
-0110100 Casiano 2
-0110100 Chesney 2
-0110100 Belinski 2
-0110100 Field-Fisher 2
-0110100 Stalnecker 2
-0110100 Samudio 2
-0110100 Valder 2
-0110100 Scasi 2
-0110100 Huberman 2
-0110100 Howorth 2
-0110100 Kachajian 2
-0110100 Delmaestro 2
-0110100 Daubenspeck 2
-0110100 Klingaman 2
-0110100 Remondi 2
-0110100 Gazzola 2
-0110100 Vinestein 2
-0110100 Szanton 2
-0110100 Gnerre 2
-0110100 Nejmeh 2
-0110100 Lopez-Chacon 2
-0110100 Lattanzi 2
-0110100 Schaik 2
-0110100 Scherzinger 2
-0110100 Malm 2
-0110100 Valera 2
-0110100 Hlavaty 2
-0110100 Valdetero 2
-0110100 Rogge 2
-0110100 Oppegard 2
-0110100 Moten 2
-0110100 Sidman 2
-0110100 Dunnington 2
-0110100 Bennardo 2
-0110100 Verma 2
-0110100 Dorsten 2
-0110100 Zoldessy 2
-0110100 Chayes 2
-0110100 Tono 2
-0110100 Giago 2
-0110100 Heckart 2
-0110100 Honerkamp 2
-0110100 McAthie 2
-0110100 Oubati 2
-0110100 Bratches 2
-0110100 Haarder 2
-0110100 Mexandeau 2
-0110100 Hoffstein 2
-0110100 Kamberos 2
-0110100 Pistoli 2
-0110100 Richeson 2
-0110100 Hassenfelt 2
-0110100 Majeed 2
-0110100 Amorena 2
-0110100 Wenglein 2
-0110100 Dormann 2
-0110100 Pierno 2
-0110100 Gersh 2
-0110100 Neidel 2
-0110100 Lahourcade 2
-0110100 Goodbar 2
-0110100 Lolley 2
-0110100 Hullum 2
-0110100 Campana 2
-0110100 Barkan 2
-0110100 Demoff 2
-0110100 Miggiano 2
-0110100 Callwood 2
-0110100 Pilon 2
-0110100 Plumbridge 2
-0110100 Boxell 2
-0110100 Ciccone 2
-0110100 Ewbank 2
-0110100 Gitlitz 2
-0110100 Pioe 2
-0110100 Oeverland 2
-0110100 Hulligan 2
-0110100 Kerson 2
-0110100 Sidwa 2
-0110100 Mangeot 2
-0110100 McKeever 2
-0110100 Gudenberg 2
-0110100 Abbruzzese 2
-0110100 Leishman 2
-0110100 Spacagna 2
-0110100 Marwedel 2
-0110100 Sartain 2
-0110100 McMasters 2
-0110100 Palefsky 2
-0110100 Lessler 2
-0110100 Pitot 2
-0110100 Enockson 2
-0110100 Uehara 2
-0110100 Arenberg 2
-0110100 Hauri 2
-0110100 Pinel 2
-0110100 Luscomb 2
-0110100 LePage 2
-0110100 Masubuchi 2
-0110100 Sharoui 2
-0110100 Loewenbaum 2
-0110100 Creasman 2
-0110100 Peloso 2
-0110100 Tortorello 2
-0110100 Morandi 2
-0110100 Demafelis 2
-0110100 Byrket 2
-0110100 Stuber 2
-0110100 Shub 2
-0110100 Westervelt 2
-0110100 Haselhoff 2
-0110100 Furino 2
-0110100 Medved 2
-0110100 Magrish 2
-0110100 Dorsen 2
-0110100 Cartland 2
-0110100 Langkau 2
-0110100 Cogswell 2
-0110100 Doucet 2
-0110100 Beickler 2
-0110100 Gourges 2
-0110100 Madlos 2
-0110100 Pelyhe 2
-0110100 Kranzler 2
-0110100 Kripke 2
-0110100 Breslawsky 2
-0110100 Merteuil 2
-0110100 G.V. 2
-0110100 Nodjoumi 2
-0110100 Wefer 2
-0110100 McAvay 2
-0110100 SaintAignan 2
-0110100 Comly 2
-0110100 Loughran 2
-0110100 Shefferly 2
-0110100 Obara 2
-0110100 Gellis 2
-0110100 Giangarlo 2
-0110100 Greb 2
-0110100 Polini 2
-0110100 Wahrman 2
-0110100 Edelmann 2
-0110100 Charyk 2
-0110100 Snellen 2
-0110100 Amorim 2
-0110100 LaLonde 2
-0110100 Cousteau 2
-0110100 Rummel 2
-0110100 Hausfeld 2
-0110100 Wojcicki 2
-0110100 Damick 2
-0110100 Koufos 2
-0110100 Fujitani 2
-0110100 Jewitt 2
-0110100 McDaid 2
-0110100 Rebone 2
-0110100 Fox-Genovese 2
-0110100 Staheli 2
-0110100 Keenum 2
-0110100 Schine 2
-0110100 Yorty 2
-0110100 Barratt 2
-0110100 Gigler 2
-0110100 Gelbart 2
-0110100 Demorest 2
-0110100 Aiello 2
-0110100 Cousineau 2
-0110100 Belway 2
-0110100 Fenvessy 2
-0110100 Hitchings 2
-0110100 Mulcair 2
-0110100 Martland 2
-0110100 Uhler 2
-0110100 Cheeseman 2
-0110100 Morella 2
-0110100 Usera 2
-0110100 Gogan 2
-0110100 Oros 2
-0110100 Havener 2
-0110100 Farnell 2
-0110100 Gammage 2
-0110100 Gussow 2
-0110100 Kashpirovsky 2
-0110100 Jiler 2
-0110100 Bilandic 2
-0110100 Alesio 2
-0110100 Targan 2
-0110100 Stadtmauer 2
-0110100 Spungen 2
-0110100 Klausing 2
-0110100 Berendt 2
-0110100 Braunreuther 2
-0110100 Hasler 2
-0110100 Chernovil 2
-0110100 Pastides 2
-0110100 Platzer 2
-0110100 Rowney 2
-0110100 Toupin 2
-0110100 Moloatsi 2
-0110100 Soshnik 2
-0110100 Clemmow 2
-0110100 Dubitsky 2
-0110100 Hannity 2
-0110100 Mannion 2
-0110100 Havey 2
-0110100 Garrant 2
-0110100 Fogash 2
-0110100 Reser 2
-0110100 Papushka 2
-0110100 Westfal-Larsen 2
-0110100 Kegley 2
-0110100 Kasen 2
-0110100 Milbocker 2
-0110100 Dampier 2
-0110100 Tullock 2
-0110100 Nigut 2
-0110100 Ellingboe 2
-0110100 Bodden 2
-0110100 Inatome 2
-0110100 Ohmann 2
-0110100 Palash 2
-0110100 Spira 2
-0110100 Zavada 2
-0110100 Farinelli 2
-0110100 Winmill 2
-0110100 Urwin 2
-0110100 Sotir 2
-0110100 Czyrek 2
-0110100 Martinello 2
-0110100 Leban 2
-0110100 Nagado 2
-0110100 Kortunov 2
-0110100 Elam 2
-0110100 Spahn 2
-0110100 Gagliano 2
-0110100 Icahns 2
-0110100 Deverell 2
-0110100 Pashkoff 2
-0110100 Schlicher 2
-0110100 Druzinksi 2
-0110100 Weistart 2
-0110100 Schineller 2
-0110100 Bermont 2
-0110100 LeVecke 2
-0110100 Gettleman 2
-0110100 Goetzl 2
-0110100 Higley 2
-0110100 Fitchjian 2
-0110100 Kamemura 2
-0110100 Bushelon 2
-0110100 Capo 2
-0110100 Stanworth 2
-0110100 Bellefroid 2
-0110100 Sternglass 2
-0110100 Nietschmann 2
-0110100 Reznichenko 2
-0110100 Arciniega 2
-0110100 Kasmarick 2
-0110100 Cabour 2
-0110100 Pischinger 2
-0110100 Hall-Walker 2
-0110100 Chady 2
-0110100 Suttner 2
-0110100 McClave 2
-0110100 Kandemir 2
-0110100 Kulick 2
-0110100 Searfoss 2
-0110100 Sloneker 2
-0110100 Cobden 2
-0110100 Corallo 2
-0110100 Brayman 2
-0110100 Boshoff 2
-0110100 Menzel 2
-0110100 Marinho 2
-0110100 Friedheim 2
-0110100 Carmicle 2
-0110100 Gupte 2
-0110100 Kresko 2
-0110100 McInerny 2
-0110100 Krysiak 2
-0110100 Nimeiri 2
-0110100 Schweggman 2
-0110100 Ludin 2
-0110100 Vorndran 2
-0110100 Fackler 2
-0110100 Benkert 2
-0110100 Dupre 2
-0110100 Koopman 2
-0110100 Clouse 2
-0110100 Day-Lewis 2
-0110100 Perrett 2
-0110100 Kawa 2
-0110100 Stirnweis 2
-0110100 Hallstrom 2
-0110100 Marchant 2
-0110100 Ertel 2
-0110100 Nykiel 2
-0110100 Seagraves 2
-0110100 Iorizzo 2
-0110100 Heerensperger 2
-0110100 Sharples 2
-0110100 Coubertin 2
-0110100 Laitre 2
-0110100 Harthorne 2
-0110100 Behrendt 2
-0110100 Unterweger 2
-0110100 Littler 2
-0110100 Nomani 2
-0110100 Segner 2
-0110100 Bowkamp 2
-0110100 Herdman 2
-0110100 Bretherick 2
-0110100 Ratushinskaya 2
-0110100 Catao 2
-0110100 Niblo 2
-0110100 Sasfy 2
-0110100 Branagan 2
-0110100 Carrau 2
-0110100 Senk 2
-0110100 Treloar 2
-0110100 Tumeh 2
-0110100 Zausner 2
-0110100 Strambach 2
-0110100 Connallon 2
-0110100 Hirst 2
-0110100 Crewson 2
-0110100 Bermon 2
-0110100 Pologe 2
-0110100 Gedge 2
-0110100 Kozmetsky 2
-0110100 Fendrick 2
-0110100 Deneen 2
-0110100 Poerschmann 2
-0110100 Houmes 2
-0110100 Egdahl 2
-0110100 Signoret 2
-0110100 Shanagher 2
-0110100 Koff-A-Lot 2
-0110100 Knapek 2
-0110100 Serota 2
-0110100 Szuch 2
-0110100 Cooper-Evans 2
-0110100 Naffah 2
-0110100 Callicott 2
-0110100 Jenko 2
-0110100 Linthacum 2
-0110100 Schonman 2
-0110100 Arkhipov 2
-0110100 Mackrel 2
-0110100 Wareham 2
-0110100 Weitzner 2
-0110100 Huelskoetter 2
-0110100 Totty 2
-0110100 Schnatter 2
-0110100 Demento 2
-0110100 Sayer 2
-0110100 Duras 2
-0110100 Stuermer 2
-0110100 Douthat 2
-0110100 Bonfiglio 2
-0110100 Staudt 2
-0110100 Poirel 2
-0110100 Marrone 2
-0110100 Chengerian 2
-0110100 Kopietz 2
-0110100 Gnazzo 2
-0110100 Diefenbaker 2
-0110100 Shays 2
-0110100 Stempler 2
-0110100 McBrien 2
-0110100 Chernier 2
-0110100 Tagaris 2
-0110100 Sheeline 2
-0110100 Shabalala 2
-0110100 Kendell 2
-0110100 DeCotiis 2
-0110100 Servoss 2
-0110100 Larish 2
-0110100 Lanz 2
-0110100 Barsky 2
-0110100 Haufler 2
-0110100 Bohlen 2
-0110100 Postelle 2
-0110100 Springett 2
-0110100 Thorell 2
-0110100 Pei-tsun 2
-0110100 Tomassetti 2
-0110100 Wennerholm 2
-0110100 Barham 2
-0110100 Eykamp 2
-0110100 Grabau 2
-0110100 Czypionka 2
-0110100 Leinoff 2
-0110100 Sakakibara 2
-0110100 Tinsman 2
-0110100 Mellanby 2
-0110100 Arcadipane 2
-0110100 Hillstrom 2
-0110100 Shooster 2
-0110100 Magurno 2
-0110100 Profusek 2
-0110100 Kira 2
-0110100 Masekela 2
-0110100 Iizumi 2
-0110100 Saicheua 2
-0110100 Knop 2
-0110100 Thostenson 2
-0110100 Dubester 2
-0110100 Dunsky 2
-0110100 Muench 2
-0110100 Olivarez 2
-0110100 Rugaber 2
-0110100 Kindser 2
-0110100 Hoppenstand 2
-0110100 Raikin 2
-0110100 Kamerman 2
-0110100 Bellaigue 2
-0110100 Piller 2
-0110100 McGiverin 2
-0110100 Fudd 2
-0110100 Fader 2
-0110100 Steudler 2
-0110100 Reyna 2
-0110100 Rote 2
-0110100 Garino 2
-0110100 Mutchler 2
-0110100 Favaloro 2
-0110100 Tandler 2
-0110100 Paracchini 2
-0110100 Cotlar 2
-0110100 Arrieta 2
-0110100 Haag 2
-0110100 Grebow 2
-0110100 Cagigas 2
-0110100 Sciarrino 2
-0110100 Lamarche 2
-0110100 Crawford-Browne 2
-0110100 Zotov 2
-0110100 Konoza 2
-0110100 Coldrick 2
-0110100 Gagey 2
-0110100 Bisiewicz 2
-0110100 Vorwinkel 2
-0110100 Prinsen 2
-0110100 Tourancheau 2
-0110100 Laragh 2
-0110100 Calantone 2
-0110100 Blaney 2
-0110100 Bernheim 2
-0110100 Tepps 2
-0110100 Pedrotti 2
-0110100 Tolleson 2
-0110100 Dornbrook 2
-0110100 Armeni 2
-0110100 Zagoria 2
-0110100 Kozel 2
-0110100 Westaway 2
-0110100 Mafuna 2
-0110100 Comrie 2
-0110100 Winpisinger 2
-0110100 Thonet 2
-0110100 Svahn 2
-0110100 Lobao 2
-0110100 Shiffrin 2
-0110100 Snowbeck 2
-0110100 Paschke 2
-0110100 Hatakeyama 2
-0110100 Geckle 2
-0110100 Altherr 2
-0110100 Loevenich 2
-0110100 Kates 2
-0110100 Kunisch 2
-0110100 Cavarozzi 2
-0110100 Armendariz 2
-0110100 Nachmann 2
-0110100 Biton 2
-0110100 Maslov 2
-0110100 Omenn 2
-0110100 Vredenburgh 2
-0110100 Vigliatore 2
-0110100 DeWein 2
-0110100 Santamaria 2
-0110100 Hashida 2
-0110100 Kupper 2
-0110100 Meierhenry 2
-0110100 Donnola 2
-0110100 Aja 2
-0110100 Samardich 2
-0110100 Lenat 2
-0110100 Pozderac 2
-0110100 Shorrock 2
-0110100 Pervanas 2
-0110100 Porson 2
-0110100 Meisenheimer 2
-0110100 Economidis 2
-0110100 Jancu 2
-0110100 Ormandy 2
-0110100 Meurer 2
-0110100 Rajter 2
-0110100 Sokoloff 2
-0110100 Heinle 2
-0110100 Yokoi 2
-0110100 Dongs 2
-0110100 Marietta-Bendix 2
-0110100 McEnrue 2
-0110100 Tentas 2
-0110100 Schacter 2
-0110100 Churpek 2
-0110100 Componation 2
-0110100 Thrailkill 2
-0110100 Maeder 2
-0110100 Tribou 2
-0110100 Dlamini 2
-0110100 Soldatenko 2
-0110100 Tetuan 2
-0110100 Whittet 2
-0110100 Heylin 2
-0110100 Verbrugge 2
-0110100 Felber 2
-0110100 Berens 2
-0110100 Kalyagin 2
-0110100 Guralnick 2
-0110100 Matkin 2
-0110100 Broeksma 2
-0110100 Tregarthen 2
-0110100 Schwyn 2
-0110100 Barzun 2
-0110100 Koyama 2
-0110100 McSorley 2
-0110100 Malknecht 2
-0110100 Blackhurst 2
-0110100 Trafecanty 2
-0110100 Stabenau 2
-0110100 Forero 2
-0110100 Polosov 2
-0110100 Schanck 2
-0110100 Ballou 2
-0110100 Kinnicutt 2
-0110100 Kosonen 2
-0110100 Dembinski 2
-0110100 Pfeister 2
-0110100 Malchi 2
-0110100 Zacheis 2
-0110100 Fuster 2
-0110100 Copaken 2
-0110100 Deschamps 2
-0110100 Ehrich 2
-0110100 Kewin 2
-0110100 Ellingsworth 2
-0110100 McGloin 2
-0110100 Jeker 2
-0110100 Procepe 2
-0110100 Pelanek 2
-0110100 Pantaleo 2
-0110100 Papelian 2
-0110100 Frevert 2
-0110100 Debella 2
-0110100 Croasdale 2
-0110100 Runke 2
-0110100 Ziol 2
-0110100 Gurewich 2
-0110100 Ruhaak 2
-0110100 Asplin 2
-0110100 Barclae 2
-0110100 Golovanov 2
-0110100 Yarden 2
-0110100 Hindle 2
-0110100 Makul 2
-0110100 Martone 2
-0110100 Graybill 2
-0110100 Labuza 2
-0110100 Leshaw 2
-0110100 Fraley 2
-0110100 Tourel 2
-0110100 Tani 2
-0110100 Magsaysay 2
-0110100 Gugenheim 2
-0110100 Wolthuis 2
-0110100 Ebner 2
-0110100 Wallinger 2
-0110100 Hubschen 2
-0110100 LeWitt 2
-0110100 Besserer 2
-0110100 Neyra 2
-0110100 Duclof 2
-0110100 Borsuk 2
-0110100 Lunzer 2
-0110100 Coady 2
-0110100 Egli 2
-0110100 Gatmaitan 2
-0110100 Dludsky 2
-0110100 Tane 2
-0110100 Kanin-Lovers 2
-0110100 Heydinger 2
-0110100 Harbrant 2
-0110100 Neathery 2
-0110100 Bernstam 2
-0110100 Polonsky 2
-0110100 Plishka 2
-0110100 Sugita 2
-0110100 Yerkovich 2
-0110100 Uchino 2
-0110100 Sway 2
-0110100 Leshen 2
-0110100 Savath 2
-0110100 Leblanc 2
-0110100 Ustaszewski 2
-0110100 Lindsley 2
-0110100 Amdall 2
-0110100 Al-Nakeeb 2
-0110100 Ganson 2
-0110100 Hermanson 2
-0110100 Fogarasi 2
-0110100 Trovato 2
-0110100 Fiscus 2
-0110100 Monsivais 2
-0110100 Thibodeaux 2
-0110100 Sarkisian 2
-0110100 Hofstadter 2
-0110100 Martinsek 2
-0110100 Gelber 2
-0110100 Ornati 2
-0110100 Longbine 2
-0110100 Turpen 2
-0110100 Hedgecock 2
-0110100 Palmtag 2
-0110100 Khubani 2
-0110100 Glassell 2
-0110100 Respicio 2
-0110100 Fugit 2
-0110100 Cheetham 2
-0110100 Tuan 2
-0110100 Stamey 2
-0110100 Veillet 2
-0110100 Maayan 2
-0110100 Fiala 2
-0110100 Gnodde 2
-0110100 Zimbler 2
-0110100 Wyszomierski 2
-0110100 Schindel 2
-0110100 Margerison 2
-0110100 Thompson/West 2
-0110100 Renchard 2
-0110100 Aportadera 2
-0110100 Mullally 2
-0110100 Chiranky 2
-0110100 Doronfeld 2
-0110100 Begbick 2
-0110100 Willems 2
-0110100 Karacan 2
-0110100 Stalberg 2
-0110100 Gade 2
-0110100 Aranow 2
-0110100 Wilems 2
-0110100 Kisscorni 2
-0110100 Edler 2
-0110100 Gutheil 2
-0110100 Silveri 2
-0110100 Broughten 2
-0110100 Ripka 2
-0110100 Macare 2
-0110100 Yewaisis 2
-0110100 Oechslin 2
-0110100 Komsu 2
-0110100 Ranzer 2
-0110100 Sgrosso 2
-0110100 Malveaux 2
-0110100 Kopcke 2
-0110100 Trinkl 2
-0110100 Grunfeld 2
-0110100 Durchain 2
-0110100 Shamberg 2
-0110100 Krepon 2
-0110100 Ozier 2
-0110100 Nisson 2
-0110100 Mulders 2
-0110100 Maciejko 2
-0110100 Grubbs 2
-0110100 Lanese 2
-0110100 Costos 2
-0110100 Weglarz 2
-0110100 Hirschfield 2
-0110100 Abeloff 2
-0110100 Groppi 2
-0110100 Schemehorn 2
-0110100 Platek 2
-0110100 Ancher 2
-0110100 Pitts-Tucker 2
-0110100 Klam 2
-0110100 Kadri 2
-0110100 Klima 2
-0110100 Prinz 2
-0110100 Sonderquist 2
-0110100 Milbrandt 2
-0110100 Kiyono 2
-0110100 Runtagh 2
-0110100 Woodpecker 2
-0110100 Lansden 2
-0110100 Tsukuhara 2
-0110100 Savert 2
-0110100 Gargalli 2
-0110100 Dunlea 2
-0110100 Koscher 2
-0110100 Freire 2
-0110100 Volkenant 2
-0110100 Etterbeck 2
-0110100 Alward 2
-0110100 Premont 2
-0110100 Alfisher 2
-0110100 DeJarnett 2
-0110100 Ciulla 2
-0110100 Fennessy 2
-0110100 Mulhern 2
-0110100 Pedraza 2
-0110100 Burklund 2
-0110100 Maltony 2
-0110100 Alsagoray 2
-0110100 Newton-Smith 2
-0110100 Pinick 2
-0110100 Fukuchi 2
-0110100 Goffe 2
-0110100 Doshi 2
-0110100 Springstead 2
-0110100 Schurke 2
-0110100 Giusti 2
-0110100 Krembs 2
-0110100 Reinebach 2
-0110100 Frensch 2
-0110100 Hennigan 2
-0110100 Galego 2
-0110100 Kuwayama 2
-0110100 Lukaszewski 2
-0110100 Tetreault 2
-0110100 Hamister 2
-0110100 Karkanen 2
-0110100 Bethea 2
-0110100 Whippen 2
-0110100 Schweickart 2
-0110100 Hudoff 2
-0110100 Waymire 2
-0110100 Jungers 2
-0110100 Maddry 2
-0110100 Doppelt 2
-0110100 Ripplemeyer 2
-0110100 Stuckert 2
-0110100 Earley 2
-0110100 Brainsby 2
-0110100 Cornelius-Green 2
-0110100 Gotschall 2
-0110100 Birgfeld 2
-0110100 Geman 2
-0110100 Magoo 2
-0110100 Kolter 2
-0110100 Gapen 2
-0110100 Davidge 2
-0110100 Poliakoff 2
-0110100 Florescu 2
-0110100 Knutz 2
-0110100 Deckelbaum 2
-0110100 Rymar 2
-0110100 Horsfield 2
-0110100 Linek 2
-0110100 Hayami 2
-0110100 Kendig 2
-0110100 Hajjar 2
-0110100 Varga 2
-0110100 Vermes 2
-0110100 Shennan 2
-0110100 Merrills 2
-0110100 Bearman 2
-0110100 Koepf 2
-0110100 Moraco 2
-0110100 Daken 2
-0110100 Rinat 2
-0110100 Mapelli 2
-0110100 Sergeon 2
-0110100 Ronk 2
-0110100 Waksman 2
-0110100 Ghirardi 2
-0110100 Eger 2
-0110100 Treverton 2
-0110100 Zancanaro 2
-0110100 Glekel 2
-0110100 Naeve 2
-0110100 DiRito 2
-0110100 Kuijpers 2
-0110100 Walti 2
-0110100 Heffering 2
-0110100 Batschari 2
-0110100 McMenamin 2
-0110100 McDermot 2
-0110100 Heisch 2
-0110100 Kaulentis 2
-0110100 Moleko 2
-0110100 Rooke 2
-0110100 Clouston 2
-0110100 Shaunnessy 2
-0110100 Treitel 2
-0110100 Churchwell 2
-0110100 Ozdamar 2
-0110100 Blumen 2
-0110100 Anchisi 2
-0110100 Kelel 2
-0110100 Verah 2
-0110100 Capitales 2
-0110100 Tsutakabe 2
-0110100 Pernicone 2
-0110100 Chantler 2
-0110100 Garofalo 2
-0110100 Batygin 2
-0110100 Soustiel 2
-0110100 Bookshester 2
-0110100 Dydzak 2
-0110100 Magalhaes 2
-0110100 Perzio-Biroli 2
-0110100 Illick 2
-0110100 Agarpay 2
-0110100 Hollfelder 2
-0110100 Mikulich 2
-0110100 Wallenius 2
-0110100 Ferrazza 2
-0110100 Burlage 2
-0110100 Errickson 2
-0110100 Greeves 2
-0110100 Moffet 2
-0110100 Al-Shanfari 2
-0110100 McCallon 2
-0110100 Naar 2
-0110100 Gaetti 2
-0110100 Ingle 2
-0110100 Patry 2
-0110100 el-Sheikh 2
-0110100 Ruckeyser 2
-0110100 Maidman 2
-0110100 Srikantan 2
-0110100 Hitselberger 2
-0110100 Langworthy 2
-0110100 Barlerin 2
-0110100 Grout 2
-0110100 Wuorinen 2
-0110100 Nono 2
-0110100 Wichman 2
-0110100 Birtwhistle 2
-0110100 Luening 2
-0110100 Rench 2
-0110100 Mounts 2
-0110100 Sheean 2
-0110100 Mansaaker 2
-0110100 Passaneau 2
-0110100 Groffman 2
-0110100 Aferworki 2
-0110100 Meridith 2
-0110100 Claydon 2
-0110100 Weinreich 2
-0110100 Banham 2
-0110100 Luecke 2
-0110100 Stokesberry 2
-0110100 Beracha 2
-0110100 Ahrano 2
-0110100 Ponti 2
-0110100 Saberton 2
-0110100 Peroutka 2
-0110100 Goodnough 2
-0110100 SLEDZ 2
-0110100 Spevack 2
-0110100 Wagele 2
-0110100 Parameswaran 2
-0110100 Batalov 2
-0110100 Maged 2
-0110100 Akouris 2
-0110100 Portney 2
-0110100 Griffey 2
-0110100 DiSieno 2
-0110100 Cardinale 2
-0110100 Smorada 2
-0110100 Bockstern 2
-0110100 Minikin 2
-0110100 Norwine 2
-0110100 Holtman 2
-0110100 Rossmiller 2
-0110100 Zandman 2
-0110100 Stutenroth 2
-0110100 Sward 2
-0110100 Regenstein 2
-0110100 Rolfes 2
-0110100 Irrigoo 2
-0110100 Mayoras 2
-0110100 Giersdorf 2
-0110100 Guiler 2
-0110100 Morant 2
-0110100 Hislop 2
-0110100 Brockhurst 2
-0110100 Shoushounova 2
-0110100 Capuani 2
-0110100 Shigemura 2
-0110100 Goldie-Morrison 2
-0110100 Epler 2
-0110100 Anason 2
-0110100 Critelli 2
-0110100 Cava 2
-0110100 Raiman 2
-0110100 Witherwax 2
-0110100 Blanz 2
-0110100 Juliao 2
-0110100 Leidich 2
-0110100 Jorgens 2
-0110100 Luthringshausen 2
-0110100 Sendel 2
-0110100 Ozadiah 2
-0110100 Cassar 2
-0110100 Dupere 2
-0110100 Schjott 2
-0110100 Wandel 2
-0110100 Temane 2
-0110100 Bumpass 2
-0110100 Koshar 2
-0110100 Reiche 2
-0110100 Assylmuratova 2
-0110100 Bourgondien 2
-0110100 Schneider-Siemssen 2
-0110100 Raupe 2
-0110100 Manios 2
-0110100 Gattuso 2
-0110100 Kuron 2
-0110100 Corkery 2
-0110100 Kelmenson 2
-0110100 Grandi 2
-0110100 Locigno 2
-0110100 Howcroft 2
-0110100 Franzi 2
-0110100 Semiler 2
-0110100 Cron 2
-0110100 Bappert 2
-0110100 Buscetto 2
-0110100 Croasdaile 2
-0110100 Hechenberger 2
-0110100 Aretz 2
-0110100 Simmon 2
-0110100 Timmer 2
-0110100 Giddins 2
-0110100 Faddis 2
-0110100 Zussman 2
-0110100 Argilagos 2
-0110100 Polon 2
-0110100 Dankanyin 2
-0110100 Nackerud 2
-0110100 Heseltine 2
-0110100 Schnorbus 2
-0110100 Alaimo 2
-0110100 Schmiedeskamp 2
-0110100 Shechter 2
-0110100 Vassalluzzo 2
-0110100 Gera 2
-0110100 Hipple 2
-0110100 Shelfer 2
-0110100 Jabbar 2
-0110100 Ziskin 2
-0110100 Soher 2
-0110100 Henne 2
-0110100 Sigurdson 2
-0110100 Suttie 2
-0110100 Schedeler 2
-0110100 Pozzuoli 2
-0110100 Telsey 2
-0110100 Witts 2
-0110100 Carosella 2
-0110100 Yau 2
-0110100 Vezeris 2
-0110100 Joannes 2
-0110100 McSweeney 2
-0110100 Hutchenson 2
-0110100 Hughey 2
-0110100 Cochran-Bond 2
-0110100 Schmandt 2
-0110100 Herschler 2
-0110100 Bragman 2
-0110100 Rodenberg 2
-0110100 Zisler 2
-0110100 Sabates 2
-0110100 Dialynas 2
-0110100 Hefer 2
-0110100 Pyadyshev 2
-0110100 Chui 2
-0110100 DiRocco 2
-0110100 VanderHorst 2
-0110100 Nanton 2
-0110100 Pittroff 2
-0110100 Fano 2
-0110100 Viscardi 2
-0110100 Capozzoli 2
-0110100 Ehnen 2
-0110100 Raub 2
-0110100 Fratianni 2
-0110100 Menotti 2
-0110100 Kanefield 2
-0110100 Clayman 2
-0110100 Ladouceur 2
-0110100 Caudron 2
-0110100 Skorneck 2
-0110100 Costiglio 2
-0110100 Kehoe 2
-0110100 Vondrasek 2
-0110100 Croes 2
-0110100 Simonton 2
-0110100 Gambardella 2
-0110100 Tjoflat 2
-0110100 Hibbs 2
-0110100 Botterill 2
-0110100 Shilaos 2
-0110100 Reeser 2
-0110100 Nurkse 2
-0110100 Southmayd 2
-0110100 Lepine 2
-0110100 Luczak 2
-0110100 Coryell 2
-0110100 Malachowski 2
-0110100 Blyleven 2
-0110100 Litchman 2
-0110100 Salvaneschi 2
-0110100 Oien 2
-0110100 Herf 2
-0110100 Hanning 2
-0110100 Boghossian 2
-0110100 Neeson 2
-0110100 Tayoun 2
-0110100 Sivyer 2
-0110100 Plover 2
-0110100 Makuch 2
-0110100 Areddy 2
-0110100 Sobolik 2
-0110100 Barberino 2
-0110100 Haraguchi 2
-0110100 Ayau 2
-0110100 Wessley 2
-0110100 Diffenderfer 2
-0110100 Kamsler 2
-0110100 Forsht 2
-0110100 Repoli 2
-0110100 Overby 2
-0110100 Noblat 2
-0110100 McNerny 2
-0110100 Krawetz 2
-0110100 DeMornay 2
-0110100 Borah 2
-0110100 Lydick 2
-0110100 Woodhull 2
-0110100 Mutch 2
-0110100 Livshin 2
-0110100 Cristol 2
-0110100 Roddenberry 2
-0110100 Trunzo 2
-0110100 Orlansky 2
-0110100 Blacker 2
-0110100 Paustian 2
-0110100 Erlap 2
-0110100 McAll 2
-0110100 Cesan 2
-0110100 Pennock 2
-0110100 Freleng 2
-0110100 Koerber 2
-0110100 Gerrity 2
-0110100 Badr 2
-0110100 Buckle 2
-0110100 Welschke 2
-0110100 Rushforth 2
-0110100 Minix 2
-0110100 DeChant 2
-0110100 Bartz 2
-0110100 Broomberg 2
-0110100 Shefsky 2
-0110100 Yasinsky 2
-0110100 Pugliese 2
-0110100 McClester 2
-0110100 Ujiie 2
-0110100 DeCastro 2
-0110100 Sohma 2
-0110100 Landaverde 2
-0110100 Cabauatan 2
-0110100 Orellana 2
-0110100 Dertadian 2
-0110100 Lulof 2
-0110100 Bejarno 2
-0110100 Duekmejian 2
-0110100 McNaghten 2
-0110100 Schur 2
-0110100 Grochmal 2
-0110100 Dulcamara 2
-0110100 Hausfater 2
-0110100 Krist 2
-0110100 Harshfield 2
-0110100 Poznak 2
-0110100 Tarry 2
-0110100 Hoodism 2
-0110100 Postlethwaite 2
-0110100 Auchincloss 2
-0110100 Gauchat 2
-0110100 Bowen-Woodward 2
-0110100 Bogomolny 2
-0110100 Magne 2
-0110100 Bambuck 2
-0110100 Spranger 2
-0110100 TenBruggencate 2
-0110100 Dach 2
-0110100 Laughren 2
-0110100 Kauper 2
-0110100 Avildson 2
-0110100 Jaunkalnietis 2
-0110100 Mehling 2
-0110100 Aspden 2
-0110100 Scheele 2
-0110100 Nerod 2
-0110100 Collings 2
-0110100 Abnett 2
-0110100 Riechers 2
-0110100 Frankston 2
-0110100 Ascenzi 2
-0110100 Hechler 2
-0110100 Dauria 2
-0110100 Duenewald 2
-0110100 Arterberry 2
-0110100 Heon 2
-0110100 Leffall 2
-0110100 Edleman 2
-0110100 Bhengu 2
-0110100 Charapp 2
-0110100 Zartler 2
-0110100 Gregath 2
-0110100 McGreevy 2
-0110100 Bilyeu 2
-0110100 Mishari 2
-0110100 Dubiel 2
-0110100 Fluehr 2
-0110100 Abatemarco 2
-0110100 Leglise 2
-0110100 Tumbusch 2
-0110100 Ahenkora 2
-0110100 Keiffer 2
-0110100 Golnick 2
-0110100 Koper 2
-0110100 Hutala 2
-0110100 Warlick 2
-0110100 Camenisch 2
-0110100 Houtz 2
-0110100 Dorros 2
-0110100 Bidens 2
-0110100 Soons 2
-0110100 Gaskill 2
-0110100 Prinsky 2
-0110100 Reinschmidt 2
-0110100 Cataford 2
-0110100 Marinaro 2
-0110100 Laudner 2
-0110100 Romey 2
-0110100 Attwell 2
-0110100 Dunster 2
-0110100 Beninson 2
-0110100 Aycock 2
-0110100 Furlow 2
-0110100 Winker 2
-0110100 Tchenio 2
-0110100 Marylander 2
-0110100 Nilssen 2
-0110100 Thomopoulos 2
-0110100 Maeussnest 2
-0110100 Patrikis 2
-0110100 Schadrack 2
-0110100 Thieke 2
-0110100 Froelich 2
-0110100 Verches 2
-0110100 Swinney 2
-0110100 Patsos 2
-0110100 Guerreiro 2
-0110100 Huibers 2
-0110100 Boulton 2
-0110100 Coupal 2
-0110100 Bonino 2
-0110100 Denlinger 2
-0110100 Caporali 2
-0110100 Ojeda 2
-0110100 Capp 2
-0110100 Ginger-Miller 2
-0110100 Donis-Keller 2
-0110100 Goodhill 2
-0110100 Shyer 2
-0110100 Saldivar 2
-0110100 Debenham 2
-0110100 Burkan 2
-0110100 Conason 2
-0110100 Cordia 2
-0110100 Brodbeck 2
-0110100 Brachtenbach 2
-0110100 Welburn 2
-0110100 Badum 2
-0110100 Wyandt 2
-0110100 Flueckiger 2
-0110100 Seigenfeld 2
-0110100 Clerico 2
-0110100 Joubert 2
-0110100 Kastens 2
-0110100 Sauerhaft 2
-0110100 Toler 2
-0110100 Spendly 2
-0110100 Longacre 2
-0110100 Elesgaray 2
-0110100 Facter 2
-0110100 Strossner 2
-0110100 Janz 2
-0110100 Munder 2
-0110100 Parmeter 2
-0110100 Mitarotonda 2
-0110100 Gorgens 2
-0110100 Lariviere 2
-0110100 Totah 2
-0110100 Ellyn 2
-0110100 Bick 2
-0110100 Talbert 2
-0110100 Bertie 2
-0110100 Koldashova 2
-0110100 Miley 2
-0110100 Borucke 2
-0110100 Stierheim 2
-0110100 Zungu 2
-0110100 Michalski 2
-0110100 Marchionni 2
-0110100 Tanjeloff 2
-0110100 Anifantakis 2
-0110100 Hassey 2
-0110100 Hofflund 2
-0110100 Machale 2
-0110100 Gornet 2
-0110100 Challande 2
-0110100 Bernikow 2
-0110100 Ulloa 2
-0110100 McCallin 2
-0110100 Rasmuson 2
-0110100 Leurgans 2
-0110100 Tivnan 2
-0110100 Ushimaru 2
-0110100 Nakaharu 2
-0110100 Vislocky 2
-0110100 Guiniven 2
-0110100 Luginbuhl 2
-0110100 Seibel 2
-0110100 DeFillipo 2
-0110100 Bollman 2
-0110100 Koenigsberg 2
-0110100 Brauel 2
-0110100 Whitler 2
-0110100 Kasselman 2
-0110100 Shrigley 2
-0110100 Mabbutt 2
-0110100 Voisinet 2
-0110100 Roskelley 2
-0110100 Fantom 2
-0110100 Heaberlin 2
-0110100 Trogdon 2
-0110100 Caunter 2
-0110100 Bridle 2
-0110100 Marcillac 2
-0110100 Heaps 2
-0110100 Jaguaribe 2
-0110100 Gyllenhammar 2
-0110100 Bylin 2
-0110100 Feshback 2
-0110100 Greenaway 2
-0110100 Lazarowitz 2
-0110100 Kuntz 2
-0110100 Kosky 2
-0110100 Tejeda 2
-0110100 Daigneault 2
-0110100 Goth 2
-0110100 Bateson 2
-0110100 Madan 2
-0110100 Foncerrada 2
-0110100 Gorden 2
-0110100 Crispo 2
-0110100 Gerbner 2
-0110100 Strasfeld 2
-0110100 Neidhardt 2
-0110100 Neher 2
-0110100 Urmston 2
-0110100 Harata 2
-0110100 Mleczko 2
-0110100 Ruh 2
-0110100 Purbaugh 2
-0110100 Dubynin 2
-0110100 Sinoway 2
-0110100 Texier 2
-0110100 Baccash 2
-0110100 Kazmierzak 2
-0110100 Geschke 2
-0110100 Zorovic 2
-0110100 Shumaker 2
-0110100 Wazeter 2
-0110100 Pruwer 2
-0110100 Moscaritolo 2
-0110100 Tevrizian 2
-0110100 Hadl 2
-0110100 Ornano 2
-0110100 Sapontzis 2
-0110100 Balcom 2
-0110100 Seelenfreund 2
-0110100 Malucchi 2
-0110100 Fells 2
-0110100 Bellingan 2
-0110100 Theuer 2
-0110100 Oyler 2
-0110100 Doucette 2
-0110100 Jenning 2
-0110100 Kuboye 2
-0110100 Coovadia 2
-0110100 Pickslay 2
-0110100 McDougler 2
-0110100 Wettig 2
-0110100 Slabolepszy 2
-0110100 Herzl 2
-0110100 Repetto 2
-0110100 Iaco 2
-0110100 Ladendorf 2
-0110100 Wynns 2
-0110100 Arnot 2
-0110100 Elinksy 2
-0110100 Kuenzi 2
-0110100 DeLuna 2
-0110100 Ohland 2
-0110100 Vlietstra 2
-0110100 Jinikwe 2
-0110100 Sakomizu 2
-0110100 Weyna 2
-0110100 LaFeber 2
-0110100 Glunt 2
-0110100 Haraf 2
-0110100 Eckhart 2
-0110100 Tsosie 2
-0110100 Gottardi 2
-0110100 Brickner 2
-0110100 Schwarzenneger 2
-0110100 Pecoraro 2
-0110100 Szlaga 2
-0110100 Berlekamp 2
-0110100 Zaslavskaia 2
-0110100 Ikeman 2
-0110100 Gornall 2
-0110100 Czaplinsky 2
-0110100 Hinkley 2
-0110100 Mittman 2
-0110100 Nebeker 2
-0110100 Loguidice 2
-0110100 Waihee 2
-0110100 Jitsu 2
-0110100 Eforo 2
-0110100 Bince 2
-0110100 Strentz 2
-0110100 Engelbright 2
-0110100 Dutta 2
-0110100 Battey 2
-0110100 Malunga 2
-0110100 Mbanjwa 2
-0110100 Treeman 2
-0110100 Arvidson 2
-0110100 Getzelman 2
-0110100 Reif 2
-0110100 Jankus 2
-0110100 Liewald 2
-0110100 Storaro 2
-0110100 Kerbo 2
-0110100 Ellmyer 2
-0110100 Jendralski 2
-0110100 Kocher 2
-0110100 Margenot 2
-0110100 Pacitti 2
-0110100 Kitson 2
-0110100 Ostuw 2
-0110100 Dutson 2
-0110100 Fagernas 2
-0110100 Pfeffer 2
-0110100 Burchill 2
-0110100 Hoerig 2
-0110100 Gerstacker 2
-0110100 Mestres 2
-0110100 Lafleur 2
-0110100 Riedlinger 2
-0110100 Keim 2
-0110100 Boehler 2
-0110100 Bromfield 2
-0110100 Sansonetti 2
-0110100 Henripin 2
-0110100 Verant 2
-0110100 Blackett 2
-0110100 Garbow 2
-0110100 McIlraith 2
-0110100 Tanny 2
-0110100 Mirones 2
-0110100 Pallai 2
-0110100 Mitchinson 2
-0110100 Konyo 2
-0110100 Koko 2
-0110100 Dargene 2
-0110100 Saporito 2
-0110100 Hels 2
-0110100 Schwieterman 2
-0110100 Tsunoda 2
-0110100 Lynott 2
-0110100 Boslund 2
-0110100 Sjorgen 2
-0110100 Hartel 2
-0110100 Yaari 2
-0110100 Metzner 2
-0110100 Bonpanne 2
-0110100 Allewaert 2
-0110100 Borragon 2
-0110100 Joosten 2
-0110100 Peek 2
-0110100 Turkiewicz 2
-0110100 Clarey 2
-0110100 Quant 2
-0110100 Lacey-Baker 2
-0110100 Vintcent 2
-0110100 Marky 2
-0110100 Ketcham 2
-0110100 Eggers 2
-0110100 Gianfrancesco 2
-0110100 Mouly 2
-0110100 Roelle 2
-0110100 Tachikawa 2
-0110100 Odann 2
-0110100 Codey 2
-0110100 Stanners 2
-0110100 Tomasetti 2
-0110100 Cittadine 2
-0110100 Oski 2
-0110100 Blaif 2
-0110100 Adkisson 2
-0110100 Haggott 2
-0110100 Strope 2
-0110100 Schlicter 2
-0110100 Shandor 2
-0110100 Huchra 2
-0110100 Zulanas 2
-0110100 Colloton 2
-0110100 Readhimer 2
-0110100 Missner 2
-0110100 Serpan 2
-0110100 Fleiss 2
-0110100 Bergonia 2
-0110100 Clemon 2
-0110100 Carrey 2
-0110100 McSpeerin 2
-0110100 Kovachevich 2
-0110100 Sproul 2
-0110100 Hipp 2
-0110100 Pivan 2
-0110100 Semak 2
-0110100 Neugebauer 2
-0110100 Dydo 2
-0110100 Katsuta 2
-0110100 Bertoni 2
-0110100 Westby 2
-0110100 Zembryski 2
-0110100 Biard 2
-0110100 Sassi 2
-0110100 Kronzer 2
-0110100 Kilgarlin 2
-0110100 Ruback 2
-0110100 Ganderson 2
-0110100 Patrizi 2
-0110100 Gothie 2
-0110100 Laverty 2
-0110100 Shimakura 2
-0110100 Stoyer 2
-0110100 Bamman 2
-0110100 Yelder 2
-0110100 Brodhun 2
-0110100 Langenfass 2
-0110100 Entremont 2
-0110100 Bouwman 2
-0110100 Nalon 2
-0110100 Dowley 2
-0110100 Kalmbach 2
-0110100 Helfinstein 2
-0110100 Monoson 2
-0110100 Glicken 2
-0110100 Precedo 2
-0110100 Graeber 2
-0110100 Kleman 2
-0110100 Emert 2
-0110100 Kotelly 2
-0110100 DiBartolomeo 2
-0110100 Chalmiers 2
-0110100 Bogas 2
-0110100 Iams 2
-0110100 Wolfran 2
-0110100 Schwarzkopf 2
-0110100 Streisfeld 2
-0110100 Geib 2
-0110100 Dreibelbis 2
-0110100 Tuyl 2
-0110100 Mandigo 2
-0110100 Drachman 2
-0110100 Mawhorter 2
-0110100 Yohe 2
-0110100 Pehlke 2
-0110100 Richart 2
-0110100 Mutterperl 2
-0110100 Peppmeier 2
-0110100 Manukian 2
-0110100 Saris 2
-0110100 Kosmo 2
-0110100 Anbender 2
-0110100 Sadeghi 2
-0110100 DeLors 2
-0110100 Schlough 2
-0110100 Buelow 2
-0110100 Rozhdestvensky 2
-0110100 Haggart 2
-0110100 Keulman 2
-0110100 Gardepie 2
-0110100 Saeger 2
-0110100 Volanakis 2
-0110100 Gobby 2
-0110100 Ritchey 2
-0110100 Sahni 2
-0110100 Zantman 2
-0110100 Scheffman 2
-0110100 Behnke 2
-0110100 Fortenberry 2
-0110100 Penczek 2
-0110100 Schulenberger 2
-0110100 Jouven 2
-0110100 Uelmen 2
-0110100 Filer 2
-0110100 Swedo 2
-0110100 Canizales 2
-0110100 Pickus 2
-0110100 Zaharoff 2
-0110100 Woodrum 2
-0110100 Whicker 2
-0110100 Krook 2
-0110100 Matsuo 2
-0110100 Laskowski 2
-0110100 Akerlow 2
-0110100 Wojcik 2
-0110100 Sperduto 2
-0110100 Yamnikov 2
-0110100 Schellenbach 2
-0110100 Braveman 2
-0110100 Cusser 2
-0110100 Rafko 2
-0110100 Mistlin 2
-0110100 Whitton 2
-0110100 Pettey 2
-0110100 Swindell 2
-0110100 Swarz 2
-0110100 Hasina 2
-0110100 Grimaldi 2
-0110100 Gushchin 2
-0110100 Streck 2
-0110100 Wingett 2
-0110100 Nishioka 2
-0110100 Sleight 2
-0110100 Vallee 2
-0110100 Rug 2
-0110100 Pesanelli 2
-0110100 Rocen 2
-0110100 Blodnick 2
-0110100 Kralich 2
-0110100 Liddon 2
-0110100 Spurling 2
-0110100 Weintrub 2
-0110100 DeZarraga 2
-0110100 Sifferman 2
-0110100 Stano 2
-0110100 LeMaster 2
-0110100 Hevia 2
-0110100 Rachleff 2
-0110100 Alifagonis 2
-0110100 Youman 2
-0110100 Croxton 2
-0110100 Cheever 2
-0110100 Fujimori 2
-0110100 Quilico 2
-0110100 Zeitlin 2
-0110100 Maggos 2
-0110100 Gruneisen 2
-0110100 Vinck 2
-0110100 Rhinesmith 2
-0110100 Murkeson 2
-0110100 Fjeldstad 2
-0110100 Stoskopf 2
-0110100 Smarr 2
-0110100 Kise 2
-0110100 Dunlavey 2
-0110100 Klinetobe 2
-0110100 Tunnermann 2
-0110100 Toplin 2
-0110100 Goeltz 2
-0110100 Kriesberg 2
-0110100 Lynd 2
-0110100 Obzina 2
-0110100 Medsger 2
-0110100 Tiefel 2
-0110100 Maskus 2
-0110100 Neisel 2
-0110100 Greenhut 2
-0110100 Stager 2
-0110100 Reinlein 2
-0110100 DeFanti 2
-0110100 Rish 2
-0110100 Bujold 2
-0110100 Barbanshchikova 2
-0110100 Perrot 2
-0110100 Tweeten 2
-0110100 Mishel 2
-0110100 Kusumoto 2
-0110100 Kajiyama 2
-0110100 Groomes 2
-0110100 Yingst 2
-0110100 Kurzman 2
-0110100 Hocker 2
-0110100 Amormino 2
-0110100 Issari 2
-0110100 Hoversten 2
-0110100 Kubicek 2
-0110100 McGruder 2
-0110100 Simmers 2
-0110100 Garon 2
-0110100 Kenkel 2
-0110100 Wilcoxson 2
-0110100 Rakove 2
-0110100 Mascola 2
-0110100 Nachtigall 2
-0110100 Ansorge 2
-0110100 Mestre 2
-0110100 Undem 2
-0110100 Addeo 2
-0110100 Dalenberg 2
-0110100 Busacker 2
-0110100 Shemer 2
-0110100 Aeschlimann 2
-0110100 Danischek 2
-0110100 Genzman 2
-0110100 Curleys 2
-0110100 Veracka 2
-0110100 Langevin 2
-0110100 Basaraba 2
-0110100 Laskin 2
-0110100 Sweerts 2
-0110100 Pekruhn 2
-0110100 Mittelman 2
-0110100 Demuzio 2
-0110100 Korab 2
-0110100 Pasciucco 2
-0110100 Spirito 2
-0110100 Chahbazian 2
-0110100 Hawkesworth 2
-0110100 Oakeshott 2
-0110100 Houtkin 2
-0110100 Rothwax 2
-0110100 Poserina 2
-0110100 Hixson 2
-0110100 Battuta 2
-0110100 Riopelle 2
-0110100 Murphey-Corb 2
-0110100 Alban-Davies 2
-0110100 Rosecrans 2
-0110100 Suhre 2
-0110100 Maslia 2
-0110100 Butchko 2
-0110100 Salmore 2
-0110100 Cangemi 2
-0110100 Gargiulo 2
-0110100 Willets 2
-0110100 Vien 2
-0110100 Newborg 2
-0110100 Kishore 2
-0110100 Babra 2
-0110100 Vogelmann 2
-0110100 Polley 2
-0110100 Massalha 2
-0110100 Godshall 2
-0110100 Albanese 2
-0110100 Trivisonno 2
-0110100 Bethke 2
-0110100 Vossoughi 2
-0110100 Hopcraft 2
-0110100 Piergallini 2
-0110100 Inoguchi 2
-0110100 Erbach 2
-0110100 Al-Anbari 2
-0110100 Kamena 2
-0110100 Markovits 2
-0110100 Weeda 2
-0110100 Mansulla 2
-0110100 Brunetta 2
-0110100 Barns 2
-0110100 Terril 2
-0110100 Rett 2
-0110100 Haroz 2
-0110100 Bowron 2
-0110100 Breidegam 2
-0110100 Quartermaine 2
-0110100 Kimzey 2
-0110100 Dysart 2
-0110100 Haid 2
-0110100 Kleynhans 2
-0110100 Ludwiszewski 2
-0110100 Hibey 2
-0110100 Sady 2
-0110100 Viraphon 2
-0110100 Diokno 2
-0110100 Henshaw-Suder 2
-0110100 Hilsinger 2
-0110100 Ginty 2
-0110100 Holub 2
-0110100 Arkes 2
-0110100 Moomaw 2
-0110100 Riede 2
-0110100 Ostberg 2
-0110100 Mesia 2
-0110100 Ouida 2
-0110100 Graafeiland 2
-0110100 Bolet 2
-0110100 Coxon 2
-0110100 Allamby 2
-0110100 Vennel 2
-0110100 Lamour 2
-0110100 Clipson 2
-0110100 Ponguta 2
-0110100 Olasky 2
-0110100 Copithorne 2
-0110100 Erkan 2
-0110100 Haliloglu 2
-0110100 Liles 2
-0110100 Arcuri 2
-0110100 Cagnetta 2
-0110100 Clendinen 2
-0110100 Lipka 2
-0110100 Hatkoff 2
-0110100 Spagnola 2
-0110100 Culleton 2
-0110100 Shuch 2
-0110100 Tokuda 2
-0110100 Ofstie 2
-0110100 Nickens 2
-0110100 Bich 2
-0110100 Yuelet 2
-0110100 Hafer 2
-0110100 Heeb 2
-0110100 Luptak 2
-0110100 J-K 2
-0110100 Houghteling 2
-0110100 Autrey 2
-0110100 Haquet 2
-0110100 Srnka 2
-0110100 Raps 2
-0110100 McTamaney 2
-0110100 Edeiken 2
-0110100 Dobb 2
-0110100 Havasy 2
-0110100 Shyres 2
-0110100 Purchas 2
-0110100 Biewen 2
-0110100 Cespedes 2
-0110100 Evangelista 2
-0110100 Karamanlis 2
-0110100 Farney 2
-0110100 Anstreicher 2
-0110100 Michigami 2
-0110100 Hrovat 2
-0110100 Lissner 2
-0110100 Argilado 2
-0110100 Coppock 2
-0110100 Linsenmeyer 2
-0110100 Lambesis 2
-0110100 Alcairo 2
-0110100 Kemerly 2
-0110100 Scordelis 2
-0110100 Bhakat 2
-0110100 Mourkas 2
-0110100 Estabrooks 2
-0110100 McClosky 2
-0110100 Vongs 2
-0110100 Costigan 2
-0110100 Goldhammer 2
-0110100 Boyar 2
-0110100 Zuhlke 2
-0110100 Tornero 2
-0110100 Sukarnoputri 2
-0110100 Gensamer 2
-0110100 Neatrour 2
-0110100 Atiba 2
-0110100 Bohan 2
-0110100 Cuckney 2
-0110100 Zito 2
-0110100 Plausteiner 2
-0110100 Cornella 2
-0110100 Nasi 2
-0110100 Griffis 2
-0110100 Holan 2
-0110100 Meroli 2
-0110100 Swierenga 2
-0110100 Butta 2
-0110100 Hodapp 2
-0110100 Patin 2
-0110100 Alizon 2
-0110100 Calaway 2
-0110100 Hirt 2
-0110100 Schlich 2
-0110100 Mugan 2
-0110100 Kilkeary 2
-0110100 Manaut 2
-0110100 Wollner 2
-0110100 Briddell 2
-0110100 Bronowski 2
-0110100 Lavorel 2
-0110100 Sowards 2
-0110100 Poli 2
-0110100 Spickler 2
-0110100 Rosete 2
-0110100 Haltner 2
-0110100 Conaty 2
-0110100 Lang-Albright 2
-0110100 Olivencia 2
-0110100 Iriarte 2
-0110100 Weinmeister 2
-0110100 Trerotola 2
-0110100 Serdyuk 2
-0110100 Waill 2
-0110100 Salvucci 2
-0110100 Kunieda 2
-0110100 Craco 2
-0110100 Pezman 2
-0110100 Schaad 2
-0110100 Sippy 2
-0110100 Marafino 2
-0110100 Kadare 2
-0110100 Keeshan 2
-0110100 Macri 2
-0110100 Vinzing 2
-0110100 Behme 2
-0110100 Voulkos 2
-0110100 Breit 2
-0110100 Durkalski 2
-0110100 Ugelow 2
-0110100 Okon 2
-0110100 Bacchetti 2
-0110100 Yago 2
-0110100 Stals 2
-0110100 Salzinger 2
-0110100 Lagrange 2
-0110100 Kretowicz 2
-0110100 Moffit 2
-0110100 Naimoli 2
-0110100 Suwyn 2
-0110100 Bridgland 2
-0110100 Boanas 2
-0110100 Masnick 2
-0110100 Frase 2
-0110100 Streitman 2
-0110100 Livelli 2
-0110100 DeMerit 2
-0110100 Jamani 2
-0110100 Chinoy 2
-0110100 Lopez-Bassols 2
-0110100 Zimmern 2
-0110100 Baniere 2
-0110100 Kawamoto 2
-0110100 Asakawa 2
-0110100 Osheroff 2
-0110100 Alday 2
-0110100 Messling 2
-0110100 Grisante 2
-0110100 Rahal 2
-0110100 Karls 2
-0110100 Medrala 2
-0110100 Iwakura 2
-0110100 Karetnikoff 2
-0110100 Raimondi 2
-0110100 Tabet 2
-0110100 Birchman 2
-0110100 Benston 2
-0110100 Holm 2
-0110100 Kidokoro 2
-0110100 LaMacchia 2
-0110100 Henriques 2
-0110100 Hargraves 2
-0110100 Wendlandt 2
-0110100 Cantilo 2
-0110100 Sacharov 2
-0110100 Rubino 2
-0110100 Gamerman 2
-0110100 Vorkoetter 2
-0110100 Wyker 2
-0110100 Luers 2
-0110100 Knellessen 2
-0110100 Japka 2
-0110100 Benites 2
-0110100 Tarbes 2
-0110100 Heinen 2
-0110100 Simoni 2
-0110100 Stillwaggon 2
-0110100 Kleehamer 2
-0110100 Schmieder 2
-0110100 Borsellino 2
-0110100 Wilcott 2
-0110100 Goodspeed 2
-0110100 Gaspari 2
-0110100 Sobe 2
-0110100 Diecidue 2
-0110100 Krampe 2
-0110100 Stoehr 2
-0110100 Greenspahn 2
-0110100 Shimrak 2
-0110100 Canitrot 2
-0110100 Koskenen 2
-0110100 Duggar 2
-0110100 Galston 2
-0110100 Appelo 2
-0110100 Brandin 2
-0110100 Johnasen 2
-0110100 Anglero 2
-0110100 Garbacz 2
-0110100 Helguera 2
-0110100 Usinowicz 2
-0110100 Woolveridge 2
-0110100 Gohlke 2
-0110100 Buchheit 2
-0110100 Hirohama 2
-0110100 Miau 2
-0110100 Wyrick 2
-0110100 Shiels 2
-0110100 Hedien 2
-0110100 Backus 2
-0110100 Arabean 2
-0110100 Earney 2
-0110100 Carrasco 2
-0110100 Stansifer 2
-0110100 Garard 2
-0110100 Rimmerman 2
-0110100 Grann 2
-0110100 DeMille 2
-0110100 Deavenport 2
-0110100 Tokarz 2
-0110100 Nargang 2
-0110100 Cleggett 2
-0110100 Ostojic 2
-0110100 Mihajlovic 2
-0110100 DeCicco 2
-0110100 Nehrlich 2
-0110100 Motl 2
-0110100 McDavid 2
-0110100 Kollo 2
-0110100 Blakeman 2
-0110100 Drennen 2
-0110100 Southcott 2
-0110100 Radovanovic 2
-0110100 Connoy 2
-0110100 Segatchi 2
-0110100 Cordill 2
-0110100 Amirkhas 2
-0110100 Cornicello 2
-0110100 Hardymon 2
-0110100 Tori 2
-0110100 Eatz 2
-0110100 Wadden 2
-0110100 Parce 2
-0110100 Coile 2
-0110100 Penosi 2
-0110100 Dunmire 2
-0110100 Wofsy 2
-0110100 Garten 2
-0110100 Howder 2
-0110100 Styers 2
-0110100 Sowanick 2
-0110100 Petrak 2
-0110100 Lett 2
-0110100 Viggers 2
-0110100 Llovio-Menendez 2
-0110100 Cagan 2
-0110100 Paladino 2
-0110100 Missler 2
-0110100 Hersly 2
-0110100 Altissimo 2
-0110100 Spivack 2
-0110100 Davis-Slade 2
-0110100 Klaiber 2
-0110100 Josten 2
-0110100 Herdeck 2
-0110100 Bonniwell 2
-0110100 Valk 2
-0110100 Redick 2
-0110100 Takahara 2
-0110100 Peretiatkowicz 2
-0110100 Kittle 2
-0110100 Vernam 2
-0110100 Orell 2
-0110100 Chihara 2
-0110100 Busker 2
-0110100 Schwantes 2
-0110100 Maffie 2
-0110100 Korwin 2
-0110100 Fustes 2
-0110100 Hamecs 2
-0110100 Ongaro 2
-0110100 Ahlf 2
-0110100 Haskel 2
-0110100 Marchinkowski 2
-0110100 Danchin 2
-0110100 Chehak 2
-0110100 Taddeo 2
-0110100 Sragow 2
-0110100 Rozic 2
-0110100 Randleman 2
-0110100 Siedenberg 2
-0110100 Ominayak 2
-0110100 Laiser 2
-0110100 Hochstein 2
-0110100 Bhola 2
-0110100 Biehn 2
-0110100 Prufrock 2
-0110100 Beeder 2
-0110100 Shanedling 2
-0110100 Sirlin 2
-0110100 Meiling 2
-0110100 Stayer 2
-0110100 Kasinowski 2
-0110100 Wendelken 2
-0110100 Taschler 2
-0110100 Gustman 2
-0110100 Lumbard 2
-0110100 Carveth 2
-0110100 Sosin 2
-0110100 Ignatov 2
-0110100 Cichanowicz 2
-0110100 Chervin 2
-0110100 Mousel 2
-0110100 Fornara 2
-0110100 Lindblom 2
-0110100 Rackman 2
-0110100 Vanik 2
-0110100 Uhrig 2
-0110100 Dagleish 2
-0110100 Aranko 2
-0110100 Corteway 2
-0110100 Bosshard 2
-0110100 Mohtashami-pur 2
-0110100 Jerrard 2
-0110100 Birkhofer 2
-0110100 Eastburn 2
-0110100 Dutti 2
-0110100 Rendueles 2
-0110100 Pique 2
-0110100 Soldevila 2
-0110100 Milantoni 2
-0110100 Benter 2
-0110100 Elsroth 2
-0110100 Fontham 2
-0110100 Krinsk 2
-0110100 Schmude 2
-0110100 Tytel 2
-0110100 Ablah 2
-0110100 Kroenthal 2
-0110100 Ghiringhelli 2
-0110100 Bennink 2
-0110100 Kitchell 2
-0110100 Tolle 2
-0110100 Harenstein 2
-0110100 Hosbach 2
-0110100 Merelli 2
-0110100 Nonoyama 2
-0110100 Niebanck 2
-0110100 Michnovicz 2
-0110100 Hehn 2
-0110100 Dudgeon 2
-0110100 Spitler 2
-0110100 Michaelides 2
-0110100 Bider 2
-0110100 Meskil 2
-0110100 Reesman 2
-0110100 Ubaldini 2
-0110100 Liew 2
-0110100 Cryan 2
-0110100 Heri 2
-0110100 Kovi 2
-0110100 Pedevillano 2
-0110100 Palliser 2
-0110100 Weimer 2
-0110100 Lansdowne 2
-0110100 Nibley 2
-0110100 Dimitrijevic 2
-0110100 Ogi 2
-0110100 Alausi 2
-0110100 Roake 2
-0110100 Mistarz 2
-0110100 Sitlani 2
-0110100 al-Chalabi 2
-0110100 Gutfriend 2
-0110100 Rosecan 2
-0110100 Birnberg 2
-0110100 Bayston 2
-0110100 Mangahas 2
-0110100 DiPasqua 2
-0110100 Coran 2
-0110100 Falkie 2
-0110100 Dalferes 2
-0110100 Eggleton 2
-0110100 Menees 2
-0110100 DeCurtis 2
-0110100 Schmale 2
-0110100 Sproule 2
-0110100 Hoeg 2
-0110100 Altenberg 2
-0110100 Ittleson 2
-0110100 Hanor 2
-0110100 Poyen 2
-0110100 Gitt 2
-0110100 Ballengee 2
-0110100 Kersch 2
-0110100 Anable 2
-0110100 Nenneman 2
-0110100 Beaty 2
-0110100 Markusic 2
-0110100 Schledwitz 2
-0110100 Borleis 2
-0110100 Heppner 2
-0110100 Nowlin 2
-0110100 Soviero 2
-0110100 Kingfield 2
-0110100 Tigue 2
-0110100 Khasawneh 2
-0110100 Doheny 2
-0110100 Schweighardt 2
-0110100 Dustour 2
-0110100 Hooding 2
-0110100 Tiepelman 2
-0110100 Galuppi 2
-0110100 Kreitman 2
-0110100 Moroi 2
-0110100 Lederberg 2
-0110100 Georgantas 2
-0110100 Cutis 2
-0110100 Depolo 2
-0110100 Brackbill 2
-0110100 Havelange 2
-0110100 Kassa 2
-0110100 Fricker 2
-0110100 Villavicencio 2
-0110100 Lathbury 2
-0110100 Fluhrer 2
-0110100 Mumma 2
-0110100 Whitehill 2
-0110100 Ury 2
-0110100 Ingberman 2
-0110100 Hlavin 2
-0110100 Woelk 2
-0110100 Wolkin 2
-0110100 Szaszkiewicz 2
-0110100 Berlet 2
-0110100 Krein 2
-0110100 Branden 2
-0110100 Ruble 2
-0110100 Strobin 2
-0110100 Marcuse 2
-0110100 Jeschke 2
-0110100 Strapazon 2
-0110100 Schooley 2
-0110100 Vaccaro 2
-0110100 Hatanaka 2
-0110100 Wedinger 2
-0110100 Caparelli 2
-0110100 Jiggetts 2
-0110100 Privette 2
-0110100 Glaber 2
-0110100 Nachmanoff 2
-0110100 Canney 2
-0110100 Marcian 2
-0110100 Kartte 2
-0110100 Nyman 2
-0110100 Torbert 2
-0110100 Kanahele 2
-0110100 Kopecky 2
-0110100 Furuya 2
-0110100 Henriksson 2
-0110100 Cordi 2
-0110100 Dickman 2
-0110100 Kringle 2
-0110100 Binette 2
-0110100 Sadwith 2
-0110100 Crabbe 2
-0110100 Kudirka 2
-0110100 Keneley 2
-0110100 Zakhem 2
-0110100 Casals 2
-0110100 Pafford 2
-0110100 Filip 2
-0110100 Chemiakin 2
-0110100 DiFiore 2
-0110100 Savill 2
-0110100 Millman 2
-0110100 Romchuk 2
-0110100 Kamitani 2
-0110100 Funnerscale 2
-0110100 Maddalon 2
-0110100 Griest 2
-0110100 Zeifman 2
-0110100 Spoerndli 2
-0110100 Buccina 2
-0110100 Malloch-Brown 2
-0110100 Langevoort 2
-0110100 Arends 2
-0110100 Esthimer 2
-0110100 Venz 2
-0110100 Fetcho 2
-0110100 Fage 2
-0110100 Hallis 2
-0110100 Kurashina 2
-0110100 Osiatynski 2
-0110100 Bruel 2
-0110100 Reuber 2
-0110100 Bandy 2
-0110100 Waltermann 2
-0110100 Botting 2
-0110100 Deis 2
-0110100 DeLoach 2
-0110100 Limitado 2
-0110100 Trice 2
-0110100 Battenberg 2
-0110100 Katko 2
-0110100 Dallia 2
-0110100 Brougher-Ayers 2
-0110100 Drobny 2
-0110100 Duncanson 2
-0110100 Workinger 2
-0110100 Casconi 2
-0110100 Galahad 2
-0110100 Sley 2
-0110100 Spottiswoode 2
-0110100 Amicarella 2
-0110100 Abbasi 2
-0110100 Zwiebel 2
-0110100 Maples 2
-0110100 Landrey 2
-0110100 Snavely 2
-0110100 Emerling 2
-0110100 Nedde 2
-0110100 McKenny 2
-0110100 Proscia 2
-0110100 Gearan 2
-0110100 Vangieson 2
-0110100 Stich 2
-0110100 Putka 2
-0110100 Ascher 2
-0110100 DeLucia 2
-0110100 Fairbrook 2
-0110100 Kirkham 2
-0110100 Sebastien 2
-0110100 Mortensen 2
-0110100 Macerola 2
-0110100 Fier 2
-0110100 Lemco 2
-0110100 Nuske 2
-0110100 Tway 2
-0110100 Mostert 2
-0110100 Michalak 2
-0110100 Lunsford 2
-0110100 Gadson 2
-0110100 Gaskin 2
-0110100 Bodmer 2
-0110100 Langrill 2
-0110100 Hinks 2
-0110100 Meggyesy 2
-0110100 Sipes 2
-0110100 Meichsner 2
-0110100 Inserro 2
-0110100 Eladli 2
-0110100 Dolman 2
-0110100 Czajkowski 2
-0110100 Frieling 2
-0110100 Axworthy 2
-0110100 Stapp 2
-0110100 Morici 2
-0110100 Kanagawa 2
-0110100 Schrammel 2
-0110100 Corsi 2
-0110100 Saber 2
-0110100 Vortmann 2
-0110100 Tupken 2
-0110100 Dolgikh 2
-0110100 Stzykiel 2
-0110100 Yamamah 2
-0110100 Skaugen 2
-0110100 Coste 2
-0110100 Silvey 2
-0110100 Dukhovni 2
-0110100 Michaelcheck 2
-0110100 Kowol 2
-0110100 Heimowitz 2
-0110100 Litvinchuk 2
-0110100 Speers 2
-0110100 Moechnig 2
-0110100 Crivellone 2
-0110100 Keresey 2
-0110100 Hosaka 2
-0110100 Krisbergh 2
-0110100 Wyderko 2
-0110100 Cossentino 2
-0110100 McQuillan 2
-0110100 Schlack 2
-0110100 Ochiltree 2
-0110100 Mulack 2
-0110100 Thrope 2
-0110100 Aubut 2
-0110100 Northcott 2
-0110100 Disposti 2
-0110100 Lespaul 2
-0110100 Culkin 2
-0110100 Magner 2
-0110100 Esslinger 2
-0110100 Mandl 2
-0110100 Nimmo 2
-0110100 Costalas 2
-0110100 Stow 2
-0110100 Cotten 2
-0110100 Gernert 2
-0110100 Hillsberg 2
-0110100 Onesto 2
-0110100 Hartrich 2
-0110100 Benaouag 2
-0110100 el-Mashad 2
-0110100 Breshers 2
-0110100 Korngold 2
-0110100 Obering 2
-0110100 Waterson 2
-0110100 Huckshorn 2
-0110100 Kundtz 2
-0110100 Buckleys 2
-0110100 Melchiori 2
-0110100 Seldman 2
-0110100 Liljedahl 2
-0110100 Reassurances 2
-0110100 Folz 2
-0110100 Roederer 2
-0110100 Sakanari 2
-0110100 Tigrel 2
-0110100 Frohnmayer 2
-0110100 Eskesen 2
-0110100 Lintel 2
-0110100 Scoppettone 2
-0110100 Ruane 2
-0110100 Dyka 2
-0110100 Saracoglu 2
-0110100 Filanovsky 2
-0110100 Brewton 2
-0110100 Nazario 2
-0110100 Mischinski 2
-0110100 Odets 2
-0110100 Douro 2
-0110100 Zabala 2
-0110100 Gioioso 2
-0110100 Sagdeyev 2
-0110100 Balebanov 2
-0110100 Duscha 2
-0110100 Lezak 2
-0110100 Giulini 2
-0110100 Harrex 2
-0110100 Karron 2
-0110100 Kubat 2
-0110100 Legan 2
-0110100 Sherwan 2
-0110100 Brott 2
-0110100 Roder 2
-0110100 Jollie 2
-0110100 Szombathelyi 2
-0110100 Hori 2
-0110100 Tazaki 2
-0110100 Castles 2
-0110100 Habitch 2
-0110100 Ekerdt 2
-0110100 Schutt 2
-0110100 Brophey 2
-0110100 Markowsky 2
-0110100 Turano 2
-0110100 Weininger 2
-0110100 Shalat 2
-0110100 Kazachishina 2
-0110100 Mueckenberger 2
-0110100 Treon 2
-0110100 Hunnicutt 2
-0110100 Jaquith 2
-0110100 Ghosn 2
-0110100 Faraco 2
-0110100 Meisels 2
-0110100 Subhas 2
-0110100 Westenburg 2
-0110100 Kazaras 2
-0110100 Jeuck 2
-0110100 Carsen 2
-0110100 Chell 2
-0110100 Balabanian 2
-0110100 Ellam 2
-0110100 Starworth 2
-0110100 Zwanziger 2
-0110100 Brandhuff 2
-0110100 Muhlstein 2
-0110100 Macaya 2
-0110100 Potzahr 2
-0110100 Mallino 2
-0110100 Domecq 2
-0110100 Shapland 2
-0110100 Casciari 2
-0110100 Mantz 2
-0110100 Lenaghan 2
-0110100 Khoylian 2
-0110100 Lochhead 2
-0110100 Tenaglia 2
-0110100 Mikita 2
-0110100 Berkenbile 2
-0110100 Fischetti 2
-0110100 Dolding 2
-0110100 Miskell 2
-0110100 Baade 2
-0110100 Minkowitz 2
-0110100 Foulks 2
-0110100 Olazabal 2
-0110100 Schoustra 2
-0110100 Engelhart 2
-0110100 Veber 2
-0110100 Saalfeld 2
-0110100 Giesecke 2
-0110100 DeBraal 2
-0110100 Tench 2
-0110100 Middlestadt 2
-0110100 Dedinsky 2
-0110100 Kilstock 2
-0110100 Duritsch 2
-0110100 Iannazzone 2
-0110100 Novek 2
-0110100 Liebs 2
-0110100 Thulin 2
-0110100 Lorigo 2
-0110100 Liston 2
-0110100 Landen 2
-0110100 Stalk 2
-0110100 Hirata 2
-0110100 Geter 2
-0110100 Schleck 2
-0110100 Pavle 2
-0110100 Kemple 2
-0110100 Yovovich 2
-0110100 Moles 2
-0110100 Ohlig 2
-0110100 Caldeira 2
-0110100 Fasenmyer 2
-0110100 Mokhtashemi 2
-0110100 Cembrowski 2
-0110100 Reams 2
-0110100 Susank 2
-0110100 Seibert 2
-0110100 Wickens 2
-0110100 Isurugi 2
-0110100 Inda 2
-0110100 Koors 2
-0110100 Landwehr 2
-0110100 Kempen 2
-0110100 Tschetter 2
-0110100 Messersmith 2
-0110100 Siedzikowski 2
-0110100 Keohane 2
-0110100 Pifer 2
-0110100 Freiburger 2
-0110100 Eichengreen 2
-0110100 Vigilante 2
-0110100 Mustain 2
-0110100 Meiers 2
-0110100 Ohlandt 2
-0110100 Lardieri 2
-0110100 Siipola 2
-0110100 Borst-Eilers 2
-0110100 Rennert 2
-0110100 Treisman 2
-0110100 Kidwell 2
-0110100 Suprihatno 2
-0110100 Lereah 2
-0110100 Honneker 2
-0110100 Loper 2
-0110100 Genderen 2
-0110100 Cheit 2
-0110100 Thomashausen 2
-0110100 Gorter 2
-0110100 Bru 2
-0110100 Szamuely 2
-0110100 Gother 2
-0110100 McElvain 2
-0110100 Fraleigh 2
-0110100 Fitzmaurice 2
-0110100 Pankonin 2
-0110100 Fingold 2
-0110100 Sahlas 2
-0110100 Laski 2
-0110100 Tiller 2
-0110100 Pitselos 2
-0110100 Budenbender 2
-0110100 Gacy 2
-0110100 Skoulikidis 2
-0110100 Pankyo 2
-0110100 Laureta 2
-0110100 Calautti 2
-0110100 Danandjaja 2
-0110100 Coussens 2
-0110100 Westoff 2
-0110100 Trautlein 2
-0110100 Aushauser 2
-0110100 Yunghanns 2
-0110100 Bellia 2
-0110100 Hussey 2
-0110100 Slatery 2
-0110100 Munjack 2
-0110100 Roumeliotis 2
-0110100 Bortmess 2
-0110100 Eilledge 2
-0110100 Closs 2
-0110100 Ghoblan 2
-0110100 Terr 2
-0110100 Abu-Helal 2
-0110100 Courtens 2
-0110100 Reiser 2
-0110100 Kaczor 2
-0110100 Spievack 2
-0110100 Griffo 2
-0110100 Esbin 2
-0110100 Palmaz 2
-0110100 Silipigni 2
-0110100 Apolo 2
-0110100 Runice 2
-0110100 Polsky 2
-0110100 Burenkov 2
-0110100 Pezzani 2
-0110100 Shuck 2
-0110100 Barovian 2
-0110100 Dettloff 2
-0110100 Piercy 2
-0110100 Durney 2
-0110100 Alencar 2
-0110100 Baize 2
-0110100 Kudo 2
-0110100 Cotsakos 2
-0110100 Paternot 2
-0110100 Gunyou 2
-0110100 Morfessis 2
-0110100 Veldhuizen 2
-0110100 Bhagat 2
-0110100 Cazale 2
-0110100 Muchmore 2
-0110100 Turso 2
-0110100 Coballasi 2
-0110100 Vander-Schrier 2
-0110100 Testagrossa 2
-0110100 Vohrer 2
-0110100 Gronningsater 2
-0110100 Alghini 2
-0110100 Wehling 2
-0110100 Straiges 2
-0110100 Fiore 2
-0110100 Gava 2
-0110100 Belogia 2
-0110100 Zait 2
-0110100 Fouraker 2
-0110100 Uraki 2
-0110100 Kubo 2
-0110100 Leavy 2
-0110100 Stoehlker 2
-0110100 Straley 2
-0110100 Misson 2
-0110100 Unanue 2
-0110100 Baloyra 2
-0110100 Gannes 2
-0110100 Bonelli 2
-0110100 Lazay 2
-0110100 Shirman 2
-0110100 Eddlemon 2
-0110100 Podvey 2
-0110100 Zullow 2
-0110100 Frankenthaler 2
-0110100 Chesnokov 2
-0110100 Sants 2
-0110100 Central-5 2
-0110100 Siri 2
-0110100 Salih 2
-0110100 Febesh 2
-0110100 Topkis 2
-0110100 Huet 2
-0110100 Gethin 2
-0110100 Gouin 2
-0110100 Feirson 2
-0110100 Schriber 2
-0110100 Moyes 2
-0110100 Talamantes 2
-0110100 Zona 2
-0110100 Hyndman 2
-0110100 Aschoff 2
-0110100 Whillock 2
-0110100 Eifert 2
-0110100 Tanselle 2
-0110100 Getzendanner 2
-0110100 Alesevic 2
-0110100 Jhin 2
-0110100 McMinn 2
-0110100 Tufte 2
-0110100 Grabner 2
-0110100 Kliewer 2
-0110100 McManis 2
-0110100 Miringoff 2
-0110100 Cavouto 2
-0110100 Gahagan 2
-0110100 Skrabucha 2
-0110100 Sieber 2
-0110100 Heymont 2
-0110100 Altaf 2
-0110100 Billmyer 2
-0110100 Morake 2
-0110100 Lorber 2
-0110100 Brinly 2
-0110100 Strassmann 2
-0110100 Hatzenauer 2
-0110100 Nayden 2
-0110100 Tardiff 2
-0110100 Ghazal 2
-0110100 Gaal 2
-0110100 Gazit 2
-0110100 Matskyavichyus 2
-0110100 Bolena 2
-0110100 Hasasneh 2
-0110100 Arietta 2
-0110100 Shipper-Smith 2
-0110100 Pandolfi 2
-0110100 Kirkorian 2
-0110100 Lonmo 2
-0110100 Cuncannan 2
-0110100 Pottenger 2
-0110100 Klawitter 2
-0110100 Falon 2
-0110100 Cappio 2
-0110100 Heymans 2
-0110100 Radydeh 2
-0110100 Bortman 2
-0110100 Arimura 2
-0110100 Yokoyama 2
-0110100 Quariq 2
-0110100 Abdul-Karim 2
-0110100 Caballe 2
-0110100 Thannhauser 2
-0110100 Wagenen 2
-0110100 Sloss 2
-0110100 Kenehan 2
-0110100 Tatarowicz 2
-0110100 Pecorella 2
-0110100 Stolbach 2
-0110100 Cormack 2
-0110100 Renzi 2
-0110100 Smallenberger 2
-0110100 Haimsohn 2
-0110100 Naumes 2
-0110100 Meisenzahl 2
-0110100 Garvett 2
-0110100 Kanev 2
-0110100 Cosner 2
-0110100 Arman 2
-0110100 Kolasch 2
-0110100 Granello 2
-0110100 Kilty 2
-0110100 Athan 2
-0110100 Zorich 2
-0110100 Sokolski 2
-0110100 Baynham 2
-0110100 Niesyn 2
-0110100 Muncaster 2
-0110100 al-Otaiba 2
-0110100 Wiewel 2
-0110100 Zywicki 2
-0110100 Brownlie 2
-0110100 Soper 2
-0110100 Kanoo 2
-0110100 Neans 2
-0110100 Sohail 2
-0110100 Mazari 2
-0110100 Graor 2
-0110100 Gatenby 2
-0110100 Finando 2
-0110100 Plaumann 2
-0110100 Carvelli 2
-0110100 Tiruchelvam 2
-0110100 Arvanitidis 2
-0110100 Athulathmudali 2
-0110100 Sifri 2
-0110100 Crutzen 2
-0110100 Schmidt-Fellner 2
-0110100 Samani 2
-0110100 Kaweske 2
-0110100 Protos 2
-0110100 Mickley 2
-0110100 Risorto 2
-0110100 Keister 2
-0110100 Regil 2
-0110100 Berrett 2
-0110100 Lobur 2
-0110100 Uchiyama 2
-0110100 Getchell 2
-0110100 Bernhoff 2
-0110100 Oberbeke 2
-0110100 Manahan 2
-0110100 Gal 2
-0110100 Stennett 2
-0110100 Brey 2
-0110100 Naciri 2
-0110100 Lhota 2
-0110100 Bellingrer 2
-0110100 Lichty 2
-0110100 Jenco 2
-0110100 Ohlman 2
-0110100 Sonoda 2
-0110100 Faccio 2
-0110100 Hazlewood 2
-0110100 Padnick 2
-0110100 Dankert 2
-0110100 Hesson 2
-0110100 Tramontozzi 2
-0110100 Riplett 2
-0110100 Gammell 2
-0110100 Volten 2
-0110100 Maisieres 2
-0110100 Carles 2
-0110100 Daye 2
-0110100 Grignon 2
-0110100 Steidle 2
-0110100 Beckstead 2
-0110100 Easthom 2
-0110100 Gianninoto 2
-0110100 Griesmer 2
-0110100 Goettlich 2
-0110100 Serauskas 2
-0110100 Hilibrand 2
-0110100 Beres 2
-0110100 Reicker 2
-0110100 Colvill 2
-0110100 Reaveley 2
-0110100 Schmiegelow 2
-0110100 Erenberg 2
-0110100 Almendros 2
-0110100 Donaruma 2
-0110100 Hanawalt 2
-0110100 Montange 2
-0110100 Willmore 2
-0110100 Macko 2
-0110100 Folsey 2
-0110100 DeFranceaux 2
-0110100 Gallastegui 2
-0110100 Abdelfattah 2
-0110100 Wadkins 2
-0110100 Mondel 2
-0110100 Sladojev 2
-0110100 Salameh 2
-0110100 Kishk 2
-0110100 Gerken 2
-0110100 Pajcic 2
-0110100 Solkoff 2
-0110100 Kaese 2
-0110100 Quatermain 2
-0110100 Lenoir 2
-0110100 Saeks 2
-0110100 Simeant 2
-0110100 Yaverbaum 2
-0110100 Churbanov 2
-0110100 Mittlemann 2
-0110100 Kelberer 2
-0110100 Fredrickson 2
-0110100 Mokoto 2
-0110100 Porretti 2
-0110100 Shifo 2
-0110100 Sambwa 2
-0110100 Sloma 2
-0110100 Beckhard 2
-0110100 Longpre 2
-0110100 Drees 2
-0110100 Zevallos 2
-0110100 Gabrovsky 2
-0110100 Paparizov 2
-0110100 Philion 2
-0110100 Echegaray 2
-0110100 Watkin 2
-0110100 Toxe 2
-0110100 Capaldi 2
-0110100 Towe 2
-0110100 Rohner 2
-0110100 Shoup 2
-0110100 Prosperi 2
-0110100 Keehan 2
-0110100 Benach 2
-0110100 Hirdt 2
-0110100 Fawsett 2
-0110100 Garzetti 2
-0110100 Bodine 2
-0110100 Rible 2
-0110100 Yamaji 2
-0110100 Siepierski 2
-0110100 Saluter 2
-0110100 Furin 2
-0110100 Gayden 2
-0110100 Mollof 2
-0110100 Havel 2
-0110100 Savic 2
-0110100 Stribling 2
-0110100 Proodian 2
-0110100 DeFilippis 2
-0110100 Plarczyk 2
-0110100 Shellhaus 2
-0110100 Lemay 2
-0110100 Foust 2
-0110100 Lattanzio 2
-0110100 Scifres 2
-0110100 Zingale 2
-0110100 Tamraz 2
-0110100 Morovitz 2
-0110100 Crase 2
-0110100 Porraro 2
-0110100 Lahner 2
-0110100 Birner 2
-0110100 Bevirt 2
-0110100 Lifshitz 2
-0110100 Smykla 2
-0110100 Gressens 2
-0110100 Yott 2
-0110100 Wretched 2
-0110100 Samber 2
-0110100 Sepenzis 2
-0110100 Tarnower 2
-0110100 Petromelis 2
-0110100 Kavicky 2
-0110100 Sezaki 2
-0110100 Majak 2
-0110100 Ichiki 2
-0110100 Fukano 2
-0110100 Nintzel 2
-0110100 Larrimore 2
-0110100 Svetlich 2
-0110100 Yoffe 2
-0110100 Veatch 2
-0110100 Cedraschi 2
-0110100 MallochBrown 2
-0110100 Marthinsen 2
-0110100 Wnorowski 2
-0110100 Leccia 2
-0110100 Bourdon 2
-0110100 Bergstrasser 2
-0110100 Cummiskey 2
-0110100 Bunin 2
-0110100 Harrosh 2
-0110100 Teutsch 2
-0110100 Hoerjel 2
-0110100 Beran 2
-0110100 Neeves 2
-0110100 Willen 2
-0110100 Sturza 2
-0110100 Mango 2
-0110100 Mikel 2
-0110100 Consolini 2
-0110100 Binstead 2
-0110100 Samborn 2
-0110100 Rayos 2
-0110100 Melander 2
-0110100 Barma 2
-0110100 Puig 2
-0110100 Neidjie 2
-0110100 Safiol 2
-0110100 Lushbaugh 2
-0110100 Nabelle 2
-0110100 Satrum 2
-0110100 Cunniff 2
-0110100 Bernstock 2
-0110100 Greenlees 2
-0110100 Spurck 2
-0110100 Caven-Atack 2
-0110100 Ruvolo 2
-0110100 Zampieri 2
-0110100 Nylen 2
-0110100 Kasparian 2
-0110100 Cocotas 2
-0110100 Perrino 2
-0110100 Wilkening 2
-0110100 Colitti 2
-0110100 Chorek 2
-0110100 Detharding 2
-0110100 Deedes 2
-0110100 Scarlata 2
-0110100 Parson 2
-0110100 Karzai 2
-0110100 Aizen 2
-0110100 Gazard 2
-0110100 Eckerson 2
-0110100 Mayr 2
-0110100 Thanner 2
-0110100 Routhier 2
-0110100 Beplat 2
-0110100 Whittenhall 2
-0110100 Lavita 2
-0110100 Kaputikyan 2
-0110100 Honnor 2
-0110100 Karlsson 2
-0110100 Ackell 2
-0110100 Lindsay-Hogg 2
-0110100 Kicklighter 2
-0110100 Reinsberg 2
-0110100 Rabushka 2
-0110100 Piland 2
-0110100 Dolben 2
-0110100 Schafran 2
-0110100 Bickerton 2
-0110100 Clerkin 2
-0110100 Moerman 2
-0110100 Kafcas 2
-0110100 Romig 2
-0110100 Gobachev 2
-0110100 Wayt 2
-0110100 Ataraya 2
-0110100 Caprio 2
-0110100 Chapple 2
-0110100 Guarnieri 2
-0110100 Isen 2
-0110100 Goebeler 2
-0110100 Krevitsky 2
-0110100 Heid 2
-0110100 Tollin 2
-0110100 Cournoyer 2
-0110100 Corti 2
-0110100 Shostal 2
-0110100 Reicholt 2
-0110100 Johnck 2
-0110100 Jakway 2
-0110100 Busquet 2
-0110100 Jalkut 2
-0110100 Ulsch 2
-0110100 Forsgren 2
-0110100 Sender 2
-0110100 Ifshin 2
-0110100 Rekow 2
-0110100 Looloian 2
-0110100 Millbanks 2
-0110100 Ianniello 2
-0110100 Coughlan 2
-0110100 Vasiloudis 2
-0110100 Verney 2
-0110100 Greaux 2
-0110100 Treiber 2
-0110100 Karlan 2
-0110100 Faherty 2
-0110100 Modin 2
-0110100 Eichel 2
-0110100 Kastabelo 2
-0110100 Pilchen 2
-0110100 Kovolyova 2
-0110100 Barresi 2
-0110100 Guren 2
-0110100 DeNucci 2
-0110100 Fratkin 2
-0110100 Karmen 2
-0110100 Nemet 2
-0110100 Moberg 2
-0110100 Tansky 2
-0110100 Heinnemann 2
-0110100 Morsani 2
-0110100 Tookoome 2
-0110100 Friderichs 2
-0110100 Botvinnik 2
-0110100 Willging 2
-0110100 Seirawan 2
-0110100 Scheid 2
-0110100 Valenteen 2
-0110100 Steingard 2
-0110100 Frankenheimer 2
-0110100 Postrel 2
-0110100 Walby 2
-0110100 Jonovic 2
-0110100 Poppel 2
-0110100 Rigg 2
-0110100 Odiorne 2
-0110100 Jatar 2
-0110100 Golitsyn 2
-0110100 Duobinis 2
-0110100 Thorkilsen 2
-0110100 Rendin 2
-0110100 Gunton 2
-0110100 Stedt 2
-0110100 Seda 2
-0110100 Warnemunde 2
-0110100 Lachelli 2
-0110100 Stasey 2
-0110100 Frelly 2
-0110100 Vierra 2
-0110100 Sabella 2
-0110100 Berzok 2
-0110100 Kouns 2
-0110100 Poeppel 2
-0110100 Doczi 2
-0110100 Kossar 2
-0110100 Pizzitola 2
-0110100 Yglesias 2
-0110100 Schneebaum 2
-0110100 Hagestad 2
-0110100 Rediker 2
-0110100 Seidlin 2
-0110100 Harah 2
-0110100 Jelincic 2
-0110100 Solley 2
-0110100 Giannetti 2
-0110100 Thall 2
-0110100 Armajani 2
-0110100 Rosenson 2
-0110100 Jaser 2
-0110100 Campoy 2
-0110100 Bernardy 2
-0110100 Splane 2
-0110100 Fitzhenry 2
-0110100 Abut 2
-0110100 Saussez 2
-0110100 Scheibe 2
-0110100 Angula 2
-0110100 Vimond 2
-0110100 Speicher 2
-0110100 Moharam 2
-0110100 Tureen 2
-0110100 Tellatin 2
-0110100 Jeremie 2
-0110100 Vaisse 2
-0110100 Snetzer 2
-0110100 Reymann 2
-0110100 Francesconi 2
-0110100 Sovern 2
-0110100 Torrione 2
-0110100 Brauplan 2
-0110100 Catuzzi 2
-0110100 Rosin 2
-0110100 Latortue 2
-0110100 Sambour 2
-0110100 Flam 2
-0110100 Klimisch 2
-0110100 Deiser 2
-0110100 Scheckner 2
-0110100 Soldo 2
-0110100 Mclure 2
-0110100 Steuri 2
-0110100 Maturi 2
-0110100 Bresnahan 2
-0110100 Bommer 2
-0110100 Krowpman 2
-0110100 Liesener 2
-0110100 Kulavik 2
-0110100 Jampel 2
-0110100 Fukuyoshi 2
-0110100 Shanas 2
-0110100 Peterkin 2
-0110100 Southey 2
-0110100 Manzano 2
-0110100 Kintzy 2
-0110100 Antal 2
-0110100 Massello 2
-0110100 blancos 2
-0110100 Yuschak 2
-0110100 Demetrion 2
-0110100 Olstein 2
-0110100 Tanii 2
-0110100 Pielech 2
-0110100 Vagts 2
-0110100 Tobiason 2
-0110100 Garthoff 2
-0110100 Gamero 2
-0110100 Keery 2
-0110100 Cappuccilli 2
-0110100 Vieytez 2
-0110100 Tegnelia 2
-0110100 Nambara 2
-0110100 Cappuccino 2
-0110100 Dabels 2
-0110100 Tennstedt 2
-0110100 Snage 2
-0110100 Sassa 2
-0110100 VanderHoff 2
-0110100 Staph 2
-0110100 Tusa 2
-0110100 Safranek 2
-0110100 Hollihan 2
-0110100 Haerri 2
-0110100 Hustedt 2
-0110100 Yablans 2
-0110100 Contorno 2
-0110100 Deursen 2
-0110100 Uhry 2
-0110100 Mertin 2
-0110100 Gillam 2
-0110100 Highgenboten 2
-0110100 McGrory 2
-0110100 Klimoski 2
-0110100 Strickon 2
-0110100 McWaters 2
-0110100 Guist 2
-0110100 Crumbaugh 2
-0110100 Brasseaux 2
-0110100 Gabe 2
-0110100 Biltis 2
-0110100 Linderoth 2
-0110100 Prestage 2
-0110100 Petrille 2
-0110100 Partrizi 2
-0110100 Misdom 2
-0110100 Dobkowski 2
-0110100 Parkington 2
-0110100 Glasberg 2
-0110100 Oppe 2
-0110100 terre 2
-0110100 Topor 2
-0110100 Boillod 2
-0110100 Tarui 2
-0110100 Frerichs 2
-0110100 Veitia 2
-0110100 Kyranis 2
-0110100 Kanely 2
-0110100 Gionis 2
-0110100 Noreng 2
-0110100 Seebohm 2
-0110100 Remaly 2
-0110100 Dierdorf 2
-0110100 Wesolowski 2
-0110100 Andren 2
-0110100 Remiszewski 2
-0110100 Howze 2
-0110100 Taeschler 2
-0110100 Hargiss 2
-0110100 Pardue 2
-0110100 Pleasants 2
-0110100 Seitzman 2
-0110100 Posert 2
-0110100 Tutterow 2
-0110100 Schwaebe 2
-0110100 Oxboggle 2
-0110100 Masella 2
-0110100 Dubuissan 2
-0110100 Mallorca 2
-0110100 Italico 2
-0110100 Salminen 2
-0110100 McClurg 2
-0110100 Shames 2
-0110100 Montanus 2
-0110100 Jick 2
-0110100 Samnick 2
-0110100 Toussaint 2
-0110100 Rochon 2
-0110100 Rathman 2
-0110100 Schottenheimer 2
-0110100 Arana 2
-0110100 Faich 2
-0110100 Fahy 2
-0110100 Wurgler 2
-0110100 Bovet 2
-0110100 Meily 2
-0110100 Kezios 2
-0110100 Howenstine 2
-0110100 Letona 2
-0110100 Emmonds 2
-0110100 Koedt 2
-0110100 Dinkel 2
-0110100 Skafte 2
-0110100 Nauss 2
-0110100 Tatsui 2
-0110100 Yamaoka 2
-0110100 Mickel 2
-0110100 Mamo 2
-0110100 Dozier 2
-0110100 Weinrich 2
-0110100 Eguchi 2
-0110100 Dyslin 2
-0110100 Trimboli 2
-0110100 Chesler 2
-0110100 Sidey 2
-0110100 Clewlow 2
-0110100 Joannides 2
-0110100 Begner 2
-0110100 Kopcha 2
-0110100 McHatton 2
-0110100 Starzl 2
-0110100 Meerdink 2
-0110100 DeMayo 2
-0110100 Fuhs 2
-0110100 Myhre 2
-0110100 Breskovich 2
-0110100 Machiz 2
-0110100 Lewi 2
-0110100 Mahland 2
-0110100 Birkelund 2
-0110100 Gailliott 2
-0110100 Yaffa 2
-0110100 Brown-Saltzman 2
-0110100 Povod 2
-0110100 Seldes 2
-0110100 Autera 2
-0110100 Flaumenhaft 2
-0110100 Glanville 2
-0110100 Fero 2
-0110100 Czapka 2
-0110100 Hammack 2
-0110100 Rapone 2
-0110100 Skyock 2
-0110100 Flinder 2
-0110100 Asperas 2
-0110100 Sorgen 2
-0110100 Vleminckx 2
-0110100 Coghlan 2
-0110100 Jandura 2
-0110100 Asinof 2
-0110100 Kassab 2
-0110100 Guerci 2
-0110100 Gabrielsson 2
-0110100 Shapp 2
-0110100 Sellar 2
-0110100 Rusin 2
-0110100 Morishita 2
-0110100 Al-Mukhtar 2
-0110100 Antimi 2
-0110100 Goldthwait 2
-0110100 Gejdensen 2
-0110100 Iyengar 2
-0110100 Meaddough 2
-0110100 McErlean 2
-0110100 Norry 2
-0110100 Ichan 2
-0110100 Maccarone 2
-0110100 Hachman 2
-0110100 Koock 2
-0110100 Hirosawa 2
-0110100 Waehner 2
-0110100 Dallob 2
-0110100 Guirard 2
-0110100 Hailey 2
-0110100 Tausig 2
-0110100 Wickwire 2
-0110100 Basson 2
-0110100 Zaleznik 2
-0110100 Toufanian 2
-0110100 Jeanes 2
-0110100 Tortorella 2
-0110100 Caplinger 2
-0110100 Jeck 2
-0110100 Pollicino 2
-0110100 Stainbrook 2
-0110100 Alliger 2
-0110100 Enberg 2
-0110100 Kaish 2
-0110100 Mitroff 2
-0110100 Jenrick 2
-0110100 Branigin 2
-0110100 Negishi 2
-0110100 Battistello 2
-0110100 Kanarak 2
-0110100 Dror 2
-0110100 Mundheim 2
-0110100 Kallis 2
-0110100 Bicher 2
-0110100 Hellerer 2
-0110100 Kucyznski 2
-0110100 Feiter 2
-0110100 Carbonneau 2
-0110100 Finnemore 2
-0110100 Okitsu 2
-0110100 Diktaban 2
-0110100 Sipple 2
-0110100 Lubliner 2
-0110100 Wendler 2
-0110100 Jacobowitz 2
-0110100 Hawpe 2
-0110100 Crumb 2
-0110100 Doerger 2
-0110100 Solowsky 2
-0110100 Czaputowicz 2
-0110100 Medd 2
-0110100 Riseden 2
-0110100 Occelli 2
-0110100 Khanin 2
-0110100 McElhinny 2
-0110100 Bastidas 2
-0110100 Nauheim 2
-0110100 Matus 2
-0110100 Buecking 2
-0110100 Roiret 2
-0110100 Bounpane 2
-0110100 Orzeck 2
-0110100 Stoica 2
-0110100 Uyemoto 2
-0110100 Amaki 2
-0110100 Shilts 2
-0110100 Strachan 2
-0110100 Widdess 2
-0110100 Ryles 2
-0110100 Griebenow 2
-0110100 Rzymkowski 2
-0110100 Churm 2
-0110100 Frump 2
-0110100 Hasfurther 2
-0110100 Cruft 2
-0110100 Dellerson 2
-0110100 Hurvitz 2
-0110100 Lucci 2
-0110100 Dunford 2
-0110100 Duerden 2
-0110100 Tretyak 2
-0110100 LaFree 2
-0110100 Strongo 2
-0110100 Bartosch 2
-0110100 Warrillow 2
-0110100 Lummis 2
-0110100 Naugle 2
-0110100 Mazzei 2
-0110100 Donnerstein 2
-0110100 Sommars 2
-0110100 Nigh 2
-0110100 Goffman 2
-0110100 Tilse 2
-0110100 Kraftsow 2
-0110100 Treichel 2
-0110100 Barad 2
-0110100 Lorincze 2
-0110100 Scaff 2
-0110100 Olliff-Lee 2
-0110100 Karlberg 2
-0110100 Lazaroff 2
-0110100 Koffler 2
-0110100 Snelgrove 2
-0110100 Binger 2
-0110100 Broadrick 2
-0110100 Nichol 2
-0110100 Myatt 2
-0110100 Tabas 2
-0110100 Brigman 2
-0110100 Kauth 2
-0110100 Domolky 2
-0110100 Antioco 2
-0110100 Widland 2
-0110100 Loman 2
-0110100 Mullis 2
-0110100 Nucciarone 2
-0110100 Sievert 2
-0110100 Sagar 2
-0110100 Stigwood 2
-0110100 Lich 2
-0110100 Smahl 2
-0110100 Stumpfe 2
-0110100 Ralfe 2
-0110100 Passer 2
-0110100 Sakuta 2
-0110100 Boucheron 2
-0110100 Alznauer 2
-0110100 Braley 2
-0110100 Craine 2
-0110100 Paumier 2
-0110100 Brinig 2
-0110100 Troseth 2
-0110100 Kapitan 2
-0110100 Gliboff 2
-0110100 Luse 2
-0110100 Mailhes 2
-0110100 Buchmeyer 2
-0110100 Alving 2
-0110100 Honn 2
-0110100 Materazo 2
-0110100 Allinson 2
-0110100 Hulsebus 2
-0110100 Hick 2
-0110100 Perusse 2
-0110100 Gunst 2
-0110100 Abordo 2
-0110100 Driessen 2
-0110100 Cardale 2
-0110100 Swetz 2
-0110100 Walbert 2
-0110100 Karber 2
-0110100 Fischbein 2
-0110100 Nimmons 2
-0110100 Gitzen 2
-0110100 Hookstratten 2
-0110100 Grishin 2
-0110100 Fox-Andrews 2
-0110100 Hunsecker 2
-0110100 So-and-So 2
-0110100 Pasqua 2
-0110100 Tillson 2
-0110100 Flandermeyer 2
-0110100 Beiley 2
-0110100 Huizar 2
-0110100 Grossmann 2
-0110100 Tengberg 2
-0110100 Rorke 2
-0110100 Ilkgarr 2
-0110100 Georgiadis 2
-0110100 Capsalis 2
-0110100 Mustaine 2
-0110100 Stodder 2
-0110100 Wetston 2
-0110100 Wynegar 2
-0110100 Schatzberg 2
-0110100 Genevrier 2
-0110100 Kimmes 2
-0110100 Higbie 2
-0110100 Estren 2
-0110100 Vitkus 2
-0110100 Boccardi 2
-0110100 Luftman 2
-0110100 Champine 2
-0110100 Tillisch 2
-0110100 Masakela 2
-0110100 Theys 2
-0110100 Stahly 2
-0110100 Bonville 2
-0110100 Preblud 2
-0110100 Rosenberger 2
-0110100 Reyman 2
-0110100 Kostuk 2
-0110100 Salberg 2
-0110100 Spofford 2
-0110100 Zakko 2
-0110100 Oubre 2
-0110100 Zapanta 2
-0110100 Allgier 2
-0110100 Schoer 2
-0110100 Lybarger 2
-0110100 Sekiya 2
-0110100 Wimsey 2
-0110100 Zellner 2
-0110100 Sandbulte 2
-0110100 Fischer-Dieskau 2
-0110100 Agin 2
-0110100 Varnado 2
-0110100 Messman 2
-0110100 Siess 2
-0110100 Peyre 2
-0110100 Gildehaus 2
-0110100 Chapla 2
-0110100 Touran 2
-0110100 Schuttpelz 2
-0110100 Lardera 2
-0110100 Picur 2
-0110100 McCarroll 2
-0110100 McNaugher 2
-0110100 Schleh 2
-0110100 Okubo 2
-0110100 Pirez 2
-0110100 Herd 2
-0110100 Nakatsuka 2
-0110100 Mayerhofer 2
-0110100 Lackman 2
-0110100 Sellick 2
-0110100 Winsor 2
-0110100 Bouhet 2
-0110100 Irizarry 2
-0110100 Tayelor 2
-0110100 Crusto 2
-0110100 Sleavin 2
-0110100 Darnley 2
-0110100 Mattera 2
-0110100 Bedinger 2
-0110100 Hench 2
-0110100 Salvo 2
-0110100 Toles 2
-0110100 Berkovitch 2
-0110100 Mansbridge 2
-0110100 Nierenberg 2
-0110100 Sheath 2
-0110100 Dugard 2
-0110100 Lembo 2
-0110100 Ochse 2
-0110100 Teachout 2
-0110100 Aprati 2
-0110100 Cerveris 2
-0110100 McAvaddy 2
-0110100 Benway 2
-0110100 Snoddon 2
-0110100 Kokayi 2
-0110100 Krzeminski 2
-0110100 Shahabian 2
-0110100 Coffaro 2
-0110100 Aguirre-Sacasa 2
-0110100 Katzovitz 2
-0110100 Hiltrop 2
-0110100 Bouluare 2
-0110100 Agostinelli 2
-0110100 Trento 2
-0110100 Shrapnel 2
-0110100 Aumiller 2
-0110100 Berzofsky 2
-0110100 Radosky 2
-0110100 Domingorena 2
-0110100 Kukowski 2
-0110100 acuminata 2
-0110100 Zetko 2
-0110100 Zukofsky 2
-0110100 Vician 2
-0110100 Patrone 2
-0110100 Dils 2
-0110100 Kemerling 2
-0110100 Riso 2
-0110100 Quinley 2
-0110100 Schwamenfeld 2
-0110100 Casdin 2
-0110100 Plunkert 2
-0110100 Kepke 2
-0110100 Skinkis 2
-0110100 Zaworski-Burke 2
-0110100 Cabarrus 2
-0110100 Shimo 2
-0110100 Muwakkil 2
-0110100 Glossman 2
-0110100 Mueller-Krummholz 2
-0110100 Crepin-Leblond 2
-0110100 Dosch 2
-0110100 Ilves-Corressel 2
-0110100 Sokomanu 2
-0110100 Schochet 2
-0110100 Isserlis 2
-0110100 Blankenhorn 2
-0110100 Brucan 2
-0110100 Wiers 2
-0110100 Senft 2
-0110100 Exner 2
-0110100 Hambrick 2
-0110100 Katsumata 2
-0110100 Kollegger 2
-0110100 Grolemund 2
-0110100 Kalsakau 2
-0110100 Hadler 2
-0110100 Sizzlington 2
-0110100 Wares 2
-0110100 Nitzsche 2
-0110100 Braud 2
-0110100 Lukonin 2
-0110100 DiMaio 2
-0110100 Leimkuhler 2
-0110100 Sadker 2
-0110100 Rotundo 2
-0110100 Jablow 2
-0110100 Brecher 2
-0110100 Goodenough 2
-0110100 Jezierski 2
-0110100 Rostler 2
-0110100 Delinsky 2
-0110100 Fraknoi 2
-0110100 Miarka 2
-0110100 Ianna 2
-0110100 Balousek 2
-0110100 Pharand 2
-0110100 Wartels 2
-0110100 Guite 2
-0110100 Polking 2
-0110100 Shidara 2
-0110100 Byroade 2
-0110100 Cena 2
-0110100 Penson 2
-0110100 Pausig 2
-0110100 Graziosi 2
-0110100 Rovich 2
-0110100 Schleuter 2
-0110100 Duva 2
-0110100 Arcila 2
-0110100 Roenn 2
-0110100 Seaforth 2
-0110100 Shader 2
-0110100 Kunko 2
-0110100 Ahrensfeld 2
-0110100 Lejeune 2
-0110100 Carcassonne 2
-0110100 Eisele 2
-0110100 Eibel 2
-0110100 Bityk 2
-0110100 Egi 2
-0110100 Holtermann 2
-0110100 Golomb 2
-0110100 Chittick 2
-0110100 Cipolla 2
-0110100 Schuldt 2
-0110100 Ignon 2
-0110100 Warth 2
-0110100 Barrell 2
-0110100 Arcangel 2
-0110100 Tansey 2
-0110100 Shestack 2
-0110100 Smyntek 2
-0110100 Ebbs 2
-0110100 Yemma 2
-0110100 Boruff 2
-0110100 Pakzad 2
-0110100 Chrustowski 2
-0110100 Tuchin 2
-0110100 Hollimon 2
-0110100 Puisais 2
-0110100 Liechtung 2
-0110100 Fukagawa 2
-0110100 DeMers 2
-0110100 Auble 2
-0110100 Polidor 2
-0110100 Ersek 2
-0110100 Brew 2
-0110100 Moorhouse 2
-0110100 Kolaghassi 2
-0110100 Hux 2
-0110100 Bonnes 2
-0110100 Lemonedes 2
-0110100 Shontz 2
-0110100 Sernyk 2
-0110100 Trueax 2
-0110100 Shelembe 2
-0110100 Morrione 2
-0110100 Drabik 2
-0110100 Taulbee 2
-0110100 Barrowman 2
-0110100 Scovil 2
-0110100 Busbee 2
-0110100 Duus 2
-0110100 Schieneman 2
-0110100 Goerg 2
-0110100 Beindorff 2
-0110100 Olamba 2
-0110100 McMackin 2
-0110100 Angolares 2
-0110100 Castaner 2
-0110100 Grazier 2
-0110100 Astrachan 2
-0110100 Sonke 2
-0110100 Templin 2
-0110100 Poster 2
-0110100 Marsilius 2
-0110100 Zizka 2
-0110100 Stoph 2
-0110100 Sinowatz 2
-0110100 Alperstein 2
-0110100 Ichinose 2
-0110100 Ebding 2
-0110100 Bermick 2
-0110100 Svensson 2
-0110100 Sorsa 2
-0110100 Fichthorn 2
-0110100 McClaugherty 2
-0110100 Lubran 2
-0110100 Kikel 2
-0110100 Thavisin 2
-0110100 Geltman 2
-0110100 Swannell 2
-0110100 Voulgaris 2
-0110100 Bobrow 2
-0110100 Bitterman 2
-0110100 Skillington 2
-0110100 Elster 2
-0110100 Urkowitz 2
-0110100 Shellington 2
-0110100 Novello 2
-0110100 Vroon 2
-0110100 Kubler-Ross 2
-0110100 Cialdini 2
-0110100 Asper 2
-0110100 Carmona 2
-0110100 Schade 2
-0110100 Kilson 2
-0110100 Wasson 2
-0110100 Mukhamedov 2
-0110100 Fonteyn 2
-0110100 Foyt 2
-0110100 Gervasoni 2
-0110100 Moldea 2
-0110100 Henneman 2
-0110100 Gasparini 2
-0110100 Savarese 2
-0110100 Seslowe 2
-0110100 Slonimsky 2
-0110100 Barraman 2
-0110100 Natour 2
-0110100 Kirkendall 2
-0110100 Newmyer 2
-0110100 Lauguer 2
-0110100 Desch 2
-0110100 Girolamo 2
-0110100 Ganske 2
-0110100 Testan 2
-0110100 Nederhoff 2
-0110100 Vorbrich 2
-0110100 Gibowski 2
-0110100 Acconci 2
-0110100 Vietmeier 2
-0110100 Rundle 2
-0110100 Picciarelli 2
-0110100 Staerker 2
-0110100 Kersner 2
-0110100 Parise 2
-0110100 Simonian 2
-0110100 Finarelli 2
-0110100 Grant-Acqua 2
-0110100 Barganier 2
-0110100 Kastell 2
-0110100 Ytterberg 2
-0110100 Vivado 2
-0110100 Prior-Willeard 2
-0110100 Domhoff 2
-0110100 Corvi 2
-0110100 Keckley 2
-0110100 Riske 2
-0110100 Vosges 2
-0110100 Roby 2
-0110100 Maass 2
-0110100 Kaga 2
-0110100 Figgis 2
-0110100 Velikhov 2
-0110100 Boissier 2
-0110100 Crocco 2
-0110100 Lippert 2
-0110100 Boundas 2
-0110100 Horsch 2
-0110100 DeVaul 2
-0110100 Waxenberg 2
-0110100 Zemsky 2
-0110100 Krukowski 2
-0110100 Clinger 2
-0110100 Beltrao 2
-0110100 Kuehl 2
-0110100 Siedlecki 2
-0110100 Isozaki 2
-0110100 Paganini-Hill 2
-0110100 Boulouque 2
-0110100 Saguisag 2
-0110100 Hexamer 2
-0110100 Wisecarver 2
-0110100 Volans 2
-0110100 Courtnage 2
-0110100 LeVan 2
-0110100 Rusita 2
-0110100 Fryman 2
-0110100 Konzen 2
-0110100 Tester 2
-0110100 Barsby 2
-0110100 Stans 2
-0110100 Ashbrook 2
-0110100 Bergendahl 2
-0110100 Gilldahl 2
-0110100 Fiser 2
-0110100 Gencer 2
-0110100 Interfinans 2
-0110100 Criner 2
-0110100 Hanawa 2
-0110100 Wallance 2
-0110100 Chartier 2
-0110100 Bassano 2
-0110100 Goold 2
-0110100 Sacasa 2
-0110100 Arguero 2
-0110100 Schabacker 2
-0110100 Princi 2
-0110100 Thomason 2
-0110100 Twerdahl 2
-0110100 Saxonhouse 2
-0110100 Makram-Ebeid 2
-0110100 Hinkin 2
-0110100 Colket 2
-0110100 Sachar 2
-0110100 Rollinson 2
-0110100 Maugh 2
-0110100 Passos 2
-0110100 Demmings 2
-0110100 Kozack 2
-0110100 Fugalli 2
-0110100 Steil 2
-0110100 Brutents 2
-0110100 Blundell 2
-0110100 Richwine 2
-0110100 Polychron 2
-0110100 Wenzel 2
-0110100 Drache 2
-0110100 Togano 2
-0110100 Wujcik 2
-0110100 Gies 2
-0110100 Krasnansky 2
-0110100 Bebchick 2
-0110100 Boud 2
-0110100 Tindale 2
-0110100 Tobler 2
-0110100 Biss 2
-0110100 Dille 2
-0110100 Prouty 2
-0110100 Pineau-Valencienne 2
-0110100 Jaramillo 2
-0110100 Pfeil 2
-0110100 Szekacs 2
-0110100 Heinebaeck 2
-0110100 Vanchau 2
-0110100 Rachal 2
-0110100 Gayner 2
-0110100 Duerig 2
-0110100 Galiber 2
-0110100 Neukom 2
-0110100 Dougan 2
-0110100 Dolak 2
-0110100 Johanos 2
-0110100 Millican 2
-0110100 Strasser 2
-0110100 Melot 2
-0110100 Graffenreid 2
-0110100 Iwamatsu 2
-0110100 Obst 2
-0110100 Luchessi 2
-0110100 Zilli 2
-0110100 Glabbert 2
-0110100 Bartsch 2
-0110100 Yazdi 2
-0110100 Siskin 2
-0110100 Rubinger 2
-0110100 Veneman 2
-0110100 Frugoli 2
-0110100 Weida 2
-0110100 Obasanjo 2
-0110100 Nkobi 2
-0110100 Jeronina 2
-0110100 Perillo 2
-0110100 Gutkowski 2
-0110100 Krakauer 2
-0110100 Halladay 2
-0110100 Falsey 2
-0110100 Shlesinger 2
-0110100 Rovinski 2
-0110100 Boisot 2
-0110100 Hanushek 2
-0110100 Rashad 2
-0110100 Kircher 2
-0110100 Hardt 2
-0110100 Chandi 2
-0110100 Glasel 2
-0110100 Karsan 2
-0110100 Csere 2
-0110100 Vellano 2
-0110100 Mallement 2
-0110100 Bily 2
-0110100 Dworak 2
-0110100 Bernardi 2
-0110100 Danello 2
-0110100 Torri 2
-0110100 Kastner 2
-0110100 Henkin 2
-0110100 Bazile 2
-0110100 Lamonte 2
-0110100 Vinsik 2
-0110100 Zurkhulen 2
-0110100 Simonet 2
-0110100 Kneebone 2
-0110100 Altobello 2
-0110100 Kochergin 2
-0110100 Lindenmayer 2
-0110100 Sweetbaum 2
-0110100 Hargett 2
-0110100 Giorgieri 2
-0110100 Jantz 2
-0110100 Willer 2
-0110100 Sotern 2
-0110100 Wolfberg 2
-0110100 Harville 2
-0110100 Lyttle 2
-0110100 Miyawaki 2
-0110100 Tikonova 2
-0110100 Soderstrom 2
-0110100 Tanton 2
-0110100 Taupe 2
-0110100 Goggins 2
-0110100 Grob 2
-0110100 Vela 2
-0110100 Santos-Avite 2
-0110100 Kavas 2
-0110100 Jozwiak 2
-0110100 Barcikowski 2
-0110100 Collyns 2
-0110100 Viviano 2
-0110100 Dilger 2
-0110100 Duensing 2
-0110100 Heaston 2
-0110100 Elers 2
-0110100 Bestard 2
-0110100 Belien 2
-0110100 Frazin 2
-0110100 Drozda 2
-0110100 Ellenberger 2
-0110100 Musatti 2
-0110100 Kuszer 2
-0110100 Joon 2
-0110100 Leuchtenberg 2
-0110100 Erbstoesser 2
-0110100 Fayer 2
-0110100 Cinelli 2
-0110100 Tregde 2
-0110100 Welday 2
-0110100 Blokker 2
-0110100 Dobay 2
-0110100 Fournet 2
-0110100 Myners 2
-0110100 Yoken 2
-0110100 Beinhocker 2
-0110100 Connacher 2
-0110100 Nakarada 2
-0110100 Despotovic 2
-0110100 Petrovic 2
-0110100 Zizza 2
-0110100 Deen 2
-0110100 Christe 2
-0110100 Mizukami 2
-0110100 Stuzin 2
-0110100 Mett 2
-0110100 Tinoco 2
-0110100 Cunhal 2
-0110100 Haymann 2
-0110100 Horyn 2
-0110100 Dimou 2
-0110100 Nuzzo 2
-0110100 Wannamaker 2
-0110100 Edlow 2
-0110100 Kamagi 2
-0110100 Weisbord 2
-0110100 Weseley 2
-0110100 Grohs 2
-0110100 Foyil 2
-0110100 Cording 2
-0110100 Tippeconnic 2
-0110100 Linhart 2
-0110100 Puthuff 2
-0110100 Bornhorst 2
-0110100 Setzer 2
-0110100 Cibulskis 2
-0110100 Oxburgh 2
-0110100 Belgrano 2
-0110100 Lirarakis 2
-0110100 Hamlisch 2
-0110100 Mollner 2
-0110100 Kuzel 2
-0110100 Nayyar 2
-0110100 Petersilia 2
-0110100 Borowik 2
-0110100 Mathiopoulos 2
-0110100 Goodelman 2
-0110100 Koza 2
-0110100 Jannel 2
-0110100 Fornell 2
-0110100 Moyles 2
-0110100 McClaran 2
-0110100 Buchin 2
-0110100 Bryceland 2
-0110100 Emerine 2
-0110100 Hopfield 2
-0110100 Jopling 3
-0110100 Tolliver 3
-0110100 Shiftan 3
-0110100 Lough 3
-0110100 Roettger 3
-0110100 Kriak 3
-0110100 Glueck 3
-0110100 Seike 3
-0110100 Diemen 3
-0110100 Wilken 3
-0110100 Dissinger 3
-0110100 Fordiani 3
-0110100 Brunk 3
-0110100 Arakawa 3
-0110100 Beahrs 3
-0110100 Amako 3
-0110100 Peisl 3
-0110100 Scofidio 3
-0110100 Heinzel 3
-0110100 Niekro 3
-0110100 Ozaki 3
-0110100 Athanassiades 3
-0110100 Spilka 3
-0110100 Spady 3
-0110100 Shaub 3
-0110100 Szarka 3
-0110100 Chason 3
-0110100 Ossad 3
-0110100 Murrill 3
-0110100 DeGeurin 3
-0110100 Saint-Aignan 3
-0110100 Phiri 3
-0110100 Bucay 3
-0110100 Arslanian 3
-0110100 Sneider 3
-0110100 Gaydick 3
-0110100 Pharriss 3
-0110100 Galtney 3
-0110100 Maniago 3
-0110100 Burick 3
-0110100 Schoenfeld 3
-0110100 Salerno-Sonnenberg 3
-0110100 Bevilacqua 3
-0110100 Brancato 3
-0110100 Gaasbecks 3
-0110100 Amabile 3
-0110100 Nesbeda 3
-0110100 Gide 3
-0110100 Dods 3
-0110100 Reidelbach 3
-0110100 Gompers 3
-0110100 Nagayama 3
-0110100 Oldfield 3
-0110100 Bourdain 3
-0110100 Szpiner 3
-0110100 Zitron 3
-0110100 McJimsey 3
-0110100 Tcherkassky 3
-0110100 Biedenkopf 3
-0110100 Baranov 3
-0110100 Stiritz 3
-0110100 Ellrott 3
-0110100 McGiven 3
-0110100 Debus 3
-0110100 Rickard 3
-0110100 Maginnis 3
-0110100 Weathers 3
-0110100 Meskill 3
-0110100 Francese 3
-0110100 Seales 3
-0110100 Trenkler 3
-0110100 Temirkanov 3
-0110100 Molesky 3
-0110100 Cornet 3
-0110100 Crites 3
-0110100 Bijak 3
-0110100 Polozov 3
-0110100 Flitner 3
-0110100 Marram 3
-0110100 Schniedwind 3
-0110100 Sicilia 3
-0110100 Khameini 3
-0110100 Nogues 3
-0110100 Zaino 3
-0110100 Mater 3
-0110100 Wickline 3
-0110100 Abakanowicz 3
-0110100 Czerny 3
-0110100 Ragals 3
-0110100 Whitcomb 3
-0110100 Birkett 3
-0110100 Saint-Geours 3
-0110100 Finegold 3
-0110100 Selfridge 3
-0110100 Visscher 3
-0110100 Saenger 3
-0110100 Skillin 3
-0110100 Boger 3
-0110100 McCrae 3
-0110100 Geduldig 3
-0110100 Lozyniak 3
-0110100 Rusche 3
-0110100 Trippi 3
-0110100 Coltrane 3
-0110100 Adami 3
-0110100 Nucci 3
-0110100 Pelullo 3
-0110100 Cornudella 3
-0110100 Kooken 3
-0110100 Krasney 3
-0110100 Roloff 3
-0110100 Caliendo 3
-0110100 Eszterhas 3
-0110100 Popovich 3
-0110100 Asbridge 3
-0110100 Khlopin 3
-0110100 Schlenker 3
-0110100 DeRita 3
-0110100 Philipson 3
-0110100 Orozco 3
-0110100 Cheramy 3
-0110100 Metzfield 3
-0110100 Gingold 3
-0110100 Ruehe 3
-0110100 Burwell 3
-0110100 Grechko 3
-0110100 Perenchio 3
-0110100 Washton 3
-0110100 Alligood 3
-0110100 Compa 3
-0110100 Kezis 3
-0110100 Oberstar 3
-0110100 Curler 3
-0110100 Soltwedel 3
-0110100 Gropper 3
-0110100 Kostic 3
-0110100 Borba 3
-0110100 Freiburghouse 3
-0110100 Vallejos 3
-0110100 Schifter 3
-0110100 Seledron 3
-0110100 Himmler 3
-0110100 Caligari 3
-0110100 Finerman 3
-0110100 Hornstein 3
-0110100 Kirshner 3
-0110100 Aikawa 3
-0110100 Nachamie 3
-0110100 Khivrich 3
-0110100 Tutunik 3
-0110100 Carpino 3
-0110100 Bautier 3
-0110100 Trojanowicz 3
-0110100 Hentschel 3
-0110100 Levergood 3
-0110100 Aldikacti 3
-0110100 Herskovitz 3
-0110100 Basmajan 3
-0110100 Sova 3
-0110100 Wickett 3
-0110100 Aswell 3
-0110100 Nazem 3
-0110100 Hassell 3
-0110100 Taschereau 3
-0110100 McGrail 3
-0110100 Stemmer 3
-0110100 Takessian 3
-0110100 Worrick 3
-0110100 Sprinzen 3
-0110100 Schaar 3
-0110100 Shvets 3
-0110100 Beerworth 3
-0110100 Stolley 3
-0110100 Ruiz-Mateos 3
-0110100 Ganilau 3
-0110100 Halikas 3
-0110100 DeBoer 3
-0110100 Eskenazi 3
-0110100 Politis 3
-0110100 Brittenden 3
-0110100 McInroy 3
-0110100 Matsumoto 3
-0110100 Beathard 3
-0110100 Kasiva 3
-0110100 Melillo 3
-0110100 Klim 3
-0110100 Clementi 3
-0110100 Scalise 3
-0110100 Ryavec 3
-0110100 Grand-Clement 3
-0110100 Eley 3
-0110100 Gelbard 3
-0110100 Boyers 3
-0110100 Kalajian 3
-0110100 Jeffreys 3
-0110100 Kalmus 3
-0110100 Mabbs 3
-0110100 Hora 3
-0110100 Thoron 3
-0110100 Fondy 3
-0110100 Beith 3
-0110100 Newby 3
-0110100 Rabkin 3
-0110100 Baptista 3
-0110100 Tarkenton 3
-0110100 Cobby 3
-0110100 Andrulis 3
-0110100 Rieutort 3
-0110100 Opotowsky 3
-0110100 Natalizia 3
-0110100 Gampel 3
-0110100 Batlogg 3
-0110100 Katzmann 3
-0110100 Manna 3
-0110100 Greenblott 3
-0110100 Basta 3
-0110100 Cadigan 3
-0110100 Senter 3
-0110100 Hudiburg 3
-0110100 Pennachio 3
-0110100 Baumler 3
-0110100 Milman 3
-0110100 Crink 3
-0110100 Hoewing 3
-0110100 Ravenel 3
-0110100 Ravkind 3
-0110100 Moxie 3
-0110100 Cahlander 3
-0110100 Hoadley 3
-0110100 Niglio 3
-0110100 Liebhaber 3
-0110100 Spaven 3
-0110100 Schonauer 3
-0110100 Ohashi 3
-0110100 Omnivore 3
-0110100 Hieber 3
-0110100 Fuselier 3
-0110100 Reak 3
-0110100 Robuchon 3
-0110100 Imasdounian 3
-0110100 Ramseyer 3
-0110100 Bidard 3
-0110100 Dehihns 3
-0110100 Mokae 3
-0110100 Hayford 3
-0110100 Shephard 3
-0110100 Takabatake 3
-0110100 Navin 3
-0110100 Boyajain 3
-0110100 Rubinov 3
-0110100 Deneuve 3
-0110100 Techine 3
-0110100 Cavalli 3
-0110100 Garrott 3
-0110100 Poddar 3
-0110100 McQuillen 3
-0110100 Sweatman 3
-0110100 Banus 3
-0110100 Strother 3
-0110100 Kuritzky 3
-0110100 Paolini 3
-0110100 Grudberg 3
-0110100 Wolk 3
-0110100 Tuohey 3
-0110100 Fornaro 3
-0110100 Klinges 3
-0110100 Prideaux 3
-0110100 Leuchtenburg 3
-0110100 Deems 3
-0110100 Danychuk 3
-0110100 Mitsuyama 3
-0110100 Hudgens 3
-0110100 Schiffrin 3
-0110100 Korell 3
-0110100 Iemura 3
-0110100 Melsheimer 3
-0110100 Raben 3
-0110100 Sondock 3
-0110100 LaBarre 3
-0110100 Eberhardt 3
-0110100 Soyer 3
-0110100 Alverson 3
-0110100 Heimbold 3
-0110100 Krivin 3
-0110100 Weithorn 3
-0110100 Antoci 3
-0110100 Flaum 3
-0110100 Vinogradov 3
-0110100 Kronfle 3
-0110100 Bardis 3
-0110100 Chinni 3
-0110100 Beham 3
-0110100 Garay 3
-0110100 Sadd 3
-0110100 Ellentuck 3
-0110100 Pande 3
-0110100 Biggart 3
-0110100 deVismes 3
-0110100 Goubert 3
-0110100 Deibel 3
-0110100 LeResche 3
-0110100 Jamiesson 3
-0110100 Niklas 3
-0110100 Thorsen 3
-0110100 Faucher 3
-0110100 Rittenberg 3
-0110100 Francoeur 3
-0110100 Cantarella 3
-0110100 Wilcher 3
-0110100 Schuck 3
-0110100 Yanyong 3
-0110100 Mostow 3
-0110100 Coulon 3
-0110100 Sugimoto 3
-0110100 Dezafra 3
-0110100 Knepp 3
-0110100 Parasaran 3
-0110100 Casesa 3
-0110100 Graetz 3
-0110100 Genego 3
-0110100 Stanwyck 3
-0110100 DeMelle 3
-0110100 Zecha 3
-0110100 Perovic 3
-0110100 Stambuk 3
-0110100 Seks 3
-0110100 Destouet 3
-0110100 Pinyan 3
-0110100 Salas 3
-0110100 Eilers 3
-0110100 Sonnenfeldt 3
-0110100 Outten 3
-0110100 Cucci 3
-0110100 Bouckhout 3
-0110100 Tycz 3
-0110100 Brezovec 3
-0110100 Terbot 3
-0110100 Stockmeyer 3
-0110100 Pitcoff 3
-0110100 Araki 3
-0110100 Delatour 3
-0110100 Mechling 3
-0110100 Hollenhorst 3
-0110100 McKiever 3
-0110100 Aylward 3
-0110100 Thiret 3
-0110100 Kantz 3
-0110100 Arterburn 3
-0110100 Farrara 3
-0110100 Briskman 3
-0110100 Touratsos 3
-0110100 Perryman 3
-0110100 Rowse 3
-0110100 Brenteson 3
-0110100 Sevigny 3
-0110100 Howser 3
-0110100 Soyinka 3
-0110100 Skenazy 3
-0110100 Patagones 3
-0110100 Lannert 3
-0110100 Poza 3
-0110100 Florkiewicz 3
-0110100 Groskopf 3
-0110100 Vlok 3
-0110100 Venit 3
-0110100 Sandalls 3
-0110100 Parichy 3
-0110100 Harch 3
-0110100 Juhan 3
-0110100 Gansler 3
-0110100 Michnik 3
-0110100 Sherfey 3
-0110100 Hamermesh 3
-0110100 Bannerman 3
-0110100 Lansbury 3
-0110100 Birks 3
-0110100 Ormsten 3
-0110100 Schimberg 3
-0110100 Zeigler 3
-0110100 Severs 3
-0110100 Georgine 3
-0110100 Chaitman 3
-0110100 Havender 3
-0110100 Hochman 3
-0110100 Shlapentokh 3
-0110100 Forcelledo 3
-0110100 Raft 3
-0110100 Gibbins 3
-0110100 Droghoul 3
-0110100 Chatterjee 3
-0110100 Joanen 3
-0110100 Reimer 3
-0110100 Takezawa 3
-0110100 Blinick 3
-0110100 Sharpenberg 3
-0110100 Melone 3
-0110100 Governali 3
-0110100 Myskowski 3
-0110100 Schackman 3
-0110100 Bradetich 3
-0110100 Stanbury 3
-0110100 Gaudreau 3
-0110100 Paszynski 3
-0110100 Blicher 3
-0110100 Desgraupes 3
-0110100 Nidenberg 3
-0110100 Klaaste 3
-0110100 Raclin 3
-0110100 Lutolf 3
-0110100 Korner 3
-0110100 Learnard 3
-0110100 Marchenko 3
-0110100 Sneed 3
-0110100 Hoeppner 3
-0110100 Cirigliano 3
-0110100 Schad 3
-0110100 Busselle 3
-0110100 Taeuber 3
-0110100 Shinton 3
-0110100 Kempf 3
-0110100 Tsuei 3
-0110100 Reynard 3
-0110100 Vankin 3
-0110100 Zenner 3
-0110100 Zaghmory 3
-0110100 McGaffey 3
-0110100 Fermor 3
-0110100 Gottsegen 3
-0110100 Evart 3
-0110100 Kneipper 3
-0110100 Hellerstein 3
-0110100 Keehn 3
-0110100 DiTillio 3
-0110100 Panyko 3
-0110100 Martre 3
-0110100 Caan 3
-0110100 Lynde 3
-0110100 Irby 3
-0110100 Jaquez 3
-0110100 Saklad 3
-0110100 Thiesen 3
-0110100 Blalock 3
-0110100 Bournival 3
-0110100 Takamine 3
-0110100 Wunder 3
-0110100 Besson 3
-0110100 Birns 3
-0110100 Corrick 3
-0110100 Naclerio 3
-0110100 Feltman 3
-0110100 Tarasov 3
-0110100 LeGrand 3
-0110100 Eiger 3
-0110100 McLaren 3
-0110100 Holste 3
-0110100 Goetzen 3
-0110100 Illenseer 3
-0110100 Ruditzky 3
-0110100 Buchanan-Smith 3
-0110100 Foonberg 3
-0110100 Sippel 3
-0110100 Bratt 3
-0110100 Apodaca 3
-0110100 Haydu 3
-0110100 Sidel 3
-0110100 Effman 3
-0110100 Roeg 3
-0110100 Condy 3
-0110100 Dentz 3
-0110100 Dern 3
-0110100 McKern 3
-0110100 Eldredge 3
-0110100 Liedl 3
-0110100 Sader 3
-0110100 Leighty 3
-0110100 Spektor 3
-0110100 Ptashne 3
-0110100 Hillens 3
-0110100 Bunz 3
-0110100 Benfield 3
-0110100 Botkin 3
-0110100 Zelicoff 3
-0110100 Schwietert 3
-0110100 Widdis 3
-0110100 Margolin 3
-0110100 Devereaux 3
-0110100 Wenberg 3
-0110100 Fittro 3
-0110100 Knosp 3
-0110100 Doja 3
-0110100 Melich 3
-0110100 Dietrick 3
-0110100 Pretl 3
-0110100 Minchau 3
-0110100 Arnolds 3
-0110100 Felty 3
-0110100 Spoonemore 3
-0110100 Rudig 3
-0110100 Ditkoff 3
-0110100 Hunter-Stiebel 3
-0110100 Arraes 3
-0110100 Teipel 3
-0110100 Felsen 3
-0110100 Panday 3
-0110100 Kapel 3
-0110100 Atala 3
-0110100 Calverley 3
-0110100 Fausch 3
-0110100 Lefkowitz 3
-0110100 Fey 3
-0110100 Muszynski 3
-0110100 Briley 3
-0110100 Virts 3
-0110100 Finizio 3
-0110100 Marione 3
-0110100 Ruprecht 3
-0110100 Gracey 3
-0110100 Gillespi 3
-0110100 Zemene 3
-0110100 Daiboch 3
-0110100 Ausfahl 3
-0110100 Montopoli 3
-0110100 DeAlessandro 3
-0110100 Sanderlin 3
-0110100 Ehart 3
-0110100 Mignone 3
-0110100 Kreski 3
-0110100 Gudmundson 3
-0110100 Windridge 3
-0110100 Kehrl 3
-0110100 Carrigg 3
-0110100 Loafer 3
-0110100 Ferenbach 3
-0110100 Fogle 3
-0110100 Ammerman 3
-0110100 Imes 3
-0110100 Crecine 3
-0110100 Haasbeek 3
-0110100 Wardhana 3
-0110100 Swinton 3
-0110100 Smirlock 3
-0110100 Ikeuchi 3
-0110100 Blueger 3
-0110100 Lill 3
-0110100 Afanasyeva 3
-0110100 Kull 3
-0110100 Foucault 3
-0110100 Petrovsky 3
-0110100 Diddley 3
-0110100 Ruskowski 3
-0110100 Pastrana 3
-0110100 Keklak 3
-0110100 Krupa 3
-0110100 Bogdanova 3
-0110100 Redden 3
-0110100 Rouche 3
-0110100 Browne-Wilkinson 3
-0110100 Chinnici 3
-0110100 Witcover 3
-0110100 Schollander 3
-0110100 Visentini 3
-0110100 Bonk 3
-0110100 McNelley 3
-0110100 Schadegg 3
-0110100 Schwemer 3
-0110100 Bronec 3
-0110100 Cherif 3
-0110100 Piliero 3
-0110100 Casserly 3
-0110100 Vroom 3
-0110100 Panuthos 3
-0110100 Schlefer 3
-0110100 Melican 3
-0110100 Tippe 3
-0110100 Dumar 3
-0110100 Makawa 3
-0110100 Nazimeye 3
-0110100 Tonelson 3
-0110100 Kasich 3
-0110100 Kristie 3
-0110100 Ard 3
-0110100 Oldman 3
-0110100 Rafii 3
-0110100 Brickley 3
-0110100 Bakhtiari 3
-0110100 Manderbach 3
-0110100 Lauter 3
-0110100 Mantilla 3
-0110100 Adjani 3
-0110100 Schulberg 3
-0110100 Sclater 3
-0110100 Burner 3
-0110100 Boehlje 3
-0110100 Colalucci 3
-0110100 Dulaney 3
-0110100 Ramus 3
-0110100 Gaffey 3
-0110100 Greenstreet 3
-0110100 Benwitt 3
-0110100 Vaid 3
-0110100 Rathbone 3
-0110100 Riepenhausen 3
-0110100 Bermel 3
-0110100 Buschmann 3
-0110100 Paolucci 3
-0110100 Ruegger 3
-0110100 Heiman 3
-0110100 Mazanec 3
-0110100 Murguia 3
-0110100 Toffolon 3
-0110100 Hornbeck 3
-0110100 Kilbourne 3
-0110100 Hobor 3
-0110100 Zaffarano 3
-0110100 Cawley 3
-0110100 Ogren 3
-0110100 Kadans 3
-0110100 Bartholow 3
-0110100 Keppler 3
-0110100 Jenike 3
-0110100 Shieh 3
-0110100 Neibart 3
-0110100 Mettam 3
-0110100 Luders 3
-0110100 Strassner 3
-0110100 Delbridge 3
-0110100 Porrazzo 3
-0110100 Bratowski 3
-0110100 Lorini 3
-0110100 Rowlands 3
-0110100 Atchity 3
-0110100 Bazin 3
-0110100 Raynor 3
-0110100 Grannell 3
-0110100 Fortgang 3
-0110100 Dalby 3
-0110100 Glibbery 3
-0110100 Swetland 3
-0110100 Gerlach 3
-0110100 Sisisky 3
-0110100 Needleman 3
-0110100 Murialdo 3
-0110100 Rabwin 3
-0110100 Lowin 3
-0110100 Haraoka 3
-0110100 Kilmer 3
-0110100 Bicat 3
-0110100 Toma 3
-0110100 Joll 3
-0110100 Tillotson 3
-0110100 Gochberg 3
-0110100 Hoover-Dempsey 3
-0110100 Mullikin 3
-0110100 Fineberg 3
-0110100 Smolensky 3
-0110100 Goodale 3
-0110100 Terzi 3
-0110100 Bonar 3
-0110100 Hoeveler 3
-0110100 Parrino 3
-0110100 Delmonico 3
-0110100 Dutilleux 3
-0110100 Boeheim 3
-0110100 Hechtman 3
-0110100 Billet 3
-0110100 Kudelka 3
-0110100 Zradicka 3
-0110100 Nolde 3
-0110100 McGinniss 3
-0110100 Hemming 3
-0110100 Trepp 3
-0110100 Everhart 3
-0110100 Spokley 3
-0110100 Spano 3
-0110100 Jaronko 3
-0110100 Phalle 3
-0110100 Fanslow 3
-0110100 Andis 3
-0110100 Wimberly 3
-0110100 Pietraszek 3
-0110100 Bott 3
-0110100 Atkisson 3
-0110100 Tubman 3
-0110100 Befurt 3
-0110100 Hilyard 3
-0110100 Oteri 3
-0110100 Wiedebush 3
-0110100 Cakmis 3
-0110100 Erbakan 3
-0110100 Galvez 3
-0110100 Jacquemin 3
-0110100 Lauria 3
-0110100 Crean 3
-0110100 Iberoamerica 3
-0110100 Chilombo 3
-0110100 Folkerth 3
-0110100 Cusimano 3
-0110100 Semingson 3
-0110100 Galun 3
-0110100 Valenta 3
-0110100 Klette 3
-0110100 Skvorecky 3
-0110100 Gavens 3
-0110100 Elsner 3
-0110100 Tannatta 3
-0110100 Dongarra 3
-0110100 Theurkauf 3
-0110100 Lubbe 3
-0110100 Mysak 3
-0110100 Kubek 3
-0110100 Tuey 3
-0110100 Marchais 3
-0110100 Gribin 3
-0110100 Sendler 3
-0110100 Genetski 3
-0110100 Scarr 3
-0110100 Walder 3
-0110100 Filderman 3
-0110100 Winegardner 3
-0110100 Klurfeld 3
-0110100 Hisada 3
-0110100 Winawer 3
-0110100 Tagg 3
-0110100 Anastasi 3
-0110100 DeBeauvoir 3
-0110100 McMullan 3
-0110100 Liebenow 3
-0110100 Sakaguchi 3
-0110100 Prielipp 3
-0110100 Kaliniak 3
-0110100 Lents 3
-0110100 Rieker 3
-0110100 Yeres 3
-0110100 Jani 3
-0110100 Zwyer 3
-0110100 McGinnity 3
-0110100 Orthwein 3
-0110100 Walbancke 3
-0110100 Poupart-Lafarge 3
-0110100 MacAdams 3
-0110100 Elvekrog 3
-0110100 Tikkanen 3
-0110100 Pankin 3
-0110100 Wyngarden 3
-0110100 Ricker 3
-0110100 Fidler 3
-0110100 Fennema 3
-0110100 Goette 3
-0110100 Burten 3
-0110100 Ciasullo 3
-0110100 Runkle 3
-0110100 Buring 3
-0110100 Olsan 3
-0110100 Keizer 3
-0110100 Ebaugh 3
-0110100 Musgrove 3
-0110100 Ashwill 3
-0110100 Stent 3
-0110100 Ruhe 3
-0110100 Thomashow 3
-0110100 Baselitz 3
-0110100 Meader 3
-0110100 Pilarski 3
-0110100 Siu 3
-0110100 Macneill 3
-0110100 Kesel 3
-0110100 Weigle 3
-0110100 Winkel 3
-0110100 Wennberg 3
-0110100 Jenkins-Stark 3
-0110100 Bruser 3
-0110100 Akresh 3
-0110100 Riesman 3
-0110100 Apasara 3
-0110100 Featherstone 3
-0110100 Werby 3
-0110100 Pyles 3
-0110100 Ligon 3
-0110100 Brasell 3
-0110100 Dunton 3
-0110100 Zukovsky 3
-0110100 Aranda 3
-0110100 Moleleki 3
-0110100 Steffy 3
-0110100 Quds 3
-0110100 Lindstrom 3
-0110100 Dikmen 3
-0110100 Strednak 3
-0110100 Foght 3
-0110100 Eugster 3
-0110100 Dunphy 3
-0110100 Behr 3
-0110100 Schwitter 3
-0110100 Niemczewski 3
-0110100 Brunsdale 3
-0110100 Pizzey 3
-0110100 Kuh 3
-0110100 Flickinger 3
-0110100 Lazelle 3
-0110100 Kalish 3
-0110100 Wahed 3
-0110100 Naya 3
-0110100 Schielein 3
-0110100 Murninghan 3
-0110100 Bedrosian 3
-0110100 Watada 3
-0110100 Lincicome 3
-0110100 Nitti 3
-0110100 Kurdas 3
-0110100 Morricone 3
-0110100 Holtham 3
-0110100 Kristensen 3
-0110100 Codman 3
-0110100 Dircks 3
-0110100 Roberti 3
-0110100 Gurtis 3
-0110100 Vasiliev 3
-0110100 Bensten 3
-0110100 Gallegos 3
-0110100 Larocca 3
-0110100 Yorkin 3
-0110100 Kehle 3
-0110100 Arpin 3
-0110100 Salamah 3
-0110100 Al-Harthi 3
-0110100 Kinser 3
-0110100 Sarna 3
-0110100 Griesse 3
-0110100 Lacourciere 3
-0110100 Doph 3
-0110100 Swett 3
-0110100 Boecking 3
-0110100 Carlston 3
-0110100 Koppelman 3
-0110100 Peddie 3
-0110100 Esteverena 3
-0110100 Shielke 3
-0110100 Anoli 3
-0110100 Izdebski 3
-0110100 Norling 3
-0110100 Norian 3
-0110100 Mohn 3
-0110100 Schnell 3
-0110100 Spalla 3
-0110100 Metge 3
-0110100 Branciard 3
-0110100 Bast 3
-0110100 Cuoco 3
-0110100 Freche 3
-0110100 Orce 3
-0110100 Ushikubo 3
-0110100 Gaertner 3
-0110100 Deskins 3
-0110100 Mojadidi 3
-0110100 Cedeno 3
-0110100 Sorman 3
-0110100 Herke 3
-0110100 Maslow 3
-0110100 Morring 3
-0110100 Ekedahl 3
-0110100 Zwerling 3
-0110100 Meilke 3
-0110100 Kunihiro 3
-0110100 Luxmoore 3
-0110100 Zabaneh 3
-0110100 Dahrendorf 3
-0110100 Jesperson 3
-0110100 Mirabito 3
-0110100 Cocker 3
-0110100 Corash 3
-0110100 Pliakas 3
-0110100 Furlan 3
-0110100 Benge 3
-0110100 Fagerlund 3
-0110100 Patenaude 3
-0110100 Kligh 3
-0110100 Plunk 3
-0110100 Eatwell 3
-0110100 Toczyska 3
-0110100 Solanet 3
-0110100 Wolman 3
-0110100 Kareishi 3
-0110100 Lapthorne 3
-0110100 Kuban 3
-0110100 Kiet 3
-0110100 Muhl 3
-0110100 Witschner 3
-0110100 Tager 3
-0110100 Schroth 3
-0110100 Farhat 3
-0110100 Marwan 3
-0110100 Weliver 3
-0110100 Aronovitz 3
-0110100 Seawright 3
-0110100 Leasure 3
-0110100 Holloran 3
-0110100 Balestreri 3
-0110100 Feliu 3
-0110100 Veloric 3
-0110100 Burnstein 3
-0110100 Konigsberg 3
-0110100 Silverglate 3
-0110100 Sabbatini 3
-0110100 Hillinga 3
-0110100 Orlett 3
-0110100 Shands 3
-0110100 Eidson 3
-0110100 Kostiuk 3
-0110100 Goc 3
-0110100 Blase 3
-0110100 Gusberg 3
-0110100 Landschulz 3
-0110100 Heiserman 3
-0110100 Gwinn 3
-0110100 Winberry 3
-0110100 Bergl 3
-0110100 Golodner 3
-0110100 Rockhold 3
-0110100 Goyan 3
-0110100 Crismore 3
-0110100 Tursman 3
-0110100 Despres 3
-0110100 Duer 3
-0110100 Kerchhoff 3
-0110100 Sikakane 3
-0110100 Strott 3
-0110100 Liroff 3
-0110100 Brust 3
-0110100 Judis 3
-0110100 Becher 3
-0110100 Feerick 3
-0110100 Trigg 3
-0110100 Stoeckel 3
-0110100 Angelilli 3
-0110100 Trenary 3
-0110100 DeClercq 3
-0110100 Silkman 3
-0110100 Melchor 3
-0110100 Hirshfeld 3
-0110100 Heindel 3
-0110100 Hershfield 3
-0110100 Prosky 3
-0110100 Berend 3
-0110100 Kriz 3
-0110100 Cherpak 3
-0110100 Terblanche 3
-0110100 Charreaux 3
-0110100 Bruederle 3
-0110100 Orlandella 3
-0110100 Prout 3
-0110100 McMorrow 3
-0110100 Yanagisawa 3
-0110100 Schlosberg 3
-0110100 Daddario 3
-0110100 Nieves 3
-0110100 Dostanic 3
-0110100 Soosten 3
-0110100 Helle 3
-0110100 Gilkey 3
-0110100 Strieber 3
-0110100 Champs-Elysees 3
-0110100 Steucke 3
-0110100 Bathrick 3
-0110100 Draleaus 3
-0110100 Gebbie 3
-0110100 Csathy 3
-0110100 Rinkoff 3
-0110100 Westenberg 3
-0110100 Gowrie 3
-0110100 Maruta 3
-0110100 Akatsu 3
-0110100 Przyszlak 3
-0110100 Lande 3
-0110100 Previte 3
-0110100 Sotin 3
-0110100 Plaxe 3
-0110100 Arango 3
-0110100 Petru 3
-0110100 Feist 3
-0110100 Shafransky 3
-0110100 Schwensen 3
-0110100 Shipe 3
-0110100 Zarnowitz 3
-0110100 Seong 3
-0110100 Stolle 3
-0110100 Bacigal 3
-0110100 Descours 3
-0110100 Ilschenko 3
-0110100 Atkin 3
-0110100 Lynum 3
-0110100 Dehmlow 3
-0110100 Wauben 3
-0110100 Nuseibeh 3
-0110100 Voronsov 3
-0110100 Musgrave 3
-0110100 Rofes 3
-0110100 Golleher 3
-0110100 Baumel 3
-0110100 Rigopoulos 3
-0110100 Cowens 3
-0110100 Papanicolaou 3
-0110100 Struk 3
-0110100 Sartori 3
-0110100 Furey 3
-0110100 Erzen 3
-0110100 Lloyd-Jones 3
-0110100 Wilbourne 3
-0110100 Illgen 3
-0110100 Rudowicz 3
-0110100 Weedman 3
-0110100 Gaither 3
-0110100 Dales 3
-0110100 deB 3
-0110100 Alanis 3
-0110100 Loewenstein 3
-0110100 Godber 3
-0110100 Gladman 3
-0110100 Tepe 3
-0110100 Persson 3
-0110100 Ritterman 3
-0110100 Sibiya 3
-0110100 Hopp 3
-0110100 Trung 3
-0110100 Alson 3
-0110100 Pankau 3
-0110100 Morikawa 3
-0110100 Karmazin 3
-0110100 DeVillars 3
-0110100 Bertlesman 3
-0110100 Pirnie 3
-0110100 Zeevi 3
-0110100 Brister 3
-0110100 Nishime 3
-0110100 Hannberger 3
-0110100 Shafroth 3
-0110100 Qiang 3
-0110100 Massell 3
-0110100 Losco 3
-0110100 Katzenstein 3
-0110100 Wrede 3
-0110100 Juren 3
-0110100 Hellerman 3
-0110100 Hershkowitz 3
-0110100 Cocuzza 3
-0110100 Rebell 3
-0110100 Wilensky 3
-0110100 McCampbell 3
-0110100 Vykhodtseva 3
-0110100 Petherbridge 3
-0110100 Piven 3
-0110100 Sentker 3
-0110100 Mion 3
-0110100 Parnaby 3
-0110100 Daane 3
-0110100 Jasperson 3
-0110100 Shirvanian 3
-0110100 Ianella 3
-0110100 Morial 3
-0110100 Bangham 3
-0110100 Krygier 3
-0110100 Higginson 3
-0110100 Dumont 3
-0110100 Stenbom 3
-0110100 Poghettini 3
-0110100 Orphanos 3
-0110100 Dunaj 3
-0110100 Bonta 3
-0110100 Nahrwold 3
-0110100 Swayze 3
-0110100 Schmader 3
-0110100 Hydeman 3
-0110100 Carlhian 3
-0110100 Stanek 3
-0110100 Roysdon 3
-0110100 Garraway 3
-0110100 Kaita 3
-0110100 Caceda 3
-0110100 Leibman 3
-0110100 Fixx 3
-0110100 Baumol 3
-0110100 Sawaya 3
-0110100 Sardi 3
-0110100 Triggs 3
-0110100 Reinertson 3
-0110100 Kreick 3
-0110100 Andreson 3
-0110100 Rohrbaugh 3
-0110100 Vermeulen 3
-0110100 Olwell 3
-0110100 Theis 3
-0110100 Pugo 3
-0110100 Coan 3
-0110100 Carbine 3
-0110100 Hendershot 3
-0110100 Hattan 3
-0110100 Cheadle 3
-0110100 Peele 3
-0110100 Camarta 3
-0110100 Miyajima 3
-0110100 Serian 3
-0110100 Benzie 3
-0110100 Blechman 3
-0110100 Liel 3
-0110100 Liener 3
-0110100 Antrim 3
-0110100 Acin 3
-0110100 Grinspun 3
-0110100 Akins 3
-0110100 Dubay 3
-0110100 Kreifeldt 3
-0110100 Storiale 3
-0110100 Gabianelli 3
-0110100 Hartnack 3
-0110100 Nenashev 3
-0110100 Sliwa 3
-0110100 Dobrich 3
-0110100 Dornemann 3
-0110100 Odgers 3
-0110100 Hulse 3
-0110100 Tilis 3
-0110100 Hartin 3
-0110100 Reber 3
-0110100 Vasilopoulos 3
-0110100 Mosman 3
-0110100 Schwanbeck 3
-0110100 Sundry 3
-0110100 Tulin 3
-0110100 Delarosiere 3
-0110100 Vavala 3
-0110100 Saraceno 3
-0110100 Coeyman 3
-0110100 Sutzkever 3
-0110100 Scott-Heron 3
-0110100 Dolnick 3
-0110100 Wolford 3
-0110100 Lyson 3
-0110100 Kersen 3
-0110100 Menke 3
-0110100 Silvestro 3
-0110100 Lottimer 3
-0110100 Panebianco 3
-0110100 Mecke 3
-0110100 Troutt 3
-0110100 McPheters 3
-0110100 Barkun 3
-0110100 Scruggs 3
-0110100 Danzinger 3
-0110100 Gosselin 3
-0110100 Moskos 3
-0110100 Pero 3
-0110100 Jakubek 3
-0110100 Ketelson 3
-0110100 zumFelde 3
-0110100 Brunet 3
-0110100 Gevirtz 3
-0110100 Corchado 3
-0110100 Stimpfle 3
-0110100 Delman 3
-0110100 Kummerfeld 3
-0110100 Romrell 3
-0110100 Zusel 3
-0110100 Nagasaka 3
-0110100 DiIulio 3
-0110100 Bothwell 3
-0110100 Mastroeni 3
-0110100 Yurkovic 3
-0110100 Fawkes 3
-0110100 Haswell 3
-0110100 Nishiguchi 3
-0110100 Grasemann 3
-0110100 Brindisi 3
-0110100 Ziegel 3
-0110100 Mosbaugh 3
-0110100 Adamadama 3
-0110100 Gallaway 3
-0110100 Cyker 3
-0110100 Measor 3
-0110100 Churchouse 3
-0110100 Lemke 3
-0110100 Seidl 3
-0110100 Tanzer 3
-0110100 Gornick 3
-0110100 Arighi 3
-0110100 Bradosky 3
-0110100 Laffey 3
-0110100 Zaccaria 3
-0110100 Sypen 3
-0110100 Donnea 3
-0110100 Lomasky 3
-0110100 Ussachevsky 3
-0110100 Varney 3
-0110100 Bocca 3
-0110100 Soler 3
-0110100 Trinder 3
-0110100 Liptak 3
-0110100 Stronin 3
-0110100 Vittadini 3
-0110100 Dayley 3
-0110100 Fortson 3
-0110100 Sukegawa 3
-0110100 Saari 3
-0110100 Kujawa 3
-0110100 Modica 3
-0110100 Aoyagi 3
-0110100 Assante 3
-0110100 Altfeld 3
-0110100 Racanelli 3
-0110100 Moerschbaecher 3
-0110100 Bodne 3
-0110100 Swithenbank 3
-0110100 Pahl 3
-0110100 Kokta 3
-0110100 Guidi 3
-0110100 tenEyck 3
-0110100 Yano 3
-0110100 Zall 3
-0110100 Tehan 3
-0110100 Zivin 3
-0110100 Sothern 3
-0110100 Ballhaus 3
-0110100 Yuyitung 3
-0110100 Miyaji 3
-0110100 Bunkers 3
-0110100 Haraburda 3
-0110100 Gloster 3
-0110100 Temkin 3
-0110100 Cimino 3
-0110100 Kaplinsky 3
-0110100 Maresca 3
-0110100 Mayette 3
-0110100 Gattinger 3
-0110100 Tonneson 3
-0110100 Nessim 3
-0110100 Lashinsky 3
-0110100 Mattle 3
-0110100 Fachler 3
-0110100 Pascarella 3
-0110100 Bassi 3
-0110100 Juneja 3
-0110100 Zytnick 3
-0110100 Kostantinidis 3
-0110100 Binas 3
-0110100 Kitazawa 3
-0110100 Aloma 3
-0110100 Mangope 3
-0110100 Skrzypkowiak 3
-0110100 Mojica 3
-0110100 Yanez 3
-0110100 Wekili 3
-0110100 Azrael 3
-0110100 Swirbul 3
-0110100 Callner 3
-0110100 Otness 3
-0110100 Castoro 3
-0110100 Lorinovich 3
-0110100 Limato 3
-0110100 Emori 3
-0110100 Bosley 3
-0110100 Ionesco 3
-0110100 Lys 3
-0110100 Barsan 3
-0110100 Kearse 3
-0110100 Tellfors 3
-0110100 Mosso 3
-0110100 Heiberg 3
-0110100 Srigley 3
-0110100 Villiere 3
-0110100 Kataoka 3
-0110100 Barnish 3
-0110100 Seip 3
-0110100 Prindiville 3
-0110100 Pigott 3
-0110100 Kronstam 3
-0110100 Lord-Alge 3
-0110100 Willcock 3
-0110100 Pzena 3
-0110100 Douffiagues 3
-0110100 Feldkircher 3
-0110100 Haub 3
-0110100 Espenshade 3
-0110100 Aposhian 3
-0110100 Brandzel 3
-0110100 Warrens 3
-0110100 Soysal 3
-0110100 Dastrup 3
-0110100 Cosserat 3
-0110100 Gubar 3
-0110100 Eskra 3
-0110100 Ishii 3
-0110100 Giachetti 3
-0110100 Neisser 3
-0110100 Macurdy 3
-0110100 Donics 3
-0110100 Kochka 3
-0110100 Anel 3
-0110100 Arvai 3
-0110100 Wolkoff 3
-0110100 Efstathiou 3
-0110100 Hotz 3
-0110100 Lupatkin 3
-0110100 Flintstone 3
-0110100 Scheimer 3
-0110100 Cypra 3
-0110100 Willott 3
-0110100 Panagotacos 3
-0110100 Evnine 3
-0110100 Rogow 3
-0110100 Quanqui 3
-0110100 Racciatti 3
-0110100 Arrillaga 3
-0110100 Goebert 3
-0110100 Whitford 3
-0110100 Akopov 3
-0110100 Coplan 3
-0110100 Mugg 3
-0110100 Freid 3
-0110100 Marran 3
-0110100 Buckardt 3
-0110100 Lipanovich 3
-0110100 Prajuabsuk 3
-0110100 Surasen 3
-0110100 Reznicek 3
-0110100 Maietti 3
-0110100 Ditfurth 3
-0110100 Guida 3
-0110100 Khaimah 3
-0110100 Redman-Brown 3
-0110100 Sudol 3
-0110100 Weeber 3
-0110100 Pitner 3
-0110100 Edris 3
-0110100 Koestler 3
-0110100 Tennison 3
-0110100 Bohm 3
-0110100 Roberson 3
-0110100 Sombrotto 3
-0110100 Aspe 3
-0110100 Ingraham 3
-0110100 Coriston 3
-0110100 Colquhoun 3
-0110100 Nowinski 3
-0110100 Gleysteen 3
-0110100 Mages 3
-0110100 Amaro 3
-0110100 Kraatz 3
-0110100 Kissling 3
-0110100 Benrook 3
-0110100 Stachel 3
-0110100 Daughtrey 3
-0110100 Gailliot 3
-0110100 Mouhajer 3
-0110100 LeFauve 3
-0110100 Trosky 3
-0110100 Riess 3
-0110100 Tringer 3
-0110100 Nemes 3
-0110100 Kasem 3
-0110100 Beene 3
-0110100 Dubensky 3
-0110100 Huysman 3
-0110100 Borgmeyer 3
-0110100 Ekberg 3
-0110100 Gorostiaga 3
-0110100 Zucchi 3
-0110100 Dobrinsky 3
-0110100 Taketoh 3
-0110100 Tippler 3
-0110100 Bethge 3
-0110100 Milonas 3
-0110100 Schllosberg 3
-0110100 Abney 3
-0110100 Lautzenheiser 3
-0110100 Schwinden 3
-0110100 Maney 3
-0110100 Polster 3
-0110100 Sarner 3
-0110100 Osler 3
-0110100 Fiederlein 3
-0110100 Mikelson 3
-0110100 Bogachev 3
-0110100 Erbil 3
-0110100 Fidulov 3
-0110100 Sunami 3
-0110100 DeMartini 3
-0110100 Leadbetter 3
-0110100 Cejka 3
-0110100 Revel 3
-0110100 Mayville 3
-0110100 Garraty 3
-0110100 Paluszek 3
-0110100 Glew 3
-0110100 Buchalter 3
-0110100 Hackney 3
-0110100 Raziano 3
-0110100 Samek 3
-0110100 Hempe 3
-0110100 Windisch 3
-0110100 Hedtke 3
-0110100 Restall 3
-0110100 Premo 3
-0110100 Dawes 3
-0110100 Popofsky 3
-0110100 Glish 3
-0110100 Molen 3
-0110100 Corrallo 3
-0110100 Kumoi 3
-0110100 Halkin 3
-0110100 LaTorre 3
-0110100 Livieratos 3
-0110100 Weinig 3
-0110100 Drinan 3
-0110100 Kuchan 3
-0110100 Elg 3
-0110100 Tedesco 3
-0110100 Richley 3
-0110100 Priebe 3
-0110100 Goniwe 3
-0110100 Grandjean 3
-0110100 Kramlich 3
-0110100 Reuwee 3
-0110100 Bellante 3
-0110100 Landrigan 3
-0110100 Fineman 3
-0110100 Alcamo 3
-0110100 Kielty 3
-0110100 Manser 3
-0110100 Eanes 3
-0110100 Grinde 3
-0110100 Fickett 3
-0110100 Sepang 3
-0110100 Nayawai 3
-0110100 Eagelstein 3
-0110100 Rodriguez-Gallegos 3
-0110100 MacEwan 3
-0110100 Gavert 3
-0110100 Janowski 3
-0110100 Struever 3
-0110100 Postula 3
-0110100 Couturie 3
-0110100 Ebker 3
-0110100 Bluestein 3
-0110100 Rizzitello 3
-0110100 Thorpy 3
-0110100 Hancox 3
-0110100 Hutheesing 3
-0110100 Korder 3
-0110100 Martoche 3
-0110100 Glasener 3
-0110100 Pinson 3
-0110100 Durdiev 3
-0110100 Almoayed 3
-0110100 Galiani 3
-0110100 Macpherson 3
-0110100 Bullis 3
-0110100 Shutzer 3
-0110100 Jarecki 3
-0110100 Hilly 3
-0110100 Grueter 3
-0110100 Drell 3
-0110100 Duhamel 3
-0110100 Elrod 3
-0110100 Rombough 3
-0110100 Hannigan 3
-0110100 Schreck 3
-0110100 Caskey 3
-0110100 al-Hodeibi 3
-0110100 Foda 3
-0110100 Saqr 3
-0110100 Paganis 3
-0110100 Horiuchi 3
-0110100 Mackaronis 3
-0110100 Brickfield 3
-0110100 Lascher 3
-0110100 Cholmondeley 3
-0110100 Threadgill 3
-0110100 Perlberg 3
-0110100 Jucker 3
-0110100 Hockbrueckner 3
-0110100 Yaconetti 3
-0110100 Speights 3
-0110100 Asciutto 3
-0110100 Badham 3
-0110100 Dangerfields 3
-0110100 Potashnik 3
-0110100 Hotchner 3
-0110100 Jorgenson 3
-0110100 LeGardeur 3
-0110100 Pileggi 3
-0110100 Devitt 3
-0110100 Tetruzziello 3
-0110100 Ferrar 3
-0110100 Bacigalupo 3
-0110100 Tavenner 3
-0110100 Kornbluh 3
-0110100 Zinsmeister 3
-0110100 Bisschop 3
-0110100 Kramden 3
-0110100 Nudel 3
-0110100 Goldhaber 3
-0110100 Kallio 3
-0110100 Beckford 3
-0110100 Rotie 3
-0110100 Heafy 3
-0110100 Pelek 3
-0110100 Freemantle 3
-0110100 Cammaker 3
-0110100 Bouali 3
-0110100 Walthausen 3
-0110100 Spanton 3
-0110100 Alegria 3
-0110100 Yuhnke 3
-0110100 Sliney 3
-0110100 Nagler 3
-0110100 Margaritis 3
-0110100 Persofsky 3
-0110100 Weikart 3
-0110100 Suhrheinrich 3
-0110100 Aguado 3
-0110100 Hirshfield 3
-0110100 Kutcher 3
-0110100 Niebuhr 3
-0110100 Bublikova 3
-0110100 Beiseker 3
-0110100 Lohmolder 3
-0110100 Hejny 3
-0110100 Zambas 3
-0110100 Hockaday 3
-0110100 Pucik 3
-0110100 Foncannon 3
-0110100 Hoyda 3
-0110100 Botello 3
-0110100 Beckers 3
-0110100 Hohmann 3
-0110100 Contreras 3
-0110100 Midgette 3
-0110100 Maness 3
-0110100 Tedone 3
-0110100 Szilagyi 3
-0110100 Hafner 3
-0110100 Bigham 3
-0110100 Pirkl 3
-0110100 Proulx 3
-0110100 Pekhane 3
-0110100 Rotoloni 3
-0110100 Satterfield 3
-0110100 Facher 3
-0110100 Insley 3
-0110100 Acamovic 3
-0110100 Marowitz 3
-0110100 Eberts 3
-0110100 Tuten 3
-0110100 Dinesen 3
-0110100 Sherard 3
-0110100 Homeyer 3
-0110100 Cornelsen 3
-0110100 Hohlfelder 3
-0110100 Sievers 3
-0110100 Pirrone 3
-0110100 Salti 3
-0110100 Suchman 3
-0110100 Toothill 3
-0110100 Crivelli 3
-0110100 Kusterer 3
-0110100 Gohlike 3
-0110100 Finnell 3
-0110100 Quibodeaux 3
-0110100 Shackley 3
-0110100 Avena 3
-0110100 Fogliano 3
-0110100 Marak 3
-0110100 Cavalcanti 3
-0110100 Zemljaric 3
-0110100 Tannenwald 3
-0110100 Ziemba 3
-0110100 Yantis 3
-0110100 Goheer 3
-0110100 Naff 3
-0110100 Suwiryo 3
-0110100 Abs 3
-0110100 Kaze 3
-0110100 McBryan 3
-0110100 Chiate 3
-0110100 Tromp 3
-0110100 Klahr 3
-0110100 Guarnaschelli 3
-0110100 Outardes 3
-0110100 Perlegos 3
-0110100 Worthing 3
-0110100 Saponaro 3
-0110100 Potosi 3
-0110100 DeWees 3
-0110100 Strangfeld 3
-0110100 Feaheny 3
-0110100 Haville 3
-0110100 Derwinski 3
-0110100 Ornstein 3
-0110100 Elbogen 3
-0110100 Nomoto 3
-0110100 Gadio 3
-0110100 Mahaffey 3
-0110100 Akamatsu 3
-0110100 Kilkenny 3
-0110100 Inlander 3
-0110100 Huemer 3
-0110100 Renovica 3
-0110100 Lustbader 3
-0110100 Rothbart 3
-0110100 Hubbs 3
-0110100 Cochez 3
-0110100 Forese 3
-0110100 Bertelson 3
-0110100 Quevedo 3
-0110100 Alegre 3
-0110100 Emmer 3
-0110100 Shipton 3
-0110100 Korchnoi 3
-0110100 Potti 3
-0110100 Martonik 3
-0110100 Lanphier 3
-0110100 Simoneau 3
-0110100 Widham 3
-0110100 Wiatr 3
-0110100 Rolandi 3
-0110100 Tygart 3
-0110100 Moshinsky 3
-0110100 McConville 3
-0110100 Venti 3
-0110100 Steinberger 3
-0110100 Nangle 3
-0110100 Baehr 3
-0110100 Heth 3
-0110100 Goedecker 3
-0110100 Kiuchi 3
-0110100 Eckman 3
-0110100 Tomasello 3
-0110100 LeSourd 3
-0110100 Stanic 3
-0110100 Devoe 3
-0110100 Bardot 3
-0110100 Augenbraun 3
-0110100 Kos 3
-0110100 Wurczinger 3
-0110100 Bledsoe 3
-0110100 Sentman 3
-0110100 Shingleton 3
-0110100 Fleury 3
-0110100 Shott 3
-0110100 Navas 3
-0110100 Titcomb 3
-0110100 Begalla 3
-0110100 Brookins 3
-0110100 DiBraccio 3
-0110100 Osterberg 3
-0110100 Singel 3
-0110100 Butkus 3
-0110100 Hammitt 3
-0110100 Wigglesworth 3
-0110100 Lamoreaux 3
-0110100 Brassil 3
-0110100 Manzer 3
-0110100 Knuettel 3
-0110100 Buckhalt 3
-0110100 Castonguay 3
-0110100 Miyakoshi 3
-0110100 Lightner 3
-0110100 Pols 3
-0110100 Treece 3
-0110100 Calazans 3
-0110100 Allumbaugh 3
-0110100 Hobzek 3
-0110100 Bartelstone 3
-0110100 Markels 3
-0110100 Ozer 3
-0110100 Baggerman 3
-0110100 Hollewa 3
-0110100 Avers 3
-0110100 Cunneen 3
-0110100 Scholes 3
-0110100 Tavela 3
-0110100 Ohta 3
-0110100 Lamanet 3
-0110100 Aprahamian 3
-0110100 Mundt 3
-0110100 Adelstein 3
-0110100 Linker 3
-0110100 Hempler 3
-0110100 Daetwyler 3
-0110100 Juppe 3
-0110100 Berriozabal 3
-0110100 Shwalb 3
-0110100 Oncken 3
-0110100 Visher 3
-0110100 Brodeur 3
-0110100 Rompala 3
-0110100 Quartarone 3
-0110100 Kesteloot 3
-0110100 Wesely 3
-0110100 Drillman 3
-0110100 Stanghellini 3
-0110100 LaLuntas 3
-0110100 Hochstim 3
-0110100 Kutlu 3
-0110100 Sargin 3
-0110100 Bendig 3
-0110100 Grosh 3
-0110100 Schimmel 3
-0110100 Langan 3
-0110100 Bruson 3
-0110100 Cohen-Solal 3
-0110100 Attalienti 3
-0110100 Scoggins 3
-0110100 Noschese 3
-0110100 Susnjara 3
-0110100 Bernthal 3
-0110100 Zieber 3
-0110100 Rabbani 3
-0110100 Mosser 3
-0110100 Gilborn 3
-0110100 Anacker 3
-0110100 DuCoty 3
-0110100 Dalrymple 3
-0110100 Griminger 3
-0110100 Dufy 3
-0110100 Heitz 3
-0110100 Miceli 3
-0110100 Simoncelli 3
-0110100 Haxthausen 3
-0110100 Paglinco 3
-0110100 Shakshuki 3
-0110100 Panker 3
-0110100 Lingle 3
-0110100 Elsen 3
-0110100 Lobel 3
-0110100 Meisner 3
-0110100 Okrent 3
-0110100 Ziaul-Haq 3
-0110100 Renfro 3
-0110100 Backman 3
-0110100 Sickling 3
-0110100 French-Davis 3
-0110100 Quinson 3
-0110100 Warn 3
-0110100 Minasy 3
-0110100 Hulsey 3
-0110100 Giertz 3
-0110100 Komarek 3
-0110100 Gowing 3
-0110100 Glitman 3
-0110100 Vana 3
-0110100 Cahoj 3
-0110100 Hudecek 3
-0110100 Fritschi 3
-0110100 Fleishman 3
-0110100 Stoltzfus 3
-0110100 Bonnard 3
-0110100 Stam 3
-0110100 Allee 3
-0110100 Wodehouse 3
-0110100 Corboy 3
-0110100 Fryling 3
-0110100 Skillern 3
-0110100 Rawling 3
-0110100 Pulis 3
-0110100 McInnis 3
-0110100 Zankl 3
-0110100 Bakst 3
-0110100 Gheyn 3
-0110100 Rinsch 3
-0110100 Germer 3
-0110100 Stoneburner 3
-0110100 DeRogatis 3
-0110100 Brimley 3
-0110100 Lowack 3
-0110100 Bissett 3
-0110100 Kuno 3
-0110100 Talbott 3
-0110100 Tuthill 3
-0110100 Hallberg 3
-0110100 Anderluh 3
-0110100 Roos 3
-0110100 Henninger 3
-0110100 Gheorge 3
-0110100 Goodis 3
-0110100 Telson 3
-0110100 Gurary 3
-0110100 Recio 3
-0110100 Cott 3
-0110100 Helpern 3
-0110100 Toepfer 3
-0110100 Bost 3
-0110100 Kitsuda 3
-0110100 Jelden 3
-0110100 Tropper 3
-0110100 Darlow 3
-0110100 Visser 3
-0110100 Khanna 3
-0110100 Lamborn 3
-0110100 Zougdhan 3
-0110100 Kanjorski 3
-0110100 Peckham 3
-0110100 Godin 3
-0110100 Purdie 3
-0110100 DeBerry 3
-0110100 Caffrey 3
-0110100 Alekan 3
-0110100 Kravec 3
-0110100 Dovey 3
-0110100 Cawthorne 3
-0110100 Reddaway 3
-0110100 Munden 3
-0110100 Scherick 3
-0110100 Drewry 3
-0110100 Imanishi 3
-0110100 Firth 3
-0110100 Fukino 3
-0110100 Delinois 3
-0110100 Erhardt 3
-0110100 Conrow 3
-0110100 Cropsey 3
-0110100 Stadiem 3
-0110100 Atchkassov 3
-0110100 Mozhaiskov 3
-0110100 Henzel 3
-0110100 Harward 3
-0110100 Tomozawa 3
-0110100 Larabee 3
-0110100 Agthe 3
-0110100 Farquharson 3
-0110100 Harts 3
-0110100 Kryshtalsky 3
-0110100 Matloff 3
-0110100 Walta 3
-0110100 Morzenti 3
-0110100 Leider 3
-0110100 Bicks 3
-0110100 Kors 3
-0110100 Geyer 3
-0110100 Kremlyova 3
-0110100 Gunderslau 3
-0110100 Wincek 3
-0110100 Austad 3
-0110100 Giugni 3
-0110100 Gliedman 3
-0110100 Depardieu 3
-0110100 Salvesen 3
-0110100 Bale 3
-0110100 Aylesworth 3
-0110100 Shimada 3
-0110100 Richler 3
-0110100 Sweetser 3
-0110100 Pivar 3
-0110100 Giallo 3
-0110100 Primis 3
-0110100 Gavrilov 3
-0110100 Moret 3
-0110100 Loo 3
-0110100 Mansell 3
-0110100 Oppenlander 3
-0110100 Ganger 3
-0110100 Cozart 3
-0110100 Mussano 3
-0110100 Ying-jeou 3
-0110100 Duvin 3
-0110100 Erbsen 3
-0110100 Bastin 3
-0110100 Kucinich 3
-0110100 Bishton 3
-0110100 Payn 3
-0110100 Eyal 3
-0110100 Juengling 3
-0110100 Lizt 3
-0110100 Kuthy 3
-0110100 Chelouche 3
-0110100 Rutsch 3
-0110100 Obeiter 3
-0110100 Blocher 3
-0110100 Balton 3
-0110100 Grzybowski 3
-0110100 Dockery 3
-0110100 Kuestner 3
-0110100 DeCristofaro 3
-0110100 Perleman 3
-0110100 Kuhnke 3
-0110100 Reolon 3
-0110100 Avedon 3
-0110100 Takacs 3
-0110100 Borghese 3
-0110100 Kawata 3
-0110100 Hirshson 3
-0110100 Oberhaus 3
-0110100 Pimentel 3
-0110100 Geehring 3
-0110100 Cotte 3
-0110100 Standen 3
-0110100 Leconte 3
-0110100 Natus 3
-0110100 Zarem 3
-0110100 Godley 3
-0110100 Versteegen 3
-0110100 Blatte 3
-0110100 Adorjan 3
-0110100 Ferrans 3
-0110100 Pesek 3
-0110100 Adamishin 3
-0110100 Pekovich 3
-0110100 Corkran 3
-0110100 Oskin 3
-0110100 Sommerhalter 3
-0110100 Pelobello 3
-0110100 Bohill 3
-0110100 Arrowood 3
-0110100 Pellegrini 3
-0110100 Goverman 3
-0110100 Krunic 3
-0110100 Meisler 3
-0110100 Portz 3
-0110100 Sandel 3
-0110100 Basrur 3
-0110100 Marryott 3
-0110100 DePalma 3
-0110100 Sabarese 3
-0110100 LeClair 3
-0110100 Bullard 3
-0110100 Goz 3
-0110100 Tesch 3
-0110100 Pinchot 3
-0110100 Segnar 3
-0110100 Tinkler 3
-0110100 Henneberry 3
-0110100 Bunning 3
-0110100 Crist 3
-0110100 Fok 3
-0110100 Brodkin 3
-0110100 Oechsle 3
-0110100 Lannamann 3
-0110100 Molbeck 3
-0110100 Krasnick 3
-0110100 Dittenhafer 3
-0110100 Jewison 3
-0110100 Heggem 3
-0110100 Mulcahy 3
-0110100 Ruffolo 3
-0110100 Campe 3
-0110100 Salzmann 3
-0110100 Valentini 3
-0110100 Sasahara 3
-0110100 Naughton 3
-0110100 Lasseter 3
-0110100 Etherington 3
-0110100 Diotallevi 3
-0110100 Heintze 3
-0110100 Boettiger 3
-0110100 Toreson 3
-0110100 Dury 3
-0110100 Herber 3
-0110100 Goodling 3
-0110100 Magnusson 3
-0110100 Baumgardner 3
-0110100 Ivanova 3
-0110100 Enthoven 3
-0110100 Corkrean 3
-0110100 Maesato 3
-0110100 Bemberg 3
-0110100 Gaitan 3
-0110100 Eshelman 3
-0110100 Riesselman 3
-0110100 Maglathlin 3
-0110100 Allvine 3
-0110100 Bellotti 3
-0110100 Odegaard 3
-0110100 Stormes 3
-0110100 Moats 3
-0110100 Sackheim 3
-0110100 Leblang 3
-0110100 Ihle 3
-0110100 Bongirno 3
-0110100 Wolkenfeld 3
-0110100 Fasching 3
-0110100 Huxley 3
-0110100 Gately 3
-0110100 Maling 3
-0110100 Pendlum 3
-0110100 Gossage 3
-0110100 Modisa 3
-0110100 Kekina 3
-0110100 Gabetti 3
-0110100 Creagan 3
-0110100 Picou 3
-0110100 Kiesinger 3
-0110100 Whitson 3
-0110100 Massengale 3
-0110100 Edman 3
-0110100 Gettinger 3
-0110100 Kakita 3
-0110100 Somkiat 3
-0110100 Seto 3
-0110100 Intihar 3
-0110100 Saffels 3
-0110100 Staponski 3
-0110100 Ogarkov 3
-0110100 Conboy 3
-0110100 Karnosky 3
-0110100 Antoian 3
-0110100 Whitsett 3
-0110100 Sieck 3
-0110100 Steinauer 3
-0110100 Lykos 3
-0110100 Montes 3
-0110100 Amadon 3
-0110100 Kugel 3
-0110100 Caravati 3
-0110100 Mulloy 3
-0110100 Hien 3
-0110100 Bruggere 3
-0110100 Dauzier 3
-0110100 Keilin 3
-0110100 Wain 3
-0110100 Methvin 3
-0110100 Eisenkraft 3
-0110100 Moranis 3
-0110100 Nace 3
-0110100 Boulding 3
-0110100 Morobe 3
-0110100 Gettleson 3
-0110100 Levanto 3
-0110100 Paisely 3
-0110100 Yuo 3
-0110100 Breazzano 3
-0110100 Bookbinder 3
-0110100 Toomre 3
-0110100 Eskind 3
-0110100 DeSena 3
-0110100 Lewellen 3
-0110100 Anglim 3
-0110100 Dimsdale 3
-0110100 Mittleman 3
-0110100 Mondaruli 3
-0110100 Sautier 3
-0110100 Burnside 3
-0110100 Gatton 3
-0110100 Saven 3
-0110100 Schwinghamer 3
-0110100 Hegdal 3
-0110100 Gaut 3
-0110100 Nozick 3
-0110100 Oremland 3
-0110100 Ruyan 3
-0110100 Halford 3
-0110100 Shahani 3
-0110100 Misagal 3
-0110100 Nemenzo 3
-0110100 Herres 3
-0110100 McGoff 3
-0110100 Krzywkowski 3
-0110100 Kepley 3
-0110100 Ellacuria 3
-0110100 McFadin 3
-0110100 Troia 3
-0110100 Kontny 3
-0110100 Kandel 3
-0110100 Asche 3
-0110100 Katushev 3
-0110100 Jonescheit 3
-0110100 Zeph 3
-0110100 Tuckman 3
-0110100 Toshav 3
-0110100 Haeck 3
-0110100 Trizzino 3
-0110100 Cossey 3
-0110100 Markin 3
-0110100 Benedicto 3
-0110100 Kushins 3
-0110100 Trugman 3
-0110100 Kalogridis 3
-0110100 Rinehimer 3
-0110100 Isdell 3
-0110100 Lupovich 3
-0110100 Sohl 3
-0110100 Mabus 3
-0110100 Fuerbringer 3
-0110100 Kaltenborn 3
-0110100 Merzheritsky 3
-0110100 Bronstein 3
-0110100 Zanzotto 3
-0110100 Gekas 3
-0110100 Henrikson 3
-0110100 Deichman 3
-0110100 Faggen 3
-0110100 Sumichrast 3
-0110100 Luben 3
-0110100 Odagiri 3
-0110100 Scobee 3
-0110100 Gamba 3
-0110100 al-Maghripi 3
-0110100 Bianchino 3
-0110100 Gittner 3
-0110100 Perris 3
-0110100 Jong-Il 3
-0110100 Hoops 3
-0110100 Hermogino 3
-0110100 Whipkey 3
-0110100 Preminger 3
-0110100 Konte 3
-0110100 Shull 3
-0110100 Shackleford 3
-0110100 Nagyvary 3
-0110100 Kneram 3
-0110100 MacMaster 3
-0110100 Crisham 3
-0110100 Olvera 3
-0110100 Magri 3
-0110100 Fixari 3
-0110100 Kaminer 3
-0110100 Brooks-Baker 3
-0110100 Osten 3
-0110100 Tarbuck 3
-0110100 Murck 3
-0110100 Frieze 3
-0110100 Shuford 3
-0110100 Dworsky 3
-0110100 Yablon 3
-0110100 Zogby 3
-0110100 Koloski 3
-0110100 Kohashi 3
-0110100 Steben 3
-0110100 Fauriol 3
-0110100 McCagherty 3
-0110100 Ciparick 3
-0110100 Theoharis 3
-0110100 Hewitson 3
-0110100 Eckersley 3
-0110100 Pirani 3
-0110100 Minford 3
-0110100 Rothenstein 3
-0110100 Lounsbury 3
-0110100 Failla 3
-0110100 Prinzivalli 3
-0110100 Brous 3
-0110100 Minjack 3
-0110100 Groman 3
-0110100 Pountain 3
-0110100 Birchard 3
-0110100 Lehr 3
-0110100 Huskins 3
-0110100 Wallerstein 3
-0110100 Karubi 3
-0110100 Russianoff 3
-0110100 Gerner 3
-0110100 Catallo 3
-0110100 Sulcer 3
-0110100 Fulco 3
-0110100 Hoene 3
-0110100 McGivney 3
-0110100 Mares 3
-0110100 Eamer 3
-0110100 Ishizaka 3
-0110100 Pastin 3
-0110100 Ilacqua 3
-0110100 Leeuwen 3
-0110100 McKey 3
-0110100 Trego 3
-0110100 Dalessio 3
-0110100 Kacek 3
-0110100 Kikol 3
-0110100 Lennarson 3
-0110100 Zinbarg 3
-0110100 Zecker 3
-0110100 Gieber 3
-0110100 Fosheim 3
-0110100 Cheshier 3
-0110100 Wingler 3
-0110100 Mirowsky 3
-0110100 Iauco 3
-0110100 Engemann 3
-0110100 Scarangella 3
-0110100 Zitin 3
-0110100 Masterpool 3
-0110100 Collinson 3
-0110100 Godshaw 3
-0110100 Ukeles 3
-0110100 Treiger 3
-0110100 Wassom 3
-0110100 Tutino 3
-0110100 Pomarico 3
-0110100 Plag 3
-0110100 Galarza 3
-0110100 Caffiaux 3
-0110100 Connick 3
-0110100 Cowing 3
-0110100 Gensichen 3
-0110100 Gerlinger 3
-0110100 Leibsle 3
-0110100 Hayashida 3
-0110100 Gritz 3
-0110100 Blough 3
-0110100 Prida 3
-0110100 Kucha 3
-0110100 Brill-Edwards 3
-0110100 Beckenbach 3
-0110100 Krivda 3
-0110100 Hellberg 3
-0110100 Mogami 3
-0110100 Geiser 3
-0110100 Latzer 3
-0110100 Bowerman 3
-0110100 Korte 3
-0110100 Hane 3
-0110100 Stabile 3
-0110100 Henman 3
-0110100 Schlein 3
-0110100 Hazlin 3
-0110100 deLima 3
-0110100 Cammack 3
-0110100 Ceransky 3
-0110100 Roache 3
-0110100 Busick 3
-0110100 Terashima 3
-0110100 Heaman 3
-0110100 Eppelmann 3
-0110100 Loehrke 3
-0110100 Coder 3
-0110100 Alawi 3
-0110100 Valla 3
-0110100 Slobodin 3
-0110100 Bobier 3
-0110100 McLauchlan 3
-0110100 DeGeorge 3
-0110100 Raviola 3
-0110100 Leeper 3
-0110100 Vieha 3
-0110100 Cuervo 3
-0110100 Nissenson 3
-0110100 Sedlack 3
-0110100 Hyslop 3
-0110100 Henrikkson 3
-0110100 Stefans 3
-0110100 Marovich 3
-0110100 Brandimarti 3
-0110100 Ide 3
-0110100 Barbadoro 3
-0110100 Weigand 3
-0110100 Urwitz 3
-0110100 Gammie 3
-0110100 Sakurai 3
-0110100 Dertouzos 3
-0110100 Negroponte 3
-0110100 Parkhill 3
-0110100 Wargo 3
-0110100 Morriss 3
-0110100 Fersh 3
-0110100 Endara 3
-0110100 Sweigart 3
-0110100 Voris 3
-0110100 Keyworth 3
-0110100 Hruska 3
-0110100 Ench 3
-0110100 Grimson 3
-0110100 Abadi 3
-0110100 Pickholz 3
-0110100 Merea 3
-0110100 Borcherds 3
-0110100 Plourde 3
-0110100 Charlier 3
-0110100 Jaffre 3
-0110100 Fukuhara 3
-0110100 Efron 3
-0110100 Piech 3
-0110100 Strongin 3
-0110100 Hausmann 3
-0110100 Tatson 3
-0110100 Smeby 3
-0110100 Raos 3
-0110100 Courtright 3
-0110100 Horman 3
-0110100 McConkey 3
-0110100 Harwitz 3
-0110100 Kohrs 3
-0110100 Loconto 3
-0110100 Marzulla 3
-0110100 Marella 3
-0110100 Cedelle 3
-0110100 Cosandey 3
-0110100 McCreath 3
-0110100 Cavalli-Bjoerkman 3
-0110100 Geuther 3
-0110100 Zuccarelli 3
-0110100 Holovak 3
-0110100 Dicken 3
-0110100 Stanovnik 3
-0110100 Rognoni 3
-0110100 Cotner 3
-0110100 Gardineer 3
-0110100 Pennetta 3
-0110100 Kingland 3
-0110100 Kleczka 3
-0110100 DuCharme 3
-0110100 Sharf 3
-0110100 Hawe 3
-0110100 Bunair 3
-0110100 Bohannon 3
-0110100 Klobucher 3
-0110100 Londen 3
-0110100 Sichel 3
-0110100 Zimits 3
-0110100 Skislock 3
-0110100 Holstrom 3
-0110100 Bans 3
-0110100 Krickstein 3
-0110100 Symonds 3
-0110100 Takemitsu 3
-0110100 Beckmeier 3
-0110100 Raiken 3
-0110100 Bertoli 3
-0110100 Gunji 3
-0110100 Soederstroem 3
-0110100 Stoner 3
-0110100 Molis 3
-0110100 Rentzler 3
-0110100 Stice 3
-0110100 Happel 3
-0110100 Naegeli 3
-0110100 Rumbold 3
-0110100 Plaut 3
-0110100 Reider 3
-0110100 Lysenko 3
-0110100 Carley 3
-0110100 Kael 3
-0110100 Poste 3
-0110100 Wiesler 3
-0110100 Dorskind 3
-0110100 Lubsen 3
-0110100 Toor 3
-0110100 Lupachev 3
-0110100 Graven 3
-0110100 Gendron 3
-0110100 Arcari 3
-0110100 Cashel 3
-0110100 Zedda 3
-0110100 Mrozinski 3
-0110100 Verey 3
-0110100 Gramlich 3
-0110100 Gabelman 3
-0110100 Galati 3
-0110100 Corpening 3
-0110100 Putzel 3
-0110100 Baab 3
-0110100 Schaeberle 3
-0110100 Kuegler 3
-0110100 Pastan 3
-0110100 Yagi 3
-0110100 Apted 3
-0110100 Cuatrecasas 3
-0110100 Devendorf 3
-0110100 Granatelli 3
-0110100 Laro 3
-0110100 Socolar 3
-0110100 Birss 3
-0110100 Girsky 3
-0110100 Posados 3
-0110100 Chavanes 3
-0110100 Gaillard 3
-0110100 Demichev 3
-0110100 Hirschtritt 3
-0110100 Zbesko 3
-0110100 Cothern 3
-0110100 Mazzola 3
-0110100 Gillen 3
-0110100 Sarnecki 3
-0110100 Iwashita 3
-0110100 Nyuka 3
-0110100 Vasenkov 3
-0110100 Joiner 3
-0110100 Achacoso 3
-0110100 Mannis 3
-0110100 Dzavahishvili 3
-0110100 Breezley 3
-0110100 Kowaloff 3
-0110100 Diedrich 3
-0110100 Berents 3
-0110100 Hyler 3
-0110100 Scofield 3
-0110100 Japhet 3
-0110100 Dressler 3
-0110100 Ozaru 3
-0110100 Fiori 3
-0110100 Veron 3
-0110100 Mondolino 3
-0110100 Mathiasen 3
-0110100 Kliger 3
-0110100 LaRocca 3
-0110100 Carona 3
-0110100 Mihan 3
-0110100 Jourdan 3
-0110100 Cupp 3
-0110100 Ikuta 3
-0110100 Resor 3
-0110100 Ablon 3
-0110100 Beryari 3
-0110100 Buckhout 3
-0110100 Buschman 3
-0110100 Grabowski 3
-0110100 Sponholz 3
-0110100 Kaspar-Ansermet 3
-0110100 Lucchino 3
-0110100 Chernin 3
-0110100 Dizard 3
-0110100 Koppes 3
-0110100 Becerra 3
-0110100 Corbo 3
-0110100 Silsby 3
-0110100 Ninal 3
-0110100 Raywid 3
-0110100 Syiem 3
-0110100 Mwanja 3
-0110100 Collum 3
-0110100 Dudek 3
-0110100 Eveillard 3
-0110100 Karrenberg 3
-0110100 Weschler 3
-0110100 Bramblett 3
-0110100 Sondker 3
-0110100 Silfen 3
-0110100 Pieper 3
-0110100 Iger 3
-0110100 Kellard 3
-0110100 Rove 3
-0110100 Malewezi 3
-0110100 Peppet 3
-0110100 Colotti 3
-0110100 Devellano 3
-0110100 Wolfer 3
-0110100 Umana 3
-0110100 Relph 3
-0110100 Tiedemann 3
-0110100 Jedlicka 3
-0110100 Mabry 3
-0110100 Orlowski 3
-0110100 Concheo 3
-0110100 Mirken 3
-0110100 Christoffersen 3
-0110100 Benanav 3
-0110100 Saunder 3
-0110100 Franses 3
-0110100 Coppenrath 3
-0110100 Rusch 3
-0110100 Stenhach 3
-0110100 Jontz 3
-0110100 Colloff 3
-0110100 Thorburn 3
-0110100 Hungate 3
-0110100 Imle 3
-0110100 Zemke 3
-0110100 Jeffs 3
-0110100 Addabbo 3
-0110100 Adomeit 3
-0110100 Bugher 3
-0110100 Zimet 3
-0110100 Cameron-Moore 3
-0110100 Cheen 3
-0110100 Grunsten 3
-0110100 Bellomy 3
-0110100 Derieg 3
-0110100 Strzemien 3
-0110100 Alard 3
-0110100 Serlen 3
-0110100 Zeccardi 3
-0110100 Selland 3
-0110100 Chollet 3
-0110100 Senstad 3
-0110100 Quartel 3
-0110100 Kopfle 3
-0110100 Bauch 3
-0110100 Spencer-Crow 3
-0110100 Gedeon 3
-0110100 Leard 3
-0110100 Kolko 3
-0110100 Nowell 3
-0110100 Borzenkov 3
-0110100 Maanen 3
-0110100 Lewnes 3
-0110100 Piette 3
-0110100 Sutlive 3
-0110100 Slota 3
-0110100 Sauers 3
-0110100 Bisnow 3
-0110100 Il-Sung 3
-0110100 Makris 3
-0110100 Caden 3
-0110100 LaRusso 3
-0110100 Semmelman 3
-0110100 Casazza 3
-0110100 Ricciardelli 3
-0110100 Kwiat 3
-0110100 Andoni 3
-0110100 Angen 3
-0110100 Casadei 3
-0110100 Truzzolino 3
-0110100 Mison 3
-0110100 Davalou 3
-0110100 DePetrillo 3
-0110100 Utsumi 3
-0110100 Bergold 3
-0110100 Hoshino 3
-0110100 Roeck 3
-0110100 Borovikov 3
-0110100 Sugiura 3
-0110100 Marangakis 3
-0110100 Brendler 3
-0110100 Mintzer 3
-0110100 Reethof 3
-0110100 Alcocer 3
-0110100 Rossler 3
-0110100 Spruill 3
-0110100 Deily 3
-0110100 Fujinami 3
-0110100 Bickerdike 3
-0110100 Carsey 3
-0110100 Thunman 3
-0110100 Margol 3
-0110100 Hatsopoulos 3
-0110100 Peery 3
-0110100 Thorson 3
-0110100 Richier 3
-0110100 Stricharchuk 3
-0110100 Boullianne 3
-0110100 Santaniello 3
-0110100 Zax 3
-0110100 Joxe 3
-0110100 Diskin 3
-0110100 Wambugu 3
-0110100 Gehlsen 3
-0110100 Bastanzio 3
-0110100 Cantoral 3
-0110100 Mauer 3
-0110100 Bertetta 3
-0110100 Everaert 3
-0110100 Hodakowski 3
-0110100 Likins 3
-0110100 Barmeyer 3
-0110100 Fuino 3
-0110100 Snadon 3
-0110100 Cartellieri 3
-0110100 Minna 3
-0110100 DelliBovi 3
-0110100 Kaltenbach 3
-0110100 Mallamo 3
-0110100 Iaconis 3
-0110100 Scanlan 3
-0110100 Eskow 3
-0110100 Sotil 3
-0110100 Ohsumi 3
-0110100 Crutsinger 3
-0110100 Fowlkes 3
-0110100 Quintanar 3
-0110100 Russoniello 3
-0110100 Tollett 3
-0110100 Tuggle 3
-0110100 Dimsey 3
-0110100 Boisseau 3
-0110100 Feinblum 3
-0110100 McGimsey 3
-0110100 Auston 3
-0110100 Abbotts 3
-0110100 Reiniger 3
-0110100 Falley 3
-0110100 Bechet 3
-0110100 Viglietta 3
-0110100 Caccia 3
-0110100 Tsujimoto 3
-0110100 Hantho 3
-0110100 Mazin 3
-0110100 Gierek 3
-0110100 Agnich 3
-0110100 Werring 3
-0110100 Hippeau 3
-0110100 Arras 3
-0110100 Averintzev 3
-0110100 Repa 3
-0110100 Heffern 3
-0110100 Papiers 3
-0110100 Curless 3
-0110100 Prosser 3
-0110100 Kriendler 3
-0110100 Bruhwiler 3
-0110100 Pistner 3
-0110100 Ahlstedt 3
-0110100 Guidoboni 3
-0110100 Mozer 3
-0110100 Stofflet 3
-0110100 Avar 3
-0110100 Matloug 3
-0110100 Szirtes 3
-0110100 Orgel 3
-0110100 Bian 3
-0110100 Borstel 3
-0110100 Birchall 3
-0110100 Hultin 3
-0110100 Fauls 3
-0110100 Pauly 3
-0110100 Saltman 3
-0110100 Karnbach 3
-0110100 Devanney 3
-0110100 Haspeslagh 3
-0110100 Paysen 3
-0110100 Burzenski 3
-0110100 Kasui 3
-0110100 McCrackin 3
-0110100 Ohkawa 3
-0110100 Gawthrop 3
-0110100 McNees 3
-0110100 Matzke 3
-0110100 Bierich 3
-0110100 Marchica 3
-0110100 Fonte 3
-0110100 Hochfelder 3
-0110100 Morrisroe 3
-0110100 Kane-Berman 3
-0110100 Hirl 3
-0110100 Hebner 3
-0110100 Guadiana 3
-0110100 Plickert 3
-0110100 Wolowitz 3
-0110100 Luepke 3
-0110100 Foxman 3
-0110100 Critchfield 3
-0110100 Bellum 3
-0110100 Obester 3
-0110100 Inose 3
-0110100 Wilgermein 3
-0110100 Kowtowsky 3
-0110100 Gam 3
-0110100 Majewski 3
-0110100 Crigler 3
-0110100 Kasowitz 3
-0110100 Gershman 3
-0110100 Zehner 3
-0110100 Sasic 3
-0110100 Bollerman 3
-0110100 Kuehn 3
-0110100 Torchia 3
-0110100 Strawbrich 3
-0110100 Natelson 3
-0110100 Lemberg 3
-0110100 Favalli 3
-0110100 Ohtani 3
-0110100 Sarraille 3
-0110100 Savitske 3
-0110100 Beja 3
-0110100 MacHale 3
-0110100 Malys 3
-0110100 Auerbacher 3
-0110100 Sula 3
-0110100 Tunks 3
-0110100 McGruther 3
-0110100 Zurkowski 3
-0110100 Selck 3
-0110100 Dockstader 3
-0110100 Harshegyi 3
-0110100 McKellen 3
-0110100 Frierson 3
-0110100 Orlow 3
-0110100 Rubinoff 3
-0110100 Selbert 3
-0110100 Sztykiel 3
-0110100 Beakes 3
-0110100 McLamore 3
-0110100 Royall 3
-0110100 Fillingham 3
-0110100 Mittermeier 3
-0110100 Klosterman 3
-0110100 Hessol 3
-0110100 Stump 3
-0110100 Troth 3
-0110100 Bloem 3
-0110100 Oestreicher 3
-0110100 Hepher 3
-0110100 McCarey 3
-0110100 Fahti 3
-0110100 Sampras 3
-0110100 Partin 3
-0110100 Newsham 3
-0110100 Kigoye 3
-0110100 Maccoby 3
-0110100 Radlick 3
-0110100 Merino 3
-0110100 Granath 3
-0110100 Tapie 3
-0110100 Stange 3
-0110100 Laffont 3
-0110100 Arbeloff 3
-0110100 Haase 3
-0110100 Aviad 3
-0110100 Yonce 3
-0110100 Tatz 3
-0110100 Samela 3
-0110100 McCready 3
-0110100 Spena 3
-0110100 Linehan 3
-0110100 Cress 3
-0110100 Husten 3
-0110100 Andreevna 3
-0110100 Nachbar 3
-0110100 Tuz 3
-0110100 Dacy 3
-0110100 Gleick 3
-0110100 Kinsch 3
-0110100 Wigley 3
-0110100 Vieto 3
-0110100 Snearly 3
-0110100 McKoy 3
-0110100 Santacana 3
-0110100 Ponski 3
-0110100 Luxon 3
-0110100 Osser 3
-0110100 Begg 3
-0110100 Prothro 3
-0110100 Priddy 3
-0110100 Croom 3
-0110100 Sataka 3
-0110100 Lakoff 3
-0110100 Cronk 3
-0110100 Friedell 3
-0110100 Starostecki 3
-0110100 Lindston 3
-0110100 Riepl 3
-0110100 Persaud 3
-0110100 Krishock 3
-0110100 Withington 3
-0110100 Valpine 3
-0110100 Douce 3
-0110100 Beary 3
-0110100 Barnils 3
-0110100 Gaspar 4
-0110100 Hellauer 4
-0110100 Bowa 4
-0110100 Niefer 4
-0110100 Uehlein 4
-0110100 Walentas 4
-0110100 Playford 4
-0110100 Raptapoulos 4
-0110100 Kossler 4
-0110100 Bialer 4
-0110100 Wolas 4
-0110100 Entrekin 4
-0110100 Foulds 4
-0110100 Collichio 4
-0110100 McColm 4
-0110100 Richardot 4
-0110100 Brustad 4
-0110100 Parz 4
-0110100 Masloff 4
-0110100 DiPaolo 4
-0110100 Ehlers 4
-0110100 Trezise 4
-0110100 Strandberg 4
-0110100 Rayden 4
-0110100 Puritano 4
-0110100 Smalz 4
-0110100 Sagdeev 4
-0110100 Vassiltchikov 4
-0110100 Zeikel 4
-0110100 Ponn 4
-0110100 Shatner 4
-0110100 Goolsby 4
-0110100 Boiardo 4
-0110100 Gorog 4
-0110100 Buerger 4
-0110100 Fitz-Gerald 4
-0110100 Cindi 4
-0110100 Carrus 4
-0110100 Pangia 4
-0110100 Fahen 4
-0110100 Glaister 4
-0110100 Eraiba 4
-0110100 Toso 4
-0110100 Oestericher 4
-0110100 Minogue 4
-0110100 Boddicker 4
-0110100 Costantini 4
-0110100 Pook 4
-0110100 Peden 4
-0110100 Hubacher 4
-0110100 Hertzfeld 4
-0110100 Lakner 4
-0110100 Vanegas 4
-0110100 Zuckert 4
-0110100 Callebaut 4
-0110100 Roarty 4
-0110100 Sikkema 4
-0110100 Bahcall 4
-0110100 Dryomov 4
-0110100 Durliat 4
-0110100 Radecki 4
-0110100 Bellet 4
-0110100 Piccolo 4
-0110100 Dekanosidze 4
-0110100 Ek 4
-0110100 Kleinmaier 4
-0110100 Sinsheimer 4
-0110100 Niedermeyer 4
-0110100 Dorton 4
-0110100 Grinstein 4
-0110100 Sturgess 4
-0110100 Lazarchic 4
-0110100 Bersticker 4
-0110100 Calio 4
-0110100 Crewe 4
-0110100 Fain 4
-0110100 Mesquita 4
-0110100 Moretti 4
-0110100 Morser 4
-0110100 Berthelot 4
-0110100 Smirnov 4
-0110100 Carrillo 4
-0110100 Watari 4
-0110100 Ancinec 4
-0110100 Stebbins 4
-0110100 Goldbergh 4
-0110100 Volodarsky 4
-0110100 Magdalene 4
-0110100 Gerrell 4
-0110100 Bozer 4
-0110100 Gilly 4
-0110100 Stankovsky 4
-0110100 Zamba 4
-0110100 Muoio 4
-0110100 Nicoll 4
-0110100 Graglia 4
-0110100 Gremm 4
-0110100 Obuchi 4
-0110100 Holzach 4
-0110100 Brosterman 4
-0110100 Czarnecki 4
-0110100 Khazei 4
-0110100 Soeda 4
-0110100 Scanu 4
-0110100 Crabs 4
-0110100 Birdwell 4
-0110100 Massco 4
-0110100 Nageotte 4
-0110100 Dayak 4
-0110100 Kaner 4
-0110100 Uchimoto 4
-0110100 Andretta 4
-0110100 Ender 4
-0110100 Hlava 4
-0110100 Thiele 4
-0110100 Santalla 4
-0110100 Cohodes 4
-0110100 Dunsmore 4
-0110100 Mallender 4
-0110100 Eichorn 4
-0110100 Kohonen 4
-0110100 Ferrill 4
-0110100 Busacca 4
-0110100 Kleiber 4
-0110100 Wille 4
-0110100 Jioia 4
-0110100 Barram 4
-0110100 Delchet 4
-0110100 Teskey 4
-0110100 Freitas 4
-0110100 Palapa 4
-0110100 Hubner 4
-0110100 Angarola 4
-0110100 Suratos 4
-0110100 Elling 4
-0110100 Zafutto 4
-0110100 Lamoureux 4
-0110100 Trespalacios 4
-0110100 Mahrlig 4
-0110100 Paboojian 4
-0110100 Serfin 4
-0110100 Polaski 4
-0110100 Forshaw 4
-0110100 Egender 4
-0110100 Chadwell 4
-0110100 Camarena 4
-0110100 Zain 4
-0110100 Sanda 4
-0110100 Kemnitzer 4
-0110100 Lemp 4
-0110100 el-Sherif 4
-0110100 Leder 4
-0110100 Asoyan 4
-0110100 Wilcox-Smith 4
-0110100 Hilty 4
-0110100 Kloppenburg 4
-0110100 Musson 4
-0110100 Kuflik 4
-0110100 Sancken 4
-0110100 Tajes 4
-0110100 Sykora 4
-0110100 Akutsu 4
-0110100 Palladino 4
-0110100 Aransky 4
-0110100 Yokoya 4
-0110100 Anderman 4
-0110100 Bohringer 4
-0110100 Darraji 4
-0110100 Walczak 4
-0110100 Tessier 4
-0110100 Masaki 4
-0110100 Brender 4
-0110100 Morizumi 4
-0110100 Niehenke 4
-0110100 Treene 4
-0110100 Kamerschen 4
-0110100 Salvani 4
-0110100 Wimbush 4
-0110100 Jaquet 4
-0110100 Mammi 4
-0110100 Legvold 4
-0110100 Birkhead 4
-0110100 Ridenour 4
-0110100 Civello 4
-0110100 Timerbaev 4
-0110100 Argyropolous 4
-0110100 Leifer 4
-0110100 Monjan 4
-0110100 Philport 4
-0110100 Janasik 4
-0110100 Patriarca 4
-0110100 Inagaki 4
-0110100 Milano-Tedeschi 4
-0110100 Qahaar 4
-0110100 Solberg 4
-0110100 Salgado 4
-0110100 Trainin 4
-0110100 Mosley 4
-0110100 Steere 4
-0110100 Ohsone 4
-0110100 Parini 4
-0110100 Mol 4
-0110100 Harlow 4
-0110100 Motyl 4
-0110100 Menikoff 4
-0110100 Hefti 4
-0110100 Cannata 4
-0110100 Neuber 4
-0110100 Agazadeh 4
-0110100 Wambold 4
-0110100 Menton 4
-0110100 Neisler 4
-0110100 Sheresky 4
-0110100 Tiritilli 4
-0110100 Buttenwieser 4
-0110100 Bruchs 4
-0110100 Holum 4
-0110100 Sowers 4
-0110100 Schmiege 4
-0110100 Schatzow 4
-0110100 Wegner 4
-0110100 Kravetz 4
-0110100 Frigon 4
-0110100 Waltuch 4
-0110100 Biel 4
-0110100 Scherzer 4
-0110100 Collet 4
-0110100 Emorey 4
-0110100 Nacht 4
-0110100 Galvan 4
-0110100 Muszinski 4
-0110100 Orman 4
-0110100 Buswell 4
-0110100 Grantz 4
-0110100 Friedman-Kien 4
-0110100 Gamberoni 4
-0110100 Rode 4
-0110100 Greenleaf 4
-0110100 Eischen 4
-0110100 Zdobylak 4
-0110100 Merin 4
-0110100 Fodiman 4
-0110100 Caruthers 4
-0110100 Dyment 4
-0110100 Musto 4
-0110100 Alderete 4
-0110100 Yngve 4
-0110100 Trendquest 4
-0110100 Spann 4
-0110100 Kirkwood 4
-0110100 Giardina 4
-0110100 Steitz 4
-0110100 Exstein 4
-0110100 Franson 4
-0110100 Hawkey 4
-0110100 Dumais 4
-0110100 Lein 4
-0110100 Spada 4
-0110100 Shafton 4
-0110100 Perdomo 4
-0110100 Prabhakaran 4
-0110100 Freeley 4
-0110100 Werstiuk 4
-0110100 Quy 4
-0110100 Klinkenborg 4
-0110100 Gilbertson 4
-0110100 Salcines 4
-0110100 Gomulka 4
-0110100 Rotko 4
-0110100 Neubronner 4
-0110100 Palen 4
-0110100 Opp 4
-0110100 Sadowski 4
-0110100 Smeal 4
-0110100 Schochetman 4
-0110100 DeLay 4
-0110100 Buermann 4
-0110100 Milleson 4
-0110100 Travanti 4
-0110100 Haspelslagh 4
-0110100 Cardamone 4
-0110100 Picadio 4
-0110100 Rousso 4
-0110100 Barsukov 4
-0110100 Goncalves 4
-0110100 Holsinger 4
-0110100 Guedes 4
-0110100 Edwardes 4
-0110100 Tooke 4
-0110100 DiCamillo 4
-0110100 Tabacco 4
-0110100 Dreiser 4
-0110100 Naranjo 4
-0110100 Stoppelman 4
-0110100 Nespole 4
-0110100 Garstin 4
-0110100 Dand 4
-0110100 Frenze 4
-0110100 Schabowski 4
-0110100 Mani 4
-0110100 Parakh 4
-0110100 Birge 4
-0110100 Simonin 4
-0110100 Fanjul 4
-0110100 Woomer 4
-0110100 Lupien 4
-0110100 Antillon 4
-0110100 Maloof 4
-0110100 Meinke 4
-0110100 Scurry 4
-0110100 Oldaker 4
-0110100 Hariri 4
-0110100 Teer 4
-0110100 Ludlam 4
-0110100 Wellings 4
-0110100 Leben 4
-0110100 Butera 4
-0110100 Scheffler 4
-0110100 Larkum 4
-0110100 Tutwiler 4
-0110100 Kolman 4
-0110100 Brosnahan 4
-0110100 DeGarmo 4
-0110100 Abusada 4
-0110100 Geld 4
-0110100 Boesch 4
-0110100 Vusse 4
-0110100 Badore 4
-0110100 Eberly 4
-0110100 Kantrowitz 4
-0110100 Lecomte 4
-0110100 Lubkin 4
-0110100 Cribiore 4
-0110100 Bassick 4
-0110100 Chump 4
-0110100 BeSore 4
-0110100 Tarvid 4
-0110100 Mastroianni 4
-0110100 McNeice 4
-0110100 Holland-Bosworth 4
-0110100 Brantley 4
-0110100 Dierks 4
-0110100 Whilden 4
-0110100 Saegusa 4
-0110100 Vasilakos 4
-0110100 Berglass 4
-0110100 Riffer 4
-0110100 LaSala 4
-0110100 Bronzino 4
-0110100 Dobi 4
-0110100 Thieriot 4
-0110100 Costley 4
-0110100 Haayen 4
-0110100 Bonomo 4
-0110100 Chitwood 4
-0110100 Wellens 4
-0110100 Falconi 4
-0110100 Czernek 4
-0110100 Battat 4
-0110100 Holzberg 4
-0110100 Saylor 4
-0110100 Fuoss 4
-0110100 Aho 4
-0110100 Tchegodar 4
-0110100 Rodionov 4
-0110100 Rolston 4
-0110100 Spitalny 4
-0110100 Mugge 4
-0110100 Kincannon 4
-0110100 Motz 4
-0110100 Sansing 4
-0110100 Debevic 4
-0110100 Cusumano 4
-0110100 Garoutte 4
-0110100 Fosler 4
-0110100 Shioji 4
-0110100 Scheerer 4
-0110100 Eurich 4
-0110100 Dorris 4
-0110100 Sinner 4
-0110100 Danks 4
-0110100 Tarlov 4
-0110100 Grillo 4
-0110100 Capron 4
-0110100 Celusta 4
-0110100 Moscahlaides 4
-0110100 Slesin 4
-0110100 Toepke 4
-0110100 Pinckney 4
-0110100 Renyi 4
-0110100 Tomsick 4
-0110100 Kolbin 4
-0110100 Chowdhury 4
-0110100 Vandeman 4
-0110100 Getman 4
-0110100 Havlin 4
-0110100 Kuehne 4
-0110100 Haskayne 4
-0110100 Kermes 4
-0110100 Asperger 4
-0110100 Scharf 4
-0110100 Baldridge 4
-0110100 Tinling 4
-0110100 Geczy 4
-0110100 Strumpf 4
-0110100 Pazner 4
-0110100 Summergrad 4
-0110100 Bleck 4
-0110100 Sabeg 4
-0110100 Beniamina 4
-0110100 Felrice 4
-0110100 Penzias 4
-0110100 Aslami 4
-0110100 Easterling 4
-0110100 Frent 4
-0110100 Dragalin 4
-0110100 Friedan 4
-0110100 Kellum 4
-0110100 Greif 4
-0110100 Baladi 4
-0110100 McCubbin 4
-0110100 Hoysted 4
-0110100 Forbuss 4
-0110100 Rehberg 4
-0110100 Doban 4
-0110100 Seid 4
-0110100 DuBoff 4
-0110100 Coggins 4
-0110100 Roosa 4
-0110100 Horvath 4
-0110100 Collura 4
-0110100 Kocab 4
-0110100 Casdan 4
-0110100 Skillion 4
-0110100 Harsanyi 4
-0110100 Lutes 4
-0110100 Janzon 4
-0110100 Hurwitt 4
-0110100 Denda 4
-0110100 Boonstra 4
-0110100 Saccente 4
-0110100 Fouhy 4
-0110100 Zietoun 4
-0110100 Segawa 4
-0110100 Matalon 4
-0110100 Schuring 4
-0110100 Ishioka 4
-0110100 Heffron 4
-0110100 Krive 4
-0110100 Hangartner 4
-0110100 Rubinfien 4
-0110100 Orstrander 4
-0110100 Backstrom 4
-0110100 Schulhof 4
-0110100 Ahearn 4
-0110100 Alcaino 4
-0110100 Linklater 4
-0110100 Bajec 4
-0110100 Grimsrud 4
-0110100 Bottrell 4
-0110100 Zipkin 4
-0110100 Pevy 4
-0110100 Dicker 4
-0110100 Rideout 4
-0110100 Nothaft 4
-0110100 Mosky 4
-0110100 Coller 4
-0110100 Folques 4
-0110100 Tillis 4
-0110100 Craigo 4
-0110100 McKennon 4
-0110100 Malpede 4
-0110100 Chabner 4
-0110100 Saltmarsh 4
-0110100 Didion 4
-0110100 Bek-Nielsen 4
-0110100 Campion 4
-0110100 Studeman 4
-0110100 Kat 4
-0110100 Littman 4
-0110100 Beban 4
-0110100 Mesko 4
-0110100 Gonson 4
-0110100 Dolgen 4
-0110100 Sugiyama 4
-0110100 Kiple 4
-0110100 Scheinkman 4
-0110100 Faxon 4
-0110100 Maillet 4
-0110100 Kronfeld 4
-0110100 Schonfeld 4
-0110100 St-Hippolyte 4
-0110100 Kessman 4
-0110100 Jestin 4
-0110100 Seigle 4
-0110100 Shlensky 4
-0110100 Attwood 4
-0110100 Corgan 4
-0110100 Hitschler 4
-0110100 Ottenberg 4
-0110100 Greenfeld 4
-0110100 Lakin 4
-0110100 Bucklin 4
-0110100 Riddles 4
-0110100 Blendon 4
-0110100 Doumar 4
-0110100 Lindeman 4
-0110100 Yukimura 4
-0110100 Porten 4
-0110100 Newfield 4
-0110100 Luniewicz 4
-0110100 Maddy 4
-0110100 Frum 4
-0110100 Gozon 4
-0110100 Nathe 4
-0110100 Coppe 4
-0110100 Gidmark 4
-0110100 Fanelli 4
-0110100 Rosson 4
-0110100 Krass 4
-0110100 Schiebel 4
-0110100 Kubuabola 4
-0110100 Derow 4
-0110100 Kosnik 4
-0110100 Blecher 4
-0110100 Zmaila 4
-0110100 Ornitz 4
-0110100 Mastrantonio 4
-0110100 Starobin 4
-0110100 Greayer 4
-0110100 Eppley 4
-0110100 DeLeonardis 4
-0110100 Lesutis 4
-0110100 Johannesen 4
-0110100 Bjornson 4
-0110100 Allender 4
-0110100 Skaperdas 4
-0110100 Geckler 4
-0110100 Groner 4
-0110100 Lappin 4
-0110100 Porterfield 4
-0110100 Potapovs 4
-0110100 Diefenbach 4
-0110100 Collender 4
-0110100 Gibb 4
-0110100 Kafaroff 4
-0110100 Ellingson 4
-0110100 Renneker 4
-0110100 Luven 4
-0110100 Simpkins 4
-0110100 Niarchos 4
-0110100 Whittingham 4
-0110100 Riesenberg 4
-0110100 Hillbery 4
-0110100 Baulieu 4
-0110100 Willenson 4
-0110100 Sitnikov 4
-0110100 Groome 4
-0110100 Keesee 4
-0110100 Hasson 4
-0110100 Kamiyama 4
-0110100 Ferrey 4
-0110100 Rossan 4
-0110100 Hultgren 4
-0110100 Maruoka 4
-0110100 Ridder 4
-0110100 Wilmot-Sitwell 4
-0110100 Sadik 4
-0110100 Jouris 4
-0110100 Moschis 4
-0110100 Koskinen 4
-0110100 Laken 4
-0110100 Mathey 4
-0110100 Molasky 4
-0110100 Roen 4
-0110100 Landesmann 4
-0110100 Hitt 4
-0110100 Zabludovsky 4
-0110100 Padfield 4
-0110100 Bernick 4
-0110100 Easdon 4
-0110100 Gingl 4
-0110100 Buckwash 4
-0110100 Schorling 4
-0110100 Nankivell 4
-0110100 Pross 4
-0110100 Refsum 4
-0110100 Footer 4
-0110100 Cazalot 4
-0110100 Twitchell 4
-0110100 Argenti 4
-0110100 Kammen 4
-0110100 Fedorova 4
-0110100 Fiorentino 4
-0110100 Maclellan 4
-0110100 Jauchler 4
-0110100 Lavoie 4
-0110100 Jachimczyk 4
-0110100 Kremenic 4
-0110100 Searby 4
-0110100 Bunzel 4
-0110100 Lapautre 4
-0110100 Doerflinger 4
-0110100 Sbrilli 4
-0110100 Maiorani 4
-0110100 Nozawa 4
-0110100 Maddever 4
-0110100 McKelvey 4
-0110100 Caporale 4
-0110100 Dektor 4
-0110100 Esquivel 4
-0110100 Lagace 4
-0110100 Bogusz 4
-0110100 Limin 4
-0110100 Ellin 4
-0110100 DaCosta 4
-0110100 Kopetz-Korf 4
-0110100 Garbett 4
-0110100 Palatucci 4
-0110100 Blackmer 4
-0110100 Hergesheimer 4
-0110100 Honeycutt 4
-0110100 Nishiyama 4
-0110100 Lail 4
-0110100 DiPrete 4
-0110100 Brauer 4
-0110100 Denahan 4
-0110100 Gallitano 4
-0110100 Tocco 4
-0110100 Albino 4
-0110100 Delson 4
-0110100 Fortino 4
-0110100 Giacoponello 4
-0110100 Penhoet 4
-0110100 Galambos 4
-0110100 Pelt 4
-0110100 Wrangham 4
-0110100 Rynne 4
-0110100 Surigao 4
-0110100 Galnoor 4
-0110100 Juliber 4
-0110100 Biamonti 4
-0110100 Brookmeyer 4
-0110100 Schwander 4
-0110100 Cornett 4
-0110100 Bogdanov 4
-0110100 Meacham 4
-0110100 Stavrou 4
-0110100 Rydbeck 4
-0110100 Axinn 4
-0110100 Savary 4
-0110100 Birckhead 4
-0110100 Arboleda 4
-0110100 Therrien 4
-0110100 Aibel 4
-0110100 Reum 4
-0110100 Waldenstrom 4
-0110100 Worsthorne 4
-0110100 Schofield 4
-0110100 Flament 4
-0110100 Dreifuss 4
-0110100 McAleer 4
-0110100 Mechner 4
-0110100 Kreisberg 4
-0110100 Owen-Jones 4
-0110100 Schoenwald 4
-0110100 Weichern 4
-0110100 Yarbro 4
-0110100 Onda 4
-0110100 Feigin 4
-0110100 Klitten 4
-0110100 Tills 4
-0110100 Poitras 4
-0110100 Kinkel 4
-0110100 al-Hassenein 4
-0110100 McNitt 4
-0110100 Klipper 4
-0110100 Montanari 4
-0110100 Florini 4
-0110100 Poxon 4
-0110100 MacCrimmon 4
-0110100 Schlelein 4
-0110100 Lineberry 4
-0110100 Cantatore 4
-0110100 LeChasney 4
-0110100 Greenfield-Sanders 4
-0110100 Witz 4
-0110100 Solms 4
-0110100 Kopkind 4
-0110100 Soussan 4
-0110100 Roenisch 4
-0110100 Smithies 4
-0110100 Heald 4
-0110100 Hempleman 4
-0110100 Qureshey 4
-0110100 Kusunoki 4
-0110100 Souter 4
-0110100 Silverglade 4
-0110100 Piontek 4
-0110100 Marot 4
-0110100 Loat 4
-0110100 Glahn 4
-0110100 Mueller-Krumholz 4
-0110100 Karczmar 4
-0110100 Piqueras 4
-0110100 Itzkowitz 4
-0110100 Kimmerle 4
-0110100 Souther 4
-0110100 Saah 4
-0110100 Kovel 4
-0110100 Afman 4
-0110100 Pasant 4
-0110100 Kushner 4
-0110100 Hutter 4
-0110100 Canty 4
-0110100 Bohdan 4
-0110100 Nogami 4
-0110100 Premji 4
-0110100 Luter 4
-0110100 Wasden 4
-0110100 Saltser 4
-0110100 Feynman 4
-0110100 Wiatt 4
-0110100 Michaque 4
-0110100 Dzierski 4
-0110100 Selin 4
-0110100 Hattrick 4
-0110100 Arquette 4
-0110100 Stoermer 4
-0110100 Pavelchak 4
-0110100 Sekiguchi 4
-0110100 Smallwood 4
-0110100 Braver 4
-0110100 Hosokawa 4
-0110100 Shipp 4
-0110100 Burchuladze 4
-0110100 Shiratori 4
-0110100 Zrnic 4
-0110100 Hulick 4
-0110100 LeVine 4
-0110100 Ranyada 4
-0110100 Mauder 4
-0110100 Parrott 4
-0110100 Gantry 4
-0110100 Najm 4
-0110100 Debban 4
-0110100 Ledwig 4
-0110100 Gousseland 4
-0110100 Papitto 4
-0110100 Croizat 4
-0110100 Abdo 4
-0110100 Lichtenberger 4
-0110100 Uecker 4
-0110100 Seim 4
-0110100 Crapo 4
-0110100 Cutchins 4
-0110100 Streit 4
-0110100 Grubmann 4
-0110100 Miyoda 4
-0110100 Heslop 4
-0110100 Lucht 4
-0110100 Orgill 4
-0110100 Enriquez 4
-0110100 Ogaard 4
-0110100 Levick 4
-0110100 Hartzell 4
-0110100 Jarc 4
-0110100 Weimert 4
-0110100 Lempesis 4
-0110100 Hessel 4
-0110100 Rappeport 4
-0110100 Warschawsky 4
-0110100 Kwiker 4
-0110100 Bibi 4
-0110100 Janas 4
-0110100 Martius 4
-0110100 Galardi 4
-0110100 Peddle 4
-0110100 Cuenod 4
-0110100 Zannini 4
-0110100 Fasi 4
-0110100 McQuaide 4
-0110100 Gotwald 4
-0110100 Lagone 4
-0110100 Kryuchkov 4
-0110100 Biryukova 4
-0110100 Dossey 4
-0110100 Mariotte 4
-0110100 Brading 4
-0110100 Motorenwerke 4
-0110100 DeBiase 4
-0110100 Zvereva 4
-0110100 Winik 4
-0110100 Calderwood 4
-0110100 Novembrino 4
-0110100 Mogg 4
-0110100 Roehrig 4
-0110100 Terpetrossian 4
-0110100 Murawski 4
-0110100 Peasback 4
-0110100 Karpoff 4
-0110100 Sudikoff 4
-0110100 Girard-diCarlo 4
-0110100 Laborde 4
-0110100 Merski 4
-0110100 Shundo 4
-0110100 Kamura 4
-0110100 Klodin 4
-0110100 Marsik 4
-0110100 Kontos 4
-0110100 Weisner 4
-0110100 Reddick 4
-0110100 Crellin 4
-0110100 Nemec 4
-0110100 Grigson 4
-0110100 Hoezle 4
-0110100 Cranmer 4
-0110100 Caspary 4
-0110100 Dewlap 4
-0110100 MacMorran 4
-0110100 Finnerty 4
-0110100 Borie 4
-0110100 Tousignant 4
-0110100 Peisinger 4
-0110100 Mawhinney 4
-0110100 Hoberman 4
-0110100 Iwabuchi 4
-0110100 Ibano 4
-0110100 Kitashiro 4
-0110100 Boorn 4
-0110100 Haut 4
-0110100 Fierstein 4
-0110100 Bohrer 4
-0110100 Mody 4
-0110100 Ellman 4
-0110100 McEnany 4
-0110100 Ianzelo 4
-0110100 Nikaido 4
-0110100 Attridge 4
-0110100 Kealy 4
-0110100 Shenefield 4
-0110100 LeBlanc 4
-0110100 Ruffin 4
-0110100 Schreier 4
-0110100 Kitabata 4
-0110100 LaDieu 4
-0110100 Barnhart 4
-0110100 Biscan 4
-0110100 Diago 4
-0110100 Bandara 4
-0110100 Haskovec 4
-0110100 Kuhlenschmidt 4
-0110100 Viggiano 4
-0110100 Ghert 4
-0110100 Choquette 4
-0110100 Lugo 4
-0110100 Tacke 4
-0110100 Zykes 4
-0110100 Kazleman 4
-0110100 Blaich 4
-0110100 Poett 4
-0110100 Baratz 4
-0110100 Trouvain 4
-0110100 Marto 4
-0110100 Bauza 4
-0110100 Bookstein 4
-0110100 McGlotten 4
-0110100 Leuenberger 4
-0110100 Sugano 4
-0110100 Rudakas 4
-0110100 Forrey 4
-0110100 Zrno 4
-0110100 Doane 4
-0110100 Dabysing 4
-0110100 Citrano 4
-0110100 Garlock 4
-0110100 Meli 4
-0110100 Kral 4
-0110100 Wasiak 4
-0110100 Oberdorfer 4
-0110100 Sacerdote 4
-0110100 Glaspie 4
-0110100 Constantini 4
-0110100 Spinosa 4
-0110100 Pelosi 4
-0110100 Slovinsky 4
-0110100 Sivanandan 4
-0110100 Zachem 4
-0110100 NewMyer 4
-0110100 Martson 4
-0110100 Hokanson 4
-0110100 Schoenborn 4
-0110100 Manton 4
-0110100 Bellace 4
-0110100 Marinov 4
-0110100 Werthen 4
-0110100 LeMunyon 4
-0110100 Zaffaroni 4
-0110100 Commoner 4
-0110100 DeMars 4
-0110100 Lutyens 4
-0110100 Aggarwal 4
-0110100 Annable 4
-0110100 Sampsell 4
-0110100 Francfort 4
-0110100 Gaziano 4
-0110100 Shoulson 4
-0110100 Gaviria 4
-0110100 Matte 4
-0110100 Aspatore 4
-0110100 Guerrieri 4
-0110100 Unterseher 4
-0110100 Rumbaut 4
-0110100 Lidz 4
-0110100 Dasburg 4
-0110100 Tortorice 4
-0110100 Akmon 4
-0110100 Leisz 4
-0110100 Cleaves 4
-0110100 Rebholz 4
-0110100 Gillard 4
-0110100 Makinson 4
-0110100 Plinio 4
-0110100 Marcucci 4
-0110100 Brandman 4
-0110100 Masur 4
-0110100 Haitink 4
-0110100 Filisko 4
-0110100 Bernardelli 4
-0110100 Ilizarov 4
-0110100 Knuth 4
-0110100 Reimpell 4
-0110100 Kasahara 4
-0110100 Sosnick 4
-0110100 Delgado 4
-0110100 Schleiff 4
-0110100 Assaykeen 4
-0110100 Pastina 4
-0110100 Avineri 4
-0110100 Rasinski 4
-0110100 Khel 4
-0110100 Yukawa 4
-0110100 Arnwine 4
-0110100 Stickney 4
-0110100 Ruzimatov 4
-0110100 Paras 4
-0110100 Locklear 4
-0110100 Withuhn 4
-0110100 Fruchtenbaum 4
-0110100 Glickert 4
-0110100 Sahakian 4
-0110100 Ukropina 4
-0110100 Dolde 4
-0110100 Pleszczynski 4
-0110100 Ideman 4
-0110100 Landman 4
-0110100 Goshert 4
-0110100 Scullion 4
-0110100 Montle 4
-0110100 Calarco 4
-0110100 Hake 4
-0110100 Sawada 4
-0110100 Dingwall 4
-0110100 Lockman 4
-0110100 Duggan 4
-0110100 Bustos 4
-0110100 Krane 4
-0110100 Scalfaro 4
-0110100 Liszewski 4
-0110100 Swirda 4
-0110100 Sihler 4
-0110100 Surtees 4
-0110100 Shimura 4
-0110100 Publivores 4
-0110100 McLawhorn 4
-0110100 Maytum 4
-0110100 Pinnock 4
-0110100 Maw 4
-0110100 Wageman 4
-0110100 Johnan 4
-0110100 Newitt 4
-0110100 Sebaly 4
-0110100 Zizic 4
-0110100 Dooner 4
-0110100 Kauffmann 4
-0110100 Korotich 4
-0110100 Megargel 4
-0110100 Katzman 4
-0110100 Smegal 4
-0110100 Palombo 4
-0110100 Seely 4
-0110100 Grody 4
-0110100 Szmigielski 4
-0110100 Kindlund 4
-0110100 Omarr 4
-0110100 Messervey 4
-0110100 Seroosh 4
-0110100 Mustin 4
-0110100 Alberty 4
-0110100 Jurjevics 4
-0110100 Corddry 4
-0110100 Alexandrakis 4
-0110100 Corbet 4
-0110100 Sliwinski 4
-0110100 Mihaylo 4
-0110100 Zellars 4
-0110100 Fitzgibbons 4
-0110100 Mellen 4
-0110100 Engstroem 4
-0110100 Viets 4
-0110100 Sharoff 4
-0110100 Moroney 4
-0110100 Benker 4
-0110100 Ballin 4
-0110100 Schlosstein 4
-0110100 Bottome 4
-0110100 Prunhuber 4
-0110100 Fager 4
-0110100 Sepe 4
-0110100 Pala 4
-0110100 Beichman 4
-0110100 Neuman 4
-0110100 Keiser 4
-0110100 Stoddart 4
-0110100 Goudsmit 4
-0110100 Ducharme 4
-0110100 Nolen 4
-0110100 Sehested 4
-0110100 Smit-Kroes 4
-0110100 Siebald 4
-0110100 Duquette 4
-0110100 Ramsden 4
-0110100 Berney 4
-0110100 Thorndyke 4
-0110100 Tooker 4
-0110100 Weisz 4
-0110100 Goldhar 4
-0110100 Gershuny 4
-0110100 Minzer 4
-0110100 Cuff 4
-0110100 Tarnopol 4
-0110100 Narayan 4
-0110100 Tighe 4
-0110100 Katrak 4
-0110100 Jaspin 4
-0110100 Altschul 4
-0110100 Savatiel 4
-0110100 Guasmi 4
-0110100 Desautels 4
-0110100 Koepcke 4
-0110100 Sulam 4
-0110100 Chute 4
-0110100 Blumenkrantz 4
-0110100 Dopp 4
-0110100 Hoak 4
-0110100 Germond 4
-0110100 Schmoke 4
-0110100 Mauroy 4
-0110100 Herberger 4
-0110100 Withycombe 4
-0110100 Goughenour 4
-0110100 Sirangelo 4
-0110100 Hallinan 4
-0110100 Fenster 4
-0110100 Treinish 4
-0110100 Auler 4
-0110100 Jacchia 4
-0110100 Stursberg 4
-0110100 McAbee 4
-0110100 Fentin 4
-0110100 Ousterman 4
-0110100 Gaye 4
-0110100 Buce 4
-0110100 Barbaro 4
-0110100 Garrenton 4
-0110100 Reith 4
-0110100 Einbund 4
-0110100 Wysocki 4
-0110100 Alfano 4
-0110100 Blondski 4
-0110100 Gelder 4
-0110100 Runnette 4
-0110100 Doronila 4
-0110100 Longobardi 4
-0110100 Bhagwati 4
-0110100 Manessis 4
-0110100 Scheinman 4
-0110100 Kapralov 4
-0110100 Vanwort 4
-0110100 Drosdick 4
-0110100 Emmerich 4
-0110100 Shiller 4
-0110100 Hosp 4
-0110100 Castellano 4
-0110100 Kgatitsoe 4
-0110100 Savitz 4
-0110100 Kunstadt 4
-0110100 Fearon 4
-0110100 Zissu 4
-0110100 Colucci 4
-0110100 Miyata 4
-0110100 Gaylin 4
-0110100 LaCava 4
-0110100 Sather 4
-0110100 Toboroff 4
-0110100 Muzzy 4
-0110100 Dionisi 4
-0110100 Zerbino 4
-0110100 Pilliod 4
-0110100 Mamani 4
-0110100 Londish 4
-0110100 Carrizales 4
-0110100 Rajkumar 4
-0110100 Messler 4
-0110100 Moosajee 4
-0110100 Weinman 4
-0110100 Whitt 4
-0110100 Rammler 4
-0110100 Conery 4
-0110100 Stotesbury 4
-0110100 Iaccoca 4
-0110100 Youngdahl 4
-0110100 Toppel 4
-0110100 Flitter 4
-0110100 Waldeck 4
-0110100 Schirano 4
-0110100 Ililonga 4
-0110100 Slowik 4
-0110100 Peovesan 4
-0110100 Norick 4
-0110100 Vazzoler 4
-0110100 Kushell 4
-0110100 Mossavar-Rahmani 4
-0110100 Herbers 4
-0110100 Bradway 4
-0110100 Hauge 4
-0110100 Olmer 4
-0110100 Reiff 4
-0110100 Woodford 4
-0110100 Osterout 4
-0110100 Wieseltier 4
-0110100 Vallen 4
-0110100 Tien 4
-0110100 Pristavkin 4
-0110100 Maia 4
-0110100 Yokel 4
-0110100 Redsell 4
-0110100 McDowall 4
-0110100 Feltus 4
-0110100 Roeder 4
-0110100 Paylan 4
-0110100 Constantinou 4
-0110100 Jacomb 4
-0110100 Steenburgen 4
-0110100 Scitovsky 4
-0110100 Ruttenstein 4
-0110100 Tropin 4
-0110100 Kyriakides 4
-0110100 Halligan 4
-0110100 Ricketts 4
-0110100 Millson 4
-0110100 Lorch 4
-0110100 Probstein 4
-0110100 Furtado 4
-0110100 Heuston 4
-0110100 McElhaney 4
-0110100 Lamalle 4
-0110100 Tindal 4
-0110100 Kosich 4
-0110100 Levett 4
-0110100 Fiebiger 4
-0110100 Armouni 4
-0110100 Nzo 4
-0110100 Mailliard 4
-0110100 Sarayama 4
-0110100 Bernier 4
-0110100 Shelden 4
-0110100 Goranin 4
-0110100 Guay 4
-0110100 Szwed 4
-0110100 Perroton 4
-0110100 Gastineau 4
-0110100 Karloff 4
-0110100 Gabbert 4
-0110100 Nakane 4
-0110100 Codevilla 4
-0110100 Ritch 4
-0110100 Valles 4
-0110100 Jobe 4
-0110100 Starger 4
-0110100 Stato 4
-0110100 Cardew 4
-0110100 Mladen 4
-0110100 Burris 4
-0110100 Yurcak 4
-0110100 Hannam 4
-0110100 Cotting 4
-0110100 Kogan 4
-0110100 Lussier 4
-0110100 Gamarci 4
-0110100 Schu 4
-0110100 DeNora 4
-0110100 Madans 4
-0110100 Lorre 4
-0110100 Dembert 4
-0110100 Travolta 4
-0110100 Dobkin 4
-0110100 Crone 4
-0110100 Truitt 4
-0110100 Wolfowitz 4
-0110100 Mandelstam 4
-0110100 Sakayan 4
-0110100 Milliot 4
-0110100 Preate 4
-0110100 Romanski 4
-0110100 Maruyama 4
-0110100 Steuerle 4
-0110100 McInnes 4
-0110100 Findakly 4
-0110100 Schotter 4
-0110100 Sciepko 4
-0110100 Fraas 4
-0110100 Taishoff 4
-0110100 Rhodus 4
-0110100 Rimsky 4
-0110100 Kitamori 4
-0110100 Guevremont 4
-0110100 Kalms 4
-0110100 Hopley 4
-0110100 Musbach 4
-0110100 Blankinship 4
-0110100 Sias 4
-0110100 Ndlovu 4
-0110100 Paluck 4
-0110100 Marietta/Bendix 4
-0110100 Principe 4
-0110100 Leeson 4
-0110100 Gittes 4
-0110100 Huckaby 4
-0110100 Fasick 4
-0110100 Spatz 4
-0110100 Cutrere 4
-0110100 Shuttlesworth 4
-0110100 Doder 4
-0110100 Labarge 4
-0110100 Kulkosky 4
-0110100 Vuinovich 4
-0110100 Ignatowicz 4
-0110100 Newquist 4
-0110100 Reginato 4
-0110100 Wagenhauser 4
-0110100 Trause 4
-0110100 Legat 4
-0110100 Slyke 4
-0110100 Banuelos 4
-0110100 Nkomo 4
-0110100 Lindroth 4
-0110100 Echols 4
-0110100 LuPone 4
-0110100 Suematsu 4
-0110100 Appleseed 4
-0110100 Kinoshita 4
-0110100 Bundschuh 4
-0110100 Burchfield 4
-0110100 Israelite 4
-0110100 Tarbox 4
-0110100 Lajoie 4
-0110100 Niemeyer 4
-0110100 Fekete 4
-0110100 Kawano 4
-0110100 Nicho 4
-0110100 Nouse 4
-0110100 Arguedas 4
-0110100 Hostetter 4
-0110100 Featherston 4
-0110100 Perko 4
-0110100 Martin-Musumeci 4
-0110100 Herzenberg 4
-0110100 Aler 4
-0110100 Ljungholm 4
-0110100 Saponari 4
-0110100 Rondon 4
-0110100 Acquilino 4
-0110100 Burkhalter 4
-0110100 Lensi 4
-0110100 Bindler 4
-0110100 Kurtzig 4
-0110100 Vasa 4
-0110100 Sandecki 4
-0110100 Trachtenberg 4
-0110100 Belson 4
-0110100 Lucier 4
-0110100 Vasconcellos 4
-0110100 Pillay 4
-0110100 Hulce 4
-0110100 Troelstrup 4
-0110100 Siguler 4
-0110100 Ladra 4
-0110100 Heitner 4
-0110100 Bertman 4
-0110100 Drolet 4
-0110100 Katsale 4
-0110100 Habamura 4
-0110100 Lennick 4
-0110100 Domichi 4
-0110100 Cannon-Brookes 4
-0110100 Girolami 4
-0110100 Macfadden 4
-0110100 Peckford 4
-0110100 Vietor 4
-0110100 Hackstedde 4
-0110100 Moschetto 4
-0110100 Hickson 4
-0110100 Konno 4
-0110100 Burks 4
-0110100 Itakura 4
-0110100 Sengoku 4
-0110100 Martensen 4
-0110100 Kochis 4
-0110100 Decyk 4
-0110100 Yui 4
-0110100 Hamano 4
-0110100 Nahaylo 4
-0110100 Leaseburg 4
-0110100 Kanters 4
-0110100 Karson 4
-0110100 Windon 4
-0110100 Linfante 4
-0110100 Martorelli 4
-0110100 Addams 4
-0110100 Westrate 4
-0110100 Calderaro 4
-0110100 Wurtele 4
-0110100 Danylow 4
-0110100 Bogard 4
-0110100 Kashoggi 4
-0110100 Steffes 4
-0110100 Sackett 4
-0110100 Hruby 4
-0110100 Boucek 4
-0110100 Courtois 4
-0110100 Kovacik 4
-0110100 Radosevich 4
-0110100 Rozema 4
-0110100 Kingsepp 4
-0110100 Pakula 4
-0110100 Halen 4
-0110100 Stitt 4
-0110100 Hensen 4
-0110100 Dahlsen 4
-0110100 Linowitz 4
-0110100 Brogamo 4
-0110100 Celente 4
-0110100 Mino 4
-0110100 Morgenroth 4
-0110100 Leinberger 4
-0110100 Tucci 4
-0110100 Youmans 4
-0110100 Skeddle 4
-0110100 Kirchner 4
-0110100 Osherow 4
-0110100 Thau 4
-0110100 Odening 4
-0110100 Conradie 4
-0110100 Kloten 4
-0110100 Diliberto 4
-0110100 Baldock 4
-0110100 Jamet 4
-0110100 Romanelli 4
-0110100 Keesler 4
-0110100 Asprey 4
-0110100 Spassky 4
-0110100 Strecker 4
-0110100 Lindland 4
-0110100 Bossen 4
-0110100 Schaeuble 4
-0110100 Sehgal 4
-0110100 Kilcullen 4
-0110100 Waltrip 4
-0110100 Mittag 4
-0110100 LeBron 4
-0110100 Rubio 4
-0110100 Karatnycky 4
-0110100 Komansky 4
-0110100 Massot 4
-0110100 Tebaldi 4
-0110100 Deelen 4
-0110100 Gurwara 4
-0110100 Virnich 4
-0110100 Klingenstein 4
-0110100 Pozsgay 4
-0110100 Melley 4
-0110100 Dickerman 4
-0110100 Vollmer 4
-0110100 Shindell 4
-0110100 Spedding 4
-0110100 Halbreich 4
-0110100 Magowan 4
-0110100 McCanna 4
-0110100 Ayala 4
-0110100 Errick 4
-0110100 Dockum 4
-0110100 Karube 4
-0110100 Chanzit 4
-0110100 Bolinder 4
-0110100 Chaikin 4
-0110100 Mejia 4
-0110100 Holien 4
-0110100 Bar-Illan 4
-0110100 Rocourt 4
-0110100 Riedener 4
-0110100 Bucter 4
-0110100 Winograd 4
-0110100 Greyser 4
-0110100 Kozikowski 4
-0110100 Taormina 4
-0110100 Guillemin 4
-0110100 Chibaro 4
-0110100 Wolse 4
-0110100 Stebbings 4
-0110100 Hedberg 4
-0110100 Kikuchi 4
-0110100 Buechner 4
-0110100 Dosik 4
-0110100 Abdie 4
-0110100 Burnette 4
-0110100 Ananashvili 4
-0110100 Haefner 4
-0110100 Cantoni 4
-0110100 Tempero 4
-0110100 Kundruhn 4
-0110100 Coster 4
-0110100 Kuperberg 4
-0110100 Ebinger 4
-0110100 Homan 4
-0110100 Goodes 4
-0110100 Palance 4
-0110100 Dalziel 4
-0110100 Spooner 4
-0110100 Treimann 4
-0110100 Kasarda 4
-0110100 Pinchbeck 4
-0110100 Jinks 4
-0110100 Krenkowitz 4
-0110100 Friel 4
-0110100 Bildsoe 4
-0110100 Kappil 4
-0110100 Carlile 4
-0110100 Bartell 4
-0110100 Bernath 4
-0110100 Naber 4
-0110100 Kerherve 4
-0110100 Schulmann 4
-0110100 Nazal 4
-0110100 Doumani 4
-0110100 Thrall 4
-0110100 Kalin 4
-0110100 Gilpatric 4
-0110100 Silveira 4
-0110100 Riedy 4
-0110100 Pawlik 4
-0110100 Housken 4
-0110100 Fuerer 4
-0110100 Garnel 4
-0110100 Nonella 4
-0110100 Goodsell 4
-0110100 Rundell 4
-0110100 Kloske 4
-0110100 Olmert 4
-0110100 Coplen 4
-0110100 Swails 4
-0110100 Bremer 4
-0110100 Ota 4
-0110100 Posada 4
-0110100 Karamba 4
-0110100 Klenk 4
-0110100 Zambrano 4
-0110100 Bajda 4
-0110100 Ramsdell 4
-0110100 Fourie 4
-0110100 Amhowitz 4
-0110100 Liontas 4
-0110100 Fedor 4
-0110100 Grein 4
-0110100 Engelman 4
-0110100 Pagliuca 4
-0110100 Zemelman 4
-0110100 Gadwani 4
-0110100 Ruoff 4
-0110100 Aglialoro 4
-0110100 Poses 4
-0110100 Hunkin 4
-0110100 Michaux 4
-0110100 Shippey 4
-0110100 Caceres 4
-0110100 Wichlep 4
-0110100 Stiehl 4
-0110100 Gaughan 4
-0110100 Aurichio 4
-0110100 Crummey 4
-0110100 Erdmann 4
-0110100 Spiers 4
-0110100 Hettinger 4
-0110100 Raffo 4
-0110100 Ribero 4
-0110100 Dingebauer 4
-0110100 Rahneva 4
-0110100 Pakalov 4
-0110100 Duplat 4
-0110100 Danby 4
-0110100 Wier 4
-0110100 McWalter 4
-0110100 Helfant 4
-0110100 Ransohoff 4
-0110100 Guendel 4
-0110100 Hauff 4
-0110100 Kaufthal 4
-0110100 Vactor 4
-0110100 Walshe 4
-0110100 Molisa 4
-0110100 Baechlin 4
-0110100 Brofman 4
-0110100 Roj 4
-0110100 Tacher 4
-0110100 Preyss 4
-0110100 Walken 4
-0110100 Massenberg 4
-0110100 Burdge 4
-0110100 Maida 4
-0110100 Sheahan 4
-0110100 Swoap 4
-0110100 Belatti 4
-0110100 Feller 4
-0110100 Sprat 4
-0110100 Remillard 4
-0110100 Rudibaugh 4
-0110100 Godsoe 4
-0110100 Heinbockel 4
-0110100 Siegal 4
-0110100 Lefler 4
-0110100 Zerhusen 4
-0110100 Moltz 4
-0110100 Bofill 4
-0110100 Pienaar 4
-0110100 Steck 4
-0110100 Walgren 4
-0110100 Kotter 4
-0110100 Dorsett 4
-0110100 Gruberova 4
-0110100 Rizzello 4
-0110100 Creviston 4
-0110100 Modisett 4
-0110100 Cartolano 4
-0110100 Chwat 4
-0110100 Kawamata 4
-0110100 Snapp 4
-0110100 Dainsberg 4
-0110100 Krecek 4
-0110100 Chatto 4
-0110100 Klabunde 4
-0110100 Sottile 4
-0110100 Lopp 4
-0110100 Rousselot 4
-0110100 al-Garamani 4
-0110100 al-Haddad 4
-0110100 Bihrud 4
-0110100 Hersey 4
-0110100 Kitzmiller 4
-0110100 Hohlt 4
-0110100 Hunthausen 4
-0110100 Isselbacher 4
-0110100 Quilligan 4
-0110100 Stackhouse 4
-0110100 Collecchia 4
-0110100 Lingenfelter 4
-0110100 Waney 4
-0110100 Seawell 4
-0110100 Heunis 4
-0110100 Hirschbein 4
-0110100 Yamanaka 4
-0110100 Bueche 4
-0110100 Worrall 4
-0110100 al-Anono 4
-0110100 Furse 4
-0110100 Dilworth 4
-0110100 Wenzinger 4
-0110100 Nehring 4
-0110100 Foos 4
-0110100 Rapanelli 4
-0110100 Joudrie 4
-0110100 Becque 4
-0110100 Rudd 4
-0110100 Sully 4
-0110100 Steinborn 4
-0110100 Dalal 4
-0110100 Bresley 4
-0110100 Slentz 4
-0110100 Leiva 4
-0110100 Withrow 4
-0110100 Houck 4
-0110100 Macaraig 4
-0110100 Potvin 4
-0110100 Nayak 4
-0110100 Weisel 4
-0110100 Gutridge 4
-0110100 Zelnik 4
-0110100 Longcroft 4
-0110100 Grazer 4
-0110100 Silvy 4
-0110100 Zinsser 4
-0110100 Kersley 4
-0110100 Wasik 4
-0110100 Cantley 4
-0110100 Messick 4
-0110100 Schembechler 4
-0110100 Ordonez 4
-0110100 DeGroot 4
-0110100 Lanni 4
-0110100 Wainio 4
-0110100 Brandvold 4
-0110100 Marbut 4
-0110100 Alloway 4
-0110100 Uy-Tioco 4
-0110100 Stavis 4
-0110100 Hiroi 4
-0110100 Keer 4
-0110100 Seigfreid 4
-0110100 McTaggart 4
-0110100 Forehead 4
-0110100 Fossedal 4
-0110100 Bredekamp 4
-0110100 Hagman 4
-0110100 Katon 4
-0110100 Ranalli 4
-0110100 Poon 4
-0110100 Ghobadian 4
-0110100 XXIII 4
-0110100 Strigl 4
-0110100 Pinsky 4
-0110100 Rickman 4
-0110100 Arnone 4
-0110100 Nukazawa 4
-0110100 Slemrod 4
-0110100 Estevez 4
-0110100 Jonsson 4
-0110100 Orbison 4
-0110100 Budai 4
-0110100 Posen 4
-0110100 Hyon-hui 4
-0110100 Greelish 4
-0110100 Zadeh 4
-0110100 Kieschnick 4
-0110100 Borneck 4
-0110100 Armentano 4
-0110100 Yashiro 4
-0110100 Wouri 4
-0110100 Paar 4
-0110100 Duddles 4
-0110100 Dalbeck 4
-0110100 Foyle 4
-0110100 Levendel 4
-0110100 Seeliger 4
-0110100 Husson 4
-0110100 Kilfoyle 4
-0110100 Ahlers 4
-0110100 Dalhoff 4
-0110100 Pilenzo 4
-0110100 Torday 4
-0110100 Seelbinder 4
-0110100 Wormley 4
-0110100 Kois 4
-0110100 Frenkel 4
-0110100 Dowie 4
-0110100 Breedon 4
-0110100 Miullo 4
-0110100 Holkeri 4
-0110100 Schroll 4
-0110100 Gandiaga 4
-0110100 Zwerin 4
-0110100 Neidich 4
-0110100 Boddewyn 4
-0110100 Baeri 4
-0110100 Glotz 4
-0110100 Pietersen 4
-0110100 Vidaurri 4
-0110100 Rimmel 4
-0110100 Nanula 4
-0110100 Allbach 4
-0110100 Terman 4
-0110100 Brannock 4
-0110100 Tanoira 4
-0110100 Kundrat 4
-0110100 DeWoskin 4
-0110100 Googel 4
-0110100 Spilker 4
-0110100 Cyca 4
-0110100 Grosfeld 4
-0110100 Fontenot 4
-0110100 Raether 4
-0110100 Bonnart 4
-0110100 Winbergh 4
-0110100 Gutenstein 4
-0110100 Timmers 4
-0110100 Ruwe 4
-0110100 Nuell 4
-0110100 Boillot 4
-0110100 Winebrenner 4
-0110100 el-Shamma 4
-0110100 Weinhoff 4
-0110100 Hamilburg 4
-0110100 Coakley 4
-0110100 Sakamura 4
-0110100 Liebenberg 4
-0110100 Rebholtz 4
-0110100 Essman 4
-0110100 Seki 4
-0110100 Graefe 4
-0110100 Brinck 4
-0110100 MacNaughton 4
-0110100 Phalan 4
-0110100 Ivester 4
-0110100 Croisset 4
-0110100 Holties 4
-0110100 Trandum 4
-0110100 Clary 4
-0110100 Megley 4
-0110100 Lucassen 4
-0110100 Rulon-Miller 4
-0110100 McFedries 4
-0110100 Biggins 4
-0110100 Dieckamp 4
-0110100 Gwynn 4
-0110100 Penzak 4
-0110100 Forsberg 4
-0110100 Tallon 4
-0110100 Nedelman 4
-0110100 Keisling 4
-0110100 McGrane 4
-0110100 Gamson 4
-0110100 Schroer 4
-0110100 Stassen 4
-0110100 Sladkus 4
-0110100 Vargo 4
-0110100 Barbetta 4
-0110100 Nocella 4
-0110100 Ata 4
-0110100 Ravenal 4
-0110100 Bamping 4
-0110100 Omana 4
-0110100 Daniello 4
-0110100 Buttarazzi 4
-0110100 Amara 4
-0110100 Lamboley 4
-0110100 Iwasaki 4
-0110100 Winbigler 4
-0110100 Pantages 4
-0110100 Anderegg 4
-0110100 Dimon 4
-0110100 Heeger 4
-0110100 Sieverts 4
-0110100 Papadopoulos 4
-0110100 Mossaz 4
-0110100 Mitsuya 4
-0110100 Humm 4
-0110100 Mooibroek 4
-0110100 Orden 4
-0110100 Martindale 4
-0110100 McLure 4
-0110100 Stehelin 4
-0110100 Hoppe 4
-0110100 Rademacher 4
-0110100 Becken 4
-0110100 Claeson 4
-0110100 Cinalli 4
-0110100 Scheuring 4
-0110100 Kinsella 4
-0110100 Dimitriadis 4
-0110100 Polutchko 4
-0110100 Maleczech 4
-0110100 Brusberg 4
-0110100 Doorley 4
-0110100 Johnsson 4
-0110100 Knighton 4
-0110100 Yannikos 4
-0110100 Keleher 4
-0110100 Niven 4
-0110100 Spender 4
-0110100 Dienstbier 4
-0110100 Milch 4
-0110100 Fischler 4
-0110100 Welty 4
-0110100 Engelhardt 5
-0110100 Rossellini 5
-0110100 Manes 5
-0110100 Borovoy 5
-0110100 Roizen 5
-0110100 Hammadi 5
-0110100 Radabaugh 5
-0110100 Arsenault 5
-0110100 Quensen 5
-0110100 Zeughauser 5
-0110100 Skigen 5
-0110100 Sweetman 5
-0110100 Grabe 5
-0110100 Hindes 5
-0110100 Sidle 5
-0110100 Nauslar 5
-0110100 Rickert 5
-0110100 Sunder 5
-0110100 Nemessuri 5
-0110100 Stroud 5
-0110100 Doggett 5
-0110100 Sigman 5
-0110100 DeVos 5
-0110100 Miert 5
-0110100 Spilman 5
-0110100 Podolsky 5
-0110100 Parrett 5
-0110100 Namer 5
-0110100 Tilbian 5
-0110100 Shicoff 5
-0110100 Ballow 5
-0110100 Gianelli 5
-0110100 Mathewson 5
-0110100 Brugere-Trelat 5
-0110100 DiGiacomo 5
-0110100 Orlov 5
-0110100 Kozaren 5
-0110100 Lichtenfels 5
-0110100 Burnison 5
-0110100 Kroner 5
-0110100 Langenscheidt 5
-0110100 Arbogast 5
-0110100 Ormrod 5
-0110100 Cianci 5
-0110100 Kayatta 5
-0110100 Collmer 5
-0110100 Trennum 5
-0110100 Oshry 5
-0110100 Langone 5
-0110100 Budzinski 5
-0110100 MacQueen 5
-0110100 Swales 5
-0110100 AbuZayyad 5
-0110100 Regab 5
-0110100 Baar 5
-0110100 duBusc 5
-0110100 Kyd 5
-0110100 Moutoussamy 5
-0110100 Pary 5
-0110100 Brosens 5
-0110100 Quesada 5
-0110100 Gyothen 5
-0110100 Fourticq 5
-0110100 Mulvaney 5
-0110100 Jacquette 5
-0110100 Meana 5
-0110100 Finazzo 5
-0110100 Raikes 5
-0110100 Seropian 5
-0110100 Deville 5
-0110100 Licata 5
-0110100 Pittenger 5
-0110100 Dunstan 5
-0110100 Bothmann 5
-0110100 Liniger 5
-0110100 Wynter 5
-0110100 Mirer 5
-0110100 Plumeri 5
-0110100 Kautz 5
-0110100 Berryman 5
-0110100 McNaughton 5
-0110100 Herzel 5
-0110100 Barsell 5
-0110100 Sandroni 5
-0110100 Anglin 5
-0110100 DeYoung 5
-0110100 Duffin 5
-0110100 Nelligan 5
-0110100 Pursel 5
-0110100 Winningstad 5
-0110100 Prokopis 5
-0110100 Wilpon 5
-0110100 Samartini 5
-0110100 Kerslake 5
-0110100 Davidowitz 5
-0110100 Goto 5
-0110100 Miki 5
-0110100 Lohrengel 5
-0110100 Kinsman 5
-0110100 Mengers 5
-0110100 McQuaid 5
-0110100 Flanz 5
-0110100 Burzon 5
-0110100 Kukovica 5
-0110100 Szumny 5
-0110100 Bossano 5
-0110100 Croissier 5
-0110100 Finkel 5
-0110100 Matsuoka 5
-0110100 Prickett 5
-0110100 Larder 5
-0110100 Athanasakos 5
-0110100 Varma 5
-0110100 Mattheiss 5
-0110100 Liebl 5
-0110100 Giacometti 5
-0110100 Kornblith 5
-0110100 Haider 5
-0110100 Seale 5
-0110100 Chmielewski 5
-0110100 Strausberg 5
-0110100 Lebowitz 5
-0110100 Schepens 5
-0110100 Fortabat 5
-0110100 Furton 5
-0110100 Menditto 5
-0110100 Moler 5
-0110100 Medrich 5
-0110100 Conia 5
-0110100 McNab 5
-0110100 Funabashi 5
-0110100 Gamel 5
-0110100 Mengden 5
-0110100 Reisenbach 5
-0110100 Denham 5
-0110100 Lopes 5
-0110100 Peins 5
-0110100 Kahle 5
-0110100 DeVane 5
-0110100 Hammonds 5
-0110100 Hayworth 5
-0110100 Lacson 5
-0110100 Ousey 5
-0110100 Gwartney 5
-0110100 Lebo 5
-0110100 Borish 5
-0110100 Plouf 5
-0110100 Krellenstein 5
-0110100 Parmenter 5
-0110100 Ellerin 5
-0110100 Finzen 5
-0110100 Gilchrest 5
-0110100 Chikofsky 5
-0110100 Malanca 5
-0110100 Mallet 5
-0110100 Lobato 5
-0110100 Thrale 5
-0110100 Logue 5
-0110100 Sandklef 5
-0110100 Abdic 5
-0110100 Symington 5
-0110100 Beimford 5
-0110100 Makino 5
-0110100 Panitz 5
-0110100 Quercia 5
-0110100 Billingslea 5
-0110100 Frydenlund 5
-0110100 Callanan 5
-0110100 Dunk 5
-0110100 Weithas 5
-0110100 Medcalf 5
-0110100 Capano 5
-0110100 McKimm 5
-0110100 Anderau 5
-0110100 Swyt 5
-0110100 Woitschaetzke 5
-0110100 Simek 5
-0110100 Panny 5
-0110100 Nordman 5
-0110100 Steeley 5
-0110100 Lebel 5
-0110100 Siano 5
-0110100 Roxborough 5
-0110100 Elizondo 5
-0110100 Kovacevich 5
-0110100 Laurenzo 5
-0110100 Radtke 5
-0110100 Zaccaglin 5
-0110100 Modell 5
-0110100 Gilg 5
-0110100 Carriere 5
-0110100 Gratzon 5
-0110100 Pazos 5
-0110100 Yankey 5
-0110100 Throckmorton 5
-0110100 Maneaty 5
-0110100 Rabe 5
-0110100 Fabra 5
-0110100 Grigg 5
-0110100 Negus 5
-0110100 Kasun 5
-0110100 Guidry 5
-0110100 Pisapia 5
-0110100 Bartram 5
-0110100 Moross 5
-0110100 Screech 5
-0110100 Takeyama 5
-0110100 Hubschmid 5
-0110100 Foont 5
-0110100 Hutson 5
-0110100 Kraselnick 5
-0110100 Kopechne 5
-0110100 Inanlou 5
-0110100 Haddow 5
-0110100 Trafficante 5
-0110100 Quilici 5
-0110100 Wasilewski 5
-0110100 Siehl 5
-0110100 Bhasin 5
-0110100 Velli 5
-0110100 Passino 5
-0110100 Ren 5
-0110100 Konney 5
-0110100 Ferre 5
-0110100 Islas 5
-0110100 Geiringer 5
-0110100 Popeo 5
-0110100 Luzenac 5
-0110100 Alun-Jones 5
-0110100 Knopfli 5
-0110100 Orbe 5
-0110100 Dockray 5
-0110100 Siart 5
-0110100 Lougee 5
-0110100 Moriarty 5
-0110100 Ziade 5
-0110100 Paller 5
-0110100 Corvo 5
-0110100 Lithgow 5
-0110100 Goodchild 5
-0110100 Wildblood 5
-0110100 Banis 5
-0110100 Bostock 5
-0110100 Sippl 5
-0110100 Barnhard 5
-0110100 Encarnacao 5
-0110100 Stegmayer 5
-0110100 Gilday 5
-0110100 Goldenhersh 5
-0110100 Bhandari 5
-0110100 Bergin 5
-0110100 Halkyard 5
-0110100 Mandrell 5
-0110100 Lessard 5
-0110100 Ibuki 5
-0110100 Cropper 5
-0110100 Habicht 5
-0110100 Gutherie 5
-0110100 Recchia 5
-0110100 Bibicoff 5
-0110100 Janeway 5
-0110100 VandenBerg 5
-0110100 Luellen 5
-0110100 Carmody 5
-0110100 Boschma 5
-0110100 Treves 5
-0110100 Solomonson 5
-0110100 Cangiano 5
-0110100 McLendon 5
-0110100 Malaker 5
-0110100 McCarren 5
-0110100 Tsuchiya 5
-0110100 Mirande 5
-0110100 Sevareid 5
-0110100 Swinford 5
-0110100 Tseki 5
-0110100 Rauh 5
-0110100 Wolper 5
-0110100 Belis 5
-0110100 Snowdon 5
-0110100 Gasket 5
-0110100 Chesek 5
-0110100 Grifka 5
-0110100 Heilbroner 5
-0110100 Rosow 5
-0110100 Bialy 5
-0110100 Shebelski 5
-0110100 Rickover 5
-0110100 Kuperstein 5
-0110100 Espinoza 5
-0110100 Pannier 5
-0110100 Ellroy 5
-0110100 Urbanski 5
-0110100 Sheedy 5
-0110100 Joura 5
-0110100 Ben-Aharon 5
-0110100 Nieto 5
-0110100 Krimsky 5
-0110100 Gerace 5
-0110100 Dabbagh 5
-0110100 Lunnie 5
-0110100 Riggins 5
-0110100 Zeder 5
-0110100 Namath 5
-0110100 Diermeier 5
-0110100 Ortquist 5
-0110100 Seko 5
-0110100 Evenson 5
-0110100 Castella 5
-0110100 Eubank 5
-0110100 Vantine 5
-0110100 Garamendi 5
-0110100 Rueff 5
-0110100 Brustein 5
-0110100 DeFilippo 5
-0110100 Montren 5
-0110100 Pierman 5
-0110100 Tanous 5
-0110100 Suprana 5
-0110100 Reaux 5
-0110100 Kadotani 5
-0110100 Costrell 5
-0110100 Gerberg 5
-0110100 Rizzuto 5
-0110100 Warshaw 5
-0110100 Meneses 5
-0110100 Rossotti 5
-0110100 Petrilli 5
-0110100 Mosk 5
-0110100 Hiaasen 5
-0110100 Tallman 5
-0110100 Lowenkron 5
-0110100 Nims 5
-0110100 Braga 5
-0110100 Bonet 5
-0110100 Chagnon 5
-0110100 Salvin 5
-0110100 Schnapp 5
-0110100 Rosencrants 5
-0110100 Malloch 5
-0110100 Venneboerger 5
-0110100 Gallas 5
-0110100 Zahmatkesh 5
-0110100 Heneghan 5
-0110100 deButts 5
-0110100 Blenkarn 5
-0110100 Ayukawa 5
-0110100 Goldblith 5
-0110100 Bretschneider 5
-0110100 Hackmann 5
-0110100 Goell 5
-0110100 Hymowitz 5
-0110100 Letterer 5
-0110100 Popova 5
-0110100 Kornhaber 5
-0110100 Modise 5
-0110100 Terkel 5
-0110100 Landsborough 5
-0110100 Marner 5
-0110100 Lintner 5
-0110100 Yoshihashi 5
-0110100 Germann 5
-0110100 Noelle-Neumann 5
-0110100 Ouedraogo 5
-0110100 Breslow 5
-0110100 Wezniak 5
-0110100 Lueddeke 5
-0110100 Turrill 5
-0110100 Bechky 5
-0110100 Evanson 5
-0110100 Pyzhyanov 5
-0110100 Birenbaum 5
-0110100 Hirabayashi 5
-0110100 Benderly 5
-0110100 Batts 5
-0110100 Yoshizawa 5
-0110100 Lenfant 5
-0110100 Ricklefs 5
-0110100 Herder 5
-0110100 Vachon 5
-0110100 Gilbreath 5
-0110100 Dunker 5
-0110100 Hegarty 5
-0110100 Immitt 5
-0110100 Citron 5
-0110100 Hulm 5
-0110100 Bartol 5
-0110100 Zarkin 5
-0110100 Tworek 5
-0110100 Karmarkar 5
-0110100 Romanenko 5
-0110100 Sayers 5
-0110100 Hoffberger 5
-0110100 Bakhash 5
-0110100 Henningfield 5
-0110100 Petrone 5
-0110100 Youngblood 5
-0110100 Schmalensee 5
-0110100 Malinin 5
-0110100 al-Uraybi 5
-0110100 Steinkuehler 5
-0110100 Conners 5
-0110100 Dimitrova 5
-0110100 Quattrone 5
-0110100 Cholakis 5
-0110100 Tearno 5
-0110100 Wasco 5
-0110100 Sheperdson 5
-0110100 Savona 5
-0110100 Miegel 5
-0110100 Braendle 5
-0110100 Kinlen 5
-0110100 Moscahlaidis 5
-0110100 Sommervold 5
-0110100 Bergamo 5
-0110100 Gaizo 5
-0110100 Bacow 5
-0110100 Peirce 5
-0110100 Frankis 5
-0110100 Sappenfield 5
-0110100 Khachigian 5
-0110100 Karpinsky 5
-0110100 Majerus 5
-0110100 Teerlink 5
-0110100 Uphoff 5
-0110100 Apuzzo 5
-0110100 Buffington 5
-0110100 Gotto 5
-0110100 Westerman 5
-0110100 Lekberg 5
-0110100 Ptack 5
-0110100 Shenk 5
-0110100 Grohowski 5
-0110100 Fischl 5
-0110100 Pafumi 5
-0110100 Shonecan 5
-0110100 Saffer 5
-0110100 Buechel 5
-0110100 Togliatti 5
-0110100 Nobuto 5
-0110100 Whicher 5
-0110100 Scholtz 5
-0110100 Magruder 5
-0110100 Beichert 5
-0110100 Haygood 5
-0110100 Hulin 5
-0110100 Eckel 5
-0110100 Markley 5
-0110100 Actouka 5
-0110100 Kutnick 5
-0110100 Doukas 5
-0110100 Schwemm 5
-0110100 Galindo 5
-0110100 Kozlowski 5
-0110100 Zeschmar 5
-0110100 Rossiter 5
-0110100 Prappas 5
-0110100 Conklin 5
-0110100 Tydings 5
-0110100 LaRocque 5
-0110100 Uffelman 5
-0110100 Gaup 5
-0110100 Suggs 5
-0110100 Kingham 5
-0110100 Prigov 5
-0110100 Bantle 5
-0110100 Ludwin 5
-0110100 McLachlan 5
-0110100 Vitulli 5
-0110100 Kristofferson 5
-0110100 Trantum 5
-0110100 Eklund 5
-0110100 Clavel 5
-0110100 Damone 5
-0110100 Vink 5
-0110100 Nunes 5
-0110100 Wudtke 5
-0110100 Vieley 5
-0110100 Pozen 5
-0110100 Manasse 5
-0110100 Blodgett 5
-0110100 Weingart 5
-0110100 Vipperman 5
-0110100 Semsky 5
-0110100 Waits 5
-0110100 Kono 5
-0110100 Morberg 5
-0110100 Chesnais 5
-0110100 Manolis 5
-0110100 Bialo 5
-0110100 Crotty 5
-0110100 Koegler 5
-0110100 Raynolds 5
-0110100 Marsico 5
-0110100 Muck 5
-0110100 Poulton 5
-0110100 Puskar 5
-0110100 Vibbard 5
-0110100 Buteau 5
-0110100 Saperstein 5
-0110100 Rondeau 5
-0110100 Moison 5
-0110100 Bailar 5
-0110100 Hershaft 5
-0110100 Shiflett 5
-0110100 Lannon 5
-0110100 Weiger 5
-0110100 Baurmann 5
-0110100 Kaffen 5
-0110100 Harradine 5
-0110100 Dolembo 5
-0110100 Walto 5
-0110100 Buskirk 5
-0110100 Doering 5
-0110100 Davidoski 5
-0110100 Loubad 5
-0110100 Gillick 5
-0110100 Ramseier 5
-0110100 Malozemoff 5
-0110100 Tolchin 5
-0110100 Cofrin 5
-0110100 Kizer 5
-0110100 Maerki 5
-0110100 Ribble 5
-0110100 Linsteadt 5
-0110100 Alves 5
-0110100 McCloud 5
-0110100 DeSantis 5
-0110100 Siegman 5
-0110100 Schwarzrock 5
-0110100 Demery 5
-0110100 Kolberg 5
-0110100 Sease 5
-0110100 Cheverton 5
-0110100 Willet 5
-0110100 Hundley 5
-0110100 Anthes 5
-0110100 Hallingby 5
-0110100 Siskind 5
-0110100 Skar 5
-0110100 Wilhite 5
-0110100 Marchand 5
-0110100 Shimomura 5
-0110100 Isacsson 5
-0110100 Markovich 5
-0110100 Middlemas 5
-0110100 Bonini 5
-0110100 Rotenstreich 5
-0110100 MacKinney 5
-0110100 Lundquist 5
-0110100 Schwadel 5
-0110100 Baakza 5
-0110100 Anastos 5
-0110100 Ditmar 5
-0110100 Taura 5
-0110100 Miyoshi 5
-0110100 Cresswell 5
-0110100 Katzin 5
-0110100 Ohga 5
-0110100 Foulkes 5
-0110100 Glavin 5
-0110100 Popp 5
-0110100 Moughamian 5
-0110100 Speir 5
-0110100 Attlee 5
-0110100 Duethorn 5
-0110100 Schmierer 5
-0110100 Lindau 5
-0110100 Edney 5
-0110100 Hartwig 5
-0110100 Kanner 5
-0110100 Curnin 5
-0110100 Jarmusz 5
-0110100 Inamori 5
-0110100 Bottner 5
-0110100 Stephansen 5
-0110100 Mercardante 5
-0110100 Gracer 5
-0110100 Gutman 5
-0110100 Tillinger 5
-0110100 Duda 5
-0110100 Sund 5
-0110100 Schoolnik 5
-0110100 Lavely 5
-0110100 Marohn 5
-0110100 Atienza 5
-0110100 Uris 5
-0110100 Donaghy 5
-0110100 Morford 5
-0110100 Wenninger 5
-0110100 Babb 5
-0110100 Hemphill 5
-0110100 Comiche 5
-0110100 Cronenberg 5
-0110100 LaBelle 5
-0110100 Daberko 5
-0110100 Sandburg 5
-0110100 Jamplis 5
-0110100 Cariseo 5
-0110100 DiNardo 5
-0110100 Vairo 5
-0110100 Kersnick 5
-0110100 Talmo 5
-0110100 Prazmark 5
-0110100 Neuborne 5
-0110100 Amstutz 5
-0110100 Soetbeer 5
-0110100 Lundi 5
-0110100 Kanel 5
-0110100 Kinkade 5
-0110100 Sidlin 5
-0110100 Previn 5
-0110100 Gidwani 5
-0110100 Marini 5
-0110100 Cheveralls 5
-0110100 Whitemore 5
-0110100 Errigo 5
-0110100 Kanoff 5
-0110100 Ursell 5
-0110100 Waranch 5
-0110100 Greisman 5
-0110100 Hubaev 5
-0110100 Holstead 5
-0110100 Rieger 5
-0110100 Vicious 5
-0110100 Eyles 5
-0110100 Rabins 5
-0110100 Shrager 5
-0110100 McAvoy 5
-0110100 Endoh 5
-0110100 Sattler 5
-0110100 Carpentier 5
-0110100 Djukastein 5
-0110100 Sukornick 5
-0110100 Pelli 5
-0110100 Bereuter 5
-0110100 Reise 5
-0110100 Buchholz 5
-0110100 Schaulsohn 5
-0110100 Courtis 5
-0110100 Treybig 5
-0110100 Seeno 5
-0110100 Calabresi 5
-0110100 Siebrasse 5
-0110100 Bannon 5
-0110100 Mulder 5
-0110100 Vorster 5
-0110100 Duchin 5
-0110100 Kanabayashi 5
-0110100 Grellman 5
-0110100 Goldfader 5
-0110100 Lumet 5
-0110100 Bhar 5
-0110100 Skrodski 5
-0110100 Moi 5
-0110100 Mendenhall 5
-0110100 Gridley 5
-0110100 Mayland 5
-0110100 Peapples 5
-0110100 Pezzullo 5
-0110100 Andersson 5
-0110100 Nelms 5
-0110100 Camoys 5
-0110100 Ludden 5
-0110100 Lozinska 5
-0110100 Sokolova 5
-0110100 Wulkan 5
-0110100 Weicher 5
-0110100 Albertos 5
-0110100 Macchia 5
-0110100 Heisley 5
-0110100 Lefeve 5
-0110100 LaPorte 5
-0110100 Probert 5
-0110100 Scarff 5
-0110100 Pruden 5
-0110100 Guillory 5
-0110100 McAndrew 5
-0110100 Frei 5
-0110100 Timmerman 5
-0110100 Thieme 5
-0110100 Bruchey 5
-0110100 McCrady 5
-0110100 Chabot 5
-0110100 Paige 5
-0110100 Foundyller 5
-0110100 Kampe 5
-0110100 Moriyama 5
-0110100 Pilkey 5
-0110100 Sonnenfeld 5
-0110100 Zeiler 5
-0110100 Mkhwanazi 5
-0110100 Sachnoff 5
-0110100 Cerny 5
-0110100 Cloonan 5
-0110100 Guilfoyle 5
-0110100 Bonistalli 5
-0110100 Askin 5
-0110100 Schnadt 5
-0110100 Comissiona 5
-0110100 Gaddis 5
-0110100 Gillis 5
-0110100 Aranson 5
-0110100 Spinola 5
-0110100 Pinkes 5
-0110100 Bucher 5
-0110100 Wavle 5
-0110100 Schoellkopf 5
-0110100 Corder 5
-0110100 Krum 5
-0110100 Varipapa 5
-0110100 Nerlinger 5
-0110100 Tournier 5
-0110100 Belmonte 5
-0110100 Raufer 5
-0110100 Barayi 5
-0110100 Whitcome 5
-0110100 Jeelof 5
-0110100 Brule 5
-0110100 Whalen 5
-0110100 Sonnenberg 5
-0110100 Saveth 5
-0110100 Pacifico 5
-0110100 Perriss 5
-0110100 Baudry 5
-0110100 Cyert 5
-0110100 LaBella 5
-0110100 Zubaidi 5
-0110100 MacAvoy 5
-0110100 Cleland 5
-0110100 Gignac 5
-0110100 Heaton 5
-0110100 Maciejowski 5
-0110100 Vial 5
-0110100 Kardell 5
-0110100 Terada 5
-0110100 Barbash 5
-0110100 Davin 5
-0110100 Netto 5
-0110100 Caton 5
-0110100 Buller 5
-0110100 Brannigan 5
-0110100 Jorissen 5
-0110100 Westmacott 5
-0110100 Bettner 5
-0110100 Jaeger 5
-0110100 Nusseibeh 5
-0110100 Laguerre 5
-0110100 Aparicio 5
-0110100 Agran 5
-0110100 Martinelli 5
-0110100 Coombs 5
-0110100 Naude 5
-0110100 Hirakawa 5
-0110100 Harter 5
-0110100 Mastrup 5
-0110100 Muzzio 5
-0110100 Mullaney 5
-0110100 Bertelsen 5
-0110100 Grable 5
-0110100 Swid 5
-0110100 Ogata 5
-0110100 Hamachek 5
-0110100 Parfet 5
-0110100 Pearman 5
-0110100 Everitt 5
-0110100 Phenner 5
-0110100 Masterton 5
-0110100 Kaminstein 5
-0110100 Durang 5
-0110100 Speidell 5
-0110100 Gitelman 5
-0110100 Suzman 5
-0110100 Rugg 5
-0110100 Binsky 5
-0110100 Gelly 5
-0110100 Collomp 5
-0110100 Pecqueur 5
-0110100 Atterman 5
-0110100 Upson 5
-0110100 Seizinger 5
-0110100 Kopelson 5
-0110100 Corman 5
-0110100 Lenglen 5
-0110100 Bischoff 5
-0110100 Swarttouw 5
-0110100 Lapointe 5
-0110100 Cavavetta 5
-0110100 Marchman 5
-0110100 Skaletsky 5
-0110100 Pelson 5
-0110100 Deuillet 5
-0110100 Duisenberg 5
-0110100 Tannen 5
-0110100 Whaley 5
-0110100 Tajan 5
-0110100 Berro 5
-0110100 Butland 5
-0110100 Borchardt 5
-0110100 Sheibani 5
-0110100 Nortman 5
-0110100 Goeken 5
-0110100 Filiberti 5
-0110100 Murad 5
-0110100 Zycher 5
-0110100 Millo 5
-0110100 Bornemann 5
-0110100 Pecarich 5
-0110100 Sperandeo 5
-0110100 Sambrook 5
-0110100 Koizumi 5
-0110100 Stettinius 5
-0110100 Jakeway 5
-0110100 Viehe 5
-0110100 Tashiro 5
-0110100 Padwe 5
-0110100 Sandelman 5
-0110100 Tremblay 5
-0110100 Bossis 5
-0110100 Barmash 5
-0110100 Leason 5
-0110100 Hetherington 5
-0110100 Rohrlich 5
-0110100 Blessey 5
-0110100 Yule 5
-0110100 Leimberg 5
-0110100 Poppins 5
-0110100 Shoemate 5
-0110100 Shofstahl 5
-0110100 Fahys 5
-0110100 Carraway 5
-0110100 Hamper 5
-0110100 Perna 5
-0110100 Brannelly 5
-0110100 Kondratas 5
-0110100 Chietti 5
-0110100 Hovious 5
-0110100 Doby 5
-0110100 Poniatowski 5
-0110100 Goldschmitt 5
-0110100 Staubach 5
-0110100 Abene 5
-0110100 Roodt 5
-0110100 Petee 5
-0110100 Bottenbruch 5
-0110100 Skantze 5
-0110100 Freydberg 5
-0110100 Aab 5
-0110100 Brackeen 5
-0110100 Boller 5
-0110100 Kurek 5
-0110100 Cornman 5
-0110100 Abrahamsson 5
-0110100 Ammendola 5
-0110100 Orbach 5
-0110100 Cilli 5
-0110100 Sakamoto 5
-0110100 Bopp 5
-0110100 Beauregard 5
-0110100 Blumkin 5
-0110100 Howson 5
-0110100 Britchky 5
-0110100 Mayron 5
-0110100 Segura 5
-0110100 Siminoff 5
-0110100 Gritter 5
-0110100 Bhattasali 5
-0110100 Pilarczyk 5
-0110100 Riepe 5
-0110100 Altmeyer 5
-0110100 Judelson 5
-0110100 Cardona 5
-0110100 Lattes 5
-0110100 Marchessault 5
-0110100 Albom 5
-0110100 Lohman 5
-0110100 Speirs 5
-0110100 Thornhill-Cummings 5
-0110100 Ephron 5
-0110100 Norville 5
-0110100 Hamer 5
-0110100 McFarlan 5
-0110100 Sando 5
-0110100 dePalma 5
-0110100 Schnapper 5
-0110100 Dittmer 5
-0110100 Geruch 5
-0110100 Bramble 5
-0110100 Viera 5
-0110100 Frankhauser 5
-0110100 Lichtman 5
-0110100 Lisberger 5
-0110100 McEvaddy 5
-0110100 Battalio 5
-0110100 McCone 5
-0110100 Kotecha 5
-0110100 Seegal 5
-0110100 Nemeth 5
-0110100 Fitzgibbon 5
-0110100 Ardbo 5
-0110100 Beckler 5
-0110100 Chaudhari 5
-0110100 McClanahan 5
-0110100 Alviso 5
-0110100 Akao 5
-0110100 Denniston 5
-0110100 Tasco 5
-0110100 Sherburne 5
-0110100 Hourihan 5
-0110100 Sprizzo 5
-0110100 Hamblen 5
-0110100 Lins 5
-0110100 Kotz 5
-0110100 Yoshino 5
-0110100 Cortese 5
-0110100 Lenkowsky 5
-0110100 Kakar 5
-0110100 Scaraggi 5
-0110100 Montgoris 5
-0110100 Widdrington 5
-0110100 Crook 5
-0110100 Maciej 5
-0110100 Carballo 5
-0110100 Bagwell 5
-0110100 Myojin 5
-0110100 Pollak 5
-0110100 Shinoda 5
-0110100 Zlotin 5
-0110100 Kleinbard 5
-0110100 Gagner 5
-0110100 Burchard 5
-0110100 Coonts 5
-0110100 Gyngell 5
-0110100 Spivak 5
-0110100 Tomblin 5
-0110100 Knauff 5
-0110100 Ohtake 5
-0110100 Bohlin 5
-0110100 Rolle 5
-0110100 Nurnberg 5
-0110100 Bulasky 5
-0110100 Wenger 5
-0110100 Vanocur 5
-0110100 Frontieres 5
-0110100 Fraidin 5
-0110100 Nave 5
-0110100 McRaney 5
-0110100 Kvalheim 5
-0110100 Rusen 5
-0110100 Cattivera 5
-0110100 Mawby 5
-0110100 Gati 5
-0110100 Hurckes 5
-0110100 Hoepoedio 5
-0110100 Danco 5
-0110100 Tauber 5
-0110100 Troendly 5
-0110100 Dezember 5
-0110100 Moravcsik 5
-0110100 Caygill 5
-0110100 Tamari 5
-0110100 Kamarck 5
-0110100 Kipper 5
-0110100 Hawkinson 5
-0110100 Heckathorn 5
-0110100 Clavell 5
-0110100 Urfe 5
-0110100 Tovstonogov 5
-0110100 Pashkow 5
-0110100 Tendler 5
-0110100 Viio 5
-0110100 Cholnoky 5
-0110100 LaPierre 5
-0110100 Quillian 5
-0110100 Lautman 5
-0110100 Donofrio 5
-0110100 Lipicky 5
-0110100 Gildersleeve 5
-0110100 Vasic 5
-0110100 Bunina 5
-0110100 Celis 5
-0110100 Fraghistas 5
-0110100 Petovar 5
-0110100 Oldershaw 5
-0110100 Masty 5
-0110100 Thernstrom 5
-0110100 Rozeff 5
-0110100 Mitra 5
-0110100 Radoccia 5
-0110100 Horabin 5
-0110100 Radt 5
-0110100 Faget 5
-0110100 Farthing 5
-0110100 Blustein 5
-0110100 Klingensmith 5
-0110100 Nau 5
-0110100 Lydecker 5
-0110100 Penley 5
-0110100 Sagebrecht 5
-0110100 Verbicky 5
-0110100 Ebermann 5
-0110100 Morcott 5
-0110100 Cheslick 5
-0110100 Moorer 5
-0110100 Gearde 5
-0110100 Midgley 5
-0110100 Mankiewicz 5
-0110100 Fellegi 5
-0110100 Harl 5
-0110100 Raciti 5
-0110100 LaMar 5
-0110100 McCartin 5
-0110100 Pisano 5
-0110100 Waitzer 5
-0110100 Mikhailov 5
-0110100 Mooberry 5
-0110100 Koten 5
-0110100 Creech 5
-0110100 Ansberry 5
-0110100 Tanis 5
-0110100 Kropp 5
-0110100 Egozi 5
-0110100 Clemons 5
-0110100 Barlage 5
-0110100 Bodett 5
-0110100 Jang 5
-0110100 Eimer 5
-0110100 Loynd 5
-0110100 Radzimski 5
-0110100 Rothwell 5
-0110100 Oi 5
-0110100 Palicka 5
-0110100 MacInnis 5
-0110100 Munger 5
-0110100 Yurek 5
-0110100 Freedberg 5
-0110100 Belanger 5
-0110100 Beauvoir 5
-0110100 Horovitz 5
-0110100 Ringwald 5
-0110100 Eran 5
-0110100 Grauman 5
-0110100 Ugoretz 5
-0110100 Wilkus 5
-0110100 Gandois 5
-0110100 Mlangeni 5
-0110100 Semsdorf 5
-0110100 Tsutsui 5
-0110100 Knecht 5
-0110100 Shaunessy 5
-0110100 Posternak 5
-0110100 Lignell 5
-0110100 Cuscela 5
-0110100 Soederberg 5
-0110100 Fatemi 5
-0110100 Gobert 5
-0110100 Gollub 5
-0110100 Petrillo 5
-0110100 Tomitsuka 5
-0110100 Davidhazy 5
-0110100 Prine 5
-0110100 Ullrich 5
-0110100 Mires 5
-0110100 Sweaney 5
-0110100 Archbold 5
-0110100 Basheer 5
-0110100 Dafoe 5
-0110100 Manos 5
-0110100 Dent 5
-0110100 Pansini 5
-0110100 Arbuckle 5
-0110100 Yergin 5
-0110100 Arrott 5
-0110100 Ducker 5
-0110100 Shireman 5
-0110100 Woerhoff 5
-0110100 Heskett 5
-0110100 Sarmiento 5
-0110100 Mindlin 5
-0110100 Gunning 5
-0110100 Golm 5
-0110100 Fradin 5
-0110100 Tananbaum 5
-0110100 Chatterley 5
-0110100 Dynes 5
-0110100 Plager 5
-0110100 Jarboe 5
-0110100 McGeehan 5
-0110100 Yaghoubi 5
-0110100 Boivin 5
-0110100 Hennekens 5
-0110100 Hishon 5
-0110100 Fishburn 5
-0110100 Sprogis 5
-0110100 Leung 5
-0110100 Rajender 5
-0110100 AbuTaha 5
-0110100 Velasquez 5
-0110100 Angevine 5
-0110100 Minghella 5
-0110100 Monical 5
-0110100 Balogh 5
-0110100 Carstairs 5
-0110100 Obolensky 5
-0110100 Jessey 5
-0110100 Botwinick 5
-0110100 Kolenik 5
-0110100 Stambaugh 5
-0110100 Wende 5
-0110100 Rochette 5
-0110100 Hasty 5
-0110100 Mesznik 5
-0110100 Ligendza 5
-0110100 Zanville 5
-0110100 Bleakley 5
-0110100 Wickbom 5
-0110100 Ropka 5
-0110100 Moglia 5
-0110100 Kennon 5
-0110100 Arbell 5
-0110100 Babitsky 5
-0110100 Mirecki 5
-0110100 Steeper 5
-0110100 Ianotti 5
-0110100 Payte 5
-0110100 Sackville 5
-0110100 Vucanovich 5
-0110100 Tindemans 5
-0110100 Calore 5
-0110100 Fites 5
-0110100 Dombrowski 5
-0110100 Orris 5
-0110100 Eskandarian 5
-0110100 Shitrit 5
-0110100 Freiheit 5
-0110100 Junco 5
-0110100 Seigenthaler 5
-0110100 Swados 5
-0110100 Weise 5
-0110100 Trinchero 5
-0110100 Colantuoni 5
-0110100 Wanandi 5
-0110100 Seipp 5
-0110100 Tallarico 5
-0110100 Argyros 5
-0110100 Nitschke 5
-0110100 Jiyun 5
-0110100 Heermann 5
-0110100 Selkoe 5
-0110100 Warin 5
-0110100 Cloward 5
-0110100 Bitting 5
-0110100 Klasny 5
-0110100 Monello 5
-0110100 Tullman 5
-0110100 Mertes 5
-0110100 Somarriba 5
-0110100 Minkel 5
-0110100 Snowden 5
-0110100 Sorell 5
-0110100 Guarriello 5
-0110100 Bedell 5
-0110100 DeShano 5
-0110100 DeMascio 5
-0110100 Regula 5
-0110100 Lundeen 5
-0110100 Brumley 5
-0110100 Czerniak 5
-0110100 Leeb 5
-0110100 Schnitzer 5
-0110100 Kalov 5
-0110100 Quelch 5
-0110100 Willax 5
-0110100 McHenry 5
-0110100 Shelbourne 5
-0110100 Bellisario 5
-0110100 Hacche 5
-0110100 Moldaw 5
-0110100 Mowell 5
-0110100 Ciresa 5
-0110100 Sahl 5
-0110100 Quattlebaum 5
-0110100 Mondragon 5
-0110100 Leuninger 5
-0110100 Shealy 5
-0110100 Stites 5
-0110100 Hammes 5
-0110100 Welsch 5
-0110100 Hemp 5
-0110100 Fabiani 5
-0110100 Andersin 5
-0110100 Vrable 5
-0110100 Balson 5
-0110100 Hoang 5
-0110100 Larive 5
-0110100 Leubert 5
-0110100 Christopherson 5
-0110100 Telljohann 5
-0110100 Rowlett 5
-0110100 Hanian 5
-0110100 Gelles 5
-0110100 Flynt 5
-0110100 Schoenke 5
-0110100 Kling 5
-0110100 Destler 5
-0110100 DuHadway 5
-0110100 Rabinovitz 5
-0110100 Lakian 5
-0110100 Thorsberg 5
-0110100 Neglia 5
-0110100 Eifler 5
-0110100 Cieslak 5
-0110100 Sweetin 5
-0110100 Beury 5
-0110100 Appelman 5
-0110100 Sarotte 5
-0110100 Hatano 5
-0110100 Roddey 5
-0110100 Vento 5
-0110100 Timony 5
-0110100 Flegm 5
-0110100 Ribaudo 5
-0110100 Badillo 5
-0110100 Wetterberg 5
-0110100 Saget 5
-0110100 Buffin 5
-0110100 Bachrach 5
-0110100 Sanh 5
-0110100 Cameros 5
-0110100 Nezi 5
-0110100 Schappell 5
-0110100 Benner 5
-0110100 Venners 5
-0110100 Rigby 5
-0110100 Chickering 5
-0110100 Marota 5
-0110100 Oda 5
-0110100 Kowalski 5
-0110100 Bassin 5
-0110100 Arseneault 5
-0110100 Yaeger 5
-0110100 Toft 5
-0110100 Boyles 5
-0110100 Vieser 5
-0110100 Mompati 5
-0110100 Passaretti 5
-0110100 Bockris 5
-0110100 Googins 5
-0110100 Philippi 5
-0110100 Ogletree 5
-0110100 Iooss 5
-0110100 Lavington 5
-0110100 Kaminski 5
-0110100 Olinger 5
-0110100 Koren 5
-0110100 Faris 5
-0110100 McLaurin 5
-0110100 Stefanelli 5
-0110100 Aliev 5
-0110100 Roden 5
-0110100 Lowrie 5
-0110100 Muraoka 5
-0110100 Walley 6
-0110100 Blubaugh 6
-0110100 Navasky 6
-0110100 Rafeedie 6
-0110100 Ince 6
-0110100 Fifield 6
-0110100 Zollo 6
-0110100 Flenniken 6
-0110100 Tresker 6
-0110100 Cassatt 6
-0110100 Narusawa 6
-0110100 Zubillaga 6
-0110100 Lauterbach 6
-0110100 Spade 6
-0110100 Schroeter 6
-0110100 Gildea 6
-0110100 Manilow 6
-0110100 Savoie 6
-0110100 Karatsu 6
-0110100 Catchpole 6
-0110100 Ney 6
-0110100 Yassine 6
-0110100 Glinka 6
-0110100 Minow 6
-0110100 Muravchik 6
-0110100 Macaulay 6
-0110100 Nickels 6
-0110100 Kapp 6
-0110100 Orlowsky 6
-0110100 Krogager 6
-0110100 Mitchum 6
-0110100 Gumpp 6
-0110100 Medicus 6
-0110100 McTavish 6
-0110100 Cootner 6
-0110100 Srinivasan 6
-0110100 Shatrov 6
-0110100 McRoberts 6
-0110100 Sennet 6
-0110100 Waraich 6
-0110100 Zielinski 6
-0110100 Battaglia 6
-0110100 Pedowitz 6
-0110100 Bromley 6
-0110100 McKerrow 6
-0110100 Takemoto 6
-0110100 Castille 6
-0110100 Schelke 6
-0110100 Guion 6
-0110100 Levitas 6
-0110100 Ohanian 6
-0110100 Kunikata 6
-0110100 Pagels 6
-0110100 Winnick 6
-0110100 Mitcham 6
-0110100 Kawahara 6
-0110100 Bermingham 6
-0110100 Morgenstern 6
-0110100 Prenn 6
-0110100 Haislip 6
-0110100 McSpadden 6
-0110100 Altay 6
-0110100 Futterman 6
-0110100 Rudoff 6
-0110100 Roesch 6
-0110100 Estess 6
-0110100 Butterwick 6
-0110100 Gutin 6
-0110100 Bish 6
-0110100 Peiser 6
-0110100 Romiti 6
-0110100 Allegrett 6
-0110100 Kringen 6
-0110100 Kado 6
-0110100 Gistaro 6
-0110100 Jordon 6
-0110100 Baratta 6
-0110100 Gautier 6
-0110100 Rader 6
-0110100 Krakowski 6
-0110100 Cortina 6
-0110100 Nygaard 6
-0110100 Ishida 6
-0110100 Boulter 6
-0110100 Mokoena 6
-0110100 Benedetto 6
-0110100 DePree 6
-0110100 Hadaway 6
-0110100 Yoshitomi 6
-0110100 Cutugno 6
-0110100 Johanson 6
-0110100 Shmelyov 6
-0110100 Besteman 6
-0110100 Rostow 6
-0110100 Cosell 6
-0110100 Herz 6
-0110100 Berdy 6
-0110100 Ehrreich 6
-0110100 Marrs 6
-0110100 Naismith 6
-0110100 Erakat 6
-0110100 Paltrow 6
-0110100 Bruce-Gardyne 6
-0110100 Voell 6
-0110100 Kanat 6
-0110100 Stavropoulos 6
-0110100 Shortell 6
-0110100 Plomley 6
-0110100 Vincenzi 6
-0110100 Bottum 6
-0110100 Slavnov 6
-0110100 Barkocy 6
-0110100 Carnow 6
-0110100 Heinze 6
-0110100 Hettleman 6
-0110100 Tattersall 6
-0110100 Mallen 6
-0110100 Fetter 6
-0110100 Wachner 6
-0110100 Giaquinto 6
-0110100 Dyck 6
-0110100 Fawell 6
-0110100 Feldhan 6
-0110100 Stead 6
-0110100 Bottiger 6
-0110100 Hensley 6
-0110100 Crier 6
-0110100 Celebrezze 6
-0110100 Himmel 6
-0110100 Strang 6
-0110100 Nutting 6
-0110100 Scutieri 6
-0110100 Poiesz 6
-0110100 Rickles 6
-0110100 Gutterman 6
-0110100 Slovenko 6
-0110100 Kulongoski 6
-0110100 Korthals 6
-0110100 Findley 6
-0110100 Dowdle 6
-0110100 Gaasbeck 6
-0110100 Lukomski 6
-0110100 Al-Saihati 6
-0110100 Arguetty 6
-0110100 Igoe 6
-0110100 Previts 6
-0110100 Makatini 6
-0110100 Brauchli 6
-0110100 Ryback 6
-0110100 Willcoxon 6
-0110100 Zang 6
-0110100 Tsuji 6
-0110100 Skoloff 6
-0110100 Henle 6
-0110100 Perkinson 6
-0110100 Durgin 6
-0110100 Feigenbaum 6
-0110100 Nikonov 6
-0110100 Merman 6
-0110100 Breese 6
-0110100 Ethridge 6
-0110100 Mansur 6
-0110100 Zachowski 6
-0110100 Runkel 6
-0110100 McWilliam 6
-0110100 Lipset 6
-0110100 Fialka 6
-0110100 Auriana 6
-0110100 Gamello 6
-0110100 Cherlin 6
-0110100 Nilges 6
-0110100 Gitter 6
-0110100 Nocera 6
-0110100 Selden 6
-0110100 Kolatch 6
-0110100 Kohjima 6
-0110100 Kimmitt 6
-0110100 Braude 6
-0110100 Feuer 6
-0110100 Vesper 6
-0110100 Roman-Barber 6
-0110100 Nares 6
-0110100 Doss 6
-0110100 Mathur 6
-0110100 Schrier 6
-0110100 Bartola 6
-0110100 Negrini 6
-0110100 Mangan 6
-0110100 Fritzsche 6
-0110100 Behm 6
-0110100 Matamoros 6
-0110100 Swindel 6
-0110100 Farling 6
-0110100 Albeck 6
-0110100 MacLachlan 6
-0110100 Asquith 6
-0110100 Contillo 6
-0110100 Schop 6
-0110100 Saranow 6
-0110100 Homzy 6
-0110100 Johnstad 6
-0110100 Tindall 6
-0110100 Michas 6
-0110100 Stowell 6
-0110100 Naidoo 6
-0110100 Ruttenbur 6
-0110100 Lubetkin 6
-0110100 Latshaw 6
-0110100 Nipp 6
-0110100 Yoneyama 6
-0110100 Donegan 6
-0110100 Ainsberg 6
-0110100 Friendlich 6
-0110100 Spindler 6
-0110100 Raphalian 6
-0110100 DeLauer 6
-0110100 Deans 6
-0110100 Faux 6
-0110100 Mierzejewski 6
-0110100 Droser 6
-0110100 Hamrick 6
-0110100 Aristide 6
-0110100 Asensio 6
-0110100 Arneson 6
-0110100 Killen 6
-0110100 Jazani 6
-0110100 Laimbeer 6
-0110100 Harling 6
-0110100 Wingo 6
-0110100 Bleich 6
-0110100 Vallarino 6
-0110100 Mostafavi 6
-0110100 McGary 6
-0110100 Matos 6
-0110100 Slavin 6
-0110100 Daher 6
-0110100 Westphal 6
-0110100 Kardashev 6
-0110100 Butt 6
-0110100 Aalseth 6
-0110100 Jagnecki 6
-0110100 Dievler 6
-0110100 Kleber 6
-0110100 Benoliel 6
-0110100 Billig 6
-0110100 Alcantara 6
-0110100 Lichenstein 6
-0110100 Lacaze 6
-0110100 McMains 6
-0110100 Quirk 6
-0110100 Katsh 6
-0110100 Bator 6
-0110100 Sinise 6
-0110100 Dilenschneider 6
-0110100 Gribbon 6
-0110100 Licari 6
-0110100 Dellomo 6
-0110100 Freund 6
-0110100 Thomsen 6
-0110100 Urashima 6
-0110100 Onyszkiewicz 6
-0110100 Harff 6
-0110100 Agoglia 6
-0110100 Herzstein 6
-0110100 Hallward 6
-0110100 Khalid 6
-0110100 Renner 6
-0110100 Speiser 6
-0110100 Aristov 6
-0110100 Farina 6
-0110100 Lovelace 6
-0110100 Languetin 6
-0110100 Inonu 6
-0110100 Gianturco 6
-0110100 Filipiak 6
-0110100 Bartolacci 6
-0110100 Lackey 6
-0110100 Verghese 6
-0110100 DesLondes 6
-0110100 Nigris 6
-0110100 Ellerton 6
-0110100 Illeman 6
-0110100 Sukenik 6
-0110100 Wolcott 6
-0110100 Yearley 6
-0110100 Turpin 6
-0110100 Thielsch 6
-0110100 Tsutsumi 6
-0110100 Dusault 6
-0110100 Sodini 6
-0110100 Westerberg 6
-0110100 Pippin 6
-0110100 Schrager 6
-0110100 Chowdry 6
-0110100 Kapnick 6
-0110100 Wainer 6
-0110100 Superfon 6
-0110100 Warrilow 6
-0110100 Berio 6
-0110100 DeGennaro 6
-0110100 Siconolfi 6
-0110100 Baxt 6
-0110100 Epes 6
-0110100 Schweiker 6
-0110100 Borten 6
-0110100 Ayoub 6
-0110100 Gavaghan 6
-0110100 Machado 6
-0110100 Dicello 6
-0110100 Weadock 6
-0110100 Younker 6
-0110100 Diffrient 6
-0110100 Jain 6
-0110100 Glimcher 6
-0110100 Ippolito 6
-0110100 Maisel 6
-0110100 Casale 6
-0110100 Tsipis 6
-0110100 Economou 6
-0110100 Sadek 6
-0110100 Dubler 6
-0110100 Alder 6
-0110100 Strub 6
-0110100 Matsuura 6
-0110100 Ishimura 6
-0110100 Pinkus 6
-0110100 Tulis 6
-0110100 Namin 6
-0110100 Meaney 6
-0110100 Tredici 6
-0110100 Hofeller 6
-0110100 Gilfoil 6
-0110100 Wobst 6
-0110100 Franzen 6
-0110100 Chikos 6
-0110100 Goodell 6
-0110100 Siller 6
-0110100 Gist 6
-0110100 Davidian 6
-0110100 Sapolsky 6
-0110100 Thomasson 6
-0110100 Berrios 6
-0110100 Fargeot 6
-0110100 Petkov 6
-0110100 McKeen 6
-0110100 Heilbron 6
-0110100 Burness 6
-0110100 Elorriaga 6
-0110100 Eischeid 6
-0110100 Spitzmiller 6
-0110100 Leuschel 6
-0110100 Smolow 6
-0110100 Balter 6
-0110100 Nevis 6
-0110100 Deanes 6
-0110100 Luczywo 6
-0110100 Bovetti 6
-0110100 Mahmood 6
-0110100 Doull 6
-0110100 Capasso 6
-0110100 Grappelli 6
-0110100 Satchell 6
-0110100 Brockner 6
-0110100 Hallaren 6
-0110100 Windt 6
-0110100 Aschauer 6
-0110100 LeCompte 6
-0110100 Ewell 6
-0110100 Mucha 6
-0110100 Berrigan 6
-0110100 Federbush 6
-0110100 Matsukura 6
-0110100 Bruggerre 6
-0110100 Hanlin 6
-0110100 Janizsewski 6
-0110100 McClay 6
-0110100 Banerji 6
-0110100 Pfeifer 6
-0110100 Mehle 6
-0110100 Tomasson 6
-0110100 Baione 6
-0110100 Norgren 6
-0110100 Lindholm 6
-0110100 Frese 6
-0110100 Wygod 6
-0110100 Hasbargen 6
-0110100 Gittleman 6
-0110100 Searles 6
-0110100 Quartin 6
-0110100 Villarreal 6
-0110100 Tidmore 6
-0110100 Egener 6
-0110100 Hoiles 6
-0110100 Simmert 6
-0110100 McGann 6
-0110100 Drescher 6
-0110100 Spiotto 6
-0110100 Lamphier 6
-0110100 Keidel 6
-0110100 Cheval 6
-0110100 Nagaoka 6
-0110100 Dat 6
-0110100 Flamm 6
-0110100 Doanh 6
-0110100 Utter 6
-0110100 Makeba 6
-0110100 Nardi 6
-0110100 Segopolo 6
-0110100 Segre 6
-0110100 Selznick 6
-0110100 Bergstein 6
-0110100 Poulsen 6
-0110100 Lachs 6
-0110100 Rathmann 6
-0110100 Mazzella 6
-0110100 Trauscht 6
-0110100 Stannard 6
-0110100 Lieppe 6
-0110100 Fenyvessy 6
-0110100 Vinocur 6
-0110100 Todenhoefer 6
-0110100 Rahall 6
-0110100 Tose 6
-0110100 Munn 6
-0110100 McGehee 6
-0110100 Cragg 6
-0110100 Schuller 6
-0110100 Andjaparidze 6
-0110100 Maday 6
-0110100 Bronkema 6
-0110100 Gandolf 6
-0110100 Ammon 6
-0110100 Rudder 6
-0110100 Blaylock 6
-0110100 Ruppert 6
-0110100 Schiaffino 6
-0110100 Prillaman 6
-0110100 Oltman 6
-0110100 Saposnick 6
-0110100 Bookhout 6
-0110100 Sotnikov 6
-0110100 Milling-Stanley 6
-0110100 Antone 6
-0110100 Lisk 6
-0110100 Alessandrini 6
-0110100 Ruud 6
-0110100 Saddler 6
-0110100 Kulani 6
-0110100 Falla 6
-0110100 Bachynsky 6
-0110100 Gledhill 6
-0110100 Puglisi 6
-0110100 Nordby 6
-0110100 Tufaro 6
-0110100 Valdes 6
-0110100 Franey 6
-0110100 Gullickson 6
-0110100 Dicks 6
-0110100 Brandmeier 6
-0110100 Hinzack 6
-0110100 Haun 6
-0110100 Geli 6
-0110100 RoAne 6
-0110100 Ressler 6
-0110100 Aslam 6
-0110100 Phibbs 6
-0110100 Vines 6
-0110100 Csepregi 6
-0110100 Feofanov 6
-0110100 Keverian 6
-0110100 Benabe 6
-0110100 Bamford 6
-0110100 Neumark 6
-0110100 Terragno 6
-0110100 Bruecher 6
-0110100 Brison 6
-0110100 Tsuchihashi 6
-0110100 Siskel 6
-0110100 Arndt 6
-0110100 Gaon 6
-0110100 Sohmen 6
-0110100 Bendana 6
-0110100 Ulvert 6
-0110100 Bejart 6
-0110100 Omura 6
-0110100 Tidwell 6
-0110100 Zelvin 6
-0110100 Callander 6
-0110100 Bartha 6
-0110100 Penfil 6
-0110100 Vreeland 6
-0110100 Triomphe 6
-0110100 Gusella 6
-0110100 Chuang 6
-0110100 Bidwill 6
-0110100 Hallquist 6
-0110100 Charvillat 6
-0110100 Esping 6
-0110100 Offit 6
-0110100 Raftery 6
-0110100 Leppard 6
-0110100 Barwick 6
-0110100 Baggaley 6
-0110100 Prindl 6
-0110100 Riboud 6
-0110100 Pottruck 6
-0110100 Smukler 6
-0110100 Kirwan 6
-0110100 Bardos 6
-0110100 Prevost 6
-0110100 Ruenheck 6
-0110100 Marris 6
-0110100 Bhojani 6
-0110100 Penhallegon 6
-0110100 Steedman 6
-0110100 DeSio 6
-0110100 Ivanier 6
-0110100 Weisbach 6
-0110100 Gorr 6
-0110100 Lupberger 6
-0110100 Broady 6
-0110100 Stethem 6
-0110100 Groover 6
-0110100 Wager 6
-0110100 Lamby 6
-0110100 deGueldre 6
-0110100 Steagall 6
-0110100 Kragt 6
-0110100 Mnuchin 6
-0110100 Youngquist 6
-0110100 Pearse 6
-0110100 Zawacky 6
-0110100 Bocuse 6
-0110100 Bommarito 6
-0110100 Arader 6
-0110100 Peretz 6
-0110100 Dinneen 6
-0110100 Siciliano 6
-0110100 Fonseca 6
-0110100 McEachern 6
-0110100 Witcher 6
-0110100 Nagata 6
-0110100 Thymius 6
-0110100 Karenina 6
-0110100 Slone 6
-0110100 Imershein 6
-0110100 Schwerin 6
-0110100 Beitz 6
-0110100 Liikanen 6
-0110100 Ungar 6
-0110100 Weintz 6
-0110100 Verveer 6
-0110100 Gnaizda 6
-0110100 Larkham 6
-0110100 Hirai 6
-0110100 DiVall 6
-0110100 Capshaw 6
-0110100 Ohshima 6
-0110100 Argabright 6
-0110100 Klugman 6
-0110100 Soffer 6
-0110100 Schaible 6
-0110100 Voytko 6
-0110100 Davidovits 6
-0110100 Dugger 6
-0110100 Riebman 6
-0110100 Higashi 6
-0110100 Hardesty 6
-0110100 Mantegna 6
-0110100 Tanen 6
-0110100 Tretiak 6
-0110100 Greis 6
-0110100 Frandsen 6
-0110100 Nunez 6
-0110100 Ehrmann 6
-0110100 Burghart 6
-0110100 Cerier 6
-0110100 Collard 6
-0110100 Stull 6
-0110100 Brendel 6
-0110100 Smolinski 6
-0110100 Eisenach 6
-0110100 Jurczak 6
-0110100 Waranius 6
-0110100 Trainor 6
-0110100 Matl 6
-0110100 Drogoul 6
-0110100 Seifer 6
-0110100 Gubaidulina 6
-0110100 Mlecko 6
-0110100 Whitmire 6
-0110100 Ledezma 6
-0110100 Gersten 6
-0110100 Schefer 6
-0110100 Clow 6
-0110100 Pearsall 6
-0110100 Craugh 6
-0110100 Mathavious 6
-0110100 Nahmad 6
-0110100 Meador 6
-0110100 Keale 6
-0110100 Ringoen 6
-0110100 Fromkin 6
-0110100 Zimtbaum 6
-0110100 Kareiva 6
-0110100 Heuer 6
-0110100 Onen 6
-0110100 Tiwari 6
-0110100 Grzywinski 6
-0110100 Metviner 6
-0110100 Vykukal 6
-0110100 Yankovic 6
-0110100 Kawabe 6
-0110100 Ardia 6
-0110100 Sabah 6
-0110100 Chiene 6
-0110100 Daughney 6
-0110100 Thorndal 6
-0110100 Boykin 6
-0110100 Salauddin 6
-0110100 Granahan 6
-0110100 Davila 6
-0110100 Lewites 6
-0110100 Hanninen 6
-0110100 Overman 6
-0110100 Mhyren 6
-0110100 Wandler 6
-0110100 Emkin 6
-0110100 al-Khayil 6
-0110100 Murdy 6
-0110100 McCombs 6
-0110100 Majrooh 6
-0110100 Amitai 6
-0110100 Radin 6
-0110100 Ahrens 6
-0110100 Louw 6
-0110100 Caldera 6
-0110100 Kosters 6
-0110100 McCreary 6
-0110100 Byker 6
-0110100 Daremblum 6
-0110100 Zuck 6
-0110100 Freitag 6
-0110100 Toldrian 6
-0110100 Strasma 6
-0110100 Lassner 6
-0110100 Cannestra 6
-0110100 Topham 6
-0110100 Mulanaphy 6
-0110100 Amstad 6
-0110100 Bucksbaum 6
-0110100 Schumpeter 6
-0110100 Brookhiser 6
-0110100 Bergonzi 6
-0110100 Kornreich 6
-0110100 Berenger 6
-0110100 Ecker 6
-0110100 Weidman 6
-0110100 Abela 6
-0110100 Imamura 6
-0110100 Kohlmeyer 6
-0110100 Marrero 6
-0110100 Ader 6
-0110100 Behravesh 6
-0110100 Georgas 6
-0110100 Brozman 6
-0110100 Fanfani 6
-0110100 Deieso 6
-0110100 Philby 6
-0110100 Shantz 6
-0110100 Kivell 6
-0110100 Honegger 6
-0110100 Freston 6
-0110100 Severinson 6
-0110100 Yevtushenko 6
-0110100 Ringer 6
-0110100 Kneale 6
-0110100 Cockfield 6
-0110100 Schlossberg 6
-0110100 Fukuyama 6
-0110100 Kragen 6
-0110100 Scioscia 6
-0110100 Begelman 6
-0110100 Sealey 6
-0110100 Schleuning 6
-0110100 Littleboy 6
-0110100 Grundhofer 6
-0110100 Minucci 6
-0110100 Florendo 6
-0110100 Bussey 6
-0110100 Machrone 6
-0110100 Boursicot 6
-0110100 Graboys 6
-0110100 Souran 6
-0110100 Gomes 6
-0110100 Koranda 6
-0110100 Axelgard 6
-0110100 Zicarelli 6
-0110100 Vallens 6
-0110100 Branscomb 6
-0110100 Gartland 6
-0110100 Kowalczyk 6
-0110100 McKeithen 6
-0110100 Polak 6
-0110100 Jumblatt 6
-0110100 Gerstel 6
-0110100 Delonis 6
-0110100 Hagood 6
-0110100 Rosoff 6
-0110100 Ghouse 6
-0110100 Flusser 6
-0110100 Kitayama 6
-0110100 Masi 6
-0110100 Tetrick 6
-0110100 Crossman 6
-0110100 Ruffi 6
-0110100 Sillin 6
-0110100 Borgman 6
-0110100 Krenz 6
-0110100 Garrido 6
-0110100 Geissinger 6
-0110100 Zobrist 6
-0110100 Correa 6
-0110100 Levran 6
-0110100 Chingos 6
-0110100 Jarrat 6
-0110100 Storin 6
-0110100 Hanly 6
-0110100 Schaufuss 6
-0110100 Baily 6
-0110100 Tantoco 6
-0110100 Bukowski 6
-0110100 Ikeda 6
-0110100 Shockley 6
-0110100 Onassis 6
-0110100 Grindle 6
-0110100 Killgore 6
-0110100 Salis 6
-0110100 Schliemann 6
-0110100 Edinger 6
-0110100 Calabrese 6
-0110100 Steinhauer 6
-0110100 Hertog 6
-0110100 Simcox 6
-0110100 Schorsch 6
-0110100 Wilpolt 6
-0110100 Caulfield 6
-0110100 Munroe 6
-0110100 Galligan 6
-0110100 Gobie 6
-0110100 Indiek 6
-0110100 Meeker 6
-0110100 Imperatore 6
-0110100 Gaudette 6
-0110100 Maiman 6
-0110100 Skier 6
-0110100 Haviluk 6
-0110100 Glaze 6
-0110100 Enloe 6
-0110100 Slott 6
-0110100 Leibovit 6
-0110100 Glazov 6
-0110100 Debe 6
-0110100 Nakano 6
-0110100 Foveaux 6
-0110100 Redwine 6
-0110100 Wosczyna 6
-0110100 Watrous 6
-0110100 Tonyes 6
-0110100 Hinchey 6
-0110100 Braswell 6
-0110100 Ahlgren 6
-0110100 Moakley 6
-0110100 Montano 6
-0110100 Corella 6
-0110100 Mottice 6
-0110100 Height 6
-0110100 Hessman 6
-0110100 McClendon 6
-0110100 Baldassare 6
-0110100 Ellspermann 6
-0110100 Nott 6
-0110100 Toko 6
-0110100 Breier 6
-0110100 Trzeciakowski 6
-0110100 Sisson 6
-0110100 Bobker 6
-0110100 Formato 6
-0110100 Savain 6
-0110100 Alt 6
-0110100 Lillard 6
-0110100 Boureslan 6
-0110100 Viafara 6
-0110100 Moonjian 6
-0110100 Killpack 6
-0110100 Coltman 6
-0110100 Wingfield 6
-0110100 Janke 6
-0110100 Mermelstein 6
-0110100 Sweger 6
-0110100 Varner 6
-0110100 Abedi 6
-0110100 Starkey 6
-0110100 Druckman 6
-0110100 Howland-Jackson 6
-0110100 Streicker 6
-0110100 Benasuli 6
-0110100 Karydakis 6
-0110100 Herzberg 6
-0110100 Lundgren 6
-0110100 Swillinger 6
-0110100 Southway 6
-0110100 Kaspersen 6
-0110100 Bennack 6
-0110100 Nutt 6
-0110100 Sarkis 6
-0110100 Bostick 6
-0110100 Kaldahl 6
-0110100 Collyer 6
-0110100 Erra 6
-0110100 Gomory 6
-0110100 Gurwitz 6
-0110100 Vuono 6
-0110100 Broyles 6
-0110100 Grebey 6
-0110100 Canterino 6
-0110100 Huerta 6
-0110100 Skurdy 6
-0110100 Stekly 6
-0110100 Musser 6
-0110100 Ferrell 6
-0110100 Dannemiller 6
-0110100 Robinowitz 6
-0110100 Mirka 6
-0110100 Jech 6
-0110100 Gottwald 6
-0110100 Hazy 6
-0110100 Gemmell 6
-0110100 Balatsos 6
-0110100 Kapioltas 6
-0110100 Husney 6
-0110100 Shiina 6
-0110100 Rodriquez 6
-0110100 Volio 6
-0110100 Shima 6
-0110100 Haggett 6
-0110100 Hasselbrack 6
-0110100 Gissen 6
-0110100 Marlette 6
-0110100 Schvey 6
-0110100 Hurcomb 6
-0110100 Gyll 6
-0110100 Beckmann 6
-0110100 Wurts 6
-0110100 Pestillo 6
-0110100 Goldner 6
-0110100 Najork 6
-0110100 Charney 6
-0110100 Marriner 6
-0110100 Schwantner 6
-0110100 Ancier 6
-0110100 Delahanty 6
-0110100 Belnick 6
-0110100 Stec 6
-0110100 Marren 6
-0110100 Sheils 6
-0110100 Weirick 6
-0110100 Eisenstadt 6
-0110100 Sehnert 6
-0110100 Critchley 6
-0110100 Parkman 6
-0110100 Dahlman 6
-0110100 Linacre 6
-0110100 Fouchard 6
-0110100 Haehl 6
-0110100 Sassower 6
-0110100 Mastronardo 6
-0110100 Huyser 6
-0110100 Giurleo 6
-0110100 Rumery 6
-0110100 Yorinks 6
-0110100 Eskin 6
-0110100 Stanfill 6
-0110100 Krings 6
-0110100 Cohon 6
-0110100 Duffett 6
-0110100 Charpentier 6
-0110100 Rognlien 6
-0110100 Paddon 6
-0110100 Mencher 6
-0110100 Marjai 6
-0110100 Brann 6
-0110100 Barrack 6
-0110100 Kusukawa 6
-0110100 Tabery 6
-0110100 Heitkemper 6
-0110100 Carradine 6
-0110100 Emig 6
-0110100 Gossett 6
-0110100 Sinquefield 6
-0110100 Niekerk 6
-0110100 Mariotti 6
-0110100 Tarumizu 6
-0110100 Czapor 6
-0110100 Jepsen 6
-0110100 Meneau 6
-0110100 Stapf 6
-0110100 Acosta 6
-0110100 Critchlow 6
-0110100 Rendleman 6
-0110100 Hoyer 6
-0110100 Norred 6
-0110100 Arbatov 6
-0110100 Moley 6
-0110100 Emhiser 6
-0110100 Patrie 6
-0110100 Trimmer 6
-0110100 Habash 6
-0110100 Bair 6
-0110100 McShane 6
-0110100 Vojta 6
-0110100 Waigel 6
-0110100 Ghali 6
-0110100 Starckmann 6
-0110100 Leis 6
-0110100 Pavarini 6
-0110100 Eisenman 6
-0110100 Khalis 6
-0110100 Menils 6
-0110100 Zuniga 6
-0110100 Weitz 6
-0110100 Gewirtz 6
-0110100 Gleske 6
-0110100 Bufe 6
-0110100 Pfitzinger 6
-0110100 Tamiso 6
-0110100 Thain 6
-0110100 Leichter 6
-0110100 McCollister 6
-0110100 Traeger 6
-0110100 Krauthammer 6
-0110100 Sandiford 6
-0110100 Buttner 6
-0110100 Russert 6
-0110100 Soiffer 6
-0110100 Urbel 6
-0110100 Liem 6
-0110100 Poss 6
-0110100 Cornelissen 6
-0110100 Schreiner 7
-0110100 Zagorski 7
-0110100 Isherwood 7
-0110100 Sarofim 7
-0110100 Downie 7
-0110100 Andruskevich 7
-0110100 Tripp 7
-0110100 Guglielmi 7
-0110100 Schramm 7
-0110100 Kieselmann 7
-0110100 Gassman 7
-0110100 Kinst 7
-0110100 Koido 7
-0110100 Fukuda 7
-0110100 McGinty 7
-0110100 Kuranari 7
-0110100 Lemieux 7
-0110100 Benchley 7
-0110100 Santoro 7
-0110100 Kovich 7
-0110100 Ubelhart 7
-0110100 Kagami 7
-0110100 Alterman 7
-0110100 Novelli 7
-0110100 Carrel 7
-0110100 Lasater 7
-0110100 MacDougall 7
-0110100 Hudnut 7
-0110100 Scoy 7
-0110100 Abramowicz 7
-0110100 Nolte 7
-0110100 Venter 7
-0110100 Minto 7
-0110100 Seneker 7
-0110100 Bliley 7
-0110100 Hammerman 7
-0110100 Amaral 7
-0110100 Brisby 7
-0110100 Bianco 7
-0110100 Bales 7
-0110100 Manford 7
-0110100 Rosan 7
-0110100 Telesca 7
-0110100 Beauvais 7
-0110100 Sette 7
-0110100 Brownmiller 7
-0110100 Yurowitz 7
-0110100 Vorhauer 7
-0110100 Bakken 7
-0110100 Lacroute 7
-0110100 Rosasco 7
-0110100 Baltodano 7
-0110100 Hulett 7
-0110100 Cwiertnia 7
-0110100 Spendley 7
-0110100 Beachum 7
-0110100 Heckman 7
-0110100 Debs 7
-0110100 Stallibrass 7
-0110100 Ludtke 7
-0110100 Jager 7
-0110100 Decter 7
-0110100 Shibata 7
-0110100 McNish 7
-0110100 Poulson 7
-0110100 Machol 7
-0110100 Staring 7
-0110100 Banzhaf 7
-0110100 Dufour 7
-0110100 Gajda 7
-0110100 Berls 7
-0110100 Heim 7
-0110100 Aksyonov 7
-0110100 Kitt 7
-0110100 Heist 7
-0110100 Arnell 7
-0110100 Borletti 7
-0110100 Benstock 7
-0110100 Borick 7
-0110100 Vingo 7
-0110100 Leppo 7
-0110100 Tippet 7
-0110100 Azinger 7
-0110100 Lazear 7
-0110100 Hartt 7
-0110100 Hochberg 7
-0110100 Henney 7
-0110100 Sollish 7
-0110100 Branitzki 7
-0110100 Ryerson 7
-0110100 Flawn 7
-0110100 Berard 7
-0110100 Kawakami 7
-0110100 Bunton 7
-0110100 Goldfus 7
-0110100 Brunson 7
-0110100 Haugen 7
-0110100 Algernon 7
-0110100 Akhromeyev 7
-0110100 Youngman 7
-0110100 Ayckbourn 7
-0110100 Visclosky 7
-0110100 Eads 7
-0110100 Rayfield 7
-0110100 Beuys 7
-0110100 Nyers 7
-0110100 Wermiel 7
-0110100 Grossi 7
-0110100 Colombari 7
-0110100 Pardus 7
-0110100 Lorelli 7
-0110100 Schipke 7
-0110100 Grossbard 7
-0110100 Zegeer 7
-0110100 Takei 7
-0110100 Placke 7
-0110100 Zuccotti 7
-0110100 Muth 7
-0110100 Huddleston 7
-0110100 Hoopengardner 7
-0110100 Waterfield 7
-0110100 Schmuck 7
-0110100 Bournias 7
-0110100 Clephane 7
-0110100 Wilms 7
-0110100 Sager 7
-0110100 Farb 7
-0110100 Spillane 7
-0110100 Donell 7
-0110100 Takurabe 7
-0110100 Lortie 7
-0110100 Neumeister 7
-0110100 Szot 7
-0110100 Gruneich 7
-0110100 Kissick 7
-0110100 Bissonnette 7
-0110100 Zinman 7
-0110100 Liebeler 7
-0110100 Varmus 7
-0110100 Meinert 7
-0110100 Katanyu 7
-0110100 Satter 7
-0110100 Follett 7
-0110100 Moussa 7
-0110100 Asimov 7
-0110100 Cottle 7
-0110100 Slutsky 7
-0110100 Arlauskas 7
-0110100 Guasch 7
-0110100 Levison 7
-0110100 Hilder 7
-0110100 Schnitz 7
-0110100 Taitt 7
-0110100 Gienow 7
-0110100 Townley 7
-0110100 LeBoutillier 7
-0110100 Padden 7
-0110100 Permut 7
-0110100 Rugeroni 7
-0110100 Benes 7
-0110100 Asimow 7
-0110100 Gan 7
-0110100 Cavanagh 7
-0110100 Reissman 7
-0110100 Ritger 7
-0110100 Molinaro 7
-0110100 Marotto 7
-0110100 Sadlowski 7
-0110100 Stechler 7
-0110100 Fruehling 7
-0110100 Clapman 7
-0110100 Malbon 7
-0110100 Bakshi 7
-0110100 Haynsworth 7
-0110100 Lamm 7
-0110100 Domeniconi 7
-0110100 Keel 7
-0110100 Delucia 7
-0110100 Mathisen 7
-0110100 Welling 7
-0110100 Cervanek 7
-0110100 Muggeridge 7
-0110100 Hollinshead 7
-0110100 Haslam 7
-0110100 Ghose 7
-0110100 Spalvins 7
-0110100 Boughton 7
-0110100 Luisi 7
-0110100 Spangenberg 7
-0110100 Tonomura 7
-0110100 Woodcock 7
-0110100 Parisi 7
-0110100 Blume 7
-0110100 Goodstein 7
-0110100 Ishibashi 7
-0110100 Cammisa 7
-0110100 Lutfalla 7
-0110100 Nerlich 7
-0110100 Tamm 7
-0110100 Chopra 7
-0110100 Renschler 7
-0110100 McMurtry 7
-0110100 Bechtle 7
-0110100 Annecharico 7
-0110100 Farge 7
-0110100 Jamieson 7
-0110100 McWherter 7
-0110100 Waldhorn 7
-0110100 Bester 7
-0110100 Barkshire 7
-0110100 Wollack 7
-0110100 Mower 7
-0110100 Elwell 7
-0110100 Sevier 7
-0110100 Ashman 7
-0110100 Sayegh 7
-0110100 Shimoda 7
-0110100 Trutt 7
-0110100 Bencivenga 7
-0110100 Dalfen 7
-0110100 Haydon 7
-0110100 Daronco 7
-0110100 Mourad 7
-0110100 Winkelman 7
-0110100 Carden 7
-0110100 Gatien 7
-0110100 Kagarlitsky 7
-0110100 Enholme 7
-0110100 Quigg 7
-0110100 Lalonde 7
-0110100 Cerankosky 7
-0110100 Beaufrere 7
-0110100 Pledger 7
-0110100 Glennon 7
-0110100 Kenworthy 7
-0110100 Moric 7
-0110100 Yeiri 7
-0110100 Ise 7
-0110100 Schieren 7
-0110100 Kalelkar 7
-0110100 Whiteneir 7
-0110100 Seix 7
-0110100 Pothitos 7
-0110100 Yastrow 7
-0110100 Bridgeman 7
-0110100 Trost 7
-0110100 Jaroszynski 7
-0110100 Raisler 7
-0110100 Serfling 7
-0110100 Diss 7
-0110100 Hrubik 7
-0110100 Ortenzio 7
-0110100 Ponzetti 7
-0110100 Longley 7
-0110100 Pasquarelli 7
-0110100 Cihak 7
-0110100 Kolokoff 7
-0110100 Morby 7
-0110100 Sze 7
-0110100 Lipnick 7
-0110100 Kirmse 7
-0110100 Schmeltz 7
-0110100 Weissman-Ganes 7
-0110100 Megahan 7
-0110100 Charpie 7
-0110100 Tange 7
-0110100 Kasriel 7
-0110100 Kemplin 7
-0110100 Hiner 7
-0110100 Berthelsen 7
-0110100 Lindo 7
-0110100 Eichberg 7
-0110100 Strangwayes-Booth 7
-0110100 Bronow 7
-0110100 Zecher 7
-0110100 Sansone 7
-0110100 Hilger 7
-0110100 Legere 7
-0110100 Klimek 7
-0110100 Woodhouse 7
-0110100 Salzhauer 7
-0110100 Hawass 7
-0110100 Walinsky 7
-0110100 Meghdar 7
-0110100 Kempner 7
-0110100 Abio 7
-0110100 Sawhill 7
-0110100 Dini 7
-0110100 Amano 7
-0110100 Levchenko 7
-0110100 Mottola 7
-0110100 Schoenhals 7
-0110100 Fredo 7
-0110100 Hershman 7
-0110100 Hiriart 7
-0110100 Scheider 7
-0110100 Elisha 7
-0110100 Hsiao 7
-0110100 Glas 7
-0110100 Chelimsky 7
-0110100 Carosi 7
-0110100 Yorks 7
-0110100 Woitschatzke 7
-0110100 Kucan 7
-0110100 Grahams 7
-0110100 Bergheim 7
-0110100 Morgun 7
-0110100 Vinso 7
-0110100 Amirav 7
-0110100 Busey 7
-0110100 Kissane 7
-0110100 Dhlomo 7
-0110100 Shoumaker 7
-0110100 Rigatuso 7
-0110100 Bryer 7
-0110100 Scheidler 7
-0110100 Wieland 7
-0110100 Sciandra 7
-0110100 Joudi 7
-0110100 Loya 7
-0110100 Ahlstrom 7
-0110100 Willetts 7
-0110100 Wetzler 7
-0110100 Byerlein 7
-0110100 Damsel 7
-0110100 Franssen 7
-0110100 Brenneke 7
-0110100 Schieffer 7
-0110100 Gingell 7
-0110100 Martellini 7
-0110100 Turmel 7
-0110100 Lyssan 7
-0110100 Anrig 7
-0110100 Davidow 7
-0110100 Garonzik 7
-0110100 Brookman 7
-0110100 Mixon 7
-0110100 Mancini 7
-0110100 Sordoni 7
-0110100 Wiesel 7
-0110100 Fujimoto 7
-0110100 Vegesna 7
-0110100 Pocock 7
-0110100 Burgio 7
-0110100 Baitz 7
-0110100 Verri 7
-0110100 Gentile 7
-0110100 Inserra 7
-0110100 Catsimatidis 7
-0110100 Adorno 7
-0110100 Lattimore 7
-0110100 Andresen 7
-0110100 Gantt 7
-0110100 Cassel 7
-0110100 Werdesheim 7
-0110100 Mengel 7
-0110100 Fiechter 7
-0110100 Ault 7
-0110100 Delebarre 7
-0110100 Tammen 7
-0110100 Lichten 7
-0110100 Teran 7
-0110100 Suttmeier 7
-0110100 Eisenmann 7
-0110100 Mancera 7
-0110100 Hamedi 7
-0110100 Arton 7
-0110100 Withers 7
-0110100 Pressburger 7
-0110100 Gargill 7
-0110100 Toner 7
-0110100 Bergsma 7
-0110100 Bischofberger 7
-0110100 Mettlen 7
-0110100 Kueter 7
-0110100 Hansche 7
-0110100 Owades 7
-0110100 Lees 7
-0110100 Magherini 7
-0110100 Luckyn-Malone 7
-0110100 Noteware 7
-0110100 Molineaux 7
-0110100 Spafford 7
-0110100 Provus 7
-0110100 Vicars 7
-0110100 Biggers 7
-0110100 Mortner 7
-0110100 Harms 7
-0110100 Milosh 7
-0110100 Velzke 7
-0110100 Napp 7
-0110100 Iversen 7
-0110100 Bovin 7
-0110100 McKane 7
-0110100 Baughman 7
-0110100 Yepsen 7
-0110100 Voinovich 7
-0110100 Chalsty 7
-0110100 Sorimachi 7
-0110100 Kerby 7
-0110100 Larijani 7
-0110100 Birman 7
-0110100 Benatar 7
-0110100 Lomen 7
-0110100 Ashkenazy 7
-0110100 Reichardt 7
-0110100 Loh 7
-0110100 Stang 7
-0110100 Witmer 7
-0110100 Antoon 7
-0110100 Rumack 7
-0110100 Elberson 7
-0110100 Chritton 7
-0110100 Ellemann-Jensen 7
-0110100 Symes 7
-0110100 Canavan 7
-0110100 Chafetz 7
-0110100 Motohashi 7
-0110100 Procopio 7
-0110100 Leny 7
-0110100 Bonavia 7
-0110100 Chipello 7
-0110100 Coopersmith 7
-0110100 Nabors 7
-0110100 Ollman 7
-0110100 Whiteley 7
-0110100 Kopko 7
-0110100 Birchler 7
-0110100 Timmeny 7
-0110100 Gogel 7
-0110100 Brumfield 7
-0110100 Drennan 7
-0110100 Machida 7
-0110100 Seegers 7
-0110100 Galane 7
-0110100 Ascani 7
-0110100 Suckow 7
-0110100 Zagladin 7
-0110100 Miwa 7
-0110100 Klauser 7
-0110100 Armes 7
-0110100 Peake 7
-0110100 Slotnick 7
-0110100 Kradin 7
-0110100 Cason 7
-0110100 Klimov 7
-0110100 Shegog 7
-0110100 Steinkrauss 7
-0110100 Karetsky 7
-0110100 Vinken 7
-0110100 Mukherjee 7
-0110100 Gillet 7
-0110100 Heidel 7
-0110100 Bunner 7
-0110100 Kuriansky 7
-0110100 Hairston 7
-0110100 Hallbauer 7
-0110100 Carrico 7
-0110100 Erman 7
-0110100 Doernberg 7
-0110100 Marston 7
-0110100 Garrity 7
-0110100 Cyr 7
-0110100 Blackmon 7
-0110100 Gephart 7
-0110100 Taussig 7
-0110100 Poduska 7
-0110100 Sarcinelli 7
-0110100 Yoffie 7
-0110100 Hobbing 7
-0110100 Barcella 7
-0110100 Lewinsky 7
-0110100 Brucia 7
-0110100 Wellek 7
-0110100 DeSillers 7
-0110100 Grobler 7
-0110100 Garvin 7
-0110100 Weems 7
-0110100 Menges 7
-0110100 Finstrom 7
-0110100 Ainge 7
-0110100 Peyser 7
-0110100 Candlish 7
-0110100 Slifka 7
-0110100 Balut 7
-0110100 DeRonne 7
-0110100 Arendsee 7
-0110100 Shalom 7
-0110100 Herring 7
-0110100 Hatton 7
-0110100 Pendergast 7
-0110100 Dusenberry 7
-0110100 Ponchot 7
-0110100 Fischer-Erlach 7
-0110100 Massaro 7
-0110100 Crager 7
-0110100 Ting 7
-0110100 Otten 7
-0110100 DiBlasi 7
-0110100 Rowny 7
-0110100 Meller 7
-0110100 Bushell 7
-0110100 Blitzer 7
-0110100 Mutsch 7
-0110100 Lothson 7
-0110100 Schwerdt 7
-0110100 Levitan 7
-0110100 Consiglio 7
-0110100 Semionenkov 7
-0110100 Darragh 7
-0110100 Brunette 7
-0110100 Brinkerhoff 7
-0110100 Terkhorn 7
-0110100 Arai 7
-0110100 Gaynes 7
-0110100 Bongarten 7
-0110100 Herrick 7
-0110100 Gish 7
-0110100 Kunz 7
-0110100 Siemel 7
-0110100 Schalk 7
-0110100 Battison 7
-0110100 Marcu 7
-0110100 Kilborne 7
-0110100 Scurria 7
-0110100 Rhines 7
-0110100 Larsson 7
-0110100 Altamuro 7
-0110100 Nkrumah 7
-0110100 Sauvage 7
-0110100 Semegran 7
-0110100 Talebian 7
-0110100 Geddes 7
-0110100 Onstad 7
-0110100 Mattick 7
-0110100 Dunlaevy 7
-0110100 Bruynes 7
-0110100 Blagg 7
-0110100 Ghattas 7
-0110100 Studds 7
-0110100 Maystadt 7
-0110100 Zeisler 7
-0110100 Roeller 7
-0110100 Diggle 7
-0110100 Buruma 7
-0110100 Meck 7
-0110100 Yee 7
-0110100 Bogus 7
-0110100 Auber 7
-0110100 Ihlenfeldt 7
-0110100 Stufflebeam 7
-0110100 Jurgensmeyer 7
-0110100 Tawes 7
-0110100 Ramat 7
-0110100 Eaves 7
-0110100 Sarazen 7
-0110100 Tyree 7
-0110100 Samojlik 7
-0110100 Buschbaum 7
-0110100 Rappoport 7
-0110100 Lindquist 7
-0110100 Peyman 7
-0110100 Whatley 7
-0110100 Bock 7
-0110100 Wilczynski 7
-0110100 Marder 7
-0110100 Houk 7
-0110100 Durst 7
-0110100 Mock 7
-0110100 Bubb 7
-0110100 Logothetis 7
-0110100 Endo 7
-0110100 daSilva 7
-0110100 Carlberg 7
-0110100 Eakle 7
-0110100 Kirtley 7
-0110100 Vieira 7
-0110100 Giudici 7
-0110100 Hagstrom 7
-0110100 Paredes 7
-0110100 Bobolas 7
-0110100 Dzhirkvelov 7
-0110100 Kaptur 7
-0110100 Dott 7
-0110100 Kuzara 7
-0110100 Belew 7
-0110100 Thibault 7
-0110100 Feighan 7
-0110100 Rowley 7
-0110100 Saloojee 7
-0110100 Koskotas 7
-0110100 Tabuchi 7
-0110100 Mims 7
-0110100 Blampied 7
-0110100 Bleier 7
-0110100 Galinsky 7
-0110100 deRegt 7
-0110100 Dalhouse 7
-0110100 Pastore 7
-0110100 Auerback 7
-0110100 Smuin 7
-0110100 LaCroix 7
-0110100 Rubbia 7
-0110100 Locher 7
-0110100 Oestreich 7
-0110100 Frew 7
-0110100 MacDougal 7
-0110100 Buc 7
-0110100 Janson 7
-0110100 Digges 7
-0110100 Tarasoff 7
-0110100 Greenslet 7
-0110100 Linsley 7
-0110100 Serban 7
-0110100 Dass 7
-0110100 Teige 7
-0110100 Shcharansky 7
-0110100 Wallison 7
-0110100 Liggio 7
-0110100 Vastola 7
-0110100 Brittan 7
-0110100 Zaentz 7
-0110100 Auden 7
-0110100 Wheelock 7
-0110100 Fritsch 7
-0110100 Wicomb 7
-0110100 Sherer 7
-0110100 Azcuenaga 7
-0110100 Williford 7
-0110100 Heifetz 7
-0110100 Steelman 7
-0110100 Gumbiner 7
-0110100 Rosengarten 7
-0110100 Kohut 7
-0110100 Tomfohrde 7
-0110100 Boothby 7
-0110100 Filippello 7
-0110100 McFall 7
-0110100 Belafonte 7
-0110100 Farrington 7
-0110100 Plocar 7
-0110100 McGinn 7
-0110100 Prudhomme 7
-0110100 Wolverton 7
-0110100 Bechtold 7
-0110100 Salinger 7
-0110100 Heffner 7
-0110100 McAvity 7
-0110100 Klatsky 7
-0110100 Eyskens 7
-0110100 Balser 7
-0110100 Rafelson 7
-0110100 Kinch 7
-0110100 Trotman 7
-0110100 Sasaki 7
-0110100 Wibbelsman 7
-0110100 Stoltz 7
-0110100 Eiermann 7
-0110100 Bergerson 7
-0110100 Menon 7
-0110100 Kranz 7
-0110100 Birren 7
-0110100 Messing 7
-0110100 Stier 7
-0110100 Seff 7
-0110100 Biaggini 7
-0110100 Rieben 7
-0110100 Ozanne 7
-0110100 Obstfeld 7
-0110100 Mattis 7
-0110100 Eulich 7
-0110100 Halpin 7
-0110100 Rohde 7
-0110100 Corbeil 7
-0110100 ERLICK 7
-0110100 LIEBERMAN 7
-0110100 Bihari 7
-0110100 Kastelic 7
-0110100 Armbruster 7
-0110100 Winningham 7
-0110100 Grede 7
-0110100 Cossolotto 7
-0110100 Kerman 7
-0110100 Wittgraf 7
-0110100 Girouard 7
-0110100 Frere 7
-0110100 Soady 7
-0110100 Devereux 7
-0110100 Syp 7
-0110100 Guzzi 7
-0110100 Bruchhausen 7
-0110100 Xue 7
-0110100 Greenspun 7
-0110100 Teitell 7
-0110100 Goldschmid 7
-0110100 Voinov 7
-0110100 Strum 7
-0110100 Driggs 7
-0110100 Murchie 7
-0110100 Banko 7
-0110100 Tuley 7
-0110100 Plassard 8
-0110100 Wycoff 8
-0110100 Veen 8
-0110100 Finder 8
-0110100 Armandt 8
-0110100 Geis 8
-0110100 Garagiola 8
-0110100 Welter 8
-0110100 Linwick 8
-0110100 Grieve 8
-0110100 Wambaugh 8
-0110100 Ghez 8
-0110100 Conlin 8
-0110100 Pyatt 8
-0110100 Burgee 8
-0110100 Zoghby 8
-0110100 Strube 8
-0110100 Cousy 8
-0110100 Mazursky 8
-0110100 Faberman 8
-0110100 McEldowney 8
-0110100 Seaver 8
-0110100 Miyagawa 8
-0110100 Roehm 8
-0110100 Lawing 8
-0110100 Menk 8
-0110100 Feldberg 8
-0110100 Terreblanche 8
-0110100 Rinderer 8
-0110100 al-Sabah 8
-0110100 Sundquist 8
-0110100 Croft 8
-0110100 Murakami 8
-0110100 Hannesson 8
-0110100 Karns 8
-0110100 Bentz 8
-0110100 Heiblum 8
-0110100 Zornow 8
-0110100 Bodanis 8
-0110100 Capps 8
-0110100 Gratton 8
-0110100 Audran 8
-0110100 Rentschler 8
-0110100 Philbin 8
-0110100 Nars 8
-0110100 Staniar 8
-0110100 Mee 8
-0110100 Ustinov 8
-0110100 Hellinger 8
-0110100 Moulds 8
-0110100 Orb 8
-0110100 Charnoff 8
-0110100 Dennehy 8
-0110100 Sandoval 8
-0110100 Aguayo 8
-0110100 Piasio 8
-0110100 Carliner 8
-0110100 Leiter 8
-0110100 Parvin 8
-0110100 Franks 8
-0110100 Roedel 8
-0110100 Gormley 8
-0110100 Blakely 8
-0110100 Shifrin 8
-0110100 Agins 8
-0110100 Lellouche 8
-0110100 Floirenda 8
-0110100 Berbick 8
-0110100 Lauper 8
-0110100 Pritchett 8
-0110100 Madar 8
-0110100 Litvak 8
-0110100 Ade 8
-0110100 Bernsen 8
-0110100 Mizen 8
-0110100 Fildes 8
-0110100 Ellwood 8
-0110100 Lessing 8
-0110100 Hirshberg 8
-0110100 Topp 8
-0110100 Everington 8
-0110100 Frazzano 8
-0110100 Hartnett 8
-0110100 Cagnola 8
-0110100 Apcar 8
-0110100 Rauschenberg 8
-0110100 Veyne 8
-0110100 DeGraff 8
-0110100 Bilson 8
-0110100 Menuhin 8
-0110100 Talmadge 8
-0110100 Duerr 8
-0110100 Garrey 8
-0110100 Maceda 8
-0110100 Haigler 8
-0110100 Panfile 8
-0110100 Lahr 8
-0110100 Guiliani 8
-0110100 Belov 8
-0110100 Siew 8
-0110100 Moppes 8
-0110100 Kurmel 8
-0110100 Burkett 8
-0110100 Stupay 8
-0110100 Persico 8
-0110100 Palomino 8
-0110100 Nagin 8
-0110100 Nix 8
-0110100 Halvorson 8
-0110100 Feick 8
-0110100 Roslund 8
-0110100 Orfield 8
-0110100 Gershowitz 8
-0110100 Matsubara 8
-0110100 Dudman 8
-0110100 Kirch 8
-0110100 Oksenberg 8
-0110100 Mabie 8
-0110100 Kelliher 8
-0110100 Narjes 8
-0110100 Molitor 8
-0110100 Guarini 8
-0110100 Kaster 8
-0110100 Kurlander 8
-0110100 Taubes 8
-0110100 Piotrowski 8
-0110100 Zwart 8
-0110100 Nel 8
-0110100 Mutert 8
-0110100 Tozer 8
-0110100 Gipson 8
-0110100 Ardagh 8
-0110100 Stipp 8
-0110100 Bilirakis 8
-0110100 McGwire 8
-0110100 Hilbert 8
-0110100 Zises 8
-0110100 Woronoff 8
-0110100 Pinsoneault 8
-0110100 Smaltz 8
-0110100 Pertschuk 8
-0110100 Crosson 8
-0110100 Shreve 8
-0110100 Bagdikian 8
-0110100 Dubinin 8
-0110100 Brusselmans 8
-0110100 Keevil 8
-0110100 Pederson 8
-0110100 Bengoechea 8
-0110100 Sirignano 8
-0110100 Bolen 8
-0110100 Mazzoni 8
-0110100 Schepisi 8
-0110100 Bookin 8
-0110100 Dunkel 8
-0110100 Cupit 8
-0110100 Falkenberg 8
-0110100 DeVries 8
-0110100 Birle 8
-0110100 Sonnett 8
-0110100 Dauch 8
-0110100 Richenthal 8
-0110100 Kiser 8
-0110100 Quaquil 8
-0110100 Auel 8
-0110100 Zavodnik 8
-0110100 Swingle 8
-0110100 Tada 8
-0110100 McQuade 8
-0110100 Tese 8
-0110100 Zagel 8
-0110100 Vasquez-Rana 8
-0110100 Wantland 8
-0110100 Kuster 8
-0110100 Labaton 8
-0110100 Cohan 8
-0110100 Aseritis 8
-0110100 Okuno 8
-0110100 Kerin 8
-0110100 Chazen 8
-0110100 Feitz 8
-0110100 Monzert 8
-0110100 Heinsohn 8
-0110100 Foner 8
-0110100 Ketchledge 8
-0110100 Ryrie 8
-0110100 Wignall 8
-0110100 Kenning 8
-0110100 Malfitano 8
-0110100 Kamentsev 8
-0110100 Seemann 8
-0110100 Lachenbruch 8
-0110100 Osso 8
-0110100 Rhody 8
-0110100 Sarandon 8
-0110100 Zakharov 8
-0110100 Indelicato 8
-0110100 Englund 8
-0110100 Kenzie 8
-0110100 Barbakow 8
-0110100 Sendak 8
-0110100 Howes 8
-0110100 Hata 8
-0110100 Butz 8
-0110100 Collomb 8
-0110100 Cartwright 8
-0110100 Coykendall 8
-0110100 Alisky 8
-0110100 Bayne 8
-0110100 Losh 8
-0110100 Hurlbut 8
-0110100 Titsworth 8
-0110100 Oglesby 8
-0110100 Ragland 8
-0110100 Rosendale 8
-0110100 Helyar 8
-0110100 Adlon 8
-0110100 Lapine 8
-0110100 Briccetti 8
-0110100 Slaton 8
-0110100 Leakey 8
-0110100 Basulto 8
-0110100 Oehlert 8
-0110100 Regalado 8
-0110100 Wada 8
-0110100 Guste 8
-0110100 Krauze 8
-0110100 Oliphant 8
-0110100 Pelletier 8
-0110100 Zimerman 8
-0110100 Assaf 8
-0110100 Rubell 8
-0110100 Takanashi 8
-0110100 Cozzi 8
-0110100 Hermon 8
-0110100 Schecter 8
-0110100 Hufbauer 8
-0110100 Vecchio 8
-0110100 Gude 8
-0110100 Alarcon 8
-0110100 Higham 8
-0110100 MacSharry 8
-0110100 Buerge 8
-0110100 Guinan 8
-0110100 Afanasyev 8
-0110100 Fishbein 8
-0110100 Speno 8
-0110100 Turnage 8
-0110100 Cassini 8
-0110100 Shlenker 8
-0110100 Stahlman 8
-0110100 Laqueur 8
-0110100 Pagnol 8
-0110100 Etess 8
-0110100 Mord 8
-0110100 Goodin 8
-0110100 Kessenich 8
-0110100 Houseman 8
-0110100 Kairey 8
-0110100 Willaby 8
-0110100 Bowe 8
-0110100 Lajous 8
-0110100 Conroy 8
-0110100 Couvaras 8
-0110100 Toalster 8
-0110100 McCarver 8
-0110100 Rheinstein 8
-0110100 Servan-Schreiber 8
-0110100 Poveromo 8
-0110100 Launer 8
-0110100 Laibowitz 8
-0110100 Royko 8
-0110100 Beeton 8
-0110100 DeMaria 8
-0110100 Momayez-Zadeh 8
-0110100 McEwan 8
-0110100 Gilmartin 8
-0110100 Lamberti 8
-0110100 Sawicz 8
-0110100 Katsanos 8
-0110100 Bellwood 8
-0110100 Chikane 8
-0110100 Raphel 8
-0110100 Trokel 8
-0110100 Donatelli 8
-0110100 Ahl 8
-0110100 Dessent 8
-0110100 Fridovich 8
-0110100 Fitak 8
-0110100 Auberger 8
-0110100 Ackermann 8
-0110100 Schwan 8
-0110100 Kunstler 8
-0110100 Fernberg 8
-0110100 Lukyanov 8
-0110100 Lisec-Pinto 8
-0110100 Pietsch 8
-0110100 Weiler 8
-0110100 Shawcross 8
-0110100 Folliard 8
-0110100 Barens 8
-0110100 Pelleu 8
-0110100 Tietz 8
-0110100 McDevitt 8
-0110100 Mussa 8
-0110100 Turnipseed 8
-0110100 Wilburn 8
-0110100 Dadfar 8
-0110100 Boes 8
-0110100 Richelson 8
-0110100 Fleisher 8
-0110100 LeClaire 8
-0110100 Lefcourt 8
-0110100 Seidelman 8
-0110100 DeVere 8
-0110100 Mears 8
-0110100 Loffredo 8
-0110100 Schoepe 8
-0110100 Slayton 8
-0110100 Takagi 8
-0110100 Rawlinson 8
-0110100 Kurnit 8
-0110100 Strauch 8
-0110100 Kerridge 8
-0110100 Schaffer 8
-0110100 McElwaine 8
-0110100 Semler 8
-0110100 Motsoaledi 8
-0110100 Scutti 8
-0110100 McGlasson 8
-0110100 Abascal 8
-0110100 Harnett 8
-0110100 Linnik 8
-0110100 Sisk 8
-0110100 Vos 8
-0110100 Pawley 8
-0110100 Freiman 8
-0110100 guerre 8
-0110100 Salyard 8
-0110100 Laster 8
-0110100 Toohey 8
-0110100 Derrickson 8
-0110100 Ungo 8
-0110100 Bourland 8
-0110100 Christiansen 8
-0110100 Sierchio 8
-0110100 Meenaghan 8
-0110100 Raitt 8
-0110100 Ngxobongwana 8
-0110100 Gornto 8
-0110100 Rosenhaus 8
-0110100 Turville 8
-0110100 Hjorth 8
-0110100 Sternlieb 8
-0110100 Engebretsen 8
-0110100 Anaya 8
-0110100 Tafaro 8
-0110100 Frontiere 8
-0110100 Gladstein 8
-0110100 McGurk 8
-0110100 Socol 8
-0110100 Rozelle 8
-0110100 Dees 8
-0110100 Thygerson 8
-0110100 Reuschel 8
-0110100 Hultquist 8
-0110100 Grum 8
-0110100 Kamenar 8
-0110100 Rother 8
-0110100 Wenders 8
-0110100 Kunayev 8
-0110100 Akhikari 8
-0110100 Freels 8
-0110100 Zuboff 8
-0110100 Scanland 8
-0110100 Freiberg 8
-0110100 Bulkley 8
-0110100 Risser 8
-0110100 Lewinton 8
-0110100 Pradetto 8
-0110100 Winer 8
-0110100 Hower 8
-0110100 Pensler 8
-0110100 Magrane 8
-0110100 Ginzberg 8
-0110100 Bahre 8
-0110100 Kimmel 8
-0110100 McCaughey 8
-0110100 Liftin 8
-0110100 Krasnoff 8
-0110100 Lilien 8
-0110100 Ovrom 8
-0110100 Malato 8
-0110100 Goldinger 8
-0110100 Mear 8
-0110100 Wegbreit 8
-0110100 Stratas 8
-0110100 Mitofsky 8
-0110100 Oldenburg 8
-0110100 Everbach 8
-0110100 Simonsson 8
-0110100 Ferriz 8
-0110100 Zajac 8
-0110100 Kostas 8
-0110100 Hilsman 8
-0110100 Wetstein 8
-0110100 Isom 8
-0110100 Willse 8
-0110100 Attalla 8
-0110100 Lubowski 8
-0110100 Plumley 8
-0110100 Codlin 8
-0110100 Fridson 8
-0110100 Partoll 8
-0110100 Berns 8
-0110100 Belin 8
-0110100 Sege 8
-0110100 Lustig 8
-0110100 Dine 8
-0110100 Bayse 8
-0110100 Saouma 8
-0110100 Wentz 8
-0110100 Kummer 8
-0110100 Lathouris 8
-0110100 Iorio 8
-0110100 Drouin 8
-0110100 Spieker 8
-0110100 Buttacavoli 8
-0110100 Roxburgh 8
-0110100 Cabradilla 8
-0110100 Alvero-Cruz 8
-0110100 Arida 8
-0110100 Chenault 8
-0110100 Pittle 8
-0110100 Popov 8
-0110100 Henske 8
-0110100 Kathman 8
-0110100 Berndt 8
-0110100 Wensberg 8
-0110100 Azarow 8
-0110100 Vallance 8
-0110100 Groseclose 8
-0110100 Okumura 8
-0110100 Leahey 8
-0110100 Plante 8
-0110100 Wartenberg 8
-0110100 Boorman 8
-0110100 Kosberg 8
-0110100 McGuirk 8
-0110100 Coben 8
-0110100 Bowden 8
-0110100 Caldrello 8
-0110100 Worton 8
-0110100 Frayn 8
-0110100 Cornelison 8
-0110100 Pedroli 8
-0110100 Spanninger 8
-0110100 Becherer 8
-0110100 Delbanco 8
-0110100 Houser 8
-0110100 Hodson 8
-0110100 Mnookin 8
-0110100 Hembree 8
-0110100 Stallkamp 8
-0110100 Shinto 8
-0110100 Bourguiba 8
-0110100 Sideris 8
-0110100 Liebmann 8
-0110100 Clews 8
-0110100 Furth 8
-0110100 Krat 8
-0110100 Vazquez-Rana 8
-0110100 Melhorn 8
-0110100 Kazantzakis 8
-0110100 Helman 8
-0110100 Riggi 8
-0110100 Malkowski 8
-0110100 Benezra 8
-0110100 Kariotis 8
-0110100 Penderecki 8
-0110100 Boisvert 8
-0110100 Windom 8
-0110100 Nakashima 8
-0110100 Adaza 8
-0110100 Zeien 8
-0110100 Nicolau 8
-0110100 Harting 8
-0110100 Cotret 8
-0110100 Learner 8
-0110100 Dimitruk 8
-0110100 Gasser 8
-0110100 Ringel 8
-0110100 Riphagen 8
-0110100 Yablonski 8
-0110100 Halliday 8
-0110100 Xie 8
-0110100 Granet 8
-0110100 Schwind 8
-0110100 Deveny 8
-0110100 Wallin 8
-0110100 Nicolin 8
-0110100 Ober 8
-0110100 Schneeman 8
-0110100 Choper 8
-0110100 Boling 8
-0110100 Pompa 8
-0110100 Petitt 8
-0110100 Reicher 8
-0110100 Cham 8
-0110100 Hagedorn 8
-0110100 Zhivkov 8
-0110100 Tufo 8
-0110100 Brautigam 8
-0110100 Roybal 8
-0110100 Kagin 8
-0110100 Littell 8
-0110100 Sherva 8
-0110100 Chai 8
-0110100 Sapanski 8
-0110100 Eubanks 8
-0110100 Finneran 8
-0110100 McCallum 8
-0110100 Ebeling 8
-0110100 Mackinnon 8
-0110100 Whitlow 8
-0110100 Zulauf 8
-0110100 Beadle 8
-0110100 Tschirhart 8
-0110100 Baldini 8
-0110100 Switaj 8
-0110100 Schaap 8
-0110100 Shinn 8
-0110100 Wurtman 8
-0110100 Harel 8
-0110100 Tilghman 8
-0110100 Walzer 8
-0110100 Schillaci 8
-0110100 Roling 8
-0110100 Barovsky 8
-0110100 Trevino 8
-0110100 Minardos 8
-0110100 Soden 8
-0110100 Henke 8
-0110100 Sensenbrenner 8
-0110100 Falik 8
-0110100 Arcenaux 8
-0110100 Santucci 8
-0110100 Akst 8
-0110100 Likhyani 8
-0110100 Creel 8
-0110100 Romanoff 8
-0110100 Harshbarger 8
-0110100 Mulkey 8
-0110100 Buhr 9
-0110100 Dreher 9
-0110100 Winterhalter 9
-0110100 Sweatt 9
-0110100 Joelson 9
-0110100 Bottorff 9
-0110100 Gabel 9
-0110100 Lavine 9
-0110100 Leyden 9
-0110100 Arrupe 9
-0110100 Grinberg 9
-0110100 Severance 9
-0110100 Pottorff 9
-0110100 Seminario 9
-0110100 Roggio 9
-0110100 Cavett 9
-0110100 Torme 9
-0110100 McCartan 9
-0110100 Chatwal 9
-0110100 Furuta 9
-0110100 Nashashibi 9
-0110100 Parra 9
-0110100 Chisum 9
-0110100 Lipman 9
-0110100 Bramwell 9
-0110100 Gilleran 9
-0110100 Collinsworth 9
-0110100 Anschel 9
-0110100 Andrezak 9
-0110100 Souders 9
-0110100 Hanbury 9
-0110100 Mielke 9
-0110100 Holzinger 9
-0110100 Hinds 9
-0110100 DiBacco 9
-0110100 Moisi 9
-0110100 Tassel 9
-0110100 Dayan 9
-0110100 Olsson 9
-0110100 Modzelewski 9
-0110100 Hoth 9
-0110100 Attermann 9
-0110100 Yurachek 9
-0110100 Rabel 9
-0110100 Sahgal 9
-0110100 Blaydon 9
-0110100 Nissim 9
-0110100 Mommens 9
-0110100 Teich 9
-0110100 Dykes 9
-0110100 Taneja 9
-0110100 Wasch 9
-0110100 Hann 9
-0110100 Aucott 9
-0110100 Kierscht 9
-0110100 Senzaki 9
-0110100 Yerena 9
-0110100 Revercomb 9
-0110100 Pisoni 9
-0110100 Oliva 9
-0110100 Wenner 9
-0110100 Hiller 9
-0110100 Blom 9
-0110100 Lanzet 9
-0110100 Seiler 9
-0110100 Grodin 9
-0110100 Roshier 9
-0110100 Cossa 9
-0110100 Drebsky 9
-0110100 Bowlin 9
-0110100 Olivera 9
-0110100 Callan 9
-0110100 Falin 9
-0110100 Sciaroni 9
-0110100 Dankner 9
-0110100 Rafelghem 9
-0110100 Kraemer 9
-0110100 Selkin 9
-0110100 Doretti 9
-0110100 Jesselson 9
-0110100 Wineheim 9
-0110100 Merryman 9
-0110100 Wray 9
-0110100 Karkowsky 9
-0110100 Steinfeld 9
-0110100 Noguchi 9
-0110100 Resnik 9
-0110100 Amiran 9
-0110100 Josephs 9
-0110100 Minton 9
-0110100 Cleghorn 9
-0110100 Pizzi 9
-0110100 Kurlak 9
-0110100 Vadehra 9
-0110100 Troubh 9
-0110100 Thier 9
-0110100 Lambros 9
-0110100 Yerkes 9
-0110100 Lagow 9
-0110100 Finucane 9
-0110100 Skates 9
-0110100 Shreiber 9
-0110100 Attar 9
-0110100 Greeniaus 9
-0110100 Fagan 9
-0110100 Reichstuhl 9
-0110100 Monge 9
-0110100 Doupe 9
-0110100 Calvani 9
-0110100 Wiedemann 9
-0110100 Hamadei 9
-0110100 Sidak 9
-0110100 Puusepp 9
-0110100 Soter 9
-0110100 Meeks 9
-0110100 Gorsuch 9
-0110100 Weinfeld 9
-0110100 Beilenson 9
-0110100 Amoroso 9
-0110100 Barkeley 9
-0110100 Belove 9
-0110100 Traynor 9
-0110100 Girton 9
-0110100 Macedo 9
-0110100 Ylvisaker 9
-0110100 Schell 9
-0110100 Jolson 9
-0110100 Shackelford 9
-0110100 Cannistraro 9
-0110100 Burenga 9
-0110100 Robison 9
-0110100 Pyne 9
-0110100 Davanzo 9
-0110100 Allred 9
-0110100 Ashe 9
-0110100 Bruton 9
-0110100 Baumgartner 9
-0110100 Clarkin 9
-0110100 Pletcher 9
-0110100 Goldblum 9
-0110100 Kimura 9
-0110100 Paterno 9
-0110100 Fulmer 9
-0110100 Kanegsberg 9
-0110100 Landa 9
-0110100 Posey 9
-0110100 Aretsky 9
-0110100 Ture 9
-0110100 Willson 9
-0110100 Shimmerlik 9
-0110100 Tanimura 9
-0110100 Semple 9
-0110100 Parcells 9
-0110100 Veronda 9
-0110100 Bailyn 9
-0110100 Souveroff 9
-0110100 Hegedus 9
-0110100 Semerad 9
-0110100 Streicher 9
-0110100 Stamaty 9
-0110100 Raimond 9
-0110100 Massie 9
-0110100 Adelaar 9
-0110100 Grettenberger 9
-0110100 Appleby 9
-0110100 Maksoud 9
-0110100 Tankersley 9
-0110100 Capon 9
-0110100 Krauer 9
-0110100 Mirti 9
-0110100 Beebower 9
-0110100 Rateliff 9
-0110100 Slusser 9
-0110100 Quinon 9
-0110100 Smalley 9
-0110100 Ibarra 9
-0110100 Storr 9
-0110100 Mujzel 9
-0110100 Utley 9
-0110100 Samos 9
-0110100 Meriwether 9
-0110100 Meigher 9
-0110100 Denden 9
-0110100 Zalygin 9
-0110100 Gidwitz 9
-0110100 Edgerly 9
-0110100 Southard 9
-0110100 Antoinette 9
-0110100 Taniguchi 9
-0110100 Dreier 9
-0110100 Kaylie 9
-0110100 Sturtz 9
-0110100 Trautman 9
-0110100 Cardia 9
-0110100 Jakab 9
-0110100 Lempert 9
-0110100 Spilotro 9
-0110100 Meany 9
-0110100 Kahng 9
-0110100 Derecktor 9
-0110100 Eisenstein 9
-0110100 Littlefield 9
-0110100 Castrucci 9
-0110100 Neier 9
-0110100 Satagaj 9
-0110100 Guajardo 9
-0110100 Aqazadeh 9
-0110100 Kolakowski 9
-0110100 Overstrom 9
-0110100 Dunaway 9
-0110100 Bayley 9
-0110100 Retlin 9
-0110100 Crabb 9
-0110100 Teo 9
-0110100 Takashima 9
-0110100 Ohkawara 9
-0110100 Soderblom 9
-0110100 Koester 9
-0110100 Eizenstat 9
-0110100 Boesak 9
-0110100 Beldock 9
-0110100 Kvistad 9
-0110100 Dameron 9
-0110100 Heisbourg 9
-0110100 Moertel 9
-0110100 Gammill 9
-0110100 Belanoff 9
-0110100 Gall 9
-0110100 Loewenson 9
-0110100 Haberman 9
-0110100 Terpstra 9
-0110100 Pacino 9
-0110100 Clawson 9
-0110100 Waterston 9
-0110100 Drasner 9
-0110100 Kauffman 9
-0110100 Langford 9
-0110100 Stookey 9
-0110100 Zachmann 9
-0110100 Pochiluk 9
-0110100 Garber 9
-0110100 Pleskow 9
-0110100 Younan 9
-0110100 Russolillo 9
-0110100 Grad 9
-0110100 Krossel 9
-0110100 Marotta 9
-0110100 Greetham 9
-0110100 Cappelletti 9
-0110100 Noreiga 9
-0110100 Laudise 9
-0110100 Omohundro 9
-0110100 Soloviev 9
-0110100 Shorin 9
-0110100 Craver 9
-0110100 Paetz 9
-0110100 Jereissati 9
-0110100 Bouwsma 9
-0110100 Quarre 9
-0110100 McIvor 9
-0110100 Demirag 9
-0110100 Carstens 9
-0110100 Longstreth 9
-0110100 Arington 9
-0110100 Steenkamp 9
-0110100 Laux 9
-0110100 Neikirk 9
-0110100 Roessler 9
-0110100 Deffeyes 9
-0110100 Queau 9
-0110100 Lemmer 9
-0110100 Brash 9
-0110100 Childress 9
-0110100 Hochbrueckner 9
-0110100 Brethen 9
-0110100 Posteraro 9
-0110100 Ryskamp 9
-0110100 Toone 9
-0110100 Coxe 9
-0110100 Ewald 9
-0110100 Mallon 9
-0110100 Steinle 9
-0110100 Beloff 9
-0110100 Dodds 9
-0110100 Schonberg 9
-0110100 Bullen 9
-0110100 Ros 9
-0110100 Furlong 9
-0110100 Gluckman 9
-0110100 Almadani 9
-0110100 Danziger 9
-0110100 Sukharev 9
-0110100 Campfield 9
-0110100 Schmuckler 9
-0110100 Puckett 9
-0110100 McQuown 9
-0110100 Chany 9
-0110100 Synhorst 9
-0110100 Elbaum 9
-0110100 Boulalas 9
-0110100 Rosales 9
-0110100 Casagrande 9
-0110100 Seo 9
-0110100 Timlen 9
-0110100 Garb 9
-0110100 Kittaneh 9
-0110100 Gordeyev 9
-0110100 Lykin 9
-0110100 Monoszon 9
-0110100 Cater 9
-0110100 Windheim 9
-0110100 Orens 9
-0110100 Snedeker 9
-0110100 Rousselet 9
-0110100 Maggio 9
-0110100 Gourgues 9
-0110100 Insel 9
-0110100 Storch 9
-0110100 Zeldin 9
-0110100 Protigal 9
-0110100 Kachmar 9
-0110100 Peebler 9
-0110100 Damgard 9
-0110100 Gilley 9
-0110100 Remigio 9
-0110100 Rivlin 9
-0110100 Dockson 9
-0110100 Nissenbaum 9
-0110100 Malec 9
-0110100 Sprigg 9
-0110100 Kase 9
-0110100 Franchik 9
-0110100 Wolrath 9
-0110100 Fenichell 9
-0110100 Soffel 9
-0110100 Calvino 9
-0110100 Daniloff 9
-0110100 Fellner 9
-0110100 Schlender 9
-0110100 Zanoyan 9
-0110100 Darak 9
-0110100 Carota 9
-0110100 Dancsak 9
-0110100 Ohman 9
-0110100 Bogosian 9
-0110100 Tarses 9
-0110100 Likhachov 9
-0110100 Traxler 9
-0110100 Mikhalkov 9
-0110100 Lackovic 9
-0110100 Mobilia 9
-0110100 Beeby 9
-0110100 Toman 9
-0110100 Irons 9
-0110100 Hallanan 9
-0110100 Leno 9
-0110100 Dinsmore 9
-0110100 Laubscher 9
-0110100 Savitch 9
-0110100 Donilon 9
-0110100 Sheeran 9
-0110100 Tauzin 9
-0110100 Marlens 9
-0110100 Kruk 9
-0110100 Coate 9
-0110100 Leutwiler 9
-0110100 Borja 9
-0110100 Oberly 9
-0110100 Striar 9
-0110100 Redi 9
-0110100 Bouillet 9
-0110100 Enholm 9
-0110100 Solchaga 9
-0110100 Shchedrin 9
-0110100 Oldham 9
-0110100 Rogachev 9
-0110100 Mityunov 9
-0110100 Latta 9
-0110100 Kirshbaum 9
-0110100 Koenigsfeld 9
-0110100 Kehler 9
-0110100 Rakow 9
-0110100 Pappadio 9
-0110100 Symons 9
-0110100 Aylwin 9
-0110100 Mazzone 9
-0110100 Rayner 9
-0110100 Spitzer 9
-0110100 Minnaar 9
-0110100 McKibben 9
-0110100 Tschumi 9
-0110100 Mishra 9
-0110100 Maccaquano 9
-0110100 Aufhauser 9
-0110100 Driever 9
-0110100 Geenen 9
-0110100 Treppel 9
-0110100 Gilgore 9
-0110100 Andrade 9
-0110100 Kucewicz 9
-0110100 Klucevsek 9
-0110100 DiPietro 9
-0110100 Lebegue 9
-0110100 Gasch 9
-0110100 Kucharski 9
-0110100 Steppel 9
-0110100 deCastro 9
-0110100 Dahlin 9
-0110100 Mothon 9
-0110100 Wermuth 9
-0110100 Komoto 9
-0110100 Zalay 9
-0110100 Goerlitz 9
-0110100 Milligan 9
-0110100 Deakins 9
-0110100 Kellerman 9
-0110100 Kobak 9
-0110100 Hutzler 9
-0110100 Krawchuk 9
-0110100 Ravelo 9
-0110100 Baltes 9
-0110100 Elish 9
-0110100 Strenio 9
-0110100 Reinert 9
-0110100 Schimmelbusch 9
-0110100 Donsbach 9
-0110100 Easterly 9
-0110100 Meierfeld 9
-0110100 Clouser 9
-0110100 Horgan 9
-0110100 Rebmann 9
-0110100 Taylor-Gordon 9
-0110100 Jia 9
-0110100 Corso 9
-0110100 Holtz 9
-0110100 Pagezy 9
-0110100 Saal 9
-0110100 Sherak 9
-0110100 Marafat 9
-0110100 Willison 9
-0110100 Penniman 9
-0110100 Komorny 9
-0110100 Numeiri 9
-0110100 Chazanoff 9
-0110100 Loton 9
-0110100 Dochow 9
-0110100 Middlebrook 9
-0110100 MacDiarmid 9
-0110100 Waal 9
-0110100 Hillis 9
-0110100 Masterson 9
-0110100 Tanioka 9
-0110100 Polanski 9
-0110100 Marulanda 9
-0110100 Ricigliano 9
-0110100 Brobeck 9
-0110100 Hutt 9
-0110100 Falcone 9
-0110100 Binn 9
-0110100 Zisson 9
-0110100 Rooker 9
-0110100 Hoge 9
-0110100 Hirsh 9
-0110100 Cartledge 9
-0110100 Hichens 9
-0110100 Kazikaev 9
-0110100 Swirsky 9
-0110100 Breuer 9
-0110100 Karasek 9
-0110100 Allbright 9
-0110100 Essner 10
-0110100 Kovacs 10
-0110100 Shuman 10
-0110100 Stibel 10
-0110100 Butts 10
-0110100 Gehrig 10
-0110100 Stork 10
-0110100 Andress 10
-0110100 Prapas 10
-0110100 Rakich 10
-0110100 Steffens 10
-0110100 Boudreau 10
-0110100 Verdugo-Urquidez 10
-0110100 Sitrick 10
-0110100 MacLeod 10
-0110100 Komine 10
-0110100 Hodgman 10
-0110100 Simmonds 10
-0110100 Tajima 10
-0110100 Gold-Bikin 10
-0110100 Bulger 10
-0110100 Edberg 10
-0110100 Kassen 10
-0110100 Palmstierna 10
-0110100 Wester 10
-0110100 Granoff 10
-0110100 Baccus 10
-0110100 Seratti 10
-0110100 DeJong 10
-0110100 Alibrandi 10
-0110100 Krumm 10
-0110100 Kvitsinsky 10
-0110100 Toufexis 10
-0110100 Ferber 10
-0110100 Kolbe 10
-0110100 Parmelee 10
-0110100 Callas 10
-0110100 Cliffe 10
-0110100 Felter 10
-0110100 Siemer 10
-0110100 Kolski 10
-0110100 Blanton 10
-0110100 Telzrow 10
-0110100 Romney 10
-0110100 Moxley 10
-0110100 Bennis 10
-0110100 Denktas 10
-0110100 Grogan 10
-0110100 Stumpf 10
-0110100 Yarborough 10
-0110100 Ehmann 10
-0110100 Montagnier 10
-0110100 Sylla 10
-0110100 Rafferty 10
-0110100 Burlatsky 10
-0110100 Brodie 10
-0110100 Schoenbaum 10
-0110100 Trujillo 10
-0110100 McCausland 10
-0110100 Yunich 10
-0110100 Parlow 10
-0110100 Kirnan 10
-0110100 Kazin 10
-0110100 Rosser 10
-0110100 Brightman 10
-0110100 Joynes 10
-0110100 Spratt 10
-0110100 Duthie 10
-0110100 Purvis 10
-0110100 Shue 10
-0110100 Falvo 10
-0110100 Albee 10
-0110100 Ringberg 10
-0110100 Silvi 10
-0110100 Haberer 10
-0110100 Papageorge 10
-0110100 Nachmany 10
-0110100 Barbieri 10
-0110100 Ambasz 10
-0110100 Busti 10
-0110100 Dromer 10
-0110100 Sidewater 10
-0110100 LaMantia 10
-0110100 Mkhatshwa 10
-0110100 Gunty 10
-0110100 Ratner 10
-0110100 Labe 10
-0110100 Larche 10
-0110100 McCune 10
-0110100 McClements 10
-0110100 Caddell 10
-0110100 Varley 10
-0110100 Diggs 10
-0110100 Lundell 10
-0110100 Kociolek 10
-0110100 LaMonte 10
-0110100 Murto 10
-0110100 Picower 10
-0110100 Damoose 10
-0110100 Escalante 10
-0110100 Dimond 10
-0110100 Guilmartin 10
-0110100 Bierman 10
-0110100 Mackie 10
-0110100 Murasky 10
-0110100 Prebe 10
-0110100 Petrina 10
-0110100 Printy 10
-0110100 Mazo 10
-0110100 Griggy 10
-0110100 Quine 10
-0110100 Blauer 10
-0110100 Modarressi 10
-0110100 Tannenbaum 10
-0110100 Mangano 10
-0110100 Kunaev 10
-0110100 Lobbia 10
-0110100 Saliba 10
-0110100 Liebman 10
-0110100 Machtley 10
-0110100 Rehm 10
-0110100 Yarchoan 10
-0110100 Terrile 10
-0110100 Denson 10
-0110100 Bracy 10
-0110100 Ita 10
-0110100 Ravan 10
-0110100 Hirschhorn 10
-0110100 Troyat 10
-0110100 Stelzer 10
-0110100 Austen 10
-0110100 Zoellick 10
-0110100 Rendall 10
-0110100 Margittai 10
-0110100 Pusateri 10
-0110100 Salonga 10
-0110100 Mernick 10
-0110100 McGarry 10
-0110100 Sethi 10
-0110100 Sauerteig 10
-0110100 Pharaon 10
-0110100 Ricciardi 10
-0110100 Hoehn 10
-0110100 Beauchamp 10
-0110100 Palmero 10
-0110100 Almeida 10
-0110100 Eliades 10
-0110100 Schmidl 10
-0110100 Abelson 10
-0110100 Sibley 10
-0110100 Kamphol 10
-0110100 Zigler 10
-0110100 Waldholz 10
-0110100 Billman 10
-0110100 Chernenko 10
-0110100 Meek 10
-0110100 Wilthew 10
-0110100 Brademas 10
-0110100 Santala 10
-0110100 Anderlini 10
-0110100 Seiden 10
-0110100 Borchelt 10
-0110100 Bumps 10
-0110100 Khalaf 10
-0110100 DiFilippo 10
-0110100 Gasich 10
-0110100 Feistritzer 10
-0110100 Worsham 10
-0110100 Thurnher 10
-0110100 Blumberg 10
-0110100 Barba 10
-0110100 Ramm 10
-0110100 Kuralt 10
-0110100 Weissberg 10
-0110100 McNair 10
-0110100 Frahm 10
-0110100 Carrigan 10
-0110100 Pineda 10
-0110100 Covitz 10
-0110100 Kunin 10
-0110100 Tolbert 10
-0110100 Boisi 10
-0110100 Frain 10
-0110100 Mauldin 10
-0110100 Harber 10
-0110100 Franzese 10
-0110100 Sellin 10
-0110100 Carp 10
-0110100 Romain 10
-0110100 Costanza 10
-0110100 Corio 10
-0110100 Korda 10
-0110100 Widmann 10
-0110100 Sharpton 10
-0110100 Prebble 10
-0110100 Liebler 10
-0110100 Oana 10
-0110100 Czekajewski 10
-0110100 Haimovitch 10
-0110100 Heckler 10
-0110100 Bellrose 10
-0110100 Bergling 10
-0110100 Parrillo 10
-0110100 Fishbaine 10
-0110100 McVey 10
-0110100 Knab 10
-0110100 Torrenzano 10
-0110100 Krain 10
-0110100 Bane 10
-0110100 Meyerman 10
-0110100 Wolfman 10
-0110100 Bonney 10
-0110100 Mellett 10
-0110100 Batogowski 10
-0110100 Schultze 10
-0110100 Kaltenbacher 10
-0110100 Casson 10
-0110100 Settanni 10
-0110100 Tebbit 10
-0110100 Kairamo 10
-0110100 Huntington-Carruthers 10
-0110100 Tatsuno 10
-0110100 Voigt 10
-0110100 Aleichem 10
-0110100 Haggerty 10
-0110100 Gamper 10
-0110100 Galles 10
-0110100 Doig 10
-0110100 Casstevens 10
-0110100 Ebersol 10
-0110100 Laine 10
-0110100 Plocek 10
-0110100 Silverberg 10
-0110100 Blasi 10
-0110100 Godunov 10
-0110100 Swindle 10
-0110100 Velayati 10
-0110100 Stagg 10
-0110100 Panoz 10
-0110100 Gittler 10
-0110100 Pichler 10
-0110100 Rawlins 10
-0110100 Pagar 10
-0110100 Kikumura 10
-0110100 Feltz 10
-0110100 Blattner 10
-0110100 Testrake 10
-0110100 Belford 10
-0110100 Liguori 10
-0110100 Fiorina 10
-0110100 Lenz 10
-0110100 Merola 10
-0110100 Burrill 10
-0110100 Snodgrass 10
-0110100 Fathi 10
-0110100 Sope 10
-0110100 Winch 10
-0110100 Hanny 10
-0110100 Milnes 10
-0110100 Barash 10
-0110100 Ricken 10
-0110100 Lucchesi 10
-0110100 Eletr 10
-0110100 Constantino 10
-0110100 Cacaci 10
-0110100 Nagel 10
-0110100 Braendstroem 10
-0110100 Guariglia 10
-0110100 Brockman 10
-0110100 Covas 10
-0110100 Monticciolo 10
-0110100 Shales 10
-0110100 Steinem 10
-0110100 Coehlo 10
-0110100 Heatherly 10
-0110100 Bywater 10
-0110100 Glancy 10
-0110100 Kieninger 10
-0110100 Soderbergh 10
-0110100 Zuluaga 10
-0110100 Provant 10
-0110100 Groben 10
-0110100 Schwager 10
-0110100 Westergaard 10
-0110100 Petrocelli 10
-0110100 Puzo 10
-0110100 Bushman 10
-0110100 Schuman 10
-0110100 Stupski 10
-0110100 Caplan 10
-0110100 Kawate 10
-0110100 Wouk 10
-0110100 Farren 10
-0110100 Beller 10
-0110100 Psarouthakis 10
-0110100 Hampson 10
-0110100 Henin 10
-0110100 Medlin 10
-0110100 Mazur 10
-0110100 Pearlstein 10
-0110100 Blundall 10
-0110100 Braunstein 10
-0110100 Zander 10
-0110100 Preschel 10
-0110100 Moye 10
-0110100 Yass 10
-0110100 Kleinman 10
-0110100 Verhofstadt 10
-0110100 Petrauskas 10
-0110100 Behar 10
-0110100 Childers 10
-0110100 Vaguine 10
-0110100 Kuck 10
-0110100 Maugeri 10
-0110100 Mosier 10
-0110100 Dunkelberg 10
-0110100 LaBarbera 10
-0110100 Niehaus 10
-0110100 Mansueto 10
-0110100 Cordesman 10
-0110100 Maley 10
-0110100 Ounsted 10
-0110100 Alda 10
-0110100 Shashoua 10
-0110100 Roeser 10
-0110100 Pancoast 10
-0110100 Yeoman 10
-0110100 Kooning 10
-0110100 Gutmann 10
-0110100 Crandell 10
-0110100 Sapp 10
-0110100 Klepper 10
-0110100 Sumarlin 10
-0110100 Pomrenze 10
-0110100 Fernandes 10
-0110100 Schama 10
-0110100 Hargrove 10
-0110100 Morrill 10
-0110100 Molina 10
-0110100 Rocap 10
-0110100 Gory 10
-0110100 MacWilliams 10
-0110100 Lydon 10
-0110100 Imai 10
-0110100 Zanuck 10
-0110100 Beedie 10
-0110100 Kanemaru 10
-0110100 Meyohas 10
-0110100 Harre 10
-0110100 Guttenberg 10
-0110100 Surma 10
-0110100 Halberstam 10
-0110100 Width 10
-0110100 Garr 10
-0110100 Giraud 10
-0110100 Shadur 10
-0110100 Weekes 10
-0110100 Rohana 10
-0110100 Faulk 10
-0110100 Llovio 10
-0110100 Nangaku 10
-0110100 Perrault 10
-0110100 Krouner 10
-0110100 Amaya 10
-0110100 Crassweller 10
-0110100 Strassman 10
-0110100 Hemel 10
-0110100 Renda 10
-0110100 Campanella 10
-0110100 Chusmir 10
-0110100 Necci 10
-0110100 Urbaszewski 10
-0110100 Rapoport 10
-0110100 Dhlakama 10
-0110100 Lamos 10
-0110100 Lorentzen 10
-0110100 Mezey 10
-0110100 Schlachter 10
-0110100 Porntip 10
-0110100 Podrasky 10
-0110100 Karasawa 10
-0110100 Molloy 11
-0110100 Sella 11
-0110100 Contant 11
-0110100 Runcie 11
-0110100 Baran 11
-0110100 Ikle 11
-0110100 Hassenberg 11
-0110100 Allick 11
-0110100 McGrevin 11
-0110100 Nujoma 11
-0110100 Frisch 11
-0110100 Glazunov 11
-0110100 Eilan 11
-0110100 Barnowski 11
-0110100 Frashier 11
-0110100 Branstad 11
-0110100 Kaigler-Reese 11
-0110100 Ople 11
-0110100 Coale 11
-0110100 Cairns 11
-0110100 Misbrener 11
-0110100 Swed 11
-0110100 Siewert 11
-0110100 Torricelli 11
-0110100 Maltz 11
-0110100 Granger 11
-0110100 Panem 11
-0110100 Pessin 11
-0110100 Cordover 11
-0110100 Terrington 11
-0110100 Nusbaum 11
-0110100 Hailand 11
-0110100 Schaub 11
-0110100 Tomita 11
-0110100 Ares 11
-0110100 Leven 11
-0110100 McMath 11
-0110100 Moir 11
-0110100 Ortiz-Murias 11
-0110100 McGagh 11
-0110100 Blaese 11
-0110100 McKeown 11
-0110100 Belth 11
-0110100 Schierl 11
-0110100 Mach 11
-0110100 Tasker 11
-0110100 Freni 11
-0110100 Driscoll 11
-0110100 Lillicrop 11
-0110100 Bogardus 11
-0110100 Zarzecki 11
-0110100 Roehl 11
-0110100 Ciminero 11
-0110100 Maresh 11
-0110100 Slatter 11
-0110100 Derchin 11
-0110100 Schloemer 11
-0110100 Goberstein 11
-0110100 Sterrett 11
-0110100 Chatwin 11
-0110100 Masefield 11
-0110100 Peltier 11
-0110100 Burgin 11
-0110100 Pechman 11
-0110100 Doniger 11
-0110100 Terasawa 11
-0110100 Reycraft 11
-0110100 Fenzel 11
-0110100 Quintana 11
-0110100 Spaeth 11
-0110100 Tuchman 11
-0110100 Francek 11
-0110100 Wartzman 11
-0110100 Longenecker 11
-0110100 Leotard 11
-0110100 Maseri 11
-0110100 Graye 11
-0110100 Herwick 11
-0110100 Kildee 11
-0110100 Mokhiber 11
-0110100 Hopkyns 11
-0110100 Pozos 11
-0110100 Knievel 11
-0110100 Fellmeth 11
-0110100 Tota 11
-0110100 Afheldt 11
-0110100 Mohtashemi 11
-0110100 Emmert 11
-0110100 Charasse 11
-0110100 Pavlov 11
-0110100 Sutnick 11
-0110100 Dierkes 11
-0110100 Hodge 11
-0110100 Greenburg 11
-0110100 Nathanson 11
-0110100 Blades 11
-0110100 Relyea 11
-0110100 Auletta 11
-0110100 Sobel 11
-0110100 Fitzpatrick-Davis 11
-0110100 Nadeau 11
-0110100 Nilsson 11
-0110100 Crozier 11
-0110100 Kopit 11
-0110100 Ricci 11
-0110100 Wachs 11
-0110100 Hartshorn 11
-0110100 Cartaya 11
-0110100 Olshan 11
-0110100 Nyerere 11
-0110100 Michelson 11
-0110100 Yeh 11
-0110100 Schuchert 11
-0110100 Matsukawa 11
-0110100 Luciw 11
-0110100 Binns 11
-0110100 Osmena 11
-0110100 McGinnis 11
-0110100 Marley 11
-0110100 Isoda 11
-0110100 Reeve 11
-0110100 Matsuda 11
-0110100 Willman 11
-0110100 Voeller 11
-0110100 Friedland 11
-0110100 Monro-Davies 11
-0110100 Kalyanaraman 11
-0110100 Bickner 11
-0110100 Veliotis 11
-0110100 Conrads 11
-0110100 Coym 11
-0110100 Benassi 11
-0110100 Camus 11
-0110100 Toensing 11
-0110100 Headlund 11
-0110100 Dupree 11
-0110100 Miot 11
-0110100 Lanyi 11
-0110100 Borosage 11
-0110100 Bluey 11
-0110100 Dunnigan 11
-0110100 Handelsman 11
-0110100 Rapaport 11
-0110100 Hendra 11
-0110100 Mattes 11
-0110100 Mitchelson 11
-0110100 Schoemaker 11
-0110100 Bidlo 11
-0110100 McNutt 11
-0110100 Kimbriel 11
-0110100 Safdie 11
-0110100 Horelick 11
-0110100 Kusserow 11
-0110100 Nacchio 11
-0110100 McLucas 11
-0110100 Killian 11
-0110100 Peladeau 11
-0110100 Rabb 11
-0110100 Cools 11
-0110100 Cicerone 11
-0110100 Ponnelle 11
-0110100 Blanchette 11
-0110100 Thornhill 11
-0110100 Boddie 11
-0110100 Gough 11
-0110100 Kriegel 11
-0110100 McCraw 11
-0110100 Lender 11
-0110100 Cottrell 11
-0110100 Roukema 11
-0110100 Caruso 11
-0110100 Musters 11
-0110100 Priem 11
-0110100 Astin 11
-0110100 Edmiston 11
-0110100 Morash 11
-0110100 Arguello 11
-0110100 Karino 11
-0110100 Fiss 11
-0110100 Wertz 11
-0110100 Termeer 11
-0110100 Katashiba 11
-0110100 Sochet 11
-0110100 Mandle 11
-0110100 Wolter 11
-0110100 Haigh 11
-0110100 Swete 11
-0110100 Lowey 11
-0110100 Aronstein 11
-0110100 Crooke 11
-0110100 Schneier 11
-0110100 Moskolenko 11
-0110100 Kalil 11
-0110100 oeuvres 11
-0110100 Gustafsson 11
-0110100 Schiltknecht 11
-0110100 Copperman 11
-0110100 Harmata 11
-0110100 Travelstead 11
-0110100 Vienot 11
-0110100 Beiny 11
-0110100 Willke 11
-0110100 Steloff 11
-0110100 Shcherbitsky 11
-0110100 Hehmeyer 11
-0110100 Mantel 11
-0110100 Chronowitz 11
-0110100 Amadeo 11
-0110100 Sawa 11
-0110100 Schenk 11
-0110100 Beuthin 11
-0110100 Achebe 11
-0110100 Mugar 11
-0110100 Kosecoff 11
-0110100 Sturgis 11
-0110100 Womack 11
-0110100 Cojuangco 11
-0110100 Carder 11
-0110100 Campanis 11
-0110100 Nicolle 11
-0110100 Egger 11
-0110100 Rind 11
-0110100 Pinsker 11
-0110100 Yaffe 11
-0110100 Rustin 11
-0110100 Hymans 11
-0110100 Mote 11
-0110100 Pote 11
-0110100 Ruch 11
-0110100 Naito 11
-0110100 Tahmassebi 11
-0110100 Macauley 11
-0110100 Brolly 11
-0110100 Sohmer 11
-0110100 Milliken 11
-0110100 Gilroy 11
-0110100 Taketomi 11
-0110100 Reisner 11
-0110100 Toffler 11
-0110100 Meselsohn 11
-0110100 Fustok 11
-0110100 Tibbetts 11
-0110100 Iovine 11
-0110100 Fauber 11
-0110100 Schaden 11
-0110100 Goland 11
-0110100 Ehrenhalt 11
-0110100 DeMarco 11
-0110100 Illingworth 11
-0110100 Missett 11
-0110100 Geist 11
-0110100 Oshatz 11
-0110100 Carbonetto 11
-0110100 Radosh 11
-0110100 Medland 11
-0110100 Labenski 11
-0110100 Kiraly 11
-0110100 Elkind 11
-0110100 Levan 11
-0110100 Kempe 11
-0110100 Uhl 11
-0110100 Rosewicz 11
-0110100 Gallant 11
-0110100 Runk 11
-0110100 Daub 11
-0110100 Beattie 11
-0110100 Guth 11
-0110100 Engholm 11
-0110100 Garbarino 11
-0110100 Pattis 11
-0110100 Shernoff 11
-0110100 Eagleson 11
-0110100 Lujan 11
-0110100 Hardman 11
-0110100 Nogawa 11
-0110100 Pascutto 11
-0110100 Brazile 11
-0110100 Michels 11
-0110100 Graff 11
-0110100 Romberg 11
-0110100 Shinbein 11
-0110100 Pitblado 11
-0110100 Stonecipher 11
-0110100 Minskoff 11
-0110100 Fogel 11
-0110100 McCarty 11
-0110100 Pfundstein 11
-0110100 Jurek 11
-0110100 Stabler 11
-0110100 Morimoto 11
-0110100 Griesa 11
-0110100 Brizendine 11
-0110100 Shanks 11
-0110100 Rogin 11
-0110100 Mata 11
-0110100 Holleran 11
-0110100 Clevenger 11
-0110100 Reinhold 11
-0110100 Holahan 11
-0110100 Pollner 11
-0110100 Kugler 11
-0110100 Gielgud 11
-0110100 Zeffirelli 11
-0110100 Nishimura 11
-0110100 Joffe 11
-0110100 Simonson 11
-0110100 Teltschik 11
-0110100 Wiese 11
-0110100 Powe 11
-0110100 Koken 11
-0110100 Schmults 11
-0110100 Hessler 11
-0110100 Sturc 11
-0110100 Ost 11
-0110100 Nene 11
-0110100 DeFazio 11
-0110100 Yoshimura 11
-0110100 Garson 11
-0110100 McKnight 11
-0110100 Picard 11
-0110100 Madrigal 11
-0110100 DeVito 11
-0110100 Gottsch 11
-0110100 Hackel 11
-0110100 Donner 11
-0110100 Waples 11
-0110100 Lindahl 11
-0110100 Schilling 11
-0110100 Hillier 11
-0110100 Avina 11
-0110100 Hariz 11
-0110100 Pohlman 11
-0110100 Feldt 11
-0110100 Aulenti 11
-0110100 Osorio 11
-0110100 Cizik 11
-0110100 DiBona 11
-0110100 Joanou 11
-0110100 MacLennan 11
-0110100 Goodall 11
-0110100 Baltsa 11
-0110100 Hobsbawm 11
-0110100 Witkowski 11
-0110100 Kampelman 11
-0110100 Calandra 11
-0110100 Tarter 11
-0110100 Azzato 11
-0110100 Rector 11
-0110100 Instone 11
-0110100 Potiker 11
-0110100 Lukash 11
-0110100 Selleck 11
-0110100 Lemaire 12
-0110100 Olivieri 12
-0110100 Tamayo 12
-0110100 Kurihara 12
-0110100 Reviglio 12
-0110100 Petery 12
-0110100 Buss 12
-0110100 Olcott 12
-0110100 Geoghegan 12
-0110100 Millett 12
-0110100 Gaitskill 12
-0110100 Trapp 12
-0110100 Shaheen 12
-0110100 Young-Sam 12
-0110100 Dekom 12
-0110100 Ferrer 12
-0110100 Kassem 12
-0110100 Manne 12
-0110100 Bolognesi 12
-0110100 Python 12
-0110100 Leschly 12
-0110100 Rosenwald 12
-0110100 Chertkow 12
-0110100 Winwood 12
-0110100 Murren 12
-0110100 Schulof 12
-0110100 Lerman 12
-0110100 Korth 12
-0110100 Melnick 12
-0110100 Hattersley 12
-0110100 Lowden 12
-0110100 Shumway 12
-0110100 McCorkindale 12
-0110100 Schar 12
-0110100 Gantz 12
-0110100 Shapero 12
-0110100 Holmer 12
-0110100 Nahm 12
-0110100 Riggio 12
-0110100 Ajami 12
-0110100 McMennamin 12
-0110100 Airington 12
-0110100 Schumacher 12
-0110100 Newberry 12
-0110100 Thurman 12
-0110100 Moueix 12
-0110100 Hodes 12
-0110100 Rucker 12
-0110100 Horan 12
-0110100 Saltzman 12
-0110100 Haseltine 12
-0110100 Dershowitz 12
-0110100 Kuze 12
-0110100 Galan 12
-0110100 Kurosawa 12
-0110100 Burney 12
-0110100 Nicholi 12
-0110100 Huhn 12
-0110100 Selikoff 12
-0110100 Lippens 12
-0110100 Kazis 12
-0110100 Civiletti 12
-0110100 Tummond 12
-0110100 Weksel 12
-0110100 Engler 12
-0110100 Sparling 12
-0110100 Lusser 12
-0110100 Karpatkin 12
-0110100 Gobinot 12
-0110100 DiClemente 12
-0110100 Feffer 12
-0110100 Faupel 12
-0110100 Saba 12
-0110100 Coontz 12
-0110100 Narazaki 12
-0110100 Sparkman 12
-0110100 Crampton 12
-0110100 Hervey 12
-0110100 Starer 12
-0110100 Oba 12
-0110100 Nihei 12
-0110100 Brizola 12
-0110100 Reza 12
-0110100 Gomery 12
-0110100 Febres-Cordero 12
-0110100 Chien 12
-0110100 Batson 12
-0110100 Sabol 12
-0110100 Blotnick 12
-0110100 Paretti 12
-0110100 Picoult 12
-0110100 Prendergast 12
-0110100 Furst 12
-0110100 Gere 12
-0110100 Rotter 12
-0110100 Wurtzel 12
-0110100 Cliggott 12
-0110100 Neubauer 12
-0110100 Langstaff 12
-0110100 DiLorenzo 12
-0110100 Bergeron 12
-0110100 Zaffuto 12
-0110100 Ekstrom 12
-0110100 Levey 12
-0110100 DeMain 12
-0110100 Fouse 12
-0110100 Timberlake 12
-0110100 Barfield 12
-0110100 Keeton 12
-0110100 Tsuda 12
-0110100 Vignola 12
-0110100 Marasek 12
-0110100 Shirer 12
-0110100 Plott 12
-0110100 Souccar 12
-0110100 Verrett 12
-0110100 Noftsker 12
-0110100 Hudler 12
-0110100 Malinowski 12
-0110100 Irimajiri 12
-0110100 Scocozza 12
-0110100 Oeien 12
-0110100 Chougule 12
-0110100 Keresztes 12
-0110100 Milhollin 12
-0110100 Devlin 12
-0110100 Greenbaum 12
-0110100 Kilman 12
-0110100 Raines 12
-0110100 Suhud 12
-0110100 Willmott 12
-0110100 Stiller 12
-0110100 Overmyer 12
-0110100 Lifton 12
-0110100 Kleinberg 12
-0110100 Krier 12
-0110100 LaVine 12
-0110100 Cardoso 12
-0110100 McGuane 12
-0110100 Wilkie 12
-0110100 Potapov 12
-0110100 Giurescu 12
-0110100 Drabenstott 12
-0110100 Castell 12
-0110100 Scheel 12
-0110100 Billingsley 12
-0110100 Grassgreen 12
-0110100 Beteta 12
-0110100 Kilroy 12
-0110100 Sykes 12
-0110100 Fritts 12
-0110100 Oliveira 12
-0110100 Casgrain 12
-0110100 Moorman 12
-0110100 Nakao 12
-0110100 Braggiotti 12
-0110100 Karnsund 12
-0110100 Rasheed 12
-0110100 Holbrooke 12
-0110100 Peras 12
-0110100 Scheuer 12
-0110100 Cashin 12
-0110100 Kiernan 12
-0110100 Spurge 12
-0110100 Ueda 12
-0110100 Cannavino 12
-0110100 Forst 12
-0110100 Colussy 12
-0110100 Peyrelevade 12
-0110100 Silvia 12
-0110100 Sontag 12
-0110100 Chrystal 12
-0110100 Schreger 12
-0110100 Pauls 12
-0110100 Adkins 12
-0110100 Vigdor 12
-0110100 Aylsworth 12
-0110100 Goldston 12
-0110100 Nordberg 12
-0110100 Krol 12
-0110100 Tubbs 12
-0110100 Ngema 12
-0110100 Yarbrough 12
-0110100 Rippe 12
-0110100 Bownds 12
-0110100 Maseng 12
-0110100 Desrosiers 12
-0110100 Woessner 12
-0110100 Kempton 12
-0110100 Bustamante 12
-0110100 Finestone 12
-0110100 Tognino 12
-0110100 Fass 12
-0110100 Beckerman 12
-0110100 Fauroux 12
-0110100 Shanahan 12
-0110100 Zaslavskaya 12
-0110100 Canto 12
-0110100 Megarry 12
-0110100 Franyo 12
-0110100 Redoglia 12
-0110100 Willett 12
-0110100 Higginbotham 12
-0110100 Kneafsey 12
-0110100 McClean 12
-0110100 Schuermann 12
-0110100 Tainer 12
-0110100 Rattner 12
-0110100 Falcoff 12
-0110100 Woltz 12
-0110100 Lave 12
-0110100 Vogelstein 12
-0110100 Chalker 12
-0110100 Arguelles 12
-0110100 Sane 12
-0110100 Machinea 12
-0110100 Lambsdorff 12
-0110100 Pura 12
-0110100 Geisel 12
-0110100 Wunsch 12
-0110100 Hewett 12
-0110100 Marver 12
-0110100 Prezzano 12
-0110100 Arens 12
-0110100 Smoak 12
-0110100 Zolp 12
-0110100 Garton 12
-0110100 Lockwood 12
-0110100 Biederman 12
-0110100 Hager 12
-0110100 Hoff 12
-0110100 Cadieux 12
-0110100 Aoi 12
-0110100 Hosking 12
-0110100 Tyce 12
-0110100 Mathieu 12
-0110100 Korten 12
-0110100 Shupe 12
-0110100 Cirino 12
-0110100 Golisano 12
-0110100 Tapp 12
-0110100 Planitzer 12
-0110100 Sardas 12
-0110100 Cardwell 12
-0110100 Pistorio 12
-0110100 Iny 12
-0110100 McAn 12
-0110100 McNary 12
-0110100 Feulner 12
-0110100 Heinbach 12
-0110100 Stolberg 12
-0110100 Demers 12
-0110100 Marden 12
-0110100 Boulez 12
-0110100 Glowacki 12
-0110100 Lesher 12
-0110100 Wiest 12
-0110100 Frankino 12
-0110100 Roldan 12
-0110100 Whitby 12
-0110100 Oxman 12
-0110100 Daugherty 12
-0110100 Wachsman 12
-0110100 Hearn 12
-0110100 Pasternak 12
-0110100 Edelson 12
-0110100 Lonski 12
-0110100 Winokur 12
-0110100 Ashenberg 12
-0110100 Luerssen 12
-0110100 Mazeika 12
-0110100 Langella 12
-0110100 Keil 12
-0110100 Kashiwagi 12
-0110100 Bulkeley 12
-0110100 Greener 12
-0110100 Sudduth 12
-0110100 Seamans 12
-0110100 Jerritts 12
-0110100 Laden 12
-0110100 Rewey 12
-0110100 Kganakga 12
-0110100 Ruggiero 12
-0110100 Yoshihara 12
-0110100 Bracken 12
-0110100 Stello 12
-0110100 Susskind 12
-0110100 Swope 12
-0110100 Mandich 12
-0110100 Kyi 12
-0110100 Lorek 13
-0110100 Gabbard 13
-0110100 Ribeiro 13
-0110100 Buckman 13
-0110100 Matteis 13
-0110100 Luma 13
-0110100 Dudack 13
-0110100 Esteban 13
-0110100 al-Mahdi 13
-0110100 Madelin 13
-0110100 Truffaut 13
-0110100 Botta 13
-0110100 Balcerowicz 13
-0110100 Redfield 13
-0110100 Goeglein 13
-0110100 Lipstein 13
-0110100 Kielley 13
-0110100 Balletto 13
-0110100 Franklin-Trout 13
-0110100 Bergland 13
-0110100 Quello 13
-0110100 Fralick 13
-0110100 Carucci 13
-0110100 Schrage 13
-0110100 Villiers 13
-0110100 Bavadra 13
-0110100 Flippo 13
-0110100 Bedke 13
-0110100 Hirose 13
-0110100 Firino-Martell 13
-0110100 Abuladze 13
-0110100 Klinghoffer 13
-0110100 Mironenko 13
-0110100 Peralta 13
-0110100 Gostev 13
-0110100 Kolber 13
-0110100 Chazov 13
-0110100 Weiser 13
-0110100 Cogan 13
-0110100 Weisberg 13
-0110100 Ehrenreich 13
-0110100 Kitchin 13
-0110100 Lomeli 13
-0110100 Baldry 13
-0110100 Kosyakov 13
-0110100 Martenson 13
-0110100 Zaccaro 13
-0110100 Shopkorn 13
-0110100 Luca 13
-0110100 Foss 13
-0110100 Corzine 13
-0110100 Dooley 13
-0110100 Vassiliou 13
-0110100 Melzer 13
-0110100 Schoellhorn 13
-0110100 DeVita 13
-0110100 Walser 13
-0110100 Belzer 13
-0110100 Minoli 13
-0110100 Cavan 13
-0110100 Ulam 13
-0110100 Lagomarsino 13
-0110100 Farber 13
-0110100 Alito 13
-0110100 Harty 13
-0110100 Matta 13
-0110100 Lanzelotti 13
-0110100 Finnie 13
-0110100 Scruton 13
-0110100 Jayme 13
-0110100 Turow 13
-0110100 Fujiwara 13
-0110100 Brindel 13
-0110100 Cece 13
-0110100 Marquard 13
-0110100 Plohn 13
-0110100 Bahr 13
-0110100 Dordies 13
-0110100 Pontikes 13
-0110100 Develle 13
-0110100 Bambenek 13
-0110100 Golde 13
-0110100 Kehne 13
-0110100 Trefgarne 13
-0110100 Bocharov 13
-0110100 Aronson 13
-0110100 Aksler 13
-0110100 Iacobellis 13
-0110100 Jaques 13
-0110100 Angeloz 13
-0110100 Royer 13
-0110100 Abrahams 13
-0110100 Montalban 13
-0110100 Eppner 13
-0110100 Antolini 13
-0110100 Barros 13
-0110100 Marple 13
-0110100 Hawkes 13
-0110100 Damore 13
-0110100 Hauck 13
-0110100 Glashow 13
-0110100 McLellan 13
-0110100 Lederman 13
-0110100 Cassell 13
-0110100 Spadafora 13
-0110100 Daigle 13
-0110100 Langsford 13
-0110100 Kozberg 13
-0110100 Witzel 13
-0110100 Merow 13
-0110100 Fogerty 13
-0110100 Cosentino 13
-0110100 Falco 13
-0110100 Grassi 13
-0110100 Waldegard 13
-0110100 Sie 13
-0110100 Haraszti 13
-0110100 Capen 13
-0110100 Borer 13
-0110100 Odom 13
-0110100 Daschle 13
-0110100 Cobrin 13
-0110100 Gelardin 13
-0110100 Shih 13
-0110100 Mylod 13
-0110100 Dromgoole 13
-0110100 Kleiman 13
-0110100 Holcombe 13
-0110100 Barkin 13
-0110100 Galie 13
-0110100 Bonderman 13
-0110100 Eagleye 13
-0110100 Pacheco 13
-0110100 Lemley 13
-0110100 Bellmon 13
-0110100 Eckrote 13
-0110100 Schoenholtz 13
-0110100 Giglio 13
-0110100 Vernier 13
-0110100 Pattison 13
-0110100 Chapnick 13
-0110100 Hamm 13
-0110100 Isenberg 13
-0110100 Benveniste 13
-0110100 Halamandaris 13
-0110100 Flatley 13
-0110100 Cecin 13
-0110100 Nahas 13
-0110100 Barletta 13
-0110100 Auger 13
-0110100 Righetti 13
-0110100 Mellor 13
-0110100 Mains 13
-0110100 Gann 13
-0110100 Colburn 13
-0110100 Mittelstadt 13
-0110100 Freese 13
-0110100 Ingrassia 13
-0110100 Hunsucker 13
-0110100 Meridor 13
-0110100 Tramontin 13
-0110100 Beamon 13
-0110100 Montrone 13
-0110100 Kalmanovitz 13
-0110100 Uzzell 13
-0110100 Dae-Jung 13
-0110100 Cleese 13
-0110100 Nevitt 13
-0110100 Buxton 13
-0110100 Nadgwick 13
-0110100 Galipault 13
-0110100 Mondry 13
-0110100 Strayer 13
-0110100 Popper 13
-0110100 Murley 13
-0110100 Adelizzi 13
-0110100 McAfee 13
-0110100 Fredkin 13
-0110100 Minkoff 13
-0110100 Lidgerwood 13
-0110100 Kehl 13
-0110100 Bains 13
-0110100 Walde 13
-0110100 Dill 13
-0110100 Segel 13
-0110100 Barger 13
-0110100 Reuther 13
-0110100 Vessey 13
-0110100 Dodson 13
-0110100 Geissler 13
-0110100 Albertine 13
-0110100 Rudner 13
-0110100 Coons 13
-0110100 Epps 13
-0110100 Quaid 13
-0110100 Epp 13
-0110100 Wojnilower 13
-0110100 Warburton 13
-0110100 Baumann 13
-0110100 Ellsberg 13
-0110100 Gregorie 13
-0110100 Hiam 13
-0110100 Arce 13
-0110100 Shearer 13
-0110100 Mumford 13
-0110100 Krugman 13
-0110100 McClelland 13
-0110100 Clapp 13
-0110100 Hutcheson 13
-0110100 Henning 13
-0110100 Frears 13
-0110100 Dudar 13
-0110100 Doolittle 13
-0110100 Gejdenson 13
-0110100 Zech 13
-0110100 Urquhart 13
-0110100 Ahern 13
-0110100 Mennini 13
-0110100 Falvey 13
-0110100 Dobrynin 13
-0110100 Cantalupo 13
-0110100 Knudson 13
-0110100 McGoldrick 13
-0110100 Kelman 13
-0110100 Vasey 13
-0110100 Deutch 13
-0110100 Saberbein 13
-0110100 Raimondo 13
-0110100 Moray 13
-0110100 Herschell 13
-0110100 Milstein 13
-0110100 Ostroff 13
-0110100 Basinger 13
-0110100 Anker 13
-0110100 Soares 13
-0110100 Pape 13
-0110100 Skeoch 13
-0110100 Ott 13
-0110100 Heston 13
-0110100 Podesta 13
-0110100 Chacin 13
-0110100 Kozloff 13
-0110100 Aleman 13
-0110100 Pinter 13
-0110100 Gergen 14
-0110100 Hamill 14
-0110100 Azpurua 14
-0110100 Havemann 14
-0110100 Kotowski 14
-0110100 Selowsky 14
-0110100 Gatti 14
-0110100 Razaleigh 14
-0110100 Samper 14
-0110100 Zeiger 14
-0110100 Hough 14
-0110100 Weitzel 14
-0110100 Zayed 14
-0110100 Currie 14
-0110100 McCamant 14
-0110100 Godbold 14
-0110100 Smyth 14
-0110100 Coyne 14
-0110100 Gul 14
-0110100 Schmergel 14
-0110100 Dowdy 14
-0110100 Lahti 14
-0110100 Gitlin 14
-0110100 Dulude 14
-0110100 Druckenmiller 14
-0110100 Mazankowski 14
-0110100 Slaine 14
-0110100 Appelbaum 14
-0110100 Nishida 14
-0110100 Fortin 14
-0110100 Crews 14
-0110100 Frucher 14
-0110100 Rapp 14
-0110100 Waitzkin 14
-0110100 Rudin 14
-0110100 Kosowsky 14
-0110100 Dortch 14
-0110100 Conrades 14
-0110100 Falconer 14
-0110100 Unsworth 14
-0110100 Klinger 14
-0110100 Despain 14
-0110100 Ileto 14
-0110100 Escamez 14
-0110100 Gluntz 14
-0110100 Bachmann 14
-0110100 Frantzen 14
-0110100 Ophuls 14
-0110100 Oleske 14
-0110100 Blumenfeld 14
-0110100 Reischauer 14
-0110100 Macfarlane 14
-0110100 Ciaccia 14
-0110100 Schneiderman 14
-0110100 Countryman 14
-0110100 Lauer 14
-0110100 Liro 14
-0110100 Zelnick 14
-0110100 Whitlock 14
-0110100 Mano 14
-0110100 Spethmann 14
-0110100 Trowbridge 14
-0110100 Koplovitz 14
-0110100 Condon 14
-0110100 Pih 14
-0110100 Mendola 14
-0110100 Stillwell 14
-0110100 Khosla 14
-0110100 Nadein 14
-0110100 Zaslow 14
-0110100 Eyton 14
-0110100 Lichter 14
-0110100 Danzig 14
-0110100 Lowery 14
-0110100 Jarrell 14
-0110100 Staller 14
-0110100 Deasy 14
-0110100 Tew 14
-0110100 Ensrud 14
-0110100 Lewins 14
-0110100 Wickham 14
-0110100 Bitar 14
-0110100 Enright 14
-0110100 Deighton 14
-0110100 Smotrich 14
-0110100 Barovic 14
-0110100 Soleil 14
-0110100 Erdrich 14
-0110100 Kawai 14
-0110100 Seydoux 14
-0110100 Yoshioka 14
-0110100 Gleeson 14
-0110100 Notis 14
-0110100 Ebert 14
-0110100 Wisner 14
-0110100 Zap 14
-0110100 Adenauer 14
-0110100 Dugan 14
-0110100 Tauke 14
-0110100 Kangas 14
-0110100 Sikora 14
-0110100 Holst 14
-0110100 Crasnianski 14
-0110100 Lyne 14
-0110100 Barlowe 14
-0110100 Paton 14
-0110100 Shewmaker 14
-0110100 Chadwick 14
-0110100 Goodner 14
-0110100 Woodworth 14
-0110100 Blass 14
-0110100 Balukas 14
-0110100 Bolcom 14
-0110100 Hasegawa 14
-0110100 Montoya 14
-0110100 Huggins 14
-0110100 Mishkin 14
-0110100 Tarantino 14
-0110100 Juge 14
-0110100 Unterman 14
-0110100 C.P.A. 14
-0110100 Oanh 14
-0110100 Bradtmiller 14
-0110100 Zumwalt 14
-0110100 Pert 14
-0110100 Rothberg 14
-0110100 Handros 14
-0110100 Ghidella 14
-0110100 Hoenig 14
-0110100 McWhorter 14
-0110100 Wynyard 14
-0110100 Volvovitz 14
-0110100 Kakimoto 14
-0110100 Synar 14
-0110100 Siedenburg 14
-0110100 Kirchberger 14
-0110100 Teitelbaum 14
-0110100 Bohn 14
-0110100 Ecevit 14
-0110100 Biddle 14
-0110100 Crick 14
-0110100 Bingaman 14
-0110100 Scharp 14
-0110100 Litt 14
-0110100 Ciampi 14
-0110100 Wetzel 14
-0110100 Kupfer 14
-0110100 Westheimer 14
-0110100 Oppens 14
-0110100 Sommers 14
-0110100 McElvaine 14
-0110100 Allaire 14
-0110100 Sandberg 14
-0110100 Kremer 14
-0110100 Lau 14
-0110100 Waldman 14
-0110100 Caridi 14
-0110100 Stoney 14
-0110100 McKnew 14
-0110100 Allman 14
-0110100 Topol 14
-0110100 Sikorski 14
-0110100 Reinsdorf 14
-0110100 Bierbusse 14
-0110100 Zilkha 14
-0110100 Krauss 14
-0110100 Maurer 14
-0110100 Stigler 14
-0110100 Pezeshkan 14
-0110100 Provine 14
-0110100 Wolitarsky 14
-0110100 Janklow 14
-0110100 Riddle 14
-0110100 Shi 14
-0110100 Hendon 14
-0110100 Curd 14
-0110100 Cusack 14
-0110100 Markowitz 14
-0110100 Jeffords 14
-0110100 Gilligan 14
-0110100 Pownall 14
-0110100 Felker 14
-0110100 Chiapparone 14
-0110100 Perkowski 14
-0110100 Barenboim 14
-0110100 Mica 14
-0110100 Newsome 14
-0110100 Zweibel 14
-0110100 Lataif 14
-0110100 Haussmann 14
-0110100 Bordallo 14
-0110100 Aghazadeh 14
-0110100 Eban 14
-0110100 Usry 14
-0110100 Weinstock 14
-0110100 Nakamura 14
-0110100 Engels 14
-0110100 Luttwak 14
-0110100 Hurtt 14
-0110100 Mamis 14
-0110100 Ganis 14
-0110100 Wolpe 14
-0110100 Killory 14
-0110100 Jahn 14
-0110100 Nakhamkin 14
-0110100 Qureshi 14
-0110100 Moman 14
-0110100 Teixeira 14
-0110100 Guterman 14
-0110100 Hoyvald 14
-0110100 Tepper 14
-0110100 Hockin 14
-0110100 Scohier 14
-0110100 Boguslavskaya 14
-0110100 Banoun 14
-0110100 Lipkind 14
-0110100 Rutz 14
-0110100 Asner 14
-0110100 Kress 14
-0110100 Branitzky 14
-0110100 Chabon 14
-0110100 Tartaglia 14
-0110100 Haymes 14
-0110100 Wardrop 14
-0110100 Kheel 14
-0110100 Thometz 14
-0110100 Bottel 14
-0110100 Neukirchen 14
-0110100 Shively 14
-0110100 Saidiner 14
-0110100 Cuddihy 14
-0110100 Attenborough 14
-0110100 Rushton 15
-0110100 Salazar 15
-0110100 Bergmann 15
-0110100 Witkin 15
-0110100 Aykroyd 15
-0110100 Burleson 15
-0110100 Worseck 15
-0110100 Crowder 15
-0110100 Jablonski 15
-0110100 Considine 15
-0110100 Liscom 15
-0110100 Loucks 15
-0110100 Braunwald 15
-0110100 Prichard 15
-0110100 Rowell 15
-0110100 Schram 15
-0110100 Olesen 15
-0110100 Yarnell 15
-0110100 Cortes 15
-0110100 Grigoli 15
-0110100 Sarokin 15
-0110100 Miyazaki 15
-0110100 Schluter 15
-0110100 Rocca 15
-0110100 Chinh 15
-0110100 Bonin 15
-0110100 Allard 15
-0110100 Beytout 15
-0110100 Coll 15
-0110100 Benard 15
-0110100 Gvaryahu 15
-0110100 Crichton 15
-0110100 Cowell 15
-0110100 Brenna 15
-0110100 Fery 15
-0110100 Kraeutler 15
-0110100 Terrizzi 15
-0110100 Kristiansen 15
-0110100 Wildavsky 15
-0110100 Liebowitz 15
-0110100 Hoch 15
-0110100 Schechter 15
-0110100 Armellino 15
-0110100 Hagens 15
-0110100 Salamon 15
-0110100 Relman 15
-0110100 Fricke 15
-0110100 Chow 15
-0110100 Kerrigan 15
-0110100 Blitz 15
-0110100 Ringe 15
-0110100 Catto 15
-0110100 Kennan 15
-0110100 Fulani 15
-0110100 Riely 15
-0110100 Maslyukov 15
-0110100 Headroom 15
-0110100 Malkovich 15
-0110100 Aponte 15
-0110100 Baig 15
-0110100 Fichera 15
-0110100 Rakolta 15
-0110100 Donapria 15
-0110100 Monsky 15
-0110100 Covatta 15
-0110100 Villanueva 15
-0110100 Kuehler 15
-0110100 Verleger 15
-0110100 Ben-Dov 15
-0110100 DeArment 15
-0110100 Kess 15
-0110100 Pletscher 15
-0110100 Helton 15
-0110100 Paff 15
-0110100 Gillman 15
-0110100 Beaudoin 15
-0110100 Kilburn 15
-0110100 Litvack 15
-0110100 Nurock 15
-0110100 Meyo 15
-0110100 Demme 15
-0110100 Marcheschi 15
-0110100 Beckham 15
-0110100 Sharansky 15
-0110100 Iason 15
-0110100 Loftus 15
-0110100 Marcial 15
-0110100 Biggar 15
-0110100 Helprin 15
-0110100 McCrea 15
-0110100 Dornbusch 15
-0110100 Perch 15
-0110100 Kochan 15
-0110100 Arrington 15
-0110100 Besharov 15
-0110100 Vicenzi 15
-0110100 Landes 15
-0110100 Batchelor 15
-0110100 Dornan 15
-0110100 Goh 15
-0110100 Dauster 15
-0110100 Ziolkowski 15
-0110100 Knauss 15
-0110100 Hazelbaker 15
-0110100 Pasman 15
-0110100 Gupta 15
-0110100 Lichtenberg 15
-0110100 Velasco 15
-0110100 Mutz 15
-0110100 Darling 15
-0110100 Lachica 15
-0110100 Bertolucci 15
-0110100 Marton 15
-0110100 Saleh 15
-0110100 Leming 15
-0110100 Falcigno 15
-0110100 Kessel 15
-0110100 Solodar 15
-0110100 Sargeant 15
-0110100 Bryden 15
-0110100 Plisetskaya 15
-0110100 Sauls 15
-0110100 Mignanelli 15
-0110100 Kunkel 15
-0110100 Glendinning 15
-0110100 Muratore 15
-0110100 Kasputys 15
-0110100 Decherd 15
-0110100 Bourne 15
-0110100 Gulley 15
-0110100 Nicandros 15
-0110100 Fauntroy 15
-0110100 Kondo 15
-0110100 Shuster 15
-0110100 McGuigan 15
-0110100 Martirosov 15
-0110100 Brumbaugh 15
-0110100 Puck 15
-0110100 Goelzer 15
-0110100 Figueroa 15
-0110100 Bonker 15
-0110100 Rusher 15
-0110100 Kreiger 15
-0110100 Swaim 15
-0110100 Minarik 15
-0110100 Smithburg 15
-0110100 Brinker 15
-0110100 Crispen 15
-0110100 McEvoy 15
-0110100 Macktal 15
-0110100 Michaelis 15
-0110100 Sesit 15
-0110100 Mair 15
-0110100 Hsu 15
-0110100 Mericantante 15
-0110100 Shaddix 15
-0110100 Poyner 15
-0110100 Ambrose 15
-0110100 Singerman 15
-0110100 Jett 15
-0110100 Shutt 15
-0110100 Ludmer 15
-0110100 Fetterolf 15
-0110100 Lampert 15
-0110100 Tarrance 15
-0110100 Hendrick 15
-0110100 Truex 15
-0110100 Styles 15
-0110100 Stubblefield 15
-0110100 Steinmetz 15
-0110100 Lekachman 15
-0110100 Enterline 15
-0110100 Pence 15
-0110100 Broome 15
-0110100 Mohr 15
-0110100 Hering 15
-0110100 Cantwell 15
-0110100 Berri 15
-0110100 Tamke 15
-0110100 Canepa 15
-0110100 Rothstein 15
-0110100 Schwarzman 15
-0110100 Aoun 15
-0110100 Halvorsen 15
-0110100 Scholl 15
-0110100 Fishlow 15
-0110100 Senner 15
-0110100 Boeschenstein 15
-0110100 Palermo 15
-0110100 Soleri 15
-0110100 Skeeters 15
-0110100 Raskin 15
-0110100 Haupert 15
-0110100 Jenninger 16
-0110100 Fitzsimmons 16
-0110100 Prentnieks 16
-0110100 della 16
-0110100 Shay 16
-0110100 Chodorow 16
-0110100 Lazzell 16
-0110100 Ruderman 16
-0110100 Varzi 16
-0110100 Ihasz 16
-0110100 Lynford 16
-0110100 Johansson 16
-0110100 Potts 16
-0110100 McCardell 16
-0110100 Sherrer 16
-0110100 Syron 16
-0110100 Grennan 16
-0110100 Schupak 16
-0110100 Mazzorana 16
-0110100 Dorsch 16
-0110100 Isgro 16
-0110100 Vajna 16
-0110100 Goodson 16
-0110100 Schuler 16
-0110100 Gretzky 16
-0110100 Schlang 16
-0110100 Ninagawa 16
-0110100 Hanisee 16
-0110100 Fugard 16
-0110100 Stalon 16
-0110100 Horvitz 16
-0110100 Mazza 16
-0110100 Tsang 16
-0110100 Fahrenkopf 16
-0110100 Sokolov 16
-0110100 DeLillo 16
-0110100 Clott 16
-0110100 Melton 16
-0110100 Podhoretz 16
-0110100 Espy 16
-0110100 Manners 16
-0110100 Nesi 16
-0110100 Buckhantz 16
-0110100 Gagnon 16
-0110100 Shohat 16
-0110100 Krohn 16
-0110100 Brocksmith 16
-0110100 Buegler 16
-0110100 Quindlen 16
-0110100 Gotthelf 16
-0110100 Confair 16
-0110100 Wollaeger 16
-0110100 Wilk 16
-0110100 Barthelemy 16
-0110100 Sear 16
-0110100 Villar 16
-0110100 Goldwasser 16
-0110100 Mrazek 16
-0110100 Lareau 16
-0110100 Bissell 16
-0110100 Gorges 16
-0110100 Fantle 16
-0110100 Gherman 16
-0110100 Skelton 16
-0110100 Ronstadt 16
-0110100 Malanga 16
-0110100 Lombardi 16
-0110100 Murrin 16
-0110100 Desmarais 16
-0110100 Haritos 16
-0110100 Scharenberg 16
-0110100 Cirillo 16
-0110100 Hemminghaus 16
-0110100 Carvell 16
-0110100 Grua 16
-0110100 Edell 16
-0110100 Labrecque 16
-0110100 Kolowich 16
-0110100 Lambro 16
-0110100 Mattingly 16
-0110100 Conley 16
-0110100 Miner 16
-0110100 Bonior 16
-0110100 Volk 16
-0110100 Cornfeld 16
-0110100 Reichley 16
-0110100 Hogwood 16
-0110100 Malott 16
-0110100 Peppers 16
-0110100 Lehmann 16
-0110100 Welp 16
-0110100 Okun 16
-0110100 Lemmon 16
-0110100 Vorontsov 16
-0110100 Maglica 16
-0110100 Helmick 16
-0110100 Kubiak 16
-0110100 Harada 16
-0110100 Ouellette 16
-0110100 Finkelson 16
-0110100 Arum 16
-0110100 Markman 16
-0110100 Thaler 16
-0110100 Rothe 16
-0110100 DeLong 16
-0110100 Pels 16
-0110100 Pappas 16
-0110100 Morze 16
-0110100 Boschwitz 16
-0110100 Herzlinger 16
-0110100 Sestanovich 16
-0110100 Oelman 16
-0110100 Slovo 16
-0110100 Vittoria 16
-0110100 Tseng 16
-0110100 Sas 16
-0110100 Turco 16
-0110100 Benefield 16
-0110100 Hazen 16
-0110100 Caloway 16
-0110100 Beeney 16
-0110100 Wyser-Pratte 16
-0110100 Greenberger 16
-0110100 Blain 16
-0110100 McCarry 16
-0110100 Aronoff 16
-0110100 Avedisian 16
-0110100 Alhadeff 16
-0110100 Carothers 16
-0110100 Sundlun 16
-0110100 Sher 16
-0110100 Eckart 16
-0110100 Liemandt 16
-0110100 Turley 16
-0110100 Asman 16
-0110100 Giffen 16
-0110100 Giblen 16
-0110100 Whitacre 16
-0110100 Susann 16
-0110100 Caputo 16
-0110100 Penzer 16
-0110100 Gabler 16
-0110100 Stronach 16
-0110100 Squires 16
-0110100 Guffey 16
-0110100 Mukasey 16
-0110100 Cates 16
-0110100 Lauber 16
-0110100 Bettenberg 16
-0110100 Whipple 16
-0110100 Ishikawa 16
-0110100 Gehry 16
-0110100 Tellep 16
-0110100 Durchholz 16
-0110100 Smiley 16
-0110100 Locsin 16
-0110100 Birk 16
-0110100 Kurland 16
-0110100 Ponsolle 16
-0110100 Gibian 16
-0110100 Nikkhah 16
-0110100 Lazier 16
-0110100 Lively 16
-0110100 Gunsalus 16
-0110100 Lippmann 16
-0110100 Kamali 16
-0110100 Ellmann 16
-0110100 Wyngaarden 16
-0110100 Kolb 16
-0110100 Kagler 16
-0110100 Kastenmeier 16
-0110100 DioGuardi 16
-0110100 Slocum 17
-0110100 McAuliffe 17
-0110100 Zlotnick 17
-0110100 Mizuno 17
-0110100 Villegas 17
-0110100 Lent 17
-0110100 Rios 17
-0110100 Starkman 17
-0110100 McPhee 17
-0110100 Stattin 17
-0110100 Huizenga 17
-0110100 Ledbetter 17
-0110100 Schwartzman 17
-0110100 Pareti 17
-0110100 Mantle 17
-0110100 Hadfield 17
-0110100 Fournier 17
-0110100 Ohmae 17
-0110100 Mundell 17
-0110100 Koontz 17
-0110100 McGarr 17
-0110100 Hawking 17
-0110100 Slusher 17
-0110100 Doty 17
-0110100 Hudgins 17
-0110100 Kennelly 17
-0110100 Nall 17
-0110100 Ozick 17
-0110100 Fediay 17
-0110100 Litan 17
-0110100 Sweig 17
-0110100 Natale 17
-0110100 Wildmon 17
-0110100 Kitajima 17
-0110100 Junejo 17
-0110100 Landow 17
-0110100 Fusilli 17
-0110100 Isgur 17
-0110100 Ishihara 17
-0110100 Gans 17
-0110100 Sisulu 17
-0110100 Monahan 17
-0110100 Riss 17
-0110100 LaBonte 17
-0110100 Halmos 17
-0110100 Anreder 17
-0110100 Palmerino 17
-0110100 Borges 17
-0110100 Berardi 17
-0110100 Turchyn 17
-0110100 Kalliel 17
-0110100 Erck 17
-0110100 Costner 17
-0110100 Kuttner 17
-0110100 Torok 17
-0110100 Florescue 17
-0110100 Klesken 17
-0110100 Alderson 17
-0110100 Childs 17
-0110100 Alfiero 17
-0110100 Selwitz 17
-0110100 Beim 17
-0110100 Magnuson 17
-0110100 Kabbani 17
-0110100 Sulya 17
-0110100 Kapuscinski 17
-0110100 McMurray 17
-0110100 Marlowe 17
-0110100 Ewton 17
-0110100 Handley 17
-0110100 Barkley 17
-0110100 Hearns 17
-0110100 Eskridge 17
-0110100 Elsas 17
-0110100 Bierwirth 17
-0110100 Breyer 17
-0110100 Nordlund 17
-0110100 Mariucci 17
-0110100 Mullane 17
-0110100 Corley 17
-0110100 Gatliff 17
-0110100 Musolino 17
-0110100 Crippen 17
-0110100 Orton 17
-0110100 McKeon 17
-0110100 Crouch 17
-0110100 Flannigan 17
-0110100 Hinkle 17
-0110100 Heineman 17
-0110100 Berreth 17
-0110100 Brittain 17
-0110100 Harrigan 17
-0110100 Gorelick 17
-0110100 Bortel 17
-0110100 Souza 17
-0110100 Eppel 17
-0110100 Kawamura 17
-0110100 Goldberger 17
-0110100 Hindman 17
-0110100 Azcarraga 17
-0110100 Leveque 17
-0110100 Weigel 17
-0110100 Vranitzky 17
-0110100 Deering 17
-0110100 Reichert 17
-0110100 Urbanchuk 17
-0110100 Wessel 17
-0110100 Hannon 17
-0110100 Spagna 17
-0110100 Futrell 17
-0110100 Kundera 17
-0110100 Bomberg 17
-0110100 Barthelme 17
-0110100 Dutil 17
-0110100 Pattiz 17
-0110100 Manzella 17
-0110100 Malcolmson 17
-0110100 Eyler 17
-0110100 Polite 17
-0110100 Valente 17
-0110100 Gravely 17
-0110100 Goodfriend 17
-0110100 Kresa 17
-0110100 Dohnanyi 17
-0110100 Galpin 17
-0110100 Bellas 17
-0110100 Curzio 17
-0110100 Lek 17
-0110100 Nettles 17
-0110100 Zamora 17
-0110100 Goldschmidt 17
-0110100 Shafer 17
-0110100 Bosak 17
-0110100 Cordovez 17
-0110100 Ehrlichman 17
-0110100 Rudnet 17
-0110100 Szabo 17
-0110100 Crimmins 17
-0110100 Seifert 17
-0110100 Duvall 17
-0110100 Osterhoff 17
-0110100 Leinsdorf 17
-0110100 Wintour 17
-0110100 Lighthizer 17
-0110100 Chamberlin 17
-0110100 Hepburn 17
-0110100 Costa-Gavras 17
-0110100 Moffitt 17
-0110100 Hauptfuhrer 17
-0110100 Barbee 17
-0110100 Baur 17
-0110100 Calkins 17
-0110100 Nimrodi 18
-0110100 Robards 18
-0110100 Teague 18
-0110100 McCulley 18
-0110100 Rommel 18
-0110100 Newcomb 18
-0110100 Deihl 18
-0110100 Hintz 18
-0110100 Brando 18
-0110100 Sokolin 18
-0110100 Rifenburgh 18
-0110100 Escobar 18
-0110100 Edgell 18
-0110100 Mackintosh 18
-0110100 Rawls 18
-0110100 Kruttschnitt 18
-0110100 Jacobi 18
-0110100 Dorrance 18
-0110100 Pilson 18
-0110100 Eagleburger 18
-0110100 Belsky 18
-0110100 Piazzolla 18
-0110100 Carrick 18
-0110100 Bergenfield 18
-0110100 Unger 18
-0110100 Corea 18
-0110100 Jeyaretnam 18
-0110100 Mullin 18
-0110100 Markowski 18
-0110100 Pirko 18
-0110100 Schall 18
-0110100 Poitier 18
-0110100 Shribman 18
-0110100 Giovenco 18
-0110100 Chebrikov 18
-0110100 Sethness 18
-0110100 Romer 18
-0110100 Lagardere 18
-0110100 Veil 18
-0110100 Habib 18
-0110100 Tassin 18
-0110100 Artzt 18
-0110100 Wortley 18
-0110100 Payton 18
-0110100 Sadler 18
-0110100 Anguilla 18
-0110100 Dymally 18
-0110100 Hoyle 18
-0110100 Schlafly 18
-0110100 Ocampo 18
-0110100 Zarb 18
-0110100 Ravitch 18
-0110100 Klejna 18
-0110100 Chajet 18
-0110100 Hazlett 18
-0110100 Kubrick 18
-0110100 Markese 18
-0110100 Archambault 18
-0110100 Halprin 18
-0110100 Itami 18
-0110100 Richer 18
-0110100 Coward 18
-0110100 Mendez 18
-0110100 Begun 18
-0110100 Woodard 18
-0110100 Woerner 18
-0110100 Taney 18
-0110100 Rohs 18
-0110100 Esposito 18
-0110100 Seaton 18
-0110100 Estridge 18
-0110100 DeBakey 18
-0110100 Novick 18
-0110100 Lortel 18
-0110100 Sarlos 18
-0110100 Arvey 18
-0110100 Kirsch 18
-0110100 Gumport 18
-0110100 Traficant 18
-0110100 Solti 18
-0110100 DeWine 18
-0110100 Polevoi 18
-0110100 McBee 18
-0110100 Kita 18
-0110100 Tashjian 18
-0110100 Spellman 18
-0110100 Hawes 18
-0110100 Ruskin 18
-0110100 Dedeurwaerder 18
-0110100 Masuda 18
-0110100 Brownlee 18
-0110100 Geren 18
-0110100 Cassani 18
-0110100 Kindleberger 18
-0110100 Nickles 18
-0110100 Eigen 18
-0110100 Mugniyah 18
-0110100 Guarnaccia 18
-0110100 Boner 18
-0110100 Arledge 18
-0110100 Kurtz 18
-0110100 Seife 18
-0110100 Eccles 18
-0110100 Nealon 18
-0110100 Feuerman 18
-0110100 Oxley 18
-0110100 Neves 18
-0110100 Scholz 18
-0110100 Trillin 18
-0110100 Banerjee 18
-0110100 Papp 18
-0110100 Braddock 18
-0110100 Dutoit 18
-0110100 Keough 18
-0110100 Schlecht 18
-0110100 Burson 18
-0110100 Posnick 18
-0110100 Retemeyer 18
-0110100 Osterkamp 18
-0110100 Conn 18
-0110100 Forrestal 18
-0110100 Bukovsky 18
-0110100 Fulghum 18
-0110100 Friedson 18
-0110100 Dowd 18
-0110100 Bawer 18
-0110100 Retton 18
-0110100 Boroian 18
-0110100 Ellerbee 18
-0110100 Thanh 18
-0110100 Lamer 19
-0110100 Glasow 19
-0110100 Revzin 19
-0110100 McNerney 19
-0110100 Steinman 19
-0110100 Plotkin 19
-0110100 Beasley 19
-0110100 Monieson 19
-0110100 Obeid 19
-0110100 Brawley 19
-0110100 Osgood 19
-0110100 Reichler 19
-0110100 Milosevic 19
-0110100 Collor 19
-0110100 Ezoe 19
-0110100 Penner 19
-0110100 Rotberg 19
-0110100 Orsini 19
-0110100 Schreiber 19
-0110100 Schrempf 19
-0110100 Tregurtha 19
-0110100 Schwarzer 19
-0110100 Rayburn 19
-0110100 Kulkarni 19
-0110100 al-Wazir 19
-0110100 Dequeker 19
-0110100 Beckel 19
-0110100 DeCook 19
-0110100 Kiefer 19
-0110100 Yamashita 19
-0110100 Djurdjevic 19
-0110100 Stemberg 19
-0110100 Neto 19
-0110100 Rohrer 19
-0110100 Theroux 19
-0110100 Davignon 19
-0110100 Arbel 19
-0110100 Carswell 19
-0110100 Sigler 19
-0110100 Fujioka 19
-0110100 Glaser 19
-0110100 Blakenham 19
-0110100 Aweida 19
-0110100 Schwimmer 19
-0110100 Daspin 19
-0110100 Oslin 19
-0110100 Scholey 19
-0110100 Laidig 19
-0110100 Rill 19
-0110100 Bronston 19
-0110100 Jeffers 19
-0110100 Creighton 19
-0110100 Medvedev 19
-0110100 Chissano 19
-0110100 Hiler 19
-0110100 Soares-Kemp 19
-0110100 Elden 19
-0110100 Friedrick 19
-0110100 Kanter 19
-0110100 Squier 19
-0110100 Tussing 19
-0110100 Shurtleff 19
-0110100 Feeney 19
-0110100 Piscopo 19
-0110100 Albers 19
-0110100 Bussi 19
-0110100 Geneen 19
-0110100 Worrell 19
-0110100 Lichtblau 19
-0110100 Mikulski 19
-0110100 Liss 19
-0110100 Lencioni 19
-0110100 Obispo 19
-0110100 Salzberg 19
-0110100 Helfgott 19
-0110100 Breen 19
-0110100 Runckel 19
-0110100 Chaney 19
-0110100 Fourtou 19
-0110100 Orser 19
-0110100 Sciarra 19
-0110100 Kann 19
-0110100 Michener 19
-0110100 Tyrrell 19
-0110100 Kente 19
-0110100 Solow 19
-0110100 Channing 19
-0110100 Resnick 19
-0110100 Holbrook 19
-0110100 Schnittke 19
-0110100 Markle 19
-0110100 Garfinkle 19
-0110100 Corwin 19
-0110100 Lind 19
-0110100 Ballmer 19
-0110100 Nadler 19
-0110100 Ochoa 19
-0110100 Renier 19
-0110100 Stiles 19
-0110100 Dangerfield 19
-0110100 Subotnick 19
-0110100 Pons 19
-0110100 Schmeltzer 19
-0110100 Fehr 19
-0110100 Rendell 19
-0110100 Nendick 19
-0110100 Weitler 19
-0110100 Headrick 19
-0110100 Sondheim 19
-0110100 Sagan 19
-0110100 Lieberthal 19
-0110100 Nakayama 19
-0110100 Bartels 19
-0110100 Gassee 19
-0110100 Corday 19
-0110100 Samuelson 19
-0110100 Bluestone 19
-0110100 Koryagin 19
-0110100 Elliman 19
-0110100 Irani 19
-0110100 Kaunda 19
-0110100 Salizzoni 19
-0110100 Baltzell 19
-0110100 Castellvi 19
-0110100 Isautier 19
-0110100 Hoagland 19
-0110100 Guttman 19
-0110100 Leisenring 19
-0110100 Macioce 19
-0110100 Horwitz 19
-0110100 Hinckley 19
-0110100 Pistor 20
-0110100 Swavely 20
-0110100 Sexton 20
-0110100 Gauthier 20
-0110100 Ortiz 20
-0110100 Barrone 20
-0110100 Penman 20
-0110100 Lewinsohn 20
-0110100 Syrek 20
-0110100 Hohorst 20
-0110100 Leuzzi 20
-0110100 Boehm 20
-0110100 Moyer 20
-0110100 Qin 20
-0110100 Abanto 20
-0110100 Ramey 20
-0110100 Sakai 20
-0110100 Mottus 20
-0110100 Drapkin 20
-0110100 Ciccarone 20
-0110100 Volberding 20
-0110100 Mechem 20
-0110100 Kuse 20
-0110100 Stubbs 20
-0110100 Kuczynski 20
-0110100 Mavroules 20
-0110100 Nabi 20
-0110100 Popieluszko 20
-0110100 Cardin 20
-0110100 Chema 20
-0110100 Godard 20
-0110100 Bradlee 20
-0110100 Nakagawa 20
-0110100 Ozawa 20
-0110100 Blumstein 20
-0110100 Sorkow 20
-0110100 Friedsam 20
-0110100 Cymrot 20
-0110100 Getz 20
-0110100 Christenson 20
-0110100 Liang 20
-0110100 Maughan 20
-0110100 Junot 20
-0110100 Murtha 20
-0110100 McCulloch 20
-0110100 Batuigas 20
-0110100 Ontiveros 20
-0110100 Holderman 20
-0110100 Broadhead 20
-0110100 Taber 20
-0110100 Stemple 20
-0110100 Higgs 20
-0110100 Quintero 20
-0110100 deux 20
-0110100 Goodison 20
-0110100 Eggleston 20
-0110100 Canter 20
-0110100 Rao 20
-0110100 Manion 20
-0110100 Tsongas 20
-0110100 Mirabella 20
-0110100 Ewalt 20
-0110100 McCue 20
-0110100 Kunert 20
-0110100 Conti 20
-0110100 Larosiere 20
-0110100 Fossel 20
-0110100 Metter 20
-0110100 Simonds-Gooding 20
-0110100 Spock 20
-0110100 Probst 20
-0110100 Maucher 20
-0110100 Messer 20
-0110100 Ashcroft 20
-0110100 Sticht 20
-0110100 Tribull 20
-0110100 Kiszczak 20
-0110100 Tsakos 20
-0110100 McQueen 20
-0110100 Krapels 20
-0110100 Malin 20
-0110100 McAlinden 20
-0110100 Rees 20
-0110100 Baden 20
-0110100 Grano 20
-0110100 Haimovitz 20
-0110100 Celnik 20
-0110100 Jarchow 20
-0110100 Goulet 20
-0110100 Konen 20
-0110100 Nickelson 20
-0110100 Mencken 20
-0110100 Palmeri 20
-0110100 Stiegemeier 20
-0110100 Strinden 20
-0110100 Hanke 20
-0110100 Blandon 20
-0110100 Trueblood 20
-0110100 Amado 20
-0110100 Liddy 20
-0110100 Perritt 20
-0110100 Petzinger 20
-0110100 Yacos 20
-0110100 Krischer 20
-0110100 Espinosa 20
-0110100 Wheatley 20
-0110100 Bongard 20
-0110100 Blessing 20
-0110100 DiIanni 20
-0110100 Lacefield 20
-0110100 MacCallum 20
-0110100 Guarino 20
-0110100 Kelsey 20
-0110100 Isaacson 20
-0110100 Askew 20
-0110100 Capote 20
-0110100 Machold 20
-0110100 Siefert 20
-0110100 Ackroyd 20
-0110100 Bacha 20
-0110100 Guyon 20
-0110100 Karatz 20
-0110100 Dube 20
-0110100 Ainslie 21
-0110100 Kouril 21
-0110100 McMahan 21
-0110100 Ivey 21
-0110100 Haq 21
-0110100 Tharp 21
-0110100 Glazier 21
-0110100 Treurnicht 21
-0110100 Vann 21
-0110100 Wiseman 21
-0110100 Kingon 21
-0110100 Tettamanti 21
-0110100 Baez 21
-0110100 Monsod 21
-0110100 Arison 21
-0110100 Vartanian 21
-0110100 LaMothe 21
-0110100 Perlin 21
-0110100 Hassler 21
-0110100 Schlueter 21
-0110100 Deikel 21
-0110100 Barbella 21
-0110100 Izumi 21
-0110100 Bressler 21
-0110100 Lund 21
-0110100 Dassler 21
-0110100 Secchia 21
-0110100 Pae 21
-0110100 Cayne 21
-0110100 Ribicoff 21
-0110100 Huang 21
-0110100 Seixas 21
-0110100 Eckert 21
-0110100 Avril 21
-0110100 Grigoryants 21
-0110100 Kreicher 21
-0110100 Conlan 21
-0110100 Axilrod 21
-0110100 Weis 21
-0110100 Honderich 21
-0110100 Rostropovich 21
-0110100 Carlzon 21
-0110100 Sharer 21
-0110100 Cosgrove 21
-0110100 Sharma 21
-0110100 Sturman 21
-0110100 Tigert 21
-0110100 Derr 21
-0110100 Califano 21
-0110100 Kistler 21
-0110100 Creedon 21
-0110100 Pizzo 21
-0110100 Sorenson 21
-0110100 Isaacs 21
-0110100 Daim 21
-0110100 Norrington 21
-0110100 Ducey 21
-0110100 Soifer 21
-0110100 Husseini 21
-0110100 Finkielstain 21
-0110100 Kelleher 21
-0110100 Terrell 21
-0110100 Alpert 21
-0110100 Climaco 21
-0110100 Pettit 21
-0110100 Callaghan 21
-0110100 Boyce 21
-0110100 Moreno 21
-0110100 Gulliver 21
-0110100 Brimmer 21
-0110100 Boltz 21
-0110100 Bahrenburg 21
-0110100 Guerra 21
-0110100 Scheer 21
-0110100 Pedersen 21
-0110100 Swenson 21
-0110100 MacLaine 21
-0110100 Redgrave 21
-0110100 Louganis 21
-0110100 Queenan 21
-0110100 Uchida 21
-0110100 Troyanos 21
-0110100 Alegrett 21
-0110100 Bavis 21
-0110100 Culler 21
-0110100 Poznikov 21
-0110100 Rothchild 21
-0110100 Hamdoon 21
-0110100 Thanos 21
-0110100 Skolnick 21
-0110100 Lamle 21
-0110100 Fascell 21
-0110100 Diery 21
-0110100 Linder 21
-0110100 Kass 21
-0110100 Bodner 21
-0110100 Spens 21
-0110100 Carnicero 21
-0110100 Stenholm 21
-0110100 Kassar 21
-0110100 Maslin 21
-0110100 Gidel 21
-0110100 Gabor 21
-0110100 Ambriano 21
-0110100 Skala 21
-0110100 Bickford 21
-0110100 Hinz 21
-0110100 Campos 21
-0110100 Mortara 21
-0110100 Blankenship 21
-0110100 Staloff 21
-0110100 Finkbiner 21
-0110100 Wexler 21
-0110100 Resnais 21
-0110100 Dolezal 21
-0110100 Biderman 21
-0110100 Chiu 22
-0110100 Perito 22
-0110100 Dessauer 22
-0110100 Condit 22
-0110100 Cavanaugh 22
-0110100 Hayman 22
-0110100 Moreland 22
-0110100 Phillippi 22
-0110100 Cabrera 22
-0110100 Feigen 22
-0110100 Furer 22
-0110100 Halperin 22
-0110100 Alioto 22
-0110100 Attali 22
-0110100 Bolles 22
-0110100 Terracciano 22
-0110100 Subandrio 22
-0110100 Seaga 22
-0110100 Ruding 22
-0110100 Allais 22
-0110100 Sarni 22
-0110100 Natcher 22
-0110100 Friedmann 22
-0110100 Mossberg 22
-0110100 Cartusciello 22
-0110100 Goloven 22
-0110100 Agostini 22
-0110100 Flumenbaum 22
-0110100 Muramatsu 22
-0110100 Bijur 22
-0110100 Nishi 22
-0110100 Stirling 22
-0110100 Rybakov 22
-0110100 Lipson 22
-0110100 Kozol 22
-0110100 Weed 22
-0110100 Martins 22
-0110100 Byrnes 22
-0110100 Duesberg 22
-0110100 Wien 22
-0110100 Greider 22
-0110100 Wisel 22
-0110100 Patinkin 22
-0110100 Buren 22
-0110100 Jeanniot 22
-0110100 Scarfo 22
-0110100 Valenzuela 22
-0110100 Erikson 22
-0110100 Sokol 22
-0110100 McNay 22
-0110100 Francois-Poncet 22
-0110100 Leibovitz 22
-0110100 LaBow 22
-0110100 Taki 22
-0110100 Otaiba 22
-0110100 Dickerson 22
-0110100 Belli 22
-0110100 Carmichael 22
-0110100 Erburu 22
-0110100 Amis 22
-0110100 Bok 22
-0110100 Lapham 22
-0110100 Berton 22
-0110100 Carper 22
-0110100 Ferrara 22
-0110100 Hendrix 22
-0110100 Gottschalk 22
-0110100 Ellison 22
-0110100 Volpicella 22
-0110100 Castleman 22
-0110100 Catain 22
-0110100 Lovejoy 22
-0110100 Lupo 22
-0110100 Malkiel 22
-0110100 Wunderle 22
-0110100 Kavanagh 22
-0110100 Hersch 22
-0110100 Sankey 22
-0110100 Genger 22
-0110100 Berner 22
-0110100 Luft 22
-0110100 Mofford 22
-0110100 Pate 22
-0110100 Friesen 22
-0110100 Lacovara 22
-0110100 DeMuth 22
-0110100 Donlan 22
-0110100 Quinton 22
-0110100 Venturi 22
-0110100 Gignoux 22
-0110100 Frawley 22
-0110100 Crutchfield 22
-0110100 Ohmura 22
-0110100 Schrader 22
-0110100 Duzan 22
-0110100 Hagan 22
-0110100 Iosue 22
-0110100 Jimenez 22
-0110100 Grigorovich 22
-0110100 Revson 22
-0110100 Jakes 22
-0110100 Chaplin 22
-0110100 Colbert 22
-0110100 Gerson 22
-0110100 McKernan 22
-0110100 Sanada 22
-0110100 Waleson 22
-0110100 Dominelli 22
-0110100 Loiseau 22
-0110100 Buckstein 22
-0110100 Karp 22
-0110100 Hayashi 22
-0110100 Sacks 22
-0110100 Valenzano 22
-0110100 Kleckner 22
-0110100 Pompadur 22
-0110100 Chesley 22
-0110100 Beckett 22
-0110100 Bochco 22
-0110100 Bianchi 22
-0110100 Parcher 22
-0110100 Strenger 22
-0110100 Tuyle 22
-0110100 Lyski 22
-0110100 Calvet 22
-0110100 Brannon 22
-0110100 Mulligan 22
-0110100 Goizueta 22
-0110100 McCurdy 23
-0110100 Brinkman 23
-0110100 Colton 23
-0110100 McCartney 23
-0110100 LeFrere 23
-0110100 Mooradian 23
-0110100 McGregor 23
-0110100 DiMaggio 23
-0110100 Dabah 23
-0110100 Lindgren 23
-0110100 Pincavage 23
-0110100 FitzGerald 23
-0110100 Callies 23
-0110100 Jacoboski 23
-0110100 Calloway 23
-0110100 Huffstutler 23
-0110100 Fahey 23
-0110100 Powelson 23
-0110100 Demirel 23
-0110100 Burford 23
-0110100 Lavoro 23
-0110100 Koh 23
-0110100 Engeleiter 23
-0110100 Bosco 23
-0110100 Abelow 23
-0110100 Tennenbaum 23
-0110100 Guccione 23
-0110100 Neidl 23
-0110100 Noyce 23
-0110100 Warrick 23
-0110100 Hentic 23
-0110100 Whitfield 23
-0110100 Forman 23
-0110100 Sorkin 23
-0110100 Munoz 23
-0110100 Hubbell 23
-0110100 Giard 23
-0110100 Gero 23
-0110100 McGegan 23
-0110100 Wolsfeld 23
-0110100 Magee 23
-0110100 Reamer 23
-0110100 Rosenstein 23
-0110100 Fanning 23
-0110100 Broomfield 23
-0110100 Mauro 23
-0110100 Mertz 23
-0110100 Abdallah 23
-0110100 Comer 23
-0110100 Mailer 23
-0110100 Lublin 23
-0110100 Fusco 23
-0110100 Maddox 23
-0110100 Benninger 23
-0110100 McDade 23
-0110100 Gruber 23
-0110100 Capone 23
-0110100 Yamaguchi 23
-0110100 Schimberni 23
-0110100 Reiter 23
-0110100 Ayers 23
-0110100 Bozic 23
-0110100 Haber 23
-0110100 Haacke 23
-0110100 Pattie 23
-0110100 Birdsall 23
-0110100 Friedley 23
-0110100 Rosenblatt 23
-0110100 Farkas 23
-0110100 Zwick 23
-0110100 Mayhew 23
-0110100 Jesudason 23
-0110100 Tietmeyer 23
-0110100 Hoelterhoff 23
-0110100 Sternberg 23
-0110100 Sperlich 23
-0110100 Sprung 23
-0110100 Stuckey 23
-0110100 Spiegelman 23
-0110100 Lavin 23
-0110100 Gunlicks 23
-0110100 Durbin 23
-0110100 Desai 23
-0110100 Shaver 23
-0110100 Hartmann 23
-0110100 Dannemeyer 23
-0110100 Guerrero 23
-0110100 Machel 23
-0110100 Simes 23
-0110100 Felis 23
-0110100 Javett 23
-0110100 Reinhardt 23
-0110100 Benitez 23
-0110100 Oehmen 23
-0110100 Lavery 23
-0110100 Snedaker 23
-0110100 Cedergren 23
-0110100 Manigat 23
-0110100 Rakowski 24
-0110100 Hagiwara 24
-0110100 Udagawa 24
-0110100 Gunderson 24
-0110100 Sajak 24
-0110100 Kerr-Dineen 24
-0110100 Fickling 24
-0110100 Hinson 24
-0110100 Blakey 24
-0110100 Kimsey 24
-0110100 Perlmutter 24
-0110100 Kocur 24
-0110100 LeFevre 24
-0110100 Streep 24
-0110100 Micheli 24
-0110100 Zamfir 24
-0110100 Meselson 24
-0110100 Nitze 24
-0110100 Ladehoff 24
-0110100 Tuccillo 24
-0110100 Malabre 24
-0110100 Atta 24
-0110100 Billington 24
-0110100 Bradfield 24
-0110100 Schweich 24
-0110100 Gyohten 24
-0110100 Pollini 24
-0110100 Esch 24
-0110100 Lehtinen 24
-0110100 Nadel 24
-0110100 Krowe 24
-0110100 Preisig 24
-0110100 Bandow 24
-0110100 Higby 24
-0110100 Gordji 24
-0110100 Utgoff 24
-0110100 Bagley 24
-0110100 Awad 24
-0110100 Bluestine 24
-0110100 Eiszner 24
-0110100 Moreau 24
-0110100 Nishizawa 24
-0110100 Pocklington 24
-0110100 Senn 24
-0110100 Lubin 24
-0110100 Jarvik 24
-0110100 Glucksman 24
-0110100 Holzer 24
-0110100 Reitman 24
-0110100 Gharbonifar 24
-0110100 Robelo 24
-0110100 Marantette 24
-0110100 Linnas 24
-0110100 Goettel 24
-0110100 Lefton 24
-0110100 Sarkar 24
-0110100 Hackford 24
-0110100 Pampel 24
-0110100 Frates 24
-0110100 Brower 24
-0110100 Cordero 24
-0110100 Scannell 24
-0110100 Rudloff 24
-0110100 Stolz 24
-0110100 Doi 24
-0110100 Muskie 24
-0110100 McBirney 24
-0110100 Rukeyser 24
-0110100 McMillen 24
-0110100 Pearce-Batten 24
-0110100 Paque 24
-0110100 Korb 24
-0110100 Halloran 24
-0110100 Peskin 24
-0110100 Karr 24
-0110100 Minella 24
-0110100 Hiatt 24
-0110100 Fortier 24
-0110100 Woolard 24
-0110100 Walcott 24
-0110100 Stuka 24
-0110100 Dyke 24
-0110100 Koppel 24
-0110100 Matsunaga 24
-0110100 Kontras 24
-0110100 Sapiro 24
-0110100 Tramiel 25
-0110100 Safire 25
-0110100 Wick 25
-0110100 Oates 25
-0110100 Bethell 25
-0110100 Fussell 25
-0110100 Selby 25
-0110100 Warnock 25
-0110100 Geiger 25
-0110100 Mikva 25
-0110100 Kerschner 25
-0110100 Coughlin 25
-0110100 Vagelos 25
-0110100 Chiarella 25
-0110100 Huff 25
-0110100 Scharffenberger 25
-0110100 Moch 25
-0110100 Groves 25
-0110100 Ennis 25
-0110100 Rowen 25
-0110100 Noonan 25
-0110100 Eargle 25
-0110100 Applebaum 25
-0110100 Nesbit 25
-0110100 Finckle 25
-0110100 Bouchard 25
-0110100 Millstein 25
-0110100 Lichtenstein 25
-0110100 Tyger 25
-0110100 Bozian 25
-0110100 Zobel 25
-0110100 Winkler 25
-0110100 Bilotti 25
-0110100 Rutan 25
-0110100 Streisand 25
-0110100 Grayson 25
-0110100 Greenblatt 25
-0110100 Scullin 25
-0110100 Ros-Lehtinen 25
-0110100 Sarbanes 25
-0110100 Wapner 25
-0110100 Stallings 25
-0110100 Lungren 25
-0110100 Sussman 25
-0110100 Clegg 25
-0110100 Connery 25
-0110100 Stennis 25
-0110100 Teicher 25
-0110100 Granz 25
-0110100 Gumucio 25
-0110100 Mathes 25
-0110100 Noir 25
-0110100 Chatichai 25
-0110100 Ochsenschlager 25
-0110100 Channon 25
-0110100 Holloway 25
-0110100 Semel 25
-0110100 Hefter 25
-0110100 Grutman 25
-0110100 Claybrook 25
-0110100 Ostrow 25
-0110100 Suskind 25
-0110100 Lippman 25
-0110100 Whitwam 25
-0110100 Lini 25
-0110100 Tallent 25
-0110100 Lindemann 25
-0110100 Regalia 25
-0110100 Crooks 25
-0110100 Bermudez 25
-0110100 Portnoy 25
-0110100 Shepperd 25
-0110100 Gunkel 25
-0110100 Zeeman 25
-0110100 Fagoth 25
-0110100 Mello 25
-0110100 Dickie 25
-0110100 Finney 25
-0110100 Cohill 25
-0110100 Leal 25
-0110100 Digate 26
-0110100 Carbonell 26
-0110100 Toren 26
-0110100 Cappy 26
-0110100 Hobbs 26
-0110100 Herrmann 26
-0110100 Guimaraes 26
-0110100 Eisen 26
-0110100 Cockwell 26
-0110100 Kully 26
-0110100 Olayan 26
-0110100 Askoldov 26
-0110100 Wilander 26
-0110100 Dobrin 26
-0110100 Shaber 26
-0110100 Tonegawa 26
-0110100 Hartigan 26
-0110100 Goff 26
-0110100 Yurchenko 26
-0110100 Yassukovich 26
-0110100 Ervin 26
-0110100 Gilmour 26
-0110100 Tropp 26
-0110100 Bannister 26
-0110100 Garin 26
-0110100 Haagen 26
-0110100 Rodino 26
-0110100 Yazov 26
-0110100 Poppa 26
-0110100 Junkins 26
-0110100 Tsemel 26
-0110100 Paxson 26
-0110100 Hassenfeld 26
-0110100 Lennane 26
-0110100 Obrinsky 26
-0110100 Astaire 26
-0110100 McInerney 26
-0110100 Batra 26
-0110100 Deardourff 26
-0110100 Abram 26
-0110100 Reitzes 26
-0110100 Pipes 26
-0110100 Korn 26
-0110100 Hynes 26
-0110100 Sperling 26
-0110100 Rudnick 26
-0110100 Arnott 26
-0110100 Kalinske 26
-0110100 Parshley 26
-0110100 Shank 26
-0110100 Teasley 26
-0110100 Rakoff 26
-0110100 Segall 26
-0110100 Flanders 26
-0110100 Carli 26
-0110100 Idrocarburi 26
-0110100 Ivanov 26
-0110100 Isaly 26
-0110100 Gelli 26
-0110100 Yamazaki 26
-0110100 Geran 26
-0110100 Beresford 26
-0110100 Gioia 26
-0110100 Naftalis 26
-0110100 Appert 26
-0110100 Quandt 26
-0110100 Loeffler 26
-0110100 Lustgarten 26
-0110100 Gumbel 27
-0110100 Miyamori 27
-0110100 Manoogian 27
-0110100 Bromberg 27
-0110100 Schaeffer 27
-0110100 Karos 27
-0110100 Boardman 27
-0110100 Rahn 27
-0110100 Kozinski 27
-0110100 Teeley 27
-0110100 Messiaen 27
-0110100 Kraus 27
-0110100 Ito 27
-0110100 Lozano 27
-0110100 Kimmelman 27
-0110100 Melcher 27
-0110100 Akerson 27
-0110100 Steed 27
-0110100 Motley 27
-0110100 Silber 27
-0110100 Hindelong 27
-0110100 Boucher 27
-0110100 Leval 27
-0110100 Demisch 27
-0110100 DeVoe 27
-0110100 Petry 27
-0110100 Tavel 27
-0110100 Prentiss 27
-0110100 Turnbull 27
-0110100 Gromyko 27
-0110100 Koerner 27
-0110100 Strickland 27
-0110100 Poltrack 27
-0110100 Zschau 27
-0110100 Hackett 27
-0110100 Smilow 27
-0110100 Goldfarb 27
-0110100 Gerasimov 27
-0110100 Yagoda 27
-0110100 Soriano 27
-0110100 Eggum 27
-0110100 Ericson 27
-0110100 Lev 27
-0110100 Rosner 27
-0110100 Felder 27
-0110100 Fung 27
-0110100 Wussler 27
-0110100 Suard 27
-0110100 Nair 27
-0110100 Boorstin 27
-0110100 Galanter 27
-0110100 Heimann 27
-0110100 Gotlieb 27
-0110100 Healey 27
-0110100 Nordio 27
-0110100 Trucco 27
-0110100 Tambs 27
-0110100 Truell 27
-0110100 Vazquez 27
-0110100 Bellow 27
-0110100 Stoga 27
-0110100 Karnes 27
-0110100 Rupp 27
-0110100 Reardon 27
-0110100 Tauscher 27
-0110100 Leigh-Pemberton 27
-0110100 Masson 28
-0110100 Metcalfe 28
-0110100 Azoff 28
-0110100 Kohn 28
-0110100 Koslow 28
-0110100 Hanlon 28
-0110100 Pressler 28
-0110100 Boxer 28
-0110100 Stockdale 28
-0110100 Comeau 28
-0110100 Nureyev 28
-0110100 Kwitny 28
-0110100 Cavazos 28
-0110100 Dirks 28
-0110100 Goldmark 28
-0110100 Brimelow 28
-0110100 Cribb 28
-0110100 Calder 28
-0110100 Frenzel 28
-0110100 Pease 28
-0110100 Shrontz 28
-0110100 Joedicke 28
-0110100 Mandell 28
-0110100 Haddad 28
-0110100 Malloy 28
-0110100 Fabbri 28
-0110100 Marous 28
-0110100 Glick 28
-0110100 Plambeck 28
-0110100 Aguirre 28
-0110100 Felton 28
-0110100 Heinlein 28
-0110100 Yeager 28
-0110100 Floersheim 28
-0110100 Awan 28
-0110100 Silbert 28
-0110100 Braverman 28
-0110100 McHugh 28
-0110100 Kupor 28
-0110100 Perpich 28
-0110100 McNeill 28
-0110100 Karpov 28
-0110100 Kgori 28
-0110100 Kaske 28
-0110100 Vrdolyak 28
-0110100 Barthel 28
-0110100 Eyerman 28
-0110100 Zipper 28
-0110100 Ritterbusch 28
-0110100 Cao 28
-0110100 Morgenthau 28
-0110100 Logsdon 28
-0110100 McCord 28
-0110100 Tavoulareas 28
-0110100 Ruckelshaus 28
-0110100 Stepp 28
-0110100 Callen 28
-0110100 Scorsese 28
-0110100 Nir 28
-0110100 Khumalo 28
-0110100 Viguerie 28
-0110100 Neustadt 28
-0110100 Kopp 28
-0110100 Skibo 28
-0110100 Hurd 28
-0110100 Atorino 28
-0110100 Polce 28
-0110100 Carlsson 28
-0110100 Acuff 28
-0110100 Hoving 28
-0110100 Hineman 28
-0110100 Linh 28
-0110100 Schott 28
-0110100 Elkes 28
-0110100 Norwitz 28
-0110100 Katzenbach 29
-0110100 Gordy 29
-0110100 Whitmore 29
-0110100 Salerno 29
-0110100 Eagleton 29
-0110100 Steinbrenner 29
-0110100 Cernuda 29
-0110100 Pasztor 29
-0110100 Rosenblum 29
-0110100 Romm 29
-0110100 Rumsfeld 29
-0110100 Vanderslice 29
-0110100 Myhren 29
-0110100 Steiger 29
-0110100 Jacobsen 29
-0110100 Kuo 29
-0110100 Symms 29
-0110100 Schwarzenegger 29
-0110100 Bere 29
-0110100 Heckert 29
-0110100 Klamon 29
-0110100 Jaglom 29
-0110100 Furia 29
-0110100 Kilpatrick 29
-0110100 Needelman 29
-0110100 Burge 29
-0110100 Sporck 29
-0110100 Boisjoly 29
-0110100 Lowenthal 29
-0110100 Guinn 29
-0110100 Schmertz 29
-0110100 Sulzberger 29
-0110100 Abernathy 29
-0110100 Pearlstine 29
-0110100 Buzzetta 29
-0110100 Margoshes 29
-0110100 Hertzberg 29
-0110100 Winger 29
-0110100 Stangeland 29
-0110100 Garfinkel 29
-0110100 AuCoin 29
-0110100 Meister 29
-0110100 Crary 29
-0110100 McCullough 29
-0110100 Ankeny 29
-0110100 Carty 29
-0110100 Zurkuhlen 29
-0110100 Kuhlmann 29
-0110100 Hagerty 29
-0110100 Fiedler 29
-0110100 Culbertson 29
-0110100 Moffett 29
-0110100 Lusinchi 29
-0110100 Honig 29
-0110100 Furmark 29
-0110100 Ebright 29
-0110100 Parizeau 29
-0110100 Dehecq 29
-0110100 Sommer 29
-0110100 Cage 29
-0110100 Molinari 29
-0110100 Sasser 29
-0110100 DeScenza 29
-0110100 Corr 29
-0110100 Mineta 29
-0110100 Gillers 29
-0110100 Coolidge 29
-0110100 Coates 29
-0110100 Hamlin 29
-0110100 Briscoe 29
-0110100 Levenson 29
-0110100 Reiss 29
-0110100 Souris 29
-0110100 Maultasch 29
-0110100 Wakabayashi 29
-0110100 Besse 29
-0110100 Sporkin 30
-0110100 Kram 30
-0110100 Struve 30
-0110100 Neas 30
-0110100 Hanks 30
-0110100 Hearin 30
-0110100 Grunebaum 30
-0110100 Wattenberg 30
-0110100 Fellheimer 30
-0110100 Nuttle 30
-0110100 Welles 30
-0110100 Segalas 30
-0110100 Beazley 30
-0110100 Drabble 30
-0110100 Yocam 30
-0110100 Madigan 30
-0110100 Gleacher 30
-0110100 Bode 30
-0110100 Nobles 30
-0110100 Grasso 30
-0110100 Argyropoulos 30
-0110100 Sledz 30
-0110100 Schutz 30
-0110100 Mancuso 30
-0110100 Iglesias 30
-0110100 Palme 30
-0110100 Keswick 30
-0110100 Antonini 30
-0110100 Udvar-Hazy 30
-0110100 Wulff 30
-0110100 Luedtke 30
-0110100 Bluhdorn 30
-0110100 Tash 30
-0110100 McVeigh 30
-0110100 Luken 30
-0110100 Beyer 30
-0110100 Takahashi 30
-0110100 Hennessey 30
-0110100 Newkirk 30
-0110100 Hwang 30
-0110100 Lomax 31
-0110100 Singlaub 31
-0110100 Barnevik 31
-0110100 Tokunaga 31
-0110100 Questrom 31
-0110100 Heymann 31
-0110100 Bangerter 31
-0110100 Miara 31
-0110100 Griffiths 31
-0110100 Dove 31
-0110100 Lurie 31
-0110100 Steward 31
-0110100 Bialkin 31
-0110100 Stults 31
-0110100 Shipley 31
-0110100 Gottesman 31
-0110100 Allmon 31
-0110100 Glover 31
-0110100 Lwin 31
-0110100 Havens 31
-0110100 Lowry 31
-0110100 Longman 31
-0110100 Flaherty 31
-0110100 Breslin 31
-0110100 Al-Chalabi 31
-0110100 Atwell 31
-0110100 Vinton 31
-0110100 Ng 31
-0110100 Bryen 31
-0110100 Kullberg 31
-0110100 Kazan 31
-0110100 Salsbury 31
-0110100 Garvey 31
-0110100 Ramaphosa 31
-0110100 Buthelezi 31
-0110100 Khamenei 31
-0110100 McCleary 31
-0110100 Mugabe 31
-0110100 Farris 31
-0110100 Bookout 31
-0110100 Bevins 31
-0110100 Bogner 31
-0110100 Fontaine 31
-0110100 Kellenyi 31
-0110100 Lazar 31
-0110100 Bayless 31
-0110100 Scargill 31
-0110100 Tappan 31
-0110100 Whittlesey 31
-0110100 Hekmatyar 31
-0110100 Skousen 31
-0110100 Mullins 31
-0110100 Nicoski 31
-0110100 Falk 31
-0110100 Sobotka 31
-0110100 Goncharov 31
-0110100 Johnsen 32
-0110100 Takeuchi 32
-0110100 Grunwald 32
-0110100 Thurow 32
-0110100 Deuss 32
-0110100 Gault 32
-0110100 McCracken 32
-0110100 Flannery 32
-0110100 Rossetti 32
-0110100 Hickey 32
-0110100 Chanos 32
-0110100 Mattox 32
-0110100 Doerr 32
-0110100 Snell 32
-0110100 Rampell 32
-0110100 Kiam 32
-0110100 Weatherstone 32
-0110100 Heil 32
-0110100 Zia-ul-Haq 32
-0110100 Lafontaine 32
-0110100 Rona 32
-0110100 Ong 32
-0110100 Caine 32
-0110100 Weisbrod 32
-0110100 Luckey 32
-0110100 Jacobe 32
-0110100 Rosenshine 32
-0110100 Purves 32
-0110100 Coppola 32
-0110100 Zamarello 32
-0110100 Vidal 32
-0110100 Conlon 32
-0110100 McCurry 32
-0110100 DeLuca 32
-0110100 Cuny 32
-0110100 Baeza 32
-0110100 Angleton 32
-0110100 Horrigan 32
-0110100 Hauser 32
-0110100 Bossidy 32
-0110100 Korman 32
-0110100 Monk 32
-0110100 Skase 32
-0110100 Lescaze 32
-0110100 McLin 32
-0110100 Glasser 32
-0110100 Wanniski 32
-0110100 Axelrod 32
-0110100 Benoit 32
-0110100 Gerstner 32
-0110100 Cheek 32
-0110100 Nields 32
-0110100 Barbanel 32
-0110100 Brendsel 32
-0110100 Ratican 32
-0110100 Joh 32
-0110100 Applegate 32
-0110100 Seiders 32
-0110100 Hasenfus 33
-0110100 Rosenfield 33
-0110100 Gruenberg 33
-0110100 Brito 33
-0110100 Balog 33
-0110100 Schreyer 33
-0110100 Andriessen 33
-0110100 Shoemaker 33
-0110100 Bauman 33
-0110100 Robbie 33
-0110100 Libman 33
-0110100 Berle 33
-0110100 Conyers 33
-0110100 Adamson 33
-0110100 Breck 33
-0110100 David-Weill 33
-0110100 Bergsten 33
-0110100 Whitaker 33
-0110100 Enderlin 33
-0110100 Shorts 33
-0110100 Pendergrass 33
-0110100 Kapoor 33
-0110100 Shine 33
-0110100 Lehrer 33
-0110100 Lucente 33
-0110100 Marquez 33
-0110100 Kimche 33
-0110100 Rushdie 33
-0110100 Ovshinsky 33
-0110100 Traub 33
-0110100 Echeverria 33
-0110100 Niskanen 33
-0110100 Bluhm 33
-0110100 Leber 33
-0110100 Burgess 33
-0110100 Giamatti 33
-0110100 McNeal 33
-0110100 Londoner 33
-0110100 Chamorro 33
-0110100 Obey 33
-0110100 Poole 33
-0110100 Curley 33
-0110100 Hooks 33
-0110100 Lowenstein 33
-0110100 Holzman 33
-0110100 Morita 33
-0110100 Andrus 34
-0110100 Koether 34
-0110100 Chestman 34
-0110100 Ripley 34
-0110100 Monaghan 34
-0110100 Serra 34
-0110100 Lemasters 34
-0110100 Erdman 34
-0110100 Matsui 34
-0110100 Easterbrook 34
-0110100 Mandel 34
-0110100 Berson 34
-0110100 Brunner 34
-0110100 Yao 34
-0110100 Sayad 34
-0110100 Pebereau 34
-0110100 Abshire 34
-0110100 Wheelon 34
-0110100 Shlaes 34
-0110100 Ansin 34
-0110100 Pines 34
-0110100 Mobutu 34
-0110100 Schmied 34
-0110100 Mackay 34
-0110100 Moyers 34
-0110100 Karger 34
-0110100 Daniell 34
-0110100 Christy 34
-0110100 Steidtmann 34
-0110100 Hillas 34
-0110100 Hack 34
-0110100 Kurokawa 34
-0110100 Mondschein 34
-0110100 Whittington 34
-0110100 Fang 34
-0110100 Weinbach 34
-0110100 Obermaier 34
-0110100 Wuliger 34
-0110100 Blaikie 34
-0110100 Hersant 34
-0110100 Su 34
-0110100 Picchi 34
-0110100 Edley 34
-0110100 Flamson 34
-0110100 Daynard 34
-0110100 Rotondo 34
-0110100 Culvahouse 35
-0110100 Wohl 35
-0110100 Salvigsen 35
-0110100 Gregorian 35
-0110100 Rubel 35
-0110100 Edelstein 35
-0110100 Brinson 35
-0110100 Snead 35
-0110100 McCollum 35
-0110100 Asselstine 35
-0110100 Quinlan 35
-0110100 Genoese 35
-0110100 McClellan 35
-0110100 Faught 35
-0110100 Guba 35
-0110100 Bidwell 35
-0110100 Crosbie 35
-0110100 Crossen 35
-0110100 Hentoff 35
-0110100 Ride 35
-0110100 Chafee 35
-0110100 Brieant 35
-0110100 Hockney 35
-0110100 Plummer 35
-0110100 Tomlin 35
-0110100 Coccia 35
-0110100 Cline 35
-0110100 Navellier 35
-0110100 Corry 35
-0110100 Craven 35
-0110100 Wirth 35
-0110100 Barach 35
-0110100 Glauber 35
-0110100 Breitschwerdt 35
-0110100 Fthenakis 35
-0110100 Bowsher 35
-0110100 Federman 35
-0110100 Mandresh 35
-0110100 Petricioli 35
-0110100 Prestowitz 36
-0110100 Kaminsky 36
-0110100 Loury 36
-0110100 Lynam 36
-0110100 Raptopoulos 36
-0110100 Seitz 36
-0110100 Dickey 36
-0110100 Colodny 36
-0110100 Jankowski 36
-0110100 Yam 36
-0110100 Hagopian 36
-0110100 Ditlow 36
-0110100 Trible 36
-0110100 Abdnor 36
-0110100 Masse 36
-0110100 Gelb 36
-0110100 Peterpaul 36
-0110100 Spillman 36
-0110100 Bednorz 36
-0110100 Belous 36
-0110100 Stack 36
-0110100 Kume 36
-0110100 Spero 36
-0110100 Gradison 36
-0110100 Schapiro 36
-0110100 Feinstein 36
-0110100 Cali 36
-0110100 Hollingsworth 36
-0110100 Mizrahi 36
-0110100 Armitage 36
-0110100 Lasko 36
-0110100 Mamet 36
-0110100 Seagle 36
-0110100 Swindall 36
-0110100 Aldridge 36
-0110100 Hanemann 36
-0110100 Globus 36
-0110100 McCammon 36
-0110100 Coffey 37
-0110100 Ruxpin 37
-0110100 Musselman 37
-0110100 Barschel 37
-0110100 Brebach 37
-0110100 Kociemba 37
-0110100 Tirello 37
-0110100 Verges 37
-0110100 Upton 37
-0110100 LaFalce 37
-0110100 Clouthier 37
-0110100 Studer 37
-0110100 Butterworth 37
-0110100 Pezim 37
-0110100 Bellows 37
-0110100 Woodson 37
-0110100 Nagle 37
-0110100 Petri 37
-0110100 Swartz 37
-0110100 Lyubimov 37
-0110100 Bradbury 37
-0110100 Ryzhkov 37
-0110100 Solloway 37
-0110100 Thorp 37
-0110100 Stoller 37
-0110100 Groopman 37
-0110100 Ammeen 37
-0110100 Begel 37
-0110100 Beals 37
-0110100 Kenney 37
-0110100 Stepanian 37
-0110100 Moskowitz 38
-0110100 McBride 38
-0110100 Jagger 38
-0110100 Engle 38
-0110100 Baryshnikov 38
-0110100 Valladares 38
-0110100 Ling 38
-0110100 Bushnell 38
-0110100 Schulze 38
-0110100 Acampora 38
-0110100 Brinner 38
-0110100 Weyrich 38
-0110100 Brundtland 38
-0110100 Pritchard 38
-0110100 Broadhurst 38
-0110100 Soss 38
-0110100 Kruger 38
-0110100 Gerbrandt 38
-0110100 Sheen 38
-0110100 Strunk 38
-0110100 Sentelle 38
-0110100 Holgerson 38
-0110100 Chapoton 38
-0110100 Marchese 38
-0110100 Bajarin 38
-0110100 Oberman 38
-0110100 Barefoot 38
-0110100 Stover 38
-0110100 Conger 38
-0110100 Hance 38
-0110100 Pomerantz 38
-0110100 Harford 38
-0110100 Givens 38
-0110100 McGroarty 38
-0110100 Saligman 38
-0110100 Randol 38
-0110100 Flavin 38
-0110100 Rahman 39
-0110100 Klopfenstein 39
-0110100 Leibler 39
-0110100 Linton 39
-0110100 Engel 39
-0110100 Ovitz 39
-0110100 Sheelen 39
-0110100 Hashimoto 39
-0110100 Sellars 39
-0110100 Pittman 39
-0110100 Leuffer 39
-0110100 Landers 39
-0110100 Branson 39
-0110100 Stout 39
-0110100 Cristiani 39
-0110100 Gerstenhaber 39
-0110100 Koehler 39
-0110100 Racamier 39
-0110100 Jarvis 39
-0110100 Berge 39
-0110100 Aguilar 39
-0110100 Froehlich 39
-0110100 Caspersen 39
-0110100 Lawler 39
-0110100 Ahmad 39
-0110100 Ullman 39
-0110100 Bays 39
-0110100 Yamada 39
-0110100 Gurria 39
-0110100 Bakes 39
-0110100 Leaver 39
-0110100 Sigur 39
-0110100 Fiers 39
-0110100 Wills 39
-0110100 Durant 39
-0110100 Bartley 39
-0110100 Hightower 39
-0110100 Bencsik 39
-0110100 Pinto 39
-0110100 Schoenthal 39
-0110100 Abrahamson 39
-0110100 Hyland 39
-0110100 Pullin 39
-0110100 Holtzman 39
-0110100 Exon 39
-0110100 Mariotta 39
-0110100 Oreffice 40
-0110100 Waggoner 40
-0110100 Vick 40
-0110100 Morales 40
-0110100 Lautenbach 40
-0110100 Schnabel 40
-0110100 McNulty 40
-0110100 Bender 40
-0110100 Wan 40
-0110100 Popoff 40
-0110100 Bhirud 40
-0110100 Cahn 40
-0110100 Shanker 40
-0110100 Sampson 40
-0110100 Neely 40
-0110100 Frazee 40
-0110100 Casseb 40
-0110100 Vitale 40
-0110100 Gustafson 40
-0110100 Fosback 40
-0110100 Hite 40
-0110100 Krueger 40
-0110100 Millar 40
-0110100 Pugh 40
-0110100 Kantor 40
-0110100 Munk 40
-0110100 Fleischman 40
-0110100 Goria 40
-0110100 Heinemann 40
-0110100 Reiner 40
-0110100 Perlis 40
-0110100 McColl 40
-0110100 Poling 40
-0110100 Hollander 41
-0110100 Fazio 41
-0110100 Zagury 41
-0110100 Celeste 41
-0110100 Kobren 41
-0110100 Petit 41
-0110100 Sturm 41
-0110100 Weinroth 41
-0110100 Yamamoto 41
-0110100 Leiner 41
-0110100 Vanous 41
-0110100 Engen 41
-0110100 Goldin 41
-0110100 Aziz 41
-0110100 Bebear 41
-0110100 Canin 41
-0110100 Bruck 41
-0110100 Courter 41
-0110100 Haughey 41
-0110100 McGurn 41
-0110100 Mays 41
-0110100 Schatz 41
-0110100 Rosett 41
-0110100 Katzenberg 41
-0110100 McAlpine 41
-0110100 Pindling 41
-0110100 Updike 41
-0110100 Camacho 41
-0110100 Gaffney 41
-0110100 Garner 41
-0110100 Griscom 41
-0110100 Hiss 42
-0110100 Galloway 42
-0110100 Parsky 42
-0110100 Robinette 42
-0110100 Fortas 42
-0110100 Buckner 42
-0110100 Kato 42
-0110100 Cooney 42
-0110100 Strain 42
-0110100 Kapor 42
-0110100 Mlotok 42
-0110100 Puccio 42
-0110100 Empie 42
-0110100 Saito 42
-0110100 Cutrale 42
-0110100 Tartikoff 42
-0110100 Milunovich 42
-0110100 Maniatis 42
-0110100 Samuels 43
-0110100 Stringer 43
-0110100 Harbison 43
-0110100 Calvi 43
-0110100 Cafiero 43
-0110100 Broadbent 43
-0110100 Orloff 43
-0110100 Bacon 43
-0110100 Truly 43
-0110100 Gifford 43
-0110100 Whitten 43
-0110100 Pardee 43
-0110100 Lytle 43
-0110100 Ritter 43
-0110100 Velazquez 43
-0110100 Bricker 43
-0110100 Gurney 43
-0110100 Lonetree 43
-0110100 Sanborn 43
-0110100 Upshaw 43
-0110100 Diller 43
-0110100 Toussie 44
-0110100 Sowell 44
-0110100 Gosman 44
-0110100 Hersh 44
-0110100 Chavez 44
-0110100 Herscu 44
-0110100 Fauci 44
-0110100 Lo 44
-0110100 Kroc 44
-0110100 Furlaud 44
-0110100 Goodwin 44
-0110100 Novelly 44
-0110100 Mabey 44
-0110100 Stokes 44
-0110100 Vik 44
-0110100 Cathcart 44
-0110100 Wald 44
-0110100 Fitts 44
-0110100 Deo 44
-0110100 Gigot 44
-0110100 Lara 44
-0110100 Dorgan 44
-0110100 Alvord 44
-0110100 McKean 44
-0110100 McCloskey 44
-0110100 Nussbaum 44
-0110100 Rangel 44
-0110100 Pitts 44
-0110100 Weitzman 44
-0110100 Guzzetti 44
-0110100 Conte 44
-0110100 Minc 44
-0110100 Craxi 44
-0110100 Lamy 44
-0110100 Sandner 45
-0110100 Bader 45
-0110100 Beggs 45
-0110100 Gutierrez 45
-0110100 Palmieri 45
-0110100 Cronkite 45
-0110100 Soliman 45
-0110100 Pei 45
-0110100 Hugel 45
-0110100 Cicippio 45
-0110100 Rothmeier 45
-0110100 Yoder 45
-0110100 Romero 45
-0110100 Esrey 45
-0110100 Ketelsen 45
-0110100 Rau 45
-0110100 Bumpers 45
-0110100 Indosuez 45
-0110100 Lackner 45
-0110100 Estrich 45
-0110100 Merlis 45
-0110100 Pedler 45
-0110100 Sokolow 45
-0110100 Armey 45
-0110100 Ciresi 46
-0110100 Callender 46
-0110100 Wiles 46
-0110100 Keyes 46
-0110100 Fein 46
-0110100 Copland 46
-0110100 MacKinnon 46
-0110100 Gravitt 46
-0110100 Stinson 46
-0110100 Kasparov 46
-0110100 Dutton 46
-0110100 Greditor 46
-0110100 Gittis 46
-0110100 Sterba 46
-0110100 Worley 46
-0110100 Boksen 46
-0110100 Forsythe 46
-0110100 Roven 46
-0110100 Reisman 46
-0110100 Naylor 47
-0110100 McGlade 47
-0110100 Kerrey 47
-0110100 Canion 47
-0110100 Burdick 47
-0110100 Cooperman 47
-0110100 Unruh 47
-0110100 Harnisch 47
-0110100 Brenner 47
-0110100 Brill 47
-0110100 Beatty 47
-0110100 Mentz 47
-0110100 Watanabe 47
-0110100 Harkin 47
-0110100 Mathews 47
-0110100 Hoglund 47
-0110100 Pisello 47
-0110100 Treadway 47
-0110100 Bushkin 47
-0110100 Meltzer 47
-0110100 Klesch 47
-0110100 Milliet 47
-0110100 Bergman 47
-0110100 DeGroote 47
-0110100 Boitano 48
-0110100 Annunzio 48
-0110100 Wallop 48
-0110100 Hodges 48
-0110100 Lapin 48
-0110100 Behrens 48
-0110100 Wriston 48
-0110100 Perlman 48
-0110100 Barbera 48
-0110100 Mallick 48
-0110100 McFadden 48
-0110100 Falise 48
-0110100 Grimes 48
-0110100 Glickman 48
-0110100 Drexler 48
-0110100 Torrijos 48
-0110100 Yakovlev 48
-0110100 Curtin 48
-0110100 Hoey 48
-0110100 Cullinane 48
-0110100 Fitzpatrick 48
-0110100 Clarridge 48
-0110100 DiGennaro 49
-0110100 Solarz 49
-0110100 Hsiung 49
-0110100 Feltsman 49
-0110100 Sargen 49
-0110100 Revell 49
-0110100 Lillie 49
-0110100 Gorton 49
-0110100 Padgett 49
-0110100 Hook 49
-0110100 Parretti 49
-0110100 Powis 49
-0110100 Valenti 49
-0110100 Nasser 49
-0110100 Cronin 49
-0110100 McDonough 50
-0110100 Albright 50
-0110100 Herrhausen 50
-0110100 Carnes 50
-0110100 Exley 50
-0110100 LeMasters 50
-0110100 Hafif 50
-0110100 Cawthorn 50
-0110100 Rappaport 50
-0110100 Munson 50
-0110100 Gilder 50
-0110100 Frist 50
-0110100 Hauke 50
-0110100 Freedenberg 50
-0110100 Lubensky 50
-0110100 Kearns 50
-0110100 Drahuschak 50
-0110100 Wertheimer 50
-0110100 Davison 50
-0110100 Midler 50
-0110100 Kadar 50
-0110100 LeFrak 50
-0110100 Feiner 50
-0110100 Tambo 50
-0110100 McClure 50
-0110100 Kingsborough 51
-0110100 Fogelman 51
-0110100 Eller 51
-0110100 Meyerson 51
-0110100 Azhar 51
-0110100 Paquette 51
-0110100 Stegemeier 51
-0110100 Voss 51
-0110100 Mori 51
-0110100 Yokich 51
-0110100 Nowak 51
-0110100 Chavin 52
-0110100 Sourrouille 52
-0110100 Melloan 52
-0110100 Stephenson 52
-0110100 Zucker 52
-0110100 Coulson 52
-0110100 McGillicuddy 52
-0110100 Lewin 52
-0110100 Namphy 52
-0110100 Colino 52
-0110100 Kuroda 52
-0110100 Heady 52
-0110100 Albani 52
-0110100 Torres 52
-0110100 Orwell 52
-0110100 Reidy 52
-0110100 Steiner 53
-0110100 Pettee 53
-0110100 Smale 53
-0110100 Duberstein 53
-0110100 Coen 53
-0110100 Taplin 53
-0110100 Tuttle 53
-0110100 Orr 53
-0110100 Ganes 53
-0110100 Bourke 53
-0110100 Berkowitz 53
-0110100 Paley 53
-0110100 Enrico 53
-0110100 Bogle 53
-0110100 Mettler 53
-0110100 Cooley 54
-0110100 Amerman 54
-0110100 Readerman 54
-0110100 Burry 54
-0110100 Kassebaum 54
-0110100 Torell 54
-0110100 Seidenberg 54
-0110100 Nordmann 54
-0110100 Simons 54
-0110100 Wilder 54
-0110100 Thayer 54
-0110100 Aganbegyan 54
-0110100 Mullen 55
-0110100 Pennington 55
-0110100 Heebner 55
-0110100 Esber 55
-0110100 Bacot 55
-0110100 Rial 55
-0110100 Vander 55
-0110100 Trott 55
-0110100 Sasso 55
-0110100 Feith 55
-0110100 Panetta 55
-0110100 Letterman 55
-0110100 Yew 55
-0110100 Wohlstetter 55
-0110100 Madden 55
-0110100 Munro 55
-0110100 Hudak 55
-0110100 Pietruski 55
-0110100 Speer 56
-0110100 Mahlmann 56
-0110100 Ingram 56
-0110100 Wallich 56
-0110100 Pearlman 56
-0110100 Weeks 56
-0110100 Beebe 56
-0110100 DeAngelis 56
-0110100 Fromstein 56
-0110100 Kiley 56
-0110100 Ueberroth 56
-0110100 Borge 56
-0110100 Swearingen 56
-0110100 Florio 56
-0110100 Catacosinos 56
-0110100 Roffman 56
-0110100 Antoniu 56
-0110100 Brodersohn 56
-0110100 Enrile 57
-0110100 Grassley 57
-0110100 Trumka 57
-0110100 Brant 57
-0110100 Begin 57
-0110100 Junger 57
-0110100 Bovard 57
-0110100 Brandt 57
-0110100 Leibowitz 57
-0110100 Kassan 57
-0110100 Tobias 57
-0110100 Menem 57
-0110100 Raab 57
-0110100 Clancy 57
-0110100 McCain 58
-0110100 Fuchs 58
-0110100 Hormats 58
-0110100 Rosenbaum 58
-0110100 Finkelstein 58
-0110100 Drabkin 58
-0110100 Maher 58
-0110100 Silberman 58
-0110100 Hoskins 58
-0110100 Hoffenberg 58
-0110100 Maier 58
-0110100 Castillo 58
-0110100 Kovach 58
-0110100 Lennon 58
-0110100 Cecola 59
-0110100 Sandor 59
-0110100 Chimerine 59
-0110100 Huston 59
-0110100 Berlusconi 59
-0110100 Barth 59
-0110100 Oakes 59
-0110100 Salzman 59
-0110100 Ephlin 59
-0110100 Delors 60
-0110100 Buchi 60
-0110100 Biggs 60
-0110100 Blackburn 60
-0110100 Messner 60
-0110100 Siegan 60
-0110100 Domingo 60
-0110100 Wendt 60
-0110100 Mathis 60
-0110100 Bolton 60
-0110100 Baucus 60
-0110100 Wong 60
-0110100 Rohatyn 60
-0110100 Sherwin 60
-0110100 Gros 60
-0110100 Hofmann 61
-0110100 Cotter 61
-0110100 Lendl 61
-0110100 Brzezinski 61
-0110100 Menendez 61
-0110100 Gebauer 61
-0110100 Dion 61
-0110100 Locke 61
-0110100 Specter 61
-0110100 Leath 61
-0110100 Macklin 61
-0110100 Birinyi 61
-0110100 Fronterhouse 62
-0110100 Eder 62
-0110100 Shane 62
-0110100 Dawkins 62
-0110100 Novak 62
-0110100 Lott 62
-0110100 Boies 62
-0110100 Giacco 62
-0110100 Laffer 62
-0110100 McManus 62
-0110100 Ezell 62
-0110100 Fishman 62
-0110100 Burr 62
-0110100 Dworkin 63
-0110100 Waldron 63
-0110100 Dorfman 63
-0110100 Carberry 63
-0110100 Hamadi 63
-0110100 Murkowski 63
-0110100 Merkle 63
-0110100 Kasten 63
-0110100 Mengistu 63
-0110100 McNealy 63
-0110100 Brokaw 63
-0110100 Rawl 63
-0110100 Schmitz 63
-0110100 Gollust 63
-0110100 Fisk 63
-0110100 Devine 63
-0110100 Reuss 63
-0110100 Greenstein 64
-0110100 Graves 64
-0110100 Denlea 64
-0110100 McGee 64
-0110100 Sherlund 64
-0110100 Resler 64
-0110100 Tumazos 64
-0110100 Muldoon 64
-0110100 Buntrock 64
-0110100 Gunn 65
-0110100 Lugar 65
-0110100 Greve 65
-0110100 Paulus 65
-0110100 Ferraro 65
-0110100 Sheehan 65
-0110100 Brack 65
-0110100 Sheppard 65
-0110100 Strobel 65
-0110100 Beall 65
-0110100 Pfeiffer 65
-0110100 Chandross 65
-0110100 Fu 65
-0110100 Savage 65
-0110100 McKinney 65
-0110100 Sakharov 65
-0110100 Cave 66
-0110100 Patel 66
-0110100 Cuhney 66
-0110100 Crovitz 66
-0110100 Trudeau 66
-0110100 Lantos 66
-0110100 Bridges 66
-0110100 Wiggins 66
-0110100 Raiff 66
-0110100 Singh 66
-0110100 Fiske 67
-0110100 Eastwood 67
-0110100 Cisneros 67
-0110100 Mockler 67
-0110100 Alberthal 67
-0110100 Sato 67
-0110100 Yetnikoff 67
-0110100 Armacost 67
-0110100 Bourassa 67
-0110100 Shepard 67
-0110100 Segal 67
-0110100 Sinatra 67
-0110100 Fonda 67
-0110100 Sofaer 67
-0110100 Straszheim 67
-0110100 Goldfeder 67
-0110100 Dubinsky 67
-0110100 Robb 67
-0110100 Redford 67
-0110100 Rollwagen 67
-0110100 Chevalier 68
-0110100 Nisbet 68
-0110100 Priest 68
-0110100 Susman 68
-0110100 DeConcini 68
-0110100 Steele 68
-0110100 Kalikow 69
-0110100 Witten 69
-0110100 Fredericks 69
-0110100 Nicklaus 69
-0110100 Brountas 69
-0110100 Eckenfelder 69
-0110100 Bricklin 69
-0110100 Herrlinger 69
-0110100 DeCrane 69
-0110100 Godwin 69
-0110100 Martino 70
-0110100 McMillan 70
-0110100 Annenberg 70
-0110100 Keaton 71
-0110100 Giordano 71
-0110100 Daly 71
-0110100 Macke 71
-0110100 Valukas 71
-0110100 Emmons 71
-0110100 Richter 71
-0110100 Vaskevitch 72
-0110100 Epstein 72
-0110100 Zell 72
-0110100 Dinkins 72
-0110100 Bamberger 72
-0110100 Dolan 72
-0110100 Feinberg 72
-0110100 Shulman 73
-0110100 Lautenberg 73
-0110100 Yamani 73
-0110100 Levinson 73
-0110100 Dwyer 73
-0110100 Panic 73
-0110100 Grambling 73
-0110100 Capra 73
-0110100 Granville 73
-0110100 Grosz 73
-0110100 Cuellar 73
-0110100 Bangemann 74
-0110100 Theobald 74
-0110100 Wallenberg 74
-0110100 Boyle 74
-0110100 DaPuzzo 74
-0110100 Margolis 74
-0110100 Travers 74
-0110100 Schwarz 74
-0110100 Keenan 74
-0110100 Gesell 74
-0110100 Leavitt 74
-0110100 Newberg 74
-0110100 Hecht 74
-0110100 Adelson 74
-0110100 Lindsey 75
-0110100 Horner 75
-0110100 Dunlap 75
-0110100 Lifland 75
-0110100 Muller 75
-0110100 Jarrett 75
-0110100 Birnbaum 75
-0110100 Wexner 75
-0110100 Soni 75
-0110100 Pollard 75
-0110100 Darby 75
-0110100 Hefner 76
-0110100 Paulson 76
-0110100 Mazowiecki 76
-0110100 Pryor 76
-0110100 Vernes 76
-0110100 Weld 76
-0110100 Ailes 76
-0110100 Carney 76
-0110100 Savimbi 76
-0110100 Durenberger 77
-0110100 Parnes 77
-0110100 Frey 77
-0110100 Leach 77
-0110100 Kinsley 77
-0110100 Kobayashi 77
-0110100 Pinola 77
-0110100 MacKay 77
-0110100 Clements 77
-0110100 Seger 77
-0110100 Drabinsky 77
-0110100 Tamura 77
-0110100 Dyson 78
-0110100 Erhard 78
-0110100 Ligachev 78
-0110100 Glantz 78
-0110100 Mendelson 78
-0110100 LaRouche 78
-0110100 Mahoney 78
-0110100 Currey 78
-0110100 Rifkin 79
-0110100 Kahan 79
-0110100 Vargas 79
-0110100 Lipsky 79
-0110100 Agee 79
-0110100 Roux 80
-0110100 Bloomberg 80
-0110100 Ramos 80
-0110100 Eastland 80
-0110100 Rothman 80
-0110100 Rough 80
-0110100 Harmon 80
-0110100 Wyss 80
-0110100 Weller 80
-0110100 Gluck 81
-0110100 Meier 81
-0110100 Fell 81
-0110100 Goldwater 81
-0110100 Seelig 81
-0110100 Marron 82
-0110100 Parry 82
-0110100 Ballard 82
-0110100 Groveman 82
-0110100 Browning 82
-0110100 Shields 82
-0110100 McArtor 82
-0110100 Hendry 83
-0110100 Clines 83
-0110100 Mbeki 83
-0110100 Lehder 83
-0110100 Dahl 83
-0110100 Bretz 83
-0110100 Batchelder 83
-0110100 Canelo 83
-0110100 Rodgers 83
-0110100 Mehl 84
-0110100 Arroyo 84
-0110100 Agnew 84
-0110100 Broder 84
-0110100 Rizzo 84
-0110100 Jensen 84
-0110100 Peroni 85
-0110100 Teeter 85
-0110100 Royster 85
-0110100 Wyden 85
-0110100 Sheinberg 85
-0110100 Garzarelli 85
-0110100 Schwartzberg 85
-0110100 Boggs 86
-0110100 el-Sayed 86
-0110100 Delaney 86
-0110100 Bhutto 86
-0110100 Cipollone 86
-0110100 Shugrue 86
-0110100 Mosbacher 87
-0110100 Tierney 87
-0110100 Kaul 87
-0110100 Rocard 88
-0110100 Boskin 88
-0110100 Cahouet 88
-0110100 Ruiz 88
-0110100 Trupin 89
-0110100 Pell 89
-0110100 Daley 89
-0110100 Hawke 89
-0110100 Roemer 90
-0110100 Rattigan 90
-0110100 LaWare 90
-0110100 Kaifu 90
-0110100 Osborne 90
-0110100 Huber 90
-0110100 Lama 90
-0110100 Scotto 90
-0110100 Adelman 90
-0110100 Wilkis 91
-0110100 Chu 92
-0110100 Zweig 92
-0110100 Flynn 92
-0110100 Riegle 92
-0110100 Connally 92
-0110100 Kudlow 92
-0110100 Goode 92
-0110100 Genscher 92
-0110100 Mulford 92
-0110100 Eisner 92
-0110100 Grundfest 92
-0110100 Bloch 93
-0110100 Pohlad 93
-0110100 Pelton 93
-0110100 Tompkins 93
-0110100 Sawyer 94
-0110100 Runyon 94
-0110100 Schultz 94
-0110100 Eisenberg 94
-0110100 Ziegler 94
-0110100 Culverhouse 94
-0110100 Mehta 94
-0110100 Yates 94
-0110100 Hatfield 94
-0110100 Costello 94
-0110100 Neuharth 94
-0110100 Weiner 95
-0110100 Kean 95
-0110100 Shepherd 95
-0110100 Curran 95
-0110100 Ortner 95
-0110100 Biaggi 95
-0110100 Blackmun 96
-0110100 Brodsky 96
-0110100 Sanchez 96
-0110100 Davidoff 96
-0110100 Sheehy 96
-0110100 Teets 96
-0110100 Kristol 96
-0110100 Biondi 96
-0110100 Kluge 97
-0110100 Hardiman 97
-0110100 Rainwater 97
-0110100 Gomez 98
-0110100 Packer 98
-0110100 Duffy 98
-0110100 Callahan 98
-0110100 Macdonald 98
-0110100 Domenici 98
-0110100 Inman 98
-0110100 Perle 98
-0110100 Orben 98
-0110100 Buchsbaum 98
-0110100 Krebs 99
-0110100 Weissman 99
-0110100 Lanier 99
-0110100 Neff 99
-0110100 Rudman 99
-0110100 Breeden 99
-0110100 Alley 99
-0110100 Garn 100
-0110100 Rivera 100
-0110100 Jamail 100
-0110100 Seow 101
-0110100 Fleischer 101
-0110100 McPherson 101
-0110100 Lyng 101
-0110100 Manzi 101
-0110100 Ledeen 102
-0110100 Brusca 102
-0110100 Sofer 102
-0110100 Bakker 102
-0110100 Lasker 103
-0110100 Morosky 103
-0110100 Sheets 103
-0110100 Yardeni 104
-0110100 Scanlon 104
-0110100 Yeltsin 104
-0110100 Abramson 106
-0110100 Weinberg 106
-0110100 Weicker 106
-0110100 Rabin 106
-0110100 Sand 106
-0110100 Plaskett 107
-0110100 Bracher 108
-0110100 Parkin 108
-0110100 Griffith 109
-0110100 Melamed 110
-0110100 Kavner 110
-0110100 Crowe 110
-0110100 Barre 110
-0110100 Mahathir 111
-0110100 Chinn 111
-0110100 Clough 111
-0110100 Bieber 111
-0110100 Knapp 111
-0110100 Recarey 111
-0110100 Wilkinson 111
-0110100 Lopez 112
-0110100 Liman 112
-0110100 Checchi 112
-0110100 Wilkins 113
-0110100 Galanis 113
-0110100 Ratajczak 114
-0110100 Haley 114
-0110100 Barakat 114
-0110100 Reuter 115
-0110100 Riley 115
-0110100 DeNunzio 116
-0110100 Fomon 116
-0110100 Falwell 116
-0110100 Hurwitz 116
-0110100 Einhorn 117
-0110100 Arnault 117
-0110100 Deukmejian 117
-0110100 Greenwald 117
-0110100 McMillin 118
-0110100 Hatcher 119
-0110100 Erlanger 119
-0110100 Lukman 119
-0110100 Packwood 119
-0110100 Gaubert 120
-0110100 Weill 121
-0110100 Silva 121
-0110100 Glazer 122
-0110100 Larsen 122
-0110100 Wasserman 123
-0110100 Mecham 123
-0110100 Donnelly 123
-0110100 Watkins 123
-0110100 Cockburn 124
-0110100 Pitt 124
-0110100 Weber 125
-0110100 Atwater 125
-0110100 Gottlieb 125
-0110100 Conable 125
-0110100 Conway 125
-0110100 Fernandez 126
-0110100 Skinner 126
-0110100 Papandreou 126
-0110100 Araskog 126
-0110100 Stoddard 127
-0110100 Zimmerman 127
-0110100 Thurmond 127
-0110100 Kaskel 127
-0110100 Cheney 128
-0110100 McConnell 128
-0110100 Koop 129
-0110100 Stempel 129
-0110100 Barber 129
-0110100 Weaver 129
-0110100 Blanchard 130
-0110100 Bowman 130
-0110100 Tanaka 130
-0110100 Hernandez 130
-0110100 Guez 131
-0110100 Merhige 131
-0110100 Nevin 131
-0110100 Drucker 131
-0110100 Bradt 131
-0110100 Kinnock 131
-0110100 Horowitz 131
-0110100 Vogel 132
-0110100 Rittereiser 132
-0110100 Khan 133
-0110100 Inouye 133
-0110100 Krieger 133
-0110100 Tribe 134
-0110100 Warhol 134
-0110100 Hahn 134
-0110100 McMahon 134
-0110100 Olsen 134
-0110100 Laxalt 134
-0110100 Spielberg 135
-0110100 Ranieri 135
-0110100 Beregovoy 135
-0110100 Gillespie 135
-0110100 Calero 135
-0110100 Wu 136
-0110100 Camdessus 136
-0110100 Helmsley 136
-0110100 MacDonald 136
-0110100 Boren 136
-0110100 Luce 136
-0110100 Richman 137
-0110100 Honecker 138
-0110100 Cassoni 138
-0110100 Rodriguez 138
-0110100 Stockman 138
-0110100 Collier 138
-0110100 Hull 138
-0110100 Leysen 138
-0110100 Spoor 139
-0110100 Pearce 139
-0110100 Hartley 139
-0110100 Prechter 140
-0110100 Gingrich 140
-0110100 Whitehead 140
-0110100 Spence 140
-0110100 Bolger 141
-0110100 Freedman 142
-0110100 Herrington 142
-0110100 Ferguson 143
-0110100 Safra 143
-0110100 Hollings 144
-0110100 Wynn 144
-0110100 Chung 144
-0110100 Blumenthal 145
-0110100 Murdock 145
-0110100 Gonzalez 146
-0110100 Jaruzelski 146
-0110100 Hu 146
-0110100 Sumita 147
-0110100 McLaughlin 148
-0110100 Danforth 149
-0110100 Singleton 149
-0110100 Acker 150
-0110100 Walton 150
-0110100 Weisman 150
-0110100 Cranston 150
-0110100 Keller 152
-0110100 Brody 152
-0110100 Chang 152
-0110100 Tsai 153
-0110100 Leahy 153
-0110100 Seib 153
-0110100 Redstone 153
-0110100 Shah 154
-0110100 Demler 154
-0110100 Ackerman 154
-0110100 McGowan 155
-0110100 Moss 155
-0110100 Zinn 156
-0110100 Nazer 158
-0110100 Christensen 158
-0110100 Kahn 159
-0110100 Puttnam 160
-0110100 Akers 160
-0110100 Byrne 160
-0110100 Waters 160
-0110100 Ghorbanifar 161
-0110100 Sculley 163
-0110100 Coelho 164
-0110100 Crawford 165
-0110100 Metz 165
-0110100 Botha 166
-0110100 Angell 166
-0110100 Verity 166
-0110100 Sigoloff 167
-0110100 Cunningham 168
-0110100 Channell 169
-0110100 Walesa 171
-0110100 Corrigan 171
-0110100 Rubin 171
-0110100 Rafsanjani 172
-0110100 Schumer 172
-0110100 Fuller 174
-0110100 Sorrell 174
-0110100 Hennessy 174
-0110100 Arkin 175
-0110100 Clausen 175
-0110100 Moynihan 175
-0110100 Chiles 176
-0110100 Keating 176
-0110100 Reich 176
-0110100 Baldrige 176
-0110100 Schlesinger 178
-0110100 Kellner 178
-0110100 Weinstein 178
-0110100 Galvin 179
-0110100 Presser 179
-0110100 Feldstein 180
-0110100 Winans 180
-0110100 Gramm 180
-0110100 Nofziger 180
-0110100 Nobrega 182
-0110100 Berg 182
-0110100 Heyman 182
-0110100 Woo 183
-0110100 Minkow 183
-0110100 Atkins 184
-0110100 Lerner 185
-0110100 Arafat 186
-0110100 Speakes 186
-0110100 Gutfreund 186
-0110100 Hodel 188
-0110100 Haig 189
-0110100 Metzenbaum 190
-0110100 Waxman 194
-0110100 Dodd 194
-0110100 Petersen 197
-0110100 Shad 198
-0110100 Soros 199
-0110100 Balladur 200
-0110100 Walters 200
-0110100 Horton 201
-0110100 Markey 201
-0110100 Ginsburg 203
-0110100 Dingman 203
-0110100 Kelley 205
-0110100 Rehnquist 208
-0110100 Stafford 209
-0110100 LaRoche 210
-0110100 Darman 213
-0110100 Tabor 213
-0110100 Sununu 214
-0110100 Popejoy 214
-0110100 McGovern 216
-0110100 Crandall 217
-0110100 Cardenas 221
-0110100 Carr 222
-0110100 Miyazawa 222
-0110100 Zuckerman 223
-0110100 Lindner 224
-0110100 Chen 228
-0110100 Jobs 228
-0110100 Hatch 229
-0110100 Aspin 230
-0110100 Liedtke 231
-0110100 McKay 232
-0110100 Summers 232
-0110100 Phelan 233
-0110100 Thornburgh 233
-0110100 Zhao 235
-0110100 Silverman 236
-0110100 Martinez 236
-0110100 Truman 238
-0110100 Paisley 239
-0110100 Kane 239
-0110100 Henkel 239
-0110100 Ozal 242
-0110100 Rosenberg 246
-0110100 Gandhi 248
-0110100 Peres 249
-0110100 Germain 249
-0110100 Helms 250
-0110100 Burnley 251
-0110100 Ongpin 256
-0110100 Fowler 260
-0110100 Pinochet 260
-0110100 Buckley 261
-0110100 Mondale 261
-0110100 Grossman 262
-0110100 Bloom 267
-0110100 Kissinger 267
-0110100 Jung 268
-0110100 Shevardnadze 274
-0110100 Welch 274
-0110100 Sprinkel 275
-0110100 Buffett 276
-0110100 Hakim 278
-0110100 LeBow 279
-0110100 Poehl 281
-0110100 Wallach 283
-0110100 von 283
-0110100 Commerciale 284
-0110100 Motoren 285
-0110100 Khashoggi 285
-0110100 Levin 285
-0110100 Ferris 287
-0110100 Abboud 288
-0110100 Kerkorian 295
-0110100 Pollack 297
-0110100 Foley 298
-0110100 Stoltenberg 301
-0110100 Babbitt 301
-0110100 Fink 304
-0110100 Wigton 305
-0110100 Jenkins 305
-0110100 Stark 308
-0110100 Bowen 309
-0110100 Bresser 310
-0110100 Antar 315
-0110100 Sugarman 316
-0110100 Clore 320
-0110100 Mulheren 323
-0110100 Hoffman 327
-0110100 Saunders 332
-0110100 Lucas 336
-0110100 Deaver 346
-0110100 Funaro 347
-0110100 Ortega 348
-0110100 Koch 351
-0110100 Kinnear 354
-0110100 Castro 356
-0110100 Garcia 364
-0110100 Sosnoff 376
-0110100 Fitzwater 377
-0110100 Abrams 391
-0110100 Roosevelt 392
-0110100 Cuomo 392
-0110100 Shamir 395
-0110100 Buchanan 397
-0110100 Lorenzo 401
-0110100 Goldberg 416
-0110100 Bradley 420
-0110100 Hammer 421
-0110100 Owen 425
-0110100 Carlucci 434
-0110100 Takeshita 435
-0110100 Byrd 438
-0110100 Li 453
-0110100 Dingell 461
-0110100 Chirac 461
-0110100 Biden 461
-0110100 Geller 463
-0110100 Giuliani 463
-0110100 Schwartz 463
-0110100 Tisch 468
-0110100 Levy 472
-0110100 Yeutter 473
-0110100 Deng 474
-0110100 Nunn 475
-0110100 Johnston 481
-0110100 Salinas 485
-0110100 Iacocca 496
-0110100 Mitterrand 498
-0110100 McFarlane 506
-0110100 Perelman 510
-0110100 Olson 518
-0110100 Pierce 524
-0110100 Mulroney 527
-0110100 Kohl 534
-0110100 Greene 534
-0110100 Proxmire 537
-0110100 Ruder 538
-0110100 Weinberger 546
-0110100 Griffin 558
-0110100 Nakasone 570
-0110100 Posner 577
-0110100 Wolf 596
-0110100 Gore 612
-0110100 Lawson 657
-0110100 Roh 661
-0110100 Rostenkowski 667
-0110100 Secord 668
-0110100 Marcos 676
-0110100 Kemp 680
-0110100 Siegel 702
-0110100 Bilzerian 746
-0110100 Levine 790
-0110100 Brady 796
-0110100 Poindexter 815
-0110100 Freeman 818
-0110100 Regan 869
-0110100 Casey 896
-0110100 Milken 906
-0110100 Holmes 943
-0110100 Quayle 948
-0110100 Bentsen 975
-0110100 Noriega 984
-0110100 Jacobs 984
-0110100 Gephardt 986
-0110100 Thatcher 990
-0110100 Murdoch 1061
-0110100 Perot 1081
-0110100 Hart 1117
-0110100 Pickens 1169
-0110100 Walsh 1221
-0110100 Shultz 1303
-0110100 Edelman 1306
-0110100 Volcker 1381
-0110100 Dole 1625
-0110100 Trump 1725
-0110100 Bork 1743
-0110100 Icahn 1962
-0110100 Meese 1973
-0110100 Boesky 2500
-0110100 Jackson 2974
-0110100 Gorbachev 3341
-0110100 Bush 7784
-0110100 Dukakis 5186
-01101010 Possum 1
-01101010 Centrade 1
-01101010 EMOTION 1
-01101010 Illsley 1
-01101010 Papenfuss 1
-01101010 Yokley 1
-01101010 Smithgall 1
-01101010 Wiggelsworth 1
-01101010 Elvey 1
-01101010 TALLENT 1
-01101010 Behuniak 1
-01101010 Mabee 1
-01101010 Hennig 1
-01101010 Zinngrabe 1
-01101010 Hadsall 1
-01101010 Schoendorf 1
-01101010 Suchanek 1
-01101010 Yermash 1
-01101010 Liffers 1
-01101010 Wolitzer 1
-01101010 Poppinga 1
-01101010 Rossen 1
-01101010 Kildow 1
-01101010 Ponomarev 1
-01101010 Troncone 1
-01101010 Dwelley 1
-01101010 Hoerr 1
-01101010 Kostyra 1
-01101010 Heijmen 1
-01101010 Bodkin 1
-01101010 Rosholt 1
-01101010 Seebach 1
-01101010 Negeli 1
-01101010 Onek 1
-01101010 Semmel 1
-01101010 Loughhead 1
-01101010 Neuberg 1
-01101010 Exposito 1
-01101010 Churchman 1
-01101010 Herkes 1
-01101010 Beluga 1
-01101010 ALBEE 1
-01101010 Langfitt 1
-01101010 Donis 1
-01101010 Balardi 1
-01101010 Piderit 1
-01101010 Brambeer 1
-01101010 Brame 1
-01101010 Shalson 1
-01101010 Kellen 1
-01101010 Lubrand 1
-01101010 Haymaker 1
-01101010 Kezer 1
-01101010 Gier 1
-01101010 Arvizu 1
-01101010 Canella 1
-01101010 Srygley 1
-01101010 Lyonds 1
-01101010 Arcemont 1
-01101010 Dunsay 1
-01101010 Dean-style 1
-01101010 Pastusek 1
-01101010 Calahan 1
-01101010 Helfrecht 1
-01101010 Margerie 1
-01101010 Przybylowicz 1
-01101010 VanOosterhout 1
-01101010 Enouen 1
-01101010 Seeman 1
-01101010 Gullberg 1
-01101010 Stiefler 1
-01101010 Yockey 1
-01101010 Knatterud 1
-01101010 Malysiak 1
-01101010 Zakon 1
-01101010 Wolser 1
-01101010 Shaeffer 1
-01101010 Cheuvreux 1
-01101010 Coubert 1
-01101010 Jardins 1
-01101010 Lysaught 1
-01101010 Huttunen 1
-01101010 Goehringer 1
-01101010 Staniek 1
-01101010 Calgaard 1
-01101010 Longan 1
-01101010 Stenzel 1
-01101010 Pisarev 1
-01101010 Cele 1
-01101010 Nemirow 1
-01101010 Boileau 1
-01101010 Hansbrough 1
-01101010 Lavezzoli 1
-01101010 Deemer 1
-01101010 Vitantonio 1
-01101010 Stutts 1
-01101010 Holtey 1
-01101010 Rottblatt 1
-01101010 Romoser 1
-01101010 Vranes 1
-01101010 3R 1
-01101010 Haversat 1
-01101010 Zafirovski 1
-01101010 Collectives 1
-01101010 Schmeelk 1
-01101010 Moscu 1
-01101010 Rochlin 1
-01101010 Ghorab 1
-01101010 Schlenzig 1
-01101010 Gordon-Sinclair 1
-01101010 Snowberger 1
-01101010 Lauzen 1
-01101010 Fossella 1
-01101010 Castaing 1
-01101010 Poehner 1
-01101010 Krakoff 1
-01101010 Reice 1
-01101010 Schueppert 1
-01101010 Bousa 1
-01101010 Sellami 1
-01101010 Bloostein 1
-01101010 Rochlis 1
-01101010 Bouchaud 1
-01101010 Messerli 1
-01101010 Leier 1
-01101010 Sevilla 1
-01101010 Zarrella 1
-01101010 Stucker 1
-01101010 Edgette 1
-01101010 Ernane 1
-01101010 LeMelle 1
-01101010 Velghe 1
-01101010 Repos 1
-01101010 Huesner 1
-01101010 Bieck 1
-01101010 Laffler 1
-01101010 Dyckman 1
-01101010 Vence 1
-01101010 Karman 1
-01101010 McElreath 1
-01101010 Dimino 1
-01101010 Comunale 1
-01101010 McDuffee 1
-01101010 Rusnack 1
-01101010 FitzSimon 1
-01101010 Altamonti 1
-01101010 Fordes 1
-01101010 Tabac 1
-01101010 Thomashower 1
-01101010 Heimbach 1
-01101010 Cavitt 1
-01101010 Diepenbrock 1
-01101010 Donches 1
-01101010 Boisset 1
-01101010 Tauer 1
-01101010 Karolas 1
-01101010 Nemerson 1
-01101010 Jelin 1
-01101010 Kuester 1
-01101010 Salaberry 1
-01101010 Durco 1
-01101010 Hornung 1
-01101010 Trueschler 1
-01101010 Buquoi 1
-01101010 Aubuchon 1
-01101010 Brough 1
-01101010 Neslin 1
-01101010 Augus 1
-01101010 Carsten 1
-01101010 Machlica 1
-01101010 McVie 1
-01101010 Kenen 1
-01101010 Turkaly 1
-01101010 Holodnak 1
-01101010 Hegenbart 1
-01101010 Agricultura 1
-01101010 Midwood 1
-01101010 DORETTI 1
-01101010 Sortino 1
-01101010 Kanzaki 1
-01101010 toros 1
-01101010 Dominowski 1
-01101010 Melchner 1
-01101010 Resjetnikov 1
-01101010 Korpusov 1
-01101010 Algers 1
-01101010 Riediger 1
-01101010 Camilli 1
-01101010 Yasmin 1
-01101010 Oddo 1
-01101010 Lauder-owned 1
-01101010 origine 1
-01101010 Pruyn 1
-01101010 Elliman-Pickering 1
-01101010 Revak 1
-01101010 Pyzdrowski 1
-01101010 Slivon 1
-01101010 DiBartola 1
-01101010 Zavagli 1
-01101010 Hirschson 1
-01101010 Foyo 1
-01101010 Puricelli 1
-01101010 Ireys 1
-01101010 Hartong 1
-01101010 Friedlaender 1
-01101010 Buncher 1
-01101010 Haaland 1
-01101010 Hueppi 1
-01101010 Selonick 1
-01101010 Brocksen 1
-01101010 Niebling 1
-01101010 Trester 1
-01101010 Agosti 1
-01101010 DiDonato 1
-01101010 Pruch 1
-01101010 Andronici 1
-01101010 Ayscue 1
-01101010 Levicki 1
-01101010 Holdt 1
-01101010 Thirolf 1
-01101010 Malherbe 1
-01101010 Shiflet 1
-01101010 Collins-type 1
-01101010 Langston-Unkefer 1
-01101010 Letaw 1
-01101010 Ancell 1
-01101010 Farooq 1
-01101010 Poissant 1
-01101010 Denoon 1
-01101010 Kinnu 1
-01101010 SCOOPS 1
-01101010 Sadofski 1
-01101010 DiClerico 1
-01101010 Saidman 1
-01101010 Trela 1
-01101010 Heimbuch 1
-01101010 Naccarato 1
-01101010 Juraifani 1
-01101010 Largent 1
-01101010 Sandmeyer 1
-01101010 Bonsack 1
-01101010 Swano 1
-01101010 Ducar 1
-01101010 Rassnick 1
-01101010 Leefe 1
-01101010 Kfoury 1
-01101010 Blackmur 1
-01101010 Edwardson 1
-01101010 Vesce 1
-01101010 Sengupta 1
-01101010 Slaymaker 1
-01101010 Cosmas 1
-01101010 Wollenberg 1
-01101010 Kominsky 1
-01101010 Cerulli 1
-01101010 Koeneman 1
-01101010 Kraber 1
-01101010 Fetherston 1
-01101010 Carvin 1
-01101010 Grunder 1
-01101010 Lhamon 1
-01101010 Nigolian 1
-01101010 Dimenna 1
-01101010 Elion 1
-01101010 Liquori 1
-01101010 Charlaix 1
-01101010 DeKoven 1
-01101010 Hagerman 1
-01101010 Fealy 1
-01101010 Faulders 1
-01101010 Frisching 1
-01101010 Petrovskaya 1
-01101010 Schuenke 1
-01101010 Kopf 1
-01101010 Dou 1
-01101010 Rabbie 1
-01101010 Brammer 1
-01101010 Santore 1
-01101010 Steffensen 1
-01101010 Asturias 1
-01101010 Stinocher 1
-01101010 Pangione 1
-01101010 Dondiego 1
-01101010 Webber/Young 1
-01101010 Jodsaas 1
-01101010 Meotti 1
-01101010 Fund/Johns 1
-01101010 Teutch 1
-01101010 Fallaw 1
-01101010 Mohler 1
-01101010 Kutno 1
-01101010 McCollough 1
-01101010 Rygh 1
-01101010 Krzesinski 1
-01101010 Blankers 1
-01101010 McWethy 1
-01101010 Gwon 1
-01101010 Oermann 1
-01101010 Pagones 1
-01101010 McConomy 1
-01101010 Futh 1
-01101010 Pingatore 1
-01101010 Koob 1
-01101010 Haddy 1
-01101010 Sheley 1
-01101010 Torsney 1
-01101010 Talmon 1
-01101010 Hoz 1
-01101010 DeDiminicantanio 1
-01101010 Solnit 1
-01101010 Cesario 1
-01101010 Bardwell 1
-01101010 Birchfield 1
-01101010 Baciocco 1
-01101010 Abasje 1
-01101010 Gahin 1
-01101010 Datim 1
-01101010 Deomidov 1
-01101010 Geracioti 1
-01101010 Rochas 1
-01101010 Al-Ola 1
-01101010 Blumner 1
-01101010 Ewert 1
-01101010 Zinko 1
-01101010 Bolender 1
-01101010 Butterman 1
-01101010 Kaylin 1
-01101010 Biazon 1
-01101010 Hasloecher 1
-01101010 Iguazu 1
-01101010 Argense 1
-01101010 Oeste 1
-01101010 Chenok 1
-01101010 Bamber 1
-01101010 al-Khaleej 1
-01101010 Slotterback 1
-01101010 Suede 1
-01101010 Smeloff 1
-01101010 Grieux-elegant 1
-01101010 Kichline 1
-01101010 Kalkstein 1
-01101010 Rehling 1
-01101010 Litterski 1
-01101010 Deakin 1
-01101010 Topfer 1
-01101010 Maghreb 1
-01101010 Zborowski 1
-01101010 Cattani 1
-01101010 Peterson-like 1
-01101010 Costle 1
-01101010 Socha 1
-01101010 Allston 1
-01101010 Poussaint 1
-01101010 Rogers-style 1
-01101010 Willemssen 1
-01101010 Godshalk 1
-01101010 Samadiono 1
-01101010 Eisenecher 1
-01101010 Yinchang 1
-01101010 Kreyling 1
-01101010 Votz 1
-01101010 Sheller 1
-01101010 Knebel 1
-01101010 Tasher 1
-01101010 DUNHAM 1
-01101010 Gutting 1
-01101010 Dittman 1
-01101010 Osma 1
-01101010 Galatas 1
-01101010 Scitivaux 1
-01101010 Bodeen 1
-01101010 Latno 1
-01101010 Shreyer 1
-01101010 Sternik 1
-01101010 Beaux-Arts 1
-01101010 Pigou 1
-01101010 Fridrich 1
-01101010 Pietrini 1
-01101010 Cansler 1
-01101010 Twamley 1
-01101010 Pistilli 1
-01101010 Kaitz 1
-01101010 Pertti 1
-01101010 Zweng 1
-01101010 BREGUET 1
-01101010 Huibregtse 1
-01101010 Geragos 1
-01101010 Samy 1
-01101010 Shaefer 1
-01101010 Barten 1
-01101010 DeLaney 1
-01101010 Firmenich 1
-01101010 Krauskopf 1
-01101010 Konings 1
-01101010 Shainwald 1
-01101010 Nomicos 1
-01101010 Edgehill 1
-01101010 Farnan 1
-01101010 Medvin 1
-01101010 Graaff 1
-01101010 Berges 1
-01101010 Baska 1
-01101010 Minezes 1
-01101010 DeScherer 1
-01101010 Moet-Hennessy-Louis 1
-01101010 Kinchen 1
-01101010 Kadin 1
-01101010 Shreiner 1
-01101010 Giering 1
-01101010 Raives 1
-01101010 Iandolo 1
-01101010 Newi 1
-01101010 Bontin 1
-01101010 Dupasquier 1
-01101010 Lattin 1
-01101010 Veraldi 1
-01101010 Rindlaub 1
-01101010 Bozzone 1
-01101010 Viletto 1
-01101010 Sitt 1
-01101010 Wheathearts 1
-01101010 Grigley 1
-01101010 Palijo 1
-01101010 Wengler 1
-01101010 Rhame 1
-01101010 Pursch 1
-01101010 Rohal 1
-01101010 Heyworth 1
-01101010 Knodell 1
-01101010 Larsen. 1
-01101010 Farquhar 1
-01101010 Fashioned 1
-01101010 Busching 1
-01101010 Picini 1
-01101010 Snide. 1
-01101010 Blondeau 1
-01101010 Brumder 1
-01101010 Steiker 1
-01101010 Tracy-type 1
-01101010 Deverin 1
-01101010 Honorof 1
-01101010 LeSieur 1
-01101010 Dottai 1
-01101010 Bousquette 1
-01101010 Kole 1
-01101010 Viemeister 1
-01101010 Freixas 1
-01101010 Zandlo 1
-01101010 Pehrson 1
-01101010 Frazzini 1
-01101010 Willes 1
-01101010 Dietzel 1
-01101010 Isserstedt 1
-01101010 Bodenhamer 1
-01101010 Rag 1
-01101010 Deramus 1
-01101010 Gunnst 1
-01101010 Briner 1
-01101010 Kirsis 1
-01101010 Samford 1
-01101010 money-gobblers 1
-01101010 Larrazolo 1
-01101010 Feldmann 1
-01101010 Hayo 1
-01101010 Underwriterovich 1
-01101010 Inderbitzin 1
-01101010 Costa-Greenspon 1
-01101010 Chauffage 1
-01101010 Isbister 1
-01101010 Juchatz 1
-01101010 Schlotterbeck 1
-01101010 Shiplet 1
-01101010 Lampros 1
-01101010 Hetzler 1
-01101010 Rammrath 1
-01101010 Gahm 1
-01101010 Sisti 1
-01101010 DiCarolis 1
-01101010 Magrini 1
-01101010 Masselli 1
-01101010 Vizcaino 1
-01101010 Zampino 1
-01101010 Heule 1
-01101010 Suvero 1
-01101010 Goforth 1
-01101010 Castilia 1
-01101010 Garday 1
-01101010 Hiegel 1
-01101010 Etling 1
-01101010 Excursion 1
-01101010 Calvano 1
-01101010 Podsen 1
-01101010 Poitiers 1
-01101010 Castray 1
-01101010 Lobenfeld 1
-01101010 Barlett 1
-01101010 Yatsko 1
-01101010 Chessy 1
-01101010 Piepmeier 1
-01101010 Chairsell 1
-01101010 Orban 1
-01101010 Hsin-I 1
-01101010 Gemunder 1
-01101010 Menninger 1
-01101010 Ferrel 1
-01101010 Balich 1
-01101010 Coltello 1
-01101010 Nasgovitz 1
-01101010 Volding 1
-01101010 Woolhandler 1
-01101010 Cerand 1
-01101010 Zamorski 1
-01101010 Nethercott 1
-01101010 Pearrow 1
-01101010 Handal 1
-01101010 Howick 1
-01101010 Bunke 1
-01101010 MacConnell 1
-01101010 Holdraker 1
-01101010 Foster-led 1
-01101010 Paioni 1
-01101010 Zimyanin 1
-01101010 Duck-type 1
-01101010 Hoenes 1
-01101010 Venskus 1
-01101010 McLondon 1
-01101010 Horsager 1
-01101010 Loynes 1
-01101010 Kerwitz 1
-01101010 Mirhossein 1
-01101010 Erensil 1
-01101010 Sautbine 1
-01101010 al-Shorooki 1
-01101010 McNichols 1
-01101010 Hostover 1
-01101010 HOOVER 1
-01101010 Godchaux 1
-01101010 Bleus 1
-01101010 Sergovic 1
-01101010 Sabatacakis 1
-01101010 McConnaughy 1
-01101010 FitzGibbon 1
-01101010 Menchel 1
-01101010 Echezeaux 1
-01101010 Bouiadjra 1
-01101010 Trubeck 1
-01101010 Froehlke 1
-01101010 Mercil 1
-01101010 Hiestand 1
-01101010 Hidayatallah 1
-01101010 Mellem 1
-01101010 Studner 1
-01101010 Labant 1
-01101010 Zinberg 1
-01101010 Batter 1
-01101010 Hart-type 1
-01101010 Dryburgh 1
-01101010 Piecuch 1
-01101010 Dobbelmann 1
-01101010 Spadaro 1
-01101010 Carlough 1
-01101010 Boesky-like 1
-01101010 Stuecker 1
-01101010 Semans 1
-01101010 Askren 1
-01101010 McKerracher 1
-01101010 Etat 1
-01101010 Buzby 1
-01101010 Brightbill 1
-01101010 Vinovskis 1
-01101010 Abely 1
-01101010 Killebrew 1
-01101010 Bushee 1
-01101010 Jesco 1
-01101010 Redig 1
-01101010 Berneman 1
-01101010 Spechko 1
-01101010 Brookshire 1
-01101010 Ottensmeyer 1
-01101010 Artus 1
-01101010 Beasman 1
-01101010 Novikoff 1
-01101010 Twogood 1
-01101010 Chrust 1
-01101010 Freimark 1
-01101010 Desenberg 1
-01101010 Carzoli 1
-01101010 Vitiello 1
-01101010 Hughson 1
-01101010 Gattegno 1
-01101010 Harapan 1
-01101010 Lloyd-Butler 1
-01101010 Bakos 1
-01101010 Jamart 1
-01101010 Trippeer 1
-01101010 Zaenglein 1
-01101010 Zorek 1
-01101010 Meux 1
-01101010 Sesser 1
-01101010 Rehabilitacion 1
-01101010 Mirabelli 1
-01101010 Pylitt 1
-01101010 el-Zayyat 1
-01101010 Yambert 1
-01101010 Rowton 1
-01101010 Brescoll 1
-01101010 Guerster 1
-01101010 Ockrim 1
-01101010 Notter 1
-01101010 McCarrick 1
-01101010 Gubert 1
-01101010 Ament 1
-01101010 Strudler 1
-01101010 Bessey 1
-01101010 Kearn 1
-01101010 Menchaca 1
-01101010 Matalene 1
-01101010 Concklin 1
-01101010 Berzon 1
-01101010 Times-Leader 1
-01101010 MEARS 1
-01101010 Loverd 1
-01101010 Eboli 1
-01101010 Hogen 1
-01101010 Gresens 1
-01101010 Shimbun-Nippon 1
-01101010 Drascher 1
-01101010 Felago 1
-01101010 Bruegge 1
-01101010 Geogerian 1
-01101010 Schiavo 1
-01101010 Goeddel 1
-01101010 Aniskovich 1
-01101010 Aquili 1
-01101010 Zellweger 1
-01101010 Sabins 1
-01101010 Sosland 1
-01101010 Taus 1
-01101010 MacCarn 1
-01101010 Zalaznick 1
-01101010 Stoll 1
-01101010 Ruths 1
-01101010 Saint-Satur 1
-01101010 Ragains 1
-01101010 Achuff 1
-01101010 Teeple 1
-01101010 Nastro 1
-01101010 Schiffer 1
-01101010 Wooddell 1
-01101010 Solari 1
-01101010 hambre 1
-01101010 Oelsner 1
-01101010 Leuschen 1
-01101010 Bashara 1
-01101010 Stauffacher 1
-01101010 Vistan 1
-01101010 Plosila 1
-01101010 Massenburg 1
-01101010 Koepfgen 1
-01101010 DuBrock 1
-01101010 Cerullo 1
-01101010 Strackbein 1
-01101010 Macur 1
-01101010 Journal-Capital 1
-01101010 Shakarain 1
-01101010 Brookwell 1
-01101010 Saatkamp 1
-01101010 Strechay 1
-01101010 Zamboni 1
-01101010 Marano 1
-01101010 Breathitt 1
-01101010 Zissis 1
-01101010 Meder 1
-01101010 Rossuck 1
-01101010 Trado 1
-01101010 Rettig 1
-01101010 Attardo 1
-01101010 Belloso 1
-01101010 Novara 1
-01101010 enemigo 1
-01101010 Hulot 1
-01101010 Mossman 1
-01101010 Zalecki 1
-01101010 Keaveney 1
-01101010 Frontiero 1
-01101010 Cheroske 1
-01101010 Chin-Lor 1
-01101010 Netherton 1
-01101010 Krogh 1
-01101010 LaMontia 1
-01101010 Ebben 1
-01101010 Natoli 1
-01101010 Mileusnic 1
-01101010 Castallani 1
-01101010 Razar 1
-01101010 Hiles 1
-01101010 Troetti 1
-01101010 Dulka 1
-01101010 Mancheski 1
-01101010 Pettinga 1
-01101010 Galm 1
-01101010 Iapalucci 1
-01101010 Dinkle 1
-01101010 Milroy 1
-01101010 Hedeen 1
-01101010 Struble 1
-01101010 Craigie 1
-01101010 Hitsman 1
-01101010 Kynes 1
-01101010 Hiemstra 1
-01101010 Flett 1
-01101010 Pogrebin 1
-01101010 Skupsky 1
-01101010 Laeri 1
-01101010 Wilcock 1
-01101010 Maack 1
-01101010 Fowble 1
-01101010 Badgerfoot 1
-01101010 Solerno 1
-01101010 Westhoff 1
-01101010 Otey 1
-01101010 Meduses 1
-01101010 Powars 1
-01101010 Brzenk 1
-01101010 Remeliik 1
-01101010 Peightal 1
-01101010 Caldon 1
-01101010 1201 1
-01101010 Leftwich 1
-01101010 Gehlert 1
-01101010 Morbay 1
-01101010 Soloway 1
-01101010 Zapetis 1
-01101010 Orvis 1
-01101010 Tablas 1
-01101010 Nanberg 1
-01101010 HUGH 1
-01101010 Karat 1
-01101010 Unzicker 1
-01101010 Rozychi 1
-01101010 Randalls 1
-01101010 Kilts 1
-01101010 Oxendine 1
-01101010 Ammons 1
-01101010 Giuffra 1
-01101010 Annington 1
-01101010 Egert 1
-01101010 Rothbaum 1
-01101010 Oricoli 1
-01101010 Klatzkin 1
-01101010 al-Eryani 1
-01101010 Wonsever 1
-01101010 Luthringhausen 1
-01101010 Paschel 1
-01101010 Grand-Dad 1
-01101010 Eigsti 1
-01101010 Ledogar 1
-01101010 Abu-Zayyad 1
-01101010 Racster 1
-01101010 Martinsen 1
-01101010 Ronchetti 1
-01101010 Jatras 1
-01101010 Baastad 1
-01101010 Belkin 1
-01101010 Ream 1
-01101010 Pracomtal 1
-01101010 Louisiane 1
-01101010 Waart-Adams 1
-01101010 Hinrichs 1
-01101010 Sonosky 1
-01101010 Higbys 1
-01101010 Dimling 1
-01101010 Hommen 1
-01101010 Palitz 1
-01101010 BOROIAN 1
-01101010 VanVoorhis 1
-01101010 Hersee 1
-01101010 Mussberger 1
-01101010 Kerber 1
-01101010 Silbaugh 1
-01101010 Gellen 1
-01101010 Melberg 1
-01101010 Marsters 1
-01101010 Gowens 1
-01101010 Trzcinski 1
-01101010 Electricia 1
-01101010 Puppet 1
-01101010 Stalla 1
-01101010 GREGOR 1
-01101010 Bartel 1
-01101010 Kanas 1
-01101010 Craib 1
-01101010 Poats 1
-01101010 Bundles 1
-01101010 Dutchik 1
-01101010 Graden 1
-01101010 Confalone 1
-01101010 Kight 1
-01101010 Byways 1
-01101010 Lucens 1
-01101010 Chintallauha 1
-01101010 Merolla 1
-01101010 Defieux 1
-01101010 Haddick 1
-01101010 Frederiksen 1
-01101010 Bartine 1
-01101010 Puhr 1
-01101010 Buono 1
-01101010 Schildboeck 1
-01101010 Larmon 1
-01101010 Niddrie 1
-01101010 Glassburn 1
-01101010 Tedeschi 1
-01101010 Arrendamento 1
-01101010 Emett 1
-01101010 Guptill 1
-01101010 FLOURISHING 1
-01101010 Karlos 1
-01101010 Buol 1
-01101010 Mckown 1
-01101010 Prehn 1
-01101010 Rachesky 1
-01101010 Pelerinage 1
-01101010 Saussure 1
-01101010 al-Khasib 1
-01101010 Balaban 1
-01101010 Burcham 1
-01101010 Motoren-&-Turbinen-Union 1
-01101010 Norrelli 1
-01101010 DeRoche 1
-01101010 Robiou 1
-01101010 Ittihad 1
-01101010 Haeussler 1
-01101010 Zilvitis 1
-01101010 Alldredge 1
-01101010 McCombie 1
-01101010 Townson 1
-01101010 Clayburn 1
-01101010 Nalen 1
-01101010 Tirages 1
-01101010 Synnestvedt 1
-01101010 Pontillas 1
-01101010 Fae 1
-01101010 Robedaux 1
-01101010 Paume 1
-01101010 Tisdale 1
-01101010 Houdek 1
-01101010 Grosvald 1
-01101010 Schwalbach 1
-01101010 Peppard 1
-01101010 Pencer 1
-01101010 Emersen 1
-01101010 Rodenstock 1
-01101010 Gelch 1
-01101010 Minchin 1
-01101010 Treehouses 1
-01101010 Creasy 1
-01101010 Faillace 1
-01101010 Andreoli 1
-01101010 Kleskin 1
-01101010 Capezzana 1
-01101010 Rampolla 1
-01101010 Fontodi 1
-01101010 2668 1
-01101010 Matejka 1
-01101010 Kuypers 1
-01101010 Christell 1
-01101010 Villines 1
-01101010 Warfel 1
-01101010 Foltz 1
-01101010 Altieri 1
-01101010 Wienges 1
-01101010 Mancel 1
-01101010 HEILEMAN 1
-01101010 Kamberis 1
-01101010 Lombards 1
-01101010 Lopez-Romo 1
-01101010 Yuna 1
-01101010 Cockrell 1
-01101010 Hemby 1
-01101010 Laffin 1
-01101010 McGratty 1
-01101010 Brachman 1
-01101010 Savidge 1
-01101010 Felsinger 1
-01101010 Hier 1
-01101010 Reusing 1
-01101010 Pitler 1
-01101010 Tannenberg 1
-01101010 Bumsted 1
-01101010 Ulich 1
-01101010 Welliver 1
-01101010 Arsem 1
-01101010 Sarkesian 1
-01101010 Wendeln 1
-01101010 Neatherlin 1
-01101010 Ostrofsky 1
-01101010 Murn 1
-01101010 Reininger 1
-01101010 Maginn 1
-01101010 Strickler 1
-01101010 Probasco 1
-01101010 Ollon 1
-01101010 Degenhart 1
-01101010 Sassano 1
-01101010 Greenawalt 1
-01101010 Danielsen 1
-01101010 Lavering 1
-01101010 Stoutamore 1
-01101010 Papanek 1
-01101010 Acevedo 1
-01101010 Zipser 1
-01101010 Zerrenner 1
-01101010 Rickershauser 1
-01101010 Pottle 1
-01101010 Scallen 1
-01101010 muerte 1
-01101010 Houton 1
-01101010 Originals 1
-01101010 fantaisie 1
-01101010 Schoenbach 1
-01101010 Schwenk 1
-01101010 Hoverter 1
-01101010 Northway 1
-01101010 Debartolo 1
-01101010 Villalpando 1
-01101010 Papademetriou 1
-01101010 Sutphin 1
-01101010 Jarvie 1
-01101010 Winnitzki 1
-01101010 Colabuono 1
-01101010 Budnik 1
-01101010 Gerloff 1
-01101010 Cognets 1
-01101010 Teti 1
-01101010 Saronno 1
-01101010 Schnable 1
-01101010 Tierny 1
-01101010 Caffry 1
-01101010 Numann 1
-01101010 Mulreany 1
-01101010 Partee 1
-01101010 Jayad 1
-01101010 Oqllo 1
-01101010 Movilidades 1
-01101010 Witkay 1
-01101010 Lansaw 1
-01101010 Comerciale 1
-01101010 Bromery 1
-01101010 Zak 1
-01101010 Sebire 1
-01101010 Gaboriault 1
-01101010 Fangari 1
-01101010 Alperin 1
-01101010 Noddle 1
-01101010 Wegmiller 1
-01101010 Hagedon 1
-01101010 Cousino 1
-01101010 Yerks 1
-01101010 McNagny 1
-01101010 Pattisson 1
-01101010 Deney 1
-01101010 Pilara 1
-01101010 Unkefer 1
-01101010 George-Creque 1
-01101010 Lavity 1
-01101010 Berol 1
-01101010 Pagel 1
-01101010 Kintigh 1
-01101010 Veteri 1
-01101010 Knup 1
-01101010 Duwaine 1
-01101010 Peloubet 1
-01101010 Jayakumar 1
-01101010 Faubion 1
-01101010 Vivant 1
-01101010 Hauberg 1
-01101010 Vitanza 1
-01101010 Keay 1
-01101010 C13532 1
-01101010 Clercamp 1
-01101010 VIVIANO 1
-01101010 Folkerts 1
-01101010 Wehe 1
-01101010 Pickrell 1
-01101010 Rushlaw 1
-01101010 Mirel 1
-01101010 Jackstadt 1
-01101010 Tondowksi 1
-01101010 Olbrych 1
-01101010 McConner 1
-01101010 Vanderheyden 1
-01101010 Verville 1
-01101010 Piot 1
-01101010 Lauterstein 1
-01101010 Assise 1
-01101010 Satz 1
-01101010 Stotesbery 1
-01101010 HASSLED 1
-01101010 McVearry 1
-01101010 Gemmill 1
-01101010 Dueweke 1
-01101010 Rebner 1
-01101010 Codgers 1
-01101010 Beshara 1
-01101010 Crane. 1
-01101010 Ali-Akbar 1
-01101010 Hammink 1
-01101010 Norworthy 1
-01101010 Perrotta 1
-01101010 Langsam 1
-01101010 Verderber 1
-01101010 Chucas 1
-01101010 Tegnestam 1
-01101010 Scowby 1
-01101010 Voet 1
-01101010 Klipstein 1
-01101010 Huntz 1
-01101010 Runge 1
-01101010 Rosenkrans 1
-01101010 Lemle 1
-01101010 Mackowski 1
-01101010 Maisano 1
-01101010 Blaschke 1
-01101010 Oddis 1
-01101010 Vaissaux 1
-01101010 Mohtashami-Pur 1
-01101010 Weihenmayer 1
-01101010 Stavropoulous 1
-01101010 Koertner 1
-01101010 Benak 1
-01101010 Wattley 1
-01101010 Sheffert 1
-01101010 Lieser 1
-01101010 Morbratten 1
-01101010 Parrack 1
-01101010 Fagerstone 1
-01101010 McClung 1
-01101010 Brown-Olmstead 1
-01101010 Semi-Remorques 1
-01101010 Porcaro 1
-01101010 Parkhurst 1
-01101010 Tofel 1
-01101010 Christopoulos 1
-01101010 Quasha 1
-01101010 Famularo 1
-01101010 Milho 1
-01101010 Rodburg 1
-01101010 Buddenhagen 1
-01101010 Brinzo 1
-01101010 Guscott 1
-01101010 Dierker 1
-01101010 Bororian 1
-01101010 Hardenbrook 1
-01101010 Atzez 1
-01101010 No-Mash 1
-01101010 duMoulin 1
-01101010 Mousseux 1
-01101010 Billups 1
-01101010 Bergdoll 1
-01101010 Hemmer 1
-01101010 Guarnaccio 1
-01101010 veau 1
-01101010 Oberreit 1
-01101010 Glorioso 1
-01101010 Boudris 1
-01101010 Fatt 1
-01101010 Wible 1
-01101010 Lisco 1
-01101010 Diadamo 1
-01101010 Coultas 1
-01101010 Scutt 1
-01101010 Guckien 1
-01101010 Rebello 1
-01101010 Weispfenning 1
-01101010 Yedwab 1
-01101010 Berninghaus 1
-01101010 Branigan 1
-01101010 Englehart 1
-01101010 Ostern 1
-01101010 Feazell 1
-01101010 Seminoff 1
-01101010 Tykeson 1
-01101010 Gulotta 1
-01101010 Tettleton 1
-01101010 Apollon 1
-01101010 Herst 1
-01101010 Theodorou 1
-01101010 McIlveene 1
-01101010 Guzzardi 1
-01101010 Boullioun 1
-01101010 Borelli 1
-01101010 Wroughton 1
-01101010 Peavy 1
-01101010 Lippe 1
-01101010 Lehmkuhl 1
-01101010 Salquist 1
-01101010 Vanchieri 1
-01101010 Amboise 1
-01101010 Barcal 1
-01101010 Fetchenhier 1
-01101010 Colglazier 1
-01101010 Brande 1
-01101010 Hittinger 1
-01101010 Laportaliere 1
-01101010 Zehndor 1
-01101010 Zorster 1
-01101010 Corrie 1
-01101010 Wulwick 1
-01101010 Rappolt 1
-01101010 Linderman 1
-01101010 Frankovsky 1
-01101010 Roob 1
-01101010 Brengle 1
-01101010 Ramser 1
-01101010 Cuozzo 1
-01101010 Transue 1
-01101010 Hanc 1
-01101010 Shapira 1
-01101010 Bacarella 1
-01101010 Comerford 1
-01101010 Musham 1
-01101010 Broatch 1
-01101010 Rollo 1
-01101010 Polanek 1
-01101010 Lozada 1
-01101010 Maljers 1
-01101010 Chakas 1
-01101010 Babikian 1
-01101010 Golby 1
-01101010 Chernikoff 1
-01101010 Hildner 1
-01101010 Exportaciones 1
-01101010 Umsted 1
-01101010 Lebed 1
-01101010 Merian 1
-01101010 Eidell 1
-01101010 Makowski 1
-01101010 Delp 1
-01101010 Daleiden 1
-01101010 Yulo 1
-01101010 Kerouaille 1
-01101010 Romanow 1
-01101010 Frothingham 1
-01101010 Diccianni 1
-01101010 Mac-Reynolds 1
-01101010 Danca 1
-01101010 Rahe 1
-01101010 Amenagement 1
-01101010 Lyrio 1
-01101010 Ryker 1
-01101010 Cynar 1
-01101010 Alcox 1
-01101010 KANTZ 1
-01101010 Finci 1
-01101010 Borini 1
-01101010 Lilore 1
-01101010 Libutti 1
-01101010 Kyriakou 1
-01101010 Lidbetter 1
-01101010 Berez 1
-01101010 Reichelt 1
-01101010 Colquitt 1
-01101010 Swieg 1
-01101010 Moscou 1
-01101010 Tuuk 1
-01101010 Newhouses 1
-01101010 Popovitch 1
-01101010 Viarengo 1
-01101010 Legatti 1
-01101010 Zeitler. 1
-01101010 Pascale 1
-01101010 Aubrecht 1
-01101010 Shultis 1
-01101010 Mefford 1
-01101010 Kusumi 1
-01101010 Grashaw 1
-01101010 Campobasso 1
-01101010 Werf 1
-01101010 Bowl-Disneyland-style 1
-01101010 Cruze 1
-01101010 Doudiet 1
-01101010 Zurawski 1
-01101010 Donnan 1
-01101010 Shallcross 1
-01101010 Staffin 1
-01101010 larmes 1
-01101010 Henault 1
-01101010 Gowey 1
-01101010 Kemmerer 1
-01101010 Dandalides 1
-01101010 Lengwin 1
-01101010 Heckinger 1
-01101010 Jeub 1
-01101010 Resinger 1
-01101010 Gausman 1
-01101010 Munisteri 1
-01101010 Tigar 1
-01101010 Overcash 1
-01101010 Piccione 1
-01101010 Hoffmann-inspired 1
-01101010 Morts 1
-01101010 Sundstrom 1
-01101010 Fetes 1
-01101010 Wesbecker 1
-01101010 Tarcher 1
-01101010 Junkans 1
-01101010 Meiselman 1
-01101010 Kofmehl 1
-01101010 DiLibero 1
-01101010 Lazin 1
-01101010 Prezio 1
-01101010 Roering 1
-01101010 Cassese 1
-01101010 Munafo 1
-01101010 Laseau 1
-01101010 News-Sun 1
-01101010 Drack 1
-01101010 Curtner 1
-01101010 Rossi-Guerrero 1
-01101010 Belhumeur 1
-01101010 Fording 1
-01101010 Apgar 1
-01101010 Henrichsen 1
-01101010 Wied 1
-01101010 Eichert 1
-01101010 Tondowski 1
-01101010 Amodio 1
-01101010 mer 1
-01101010 Kupel 1
-01101010 Pouzilhac 1
-01101010 Ratigan 1
-01101010 Bergues 1
-01101010 Docter 1
-01101010 Meshmany 1
-01101010 Labbe 1
-01101010 Dauwe 1
-01101010 Planizter 1
-01101010 Yanny 1
-01101010 Polito 1
-01101010 Prebensen 1
-01101010 Reding 1
-01101010 Hallenbeck 1
-01101010 Fibiger 1
-01101010 Riunte 1
-01101010 Bachtel 1
-01101010 Rast 1
-01101010 Gregorich 1
-01101010 Lappetito 1
-01101010 Walkup 1
-01101010 Zehndo 1
-01101010 Saldi 1
-01101010 Handrinos 1
-01101010 Sonderegger 1
-01101010 Manfield 1
-01101010 Gignilliat 1
-01101010 McKibbin 1
-01101010 Egner 1
-01101010 Heider 1
-01101010 BISHOP 1
-01101010 Koehn 1
-01101010 King. 1
-01101010 Hatchett 1
-01101010 Barmore 1
-01101010 Sternenberg 1
-01101010 Hewell 1
-01101010 Gulau 1
-01101010 Azlant 1
-01101010 Wiechern 1
-01101010 Suitt 1
-01101010 Feiertag 1
-01101010 Botstein 1
-01101010 Vlaskamp 1
-01101010 Shalala 1
-01101010 Bruccoleri 1
-01101010 Halbrecht 1
-01101010 Bareuther 1
-01101010 Langbo 1
-01101010 Martinucci 1
-01101010 Rohan 1
-01101010 Miltenberger 1
-01101010 Anhaiser 1
-01101010 Sarno 1
-01101010 Wiwi 1
-01101010 Sharwell 1
-01101010 Capehart 1
-01101010 Castells 1
-01101010 Zhender 1
-01101010 DeLapp 1
-01101010 Wombwell 1
-01101010 Danilow 1
-01101010 Olisa 1
-01101010 Ocepek 1
-01101010 Ourlicht 1
-01101010 Allwin 1
-01101010 Trubey 1
-01101010 Louttit 1
-01101010 McCaig 1
-01101010 Bilsing 1
-01101010 Bleiberg 1
-01101010 Truzinski 1
-01101010 Lanners 1
-01101010 Rzepinski 1
-01101010 Tatom 1
-01101010 Shanor 1
-01101010 Pfiffnor 1
-01101010 Monnich 1
-01101010 Schaubert 1
-01101010 Satterwhite 1
-01101010 Bancos 1
-01101010 Altfest 1
-01101010 Hivert 1
-01101010 Milham 1
-01101010 Peiker 1
-01101010 Isaccson 1
-01101010 Pendelton 1
-01101010 Tuyaux 1
-01101010 Giardello 1
-01101010 Bunte 1
-01101010 Pherson 1
-01101010 Coln 1
-01101010 Jean-Pascal 1
-01101010 Stabley 1
-01101010 Fattedad 1
-01101010 Stoneman 1
-01101010 Sackner 1
-01101010 Kirchberg 1
-01101010 Shattan 1
-01101010 Clopton 1
-01101010 Jolosky 1
-01101010 chrysanthus 1
-01101010 Blasser 1
-01101010 Sall 1
-01101010 Hopton 1
-01101010 Shimbum 1
-01101010 Lammot 1
-01101010 Goenka 1
-01101010 Goryachev 1
-01101010 Hybl 1
-01101010 Burkholder 1
-01101010 Creigh 1
-01101010 Gallotta 1
-01101010 Bohack 1
-01101010 Podell 1
-01101010 Gongas 1
-01101010 Rabinovici 1
-01101010 Fawlty-type 1
-01101010 Pardo-style 1
-01101010 Ogburn 1
-01101010 Menge 1
-01101010 Edgreen 1
-01101010 Schimpf 1
-01101010 McCollester 1
-01101010 DePrince 1
-01101010 Lowman 1
-01101010 Virzi 1
-01101010 Terkel-style 1
-01101010 Zabriskie 1
-01101010 MacAlonan 1
-01101010 GrandDad 1
-01101010 Stampf 1
-01101010 Tseklenis 1
-01101010 Wst 1
-01101010 Mayolo 1
-01101010 Stiber 1
-01101010 Terraccianio 1
-01101010 Bueno 1
-01101010 Koutsos 1
-01101010 DiGiovanni 1
-01101010 Cruser 1
-01101010 Gonda 1
-01101010 Buddies 1
-01101010 Coombe 1
-01101010 Brassfield 1
-01101010 Kamman 1
-01101010 Quitslund 1
-01101010 Cafferarelli 1
-01101010 Hirschman 1
-01101010 Fischette 1
-01101010 Haack 1
-01101010 Mihelick 1
-01101010 Grandcolas 1
-01101010 Trani 1
-01101010 Hennelly 1
-01101010 Lekganyane 1
-01101010 Woithe 1
-01101010 Peterman 1
-01101010 Schlanger 1
-01101010 Skvarla 1
-01101010 Selhorst 1
-01101010 Mork 1
-01101010 Livney 1
-01101010 Mundy 1
-01101010 Funkhouser 1
-01101010 Roozen 1
-01101010 Weikel 1
-01101010 Canorios 1
-01101010 MAGURNO 1
-01101010 Biorck 1
-01101010 Inglima 1
-01101010 Giggey 1
-01101010 Mebane 1
-01101010 Schantz 1
-01101010 Schink 1
-01101010 VAIRO 1
-01101010 Freiermuth 1
-01101010 Malanaphy 1
-01101010 Damell 1
-01101010 Mollica 1
-01101010 Bond-cocaine 1
-01101010 Lentini 1
-01101010 Olloqui 1
-01101010 Leatherby 1
-01101010 Frankenbach 1
-01101010 Galub 1
-01101010 FitzPatrick 1
-01101010 Micciche 1
-01101010 Fetters 1
-01101010 Lunger 1
-01101010 Hankins 1
-01101010 Qais 1
-01101010 Haar 1
-01101010 Dueker 1
-01101010 Ligouri 1
-01101010 Ruffle 1
-01101010 Viermetz 1
-01101010 Traflet 1
-01101010 Sucrerie 1
-01101010 DeVine 1
-01101010 Garthwaite 1
-01101010 Warhover 1
-01101010 Devins 1
-01101010 Ripp 1
-01101010 Covey 1
-01101010 Swiggett 1
-01101010 Matieres 1
-01101010 Duggins 1
-01101010 Vohs 1
-01101010 Berzin 1
-01101010 Caiborne 1
-01101010 Flesher 1
-01101010 Haeg 1
-01101010 Gumpel 1
-01101010 Lottmann 1
-01101010 KEARNEY 1
-01101010 Skocher 1
-01101010 Lemanowicz 1
-01101010 Rundlett 1
-01101010 Manko 1
-01101010 Grien 1
-01101010 DuPuis 1
-01101010 DeVillez 1
-01101010 Salagaj 1
-01101010 Gherlein 1
-01101010 Mignott 1
-01101010 Veit 1
-01101010 Tovar 1
-01101010 Pittluck 1
-01101010 Congel 1
-01101010 Tavlin 1
-01101010 Adamian 1
-01101010 Scheeler 1
-01101010 Welnhofer 1
-01101010 Hecktman 1
-01101010 Waltermire 1
-01101010 Drymalski 1
-01101010 Schwindewolf 1
-01101010 Firfer 1
-01101010 Mayesh 1
-01101010 Flavell 1
-01101010 Yousuf 1
-01101010 Al-Ghazali 1
-01101010 Wizer 1
-01101010 Polokoff 1
-01101010 Downham 1
-01101010 Yahr 1
-01101010 Mangold 1
-01101010 Retter 1
-01101010 Zipes 1
-01101010 LaBerge 1
-01101010 Bedts 1
-01101010 El-Dayem 1
-01101010 Chorney 1
-01101010 Tamaki 1
-01101010 Straka 1
-01101010 Liberato 1
-01101010 Stanis 1
-01101010 Raia 1
-01101010 Telfair 1
-01101010 Wiltshire 1
-01101010 Druin 1
-01101010 Devyatisilny 1
-01101010 Dirvin 1
-01101010 Oberndorf 1
-01101010 Hallowell 1
-01101010 Megdal 1
-01101010 Hehir 1
-01101010 Dudas 1
-01101010 Incaudo 1
-01101010 Shipston 1
-01101010 Passman 1
-01101010 Weymann 1
-01101010 Zan 1
-01101010 Laskawy 1
-01101010 Roubos 1
-01101010 CUNNINGHAM 1
-01101010 Barrouk 1
-01101010 Wittmeyer 1
-01101010 Martella 1
-01101010 Erlenborn 1
-01101010 Danoff 1
-01101010 Spalthoff 1
-01101010 Dellefave 1
-01101010 Helseth 1
-01101010 Garrison-Leo 1
-01101010 Gilkeson 1
-01101010 Solecki 1
-01101010 Aue 1
-01101010 Duerinck 1
-01101010 Traw 1
-01101010 Sissum 1
-01101010 Gostomski 1
-01101010 Stiner 1
-01101010 Kanzelberger 1
-01101010 Mennis 1
-01101010 Carolus 1
-01101010 Druitt 1
-01101010 Torcasio 1
-01101010 Herrman 1
-01101010 Meyung 1
-01101010 Hettich 1
-01101010 Teison 1
-01101010 Churma 1
-01101010 Tucillo 1
-01101010 Villane 1
-01101010 Graubart 1
-01101010 Pulsipher 1
-01101010 Pflug 1
-01101010 Vranka 1
-01101010 Agress 1
-01101010 Gerraughty 1
-01101010 Roginski 1
-01101010 Marcks 1
-01101010 Liebson 1
-01101010 Chelberg 1
-01101010 Dumit 1
-01101010 Vigliotti 1
-01101010 Berin 1
-01101010 Chancey 1
-01101010 Pohs 1
-01101010 Raney 1
-01101010 Rotstan 1
-01101010 Bavaji 1
-01101010 Vilinder 1
-01101010 Curti 1
-01101010 Sternfield 1
-01101010 Mazino 1
-01101010 Guisto 1
-01101010 Baumgarder 1
-01101010 Hoedeman 1
-01101010 Yontz 1
-01101010 Poletti 1
-01101010 Brazell 1
-01101010 Sprenkle 1
-01101010 Holter 1
-01101010 Luerrsen 1
-01101010 Dhormann 1
-01101010 Uberla 1
-01101010 Evangelos 1
-01101010 Woik 1
-01101010 Guenche 1
-01101010 Cardace 1
-01101010 Snook 1
-01101010 McCrystal 1
-01101010 Weix 1
-01101010 Proefrock 1
-01101010 Coggiano 1
-01101010 Foell 1
-01101010 Valeurs 1
-01101010 Rolley 1
-01101010 Boondael 1
-01101010 Dunckel 1
-01101010 Garbrick 1
-01101010 Al-Ghuhair 1
-01101010 Fabrri 1
-01101010 Fleenor 1
-01101010 Truesdall 1
-01101010 Kreek 1
-01101010 ROONEY 1
-01101010 Madia 1
-01101010 Yauger 1
-01101010 Schnall 1
-01101010 Leighfield 1
-01101010 Wehrle 1
-01101010 Primas 1
-01101010 Haughie 1
-01101010 Cherney 1
-01101010 Vititoe 1
-01101010 Brons 1
-01101010 Arons 1
-01101010 Neugold 1
-01101010 Suojunen 1
-01101010 Kawalsky 1
-01101010 Pasciuto 1
-01101010 Zapffe 1
-01101010 Sundman 1
-01101010 DiMatteo 1
-01101010 Weizmann 1
-01101010 Khadra 1
-01101010 Jenness 1
-01101010 Cutbush 1
-01101010 Maysonave 1
-01101010 Tamaru 1
-01101010 Jahnsen 1
-01101010 Woliver 1
-01101010 Fraker 1
-01101010 Rupley 1
-01101010 Beace 1
-01101010 Zakarian 1
-01101010 Haycox 1
-01101010 Dunkelberger 1
-01101010 Plevy 1
-01101010 Eglinton 1
-01101010 Thomazin 1
-01101010 Mohrmann 1
-01101010 Paracka 1
-01101010 Boehlke 1
-01101010 Felderstein 1
-01101010 Gecker 1
-01101010 Ganoe 1
-01101010 Dotzler 1
-01101010 Cashion 1
-01101010 Schletty 1
-01101010 Laggett 1
-01101010 Cerutti 1
-01101010 Noffsinger 1
-01101010 Brummer 1
-01101010 Bramhall 1
-01101010 DeBartelo 1
-01101010 Cavalieri 1
-01101010 TUMBLE 1
-01101010 Folston 1
-01101010 Bucci 1
-01101010 Kartcher 1
-01101010 Zelikow 1
-01101010 Clauss 1
-01101010 Terantino 1
-01101010 Nunvar 1
-01101010 Harmas 1
-01101010 Annino 1
-01101010 Seri 1
-01101010 Philo 1
-01101010 Zaske 1
-01101010 Hosage 1
-01101010 Revistas 1
-01101010 Chormann 1
-01101010 Cutro 1
-01101010 Branstrom 1
-01101010 Brownhill 1
-01101010 Corp./ 1
-01101010 Stroup 1
-01101010 McNear 2
-01101010 Canker 2
-01101010 Koe 2
-01101010 Wallfesh 2
-01101010 Fayram 2
-01101010 Guyford 2
-01101010 Guyer 2
-01101010 Headley 2
-01101010 Endries 2
-01101010 Pollon 2
-01101010 Lamason 2
-01101010 Roth-Tubman 2
-01101010 Trager 2
-01101010 Kufeldt 2
-01101010 Launoit 2
-01101010 McKellar 2
-01101010 Condliffe 2
-01101010 Zachau 2
-01101010 Maister 2
-01101010 Elshtain 2
-01101010 Zee 2
-01101010 Lococo 2
-01101010 Levinsky 2
-01101010 Werdell 2
-01101010 ATKINSON 2
-01101010 Dingle 2
-01101010 1511 2
-01101010 Siebers 2
-01101010 Stowers 2
-01101010 Distefano 2
-01101010 Pollan 2
-01101010 Rulle 2
-01101010 Keydel 2
-01101010 Sinha 2
-01101010 Alkhatib 2
-01101010 Shula 2
-01101010 Tolkachev 2
-01101010 DeWolff 2
-01101010 Munin 2
-01101010 Costantine 2
-01101010 Goleccha 2
-01101010 Leddy 2
-01101010 Tazewell 2
-01101010 Welker 2
-01101010 Tomasko 2
-01101010 Malawsky 2
-01101010 Kotler 2
-01101010 Iberamerica 2
-01101010 Toland 2
-01101010 dem 2
-01101010 Ketchesum 2
-01101010 Heuvel 2
-01101010 Fuld 2
-01101010 DeBenedictis 2
-01101010 Siefkes 2
-01101010 Elfner 2
-01101010 Akre 2
-01101010 Hoan 2
-01101010 Param 2
-01101010 Marzullo 2
-01101010 Muzaffar 2
-01101010 Nordahl 2
-01101010 Tritt 2
-01101010 Phongpraphan 2
-01101010 Evershed 2
-01101010 Kawanishi 2
-01101010 Subrahmanyam 2
-01101010 Swider-Peltz 2
-01101010 Mechanic 2
-01101010 Wockenfuss 2
-01101010 Frankenthal 2
-01101010 Turiel 2
-01101010 Schaffhauser 2
-01101010 Stamos 2
-01101010 Shelp 2
-01101010 Alkouine 2
-01101010 Huguenots 2
-01101010 Adimando 2
-01101010 Mikan 2
-01101010 Obie 2
-01101010 Wisse 2
-01101010 Metzler 2
-01101010 Kogyosha 2
-01101010 Desir 2
-01101010 Compaore 2
-01101010 Daubert 2
-01101010 Alfreda 2
-01101010 Arad 2
-01101010 Closen 2
-01101010 Landetta 2
-01101010 Belichick 2
-01101010 Krieble 2
-01101010 Chamlong 2
-01101010 Mihai 2
-01101010 Hitlin 2
-01101010 Stealey 2
-01101010 Gewald 2
-01101010 Zemeckis 2
-01101010 Hojian 2
-01101010 Buhl 2
-01101010 Tassinari 2
-01101010 Bluth 2
-01101010 Mintel 2
-01101010 Jerson 2
-01101010 Schlem 2
-01101010 Sissel 2
-01101010 estime 2
-01101010 Muktaripidar 2
-01101010 Lia 2
-01101010 Lemoyne 2
-01101010 Merrifield 2
-01101010 Horsey 2
-01101010 Custis 2
-01101010 Barish 2
-01101010 Hartarto 2
-01101010 Astrop 2
-01101010 Bree 2
-01101010 Ketteringham 2
-01101010 Torto 2
-01101010 Cliburn 2
-01101010 Rickets 2
-01101010 Kueneman 2
-01101010 Suhey 2
-01101010 Pantzer 2
-01101010 Hecken 2
-01101010 Wytmar 2
-01101010 Scheuerman 2
-01101010 Cowperthwaite 2
-01101010 Panasci 2
-01101010 Brendle 2
-01101010 Manske 2
-01101010 Lounsbery 2
-01101010 Polikoff 2
-01101010 Kochitov 2
-01101010 Samakow 2
-01101010 Dantas 2
-01101010 Carmo 2
-01101010 Brochard 2
-01101010 Caronia 2
-01101010 Brau 2
-01101010 McElwee 2
-01101010 Vissoka 2
-01101010 Kreuter 2
-01101010 Widmark 2
-01101010 Hedden 2
-01101010 Braxton 2
-01101010 Tso 2
-01101010 Durso 2
-01101010 Delker 2
-01101010 Pricher 2
-01101010 Salley 2
-01101010 Sutz 2
-01101010 Wyszynski 2
-01101010 Huffard 2
-01101010 Ebbert 2
-01101010 Maestri 2
-01101010 Merriwell 2
-01101010 Mishell 2
-01101010 Sorrentino 2
-01101010 Ediger 2
-01101010 Layamon 2
-01101010 Swofford 2
-01101010 Bodnar 2
-01101010 Osteen 2
-01101010 Kratzman 2
-01101010 HOLMES 2
-01101010 Landesbank-Girozentrale 2
-01101010 Hargreaves 2
-01101010 Baddeley 2
-01101010 Anna-Greta 2
-01101010 MORRIS 2
-01101010 Rothfleisch 2
-01101010 Bleach 2
-01101010 Dillion 2
-01101010 Bunn 2
-01101010 Gamm 2
-01101010 Adeli 2
-01101010 Kellog 2
-01101010 1577 2
-01101010 Monteith 2
-01101010 Evenchick 2
-01101010 Mountjoy 2
-01101010 Capozolli 2
-01101010 Venkateswaran 2
-01101010 Recker 2
-01101010 Wadley 2
-01101010 Galac 2
-01101010 Slave 2
-01101010 Nattapol 2
-01101010 Wuerkaixi 2
-01101010 Portici 2
-01101010 Moyed 2
-01101010 Mehos 2
-01101010 ROTHSCHILD 2
-01101010 Lombardozzi 2
-01101010 Faehn 2
-01101010 Daicoff 2
-01101010 Azimi 2
-01101010 Coogan 2
-01101010 Tonsmeire 2
-01101010 Bybee 2
-01101010 Chiaromonte 2
-01101010 Majkowski 2
-01101010 Montella 2
-01101010 Vaino 2
-01101010 Sekulow 2
-01101010 Prevor 2
-01101010 Grimsley 2
-01101010 Panella 2
-01101010 Tannehill 2
-01101010 Coss 2
-01101010 Mingolla 2
-01101010 Naicker 2
-01101010 Trebelhorn 2
-01101010 Tommelein 2
-01101010 Venezia 2
-01101010 Jaus 2
-01101010 Hur 2
-01101010 Bierstadt 2
-01101010 McCourtney 2
-01101010 Malenkov 2
-01101010 Langenberg 2
-01101010 Shifflet 2
-01101010 Schwabe 2
-01101010 Bedard 2
-01101010 Vukovich 2
-01101010 Kurtenbach 2
-01101010 Kieft 2
-01101010 Aalfs 2
-01101010 Billard 2
-01101010 Violette 2
-01101010 Bagchi 2
-01101010 Falzon 2
-01101010 WALKER 2
-01101010 Freuhauf 2
-01101010 Harritt 2
-01101010 Arcade 2
-01101010 Stieglitz 2
-01101010 Putz 2
-01101010 Pagano 2
-01101010 Mallett 2
-01101010 BURTON 2
-01101010 Piccoli 2
-01101010 Wildman 2
-01101010 Zou 2
-01101010 Sypek 2
-01101010 Balducci 2
-01101010 Gawlick 2
-01101010 Pester 2
-01101010 Figg 2
-01101010 LaRussa 2
-01101010 Evenhouse 2
-01101010 Sporl 2
-01101010 Remo 2
-01101010 Bjurnstrom 2
-01101010 Cromer 2
-01101010 Castellani 2
-01101010 Loseff 2
-01101010 Thadani 2
-01101010 Seibou 2
-01101010 Mankowski 2
-01101010 Neese 2
-01101010 Givelber 2
-01101010 Beezer 2
-01101010 Schober 2
-01101010 Scotti 2
-01101010 Tojo 2
-01101010 Sweezy 2
-01101010 Magdoff 2
-01101010 Chiklis 2
-01101010 Fougere 2
-01101010 Barren 2
-01101010 Niebaum 2
-01101010 Kinnelon 2
-01101010 Suslov 2
-01101010 Rigaud 2
-01101010 Ikoma 2
-01101010 Toiv 2
-01101010 Karmin 2
-01101010 Suphsorn 2
-01101010 Halliwell 2
-01101010 Magarity 2
-01101010 McEldownley 2
-01101010 Gerrish 2
-01101010 Handicap 2
-01101010 Lickle 2
-01101010 Gumberg 2
-01101010 Macfie 2
-01101010 Pavalon 2
-01101010 Moorehead 2
-01101010 Salters 2
-01101010 Opperman 2
-01101010 Prupis 2
-01101010 Tiso 2
-01101010 Brinks 2
-01101010 Iglewski 2
-01101010 Musees 2
-01101010 Mastrucci 2
-01101010 Ludy 2
-01101010 Montezemolo 2
-01101010 Coley 2
-01101010 McKim 2
-01101010 Bilhartz 2
-01101010 Wetterhahn 2
-01101010 Kubale 2
-01101010 Skrzypczak 2
-01101010 Tomasso 2
-01101010 LaLanne 2
-01101010 Halbert 2
-01101010 Breznay 2
-01101010 Kushnick 2
-01101010 Dourlet 2
-01101010 Montazari 2
-01101010 Koff 2
-01101010 Bolla 2
-01101010 Qian 2
-01101010 Verellen 2
-01101010 Rottman 2
-01101010 Cherin 2
-01101010 Titov 2
-01101010 Bjurman 2
-01101010 Tycoon 2
-01101010 Peck. 2
-01101010 Schenker 2
-01101010 Noda 2
-01101010 Decoster 2
-01101010 Jantzen 2
-01101010 DeMeuse 2
-01101010 Meyerhoff 2
-01101010 Kryda 2
-01101010 Manoa 2
-01101010 Kolker 2
-01101010 Creem 2
-01101010 Huffaker 2
-01101010 Hottensen 2
-01101010 Werden 2
-01101010 Carnegies 2
-01101010 Wankel 2
-01101010 Mohagen 2
-01101010 Darnall 2
-01101010 Logar 2
-01101010 Musial 2
-01101010 Gardel 2
-01101010 Dickemper 2
-01101010 Lobeck 2
-01101010 Debo 2
-01101010 Tenebres 2
-01101010 Bahadur 2
-01101010 Messmer 2
-01101010 Shriner 2
-01101010 Chavel 2
-01101010 Falzani 2
-01101010 Radu 2
-01101010 Six-Pack 2
-01101010 McGaughey 2
-01101010 Gressinger 2
-01101010 Hansell 2
-01101010 Clasen 2
-01101010 Dobin 2
-01101010 Kritzer 2
-01101010 Senterfitt 2
-01101010 Lukes 2
-01101010 Heidsieck 2
-01101010 Cator 2
-01101010 Seguros 2
-01101010 Ladin 2
-01101010 Bromer 2
-01101010 Boudreaux 2
-01101010 Seoane 2
-01101010 Osawa 2
-01101010 Scherr 2
-01101010 Rickards 2
-01101010 Paopat 2
-01101010 Weichman 2
-01101010 Rotschild 2
-01101010 Malasmus 2
-01101010 Chameleon 2
-01101010 2470 2
-01101010 Kopec 2
-01101010 Manyak 2
-01101010 Ghabris 2
-01101010 Waymer 2
-01101010 Lash 2
-01101010 Zhaoyi 2
-01101010 Wallmann 2
-01101010 Economiques 2
-01101010 Hiltzheimer 2
-01101010 Marineau 2
-01101010 Haeggloef 2
-01101010 Vad 2
-01101010 Kneeland 2
-01101010 Carolly 2
-01101010 Yatron 2
-01101010 Katcher 2
-01101010 Fiffer 2
-01101010 Muzylowski 2
-01101010 Bonnell 2
-01101010 McNease 2
-01101010 Tatlin 2
-01101010 Carboni 2
-01101010 McEachen 2
-01101010 Liming 2
-01101010 Caito 2
-01101010 Stiponovich 2
-01101010 Verdugo 2
-01101010 Marra 2
-01101010 Bozarth 2
-01101010 Ambridge 2
-01101010 Hinchman 2
-01101010 Christon 2
-01101010 Latouche 2
-01101010 Pickler 2
-01101010 Jeffcoat 2
-01101010 Hackworth 2
-01101010 Swanstrom 2
-01101010 Wootten 2
-01101010 Mikity 2
-01101010 Radzinski 2
-01101010 Guigal 2
-01101010 Visconto 2
-01101010 Slember 2
-01101010 Marchitto 2
-01101010 Bohl 2
-01101010 Himmelwright 2
-01101010 Malraux 2
-01101010 Caneghan 2
-01101010 Kammerer 2
-01101010 Lunney 2
-01101010 Brincat 2
-01101010 Strassler 2
-01101010 Lune 2
-01101010 Overstreet 2
-01101010 Northcote 2
-01101010 Agheila 2
-01101010 Silvers 2
-01101010 Elroy 2
-01101010 Lakonishok 2
-01101010 Choedchu 2
-01101010 Freudenheim 2
-01101010 Buer 2
-01101010 Tilly 2
-01101010 Delhomme 2
-01101010 Naideth 2
-01101010 Dunleavy 2
-01101010 Silvernale 2
-01101010 Schaffauser 2
-01101010 Quantz 2
-01101010 Satre 2
-01101010 Evered 2
-01101010 Ceasar 2
-01101010 Roediger 2
-01101010 Steta 2
-01101010 Arduini 2
-01101010 Goerz 2
-01101010 Neafsey 2
-01101010 Maugans 2
-01101010 Nygard 2
-01101010 Salthouse 2
-01101010 Tominac 2
-01101010 Cayes 2
-01101010 Frosch 2
-01101010 Blackwelder 2
-01101010 Florjancic 2
-01101010 Binning 2
-01101010 Melk 2
-01101010 Guercio 2
-01101010 Banton 2
-01101010 Hutts 2
-01101010 Lovins 2
-01101010 Duman 2
-01101010 Yonder 2
-01101010 Emper 2
-01101010 Weick 2
-01101010 Flattery 2
-01101010 Bonda 2
-01101010 Klutznick 2
-01101010 Stueck 2
-01101010 Fults 2
-01101010 Labovitz 2
-01101010 Nasher 2
-01101010 norske 2
-01101010 Sumpter 2
-01101010 Pletnev 2
-01101010 Sechler 2
-01101010 Rago 2
-01101010 Battalia 2
-01101010 Albin 2
-01101010 Cascino 2
-01101010 Glasgal 2
-01101010 Gieszl 2
-01101010 Ruck 2
-01101010 Dionisio 2
-01101010 Chon 2
-01101010 McMillian 2
-01101010 Pulver 2
-01101010 Rankine 2
-01101010 Pinkett 2
-01101010 Yorke 2
-01101010 Duckhorn 2
-01101010 Sinkula 2
-01101010 Kellam 2
-01101010 Oertle 2
-01101010 Rockoff 2
-01101010 Neild 2
-01101010 dasystemon 2
-01101010 Turkestanica 2
-01101010 Quispe 2
-01101010 Beougher 2
-01101010 Bakal 2
-01101010 Powlen 2
-01101010 Sorbo 2
-01101010 Curnow 2
-01101010 Anon 2
-01101010 Louchheim 2
-01101010 Yajnik 2
-01101010 SINCLAIR 2
-01101010 Stiffle 2
-01101010 Alaniz 2
-01101010 Mulato 2
-01101010 Salorio 2
-01101010 Dijkstra 2
-01101010 Maitland-Smith 2
-01101010 Gadow 2
-01101010 Tappen 2
-01101010 Auberry 2
-01101010 Passamano 2
-01101010 Hamdan 2
-01101010 Baysal 2
-01101010 Peruano 2
-01101010 Jordaens 2
-01101010 Quint 2
-01101010 Aande 2
-01101010 Kraushaar 2
-01101010 Chabeneix 2
-01101010 Lenart 2
-01101010 Kosai 2
-01101010 Fedorenko 2
-01101010 Malara 2
-01101010 Leotta 2
-01101010 Durrell 2
-01101010 Altura 2
-01101010 Schwarzenberger 2
-01101010 Raucourt 2
-01101010 Livolsi 2
-01101010 Berwin 2
-01101010 Norbu 2
-01101010 Lechner 2
-01101010 Nasti 2
-01101010 Ebel 2
-01101010 Bushey 2
-01101010 Bruhl 2
-01101010 Nicol 2
-01101010 Aderhold 2
-01101010 Himber 2
-01101010 Hug 2
-01101010 Hebb 2
-01101010 Havemeyer 2
-01101010 Figueras 2
-01101010 Kanellopoulos 2
-01101010 Campesino 2
-01101010 Stadter 2
-01101010 Misquita 2
-01101010 Leet 2
-01101010 Wiatrak 2
-01101010 Vella 2
-01101010 Shelikhov 2
-01101010 Hanifan 2
-01101010 LaLoosh 2
-01101010 Lewes 3
-01101010 Villalobos 3
-01101010 Nofal 3
-01101010 Meditation 3
-01101010 Hohn 3
-01101010 Eriksen 3
-01101010 Qua 3
-01101010 Usery 3
-01101010 Yamauchi 3
-01101010 Pynchon 3
-01101010 Bettis 3
-01101010 Vetter 3
-01101010 Newlands 3
-01101010 Zoll 3
-01101010 Guillen 3
-01101010 Mathieson 3
-01101010 Thapar 3
-01101010 Areeda 3
-01101010 Genge 3
-01101010 Sitomer 3
-01101010 Smicklas 3
-01101010 Firmin 3
-01101010 Bellinger 3
-01101010 Hill/Mecca 3
-01101010 Koven 3
-01101010 Levert 3
-01101010 Saker 3
-01101010 Monteiro 3
-01101010 Slaight 3
-01101010 Pflaum 3
-01101010 Klumpp 3
-01101010 Holbein 3
-01101010 Zimmerli 3
-01101010 Piety 3
-01101010 Rogov 3
-01101010 JORDAN 3
-01101010 Croly 3
-01101010 Martosella 3
-01101010 Fuehrer 3
-01101010 Woosley 3
-01101010 Ferrante 3
-01101010 Kreps 3
-01101010 Hartnick 3
-01101010 Wygant 3
-01101010 Lindt 3
-01101010 Checkosky 3
-01101010 Chiew 3
-01101010 Peattie 3
-01101010 Cenci 3
-01101010 MCLEAN 3
-01101010 Clanton 3
-01101010 Azur 3
-01101010 Vaivudhi 3
-01101010 Togut 3
-01101010 Salvino 3
-01101010 Veres 3
-01101010 Gavras 3
-01101010 Mihara 3
-01101010 Rhyne 3
-01101010 Bigler 3
-01101010 Purnell 3
-01101010 Anand 3
-01101010 Malonson 3
-01101010 Shur 3
-01101010 Heintz 3
-01101010 Trocme 3
-01101010 Wouters 3
-01101010 Elfman 3
-01101010 Simard 3
-01101010 LeGrande 3
-01101010 Claro 3
-01101010 Nee 3
-01101010 Cavarretta 3
-01101010 Lauritzen 3
-01101010 LeMay 3
-01101010 Spiller 3
-01101010 Randle 3
-01101010 Tayeb 3
-01101010 Valen 3
-01101010 Maltbie 3
-01101010 Hyer 3
-01101010 Vellert 3
-01101010 Burgoon 3
-01101010 Whyte 3
-01101010 Bassani 3
-01101010 Apfel 3
-01101010 Heidegger 3
-01101010 Lachman 3
-01101010 Konikow 3
-01101010 Funicello 3
-01101010 Moura 3
-01101010 Stutman 3
-01101010 Angara 3
-01101010 Willey 3
-01101010 Brickell 3
-01101010 DuComb 3
-01101010 Arky 3
-01101010 Burkey 3
-01101010 Lifschultz 3
-01101010 Koffel 3
-01101010 Klick 3
-01101010 Waterstone 3
-01101010 Casamassima 3
-01101010 Halloway 3
-01101010 Galliano 3
-01101010 McGrain 3
-01101010 Rood 3
-01101010 Mugabi 3
-01101010 Magno 3
-01101010 Grylls 3
-01101010 Handelman 3
-01101010 Teneff 3
-01101010 Demos 3
-01101010 Garside 3
-01101010 Dubin 3
-01101010 Scarbrough 3
-01101010 Warne 3
-01101010 Fantin-Latour 3
-01101010 Tanler 3
-01101010 Zysman 3
-01101010 Skybetter 3
-01101010 Dilweg 3
-01101010 Nally 3
-01101010 Lajoinie 3
-01101010 Seaborn 3
-01101010 Syms 3
-01101010 Norall 3
-01101010 Flock 3
-01101010 Nakagama 3
-01101010 Recto 3
-01101010 Princes 3
-01101010 Entreprise 3
-01101010 Maggi 3
-01101010 Angoff 3
-01101010 Kaku 3
-01101010 Batinic 3
-01101010 Gart 3
-01101010 Cassels 3
-01101010 Croll 3
-01101010 Silvestri 3
-01101010 Daumier 3
-01101010 Belk 3
-01101010 Custard 3
-01101010 Brod 3
-01101010 Maconachy 3
-01101010 Heathman 3
-01101010 LeSignour 3
-01101010 Colfax 3
-01101010 Guzzle 3
-01101010 Cassation 3
-01101010 Kile 3
-01101010 Jetson 3
-01101010 Sai 3
-01101010 Toklas 3
-01101010 Nagase 3
-01101010 Carl/312-Futures 3
-01101010 Kasom 3
-01101010 Puls 3
-01101010 Shealey 3
-01101010 Piccard 3
-01101010 Maddalena 3
-01101010 Mihaly 3
-01101010 Snaith 3
-01101010 Lagerfeld 3
-01101010 Kindel 3
-01101010 Hamada 3
-01101010 Stober 3
-01101010 Duckett 3
-01101010 Lillis 3
-01101010 Buffone 3
-01101010 Bobbi 3
-01101010 Haldeman-Julius 3
-01101010 Silcox 3
-01101010 mia 3
-01101010 Ebsworth 3
-01101010 Landreth 3
-01101010 Kalinowski 3
-01101010 Pappert 3
-01101010 Halder 3
-01101010 Schotland 3
-01101010 Siregar 3
-01101010 Meigs 3
-01101010 Neiss 3
-01101010 Grune 3
-01101010 Chastain 3
-01101010 Schaller 3
-01101010 Hanft 3
-01101010 MacAndrew 3
-01101010 Oram 3
-01101010 Craighead 3
-01101010 Argent 3
-01101010 Semprevivo 3
-01101010 Delich 3
-01101010 Mercado 3
-01101010 Hashim 3
-01101010 Rutili 3
-01101010 Berstein 3
-01101010 Fermat 3
-01101010 Greaves 3
-01101010 Salter 3
-01101010 Cavaney 3
-01101010 Mahdi 3
-01101010 Santry 3
-01101010 Culverwell 3
-01101010 Pescarmona 3
-01101010 Koshland 3
-01101010 Nordlinger 3
-01101010 Korf 3
-01101010 Mickelson 3
-01101010 Kleinke 3
-01101010 Muss 3
-01101010 Tullis 3
-01101010 Doctorow 3
-01101010 Wyckoff 3
-01101010 Krishnan 3
-01101010 Woodforde 3
-01101010 Borget 3
-01101010 Gertler 3
-01101010 Widman 3
-01101010 Kellar 3
-01101010 Spink 3
-01101010 Saulsbury 3
-01101010 Laderman 3
-01101010 Rothko 3
-01101010 Zevenbergen 3
-01101010 Rollings 3
-01101010 Laclos 3
-01101010 Wimpey 3
-01101010 Kemps 3
-01101010 Mendicino 3
-01101010 Krzywicki 3
-01101010 Buckler 3
-01101010 Calfee 3
-01101010 Twister 3
-01101010 Leia 3
-01101010 Prom 3
-01101010 Sixpack 3
-01101010 Beddome 3
-01101010 Roarke 3
-01101010 Stoppard 3
-01101010 Kadlec 3
-01101010 Kleist 3
-01101010 Agresti 3
-01101010 Bouvet 3
-01101010 Erkins 3
-01101010 Smulyan 3
-01101010 Nussink 3
-01101010 Mitera 3
-01101010 Ekrom 3
-01101010 Waldhauser 3
-01101010 Trueman 3
-01101010 Borchgrave 3
-01101010 Hargrave 3
-01101010 Bullitt 3
-01101010 Hedrick 3
-01101010 Gott 3
-01101010 Mette 3
-01101010 Saint-Amand 3
-01101010 Penna 3
-01101010 Sprinkle 3
-01101010 Katayama 3
-01101010 Strowger 3
-01101010 Yochum 3
-01101010 Corsaro 3
-01101010 Woosnam 3
-01101010 Perl 3
-01101010 Ungaro 3
-01101010 Stocking 3
-01101010 Gaunt 3
-01101010 Calata 3
-01101010 Spinelli 3
-01101010 Jaber 3
-01101010 Azure 3
-01101010 Stanard 3
-01101010 DellaFemina 3
-01101010 Frankenberry 3
-01101010 Balleisen 3
-01101010 Gotlib 3
-01101010 Kolodny 3
-01101010 McKiernan 3
-01101010 Abroms 3
-01101010 Bajaj 3
-01101010 Calcavecchia 3
-01101010 Fix-It 3
-01101010 Brundage 3
-01101010 Maule 3
-01101010 Passamani 3
-01101010 Linquist 3
-01101010 Brehm 3
-01101010 Pozo 3
-01101010 Carrell 3
-01101010 Dollinger 3
-01101010 Brunning 3
-01101010 Westerfield 3
-01101010 Anatole 3
-01101010 Tachiki 3
-01101010 Seitchik 3
-01101010 Freihofer 3
-01101010 Caird 3
-01101010 Kuchler 3
-01101010 Caswell 3
-01101010 Mecom 3
-01101010 Liepa 3
-01101010 Dula 3
-01101010 Yeller 3
-01101010 Ryser 3
-01101010 Mulhall 3
-01101010 Wilmers 3
-01101010 Gurion 3
-01101010 McAdam 3
-01101010 Byer 3
-01101010 Rosenbloom 3
-01101010 Fite 3
-01101010 Kader 3
-01101010 Viss 3
-01101010 VO5 3
-01101010 Nuzum 3
-01101010 Rexsite 3
-01101010 Barman 3
-01101010 Bruehl 3
-01101010 Lymon 3
-01101010 Nuncio 3
-01101010 Sagarra 3
-01101010 Kamata 3
-01101010 Thornburg 3
-01101010 Kercheval 3
-01101010 Seedman 3
-01101010 Thu 3
-01101010 Bessmertnykh 3
-01101010 Matar 3
-01101010 Dozen 3
-01101010 Tease 3
-01101010 Kershaw 3
-01101010 Pastorius 3
-01101010 Harrelson 3
-01101010 Dickason 3
-01101010 Tatsumi 3
-01101010 Olken 3
-01101010 Holmquist 3
-01101010 Node 3
-01101010 Bonovitz 3
-01101010 Godlewski 3
-01101010 Pedrosa 3
-01101010 Villareal 3
-01101010 Barrons 3
-01101010 Brunie 3
-01101010 Brach 3
-01101010 Gummy 3
-01101010 Galway 3
-01101010 Truesdell 3
-01101010 Fingerhood 3
-01101010 Rehfeldt 3
-01101010 Atols 3
-01101010 Pomerening 3
-01101010 Twombly 3
-01101010 Mineria 3
-01101010 Kasnett 3
-01101010 Sutphen 3
-01101010 Macrae 3
-01101010 Panufnik 3
-01101010 Buff 3
-01101010 Kavanaugh 3
-01101010 Dimeling 3
-01101010 Vere 3
-01101010 Piedra 3
-01101010 Terker 3
-01101010 Aramburuzabala 3
-01101010 Woodall 3
-01101010 Ohn 3
-01101010 Walling 3
-01101010 Gooch 3
-01101010 Dreiling 3
-01101010 Lorrie 3
-01101010 Beare 3
-01101010 Hermelee 3
-01101010 Eklof 3
-01101010 Brinkschulte 3
-01101010 Steinbach 3
-01101010 Clack 3
-01101010 Lenard 3
-01101010 Braudel 3
-01101010 Panoff 3
-01101010 Pasquariello 3
-01101010 LaMore 3
-01101010 Swieca 3
-01101010 Ancona 3
-01101010 Karle 3
-01101010 Benevento 3
-01101010 Osinski 3
-01101010 Parkes 3
-01101010 Scenario 3
-01101010 Haney 3
-01101010 Aronsson 3
-01101010 Merkel 3
-01101010 McIver 3
-01101010 Kalp 3
-01101010 Goble 3
-01101010 Schweizer 3
-01101010 Radiocomunicaciones 3
-01101010 Schaper 3
-01101010 Ruddick 3
-01101010 Sawyier 3
-01101010 Aidlin 3
-01101010 Boyajian 3
-01101010 Rotta 3
-01101010 Pilz 3
-01101010 Hoban 3
-01101010 Dubuc 3
-01101010 Tubb 3
-01101010 Pettis 3
-01101010 Shycon 3
-01101010 Voorhies 3
-01101010 Herlihy 3
-01101010 Bettenhausen 3
-01101010 Lammer 3
-01101010 Chermayeff 3
-01101010 Metzlaff 3
-01101010 Trubetskoy 3
-01101010 Pettersson 3
-01101010 Koen 3
-01101010 Gerbino 3
-01101010 Guofeng 3
-01101010 Mortenson 3
-01101010 Orabi 3
-01101010 Crupi 3
-01101010 DeWolfe 3
-01101010 Pettus 3
-01101010 Saltzburg 3
-01101010 Zahn 3
-01101010 Mecklenberg 3
-01101010 Rosenkavalier 3
-01101010 Bickley 3
-01101010 Wason 3
-01101010 Hildreth 3
-01101010 Ines 3
-01101010 Sheetz 3
-01101010 Sonntag 3
-01101010 Nager 3
-01101010 dell 3
-01101010 Aurelio 3
-01101010 Enis 3
-01101010 Coe 3
-01101010 Mader 3
-01101010 Sica 3
-01101010 Plasse 3
-01101010 Brownstein 3
-01101010 Furumoto 3
-01101010 Kable 3
-01101010 Swisher 3
-01101010 Macleod 3
-01101010 Tarlton 3
-01101010 Tsavaris 3
-01101010 Ebcioglu 3
-01101010 Hindy 3
-01101010 Causley 3
-01101010 Mechlin 3
-01101010 Mohtashemi-Pur 3
-01101010 Scents 3
-01101010 ROGERS 3
-01101010 Gens 3
-01101010 Ledet 3
-01101010 KIRBY 3
-01101010 Nett 3
-01101010 Offutt 3
-01101010 Lazcano 3
-01101010 Libbey 3
-01101010 Bargon 3
-01101010 Hasselblad 3
-01101010 Kingsnorth 3
-01101010 Walin 3
-01101010 Fredricks 3
-01101010 Deardorff 3
-01101010 Earnshaw 3
-01101010 Godel 3
-01101010 Sitter 3
-01101010 Jurasik 3
-01101010 Canellos 3
-01101010 Ehrhardt 3
-01101010 Price-Fleming 3
-01101010 Mascotte 3
-01101010 Salvatori 3
-01101010 Kirkman 3
-01101010 Donatoni 3
-01101010 Fitz 3
-01101010 Lamhut 3
-01101010 Linares 3
-01101010 Fiorenza 3
-01101010 Campau 3
-01101010 Revelstoke 3
-01101010 Klauck 3
-01101010 Gagosian 3
-01101010 Chavarria 3
-01101010 Hoenecke 3
-01101010 Weizman 3
-01101010 Sween 3
-01101010 Ruffino 3
-01101010 Averett 3
-01101010 Drotter 3
-01101010 Hayakawa 3
-01101010 Eustis 3
-01101010 Stilwell 3
-01101010 Alberti 3
-01101010 Ludvigsen 3
-01101010 Grahl 3
-01101010 Gunzburg 3
-01101010 BONUSES 3
-01101010 Sweitzer 3
-01101010 Crosland 4
-01101010 Cavelti 4
-01101010 Kimmell 4
-01101010 Diez 4
-01101010 Selman 4
-01101010 Richelieu 4
-01101010 Makanoff 4
-01101010 Hendler 4
-01101010 Cartier-Bresson 4
-01101010 Kertesz 4
-01101010 Dinkeloo 4
-01101010 Mehrer 4
-01101010 Alcorn 4
-01101010 DeLand 4
-01101010 Nei 4
-01101010 Marich 4
-01101010 Codina 4
-01101010 Adamec 4
-01101010 Bixby 4
-01101010 Slagle 4
-01101010 LaGere 4
-01101010 Lassiter 4
-01101010 Hadida 4
-01101010 Kite 4
-01101010 Rieder 4
-01101010 Dabba 4
-01101010 Eisenstat 4
-01101010 Disorder 4
-01101010 Haughton 4
-01101010 Moodys 4
-01101010 Coetzee 4
-01101010 Seguin 4
-01101010 Bertelsman 4
-01101010 Danza 4
-01101010 Phypers 4
-01101010 Schopf 4
-01101010 Clemenceau 4
-01101010 Bowring 4
-01101010 Velez 4
-01101010 Geel 4
-01101010 Zutter 4
-01101010 Holger 4
-01101010 Lehndorff 4
-01101010 Eolis 4
-01101010 Frampton 4
-01101010 Frasier 4
-01101010 Voix 4
-01101010 Terk 4
-01101010 Lonczak 4
-01101010 Hafetz 4
-01101010 Pyo 4
-01101010 Wavell 4
-01101010 Ekman 4
-01101010 Saxe 4
-01101010 Cupper 4
-01101010 Chesnut 4
-01101010 Jessop 4
-01101010 Bekhor 4
-01101010 Escoffier 4
-01101010 Fife 4
-01101010 arte 4
-01101010 Kelner 4
-01101010 Houde 4
-01101010 Hefton 4
-01101010 Broun 4
-01101010 Liddell 4
-01101010 Deegan 4
-01101010 Baptiste 4
-01101010 Abegglen 4
-01101010 Akita 4
-01101010 Savett 4
-01101010 Luksch 4
-01101010 Munsell 4
-01101010 Lucker 4
-01101010 Roisman 4
-01101010 Farish 4
-01101010 Gloyd 4
-01101010 Gutwein 4
-01101010 Makepeace 4
-01101010 McWilliams 4
-01101010 Orosco 4
-01101010 Maxson 4
-01101010 Tiegs 4
-01101010 Lapping 4
-01101010 Ronalds 4
-01101010 Larkins 4
-01101010 Stonefield 4
-01101010 Dreisbach 4
-01101010 Dunning 4
-01101010 Chuong 4
-01101010 Gutzwiller 4
-01101010 Chiaie 4
-01101010 Carestio 4
-01101010 Mabe 4
-01101010 Hrdlicka 4
-01101010 Argyris 4
-01101010 Sbarra 4
-01101010 Kosheff 4
-01101010 Fudge 4
-01101010 Heiden 4
-01101010 Bookman 4
-01101010 Floria 4
-01101010 Hasse 4
-01101010 Knoell 4
-01101010 Morrissey 4
-01101010 Cunha 4
-01101010 Sonde 4
-01101010 Sharkey 4
-01101010 Galland 4
-01101010 Chaffee 4
-01101010 Schirmer 4
-01101010 Chausson 4
-01101010 Mariaschin 4
-01101010 Bendick 4
-01101010 Kolton 4
-01101010 Roath 4
-01101010 Quan 4
-01101010 Halles 4
-01101010 Nasr 4
-01101010 Bauder 4
-01101010 Gagliardi 4
-01101010 Grammer 4
-01101010 Corna 4
-01101010 Searcy 4
-01101010 Abu-Saleh 4
-01101010 Cabell 4
-01101010 Doinel 4
-01101010 Leenen 4
-01101010 Trinquetaille 4
-01101010 Durocher 4
-01101010 Hord 4
-01101010 Parente 4
-01101010 Farben 4
-01101010 Prell 4
-01101010 Rivetti 4
-01101010 Lamberth 4
-01101010 Makarova 4
-01101010 Sepulveda 4
-01101010 Haave 4
-01101010 Groetzinger 4
-01101010 Soubeyran 4
-01101010 Wittner 4
-01101010 Marchi 4
-01101010 Nelsen 4
-01101010 Gantner 4
-01101010 Rasor 4
-01101010 Lazzaroni 4
-01101010 Venue 4
-01101010 Atkind 4
-01101010 Corby 4
-01101010 Lutoslawski 4
-01101010 Twine 4
-01101010 Hoisington 4
-01101010 Meeder 4
-01101010 Haggar 4
-01101010 Reppe 4
-01101010 Besser 4
-01101010 Staunton 4
-01101010 Goren 4
-01101010 Creswell 4
-01101010 Cavallo 4
-01101010 Hassam 4
-01101010 Berk 4
-01101010 Demeure 4
-01101010 Fuhrmann 4
-01101010 Steirman 4
-01101010 Antinori 4
-01101010 Wino 4
-01101010 Hunefeld 4
-01101010 Antonello 4
-01101010 Capers 4
-01101010 Schuerholz 4
-01101010 Brinegar 4
-01101010 Apostolakis 4
-01101010 Rotunda 4
-01101010 Brakeley 4
-01101010 Joynt 4
-01101010 Loughman 4
-01101010 Scheidt 4
-01101010 Frommer 4
-01101010 Vougeot 4
-01101010 Beerbohm 4
-01101010 Gundel 4
-01101010 Tarnow 4
-01101010 Nizer 4
-01101010 Seronick 4
-01101010 Junor 4
-01101010 Ackley 4
-01101010 Treadwell 4
-01101010 Coble 4
-01101010 Thee 4
-01101010 Longuet 4
-01101010 Cullom 4
-01101010 Schaffner 4
-01101010 Dobbins 4
-01101010 Poterba 4
-01101010 Mash 4
-01101010 Haugh 4
-01101010 Rangos 4
-01101010 Cohler 4
-01101010 Freshwater 4
-01101010 Hoefer 4
-01101010 Burggraf 4
-01101010 Woolfe 4
-01101010 Nammack 4
-01101010 Creamery 4
-01101010 Goldstone 4
-01101010 Sayre 4
-01101010 Lochner 4
-01101010 Rigdon 4
-01101010 Ribbon 4
-01101010 Zarin 4
-01101010 Toulouse-Lautrec 4
-01101010 Delacroix 4
-01101010 Blackie 4
-01101010 Vee 4
-01101010 Wipf 4
-01101010 Boley 4
-01101010 Savon 4
-01101010 Tickle 4
-01101010 Edel 4
-01101010 Addy 4
-01101010 Shu 4
-01101010 Destino 4
-01101010 frappe 4
-01101010 Jian 4
-01101010 Wente 4
-01101010 Ver 4
-01101010 Calvillo 4
-01101010 Alderdice 4
-01101010 Danson 4
-01101010 Standish 4
-01101010 Twomey 4
-01101010 Guerrini 4
-01101010 Hemmings 4
-01101010 Mounty 4
-01101010 Heidt 4
-01101010 Reny 4
-01101010 Schueren 4
-01101010 Oka 4
-01101010 McNeely 4
-01101010 Ainsworth 4
-01101010 Beeman 4
-01101010 Foret 4
-01101010 LeBlond 4
-01101010 Hirao 4
-01101010 Whiteside 4
-01101010 Pantaleoni 4
-01101010 Veneto 4
-01101010 Vaux 4
-01101010 Jefferys 4
-01101010 Hankin 4
-01101010 Palley 4
-01101010 Mirante 4
-01101010 Moak 4
-01101010 Hauptman 4
-01101010 Prasad 4
-01101010 Tunnerman 4
-01101010 Mikuni 4
-01101010 Buoy 4
-01101010 Kubik 4
-01101010 Montford 4
-01101010 Artis 4
-01101010 Barro 4
-01101010 Kazi 4
-01101010 Bunnell 4
-01101010 Helmer 4
-01101010 Walsworth 4
-01101010 Clearfield 4
-01101010 McCourt 4
-01101010 Troup 4
-01101010 Coffman 4
-01101010 Eakin 4
-01101010 Brackenbury 4
-01101010 Lunt 4
-01101010 Wauterlek 4
-01101010 Krystal 4
-01101010 Kitchener 4
-01101010 Ponder 4
-01101010 Mowery 4
-01101010 Dolson 4
-01101010 Francini 4
-01101010 Reins 4
-01101010 Moister 4
-01101010 Malis 4
-01101010 Tora 4
-01101010 Kano 4
-01101010 Cryer 4
-01101010 Depots 4
-01101010 Cresson 4
-01101010 Sturges 4
-01101010 Iwata 4
-01101010 Dorney 4
-01101010 Dillinger 4
-01101010 Heijn 4
-01101010 Gooding 4
-01101010 Remnant 4
-01101010 Wool 4
-01101010 Schwener 4
-01101010 Wit 4
-01101010 Luthy 4
-01101010 Donation 4
-01101010 Slaney 4
-01101010 McAuley 4
-01101010 Arp 4
-01101010 Ammann 4
-01101010 Justo 4
-01101010 Blush 4
-01101010 Linscott 4
-01101010 Plume 4
-01101010 Aliber 4
-01101010 Fasolino 4
-01101010 Produits 4
-01101010 Buckland 4
-01101010 Tourvel 4
-01101010 Checci 4
-01101010 Jaasund 4
-01101010 Megeath 4
-01101010 Sider 4
-01101010 Fuego 4
-01101010 Beckwith 4
-01101010 Nachman 4
-01101010 Eckardt 4
-01101010 Haywood 4
-01101010 Youngs 4
-01101010 Quijano 4
-01101010 Kravitz 4
-01101010 Foxcroft 4
-01101010 vivre 4
-01101010 Wickert 4
-01101010 Donlon 5
-01101010 tearfully 5
-01101010 Burrows 5
-01101010 McCowan 5
-01101010 Charron 5
-01101010 Bodman 5
-01101010 Blast 5
-01101010 Barter 5
-01101010 Baroody 5
-01101010 Bland 5
-01101010 DesRosiers 5
-01101010 Armaly 5
-01101010 Ladas 5
-01101010 Tenney 5
-01101010 Lagonda 5
-01101010 Breech 5
-01101010 Muffin 5
-01101010 Spacek 5
-01101010 Beacham 5
-01101010 Butters 5
-01101010 Hammon 5
-01101010 LaFollette 5
-01101010 Pillow 5
-01101010 Blackwood 5
-01101010 Mendell 5
-01101010 Cram 5
-01101010 Castel 5
-01101010 Gaspard 5
-01101010 Petronelli 5
-01101010 Martorell 5
-01101010 Ciotti 5
-01101010 Guittard 5
-01101010 Pompadour 5
-01101010 Lindblad 5
-01101010 Macey 5
-01101010 Adonis 5
-01101010 Beigel 5
-01101010 McAndrews 5
-01101010 LaBoon 5
-01101010 Dinerstein 5
-01101010 Tarlow 5
-01101010 Casas 5
-01101010 Starck 5
-01101010 Nutter 5
-01101010 Palle 5
-01101010 Pavin 5
-01101010 Caen 5
-01101010 Danieli 5
-01101010 Malevich 5
-01101010 Colson 5
-01101010 Bellman 5
-01101010 Nordeman 5
-01101010 Madlock 5
-01101010 Thomajan 5
-01101010 Ueltschi 5
-01101010 Curzon 5
-01101010 Norgle 5
-01101010 Criser 5
-01101010 Spungin 5
-01101010 Kreindler 5
-01101010 Breda 5
-01101010 Novotny 5
-01101010 Shankar 5
-01101010 Dragone 5
-01101010 Longo 5
-01101010 Gorgue 5
-01101010 Lair 5
-01101010 Iyad 5
-01101010 Beaulieu 5
-01101010 Steuber 5
-01101010 Twitty 5
-01101010 Boni 5
-01101010 Detergent 5
-01101010 Noto 5
-01101010 Altmann 5
-01101010 Dithers 5
-01101010 Murtaugh 5
-01101010 Taha 5
-01101010 Redfern 5
-01101010 Luo 5
-01101010 Fertig 5
-01101010 Heitman 5
-01101010 Malina 5
-01101010 Seitel 5
-01101010 Fratello 5
-01101010 Cord 5
-01101010 Arnett 5
-01101010 Cravens 5
-01101010 Reveal 5
-01101010 Sunley 5
-01101010 Valassis 5
-01101010 Nava 5
-01101010 Bittker 5
-01101010 Armas 5
-01101010 Prieto 5
-01101010 Ou 5
-01101010 Ulla 5
-01101010 Sharbaugh 5
-01101010 Ruys 5
-01101010 Winkle 5
-01101010 Kohan 5
-01101010 Baskind 5
-01101010 Vine 5
-01101010 Perret 5
-01101010 Chenier 5
-01101010 Fenn 5
-01101010 Bogen 5
-01101010 Stith 5
-01101010 Muto 5
-01101010 Lynton 5
-01101010 Eason 5
-01101010 Koons 5
-01101010 Investissement 5
-01101010 Ansary 5
-01101010 Threlkeld 5
-01101010 Flagg 5
-01101010 Clymer 5
-01101010 Gainer 5
-01101010 Grgich 5
-01101010 Nicolo 5
-01101010 Gandy 5
-01101010 Alfaro 5
-01101010 Maxfield 5
-01101010 Nozko 5
-01101010 Nourse 5
-01101010 Rosset 5
-01101010 Ettore 5
-01101010 Wigan 5
-01101010 Lerer 5
-01101010 Brashear 5
-01101010 Hals 5
-01101010 Kammer 5
-01101010 Pluto 5
-01101010 Proffitt 5
-01101010 DiBella 5
-01101010 Chatfield 5
-01101010 Bloomer 5
-01101010 Boole 5
-01101010 Semper 5
-01101010 Mandelbaum 5
-01101010 Beardsley 5
-01101010 Monti 5
-01101010 Enders 5
-01101010 Gambino 5
-01101010 McVay 5
-01101010 Scull 5
-01101010 Sewall 5
-01101010 Blau 5
-01101010 Gerstein 5
-01101010 Diver 5
-01101010 Loring 5
-01101010 Corse 5
-01101010 Shira 5
-01101010 Beaux 5
-01101010 Magid 5
-01101010 Astorg 5
-01101010 Davie 5
-01101010 Duffield 5
-01101010 Nara 5
-01101010 Daggett 5
-01101010 Tiriac 5
-01101010 Milam 5
-01101010 Renck 5
-01101010 Pohanka 5
-01101010 Medrano 5
-01101010 Albritton 5
-01101010 Hoar 5
-01101010 Ortenberg 5
-01101010 Fojon 5
-01101010 Tetley 5
-01101010 Sax 5
-01101010 Blinn 5
-01101010 Gato 5
-01101010 McGavock 5
-01101010 McDougal 5
-01101010 Gerstman 5
-01101010 Huth 5
-01101010 Dischner 5
-01101010 Okazaki 5
-01101010 Yokota 5
-01101010 Friede 5
-01101010 Matteson 5
-01101010 Stimson 5
-01101010 Reichstul 5
-01101010 Hennes 5
-01101010 Melisande 5
-01101010 Castleberry 5
-01101010 Bankert 5
-01101010 Canfield 5
-01101010 Mapes 5
-01101010 Yamagata 5
-01101010 Lipsey 5
-01101010 Morey 5
-01101010 Paden 5
-01101010 Aviacion 5
-01101010 Schoeman 5
-01101010 Gelson 5
-01101010 Murrell 5
-01101010 Whiteford 5
-01101010 Tarricone 5
-01101010 Hungerford 5
-01101010 Moulins 5
-01101010 Madeira 5
-01101010 Onegin 5
-01101010 Shen 5
-01101010 Populaire 5
-01101010 Porras 5
-01101010 Claypool 5
-01101010 Bohr 5
-01101010 Nelle 5
-01101010 Soll 5
-01101010 Harreld 5
-01101010 Florette 5
-01101010 Cenac 5
-01101010 Braden 5
-01101010 Fregosi 5
-01101010 Chapin 5
-01101010 Tillinghast 5
-01101010 Schnittker 5
-01101010 Fleckenstein 5
-01101010 MacIntyre 5
-01101010 Hirschfeld 5
-01101010 Shedd 5
-01101010 Gustaf 5
-01101010 Kinsey 5
-01101010 Fordyce 5
-01101010 Rados 5
-01101010 Moeller 5
-01101010 Tesa 5
-01101010 Baseman 5
-01101010 Schiele 5
-01101010 Lamberson 5
-01101010 Grigsby 5
-01101010 Dantley 5
-01101010 Davalillo 5
-01101010 Alvarado 5
-01101010 McGhee 5
-01101010 Andreu 5
-01101010 Abbin 5
-01101010 jure 5
-01101010 Mornet 5
-01101010 Fripp 5
-01101010 Weinert 5
-01101010 Ruger 5
-01101010 CROWTHER 5
-01101010 Nickell 5
-01101010 Chua 5
-01101010 Aquinas 5
-01101010 Purser 5
-01101010 Scher 5
-01101010 Maldonado 5
-01101010 V.M. 5
-01101010 Bankston 5
-01101010 DeCarlo 5
-01101010 Klauer 5
-01101010 Gurdian 5
-01101010 Normand 5
-01101010 Abbot 5
-01101010 Rausch 5
-01101010 Pininfarina 5
-01101010 Ballon 5
-01101010 DeMoss 5
-01101010 Kirshenbaum 5
-01101010 Lavelle 5
-01101010 Sonnabend 5
-01101010 Keeler 5
-01101010 Markoff 5
-01101010 Lowenfeld 5
-01101010 Baeyens 5
-01101010 Groat 5
-01101010 Telediffusion 5
-01101010 Ingels 5
-01101010 Pinon 5
-01101010 Ramseur 5
-01101010 Schlaifer 5
-01101010 Cassara 5
-01101010 Kiner 5
-01101010 Santini 6
-01101010 Groom 6
-01101010 Bucknell 6
-01101010 Darin 6
-01101010 Runnells 6
-01101010 Angle 6
-01101010 Carry 6
-01101010 Torresi 6
-01101010 Kinard 6
-01101010 Bien 6
-01101010 Louie 6
-01101010 Vanier 6
-01101010 Koussevitzky 6
-01101010 Gofman 6
-01101010 Pervez 6
-01101010 Tenzer 6
-01101010 Certilman 6
-01101010 Heilbronner 6
-01101010 Fuentes 6
-01101010 Espiritu 6
-01101010 Herbst 6
-01101010 Fer 6
-01101010 Laporte 6
-01101010 Chernoff 6
-01101010 Devaney 6
-01101010 Casco 6
-01101010 Vitry 6
-01101010 Starks 6
-01101010 Clapper 6
-01101010 Woodhead 6
-01101010 Bleichroeder 6
-01101010 Neale 6
-01101010 Beswick 6
-01101010 Din 6
-01101010 Colangelo 6
-01101010 Heap 6
-01101010 Heilman 6
-01101010 Crittenden 6
-01101010 Aoyama 6
-01101010 Lemont 6
-01101010 Bavaro 6
-01101010 Beal 6
-01101010 Lamounier 6
-01101010 Ghazala 6
-01101010 Gregson 6
-01101010 Robard 6
-01101010 Linney 6
-01101010 Kester 6
-01101010 Sudek 6
-01101010 Plaster 6
-01101010 Krone 6
-01101010 Agate 6
-01101010 Eugen 6
-01101010 Piniella 6
-01101010 Stedman 6
-01101010 Wissmann 6
-01101010 Miura 6
-01101010 Avignon 6
-01101010 Tenenbaum 6
-01101010 Takenaka 6
-01101010 Cattolica 6
-01101010 Cella 6
-01101010 Sakong 6
-01101010 Noyes 6
-01101010 Munching 6
-01101010 Landsburg 6
-01101010 Hollister 6
-01101010 Drury 6
-01101010 Kamber 6
-01101010 Rhoden 6
-01101010 Alesia 6
-01101010 Sturdivant 6
-01101010 Reichenbach 6
-01101010 Lumsden 6
-01101010 Sutliff 6
-01101010 Tarr 6
-01101010 McIlhenny 6
-01101010 Micheletti 6
-01101010 Neumeier 6
-01101010 Tripple 6
-01101010 Holcomb 6
-01101010 Balmain 6
-01101010 Kettle 6
-01101010 Jennison 6
-01101010 Overlock 6
-01101010 Worthy 6
-01101010 Satnick 6
-01101010 Henriksen 6
-01101010 Ferrier 6
-01101010 Dovydenas 6
-01101010 Seuss 6
-01101010 Gladney 6
-01101010 McLarty 6
-01101010 Hotchkiss 6
-01101010 Barnhill 6
-01101010 Spectre 6
-01101010 Hartpence 6
-01101010 Aden 6
-01101010 Reso 6
-01101010 Adair 6
-01101010 Kearny 6
-01101010 Kerouac 6
-01101010 Tish 6
-01101010 Henze 6
-01101010 Sklar 6
-01101010 Bergstrom 6
-01101010 Yeung 6
-01101010 Redd 6
-01101010 Pagoda 6
-01101010 Wilberforce 6
-01101010 Seung 6
-01101010 Farrer 6
-01101010 Lavender 6
-01101010 Korenman 6
-01101010 Kahler 6
-01101010 Errant 6
-01101010 Thi 6
-01101010 Wein 6
-01101010 Beltran 6
-01101010 Battista 6
-01101010 Zoeller 6
-01101010 Mandabach 6
-01101010 Waterous 6
-01101010 Desgagne 6
-01101010 Geremia 6
-01101010 Allegra 6
-01101010 Noam 6
-01101010 Zaid 6
-01101010 Blizzard 6
-01101010 Ruggles 6
-01101010 Perls 6
-01101010 Nielson 6
-01101010 Lux 6
-01101010 Renwick 6
-01101010 Wren 6
-01101010 Staats 6
-01101010 Barrymore 6
-01101010 Wechsler 6
-01101010 Osterman 6
-01101010 Roque 6
-01101010 MARTINI 6
-01101010 Stool 6
-01101010 Anselmo 6
-01101010 Forney 6
-01101010 Miyamoto 6
-01101010 Maurier 6
-01101010 Hutchings 6
-01101010 Raby 6
-01101010 Offerman 6
-01101010 LeFlore 6
-01101010 Ellery 6
-01101010 Bollinger 6
-01101010 Scharfe 6
-01101010 Bernfeld 6
-01101010 Nissen 6
-01101010 Hiland 6
-01101010 Cecchi 6
-01101010 Gubitosi 6
-01101010 Gibbon 6
-01101010 Luckie 6
-01101010 Steingut 6
-01101010 Dyk 6
-01101010 Mumm 6
-01101010 Pepin 6
-01101010 Schacht 6
-01101010 Elkin 6
-01101010 Piaf 6
-01101010 Starbuck 6
-01101010 Laub 6
-01101010 Dimplex 6
-01101010 Blackford 6
-01101010 Silberberg 6
-01101010 Overton 6
-01101010 Flutie 6
-01101010 Garst 6
-01101010 Bergerac 6
-01101010 Paternoster 6
-01101010 Stockhausen 6
-01101010 Navarre 6
-01101010 Feliciano 6
-01101010 Tolley 6
-01101010 Seurat 6
-01101010 Este 6
-01101010 Kerbs 6
-01101010 Coren 6
-01101010 Chipman 6
-01101010 Biagi 6
-01101010 Dorman 6
-01101010 Baines 6
-01101010 Olivares 6
-01101010 Michelman 6
-01101010 Partridge 6
-01101010 Linster 6
-01101010 Gertner 6
-01101010 Maddux 6
-01101010 Doron 6
-01101010 Parodi 6
-01101010 Remick 6
-01101010 Cleef 6
-01101010 Komer 6
-01101010 Rosenbluth 6
-01101010 Hage 6
-01101010 Cuneo 6
-01101010 Murchison 7
-01101010 Braman 7
-01101010 Iida 7
-01101010 Benziger 7
-01101010 Religione 7
-01101010 Gilson 7
-01101010 Wirtz 7
-01101010 Yeo 7
-01101010 Mounds 7
-01101010 Woolley 7
-01101010 Peeples 7
-01101010 Gandolfo 7
-01101010 Thrush 7
-01101010 Friedel 7
-01101010 Kazempour 7
-01101010 Verwoerd 7
-01101010 Heywood 7
-01101010 Zeiss 7
-01101010 Beecher 7
-01101010 Neu 7
-01101010 Nystrom 7
-01101010 Weitzen 7
-01101010 Transports 7
-01101010 Pordy 7
-01101010 Toshiharu 7
-01101010 Bramah 7
-01101010 Otterloo 7
-01101010 Hussain 7
-01101010 Kornhauser 7
-01101010 Cioffi 7
-01101010 Pascoe 7
-01101010 Tsiang 7
-01101010 Boomer 7
-01101010 Uemura 7
-01101010 Keever 7
-01101010 Bernhardt 7
-01101010 Yap 7
-01101010 Newbold 7
-01101010 Naify 7
-01101010 Plumb 7
-01101010 Halle 7
-01101010 Demmer 7
-01101010 Breneman 7
-01101010 Mok 7
-01101010 Strangis 7
-01101010 duPont 7
-01101010 Farwell 7
-01101010 Bibby 7
-01101010 Grossfeld 7
-01101010 Zukin 7
-01101010 Corum 7
-01101010 Hempel 7
-01101010 Mapplethorpe 7
-01101010 Romann 7
-01101010 Mang 7
-01101010 Doak 7
-01101010 Alafi 7
-01101010 Mayne 7
-01101010 McCown 7
-01101010 Marker 7
-01101010 Kampschulte 7
-01101010 Nordin 7
-01101010 Gagne 7
-01101010 Rojas 7
-01101010 Halleck 7
-01101010 McCrary 7
-01101010 Chilcott 7
-01101010 Danis 7
-01101010 Schwerdloff 7
-01101010 Pepper/Seven-Up 7
-01101010 Culpepper 7
-01101010 Correll 7
-01101010 Hopson 7
-01101010 Scales 7
-01101010 Curcio 7
-01101010 Geer 7
-01101010 Unitas 7
-01101010 Safford 7
-01101010 Bonilla 7
-01101010 Furash 7
-01101010 Sickle 7
-01101010 McLain 7
-01101010 Alper 7
-01101010 Rah 7
-01101010 Wilke 7
-01101010 Moloney 7
-01101010 Jana 7
-01101010 Latchford 7
-01101010 Byner 7
-01101010 Nationales 7
-01101010 Snively 7
-01101010 Aigner 7
-01101010 Genova 7
-01101010 Sauey 7
-01101010 Jarman 7
-01101010 Whittenburg 7
-01101010 Cantrell 7
-01101010 Brandes 7
-01101010 Liebling 7
-01101010 Fenno 7
-01101010 Testa 7
-01101010 siecle 7
-01101010 Maki 7
-01101010 Dub 7
-01101010 Graziano 7
-01101010 Baliles 7
-01101010 Llewellyn 7
-01101010 Dellinger 7
-01101010 Linkletter 7
-01101010 Johansen 7
-01101010 Urfer 7
-01101010 Eames 7
-01101010 Kaltman 7
-01101010 Jernigan 7
-01101010 Bakewell 7
-01101010 Pruitt 7
-01101010 Shenkman 7
-01101010 Rennie 7
-01101010 Storey 7
-01101010 Toscanini 7
-01101010 Schanbacher 7
-01101010 Pring 7
-01101010 Nicholls 7
-01101010 Horsley 7
-01101010 Shure 7
-01101010 Selim 7
-01101010 Bevan 7
-01101010 MacLean 7
-01101010 Laney 7
-01101010 Gently 7
-01101010 Coyle 7
-01101010 Baram 7
-01101010 Dull 7
-01101010 Baca 7
-01101010 Tobe 7
-01101010 Schuh 7
-01101010 Pear 7
-01101010 Mischer 7
-01101010 HALL 7
-01101010 Stalker 7
-01101010 Poplin 7
-01101010 Sandom 7
-01101010 DuBose 7
-01101010 Confindustria 7
-01101010 Creed 7
-01101010 Bare 7
-01101010 Greiff 7
-01101010 McKittrick 7
-01101010 Kwon 7
-01101010 Northrup 7
-01101010 Pembroke 7
-01101010 Urstadt 7
-01101010 Flinn 7
-01101010 Prager 7
-01101010 Echenberg 7
-01101010 Pang 7
-01101010 Jovi 7
-01101010 Jamison 7
-01101010 Lafontant 7
-01101010 Galef 7
-01101010 Stipanovich 7
-01101010 Shortcake 7
-01101010 Ondaatje 7
-01101010 Hass 7
-01101010 Tomczak 7
-01101010 Fogler 7
-01101010 Lorenz 8
-01101010 Renton 8
-01101010 Murata 8
-01101010 Matson 8
-01101010 Cointreau 8
-01101010 Procassini 8
-01101010 Schoonover 8
-01101010 Amore 8
-01101010 Malt 8
-01101010 Ignatius 8
-01101010 Morgenthaler 8
-01101010 Zorinsky 8
-01101010 Haupt 8
-01101010 Mull 8
-01101010 Hostetler 8
-01101010 Chia 8
-01101010 Mound 8
-01101010 Dickler 8
-01101010 Sano 8
-01101010 Marcum 8
-01101010 Berglund 8
-01101010 Heffernan 8
-01101010 Clift 8
-01101010 Harden 8
-01101010 Conaway 8
-01101010 Dye 8
-01101010 Pennie 8
-01101010 Kittredge 8
-01101010 Barbour 8
-01101010 Mercier 8
-01101010 Jaffar 8
-01101010 Sarich 8
-01101010 Simonds 8
-01101010 Lanktree 8
-01101010 Layman 8
-01101010 Battin 8
-01101010 Israeloff 8
-01101010 McMullen 8
-01101010 Vale 8
-01101010 Hannan 8
-01101010 Plas 8
-01101010 Martel 8
-01101010 Marsal 8
-01101010 Bogdan 8
-01101010 Bortz 8
-01101010 Vladeck 8
-01101010 Raynes 8
-01101010 Ratzinger 8
-01101010 Dorrit 8
-01101010 Daseke 8
-01101010 Investimento 8
-01101010 Barthes 8
-01101010 Humphreys 8
-01101010 Heldring 8
-01101010 Chambliss 8
-01101010 Reddy 8
-01101010 Hilb 8
-01101010 Grandy 8
-01101010 Achenbaum 8
-01101010 Hovnanian 8
-01101010 Sandford 8
-01101010 Nipper 8
-01101010 Brener 8
-01101010 Pressman 8
-01101010 Bicknell 8
-01101010 Matlack 8
-01101010 Godine 8
-01101010 Cambria 8
-01101010 Stamm 8
-01101010 Nickerson 8
-01101010 Becket 8
-01101010 Deux 8
-01101010 Costas 8
-01101010 Gambill 8
-01101010 Smithers 8
-01101010 Sim 8
-01101010 Marlow 8
-01101010 Berrien 8
-01101010 Curl 8
-01101010 Fogarty 8
-01101010 Reaves 8
-01101010 Donohoe 8
-01101010 Cha 8
-01101010 Cobre 8
-01101010 Genet 8
-01101010 Colebrook 8
-01101010 Troupe 8
-01101010 Araujo 8
-01101010 Bowls 8
-01101010 Farman 8
-01101010 Garbo 8
-01101010 Bathurst 8
-01101010 McAdams 8
-01101010 Spanos 8
-01101010 Kasai 8
-01101010 Gorguze 8
-01101010 Pierpoint 8
-01101010 Addicks 8
-01101010 Brookstone 8
-01101010 Cuadra 8
-01101010 Galbreath 8
-01101010 Seybold 8
-01101010 Janssen 8
-01101010 Fultz 8
-01101010 Peel 8
-01101010 Aran 8
-01101010 Kayser 8
-01101010 Auld 8
-01101010 Dunwoody 8
-01101010 Fleck 8
-01101010 Fribourg 8
-01101010 Petrossian 8
-01101010 Longfellow 8
-01101010 Moulin 8
-01101010 Rimson 8
-01101010 Fellowes 8
-01101010 Norske 8
-01101010 Steinhart 8
-01101010 Christman 8
-01101010 Switzer 8
-01101010 Taher 8
-01101010 Underhill 8
-01101010 Fenwick 8
-01101010 Manatt 8
-01101010 Soong 8
-01101010 Castelli 8
-01101010 Bellamy 8
-01101010 Halm 8
-01101010 Forshan 8
-01101010 Cullman 8
-01101010 Donato 8
-01101010 Hansel 8
-01101010 Hickel 8
-01101010 Knorr 8
-01101010 Curtiss 8
-01101010 Mizel 8
-01101010 MarketScope 8
-01101010 Clendenin 8
-01101010 Noll 8
-01101010 Flinchbaugh 8
-01101010 Goodkin 8
-01101010 Konner 8
-01101010 Tome 8
-01101010 Wehle 8
-01101010 Ragsdale 8
-01101010 Riady 8
-01101010 Moll 8
-01101010 Fichtel 8
-01101010 Edmundson 8
-01101010 Goldring 8
-01101010 Valiant 9
-01101010 Binney 9
-01101010 Basile 9
-01101010 Ashby 9
-01101010 Descartes 9
-01101010 Siang 9
-01101010 Cardozo 9
-01101010 McGuinness 9
-01101010 Maciel 9
-01101010 Diehl 9
-01101010 Alford 9
-01101010 Tennyson 9
-01101010 Bellingham 9
-01101010 Kobacker 9
-01101010 Makin 9
-01101010 Godsell 9
-01101010 Carbone 9
-01101010 Caron 9
-01101010 Stillman 9
-01101010 Rha 9
-01101010 Wendel 9
-01101010 Safer 9
-01101010 Leger 9
-01101010 Geary 9
-01101010 Sweeny 9
-01101010 Plunkett 9
-01101010 es 9
-01101010 Lowrey 9
-01101010 Welland 9
-01101010 Concepcion 9
-01101010 Brice 9
-01101010 Tenuta 9
-01101010 Thumb 9
-01101010 Counts 9
-01101010 Yeats 9
-01101010 Sweat 9
-01101010 Moen 9
-01101010 Sauer 9
-01101010 Valores 9
-01101010 Tran 9
-01101010 Ave 9
-01101010 Givenchy 9
-01101010 Pina 9
-01101010 Whitworth 9
-01101010 Udell 9
-01101010 Lipp 9
-01101010 Rosenbach 9
-01101010 Mudd 9
-01101010 Thorpe 9
-01101010 Wilkerson 9
-01101010 Shanken 9
-01101010 Sacco 9
-01101010 Herron 9
-01101010 Laboratoires 9
-01101010 Oro 9
-01101010 Safian 9
-01101010 Osmond 9
-01101010 Barreiro 9
-01101010 Constable 9
-01101010 Gasper 9
-01101010 Chin 9
-01101010 Lust 9
-01101010 Devin 9
-01101010 Bezaire 9
-01101010 Fujita 9
-01101010 Cabana 9
-01101010 Marelli 9
-01101010 Styron 9
-01101010 Siracusa 9
-01101010 Lander 9
-01101010 Flack 9
-01101010 Kurth 9
-01101010 Coulter 9
-01101010 Litwin 9
-01101010 Ragan 9
-01101010 Merriam 9
-01101010 Grundy 9
-01101010 Spelman 9
-01101010 Ruston 9
-01101010 Murai 9
-01101010 Kloster 9
-01101010 Pittsford 9
-01101010 Binion 9
-01101010 Feschbach 9
-01101010 Vest 9
-01101010 Gaucher 9
-01101010 Wentworth 9
-01101010 Earhart 9
-01101010 Garros 9
-01101010 Waring 9
-01101010 Alston 9
-01101010 Hitch 9
-01101010 Linsey 9
-01101010 VNU 9
-01101010 Suk 9
-01101010 Lentz 9
-01101010 Flaxman 9
-01101010 Viola 9
-01101010 Griesemer 9
-01101010 Fines 9
-01101010 Ponte 9
-01101010 Cordes 9
-01101010 Windecker 9
-01101010 Madsen 9
-01101010 Lessin 9
-01101010 Frederickson 9
-01101010 Dines 9
-01101010 Jaw 9
-01101010 Larco 9
-01101010 Taub 9
-01101010 SerVaas 9
-01101010 Liddle 10
-01101010 Daoud 10
-01101010 Radler 10
-01101010 Volz 10
-01101010 Krock 10
-01101010 Bolduc 10
-01101010 Burch 10
-01101010 Stoops 10
-01101010 Schorr 10
-01101010 Canaday 10
-01101010 Fadlallah 10
-01101010 Olick 10
-01101010 Burkhart 10
-01101010 Nagy 10
-01101010 Colwell 10
-01101010 Athey 10
-01101010 Trotter 10
-01101010 Schueler 10
-01101010 Stockbridge 10
-01101010 Merriman 10
-01101010 Lanza 10
-01101010 Giuliano 10
-01101010 Harwell 10
-01101010 Nieman 10
-01101010 Eagan 10
-01101010 Meech 10
-01101010 Hallett 10
-01101010 Jorgensen 10
-01101010 Allest 10
-01101010 Phipps 10
-01101010 Sheng 10
-01101010 Yancey 10
-01101010 Walker-Gooderham 10
-01101010 Klass 10
-01101010 Husic 10
-01101010 Aragon 10
-01101010 Gunzberg 10
-01101010 Schlemmer 10
-01101010 Sams 10
-01101010 Erb 10
-01101010 Fortuna 10
-01101010 Ridgway 10
-01101010 Haldeman 10
-01101010 Boylan 10
-01101010 Chauncey 10
-01101010 Desjardins 10
-01101010 Meng 10
-01101010 Yue 10
-01101010 Sabo 10
-01101010 LaCrosse 10
-01101010 Himmelfarb 10
-01101010 Genco 10
-01101010 Goss 10
-01101010 Goldenberg 10
-01101010 Hebert 10
-01101010 Garnet 10
-01101010 Dubois 10
-01101010 Squire 10
-01101010 Potamkin 10
-01101010 Marvell 10
-01101010 Rinaldo 10
-01101010 Wilkes 10
-01101010 McNiff 10
-01101010 Taper 10
-01101010 Karami 10
-01101010 Sinay 10
-01101010 Vickery 10
-01101010 Tomb 10
-01101010 Conover 10
-01101010 Zellers 10
-01101010 Beekman 10
-01101010 Elio 10
-01101010 Merkin 10
-01101010 Fischel 10
-01101010 Galesi 10
-01101010 Seigel 10
-01101010 Linen 10
-01101010 Buchan 10
-01101010 McEwen 10
-01101010 Stonehill 10
-01101010 Cope 10
-01101010 Hooch 10
-01101010 coli 10
-01101010 Haggard 10
-01101010 Vardon 10
-01101010 Brainard 10
-01101010 Mendlowitz 10
-01101010 Callaway 10
-01101010 Fennell 10
-01101010 Jekyll 10
-01101010 Fido 10
-01101010 Hogue 10
-01101010 Helfer 10
-01101010 Aubert 10
-01101010 Moller 10
-01101010 Greenhill 10
-01101010 Leicester 10
-01101010 Schlott 10
-01101010 Wight 10
-01101010 Heier 10
-01101010 Castaneda 11
-01101010 Ai 11
-01101010 Bremner 11
-01101010 MacNamara 11
-01101010 Kersee 11
-01101010 Bowler 11
-01101010 Reeder 11
-01101010 Raboy 11
-01101010 Bias 11
-01101010 Connelly 11
-01101010 McCarron 11
-01101010 Rains 11
-01101010 Hadid 11
-01101010 Stocker 11
-01101010 Langston 11
-01101010 Uhlmann 11
-01101010 Riggings 11
-01101010 Nakajima 11
-01101010 Hembrick 11
-01101010 Keats 11
-01101010 Collider 11
-01101010 Imlay 11
-01101010 Studley 11
-01101010 Nicklin 11
-01101010 Reade 11
-01101010 Middendorf 11
-01101010 Caro 11
-01101010 Marbury 11
-01101010 Sewell 11
-01101010 Tokuyama 11
-01101010 Rea 11
-01101010 Sonnenblick 11
-01101010 Doom 11
-01101010 Rashid 11
-01101010 Keeney 11
-01101010 Mulholland 11
-01101010 Lawless 11
-01101010 Schmid 11
-01101010 Kayne 11
-01101010 Feather 11
-01101010 Coles 11
-01101010 Boaz 11
-01101010 Jolley 11
-01101010 Ouimet 11
-01101010 Dann 11
-01101010 Oaxaca 11
-01101010 Joost 11
-01101010 Estrella 11
-01101010 Hester 11
-01101010 Doner 11
-01101010 Winder 11
-01101010 Cabezas 11
-01101010 Beni 11
-01101010 Jaffa 11
-01101010 7Up 11
-01101010 Curry 11
-01101010 Pompidou 11
-01101010 Massa 11
-01101010 Loudon 11
-01101010 Danner 11
-01101010 Tama 11
-01101010 Cowart 11
-01101010 Yung 11
-01101010 Erlich 11
-01101010 Shook 11
-01101010 Clowes 11
-01101010 Ogilvie 11
-01101010 Alberts 11
-01101010 Bem 11
-01101010 Boll 11
-01101010 Simplot 11
-01101010 Hoffmann-LaRoche 11
-01101010 Alcott 11
-01101010 Blythe 11
-01101010 Faithful 11
-01101010 Hoy 11
-01101010 Currier 11
-01101010 Vida 11
-01101010 Duque 11
-01101010 Tull 11
-01101010 Sharif 11
-01101010 Disraeli 11
-01101010 Coffin 11
-01101010 Grantham 11
-01101010 Harkins 11
-01101010 Dall 11
-01101010 Villagran 11
-01101010 Amster 11
-01101010 Raley 11
-01101010 Monks 11
-01101010 Folsom 11
-01101010 Marquardt 11
-01101010 Heizer 11
-01101010 Mattson 11
-01101010 Bolsa 11
-01101010 Wiesner 11
-01101010 Layne 11
-01101010 Heber 11
-01101010 Harrell 11
-01101010 Bickel 11
-01101010 Gaynor 11
-01101010 Neilson 11
-01101010 Littlejohn 11
-01101010 Porto 11
-01101010 Sacher 11
-01101010 Perrone 11
-01101010 Lancz 11
-01101010 Schottenstein 11
-01101010 Hausman 11
-01101010 Atherton 11
-01101010 Gower 12
-01101010 Baskin 12
-01101010 Kekst 12
-01101010 Settle 12
-01101010 Dotson 12
-01101010 Saud 12
-01101010 Gant 12
-01101010 McHale 12
-01101010 Hamby 12
-01101010 Orland 12
-01101010 Dickstein 12
-01101010 Badger 12
-01101010 Eggert 12
-01101010 Wintzer 12
-01101010 Parris 12
-01101010 Bethune 12
-01101010 Holley 12
-01101010 Chisholm 12
-01101010 Turismo 12
-01101010 Kamen 12
-01101010 Beauce 12
-01101010 Reis 12
-01101010 Vonnegut 12
-01101010 Clapham 12
-01101010 Moorhead 12
-01101010 Bernal 12
-01101010 Harbin 12
-01101010 Althaver 12
-01101010 Lacoste 12
-01101010 Gluskin 12
-01101010 Napoli 12
-01101010 McCarter 12
-01101010 Detwiler 12
-01101010 Lombardo 12
-01101010 Hacker 12
-01101010 Ayres 12
-01101010 Dakin 12
-01101010 Farrow 12
-01101010 Peebles 12
-01101010 Dey 12
-01101010 Musburger 12
-01101010 Berkoff 12
-01101010 Etude 12
-01101010 Cowper 12
-01101010 Schein 12
-01101010 Burpee 12
-01101010 Bennington 12
-01101010 Tomlinson 12
-01101010 McArthur 12
-01101010 Delfin 12
-01101010 Cumming 12
-01101010 Finks 12
-01101010 Garde 12
-01101010 Nad 12
-01101010 Zola 12
-01101010 Hartwell 12
-01101010 Richey 12
-01101010 Proud 12
-01101010 Smucker 12
-01101010 Linowes 12
-01101010 Sakata 12
-01101010 Gurtz 12
-01101010 Keen 12
-01101010 Dyer 12
-01101010 Crump 12
-01101010 Borger 12
-01101010 Karan 12
-01101010 Gershon 12
-01101010 Yan 12
-01101010 Spaulding 12
-01101010 Trainer 12
-01101010 Parrish 12
-01101010 Blackmore 12
-01101010 Huffman 12
-01101010 Willms 12
-01101010 Finnegan 12
-01101010 Cortez 12
-01101010 Driehaus 12
-01101010 Greenspon 12
-01101010 Kostmayer 13
-01101010 Lindbergh 13
-01101010 Fukuoka 13
-01101010 Hummel 13
-01101010 Ando 13
-01101010 Robles 13
-01101010 Lindberg 13
-01101010 Korczak 13
-01101010 Lally 13
-01101010 Hoffer 13
-01101010 Jahr 13
-01101010 Torino 13
-01101010 Windels 13
-01101010 Stovall 13
-01101010 Kingsbury 13
-01101010 Karlin 13
-01101010 Spangler 13
-01101010 Renfrew 13
-01101010 Hawken 13
-01101010 Zeller 13
-01101010 Jenner 13
-01101010 Saxton 13
-01101010 Sammons 13
-01101010 Plank 13
-01101010 Mintz 13
-01101010 Cushing 13
-01101010 Kamm 13
-01101010 Kant 13
-01101010 Simonsen 13
-01101010 Tilley 13
-01101010 Wicker 13
-01101010 Paxton 13
-01101010 Maxx 13
-01101010 Slifer 13
-01101010 Kahane 13
-01101010 Barone 13
-01101010 Hoag 13
-01101010 Thurber 13
-01101010 Congdon 13
-01101010 Bernardin 13
-01101010 Samara 13
-01101010 Magoon 13
-01101010 Yoon 13
-01101010 Mathers 13
-01101010 Maitland 13
-01101010 Rainey 13
-01101010 Malek 13
-01101010 Xiong 13
-01101010 Mawr 13
-01101010 Ghafar 13
-01101010 Hannes 13
-01101010 Prem 13
-01101010 FAIRFAX 13
-01101010 Worms 13
-01101010 Industria 13
-01101010 Malkin 13
-01101010 Shattuck 13
-01101010 Hilliard 13
-01101010 Scurlock 13
-01101010 Solana 13
-01101010 Slatkin 13
-01101010 Brownell 13
-01101010 Denman 13
-01101010 Merlo 13
-01101010 Humphries 13
-01101010 Picker 13
-01101010 Zink 14
-01101010 Woolf 14
-01101010 Erskine 14
-01101010 Derry 14
-01101010 Diddy 14
-01101010 Mosher 14
-01101010 Antonovich 14
-01101010 Yquem 14
-01101010 McMaster 14
-01101010 Glatfelter 14
-01101010 Investissements 14
-01101010 Creamer 14
-01101010 Howden 14
-01101010 Frantz 14
-01101010 Karon 14
-01101010 Vu 14
-01101010 Tatum 14
-01101010 Layton 14
-01101010 Estrin 14
-01101010 Glad 14
-01101010 C.V. 14
-01101010 Gut 14
-01101010 Thies 14
-01101010 Amory 14
-01101010 Mingo 14
-01101010 Malan 14
-01101010 Rinker 14
-01101010 Dolphin 14
-01101010 Teel 14
-01101010 Santangelo 14
-01101010 Fredrikson 14
-01101010 Rawson 14
-01101010 Rama 14
-01101010 Stott 14
-01101010 Humes 14
-01101010 Macheski 14
-01101010 Rein 14
-01101010 Sanger 14
-01101010 Landauer 14
-01101010 Naisbitt 14
-01101010 Maritz 14
-01101010 Zheng 14
-01101010 Cundill 14
-01101010 Stolper 14
-01101010 Greenman 14
-01101010 Planck 14
-01101010 Conant 14
-01101010 Eichner 14
-01101010 Ville 14
-01101010 Sroge 14
-01101010 Dumas 14
-01101010 Messinger 14
-01101010 Fenimore 14
-01101010 Jolly 14
-01101010 Turing 14
-01101010 Kassel 14
-01101010 Traver 14
-01101010 Claytor 14
-01101010 Allbritton 14
-01101010 Armen 14
-01101010 Luna 14
-01101010 Wheaton 14
-01101010 Lieb 14
-01101010 Goebbels 14
-01101010 Rhein 14
-01101010 Barrio 15
-01101010 Rocha 15
-01101010 Looney 15
-01101010 Inoue 15
-01101010 MacNeil 15
-01101010 Feder 15
-01101010 Shrum 15
-01101010 Moose 15
-01101010 Erensel 15
-01101010 Sutcliffe 15
-01101010 Wilber 15
-01101010 Pforzheimer 15
-01101010 Chagall 15
-01101010 Finlay 15
-01101010 Salick 15
-01101010 Langdon 15
-01101010 Campo 15
-01101010 Gilmore 15
-01101010 Lederer 15
-01101010 Hershiser 15
-01101010 Wilmot 15
-01101010 Roulac 15
-01101010 Milano 15
-01101010 Puth 15
-01101010 Dickel 15
-01101010 Haight 15
-01101010 Leuthold 15
-01101010 Robson 15
-01101010 Tait 15
-01101010 Bendel 15
-01101010 Judson 15
-01101010 Bachelor 15
-01101010 Eckerd 15
-01101010 Vasquez 15
-01101010 Burrus 15
-01101010 Rosenzweig 15
-01101010 Maas 15
-01101010 Haines 15
-01101010 Slaughter 15
-01101010 Garrick 15
-01101010 Lockhart 15
-01101010 Durkin 15
-01101010 Fujii 15
-01101010 Dai 15
-01101010 Soledad 15
-01101010 Blyth 15
-01101010 Foy 15
-01101010 Lobo 15
-01101010 Darden 15
-01101010 Nance 15
-01101010 Ching 15
-01101010 Bukharin 15
-01101010 Belushi 15
-01101010 Evin 15
-01101010 Mallory 15
-01101010 Pye 15
-01101010 Hadden 15
-01101010 Seitman 15
-01101010 Gentry 15
-01101010 Stutz 15
-01101010 Darrow 15
-01101010 Leighton 15
-01101010 Zack 16
-01101010 Brest 16
-01101010 Dong 16
-01101010 Halpern 16
-01101010 Timmons 16
-01101010 Lai 16
-01101010 Nipon 16
-01101010 Brierly 16
-01101010 Piet 16
-01101010 Hussman 16
-01101010 Glemp 16
-01101010 Nightingale 16
-01101010 Steffen 16
-01101010 Sack 16
-01101010 Monash 16
-01101010 Sousa 16
-01101010 Welk 16
-01101010 Keithley 16
-01101010 Lemons 16
-01101010 Strober 16
-01101010 Lardner 16
-01101010 Ditka 16
-01101010 Clapton 16
-01101010 Shimer 16
-01101010 Sackler 16
-01101010 Baba 16
-01101010 Belcher 16
-01101010 Blocks 16
-01101010 Gottfried 16
-01101010 Chao 16
-01101010 Rhoades 16
-01101010 Perron 16
-01101010 Berrie 16
-01101010 Duran 16
-01101010 Einbender 16
-01101010 Bobo 16
-01101010 Hertel 16
-01101010 Samelson 16
-01101010 Inglis 16
-01101010 Orsay 16
-01101010 Murrow 16
-01101010 Crames 16
-01101010 Loop 16
-01101010 Lahey 16
-01101010 Medley 16
-01101010 Colon 16
-01101010 Ballesteros 16
-01101010 Wortham 16
-01101010 Marciano 16
-01101010 Sebastiani 16
-01101010 Broyhill 16
-01101010 Bliss 16
-01101010 Eickhoff 16
-01101010 Vanunu 16
-01101010 Kania 16
-01101010 Drill 16
-01101010 Ailey 16
-01101010 Goldie 16
-01101010 Lieber 16
-01101010 Conran 16
-01101010 Hegel 16
-01101010 Buffet 17
-01101010 Musavi 17
-01101010 Crockett 17
-01101010 Salwen 17
-01101010 Juster 17
-01101010 Homans 17
-01101010 Hammett 17
-01101010 Koon 17
-01101010 Dunbar 17
-01101010 Pena 17
-01101010 Walpole 17
-01101010 Evert 17
-01101010 Mas 17
-01101010 Innes 17
-01101010 Burrell 17
-01101010 Giannini 17
-01101010 Brubaker 17
-01101010 Javits 17
-01101010 Hummer 17
-01101010 Pardo 17
-01101010 Sakowitz 17
-01101010 Fahmy 17
-01101010 Steinbeck 17
-01101010 Estes 17
-01101010 Thierry 17
-01101010 Mendel 17
-01101010 Gnau 17
-01101010 Denby 17
-01101010 Herr 17
-01101010 Donde 17
-01101010 Pagan 17
-01101010 Hageman 17
-01101010 Clout 17
-01101010 Sevin 17
-01101010 Okada 17
-01101010 Brainerd 17
-01101010 McDaniel 17
-01101010 Chiat 17
-01101010 Kurz 17
-01101010 Wooten 17
-01101010 Patricof 17
-01101010 Vinci 17
-01101010 Spoon 17
-01101010 Reedy 17
-01101010 Frazer 17
-01101010 McElroy 17
-01101010 Keeley 17
-01101010 Southgate 17
-01101010 Huxtable 17
-01101010 Tocqueville 17
-01101010 Almond 17
-01101010 Burkhardt 17
-01101010 Martineau 17
-01101010 Stanislaw 17
-01101010 Greco 17
-01101010 Bristow 18
-01101010 Zhu 18
-01101010 Dominus 18
-01101010 Vries 18
-01101010 Gantos 18
-01101010 Winner 18
-01101010 Lilley 18
-01101010 Drummond 18
-01101010 Hop 18
-01101010 Messel 18
-01101010 Alter 18
-01101010 Macomber 18
-01101010 Schnitzler 18
-01101010 Deane 18
-01101010 Lebenthal 18
-01101010 Halas 18
-01101010 Payson 18
-01101010 Doran 18
-01101010 Grandpre 18
-01101010 Lager 18
-01101010 Suarez 18
-01101010 Tatu 18
-01101010 Holmberg 18
-01101010 Cutter 18
-01101010 Proust 18
-01101010 Prey 18
-01101010 Marsden 18
-01101010 Vila 18
-01101010 Lehner 18
-01101010 Padilla 18
-01101010 Lasorda 18
-01101010 Etudes 18
-01101010 Andropov 18
-01101010 Wrightson 18
-01101010 Painter 18
-01101010 Holden 18
-01101010 Huffington 18
-01101010 Biko 18
-01101010 Sabin 18
-01101010 Whiting 18
-01101010 Eriksson 18
-01101010 Walther 18
-01101010 Joyner-Kersee 18
-01101010 Cozad 18
-01101010 Kwong 18
-01101010 Cruse 18
-01101010 Hurst 18
-01101010 Maude 18
-01101010 Dobbs 18
-01101010 Goldress 18
-01101010 Buell 18
-01101010 Berenson 18
-01101010 Chou 18
-01101010 Latimer 18
-01101010 Culp 18
-01101010 Ungermann 18
-01101010 Ruff 18
-01101010 Astor 18
-01101010 Wyler 18
-01101010 Crenshaw 19
-01101010 Bogert 19
-01101010 Bartholomew 19
-01101010 Wadsworth 19
-01101010 Ricks 19
-01101010 Cayton 19
-01101010 Warden 19
-01101010 Batten 19
-01101010 Mayberry 19
-01101010 Yardley 19
-01101010 Bronson 19
-01101010 Peacock 19
-01101010 Manet 19
-01101010 Goody 19
-01101010 Boothe 19
-01101010 Crabtree 19
-01101010 Holstein 19
-01101010 Glynn 19
-01101010 Houlihan 19
-01101010 Scully 19
-01101010 Vizcaya 19
-01101010 Reyes 19
-01101010 Anson 19
-01101010 Warnke 19
-01101010 Garwood 19
-01101010 Davey 19
-01101010 etre 19
-01101010 Frye 19
-01101010 Min 19
-01101010 Wyly 19
-01101010 Wainwright 19
-01101010 Aldrich 19
-01101010 Chalk 19
-01101010 Dabney 19
-01101010 Sunny 19
-01101010 Voute 19
-01101010 Ham 19
-01101010 Parr 20
-01101010 Schulz 20
-01101010 Snider 20
-01101010 Gorham 20
-01101010 Al-Sabah 20
-01101010 Rego 20
-01101010 Reinhart 20
-01101010 Fugazy 20
-01101010 Geffen 20
-01101010 Lubar 20
-01101010 Rodale 20
-01101010 Demjanjuk 20
-01101010 Bunting 20
-01101010 Autry 20
-01101010 Jewett 20
-01101010 Winslow 20
-01101010 Buchwald 20
-01101010 Coburn 20
-01101010 Roddy 20
-01101010 Schachter 20
-01101010 Pyle 20
-01101010 Moreira 20
-01101010 Goldwyn 20
-01101010 Siebert 20
-01101010 Pitman 20
-01101010 Schoenberg 20
-01101010 Scarborough 20
-01101010 Blaine 20
-01101010 Holder 20
-01101010 Taggart 20
-01101010 Spivey 20
-01101010 Ginandjar 20
-01101010 Radford 20
-01101010 Meade 20
-01101010 Montebello 20
-01101010 Ping 20
-01101010 Candy 20
-01101010 Middleton 20
-01101010 Noe 20
-01101010 Hibbard 21
-01101010 Yoshida 21
-01101010 Englander 21
-01101010 Minter 21
-01101010 Vereinsbank 21
-01101010 Blohm 21
-01101010 McCaffrey 21
-01101010 Andrey 21
-01101010 Leech 21
-01101010 Leopold 21
-01101010 Caywood 21
-01101010 Hardin 21
-01101010 Shugart 21
-01101010 Telling 21
-01101010 Riccardo 21
-01101010 Yun 21
-01101010 Quackenbush 21
-01101010 Golub 21
-01101010 Flanigan 21
-01101010 Koo 21
-01101010 Fluke 21
-01101010 Rootstein 21
-01101010 Spice 21
-01101010 Hackman 21
-01101010 Wordsworth 21
-01101010 Kilgore 21
-01101010 Kohler 21
-01101010 Kalb 21
-01101010 Horchow 21
-01101010 Shanley 21
-01101010 Krantz 21
-01101010 Slack 21
-01101010 Wayland 22
-01101010 Gallatin 22
-01101010 Sahlen 22
-01101010 Menil 22
-01101010 Sorensen 22
-01101010 Auerbach 22
-01101010 Wei 22
-01101010 Moulton 22
-01101010 Wallis 22
-01101010 Fries 22
-01101010 Morahan 22
-01101010 Belknap 22
-01101010 Iverson 22
-01101010 Kock 22
-01101010 Mackey 22
-01101010 Ostrander 22
-01101010 Krim 22
-01101010 Wardell 22
-01101010 Valin 22
-01101010 Manella 22
-01101010 Koster 22
-01101010 Bakers 22
-01101010 Naugles 22
-01101010 Jarislowsky 22
-01101010 Ridley 22
-01101010 Gintel 22
-01101010 Hobson 22
-01101010 Smaby 22
-01101010 Yi 22
-01101010 Dukes 22
-01101010 Lehrman 22
-01101010 Purdy 22
-01101010 Franke 23
-01101010 Schindler 23
-01101010 Bower 23
-01101010 Lasky 23
-01101010 Poe 23
-01101010 Eyre 23
-01101010 Rinehart 23
-01101010 Brink 23
-01101010 Jiang 23
-01101010 Morvillo 23
-01101010 Walden 23
-01101010 Breaux 23
-01101010 Mondavi 23
-01101010 Sant 23
-01101010 Whittemore 23
-01101010 Choi 23
-01101010 Constructions 23
-01101010 Sohn 23
-01101010 Ridgeway 23
-01101010 Vogt 23
-01101010 Nabokov 23
-01101010 Usher 23
-01101010 Morino 23
-01101010 Hodgson 23
-01101010 Vandenberg 23
-01101010 Driver 23
-01101010 Britten 23
-01101010 Bachman 23
-01101010 Ibrahim 23
-01101010 Torray 23
-01101010 Liberman 23
-01101010 Hiro 23
-01101010 Griggs 23
-01101010 Schneiders 23
-01101010 Iris 23
-01101010 Barrow 23
-01101010 etat 23
-01101010 Janis 23
-01101010 Moser 23
-01101010 Woolsey 24
-01101010 Saybrook 24
-01101010 Ganz 24
-01101010 Eck 24
-01101010 Harbour 24
-01101010 Busby 24
-01101010 Yarling 24
-01101010 Gladstone 24
-01101010 Olney 24
-01101010 Merner 24
-01101010 Kingsley 24
-01101010 Spies 24
-01101010 Qualls 24
-01101010 Luftig 24
-01101010 Provenzano 24
-01101010 Lukas 24
-01101010 Jin 24
-01101010 Vedder 24
-01101010 Tilton 24
-01101010 Sosa 24
-01101010 Rasmussen 24
-01101010 Syme 24
-01101010 Dorchester 24
-01101010 Portman 24
-01101010 Brick 24
-01101010 Gobain 25
-01101010 Fielding 25
-01101010 Roma 25
-01101010 Cody 25
-01101010 Noland 25
-01101010 Geier 25
-01101010 Finch 25
-01101010 Pao 25
-01101010 Forte 25
-01101010 Schiller 25
-01101010 Hanauer 25
-01101010 Douglass 25
-01101010 Cramer 25
-01101010 MacAllister 25
-01101010 McRae 25
-01101010 Thor 25
-01101010 Merrick 25
-01101010 Winfield 25
-01101010 Hurley 25
-01101010 Corbin 25
-01101010 Milner 25
-01101010 Fiorucci 25
-01101010 Schulte 25
-01101010 Borg 25
-01101010 Barksdale 25
-01101010 Ramsay 25
-01101010 Kirschner 25
-01101010 Chopin 26
-01101010 Gage 26
-01101010 Chino 26
-01101010 Lanham 26
-01101010 Ginsberg 26
-01101010 Ratliff 26
-01101010 Wanamaker 26
-01101010 Rabinowitz 26
-01101010 Torrey 26
-01101010 Milne 26
-01101010 Dryden 26
-01101010 Shear 26
-01101010 Larkin 26
-01101010 Raven 26
-01101010 Spector 26
-01101010 Lipscomb 26
-01101010 Seltzer 26
-01101010 Poussin 26
-01101010 Bryce 26
-01101010 Geraghty 26
-01101010 Cano 26
-01101010 Tang 26
-01101010 DuPont 26
-01101010 Vita 27
-01101010 Lorin 27
-01101010 Bray 27
-01101010 Gable 27
-01101010 Somers 27
-01101010 Rance 27
-01101010 Spalding 27
-01101010 Wooster 27
-01101010 Wax 27
-01101010 Elway 27
-01101010 Sada 27
-01101010 Lister 27
-01101010 Arundel 27
-01101010 Herold 27
-01101010 Bradshaw 27
-01101010 Wynne 27
-01101010 Choate 27
-01101010 Constant 27
-01101010 Hyun 27
-01101010 Hildebrandt 27
-01101010 Leff 27
-01101010 Funk 27
-01101010 Dylan 27
-01101010 Cannell 27
-01101010 Gonzales 27
-01101010 Grauer 27
-01101010 Rousseau 27
-01101010 Fogg 27
-01101010 Rocker 27
-01101010 Eldridge 27
-01101010 Cho 27
-01101010 Whitley 27
-01101010 Bastian 27
-01101010 Riese 27
-01101010 Lytton 27
-01101010 McAllister 27
-01101010 Glassman 27
-01101010 Rauch 27
-01101010 Nye 27
-01101010 Wolfensohn 27
-01101010 Bone 27
-01101010 Kimbell 27
-01101010 Halstead 28
-01101010 Jeffries 28
-01101010 Golding 28
-01101010 Chalmers 28
-01101010 Musa 28
-01101010 Kelton 28
-01101010 Dell' 28
-01101010 Whelan 28
-01101010 Zehnder 28
-01101010 Raj 28
-01101010 Hooper 28
-01101010 Combs 28
-01101010 Easton 28
-01101010 Seidel 28
-01101010 McEnroe 28
-01101010 Waugh 28
-01101010 McFerrin 28
-01101010 Boomers 28
-01101010 Sharpe 28
-01101010 Mar 28
-01101010 Rubens 28
-01101010 Canning 28
-01101010 Frame 28
-01101010 Viner 28
-01101010 Embry 28
-01101010 Woodruff 28
-01101010 Duval 28
-01101010 Sheffield 28
-01101010 Jansen 28
-01101010 Yuen 28
-01101010 Hannaford 29
-01101010 Quixote 29
-01101010 Beesley 29
-01101010 Swann 29
-01101010 Tong 29
-01101010 Drysdale 29
-01101010 Schoen 29
-01101010 Elder 29
-01101010 Flanagan 29
-01101010 Mora 29
-01101010 Cullen 29
-01101010 Diener 29
-01101010 McClain 29
-01101010 Luth 29
-01101010 Wooden 29
-01101010 Petty 29
-01101010 Wirthlin 29
-01101010 Quigley 29
-01101010 Hinton 29
-01101010 Rusk 29
-01101010 Blackman 29
-01101010 Criswell 29
-01101010 Brewer 29
-01101010 Cass 29
-01101010 Carleton 29
-01101010 Schick 29
-01101010 Da 29
-01101010 Chaus 29
-01101010 Griswold 30
-01101010 Petroles 30
-01101010 Orchard 30
-01101010 Britt 30
-01101010 Leone 30
-01101010 Molson 30
-01101010 Timbers 30
-01101010 Helm 30
-01101010 Zorn 30
-01101010 Morley 30
-01101010 Abdullah 30
-01101010 Appel 30
-01101010 Niles 30
-01101010 Yankelovich 30
-01101010 Schmitt 30
-01101010 Fenton 30
-01101010 Bingham 30
-01101010 Schafer 30
-01101010 Vesco 30
-01101010 Lacey 30
-01101010 Briggs 31
-01101010 Rivkin 31
-01101010 Dreyfuss 31
-01101010 Chilton 31
-01101010 Ono 31
-01101010 Kidd 31
-01101010 Spears 31
-01101010 Brewster 31
-01101010 Lerach 31
-01101010 Wines 31
-01101010 Krause 31
-01101010 Trout 31
-01101010 Cleve 31
-01101010 Lovett 31
-01101010 Hazard 31
-01101010 Knutson 31
-01101010 Pastor 31
-01101010 Luria 31
-01101010 Solis 31
-01101010 Osborn 31
-01101010 Neumann 32
-01101010 Gilchrist 32
-01101010 Rankin 32
-01101010 Gatsby 32
-01101010 Lipsig 32
-01101010 Zimmermann 32
-01101010 Kang 32
-01101010 Steadman 32
-01101010 Knott 32
-01101010 Gannon 32
-01101010 Rothenberg 32
-01101010 Booker 32
-01101010 Sanderson 32
-01101010 Burden 32
-01101010 Moe 32
-01101010 Dunham 32
-01101010 Player 32
-01101010 Pendleton 32
-01101010 Langer 32
-01101010 Wolfson 33
-01101010 Koenig 33
-01101010 Calhoun 33
-01101010 Labatt 33
-01101010 Frick 33
-01101010 Guest 33
-01101010 Sindlinger 33
-01101010 Witt 33
-01101010 Friedlander 33
-01101010 Willoughby 33
-01101010 Higa 33
-01101010 Alene 33
-01101010 Jays 33
-01101010 Dionne 33
-01101010 Bostian 33
-01101010 Metzger 33
-01101010 Tracey 33
-01101010 Lovell 33
-01101010 Doll 33
-01101010 Salmon 33
-01101010 Moritz 33
-01101010 Gardiner 33
-01101010 Schumann 33
-01101010 Holman 33
-01101010 Kruse 33
-01101010 Crowell 33
-01101010 Woodside 34
-01101010 Hoyt 34
-01101010 Schiff 34
-01101010 Cochran 34
-01101010 Muir 34
-01101010 Britton 34
-01101010 Weatherford 34
-01101010 Pulliam 34
-01101010 Zappa 34
-01101010 Draper 34
-01101010 Kasper 34
-01101010 Eaux 34
-01101010 Simms 34
-01101010 Turk 34
-01101010 Hamel 34
-01101010 Keillor 34
-01101010 Rubinstein 34
-01101010 Klee 35
-01101010 Lea 35
-01101010 Neuhaus 35
-01101010 Zeckendorf 35
-01101010 Hillman 35
-01101010 Lyman 35
-01101010 Dorr 35
-01101010 Wyeth 35
-01101010 Pain 35
-01101010 Kobrin 35
-01101010 Matuschka 35
-01101010 Iwai 35
-01101010 Carmoy 35
-01101010 Sillerman 36
-01101010 Goddard 36
-01101010 Waddell 36
-01101010 Lynden 36
-01101010 Friedberg 36
-01101010 Berliner 36
-01101010 Blackwell 36
-01101010 Reese 36
-01101010 Wescott 36
-01101010 Sin 36
-01101010 Ash 36
-01101010 Wiener 36
-01101010 Xu 36
-01101010 Winters 36
-01101010 Ferri 36
-01101010 Obando 36
-01101010 Stratton 36
-01101010 Debevoise 36
-01101010 Deming 36
-01101010 Delano 36
-01101010 Dowling 36
-01101010 Gilliam 36
-01101010 Espana 36
-01101010 Self 37
-01101010 Z 37
-01101010 Foresman 37
-01101010 Abramowitz 37
-01101010 Brett 37
-01101010 Abbas 37
-01101010 Trumbull 37
-01101010 Faust 37
-01101010 McNally 37
-01101010 Dickson 37
-01101010 Sarnoff 37
-01101010 Gershwin 38
-01101010 Suter 38
-01101010 Vega 38
-01101010 Latham 38
-01101010 Bassett 38
-01101010 Schiavone 38
-01101010 Gunter 38
-01101010 Bowie 38
-01101010 Binder 38
-01101010 Baruch 38
-01101010 Gauguin 38
-01101010 Walls 38
-01101010 Farah 38
-01101010 le 38
-01101010 Ransom 38
-01101010 Ramadan 38
-01101010 Barlow 39
-01101010 Hume 39
-01101010 Osman 39
-01101010 DuBois 39
-01101010 Huntley 39
-01101010 Johnstone 39
-01101010 Cowan 39
-01101010 Brachfeld 39
-01101010 Hagen 39
-01101010 Shawn 40
-01101010 Boswell 40
-01101010 Rymer 40
-01101010 Redding 40
-01101010 Casper 40
-01101010 Cochrane 40
-01101010 McCann 40
-01101010 Zhang 40
-01101010 Faulkner 40
-01101010 Toms 40
-01101010 Mott 40
-01101010 Harman 40
-01101010 Soto 40
-01101010 Cassidy 40
-01101010 Abbenhaus 40
-01101010 l' 41
-01101010 Toyoda 41
-01101010 Amos 41
-01101010 Rutledge 41
-01101010 Dahlberg 41
-01101010 Dorn 41
-01101010 Baum 41
-01101010 Underwood 41
-01101010 McNeil 41
-01101010 Hannah 41
-01101010 Oswald 41
-01101010 Kroh 41
-01101010 DeWitt 41
-01101010 Foreman 41
-01101010 Cheng 41
-01101010 Waterman 41
-01101010 Berkman 41
-01101010 Lapides 42
-01101010 Laird 42
-01101010 Saxon 42
-01101010 Blanc 42
-01101010 Mendoza 42
-01101010 Ness 42
-01101010 Corbett 43
-01101010 Levesque 43
-01101010 MacKenzie 43
-01101010 Hendrickson 43
-01101010 Deutsch 43
-01101010 Gelman 43
-01101010 Kaufmann 43
-01101010 Selzer 43
-01101010 Papa 43
-01101010 Everingham 43
-01101010 Friend 43
-01101010 Hartman 44
-01101010 Bayh 44
-01101010 Flood 44
-01101010 Weingarten 44
-01101010 Forsyth 44
-01101010 Hellman 44
-01101010 Berkley 44
-01101010 Pastora 44
-01101010 Spicer 44
-01101010 Alden 44
-01101010 Hogg 44
-01101010 Brouwer 44
-01101010 Hoffmann 44
-01101010 Lippincott 44
-01101010 Pollock 44
-01101010 Brookes 44
-01101010 Okamoto 45
-01101010 Bowers 45
-01101010 Loomis 45
-01101010 McIntosh 45
-01101010 Valentino 45
-01101010 Lu 45
-01101010 Hurtado 45
-01101010 Estaing 45
-01101010 Lakefield 45
-01101010 Forward 46
-01101010 Scala 46
-01101010 Morrell 46
-01101010 Salle 46
-01101010 Springer 46
-01101010 Sayles 46
-01101010 Dunne 46
-01101010 Maguire 46
-01101010 Denton 46
-01101010 Cummings 46
-01101010 Lundberg 46
-01101010 Luciano 46
-01101010 Landesbank 46
-01101010 Wachtel 46
-01101010 Gilman 47
-01101010 Salisbury 47
-01101010 Martens 47
-01101010 Manson 47
-01101010 Mara 47
-01101010 Eddy 47
-01101010 Pickle 47
-01101010 Valu 47
-01101010 Ulrich 47
-01101010 Swain 47
-01101010 McGuire 47
-01101010 Slattery 47
-01101010 Schweitzer 47
-01101010 Stowe 47
-01101010 Irvin 47
-01101010 Haynes 48
-01101010 Ware 48
-01101010 Hassan 48
-01101010 Banta 49
-01101010 Egan 49
-01101010 Manafort 49
-01101010 Handy 49
-01101010 Budd 49
-01101010 Aoki 49
-01101010 Ritchie 49
-01101010 McKenna 49
-01101010 Ives 49
-01101010 Rey 49
-01101010 Guenther 49
-01101010 Magnus 49
-01101010 Lim 49
-01101010 Doe 49
-01101010 Erickson 49
-01101010 Keene 50
-01101010 Tennant 50
-01101010 Alvarez 50
-01101010 Sparks 50
-01101010 Beutel 51
-01101010 Bess 51
-01101010 Markham 51
-01101010 Seligman 51
-01101010 Pierson 51
-01101010 Rubenstein 51
-01101010 Flowers 51
-01101010 Rath 52
-01101010 Hamburger 52
-01101010 Landry 52
-01101010 Byers 52
-01101010 Maloney 52
-01101010 Soria 52
-01101010 Janeiro 52
-01101010 Freed 52
-01101010 Pound 53
-01101010 Handel 53
-01101010 Constantine 53
-01101010 Cleary 53
-01101010 Beale 53
-01101010 Gaylord 53
-01101010 Ellsworth 53
-01101010 Hocking 53
-01101010 Thorne 53
-01101010 Winn 53
-01101010 Boyer 53
-01101010 Kearney 54
-01101010 Rutherford 54
-01101010 Taubman 54
-01101010 Leventhal 54
-01101010 Gaulle 54
-01101010 Metcalf 54
-01101010 Braun 54
-01101010 Samson 54
-01101010 Landau 54
-01101010 Larson 54
-01101010 Echos 54
-01101010 Dougherty 54
-01101010 Frazier 54
-01101010 Godfrey 55
-01101010 Cahill 55
-01101010 Elkins 55
-01101010 Carlisle 55
-01101010 McKee 55
-01101010 Perdue 55
-01101010 Esty 55
-01101010 Talbot 55
-01101010 Russo 55
-01101010 Harwood 55
-01101010 Ely 55
-01101010 Brinkley 56
-01101010 Jong 56
-01101010 Lutz 56
-01101010 Ried 56
-01101010 Gale 56
-01101010 Harding 56
-01101010 Hood 56
-01101010 Brophy 56
-01101010 Tanner 56
-01101010 Feshbach 57
-01101010 Boslego 57
-01101010 Twain 57
-01101010 Lay 57
-01101010 McNamara 57
-01101010 Bard 57
-01101010 Cardillo 57
-01101010 Hulbert 58
-01101010 Hendricks 58
-01101010 Broderick 58
-01101010 Sheridan 58
-01101010 Kroll 58
-01101010 Sikes 58
-01101010 Shelton 58
-01101010 Marino 58
-01101010 Albrecht 58
-01101010 Bragg 58
-01101010 Schubert 59
-01101010 Jaffe 59
-01101010 Rossi 59
-01101010 Bentley 59
-01101010 Ehrlich 59
-01101010 Licht 59
-01101010 Grady 59
-01101010 Heflin 59
-01101010 Credito 60
-01101010 McFarland 60
-01101010 Basie 60
-01101010 Mooney 60
-01101010 Steen 60
-01101010 Santos 60
-01101010 Lebow 60
-01101010 Tobin 60
-01101010 Fallon 60
-01101010 Kenny 60
-01101010 Covington 60
-01101010 Magnin 61
-01101010 Sage 61
-01101010 Horne 61
-01101010 Grass 61
-01101010 Moog 61
-01101010 Vaughan 61
-01101010 Carlin 61
-01101010 Donahue 61
-01101010 Copeland 61
-01101010 Popkin 61
-01101010 Hand 61
-01101010 Guthrie 61
-01101010 Lindsay 62
-01101010 Ginn 62
-01101010 Massey 62
-01101010 Opel 62
-01101010 Purcell 62
-01101010 Kline 63
-01101010 Ramsey 63
-01101010 Livermore 63
-01101010 Calvert 63
-01101010 Kitchen 64
-01101010 Oppenheim 64
-01101010 Nicholson 64
-01101010 Bolling 64
-01101010 McDowell 64
-01101010 Sick 64
-01101010 Mansfield 65
-01101010 Caldwell 65
-01101010 Dhabi 65
-01101010 Martini 65
-01101010 Bildner 65
-01101010 Albertson 65
-01101010 Redman 65
-01101010 Fitch 65
-01101010 Alger 65
-01101010 Knox 65
-01101010 Ewing 65
-01101010 Harlan 65
-01101010 Matisse 65
-01101010 Wyman 65
-01101010 Chan 65
-01101010 MacArthur 65
-01101010 Rabbit 66
-01101010 Hitchcock 66
-01101010 Hesse 66
-01101010 Rutland 66
-01101010 Millis 66
-01101010 Klerk 66
-01101010 Factor 67
-01101010 Grimm 67
-01101010 Hopper 67
-01101010 Rifkind 67
-01101010 Gartman 67
-01101010 Cohn 67
-01101010 Corcoran 68
-01101010 Stacy 68
-01101010 Sargent 68
-01101010 Rush 68
-01101010 Guerin 68
-01101010 Watt 68
-01101010 Meehan 68
-01101010 Wolff 68
-01101010 Goetz 69
-01101010 Bilbao 69
-01101010 Skaggs 69
-01101010 Lazarus 69
-01101010 Pike 69
-01101010 Vance 69
-01101010 Bean 70
-01101010 Ronson 70
-01101010 Cantor 70
-01101010 Jacoby 70
-01101010 Boom 70
-01101010 Willens 70
-01101010 Wellman 70
-01101010 Yu 70
-01101010 Shin 71
-01101010 Uno 71
-01101010 Remington 71
-01101010 Aron 71
-01101010 Matheson 71
-01101010 Townsend 71
-01101010 Dreyer 71
-01101010 Tudor 72
-01101010 Liu 72
-01101010 Agnelli 72
-01101010 Sloane 72
-01101010 Duck 72
-01101010 Shoppes 72
-01101010 Clifton 73
-01101010 Jepson 73
-01101010 Kamp 73
-01101010 Hardy 73
-01101010 Shea 73
-01101010 Wiley 73
-01101010 Shelley 73
-01101010 Blake 73
-01101010 Heath 73
-01101010 Landis 74
-01101010 Harbert 74
-01101010 Kinney 74
-01101010 Wise 74
-01101010 Mahler 74
-01101010 Yang 75
-01101010 Napier 75
-01101010 Brooke 75
-01101010 Garland 75
-01101010 Slater 75
-01101010 Kimball 75
-01101010 Bonner 75
-01101010 Sims 75
-01101010 Graf 75
-01101010 Minor 75
-01101010 Bigelow 76
-01101010 Augustine 76
-01101010 Bosworth 76
-01101010 Rowan 77
-01101010 Ferrari 77
-01101010 Scowcroft 77
-01101010 Percy 77
-01101010 Waite 77
-01101010 McKenzie 77
-01101010 Riordan 77
-01101010 Sinclair 77
-01101010 Cobb 77
-01101010 Greer 77
-01101010 Frankel 78
-01101010 Jasinowski 78
-01101010 Benham 78
-01101010 Villa 78
-01101010 Starr 78
-01101010 Peltz 78
-01101010 Kirkpatrick 79
-01101010 Meadows 79
-01101010 Davenport 79
-01101010 Hermann 79
-01101010 Armour 79
-01101010 Ashley 79
-01101010 Kaye 79
-01101010 Chappell 79
-01101010 Archer 79
-01101010 Fedders 80
-01101010 Amman 80
-01101010 Schaefer 80
-01101010 Polk 80
-01101010 Song 80
-01101010 Havilland 80
-01101010 Parks 80
-01101010 Herzfeld 80
-01101010 Gleason 81
-01101010 Ladd 81
-01101010 Dorsey 81
-01101010 Itoh 81
-01101010 Bregman 81
-01101010 Rosenfeld 81
-01101010 Hayward 81
-01101010 Ho 81
-01101010 Hanley 82
-01101010 Gortari 82
-01101010 Cutler 82
-01101010 Booth 82
-01101010 Barclay 82
-01101010 Han 82
-01101010 Birch 82
-01101010 Sloate 82
-01101010 Springsteen 82
-01101010 Gorman 83
-01101010 Garment 83
-01101010 Gill 83
-01101010 Terra 83
-01101010 McGraw 84
-01101010 Finn 84
-01101010 Browne 84
-01101010 Valentine 84
-01101010 Addison 85
-01101010 Compton 85
-01101010 Anders 85
-01101010 Lin 85
-01101010 McIntyre 85
-01101010 Blum 85
-01101010 Karcher 85
-01101010 Lauren 86
-01101010 Tully 86
-01101010 Tinker 87
-01101010 Josephson 87
-01101010 Somerville 87
-01101010 Sweeney 87
-01101010 Guber 87
-01101010 Electricite 88
-01101010 Roll 88
-01101010 Mayo 88
-01101010 Biehl 88
-01101010 Zimmer 88
-01101010 Caesar 89
-01101010 Lodge 89
-01101010 Langley 89
-01101010 Stahl 89
-01101010 Bright 89
-01101010 Coats 90
-01101010 Stella 90
-01101010 Livingston 90
-01101010 Stanger 90
-01101010 Romano 90
-01101010 Hollis 90
-01101010 Atwood 90
-01101010 Gregg 90
-01101010 Gillett 90
-01101010 Jennings 91
-01101010 Franco 91
-01101010 Link 92
-01101010 Pages 92
-01101010 Gramley 92
-01101010 Meyers 92
-01101010 Lauder 92
-01101010 Harrington 93
-01101010 Payne 93
-01101010 Luke 93
-01101010 Hays 93
-01101010 Von 93
-01101010 Barton 93
-01101010 Moet 94
-01101010 Carver 94
-01101010 Bosch 94
-01101010 Silverstein 94
-01101010 Allison 94
-01101010 Sandler 94
-01101010 Riklis 94
-01101010 Woodland 94
-01101010 Connors 94
-01101010 Galbraith 94
-01101010 Packard 95
-01101010 Scripps 95
-01101010 Howe 95
-01101010 Lang 95
-01101010 Hines 95
-01101010 Sylvester 95
-01101010 Hastings 96
-01101010 Newhouse 96
-01101010 Scudder 96
-01101010 Variety 96
-01101010 Mouse 96
-01101010 Owens 96
-01101010 Linden 96
-01101010 Archibald 96
-01101010 Holt 97
-01101010 Ramirez 97
-01101010 Seal 97
-01101010 McGill 97
-01101010 Feldman 98
-01101010 Welsh 98
-01101010 Dell 99
-01101010 Lamb 99
-01101010 McCabe 100
-01101010 Millard 100
-01101010 Dederick 100
-01101010 Webber 101
-01101010 Arden 102
-01101010 Hewitt 102
-01101010 Subroto 103
-01101010 Shilling 104
-01101010 Parkinson 104
-01101010 Greenwood 104
-01101010 Dawson 104
-01101010 Chamberlain 104
-01101010 McCoy 104
-01101010 Dickinson 105
-01101010 Laurel 105
-01101010 Carlton 105
-01101010 Kirkland 106
-01101010 Lyon 106
-01101010 Abe 106
-01101010 Hutchinson 106
-01101010 Rivers 106
-01101010 Rouse 106
-01101010 Zoete 107
-01101010 Hayden 107
-01101010 Fay 107
-01101010 Diaz 107
-01101010 Il 107
-01101010 Reeves 107
-01101010 Healy 108
-01101010 Whitman 108
-01101010 Parsons 108
-01101010 Steinhardt 109
-01101010 Herzog 109
-01101010 Sutherland 109
-01101010 Moses 110
-01101010 Manley 110
-01101010 Morrow 111
-01101010 Crowley 111
-01101010 Dunn 111
-01101010 Kessler 111
-01101010 Berman 111
-01101010 Miranda 112
-01101010 Nash 112
-01101010 Bruno 113
-01101010 Atkinson 113
-01101010 Savaiko 113
-01101010 Riney 114
-01101010 Bozell 114
-01101010 Roe 114
-01101010 Carrington 114
-01101010 Shore 114
-01101010 Rolland 115
-01101010 Culver 115
-01101010 Merritt 115
-01101010 Frost 115
-01101010 Meredith 116
-01101010 Michaels 116
-01101010 Houghton 116
-01101010 Barr 117
-01101010 Hammond 117
-01101010 Avery 118
-01101010 Carlson 118
-01101010 Ansbacher 118
-01101010 Stanton 119
-01101010 Hyman 119
-01101010 Clay 119
-01101010 Greenfield 119
-01101010 Pesch 120
-01101010 Ingersoll 120
-01101010 Grubman 121
-01101010 Potter 121
-01101010 McKinley 122
-01101010 Kerr 123
-01101010 Hawkins 123
-01101010 Beck 123
-01101010 Kirby 123
-01101010 Dalton 124
-01101010 Warwick 124
-01101010 Heublein 124
-01101010 Davidson 124
-01101010 Woodward 125
-01101010 Weston 125
-01101010 Shaffer 125
-01101010 Gaines 126
-01101010 McGrath 126
-01101010 Nader 126
-01101010 Depot 126
-01101010 Henson 126
-01101010 Bartlett 127
-01101010 Durham 127
-01101010 Hogan 128
-01101010 Randolph 128
-01101010 Bauer 128
-01101010 Sessions 128
-01101010 Sweet 128
-01101010 Stevenson 130
-01101010 Salem 130
-01101010 Conner 131
-01101010 Hubbard 131
-01101010 Garrett 132
-01101010 Lange 132
-01101010 Eliot 132
-01101010 Wade 132
-01101010 Platt 133
-01101010 Fitzgerald 133
-01101010 Cameron 133
-01101010 Laurent 133
-01101010 Watts 134
-01101010 Rollins 135
-01101010 Ketchum 135
-01101010 Forster 136
-01101010 Williamson 136
-01101010 Bryant 137
-01101010 Wyatt 137
-01101010 Mercer 138
-01101010 Hampton 139
-01101010 Kagan 139
-01101010 Carey 140
-01101010 Hope 140
-01101010 Andreas 140
-01101010 Templeton 140
-01101010 Kendall 141
-01101010 Furman 142
-01101010 Logan 144
-01101010 Heine 144
-01101010 Nidal 144
-01101010 Barnard 145
-01101010 Perkins 145
-01101010 Sloan 147
-01101010 Miles 147
-01101010 Downey 147
-01101010 Roderick 150
-01101010 Sutton 150
-01101010 Daniels 150
-01101010 facto 150
-01101010 Smart 151
-01101010 Fischer 151
-01101010 Fraser 151
-01101010 Buck 151
-01101010 Della 151
-01101010 Chambers 152
-01101010 Bouygues 152
-01101010 Farmer 152
-01101010 Davies 153
-01101010 Maynard 153
-01101010 Mao 153
-01101010 Dewey 153
-01101010 Reid 153
-01101010 Berry 154
-01101010 Head 154
-01101010 Bain 155
-01101010 Polo 156
-01101010 Chandler 157
-01101010 Rosenthal 157
-01101010 Dempsey 158
-01101010 Montagu 158
-01101010 Masters 159
-01101010 Farrell 159
-01101010 Wolfe 159
-01101010 Spelling 161
-01101010 Swift 162
-01101010 Crow 163
-01101010 Crosby 164
-01101010 Arbor 164
-01101010 Burnett 165
-01101010 Dreman 165
-01101010 Werner 166
-01101010 Malone 166
-01101010 Patterson 167
-01101010 Willis 167
-01101010 Barker 167
-01101010 Rowland 168
-01101010 Cruz 169
-01101010 Baron 169
-01101010 Levitt 169
-01101010 Ogden 170
-01101010 Hicks 171
-01101010 Everett 171
-01101010 Schulman 171
-01101010 Barrett 172
-01101010 Quinn 173
-01101010 Gallo 174
-01101010 Snow 174
-01101010 Shannon 174
-01101010 Rooney 175
-01101010 Gallagher 175
-01101010 Humphrey 175
-01101010 Robbins 177
-01101010 Boyd 177
-01101010 M 180
-01101010 Altman 180
-01101010 Baird 180
-01101010 Bird 181
-01101010 Myerson 181
-01101010 Schroeder 183
-01101010 Grove 184
-01101010 Loeb 184
-01101010 Busch 185
-01101010 Manning 186
-01101010 Hayes 186
-01101010 Bronfman 186
-01101010 Kern 188
-01101010 Carpenter 188
-01101010 Fletcher 189
-01101010 McCormick 190
-01101010 Peck 191
-01101010 Mueller 191
-01101010 Becker 192
-01101010 Rhodes 193
-01101010 Lowe 193
-01101010 Hay 193
-01101010 Joyce 193
-01101010 Needham 194
-01101010 Berger 194
-01101010 Moran 195
-01101010 Bradford 195
-01101010 Weil 196
-01101010 Marx 196
-01101010 Hansen 197
-01101010 Hancock 197
-01101010 Knight 197
-01101010 Andrews 198
-01101010 Donovan 199
-01101010 Blinder 199
-01101010 Roach 200
-01101010 Huntington 201
-01101010 Sells 201
-01101010 Adler 203
-01101010 Heller 203
-01101010 Noble 203
-01101010 Mayer 203
-01101010 Swanson 205
-01101010 Spiegel 206
-01101010 Preston 206
-01101010 Norris 207
-01101010 Kay 210
-01101010 Burke 210
-01101010 Benton 211
-01101010 Hess 211
-01101010 Temple 211
-01101010 Page 212
-01101010 Foote 212
-01101010 Connolly 212
-01101010 Newton 212
-01101010 Bates 212
-01101010 Kramer 213
-01101010 Lieberman 214
-01101010 Claiborne 215
-01101010 Fish 215
-01101010 Tyler 219
-01101010 Crane 221
-01101010 Bishop 221
-01101010 Pepper 222
-01101010 Shapiro 223
-01101010 Hyatt 224
-01101010 Monroe 224
-01101010 Clinton 225
-01101010 Richards 226
-01101010 Baldwin 226
-01101010 Doyle 226
-01101010 Higgins 227
-01101010 Watson 228
-01101010 Seymour 229
-01101010 Dixon 229
-01101010 Farley 230
-01101010 Whittle 231
-01101010 Mack 232
-01101010 Jovanovich 233
-01101010 Reilly 233
-01101010 Solomon 235
-01101010 Jacobson 236
-01101010 Carroll 237
-01101010 Churchill 237
-01101010 Gardner 237
-01101010 Block 238
-01101010 Porter 239
-01101010 Kaplan 241
-01101010 Gabelli 245
-01101010 Sharp 245
-01101010 Nichols 248
-01101010 Monte 249
-01101010 Gibson 251
-01101010 Norton 251
-01101010 Rosen 252
-01101010 Cole 252
-01101010 Fried 252
-01101010 Sound 254
-01101010 Sanders 254
-01101010 Hirsch 255
-01101010 Simpson 257
-01101010 Marks 259
-01101010 Newman 259
-01101010 Lipton 261
-01101010 Rule 261
-01101010 Brierley 262
-01101010 Holland 263
-01101010 Roth 263
-01101010 Bowl 264
-01101010 Tucker 265
-01101010 Mann 267
-01101010 Henderson 267
-01101010 Sherwood 270
-01101010 Katz 271
-01101010 Peters 273
-01101010 Wallace 274
-01101010 Schneider 275
-01101010 McLean 277
-01101010 Goldsmith 277
-01101010 Stephens 278
-01101010 Lyons 281
-01101010 Brock 281
-01101010 Richardson 284
-01101010 Duncan 285
-01101010 Palmer 285
-01101010 Fine 287
-01101010 Hunter 289
-01101010 Bailey 289
-01101010 Gibbs 290
-01101010 Snyder 291
-01101010 Clarke 294
-01101010 Capel 296
-01101010 Perella 297
-01101010 Hopkins 299
-01101010 Rockefeller 303
-01101010 Barnes 303
-01101010 Butler 305
-01101010 Myers 305
-01101010 Greenberg 306
-01101010 Einstein 307
-01101010 Kent 308
-01101010 Heinz 311
-01101010 Marcus 312
-01101010 Schmidt 314
-01101010 Love 318
-01101010 Todd 319
-01101010 Marion 322
-01101010 Goldstein 322
-01101010 Barnett 323
-01101010 Jefferson 323
-01101010 Shaw 325
-01101010 Forbes 329
-01101010 DeBartolo 330
-01101010 Klein 331
-01101010 Goodman 333
-01101010 Stein 336
-01101010 Ellis 336
-01101010 Meyer 336
-01101010 Blair 337
-01101010 Hale 339
-01101010 Keefe 339
-01101010 Gross 340
-01101010 Harrison 342
-01101010 Scherer 349
-01101010 Sherman 349
-01101010 Baxter 350
-01101010 Seidman 351
-01101010 Carson 352
-01101010 Armstrong 353
-01101010 Ball 355
-01101010 Spencer 358
-01101010 Bryan 360
-01101010 Chapman 370
-01101010 Gilbert 372
-01101010 McCarthy 376
-01101010 Powell 377
-01101010 Stern 378
-01101010 Rich 381
-01101010 Peterson 384
-01101010 Le 384
-01101010 Fleming 387
-01101010 Wasserstein 393
-01101010 McDermott 394
-01101010 D' 401
-01101010 Perry 401
-01101010 Fairfax 403
-01101010 Webster 407
-01101010 Tyson 412
-01101010 Wagner 413
-01101010 Arrow 419
-01101010 Coleman 421
-01101010 Thiokol 422
-01101010 Dillon 430
-01101010 Lane 431
-01101010 Rice 439
-01101010 Elliott 444
-01101010 Cook 454
-01101010 Graham 456
-01101010 IV 460
-01101010 Strauss 460
-01101010 Brennan 461
-01101010 Bernstein 466
-01101010 Weiss 470
-01101010 la 474
-01101010 Morrison 477
-01101010 Field 481
-01101010 Stewart 486
-01101010 Cross 488
-01101010 Cox 495
-01101010 Friedman 506
-01101010 Collins 511
-01101010 Burns 512
-01101010 Glass 513
-01101010 Ryan 517
-01101010 Gates 520
-01101010 Adams 523
-01101010 Mason 524
-01101010 Madison 525
-01101010 Lipper 530
-01101010 Roche 539
-01101010 Fisher 542
-01101010 Edwards 548
-01101010 Webb 555
-01101010 Kaufman 563
-01101010 Andersen 589
-01101010 Simmons 589
-01101010 Schwab 590
-01101010 Rose 594
-01101010 Brooks 621
-01101010 Foster 635
-01101010 Nelson 656
-01101010 Reed 662
-01101010 Russell 663
-01101010 Rogers 664
-01101010 Kelly 667
-01101010 Hamilton 668
-01101010 Gould 671
-01101010 Robinson 674
-01101010 Evans 677
-01101010 Jefferies 688
-01101010 Grant 691
-01101010 Grace 692
-01101010 Wood 742
-01101010 Belgique 756
-01101010 Stone 766
-01101010 Walker 773
-01101010 Murphy 783
-01101010 Parker 786
-01101010 Mitchell 787
-01101010 Rothschild 790
-01101010 Steinberg 812
-01101010 Bennett 817
-01101010 Murray 826
-01101010 Stevens 829
-01101010 Hunt 850
-01101010 Jordan 861
-01101010 Alexander 872
-01101010 Anderson 873
-01101010 Gray 881
-01101010 Fox 882
-01101010 Marshall 883
-01101010 Ward 885
-01101010 Sullivan 889
-01101010 Wells 931
-01101010 Cohen 948
-01101010 Taylor 1011
-01101010 Wang 1036
-01101010 Roberts 1061
-01101010 Little 1068
-01101010 Green 1070
-01101010 Moore 1080
-01101010 Campbell 1090
-01101010 Cooper 1125
-01101010 Gordon 1135
-01101010 Thompson 1139
-01101010 Robertson 1141
-01101010 Clark 1192
-01101010 Hughes 1208
-01101010 Lewis 1243
-01101010 Hudson 1251
-01101010 Allen 1255
-01101010 Ross 1259
-01101010 Phillips 1301
-01101010 Bass 1371
-01101010 Greenspan 1400
-01101010 Maxwell 1412
-01101010 Hall 1475
-01101010 Price 1484
-01101010 Long 1506
-01101010 Turner 1563
-01101010 Williams 1566
-01101010 Simon 1620
-01101010 Wilson 1670
-01101010 Davis 1687
-01101010 Park 1802
-01101010 Morris 1815
-01101010 Kennedy 1898
-01101010 De 1952
-01101010 Young 2014
-01101010 King 2236
-01101010 Wright 2247
-01101010 Miller 2285
-01101010 Hill 2303
-01101010 Brown 2375
-01101010 Lee 2501
-01101010 O' 2676
-01101010 Johnson 3530
-01101010 Baker 3621
-01101010 Smith 4831
-01101010 Bell 3839
-0110101100 Haled 1
-0110101100 Dragas 1
-0110101100 Piencykoski 1
-0110101100 Babangina 1
-0110101100 Kotcher 1
-0110101100 IReagane 1
-0110101100 Woonsang 1
-0110101100 Piersall 1
-0110101100 Buendia 1
-0110101100 Telmer 1
-0110101100 Marie-Louise 1
-0110101100 Rutgaizer 1
-0110101100 Zagalsky 1
-0110101100 acquisitions-hungry 1
-0110101100 Tawney 1
-0110101100 Remus 1
-0110101100 Reyeros 1
-0110101100 Gondek 1
-0110101100 Bourgeault 1
-0110101100 McSwain 1
-0110101100 Krajnovich 1
-0110101100 Baccichet 1
-0110101100 Siraj 1
-0110101100 Cavin 1
-0110101100 Ramaswamy 1
-0110101100 Sahabat 1
-0110101100 Magarik 1
-0110101100 Speck 1
-0110101100 Lavrovsky 1
-0110101100 Lovasz 1
-0110101100 McDunnough 1
-0110101100 Gurdjieff 1
-0110101100 Liebmann/Lawrence 1
-0110101100 Kaleta 1
-0110101100 Schleede 1
-0110101100 Jaywardene 1
-0110101100 Sohr 1
-0110101100 Menna 1
-0110101100 Raif 1
-0110101100 Mamula 1
-0110101100 Enderle 1
-0110101100 Felsch 1
-0110101100 Parham 1
-0110101100 Arcenas 1
-0110101100 KCOP-TV 1
-0110101100 Bergwerk 1
-0110101100 Bordereau 1
-0110101100 Hojjat-ul-islam 1
-0110101100 Tapper 1
-0110101100 Berenbeim 1
-0110101100 Arehart 1
-0110101100 Wenkart 1
-0110101100 Boks 1
-0110101100 Sousatzka 1
-0110101100 Joabe 1
-0110101100 Pochivalov 1
-0110101100 Hosogi 1
-0110101100 Trellu 1
-0110101100 Lohrer 1
-0110101100 Gayoom 1
-0110101100 Machtly 1
-0110101100 Marvan 1
-0110101100 Enroth 1
-0110101100 Srdja 1
-0110101100 Abrams/Smithsonian 1
-0110101100 V.D. 1
-0110101100 Sheu 1
-0110101100 Pickvance 1
-0110101100 el-Sadat 1
-0110101100 Knutsen 1
-0110101100 Dinsmoor 1
-0110101100 Hanff 1
-0110101100 Superannuation 1
-0110101100 Huayta 1
-0110101100 Ilyin 1
-0110101100 Kalthoum 1
-0110101100 deGrasse 1
-0110101100 Loche 1
-0110101100 Al-Assad 1
-0110101100 Docksai 1
-0110101100 Montjar 1
-0110101100 Pio 1
-0110101100 Eichels 1
-0110101100 Neiwirth 1
-0110101100 Kaatz 1
-0110101100 Benanto 1
-0110101100 Crofford 1
-0110101100 Pyanov 1
-0110101100 Kulikhov 1
-0110101100 Kinge 1
-0110101100 Capela 1
-0110101100 Cheves 1
-0110101100 Chuikov 1
-0110101100 Calandia 1
-0110101100 Lorenzetti 1
-0110101100 Chung-Hua 1
-0110101100 Riza 1
-0110101100 Drago 1
-0110101100 Bagaza 1
-0110101100 Boehning 1
-0110101100 Schebil 1
-0110101100 Konstantinov 1
-0110101100 Androkrofus 1
-0110101100 Poltak 1
-0110101100 Radenz 1
-0110101100 Belluzzo 1
-0110101100 Hofstetter 1
-0110101100 Ionescu 1
-0110101100 Chona 1
-0110101100 Heeley 1
-0110101100 Canlas 1
-0110101100 Lubow 1
-0110101100 Meynial 1
-0110101100 Sanguinetti 1
-0110101100 Mikulas 1
-0110101100 Franchi 1
-0110101100 Ehrenberg 1
-0110101100 Ason 1
-0110101100 Martin-type 1
-0110101100 Gerevas 1
-0110101100 Lye 1
-0110101100 Galeazzi 1
-0110101100 self-same 1
-0110101100 Vanya 1
-0110101100 Somozo 1
-0110101100 Magnabosco 1
-0110101100 Fernan-Gomez 1
-0110101100 Divorcee 1
-0110101100 Joel. 1
-0110101100 Utt 1
-0110101100 Ali-type 1
-0110101100 Knigi 1
-0110101100 Cundrick 1
-0110101100 Frolov 1
-0110101100 Kececiler 1
-0110101100 Estensoro 1
-0110101100 Barty 1
-0110101100 Figueres 1
-0110101100 Noone 1
-0110101100 Tussaud 1
-0110101100 Palmen 1
-0110101100 Sabouret 1
-0110101100 Sallys 1
-0110101100 Cicoletti 1
-0110101100 Freundlich 1
-0110101100 Babakarkhel 1
-0110101100 reagan 1
-0110101100 post-and-phone 1
-0110101100 Noordman 1
-0110101100 Brownlow 1
-0110101100 Yemelyanenko 1
-0110101100 Strangeland 1
-0110101100 Waylan 1
-0110101100 Doulgas 1
-0110101100 Pistolesi 1
-0110101100 Ajmi 1
-0110101100 Macis 1
-0110101100 Kasatonov 1
-0110101100 Maladroit 1
-0110101100 Walson 1
-0110101100 Sultanov 1
-0110101100 Doright 1
-0110101100 FINDS 1
-0110101100 Keciciler 1
-0110101100 Starek 1
-0110101100 Riechmann 1
-0110101100 Munos 1
-0110101100 Berenbein 1
-0110101100 Robillard 1
-0110101100 Bircher 1
-0110101100 Terpak 1
-0110101100 as-Samim 1
-0110101100 Gumersindo 1
-0110101100 Kupka 1
-0110101100 Somoza. 1
-0110101100 Raegan 1
-0110101100 Soliva 1
-0110101100 Enayetullah 1
-0110101100 Yablokov 1
-0110101100 Makarios 1
-0110101100 Thieu 1
-0110101100 Tackles 1
-0110101100 Paez 1
-0110101100 Atwan 1
-0110101100 Chesemore 1
-0110101100 Kleintjie 1
-0110101100 establishment/conservative 1
-0110101100 Dumptys 1
-0110101100 Saykin 1
-0110101100 Ahman 1
-0110101100 Horensky 1
-0110101100 Coccoli 1
-0110101100 Chazalettes 1
-0110101100 Leonov 1
-0110101100 Balcer 1
-0110101100 Wolner 1
-0110101100 Ence 1
-0110101100 Merante 1
-0110101100 Tricoire 2
-0110101100 Tabia 2
-0110101100 Koryavin 2
-0110101100 Smits 2
-0110101100 Ranevskaya 2
-0110101100 Telly 2
-0110101100 Al-Aish 2
-0110101100 Kutscher 2
-0110101100 DeLuise 2
-0110101100 Museveni 2
-0110101100 Wollman 2
-0110101100 Slinn 2
-0110101100 Boulet 2
-0110101100 Ratman 2
-0110101100 Killy 2
-0110101100 Steyn 2
-0110101100 Pleites 2
-0110101100 Yeon 2
-0110101100 Hynd 2
-0110101100 Daun 2
-0110101100 Zhukov 2
-0110101100 Muniz 2
-0110101100 Roget 2
-0110101100 Pitcairn 2
-0110101100 Kaina 2
-0110101100 Koperniak 2
-0110101100 Sergeyev 2
-0110101100 Nazlet 2
-0110101100 Arkaev 2
-0110101100 Ruchang 2
-0110101100 Idol 2
-0110101100 Chumaceiro 2
-0110101100 Lynds 2
-0110101100 Husby 2
-0110101100 Dowager 2
-0110101100 Duangduan 2
-0110101100 Kucher 2
-0110101100 Golann 2
-0110101100 Kountche 2
-0110101100 Shake-Speare 2
-0110101100 Chamula 2
-0110101100 Ruinart 2
-0110101100 Nerva 2
-0110101100 Filiciak 2
-0110101100 Huega 2
-0110101100 Nasution 2
-0110101100 Escobedo 2
-0110101100 Vender 2
-0110101100 McMeekin 2
-0110101100 Sostkowski 2
-0110101100 DePetris 2
-0110101100 Reagan. 2
-0110101100 Eugenie 2
-0110101100 Narmin 2
-0110101100 Wardak 2
-0110101100 Olcese 2
-0110101100 Zamir 2
-0110101100 Optometrists 2
-0110101100 Atakol 2
-0110101100 Klimt 2
-0110101100 Dehaene 2
-0110101100 Collado 2
-0110101100 Ranasinghe 2
-0110101100 Weisskopf 2
-0110101100 Sellenraad 2
-0110101100 Shehu 2
-0110101100 Nordique 2
-0110101100 Canales 2
-0110101100 Seeley 2
-0110101100 Adriani 2
-0110101100 Dada 2
-0110101100 Ringsby 2
-0110101100 Wecht 2
-0110101100 Heren 2
-0110101100 Vencovsky 2
-0110101100 Panov 2
-0110101100 Lebedev 2
-0110101100 Oncebay 2
-0110101100 Obukhov 2
-0110101100 Guilden 2
-0110101100 Morvan 2
-0110101100 Olgin 2
-0110101100 Asmus 2
-0110101100 Knepper 2
-0110101100 Ironcoke 2
-0110101100 Hochsprung 2
-0110101100 Bonanni 2
-0110101100 Banda 2
-0110101100 Voegtli 3
-0110101100 Papone 3
-0110101100 Annis 3
-0110101100 Tchuruk 3
-0110101100 Shaich 3
-0110101100 Lureen 3
-0110101100 Arrau 3
-0110101100 Koivisto 3
-0110101100 Astafiev 3
-0110101100 Zolotarevsky 3
-0110101100 Durante 3
-0110101100 Urcuyo 3
-0110101100 Clutter 3
-0110101100 Illyin 3
-0110101100 Kniga 3
-0110101100 Sumitro 3
-0110101100 Piancone 3
-0110101100 Mermaz 3
-0110101100 Gottshall 3
-0110101100 Szymanski 3
-0110101100 Werder 3
-0110101100 Volel 3
-0110101100 Fulgoni 3
-0110101100 Delgadillo 3
-0110101100 Werwath 3
-0110101100 Handlin 3
-0110101100 Tolbukhin 3
-0110101100 Noblitt 3
-0110101100 Doaker 3
-0110101100 Boiret 3
-0110101100 Guillem 3
-0110101100 Kimberling 3
-0110101100 Macbride 3
-0110101100 Buyoya 3
-0110101100 Pretorius 3
-0110101100 Glancz 3
-0110101100 Sebe 3
-0110101100 Urien 3
-0110101100 Timofeyev 3
-0110101100 Mazzaferro 3
-0110101100 Sucre 3
-0110101100 Kramarsky 3
-0110101100 Reagan/Bush 3
-0110101100 Bertero 3
-0110101100 Maberley 3
-0110101100 Troccoli 3
-0110101100 Trusteeship 4
-0110101100 Adolphus 4
-0110101100 Allagash 4
-0110101100 Riber 4
-0110101100 Roa 4
-0110101100 Bevin 4
-0110101100 Mobuto 4
-0110101100 Oquendo 4
-0110101100 Blandness 4
-0110101100 Habre 4
-0110101100 Doan 4
-0110101100 Bovary 4
-0110101100 Riera 4
-0110101100 Nachtman 4
-0110101100 Mwinyi 4
-0110101100 Bartle 4
-0110101100 Benn 4
-0110101100 Diouf 4
-0110101100 Betso 4
-0110101100 Mannix 4
-0110101100 Masvidal 4
-0110101100 Pesaro 4
-0110101100 Goldstock 4
-0110101100 Antonov 4
-0110101100 Braginsky 4
-0110101100 Yanquis 4
-0110101100 Juvenal 4
-0110101100 Sukenick 5
-0110101100 Macklis 5
-0110101100 Bossio 5
-0110101100 Karmal 5
-0110101100 Casty 5
-0110101100 Willeford 5
-0110101100 Levant 5
-0110101100 Curly 5
-0110101100 Porizkova 5
-0110101100 Ambani 5
-0110101100 Bowker 5
-0110101100 Formenton 5
-0110101100 Spriggs 5
-0110101100 Makarov 5
-0110101100 Pokrovskii 5
-0110101100 Al-Fayed 5
-0110101100 Ferrovie 6
-0110101100 Babangida 6
-0110101100 Okita 6
-0110101100 Balaguer 6
-0110101100 Niness 6
-0110101100 Ballve 6
-0110101100 Jamal 6
-0110101100 Kadoorie 6
-0110101100 Lasser 6
-0110101100 Boulroud 6
-0110101100 Surges 6
-0110101100 Rake 6
-0110101100 Iakovos 7
-0110101100 Leavey 7
-0110101100 Trejo 7
-0110101100 Lightstone 7
-0110101100 Beaton 7
-0110101100 Andersons 7
-0110101100 Najib 7
-0110101100 Benackova 7
-0110101100 Queler 7
-0110101100 Kosygin 8
-0110101100 Gordimer 8
-0110101100 Fossey 8
-0110101100 Posluns 8
-0110101100 Wishnick 8
-0110101100 Rigas 9
-0110101100 Montand 9
-0110101100 Skeen 9
-0110101100 Sobey 9
-0110101100 al-Assad 10
-0110101100 Bonaparte 10
-0110101100 Gooden 10
-0110101100 Mahony 10
-0110101100 Solimon 10
-0110101100 Cerezo 10
-0110101100 Wissa 11
-0110101100 Shorr 11
-0110101100 Jemima 11
-0110101100 Te 11
-0110101100 Abbado 11
-0110101100 Samaranch 11
-0110101100 Barnala 11
-0110101100 Stroessner 12
-0110101100 Rhee 12
-0110101100 Parrot 12
-0110101100 Azcona 12
-0110101100 Trichet 12
-0110101100 Abalkin 13
-0110101100 Mikulic 13
-0110101100 Perignon 13
-0110101100 Lefebvre 13
-0110101100 Chadli 13
-0110101100 Betancur 13
-0110101100 Gruet 13
-0110101100 Frel 14
-0110101100 Gotti 14
-0110101100 Moncrief 17
-0110101100 Malle 17
-0110101100 Kokes 18
-0110101100 Hoffa 19
-0110101100 Dumpty 20
-0110101100 Hoxsey 20
-0110101100 Zaitsev 20
-0110101100 Evren 21
-0110101100 Andreotti 22
-0110101100 Biro 23
-0110101100 Dellums 24
-0110101100 Husak 25
-0110101100 Cossiga 26
-0110101100 Berra 27
-0110101100 Manglapus 29
-0110101100 Gemayel 29
-0110101100 Marcinkus 29
-0110101100 Zagat 30
-0110101100 Parton 31
-0110101100 Wilde 32
-0110101100 Peron 35
-0110101100 Ershad 36
-0110101100 Ceausescu 40
-0110101100 Jayewardene 41
-0110101100 Sadat 44
-0110101100 Flick 46
-0110101100 Tutu 46
-0110101100 Swaggart 47
-0110101100 Billes 52
-0110101100 Suharto 53
-0110101100 Allende 55
-0110101100 Najibullah 58
-0110101100 Hague 66
-0110101100 Barco 73
-0110101100 Salk 76
-0110101100 Fairness 77
-0110101100 Somoza 84
-0110101100 Duvalier 88
-0110101100 Smithsonian 92
-0110101100 Waldheim 97
-0110101100 Assad 97
-0110101100 Gardini 102
-0110101100 Brezhnev 123
-0110101100 Reichmann 142
-0110101100 Duarte 158
-0110101100 Mubarak 160
-0110101100 Delvalle 167
-0110101100 Brookings 190
-0110101100 Eisenhower 191
-0110101100 Alfonsin 195
-0110101100 Chiang 199
-0110101100 Arias 257
-0110101100 Belzberg 260
-0110101100 Zia 262
-0110101100 Pritzker 266
-0110101100 Haft 279
-0110101100 Sarney 366
-0110101100 Hoover 399
-0110101100 Chun 672
-0110101100 Nixon 715
-0110101100 Aquino 866
-0110101100 Carter 1963
-0110101100 Reagan 15529
-01101011010 Clairvaux 1
-01101011010 MIFA 1
-01101011010 Dahlkemper 1
-01101011010 Voygt 1
-01101011010 Pauper 1
-01101011010 Firday 1
-01101011010 Goering 1
-01101011010 USACafe 1
-01101011010 withholding/Let 1
-01101011010 Shuste 1
-01101011010 Laborer 1
-01101011010 IAFP 1
-01101011010 Heidy 1
-01101011010 Bartholdi 1
-01101011010 Total-CFP 1
-01101011010 CSN&Y 1
-01101011010 Gralla 1
-01101011010 MircoGeneSys 1
-01101011010 Ndjamena 1
-01101011010 Bancal 1
-01101011010 Neena 1
-01101011010 Toojay 1
-01101011010 MCA-TV 1
-01101011010 Mussorgsky/Ravel 1
-01101011010 Canteloube 1
-01101011010 Kacoo 1
-01101011010 Tavernier 1
-01101011010 Alleghey 1
-01101011010 Goldy 1
-01101011010 Delchamp 1
-01101011010 Gondrom 1
-01101011010 CENCARD 1
-01101011010 rael 1
-01101011010 DaimlerBenz 1
-01101011010 Wegman 1
-01101011010 Servicemen 1
-01101011010 Rieti/Balanchine 1
-01101011010 HealthWay 1
-01101011010 Ra 1
-01101011010 RhoChem 1
-01101011010 Kozka 1
-01101011010 Genentch 1
-01101011010 Memotek 1
-01101011010 w/Elliott 1
-01101011010 KCSB 1
-01101011010 AT&T-Philip 1
-01101011010 Goldbach 1
-01101011010 Mert 1
-01101011010 Allgeheny 1
-01101011010 Rike 1
-01101011010 Allis-Chalmer 1
-01101011010 Simonides 1
-01101011010 Televisa-Mexico 1
-01101011010 Mussorgky 1
-01101011010 Spohr 1
-01101011010 Christ-Craft 1
-01101011010 Athlete 1
-01101011010 Antolloti 1
-01101011010 Kaitek 1
-01101011010 HiPort 1
-01101011010 Skinflint 1
-01101011010 Eriez 1
-01101011010 Bigg 1
-01101011010 Debrett 1
-01101011010 Gazzarri 1
-01101011010 E-8A 1
-01101011010 Fortunoff 1
-01101011010 CDN 1
-01101011010 Lautrec 1
-01101011010 theparty 1
-01101011010 CoreState 1
-01101011010 Wheeling-Pittburgh 1
-01101011010 Upright 1
-01101011010 Tolentino 1
-01101011010 Occam 1
-01101011010 Beausoleil 1
-01101011010 Anitecs 1
-01101011010 Ginnie-Mae 1
-01101011010 Merida 1
-01101011010 Runolf 1
-01101011010 withDrexel 1
-01101011010 Tawain 1
-01101011010 Bamburger 1
-01101011010 Drunkard 1
-01101011010 Knight-Ridders 1
-01101011010 speedskater 1
-01101011010 Sneeden 1
-01101011010 Ebbie 1
-01101011010 Austrialia 1
-01101011010 NII 1
-01101011010 Uniroyal/Goodrich 1
-01101011010 Wagnall 1
-01101011010 Jergen 1
-01101011010 -it 1
-01101011010 Lavrova 1
-01101011010 Tawian 1
-01101011010 Servco 1
-01101011010 Spanky 1
-01101011010 AMFAR 1
-01101011010 Banack 1
-01101011010 Mr.Trott 1
-01101011010 Burrelle 1
-01101011010 Candada 1
-01101011010 Gayfer 1
-01101011010 Joslin 1
-01101011010 Howell/Columbia 1
-01101011010 Dataproduct 1
-01101011010 blindman 1
-01101011010 Gramm-Rudmann 1
-01101011010 Murni 1
-01101011010 Chyrsler 1
-01101011010 Brecht/Weill 1
-01101011010 145-pounder 1
-01101011010 Jobson 1
-01101011010 Capell 1
-01101011010 Urbikas 1
-01101011010 could-be 1
-01101011010 might-be 1
-01101011010 Bristol-Myer 1
-01101011010 Blomingdale 1
-01101011010 Sraffa 1
-01101011010 Fiorella 1
-01101011010 Jo-Cid 1
-01101011010 News-Record 1
-01101011010 non-children 1
-01101011010 Sikhdom 1
-01101011010 BioScan 1
-01101011010 Socanov 1
-01101011010 Wlison 1
-01101011010 Swainson 1
-01101011010 Friedreich 1
-01101011010 WFAA 1
-01101011010 Umar 1
-01101011010 Wolferman 1
-01101011010 Fishbach 1
-01101011010 Jehova 1
-01101011010 Scripp 1
-01101011010 DGF 1
-01101011010 ColoradoUte 1
-01101011010 Chilled-food 1
-01101011010 McKid 1
-01101011010 Ionic 1
-01101011010 Bakey 1
-01101011010 Meri 1
-01101011010 Timoleon 1
-01101011010 Siemen 1
-01101011010 Bendictine 1
-01101011010 Alladin 1
-01101011010 Alpines 1
-01101011010 Reye 2
-01101011010 Yatchan 2
-01101011010 Cahan 2
-01101011010 Trucker 2
-01101011010 Ivar 2
-01101011010 Demel 2
-01101011010 Whitco 2
-01101011010 Visconti 2
-01101011010 McAlpin 2
-01101011010 Gericault 2
-01101011010 Doeyan 2
-01101011010 Harker 2
-01101011010 Tove 2
-01101011010 Univanilla 2
-01101011010 Lalo 2
-01101011010 Rimsky-Korsakov 2
-01101011010 Guderian 2
-01101011010 Zachy 2
-01101011010 SpaghettiO 2
-01101011010 Eilenberger 2
-01101011010 Mourly 2
-01101011010 Olewine 2
-01101011010 Magnard 2
-01101011010 WDIV 2
-01101011010 Regardie 2
-01101011010 PepsiCo. 2
-01101011010 Graun 2
-01101011010 TCG 2
-01101011010 Bujumbura 2
-01101011010 Avie 2
-01101011010 TSSSeedman 2
-01101011010 Cabela 2
-01101011010 WHTQ 2
-01101011010 Tott 2
-01101011010 Bumper 2
-01101011010 Beaumarchais 2
-01101011010 Scipsco 2
-01101011010 Nemir 2
-01101011010 Legionnaire 2
-01101011010 Serling 2
-01101011010 Phool 2
-01101011010 Waldemar 2
-01101011010 Boscov 2
-01101011010 Mr.Bush 2
-01101011010 BayBank 2
-01101011010 Tomov 2
-01101011010 Heeeere 2
-01101011010 SOB 2
-01101011010 Judyth 2
-01101011010 VOB 2
-01101011010 Woodsmen 2
-01101011010 Vernell 2
-01101011010 Charmin 2
-01101011010 Gounod 3
-01101011010 Ukrop 3
-01101011010 Baybry 3
-01101011010 Annabelle 3
-01101011010 NSBU 3
-01101011010 Zatarain 3
-01101011010 Mutter 3
-01101011010 Arkadelphia 3
-01101011010 Massine 3
-01101011010 Chabrier 3
-01101011010 Solly 3
-01101011010 Blender 3
-01101011010 Petromineral 3
-01101011010 Coor 3
-01101011010 Bauersfeld 3
-01101011010 Loew 3
-01101011010 Addenbrooke 3
-01101011010 Kroch 3
-01101011010 TSS-Seedman 3
-01101011010 Unilink 3
-01101011010 Comparex 3
-01101011010 pharaoh 3
-01101011010 Airdrome 3
-01101011010 Stockmen 3
-01101011010 WBEZ 3
-01101011010 Ellio 3
-01101011010 Bunyan 3
-01101011010 WLUP 3
-01101011010 Hellmann 4
-01101011010 Ninfa 4
-01101011010 Roundy 4
-01101011010 Chasen 4
-01101011010 Planter 4
-01101011010 Iandoli 4
-01101011010 Flex-Fund 4
-01101011010 Nijinsky 4
-01101011010 Biolab 4
-01101011010 Hahne 4
-01101011010 Lyell 4
-01101011010 Cleveland-Cliff 4
-01101011010 Psychiatrist 5
-01101011010 WidgeTech 5
-01101011010 Aesop 5
-01101011010 Smetana 5
-01101011010 Brentano 5
-01101011010 Teltrend 5
-01101011010 Perusahaan 5
-01101011010 Garfinckel 5
-01101011010 Mussorgsky 5
-01101011010 Jeno 5
-01101011010 Smitty 6
-01101011010 JB 6
-01101011010 Shopper 6
-01101011010 Gardener 6
-01101011010 Taster 6
-01101011010 Babbage 6
-01101011010 Regine 6
-01101011010 Annabel 6
-01101011010 Abegi 6
-01101011010 Banquo 6
-01101011010 Applebee 7
-01101011010 Filmmaker 7
-01101011010 Peet 7
-01101011010 Wag 7
-01101011010 Swensen 7
-01101011010 Khlebnikov 7
-01101011010 Harrod 7
-01101011010 Gilbey 7
-01101011010 Seamen 8
-01101011010 Levolor 8
-01101011010 Proprietor 8
-01101011010 Popeye 8
-01101011010 Hodgkin 8
-01101011010 Totino 9
-01101011010 Manufacturer 9
-01101011010 Bizet 9
-01101011010 Zabar 9
-01101011010 Darty 9
-01101011010 Jimbo 9
-01101011010 Sportsman 10
-01101011010 Luby 10
-01101011010 Pickett 10
-01101011010 Robby 10
-01101011010 Tippy 11
-01101011010 Moskatel 11
-01101011010 Kristy 11
-01101011010 Erol 12
-01101011010 Scribner 12
-01101011010 Loehmann 13
-01101011010 Jehovah 13
-01101011010 Massenet 13
-01101011010 Burdine 13
-01101011010 Longshoremen 15
-01101011010 Entenmann 16
-01101011010 Allie 16
-01101011010 Luskin 16
-01101011010 Pimm 17
-01101011010 Joske 18
-01101011010 Erma 19
-01101011010 Viewer 19
-01101011010 Skipper 21
-01101011010 Harrah 22
-01101011010 Beeba 25
-01101011010 Freddy 27
-01101011010 Oshman 29
-01101011010 Dewar 30
-01101011010 Winchell 31
-01101011010 Kaposi 38
-01101011010 Bennigan 42
-01101011010 Hardee 45
-01101011010 Chili 49
-01101011010 Shoney 50
-01101011010 Scotty 50
-01101011010 Boatmen 54
-01101011010 Filene 55
-01101011010 Godfather 56
-01101011010 Mervyn 63
-01101011010 Furr 65
-01101011010 Chesebrough-Pond 69
-01101011010 Domino 79
-01101011010 Pantera 89
-01101011010 Borman 91
-01101011010 Chi-Chi 93
-01101011010 Arby 98
-01101011010 Reader 106
-01101011010 Claire 116
-01101011010 Denny 159
-01101011010 Heck 180
-01101011010 Bloomingdale 257
-01101011010 Donoghue 259
-01101011010 Cocoa 259
-01101011010 Alzheimer 262
-01101011010 Barron 275
-01101011010 Sotheby 304
-01101011010 Wendy 385
-01101011010 Fireman 482
-01101011010 Poor 2619
-01101011010 Moody 3618
-01101011011 bottle-return 1
-01101011011 Market-indexed 1
-01101011011 endoscopic 1
-01101011011 Then-House 1
-01101011011 Brinkmans 1
-01101011011 long-booming 1
-01101011011 lower-denomination 1
-01101011011 155,280 1
-01101011011 Dingell-Markey 1
-01101011011 risk-notification 1
-01101011011 1949-1966 1
-01101011011 Schottensteins 1
-01101011011 pre-mid-1984 1
-01101011011 Immunized 1
-01101011011 Wage-increase 1
-01101011011 near-mystical 1
-01101011011 Treaasury 1
-01101011011 IIlinois 1
-01101011011 Kennedy-Donnelly 1
-01101011011 First-mortgage 1
-01101011011 human-animal 1
-01101011011 Government-backed 1
-01101011011 noncall 1
-01101011011 dollar-clearing 1
-01101011011 commercial-broadcasting 1
-01101011011 government-corporate 1
-01101011011 triple-A/double-A 1
-01101011011 openend 1
-01101011011 Takanawa 1
-01101011011 Bentsen-Danforth 1
-01101011011 896-page 1
-01101011011 mint-condition 1
-01101011011 private-college 1
-01101011011 Tomart 1
-01101011011 three-feather 1
-01101011011 individul 1
-01101011011 still-unposted 1
-01101011011 inflation-centered 1
-01101011011 gourmet-style 1
-01101011011 Low-risk 1
-01101011011 Mexican-issued 1
-01101011011 then-Transportation 1
-01101011011 4,462,847 1
-01101011011 Large-denominated 1
-01101011011 investor-foresters 1
-01101011011 Free-choice 1
-01101011011 layabout 1
-01101011011 Muncipal 1
-01101011011 Minimum-tax 1
-01101011011 mixed-bag 1
-01101011011 Build-nothing 1
-01101011011 72,000-subscriber 1
-01101011011 Swaggarts 1
-01101011011 strike-Chrysler 1
-01101011011 anti-lobbyist 1
-01101011011 promissary 1
-01101011011 Ortenbergs 1
-01101011011 Large-denomination 1
-01101011011 prevaili 1
-01101011011 muncipial 1
-01101011011 rumor-rife 1
-01101011011 Short-dated 1
-01101011011 ex-Defense 1
-01101011011 business-venture 1
-01101011011 miniflap 1
-01101011011 CPSC-prodding 1
-01101011011 ex-PTL 1
-01101011011 150-year 1
-01101011011 Papandreou-Ozal 1
-01101011011 96,273 1
-01101011011 drought-led 1
-01101011011 Special-tax 1
-01101011011 Government/Corporate 2
-01101011011 then-Majority 2
-01101011011 Tresury 2
-01101011011 supplemental-spending 2
-01101011011 Mark-denominated 2
-01101011011 KFW 2
-01101011011 1982-1987 2
-01101011011 selling-price 2
-01101011011 government/corporate 2
-01101011011 Wirth-Graham 2
-01101011011 Staffordshire 2
-01101011011 thrift-reform 2
-01101011011 health-regulation 2
-01101011011 Ex-Treasury 3
-01101011011 EDF 3
-01101011011 Baccalaureate 3
-01101011011 Blind-pool 3
-01101011011 EII 4
-01101011011 then-Labor 4
-01101011011 Bearer 4
-01101011011 CCH 5
-01101011011 then-Treasury 5
-01101011011 Collateralized 5
-01101011011 Kennedy-Hawkins 6
-01101011011 Indexed 6
-01101011011 Weighted 10
-01101011011 1982-87 12
-01101011011 Mortgage-backed 18
-01101011011 Refcorp 29
-01101011011 Serial 55
-01101011011 Maturing 76
-01101011011 CRB 84
-01101011011 FICO 89
-01101011011 Treasury 12095
-01101011011 WPPSS 292
-0110101110 Bass-Bell 1
-0110101110 Effekten 1
-0110101110 Meintzer 1
-0110101110 Christatos 1
-0110101110 SOULIE 1
-0110101110 BAIN 1
-0110101110 J.Duane 1
-0110101110 UTZ 1
-0110101110 McBass 1
-0110101110 Mericka 1
-0110101110 Martelaere 1
-0110101110 Snakard 1
-0110101110 Kilsheimer 1
-0110101110 Monigle 1
-0110101110 Hodder 1
-0110101110 BECK 1
-0110101110 8c 1
-0110101110 Ronca 1
-0110101110 Ligget 1
-0110101110 Quadrex-British 1
-0110101110 McClennen 1
-0110101110 Salvato 1
-0110101110 Ochsner 1
-0110101110 Moot 1
-0110101110 Leventhol 1
-0110101110 Vardaman 1
-0110101110 Goldrich 1
-0110101110 Tuffier-Ravier-Py 1
-0110101110 ROGAL 1
-0110101110 Deslauriers 1
-0110101110 ZENTRALSPARKASSE 1
-0110101110 Germeshausen 1
-0110101110 Ress 1
-0110101110 ISAAC 1
-0110101110 Flattau 1
-0110101110 Munchmeyer 1
-0110101110 Myserson 1
-0110101110 In-the-Red 1
-0110101110 Fireside/Simon 1
-0110101110 Dalton/Barnes 1
-0110101110 Schnobrich 1
-0110101110 Otterman 1
-0110101110 Ehrlich-Bober 1
-0110101110 Tenner 1
-0110101110 Fleichman 1
-0110101110 Kulicke 1
-0110101110 Kammholtz 1
-0110101110 Seabee 1
-0110101110 Bijker 1
-0110101110 Austern 1
-0110101110 Salons 1
-0110101110 Nutty 1
-0110101110 Lohnes 1
-0110101110 KAI 1
-0110101110 DUPONT 1
-0110101110 Merel 1
-0110101110 3005 1
-0110101110 Kushinsky 1
-0110101110 4047 1
-0110101110 bain 1
-0110101110 BOOKE 1
-0110101110 HELMERICH 1
-0110101110 Labouiss 1
-0110101110 PHILP 1
-0110101110 Shacknai 1
-0110101110 Richardsons 1
-0110101110 Electro-Optical 1
-0110101110 MEESCHAERT-ROUSSELLE 1
-0110101110 Gumpertz 1
-0110101110 Kennels 1
-0110101110 Ruffa 1
-0110101110 Camins 1
-0110101110 McNeily 1
-0110101110 Constancio 1
-0110101110 Elders-Scottish 1
-0110101110 DesLauriers 1
-0110101110 Nicholaus 1
-0110101110 Trebilcock 1
-0110101110 Deleeuw 1
-0110101110 Zomback 1
-0110101110 LUFKIN 1
-0110101110 Kirschenbaum 1
-0110101110 Boenning 1
-0110101110 Yahn 1
-0110101110 Spritzer 1
-0110101110 Wickes-Gulf 1
-0110101110 LEDER 1
-0110101110 Piaker 1
-0110101110 Martire 1
-0110101110 Publications/Harper 1
-0110101110 AFG-Wagner 1
-0110101110 Seasongood 1
-0110101110 Remer-Ribolow 1
-0110101110 Geto 1
-0110101110 Deklewa 1
-0110101110 GALLAGHER 1
-0110101110 Sawdon 1
-0110101110 Agio 1
-0110101110 NEWMARK 1
-0110101110 Outwater 1
-0110101110 LEGGETT 1
-0110101110 Bricks 1
-0110101110 VINER 1
-0110101110 POMEROY 1
-0110101110 Plasser 1
-0110101110 Fonderie 1
-0110101110 HORMEL 1
-0110101110 Knoedler 1
-0110101110 Weinick 1
-0110101110 D.H.IBlair 1
-0110101110 Draperies 1
-0110101110 Routiere 1
-0110101110 Dreiseszun 1
-0110101110 UPHAM 1
-0110101110 AFG/Wagner 1
-0110101110 RD 1
-0110101110 Orci 1
-0110101110 GERIATRIC 1
-0110101110 CAMBRIAN 1
-0110101110 Shaveck 1
-0110101110 PENINSULAR 1
-0110101110 Newhoff 1
-0110101110 Linklaters 1
-0110101110 McCooey 1
-0110101110 Quarles 1
-0110101110 Rokeach 1
-0110101110 Taintor 1
-0110101110 CUSHMAN 1
-0110101110 WALKER-GOODERHAM 1
-0110101110 UNIROYAL 1
-0110101110 Fearnow 1
-0110101110 MICROELECTRONICS 1
-0110101110 Wigram 1
-0110101110 Varon 1
-0110101110 Widgets 1
-0110101110 Wrubel 1
-0110101110 Nim 1
-0110101110 McMeel 1
-0110101110 Press/Simon 1
-0110101110 Lullin 1
-0110101110 Predictor 1
-0110101110 Lubricity 1
-0110101110 Roth/Horner 1
-0110101110 Burkholz 1
-0110101110 Mininni 1
-0110101110 McAliley 1
-0110101110 TBWA/Kerlick 1
-0110101110 Steans 1
-0110101110 106-b 1
-0110101110 Yamin 1
-0110101110 FRASER 1
-0110101110 McPheeters 1
-0110101110 GMB 1
-0110101110 Myerson/Allen 1
-0110101110 Warney 1
-0110101110 Severson 1
-0110101110 Lipshy 1
-0110101110 ARBITRAGER 1
-0110101110 Hitchens 1
-0110101110 Mathison 1
-0110101110 Milley 1
-0110101110 Haskett 1
-0110101110 OWENS 1
-0110101110 Kariku 1
-0110101110 Zeidman 1
-0110101110 BOGGS 1
-0110101110 Govaars 1
-0110101110 McIntee 1
-0110101110 Babcox 1
-0110101110 Guiditta 1
-0110101110 Newberger 1
-0110101110 Gianettino 1
-0110101110 Smaedt 1
-0110101110 Raffinage 1
-0110101110 Krinsky 1
-0110101110 DuCanto 1
-0110101110 THORNTON 1
-0110101110 Serna 1
-0110101110 Alsberg 1
-0110101110 Olgilvy 1
-0110101110 Rinsoz 1
-0110101110 Breakfast/Bees 1
-0110101110 Tawa 1
-0110101110 PaineWebber/Young 1
-0110101110 Liskow 1
-0110101110 Haegglof 1
-0110101110 J.P.MORGAN 1
-0110101110 Schriver 1
-0110101110 832444-2 1
-0110101110 Tsumura 1
-0110101110 Secrest 1
-0110101110 Hutchins-Young 1
-0110101110 henry 1
-0110101110 Beveridge 1
-0110101110 Simien 1
-0110101110 Smullian 1
-0110101110 Abbet 1
-0110101110 Golenbock 1
-0110101110 Griner-Cuesta 1
-0110101110 Lemely 1
-0110101110 Mistui 1
-0110101110 DeLeeuw 1
-0110101110 Vereins 1
-0110101110 Wieden 1
-0110101110 D-15 1
-0110101110 Bael 1
-0110101110 Trinkhaus 1
-0110101110 Perrachon 1
-0110101110 Bergvall 1
-0110101110 Whiteaker 1
-0110101110 Weber-Lipshie 1
-0110101110 Cornrows 1
-0110101110 Gunder 1
-0110101110 Kolesar 1
-0110101110 Cristini 1
-0110101110 Feit 1
-0110101110 vinted 1
-0110101110 Weinress 1
-0110101110 Shinkin 1
-0110101110 Tathum-Laird 1
-0110101110 Latina-Finanza 1
-0110101110 BAUSCH 1
-0110101110 Sta. 1
-0110101110 RECKITT 1
-0110101110 Starsky 1
-0110101110 Bracewell 1
-0110101110 ERNST 1
-0110101110 Olliff 1
-0110101110 SCHMIDT 1
-0110101110 Wassendorf 1
-0110101110 Hochreiter 1
-0110101110 Larroca 1
-0110101110 UBS-Philips 1
-0110101110 Durmer 1
-0110101110 Crosser 1
-0110101110 Handels- 1
-0110101110 Gace 1
-0110101110 Ruckert 1
-0110101110 Bessie/Harper 1
-0110101110 Garnsey 1
-0110101110 Altheimer 1
-0110101110 life-wonderer 1
-0110101110 Buttle 1
-0110101110 Richardt-Alyn 1
-0110101110 AEBI 1
-0110101110 GISLER 1
-0110101110 STALDER 1
-0110101110 Telefonbau 1
-0110101110 Wolgemuth 1
-0110101110 Gisler 1
-0110101110 Upman 1
-0110101110 Lubars 1
-0110101110 Petigrow 1
-0110101110 Bromagen 1
-0110101110 DHB 1
-0110101110 Hambrecth 1
-0110101110 Rounick 1
-0110101110 C.E.M. 1
-0110101110 Wallack 1
-0110101110 MERRYLAND 1
-0110101110 Sheshuoff 1
-0110101110 Relais 1
-0110101110 Texana 1
-0110101110 MultiBanc 1
-0110101110 Petrol 1
-0110101110 SABLE 1
-0110101110 Bary 1
-0110101110 Jaffin 1
-0110101110 Bass/Yager 1
-0110101110 Glauchau 1
-0110101110 Swidler 1
-0110101110 Yoss 1
-0110101110 Werth 1
-0110101110 Margeotes/Fertitta 1
-0110101110 Heher 1
-0110101110 Devans 1
-0110101110 Yellen 1
-0110101110 Books/Simon 1
-0110101110 Stinky 1
-0110101110 Frischer 1
-0110101110 Stirrat 1
-0110101110 Modjeski 1
-0110101110 Merritt-Chapman 1
-0110101110 Cockerham 1
-0110101110 Rowman 1
-0110101110 Jadow 1
-0110101110 Midhudson 1
-0110101110 Ornelas 1
-0110101110 Koski 1
-0110101110 Spechthrie 1
-0110101110 Soghigian 1
-0110101110 Bondo 1
-0110101110 DBV 1
-0110101110 Hesselbart 1
-0110101110 Chudnoff 1
-0110101110 BURNUP 1
-0110101110 ContiCarriers 1
-0110101110 Maertelaere 1
-0110101110 Feeley 1
-0110101110 Bingley 1
-0110101110 Teraoka 1
-0110101110 Tabb 1
-0110101110 LEA 1
-0110101110 Wayne/Luckie 1
-0110101110 Jurgovan 1
-0110101110 Programas 1
-0110101110 Karli 1
-0110101110 Parella 1
-0110101110 105s 1
-0110101110 Cederquist/Young 1
-0110101110 Books/Harper 1
-0110101110 Prowse 1
-0110101110 Arisohn 1
-0110101110 Simmermacher 2
-0110101110 WHITBREAD 2
-0110101110 Holleb 2
-0110101110 Coutts 2
-0110101110 Morinaga 2
-0110101110 Itoman 2
-0110101110 WEDNESDAY 2
-0110101110 Beaverlodge 2
-0110101110 McChurner 2
-0110101110 Marymount 2
-0110101110 Farzin 2
-0110101110 OLYMPIA 2
-0110101110 Gerschel 2
-0110101110 Durstine 2
-0110101110 Brimberg 2
-0110101110 Aronsohn 2
-0110101110 Bayern 2
-0110101110 LeBranche 2
-0110101110 Pedone 2
-0110101110 Raintree 2
-0110101110 Laventhal 2
-0110101110 Identification 2
-0110101110 World-Telegram 2
-0110101110 Frackville 2
-0110101110 Ariffin 2
-0110101110 Poswick 2
-0110101110 FORSTMANN 2
-0110101110 Antonow 2
-0110101110 Stargatt 2
-0110101110 Wittman 2
-0110101110 McEnte 2
-0110101110 Drybrough 2
-0110101110 Strutt 2
-0110101110 STROOCK 2
-0110101110 Kamerow 2
-0110101110 Sturge 2
-0110101110 McMicking 2
-0110101110 Buccino 2
-0110101110 Servais 2
-0110101110 CORROON 2
-0110101110 Abacus 2
-0110101110 Oberst 2
-0110101110 Blackfield 2
-0110101110 Endres 2
-0110101110 Behrhorst 2
-0110101110 Bollenbacher 2
-0110101110 Petrini 2
-0110101110 Rhin 2
-0110101110 Tellier 2
-0110101110 6-ranked 2
-0110101110 Fedrau 2
-0110101110 Kommunikations 2
-0110101110 Schnittman 2
-0110101110 MacManus 2
-0110101110 CORK 2
-0110101110 Cayzac 2
-0110101110 Hatchards 2
-0110101110 Kobs 2
-0110101110 Perrella 2
-0110101110 USPA 2
-0110101110 Rofe 2
-0110101110 INSPECTION 2
-0110101110 Consolidated-Tomoka 2
-0110101110 Margaretten 2
-0110101110 NRI 2
-0110101110 Kalis 2
-0110101110 Hirschl 2
-0110101110 Carret 2
-0110101110 Flornoy 2
-0110101110 Hartger 2
-0110101110 Aarons 2
-0110101110 ICU 2
-0110101110 Cruttenden 2
-0110101110 Metrolina 2
-0110101110 Ketchum/Hicks 2
-0110101110 Ronquillo 2
-0110101110 Informaciones 2
-0110101110 Althin 2
-0110101110 Giuffre 2
-0110101110 Nerval 2
-0110101110 Sudler 2
-0110101110 Huddleson 2
-0110101110 Josepthal 2
-0110101110 Hambricht 2
-0110101110 Shalov 2
-0110101110 Snyder-Reade 2
-0110101110 Byoir 2
-0110101110 Griffinger 2
-0110101110 Stoess 2
-0110101110 Stills 2
-0110101110 McNall 2
-0110101110 Dunwody 2
-0110101110 Jorden 2
-0110101110 Olle 2
-0110101110 Carpano 2
-0110101110 Heldman 2
-0110101110 Chanco 2
-0110101110 Forstmann-Little 2
-0110101110 Chapa 2
-0110101110 KAUFMAN 2
-0110101110 Tofu 2
-0110101110 Thalman 2
-0110101110 Gardere 2
-0110101110 Absorbents 2
-0110101110 TOOTH 2
-0110101110 Drayage 2
-0110101110 Roulet 2
-0110101110 Goulston 2
-0110101110 Wirtschafts 2
-0110101110 Dollond 2
-0110101110 Nagashima 2
-0110101110 Nagelvoort 2
-0110101110 Brouwers 2
-0110101110 Selvage 2
-0110101110 TATE 2
-0110101110 Asbill 2
-0110101110 Safic-Alcan 2
-0110101110 Babock 2
-0110101110 Gambrell 2
-0110101110 TIFFANY 2
-0110101110 Mc. 2
-0110101110 CARNEGIE 2
-0110101110 Mikals 2
-0110101110 Kerlick 2
-0110101110 Notables 2
-0110101110 Potocki 2
-0110101110 Youghiogheny 2
-0110101110 Cornfield 2
-0110101110 Listrom 2
-0110101110 Tonkel 2
-0110101110 Pavelic 2
-0110101110 Chapdelaine 2
-0110101110 Treister 2
-0110101110 Krussman 2
-0110101110 Py 2
-0110101110 Buckmaster 2
-0110101110 ALEXANDER 3
-0110101110 Valelo 3
-0110101110 Hunton 3
-0110101110 Bohbot 3
-0110101110 Edrich 3
-0110101110 LaBouisse 3
-0110101110 Vorwerk 3
-0110101110 Deleage 3
-0110101110 Aachener 3
-0110101110 Hagoshrim 3
-0110101110 Shillito 3
-0110101110 Harrisons 3
-0110101110 V.I.P. 3
-0110101110 Adachi 3
-0110101110 BEN 3
-0110101110 Ticknor 3
-0110101110 Clicks 3
-0110101110 HORN 3
-0110101110 TURNER 3
-0110101110 Penick 3
-0110101110 Munitz 3
-0110101110 Heldfond 3
-0110101110 Lukfin 3
-0110101110 Hentsch 3
-0110101110 Kinnard 3
-0110101110 Alex.Brown 3
-0110101110 Trinkaus 3
-0110101110 Plesent 3
-0110101110 Wegard 3
-0110101110 Shapo 3
-0110101110 Burg 3
-0110101110 Stiftung 3
-0110101110 ROEBUCK 3
-0110101110 Mitchell/Titus 3
-0110101110 Dearman 3
-0110101110 Tullis-Cook 3
-0110101110 Israels 3
-0110101110 Bigsby 3
-0110101110 Sopher 3
-0110101110 Postaer 3
-0110101110 Rutty 3
-0110101110 Gabelli-Rosenthal 3
-0110101110 Baume 3
-0110101110 P&F 3
-0110101110 Tullett 3
-0110101110 Prima 3
-0110101110 Hillerich 3
-0110101110 Yanase 3
-0110101110 WILLCOX 3
-0110101110 Neuflize 3
-0110101110 Jenson 3
-0110101110 Mewhinney 3
-0110101110 MARTELL 3
-0110101110 INK 3
-0110101110 Crate 3
-0110101110 Lineberger 3
-0110101110 Morgen 3
-0110101110 Mid-Hudson 3
-0110101110 Mastrovita 3
-0110101110 Torii 3
-0110101110 Shroder 3
-0110101110 Trattner 3
-0110101110 Visconsi 3
-0110101110 Ede 3
-0110101110 Brotherston 3
-0110101110 COLUMBUS 3
-0110101110 Confectionery 3
-0110101110 LOMAS 3
-0110101110 Litman/Gregory 3
-0110101110 Callard 3
-0110101110 Shrubs 3
-0110101110 PROCTER 3
-0110101110 Masland 4
-0110101110 Cohig 4
-0110101110 Hibler 4
-0110101110 HAMILTON 4
-0110101110 Phleger 4
-0110101110 Hoover-Gorin 4
-0110101110 SCOTTISH 4
-0110101110 Tabori 4
-0110101110 Sheff 4
-0110101110 Kuchel 4
-0110101110 Obata 4
-0110101110 E.F.IHutton 4
-0110101110 ROCHE 4
-0110101110 Spic 4
-0110101110 Hoffman-LaRoche 4
-0110101110 Howrey 4
-0110101110 Beuret 4
-0110101110 MERCK 4
-0110101110 Finck 4
-0110101110 Bernet 4
-0110101110 DBS 4
-0110101110 SteinRoe 4
-0110101110 Poudres 4
-0110101110 Astley 4
-0110101110 AC&R/DHB 5
-0110101110 Snelling 5
-0110101110 Teamwork 5
-0110101110 Tzora 5
-0110101110 Otero 5
-0110101110 NATHAN 5
-0110101110 Keplinger 5
-0110101110 Muscle 5
-0110101110 Nemours 5
-0110101110 Woolcott 5
-0110101110 OLIVETTI 5
-0110101110 Catalysts 5
-0110101110 Gruner 5
-0110101110 Arter 5
-0110101110 Roulston 5
-0110101110 Smick-Medley 5
-0110101110 Wiggin 5
-0110101110 Kettler 5
-0110101110 Hengst 5
-0110101110 1-rated 5
-0110101110 Liipfert 5
-0110101110 Maps 5
-0110101110 Jessup 5
-0110101110 Arnhold 5
-0110101110 CASTLE 5
-0110101110 Blatt 5
-0110101110 Lipshie 5
-0110101110 Stockwell 5
-0110101110 Arral 5
-0110101110 Smoker 5
-0110101110 Pomeroy 5
-0110101110 ITOH 5
-0110101110 SOLVAY 5
-0110101110 Valliant 5
-0110101110 Fasken 5
-0110101110 Wildenstein 5
-0110101110 Glore 5
-0110101110 Fairweather 5
-0110101110 Rogal 5
-0110101110 Fentress 5
-0110101110 McAlaine 5
-0110101110 Fahlgren 5
-0110101110 Stansberry 6
-0110101110 Thurn 6
-0110101110 Cicco 6
-0110101110 Mowlem 6
-0110101110 Gifford-Hill 6
-0110101110 McGladrey 6
-0110101110 Loomis-Sayles 6
-0110101110 Fothergill 6
-0110101110 DJS-Inverness 6
-0110101110 Erdlen 6
-0110101110 Voorhis 6
-0110101110 Weidenfeld 6
-0110101110 MARKS 6
-0110101110 Townsend-Greenspan 6
-0110101110 TIRE 6
-0110101110 Knape 6
-0110101110 Gelberg 6
-0110101110 Sites 6
-0110101110 Richwhite 6
-0110101110 WILSON 6
-0110101110 Marttila 6
-0110101110 Comisky 6
-0110101110 XII 7
-0110101110 Goodbody 7
-0110101110 Philp 7
-0110101110 Sage-Allen 7
-0110101110 Janofsky 7
-0110101110 Irell 7
-0110101110 LEISURE 7
-0110101110 Farnsworth 7
-0110101110 DUFFOUR 7
-0110101110 Hypotheken 7
-0110101110 McCutcheon 7
-0110101110 O'Brien-Kreitzberg 8
-0110101110 Estabrook 8
-0110101110 Milliman 8
-0110101110 Folger 8
-0110101110 Gotschal 8
-0110101110 Strevig 8
-0110101110 Strawbridge 8
-0110101110 DeKuyper 8
-0110101110 BARKER 8
-0110101110 Specthrie 8
-0110101110 Doremus 8
-0110101110 HERALD 8
-0110101110 Abbett 8
-0110101110 Montefiore 8
-0110101110 Purvin 8
-0110101110 GRACE 9
-0110101110 Roussel 9
-0110101110 Fertitta 9
-0110101110 Struthers 9
-0110101110 DeArman 9
-0110101110 Desk 9
-0110101110 Mesirow 9
-0110101110 Kitcat 9
-0110101110 Smathers 9
-0110101110 BOVERI 10
-0110101110 Consultations 10
-0110101110 Selchow 10
-0110101110 Podleska 10
-0110101110 Swink 10
-0110101110 Leichtman 10
-0110101110 YOUNG 10
-0110101110 Suhler 10
-0110101110 Jenkens 11
-0110101110 Ropes 11
-0110101110 Nicolaus 11
-0110101110 HONGKONG 11
-0110101110 Drye 11
-0110101110 JOHNSON 11
-0110101110 MITSUI 11
-0110101110 Belden 11
-0110101110 SAATCHI 12
-0110101110 Sidley 12
-0110101110 Sheshunoff 12
-0110101110 Rosenkranz 12
-0110101110 Southold 12
-0110101110 1706 12
-0110101110 Aequitron 12
-0110101110 Conning 12
-0110101110 Hueglin 12
-0110101110 Montfort 13
-0110101110 Handels 13
-0110101110 Lind-Waldock 13
-0110101110 Hauer 13
-0110101110 Owings 13
-0110101110 Peninsular 13
-0110101110 Tordella 13
-0110101110 Delafield 13
-0110101110 Githens 13
-0110101110 Helmerich 13
-0110101110 Acheson 14
-0110101110 Roney 14
-0110101110 Mahin 14
-0110101110 Squirt 14
-0110101110 Raman 15
-0110101110 Tompane 15
-0110101110 Strand 15
-0110101110 Steptoe 15
-0110101110 Caplin 15
-0110101110 Caufield 15
-0110101110 Leggett 16
-0110101110 Howells 16
-0110101110 Rosenman 16
-0110101110 Corette 17
-0110101110 Asiel 17
-0110101110 Crossland 17
-0110101110 Dailey 17
-0110101110 Tatham-Laird 17
-0110101110 Chefitz 17
-0110101110 Pensions 17
-0110101110 Sante 18
-0110101110 Cagney 18
-0110101110 Duffour 18
-0110101110 BLACK 18
-0110101110 Giddings 18
-0110101110 Grubb 19
-0110101110 Thacher 19
-0110101110 Boettcher 20
-0110101110 Notable 20
-0110101110 TransOhio 20
-0110101110 Weedon 20
-0110101110 Bowne 21
-0110101110 Cork 22
-0110101110 Volpe 22
-0110101110 Glickenhaus 22
-0110101110 Arm 22
-0110101110 Fahnestock 22
-0110101110 Tristan 23
-0110101110 Peers 23
-0110101110 Travisano 24
-0110101110 Kamin 24
-0110101110 UBS-Phillips 25
-0110101110 Lehn 26
-0110101110 Harkness 26
-0110101110 Bartles 26
-0110101110 Booz-Allen 26
-0110101110 Gruss 26
-0110101110 Thoma 26
-0110101110 Stotler 27
-0110101110 Muse 27
-0110101110 Corroon 27
-0110101110 Chadbourne 27
-0110101110 Ammirati 28
-0110101110 McEntee 29
-0110101110 Burnup 29
-0110101110 Vinson 29
-0110101110 Wickersham 29
-0110101110 Dominick 30
-0110101110 Closed 31
-0110101110 Jesup 31
-0110101110 Schieffelin 31
-0110101110 Crompton 31
-0110101110 Ranh 31
-0110101110 Abercrombie 32
-0110101110 Lemon 32
-0110101110 Crisanti 32
-0110101110 Lamson 32
-0110101110 Deutschman 33
-0110101110 Heidrick 34
-0110101110 Cowen 34
-0110101110 Neuberger 34
-0110101110 Ally 35
-0110101110 REVIEW 35
-0110101110 E.D. 36
-0110101110 Shearman 36
-0110101110 Georgeson 37
-0110101110 Swaine 38
-0110101110 Thames 38
-0110101110 Sibson 38
-0110101110 Hadley 39
-0110101110 Tweed 39
-0110101110 Gotshal 40
-0110101110 Tel. 40
-0110101110 Fulbright 41
-0110101110 Willcox 43
-0110101110 Gaston 46
-0110101110 Reckitt 47
-0110101110 Newmark 54
-0110101110 Josephthal 54
-0110101110 Hormel 55
-0110101110 Thunberg 55
-0110101110 Straus 56
-0110101110 Lanston 57
-0110101110 Farr 59
-0110101110 Rodman 59
-0110101110 Dietz 61
-0110101110 Homestead 61
-0110101110 Cazenove 61
-0110101110 Sprague 62
-0110101110 Beam 62
-0110101110 Stroock 63
-0110101110 Lung 63
-0110101110 Crum 66
-0110101110 Reavis 68
-0110101110 Bausch 69
-0110101110 Sutro 72
-0110101110 Rohm 73
-0110101110 Laing 76
-0110101110 Kenyon 81
-0110101110 Nuveen 82
-0110101110 Bresler 83
-0110101110 Bath 85
-0110101110 Shriver 85
-0110101110 Fenner 86
-0110101110 Nugent 88
-0110101110 Steak 90
-0110101110 MacAndrews 96
-0110101110 Duff 96
-0110101110 Backer 100
-0110101110 Gruntal 100
-0110101110 Thalmann 105
-0110101110 Haskins 106
-0110101110 Cambrian 116
-0110101110 Meagher 116
-0110101110 Chips 117
-0110101110 Babcock 122
-0110101110 Towbin 123
-0110101110 Corrections 125
-0110101110 Laventhol 127
-0110101110 Doubleday 127
-0110101110 Cushman 127
-0110101110 Topeka 132
-0110101110 Quick 133
-0110101110 Kelso 135
-0110101110 Marsh 141
-0110101110 Cone 144
-0110101110 Ahmanson 145
-0110101110 McKinsey 145
-0110101110 Arps 149
-0110101110 Jaffray 150
-0110101110 Colman 165
-0110101110 Bruyette 165
-0110101110 Reading 186
-0110101110 Pincus 188
-0110101110 Horn 201
-0110101110 Coopers 208
-0110101110 Leisure 215
-0110101110 Alpha 218
-0110101110 Scottish 227
-0110101110 Butcher 231
-0110101110 Hambrecht 239
-0110101110 Schroder 242
-0110101110 Freres 247
-0110101110 Tate 266
-0110101110 Case 298
-0110101110 Leeds 302
-0110101110 Lomas 307
-0110101110 Ogilvy 323
-0110101110 Wharton 326
-0110101110 Ernst 344
-0110101110 Stop 351
-0110101110 Read 354
-0110101110 Castle 383
-0110101110 Harper 394
-0110101110 Dun 401
-0110101110 Matthews 419
-0110101110 Procter 440
-0110101110 Sugar 446
-0110101110 Hongkong 459
-0110101110 Roebuck 514
-0110101110 Olympia 633
-0110101110 Pratt 679
-0110101110 Oppenheimer 702
-0110101110 Lufkin 765
-0110101110 Cable 1041
-0110101110 Saatchi 1141
-0110101110 Stearns 1407
-0110101110 Peabody 1420
-0110101110 Harris 1871
-0110101110 Black 1885
-0110101110 Sachs 2179
-0110101110 Standard 4192
-0110101110 Gulf 3473
-0110101111 Save-A-Lot 1
-0110101111 TwentyFirst 1
-0110101111 171,900 1
-0110101111 O.M.W. 1
-0110101111 T-COM 1
-0110101111 139,639 1
-0110101111 J.P.M. 1
-0110101111 Kulzer 1
-0110101111 Datek 1
-0110101111 then-Federal 1
-0110101111 mediacracy 1
-0110101111 290-page 1
-0110101111 Tritus 1
-0110101111 Marketfield 1
-0110101111 Candair 1
-0110101111 96,200 1
-0110101111 40,149 1
-0110101111 Quarterdeck 1
-0110101111 price-to-cash 1
-0110101111 S.C.P. 1
-0110101111 918,900 1
-0110101111 151,200 1
-0110101111 Kerkhoff 1
-0110101111 computer-phobia 1
-0110101111 CommVest 1
-0110101111 Flexsteel 1
-0110101111 Codec-UNA 1
-0110101111 MBMB 1
-0110101111 Agrifuture 1
-0110101111 S.C.T. 1
-0110101111 79,600 1
-0110101111 1,065,500 1
-0110101111 354,800 1
-0110101111 264,800 1
-0110101111 crinolines 1
-0110101111 263,400 1
-0110101111 Seligco 1
-0110101111 196,400 1
-0110101111 322,900 1
-0110101111 Olivine 1
-0110101111 907,900 1
-0110101111 Dento-Med 1
-0110101111 Britton-Lee 1
-0110101111 Vanco 1
-0110101111 419,800 1
-0110101111 Sidler 1
-0110101111 592,400 1
-0110101111 209,157 1
-0110101111 317,740 1
-0110101111 826,200 1
-0110101111 2,650,200 1
-0110101111 Vigoro 1
-0110101111 1,435,800 1
-0110101111 138,909 1
-0110101111 Arcelik 1
-0110101111 Mimosa 1
-0110101111 sice 1
-0110101111 Carena-Bancorp 1
-0110101111 Valueline 1
-0110101111 Freeman-Owings 1
-0110101111 Tolosa 1
-0110101111 265,500 1
-0110101111 Talmis 1
-0110101111 277,759 1
-0110101111 pawnbrokers 1
-0110101111 334,600 1
-0110101111 Ballarpur 1
-0110101111 front- 1
-0110101111 Aletha 1
-0110101111 B-words 1
-0110101111 108,062 1
-0110101111 Vulsay 1
-0110101111 Nauru 1
-0110101111 Jenn 1
-0110101111 Rotan-Mosele 1
-0110101111 45,900 1
-0110101111 Colortyme 1
-0110101111 Communications-Pacific 1
-0110101111 Tohoko 1
-0110101111 Admont 1
-0110101111 62,350 1
-0110101111 bandanna 1
-0110101111 Promsyrioimport 1
-0110101111 Bevaco 1
-0110101111 Kliment 1
-0110101111 Hartco 1
-0110101111 tassles 1
-0110101111 Kyungwon 1
-0110101111 Sheilah 1
-0110101111 Cualoping 1
-0110101111 Wahler 1
-0110101111 blood-drawing 1
-0110101111 Metoprolol 1
-0110101111 Relache 1
-0110101111 Yamaichi/Dean 1
-0110101111 T-Glass 1
-0110101111 McKinely 1
-0110101111 Seattle-Tacoma 1
-0110101111 WQUE-FM 1
-0110101111 Sterne 1
-0110101111 Robotic 1
-0110101111 turbos 1
-0110101111 319,300 1
-0110101111 892,300 1
-0110101111 Technograph 1
-0110101111 Damone/Andrew 1
-0110101111 PaineWebber.Inc 1
-0110101111 Huddings 1
-0110101111 Lemby-Yarling 1
-0110101111 Carson/Lyon 1
-0110101111 Arnautical 1
-0110101111 BESA 1
-0110101111 113,500 1
-0110101111 Signatron 1
-0110101111 Intuit 1
-0110101111 Isobe 1
-0110101111 Freedland 1
-0110101111 Koseisho 1
-0110101111 Kleinworth 1
-0110101111 SKS 1
-0110101111 Sonicraft 1
-0110101111 Levco 1
-0110101111 Licom 1
-0110101111 52,400 1
-0110101111 Racon 1
-0110101111 675,100 1
-0110101111 401,700 1
-0110101111 Texet 1
-0110101111 Internorth 1
-0110101111 476,700 1
-0110101111 107,400 1
-0110101111 Pepsi-Co 1
-0110101111 1,230,300 1
-0110101111 225,200 1
-0110101111 JI 1
-0110101111 Aptech 1
-0110101111 E.F 1
-0110101111 Multi-County 1
-0110101111 Y.P.F. 1
-0110101111 ballboys 1
-0110101111 CEPE 1
-0110101111 61701 1
-0110101111 192,100 1
-0110101111 181,600 1
-0110101111 Cherisse 1
-0110101111 Lanaco 1
-0110101111 50,436 1
-0110101111 499,200 1
-0110101111 73,200 1
-0110101111 693,658 1
-0110101111 310,400 1
-0110101111 Riverpoint 1
-0110101111 172,714 1
-0110101111 Mini-Chews 1
-0110101111 sundeck 1
-0110101111 30,600 1
-0110101111 Scharr 1
-0110101111 Health-Tex 1
-0110101111 Modumend 1
-0110101111 50,101 1
-0110101111 wine-tastings 1
-0110101111 30,683 1
-0110101111 MacKinsey 1
-0110101111 Health-tex 1
-0110101111 flouride 1
-0110101111 479,600 1
-0110101111 non-hunters 1
-0110101111 187,998 1
-0110101111 Kordell 1
-0110101111 86,600 1
-0110101111 4,339,056 1
-0110101111 836,500 1
-0110101111 Greenfield-Campbell 1
-0110101111 178,100 1
-0110101111 195,500 1
-0110101111 228,500 1
-0110101111 Chemetals 1
-0110101111 Microphor 1
-0110101111 209,300 1
-0110101111 Mekler/Ansell 1
-0110101111 Howmedica 1
-0110101111 Chartcraft 1
-0110101111 1,601,000 1
-0110101111 Batch-Air 1
-0110101111 Craftmatic-Contour 1
-0110101111 Winfull 1
-0110101111 turbo-engine 1
-0110101111 Towa 1
-0110101111 Chakri 1
-0110101111 Mardel 1
-0110101111 Elkem 1
-0110101111 Myoplex 1
-0110101111 Tennol 1
-0110101111 Marsan 1
-0110101111 less-comfortable 1
-0110101111 PECO 1
-0110101111 H-R 1
-0110101111 Majendie 1
-0110101111 154,200 1
-0110101111 Anapolis 1
-0110101111 43,356 1
-0110101111 Farely 1
-0110101111 593,455 1
-0110101111 Intravision 1
-0110101111 199,600 1
-0110101111 86,582 1
-0110101111 27,429 1
-0110101111 529,100 1
-0110101111 148,600 1
-0110101111 CuraTech 1
-0110101111 NuTone 1
-0110101111 870,100 1
-0110101111 166,200 1
-0110101111 bed-hoppers 1
-0110101111 Aoyama-Gakuin 1
-0110101111 Seijo 1
-0110101111 Staodynamics 1
-0110101111 267,500 1
-0110101111 Postum 1
-0110101111 EVI 1
-0110101111 Honeywell-Bull 1
-0110101111 SPC 1
-0110101111 Amworld 1
-0110101111 1,243,200 1
-0110101111 semistrangers 1
-0110101111 IE 1
-0110101111 REDM 1
-0110101111 horn-rims 1
-0110101111 Richardson-Greenshields 1
-0110101111 IKL 1
-0110101111 1,501,500 1
-0110101111 Graz 1
-0110101111 Legers 1
-0110101111 GriffTel 1
-0110101111 ValAgri 1
-0110101111 1,299,500 1
-0110101111 Dresdner-ADB 1
-0110101111 Sogen 1
-0110101111 902,500 1
-0110101111 Schrafft 1
-0110101111 Canatom 1
-0110101111 Telescripps 1
-0110101111 221,800 1
-0110101111 ETC 1
-0110101111 Tagetes 1
-0110101111 2,499,990 1
-0110101111 Kermanshah 1
-0110101111 Freshfields 1
-0110101111 Canrep/Morse 1
-0110101111 Cohen-Hatfield 1
-0110101111 Quik-To-Fix 1
-0110101111 Setre 1
-0110101111 Polygram/Nippon 1
-0110101111 Trontech 1
-0110101111 MasterVision 1
-0110101111 Hickorycraft 1
-0110101111 Mie 1
-0110101111 Sandimmune 1
-0110101111 51,600 1
-0110101111 125,900 1
-0110101111 PanElectric 1
-0110101111 busboys 1
-0110101111 Loyala 1
-0110101111 54,447 1
-0110101111 Pigtail 1
-0110101111 101,943 1
-0110101111 Tecnetics 1
-0110101111 312,500 1
-0110101111 107,650 1
-0110101111 Fredco 1
-0110101111 348,100 1
-0110101111 Righteous 1
-0110101111 Quadrez 1
-0110101111 Midland/Odessa 1
-0110101111 178,700 1
-0110101111 Ittilaat 1
-0110101111 midlake 1
-0110101111 NONTECHNICAL 1
-0110101111 MSDOS 1
-0110101111 Madras-based 1
-0110101111 Humagen 1
-0110101111 StaRite 1
-0110101111 Antebellum 1
-0110101111 CBs 1
-0110101111 B.O. 1
-0110101111 Metacom 1
-0110101111 FreePort-McMoRan 1
-0110101111 Anilan 1
-0110101111 Equanil 1
-0110101111 BE&K 1
-0110101111 RBC-Dominion 1
-0110101111 GTL 1
-0110101111 Hyatt-Clark 1
-0110101111 160,075 1
-0110101111 EBW 1
-0110101111 Hoedowns 1
-0110101111 Hiter 1
-0110101111 CC 1
-0110101111 Imark 1
-0110101111 Microrim 1
-0110101111 Privatbanken 1
-0110101111 Topy 1
-0110101111 SOLvation 1
-0110101111 Enrigue 1
-0110101111 hourglass-shaped 1
-0110101111 Stankoimport 1
-0110101111 Mutoh 1
-0110101111 Marakon 1
-0110101111 Hsin-Chu 1
-0110101111 180,921 1
-0110101111 Diawa 1
-0110101111 Hongsakul 1
-0110101111 Toaster 1
-0110101111 ruby-crowned 1
-0110101111 70,635 1
-0110101111 Scadden 1
-0110101111 naptha 1
-0110101111 Raba 1
-0110101111 KINETIC 1
-0110101111 Alen 1
-0110101111 Sunwealth 1
-0110101111 Sandstone 1
-0110101111 Gulledge 1
-0110101111 IFPS 1
-0110101111 98,253 1
-0110101111 IL2 1
-0110101111 HansGeorg 1
-0110101111 Jobco 1
-0110101111 38,700 1
-0110101111 Schwitzer 1
-0110101111 1,003,900 1
-0110101111 546,962 1
-0110101111 Ronn 1
-0110101111 Melmon 1
-0110101111 Sunrises 1
-0110101111 Revertex 1
-0110101111 Wetheim 1
-0110101111 Shoreman 1
-0110101111 Kennosuke 1
-0110101111 weeks-including 1
-0110101111 Intellitech 1
-0110101111 TeleChoice 1
-0110101111 299,562 1
-0110101111 228,378 1
-0110101111 Tellerogenic 1
-0110101111 60648 1
-0110101111 60610 1
-0110101111 Macy/Federated 1
-0110101111 Flinestone 1
-0110101111 log-splitting 1
-0110101111 Wikco 1
-0110101111 Wico 1
-0110101111 Simmons-NL 1
-0110101111 Persoft 1
-0110101111 Beldoch 1
-0110101111 Bassel 1
-0110101111 Bunratty 1
-0110101111 188,500 1
-0110101111 USB 1
-0110101111 Land/Vest 1
-0110101111 Assunta 1
-0110101111 Chewie 1
-0110101111 Yorkton 1
-0110101111 Gyo 1
-0110101111 InterQual 1
-0110101111 166,800 1
-0110101111 Ontaria-based 1
-0110101111 clone-supplier 1
-0110101111 Wackabuck 1
-0110101111 ECOS 1
-0110101111 meows 1
-0110101111 funk-dunk 1
-0110101111 DIVAD 1
-0110101111 Bloomindale 1
-0110101111 UNICEF 1
-0110101111 Aircal 1
-0110101111 Siberia-made 1
-0110101111 Lanie 1
-0110101111 Salomom 1
-0110101111 395,600 1
-0110101111 95,575 1
-0110101111 Xilinx 1
-0110101111 black-tinted 1
-0110101111 Indiana-Purdue 1
-0110101111 Yukichi 1
-0110101111 195,550 1
-0110101111 Mainbocher 1
-0110101111 Bishun 1
-0110101111 quasigovernmental 1
-0110101111 Totaltop 1
-0110101111 Intersputnik 1
-0110101111 Tuebingen 1
-0110101111 Stratagene 1
-0110101111 Supercritical 1
-0110101111 ASEA-BROWN 1
-0110101111 Frox 1
-0110101111 Pechner 1
-0110101111 LaChute 1
-0110101111 Caraustar 1
-0110101111 CHR 1
-0110101111 141,730 1
-0110101111 Lewco 1
-0110101111 140,400 1
-0110101111 Lefac 1
-0110101111 Soyuzgoscirk 1
-0110101111 Warbug 1
-0110101111 A.R.A. 1
-0110101111 132,800 1
-0110101111 CROWN 1
-0110101111 Adriaen 1
-0110101111 Diponegoro 1
-0110101111 Kurabo 1
-0110101111 Quickwheel 1
-0110101111 Half-A-Car 1
-0110101111 ExploiTech 1
-0110101111 Nawbo 1
-0110101111 T.M.B. 1
-0110101111 Kynaston 1
-0110101111 364,759 1
-0110101111 Conmel 1
-0110101111 Technobribor 1
-0110101111 59,800 1
-0110101111 Quad/Marketing 1
-0110101111 Kloster-Madsen 1
-0110101111 fruit-colored 1
-0110101111 Epplers 1
-0110101111 Omnipage 1
-0110101111 Eletto 1
-0110101111 benzehexachloride 1
-0110101111 Scotia-Mcleod 1
-0110101111 bullwhips 1
-0110101111 ballasts 1
-0110101111 Synopsys 1
-0110101111 Westward-looking 1
-0110101111 Dempsey-Tunney 1
-0110101111 Westlb 1
-0110101111 wantonness 1
-0110101111 Unregistered 1
-0110101111 attention-grabbers 1
-0110101111 Kagoshima 1
-0110101111 ENSKILDA 1
-0110101111 Haking 1
-0110101111 215,800 1
-0110101111 SBCI-Savory 1
-0110101111 dog-beaters 1
-0110101111 Kardiothor 1
-0110101111 Maniatis-group 1
-0110101111 close-to-home 1
-0110101111 503,221 1
-0110101111 82,200 1
-0110101111 Transportek 1
-0110101111 11,680 1
-0110101111 Rasa 1
-0110101111 Sanwa-BGK 1
-0110101111 Twentyfirst 1
-0110101111 CollegeTrack 1
-0110101111 DepoProvera 1
-0110101111 Chem-Elec 1
-0110101111 sonabuoys 1
-0110101111 bazookas 1
-0110101111 Speakman 1
-0110101111 CCG 1
-0110101111 Fosgate 1
-0110101111 Sangyong 1
-0110101111 Savage-Western 2
-0110101111 2,049,400 2
-0110101111 Sta-Rite 2
-0110101111 Harshaw 2
-0110101111 Agri-Tech 2
-0110101111 Seattle-Northwest 2
-0110101111 Avantor 2
-0110101111 Berel 2
-0110101111 Gonzaga 2
-0110101111 EcoLab 2
-0110101111 Massena 2
-0110101111 Ochanomizu 2
-0110101111 Mosely 2
-0110101111 monte 2
-0110101111 Haringey 2
-0110101111 Deadwood 2
-0110101111 N.I. 2
-0110101111 Pennmount 2
-0110101111 Daikin 2
-0110101111 Farley/Northwest 2
-0110101111 Qassem 2
-0110101111 Pasar 2
-0110101111 Puissant 2
-0110101111 HMC 2
-0110101111 AstroTurf 2
-0110101111 PHB 2
-0110101111 W&D 2
-0110101111 Crosspoint 2
-0110101111 1987.7 2
-0110101111 81,200 2
-0110101111 Wasser 2
-0110101111 GOODYEAR 2
-0110101111 TRE-Modern 2
-0110101111 Transmanche-Link 2
-0110101111 Grier 2
-0110101111 Plaid 2
-0110101111 Electro-Scientific 2
-0110101111 WTBS. 2
-0110101111 20,453.90 2
-0110101111 49,700 2
-0110101111 Waddington 2
-0110101111 Guelph 2
-0110101111 Attapulgus 2
-0110101111 Isley 2
-0110101111 Zelco 2
-0110101111 Noma 2
-0110101111 Dresdner-ABD 2
-0110101111 Prades 2
-0110101111 Amos-Lee 2
-0110101111 ProCare 2
-0110101111 FIRESTONE 2
-0110101111 KBL 2
-0110101111 Micronas 2
-0110101111 an-Najah 2
-0110101111 221,400 2
-0110101111 Sonar 2
-0110101111 Lazuli 2
-0110101111 VTLS 2
-0110101111 Invexco 2
-0110101111 Algorithm 2
-0110101111 Garren 2
-0110101111 Chervenak 2
-0110101111 Grinnan 2
-0110101111 Bruise 2
-0110101111 Pandel 2
-0110101111 MultiVision 2
-0110101111 Spindrift 2
-0110101111 Allegan 2
-0110101111 Campbell-Taggart 2
-0110101111 Kankeiren 2
-0110101111 Sekitei 2
-0110101111 harpsichords 2
-0110101111 Season-all 2
-0110101111 Citi 2
-0110101111 Totalab 2
-0110101111 Landvest 2
-0110101111 Beatreme 2
-0110101111 Gelderman 2
-0110101111 MVM 2
-0110101111 Bata 2
-0110101111 Kimberlon 2
-0110101111 Reid-Rowell 2
-0110101111 Millersville 2
-0110101111 Wesave 2
-0110101111 Bi-Lo 2
-0110101111 Anscor-Hagedorn 2
-0110101111 Opecna 2
-0110101111 Hellmuth 2
-0110101111 WBF 2
-0110101111 IMS. 2
-0110101111 MF 2
-0110101111 Neotech 2
-0110101111 Terrie 2
-0110101111 Gefica 2
-0110101111 Multiflow 2
-0110101111 CLAlexanders 2
-0110101111 NYBG 2
-0110101111 Bluffton 2
-0110101111 ScotiaMcleod 2
-0110101111 SSAO 2
-0110101111 Fedstar 2
-0110101111 Bevil 2
-0110101111 Adelphi 2
-0110101111 Janie 2
-0110101111 Werbel-Roth 2
-0110101111 Cropcast 2
-0110101111 BDA/BBDO 2
-0110101111 L.F.IRothschild 2
-0110101111 Retrac 2
-0110101111 ArrowHead 2
-0110101111 Daeshin 2
-0110101111 Dracelle 2
-0110101111 Axe-Houghton 2
-0110101111 Acon 2
-0110101111 Pepperdine 2
-0110101111 Jacee 2
-0110101111 CRM 2
-0110101111 Jit 2
-0110101111 Strescon 2
-0110101111 Shukry 2
-0110101111 Marrietta 2
-0110101111 To-Fitness 2
-0110101111 6-feet-3 2
-0110101111 Ahron 2
-0110101111 118,150 2
-0110101111 Zmudowski 2
-0110101111 Evli 2
-0110101111 Saintoin 2
-0110101111 Imede 2
-0110101111 Bridgehampton 2
-0110101111 Hop-In 2
-0110101111 Shotland 2
-0110101111 Clal 2
-0110101111 Invemed 2
-0110101111 Botto 2
-0110101111 Saloman 2
-0110101111 Salvat 2
-0110101111 361,100 2
-0110101111 2384 2
-0110101111 CareerTrack 2
-0110101111 Craftmatic/Contour 2
-0110101111 ADcorp 2
-0110101111 WIYY-FM 2
-0110101111 TemPositions 2
-0110101111 Patrician 2
-0110101111 Rusco 2
-0110101111 DAINIPPON 2
-0110101111 Roberston 2
-0110101111 Faya 2
-0110101111 Scherck 2
-0110101111 Brantford 2
-0110101111 Neorex 2
-0110101111 Waleran 2
-0110101111 Sabel 2
-0110101111 Trumark 2
-0110101111 Intermarco 2
-0110101111 SunHealth 2
-0110101111 Woodmere 2
-0110101111 Rosaline 2
-0110101111 Guardsmark 2
-0110101111 BDB 2
-0110101111 PetroCanada 2
-0110101111 better-secured 2
-0110101111 InterSec 2
-0110101111 Saladin 2
-0110101111 Telerey 2
-0110101111 FNN. 2
-0110101111 NASH 3
-0110101111 Ladysmith 3
-0110101111 BTL 3
-0110101111 Beaird 3
-0110101111 Gulton 3
-0110101111 Biny 3
-0110101111 BVA 3
-0110101111 Doobie 3
-0110101111 Korn-Ferry 3
-0110101111 Taiheiyo 3
-0110101111 Saran 3
-0110101111 sandblasting 3
-0110101111 DAK 3
-0110101111 Astec 3
-0110101111 Eberstadt-Fleming 3
-0110101111 Gondola 3
-0110101111 Capitalcorp. 3
-0110101111 BNY 3
-0110101111 Tellus 3
-0110101111 NYLife 3
-0110101111 Western-Mobile 3
-0110101111 Wegmans 3
-0110101111 Villager 3
-0110101111 Charlesworth 3
-0110101111 Picky 3
-0110101111 Krestmark 3
-0110101111 Jetronic 3
-0110101111 Hosei 3
-0110101111 Rosenkrantz 3
-0110101111 Thomson-McKinnon 3
-0110101111 Baboquivari 3
-0110101111 Amici 3
-0110101111 Iwakuni 3
-0110101111 Ferrostaal 3
-0110101111 Delmar 3
-0110101111 Imogene 3
-0110101111 Tenby 3
-0110101111 Baytank 3
-0110101111 K.W. 3
-0110101111 Fergusson 3
-0110101111 Park-Kenilworth 3
-0110101111 Gao 3
-0110101111 Kutsher 3
-0110101111 EquiManagement 3
-0110101111 Asset-Backed 3
-0110101111 Anadite 3
-0110101111 Nutriplexx 3
-0110101111 Omark 3
-0110101111 Medicorp 3
-0110101111 Japex 3
-0110101111 Buhler 3
-0110101111 Dongsuh 3
-0110101111 Versar 3
-0110101111 Ayrton 3
-0110101111 Nordstern 3
-0110101111 DeAnza 3
-0110101111 Bocconi 3
-0110101111 NI 3
-0110101111 Northville 3
-0110101111 Springwood 3
-0110101111 Rudco 3
-0110101111 Valda 3
-0110101111 Tishman-Speyer 3
-0110101111 Caparo 3
-0110101111 Qinghua 3
-0110101111 CONNER 3
-0110101111 RPC 3
-0110101111 Fudan 3
-0110101111 HTL 3
-0110101111 Anocut 3
-0110101111 Dial-a-Mattress 3
-0110101111 Walbridge 3
-0110101111 Coryo 3
-0110101111 Fechtor 3
-0110101111 Adaptec 3
-0110101111 Louvin 3
-0110101111 Pinza 3
-0110101111 Cryomedics 3
-0110101111 Caprock 3
-0110101111 Mahir 3
-0110101111 KF 3
-0110101111 ASI 3
-0110101111 Masada 3
-0110101111 Sami/Burke 3
-0110101111 Over-The-Counter 3
-0110101111 veiling 3
-0110101111 Morco 4
-0110101111 Reorganized 4
-0110101111 DV 4
-0110101111 Shakarchi 4
-0110101111 Tellabs 4
-0110101111 Penland 4
-0110101111 Nitta 4
-0110101111 Trademarks 4
-0110101111 Leiden 4
-0110101111 I.W. 4
-0110101111 Cinnamont 4
-0110101111 Lexecon 4
-0110101111 Sprott 4
-0110101111 Eastlake 4
-0110101111 Pelikan 4
-0110101111 Saugatuck 4
-0110101111 Putt-Putt 4
-0110101111 Duskin 4
-0110101111 Normura 4
-0110101111 Insteel 4
-0110101111 Tintoretto 4
-0110101111 Cale 4
-0110101111 KVIL 4
-0110101111 HOFFMANN-LA 4
-0110101111 FL 4
-0110101111 Exposaic 4
-0110101111 Waseda 4
-0110101111 Oneita 4
-0110101111 Malco 4
-0110101111 Jardine-Fleming 4
-0110101111 Helme 4
-0110101111 Rikkyo 4
-0110101111 Korey 4
-0110101111 Derlan 4
-0110101111 Jeneric 4
-0110101111 Emmylou 4
-0110101111 HALT 4
-0110101111 I.C. 4
-0110101111 Transtech 4
-0110101111 Scancem 4
-0110101111 GTC 4
-0110101111 Uppsala 4
-0110101111 Pius 4
-0110101111 Amsted 4
-0110101111 Price/Stern/Sloan 4
-0110101111 JPM 4
-0110101111 Wham 4
-0110101111 Staveley 4
-0110101111 Heide 4
-0110101111 Amfco 4
-0110101111 CIFCO 4
-0110101111 GMN 4
-0110101111 Lantic 4
-0110101111 Yashica 4
-0110101111 Everly 4
-0110101111 Angenics 4
-0110101111 Marudai 4
-0110101111 Joffre 4
-0110101111 McCollum/Spielman 4
-0110101111 AMS 4
-0110101111 Weyerhauser 4
-0110101111 Stone-Consolidated 4
-0110101111 Bridgemarket 4
-0110101111 Shepley 5
-0110101111 Carriage 5
-0110101111 G.F. 5
-0110101111 I.E.P. 5
-0110101111 Tribble 5
-0110101111 Loantech 5
-0110101111 Gilreath 5
-0110101111 Val-Agri 5
-0110101111 Deco-Grand 5
-0110101111 Covell 5
-0110101111 Daylin 5
-0110101111 CSS 5
-0110101111 IBM-Brasil 5
-0110101111 Coherent 5
-0110101111 Oxtoby-Smith 5
-0110101111 AFCO 5
-0110101111 RLR 5
-0110101111 Dycom 5
-0110101111 Richardson-Smith 5
-0110101111 Vestaur 5
-0110101111 Hahnemann 5
-0110101111 Natco 5
-0110101111 Welco 5
-0110101111 NM 5
-0110101111 Loughborough 5
-0110101111 MKI 5
-0110101111 S.O.I. 6
-0110101111 6-foot-6 6
-0110101111 Demuth 6
-0110101111 Loewen 6
-0110101111 Heytesbury 6
-0110101111 Sonja 6
-0110101111 Spreckels 6
-0110101111 Petrostrategies 6
-0110101111 JPL 6
-0110101111 Pentland 6
-0110101111 Komazawa 6
-0110101111 HQ 6
-0110101111 Orrick 6
-0110101111 Hollins 6
-0110101111 Smith/Greenland 6
-0110101111 Tohoku 6
-0110101111 Hem 6
-0110101111 DavCo 6
-0110101111 Daratech 6
-0110101111 Bar-Ilan 6
-0110101111 Stetson 7
-0110101111 Amedco 7
-0110101111 Veronis 7
-0110101111 Shearon 7
-0110101111 Stendig 7
-0110101111 Dashwood 7
-0110101111 Verner 7
-0110101111 Shinsei 7
-0110101111 Okasan 7
-0110101111 BHF 7
-0110101111 Genelabs 7
-0110101111 PMC 7
-0110101111 Sharps 7
-0110101111 Doley 7
-0110101111 Erasmus 7
-0110101111 Duchossois 7
-0110101111 Olsher 7
-0110101111 Altschiller 7
-0110101111 MVP 7
-0110101111 DeTomaso 7
-0110101111 LaPointe 7
-0110101111 BC 7
-0110101111 Mercer-Meidinger 8
-0110101111 Lennox 8
-0110101111 NYT 8
-0110101111 Monogram 8
-0110101111 Reynold 8
-0110101111 TPF&C 8
-0110101111 Texfi 8
-0110101111 Hofstra 8
-0110101111 Cheil 8
-0110101111 Amfesco 8
-0110101111 ASB 8
-0110101111 Helmsley-Spear 8
-0110101111 Deltec 8
-0110101111 Hanifen 8
-0110101111 DePaul 8
-0110101111 Washburn 8
-0110101111 Kansallis-Osake-Pankki 8
-0110101111 Tengiz 8
-0110101111 Nipsco 9
-0110101111 Nankai 9
-0110101111 Kibbutz 9
-0110101111 Over-the-Counter 9
-0110101111 Escanaba 9
-0110101111 Margeotes 9
-0110101111 Anixter 9
-0110101111 Sogang 9
-0110101111 TKR 9
-0110101111 Invest/Net 9
-0110101111 Calpis 9
-0110101111 Riverway 9
-0110101111 Inverness 9
-0110101111 Centromin 10
-0110101111 BIW 10
-0110101111 Annick 10
-0110101111 Tuskegee 10
-0110101111 LeBoeuf 11
-0110101111 Oberweis 11
-0110101111 MetPath 11
-0110101111 Westbrook 11
-0110101111 InfoCorp 11
-0110101111 Kleer-Vu 11
-0110101111 Flemming 11
-0110101111 Nutmeg 11
-0110101111 J.I. 11
-0110101111 Manfra 11
-0110101111 Nuexco 11
-0110101111 Gabriele 11
-0110101111 Friona 11
-0110101111 CL-Alexanders 11
-0110101111 Pan-Electric 11
-0110101111 Eton 11
-0110101111 Palco 12
-0110101111 Nissin 12
-0110101111 Roadmaster 12
-0110101111 Villanova 12
-0110101111 Clairol 12
-0110101111 Bayside 12
-0110101111 Greenbrier 12
-0110101111 Skidmore 12
-0110101111 Thorndike 12
-0110101111 Coudert 12
-0110101111 Keio 12
-0110101111 Ulmer 12
-0110101111 Eglin 12
-0110101111 MSL 13
-0110101111 Bradco 13
-0110101111 Sheppards 13
-0110101111 Canny 13
-0110101111 Savory 13
-0110101111 In-Stat 13
-0110101111 Lefrak 14
-0110101111 Infotechnology 14
-0110101111 Anantha 14
-0110101111 Toray 14
-0110101111 Shand 14
-0110101111 FP 14
-0110101111 Keeneland 14
-0110101111 CBN 14
-0110101111 Infocorp 15
-0110101111 Redpath 15
-0110101111 Gilford 15
-0110101111 Brambles 15
-0110101111 Popsicle 15
-0110101111 ACLI 15
-0110101111 HBM/Creamer 15
-0110101111 Athlone 15
-0110101111 Whale 16
-0110101111 CIBC 16
-0110101111 Fox-Pitt 16
-0110101111 Transcisco 17
-0110101111 Horsehead 17
-0110101111 DLJ 17
-0110101111 Enskilda 17
-0110101111 Lykes 17
-0110101111 MicroAge 17
-0110101111 BPB 17
-0110101111 Yonsei 18
-0110101111 Nu-West 18
-0110101111 Birr 18
-0110101111 Stellenbosch 18
-0110101111 Jacuzzi 18
-0110101111 Swarthmore 18
-0110101111 Sophia 18
-0110101111 Atek 18
-0110101111 Valmont 19
-0110101111 Houdaille 19
-0110101111 TS 19
-0110101111 Keck 19
-0110101111 ERLY 19
-0110101111 Swergold 19
-0110101111 Marinvest 19
-0110101111 Smiths 20
-0110101111 Pemberton 20
-0110101111 Koor 20
-0110101111 ACF 20
-0110101111 WMS 20
-0110101111 Seligmann 21
-0110101111 Wedbush 21
-0110101111 Ringling 22
-0110101111 Weatherly 23
-0110101111 Fordham 23
-0110101111 Komaba 24
-0110101111 WTD 25
-0110101111 DePauw 25
-0110101111 Veribanc 25
-0110101111 Loyola 25
-0110101111 Eppler 26
-0110101111 Larizza 26
-0110101111 SBCI 27
-0110101111 Sloves 27
-0110101111 Wesleyan 27
-0110101111 Wako 27
-0110101111 Shubert 28
-0110101111 PrudentialBache 28
-0110101111 Dentsu 28
-0110101111 Airship 29
-0110101111 Mercer-Meidinger-Hansen 29
-0110101111 Burson-Marsteller 29
-0110101111 Sonic 29
-0110101111 Tulane 31
-0110101111 AEL 32
-0110101111 Wean 33
-0110101111 Mocatta 34
-0110101111 Convenient 36
-0110101111 Cam 36
-0110101111 Ashton 37
-0110101111 Kai 37
-0110101111 Purdue 39
-0110101111 BT 40
-0110101111 C.H. 42
-0110101111 Katy 42
-0110101111 B.A.IT 43
-0110101111 Brandeis 43
-0110101111 Clemson 44
-0110101111 SL 44
-0110101111 Willamette 44
-0110101111 Twenty-First 45
-0110101111 Sulzer 46
-0110101111 Mortgage-Backed 46
-0110101111 Ply-Gem 46
-0110101111 Keane 46
-0110101111 Balfour 47
-0110101111 Wylde 47
-0110101111 Zurn 47
-0110101111 Seidler 48
-0110101111 Spartan 49
-0110101111 Toll 49
-0110101111 Baylor 50
-0110101111 Milbank 50
-0110101111 Eagle-Picher 51
-0110101111 Willkie 51
-0110101111 Emory 51
-0110101111 Crescott 52
-0110101111 Carnegie-Mellon 52
-0110101111 Geldermann 55
-0110101111 Alexanders 55
-0110101111 Harriman 57
-0110101111 Geduld 58
-0110101111 Tufts 59
-0110101111 Avondale 61
-0110101111 Blount 61
-0110101111 Cluett 61
-0110101111 Bateman 63
-0110101111 Rohr 63
-0110101111 Philipp 63
-0110101111 Blasius 64
-0110101111 Baring 64
-0110101111 Kuhns 64
-0110101111 Cadwalader 67
-0110101111 Bessemer 70
-0110101111 Rutgers 72
-0110101111 Mabon 73
-0110101111 H.F. 75
-0110101111 Cravath 76
-0110101111 Trinity 76
-0110101111 McCann-Erickson 82
-0110101111 Norsk 82
-0110101111 Bowater 86
-0110101111 IBJ 90
-0110101111 Worthington 91
-0110101111 Arvin 97
-0110101111 Refco 98
-0110101111 Vanderbilt 101
-0110101111 Pitney 103
-0110101111 Hinderliter 109
-0110101111 Ladenburg 110
-0110101111 Drake 111
-0110101111 Prescott 115
-0110101111 RB 118
-0110101111 Browning-Ferris 126
-0110101111 Dataquest 152
-0110101111 Advest 163
-0110101111 PPG 176
-0110101111 Finley 179
-0110101111 Hoare 181
-0110101111 Skadden 182
-0110101111 UBS 182
-0110101111 Barris 194
-0110101111 Georgetown 195
-0110101111 Fuqua 200
-0110101111 Dresser 202
-0110101111 Norwood 209
-0110101111 Moseley 210
-0110101111 Cornell 213
-0110101111 Spear 238
-0110101111 Wertheim 252
-0110101111 Gartner 261
-0110101111 Pace 276
-0110101111 Piper 286
-0110101111 Litton 298
-0110101111 Northwestern 322
-0110101111 IC 323
-0110101111 Kleinwort 353
-0110101111 Yamaichi 365
-0110101111 Lazard 406
-0110101111 Daiwa 506
-0110101111 Nikko 539
-0110101111 Yale 557
-0110101111 Stanford 581
-0110101111 Warburg 627
-0110101111 E.F. 671
-0110101111 Donaldson 885
-0110101111 Montgomery 998
-0110101111 Nomura 1206
-0110101111 Bear 1530
-0110101111 Dean 1584
-0110101111 Prudential-Bache 1588
-0110101111 Harvard 1642
-0110101111 Reynolds 1655
-0110101111 PaineWebber 1956
-0110101111 Kidder 2197
-0110101111 Salomon 4023
-0110101111 Goldman 2995
-0110110 Korina 1
-0110110 Kassie 1
-0110110 Ottfried 1
-0110110 Younus 1
-0110110 Silviu 1
-0110110 BriAnne 1
-0110110 Yasuke 1
-0110110 Pehr 1
-0110110 Vilam 1
-0110110 Barnardo 1
-0110110 Marylou 1
-0110110 Iva 1
-0110110 Meizo 1
-0110110 Derwyn 1
-0110110 Deniece 1
-0110110 Elysia 1
-0110110 Dyann 1
-0110110 non-Yellow 1
-0110110 Dauss 1
-0110110 Lucretia 1
-0110110 Bismark 1
-0110110 Ayoob 1
-0110110 Gweneth 1
-0110110 Vijali 1
-0110110 Kamau 1
-0110110 hacer 1
-0110110 Janey 1
-0110110 Traci 1
-0110110 Lannis 1
-0110110 Daria 1
-0110110 Phylis 1
-0110110 Sibgatullah 1
-0110110 Piotr 1
-0110110 Liv 1
-0110110 Yiddy 1
-0110110 Spessard 1
-0110110 Haryce 1
-0110110 Seichiro 1
-0110110 Chandralekha 1
-0110110 Munekazu 1
-0110110 Yoshitoki 1
-0110110 Man-Bing 1
-0110110 Cheah 1
-0110110 Keichi 1
-0110110 Ivan-Pierre 1
-0110110 Septima 1
-0110110 Henry-Michel 1
-0110110 Julieta 1
-0110110 property-magnate 1
-0110110 U.W. 1
-0110110 Sabia 1
-0110110 Motoko 1
-0110110 Cigdem 1
-0110110 Atanas 1
-0110110 ACTORS 1
-0110110 Aidan 1
-0110110 Tink 1
-0110110 Urbaldo 1
-0110110 Strikeback-founder 1
-0110110 moun 1
-0110110 R&K 1
-0110110 Dellora 1
-0110110 Trouble-shooter 1
-0110110 Pitty 1
-0110110 Jubali 1
-0110110 Give-'em-hell 1
-0110110 Alija 1
-0110110 Elda 1
-0110110 Antonietta 1
-0110110 Rondi 1
-0110110 Hirohiko 1
-0110110 Norikazu 1
-0110110 Dalgaberto 1
-0110110 prosecutor-general 1
-0110110 Tabbie 1
-0110110 Julianna 1
-0110110 Torg 1
-0110110 Goven 1
-0110110 Sultana 1
-0110110 Kindra 1
-0110110 Nelie 1
-0110110 challege 1
-0110110 Yoshihiko 1
-0110110 Bayrische 1
-0110110 Lionte 1
-0110110 Sadam 1
-0110110 Third-placer 1
-0110110 Runnerup 1
-0110110 pre-judge 1
-0110110 Imran 1
-0110110 Yasumoto 1
-0110110 Yogan 1
-0110110 Francisque 1
-0110110 Salvator 1
-0110110 Valtr 1
-0110110 Sheril 1
-0110110 Saisho 1
-0110110 206-pound 1
-0110110 O.L. 1
-0110110 Annbrit 1
-0110110 Lissy 1
-0110110 Migalina 1
-0110110 Karl-Eduard 1
-0110110 deflowers 1
-0110110 Soonthon 1
-0110110 Neelan 1
-0110110 Gilberte 1
-0110110 Laboratorios 1
-0110110 Efrain 1
-0110110 Emi 1
-0110110 Abdul-Wahed 1
-0110110 Carol-Linnea 1
-0110110 President-Elect 1
-0110110 Pierluigi 1
-0110110 light-haired 1
-0110110 Valerii 1
-0110110 Shigeho 1
-0110110 Ryusei 1
-0110110 Lilliam 1
-0110110 Clain 1
-0110110 Bobi 1
-0110110 WALL-STREET 1
-0110110 Yuming 1
-0110110 Reynie 1
-0110110 T.Z. 1
-0110110 Arnita 1
-0110110 Shambhu 1
-0110110 --Shannon 1
-0110110 Vivek 1
-0110110 K.T. 1
-0110110 Houy 1
-0110110 flair-like 1
-0110110 Lyndsey 1
-0110110 Nobukazu 1
-0110110 Asif 1
-0110110 Sheelah 1
-0110110 Hidetaro 1
-0110110 Hiraku 1
-0110110 Hyla 1
-0110110 Allana 1
-0110110 Mierle 1
-0110110 Jimy 1
-0110110 Sachio 1
-0110110 Liubov 1
-0110110 Presidentelect 1
-0110110 Ramini 1
-0110110 Kentaro 1
-0110110 Hironori 1
-0110110 Ved 1
-0110110 Damid 1
-0110110 Nona 1
-0110110 Hikonobu 1
-0110110 Tomiaki 1
-0110110 Risa 1
-0110110 Glyndell 1
-0110110 225-lawyer 1
-0110110 Toyoaki 1
-0110110 Joethelia 1
-0110110 Satchel 1
-0110110 Balwan 1
-0110110 Niall 1
-0110110 Kayitan 1
-0110110 Sahib 1
-0110110 Chao-Yuan 1
-0110110 Rakeh 1
-0110110 Takaki 1
-0110110 Simas 1
-0110110 Corrin 1
-0110110 Z.D. 1
-0110110 Caryle 1
-0110110 Leonary 1
-0110110 Sanae 1
-0110110 Masaka 1
-0110110 Hillard 1
-0110110 Akihiko 1
-0110110 Lamis 1
-0110110 Yunha 1
-0110110 Takenori 1
-0110110 Commissoner 1
-0110110 Pro-Business 1
-0110110 Encarnacion 1
-0110110 Aghelos 1
-0110110 Konstantinos 1
-0110110 Ryujiro 1
-0110110 Yumi 1
-0110110 Dory 1
-0110110 Izzie 1
-0110110 Rasmi 1
-0110110 Dimitrios 1
-0110110 Treg 1
-0110110 Friz 1
-0110110 Cardiologist 1
-0110110 Theana 1
-0110110 Hacob 1
-0110110 Palmira 1
-0110110 Malcome 1
-0110110 Peterlowford 1
-0110110 Leydell 1
-0110110 Mazie 1
-0110110 Hial 1
-0110110 Yoshihide 1
-0110110 Adelbert 1
-0110110 Yonosuke 1
-0110110 Gadi 1
-0110110 Konstatin 1
-0110110 Ival 1
-0110110 Lito 1
-0110110 Andrenor 1
-0110110 Shimao 1
-0110110 Meridel 1
-0110110 Ou-Yang 1
-0110110 Shigebumi 1
-0110110 Emyl 1
-0110110 440,500 1
-0110110 Ranjit 1
-0110110 Matsuyo 1
-0110110 Kamwanna 1
-0110110 L&S 1
-0110110 Gotaas 1
-0110110 runningmate 1
-0110110 popster 1
-0110110 Brahim 1
-0110110 Sudhir 1
-0110110 Harbir 1
-0110110 Yasufumi 1
-0110110 Reiny 1
-0110110 Vishu 1
-0110110 Frederina 1
-0110110 Roedad 1
-0110110 Takumi 1
-0110110 market-researcher 1
-0110110 Twentieth-Century 1
-0110110 Sauveur 1
-0110110 acov 1
-0110110 Atilio 1
-0110110 MaryAnn 1
-0110110 Anant 1
-0110110 Torakichi 1
-0110110 Kazuro 1
-0110110 Pruitt- 1
-0110110 Deedar 1
-0110110 Milovan 1
-0110110 Pavlusko 1
-0110110 Tanja 1
-0110110 H-P-no 1
-0110110 Abdul-Kadir 1
-0110110 Azzedine 1
-0110110 '39 1
-0110110 Suis 1
-0110110 Dankmar 1
-0110110 Katsuji 1
-0110110 Zalin 1
-0110110 Strahinja 1
-0110110 Naresh 1
-0110110 Sakip 1
-0110110 437,100 1
-0110110 Danitra 1
-0110110 Ioanna 1
-0110110 Karine 1
-0110110 Cirilo 1
-0110110 Neile 1
-0110110 Jarel 1
-0110110 Reina 1
-0110110 Efrem 1
-0110110 Tekeuchi 1
-0110110 Andulio 1
-0110110 Tuxtla 1
-0110110 Alena 1
-0110110 Perri 1
-0110110 Zerilda 1
-0110110 Behnam 1
-0110110 Grantland 1
-0110110 Gondolier 1
-0110110 Hirotsugo 1
-0110110 Prosenjit 1
-0110110 Saleem 1
-0110110 Paulino 1
-0110110 Aline 1
-0110110 Thermoproof 1
-0110110 Mose 1
-0110110 Joachim-Ernst 1
-0110110 Amadou-Mahtar 1
-0110110 Knut 1
-0110110 Betty-Jo 1
-0110110 Edelburg 1
-0110110 Bernard-Henri 1
-0110110 Wicleffe 1
-0110110 Jyotindra 1
-0110110 Promila 1
-0110110 Trudi 1
-0110110 Zoanne 1
-0110110 Fitler 1
-0110110 VADM 1
-0110110 Kitley 1
-0110110 Hartsell 1
-0110110 Megawati 1
-0110110 Theophile 1
-0110110 Balwant 1
-0110110 Siddhartha 1
-0110110 Dragomir 1
-0110110 Reidar 1
-0110110 Ebrahaim 1
-0110110 Molefi 1
-0110110 Kimio 1
-0110110 Yorum 1
-0110110 Morimasa 1
-0110110 Nassos 1
-0110110 Aspara 1
-0110110 Romelia 1
-0110110 Tammi 1
-0110110 Nynke 1
-0110110 Yukihiko 1
-0110110 Bretta 1
-0110110 4339 1
-0110110 Bodley 1
-0110110 Julisz 1
-0110110 Taryn 1
-0110110 Isobel 1
-0110110 Yuet 1
-0110110 Naoko 1
-0110110 Resurreccion 1
-0110110 Josiane 1
-0110110 Shunjiro 1
-0110110 Davida 1
-0110110 Jelon 1
-0110110 Shopco 1
-0110110 Masaji 1
-0110110 Ottokar 1
-0110110 Cetus-Ben 1
-0110110 Abdulhadi 1
-0110110 18700 1
-0110110 Sharlyne 1
-0110110 Berenice 1
-0110110 Marylee 1
-0110110 Makuto 1
-0110110 Khosrow 1
-0110110 Machesney 1
-0110110 O.W. 1
-0110110 Augmenting 1
-0110110 -Mimi 1
-0110110 Clovis 1
-0110110 Argentina-Obdulio 1
-0110110 Margalith 1
-0110110 Eladio 1
-0110110 Dusan 1
-0110110 Miran 1
-0110110 Shyamala 1
-0110110 Loll 1
-0110110 Tor 1
-0110110 Edwarde 1
-0110110 Mayin 1
-0110110 Satya 1
-0110110 Micihiko 1
-0110110 J.Y.M. 1
-0110110 Collister 1
-0110110 Ernestine 1
-0110110 Pendrick 1
-0110110 Monidip 1
-0110110 dans 1
-0110110 Holkema 1
-0110110 Volkmar 1
-0110110 Alyn 1
-0110110 Tetsuji 1
-0110110 Kenjiro 1
-0110110 Mitsukuni 1
-0110110 Odfjell 1
-0110110 Heidruin 1
-0110110 6,039 1
-0110110 Houry 1
-0110110 Rosalio 1
-0110110 Ardyce 1
-0110110 Mogens 1
-0110110 Cathernie 1
-0110110 Fasil 1
-0110110 Jef 1
-0110110 Aideen 1
-0110110 Guy-Jean 1
-0110110 Zdislaw 1
-0110110 Genovena 1
-0110110 Hidekichi 1
-0110110 A.J.C. 1
-0110110 Efrim 1
-0110110 Mkt 1
-0110110 Tameka 1
-0110110 Nehl 1
-0110110 Yann 1
-0110110 Karpal 1
-0110110 Zino 1
-0110110 --Robert 1
-0110110 parar 1
-0110110 Concessa 1
-0110110 Emogene 1
-0110110 Hashiro 1
-0110110 Crayon-maker 1
-0110110 tenant-managed 1
-0110110 Katsuro 1
-0110110 Myung-Sik 1
-0110110 Jemy 1
-0110110 Nan-Yao 1
-0110110 Annamarie 1
-0110110 Shigeka 1
-0110110 Felipa 1
-0110110 Sholom 1
-0110110 Ranganath 1
-0110110 Hushang 1
-0110110 capitalist-tool 1
-0110110 Neelie 1
-0110110 Asker 1
-0110110 Norlando 1
-0110110 near-naked 1
-0110110 Good-old-boy 1
-0110110 230-pound 1
-0110110 Larraine 1
-0110110 Hiroshe 1
-0110110 Simba 1
-0110110 Boniface 1
-0110110 Verdon 1
-0110110 Dalip 1
-0110110 Delphine 1
-0110110 Katheryn 1
-0110110 Jungi 1
-0110110 Bolanie 1
-0110110 Guitty 1
-0110110 Hulusi 1
-0110110 Halit 1
-0110110 Rausher 1
-0110110 Sune 1
-0110110 Matteo 1
-0110110 Reimar 1
-0110110 Lyda 1
-0110110 Dalsukhbhai 1
-0110110 then-alderman 1
-0110110 Rika 1
-0110110 Atsutake 1
-0110110 Kosaku 1
-0110110 Aart 1
-0110110 303,602 1
-0110110 Carrole 1
-0110110 Carmack 1
-0110110 Hamdija 1
-0110110 Emanual 1
-0110110 Nehama 1
-0110110 Azuma 1
-0110110 Virg 1
-0110110 Hidenobu 1
-0110110 Theodeor 1
-0110110 Taiji 1
-0110110 Gorriaran 1
-0110110 Tarik 1
-0110110 Chitosei 1
-0110110 Gumercindo 1
-0110110 Joellyn 1
-0110110 Rennell 1
-0110110 N.S. 1
-0110110 Dusko 1
-0110110 Gerri 1
-0110110 Milanko 1
-0110110 Yusaku 1
-0110110 Beaird-Poulan/ 1
-0110110 Fawzy 1
-0110110 Sprechen 1
-0110110 Zenaida 1
-0110110 I.P. 1
-0110110 Maryjo 1
-0110110 Joseph-Daniel 1
-0110110 Capitalist-minded 1
-0110110 M.E. 1
-0110110 M.T. 1
-0110110 N.J.based-Jack 1
-0110110 Cleanth 1
-0110110 Shojiro 1
-0110110 Jean-Roch 1
-0110110 S.B 1
-0110110 Miloanne 1
-0110110 Alissa 1
-0110110 Arjen 1
-0110110 Governor-elect 1
-0110110 Csaba 1
-0110110 Keigi 1
-0110110 Hement 1
-0110110 Idalee 1
-0110110 Shabtai 1
-0110110 LaDonna 1
-0110110 JeanMarie 1
-0110110 Ludmila 1
-0110110 Trigve 1
-0110110 Borje 1
-0110110 Jonna 1
-0110110 Tameaki 1
-0110110 Duayne 1
-0110110 euologized 1
-0110110 Gaetan 1
-0110110 Jeromir 1
-0110110 Acquisition-hungry 1
-0110110 Keijiro 1
-0110110 Maurits 1
-0110110 Starters 1
-0110110 Macel 1
-0110110 Vasili 1
-0110110 Tohri 1
-0110110 Sture 1
-0110110 393,400 1
-0110110 Karlyn 1
-0110110 Nazia 1
-0110110 Zeyda 1
-0110110 Sharadhumar 1
-0110110 Tichi 1
-0110110 Torbjoern 1
-0110110 Mwajabu 1
-0110110 Cleopa 1
-0110110 Laigh 1
-0110110 Jaleel 1
-0110110 President-to-be 1
-0110110 Craton 1
-0110110 Naoyoshi 1
-0110110 Ronal 1
-0110110 Stephany 1
-0110110 Leeam 1
-0110110 Sanat 1
-0110110 Dorothee 1
-0110110 Reszo 1
-0110110 Chizuko 1
-0110110 Duma 1
-0110110 khona 1
-0110110 new-hero 1
-0110110 1966-winner 1
-0110110 I.L. 1
-0110110 38-lawyer 1
-0110110 Predrag 1
-0110110 Ryne 1
-0110110 Omus 1
-0110110 Leiv 1
-0110110 Motofumi 1
-0110110 Mineko 1
-0110110 Giorgos 1
-0110110 Widikind 1
-0110110 Bradlyn 1
-0110110 Lynnette 1
-0110110 Gedrus 1
-0110110 4100 1
-0110110 Marlyn 1
-0110110 Chard 1
-0110110 Aggrey 1
-0110110 Kimitoshi 1
-0110110 Lezek 1
-0110110 Skeet 1
-0110110 Ataman 1
-0110110 Strobe 1
-0110110 Tamami 1
-0110110 Laris 1
-0110110 Contraves 1
-0110110 Nikitas 1
-0110110 Sappho 1
-0110110 Gianbattista 1
-0110110 Lezlie 1
-0110110 Jaafar 1
-0110110 Wirt 1
-0110110 Roelof 1
-0110110 Cinders 1
-0110110 Syuichi 1
-0110110 Stephania 1
-0110110 Friedrun 1
-0110110 Warland 1
-0110110 Sukanto 1
-0110110 Ennius 1
-0110110 Karl-Hermann 1
-0110110 Aedan 1
-0110110 Phileas 1
-0110110 Koichiro 1
-0110110 Geula 1
-0110110 Taku 1
-0110110 Babaloo 1
-0110110 Zillah 1
-0110110 Toots 1
-0110110 Friederick 1
-0110110 Ismanto 1
-0110110 Craf 1
-0110110 Kathyann 1
-0110110 Geri 1
-0110110 Klaus-Christian 1
-0110110 Phylicia 1
-0110110 Althea 1
-0110110 Cicely 1
-0110110 Deloris 1
-0110110 coronate 1
-0110110 Atalanta/ 1
-0110110 Kamini 1
-0110110 Takahide 1
-0110110 Gersham 1
-0110110 Lajuana 1
-0110110 Miep 1
-0110110 Dhananjay 1
-0110110 Nyameka 1
-0110110 Eula 1
-0110110 Hylton 1
-0110110 Derl 1
-0110110 Michaele 1
-0110110 thinning-haired 1
-0110110 Attie 1
-0110110 Tajir 1
-0110110 Trey 1
-0110110 65-lawyer 1
-0110110 Vel 1
-0110110 Bambang 1
-0110110 Asep 1
-0110110 Padmo 1
-0110110 Karyn 1
-0110110 --Dick 1
-0110110 --Rodney 1
-0110110 Itsie 1
-0110110 Koloman 1
-0110110 Haitham 1
-0110110 Kochi 1
-0110110 Curnick 1
-0110110 Rockie 1
-0110110 Nahoko 1
-0110110 Sadako 1
-0110110 Lemuel 1
-0110110 Cokie 1
-0110110 Carlean 1
-0110110 Rahul 1
-0110110 Shmuel 1
-0110110 Toshiichi 1
-0110110 Tomosuke 1
-0110110 Spierer 1
-0110110 Detloff 1
-0110110 PRESSURING 1
-0110110 Masoud 1
-0110110 Uldis 1
-0110110 Gerold 1
-0110110 Teruaki 1
-0110110 Mersud 1
-0110110 Laraine 1
-0110110 Pierre-Marc 1
-0110110 Mayumi 1
-0110110 Giambattista 1
-0110110 Once-publicity-shy 1
-0110110 Lonn 1
-0110110 Riaz 1
-0110110 Toshikatsu 1
-0110110 Mimmo 1
-0110110 Sohrab 1
-0110110 Gheorghe 1
-0110110 Netty 1
-0110110 Timna 1
-0110110 Rusdu 1
-0110110 Trini 1
-0110110 Amalfi 1
-0110110 Dairl 1
-0110110 Francie 1
-0110110 Y.S. 1
-0110110 Tira 1
-0110110 Kul 1
-0110110 Greenall 1
-0110110 Eloy 1
-0110110 Tanni 1
-0110110 Eijiro 1
-0110110 Zaha 1
-0110110 Bostonbased 1
-0110110 Jen 1
-0110110 Rodgrigo 1
-0110110 Matej 1
-0110110 Thoru 1
-0110110 U.R. 1
-0110110 Christen 1
-0110110 Aljedrando 1
-0110110 Lancellott 1
-0110110 Besin 1
-0110110 Unal 1
-0110110 Ritasue 1
-0110110 Indiana-grad 1
-0110110 Amatsia 1
-0110110 Lief 1
-0110110 Bahram 1
-0110110 Manouchehr 1
-0110110 Sargon 1
-0110110 Hamideh 1
-0110110 Akito 1
-0110110 Wilmat 1
-0110110 Francois-Emile 1
-0110110 Kourosh 1
-0110110 Inaugurates 1
-0110110 Maisie 1
-0110110 Takayuki 1
-0110110 Katsuyuki 1
-0110110 Shouichiro 1
-0110110 Sherbaz 1
-0110110 Mahbubul 1
-0110110 Chelsfield 1
-0110110 Chiharu 1
-0110110 Takeharu 1
-0110110 Kymberly 1
-0110110 Daws 1
-0110110 Nanette 1
-0110110 Maribeth 1
-0110110 Avigdor 1
-0110110 eb 1
-0110110 Adella 1
-0110110 Wali 1
-0110110 Fazlur 1
-0110110 Werter 1
-0110110 Fatimata 1
-0110110 Sisu 1
-0110110 Damrosch 1
-0110110 Chelle 1
-0110110 Bubber 1
-0110110 Bharati 1
-0110110 Hailu 1
-0110110 Mortezar 1
-0110110 Sylvio 1
-0110110 Narendra 1
-0110110 Venerina 1
-0110110 Kusu 1
-0110110 M/I 1
-0110110 Winda 1
-0110110 Lupe 1
-0110110 Kuniko 1
-0110110 Raed 1
-0110110 Varuzhian 1
-0110110 Sadoun 1
-0110110 Anat 1
-0110110 Shigemi 1
-0110110 Woodie 1
-0110110 Ernst-Moritz 1
-0110110 Harrel 1
-0110110 Butros 1
-0110110 Shigeji 1
-0110110 Nanzi 1
-0110110 Elberton 1
-0110110 ASIDE 1
-0110110 Osra 1
-0110110 Cheikh 1
-0110110 Yazid 1
-0110110 precise-spoken 1
-0110110 Karrie 1
-0110110 Auditor-General 1
-0110110 Voit 1
-0110110 Klaus-Jurgen 1
-0110110 Marz 1
-0110110 Maeve 1
-0110110 Reconsidering 1
-0110110 Dirkie 1
-0110110 once-solid 1
-0110110 Andee 1
-0110110 Gemiyah 1
-0110110 Kristi 1
-0110110 Frayda 1
-0110110 Altynai 1
-0110110 Farukh 1
-0110110 Gibraltar-based 1
-0110110 Shahram 1
-0110110 Eleonore 1
-0110110 Toerstein 1
-0110110 I.F. 1
-0110110 Kenyatta 1
-0110110 Lallois 1
-0110110 Linetta 1
-0110110 Tanemichi 1
-0110110 Margaret-Anne 1
-0110110 Olya 1
-0110110 Rohit 1
-0110110 trovato 1
-0110110 Kennywood 1
-0110110 Artiem 1
-0110110 Mihalis 1
-0110110 Thanassis 1
-0110110 Sinikka 1
-0110110 Sumie 1
-0110110 1987-Henry 1
-0110110 Murilo 1
-0110110 ghost-memoirist 1
-0110110 Eisako 1
-0110110 Gerdy 1
-0110110 Abeille-Paix 1
-0110110 Rita-Sue 1
-0110110 Lisa-Marie 1
-0110110 Alben 1
-0110110 Mitsutoshi 1
-0110110 Saharnouz 1
-0110110 Marie-Josee 1
-0110110 Neala 1
-0110110 Katsuyoshi 2
-0110110 Ferdinando 2
-0110110 G.E.R. 2
-0110110 A.N. 2
-0110110 Ulan 2
-0110110 Neelam 2
-0110110 Urvashi 2
-0110110 Mitsuko 2
-0110110 Leonore 2
-0110110 Haydar 2
-0110110 B.W.H. 2
-0110110 Kazuyuki 2
-0110110 Shelia 2
-0110110 Yuki 2
-0110110 Atsuko 2
-0110110 Nobuyasu 2
-0110110 Baaron 2
-0110110 Jean-Guy 2
-0110110 Christiev 2
-0110110 Thyra 2
-0110110 Carolee 2
-0110110 Firoze 2
-0110110 Gayland 2
-0110110 Aiden 2
-0110110 Mory 2
-0110110 Abdelhadi 2
-0110110 Mitsuro 2
-0110110 Kazie 2
-0110110 M.I. 2
-0110110 Adrien 2
-0110110 FAWN 2
-0110110 Shatterproof 2
-0110110 Wonjerika 2
-0110110 Fikret 2
-0110110 Elayne 2
-0110110 Yoshinari 2
-0110110 Naokazu 2
-0110110 Soichi 2
-0110110 Sig 2
-0110110 Denzil 2
-0110110 Karakian 2
-0110110 Darci 2
-0110110 Hiroyoshi 2
-0110110 Dita 2
-0110110 Gatsha 2
-0110110 Nedis 2
-0110110 Takamori 2
-0110110 Ghena 2
-0110110 Annelise 2
-0110110 Bunji 2
-0110110 Hironobu 2
-0110110 Derick 2
-0110110 Madis 2
-0110110 Yossef 2
-0110110 W.V. 2
-0110110 Kartal 2
-0110110 Industriebank 2
-0110110 Jorg 2
-0110110 Norimoto 2
-0110110 Kyo 2
-0110110 Jacopo 2
-0110110 Egil 2
-0110110 Liviel 2
-0110110 Cassim 2
-0110110 Genjiro 2
-0110110 Jean-Patrick 2
-0110110 Kazumasa 2
-0110110 Dhana 2
-0110110 Alphonso 2
-0110110 Arni 2
-0110110 Thea 2
-0110110 Toshihide 2
-0110110 Nicomedes 2
-0110110 Gliceria 2
-0110110 Hans-Dieter 2
-0110110 Angelita 2
-0110110 Teruko 2
-0110110 Jorma 2
-0110110 Hidero 2
-0110110 K.S. 2
-0110110 Koeks 2
-0110110 Trisha 2
-0110110 Orlo 2
-0110110 Ayhan 2
-0110110 Dadan 2
-0110110 Icaro 2
-0110110 Takamasa 2
-0110110 Yoshindo 2
-0110110 Aviva 2
-0110110 S.M. 2
-0110110 Zedie 2
-0110110 Zdzislaw 2
-0110110 D.E. 2
-0110110 Setrag 2
-0110110 Nanci 2
-0110110 Leanne 2
-0110110 Shlomo 2
-0110110 Imtaiz 2
-0110110 Ferenc 2
-0110110 Kazuhiro 2
-0110110 Zwelakhe 2
-0110110 Ola 2
-0110110 Tsuruo 2
-0110110 Kunihiko 2
-0110110 Tomoshige 2
-0110110 Wai 2
-0110110 Riki 2
-0110110 Jethro 2
-0110110 Valarie 2
-0110110 Nario 2
-0110110 Ryozo 2
-0110110 Marie-Denise 2
-0110110 Graziella 2
-0110110 Yoshiyasu 2
-0110110 Hideyo 2
-0110110 Nikolay 2
-0110110 Serafina 2
-0110110 Dorcey 2
-0110110 Abdelsallam 2
-0110110 Justine 2
-0110110 Oded 2
-0110110 Vipin 2
-0110110 Srully 2
-0110110 J.O. 2
-0110110 Hirokazu 2
-0110110 W.D. 2
-0110110 Kuniyasu 2
-0110110 Riddick 2
-0110110 Gianna 2
-0110110 Def 2
-0110110 Devra 2
-0110110 Cabanne 2
-0110110 Imogen 2
-0110110 Yacoub 2
-0110110 Garet 2
-0110110 F.L. 2
-0110110 Costandi 2
-0110110 Toshi 2
-0110110 Nochum 2
-0110110 Zalman 2
-0110110 Petrika 2
-0110110 Tadd 2
-0110110 Rufino 2
-0110110 Floretta 2
-0110110 G.W.W. 2
-0110110 Andree 2
-0110110 Seisuke 2
-0110110 Yasukazu 2
-0110110 Shuhei 2
-0110110 Bennie 2
-0110110 Ken-Ichi 2
-0110110 Romy 2
-0110110 W.K. 2
-0110110 Dasan 2
-0110110 Caryn 2
-0110110 Kazuaki 2
-0110110 Bronwen 2
-0110110 Judit 2
-0110110 Beurt 2
-0110110 Sofonias 2
-0110110 Thelonious 2
-0110110 Arther 2
-0110110 Dermot 2
-0110110 Edd 2
-0110110 Antonino 2
-0110110 Sachiko 2
-0110110 Bethann 2
-0110110 Mary-Liz 2
-0110110 Jalong 2
-0110110 Marcin 2
-0110110 Marianna 3
-0110110 Alexandr 3
-0110110 Hiroki 3
-0110110 Merlyn 3
-0110110 Zoe 3
-0110110 Junko 3
-0110110 Neptali 3
-0110110 Goeran 3
-0110110 Jin-Shung 3
-0110110 Birgit 3
-0110110 Django 3
-0110110 Nobutoshi 3
-0110110 Persio 3
-0110110 Tadao 3
-0110110 Arpad 3
-0110110 Stephane 3
-0110110 Daniela 3
-0110110 Eishiro 3
-0110110 Yoshiko 3
-0110110 Isaias 3
-0110110 Chiaki 3
-0110110 Jeanetta 3
-0110110 Yoshiji 3
-0110110 Nobuhiko 3
-0110110 Shunsuke 3
-0110110 Rokuro 3
-0110110 Gaylen 3
-0110110 Mila 3
-0110110 Arun 3
-0110110 Severina 3
-0110110 Geidar 3
-0110110 Swoosie 3
-0110110 Vartan 3
-0110110 K.Y. 3
-0110110 Aprile 3
-0110110 Tatsuro 3
-0110110 Nobumitsu 3
-0110110 Ikkan 3
-0110110 Tommaso 3
-0110110 Toyoharu 3
-0110110 Teruhisa 3
-0110110 Rosemarie 3
-0110110 Kyoko 3
-0110110 Six-year-old 3
-0110110 Harunori 3
-0110110 Deirdre 3
-0110110 Yasuhiko 3
-0110110 Shoshana 3
-0110110 Janharm 3
-0110110 Wilf 3
-0110110 Giampiero 3
-0110110 Benita 3
-0110110 Tyne 3
-0110110 Wataru 3
-0110110 Shari 3
-0110110 Norimasa 3
-0110110 Dorothea 3
-0110110 Ermanno 3
-0110110 Praveen 3
-0110110 Pinchas 3
-0110110 Gotthilf 3
-0110110 Feliks 3
-0110110 Satur 3
-0110110 Rashed 3
-0110110 Safi 3
-0110110 Gulbuddin 3
-0110110 Andrej 3
-0110110 Ta 3
-0110110 Jeri 3
-0110110 Georgene 3
-0110110 Bahar 3
-0110110 Jose-Luis 3
-0110110 Lennard 3
-0110110 Jaacov 3
-0110110 Toshiko 3
-0110110 Karole 3
-0110110 Noberto 3
-0110110 Teena 3
-0110110 Rigoberto 3
-0110110 Catalino 3
-0110110 Arjay 3
-0110110 Hisako 3
-0110110 Gigi 3
-0110110 Kiran 3
-0110110 Ariyoshi 3
-0110110 Rotraut 3
-0110110 Yoshitaka 3
-0110110 Johsen 3
-0110110 Gouverneur 3
-0110110 Cabreo 3
-0110110 Lyudmila 3
-0110110 Shinji 4
-0110110 Snooty 4
-0110110 L.W. 4
-0110110 Rosabeth 4
-0110110 Derk 4
-0110110 Jaak 4
-0110110 Gwyn 4
-0110110 Nobuhiro 4
-0110110 Ayako 4
-0110110 Jiro 4
-0110110 Kensuke 4
-0110110 Haruhiko 4
-0110110 Yoshinobu 4
-0110110 Seiichi 4
-0110110 Marj 4
-0110110 Takuro 4
-0110110 ipso 4
-0110110 Morty 4
-0110110 Tad 4
-0110110 RitaSue 4
-0110110 Hiroko 4
-0110110 Nariman 4
-0110110 Waltraud 4
-0110110 Hisamichi 4
-0110110 Sherri 4
-0110110 Tomomitsu 4
-0110110 Alfre 4
-0110110 Henny 4
-0110110 Moira 4
-0110110 Goro 4
-0110110 Lora 4
-0110110 Kokichi 4
-0110110 Manoucher 4
-0110110 Jeannine 4
-0110110 Helgi 4
-0110110 T.D. 4
-0110110 M.M. 4
-0110110 Shuichi 4
-0110110 Ib 4
-0110110 Hei 4
-0110110 Allanna 4
-0110110 Yoh 4
-0110110 W.P. 4
-0110110 Shirgeru 4
-0110110 Wynand 4
-0110110 Matti 4
-0110110 Hanae 4
-0110110 Berthold 4
-0110110 Yasushi 4
-0110110 Katsuya 5
-0110110 Karl-Erik 5
-0110110 Seijiro 5
-0110110 Arnab 5
-0110110 Motoi 5
-0110110 Yuichi 5
-0110110 Joichi 5
-0110110 Armond 5
-0110110 Tamotsu 5
-0110110 Yuji 5
-0110110 Angelina 5
-0110110 Fereydon 5
-0110110 Aloys 5
-0110110 Toshiaki 5
-0110110 Kozo 5
-0110110 Ingenio 5
-0110110 Tatsuo 5
-0110110 Mitsuru 5
-0110110 Marybeth 5
-0110110 Erdal 5
-0110110 Yoshiyuki 5
-0110110 Theodor 5
-0110110 Ulf 5
-0110110 Aharon 5
-0110110 Eliza 5
-0110110 Ilona 5
-0110110 Pratap 5
-0110110 K.F. 5
-0110110 Clem 5
-0110110 Arlon 5
-0110110 Zohar 6
-0110110 Enno 6
-0110110 Domenic 6
-0110110 Ivor 6
-0110110 M.R. 6
-0110110 Yumiko 6
-0110110 Udayan 6
-0110110 Norio 6
-0110110 Vixen 6
-0110110 Yusuke 6
-0110110 Kaoru 6
-0110110 Ryuzo 6
-0110110 Mstislav 6
-0110110 Harve 6
-0110110 Mirella 7
-0110110 DuWayne 7
-0110110 Masami 7
-0110110 Eishi 7
-0110110 Vahid 7
-0110110 Shigekuni 7
-0110110 Ruam 7
-0110110 Yaacov 7
-0110110 Stockard 7
-0110110 O.J. 7
-0110110 Hiromasa 7
-0110110 R.K. 7
-0110110 mr. 7
-0110110 Ibn 7
-0110110 Katsumi 7
-0110110 Mariette 7
-0110110 Magneti 7
-0110110 Brigitte 7
-0110110 Twyla 7
-0110110 Dani 8
-0110110 Jorio 8
-0110110 Kris 8
-0110110 Arie 8
-0110110 Jacquie 8
-0110110 Mushtaq 8
-0110110 Mieczyslaw 8
-0110110 Evelina 8
-0110110 Trude 8
-0110110 Arve 8
-0110110 Cybill 8
-0110110 Hitoshi 8
-0110110 Eiichi 8
-0110110 Leonel 9
-0110110 Avner 9
-0110110 Daini 9
-0110110 T.E. 9
-0110110 Hannoch 9
-0110110 Christiane 9
-0110110 Eiji 10
-0110110 MTU 10
-0110110 Yasuo 10
-0110110 Hans-Joerg 10
-0110110 Frederica 10
-0110110 Hisao 10
-0110110 S.L. 10
-0110110 Yuko 10
-0110110 Stanislas 11
-0110110 Tsuneo 11
-0110110 W.I. 12
-0110110 F.A.O. 12
-0110110 Dinsa 12
-0110110 Belkacem 12
-0110110 Jing 12
-0110110 Oleg 13
-0110110 Genghis 14
-0110110 Trygve 14
-0110110 Einar 14
-0110110 Jean-Francois 14
-0110110 Lorne 15
-0110110 Felice 15
-0110110 Tetsuo 16
-0110110 Akio 16
-0110110 Keiichi 17
-0110110 Francoise 18
-0110110 Hildegard 18
-0110110 Toyoo 19
-0110110 Masakazu 20
-0110110 Koichi 20
-0110110 Zubin 20
-0110110 Orson 21
-0110110 Placido 24
-0110110 Refaat 24
-0110110 Susumu 25
-0110110 C.R. 29
-0110110 Priscilla 33
-0110110 Norberto 36
-0110110 W.R. 177
-0110110 Nigel 263
-0110110 Bayerische 308
-0110110 Banca 348
-0110110 Dr. 4048
-0110110 Mrs. 4377
-0110110 Mr. 207594
-0110110 Ms. 8748
-011011100 Veras 1
-011011100 Kooi 1
-011011100 Mercer/Harry 1
-011011100 ricos 1
-011011100 PULLED 1
-011011100 Burns-Gracie 1
-011011100 Haniff 1
-011011100 Spinks-Gerry 1
-011011100 Claret 1
-011011100 Nader-founded 1
-011011100 Joaquina 1
-011011100 Shoop 1
-011011100 Olu 1
-011011100 Mettesheim 1
-011011100 Abdelhamid 1
-011011100 Eddin 1
-011011100 Makki 1
-011011100 Mokhtar 1
-011011100 Junipero 1
-011011100 Jawad 1
-011011100 Camerine 1
-011011100 Ramage 1
-011011100 Ud 1
-011011100 Jorgen 1
-011011100 Sigifredo 1
-011011100 Arditas 1
-011011100 North-Brendan 1
-011011100 al-Abdulla 1
-011011100 Goldberg/Lily 1
-011011100 clown/dancer/mime 1
-011011100 Ruffo 1
-011011100 al-Ahmed 1
-011011100 Waclaw 1
-011011100 Bernert 1
-011011100 Mikailovich 1
-011011100 Calcott 1
-011011100 Acero 1
-011011100 Kounty 1
-011011100 Tyson-Robin 1
-011011100 Helms-Jerry 1
-011011100 Tarsisius 1
-011011100 Morris/Kraft/General 1
-011011100 Toinette 1
-011011100 Zurita 1
-011011100 Eldridge/Loose 1
-011011100 Clerc 1
-011011100 Hashin 1
-011011100 Vissaronovich 1
-011011100 Haddon 1
-011011100 Astaire-Ginger 1
-011011100 shitsurei 1
-011011100 Popa 1
-011011100 Szandor 1
-011011100 Mallord 1
-011011100 Beatty-Dustin 1
-011011100 McLelland 1
-011011100 Dagnino 1
-011011100 Geovanna 1
-011011100 Freiherr 1
-011011100 Nunn-Chuck 1
-011011100 Prawer 1
-011011100 Granberry 1
-011011100 Fergusonesque 1
-011011100 Dacres 1
-011011100 Hearns-James 1
-011011100 Minuth 1
-011011100 Bux 1
-011011100 Rivero 1
-011011100 Spinks-Mike 1
-011011100 Esquius 1
-011011100 Leiland 1
-011011100 Hiromu 1
-011011100 Steinberg-controlled 1
-011011100 McEnroe-Jimmy 1
-011011100 Arsht 1
-011011100 Yaseen 1
-011011100 Khadr 1
-011011100 Salaheddin 1
-011011100 Poulos 1
-011011100 Guyla 1
-011011100 Diables 1
-011011100 Bachir 1
-011011100 Stillson 1
-011011100 Fentener 1
-011011100 Igrejas 1
-011011100 Calbraith 1
-011011100 Weil-Garris 1
-011011100 Hope-Bing 1
-011011100 Lel 1
-011011100 Auli 1
-011011100 fein 1
-011011100 Smith-Ross 1
-011011100 Chavira 1
-011011100 Monroe. 1
-011011100 Barrajas 1
-011011100 MaGregor 1
-011011100 Vorder 1
-011011100 Bhabani 1
-011011100 Aleksandrovich 1
-011011100 Geovanni 1
-011011100 Tyson-Trevor 1
-011011100 Clogston 1
-011011100 Beaux. 1
-011011100 Holl 1
-011011100 Cercone 1
-011011100 Sive 1
-011011100 Saraiva 1
-011011100 Sarit 1
-011011100 Reni. 1
-011011100 Kapalekilahao 1
-011011100 Jacob/Beth 1
-011011100 Maclay 1
-011011100 Greenspan-led 1
-011011100 Stack/Eliot 1
-011011100 Cottin 1
-011011100 Palma-David 1
-011011100 Gaddy 1
-011011100 Higueras 1
-011011100 Kaizan 1
-011011100 Shalispin. 1
-011011100 F.U. 1
-011011100 Raheemm 1
-011011100 Velspa 1
-011011100 Amerine 1
-011011100 Barranco 1
-011011100 Dole-George 1
-011011100 Hidro 1
-011011100 Avilar 1
-011011100 Harlemm 1
-011011100 Kloevedal 1
-011011100 Alvero 1
-011011100 Savar 1
-011011100 V.W. 1
-011011100 Eletra 1
-011011100 Hall-Steinberg 1
-011011100 Sou 1
-011011100 Ryu 1
-011011100 Bhawani 1
-011011100 Toribin 1
-011011100 Chitoshi 1
-011011100 Schwengel 1
-011011100 Jessy 1
-011011100 Flahertie 1
-011011100 Retano 1
-011011100 Siad 1
-011011100 Bevers 1
-011011100 Kyros 1
-011011100 McVacy 1
-011011100 Money-Judgments 1
-011011100 Weinlader 1
-011011100 Mollegen 1
-011011100 Chik 1
-011011100 Macklowe 1
-011011100 Ferst 1
-011011100 Sau-Ki 1
-011011100 Tanzman 1
-011011100 Pavolvich 1
-011011100 Davalos 1
-011011100 Velline 1
-011011100 Lynfield 1
-011011100 Lynise 1
-011011100 Maiz 1
-011011100 Azeglio 1
-011011100 Dobrish 1
-011011100 Kiyohide 1
-011011100 Porter. 1
-011011100 Irigoyen 1
-011011100 Dibble 1
-011011100 Doubilet. 1
-011011100 Barran 1
-011011100 Timofeyevich 1
-011011100 Rather/George 1
-011011100 Tomsits 1
-011011100 Browing 1
-011011100 Garrote 1
-011011100 Sybilla 1
-011011100 Maler 1
-011011100 VIII/ 1
-011011100 Kasmin 1
-011011100 Ellena 1
-011011100 Cichan 1
-011011100 Granados 1
-011011100 Canape 1
-011011100 Dy 1
-011011100 Kless 1
-011011100 Magill 1
-011011100 Alemany 1
-011011100 Hippel 1
-011011100 Gahaghan 1
-011011100 Schomaker 1
-011011100 Blaisdell 1
-011011100 Jungho 1
-011011100 Yoni 1
-011011100 Raich 1
-011011100 Cahal 1
-011011100 Internazionale 1
-011011100 Phillips/Harry 1
-011011100 Koopmans 1
-011011100 Romanee 1
-011011100 Vicent 1
-011011100 Pleasance 1
-011011100 OncoScint 1
-011011100 J.McCall 1
-011011100 Shotzberger-Sichi 1
-011011100 Curtenius 1
-011011100 Lunder 1
-011011100 Heimsath 1
-011011100 Malvenius 1
-011011100 Domeier 1
-011011100 Rogers-Dale 1
-011011100 Presidnet 1
-011011100 Micklin 1
-011011100 Lapinsky 1
-011011100 Howat 1
-011011100 Deaner 1
-011011100 Paulsel 1
-011011100 Klipper. 1
-011011100 Inocente 1
-011011100 Diers 1
-011011100 Amueda 1
-011011100 Ikuo 1
-011011100 Pesqueira 1
-011011100 AMUSEMENT 1
-011011100 Geragandi 1
-011011100 Coote 1
-011011100 Prin 1
-011011100 Ludvig 1
-011011100 Newcomb-Allen 1
-011011100 Ossawa 1
-011011100 Horwin 1
-011011100 Aleu 1
-011011100 Tyson-Michael 1
-011011100 Girardot 1
-011011100 Eamonn 1
-011011100 Tuat 1
-011011100 Rockwell-tinted 1
-011011100 Sui-Kan 1
-011011100 Ridings 1
-011011100 Reul 1
-011011100 Wright-William 1
-011011100 Rost 1
-011011100 el-Abed 1
-011011100 Elbo 1
-011011100 Doguardi 1
-011011100 Hawbaker 1
-011011100 Klehr 1
-011011100 Regan-Larry 1
-011011100 Feathergail 1
-011011100 Attarian 1
-011011100 Fischman 1
-011011100 Overbeek 1
-011011100 Montana-to-Jerry 1
-011011100 Kelne 1
-011011100 Neza 1
-011011100 Sotelo 1
-011011100 Abdel-Ali 1
-011011100 Jeung 1
-011011100 Woodley 2
-011011100 F.G. 2
-011011100 W.M. 2
-011011100 vanden 2
-011011100 Tun 2
-011011100 Raouf 2
-011011100 L.K. 2
-011011100 zur 2
-011011100 Lian 2
-011011100 Sharron 2
-011011100 Heun 2
-011011100 Leonard-Marvin 2
-011011100 C.Y. 2
-011011100 Auffenberg 2
-011011100 Milhous 2
-011011100 Ley 2
-011011100 Nour 2
-011011100 N.R. 2
-011011100 S.Y. 2
-011011100 B.M. 2
-011011100 Alim 2
-011011100 Shorenstein 2
-011011100 Terwilliger 2
-011011100 P.L. 2
-011011100 Hastie 2
-011011100 Russi 2
-011011100 Needles 2
-011011100 Rehman 2
-011011100 K.P. 2
-011011100 Neme 2
-011011100 DuRoss 2
-011011100 Konik 2
-011011100 Cooperativo 2
-011011100 Leonard-Donny 2
-011011100 Ballas 2
-011011100 delle 2
-011011100 Herrnstein 2
-011011100 Tsing 2
-011011100 Lardi 2
-011011100 B.E. 2
-011011100 Wha 2
-011011100 Halim 2
-011011100 Kilduff 2
-011011100 Southall 2
-011011100 Khasan 2
-011011100 Wyck 2
-011011100 Bra 2
-011011100 Smangaliso 2
-011011100 Krome 2
-011011100 Nesley 3
-011011100 B.W. 3
-011011100 K.J. 3
-011011100 Sirot 3
-011011100 Piasecka 3
-011011100 Huei 3
-011011100 M.N. 3
-011011100 T.F. 3
-011011100 Gilray 3
-011011100 C.O. 3
-011011100 Emlyn 3
-011011100 K.A. 3
-011011100 Mouton 3
-011011100 Amuedo 3
-011011100 Lenor 3
-011011100 Dassault-Breguet 3
-011011100 Joergen 3
-011011100 Conchita 3
-011011100 ROARED 3
-011011100 Perszyx 3
-011011100 Kreider 3
-011011100 G.L. 3
-011011100 H.S. 4
-011011100 Europe/Middle 4
-011011100 Daerr 4
-011011100 Jeong 4
-011011100 arap 4
-011011100 Ivanovich 4
-011011100 Penfield 4
-011011100 F.X. 4
-011011100 O.P. 4
-011011100 Akhbar 5
-011011100 D.G. 5
-011011100 Hatwood 5
-011011100 Ardito 5
-011011100 Delle 5
-011011100 Delfim 5
-011011100 C.T. 5
-011011100 Bashevis 5
-011011100 Pour 6
-011011100 dell' 6
-011011100 Kok 6
-011011100 Rahim 6
-011011100 Sui-Kuan 6
-011011100 Minister-designate 7
-011011100 Dos 7
-011011100 Raheem 7
-011011100 Recital 7
-011011100 Weyforth 7
-011011100 H.M. 9
-011011100 McChesney 9
-011011100 Dore 10
-011011100 Xuan 10
-011011100 Tilson 10
-011011100 dos 10
-011011100 Gurley 10
-011011100 I.J. 12
-011011100 Hens 13
-011011100 Ochs 13
-011011100 Industriali 14
-011011100 E.R. 17
-011011100 Karim 17
-011011100 C.M. 17
-011011100 J.F. 17
-011011100 Vonder 19
-011011100 Febres 21
-011011100 Abba 22
-011011100 Fiorini 24
-011011100 Akbar 24
-011011100 Khalifa 28
-011011100 C.W. 32
-011011100 Zaki 34
-011011100 X. 36
-011011100 Q. 36
-011011100 W.C. 37
-011011100 Kuan 53
-011011100 Y. 63
-011011100 Z. 67
-011011100 Kampen 69
-011011100 Josef 71
-011011100 di 87
-011011100 del 151
-011011100 da 153
-011011100 Luther 170
-011011100 Dae 252
-011011100 des 326
-011011100 d' 419
-011011100 AND 499
-011011100 V. 503
-011011100 I. 507
-011011100 O. 552
-011011100 N. 634
-011011100 K. 771
-011011100 P. 1630
-011011100 G. 1803
-011011100 T. 1806
-011011100 S. 2251
-011011100 B. 2321
-011011100 W. 2739
-011011100 H. 2866
-011011100 F. 2914
-011011100 L. 2921
-011011100 C. 3076
-011011100 M. 3282
-011011100 Minister 3455
-011011100 E. 3542
-011011100 de 3927
-011011100 A. 4321
-011011100 J. 5801
-011011101 1872-1951 1
-011011101 Dukovic 1
-011011101 Yandell 1
-011011101 Videotaping 1
-011011101 Terrian 1
-011011101 Kalmar 1
-011011101 Rehor 1
-011011101 Klinkhoff 1
-011011101 Joyal 1
-011011101 Dresner 1
-011011101 Suize 1
-011011101 Stegall 1
-011011101 Littlefon 1
-011011101 Metrulis 1
-011011101 Scollin 1
-011011101 Gabinski 1
-011011101 Hart. 1
-011011101 Ladendorff 1
-011011101 Weisbein 1
-011011101 Lapatine 1
-011011101 Moquin 1
-011011101 Wollstonecraft 1
-011011101 Kestner 1
-011011101 Fogg-Johnson 1
-011011101 Vanderpool 1
-011011101 Pottasch 1
-011011101 Samton 1
-011011101 1770-1850 1
-011011101 Seine-Martime 1
-011011101 Hearne 1
-011011101 Nicolescu 1
-011011101 Vuu 1
-011011101 Stellman 1
-011011101 Osseiran 1
-011011101 Gajan 1
-011011101 Klehs 1
-011011101 Ascuenaga 1
-011011101 Gutkoski 1
-011011101 Stalcup 1
-011011101 Yibo 1
-011011101 Steltzer 1
-011011101 Shaplen 1
-011011101 Whelpley 1
-011011101 Drotman 1
-011011101 Coronel 1
-011011101 Jalandoni 1
-011011101 Ausburn 1
-011011101 Veady 1
-011011101 Bennette 1
-011011101 Berley 1
-011011101 Khalili 1
-011011101 Rienhoff 1
-011011101 Kouros 1
-011011101 Tomochika 1
-011011101 Kaneda 1
-011011101 Renstroem 1
-011011101 Liedke 1
-011011101 Satungia 1
-011011101 Nadelhoffer 1
-011011101 Stolenburg 1
-011011101 Russenberger 1
-011011101 DelVecchio 1
-011011101 Parkel 1
-011011101 Borrelli 1
-011011101 Frerot 1
-011011101 Auque 1
-011011101 Wolsky 1
-011011101 Vaczek 1
-011011101 DeLaura 1
-011011101 Miranti 1
-011011101 Fregni 1
-011011101 Heuvelen 1
-011011101 Kodl 1
-011011101 Paternotte 1
-011011101 Dobbin 1
-011011101 Pinkert 1
-011011101 Fellouris 1
-011011101 Romatowsky 1
-011011101 Steuert 1
-011011101 Hirschy 1
-011011101 Najas 1
-011011101 Strohm 1
-011011101 Ekey 1
-011011101 DeBisschop 1
-011011101 Illegitimacy 1
-011011101 Briesch 1
-011011101 Weiss-Terbell 1
-011011101 Hagaman 1
-011011101 Windeler 1
-011011101 Ljubimov 1
-011011101 Martinson 1
-011011101 Ceidro 1
-011011101 Hitchler 1
-011011101 Ross-Munro 1
-011011101 Spilny 1
-011011101 Stafford-Clark 1
-011011101 Erola 1
-011011101 Haggens 1
-011011101 Defren 1
-011011101 Syse 1
-011011101 Levignac 1
-011011101 Lavroff 1
-011011101 Cazier 1
-011011101 Duin 1
-011011101 Gair 1
-011011101 Kirstie 1
-011011101 Armenakis 1
-011011101 Melfe 1
-011011101 Lovato 1
-011011101 1942-77 1
-011011101 Zar 1
-011011101 Woiwode 1
-011011101 Aboutboul 1
-011011101 Triner 1
-011011101 Folkes 1
-011011101 DiNuzzo 1
-011011101 Swearer 1
-011011101 Zwhalan 1
-011011101 Regazzi 1
-011011101 Lubalin 1
-011011101 Meskin 1
-011011101 Sonkin 1
-011011101 Melcer 1
-011011101 Kleypas 1
-011011101 Manolikakis 1
-011011101 Askey 1
-011011101 Schmicker 1
-011011101 Wiessmann 1
-011011101 Mindt 1
-011011101 Corbyn 1
-011011101 Hettema 1
-011011101 Boylen 1
-011011101 Gonsalves 1
-011011101 Frankenberg 1
-011011101 Melinsky 1
-011011101 Soraparu 1
-011011101 Michanowicz 1
-011011101 Huebner 1
-011011101 1789-1986 1
-011011101 fedEYE 1
-011011101 Vasin 1
-011011101 Sedgman 1
-011011101 McMichael 1
-011011101 1791-1883 1
-011011101 Meservey 1
-011011101 HautBrion 1
-011011101 Agnell 1
-011011101 Rosengren 1
-011011101 Delham 1
-011011101 Stendahl 1
-011011101 Lyster 1
-011011101 Leibowtiz 1
-011011101 Jakucs 1
-011011101 Bacle 1
-011011101 Halli 1
-011011101 Figurelli 1
-011011101 Wharmby 1
-011011101 Corvalan 1
-011011101 Arnow 1
-011011101 DiMarizio 1
-011011101 Vigil 1
-011011101 Maringer 1
-011011101 Lloyd-Davies 1
-011011101 Canby 1
-011011101 McSweeny 1
-011011101 Pernfors 1
-011011101 Schreib 1
-011011101 STROM 1
-011011101 BarLev 1
-011011101 Hover 1
-011011101 Ohlson 1
-011011101 Passaro 1
-011011101 Khouli 1
-011011101 Diercks 1
-011011101 Boorda 1
-011011101 Sardot 1
-011011101 Xinrong 1
-011011101 Ossofsky 1
-011011101 Akabas 1
-011011101 Parman 1
-011011101 Kosiak 1
-011011101 Tantalean 1
-011011101 Spight 1
-011011101 Chaisson 1
-011011101 Geske 1
-011011101 Polmar 1
-011011101 Feuchter 1
-011011101 Onofrio 1
-011011101 Rehard 1
-011011101 Detorie 1
-011011101 Mincing 1
-011011101 Salemme 1
-011011101 Sapirstein 1
-011011101 Rimmeli 1
-011011101 Andstein 1
-011011101 Chantry 1
-011011101 Marsay 1
-011011101 Talis 1
-011011101 Raschke 1
-011011101 Bourg 1
-011011101 R.D.R. 1
-011011101 Theeuwes 1
-011011101 Bonsen 1
-011011101 Elvidge 1
-011011101 Pelaez 1
-011011101 Slyunkov 1
-011011101 pobres 1
-011011101 Fanego 1
-011011101 Thorrington-Smith 1
-011011101 Mingo-Jones 1
-011011101 Irie 1
-011011101 Doringer 1
-011011101 Horchler 1
-011011101 Glysteen 1
-011011101 Izenour 1
-011011101 Cameron-Webb 1
-011011101 Abdelnour 1
-011011101 Avramedes 1
-011011101 Al-Awadi 1
-011011101 Serongoane 1
-011011101 Al-Otaiba 1
-011011101 Froland 1
-011011101 Ellenbogen 1
-011011101 Courtiss 1
-011011101 Solorio 1
-011011101 Vardi 1
-011011101 Barbach 1
-011011101 Hoblin 1
-011011101 Dolin 1
-011011101 Cardile 1
-011011101 Vanauken 1
-011011101 Helfman 1
-011011101 Dugo 1
-011011101 Arneth 1
-011011101 Kluver 1
-011011101 Wesstroem 1
-011011101 Borowitz 1
-011011101 Rappaciolli 1
-011011101 Mulliner 1
-011011101 Schoenen 1
-011011101 Presutti 1
-011011101 Shabacker 1
-011011101 Streem 1
-011011101 Weiant 1
-011011101 Custance-Baker 1
-011011101 Nobele 1
-011011101 Jobert 1
-011011101 Krief 1
-011011101 Duykers 1
-011011101 Mirasol 1
-011011101 Canady 1
-011011101 Amhaus 1
-011011101 Nakazawa 1
-011011101 Cassman 1
-011011101 Ben-Zvi 1
-011011101 Hertig 1
-011011101 Pato 1
-011011101 Noelling 1
-011011101 Somemiya 1
-011011101 Sugimura 1
-011011101 Yaoi 1
-011011101 Inoki 1
-011011101 Shuler 1
-011011101 Steinkras 1
-011011101 Saint-Pierre 1
-011011101 Aleandro 1
-011011101 Norflus 1
-011011101 Dowden 1
-011011101 Smethurst 1
-011011101 Rinzler 1
-011011101 Carlstedt 1
-011011101 Nasello 1
-011011101 Annear 1
-011011101 Hylbert 1
-011011101 Veer 1
-011011101 Mertens 1
-011011101 Simonnet 1
-011011101 Hervet 1
-011011101 Chatillon 1
-011011101 Bonadies 1
-011011101 Strauss-Kahn 1
-011011101 Gardee 1
-011011101 Mohtashami-Por 1
-011011101 Dravecky 1
-011011101 Brunansky 1
-011011101 Tremitiere 1
-011011101 Sienes 1
-011011101 Zielke 1
-011011101 show-MET-lah 1
-011011101 Cluchey 1
-011011101 Smurra 1
-011011101 Ulstein 1
-011011101 Taubeneck 1
-011011101 Copps 1
-011011101 Bauchard 1
-011011101 DiLallo 1
-011011101 Saviola 1
-011011101 Bartenstein 1
-011011101 Fischinger 1
-011011101 Benincasa 1
-011011101 Ram-BOO-ka 1
-011011101 Schmoll 1
-011011101 Castenson 1
-011011101 Bewley 1
-011011101 Bankford 1
-011011101 Philipps 1
-011011101 Oseroff 1
-011011101 Landess 1
-011011101 Zatko 1
-011011101 Knadler 1
-011011101 Miali 1
-011011101 Frucht 1
-011011101 Beuren 1
-011011101 Kasdorf 1
-011011101 Focht 1
-011011101 Toledo-Flores 1
-011011101 Stanzel 1
-011011101 Mazlish 1
-011011101 Morelli 1
-011011101 Eyzaguirre 1
-011011101 1841-1895 1
-011011101 DeGruson 1
-011011101 DeLange 1
-011011101 Nederkoom 1
-011011101 Cerra 1
-011011101 Dantowitz 1
-011011101 Litzenberger 1
-011011101 Lueck 1
-011011101 1855-1899 1
-011011101 Kilmartin 1
-011011101 Grummer 1
-011011101 Telramund 1
-011011101 rt-PA 1
-011011101 Leehaug 1
-011011101 Weisburg 1
-011011101 Vavrik 1
-011011101 Mege 1
-011011101 Heneault 1
-011011101 Chaykin 1
-011011101 Bryne 1
-011011101 Trewin 1
-011011101 Lantrip 1
-011011101 Swarts 1
-011011101 RHU 1
-011011101 CPCU 1
-011011101 Mamase 1
-011011101 Stonestreet 1
-011011101 Heynes 1
-011011101 Lainez 1
-011011101 Knutzen 1
-011011101 Oie 1
-011011101 Velotta 1
-011011101 film-related 1
-011011101 Kerschaw 1
-011011101 Beardslee 1
-011011101 Koban 1
-011011101 Tusher 1
-011011101 Runciman 1
-011011101 Dudler 1
-011011101 Axen 1
-011011101 Delasalle 1
-011011101 Hasselgren 1
-011011101 Yanev 1
-011011101 Siffert 1
-011011101 Gentsher 1
-011011101 Leemann 1
-011011101 Purviness 1
-011011101 Penhaligon 1
-011011101 212-242-0800 1
-011011101 Walton-Mackie 1
-011011101 Ashurst 1
-011011101 ATD 1
-011011101 Stelloff 1
-011011101 3.14159265 1
-011011101 Kila 1
-011011101 Ruvo 1
-011011101 Wiesz 1
-011011101 Brandley 1
-011011101 Ligammari 1
-011011101 Mattioli 1
-011011101 Allio 1
-011011101 Ditmore 1
-011011101 Buchli 1
-011011101 Agnos 1
-011011101 Harner 1
-011011101 Clougherty 1
-011011101 Delins 1
-011011101 Damiani 1
-011011101 Kurlansky 1
-011011101 Oyer 1
-011011101 D-Wis. 1
-011011101 Wice 1
-011011101 Henricks 1
-011011101 Lachance 1
-011011101 Boell 1
-011011101 Seagly 1
-011011101 Eichenger 1
-011011101 Hufford 1
-011011101 Rutkowski 1
-011011101 Mauser 1
-011011101 Valis 1
-011011101 Sard 1
-011011101 Gorkow 1
-011011101 Zeeb 1
-011011101 Throneburg 1
-011011101 Roosma 1
-011011101 Bishofberger 1
-011011101 Fasullo 1
-011011101 Murza 1
-011011101 Brangaccio 1
-011011101 Ortiner 1
-011011101 Capozzi 1
-011011101 1-800-235-KIDS 1
-011011101 Xenokis 1
-011011101 1976-1981 1
-011011101 Gussner 1
-011011101 Botka 1
-011011101 1565-1635 1
-011011101 DeStefano 1
-011011101 HR-4 1
-011011101 NYCHA 1
-011011101 Raus 1
-011011101 Buckwold 1
-011011101 Haggie 1
-011011101 Stugis 1
-011011101 Moxely 1
-011011101 Rautenberg 1
-011011101 Sabbagh 1
-011011101 Gunselman 1
-011011101 Osato 1
-011011101 Tregidon 1
-011011101 KISSING 1
-011011101 Bratanata 1
-011011101 Sule 1
-011011101 Delavallee 1
-011011101 Serusier 1
-011011101 Kavafian 1
-011011101 Kaihara 1
-011011101 non-restaurant 1
-011011101 Schwed 1
-011011101 Benko 1
-011011101 Fusen 1
-011011101 Konilovsky 1
-011011101 Petukhov 1
-011011101 Jastrow 1
-011011101 Bhardwaj 1
-011011101 Stilgoe 1
-011011101 Stavisky 1
-011011101 Wignowsky 1
-011011101 Trossen 1
-011011101 McGonigle 1
-011011101 LaVista 1
-011011101 Mauzy 1
-011011101 Haueter 1
-011011101 Zaluckyj 1
-011011101 Ledwidge 1
-011011101 al-Anbari 1
-011011101 Tumonainen 1
-011011101 Finkleman 1
-011011101 Lajas 1
-011011101 Daughenbaugh 1
-011011101 Chocula 1
-011011101 bonnier 1
-011011101 Edles 1
-011011101 IUPUI 1
-011011101 Serow 1
-011011101 Kalita 1
-011011101 Chamoun 1
-011011101 Forszt 1
-011011101 sidder-OG-ruh-ferz 1
-011011101 Sharawi 1
-011011101 1711-1776 1
-011011101 224-3753 1
-011011101 224-2315 1
-011011101 225-2464 1
-011011101 225-6235 1
-011011101 Gaeddert 1
-011011101 Dawaa 1
-011011101 Llanza 1
-011011101 Shati 1
-011011101 McVean 1
-011011101 800-621-0379 1
-011011101 Holdsworth 1
-011011101 Oiwa 1
-011011101 Chodash 1
-011011101 Moreschi 1
-011011101 Curlook 1
-011011101 Ben-Veniste 1
-011011101 plant-owning 1
-011011101 Lindelow 1
-011011101 Bohnen 1
-011011101 Tauman 1
-011011101 Demeuleneere 1
-011011101 Demarbaix 1
-011011101 Almaviva 1
-011011101 1793-94 1
-011011101 Hirayama 1
-011011101 Vondracek 1
-011011101 Assis 1
-011011101 Branham 1
-011011101 Rotsch 1
-011011101 Lloydisms 1
-011011101 Deronda 1
-011011101 Hutto 1
-011011101 Gimenez 1
-011011101 Abdulkader 1
-011011101 Mustazaafin 1
-011011101 Fakhrou 1
-011011101 Ruchalski 1
-011011101 Munns 1
-011011101 Ketelle 1
-011011101 i.e 1
-011011101 Kindlelan 1
-011011101 Ulacia 1
-011011101 Siddall 1
-011011101 LaVigne 1
-011011101 Heckel 1
-011011101 LONG-e 1
-011011101 Hampel 1
-011011101 Thirkill 1
-011011101 Hait 1
-011011101 Bonsignore 1
-011011101 Rauber 1
-011011101 Mense 1
-011011101 Geschwill 1
-011011101 Brickey 1
-011011101 Beaubrun 1
-011011101 gonah-EVE 1
-011011101 Nedda 1
-011011101 Algieri 1
-011011101 EL-uhter 1
-011011101 Poltrock 1
-011011101 Verplank 1
-011011101 Webb-Ware 1
-011011101 Begell 1
-011011101 Kunzmann 1
-011011101 Wileman 1
-011011101 Rabossi 1
-011011101 Monro 1
-011011101 Dollarhyde 1
-011011101 Nachtsheim 1
-011011101 Wineman 1
-011011101 Nagai 1
-011011101 Motlatsi 1
-011011101 Corp./Group 1
-011011101 Bonaventura 1
-011011101 Vipond 1
-011011101 Fise 1
-011011101 Mapston 1
-011011101 Kretch 1
-011011101 Patella 1
-011011101 Bloechle 1
-011011101 Cornacchione 1
-011011101 Vahala 1
-011011101 Destounis 1
-011011101 Ryll 1
-011011101 Saied 1
-011011101 Firstenberg 1
-011011101 Scanzoni 1
-011011101 Wolin 1
-011011101 Melano 1
-011011101 Trussel 1
-011011101 Borovsky 1
-011011101 Veno 1
-011011101 Bardon 1
-011011101 Liepins 1
-011011101 Subtitle 1
-011011101 -.429 1
-011011101 -.713 1
-011011101 SEC/CFTC 1
-011011101 Weinzweig 1
-011011101 Kaufer 1
-011011101 Conelo 1
-011011101 DiGenova 1
-011011101 Mellstig 1
-011011101 Hermansson 1
-011011101 1983-1985 1
-011011101 CRSs 1
-011011101 Hadjelias 1
-011011101 Portalakis 1
-011011101 Kuzma 1
-011011101 Eysser 1
-011011101 Magidson 1
-011011101 Ohya 1
-011011101 Heltman 1
-011011101 Byham 1
-011011101 Osos 1
-011011101 Szewach 1
-011011101 Cairncross 1
-011011101 Cotchett 1
-011011101 Bowder 1
-011011101 Commiskey 1
-011011101 Boornazian 1
-011011101 Lammert-Reeves 1
-011011101 Pestalozzi 1
-011011101 Guyett 1
-011011101 Caldabaugh 1
-011011101 Smeenk 1
-011011101 Stiglitz 1
-011011101 Espinasse 1
-011011101 NNRF 1
-011011101 Dezan 1
-011011101 Uccellini 1
-011011101 Valkin 1
-011011101 Ciccolini 1
-011011101 Colosimo 1
-011011101 Chiaradia 1
-011011101 Swindal 1
-011011101 Lauryk 1
-011011101 Fieldman 1
-011011101 Hoye 1
-011011101 Saborio 1
-011011101 Robicheaux 1
-011011101 Burmester 1
-011011101 Winskie 1
-011011101 McPeek 1
-011011101 BOSS-key 1
-011011101 Darro 1
-011011101 Teigen 1
-011011101 Fenigsen 1
-011011101 Gevers 1
-011011101 Rigter 1
-011011101 Sutorius 1
-011011101 fue 1
-011011101 Dauhajre 1
-011011101 Lattie 1
-011011101 Vetrone 1
-011011101 Nickol 1
-011011101 Buglass 1
-011011101 SPILLOVER 1
-011011101 Melrose-Brown 1
-011011101 Pinkham 1
-011011101 Metheny 1
-011011101 Dockendorf 1
-011011101 Rajski 1
-011011101 1706-90 1
-011011101 Nisley 1
-011011101 Miccolis 1
-011011101 Kassinger 1
-011011101 Ferman 1
-011011101 Virenque 1
-011011101 Spadine 1
-011011101 Paro 1
-011011101 Kouris 1
-011011101 Kalthoff 1
-011011101 Angeltvit 1
-011011101 Sinowski 1
-011011101 Tamiya 1
-011011101 Portmann 1
-011011101 Chonggye 1
-011011101 Bisignani 1
-011011101 Schmolzer 1
-011011101 Kressler 1
-011011101 Parmentier 1
-011011101 Rodarte 1
-011011101 Northcutt 1
-011011101 Borkowicz 1
-011011101 Andreini 1
-011011101 Soane 1
-011011101 Fieldsteel 1
-011011101 Buxbaum 1
-011011101 Semer 1
-011011101 Skeens 1
-011011101 Konnersmann 1
-011011101 Farrand 1
-011011101 NARSAD 1
-011011101 Pizzorno 1
-011011101 Jorndt 1
-011011101 Lindorff 1
-011011101 McLagan 1
-011011101 Lukyanenko 1
-011011101 Berestovsky 1
-011011101 Teles 1
-011011101 Constantio 1
-011011101 55-yard-long 1
-011011101 peenahns 1
-011011101 Slee 1
-011011101 Salleh 1
-011011101 Silversmith 1
-011011101 Shafi 1
-011011101 RCA/Bluebird 1
-011011101 Andricks 1
-011011101 Jirovsky 1
-011011101 Chaitin 1
-011011101 Fezatte 1
-011011101 Saphos 1
-011011101 Swesnik 1
-011011101 Prinstein 1
-011011101 Rovsek 1
-011011101 Brihay 1
-011011101 Al-Rubee 1
-011011101 Tribaldos 1
-011011101 Vanasco 1
-011011101 Sherba 1
-011011101 Hottinger 1
-011011101 Tsurumi 1
-011011101 Passin 1
-011011101 Gillin 1
-011011101 McEnroe-like 1
-011011101 Latrenta 1
-011011101 Komisar 1
-011011101 Labasse 1
-011011101 Fleys 1
-011011101 Rivoire 1
-011011101 Chemain 1
-011011101 Grapsi 1
-011011101 Gervacio 1
-011011101 Willdanger 1
-011011101 Mehr 1
-011011101 Bossong 1
-011011101 Heigham 1
-011011101 Halterman 1
-011011101 Tabbert 1
-011011101 Wideman 1
-011011101 Shortliffe 1
-011011101 Sandness 1
-011011101 Blaustein 1
-011011101 Qvigstad 1
-011011101 Frady 1
-011011101 Valiquette 1
-011011101 Uggams 1
-011011101 Antilles/New 1
-011011101 Bason 1
-011011101 Ashkenazi 1
-011011101 Hartstein 1
-011011101 Dastor 1
-011011101 Gancher 1
-011011101 Demain 1
-011011101 Johnboy 1
-011011101 Blecksmith 1
-011011101 Kajiwara 1
-011011101 Nakaoka 1
-011011101 Pacsi 1
-011011101 Pagliaroli 1
-011011101 Vadala 1
-011011101 Orsatti 1
-011011101 Verden 1
-011011101 Gessell 1
-011011101 Geneson 1
-011011101 Kook-Chin 1
-011011101 Fanizza 1
-011011101 Monogenis 1
-011011101 Lavchenko 1
-011011101 Drummond-Hay 1
-011011101 Dhawan 1
-011011101 Sommerfield 1
-011011101 Leggatt 1
-011011101 Leonsis 1
-011011101 Cristy 1
-011011101 Schollbach 1
-011011101 Barsi 1
-011011101 McElduff 1
-011011101 Morneault 1
-011011101 Ishizumi 1
-011011101 Benford 1
-011011101 Klein-Siebenbuergen 1
-011011101 Plautt 1
-011011101 Boff 1
-011011101 Grear 1
-011011101 Sungman 1
-011011101 Dendtler 1
-011011101 Bargert 1
-011011101 Brattland 1
-011011101 Colley 1
-011011101 Bessmertnova 1
-011011101 Natalya 1
-011011101 Irek 1
-011011101 203-496-1222 1
-011011101 212-316-7540 1
-011011101 Rentsch 1
-011011101 Bastankhah 1
-011011101 Thiessen 1
-011011101 Huckabee 1
-011011101 Dopmeyer 1
-011011101 Kelson 1
-011011101 Panelli 1
-011011101 Posman 1
-011011101 Serrani 1
-011011101 Bodow 1
-011011101 Bruckhiemer 1
-011011101 Kittleson 1
-011011101 Jauch 1
-011011101 Halis 1
-011011101 Blankenbuehler 1
-011011101 Caldecott 1
-011011101 Steppe 1
-011011101 Imber 1
-011011101 Feinsod 1
-011011101 Ater 1
-011011101 Papiano 1
-011011101 Bleiweiss 1
-011011101 Sedlmayr 1
-011011101 Ballamy 1
-011011101 Menzies 1
-011011101 Kerston 1
-011011101 Sherwell 1
-011011101 Dunnett 1
-011011101 Wiswall 1
-011011101 Jenchura 1
-011011101 Moayeri 1
-011011101 Mouhadjer 1
-011011101 1553-1610 1
-011011101 Faussat 1
-011011101 Laingen 1
-011011101 Hoyinck 1
-011011101 Fenical 1
-011011101 Giametta 1
-011011101 Krutch 1
-011011101 Bechtholdt 1
-011011101 Nuttall 1
-011011101 Beffa 1
-011011101 Fredston 1
-011011101 Krawczuk 1
-011011101 Resiman 1
-011011101 Iacono 1
-011011101 McDermitt 1
-011011101 Vangreen 1
-011011101 Goldener 1
-011011101 Conway-Welch 1
-011011101 Mottram-Doss 1
-011011101 Esai 1
-011011101 Rosana 1
-011011101 Esbeck 1
-011011101 Manweller 1
-011011101 McMonigall 1
-011011101 Balmaseda 1
-011011101 Conthe 1
-011011101 Tamames 1
-011011101 Dalchau 1
-011011101 Wathen 1
-011011101 Colella 1
-011011101 Gaiti 1
-011011101 Sangster 1
-011011101 Kriebel 1
-011011101 Balick 1
-011011101 Markkula 1
-011011101 Frechette 1
-011011101 Kantrow 1
-011011101 Rummell 1
-011011101 Turman 1
-011011101 Merjos 1
-011011101 Zonis 1
-011011101 Hamdoun 1
-011011101 Kroeger 1
-011011101 Bortle 1
-011011101 Terranova 1
-011011101 Brosee 1
-011011101 Pourier 1
-011011101 Werdekker 1
-011011101 Puccinelli 1
-011011101 Gallia 1
-011011101 Bahl 1
-011011101 Simonetti 1
-011011101 Ingleby 1
-011011101 Stogsdill 1
-011011101 Disson 1
-011011101 Pranga 1
-011011101 Brechtel 1
-011011101 Kasner 1
-011011101 Klenaitis 1
-011011101 Forner 1
-011011101 Kalf 1
-011011101 Pfeifle 1
-011011101 Pandolfini 1
-011011101 Menzer 1
-011011101 Streibl 1
-011011101 Manz 1
-011011101 Nishisaka 1
-011011101 Dosher 1
-011011101 Iddles 1
-011011101 Routledge 1
-011011101 Klepac 1
-011011101 Caranchini 1
-011011101 Ngugi 1
-011011101 Kech 1
-011011101 1890-1988 1
-011011101 Saunby 1
-011011101 Strasheim 1
-011011101 Krattenmaker 1
-011011101 Goos 1
-011011101 Carmon 1
-011011101 CAMS 1
-011011101 CONNECTIONS 1
-011011101 Crumley 1
-011011101 Hudock 1
-011011101 Shea-Stonum 1
-011011101 Vitner 1
-011011101 Litwok 1
-011011101 Fransi 1
-011011101 Manduca 1
-011011101 Nolvadex 1
-011011101 Odle 1
-011011101 Vernon-Katz 1
-011011101 Branand 1
-011011101 D-Wisc. 1
-011011101 D.-Miss. 1
-011011101 Borlaug 1
-011011101 Trombetti 1
-011011101 Martignetti 1
-011011101 Sortwell 1
-011011101 800-832-1838 1
-011011101 Thoday 1
-011011101 Bonyata 1
-011011101 Shefts 1
-011011101 Trillo 1
-011011101 Moscato 1
-011011101 Pestcoe 1
-011011101 Shiftlett 1
-011011101 Mabro 1
-011011101 Calwell 1
-011011101 Baldus 1
-011011101 DeWeese 1
-011011101 Barschi 1
-011011101 Gelston 1
-011011101 Cromie 1
-011011101 Franch 1
-011011101 Damaska 1
-011011101 Coppel 1
-011011101 DuMouchel 1
-011011101 Fabiero 1
-011011101 Bubrick 1
-011011101 Basagoiti 1
-011011101 Tijerina 1
-011011101 Shoff 1
-011011101 Masser 1
-011011101 Alcaman 1
-011011101 Somare 1
-011011101 Plenier 1
-011011101 Furedi 1
-011011101 Garidze 1
-011011101 Moffat 1
-011011101 Briguglio 1
-011011101 Yarberry 1
-011011101 Tarabbia 1
-011011101 Thorup 1
-011011101 Tongate 1
-011011101 Seay 1
-011011101 Schieferdecker 1
-011011101 Gelinas 1
-011011101 Nollet 1
-011011101 Inai 1
-011011101 Shamas 1
-011011101 Schaab 1
-011011101 Moschner 1
-011011101 Tattam 1
-011011101 Gripp 1
-011011101 Anifantis 1
-011011101 Englehorn 1
-011011101 Mitome 1
-011011101 Karamtchakov 1
-011011101 Marksee 1
-011011101 Hartig 1
-011011101 Kotoski 1
-011011101 Giraudo 1
-011011101 Soderberg 1
-011011101 Eveland 1
-011011101 Grapenthien 1
-011011101 Kindle 1
-011011101 Shabanov 1
-011011101 DeMarois 1
-011011101 Rezendes 1
-011011101 Kosko 1
-011011101 Grossberg 1
-011011101 Hankla 1
-011011101 Balz 1
-011011101 Sittig 1
-011011101 Allgayer 1
-011011101 Dux 1
-011011101 Schupper 1
-011011101 Werning 1
-011011101 Willhite 1
-011011101 Venora 1
-011011101 Murch 1
-011011101 Traverse-Healy 1
-011011101 Ruland 1
-011011101 Sterbenz 1
-011011101 Amaon 1
-011011101 Bulzacchelli 1
-011011101 Grosman 1
-011011101 Grandon 1
-011011101 Dyjor 1
-011011101 Sharperson 1
-011011101 Iwanaga 1
-011011101 Wender 1
-011011101 Blunte 1
-011011101 Seevers 1
-011011101 Solt 1
-011011101 Guinta 1
-011011101 Franciscovich 1
-011011101 Jaschke 1
-011011101 Rodenberger 1
-011011101 Kunv 1
-011011101 Vaska 1
-011011101 Fygi 1
-011011101 Grundler 1
-011011101 Kierans 1
-011011101 Montemayor 1
-011011101 Latto 1
-011011101 Debreu 1
-011011101 Rion 1
-011011101 Drouhin 1
-011011101 Erath 1
-011011101 Eversole 1
-011011101 Ripert 1
-011011101 Schneeweis 1
-011011101 Bickwit 1
-011011101 Zachman 1
-011011101 Brownelle 1
-011011101 Ferron 1
-011011101 Ehara 1
-011011101 Smolla 1
-011011101 Yaroslovsky 1
-011011101 Gueron 1
-011011101 Santulli 1
-011011101 Froess 1
-011011101 Widomski 1
-011011101 Bozza 1
-011011101 Klapthor 1
-011011101 Tronetti 1
-011011101 Boyll 1
-011011101 Geohegan 1
-011011101 Semmelmeyer 1
-011011101 Santoski 1
-011011101 Foscarinis 1
-011011101 Trauth 1
-011011101 Cuilian 1
-011011101 Chapnik 1
-011011101 Sedin 1
-011011101 Peetz 1
-011011101 Funsch 1
-011011101 Cekander 1
-011011101 Beligratis 1
-011011101 Denari 1
-011011101 Bension 1
-011011101 Pavone 1
-011011101 Zviak 1
-011011101 Greata 1
-011011101 Meadville 1
-011011101 Quimby 1
-011011101 Mullet 1
-011011101 Odescalchi 1
-011011101 Puerner 1
-011011101 Gunnels 1
-011011101 Muratov 1
-011011101 Woo-Choong 1
-011011101 Ekers 1
-011011101 Beavan 1
-011011101 Kmiec 1
-011011101 Canick 1
-011011101 Tumanov 1
-011011101 Karaganova 1
-011011101 Raycraft 1
-011011101 Heigel 1
-011011101 Knust 1
-011011101 Zaren 1
-011011101 Giunta 1
-011011101 Youngwood 1
-011011101 Leardi 1
-011011101 Carraher 1
-011011101 Yufu 1
-011011101 Eslinger 1
-011011101 codices 1
-011011101 Glyptis 1
-011011101 Ekenberg 1
-011011101 Demarco 1
-011011101 Behzad 1
-011011101 Kamagata 1
-011011101 al-Rashed 1
-011011101 Cranch 1
-011011101 Fojtik 1
-011011101 Milosevich 1
-011011101 Langham 1
-011011101 Teston 1
-011011101 Vogler 1
-011011101 Piela 1
-011011101 1975-78 1
-011011101 Kovener 1
-011011101 Fairnington 1
-011011101 Rahdert 1
-011011101 Djerassi 1
-011011101 Unverzagt 1
-011011101 Fitterman 1
-011011101 1975-1985 1
-011011101 BUYer 1
-011011101 McCalla 1
-011011101 Bloor 1
-011011101 Riegels 1
-011011101 fate-telling 1
-011011101 Kapustin 1
-011011101 Gaulding 1
-011011101 Hybels 1
-011011101 Shchelokov 1
-011011101 Pregl 1
-011011101 Gostancic 1
-011011101 Bavcar 1
-011011101 Warnecke 1
-011011101 Schneuwly 1
-011011101 Trink 1
-011011101 Gambaccini 1
-011011101 Chaltiel 1
-011011101 Behringer 1
-011011101 Szybillo 1
-011011101 1913-14 1
-011011101 Houlne 1
-011011101 Hewie 1
-011011101 McGavick 1
-011011101 Gugino 1
-011011101 Pirault 1
-011011101 Kamanitz 1
-011011101 D.-N.Y. 1
-011011101 Wyner 1
-011011101 Tonha 1
-011011101 Ofrichter 1
-011011101 Eddins 1
-011011101 Mehall 1
-011011101 Hokmark 1
-011011101 Reimers 1
-011011101 Moorefield 1
-011011101 Gentes 1
-011011101 Espach 1
-011011101 Lovic 1
-011011101 Velenik 1
-011011101 Charleton-Jones 1
-011011101 Koo-CHIN-ski 1
-011011101 Wiskeman 1
-011011101 Gennity 1
-011011101 .325 1
-011011101 Moorehouse 1
-011011101 McReynolds 1
-011011101 Kneen 1
-011011101 Cicconi 1
-011011101 Scheri 1
-011011101 Kohda 1
-011011101 McLaughlan 1
-011011101 ERD 1
-011011101 Legac 1
-011011101 Skelley 1
-011011101 1603-1867 1
-011011101 Udono 1
-011011101 Carisio 1
-011011101 2-lahn 1
-011011101 Cornut 1
-011011101 Bechtler 1
-011011101 Buomberger 1
-011011101 Knopp 1
-011011101 Warshafsky 1
-011011101 Spallone 1
-011011101 Grath 1
-011011101 Gundersheim 1
-011011101 single/married 1
-011011101 Nagamochi 1
-011011101 Rashkow 1
-011011101 Rootness 1
-011011101 Cunning 1
-011011101 VI. 1
-011011101 Rosing 1
-011011101 Shappelle 1
-011011101 Mafaje 1
-011011101 Notte 1
-011011101 Ellison-Sandler 1
-011011101 5,284 1
-011011101 5,334 1
-011011101 Kert 1
-011011101 Corigliano 1
-011011101 Winby 1
-011011101 Nauwelaerts 1
-011011101 Chongsoo 1
-011011101 Kobuse 1
-011011101 1918- 1
-011011101 Arnem 1
-011011101 Stadd 1
-011011101 Hershenson 1
-011011101 McPhillips 1
-011011101 Stofan 1
-011011101 Bugg 1
-011011101 Patrucco 1
-011011101 Routh 1
-011011101 Lowen 1
-011011101 Lockman-Brooks 1
-011011101 Wollin 1
-011011101 Walhout 1
-011011101 Tullier 1
-011011101 Cadloff 1
-011011101 Cannon-Albright 1
-011011101 Giblin 1
-011011101 Mapondo 1
-011011101 Ehrhart 1
-011011101 Pragoff 1
-011011101 Reahm 1
-011011101 Mesheshvilli 1
-011011101 Rafiq-Doust 1
-011011101 Swaveley 1
-011011101 Mobley 1
-011011101 Egmont 1
-011011101 Irminger 1
-011011101 Reishman 1
-011011101 Klonski 1
-011011101 Cossutta 1
-011011101 CMHCs 1
-011011101 Sexer 1
-011011101 1:01.2 1
-011011101 2:08.6 1
-011011101 Gallimore 1
-011011101 Stehrenberger 1
-011011101 Recktenwald 1
-011011101 Skowronski 1
-011011101 Minier 1
-011011101 Bhattacherjee 1
-011011101 Marchick 1
-011011101 Donzelli 1
-011011101 Sowiski 1
-011011101 cooched 1
-011011101 Neimeier 1
-011011101 Damore. 1
-011011101 Gutt 1
-011011101 Tumavitch 1
-011011101 Doctrow 1
-011011101 Pfander 1
-011011101 Ellert 1
-011011101 Signore 1
-011011101 Nakatani 1
-011011101 Washkowitz 1
-011011101 Catequista 1
-011011101 Geruso 1
-011011101 Rehr 1
-011011101 Depa 1
-011011101 Ambrosi 1
-011011101 Vidmar 1
-011011101 Gold-Bilkin 1
-011011101 Althoff 1
-011011101 Freidheim 1
-011011101 Gerritsen 1
-011011101 Casy 1
-011011101 DeLucas 1
-011011101 Uman 1
-011011101 Lackritz 1
-011011101 Mitarai 1
-011011101 Stanovich 1
-011011101 Libenson 1
-011011101 Nepantla 1
-011011101 Sherratt 1
-011011101 Veziris 1
-011011101 Kalendarian 1
-011011101 Jabara 1
-011011101 Soukup 1
-011011101 Denove 1
-011011101 Kralovec 1
-011011101 Bos 1
-011011101 Stepnes 1
-011011101 Zeftel 1
-011011101 Khachapuri 1
-011011101 Piggott 1
-011011101 Raighn 1
-011011101 Winborn 1
-011011101 Wrench 1
-011011101 Ferree 1
-011011101 Paulshock 1
-011011101 Schaafsma 1
-011011101 Mulva 1
-011011101 Galer 1
-011011101 Tackx 1
-011011101 Beratan 1
-011011101 Behrman 1
-011011101 Armijo 1
-011011101 Tarves 1
-011011101 Monod 1
-011011101 Lapinski 1
-011011101 Rittmaster 1
-011011101 Acello 1
-011011101 Gorlin 1
-011011101 Mitani 1
-011011101 Warley-Cummings 1
-011011101 Soviet-watcher 1
-011011101 Verding 1
-011011101 Likus 1
-011011101 Delorme 1
-011011101 Morfogen 1
-011011101 Cacciotti 1
-011011101 Drooyan 1
-011011101 Lemka 1
-011011101 Shwe 1
-011011101 Glaub 1
-011011101 Widney 1
-011011101 McLodge 1
-011011101 McJobs 1
-011011101 Bowick 1
-011011101 Genis 1
-011011101 Ziv 1
-011011101 Mansky 1
-011011101 Kalm 1
-011011101 Yakimanka 1
-011011101 Hayghe 1
-011011101 Biklin 1
-011011101 Frison 1
-011011101 Stoker 1
-011011101 Kashima 1
-011011101 Rakewell 1
-011011101 800-255-3396 1
-011011101 Raiser 1
-011011101 Traylor 1
-011011101 Shubin 1
-011011101 Hackbarth 1
-011011101 Lesage 1
-011011101 VerPloeg 1
-011011101 Marro 1
-011011101 Esh 1
-011011101 Mueser 1
-011011101 Harangody 1
-011011101 Grin 1
-011011101 Tovin 1
-011011101 Pawliger 1
-011011101 Schanback 1
-011011101 Briam 1
-011011101 Meit 1
-011011101 Eilon 1
-011011101 Schellmoser 1
-011011101 Dettmer 1
-011011101 Doren 1
-011011101 Carideo 1
-011011101 Meale 1
-011011101 Tebbutt 1
-011011101 Pomerance 1
-011011101 Carroli 1
-011011101 Nomura-Eastdil 1
-011011101 Rosewater 1
-011011101 Overwalle 1
-011011101 Tsugawa 1
-011011101 Westphall 1
-011011101 Auschlander 1
-011011101 Ettinger 1
-011011101 Matsebula 1
-011011101 Elisburg 1
-011011101 Poppic 1
-011011101 Honney 1
-011011101 Geeling 1
-011011101 Wartman 1
-011011101 Gendall 1
-011011101 Godisch 1
-011011101 Kothe 1
-011011101 Getraer 1
-011011101 Coneway 1
-011011101 Vestuto 1
-011011101 Silvana 1
-011011101 McKinnerney 1
-011011101 Denemark 1
-011011101 ba-GOD-ja 1
-011011101 Pitegoff 1
-011011101 Bretland 1
-011011101 Buesse 1
-011011101 Tapner 1
-011011101 Brocksom 1
-011011101 Christafalo 1
-011011101 Jamele 1
-011011101 Matutes 1
-011011101 Seabury 1
-011011101 Lindenauer 1
-011011101 Botwin 1
-011011101 Raim 1
-011011101 Sheffler 1
-011011101 Oreja 1
-011011101 Letsche 1
-011011101 Levander 1
-011011101 Boersma 1
-011011101 Renirie 1
-011011101 Seielstad 1
-011011101 Zitzer 1
-011011101 Brenn 1
-011011101 Luchini 1
-011011101 Gettings 1
-011011101 Mayginnes 1
-011011101 Wooldridge 1
-011011101 Netter 1
-011011101 DeFina 1
-011011101 Settelmeyer 1
-011011101 Chaiken 1
-011011101 Martinus 1
-011011101 Velzer 1
-011011101 54-24-1 1
-011011101 Moschella 1
-011011101 Nowikowski 1
-011011101 Romweber 1
-011011101 M&As 1
-011011101 Bittke 1
-011011101 Furciniti 1
-011011101 Colarusso 1
-011011101 Savaides 1
-011011101 Hougardy 1
-011011101 Mossbacher 1
-011011101 Arenstein 1
-011011101 Sutin 1
-011011101 Scwarzschild 1
-011011101 Dettinger-Gardner 1
-011011101 Schaal 1
-011011101 Hampe 1
-011011101 Morrongiello 1
-011011101 Tague 1
-011011101 Foisy 1
-011011101 Petruzzi 1
-011011101 Flaster 1
-011011101 Ashenfelter 1
-011011101 Asenjo 1
-011011101 Frumberg 1
-011011101 Rumbolz 1
-011011101 Meechum 1
-011011101 Stiglin 1
-011011101 Schwarzl 1
-011011101 Yeates 1
-011011101 DiBiase 1
-011011101 Poletto 1
-011011101 Yernault 1
-011011101 Leek 1
-011011101 Shebel 1
-011011101 Haire 1
-011011101 Besnoff 1
-011011101 Silaev 1
-011011101 Ruggeiro 1
-011011101 Rumsey 1
-011011101 Mehlman 1
-011011101 Depoe 1
-011011101 Motiuk 1
-011011101 Busfield 1
-011011101 Hensel 1
-011011101 Yachechak 1
-011011101 Lutter 1
-011011101 Roomkin 1
-011011101 Carsello 1
-011011101 Lindsell 1
-011011101 Oldknow 1
-011011101 Desloge 1
-011011101 Wulken 1
-011011101 Uzungu 1
-011011101 Arensberg 1
-011011101 Mallos 1
-011011101 4.63-4.47 1
-011011101 113-168 1
-011011101 196-210 1
-011011101 .261-.266 1
-011011101 Cottrill 1
-011011101 Walewander 1
-011011101 Miller-Jones 1
-011011101 Antaramian 1
-011011101 Espeland 1
-011011101 Reh 1
-011011101 Bovee 1
-011011101 Mellinger 1
-011011101 Hanon 1
-011011101 Loades 1
-011011101 Kamins 1
-011011101 Brynaert 1
-011011101 Carrion 1
-011011101 Vaught 1
-011011101 Greschner 1
-011011101 Bovey 1
-011011101 Nesmith 1
-011011101 Jannetta 1
-011011101 Wendkos 1
-011011101 Kurinari 1
-011011101 Matell 1
-011011101 Vangelos 1
-011011101 Freece 1
-011011101 Schoenbauer 1
-011011101 Endsley 1
-011011101 Jospe 1
-011011101 Hogle 1
-011011101 Clenaghan 1
-011011101 Veccio 1
-011011101 Moellering 1
-011011101 Gourley 1
-011011101 Retief 1
-011011101 Chenery 1
-011011101 Mansiri 1
-011011101 Kippen 1
-011011101 Aarn 1
-011011101 Kimberleigh 1
-011011101 Siddayao 1
-011011101 Kalban 1
-011011101 Helppie 1
-011011101 Oberbeeke 1
-011011101 Sheasby 1
-011011101 McKeel 1
-011011101 1601-65 1
-011011101 deBerardinis 1
-011011101 Vaes 1
-011011101 Hutcherson 1
-011011101 Froggatt 1
-011011101 Tadokoro 1
-011011101 Angrisani 1
-011011101 Luttner 1
-011011101 Weddle 1
-011011101 Ponomarev-Stepnoy 1
-011011101 McElvany 1
-011011101 Ziglar 1
-011011101 Mourou 1
-011011101 Kaup 1
-011011101 Ehrenhaft 1
-011011101 Souder 1
-011011101 Secco 1
-011011101 Anouilh 1
-011011101 Grossklaus 1
-011011101 Wartungsleben 1
-011011101 Gilham 1
-011011101 Dubren 1
-011011101 Hanzelka 1
-011011101 Lindstroem 1
-011011101 DiChiera 1
-011011101 Gockley 1
-011011101 Vanderploeg 1
-011011101 Wettreich 1
-011011101 Gearty 1
-011011101 Roever 1
-011011101 Rodewig 1
-011011101 Schey 1
-011011101 Jaspan 1
-011011101 Szollosi 1
-011011101 Inuyama 1
-011011101 Kleinaitis 1
-011011101 Springmann 1
-011011101 Silary 1
-011011101 Lagasca 1
-011011101 Brugger 1
-011011101 Mesagno 1
-011011101 Sanfedele 1
-011011101 Brehaut 1
-011011101 Mangada 1
-011011101 Amrhein 1
-011011101 Kamer 1
-011011101 Yarger 1
-011011101 Shanis 1
-011011101 VonWormer 1
-011011101 Doroff 1
-011011101 DeDoncker 1
-011011101 Nagamura 1
-011011101 Kennish 1
-011011101 Wyrsch 1
-011011101 Wolinsky 1
-011011101 Murphine 1
-011011101 Balisle 1
-011011101 Vernamonti 1
-011011101 Hatsopolous 1
-011011101 Oistad 1
-011011101 Darling-Hammond 1
-011011101 Litewka 1
-011011101 Thorning 1
-011011101 Menefee 1
-011011101 Gerstenzang 1
-011011101 Cronin-Golomb 1
-011011101 Raspler 1
-011011101 Ciatto 1
-011011101 Hempling 1
-011011101 Bainwol 1
-011011101 Noyer 1
-011011101 Olfert 1
-011011101 DeBernardo 1
-011011101 Chaudhuri 1
-011011101 Bagaman 1
-011011101 Jortberg 1
-011011101 Decourtray 1
-011011101 Durcholz 1
-011011101 Thyme 1
-011011101 Defrene 1
-011011101 Knabe 1
-011011101 Roco 1
-011011101 Klatell 1
-011011101 Chang-Soo 1
-011011101 Firnhaber 1
-011011101 Anbinder 1
-011011101 Pleck 1
-011011101 Correu 1
-011011101 Smithwick 1
-011011101 Solas 1
-011011101 Druskin 1
-011011101 Weand 1
-011011101 Nozaki 1
-011011101 Elektra/Nonesuch 1
-011011101 Kuriokhin 1
-011011101 Roark-Strummer 1
-011011101 Buche 1
-011011101 McCully 1
-011011101 Monferdini 1
-011011101 McCants 1
-011011101 Sypher 1
-011011101 97-94 1
-011011101 96-94 1
-011011101 Stepfanie 1
-011011101 Cingano 1
-011011101 Redish 1
-011011101 Kubarych 1
-011011101 Overholt 1
-011011101 Raptopoulous 1
-011011101 DiMarco 1
-011011101 Daverio 1
-011011101 Russler 1
-011011101 Bruenner 1
-011011101 Chernyshev 1
-011011101 TROOR-nisht 1
-011011101 Yankwitt 1
-011011101 Tregillus 1
-011011101 Hers-his-er 1
-011011101 Marvet 1
-011011101 Sidorsky 1
-011011101 Fentanes 1
-011011101 Defensor-Santiago 1
-011011101 Shelton-Colby 1
-011011101 Thurop 1
-011011101 Verrecchia 1
-011011101 Pelanne 1
-011011101 Utecht 1
-011011101 Ameche 1
-011011101 Curiel 1
-011011101 Kireta 1
-011011101 Luczaj 1
-011011101 Lagno 1
-011011101 Thirteen-year-old 1
-011011101 Vollum 1
-011011101 Kanegae 1
-011011101 Baldassari 1
-011011101 Redesdale 1
-011011101 Cutitta 1
-011011101 Rozenberg 1
-011011101 Gubrud 1
-011011101 Vapnek 1
-011011101 Wienheim 1
-011011101 Picci 1
-011011101 Daltrey 1
-011011101 Opatowski 1
-011011101 Balicki 1
-011011101 Bergdahl 1
-011011101 Bormann 1
-011011101 PMRC 1
-011011101 Overlan 1
-011011101 Kvols 1
-011011101 Luebke 1
-011011101 Galmiche 1
-011011101 leClerc 1
-011011101 Labreque 1
-011011101 Overchuck 1
-011011101 Seagrove 1
-011011101 Anway 1
-011011101 Ballan 1
-011011101 Harr 1
-011011101 Swilley 1
-011011101 Brenneman 1
-011011101 Harmatz 1
-011011101 Beletic 1
-011011101 Defty 1
-011011101 Oberhuber 1
-011011101 1594-1665 1
-011011101 Koya 1
-011011101 LaReese 1
-011011101 Terington 1
-011011101 Debber 1
-011011101 Bivins 1
-011011101 Haveles 1
-011011101 Tschantz 1
-011011101 Zakarin 1
-011011101 Bulaski 1
-011011101 Hamida 1
-011011101 Chehabar 1
-011011101 Grupp 1
-011011101 Deford 1
-011011101 Barbery 1
-011011101 Bornholdt 1
-011011101 Hatoyama 1
-011011101 Roehls 1
-011011101 Orear 1
-011011101 Robinson-Lewis 1
-011011101 Simko 1
-011011101 I-Jen 1
-011011101 Kinzbach 1
-011011101 Pinkele 1
-011011101 Kalisch 1
-011011101 McElwain 1
-011011101 Geater 1
-011011101 Kashpaw 1
-011011101 Rippon 1
-011011101 Adare 1
-011011101 Langness 1
-011011101 Geleji 1
-011011101 Karch 1
-011011101 Crowson 1
-011011101 Finan 1
-011011101 Talafre 1
-011011101 Fuerst 1
-011011101 VanderMeulen 1
-011011101 Proetta 1
-011011101 Selley 1
-011011101 Hollembeak 1
-011011101 Kotnour 1
-011011101 Lomazow 1
-011011101 Grego 1
-011011101 Sugi 1
-011011101 1836-37 1
-011011101 Hercz 1
-011011101 Muang 1
-011011101 Binggeli 1
-011011101 Gillego 1
-011011101 Skaags 1
-011011101 Stroeder 1
-011011101 Urbut 1
-011011101 Isman 1
-011011101 Ornest 1
-011011101 Tsurikov 1
-011011101 Kathrada 1
-011011101 Puliselik 1
-011011101 Andreeva 1
-011011101 Soorus 1
-011011101 Herries 1
-011011101 Leerhsen 1
-011011101 Philomel 1
-011011101 Shimshack 1
-011011101 Giess 1
-011011101 deHaven-Smith 1
-011011101 Kirstien 1
-011011101 Haniyeh 1
-011011101 Kepel 1
-011011101 Grenon 1
-011011101 Dantin 1
-011011101 Wingard 1
-011011101 Sayenga 1
-011011101 Facchetti 1
-011011101 Devalle 1
-011011101 Longwell 1
-011011101 Granade 1
-011011101 Negrier 1
-011011101 Dubow 1
-011011101 Arikady 1
-011011101 Hinkson 1
-011011101 817-155-1 1
-011011101 PolyGram-Verve 1
-011011101 101-106 1
-011011101 Ritze 1
-011011101 Hochhalter 1
-011011101 Recholtz 1
-011011101 1948-55 1
-011011101 1946-47 1
-011011101 1944-48 1
-011011101 Nadolski 1
-011011101 Lurton 1
-011011101 Paulet 1
-011011101 Schack 1
-011011101 Phale 1
-011011101 Noeth 1
-011011101 Taraba 1
-011011101 Nitzberg 1
-011011101 Freeberg 1
-011011101 Bakstansky 1
-011011101 Sarti 1
-011011101 1793-1864 1
-011011101 655-731 1
-011011101 Morris/Kraft 1
-011011101 Shapolsky 1
-011011101 Medoff 1
-011011101 Bolka 1
-011011101 Roesler 1
-011011101 Federighi 1
-011011101 Chehardy 1
-011011101 Newmarch 1
-011011101 Venables 1
-011011101 Choudhury 1
-011011101 Upcott 1
-011011101 Killelea 1
-011011101 Sayler 1
-011011101 Zia-ulHaq 1
-011011101 Hagenmeyer 1
-011011101 Dymond 1
-011011101 Shusas 1
-011011101 Zolezzi 1
-011011101 Rachko 1
-011011101 Ehrenhaus 1
-011011101 Zampa 1
-011011101 Hopcroft 1
-011011101 McIlroy 1
-011011101 Bereskov 1
-011011101 Hilvitz 1
-011011101 non-insiders 1
-011011101 Brehault 1
-011011101 ro-HEY-lio 1
-011011101 Bidinotto 1
-011011101 Setrakian 1
-011011101 Durack 1
-011011101 Knappman 1
-011011101 Dahmer 1
-011011101 Kolof 1
-011011101 Porteous 1
-011011101 Bearisto 1
-011011101 Gaba 1
-011011101 Bare-ZHAY 1
-011011101 Caldiero 1
-011011101 Devaquet 1
-011011101 Stenberg 1
-011011101 Steijger 1
-011011101 Vejnoska 1
-011011101 Zoglin 1
-011011101 Hollom 1
-011011101 Neree 1
-011011101 Chanoine 1
-011011101 Philidor 1
-011011101 Raalte 1
-011011101 Kappus 1
-011011101 Padia 1
-011011101 DiMaura 1
-011011101 Strobl 1
-011011101 Ashfield 1
-011011101 Mauhs 1
-011011101 Christia 1
-011011101 Gehringer 1
-011011101 Musha 1
-011011101 peep-LEEN 1
-011011101 golly-mah-CHAH 1
-011011101 waw-wah-RHAWN 1
-011011101 Berowne 1
-011011101 Skopp 1
-011011101 Steslow 1
-011011101 LaFrere 1
-011011101 Evey 1
-011011101 Cowfer 1
-011011101 Bohnett 1
-011011101 Parell 1
-011011101 McComas 1
-011011101 Versalle 1
-011011101 Latscher 1
-011011101 Midorikawa 1
-011011101 Inhofe 1
-011011101 Lusardi 1
-011011101 Noces 1
-011011101 Mati 1
-011011101 McConaughy 1
-011011101 Hartsel 1
-011011101 gah-YET 1
-011011101 Rhead 1
-011011101 Khatemi 1
-011011101 Ramsier 1
-011011101 Guell 1
-011011101 Haggin 1
-011011101 Lazaris 1
-011011101 Bidner 1
-011011101 Zanowski 1
-011011101 Viejitos 1
-011011101 Duflos 1
-011011101 Lefevbre 1
-011011101 Harino 1
-011011101 Briance 1
-011011101 Kambanis 1
-011011101 R-Calif. 1
-011011101 Tapagni 1
-011011101 Winne 1
-011011101 Warach 1
-011011101 Culberson 1
-011011101 1943-45 1
-011011101 Fugate 1
-011011101 Zindler 1
-011011101 Gbeho 1
-011011101 oh-WHY-hee 1
-011011101 Gievers 1
-011011101 Nanes 1
-011011101 Zubak 1
-011011101 Narcado 1
-011011101 Houminer 1
-011011101 Scaramozi 1
-011011101 Newkome 1
-011011101 DeCote 1
-011011101 Bricchetti 1
-011011101 Eshleman 1
-011011101 Mazze 1
-011011101 Stellas 1
-011011101 Adamski 1
-011011101 Hudd 1
-011011101 Stasick 1
-011011101 Lockleer 1
-011011101 Vagadori 1
-011011101 Moscarino 1
-011011101 Wambach 1
-011011101 Gault-Williams 1
-011011101 Grabel 1
-011011101 Arnette 1
-011011101 1921-22 1
-011011101 Offen 1
-011011101 Terris 1
-011011101 Bremridge 1
-011011101 Koyanagi 1
-011011101 Kueppers 1
-011011101 Sadaoui 1
-011011101 Puz 1
-011011101 Ingebretson 1
-011011101 Scinicariello 1
-011011101 Fryer 1
-011011101 Ramsen 1
-011011101 Shapiro-Matthews 1
-011011101 Bilstad 1
-011011101 Stancliffe 1
-011011101 Paysee 1
-011011101 Feess 1
-011011101 Fosbeck 1
-011011101 Memishian 1
-011011101 Peloquin 1
-011011101 Delport 1
-011011101 Tiner 1
-011011101 Scoppetta 1
-011011101 Genuario 1
-011011101 Herge 1
-011011101 Pitroda 1
-011011101 Marchione 1
-011011101 Paulin 1
-011011101 Ndemande 1
-011011101 Mashele 1
-011011101 Skapertas 1
-011011101 1724-1753 1
-011011101 Ille 1
-011011101 Reissig 1
-011011101 Zorina 1
-011011101 Mulrow 1
-011011101 Quattropani 1
-011011101 Lohss 1
-011011101 Rauschenbach 1
-011011101 Belforte 1
-011011101 Wegler 1
-011011101 Kotchian 1
-011011101 Hanawada 1
-011011101 McGull-Billingsley 1
-011011101 Gouws 1
-011011101 Elardo 1
-011011101 Mercaldo 1
-011011101 Bramsden 1
-011011101 Nothdurft 1
-011011101 Promocion 1
-011011101 Doctores 1
-011011101 Hegeman 1
-011011101 Grossvogel 1
-011011101 Deterding 1
-011011101 Cordery 1
-011011101 Chater 1
-011011101 McNaul 1
-011011101 Ribolow 1
-011011101 Tuffield 1
-011011101 bleeper 1
-011011101 Brunswijk 1
-011011101 Talensky 1
-011011101 Arnesen 1
-011011101 Kotar 1
-011011101 Kaericher 1
-011011101 Oswold 1
-011011101 Refsland 1
-011011101 Klath 1
-011011101 Margaronis 1
-011011101 Langbaum 1
-011011101 Squitero 1
-011011101 Elphick 1
-011011101 Lucchi 1
-011011101 Kalec 1
-011011101 Orentlicher 1
-011011101 Chenin 1
-011011101 Cavada 1
-011011101 Pierrard 1
-011011101 Ramond 1
-011011101 Sabatier 1
-011011101 Gutshall 1
-011011101 Calianese 1
-011011101 Dormer 1
-011011101 LoBue 1
-011011101 Bimonte 1
-011011101 Favretto 1
-011011101 Pettigrew 1
-011011101 Langton 1
-011011101 Kennard 1
-011011101 irately 1
-011011101 Phalen 1
-011011101 unspiked 1
-011011101 Entman 1
-011011101 Bargen 1
-011011101 Zichroni 1
-011011101 Toussia-Cohen 1
-011011101 Yadom-Lewis 1
-011011101 Geronimi 1
-011011101 Filarski 1
-011011101 Worner 1
-011011101 Kressel 1
-011011101 Kasofsky 1
-011011101 Takai 1
-011011101 Mogel 1
-011011101 Clifton-Bligh 1
-011011101 Shlossman 1
-011011101 Cersosimo 1
-011011101 Staak 1
-011011101 Guttag 1
-011011101 Morath 1
-011011101 Kovacevic 1
-011011101 Piersante 1
-011011101 Virden 1
-011011101 Hilson 1
-011011101 Mulhare 1
-011011101 Jester 1
-011011101 Kirton 1
-011011101 Jost 1
-011011101 Glinert 1
-011011101 Pfann 1
-011011101 D-Ore. 1
-011011101 Inselmann 1
-011011101 Havahart 1
-011011101 Knoblock 1
-011011101 Dicasoli 1
-011011101 Kravitt 1
-011011101 Beefsteaks 1
-011011101 Ogure 1
-011011101 Gushner 1
-011011101 Shumate 1
-011011101 Gillette-made 1
-011011101 Bufkin 1
-011011101 Slutzky 1
-011011101 Shulansky 1
-011011101 gibbs 1
-011011101 Landymore 1
-011011101 Skomorowsky 1
-011011101 N.B. 1
-011011101 Quirsfeld 1
-011011101 Levinger 1
-011011101 Typaldos 1
-011011101 Miyamura 1
-011011101 Shorten 1
-011011101 Stracuzzi 1
-011011101 Melius 1
-011011101 Poncet 1
-011011101 Cajal 1
-011011101 Herriman 1
-011011101 Pineo 1
-011011101 Courson 1
-011011101 Bee-rye-ter 1
-011011101 Mm-fu-may 1
-011011101 Qua-ee-see 1
-011011101 Furuichi 1
-011011101 Minich 1
-011011101 hetero 1
-011011101 Oliveti 1
-011011101 Proh-teck-shun-izm 1
-011011101 Cuhm-peh-tuh-tiv-nuss 1
-011011101 five-tone 1
-011011101 Polonofsky 1
-011011101 Lendrum 1
-011011101 1967-70 1
-011011101 Glockner 1
-011011101 Hobert 1
-011011101 Redburn 1
-011011101 Penzler 1
-011011101 Magram 1
-011011101 Schocket 1
-011011101 Rine 1
-011011101 Bertschmann 1
-011011101 Galvani 1
-011011101 Benkendorf 1
-011011101 McKimmie 1
-011011101 Sotoloff 1
-011011101 Niederhoffer 1
-011011101 DuVall 1
-011011101 Anana 1
-011011101 Brackett 1
-011011101 1841-1904 1
-011011101 Kloepfer 1
-011011101 Ramer 1
-011011101 Pollaci 1
-011011101 Huneker 1
-011011101 Schierling 1
-011011101 Sain 1
-011011101 Donow 1
-011011101 Theze 1
-011011101 Wrye 1
-011011101 Saloom 1
-011011101 Thiart 1
-011011101 Currin 1
-011011101 trefoil 1
-011011101 birdsfoot 1
-011011101 Verderosa 1
-011011101 Bessell 1
-011011101 Dromeshauser 1
-011011101 Mandaville 1
-011011101 Beauchemin 1
-011011101 Veronen 1
-011011101 51,001 1
-011011101 Generalis 1
-011011101 Dausch 1
-011011101 Krull 1
-011011101 DISSINGER 1
-011011101 Greacen 1
-011011101 Hensler 1
-011011101 Dobriner 1
-011011101 1568-1615 1
-011011101 Bonchick 1
-011011101 Yllescas 1
-011011101 Capelli 1
-011011101 Gants 1
-011011101 Bandrowsky 1
-011011101 Maruo 1
-011011101 Angermueller 1
-011011101 Shiniara 1
-011011101 Poincare 1
-011011101 Vinas 1
-011011101 Hoopes 1
-011011101 Erceg 1
-011011101 c.365 1
-011011101 Paarlberg 1
-011011101 Kintzle 1
-011011101 Ruthman 1
-011011101 Schlappi 1
-011011101 Sandage 1
-011011101 Koziol 1
-011011101 Tanimoto 1
-011011101 Lannutti 1
-011011101 Pohmiller 1
-011011101 Kirkner 1
-011011101 Riddel 1
-011011101 puh-KAY 1
-011011101 Gruensteidl 1
-011011101 Mizushima 1
-011011101 Heessels 1
-011011101 Hulett-Needham 1
-011011101 Mrozkowska-Brand 1
-011011101 Azzolina 1
-011011101 Goffin 1
-011011101 Duckworth 1
-011011101 Ottaviano 1
-011011101 Ruello 1
-011011101 Tella 1
-011011101 Gochman 1
-011011101 Rej 1
-011011101 Negronida 1
-011011101 Jehle 1
-011011101 Ake 1
-011011101 aargh 1
-011011101 Klimaszewski 1
-011011101 Flintoft 1
-011011101 Strawhorn 1
-011011101 Kiejman 1
-011011101 Kapsch 1
-011011101 Ryskind 1
-011011101 Flamment 1
-011011101 Scheyer 1
-011011101 Tavitian 1
-011011101 Rentzer 1
-011011101 FitzRandolph 1
-011011101 Mayersohn 1
-011011101 Mechsner 1
-011011101 Gwizdela 1
-011011101 Yengst 1
-011011101 Garages 1
-011011101 Laarman 1
-011011101 Meischen 1
-011011101 Goeldner 1
-011011101 Maanhede 1
-011011101 Deme 1
-011011101 Fasola 1
-011011101 Schuss 1
-011011101 Bordisso 1
-011011101 Nuber 1
-011011101 Satula 1
-011011101 Zurfluh 1
-011011101 Katzoff 1
-011011101 Pencke 1
-011011101 Breenan 1
-011011101 Amoureuses 1
-011011101 Korvach 1
-011011101 Bushfield 1
-011011101 Lewinter 1
-011011101 Steinbrunner 1
-011011101 BEE-loe 1
-011011101 Brossier 1
-011011101 Sjolin 1
-011011101 Rampal 1
-011011101 Paladeau 1
-011011101 Zakheim 1
-011011101 Cubbin 1
-011011101 Maluta 1
-011011101 Bertinelli 1
-011011101 Durrance 1
-011011101 Rothermore 1
-011011101 Caprile 1
-011011101 Cleeman 1
-011011101 Herwitz 1
-011011101 Processini 1
-011011101 Tagliabue 1
-011011101 Ollmann 1
-011011101 Brueghel 1
-011011101 Catala-Roca 1
-011011101 Hipps 1
-011011101 IBUs 1
-011011101 Gamse 1
-011011101 PAHN-ish 1
-011011101 Dubroc 1
-011011101 Fyffe 1
-011011101 Dobbs-Higginson 1
-011011101 Dember 1
-011011101 Paret 1
-011011101 HEE-guh 1
-011011101 Marzani 1
-011011101 Lauenstein 1
-011011101 Duchateau 1
-011011101 Zacchi 1
-011011101 Eckford 1
-011011101 Karkow 1
-011011101 Miyao 1
-011011101 Carceres 1
-011011101 Boczek 1
-011011101 Martinet 1
-011011101 Dettmar 1
-011011101 Enga 1
-011011101 Ponnet 1
-011011101 Wilshe 1
-011011101 Creer 1
-011011101 Willox 1
-011011101 DeProsse 1
-011011101 Olenick 1
-011011101 Gentles 1
-011011101 Haggarty 1
-011011101 Clossey 1
-011011101 Pincham 1
-011011101 Schulz-Koehn 1
-011011101 Epton 1
-011011101 Rubes 1
-011011101 Broadman 1
-011011101 Shurkin 1
-011011101 Rozen 1
-011011101 Falsgraf 1
-011011101 DeCof 1
-011011101 Bonne 1
-011011101 Greenwold 1
-011011101 Washburne 1
-011011101 Gutowski 1
-011011101 Orgolini 1
-011011101 Hadlock 1
-011011101 Footlick 1
-011011101 Shaib 1
-011011101 Schopick 1
-011011101 Hilford 1
-011011101 Battipaglia 1
-011011101 1969-84 1
-011011101 Abberley 1
-011011101 Kotzan 1
-011011101 Knappik 1
-011011101 Hart-Dyke 1
-011011101 468-102 1
-011011101 Heitzeberg 1
-011011101 201-933-8500 1
-011011101 1-800-2234050 1
-011011101 Bodan 1
-011011101 Kupinski 1
-011011101 Holihan 1
-011011101 Borrus 1
-011011101 Bollerer 1
-011011101 Tavris 1
-011011101 McAlister 1
-011011101 Theofanous 1
-011011101 Pietropinto 1
-011011101 Meadlock 1
-011011101 Foots 1
-011011101 Engstrom 1
-011011101 Hatskin 1
-011011101 Wierusz 1
-011011101 Ruizhou 1
-011011101 Prot 1
-011011101 Tkach 1
-011011101 Canale 1
-011011101 Cren 1
-011011101 Vair-Zhess 1
-011011101 Stolpen 1
-011011101 Jackiewicz 1
-011011101 Owenby 1
-011011101 Albu 1
-011011101 Sclafani 1
-011011101 Chorlton 1
-011011101 Wailes 1
-011011101 Bouchot 1
-011011101 Ebsen 1
-011011101 9/27/85 1
-011011101 oaky 1
-011011101 Langsley 1
-011011101 Thrun 1
-011011101 Verrone 1
-011011101 Stabinski 1
-011011101 Gapp 1
-011011101 Kushman 1
-011011101 Zigholboim 1
-011011101 Bengtson 1
-011011101 Carnesecca 1
-011011101 Bertrane 1
-011011101 Mackenroth 1
-011011101 Partlow 1
-011011101 Benderson 1
-011011101 Villega 1
-011011101 Meacher 1
-011011101 Kuechenmeister 1
-011011101 Seisser 1
-011011101 Bengston 1
-011011101 Hutnick 1
-011011101 Rohl 1
-011011101 Galizia 1
-011011101 Spicuzza 1
-011011101 Bachner 1
-011011101 Nemecek 1
-011011101 Seisert 1
-011011101 OSLER 1
-011011101 Lemen 1
-011011101 Reitze 1
-011011101 Belshe 1
-011011101 Schlichting 1
-011011101 Teichgraeber 1
-011011101 Schlenger 1
-011011101 Higginbottom 1
-011011101 Wronskyj 1
-011011101 Blanke 1
-011011101 Pyke 1
-011011101 Panoi 1
-011011101 Hurst-Hyde 1
-011011101 Burricelli 1
-011011101 Wolvers 1
-011011101 Benney 1
-011011101 Scarano 1
-011011101 Wachman 1
-011011101 Quillinan 1
-011011101 STLV-3 1
-011011101 Hoshinoya 1
-011011101 Serotkin 1
-011011101 Murillo 1
-011011101 Lifka 1
-011011101 Korty 1
-011011101 Sarducci 1
-011011101 Upchurch 1
-011011101 McWeeney 1
-011011101 Carron 1
-011011101 Anni 1
-011011101 Behrenwaldt 1
-011011101 Baszucki 1
-011011101 Bohne 1
-011011101 Schelling 1
-011011101 Dilenscheider 1
-011011101 Reichard 1
-011011101 Morgaman 1
-011011101 Laviano 1
-011011101 Mossinghoff 1
-011011101 Bollin 1
-011011101 Sennish 1
-011011101 Hallisey 1
-011011101 2:29:58 1
-011011101 2:29:53 1
-011011101 Kavett 1
-011011101 Carroccio 1
-011011101 Zoi 1
-011011101 Kirlin 1
-011011101 Malakoff 1
-011011101 Tschinkel 1
-011011101 Godlin 1
-011011101 Ricke 1
-011011101 Slyly 1
-011011101 Jalinos 1
-011011101 Abeng 1
-011011101 Breitenstein 1
-011011101 Bilger 1
-011011101 Gunyon 1
-011011101 Propeck 1
-011011101 Pakendorf 1
-011011101 Wietschner 1
-011011101 Teracura 1
-011011101 MacCullum 1
-011011101 Sevrens 1
-011011101 TENURE 1
-011011101 Conquerors 1
-011011101 Petrelis 1
-011011101 Kanchuger 1
-011011101 Bolus 1
-011011101 Eidenberg 1
-011011101 Egge 1
-011011101 Allgood 1
-011011101 Svedburg 1
-011011101 Berryhill 1
-011011101 Zimel 1
-011011101 Naddaff 1
-011011101 Benteen 1
-011011101 Kiesling 1
-011011101 Glanzelius 1
-011011101 zuh-GAHT 1
-011011101 Cantone 1
-011011101 Aikhomu 1
-011011101 DeanColeman 1
-011011101 Gindin 1
-011011101 Noels 1
-011011101 Benbrook 1
-011011101 Belbruno 1
-011011101 Hobelmann 1
-011011101 Sanera 1
-011011101 Tsubaki 1
-011011101 Mathew-Bauer 1
-011011101 Depeni 1
-011011101 Lenter 1
-011011101 Arnstein 1
-011011101 Caspel 1
-011011101 DeWinter 1
-011011101 McGilvrey 1
-011011101 Bleaman 1
-011011101 DeMent 1
-011011101 Chilenskas 1
-011011101 Plewes 1
-011011101 Nishiwaki 1
-011011101 Heiblim 1
-011011101 Perdikakis 1
-011011101 Koppelin 1
-011011101 Kashiwada 1
-011011101 Companc 1
-011011101 M2+CDs 1
-011011101 Notari 1
-011011101 Lieberfarb 1
-011011101 Mourglatos 1
-011011101 Oh-my 1
-011011101 Alejos 1
-011011101 Bomberger 1
-011011101 Dibbern 1
-011011101 Lakatos 1
-011011101 Crapper 1
-011011101 Kraslow 1
-011011101 Caicedo 1
-011011101 Bessho 1
-011011101 Cudmore 1
-011011101 Asada 1
-011011101 Harmelin 1
-011011101 Brockmeier 1
-011011101 Petschek 1
-011011101 Koletar 1
-011011101 Mahn-je 1
-011011101 Lahar 1
-011011101 Grinstead 1
-011011101 Godfrey-Isaacs 1
-011011101 Warriner 1
-011011101 Finniston 1
-011011101 Dautresme 1
-011011101 Meurling 1
-011011101 Seitler 1
-011011101 Siegenthaler 1
-011011101 Ordas 1
-011011101 Jackalone 1
-011011101 Kalke 1
-011011101 Zitz 1
-011011101 Beason 1
-011011101 Patane 1
-011011101 Ipanoff 1
-011011101 Appleyard 1
-011011101 Bechanan 1
-011011101 Ternus 1
-011011101 Schenider 1
-011011101 Crory 1
-011011101 Lurye 1
-011011101 Kaska 1
-011011101 Polisuk 1
-011011101 Borofsky 1
-011011101 Otterness 1
-011011101 Glusman 1
-011011101 Bethusy-Huc 1
-011011101 Zanker 1
-011011101 Tullius 1
-011011101 Fromm 1
-011011101 Gregorsky 1
-011011101 Kretzschmar 1
-011011101 Kyotani 1
-011011101 1864-1941 1
-011011101 1862-1941 1
-011011101 Koshiishi 1
-011011101 Morisaki 1
-011011101 Banes 1
-011011101 Hould-Ward 1
-011011101 Wessling 1
-011011101 Wunch 1
-011011101 Konle 1
-011011101 Dockser 1
-011011101 Kilberg 1
-011011101 Lutze 1
-011011101 Hallan-Gibson 1
-011011101 Heale 1
-011011101 amendment-passing 1
-011011101 Mozen 1
-011011101 Kiszynski 1
-011011101 Ruttenberg 1
-011011101 Fronius 1
-011011101 Wissak 1
-011011101 Stadtmueller 1
-011011101 Sever 1
-011011101 Saavedra 1
-011011101 Wynette 1
-011011101 Skuse 1
-011011101 Weston-Smith 1
-011011101 DeGenaro 1
-011011101 Mattuck 1
-011011101 McBay 1
-011011101 Bayliss 1
-011011101 Vucci 1
-011011101 Prestamo 1
-011011101 Nikkila 1
-011011101 Ferreri 1
-011011101 Birakos 1
-011011101 Grimmett 1
-011011101 Reaser 1
-011011101 Drennig 1
-011011101 Cochet 1
-011011101 Boettner 1
-011011101 Nadlman 1
-011011101 Biernat 1
-011011101 AK-yur-a 1
-011011101 Gleissner 1
-011011101 Wolfsberger 1
-011011101 Herko 1
-011011101 Hiers 1
-011011101 Wynia 1
-011011101 Shuffleton 1
-011011101 Wonnacott 1
-011011101 Mander 1
-011011101 Funt 1
-011011101 Shalit 1
-011011101 Kinison 1
-011011101 Javers 1
-011011101 Sundick 1
-011011101 Fannon 1
-011011101 Gushurst 1
-011011101 Ezzard 1
-011011101 Kengor 1
-011011101 Stahel 1
-011011101 Marus 1
-011011101 Grayzel 1
-011011101 Rozanov 1
-011011101 Jessel 1
-011011101 CROW-way-er 1
-011011101 Raulston 1
-011011101 Hulsebos 1
-011011101 Weirup 1
-011011101 Reger 1
-011011101 Siyassah 1
-011011101 Whitham 1
-011011101 Maddams 1
-011011101 Shontell 1
-011011101 Dolinger 1
-011011101 Wichser 1
-011011101 Hoppin 1
-011011101 Gerberding 1
-011011101 Herbeck 1
-011011101 Muehlig 1
-011011101 Chindler 1
-011011101 Celli 1
-011011101 Spaventa 1
-011011101 Lucchini 1
-011011101 Knightley 1
-011011101 Feltner 1
-011011101 Buttel 1
-011011101 Breimyer 1
-011011101 Akechi 1
-011011101 Dollard 1
-011011101 Tansill 1
-011011101 Bertin-Mourot 1
-011011101 Maraz 1
-011011101 Goldthwaite 1
-011011101 Whibley 1
-011011101 Heimbinder 1
-011011101 Whichard 1
-011011101 Gaub 1
-011011101 Laudeman 1
-011011101 Mowat 1
-011011101 Fonyo 1
-011011101 Woodgate 1
-011011101 Matto 1
-011011101 Kuttin 1
-011011101 ASW 1
-011011101 Willis-Fleming 1
-011011101 Kettl 1
-011011101 Suber-Smith 1
-011011101 Oberg 1
-011011101 Heimark 1
-011011101 Gallois 1
-011011101 Kowalik 1
-011011101 Tadeo 1
-011011101 Pottinger 1
-011011101 Huembes 1
-011011101 Cartes 1
-011011101 Bogel 1
-011011101 Rork 1
-011011101 Winstead 1
-011011101 Fabrikant 1
-011011101 Wilgus 1
-011011101 1892-1942 1
-011011101 Andemening 1
-011011101 Featherman 1
-011011101 Goalby 1
-011011101 Noddings 1
-011011101 Volkoff 1
-011011101 Mesiti 1
-011011101 Olzowski 1
-011011101 Kulikov 1
-011011101 Werdegar 1
-011011101 Bogni 1
-011011101 Goldthorpe 1
-011011101 ENG-vay 1
-011011101 Diefenderfer 1
-011011101 Lomotey 1
-011011101 Barg 1
-011011101 four-kilometer 1
-011011101 01 1
-011011101 Keehner 1
-011011101 VanDongen 1
-011011101 Mitty-like 1
-011011101 Lodato 1
-011011101 Truluck 1
-011011101 Walburn 1
-011011101 Poch 1
-011011101 Fetterley 1
-011011101 Flanery 1
-011011101 Habschmidt 1
-011011101 Barte 1
-011011101 Hunsinger 1
-011011101 Muste 1
-011011101 McLinn 1
-011011101 Trawicki 1
-011011101 Zorgniotti 1
-011011101 Loddo 1
-011011101 Kesh 1
-011011101 Moreau-Defarges 1
-011011101 Gomu 1
-011011101 Burgum 1
-011011101 Lipshultz 1
-011011101 Nepsa 1
-011011101 Lewitt 1
-011011101 Weingaertner 1
-011011101 Kanupke 1
-011011101 FCIA 1
-011011101 Bensen 1
-011011101 Cordelle 1
-011011101 Acciaioli 1
-011011101 CBP 1
-011011101 Beatley 1
-011011101 Yeaton 1
-011011101 Krainin 1
-011011101 Hoche 1
-011011101 1863-1952 1
-011011101 Deitch 1
-011011101 Tomaino 1
-011011101 Horrow 1
-011011101 Haroutunian 1
-011011101 Dodman 1
-011011101 Athanasiou 1
-011011101 Katsky 1
-011011101 Capatosto 1
-011011101 Bellino 1
-011011101 Codd 1
-011011101 Hitchell 1
-011011101 Laberis 1
-011011101 Hamerling 1
-011011101 Archiv 1
-011011101 eye-KEY-ah 1
-011011101 Laemmle 1
-011011101 Bressand 1
-011011101 Sleater 1
-011011101 Zuur 1
-011011101 EMI-Angel 1
-011011101 Trask 1
-011011101 1853-1857 1
-011011101 Ratterman 1
-011011101 Aschenbach 1
-011011101 Haverland 1
-011011101 Schaffarzick 1
-011011101 NQSO 1
-011011101 Batalden 1
-011011101 Postawa 1
-011011101 Wack 1
-011011101 Dummar 1
-011011101 Riniker 1
-011011101 Machesko 1
-011011101 Augustyn 1
-011011101 Weithers 1
-011011101 Bongianino 1
-011011101 Gallison 1
-011011101 Marchaterre 1
-011011101 Jaroslavsky 1
-011011101 Lickleider 1
-011011101 Dammers 1
-011011101 Callone 1
-011011101 Durik 1
-011011101 Rezak 1
-011011101 Carranza 1
-011011101 Ham-TRAM-ick 1
-011011101 Burnett-Hall 1
-011011101 Garfein 1
-011011101 Schnee 1
-011011101 McIlvaine 1
-011011101 Mandelker 1
-011011101 Tati 1
-011011101 Bryk 1
-011011101 McGlone 1
-011011101 Petereit 1
-011011101 Boman 1
-011011101 Loscutoff 1
-011011101 Shindo 1
-011011101 Lefferman 1
-011011101 Siener 1
-011011101 Cawood 1
-011011101 Bagge 1
-011011101 Bedbrook 1
-011011101 Habermann 1
-011011101 Kanada 1
-011011101 5-feet-8 1
-011011101 5-feet-11 1
-011011101 Craviso 1
-011011101 Wilmerding 1
-011011101 Cosley 1
-011011101 Valeggia 1
-011011101 Tiberio 1
-011011101 Fillon 1
-011011101 schnell 1
-011011101 Boyes 1
-011011101 Pilotti 1
-011011101 Markoski 1
-011011101 Lorant 1
-011011101 Jingozian 1
-011011101 Adshead 1
-011011101 Jaen 1
-011011101 Broms 1
-011011101 Wieczorek 1
-011011101 Reimann 1
-011011101 Loemker 1
-011011101 Verryn 1
-011011101 Molatsi 1
-011011101 Swerling 1
-011011101 Kitaori 1
-011011101 Dovalina 1
-011011101 Fuson 1
-011011101 Okinow 1
-011011101 Nakanishi 1
-011011101 Goshima 1
-011011101 Giannoulas 1
-011011101 Chandros 1
-011011101 LaBrecque 1
-011011101 Paster 1
-011011101 Zandt 1
-011011101 Tinham 1
-011011101 Geisman 1
-011011101 OMGs 1
-011011101 Hrizo 1
-011011101 Meidel 1
-011011101 1958-63 1
-011011101 Cangelosi 1
-011011101 Sanfilippo 1
-011011101 Codon 1
-011011101 Jaros 1
-011011101 Wojtyla 1
-011011101 Lopatka 1
-011011101 Piasecki 1
-011011101 Jamka 1
-011011101 Tischner 1
-011011101 Mosconi 1
-011011101 Kleinas 1
-011011101 Cousteaus 1
-011011101 ACE/Putnam 1
-011011101 MccGwire 1
-011011101 Schwindeman 1
-011011101 Brandner 1
-011011101 Santiesteban 1
-011011101 Duyck 1
-011011101 Eltsin 1
-011011101 Modugno 1
-011011101 Dever 1
-011011101 Bevilaqua 1
-011011101 Mee-co-een 1
-011011101 Hannefin 1
-011011101 Conoscenti 1
-011011101 Sound-alikes 1
-011011101 Sichting 1
-011011101 Udbinac 1
-011011101 Griels 1
-011011101 DeWalden 1
-011011101 Tous 1
-011011101 Gersonde 1
-011011101 Rankis 1
-011011101 Koplowitz 1
-011011101 Nieznay 1
-011011101 Okuzawa 1
-011011101 Bonnington 1
-011011101 212-362-8719 1
-011011101 516-632-7230 1
-011011101 Benowitz 1
-011011101 Raintree-Northwoods 1
-011011101 Sandborg 1
-011011101 Allec 1
-011011101 Wilkniss 1
-011011101 Kosaka 1
-011011101 Spix 1
-011011101 Saifer 1
-011011101 Ikonen 1
-011011101 Boecklin 1
-011011101 Gehlen 1
-011011101 Shepher 1
-011011101 Casden 1
-011011101 Worswick 1
-011011101 Rohrs 1
-011011101 Arime 1
-011011101 Sphar 1
-011011101 Abdou 1
-011011101 Getsinger 1
-011011101 Ardolino 1
-011011101 all-too-humanly 1
-011011101 Koschitzki 1
-011011101 Maultsby 1
-011011101 Comtois 1
-011011101 Rachlin 1
-011011101 Hapke 1
-011011101 Allegrezza 1
-011011101 Lysaker 1
-011011101 Lutrin 1
-011011101 nhonga 1
-011011101 Wielgos 1
-011011101 Maclennan 1
-011011101 Hoelzel 1
-011011101 Geurtz 1
-011011101 Dorbin 1
-011011101 Murrah 1
-011011101 Hylind 1
-011011101 Brunelle 1
-011011101 Marbach 1
-011011101 Diedrick 1
-011011101 Chiodi 1
-011011101 Kobell 1
-011011101 Wodraska 1
-011011101 Hoermann 1
-011011101 Heathfield 1
-011011101 Kamaryt 1
-011011101 Kench 1
-011011101 Klemann 1
-011011101 Pascuito 1
-011011101 Mastropolo 1
-011011101 Ceccarelli 1
-011011101 Schulhofer 1
-011011101 Belter 1
-011011101 Feinschreiber 1
-011011101 Imbrecht 1
-011011101 Heppe 1
-011011101 Fabricant 1
-011011101 Ostry 1
-011011101 Kerwin 1
-011011101 Goesling 1
-011011101 Brost 1
-011011101 Tilling 1
-011011101 Tozzi 1
-011011101 Braet 1
-011011101 Giammo 1
-011011101 Beton 1
-011011101 Blais 1
-011011101 Fullmer 1
-011011101 McEver 1
-011011101 Naifeh 1
-011011101 Lindenthal 1
-011011101 Asmann 1
-011011101 Maskovich 1
-011011101 Moriarity 1
-011011101 Bryck 1
-011011101 Skeie 1
-011011101 Massinga 1
-011011101 Sagal 1
-011011101 Katey 1
-011011101 McGarity 1
-011011101 Allegrucci 1
-011011101 Nothnagel 1
-011011101 Donsky 1
-011011101 huevos=eggs=testicles 1
-011011101 Heidenberger 1
-011011101 Ahrendt 1
-011011101 Nyberg 1
-011011101 COW-et 1
-011011101 Morrissette 1
-011011101 Dlugatch 1
-011011101 Chahine 1
-011011101 Gelsthorpe 1
-011011101 Bardeen 1
-011011101 Smalhout 1
-011011101 MACLEN 1
-011011101 Kobre 1
-011011101 Busiek 1
-011011101 Vona 1
-011011101 MacAdoo 1
-011011101 Misset 1
-011011101 1951-54 1
-011011101 1945-51 1
-011011101 Ogrocki 1
-011011101 Landsman 1
-011011101 Feuerstein 1
-011011101 Biasotti 1
-011011101 Demeny 1
-011011101 Hammel 1
-011011101 Kresky 1
-011011101 Kartalis 1
-011011101 Markezinis 1
-011011101 Tangstad 1
-011011101 Blauner 1
-011011101 Darmanin 1
-011011101 Zolotas 1
-011011101 1880-1940 1
-011011101 Repin 1
-011011101 Ennals 1
-011011101 Rossovich 1
-011011101 Antcliffe 1
-011011101 Fatale 1
-011011101 Hudack 1
-011011101 Bonhoeffer 1
-011011101 Ringlien 1
-011011101 Herbison 1
-011011101 Matzkin 1
-011011101 Soorko 1
-011011101 Zeledon 1
-011011101 Shahan 1
-011011101 Kuecker 1
-011011101 Ingari 1
-011011101 Fusilier 1
-011011101 Mouvagha 1
-011011101 Hirdman 1
-011011101 Shauklas 1
-011011101 Bolcar 1
-011011101 Merk 1
-011011101 Ionson 1
-011011101 Hewes 1
-011011101 Gurlacz 1
-011011101 Mutahar 1
-011011101 Brouster 1
-011011101 Petherick 1
-011011101 Gloeckle 1
-011011101 1557 1
-011011101 Nowaczyk 1
-011011101 Argueta 1
-011011101 Grijalva 1
-011011101 Kerstetter 1
-011011101 DePuzzo 1
-011011101 McGuiness 1
-011011101 Boas 1
-011011101 Loria 1
-011011101 Miailovich 1
-011011101 Nock 1
-011011101 LUST 1
-011011101 Vanbeek 1
-011011101 Mielewczyk 1
-011011101 Borkowska 1
-011011101 Slomczynski 1
-011011101 Feltwell 1
-011011101 Diedrichsen 1
-011011101 Mejillas 1
-011011101 Tuca 1
-011011101 Goussen 1
-011011101 Altamirano 1
-011011101 Charnwood 1
-011011101 Kulju 1
-011011101 Moreyra 1
-011011101 Martelle 1
-011011101 Condry 1
-011011101 Hackes 1
-011011101 Oakapple 1
-011011101 Meilleur 1
-011011101 Centeno 1
-011011101 Tessmann 1
-011011101 Troppito 1
-011011101 McElfresh 1
-011011101 luhFRACK 1
-011011101 LEFF-rack 1
-011011101 Lauricella 1
-011011101 herstory 1
-011011101 scutage 1
-011011101 Jungmeyer 1
-011011101 Speca 1
-011011101 Guerrieria 1
-011011101 Tacheuchi 1
-011011101 Stefik 1
-011011101 Tempel 1
-011011101 Wilkinsen 1
-011011101 Turlington 1
-011011101 Colaneri 1
-011011101 Utterback 1
-011011101 Margenau 1
-011011101 Poitevin 1
-011011101 Cozzolino 1
-011011101 Camens 1
-011011101 Mecum 1
-011011101 Flescher 1
-011011101 Schmalstieg 1
-011011101 RobbinsRoth 1
-011011101 Benyon 1
-011011101 Casabianca-Hilton 1
-011011101 McKinnes 1
-011011101 Ratchford 1
-011011101 Drozdow 1
-011011101 Benstead 1
-011011101 Rinner 1
-011011101 Scharbo 1
-011011101 Flaig 1
-011011101 Cavanah 1
-011011101 Himona 1
-011011101 Wahtera 1
-011011101 Staigor 1
-011011101 Bretzing 1
-011011101 Kandell 1
-011011101 Meachum 1
-011011101 Atieh 1
-011011101 Jostes 1
-011011101 Stirring 1
-011011101 Deratany 1
-011011101 June-AY-joe 1
-011011101 Ohtomo 1
-011011101 1745-1818 1
-011011101 Sotnick 1
-011011101 Kelty 1
-011011101 Tugendhat 1
-011011101 Trebatoski 1
-011011101 Obminsky 1
-011011101 Studemann 1
-011011101 Riis 1
-011011101 Archerd 1
-011011101 Dartland 1
-011011101 Bugno 1
-011011101 Pennywell 1
-011011101 Lebovitz 1
-011011101 Trau 1
-011011101 Shattls 1
-011011101 Hamnet 1
-011011101 Gribetz 1
-011011101 Auken 1
-011011101 Tylor 1
-011011101 Lewo 1
-011011101 Vandever 1
-011011101 Whyles 1
-011011101 Fauske 1
-011011101 Fondell 1
-011011101 Ryczek 1
-011011101 1833-1917 1
-011011101 Finucan 1
-011011101 Mulrooney 1
-011011101 Produccion 1
-011011101 Fomin 1
-011011101 Merrithew 1
-011011101 Ablondi 1
-011011101 Dermee 1
-011011101 Cervenka 1
-011011101 Emswiler 1
-011011101 Narutomi 1
-011011101 Miyashita 1
-011011101 Cook-Carlisle 1
-011011101 Guardiola 1
-011011101 1714-1778 1
-011011101 Kreger 1
-011011101 Niethammer 1
-011011101 Komiyama 1
-011011101 Kibbel 1
-011011101 Batkin 1
-011011101 Slacik 1
-011011101 Lidberg 1
-011011101 Tsikerdanos 1
-011011101 Gossert 1
-011011101 LeVay 1
-011011101 Croswhite 1
-011011101 Susetka 1
-011011101 Kamler 1
-011011101 Houdon 1
-011011101 Calverly 1
-011011101 EM-shuh 1
-011011101 Sorrel 1
-011011101 Takemi 1
-011011101 Bonsal 1
-011011101 Bessinger 1
-011011101 Tannucilli 1
-011011101 Roose 1
-011011101 Loorz 1
-011011101 Mlezcko 1
-011011101 kot 1
-011011101 Oshish 1
-011011101 1862-1867 1
-011011101 Nezu 1
-011011101 Gibney 1
-011011101 Declusin 1
-011011101 Chrysothemis 1
-011011101 Maythenyi 1
-011011101 DeRocker 1
-011011101 DuPois 1
-011011101 Starletta 1
-011011101 Yourcenar 1
-011011101 JEFCO 1
-011011101 Alschuler 1
-011011101 Zimbert 1
-011011101 Suddleson 1
-011011101 Lesperance 1
-011011101 1910-1917 1
-011011101 Copeman 1
-011011101 Cantafio 1
-011011101 Macove 1
-011011101 Scollander 1
-011011101 Yastrzemski 1
-011011101 Duemer 1
-011011101 Cazalet 1
-011011101 Rachofsky 1
-011011101 Bergel 1
-011011101 Starfin 1
-011011101 Fogge 1
-011011101 Vernet 1
-011011101 Leatherbury 1
-011011101 Umehara 1
-011011101 Pilsen 1
-011011101 Romanos 1
-011011101 Kenber 1
-011011101 Hod 1
-011011101 Drea 1
-011011101 viz 1
-011011101 Romatowski 1
-011011101 ABDC 1
-011011101 Sczudlo 1
-011011101 DeLoatche 1
-011011101 Quagliata 1
-011011101 Overdorf 1
-011011101 Gundersen 1
-011011101 Dunnam 1
-011011101 Goldfaden 1
-011011101 Stiefel 1
-011011101 Norich 1
-011011101 Borts 1
-011011101 Soreanu 1
-011011101 Grudniewicz 1
-011011101 VerStandig 1
-011011101 Gourio 1
-011011101 Arranda 1
-011011101 Lapierre 1
-011011101 Tabu/CBS 1
-011011101 Wiegman 1
-011011101 Teesdale 1
-011011101 Gurevitch 1
-011011101 Abdalla 1
-011011101 Shain 1
-011011101 Eveloff 1
-011011101 Soener 1
-011011101 Burlingham 1
-011011101 Clansman 1
-011011101 Kurdus 1
-011011101 Swinarton 1
-011011101 Flicker 1
-011011101 Sono 1
-011011101 Lonicera 1
-011011101 sempervirens 1
-011011101 Yednock 1
-011011101 Mahlhmann 1
-011011101 Coulsen 1
-011011101 Eccleston 1
-011011101 Cardascia 1
-011011101 Krasucki 1
-011011101 Tickett 1
-011011101 Niesenholtz 1
-011011101 Heditsian 1
-011011101 Dentlinger 1
-011011101 Sorsby 1
-011011101 Lierde 1
-011011101 Ponting 1
-011011101 Zepf 1
-011011101 Henchman 1
-011011101 .448 1
-011011101 Guokas 1
-011011101 Okamura 1
-011011101 D-Texas 1
-011011101 Hamelin 1
-011011101 Noakes 1
-011011101 ARCS 1
-011011101 RATS 1
-011011101 Stormonth-Darling 1
-011011101 Parsloe 1
-011011101 Guilbert 1
-011011101 Haroldsen 1
-011011101 Candrian 1
-011011101 Reinke 1
-011011101 Michell 1
-011011101 Kotula 1
-011011101 Warsch 1
-011011101 Riccardi 1
-011011101 Elephantorrhiza 1
-011011101 1873-1947 1
-011011101 FORECASTERS 1
-011011101 Munnell 1
-011011101 1870-1902 1
-011011101 Pizer 1
-011011101 Granito 1
-011011101 Fiorito 1
-011011101 Holmstrom 1
-011011101 Hazell 1
-011011101 Rebhan 1
-011011101 Furnari 1
-011011101 McBurnie 1
-011011101 Gilgo 1
-011011101 Lupeo 1
-011011101 Millhouse 1
-011011101 Homolle 1
-011011101 Salz 1
-011011101 Mommy-by-Objective 1
-011011101 Yanney 1
-011011101 1962-1965 1
-011011101 Romjue 1
-011011101 Maysles 1
-011011101 Cruys 1
-011011101 Romanko 1
-011011101 Apsey 1
-011011101 Millington 1
-011011101 Francl 1
-011011101 Hitchener 1
-011011101 1792-1822 1
-011011101 1856-1939 1
-011011101 1818-1883 1
-011011101 Sterbenc 1
-011011101 pay-GON 1
-011011101 1/25/87 1
-011011101 Bonnaire 1
-011011101 Sarkanen 1
-011011101 Ajootian 1
-011011101 Gorczyk 1
-011011101 post-1948 1
-011011101 Beckmeyer 1
-011011101 Gianinno 1
-011011101 Truit 1
-011011101 McConaghy 1
-011011101 Wruble 1
-011011101 11/25 1
-011011101 11/18 1
-011011101 11/14 1
-011011101 11/10 1
-011011101 11/3 1
-011011101 10/24 1
-011011101 10/21 1
-011011101 10/13 1
-011011101 10/6 1
-011011101 10/3 1
-011011101 9/29 1
-011011101 9/18 1
-011011101 9/8 1
-011011101 9/2 1
-011011101 8/26 1
-011011101 12/29 1
-011011101 12/22 1
-011011101 12/18 1
-011011101 12/16 1
-011011101 12/12 1
-011011101 12/11 1
-011011101 12/3 1
-011011101 12/2 1
-011011101 11/28 1
-011011101 3/26 1
-011011101 3/21 1
-011011101 3/10 1
-011011101 2/26 1
-011011101 1/28 1
-011011101 1/23 1
-011011101 1/17 1
-011011101 8/21 1
-011011101 8/18 1
-011011101 8/6 1
-011011101 8/1 1
-011011101 7/28 1
-011011101 7/25 1
-011011101 7/18 1
-011011101 7/10 1
-011011101 7/3 1
-011011101 7/2 1
-011011101 6/26 1
-011011101 6/23 1
-011011101 6/18 1
-011011101 6/9 1
-011011101 5/13 1
-011011101 5/6 1
-011011101 4/29 1
-011011101 4/22 1
-011011101 4/15 1
-011011101 Costonis 1
-011011101 Prasoprattanasuk 1
-011011101 Chasuparinr 1
-011011101 Nanayakkara 1
-011011101 Mirchandani 1
-011011101 Tjan 1
-011011101 Leventon 1
-011011101 Carrafiello 1
-011011101 Kobes 1
-011011101 Brisson 1
-011011101 Colville 1
-011011101 McKamey 1
-011011101 Pokorski 1
-011011101 Caloudes 1
-011011101 Hankiss 1
-011011101 Emberton 1
-011011101 Bonneil 1
-011011101 Serageldin 1
-011011101 Hindom 1
-011011101 Silalahi 1
-011011101 Geidt 1
-011011101 Kazanoff 1
-011011101 Bellus 1
-011011101 Langenhoven 1
-011011101 Lissack 1
-011011101 Areen 1
-011011101 Laufer 1
-011011101 Petropoulos 1
-011011101 Rockenstein 1
-011011101 Matuszak 1
-011011101 1890-91 1
-011011101 1937-40 1
-011011101 1920-22 1
-011011101 Sheeler 1
-011011101 Schoettle 1
-011011101 McCluggage 1
-011011101 Babitzke 1
-011011101 Tiefenthaler 1
-011011101 Usami 1
-011011101 Magota 1
-011011101 Kambury 1
-011011101 Dachik 1
-011011101 Berlstein 1
-011011101 PTY 1
-011011101 Owara 1
-011011101 Kinmonth 1
-011011101 Atanowsky 1
-011011101 Varnai 1
-011011101 Sinclair-Jones 1
-011011101 Badyna 1
-011011101 Bond-style 1
-011011101 DeHoll 1
-011011101 Escue 1
-011011101 Mallery 1
-011011101 Robalewski 1
-011011101 koo-TRAH-lay 1
-011011101 Forbush 1
-011011101 Hinchliffe 1
-011011101 Moosekian 1
-011011101 Eastaway 1
-011011101 Kharrazi 1
-011011101 Shelanskey 1
-011011101 Dechicco 1
-011011101 Mutumbuka 1
-011011101 Shenar 1
-011011101 Telnac 1
-011011101 Tolson 1
-011011101 Stirland 1
-011011101 Cukier 1
-011011101 Kecskemeti 1
-011011101 1968-1973 1
-011011101 Humblot 1
-011011101 Quast 1
-011011101 Lieblein 1
-011011101 Bantel 1
-011011101 Martersteck 1
-011011101 Parnas 1
-011011101 Garman 1
-011011101 Raffanti 1
-011011101 Nourizadeh 1
-011011101 Volmer 1
-011011101 Horrocks 1
-011011101 Razin 1
-011011101 Cohn-Bendit 1
-011011101 Orsich 1
-011011101 Funkhauser 1
-011011101 Hotseller 1
-011011101 Louzon 1
-011011101 Rendine 1
-011011101 Huie 1
-011011101 Portuondo 1
-011011101 Greenway 1
-011011101 Koide 1
-011011101 Malacarne 1
-011011101 Mebus 1
-011011101 Yonnone 1
-011011101 Holtapp 1
-011011101 Goldfield 1
-011011101 Greehey 1
-011011101 Morone 1
-011011101 Conforte 1
-011011101 Szramka 1
-011011101 Thorlo 1
-011011101 Chegwyn 1
-011011101 Truszkowski 1
-011011101 Bolea 1
-011011101 Mitiguy 1
-011011101 Tayler 1
-011011101 Stencil 1
-011011101 Nettercille 1
-011011101 MacEachern 1
-011011101 Fitchew 1
-011011101 Devas 1
-011011101 FIP 1
-011011101 Trippier 1
-011011101 1520-66 1
-011011101 Harenberg 1
-011011101 Pah-neesh 1
-011011101 Bethkenhagen 1
-011011101 Thunnell 1
-011011101 Reeff 1
-011011101 Iveagh 1
-011011101 Biviano 1
-011011101 Rodenhuis 1
-011011101 Paeschke 1
-011011101 Dorf 1
-011011101 Siegrist 1
-011011101 Sarpkaya 1
-011011101 Itagaki 1
-011011101 Zitek 1
-011011101 Nickoll 1
-011011101 Hillery 1
-011011101 Stracey 1
-011011101 Pettibone 1
-011011101 Souviron 1
-011011101 Ortibez 1
-011011101 Gainsburg 1
-011011101 DeGanay 1
-011011101 Winzenburg 1
-011011101 Ulis 1
-011011101 Padian 1
-011011101 Montagna 1
-011011101 Vellante 1
-011011101 OAPEC 1
-011011101 PID 1
-011011101 McPeak 1
-011011101 Durkan 1
-011011101 Amendolia 1
-011011101 Meagen 1
-011011101 Pantin 1
-011011101 Bukata 1
-011011101 Strohl 1
-011011101 Gutoff 1
-011011101 Vanda 1
-011011101 Zubrensky 1
-011011101 Hartauer 1
-011011101 Hudspeth 1
-011011101 Grumbly 1
-011011101 Kaferle 1
-011011101 D-Mass. 1
-011011101 Bellantoni 1
-011011101 conspiratologist 1
-011011101 Wagstaff 1
-011011101 Froning 1
-011011101 Geanoulis 1
-011011101 Luberski 1
-011011101 Radwanski 1
-011011101 Chaplanov 1
-011011101 Lalla 1
-011011101 Lacina 1
-011011101 Purpel 1
-011011101 Rasky 1
-011011101 Shallus 1
-011011101 Essaye 1
-011011101 Blackley 1
-011011101 Roseman 1
-011011101 Diez-Alegria 1
-011011101 Barefield 1
-011011101 Seftenberg 1
-011011101 Larriberot 1
-011011101 Gregga 1
-011011101 DiLillo 1
-011011101 Scelia 1
-011011101 Manuchia 1
-011011101 Kaline 1
-011011101 Jeddeloh 1
-011011101 Belluardo 1
-011011101 Perse 1
-011011101 Wyroba 1
-011011101 Kamensky 1
-011011101 StucchiPiretti 1
-011011101 E.Lefton 1
-011011101 IUFA 1
-011011101 Menetrez 1
-011011101 Wilker 1
-011011101 Ostrovsky 1
-011011101 Kiehne 1
-011011101 Gothlin 1
-011011101 Chandla 1
-011011101 1857-1934 1
-011011101 Wachtmeister 1
-011011101 Bourgue 1
-011011101 1872-1958 1
-011011101 Telarc 1
-011011101 Giteck 1
-011011101 Hodgdon 1
-011011101 Abalkhail 1
-011011101 Bosse 1
-011011101 push-a-thon 1
-011011101 Bischof 1
-011011101 Blankstein 1
-011011101 Baillargeon 1
-011011101 Paule 1
-011011101 Beugen 1
-011011101 Klinkner 1
-011011101 Loeser 1
-011011101 Raisman 1
-011011101 Boudames 1
-011011101 Ludt 1
-011011101 Sutfin 1
-011011101 McCluskey 1
-011011101 Pfautch 1
-011011101 Whibbs 1
-011011101 Curia 1
-011011101 68,200-mile 1
-011011101 Mathrani 1
-011011101 Valones 1
-011011101 Hornido 1
-011011101 Hornett 1
-011011101 Charlap 1
-011011101 Crestol 1
-011011101 Shamosh 1
-011011101 Rosenne 1
-011011101 Sosnowitz 1
-011011101 Belcaster 1
-011011101 Daenzer 1
-011011101 Abdow 1
-011011101 Hestor 1
-011011101 Preslund 1
-011011101 NERP 1
-011011101 Subas 1
-011011101 Consultoria 1
-011011101 Gumbinger 1
-011011101 Astaburuaga 1
-011011101 Respectively 1
-011011101 Stobbe 1
-011011101 Lecuona 1
-011011101 Saebo 1
-011011101 Maire 1
-011011101 Boeninger 1
-011011101 Gartenlaub 1
-011011101 Pruskin 1
-011011101 eteneproste 1
-011011101 Muyshondt 1
-011011101 Capitman 1
-011011101 Kasdin 1
-011011101 Mocambo 1
-011011101 Patchett 1
-011011101 Glorieux 1
-011011101 Sessena 1
-011011101 polypropolene 1
-011011101 Stuurop 1
-011011101 Aluta 1
-011011101 Knoche 1
-011011101 Klaffer 1
-011011101 Semrod 1
-011011101 Kreiter 1
-011011101 Campolungo 1
-011011101 Wuiss 1
-011011101 Harlen 1
-011011101 Benaron 1
-011011101 Baumes 1
-011011101 Polesta 1
-011011101 Yingbi 1
-011011101 Castner 1
-011011101 Bevier 1
-011011101 Demelle 1
-011011101 Riefle 1
-011011101 Carabatsos 1
-011011101 Silver-Conway 1
-011011101 Hattingh 1
-011011101 Kambule 1
-011011101 Perlmuth 1
-011011101 Velie 1
-011011101 Smith-Cameron 1
-011011101 Schowengerdt 1
-011011101 Netcher 1
-011011101 Herrera-Sobek 1
-011011101 Reibstein 1
-011011101 Dallin 1
-011011101 Tijerino 1
-011011101 Gorski 1
-011011101 Naygrow 1
-011011101 Ordower 1
-011011101 Tarkovsky 1
-011011101 Overturf 1
-011011101 IMAs 1
-011011101 SMI 1
-011011101 Brenk 1
-011011101 St-Jacques 1
-011011101 Bodenburg 1
-011011101 Malinsky 1
-011011101 Penning 1
-011011101 Tsubouchi 1
-011011101 Zeppelins 1
-011011101 Tsumuri 1
-011011101 Mastrocovi 1
-011011101 Cluff 1
-011011101 deCair 1
-011011101 Paullin 1
-011011101 Leo-Grande 1
-011011101 Spruell 1
-011011101 Fayle 1
-011011101 Passarella 1
-011011101 Ormsbee 1
-011011101 Derbes 1
-011011101 Gillies 1
-011011101 Eschete 1
-011011101 Cavaliere 1
-011011101 Obrecht 1
-011011101 shahr-DAY 1
-011011101 Froats 1
-011011101 Jaram 1
-011011101 Cascio 1
-011011101 Soltman 1
-011011101 Jakobovsky 1
-011011101 Hevener 1
-011011101 Beigen 1
-011011101 Hadrych 1
-011011101 Borowski 1
-011011101 Freedenburg 1
-011011101 Aumueller 1
-011011101 Bocaccio 1
-011011101 Kolsch 1
-011011101 Fosco 1
-011011101 PHA 1
-011011101 FIN 1
-011011101 Maltempo 1
-011011101 Wolkowitz 1
-011011101 Trembley 1
-011011101 Anselmi 1
-011011101 Flexner 1
-011011101 Gallivan 1
-011011101 Duston 1
-011011101 Tipgos 1
-011011101 Cremasco 1
-011011101 Bula 1
-011011101 1839-1906 1
-011011101 Hotlen 1
-011011101 Tehransfer 1
-011011101 Ferden 1
-011011101 Sargisson 1
-011011101 Kotzin 1
-011011101 Scialdone 1
-011011101 Ohlbach 1
-011011101 Saade 1
-011011101 Siboni 1
-011011101 Pretto 1
-011011101 Heiligbrodt 1
-011011101 Ziltz 1
-011011101 Merrow 1
-011011101 Mogavero 1
-011011101 1734-81 1
-011011101 Muertos 1
-011011101 Lowther 1
-011011101 Weintrob 1
-011011101 Nowakowski 1
-011011101 Gorynski 1
-011011101 Wynne-Morgan 1
-011011101 Spargo 1
-011011101 Burrow 1
-011011101 Schaja 1
-011011101 Federici 1
-011011101 Shikles 1
-011011101 Schreter 1
-011011101 Ostrager 1
-011011101 Purpora 1
-011011101 Edri 1
-011011101 Bakalian 1
-011011101 Dellibovi 1
-011011101 Steckler 1
-011011101 Rulnick 1
-011011101 Aslanian 1
-011011101 Pallack 1
-011011101 Somerfield 1
-011011101 Liscio 1
-011011101 Heatherington 1
-011011101 Scheringer 1
-011011101 Elgee 1
-011011101 Kottlowski 1
-011011101 Goll 1
-011011101 Mingyuan 1
-011011101 Laynor 1
-011011101 Sabotnick 1
-011011101 Jenne 1
-011011101 Kachadurian 1
-011011101 Courville 1
-011011101 Brannan 1
-011011101 Maisonpierre 1
-011011101 Embrey 1
-011011101 Duprey 1
-011011101 Prip 1
-011011101 Trame 1
-011011101 1732-1806 1
-011011101 Sagonis 1
-011011101 Mgeni 1
-011011101 Isnardi 1
-011011101 Gausling 1
-011011101 1711-1669 1
-011011101 Grindlay 1
-011011101 Freyre 1
-011011101 Figueira 1
-011011101 Profeta 1
-011011101 Ludd 1
-011011101 Gordan 1
-011011101 Allam 1
-011011101 Temmin 1
-011011101 Mant 1
-011011101 Lacovera 1
-011011101 hoofnotes 1
-011011101 Betley 1
-011011101 Fenig 1
-011011101 Callanta 1
-011011101 Damron 1
-011011101 Bujaj 1
-011011101 Lebrecque 1
-011011101 1762 1
-011011101 Perchak 1
-011011101 Beksiak 1
-011011101 Miodowicz 1
-011011101 Pajestka 1
-011011101 Kagy 1
-011011101 Stura 1
-011011101 Presbrey 1
-011011101 Cowie 1
-011011101 sativa 1
-011011101 Hamersveld 1
-011011101 Zishka 1
-011011101 Trump-style 1
-011011101 Bar-Shavit 1
-011011101 AGVs 1
-011011101 Nagatsuka 1
-011011101 Madeyski 1
-011011101 Schwoegler 1
-011011101 Hesseman 1
-011011101 Doeren 1
-011011101 Houtte 1
-011011101 Pialat 1
-011011101 Lelouch 1
-011011101 Tsur 1
-011011101 Berglas 1
-011011101 Ulterino 1
-011011101 Gasca 1
-011011101 Olberg 1
-011011101 Barberi 1
-011011101 Runolfson 1
-011011101 Pegg 1
-011011101 Hooke 1
-011011101 Lisovolik 1
-011011101 Fulkerson 1
-011011101 Schenkkan 1
-011011101 Feders 1
-011011101 1859-1935 1
-011011101 Wanger 1
-011011101 Reisert 1
-011011101 Bleustein-Blanchet 1
-011011101 Pedraglio 1
-011011101 Hornig 1
-011011101 Druker 1
-011011101 Petrucci 1
-011011101 Hackle 1
-011011101 Baik 1
-011011101 Cappellino 1
-011011101 Ajzenman 1
-011011101 BRON-tiss 1
-011011101 TRIBE 1
-011011101 Faight 1
-011011101 Damrad-Frye 1
-011011101 Ehrecke 1
-011011101 Kabak 1
-011011101 Kovens 1
-011011101 Segev 1
-011011101 Candler 1
-011011101 Handman 1
-011011101 Swig 1
-011011101 Yakupzack 1
-011011101 Hockins 1
-011011101 Mois 1
-011011101 Ruvin 1
-011011101 Batesole 1
-011011101 Noodleman 1
-011011101 Kranich 1
-011011101 Lilienthal 1
-011011101 Noser 1
-011011101 Corran 1
-011011101 McKneely 1
-011011101 Yuckert 1
-011011101 175-pound 1
-011011101 Branfman 1
-011011101 Safran 1
-011011101 Twayne 1
-011011101 Bartholet 1
-011011101 Estier 1
-011011101 Lavenhar 1
-011011101 Rabie 1
-011011101 Soal 1
-011011101 Louria 1
-011011101 Vahlberg 1
-011011101 Olinski 1
-011011101 Cortazar 1
-011011101 Atha 1
-011011101 Gorshkov 1
-011011101 Mikolay 1
-011011101 Eckerle 1
-011011101 Valenstein 1
-011011101 Freudenberger 1
-011011101 Duverne 1
-011011101 roe-DAY-oh 1
-011011101 Arpaillange 1
-011011101 Poperen 1
-011011101 Sathe 1
-011011101 Mouchet 1
-011011101 DiPasquale 1
-011011101 Slane 1
-011011101 Lepo 1
-011011101 Al-Faqih 1
-011011101 Perez-Cisneros 1
-011011101 thumb-size 1
-011011101 Ralace 1
-011011101 3,704 1
-011011101 Sindbad 1
-011011101 Boatman 1
-011011101 Wimmer 1
-011011101 Phan 1
-011011101 Arbetman 1
-011011101 Partei 1
-011011101 Watz 1
-011011101 Altenau 1
-011011101 Metschke 1
-011011101 Wickers 1
-011011101 Durflinger 1
-011011101 Oduber 1
-011011101 Artuzov 1
-011011101 Neisloss 1
-011011101 Perell 1
-011011101 Dittus 1
-011011101 Tarshis 1
-011011101 Ritscher 1
-011011101 Schoel 1
-011011101 Jankowsky 1
-011011101 Zweifach 1
-011011101 Tremayne 1
-011011101 Harenski 1
-011011101 Stallworth 1
-011011101 Zdziarska 1
-011011101 Kozar 1
-011011101 Pinard 1
-011011101 Lormans 1
-011011101 Records. 1
-011011101 Sostilio 1
-011011101 Cerys 1
-011011101 Brionne 1
-011011101 Akieh 1
-011011101 Zednik 1
-011011101 Deserti 1
-011011101 Bignardi 1
-011011101 Estragon 1
-011011101 Allgeier 1
-011011101 Schoder 1
-011011101 Constello 1
-011011101 Salveson 1
-011011101 Lenckos 1
-011011101 Ausubel 1
-011011101 Libertini 1
-011011101 Florek 1
-011011101 Fragin 1
-011011101 Forteza 1
-011011101 1968-1981 1
-011011101 Radsch 1
-011011101 Malmierca 1
-011011101 Shellenberger 1
-011011101 Washawanny 1
-011011101 Astorga 1
-011011101 Leichty 1
-011011101 Adkerson 1
-011011101 Vanke 1
-011011101 Hebba 1
-011011101 Maghribi 1
-011011101 Dotrice 1
-011011101 Yumoto 1
-011011101 Tewnion 1
-011011101 Berentsen 1
-011011101 Lamond 1
-011011101 Moubagha 1
-011011101 Handoussa 1
-011011101 Whittredge 1
-011011101 Moonves 1
-011011101 Kusin 1
-011011101 Gombos 1
-011011101 Porges 1
-011011101 1971-79 1
-011011101 Ramenda 1
-011011101 Monteath 1
-011011101 Chiarrocchi 1
-011011101 Bolvin 1
-011011101 LaBastille 1
-011011101 Steidtman 1
-011011101 Canino 1
-011011101 Kaestner 1
-011011101 Raimer 1
-011011101 Howley 1
-011011101 Nuissl 1
-011011101 Bussitil 1
-011011101 Zolo 1
-011011101 Slawinksi 1
-011011101 Gusses 1
-011011101 Betancourt 1
-011011101 Gehm 1
-011011101 Dileo 1
-011011101 Huss 1
-011011101 Hougham 1
-011011101 Theisen 1
-011011101 Wodicka 1
-011011101 Spier 1
-011011101 Hudig 1
-011011101 Broughton 1
-011011101 Krampf 1
-011011101 Bemowski 1
-011011101 Redeker 1
-011011101 Kinzie 1
-011011101 Sacrement 1
-011011101 Deba 1
-011011101 Keefer 1
-011011101 Kowalsky 1
-011011101 Aslin 1
-011011101 Fejto 1
-011011101 Negret 1
-011011101 Morier-Genoud 1
-011011101 Roodhouse 1
-011011101 Bahna 1
-011011101 Minneapolis-St.Paul 1
-011011101 SSNP 1
-011011101 Mazaika 1
-011011101 Schweiz 1
-011011101 Handke 1
-011011101 Robinson-Simpson 1
-011011101 Knickman 1
-011011101 Hokin 1
-011011101 Schragis 1
-011011101 Varennikov 1
-011011101 Sullins 1
-011011101 Swanzey 1
-011011101 Mitzman 1
-011011101 Peacher 1
-011011101 Rudolphi 1
-011011101 Unterreiner 1
-011011101 Sheahin 1
-011011101 Hawkens 1
-011011101 Pytka 1
-011011101 Hannaman 1
-011011101 Rosmarin 1
-011011101 Cappo 1
-011011101 Winterer 1
-011011101 Holbert 1
-011011101 Issaacson 1
-011011101 Jaclot 1
-011011101 Elofson-Gardine 1
-011011101 Schonbeck 1
-011011101 Svedgerb 1
-011011101 Navarette 1
-011011101 Ehrnreich 1
-011011101 Costanzo 1
-011011101 Kenndey 1
-011011101 Heckmann 1
-011011101 Therkelsen 1
-011011101 DeSanctis 1
-011011101 Bluhme 1
-011011101 Ljungh 1
-011011101 Stormer 1
-011011101 Uhlman 1
-011011101 Vernhes 1
-011011101 Kleinert 1
-011011101 Mercurio 1
-011011101 Mercandino 1
-011011101 Ririe 1
-011011101 EMI-Manhattan 1
-011011101 Hochwert 1
-011011101 Whitington 1
-011011101 Arambulo 1
-011011101 Sweetnam 1
-011011101 Seelbach 1
-011011101 Shinners 1
-011011101 Sandman 1
-011011101 Pancich 1
-011011101 Gillatano 1
-011011101 Kantlehner 1
-011011101 Hadder 1
-011011101 Ryckman 1
-011011101 Perrow 1
-011011101 Rathers 1
-011011101 Berghaus 1
-011011101 Cazzarelli 1
-011011101 Macaleer 1
-011011101 Hanby 1
-011011101 Weyl 1
-011011101 Pouliot 1
-011011101 Arrighi 1
-011011101 Stranahan 1
-011011101 Racord 1
-011011101 Rubeli 1
-011011101 Coulton 1
-011011101 Havlicek 1
-011011101 Diebenkorn 1
-011011101 Klayman 1
-011011101 Peletz 1
-011011101 soon-to-appear 1
-011011101 Ritblat 1
-011011101 Meiklejohn 1
-011011101 Venegas 1
-011011101 Propst 1
-011011101 Hagstroem 1
-011011101 Malotke 1
-011011101 Aaronson 1
-011011101 Hone 1
-011011101 Sheirer 1
-011011101 Tattle 1
-011011101 Dahmen 1
-011011101 Krohley 1
-011011101 Drazek 1
-011011101 960-1126 1
-011011101 Eidemuller 1
-011011101 Najarian 1
-011011101 Birzon 1
-011011101 Bolotsky 1
-011011101 618-906 1
-011011101 581-618 1
-011011101 Thoennes 1
-011011101 Brueckner 1
-011011101 Buczynski 1
-011011101 Bengter 1
-011011101 Rathje 1
-011011101 Otsubo 1
-011011101 Pawlak 1
-011011101 Mayekawa 1
-011011101 Schnirel 1
-011011101 Stiling 1
-011011101 Brahs 1
-011011101 Steinbrook 1
-011011101 Arangio 1
-011011101 Wellhauser 1
-011011101 Lesgold 1
-011011101 Voltz 1
-011011101 Streusand 1
-011011101 Havard 1
-011011101 Bova 1
-011011101 Noodle 1
-011011101 Stocke 1
-011011101 Hignett 1
-011011101 Morante 1
-011011101 Schempf 1
-011011101 Angersbach 1
-011011101 Pellegrene 1
-011011101 McKissack 1
-011011101 Curby 1
-011011101 Anglewicz 1
-011011101 Mazzolini 1
-011011101 Ludwiniak 1
-011011101 Henfrey 1
-011011101 Next-door 1
-011011101 Duques 1
-011011101 Dargan 1
-011011101 Ricciuto 1
-011011101 Hedman 1
-011011101 Holback 1
-011011101 Vilaplana 1
-011011101 Adamy 1
-011011101 Harrigian 1
-011011101 Kuwahara 1
-011011101 Hickock 1
-011011101 Pavlovna 1
-011011101 Stasov 1
-011011101 Jauregui 1
-011011101 Vargulick 1
-011011101 Kingsick 1
-011011101 Zarker 1
-011011101 Bostic 1
-011011101 Apar 1
-011011101 Vorenberg 1
-011011101 Sweetland 1
-011011101 Vranken 1
-011011101 Peirano 1
-011011101 Koreman 1
-011011101 Schnur 1
-011011101 chuck-chee 1
-011011101 Auspitz 1
-011011101 Zylman 1
-011011101 Minnery 1
-011011101 Guillermin 1
-011011101 DeMar 1
-011011101 Rawkins 1
-011011101 Bussolari 1
-011011101 Fishkin 1
-011011101 Philpot 1
-011011101 Turturro 1
-011011101 Boettger 1
-011011101 Hochstrasser 1
-011011101 Batt 1
-011011101 Becht 1
-011011101 Lisnow 1
-011011101 Duccio 1
-011011101 Boggess 1
-011011101 Rohrman 1
-011011101 Meerschwam 1
-011011101 Sabinson 1
-011011101 Merdian 1
-011011101 Andel 1
-011011101 Buatta 1
-011011101 Leffler 1
-011011101 DiSabato 1
-011011101 Neibor 1
-011011101 Lakness 1
-011011101 Roskens 1
-011011101 Goldwag 1
-011011101 Bondfund 1
-011011101 LaHaie 1
-011011101 Huneke 1
-011011101 Supranational 1
-011011101 Denktash 1
-011011101 Hoyos 1
-011011101 Saragat 1
-011011101 Crothers 1
-011011101 Kobey 1
-011011101 Calisi 1
-011011101 Faltermeier 1
-011011101 Burke-Hennessy 1
-011011101 Poplawski 1
-011011101 Maisonrouge 1
-011011101 Greeve 1
-011011101 Posthuma 1
-011011101 Neuer 1
-011011101 Pitchford 1
-011011101 Schabel 1
-011011101 Hunnewell 1
-011011101 Yohem 1
-011011101 non-equity-holding 1
-011011101 Warheart 1
-011011101 Verlaine 1
-011011101 Leshley 1
-011011101 Weg 1
-011011101 Padovani 1
-011011101 Persing 1
-011011101 Killow 1
-011011101 Vossen 1
-011011101 Ecola 1
-011011101 Congiu 1
-011011101 Weitzer 1
-011011101 Posford 1
-011011101 Lidval 1
-011011101 zek 1
-011011101 DeVeaugh-Geiss 1
-011011101 Fiuszynski 1
-011011101 Eichhorn 1
-011011101 Heiler 1
-011011101 Lorello 1
-011011101 Davell 1
-011011101 Velner 1
-011011101 Kreiner 1
-011011101 Mulvihill 1
-011011101 Moor-Jankowski 1
-011011101 Teleki 1
-011011101 Sackman 1
-011011101 Beckhart 1
-011011101 Serlin 1
-011011101 Koenike 1
-011011101 Tsentraliye 1
-011011101 Rynok 1
-011011101 Mannery 1
-011011101 Zepp 1
-011011101 Kinkaid 1
-011011101 Landberg 1
-011011101 Luksik 1
-011011101 Delahooke 1
-011011101 Fedyski 1
-011011101 Awartani 1
-011011101 Golovensky 1
-011011101 Lanning 1
-011011101 Moggeridge 1
-011011101 Arbit 1
-011011101 Raty 1
-011011101 Leebaw 1
-011011101 Quill/Morrow 1
-011011101 Orzechowski 1
-011011101 Viada 1
-011011101 Piquet 1
-011011101 Dalston 1
-011011101 Hubscher 1
-011011101 Yuqing 1
-011011101 Vayno 1
-011011101 Delacourt 1
-011011101 McElaney 1
-011011101 McConnaughey 1
-011011101 double-income 1
-011011101 Provencher 1
-011011101 Bryggman 1
-011011101 Busichio 1
-011011101 Zitto 1
-011011101 Wroblewski 1
-011011101 Toornstra 1
-011011101 Saiki 1
-011011101 Vitoux 1
-011011101 Frearson 1
-011011101 Mizuuchi 1
-011011101 Nishimoto 1
-011011101 Shils 1
-011011101 Stuffle 1
-011011101 Pedott 1
-011011101 Mancebo 1
-011011101 .523 1
-011011101 Shafran 1
-011011101 Bugel 1
-011011101 Maladowitz 1
-011011101 Kuendig 1
-011011101 Thielemann 1
-011011101 Boneberg 1
-011011101 McFeeley 1
-011011101 Petitbon 1
-011011101 Franzetta 1
-011011101 Hillriegel 1
-011011101 Swol 1
-011011101 Pontier 1
-011011101 Moskowsky 1
-011011101 Severoni 1
-011011101 Mallary 1
-011011101 McVicker 1
-011011101 16-byte 1
-011011101 Korot 1
-011011101 Overbury 1
-011011101 Vasvani 1
-011011101 Lugosh 1
-011011101 Hirschler 1
-011011101 Lelong 1
-011011101 Theriot 1
-011011101 Schissel 1
-011011101 Okudaira 1
-011011101 Pisar 1
-011011101 Boleat 1
-011011101 McQuay 1
-011011101 Baytos 1
-011011101 Nanni 1
-011011101 Slader 1
-011011101 Hussai 1
-011011101 Ahluwalia 1
-011011101 Tobiyama 1
-011011101 Basterrechea 1
-011011101 Frascatore 1
-011011101 Dwojakowski 1
-011011101 Boese 1
-011011101 Rearick 1
-011011101 Lewels 1
-011011101 Oher 1
-011011101 Hanselman 1
-011011101 Nyhuis 1
-011011101 Graney 1
-011011101 Vikbladh 1
-011011101 Clinkard 1
-011011101 Gorriti 1
-011011101 McNeight 1
-011011101 Harwin 1
-011011101 Carusillo 1
-011011101 McCleod 1
-011011101 Rande 1
-011011101 Mahdaviani 1
-011011101 Bonnefoux 1
-011011101 Mazingo 1
-011011101 Torke 1
-011011101 Pizam 1
-011011101 Clyburn 1
-011011101 Demetrias 1
-011011101 Noettl 1
-011011101 Vandiver 1
-011011101 DeClementi 1
-011011101 Karotkin 1
-011011101 Caurier 1
-011011101 Aggeler 1
-011011101 Murakoshi 1
-011011101 Krasinski 1
-011011101 Teranishi 1
-011011101 1883-1959 1
-011011101 1903-1975 1
-011011101 Durrie 1
-011011101 1840-1917 1
-011011101 Strohmeyer 1
-011011101 Ziemak 1
-011011101 Schwalbe 1
-011011101 Clissold 1
-011011101 Andreyeva 1
-011011101 Bradsher 1
-011011101 Greisler 1
-011011101 Bunyaner 1
-011011101 Meth 1
-011011101 Gromley 1
-011011101 Musich 1
-011011101 Lohle 1
-011011101 Gruza 1
-011011101 Papadjiakou 1
-011011101 Weidinger 1
-011011101 Grillos 1
-011011101 Gallahue 1
-011011101 Kresch 1
-011011101 Ciesinki 1
-011011101 Peerce 1
-011011101 Millais 1
-011011101 kahSEE-kays 1
-011011101 Radner 1
-011011101 Macaskill 1
-011011101 TooSHOOM 1
-011011101 Balzo 1
-011011101 Basham 1
-011011101 Nociforo 1
-011011101 Youens 1
-011011101 Vannieuwenburg 1
-011011101 Korbynska 1
-011011101 Pernetz 1
-011011101 Caccappolo 1
-011011101 Dumars 1
-011011101 Laudon 1
-011011101 Tanzi 1
-011011101 Matthis 1
-011011101 Gambelli 1
-011011101 Mirman 1
-011011101 Vickerman 1
-011011101 Ribis 1
-011011101 Stine 1
-011011101 Secretaria 1
-011011101 Gantcher 1
-011011101 Lamberjack 1
-011011101 Neihart 1
-011011101 Hagee 1
-011011101 Carnahan 1
-011011101 Korbyback 1
-011011101 Gounarides 1
-011011101 Schouten 1
-011011101 Sudarsky 1
-011011101 Kawauchi 1
-011011101 Donini 1
-011011101 Kajachian 1
-011011101 Shimkin 1
-011011101 Blay 1
-011011101 Keirns 1
-011011101 Raymaker 1
-011011101 Veru 1
-011011101 Flatoff 1
-011011101 Charof 1
-011011101 Mackay-Coghill 1
-011011101 Kollins 1
-011011101 Littlewood 1
-011011101 Morril 1
-011011101 Zubor 1
-011011101 McTigue 1
-011011101 Challen 1
-011011101 Ramqvist 1
-011011101 Weinschelbaum 1
-011011101 McGlassen 1
-011011101 Swersky 1
-011011101 Hwoo 1
-011011101 Wessler 1
-011011101 Leese 1
-011011101 Gosiengfiao 1
-011011101 Boily 1
-011011101 Bisson 1
-011011101 Baumgarth 1
-011011101 Pevehouse 1
-011011101 plomo 1
-011011101 Stavetski 1
-011011101 Cavour 1
-011011101 Bilder 1
-011011101 Berlincourt 1
-011011101 Stieven 1
-011011101 Giallorenzi 1
-011011101 Cecconi 1
-011011101 Avorn 1
-011011101 Norment 1
-011011101 Bardach 1
-011011101 Tufayli 1
-011011101 Lanigan 1
-011011101 Clarksboro 1
-011011101 Warme 1
-011011101 Dixmont 1
-011011101 Munro-Davies 1
-011011101 Krudt 1
-011011101 Metuchen 1
-011011101 Penhorwood 1
-011011101 Aligood 1
-011011101 Langa 1
-011011101 Equale 1
-011011101 Riquelme 1
-011011101 Vennera 1
-011011101 Musca 1
-011011101 Podmore 1
-011011101 Jabari 1
-011011101 Kletch 1
-011011101 Rehill 1
-011011101 Elswick 1
-011011101 Smelov 1
-011011101 Barzilay 1
-011011101 Sparacino 1
-011011101 Sluzewski 1
-011011101 Dutton/ 1
-011011101 Readdy 1
-011011101 DelliQuadri 1
-011011101 Celmer 1
-011011101 Pilak 1
-011011101 Rhinehart 1
-011011101 Ferruggia 1
-011011101 Trogden 1
-011011101 Mayoux 1
-011011101 Metrinko 1
-011011101 Tirpak 1
-011011101 Witterwulghe 1
-011011101 Nuttal 1
-011011101 Fuoco 1
-011011101 Garralda 1
-011011101 Cogger 1
-011011101 Hinojosa 1
-011011101 Samuelian 1
-011011101 Pallone 1
-011011101 Domogala 1
-011011101 Shimmek 1
-011011101 Buntack 1
-011011101 Allera 1
-011011101 Spurgin 1
-011011101 Madlem 1
-011011101 Bielecki 1
-011011101 Tavormina 1
-011011101 Erber 1
-011011101 Pavlis 1
-011011101 Grakal 1
-011011101 Holdstein 1
-011011101 Esser 1
-011011101 Buente 1
-011011101 Rauner 1
-011011101 .180 1
-011011101 Bodek 1
-011011101 Sheldrick 1
-011011101 Bifulco 1
-011011101 Gez 1
-011011101 Keffer 1
-011011101 Snowboards 1
-011011101 Karoff 1
-011011101 LaBier 1
-011011101 Mordock 1
-011011101 Karvan 1
-011011101 Hulton 1
-011011101 Sunahara 1
-011011101 Wesbury 1
-011011101 McMakin 1
-011011101 Malentacchi 1
-011011101 Donnet 1
-011011101 Messier 1
-011011101 Wigle 1
-011011101 Sydorick 1
-011011101 Branner 1
-011011101 Campadese 1
-011011101 Cusick 1
-011011101 Allevi 1
-011011101 Bendheim 1
-011011101 Brusco 1
-011011101 Graupe 1
-011011101 Folkenflik 1
-011011101 Firster 1
-011011101 Gamzu 1
-011011101 Sid-Ahmed 1
-011011101 Welke 1
-011011101 Filipson 1
-011011101 Corlett 1
-011011101 Wanecq 1
-011011101 Sentes 1
-011011101 Hoskin 1
-011011101 Marasca 1
-011011101 Voznesenky 1
-011011101 Emerich 1
-011011101 Hanss 1
-011011101 Tchuruka 1
-011011101 Middaugh 1
-011011101 2097 1
-011011101 Fritzman 1
-011011101 Kamine 1
-011011101 Criss 1
-011011101 Sterret 1
-011011101 Beevor 1
-011011101 Schore 1
-011011101 Fenstermacher 1
-011011101 Weyn 1
-011011101 Ryckebosch 1
-011011101 Bulmash 1
-011011101 Stritch 1
-011011101 Gerot 1
-011011101 Buenaventura 1
-011011101 Sieron 1
-011011101 Theodores 1
-011011101 Endacott 1
-011011101 Staiano 1
-011011101 Galecke 1
-011011101 Secundy 1
-011011101 Cabe 1
-011011101 Aliksanian 1
-011011101 Terzaghi 1
-011011101 Parlett 1
-011011101 Syryjczyk 1
-011011101 Slisz 1
-011011101 DeMeo 1
-011011101 DeSchutter 1
-011011101 Fishback 1
-011011101 Stavin 1
-011011101 Mazurek 1
-011011101 Segrest 1
-011011101 Netanyahu 1
-011011101 Beamis 1
-011011101 Druz 1
-011011101 Skubiszewski 1
-011011101 Lorgus 1
-011011101 Knowland 1
-011011101 Helmar 1
-011011101 Klores 1
-011011101 Jueneman 1
-011011101 Brandstad 1
-011011101 Deeley 1
-011011101 Pacchioni 1
-011011101 Sansbury 1
-011011101 Windmuller 1
-011011101 Gennaoui 1
-011011101 Stietz 1
-011011101 Duffer 1
-011011101 Gillum 1
-011011101 p-type 1
-011011101 n-type 1
-011011101 Cuzzocrea 1
-011011101 Broonzy 1
-011011101 1890-1945 1
-011011101 CK40846 1
-011011101 PolyGram/Mercury 1
-011011101 Salb 1
-011011101 Abo 1
-011011101 Allen-look-alike 1
-011011101 Zed 1
-011011101 Makant 1
-011011101 Matusevich 1
-011011101 Grider 1
-011011101 Marlinga 1
-011011101 Graziadei 1
-011011101 Topel 1
-011011101 Wietecki 1
-011011101 Vardeman 1
-011011101 Issachs 1
-011011101 Lico 1
-011011101 Misrock 1
-011011101 Fueuerman 1
-011011101 Steinbrueck 1
-011011101 Marklow 1
-011011101 Breiterman 1
-011011101 Shein 1
-011011101 Goffstein 1
-011011101 Aul 1
-011011101 Tenison 1
-011011101 Gendler 1
-011011101 Grinkov 1
-011011101 Mouscher 1
-011011101 Fresco 1
-011011101 6288-2-RB 1
-011011101 Nishioki 1
-011011101 Silberstein 1
-011011101 Baux 1
-011011101 Modrall 1
-011011101 1965-71 1
-011011101 Essig 1
-011011101 Rabassa 1
-011011101 Momtchiloff 1
-011011101 Gritten 1
-011011101 Quiroga 1
-011011101 Bongrand 1
-011011101 1861-1948 1
-011011101 Faisant 1
-011011101 Wehrly 1
-011011101 Gutjahr 1
-011011101 Boroff 1
-011011101 Ahtisaari 1
-011011101 Dacheff 1
-011011101 Sembler 1
-011011101 Tolmie 1
-011011101 Likierman 1
-011011101 kayo 1
-011011101 Folkers 1
-011011101 Joell 1
-011011101 Seccombe 1
-011011101 UPAU 1
-011011101 Lyall 1
-011011101 Aldape 1
-011011101 Reedus 1
-011011101 Sardelli 1
-011011101 Bedowitz 1
-011011101 Svos 1
-011011101 el-Bashir 1
-011011101 Trepper 1
-011011101 Bramlage 1
-011011101 Slewinski 1
-011011101 McClune 1
-011011101 Griego 1
-011011101 Rickett 1
-011011101 Ribe 1
-011011101 Orsmond 1
-011011101 Pendse 1
-011011101 CavenAtack 1
-011011101 Mazner 1
-011011101 Burmeister 1
-011011101 Loucata 1
-011011101 Scarpati 1
-011011101 Rosenker 1
-011011101 Simkin 1
-011011101 Payolle 1
-011011101 McIvoy 1
-011011101 Immergut 1
-011011101 Burnet 1
-011011101 Tsuaska 1
-011011101 Maitlin 1
-011011101 Skansera 1
-011011101 Forbesian 1
-011011101 Thorsteinson 1
-011011101 Botsford 1
-011011101 Yianalos 1
-011011101 Pohlmann 1
-011011101 Mangone 1
-011011101 Eversberg 1
-011011101 Hiestermann 1
-011011101 Terens 1
-011011101 Golob 1
-011011101 Mauraine 1
-011011101 Maruno 1
-011011101 Pelinka 1
-011011101 Gilruth 1
-011011101 Okuyama 1
-011011101 Hayslett 1
-011011101 Rapkins 1
-011011101 Murnane 1
-011011101 Quailey 1
-011011101 Perec 1
-011011101 Kokert 1
-011011101 Gleckman 1
-011011101 Cogren 1
-011011101 Schwalb 1
-011011101 Azzoni 1
-011011101 Nigri 1
-011011101 Byas 1
-011011101 ness-TAH 1
-011011101 Mizusuna 1
-011011101 tah-BESS 1
-011011101 McButter 1
-011011101 Seelinger 1
-011011101 Jonklaas 1
-011011101 Bosl 1
-011011101 Cunliffe 1
-011011101 Koberg 1
-011011101 Amason 1
-011011101 Pagliasotti 1
-011011101 Dicino 1
-011011101 Papavizas 1
-011011101 Cohl 1
-011011101 Hoffecker 1
-011011101 Asakura 1
-011011101 Pautler 1
-011011101 Britcher 1
-011011101 Durdin 1
-011011101 Blasdell 1
-011011101 Wert 1
-011011101 Loney 1
-011011101 Corkins 1
-011011101 Dalley 1
-011011101 Fitt 1
-011011101 Heathcott 1
-011011101 Zeschin 1
-011011101 Honeyman 1
-011011101 Zamorano 1
-011011101 Pohlod 1
-011011101 Tanikawa 1
-011011101 Lanschulz 1
-011011101 Mitford 1
-011011101 Hrisak 1
-011011101 Prushansky 1
-011011101 Sklarin 1
-011011101 Iannuzzo 1
-011011101 Gordley 1
-011011101 Moone 1
-011011101 Bareika 1
-011011101 Azbell 1
-011011101 Methner 1
-011011101 Utoft 1
-011011101 Schoeppner 1
-011011101 Mashey 1
-011011101 Dardick 1
-011011101 habla 1
-011011101 Zimroth 1
-011011101 Olarsch 1
-011011101 Wienckoski 1
-011011101 Maikish 1
-011011101 Fili 1
-011011101 H3N2 1
-011011101 Shekar 1
-011011101 Rafat 1
-011011101 Chaitow 1
-011011101 Lapayover 1
-011011101 Fardella 1
-011011101 Kermani 1
-011011101 Wendorff 1
-011011101 Acomb 1
-011011101 Pfeiler 1
-011011101 Bratkovich 1
-011011101 Baruzdin 1
-011011101 Muhri 1
-011011101 Clabaugh 1
-011011101 Ishiko 1
-011011101 Danese 1
-011011101 Barile 1
-011011101 Poppell 1
-011011101 Daems 1
-011011101 Sheidy 1
-011011101 Sturdier 1
-011011101 Tekeda 1
-011011101 Kalejs 1
-011011101 Shikano 1
-011011101 Yasinovsky 1
-011011101 Obrentz 1
-011011101 Buffa 1
-011011101 Schwandt 1
-011011101 Breene 1
-011011101 Padala 1
-011011101 Obermiaer 1
-011011101 Morrish 1
-011011101 Wasserspring 1
-011011101 Pallan 1
-011011101 Migliaccio 1
-011011101 Nevelson 1
-011011101 Broman 1
-011011101 Ogunjobi 1
-011011101 Horstman 1
-011011101 Bukoosh 1
-011011101 Wernet 1
-011011101 Saitoti 1
-011011101 Hoad 1
-011011101 92-448 1
-011011101 Wambui 1
-011011101 Dhuu 1
-011011101 Haarhuis 1
-011011101 Lutuli 1
-011011101 Elshout 1
-011011101 Chlopak 1
-011011101 Vlasin 1
-011011101 Brimble 1
-011011101 Coppersmith 1
-011011101 non-AMT 1
-011011101 Buser 1
-011011101 Ghotbzadeh 1
-011011101 Boernsen 1
-011011101 Watterworth 1
-011011101 Wheelen 1
-011011101 Nicolaisen 1
-011011101 212-362-6000 1
-011011101 800-424-8504 1
-011011101 Bonfield 1
-011011101 Wallwork 1
-011011101 Cornejo 1
-011011101 Zyman 1
-011011101 Sibthorpe 1
-011011101 Brochu 1
-011011101 Protess 1
-011011101 Cantwin 1
-011011101 Gotterer 1
-011011101 Powless 1
-011011101 McFather 1
-011011101 Berrow 1
-011011101 Braye 1
-011011101 Orzell 1
-011011101 Nies 1
-011011101 Wainaina 1
-011011101 DeBolske 1
-011011101 2G 1
-011011101 1848-1903 1
-011011101 Heisen 1
-011011101 Avincola 1
-011011101 2625-703 1
-011011101 Noppen 1
-011011101 Yunusova 1
-011011101 Kwiatkowski 1
-011011101 Sabini 1
-011011101 Mazzarello 1
-011011101 Dimisa 1
-011011101 Varitimidis 1
-011011101 Zey 1
-011011101 Flury 1
-011011101 Chiz 1
-011011101 Calb 1
-011011101 Emen 1
-011011101 Frazen 1
-011011101 Budnick 1
-011011101 Axford 1
-011011101 Benedek 1
-011011101 Frumkes 1
-011011101 Glickstein 1
-011011101 Neufeld 1
-011011101 Mcauliffe 1
-011011101 Raffield 1
-011011101 Parasco 1
-011011101 Pasties 1
-011011101 Mobilieres 1
-011011101 Glavine 1
-011011101 DeMicoli 1
-011011101 Gergorin 1
-011011101 Roed 1
-011011101 Ohiwa 1
-011011101 Bodson 1
-011011101 terHorst 1
-011011101 Leterach 1
-011011101 Funderburg 1
-011011101 1509-64 1
-011011101 AlunJones 1
-011011101 Jipson 1
-011011101 Wright-style 1
-011011101 Charleson 1
-011011101 Johnes 1
-011011101 Rathborne 1
-011011101 Blacknall 1
-011011101 Gabrielsen 1
-011011101 Rimpel 1
-011011101 Riedesel 1
-011011101 Willenbring 1
-011011101 Hopkinson 1
-011011101 Katzive 1
-011011101 Latham-Koenig 1
-011011101 McQuiston 1
-011011101 KBI 1
-011011101 Macksey 1
-011011101 Mis-Speakes. 1
-011011101 Hogberg 1
-011011101 PARM 1
-011011101 Sellecca 1
-011011101 Underwarning 1
-011011101 Himelfarb 1
-011011101 Sevcec 1
-011011101 Wahba 1
-011011101 Shimayama 1
-011011101 Kimelman 1
-011011101 Wolicki 1
-011011101 Cheverall 1
-011011101 Artuso 1
-011011101 Bailen 1
-011011101 Sweeting 1
-011011101 Vercruysse 1
-011011101 McGlothlin 1
-011011101 Ashworth 1
-011011101 Stearman 1
-011011101 Dombi 1
-011011101 Supple 1
-011011101 Morson 1
-011011101 Hochstin 1
-011011101 Dedousis 1
-011011101 Iervasi 1
-011011101 Sawicki 1
-011011101 Woikin 1
-011011101 MacVittie 1
-011011101 Yawney 1
-011011101 Stephanopolous 1
-011011101 HEMit 1
-011011101 trouserless 1
-011011101 Hadar 1
-011011101 Deisroth 1
-011011101 Dohlen 1
-011011101 Falcone-Graves 1
-011011101 Rhys-Davies 1
-011011101 Apkarian 1
-011011101 Caserta 1
-011011101 Happ 1
-011011101 Quenington 1
-011011101 Landgraf 1
-011011101 McGrawHill 1
-011011101 Belakian 1
-011011101 Rabattu 1
-011011101 Karpf 1
-011011101 Adelo 1
-011011101 Goad 1
-011011101 Berghorst 1
-011011101 Karcher-Everly 1
-011011101 Aroesty 1
-011011101 Surber 1
-011011101 Poinsett 1
-011011101 Pietras 1
-011011101 Doughty 1
-011011101 Locken 1
-011011101 Jaroslawicz 1
-011011101 Harriss 1
-011011101 Dumon 1
-011011101 Knicely 1
-011011101 Filvaroff 1
-011011101 Lorsch 1
-011011101 Montalto 1
-011011101 Frishberg 1
-011011101 Fishzohn 1
-011011101 Kuschuk 1
-011011101 Barakett 1
-011011101 McVicar 1
-011011101 Brydges 1
-011011101 Catz 1
-011011101 Renatus 1
-011011101 Stretz 1
-011011101 Gerstenblatt 1
-011011101 Parseghian 1
-011011101 Helgerson 1
-011011101 Bachlund 1
-011011101 Gammon 1
-011011101 Schildkraut 1
-011011101 Guidette 1
-011011101 Cedegren 1
-011011101 DePhillips 1
-011011101 Steiber 1
-011011101 DiBernardo 1
-011011101 Loebbecke 1
-011011101 Baruschke 1
-011011101 .557 1
-011011101 Wiarda 1
-011011101 Rosenblat 1
-011011101 Harkinson 1
-011011101 Flemister 1
-011011101 McReady 1
-011011101 Derryberry 1
-011011101 Korus 1
-011011101 Whalley 1
-011011101 Huelsemann 1
-011011101 Haverty 1
-011011101 Kerins 1
-011011101 DiMario 1
-011011101 DuBay 1
-011011101 Disbrow 1
-011011101 Masley 1
-011011101 Bellmer 1
-011011101 Pfenning 1
-011011101 Keelor 1
-011011101 q 1
-011011101 Wiggenhorn 1
-011011101 Biesack 1
-011011101 Yamakoshi 1
-011011101 Gabrysch 1
-011011101 KOHsur 1
-011011101 1839-42 1
-011011101 Snepsts 1
-011011101 Schoenfield 1
-011011101 Chanoff 1
-011011101 Trouyet 1
-011011101 1946-1952 1
-011011101 1934-1940 1
-011011101 Ringwood 1
-011011101 Meintjies 1
-011011101 Mazibuko 1
-011011101 Keech 1
-011011101 Caba 1
-011011101 Thackrah 1
-011011101 Talucci 1
-011011101 Wisneski 1
-011011101 Poscover 1
-011011101 Crikelair 1
-011011101 Droal 1
-011011101 Amkraut 1
-011011101 Gaudio 1
-011011101 Bussfeld 1
-011011101 Bernau 1
-011011101 Rosch 1
-011011101 Naimi 1
-011011101 Breiteneicher 1
-011011101 Pauken 1
-011011101 Foglio 1
-011011101 Heery 1
-011011101 Weidenhammer 1
-011011101 Piercey 1
-011011101 Shouse 1
-011011101 Sweanor 1
-011011101 duCille 1
-011011101 LaRiviere 1
-011011101 Beeler 1
-011011101 Haronian 1
-011011101 Gilby 1
-011011101 Matkins 1
-011011101 Fonso 1
-011011101 Buzzotta 1
-011011101 Spielman 1
-011011101 Wakeman 1
-011011101 Herdt 1
-011011101 Kailin 1
-011011101 Bertini 1
-011011101 Maunz 1
-011011101 Edwardo-Franco 1
-011011101 Ligeti 1
-011011101 Pakradoonian 1
-011011101 Kurtwood 1
-011011101 Rivers-type 1
-011011101 7,812 1
-011011101 Muncke 1
-011011101 Vint 1
-011011101 Rentrow 1
-011011101 Kooij 1
-011011101 Herpin 1
-011011101 Solandt 1
-011011101 Harvey-Jones 1
-011011101 Stukey 1
-011011101 Stray-Gunderson 1
-011011101 Jelinek 1
-011011101 Haddadin 1
-011011101 Noy 1
-011011101 Ashington-Pickett 1
-011011101 Rieke 1
-011011101 Zanga 1
-011011101 Probandt 1
-011011101 Howards 1
-011011101 Jarbawi 1
-011011101 mentum 1
-011011101 Bienstadt 1
-011011101 Padula 1
-011011101 Crocus-fearer 1
-011011101 Delworth 1
-011011101 Encarnation 1
-011011101 Materniak 1
-011011101 McLachlin 1
-011011101 Creson 1
-011011101 Mohlere 1
-011011101 Kerim 1
-011011101 Chettle 1
-011011101 Novis 1
-011011101 Clohesy 1
-011011101 Pellinghuisen 1
-011011101 bweeg 1
-011011101 Scowen 1
-011011101 Andreieva 1
-011011101 Yancik 1
-011011101 Grether 1
-011011101 Studwell 1
-011011101 Lacher 1
-011011101 Mancino 1
-011011101 1644-1911 1
-011011101 Brunelli 1
-011011101 Diffenderffer 1
-011011101 Mendes-France 1
-011011101 Pharis 1
-011011101 Singletary 1
-011011101 Nemunaitis 1
-011011101 Beechen 1
-011011101 Sidberry 1
-011011101 Rattlay 1
-011011101 Aldershoff 1
-011011101 Chauhan 1
-011011101 Molishever 1
-011011101 Giaquinta 1
-011011101 Nesgos 1
-011011101 Teclaw 1
-011011101 Baish 1
-011011101 Sirotin 1
-011011101 Ellwein 1
-011011101 Feola 1
-011011101 Schoenhaar 1
-011011101 Agresto 1
-011011101 Annunziato 1
-011011101 Lippitt 1
-011011101 Lubert 1
-011011101 Ditoro 1
-011011101 under21 1
-011011101 Iqbal 1
-011011101 Raifman 1
-011011101 DeFosset 1
-011011101 Eichenauer 1
-011011101 Turnblad 1
-011011101 Neimark 1
-011011101 Hsiang 1
-011011101 Springut 1
-011011101 Tysoe 1
-011011101 Wunderlich 1
-011011101 Salitan 1
-011011101 Dumeny 1
-011011101 Shreck 1
-011011101 Phillipson 1
-011011101 Sengstock 1
-011011101 Oulton 1
-011011101 p. 1
-011011101 Giuffrida 1
-011011101 Langangen 1
-011011101 Biundo 1
-011011101 Jobes 1
-011011101 Kemp-Welch 1
-011011101 Switz 1
-011011101 Tindle 1
-011011101 Mostoff 1
-011011101 Garea 1
-011011101 Lasley 1
-011011101 Simenon 1
-011011101 McNatt 1
-011011101 Giraldo 1
-011011101 Culbreath 1
-011011101 Dietzer 1
-011011101 Jeary 1
-011011101 Corporon 1
-011011101 Tauxe 1
-011011101 Maccario 1
-011011101 Drinkard 1
-011011101 Molpus 1
-011011101 Leibson 1
-011011101 Mazerov 1
-011011101 pre-human 1
-011011101 e.g 1
-011011101 Feagles 1
-011011101 Lannaman 1
-011011101 Delehanty 1
-011011101 Kuspit 1
-011011101 Seideneck 1
-011011101 Guigni 1
-011011101 Branton 1
-011011101 Amyx 1
-011011101 Poberezny 1
-011011101 Qura 1
-011011101 Khayyam 1
-011011101 Pai 1
-011011101 Davi 1
-011011101 Felsher 1
-011011101 Heinke 1
-011011101 Bonaccolta 1
-011011101 Brandhorst 1
-011011101 Dragoumis 1
-011011101 Vecker 1
-011011101 Lovegren 1
-011011101 Mennel 1
-011011101 Erlandson 1
-011011101 Shukri 1
-011011101 Satlin 1
-011011101 Schildhause 1
-011011101 Fukayama 1
-011011101 Tippin 1
-011011101 Hofstad 1
-011011101 Fulson 1
-011011101 Satell 1
-011011101 Jodrell 1
-011011101 Niedermaier 1
-011011101 Alizart 1
-011011101 Galluzzi 1
-011011101 Coulas 1
-011011101 Mehdorn 1
-011011101 Dagget 1
-011011101 Dehlendorf 1
-011011101 DeFord 1
-011011101 Zipoy 1
-011011101 Luxmoor 1
-011011101 nonrefrigerated 1
-011011101 Mincey 1
-011011101 Bisignano 1
-011011101 Grolimund 1
-011011101 non-discount 1
-011011101 Rositano 1
-011011101 Dattels 1
-011011101 Nicksay 1
-011011101 Denzenhall 1
-011011101 Kametches 1
-011011101 Romankow 1
-011011101 Friccius 1
-011011101 Fauchey 1
-011011101 Siehafer 1
-011011101 Rodenas 1
-011011101 Balthazor 1
-011011101 Takeyasu 1
-011011101 Shiraki 1
-011011101 Opulence 1
-011011101 phew 1
-011011101 Dolfi 1
-011011101 Deady 1
-011011101 Tiberghien 1
-011011101 Riddlesperger 1
-011011101 Samios 1
-011011101 Krumhansl 1
-011011101 Sulak 1
-011011101 74,000-acre 1
-011011101 Creasey 1
-011011101 Dehn 1
-011011101 Shellac 1
-011011101 Pflock 1
-011011101 Sinsar 1
-011011101 Smif 1
-011011101 Jaycobs 1
-011011101 Lobe 1
-011011101 Felk 1
-011011101 Cotliar 1
-011011101 Lavergne 1
-011011101 Howlett 1
-011011101 Raibolini 1
-011011101 Moxham 1
-011011101 Bouza 1
-011011101 Craner 1
-011011101 Haring 1
-011011101 Stancs 1
-011011101 Steurle 1
-011011101 Tabano 1
-011011101 Chalfie 1
-011011101 Moehn 1
-011011101 Rafiq-Dust 1
-011011101 Mydans 1
-011011101 Barbanell 1
-011011101 Kuser 1
-011011101 Bergstresser 1
-011011101 Bassios 1
-011011101 Mielenz 1
-011011101 1882-1943 1
-011011101 McCrossan 1
-011011101 Shirwen 1
-011011101 Wolder 1
-011011101 Chesshire 1
-011011101 Liautaud 1
-011011101 Zamfear 1
-011011101 Smialek 1
-011011101 Wiederlight 1
-011011101 Heerwagen 1
-011011101 Seme 1
-011011101 Klyver 1
-011011101 Holz 1
-011011101 Dearden 1
-011011101 Ncgoya 1
-011011101 Besher 1
-011011101 Wold 1
-011011101 Pittelman 1
-011011101 Krementz 1
-011011101 Chafin 1
-011011101 Pikul 1
-011011101 KMU 1
-011011101 Darira 1
-011011101 Pokorny 1
-011011101 Bacharach 1
-011011101 Jabril 1
-011011101 Thoman 1
-011011101 Landefeld 1
-011011101 Reboredo 1
-011011101 Deegenaar 1
-011011101 Stebben 1
-011011101 Haro 1
-011011101 Brodsly 1
-011011101 Lobene 1
-011011101 Tschoegl 1
-011011101 Artabane 1
-011011101 Sung-il 1
-011011101 Zunxin 1
-011011101 Akvilyanov 1
-011011101 Purow 1
-011011101 Carus 1
-011011101 1978-82 1
-011011101 Nahyyan 1
-011011101 Savelyeva 1
-011011101 Kenna 1
-011011101 Hennefeld 1
-011011101 Hagie 1
-011011101 Berte 1
-011011101 Kays 1
-011011101 over-covered 1
-011011101 Thorsell 1
-011011101 Sebelius 1
-011011101 Tatten 1
-011011101 Schmidt-Chiari 1
-011011101 Kupelian 1
-011011101 Loquasto 1
-011011101 Rumore 1
-011011101 Arbus 1
-011011101 Caddel 1
-011011101 Laubich 1
-011011101 Bontems 1
-011011101 Hecker 1
-011011101 Claussen 1
-011011101 Kilory 1
-011011101 Castagna 1
-011011101 Lenos 1
-011011101 Zugschwert 1
-011011101 1530-1650 1
-011011101 212-970-JOKE 1
-011011101 Elkman 1
-011011101 Brockelman 1
-011011101 Schwertfeger 1
-011011101 Vekovius 1
-011011101 Schaney 1
-011011101 laudably 1
-011011101 Lofts 1
-011011101 Karinch 1
-011011101 Shishlin 1
-011011101 Henig 1
-011011101 Wilmott-Brown 1
-011011101 Libeskind 1
-011011101 Gadbois 1
-011011101 Burkhead 1
-011011101 Pavlou 1
-011011101 Centlivre 1
-011011101 Painke 1
-011011101 Seyfried 1
-011011101 Nagl 1
-011011101 Walmsley 1
-011011101 Lyness 1
-011011101 Shemiatenkov 1
-011011101 LePlaca 1
-011011101 Rudzki 1
-011011101 Pekkala 1
-011011101 Gattis 1
-011011101 Retsinas 1
-011011101 al-Moayed 1
-011011101 Spoeri 1
-011011101 Wahab 1
-011011101 Casselli 1
-011011101 Ferlinghetti 1
-011011101 Crichton-Brown 1
-011011101 Rozanski 1
-011011101 Aldin 1
-011011101 Treschow 1
-011011101 Swindells 1
-011011101 Asmussen 1
-011011101 Makharadze 1
-011011101 Bloodworth 1
-011011101 Avtandil 1
-011011101 Guarin 1
-011011101 Saporta 1
-011011101 Konopnicki 1
-011011101 Burman 1
-011011101 Corbeil-Vincent 1
-011011101 Hurvis 1
-011011101 Romagnoli 1
-011011101 Sadden 1
-011011101 Wehmeier 1
-011011101 Altenburg 1
-011011101 Redlich 1
-011011101 Pariser 1
-011011101 Chee-ju 1
-011011101 Thomessen 1
-011011101 Il-ho 1
-011011101 Sang-po 1
-011011101 Chitiea 1
-011011101 Wallman 1
-011011101 Sankovitz 1
-011011101 Hoeft 1
-011011101 Sacconi 1
-011011101 Paysop 1
-011011101 Otwell 1
-011011101 Counsil 1
-011011101 Stelzel 1
-011011101 Mottran 1
-011011101 Urbiet 1
-011011101 Plowden 1
-011011101 Groninger 1
-011011101 Lindup 1
-011011101 Shakhasheri 1
-011011101 1952-58 1
-011011101 D-Ohio 1
-011011101 Whang-Peng 1
-011011101 Ripberger 1
-011011101 Purkis 1
-011011101 VanDenBerg 1
-011011101 Hechtkopf 1
-011011101 Moudy 1
-011011101 too-koo-MAHN 1
-011011101 Raisfeld 1
-011011101 Sternklar 1
-011011101 Ellingwood 1
-011011101 Weinhold 1
-011011101 Chesser 1
-011011101 Plastow 1
-011011101 Slosser 1
-011011101 Sicherman 1
-011011101 Lorick 1
-011011101 Breglio 1
-011011101 Gaboury 1
-011011101 Roualt 1
-011011101 Urmstom 1
-011011101 Norbury 1
-011011101 Altimari 1
-011011101 Cappelluzzo 1
-011011101 Sondakh 1
-011011101 Zeidenberg 1
-011011101 Stronks 1
-011011101 Sacqynski 1
-011011101 Beltrami 1
-011011101 Maushammer 1
-011011101 Lethcoe 1
-011011101 Gurit- 1
-011011101 Bendixen 1
-011011101 Mitropolous 1
-011011101 Longabaugh 1
-011011101 Cancian 1
-011011101 Kazdin 1
-011011101 Guttierez 1
-011011101 Rochford 1
-011011101 Zadow 1
-011011101 DuVal 1
-011011101 Snowbarger 1
-011011101 Cantrill 1
-011011101 Birkensleigh 1
-011011101 Nkala 1
-011011101 Lyndorff 1
-011011101 Troiso 1
-011011101 Muzorewa 1
-011011101 Vasta 1
-011011101 1947-58 1
-011011101 Taghavi 1
-011011101 Mamoudzadeh 1
-011011101 Bajelan 1
-011011101 Hesketh 1
-011011101 Morthland 1
-011011101 McNabb 1
-011011101 flyrod 1
-011011101 Hammerley 1
-011011101 Mizuguchi 1
-011011101 Lugeon 1
-011011101 Lintz 1
-011011101 Willever 1
-011011101 Tomasin 1
-011011101 Tamberlane 1
-011011101 Frazza 1
-011011101 Maravich 1
-011011101 Montaruli 1
-011011101 a-koo-ka 1
-011011101 Jetmundson 1
-011011101 Vradenburg 1
-011011101 Rivett 1
-011011101 Foxe 1
-011011101 Kassim 1
-011011101 Fesharaki 1
-011011101 Murphy-autographed 1
-011011101 Sandlund 1
-011011101 Colleran 1
-011011101 Salvisberg 1
-011011101 Wakil 1
-011011101 Rachels 1
-011011101 Grunberg 1
-011011101 Dulworth 1
-011011101 Harburg 1
-011011101 Hershatter 1
-011011101 Pica 1
-011011101 Kimihide 1
-011011101 Akazawa 1
-011011101 Jindrich 1
-011011101 Nishihashi 1
-011011101 Stagliano 1
-011011101 Schwinger 1
-011011101 Buzzell 1
-011011101 Shunk 1
-011011101 MacEachen 1
-011011101 Dorfler 1
-011011101 Wetheimer 1
-011011101 Schommers 1
-011011101 Senderens 1
-011011101 Ecuyer 1
-011011101 Stahnke 1
-011011101 Urbina 1
-011011101 Dunkley 1
-011011101 Huetten 1
-011011101 Haemmerle 1
-011011101 Sivitz 1
-011011101 Woitas 1
-011011101 Sonday 1
-011011101 Gres 1
-011011101 Hayhurst 1
-011011101 Thesiger 1
-011011101 Rimes 1
-011011101 Clavenna 1
-011011101 Narol 1
-011011101 Spiotta 1
-011011101 Misaki 1
-011011101 CPDH 1
-011011101 Creelman 1
-011011101 Bianchi-Sand 1
-011011101 Hessan 1
-011011101 Ghio 1
-011011101 Westerterpe 1
-011011101 Diest 1
-011011101 Dantchik 1
-011011101 deNoia 1
-011011101 Granin 1
-011011101 Samoilov 1
-011011101 Garmaise 1
-011011101 Outcault 1
-011011101 Rogari 1
-011011101 Shafonsky 1
-011011101 Luker 1
-011011101 Yoshikawa 1
-011011101 Urdanoff 1
-011011101 Kots 1
-011011101 Baynard 1
-011011101 Halva-Neubauer 1
-011011101 Nakauchi 1
-011011101 CPTs 1
-011011101 Boorstyn 1
-011011101 Sipiora 1
-011011101 Loewenherz 1
-011011101 Divall 1
-011011101 Loevner 1
-011011101 Tornay 1
-011011101 Roganti 1
-011011101 Yohannan 1
-011011101 Viclad 1
-011011101 CAPA 1
-011011101 COA 1
-011011101 Bianchetti 1
-011011101 Frankola 1
-011011101 Flacks 1
-011011101 Aglira 1
-011011101 RETREATED 1
-011011101 Banovick 1
-011011101 Chappelle 1
-011011101 Fossan 1
-011011101 Oristaglio 1
-011011101 Lashof 1
-011011101 INSERM 1
-011011101 Suess 1
-011011101 Denais 1
-011011101 Aurelian 1
-011011101 1892-94 1
-011011101 Neckers 1
-011011101 Giboux 1
-011011101 Schessler 1
-011011101 1875-76 1
-011011101 Gouilloud 1
-011011101 Adoo 1
-011011101 Hendren 1
-011011101 Branchflower 1
-011011101 Meekison 1
-011011101 Rawle 1
-011011101 Gallens 1
-011011101 Phin 1
-011011101 Laufenberg 1
-011011101 Norquist 1
-011011101 1900-02 1
-011011101 Chitty 1
-011011101 Dreebman 1
-011011101 Fiattarone 1
-011011101 Ventimiglia 1
-011011101 Branscome 1
-011011101 Sekel 1
-011011101 Kesler 1
-011011101 Varalli 1
-011011101 BenVeniste 1
-011011101 Jerdee 1
-011011101 Cherner 1
-011011101 Maseji 1
-011011101 non-Havana 1
-011011101 DeLellis 1
-011011101 Sessa 1
-011011101 Kuschel 1
-011011101 Gosset 1
-011011101 Jeske 1
-011011101 Piel 1
-011011101 Frees 1
-011011101 Ansdell 1
-011011101 Dockweiler 1
-011011101 216-204 1
-011011101 Elswit 1
-011011101 Pacho 1
-011011101 nonfrozen 1
-011011101 Harootyan 1
-011011101 Clenendan 1
-011011101 Frykholm 1
-011011101 Abernethy 1
-011011101 Winterhalder 1
-011011101 McGeown 1
-011011101 Woodwell 1
-011011101 Riegert 1
-011011101 Suzzy 1
-011011101 Tamaras 1
-011011101 Svasemberg 1
-011011101 Roeber 1
-011011101 Sorich 1
-011011101 Leinwand 1
-011011101 Ringenbach 1
-011011101 Tancock 1
-011011101 Merszei 1
-011011101 Ispahani 1
-011011101 Tuerkheimer 1
-011011101 Pilko 1
-011011101 Dunnan 1
-011011101 Mako 1
-011011101 Steckles 1
-011011101 Annacone 1
-011011101 Comizio 1
-011011101 Orentreich 1
-011011101 Citrin 1
-011011101 Jasey 1
-011011101 Rouvillois 1
-011011101 Bogossian 1
-011011101 Hinchliff 1
-011011101 Arvantidis 1
-011011101 Mujica 1
-011011101 Ehlinger 1
-011011101 Rouleau 1
-011011101 Kameishi 1
-011011101 Ahlerich 1
-011011101 1912-33 1
-011011101 Finsilver 1
-011011101 Milbauer 1
-011011101 Haniye 1
-011011101 Downton 1
-011011101 Mentzer 1
-011011101 Tirrel 1
-011011101 1896-1976 1
-011011101 285,754 1
-011011101 Vass 1
-011011101 Kardos 1
-011011101 SCULLEY 1
-011011101 CALFAB 1
-011011101 Cicarone 1
-011011101 Dyshalenkova 1
-011011101 Ninomiya 1
-011011101 Coiffet 1
-011011101 Mihalas 1
-011011101 Shulstad 1
-011011101 1967=100 1
-011011101 Kahwaty 1
-011011101 Eigo 1
-011011101 Greindl 1
-011011101 Voskarides 1
-011011101 731-798 1
-011011101 Slightam 1
-011011101 Ramishvili 1
-011011101 Grandis 1
-011011101 Champtaloup 1
-011011101 Sheiner 1
-011011101 Mielock 1
-011011101 Hymanson 1
-011011101 Kernish 1
-011011101 Pewsey 1
-011011101 Sallet 1
-011011101 1332-1404 1
-011011101 1263-1328 1
-011011101 Huwa 1
-011011101 Holler 1
-011011101 Ettelbrick 1
-011011101 Krolikowski 1
-011011101 Muns 1
-011011101 Bricken 1
-011011101 Echeandia 1
-011011101 Weckstein 1
-011011101 Herberich 1
-011011101 Karrh 1
-011011101 Bissiere 1
-011011101 Alechinsky 1
-011011101 Griss 1
-011011101 1840-1906 1
-011011101 Clayton-Pedersen 1
-011011101 Kelsea 1
-011011101 Kolsrud 1
-011011101 Plaze 1
-011011101 Steube 1
-011011101 Pradilla 1
-011011101 Kupperman 1
-011011101 Coltoff 1
-011011101 Danko 1
-011011101 Sukel 1
-011011101 Holch 1
-011011101 Ragano 1
-011011101 Deatherage 1
-011011101 Dornfield 1
-011011101 Tortoriello 1
-011011101 Biondo 1
-011011101 Lipsen 1
-011011101 Orsino 1
-011011101 Perloff 1
-011011101 Senyei 1
-011011101 Uretz 1
-011011101 McLagen 1
-011011101 Shagoury 1
-011011101 Escott 1
-011011101 Nakash 1
-011011101 Korobytsin 1
-011011101 Oddy 1
-011011101 Halsmuseum 1
-011011101 Holynskyj 1
-011011101 Weintraut 1
-011011101 Hagelstein 1
-011011101 Grenesko 1
-011011101 Verban 1
-011011101 1948-50 1
-011011101 Stana 1
-011011101 Pasternack 1
-011011101 Tionko 1
-011011101 Grove/Weidenfeld 1
-011011101 Hirasuna 1
-011011101 Al. 1
-011011101 Tsunozaki 1
-011011101 McLuggage 1
-011011101 Burka 1
-011011101 Serra-Badue 1
-011011101 Gallinger 1
-011011101 Sonsky 1
-011011101 Kolodner 1
-011011101 Alberding 1
-011011101 Grantham-Hill 1
-011011101 Sietsma 1
-011011101 Angellism 1
-011011101 Surmanek 1
-011011101 Dyar 1
-011011101 DuPrey 1
-011011101 Asay 1
-011011101 Ostrowsky 1
-011011101 Poyne 1
-011011101 Sult 1
-011011101 1966-1967 1
-011011101 Clooney 1
-011011101 Urben 1
-011011101 Defeo 1
-011011101 Nagorski 1
-011011101 Derobert 1
-011011101 Charlebois 1
-011011101 Jue 1
-011011101 deGuillenchmidt 1
-011011101 Hollsworth 1
-011011101 Ringnauld 1
-011011101 Fege 1
-011011101 DeLiefde 1
-011011101 Jaspers 1
-011011101 Hoexum 1
-011011101 Gilhooley 1
-011011101 Prelegos 1
-011011101 Holscher 1
-011011101 Lindamood 1
-011011101 Drobnick 1
-011011101 Bygdeman 1
-011011101 Stahler-Sholk 1
-011011101 Alyward 1
-011011101 Feingold 1
-011011101 Aufthauser 1
-011011101 Wetherill 1
-011011101 1618-48 1
-011011101 Bozicevich 1
-011011101 Edwardh 1
-011011101 Binsfeld 1
-011011101 Studach 1
-011011101 Magnanti 1
-011011101 Persabal 1
-011011101 Canedo 1
-011011101 ci 1
-011011101 Tineo 1
-011011101 Dills 1
-011011101 Coler 1
-011011101 Digre 1
-011011101 Parkos 1
-011011101 Tominovich 1
-011011101 Hiratsuka 1
-011011101 Humiston 1
-011011101 Zechman 1
-011011101 Raptapolous 1
-011011101 Lepiner 1
-011011101 Naiman 1
-011011101 Nthenda 1
-011011101 Mio 1
-011011101 Moher 1
-011011101 Milko 1
-011011101 Jacobson-Sive 1
-011011101 Tauranac 1
-011011101 Turchin 1
-011011101 Bedeian 1
-011011101 Zable 1
-011011101 Scarperi 1
-011011101 1959-1986 1
-011011101 Bienz 1
-011011101 Stares 1
-011011101 Hastoy 1
-011011101 Munkenbeck 1
-011011101 BEE-kee 1
-011011101 Froybu 1
-011011101 Hulkower 1
-011011101 1828-1910 1
-011011101 Tichenor 1
-011011101 Schlager-Herscott 1
-011011101 Yura 1
-011011101 Mildner 1
-011011101 Teschner 1
-011011101 Shushat 1
-011011101 Worre 1
-011011101 Zanotti 1
-011011101 Furusaka 1
-011011101 shhh 1
-011011101 Hadland 1
-011011101 Waki 1
-011011101 Svistunov 1
-011011101 Lutmer 1
-011011101 Wurm 1
-011011101 Brokaw. 1
-011011101 Manenti 1
-011011101 laughed. 1
-011011101 Glorie 1
-011011101 Huey-Burns 1
-011011101 Fiering 1
-011011101 Puette 1
-011011101 Maleska 1
-011011101 Winegar 1
-011011101 Pollnow 1
-011011101 Browder 1
-011011101 Rietz 1
-011011101 Carbaugh 1
-011011101 Marcellino 1
-011011101 Treleaven 1
-011011101 Augenthaler 1
-011011101 Schoonmaker 1
-011011101 Erginsoy 1
-011011101 Israfil 1
-011011101 Brandler 1
-011011101 Turbyfill 1
-011011101 Wragg 1
-011011101 Scratchard 1
-011011101 Dupps 1
-011011101 Broich 1
-011011101 Naster 1
-011011101 Yune 1
-011011101 Waage 1
-011011101 Crunkleton 1
-011011101 Pinson-Smith 1
-011011101 Brummel 1
-011011101 Lyles 1
-011011101 Stoltman 1
-011011101 Camnitzer 1
-011011101 Gerven 1
-011011101 Wolbrette 1
-011011101 Ghurair 1
-011011101 Travkin 1
-011011101 Sklyarov 1
-011011101 Kudryavtsev 1
-011011101 Vatanen 1
-011011101 Mrad 1
-011011101 LaGamba 1
-011011101 Kentoff 1
-011011101 Mazzucchelli 1
-011011101 Wychwood 1
-011011101 Borst 1
-011011101 Eavey 1
-011011101 Doose 1
-011011101 Kassapian 1
-011011101 Knipe 1
-011011101 uh-oh 1
-011011101 Bodurtha 1
-011011101 Sangenito 1
-011011101 Dahman 1
-011011101 Fisketjon 1
-011011101 Schwarte 1
-011011101 Jiangmen 1
-011011101 Rejto 1
-011011101 Schneider-Maunoury 1
-011011101 Klyuchevsky 1
-011011101 Westney 1
-011011101 Odinokov 1
-011011101 Hauptly 1
-011011101 Taphorn 1
-011011101 Ferriday 1
-011011101 Ertman 1
-011011101 bogoiskatel 1
-011011101 stvo 1
-011011101 Duga 1
-011011101 Szemeredy 1
-011011101 Veilleux 1
-011011101 Schmotzer 1
-011011101 Stillinger 1
-011011101 Panet-Raymond 1
-011011101 Lochridge 1
-011011101 Badr-Taleh 1
-011011101 Conheeney 1
-011011101 Schoener 1
-011011101 Stensrud 1
-011011101 Rydholm 1
-011011101 Bozanich 1
-011011101 Sprandel 1
-011011101 Bunkell 1
-011011101 Meinerzthagen 1
-011011101 Schuberth 1
-011011101 Bolley 1
-011011101 Bernish 1
-011011101 Dittamore 1
-011011101 Didley 1
-011011101 DiPasquali 1
-011011101 Kaplowitz 1
-011011101 Zeisel 1
-011011101 McKirgan 1
-011011101 Torello 1
-011011101 Wadleigh 1
-011011101 Gouba 1
-011011101 Favelukes 1
-011011101 Tilberg 1
-011011101 Tenan 1
-011011101 Gajewski 1
-011011101 Turzak 1
-011011101 Yudoff 1
-011011101 Radspieler 1
-011011101 Garver 1
-011011101 Emly 1
-011011101 Torgl 1
-011011101 Suwa 1
-011011101 Dewhirst 1
-011011101 Ivany 1
-011011101 Beier 1
-011011101 Gabin 1
-011011101 Neppl 1
-011011101 Steyer 1
-011011101 Zemmol 1
-011011101 Mickle 1
-011011101 Hadwiger 1
-011011101 Golman 1
-011011101 Drumheller 1
-011011101 DeIanni 1
-011011101 Ketchen 1
-011011101 Pantano 1
-011011101 Ginter 1
-011011101 Luttig 1
-011011101 Reuling 1
-011011101 Ruggieri 1
-011011101 Fullett 1
-011011101 Cabrales 1
-011011101 Karfunkel 1
-011011101 Kibbe 1
-011011101 Schlissel 1
-011011101 UNAG 1
-011011101 LINEUP 1
-011011101 Vizzone 1
-011011101 Sudmeier 1
-011011101 Kashef 1
-011011101 Aronica 1
-011011101 Sako 1
-011011101 Eber 1
-011011101 Erhrenhalt 1
-011011101 Likhachev 1
-011011101 Braatz 1
-011011101 Wolzein 1
-011011101 Libin 1
-011011101 Milbourne 1
-011011101 Beddow 1
-011011101 Fulgham 1
-011011101 Varoutsos 1
-011011101 Watry 1
-011011101 Szewczyk 1
-011011101 Niegsch 1
-011011101 Dubitzky 1
-011011101 TAMS 1
-011011101 Brudzinski 1
-011011101 Crowninshield 1
-011011101 Blate 1
-011011101 Nappo 1
-011011101 Mantell 1
-011011101 Cordonier 1
-011011101 Yema 1
-011011101 Lowsley 1
-011011101 Wolbarsht 1
-011011101 Dzershinsky 1
-011011101 Petizon 1
-011011101 Maxon 1
-011011101 Oyama 1
-011011101 Heys 1
-011011101 Panocchia 1
-011011101 Rappaccioli 1
-011011101 Signorelli 1
-011011101 Quinones 1
-011011101 Dahltorp 1
-011011101 Lumbly 1
-011011101 Kaczorowski 1
-011011101 Eickman 1
-011011101 Shakely 1
-011011101 Ulrey 1
-011011101 Novogrod 1
-011011101 McNeish 1
-011011101 Halverson 1
-011011101 Sauvan 1
-011011101 Fronk 1
-011011101 Fagg 1
-011011101 Clayton-Cragg 1
-011011101 Seisler 1
-011011101 4,416 1
-011011101 Wilby 1
-011011101 Farahi 1
-011011101 Bulfield 1
-011011101 Qabir 1
-011011101 Anziano 1
-011011101 Harshman 1
-011011101 Doocy 1
-011011101 Russell-Jones 1
-011011101 Schull 1
-011011101 Jojoba 1
-011011101 Pitou 1
-011011101 Turon 1
-011011101 Girolimon 1
-011011101 Suhrke 1
-011011101 Katzav 1
-011011101 Pohilko 1
-011011101 Grodahl 1
-011011101 Birdsong 1
-011011101 nonexpert 1
-011011101 14:17-21 1
-011011101 Bettencourt 1
-011011101 Destro 1
-011011101 Yegian 1
-011011101 Nyby 1
-011011101 Tabatabai 1
-011011101 Kiszcak 1
-011011101 Avildsen 1
-011011101 Bednarscuk 1
-011011101 Bovenzi 1
-011011101 Wander 1
-011011101 Pfiefer 1
-011011101 Shenold 1
-011011101 Dadd 1
-011011101 Kimberlin 1
-011011101 Podgers 1
-011011101 Raychuk 1
-011011101 1801-1835 1
-011011101 Lovegrove 1
-011011101 Maslen 1
-011011101 Nex 1
-011011101 McLeland 1
-011011101 Kassin 1
-011011101 Yaquinto 1
-011011101 Pekrul 1
-011011101 Galegher 1
-011011101 Durmoy 1
-011011101 Georgesen 1
-011011101 Hickerson 1
-011011101 Skouem 1
-011011101 Vadies 1
-011011101 Koritzinsky 1
-011011101 McNee 1
-011011101 Kettrick 1
-011011101 Jahnigen 1
-011011101 Tarrantino 1
-011011101 Libow 1
-011011101 Pfauwadel 1
-011011101 Ceresney 1
-011011101 Keddington 1
-011011101 Chanler 1
-011011101 Bice 1
-011011101 Bealmear 1
-011011101 Rully 1
-011011101 In-Ki 1
-011011101 Yourdon 1
-011011101 Fagundes 1
-011011101 MacCrate 1
-011011101 Veille 1
-011011101 Hamar 1
-011011101 Gebhard 1
-011011101 Travaglini 1
-011011101 Seefeldt 1
-011011101 Biamby 1
-011011101 Fellberg 1
-011011101 Kampula 1
-011011101 Feldsott 1
-011011101 Ringkjob 1
-011011101 Beston 1
-011011101 Villata 1
-011011101 Kibart 1
-011011101 Romash 1
-011011101 Amlot 1
-011011101 Epting 1
-011011101 Su-kyung 1
-011011101 Sylphides 1
-011011101 Tardos 1
-011011101 Fizdale 1
-011011101 Anzalone 1
-011011101 Geraschenko 1
-011011101 Tampin 1
-011011101 Loe 1
-011011101 Sternbach 1
-011011101 Sharlitt 1
-011011101 Mansson 1
-011011101 Novarro 1
-011011101 Nederkoorn 1
-011011101 Gerdes 1
-011011101 Rayher 1
-011011101 Corden 1
-011011101 Lescott 1
-011011101 Huiskamp 1
-011011101 Kellmer 1
-011011101 Gouse 1
-011011101 Courtman 1
-011011101 Heley-Hutchinson 1
-011011101 Leemans 1
-011011101 Gabour 1
-011011101 149.5pound 1
-011011101 Skoropowski 1
-011011101 Selyunin 1
-011011101 Riekert 1
-011011101 Hazouri 1
-011011101 Kasher 1
-011011101 Jurdahl 1
-011011101 Indrocarburi 1
-011011101 Voorhes 1
-011011101 Goodings 1
-011011101 Harry-Porter 1
-011011101 Hegi 1
-011011101 Chimberg 1
-011011101 Shiqing 1
-011011101 Erbin 1
-011011101 Nobs 1
-011011101 Lench 1
-011011101 Arzymanow 1
-011011101 Gonzelli 1
-011011101 Alstott 1
-011011101 Nader-related 1
-011011101 Farer 1
-011011101 Kirsh 1
-011011101 Cosham 1
-011011101 Janasz 1
-011011101 Roballo 1
-011011101 Yettaw 1
-011011101 Sherick 1
-011011101 Ols 1
-011011101 Laug 1
-011011101 Knothenberg 1
-011011101 Nofi 1
-011011101 Lammerding 1
-011011101 Miron 1
-011011101 Hernly 1
-011011101 Claypole 1
-011011101 Feniger 1
-011011101 what's-his-name 1
-011011101 Lefort 1
-011011101 Miskel 1
-011011101 Medavoy 1
-011011101 Dodwell 1
-011011101 Wigg 1
-011011101 N.Zealand 1
-011011101 Polin 1
-011011101 Polachi 1
-011011101 Morowitz 1
-011011101 Massocca 1
-011011101 Erben 1
-011011101 Fescher 1
-011011101 Falkenstein 1
-011011101 Rueve 1
-011011101 Tikhonov 1
-011011101 Turissini 1
-011011101 Hileman 1
-011011101 Zegar 1
-011011101 Rolan 1
-011011101 Kutzke 1
-011011101 Rabi 1
-011011101 Shosteck 1
-011011101 Novitch 1
-011011101 DeNoon 1
-011011101 Yusko 1
-011011101 Sansolo 1
-011011101 Yayama 1
-011011101 Aramanda 1
-011011101 Simonberg 1
-011011101 Devere 1
-011011101 Nedaskovskaya 1
-011011101 Nonna 1
-011011101 DiJoseph 1
-011011101 Kotwas 1
-011011101 DeNoville 1
-011011101 Lithell 1
-011011101 Voltaggio 1
-011011101 Bowdon 1
-011011101 Behague 1
-011011101 Zomber 1
-011011101 Gurevich 1
-011011101 NagyAntal 1
-011011101 Nickson 1
-011011101 Bargerter 1
-011011101 Rentz 1
-011011101 Bracey 1
-011011101 Jauhiainen 1
-011011101 Clinkscales 1
-011011101 Huffstodt 1
-011011101 Pelin 1
-011011101 Ogtrop 1
-011011101 Holdman 1
-011011101 Grenside 1
-011011101 Risley 1
-011011101 Azzi 1
-011011101 Busterud 1
-011011101 Balboni 1
-011011101 Laciura 1
-011011101 Luetzel 1
-011011101 Uroshevich 1
-011011101 SLFP 1
-011011101 Gatward 1
-011011101 Kromer 1
-011011101 Handshy 1
-011011101 Masurel 1
-011011101 Magrizi 1
-011011101 Francanzani 1
-011011101 Karten 1
-011011101 Neddo 1
-011011101 McMurry 1
-011011101 Coughran 1
-011011101 Southon 1
-011011101 Rayboy 1
-011011101 Henn 1
-011011101 Wempner 1
-011011101 Frio 1
-011011101 Katzke 1
-011011101 Waxweiler 1
-011011101 Hintze 1
-011011101 Jeffe 1
-011011101 literally> 1
-011011101 Copp 1
-011011101 Kennedy-wordsmith 1
-011011101 Lysiak 1
-011011101 Lewis-Davies 1
-011011101 Zulkarnain 1
-011011101 Blaydes 1
-011011101 Kutner 1
-011011101 MacCallan 1
-011011101 1972-80 1
-011011101 Suneby 1
-011011101 Dupond 1
-011011101 Fahner 1
-011011101 Kleinfield 1
-011011101 Brezinski 1
-011011101 Schmalzried 1
-011011101 Zirkle 1
-011011101 Schwarzenberg 1
-011011101 Browen 1
-011011101 Lengesia 1
-011011101 Tempesst 1
-011011101 Uston 1
-011011101 Denard 1
-011011101 Chemin 1
-011011101 Armentrout 1
-011011101 Lifar 1
-011011101 Matsuzaki 1
-011011101 Tufteland 1
-011011101 Maitumo 1
-011011101 Heimfeld 1
-011011101 Forgash 1
-011011101 Garrecht 1
-011011101 Chite 1
-011011101 Boyde 1
-011011101 Houchin 1
-011011101 Glesinger 1
-011011101 Hirschboeck 1
-011011101 Delwiche 1
-011011101 Laroy 1
-011011101 Leddick 1
-011011101 Beirise 1
-011011101 a-Natour 1
-011011101 Niccolini 1
-011011101 Tysse 1
-011011101 Monteux 1
-011011101 Aguiar 1
-011011101 Elsholz 1
-011011101 Dutcher 1
-011011101 Codrington 1
-011011101 Ewers 1
-011011101 3.3-inch-diagonal 1
-011011101 Markgraf 1
-011011101 Ariola 1
-011011101 Houtman 1
-011011101 LaVoie 1
-011011101 Alment 1
-011011101 Mulvey 1
-011011101 Recce 1
-011011101 Caspe 1
-011011101 Termaat 1
-011011101 Klitzman 1
-011011101 Jenkinson 1
-011011101 Mutton 1
-011011101 Tabacchi 1
-011011101 41-55 1
-011011101 Uhlenhop 1
-011011101 Zipko 1
-011011101 GSE 1
-011011101 Breihan 1
-011011101 Chronometer 1
-011011101 Westermeyer 1
-011011101 Dettinger 1
-011011101 Buddendorf 1
-011011101 Yaklin 1
-011011101 Boeren-Veen 1
-011011101 Geun 1
-011011101 Boles 1
-011011101 Osiander 1
-011011101 Brostowitz 1
-011011101 Buttigan 1
-011011101 Carnduff 1
-011011101 Mayall 1
-011011101 Gromov 1
-011011101 Mitscher 1
-011011101 Driker 2
-011011101 Dor 2
-011011101 Lawshe 2
-011011101 Gerstgrasser 2
-011011101 ugh 2
-011011101 Hampp 2
-011011101 Hudnall 2
-011011101 Hime 2
-011011101 1886-1980 2
-011011101 Cliggot 2
-011011101 Lunchbucket 2
-011011101 Sonenclar 2
-011011101 Pinney 2
-011011101 Spannaus 2
-011011101 Serre 2
-011011101 Guibilato 2
-011011101 Summerall 2
-011011101 Paletz 2
-011011101 Heras 2
-011011101 Bjelke-Petersen 2
-011011101 DeAngelo 2
-011011101 Henschel 2
-011011101 BSPP 2
-011011101 Marcano 2
-011011101 Scollard 2
-011011101 Taras 2
-011011101 Thevenot 2
-011011101 Reiffel 2
-011011101 Ostergard 2
-011011101 Raffin 2
-011011101 Prizel 2
-011011101 Loos 2
-011011101 Lamesch 2
-011011101 Wellesz 2
-011011101 PPPs 2
-011011101 PPIs 2
-011011101 Herskowitz 2
-011011101 Arenas 2
-011011101 Riper 2
-011011101 Rochac 2
-011011101 Foppiano 2
-011011101 1966-73 2
-011011101 Huse 2
-011011101 Ruschkowski 2
-011011101 Roenigk 2
-011011101 Solters 2
-011011101 Probus 2
-011011101 Colliver 2
-011011101 Pipho 2
-011011101 Elsberg 2
-011011101 Chinitz 2
-011011101 Yocum 2
-011011101 Wetmore 2
-011011101 Curvin 2
-011011101 Sidoti 2
-011011101 Montalbetti 2
-011011101 Salhany 2
-011011101 Dacey 2
-011011101 2/10 2
-011011101 4/2 2
-011011101 Pohle 2
-011011101 HI 2
-011011101 Ciaccio 2
-011011101 Weissmann 2
-011011101 Null 2
-011011101 Barrot 2
-011011101 Tichy 2
-011011101 Chabrol 2
-011011101 1368-1644 2
-011011101 PETA 2
-011011101 diGenova 2
-011011101 Ruesing 2
-011011101 Medgyessy 2
-011011101 Reni 2
-011011101 Razak 2
-011011101 Elinsky 2
-011011101 Satterthwaite 2
-011011101 Mullady 2
-011011101 Cobban 2
-011011101 Qvale 2
-011011101 Verso 2
-011011101 Hammock 2
-011011101 UyTioco 2
-011011101 Halberstadt 2
-011011101 DeGregorio 2
-011011101 Hoenicke 2
-011011101 Soule 2
-011011101 Christin 2
-011011101 Newton-John 2
-011011101 Valdner 2
-011011101 Schicchi 2
-011011101 Dunn-Rankin 2
-011011101 Brandstetter 2
-011011101 Yavitz 2
-011011101 Corney 2
-011011101 Petrick 2
-011011101 Ochi 2
-011011101 Avelar 2
-011011101 Spirrison 2
-011011101 Riben 2
-011011101 Magness 2
-011011101 Lawlor 2
-011011101 Duffey 2
-011011101 Lalli 2
-011011101 Manner 2
-011011101 Porcelli 2
-011011101 Geballe 2
-011011101 Nulty 2
-011011101 Quiros 2
-011011101 Wellborn 2
-011011101 Koltes 2
-011011101 Minch 2
-011011101 Deisz 2
-011011101 Schlapfer 2
-011011101 Bostwick 2
-011011101 Maarbjerg 2
-011011101 Marer 2
-011011101 Teagarden 2
-011011101 Onidi 2
-011011101 Elbaz 2
-011011101 Emrich 2
-011011101 Scopo 2
-011011101 Koller 2
-011011101 Lombardy 2
-011011101 Mansour 2
-011011101 Haake 2
-011011101 Parler 2
-011011101 Overbeeke 2
-011011101 Kavesh 2
-011011101 Cattrall 2
-011011101 LRINF 2
-011011101 Lannie 2
-011011101 Bloggs 2
-011011101 Newlin 2
-011011101 Eastham 2
-011011101 Bishvat 2
-011011101 Halebian 2
-011011101 Lionetti 2
-011011101 Bruner 2
-011011101 Ragavan 2
-011011101 COMEX 2
-011011101 Agajanian 2
-011011101 Abuchowski 2
-011011101 MacFarlane 2
-011011101 Lapenter 2
-011011101 Kump 2
-011011101 Miller-Bakewell 2
-011011101 Scalettar 2
-011011101 Dutt 2
-011011101 Chadonic 2
-011011101 Licon 2
-011011101 Koufax 2
-011011101 1209 2
-011011101 Hetrick 2
-011011101 Gerrard 2
-011011101 Mell 2
-011011101 Shiba 2
-011011101 Danse 2
-011011101 Hurlburt 2
-011011101 Cabria 2
-011011101 Lappe 2
-011011101 Saviers 2
-011011101 Doerig 2
-011011101 AAZK 2
-011011101 1868-1912 2
-011011101 Fuelner 2
-011011101 Bario 2
-011011101 Parlato 2
-011011101 Mauri 2
-011011101 Renteria 2
-011011101 Amiel 2
-011011101 Boakes 2
-011011101 Narkewicz 2
-011011101 Romualdez 2
-011011101 Farago 2
-011011101 Adieux 2
-011011101 Launder 2
-011011101 Lachowsky 2
-011011101 Beaumont-Dark 2
-011011101 Sontheimer 2
-011011101 Kawashima 2
-011011101 Gonski 2
-011011101 Bulloch 2
-011011101 Wachter 2
-011011101 Granwell 2
-011011101 Louis-Dreyfus 2
-011011101 Goldsboro 2
-011011101 Orenstein 2
-011011101 Moeltner 2
-011011101 Verster 2
-011011101 Baumgarten 2
-011011101 Sanson 2
-011011101 Yamamura 2
-011011101 Stancell 2
-011011101 Grissom 2
-011011101 SRs 2
-011011101 JCAH 2
-011011101 Ruehl 2
-011011101 Pilcher 2
-011011101 Labiner 2
-011011101 Kuper 2
-011011101 Maready 2
-011011101 Fialkow 2
-011011101 Cadaret 2
-011011101 1970-76 2
-011011101 Chertow 2
-011011101 Schanbaum 2
-011011101 Haffner 2
-011011101 CEQ 2
-011011101 Selway-Swift 2
-011011101 Conigliaro 2
-011011101 Tebbe 2
-011011101 Erlichman 2
-011011101 Schleicher 2
-011011101 Boal 2
-011011101 Demesse 2
-011011101 MacLaury 2
-011011101 Kitamura 2
-011011101 Wetherby 2
-011011101 Tyrer 2
-011011101 Gielen 2
-011011101 Pratte 2
-011011101 Shulz 2
-011011101 Gorney 2
-011011101 Hendrickse 2
-011011101 Mastrangelo 2
-011011101 Tortorici 2
-011011101 Neveu 2
-011011101 Macdougall 2
-011011101 Lomanno 2
-011011101 Barberis 2
-011011101 Bainbridge 2
-011011101 Meaden 2
-011011101 Sizemore 2
-011011101 Rafuse 2
-011011101 Malmgren 2
-011011101 Capiau 2
-011011101 Wigginton 2
-011011101 ta-KESH-ta 2
-011011101 Obrinksy 2
-011011101 Liberatore 2
-011011101 Gressel 2
-011011101 Mischler 2
-011011101 Kornfeld 2
-011011101 Makens 2
-011011101 Yalen 2
-011011101 Westlund 2
-011011101 McKusick 2
-011011101 Lopata 2
-011011101 Cetrone 2
-011011101 Goutard 2
-011011101 Kreidler 2
-011011101 Glos 2
-011011101 Dalzell 2
-011011101 Soble 2
-011011101 Wiedenmayer 2
-011011101 Mazura 2
-011011101 Accessoires 2
-011011101 Anzola 2
-011011101 Serino 2
-011011101 Berigan 2
-011011101 Shinato 2
-011011101 Ranelli 2
-011011101 Calbo 2
-011011101 Barshop 2
-011011101 Letertre 2
-011011101 Rees-Mogg 2
-011011101 Lobsenz 2
-011011101 mid-May-mid-August 2
-011011101 Jean-Philippe 2
-011011101 Baty 2
-011011101 Manwani 2
-011011101 Allardice 2
-011011101 Diderot 2
-011011101 Grimbley 2
-011011101 Kuhl 2
-011011101 Abtahi 2
-011011101 Minicucci 2
-011011101 McFerran 2
-011011101 Murr 2
-011011101 Marthe 2
-011011101 Spen 2
-011011101 McKeehan 2
-011011101 Binstein 2
-011011101 Jureidini 2
-011011101 Howland 2
-011011101 Perlstein 2
-011011101 Tello 2
-011011101 Andewelt 2
-011011101 Delroy 2
-011011101 Mackenrodt 2
-011011101 Padgitt 2
-011011101 Yaroslavsky 2
-011011101 5,033 2
-011011101 Strozier 2
-011011101 Haglund 2
-011011101 Kwok 2
-011011101 2030-2050 2
-011011101 Huyett 2
-011011101 Hyett 2
-011011101 Sheikholislam 2
-011011101 Crawshaw 2
-011011101 Holroyd 2
-011011101 Kiely 2
-011011101 Hemnes 2
-011011101 Kerfourn 2
-011011101 Kozak 2
-011011101 Transfusion 2
-011011101 Pereire 2
-011011101 Weidner 2
-011011101 Morony 2
-011011101 Laptev 2
-011011101 ChFC 2
-011011101 Boxberger 2
-011011101 Miernyk 2
-011011101 Shillingford 2
-011011101 Menadue 2
-011011101 Poston 2
-011011101 SHAPE 2
-011011101 Ik 2
-011011101 Hodgkinson 2
-011011101 Pinkowitz 2
-011011101 Kirst 2
-011011101 Hartle 2
-011011101 Berckmans 2
-011011101 Riegger 2
-011011101 Moros 2
-011011101 Blane 2
-011011101 Aranha 2
-011011101 fixed/ARPS 2
-011011101 Bonsor 2
-011011101 Anka 2
-011011101 Lari 2
-011011101 Kloner 2
-011011101 Kasuga 2
-011011101 Shuffstall 2
-011011101 Gregoire 2
-011011101 Zeh 2
-011011101 Belas 2
-011011101 Brotman 2
-011011101 Selinger 2
-011011101 Hayter 2
-011011101 Brooker 2
-011011101 Todt 2
-011011101 Hald 2
-011011101 Lenox-Conyngham 2
-011011101 Fallow 2
-011011101 Betterton 2
-011011101 Merrigan 2
-011011101 Bergner 2
-011011101 DalBello 2
-011011101 MacKnight 2
-011011101 Hesburgh 2
-011011101 Beinstein 2
-011011101 Grinold 2
-011011101 2.2-pound 2
-011011101 Adcock 2
-011011101 Grooms 2
-011011101 Gotoda 2
-011011101 Schlemm 2
-011011101 Leleti 2
-011011101 Krejci 2
-011011101 Lipner 2
-011011101 Womble 2
-011011101 McEnally 2
-011011101 Tarrson 2
-011011101 Christakos 2
-011011101 WCC 2
-011011101 Frisbie 2
-011011101 Oct.3 2
-011011101 Dahood 2
-011011101 Brealey 2
-011011101 Brancoli 2
-011011101 Mitchell-Innes 2
-011011101 Dineen 2
-011011101 Hjort 2
-011011101 Gaeckler 2
-011011101 Shahn 2
-011011101 Dupuy 2
-011011101 Burstyn 2
-011011101 Bohane 2
-011011101 Charbonneau 2
-011011101 Heisterberg 2
-011011101 Banducci 2
-011011101 Hilfiger 2
-011011101 Schanz 2
-011011101 Stickel 2
-011011101 Kasanof 2
-011011101 Yin 2
-011011101 Kerns 2
-011011101 Weisler 2
-011011101 Baxendale 2
-011011101 Abedrop 2
-011011101 Schreuder 2
-011011101 Mangione 2
-011011101 Voke 2
-011011101 Perigord 2
-011011101 Danielak 2
-011011101 Witte 2
-011011101 Evers 2
-011011101 Ranada 2
-011011101 Malson 2
-011011101 Diezi 2
-011011101 Schiffman 2
-011011101 Wimbish 2
-011011101 MacDonnell 2
-011011101 1568 2
-011011101 Mussati 2
-011011101 Iffland 2
-011011101 Brossard 2
-011011101 Riedl 2
-011011101 Spiker 2
-011011101 Fulaij 2
-011011101 Adham 2
-011011101 Cappello 2
-011011101 Biffen 2
-011011101 Schavernoch 2
-011011101 Grimstone 2
-011011101 Dotterweich 2
-011011101 Miesmer 2
-011011101 Drumm 2
-011011101 Graebner 2
-011011101 Yanchar 2
-011011101 Malman 2
-011011101 Tembe 2
-011011101 Hedley 2
-011011101 Meagher-Davis 2
-011011101 Adelsheim 2
-011011101 Jamila 2
-011011101 Thrasher 2
-011011101 SOM 2
-011011101 Bruckheimer 2
-011011101 Mitsuzuka 2
-011011101 Naqvi 2
-011011101 mcf 2
-011011101 Kunkle 2
-011011101 Preece 2
-011011101 Meresman 2
-011011101 Altshuler 2
-011011101 Meghan 2
-011011101 Koonce 2
-011011101 Vanderwoude 2
-011011101 Matsuki 2
-011011101 Ashkin 2
-011011101 Shar 2
-011011101 Harvill 2
-011011101 Ure 2
-011011101 Nasky 2
-011011101 Kani 2
-011011101 Beurskens 2
-011011101 Chulsu 2
-011011101 Weng 2
-011011101 Edmondson 2
-011011101 Mastro 2
-011011101 Ouchi 2
-011011101 Doubled 2
-011011101 Utsman 2
-011011101 Shimokobe 2
-011011101 Marcovicci 2
-011011101 Stromberg 2
-011011101 Sequeira 2
-011011101 D-Calif. 2
-011011101 Kihwan 2
-011011101 Tretheway 2
-011011101 Avila 2
-011011101 Peep 2
-011011101 Goulde 2
-011011101 Democratico 2
-011011101 Reinfrank 2
-011011101 Manus 2
-011011101 Medvid 2
-011011101 Glanz 2
-011011101 Petrocik 2
-011011101 Wandner 2
-011011101 Lowy 2
-011011101 1834-1917 2
-011011101 Treace 2
-011011101 Panuska 2
-011011101 Gunnell 2
-011011101 Iimura 2
-011011101 F.S. 2
-011011101 Levental 2
-011011101 Suchet 2
-011011101 Lawner 2
-011011101 Winsten 2
-011011101 Chaffin 2
-011011101 Trosper 2
-011011101 1c 2
-011011101 Digney 2
-011011101 McCahill 2
-011011101 Salembier 2
-011011101 Vardy 2
-011011101 Mohammedi 2
-011011101 Fajr 2
-011011101 Auth 2
-011011101 Temin 2
-011011101 Magary 2
-011011101 al-Hassan 2
-011011101 Treanor 2
-011011101 DiBello 2
-011011101 Aichi 2
-011011101 Guisewite 2
-011011101 Millenbruch 2
-011011101 Jerram 2
-011011101 Simonelli 2
-011011101 Blackwill 2
-011011101 Pakkasem 2
-011011101 CFTC-regulated 2
-011011101 Stobaugh 2
-011011101 Horlick 2
-011011101 Panzer 2
-011011101 Leow 2
-011011101 first-in 2
-011011101 DiBuono 2
-011011101 Weig 2
-011011101 Widmer 2
-011011101 McCaul 2
-011011101 Dotti 2
-011011101 Glicksman 2
-011011101 Rom 2
-011011101 Dykstra 2
-011011101 Koprucki 2
-011011101 Turnock 2
-011011101 Sulej 2
-011011101 Saslow 2
-011011101 Jacobus 2
-011011101 Hefley 2
-011011101 Bachand 2
-011011101 Brong 2
-011011101 Atzmon 2
-011011101 Rideau 2
-011011101 Dagnan 2
-011011101 Streed 2
-011011101 Vassos 2
-011011101 Matteucci 2
-011011101 Trienens 2
-011011101 Nield 2
-011011101 Reiners 2
-011011101 Frankenheim 2
-011011101 Yip 2
-011011101 Setogawa 2
-011011101 Caulo 2
-011011101 Sudo 2
-011011101 Geils 2
-011011101 Harron 2
-011011101 1633 2
-011011101 Artiano 2
-011011101 Burbach 2
-011011101 Mahorn 2
-011011101 Zeitler 2
-011011101 Hotard 2
-011011101 Dingilian 2
-011011101 Cally 2
-011011101 Lamprey 2
-011011101 al-Haq 2
-011011101 McFarlain 2
-011011101 Buker 2
-011011101 LeGrange 2
-011011101 Baly 2
-011011101 Dessart 2
-011011101 Delsener 2
-011011101 Gilkes 2
-011011101 Aidinoff 2
-011011101 Luiso 2
-011011101 Strumwasser 2
-011011101 MacMurray 2
-011011101 Dammeyer 2
-011011101 Backhaus 2
-011011101 Balderston 2
-011011101 Yamaki 2
-011011101 Caras 2
-011011101 Laxer 2
-011011101 Lorentz 2
-011011101 Lie-Nielsen 2
-011011101 Cleu 2
-011011101 Vinocour 2
-011011101 Preiss 2
-011011101 Treen 2
-011011101 Ogg 2
-011011101 Kamiya 2
-011011101 Daniella 2
-011011101 Brailey 2
-011011101 Evron 2
-011011101 Merl 2
-011011101 Mackness 2
-011011101 SPNFZ 2
-011011101 Thessalonians 2
-011011101 Odascalchi 2
-011011101 McCandless 2
-011011101 Toda 2
-011011101 Stumbo 2
-011011101 Pushkarev 2
-011011101 Fabrizio 2
-011011101 Jacque 2
-011011101 Slan 2
-011011101 Lagnado 2
-011011101 Kinzer 2
-011011101 Riegel 2
-011011101 Saghal 2
-011011101 Hewin 2
-011011101 Ione 2
-011011101 Rathbun 2
-011011101 VERs 2
-011011101 D-Mich. 2
-011011101 Yelsey 2
-011011101 Jaeggi 2
-011011101 MAP 2
-011011101 Randazzo 2
-011011101 Miyasaka 2
-011011101 Plotz 2
-011011101 Alcindor 2
-011011101 Darder 2
-011011101 nothings 2
-011011101 McLoughlin 2
-011011101 Helbig 2
-011011101 Wikes 2
-011011101 Siebenburgen 2
-011011101 Webman 2
-011011101 Mastroddi 2
-011011101 8-7 2
-011011101 Mantilini 2
-011011101 Rivard 2
-011011101 NAIA 2
-011011101 Heclo 2
-011011101 Wegter 2
-011011101 Guyette 2
-011011101 Shirai 2
-011011101 Kirwin 2
-011011101 Barstow 2
-011011101 Lunde 2
-011011101 Kavkaz 2
-011011101 Robbins-Roth 2
-011011101 Keeny 2
-011011101 Callagy 2
-011011101 Schweninger 2
-011011101 Melman 2
-011011101 Marrinson 2
-011011101 Berentson 2
-011011101 Marita 2
-011011101 Guarascio 2
-011011101 Qualman 2
-011011101 Crombie 2
-011011101 Niemier 2
-011011101 Henriquez 2
-011011101 Nehrling 2
-011011101 Calvello 2
-011011101 Scheffer 2
-011011101 1882-1963 2
-011011101 Sinopoli 2
-011011101 DiMartino 2
-011011101 Shik 2
-011011101 Collis 2
-011011101 Mousavi 2
-011011101 Hegemony 2
-011011101 Rosskamm 2
-011011101 Berke 2
-011011101 Rannala 2
-011011101 Schambra 2
-011011101 Rehmet 2
-011011101 Grieco 2
-011011101 McVoy 2
-011011101 Cowden 2
-011011101 Legato 2
-011011101 Westover 2
-011011101 McGillivray 2
-011011101 Liley 2
-011011101 Pursell 2
-011011101 Gittelman 2
-011011101 MasterMedia 2
-011011101 Mauriac 2
-011011101 Irsay 2
-011011101 Wefald 2
-011011101 Gries 2
-011011101 LASC 2
-011011101 Penser 2
-011011101 Mashburn 2
-011011101 Povich 2
-011011101 Bernson 2
-011011101 Gilpin 2
-011011101 Borseth 2
-011011101 DeNiro 2
-011011101 Osnos 2
-011011101 Ergas 2
-011011101 Griles 2
-011011101 Artandi 2
-011011101 Vanasek 2
-011011101 Berecz 2
-011011101 Babich 2
-011011101 Lyden 2
-011011101 Hattner 2
-011011101 Skorpil 2
-011011101 Ryden 2
-011011101 Borisoff 2
-011011101 Lapidus 2
-011011101 Merideth 2
-011011101 Demarest 2
-011011101 McAteer 2
-011011101 Rigden 2
-011011101 Birkner 2
-011011101 Genest 2
-011011101 Selebi 2
-011011101 Ayton 2
-011011101 Toal 2
-011011101 Bagoon 2
-011011101 Cachalia 2
-011011101 Smiddy 2
-011011101 Nejezchleb 2
-011011101 AUB 2
-011011101 Rodham 2
-011011101 1981-1988 2
-011011101 Ladner 2
-011011101 Sneller 2
-011011101 Briloff 2
-011011101 Kunst 2
-011011101 Pierandri 2
-011011101 Weiland 2
-011011101 Hatry 2
-011011101 Staw 2
-011011101 Adderley 2
-011011101 Urich 2
-011011101 Gibbens 2
-011011101 Bininda 2
-011011101 Gaskins 2
-011011101 Winship 2
-011011101 Jurkowitz 2
-011011101 Negri 2
-011011101 Zigas 2
-011011101 Ryon 2
-011011101 Itteilag 2
-011011101 Abramoff 2
-011011101 Stabbert 2
-011011101 Miskin 2
-011011101 Adriatico 2
-011011101 Gady 2
-011011101 Schwartzstein 2
-011011101 Veliotes 2
-011011101 Reingold 2
-011011101 Wattleton 2
-011011101 Bratkowski 2
-011011101 Dymetrol 2
-011011101 Posthumus 2
-011011101 Grassmuck 2
-011011101 Corpora 2
-011011101 Tyszkiewicz 2
-011011101 Hubbert 2
-011011101 Loesch 2
-011011101 Relly 2
-011011101 McGirr 2
-011011101 Ardito-Barletta 2
-011011101 Fyfe 2
-011011101 Nickas 2
-011011101 Kimbrell 2
-011011101 Selleca 2
-011011101 Krisel 2
-011011101 Gibert 2
-011011101 Allingham 3
-011011101 1973-1986 3
-011011101 Barkema 3
-011011101 Svedberg 3
-011011101 Honiss 3
-011011101 Vaness 3
-011011101 Emry 3
-011011101 Sprouse 3
-011011101 Viking/Penguin 3
-011011101 Aldred 3
-011011101 Schardt 3
-011011101 analogs 3
-011011101 Yanes 3
-011011101 Skubal 3
-011011101 Buscaglia 3
-011011101 Abele 3
-011011101 Arata 3
-011011101 Abbeville 3
-011011101 Harkavy 3
-011011101 Peyrefitte 3
-011011101 Zief 3
-011011101 Loy 3
-011011101 Rhea 3
-011011101 Pucci 3
-011011101 Revocable 3
-011011101 Hales 3
-011011101 Strassberg 3
-011011101 McAdoo 3
-011011101 Tynan 3
-011011101 Arnum 3
-011011101 Guillaume 3
-011011101 Akiba 3
-011011101 Lansberg 3
-011011101 Norrett 3
-011011101 Pepe 3
-011011101 Petits 3
-011011101 Flournoy 3
-011011101 Fajen 3
-011011101 natch 3
-011011101 Villeneuve 3
-011011101 CF8 3
-011011101 Biegen 3
-011011101 Coulombe 3
-011011101 Foti 3
-011011101 Triplett 3
-011011101 Moos 3
-011011101 Murasawa 3
-011011101 Ostro 3
-011011101 Kosner 3
-011011101 Reymond 3
-011011101 Parola 3
-011011101 '49 3
-011011101 Weingard 3
-011011101 Schlosser 3
-011011101 Westview 3
-011011101 Fram 3
-011011101 Hartenstein 3
-011011101 Ogiba 3
-011011101 Spader 3
-011011101 Calegari 3
-011011101 Donney 3
-011011101 Bross 3
-011011101 Threadgold 3
-011011101 Jarmin 3
-011011101 Matsumura 3
-011011101 Sakamaki 3
-011011101 Shorell 3
-011011101 Keran 3
-011011101 Lygo 3
-011011101 Stickler 3
-011011101 Minikes 3
-011011101 Azenberg 3
-011011101 McNeilage 3
-011011101 Pannone 3
-011011101 Grote 3
-011011101 Figlewski 3
-011011101 Salami 3
-011011101 Pires 3
-011011101 Hartley-Leonard 3
-011011101 Garbutt 3
-011011101 Krul 3
-011011101 Yager 3
-011011101 Haus 3
-011011101 Minsky 3
-011011101 Podberesky 3
-011011101 Ewart 3
-011011101 Saxbe 3
-011011101 Zvonek 3
-011011101 Puder-York 3
-011011101 Halfpenny 3
-011011101 Pitofsky 3
-011011101 Durning 3
-011011101 Hao 3
-011011101 Rayl 3
-011011101 Loehr 3
-011011101 Mazor 3
-011011101 Godeaux 3
-011011101 Gladden 3
-011011101 Noss 3
-011011101 16-24 3
-011011101 Anglade 3
-011011101 Hinderaker 3
-011011101 Jasim 3
-011011101 Gabele 3
-011011101 Yarmis 3
-011011101 Dallara 3
-011011101 Ottavio 3
-011011101 Assumma 3
-011011101 Dornblaser 3
-011011101 Schily 3
-011011101 Morcom 3
-011011101 Christianson 3
-011011101 Balin 3
-011011101 LeBaube 3
-011011101 Jeancourt-Galignani 3
-011011101 Colliano 3
-011011101 Hyams 3
-011011101 Fireside 3
-011011101 Anzai 3
-011011101 Rodrigues 3
-011011101 Hsieh 3
-011011101 Mograbi 3
-011011101 Ortoli 3
-011011101 Lipinski 3
-011011101 Monnet 3
-011011101 Particelli 3
-011011101 Gwynne 3
-011011101 Hosomi 3
-011011101 Blin 3
-011011101 Lynner 3
-011011101 Tebbitt 3
-011011101 Catalano 3
-011011101 Smerlis 3
-011011101 Halcrow 3
-011011101 Hein 3
-011011101 Sirois 3
-011011101 Brancatelli 3
-011011101 Pau 3
-011011101 Tegner 3
-011011101 Garrow 3
-011011101 Bogenschutz 3
-011011101 Auteuil 3
-011011101 Casnoff 3
-011011101 Pidgeon 3
-011011101 Dufresne 3
-011011101 Obbink 3
-011011101 Mikhailovich 3
-011011101 Pruett 3
-011011101 Catlett 3
-011011101 Rudie 3
-011011101 Behn 3
-011011101 check-ups 3
-011011101 Epperson 3
-011011101 Voy 3
-011011101 Gerster 3
-011011101 Sindona 3
-011011101 Kolstad 3
-011011101 Rehme 3
-011011101 Haass 3
-011011101 Tragos 3
-011011101 Hillaker 3
-011011101 Kuehnle 3
-011011101 Sitzer 3
-011011101 Nader-style 3
-011011101 Boesenberg 3
-011011101 Curren 3
-011011101 Dowding 3
-011011101 Gloyne 3
-011011101 Natividad 3
-011011101 Joad 3
-011011101 Grandfather 3
-011011101 Geisterfer 3
-011011101 MYG 3
-011011101 Kirschbaum 3
-011011101 Cadman 3
-011011101 Azerbaydzhan 3
-011011101 Teslik 3
-011011101 Poutney 3
-011011101 Wassong 3
-011011101 Napley 3
-011011101 Fredericksen 3
-011011101 Aberg 3
-011011101 Mahini 3
-011011101 Nicely 3
-011011101 Seidemann 3
-011011101 Miz 3
-011011101 Schuette 3
-011011101 Deeks 3
-011011101 Spengler 3
-011011101 Heley 3
-011011101 Scherb 3
-011011101 Christiani 3
-011011101 Freeborn 3
-011011101 SCR 3
-011011101 TNM 3
-011011101 Nimoy 4
-011011101 Poelker 4
-011011101 Frutschy 4
-011011101 Edmunds 4
-011011101 Jacki 4
-011011101 Mahmud 4
-011011101 Ostrom 4
-011011101 Ferland 4
-011011101 Gitner 4
-011011101 Bellew 4
-011011101 Neugarten 4
-011011101 Mitropoulos 4
-011011101 Braziller 4
-011011101 pacem 4
-011011101 Myrdal 4
-011011101 Frankovich 4
-011011101 Rafshoon 4
-011011101 Cadwell 4
-011011101 Laurin 4
-011011101 Copperfield 4
-011011101 Menear 4
-011011101 Swords 4
-011011101 Fossen 4
-011011101 Dzodin 4
-011011101 Malizia 4
-011011101 Hershberg 4
-011011101 Laupheimer 4
-011011101 Bensinger 4
-011011101 Katarincic 4
-011011101 Matthau 4
-011011101 Terzian 4
-011011101 Runiewicz 4
-011011101 Krasner 4
-011011101 Taira 4
-011011101 Voorhees 4
-011011101 Sheinkman 4
-011011101 DeLeon 4
-011011101 Rebitz 4
-011011101 Donahoe 4
-011011101 Manfredi 4
-011011101 Bruns 4
-011011101 Gruhn 4
-011011101 Burghardt 4
-011011101 Petrovich 4
-011011101 brraap 4
-011011101 Hedi 4
-011011101 Mottram 4
-011011101 Scribners 4
-011011101 Colvin 4
-011011101 Mikesell 4
-011011101 Enna 4
-011011101 Salfen 4
-011011101 Carnesale 4
-011011101 Mier 4
-011011101 Niculescu 4
-011011101 McCrudden 4
-011011101 Ruxton 4
-011011101 Pazienza 4
-011011101 Ruvkun 4
-011011101 Takemura 4
-011011101 Blanco 4
-011011101 Wilmouth 4
-011011101 Colm 4
-011011101 Winkelried 4
-011011101 Wahl 4
-011011101 Bisset 4
-011011101 Dang 4
-011011101 Spiewak 4
-011011101 Werkstell 4
-011011101 Talvela 4
-011011101 1978-81 4
-011011101 Merigan 4
-011011101 Dellamonte 4
-011011101 Fallick 4
-011011101 Twiss 4
-011011101 Shove 4
-011011101 Weichmann 4
-011011101 Enfants 5
-011011101 Racz 5
-011011101 Youde 5
-011011101 Oelbaum 5
-011011101 Zalusky 5
-011011101 Keye 5
-011011101 Gator 5
-011011101 Wozniak 5
-011011101 Cay 5
-011011101 Smock 5
-011011101 Polhill 5
-011011101 Jackman 5
-011011101 Ogawa 5
-011011101 Baugh 5
-011011101 Primakov 5
-011011101 S.P. 5
-011011101 GAIN 5
-011011101 Beedle 5
-011011101 Benfer 5
-011011101 Rotenberg 5
-011011101 Aperture 5
-011011101 Wass 5
-011011101 Snyderman 5
-011011101 Chalpin 5
-011011101 Nohavec 5
-011011101 Pilevsky 5
-011011101 Loggia 5
-011011101 Schollmeyer 5
-011011101 Malisewski 5
-011011101 Forester 5
-011011101 Oxnard 6
-011011101 Cornwell 6
-011011101 Larrabee 6
-011011101 Grandmaison 6
-011011101 Naipaul 6
-011011101 Smick 6
-011011101 GLCMs 6
-011011101 Liaisons 6
-011011101 Kies 6
-011011101 Orren 7
-011011101 Workman 7
-011011101 Chick 7
-011011101 PLUS 7
-011011101 Sabato 7
-011011101 Kaneko 7
-011011101 Feltes 7
-011011101 Archey 7
-011011101 Neuhauser 7
-011011101 Berrill 7
-011011101 Everson 7
-011011101 Ballinger 7
-011011101 Pohl 7
-011011101 Bolanos 7
-011011101 Fiberglass 7
-011011101 h 7
-011011101 Ravitz 7
-011011101 Leiken 8
-011011101 Marose 8
-011011101 Ukman 8
-011011101 Coggin 8
-011011101 1982=100 8
-011011101 Yingling 8
-011011101 Silbergeld 8
-011011101 Pre 9
-011011101 Meinertzhagen 9
-011011101 Atheneum 9
-011011101 Dongen 9
-011011101 Nickleby 9
-011011101 Chew 9
-011011101 f 9
-011011101 Messrs. 9
-011011101 Shooshan 9
-011011101 Korologos 10
-011011101 H.K. 10
-011011101 bleep 10
-011011101 E.P. 10
-011011101 Griff 11
-011011101 Fri 11
-011011101 oops 12
-011011101 G.m.b. 12
-011011101 U.S.A 15
-011011101 Furniss 17
-011011101 Pantheon 18
-011011101 Charren 18
-011011101 L&A 19
-011011101 S.p. 20
-011011101 Basse 22
-011011101 Bookshelf 24
-011011101 UK 27
-011011101 Topix 28
-011011101 Miserables 31
-011011101 Farrar 35
-011011101 e 39
-011011101 d 39
-011011101 Editorial 47
-011011101 P 49
-011011101 c 62
-011011101 b 73
-011011101 Loewy 74
-011011101 k 74
-011011101 Lespinasse 76
-011011101 Knopf 79
-011011101 Nuys 85
-011011101 e.g. 131
-011011101 LIBOR 198
-011011101 212 207
-011011101 U.S.A. 654
-011011101 See 980
-011011101 D. 5804
-011011101 R. 4173
-0110111100 dive-bombed 1
-0110111100 Springs/Mister 1
-0110111100 Legislator 1
-0110111100 pro-Diem 1
-0110111100 Ex-priest 1
-0110111100 Necmettin 1
-0110111100 football-hulk 1
-0110111100 reporter-turned-hostess 1
-0110111100 Governor-General 1
-0110111100 Thirty-three-year-old 1
-0110111100 Meadows-Corona 1
-0110111100 Tajwar 1
-0110111100 Contestant 1
-0110111100 Jaroy 1
-0110111100 Gannadi 1
-0110111100 TV-character 1
-0110111100 Meteorologist 1
-0110111100 Ven 1
-0110111100 Concurs 1
-0110111100 Hisatsune 1
-0110111100 Tax-weary 1
-0110111100 Inflicts 1
-0110111100 Co-host 1
-0110111100 Insouciant 1
-0110111100 Ange 1
-0110111100 KGB-boss-cum-union-chief 1
-0110111100 Ranja 1
-0110111100 Tawfik 1
-0110111100 Emmanuel-Joseph 1
-0110111100 Farag 1
-0110111100 Abdelkarim 1
-0110111100 Unshaven 1
-0110111100 Aldouri 1
-0110111100 misspells 1
-0110111100 Budding 1
-0110111100 Claude-Michel 1
-0110111100 Grandpappy 1
-0110111100 Olshever 1
-0110111100 Slinky 1
-0110111100 gloom-monger 1
-0110111100 avant-guitarist 1
-0110111100 Shortstop 1
-0110111100 also-tall 1
-0110111100 guitarist/theoretician 1
-0110111100 Thelonius 1
-0110111100 sometime-exhibitionist 1
-0110111100 PRODS 1
-0110111100 Olivette 1
-0110111100 ice-skater 1
-0110111100 Ismaile 1
-0110111100 volleyballer 1
-0110111100 Faan 1
-0110111100 then-Archbishop 1
-0110111100 Carlee 1
-0110111100 Mohammar 1
-0110111100 Kaare 1
-0110111100 Jerko 1
-0110111100 Essayist 1
-0110111100 Elastic-eared 1
-0110111100 Palmiro 1
-0110111100 Twelve-year-old 1
-0110111100 hardballer 1
-0110111100 Interrupts 1
-0110111100 Salce 1
-0110111100 Sixty-seven-year-old 1
-0110111100 Stock-analyst 1
-0110111100 Ellana 1
-0110111100 Ichirou 1
-0110111100 Aisaburo 1
-0110111100 Carissa 1
-0110111100 Sayid 1
-0110111100 Vitor 1
-0110111100 Rightfielder 1
-0110111100 Trombonist 1
-0110111100 Publicist 1
-0110111100 Raymund 1
-0110111100 Hard-liner 1
-0110111100 Munna 1
-0110111100 bee-geneticist 1
-0110111100 Bhasker 1
-0110111100 Yasuki 1
-0110111100 then-captain 1
-0110111100 Eppy 1
-0110111100 Charis 1
-0110111100 Yevgeniy 1
-0110111100 Hulki 1
-0110111100 Wole 1
-0110111100 Academics-conscious 1
-0110111100 Brunei-incorporated 1
-0110111100 Georgena 1
-0110111100 Predecessor 1
-0110111100 Twenty-one-year-old 1
-0110111100 Twice-as-old 1
-0110111100 hostage-negotiator 1
-0110111100 refusenik 1
-0110111100 Choreographer 1
-0110111100 Chambolle-Musigny 1
-0110111100 Mezzo 1
-0110111100 Mother-in-law 1
-0110111100 UC-Santa 1
-0110111100 Point-guard 1
-0110111100 Pumper 1
-0110111100 Georganne 1
-0110111100 Sinologist 1
-0110111100 Chancellor-candidate 1
-0110111100 Aldous 1
-0110111100 Cigarette-maker 1
-0110111100 Jutta 1
-0110111100 Oon 1
-0110111100 Raritan-based 1
-0110111100 Farshad 1
-0110111100 Kept 1
-0110111100 Thirty-two-year-old 1
-0110111100 Bayani 1
-0110111100 Tharon 1
-0110111100 Eighteen-month-old 1
-0110111100 soccer-playing 1
-0110111100 Unheralded 1
-0110111100 PATCO. 1
-0110111100 Helder 1
-0110111100 Tulio 1
-0110111100 Horst-Dieter 1
-0110111100 music-promoter 1
-0110111100 Gymboree-founder 1
-0110111100 talent-agent 1
-0110111100 Brandeis-educated 1
-0110111100 Baby-face 1
-0110111100 Kazimiery 1
-0110111100 Cisero 1
-0110111100 Norval 1
-0110111100 salvager 1
-0110111100 Haqiqat 1
-0110111100 McDonnel 1
-0110111100 witin 1
-0110111100 Panelist 1
-0110111100 Levente 1
-0110111100 Rangy 1
-0110111100 Monique 1
-0110111100 Mostafa 1
-0110111100 Linebacker 1
-0110111100 placekicker 1
-0110111100 Nemisio 1
-0110111100 pass-catcher 1
-0110111100 Mazinani 1
-0110111100 Maharishi 1
-0110111100 Bass-baritones 1
-0110111100 choreographer-director 1
-0110111100 Genady 1
-0110111100 Plumber 1
-0110111100 Co-writer 1
-0110111100 Inquisitor 1
-0110111100 PERSUADED 1
-0110111100 Karie 1
-0110111100 Olmeira 1
-0110111100 Joie 1
-0110111100 7-foot-5 1
-0110111100 Cried 1
-0110111100 potato-supplier 1
-0110111100 Leobardo 1
-0110111100 oboeist 1
-0110111100 Nickolas 1
-0110111100 Market-leader 1
-0110111100 then-unbeaten 1
-0110111100 Six-foot-10 1
-0110111100 Burhannudin 1
-0110111100 Co-producer 1
-0110111100 Tarso 1
-0110111100 Ex-Premier 1
-0110111100 Floid 1
-0110111100 Binnett 1
-0110111100 transliterated 1
-0110111100 Then-Chairman 1
-0110111100 Joseph-Marie 1
-0110111100 Hilde 1
-0110111100 Mahomed 1
-0110111100 Razi 1
-0110111100 Jeanelle 1
-0110111100 Environmentalist 1
-0110111100 Ranbir 1
-0110111100 Karima 1
-0110111100 power-hitter 1
-0110111100 Side-armer 1
-0110111100 Blustery 1
-0110111100 condylomata 1
-0110111100 Pilar 1
-0110111100 Jacques-Francois 1
-0110111100 Consumer-advocate 1
-0110111100 Nida 1
-0110111100 Infielders 1
-0110111100 Kilt 1
-0110111100 Naftali 1
-0110111100 Y.C. 1
-0110111100 Sunil 1
-0110111100 Headhunter 1
-0110111100 Second-placer 1
-0110111100 Gundi 1
-0110111100 Bettina 1
-0110111100 Fini 1
-0110111100 fellow-jockey 1
-0110111100 small-timer 1
-0110111100 Goodloe 1
-0110111100 Eighty-year-old 1
-0110111100 Orlin 1
-0110111100 Lauri 1
-0110111100 then-Judge 1
-0110111100 ex-Lord 1
-0110111100 Bluesman 1
-0110111100 Kozuo 1
-0110111100 Taggarty 1
-0110111100 Ex-pro 1
-0110111100 Carine 1
-0110111100 WORDSMITH 1
-0110111100 Then-President 1
-0110111100 Then-spokesman 1
-0110111100 Azriel 1
-0110111100 Zehdi 1
-0110111100 quipster 1
-0110111100 Surinder 1
-0110111100 Bearish-looking 1
-0110111100 out-sweating 1
-0110111100 fourth-seeded 1
-0110111100 Biologist 1
-0110111100 Bioethicist 1
-0110111100 Goree 1
-0110111100 Jacques-Henri 1
-0110111100 Gedalio 1
-0110111100 Quintin 1
-0110111100 Asserted 1
-0110111100 Carel 1
-0110111100 Natie 1
-0110111100 Ex-broker 1
-0110111100 Marathoner 1
-0110111100 Editor-in-chief 1
-0110111100 Dudu 1
-0110111100 Yitzach 1
-0110111100 Ex-president 1
-0110111100 diminutives 1
-0110111100 Nve 1
-0110111100 Firma 1
-0110111100 Taikichiro 1
-0110111100 Uto 1
-0110111100 Kasmi 1
-0110111100 designer-author 1
-0110111100 Setsuo 1
-0110111100 tavern-keeper 1
-0110111100 Sideman 1
-0110111100 Lindenberg 1
-0110111100 Litton/Dalmo 1
-0110111100 Kenggie 1
-0110111100 Y.W. 1
-0110111100 Ustad 1
-0110111100 K.D. 1
-0110111100 Ventured 1
-0110111100 Seijirou 1
-0110111100 T.Boone 1
-0110111100 Outfielder 1
-0110111100 Detra 1
-0110111100 mischief-maker 1
-0110111100 Maurine 1
-0110111100 Yihya 1
-0110111100 al-Karim 1
-0110111100 Medhi 1
-0110111100 Noufou 1
-0110111100 Idrissa 1
-0110111100 Cosmonaut 1
-0110111100 ADVISES 1
-0110111100 coproducer 1
-0110111100 Ophthalmologist 1
-0110111100 Puppeteer 1
-0110111100 Marziyeh 1
-0110111100 Alaedin 1
-0110111100 Nominee 1
-0110111100 Freckled 1
-0110111100 Appraiser 1
-0110111100 Garba 1
-0110111100 Mihail 1
-0110111100 breakdown-prone 1
-0110111100 bueno 1
-0110111100 Seso 1
-0110111100 Burrle 1
-0110111100 Annita 1
-0110111100 politician-preacher 1
-0110111100 Cameraman 1
-0110111100 Sedell 1
-0110111100 Erline 1
-0110111100 second-baseman 1
-0110111100 Left-fielder 1
-0110111100 papaya-seller 1
-0110111100 LIFO. 1
-0110111100 Rancher 1
-0110111100 Effi 1
-0110111100 Merilyn 1
-0110111100 architect-developer 2
-0110111100 Abdulrahman 2
-0110111100 Haile-Mariam 2
-0110111100 Arrie 2
-0110111100 Leche 2
-0110111100 Gae 2
-0110111100 non-candidate 2
-0110111100 Garel 2
-0110111100 Reuven 2
-0110111100 Mikail 2
-0110111100 Leenie 2
-0110111100 Ozires 2
-0110111100 Sculptor 2
-0110111100 Alejo 2
-0110111100 Tricia 2
-0110111100 Yvon 2
-0110111100 Pinklon 2
-0110111100 commuter-driver 2
-0110111100 Zomar 2
-0110111100 Zvi 2
-0110111100 Joelle 2
-0110111100 Meadow-Corona 2
-0110111100 Twenty-eight-year-old 2
-0110111100 BLUE-CHIP 2
-0110111100 Fakhruddin 2
-0110111100 Lodewijk 2
-0110111100 alumna 2
-0110111100 Jordi 2
-0110111100 pinchhitter 2
-0110111100 Yorba 2
-0110111100 Uriel 2
-0110111100 Helio 2
-0110111100 Moo 2
-0110111100 Quips 2
-0110111100 Ryuichi 2
-0110111100 Italo 2
-0110111100 Garya 2
-0110111100 Laurene 2
-0110111100 Abdul-Amir 2
-0110111100 Assemblywoman 2
-0110111100 Eiko 2
-0110111100 Yoshifumi 2
-0110111100 Mireille 2
-0110111100 Hershel 2
-0110111100 Raju 2
-0110111100 Godward 2
-0110111100 Keynoter 2
-0110111100 Co-Chairmen 2
-0110111100 Wynfred 2
-0110111100 Paraphrasing 2
-0110111100 old-campaigner 2
-0110111100 Hans-Werner 2
-0110111100 Marlo 2
-0110111100 Industrialist 2
-0110111100 then-Speaker 2
-0110111100 Nicos 2
-0110111100 Kuben 2
-0110111100 Ten-year-old 2
-0110111100 Punky 2
-0110111100 Isiah 2
-0110111100 Teammate 2
-0110111100 master-spy 2
-0110111100 Gerontologist 2
-0110111100 Yasuko 2
-0110111100 Free-lancer 2
-0110111100 Tomasz 2
-0110111100 Herard 2
-0110111100 Fullback 2
-0110111100 Kajo 2
-0110111100 Bodo 2
-0110111100 portraitist 2
-0110111100 Sese 2
-0110111100 Devi 2
-0110111100 Rafik 2
-0110111100 Fob 2
-0110111100 Ramzi 2
-0110111100 G.N. 2
-0110111100 Venita 2
-0110111100 Tonie 2
-0110111100 Zircon 3
-0110111100 Amerigo 3
-0110111100 Kilton 3
-0110111100 Andries 3
-0110111100 Ambroise 3
-0110111100 Yacov 3
-0110111100 Paata 3
-0110111100 Dibo 3
-0110111100 Sandi 3
-0110111100 Takara 3
-0110111100 presidential-hopeful 3
-0110111100 Afonso 3
-0110111100 Yannis 3
-0110111100 Jaswant 3
-0110111100 Hayne 3
-0110111100 Elem 3
-0110111100 Naji 3
-0110111100 Shigeaki 3
-0110111100 Supervisor 3
-0110111100 Kavin 3
-0110111100 Helmuth 3
-0110111100 Velupillai 3
-0110111100 Astronaut 3
-0110111100 Tahseen 3
-0110111100 Arbitrator 3
-0110111100 Rab 3
-0110111100 Co-pilot 3
-0110111100 Kelli 3
-0110111100 Jacky 3
-0110111100 Haruyuki 3
-0110111100 Krzystof 3
-0110111100 leftfielder 3
-0110111100 J.Y. 3
-0110111100 Gulbeddin 3
-0110111100 Edita 3
-0110111100 Janez 3
-0110111100 Kazuya 3
-0110111100 third-baseman 3
-0110111100 Congressman-elect 3
-0110111100 Tamsanqa 3
-0110111100 Erno 3
-0110111100 Urs 3
-0110111100 R.N. 3
-0110111100 Luu 3
-0110111100 Yassir 4
-0110111100 Georgy 4
-0110111100 Sami 4
-0110111100 Nikos 4
-0110111100 Jascha 4
-0110111100 Manei 4
-0110111100 Cinematographer 4
-0110111100 T.L. 4
-0110111100 Tiang 4
-0110111100 Astrophysicist 4
-0110111100 Egor 4
-0110111100 C.I. 4
-0110111100 Claudette 4
-0110111100 Jimmie 4
-0110111100 Kalart 4
-0110111100 Arlo 4
-0110111100 Dara 4
-0110111100 Arif 4
-0110111100 Etta 4
-0110111100 Essam 4
-0110111100 Jinho 4
-0110111100 Baritone 4
-0110111100 Syed 5
-0110111100 Porfirio 5
-0110111100 State-designate 5
-0110111100 Aristides 5
-0110111100 Nabih 5
-0110111100 Monsignor 5
-0110111100 Amjad 5
-0110111100 Mitsuo 5
-0110111100 Tenor 5
-0110111100 Younis 5
-0110111100 Tokuo 5
-0110111100 Pollster 5
-0110111100 S.K. 5
-0110111100 Everette 5
-0110111100 Yigor 5
-0110111100 Grandmaster 5
-0110111100 Auctioneer 5
-0110111100 Willa 6
-0110111100 Hojatolislam 6
-0110111100 Sociologist 6
-0110111100 Aviem 6
-0110111100 DEFEATED 6
-0110111100 Playwright 6
-0110111100 Debi 6
-0110111100 Kwame 6
-0110111100 Sirjang 6
-0110111100 Jacobo 6
-0110111100 Jean-Maxime 7
-0110111100 Congresswoman 7
-0110111100 Reynaldo 7
-0110111100 Friedhelm 7
-0110111100 Coretta 7
-0110111100 Violeta 7
-0110111100 Critic 7
-0110111100 Novelist 7
-0110111100 then-Chairman 7
-0110111100 Alessandra 7
-0110111100 Hiroaki 8
-0110111100 Paulette 8
-0110111100 Soprano 8
-0110111100 Alderman 8
-0110111100 producer-director 8
-0110111100 Fr. 9
-0110111100 Shigeo 9
-0110111100 Screenwriter 9
-0110111100 Walid 9
-0110111100 Columnist 9
-0110111100 Jimi 10
-0110111100 Raquel 10
-0110111100 Gennadi 10
-0110111100 Monsieur 10
-0110111100 Journalist 10
-0110111100 L.D. 10
-0110111100 Historian 10
-0110111100 Cpl. 10
-0110111100 O.M. 11
-0110111100 Roone 11
-0110111100 Sheikh 11
-0110111100 Varick 11
-0110111100 Tunku 11
-0110111100 Marta 11
-0110111100 Ortwin 11
-0110111100 Hans-Jochen 11
-0110111100 Karlheinz 12
-0110111100 Framed 12
-0110111100 Manuela 12
-0110111100 Takako 12
-0110111100 Conductor 12
-0110111100 Arbitrager 12
-0110111100 Lampf 13
-0110111100 Reinaldo 13
-0110111100 Comrade 13
-0110111100 Abbe 13
-0110111100 G.W. 13
-0110111100 Merce 13
-0110111100 Marlon 13
-0110111100 Christa 14
-0110111100 Comedian 14
-0110111100 Ichiro 15
-0110111100 Mehdi 16
-0110111100 Milos 16
-0110111100 Rabbi 18
-0110111100 Meryl 18
-0110111100 Alastair 19
-0110111100 Developer 21
-0110111100 Barbra 21
-0110111100 Assemblyman 23
-0110111100 Benazir 23
-0110111100 Yegor 24
-0110111100 Prosecutor 26
-0110111100 Financier 30
-0110111100 C.A. 30
-0110111100 Detective 31
-0110111100 Magistrate 31
-0110111100 Sister 34
-0110111100 I.M. 34
-0110111100 Manucher 34
-0110111100 Sein 35
-0110111100 Rauscher 37
-0110111100 J.E. 39
-0110111100 Fernao 41
-0110111100 Cuauhtemoc 41
-0110111100 S.B. 45
-0110111100 R.G. 46
-0110111100 Vittorio 48
-0110111100 A.W. 53
-0110111100 Yasser 60
-0110111100 Lech 62
-0110111100 Adolfo 71
-0110111100 President-elect 77
-0110111100 Congressman 91
-0110111100 Sgt. 132
-0110111100 Sheik 133
-0110111100 Merv 133
-0110111100 Justices 151
-0110111100 Tae 154
-0110111100 Capt. 193
-0110111100 Marlin 232
-0110111100 Rupert 390
-0110111100 Mayor 531
-0110111100 Senator 606
-0110111100 Mikhail 725
-0110111100 Adm. 744
-0110111100 Prof. 992
-0110111100 Miss 1032
-0110111100 Sir 1541
-0110111100 Gov. 2048
-0110111100 Gen. 2319
-0110111100 Judge 5570
-0110111100 Sen. 6737
-0110111100 Rep. 5602
-01101111010 Selwa 1
-01101111010 roustabout 1
-01101111010 right-fielder 1
-01101111010 Multipurpose 1
-01101111010 ex-Senator 1
-01101111010 Pre-breathe 1
-01101111010 Staughton 1
-01101111010 Jean-Bertrand 1
-01101111010 director-actor 1
-01101111010 Centrais 1
-01101111010 Kjeld 1
-01101111010 COMMISSIONER 1
-01101111010 Optik 1
-01101111010 Undersecretary-General 1
-01101111010 Seppo 1
-01101111010 neurophysiologist 1
-01101111010 super-motivator 1
-01101111010 saki 1
-01101111010 Hughes-McDonnell 1
-01101111010 Declan 1
-01101111010 Feed/Weed 1
-01101111010 son-successor 1
-01101111010 Kasa 1
-01101111010 five-disk 1
-01101111010 Inc.-San 1
-01101111010 even-older 1
-01101111010 hard-to-please 1
-01101111010 Partillo 1
-01101111010 Assessor 1
-01101111010 Director-designate 1
-01101111010 promotor 1
-01101111010 Textile-Asher 1
-01101111010 pianist-composer-leader 1
-01101111010 Chairperson 1
-01101111010 Eilif 1
-01101111010 Haircutting 1
-01101111010 Assails 1
-01101111010 Metalurgica 1
-01101111010 actress/singer 1
-01101111010 composer/trombonist 1
-01101111010 Steely 1
-01101111010 neurobiologist 1
-01101111010 Band-mate 1
-01101111010 Remembers 1
-01101111010 Joun 1
-01101111010 P.N. 1
-01101111010 Governer 1
-01101111010 Ombudsman 1
-01101111010 movie-director 1
-01101111010 then-congressman 1
-01101111010 Lyncher 1
-01101111010 lobbyist/critic 1
-01101111010 Director-Energy 1
-01101111010 Abiel 1
-01101111010 Ringmaster 1
-01101111010 Suzette 1
-01101111010 Secetary 1
-01101111010 religious-broadcaster 1
-01101111010 reporter/editor 1
-01101111010 drug-user 1
-01101111010 man-on-the-moon 1
-01101111010 Quelle 1
-01101111010 Treasurer-General 1
-01101111010 hit-maker 1
-01101111010 giorno 1
-01101111010 INTO 1
-01101111010 Councilmen 1
-01101111010 ADMIT 1
-01101111010 SECRETARY 1
-01101111010 Ugine 1
-01101111010 Josephus 1
-01101111010 ex-mercenary 1
-01101111010 Fuerzas 1
-01101111010 plaster-grinned 1
-01101111010 Sigismundus 1
-01101111010 Domanatrix 1
-01101111010 Ppresident 1
-01101111010 Var 1
-01101111010 Hidetoshi 1
-01101111010 Pizzaria 1
-01101111010 Presdent 1
-01101111010 superagent 1
-01101111010 A.V. 2
-01101111010 Authority-Garden 2
-01101111010 co-plaintiff 2
-01101111010 BANKER 2
-01101111010 Priestess 2
-01101111010 Commisioner 2
-01101111010 Boelkow 2
-01101111010 Fenech 2
-01101111010 Rosamund 2
-01101111010 ex-analyst 2
-01101111010 Envoy 2
-01101111010 Thrift-Rescue 2
-01101111010 INRA 2
-01101111010 counter-tenor 2
-01101111010 Salutes 2
-01101111010 Defections 2
-01101111010 Co-founder 2
-01101111010 then-counselor 2
-01101111010 SENATOR 2
-01101111010 Vessel 2
-01101111010 Speaker-designate 2
-01101111010 Snaps 3
-01101111010 Welcomes 3
-01101111010 Chairman-designate 3
-01101111010 Nhan 3
-01101111010 president-designate 3
-01101111010 Co-chairman 3
-01101111010 Lobbyist 3
-01101111010 Rowdy 3
-01101111010 Counselor 3
-01101111010 Secretary-Treasurer 3
-01101111010 Dermatologist 3
-01101111010 Selectman 3
-01101111010 Tricky 4
-01101111010 Recruiter 4
-01101111010 Risk-Pools 4
-01101111010 Presence 4
-01101111010 Councilwoman 4
-01101111010 Coordinator 4
-01101111010 Businessman 4
-01101111010 Speaker-elect 4
-01101111010 Encouragement 4
-01101111010 Clears 4
-01101111010 K.G. 4
-01101111010 Revoir 5
-01101111010 Provost 5
-01101111010 Estado 5
-01101111010 Architect 5
-01101111010 Controller 6
-01101111010 Auditor 6
-01101111010 Collector 6
-01101111010 Musician 6
-01101111010 Secretary-designate 6
-01101111010 Co-Chairman 6
-01101111010 mezzo-soprano 7
-01101111010 then-Chief 9
-01101111010 Angotti 10
-01101111010 Spokesman 13
-01101111010 Chairmen 14
-01101111010 Chairwoman 15
-01101111010 Dalmo 15
-01101111010 Owner 17
-01101111010 Consultant 24
-01101111010 Cmdr. 27
-01101111010 Superintendent 28
-01101111010 Councilman 31
-01101111010 Bertrand 36
-01101111010 Secretary-General 51
-01101111010 Publisher 53
-01101111010 Analyst 59
-01101111010 Notice 59
-01101111010 Abby 61
-01101111010 Editor 75
-01101111010 Treasurer 75
-01101111010 Whip 83
-01101111010 Administrator 104
-01101111010 Brother 122
-01101111010 Undersecretary 143
-01101111010 Professor 149
-01101111010 Officer 206
-01101111010 Ambassador 236
-01101111010 Representative 259
-01101111010 Adviser 265
-01101111010 Prince 356
-01101111010 Governor 417
-01101111010 Chancellor 499
-01101111010 Commissioner 549
-01101111010 Leader 553
-01101111010 Director 644
-01101111010 Speaker 752
-01101111010 Chief 1144
-01101111010 Chairman 5115
-01101111010 Secretary 3689
-01101111011 Rizzaria 1
-01101111011 Aleli 1
-01101111011 19,083,475 1
-01101111011 ex-haberdasher 1
-01101111011 638,900 1
-01101111011 Hinders 1
-01101111011 Q.G. 1
-01101111011 Dhirubhai 1
-01101111011 Trespassers 1
-01101111011 vigorous-looking 1
-01101111011 composer/saxophonist 1
-01101111011 Khaleda 1
-01101111011 7-foot-1 1
-01101111011 Beshir 1
-01101111011 Zehava 1
-01101111011 Pinar 1
-01101111011 then-Bishop 1
-01101111011 1,068,750 1
-01101111011 Jassim 1
-01101111011 Canon-distributed 1
-01101111011 kayoing 1
-01101111011 host/artist/composer 1
-01101111011 then-freshman 1
-01101111011 super-sleuth 1
-01101111011 left-fielder 1
-01101111011 Kellie 1
-01101111011 Corp.-McDonnell 1
-01101111011 Generoso 1
-01101111011 defection-wracked 1
-01101111011 Celesto 1
-01101111011 second-seeded 1
-01101111011 Dharmo 1
-01101111011 abitrager 1
-01101111011 19,550,000 1
-01101111011 Hungarian-American 1
-01101111011 Kobus 1
-01101111011 Hoagy 1
-01101111011 cleavage-baring 1
-01101111011 Jhoon 1
-01101111011 Anouk 1
-01101111011 Premier-designate 1
-01101111011 pre-spinoff 1
-01101111011 Clamma 1
-01101111011 wonder-worker 1
-01101111011 reelect 1
-01101111011 GMHE. 1
-01101111011 Inocencio 1
-01101111011 Guilio 1
-01101111011 unfettering 1
-01101111011 flame-haired 1
-01101111011 conductor-pianist 1
-01101111011 Stain 1
-01101111011 Kabbalah 1
-01101111011 Pinacoteca 1
-01101111011 1981-through-1983 1
-01101111011 Naviera 1
-01101111011 Hyder 1
-01101111011 ex-teammate 1
-01101111011 Canada-owned 1
-01101111011 slow-witted 1
-01101111011 Mnister 1
-01101111011 Ambrogio 1
-01101111011 Hissein 1
-01101111011 Victorino 1
-01101111011 38,880 1
-01101111011 Ozilio 1
-01101111011 Evadna 1
-01101111011 disasterprone 1
-01101111011 then-chancellor 1
-01101111011 one-day-old 1
-01101111011 Jehan 1
-01101111011 Voleene 1
-01101111011 Tevin 1
-01101111011 Carleen 1
-01101111011 Mauno 1
-01101111011 Pappa 1
-01101111011 pogo-stick-legged 1
-01101111011 frequenter 1
-01101111011 Verlagsgruppe 1
-01101111011 Hornos 1
-01101111011 Citicorp-owned 1
-01101111011 Ieremia 1
-01101111011 arch-statist 1
-01101111011 Angelyne 1
-01101111011 basketballer 1
-01101111011 whiteknight 1
-01101111011 John-Claude 1
-01101111011 Il-Soon 1
-01101111011 Hojatalislam 1
-01101111011 shrewy 1
-01101111011 Best/Worst 1
-01101111011 overhacked 1
-01101111011 Discover-toting 1
-01101111011 Hafizullah 1
-01101111011 medal-threat 1
-01101111011 third-placer 1
-01101111011 Maroone 1
-01101111011 Abdul-Rahim 1
-01101111011 rocket-maker 1
-01101111011 Hurrican 1
-01101111011 detente-minded 1
-01101111011 Yoweri 1
-01101111011 Affonso 1
-01101111011 rightfielder 1
-01101111011 Mezh 1
-01101111011 Mezhdunarodniya 1
-01101111011 Fusako 1
-01101111011 32,250 1
-01101111011 post-toddler 1
-01101111011 pinch-hitter 1
-01101111011 1,166,650 1
-01101111011 20th-place 1
-01101111011 columnist-for-hire 1
-01101111011 second-year-man 1
-01101111011 Erroll 1
-01101111011 President-in-Hiding 1
-01101111011 192,941 1
-01101111011 Risher 1
-01101111011 poverty-pressed 1
-01101111011 115th-ranked 1
-01101111011 91st-ranked 1
-01101111011 Perveen 1
-01101111011 point-guard 1
-01101111011 off-court-affable 1
-01101111011 bookstore-owner 1
-01101111011 activist-nutritionist 1
-01101111011 CAP. 1
-01101111011 Stohlman 1
-01101111011 Guiseppe 1
-01101111011 then-billionaire 1
-01101111011 pro-Turkey 1
-01101111011 Rustum 1
-01101111011 SOM. 1
-01101111011 similar-priced 1
-01101111011 Acqua 1
-01101111011 automobile-dealer 1
-01101111011 out-Jackson 1
-01101111011 punch-happy 1
-01101111011 Catulle 1
-01101111011 26,900 1
-01101111011 leftie 1
-01101111011 Gimenez/Rossini 1
-01101111011 Meteor 1
-01101111011 Leopoldine 1
-01101111011 7,459 1
-01101111011 Alain-Dominique 1
-01101111011 supply-side-conscious 1
-01101111011 Raghib 1
-01101111011 Tahir 1
-01101111011 birdman 1
-01101111011 Napolean 1
-01101111011 Plutarco 1
-01101111011 Ruhani 1
-01101111011 card-shop 1
-01101111011 Michel-Etienne 1
-01101111011 Mette-Ida 1
-01101111011 Minisa 1
-01101111011 Philadephia-based 1
-01101111011 982,200 1
-01101111011 ANM. 1
-01101111011 WOW. 2
-01101111011 Georgie 2
-01101111011 Goats 2
-01101111011 Baltasar 2
-01101111011 Beheshte 2
-01101111011 CH. 2
-01101111011 Glengarry 2
-01101111011 Dian 2
-01101111011 Pawel 2
-01101111011 Mowbray 2
-01101111011 PROTESTER 2
-01101111011 Keikichi 2
-01101111011 Ifincorp 2
-01101111011 Viyacheslav 2
-01101111011 ARC. 2
-01101111011 Acerias 2
-01101111011 Berl 2
-01101111011 Battlement 2
-01101111011 Amalia 2
-01101111011 Tante 2
-01101111011 president-in-hiding 2
-01101111011 textile-maker 2
-01101111011 Josiah 2
-01101111011 Vonn 2
-01101111011 Viscount 2
-01101111011 President-for-life 2
-01101111011 Hapag 2
-01101111011 Nasir 2
-01101111011 Tingo 2
-01101111011 Kaamel 2
-01101111011 Broz 2
-01101111011 RealCorp 2
-01101111011 Nasib 2
-01101111011 Eustace 2
-01101111011 Great-Uncle 2
-01101111011 Saturnino 2
-01101111011 Amon 2
-01101111011 S.F. 2
-01101111011 Shigeyuki 2
-01101111011 Sahabzada 2
-01101111011 Ary 2
-01101111011 Dooney 2
-01101111011 Belisario 3
-01101111011 I/N 3
-01101111011 Sopranos 3
-01101111011 California-Santa 3
-01101111011 GEC. 3
-01101111011 then-Chancellor 3
-01101111011 Mamie 3
-01101111011 Vo 3
-01101111011 McFeely 3
-01101111011 Physicist 3
-01101111011 Julienne 3
-01101111011 Hafiz 3
-01101111011 Comte 3
-01101111011 Gotz 3
-01101111011 Ladislao 3
-01101111011 Jihan 3
-01101111011 Pantron 3
-01101111011 Rena 3
-01101111011 Maybelle 3
-01101111011 Comando 3
-01101111011 Leonidas 3
-01101111011 Soloman 3
-01101111011 Farmitalia 3
-01101111011 Totta 4
-01101111011 Verna 4
-01101111011 Wilfredo 4
-01101111011 Hojatoleslam 4
-01101111011 Gustavus 4
-01101111011 Juliana 4
-01101111011 Babrak 4
-01101111011 Chine 4
-01101111011 Irfan 4
-01101111011 Frantisek 4
-01101111011 Aleksei 4
-01101111011 ex-President 4
-01101111011 Lucian 4
-01101111011 Raggedy 4
-01101111011 Accountant 4
-01101111011 Yo-Yo 4
-01101111011 Brooklynite 4
-01101111011 Cris 4
-01101111011 Bashir 5
-01101111011 Typhoid 5
-01101111011 Elbridge 5
-01101111011 Councilor 5
-01101111011 Hilda 5
-01101111011 Piggly 5
-01101111011 Alhaji 5
-01101111011 Felicia 5
-01101111011 NTN 5
-01101111011 Mallard 6
-01101111011 Rudyard 6
-01101111011 Golda 6
-01101111011 Saburo 6
-01101111011 Vivien 6
-01101111011 C.L. 7
-01101111011 ACA 7
-01101111011 Gian 7
-01101111011 Frieda 7
-01101111011 Arnulfo 7
-01101111011 Jessye 7
-01101111011 J.A.C. 7
-01101111011 Ghulam 7
-01101111011 Rosalynn 7
-01101111011 Coosa 7
-01101111011 Vinicio 7
-01101111011 Umm 7
-01101111011 Pham 7
-01101111011 Francesca 7
-01101111011 M.H. 8
-01101111011 Kenan 8
-01101111011 Marukin 8
-01101111011 Mehmet 8
-01101111011 Avions 9
-01101111011 Syngman 9
-01101111011 Buckskin 9
-01101111011 Marvelous 9
-01101111011 Kiri 9
-01101111011 Empress 9
-01101111011 Sor 10
-01101111011 Anibal 10
-01101111011 Branko 10
-01101111011 Arnoldo 10
-01101111011 Zulfikar 10
-01101111011 Gamal 10
-01101111011 Generalissimo 10
-01101111011 Beefsteak 11
-01101111011 Agatha 11
-01101111011 then-President 12
-01101111011 Mana 12
-01101111011 Ijaz 12
-01101111011 Nicolae 13
-01101111011 Junius 13
-01101111011 Moby 13
-01101111011 Aretha 13
-01101111011 Minneapolis-St. 13
-01101111011 Comandante 14
-01101111011 Typhoon 14
-01101111011 F.H. 15
-01101111011 Stew 15
-01101111011 Aldo 16
-01101111011 Teapot 16
-01101111011 Claudio 16
-01101111011 Issam 16
-01101111011 Alexei 16
-01101111011 Giulio 16
-01101111011 Virgilio 18
-01101111011 Zsa 18
-01101111011 Velda 19
-01101111011 Wee 20
-01101111011 Sigmund 20
-01101111011 Humpty 21
-01101111011 Gustav 22
-01101111011 Amin 22
-01101111011 Aston 23
-01101111011 Hodding 23
-01101111011 Actor 23
-01101111011 Benigno 24
-01101111011 Hafez 24
-01101111011 G.I. 26
-01101111011 Dom 28
-01101111011 Babe 31
-01101111011 Hosni 32
-01101111011 Ente 35
-01101111011 Muhammad 35
-01101111011 R.R. 37
-01101111011 Desmond 37
-01101111011 Anastasio 40
-01101111011 Aunt 42
-01101111011 Anwar 42
-01101111011 Helene 42
-01101111011 Valery 44
-01101111011 Ponce 51
-01101111011 Marshal 51
-01101111011 Jean-Claude 55
-01101111011 Remy 56
-01101111011 Aca 56
-01101111011 Madame 57
-01101111011 Jonas 57
-01101111011 Leonid 68
-01101111011 Luiz 80
-01101111011 G.D. 81
-01101111011 Yves 95
-01101111011 Corazon 111
-01101111011 Dwight 113
-01101111011 Archbishop 115
-01101111011 Napoleon 129
-01101111011 R.H. 129
-01101111011 Presidents 130
-01101111011 Hurricane 139
-01101111011 Raul 146
-01101111011 C.J. 159
-01101111011 Billy 167
-01101111011 Oscar 229
-01101111011 Uncle 232
-01101111011 Staff 539
-01101111011 Jimmy 581
-01101111011 McDonnell 1266
-01101111011 President 11921
-01101111011 Ronald 2133
-0110111110 Iegor 1
-0110111110 Loel 1
-0110111110 TEARS 1
-0110111110 RELOCATE 1
-0110111110 Aine 1
-0110111110 Masood 1
-0110111110 Audra 1
-0110111110 D.E.P. 1
-0110111110 Hazem 1
-0110111110 Norie 1
-0110111110 Katsushi 1
-0110111110 Lyor 1
-0110111110 Kermath 1
-0110111110 Negociaos 1
-0110111110 Renslow 1
-0110111110 Krister 1
-0110111110 Fayville 1
-0110111110 Kichirou 1
-0110111110 Adley 1
-0110111110 Kristena 1
-0110111110 Wyn 1
-0110111110 Noreta 1
-0110111110 Tokutaro 1
-0110111110 Fakhry 1
-0110111110 Abulsamad 1
-0110111110 Janharn 1
-0110111110 Candido 1
-0110111110 Sarason 1
-0110111110 A.T.& 1
-0110111110 Lenis 1
-0110111110 Masamichi 1
-0110111110 Duward 1
-0110111110 Hossur 1
-0110111110 Harjap 1
-0110111110 JeanYves 1
-0110111110 Mahadi 1
-0110111110 Takahiko 1
-0110111110 Barbet 1
-0110111110 Adentokunbo 1
-0110111110 Inoke 1
-0110111110 Isseyas 1
-0110111110 Vonda 1
-0110111110 Daan 1
-0110111110 Mujibur 1
-0110111110 Margretta 1
-0110111110 Kaneyoshi 1
-0110111110 Bernon 1
-0110111110 Hermann-Otto 1
-0110111110 Yevgenii 1
-0110111110 Frithjof 1
-0110111110 Shahla 1
-0110111110 Bronislawa 1
-0110111110 Daris 1
-0110111110 Rosette 1
-0110111110 Wyllis 1
-0110111110 Pricilla 1
-0110111110 Taufik 1
-0110111110 Slamet 1
-0110111110 Angelis 1
-0110111110 Maitama 1
-0110111110 Jusuf 1
-0110111110 Sakichiro 1
-0110111110 Kishimitsu 1
-0110111110 R.B.L. 1
-0110111110 Sakari 1
-0110111110 LouAnn 1
-0110111110 Belen 1
-0110111110 Nageh 1
-0110111110 Peter-Cyrus 1
-0110111110 Kerrie 1
-0110111110 Goran 1
-0110111110 Tarek 1
-0110111110 Nabuo 1
-0110111110 yellowy-eyed 1
-0110111110 Octave 1
-0110111110 Lydell 1
-0110111110 Tsuneharu 1
-0110111110 Briant 1
-0110111110 Kyosaku 1
-0110111110 Wojiech 1
-0110111110 B.J.G. 1
-0110111110 Keena 1
-0110111110 Noriyoshi 1
-0110111110 Conall 1
-0110111110 Ruti 1
-0110111110 Hedric 1
-0110111110 Satindar 1
-0110111110 Randolf 1
-0110111110 Jurrit 1
-0110111110 Fenella 1
-0110111110 J.K.M. 1
-0110111110 Bink 1
-0110111110 Karl-Werner 1
-0110111110 Galvao 1
-0110111110 Taib 1
-0110111110 Bokkie 1
-0110111110 Yoshiya 1
-0110111110 Philmore 1
-0110111110 Geir 1
-0110111110 underwiter 1
-0110111110 Hideharu 1
-0110111110 Nancie 1
-0110111110 Pran 1
-0110111110 Otakar 1
-0110111110 Nagishima 1
-0110111110 Kondobo 1
-0110111110 Tsun-yan 1
-0110111110 Kazumoto 1
-0110111110 Valerij 1
-0110111110 Rinse 1
-0110111110 Manubhai 1
-0110111110 Mitsugu 1
-0110111110 Naoya 1
-0110111110 Royden 1
-0110111110 Messerschmitt-Boeklow-Blohm 1
-0110111110 LIVESTOCKS 1
-0110111110 Mineo 1
-0110111110 Anussorn 1
-0110111110 Yohio 1
-0110111110 Sonjit 1
-0110111110 Prathap 1
-0110111110 Kroghie 1
-0110111110 20,277 1
-0110111110 18,988 1
-0110111110 Endre 1
-0110111110 Augie 1
-0110111110 Ilana 1
-0110111110 Pavlos 1
-0110111110 Judie 1
-0110111110 Dzemal 1
-0110111110 Ilpo 1
-0110111110 Gar 1
-0110111110 Fadi 1
-0110111110 Gualtiero 1
-0110111110 Particio 1
-0110111110 Teruyoshi 1
-0110111110 Darry 1
-0110111110 DeAnn 1
-0110111110 Sharaf 1
-0110111110 Haekke 1
-0110111110 Elhanan 1
-0110111110 Gikas 1
-0110111110 Kimihisa 1
-0110111110 Wulfrano 1
-0110111110 Inez 1
-0110111110 Nazir 1
-0110111110 Ikuhiko 1
-0110111110 Wladimir 1
-0110111110 Miraed 1
-0110111110 Zivko 1
-0110111110 Utz 1
-0110111110 Clementio 1
-0110111110 Desiderio 1
-0110111110 Alyssa 1
-0110111110 Valter 1
-0110111110 Kasumasa 1
-0110111110 Crispina 1
-0110111110 Hideyuki 1
-0110111110 Masanaga 1
-0110111110 Kenichiro 1
-0110111110 Yukinori 1
-0110111110 Haruyasu 1
-0110111110 Kyhl 1
-0110111110 Hamed 1
-0110111110 Nila 1
-0110111110 Isoroku 1
-0110111110 Kinue 1
-0110111110 Glynne 1
-0110111110 Yoshinara 1
-0110111110 Earladeen 1
-0110111110 Fernard 1
-0110111110 Gay-Leclerc 1
-0110111110 Teuvo 1
-0110111110 Sibendra 1
-0110111110 Ilanna 1
-0110111110 Issei 1
-0110111110 Takaaki 1
-0110111110 ni 1
-0110111110 Kunisa 1
-0110111110 Zenta 1
-0110111110 Keizou 1
-0110111110 Harlington 1
-0110111110 Kamiran 1
-0110111110 Mecit 1
-0110111110 Leninskive 1
-0110111110 Deryk 1
-0110111110 Pallie 1
-0110111110 Marlaine 1
-0110111110 Eilene 1
-0110111110 Yehezkel 1
-0110111110 Attillo 1
-0110111110 Jabu 1
-0110111110 Rhesa 1
-0110111110 Sidy 1
-0110111110 Villas-Boas 1
-0110111110 Dorab 1
-0110111110 Alon 1
-0110111110 Pluria 1
-0110111110 Heriberto 1
-0110111110 Dittmar 1
-0110111110 Cicciolino 1
-0110111110 Yahya 1
-0110111110 Crescencio 1
-0110111110 Uemon 1
-0110111110 Marilynn 1
-0110111110 DASSAULT 1
-0110111110 Kohtaro 1
-0110111110 Yukoh 1
-0110111110 Kosti 1
-0110111110 Ruedi 1
-0110111110 Vadaketh 1
-0110111110 Machelle 1
-0110111110 Seagal 1
-0110111110 Manas 1
-0110111110 Marie-Helene 1
-0110111110 Evandro 1
-0110111110 Jun-ichi 1
-0110111110 Cheskel 1
-0110111110 Cathi 1
-0110111110 copresident 1
-0110111110 Nawaf 1
-0110111110 Roelf 1
-0110111110 M.L.T. 1
-0110111110 Teisuke 1
-0110111110 Reezin 1
-0110111110 Kasuichi 1
-0110111110 Ikuei 1
-0110111110 Shigeju 1
-0110111110 Rei 1
-0110111110 Rasul 1
-0110111110 Hitomi 1
-0110111110 Kendra 1
-0110111110 Almarin 1
-0110111110 Masateru 1
-0110111110 Bonifacio 1
-0110111110 Gewela 1
-0110111110 Filemon 1
-0110111110 Davia 1
-0110111110 Beppe 1
-0110111110 Kamil 1
-0110111110 Arlinda 1
-0110111110 Bloxham 1
-0110111110 Olev 1
-0110111110 Josefa 1
-0110111110 Roubina 1
-0110111110 D.N. 1
-0110111110 Wondie 1
-0110111110 Wilmad 1
-0110111110 Frencesco 1
-0110111110 Edmon 1
-0110111110 Ysuhiko 1
-0110111110 Christof 1
-0110111110 Iswar 1
-0110111110 Ioan 1
-0110111110 Royston 1
-0110111110 Lesse 1
-0110111110 Wonmo 1
-0110111110 Darold 1
-0110111110 Hristos 1
-0110111110 Dorwin 1
-0110111110 Mouloud 1
-0110111110 Abdul-Rahman 1
-0110111110 Jame 1
-0110111110 Mackarness 1
-0110111110 Libbie 1
-0110111110 Gentaro 1
-0110111110 Krish 1
-0110111110 Moriyuki 1
-0110111110 Zetwese 1
-0110111110 Pip 1
-0110111110 Kinji 1
-0110111110 Yoshide 1
-0110111110 Marqua 1
-0110111110 Ruther 1
-0110111110 Dragutin 1
-0110111110 Zdrvko 1
-0110111110 Milorad 1
-0110111110 Radmila 1
-0110111110 Darko 1
-0110111110 Chinese-built 1
-0110111110 Laurine 1
-0110111110 Khushwant 1
-0110111110 Romesh 1
-0110111110 Nannerl 1
-0110111110 Pernendu 1
-0110111110 Phyliss 1
-0110111110 Ido 1
-0110111110 Dominico 1
-0110111110 Kyeisha 1
-0110111110 Roblee 1
-0110111110 Pullio 1
-0110111110 U.J. 1
-0110111110 Wladziu 1
-0110111110 Kweisi 1
-0110111110 Masabumi 1
-0110111110 Wayde 1
-0110111110 Necmeddin 1
-0110111110 Ruta 1
-0110111110 Shanna 1
-0110111110 Boustead 1
-0110111110 Michihisa 1
-0110111110 Leonardus 1
-0110111110 Katarzyna 1
-0110111110 tenorman 1
-0110111110 Adriane 1
-0110111110 Camron 1
-0110111110 Torkel 1
-0110111110 Kelle 1
-0110111110 Karunkara 1
-0110111110 Homobono 1
-0110111110 Meta 1
-0110111110 Nuala 1
-0110111110 Sutezo 1
-0110111110 Relle 1
-0110111110 Hillsman 1
-0110111110 Jyll 1
-0110111110 Elwynn 1
-0110111110 Gunhild 1
-0110111110 Melisa 1
-0110111110 Nirmal 1
-0110111110 Arleyne 1
-0110111110 Wolodymyr 1
-0110111110 Abrao 1
-0110111110 Oshel 1
-0110111110 Kiyohiko 1
-0110111110 Marjo 1
-0110111110 Kendal 1
-0110111110 Miodrag 1
-0110111110 Aleksandar 1
-0110111110 Vico 1
-0110111110 Tenri 1
-0110111110 Gerrold 1
-0110111110 Otes 1
-0110111110 Yash 1
-0110111110 Mow 1
-0110111110 Hans-Christian 1
-0110111110 Hidefumi 1
-0110111110 Shijuro 1
-0110111110 Annelies 1
-0110111110 Gerd-Ulf 1
-0110111110 Koro 1
-0110111110 Masayaki 1
-0110111110 Kiyotsugu 1
-0110111110 Surgit 1
-0110111110 Juris 1
-0110111110 Kaley 1
-0110111110 Tomumatsu 1
-0110111110 Karren 1
-0110111110 Kazuhide 1
-0110111110 Fauchier-Magnan/Durant 1
-0110111110 Becki 1
-0110111110 Velinda 1
-0110111110 Milli 1
-0110111110 Colston 1
-0110111110 Masayasu 1
-0110111110 Tatsunari 1
-0110111110 Luanne 1
-0110111110 Wiltrud 1
-0110111110 Tiffani 1
-0110111110 Motoo 1
-0110111110 Naoyuki 1
-0110111110 Annice 1
-0110111110 Blondell 1
-0110111110 Keanu 1
-0110111110 Eckehardt 1
-0110111110 Shreekant 1
-0110111110 Eugeniusz 1
-0110111110 Theorie 1
-0110111110 Keigo 1
-0110111110 Serphin 1
-0110111110 J.H.K. 1
-0110111110 Attiba 1
-0110111110 Kofi 1
-0110111110 Leellen 1
-0110111110 Arlond 1
-0110111110 Khurshid 1
-0110111110 Nasos 1
-0110111110 Gautam 1
-0110111110 Odoardo 1
-0110111110 Benehakaka 1
-0110111110 Mililani 1
-0110111110 Ilei 1
-0110111110 Alin 1
-0110111110 Darl 1
-0110111110 Godofredo 1
-0110111110 Leocadia 1
-0110111110 Timoteo 1
-0110111110 Jamin 1
-0110111110 Dominga 1
-0110111110 F.W.A. 1
-0110111110 Novine 1
-0110111110 Taketsuyo 1
-0110111110 Yupo 1
-0110111110 Grzegorz 1
-0110111110 Hisatoshi 1
-0110111110 Lumpy 1
-0110111110 Kaushik 1
-0110111110 Hatoko 1
-0110111110 Yujiro 1
-0110111110 Sin-Tax 1
-0110111110 Enriqueta 1
-0110111110 Zea 1
-0110111110 Junya 1
-0110111110 Naoichi 1
-0110111110 Ithiel 1
-0110111110 Masako 1
-0110111110 Tsugioki 1
-0110111110 Shunichiro 1
-0110111110 Heino 1
-0110111110 V.G. 1
-0110111110 Anastase 1
-0110111110 Cloyd 1
-0110111110 Diljit 1
-0110111110 Vasilike 1
-0110111110 Kathyrn 1
-0110111110 Masahisa 1
-0110111110 Mindell 1
-0110111110 Stanislawa 1
-0110111110 Despard 1
-0110111110 Severyn 1
-0110111110 Vilmar 1
-0110111110 Daisuke 1
-0110111110 Valerian 1
-0110111110 Tsuguro 1
-0110111110 Yoshitake 1
-0110111110 Aleda 1
-0110111110 Onute 1
-0110111110 KarlHeinz 1
-0110111110 Svend 1
-0110111110 Anelia 1
-0110111110 Marice 1
-0110111110 TURKEYS 1
-0110111110 Yasunobu 1
-0110111110 Shotaro 1
-0110111110 Risto 1
-0110111110 Bjoernar 1
-0110111110 Joern 1
-0110111110 Yosho 1
-0110111110 ElsaGrace 1
-0110111110 Taizo 1
-0110111110 Hatsuo 1
-0110111110 Hiromitsu 1
-0110111110 Tokunosuke 1
-0110111110 Talat 1
-0110111110 Risaburo 1
-0110111110 Yasue 1
-0110111110 Kuzmich 1
-0110111110 Kuni 1
-0110111110 F.S.K. 1
-0110111110 Eugune 1
-0110111110 Dunacan 1
-0110111110 Moti 1
-0110111110 Kalle 1
-0110111110 Dannielle 1
-0110111110 Sven-Erik 1
-0110111110 Ismail-Sabri 1
-0110111110 Bogunika 1
-0110111110 Niels-Erik 1
-0110111110 Naoto 1
-0110111110 Mitsugi 1
-0110111110 Pazel 1
-0110111110 Tishah 1
-0110111110 Prajon 1
-0110111110 Vitoon 1
-0110111110 Ramchand 1
-0110111110 Izaac 1
-0110111110 Hapusan 1
-0110111110 Dicky 1
-0110111110 Marci 1
-0110111110 Tadanobu 1
-0110111110 Vipul 1
-0110111110 Dzingai 1
-0110111110 Navegantes 1
-0110111110 Ludger 1
-0110111110 METS 1
-0110111110 Zay 1
-0110111110 Masahito 1
-0110111110 Ansley 1
-0110111110 Marisse 1
-0110111110 Ajai 1
-0110111110 Mahlon 1
-0110111110 Rumiana 1
-0110111110 Dascomb 1
-0110111110 Raksha 1
-0110111110 Chimanbhai 1
-0110111110 Shinsuke 1
-0110111110 Evgenii 1
-0110111110 Rifka 1
-0110111110 Rowe-Price 1
-0110111110 HansJoerg 1
-0110111110 Roelfien 1
-0110111110 Finanzarie 1
-0110111110 Othniel 1
-0110111110 Janlori 1
-0110111110 Wahib 1
-0110111110 Commentator 1
-0110111110 Psychotherapists 1
-0110111110 Aidee 1
-0110111110 Neisen 1
-0110111110 Myriel 1
-0110111110 Duan 1
-0110111110 K.V. 1
-0110111110 Sheriday 1
-0110111110 Roseann 1
-0110111110 Maurene 1
-0110111110 Zafiro 1
-0110111110 Sibyl 1
-0110111110 Dougles 1
-0110111110 C.D.L. 1
-0110111110 Ozcan 1
-0110111110 Ardith 1
-0110111110 Nati 1
-0110111110 Euzhan 1
-0110111110 Marcis 1
-0110111110 Lesren 1
-0110111110 Tonja 1
-0110111110 Shusei 1
-0110111110 Holsten 1
-0110111110 Ptachia 1
-0110111110 Bhanu 1
-0110111110 Katsuhiro 1
-0110111110 Muki 1
-0110111110 Catlin 1
-0110111110 Edwviges 1
-0110111110 LaVern 1
-0110111110 Promo-tora 1
-0110111110 Shary 1
-0110111110 Yana 1
-0110111110 Schlomo 1
-0110111110 Maurita 1
-0110111110 Paolo-Filippo 1
-0110111110 Khrushid 1
-0110111110 Jevetta 1
-0110111110 Krystyna 1
-0110111110 Lami 1
-0110111110 Sadia 1
-0110111110 STEVEN 1
-0110111110 Heba 1
-0110111110 Evgenia 1
-0110111110 Kingsly 1
-0110111110 Karlhans 1
-0110111110 Noriyuki 1
-0110111110 Motoaki 1
-0110111110 Soji 1
-0110111110 V.K. 1
-0110111110 HUSTLED 1
-0110111110 Volkert 1
-0110111110 T.P. 1
-0110111110 Ladell 1
-0110111110 Carl-Hugo 1
-0110111110 Marie-Claire 1
-0110111110 Evalina 1
-0110111110 Collette 1
-0110111110 Randsell 1
-0110111110 Rolf-Dieter 1
-0110111110 Nelba 1
-0110111110 Malia 1
-0110111110 Ellwyn 1
-0110111110 Klaus-Wermer 1
-0110111110 Meldrim 1
-0110111110 Ertugrul 1
-0110111110 BrandsMart 1
-0110111110 Edgrick 1
-0110111110 Dewain 1
-0110111110 Andi 1
-0110111110 Seiroku 1
-0110111110 Prachaya 1
-0110111110 Shellie 1
-0110111110 Deeohn 1
-0110111110 Radomir 1
-0110111110 Claus-Wilhelm 1
-0110111110 Zahi 1
-0110111110 Domenick 1
-0110111110 Naohiro 1
-0110111110 Valere 1
-0110111110 Sosi 1
-0110111110 Calman 1
-0110111110 Herwig 1
-0110111110 Duvan 1
-0110111110 Ruthanne 1
-0110111110 Shmulig 1
-0110111110 Renatte 1
-0110111110 Serje 1
-0110111110 Farideh 1
-0110111110 Marribell 1
-0110111110 Gerburg 1
-0110111110 Kohzo 1
-0110111110 Olav 1
-0110111110 Copie 1
-0110111110 Misao 1
-0110111110 K.M.S. 1
-0110111110 Dinu 1
-0110111110 Rhae 1
-0110111110 Devendra 1
-0110111110 Belva 1
-0110111110 Bhikhubhai 1
-0110111110 Kennocott 1
-0110111110 Jervase 1
-0110111110 Rodrick 1
-0110111110 Reta 1
-0110111110 Vesna 1
-0110111110 Subhi 1
-0110111110 Huub 1
-0110111110 Hartzel 1
-0110111110 Kaaren 1
-0110111110 Fundidora 1
-0110111110 Cisley 1
-0110111110 PaineWebber/ 1
-0110111110 Rafeek 1
-0110111110 Dorick 1
-0110111110 Shigeichi 1
-0110111110 P.G.T. 1
-0110111110 Adroaldo 1
-0110111110 Jessa 1
-0110111110 Braam 1
-0110111110 Cletus 1
-0110111110 Jonni 1
-0110111110 Stacye 1
-0110111110 Sallianne 1
-0110111110 Elysa 1
-0110111110 Lisl 1
-0110111110 Shiu-Lok 1
-0110111110 Adin 1
-0110111110 Suellen 1
-0110111110 Teofisto 1
-0110111110 Giorgios 1
-0110111110 Dimitris 1
-0110111110 Oiva 1
-0110111110 Krafft 1
-0110111110 Fauad 1
-0110111110 Kimimasa 1
-0110111110 Malvina 1
-0110111110 Sedfrey 1
-0110111110 Christafor 1
-0110111110 Davoru 1
-0110111110 Takahiro 1
-0110111110 Teiji 1
-0110111110 Olio 1
-0110111110 Kazunao 1
-0110111110 Brielle 1
-0110111110 Riab 1
-0110111110 Emelyn 1
-0110111110 Yue-Kong 1
-0110111110 Photios 1
-0110111110 Donzella 1
-0110111110 Temma 1
-0110111110 Bisi 1
-0110111110 Gita 1
-0110111110 Olusegun 1
-0110111110 Sissela 1
-0110111110 Supavud 1
-0110111110 Ramdas 1
-0110111110 Hisaya 1
-0110111110 Lita 1
-0110111110 JeanMarc 1
-0110111110 Hanked 1
-0110111110 Harvy 1
-0110111110 Brownen 1
-0110111110 Jacalyn 1
-0110111110 Thami 1
-0110111110 Kerri 1
-0110111110 Henrick 1
-0110111110 Bernadine 1
-0110111110 Buie 1
-0110111110 Avraham 1
-0110111110 Rosier 1
-0110111110 Nuzhet 1
-0110111110 Prevented 1
-0110111110 Jerrell 1
-0110111110 Tomiyuki 1
-0110111110 Gisela 1
-0110111110 Goichi 1
-0110111110 Mindee 1
-0110111110 Munther 1
-0110111110 Saeb 1
-0110111110 Drug-czar 1
-0110111110 Wiliam 1
-0110111110 Valent 1
-0110111110 Manzar 1
-0110111110 Kyriakos 1
-0110111110 Grigoriy 1
-0110111110 Shimpei 1
-0110111110 Markeeta 1
-0110111110 Kevork 1
-0110111110 Perin 1
-0110111110 Detlef 1
-0110111110 Shyam 1
-0110111110 Shailendra 1
-0110111110 Dathan 1
-0110111110 Dierk 1
-0110111110 Yasunosuke 1
-0110111110 Hans-Gert 1
-0110111110 Fidencio 1
-0110111110 Kees 1
-0110111110 Birtan 1
-0110111110 Tamayose 1
-0110111110 Mitsuhide 1
-0110111110 Ryosuke 1
-0110111110 Tetsunari 1
-0110111110 Marjan 1
-0110111110 Mclean 1
-0110111110 Turker 1
-0110111110 Osha 1
-0110111110 Arseny 1
-0110111110 Yasushige 1
-0110111110 8,915,965 1
-0110111110 FranzJosef 1
-0110111110 Barret 1
-0110111110 Krystof 1
-0110111110 Rege 1
-0110111110 Choe 1
-0110111110 Griselda 1
-0110111110 nominee-to-be 1
-0110111110 Hipolito 1
-0110111110 Baldemar 1
-0110111110 Melanne 1
-0110111110 Dharani 1
-0110111110 Myriam 1
-0110111110 Lucrecia 1
-0110111110 JeanMaxime 1
-0110111110 Arvind 1
-0110111110 Hermut 1
-0110111110 Abdol-Reza 1
-0110111110 Yoshitomo 1
-0110111110 Collyn 1
-0110111110 Ichitaro 1
-0110111110 Fereidun 1
-0110111110 Takano 1
-0110111110 Zoran 1
-0110111110 Albemarle-Pamlico 1
-0110111110 Winant 1
-0110111110 Gulam 1
-0110111110 Daniil 1
-0110111110 Annlia 1
-0110111110 Radley 1
-0110111110 Kamala 1
-0110111110 Toba 1
-0110111110 Kunishiro 1
-0110111110 Trinita 1
-0110111110 Slavko 1
-0110111110 Zita 1
-0110111110 Dismisses 1
-0110111110 Chrisianthia 1
-0110111110 Sabas 1
-0110111110 Wendee 1
-0110111110 Maudine 1
-0110111110 Mazhar 1
-0110111110 Mahnaz 1
-0110111110 Naoaki 1
-0110111110 Hidemi 1
-0110111110 Levao 1
-0110111110 Sohsuke 1
-0110111110 Rimma 1
-0110111110 Tasuke 1
-0110111110 Edwina 1
-0110111110 Gretl 1
-0110111110 Ismet 1
-0110111110 Durk 1
-0110111110 Dilsie 1
-0110111110 Xabier 1
-0110111110 Flavel 1
-0110111110 Roark 1
-0110111110 Masafumi 1
-0110111110 soupe 1
-0110111110 Jaoa 1
-0110111110 Arezki 1
-0110111110 Cecie 1
-0110111110 Madelon 1
-0110111110 Rezsoe 1
-0110111110 Iftikhar 1
-0110111110 Lollit 1
-0110111110 Tita 1
-0110111110 Chane 1
-0110111110 Chuy 1
-0110111110 Dickran 1
-0110111110 Yutake 1
-0110111110 Lottie 1
-0110111110 Edmonia 1
-0110111110 Stanfield 1
-0110111110 Tonya 1
-0110111110 Lloyce 1
-0110111110 Selina 1
-0110111110 Murvin 1
-0110111110 Ses 1
-0110111110 Kailash 1
-0110111110 Moushaheen 1
-0110111110 Gayl 1
-0110111110 Tetsuro 1
-0110111110 Gershen 1
-0110111110 Elyse 1
-0110111110 LaVarne 1
-0110111110 Asghar 1
-0110111110 Erlene 1
-0110111110 Fulvio 1
-0110111110 Rosina 1
-0110111110 Renard 1
-0110111110 Joallyn 1
-0110111110 Lovida 1
-0110111110 Derryl 1
-0110111110 Verena 1
-0110111110 Petter 1
-0110111110 Jose-Angel 1
-0110111110 Geaton 1
-0110111110 Elisio 1
-0110111110 Arped 1
-0110111110 Tadaaki 1
-0110111110 Fuminori 1
-0110111110 MALCOM 1
-0110111110 PATRICK 1
-0110111110 Nilo 1
-0110111110 Eckhard 1
-0110111110 Naas 1
-0110111110 Letitia 1
-0110111110 BengtGoeran 1
-0110111110 Shackford 1
-0110111110 Yukiko 1
-0110111110 Waino 1
-0110111110 Sayeeda 1
-0110111110 Fatta 1
-0110111110 Tamio 1
-0110111110 Yoran 1
-0110111110 Soucy 1
-0110111110 Keiichiro 1
-0110111110 Zakar 1
-0110111110 Kosuke 1
-0110111110 -Samuel 1
-0110111110 Winfred 1
-0110111110 Sammye 1
-0110111110 Sonni 1
-0110111110 Ila 1
-0110111110 Cia. 1
-0110111110 Monsoor 1
-0110111110 Tetsuhisa 1
-0110111110 Kathrine 1
-0110111110 Mirrel 1
-0110111110 Mosen 1
-0110111110 Courteney 1
-0110111110 Jenard 1
-0110111110 Lavinia 2
-0110111110 Eliana 2
-0110111110 Cyriac 2
-0110111110 Rence 2
-0110111110 Krishan 2
-0110111110 Yutaro 2
-0110111110 Raymon 2
-0110111110 Gwendolyn 2
-0110111110 Adan 2
-0110111110 Elihu 2
-0110111110 Plamen 2
-0110111110 Tal 2
-0110111110 Abelardo 2
-0110111110 Kell 2
-0110111110 Bondurant 2
-0110111110 Tamas 2
-0110111110 Katsuhiko 2
-0110111110 Jaydev 2
-0110111110 Bernado 2
-0110111110 Vasilii 2
-0110111110 Petros 2
-0110111110 Lysle 2
-0110111110 Carl-Olof 2
-0110111110 Yvette 2
-0110111110 Tomihiro 2
-0110111110 I.I. 2
-0110111110 Carl-Johan 2
-0110111110 Lilia 2
-0110111110 Maximo 2
-0110111110 Deidre 2
-0110111110 Chiam 2
-0110111110 Ebbe 2
-0110111110 Yaichi 2
-0110111110 Steffan 2
-0110111110 Elissa 2
-0110111110 Shdema 2
-0110111110 Elemer 2
-0110111110 Harriett 2
-0110111110 Ludolf 2
-0110111110 Lennart 2
-0110111110 Shayne 2
-0110111110 Verenda 2
-0110111110 Mordehai 2
-0110111110 Masashi 2
-0110111110 Ralf 2
-0110111110 Hans-Juergen 2
-0110111110 Arney 2
-0110111110 Rikio 2
-0110111110 Ryuji 2
-0110111110 Elwin 2
-0110111110 Jas 2
-0110111110 Hennie 2
-0110111110 Ryoji 2
-0110111110 Alicemarie 2
-0110111110 Zenon 2
-0110111110 Graemer 2
-0110111110 Mikio 2
-0110111110 Jud 2
-0110111110 Hanif 2
-0110111110 Seishichi 2
-0110111110 Heinn 2
-0110111110 Verlin 2
-0110111110 Nikki 2
-0110111110 Alasdair 2
-0110111110 Mic 2
-0110111110 Larisa 2
-0110111110 Mina 2
-0110111110 Shige 2
-0110111110 Yuriy 2
-0110111110 Tommie 2
-0110111110 Seizaburo 2
-0110111110 G.K. 2
-0110111110 Othmar 2
-0110111110 Donna-Ann 2
-0110111110 Rizzoli-Corriere 2
-0110111110 Lanty 2
-0110111110 Alirio 2
-0110111110 Fairleigh 2
-0110111110 Amalya 2
-0110111110 Dato 2
-0110111110 Hannelore 2
-0110111110 Harriette 2
-0110111110 Gloire 2
-0110111110 Satoru 2
-0110111110 Sumiko 2
-0110111110 Marcie 2
-0110111110 Rashi 2
-0110111110 Valorie 2
-0110111110 Hoyte 2
-0110111110 Adrianne 2
-0110111110 Makota 2
-0110111110 Buffy 2
-0110111110 Stefania 2
-0110111110 Carolann 2
-0110111110 Dewitt 2
-0110111110 Yue-kong 2
-0110111110 Heberto 2
-0110111110 E.O. 2
-0110111110 Causewell 2
-0110111110 Baltazar 2
-0110111110 Wallie 2
-0110111110 Patric 2
-0110111110 SPAIN 2
-0110111110 Shiro 2
-0110111110 Mamoru 2
-0110111110 -Robert 2
-0110111110 Vitaliy 2
-0110111110 Carll 2
-0110111110 Froylan 2
-0110111110 Swaleh 2
-0110111110 Madelyn 2
-0110111110 Maryellen 2
-0110111110 Stanilas 2
-0110111110 Sumio 2
-0110111110 Aneurin 2
-0110111110 Ryoichi 2
-0110111110 Karl-Josef 2
-0110111110 Chappe 2
-0110111110 Radulphus 2
-0110111110 Renz 2
-0110111110 Marilee 2
-0110111110 Jannie 2
-0110111110 Marvis 2
-0110111110 Shinichiro 2
-0110111110 Norihiro 2
-0110111110 Hy 2
-0110111110 Bayan 2
-0110111110 F.E. 2
-0110111110 Yanosuke 2
-0110111110 Lurana 2
-0110111110 Nuria 2
-0110111110 Dena 2
-0110111110 Aims 2
-0110111110 Wendeen 2
-0110111110 Tammis 2
-0110111110 Stas 2
-0110111110 Yurii 2
-0110111110 Jurij 2
-0110111110 Els 2
-0110111110 Micha 2
-0110111110 Semyon 2
-0110111110 Kenko 2
-0110111110 Raffaella 2
-0110111110 Claibourne 2
-0110111110 Corydon 2
-0110111110 Waymond 2
-0110111110 Takatoshi 2
-0110111110 Helge 2
-0110111110 Joesph 2
-0110111110 Stelios 2
-0110111110 Hammad 2
-0110111110 B.Z. 2
-0110111110 Thibaut 2
-0110111110 Isak 2
-0110111110 Ueli 2
-0110111110 Rolph 2
-0110111110 Eben 2
-0110111110 Ihor 2
-0110111110 Ghaith 2
-0110111110 Ara 2
-0110111110 Kinzey 2
-0110111110 Theodora 2
-0110111110 Wernher 2
-0110111110 Clementina 2
-0110111110 Nand 2
-0110111110 Mindy 2
-0110111110 Edda 2
-0110111110 Beverley 2
-0110111110 Donal 2
-0110111110 Linnet 2
-0110111110 Juzo 2
-0110111110 Toney 2
-0110111110 Masakatsu 2
-0110111110 Rezso 2
-0110111110 Sergey 2
-0110111110 Krysztof 2
-0110111110 Ronaldo 2
-0110111110 Alvan 2
-0110111110 Yvgeny 2
-0110111110 Sungho 2
-0110111110 Oystein 2
-0110111110 Silvano 2
-0110111110 Cengiz 2
-0110111110 Theron 2
-0110111110 Romualdo 2
-0110111110 Anastasios 2
-0110111110 Katherina 2
-0110111110 COEUR 2
-0110111110 Ronni 2
-0110111110 Kakutaro 2
-0110111110 Reubin 2
-0110111110 Jaroslav 2
-0110111110 Pei-yuan 2
-0110111110 Mansoura 2
-0110111110 Glendon 2
-0110111110 Norihiko 2
-0110111110 Eppie 2
-0110111110 K.I. 2
-0110111110 Michitoshi 2
-0110111110 Flaxie 2
-0110111110 Leonhard 2
-0110111110 E.Y. 2
-0110111110 Torsten 2
-0110111110 Detlev 2
-0110111110 Beate 2
-0110111110 Buckminster 2
-0110111110 Fabio 2
-0110111110 Christoper 2
-0110111110 Davitt 2
-0110111110 Guiliano 2
-0110111110 Amina 2
-0110111110 Roxane 2
-0110111110 Lissa 2
-0110111110 Ornette 2
-0110111110 TerriAnn 2
-0110111110 Jeanie 2
-0110111110 Heinz-Juergen 2
-0110111110 Hiromichi 2
-0110111110 Penaia 2
-0110111110 Kewal 2
-0110111110 Yasumasa 2
-0110111110 Isidoro 2
-0110111110 Masumi 2
-0110111110 Kraig 2
-0110111110 Sar 2
-0110111110 Electricas 2
-0110111110 Ruffen 2
-0110111110 Edgard 2
-0110111110 Gib 2
-0110111110 Dorcas 3
-0110111110 Delo 3
-0110111110 Graciela 3
-0110111110 Rawleigh 3
-0110111110 Delmont 3
-0110111110 Kamisese 3
-0110111110 Hugues 3
-0110111110 Avron 3
-0110111110 Istvan 3
-0110111110 Mahesh 3
-0110111110 Saad 3
-0110111110 Sugiichiro 3
-0110111110 S.O. 3
-0110111110 Winfried 3
-0110111110 Bama 3
-0110111110 Heiko 3
-0110111110 Guri 3
-0110111110 Yuzo 3
-0110111110 Kazutoshi 3
-0110111110 Sheena 3
-0110111110 L.R. 3
-0110111110 Arye 3
-0110111110 Amnon 3
-0110111110 Hidehiro 3
-0110111110 Loris 3
-0110111110 Eneas 3
-0110111110 Lary 3
-0110111110 Hansgeorg 3
-0110111110 Johnathan 3
-0110111110 C.F. 3
-0110111110 Kathie 3
-0110111110 Welton 3
-0110111110 Youssef 3
-0110111110 Jaap 3
-0110111110 Elwyn 3
-0110111110 Vicky 3
-0110111110 Byrle 3
-0110111110 Kinya 3
-0110111110 Anne-Marie 3
-0110111110 I.H. 3
-0110111110 Ric 3
-0110111110 Yevgeni 3
-0110111110 Wim 3
-0110111110 Steny 3
-0110111110 Renate 3
-0110111110 Seiichiro 3
-0110111110 Cornisch 3
-0110111110 Sanjiv 3
-0110111110 Masataka 3
-0110111110 Sanjoy 3
-0110111110 Ute 3
-0110111110 Renita 3
-0110111110 Anthonie 3
-0110111110 Linwood 3
-0110111110 Rony 3
-0110111110 Tomio 3
-0110111110 Shunichi 3
-0110111110 Masanori 3
-0110111110 Amil 3
-0110111110 Joschka 3
-0110111110 Comme 3
-0110111110 Rhona 3
-0110111110 Kanji 3
-0110111110 Yoichiro 3
-0110111110 Hortense 3
-0110111110 Livio 3
-0110111110 Soeren 3
-0110111110 Zacharias 3
-0110111110 Erick 3
-0110111110 Ajit 3
-0110111110 Keisuke 3
-0110111110 Maura 3
-0110111110 Marlys 3
-0110111110 Garen 3
-0110111110 Gilles 3
-0110111110 Merwyn 3
-0110111110 Reva 3
-0110111110 Yuzuru 3
-0110111110 Yair 3
-0110111110 Henk 3
-0110111110 Akiyoshi 3
-0110111110 Yusef 3
-0110111110 Junichi 3
-0110111110 Tidal 3
-0110111110 Takaharu 3
-0110111110 Alcides 3
-0110111110 Marjory 3
-0110111110 Syd 3
-0110111110 C.G. 3
-0110111110 Vaclav 3
-0110111110 Vijay 3
-0110111110 Darius 3
-0110111110 Rudi 3
-0110111110 Eamon 3
-0110111110 Darrin 3
-0110111110 Mbongeni 3
-0110111110 Henryk 3
-0110111110 Sampie 3
-0110111110 Millicent 3
-0110111110 Orrie 3
-0110111110 Lasse 3
-0110111110 Mumtaz 3
-0110111110 Gianluigi 3
-0110111110 Ivers 3
-0110111110 Mithileshwar 3
-0110111110 Dwain 3
-0110111110 Yasunori 3
-0110111110 Shel 3
-0110111110 Efren 3
-0110111110 Erling 3
-0110111110 Achim 3
-0110111110 Terree 3
-0110111110 Jeanine 3
-0110111110 Iwao 3
-0110111110 Karst 3
-0110111110 Vincente 3
-0110111110 Kristina 3
-0110111110 Tetsuya 3
-0110111110 Teruo 3
-0110111110 Louella 3
-0110111110 Levon 3
-0110111110 Hidehiko 3
-0110111110 Gyula 3
-0110111110 Cathryn 3
-0110111110 Gari 3
-0110111110 Hiroo 3
-0110111110 Etienne-Emile 3
-0110111110 Frigyes 3
-0110111110 Hanoch 3
-0110111110 Stevan 3
-0110111110 Massimo 3
-0110111110 Josep 3
-0110111110 Kipp 4
-0110111110 Glenhall 4
-0110111110 Selwin 4
-0110111110 Kazuhisa 4
-0110111110 Isamu 4
-0110111110 Masato 4
-0110111110 Tu 4
-0110111110 Shaul 4
-0110111110 Jerold 4
-0110111110 Ladislav 4
-0110111110 Rya 4
-0110111110 D.R. 4
-0110111110 Lamberto 4
-0110111110 Cheri 4
-0110111110 Harun 4
-0110111110 B.G. 4
-0110111110 Nobuyoshi 4
-0110111110 Ceris 4
-0110111110 Rozanne 4
-0110111110 Kingman 4
-0110111110 Delwin 4
-0110111110 Jerilyn 4
-0110111110 Lisbeth 4
-0110111110 L.G. 4
-0110111110 M.L. 4
-0110111110 Geza 4
-0110111110 Noriko 4
-0110111110 Inzer 4
-0110111110 W.G. 4
-0110111110 Janusz 4
-0110111110 Annemarie 4
-0110111110 RAYMOND 4
-0110111110 Yukuo 4
-0110111110 Ina 4
-0110111110 Celia 4
-0110111110 Myrna 4
-0110111110 Bassam 4
-0110111110 Sari 4
-0110111110 Gavyn 4
-0110111110 Lana 4
-0110111110 Avram 4
-0110111110 Rosalyn 4
-0110111110 Welko 4
-0110111110 McCaughan 4
-0110111110 Denholm 4
-0110111110 Dagmar 4
-0110111110 Hans-Peter 4
-0110111110 Roderic 4
-0110111110 Saundra 4
-0110111110 Isadore 4
-0110111110 Leontyne 4
-0110111110 Stu 4
-0110111110 Udo 4
-0110111110 Randon 4
-0110111110 Hartmut 4
-0110111110 Mancur 4
-0110111110 Nackey 4
-0110111110 Arjun 4
-0110111110 Bernell 4
-0110111110 Junjiro 4
-0110111110 Sadeg 4
-0110111110 Keizo 4
-0110111110 Laurans 4
-0110111110 Marla 4
-0110111110 Kathi 4
-0110111110 Keiko 4
-0110111110 Fawzi 4
-0110111110 Kazimierz 4
-0110111110 Diethard 4
-0110111110 Yoshinori 4
-0110111110 Arland 4
-0110111110 Eartha 4
-0110111110 Fiona 4
-0110111110 Gena 4
-0110111110 Domingos 4
-0110111110 Grahame 4
-0110111110 Kevan 4
-0110111110 Fujio 4
-0110111110 Gidon 4
-0110111110 Minda 4
-0110111110 B.D. 4
-0110111110 Meinhard 4
-0110111110 Ehud 4
-0110111110 Hans-Joachim 4
-0110111110 Eile 4
-0110111110 Amir 4
-0110111110 Gyorgy 4
-0110111110 P.X. 4
-0110111110 Glynis 4
-0110111110 Luci 4
-0110111110 Trish 4
-0110111110 Derwin 4
-0110111110 Mikael 4
-0110111110 Nobuyuki 4
-0110111110 Dinesh 4
-0110111110 Jerre 4
-0110111110 B.L. 4
-0110111110 Jean-Michel 4
-0110111110 Kiyotaka 5
-0110111110 Blas 5
-0110111110 Arlan 5
-0110111110 Thekla 5
-0110111110 Daphne 5
-0110111110 Mauricio 5
-0110111110 Hani 5
-0110111110 Trudy 5
-0110111110 Shireen 5
-0110111110 Amando 5
-0110111110 Geert 5
-0110111110 Virginius 5
-0110111110 Laurance 5
-0110111110 Tasso 5
-0110111110 Kari 5
-0110111110 Masatoshi 5
-0110111110 Lenore 5
-0110111110 Bevis 5
-0110111110 B.R. 5
-0110111110 Susanne 5
-0110111110 Hillel 5
-0110111110 Nikolaus 5
-0110111110 Donnie 5
-0110111110 Constantin 5
-0110111110 Myles 5
-0110111110 Sy 5
-0110111110 Consuelo 5
-0110111110 Morry 5
-0110111110 Budge 5
-0110111110 Takayoshi 5
-0110111110 Nerio 5
-0110111110 Akiko 5
-0110111110 G.R. 5
-0110111110 Alick 5
-0110111110 Darrel 5
-0110111110 Ilene 5
-0110111110 D.B. 5
-0110111110 A.O. 5
-0110111110 Isao 5
-0110111110 Witold 5
-0110111110 Vicomte 5
-0110111110 Betsey 5
-0110111110 Deno 5
-0110111110 Martti 5
-0110111110 Kwasha 5
-0110111110 Akihiro 5
-0110111110 Yoji 5
-0110111110 RICHARD 5
-0110111110 Judi 5
-0110111110 Rosanna 5
-0110111110 Hikmat 5
-0110111110 Livia 5
-0110111110 Fouad 5
-0110111110 Burtt 5
-0110111110 P.G. 5
-0110111110 Delores 5
-0110111110 Gwen 5
-0110111110 Burl 5
-0110111110 Robbin 5
-0110111110 Nelly 5
-0110111110 Francois-Xavier 5
-0110111110 Wilfrid 5
-0110111110 Margie 5
-0110111110 Sheri 5
-0110111110 PHILIP 5
-0110111110 Marisa 5
-0110111110 W.F. 5
-0110111110 Spottswood 5
-0110111110 Marcelo 5
-0110111110 Parren 5
-0110111110 Nella 5
-0110111110 Patrice 6
-0110111110 G.E. 6
-0110111110 Toshiyuki 6
-0110111110 Bonita 6
-0110111110 Jochen 6
-0110111110 Caryl 6
-0110111110 Sheryl 6
-0110111110 Kazuhiko 6
-0110111110 Thaddeus 6
-0110111110 Ryal 6
-0110111110 Petr 6
-0110111110 T.H. 6
-0110111110 Masaharu 6
-0110111110 Aleksander 6
-0110111110 Attilio 6
-0110111110 Vahan 6
-0110111110 Ewan 6
-0110111110 Cristina 6
-0110111110 Matty 6
-0110111110 Sergiu 6
-0110111110 Lanny 6
-0110111110 Mervin 6
-0110111110 Bridget 6
-0110111110 Yoichi 6
-0110111110 Marcella 6
-0110111110 Breckinridge 6
-0110111110 Nils 6
-0110111110 T.B. 6
-0110111110 Lothar 6
-0110111110 Nita 6
-0110111110 Suh 6
-0110111110 V.S. 6
-0110111110 Carmelo 6
-0110111110 Jean-Yves 6
-0110111110 Alois 6
-0110111110 Taro 6
-0110111110 Orestes 6
-0110111110 Donny 6
-0110111110 Edgardo 6
-0110111110 Gad 6
-0110111110 Hisashi 6
-0110111110 Alann 6
-0110111110 Nando 6
-0110111110 Sanjay 6
-0110111110 Vinod 6
-0110111110 I.G. 6
-0110111110 Gedale 6
-0110111110 Morrie 6
-0110111110 Maryanne 6
-0110111110 Yoshihiro 6
-0110111110 Hideki 6
-0110111110 Margery 6
-0110111110 Windle 6
-0110111110 G.J. 6
-0110111110 Rhonda 6
-0110111110 Candace 6
-0110111110 Dina 6
-0110111110 Eugenio 6
-0110111110 Jeannie 6
-0110111110 Yoshiro 6
-0110111110 Mal 6
-0110111110 Phillipe 7
-0110111110 Lenny 7
-0110111110 Russel 7
-0110111110 Genevieve 7
-0110111110 Langhorne 7
-0110111110 Kristin 7
-0110111110 Gerrit 7
-0110111110 Sven 7
-0110111110 Vincenzo 7
-0110111110 Micky 7
-0110111110 Rosanne 7
-0110111110 Irv 7
-0110111110 Garnett 7
-0110111110 Ryohei 7
-0110111110 Orval 7
-0110111110 Kaspar 7
-0110111110 Ramesh 7
-0110111110 R.T. 7
-0110111110 Terrel 7
-0110111110 Dinmukhamed 7
-0110111110 Miroslav 7
-0110111110 Georgette 7
-0110111110 Masayuki 7
-0110111110 Fumio 7
-0110111110 Kenzo 7
-0110111110 Shinichi 7
-0110111110 Naim 7
-0110111110 Juliusz 7
-0110111110 Jean-Jacques 7
-0110111110 H.D. 7
-0110111110 Marek 7
-0110111110 Wilbert 7
-0110111110 Junji 7
-0110111110 Natalia 7
-0110111110 DeRoy 7
-0110111110 Jiri 7
-0110111110 THOMAS 7
-0110111110 Abid 7
-0110111110 Cees 7
-0110111110 Lucius 7
-0110111110 Nomi 7
-0110111110 Jean-Baptiste 7
-0110111110 Tancredo 7
-0110111110 Tsutomu 7
-0110111110 Hakan 7
-0110111110 Cecile 7
-0110111110 Benno 7
-0110111110 Nunzio 7
-0110111110 WILLIAM 7
-0110111110 Willam 7
-0110111110 E.H. 7
-0110111110 Kimba 7
-0110111110 Dolph 7
-0110111110 Tod 7
-0110111110 Ravi 7
-0110111110 D.D. 7
-0110111110 Cecelia 7
-0110111110 Corinne 7
-0110111110 Norodom 7
-0110111110 Kamal 7
-0110111110 Alcee 8
-0110111110 Dianna 8
-0110111110 Herbie 8
-0110111110 Cardiss 8
-0110111110 Carolyne 8
-0110111110 Wilford 8
-0110111110 Mariano 8
-0110111110 Gillian 8
-0110111110 W.N. 8
-0110111110 Alair 8
-0110111110 Jean-Rene 8
-0110111110 Kristen 8
-0110111110 Denys 8
-0110111110 Lesa 8
-0110111110 H.E. 8
-0110111110 Ilya 8
-0110111110 Hamid 8
-0110111110 Hosea 8
-0110111110 Karl-Heinz 8
-0110111110 Lorna 8
-0110111110 C.K. 8
-0110111110 Shaun 8
-0110111110 Fern 8
-0110111110 Pedro-Pablo 8
-0110111110 Shahrokh 8
-0110111110 Alistair 8
-0110111110 Sadao 8
-0110111110 Gilberto 8
-0110111110 C.P. 8
-0110111110 Bjoern 8
-0110111110 Barrie 8
-0110111110 Eunice 8
-0110111110 Hideaki 8
-0110111110 Dilip 8
-0110111110 Bengt 8
-0110111110 Garo 8
-0110111110 Hilary 8
-0110111110 Fyodor 8
-0110111110 Rachelle 8
-0110111110 Irina 8
-0110111110 Toru 9
-0110111110 Ruthann 9
-0110111110 Aleksandr 9
-0110111110 Mangosuthu 9
-0110111110 Freda 9
-0110111110 Abigail 9
-0110111110 Jennie 9
-0110111110 Shoichiro 9
-0110111110 Mordechai 9
-0110111110 Cathleen 9
-0110111110 Darren 9
-0110111110 Rudiger 9
-0110111110 Donn 9
-0110111110 Sherrie 9
-0110111110 Mathilde 9
-0110111110 JoAnn 9
-0110111110 Zev 9
-0110111110 Jerald 9
-0110111110 Yoshi 9
-0110111110 Kristine 9
-0110111110 Claes 9
-0110111110 Bernadette 9
-0110111110 Trilby 9
-0110111110 Carly 9
-0110111110 Juliette 9
-0110111110 Claudine 9
-0110111110 Kiyoshi 9
-0110111110 Phua 9
-0110111110 Takeo 9
-0110111110 Reto 9
-0110111110 Nobuaki 9
-0110111110 Orel 9
-0110111110 Vadim 10
-0110111110 Ruediger 10
-0110111110 Lando 10
-0110111110 Thad 10
-0110111110 Jared 10
-0110111110 Charls 10
-0110111110 A.E. 10
-0110111110 Baine 10
-0110111110 Yevgeny 10
-0110111110 Olivia 10
-0110111110 Jayne 10
-0110111110 Mia 10
-0110111110 Toshihiko 10
-0110111110 Viren 10
-0110111110 Volker 10
-0110111110 Masahiro 10
-0110111110 Gretchen 10
-0110111110 Shigeki 10
-0110111110 Kjell 10
-0110111110 Ramiro 10
-0110111110 Stansfield 10
-0110111110 Lal 11
-0110111110 Vyacheslav 11
-0110111110 Eberhard 11
-0110111110 Kip 11
-0110111110 Zoltan 11
-0110111110 L.C. 11
-0110111110 Becky 11
-0110111110 Harald 11
-0110111110 H.W. 11
-0110111110 Malcom 11
-0110111110 Masahiko 11
-0110111110 Rodd 11
-0110111110 Yoshihisa 11
-0110111110 Yvonne 11
-0110111110 Joann 11
-0110111110 C.E. 11
-0110111110 H.P. 11
-0110111110 Vern 11
-0110111110 Takao 12
-0110111110 Rimmer 12
-0110111110 Charlene 12
-0110111110 Shoichi 12
-0110111110 C.N. 12
-0110111110 Beau 12
-0110111110 Deepak 12
-0110111110 Emile 12
-0110111110 R.M. 12
-0110111110 Gennady 12
-0110111110 Umberto 12
-0110111110 E.G. 12
-0110111110 Andrzej 12
-0110111110 Kenji 12
-0110111110 Masaru 12
-0110111110 Hiroyuki 13
-0110111110 Marlene 13
-0110111110 Guenter 13
-0110111110 Kalo 13
-0110111110 Koji 13
-0110111110 Gianni 13
-0110111110 Isabel 13
-0110111110 Teri 13
-0110111110 Millie 13
-0110111110 Mari 13
-0110111110 Edmar 13
-0110111110 J.G. 13
-0110111110 Jeffry 13
-0110111110 Elgie 13
-0110111110 Milt 13
-0110111110 R.E. 13
-0110111110 Rolando 13
-0110111110 Cecilia 13
-0110111110 W.L. 13
-0110111110 P.J. 13
-0110111110 Euan 13
-0110111110 R.S. 13
-0110111110 Shelly 13
-0110111110 Deryck 13
-0110111110 Gareth 13
-0110111110 Pieter 14
-0110111110 Hazel 14
-0110111110 C.C. 14
-0110111110 Ilan 14
-0110111110 Rogelio 14
-0110111110 Leif 14
-0110111110 Juanita 14
-0110111110 Johan 14
-0110111110 Alvah 14
-0110111110 Elmo 14
-0110111110 Errol 14
-0110111110 Ewen 14
-0110111110 Luc 14
-0110111110 Jean-Marc 14
-0110111110 P.H. 14
-0110111110 Mildred 14
-0110111110 Andras 14
-0110111110 Ashok 15
-0110111110 Loretta 15
-0110111110 Randal 15
-0110111110 Willem 15
-0110111110 Margot 15
-0110111110 Bertil 15
-0110111110 Hernando 15
-0110111110 Avi 15
-0110111110 Eldon 15
-0110111110 Iain 15
-0110111110 Fredrick 15
-0110111110 Naomi 16
-0110111110 Herve 16
-0110111110 Patt 16
-0110111110 Jere 16
-0110111110 W.S. 16
-0110111110 Gustave 16
-0110111110 Bobbie 16
-0110111110 Orin 16
-0110111110 Lindley 16
-0110111110 E.L. 16
-0110111110 Bernice 16
-0110111110 Piers 16
-0110111110 Hardwick 16
-0110111110 Aulana 16
-0110111110 Rainer 16
-0110111110 Milo 16
-0110111110 Michio 17
-0110111110 Francine 17
-0110111110 Kenichi 17
-0110111110 Marsha 17
-0110111110 Herschel 17
-0110111110 Alicia 17
-0110111110 Kika 17
-0110111110 Wes 17
-0110111110 Dwayne 17
-0110111110 Niels 17
-0110111110 Marge 17
-0110111110 Jean-Luc 18
-0110111110 Dimitri 18
-0110111110 Atsushi 18
-0110111110 Y.K. 18
-0110111110 Hideo 18
-0110111110 Emmanuel 18
-0110111110 Arlene 18
-0110111110 Nobuo 18
-0110111110 Arnie 18
-0110111110 Gladys 18
-0110111110 Lon 18
-0110111110 Gunnar 18
-0110111110 Ginger 18
-0110111110 Maryann 18
-0110111110 Rodger 18
-0110111110 Reg 18
-0110111110 Dmitri 18
-0110111110 E.J. 18
-0110111110 Merton 18
-0110111110 Boake 18
-0110111110 Yoko 19
-0110111110 Alison 19
-0110111110 Lesley 19
-0110111110 W.B. 19
-0110111110 E.E. 19
-0110111110 Lodwrick 19
-0110111110 Bernd 19
-0110111110 Heidi 20
-0110111110 Zane 20
-0110111110 Geoff 20
-0110111110 Rocco 20
-0110111110 Jed 20
-0110111110 Takeshi 20
-0110111110 Vicente 20
-0110111110 Keiji 20
-0110111110 Micheal 20
-0110111110 Helane 20
-0110111110 Alec 20
-0110111110 Burnell 20
-0110111110 Annette 20
-0110111110 Colleen 20
-0110111110 Akira 20
-0110111110 Didier 20
-0110111110 Uwe 21
-0110111110 Valentin 21
-0110111110 Melanie 21
-0110111110 Terri 21
-0110111110 Marcy 21
-0110111110 Katharina 21
-0110111110 Osamu 21
-0110111110 Jess 21
-0110111110 Renee 22
-0110111110 Cindy 22
-0110111110 Marguerite 22
-0110111110 Norm 22
-0110111110 Kimberly 22
-0110111110 W.W. 22
-0110111110 Abner 22
-0110111110 Johann 22
-0110111110 J.T. 23
-0110111110 Madeleine 23
-0110111110 Johannes 23
-0110111110 Dino 23
-0110111110 Hamish 23
-0110111110 Graeme 23
-0110111110 Yoshio 23
-0110111110 Rosalind 23
-0110111110 Adlai 23
-0110111110 Pauline 23
-0110111110 L.S. 24
-0110111110 Hemant 24
-0110111110 B.J. 24
-0110111110 Caleb 24
-0110111110 R.C. 24
-0110111110 Suresh 24
-0110111110 Roberta 25
-0110111110 Juergen 25
-0110111110 Ella 25
-0110111110 Toni 25
-0110111110 Ricky 25
-0110111110 Gus 26
-0110111110 Sal 26
-0110111110 Fredric 26
-0110111110 Basil 26
-0110111110 Jean-Marie 26
-0110111110 Roxani 27
-0110111110 E.B. 27
-0110111110 Minoru 27
-0110111110 Kermit 27
-0110111110 Jean-Pierre 27
-0110111110 Bjorn 27
-0110111110 Greta 27
-0110111110 Jeremiah 28
-0110111110 Alexia 28
-0110111110 Dianne 28
-0110111110 Stephanie 28
-0110111110 Makoto 28
-0110111110 Dirk 28
-0110111110 Marcia 29
-0110111110 Melinda 29
-0110111110 Fortney 29
-0110111110 Ernesto 29
-0110111110 Lonnie 30
-0110111110 Giuseppe 30
-0110111110 W.J. 30
-0110111110 Ulric 30
-0110111110 Jean-Louis 30
-0110111110 Karsten 31
-0110111110 Kazuo 31
-0110111110 Leroy 31
-0110111110 Irene 32
-0110111110 Alejandro 32
-0110111110 LeRoy 32
-0110111110 Fawn 32
-0110111110 Lynne 32
-0110111110 STOCKS 33
-0110111110 Garry 33
-0110111110 Shintaro 33
-0110111110 Emil 33
-0110111110 Viktor 33
-0110111110 Heinrich 33
-0110111110 Joanne 33
-0110111110 R.W. 33
-0110111110 Maury 33
-0110111110 Miriam 33
-0110111110 Emma 34
-0110111110 Vicki 34
-0110111110 Norbert 34
-0110111110 Erik 34
-0110111110 Delbert 34
-0110111110 J.W. 34
-0110111110 Egon 35
-0110111110 Dominic 35
-0110111110 JOHN 35
-0110111110 Norma 35
-0110111110 Clive 35
-0110111110 Billie 35
-0110111110 Guillermo 35
-0110111110 Meshulam 35
-0110111110 Susie 35
-0110111110 Carla 36
-0110111110 Rolf 36
-0110111110 Silvio 36
-0110111110 Edmond 37
-0110111110 Javier 38
-0110111110 J.J. 38
-0110111110 Jules 38
-0110111110 Horst 38
-0110111110 Emilio 38
-0110111110 Merle 38
-0110111110 Katharine 39
-0110111110 Lois 39
-0110111110 Manfred 39
-0110111110 Shigeru 39
-0110111110 Salvatore 39
-0110111110 Carole 40
-0110111110 Darryl 40
-0110111110 A.J. 40
-0110111110 Fabian 40
-0110111110 W.H. 41
-0110111110 Carmine 41
-0110111110 Hiroshi 41
-0110111110 Mitch 41
-0110111110 Augustus 42
-0110111110 Jennifer 42
-0110111110 Sheila 43
-0110111110 Ronnie 43
-0110111110 Edith 43
-0110111110 Nicolas 43
-0110111110 Takashi 43
-0110111110 Eileen 43
-0110111110 Denise 43
-0110111110 Johnnie 44
-0110111110 Daryl 44
-0110111110 J.L. 44
-0110111110 Toshio 44
-0110111110 M.J. 44
-0110111110 Cheryl 44
-0110111110 Brendan 45
-0110111110 Betsy 45
-0110111110 Maureen 45
-0110111110 Rebecca 46
-0110111110 Jeanne 46
-0110111110 Audrey 46
-0110111110 Janice 46
-0110111110 Constance 46
-0110111110 Curt 47
-0110111110 Len 47
-0110111110 Rita 48
-0110111110 Michele 49
-0110111110 Jill 49
-0110111110 Esther 50
-0110111110 Valerie 50
-0110111110 Jeane 50
-0110111110 Bonnie 51
-0110111110 Alfonse 51
-0110111110 Darrell 51
-0110111110 Omar 51
-0110111110 Paula 52
-0110111110 H.L. 52
-0110111110 Edson 54
-0110111110 Cecil 55
-0110111110 Rosemary 55
-0110111110 Alfredo 56
-0110111110 Reginald 57
-0110111110 Terrence 58
-0110111110 Anton 58
-0110111110 Rob 58
-0110111110 Ruben 59
-0110111110 Duane 60
-0110111110 Debra 60
-0110111110 Doris 61
-0110111110 Willy 61
-0110111110 Suzanne 61
-0110111110 Jacqueline 61
-0110111110 Bette 62
-0110111110 Phyllis 62
-0110111110 Connie 63
-0110111110 Kathy 64
-0110111110 Kathryn 64
-0110111110 Myron 66
-0110111110 Trevor 66
-0110111110 Michelle 67
-0110111110 Katherine 67
-0110111110 Klaus 67
-0110111110 Evelyn 68
-0110111110 Thurgood 68
-0110111110 Brad 69
-0110111110 Philippe 69
-0110111110 Mimi 70
-0110111110 Geraldine 70
-0110111110 Carolyn 71
-0110111110 Ned 72
-0110111110 Cyril 72
-0110111110 Amy 73
-0110111110 Charming 74
-0110111110 Wendell 75
-0110111110 Enrique 75
-0110111110 Denis 76
-0110111110 Melvyn 76
-0110111110 Rudolf 76
-0110111110 Peggy 77
-0110111110 Yuri 78
-0110111110 Jason 79
-0110111110 Catherine 80
-0110111110 Adrian 80
-0110111110 Sally 80
-0110111110 Gail 81
-0110111110 D.H. 81
-0110111110 Christine 81
-0110111110 Seth 82
-0110111110 Cynthia 83
-0110111110 Elaine 84
-0110111110 Nauman 85
-0110111110 Wolfgang 85
-0110111110 J.R. 85
-0110111110 Marcel 86
-0110111110 Frederic 86
-0110111110 Aubrey 88
-0110111110 Rod 89
-0110111110 Derek 91
-0110111110 Tommy 92
-0110111110 Clyde 92
-0110111110 Dorothy 93
-0110111110 Pamela 93
-0110111110 Alain 94
-0110111110 Vladimir 96
-0110111110 Sean 96
-0110111110 Henri 97
-0110111110 Emanuel 97
-0110111110 Jorge 103
-0110111110 Brenda 104
-0110111110 Hubert 104
-0110111110 Fernand 105
-0110111110 Randy 109
-0110111110 Deborah 109
-0110111110 Terence 116
-0110111110 Mel 117
-0110111110 Joshua 120
-0110111110 Laura 121
-0110111110 Jeremy 121
-0110111110 Alvin 122
-0110111110 Stan 122
-0110111110 Lester 125
-0110111110 Janet 127
-0110111110 Felix 129
-0110111110 Julian 130
-0110111110 Rodney 131
-0110111110 LIVESTOCK 133
-0110111110 Marilyn 133
-0110111110 Roland 134
-0110111110 Roberto 136
-0110111110 Donna 140
-0110111110 Judy 140
-0110111110 Lyndon 143
-0110111110 Melvin 144
-0110111110 Chuck 145
-0110111110 Colin 153
-0110111110 Doug 154
-0110111110 Hans 157
-0110111110 Greg 157
-0110111110 Claude 161
-0110111110 Judith 167
-0110111110 Matthew 173
-0110111110 Ellen 175
-0110111110 Bobby 176
-0110111110 Clarence 183
-0110111110 Martha 185
-0110111110 Edmund 186
-0110111110 Diane 189
-0110111110 Maurice 189
-0110111110 Ira 191
-0110111110 Dave 191
-0110111110 Phillip 194
-0110111110 Andre 197
-0110111110 Jan 198
-0110111110 Karen 198
-0110111110 Guy 199
-0110111110 Bert 204
-0110111110 Kathleen 206
-0110111110 Hal 214
-0110111110 Mickey 220
-0110111110 Rick 231
-0110111110 Kurt 233
-0110111110 Sandra 234
-0110111110 GRAINS 236
-0110111110 Joan 237
-0110111110 Jerome 239
-0110111110 Carol 243
-0110111110 Tim 247
-0110111110 Jeff 250
-0110111110 Patricia 251
-0110111110 Chris 263
-0110111110 Ian 265
-0110111110 Sidney 265
-0110111110 Phil 269
-0110111110 Jon 276
-0110111110 Geoffrey 281
-0110111110 Leon 294
-0110111110 Ken 299
-0110111110 Les 302
-0110111110 Marc 304
-0110111110 Leslie 304
-0110111110 Gene 307
-0110111110 Malcolm 307
-0110111110 Allan 309
-0110111110 Jean 317
-0110111110 Laurence 330
-0110111110 Jonathan 331
-0110111110 Milton 344
-0110111110 Ben 347
-0110111110 Theodore 352
-0110111110 Linda 355
-0110111110 Hugh 358
-0110111110 Timothy 360
-0110111110 Kevin 381
-0110111110 Ron 392
-0110111110 Joel 394
-0110111110 Tony 407
-0110111110 Susan 416
-0110111110 Ernest 424
-0110111110 Stuart 430
-0110111110 Leo 432
-0110111110 Eric 433
-0110111110 Terry 437
-0110111110 Mario 438
-0110111110 Nancy 452
-0110111110 Pat 477
-0110111110 Marvin 491
-0110111110 Ted 512
-0110111110 Jay 545
-0110111110 Eugene 577
-0110111110 Bernard 595
-0110111110 Alfred 597
-0110111110 Steve 597
-0110111110 Frederick 618
-0110111110 Victor 620
-0110111110 Christopher 624
-0110111110 Ralph 699
-0110111110 Raymond 705
-0110111110 Don 712
-0110111110 Brian 742
-0110111110 Harold 775
-0110111110 Albert 808
-0110111110 Jeffrey 829
-0110111110 Andrew 840
-0110111110 Jerry 853
-0110111110 Gerald 870
-0110111110 Larry 882
-0110111110 Harry 900
-0110111110 Anthony 931
-0110111110 Tom 974
-0110111110 Fred 984
-0110111110 Steven 1070
-0110111110 Dan 1071
-0110111110 Roger 1127
-0110111110 Kenneth 1135
-0110111110 Bruce 1249
-0110111110 Gary 1420
-0110111110 Daniel 1465
-0110111110 Jim 1472
-0110111110 Stephen 1601
-0110111110 Arthur 1650
-0110111110 Mark 1660
-0110111110 Philip 1940
-0110111110 Alan 1977
-0110111110 Jack 2032
-0110111110 Donald 2471
-0110111110 Edward 2510
-0110111110 Joseph 2648
-0110111110 Peter 3133
-0110111110 Charles 3560
-0110111110 Thomas 3923
-0110111110 James 7848
-0110111110 David 5531
-0110111110 Richard 5651
-0110111110 Robert 10216
-0110111110 John 11552
-0110111110 William 7233
-0110111111 Encans 1
-0110111111 Ocal 1
-0110111111 Kalpokor 1
-0110111111 Gandra 1
-0110111111 Narcis 1
-0110111111 Edialeuda 1
-0110111111 Perles 1
-0110111111 Alfie 1
-0110111111 outgeneraled 1
-0110111111 Yusof 1
-0110111111 Doyne 1
-0110111111 TANEJA 1
-0110111111 repeater 1
-0110111111 Herty 1
-0110111111 Shashi 1
-0110111111 Ys 1
-0110111111 Gholam 1
-0110111111 Montefibre 1
-0110111111 Kathleeen 1
-0110111111 Ziaur 1
-0110111111 Starke 1
-0110111111 Jussi 1
-0110111111 Marie-Jo 1
-0110111111 Minako 1
-0110111111 Higino 1
-0110111111 Virgen 1
-0110111111 Clotildo 1
-0110111111 Alwa 1
-0110111111 Willabald 1
-0110111111 Bump 1
-0110111111 Edelmiro 1
-0110111111 Sylvain 1
-0110111111 amnistia 1
-0110111111 ley 1
-0110111111 Linsy 1
-0110111111 Zail 1
-0110111111 Buen 1
-0110111111 Thorvald 1
-0110111111 Kecker 1
-0110111111 Filtros 1
-0110111111 Constrution 1
-0110111111 Taraq 1
-0110111111 Karina 1
-0110111111 Coleen 1
-0110111111 Evon 1
-0110111111 Emily-May 1
-0110111111 Blurton 1
-0110111111 Midaq 1
-0110111111 Falwell-Pat 1
-0110111111 STRUCTURE 1
-0110111111 Chub 1
-0110111111 Filippo-Fara 1
-0110111111 lli 1
-0110111111 Mahbubur 1
-0110111111 rof 1
-0110111111 Yuya 1
-0110111111 88-91 1
-0110111111 Cpt 1
-0110111111 shimasu. 1
-0110111111 Lambertina 1
-0110111111 Bashir-ud-Din 1
-0110111111 Grossa 1
-0110111111 Simoes 1
-0110111111 CLEAVER 1
-0110111111 pre-majority 1
-0110111111 Jovita 1
-0110111111 Vladislav 1
-0110111111 Stabat 1
-0110111111 Evva 1
-0110111111 Erkki 1
-0110111111 N.T. 1
-0110111111 Ezer 1
-0110111111 Montieth 1
-0110111111 Partecipazione 1
-0110111111 Giovani 1
-0110111111 Mr.Thomas 1
-0110111111 Mahbub-ul 1
-0110111111 1,065,900 1
-0110111111 Juges 1
-0110111111 Lalit 1
-0110111111 Progres 1
-0110111111 Gurgel 1
-0110111111 Patrizia 1
-0110111111 Opieki 1
-0110111111 Imee 1
-0110111111 Moonbeam 1
-0110111111 Garney 1
-0110111111 London-born 1
-0110111111 Ziering 1
-0110111111 ascia 1
-0110111111 87-23 1
-0110111111 Jourlet 1
-0110111111 Ryo 1
-0110111111 Chevrefeuille 1
-0110111111 ecole 1
-0110111111 Clest 1
-0110111111 Purwin 1
-0110111111 Venancio 1
-0110111111 Vasek 1
-0110111111 Trashy 1
-0110111111 Kelvyn 1
-0110111111 Surjit 1
-0110111111 Hermilo 1
-0110111111 Wendall 1
-0110111111 Laage 1
-0110111111 MacNeil/ 1
-0110111111 Hasburgh-Stephen 1
-0110111111 statistics-keeper 1
-0110111111 BOB 1
-0110111111 Vajiralongkorn 1
-0110111111 novo 1
-0110111111 Chevaliers 1
-0110111111 4590 1
-0110111111 Low-Pay 1
-0110111111 Genese 1
-0110111111 Zenko 1
-0110111111 Cuba/Fuera 1
-0110111111 chemicals-maker 1
-0110111111 Krystian 1
-0110111111 lusso 1
-0110111111 Eisenhower-Robert 1
-0110111111 Cyrille 1
-0110111111 Mauran 1
-0110111111 Lightfoot 1
-0110111111 Yotaro 1
-0110111111 Shive 1
-0110111111 Fredlock 1
-0110111111 87-61 1
-0110111111 Barzikhin 1
-0110111111 Cothran 1
-0110111111 Almir 1
-0110111111 Ali-Joe 1
-0110111111 Siviglia 1
-0110111111 Barbiere 1
-0110111111 Ona 1
-0110111111 Suo 1
-0110111111 Zur 1
-0110111111 Lize 1
-0110111111 Siderugica 1
-0110111111 out-Agnewed 1
-0110111111 8714 1
-0110111111 Lolis 1
-0110111111 Gafaar 1
-0110111111 Bertel 1
-0110111111 Dunner 1
-0110111111 Bogodyazh 1
-0110111111 Wolfram 1
-0110111111 Galystin 1
-0110111111 Conrado 1
-0110111111 Wedick 1
-0110111111 Nobile 1
-0110111111 Trottoirs 1
-0110111111 Interdisciplinaria 1
-0110111111 Ardel 1
-0110111111 Quizy 1
-0110111111 Korvatunturi 1
-0110111111 Technologie 1
-0110111111 Instrucao 1
-0110111111 Qolam 1
-0110111111 Isik 1
-0110111111 CarCool 1
-0110111111 Hap 1
-0110111111 Eoghan 1
-0110111111 Zakes 1
-0110111111 89-95 1
-0110111111 88-19 1
-0110111111 Vladymir 1
-0110111111 Plus-Sociedad 1
-0110111111 Edgie 1
-0110111111 Janoski 1
-0110111111 Horning 1
-0110111111 Neubecker 1
-0110111111 Establissements 1
-0110111111 Lahan 1
-0110111111 Abdul-Raheem 1
-0110111111 Molinos 1
-0110111111 Hypo-Crit 1
-0110111111 DEMPSEY 1
-0110111111 Desmoiselles 1
-0110111111 Cavallari 1
-0110111111 Cascadura 1
-0110111111 Aunty 1
-0110111111 Gilmer 1
-0110111111 Shyamalendu 1
-0110111111 Nafis 1
-0110111111 Aletta 1
-0110111111 Especial 1
-0110111111 Abdel-Halim 1
-0110111111 Korobochka 1
-0110111111 terminalis 1
-0110111111 Ali-George 1
-0110111111 Guennady 1
-0110111111 AIU 1
-0110111111 Kashmeri 1
-0110111111 Leed 1
-0110111111 Krieg 1
-0110111111 Rosamond 1
-0110111111 Breaker 1
-0110111111 88-28 1
-0110111111 Tyll 1
-0110111111 F.V. 1
-0110111111 Murfree 1
-0110111111 Kisilyov 1
-0110111111 Mirek 1
-0110111111 Beaven 1
-0110111111 Miller/Grubb 1
-0110111111 Granata 1
-0110111111 Arias-Jared 1
-0110111111 Christer 1
-0110111111 Michihiko 1
-0110111111 88-42 1
-0110111111 88-49 1
-0110111111 Lute 1
-0110111111 Wardoyo 1
-0110111111 empathetically 1
-0110111111 Panayotis 1
-0110111111 Toi 1
-0110111111 Blier 1
-0110111111 Kater 1
-0110111111 Nadkarni 1
-0110111111 Blaque 1
-0110111111 Sulliman 1
-0110111111 CCMI/McGraw-Hill 1
-0110111111 Strekel 1
-0110111111 Linsenberg 1
-0110111111 Lieman 1
-0110111111 Rafidah 1
-0110111111 Legare 1
-0110111111 Dizak 1
-0110111111 Heitkamp 1
-0110111111 Armi 1
-0110111111 Miram 1
-0110111111 Hirano 1
-0110111111 Esercizio 1
-0110111111 88-96 1
-0110111111 88-94 1
-0110111111 Isabell 1
-0110111111 Kylie 1
-0110111111 Moreton 1
-0110111111 Manca 1
-0110111111 88-89 1
-0110111111 Bloeser 1
-0110111111 Cobern 1
-0110111111 Vallecas 1
-0110111111 Mr.Mohr 1
-0110111111 Manya 1
-0110111111 Assainissement 1
-0110111111 Carros 1
-0110111111 Hammersla 1
-0110111111 Roine 1
-0110111111 Derald 1
-0110111111 88-74 1
-0110111111 Burtch 1
-0110111111 Tamela 1
-0110111111 Speakes-Michael 1
-0110111111 Langedon 1
-0110111111 Auxiliar 1
-0110111111 Silvan 1
-0110111111 Jokichi 1
-0110111111 Sarosdy 1
-0110111111 Ramsewak 1
-0110111111 Long-time 1
-0110111111 Jog 2
-0110111111 Beulah 2
-0110111111 Sandine 2
-0110111111 Electricitie 2
-0110111111 Mirza 2
-0110111111 Khaled 2
-0110111111 Harri 2
-0110111111 Developpement 2
-0110111111 Takuma 2
-0110111111 Wrong-Way 2
-0110111111 Renay 2
-0110111111 Unsettling 2
-0110111111 Sela 2
-0110111111 Sina 2
-0110111111 Francesc 2
-0110111111 Pedroza 2
-0110111111 Bucyrus 2
-0110111111 Houshang 2
-0110111111 Bara 2
-0110111111 Benndorf 2
-0110111111 Lars-Erik 2
-0110111111 Rosamunde 2
-0110111111 Dios 2
-0110111111 Hyogo 2
-0110111111 Nihat 2
-0110111111 Homme 2
-0110111111 Informatica 2
-0110111111 Demetrios 2
-0110111111 Kaneo 2
-0110111111 Allo 2
-0110111111 Brownson 2
-0110111111 Jewelle 2
-0110111111 Arend 2
-0110111111 Katrina 2
-0110111111 Feodor 2
-0110111111 Andimo 2
-0110111111 Shingo 2
-0110111111 Edmundo 2
-0110111111 Combustiveis 2
-0110111111 Roch 2
-0110111111 Agostinho 2
-0110111111 Marko 2
-0110111111 Ro 2
-0110111111 Amr 2
-0110111111 Eudora 2
-0110111111 Bridgeport-Stamford-Norwalk-Danbury 2
-0110111111 Kamel 2
-0110111111 Cipriani 2
-0110111111 Ima 2
-0110111111 Doodles 2
-0110111111 Fingal 2
-0110111111 Gertrud 2
-0110111111 Hau 2
-0110111111 Baghiti 2
-0110111111 Susy 2
-0110111111 Cleo 2
-0110111111 Claud 2
-0110111111 Burnie 2
-0110111111 Chiung 2
-0110111111 Farrel 2
-0110111111 Nicandra 2
-0110111111 Annees 2
-0110111111 Cauff 2
-0110111111 Taya 2
-0110111111 Piemonte 2
-0110111111 Seeger 2
-0110111111 Salma 2
-0110111111 Macht 2
-0110111111 Nabil 2
-0110111111 Rollie 2
-0110111111 Lockett 2
-0110111111 deBorda 2
-0110111111 Nazionali 2
-0110111111 Yaakov 2
-0110111111 Caren 2
-0110111111 Qasim 2
-0110111111 Levine-Ivan 2
-0110111111 Matchabelli 2
-0110111111 Huw 2
-0110111111 Keifer 2
-0110111111 Chicklet 2
-0110111111 Noburo 2
-0110111111 Sveta 2
-0110111111 Gussie 2
-0110111111 Liebeslieder 2
-0110111111 Ouf 2
-0110111111 Nichole 2
-0110111111 Asa 2
-0110111111 Junzo 2
-0110111111 Aureliano 2
-0110111111 Zoya 2
-0110111111 Azmi 2
-0110111111 Scottie 2
-0110111111 Elisir 2
-0110111111 Nolfredo 2
-0110111111 Olly 2
-0110111111 Anya 2
-0110111111 Akeme 2
-0110111111 Futaba 2
-0110111111 Wil 2
-0110111111 Merrett 2
-0110111111 Gladness 2
-0110111111 Mohsen 2
-0110111111 Byun 2
-0110111111 K.M. 2
-0110111111 Rebekah 2
-0110111111 Tinsley 2
-0110111111 Terrill 2
-0110111111 Jozsef 2
-0110111111 Aeffra 2
-0110111111 Saengravi 2
-0110111111 Phog 2
-0110111111 Elke 2
-0110111111 Debora 2
-0110111111 clean-domed 2
-0110111111 Provincia 2
-0110111111 Giorgi 2
-0110111111 Eby 2
-0110111111 Gerhardt 2
-0110111111 Eda 2
-0110111111 Prakash 2
-0110111111 Shigenobu 2
-0110111111 Frederik 2
-0110111111 Pastilles 2
-0110111111 Adeline 2
-0110111111 Amar 2
-0110111111 Carlen 2
-0110111111 Jasen 2
-0110111111 Arleen 2
-0110111111 Tronquistas 2
-0110111111 Susannah 2
-0110111111 Marise 2
-0110111111 Bosko 2
-0110111111 Mithileswhar 2
-0110111111 Margrethe 2
-0110111111 Hotelier 2
-0110111111 Kenin 2
-0110111111 Whinston 2
-0110111111 Terren 2
-0110111111 Verlyn 2
-0110111111 Hamad 2
-0110111111 Mahar 2
-0110111111 Vought 2
-0110111111 Noor 2
-0110111111 Dweezil 2
-0110111111 Rone 2
-0110111111 Tedjosuwarno 2
-0110111111 Hoffinger 2
-0110111111 Plessix 2
-0110111111 Finanziamento 2
-0110111111 LaSonja 2
-0110111111 Torrence 2
-0110111111 Chatterji 2
-0110111111 Cully 2
-0110111111 Masroor 2
-0110111111 Tohru 2
-0110111111 Shahnawaz 2
-0110111111 Tikka 2
-0110111111 Sinteticas 2
-0110111111 Ebrahim 2
-0110111111 Sei 2
-0110111111 Adina 2
-0110111111 Janna 2
-0110111111 Sousuke 2
-0110111111 Obediah 2
-0110111111 Thorton 2
-0110111111 Sten 2
-0110111111 Ruy 2
-0110111111 Drue 2
-0110111111 Maximilian 2
-0110111111 Ghafoor 2
-0110111111 Lalith 2
-0110111111 Ach 2
-0110111111 Melian 2
-0110111111 pleadingly 2
-0110111111 Alojz 2
-0110111111 Kevern 2
-0110111111 Nadezhda 2
-0110111111 Holleque 2
-0110111111 Truett 2
-0110111111 Elsa-Grace 2
-0110111111 Cadell 2
-0110111111 Comtesse 2
-0110111111 Siah 2
-0110111111 Abdur 2
-0110111111 Carl-Frederik 2
-0110111111 Garrard 2
-0110111111 Tedford 2
-0110111111 Raffineries 2
-0110111111 Sil 2
-0110111111 McComb 2
-0110111111 Nobu 2
-0110111111 Lied 2
-0110111111 Empresas 2
-0110111111 Greville 2
-0110111111 BRIAN 2
-0110111111 Uffe 2
-0110111111 Gwathmey 2
-0110111111 Chiou 2
-0110111111 Kare 2
-0110111111 Jaye 2
-0110111111 Zakia 2
-0110111111 Elkan 2
-0110111111 Fredrik 2
-0110111111 Craighill 2
-0110111111 Bertell 2
-0110111111 Katsutoshi 2
-0110111111 Nicario 2
-0110111111 Campell 2
-0110111111 GQ. 2
-0110111111 Thane 2
-0110111111 Kalevi 2
-0110111111 Almon 2
-0110111111 Bongani 2
-0110111111 Elisabetta 2
-0110111111 Mainstreet 2
-0110111111 Camillo 2
-0110111111 Suzano 2
-0110111111 Bernt 2
-0110111111 ArenaBowl 2
-0110111111 Lavon 2
-0110111111 Jameel 2
-0110111111 Y.T. 2
-0110111111 Roxie 2
-0110111111 Ebola 2
-0110111111 Munim 2
-0110111111 Loni 2
-0110111111 Flecha 2
-0110111111 Ramalho 2
-0110111111 Rino 2
-0110111111 Hautes 2
-0110111111 Christophe 3
-0110111111 Xia 3
-0110111111 Barnaby 3
-0110111111 Kiichiro 3
-0110111111 Boundary 3
-0110111111 Hermione 3
-0110111111 Digby 3
-0110111111 Bhaskar 3
-0110111111 Durwood 3
-0110111111 Atlee 3
-0110111111 Eugenia 3
-0110111111 Aimee 3
-0110111111 Spurgeon 3
-0110111111 Inge 3
-0110111111 Dalila 3
-0110111111 Mi 3
-0110111111 Inder 3
-0110111111 Abdul-Aziz 3
-0110111111 Vladek 3
-0110111111 Kosta 3
-0110111111 Estella 3
-0110111111 Henrique 3
-0110111111 Mayotte 3
-0110111111 Orley 3
-0110111111 Cor 3
-0110111111 Adi 3
-0110111111 Bazyli 3
-0110111111 Murry 3
-0110111111 Conceicao 3
-0110111111 D.T. 3
-0110111111 Rosso 3
-0110111111 Domenico 3
-0110111111 Vasso 3
-0110111111 Shozo 3
-0110111111 Antena-3 3
-0110111111 Labib 3
-0110111111 Coletta 3
-0110111111 Tatyana 3
-0110111111 Edie 3
-0110111111 Nobuko 3
-0110111111 Megat 3
-0110111111 Townes 3
-0110111111 Bezal 3
-0110111111 Hermosa 3
-0110111111 Bramham 3
-0110111111 MACY 3
-0110111111 Rodion 3
-0110111111 Cipriano 3
-0110111111 Loyd 3
-0110111111 Nachun 3
-0110111111 Uma 3
-0110111111 Lefferts 3
-0110111111 Chieko 3
-0110111111 Loree 3
-0110111111 Shere 3
-0110111111 Henrich 3
-0110111111 Moncure 3
-0110111111 Sleigh 3
-0110111111 B.N. 3
-0110111111 Armon 3
-0110111111 Stavros 3
-0110111111 Yolanda 3
-0110111111 Toshihiro 3
-0110111111 Kei 3
-0110111111 Talton 3
-0110111111 Chinua 3
-0110111111 Estelle 3
-0110111111 Haeworth 3
-0110111111 Cluck 3
-0110111111 Contes 3
-0110111111 Ria 3
-0110111111 Goldwin 3
-0110111111 Clarice 3
-0110111111 Zeke 3
-0110111111 Hoai 3
-0110111111 Fra 3
-0110111111 Pere 3
-0110111111 Eisaku 3
-0110111111 G.S. 3
-0110111111 Duesenberg 3
-0110111111 Rauf 3
-0110111111 Guillermina 3
-0110111111 Lynwood 3
-0110111111 Annee 3
-0110111111 Alun 3
-0110111111 Zach 3
-0110111111 Noreen 3
-0110111111 Kitaro 3
-0110111111 Folke 3
-0110111111 Einson 3
-0110111111 Leyla 3
-0110111111 Velma 3
-0110111111 Pietie 3
-0110111111 Latif 3
-0110111111 Gilda 3
-0110111111 Kjell-Olof 3
-0110111111 Zeng 3
-0110111111 Sadeq 3
-0110111111 Romulo 3
-0110111111 Sigurd 3
-0110111111 Issac 3
-0110111111 Frits 3
-0110111111 Genty 3
-0110111111 Vard 3
-0110111111 Cherries 3
-0110111111 Virgilia 3
-0110111111 Kinnie 3
-0110111111 Camilo 3
-0110111111 Reinder 3
-0110111111 Liebe 3
-0110111111 Zelda 3
-0110111111 Lis 3
-0110111111 Savas 3
-0110111111 Franz-Josef 3
-0110111111 Zeno 3
-0110111111 Fermin 3
-0110111111 Marisol 3
-0110111111 Fen 3
-0110111111 Delma 3
-0110111111 Iben 3
-0110111111 Mathew 3
-0110111111 Leticia 3
-0110111111 Risparmio 3
-0110111111 Fereira 3
-0110111111 M.B. 3
-0110111111 Papel 3
-0110111111 Emmet 3
-0110111111 Alvar 3
-0110111111 Yitzak 3
-0110111111 Montserrat 3
-0110111111 Studs 3
-0110111111 Pyotr 3
-0110111111 Seweryn 3
-0110111111 Manly 3
-0110111111 Finis 3
-0110111111 Luder 3
-0110111111 Carman 3
-0110111111 Karene 3
-0110111111 Tenley 3
-0110111111 P.K. 3
-0110111111 Ove 3
-0110111111 Majid 3
-0110111111 Gruff 3
-0110111111 Chace 3
-0110111111 Phisit 3
-0110111111 Avital 3
-0110111111 Valentina 3
-0110111111 Bronislaw 3
-0110111111 Eliezer 3
-0110111111 Neils 3
-0110111111 Demoiselles 4
-0110111111 Peyton 4
-0110111111 Bayardo 4
-0110111111 Kisho 4
-0110111111 Amity 4
-0110111111 Popolare 4
-0110111111 Lise 4
-0110111111 Hosein 4
-0110111111 General-Secretary 4
-0110111111 M.K. 4
-0110111111 Nozze 4
-0110111111 Lacroze 4
-0110111111 Broe 4
-0110111111 Vitali 4
-0110111111 Vande 4
-0110111111 Shuzo 4
-0110111111 Timoci 4
-0110111111 Rachmat 4
-0110111111 Moeen 4
-0110111111 Yitshak 4
-0110111111 Ky 4
-0110111111 Sledge 4
-0110111111 Rhiannon 4
-0110111111 Rollin 4
-0110111111 Kornick 4
-0110111111 Jamil 4
-0110111111 Boutros 4
-0110111111 Albertina 4
-0110111111 Elma 4
-0110111111 Hyacinth 4
-0110111111 Kuniji 4
-0110111111 Ismael 4
-0110111111 Cleon 4
-0110111111 Lennie 4
-0110111111 Lenora 4
-0110111111 Mattie 4
-0110111111 Deyo 4
-0110111111 Kwai 4
-0110111111 Augustin 4
-0110111111 Yehuda 4
-0110111111 Lizzie 4
-0110111111 Suliman 4
-0110111111 Shep 4
-0110111111 Yael 4
-0110111111 Celestino 4
-0110111111 Imad 4
-0110111111 Vanni 4
-0110111111 Janelle 4
-0110111111 Herm 4
-0110111111 Ragnar 4
-0110111111 Hyung 4
-0110111111 Glenys 4
-0110111111 Yusuf 4
-0110111111 Barak 4
-0110111111 Mare 4
-0110111111 Denes 4
-0110111111 Wackerle 4
-0110111111 Zygmunt 4
-0110111111 Codex 4
-0110111111 Darnell 4
-0110111111 Dominee 4
-0110111111 Im 4
-0110111111 Betti 4
-0110111111 Tak 4
-0110111111 Bessie 4
-0110111111 Karol 4
-0110111111 Beyers 4
-0110111111 Chloe 4
-0110111111 Lysander 4
-0110111111 T.W. 4
-0110111111 Enos 4
-0110111111 Christos 4
-0110111111 Sucocitrico 4
-0110111111 Ester 4
-0110111111 Deke 4
-0110111111 Etoile 4
-0110111111 Mavis 4
-0110111111 affaire 4
-0110111111 Morarji 4
-0110111111 Museo 4
-0110111111 Justus 4
-0110111111 Dano 4
-0110111111 Athol 4
-0110111111 Petra 4
-0110111111 Adriaan 4
-0110111111 Lewie 4
-0110111111 Zahra 4
-0110111111 Ein 4
-0110111111 Brandy 4
-0110111111 Jessie 4
-0110111111 Norby 4
-0110111111 Hedda 4
-0110111111 Alfons 4
-0110111111 Henrietta 4
-0110111111 Jose-Maria 4
-0110111111 Grossinger 4
-0110111111 Malachi 5
-0110111111 Isa 5
-0110111111 M.G. 5
-0110111111 Ripa 5
-0110111111 Natasha 5
-0110111111 Barend 5
-0110111111 Letty 5
-0110111111 Lula 5
-0110111111 Kokoi 5
-0110111111 Norrie 5
-0110111111 Alexandre 5
-0110111111 Chaim 5
-0110111111 Courbet 5
-0110111111 Takis 5
-0110111111 Espirito 5
-0110111111 Anjelica 5
-0110111111 Aquilino 5
-0110111111 Luisa 5
-0110111111 Ryszard 5
-0110111111 Leila 5
-0110111111 Newcomer 5
-0110111111 Colombe 5
-0110111111 Marcelino 5
-0110111111 Martyn 5
-0110111111 Yaqub 5
-0110111111 Euterpe 5
-0110111111 Dusty 5
-0110111111 Ronny 5
-0110111111 Liam 5
-0110111111 Fatima 5
-0110111111 R.F. 5
-0110111111 Mordecai 5
-0110111111 Stoffel 5
-0110111111 Akram 5
-0110111111 Adolphe 5
-0110111111 Erin 5
-0110111111 Alphonse 5
-0110111111 Cai 5
-0110111111 Olnick 5
-0110111111 Amintore 5
-0110111111 B.T. 5
-0110111111 Gerd 5
-0110111111 Todor 5
-0110111111 Pino 5
-0110111111 Gosta 5
-0110111111 Scoop 5
-0110111111 Claeys 5
-0110111111 Arkadi 5
-0110111111 Romaine 5
-0110111111 Margit 5
-0110111111 Hendrik 5
-0110111111 Karlis 5
-0110111111 Rhys 5
-0110111111 Ambler 5
-0110111111 Michal 5
-0110111111 Jodie 5
-0110111111 Patsy 5
-0110111111 Mohan 5
-0110111111 Quotidien 5
-0110111111 Takaji 5
-0110111111 Midge 5
-0110111111 FAULDING 5
-0110111111 Panitch 5
-0110111111 Elwood 5
-0110111111 Osvaldo 5
-0110111111 Svetlana 5
-0110111111 Adalberto 5
-0110111111 Daniele 5
-0110111111 Heiner 5
-0110111111 Cornelis 5
-0110111111 Odell 5
-0110111111 Phillippe 5
-0110111111 Tamino 5
-0110111111 Cuyler 5
-0110111111 Ennio 5
-0110111111 Teh 5
-0110111111 Polay 5
-0110111111 Khe 5
-0110111111 Dov 5
-0110111111 Honore 5
-0110111111 Kirsten 5
-0110111111 Nouvelles 5
-0110111111 89-99 6
-0110111111 Maxine 6
-0110111111 Omer 6
-0110111111 Wahid 6
-0110111111 Chemins 6
-0110111111 Rafe 6
-0110111111 I.T. 6
-0110111111 Yasir 6
-0110111111 Aryeh 6
-0110111111 Juanito 6
-0110111111 Abreu 6
-0110111111 Heenan 6
-0110111111 Mershon 6
-0110111111 Rolfe 6
-0110111111 Danilo 6
-0110111111 Randi 6
-0110111111 Chandra 6
-0110111111 H.A. 6
-0110111111 Gabrielle 6
-0110111111 Arlie 6
-0110111111 Wladyslaw 6
-0110111111 Mariko 6
-0110111111 Panos 6
-0110111111 Swartwood 6
-0110111111 Valeri 6
-0110111111 Astrid 6
-0110111111 Dona 6
-0110111111 Dmitry 6
-0110111111 Sondra 6
-0110111111 Alonzo 6
-0110111111 Hiroyasu 6
-0110111111 Schwarze 6
-0110111111 Xenophon 6
-0110111111 Rahila 6
-0110111111 Lilian 6
-0110111111 Chana 6
-0110111111 Gerardo 6
-0110111111 Beland 6
-0110111111 Jeannette 6
-0110111111 Bruskin 6
-0110111111 Tyrell 6
-0110111111 Matias 6
-0110111111 Artur 6
-0110111111 Collin 6
-0110111111 Forza 6
-0110111111 Lorie 6
-0110111111 Templar 6
-0110111111 Bourses 6
-0110111111 H.I. 6
-0110111111 Haim 6
-0110111111 Winton 6
-0110111111 Rawn 6
-0110111111 Cassandra 6
-0110111111 Adriana 6
-0110111111 las 6
-0110111111 Randell 6
-0110111111 D.W. 6
-0110111111 PAUL 6
-0110111111 Erika 6
-0110111111 Howie 6
-0110111111 Opere 7
-0110111111 Alonso 7
-0110111111 Zhou 7
-0110111111 A.K. 7
-0110111111 Erica 7
-0110111111 Qiao 7
-0110111111 Garret 7
-0110111111 Jann 7
-0110111111 Markus 7
-0110111111 Kwan 7
-0110111111 Sparky 7
-0110111111 Lorena 7
-0110111111 Agustin 7
-0110111111 Elie 7
-0110111111 Etablissements 7
-0110111111 Miklos 7
-0110111111 Baillie 7
-0110111111 Leszek 7
-0110111111 Ingo 7
-0110111111 Krzysztof 7
-0110111111 Horacio 7
-0110111111 Myrick 7
-0110111111 Stanislav 7
-0110111111 Blaise 7
-0110111111 Corky 7
-0110111111 Jodi 7
-0110111111 Mystere 7
-0110111111 Franck 7
-0110111111 Ari 7
-0110111111 Aileen 7
-0110111111 Lynette 7
-0110111111 Padua 7
-0110111111 Parnell 7
-0110111111 Tipper 7
-0110111111 Damm 7
-0110111111 Earnest 7
-0110111111 Bayard 7
-0110111111 Roi 7
-0110111111 Ko 7
-0110111111 Schuyler 7
-0110111111 B.S. 7
-0110111111 Jens 7
-0110111111 Gennaro 7
-0110111111 Casimir 7
-0110111111 Freya 7
-0110111111 Stig 7
-0110111111 Morten 7
-0110111111 Ion 7
-0110111111 Rhoda 7
-0110111111 Truong 7
-0110111111 Yehudi 7
-0110111111 Elinor 7
-0110111111 Jovito 7
-0110111111 Christiaan 7
-0110111111 Hattie 7
-0110111111 Filippo 7
-0110111111 Getulio 7
-0110111111 Doreen 7
-0110111111 Karl-Otto 7
-0110111111 Kanon 7
-0110111111 Crispin 7
-0110111111 Heyward 7
-0110111111 Licio 7
-0110111111 Ding 7
-0110111111 Sigourney 7
-0110111111 F.N. 7
-0110111111 Nico 7
-0110111111 B.H. 7
-0110111111 Mahatma 7
-0110111111 Burkhard 8
-0110111111 Kunio 8
-0110111111 Jurgen 8
-0110111111 Jean-Bernard 8
-0110111111 Felicity 8
-0110111111 Kalman 8
-0110111111 Pik 8
-0110111111 Oren 8
-0110111111 Terrance 8
-0110111111 Arline 8
-0110111111 Cyndi 8
-0110111111 Rickey 8
-0110111111 Bynum 8
-0110111111 W.E. 8
-0110111111 Florentino 8
-0110111111 Arno 8
-0110111111 Pellegrino 8
-0110111111 Bret 8
-0110111111 Allyn 8
-0110111111 Masayoshi 8
-0110111111 Elger 8
-0110111111 Castor 8
-0110111111 Garn-St 8
-0110111111 Onni 8
-0110111111 Sly 8
-0110111111 Bertin 8
-0110111111 Thabo 8
-0110111111 Pas 8
-0110111111 Olaf 8
-0110111111 Vasco 8
-0110111111 Q.T. 8
-0110111111 Ezekiel 8
-0110111111 Syndicats 8
-0110111111 Marv 8
-0110111111 Ephraim 8
-0110111111 Bulent 8
-0110111111 Lien 8
-0110111111 Vickie 8
-0110111111 Cedric 8
-0110111111 E.C. 8
-0110111111 Wyche 8
-0110111111 por 8
-0110111111 Yo 8
-0110111111 Thelma 8
-0110111111 Yoshikazu 8
-0110111111 Susanna 8
-0110111111 Elvira 8
-0110111111 Willi 8
-0110111111 Arlin 8
-0110111111 Dorian 8
-0110111111 Milledge 8
-0110111111 Wonda 8
-0110111111 Salah 8
-0110111111 Arvid 8
-0110111111 Alban 8
-0110111111 Iosif 8
-0110111111 Binkley 8
-0110111111 Arnaldo 8
-0110111111 Lonesome 8
-0110111111 Bijan 8
-0110111111 J.V. 9
-0110111111 Tanya 9
-0110111111 Magdalena 9
-0110111111 Mikey 9
-0110111111 Rosie 9
-0110111111 Nizar 9
-0110111111 Slobodan 9
-0110111111 Jeana 9
-0110111111 Rory 9
-0110111111 Muffy 9
-0110111111 Elbert 9
-0110111111 Minnie 9
-0110111111 Judah 9
-0110111111 Evel 9
-0110111111 Kenton 9
-0110111111 Gert 9
-0110111111 A.R. 9
-0110111111 Rufus 9
-0110111111 Jun 9
-0110111111 Mendes 9
-0110111111 Czeslaw 9
-0110111111 F.J. 9
-0110111111 Leopoldo 9
-0110111111 Yosef 9
-0110111111 Nellie 9
-0110111111 Elia 9
-0110111111 Deanna 9
-0110111111 Vitaly 9
-0110111111 Yannick 9
-0110111111 Piero 9
-0110111111 Jewell 9
-0110111111 Financement 9
-0110111111 Celso 9
-0110111111 Renata 9
-0110111111 Stefano 9
-0110111111 Tess 9
-0110111111 Marius 10
-0110111111 Tylee 10
-0110111111 Anselm 10
-0110111111 Fayez 10
-0110111111 Nell 10
-0110111111 Gram 10
-0110111111 Onno 10
-0110111111 Hasan 10
-0110111111 Ciriaco 10
-0110111111 Gro 10
-0110111111 Prosper 10
-0110111111 Konstantin 10
-0110111111 Galen 10
-0110111111 Companhia 10
-0110111111 Dottie 10
-0110111111 Automoviles 10
-0110111111 Kakuei 10
-0110111111 Karel 10
-0110111111 Mitchel 10
-0110111111 F.M. 10
-0110111111 Milian 10
-0110111111 Elijah 10
-0110111111 Cesare 10
-0110111111 Ileana 10
-0110111111 E.S. 10
-0110111111 Skelly 10
-0110111111 Maris 10
-0110111111 Vinnie 10
-0110111111 Graydon 10
-0110111111 Johanna 10
-0110111111 Pasquale 10
-0110111111 Pinot 10
-0110111111 Kung 10
-0110111111 Masaaki 10
-0110111111 Isabella 10
-0110111111 Pico 10
-0110111111 Tone 11
-0110111111 Jacek 11
-0110111111 Clell 11
-0110111111 Ishaq 11
-0110111111 Dort 11
-0110111111 Itzhak 11
-0110111111 Allerton 11
-0110111111 Solita 11
-0110111111 Tawana 11
-0110111111 Whoopi 11
-0110111111 Glenda 11
-0110111111 Harvie 11
-0110111111 Coco 11
-0110111111 Anatoli 11
-0110111111 Lucinda 11
-0110111111 Georgi 11
-0110111111 Siegmund 11
-0110111111 Veronica 11
-0110111111 Fergus 11
-0110111111 Maeda 11
-0110111111 Selwyn 11
-0110111111 R.A. 11
-0110111111 Bea 11
-0110111111 Gina 11
-0110111111 JoAnne 11
-0110111111 Hillary 11
-0110111111 Sophie 11
-0110111111 Lino 11
-0110111111 Lena 12
-0110111111 Antonia 12
-0110111111 Matthias 12
-0110111111 Puppy 12
-0110111111 Darlene 12
-0110111111 Bertha 12
-0110111111 Sherrill 12
-0110111111 Gregor 12
-0110111111 Sinn 12
-0110111111 Joaquim 12
-0110111111 Jock 12
-0110111111 Marceau 12
-0110111111 Sonia 12
-0110111111 Yoshiaki 12
-0110111111 Haskell 12
-0110111111 J.S. 12
-0110111111 Pasco 12
-0110111111 Leah 12
-0110111111 Uzi 12
-0110111111 Margarita 12
-0110111111 Joanna 12
-0110111111 Devan 12
-0110111111 Leap 12
-0110111111 Ryutaro 12
-0110111111 Mendonca 12
-0110111111 Vivian 13
-0110111111 Rae 13
-0110111111 Xavier 13
-0110111111 Sholem 13
-0110111111 Alvaro 13
-0110111111 Rube 13
-0110111111 Govan 13
-0110111111 Hinshaw 13
-0110111111 Slade 13
-0110111111 Dolores 13
-0110111111 Scot 13
-0110111111 Waldo 13
-0110111111 Wilma 13
-0110111111 Danielle 13
-0110111111 Faisal 13
-0110111111 Amiram 13
-0110111111 Participations 13
-0110111111 Poul 13
-0110111111 Nicole 13
-0110111111 Wilfried 13
-0110111111 Selig 13
-0110111111 Irma 13
-0110111111 Haruo 13
-0110111111 Tomilson 13
-0110111111 Alta 13
-0110111111 Reggie 13
-0110111111 D.A. 13
-0110111111 Vin 13
-0110111111 Conan 13
-0110111111 J.K. 13
-0110111111 Samora 13
-0110111111 Charley 13
-0110111111 Jeb 14
-0110111111 Tian 14
-0110111111 Pauli 14
-0110111111 Moteurs 14
-0110111111 Alix 14
-0110111111 Ingvar 14
-0110111111 Madeline 14
-0110111111 Dora 14
-0110111111 Patricio 14
-0110111111 Meir 14
-0110111111 Natan 14
-0110111111 Saeed 14
-0110111111 Valle 14
-0110111111 Ismail 14
-0110111111 Amber 14
-0110111111 W.A. 14
-0110111111 Gino 14
-0110111111 Hossein 14
-0110111111 Bianca 14
-0110111111 Tyrone 14
-0110111111 S.J. 14
-0110111111 Yukio 14
-0110111111 Ingrid 14
-0110111111 Adrienne 14
-0110111111 Ozzie 15
-0110111111 Adele 15
-0110111111 Yutaka 15
-0110111111 Christoph 15
-0110111111 Harrold 15
-0110111111 Vie 15
-0110111111 Nate 15
-0110111111 Edna 15
-0110111111 Stacey 15
-0110111111 Jozef 15
-0110111111 Juana 15
-0110111111 Toshiki 15
-0110111111 Charlton 15
-0110111111 Teodoro 15
-0110111111 Barnet 15
-0110111111 Yuli 15
-0110111111 Seiji 15
-0110111111 Bettino 15
-0110111111 Bao 15
-0110111111 Prudence 15
-0110111111 Vasily 15
-0110111111 Nahum 15
-0110111111 Fuhrman 15
-0110111111 Marcello 15
-0110111111 Tariq 15
-0110111111 Gholamreza 15
-0110111111 Lila 16
-0110111111 Vera 16
-0110111111 Whitey 16
-0110111111 Gonzalo 16
-0110111111 Elena 16
-0110111111 Jac 16
-0110111111 Spiro 16
-0110111111 Ingmar 16
-0110111111 M.S. 16
-0110111111 Richie 16
-0110111111 Jeanette 16
-0110111111 Ida 16
-0110111111 Mandy 16
-0110111111 Lydia 16
-0110111111 Ignacio 17
-0110111111 Elmore 17
-0110111111 Baie 17
-0110111111 Reinhard 17
-0110111111 Raisa 17
-0110111111 Detente 17
-0110111111 Menachem 17
-0110111111 Simone 17
-0110111111 Isabelle 17
-0110111111 Vanessa 17
-0110111111 Linn 17
-0110111111 Trammel 17
-0110111111 Frans 18
-0110111111 Masao 18
-0110111111 A.A. 18
-0110111111 Moselle 18
-0110111111 Chet 18
-0110111111 Khalil 18
-0110111111 Karoly 18
-0110111111 Abbie 18
-0110111111 Memel 18
-0110111111 Rodrigo 18
-0110111111 Flores 18
-0110111111 Cordell 18
-0110111111 Maurizio 18
-0110111111 Tatiana 18
-0110111111 Tadeusz 19
-0110111111 Jeffery 19
-0110111111 Heather 19
-0110111111 Marianne 19
-0110111111 Armin 19
-0110111111 Shoji 19
-0110111111 Yelena 19
-0110111111 Lynda 19
-0110111111 K.C. 19
-0110111111 Butch 19
-0110111111 Zahir 19
-0110111111 Brenton 19
-0110111111 Pancho 19
-0110111111 Joao 19
-0110111111 Konrad 19
-0110111111 Lucille 19
-0110111111 Printon 19
-0110111111 Peg 19
-0110111111 Penelope 19
-0110111111 Rodgin 19
-0110111111 Verne 19
-0110111111 Alma 19
-0110111111 Frankie 19
-0110111111 Rosalie 19
-0110111111 Kyle 20
-0110111111 Nat 20
-0110111111 Alexis 20
-0110111111 Geraldo 20
-0110111111 Gayle 20
-0110111111 Alva 20
-0110111111 Corey 20
-0110111111 Patty 20
-0110111111 Stokely 20
-0110111111 Lazaro 20
-0110111111 Chic 20
-0110111111 Mahmoud 20
-0110111111 Arne 20
-0110111111 Maya 20
-0110111111 Humberto 21
-0110111111 Raoul 21
-0110111111 Marjorie 21
-0110111111 Yoram 21
-0110111111 Flora 21
-0110111111 Gideon 21
-0110111111 Nestor 21
-0110111111 Smoot 21
-0110111111 Olof 21
-0110111111 Rhett 21
-0110111111 Faure 21
-0110111111 Liliana 21
-0110111111 los 21
-0110111111 creme 21
-0110111111 Hobart 21
-0110111111 Serge 21
-0110111111 F.C. 21
-0110111111 Salman 22
-0110111111 Tamara 22
-0110111111 Josephine 22
-0110111111 Theresa 22
-0110111111 Emeritus 22
-0110111111 Renato 22
-0110111111 Generales 22
-0110111111 Cornish 22
-0110111111 Zimbalist 22
-0110111111 Toby 22
-0110111111 Indira 22
-0110111111 Karin 22
-0110111111 Roscoe 22
-0110111111 Abdel 22
-0110111111 Christina 22
-0110111111 Gresham 22
-0110111111 Boyden 22
-0110111111 Leonardo 22
-0110111111 Nathaniel 23
-0110111111 C.D. 23
-0110111111 Phoebe 23
-0110111111 Joerg 23
-0110111111 Ursula 23
-0110111111 Igor 23
-0110111111 Lucien 23
-0110111111 Camille 23
-0110111111 Seward 23
-0110111111 Bertram 24
-0110111111 Val 24
-0110111111 Mohamed 24
-0110111111 H.B. 24
-0110111111 Sander 24
-0110111111 Cavaco 24
-0110111111 Nan 24
-0110111111 Giancarlo 24
-0110111111 Dustin 25
-0110111111 Buster 25
-0110111111 Edzard 25
-0110111111 Dominique 25
-0110111111 Anspach 25
-0110111111 Bernardo 25
-0110111111 Natalie 25
-0110111111 D.J. 25
-0110111111 Sosuke 26
-0110111111 Alfonso 26
-0110111111 Jody 26
-0110111111 Sebastian 26
-0110111111 Faye 26
-0110111111 Katie 26
-0110111111 Alf 26
-0110111111 Libby 26
-0110111111 Jerrold 26
-0110111111 Luigi 26
-0110111111 A.S. 27
-0110111111 Franklyn 27
-0110111111 Ruby 27
-0110111111 Antoine 27
-0110111111 Josh 27
-0110111111 Hans-Dietrich 27
-0110111111 Clarkson 27
-0110111111 Roxanne 27
-0110111111 Gunther 27
-0110111111 Joker 27
-0110111111 Elisabeth 28
-0110111111 Pam 28
-0110111111 Mohammad 28
-0110111111 Rodolfo 28
-0110111111 Alton 28
-0110111111 Rosario 28
-0110111111 Jenny 28
-0110111111 Orville 29
-0110111111 Theo 29
-0110111111 Zachary 29
-0110111111 Candidate 29
-0110111111 Lily 29
-0110111111 Grover 29
-0110111111 Julien 29
-0110111111 Adolf 30
-0110111111 Felipe 30
-0110111111 Nguyen 30
-0110111111 Tadashi 30
-0110111111 Eva 30
-0110111111 Renaud 30
-0110111111 Wilhelm 30
-0110111111 Etienne 31
-0110111111 Stefan 31
-0110111111 Lars 31
-0110111111 T.J. 31
-0110111111 Sylvia 31
-0110111111 Dietrich 31
-0110111111 Hernan 31
-0110111111 Virgil 31
-0110111111 Jervis 31
-0110111111 Lucia 31
-0110111111 al 31
-0110111111 Neville 31
-0110111111 Pascal 31
-0110111111 Vaughn 31
-0110111111 Francesco 31
-0110111111 Fran 31
-0110111111 Nora 32
-0110111111 Vito 32
-0110111111 Manny 32
-0110111111 Guido 32
-0110111111 P.W. 32
-0110111111 Lorraine 32
-0110111111 Mats 32
-0110111111 Vanna 32
-0110111111 Dizzy 33
-0110111111 Stephan 33
-0110111111 Salim 33
-0110111111 Archie 33
-0110111111 Gustavo 33
-0110111111 Landon 33
-0110111111 Jerzy 33
-0110111111 Clement 34
-0110111111 Lori 34
-0110111111 Darwin 34
-0110111111 Clare 34
-0110111111 Siegfried 34
-0110111111 Alexandra 34
-0110111111 Cornelius 34
-0110111111 Thom 34
-0110111111 Vince 34
-0110111111 Huey 35
-0110111111 Benito 35
-0110111111 Wanda 35
-0110111111 Sammy 35
-0110111111 Patti 35
-0110111111 Ethel 35
-0110111111 Janos 36
-0110111111 Marian 36
-0110111111 Prentice 36
-0110111111 Agnes 36
-0110111111 Silas 36
-0110111111 Dieter 36
-0110111111 Leona 36
-0110111111 Sherry 37
-0110111111 Axel 37
-0110111111 Wojciech 37
-0110111111 Smokey 37
-0110111111 Moshe 38
-0110111111 Turgut 38
-0110111111 Wally 38
-0110111111 Tina 38
-0110111111 Bart 38
-0110111111 Homer 38
-0110111111 Elton 38
-0110111111 Giles 39
-0110111111 Armando 39
-0110111111 Mick 40
-0110111111 Santo 40
-0110111111 Wilmer 40
-0110111111 Tammy 40
-0110111111 Justin 40
-0110111111 Tomas 41
-0110111111 Sihanouk 41
-0110111111 Earle 41
-0110111111 Jasper 42
-0110111111 Lillian 42
-0110111111 Debbie 42
-0110111111 Claudia 42
-0110111111 Laszlo 42
-0110111111 Sol 43
-0110111111 Georg 43
-0110111111 Ezra 43
-0110111111 Pablo 43
-0110111111 Halsey 43
-0110111111 Lucy 43
-0110111111 A.M. 43
-0110111111 Travis 43
-0110111111 Friedrich 44
-0110111111 Sherlock 44
-0110111111 Cathy 44
-0110111111 Antony 44
-0110111111 Emily 44
-0110111111 Carrie 44
-0110111111 J.A. 44
-0110111111 Harriet 44
-0110111111 Ike 45
-0110111111 Mort 45
-0110111111 Maggie 46
-0110111111 Bo 46
-0110111111 Benedict 46
-0110111111 U. 46
-0110111111 Hajime 46
-0110111111 Ludwig 46
-0110111111 Kendrick 46
-0110111111 Ernie 46
-0110111111 Sergei 47
-0110111111 Amanda 47
-0110111111 Arlen 47
-0110111111 Courtney 47
-0110111111 Melissa 47
-0110111111 Sheriff 48
-0110111111 Quentin 48
-0110111111 Arch 48
-0110111111 Imelda 48
-0110111111 Ulysses 48
-0110111111 Jo 48
-0110111111 Dante 48
-0110111111 Julio 48
-0110111111 Forrest 49
-0110111111 Raphael 49
-0110111111 Paolo 49
-0110111111 Anatoly 49
-0110111111 Rachel 49
-0110111111 Cote 50
-0110111111 Aga 50
-0110111111 Clint 50
-0110111111 Ramon 50
-0110111111 Julia 50
-0110111111 Hector 50
-0110111111 Monty 51
-0110111111 Angela 51
-0110111111 Tip 51
-0110111111 Trent 51
-0110111111 M.W. 52
-0110111111 Rex 52
-0110111111 Nina 52
-0110111111 Benny 52
-0110111111 Giscard 52
-0110111111 Jessica 52
-0110111111 Gavin 53
-0110111111 Mortimer 53
-0110111111 Tracy 53
-0110111111 Erwin 53
-0110111111 Weldon 53
-0110111111 Abel 54
-0110111111 Loren 54
-0110111111 Zbigniew 54
-0110111111 Bernhard 54
-0110111111 Angus 54
-0110111111 Newt 55
-0110111111 Kitty 55
-0110111111 Ma 55
-0110111111 Rilwanu 55
-0110111111 Eleanor 55
-0110111111 Reuben 55
-0110111111 A.B. 56
-0110111111 Matt 57
-0110111111 Dawn 57
-0110111111 Andres 57
-0110111111 Cary 57
-0110111111 Elmer 57
-0110111111 Emmett 57
-0110111111 Hank 58
-0110111111 Ahmed 58
-0110111111 Ferreira 58
-0110111111 Russ 59
-0110111111 Ricardo 59
-0110111111 Nikolai 59
-0110111111 Wesley 59
-0110111111 Usines 59
-0110111111 Margo 59
-0110111111 Mailson 60
-0110111111 Sumner 60
-0110111111 Andrei 60
-0110111111 Sonny 60
-0110111111 Penny 61
-0110111111 Louise 61
-0110111111 Augusto 61
-0110111111 Leigh 61
-0110111111 Nazionale 62
-0110111111 Vic 62
-0110111111 Cesar 63
-0110111111 Kate 63
-0110111111 Woodrow 63
-0110111111 Annie 63
-0110111111 Rudy 64
-0110111111 Lyn 64
-0110111111 Count 64
-0110111111 Coach 65
-0110111111 Wilfred 65
-0110111111 Angelo 65
-0110111111 Frances 67
-0110111111 Olivier 67
-0110111111 Hisham 67
-0110111111 Caroline 69
-0110111111 Nolan 69
-0110111111 J.B. 70
-0110111111 Hashemi 70
-0110111111 Andrea 70
-0110111111 Rajiv 71
-0110111111 Adnan 71
-0110111111 Beth 72
-0110111111 Sergio 72
-0110111111 Strom 73
-0110111111 Shimon 73
-0110111111 Giovanni 73
-0110111111 Dexter 74
-0110111111 Colby 74
-0110111111 Garth 74
-0110111111 Mona 74
-0110111111 Edsel 74
-0110111111 Orrin 75
-0110111111 Dilson 75
-0110111111 Barrington 75
-0110111111 Kit 76
-0110111111 Assurances 76
-0110111111 Abdul 77
-0110111111 Marty 77
-0110111111 Lew 78
-0110111111 Fritz 78
-0110111111 Lacy 80
-0110111111 Brandon 81
-0110111111 Herb 82
-0110111111 Evan 82
-0110111111 Yitzhak 82
-0110111111 Gil 84
-0110111111 Alberto 84
-0110111111 Buddy 84
-0110111111 Wilbur 84
-0110111111 Gloria 84
-0110111111 Cliff 85
-0110111111 Laurie 85
-0110111111 Patton 85
-0110111111 Eduard 87
-0110111111 Pedro 89
-0110111111 Eduardo 89
-0110111111 Arturo 91
-0110111111 Pink 92
-0110111111 Elias 92
-0110111111 Molly 92
-0110111111 Satoshi 92
-0110111111 Erich 93
-0110111111 Carmen 94
-0110111111 Julie 94
-0110111111 Rene 94
-0110111111 Sue 95
-0110111111 Lawton 97
-0110111111 Dudley 99
-0110111111 Edouard 100
-0110111111 Franz 100
-0110111111 Noel 100
-0110111111 Woody 101
-0110111111 Jaime 101
-0110111111 Sandy 102
-0110111111 Angel 102
-0110111111 Sid 103
-0110111111 Jamie 103
-0110111111 Elliot 104
-0110111111 Lamar 106
-0110111111 Gabriel 106
-0110111111 Floyd 107
-0110111111 Nick 108
-0110111111 Shelby 110
-0110111111 Armand 116
-0110111111 Marie 116
-0110111111 Otis 116
-0110111111 Leland 118
-0110111111 Lisa 118
-0110111111 Boris 119
-0110111111 Sarah 119
-0110111111 Isaac 120
-0110111111 Teddy 123
-0110111111 Lou 125
-0110111111 Georges 126
-0110111111 Gerry 126
-0110111111 Kerry 126
-0110111111 Kiichi 126
-0110111111 Willard 130
-0110111111 Jake 131
-0110111111 Noboru 134
-0110111111 Betty 136
-0110111111 Levi 138
-0110111111 Anna 140
-0110111111 Gerard 140
-0110111111 Sheldon 144
-0110111111 Perez 145
-0110111111 Shirley 146
-0110111111 Glen 147
-0110111111 Jackie 150
-0110111111 Diana 150
-0110111111 Conrad 153
-0110111111 Burt 156
-0110111111 Calvin 157
-0110111111 Ferdinand 157
-0110111111 Willie 158
-0110111111 Beryl 159
-0110111111 Johnny 159
-0110111111 Alice 170
-0110111111 Randall 170
-0110111111 Clifford 171
-0110111111 Mohammed 173
-0110111111 Lance 176
-0110111111 Perrin 177
-0110111111 Curtis 179
-0110111111 Fidel 179
-0110111111 Miguel 180
-0110111111 Luis 181
-0110111111 Otto 182
-0110111111 Jacob 182
-0110111111 Bud 187
-0110111111 Aaron 189
-0110111111 Nathan 189
-0110111111 Andy 194
-0110111111 Maria 194
-0110111111 Neal 197
-0110111111 Helen 197
-0110111111 Gerhard 201
-0110111111 Yasuhiro 201
-0110111111 Herman 203
-0110111111 Caspar 210
-0110111111 Byron 211
-0110111111 Charlie 215
-0110111111 Saint 224
-0110111111 Francois 227
-0110111111 Ruth 228
-0110111111 Lynn 232
-0110111111 Rudolph 234
-0110111111 Rand 235
-0110111111 Ali 236
-0110111111 Winston 238
-0110111111 St 240
-0110111111 Saul 242
-0110111111 Danny 245
-0110111111 Earl 248
-0110111111 Adam 249
-0110111111 Edgar 250
-0110111111 Robin 252
-0110111111 Hyde 253
-0110111111 Father 263
-0110111111 Abraham 268
-0110111111 Dale 269
-0110111111 Eli 270
-0110111111 Pete 274
-0110111111 Gibbons 275
-0110111111 Lowell 282
-0110111111 Helmut 287
-0110111111 Anne 294
-0110111111 Pope 297
-0110111111 Jane 297
-0110111111 Burton 299
-0110111111 Carlo 300
-0110111111 Gregory 320
-0110111111 Max 325
-0110111111 Banque 327
-0110111111 Pierre 340
-0110111111 Karl 351
-0110111111 Benjamin 351
-0110111111 Kirk 355
-0110111111 Francis 355
-0110111111 Keith 359
-0110111111 Asher 361
-0110111111 Neil 365
-0110111111 Rowe 365
-0110111111 Vincent 366
-0110111111 Jacques 371
-0110111111 Manuel 374
-0110111111 Michel 374
-0110111111 Glenn 378
-0110111111 Carlos 394
-0110111111 Irwin 431
-0110111111 Sanford 431
-0110111111 Del 438
-0110111111 Boone 449
-0110111111 Al 453
-0110111111 Clayton 465
-0110111111 Harvey 471
-0110111111 Dick 473
-0110111111 Elizabeth 480
-0110111111 Ann 520
-0110111111 Ray 521
-0110111111 Ed 527
-0110111111 Craig 535
-0110111111 Margaret 544
-0110111111 Mike 603
-0110111111 Nicholas 604
-0110111111 Herbert 614
-0110111111 Morton 622
-0110111111 Barbara 630
-0110111111 Arnold 645
-0110111111 Roy 658
-0110111111 Leonard 689
-0110111111 Wayne 721
-0110111111 Edwin 752
-0110111111 Norman 760
-0110111111 Ivan 772
-0110111111 Franklin 773
-0110111111 Mary 785
-0110111111 Jesse 790
-0110111111 Barry 808
-0110111111 Patrick 828
-0110111111 Van 854
-0110111111 Warren 899
-0110111111 Lloyd 967
-0110111111 Joe 987
-0110111111 Samuel 1004
-0110111111 Kim 1087
-0110111111 Sam 1123
-0110111111 Bob 1145
-0110111111 Dennis 1174
-0110111111 Lord 1209
-0110111111 Carl 1227
-0110111111 Bill 1326
-0110111111 Scott 1350
-0110111111 Walter 1451
-0110111111 Henry 1556
-0110111111 Lawrence 1688
-0110111111 Douglas 1892
-0110111111 Howard 1898
-0110111111 Frank 2492
-0110111111 Martin 2584
-0110111111 George 4899
-0110111111 Michael 5281
-0110111111 Paul 4377
-011100 Spun 1
-011100 PASSIVE-INCOME 1
-011100 Houtbrion 1
-011100 anti-female 1
-011100 Haji 1
-011100 Petrorep 1
-011100 SBNICs 1
-011100 edgily 1
-011100 Hausa 1
-011100 Praful 1
-011100 Performance-a 1
-011100 Purpurea 1
-011100 Mechid 1
-011100 99.458 1
-011100 99.499 1
-011100 Killings 1
-011100 144-something 1
-011100 one-note 1
-011100 Lazares 1
-011100 cellist-conductor 1
-011100 snoods 1
-011100 pouffs 1
-011100 bellini 1
-011100 A.U.S. 1
-011100 Akademic 1
-011100 U.S.N. 1
-011100 IMELDA 1
-011100 block-shaped 1
-011100 Cambridge-educated 1
-011100 LaPoint 1
-011100 Hangs 1
-011100 CPA. 1
-011100 Yasuaki 1
-011100 Comisiones 1
-011100 /not 1
-011100 Gostiniyi 1
-011100 full-spirited 1
-011100 Wrestle 1
-011100 KDLZ-FM 1
-011100 jug-eared 1
-011100 Miljenko 1
-011100 Parthe 1
-011100 KEB 1
-011100 SALARY. 1
-011100 MAC/V 1
-011100 Daryono 1
-011100 sons-a- 1
-011100 Bails 1
-011100 cephalexin 1
-011100 Assures 1
-011100 e.e. 1
-011100 partnering 1
-011100 TENACIOUS 1
-011100 Yukitsugu 1
-011100 Unimak 1
-011100 Nurrungar 1
-011100 PINCs 1
-011100 AVCO 1
-011100 Hungarian-speaking 1
-011100 Manich 1
-011100 ex-student 1
-011100 Panguitch 1
-011100 Computer-Enhanced 1
-011100 purism 1
-011100 Qat 1
-011100 pre-vernal 1
-011100 Dood 1
-011100 3.5620 1
-011100 94064 1
-011100 ans 1
-011100 county-sponsored 1
-011100 Varied 1
-011100 quel 1
-011100 110,000-kilometer 1
-011100 Eccentricity 1
-011100 Kayla 1
-011100 Yoshiharu 1
-011100 antidrugs 1
-011100 Revelation 1
-011100 Titu 1
-011100 Chingiz 1
-011100 Sonnich 1
-011100 EMPRESA 1
-011100 Bildisco 1
-011100 Yosihiro 1
-011100 FEMINISTS 1
-011100 cherub-faced 1
-011100 Genital 1
-011100 UNPAID 1
-011100 Virginia-born 1
-011100 Naruemol 1
-011100 Fritze 1
-011100 Phillippe-Francois 1
-011100 serological 1
-011100 Lamberts 1
-011100 23,400-18,410 1
-011100 Robertao 1
-011100 72,361-64,250 1
-011100 Longue 1
-011100 Erlen 1
-011100 artspeak-spouting 1
-011100 co-edits 1
-011100 205-pound 1
-011100 66222 1
-011100 sadeyed 1
-011100 Taketoshi 1
-011100 Einstein-like 1
-011100 Romare 1
-011100 Penepeistas 1
-011100 Panado 1
-011100 ECCT1989-2 1
-011100 JEFFREY 1
-011100 Alexa 1
-011100 MANDELA 1
-011100 Ilarion 1
-011100 REN 1
-011100 Khigh 1
-011100 Masari 1
-011100 Phill 1
-011100 Asil 1
-011100 WWL2M 1
-011100 Lufeng 1
-011100 Collegially 1
-011100 Ulalume 1
-011100 Bout 1
-011100 Sukru 1
-011100 composer/arranger 1
-011100 .31 1
-011100 Baiba 1
-011100 writer-physician 1
-011100 FORMERLY 1
-011100 Josue 1
-011100 Menno 1
-011100 CYCLICAL 1
-011100 Impacto 1
-011100 hoodle 1
-011100 Tick 1
-011100 silver-bearded 1
-011100 Hermando 1
-011100 Gillie 1
-011100 Remedios 1
-011100 Benigna 1
-011100 98.069 1
-011100 non-Alternative 1
-011100 98.003 1
-011100 97.993 1
-011100 97.988 1
-011100 Cynanchum 1
-011100 Duns 1
-011100 DROWSY 1
-011100 SilverMen 1
-011100 Stanislavs 1
-011100 mythologies 1
-011100 Washed 1
-011100 mid-rise 1
-011100 histing 1
-011100 97.958 1
-011100 MANTON 1
-011100 FTD 1
-011100 97.956 1
-011100 97.973 1
-011100 Zeppo 1
-011100 succeded 1
-011100 baboutie 1
-011100 Nagahide 1
-011100 Mihag 1
-011100 Suchart 1
-011100 Diocletian 1
-011100 FGF 1
-011100 Resthaven 1
-011100 Cavas 1
-011100 unchanged. 1
-011100 CH 2
-011100 Dinos 2
-011100 anti-populist 2
-011100 Chito 2
-011100 Chernobyl-4 2
-011100 Lawful 2
-011100 Ishi 2
-011100 Mullerian 2
-011100 Adriano 2
-011100 WRIV-TV 2
-011100 98.066 2
-011100 Measure 2
-011100 Assar 2
-011100 Routinely 2
-011100 Rune 2
-011100 Zonia 2
-011100 AVIONS 2
-011100 Shukan 2
-011100 DOUBLE 2
-011100 Sanusi 2
-011100 Dak 2
-011100 Rumpled 2
-011100 Playtime 2
-011100 hairy-chested 2
-011100 Deduct 2
-011100 Transformed 2
-011100 lowrated 2
-011100 Gulshan 2
-011100 Quarterback 2
-011100 Revamps 2
-011100 Corrupted 2
-011100 Shaklovity 2
-011100 Melina 2
-011100 Bouncing 2
-011100 Schnejer 2
-011100 Ahmet 2
-011100 WESTDEUTSCHE 2
-011100 Colette 2
-011100 Vulgar 2
-011100 S&C 2
-011100 Damian 3
-011100 Plucking 3
-011100 Jabe 3
-011100 Medallis 3
-011100 CSFB. 3
-011100 HARRIS 3
-011100 Appear 3
-011100 polishes 3
-011100 smudges 3
-011100 Peluso 3
-011100 Lubomir 3
-011100 Molecules 4
-011100 Guilt 4
-011100 Braulio 4
-011100 Khim 5
-011100 Infants 6
-011100 '' 342712
-011100 Predicts 8
-011101 Three-foot-high 1
-011101 Faraway 1
-011101 MAINTAINING 1
-011101 FABLED 1
-011101 Genuinely 1
-011101 Ex-Chief 1
-011101 RETRO 1
-011101 DOMESTIC 1
-011101 Retaliate 1
-011101 Hossiers 1
-011101 528,600 1
-011101 THERAPISTS 1
-011101 VIII. 1
-011101 Excessively 1
-011101 December/ 1
-011101 clay/ 1
-011101 tumble/ 1
-011101 capers/ 1
-011101 papers/ 1
-011101 bill/ 1
-011101 Dronenburg 1
-011101 SMOKE-FREE 1
-011101 Dispelling 1
-011101 IDS. 1
-011101 FLEAS 1
-011101 Anal 1
-011101 Reaga 1
-011101 Gegendstandstheorie 1
-011101 ECGD. 1
-011101 CONCLUSION. 1
-011101 Stint 1
-011101 Golfing 1
-011101 FOLLOW-UP 1
-011101 Thumbs 1
-011101 SNA. 1
-011101 F.A.E. 1
-011101 Staunchly 1
-011101 PUMPKIN-PATCH 1
-011101 Forte-Vital 1
-011101 BEGGING 1
-011101 GASB. 1
-011101 Jean-Leon 1
-011101 millenarian 1
-011101 EEC. 1
-011101 lawyers/ 1
-011101 741.2 1
-011101 MLRS. 1
-011101 Maxcess 1
-011101 Brandsburg 1
-011101 Laserdrive 1
-011101 EMPLOYEE-LEASING 1
-011101 3.5387 1
-011101 2.8427 1
-011101 UNLV. 1
-011101 Djamila 1
-011101 GP. 1
-011101 celebrity-filled 1
-011101 polyurethane-foam 1
-011101 IBJ. 1
-011101 Unblemished 1
-011101 OUTDOOR 1
-011101 LAWN-CARE 1
-011101 ALTON 1
-011101 ABA. 1
-011101 Sendum 1
-011101 CEDAR 1
-011101 PCW. 1
-011101 Gayling 1
-011101 MDM. 1
-011101 Defined-contribution 1
-011101 ESPN. 1
-011101 Totum 1
-011101 Fiercely 1
-011101 ACF. 1
-011101 Harlon 1
-011101 Admiration 1
-011101 HMOS 1
-011101 FIFTEEN-SECOND 1
-011101 HOME-EQUITY 1
-011101 723.6 1
-011101 2.8624 1
-011101 TEMPORARY-HELP 1
-011101 Comchek 1
-011101 FSC. 1
-011101 Ferocity 1
-011101 ZZ 1
-011101 Regain 1
-011101 STUDENTS. 1
-011101 DISMISSALS 1
-011101 GEORGE. 1
-011101 pre-Born 1
-011101 VALET 1
-011101 Invite 1
-011101 Freebies 1
-011101 WELL-GROOMED 1
-011101 2,533 1
-011101 CWA. 1
-011101 BICYCLE 1
-011101 Reaganismo 1
-011101 P.L.O. 1
-011101 DDT. 1
-011101 471-page 1
-011101 much-enjoyed 1
-011101 Taylor-Johnson 1
-011101 Fanatic 1
-011101 BOPA. 1
-011101 Milburne 1
-011101 Nicolaas 1
-011101 Tepid 1
-011101 two-photon 1
-011101 Fastframe 1
-011101 Earnestly 1
-011101 Ideologue 1
-011101 Succeeded 1
-011101 Slimming 1
-011101 Coda 1
-011101 PC/Tax 1
-011101 RESIDENCE 1
-011101 Aristarch 1
-011101 RENT-AN-EXEC 1
-011101 USDA. 1
-011101 Skeptic 1
-011101 Backache 1
-011101 Awe 1
-011101 LYME 1
-011101 Convention-going 1
-011101 SAILBOATS 1
-011101 Low-Tech 1
-011101 Anglo-phobic 1
-011101 P&S 1
-011101 Blithely 1
-011101 Harbor/Save 1
-011101 Sorts 1
-011101 IMC. 1
-011101 nitrofurantoin 1
-011101 Damp 1
-011101 Toshiwo 1
-011101 Barrelhouse 1
-011101 Madmen 1
-011101 BEDEVILED 1
-011101 Wuer 1
-011101 Describes 1
-011101 Post-INF 1
-011101 JON 1
-011101 .remains 1
-011101 Intervene 1
-011101 Oozing 1
-011101 1962-65 1
-011101 pianist-statesman 1
-011101 Soheila 1
-011101 commiphora 1
-011101 SEVENTEEN 1
-011101 COMMUTER 1
-011101 Junie 1
-011101 Chatter-Proofed 1
-011101 Aurel 2
-011101 Tristate 2
-011101 Triple-A-rated 2
-011101 Hokkai 2
-011101 HONEST 2
-011101 HLA 2
-011101 Perfectly 2
-011101 Communicate 2
-011101 Tehranis 2
-011101 Bearclaw 2
-011101 Minicomputers 2
-011101 Kuznetsky 2
-011101 NCNB. 2
-011101 NHTSA. 2
-011101 Loda 2
-011101 Realign 2
-011101 MS-DOS-based 2
-011101 Medical-Legal 2
-011101 tong 2
-011101 AIRPORT 2
-011101 VII. 2
-011101 GAAP. 2
-011101 Underwrote 2
-011101 PPG. 2
-011101 BLOOD 2
-011101 Pistol 2
-011101 Potent 2
-011101 Renn 2
-011101 Regret 2
-011101 JAL. 2
-011101 applied-specific 2
-011101 Payback 2
-011101 stouter 2
-011101 Signifying 2
-011101 Chewing 3
-011101 Vastly 3
-011101 Smith-Corona 3
-011101 Interdale 3
-011101 Undermined 3
-011101 Harness 3
-011101 Explosives 3
-011101 Stays 3
-011101 HIV. 3
-011101 Mauve 3
-011101 Lowered 4
-011101 Dresses 4
-011101 Coronary 4
-011101 B-cell 4
-011101 Poorly 4
-011101 .44-caliber 4
-011101 Khao 4
-011101 Hooge 4
-011101 bizarrely 4
-011101 Aikia 4
-011101 GDP. 4
-011101 Emilian 4
-011101 Spreadsheet 4
-011101 Category 4
-011101 PAC. 4
-011101 Dorling 5
-011101 Suffer 5
-011101 IRA. 5
-011101 Zippo 5
-011101 FBI. 5
-011101 Trendy 5
-011101 BMW. 5
-011101 Sans 5
-011101 Stops 6
-011101 Spare 6
-011101 AZT. 7
-011101 Gotta 8
-011101 Identa 8
-011101 Fishy 9
-011101 Chap 10
-011101 Appendix 14
-011101 GNP. 22
-011101 Chock 53
-011101 ` 62
-011101 `` 343470
-011101 Phase 74
-0111100 Air-shipped 1
-0111100 Round-trip 1
-0111100 Energy-equipment 1
-0111100 One-hundred 1
-0111100 Servers 1
-0111100 Torrential 1
-0111100 Once-sleepy 1
-0111100 MOTIVATING 1
-0111100 Great-uncle 1
-0111100 Rail-mounted 1
-0111100 Age-based 1
-0111100 Paper-industry 1
-0111100 Jakob 1
-0111100 Full-sized 1
-0111100 County-level 1
-0111100 Contested 1
-0111100 Ritualistic 1
-0111100 Non-rubber 1
-0111100 Foreign-held 1
-0111100 Sixteen-year-old 1
-0111100 .my 1
-0111100 Foundation-owned 1
-0111100 Smurf-TV-show 1
-0111100 Third-round 1
-0111100 U.S.-CANADIAN 1
-0111100 Mutagen 1
-0111100 Environmental-law 1
-0111100 Then-assistant 1
-0111100 Buccaneering 1
-0111100 Underpaid 1
-0111100 Interventionist 1
-0111100 GSIF 1
-0111100 owner-protection 1
-0111100 Personal-finance 1
-0111100 Pro-business 1
-0111100 All-girl 1
-0111100 Ecclesiastical 1
-0111100 unhardened 1
-0111100 House-hunters 1
-0111100 Equipment-leasing 1
-0111100 Dark-humor 1
-0111100 Applicable 1
-0111100 Attractively 1
-0111100 Auto-components 1
-0111100 Crediting 1
-0111100 Destructive 1
-0111100 Then-Assistant 1
-0111100 Fee-hungry 1
-0111100 Lanthanum 1
-0111100 Theater-sized 1
-0111100 Scandal-tarred 1
-0111100 Snowy-haired 1
-0111100 Public-employee 1
-0111100 Thermoplastic 1
-0111100 Makeshift 1
-0111100 Brazilian-U.S. 1
-0111100 Unguaranteed 1
-0111100 High-class 1
-0111100 Grilled 1
-0111100 Shish 1
-0111100 Old-hand 1
-0111100 Big-game 1
-0111100 Standout 1
-0111100 BUREAUCRATIC 1
-0111100 Butthe 1
-0111100 Numerical 1
-0111100 Payroll-based 1
-0111100 Smaller-than-expected 1
-0111100 Current-account 1
-0111100 High-stakes 1
-0111100 Hurling 1
-0111100 Transient 1
-0111100 Five-cent 1
-0111100 Nonqualified 1
-0111100 Quickening 1
-0111100 Underprepared 1
-0111100 Overhand 1
-0111100 Unwary 1
-0111100 Similar-sized 1
-0111100 Three-time 1
-0111100 Account-holder 1
-0111100 Misguided 1
-0111100 Hankook 1
-0111100 Casino-quality 1
-0111100 Chinese-Polish 1
-0111100 WHEREFORE 1
-0111100 LESS-BITTER 1
-0111100 Ayu 1
-0111100 Giti 1
-0111100 Smuggled 1
-0111100 Ad-Week 1
-0111100 Plaintive 1
-0111100 .by 1
-0111100 Often-mentioned 1
-0111100 Two-tone 1
-0111100 multiconcept 1
-0111100 Polycrystalline 1
-0111100 Microencapsulation 1
-0111100 Anti-corrosion 1
-0111100 Rental-car 1
-0111100 Black-and-white 1
-0111100 181.12 1
-0111100 Korea-Vietnam 1
-0111100 CASH-FLOW 1
-0111100 259.82 1
-0111100 UNFLUORIDATED 1
-0111100 Administrations 1
-0111100 Collateralizing 1
-0111100 COMMA 1
-0111100 Besmitten 1
-0111100 Cowboy-hat 1
-0111100 Intoned 1
-0111100 Coking 1
-0111100 Sacramento-Calif.-based 1
-0111100 Waist-high 1
-0111100 Mid-level 1
-0111100 Wide-bodied 1
-0111100 non-protectionist 1
-0111100 Back-to-school 1
-0111100 Book-club 1
-0111100 Lame-duck 1
-0111100 Rarity 1
-0111100 Multi-billion 1
-0111100 Government-granted 1
-0111100 Play-only 1
-0111100 Falsifying 1
-0111100 Heavy-hitting 1
-0111100 OVER-THE-COUNTER 1
-0111100 UNSIGHTLY 1
-0111100 Repetitious 1
-0111100 PANAMANIANS 1
-0111100 Five-hundred-foot-high 1
-0111100 Handmade 1
-0111100 Gold-medal 1
-0111100 Cattle-feeding 1
-0111100 other-equipment 1
-0111100 THRIFT-BILL 1
-0111100 Flattering 1
-0111100 Heavy-equipment 1
-0111100 Obsolescent 1
-0111100 transfer-pricing 1
-0111100 Org 1
-0111100 Dissolved 1
-0111100 Pertinent 1
-0111100 Wiseacre 1
-0111100 Extrusion 1
-0111100 Steeples 1
-0111100 Rubyfruit 1
-0111100 Out-of-home 1
-0111100 Hamburger-related 1
-0111100 Non-traded 1
-0111100 Four-wheel 1
-0111100 Pulmonary 1
-0111100 Gleaming 1
-0111100 Crude-products 1
-0111100 Rent-a-car 1
-0111100 All-cash 1
-0111100 COMFORT 1
-0111100 Exceptionally 1
-0111100 Appallingly 1
-0111100 Slow-paying 1
-0111100 Tamer 1
-0111100 Religious-cult 1
-0111100 loading-dock 1
-0111100 Intercepting 1
-0111100 Decomposing 1
-0111100 Lobbs 1
-0111100 Reptilian 1
-0111100 American-Chinese 1
-0111100 High-octane 1
-0111100 Too-rapid 1
-0111100 Gold-backed 1
-0111100 Shrugged 1
-0111100 Rutgers-The 1
-0111100 Summer-school 1
-0111100 Harmonizing 1
-0111100 Vacuous 1
-0111100 LIFE-INSURANCE 1
-0111100 Ferro-alloy 1
-0111100 Matsuzakaya 1
-0111100 Uncomfortably 1
-0111100 Locker-room 1
-0111100 Pipeliners 1
-0111100 Unearthly 1
-0111100 Mortgage-servicing 1
-0111100 Flashier 2
-0111100 Bribing 2
-0111100 Talmage 2
-0111100 Scrubby 2
-0111100 Transracial 2
-0111100 Oil-patch 2
-0111100 Less-stringent 2
-0111100 Pro-Western 2
-0111100 Four-member 2
-0111100 Three-year 2
-0111100 Non-tariff 2
-0111100 Lump-sum 2
-0111100 Thirty-year 2
-0111100 Prototype 2
-0111100 Spinal 2
-0111100 Pricey 2
-0111100 Top-tier 2
-0111100 PLANT-CLOSING 2
-0111100 Medium-size 2
-0111100 Office-furniture 2
-0111100 Low-level 2
-0111100 Damaged 2
-0111100 Government-run 2
-0111100 Land-based 2
-0111100 Hoped-for 2
-0111100 Microscopic 2
-0111100 Non-communist 2
-0111100 Unstable 2
-0111100 Earmarking 2
-0111100 PLASTIC 2
-0111100 Oppressive 2
-0111100 Defeated 3
-0111100 Electrical-products 3
-0111100 Melding 3
-0111100 Prime-time 3
-0111100 Billionaire 3
-0111100 Containing 3
-0111100 Footnote 3
-0111100 Unidentified 3
-0111100 Devising 3
-0111100 Fixed-rated 3
-0111100 Silicone 3
-0111100 Heated 3
-0111100 Elaborate 4
-0111100 Methylene 4
-0111100 Four-year 4
-0111100 Substituting 4
-0111100 Polyvinyl 4
-0111100 Mid-December 4
-0111100 Behind-the-scenes 4
-0111100 Medium-term 4
-0111100 Prepayment 4
-0111100 .The 4
-0111100 PROTESTERS 4
-0111100 Indefinite 5
-0111100 Fledgling 5
-0111100 Hard-line 5
-0111100 Rigid 6
-0111100 High-ranking 7
-0111100 Indirect 9
-0111100 High-level 10
-0111100 Bellwether 14
-0111100 State-owned 21
-0111100 The 320579
-0111100 Comparable 60
-0111101000 loamy 1
-0111101000 FREE-AGENT 1
-0111101000 OUT-OF-STATE 1
-0111101000 Clap 1
-0111101000 Seaborne 1
-0111101000 -More 1
-0111101000 mass-participatory 1
-0111101000 less-broad 1
-0111101000 Whassa 1
-0111101000 Amatory 1
-0111101000 SAILBOAT 1
-0111101000 EPILEPTIC 1
-0111101000 just-trust-us 1
-0111101000 TOURISTIK 1
-0111101000 Singable 1
-0111101000 save-the-seat 1
-0111101000 undamped 1
-0111101000 Well-documented 1
-0111101000 CONSUMING 1
-0111101000 Soften 1
-0111101000 out-trade 1
-0111101000 On-Time 1
-0111101000 Vingt 1
-0111101000 U.S.-MADE 1
-0111101000 unmeritorious 1
-0111101000 PEACE-PLAN 1
-0111101000 sauve 1
-0111101000 Open-mouth 1
-0111101000 neo-capitalist 1
-0111101000 UNLADYLIKE 1
-0111101000 Below-Replacement 1
-0111101000 Smoke-free 1
-0111101000 omnicompetent 1
-0111101000 near-stagnant 1
-0111101000 CAMCORDER 1
-0111101000 Mourning 1
-0111101000 IMITATION 1
-0111101000 HAPPIER 1
-0111101000 data-integrity 1
-0111101000 obsoleting 1
-0111101000 Uncommon 1
-0111101000 OLDER 1
-0111101000 LIBERAL-ARTS 1
-0111101000 Trade-union 1
-0111101000 Underline 1
-0111101000 Self-interested 1
-0111101000 rock-oriented 1
-0111101000 Abysmal 1
-0111101000 WASTE 1
-0111101000 Social-security 1
-0111101000 pay-and-play 1
-0111101000 never-aging 1
-0111101000 Aggravate 1
-0111101000 Bell-Shaped 1
-0111101000 diluvian 1
-0111101000 KIDDIE 1
-0111101000 company-led 1
-0111101000 FIXING 1
-0111101000 Flaunting 1
-0111101000 sprint-relay 1
-0111101000 Societal 1
-0111101000 Circumstantial 1
-0111101000 Apple/Thomson 1
-0111101000 self-protecting 1
-0111101000 Channelers 1
-0111101000 Refigured 1
-0111101000 Multiparty 1
-0111101000 Desk-Top 1
-0111101000 OCTANE 1
-0111101000 COATED 1
-0111101000 substitute-teacher 1
-0111101000 Skinny-Dip 1
-0111101000 CONTINGENT 1
-0111101000 Jests 1
-0111101000 Massmutual 1
-0111101000 Irredentist 1
-0111101000 NONUNION 1
-0111101000 Kennedy/Johnson 1
-0111101000 Preapproved 1
-0111101000 Vile 1
-0111101000 52-Week 1
-0111101000 looniest 1
-0111101000 CUSTOMER 1
-0111101000 Vegetarian 1
-0111101000 bakmee 1
-0111101000 JANUS 1
-0111101000 Grizzly 1
-0111101000 Elfin 1
-0111101000 Sustainable 1
-0111101000 WARRANTY 1
-0111101000 VINTAGE 1
-0111101000 Fruiting 1
-0111101000 DUAL-DIAL 1
-0111101000 ROBUST 1
-0111101000 Kamikaze 1
-0111101000 Single-chain 1
-0111101000 machol 1
-0111101000 Anecdotal 1
-0111101000 RADIATION 1
-0111101000 Free-floating 1
-0111101000 Nuclear-policy 1
-0111101000 ALIEN 1
-0111101000 narced-up 1
-0111101000 power-to-the-poor 1
-0111101000 tax-preference 1
-0111101000 ENERGY-STATE 1
-0111101000 Grenada-style 1
-0111101000 Sold-out 1
-0111101000 Allowable 1
-0111101000 Stock-option 1
-0111101000 SUNTRUST 1
-0111101000 SELF 1
-0111101000 Nonmarital 1
-0111101000 72-Hour 1
-0111101000 well-perceived 1
-0111101000 frightfully 1
-0111101000 Neccessary 1
-0111101000 Bankrolling 1
-0111101000 DISLOCATED 1
-0111101000 Pat-your-foot 1
-0111101000 Deodorizer 1
-0111101000 All-Male 1
-0111101000 in-built 1
-0111101000 Myopic 1
-0111101000 DIVI 1
-0111101000 pipe-dream 1
-0111101000 less-than-vigorous 1
-0111101000 CONNECTED 1
-0111101000 couragious 1
-0111101000 PENNY-PINCHING 1
-0111101000 Retirement-income 1
-0111101000 Candidate-centered 1
-0111101000 daurade 1
-0111101000 Mirabai 1
-0111101000 bourgeoise 1
-0111101000 marche 1
-0111101000 MAIDENFORM 1
-0111101000 light-switch 1
-0111101000 Multifund 1
-0111101000 Unaided 1
-0111101000 Rightful 1
-0111101000 Burroughs-Wellcome=Greedy 1
-0111101000 DELUXE 1
-0111101000 Minority-group 1
-0111101000 ORIENT-EXPRESS 1
-0111101000 wettest 1
-0111101000 Retread 1
-0111101000 Regional-based 1
-0111101000 impermissibly 1
-0111101000 Amoco-type 1
-0111101000 OP 1
-0111101000 Outdoing 1
-0111101000 Multidisciplinary 1
-0111101000 Capital-cost 1
-0111101000 Step-Parenting 1
-0111101000 ANTIQUE 1
-0111101000 two-three 1
-0111101000 ADVANCE-TUITION 1
-0111101000 ratifier 1
-0111101000 Geriatric-Psychiatric 1
-0111101000 PREP-SCHOOL 1
-0111101000 STAN 1
-0111101000 Pre-game 1
-0111101000 Be-Happy 1
-0111101000 Leaky 1
-0111101000 Costliest 1
-0111101000 OBJECTIVITY 1
-0111101000 Weaken 1
-0111101000 ONE-COMPANY 1
-0111101000 TRAVELING 1
-0111101000 Slavonic 1
-0111101000 quality-of-work 1
-0111101000 Critically 1
-0111101000 kinesthetic 1
-0111101000 BUFFS 1
-0111101000 platelet-derived 1
-0111101000 mother-love 1
-0111101000 split-radar 1
-0111101000 home-automation 1
-0111101000 self-authorization 1
-0111101000 TV-living-room 1
-0111101000 design-build 1
-0111101000 BUY-OR-SELL 1
-0111101000 Sport-Utility 1
-0111101000 VIOLENT 1
-0111101000 Devious 1
-0111101000 posy 1
-0111101000 hortis 1
-0111101000 SKI 1
-0111101000 Mid-term 1
-0111101000 Crushing 1
-0111101000 CHAMPAGNE 1
-0111101000 Soothsayers 1
-0111101000 Favorably 1
-0111101000 Black-white 1
-0111101000 blue-baby 1
-0111101000 SEED-FUND 1
-0111101000 NEGLIGENCE 1
-0111101000 Ailee 1
-0111101000 out-of 1
-0111101000 TAX-FACTS 1
-0111101000 councilmanic 1
-0111101000 BUSINESS-SAVVY 1
-0111101000 Tactile 1
-0111101000 drag-raced 1
-0111101000 Day-time 1
-0111101000 IRANIANS 1
-0111101000 fix-it-first 1
-0111101000 JOB-SAFETY 1
-0111101000 Denounce 1
-0111101000 Ouaily 1
-0111101000 YANKS 1
-0111101000 Nonpolitical 1
-0111101000 Keistone 1
-0111101000 -casted 1
-0111101000 EAT 1
-0111101000 zai 1
-0111101000 Drexel-Staley 1
-0111101000 Relevance 1
-0111101000 Oceanfront 1
-0111101000 multiple-point 1
-0111101000 Cloaking 1
-0111101000 Busing 1
-0111101000 Carrier-safety 1
-0111101000 H.O.M.E. 1
-0111101000 Borderline 1
-0111101000 Crawfish 1
-0111101000 Patricidal 1
-0111101000 subjectivist 1
-0111101000 WHATEVER 1
-0111101000 compassionating 1
-0111101000 VENTURE-LEASING 1
-0111101000 Profoundly 1
-0111101000 Quo 1
-0111101000 luxury-appointed 1
-0111101000 executive-legislative 1
-0111101000 TROUBLE 1
-0111101000 divisionwide 1
-0111101000 POINTING 1
-0111101000 Casilda 1
-0111101000 ODER 1
-0111101000 feebler 1
-0111101000 167.44 1
-0111101000 Faring 1
-0111101000 Inherent 1
-0111101000 Enhancing 1
-0111101000 Gut-wrenching 1
-0111101000 Fooling 1
-0111101000 second-most-conservative 1
-0111101000 DISTRUST 1
-0111101000 non-infringing 1
-0111101000 HYATT 1
-0111101000 taste-aversion 1
-0111101000 fab 1
-0111101000 RIVALRIES 1
-0111101000 PATIENCE 1
-0111101000 win-at-all-costs 1
-0111101000 Poitical 1
-0111101000 DEPRECATE 1
-0111101000 Issueless 1
-0111101000 onlie 1
-0111101000 Benign 1
-0111101000 Scouting 1
-0111101000 CIGARETTE 1
-0111101000 Coast-to-Coast 1
-0111101000 PACKAGE-DESIGN 1
-0111101000 multi-front 1
-0111101000 ACCEPTING 1
-0111101000 SCHMIEDE 1
-0111101000 CURBING 1
-0111101000 Risk-Based 1
-0111101000 bi-modal 1
-0111101000 Job-related 1
-0111101000 EUONYMUS 1
-0111101000 Pelicans 1
-0111101000 Great-tasting 1
-0111101000 -sized 1
-0111101000 condition-of-the-people 1
-0111101000 starve-gorge 1
-0111101000 zombielike 1
-0111101000 reticulate 1
-0111101000 Sheep-like 1
-0111101000 Downright 1
-0111101000 Limitless 1
-0111101000 Fruitful 1
-0111101000 pre-30 1
-0111101000 semi-live 1
-0111101000 Extramarital 1
-0111101000 WESPAC 1
-0111101000 EXTREME 1
-0111101000 Speed-sensitive 1
-0111101000 firesale 1
-0111101000 MARITIME 1
-0111101000 Rectangular 1
-0111101000 Shouted 1
-0111101000 GRINDING 1
-0111101000 Fletch 1
-0111101000 idee 1
-0111101000 scholarboy 1
-0111101000 business-led 1
-0111101000 VICORP 1
-0111101000 SUPPOSE 1
-0111101000 Epitomizes 1
-0111101000 Rape-and-ruin 1
-0111101000 psychologic 1
-0111101000 Thought-out 1
-0111101000 drug-like 1
-0111101000 long-ball 1
-0111101000 True-life 1
-0111101000 Madisonian 1
-0111101000 two-fuel 1
-0111101000 publick 1
-0111101000 Incomplete 1
-0111101000 Bubbly 1
-0111101000 Valolapour 1
-0111101000 finite-time 1
-0111101000 Toyotero 1
-0111101000 MONITORING 1
-0111101000 Judeo-Islamic 1
-0111101000 Literal 1
-0111101000 Normalize 1
-0111101000 COSMETICS 1
-0111101000 diktat 1
-0111101000 Hotter 1
-0111101000 Variable-Rate 1
-0111101000 No-smoking 1
-0111101000 Slimy 1
-0111101000 efficiency-type 1
-0111101000 mammothly 1
-0111101000 Hand-lettered 1
-0111101000 SHALLOW 1
-0111101000 MULE 1
-0111101000 Corporate-owned 1
-0111101000 short-hand 1
-0111101000 Small-cell 1
-0111101000 Unexplainable 1
-0111101000 Washlet 1
-0111101000 self-enforced 1
-0111101000 U.F.O. 1
-0111101000 Demonstrative 1
-0111101000 crime-fraud 1
-0111101000 Late-cycle 1
-0111101000 non-punitive 1
-0111101000 Grotesque 1
-0111101000 hard-to-fit 1
-0111101000 Cooked 1
-0111101000 TWELVE 1
-0111101000 stock-and-options 1
-0111101000 Hypersonic 1
-0111101000 Forty-Four 1
-0111101000 Drug-Treatment 1
-0111101000 covert/clandestine 1
-0111101000 doctor-oriented 1
-0111101000 University-based 1
-0111101000 oven-like 1
-0111101000 MEXICAN-Americans 1
-0111101000 Intolerable 1
-0111101000 Inter-market-making 1
-0111101000 ASSUME 1
-0111101000 sunbleached 1
-0111101000 diametric 1
-0111101000 Chipping 1
-0111101000 FERC-mandated 1
-0111101000 Doctor-patient 1
-0111101000 Inspect 1
-0111101000 Peeved 1
-0111101000 Feline 1
-0111101000 on-arrival 1
-0111101000 RECESSION 1
-0111101000 -spouting 1
-0111101000 piss 1
-0111101000 Robbing 1
-0111101000 One-Horse 1
-0111101000 ORIGINAL 1
-0111101000 age-associated 1
-0111101000 TAX-COURT 1
-0111101000 maggot-covered 1
-0111101000 Subsistence 1
-0111101000 Instated 1
-0111101000 Preacher 1
-0111101000 FORTY-SIX 1
-0111101000 Two-Dimensional 1
-0111101000 wunduh 1
-0111101000 Renewable-energy 1
-0111101000 Vamo-BDM 1
-0111101000 all-over 1
-0111101000 EVERYBODY 1
-0111101000 Point-of-sale 1
-0111101000 state-trading 1
-0111101000 Common-law 2
-0111101000 TANDEM 2
-0111101000 connoted 2
-0111101000 BARNETT 2
-0111101000 Disputed 2
-0111101000 Discretionary 2
-0111101000 Expose 2
-0111101000 Jean-Honore 2
-0111101000 Rifles 2
-0111101000 Conscious 2
-0111101000 Flattened 2
-0111101000 Reptiles 2
-0111101000 Well-intentioned 2
-0111101000 lumpen 2
-0111101000 Shopping-center 2
-0111101000 Four-week 2
-0111101000 Leading-edge 2
-0111101000 Comparatively 2
-0111101000 Terminated 2
-0111101000 Predatory 2
-0111101000 Swapping 2
-0111101000 Evolving 2
-0111101000 DEBIT 2
-0111101000 SMART 2
-0111101000 Backup 2
-0111101000 borrow-and-pay-back 2
-0111101000 Rhapsodic 2
-0111101000 Modified 2
-0111101000 Funnier 2
-0111101000 Sphagnum 2
-0111101000 quasi-automatic 2
-0111101000 Honestly 2
-0111101000 USUALLY 2
-0111101000 Resilient 2
-0111101000 Gingerly 2
-0111101000 Downside 2
-0111101000 Towering 2
-0111101000 bust-out 2
-0111101000 Guarded 2
-0111101000 Discounted 2
-0111101000 Re-establish 2
-0111101000 Misplaced 2
-0111101000 Amusing 2
-0111101000 DUPED 2
-0111101000 Fright 2
-0111101000 Freaky 2
-0111101000 Polygraph 2
-0111101000 Answered 2
-0111101000 Tumultuous 2
-0111101000 Pumping 2
-0111101000 Sandostatin 2
-0111101000 zero-dollar 2
-0111101000 Pitting 2
-0111101000 Vacant 2
-0111101000 heart-healthy 2
-0111101000 Symphonic 2
-0111101000 Impotence 2
-0111101000 prix 2
-0111101000 Baise 2
-0111101000 Childless 2
-0111101000 Vesting 2
-0111101000 Thrilling 2
-0111101000 Dishonest 2
-0111101000 Relieving 2
-0111101000 Thirty-Six 2
-0111101000 Louder 2
-0111101000 Spontaneous 2
-0111101000 Style-conscious 2
-0111101000 ENNIS 2
-0111101000 Stimulating 2
-0111101000 HEALTH-CARE 2
-0111101000 Builds 2
-0111101000 Carnal 2
-0111101000 Irreconcilable 2
-0111101000 Mercurial 2
-0111101000 Readiness 2
-0111101000 Data-base 2
-0111101000 Infamous 2
-0111101000 sea-oriented 2
-0111101000 Diminishing 2
-0111101000 Flouting 2
-0111101000 Notary 2
-0111101000 Lower-house 2
-0111101000 Impaired 2
-0111101000 Swaying 2
-0111101000 Snob 2
-0111101000 Overhearing 2
-0111101000 Delightful 2
-0111101000 Rienzi 2
-0111101000 Sticky 2
-0111101000 Shocking 2
-0111101000 Bantu 2
-0111101000 Chronically 2
-0111101000 Chuck-wagon 2
-0111101000 Sheiks 2
-0111101000 Questionable 2
-0111101000 Keenly 2
-0111101000 free-ride 2
-0111101000 Tasteful 3
-0111101000 Superb 3
-0111101000 Do-it-yourself 3
-0111101000 Uncontrolled 3
-0111101000 Starvation 3
-0111101000 LONE 3
-0111101000 Quicker 3
-0111101000 Midair 3
-0111101000 Topical 3
-0111101000 RABBI 3
-0111101000 Baked 3
-0111101000 All-terrain 3
-0111101000 Line-Item 3
-0111101000 Sixty-eight 3
-0111101000 Spacious 3
-0111101000 Unapproved 3
-0111101000 Belly 3
-0111101000 Imperil 3
-0111101000 MINIMUM-WAGE 3
-0111101000 Quality-control 3
-0111101000 Incompetent 3
-0111101000 Zoot 3
-0111101000 Mortal 3
-0111101000 -type 3
-0111101000 Presumed 3
-0111101000 Insufficient 3
-0111101000 Assertive 3
-0111101000 Singular 3
-0111101000 Brideshead 3
-0111101000 Neonatal 3
-0111101000 Long-range 3
-0111101000 Polling 3
-0111101000 Stolen 3
-0111101000 Uphill 3
-0111101000 High-energy 3
-0111101000 notional 3
-0111101000 Persistently 3
-0111101000 Utterly 3
-0111101000 Dormant 3
-0111101000 Midsize 3
-0111101000 Soy 4
-0111101000 COUNTRYWIDE 4
-0111101000 Halting 4
-0111101000 Splendid 4
-0111101000 POISON-PILL 4
-0111101000 -price 4
-0111101000 Unwanted 4
-0111101000 Meaningful 4
-0111101000 Deconstructivist 4
-0111101000 Orfeo 4
-0111101000 actus 4
-0111101000 Shrewd 4
-0111101000 Prosecutorial 4
-0111101000 Insuring 4
-0111101000 Senor 4
-0111101000 Madama 4
-0111101000 Abrupt 4
-0111101000 Reasonably 5
-0111101000 Unpleasant 5
-0111101000 Overcoming 5
-0111101000 Que 5
-0111101000 Overly 5
-0111101000 Pouring 5
-0111101000 Harsh 5
-0111101000 Endless 5
-0111101000 Bearded 5
-0111101000 Ragged 5
-0111101000 Ambitious 5
-0111101000 Probable 5
-0111101000 Timely 5
-0111101000 Fascinating 5
-0111101000 Inefficient 5
-0111101000 Tense 5
-0111101000 Enormous 6
-0111101000 ancien 6
-0111101000 Downward 6
-0111101000 Painful 6
-0111101000 Elegant 6
-0111101000 Necessary 6
-0111101000 Sentence 6
-0111101000 Cosi 7
-0111101000 Honorable 7
-0111101000 Immediate 7
-0111101000 Legitimate 7
-0111101000 Sentimental 7
-0111101000 Supply-side 7
-0111101000 Ruthless 7
-0111101000 Middle-aged 7
-0111101000 Undercover 8
-0111101000 Shattered 8
-0111101000 Warm 8
-0111101000 Lethal 8
-0111101000 Frantic 8
-0111101000 Part-time 8
-0111101000 Foul 8
-0111101000 Jagged 9
-0111101000 Breathing 9
-0111101000 Ideological 9
-0111101000 Extremely 9
-0111101000 Allegedly 9
-0111101000 Mere 10
-0111101000 Das 10
-0111101000 -style 10
-0111101000 Extreme 10
-0111101000 Potentially 11
-0111101000 Reasonable 11
-0111101000 Empty 12
-0111101000 Absolute 12
-0111101000 Designing 12
-0111101000 Loose 14
-0111101000 Honest 16
-0111101000 Costly 17
-0111101000 Ordinary 18
-0111101000 Unsolved 19
-0111101000 Sophisticated 22
-0111101000 YOUR 22
-0111101000 Faster 22
-0111101000 Revolving 22
-0111101000 Miscellaneous 23
-0111101000 Whose 27
-0111101000 Highly 28
-0111101000 Simple 33
-0111101000 Tough 36
-0111101000 Different 44
-0111101000 Serious 53
-0111101000 Fewer 93
-0111101000 Equally 115
-0111101000 Bad 121
-0111101000 Very 191
-0111101000 Less 260
-0111101000 Any 1094
-0111101000 Your 1197
-0111101000 My 2130
-0111101000 Our 2520
-0111101000 No 4232
-0111101000 More 3152
-01111010010 Non-CFC 1
-01111010010 Computer-science 1
-01111010010 Growth-control 1
-01111010010 Brimming 1
-01111010010 THIRD-QUARTER 1
-01111010010 Fiscal-policy 1
-01111010010 Spirited 1
-01111010010 Children-oriented 1
-01111010010 Large-trade 1
-01111010010 Charged-off 1
-01111010010 Cause-related 1
-01111010010 Over-the-air 1
-01111010010 Allocated 1
-01111010010 Unprofitable 1
-01111010010 Flatulent 1
-01111010010 Late-June 1
-01111010010 Ceremony-conscious 1
-01111010010 Warmest 1
-01111010010 Long-run 1
-01111010010 CULLEN 1
-01111010010 Shared-tenant 1
-01111010010 Six-figure 1
-01111010010 Bond-yield 1
-01111010010 Company-arranged 1
-01111010010 Nursery-rhyme 1
-01111010010 Air-passenger 1
-01111010010 Take-over 1
-01111010010 Resurgent 1
-01111010010 Checkbook 1
-01111010010 Appreciating 1
-01111010010 Nonaccrual 1
-01111010010 Full-time-equivalent 1
-01111010010 Long-bond 1
-01111010010 Thrombolytic 1
-01111010010 NTT-related 1
-01111010010 Unanticipated 1
-01111010010 Thirties-style 1
-01111010010 Double-Digit 1
-01111010010 Late-day 1
-01111010010 Oil-refining 1
-01111010010 Dairy-product 1
-01111010010 Souring 1
-01111010010 Head-injury 1
-01111010010 Bloated 1
-01111010010 Diminished 1
-01111010010 Farm-export 1
-01111010010 Lawyerly 1
-01111010010 RESHAPING 1
-01111010010 Covert-action 1
-01111010010 Storm-driven 1
-01111010010 Producer-price 1
-01111010010 Heroic 1
-01111010010 Study-hall 1
-01111010010 Five-hour 1
-01111010010 Eyk 1
-01111010010 Priceless 1
-01111010010 Sharpened 1
-01111010010 Personal-property 1
-01111010010 Allocators 1
-01111010010 Out-of-power 1
-01111010010 Commercial-bank 1
-01111010010 Cornstarch-based 1
-01111010010 Sunglass 1
-01111010010 Older-worker 1
-01111010010 WELFARE-REFORM 1
-01111010010 Rubbing 1
-01111010010 Power-line 1
-01111010010 Spot-market 1
-01111010010 Pump-primed 1
-01111010010 Safe-harbor 1
-01111010010 Ferrochrome 1
-01111010010 Poor-boy-style 1
-01111010010 One-step 1
-01111010010 Golfing-related 1
-01111010010 Induced 1
-01111010010 Offshore-California 1
-01111010010 IBM-related 1
-01111010010 Lessened 1
-01111010010 Big-rig 1
-01111010010 Temporal 1
-01111010010 Oatmeal-colored 1
-01111010010 Mail-volume 1
-01111010010 In-vitro 1
-01111010010 Bugged 1
-01111010010 Money-management 1
-01111010010 Older-style 1
-01111010010 Whitewashed 1
-01111010010 Food-supply 1
-01111010010 Pension-insurance 1
-01111010010 Policy-based 1
-01111010010 Mummified 1
-01111010010 Jingoistic 1
-01111010010 Megadeal 1
-01111010010 REDUCING 1
-01111010010 Long-suffering 1
-01111010010 Privatesector 1
-01111010010 Consumer-led 1
-01111010010 Red-meat 1
-01111010010 Overriding 1
-01111010010 Catchy 1
-01111010010 Boom-time 1
-01111010010 Common-stock 1
-01111010010 Unit-volume 1
-01111010010 Carbonized 1
-01111010010 FAST-TRACKERS 1
-01111010010 Pre-election 1
-01111010010 Dog-bite 1
-01111010010 Frying 1
-01111010010 BACKYARD 1
-01111010010 Fashion-industry 1
-01111010010 Samizdat 1
-01111010010 Simplify 1
-01111010010 Appreciated 1
-01111010010 Big-dollar 1
-01111010010 National-landmark 1
-01111010010 Oversold 1
-01111010010 PAY-FOR-KNOWLEDGE 1
-01111010010 Untied 1
-01111010010 Amyl 1
-01111010010 Deficient 1
-01111010010 CHARLTON 1
-01111010010 Inclement 1
-01111010010 Photosensitive 1
-01111010010 Super-saver 1
-01111010010 Short-time 1
-01111010010 Mexican-based 1
-01111010010 Two-for-one 1
-01111010010 Peak-load 1
-01111010010 S-CORPORATION 1
-01111010010 Green-apple 1
-01111010010 Underpriced 1
-01111010010 Dodging 1
-01111010010 Post-Mao 1
-01111010010 Dingell-directed 1
-01111010010 Refined-nickel 1
-01111010010 Domesticating 1
-01111010010 Easy-cash 1
-01111010010 Virginal 1
-01111010010 Time-deposit 1
-01111010010 Air-cushioned 1
-01111010010 Pre-trial 1
-01111010010 Business-equipment 1
-01111010010 Kinetic-kill 1
-01111010010 Off-balance 1
-01111010010 Non-Communist 1
-01111010010 Six-day 1
-01111010010 Television-repair 1
-01111010010 Government-imposed 1
-01111010010 Service-sector 1
-01111010010 Old-time 1
-01111010010 Tricalcium 1
-01111010010 Bank-interest 1
-01111010010 Three-way 1
-01111010010 Shelf-stable 1
-01111010010 Imbibing 1
-01111010010 Late-winter 1
-01111010010 Damping 1
-01111010010 High-yen 1
-01111010010 oil-shock 1
-01111010010 Neswprint 1
-01111010010 Chorus-line 1
-01111010010 Hand-to-mouth 1
-01111010010 Dollar-denominated 1
-01111010010 Melly 1
-01111010010 Much-needed 1
-01111010010 Visualize 1
-01111010010 wheelchair-sports 1
-01111010010 One-minute 1
-01111010010 Mercantilist 1
-01111010010 Human-development 1
-01111010010 One-stop 1
-01111010010 Homing 1
-01111010010 Uninvested 1
-01111010010 Weight-loss 1
-01111010010 Pre-summit 1
-01111010010 Antibiotic 1
-01111010010 Requested 1
-01111010010 Stretched-out 1
-01111010010 Public-partnership 1
-01111010010 Heat-transfer 1
-01111010010 Paternalistic 1
-01111010010 Flood-insurance 1
-01111010010 Farm-debt 1
-01111010010 Niobium 1
-01111010010 Concealed 1
-01111010010 Undulating 1
-01111010010 Current-value 1
-01111010010 Laissez 1
-01111010010 Rotting 1
-01111010010 Scorching 1
-01111010010 Once-simple 1
-01111010010 Well-timed 1
-01111010010 Chemical-weapons 1
-01111010010 Sales-starved 1
-01111010010 Air-base 1
-01111010010 Neophyte 1
-01111010010 Image-enhancing 1
-01111010010 Noncommunist 1
-01111010010 Annualizing 1
-01111010010 Foreign-language 1
-01111010010 Non-traditional 1
-01111010010 Grain-dust 1
-01111010010 Closed-door 1
-01111010010 Narrow-minded 1
-01111010010 Seven-figure 1
-01111010010 State-bank 1
-01111010010 BESIDES 1
-01111010010 Mineable 1
-01111010010 Mortgage-interest 1
-01111010010 Telephoned 1
-01111010010 Fatigue-related 1
-01111010010 Sub-zero 1
-01111010010 Returns-processing 1
-01111010010 Deceiving 1
-01111010010 Stray 1
-01111010010 Psychiatric-hospital 1
-01111010010 Botrytis-infected 1
-01111010010 State-level 1
-01111010010 Piddling 1
-01111010010 Car-company 1
-01111010010 Anti-satellite 1
-01111010010 Property-liability 1
-01111010010 Arousing 1
-01111010010 Llama 1
-01111010010 Once-cowed 1
-01111010010 Middle-management 1
-01111010010 Smoked 1
-01111010010 Analogous 1
-01111010010 .Domestic 1
-01111010010 Incentive-driven 1
-01111010010 Exhaled 1
-01111010010 flinger 1
-01111010010 Car-insurance 1
-01111010010 Right-to 1
-01111010010 Quarter-to-quarter 1
-01111010010 Whirring 1
-01111010010 Non-gold 1
-01111010010 High-altitude 1
-01111010010 Life-sustaining 1
-01111010010 SUPERCONDUCTIVITY 1
-01111010010 Compressed 1
-01111010010 Board-meeting 1
-01111010010 Thunderous 1
-01111010010 Closed-caption 1
-01111010010 Ramie 1
-01111010010 Fatuous 1
-01111010010 Sprained 1
-01111010010 Gross-profit 1
-01111010010 Single-occupancy 1
-01111010010 SUBURBAN 1
-01111010010 CONVENTIONAL 1
-01111010010 PASSPORT 1
-01111010010 Gem-quality 1
-01111010010 Two-day 1
-01111010010 In-law 1
-01111010010 Non-European 1
-01111010010 Distressing 1
-01111010010 Overnight-delivery 1
-01111010010 Ingested 1
-01111010010 Two-gender 1
-01111010010 Obstinate 1
-01111010010 Renminbi 1
-01111010010 RECORDING 1
-01111010010 Venetian-style 1
-01111010010 Auto-insurance 1
-01111010010 Serum 1
-01111010010 Occupational-disease 1
-01111010010 Labor-union 1
-01111010010 Simpler 1
-01111010010 Month-end 1
-01111010010 Gold-bullion 1
-01111010010 Yearlong 1
-01111010010 Domestic-violence 1
-01111010010 129,932 1
-01111010010 Government-held 1
-01111010010 Grayish 1
-01111010010 Meat-judging 1
-01111010010 Mortgage-rate 1
-01111010010 Disparaging 1
-01111010010 Variable-rate 1
-01111010010 Nonreporting 1
-01111010010 Better-than-average 1
-01111010010 Plentiful 1
-01111010010 Eldest 1
-01111010010 Alternative-operator 1
-01111010010 Lower-alcohol 1
-01111010010 Obvious 1
-01111010010 Decent 1
-01111010010 Steel-industry 1
-01111010010 Fixed-mortgage 1
-01111010010 Low-alcohol 1
-01111010010 Stronger-than-anticipated 1
-01111010010 Roll-bar 1
-01111010010 Amiable 1
-01111010010 Company-paid 1
-01111010010 Short-hop 1
-01111010010 Fission-nuclear 1
-01111010010 Rush-hour 1
-01111010010 Blistering 1
-01111010010 Bow-tie 1
-01111010010 Poignant 1
-01111010010 Agriculture-business 1
-01111010010 Investment-house 1
-01111010010 Flagrant 1
-01111010010 Slow-to-no 1
-01111010010 Pre-1986 1
-01111010010 Overarching 1
-01111010010 Forty-five-gallon 1
-01111010010 Scarce 1
-01111010010 Pro-debt 1
-01111010010 First-person 1
-01111010010 Heavier-than-normal 1
-01111010010 Food-price 1
-01111010010 Non-price 1
-01111010010 Nursing-home 1
-01111010010 Erstwhile 1
-01111010010 Honest-to-goodness 1
-01111010010 Palate 1
-01111010010 Primary-dealer 1
-01111010010 Dignified 1
-01111010010 Chumming 1
-01111010010 Ham-handed 1
-01111010010 COMPUTER-ASSISTED 1
-01111010010 belt-driven 1
-01111010010 Non-essential 1
-01111010010 Curried 1
-01111010010 Securities-markets 1
-01111010010 Biotechnology-stock 1
-01111010010 Broad-market 1
-01111010010 Long-rumored 1
-01111010010 Spotlighting 1
-01111010010 Worker-compensation 1
-01111010010 Illness-related 1
-01111010010 Armed-forces 1
-01111010010 Old-age 1
-01111010010 Stunning 1
-01111010010 Bias-motivated 1
-01111010010 Chart-following 1
-01111010010 Public-college 1
-01111010010 Penny-stock 1
-01111010010 Undervalued 1
-01111010010 Irrigated 1
-01111010010 Ninety-day 1
-01111010010 Textile-mill 1
-01111010010 Ominous 1
-01111010010 Goods-producing 1
-01111010010 Poached 1
-01111010010 Travel-agent 1
-01111010010 Shared-equity 1
-01111010010 Curbside 1
-01111010010 Twenty-gauge 1
-01111010010 Player-union 1
-01111010010 grill-gotten 1
-01111010010 Sweeter 1
-01111010010 .as 1
-01111010010 Mid-February 1
-01111010010 Open-air 1
-01111010010 Pellet-sized 1
-01111010010 Slower-growing 1
-01111010010 Depicting 1
-01111010010 Whomever 1
-01111010010 Low-interest-rate 1
-01111010010 Continent-wide 1
-01111010010 Freewheeling 1
-01111010010 Assess 1
-01111010010 Above-normal 1
-01111010010 Crib 1
-01111010010 Monetary-policy 1
-01111010010 non-flattening 1
-01111010010 Employer-provided 1
-01111010010 Plug-in 1
-01111010010 Airline-traffic 1
-01111010010 TOWN-GOWN 1
-01111010010 Short-maturity 1
-01111010010 Garden-variety 1
-01111010010 Lap-belt 1
-01111010010 Alternate-operator 1
-01111010010 Foreign-led 1
-01111010010 Bumper-to-bumper 1
-01111010010 Hard-charging 1
-01111010010 Mishandled 1
-01111010010 Student-loan 1
-01111010010 Good-faith 1
-01111010010 Thirty-odd 1
-01111010010 Marginal-rate 1
-01111010010 price-corroding 1
-01111010010 Gasoline-refining 1
-01111010010 Embarrassing 1
-01111010010 Districtwide 1
-01111010010 State-capitol 1
-01111010010 Large-deposit 1
-01111010010 Coupon-equivalent 1
-01111010010 Company-sponsored 1
-01111010010 Private-school 1
-01111010010 Business-faculty 1
-01111010010 water-guzzling 1
-01111010010 Craving 1
-01111010010 Softwood-timber 1
-01111010010 Overshooting 1
-01111010010 State-financed 1
-01111010010 Luxury-car 1
-01111010010 Stiffening 1
-01111010010 Exportable 1
-01111010010 Trade-related 1
-01111010010 Non-sugar 1
-01111010010 Maternal 1
-01111010010 Low-grade 1
-01111010010 Racketeers 1
-01111010010 --Law 1
-01111010010 .utility 1
-01111010010 High-profile 1
-01111010010 Intentional 1
-01111010010 Self-service 1
-01111010010 Death's-door 1
-01111010010 Fantasy-hotel 1
-01111010010 Subsoil 1
-01111010010 Apartmenthouse 1
-01111010010 Fully-indexed 1
-01111010010 Column-shaped 1
-01111010010 Accounting-profession 1
-01111010010 Sobering 1
-01111010010 Unleashing 1
-01111010010 Unsound 1
-01111010010 Price-rule 1
-01111010010 Ill-advised 1
-01111010010 Post-race 1
-01111010010 Deposit-insurance 1
-01111010010 Hedonic 1
-01111010010 Back-door 1
-01111010010 Sugar-grower 1
-01111010010 Unsupported 1
-01111010010 Reoffering 1
-01111010010 Lessening 1
-01111010010 Indian-interest 1
-01111010010 Bond-fund 1
-01111010010 Impending 1
-01111010010 Employment-related 1
-01111010010 Anti-Armenian 1
-01111010010 Acceptable 2
-01111010010 Forsaking 2
-01111010010 Single-source 2
-01111010010 More-liberal 2
-01111010010 Nonbuilding 2
-01111010010 Cult 2
-01111010010 Inpatient 2
-01111010010 Dissecting 2
-01111010010 Improper 2
-01111010010 Pacemaker 2
-01111010010 Far-reaching 2
-01111010010 Expatriate 2
-01111010010 FIRST-QUARTER 2
-01111010010 Drug-development 2
-01111010010 Narrower 2
-01111010010 Mid-January 2
-01111010010 Burgeoning 2
-01111010010 Superfluous 2
-01111010010 Home-grown 2
-01111010010 General-aviation 2
-01111010010 Flashy 2
-01111010010 Retrofitting 2
-01111010010 Scant 2
-01111010010 Storing 2
-01111010010 Supersaver 2
-01111010010 Brokerage-house 2
-01111010010 Skyrocketing 2
-01111010010 Multi-employer 2
-01111010010 Free-spending 2
-01111010010 Swifter 2
-01111010010 Cramped 2
-01111010010 Raw-material 2
-01111010010 Lighter-than-expected 2
-01111010010 Front-line 2
-01111010010 Bodily 2
-01111010010 Revoking 2
-01111010010 Defective 2
-01111010010 Unintended 2
-01111010010 Frivolous 2
-01111010010 Decisive 2
-01111010010 Septic 2
-01111010010 Fruitcake 2
-01111010010 Industry-wide 2
-01111010010 Purported 2
-01111010010 Outraging 2
-01111010010 Direct-mail 2
-01111010010 Balky 2
-01111010010 Legalize 2
-01111010010 Plant-closing 2
-01111010010 Burdensome 2
-01111010010 Smear 2
-01111010010 Grass-roots 2
-01111010010 Mid-October 2
-01111010010 New-construction 2
-01111010010 Longterm 2
-01111010010 Parochial 2
-01111010010 High-density 2
-01111010010 LAPTOP 2
-01111010010 Forthcoming 2
-01111010010 Explicit 2
-01111010010 Disk-drive 2
-01111010010 Onerous 2
-01111010010 Sterilized 2
-01111010010 Photodegradable 2
-01111010010 Woodlot 2
-01111010010 Swath 2
-01111010010 Sulfur-dioxide 2
-01111010010 b-GM 2
-01111010010 Packaged-goods 2
-01111010010 Hardwood 2
-01111010010 Exploratory 2
-01111010010 Top-quality 2
-01111010010 MARVIN 2
-01111010010 Spurning 2
-01111010010 Inappropriate 2
-01111010010 Arbitrary 2
-01111010010 Introductory 2
-01111010010 Unfunded 2
-01111010010 Robusta-type 2
-01111010010 Flashing 2
-01111010010 STOCK-OPTION 2
-01111010010 DESIGNING 2
-01111010010 Clearer 2
-01111010010 Incorrect 2
-01111010010 Ongoing 2
-01111010010 Crosstown 2
-01111010010 Requesting 2
-01111010010 ADJUSTABLE-RATE 2
-01111010010 Unanimous 2
-01111010010 Non-manufacturer 2
-01111010010 Microsocial 2
-01111010010 Inaccurate 2
-01111010010 Law-firm 2
-01111010010 Stringent 2
-01111010010 Duplicate 2
-01111010010 Tranquil 2
-01111010010 Sunflower-seed 2
-01111010010 Value-added 2
-01111010010 Glasses 2
-01111010010 Latest-period 2
-01111010010 Accumulating 2
-01111010010 Concentrated 2
-01111010010 On-time 2
-01111010010 Lesser-known 2
-01111010010 Corrosion 2
-01111010010 Agreeable 2
-01111010010 Judicious 2
-01111010010 Printronix 2
-01111010010 Gradual 2
-01111010010 Private-label 2
-01111010010 Collect 2
-01111010010 Consumer-price 2
-01111010010 Subjective 2
-01111010010 Non-oil 2
-01111010010 Asbestos-related 2
-01111010010 Tightened 2
-01111010010 Internecine 2
-01111010010 Risking 2
-01111010010 Delegating 2
-01111010010 Remedial 2
-01111010010 Absentee 2
-01111010010 Startling 2
-01111010010 Cumbersome 2
-01111010010 Computer-driven 2
-01111010010 Flinging 2
-01111010010 Merchant-bank 2
-01111010010 Wholehearted 2
-01111010010 Long-awaited 2
-01111010010 Mortgage-banker 2
-01111010010 Chave 2
-01111010010 Drought-related 2
-01111010010 Oil-company 2
-01111010010 Revived 2
-01111010010 Enlarged 2
-01111010010 Abusive 2
-01111010010 Anti-Israeli 2
-01111010010 Nontraditional 2
-01111010010 Intermittent 2
-01111010010 Fund-raising 2
-01111010010 Elevated 2
-01111010010 Garnering 2
-01111010010 Intravenous 2
-01111010010 Low-interest 2
-01111010010 Prepublication 2
-01111010010 Unrestricted 2
-01111010010 Home-mortgage 2
-01111010010 Intensified 2
-01111010010 Cost-of-funds 2
-01111010010 Reagan-style 2
-01111010010 Fiber-rich 2
-01111010010 Rigorous 2
-01111010010 Gloomy 2
-01111010010 Concerted 2
-01111010010 Hard-currency 2
-01111010010 Off-duty 2
-01111010010 Auto-parts 2
-01111010010 Extracting 2
-01111010010 Doctrinal 2
-01111010010 Heavier-than-expected 2
-01111010010 Irking 2
-01111010010 Resulting 2
-01111010010 Frenzied 2
-01111010010 Farm-subsidy 2
-01111010010 Extradition 2
-01111010010 Record-industry 2
-01111010010 Pork-barrel 2
-01111010010 Inject 2
-01111010010 Mini-mall 2
-01111010010 Minimum-security 2
-01111010010 Tuk-tuk 2
-01111010010 Operating-profit 2
-01111010010 Lignite 2
-01111010010 Second-class 2
-01111010010 Index-arbitrage 2
-01111010010 Over-optimistic 2
-01111010010 Campaign-finance 2
-01111010010 Fluorescent 2
-01111010010 Cancerphobia 2
-01111010010 Preferring 2
-01111010010 Cassettes 2
-01111010010 Modern-day 3
-01111010010 Contaminated 3
-01111010010 Brandishing 3
-01111010010 Pent-up 3
-01111010010 Odd-lot 3
-01111010010 Two-tier 3
-01111010010 Natural-gas 3
-01111010010 Chart-oriented 3
-01111010010 Rusting 3
-01111010010 Birth-control 3
-01111010010 Big-ticket 3
-01111010010 Updated 3
-01111010010 Passenger-car 3
-01111010010 Empirical 3
-01111010010 Centralizing 3
-01111010010 Subdued 3
-01111010010 Factional 3
-01111010010 Deliberate 3
-01111010010 Better-than-expected 3
-01111010010 Long-simmering 3
-01111010010 Compulsory 3
-01111010010 Fault-tolerant 3
-01111010010 Fickle 3
-01111010010 Stronger-than-expected 3
-01111010010 Eased 3
-01111010010 Toll-free 3
-01111010010 Unfavorable 3
-01111010010 Countervailing 3
-01111010010 Bankruptcy-court 3
-01111010010 Double-stack 3
-01111010010 Non-residential 3
-01111010010 Unanswered 3
-01111010010 Budgetary 3
-01111010010 Capital-goods 3
-01111010010 Consumer-products 3
-01111010010 Managerial 3
-01111010010 Triple-digit 3
-01111010010 Photodynamic 3
-01111010010 Suitable 3
-01111010010 Higher-than-expected 3
-01111010010 Outdated 3
-01111010010 Optimistic 3
-01111010010 Roaster 3
-01111010010 Minimum-wage 3
-01111010010 Fiscal-year 3
-01111010010 Heterosexual 3
-01111010010 Small-scale 3
-01111010010 Lateral 3
-01111010010 Respectable 3
-01111010010 BACK-TO-SCHOOL 3
-01111010010 Child-support 3
-01111010010 Wooing 3
-01111010010 Heaviest 3
-01111010010 Received 3
-01111010010 Superpower 3
-01111010010 Lower-than-expected 3
-01111010010 Programmable 3
-01111010010 Labor-management 3
-01111010010 Oil-field 3
-01111010010 Youthful 3
-01111010010 Featuring 3
-01111010010 Evacuation 3
-01111010010 Labor-force 3
-01111010010 Ice-cream 3
-01111010010 Overhaul 3
-01111010010 Planted 3
-01111010010 Takeover-related 3
-01111010010 Brokered 3
-01111010010 Preferential 3
-01111010010 Corrugated 3
-01111010010 Exposing 3
-01111010010 Paramilitary 3
-01111010010 Nuclear-powered 3
-01111010010 Volcanic 3
-01111010010 Credible 3
-01111010010 Periodic 3
-01111010010 Late-breaking 3
-01111010010 Sagging 3
-01111010010 User 3
-01111010010 Non-dollar 3
-01111010010 Softer 3
-01111010010 Franchisee 3
-01111010010 Certificate-of-deposit 3
-01111010010 Detailed 3
-01111010010 .the 3
-01111010010 Follow-up 3
-01111010010 Job-training 3
-01111010010 Out-of-control 3
-01111010010 Community-based 3
-01111010010 Non-accruing 3
-01111010010 Discriminatory 3
-01111010010 Shaky 3
-01111010010 Audience 3
-01111010010 Pro-Israel 3
-01111010010 NED 3
-01111010010 Defended 3
-01111010010 Unsold 4
-01111010010 New-product 4
-01111010010 Full-page 4
-01111010010 Cable-TV 4
-01111010010 Plea 4
-01111010010 Maximizing 4
-01111010010 Collapsing 4
-01111010010 Cost-containment 4
-01111010010 One-hour 4
-01111010010 Heavier 4
-01111010010 Vigorous 4
-01111010010 Avacus 4
-01111010010 Non-defense 4
-01111010010 Long-established 4
-01111010010 Spiritual 4
-01111010010 Output-based 4
-01111010010 Biodegradable 4
-01111010010 Overbuilt 4
-01111010010 Thick 4
-01111010010 Gray-market 4
-01111010010 Late-night 4
-01111010010 Seven-year 4
-01111010010 Recurring 4
-01111010010 Franchised 4
-01111010010 Low-cost 4
-01111010010 Longstanding 4
-01111010010 Unfriendly 4
-01111010010 Stock-fund 4
-01111010010 Non-Japanese 4
-01111010010 Light-duty 4
-01111010010 Cable-television 4
-01111010010 Anti-drug 4
-01111010010 Municipal-bond 4
-01111010010 Procedural 4
-01111010010 Food-industry 4
-01111010010 Nondefense 4
-01111010010 Inconsistent 4
-01111010010 Dish 4
-01111010010 Anti-dumping 4
-01111010010 First-class 4
-01111010010 Diehard 4
-01111010010 Protracted 4
-01111010010 Government-funded 4
-01111010010 Color-television 4
-01111010010 Careless 4
-01111010010 Mass-market 4
-01111010010 Entry-level 4
-01111010010 Unprecedented 4
-01111010010 Public-works 4
-01111010010 Semifinished 4
-01111010010 Stricter 4
-01111010010 Distillate 4
-01111010010 Runaway 4
-01111010010 Fairly 4
-01111010010 Uneven 4
-01111010010 Loan-loss 4
-01111010010 Non-accrual 5
-01111010010 Overt 5
-01111010010 Top-level 5
-01111010010 Verbal 5
-01111010010 Marginal 5
-01111010010 Adverse 5
-01111010010 Lengthy 5
-01111010010 Aggregate 5
-01111010010 Preferred-stock 5
-01111010010 Unpublished 5
-01111010010 Prolonged 5
-01111010010 Decreased 5
-01111010010 Foreign-policy 5
-01111010010 Perceived 5
-01111010010 Joint-venture 5
-01111010010 Non-military 5
-01111010010 Vivid 5
-01111010010 Second-half 5
-01111010010 Small-company 5
-01111010010 Double-digit 5
-01111010010 Controversial 5
-01111010010 Condom 5
-01111010010 Smelling 5
-01111010010 Motor-vehicle 5
-01111010010 Across-the-board 5
-01111010010 Tumbling 5
-01111010010 Surprising 5
-01111010010 Logging 5
-01111010010 Business-cycle 5
-01111010010 Enthusiastic 5
-01111010010 Buoyant 5
-01111010010 Stop-loss 5
-01111010010 Restrictive 5
-01111010010 Day-to-day 5
-01111010010 Practicing 5
-01111010010 Dubious 5
-01111010010 Varying 5
-01111010010 Anti-Bork 5
-01111010010 Dietary 5
-01111010010 Brand-name 5
-01111010010 Third-party 5
-01111010010 Lagging 5
-01111010010 Obsolete 5
-01111010010 Inner-city 5
-01111010010 Differing 6
-01111010010 Curb 6
-01111010010 Considerable 6
-01111010010 Blue-collar 6
-01111010010 Outpatient 6
-01111010010 Identical 6
-01111010010 Stiffer 6
-01111010010 Successive 6
-01111010010 Department-store 6
-01111010010 Buy-out 6
-01111010010 Accumulated 6
-01111010010 High-quality 6
-01111010010 Benchmark 6
-01111010010 Free-lance 6
-01111010010 Healthier 6
-01111010010 Consumer-goods 6
-01111010010 Accrued 6
-01111010010 Personal-computer 6
-01111010010 Retaining 6
-01111010010 Violent 6
-01111010010 Realized 6
-01111010010 Tax-free 6
-01111010010 Fierce 6
-01111010010 Sustained 7
-01111010010 Computer-guided 7
-01111010010 Accelerated 7
-01111010010 Dissenting 7
-01111010010 Central-bank 7
-01111010010 Ample 7
-01111010010 Public-sector 7
-01111010010 Emotional 7
-01111010010 Drastic 7
-01111010010 Restoring 7
-01111010010 Anticipated 7
-01111010010 Unadjusted 7
-01111010010 Tax-shelter 7
-01111010010 Cross-border 7
-01111010010 Proved 7
-01111010010 Deferred 7
-01111010010 Unconfirmed 7
-01111010010 Mixing 7
-01111010010 c-Domestic 7
-01111010010 Workstation 7
-01111010010 Old-fashioned 7
-01111010010 Premature 7
-01111010010 Faulty 7
-01111010010 Explosive 7
-01111010010 Two-way 7
-01111010010 Heightened 7
-01111010010 Regulated 7
-01111010010 Color-TV 8
-01111010010 Optional 8
-01111010010 Unionized 8
-01111010010 Desktop 8
-01111010010 Skilled 8
-01111010010 Tentative 8
-01111010010 Authorized 8
-01111010010 Copying 8
-01111010010 Five-year 8
-01111010010 Free-market 8
-01111010010 Escalating 8
-01111010010 Non-OPEC 8
-01111010010 Single-premium 8
-01111010010 Boosting 8
-01111010010 Payroll 8
-01111010010 One-time 8
-01111010010 Lackluster 8
-01111010010 Vaccine 9
-01111010010 Outstanding 9
-01111010010 Upward 9
-01111010010 Definitive 9
-01111010010 Insider-trading 9
-01111010010 Severe 9
-01111010010 Vast 9
-01111010010 Informal 9
-01111010010 Yearly 9
-01111010010 New-home 9
-01111010010 Non-performing 9
-01111010010 Volatile 9
-01111010010 Suggested 9
-01111010010 Median 9
-01111010010 Mandated 9
-01111010010 Incoming 9
-01111010010 Brisk 9
-01111010010 Subordinated 9
-01111010010 Firmer 10
-01111010010 Inadequate 10
-01111010010 Careful 10
-01111010010 Home-equity 10
-01111010010 Demographic 10
-01111010010 Nonfarm 10
-01111010010 Wider 10
-01111010010 Sweeping 10
-01111010010 Attracting 10
-01111010010 Money-fund 10
-01111010010 Taxable 10
-01111010010 Routine 10
-01111010010 Chronic 10
-01111010010 Mainframe 10
-01111010010 Unexpected 10
-01111010010 Projected 10
-01111010010 Outright 10
-01111010010 Bilateral 10
-01111010010 New-issue 10
-01111010010 Yen-denominated 10
-01111010010 Bearish 11
-01111010010 Soft-drink 11
-01111010010 Near-term 11
-01111010010 Unauthorized 11
-01111010010 Tax-exempt 11
-01111010010 Nonmilitary 11
-01111010010 Heavily 11
-01111010010 Imposing 11
-01111010010 Sporadic 11
-01111010010 Conflicting 11
-01111010010 Valuable 11
-01111010010 Arbitrage-related 11
-01111010010 Plunging 11
-01111010010 Depressed 11
-01111010010 Reported 11
-01111010010 Cautious 11
-01111010010 Slumping 12
-01111010010 Proper 12
-01111010010 Expensive 12
-01111010010 Unfair 12
-01111010010 Alleged 12
-01111010010 Disposable 12
-01111010010 Lingering 12
-01111010010 Inflation-adjusted 12
-01111010010 Exchange-rate 12
-01111010010 Air-traffic 12
-01111010010 Promotional 12
-01111010010 Tougher 12
-01111010010 Teen-age 12
-01111010010 Punitive 12
-01111010010 Non-U.S. 12
-01111010010 Investment-grade 12
-01111010010 Large-scale 12
-01111010010 Maximum 13
-01111010010 Steady 13
-01111010010 Intense 13
-01111010010 Expanded 13
-01111010010 Narrow 13
-01111010010 Hefty 13
-01111010010 Paid 13
-01111010010 First-year 13
-01111010010 Robust 13
-01111010010 Would-be 13
-01111010010 Thin 14
-01111010010 Comparative 14
-01111010010 Chart-guided 14
-01111010010 Mobile-home 14
-01111010010 Coordinated 14
-01111010010 Tighter 14
-01111010010 Protectionist 14
-01111010010 Precise 14
-01111010010 Extensive 14
-01111010010 Unilateral 14
-01111010010 Parliamentary 14
-01111010010 Shorter 15
-01111010010 Encouraging 15
-01111010010 Preventive 15
-01111010010 Modest 15
-01111010010 Last-minute 15
-01111010010 Powerful 16
-01111010010 Credit-card 16
-01111010010 Crude-steel 16
-01111010010 Cheaper 16
-01111010010 Favorable 16
-01111010010 Non-building 17
-01111010010 Longtime 17
-01111010010 Weaker 17
-01111010010 Strict 17
-01111010010 Persistent 17
-01111010010 Ethnic 18
-01111010010 Cumulative 18
-01111010010 Mandatory 18
-01111010010 Proxy 18
-01111010010 Year-end 18
-01111010010 Seasonal 18
-01111010010 Mounting 19
-01111010010 Three-month 19
-01111010010 Sudden 19
-01111010010 Negative 19
-01111010010 Unofficial 20
-01111010010 Secured 20
-01111010010 Sluggish 20
-01111010010 Covert 20
-01111010010 Adjustable-rate 20
-01111010010 Revised 20
-01111010010 Mutual-fund 21
-01111010010 Raw 21
-01111010010 Excessive 21
-01111010010 Scattered 21
-01111010010 Stock-market 21
-01111010010 Sexual 21
-01111010010 Slower 22
-01111010010 Stronger 22
-01111010010 Racial 22
-01111010010 Extraordinary 22
-01111010010 Rebel 22
-01111010010 Long-distance 22
-01111010010 Repeated 23
-01111010010 Partial 23
-01111010010 Massive 23
-01111010010 Excess 23
-01111010010 Positive 23
-01111010010 Bullish 23
-01111010010 High-tech 24
-01111010010 Unsecured 24
-01111010010 Substantial 24
-01111010010 Year-to-date 25
-01111010010 Prospective 25
-01111010010 Fixed 25
-01111010010 Surging 26
-01111010010 Per 26
-01111010010 Veteran 27
-01111010010 Cigarette 28
-01111010010 Jury 28
-01111010010 Speculative 28
-01111010010 Larger 28
-01111010010 Nonresidential 28
-01111010010 Renewed 29
-01111010010 Reduced 29
-01111010010 Tight 30
-01111010010 Non-farm 30
-01111010010 Important 30
-01111010010 Minimum 31
-01111010010 Significant 31
-01111010010 Soaring 31
-01111010010 Margin 31
-01111010010 Computerized 31
-01111010010 Latest 32
-01111010010 Interest-rate 32
-01111010010 Illegal 34
-01111010010 Health-care 34
-01111010010 Specific 34
-01111010010 Formal 36
-01111010010 Proposed 36
-01111010010 Developing 37
-01111010010 Active 37
-01111010010 Weak 38
-01111010010 Fixed-rate 38
-01111010010 Longer 39
-01111010010 Striking 41
-01111010010 Regular 41
-01111010010 Secondary 41
-01111010010 Slow 41
-01111010010 Separate 45
-01111010010 Successful 46
-01111010010 Remaining 46
-01111010010 Widespread 47
-01111010010 Foreign-exchange 49
-01111010010 Rival 49
-01111010010 Hourly 49
-01111010010 Possible 49
-01111010010 Improved 50
-01111010010 Real-estate 50
-01111010010 Subsequent 51
-01111010010 Phone 52
-01111010010 Actual 52
-01111010010 Existing 53
-01111010010 So-called 55
-01111010010 Wage 57
-01111010010 Shareholder 59
-01111010010 Huge 61
-01111010010 Nonperforming 62
-01111010010 Numerous 70
-01111010010 Potential 72
-01111010010 Past 73
-01111010010 Falling 74
-01111010010 Various 79
-01111010010 Preliminary 83
-01111010010 World-wide 85
-01111010010 Heating 87
-01111010010 Broader 91
-01111010010 Growing 97
-01111010010 Conventional 103
-01111010010 Previous 105
-01111010010 Smaller 111
-01111010010 Increased 112
-01111010010 Traditional 113
-01111010010 Raw-steel 113
-01111010010 Continued 115
-01111010010 Additional 125
-01111010010 Short-term 138
-01111010010 Low 143
-01111010010 Long-term 148
-01111010010 Full 150
-01111010010 Annual 157
-01111010010 Final 158
-01111010010 Rising 194
-01111010010 Crude 198
-01111010010 Large 207
-01111010010 Initial 223
-01111010010 Takeover 229
-01111010010 Strong 250
-01111010010 Lower 272
-01111010010 Domestic 325
-01111010010 Higher 350
-01111010010 Current 381
-01111010010 Recent 520
-01111010010 Total 878
-01111010010 Her 1010
-01111010010 Their 2149
-01111010010 Its 3519
-01111010010 Such 3747
-01111010010 His 6035
-01111010010 Other 4082
-01111010011 Residential-building 1
-01111010011 Community-care 1
-01111010011 Sale-leaseback 1
-01111010011 Imaginative 1
-01111010011 Put-call 1
-01111010011 Travel-related 1
-01111010011 Pro-Syrian 1
-01111010011 More-substantial 1
-01111010011 hedge-type 1
-01111010011 Corporate-run 1
-01111010011 Market-reservation 1
-01111010011 First-born 1
-01111010011 Oil-sensitive 1
-01111010011 Nonlinear 1
-01111010011 Track-side 1
-01111010011 Pin-stripe 1
-01111010011 Fuel-economy 1
-01111010011 Foisting 1
-01111010011 Non-brokerage 1
-01111010011 Disconnecting 1
-01111010011 Price-trend 1
-01111010011 Sprinters 1
-01111010011 Archival 1
-01111010011 Pre-holiday 1
-01111010011 Eavesdropping 1
-01111010011 Re-regulatory 1
-01111010011 Arms-smuggling 1
-01111010011 Car-mounted 1
-01111010011 Military-type 1
-01111010011 Property-rights 1
-01111010011 Reflex 1
-01111010011 Slice-of-life 1
-01111010011 Labor-protective 1
-01111010011 Drenching 1
-01111010011 Stubbed 1
-01111010011 Job-guarantee 1
-01111010011 Vital-interest 1
-01111010011 Countervailing-duty 1
-01111010011 STOLEN 1
-01111010011 Chemical-producing 1
-01111010011 Ranchland 1
-01111010011 Price-supporting 1
-01111010011 Unsupervised 1
-01111010011 Grownups 1
-01111010011 Goblins 1
-01111010011 Post-season 1
-01111010011 Lopsided 1
-01111010011 Post-Watergate 1
-01111010011 Maglev 1
-01111010011 Employee-leasing 1
-01111010011 Tax-consuming 1
-01111010011 Predominant 1
-01111010011 Converter-equipped 1
-01111010011 Order-entry 1
-01111010011 Pageantry-filled 1
-01111010011 31,191 1
-01111010011 Lifetime-care 1
-01111010011 Work-force 1
-01111010011 Stimulative 1
-01111010011 Public-school 1
-01111010011 Anti-fraud 1
-01111010011 Manufacturing-industry 1
-01111010011 Overambitious 1
-01111010011 Homebuyers 1
-01111010011 Deficit-reduction 1
-01111010011 Contrived 1
-01111010011 Cholesterol-reducing 1
-01111010011 Pro-nuclear 1
-01111010011 red-diaper 1
-01111010011 Semiconductor-oriented 1
-01111010011 Ill-chosen 1
-01111010011 Base-wage 1
-01111010011 Fetal-cell 1
-01111010011 Baldness 1
-01111010011 Hideous 1
-01111010011 Pit-bull 1
-01111010011 inconceivably 1
-01111010011 Non-banking 1
-01111010011 Anti-Sandinista 1
-01111010011 Lecturers 1
-01111010011 Hereditary 1
-01111010011 EXPENSE-ACCOUNT 1
-01111010011 MORTGAGE-DEDUCTION 1
-01111010011 Openend 1
-01111010011 College-tuition 1
-01111010011 Work-zone 1
-01111010011 Sing-song 1
-01111010011 Digital-to-digital 1
-01111010011 Economic-growth 1
-01111010011 Papal-tour 1
-01111010011 Tenure 1
-01111010011 Narrow-interest 1
-01111010011 Five-thousand-plus 1
-01111010011 Dressy 1
-01111010011 High-turnover 1
-01111010011 Credit-rating 1
-01111010011 Commonplace 1
-01111010011 Predictable 1
-01111010011 Family-planning 1
-01111010011 IDEALISTIC 1
-01111010011 Legal-malpractice 1
-01111010011 Equity-purchase 1
-01111010011 Low-beta 1
-01111010011 Alabaster 1
-01111010011 Tartar-control 1
-01111010011 Mouth-watering 1
-01111010011 Non-alcoholic 1
-01111010011 anti-Irish 1
-01111010011 Wage-cut 1
-01111010011 Corporate-control 1
-01111010011 Upper-level 1
-01111010011 Preferred-share 1
-01111010011 Equal-time 1
-01111010011 75,325 1
-01111010011 Cluttered 1
-01111010011 Laser-beam 1
-01111010011 capacity-control 1
-01111010011 Youse 1
-01111010011 Groundbreaking 1
-01111010011 Uncoordinated 1
-01111010011 Advance-fee 1
-01111010011 Verifiable 1
-01111010011 Flight-information 1
-01111010011 Tax-treaty 1
-01111010011 Undersea 1
-01111010011 Noxious 1
-01111010011 Minesweeper 1
-01111010011 Superconductor-oriented 1
-01111010011 Overlapping 1
-01111010011 CORN-HOG 1
-01111010011 Anabolic 1
-01111010011 Gas-mileage 1
-01111010011 dope-smuggling 1
-01111010011 Service-oriented 1
-01111010011 Seeing-eye 1
-01111010011 Name-brand 1
-01111010011 Socket 1
-01111010011 Metallic 1
-01111010011 Two-parent 1
-01111010011 Human-hair 1
-01111010011 Weighty 1
-01111010011 Well-groomed 1
-01111010011 Sinking-fund 1
-01111010011 Oil-field-service 1
-01111010011 Standby 1
-01111010011 Discordant 1
-01111010011 First-round 1
-01111010011 Commercial-liability 1
-01111010011 Discouraging 1
-01111010011 Momentous 1
-01111010011 City-campus 1
-01111010011 Spray-can 1
-01111010011 Self-funded 1
-01111010011 Five-dollar 1
-01111010011 Eight-year-long 1
-01111010011 Tort-reform 1
-01111010011 Pre-tax-revision 1
-01111010011 Homosexual-rights 1
-01111010011 Anti-pollution 1
-01111010011 Fund-management 1
-01111010011 missile-seeking 1
-01111010011 Infrastructural 1
-01111010011 Auto-purchase 1
-01111010011 Subliminal 1
-01111010011 Windblown 1
-01111010011 Extended-stay 1
-01111010011 Pre-season 1
-01111010011 Get-out-and-vote 1
-01111010011 Strike-authorization 1
-01111010011 Wind-whipped 1
-01111010011 Operating-differential-subsidies 1
-01111010011 egg-bearing 1
-01111010011 Big-money 1
-01111010011 Cigar-making 1
-01111010011 Currency-swap 1
-01111010011 ANTI-PLASTIC 1
-01111010011 Titian-tressed 1
-01111010011 Specialty-steel 1
-01111010011 Accented-French 1
-01111010011 Multi-year 1
-01111010011 Rate-regulation 1
-01111010011 Cigarette-lighter 1
-01111010011 pay-to-vote 1
-01111010011 Tear-gas 1
-01111010011 Wind-shear 1
-01111010011 Joint-custody 1
-01111010011 Lucrative 1
-01111010011 Fancier 1
-01111010011 Court-appointed 1
-01111010011 Income-support 1
-01111010011 Asset-allocation 1
-01111010011 Swallowing 1
-01111010011 HEATING 1
-01111010011 Food-service 1
-01111010011 Better-reviewed 1
-01111010011 Unauthorized-practice-of-law 1
-01111010011 Add-on 1
-01111010011 shrink-reduction 1
-01111010011 Documented 1
-01111010011 Pro-Bork 1
-01111010011 Top-notch 1
-01111010011 Asbestos-claim 1
-01111010011 Shorter-maturity 1
-01111010011 Hourlong 1
-01111010011 White-owned 1
-01111010011 Public-affairs 1
-01111010011 Proxy-solicitation 1
-01111010011 Family-leave 1
-01111010011 Anti-gravity 1
-01111010011 Self-cleaning 1
-01111010011 Piecemeal 1
-01111010011 Rate-of-return 1
-01111010011 Out-in-the-sticks 1
-01111010011 Antigen-based 1
-01111010011 Sports-rights 1
-01111010011 Eleventh-hour 1
-01111010011 Live-floor 1
-01111010011 Bookkeeping 1
-01111010011 Immigrant-rights 1
-01111010011 Time-zone 1
-01111010011 Less-durable 1
-01111010011 lightning-rod 1
-01111010011 PUBLIC-INTEREST 1
-01111010011 Single-country 1
-01111010011 Snappy 1
-01111010011 Industry-environmentalist 1
-01111010011 Sales-tax 1
-01111010011 Inventory-sales 1
-01111010011 High-precision 1
-01111010011 Switched 1
-01111010011 Cooped-up 1
-01111010011 Scraggly 1
-01111010011 Widows 1
-01111010011 Nonmanufacturing-sector 1
-01111010011 Health-cost 1
-01111010011 Foreign-controlled 1
-01111010011 Rubber-based 1
-01111010011 Methane-making 1
-01111010011 Horse-drawn 1
-01111010011 Little-noticed 1
-01111010011 Exclusionary-rule 1
-01111010011 Performance-measurement 1
-01111010011 Resident-alien 1
-01111010011 Depreciable 1
-01111010011 Well-crafted 1
-01111010011 Broker-client 1
-01111010011 emigrational 1
-01111010011 Debtor-country 1
-01111010011 U.S.-Jewish 1
-01111010011 Sex-harassment 1
-01111010011 Mangy 1
-01111010011 Shell-torn 1
-01111010011 Parasite 1
-01111010011 Oil-drilling 1
-01111010011 Nuclear-weapons-free 1
-01111010011 Price-increase 1
-01111010011 Farm-program 1
-01111010011 Commercial-jet 1
-01111010011 Memorable 1
-01111010011 Lower-court 1
-01111010011 Traffic-engineering 1
-01111010011 Work-and-family 1
-01111010011 family-strengthening 1
-01111010011 Bread-and-butter 1
-01111010011 Capital-budget 1
-01111010011 Subconscious 1
-01111010011 Thorny 1
-01111010011 Expiration-related 1
-01111010011 Co-insurance 1
-01111010011 Home-office 1
-01111010011 Five-thousand 1
-01111010011 Service-related 1
-01111010011 Air-force 1
-01111010011 Stereotypical 1
-01111010011 Nuclear-free 1
-01111010011 Antiapartheid 1
-01111010011 Offshore-banking 1
-01111010011 Nicer 1
-01111010011 Daytime-only 1
-01111010011 Plastics-related 1
-01111010011 Inconvenient 1
-01111010011 Transmittal 1
-01111010011 Gamesmanship 1
-01111010011 Defensible 1
-01111010011 Triplicate 1
-01111010011 Unprotected 1
-01111010011 Dividend-reinvestment 1
-01111010011 Drive-in 1
-01111010011 Computer-industry 1
-01111010011 IIIA 1
-01111010011 reeducation 1
-01111010011 High-rise 1
-01111010011 Anti-military 1
-01111010011 Data-gathering 1
-01111010011 Laboratory-baked 1
-01111010011 Pink-cheeked 1
-01111010011 Non-core 1
-01111010011 Star-studded 1
-01111010011 Auctioning 1
-01111010011 Electronic-publishing 1
-01111010011 Non-Catholic 1
-01111010011 Foster-care 1
-01111010011 Scanner-based 1
-01111010011 Bucolic 1
-01111010011 Record-high 1
-01111010011 Farmworker-advocacy 1
-01111010011 Phase-two 1
-01111010011 Human-testing 1
-01111010011 TAXPAYING 1
-01111010011 Calendar-year 1
-01111010011 Air-brushed 1
-01111010011 Reused 1
-01111010011 Small-diameter 1
-01111010011 Foreclosed 1
-01111010011 Pension-law 1
-01111010011 Fifty-five-year-old 1
-01111010011 Out-of-area 1
-01111010011 Rheumatic 1
-01111010011 Fibric 1
-01111010011 Enzyme 1
-01111010011 German-supplied 1
-01111010011 Loss-on-sale 1
-01111010011 Wheeler-dealers 1
-01111010011 Household-borrowing 1
-01111010011 Spillover 1
-01111010011 Demand-side 1
-01111010011 State-supported 1
-01111010011 Higher-density 1
-01111010011 Gasoline-tax 1
-01111010011 Light-colored 1
-01111010011 Legal-fee 1
-01111010011 Smallformat 1
-01111010011 Balance-of-payments 1
-01111010011 Life-of-contract 1
-01111010011 Lung-cancer 1
-01111010011 Space-launch 1
-01111010011 Office-supplies 1
-01111010011 Development-agency 1
-01111010011 Self-managed 1
-01111010011 Gold-linked 1
-01111010011 Rhesus 1
-01111010011 Stop-smoking 1
-01111010011 Collectivized 1
-01111010011 Insecticidal 1
-01111010011 Gold-certificate 1
-01111010011 Innumerable 1
-01111010011 Nagging 1
-01111010011 Between-bout 1
-01111010011 tract-by-tract 1
-01111010011 Tunable 1
-01111010011 Debt-ceiling 1
-01111010011 Pension-related 1
-01111010011 Theses 1
-01111010011 Drawn-out 1
-01111010011 Unrated 1
-01111010011 Freestanding 1
-01111010011 Yen-related 1
-01111010011 Rate-increase 1
-01111010011 Streamlined 1
-01111010011 Lower-margin 1
-01111010011 Invisibles 1
-01111010011 New-found 1
-01111010011 Fill-or-kill 1
-01111010011 ex-cons 1
-01111010011 Non-railroad 1
-01111010011 Detachable 1
-01111010011 Statefunded 1
-01111010011 self-defensive 1
-01111010011 Water-diversion 1
-01111010011 Health-insurance 1
-01111010011 Soviet-Marxist-Leninist 1
-01111010011 Silver-dollar-sized 1
-01111010011 Anti-cancer 1
-01111010011 Matchbook 1
-01111010011 Finance-related 1
-01111010011 slave-trading 1
-01111010011 Auto-production 1
-01111010011 Self-mutilating 1
-01111010011 SUPERCONDUCTOR 1
-01111010011 Right-to-work 1
-01111010011 Pro-test 1
-01111010011 Single-room-occupancy 1
-01111010011 Treacherous 1
-01111010011 Wrongful-death 1
-01111010011 Work-rule 1
-01111010011 Job-inflation 1
-01111010011 Cold-metal 1
-01111010011 Price-fixing 1
-01111010011 Hand-woven 1
-01111010011 Agricultural-chemicals 1
-01111010011 Teletext 1
-01111010011 Cold-weather 1
-01111010011 Higher-quality 1
-01111010011 First-generation 1
-01111010011 Much-ballyhooed 1
-01111010011 Business-management 1
-01111010011 High-resolution 1
-01111010011 Heirloom-seed 1
-01111010011 Fairness-doctrine 1
-01111010011 Adventure-travel 1
-01111010011 Cotton-producing 1
-01111010011 Non-stop 1
-01111010011 Amended 1
-01111010011 Personal-interest 1
-01111010011 Discount-rate 1
-01111010011 Extravagant 1
-01111010011 High-capacity 1
-01111010011 Almost-complete 1
-01111010011 Termite 1
-01111010011 Contradictory 1
-01111010011 Two-foot-high 1
-01111010011 Sought-after 1
-01111010011 Wind-etched 1
-01111010011 Shriveled 1
-01111010011 Public-service 1
-01111010011 Cradling 1
-01111010011 Child-welfare 1
-01111010011 ADF 1
-01111010011 Cotton-growing 1
-01111010011 Basketball-size 1
-01111010011 Hydrogeologic 1
-01111010011 Stacked 1
-01111010011 Consumer-protection 1
-01111010011 Eleven-month 1
-01111010011 Superconductive 1
-01111010011 Full-term 1
-01111010011 Home-improvement 1
-01111010011 Co-marketing 1
-01111010011 Instructional 1
-01111010011 Doctorate 1
-01111010011 Youth-related 1
-01111010011 Feedlot 1
-01111010011 Manipulable 1
-01111010011 Non-refundable 1
-01111010011 Foreign-made 1
-01111010011 Budget-gobbling 1
-01111010011 Once-dingy 1
-01111010011 Public-interest 1
-01111010011 Private-interest 1
-01111010011 November-period 1
-01111010011 Energy-efficiency 1
-01111010011 Food-processing 1
-01111010011 Teleconferencing 1
-01111010011 State-of-the-art 1
-01111010011 Category-killer 1
-01111010011 Converging 1
-01111010011 Hazardous-waste 1
-01111010011 Dollar-related 1
-01111010011 Early-entry 1
-01111010011 Long-buried 1
-01111010011 three-piece-suit 1
-01111010011 Video-imaging 1
-01111010011 Driver-training 1
-01111010011 Kleig 1
-01111010011 Memory-resident 1
-01111010011 Steel-framed 1
-01111010011 U.S.-Marcos 1
-01111010011 Wage-concession 1
-01111010011 Evoking 1
-01111010011 Mer-myths 1
-01111010011 Dialysis 1
-01111010011 Student-run 1
-01111010011 Joint-filing 1
-01111010011 non-denial 1
-01111010011 Toxic-tort 1
-01111010011 Social-welfare 1
-01111010011 Master's-degree 1
-01111010011 Stoppages 1
-01111010011 High-double-digit 1
-01111010011 Tape-recorded 1
-01111010011 Venture-backed 1
-01111010011 Title-insurance 1
-01111010011 Frequent-guest 1
-01111010011 Summer-grown 1
-01111010011 Debt-restructuring 1
-01111010011 Fudging 1
-01111010011 Once-struggling 1
-01111010011 Well-conducted 1
-01111010011 Air-raid 1
-01111010011 Disappearing 1
-01111010011 Defense-software 1
-01111010011 Job-search 1
-01111010011 Sports-related 1
-01111010011 Burial 1
-01111010011 Doom-and-gloom 1
-01111010011 Variable-life 1
-01111010011 Round-table 1
-01111010011 Medical-emergency 1
-01111010011 Fist 1
-01111010011 Multi-interest 1
-01111010011 Recalcitrant 1
-01111010011 Lurid 1
-01111010011 Also-rans 1
-01111010011 Rabies 1
-01111010011 Irrelevant 1
-01111010011 Pay-equity 1
-01111010011 Mall-industry 1
-01111010011 Thrill 1
-01111010011 Piebald 1
-01111010011 Additive 1
-01111010011 Omissions 1
-01111010011 Right-to-die 1
-01111010011 Right-to-life 1
-01111010011 Farm-supply 1
-01111010011 Seeming 1
-01111010011 At-risk 1
-01111010011 Droopy 1
-01111010011 Incendiary 1
-01111010011 Pre-fight 1
-01111010011 Tobacco-grower 1
-01111010011 Megabit 1
-01111010011 Plenary 1
-01111010011 Securities-analyst 1
-01111010011 PRIVACY 1
-01111010011 Take-out 1
-01111010011 Two-child 1
-01111010011 Child-labor 1
-01111010011 Hands-off 1
-01111010011 Space-starved 1
-01111010011 Nonmanufacturing 1
-01111010011 Grassroots 1
-01111010011 Earth-moving 1
-01111010011 Still-sketchy 1
-01111010011 voluntarist 1
-01111010011 Replacement-fuel 1
-01111010011 Kiss-and-tell 1
-01111010011 RAFSANJANI 1
-01111010011 Surly 1
-01111010011 Full-scale 1
-01111010011 Similiar 1
-01111010011 Undetectable 1
-01111010011 Snow-crowned 1
-01111010011 Unsocialized 1
-01111010011 Securitizing 1
-01111010011 Expectant 1
-01111010011 Groomers 1
-01111010011 Search-and-rescue 1
-01111010011 Quilting 1
-01111010011 Thicker 1
-01111010011 White-robed 1
-01111010011 Solar-energy 1
-01111010011 Classless 1
-01111010011 Defense-electronics 1
-01111010011 Work-practice 1
-01111010011 Ring-laser 1
-01111010011 Toy-based 1
-01111010011 Health-food 1
-01111010011 State-tax 1
-01111010011 Narration 1
-01111010011 Nearmost 1
-01111010011 Weeklong 1
-01111010011 Business-climate 1
-01111010011 Anti-hunting 1
-01111010011 Obligation 1
-01111010011 Categories 1
-01111010011 Celluloid 1
-01111010011 Frequent-traveler 1
-01111010011 Playwriting 1
-01111010011 Pupils 1
-01111010011 Pro-French 1
-01111010011 Gifting 1
-01111010011 Three-point 1
-01111010011 counterhegemonic 1
-01111010011 Currency-exchange 1
-01111010011 Prespill 1
-01111010011 Consumer-advocacy 1
-01111010011 Picket 1
-01111010011 More-recent 1
-01111010011 Transit-planning 1
-01111010011 Congested 1
-01111010011 Paltry 1
-01111010011 Incontinency-care 1
-01111010011 non-formal 1
-01111010011 Early-retirement 1
-01111010011 Car-cost 1
-01111010011 Photovoltaic 1
-01111010011 Local-content 1
-01111010011 Temporary-Help 1
-01111010011 Non-peelable 1
-01111010011 semi-transportable 1
-01111010011 Maid-Service 1
-01111010011 Debt-protection 1
-01111010011 Cardiac-bypass 1
-01111010011 Property-damage 1
-01111010011 Electroluminescent 1
-01111010011 Heat-recovery 1
-01111010011 Charitable-gift 1
-01111010011 Steel-price 1
-01111010011 FOREIGN-TAX-CREDIT 1
-01111010011 Revolving-credit 1
-01111010011 Middle-tier 1
-01111010011 Underserved 1
-01111010011 Office-supply 1
-01111010011 Law-review 1
-01111010011 Computer-run 1
-01111010011 Preflight 1
-01111010011 Polymeric 1
-01111010011 Acid-washed 1
-01111010011 Seaside 1
-01111010011 Seasick 1
-01111010011 PlanAAhead 1
-01111010011 Graduate-student 1
-01111010011 Pro-Jackson 1
-01111010011 Catastrophic-care 1
-01111010011 Honking 1
-01111010011 Square-cut 1
-01111010011 Full-length 1
-01111010011 More-drastic 1
-01111010011 Multicrystal 1
-01111010011 Weatherizing 1
-01111010011 Productive 1
-01111010011 Free-enterprise 1
-01111010011 127,297 1
-01111010011 KMT-led 1
-01111010011 Catgut 1
-01111010011 TOUCH-SCREEN 1
-01111010011 Pre-sale 1
-01111010011 Sixteen-bit 1
-01111010011 Sullen 1
-01111010011 Non-petroleum 1
-01111010011 Oil-and-gas 1
-01111010011 1536.0 1
-01111010011 Three-judge 1
-01111010011 Sociodemographic 1
-01111010011 Solar-powered 1
-01111010011 Land-development 1
-01111010011 Insurance-underwriting 1
-01111010011 Submarine-launched 1
-01111010011 White-jacketed 1
-01111010011 Court-ordered 1
-01111010011 Half-frame 1
-01111010011 Petrochemicals-based 1
-01111010011 Anti-Swapo 1
-01111010011 Farm-bred 1
-01111010011 Slower-than-normal 1
-01111010011 high-kill 1
-01111010011 Spacesuit-type 1
-01111010011 Cochlear 1
-01111010011 Campaign-disclosure 1
-01111010011 Twenty-four-hour 1
-01111010011 Doctor-owned 1
-01111010011 Hardship 1
-01111010011 Internationally-oriented 1
-01111010011 Pro-apartheid 1
-01111010011 Small-sized 1
-01111010011 Anti-Lilco 1
-01111010011 Oil-price 1
-01111010011 Wrought-iron 1
-01111010011 Prewar 1
-01111010011 Clustering 1
-01111010011 Billion-dollar 1
-01111010011 Gas-cooled 1
-01111010011 Fungal 1
-01111010011 Mending 1
-01111010011 Doctoring 1
-01111010011 More-specific 1
-01111010011 Monied 1
-01111010011 Abnormal 1
-01111010011 debtsettlement 1
-01111010011 Face-to-face 1
-01111010011 Unused 1
-01111010011 white-boy 1
-01111010011 Bone-weary 1
-01111010011 dollar-a-year 1
-01111010011 Coercive 1
-01111010011 UNEXPECTED 1
-01111010011 Foreign-investment 1
-01111010011 Recurrent 1
-01111010011 Jet-fuel 1
-01111010011 Rolled-over 1
-01111010011 Strong-voiced 1
-01111010011 V-sat 1
-01111010011 Strong-arm 1
-01111010011 Unsubtle 1
-01111010011 Forty-mile-per-hour 1
-01111010011 Recalled 1
-01111010011 Organ-procurement 1
-01111010011 Insurance-related 1
-01111010011 Price-controlled 1
-01111010011 Conclusive 1
-01111010011 Corporate-governance 1
-01111010011 Fiscal-1987 1
-01111010011 Sweatshop 1
-01111010011 Demagogic 1
-01111010011 Growth-and-income 1
-01111010011 Shareholder-rights 1
-01111010011 Preproduction 1
-01111010011 Job-enrichment 1
-01111010011 Brokered-time 1
-01111010011 Bottleneck 1
-01111010011 Immune-suppressed 1
-01111010011 Customer-entertainment 1
-01111010011 Military-procurement 1
-01111010011 Pre-menopausal 1
-01111010011 Contract-based 1
-01111010011 Air-freight 1
-01111010011 Bank-secrecy 1
-01111010011 Medical-related 1
-01111010011 Non-tendering 1
-01111010011 Earth-resources 1
-01111010011 Sole-source 1
-01111010011 Stretch 1
-01111010011 Incidental 1
-01111010011 Avid 1
-01111010011 grower-protection 1
-01111010011 Agrichemical 1
-01111010011 Wife-husband 1
-01111010011 Inoperative 1
-01111010011 Well-heeled 1
-01111010011 Cropless 1
-01111010011 Penarroya 1
-01111010011 Advertising-promotional 1
-01111010011 Hair-raising 1
-01111010011 TWO-CAREER 1
-01111010011 Coal-mine 1
-01111010011 Decriminalizing 1
-01111010011 Dishonored 1
-01111010011 Powerhouse 1
-01111010011 Strategic-weapons 1
-01111010011 plain-guy 1
-01111010011 Anti-Mecham 1
-01111010011 Chicken-sandwich 1
-01111010011 Christian-run 1
-01111010011 Auto-assembly 1
-01111010011 Bereaved 1
-01111010011 Sectoral 1
-01111010011 Pre-teen 1
-01111010011 Electrical-machinery 1
-01111010011 Crack-cocaine 1
-01111010011 Local-area 1
-01111010011 Natural-gas-transportation 1
-01111010011 New-venture 1
-01111010011 Low-volume 1
-01111010011 Double-stacks 1
-01111010011 Grimy 1
-01111010011 Urine 1
-01111010011 Metal-working 1
-01111010011 Sports-drink 1
-01111010011 Disclosed 1
-01111010011 Dual-income 1
-01111010011 Brownish 1
-01111010011 Financial-company 1
-01111010011 brown-and-serve 1
-01111010011 Loose-credit 1
-01111010011 Sales-productivity 1
-01111010011 Two-career 1
-01111010011 Vendor-neutral 1
-01111010011 Carry-over 1
-01111010011 Lab-test 1
-01111010011 Semitrailer 1
-01111010011 Computer-reservation 1
-01111010011 Carpentry 1
-01111010011 Flowcontrol 1
-01111010011 Strong-earnings 1
-01111010011 Diagnosing 1
-01111010011 Cigarette-vending 1
-01111010011 Test-market 1
-01111010011 Home-purchase 1
-01111010011 Loftier 1
-01111010011 Unfounded 1
-01111010011 Sunnites 1
-01111010011 Live-in 1
-01111010011 Antibody 1
-01111010011 Open-adoption 1
-01111010011 Foreign-registered 1
-01111010011 Once-glamorous 1
-01111010011 Recreation-related 1
-01111010011 High-calorie 1
-01111010011 Anti-legislation 1
-01111010011 Fuera 1
-01111010011 Longer-maturity 1
-01111010011 rebate/incentive 1
-01111010011 Totalitarian 1
-01111010011 Rare-coin 1
-01111010011 Anti-plastic 1
-01111010011 BACKROOM 1
-01111010011 Cat-sized 1
-01111010011 Off-the-rack 1
-01111010011 Finer 1
-01111010011 size-eight 1
-01111010011 Cellular-mobile 1
-01111010011 Non-profit 1
-01111010011 Custom-made 1
-01111010011 Naked-put 1
-01111010011 Underage 1
-01111010011 Criminal-fraud 1
-01111010011 Mass-burn 1
-01111010011 2,099.8 1
-01111010011 1,981.3 1
-01111010011 85.0 1
-01111010011 12,505.8 1
-01111010011 932.0 1
-01111010011 896.0 1
-01111010011 Monsoon 1
-01111010011 Weather-driven 1
-01111010011 Mimeographed 1
-01111010011 1549.1 1
-01111010011 1970.7 1
-01111010011 Feel-good 1
-01111010011 Natural-gas-pipeline 1
-01111010011 Marine-transportation 1
-01111010011 Contract-drilling 1
-01111010011 Forest-products 1
-01111010011 Non-steel 1
-01111010011 375,202 1
-01111010011 61,530 1
-01111010011 Rocket-powered 1
-01111010011 Mint-condition 1
-01111010011 b-Imported 1
-01111010011 c-Imported 1
-01111010011 SUBTLE 1
-01111010011 Double-breasted 1
-01111010011 Medical-instrument 1
-01111010011 Wage-settlement 1
-01111010011 Quick-fix 1
-01111010011 636.0 1
-01111010011 6,309.0 1
-01111010011 Bustling 1
-01111010011 KITCHEN 1
-01111010011 Fotoforms 1
-01111010011 Insurgent 1
-01111010011 Off-airport 1
-01111010011 Turbofan 1
-01111010011 Credit-risk 1
-01111010011 Internment 1
-01111010011 Back-of-the-envelope 1
-01111010011 Lighted 1
-01111010011 Leash 1
-01111010011 .investigative 1
-01111010011 Adenomatous 1
-01111010011 Sleep-disorder 1
-01111010011 Vitrification 1
-01111010011 Broker-sold 1
-01111010011 Squatter 1
-01111010011 Inferior 1
-01111010011 Computer-peripherals 1
-01111010011 Drawbacks 1
-01111010011 Stopgap 1
-01111010011 Fat-based 1
-01111010011 Government-mandated 1
-01111010011 Brightly-colored 1
-01111010011 Foremen 1
-01111010011 Less-elaborate 1
-01111010011 Readily 1
-01111010011 Affirmative-action 1
-01111010011 CORPORATE-TRAINING 1
-01111010011 Coal-producing 1
-01111010011 Digitizing 1
-01111010011 Haigspeak 1
-01111010011 Environmental-services 1
-01111010011 Fervent 1
-01111010011 Criminal-libel 1
-01111010011 PRE-EMPLOYMENT 1
-01111010011 Foreign-government 1
-01111010011 Gratuitous 1
-01111010011 SOLIDARITY 1
-01111010011 Irksome 1
-01111010011 FASB-neutralizing 1
-01111010011 Choosy 1
-01111010011 Collectible 1
-01111010011 Once-shunned 1
-01111010011 Tax-code 1
-01111010011 Services-producing 1
-01111010011 Outfield 1
-01111010011 Eye-tracking 1
-01111010011 Anti-poison-pill 1
-01111010011 Anti-greenmail 1
-01111010011 Felony 1
-01111010011 Uncut 1
-01111010011 Secretarial 1
-01111010011 StarKist 1
-01111010011 Grain-price 1
-01111010011 asset-intensive 1
-01111010011 Auto-transfusion 1
-01111010011 Aborted 1
-01111010011 Comanagers 1
-01111010011 Property-investment 1
-01111010011 Wholesale-trade 1
-01111010011 Businesspeople 1
-01111010011 start-out 1
-01111010011 Attorney-general 1
-01111010011 Memory-training 1
-01111010011 Authorizing 1
-01111010011 -people 1
-01111010011 ULTRALOW-TAR 1
-01111010011 Later-stage 1
-01111010011 Payout-window 1
-01111010011 document-intensive 1
-01111010011 Thunderstorm 1
-01111010011 Central-office 1
-01111010011 Higher-earning 1
-01111010011 Anti-Khomeini 1
-01111010011 Executive-search 1
-01111010011 Anti-psychotic 1
-01111010011 Stressed-out 1
-01111010011 Sweet-scented 1
-01111010011 Prohibitive 1
-01111010011 Long-cut 1
-01111010011 Yield-curve 1
-01111010011 Employee-attitude 1
-01111010011 Submachine 1
-01111010011 Minicomputer 1
-01111010011 Capitalist-style 1
-01111010011 Federal-court 1
-01111010011 Technical-chart 1
-01111010011 Laser-weapon 1
-01111010011 Higher-waisted 1
-01111010011 Base-closing 1
-01111010011 Dignitaries 1
-01111010011 2054.2 1
-01111010011 Fragmented 2
-01111010011 Readership 2
-01111010011 Anti-terrorist 2
-01111010011 Overwhelming 2
-01111010011 Two-stroke 2
-01111010011 Housing-related 2
-01111010011 Marketable 2
-01111010011 Church-related 2
-01111010011 Agriculture-sector 2
-01111010011 Commodity-related 2
-01111010011 Miscreants 2
-01111010011 Institutional-type 2
-01111010011 Large-screen 2
-01111010011 Remarried 2
-01111010011 Aggrieved 2
-01111010011 Spacing 2
-01111010011 Transportation-equipment 2
-01111010011 Precocious 2
-01111010011 Career-ladder 2
-01111010011 Replicating 2
-01111010011 Center-right 2
-01111010011 Non-cosmetic 2
-01111010011 Political-action 2
-01111010011 Bond-rating 2
-01111010011 Man-made 2
-01111010011 Exhaustive 2
-01111010011 Definite 2
-01111010011 Classroom 2
-01111010011 Black-market 2
-01111010011 Floppy 2
-01111010011 Broad-based 2
-01111010011 Code-sharing 2
-01111010011 Securities-fraud 2
-01111010011 VENTURE-CAPITAL 2
-01111010011 Tenant-management 2
-01111010011 Freezing 2
-01111010011 Arcane 2
-01111010011 Savings-and-loan 2
-01111010011 Ultrasonic 2
-01111010011 Tendered 2
-01111010011 Thirty-second 2
-01111010011 Paired 2
-01111010011 Extraneous 2
-01111010011 Deinstitutionalization 2
-01111010011 Glossy 2
-01111010011 Declassified 2
-01111010011 Importer 2
-01111010011 Working-class 2
-01111010011 Risk-retention 2
-01111010011 Acquisitive 2
-01111010011 Commodities-trading 2
-01111010011 Well-informed 2
-01111010011 Intrauterine 2
-01111010011 Trade-ins 2
-01111010011 Not-for-profit 2
-01111010011 Itemized 2
-01111010011 Derivative 2
-01111010011 Pollution-control 2
-01111010011 Heavy-duty 2
-01111010011 Debt-for-equity 2
-01111010011 Boarded-up 2
-01111010011 Retrenchment 2
-01111010011 Gay-rights 2
-01111010011 Investment-banking 2
-01111010011 Late-stage 2
-01111010011 Customer-service 2
-01111010011 Straight-debt 2
-01111010011 Superfast 2
-01111010011 Nationalistic 2
-01111010011 Diploma 2
-01111010011 Insurance-industry 2
-01111010011 Deficit-cutting 2
-01111010011 Grandiose 2
-01111010011 Box-office 2
-01111010011 Best-selling 2
-01111010011 Glowing 2
-01111010011 Die-hard 2
-01111010011 Yen-based 2
-01111010011 Ground-based 2
-01111010011 Test-tube 2
-01111010011 Anti-friction 2
-01111010011 Midrange 2
-01111010011 Fixed-price 2
-01111010011 Anti-American 2
-01111010011 Product-liability 2
-01111010011 College-educated 2
-01111010011 Enlightened 2
-01111010011 Prepaid 2
-01111010011 non-Latin 2
-01111010011 Substantive 2
-01111010011 Employee-benefit 2
-01111010011 Multiprocessor 2
-01111010011 Cheeseburgers 2
-01111010011 Well-publicized 2
-01111010011 Bond-market 2
-01111010011 Preferred-dividend 2
-01111010011 Generic-drug 2
-01111010011 Health-maintenance 2
-01111010011 Fast-moving 2
-01111010011 Barnstorming 2
-01111010011 Medi-gap 2
-01111010011 Pension-accounting 2
-01111010011 Gab 2
-01111010011 Employee-rights 2
-01111010011 Defined-benefit 2
-01111010011 Time-share 2
-01111010011 Gun-control 2
-01111010011 Air-quality 2
-01111010011 Bolder 2
-01111010011 Nonstop 2
-01111010011 Indigent 2
-01111010011 Class-action 2
-01111010011 Jurisdictional 2
-01111010011 Tremendous 2
-01111010011 Self-help 2
-01111010011 Multiline 2
-01111010011 Levitating 2
-01111010011 Back-to-back 2
-01111010011 DELAYING 2
-01111010011 Million-dollar 2
-01111010011 Medical-malpractice 2
-01111010011 Peacekeeping 2
-01111010011 Low-priced 2
-01111010011 Excise-tax 2
-01111010011 Option-income 2
-01111010011 FREQUENT 2
-01111010011 Anti-war 2
-01111010011 Anencephalic 2
-01111010011 Intermediate-term 2
-01111010011 Waste-management 2
-01111010011 Two-earner 2
-01111010011 Sectarian 2
-01111010011 Oil-service 2
-01111010011 Anti-Noriega 2
-01111010011 Frilly 2
-01111010011 Diskless 2
-01111010011 Rastafarian 2
-01111010011 Anti-Seabrook 2
-01111010011 Nighttime 2
-01111010011 Aramid 2
-01111010011 Consumer-spending 2
-01111010011 Utilization-review 2
-01111010011 Nerve 2
-01111010011 Eight-inch 2
-01111010011 Bond-related 2
-01111010011 Mine-sweeper 2
-01111010011 Vested 2
-01111010011 Mandatory-sentencing 2
-01111010011 Window-shade 2
-01111010011 Capital-spending 2
-01111010011 Longer-dated 2
-01111010011 Consumer-related 2
-01111010011 Nello 2
-01111010011 Out-of-pocket 2
-01111010011 Wire-service 2
-01111010011 Defense-related 2
-01111010011 Oil-exploration 2
-01111010011 Conflict-of-interest 3
-01111010011 Employee-owned 3
-01111010011 Non-union 3
-01111010011 Ducking 3
-01111010011 Posh 3
-01111010011 Negligence 3
-01111010011 Unmarried 3
-01111010011 Higher-priced 3
-01111010011 No-load 3
-01111010011 Offbeat 3
-01111010011 Machinery-maker 3
-01111010011 Discontinued 3
-01111010011 Free-trade 3
-01111010011 Sodium 3
-01111010011 Consumer-oriented 3
-01111010011 Hospital-supply 3
-01111010011 Export-related 3
-01111010011 MAIL-ORDER 3
-01111010011 Noncompetitive 3
-01111010011 Government-sponsored 3
-01111010011 Stresses 3
-01111010011 Industrialized 3
-01111010011 Assorted 3
-01111010011 Quota 3
-01111010011 Building-related 3
-01111010011 Human-rights 3
-01111010011 Animal-rights 3
-01111010011 Anti-pornography 3
-01111010011 Entitlement 3
-01111010011 Epidemiological 3
-01111010011 Single-parent 3
-01111010011 Machine-vision 3
-01111010011 Pro-gun 3
-01111010011 Penalty 3
-01111010011 Home-video 3
-01111010011 Small-town 3
-01111010011 Phenolic 3
-01111010011 Dollar-dependent 3
-01111010011 Non-lawyers 3
-01111010011 Downgraded 3
-01111010011 Bunk 3
-01111010011 Asset-backed 3
-01111010011 Nonrecurring 3
-01111010011 Newborn 3
-01111010011 Nuisance 3
-01111010011 Market-research 3
-01111010011 Twelve-month 3
-01111010011 Big-city 3
-01111010011 Ninety-eight 3
-01111010011 Index-linked 3
-01111010011 High-income 3
-01111010011 Cease-fire 3
-01111010011 Prime-rate 3
-01111010011 CAR-RENTAL 3
-01111010011 Slots 3
-01111010011 Slotting 3
-01111010011 Dollar-earning 3
-01111010011 Family-owned 3
-01111010011 Capital-gains 3
-01111010011 Corrective 3
-01111010011 Gallium-arsenide 3
-01111010011 Interest-sensitive 3
-01111010011 Bondholder 3
-01111010011 Populations 4
-01111010011 Anti-tax 4
-01111010011 Jobless 4
-01111010011 Anti-takeover 4
-01111010011 Midsized 4
-01111010011 Bulging 4
-01111010011 Drought-relief 4
-01111010011 Legalizing 4
-01111010011 Venture-capital 4
-01111010011 Non-telephone 4
-01111010011 Donor 4
-01111010011 Denim 4
-01111010011 Current-cost 4
-01111010011 Solvency 4
-01111010011 Debt-ridden 4
-01111010011 Oil-related 4
-01111010011 Abortion-rights 4
-01111010011 One-way 4
-01111010011 Equity-related 4
-01111010011 Inexpensive 4
-01111010011 Wholly 4
-01111010011 Proudest 4
-01111010011 Ruling-party 4
-01111010011 High-powered 4
-01111010011 Borrowed 4
-01111010011 Stock-loan 4
-01111010011 Unsuccessful 4
-01111010011 Cost-control 4
-01111010011 License 4
-01111010011 Particular 4
-01111010011 Warrant 4
-01111010011 Apparent 4
-01111010011 Waste-to-energy 5
-01111010011 Fast-food 5
-01111010011 Life-insurance 5
-01111010011 Child-care 5
-01111010011 Dividend-capture 5
-01111010011 Unnecessary 5
-01111010011 Small-capitalization 5
-01111010011 Soliciting 5
-01111010011 Ten-year 5
-01111010011 Starring 5
-01111010011 Mainland 5
-01111010011 Year-to-year 5
-01111010011 Covered 5
-01111010011 Homosexual 6
-01111010011 Co-op 6
-01111010011 Income-tax 6
-01111010011 Fundamentalist 6
-01111010011 Defensive 6
-01111010011 Adjustable 6
-01111010011 Installment 6
-01111010011 Foreign-currency 6
-01111010011 Nonelectrical 6
-01111010011 Low-income 6
-01111010011 Discounts 6
-01111010011 High-coupon 6
-01111010011 Grown 6
-01111010011 Mail-order 6
-01111010011 Non-manufacturing 6
-01111010011 Job-security 6
-01111010011 Public-opinion 6
-01111010011 Stock-exchange 6
-01111010011 Nondurable-goods 7
-01111010011 High-priced 7
-01111010011 Abandoned 7
-01111010011 Left-wing 7
-01111010011 Anti-nuclear 7
-01111010011 Poison-pill 7
-01111010011 Smaller-capitalization 7
-01111010011 Money-supply 8
-01111010011 Eligible 8
-01111010011 Unresolved 8
-01111010011 Take-or-pay 8
-01111010011 Educated 8
-01111010011 Neural 8
-01111010011 Equity-linked 8
-01111010011 Shorter-term 8
-01111010011 Day-care 8
-01111010011 Pregnant 8
-01111010011 a-Totals 8
-01111010011 Videocassette 8
-01111010011 Exceptions 8
-01111010011 Rumored 9
-01111010011 Price-earnings 9
-01111010011 Two-year 9
-01111010011 Frequent-flier 9
-01111010011 SMALL-BUSINESS 9
-01111010011 High-technology 9
-01111010011 Featured 9
-01111010011 Export-dependent 9
-01111010011 Arms-control 9
-01111010011 Open-end 9
-01111010011 Anti-smoking 9
-01111010011 Pro-choice 9
-01111010011 High-yield 10
-01111010011 Export-oriented 10
-01111010011 Special-interest 10
-01111010011 Anti-government 10
-01111010011 Entire 10
-01111010011 Inflationary 11
-01111010011 Debt-equity 11
-01111010011 Tax-law 11
-01111010011 Bureaucratic 12
-01111010011 Exit 12
-01111010011 Interested 12
-01111010011 Start-up 12
-01111010011 Durable-goods 13
-01111010011 Multifamily 13
-01111010011 Cyclical 13
-01111010011 Anti-abortion 13
-01111010011 State-run 14
-01111010011 Factoring 14
-01111010011 Unfilled 14
-01111010011 Identifying 14
-01111010011 Uninsured 16
-01111010011 Civil-rights 16
-01111010011 Money-market 17
-01111010011 Fixed-income 19
-01111010011 Anti-apartheid 20
-01111010011 Machine-tool 22
-01111010011 Dissident 24
-01111010011 Zero-coupon 25
-01111010011 Likely 26
-01111010011 Gaining 26
-01111010011 Affected 27
-01111010011 Competing 28
-01111010011 Hostile 29
-01111010011 Capacity 32
-01111010011 Small-business 40
-01111010011 Percentage 42
-01111010011 Highlights 45
-01111010011 Closed-end 45
-01111010011 Over-the-counter 75
-01111010011 Blue-chip 92
-01111010011 Seats 154
-01111010011 Advancing 166
-01111010011 Declining 173
-01111010011 Opposition 205
-01111010011 Accepted 215
-01111010011 Anyone 247
-01111010011 Similar 282
-01111010011 Those 3105
-01111010011 Both 4229
-01111010011 These 5794
-0111101010 Reintegration 1
-0111101010 Existence 1
-0111101010 Contagions 1
-0111101010 Full-fledged 1
-0111101010 Crates 1
-0111101010 Denizens 1
-0111101010 Cross-checking 1
-0111101010 Pollination 1
-0111101010 Binders 1
-0111101010 Back-testing 1
-0111101010 Philadelphia-goers 1
-0111101010 Gaggles 1
-0111101010 Satirical 1
-0111101010 becauase 1
-0111101010 Imposition 1
-0111101010 Ex-trustees 1
-0111101010 Infusions 1
-0111101010 Hospital-management 1
-0111101010 Overexpansion 1
-0111101010 Scenting 1
-0111101010 Nine-tenths 1
-0111101010 Platoons 1
-0111101010 Reminder 1
-0111101010 Picture-profiles 1
-0111101010 Mud-wrestling 1
-0111101010 Robbed 1
-0111101010 Trust-held 1
-0111101010 dairy-herd 1
-0111101010 One-tenth 1
-0111101010 Asset-value 1
-0111101010 Solicitation 1
-0111101010 Reimposition 1
-0111101010 Compilations 1
-0111101010 COMARCO 1
-0111101010 Tributaries 1
-0111101010 Ex-Yankee 1
-0111101010 Severity 1
-0111101010 Backgrounds 1
-0111101010 Ingestion 1
-0111101010 Confidants 1
-0111101010 Scion 1
-0111101010 Cessation 1
-0111101010 NORDBANKEN 1
-0111101010 Recitation 1
-0111101010 Pro-football 1
-0111101010 Seizures 1
-0111101010 Affirmations 1
-0111101010 soda-machine 1
-0111101010 Contamination 1
-0111101010 Theorists 1
-0111101010 UNDERPAYMENTS 1
-0111101010 Sweeps 1
-0111101010 Hives 1
-0111101010 Respectful 1
-0111101010 Oversupply 1
-0111101010 Wearying 1
-0111101010 Inhabitants 1
-0111101010 Postponement 1
-0111101010 Upturns 1
-0111101010 Glossaries 1
-0111101010 Maturation 1
-0111101010 RENT-A-HERD 1
-0111101010 Violation 1
-0111101010 crop-reduction 1
-0111101010 Soc. 1
-0111101010 Penetration 1
-0111101010 Unforgiving 1
-0111101010 Contemptuous 1
-0111101010 Ultrasophistication 1
-0111101010 Firebombing 1
-0111101010 Whiffs 1
-0111101010 Trendiest 1
-0111101010 Poorness 1
-0111101010 Howls 1
-0111101010 Hijackings 1
-0111101010 Reacquisition 1
-0111101010 disinhibition 1
-0111101010 Phase-out 1
-0111101010 Phalanxes 1
-0111101010 Fetishism 1
-0111101010 Field-goal 1
-0111101010 Stirrings 1
-0111101010 Scraps 1
-0111101010 Co-sponsors 1
-0111101010 Fistfuls 1
-0111101010 Two-fifths 1
-0111101010 Reinterpretation 1
-0111101010 Intead 1
-0111101010 Unmindful 1
-0111101010 Redoubled 1
-0111101010 Cognizant 1
-0111101010 Terminations 1
-0111101010 Leveling 1
-0111101010 Re-enactments 1
-0111101010 Determination 1
-0111101010 OVERBOOKED 1
-0111101010 Pursuers 1
-0111101010 Shareholder-tenants 1
-0111101010 Characteristic 1
-0111101010 Kingpins 1
-0111101010 Objectives 1
-0111101010 Envious 1
-0111101010 Denomination 1
-0111101010 Denunciations 1
-0111101010 Dispersion 1
-0111101010 Blockage 1
-0111101010 Habeas 1
-0111101010 Crossownership 1
-0111101010 Unheard 1
-0111101010 Weatherization 1
-0111101010 Gravest 1
-0111101010 Two-time 1
-0111101010 Planetary 1
-0111101010 Flurries 1
-0111101010 Chock-full 1
-0111101010 Cancellation 1
-0111101010 Transfusions 1
-0111101010 golf-and-residential 1
-0111101010 Qualification 1
-0111101010 Mailing-list 1
-0111101010 Misleading 1
-0111101010 Majorities 1
-0111101010 Critiques 1
-0111101010 Trays 1
-0111101010 Outflows 1
-0111101010 Regiments 1
-0111101010 Barrels 1
-0111101010 Twelve-packs 1
-0111101010 Hallmarks 1
-0111101010 Identities 1
-0111101010 rust-proof 1
-0111101010 Fully-diluted 1
-0111101010 Municipalization 1
-0111101010 Blasts 1
-0111101010 Inventions 1
-0111101010 Mentions 1
-0111101010 THOUSANDS 1
-0111101010 Creator/arranger 1
-0111101010 instigatory 1
-0111101010 Epidemics 1
-0111101010 Skeletons 1
-0111101010 Dismemberment 1
-0111101010 Overestimates 1
-0111101010 Master-class 1
-0111101010 Non-money 1
-0111101010 Seepages 1
-0111101010 Convoys 1
-0111101010 Weakest 1
-0111101010 Beads 1
-0111101010 Devolution 1
-0111101010 Accumulation 1
-0111101010 Updates 1
-0111101010 Packs 1
-0111101010 Non-rodent 1
-0111101010 Extrapolation 1
-0111101010 Anti-Patten 1
-0111101010 Multibillions 1
-0111101010 Pluralism 1
-0111101010 Faded 1
-0111101010 Reregulation 1
-0111101010 .offer 1
-0111101010 Presentiments 1
-0111101010 Truckloads 1
-0111101010 Ever-confident 1
-0111101010 Then-Secretary 1
-0111101010 Reorganizations 1
-0111101010 Depictions 2
-0111101010 SNOW 2
-0111101010 Deferral 2
-0111101010 Diffusion 2
-0111101010 Dismissal 2
-0111101010 Eighty-three 2
-0111101010 Secession 2
-0111101010 Gusts 2
-0111101010 Injections 2
-0111101010 Cost-effectiveness 2
-0111101010 Leery 2
-0111101010 Midlife 2
-0111101010 Continuation 2
-0111101010 Indicative 2
-0111101010 Three-fifths 2
-0111101010 Undergo 2
-0111101010 GALAXY 2
-0111101010 Calculation 2
-0111101010 Unaware 2
-0111101010 Booklets 2
-0111101010 Herds 2
-0111101010 PLENTY 2
-0111101010 Reforestation 2
-0111101010 Underuse 2
-0111101010 Illustrative 2
-0111101010 HongkongBank 2
-0111101010 Intimations 2
-0111101010 Receivers 2
-0111101010 Capitalization 2
-0111101010 Broadcasts 2
-0111101010 Floors 2
-0111101010 Gilbeys 2
-0111101010 Planeloads 2
-0111101010 Despairing 2
-0111101010 Flocks 2
-0111101010 Description 2
-0111101010 Alecia 2
-0111101010 Schedulers 2
-0111101010 Layers 2
-0111101010 Chunks 2
-0111101010 Summaries 2
-0111101010 Rabble-rousing 2
-0111101010 Fortunes 2
-0111101010 Consummation 2
-0111101010 Omission 2
-0111101010 Shorn 2
-0111101010 Bottler 2
-0111101010 Vials 2
-0111101010 Replicas 2
-0111101010 Decay 2
-0111101010 Traces 2
-0111101010 Conceptions 2
-0111101010 Condemnation 2
-0111101010 Extremes 2
-0111101010 .is 2
-0111101010 Mistreatment 2
-0111101010 Short-selling 2
-0111101010 Inflows 2
-0111101010 Throngs 2
-0111101010 Calculations 2
-0111101010 Opposites 2
-0111101010 Simplification 2
-0111101010 Interruption 2
-0111101010 Resurgence 2
-0111101010 SaskTel 2
-0111101010 Enactment 3
-0111101010 Apropos 3
-0111101010 Droves 3
-0111101010 Swarms 3
-0111101010 Costing 3
-0111101010 Isicad 3
-0111101010 Rationing 3
-0111101010 Consisting 3
-0111101010 Ignorance 3
-0111101010 SAG 3
-0111101010 Independently 3
-0111101010 Erosion 3
-0111101010 Symptomatic 3
-0111101010 Rewards 3
-0111101010 Guarantees 3
-0111101010 Bereft 3
-0111101010 Acquitted 3
-0111101010 DISCRIMINATION 3
-0111101010 Denials 3
-0111101010 Outlines 3
-0111101010 Rounds 3
-0111101010 Devotees 3
-0111101010 Subsidizing 3
-0111101010 Centrally 3
-0111101010 Resumption 3
-0111101010 Followers 3
-0111101010 Disposing 3
-0111101010 Sponsorship 3
-0111101010 Lubicon 3
-0111101010 Consistency 3
-0111101010 Liberalization 3
-0111101010 Relaxation 4
-0111101010 Connoisseurs 4
-0111101010 Pooling 4
-0111101010 Legalization 4
-0111101010 Scarcity 4
-0111101010 Actel 4
-0111101010 Strands 4
-0111101010 Disbursement 4
-0111101010 Rookie 4
-0111101010 Denial 4
-0111101010 Four-fifths 4
-0111101010 Invergordon 4
-0111101010 Abolishing 4
-0111101010 Piles 4
-0111101010 One-fourth 4
-0111101010 Specifics 4
-0111101010 One-half 4
-0111101010 Interpretations 5
-0111101010 Injection 5
-0111101010 Strangelove 5
-0111101010 Messages 5
-0111101010 Adherents 5
-0111101010 Utilization 5
-0111101010 Versions 5
-0111101010 Churning 5
-0111101010 B-As 5
-0111101010 Tons 5
-0111101010 Mistrust 5
-0111101010 Issuance 5
-0111101010 Upgrading 5
-0111101010 Devaluation 5
-0111101010 Municipality 5
-0111101010 Internationalization 5
-0111101010 Repatriation 5
-0111101010 Exhibits 5
-0111101010 Divestiture 6
-0111101010 Drafts 6
-0111101010 Portions 6
-0111101010 Courtesy 6
-0111101010 Decentralization 6
-0111101010 Mobs 6
-0111101010 Inclusion 6
-0111101010 Standardization 6
-0111101010 CADBURY 6
-0111101010 First-time 6
-0111101010 Aspects 7
-0111101010 One-fifth 7
-0111101010 Elements 7
-0111101010 Methane 7
-0111101010 Consideration 7
-0111101010 Elimination 8
-0111101010 Vinyl 8
-0111101010 One-quarter 8
-0111101010 Economies 8
-0111101010 Deprived 9
-0111101010 Beneficiaries 9
-0111101010 Convicted 9
-0111101010 Ethanol 9
-0111101010 Liquidation 10
-0111101010 Removal 11
-0111101010 Recipients 11
-0111101010 Installation 11
-0111101010 Sort 11
-0111101010 Waves 11
-0111101010 Rejection 12
-0111101010 Implementation 12
-0111101010 Three-fourths 13
-0111101010 Mindful 13
-0111101010 Wary 14
-0111101010 Ratification 14
-0111101010 Repayment 14
-0111101010 Billions 16
-0111101010 Decades 17
-0111101010 Confirmation 23
-0111101010 Copies 24
-0111101010 Tired 27
-0111101010 Three-quarters 28
-0111101010 Worst 30
-0111101010 One-third 32
-0111101010 Purchases 33
-0111101010 Tens 34
-0111101010 Plenty 36
-0111101010 Announcement 42
-0111101010 Disclosure 43
-0111101010 Defenders 46
-0111101010 Criticism 49
-0111101010 Lack 50
-0111101010 Backers 53
-0111101010 Millions 60
-0111101010 Two-thirds 61
-0111101010 Lots 64
-0111101010 Delivery 76
-0111101010 Scores 77
-0111101010 Dozens 88
-0111101010 Evidence 96
-0111101010 Leaders 109
-0111101010 Completion 133
-0111101010 Regardless 146
-0111101010 Hundreds 184
-0111101010 Thousands 198
-0111101010 Load 304
-0111101010 Units 314
-0111101010 Holders 470
-0111101010 Assets 480
-0111101010 Part 570
-0111101010 Members 592
-0111101010 None 700
-0111101010 Much 1014
-0111101010 Each 1600
-0111101010 One 11056
-0111101010 Another 3435
-01111010110 Mid-November 1
-01111010110 Drill-bit 1
-01111010110 ASLEEP 1
-01111010110 TWENTY-FOUR 1
-01111010110 speak-up 1
-01111010110 Design-conscious 1
-01111010110 seventh-10th 1
-01111010110 third-sixth 1
-01111010110 17th-11th 1
-01111010110 10th-13th 1
-01111010110 13th-14th 1
-01111010110 Doctoral-level 1
-01111010110 Coffee-consuming 1
-01111010110 Pardoning 1
-01111010110 TRICKLE 1
-01111010110 Fifty-three 1
-01111010110 Pooling-of-interests 1
-01111010110 Seventy-eight 1
-01111010110 Forty-hour 1
-01111010110 fossil-free 1
-01111010110 Non-auto 1
-01111010110 Conjoining 1
-01111010110 Consciously 1
-01111010110 Small-population 1
-01111010110 Comfortable 1
-01111010110 Stressful 1
-01111010110 Bile-acid 1
-01111010110 Electrophotographic 1
-01111010110 Ameliorating 1
-01111010110 Strong-currency 1
-01111010110 Extra-feature 1
-01111010110 Eighty-two 1
-01111010110 Artificial-intelligence 1
-01111010110 Flawed 1
-01111010110 Monstrous 1
-01111010110 Softening 1
-01111010110 Pipkins 1
-01111010110 Aid-donor 1
-01111010110 Energy-depressed 1
-01111010110 bitching 1
-01111010110 Mitigating 1
-01111010110 Undirected 1
-01111010110 Divisive 1
-01111010110 Willingly 1
-01111010110 Vilification 1
-01111010110 EIGHT 1
-01111010110 ELSEWHERE 1
-01111010110 Erasable 1
-01111010110 Harbinger 1
-01111010110 Textbook-sized 1
-01111010110 Energy-producing 1
-01111010110 More-developed 1
-01111010110 good-value 1
-01111010110 2,122,503 1
-01111010110 Punish 1
-01111010110 Pointless 1
-01111010110 Word-processing 1
-01111010110 Ther 1
-01111010110 Ninetythree 1
-01111010110 -Most 1
-01111010110 2,061,546 1
-01111010110 Capitalincludes 1
-01111010110 Two-and-a-half 1
-01111010110 Super-powerful 1
-01111010110 EIGHTEEN 1
-01111010110 Circulated 1
-01111010110 Gas-reactor 1
-01111010110 13/16th 1
-01111010110 Participant 1
-01111010110 Computer-aided 1
-01111010110 Fiber-optic 1
-01111010110 Eighty-four 1
-01111010110 After-market 1
-01111010110 Lesser-developed 1
-01111010110 Less-developed 1
-01111010110 Sterling-denominated 1
-01111010110 Ailments 1
-01111010110 Lifeguard 1
-01111010110 Ninety-nine 1
-01111010110 Amomng 1
-01111010110 Ninety-seven 1
-01111010110 OPTICAL-DISK 1
-01111010110 .8 1
-01111010110 Unreported 1
-01111010110 Information-systems 1
-01111010110 Overprescribing 1
-01111010110 Uniting 1
-01111010110 nineteen 1
-01111010110 Middle-grade 1
-01111010110 Institutionalized 1
-01111010110 Smog-bound 1
-01111010110 Singly 1
-01111010110 Cost-effective 1
-01111010110 Big-bucks 1
-01111010110 High-yielding 2
-01111010110 Primitive 2
-01111010110 Operating-system 2
-01111010110 Eighty-seven 2
-01111010110 Three-and-a-half 2
-01111010110 Seventy-nine 2
-01111010110 Compromising 2
-01111010110 Junkyard 2
-01111010110 Culminating 2
-01111010110 Weak-currency 2
-01111010110 Fifty-six 2
-01111010110 Ninety-six 2
-01111010110 Stretched 2
-01111010110 Predominantly 2
-01111010110 Betel 2
-01111010110 Sixty-seven 2
-01111010110 Forty-nine 2
-01111010110 Prolonging 2
-01111010110 Sixty-six 2
-01111010110 Reclassifying 2
-01111010110 Fifty-eight 2
-01111010110 Sacrificing 2
-01111010110 Second-tier 2
-01111010110 Thrown 2
-01111010110 Frenchified 2
-01111010110 Explode 2
-01111010110 Long-haul 2
-01111010110 Defenses 2
-01111010110 Inadvertent 2
-01111010110 Eighty-one 2
-01111010110 Swirling 2
-01111010110 Admiring 2
-01111010110 Witching 2
-01111010110 Manipulating 2
-01111010110 Sixty-four 3
-01111010110 Medium-sized 3
-01111010110 Underdeveloped 3
-01111010110 Sixty-nine 3
-01111010110 Sixty-one 3
-01111010110 Debit 3
-01111010110 Trotting 3
-01111010110 Tonk 3
-01111010110 Arrival 3
-01111010110 Curing 3
-01111010110 Registering 3
-01111010110 Seventy-two 3
-01111010110 1430 3
-01111010110 Forty-seven 3
-01111010110 Thirty-nine 3
-01111010110 Sixty-two 3
-01111010110 Seventy-seven 3
-01111010110 Seventy-six 3
-01111010110 FISCAL 3
-01111010110 Punctuating 3
-01111010110 Eighty-eight 3
-01111010110 Faltering 3
-01111010110 Frail 3
-01111010110 Fifty-seven 3
-01111010110 TEN 4
-01111010110 Thirty-six 4
-01111010110 Fifty-nine 4
-01111010110 Fifty-two 4
-01111010110 Stylish 4
-01111010110 Thirty-eight 4
-01111010110 Unethical 4
-01111010110 Forty-three 4
-01111010110 Erratic 4
-01111010110 Export-sensitive 4
-01111010110 SIX 4
-01111010110 Forty-two 4
-01111010110 Tax-loss 4
-01111010110 Fifty-five 4
-01111010110 DAMAGES 4
-01111010110 Ninety-five 4
-01111010110 Neglected 4
-01111010110 Prohibiting 4
-01111010110 Sixty-three 4
-01111010110 Eighty-five 5
-01111010110 Grumpy 5
-01111010110 High-end 5
-01111010110 Twenty-three 5
-01111010110 Pragmatic 5
-01111010110 Confusing 5
-01111010110 Thirty-seven 5
-01111010110 Opposite 5
-01111010110 Forty-eight 5
-01111010110 Fifty-four 5
-01111010110 Well-known 6
-01111010110 Courting 6
-01111010110 Unsolicited 6
-01111010110 Large-capitalization 7
-01111010110 Exempting 7
-01111010110 Myriad 7
-01111010110 Forty-four 7
-01111010110 Sixty-five 7
-01111010110 Seventy-one 7
-01111010110 Forty-one 7
-01111010110 Fifty-one 8
-01111010110 Thirty-two 8
-01111010110 Persuading 8
-01111010110 Twenty-seven 8
-01111010110 Thirty-four 8
-01111010110 Seventy-five 8
-01111010110 Levels 8
-01111010110 Delaying 9
-01111010110 Suspected 9
-01111010110 Banning 9
-01111010110 Leftist 9
-01111010110 Scor 9
-01111010110 Forty-six 9
-01111010110 Summary 11
-01111010110 Consuming 11
-01111010110 Twenty-six 12
-01111010110 Countless 12
-01111010110 Thirty-one 12
-01111010110 Forty-five 12
-01111010110 Thirty-five 13
-01111010110 Debtor 13
-01111010110 Deeply 13
-01111010110 Issuing 13
-01111010110 Targeting 14
-01111010110 Twenty-eight 16
-01111010110 Twenty-four 19
-01111010110 Twenty-two 19
-01111010110 Seventy 20
-01111010110 Creditor 22
-01111010110 Eighty 24
-01111010110 Moderate 24
-01111010110 Twenty-five 29
-01111010110 Sixty 30
-01111010110 Eighteen 32
-01111010110 Ninety 33
-01111010110 Most-Remarkable 33
-01111010110 Export-led 35
-01111010110 Fourteen 50
-01111010110 Sixteen 51
-01111010110 Seventeen 52
-01111010110 Fifty 53
-01111010110 Thirteen 56
-01111010110 Forty 58
-01111010110 Thirty 66
-01111010110 Eleven 78
-01111010110 Fifteen 79
-01111010110 Twelve 89
-01111010110 Twenty 126
-01111010110 Lead 154
-01111010110 Leading 203
-01111010110 Eight 256
-01111010110 Nine 264
-01111010110 Ten 311
-01111010110 Six 448
-01111010110 Seven 791
-01111010110 Five 802
-01111010110 Four 991
-01111010110 Three 2016
-01111010110 Two 3012
-01111010110 Among 5056
-01111010111 lower-echelon 1
-01111010111 Enlisting 1
-01111010111 Residual 1
-01111010111 Hearing-aid 1
-01111010111 Service-station 1
-01111010111 Assignment-group 1
-01111010111 Congressional-panel 1
-01111010111 Vending-machine 1
-01111010111 Leveraged-buyout 1
-01111010111 Unhealthy 1
-01111010111 Employee-benefits 1
-01111010111 Electronic-warfare 1
-01111010111 Computer-synthesizer 1
-01111010111 Group-health 1
-01111010111 Once-skeptical 1
-01111010111 Fratricidal 1
-01111010111 Fiftyfour 1
-01111010111 Vengeful 1
-01111010111 Sugar-industry 1
-01111010111 Jerrybuilt 1
-01111010111 Short-listed 1
-01111010111 Space-station 1
-01111010111 DEFINED-CONTRIBUTION 1
-01111010111 Farsighted 1
-01111010111 Non-management 1
-01111010111 Pre-opening 1
-01111010111 Pre-Revolutionary 1
-01111010111 Dog-club 1
-01111010111 Irresponsible 1
-01111010111 Coddle 1
-01111010111 Task-force 1
-01111010111 Unisex 1
-01111010111 Fashion-conscious 1
-01111010111 Once-hostile 1
-01111010111 One-family 1
-01111010111 Coexecutive 1
-01111010111 Community-theater 1
-01111010111 Mixed-race 1
-01111010111 Vacation-home 1
-01111010111 Developing-country 1
-01111010111 Educational-policy 1
-01111010111 Starry-eyed 1
-01111010111 Energy-related 1
-01111010111 barters 1
-01111010111 Consumer-affairs 1
-01111010111 Second-circulation 1
-01111010111 Acid-rain 1
-01111010111 Wine-cooler 1
-01111010111 Electronics-industry 1
-01111010111 Bottom-line 1
-01111010111 Futures-exchange 1
-01111010111 Beer-industry 1
-01111010111 Milkysweet 1
-01111010111 pick-off 1
-01111010111 Coffee-trade 1
-01111010111 early-arriving 1
-01111010111 Do-gooder 1
-01111010111 Uncooperative 1
-01111010111 Complacent 1
-01111010111 Waiting-room 1
-01111010111 Video-marketing 1
-01111010111 Old-line 1
-01111010111 Plain-paper 1
-01111010111 Larcenous 1
-01111010111 Public-diplomacy 1
-01111010111 HUMAN-RESOURCE 1
-01111010111 Ebullient 1
-01111010111 Morning-after 1
-01111010111 College-bound 1
-01111010111 Accredited 1
-01111010111 Pro-Serbian 1
-01111010111 Producing-country 1
-01111010111 More-skeptical 1
-01111010111 Mid-tier 1
-01111010111 Scab 1
-01111010111 Asset-mix 1
-01111010111 Space-business 1
-01111010111 More-playful 1
-01111010111 SOFT-DRINK 1
-01111010111 Space-shuttle 1
-01111010111 Music-industry 1
-01111010111 Fish-loving 1
-01111010111 Advertising-industry 1
-01111010111 Liberal-establishment 1
-01111010111 Less-partisan 1
-01111010111 Thirsty 1
-01111010111 Gold-oriented 1
-01111010111 Heart-disease 1
-01111010111 Receivable-backed 1
-01111010111 Good-quality 1
-01111010111 Jobless-benefits 1
-01111010111 Doctrinaire 1
-01111010111 Auto-making 1
-01111010111 Dessert 1
-01111010111 Blue-and-white 1
-01111010111 Sweetmeat 1
-01111010111 Futures-market 1
-01111010111 Model-airplane 1
-01111010111 latenight 1
-01111010111 White-smocked 1
-01111010111 Merger-law 1
-01111010111 Rate-sensitive 1
-01111010111 Arms-trade 1
-01111010111 Profitmaking 1
-01111010111 Motivating 1
-01111010111 Child-rearing 1
-01111010111 Auto-accident 1
-01111010111 Street-corner 1
-01111010111 Hopeful 1
-01111010111 Sales-clerk 1
-01111010111 Well-to-do 1
-01111010111 Pedicab 1
-01111010111 State-legislature 1
-01111010111 Overextended 1
-01111010111 mealymouth 1
-01111010111 seed-sized 1
-01111010111 Unlicensed 1
-01111010111 Owner-operator 1
-01111010111 Price-busting 1
-01111010111 Veal 1
-01111010111 Infrequent 1
-01111010111 Securities-industry 1
-01111010111 Ivory-tower 1
-01111010111 Impairing 1
-01111010111 Nuclear-industry 1
-01111010111 Stress-management 1
-01111010111 STRESSED-OUT 1
-01111010111 Insurance-claims 1
-01111010111 Sheet-metal 1
-01111010111 Fine-fiber 1
-01111010111 Loan-backed 1
-01111010111 Browbeating 1
-01111010111 non-yenbased 1
-01111010111 Heart-transplant 1
-01111010111 Show-biz 1
-01111010111 Upper-tier 1
-01111010111 Foreign-hand 1
-01111010111 Original-intent 1
-01111010111 EYE-IN-THE-SKY 1
-01111010111 Land-grant 1
-01111010111 Superconducted 1
-01111010111 Conventional-wisdom 1
-01111010111 Hi-fi 1
-01111010111 Pension-plan 1
-01111010111 Fluctuating 1
-01111010111 Auction-house 1
-01111010111 Redeploying 1
-01111010111 State-chartered 1
-01111010111 Underfunded 1
-01111010111 One-company 1
-01111010111 More-efficient 1
-01111010111 Fair-trade 1
-01111010111 Higher-paid 1
-01111010111 Publishing-industry 1
-01111010111 Personal-stereo 1
-01111010111 Machetewielding 1
-01111010111 Evicted 1
-01111010111 Nondescript 1
-01111010111 Expansion-minded 1
-01111010111 Heart-attack 1
-01111010111 Hard-left 1
-01111010111 securities-oriented 1
-01111010111 Home-computer 1
-01111010111 Hedge-fund 1
-01111010111 Vile-looking 1
-01111010111 Well-lubricated 1
-01111010111 Broadcasting-industry 1
-01111010111 Foraging 1
-01111010111 Government-controlled 1
-01111010111 Non-life 1
-01111010111 Nonvoting 1
-01111010111 Finite 1
-01111010111 Deep-pocket 1
-01111010111 Feed-lot 1
-01111010111 University-Oriented 1
-01111010111 TOMATO 1
-01111010111 Stainless-steel 1
-01111010111 Coal-industry 1
-01111010111 Imaging-system 1
-01111010111 Globe-trotting 1
-01111010111 business-opportunity 1
-01111010111 Nitrate 1
-01111010111 Low-capital 1
-01111010111 Demoted 1
-01111010111 Television-set 1
-01111010111 Separatist 1
-01111010111 Rhythm-and-blues 1
-01111010111 Enervated 1
-01111010111 Creditor-government 1
-01111010111 Revenue-hungry 1
-01111010111 Real-life 1
-01111010111 Sleep-out 1
-01111010111 Clean-coal 1
-01111010111 Delivery-truck 1
-01111010111 Building-materials 1
-01111010111 Bootlegging 1
-01111010111 Non-French 1
-01111010111 Glass-industry 1
-01111010111 Technology-hungry 1
-01111010111 Spurting 1
-01111010111 Law-abiding 1
-01111010111 Non-KMA 1
-01111010111 Lower-ranking 1
-01111010111 Hard-bitten 1
-01111010111 Folklore 1
-01111010111 Overoptimistic 1
-01111010111 Down-to-earth 1
-01111010111 Status-conscious 1
-01111010111 Foreign-car 1
-01111010111 Public-policy 1
-01111010111 Moderate-priced 1
-01111010111 SINGLE-SPONSOR 1
-01111010111 Nongovernment 1
-01111010111 More-mature 1
-01111010111 garbage-can 1
-01111010111 Imaging-team 1
-01111010111 Idled 1
-01111010111 Holdover 1
-01111010111 Anti-Clore 1
-01111010111 Compensate 1
-01111010111 Non-trust 1
-01111010111 Seventy-three 1
-01111010111 Portfolio-insurance 1
-01111010111 33,926 1
-01111010111 LAME-DUCK 1
-01111010111 Able-bodied 1
-01111010111 Halfhearted 1
-01111010111 Seed-potato 1
-01111010111 Long-term-care 1
-01111010111 Look-alike 1
-01111010111 Illiterate 1
-01111010111 Once-poor 1
-01111010111 Long-shot 1
-01111010111 Hushing 1
-01111010111 Ethanol-blend 1
-01111010111 Meat-team 1
-01111010111 Trigger-happy 1
-01111010111 Low-paid 1
-01111010111 Branded 1
-01111010111 TAX-EXEMPT 1
-01111010111 Documenting 1
-01111010111 Family-law 1
-01111010111 Oil-market 1
-01111010111 Graymarket 1
-01111010111 Merger-and-acquisition 1
-01111010111 Short-line 1
-01111010111 Cable-industry 1
-01111010111 Entertainment-industry 1
-01111010111 Higher-income 1
-01111010111 Broadline 1
-01111010111 Plant-location 1
-01111010111 Cartoon-like 1
-01111010111 Respected 1
-01111010111 Securities-law 1
-01111010111 Inflation-weary 1
-01111010111 Muddy 1
-01111010111 Non-NMS 1
-01111010111 Drive-up 1
-01111010111 Gulping 1
-01111010111 EX-CONRAIL 1
-01111010111 Better-capitalized 1
-01111010111 Legal-liability 1
-01111010111 Truant 1
-01111010111 Extra-Dry 1
-01111010111 Electric-razor 1
-01111010111 Data-entry 1
-01111010111 Image-conscious 1
-01111010111 Superdelegate 1
-01111010111 Off-road 1
-01111010111 Once-bitten 1
-01111010111 Crap 1
-01111010111 Physician-owned 1
-01111010111 Folding-room 1
-01111010111 Public-relations-minded 1
-01111010111 Outbidding 1
-01111010111 Unlucky 1
-01111010111 Two-minute 1
-01111010111 Contingency-fee 1
-01111010111 Buy-America 1
-01111010111 Government-bought 1
-01111010111 Slimmed-down 1
-01111010111 New-generation 1
-01111010111 Nearby-delivery 1
-01111010111 Guitar-driven 1
-01111010111 Boiler-room 1
-01111010111 private-investigator 1
-01111010111 Pairs 1
-01111010111 Well-fed 1
-01111010111 Laidoff 1
-01111010111 May-settlement 1
-01111010111 Zealous 1
-01111010111 Pressuring 1
-01111010111 Top-ranking 1
-01111010111 Past-due 1
-01111010111 Big-firm 1
-01111010111 Early-morning 1
-01111010111 Yen-bond 1
-01111010111 PARTNERSHIP 1
-01111010111 Housing-industry 1
-01111010111 In-state 1
-01111010111 Evicting 1
-01111010111 Thrusting 1
-01111010111 Unsuspecting 1
-01111010111 Stationary 1
-01111010111 Space-agency 1
-01111010111 Sorghum 1
-01111010111 Wristbound 1
-01111010111 Shopping-mall 1
-01111010111 Tobacco-litigation 1
-01111010111 Tobacco-industry 1
-01111010111 Asbestosis 1
-01111010111 Overweight 1
-01111010111 Foam-packaging 1
-01111010111 Gate-keeper 1
-01111010111 HAVEN 1
-01111010111 Half-day 1
-01111010111 Aprildelivery 1
-01111010111 Pre-fabricated 1
-01111010111 Ever-competitive 1
-01111010111 Safety-conscious 1
-01111010111 Age-old 1
-01111010111 Subordinated-debt 1
-01111010111 Government-organized 1
-01111010111 Deter 1
-01111010111 Price-boosting 1
-01111010111 Teas 1
-01111010111 Mild-coffee 1
-01111010111 Pro-Israeli 1
-01111010111 Litigation-happy 1
-01111010111 Self-designated 1
-01111010111 Holding-company 1
-01111010111 Water-scooter 1
-01111010111 Well-placed 1
-01111010111 Steamed 1
-01111010111 Drought-stricken 1
-01111010111 Market-oriented 1
-01111010111 Retirement-plan 1
-01111010111 Aviation-industry 1
-01111010111 Non-technical 1
-01111010111 Tradition-minded 1
-01111010111 Freshmen 1
-01111010111 Financial-market 1
-01111010111 Unpaid 1
-01111010111 Electronic-component 1
-01111010111 Consumer-food 1
-01111010111 third-wave 1
-01111010111 Half-time 1
-01111010111 Light-skinned 1
-01111010111 Untrained 1
-01111010111 Hardline 1
-01111010111 Criminal-defense 1
-01111010111 Political-economic 1
-01111010111 Pakeha 1
-01111010111 Nonstriking 1
-01111010111 non-Sears 1
-01111010111 Mystified 1
-01111010111 Wilted 1
-01111010111 Base-metal 1
-01111010111 Second-string 1
-01111010111 Fur-industry 1
-01111010111 Intercity 1
-01111010111 Low-dose 1
-01111010111 Drought-obsessed 1
-01111010111 White-aproned 1
-01111010111 Inflation-indexed 1
-01111010111 Anti-gun 1
-01111010111 Jet-setting 1
-01111010111 Non-Estonian 1
-01111010111 Foreign-issued 1
-01111010111 Jangle 1
-01111010111 Credit-life 1
-01111010111 Disenfranchised 1
-01111010111 Tobacco-company 1
-01111010111 Off-beat 1
-01111010111 Proxy-fight 1
-01111010111 Healthy-looking 1
-01111010111 Cable-system 1
-01111010111 Befuddled 1
-01111010111 Bilking 1
-01111010111 Unreliable 1
-01111010111 Cash-short 1
-01111010111 Investment-oriented 1
-01111010111 once-sympathetic 1
-01111010111 pablum-puking 1
-01111010111 Panic-stricken 1
-01111010111 Non-elected 1
-01111010111 Omnipotent 1
-01111010111 Sun-hungry 1
-01111010111 Solvent 1
-01111010111 Voracious 1
-01111010111 Defrauded 1
-01111010111 Artful 1
-01111010111 Fortifying 1
-01111010111 Pro-Sandinista 1
-01111010111 Treasury-market 1
-01111010111 Tax-bill 1
-01111010111 Health-policy 2
-01111010111 Multicolored 2
-01111010111 Oil-state 2
-01111010111 Big-name 2
-01111010111 Drug-abuse 2
-01111010111 Better-educated 2
-01111010111 Greedy 2
-01111010111 Luring 2
-01111010111 Lower-rated 2
-01111010111 Civil-liberties 2
-01111010111 Vulture 2
-01111010111 Skittish 2
-01111010111 Wineries 2
-01111010111 Seedlings 2
-01111010111 Trend-following 2
-01111010111 Eighty-six 2
-01111010111 Boxed 2
-01111010111 Enlisted 2
-01111010111 Hand-held 2
-01111010111 Off-price 2
-01111010111 Closed-circuit 2
-01111010111 Cash-market 2
-01111010111 Interviewing 2
-01111010111 Surveyed 2
-01111010111 Data-processing 2
-01111010111 Foreign-born 2
-01111010111 Advisory-group 2
-01111010111 Big-league 2
-01111010111 Race-car 2
-01111010111 Well-run 2
-01111010111 Information-service 2
-01111010111 Gold-related 2
-01111010111 Nonfederal 2
-01111010111 Devout 2
-01111010111 Non-family 2
-01111010111 Defense-industry 2
-01111010111 Auto-industry 2
-01111010111 Panicky 2
-01111010111 Armchair 2
-01111010111 Nonlife 2
-01111010111 Food-exporting 2
-01111010111 Euphoric 2
-01111010111 Takeover-stock 2
-01111010111 Self-appointed 2
-01111010111 Bankruptcy-law 2
-01111010111 Seventy-four 2
-01111010111 Cost-conscious 2
-01111010111 CHIRAC 2
-01111010111 Financial-aid 2
-01111010111 Sensible 2
-01111010111 Lower-level 2
-01111010111 Plummeting 2
-01111010111 Criminal-law 2
-01111010111 Embittered 2
-01111010111 Discharged 2
-01111010111 Adoptive 2
-01111010111 Cynical 2
-01111010111 Knowledgeable 2
-01111010111 Auto-safety 2
-01111010111 Out-of-town 2
-01111010111 Fleeing 2
-01111010111 Nuclear-winter 2
-01111010111 Pro-Iranian 2
-01111010111 Show-business 2
-01111010111 Air-to-ground 2
-01111010111 Death-row 2
-01111010111 Consumer-electronics 2
-01111010111 Personal-injury 2
-01111010111 Pre-payment 2
-01111010111 Sleepless 2
-01111010111 Self-proclaimed 2
-01111010111 Nonbank 2
-01111010111 Public-choice 2
-01111010111 Fashionable 2
-01111010111 Hot-pot 2
-01111010111 Public-housing 2
-01111010111 Oil-industry 2
-01111010111 Hard-pressed 3
-01111010111 Timid 3
-01111010111 Drug-industry 3
-01111010111 Upper-income 3
-01111010111 Desalinization 3
-01111010111 Exiled 3
-01111010111 Eucalyptus 3
-01111010111 Conscientious 3
-01111010111 Excited 3
-01111010111 Clone 3
-01111010111 Car-rental 3
-01111010111 Rank-and-file 3
-01111010111 Munitions 3
-01111010111 Executive-compensation 3
-01111010111 Brokerage-firm 3
-01111010111 Plainclothes 3
-01111010111 Banking-industry 3
-01111010111 Commodity-fund 3
-01111010111 Unskilled 3
-01111010111 Compact-disk 3
-01111010111 Junk-fund 3
-01111010111 Offending 3
-01111010111 Centrist 3
-01111010111 Principal-only 3
-01111010111 Old-guard 3
-01111010111 Public-relations 3
-01111010111 Laid-off 4
-01111010111 Nonresident 4
-01111010111 Storm-sea 4
-01111010111 High-speed 4
-01111010111 Talented 4
-01111010111 Non-financial 4
-01111010111 Non-bank 4
-01111010111 Third-class 4
-01111010111 Reputable 4
-01111010111 Farm-state 4
-01111010111 Skeptical 4
-01111010111 Reform-minded 4
-01111010111 Foreign-owned 4
-01111010111 Financial-services 4
-01111010111 Nonfinancial 4
-01111010111 Leaded 4
-01111010111 Minority-owned 4
-01111010111 Jittery 4
-01111010111 Health-conscious 4
-01111010111 Demoralized 4
-01111010111 Baskets 5
-01111010111 Big-time 5
-01111010111 Prototypes 5
-01111010111 Subsidized 5
-01111010111 Courtroom 5
-01111010111 Surviving 5
-01111010111 Sympathetic 5
-01111010111 Irate 5
-01111010111 Pension-fund 5
-01111010111 Full-service 5
-01111010111 Out-of-state 5
-01111010111 Full-time 6
-01111010111 Tightening 6
-01111010111 Durum 6
-01111010111 Nonunion 6
-01111010111 Public-health 7
-01111010111 Unscrupulous 7
-01111010111 Small-stock 7
-01111010111 Thirty-three 8
-01111010111 Twenty-nine 8
-01111010111 Property-casualty 9
-01111010111 Insolvent 9
-01111010111 Twenty-one 9
-01111010111 Thoughtful 9
-01111010111 Government-income 10
-01111010111 Newer 10
-01111010111 High-definition 10
-01111010111 Private-sector 10
-01111010111 Wealthy 11
-01111010111 High-school 11
-01111010111 Influential 11
-01111010111 White-collar 12
-01111010111 Fixed-coupon 12
-01111010111 Middle-class 12
-01111010111 Informed 13
-01111010111 Disgruntled 13
-01111010111 Affluent 13
-01111010111 Experienced 14
-01111010111 Money-center 14
-01111010111 Bargain-hunting 14
-01111010111 Current-delivery 15
-01111010111 Right-wing 16
-01111010111 Limited-service 17
-01111010111 Prominent 18
-01111010111 Participating 18
-01111010111 Unleaded 20
-01111010111 Single-family 23
-01111010111 Nervous 23
-01111010111 Nineteen 28
-01111010111 Angry 30
-01111010111 Younger 67
-01111010111 Older 72
-01111010111 Seasoned 83
-01111010111 Certain 172
-01111010111 Top 376
-01111010111 Few 598
-01111010111 Several 2448
-01111010111 Most 5655
-01111010111 Many 6384
-01111010111 Some 13725
-011110110 Microwave-transmission 1
-011110110 BEGOT 1
-011110110 Enforce 1
-011110110 Female-headed 1
-011110110 Minuscule 1
-011110110 PICKED 1
-011110110 Assignment 1
-011110110 Pro-Washington 1
-011110110 Sardonically 1
-011110110 One-person 1
-011110110 fox-trot 1
-011110110 Reinvigorating 1
-011110110 Verbose 1
-011110110 Platinum-coiffed 1
-011110110 Eighty-nine 1
-011110110 anemic-looking 1
-011110110 Consequent 1
-011110110 Thorough 1
-011110110 Glendale-based 1
-011110110 Unnecessarily 1
-011110110 Abdulla 1
-011110110 Government-affiliated 1
-011110110 Out-of-print 1
-011110110 Sigmatron 1
-011110110 Stonecutters 1
-011110110 Renamed 1
-011110110 Dollar-sensitive 1
-011110110 Junk-food 1
-011110110 Gather 1
-011110110 Job-loyal 1
-011110110 His-and-her 1
-011110110 Jellied 1
-011110110 Nonclearing 1
-011110110 Dichromatic 1
-011110110 Fabri-Center 1
-011110110 Bulky 1
-011110110 Precariously 1
-011110110 Unseasonably 1
-011110110 long-fact 1
-011110110 Disgraced 1
-011110110 Sheepskins 1
-011110110 Idegaard 1
-011110110 minimum-equipment 1
-011110110 Rented 1
-011110110 Far-right 1
-011110110 Publishing-segment 1
-011110110 LOWERED 1
-011110110 Aping 1
-011110110 Prim 1
-011110110 Machine-gun 1
-011110110 Mused 1
-011110110 Peking-born 1
-011110110 TWO-EARNER 1
-011110110 Infected 1
-011110110 Crassly 1
-011110110 Beer-truck 1
-011110110 Cantilevers 1
-011110110 Prime-age 1
-011110110 RITE 1
-011110110 Multipart 1
-011110110 Arming 1
-011110110 Madcap 1
-011110110 CBS/ 1
-011110110 A-like 1
-011110110 Dreary 1
-011110110 Chemically 1
-011110110 Cycle-maker 1
-011110110 Classically 1
-011110110 Rickety 1
-011110110 Matted 1
-011110110 Once-mighty 1
-011110110 Finance-charge 1
-011110110 Country-and-western 1
-011110110 Sneers 1
-011110110 Battle-weary 1
-011110110 Oil-hungry 1
-011110110 Hand-dug 1
-011110110 Notoriously 1
-011110110 decluttering 1
-011110110 LEVITATED 1
-011110110 Tax-revision 1
-011110110 In-ground 1
-011110110 Caged 1
-011110110 Continually 1
-011110110 Road-building 1
-011110110 Government-subsidized 1
-011110110 3,002,901 1
-011110110 Broad-scope 1
-011110110 Ministeelmaker 1
-011110110 Breathtaking 1
-011110110 Boiled 1
-011110110 Saturday-only 1
-011110110 spore 1
-011110110 Sufficiently 1
-011110110 Upstart 1
-011110110 uproots 1
-011110110 Northshore 1
-011110110 Resellers 1
-011110110 Unremittingly 1
-011110110 Untendered 1
-011110110 Radiopharmacies 1
-011110110 More-or-less 1
-011110110 Obsessive 1
-011110110 Authoritarian 1
-011110110 Interminable 1
-011110110 Coffee-drinking 1
-011110110 1988B 1
-011110110 Became 1
-011110110 BristolMyers 1
-011110110 Perceiving 1
-011110110 Fiscally 1
-011110110 Sorters 1
-011110110 Static 1
-011110110 Trawling 1
-011110110 Carding 1
-011110110 Reasoned 1
-011110110 Non-Hispanic 1
-011110110 Unwed 1
-011110110 Get-tough 1
-011110110 Oldtimer 1
-011110110 Hoo 1
-011110110 HISTORIC 1
-011110110 Consummate 1
-011110110 Ineffably 1
-011110110 Bronwyn 1
-011110110 Property-tax 1
-011110110 Youngest 1
-011110110 Cowboyheeled 1
-011110110 Seventh-place 1
-011110110 E-11 1
-011110110 Newspaper-division 1
-011110110 Lightbulbs 1
-011110110 Twelfth-century 1
-011110110 .If 1
-011110110 Once-proud 1
-011110110 Non-GM 1
-011110110 Pro-Bussi 1
-011110110 Proportionately 1
-011110110 Thoroughly 1
-011110110 Ballerina 1
-011110110 NEPOOL 1
-011110110 Free-speech 1
-011110110 Drought-driven 1
-011110110 Wordy 1
-011110110 MacGeorge 1
-011110110 Temperamentally 1
-011110110 Copywriters 1
-011110110 Penalize 1
-011110110 Henchmen 1
-011110110 Neighborly 1
-011110110 Sudeep 1
-011110110 Impossibly 1
-011110110 Delivery-only 1
-011110110 Ill-starred 1
-011110110 Major-appliance 1
-011110110 Discontented 1
-011110110 Renegade 1
-011110110 Market-trained 1
-011110110 Researching 2
-011110110 REHNQUIST 2
-011110110 Moderately 2
-011110110 Tradition-bound 2
-011110110 Domestic-demand 2
-011110110 A-related 2
-011110110 CORPORATES 2
-011110110 Co-author 2
-011110110 ARTHRITIS 2
-011110110 Fifty-year-old 2
-011110110 Tendering 2
-011110110 Highflying 2
-011110110 Gleeful 2
-011110110 Tackling 2
-011110110 Quirky 2
-011110110 Self-contained 2
-011110110 LEGISLATORS 2
-011110110 Plausible 2
-011110110 Televised 2
-011110110 Gold-mining 2
-011110110 Decidedly 2
-011110110 Boil 2
-011110110 Explosively 2
-011110110 Albeit 2
-011110110 Glass-fiber 2
-011110110 Second-ranked 2
-011110110 a-Ex-dividend. 3
-011110110 VMS-sponsored 3
-011110110 Steelmaker 3
-011110110 Archrival 4
-011110110 On-site 4
-011110110 Sohio/BP 4
-011110110 Lax 4
-011110110 Acquisition-minded 4
-011110110 ANNUAL 5
-011110110 Fractional 5
-011110110 Loss-plagued 6
-011110110 Unusually 7
-011110110 Fast-growing 10
-011110110 Unexpectedly 12
-011110110 Sharply 28
-011110110 Slightly 28
-011110110 Federally 29
-011110110 A 47753
-011110110 Relatively 44
-011110111 FORTY 1
-011110111 SHOWTIME/THE 1
-011110111 GLOWING 1
-011110111 GIOVANNI 1
-011110111 LANGLEY 1
-011110111 FISTFUL 1
-011110111 SWISSAIR 1
-011110111 DIAMOND-BATHURST 1
-011110111 TRIBUNE 1
-011110111 SPECTRAMED 1
-011110111 DESIGNATED 1
-011110111 MULTIFAMILY 1
-011110111 PAUPER 1
-011110111 TAX. 1
-011110111 PROFESSIONAL 1
-011110111 BOWEN 1
-011110111 FREMONT 1
-011110111 VANCOUVER 1
-011110111 WEAN 1
-011110111 STOCK-INDEX 1
-011110111 MARGIN 1
-011110111 SPECTROMETERS 1
-011110111 SWATH 1
-011110111 SEASICK-PROOF 1
-011110111 NUT 1
-011110111 FORMICA 1
-011110111 AMERITRUST 1
-011110111 COGNOS 1
-011110111 TIMBERLAND 1
-011110111 RESORTING 1
-011110111 UNDONE 1
-011110111 CREDIT-UNION 1
-011110111 BLACK-OWNED 1
-011110111 SCOTTY 1
-011110111 BAYLY 1
-011110111 SIKH 1
-011110111 COLLISION 1
-011110111 TELEFONIA 1
-011110111 COASTAMERICA 1
-011110111 AQUIFER 1
-011110111 MYCOGEN 1
-011110111 PENWEST 1
-011110111 CLAIRE 1
-011110111 BAGS 1
-011110111 NUVEEN 1
-011110111 MAYFAIR 1
-011110111 Barcode 1
-011110111 TECOGEN 1
-011110111 COMPOUNDING 1
-011110111 QUEBECOR 1
-011110111 CONTENTED-LOOKING 1
-011110111 VESTAR 1
-011110111 REGINA 1
-011110111 INTEGON 1
-011110111 HARSCO 1
-011110111 613,000-SHARE 1
-011110111 MUNSINGWEAR 1
-011110111 EQUION 1
-011110111 HATHAWAY 1
-011110111 BEARINGS 1
-011110111 Hemophilia 1
-011110111 NAKASONE 1
-011110111 REXHAM 1
-011110111 IMMUNITY 1
-011110111 HARD-LINERS 1
-011110111 Grumble 1
-011110111 Co-Mar 1
-011110111 STIRRING 1
-011110111 INDIANAPOLIS 1
-011110111 Multi-millionaire 1
-011110111 BIOTECH 1
-011110111 NORWAY 1
-011110111 Stormont-Bail 1
-011110111 VIRGO 1
-011110111 TAURUS 1
-011110111 ARIES 1
-011110111 aircraft-industry 1
-011110111 By-elections 1
-011110111 PISCES 1
-011110111 AQUARIUS 1
-011110111 CAPRICORN 1
-011110111 SAGITTARIUS 1
-011110111 SCORPIO 1
-011110111 LIBRA 1
-011110111 Forme 1
-011110111 GLOVE 1
-011110111 CHOPSTICKS 1
-011110111 9,457,036 1
-011110111 COOLING 1
-011110111 KINGS 1
-011110111 ILLUSORY 1
-011110111 HAMPER 1
-011110111 SUPPORTERS 1
-011110111 9/30 1
-011110111 YENS 1
-011110111 DROPPING 1
-011110111 TYPHOID 1
-011110111 SHAS 1
-011110111 Douche 1
-011110111 Hard-liquor 1
-011110111 WANING 1
-011110111 PREMIUM 1
-011110111 QUEEN 1
-011110111 FRAUDULENT 1
-011110111 PLAGUED 1
-011110111 ROADWAY 1
-011110111 RATIONALE 1
-011110111 CYACQ 1
-011110111 CARDIOVASCULAR 1
-011110111 DONNA 1
-011110111 XSCRIBE 1
-011110111 AZLAN 1
-011110111 BEST-SELLING 1
-011110111 APPEAR 1
-011110111 GLOBE 1
-011110111 PUSHES 1
-011110111 QUESTIONING 1
-011110111 ARCHIVE 1
-011110111 COMERICA 1
-011110111 EXPECTING 1
-011110111 ALZHEIMER 1
-011110111 CONSTRUCTED 1
-011110111 TRAFALGAR 1
-011110111 CONQUER 1
-011110111 LESSONS 1
-011110111 SOTHEBY 1
-011110111 LINEAR 1
-011110111 CONVOY 1
-011110111 SKANSKA 1
-011110111 LOCTITE 1
-011110111 JEPSON 1
-011110111 DECLINING 1
-011110111 PUTNAM 1
-011110111 BREAST 1
-011110111 KERR-MCGEE 1
-011110111 MINNEAPOLIS 1
-011110111 FISHY 1
-011110111 INTELLICALL 1
-011110111 IX. 1
-011110111 MAXIMUM 1
-011110111 LONETREE 1
-011110111 LINGERING 1
-011110111 CURIOUS 1
-011110111 HALF-TIME 1
-011110111 CONDEMNS 1
-011110111 FIRES 1
-011110111 SLUGGISH 1
-011110111 COLORING 1
-011110111 Vilified 1
-011110111 Ballet/Aspen 1
-011110111 CERAMICS 1
-011110111 KELLOGG 1
-011110111 TRANSIT 1
-011110111 SWEEPING 1
-011110111 GROSSMAN 1
-011110111 PEGASUS 1
-011110111 LAFARGE-COPPEE 1
-011110111 INTERLAKE 1
-011110111 Modules 1
-011110111 BEATING 1
-011110111 FAT 1
-011110111 CIE.FINANCIERE 1
-011110111 ALBERTSON 1
-011110111 DATACARD 1
-011110111 EDIZIONE 1
-011110111 CONCERNED 1
-011110111 DIRTY 1
-011110111 RESTRICTING 1
-011110111 BLACKOUT 1
-011110111 MOACQ 1
-011110111 BARRELING 1
-011110111 STUNNING 1
-011110111 JOULE 1
-011110111 LOBLAW 1
-011110111 SIERRACIN 1
-011110111 BUTT 1
-011110111 BANCTEC 1
-011110111 GILT 1
-011110111 YA 1
-011110111 PREPAID-TUITION 1
-011110111 Hopelessly 1
-011110111 BALDRIGE 1
-011110111 SCHLITZ 1
-011110111 MENTION 1
-011110111 ISHIKAWAJIMA-HARIMA 1
-011110111 SASEBO 1
-011110111 ABITIBI-PRICE 1
-011110111 PARENTING 1
-011110111 INCENTIVE-OPTION 1
-011110111 NANNY 1
-011110111 VESTRON 1
-011110111 CELGENE 1
-011110111 PERENNIAL 1
-011110111 FERRO 1
-011110111 Contracted 1
-011110111 ACHIEVE 1
-011110111 FLOAT 1
-011110111 EAGER 1
-011110111 Monitrend 1
-011110111 LandesKreditbank 1
-011110111 BALLOT 1
-011110111 DAISY-CHAIN 1
-011110111 TIMEX 1
-011110111 TRADER 1
-011110111 EXPECTATIONS 1
-011110111 MESSAGES 1
-011110111 Transmigration 1
-011110111 REPORTERS 1
-011110111 SABOTAGE 1
-011110111 Vicam 1
-011110111 PLANTINGS 1
-011110111 SAGGING 1
-011110111 BIZARRE 1
-011110111 FEATURES. 1
-011110111 MISREADING 1
-011110111 MISJUDGING 1
-011110111 TRUSTING 1
-011110111 unrelentless 1
-011110111 Kennestone 1
-011110111 AIMING 1
-011110111 SIKES 1
-011110111 THIRTY 1
-011110111 IMPROVED 1
-011110111 DEARTH 1
-011110111 KLUGE 1
-011110111 SETTLING 1
-011110111 High-risk 1
-011110111 LADY 1
-011110111 FIRST-REFUSAL 1
-011110111 VIEWS 1
-011110111 SMS 1
-011110111 BUREAUCRATS 1
-011110111 BIG. 1
-011110111 431.69-POINT 1
-011110111 THAT. 1
-011110111 PUTTING 1
-011110111 OFFENDERS 1
-011110111 MASSMUTUAL 1
-011110111 STANDSTILL 1
-011110111 Disingenuous 1
-011110111 EXOTIC 1
-011110111 ACROSS 1
-011110111 ENDOWED 1
-011110111 LEBANON 1
-011110111 DAN 1
-011110111 PREENING 1
-011110111 11. 1
-011110111 PERILS 1
-011110111 DANGEROUS 1
-011110111 TAXING 1
-011110111 Eurco 1
-011110111 HEEKIN 1
-011110111 GEN-PROBE 1
-011110111 Wallpaper 1
-011110111 ADDITIONAL 1
-011110111 Angling 1
-011110111 ESTONIA 1
-011110111 PHASE 1
-011110111 Gurenenthal 1
-011110111 MOLSON 1
-011110111 High-flying 1
-011110111 TEXAS-NEW 1
-011110111 DIALING 1
-011110111 KASLER 1
-011110111 PENDING 1
-011110111 CORONARY 1
-011110111 DOMINICAN 1
-011110111 Estamos 1
-011110111 RAVE 1
-011110111 CHESEBROUGH-POND 1
-011110111 FREER 1
-011110111 CODE-ALARM 1
-011110111 MONTGOMERY 1
-011110111 AIRPLANE 1
-011110111 DUARTE 1
-011110111 DEPRECIABLE 1
-011110111 CODA 1
-011110111 BREAKUP 1
-011110111 LAND-USE 1
-011110111 DIFFERING 1
-011110111 SIX-PLUS 1
-011110111 TRELLEBORG 1
-011110111 PEPPERIDGE 1
-011110111 INVITRON 1
-011110111 COPPERWELD 1
-011110111 SUPERVOTING 1
-011110111 ELDORADO 1
-011110111 PENNY-STOCK 1
-011110111 CONAGRA 1
-011110111 Windstorms 1
-011110111 INTERCO 1
-011110111 AFFIRMATIVE 1
-011110111 LAY 1
-011110111 RAYCHEM 1
-011110111 COVERING 1
-011110111 Unbalancing 1
-011110111 RELAXED 1
-011110111 LAID 1
-011110111 WISE 1
-011110111 ERRONEOUS 1
-011110111 insurance-law 1
-011110111 NO-TAX 1
-011110111 THANKSGIVING 1
-011110111 LYNCHBURG 1
-011110111 INTEGRA-A 1
-011110111 Sabminco 1
-011110111 EARNINGS-YIELD 1
-011110111 SOUPED-UP 1
-011110111 EXPECTED-RETURN 1
-011110111 AGUIRRE 1
-011110111 Post-riot 1
-011110111 Wily 1
-011110111 DIMINISHED 1
-011110111 DASHED 1
-011110111 STRETCH 1
-011110111 LEAF 1
-011110111 NATURE 1
-011110111 SITTING 1
-011110111 EARLIER 1
-011110111 RAYTHEON 1
-011110111 Wisnom 1
-011110111 DOOR-TO-DOOR 1
-011110111 NERCO 1
-011110111 STANDARD-PACIFIC 1
-011110111 TAMBRANDS 1
-011110111 LEGISLATURE 1
-011110111 Divorcing 1
-011110111 FOXBORO 1
-011110111 ONCOR 1
-011110111 Decoupling 1
-011110111 MINSTAR 1
-011110111 SANMARK-STARDUST 1
-011110111 LEUCADIA 1
-011110111 SUPERFUND 1
-011110111 LUGAR 1
-011110111 READER 1
-011110111 ROPER 1
-011110111 Hooch. 1
-011110111 DUTTON 1
-011110111 ALTERNACARE 1
-011110111 LOFT 1
-011110111 ADJUSTMENTS 1
-011110111 BANPONCE 1
-011110111 VALSPAR 1
-011110111 TABLE. 1
-011110111 INTEREST. 1
-011110111 ADJUSTED 1
-011110111 SECURITY. 1
-011110111 KEOGH 1
-011110111 CALMAT 1
-011110111 MEREDITH 1
-011110111 MARKEL 1
-011110111 BANCROFT 1
-011110111 Attwoods 1
-011110111 SYNERGEN 1
-011110111 BLOC 1
-011110111 BENIHANA 1
-011110111 FARM-CREDIT 1
-011110111 FACSIMILE 1
-011110111 JAMESWAY 1
-011110111 DATACOPY 1
-011110111 WEDGESTONE 1
-011110111 SHARPER 1
-011110111 AMPLICON 1
-011110111 NONSMOKER 1
-011110111 TOPPING 1
-011110111 GOPHER 1
-011110111 CRIES 1
-011110111 TIPPERARY 1
-011110111 UNI-MARTS 1
-011110111 CERNER 1
-011110111 NOTES 1
-011110111 BIG-SPENDER 1
-011110111 GOOD-OLD-BOY 1
-011110111 IDIOT 1
-011110111 INSIDER-TRADING 1
-011110111 POLK 1
-011110111 SKY 1
-011110111 Fanmac 1
-011110111 12/11/86 1
-011110111 DATASCOPE 1
-011110111 EXITING 1
-011110111 GUIDES 1
-011110111 USER 1
-011110111 BURNING 1
-011110111 ASTOUNDING 1
-011110111 HAIRY 1
-011110111 BLOOMS 1
-011110111 RECALL 1
-011110111 sentado 1
-011110111 Sentado 1
-011110111 OIL-IMPORT 1
-011110111 LUFFA 1
-011110111 DIGILOG 1
-011110111 CIRCON 1
-011110111 SAN/BAR 1
-011110111 MARRIOTT 1
-011110111 FORGED 1
-011110111 VOICING 1
-011110111 BROTHERLIER 1
-011110111 TORCHMARK 1
-011110111 RELIGIOUS 1
-011110111 JULIUS 1
-011110111 TIMETABLE 1
-011110111 SPECTRA-PHYSICS 1
-011110111 EXCIMER 1
-011110111 AGRIBIOTECH 1
-011110111 SIZELER 1
-011110111 BELVEDERE 1
-011110111 ADTEC 1
-011110111 JOSLYN 1
-011110111 NYCOR 1
-011110111 Verifying 1
-011110111 INFORMAL 1
-011110111 SACRAMENTO 1
-011110111 MAYTAG 1
-011110111 BACARDI 1
-011110111 KNOTTY 1
-011110111 FRAYING 1
-011110111 CALFED 1
-011110111 PIZZA 1
-011110111 NEUTROGENA 1
-011110111 CENTRE 1
-011110111 NIXON 1
-011110111 TYPICAL 1
-011110111 REACH 1
-011110111 WOODSTREAM 1
-011110111 ACCORDS 1
-011110111 SHAKLEE 1
-011110111 KOMAG 1
-011110111 NASTY 1
-011110111 PRINTEMPS 1
-011110111 CATERERS 1
-011110111 INTERFACE 1
-011110111 AMERIBANC 1
-011110111 METROPOLIS 1
-011110111 DO-IT-YOURSELF 1
-011110111 VANITY 1
-011110111 WHITTAKER 1
-011110111 PALACE 1
-011110111 BANDAG 1
-011110111 ENDOTRONICS 1
-011110111 CHESAPEAKE 1
-011110111 LIVINGWELL 1
-011110111 REID-ASHMAN 1
-011110111 Inkhay 1
-011110111 KENNER 1
-011110111 RUSSIAN 1
-011110111 PENANCE 1
-011110111 CHITTENDEN 1
-011110111 KONISHIROKU 1
-011110111 COMMODITY 1
-011110111 DISAGREEMENTS 1
-011110111 LIKES 1
-011110111 STRYKER 1
-011110111 KLAUS 1
-011110111 CERTIFIED 1
-011110111 ROYEX 1
-011110111 AVNET 1
-011110111 KIMBERLY-CLARK 1
-011110111 CHILI 1
-011110111 ELECTRO-BIOLOGY 1
-011110111 JUMPING 1
-011110111 ARTISTIC 1
-011110111 NO-SMOKING 1
-011110111 HESSTON 1
-011110111 TASTE 1
-011110111 PERFECT 1
-011110111 LORAL 1
-011110111 ROWAN 1
-011110111 TELECREDIT 1
-011110111 WELDWOOD 1
-011110111 SCALIA 1
-011110111 MORTON 1
-011110111 TWENTIETH 1
-011110111 UNIVISION 1
-011110111 MATURE 1
-011110111 LEGGY 1
-011110111 AMSOUTH 1
-011110111 CANONIE 1
-011110111 REFERENCE 1
-011110111 PAYS. 1
-011110111 DEMOGRAPHERS 1
-011110111 HELEN 1
-011110111 AVEMCO 1
-011110111 CADNETIX 1
-011110111 EMCO 1
-011110111 POLYGRAPH 1
-011110111 GROLIER 1
-011110111 MITRAL 1
-011110111 COMPETITORS 1
-011110111 POWERFUL 1
-011110111 EASING 1
-011110111 BILLBOARD 1
-011110111 DYNASCAN 1
-011110111 LINGER 1
-011110111 PURITAN-BENNETT 1
-011110111 NVHOMES 1
-011110111 PROVIDE 1
-011110111 Crowsfeet 1
-011110111 BUGGED 1
-011110111 KUHLMAN 1
-011110111 WARNER-LAMBERT 1
-011110111 SCENES 1
-011110111 Wanes 1
-011110111 NORFOLK 1
-011110111 THETFORD 1
-011110111 WRATHER 1
-011110111 NELLCOR 1
-011110111 QUOTES 1
-011110111 ANON. 1
-011110111 Credential 1
-011110111 TRULY 1
-011110111 DAHLBERG 1
-011110111 COMPUTERVISION 1
-011110111 IRE 1
-011110111 LYDALL 1
-011110111 MICROCOM 1
-011110111 MOREHOUSE 1
-011110111 TELLS 1
-011110111 HALLIBURTON 1
-011110111 REPLACING 1
-011110111 GADHAFI 1
-011110111 NORDSON 1
-011110111 Stotts 1
-011110111 SHOOT 1
-011110111 FAILING 1
-011110111 GWINNETT 1
-011110111 NOAH 1
-011110111 EQK 1
-011110111 CLINI-THERM 1
-011110111 NONE 1
-011110111 OSCAR 1
-011110111 WIDELY 1
-011110111 GLAMIS 1
-011110111 PENSION-LAW 1
-011110111 TRIMAC 1
-011110111 XEBEC 1
-011110111 ULTRAHIGH-PRESSURE 1
-011110111 ULTRASYSTEMS 1
-011110111 Purchasing-power 1
-011110111 Defiantly 1
-011110111 CONRAC 1
-011110111 WHICHEVER 1
-011110111 NICARAGUAN 1
-011110111 RAYROCK 1
-011110111 Providentially 1
-011110111 CONSCIOUS 1
-011110111 FORGERY 1
-011110111 HUNGARIAN 1
-011110111 ACADEMY 1
-011110111 PRE-MARITAL 1
-011110111 WHALE 1
-011110111 WHITHER 1
-011110111 CENERGY 1
-011110111 WEITEK 1
-011110111 ENSERCH 1
-011110111 SQUEEZED 1
-011110111 X-FLIX 1
-011110111 DISCOUNTS 1
-011110111 Huu 1
-011110111 ECHO 1
-011110111 Soviet-Indian 1
-011110111 SALESMAN 1
-011110111 SATURDAY 1
-011110111 GOTTSCHALKS 1
-011110111 INFORMIX 1
-011110111 COMPOUND 1
-011110111 CHESS 1
-011110111 DYLEX 1
-011110111 UNIBANCORP 1
-011110111 HUNDRED 1
-011110111 ANTI-TAKEOVER 1
-011110111 BERKEY 1
-011110111 VARITY 1
-011110111 BADGER 1
-011110111 LOGICON 1
-011110111 EMERY 1
-011110111 MARKET-SHARE 1
-011110111 TASTE-TEST 1
-011110111 KARAMI 1
-011110111 E-SYSTEMS 1
-011110111 HOH 1
-011110111 ANECDOTES 1
-011110111 ERIEZ 1
-011110111 SHIRT 1
-011110111 MALONE 1
-011110111 ALPHAREL 1
-011110111 HARLEY-DAVIDSON 1
-011110111 COVENANT 1
-011110111 AUTODESK 1
-011110111 TELXON 1
-011110111 WELLMAN 1
-011110111 REXWORKS 1
-011110111 COUNTRIES 1
-011110111 NEAR-MILITARY 1
-011110111 QUELL 1
-011110111 LOBBY 1
-011110111 GENOVESE 1
-011110111 GAINLESS 1
-011110111 ANTI-ABORTION 1
-011110111 SMOOTH 1
-011110111 AIDING 1
-011110111 PATROLLING 1
-011110111 MARUBENI 1
-011110111 PRE-NATAL 1
-011110111 Oksana 1
-011110111 ESSEF 1
-011110111 QUIXOTE 1
-011110111 SOMETIME 1
-011110111 ULTIMATE 1
-011110111 INTERSPEC 1
-011110111 MOTORBOAT-FUEL 1
-011110111 Rearranging 1
-011110111 GREATER 1
-011110111 LENNAR 1
-011110111 FRIENDS 1
-011110111 RX 1
-011110111 MARIO 1
-011110111 AUSTAD 1
-011110111 HEAR 1
-011110111 OWENS-ILLINOIS 1
-011110111 CROSSING 1
-011110111 SKIP 1
-011110111 MINEBEA 1
-011110111 COOPERATION 1
-011110111 JUSTICES 1
-011110111 WIMPSKI 1
-011110111 EYEWITNESS 1
-011110111 HANGS 1
-011110111 Fingerprint 1
-011110111 POSSIS 1
-011110111 DEUTZ 1
-011110111 AUDI 1
-011110111 MAYFLOWER 1
-011110111 FEE 1
-011110111 Ryans 1
-011110111 DEBT-SWAP 1
-011110111 RON 1
-011110111 THUS 1
-011110111 mis 1
-011110111 PAY. 1
-011110111 CURTICE 1
-011110111 SHANGRI-LA 1
-011110111 MALADROIT 1
-011110111 ROILS 1
-011110111 DATATRAK 1
-011110111 Decoding 1
-011110111 UNCHRISTMAS 1
-011110111 SASKATCHEWAN 1
-011110111 KANEMATSU-GOSHO 1
-011110111 ADAMS 1
-011110111 ALLISON 1
-011110111 MICHEL 1
-011110111 BANCARIO 1
-011110111 MILLION-DOLLAR 1
-011110111 FOREIGN-EXCHANGE 1
-011110111 CHARTS 1
-011110111 LOEWS 1
-011110111 CRESTMONT 1
-011110111 NON-TRANSACTION 1
-011110111 ABSHIRE 1
-011110111 HYPONEX 1
-011110111 DISTURBED 1
-011110111 INVESTING 1
-011110111 TRUSTCORP 1
-011110111 COOK 1
-011110111 Bilateralism 1
-011110111 PERFECTLY 1
-011110111 Operate 1
-011110111 RELATED 1
-011110111 PET-FOOD 1
-011110111 ARMCHAIR 1
-011110111 DAYCO 1
-011110111 POLLARD 1
-011110111 BOARDROOM 1
-011110111 ENTHUSIASTS 1
-011110111 COASTAL 1
-011110111 BIOTHERAPEUTICS 1
-011110111 CLAIROL 1
-011110111 CENTERRE 1
-011110111 RESOLUTION 1
-011110111 FREYMILLER 1
-011110111 GEICO 1
-011110111 CASTING 1
-011110111 FULTON 1
-011110111 CAL 1
-011110111 MUSCLED 1
-011110111 HELMS 1
-011110111 CROSS 1
-011110111 KOGER 1
-011110111 SCUDDER 1
-011110111 PUTS 1
-011110111 KEITHLEY 1
-011110111 PASSING 1
-011110111 BEREAVED 1
-011110111 ONGPIN 1
-011110111 TRUTH 1
-011110111 BUSINESS-CLIMATE 1
-011110111 ABOVE 1
-011110111 BEAT 1
-011110111 BLOUNT 1
-011110111 Denant 1
-011110111 ENGLISH-MUFFIN 1
-011110111 TRACOR 1
-011110111 HEARx 1
-011110111 KOENIG 1
-011110111 ELEXIS 1
-011110111 KNIGHT-RIDDER 1
-011110111 GUNDLE 1
-011110111 LAUGHING 1
-011110111 WELFARE-STATE 1
-011110111 PROVIDES 1
-011110111 KEYNESIAN 1
-011110111 AUTOMOVILES 1
-011110111 NEGLIGENT 1
-011110111 UNIMED 1
-011110111 AFFLUENTS 1
-011110111 PAY-PHONE 1
-011110111 SYNTREX 1
-011110111 ROCKROSE 1
-011110111 Well-financed 1
-011110111 IMMUNO 1
-011110111 TELEFLEX 1
-011110111 ANGIO-MEDICAL 1
-011110111 WEIGH 1
-011110111 BENJ. 1
-011110111 EFFICIENCY 1
-011110111 COSTUME 1
-011110111 FORUM 1
-011110111 SWEDLOW 1
-011110111 CARROLS 1
-011110111 FOOTING 1
-011110111 ON-THE-JOB 1
-011110111 COCONUTS 1
-011110111 TEEING 1
-011110111 VOODOO 1
-011110111 POSSESSION 1
-011110111 162,528 1
-011110111 95,854 1
-011110111 +70 1
-011110111 STAR-STUDDED 1
-011110111 2,902 1
-011110111 OGURA 1
-011110111 965.00 1
-011110111 FEDERALLY 1
-011110111 CAMBODIAN 1
-011110111 Aluminum-Bat 1
-011110111 OVERDEVELOPED 1
-011110111 GOLFERS 1
-011110111 Internists 1
-011110111 FIRING 1
-011110111 CARLO 1
-011110111 YESTERDAY. 1
-011110111 PERUSAHAN 1
-011110111 TURNED 1
-011110111 GIPPER 1
-011110111 ANNUITY 1
-011110111 REDUCED 1
-011110111 ASSOCIATION-COLLEGE 1
-011110111 37,028 1
-011110111 31,261 1
-011110111 CLOSED-END 1
-011110111 71,957 1
-011110111 66,328 1
-011110111 CEREAL 1
-011110111 Earache 1
-011110111 1,301 1
-011110111 3,804 1
-011110111 2,553 1
-011110111 5,430 1
-011110111 8,308 1
-011110111 5,113 1
-011110111 5,405 1
-011110111 5,696 1
-011110111 BEMIS 1
-011110111 SCENARIO 1
-011110111 VALHI 1
-011110111 ASAMERA 1
-011110111 PORTLAND 1
-011110111 DAIMARU 1
-011110111 CLOSEST 1
-011110111 BEARS 1
-011110111 61,802 1
-011110111 54,651 1
-011110111 67,908 1
-011110111 Kloeckner-Humbold-Deutz 1
-011110111 112,274 1
-011110111 DIANE 1
-011110111 POST-TRIAL 1
-011110111 2,700.0 1
-011110111 ENROLLED 1
-011110111 +123.9 1
-011110111 1,206.0 1
-011110111 Profane 1
-011110111 VOEST 1
-011110111 MYSTERIES 1
-011110111 KEYSTONE 1
-011110111 CONDOM 1
-011110111 PYRRHIC 1
-011110111 BETTOR 1
-011110111 PATRON 1
-011110111 REPUBLICAN 1
-011110111 GATHERING 1
-011110111 HELMSLEY 1
-011110111 NOFZIGER 1
-011110111 KROC 1
-011110111 DIAPERS 1
-011110111 STORA 1
-011110111 ATTORNEYS 1
-011110111 NURSING 1
-011110111 GUIDE 1
-011110111 DESSAUER 1
-011110111 GRANVILLE 1
-011110111 OPTION 1
-011110111 TONY 1
-011110111 HENFREY 1
-011110111 HOLT 1
-011110111 22-7-Hum 1
-011110111 ERITREAN 1
-011110111 BALTIC 1
-011110111 MINOLTA 1
-011110111 LIBYA 1
-011110111 PERUVIAN 1
-011110111 ANTI-BIAS 1
-011110111 RAX 1
-011110111 RESPOND 1
-011110111 Proliferating 1
-011110111 PERIPATETIC 1
-011110111 COSTLY 1
-011110111 DIAMONDS 1
-011110111 CARTERA 1
-011110111 RYMER 1
-011110111 Drop-kicked 1
-011110111 REACHING 1
-011110111 905.0 1
-011110111 1510.0 1
-011110111 18020.0 1
-011110111 SIXTIES 1
-011110111 Docks 1
-011110111 5150.0 1
-011110111 4950.0 1
-011110111 25000.0 1
-011110111 Bowthorpe 1
-011110111 ARMOR 1
-011110111 CAPTORS 1
-011110111 Moonshining 1
-011110111 DOMESTIC-MADE 1
-011110111 WEIGHTY 1
-011110111 HOLLIS 1
-011110111 PREVENTIVE 1
-011110111 CANCEL 1
-011110111 78,044 1
-011110111 +87 1
-011110111 PROUVOST 1
-011110111 PARTICIPATIONS 1
-011110111 Commutation 1
-011110111 108,987 1
-011110111 +24 1
-011110111 .adjust 1
-011110111 POSITIVE 1
-011110111 HUCKSTER 1
-011110111 12,357 1
-011110111 27,582 1
-011110111 1,150,625 1
-011110111 7,198 1
-011110111 607,363 1
-011110111 55,496 1
-011110111 48,706 1
-011110111 33,978 1
-011110111 35,088 1
-011110111 67,577 1
-011110111 PALESTINIAN 1
-011110111 POSITION 1
-011110111 RELATIONSHIP 1
-011110111 Prestarted 1
-011110111 Start-Ups 1
-011110111 BURIAL 1
-011110111 Embrae 1
-011110111 STRUTHERS 1
-011110111 TRUSTCOMPANY 1
-011110111 Classifying 1
-011110111 Enwood 1
-011110111 249,750 1
-011110111 RESILIENT 1
-011110111 43,591 1
-011110111 GOLDBERG 1
-011110111 REAX 1
-011110111 TOILERS 1
-011110111 LORE 1
-011110111 SILVER 1
-011110111 SALES-TAX 1
-011110111 KAWAI 1
-011110111 MUSICAL 1
-011110111 CORRECTIONS 1
-011110111 FIELD 1
-011110111 COMISKEY 1
-011110111 118,418 1
-011110111 VIN 1
-011110111 59,194 1
-011110111 7,570 1
-011110111 7,302 1
-011110111 7,290 1
-011110111 220,195 1
-011110111 WAR-ON-POVERTY 1
-011110111 NURTURE 1
-011110111 Fanciful 1
-011110111 60,685 1
-011110111 95,987 1
-011110111 SCHOLARS 1
-011110111 PACKAGE 1
-011110111 +118 1
-011110111 WANDERING 1
-011110111 TASTY 1
-011110111 BEAM 1
-011110111 BOWL 1
-011110111 P&E 1
-011110111 Vaaomala 1
-011110111 VINTAGE-CAR 1
-011110111 Crackerjack 1
-011110111 PRICEY 1
-011110111 EARS 1
-011110111 HANG 1
-011110111 ARABS 1
-011110111 KURZWEIL 1
-011110111 CONVICTIONS 1
-011110111 LIBEL 1
-011110111 Synovus 1
-011110111 Sistemas 1
-011110111 TUTU 1
-011110111 SPARKLING 1
-011110111 DEAR 1
-011110111 GRIDIRON 1
-011110111 FRUITFUL 1
-011110111 WEIGHT 1
-011110111 OPUS 1
-011110111 BRUNO 1
-011110111 OVERWEIGHT 1
-011110111 GROUNDLESS 1
-011110111 INFLATED 1
-011110111 SKELETON 1
-011110111 HEALTHIEST 1
-011110111 HEMLINE 1
-011110111 Beeswax 1
-011110111 MASSAGE 1
-011110111 NOWHERE 1
-011110111 Summonses 1
-011110111 AFTERNOON 1
-011110111 VIEWER 1
-011110111 158,190 1
-011110111 91,585 1
-011110111 +73 1
-011110111 31,393 1
-011110111 67,355 1
-011110111 51,893 1
-011110111 20,914 1
-011110111 BLUE-COLLAR 1
-011110111 CUOMO 1
-011110111 SHADY 1
-011110111 AMBIVALENT 1
-011110111 SESSIONS 1
-011110111 24,256 1
-011110111 29,498 1
-011110111 GEORGES 1
-011110111 5,954 1
-011110111 BRASCAN 1
-011110111 38,068 1
-011110111 WEEKS 1
-011110111 1,021,540 1
-011110111 AUGUSTE 1
-011110111 Ordo 1
-011110111 LEAST 1
-011110111 Ex-U.S. 1
-011110111 UNACCREDITED 1
-011110111 ELECTS 1
-011110111 PRESSER 1
-011110111 GIVEBACK 1
-011110111 SNAGS 1
-011110111 DEMJANJUK 1
-011110111 LOWER-FAT 1
-011110111 TWO-MINUTE 1
-011110111 YESTERDAY 1
-011110111 MIDSIZE 1
-011110111 ROTCH 1
-011110111 SLEEPERS 1
-011110111 Narrow-based 1
-011110111 SOCIAL-WELFARE 1
-011110111 KOCH 1
-011110111 INCHCAPE 1
-011110111 MATRIMONIAL 1
-011110111 REQUESTS 1
-011110111 SITUATION 1
-011110111 THRONGS 1
-011110111 DAIEI 1
-011110111 HAROLD 1
-011110111 RUST 1
-011110111 PACIFYING 1
-011110111 LOGGING 1
-011110111 AIRCOA 1
-011110111 TEACHING 1
-011110111 RACHEL 1
-011110111 DARING 1
-011110111 METALLURGIQUE 1
-011110111 FIGHTER 1
-011110111 TRIDENT 1
-011110111 MEDIUM-RANGE 1
-011110111 AIR-TO-AIR 1
-011110111 LUNCH 1
-011110111 Shoring 1
-011110111 UNDERWATER 1
-011110111 SOMEWHERE 1
-011110111 BELGIUM 1
-011110111 THORSBERG 1
-011110111 PURPOSE 1
-011110111 ADVERSE 1
-011110111 AUTOCLAVE 1
-011110111 CAME 1
-011110111 NINETY-DAY 1
-011110111 54,239 1
-011110111 OUSTING 1
-011110111 DAZZLING 1
-011110111 61,571 1
-011110111 Court-awarded 1
-011110111 114,924 1
-011110111 +20 1
-011110111 4,513 1
-011110111 153,541 1
-011110111 86,961 1
-011110111 OFF-THE-WALL 1
-011110111 11.086 1
-011110111 1931.0 1
-011110111 1526.1 1
-011110111 5.240 1
-011110111 -131,700 1
-011110111 Dubied 1
-011110111 Bernina 1
-011110111 HARD-HAT 1
-011110111 MECHAM 1
-011110111 GARDEN 1
-011110111 COLOMBIAN 1
-011110111 COLLECT 1
-011110111 DEBORAH 1
-011110111 AEGON 1
-011110111 IMASCO 1
-011110111 Coercion 1
-011110111 INCREASING 1
-011110111 FOAM 1
-011110111 PARTING 1
-011110111 HIJACKED 1
-011110111 94,505 1
-011110111 INTERPROVINCIAL 1
-011110111 123,693 1
-011110111 73,833 1
-011110111 45,067 1
-011110111 46,811 1
-011110111 21,419 1
-011110111 49,756 1
-011110111 57,144 1
-011110111 -73.3 1
-011110111 3,806,694 1
-011110111 +12.9 1
-011110111 2,551,848 1
-011110111 2,584,467 1
-011110111 78,212 1
-011110111 66,536 1
-011110111 +17.5 1
-011110111 531,167 1
-011110111 498,144 1
-011110111 243,026 1
-011110111 TORRAS-HOSTENCH 1
-011110111 610,839 1
-011110111 73,564 1
-011110111 60,655 1
-011110111 +21.3 1
-011110111 JACOBS-SUCHARD 1
-011110111 Mistaken 1
-011110111 MAGISTRATES 1
-011110111 POLITICIAN 1
-011110111 881,188 1
-011110111 +10.4 1
-011110111 6,946,218 1
-011110111 4,126 1
-011110111 6,583 1
-011110111 9,368 1
-011110111 PRETORIA 1
-011110111 Sports-Drink 1
-011110111 RAIN 1
-011110111 PREFER 1
-011110111 Crave 1
-011110111 Iraqi-based 1
-011110111 CRITICAL 1
-011110111 ENSURING 1
-011110111 THORNBURGH 1
-011110111 NONRESIDENTIAL 1
-011110111 IMPASSE 1
-011110111 Seamens 1
-011110111 DISTRIBUTIONS 1
-011110111 Warring 1
-011110111 Unacceptably 1
-011110111 JEWELS 1
-011110111 REFUGEE 1
-011110111 FROZEN 1
-011110111 CORTES 1
-011110111 FITCH 1
-011110111 EXPANDING 1
-011110111 DIVIDING 1
-011110111 DOG 1
-011110111 SAVINGS-BOND 1
-011110111 PetroLogistics 1
-011110111 ACHING 1
-011110111 WESLEY 1
-011110111 ROMANS 1
-011110111 RUSSIA 1
-011110111 CLAIMING 1
-011110111 FALCONBRIDGE 1
-011110111 SOVIET-EC 1
-011110111 EAVESDROPPING 1
-011110111 SAKS 1
-011110111 MULTIRACIAL 1
-011110111 DADS 1
-011110111 LATCHKEY 1
-011110111 Amclyde 1
-011110111 CULLUM 1
-011110111 ACQUA 1
-011110111 PIA 1
-011110111 Tellefsen 1
-011110111 REVISED 1
-011110111 167,253 1
-011110111 1964-1967 1
-011110111 1973-1979 1
-011110111 MUBARAK 1
-011110111 BERTELSMANN 1
-011110111 SHERRITT 1
-011110111 BORE 1
-011110111 ENERGEN 1
-011110111 Tweeter 1
-011110111 LELAND 1
-011110111 TRADE-GAP 1
-011110111 UNCLAIMED 1
-011110111 SUNBURN 1
-011110111 ATTACKING 1
-011110111 KHOMEINI 1
-011110111 PANHANDLE 1
-011110111 REISTERSTOWN 1
-011110111 8,493 1
-011110111 47.0 1
-011110111 10,869 1
-011110111 29,168 1
-011110111 PRIVATIZATION 1
-011110111 HEINEKEN 1
-011110111 8,566 1
-011110111 7,986,633 1
-011110111 3,730,048 1
-011110111 INSOLVENT 1
-011110111 Rl 1
-011110111 LIFETIME 1
-011110111 PAGEANT 1
-011110111 THRIFT-BAILOUT 1
-011110111 RIOT 1
-011110111 SUSPECTED 1
-011110111 SPIES 1
-011110111 5,653 1
-011110111 6,393 1
-011110111 6,377,695 1
-011110111 37,548 1
-011110111 CHIPPING 1
-011110111 Tasuku 1
-011110111 711,012 1
-011110111 MERGING 1
-011110111 639,516 1
-011110111 629,908 1
-011110111 ANDERSEN 1
-011110111 616,181 1
-011110111 625,212 1
-011110111 825,696 1
-011110111 1,015,580 1
-011110111 763,501 1
-011110111 766,703 1
-011110111 Taikisha 1
-011110111 CORRUPTION 1
-011110111 BRITONS 1
-011110111 PERSUADING 1
-011110111 272,577 1
-011110111 1,696,982 1
-011110111 106,882 1
-011110111 +61 1
-011110111 NO-WIN 1
-011110111 33,415 1
-011110111 36,920 1
-011110111 WARSAW 1
-011110111 684,961 1
-011110111 34,665 1
-011110111 2,327.0 1
-011110111 1,045.0 1
-011110111 +122.7 1
-011110111 53,286 1
-011110111 76,100 1
-011110111 SETBACK 1
-011110111 DEFYING 1
-011110111 116,430 1
-011110111 136,343 1
-011110111 expansion. 1
-011110111 524,096 1
-011110111 431,608 1
-011110111 68,233 1
-011110111 50,508 1
-011110111 166,653 1
-011110111 1,148,204 1
-011110111 229,476 1
-011110111 270,966 1
-011110111 2,458,629 1
-011110111 2,507,224 1
-011110111 705,811 1
-011110111 776,725 1
-011110111 56,763 1
-011110111 573,899 1
-011110111 624,477 1
-011110111 5,233,774 1
-011110111 2,932,119 1
-011110111 b-5,196,232 1
-011110111 27,054 1
-011110111 31,617 1
-011110111 279,509 1
-011110111 61,010 1
-011110111 BURIED 1
-011110111 278,045 1
-011110111 GUESS 1
-011110111 EXCEPT 1
-011110111 LEFT-HANDED 1
-011110111 CRY 1
-011110111 CEASE-FIRE 1
-011110111 ABORTION 1
-011110111 Key-Royal 1
-011110111 Bun 1
-011110111 HUNGER 1
-011110111 KEOWEE 1
-011110111 TOTALTOP 1
-011110111 LESSER 1
-011110111 LINPRO 1
-011110111 BIAGGI 1
-011110111 1537.7 1
-011110111 COKE 1
-011110111 DAIMLER 1
-011110111 CHALLENGING 1
-011110111 ONE-ARMED 1
-011110111 CHARON 1
-011110111 DUELING 1
-011110111 7,610 1
-011110111 7,665 1
-011110111 PAYLOAD 1
-011110111 64,499 1
-011110111 +109 1
-011110111 GIMMEE 1
-011110111 Intangibles 1
-011110111 32,163 1
-011110111 3200.0 1
-011110111 210.0 1
-011110111 1280.0 1
-011110111 89.0 1
-011110111 32500.0 1
-011110111 ACRONYMIC 1
-011110111 VENDING 1
-011110111 BOTTOMING 1
-011110111 WARMING 1
-011110111 REVISIONS 1
-011110111 ADMAN 1
-011110111 JOKE 1
-011110111 BRAND 1
-011110111 STUDEBAKER 1
-011110111 MERGED 1
-011110111 Illegally 1
-011110111 BRUSHED 1
-011110111 EMISSIONS 1
-011110111 SHOWY 1
-011110111 PREDAWN 1
-011110111 COMCAST 1
-011110111 WOOING 1
-011110111 UNDIPLOMATIC 1
-011110111 CHRISTIES 1
-011110111 WINDS 1
-011110111 MEASURED 1
-011110111 MAHLON 1
-011110111 GRABS 1
-011110111 SWISSAIR-SAS 1
-011110111 REBUKE 1
-011110111 DELEGATE 1
-011110111 MAYORS 1
-011110111 FATAL 1
-011110111 PRIMARK 1
-011110111 GRANTS 1
-011110111 EARNED 1
-011110111 GROVE 1
-011110111 PHILANTHROPY 1
-011110111 STARCRAFT 1
-011110111 FUNDAMENTALIST 1
-011110111 VALID 1
-011110111 PEPSICO 1
-011110111 THORN-EMI 1
-011110111 Submicron-sized 1
-011110111 ARMENIAN 1
-011110111 VALEO 1
-011110111 INSPIRED 1
-011110111 QUASHING 1
-011110111 Twists 1
-011110111 NOTCH 1
-011110111 FERVENT 1
-011110111 SURVIVING 1
-011110111 IDLED 1
-011110111 MALAYSIAN 1
-011110111 MOROCCO 1
-011110111 CUTTY 1
-011110111 BREAKDOWN 1
-011110111 240.00 1
-011110111 CONCEPT 1
-011110111 185.00 1
-011110111 -11.1 1
-011110111 GLOOMY 1
-011110111 Heaping 1
-011110111 MOM 1
-011110111 DAUGHTERS 1
-011110111 MARIANNE 1
-011110111 EISENHOWER 1
-011110111 MINIMUM-TAX 1
-011110111 CYNICAL 1
-011110111 BROKERAGE 1
-011110111 BENGUET 1
-011110111 TRASH 1
-011110111 GASSED 1
-011110111 JEWS 1
-011110111 RUNNERS 1
-011110111 QWINZY 1
-011110111 CLEANUP 1
-011110111 SCORING 1
-011110111 TAIYO 1
-011110111 LACKING 1
-011110111 SHRINKING 1
-011110111 ENVY 1
-011110111 EXPANSION 1
-011110111 DYING 1
-011110111 ACTING 1
-011110111 HUBBLE 1
-011110111 BURGEONING 1
-011110111 FIREMAN 1
-011110111 TAMPA 1
-011110111 HEARING 1
-011110111 LIPPER 1
-011110111 JEREZ 1
-011110111 Tranch 1
-011110111 BIDDING 1
-011110111 900-ACRE 1
-011110111 HOME-TOWN 1
-011110111 Montupet 1
-011110111 FULL-FUNDING 1
-011110111 BEATS 1
-011110111 FIDDLE 1
-011110111 NOSTALGIC 1
-011110111 RENTING 1
-011110111 PAYROLL 1
-011110111 PRIVATE-RULING 1
-011110111 FLAT 2
-011110111 RELOCATION 2
-011110111 MALES 2
-011110111 CONFLICTING 2
-011110111 SOCK 2
-011110111 BUM 2
-011110111 CAPITAL-GAINS 2
-011110111 EPITOPE 2
-011110111 THRIVING 2
-011110111 ANITEC 2
-011110111 Adjunct 2
-011110111 HADSON 2
-011110111 MONICA 2
-011110111 LORIMAR-TELEPICTURES 2
-011110111 INITIAL 2
-011110111 LOBBYING 2
-011110111 TWO-TIER 2
-011110111 HANDYMAN 2
-011110111 AETNA 2
-011110111 GRADED 2
-011110111 KAMAN 2
-011110111 ARIAS 2
-011110111 RHODE 2
-011110111 ALARM 2
-011110111 WEBB 2
-011110111 PHARMACIA 2
-011110111 Installations 2
-011110111 QUIKSILVER 2
-011110111 PEKING 2
-011110111 BRAZILIAN 2
-011110111 TEXTRON 2
-011110111 MISCELLANEOUS 2
-011110111 VOTING 2
-011110111 FRUIT 2
-011110111 ELDERLY 2
-011110111 SENSITIVE 2
-011110111 HEARINGS 2
-011110111 INSIDER 2
-011110111 TERRORIST 2
-011110111 BOWATER 2
-011110111 KOHL 2
-011110111 BRING 2
-011110111 HEICO 2
-011110111 KOITO 2
-011110111 IVORY 2
-011110111 CENTEX 2
-011110111 BIRD 2
-011110111 CAESARS 2
-011110111 CAREMARK 2
-011110111 INDEPENDENCE 2
-011110111 SAFECO 2
-011110111 DUN 2
-011110111 REXON 2
-011110111 80.0 2
-011110111 CROWDED 2
-011110111 Third-ranked 2
-011110111 BILLION-DOLLAR 2
-011110111 PENNWALT 2
-011110111 ZIONS 2
-011110111 TRANSWORLD 2
-011110111 STUDYING 2
-011110111 Beefing 2
-011110111 FOUGHT 2
-011110111 COMPETENT 2
-011110111 SIGNATURE 2
-011110111 PINE 2
-011110111 HELPERS 2
-011110111 FACED 2
-011110111 DISCOVERY 2
-011110111 MAXTOR 2
-011110111 EXCELAN 2
-011110111 AMTRAK 2
-011110111 TRAIN 2
-011110111 ARTHUR 2
-011110111 FORCED 2
-011110111 LOCK 2
-011110111 EVANS 2
-011110111 Next-Most-Remarkable 2
-011110111 PERRIER 2
-011110111 MACNEAL-SCHWENDLER 2
-011110111 GUARDIAN 2
-011110111 LOUISIANA-PACIFIC 2
-011110111 BORIS 2
-011110111 NU-MED 2
-011110111 CALLING 2
-011110111 Authoritative 2
-011110111 YALE 2
-011110111 ENGELHARD 2
-011110111 ADULTS 2
-011110111 NIKE 2
-011110111 MINICOMPUTER 2
-011110111 APACHE 2
-011110111 BRISTOL-MYERS 2
-011110111 FRANKLIN 2
-011110111 TOGETHER 2
-011110111 TENNECO 2
-011110111 MOTORISTS 2
-011110111 WASTE-CLEANUP 2
-011110111 Rifle-toting 2
-011110111 MISSION 2
-011110111 METER 2
-011110111 BOTHA 2
-011110111 NEW-PRODUCT 2
-011110111 XICOR 2
-011110111 PULTE 2
-011110111 SWEET 2
-011110111 KLOECKNER-WERKE 2
-011110111 DEMONSTRATORS 2
-011110111 WINNERS 2
-011110111 VOYAGER 2
-011110111 MALAYSIA 2
-011110111 HILTON 2
-011110111 CONSERVATIVE 2
-011110111 UNIT 2
-011110111 ANIMAL 2
-011110111 DEVON 2
-011110111 PREGNANT 2
-011110111 LATER 2
-011110111 PUSHED 2
-011110111 LEATHER 2
-011110111 TASTES 2
-011110111 HEALTHY 2
-011110111 SHARE 2
-011110111 PURCHASING 2
-011110111 SANFORD 2
-011110111 PROVINCE 2
-011110111 MICROSEMI 2
-011110111 ARSON 2
-011110111 PEREZ 2
-011110111 CUTTING 2
-011110111 KEEPING 2
-011110111 AWARE 2
-011110111 HIMONT 2
-011110111 DOUBT 2
-011110111 BUSINESSLAND 2
-011110111 GUN 2
-011110111 ELIZABETH 2
-011110111 BIO-TECHNOLOGY 2
-011110111 NUCLEAR 2
-011110111 BASIX 2
-011110111 RIVAL 2
-011110111 GEORGIA 2
-011110111 JESSE 2
-011110111 GLASNOST 2
-011110111 ZHAO 2
-011110111 TRAILS 2
-011110111 THOUSAND 2
-011110111 BROWN-FORMAN 2
-011110111 ZEHNTEL 2
-011110111 BURNLEY 2
-011110111 TRUCKING 2
-011110111 ECHLIN 2
-011110111 1530.9 2
-011110111 DUKE 2
-011110111 FARMS 2
-011110111 ACCOUNTANTS 2
-011110111 SHAWMUT 2
-011110111 AGING 2
-011110111 OPTICAL 2
-011110111 PORTABLE 2
-011110111 115,436 2
-011110111 ROLLINS 2
-011110111 BURLINGTON 2
-011110111 HOCKEY 2
-011110111 WRIGLEY 2
-011110111 GELCO 2
-011110111 PLAYING 2
-011110111 FIRSTFED 2
-011110111 XIDEX 2
-011110111 KNOGO 2
-011110111 YET 2
-011110111 STREETS 2
-011110111 CHECKING 2
-011110111 DRAFTING 2
-011110111 SOCIALISTS 2
-011110111 COLGATE-PALMOLIVE 2
-011110111 TRINOVA 2
-011110111 SAFER 2
-011110111 LOSES 2
-011110111 MARKED 2
-011110111 WICKES 2
-011110111 MILLIPORE 2
-011110111 FEATHERING 2
-011110111 FOLLOW 2
-011110111 DENTISTS 2
-011110111 RETRAINING 2
-011110111 Cerinvest 2
-011110111 SUNUNU 2
-011110111 EACH 2
-011110111 ORIENT 2
-011110111 ESTATE-TAX 2
-011110111 HANCOCK 2
-011110111 NORANDA 2
-011110111 STRUCTURAL 2
-011110111 MARSHALL 2
-011110111 ATTRACTS 2
-011110111 CARTER 2
-011110111 HAWLEY 2
-011110111 TEAMWORK 2
-011110111 KEYNOTE 2
-011110111 SLEAZE 2
-011110111 HISTORY 2
-011110111 CLIENTS 2
-011110111 Leaking 2
-011110111 MOTHERS 2
-011110111 FALL 2
-011110111 MICROSOFT 2
-011110111 GREENER 2
-011110111 SOLID 2
-011110111 VOLUNTEERS 2
-011110111 DAVOX 2
-011110111 SERVICO 2
-011110111 DISCHARGED 2
-011110111 RETIREE 2
-011110111 ELCOR 2
-011110111 CONFUSION 2
-011110111 GARBAGE 2
-011110111 DISPOSABLE 2
-011110111 SEACOAST 2
-011110111 WEINBERGER 2
-011110111 HANGING 2
-011110111 CERUS 2
-011110111 STATEHOOD 2
-011110111 EASTER 2
-011110111 EXCUSE 2
-011110111 FARMLAND 2
-011110111 SURVEY 2
-011110111 BONUS 2
-011110111 INSTITUTO 2
-011110111 RADAR 2
-011110111 ANTONOVICH 2
-011110111 Mid-August 2
-011110111 VANDERBILT 2
-011110111 NORTHWESTERN 2
-011110111 THANKS 2
-011110111 INSTALLMENT 2
-011110111 ESTIMATED 2
-011110111 BMR 2
-011110111 TELERATE 2
-011110111 LISTED 2
-011110111 FIBER-OPTIC 2
-011110111 WELBILT 2
-011110111 YELTSIN 2
-011110111 MAZOWIECKI 2
-011110111 FIGURES 2
-011110111 MONARCH 2
-011110111 NORSTAR 2
-011110111 DUMPING 2
-011110111 GINSBURG 2
-011110111 INCREASED 2
-011110111 MAGMA 2
-011110111 CHOLESTEROL 2
-011110111 HORIZON 2
-011110111 WALGREEN 2
-011110111 FINAL 2
-011110111 JUNK 2
-011110111 STAY 2
-011110111 BREAKING 2
-011110111 WARY 2
-011110111 IMPAC 2
-011110111 RARE 2
-011110111 SENIOR 2
-011110111 DEWKS 2
-011110111 DRIVE-IN 2
-011110111 WESTAMERICA 2
-011110111 PENTAIR 2
-011110111 JOHNSTON 2
-011110111 GEMINA 2
-011110111 IRVINE 2
-011110111 BUG 2
-011110111 MASTER 2
-011110111 ARMED 2
-011110111 VOTER 2
-011110111 READ 2
-011110111 KYSOR 2
-011110111 PERES 2
-011110111 UTAH 2
-011110111 BETWEEN 2
-011110111 ALGERIA 2
-011110111 ELECTRON 2
-011110111 LOCKHEED 2
-011110111 WEDDING 2
-011110111 FIRST-CLASS 2
-011110111 COMPANIA 2
-011110111 PHONY 2
-011110111 ROCKY 2
-011110111 NERVOUS 2
-011110111 AMDAHL 2
-011110111 MEDIAN 2
-011110111 RYAN 2
-011110111 XYVISION 2
-011110111 SPREAD 2
-011110111 JURORS 2
-011110111 KENTUCKY 2
-011110111 EASCO 2
-011110111 GLENN 2
-011110111 Salesmanship 2
-011110111 BRINKMANN 2
-011110111 TRAUMA 2
-011110111 ARMS-CONTROL 2
-011110111 ROCKEFELLER 2
-011110111 TRUCK 2
-011110111 MEASUREX 2
-011110111 PACIFIC-RIM 2
-011110111 WOLSELEY 2
-011110111 Whiz-kid 2
-011110111 SOCIALIST 2
-011110111 Equivalent 2
-011110111 ATARI 2
-011110111 PHYSICISTS 2
-011110111 BERNARD 2
-011110111 ROSY 2
-011110111 UNTIL 2
-011110111 QUEENSWAY 2
-011110111 IGNORANCE 2
-011110111 MICE 2
-011110111 DIVIDEND-YIELD 2
-011110111 SUED 2
-011110111 1535.6 2
-011110111 1920.8 2
-011110111 HIGHLAND 2
-011110111 GENEROUS 2
-011110111 3COM 2
-011110111 FOREMOST 2
-011110111 REGULATORY 2
-011110111 DOCK 2
-011110111 Piling 2
-011110111 DESKTOP 2
-011110111 TBM 2
-011110111 KAY 2
-011110111 GUNS 2
-011110111 BABBITT 2
-011110111 PERRY 2
-011110111 BEYOND 2
-011110111 SHORE 2
-011110111 JANITORS 2
-011110111 STRANGE 2
-011110111 JAN 2
-011110111 TIGHTER 2
-011110111 LEANER 2
-011110111 SEQUA 2
-011110111 SPARE 2
-011110111 NEGOTIATIONS 2
-011110111 SURGEONS 2
-011110111 IDEAL 2
-011110111 AUDIO 2
-011110111 LURE 2
-011110111 Colder 2
-011110111 EATING 2
-011110111 TOILET 2
-011110111 S.N.L. 2
-011110111 Engex 2
-011110111 ARGENTINA 2
-011110111 CONGRESSMAN 2
-011110111 OUTLET 2
-011110111 AMES 2
-011110111 PERINI 2
-011110111 CELEBRITY 2
-011110111 IVAN 2
-011110111 RUDER 2
-011110111 PORT 2
-011110111 ORGANIZED 2
-011110111 State-controlled 2
-011110111 CONSIDERING 2
-011110111 Lifelong 2
-011110111 FOUL 2
-011110111 WISH 2
-011110111 Soufre 2
-011110111 MINUTEMAN 2
-011110111 PERMANENT 2
-011110111 SCREEN 2
-011110111 Hardened 2
-011110111 TEXTILE 2
-011110111 PROGRESSIVE 2
-011110111 FOREIGN-POLICY 2
-011110111 QUEST 2
-011110111 GASOLINE 2
-011110111 PATLEX 2
-011110111 PRIORITIES 2
-011110111 OLLIE 2
-011110111 SIGNS 2
-011110111 AMOSKEAG 2
-011110111 POSH 2
-011110111 ARTIFICIAL 2
-011110111 Saturated 2
-011110111 STADIUM 2
-011110111 CONCRETE 2
-011110111 EXTENDED-CARE 2
-011110111 WEDTECH 2
-011110111 COMEBACK 2
-011110111 Stagflation 2
-011110111 LOW-INCOME 2
-011110111 TRY 2
-011110111 EVERYONE 2
-011110111 DEEP 2
-011110111 WEEDING 2
-011110111 Portraying 2
-011110111 LATIN 2
-011110111 BERGER 2
-011110111 FINISH 2
-011110111 DAY-CARE 2
-011110111 BETTY 2
-011110111 RESTORING 2
-011110111 INTEL 2
-011110111 ESCAGEN 2
-011110111 ADOPTION 2
-011110111 SURF 2
-011110111 OPEN 2
-011110111 SHADES 2
-011110111 ADVANCES 2
-011110111 ARMCO 2
-011110111 MITTERRAND 2
-011110111 WELLCOME 2
-011110111 GENERIC 2
-011110111 HYDRAULIC 2
-011110111 LOOSE 2
-011110111 LEADERSHIP 2
-011110111 WELLNESS 2
-011110111 BANNER 2
-011110111 FAILURE 2
-011110111 LINDA 2
-011110111 REDEEMING 2
-011110111 Tieless 2
-011110111 ALPINE 2
-011110111 ANCHOR 2
-011110111 YANKEE 2
-011110111 DOMTAR 2
-011110111 CHUBB 2
-011110111 CAPITALIST 2
-011110111 Touchy 2
-011110111 BROCK 2
-011110111 WALDHEIM 2
-011110111 DOSKOCIL 2
-011110111 SUNGARD 2
-011110111 HIGHWAY 2
-011110111 SURPRISING 2
-011110111 DAISY 2
-011110111 DR. 2
-011110111 PROVIDENT 2
-011110111 HAITI 2
-011110111 todos 2
-011110111 GIVEN 2
-011110111 HEFTY 2
-011110111 EX-CIA 2
-011110111 ENCOR 2
-011110111 DEPUTY 2
-011110111 SOONER 2
-011110111 MARRIAGE 2
-011110111 BRANIFF 2
-011110111 JACK 2
-011110111 Cognitronics 2
-011110111 COMPACT 2
-011110111 NINE 2
-011110111 NEITHER 2
-011110111 ITCHING 2
-011110111 COMPROMISE 2
-011110111 PITY 2
-011110111 MIDLANTIC 2
-011110111 OSHMAN 2
-011110111 SPORTING 2
-011110111 DRUG-TESTING 2
-011110111 CARSON 2
-011110111 ALLTEL 2
-011110111 SCANNING 2
-011110111 GOTTA 2
-011110111 BALLY 2
-011110111 REGAN 2
-011110111 ALAN 2
-011110111 DEVELOPERS 2
-011110111 FREDERICK 2
-011110111 SPARTECH 2
-011110111 HIGHEST 2
-011110111 EATON 2
-011110111 WARD 2
-011110111 ROUSE 2
-011110111 VOEST-ALPINE 2
-011110111 MINISCRIBE 2
-011110111 UNEASY 2
-011110111 PHANTOM 2
-011110111 OCTOBER 2
-011110111 LIONEL 2
-011110111 U.S.-SOVIET 2
-011110111 EVIDENCE 3
-011110111 LOWER 3
-011110111 ROOSEVELT 3
-011110111 SMALLER 3
-011110111 MCFARLANE 3
-011110111 KEMPER 3
-011110111 RATING 3
-011110111 ARGENTINE 3
-011110111 MIAMI 3
-011110111 FARMER 3
-011110111 VIETNAM 3
-011110111 GEORGE 3
-011110111 CLOSE 3
-011110111 BRITAIN 3
-011110111 NICOR 3
-011110111 GARY 3
-011110111 AFGHAN 3
-011110111 ENDEVCO 3
-011110111 MIDDLE 3
-011110111 ARKLA 3
-011110111 DUCOMMUN 3
-011110111 PATTEN 3
-011110111 OGDEN 3
-011110111 PILLSBURY 3
-011110111 PART-TIME 3
-011110111 WESTWOOD 3
-011110111 WATCHING 3
-011110111 HUGHES 3
-011110111 HAVING 3
-011110111 FEDDERS 3
-011110111 EDWARD 3
-011110111 FICTION 3
-011110111 mise 3
-011110111 HUSSEIN 3
-011110111 THATCHER 3
-011110111 FISONS 3
-011110111 COLOMBIA 3
-011110111 XYLOGICS 3
-011110111 DONORS 3
-011110111 EAGLE 3
-011110111 OPERATING 3
-011110111 ALIMONY 3
-011110111 CERTAIN 3
-011110111 PROVIGO 3
-011110111 INSIDE 3
-011110111 +23 3
-011110111 UNLIKE 3
-011110111 APARTMENT 3
-011110111 AEROSPATIALE 3
-011110111 RAINIER 3
-011110111 ODD 3
-011110111 NELSON 3
-011110111 DEXTER 3
-011110111 WESTVACO 3
-011110111 KAISER 3
-011110111 RISING 3
-011110111 CARLUCCI 3
-011110111 LEMON 3
-011110111 SYRIA 3
-011110111 PECHINEY 3
-011110111 ALFONSIN 3
-011110111 INB 3
-011110111 THERMO 3
-011110111 DOMINION 3
-011110111 EXPORT 3
-011110111 UNCERTAINTY 3
-011110111 WENDY 3
-011110111 VALERO 3
-011110111 QUICK 3
-011110111 DIVORCE 3
-011110111 DISPUTES 3
-011110111 CLOTHING 3
-011110111 ADOLPH 3
-011110111 COORS 3
-011110111 GILBERT 3
-011110111 Healthsouth 3
-011110111 SUIT 3
-011110111 WANG 3
-011110111 UNDER 3
-011110111 CALTON 3
-011110111 SOARING 3
-011110111 START-UP 3
-011110111 HERBERT 3
-011110111 GUARANTY 3
-011110111 SCHERING-PLOUGH 3
-011110111 MICROPOLIS 3
-011110111 ECONOMISTS 3
-011110111 CURRENCY 3
-011110111 KID 3
-011110111 IMPORTED 3
-011110111 ACCORDING 3
-011110111 PANAMA 3
-011110111 CONTRACTING 3
-011110111 COMMODITIES 3
-011110111 PUBLICLY 3
-011110111 EMPIRE 3
-011110111 SPY 3
-011110111 PEACE 3
-011110111 WITCO 3
-011110111 OUTSIDE 3
-011110111 DEKALB 3
-011110111 AMBITIOUS 3
-011110111 CLOCK 3
-011110111 ALBANY 3
-011110111 AGRICULTURAL 3
-011110111 TECHNICAL 3
-011110111 KARSTADT 3
-011110111 SEN. 3
-011110111 KOREAN 3
-011110111 STUDENT 3
-011110111 CONFERENCE 3
-011110111 DEAVER 3
-011110111 FRANCHISE 3
-011110111 ROGER 3
-011110111 PRODUCER 3
-011110111 DAIRY 3
-011110111 FISHING 3
-011110111 EXPENSIVE 3
-011110111 PRUDENTIAL 3
-011110111 COMBAT 3
-011110111 KIM 3
-011110111 AVENUE 3
-011110111 MOODY 3
-011110111 OUTBOARD 3
-011110111 FISH 3
-011110111 LOS 3
-011110111 PRIDE 3
-011110111 CORONA 3
-011110111 CURRENT 3
-011110111 Comercial 3
-011110111 RISKY 3
-011110111 SAHARA 3
-011110111 BEHIND 3
-011110111 CALIFORNIANS 3
-011110111 TANDY 3
-011110111 MONKEY 3
-011110111 BROADWAY 3
-011110111 MAPCO 3
-011110111 HIJACKERS 3
-011110111 TEACHER 3
-011110111 DURING 3
-011110111 SPEED 3
-011110111 RICE 3
-011110111 THRIFT 3
-011110111 BEECHAM 3
-011110111 TRANSAMERICA 3
-011110111 DEGUSSA 3
-011110111 ESPANOL 3
-011110111 EMERGENCY 3
-011110111 TORONTO 3
-011110111 BRAMALEA 3
-011110111 HAMBROS 3
-011110111 AMFAC 3
-011110111 HER 3
-011110111 ROCHESTER 3
-011110111 LOAD 3
-011110111 BLIND 3
-011110111 ILL 3
-011110111 LECH 3
-011110111 AGENT 3
-011110111 WRITING 3
-011110111 BASS 3
-011110111 GENENTECH 3
-011110111 CONTRAS 3
-011110111 SIMON 3
-011110111 CRUISE 3
-011110111 PINOCHET 3
-011110111 CHRONAR 3
-011110111 TANKS 3
-011110111 HERTZ 3
-011110111 SHUTTLE 3
-011110111 GREYHOUND 3
-011110111 TALMAN 3
-011110111 AVOID 3
-011110111 SPREADING 3
-011110111 INSTANT 3
-011110111 MEXICAN 3
-011110111 SEAGATE 3
-011110111 CATALOG 3
-011110111 MARCOS 3
-011110111 NYNEX 3
-011110111 LOGIC 3
-011110111 IRAQI 3
-011110111 SEATTLE 3
-011110111 PILGRIM 3
-011110111 DILLARD 3
-011110111 AMGEN 3
-011110111 CREATIVE 3
-011110111 CLEAR 3
-011110111 CHICKEN 3
-011110111 REVLON 3
-011110111 NEWBERY 3
-011110111 KLERK 3
-011110111 NOBODY 3
-011110111 NORTHWEST 3
-011110111 MELVILLE 3
-011110111 BURMESE 3
-011110111 BUILD 3
-011110111 TOWN 3
-011110111 440.8 3
-011110111 2138.9 3
-011110111 BAHAMIAN 3
-011110111 KLOECKNER-HUMBOLDT-DEUTZ 3
-011110111 STOP 3
-011110111 MAYBE 3
-011110111 REGULATORS 3
-011110111 GROSS 3
-011110111 DEFENSIVE 3
-011110111 SLOWER 3
-011110111 RECRUITS 3
-011110111 LURING 3
-011110111 MERIT 3
-011110111 FIFTH 3
-011110111 MAKING 3
-011110111 HALF 3
-011110111 RESULTS 3
-011110111 COMMUNIST 3
-011110111 PIEDMONT 3
-011110111 WORRIED 3
-011110111 CITIZEN 3
-011110111 WHETHER 3
-011110111 GAG 3
-011110111 BRUCE 4
-011110111 FINE 4
-011110111 TRADITIONAL 4
-011110111 SPECIAL 4
-011110111 CINCINNATI 4
-011110111 BRIDGESTONE 4
-011110111 FRENCH 4
-011110111 CIRCUS 4
-011110111 HUMAN 4
-011110111 LIABILITY 4
-011110111 COLONIAL 4
-011110111 BURMA 4
-011110111 NEWSPAPER 4
-011110111 BOUYGUES 4
-011110111 TRYING 4
-011110111 ROBOT 4
-011110111 DISABILITY 4
-011110111 MESA 4
-011110111 BROKE 4
-011110111 CHIPS 4
-011110111 SHARING 4
-011110111 SPACE 4
-011110111 Excludes 4
-011110111 BEFORE 4
-011110111 BASE 4
-011110111 EMHART 4
-011110111 FOODMAKER 4
-011110111 SAFETY 4
-011110111 WISCONSIN 4
-011110111 HORSE 4
-011110111 EXPLOSIVOS 4
-011110111 BRUNSWICK 4
-011110111 STERLING 4
-011110111 MUTUAL-FUND 4
-011110111 SALOMON 4
-011110111 COURTAULDS 4
-011110111 WEYERHAEUSER 4
-011110111 ENTEX 4
-011110111 BANKRUPTCY 4
-011110111 BOTH 4
-011110111 BLACKS 4
-011110111 SIGN 4
-011110111 SHAREHOLDER 4
-011110111 KOHLBERG 4
-011110111 KRAVIS 4
-011110111 LAWRENCE 4
-011110111 DIGITAL 4
-011110111 FATHER 4
-011110111 UTILICORP 4
-011110111 SET 4
-011110111 PIPE 4
-011110111 NORWEST 4
-011110111 TRACTEBEL 4
-011110111 ARMSTRONG 4
-011110111 FERRANTI 4
-011110111 CAREER 4
-011110111 SEA 4
-011110111 CONCERN 4
-011110111 POSTAL 4
-011110111 CENTURY 4
-011110111 SOUTHWESTERN 4
-011110111 HISPANIC 4
-011110111 DAILY 4
-011110111 TYLER 4
-011110111 RIVALS 4
-011110111 WINTER 4
-011110111 COMINCO 4
-011110111 SECOND 4
-011110111 MILITARY 4
-011110111 EVERY 4
-011110111 MAXICARE 4
-011110111 GLASS 4
-011110111 SON 4
-011110111 DELAYED 4
-011110111 GUY 4
-011110111 DIRECT 4
-011110111 FUR 4
-011110111 EMPLOYER 4
-011110111 EUROPE 4
-011110111 SEVEN 4
-011110111 MATCH 4
-011110111 FLUOR 4
-011110111 ESSEX 4
-011110111 BRIGHT 4
-011110111 GOT 4
-011110111 MINIMUM 4
-011110111 BEERS 4
-011110111 TRIANGLE 4
-011110111 JERRY 4
-011110111 FINALLY 4
-011110111 PREMIER 4
-011110111 GLENFED 4
-011110111 EASTMAN 4
-011110111 GOLDMAN 4
-011110111 SACHS 4
-011110111 POPE 4
-011110111 BURNS 4
-011110111 STRONG 4
-011110111 BIDEN 4
-011110111 CROSSLAND 4
-011110111 STARTING 4
-011110111 LAB 4
-011110111 TARGET 4
-011110111 KEMP 4
-011110111 EQUIMARK 4
-011110111 JIM 4
-011110111 ANALYSTS 4
-011110111 CONVENTION 4
-011110111 JOINT 4
-011110111 BANNED 4
-011110111 TEKTRONIX 4
-011110111 CUBAN 4
-011110111 RENTAL 4
-011110111 LEADING 4
-011110111 HIGH-TECH 4
-011110111 WAR 4
-011110111 INDEPENDENT 4
-011110111 CHANGING 4
-011110111 LOCAL 4
-011110111 BANC 4
-011110111 SECORD 4
-011110111 SUPER 4
-011110111 QUAKER 5
-011110111 AMSTRAD 5
-011110111 IMAGINE 5
-011110111 MASSACHUSETTS 5
-011110111 TRANSCANADA 5
-011110111 DIVIDEND 5
-011110111 SHEVARDNADZE 5
-011110111 POLICY 5
-011110111 KNOW 5
-011110111 BELIEVE 5
-011110111 LOUISIANA 5
-011110111 st 5
-011110111 HWC 5
-011110111 MERGER 5
-011110111 ROSTENKOWSKI 5
-011110111 SHELL 5
-011110111 APPLIED 5
-011110111 WHERE 5
-011110111 OUR 5
-011110111 GERMAN 5
-011110111 Noted 5
-011110111 NEARLY 5
-011110111 BAY 5
-011110111 EXPORTERS 5
-011110111 INDIAN 5
-011110111 SWEDISH 5
-011110111 JOSEPH 5
-011110111 NUOVO 5
-011110111 LANDMARK 5
-011110111 CONTRA 5
-011110111 GORE 5
-011110111 CHILD-CARE 5
-011110111 ROBERTSON 5
-011110111 CHANCES 5
-011110111 ANGLO 5
-011110111 PREUSSAG 5
-011110111 RICOH 5
-011110111 PAID 5
-011110111 IOWA 5
-011110111 KOMATSU 5
-011110111 MENTOR 5
-011110111 Lucio 5
-011110111 HELPING 5
-011110111 TAXABLE 5
-011110111 BARRY 5
-011110111 DEMOCRATIC 5
-011110111 HUNTING 5
-011110111 GIANT 5
-011110111 TIGER 5
-011110111 MASCO 5
-011110111 HUNGARY 5
-011110111 LASER 5
-011110111 TOY 5
-011110111 HENRY 5
-011110111 PRESIDENTIAL 5
-011110111 Braathens 5
-011110111 ALLEGIS 5
-011110111 BAN 5
-011110111 FLEXIBLE 5
-011110111 ANY 5
-011110111 JARUZELSKI 5
-011110111 ARAB 5
-011110111 UNISYS 5
-011110111 Unreimbursed 5
-011110111 SLOW 5
-011110111 BRAZIL 5
-011110111 CHASE 5
-011110111 VOICE 5
-011110111 GRAIN 5
-011110111 ALTHOUGH 5
-011110111 REMY 5
-011110111 OREGON 5
-011110111 BALTIMORE 5
-011110111 BATTLED 5
-011110111 FEWER 5
-011110111 ORTEGA 5
-011110111 DELAWARE 5
-011110111 MOORE 5
-011110111 SAVE 5
-011110111 IMPORTS 5
-011110111 COOPER 5
-011110111 PRECISION 5
-011110111 MARYLAND 5
-011110111 SELECTED 5
-011110111 SCOTT 5
-011110111 RULE 5
-011110111 PHILIPPINE 5
-011110111 MOVIE 5
-011110111 BOOTS 5
-011110111 AIRLINE 5
-011110111 HEAD 5
-011110111 SOMETIMES 5
-011110111 MERIDIAN 5
-011110111 INCENTIVE 6
-011110111 LOOKING 6
-011110111 STANLEY 6
-011110111 POLITICAL 6
-011110111 GEPHARDT 6
-011110111 GLOBAL 6
-011110111 CONNECTICUT 6
-011110111 FORGET 6
-011110111 NEED 6
-011110111 BUSY 6
-011110111 HURRICANE 6
-011110111 BROAD 6
-011110111 HOLD 6
-011110111 BAR 6
-011110111 USING 6
-011110111 USED 6
-011110111 AMNESTY 6
-011110111 NOTHING 6
-011110111 ARIZONA 6
-011110111 INVESTIGATORS 6
-011110111 CHUN 6
-011110111 JOBLESS 6
-011110111 WATCH 6
-011110111 MATTEL 6
-011110111 CANCER 6
-011110111 SEVERAL 6
-011110111 HOT 6
-011110111 TRANS 6
-011110111 COMING 6
-011110111 PAKISTAN 6
-011110111 LEGAL 6
-011110111 BEER 6
-011110111 ILLEGAL 6
-011110111 CASEY 6
-011110111 FINDING 6
-011110111 ALLEGHENY 6
-011110111 FREE 6
-011110111 TEAMSTERS 6
-011110111 EVER 6
-011110111 RESIDENTIAL 6
-011110111 CHARITY 6
-011110111 SOMETHING 6
-011110111 LEGISLATION 6
-011110111 WAGE 6
-011110111 CONGRESSIONAL 6
-011110111 EUROPEAN 6
-011110111 RESOURCE 6
-011110111 ADD 6
-011110111 ETHICS 6
-011110111 VOLCKER 6
-011110111 DIAMOND 6
-011110111 EQUITABLE 6
-011110111 LOOKS 6
-011110111 HIRING 6
-011110111 THOUGH 6
-011110111 MERCHANTS 6
-011110111 ARMS 6
-011110111 NEVER 6
-011110111 DELTA 6
-011110111 WHY 6
-011110111 WALESA 6
-011110111 INLAND 6
-011110111 GROWING 6
-011110111 PRATT 6
-011110111 UNIVERSAL 6
-011110111 FACTORY 6
-011110111 PITTSBURGH 6
-011110111 MACMILLAN 6
-011110111 MAINE 6
-011110111 MCORP 6
-011110111 REBEL 6
-011110111 DEFENSE 6
-011110111 MANILA 6
-011110111 LAWMAKERS 6
-011110111 SILICON 6
-011110111 TENDER 6
-011110111 COATS 6
-011110111 MANAGER 6
-011110111 TAIWAN 6
-011110111 WELLS 7
-011110111 ZENITH 7
-011110111 POINDEXTER 7
-011110111 ASSOCIATED 7
-011110111 WHICH 7
-011110111 WRIGHT 7
-011110111 Candid 7
-011110111 FAST 7
-011110111 UNIVERSITY 7
-011110111 GUNMEN 7
-011110111 LOOK 7
-011110111 KODAK 7
-011110111 PENNZOIL 7
-011110111 ENGINEERS 7
-011110111 HOUSTON 7
-011110111 DOES 7
-011110111 VENTURE 7
-011110111 ST. 7
-011110111 QUAYLE 7
-011110111 ONCE 7
-011110111 AQUINO 7
-011110111 REPUBLICBANK 7
-011110111 BOEING 7
-011110111 PRIMERICA 7
-011110111 MOSLEM 7
-011110111 MINORITY 7
-011110111 REGIONAL 7
-011110111 FIGHTING 7
-011110111 PEOPLES 7
-011110111 FLYING 7
-011110111 HANSON 7
-011110111 IRANIAN 7
-011110111 NAVY 7
-011110111 IMMIGRATION 7
-011110111 BUYING 7
-011110111 COUNTRY 7
-011110111 FREEPORT-MCMORAN 7
-011110111 CAMPUS 7
-011110111 JIFFY 7
-011110111 JUSTICE 7
-011110111 TRADING 7
-011110111 NACIONAL 7
-011110111 STAKE 7
-011110111 EXEMPT 7
-011110111 WORKING 7
-011110111 MOUNTAIN 7
-011110111 FORT 7
-011110111 SOCIAL 7
-011110111 JARDINE 7
-011110111 FEDERATED 7
-011110111 ATLANTA 7
-011110111 COME 7
-011110111 ISTITUTO 7
-011110111 HOLLYWOOD 7
-011110111 NEWMONT 8
-011110111 SMOKING 8
-011110111 KANSAS 8
-011110111 Occasional 8
-011110111 OVERSEAS 8
-011110111 RIO 8
-011110111 REPUBLIC 8
-011110111 SOUTHWEST 8
-011110111 QUALITY 8
-011110111 IMAGE 8
-011110111 SUCH 8
-011110111 MCDONALD 8
-011110111 HOLIDAY 8
-011110111 THEIR 8
-011110111 TELEFONICA 8
-011110111 MAKE 8
-011110111 FAMILY 8
-011110111 MERCANTILE 8
-011110111 MARINE 8
-011110111 BAYERISCHE 8
-011110111 RECENT 8
-011110111 FIVE 8
-011110111 REAGANITES 8
-011110111 GREENSPAN 8
-011110111 IRAQ 8
-011110111 THOSE 8
-011110111 REAL-ESTATE 8
-011110111 VICTOR 8
-011110111 WEEKLY 8
-011110111 HERITAGE 8
-011110111 BEEN 8
-011110111 NICARAGUA 8
-011110111 MUSIC 8
-011110111 MAZDA 8
-011110111 RETIREMENT 8
-011110111 CHRISTMAS 8
-011110111 PHONE 8
-011110111 BENTSEN 8
-011110111 CITIZENS 8
-011110111 ALASKA 9
-011110111 FIDELITY 9
-011110111 ACTION 9
-011110111 CRASH 9
-011110111 GOLDEN 9
-011110111 CHINA 9
-011110111 CHARTER 9
-011110111 FEW 9
-011110111 Outgoing 9
-011110111 TAKE 9
-011110111 HOUSING 9
-011110111 NORTHEAST 9
-011110111 MOVING 9
-011110111 HOWARD 9
-011110111 DESPITE 9
-011110111 MY 9
-011110111 HOSPITAL 9
-011110111 BRUSSELS 9
-011110111 POLICE 9
-011110111 TAKING 9
-011110111 RETURN 9
-011110111 AVERAGE 9
-011110111 CAMPAIGN 9
-011110111 WANT 9
-011110111 NIAGARA 9
-011110111 HIGHER 9
-011110111 MUNICIPAL 9
-011110111 LINCOLN 9
-011110111 MEN 9
-011110111 DEAN 9
-011110111 PARTY 9
-011110111 CHRYSLER 10
-011110111 SHAMIR 10
-011110111 TAKEOVER 10
-011110111 PARIS 10
-011110111 BUY 10
-011110111 STRATEGIC 10
-011110111 Ailing 10
-011110111 COULD 10
-011110111 ODDS 10
-011110111 DETROIT 10
-011110111 SANTA 10
-011110111 OLD 10
-011110111 HELP 10
-011110111 GETTING 10
-011110111 AMAX 10
-011110111 KIDS 10
-011110111 BANQUE 10
-011110111 SHOULD 10
-011110111 SHOPPING 10
-011110111 TOTAL 10
-011110111 FARM 10
-011110111 BEING 10
-011110111 HART 10
-011110111 CHINESE 10
-011110111 LITTLE 10
-011110111 PENNSYLVANIA 10
-011110111 STUDENTS 11
-011110111 DID 11
-011110111 INDIANA 11
-011110111 JAMES 11
-011110111 FRANK 11
-011110111 PRIVATE 11
-011110111 KRAFT 11
-011110111 MICHAEL 11
-011110111 WORKER 11
-011110111 ITS 11
-011110111 FUJI 11
-011110111 TOUGH 11
-011110111 RIGHT 11
-011110111 FORMER 11
-011110111 THESE 11
-011110111 PERSONAL 11
-011110111 REYNOLDS 11
-011110111 PIONEER 11
-011110111 NORTHERN 12
-011110111 GULF 12
-011110111 LOUIS 12
-011110111 MICHIGAN 12
-011110111 POOR 12
-011110111 TELEVISION 12
-011110111 LET 12
-011110111 KIDDER 12
-011110111 BAD 12
-011110111 EVEN 12
-011110111 ONLY 12
-011110111 STILL 12
-011110111 Confidential 12
-011110111 WALSH 12
-011110111 FOUR 12
-011110111 SUMMIT 12
-011110111 MOSCOW 12
-011110111 MARTIN 12
-011110111 CIRCLE 13
-011110111 HITACHI 13
-011110111 SINGAPORE 13
-011110111 CHICAGO 13
-011110111 LONG 13
-011110111 MANUFACTURERS 13
-011110111 HOTEL 13
-011110111 POLAND 13
-011110111 CANADIAN 13
-011110111 DALLAS 13
-011110111 SUMMER 13
-011110111 BANCO 13
-011110111 ILLINOIS 13
-011110111 GOVERNMENT 14
-011110111 *** 14
-011110111 JUST 14
-011110111 WHILE 14
-011110111 HERE 14
-011110111 EMPLOYEE 14
-011110111 OHIO 14
-011110111 FED 14
-011110111 POLISH 14
-011110111 CASH 14
-011110111 Ago 14
-011110111 TOO 14
-011110111 SMITH 14
-011110111 GOOD 14
-011110111 ISRAELI 14
-011110111 CHILDREN 14
-011110111 MAJOR 15
-011110111 ENVIRONMENTAL 15
-011110111 IRAN 15
-011110111 MEXICO 15
-011110111 TEXACO 15
-011110111 NEXT 15
-011110111 BETTER 15
-011110111 SHORT 15
-011110111 EARLY 15
-011110111 OFF 15
-011110111 THREE 16
-011110111 LIKE 16
-011110111 COLLEGE 16
-011110111 EXECUTIVE 16
-011110111 TRAVEL 16
-011110111 BACK 16
-011110111 ANOTHER 16
-011110111 LABOR 16
-011110111 AD 16
-011110111 EAST 16
-011110111 TOSHIBA 16
-011110111 HIS 16
-011110111 ATLANTIC 16
-011110111 EASTERN 16
-011110111 VALLEY 16
-011110111 ECONOMIC 17
-011110111 NORIEGA 17
-011110111 PENSION 17
-011110111 MUTUAL 17
-011110111 SUN 17
-011110111 GO 18
-011110111 BY 18
-011110111 SAN 18
-011110111 FOOD 18
-011110111 OTHER 18
-011110111 ISRAEL 19
-011110111 BORK 19
-011110111 MR. 19
-011110111 DOLE 19
-011110111 Daffynition 19
-011110111 LAST 19
-011110111 TIMES 19
-011110111 WALL 20
-011110111 BAKER 20
-011110111 ROBERT 20
-011110111 STATES 20
-011110111 HOW 20
-011110111 TIME 20
-011110111 FORD 20
-011110111 HE 20
-011110111 JOB 20
-011110111 MEESE 20
-011110111 SO 20
-011110111 SMALL 21
-011110111 CONSUMER 21
-011110111 AFTER 21
-011110111 CENTRAL 21
-011110111 BLUE 21
-011110111 SOVIET 21
-011110111 WHITE 21
-011110111 SUPREME 21
-011110111 TWO 22
-011110111 GREAT 22
-011110111 LLOYD 22
-011110111 CONTINENTAL 23
-011110111 HIGH 23
-011110111 BOSTON 23
-011110111 Help-wanted 23
-011110111 FROM 23
-011110111 CALIFORNIA 23
-011110111 DRUG 24
-011110111 CONGRESS 24
-011110111 AUTO 24
-011110111 BOND 24
-011110111 TOP 24
-011110111 FLORIDA 25
-011110111 HEALTH 25
-011110111 DEMOCRATS 25
-011110111 CONSOLIDATED 25
-011110111 JAPANESE 25
-011110111 THEY 26
-011110111 SOUTHERN 26
-011110111 ELECTRONIC 27
-011110111 NOT 28
-011110111 MOST 29
-011110111 DO 29
-011110111 WOMEN 31
-011110111 WESTERN 31
-011110111 CAN 32
-011110111 THAT 33
-011110111 MANY 34
-011110111 ALL 34
-011110111 NORTH 34
-011110111 BOESKY 35
-011110111 BUT 36
-011110111 SOUTH 36
-011110111 SHULTZ 36
-011110111 GORBACHEV 36
-011110111 TOKYO 37
-011110111 WITH 38
-011110111 ORANGE 38
-011110111 WORST 39
-011110111 AMERICA 39
-011110111 STATE 40
-011110111 JAPAN 40
-011110111 THIS 40
-011110111 CORPORATE 41
-011110111 SOME 42
-011110111 DUKAKIS 44
-011110111 BIG 44
-011110111 THERE 45
-011110111 DREXEL 46
-011110111 NO 47
-011110111 UNITED 51
-011110111 ONE 51
-011110111 AIR 51
-011110111 BEST 51
-011110111 TEXAS 54
-011110111 Municipals 55
-011110111 IF 59
-011110111 ** 60
-011110111 WHAT 60
-011110111 MORE 62
-011110111 WHEN 64
-011110111 WASHINGTON 69
-011110111 BUSH 76
-011110111 ON 82
-011110111 DE 100
-011110111 AN 106
-011110111 MINOR 112
-011110111 FOR 115
-011110111 FIRST 118
-011110111 IT 120
-011110111 AMERICAN 136
-011110111 TO 136
-011110111 REAGAN 142
-011110111 IN 145
-011110111 STOCK 150
-011110111 Ad 176
-011110111 CERTIFICATES 188
-011110111 BANKERS 191
-011110111 TREASURY 192
-011110111 MERRILL 208
-011110111 FOREIGN 251
-011110111 NEW 266
-011110111 Senior 337
-011110111 COMMERCIAL 403
-011110111 LONDON 446
-011110111 Former 581
-011110111 FEDERAL 636
-011110111 THE 1352
-011110111 An 7259
-011110111 --- 3093
-011111000 MCKINLEY 1
-011111000 Three-term 1
-011111000 In-over-the-counter 1
-011111000 SAO 1
-011111000 Gepruefte 1
-011111000 PEDIATRIC 1
-011111000 ELECTION-NIGHT 1
-011111000 LANCASTER 1
-011111000 Ilmar 1
-011111000 ILAN 1
-011111000 PHILLIPS-VAN 1
-011111000 Dramha 1
-011111000 Incurring 1
-011111000 Jananne 1
-011111000 TIMBER 1
-011111000 Trumpeter 1
-011111000 Computer-triggered 1
-011111000 VIRTUE 1
-011111000 DETAILING 1
-011111000 Panic-driven 1
-011111000 Rinichi 1
-011111000 STINGER 1
-011111000 POLLY 1
-011111000 WILLIS 1
-011111000 Solicitors 1
-011111000 ESTIMATED-TAX 1
-011111000 Masuo 1
-011111000 Kornel 1
-011111000 EXCHANGES 1
-011111000 Still-higher 1
-011111000 221,399 1
-011111000 277,989 1
-011111000 -110,864 1
-011111000 342,394 1
-011111000 47,274 1
-011111000 Mentoring 1
-011111000 Cultivating 1
-011111000 MONDALE 1
-011111000 GAZ 1
-011111000 Lubov 1
-011111000 EVERETT 1
-011111000 FranCine 1
-011111000 FEMININE 1
-011111000 Violinists 1
-011111000 LILLIAN 1
-011111000 ENDING 1
-011111000 Tossed 1
-011111000 MILWAUKEE 1
-011111000 THRIFTY 1
-011111000 SALMON 1
-011111000 Destabilizing 1
-011111000 Communist-capitalist 1
-011111000 Rueben 1
-011111000 TAVERN 1
-011111000 Bumbershoot 1
-011111000 BALLROOM 1
-011111000 Dannie 1
-011111000 MANDATORY 1
-011111000 Yukiyo 1
-011111000 Semi-retired 1
-011111000 Then-president 1
-011111000 Razing 1
-011111000 Meita 1
-011111000 FLOODS 1
-011111000 CLINTON 1
-011111000 Tsutae 1
-011111000 Wulf 1
-011111000 Anne-Claire 1
-011111000 Hidezo 1
-011111000 Urvan 1
-011111000 Suitemates 1
-011111000 Olov 1
-011111000 CHILE 1
-011111000 NATIONAL-DEBT 1
-011111000 Aerovias 1
-011111000 COL. 1
-011111000 Unify 1
-011111000 Zuheir 1
-011111000 ENRIQUE 1
-011111000 RURAL 1
-011111000 CLINICAL 1
-011111000 Chierry 1
-011111000 Programmed 1
-011111000 ANNOYING 1
-011111000 RECKLESS 1
-011111000 USELESS 1
-011111000 Gilli 1
-011111000 REVERSE 1
-011111000 DOUBTFUL 1
-011111000 MOBS 1
-011111000 Brud 1
-011111000 BRIEFLY 1
-011111000 DIXIE 1
-011111000 Tinkham 1
-011111000 Junnosuke 1
-011111000 Gohei 1
-011111000 Metin 1
-011111000 Tap-water 1
-011111000 Insurer 1
-011111000 JIMMY 1
-011111000 Goryackiye 1
-011111000 Lauris 1
-011111000 BON 1
-011111000 Heyva 1
-011111000 Swiss-franc-futures 1
-011111000 Belyiye 1
-011111000 Sorok 1
-011111000 Priin 1
-011111000 HOSTILE 1
-011111000 COMPUTER-AIDED 1
-011111000 BIRDHOUSES 1
-011111000 Yeti 1
-011111000 COMFORTABLE 1
-011111000 Frinna 1
-011111000 REPORTING 1
-011111000 One-month 1
-011111000 PHILLY 1
-011111000 MUSCOCHO 1
-011111000 STALEMATE 1
-011111000 ANDROS 1
-011111000 COSTA 1
-011111000 Homa 1
-011111000 Rockwell-Marconi 1
-011111000 Model-year 1
-011111000 DORCHESTER 1
-011111000 GEOGRAPHY 1
-011111000 MUGGING 1
-011111000 BLOCKING 1
-011111000 RECYCLED 1
-011111000 EMPHASIZE 1
-011111000 ANGRY 1
-011111000 ASBESTOS 1
-011111000 JEFF 1
-011111000 Once-cozy 1
-011111000 KEN 1
-011111000 Academician 1
-011111000 CAPT. 1
-011111000 Radka 1
-011111000 GUN-CONTROL 1
-011111000 TRAINED 1
-011111000 Keshav 1
-011111000 EHRLICH 1
-011111000 REQUIRED 1
-011111000 RAGS-TO-RICHES 1
-011111000 STOCK-QUOTE 1
-011111000 PIGGLY 1
-011111000 Wakao 1
-011111000 BRIEFING 1
-011111000 PITNEY 1
-011111000 Takehiro 1
-011111000 WORKPLACE 1
-011111000 Odeh 1
-011111000 BAMBERGER 1
-011111000 PARTLY 1
-011111000 Albina 1
-011111000 Pagona 1
-011111000 FINGERS 1
-011111000 Najeeb 1
-011111000 COPENHAGEN 1
-011111000 HEMEN 1
-011111000 State-church 1
-011111000 DENVER 1
-011111000 Chagrined 1
-011111000 3.3577 1
-011111000 2.7963 1
-011111000 2.6926 1
-011111000 SOBRIETY 1
-011111000 PACKERLAND 1
-011111000 MAPLE 1
-011111000 Teruka 1
-011111000 Forty-three-year-old 1
-011111000 BAXTER 1
-011111000 Eleanore 1
-011111000 FUNARO 1
-011111000 KEYLESS 1
-011111000 FREEZER 1
-011111000 Foreign-currency-related 1
-011111000 UNILATERAL 1
-011111000 SPIRITED 1
-011111000 Deploring 1
-011111000 ERSATZ 1
-011111000 Northernmost 1
-011111000 CHEMIE 1
-011111000 Hako 1
-011111000 Honduran-Contra 1
-011111000 BOLT 1
-011111000 Taurai 1
-011111000 Fashioning 1
-011111000 Technicolor-bright 1
-011111000 TIMELY 1
-011111000 EAGLE-EYED 1
-011111000 CREDIT-CARD 1
-011111000 LEONARD 1
-011111000 LUTZ 1
-011111000 SALARY 1
-011111000 SCUBA 1
-011111000 GLITCHES 1
-011111000 Ruslan 1
-011111000 MERE 1
-011111000 Perfected 1
-011111000 UPPER-CRUST 1
-011111000 HEIRLOOM 1
-011111000 Ikegami 1
-011111000 PLASTIC-WRAPPED 1
-011111000 BUENOS 1
-011111000 Flexing 1
-011111000 Yonina 1
-011111000 IRWIN 1
-011111000 FRANCIS 1
-011111000 BINDER 1
-011111000 STOCK-FOR-DEBT 1
-011111000 Index-options 1
-011111000 INVITATION 1
-011111000 Mitral-valve 1
-011111000 Exiting 1
-011111000 MATERIAL 1
-011111000 KLOECKNER 1
-011111000 Stodgy 1
-011111000 Prickly 1
-011111000 Feral 1
-011111000 Ottorino 1
-011111000 Malvin 1
-011111000 PRIVATELY 1
-011111000 RIVER 1
-011111000 Gyrating 1
-011111000 DOWN-UNDER 1
-011111000 717.3 1
-011111000 Parent-teacher 1
-011111000 Surasak 1
-011111000 Bangorn 1
-011111000 ELLIOTT 1
-011111000 SWAPPING 1
-011111000 Pairote 1
-011111000 MARGO 1
-011111000 Yadel 1
-011111000 Moustafa 1
-011111000 BORROWED 1
-011111000 TAP-AIR 1
-011111000 TRES 1
-011111000 Ideler 1
-011111000 Allergic 1
-011111000 MAN-MADE 1
-011111000 WILLIE 1
-011111000 Manabu 1
-011111000 EVENHANDED 1
-011111000 ACADEMIC 1
-011111000 STOCKING 1
-011111000 Vorarlberger 1
-011111000 BASKING 1
-011111000 Jackalyne 1
-011111000 Karl-Olof 1
-011111000 LYNN 1
-011111000 Mid-States 1
-011111000 UNSOLICITED 1
-011111000 Kallen 1
-011111000 Susil 1
-011111000 YELLOW-PAGE 1
-011111000 Grandson 1
-011111000 BABY-BOOM 1
-011111000 Determinedly 1
-011111000 Legislative-executive 1
-011111000 Triennial 1
-011111000 GOODBYE 1
-011111000 Waturu 1
-011111000 MOET 1
-011111000 Moshav 1
-011111000 MOONLIGHTING 1
-011111000 OCE-VAN 1
-011111000 THIN 1
-011111000 Spiros 1
-011111000 Sakei 1
-011111000 23,801 1
-011111000 Sunnyi 1
-011111000 60,228 1
-011111000 714.2 1
-011111000 2002.6 1
-011111000 Divulging 1
-011111000 RIPPLE 1
-011111000 DARK-HORSE 1
-011111000 REMAINDER 1
-011111000 PETERSVILLE 1
-011111000 Low-tax 1
-011111000 FOILING 1
-011111000 Jettisoning 1
-011111000 PROCUREMENT 1
-011111000 Etablissement 1
-011111000 BRYN 1
-011111000 SAFEGUARD 1
-011111000 OBSERVANT 1
-011111000 Upcountry 1
-011111000 ENTHUSIASM 1
-011111000 COZY 1
-011111000 Ileene 1
-011111000 Church-state 1
-011111000 Boom-city 1
-011111000 Granulocyte 1
-011111000 CLIFF 1
-011111000 SIDNEY 1
-011111000 Australian-Indonesian 1
-011111000 GREENMAN 1
-011111000 OKOBANK 1
-011111000 HAWKER 1
-011111000 INTERCONTINENTAL 1
-011111000 Mid-sized 1
-011111000 Ex-dividend 1
-011111000 Lacked 1
-011111000 State-farm 1
-011111000 NO-FRILLS 1
-011111000 TUBES 1
-011111000 Drab 1
-011111000 Previewing 1
-011111000 Nightshift 1
-011111000 Shyamal 1
-011111000 TRADE-BILL 1
-011111000 DOGFIGHTS 1
-011111000 Dshamil 1
-011111000 Deriving 1
-011111000 FARM-ACREAGE 1
-011111000 Disemboweling 1
-011111000 Stock-basket 1
-011111000 FOUNTAIN 1
-011111000 Cash-heavy 1
-011111000 CONTAMINATION 1
-011111000 Altama 1
-011111000 Dissipating 1
-011111000 Jay-Dee 1
-011111000 Bungo 1
-011111000 Sulaiman 1
-011111000 Yaphet 1
-011111000 CLEANLINESS 1
-011111000 339.0 1
-011111000 13,724.7 1
-011111000 1,983.0 1
-011111000 342.0 1
-011111000 510.9 1
-011111000 SHAUL 1
-011111000 3,138.0 1
-011111000 5,596.5 1
-011111000 Shoba 1
-011111000 135,979 1
-011111000 239,223 1
-011111000 Severa 1
-011111000 120,242 1
-011111000 13,966 1
-011111000 158,593 1
-011111000 Tapan 1
-011111000 Melanin-impregnated 1
-011111000 FLY 1
-011111000 Satjipto 1
-011111000 1,955.0 1
-011111000 2,255.0 1
-011111000 11,421.0 1
-011111000 2,163.9 1
-011111000 1,220.2 1
-011111000 3,714.6 1
-011111000 5,800.0 1
-011111000 4,028.5 1
-011111000 101,156 1
-011111000 83,091 1
-011111000 TRIVIA 1
-011111000 128,320 1
-011111000 404,545 1
-011111000 127,382 1
-011111000 277,163 1
-011111000 Purchasing-power-parity 1
-011111000 10,545 1
-011111000 139,854 1
-011111000 20,053 1
-011111000 10,475 1
-011111000 ALANN 1
-011111000 Sukio 1
-011111000 RUPERT 1
-011111000 2,617 1
-011111000 19,506 1
-011111000 FREEZING 1
-011111000 THROW-AWAY 1
-011111000 Maijardie 1
-011111000 Ould 1
-011111000 Tiado 1
-011111000 DARMAN 1
-011111000 Oil-busted 1
-011111000 HAITIANS 1
-011111000 World-class 1
-011111000 HIDDEN 1
-011111000 Government-issue 1
-011111000 2470.00 1
-011111000 LEGG 1
-011111000 Computer-directed 1
-011111000 Kierie 1
-011111000 Hoboken-Union 1
-011111000 82,539 1
-011111000 Faramand 1
-011111000 Reflexive 1
-011111000 1563.0 1
-011111000 32,352 1
-011111000 When-issued 2
-011111000 RONALD 2
-011111000 STATISTICAL 2
-011111000 GZA 2
-011111000 Lyonel 2
-011111000 HAIR 2
-011111000 BROADCASTERS 2
-011111000 MUNICIPALS 2
-011111000 POOCH 2
-011111000 CINEPLEX 2
-011111000 Denzel 2
-011111000 SEPARATE 2
-011111000 CO-OPS 2
-011111000 FEELING 2
-011111000 Anil 2
-011111000 GALILEO 2
-011111000 SMITHKLINE 3
-011111000 War-torn 3
-011111000 Averaging 3
-011111000 RALSTON 4
-011111000 CONSERVATIVES 4
-011111000 DANCE 4
-011111000 Dividend-related 5
-011111000 Invoking 7
-011111000 Displaying 7
-011111000 CARL 8
-011111000 Defining 8
-011111000 In 83979
-011111000 PHELPS 9
-01111100100 Anthropomorphic 1
-01111100100 Electioneering 1
-01111100100 Cicada 1
-01111100100 Corks 1
-01111100100 Synthesized 1
-01111100100 Inhalable 1
-01111100100 Coffee-table 1
-01111100100 Soluble 1
-01111100100 Rheumatoid 1
-01111100100 Stroke-causing 1
-01111100100 Macrophages 1
-01111100100 Preservationist 1
-01111100100 .what 1
-01111100100 Diamond-coated 1
-01111100100 More-advanced 1
-01111100100 Craggy 1
-01111100100 Awkward 1
-01111100100 Batting 1
-01111100100 Forums 1
-01111100100 Props 1
-01111100100 Unilaterally 1
-01111100100 Inflammatory 1
-01111100100 Commence 1
-01111100100 Choreographing 1
-01111100100 Driver-side 1
-01111100100 Renaming 1
-01111100100 Degradable 1
-01111100100 Suppressing 1
-01111100100 Generators 1
-01111100100 Oraflex-related 1
-01111100100 Sweetened 1
-01111100100 Cut-your-own 1
-01111100100 Sanitizing 1
-01111100100 Gauging 1
-01111100100 Endometrial 1
-01111100100 Sign-carrying 1
-01111100100 Hugging 1
-01111100100 Succinic 1
-01111100100 Thespians 1
-01111100100 Bulldozing 1
-01111100100 Stearic 1
-01111100100 Carrier-based 1
-01111100100 Rectum 1
-01111100100 Flanking 1
-01111100100 Counteracting 1
-01111100100 Unificationists 1
-01111100100 Dramatically 1
-01111100100 Hydrochloric 1
-01111100100 Sweet-talking 1
-01111100100 Vao 1
-01111100100 Rendering 1
-01111100100 M.F. 1
-01111100100 Elbowing 1
-01111100100 Falciparum 1
-01111100100 Commercializing 1
-01111100100 Complementing 1
-01111100100 Incorrectly 1
-01111100100 Acetic 1
-01111100100 COMMUNION 1
-01111100100 No-fault 1
-01111100100 Ultraviolet 1
-01111100100 Possessing 1
-01111100100 Powdering 1
-01111100100 Unwinding 1
-01111100100 Swishing 1
-01111100100 Bled 1
-01111100100 Acute 1
-01111100100 Bailouts 1
-01111100100 Rhetoricians 1
-01111100100 Unadulterated 1
-01111100100 Demented 1
-01111100100 Corroborating 2
-01111100100 Diagnosed 2
-01111100100 Accruing 2
-01111100100 Waiving 2
-01111100100 Prostate 2
-01111100100 Athough 2
-01111100100 Hospitalized 2
-01111100100 Liberating 2
-01111100100 Hampering 2
-01111100100 High-performance 2
-01111100100 Humorous 2
-01111100100 Rescinding 2
-01111100100 Buttressing 2
-01111100100 Implanted 2
-01111100100 Spilling 2
-01111100100 Reorganize 2
-01111100100 Intensifying 2
-01111100100 Entertainers 2
-01111100100 Erasing 2
-01111100100 Suspecting 2
-01111100100 ABANDONING 2
-01111100100 Retelling 2
-01111100100 Dissolving 2
-01111100100 Reconstructing 2
-01111100100 Upping 2
-01111100100 Quoth 2
-01111100100 LINKING 2
-01111100100 Grenade 2
-01111100100 VOLUNTARY 2
-01111100100 ABANDONED 3
-01111100100 Determine 3
-01111100100 Sparking 3
-01111100100 Discarding 3
-01111100100 Resuming 3
-01111100100 Hailing 3
-01111100100 Enabling 3
-01111100100 Unloading 3
-01111100100 Onto 3
-01111100100 Improve 3
-01111100100 Ensuring 3
-01111100100 Acknowledges 3
-01111100100 Redeeming 3
-01111100100 .for 3
-01111100100 Propelling 3
-01111100100 Assigning 3
-01111100100 Favoring 3
-01111100100 Exercising 3
-01111100100 Witnessing 3
-01111100100 Modernizing 3
-01111100100 Eschewing 3
-01111100100 Stoking 3
-01111100100 Condemning 3
-01111100100 Narrowing 3
-01111100100 Justifying 3
-01111100100 Relentless 3
-01111100100 Refunding 3
-01111100100 Confronting 4
-01111100100 Abandoning 4
-01111100100 Patrolling 4
-01111100100 Suspending 4
-01111100100 Concluded 4
-01111100100 Tapping 4
-01111100100 Projecting 4
-01111100100 Causing 4
-01111100100 Enacting 4
-01111100100 Surrounding 4
-01111100100 Decreasing 4
-01111100100 Disregarding 4
-01111100100 Designating 4
-01111100100 Exchanging 4
-01111100100 Valuing 4
-01111100100 Postponing 4
-01111100100 Highlighting 4
-01111100100 Favors 5
-01111100100 Countering 5
-01111100100 Rampant 5
-01111100100 Eyeing 5
-01111100100 Implementing 5
-01111100100 Terming 5
-01111100100 Aggravating 5
-01111100100 Capping 5
-01111100100 Bolstering 5
-01111100100 Denied 5
-01111100100 Chasing 5
-01111100100 Withdrawing 5
-01111100100 Discovering 5
-01111100100 Weakening 5
-01111100100 Posting 5
-01111100100 Accusing 5
-01111100100 Revising 5
-01111100100 Basing 5
-01111100100 Prompting 6
-01111100100 Interpreting 6
-01111100100 Outlining 6
-01111100100 Contradicting 6
-01111100100 Contemplating 6
-01111100100 Stabilizing 6
-01111100100 Reviving 6
-01111100100 Himself 6
-01111100100 Redefining 6
-01111100100 Awaiting 6
-01111100100 Exploiting 6
-01111100100 Characterizing 6
-01111100100 Underlining 6
-01111100100 Examining 6
-01111100100 Subtracting 6
-01111100100 Wielding 6
-01111100100 Attending 6
-01111100100 Attaining 6
-01111100100 Reiterating 6
-01111100100 Covering 7
-01111100100 Curbing 7
-01111100100 Retiring 7
-01111100100 Shedding 7
-01111100100 Delivering 7
-01111100100 Alleging 7
-01111100100 Earning 7
-01111100100 Accept 7
-01111100100 Privatizing 7
-01111100100 Estimating 7
-01111100100 Minus 8
-01111100100 Urging 8
-01111100100 Charging 8
-01111100100 Emphasizing 8
-01111100100 Alongside 8
-01111100100 Atop 8
-01111100100 Battling 8
-01111100100 Signaling 8
-01111100100 Marking 8
-01111100100 Assessing 8
-01111100100 Representing 9
-01111100100 Spurring 9
-01111100100 Adopting 9
-01111100100 Resolving 9
-01111100100 Balancing 10
-01111100100 Believing 10
-01111100100 Illustrating 10
-01111100100 Predicting 10
-01111100100 Waving 10
-01111100100 Dismissing 10
-01111100100 Defying 10
-01111100100 Pursuing 11
-01111100100 Underscoring 11
-01111100100 Announcing 11
-01111100100 Restricting 12
-01111100100 Expecting 12
-01111100100 Analyzing 13
-01111100100 Limiting 13
-01111100100 Passing 13
-01111100100 Installing 13
-01111100100 Forcing 13
-01111100100 Calculating 14
-01111100100 Obtaining 14
-01111100100 Confirming 14
-01111100100 Lowering 14
-01111100100 Studying 15
-01111100100 Reversing 15
-01111100100 Avoiding 16
-01111100100 Claiming 16
-01111100100 Achieving 16
-01111100100 Rejecting 17
-01111100100 Requiring 17
-01111100100 Ignoring 17
-01111100100 Removing 17
-01111100100 Recalling 18
-01111100100 Protecting 18
-01111100100 Accepting 18
-01111100100 Lifting 19
-01111100100 Offsetting 19
-01111100100 Applying 19
-01111100100 Placing 21
-01111100100 Reaching 21
-01111100100 Exact 21
-01111100100 Establishing 21
-01111100100 Owning 23
-01111100100 Combining 24
-01111100100 Choosing 24
-01111100100 Supporting 25
-01111100100 Riding 26
-01111100100 Eliminating 26
-01111100100 Maintaining 26
-01111100100 Sensing 26
-01111100100 Comparing 28
-01111100100 Compounding 28
-01111100100 Defending 29
-01111100100 Fueling 31
-01111100100 Acknowledging 31
-01111100100 Providing 31
-01111100100 Underlying 33
-01111100100 Creating 35
-01111100100 Discussing 35
-01111100100 Beneath 36
-01111100100 Wearing 39
-01111100100 Reducing 40
-01111100100 Ending 41
-01111100100 Anticipating 42
-01111100100 Extending 43
-01111100100 Addressing 47
-01111100100 Offering 48
-01111100100 Lacking 50
-01111100100 Explaining 50
-01111100100 Fearing 55
-01111100100 Notwithstanding 55
-01111100100 Concerning 57
-01111100100 Absent 60
-01111100100 Watching 62
-01111100100 Facing 62
-01111100100 Pending 78
-01111100100 Called 79
-01111100100 Raising 81
-01111100100 Considering 98
-01111100100 Barring 101
-01111100100 Upon 159
-01111100100 Including 165
-01111100100 Reflecting 167
-01111100100 Assuming 190
-01111100100 Behind 195
-01111100100 Taking 210
-01111100100 Citing 218
-01111100100 Throughout 219
-01111100100 Amid 259
-01111100100 Against 285
-01111100100 Beyond 319
-01111100100 Excluding 385
-01111100100 Using 438
-01111100100 Given 722
-01111100100 Within 746
-01111100100 Following 758
-01111100100 Without 1377
-01111100100 During 2495
-01111100100 After 7762
-01111100100 With 6817
-01111100100 Under 7580
-01111100100 Despite 3947
-01111100101 Tansy 1
-01111100101 Bracing 1
-01111100101 Allying 1
-01111100101 Focused 1
-01111100101 Imagining 1
-01111100101 Screenings 1
-01111100101 Europeennes 1
-01111100101 Overshadowing 1
-01111100101 Dedicate 1
-01111100101 Priding 1
-01111100101 Uncompensated 1
-01111100101 Divesting 1
-01111100101 Directing 1
-01111100101 Committing 1
-01111100101 Commits 1
-01111100101 them-for 1
-01111100101 Extricating 1
-01111100101 Outrunning 1
-01111100101 Non-actors 1
-01111100101 BHA 1
-01111100101 Bridging 2
-01111100101 Reminds 2
-01111100101 Install 2
-01111100101 c-Includes 2
-01111100101 Amidst 2
-01111100101 Likening 2
-01111100101 Abdala 2
-01111100101 Sacking 2
-01111100101 Spicing 2
-01111100101 Remind 2
-01111100101 Arresting 3
-01111100101 Utilizing 3
-01111100101 Buoying 3
-01111100101 Renting 3
-01111100101 Educate 3
-01111100101 Prepaying 3
-01111100101 Triggering 4
-01111100101 Spanning 4
-01111100101 Overhanging 4
-01111100101 Substantially 4
-01111100101 Embracing 4
-01111100101 Evaluating 4
-01111100101 Accompanying 14
-01111100101 Revolucionario 16
-01111100101 Describing 38
-01111100101 Above 140
-01111100101 For 19851
-01111100101 Counting 144
-01111100110 Recessionary 1
-01111100110 voluntary-contribution 1
-01111100110 Judiciously 1
-01111100110 ADJOURNED 1
-01111100110 Suburb 1
-01111100110 diagnostically 1
-01111100110 Nixing 1
-01111100110 Pack-style 1
-01111100110 Communiques 1
-01111100110 Manually 1
-01111100110 Strangling 1
-01111100110 DENIES 1
-01111100110 Botanically 1
-01111100110 Argricetus 1
-01111100110 WHIPSAW 1
-01111100110 Multiyear 1
-01111100110 Toxicity 1
-01111100110 Liveried 1
-01111100110 Fool-proof 1
-01111100110 HIGH-TECH-EXECUTIVE 1
-01111100110 CONTINUOUS 1
-01111100110 Raucous 1
-01111100110 Wraparound 1
-01111100110 Personal-care 1
-01111100110 Gleefully 1
-01111100110 Quarter-end 1
-01111100110 Clot 1
-01111100110 Avocations 1
-01111100110 Feverish 1
-01111100110 Cheerfully 1
-01111100110 Rank-and-filers 1
-01111100110 Free-form 1
-01111100110 Twelve-meter 1
-01111100110 Post-Teledyne 1
-01111100110 COUCH 1
-01111100110 Nutri-Systems 1
-01111100110 Adamantly 1
-01111100110 Claustrophobic 1
-01111100110 Stop-and-go 1
-01111100110 Crop-dusters 1
-01111100110 Tax-motivated 1
-01111100110 Ignited 1
-01111100110 lacquered 1
-01111100110 Orchestrated 1
-01111100110 Wide-scale 1
-01111100110 Nonozone 1
-01111100110 Facilitating 1
-01111100110 First-run 1
-01111100110 Bilzerian-Hammermill 1
-01111100110 Preassembling 1
-01111100110 Writeoffs 1
-01111100110 ghoul 1
-01111100110 ELECTION-YEAR 1
-01111100110 Inhouse 1
-01111100110 re-grand 1
-01111100110 STARTED 1
-01111100110 ENTERING 1
-01111100110 half-an-hour 1
-01111100110 Skillfully 1
-01111100110 Transportation-related 1
-01111100110 Sailboat 1
-01111100110 .in 1
-01111100110 Injunctions 1
-01111100110 Index-related 1
-01111100110 Subcompacts 1
-01111100110 dog-days 1
-01111100110 Preretirement 1
-01111100110 General-products 1
-01111100110 Kroczek 1
-01111100110 Follow-through 1
-01111100110 Hemophiliacs 1
-01111100110 Seven-month 1
-01111100110 Clinicians 1
-01111100110 Spillers 1
-01111100110 READERS 1
-01111100110 Tromatically 1
-01111100110 Planks 1
-01111100110 DESK-TOP 1
-01111100110 Varietal 1
-01111100110 UNSANITARY 1
-01111100110 Poetically 1
-01111100110 OCO 2
-01111100110 Dwarfing 2
-01111100110 Exploring 2
-01111100110 CLUB 2
-01111100110 Steadily 2
-01111100110 Commit 2
-01111100110 Minions 2
-01111100110 Contests 2
-01111100110 Clandestine 2
-01111100110 Gilding 2
-01111100110 Boldly 2
-01111100110 Demanding 2
-01111100110 Dismal 2
-01111100110 Reconsider 2
-01111100110 Wildly 3
-01111100110 Anemic 3
-01111100110 Sectors 3
-01111100110 Promptly 3
-01111100110 NOVEMBER 3
-01111100110 Futures-related 4
-01111100110 Detecting 4
-01111100110 Aggressively 4
-01111100110 Weathering 4
-01111100110 Pleading 4
-01111100110 Implicitly 4
-01111100110 CONSIDER 4
-01111100110 SEPTEMBER 4
-01111100110 REMEMBER 5
-01111100110 Cash-basis 5
-01111100110 Broadly 6
-01111100110 Martial 8
-01111100110 SINCE 9
-01111100110 Remembering 11
-01111100110 Merely 14
-01111100110 ARE 63
-01111100110 Fiscal 128
-01111100110 Between 434
-01111100110 Until 1525
-01111100110 Before 2048
-01111100110 From 2123
-01111100110 By 5717
-01111100110 Since 4768
-011111001110 Future-queen 1
-011111001110 Black-and-Blue 1
-011111001110 Broad-brush 1
-011111001110 Loosened 1
-011111001110 --WSJ 1
-011111001110 Merger-speculating 1
-011111001110 Tenuous 1
-011111001110 Inaugurated 1
-011111001110 Skylake 1
-011111001110 Plascencia 1
-011111001110 Incompetence 1
-011111001110 Premiering 1
-011111001110 1252 1
-011111001110 electronic/robotics 1
-011111001110 Glistening 1
-011111001110 Salt-front 1
-011111001110 Pastoral 1
-011111001110 Profit-hungry 1
-011111001110 Crooner-actor 1
-011111001110 Ragusa 1
-011111001110 Mailbox 1
-011111001110 Frets 2
-011111001110 Enact 2
-011111001110 Overruling 2
-011111001110 Scrapping 2
-011111001110 Reconciling 2
-011111001110 Shunning 2
-011111001110 Dispersing 2
-011111001110 Lived 2
-011111001110 CHOCK 2
-011111001110 Hurting 2
-011111001110 Experiencing 2
-011111001110 Dated 3
-011111001110 Accelerating 3
-011111001110 Perish 3
-011111001110 Lengthening 3
-011111001110 Restrict 3
-011111001110 NW. 3
-011111001110 Undermining 4
-011111001110 Debating 4
-011111001110 Stormy 5
-011111001110 Unveiling 5
-011111001110 Meltdown 5
-011111001110 Mirroring 7
-011111001110 Skipping 7
-011111001110 Sipping 7
-011111001110 TGI 12
-011111001110 Complicating 34
-011111001110 Through 792
-011111001110 Of 3000
-011111001110 On 9183
-011111001111 Renegotiating 1
-011111001111 Spearheading 1
-011111001111 Hoisting 1
-011111001111 Submerging 1
-011111001111 Recapping 1
-011111001111 Rejoining 1
-011111001111 Testimonials 1
-011111001111 Powering 1
-011111001111 Clematis-wise 1
-011111001111 Clouding 1
-011111001111 Skewing 1
-011111001111 Revealing 1
-011111001111 Curtail 1
-011111001111 Climaxing 1
-011111001111 Adapting 1
-011111001111 Allemande 1
-011111001111 Satisfying 1
-011111001111 Recalculating 1
-011111001111 Sealing 1
-011111001111 Pedigreed 1
-011111001111 Disproving 1
-011111001111 Monday-through-Saturday 1
-011111001111 Pintails 1
-011111001111 Inhaling 1
-011111001111 17,841 1
-011111001111 Mothballing 1
-011111001111 Complimenting 1
-011111001111 Persisting 1
-011111001111 Emitting 1
-011111001111 Overlaying 1
-011111001111 Obscuring 1
-011111001111 Mistaking 1
-011111001111 Disbanding 1
-011111001111 Approving 1
-011111001111 Paving 1
-011111001111 Exorcising 1
-011111001111 Nullifying 1
-011111001111 Retrieving 1
-011111001111 Marshaling 1
-011111001111 Masaichi 1
-011111001111 Outwitting 1
-011111001111 Reeking 1
-011111001111 703.9 1
-011111001111 718.7 1
-011111001111 Insinuate 1
-011111001111 Overhauling 1
-011111001111 Exaggerating 1
-011111001111 Contravening 1
-011111001111 Irregular 1
-011111001111 719.1 1
-011111001111 3.4809 1
-011111001111 Disseminating 1
-011111001111 Midafternoon 1
-011111001111 Remarketing 1
-011111001111 Reassuring 1
-011111001111 Widening 1
-011111001111 Disdaining 1
-011111001111 Condensing 1
-011111001111 Breaching 1
-011111001111 Adjoining 1
-011111001111 Outmaneuvering 1
-011111001111 Assimilating 1
-011111001111 Four-megabyte 1
-011111001111 Bending 1
-011111001111 Doubting 1
-011111001111 Dragging 1
-011111001111 Yerba 1
-011111001111 Bypassing 1
-011111001111 Befitting 1
-011111001111 Amortizing 1
-011111001111 LIZ 1
-011111001111 Steamrolling 1
-011111001111 .To 1
-011111001111 Navigating 1
-011111001111 Conveying 1
-011111001111 Groomed 1
-011111001111 Flagging 1
-011111001111 Compiling 1
-011111001111 Once-thriving 1
-011111001111 Inserting 1
-011111001111 Swiftly 1
-011111001111 Amending 1
-011111001111 Commanding 1
-011111001111 POLICING 1
-011111001111 Repaying 1
-011111001111 Comprehend 1
-011111001111 Rekindling 1
-011111001111 Trusting 1
-011111001111 Rejigger 1
-011111001111 Emphasize 1
-011111001111 Watering 1
-011111001111 Vaccine-maker 1
-011111001111 Once-plodding 1
-011111001111 Lob 1
-011111001111 quoth 1
-011111001111 Bagging 1
-011111001111 Vocally 1
-011111001111 Meshing 1
-011111001111 Physicist. 1
-011111001111 Actuary. 1
-011111001111 Enjoying 1
-011111001111 Rename 1
-011111001111 Stipulations 1
-011111001111 Belabor 1
-011111001111 Outfits 1
-011111001111 Tallying 1
-011111001111 Shucking 1
-011111001111 Gracing 1
-011111001111 Championing 1
-011111001111 reassesses 1
-011111001111 Quicken 1
-011111001111 Mowing 1
-011111001111 Paralleling 1
-011111001111 Second-place 1
-011111001111 Supplying 1
-011111001111 Enjoining 1
-011111001111 Belying 1
-011111001111 Aver 1
-011111001111 CASH-STRAPPED 1
-011111001111 Nurture 1
-011111001111 Magnifying 1
-011111001111 Maintain 1
-011111001111 Referenda 1
-011111001111 Braised 1
-011111001111 Debugging 1
-011111001111 SCRATCH 1
-011111001111 Attributing 1
-011111001111 Transporting 1
-011111001111 Tool-resetting 1
-011111001111 Disengaging 1
-011111001111 Tempering 1
-011111001111 Employ 1
-011111001111 Socking 1
-011111001111 Scuttling 1
-011111001111 Repeaters 1
-011111001111 Deriding 1
-011111001111 Publicizing 1
-011111001111 SKANDINAVISKA 1
-011111001111 Methinks 1
-011111001111 Hyping 1
-011111001111 Demolishing 1
-011111001111 Symbolizing 1
-011111001111 .like 1
-011111001111 Equating 1
-011111001111 Undoing 1
-011111001111 Reintroducing 1
-011111001111 Belligerents 2
-011111001111 Angering 2
-011111001111 Endorsing 2
-011111001111 Restraining 2
-011111001111 Awarding 2
-011111001111 Eighteen-year-old 2
-011111001111 Forgoing 2
-011111001111 Suggesting 2
-011111001111 Anti-aging 2
-011111001111 Deploying 2
-011111001111 Ridding 2
-011111001111 Overturning 2
-011111001111 Alienating 2
-011111001111 Householders 2
-011111001111 Yanking 2
-011111001111 Braving 2
-011111001111 Subtract 2
-011111001111 Foreshadowing 2
-011111001111 Reputedly 2
-011111001111 Computerizing 2
-011111001111 Hosting 2
-011111001111 Quipped 2
-011111001111 Disputing 2
-011111001111 harrumphed 2
-011111001111 Pinpointing 2
-011111001111 Invade 2
-011111001111 Escaping 2
-011111001111 Kinju 2
-011111001111 LICKING 2
-011111001111 Devalue 2
-011111001111 Perfecting 2
-011111001111 Decrying 2
-011111001111 Elevating 2
-011111001111 Composing 2
-011111001111 Depressing 2
-011111001111 Advising 2
-011111001111 Summarizing 2
-011111001111 Abusing 2
-011111001111 Scrubbing 2
-011111001111 Alhough 2
-011111001111 Embattled 2
-011111001111 Reaping 2
-011111001111 Conviction 2
-011111001111 Pondering 2
-011111001111 Educating 3
-011111001111 Cracking 3
-011111001111 Forgetting 3
-011111001111 Bando 3
-011111001111 Recognize 3
-011111001111 Typifying 3
-011111001111 Integrating 3
-011111001111 Pounding 3
-011111001111 Touting 3
-011111001111 Strengthening 3
-011111001111 Nearing 3
-011111001111 Recounting 4
-011111001111 Omitting 4
-011111001111 Clarifying 4
-011111001111 Noticing 4
-011111001111 Restarting 4
-011111001111 Seize 4
-011111001111 Praising 4
-011111001111 Dominating 4
-011111001111 Reinforcing 5
-011111001111 Stating 5
-011111001111 Insisting 5
-011111001111 Guaranteeing 5
-011111001111 Repealing 6
-011111001111 Multiplying 6
-011111001111 Enforcing 7
-011111001111 Surveying 7
-011111001111 Indicating 8
-011111001111 Hitting 8
-011111001111 Bucking 9
-011111001111 Completing 10
-011111001111 Contrast 11
-011111001111 Declaring 11
-011111001111 Stressing 12
-011111001111 Asserting 18
-011111001111 Realizing 19
-011111001111 Conceding 19
-011111001111 Heading 33
-011111001111 Recognizing 40
-011111001111 Toward 86
-011111001111 Across 133
-011111001111 Around 158
-011111001111 Noting 254
-011111001111 At 13855
-011111001111 Over 1423
-01111101000 knee-jerked 1
-01111101000 Dispossessing 1
-01111101000 Manana 1
-01111101000 Eradicate 1
-01111101000 Crabgrass 1
-01111101000 Pheumo 1
-01111101000 Finessing 1
-01111101000 Scaring 1
-01111101000 Prestigious 1
-01111101000 Imitate 1
-01111101000 Motivate 1
-01111101000 Politicizing 1
-01111101000 Roiling 1
-01111101000 Chucking 1
-01111101000 Takeaway 1
-01111101000 Italicize 1
-01111101000 Grievous 1
-01111101000 regularizing 1
-01111101000 Razz 1
-01111101000 Scuffy 1
-01111101000 Automating 1
-01111101000 Tax-Hike 1
-01111101000 Home-porting 1
-01111101000 Funniest 1
-01111101000 execessive 1
-01111101000 Shadowing 1
-01111101000 Clocking 1
-01111101000 Jawbone 1
-01111101000 Blanch 1
-01111101000 Explore 1
-01111101000 Wistful 1
-01111101000 dao 1
-01111101000 Hairy 1
-01111101000 Uprooting 1
-01111101000 Outflanking 1
-01111101000 WAKE 1
-01111101000 disrespecting 1
-01111101000 Reelect 1
-01111101000 Nimble 1
-01111101000 Frisk 1
-01111101000 Untie 1
-01111101000 giant-fruited 1
-01111101000 Derail 1
-01111101000 Organize 1
-01111101000 Stalking 1
-01111101000 Thar 1
-01111101000 .but 1
-01111101000 Wili 1
-01111101000 Noticiario 1
-01111101000 reexcite 1
-01111101000 underutilizing 1
-01111101000 overfished 1
-01111101000 Framing 1
-01111101000 Clogging 1
-01111101000 unhitching 1
-01111101000 Magnify 1
-01111101000 Frosty 1
-01111101000 Leveraging 1
-01111101000 Festive 1
-01111101000 Painfully 1
-01111101000 overinterpreting 1
-01111101000 Objets 1
-01111101000 milk-crate 1
-01111101000 Drop-Out 1
-01111101000 chacun 1
-01111101000 Acutely 1
-01111101000 Pledging 1
-01111101000 Destination 1
-01111101000 Misreading 1
-01111101000 Confront 1
-01111101000 Madman 1
-01111101000 Conserve 1
-01111101000 Deregulate 1
-01111101000 Tis 1
-01111101000 a/the 1
-01111101000 Supposing 1
-01111101000 Torturing 1
-01111101000 newage 1
-01111101000 adventure-based 1
-01111101000 N.W.R. 1
-01111101000 Avenge 1
-01111101000 democratizes 1
-01111101000 Occupying 1
-01111101000 Re-inventing 1
-01111101000 Skeptically 1
-01111101000 Higher-ups 1
-01111101000 coz 1
-01111101000 Conquering 1
-01111101000 DOHC 1
-01111101000 Clocker 1
-01111101000 Chemturf 1
-01111101000 Shackle 1
-01111101000 Unflinchingly 1
-01111101000 Critiquing 1
-01111101000 Hommage 1
-01111101000 Omniscient 1
-01111101000 Wrangle 1
-01111101000 Right-Sided 1
-01111101000 Gautamah 1
-01111101000 Xochlit 1
-01111101000 Annihilate 1
-01111101000 Evading 1
-01111101000 Tillie 1
-01111101000 Defund 1
-01111101000 Antagonizing 1
-01111101000 TURF 1
-01111101000 Hiroji 1
-01111101000 bulk-mailed 1
-01111101000 Boxcar 1
-01111101000 Smash 1
-01111101000 Stiffing 1
-01111101000 Eclectisme 1
-01111101000 Arbeit 1
-01111101000 Bienvenido 1
-01111101000 -legislation 1
-01111101000 COMPULSIVE 1
-01111101000 Geduldige 1
-01111101000 Notifying 1
-01111101000 8-Ball 1
-01111101000 deforming 1
-01111101000 Middle-of-the-night 1
-01111101000 Impeding 1
-01111101000 gild 2
-01111101000 Inventing 2
-01111101000 Suor 2
-01111101000 Upsetting 2
-01111101000 Confess 2
-01111101000 Subjecting 2
-01111101000 .are 2
-01111101000 Curtailing 2
-01111101000 Zorba 2
-01111101000 fend-for-yourself 2
-01111101000 Depreciating 2
-01111101000 Paay 2
-01111101000 Riskier 2
-01111101000 Plump 2
-01111101000 Noisy 2
-01111101000 Woza 2
-01111101000 Souci 2
-01111101000 Pleasantly 2
-01111101000 misinterprets 2
-01111101000 Donating 2
-01111101000 Encountering 2
-01111101000 Soak 2
-01111101000 Intentionally 2
-01111101000 Minimizing 2
-01111101000 Attach 2
-01111101000 Neutron 3
-01111101000 Voici 3
-01111101000 Solve 3
-01111101000 Emotionally 3
-01111101000 Nothwithstanding 3
-01111101000 Disclosing 3
-01111101000 Halving 3
-01111101000 Observe 4
-01111101000 Positively 4
-01111101000 Behold 4
-01111101000 Contending 4
-01111101000 Oftentimes 4
-01111101000 Lacombe 5
-01111101000 Visibly 5
-01111101000 Terminating 5
-01111101000 Reforming 5
-01111101000 Privatize 5
-01111101000 Took 5
-01111101000 Jingle 5
-01111101000 Inherit 5
-01111101000 Solving 6
-01111101000 Beside 6
-01111101000 Feeding 6
-01111101000 Towards 6
-01111101000 Everytime 7
-01111101000 Rightly 7
-01111101000 Permitting 8
-01111101000 Celebrating 8
-01111101000 Separating 8
-01111101000 Denying 9
-01111101000 Primetime 9
-01111101000 Blaming 12
-01111101000 Showing 18
-01111101000 Assume 19
-01111101000 Lest 20
-01111101000 Introducing 20
-01111101000 Anytime 28
-01111101000 Wherever 46
-01111101000 Saying 48
-01111101000 Seeing 51
-01111101000 Suppose 84
-01111101000 Putting 95
-01111101000 Thank 99
-01111101000 Meet 101
-01111101000 Ask 133
-01111101000 Whenever 134
-01111101000 Probably 141
-01111101000 Being 197
-01111101000 Getting 207
-01111101000 Had 258
-01111101000 Either 260
-01111101000 Did 276
-01111101000 Would 346
-01111101000 Take 501
-01111101000 Should 509
-01111101000 Unless 543
-01111101000 Whether 774
-01111101000 Maybe 897
-01111101000 Once 1471
-01111101000 If 18512
-01111101000 When 10110
-01111101001 Spate 1
-01111101001 Dishing 1
-01111101001 Proofs 1
-01111101001 disincorporation 1
-01111101001 Lenient 1
-01111101001 Straightening 1
-01111101001 Decimation 1
-01111101001 Excesses 1
-01111101001 -sales 1
-01111101001 Toting 1
-01111101001 Stepped 1
-01111101001 Fleshing 1
-01111101001 Adaptations 1
-01111101001 Rime 1
-01111101001 Sparse 1
-01111101001 Grafted 1
-01111101001 Lulled 1
-01111101001 Lined 1
-01111101001 Breezing 1
-01111101001 Toleration 1
-01111101001 Cosmonauts 1
-01111101001 Barreling 1
-01111101001 Rumbling 1
-01111101001 bowlful 1
-01111101001 Parroting 1
-01111101001 Ljungvall 1
-01111101001 Extramural 1
-01111101001 Toughening 1
-01111101001 Peeping 1
-01111101001 Squaring 1
-01111101001 Expiration 1
-01111101001 Blown 1
-01111101001 Rollovers 1
-01111101001 Leakage 1
-01111101001 Rites 1
-01111101001 Definitions 1
-01111101001 Agnellus 1
-01111101001 Mocking 1
-01111101001 Meanness 1
-01111101001 Cashbacks 1
-01111101001 crossroad 1
-01111101001 multi-tens 1
-01111101001 Sluicing 1
-01111101001 Chairing 1
-01111101001 Swings 1
-01111101001 Flung 1
-01111101001 Converted 1
-01111101001 Peeling 1
-01111101001 Bumping 1
-01111101001 Poring 1
-01111101001 Dispose 1
-01111101001 Crowding 1
-01111101001 Unreliability 1
-01111101001 Abdication 1
-01111101001 Boasting 1
-01111101001 Graphs 1
-01111101001 Wrung 1
-01111101001 Welcomed 1
-01111101001 neocolonies 1
-01111101001 emoluments 1
-01111101001 Pawing 1
-01111101001 Sucking 1
-01111101001 Variability 1
-01111101001 Tidied 1
-01111101001 Jutting 1
-01111101001 Averting 1
-01111101001 Descriptions 1
-01111101001 Irrespective 1
-01111101001 Sopping 1
-01111101001 hairstylists 1
-01111101001 Harking 1
-01111101001 Realms 1
-01111101001 Denigrations 1
-01111101001 annulization 1
-01111101001 Staking 1
-01111101001 Propel 1
-01111101001 Spruced 1
-01111101001 Crawling 1
-01111101001 Bootleg 1
-01111101001 Washington-City 1
-01111101001 Cauterization 1
-01111101001 Kingdoms 1
-01111101001 Queller 1
-01111101001 Earth-slides 1
-01111101001 Suited 1
-01111101001 Corruptions 1
-01111101001 Androgynous 1
-01111101001 Reinstating 1
-01111101001 Soaking 1
-01111101001 Instrumentalities 1
-01111101001 Subtly 1
-01111101001 Fluttering 1
-01111101001 Legislate 1
-01111101001 Earler 1
-01111101001 sweatpants/sweatshirts 1
-01111101001 Hopping 1
-01111101001 Rectifying 1
-01111101001 Redressing 1
-01111101001 Dentrifice 1
-01111101001 Loads 1
-01111101001 Kicked 1
-01111101001 Tiring 1
-01111101001 Browse 1
-01111101001 Furthest 1
-01111101001 Murmur 1
-01111101001 Lullaby 1
-01111101001 Muddling 1
-01111101001 Nosing 1
-01111101001 pastiches 1
-01111101001 Partway 1
-01111101001 Hellcats 1
-01111101001 Awhile 1
-01111101001 Kickover 1
-01111101001 Knifing 1
-01111101001 Softspoken 1
-01111101001 Scrunching 1
-01111101001 Singling 1
-01111101001 Legacies 1
-01111101001 Factored 1
-01111101001 bucket-loads 1
-01111101001 Strung 1
-01111101001 Restitution 1
-01111101001 Zeroing 1
-01111101001 Monroe-Beyond 1
-01111101001 Accentuating 1
-01111101001 Hacking 1
-01111101001 Robes 1
-01111101001 Gunned 1
-01111101001 Dolled 1
-01111101001 Apotheosis 1
-01111101001 Rooftop 1
-01111101001 Icons 1
-01111101001 Bounces 1
-01111101001 Zipping 1
-01111101001 Coyness 1
-01111101001 Abundance 1
-01111101001 Collectivization 1
-01111101001 Bemoaning 1
-01111101001 Spoke 1
-01111101001 Pitted 1
-01111101001 Hyped 1
-01111101001 Chiracization 1
-01111101001 Rollback 1
-01111101001 robotization 1
-01111101001 Bushels 1
-01111101001 Popping 1
-01111101001 Lesion 1
-01111101001 Jammed 1
-01111101001 metal-alloys 1
-01111101001 Five-feet 1
-01111101001 Martyr 1
-01111101001 Validity 1
-01111101001 Painstakingly 1
-01111101001 Half-way 1
-01111101001 Waterseller 1
-01111101001 Camped 1
-01111101001 Self-parody 1
-01111101001 Fished 1
-01111101001 Slogging 1
-01111101001 Recollections 1
-01111101001 Paths 1
-01111101001 Bundling 1
-01111101001 Cozying 1
-01111101001 Fending 1
-01111101001 Pivot 1
-01111101001 Prevalence 1
-01111101001 Conjuring 1
-01111101001 Tearing 1
-01111101001 Emblems 1
-01111101001 Ex-voto 1
-01111101001 Pulled 1
-01111101001 Well-received 2
-01111101001 Insult 2
-01111101001 Dreaming 2
-01111101001 Determinations 2
-01111101001 Liven 2
-01111101001 Tighten 2
-01111101001 Patronage 2
-01111101001 Shortening 2
-01111101001 Sums 2
-01111101001 Apprehensions 2
-01111101001 Safeguarding 2
-01111101001 Restrain 2
-01111101001 Indicates 2
-01111101001 Disadvantages 2
-01111101001 Baser 2
-01111101001 Lilies 2
-01111101001 Fostering 2
-01111101001 Midday 2
-01111101001 Weighed 2
-01111101001 Stroll 2
-01111101001 Slant 2
-01111101001 FULL-TIME 2
-01111101001 Whipped 2
-01111101001 Seigniorage 2
-01111101001 Sugar-Free 2
-01111101001 Belief 2
-01111101001 Anglers 2
-01111101001 Venturing 2
-01111101001 Pinched 2
-01111101001 Combing 2
-01111101001 Rallying 2
-01111101001 Outlived 2
-01111101001 Cautioning 2
-01111101001 Sounded 2
-01111101001 Entirely 2
-01111101001 Breadth 2
-01111101001 Stumble 2
-01111101001 Disciplined 2
-01111101001 Propping 2
-01111101001 Worrisome 2
-01111101001 Self-defense 2
-01111101001 Repurchased 2
-01111101001 Smoothly 2
-01111101001 Wariness 2
-01111101001 Reflect 2
-01111101001 Rattling 2
-01111101001 Waging 2
-01111101001 Differentiate 2
-01111101001 Thumbing 2
-01111101001 Rotating 2
-01111101001 Coupling 2
-01111101001 Stunted 2
-01111101001 RESORT 2
-01111101001 Threw 2
-01111101001 Bobbing 2
-01111101001 Glut 2
-01111101001 Showmanship 2
-01111101001 Routing 2
-01111101001 Motorcycles 2
-01111101001 Dominance 2
-01111101001 Enveloped 2
-01111101001 Ferreting 2
-01111101001 Rub 2
-01111101001 Ticking 2
-01111101001 Twiddling 2
-01111101001 Holed 2
-01111101001 Pearls 2
-01111101001 Phasing 2
-01111101001 Bands 2
-01111101001 Ripping 2
-01111101001 Paychecks 2
-01111101001 Undercut 2
-01111101001 Acidification 2
-01111101001 Barbarians 2
-01111101001 SO-CALLED 2
-01111101001 Clustered 2
-01111101001 Fountains 2
-01111101001 Biting 2
-01111101001 Understands 2
-01111101001 Magnified 2
-01111101001 Depletion 2
-01111101001 Rumpole 2
-01111101001 Crafting 2
-01111101001 Shovel 2
-01111101001 Blighted 2
-01111101001 Invalid 2
-01111101001 Winding 2
-01111101001 Poking 2
-01111101001 Plot 2
-01111101001 Speeding 2
-01111101001 Striding 2
-01111101001 Racking 2
-01111101001 Instances 2
-01111101001 Superiors 2
-01111101001 Shouts 2
-01111101001 Oswalt 2
-01111101001 Ayre 2
-01111101001 Humming 2
-01111101001 Panning 3
-01111101001 Constantly 3
-01111101001 Fad 3
-01111101001 Freeing 3
-01111101001 Tried 3
-01111101001 Deserves 3
-01111101001 Principled 3
-01111101001 Deductibility 3
-01111101001 Assuring 3
-01111101001 Injured 3
-01111101001 Shaping 3
-01111101001 Mastering 3
-01111101001 Resignations 3
-01111101001 Toddler 3
-01111101001 Scared 3
-01111101001 Examine 3
-01111101001 Relocating 3
-01111101001 Shouting 3
-01111101001 Mandating 3
-01111101001 Overlooking 3
-01111101001 Apply 3
-01111101001 Blowing 3
-01111101001 Slash 3
-01111101001 Drifting 3
-01111101001 Submit 3
-01111101001 Dried 3
-01111101001 Disparate 3
-01111101001 Wipe 3
-01111101001 Weaving 3
-01111101001 Rethink 3
-01111101001 Skirts 3
-01111101001 Sneak 3
-01111101001 Tap 3
-01111101001 Punk 3
-01111101001 Consolidating 3
-01111101001 Taming 3
-01111101001 Servants 3
-01111101001 Fastest 3
-01111101001 Sweaty 3
-01111101001 Gearing 3
-01111101001 Lesbians 3
-01111101001 Tossing 3
-01111101001 Investigate 3
-01111101001 Examined 3
-01111101001 Eclectic 3
-01111101001 Branching 3
-01111101001 Tracked 3
-01111101001 Racks 3
-01111101001 Brewed 3
-01111101001 Raspberry 3
-01111101001 Missed 3
-01111101001 Tribes 3
-01111101001 Nordiska 3
-01111101001 Mentioned 3
-01111101001 Lighten 3
-01111101001 Feasibility 3
-01111101001 AFFINITY 3
-01111101001 Stockpiling 3
-01111101001 Mothershead 3
-01111101001 Difficulty 3
-01111101001 Thrust 3
-01111101001 Realize 3
-01111101001 Singled 3
-01111101001 Vulnerable 3
-01111101001 Bailing 3
-01111101001 Pressing 3
-01111101001 Clusters 3
-01111101001 Resurrected 3
-01111101001 streamlines 3
-01111101001 Violating 3
-01111101001 Exceeding 3
-01111101001 Lobb 3
-01111101001 Waking 3
-01111101001 Carving 3
-01111101001 Flipping 3
-01111101001 Celebrate 3
-01111101001 Wiping 3
-01111101001 Affecting 3
-01111101001 Destroying 4
-01111101001 Bury 4
-01111101001 Announce 4
-01111101001 Boarding 4
-01111101001 Tying 4
-01111101001 Cartoonist 4
-01111101001 Earn 4
-01111101001 Protected 4
-01111101001 Chest 4
-01111101001 Stressed 4
-01111101001 Encourage 4
-01111101001 Destroy 4
-01111101001 Wrapped 4
-01111101001 Policing 4
-01111101001 Presuming 4
-01111101001 Kicking 4
-01111101001 Stripping 4
-01111101001 Demonstrating 4
-01111101001 Appealing 4
-01111101001 Slipping 4
-01111101001 Articulate 4
-01111101001 Dismantling 4
-01111101001 Darn 4
-01111101001 Tread 4
-01111101001 Swept 4
-01111101001 Adopt 4
-01111101001 Restore 4
-01111101001 Instrumental 4
-01111101001 Reinstatement 4
-01111101001 Arrest 4
-01111101001 Cancel 4
-01111101001 Chilled 4
-01111101001 Decked 4
-01111101001 Encounters 4
-01111101001 Admit 4
-01111101001 Rewriting 4
-01111101001 Renters 4
-01111101001 Dredging 4
-01111101001 Arise 4
-01111101001 Doubtful 4
-01111101001 Fading 4
-01111101001 Probing 4
-01111101001 Transforming 4
-01111101001 Lining 4
-01111101001 CONTRACT 4
-01111101001 Stopped 4
-01111101001 RENT 4
-01111101001 Freeze 4
-01111101001 Causes 4
-01111101001 Stir 4
-01111101001 Bluffing 4
-01111101001 Creeping 4
-01111101001 Carved 4
-01111101001 Safely 4
-01111101001 Debts 4
-01111101001 Returned 4
-01111101001 Turned 4
-01111101001 Invented 5
-01111101001 Tear 5
-01111101001 Broadening 5
-01111101001 Beating 5
-01111101001 Knocking 5
-01111101001 Canceled 5
-01111101001 Panicked 5
-01111101001 Blocking 5
-01111101001 Periods 5
-01111101001 Termination 5
-01111101001 Gave 5
-01111101001 Comparison 5
-01111101001 Planting 5
-01111101001 Preserving 5
-01111101001 Woven 5
-01111101001 Merits 5
-01111101001 Altering 5
-01111101001 Brushing 5
-01111101001 Breast 5
-01111101001 Squeezing 5
-01111101001 Revive 5
-01111101001 Finished 5
-01111101001 Unsure 5
-01111101001 Warned 5
-01111101001 Purchased 5
-01111101001 Wrapping 5
-01111101001 Disclosures 5
-01111101001 Hats 5
-01111101001 Checking 5
-01111101001 Lying 5
-01111101001 Reluctant 6
-01111101001 Revelations 6
-01111101001 Tipped 6
-01111101001 Knock 6
-01111101001 Looming 6
-01111101001 Bourgeois 6
-01111101001 Aboard 6
-01111101001 Killed 6
-01111101001 Recovering 6
-01111101001 Signed 6
-01111101001 Pitching 6
-01111101001 Recorded 6
-01111101001 Opposes 6
-01111101001 Prove 6
-01111101001 Listing 6
-01111101001 Leaves 6
-01111101001 Tracing 6
-01111101001 Anthills 6
-01111101001 Remove 6
-01111101001 Choking 6
-01111101001 Entering 6
-01111101001 Separation 6
-01111101001 Captured 6
-01111101001 Harvesting 6
-01111101001 Distressed 6
-01111101001 Coup 6
-01111101001 Weary 6
-01111101001 Puts 6
-01111101001 Teach 6
-01111101001 Shrugging 6
-01111101001 Decide 6
-01111101001 Entrenched 6
-01111101001 Everyday 6
-01111101001 Screaming 6
-01111101001 Consult 6
-01111101001 Rapidly 6
-01111101001 Bored 6
-01111101001 Locked 6
-01111101001 Attacks 7
-01111101001 Touring 7
-01111101001 Arranged 7
-01111101001 Converting 7
-01111101001 Investigating 7
-01111101001 Found 7
-01111101001 Confused 7
-01111101001 Prosecuting 7
-01111101001 Remain 7
-01111101001 Disappointed 7
-01111101001 Reminded 7
-01111101001 Ease 7
-01111101001 Repeating 7
-01111101001 Develop 7
-01111101001 Stealing 7
-01111101001 Weighing 7
-01111101001 Doubling 7
-01111101001 Reverse 7
-01111101001 Assertions 8
-01111101001 Combine 8
-01111101001 Hiding 8
-01111101001 Furious 8
-01111101001 Surprised 8
-01111101001 Stretching 8
-01111101001 Crying 8
-01111101001 Challenging 8
-01111101001 Throwing 8
-01111101001 Smooth 8
-01111101001 Opposed 8
-01111101001 Allowed 8
-01111101001 Catching 8
-01111101001 Fake 8
-01111101001 Spinning 8
-01111101001 Shocked 8
-01111101001 Oppose 8
-01111101001 Saved 8
-01111101001 Finishing 8
-01111101001 Viewing 8
-01111101001 Dismissed 8
-01111101001 Went 8
-01111101001 Confident 8
-01111101001 Merging 8
-01111101001 Warming 8
-01111101001 Rebuilding 8
-01111101001 Resident 8
-01111101001 Rankings 8
-01111101001 Traded 8
-01111101001 Curious 9
-01111101001 Forming 9
-01111101001 Ranking 9
-01111101001 Stacks 9
-01111101001 Understand 9
-01111101001 Difficult 9
-01111101001 Include 9
-01111101001 Discounting 9
-01111101001 Knows 9
-01111101001 Clones 9
-01111101001 Preventing 9
-01111101001 Spread 9
-01111101001 Protect 9
-01111101001 Spreading 9
-01111101001 Involving 9
-01111101001 Opposing 9
-01111101001 Incidents 9
-01111101001 Splitting 9
-01111101001 Appointment 9
-01111101001 Divisions 9
-01111101001 Pull 10
-01111101001 Easing 10
-01111101001 Been 10
-01111101001 Echoes 10
-01111101001 Feel 10
-01111101001 Correcting 10
-01111101001 Temporarily 10
-01111101001 Generations 10
-01111101001 Stopping 10
-01111101001 Uncertain 10
-01111101001 Limit 10
-01111101001 Sorting 10
-01111101001 Expand 10
-01111101001 Scrap 11
-01111101001 Leaning 11
-01111101001 Smell 11
-01111101001 Loves 11
-01111101001 Tucked 11
-01111101001 Afraid 11
-01111101001 Stuck 11
-01111101001 Catch 11
-01111101001 Join 11
-01111101001 Takes 11
-01111101001 Shaking 12
-01111101001 Trash 12
-01111101001 Divided 12
-01111101001 Begins 12
-01111101001 Filling 12
-01111101001 Controlling 12
-01111101001 Quietly 12
-01111101001 Settling 12
-01111101001 Lifestyles 12
-01111101001 Collecting 12
-01111101001 Letting 13
-01111101001 Signing 13
-01111101001 Anywhere 13
-01111101001 Laying 13
-01111101001 Mention 13
-01111101001 Burning 13
-01111101001 Till 13
-01111101001 Comes 13
-01111101001 Measuring 13
-01111101001 Pulling 13
-01111101001 Naming 13
-01111101001 Lose 13
-01111101001 Buried 14
-01111101001 Figuring 14
-01111101001 Makes 14
-01111101001 Insituform 14
-01111101001 Boost 14
-01111101001 Doubts 14
-01111101001 Dropping 14
-01111101001 Spend 14
-01111101001 Sensitive 14
-01111101001 Rounding 14
-01111101001 Build 14
-01111101001 Sold 14
-01111101001 Hire 14
-01111101001 Fixing 15
-01111101001 Hanging 15
-01111101001 Granting 15
-01111101001 Stripped 15
-01111101001 Told 15
-01111101001 Approved 15
-01111101001 Ignore 15
-01111101001 Stepping 16
-01111101001 Chariots 16
-01111101001 Learn 16
-01111101001 Repeat 16
-01111101001 Answering 16
-01111101001 Repeal 17
-01111101001 Create 17
-01111101001 Worry 17
-01111101001 Convinced 17
-01111101001 Halfway 17
-01111101001 Follow 17
-01111101001 Reduce 17
-01111101001 Seems 18
-01111101001 Shut 18
-01111101001 Promoting 18
-01111101001 Introduction 18
-01111101001 Temperatures 18
-01111101001 Rest 18
-01111101001 Fix 18
-01111101001 Stick 19
-01111101001 Avoid 19
-01111101001 Eliminate 19
-01111101001 Push 19
-01111101001 Tracking 19
-01111101001 Allegations 19
-01111101001 Raise 19
-01111101001 Drought 19
-01111101001 Lesser 20
-01111101001 Pity 20
-01111101001 Farther 20
-01111101001 Publicity 20
-01111101001 Taxing 20
-01111101001 Wish 20
-01111101001 Might 20
-01111101001 Treating 21
-01111101001 Beware 21
-01111101001 Eat 21
-01111101001 Proving 22
-01111101001 Traveling 22
-01111101001 Lending 22
-01111101001 Sharing 23
-01111101001 Throw 23
-01111101001 Increase 23
-01111101001 Reflections 23
-01111101001 Eating 23
-01111101001 Expanding 24
-01111101001 Praise 24
-01111101001 Stable 24
-01111101001 Send 24
-01111101001 Allow 25
-01111101001 Understanding 25
-01111101001 Desperate 26
-01111101001 Picking 26
-01111101001 Drop 27
-01111101001 Aware 28
-01111101001 Published 29
-01111101001 Hearing 29
-01111101001 Walking 29
-01111101001 Skip 30
-01111101001 Topping 30
-01111101001 Pick 30
-01111101001 Anticipation 30
-01111101001 Fearful 30
-01111101001 Blame 30
-01111101001 Feeling 31
-01111101001 Compare 31
-01111101001 Bringing 32
-01111101001 Hit 32
-01111101001 Hiring 33
-01111101001 Turn 33
-01111101001 Losing 34
-01111101001 Pass 34
-01111101001 Troubled 36
-01111101001 Need 38
-01111101001 Got 38
-01111101001 Indications 39
-01111101001 Breaking 40
-01111101001 Hold 43
-01111101001 Bring 44
-01111101001 Acquiring 44
-01111101001 Complaints 45
-01111101001 Thinking 45
-01111101001 Built 46
-01111101001 Opening 47
-01111101001 Setting 48
-01111101001 Leaving 49
-01111101001 Failing 49
-01111101001 Name 49
-01111101001 Witness 50
-01111101001 Find 51
-01111101001 Set 52
-01111101001 Paying 53
-01111101001 Hurt 53
-01111101001 Talking 53
-01111101001 Stay 55
-01111101001 Knowing 57
-01111101001 Somewhere 57
-01111101001 Driving 58
-01111101001 Giving 60
-01111101001 Leave 60
-01111101001 Changing 61
-01111101001 Into 64
-01111101001 Playing 67
-01111101001 Sell 67
-01111101001 Cut 67
-01111101001 Concerned 68
-01111101001 Cutting 70
-01111101001 Off 72
-01111101001 Turning 76
-01111101001 Winning 76
-01111101001 Fighting 77
-01111101001 Running 79
-01111101001 Forget 81
-01111101001 Face 86
-01111101001 Signs 88
-01111101001 Questions 89
-01111101001 Keeping 91
-01111101001 Closing 93
-01111101001 Sale 95
-01111101001 Fears 97
-01111101001 Calling 98
-01111101001 Wheel 99
-01111101001 Think 100
-01111101001 Made 102
-01111101001 Close 104
-01111101001 Word 104
-01111101001 Continuing 105
-01111101001 Near 109
-01111101001 Keep 111
-01111101001 Cost 112
-01111101001 Fear 115
-01111101001 Talk 125
-01111101001 Going 131
-01111101001 Use 131
-01111101001 Has 138
-01111101001 Put 143
-01111101001 Were 148
-01111101001 Making 185
-01111101001 Could 189
-01111101001 Call 192
-01111101001 Was 211
-01111101001 Selling 219
-01111101001 Outside 223
-01111101001 Buying 225
-01111101001 Half 274
-01111101001 Rumors 276
-01111101001 Out 298
-01111101001 Does 484
-01111101001 Will 585
-01111101001 Early 668
-01111101001 Is 1303
-01111101001 Earlier 2211
-01111101001 All 4572
-01111101001 Because 3236
-01111101010 Creaming 1
-01111101010 semifinalist 1
-01111101010 Pussycats 1
-01111101010 Blackmail 1
-01111101010 errRRAW 1
-01111101010 couzenage 1
-01111101010 Self-Regulation 1
-01111101010 Overs 1
-01111101010 jump-up-and-down-when-you-win-on-the-slots 1
-01111101010 yeahh 1
-01111101010 Demonstrably 1
-01111101010 A'-level 1
-01111101010 B'-level 1
-01111101010 Videofashion 1
-01111101010 /Near 1
-01111101010 dja 1
-01111101010 craws 1
-01111101010 sturgeons 1
-01111101010 Richly 1
-01111101010 Whaddyawan 1
-01111101010 YES. 1
-01111101010 Oho 1
-01111101010 Fraternities 1
-01111101010 Drums 1
-01111101010 Possibility 1
-01111101010 Nevermind 1
-01111101010 Yahoo 1
-01111101010 Wallflowers 1
-01111101010 Outings 1
-01111101010 Dreadfully 1
-01111101010 Overstated 1
-01111101010 Achtung 1
-01111101010 AM-BUSHED 1
-01111101010 Mil-i-ken 1
-01111101010 Hugged 1
-01111101010 Snails 1
-01111101010 tehee 1
-01111101010 benedicite 1
-01111101010 gramercy 1
-01111101010 avoy 1
-01111101010 goder-heal 1
-01111101010 oho 1
-01111101010 prut 1
-01111101010 perfay 1
-01111101010 swith 1
-01111101010 wellaway 1
-01111101010 pyromania 1
-01111101010 Shindig 1
-01111101010 Daaad 1
-01111101010 Poussin/The 1
-01111101010 FFMC 1
-01111101010 Ex-Admiral 1
-01111101010 DUE 1
-01111101010 Fodder 1
-01111101010 Breasts 1
-01111101010 Tchaikovsky/Balanchine 1
-01111101010 Thrills 1
-01111101010 Midasize 1
-01111101010 Dadah 1
-01111101010 Five-fifty 1
-01111101010 Blacktop 1
-01111101010 Modernize 1
-01111101010 SISS-BOOM-BAH 1
-01111101010 Embraceable 1
-01111101010 Race-of-the-day 1
-01111101010 /Give 1
-01111101010 Rewind 1
-01111101010 Footprints 1
-01111101010 Ceau-Ses-Cu 1
-01111101010 Gor-Ba-Chev 1
-01111101010 Huzzah 1
-01111101010 Tenderness 1
-01111101010 Hocus-pocus 1
-01111101010 Nangadeff 1
-01111101010 grizzle-face 1
-01111101010 Nessie 1
-01111101010 Diiinner 1
-01111101010 Nervy 1
-01111101010 FANTASTIC 1
-01111101010 INCREDIBLE 1
-01111101010 Euonymus 1
-01111101010 aspergette 1
-01111101010 AGREE 1
-01111101010 mandla 1
-01111101010 Yakety 1
-01111101010 Irresponsibility 1
-01111101010 Hi-yea 1
-01111101010 geddit 1
-01111101010 what-do-I-get-out-of-it 1
-01111101010 Bitchy 1
-01111101010 Ravenous 1
-01111101010 earplug 1
-01111101010 Nog 1
-01111101010 Piracy 1
-01111101010 Double-B 1
-01111101010 Snugging 1
-01111101010 HiiiYa 1
-01111101010 Portion 1
-01111101010 Zounds 1
-01111101010 AIDS-CIA 1
-01111101010 Testifies 1
-01111101010 Kalokohan 1
-01111101010 Solicitations 1
-01111101010 Drug-Lag 1
-01111101010 Bopha 1
-01111101010 cioffi 1
-01111101010 COLLEGIANS 1
-01111101010 Legged 1
-01111101010 Outrageousness 1
-01111101010 Bratislav 1
-01111101010 Escargots 1
-01111101010 Adventurous 1
-01111101010 Indiscriminate 1
-01111101010 Exploding 1
-01111101010 IBM-speakers 1
-01111101010 Conceptual 1
-01111101010 Rebound 1
-01111101010 Agrobiz 1
-01111101010 Iranbo 1
-01111101010 Shhhhh 1
-01111101010 Pindi 1
-01111101010 Wheee 1
-01111101010 custodes 1
-01111101010 Ma-DON-na 1
-01111101010 MA-donna 1
-01111101010 Precautions 1
-01111101010 ex-auditor 1
-01111101010 Adrift 1
-01111101010 teens/adults 1
-01111101010 Phew 1
-01111101010 spendere 1
-01111101010 Eerie 1
-01111101010 Globalize 1
-01111101010 ABSOLUT 1
-01111101010 Mixer 1
-01111101010 Circular 1
-01111101010 SMILE 1
-01111101010 Shhhh 1
-01111101010 Plodders 1
-01111101010 boooo 1
-01111101010 yeaaaaa 1
-01111101010 Argggh 1
-01111101010 Hyah 1
-01111101010 muttcracker 1
-01111101010 Mussels 1
-01111101010 Stumped 1
-01111101010 Straights 1
-01111101010 Storytelling 1
-01111101010 Eeeek 1
-01111101010 eeek 1
-01111101010 eek 1
-01111101010 Seductions 1
-01111101010 enfants 1
-01111101010 .did 1
-01111101010 fer 1
-01111101010 impassiveness 1
-01111101010 zakuska 1
-01111101010 regnant 1
-01111101010 Single-elimination 1
-01111101010 Revisionists 1
-01111101010 YEEEEEECH 1
-01111101010 nuestro 1
-01111101010 Bullfeathers 1
-01111101010 Quadragesimo 1
-01111101010 Swearing 1
-01111101010 sstudy 1
-01111101010 CarnegieMellon 1
-01111101010 Identifications 1
-01111101010 GREAT-AUNT 1
-01111101010 agitates 1
-01111101010 Downeyflake 1
-01111101010 TITLE 1
-01111101010 Begorra 1
-01111101010 Splat 1
-01111101010 Whitesnake 1
-01111101010 partis 1
-01111101010 Mongeese 1
-01111101010 Post-War 1
-01111101010 Rejoice 1
-01111101010 hiiteen 1
-01111101010 who-are-you 1
-01111101010 Commissars 1
-01111101010 bastarda 1
-01111101010 Biffex 1
-01111101010 Bleep 1
-01111101010 Arrggh 1
-01111101010 SH-H-H-H 1
-01111101010 Rerum 1
-01111101010 Kickbacks 1
-01111101010 Dutiful 1
-01111101010 mai 1
-01111101010 scortesia 1
-01111101010 Cedrela 1
-01111101010 BUSHWHACKED 1
-01111101010 Wimpeach 1
-01111101010 Riflery 1
-01111101010 COMETH 1
-01111101010 Miscanthus 1
-01111101010 Vaccinium 1
-01111101010 Armpits 1
-01111101010 Earwax 1
-01111101010 Poof 1
-01111101010 Hyperbole 1
-01111101010 Fret 1
-01111101010 Chim 1
-01111101010 Murderers 1
-01111101010 get-facts-and 1
-01111101010 non-practicing 1
-01111101010 Drive-ins 1
-01111101010 Ilalim 1
-01111101010 Badges 1
-01111101010 Unrealistic 1
-01111101010 Transcribing 1
-01111101010 Yakkety 1
-01111101010 Repent 1
-01111101010 Icterus 1
-01111101010 Cyanocitta 1
-01111101010 Similarities 1
-01111101010 Turncoats 1
-01111101010 Brevity 1
-01111101010 Panhandling 1
-01111101010 PHILANTHROPOLOGY 1
-01111101010 WUDDA 1
-01111101010 Funky 1
-01111101010 Brahe 1
-01111101010 /A 1
-01111101010 Prognosis 1
-01111101010 Defeatism 1
-01111101010 plasticine 1
-01111101010 ] 1
-01111101010 Somocista 1
-01111101010 82,672 1
-01111101010 Aber 2
-01111101010 THINKING 2
-01111101010 Censored 2
-01111101010 Yawning 2
-01111101010 Miraculous 2
-01111101010 Whoop 2
-01111101010 Roumania 2
-01111101010 Co-sponsoring 2
-01111101010 IPB 2
-01111101010 Summitry 2
-01111101010 Self-control 2
-01111101010 tres 2
-01111101010 SYRIAN 2
-01111101010 Spontaneity 2
-01111101010 YEEECH 2
-01111101010 Ve 2
-01111101010 Dook 2
-01111101010 Dialing 2
-01111101010 Squid 2
-01111101010 Skill 2
-01111101010 Nearer 2
-01111101010 jua 2
-01111101010 Bikes 2
-01111101010 Wertmuller 2
-01111101010 Elation 2
-01111101010 PALMER 2
-01111101010 Wiped 2
-01111101010 Baloney 2
-01111101010 Clampers 2
-01111101010 Imagination 2
-01111101010 pow 2
-01111101010 Nooooo 2
-01111101010 Criticisms 2
-01111101010 Deadlock 2
-01111101010 Brilliantly 2
-01111101010 Naivete 2
-01111101010 Wishing 2
-01111101010 Abolish 2
-01111101010 Round-robin 2
-01111101010 TALKING 2
-01111101010 OPERA 2
-01111101010 Heal 2
-01111101010 Cannot 2
-01111101010 Fixes 2
-01111101010 DRESS 2
-01111101010 SAKE 2
-01111101010 Immature 2
-01111101010 Sunspots 2
-01111101010 Brainstorming 2
-01111101010 Precedent 2
-01111101010 FRICTION 2
-01111101010 Retreat 2
-01111101010 Honoraria 2
-01111101010 INSECURITY 2
-01111101010 Nie 2
-01111101010 Bush/Noriega 2
-01111101010 Mummification 2
-01111101010 Perjury 2
-01111101010 Wayta 2
-01111101010 Hallo 2
-01111101010 Frustrating 2
-01111101010 Corpsman 2
-01111101010 Gripes 2
-01111101010 Descend 2
-01111101010 MOGOOOO 2
-01111101010 Modesty 2
-01111101010 Culprits 2
-01111101010 A.M.L. 2
-01111101010 Asthma 2
-01111101010 Deflation 2
-01111101010 Jurisdiction 2
-01111101010 Formidable 2
-01111101010 Correlation 2
-01111101010 Quiapo 2
-01111101010 Infringement 2
-01111101010 Overqualified 2
-01111101010 Name-calling 2
-01111101010 Fingerprints 2
-01111101010 Assign 2
-01111101010 Burglars 2
-01111101010 ow 2
-01111101010 Right-Wing 2
-01111101010 SWITCH-HITTER 2
-01111101010 Cramden 2
-01111101010 Norteamericanos 2
-01111101010 Sevvy 2
-01111101010 Nativist 2
-01111101010 Corridos 2
-01111101010 Worrying 3
-01111101010 Honk 3
-01111101010 Rejections 3
-01111101010 Junta 3
-01111101010 Marry 3
-01111101010 Insane 3
-01111101010 Impeach 3
-01111101010 Pretending 3
-01111101010 Laymen 3
-01111101010 Prick 3
-01111101010 Censure 3
-01111101010 Capriccio 3
-01111101010 Promoter 3
-01111101010 Pretend 3
-01111101010 Anemia 3
-01111101010 Abandon 3
-01111101010 Confrontation 3
-01111101010 Cliches 3
-01111101010 Overpopulation 3
-01111101010 Unacceptable 3
-01111101010 Psst 3
-01111101010 Banzai 3
-01111101010 SICK 3
-01111101010 Bats 3
-01111101010 GAN 3
-01111101010 BIGGER 3
-01111101010 DISEASE 3
-01111101010 Sock 3
-01111101010 Weep 3
-01111101010 Predictability 3
-01111101010 Burned 3
-01111101010 Twas 3
-01111101010 Goodness 3
-01111101010 Anxieties 3
-01111101010 Discuss 3
-01111101010 Oo 3
-01111101010 Mitla 3
-01111101010 Unhappiness 3
-01111101010 im 3
-01111101010 LETTERS 3
-01111101010 Reorganizing 3
-01111101010 Jogging 3
-01111101010 Abie 3
-01111101010 Trailing 3
-01111101010 Homosexuals 3
-01111101010 Attend 3
-01111101010 Undecided 3
-01111101010 .that 4
-01111101010 Ouch 4
-01111101010 Weigh 4
-01111101010 Tequila 4
-01111101010 Lindell 4
-01111101010 Incineration 4
-01111101010 Bearishness 4
-01111101010 Dedicated 4
-01111101010 Hah 4
-01111101010 Pills 4
-01111101010 Stomach 4
-01111101010 Stickball 4
-01111101010 Tarkanian 4
-01111101010 Pardon 4
-01111101010 Touching 4
-01111101010 Desperation 4
-01111101010 Inefficiency 4
-01111101010 Openness 5
-01111101010 Hurry 5
-01111101010 Threaten 5
-01111101010 Ich 5
-01111101010 Haste 5
-01111101010 Males 5
-01111101010 Explain 5
-01111101010 Puff 5
-01111101010 Starry 5
-01111101010 Pinch 5
-01111101010 'Tis 6
-01111101010 Hypnosis 6
-01111101010 Rhetoric 6
-01111101010 Censorship 6
-01111101010 Forgive 6
-01111101010 Tastes 6
-01111101010 Discriminate 6
-01111101010 PDLA 6
-01111101010 Nationalism 6
-01111101010 Beats 7
-01111101010 Pelleas 7
-01111101010 Youngsters 7
-01111101010 Consistently 7
-01111101010 Desperately 8
-01111101010 Baggage 8
-01111101010 Proof 9
-01111101010 Credibility 10
-01111101010 Shall 10
-01111101010 Methanol 10
-01111101010 Recessions 10
-01111101010 CUT 10
-01111101010 Skepticism 12
-01111101010 Whom 12
-01111101010 Nostalgia 12
-01111101010 Terrorists 13
-01111101010 Excuse 15
-01111101010 Definitely 16
-01111101010 l 16
-01111101010 Gimme 16
-01111101010 Burn 16
-01111101010 Choose 17
-01111101010 Seldom 17
-01111101010 Controversy 18
-01111101010 Damn 18
-01111101010 Hail 19
-01111101010 Anxiety 21
-01111101010 Caution 22
-01111101010 Sarafina 23
-01111101010 Shoot 23
-01111101010 Confusion 24
-01111101010 Hear 25
-01111101010 Volatility 25
-01111101010 Protectionism 25
-01111101010 Firing 26
-01111101010 Rarely 31
-01111101010 Greenmail 33
-01111101010 RE 33
-01111101010 Pretty 41
-01111101010 Sounds 44
-01111101010 Absolutely 45
-01111101010 Must 46
-01111101010 Know 47
-01111101010 Want 50
-01111101010 Believe 52
-01111101010 Attention 54
-01111101010 Help 55
-01111101010 Tell 78
-01111101010 Whoever 82
-01111101010 n 99
-01111101010 Somebody 107
-01111101010 Say 123
-01111101010 Give 140
-01111101010 Make 142
-01111101010 Anything 154
-01111101010 Buy 156
-01111101010 Come 157
-01111101010 Save 166
-01111101010 Someone 175
-01111101010 Something 180
-01111101010 Get 182
-01111101010 Be 214
-01111101010 Have 221
-01111101010 Speculation 245
-01111101010 Everything 282
-01111101010 Too 347
-01111101010 Nothing 439
-01111101010 Everybody 511
-01111101010 Are 575
-01111101010 Everyone 585
-01111101010 Nobody 675
-01111101010 Where 693
-01111101010 Nor 777
-01111101010 Can 790
-01111101010 Let 815
-01111101010 Who 966
-01111101010 Do 1227
-01111101010 Why 1681
-01111101010 What 6937
-01111101010 How 2224
-01111101011 Jeeves 1
-01111101011 OPBOPM 1
-01111101011 Unimaginable 1
-01111101011 principal-onlys 1
-01111101011 denkiya 1
-01111101011 troubled-youth 1
-01111101011 Stelae 1
-01111101011 Street-fighting 1
-01111101011 flatlanders 1
-01111101011 meatgrinder 1
-01111101011 Chaconne 1
-01111101011 Sci-Fi 1
-01111101011 unAmerican 1
-01111101011 Barf 1
-01111101011 minestrone 1
-01111101011 scuadre 1
-01111101011 Whence 1
-01111101011 Japanapologist 1
-01111101011 Slavefare 1
-01111101011 Daybreak 1
-01111101011 Afridi 1
-01111101011 flaneur 1
-01111101011 sprier 1
-01111101011 Neuromancer 1
-01111101011 Sekunjalo 1
-01111101011 Uniformly 1
-01111101011 goniff 1
-01111101011 green-lining 1
-01111101011 megathrifts 1
-01111101011 tortiously 1
-01111101011 Eastenders 1
-01111101011 short-list 1
-01111101011 yeah-boo 1
-01111101011 Footage 1
-01111101011 hoozer 1
-01111101011 hacklings 1
-01111101011 husher 1
-01111101011 Binderweed 1
-01111101011 micropsia 1
-01111101011 TaiPan 1
-01111101011 wreckers 1
-01111101011 Pixars 1
-01111101011 Jesu 1
-01111101011 uncontentious 1
-01111101011 pistes 1
-01111101011 hlasnist 1
-01111101011 Beuys/Voice 1
-01111101011 entfremdungsgefuhl 1
-01111101011 Stable-instability 1
-01111101011 pamyal 1
-01111101011 bisnes 1
-01111101011 Fitzcarraldo 1
-01111101011 dicere 1
-01111101011 not-in-my-back-yard 1
-01111101011 DeWhine 1
-01111101011 hammerbox 1
-01111101011 Albo-Picta 1
-01111101011 no-brainers 1
-01111101011 Frosts 1
-01111101011 Marginally 1
-01111101011 probusiness 1
-01111101011 corbeille 1
-01111101011 Reverberating 1
-01111101011 Bugis 1
-01111101011 ooh-ooh-ooh 1
-01111101011 counterprogram 1
-01111101011 unsnugging 1
-01111101011 De-Stalinization 1
-01111101011 Jazzfest 1
-01111101011 Mijo 1
-01111101011 Unmistakably 1
-01111101011 accomplisher 1
-01111101011 Footlose 1
-01111101011 Funhouse 1
-01111101011 vellus 1
-01111101011 MTNs 1
-01111101011 Interrogation 1
-01111101011 Kukla 1
-01111101011 Joyful 1
-01111101011 Lamentably 1
-01111101011 Sheherazade 1
-01111101011 regroups 1
-01111101011 Meta-analysis 1
-01111101011 Valedictory 1
-01111101011 Slave-fare 1
-01111101011 Teflons 1
-01111101011 Forio 1
-01111101011 Hardcore 1
-01111101011 grazers 1
-01111101011 Bravado 1
-01111101011 chochas 1
-01111101011 ducting 1
-01111101011 parentectomy 1
-01111101011 McTicket 1
-01111101011 Cotillon 1
-01111101011 spokescat 1
-01111101011 dawg 1
-01111101011 Nil 1
-01111101011 toof 1
-01111101011 documonial 1
-01111101011 Thexder 1
-01111101011 Subjectively 1
-01111101011 out-placed 1
-01111101011 larger-ticket 1
-01111101011 clonekiller 1
-01111101011 Scruffily 1
-01111101011 no-pass 1
-01111101011 God-willing 1
-01111101011 rebenchmarking 1
-01111101011 quoll 1
-01111101011 gibber 1
-01111101011 yabber 1
-01111101011 humpy 1
-01111101011 quandong 1
-01111101011 waddy 1
-01111101011 locomote 1
-01111101011 pettifog 1
-01111101011 jeopard 1
-01111101011 misnome 1
-01111101011 burgle 1
-01111101011 Ayuh 1
-01111101011 highliners 1
-01111101011 garmento 1
-01111101011 pets-only 1
-01111101011 Kkamdong 1
-01111101011 Rhodium 1
-01111101011 Fish-tar 1
-01111101011 svan 1
-01111101011 pairage 1
-01111101011 Papermaker 1
-01111101011 Ecologically 1
-01111101011 Inexperience 1
-01111101011 SHOPPING-MALL 1
-01111101011 greige 1
-01111101011 Cardenistas 1
-01111101011 abrebocas 1
-01111101011 Unalloyed 1
-01111101011 gold-fixing 1
-01111101011 flame-broiling 1
-01111101011 Onstage 1
-01111101011 jamu 1
-01111101011 Bapak 1
-01111101011 childminders 1
-01111101011 keikis 1
-01111101011 re-occlusion 1
-01111101011 Biladi 1
-01111101011 Attaboys 1
-01111101011 Clinically 1
-01111101011 dachas 1
-01111101011 Smorgasbord 1
-01111101011 design-ins 1
-01111101011 Humama 1
-01111101011 Daaaddy 1
-01111101011 CAMILLA 1
-01111101011 Excusez-moi 1
-01111101011 minifabs 1
-01111101011 radiation-hard 1
-01111101011 Bebi 1
-01111101011 Shamefully 1
-01111101011 Attaboy 1
-01111101011 Waterlily 1
-01111101011 rakugo 1
-01111101011 Stopdoc 1
-01111101011 pir 1
-01111101011 eins 1
-01111101011 Playkill 1
-01111101011 dee-do 1
-01111101011 homeostasis 1
-01111101011 kaval 1
-01111101011 Superfights 1
-01111101011 KoKo 1
-01111101011 self-front-running 1
-01111101011 co-commander 1
-01111101011 nomu 1
-01111101011 sac-a-lait 1
-01111101011 chaoui 1
-01111101011 ouaouaron 1
-01111101011 grenouille 1
-01111101011 closet-indexed 1
-01111101011 vested-interest 1
-01111101011 capitation 1
-01111101011 Transfigurations 1
-01111101011 Pumice 1
-01111101011 Mothering 1
-01111101011 superspecialists 1
-01111101011 E.T 1
-01111101011 Personage 1
-01111101011 kappo 1
-01111101011 precedent-shattering 1
-01111101011 muti 1
-01111101011 sangomas 1
-01111101011 sportif 1
-01111101011 megabrand 1
-01111101011 ratu 1
-01111101011 petrolized 1
-01111101011 nonstrategy 1
-01111101011 orientated 1
-01111101011 Cocoricocoboy 1
-01111101011 griots 1
-01111101011 tama 1
-01111101011 businessman-governors 1
-01111101011 buckaroos 1
-01111101011 storm-swept 1
-01111101011 Cypresses 1
-01111101011 Firewalker 1
-01111101011 Cuomoesque 1
-01111101011 Caritas 1
-01111101011 tarikat 1
-01111101011 irtica 1
-01111101011 mini-tycoon 1
-01111101011 certs 1
-01111101011 Rosalinda 1
-01111101011 chapans 1
-01111101011 Codfather 1
-01111101011 pulu 1
-01111101011 Cloudy 1
-01111101011 roadblocking 1
-01111101011 negociants 1
-01111101011 Suleymanname 1
-01111101011 DIAL-A-TAX 1
-01111101011 Exuberance 1
-01111101011 B-roll 1
-01111101011 o-daiko 1
-01111101011 all-seeing 1
-01111101011 Deandome 1
-01111101011 Digger 1
-01111101011 supermerchant 1
-01111101011 fweets 1
-01111101011 deconglomeratization 1
-01111101011 Menuetto 1
-01111101011 Markings 1
-01111101011 Nihilism 1
-01111101011 Meaningless 1
-01111101011 epis 1
-01111101011 Steelhammer 1
-01111101011 Sparkplug 1
-01111101011 pixelization 1
-01111101011 Debategate 1
-01111101011 micropreneur 1
-01111101011 ultrapreneur 1
-01111101011 Intrapreneuring 1
-01111101011 Monday-morning-quarterbacking 1
-01111101011 Castaway 1
-01111101011 Shards 1
-01111101011 Karatemania 1
-01111101011 Do-Sa-Do 1
-01111101011 aggro 1
-01111101011 graffiti-free 1
-01111101011 Calyx 1
-01111101011 THEM 1
-01111101011 Staggerlee 1
-01111101011 Bullshipper 1
-01111101011 dochakuka 1
-01111101011 box-and-one 1
-01111101011 taisho 1
-01111101011 Cowdillac 1
-01111101011 he-comes-home-drunk-but-she-loves-him-still 1
-01111101011 Huissier 1
-01111101011 post-millennialists 1
-01111101011 superworkstation 1
-01111101011 plain-language 1
-01111101011 retablista 1
-01111101011 arpilleras 1
-01111101011 capoeira 1
-01111101011 B-scaler 1
-01111101011 milliner 1
-01111101011 Momentarily 1
-01111101011 tree-spiking 1
-01111101011 Garcinia 1
-01111101011 BusinessSavers 1
-01111101011 Model-Secretary 1
-01111101011 Bonito 1
-01111101011 Rolmans 1
-01111101011 Macroinstructions 1
-01111101011 Bretons 1
-01111101011 big-small 1
-01111101011 reacteur 1
-01111101011 moteur 1
-01111101011 Braids 1
-01111101011 Barracoon 1
-01111101011 Pygtailion 1
-01111101011 Assassins 1
-01111101011 Blinking 1
-01111101011 Kennilworth 1
-01111101011 Verrat 1
-01111101011 Issai 1
-01111101011 fearness 1
-01111101011 dismuting 1
-01111101011 Victorianism 1
-01111101011 RingMaster 1
-01111101011 Waterproof 1
-01111101011 Musicircus 1
-01111101011 Kur 1
-01111101011 Genossenschaft 1
-01111101011 Autobahnen 1
-01111101011 niceism 1
-01111101011 Truthfully 1
-01111101011 gatilho 1
-01111101011 one-minutes 1
-01111101011 Double-breasting 1
-01111101011 Nonresidents 1
-01111101011 whoa 1
-01111101011 FABULOUS 1
-01111101011 Horny 1
-01111101011 A-u 1
-01111101011 Tapeheads 1
-01111101011 Shadowinnower 1
-01111101011 Berufsverbot 1
-01111101011 Deal-Estate 1
-01111101011 Offensively 1
-01111101011 noninterventionist 1
-01111101011 Talk-Back 1
-01111101011 Exportise 1
-01111101011 narazuke 1
-01111101011 chindonya 1
-01111101011 Decemberitis 1
-01111101011 Redi-Paks 1
-01111101011 Arrives 1
-01111101011 Cadi-Vette 1
-01111101011 Gymkhana 1
-01111101011 Puk-puk 1
-01111101011 puk-puk 1
-01111101011 Serendipitously 1
-01111101011 Barthold 1
-01111101011 Fuku 1
-01111101011 bioreactors 1
-01111101011 thugee 1
-01111101011 vodoun 1
-01111101011 Assyrian 1
-01111101011 vlanbindingues 1
-01111101011 galipotes 1
-01111101011 zobop 1
-01111101011 mbaqanga 1
-01111101011 pommies 1
-01111101011 Manhunt 1
-01111101011 Harmonium 1
-01111101011 yomp 1
-01111101011 Bureaucratese 1
-01111101011 Dial-a-Santa 1
-01111101011 zeitgeist 1
-01111101011 non-patented 1
-01111101011 Naturalism 1
-01111101011 conflation 1
-01111101011 Cardenio 1
-01111101011 Achievers 1
-01111101011 Experientials 1
-01111101011 kulturbeflissen 1
-01111101011 whatshizname 1
-01111101011 ogres 1
-01111101011 Tobaccutti 1
-01111101011 Superbulls 1
-01111101011 Bagtime 1
-01111101011 Fussy 1
-01111101011 ji-boong 1
-01111101011 feathers-off 1
-01111101011 one-person-one-vote 1
-01111101011 Interoperability 1
-01111101011 Flugabwehrkanone 1
-01111101011 Price-wise 1
-01111101011 Oh-oh 1
-01111101011 Bare-faced 1
-01111101011 Blimpo 1
-01111101011 bottegai 1
-01111101011 poujadism 1
-01111101011 Ladenschlussgesetz 1
-01111101011 Wows 1
-01111101011 turt 1
-01111101011 legere 1
-01111101011 podion 1
-01111101011 sah 1
-01111101011 satura 1
-01111101011 McNaticos 1
-01111101011 self-cleansing 1
-01111101011 embranquecer 1
-01111101011 Effie 1
-01111101011 reviewed/designed 1
-01111101011 Footnoteitis 1
-01111101011 mispigeonholed 1
-01111101011 Kibbutzim 1
-01111101011 Big-capitalization 1
-01111101011 Rampage 1
-01111101011 Symbolon 1
-01111101011 Sharehi 1
-01111101011 German-bashing 1
-01111101011 Flim-flam 1
-01111101011 BUD 1
-01111101011 khorosho 1
-01111101011 traktoristka 1
-01111101011 anti-lipemic 1
-01111101011 Praiseworthy 1
-01111101011 Baretta 1
-01111101011 Firefox 1
-01111101011 Lifecare 1
-01111101011 Erwartung 1
-01111101011 Trovatores 1
-01111101011 kif 1
-01111101011 inflation-proof 1
-01111101011 mergee 1
-01111101011 Shh 1
-01111101011 Schadenfreude 1
-01111101011 festival-oriented 1
-01111101011 HeartGuide 1
-01111101011 Comity 1
-01111101011 Fierrabras 1
-01111101011 DOC-IN-A-BOX 1
-01111101011 Glamoc 1
-01111101011 Batdance 1
-01111101011 sliders 1
-01111101011 sodbusting 1
-01111101011 PC9801LX5C 1
-01111101011 Viscerally 1
-01111101011 Inheritance 1
-01111101011 Mefistofele 1
-01111101011 Howzit 1
-01111101011 deficit-neutrality 1
-01111101011 dazibao 1
-01111101011 polystylistic 1
-01111101011 Goldfink 1
-01111101011 highgrowth 1
-01111101011 Merci 1
-01111101011 cooperativa 1
-01111101011 Ohara 1
-01111101011 Supercarrier 1
-01111101011 Firestarter 1
-01111101011 Pericle 1
-01111101011 Rotate 1
-01111101011 loquitur 1
-01111101011 Ta-Hu-Wa-Hu-Wai 1
-01111101011 counter-gap 1
-01111101011 Stagecoach 1
-01111101011 run-of-the-press 1
-01111101011 Archetypes 1
-01111101011 Tanzspiel 1
-01111101011 social-mindedness 1
-01111101011 politicals 1
-01111101011 companero 1
-01111101011 disapppointed 1
-01111101011 super-stability 1
-01111101011 Sonderweg 1
-01111101011 No-Speed 1
-01111101011 major-major 1
-01111101011 Janssens 1
-01111101011 rotators 1
-01111101011 Institutionally 1
-01111101011 heart-driven 1
-01111101011 half-pipes 1
-01111101011 promotionist 1
-01111101011 microfiber 1
-01111101011 Skimming 1
-01111101011 un-poor 1
-01111101011 spetsnaz 1
-01111101011 benchmarking 1
-01111101011 lyophilizer 1
-01111101011 Schmerzfest 1
-01111101011 Clive-ia 1
-01111101011 Expressiv 1
-01111101011 vendido 1
-01111101011 framestore 1
-01111101011 Carpetbaggers 1
-01111101011 Wunderbar 1
-01111101011 Magnifico 1
-01111101011 Mopes 1
-01111101011 See-Hear 1
-01111101011 get-it-fast 1
-01111101011 pro-SEC 1
-01111101011 frottoir 1
-01111101011 self-developers 1
-01111101011 To-ron-to 1
-01111101011 well-housed 1
-01111101011 Machoism 1
-01111101011 Sparcintoshes 1
-01111101011 SuperDave 1
-01111101011 Grasshopper 1
-01111101011 Heinasirkka 1
-01111101011 echorche 1
-01111101011 carpetgate 1
-01111101011 Kurozuka 1
-01111101011 Puffball 1
-01111101011 double-team 1
-01111101011 Funnily 1
-01111101011 Dakkie 1
-01111101011 K-9 1
-01111101011 goldbugs 1
-01111101011 Bondweek 1
-01111101011 Showed 1
-01111101011 Sniff 1
-01111101011 On-Target 1
-01111101011 lawful-to-sell 1
-01111101011 Thunderchicken 1
-01111101011 Legwork 1
-01111101011 INFO-2 1
-01111101011 Megamarketing 1
-01111101011 Intervale 1
-01111101011 condottiere 1
-01111101011 supersoft 1
-01111101011 Molnia 1
-01111101011 airier 1
-01111101011 futuristics 1
-01111101011 higahikaku 1
-01111101011 zenbara 1
-01111101011 Strapless 1
-01111101011 hairhoppers 1
-01111101011 Repulsion 1
-01111101011 age-appropriate 1
-01111101011 Air-jet 1
-01111101011 Pre-October 1
-01111101011 fumblerooski 1
-01111101011 Pocho 1
-01111101011 zakat 1
-01111101011 Bullish-Bullish-Bullish 1
-01111101011 compadre 1
-01111101011 comadre 1
-01111101011 Elephantenhochzeit 1
-01111101011 Libidine 1
-01111101011 Overboard 1
-01111101011 Insulate 1
-01111101011 Cajoling 1
-01111101011 polycephalous 1
-01111101011 Typee 1
-01111101011 METHOTREXATE 1
-01111101011 Wherein 1
-01111101011 dumbed-down 1
-01111101011 yogwans 1
-01111101011 proviruses 1
-01111101011 NAO 1
-01111101011 Urdis 1
-01111101011 collegialism 1
-01111101011 tarek 1
-01111101011 hear-nothing 1
-01111101011 Novanoah 1
-01111101011 Arcodiga 1
-01111101011 anti-materialism 1
-01111101011 Cubetown 1
-01111101011 Incoherence 1
-01111101011 Globaloney 1
-01111101011 Dadillacs 1
-01111101011 Launcher 1
-01111101011 Beforehand 1
-01111101011 animatics 1
-01111101011 Anastasia 1
-01111101011 buppies 1
-01111101011 narrowcaster 1
-01111101011 Son-of-a-gun 1
-01111101011 lipophilic 1
-01111101011 Kayaker 1
-01111101011 Parenthesis 1
-01111101011 Colorcoat 1
-01111101011 F.I.S.T. 1
-01111101011 Equivalently 1
-01111101011 Ceaselessly 1
-01111101011 Emphatically 1
-01111101011 Astrobabble 1
-01111101011 Ti-di 1
-01111101011 Deplorably 1
-01111101011 Algazel 1
-01111101011 Ripoffs 1
-01111101011 comandancia 1
-01111101011 neuro-computers 1
-01111101011 Stoneheads 1
-01111101011 phat 1
-01111101011 Traitor 1
-01111101011 chestwarmers 1
-01111101011 berried 1
-01111101011 athematic 1
-01111101011 Thamos 1
-01111101011 Alakshak 1
-01111101011 ayni 1
-01111101011 Maoridom 1
-01111101011 chaga 1
-01111101011 ooooo 1
-01111101011 Trembling 1
-01111101011 maya 1
-01111101011 gaman 1
-01111101011 Mmm 1
-01111101011 Caregiving 1
-01111101011 pro-peacock 1
-01111101011 ballparking 1
-01111101011 Amakudari 1
-01111101011 down-down 1
-01111101011 be-ins 1
-01111101011 Cholesterol-wise 1
-01111101011 Geech 1
-01111101011 nitwits 1
-01111101011 Checkmates 1
-01111101011 capitulations 1
-01111101011 shortwings 1
-01111101011 Heigh-oh 1
-01111101011 hojin 1
-01111101011 icepick 1
-01111101011 chuanxiong 1
-01111101011 loge 1
-01111101011 idiotypes 1
-01111101011 double-discounted 1
-01111101011 Bestseller 1
-01111101011 W-U-D-D-A 1
-01111101011 I-R-S 1
-01111101011 cross-subsidy 1
-01111101011 Rik 1
-01111101011 Chameleon-like 1
-01111101011 investor-driven 1
-01111101011 S.P.E.B.S.Q.S.A 1
-01111101011 Datson 1
-01111101011 E-car 1
-01111101011 regisseur 1
-01111101011 Kettentanz 1
-01111101011 etude 1
-01111101011 France/Dance 1
-01111101011 in-filling 1
-01111101011 Bucketing 1
-01111101011 fizzlick 1
-01111101011 puppydogs 1
-01111101011 yobiko 1
-01111101011 tamamushi 1
-01111101011 Janites 1
-01111101011 Yo-Goat 1
-01111101011 non-obvious 1
-01111101011 sub-therapeutic 1
-01111101011 Clinicard 1
-01111101011 Paperhouse 1
-01111101011 enzymatic 1
-01111101011 francheesy 1
-01111101011 Personages 1
-01111101011 Poochies 1
-01111101011 Wenesday 1
-01111101011 dunk-tanks 1
-01111101011 ultra-perestroika 1
-01111101011 Banging 1
-01111101011 Bluntly 1
-01111101011 nonchange 1
-01111101011 etoiles 1
-01111101011 Willie/Mingo 1
-01111101011 huggy-huggy 1
-01111101011 Aphorismi 1
-01111101011 passe-partout 1
-01111101011 Bleary-eyed 2
-01111101011 Fumbling 2
-01111101011 Arrogant 2
-01111101011 Enraged 2
-01111101011 Quantitatively 2
-01111101011 Weekdays 2
-01111101011 Oh-la-la 2
-01111101011 SWIMMING 2
-01111101011 Extraditables 2
-01111101011 Vamos 2
-01111101011 Terrified 2
-01111101011 Jawohl 2
-01111101011 Cellist 2
-01111101011 Symbolically 2
-01111101011 Mastergate 2
-01111101011 Ooh 2
-01111101011 Messy 2
-01111101011 Biosensor 2
-01111101011 SleepTight 2
-01111101011 Shrug 2
-01111101011 WILMINGTON 2
-01111101011 abridging 2
-01111101011 BORROW 2
-01111101011 Takings 2
-01111101011 Nicotinic 2
-01111101011 Ethicists 2
-01111101011 Deliberately 2
-01111101011 longueurs 2
-01111101011 Artifact 2
-01111101011 Hostas 2
-01111101011 Hard-working 2
-01111101011 Rollover 2
-01111101011 Airwolf 2
-01111101011 Hmm 2
-01111101011 Assumed 2
-01111101011 paso 2
-01111101011 Excepting 2
-01111101011 Ay 2
-01111101011 Starlings 2
-01111101011 nunchakus 2
-01111101011 Brickyard 2
-01111101011 Obeying 2
-01111101011 Ninotchka 2
-01111101011 MAX 2
-01111101011 coach-ball 2
-01111101011 wah 2
-01111101011 Evander 2
-01111101011 Ho-hum 2
-01111101011 Operationally 2
-01111101011 Otlichno 2
-01111101011 Shuttered 2
-01111101011 Knightwatch 2
-01111101011 Rugged 2
-01111101011 Lard 2
-01111101011 Quintus 2
-01111101011 nein 2
-01111101011 Ovens 2
-01111101011 Succinctly 2
-01111101011 Supply-sider 2
-01111101011 Divining 2
-01111101011 delegators 2
-01111101011 Smithereens 2
-01111101011 Naively 2
-01111101011 Depends 2
-01111101011 Nunnally 2
-01111101011 Rosmira 2
-01111101011 Moribund 2
-01111101011 COLGATE 2
-01111101011 Instinctively 2
-01111101011 BehaviorScan 2
-01111101011 Legionella 2
-01111101011 Breakout 2
-01111101011 EM 2
-01111101011 Simulators 2
-01111101011 Awful 2
-01111101011 Relevant 2
-01111101011 Balderdash 2
-01111101011 THEN 2
-01111101011 Suprematism 2
-01111101011 Hasten 2
-01111101011 Murderous 2
-01111101011 pixilation 2
-01111101011 Gremlins 2
-01111101011 Mosques 2
-01111101011 Kayaks 2
-01111101011 Lush 2
-01111101011 Gridlock 2
-01111101011 Lunches 2
-01111101011 Second-guessing 2
-01111101011 Feelgood 2
-01111101011 Self-employed 2
-01111101011 Eagle-Tribune 2
-01111101011 Carefully 2
-01111101011 Industrially 2
-01111101011 Siblings 2
-01111101011 Carny 2
-01111101011 Naw 3
-01111101011 Puller 3
-01111101011 Self-management 3
-01111101011 Yep 3
-01111101011 Feck 3
-01111101011 Brahms-Handel 3
-01111101011 Overlooked 3
-01111101011 Sexy 3
-01111101011 Roufus 3
-01111101011 Posit 3
-01111101011 Chiefly 3
-01111101011 Channeling 3
-01111101011 Beaming 3
-01111101011 Grudgingly 3
-01111101011 Recommend 3
-01111101011 Fandango 3
-01111101011 shelterable 3
-01111101011 Uh-oh 3
-01111101011 Trade-In 3
-01111101011 Revillon 3
-01111101011 Ribs 3
-01111101011 Striptease 3
-01111101011 Thereby 3
-01111101011 Brag 3
-01111101011 Candidly 3
-01111101011 Offstage 3
-01111101011 Unrepentant 3
-01111101011 Sloppy 3
-01111101011 Pubs 3
-01111101011 Praised 3
-01111101011 Logical 3
-01111101011 Ruled 3
-01111101011 Barden 3
-01111101011 Oooh 3
-01111101011 Kayaking 3
-01111101011 WITHOUT 3
-01111101011 Nah 3
-01111101011 Sideways 3
-01111101011 Commercially 3
-01111101011 MetroEconomica 3
-01111101011 Totalitarianism 3
-01111101011 Distraught 3
-01111101011 Unequivocally 3
-01111101011 Nigger 3
-01111101011 Yuasa 3
-01111101011 Mariameneo 3
-01111101011 Mommas 3
-01111101011 tholin 3
-01111101011 Logistically 3
-01111101011 Zirconium 3
-01111101011 THOMSON-CSF 3
-01111101011 Dreamgirls 3
-01111101011 Constitutionally 3
-01111101011 Orphans 3
-01111101011 OH 4
-01111101011 Caliban 4
-01111101011 Professionally 4
-01111101011 Aw 4
-01111101011 Mammograms 4
-01111101011 Streamlining 4
-01111101011 Coincidence 4
-01111101011 Farrowing 4
-01111101011 Selecting 4
-01111101011 Stockbroker 4
-01111101011 Easily 4
-01111101011 Pray 4
-01111101011 Flamboyant 4
-01111101011 Stupid 4
-01111101011 Aesthetically 4
-01111101011 Speeches 4
-01111101011 Hogwash 4
-01111101011 Bashing 4
-01111101011 Strikingly 4
-01111101011 Ethically 4
-01111101011 Typewriters 4
-01111101011 Camarinha 5
-01111101011 GATES 5
-01111101011 Pupil 5
-01111101011 Interesting 5
-01111101011 Erythropoietin 5
-01111101011 Smiling 5
-01111101011 Jeez 5
-01111101011 Eurocops 5
-01111101011 Conceptually 5
-01111101011 Breathless 5
-01111101011 Generous 5
-01111101011 Scratch 5
-01111101011 Deeds 5
-01111101011 Chlorofluorocarbons 5
-01111101011 Culturally 5
-01111101011 Footloose 5
-01111101011 Socially 6
-01111101011 Doubtless 6
-01111101011 Strategically 6
-01111101011 Herewith 6
-01111101011 Conception 6
-01111101011 Rubbish 6
-01111101011 Dopey 6
-01111101011 Short-covering 6
-01111101011 Je 6
-01111101011 Unquestionably 6
-01111101011 Regularly 6
-01111101011 Locally 6
-01111101011 Benji 6
-01111101011 Appropriately 6
-01111101011 Monday-Friday 7
-01111101011 Undeniably 7
-01111101011 Unbelievable 7
-01111101011 Aha 7
-01111101011 Ostensibly 8
-01111101011 Backstage 8
-01111101011 Effectively 8
-01111101011 Uh 8
-01111101011 Intellectually 8
-01111101011 Bokassa 8
-01111101011 Plainly 9
-01111101011 Oops 9
-01111101011 Embarrassed 9
-01111101011 Outraged 9
-01111101011 Nope 10
-01111101011 Rioting 10
-01111101011 DEBATE 11
-01111101011 Domestically 12
-01111101011 Whoa 12
-01111101011 Realistically 12
-01111101011 Briefly 12
-01111101011 Seemingly 13
-01111101011 Psychologically 14
-01111101011 Henceforth 17
-01111101011 Wow 17
-01111101011 Underneath 18
-01111101011 Primarily 18
-01111101011 Upstairs 18
-01111101011 Economically 18
-01111101011 Industrywide 18
-01111101011 Therein 18
-01111101011 Translated 18
-01111101011 Someday 19
-01111101011 Goodbye 19
-01111101011 Overnight 21
-01111101011 Slowly 21
-01111101011 Undoubtedly 23
-01111101011 Evidently 24
-01111101011 Recall 27
-01111101011 Below 27
-01111101011 Fundamentally 29
-01111101011 Okay 32
-01111101011 Hi 32
-01111101011 Everywhere 33
-01111101011 Oddly 37
-01111101011 Granted 42
-01111101011 Wait 42
-01111101011 Luckily 43
-01111101011 Sorry 45
-01111101011 Hello 45
-01111101011 Hopefully 48
-01111101011 Personally 50
-01111101011 Gee 53
-01111101011 Always 59
-01111101011 Financially 59
-01111101011 Nearby 60
-01111101011 Ah 61
-01111101011 Yeah 67
-01111101011 Occasionally 80
-01111101011 Nowadays 88
-01111101011 Frankly 89
-01111101011 Presumably 94
-01111101011 Somehow 94
-01111101011 Mostly 98
-01111101011 Twice 101
-01111101011 Naturally 116
-01111101011 Hence 128
-01111101011 Tomorrow 133
-01111101011 Surely 145
-01111101011 Remember 147
-01111101011 Imagine 149
-01111101011 Hey 164
-01111101011 Basically 178
-01111101011 Again 222
-01111101011 Down 225
-01111101011 Usually 226
-01111101011 Sure 236
-01111101011 Inside 253
-01111101011 Suddenly 253
-01111101011 Apparently 256
-01111101011 Together 262
-01111101011 True 269
-01111101011 Often 275
-01111101011 Oh 294
-01111101011 Soon 371
-01111101011 Obviously 398
-01111101011 Certainly 453
-01111101011 Clearly 464
-01111101011 Yes 474
-01111101011 Sometimes 634
-01111101011 Well 688
-01111101011 Second 792
-01111101011 Rather 931
-01111101011 Or 1072
-01111101011 Besides 1341
-01111101011 Today 2522
-01111101011 Then 3233
-01111101011 Now 6403
-01111101011 So 6986
-01111101100 Huffs 1
-01111101100 Exults 1
-01111101100 Accommodating 1
-01111101100 .have 1
-01111101100 VideoStar 1
-01111101100 Kenzy 1
-01111101100 Insisted 1
-01111101100 Computer-giant 1
-01111101100 Soothing 1
-01111101100 Hostesses 1
-01111101100 Oil-rich 1
-01111101100 Teleindustria 1
-01111101100 Dollar-hungry 1
-01111101100 Tacitly 1
-01111101100 Muses 1
-01111101100 Storky 1
-01111101100 Arch-rival 1
-01111101100 VACUUMING 1
-01111101100 POST-STRIKE 1
-01111101100 Hard-nosed 1
-01111101100 REGULATIONS 1
-01111101100 Easygoing 1
-01111101100 General-interest 1
-01111101100 First-term 1
-01111101100 Ex-guard 1
-01111101100 Drought-ravaged 1
-01111101100 Proclaimed 1
-01111101100 Renouncing 1
-01111101100 Advises 1
-01111101100 PERONISTS 1
-01111101100 EARRING 1
-01111101100 Speculates 1
-01111101100 Two-term 1
-01111101100 Money-manager 1
-01111101100 Sixty-year-old 1
-01111101100 Middle-level 1
-01111101100 Rough-and-ready 1
-01111101100 Lambasting 1
-01111101100 Shudder 1
-01111101100 Protocol-conscious 1
-01111101100 EDUCATIONAL 1
-01111101100 Insists 1
-01111101100 Green-eyed 1
-01111101100 BanCal 1
-01111101100 Eighteenth-century 1
-01111101100 Ex-cop 1
-01111101100 Cornerback 1
-01111101100 Radioing 1
-01111101100 Roseland-based 1
-01111101100 Rejoins 1
-01111101100 Retorted 1
-01111101100 Ship-maker 1
-01111101100 Speed-skater 2
-01111101100 Confides 2
-01111101100 Nicknamed 2
-01111101100 Wrinkling 2
-01111101100 Psychic 2
-01111101100 Jealous 2
-01111101100 Modifying 2
-01111101100 Swelling 2
-01111101100 Mild-mannered 2
-01111101100 ELDER 2
-01111101100 Heightening 2
-01111101100 Three-year-old 2
-01111101100 Pre-selling 2
-01111101100 Accomplishing 2
-01111101100 Beefy 2
-01111101100 TOM 2
-01111101100 Predicted 2
-01111101100 Emulating 2
-01111101100 Money-losing 2
-01111101100 Foreseeing 2
-01111101100 Nineteenth-century 2
-01111101100 Re-enter 2
-01111101100 Admits 2
-01111101100 Bordering 2
-01111101100 Enriching 2
-01111101100 Enlarging 2
-01111101100 SIR 2
-01111101100 Seventeen-year-old 2
-01111101100 Gripping 3
-01111101100 Humorist 3
-01111101100 Truer 3
-01111101100 Joked 3
-01111101100 Preaching 3
-01111101100 Better-known 3
-01111101100 Five-year-old 3
-01111101100 Spokeswoman 3
-01111101100 Eight-year-old 3
-01111101100 Overseeing 3
-01111101100 Argues 3
-01111101100 Outlawing 3
-01111101100 Seven-year-old 3
-01111101100 Present-day 3
-01111101100 Firming 3
-01111101100 Deducting 3
-01111101100 Flooding 3
-01111101100 COMPREHENSIVE 4
-01111101100 Explained 4
-01111101100 Screenwriters 4
-01111101100 Worsening 4
-01111101100 REP. 4
-01111101100 Advocating 4
-01111101100 Countered 4
-01111101100 Transferring 4
-01111101100 Underpinning 4
-01111101100 Fumes 4
-01111101100 Shutting 4
-01111101100 Exacerbating 4
-01111101100 Contends 5
-01111101100 Backing 5
-01111101100 Capturing 5
-01111101100 Presenting 5
-01111101100 Protesting 6
-01111101100 Pianist 6
-01111101100 Hard-core 6
-01111101100 Observed 6
-01111101100 Entertainer 6
-01111101100 Replied 7
-01111101100 Linking 7
-01111101100 Complains 7
-01111101100 V.H. 7
-01111101100 Government-owned 7
-01111101100 Nine-year-old 7
-01111101100 Warns 7
-01111101100 Responded 7
-01111101100 Attacking 8
-01111101100 Pacing 8
-01111101100 Responds 8
-01111101100 Boasts 8
-01111101100 Approaching 8
-01111101100 Aiding 8
-01111101100 Cash-rich 8
-01111101100 Trimming 8
-01111101100 Heeding 9
-01111101100 Retorts 9
-01111101100 Dubbed 9
-01111101100 Asserts 9
-01111101100 Matching 9
-01111101100 Carrying 10
-01111101100 Cash-strapped 10
-01111101100 Neighboring 10
-01111101100 Shifting 11
-01111101100 Observing 11
-01111101100 Expressing 11
-01111101100 Recalls 11
-01111101100 Criticizing 11
-01111101100 Slowing 12
-01111101100 Declares 12
-01111101100 Asking 12
-01111101100 Observes 13
-01111101100 Asks 14
-01111101100 Replies 14
-01111101100 Concludes 15
-01111101100 Reviewing 15
-01111101100 Concedes 16
-01111101100 Shrinking 16
-01111101100 Improving 18
-01111101100 Replacing 18
-01111101100 Visiting 23
-01111101100 Counters 24
-01111101100 Echoing 24
-01111101100 Explains 38
-01111101100 Whereas 58
-01111101100 Joining 59
-01111101100 Increasing 64
-01111101100 Succeeding 67
-01111101100 Finding 82
-01111101100 Enter 97
-01111101100 Regarding 160
-01111101100 Said 246
-01111101100 Added 272
-01111101100 Adds 643
-01111101100 Whatever 753
-01111101100 Unlike 1064
-01111101100 Says 1259
-01111101100 Neither 1347
-01111101100 Like 1852
-01111101100 Though 2772
-01111101100 While 8457
-01111101100 Although 6744
-01111101101 Stifling 1
-01111101101 Acknowledge 1
-01111101101 Longer-lasting 1
-01111101101 WALTERS 1
-01111101101 Elope 1
-01111101101 Entertain 1
-01111101101 Y.H. 1
-01111101101 Notoriety 1
-01111101101 Swindling 1
-01111101101 Isodoro 1
-01111101101 RAILROAD 1
-01111101101 Arenaballers 1
-01111101101 Telwatch 1
-01111101101 Multi-option 1
-01111101101 Springing 1
-01111101101 Eusebio 1
-01111101101 Reversals 1
-01111101101 Extorting 1
-01111101101 Birthdays 1
-01111101101 Snowmobile 1
-01111101101 De-emphasizing 1
-01111101101 Despots 1
-01111101101 C-LD-R 1
-01111101101 Stewardesses 1
-01111101101 Composition-wise 1
-01111101101 Triploid 1
-01111101101 Methodically 1
-01111101101 Ex- 1
-01111101101 Doggone 1
-01111101101 Homely 1
-01111101101 Overlook 1
-01111101101 Tight-lipped 1
-01111101101 Termed 1
-01111101101 CALERO 1
-01111101101 STEAMBOAT 1
-01111101101 Surpluses 1
-01111101101 IMPROPER 1
-01111101101 Urologists 1
-01111101101 Samplers 1
-01111101101 Ditching 1
-01111101101 .because 1
-01111101101 Roughing 1
-01111101101 Pre-empting 1
-01111101101 Passenger-service 1
-01111101101 Executing 1
-01111101101 Colorize 1
-01111101101 RABIN 1
-01111101101 Miniaturized 1
-01111101101 .Writing 1
-01111101101 Securities-lending 1
-01111101101 Captioned 1
-01111101101 Thence 1
-01111101101 Self-medication 1
-01111101101 Inflation-led 1
-01111101101 Stature 1
-01111101101 .So 1
-01111101101 Slaughterings 1
-01111101101 Interwoven 1
-01111101101 .until 1
-01111101101 Boy-crazy 1
-01111101101 Prescribing 1
-01111101101 MANAGUA 1
-01111101101 Whyever 1
-01111101101 Prodigious 2
-01111101101 Reimbursing 2
-01111101101 TAX-LAW 2
-01111101101 ABRAMS 2
-01111101101 Hammering 2
-01111101101 Clumsy 2
-01111101101 Obscure 2
-01111101101 PARENTAL 2
-01111101101 Locking 2
-01111101101 ARAFAT 2
-01111101101 .and 2
-01111101101 Jabbing 2
-01111101101 Subtitled 2
-01111101101 Jailed 2
-01111101101 Pursued 2
-01111101101 Preceding 2
-01111101101 Beleaguered 3
-01111101101 Veins 3
-01111101101 Considerations 3
-01111101101 Chanting 3
-01111101101 Advertised 3
-01111101101 Incensed 3
-01111101101 Cozy 3
-01111101101 DICK 3
-01111101101 Entitled 3
-01111101101 Chastened 4
-01111101101 Discouraged 4
-01111101101 Ironic 4
-01111101101 McFARLANE 4
-01111101101 Inexperienced 4
-01111101101 Upholding 4
-01111101101 Sidestepping 4
-01111101101 Relaxing 4
-01111101101 Wanting 4
-01111101101 Attractive 5
-01111101101 Nestled 5
-01111101101 Ousted 5
-01111101101 Titled 5
-01111101101 Laments 5
-01111101101 Seizing 5
-01111101101 Repeatedly 5
-01111101101 Spotting 6
-01111101101 Convictions 6
-01111101101 Concluding 7
-01111101101 Admitting 9
-01111101101 Whereupon 9
-01111101101 Provided 10
-01111101101 Incumbent 12
-01111101101 Convincing 12
-01111101101 Suffice 12
-01111101101 Determining 13
-01111101101 Ditto 17
-01111101101 Quoting 18
-01111101101 Arguing 31
-01111101101 Mainly 40
-01111101101 Possibly 53
-01111101101 Quite 121
-01111101101 Consider 466
-01111101101 Perhaps 1205
-01111101101 Yet 2950
-01111101101 But 73602
-01111101101 And 23158
-01111101110 PUZZLING 1
-01111101110 Unloosing 1
-01111101110 Groused 1
-01111101110 Inoculating 1
-01111101110 Depleting 1
-01111101110 Mountainizing 1
-01111101110 re-humanizes 1
-01111101110 Contended 1
-01111101110 Toppling 1
-01111101110 Fast-track 1
-01111101110 Interrupting 1
-01111101110 Donning 1
-01111101110 Stiffling 1
-01111101110 Hustling 1
-01111101110 Slinging 1
-01111101110 Nary 1
-01111101110 Prerequisites 1
-01111101110 Labeled 1
-01111101110 Clinging 1
-01111101110 Slip 1
-01111101110 Formulating 1
-01111101110 Resembling 1
-01111101110 Cornering 1
-01111101110 Spared 1
-01111101110 Bankside 1
-01111101110 Remarked 1
-01111101110 Rebuffing 1
-01111101110 Adjectives 1
-01111101110 MASS 1
-01111101110 Depite 1
-01111101110 Pawning 1
-01111101110 Argued 1
-01111101110 Forfeiting 1
-01111101110 Exhibiting 1
-01111101110 Unraveling 1
-01111101110 Copping 1
-01111101110 Successively 1
-01111101110 Exerting 1
-01111101110 Anchoring 1
-01111101110 Proclaims 1
-01111101110 Hypoglycemia 1
-01111101110 ENDOWMENTS 1
-01111101110 PREPAYING 1
-01111101110 Mimicking 1
-01111101110 Growth-minded 1
-01111101110 Repudiating 1
-01111101110 Ousting 1
-01111101110 Underpaying 1
-01111101110 Unfurling 1
-01111101110 Denominate 1
-01111101110 Unrolling 1
-01111101110 Scrounging 1
-01111101110 CLK 1
-01111101110 Energy-intensive 1
-01111101110 Punching 1
-01111101110 Idling 1
-01111101110 non-covered 1
-01111101110 Tucking 1
-01111101110 Constructing 1
-01111101110 Appoint 1
-01111101110 Sustaining 1
-01111101110 Thwarting 1
-01111101110 Reshaping 1
-01111101110 Snatching 1
-01111101110 Thankful 1
-01111101110 Reaffirming 1
-01111101110 Mumbles 1
-01111101110 Cementing 1
-01111101110 Unlocking 1
-01111101110 Outbreaks 1
-01111101110 codewords 2
-01111101110 Reciting 2
-01111101110 Ere 2
-01111101110 Assemble 2
-01111101110 Greeting 2
-01111101110 Moans 2
-01111101110 Nudging 2
-01111101110 Begging 2
-01111101110 Grabbing 2
-01111101110 Fingering 2
-01111101110 Groping 2
-01111101110 Espousing 3
-01111101110 Scraping 3
-01111101110 Opting 3
-01111101110 Allocating 3
-01111101110 Securing 3
-01111101110 Electing 3
-01111101110 Introduce 3
-01111101110 Renowned 3
-01111101110 Legislating 3
-01111101110 Puffing 3
-01111101110 Suing 3
-01111101110 Pantyhose 3
-01111101110 Commented 3
-01111101110 Co-defendants 3
-01111101110 Caring 4
-01111101110 Scarcely 4
-01111101110 Dressing 4
-01111101110 Conducting 4
-01111101110 Qualifying 4
-01111101110 Arranging 4
-01111101110 Sighs 4
-01111101110 Employing 5
-01111101110 Bedtime 5
-01111101110 Sending 9
-01111101110 Launching 11
-01111101110 Aiming 11
-01111101110 Preparing 13
-01111101110 Negotiating 14
-01111101110 Searching 16
-01111101110 Adjusting 25
-01111101110 Waiting 42
-01111101110 Formerly 59
-01111101110 As 20081
-01111101110 Allowing 61
-01111101111 Inactivity 1
-01111101111 Writ 1
-01111101111 Queues 1
-01111101111 Embodying 1
-01111101111 Self-taught 1
-01111101111 Tuning 1
-01111101111 Complacency 1
-01111101111 Billeted 1
-01111101111 Long-timers 1
-01111101111 Imbedded 1
-01111101111 Apolitical 1
-01111101111 Owner-managers 1
-01111101111 Unsurprising 1
-01111101111 Relishing 1
-01111101111 Ranching 1
-01111101111 Implied 1
-01111101111 Nonparticipants 1
-01111101111 Tangled 1
-01111101111 Clots 1
-01111101111 Leaping 1
-01111101111 WNEV 1
-01111101111 Abounding 1
-01111101111 Protestation 1
-01111101111 Congregations 1
-01111101111 Delter 1
-01111101111 Duvalierism 1
-01111101111 Skirmishing 1
-01111101111 Garbed 1
-01111101111 Residency 1
-01111101111 4:57 1
-01111101111 Breakdowns 1
-01111101111 Exceedingly 1
-01111101111 Unbowed 1
-01111101111 Punctilious 1
-01111101111 -A 1
-01111101111 Boltzmann 1
-01111101111 Enmeshed 1
-01111101111 44,524,000 1
-01111101111 Cross-holdings 1
-01111101111 Walled 1
-01111101111 Provoked 1
-01111101111 Deemed 1
-01111101111 Watched 1
-01111101111 Abuzz 1
-01111101111 Counted 1
-01111101111 Uproars 1
-01111101111 Indefensible 1
-01111101111 Sinister 1
-01111101111 FALLING 1
-01111101111 Immortalized 1
-01111101111 Undesirable 1
-01111101111 Reflected 1
-01111101111 Cavorting 1
-01111101111 Microphone 1
-01111101111 Qualify 1
-01111101111 Citisavings 1
-01111101111 Kneeling 1
-01111101111 Misalignment 1
-01111101111 Peace-keeping 1
-01111101111 Frankness 1
-01111101111 Casualness 1
-01111101111 MDL 1
-01111101111 Cocky 1
-01111101111 Expiring 1
-01111101111 Highlighted 1
-01111101111 Saddened 1
-01111101111 Inconsistencies 1
-01111101111 Kropotkinskaya 1
-01111101111 Unkempt 1
-01111101111 Latecomers 1
-01111101111 Pictured 1
-01111101111 Oddsmakers 1
-01111101111 Unfolding 1
-01111101111 Thirty-year-olds 1
-01111101111 Distasteful 1
-01111101111 Lolling 1
-01111101111 Cloaked 1
-01111101111 DETERMINING 1
-01111101111 Domesticated 1
-01111101111 Concurring 1
-01111101111 Singleminded 1
-01111101111 Gracious 1
-01111101111 HOSIERY 1
-01111101111 Waitresses 1
-01111101111 Expertise 1
-01111101111 Swooning 1
-01111101111 Upswings 1
-01111101111 Interbreeding 1
-01111101111 Huddled 1
-01111101111 Conjecture 1
-01111101111 Gathered 1
-01111101111 Resonant 1
-01111101111 Dominant 1
-01111101111 Changeovers 1
-01111101111 Doubly 1
-01111101111 Senility 1
-01111101111 Inundated 1
-01111101111 Intervening 1
-01111101111 Skaters 1
-01111101111 Patched 1
-01111101111 BACKSLIDING 1
-01111101111 Outsourcing 1
-01111101111 Co-plaintiffs 1
-01111101111 Obsessional 1
-01111101111 Foals 1
-01111101111 Flimsy 1
-01111101111 Okko 1
-01111101111 Disruptions 1
-01111101111 Hedgers 1
-01111101111 Sixth-ranked 1
-01111101111 Stogies 1
-01111101111 Reopenings 1
-01111101111 Bunched 1
-01111101111 Tire-maker 1
-01111101111 Lodged 1
-01111101111 Prying 1
-01111101111 Incapable 1
-01111101111 Delectable 1
-01111101111 overexuberance 1
-01111101111 Freighted 1
-01111101111 Bikers 1
-01111101111 Over-eagerness 1
-01111101111 Stationed 1
-01111101111 Impoliteness 1
-01111101111 Stockbroking 1
-01111101111 Appropriated 1
-01111101111 Fitted 1
-01111101111 Valleys 1
-01111101111 Flare-ups 1
-01111101111 Heralded 1
-01111101111 Placard 1
-01111101111 Oxides 1
-01111101111 Refreshing 1
-01111101111 Suspense 1
-01111101111 Misrepresentation 1
-01111101111 Fieldwork 1
-01111101111 Disruption 1
-01111101111 Pieced 1
-01111101111 Self-congratulation 1
-01111101111 Spats 1
-01111101111 Shake-ups 1
-01111101111 Replaced 1
-01111101111 Primaries 1
-01111101111 Civas 1
-01111101111 Billowing 1
-01111101111 Fascinated 1
-01111101111 Fluency 1
-01111101111 Paradoxical 1
-01111101111 Skirmishes 1
-01111101111 Surveillants 1
-01111101111 Wallowing 1
-01111101111 Stayed 1
-01111101111 Unsophisticated 1
-01111101111 Reelection 1
-01111101111 Snazzy 1
-01111101111 Graduating 1
-01111101111 Eccentric 1
-01111101111 Fretting 1
-01111101111 Renovations 1
-01111101111 Rumblings 1
-01111101111 Gun-shy 1
-01111101111 Consumerism 1
-01111101111 Slapped 1
-01111101111 -0.8 1
-01111101111 120.0 1
-01111101111 Huddling 1
-01111101111 Cheapness 1
-01111101111 Commercialization 1
-01111101111 Speedskaters 1
-01111101111 Implemented 1
-01111101111 Regrettable 1
-01111101111 373.0 1
-01111101111 Officeholding 1
-01111101111 Suggest 1
-01111101111 Splashed 1
-01111101111 Uproar 1
-01111101111 Sprinkled 1
-01111101111 Baffled 1
-01111101111 Uncomfortable 1
-01111101111 BP&N 1
-01111101111 Gene-splicing 1
-01111101111 Lurching 1
-01111101111 Gallstones 1
-01111101111 Denunciation 1
-01111101111 Noninterference 1
-01111101111 Glimpsed 1
-01111101111 Housekeepers 1
-01111101111 Open-handed 1
-01111101111 TINKERER 1
-01111101111 Unsympathetic 1
-01111101111 Under- 1
-01111101111 Restlessness 1
-01111101111 Borrow 1
-01111101111 Fascination 1
-01111101111 Unremarkable 1
-01111101111 Dotted 1
-01111101111 Chiming 1
-01111101111 Catapulted 1
-01111101111 Astronomer. 1
-01111101111 Mathematician. 1
-01111101111 Cowboy. 1
-01111101111 Roofer. 1
-01111101111 Seaman. 1
-01111101111 Fisherman. 1
-01111101111 Decreases 1
-01111101111 Downtime 1
-01111101111 Groggy 1
-01111101111 FW 1
-01111101111 Intriguing 1
-01111101111 Totaling 1
-01111101111 Lunging 1
-01111101111 Prancing 1
-01111101111 Exultant 1
-01111101111 Vigilantes 1
-01111101111 Naysaying 1
-01111101111 fter 1
-01111101111 Trampled 1
-01111101111 Flown 1
-01111101111 Fraying 1
-01111101111 Ringed 1
-01111101111 Dissents 1
-01111101111 Deadlocks 1
-01111101111 Retreats 1
-01111101111 .slowdowns 1
-01111101111 Replete 1
-01111101111 Well-guarded 1
-01111101111 58,913,000 1
-01111101111 58,035,000 1
-01111101111 Encompassing 1
-01111101111 Indecisiveness 1
-01111101111 Bunching 1
-01111101111 Wincing 1
-01111101111 Hemmed 1
-01111101111 Alternating 1
-01111101111 ndentures 1
-01111101111 Apparatchiks 1
-01111101111 wheaten 1
-01111101111 Abducted 1
-01111101111 Delighting 1
-01111101111 Vacationing 1
-01111101111 Checklists 1
-01111101111 Weak-willed 1
-01111101111 Banal 1
-01111101111 Irregularities 1
-01111101111 Hitches 1
-01111101111 Drenched 1
-01111101111 Veils 1
-01111101111 Studded 1
-01111101111 Carelessness 1
-01111101111 557.3 1
-01111101111 Undefined 1
-01111101111 9,107 1
-01111101111 Translocations 1
-01111101111 Contrasted 1
-01111101111 Lumped 1
-01111101111 .was 1
-01111101111 Discharging 1
-01111101111 Jumbled 1
-01111101111 Idiom 1
-01111101111 Joke-bashing 1
-01111101111 Kansei 1
-01111101111 Delving 1
-01111101111 Stringing 1
-01111101111 Shrouded 1
-01111101111 Shelved 1
-01111101111 Half-crocked 1
-01111101111 Bombarded 1
-01111101111 Decorated 1
-01111101111 Trite 1
-01111101111 Enticing 1
-01111101111 Plotted 1
-01111101111 Inequities 1
-01111101111 Laboring 1
-01111101111 Andchanges 1
-01111101111 Sous 1
-01111101111 Decision-makers 1
-01111101111 Slumped 1
-01111101111 Fussing 1
-01111101111 Phases 1
-01111101111 Wording 1
-01111101111 Trimmed 1
-01111101111 Melted 1
-01111101111 Clod 1
-01111101111 Booked 1
-01111101111 MARKSMEN 1
-01111101111 Lounging 1
-01111101111 Disincentives 1
-01111101111 Envelopes 1
-01111101111 Misunderstandings 1
-01111101111 KMHA-FM 1
-01111101111 Synonymous 1
-01111101111 426.4 1
-01111101111 Occupations 1
-01111101111 Gazing 2
-01111101111 Patterned 2
-01111101111 Collaborating 2
-01111101111 Write-downs 2
-01111101111 Interfering 2
-01111101111 Loitering 2
-01111101111 Railing 2
-01111101111 Chartering 2
-01111101111 Sweating 2
-01111101111 Retain 2
-01111101111 Compatibility 2
-01111101111 Staging 2
-01111101111 Replying 2
-01111101111 Assembling 2
-01111101111 Performed 2
-01111101111 Plop 2
-01111101111 Forbidding 2
-01111101111 Dollar-buying 2
-01111101111 Tasters 2
-01111101111 Lavish 2
-01111101111 Credited 2
-01111101111 Experimenting 2
-01111101111 Defer 2
-01111101111 Balking 2
-01111101111 Non-callable 2
-01111101111 NOV. 2
-01111101111 Purges 2
-01111101111 WILD 2
-01111101111 Improbable 2
-01111101111 Bitterness 2
-01111101111 Tags 2
-01111101111 Stitched 2
-01111101111 Experimentation 2
-01111101111 Coaching 2
-01111101111 MOTEL 2
-01111101111 Stranded 2
-01111101111 Strongest 2
-01111101111 Broke 2
-01111101111 Puttable 2
-01111101111 Well-meaning 2
-01111101111 Outfitted 2
-01111101111 Squatting 2
-01111101111 Endowed 2
-01111101111 Scratching 2
-01111101111 Isolated 2
-01111101111 Indulgent 2
-01111101111 Sentiments 2
-01111101111 Equipped 2
-01111101111 Unsatisfied 2
-01111101111 Dividing 2
-01111101111 Proceeding 2
-01111101111 Coinciding 2
-01111101111 Knew 2
-01111101111 Retreating 2
-01111101111 Intoxicated 2
-01111101111 Murmuring 2
-01111101111 Occurring 2
-01111101111 Shimmering 2
-01111101111 Acted 2
-01111101111 Identified 2
-01111101111 Sliding 2
-01111101111 STANDING 2
-01111101111 Misconceptions 2
-01111101111 COUNTING 2
-01111101111 Downturns 2
-01111101111 Apprehension 2
-01111101111 Embedded 2
-01111101111 Swathed 2
-01111101111 Bristling 2
-01111101111 Flushed 2
-01111101111 Surfacing 2
-01111101111 Bloodied 2
-01111101111 Rummaging 2
-01111101111 POST-OCH 2
-01111101111 Strolling 2
-01111101111 Chafing 2
-01111101111 Crammed 2
-01111101111 Packed 2
-01111101111 Piecing 2
-01111101111 Entwined 2
-01111101111 Chatting 2
-01111101111 Speculations 2
-01111101111 Headquartered 2
-01111101111 Queried 2
-01111101111 Questioning 3
-01111101111 FURTHER 3
-01111101111 Exciting 3
-01111101111 Yielding 3
-01111101111 Softness 3
-01111101111 Damned 3
-01111101111 Prodding 3
-01111101111 Perennially 3
-01111101111 Impatient 3
-01111101111 Indecision 3
-01111101111 Little-known 3
-01111101111 SECTION 3
-01111101111 Far-fetched 3
-01111101111 Enacted 3
-01111101111 PARENTS 3
-01111101111 Translating 3
-01111101111 Complying 3
-01111101111 Parked 3
-01111101111 Reminiscing 3
-01111101111 Housed 3
-01111101111 Flaws 3
-01111101111 Lumping 3
-01111101111 Siding 3
-01111101111 Finalists 3
-01111101111 Irritated 3
-01111101111 Proposing 3
-01111101111 Run-ups 3
-01111101111 Nationalized 3
-01111101111 Rescued 3
-01111101111 Interspersed 3
-01111101111 Toss 3
-01111101111 Satisfied 3
-01111101111 Schooled 3
-01111101111 Hunched 3
-01111101111 Haggling 3
-01111101111 Bursting 3
-01111101111 Teaming 3
-01111101111 Advised 3
-01111101111 Scurrying 3
-01111101111 Greatly 4
-01111101111 Impressive 4
-01111101111 Awash 4
-01111101111 Squabbling 4
-01111101111 Tightness 4
-01111101111 Digging 4
-01111101111 Unveiled 4
-01111101111 Expressed 4
-01111101111 Maneuvering 4
-01111101111 Regarded 4
-01111101111 Collaboration 4
-01111101111 Preoccupied 4
-01111101111 Posing 4
-01111101111 Conflicts 4
-01111101111 Hailed 4
-01111101111 Rebuffed 4
-01111101111 Fiddling 4
-01111101111 Recruited 4
-01111101111 Diversify 4
-01111101111 Supplied 4
-01111101111 Obsessed 4
-01111101111 Deterioration 4
-01111101111 Assisting 4
-01111101111 Wondering 4
-01111101111 Worn 4
-01111101111 Valued 5
-01111101111 Glancing 5
-01111101111 Billed 5
-01111101111 Serving 5
-01111101111 Trapped 5
-01111101111 Shown 5
-01111101111 Gesturing 5
-01111101111 Touted 5
-01111101111 MARCH 5
-01111101111 Stated 5
-01111101111 Tampering 5
-01111101111 Enrollments 5
-01111101111 Youths 5
-01111101111 Tinkering 5
-01111101111 Fluctuations 5
-01111101111 Presiding 5
-01111101111 Dropped 5
-01111101111 Negotiate 6
-01111101111 Pleased 6
-01111101111 Partially 6
-01111101111 Handing 6
-01111101111 Passed 6
-01111101111 Multiply 6
-01111101111 Fluent 6
-01111101111 Wrangling 6
-01111101111 Rejected 6
-01111101111 FEB. 6
-01111101111 Ordered 6
-01111101111 Incorporated 6
-01111101111 Purely 6
-01111101111 Consistent 7
-01111101111 Strictly 7
-01111101111 Uncertainties 7
-01111101111 Inasmuch 7
-01111101111 Fortified 7
-01111101111 Wandering 7
-01111101111 Opened 7
-01111101111 Jitters 7
-01111101111 Charged 7
-01111101111 OCT. 7
-01111101111 Complaining 7
-01111101111 Disappointment 7
-01111101111 Dissatisfied 7
-01111101111 Dissatisfaction 7
-01111101111 Saddled 7
-01111101111 Simultaneous 8
-01111101111 Conceived 8
-01111101111 Filed 8
-01111101111 Disagreements 8
-01111101111 Presented 8
-01111101111 Fungible 8
-01111101111 Situated 8
-01111101111 Calculated 9
-01111101111 Kidnappers 9
-01111101111 Threatened 9
-01111101111 Announced 9
-01111101111 Contacted 9
-01111101111 Staying 9
-01111101111 JULY 9
-01111101111 Clad 9
-01111101111 Receiving 9
-01111101111 Frustration 9
-01111101111 Blessed 10
-01111101111 Described 10
-01111101111 Released 10
-01111101111 Modeled 10
-01111101111 Fired 11
-01111101111 Upset 11
-01111101111 Questioned 11
-01111101111 Hired 12
-01111101111 Issued 12
-01111101111 Becoming 12
-01111101111 Remarks 12
-01111101111 Sounding 12
-01111101111 Provide 12
-01111101111 Played 12
-01111101111 Agreeing 13
-01111101111 Unhappy 13
-01111101111 Insofar 14
-01111101111 Conversations 14
-01111101111 Interviewed 14
-01111101111 Write 15
-01111101111 Formed 15
-01111101111 Somewhat 15
-01111101111 Seconds 15
-01111101111 Sticking 15
-01111101111 Invest 16
-01111101111 Flush 16
-01111101111 Raised 18
-01111101111 Nervousness 18
-01111101111 KILLED 18
-01111101111 Implicit 19
-01111101111 Launched 19
-01111101111 Trained 19
-01111101111 Located 20
-01111101111 Deciding 20
-01111101111 Started 21
-01111101111 Pushing 21
-01111101111 Expect 21
-01111101111 Precisely 21
-01111101111 Considered 21
-01111101111 Introduced 21
-01111101111 Fluctuation 22
-01111101111 Created 23
-01111101111 Interviews 25
-01111101111 Seated 25
-01111101111 Alarmed 25
-01111101111 Confronted 26
-01111101111 Approximately 27
-01111101111 Established 27
-01111101111 Optimism 29
-01111101111 Caught 29
-01111101111 Barely 30
-01111101111 Same 30
-01111101111 Viewed 30
-01111101111 Elected 31
-01111101111 Written 33
-01111101111 Coupled 33
-01111101111 Dressed 36
-01111101111 Seen 37
-01111101111 Testimony 39
-01111101111 Sometime 40
-01111101111 Practically 42
-01111101111 Weakness 44
-01111101111 Frustrated 47
-01111101111 Testifying 51
-01111101111 Appearing 55
-01111101111 Exactly 57
-01111101111 Roughly 57
-01111101111 Worried 58
-01111101111 Doing 60
-01111101111 Immediately 60
-01111101111 Moving 60
-01111101111 Measured 61
-01111101111 Worries 62
-01111101111 Known 66
-01111101111 Effective 66
-01111101111 Concerns 67
-01111101111 Writing 68
-01111101111 Uncertainty 72
-01111101111 Acting 76
-01111101111 Hardly 76
-01111101111 Taken 76
-01111101111 Try 80
-01111101111 Fully 80
-01111101111 Reached 82
-01111101111 Largely 85
-01111101111 Particularly 88
-01111101111 Sitting 90
-01111101111 Virtually 104
-01111101111 Founded 105
-01111101111 Named 110
-01111101111 Add 114
-01111101111 Especially 129
-01111101111 Concern 165
-01111101111 Compared 168
-01111101111 Combined 178
-01111101111 Faced 196
-01111101111 Beginning 203
-01111101111 Partly 209
-01111101111 Starting 240
-01111101111 Looking 249
-01111101111 Shortly 352
-01111101111 Along 407
-01111101111 Back 467
-01111101111 Nearly 508
-01111101111 Almost 531
-01111101111 Late 821
-01111101111 Asked 865
-01111101111 Just 1718
-01111101111 Only 2049
-01111101111 Not 2759
-01111101111 About 2895
-01111101111 Even 6139
-011111100 Home-borrowing 1
-011111100 Co-productions 1
-011111100 Reflexivity 1
-011111100 Bettors 1
-011111100 Mr.Greenberg 1
-011111100 Left-wingers 1
-011111100 BENNETT 1
-011111100 Voice-overs 1
-011111100 Reaffiliation 1
-011111100 Duramend 1
-011111100 Survivalists 1
-011111100 First-place 1
-011111100 Nondollar 1
-011111100 Dogfighters 1
-011111100 Oversized 1
-011111100 Brightly 1
-011111100 HOMEWORK 1
-011111100 Add-ons 1
-011111100 Obsequiousness 1
-011111100 Differentiation 1
-011111100 Intercorporate 1
-011111100 Sushi 1
-011111100 Extravagance 1
-011111100 b-Casino 1
-011111100 Novel-staging 1
-011111100 Reset 1
-011111100 Puzzlement 1
-011111100 Comparable-worth 1
-011111100 NASB 1
-011111100 Decision-making 1
-011111100 Pre-set 1
-011111100 GRAIN-TESTING 1
-011111100 Stars-to-Go 1
-011111100 Punsters 1
-011111100 RCA-Nashville 1
-011111100 Audio/Vidio 1
-011111100 Cloning 1
-011111100 NTU 1
-011111100 Rupiah 1
-011111100 Twelve-year-olds 1
-011111100 Paleoanthropology 1
-011111100 Executive-bashing 1
-011111100 Onandaga 1
-011111100 Hi-Profit 1
-011111100 Underdoggedness 1
-011111100 Mr.Gipson 1
-011111100 Mr.McFarlin 1
-011111100 AMBUSHERS 1
-011111100 Must-carry 1
-011111100 Flurbiprofen 1
-011111100 Reformists 1
-011111100 Mangled 1
-011111100 Sluggishness 1
-011111100 GRS 1
-011111100 State-rights 1
-011111100 Klein-the-owner 1
-011111100 Filers 1
-011111100 HOMICIDE 1
-011111100 Halloid 1
-011111100 Penny-pinching 1
-011111100 Liquid-crystal 1
-011111100 Gutters 1
-011111100 Stockbrokerages 1
-011111100 Smoking-policy 1
-011111100 Ramsey-Spirolox 1
-011111100 Ledgers 1
-011111100 Distinctive 1
-011111100 Asset-valuation 1
-011111100 Amnesties 1
-011111100 Bread-baking 1
-011111100 Felines 1
-011111100 Nonintervention 1
-011111100 Dogmas 1
-011111100 Scribbled 1
-011111100 ADVANCED-CERAMICS 1
-011111100 Freely 1
-011111100 Semanticists 1
-011111100 Co-location 1
-011111100 Magnets 1
-011111100 CACI-Federal 1
-011111100 Mid-1987 1
-011111100 Misunderstanding 1
-011111100 Trickers 1
-011111100 Mannessman 1
-011111100 FLEXTIME 1
-011111100 GRUMBLING 1
-011111100 SOFE 1
-011111100 HONECKER 1
-011111100 IDAHO 1
-011111100 RE/MAX 1
-011111100 BancFirst-Austin 1
-011111100 BARTENDERS 1
-011111100 Spencer-Stuart 1
-011111100 Wage-leveling 1
-011111100 Flux 1
-011111100 Yessan 1
-011111100 HAPPINESS 1
-011111100 Incongruity 1
-011111100 Blinding 1
-011111100 In-between 1
-011111100 N-75 1
-011111100 Gunships 1
-011111100 Neutralism 1
-011111100 Historical-performance 1
-011111100 Acceptability 1
-011111100 Gunboats 1
-011111100 Distancing 1
-011111100 Interventionism 1
-011111100 SPANISH 1
-011111100 Meteneprost 1
-011111100 Nonconvertibility 1
-011111100 Offense 1
-011111100 Wurtlizer 1
-011111100 Miniaturization 1
-011111100 Low-tech 1
-011111100 Rebalancing 1
-011111100 Multi-family 1
-011111100 Driftnets 1
-011111100 Dichlorvos 1
-011111100 UNIONIZATION 1
-011111100 Redlining 1
-011111100 Save-the-rigs 1
-011111100 Aeroquip-Vickers 1
-011111100 Remorse 1
-011111100 Retails 1
-011111100 Booking 1
-011111100 Single-family-home 1
-011111100 Silverware 1
-011111100 Karsdadt 1
-011111100 Consiton 1
-011111100 Most-recommended 1
-011111100 Hypnotists 1
-011111100 Extra-point 1
-011111100 Top-rated 1
-011111100 Newspeople 1
-011111100 Townfolk 1
-011111100 Mergers-and-acquisitions 1
-011111100 Inhumanity 1
-011111100 Postmodernism 1
-011111100 Lethargy 1
-011111100 NEBRASKA 1
-011111100 Active-matrix 1
-011111100 Inhospitality 1
-011111100 Tightfistedness 1
-011111100 Freeloaders 1
-011111100 Respectability 1
-011111100 BARTER 1
-011111100 Nonenforcement 1
-011111100 Coarsely 1
-011111100 Familar 1
-011111100 Envy 1
-011111100 Safety-related 1
-011111100 NEPOTISM 1
-011111100 Vacillation 1
-011111100 Mr.Borman 1
-011111100 Widowers 1
-011111100 Homeownership 1
-011111100 Humility 1
-011111100 Tax-overhaul 1
-011111100 Tetrodotoxin 1
-011111100 Tabletop 1
-011111100 Dynamism 1
-011111100 Solemnity 1
-011111100 Mine-sweepers 1
-011111100 Court-martials 1
-011111100 AIDS-relief 1
-011111100 Infrequency 1
-011111100 Surfactant 1
-011111100 Sofas 1
-011111100 Wine-tasting 1
-011111100 Daylighting 1
-011111100 Depletions 1
-011111100 Icahn-watching 1
-011111100 Impersonators 1
-011111100 Yugolsavia 1
-011111100 Estancieros 1
-011111100 d-Volkswagen 1
-011111100 Anesthetics 1
-011111100 Malaria 1
-011111100 Liner 1
-011111100 Onomatopoeia 1
-011111100 FOLEY 1
-011111100 Bling 1
-011111100 Irresistible 1
-011111100 CCOF 1
-011111100 Oblong 1
-011111100 Platronics 1
-011111100 TML 1
-011111100 Resin 1
-011111100 Handled 1
-011111100 Nativists 1
-011111100 Bureaucratism 1
-011111100 Bisneo 1
-011111100 Calmly 1
-011111100 Schering> 1
-011111100 Microphones 1
-011111100 ARMENIANS 1
-011111100 Fatigue 1
-011111100 COHABITATION 1
-011111100 System-specific 1
-011111100 Consents 1
-011111100 Estimaters 1
-011111100 Lenses 1
-011111100 NAMPHY 1
-011111100 Right-field 1
-011111100 Shredding 2
-011111100 Prosectors 2
-011111100 Meningitis 2
-011111100 Claustrophobia 2
-011111100 Rave 2
-011111100 Weyerhaueser 2
-011111100 Quilts 2
-011111100 Backpedaling 2
-011111100 Money-back 2
-011111100 Hyperinflation 2
-011111100 Anguished 2
-011111100 Bebop 2
-011111100 Democratization 2
-011111100 Tornadoes 2
-011111100 Interdependence 2
-011111100 AWKWARD 2
-011111100 GWI 2
-011111100 AMERADA 2
-011111100 Anti-Semitism 2
-011111100 Multiunit 2
-011111100 Absenteeism 2
-011111100 Nuff 2
-011111100 MMH 2
-011111100 Cross-trading 2
-011111100 Jaycor 2
-011111100 ESC 2
-011111100 PESSIMISM 2
-011111100 Ego 2
-011111100 Scuffles 2
-011111100 Checkout 2
-011111100 Cam-out 2
-011111100 Ghoulish 2
-011111100 Loosely 2
-011111100 Kielar 3
-011111100 Measles 3
-011111100 Home-buying 3
-011111100 Wildfires 3
-011111100 Stock-picking 3
-011111100 Misinformation 3
-011111100 ELI 3
-011111100 Bomba 3
-011111100 Resignation 3
-011111100 Warships 3
-011111100 Handwritten 3
-011111100 Specially 3
-011111100 Sexually 4
-011111100 Zelly 4
-011111100 Caliman 4
-011111100 Tipping 4
-011111100 PRESSURE 6
-011111100 Litter 6
-011111100 Euphoria 6
-011111100 Gerrymandering 7
-011111100 Unrest 8
-011111100 Cost-cutting 16
-011111100 Floating-rate 19
-011111100 Newly 43
-011111100 He 47160
-011111100 She 5096
-01111110100 Metal-forming 1
-01111110100 Video-cheating 1
-01111110100 glitterball 1
-01111110100 Impeachment 1
-01111110100 Approve 1
-01111110100 Filibustering 1
-01111110100 business-birth 1
-01111110100 Slot 1
-01111110100 kind-of-scary 1
-01111110100 Capital-raising 1
-01111110100 cooler-heater 1
-01111110100 Emoting 1
-01111110100 Giardiasis 1
-01111110100 fetcher 1
-01111110100 eight-to-nine-year 1
-01111110100 Bad-news 1
-01111110100 Leda 1
-01111110100 Insolvency 1
-01111110100 Amateurism 1
-01111110100 must-legislation 1
-01111110100 Hlasnist 1
-01111110100 Shattering 1
-01111110100 Net-back 1
-01111110100 ROARE 1
-01111110100 Ontology 1
-01111110100 Mine-sweeping 1
-01111110100 Riboflavin 1
-01111110100 Lamco 1
-01111110100 WRIF 1
-01111110100 Forgery 1
-01111110100 Okpu 1
-01111110100 Flirtation 1
-01111110100 believer-clergyman 1
-01111110100 East-and-West 1
-01111110100 Coir 1
-01111110100 Self-awareness 1
-01111110100 T-PA 1
-01111110100 BEEFED-UP 1
-01111110100 Punting 1
-01111110100 integrity-assurance 1
-01111110100 Debt-shock 1
-01111110100 Self-examination 1
-01111110100 Boldface 1
-01111110100 Germplasm 1
-01111110100 Photo-radar 1
-01111110100 cow-plop 1
-01111110100 Comic-turned-TV 1
-01111110100 Methacrylate 1
-01111110100 Polyacetylene 1
-01111110100 Liftoff 1
-01111110100 Self-insurance 1
-01111110100 Tele-politics 1
-01111110100 Obscurity 1
-01111110100 Jojosumarto 1
-01111110100 Certon 1
-01111110100 Earnestness 1
-01111110100 Solid-waste 1
-01111110100 Off-terminal 1
-01111110100 Cross-dressing 1
-01111110100 Sequencing 1
-01111110100 Out-migration 1
-01111110100 Foliage 1
-01111110100 Lysine 1
-01111110100 Voodooo 1
-01111110100 Ju-ju 1
-01111110100 Benignity 1
-01111110100 Creosote 1
-01111110100 Luck-approaching 1
-01111110100 Earshot 1
-01111110100 BanPonce 1
-01111110100 exit-lighting 1
-01111110100 pro-test 1
-01111110100 Yummiedom 1
-01111110100 all-posts 1
-01111110100 Television-news 1
-01111110100 Job-switching 1
-01111110100 Mitsui-Fudosan 1
-01111110100 Petilia 1
-01111110100 Perseverance 1
-01111110100 Pandering 1
-01111110100 Courseware 1
-01111110100 horsy 1
-01111110100 Tax-avoidance 1
-01111110100 Synecdoche 1
-01111110100 Market-failure 1
-01111110100 Roadblocking 1
-01111110100 Cupid 1
-01111110100 overcall 1
-01111110100 Tallow 1
-01111110100 white-coat 1
-01111110100 Breakneck 1
-01111110100 Abstinence 1
-01111110100 Dinoseb 1
-01111110100 Orimulsion 1
-01111110100 Sinter 1
-01111110100 Transcending 1
-01111110100 Mescaline 1
-01111110100 Ohmae-God 1
-01111110100 Tunability 1
-01111110100 Anti-Nakasone 1
-01111110100 -shaped 1
-01111110100 Euro-pessimism 1
-01111110100 Surliness 1
-01111110100 Jeopardizing 1
-01111110100 CHINN 1
-01111110100 Word-of-mouth 1
-01111110100 Gloving 1
-01111110100 Daylight-saving 1
-01111110100 Polyploidy 1
-01111110100 Employability 1
-01111110100 Fujiberio 1
-01111110100 Prevailing 1
-01111110100 800-to-1 1
-01111110100 Omitted 1
-01111110100 Cumene 1
-01111110100 -era 1
-01111110100 color-picture 1
-01111110100 Polyhemoglobin 1
-01111110100 reserve-adjusted 1
-01111110100 Spoilage 1
-01111110100 Bottom-up 1
-01111110100 Attribution 1
-01111110100 Commercialism 1
-01111110100 Tabulation 1
-01111110100 window-seat 1
-01111110100 Beltline 1
-01111110100 Sangemini 1
-01111110100 COMPUTER-SOFTWARE 1
-01111110100 madrigal 1
-01111110100 Enduring 1
-01111110100 Exasperation 1
-01111110100 Chlordimeform 1
-01111110100 Checkerboarding 1
-01111110100 MID-QUARTER 1
-01111110100 pinhole 1
-01111110100 Immunotherapy 1
-01111110100 lordless 1
-01111110100 Talc 1
-01111110100 dual-pricing 1
-01111110100 Escapism 1
-01111110100 Pallor 1
-01111110100 Crumbled 1
-01111110100 Newproduct 1
-01111110100 Ooh-ah 1
-01111110100 Gestevision-Telecinco 1
-01111110100 Seeding 1
-01111110100 Midazolam 1
-01111110100 Tact 1
-01111110100 semi-secret 1
-01111110100 Childlessness 1
-01111110100 Impartiality 1
-01111110100 April-December 1
-01111110100 Institutionalization 1
-01111110100 Moisture 1
-01111110100 incincerator 1
-01111110100 Batdancing 1
-01111110100 Pectin 1
-01111110100 Instructive 1
-01111110100 Chit-chat 1
-01111110100 Debt-financed 1
-01111110100 Localism 1
-01111110100 cross-over 1
-01111110100 Gratification 1
-01111110100 McIngvale 1
-01111110100 b-Percent 1
-01111110100 EXPORTING 1
-01111110100 Fast-breaking 1
-01111110100 professional-managerial 1
-01111110100 bubbler 1
-01111110100 Grade-school 1
-01111110100 Topsoil 1
-01111110100 Likability 1
-01111110100 Dealmaking 1
-01111110100 Orphan-drug 1
-01111110100 FLEX-TIME 1
-01111110100 labouring 1
-01111110100 deconsolidation 1
-01111110100 Firefighting 1
-01111110100 Bentonite 1
-01111110100 Symbolic 1
-01111110100 Chloroquine 1
-01111110100 Irreverence 1
-01111110100 Inventory-probing 1
-01111110100 Elaboration 1
-01111110100 Advertorial 1
-01111110100 Speechmaking 1
-01111110100 HEADHUNTING 1
-01111110100 Endometriosis 1
-01111110100 Electrogalvanizing 1
-01111110100 establisment 1
-01111110100 Moralizing 1
-01111110100 Imaginary 1
-01111110100 Acetylcholine 1
-01111110100 make-it-or-break-it 1
-01111110100 Undisputed 1
-01111110100 INN 1
-01111110100 Missionizing 1
-01111110100 Dystrophin 1
-01111110100 Gouging 1
-01111110100 Littering 1
-01111110100 Primogeniture 1
-01111110100 Zooming 1
-01111110100 Hodgepodge 1
-01111110100 job-strain 1
-01111110100 Arbitraging 1
-01111110100 Veiling 1
-01111110100 Ego-stroking 1
-01111110100 Massonaud-Fontenay 1
-01111110100 Coolies 1
-01111110100 reach-for-yield 1
-01111110100 Tardiness 1
-01111110100 feast-famine 1
-01111110100 Porno-movie 1
-01111110100 Clozapine 1
-01111110100 Electrowinning 1
-01111110100 Biodegradability 1
-01111110100 b-Percentage 1
-01111110100 f-Percentage 1
-01111110100 GFSA 1
-01111110100 Paraquat 1
-01111110100 Tebuthiuron 1
-01111110100 Victimization 1
-01111110100 labeling-overkill 1
-01111110100 Hyperopia 1
-01111110100 Millenarianism 1
-01111110100 Redesign 1
-01111110100 Peacemaking 1
-01111110100 Procrastination 1
-01111110100 Kaixi 1
-01111110100 Over-hasty 1
-01111110100 ROTENSTREICH 1
-01111110100 FCB/LKP 1
-01111110100 Basswood 1
-01111110100 lead-pipe-cinch 1
-01111110100 Brilliance 1
-01111110100 Trade-mart 1
-01111110100 Expert-development-system 1
-01111110100 Centralism 1
-01111110100 Verisimilitude 1
-01111110100 WIPO 1
-01111110100 PAC-driven 1
-01111110100 Bait-and-switch 1
-01111110100 SDIO 1
-01111110100 Foxfie 1
-01111110100 Indomethacin 1
-01111110100 Reapportionment 1
-01111110100 TALL 1
-01111110100 Pentagon-bashing 1
-01111110100 Case-by-case 2
-01111110100 Normalcy 2
-01111110100 Piping 2
-01111110100 Elapsed 2
-01111110100 corporativism 2
-01111110100 Barristers 2
-01111110100 Stalling 2
-01111110100 Cyanazine 2
-01111110100 One-day 2
-01111110100 Linerboard 2
-01111110100 Traumatic 2
-01111110100 Ground-breaking 2
-01111110100 Maquila 2
-01111110100 Geopolitical 2
-01111110100 Familiarity 2
-01111110100 Waslic 2
-01111110100 Superoxide 2
-01111110100 Visibility 2
-01111110100 Vermiculite 2
-01111110100 Irrigation 2
-01111110100 Levamisole 2
-01111110100 Acreage 2
-01111110100 Disenchantment 2
-01111110100 Bimbosis 2
-01111110100 Misappropriation 2
-01111110100 Apologizing 2
-01111110100 Borrower 2
-01111110100 Partition 2
-01111110100 Risk-taking 2
-01111110100 Antifreeze 2
-01111110100 Foreclosure 2
-01111110100 Methadone 2
-01111110100 Carpeting 2
-01111110100 Influenza 2
-01111110100 Melodramatic 2
-01111110100 Corto-plazismo 2
-01111110100 Psoriasis 2
-01111110100 Officialdom 2
-01111110100 Sputtering 2
-01111110100 Angioplasty 2
-01111110100 Record-keeping 2
-01111110100 Temperament 2
-01111110100 Honesty 2
-01111110100 Lupus 2
-01111110100 Mexico-bashing 2
-01111110100 Foot-dragging 2
-01111110100 Illiquidity 2
-01111110100 Snoring 2
-01111110100 Leakers 2
-01111110100 Mortons 2
-01111110100 Xenophobia 2
-01111110100 Suicide 3
-01111110100 Benzene 3
-01111110100 Objectivity 3
-01111110100 Self-regulation 3
-01111110100 Self-interest 3
-01111110100 Polysilicon 3
-01111110100 Psychotherapy 3
-01111110100 Villahermosa 3
-01111110100 Rapeseed 3
-01111110100 Dissemination 3
-01111110100 Aggressiveness 3
-01111110100 Casein 3
-01111110100 Hydrogen 3
-01111110100 Zucchini 3
-01111110100 Vanillin 3
-01111110100 Weekday 3
-01111110100 Cohabitation 3
-01111110100 Polypropylene 3
-01111110100 Bitumen 3
-01111110100 Subsidy 3
-01111110100 PARKING 3
-01111110100 Dextran 3
-01111110100 Technique 3
-01111110100 Countertrade 3
-01111110100 Overcapacity 3
-01111110100 Ethane 3
-01111110100 ENTREPRENEURSHIP 3
-01111110100 Hypertension 3
-01111110100 Jai-alai 3
-01111110100 Lodgepole 4
-01111110100 Anti-sense 4
-01111110100 Trimetrexate 4
-01111110100 Slivovitz 4
-01111110100 Repackaging 4
-01111110100 Arraignment 4
-01111110100 Psyllium 4
-01111110100 Homework 4
-01111110100 Homelessness 4
-01111110100 Shorting 5
-01111110100 Imitation 5
-01111110100 Twelfth 5
-01111110100 Contraception 5
-01111110100 Shivering 5
-01111110100 Recruitment 5
-01111110100 Polyethylene 5
-01111110100 DESIGN 5
-01111110100 Flaps 5
-01111110100 Dioxin 5
-01111110100 Hers 6
-01111110100 Suspicion 6
-01111110100 Nicotine 6
-01111110100 Hashing 6
-01111110100 Gallium 6
-01111110100 Cute 6
-01111110100 Flexibility 6
-01111110100 Front-running 6
-01111110100 Confidentiality 6
-01111110100 Plutonium 7
-01111110100 Manga 7
-01111110100 Overtime 8
-01111110100 Globalization 9
-01111110100 Feminism 9
-01111110100 Profitability 10
-01111110100 Theirs 11
-01111110100 Indexing 15
-01111110100 Compromise 16
-01111110100 Ozone 17
-01111110100 Size 17
-01111110100 Aflatoxin 22
-01111110100 Morale 32
-01111110100 Dumping 56
-01111110100 Deregulation 61
-01111110100 Which 310
-01111110100 Inflation 313
-01111110100 This 18663
-01111110100 Every 911
-01111110101 Reneging 1
-01111110101 Pillage 1
-01111110101 Four-wheel-steering 1
-01111110101 Socko 1
-01111110101 Railroadmen 1
-01111110101 MBX 1
-01111110101 Variance 1
-01111110101 Microgeneration 1
-01111110101 Lyricists 1
-01111110101 fulsomely 1
-01111110101 Acrophobia 1
-01111110101 Beatification 1
-01111110101 Militarism 1
-01111110101 Hubbing 1
-01111110101 Abandonment 1
-01111110101 Peak-shedding 1
-01111110101 Non-Communists 1
-01111110101 BioAnalogics 1
-01111110101 Shuttles 1
-01111110101 Undertaker 1
-01111110101 Xcelite 1
-01111110101 Perjurer 1
-01111110101 Thrips 1
-01111110101 Recounts 1
-01111110101 Sacino 1
-01111110101 Monoline 1
-01111110101 Chesebrough-pond 1
-01111110101 Potsdamers 1
-01111110101 SpectraPhysics 1
-01111110101 Colonialism 1
-01111110101 Celluar 1
-01111110101 Holography 1
-01111110101 Ciba-Giegy 1
-01111110101 Hormones 1
-01111110101 Fetuses 1
-01111110101 Candi 1
-01111110101 Conquistarose 1
-01111110101 WAREHOUSE 1
-01111110101 Amputation 1
-01111110101 Embezzler 1
-01111110101 Shortfalls 1
-01111110101 ROYALTIES 1
-01111110101 Sympathetically 1
-01111110101 Homeporting 1
-01111110101 Micro-images 1
-01111110101 Assessments 1
-01111110101 Incumbency 1
-01111110101 Saber-rattling 1
-01111110101 super-realistic 1
-01111110101 Hypochondriac 1
-01111110101 Deployed 1
-01111110101 Tele-Communication 1
-01111110101 Bahrian 1
-01111110101 TWA-USAir 1
-01111110101 Skiers 1
-01111110101 Wheeling-Pittsburg 1
-01111110101 Gourmets 1
-01111110101 Vinegar 1
-01111110101 Overallotments 1
-01111110101 Cheesecloth 1
-01111110101 Chryon 1
-01111110101 SaabScania 1
-01111110101 Plows 1
-01111110101 .It 1
-01111110101 Breathalyzers 1
-01111110101 .There 1
-01111110101 Rykoff 1
-01111110101 Teatime 1
-01111110101 Fragophiles 1
-01111110101 Hypothyroidism 1
-01111110101 MBLE 1
-01111110101 Floodwaters 1
-01111110101 Never-known 1
-01111110101 Mr.Cooke 1
-01111110101 DETECTOR 1
-01111110101 Laggards 1
-01111110101 Duly 1
-01111110101 Non-Russians 1
-01111110101 Saturation 1
-01111110101 Galvanizing 1
-01111110101 antigenic 1
-01111110101 ROBOTS 1
-01111110101 Accommodation 1
-01111110101 Potsherds 1
-01111110101 E-System 1
-01111110101 Reserving 1
-01111110101 Illegality 1
-01111110101 Decriminalization 1
-01111110101 Irretrievably 1
-01111110101 reeport-McMoRan 1
-01111110101 In-duct 1
-01111110101 Serrine 1
-01111110101 IEF 1
-01111110101 Scrubbers 1
-01111110101 Coerced 1
-01111110101 TELEMARKETING 1
-01111110101 Fists 1
-01111110101 Snacking 1
-01111110101 Aphrodite 1
-01111110101 Overfertilizing 1
-01111110101 MUSI 1
-01111110101 Registrants 1
-01111110101 Cunny-thumb 1
-01111110101 Straddles 1
-01111110101 Asset-stripping 1
-01111110101 Khamir 1
-01111110101 Urgently 1
-01111110101 Aboriginals 1
-01111110101 Delicacy 1
-01111110101 Buy-back 2
-01111110101 Priests 2
-01111110101 Ex-smokers 2
-01111110101 Demolition 2
-01111110101 Probenecid 2
-01111110101 Lentulov 2
-01111110101 ForeSight 2
-01111110101 Bathers 2
-01111110101 Prominently 2
-01111110101 Centralization 2
-01111110101 Simonomics 2
-01111110101 INVESTCORP 2
-01111110101 Exempted 2
-01111110101 Straight-line 2
-01111110101 Gerome 2
-01111110101 Indignation 2
-01111110101 Upfront 2
-01111110101 Ever-increasing 2
-01111110101 Fifty-fifty 2
-01111110101 TAXPAYER 3
-01111110101 Sequestration 3
-01111110101 Hardliners 3
-01111110101 Frill 3
-01111110101 Amiprilose 3
-01111110101 Spectron 3
-01111110101 Estrogen 3
-01111110101 Melanin 3
-01111110101 Cross-margining 4
-01111110101 BB&K 4
-01111110101 FISCAL-YEAR 4
-01111110101 EIB 5
-01111110101 Refinancing 5
-01111110101 Dial-a-porn 5
-01111110101 Krista 5
-01111110101 OperaDelaware 5
-01111110101 Renny 5
-01111110101 Noticeably 5
-01111110101 Irony 6
-01111110101 Whichever 14
-01111110101 That 19242
-01111110101 Hardest 20
-01111110110 Canvas 1
-01111110110 Straightforwardness 1
-01111110110 Inconsistency 1
-01111110110 Heterodoxy 1
-01111110110 Log-rolling 1
-01111110110 Alarms 1
-01111110110 Unstated 1
-01111110110 triboluminescence 1
-01111110110 Vessels 1
-01111110110 Wetness 1
-01111110110 Otherworldly 1
-01111110110 Finetuning 1
-01111110110 Mr.Rogers 1
-01111110110 Dialect 1
-01111110110 Coherence 1
-01111110110 Unpredictability 1
-01111110110 Euro-communist 1
-01111110110 .it 1
-01111110110 /We 1
-01111110110 Demagoguery 1
-01111110110 Songwriting 1
-01111110110 IGBE 1
-01111110110 Jueteng 1
-01111110110 Etretinate 1
-01111110110 ex-son-in-law 1
-01111110110 Azidothymidine 1
-01111110110 Overcrowding 1
-01111110110 Capital-sharing 1
-01111110110 Evangelism 1
-01111110110 Prose 1
-01111110110 Gratitude 1
-01111110110 Nonreimbursed 1
-01111110110 Kinship 1
-01111110110 Retroactivity 1
-01111110110 Opera-Delaware 1
-01111110110 Fanaticism 1
-01111110110 Meese-bashing 1
-01111110110 Sterilization 1
-01111110110 Decentralizing 1
-01111110110 .money 1
-01111110110 Second-sourcing 1
-01111110110 Sectionalism 1
-01111110110 Miscasting 1
-01111110110 Indebtedness 1
-01111110110 Contemplation 1
-01111110110 Toddlers 1
-01111110110 JUICY 1
-01111110110 Serendipity 1
-01111110110 Austria-bashing 1
-01111110110 Collectibility 1
-01111110110 Laissez-faire 1
-01111110110 Homophobia 1
-01111110110 Homage 1
-01111110110 Hazama-Gumi 1
-01111110110 Clonidine 1
-01111110110 Profanity 1
-01111110110 Southnet 1
-01111110110 Nemerov 1
-01111110110 Largeness 1
-01111110110 Foreman-Qawi 1
-01111110110 Understandings 1
-01111110110 Acrimony 1
-01111110110 Snap-shooters 1
-01111110110 Upkeep 1
-01111110110 Overbooking 1
-01111110110 Shipbuildings 1
-01111110110 Multilateralism 1
-01111110110 Millward 1
-01111110110 Sopako 1
-01111110110 Overdosing 1
-01111110110 Cortisone 1
-01111110110 Mr.Aquino 1
-01111110110 Hokey 1
-01111110110 Low-pitch 1
-01111110110 Pettifoggery 1
-01111110110 Business-as-usual 1
-01111110110 Stifter 1
-01111110110 Poaching 1
-01111110110 Tollman 1
-01111110110 Mischarging 1
-01111110110 Paderewski 1
-01111110110 Deathbed 1
-01111110110 stabililty 1
-01111110110 Mayehzabeh 1
-01111110110 CP&L 1
-01111110110 More-relaxed 1
-01111110110 Image-building 2
-01111110110 Stone-washing 2
-01111110110 Dogtown 2
-01111110110 Shunto 2
-01111110110 Segregation 2
-01111110110 Dissension 2
-01111110110 Daminozide 2
-01111110110 Groupware 2
-01111110110 squeamishness 2
-01111110110 Sleepwalking 2
-01111110110 Stollen 2
-01111110110 Image-processing 2
-01111110110 Urbanization 2
-01111110110 Self-sufficiency 2
-01111110110 Gemfibrozil 2
-01111110110 Buprenorphine 2
-01111110110 Pork-barreling 2
-01111110110 Picketing 2
-01111110110 Memberships 2
-01111110110 Bipartisanship 2
-01111110110 Gravity 2
-01111110110 Home-building 2
-01111110110 RIMS 2
-01111110110 Bond-holders 2
-01111110110 Hashish 2
-01111110110 Symbolism 2
-01111110110 Retrorunning 2
-01111110110 Instability 2
-01111110110 wiener 2
-01111110110 Paramaribo 2
-01111110110 Sojuzkarta 2
-01111110110 Jamming 3
-01111110110 Gaspesia 3
-01111110110 DISK 3
-01111110110 Unionism 3
-01111110110 Osteoporosis 4
-01111110110 Austerity 4
-01111110110 Lovastatin 4
-01111110110 Decertification 4
-01111110110 Gentrification 5
-01111110110 Boredom 6
-01111110110 Workfare 6
-01111110110 It 51431
-01111110110 Streptokinase 13
-01111110111 Degradability 1
-01111110111 Suitors 1
-01111110111 Calisthenics 1
-01111110111 Marigolds 1
-01111110111 Gruel 1
-01111110111 Garbage-pickers 1
-01111110111 Brakemen 1
-01111110111 Zeros 1
-01111110111 Spices 1
-01111110111 Oversights 1
-01111110111 Overruns 1
-01111110111 Tangos 1
-01111110111 Uphemisms 1
-01111110111 back-packer 1
-01111110111 Yogis 1
-01111110111 Geminis 1
-01111110111 Mean-spiritedness 1
-01111110111 Walk-ins 1
-01111110111 Paroles 1
-01111110111 Smelt 1
-01111110111 Landlubbers 1
-01111110111 Indiana-no-place 1
-01111110111 Surcharges 1
-01111110111 GALLSTONES 1
-01111110111 Ysabel 1
-01111110111 two-McDonald 1
-01111110111 Non-residents 1
-01111110111 Atherosclerosis 1
-01111110111 Trouble-shooters 1
-01111110111 Blowouts 1
-01111110111 Rosters 1
-01111110111 Superminicomputers 1
-01111110111 Sabbaticals 1
-01111110111 Whitewash 1
-01111110111 Jubilees 1
-01111110111 Aspirations 1
-01111110111 Rapists 1
-01111110111 Interviewees 1
-01111110111 Meinong 1
-01111110111 Annulments 1
-01111110111 Lubricants 1
-01111110111 Decoders 1
-01111110111 Captions 1
-01111110111 Weekends 1
-01111110111 Benchmarks 1
-01111110111 Sheepskin 1
-01111110111 Publicans 1
-01111110111 Forgeries 1
-01111110111 Secuestros 1
-01111110111 Cuteness 1
-01111110111 Backstrokers 1
-01111110111 Collisions 1
-01111110111 Rotaters 1
-01111110111 Distractions 1
-01111110111 Hospices 1
-01111110111 Businesswomen 1
-01111110111 Junkies 1
-01111110111 Courtships 1
-01111110111 Puns 1
-01111110111 Warmth 1
-01111110111 Geese 1
-01111110111 BreakMates 1
-01111110111 Minks 1
-01111110111 Waterbeds 1
-01111110111 Home-hunters 1
-01111110111 Noncommittal 1
-01111110111 Refurbishment 1
-01111110111 Gapologists 1
-01111110111 leachate 1
-01111110111 Face-to-Face 1
-01111110111 Microorganisms 1
-01111110111 Rejects 1
-01111110111 Waivers 1
-01111110111 Basrawis 1
-01111110111 mmmm 1
-01111110111 Obscenity 1
-01111110111 Restitutions 1
-01111110111 Worshippers 1
-01111110111 Industry-watchers 1
-01111110111 Surinamese 1
-01111110111 Compartmentalizing 1
-01111110111 Four-wheelers 1
-01111110111 Hosie 1
-01111110111 Rehearings 1
-01111110111 Radiopharmaceuticals 1
-01111110111 Endorsements 1
-01111110111 Door-to-door 1
-01111110111 Neoliberals 1
-01111110111 Avocadoes 1
-01111110111 Cover-ups 1
-01111110111 Chronicity 1
-01111110111 Palms 1
-01111110111 Symbols 1
-01111110111 Yams 1
-01111110111 Hairdressers 1
-01111110111 Farsightedness 1
-01111110111 Boozers 1
-01111110111 Disbelief 1
-01111110111 Mangosteens 1
-01111110111 Ex-Congressman 1
-01111110111 School-building 1
-01111110111 Oratory 1
-01111110111 Cavers 1
-01111110111 Incinerators 1
-01111110111 Chistmas 1
-01111110111 Drones 1
-01111110111 Partridges 1
-01111110111 Massacres 1
-01111110111 Badgers 1
-01111110111 Submariners 1
-01111110111 Southwesterners 1
-01111110111 Extensions 1
-01111110111 Ethanolamines 1
-01111110111 Depressions 1
-01111110111 Minimills 1
-01111110111 Cadres 1
-01111110111 Constitutions 1
-01111110111 Nightcrawlers 1
-01111110111 Curmudgeons 1
-01111110111 Heroics 1
-01111110111 Noboby 1
-01111110111 Surrogates 1
-01111110111 Calipers 1
-01111110111 Gondra 1
-01111110111 Frittatas 1
-01111110111 Pushups 1
-01111110111 Fortnight 1
-01111110111 Dictatorship 1
-01111110111 Rehearing 1
-01111110111 Tailings 1
-01111110111 Stoicism 1
-01111110111 Astrologists 1
-01111110111 Mornings 1
-01111110111 Cautions 1
-01111110111 Tattinger 1
-01111110111 Guarding 1
-01111110111 Ordering 1
-01111110111 Mangroves 1
-01111110111 Compromises 1
-01111110111 Four-tenths 1
-01111110111 .People 1
-01111110111 Wafers 1
-01111110111 ABZ 1
-01111110111 Blindman 1
-01111110111 Non-Moldavians 1
-01111110111 Matchmaking 1
-01111110111 Conforming 1
-01111110111 Hazelnuts 1
-01111110111 Reputation 1
-01111110111 Preservatives 1
-01111110111 INVENTIONS 1
-01111110111 Collectivas 1
-01111110111 Rescissions 1
-01111110111 S-RAMs 1
-01111110111 Logbooks 1
-01111110111 Sightseeing 1
-01111110111 Non-officers 1
-01111110111 Bradykinins 1
-01111110111 Tear-jerkers 1
-01111110111 Suzi 1
-01111110111 RVB 1
-01111110111 Cable-bashing 1
-01111110111 Anniversaries 1
-01111110111 Frankfurt-Berlin 1
-01111110111 Righteousness 1
-01111110111 Ex-jocks 1
-01111110111 Getaways 1
-01111110111 Tiering 1
-01111110111 Knives 1
-01111110111 Rhyme 1
-01111110111 Furloughs 1
-01111110111 Backpackers 1
-01111110111 Survivability 1
-01111110111 Talkativeness 1
-01111110111 Greasies 1
-01111110111 Floppies 1
-01111110111 Muggers 1
-01111110111 DELEGATOR-MANAGERS 1
-01111110111 swhich 1
-01111110111 Courtrooms 1
-01111110111 Storytellers 1
-01111110111 narco-communism 1
-01111110111 Media-buying 1
-01111110111 Polygamy 1
-01111110111 Underdiagnoses 1
-01111110111 Drug-free 1
-01111110111 Smokejumpers 1
-01111110111 Hospitable 1
-01111110111 Ring-leaders 1
-01111110111 Voids 1
-01111110111 Polystyrenics 1
-01111110111 Felons 1
-01111110111 Roadblocks 1
-01111110111 Incrementalism 1
-01111110111 Beards 1
-01111110111 Misleaders 1
-01111110111 Remainders 1
-01111110111 User-friendly 1
-01111110111 Cartographers 1
-01111110111 Musicals 1
-01111110111 Landfills 1
-01111110111 PNP 1
-01111110111 Caviar-lovers 1
-01111110111 Raccoons 1
-01111110111 Dioxins 1
-01111110111 Toxins 1
-01111110111 Engaging 1
-01111110111 Extracts 1
-01111110111 Piggy-backing 1
-01111110111 jaywalkers 1
-01111110111 Job-hopping 1
-01111110111 Seams 1
-01111110111 Cross-pollination 1
-01111110111 Noddy 1
-01111110111 anti-capitalism 1
-01111110111 Speakership 1
-01111110111 Earthlings 1
-01111110111 Panhandlers 1
-01111110111 Venues 1
-01111110111 Potshots 1
-01111110111 noboby 1
-01111110111 Markups 1
-01111110111 Fly-fishermen 1
-01111110111 Antibiotics 1
-01111110111 Hydrochlorothiazides 1
-01111110111 Bumpkin 1
-01111110111 Fatso 1
-01111110111 Desks 1
-01111110111 Villains 1
-01111110111 FEMALES 2
-01111110111 Juggling 2
-01111110111 Bagpipes 2
-01111110111 Expatriates 2
-01111110111 Cleanliness 2
-01111110111 Bad-mouthing 2
-01111110111 Taping 2
-01111110111 Informers 2
-01111110111 Feedback 2
-01111110111 Bootleggers 2
-01111110111 Nematodes 2
-01111110111 Tombstones 2
-01111110111 Linkage 2
-01111110111 Whodunit 2
-01111110111 Microchips 2
-01111110111 Railbikes 2
-01111110111 Underemployment 2
-01111110111 Solos 2
-01111110111 Phobias 2
-01111110111 Mail-Order 2
-01111110111 Swampbuster 2
-01111110111 Slowness 2
-01111110111 Signatories 2
-01111110111 Compliments 2
-01111110111 LoveSexy 2
-01111110111 Estuaries 2
-01111110111 Prospecting 2
-01111110111 Lobsters 2
-01111110111 Laughter 2
-01111110111 Hindsight 2
-01111110111 Curfews 2
-01111110111 Scripts 2
-01111110111 Overblown 2
-01111110111 Stipends 2
-01111110111 Jockeys 2
-01111110111 Tenampa 2
-01111110111 Kiessling 2
-01111110111 Shapes 2
-01111110111 Competency 2
-01111110111 Bohemianism 2
-01111110111 Discretion 3
-01111110111 FIAC 3
-01111110111 Galaxies 3
-01111110111 Knees 3
-01111110111 Specialization 3
-01111110111 Gondolas 3
-01111110111 Perceptions 3
-01111110111 Scooters 3
-01111110111 Loyalties 3
-01111110111 Securitization 3
-01111110111 Maneater 3
-01111110111 Mainframes 3
-01111110111 Horoscopes 3
-01111110111 Radios 3
-01111110111 Plaque 3
-01111110111 Anthropologists 3
-01111110111 Suspensions 3
-01111110111 Trainees 3
-01111110111 Titles 3
-01111110111 Raids 3
-01111110111 Oncogenes 3
-01111110111 Ideologues 4
-01111110111 Sakau 4
-01111110111 Residuals 4
-01111110111 Prizzi 4
-01111110111 Pay-per-view 4
-01111110111 Manipulation 4
-01111110111 Blazing 4
-01111110111 Honorariums 4
-01111110111 Enclosed 5
-01111110111 Landowners 5
-01111110111 Illiteracy 5
-01111110111 Vampire 5
-01111110111 Correspondent 6
-01111110111 Entries 6
-01111110111 Dissent 7
-01111110111 Roasters 12
-01111110111 Winnings 12
-01111110111 Surfing 13
-01111110111 Ethylene 17
-01111110111 Ours 30
-01111110111 Trouble 79
-01111110111 Nowhere 109
-01111110111 Gone 109
-01111110111 There 15145
-01111110111 Here 2184
-011111110 Snickering 1
-011111110 Beggar-thy-neighbor 1
-011111110 Glassboro 1
-011111110 Unnoticed 1
-011111110 Provincialism 1
-011111110 Zackerman 1
-011111110 GENERATORS 1
-011111110 Minis 1
-011111110 Superiority 1
-011111110 Autolatina-Comercio 1
-011111110 Non-degreed 1
-011111110 Procedurally 1
-011111110 Well-researched 1
-011111110 Karlsten 1
-011111110 DOLPHINS 1
-011111110 Self-mutilation 1
-011111110 STAMFORD 1
-011111110 Mini-malls 1
-011111110 CINNAMINSON 1
-011111110 DRYDEN 1
-011111110 Homicides 1
-011111110 FONTANA 1
-011111110 Wondervision 1
-011111110 Necklaces 1
-011111110 Analogously 1
-011111110 TULSA 1
-011111110 SORRY 1
-011111110 Edgerton 1
-011111110 CIMCO 1
-011111110 Craftmatic 1
-011111110 Half-seriously 1
-011111110 Manifestly 1
-011111110 Solomonlike 1
-011111110 Estelbina 1
-011111110 Charismatics 1
-011111110 BURBANK 1
-011111110 Tactfully 1
-011111110 Spacesuits 1
-011111110 EAGAN 1
-011111110 Boron 1
-011111110 Deficit-financed 1
-011111110 LeRoys 1
-011111110 handslaps 1
-011111110 Schlami 1
-011111110 Sidjakov 1
-011111110 JAKARTA 1
-011111110 Ropongi 1
-011111110 Bidwai 1
-011111110 Acupuncturists 1
-011111110 Nathan/Tyler 1
-011111110 TUNIS 1
-011111110 Flamenco 1
-011111110 BIOCONTROL 1
-011111110 Uncowed 1
-011111110 Strawflowers 1
-011111110 SUPERCOMPUTERS 1
-011111110 Gordex 1
-011111110 Tamoxifen 1
-011111110 Vroom-Kastelein 1
-011111110 Hotelmotel 1
-011111110 FliteCalc 1
-011111110 HILB 1
-011111110 Clocks 1
-011111110 Med-Fax 1
-011111110 Morira 1
-011111110 Pampering 1
-011111110 Clyff 1
-011111110 SOUTHFIELD 1
-011111110 Break-dancing 1
-011111110 Plankton 1
-011111110 Noodling 1
-011111110 Geopolitically 1
-011111110 Oncocin 1
-011111110 Glaze-eyed 1
-011111110 LIMOUSINES 1
-011111110 Pilferage 1
-011111110 Effervescent 1
-011111110 Garello 1
-011111110 Ussery 1
-011111110 WXCR-FM 1
-011111110 SYRACUSE 1
-011111110 Isui 1
-011111110 Authenticity 1
-011111110 WNET-TV 1
-011111110 Penicillin 1
-011111110 Gamely 1
-011111110 Neutropenia 1
-011111110 Texture 1
-011111110 Utilitarianism 1
-011111110 Michaan 1
-011111110 Blooms 1
-011111110 Alico 1
-011111110 Elegantly 1
-011111110 MINOXIDIL 1
-011111110 SUBORDINATE 1
-011111110 Bromines 1
-011111110 Oparin 1
-011111110 Customer-raiding 1
-011111110 Engelwood 1
-011111110 Cranks 1
-011111110 Keyboards 1
-011111110 1988-style 1
-011111110 Unamused 1
-011111110 Lonhro 1
-011111110 Adventest 1
-011111110 Diaphragms 1
-011111110 Amniocentesis 1
-011111110 Respecting 1
-011111110 Imprecision 1
-011111110 Decree-laws 1
-011111110 Overwhelmingly 1
-011111110 Pawtuckett 1
-011111110 Balding 1
-011111110 Camping 1
-011111110 Zivijinovic 1
-011111110 Ideologically 1
-011111110 FD3878 1
-011111110 Strong-minded 1
-011111110 Roofless 1
-011111110 Intuitively 1
-011111110 Anthrax 1
-011111110 Obreras 1
-011111110 squint-eyed 1
-011111110 Voskhod 1
-011111110 Volna 1
-011111110 Guriya 1
-011111110 Gumista 1
-011111110 Yildiz 1
-011111110 TISZA 1
-011111110 Kolkhioa 1
-011111110 Vstrecha 1
-011111110 Arevik 1
-011111110 Apsheron 1
-011111110 Skazka 1
-011111110 Myikhua 1
-011111110 Air-driven 1
-011111110 Assol 1
-011111110 Antrakt 1
-011111110 Vika 1
-011111110 Berigi 1
-011111110 Agar-agar 1
-011111110 Hertogenbosch 1
-011111110 Hawtal-Whiting 1
-011111110 Cost-sharing 1
-011111110 Maddeningly 1
-011111110 Secretly 1
-011111110 Hoopeston 1
-011111110 Beitzel 1
-011111110 Couponing 1
-011111110 Streamlinings 1
-011111110 COSATU 1
-011111110 NAFCOC 1
-011111110 Heavyset 1
-011111110 FLRA 1
-011111110 Calico 1
-011111110 Rancoo 1
-011111110 Mirvac 1
-011111110 Consquently 1
-011111110 Kyomi 1
-011111110 Sayuri 1
-011111110 peruana 1
-011111110 Editorialists 1
-011111110 Mathematicians 1
-011111110 Unleashed 1
-011111110 Barneus 1
-011111110 Unintentionally 1
-011111110 DriverGuide 1
-011111110 Self-care 1
-011111110 On-again 1
-011111110 Ameriwest 1
-011111110 CRYSTALLUME 1
-011111110 Yamagiwa 1
-011111110 SEPTUAGENARIANS 1
-011111110 Rasberry 1
-011111110 Bat-fans 1
-011111110 Fee-setting 1
-011111110 Schoolbooks 1
-011111110 Ganciclovir 1
-011111110 Universally 1
-011111110 Corporate-wide 1
-011111110 Wildebeests 1
-011111110 Ticket-splitting 1
-011111110 High-value 1
-011111110 Shampoos 1
-011111110 Self-Development 1
-011111110 DONALDSON 1
-011111110 Monetarily 1
-011111110 Overtly 1
-011111110 Raja 1
-011111110 Buy-stops 1
-011111110 Unpersuaded 1
-011111110 Mixups 1
-011111110 Arten 1
-011111110 AKRON 1
-011111110 Earmuffs 1
-011111110 JACKSONVILLE 1
-011111110 Unchallenged 1
-011111110 Cerniglia 1
-011111110 PHOTOFINISHERS 1
-011111110 Blomkvest 1
-011111110 Equilibrium 1
-011111110 Amusingly 1
-011111110 Biographies 1
-011111110 Sobbing 1
-011111110 Guilt-ridden 1
-011111110 COINCIDENTALLY 1
-011111110 Kertosastro 1
-011111110 Stalwart 1
-011111110 Vucenich 1
-011111110 Fujirebio 1
-011111110 Smelteverk 1
-011111110 Flattered 1
-011111110 Grothgar 1
-011111110 AMARILLO 1
-011111110 BETAVON 1
-011111110 DMY 1
-011111110 Acyclovir 1
-011111110 Fresh-faced 1
-011111110 No-shows 1
-011111110 Guante 1
-011111110 Shooters 1
-011111110 BISMARCK 1
-011111110 Middle-of-the-roaders 1
-011111110 Denti 1
-011111110 Regradless 1
-011111110 KEYCORP. 1
-011111110 monohydrate 1
-011111110 Undetected 1
-011111110 Barpassers 1
-011111110 Thursday-Sunday 1
-011111110 Delicately 1
-011111110 Formatting 1
-011111110 Time-consuming 1
-011111110 UNDOUBTEDLY 1
-011111110 Ribaminol 1
-011111110 MacFadden-Bartell 1
-011111110 Tsakotelis 1
-011111110 Retitled 1
-011111110 BBC-BROWN 1
-011111110 Paddio 1
-011111110 Baibakov 1
-011111110 Phadoonsidhi 1
-011111110 Dardarananda 1
-011111110 Bouhired 1
-011111110 Obligingly 1
-011111110 Cefazoline 1
-011111110 Unluckily 1
-011111110 Face-licking 1
-011111110 Ganatra 1
-011111110 INEVITABLY 1
-011111110 Minamio 1
-011111110 Enviously 1
-011111110 Mercantilism 1
-011111110 Monday-Thursday 1
-011111110 MBH 1
-011111110 Polished 1
-011111110 Cyclosporin 1
-011111110 Donkeys 1
-011111110 Subdivided 1
-011111110 AH 1
-011111110 Trifecta 1
-011111110 Risotto 1
-011111110 Dideoxyadenosine 1
-011111110 Phlebitis 1
-011111110 Upriver 1
-011111110 Untitled 1
-011111110 Shimokawa 1
-011111110 Laghi 1
-011111110 Eadie 1
-011111110 Surfboards 1
-011111110 Indignant 1
-011111110 Commodity-based 1
-011111110 Slapstick 1
-011111110 Dipscam 1
-011111110 Meanhwile 1
-011111110 Siamwalla 1
-011111110 Suntrangkoon 1
-011111110 Pornpiriyakulchai 1
-011111110 Harnage 1
-011111110 Informally 1
-011111110 Unconquered 1
-011111110 Hostage-taking 1
-011111110 Outsized 1
-011111110 Mailmen 1
-011111110 Schoolmates 1
-011111110 Pneumonia 1
-011111110 Lozol 1
-011111110 Droll 1
-011111110 Undismayed 1
-011111110 DEMOTED 1
-011111110 Moralistic 1
-011111110 Non-Moslems 1
-011111110 Nikkatsu 1
-011111110 NATIONALLY 1
-011111110 Reassured 1
-011111110 Durians 1
-011111110 Fruiteries 1
-011111110 Wheelbarrows 1
-011111110 Szeklers 1
-011111110 Sooksomchitra 1
-011111110 Payavichien 1
-011111110 Bullfighters 1
-011111110 LATELY 1
-011111110 CHACABUCO 1
-011111110 Mittal 1
-011111110 Biologically 1
-011111110 Horsefeathers 1
-011111110 Agco 1
-011111110 Predictibly 1
-011111110 Adultery 1
-011111110 Heartened 1
-011111110 KYOTO 1
-011111110 Terauchi 1
-011111110 Disappointingly 1
-011111110 Elsag 1
-011111110 Weariness 1
-011111110 bowsprits 1
-011111110 Click-plop 1
-011111110 Passports 1
-011111110 Unrecorded 1
-011111110 Pennants 1
-011111110 ADIDAS 1
-011111110 Mazelike 1
-011111110 PACIFICORP 1
-011111110 Weingarden 1
-011111110 Plotting 1
-011111110 Languidly 1
-011111110 Glutaraldehyde 1
-011111110 Surrealism 1
-011111110 Honeybees 1
-011111110 Smallpox 1
-011111110 Faculties 1
-011111110 Visaless 1
-011111110 FARROW 1
-011111110 Recovered 1
-011111110 Thereupon 1
-011111110 ARMONK 1
-011111110 Moreoever 1
-011111110 LIMA 1
-011111110 Confrontational 1
-011111110 Stockslager 1
-011111110 Cypus 1
-011111110 DEPRESSED 1
-011111110 Pseudorabies 1
-011111110 SCHAUMBURG 1
-011111110 Theatrics 1
-011111110 Self-pity 1
-011111110 Cariplo 1
-011111110 USTS 1
-011111110 Tenors 1
-011111110 Inspeech 1
-011111110 subheadings 1
-011111110 MURORAN 1
-011111110 Intracorp. 1
-011111110 bake-offs 1
-011111110 Eerily 1
-011111110 Psychotics 1
-011111110 Pump-storage 1
-011111110 Zombification 1
-011111110 Unarrested 1
-011111110 altissima 1
-011111110 vernalization 1
-011111110 Mournfulness 1
-011111110 Crackbusters 1
-011111110 Unabashed 1
-011111110 Intesa 1
-011111110 Upstaging 1
-011111110 McEarthon 1
-011111110 Biceps 1
-011111110 Unattainable 1
-011111110 Nevetheless 1
-011111110 Tearfully 1
-011111110 Afternoons 1
-011111110 Relenting 1
-011111110 Escamillo 1
-011111110 Sheepishly 1
-011111110 Meawnwhile 1
-011111110 PENNBANCORP. 1
-011111110 Yonex 1
-011111110 Expresso 1
-011111110 WTVK 1
-011111110 Squat 1
-011111110 BETHESDA 1
-011111110 horreur 1
-011111110 SHREDDERS 1
-011111110 Concretely 1
-011111110 Mashers 1
-011111110 Psyche 1
-011111110 Quickness 1
-011111110 WALA-TV 1
-011111110 Socializing 1
-011111110 Aghast 1
-011111110 HOWEVER 1
-011111110 Shiraishi 1
-011111110 Hosono 1
-011111110 EWSR814 1
-011111110 Awata 1
-011111110 MOKPO 1
-011111110 Daruwalla 1
-011111110 Unpacified 1
-011111110 Purpa 1
-011111110 Ambulances 1
-011111110 Kolkman 1
-011111110 Netbacks 1
-011111110 Shucks 1
-011111110 Lathes 1
-011111110 Megafunds 1
-011111110 UpScale 1
-011111110 BARRE 1
-011111110 CANTOR 1
-011111110 Artistically 1
-011111110 Unwittingly 1
-011111110 Gillan 1
-011111110 Boneh 1
-011111110 Satoh 1
-011111110 Orchester 1
-011111110 Martiny 1
-011111110 Awww 1
-011111110 Insecurity 1
-011111110 Arquitectonica 1
-011111110 irmao 1
-011111110 Unofficially 1
-011111110 Magnanimous 1
-011111110 Substantively 1
-011111110 Amused 1
-011111110 Blatant 1
-011111110 Yupanki 1
-011111110 Aitmatov 1
-011111110 Standees 1
-011111110 Whirlwinds 1
-011111110 Rodis 1
-011111110 Sonically 1
-011111110 Telegrambyra 1
-011111110 Chronologically 1
-011111110 Non-presidents 1
-011111110 Sedro-Woolley 1
-011111110 Fryland 1
-011111110 Kubosawa 1
-011111110 nuki 1
-011111110 Inayama 1
-011111110 SENIORITY 1
-011111110 Konafa 1
-011111110 Malicious 1
-011111110 Deluca 1
-011111110 Shipwrecks 1
-011111110 Good-looking 1
-011111110 COBEPA 1
-011111110 Confidently 1
-011111110 Pre-merger 1
-011111110 Dalitz 1
-011111110 Droopy-faced 1
-011111110 Non-A 1
-011111110 Nyunt 1
-011111110 Martenot 1
-011111110 Valiente 1
-011111110 Self-expression 1
-011111110 Worsaae 1
-011111110 Unmollified 1
-011111110 Pontiac-West 1
-011111110 Half-dead 1
-011111110 Engert 1
-011111110 Kolo 1
-011111110 Deadlocked 1
-011111110 Kardous 1
-011111110 SecurScan 1
-011111110 atras 1
-011111110 Explicably 1
-011111110 Well-worn 1
-011111110 Pellicano 1
-011111110 Nagila 1
-011111110 Malotky 1
-011111110 Molineux 1
-011111110 Massasoit 1
-011111110 Cautiously 1
-011111110 Condensates 1
-011111110 AnNawras 1
-011111110 Mix-up 1
-011111110 Multiusers 1
-011111110 Innards 1
-011111110 Sillapee 1
-011111110 MILLIONAIRE 1
-011111110 Nordstrum 1
-011111110 Barenholtz 1
-011111110 Cross-country 1
-011111110 Photo-Finishing 1
-011111110 Self-censorship 1
-011111110 Jungjohann 1
-011111110 stylosa 1
-011111110 nervosum 1
-011111110 Dinners 1
-011111110 Hondius 1
-011111110 LeBrun 1
-011111110 Cripples 1
-011111110 Terdayne 1
-011111110 Boerenbond 1
-011111110 Jaskiewicz 1
-011111110 BRONX 1
-011111110 Ringbarkus 1
-011111110 Teichberg 1
-011111110 Fishponds 1
-011111110 Spotters 1
-011111110 Lerena 1
-011111110 Hiraiwa 1
-011111110 Prophetically 1
-011111110 Heredity 1
-011111110 Fainthearted 1
-011111110 Basu 1
-011111110 Domination 1
-011111110 Erythromycin 1
-011111110 Decentralized 1
-011111110 Samapthi 1
-011111110 Weinblatt 1
-011111110 Shiva 1
-011111110 sick-fund 1
-011111110 Kawana 1
-011111110 Vue 1
-011111110 Sugary 1
-011111110 Deutschlandpolitik 1
-011111110 Glogowski 1
-011111110 Ntuli-Carter 1
-011111110 Unself-consciously 1
-011111110 Inexhaustible 1
-011111110 KANSALLIS-OSAKE-PANKKI 1
-011111110 Essenhigh 1
-011111110 Pervyshin 1
-011111110 Academicians 1
-011111110 francais 1
-011111110 Paquin 1
-011111110 Fingerprinting 1
-011111110 Arauz 1
-011111110 columnaris 1
-011111110 Tugwana 1
-011111110 Meticulously 1
-011111110 Poliomyelitis 1
-011111110 Wanikawa 1
-011111110 Naouri 1
-011111110 Coincidently 1
-011111110 Magically 1
-011111110 Wantagh 1
-011111110 bitartrate 1
-011111110 Gray-suited 1
-011111110 Self-knowledge 1
-011111110 ANNAPOLIS 1
-011111110 Lymphocytes 1
-011111110 Bred 1
-011111110 Chlorinated 1
-011111110 museumniks 1
-011111110 Applesauce 1
-011111110 Mr.Benson 1
-011111110 Kokubo 1
-011111110 Evaded 1
-011111110 Vlachoutsicos 1
-011111110 MUNCIE 1
-011111110 Indisputably 1
-011111110 Bearden 1
-011111110 Al-Fatah 1
-011111110 Disturbingly 1
-011111110 Saturday-Wednesday 1
-011111110 Unfailingly 1
-011111110 CALGARY 1
-011111110 Thermoplastics 1
-011111110 V-sats 1
-011111110 Johnson/Burgee 1
-011111110 Frictions 1
-011111110 Kusaka 1
-011111110 Cordelia 1
-011111110 Upstage 1
-011111110 SYDNEY 1
-011111110 Clandestinely 1
-011111110 Betties 1
-011111110 VEVEY 1
-011111110 Pennybags 1
-011111110 Shamans 1
-011111110 Graceful 1
-011111110 albopictus 1
-011111110 Unfortunate 1
-011111110 Baksheesh 1
-011111110 Factory-made 1
-011111110 complexions 1
-011111110 IIP 1
-011111110 McCloughan 1
-011111110 Migranyan 1
-011111110 Grinning 1
-011111110 Shehee 1
-011111110 LUSAKA 1
-011111110 Bioethicists 1
-011111110 Infections 1
-011111110 Ellaurie 1
-011111110 Unimpressed 1
-011111110 Shimshoni 1
-011111110 Yongchaiyut 1
-011111110 Savetsila 1
-011111110 Tulsans 1
-011111110 Lequeux 1
-011111110 Chejlyk 1
-011111110 Murtazayev 1
-011111110 Wastepaper 1
-011111110 Loudspeakers 1
-011111110 Similarily 1
-011111110 excitation 1
-011111110 Labo 1
-011111110 DOUBLEDAY 1
-011111110 Corp.-USA 1
-011111110 Ever-tanned 1
-011111110 CRADOCK 1
-011111110 CHARLOTTESVILLE 1
-011111110 Arao 1
-011111110 Dhiegh 1
-011111110 Sunday-Monday 1
-011111110 Empirically 1
-011111110 DEFRA 1
-011111110 DevelopMate 1
-011111110 Kakutani 1
-011111110 Netline 1
-011111110 Avuncular 1
-011111110 Bazaaris 1
-011111110 Epithets 1
-011111110 Three-on-three 1
-011111110 Dolomite 1
-011111110 Lifecycle 1
-011111110 CompuTrainer 1
-011111110 Delinquencies 1
-011111110 BECKLEY 1
-011111110 Triumphantly 1
-011111110 abadis 1
-011111110 Ceraulo 1
-011111110 Danazol 1
-011111110 Nadier 1
-011111110 Jammas 1
-011111110 Ljubojevic 1
-011111110 Slosberg 1
-011111110 CheddarMelt 1
-011111110 Weirdly 1
-011111110 Hanfsaengl 1
-011111110 Rey/Fawcett 1
-011111110 22-1-2 1
-011111110 Incongruously 1
-011111110 Starch-Inra-Hooper 1
-011111110 Zukim 1
-011111110 Kahl 1
-011111110 CHARLOTTE 1
-011111110 Maccowatt 1
-011111110 Borgmann 1
-011111110 Crosscurrents 1
-011111110 Salinity 1
-011111110 Kaycliff 1
-011111110 Crozes-Hermitage 1
-011111110 Overfunding 1
-011111110 Abbate 1
-011111110 Nates 1
-011111110 Thirty-year-old 1
-011111110 Barsasch 1
-011111110 Frustratingly 1
-011111110 MADISON 1
-011111110 Elekdag 1
-011111110 Minisupercomputers 1
-011111110 Naphtha 1
-011111110 prelim 1
-011111110 Dresder 1
-011111110 Borzois 1
-011111110 Gazeuses 1
-011111110 Nahcolyte 1
-011111110 Williamette 1
-011111110 superspot 1
-011111110 Timidly 1
-011111110 Re-regulation 1
-011111110 BANGKOK 1
-011111110 EASTPORT 1
-011111110 CHEYENNE 1
-011111110 Maimonides 1
-011111110 dipropionate 1
-011111110 Vaikule 1
-011111110 Plaude 1
-011111110 al-Jarallah 1
-011111110 Criminalization 1
-011111110 Idenoshita 1
-011111110 Tactically 1
-011111110 Glyco 1
-011111110 Oyens 1
-011111110 Bossiness 1
-011111110 Retinoblastoma 1
-011111110 SANE/FREEZE 1
-011111110 Meriodionale 1
-011111110 Uncovered 1
-011111110 Information-on-the-Go 1
-011111110 Purdeys 1
-011111110 Alanon 1
-011111110 Bouzoukis 1
-011111110 Glossier 1
-011111110 Shouldered 1
-011111110 co-thief 1
-011111110 CAMDEN 1
-011111110 Camba 1
-011111110 vivace 1
-011111110 Recaptured 1
-011111110 Casanovas 1
-011111110 Fukinbara 1
-011111110 Hedwig 1
-011111110 Throbbing 1
-011111110 Neat 1
-011111110 Quick-witted 1
-011111110 Angelou 1
-011111110 Forewarned 1
-011111110 Ratzker 1
-011111110 Blimey 1
-011111110 Post-tragedy 1
-011111110 Babinec 1
-011111110 Thirdly 1
-011111110 Ecologists 1
-011111110 Envigado 1
-011111110 Morover 1
-011111110 Contrarily 1
-011111110 Tanjuatco 1
-011111110 Vallenato 1
-011111110 Ozgur 1
-011111110 RICHARDSONSMITH 1
-011111110 ahdawam 1
-011111110 Whiissh 1
-011111110 Twinkle 1
-011111110 Bryggerier 1
-011111110 Zurzday 1
-011111110 Streegan 1
-011111110 Numb 1
-011111110 Medani 1
-011111110 macrocrystals 1
-011111110 Hospitalization 1
-011111110 s.r.l. 1
-011111110 Augeri 1
-011111110 Doko 1
-011111110 Parenthetically 1
-011111110 Diaz-Oliver 1
-011111110 Shockingly 1
-011111110 Daunting 1
-011111110 Recondite 1
-011111110 Principally 1
-011111110 Peacocks 1
-011111110 Gertie 1
-011111110 Suksamran 1
-011111110 Proportions 1
-011111110 S&P/McGraw-Hill 1
-011111110 Mustasaari 1
-011111110 Lateef 1
-011111110 Bodenheimer 1
-011111110 Ano 1
-011111110 Goldang 1
-011111110 Abdoon 1
-011111110 nigrum 1
-011111110 Ersen 1
-011111110 Sirketi 1
-011111110 Ogisu 1
-011111110 Torrez 1
-011111110 Inexorably 1
-011111110 Flicek 1
-011111110 Thunderbolt 1
-011111110 Byerwalter 1
-011111110 Bante 1
-011111110 Croom-Helm 1
-011111110 Gin-soaked 1
-011111110 S.A.P.I.C. 1
-011111110 Additionaly 1
-011111110 Relentlessly 1
-011111110 Waldrip 1
-011111110 WOLFSON 1
-011111110 Absurdly 1
-011111110 Hirogane 1
-011111110 Delis 1
-011111110 Auto-manufacturing 1
-011111110 Aboukhater 1
-011111110 Kiyoi 1
-011111110 Phong 1
-011111110 Agitated 1
-011111110 Olivira 1
-011111110 Nexsen-Boyd 1
-011111110 Crucially 1
-011111110 Zukulis 1
-011111110 Cosbi 1
-011111110 Veljanovski 1
-011111110 Thursday-Friday 1
-011111110 TIE-Communications 1
-011111110 Materially 1
-011111110 TRENTON 1
-011111110 Roslyakova 1
-011111110 PLAYBOY 1
-011111110 Originality 1
-011111110 ERRED 1
-011111110 Pangolos 1
-011111110 Suttles 1
-011111110 Mortgage- 1
-011111110 Underpayment 1
-011111110 Milkmen 1
-011111110 chasuble 1
-011111110 Ipek 1
-011111110 Panchita 1
-011111110 Vicenta 1
-011111110 bretheren 1
-011111110 Detected 1
-011111110 Surrendering 1
-011111110 Good-paying 1
-011111110 Velobind 1
-011111110 Kanrhi 1
-011111110 Qureshy 1
-011111110 Boyington 1
-011111110 Felicialiver 1
-011111110 Minicars 1
-011111110 Palsho 1
-011111110 Santicchi 1
-011111110 Tsk 1
-011111110 Onozawa 1
-011111110 Camara 1
-011111110 Gallantly 1
-011111110 Morakotdacho 1
-011111110 Rousseas 1
-011111110 Fentanyl 1
-011111110 Single-handedly 1
-011111110 Classifieds 1
-011111110 Cytomegalovirus 1
-011111110 MacPeg 1
-011111110 Kaczynski 1
-011111110 Incredulous 1
-011111110 bibliophiles 1
-011111110 Disposables 1
-011111110 Acetone 1
-011111110 Architecturally 1
-011111110 Tyrannies 1
-011111110 Gobhai 1
-011111110 Wrongly 1
-011111110 CANBERRA 2
-011111110 Cornea 2
-011111110 noblesse-oblige 2
-011111110 Recapitalization 2
-011111110 Freezes 2
-011111110 Spurned 2
-011111110 Urug 2
-011111110 Longoria 2
-011111110 Matrons 2
-011111110 Subtlety 2
-011111110 Sunday-Wednesday 2
-011111110 NEVERTHELESS 2
-011111110 purpura 2
-011111110 Conventionally 2
-011111110 Engl 2
-011111110 Okuda 2
-011111110 Guanxi 2
-011111110 Uniquely 2
-011111110 Pausing 2
-011111110 Polystyrene 2
-011111110 Loafing 2
-011111110 Technik 2
-011111110 LEVINE 2
-011111110 Dwek 2
-011111110 Pointedly 2
-011111110 Dumaines 2
-011111110 Philosophically 2
-011111110 Optimistically 2
-011111110 Galvalange 2
-011111110 ARROGANT 2
-011111110 Prudently 2
-011111110 GREENWICH 2
-011111110 Kashiwa 2
-011111110 Lindbeck 2
-011111110 Amouage 2
-011111110 Relieved 2
-011111110 Retrospectively 2
-011111110 Large-capital 2
-011111110 Niem 2
-011111110 Unanimously 2
-011111110 Moroever 2
-011111110 LYCOMING 2
-011111110 Simplistic 2
-011111110 Fortuitously 2
-011111110 Pergamon-Brassey 2
-011111110 Re-exports 2
-011111110 Imprisonment 2
-011111110 Metolachlor 2
-011111110 Proudly 2
-011111110 Thalidomide 2
-011111110 Ohmori 2
-011111110 BRASILIA 2
-011111110 Sunday-Tuesday 2
-011111110 Hypothetically 2
-011111110 Erroneously 2
-011111110 MOREOVER 2
-011111110 Decrepit 2
-011111110 WESTCORP 2
-011111110 Dura 2
-011111110 Flustered 2
-011111110 CANTON 2
-011111110 Egorov 2
-011111110 Pre-crisis 2
-011111110 Unconcerned 2
-011111110 Perpetuals 2
-011111110 Abruptly 2
-011111110 Jik 2
-011111110 Doggedly 2
-011111110 Unbelievably 2
-011111110 Solvents 2
-011111110 Admirably 2
-011111110 Plena 2
-011111110 Kamei 2
-011111110 Stylistically 2
-011111110 Tchioba 2
-011111110 Bemused 2
-011111110 Meanwile 2
-011111110 Sous-vide 2
-011111110 TAIPEI 2
-011111110 DataTrak 2
-011111110 Defensively 2
-011111110 Unconvinced 2
-011111110 Photofinishers 2
-011111110 Fourth-class 2
-011111110 Mercouri 2
-011111110 Snowboarders 2
-011111110 Snowboarding 2
-011111110 Brooding 2
-011111110 Naive 2
-011111110 Dvor 2
-011111110 CAMBRIDGE 2
-011111110 Pokrovka 2
-011111110 Zaphiropoulos 2
-011111110 Untrue 2
-011111110 Musically 2
-011111110 Petrobonds 2
-011111110 INDEED 2
-011111110 Gurman 2
-011111110 BUFFALO 2
-011111110 Mercifully 2
-011111110 Crystals 2
-011111110 cummings 2
-011111110 Perversely 2
-011111110 LANDESBANK 2
-011111110 Tabun 2
-011111110 Heh 2
-011111110 Front-runners 2
-011111110 Vaksberg 2
-011111110 Astonishingly 3
-011111110 Sadder 3
-011111110 Inexplicably 3
-011111110 Tellingly 3
-011111110 Superficially 3
-011111110 Intriguingly 3
-011111110 Riens 3
-011111110 Monday-Wednesday 3
-011111110 Indoors 3
-011111110 Correspondingly 3
-011111110 Outwardly 3
-011111110 Junid 3
-011111110 Purportedly 3
-011111110 Fittingly 3
-011111110 Hatorah 3
-011111110 Off-season 3
-011111110 Sekigawa 3
-011111110 Vividly 3
-011111110 Yarmouth 3
-011111110 Externally 3
-011111110 Unabashedly 3
-011111110 Tsering 3
-011111110 Investa 3
-011111110 Diplomatically 3
-011111110 FYI 3
-011111110 ATTENTION 3
-011111110 Conservatively 3
-011111110 Dejected 3
-011111110 SPRING 3
-011111110 Energetic 3
-011111110 Wisely 3
-011111110 Druzhba 3
-011111110 Scientifically 3
-011111110 Seperately 3
-011111110 Morally 3
-011111110 Foolishly 4
-011111110 Cumulatively 4
-011111110 Conveniently 4
-011111110 Profit-sharing 4
-011111110 Pragmatism 4
-011111110 Namely 4
-011111110 Reluctantly 4
-011111110 Neverthless 4
-011111110 Mootham 4
-011111110 Technologically 4
-011111110 SABENA 4
-011111110 Withal 4
-011111110 Militarily 4
-011111110 Miraculously 4
-011111110 Suspicious 4
-011111110 Kindersley 5
-011111110 Globally 5
-011111110 Presently 5
-011111110 Importantly 5
-011111110 Tritium 5
-011111110 Indirectly 5
-011111110 Morever 5
-011111110 Infuriated 5
-011111110 Tragically 5
-011111110 Structurally 6
-011111110 Characteristically 6
-011111110 Hitherto 6
-011111110 Individually 6
-011111110 Instantly 6
-011111110 Customarily 6
-011111110 Reportedly 6
-011111110 Annually 6
-011111110 Unsurprisingly 6
-011111110 Ominously 6
-011111110 Statistically 6
-011111110 Anyhow 7
-011111110 Remarkably 7
-011111110 Arguably 7
-011111110 Geographically 7
-011111110 Belatedly 7
-011111110 Heretofore 8
-011111110 Slurp 8
-011111110 BEAR 8
-011111110 Post-crash 8
-011111110 Internally 9
-011111110 Thankfully 9
-011111110 Alternately 9
-011111110 Regionally 9
-011111110 Amazingly 9
-011111110 Logically 10
-011111110 Afterwards 10
-011111110 Legally 10
-011111110 Invariably 11
-011111110 Concurrently 11
-011111110 Lastly 11
-011111110 Unhappily 12
-011111110 SEOUL 13
-011111110 Strangely 14
-011111110 Collectively 14
-011111110 Periodically 16
-011111110 Supposedly 16
-011111110 Internationally 17
-011111110 Coincidentally 18
-011111110 Incredibly 20
-011111110 Incidentally 21
-011111110 Quickly 22
-011111110 Conceivably 22
-011111110 Notably 22
-011111110 Regrettably 23
-011111110 Understandably 24
-011111110 Longer-term 25
-011111110 Happily 29
-011111110 Undaunted 31
-011111110 Secondly 32
-011111110 Thereafter 33
-011111110 Abroad 35
-011111110 Sadly 35
-011111110 Paradoxically 37
-011111110 Frequently 37
-011111110 Predictably 38
-011111110 Nationally 38
-011111110 Gradually 39
-011111110 Ordinarily 39
-011111110 Simultaneously 44
-011111110 Significantly 47
-011111110 Inevitably 48
-011111110 Publicly 49
-011111110 Politically 51
-011111110 Interestingly 51
-011111110 Admittedly 52
-011111110 Ideally 53
-011111110 Theoretically 53
-011111110 Curiously 54
-011111110 Alternatively 60
-011111110 Technically 60
-011111110 Surprisingly 70
-011111110 Officially 74
-011111110 Afterward 79
-011111110 Essentially 86
-011111110 Privately 93
-011111110 Alas 93
-011111110 Anyway 96
-011111110 Altogether 98
-011111110 Subsequently 104
-011111110 Conversely 108
-011111110 Historically 127
-011111110 Originally 129
-011111110 Accordingly 131
-011111110 Traditionally 148
-011111110 Increasingly 167
-011111110 Likewise 180
-011111110 Negotiable 185
-011111110 Fortunately 188
-011111110 Worse 189
-011111110 Normally 192
-011111110 Lately 194
-011111110 Meantime 218
-011111110 Additionally 226
-011111110 Typically 252
-011111110 Consequently 260
-011111110 Therefore 262
-011111110 Initially 273
-011111110 Actually 296
-011111110 Generally 298
-011111110 Specifically 338
-011111110 Ironically 372
-011111110 Otherwise 412
-011111110 Eventually 416
-011111110 Ultimately 427
-011111110 Elsewhere 540
-011111110 Furthermore 569
-011111110 Unfortunately 601
-011111110 Already 633
-011111110 Recently 633
-011111110 Overall 644
-011111110 Further 719
-011111110 Similarly 734
-011111110 Later 782
-011111110 Previously 799
-011111110 Finally 915
-011111110 Nonetheless 996
-011111110 Currently 1482
-011111110 Nevertheless 1695
-011111110 Thus 2378
-011111110 Instead 2675
-011111110 Indeed 3046
-011111110 Yesterday 3147
-011111110 Separately 3605
-011111110 Also 3705
-011111110 Still 3807
-011111110 Moreover 3910
-011111110 However 7580
-011111110 Meanwhile 5160
-01111111100 Just-released 1
-01111111100 Plucky 1
-01111111100 First-section 1
-01111111100 Teetotalers 1
-01111111100 Bouyed 1
-01111111100 MAINFRAME 1
-01111111100 Refers 1
-01111111100 Attesting 1
-01111111100 Struts 1
-01111111100 INACOMP 1
-01111111100 Passive-activity 1
-01111111100 Resupplied 1
-01111111100 Nourished 1
-01111111100 Short-sales 1
-01111111100 MESOZOIC 1
-01111111100 Declarations 1
-01111111100 Reasoning 1
-01111111100 Traveler's-check 1
-01111111100 LIE-DETECTOR 1
-01111111100 Clobbered 1
-01111111100 Downdraft 1
-01111111100 Rerun 1
-01111111100 Late-October 1
-01111111100 Parole 1
-01111111100 Drafted 1
-01111111100 Vying 1
-01111111100 Non-adherence 1
-01111111100 Soulful 1
-01111111100 rededicated 1
-01111111100 Goaded 1
-01111111100 Co-opted 1
-01111111100 Fade 1
-01111111100 Trespasses 1
-01111111100 PASSIVE-ACTIVITY 1
-01111111100 Decimated 1
-01111111100 Per-ADR 1
-01111111100 Options-related 1
-01111111100 Endorsement 1
-01111111100 Unnerved 1
-01111111100 Earlier-released 1
-01111111100 VACANCY 1
-01111111100 Gurus 1
-01111111100 Bedeviled 1
-01111111100 Condescend 1
-01111111100 Trumpeting 1
-01111111100 LIQUIDATING 1
-01111111100 Late-afternoon 1
-01111111100 Diluted 1
-01111111100 Worshiped 1
-01111111100 Rankled 1
-01111111100 Conditioned 1
-01111111100 Believed 1
-01111111100 Unbeknown 1
-01111111100 Circled 1
-01111111100 Exams 1
-01111111100 Hounded 1
-01111111100 Alleviating 1
-01111111100 Snack-foods 1
-01111111100 Per-store 1
-01111111100 Operated 1
-01111111100 Comforted 1
-01111111100 Ryoden 1
-01111111100 POST-CRASH 1
-01111111100 Unchanged 1
-01111111100 Vibrations 1
-01111111100 Corrected 1
-01111111100 Self-addressed 1
-01111111100 Buffs 1
-01111111100 Advertise 1
-01111111100 Communications-equipment 1
-01111111100 Blasted 1
-01111111100 Umpired 1
-01111111100 Small-car 1
-01111111100 Power-tool 1
-01111111100 Culled 1
-01111111100 Unappeased 1
-01111111100 PLACATING 1
-01111111100 Flutter 1
-01111111100 Want-ad 1
-01111111100 ODYSSEY 1
-01111111100 Gruzinskaya 1
-01111111100 Uzbekskaya 1
-01111111100 Shoulder 1
-01111111100 Dwarfed 1
-01111111100 SHORTWAVE 1
-01111111100 Cremation 1
-01111111100 Third-qarter 1
-01111111100 Vacated 1
-01111111100 OFFERINGS 1
-01111111100 Lifted 1
-01111111100 Pedaling 1
-01111111100 SHIPMENTS 1
-01111111100 CONSORTIUM 1
-01111111100 Late-September 1
-01111111100 Bribes 1
-01111111100 Meters 1
-01111111100 Antagonism 1
-01111111100 Submissions 1
-01111111100 Aspirants 1
-01111111100 PENNY 1
-01111111100 Polymer-products 1
-01111111100 Unrelated 1
-01111111100 Plumped 1
-01111111100 Arising 1
-01111111100 Previous-year 1
-01111111100 Station-wagon 1
-01111111100 Eliminated 1
-01111111100 Subtracted 1
-01111111100 Soothed 1
-01111111100 MCA-America 1
-01111111100 MAXUS 1
-01111111100 Keyed 1
-01111111100 Odysssey 1
-01111111100 Foretold 1
-01111111100 SEX-HARASSMENT 1
-01111111100 Outgunned 1
-01111111100 REVERE 1
-01111111100 PIGGYBACKING 1
-01111111100 Vowing 1
-01111111100 Exempt-interest 1
-01111111100 Beseiged 1
-01111111100 Trailed 1
-01111111100 SNAPPY 1
-01111111100 LEHIGH 1
-01111111100 STEPPED-UP 1
-01111111100 Pestered 1
-01111111100 Rags 1
-01111111100 Refusals 1
-01111111100 Itching 1
-01111111100 FRAUD-FINDING 1
-01111111100 Retire 1
-01111111100 Exhortations 1
-01111111100 Grocery-product 1
-01111111100 Snack-food 1
-01111111100 Dangling 1
-01111111100 Pivotal 1
-01111111100 Asset-backed-securities 1
-01111111100 Unshackled 1
-01111111100 CAUSE-RELATED 1
-01111111100 MEAT-COUNTER 1
-01111111100 Latest-year 1
-01111111100 PROBATE 1
-01111111100 Stairway 1
-01111111100 Germane 1
-01111111100 Reelected 1
-01111111100 Coal-related 1
-01111111100 TAFT 1
-01111111100 Conferring 1
-01111111100 PULITZER 1
-01111111100 SUPPLY-SIDERS 1
-01111111100 Travelers-check 1
-01111111100 Moscow-Kuwait 1
-01111111100 Steaming 1
-01111111100 Specialty-store 1
-01111111100 Attended 1
-01111111100 Abiding 1
-01111111100 Curated 1
-01111111100 Export-bonus 1
-01111111100 REIMBURSEMENT 1
-01111111100 Semiannual 1
-01111111100 Dilution 1
-01111111100 Scarred 1
-01111111100 Hospital-chain 1
-01111111100 Aluminum-company 1
-01111111100 amaur 1
-01111111100 Agrochemical 1
-01111111100 Pocketbooks 1
-01111111100 DEPARTS 1
-01111111100 Eight-week 1
-01111111100 Looted 1
-01111111100 Darting 1
-01111111100 Virginity 1
-01111111100 Agitation 1
-01111111100 Drained 1
-01111111100 Landlocked 1
-01111111100 NORCEN 1
-01111111100 Nine-week 1
-01111111100 MIDEAST 1
-01111111100 Multiplied 1
-01111111100 Graduated 1
-01111111100 Weigh-in 1
-01111111100 KAITEK 1
-01111111100 Less-than-robust 1
-01111111100 Counterfeiting-related 1
-01111111100 Dedication 1
-01111111100 Unaffected 1
-01111111100 Urgings 1
-01111111100 Limited-partnership 1
-01111111100 Inordinate 1
-01111111100 Worse-than-expected 1
-01111111100 DENIM 1
-01111111100 SELF-EMPLOYMENT 1
-01111111100 Industrial-parts 1
-01111111100 Motions 1
-01111111100 Minirefunding 1
-01111111100 Hole-by-hole 1
-01111111100 Barraged 1
-01111111100 Kowtowing 1
-01111111100 Store-for-store 1
-01111111100 Advantages 1
-01111111100 Chaufeurred 1
-01111111100 Shielded 1
-01111111100 Ever-rising 1
-01111111100 FLOPPY-DISK 1
-01111111100 PARTISAN 1
-01111111100 MAGNUM 1
-01111111100 Press-corps 1
-01111111100 IRAN-CONTRA 1
-01111111100 Supplemented 1
-01111111100 MENTAL-HEALTH 1
-01111111100 Realists 1
-01111111100 Populated 1
-01111111100 PROPER 1
-01111111100 Samestore 1
-01111111100 Preceded 1
-01111111100 Euro-clear 1
-01111111100 Minivan 1
-01111111100 PAY-OFF 1
-01111111100 Followed 1
-01111111100 Clamped 1
-01111111100 Striving 1
-01111111100 Relocations 1
-01111111100 Stoked 1
-01111111100 Profiting 1
-01111111100 Truck-divison 1
-01111111100 MERGE 1
-01111111100 c1986 1
-01111111100 Non-cash 1
-01111111100 CONFRONTED 1
-01111111100 SAGE 1
-01111111100 Ridicule 1
-01111111100 Delivered 1
-01111111100 Reverting 1
-01111111100 RIPPLES 1
-01111111100 Sonyclimbed 1
-01111111100 Slip-ups 1
-01111111100 Amplified 1
-01111111100 Seized 1
-01111111100 Militarists 1
-01111111100 PRO-CHOICE 1
-01111111100 Infant-Vision 1
-01111111100 FERTILITY 1
-01111111100 PLATEAUED 1
-01111111100 QUICKER 1
-01111111100 Hardest-hit 1
-01111111100 .Willingness 1
-01111111100 Shaped 1
-01111111100 Overcharges 1
-01111111100 .there 1
-01111111100 Zircons 1
-01111111100 Tormented 1
-01111111100 Guessing 1
-01111111100 PAYOFF 1
-01111111100 Fruition 1
-01111111100 Mid-May 1
-01111111100 Domestic-vehicle 1
-01111111100 REPATRIATED 1
-01111111100 Tuned 1
-01111111100 Hamburger-restaurant 1
-01111111100 YASUDA 1
-01111111100 Cheered 1
-01111111100 SMUG 1
-01111111100 Journeying 1
-01111111100 Good-bye 1
-01111111100 Counterweights 1
-01111111100 Bumped 1
-01111111100 Pedants 1
-01111111100 DURABLE-GOODS 1
-01111111100 SOLAR 1
-01111111100 Local-currency 1
-01111111100 Bond-trading 1
-01111111100 Stock-trading 1
-01111111100 STRIP 1
-01111111100 Early-August 1
-01111111100 Mortgage-loan 1
-01111111100 Delegations 1
-01111111100 COMMITTED 1
-01111111100 Bankrolled 1
-01111111100 Raspy-voiced 1
-01111111100 Devoted 1
-01111111100 replacement-part 1
-01111111100 Cushioned 1
-01111111100 Minibooms 1
-01111111100 Half-year 1
-01111111100 Co-signed 1
-01111111100 Unremitted 1
-01111111100 MAXIM 1
-01111111100 Unhampered 1
-01111111100 CORPORATE-PROFIT 1
-01111111100 PAY-FOR-VIEW 1
-01111111100 Submitted 1
-01111111100 Mitake 1
-01111111100 .this 1
-01111111100 unmellowed 1
-01111111100 Acquiescence 1
-01111111100 Persuaded 1
-01111111100 Late-February 1
-01111111100 Acceding 1
-01111111100 Small-donor 1
-01111111100 Tonnage 1
-01111111100 Beggared 1
-01111111100 Intercepted 1
-01111111100 Referrals 1
-01111111100 Leapfrogging 1
-01111111100 Swamped 1
-01111111100 Undertaken 1
-01111111100 New-circulation 1
-01111111100 Unaltered 1
-01111111100 Disloyal 1
-01111111100 Knighted 1
-01111111100 Heir 1
-01111111100 HIGH-COURT 1
-01111111100 Descended 1
-01111111100 Shipped 1
-01111111100 Autopsy 1
-01111111100 Snubbed 1
-01111111100 Reinforced 1
-01111111100 .trying 1
-01111111100 Grandfathers 1
-01111111100 Pollutants 1
-01111111100 Hand-tool 1
-01111111100 FOOD-INFLATION 1
-01111111100 Motivation 1
-01111111100 ABUSIVE 1
-01111111100 Impelled 1
-01111111100 Summations 1
-01111111100 SWIFT 1
-01111111100 Grants-in-aid 1
-01111111100 Annexation 1
-01111111100 Usurpations 1
-01111111100 Single-pack 1
-01111111100 Reassigned 1
-01111111100 Hatched 1
-01111111100 Gauged 1
-01111111100 Slippage 1
-01111111100 Firsthalf 1
-01111111100 CAHNERS 1
-01111111100 Self-employment 1
-01111111100 Shuttling 1
-01111111100 Gripped 1
-01111111100 Custom-mades 1
-01111111100 Soggy 1
-01111111100 PER-SHARE 1
-01111111100 Factory-machinery 1
-01111111100 Government-to-government 1
-01111111100 Championed 1
-01111111100 FOND 1
-01111111100 Promoted 1
-01111111100 BACKUP 1
-01111111100 Productivity-software 1
-01111111100 Ballooned 1
-01111111100 Abstracting 1
-01111111100 Greeted 1
-01111111100 Becalmed 1
-01111111100 Droppings 1
-01111111100 Cattails 1
-01111111100 Before-tax 1
-01111111100 Clips 1
-01111111100 Bowed 1
-01111111100 Pioneered 1
-01111111100 Pummeled 1
-01111111100 Compelled 1
-01111111100 COUNTRY-CLUB 1
-01111111100 Colorizers 1
-01111111100 Elevation 1
-01111111100 Silentair 1
-01111111100 INVEST 1
-01111111100 Incited 1
-01111111100 Hand-picked 1
-01111111100 Exercisable 1
-01111111100 Unconstrained 1
-01111111100 Shell-shocked 1
-01111111100 CASIO 1
-01111111100 counter-reaction 1
-01111111100 Forfeitures 1
-01111111100 Traumatized 1
-01111111100 Clues 1
-01111111100 Devised 1
-01111111100 Fatalities 1
-01111111100 Foreign-production 1
-01111111100 Bigotry 1
-01111111100 Energized 1
-01111111100 Refrain 2
-01111111100 Underwritten 2
-01111111100 Pro-forma 2
-01111111100 Humiliated 2
-01111111100 Insensitivity 2
-01111111100 Pinned 2
-01111111100 Retroactive 2
-01111111100 Thwarted 2
-01111111100 Elated 2
-01111111100 Reinvested 2
-01111111100 Attaching 2
-01111111100 Obscured 2
-01111111100 APPLICATION 2
-01111111100 Besieged 2
-01111111100 Pursuant 2
-01111111100 Worldly 2
-01111111100 Nine-months 2
-01111111100 CONVEX 2
-01111111100 LaValliere 2
-01111111100 WHEREHOUSE 2
-01111111100 Repelled 2
-01111111100 Overwhelmed 2
-01111111100 Five-month 2
-01111111100 Edited 2
-01111111100 Sheltered 2
-01111111100 Slowed 2
-01111111100 Crippled 2
-01111111100 Adjusters 2
-01111111100 CREDIBILITY 2
-01111111100 W4 2
-01111111100 Price-cutting 2
-01111111100 Enraptured 2
-01111111100 BLOCKER 2
-01111111100 Confined 2
-01111111100 Hewing 2
-01111111100 Predisposition 2
-01111111100 Motioning 2
-01111111100 DIPLOMATIC 2
-01111111100 Subscribe 2
-01111111100 Deluged 2
-01111111100 Charge-card 2
-01111111100 Swayed 2
-01111111100 Invited 2
-01111111100 Luggage 2
-01111111100 WELFARE 2
-01111111100 Sterling-M-Whatever 2
-01111111100 Small- 2
-01111111100 RESTRICT 2
-01111111100 Rattled 2
-01111111100 Flanked 2
-01111111100 Arrears 2
-01111111100 SAUDI 2
-01111111100 Non-recurring 2
-01111111100 Securities-related 2
-01111111100 Food-store 2
-01111111100 Noninterest 2
-01111111100 Enticed 2
-01111111100 Unearned 2
-01111111100 20.45 2
-01111111100 Empowered 2
-01111111100 Unrealized 2
-01111111100 Swollen 2
-01111111100 Tacked 2
-01111111100 Endorsed 2
-01111111100 Hammered 2
-01111111100 Supervised 2
-01111111100 Jockeying 2
-01111111100 CREW 2
-01111111100 Existing-home 2
-01111111100 BYLINE 2
-01111111100 PLEDGE 2
-01111111100 Remains 2
-01111111100 Subjected 2
-01111111100 Current-year 2
-01111111100 Strive 2
-01111111100 SEQUENT 2
-01111111100 Staggering 2
-01111111100 Meant 2
-01111111100 CENTERIOR 2
-01111111100 Endeavour 2
-01111111100 Circling 2
-01111111100 Enamored 2
-01111111100 BUDGETS 2
-01111111100 Attentive 2
-01111111100 Consulted 2
-01111111100 GREY 2
-01111111100 Motivated 2
-01111111100 Racked 2
-01111111100 Dazzled 2
-01111111100 Escorted 2
-01111111100 Nodding 2
-01111111100 Gasoline-station 2
-01111111100 Cowed 2
-01111111100 Miffed 2
-01111111100 BOCA 2
-01111111100 Consumer-product 2
-01111111100 Heavy-truck 2
-01111111100 PLENUM 2
-01111111100 Sparked 2
-01111111100 Awarded 2
-01111111100 AIMS 2
-01111111100 CUSTOMERS 2
-01111111100 Low-end 2
-01111111100 Inattention 2
-01111111100 Complain 2
-01111111100 STATESIDE 2
-01111111100 Narrated 2
-01111111100 Chased 2
-01111111100 Hurrying 2
-01111111100 Relocated 2
-01111111100 Wooed 2
-01111111100 Companywide 2
-01111111100 COMPARED 2
-01111111100 Residences 2
-01111111100 Nominated 2
-01111111100 U.S.-Style 2
-01111111100 Payouts 2
-01111111100 Hobbled 3
-01111111100 Untouched 3
-01111111100 Applies 3
-01111111100 Hampered 3
-01111111100 First-day 3
-01111111100 ON-LINE 3
-01111111100 FALCON 3
-01111111100 Buttressed 3
-01111111100 COMPAQ 3
-01111111100 Fourth-period 3
-01111111100 Allusions 3
-01111111100 Parent-company 3
-01111111100 Acclaimed 3
-01111111100 Dominated 3
-01111111100 TRANSCO 3
-01111111100 Ode 3
-01111111100 DAMAGE 3
-01111111100 Banned 3
-01111111100 Transferred 3
-01111111100 JUMBO 3
-01111111100 TAX-BILL 3
-01111111100 Chaired 3
-01111111100 HARCOURT 3
-01111111100 Clutching 3
-01111111100 Historical-cost 3
-01111111100 Willingness 3
-01111111100 Unaccustomed 3
-01111111100 POSSIBLE 3
-01111111100 Reimbursement 3
-01111111100 Oblivious 3
-01111111100 Sentenced 3
-01111111100 Anchored 3
-01111111100 Upgraded 3
-01111111100 SEXUAL 3
-01111111100 Six-months 3
-01111111100 Installed 3
-01111111100 Staffed 3
-01111111100 Taped 3
-01111111100 APPLE 3
-01111111100 Adjacent 3
-01111111100 Marketed 3
-01111111100 Proposes 3
-01111111100 Alimony 3
-01111111100 Third-period 3
-01111111100 Extrapolating 3
-01111111100 Kudos 3
-01111111100 Overproduction 3
-01111111100 Commercial-vehicle 3
-01111111100 Accustomed 3
-01111111100 Retained 3
-01111111100 Financed 3
-01111111100 Bruised 3
-01111111100 Nominal 3
-01111111100 Inability 3
-01111111100 Light-truck 3
-01111111100 Computed 3
-01111111100 Struck 3
-01111111100 Latest-quarter 3
-01111111100 Co-produced 3
-01111111100 Hostility 4
-01111111100 Woe 4
-01111111100 Disturbed 4
-01111111100 Conspicuous 4
-01111111100 Entrances 4
-01111111100 Burdened 4
-01111111100 Prior-year 4
-01111111100 Commissioned 4
-01111111100 Condemned 4
-01111111100 Relating 4
-01111111100 Unbeknownst 4
-01111111100 Taught 4
-01111111100 Shocks 4
-01111111100 Rebounding 4
-01111111100 Retail-sales 4
-01111111100 Startled 4
-01111111100 Systemwide 4
-01111111100 SWITCHING 4
-01111111100 First-period 4
-01111111100 Jolted 4
-01111111100 Directed 4
-01111111100 Appalled 4
-01111111100 Spooked 4
-01111111100 ETHNIC 4
-01111111100 Non-operating 4
-01111111100 Deviations 4
-01111111100 Compounded 4
-01111111100 Buffeted 4
-01111111100 Committed 4
-01111111100 Restated 4
-01111111100 Indexes 4
-01111111100 Intrigued 4
-01111111100 Conducted 4
-01111111100 Deteriorating 4
-01111111100 Stemming 4
-01111111100 Summoned 4
-01111111100 Second-period 4
-01111111100 Intended 5
-01111111100 Expects 5
-01111111100 Disgusted 5
-01111111100 Scrambling 5
-01111111100 Judged 5
-01111111100 Weakened 5
-01111111100 Irked 5
-01111111100 Dogged 5
-01111111100 Deferring 5
-01111111100 TESTING 5
-01111111100 Adherence 5
-01111111100 Alerted 5
-01111111100 CATALYST 5
-01111111100 Unconsolidated 5
-01111111100 Unfazed 5
-01111111100 Constraints 5
-01111111100 Tend 5
-01111111100 Borrowings 6
-01111111100 Powered 6
-01111111100 Exhausted 6
-01111111100 Sent 6
-01111111100 Moved 6
-01111111100 ALBERTA 6
-01111111100 Lyrics 6
-01111111100 Assisted 6
-01111111100 NIXDORF 6
-01111111100 MITCHELL 6
-01111111100 Reluctance 6
-01111111100 Distributions 6
-01111111100 Repairs 6
-01111111100 TRITON 6
-01111111100 Pushed 6
-01111111100 Needing 6
-01111111100 ADVANCED 6
-01111111100 Annoyed 6
-01111111100 Threats 6
-01111111100 Licence 6
-01111111100 Distracted 6
-01111111100 Paced 7
-01111111100 Compiled 7
-01111111100 HARD 7
-01111111100 Lured 7
-01111111100 Adopted 7
-01111111100 e-Estimated. 7
-01111111100 Unfettered 7
-01111111100 References 7
-01111111100 Dismayed 7
-01111111100 Excluded 7
-01111111100 Threatening 7
-01111111100 Propelled 7
-01111111100 Objections 7
-01111111100 GEN. 7
-01111111100 Funded 7
-01111111100 Owing 7
-01111111100 Benefiting 7
-01111111100 Promising 7
-01111111100 Camps 7
-01111111100 CHARITABLE 7
-01111111100 Hosted 7
-01111111100 Attached 8
-01111111100 Slated 8
-01111111100 Tied 8
-01111111100 LAURENTIIS 8
-01111111100 Stunned 8
-01111111100 BATTLES 8
-01111111100 Shaken 8
-01111111100 Rushing 8
-01111111100 Assigned 8
-01111111100 SHELTER 8
-01111111100 Carried 8
-01111111100 Indicated 8
-01111111100 Required 8
-01111111100 Linked 9
-01111111100 Urged 9
-01111111100 Harder 9
-01111111100 Visits 9
-01111111100 Refusing 9
-01111111100 Drawn 9
-01111111100 New-car 9
-01111111100 Boosted 9
-01111111100 Willing 9
-01111111100 Brought 9
-01111111100 Guided 10
-01111111100 Impressed 10
-01111111100 Attracted 10
-01111111100 Strapped 10
-01111111100 Joined 10
-01111111100 Supported 10
-01111111100 Crucial 10
-01111111100 Frightened 11
-01111111100 Headed 11
-01111111100 Departing 11
-01111111100 Squeezed 11
-01111111100 Produced 11
-01111111100 Unwilling 12
-01111111100 Beset 12
-01111111100 Challenges 12
-01111111100 Prodded 12
-01111111100 MOVES 13
-01111111100 Appointed 13
-01111111100 Anxious 13
-01111111100 Contributions 13
-01111111100 Plagued 14
-01111111100 Disappointing 14
-01111111100 Accompanied 14
-01111111100 Undeterred 14
-01111111100 Emboldened 14
-01111111100 One-year 15
-01111111100 Inspired 15
-01111111100 Bolstered 16
-01111111100 Angered 16
-01111111100 Unknown 16
-01111111100 Donations 16
-01111111100 Prompted 16
-01111111100 REPUBLICANS 17
-01111111100 Struggling 17
-01111111100 Bowing 17
-01111111100 Battered 18
-01111111100 Attempting 18
-01111111100 Driven 18
-01111111100 Surrounded 19
-01111111100 Forced 19
-01111111100 Pressured 19
-01111111100 Developed 20
-01111111100 Relative 20
-01111111100 Subscribers 20
-01111111100 Closer 21
-01111111100 Alluding 22
-01111111100 Sponsored 23
-01111111100 Damage 23
-01111111100 Stung 24
-01111111100 Fueled 24
-01111111100 Determined 24
-01111111100 Listening 25
-01111111100 Per-capita 27
-01111111100 Scheduled 28
-01111111100 Ranked 28
-01111111100 Congratulations 29
-01111111100 After-tax 30
-01111111100 Helped 30
-01111111100 Subject 31
-01111111100 Encouraged 32
-01111111100 Pressed 32
-01111111100 Used 34
-01111111100 Expected 35
-01111111100 Returning 35
-01111111100 Eager 37
-01111111100 Backed 37
-01111111100 Buoyed 40
-01111111100 Designed 41
-01111111100 Pointing 43
-01111111100 Reaction 44
-01111111100 Proposals 47
-01111111100 Reacting 47
-01111111100 Listen 49
-01111111100 Spurred 52
-01111111100 Needless 52
-01111111100 Payments 53
-01111111100 Hoping 53
-01111111100 Contributing 53
-01111111100 Year-ago 57
-01111111100 Borrowing 58
-01111111100 Comparable-store 58
-01111111100 Non-interest 58
-01111111100 TAX 58
-01111111100 Aided 60
-01111111100 Due 63
-01111111100 Attempts 64
-01111111100 Welcome 68
-01111111100 Pre-tax 69
-01111111100 Led 71
-01111111100 First-half 71
-01111111100 Same-store 80
-01111111100 Adjusted 81
-01111111100 Judging 85
-01111111100 Unable 85
-01111111100 Seeking 86
-01111111100 Nine-month 90
-01111111100 Full-year 90
-01111111100 INTEREST 103
-01111111100 Second-quarter 104
-01111111100 Failure 106
-01111111100 Third-quarter 107
-01111111100 Trying 108
-01111111100 First-quarter 110
-01111111100 Six-month 116
-01111111100 Referring 126
-01111111100 Responding 132
-01111111100 Pretax 138
-01111111100 Fourth-quarter 146
-01111111100 Apart 154
-01111111100 Contrary 154
-01111111100 Efforts 158
-01111111100 Adding 176
-01111111100 PRECIOUS 183
-01111111100 Guaranteed 192
-01111111100 DISCOUNT 193
-01111111100 Thanks 201
-01111111100 CALL 205
-01111111100 Year-earlier 207
-01111111100 Aside 215
-01111111100 Fees 224
-01111111100 Annualized 264
-01111111100 Up 295
-01111111100 Per-share 326
-01111111100 Short 366
-01111111100 Prior 378
-01111111100 Estimated 388
-01111111100 PRIME 403
-01111111100 Operating 533
-01111111100 Proceeds 822
-01111111100 According 4999
-01111111100 Net 1274
-011111111010 Spooky 1
-011111111010 Bouts 1
-011111111010 Timetables 1
-011111111010 Searing 1
-011111111010 Routines 1
-011111111010 Cast-iron 1
-011111111010 PLUCKING 1
-011111111010 Stalagmites 1
-011111111010 Diligent 1
-011111111010 3.5129 1
-011111111010 2.8229 1
-011111111010 now-scheduled 1
-011111111010 Glumly 1
-011111111010 Shantytowns 1
-011111111010 soonest-to-expire 1
-011111111010 Writer-proof 1
-011111111010 HOSTAGE 3
-011111111010 Illumination 6
-011111111010 b-Current 62
-011111111010 Seasonally 83
-011111111010 Rated 181
-011111111010 Last 8461
-011111111010 Next 860
-011111111011 Eunuchs 1
-011111111011 Disputants 1
-011111111011 Dinner-table 1
-011111111011 Thisfelt 1
-011111111011 Buzzers 1
-011111111011 Crudely 1
-011111111011 Faint 1
-011111111011 Disallowances 1
-011111111011 Boxscore 1
-011111111011 Cardmember 1
-011111111011 Wimps 1
-011111111011 Dissimilarities 1
-011111111011 third-game 1
-011111111011 SUPERCONDUCTORS 1
-011111111011 Diagrams 1
-011111111011 Cleverly 1
-011111111011 Time-honored 1
-011111111011 Unmitigated 1
-011111111011 Non-prescription 1
-011111111011 Munis 1
-011111111011 Piecework 1
-011111111011 Reg-negs 1
-011111111011 Bedfellows 1
-011111111011 Chiropractors 1
-011111111011 Slit 1
-011111111011 Autocrats 1
-011111111011 Diskettes 1
-011111111011 Derrieres 1
-011111111011 Anent 1
-011111111011 toney 1
-011111111011 Election-time 1
-011111111011 Non-profits 1
-011111111011 Blackened 1
-011111111011 Perpetrators 1
-011111111011 pro-immigration 1
-011111111011 Servicers 1
-011111111011 Right-to-lifers 1
-011111111011 Higher-grade 1
-011111111011 Anti-communism 1
-011111111011 Photorefractive 1
-011111111011 Cover-sheet 1
-011111111011 Lightening 1
-011111111011 Seismographs 1
-011111111011 model-search 1
-011111111011 chucklehead 1
-011111111011 Hydrologists 1
-011111111011 Busily 1
-011111111011 Intra-army 1
-011111111011 Curatorial 1
-011111111011 Transvestite 1
-011111111011 Porches 1
-011111111011 Amaze 1
-011111111011 Imitates 1
-011111111011 Janizaries 1
-011111111011 Maoist-like 1
-011111111011 Boustany 1
-011111111011 Sadness 1
-011111111011 Guffaws 1
-011111111011 RETIREMENTS 1
-011111111011 Epidemiologists 1
-011111111011 Explicitly 1
-011111111011 Cogwheels 1
-011111111011 Sibling 1
-011111111011 Cocktail-party 1
-011111111011 Newsstands 1
-011111111011 Broaden 1
-011111111011 Bicyclists 1
-011111111011 Buffaloes 1
-011111111011 Barroom 1
-011111111011 Rickshaws 1
-011111111011 Mustering 1
-011111111011 Enzymes 1
-011111111011 Airliners 1
-011111111011 Spores 1
-011111111011 Tin-cup 1
-011111111011 Ballplayers 1
-011111111011 Homespun 1
-011111111011 Antigens 1
-011111111011 Photocopy 1
-011111111011 Bodyguards 1
-011111111011 Unconditional 1
-011111111011 Amphetamine 1
-011111111011 CREATED 1
-011111111011 SAVERS 1
-011111111011 HOURS 1
-011111111011 Old-world 1
-011111111011 No-sweat 1
-011111111011 Describe 1
-011111111011 Helmless 1
-011111111011 Reactive 1
-011111111011 Classmates 1
-011111111011 Handcuff 1
-011111111011 CORPORATE-OWNED 1
-011111111011 Widescale 1
-011111111011 CURBS 1
-011111111011 Cocoons 1
-011111111011 minifilms 1
-011111111011 EMTers 1
-011111111011 Steadfast 1
-011111111011 Transistors 1
-011111111011 Revelers 1
-011111111011 Laundry-pile 1
-011111111011 Monopolists 1
-011111111011 Captives 1
-011111111011 Batters 1
-011111111011 Computer-related 1
-011111111011 Home-care 1
-011111111011 Risk-aversives 1
-011111111011 Inflate 1
-011111111011 PUTTERS 1
-011111111011 Blankets 1
-011111111011 moisturizing 1
-011111111011 Nuclear-utility 1
-011111111011 Newsmen 1
-011111111011 Anti-Chinese 1
-011111111011 Chauffeurs 1
-011111111011 Analyze 1
-011111111011 Frostbiters 1
-011111111011 Broader-based 1
-011111111011 Arab-Moslem 1
-011111111011 AUDIOPHILES 1
-011111111011 Poorest 1
-011111111011 Boa 1
-011111111011 Novelists 1
-011111111011 Modernists 1
-011111111011 Porters 1
-011111111011 Thrillers 1
-011111111011 Yappers 1
-011111111011 UAW-negotiated 1
-011111111011 Peddling 1
-011111111011 Indulge 1
-011111111011 Kangaroos 1
-011111111011 Song-titles 1
-011111111011 junk-yard 1
-011111111011 Sophomores 1
-011111111011 Giggle 1
-011111111011 Fasten 1
-011111111011 Dueling 1
-011111111011 Gallows 1
-011111111011 Hitched 1
-011111111011 Kernels 1
-011111111011 Skunks 1
-011111111011 8,748 1
-011111111011 Flexicokers 1
-011111111011 Twould 1
-011111111011 Headings 1
-011111111011 UNPOPULAR 1
-011111111011 Forgot 1
-011111111011 Pagodas 1
-011111111011 Biweekly 1
-011111111011 Byting 1
-011111111011 Wearables 1
-011111111011 Job-seeking 1
-011111111011 Taxonomists 1
-011111111011 Inured 1
-011111111011 Inviting 1
-011111111011 Mindless 1
-011111111011 Skiffs 1
-011111111011 Paraphrase 1
-011111111011 Volkswagen. 1
-011111111011 Mothers-to-be 1
-011111111011 Geriatricians 1
-011111111011 Sunken 1
-011111111011 Co-ops 1
-011111111011 Hastily 1
-011111111011 Careerists 1
-011111111011 Vapors 1
-011111111011 Artists. 1
-011111111011 Minidorms 1
-011111111011 Out-of-towners 2
-011111111011 Identify 2
-011111111011 HEMLINES 2
-011111111011 Interservice 2
-011111111011 CRITICS 2
-011111111011 Sharpen 2
-011111111011 Centralized 2
-011111111011 Sends 2
-011111111011 Election-year 2
-011111111011 Three-wheelers 2
-011111111011 Steroid 2
-011111111011 Spotlights 2
-011111111011 Feedlots 2
-011111111011 After-school 2
-011111111011 Lobbies 2
-011111111011 Sandbags 2
-011111111011 .to 2
-011111111011 Recommended 2
-011111111011 VIDEOS 2
-011111111011 Gag 2
-011111111011 Stagehands 2
-011111111011 Patrols 2
-011111111011 Digressions 2
-011111111011 sensitizes 2
-011111111011 Small-lot 2
-011111111011 Multiplexers 2
-011111111011 Inadvertently 2
-011111111011 Splits 3
-011111111011 TOURISTS 3
-011111111011 Armies 3
-011111111011 Videotapes 3
-011111111011 COMMERCIALS 3
-011111111011 ROOMS 3
-011111111011 Visuals 3
-011111111011 Telexes 4
-011111111011 Labels 4
-011111111011 Once-only 4
-011111111011 Disturbing 4
-011111111011 Charts 5
-011111111011 Waiters 5
-011111111011 Kindly 5
-011111111011 LOANS 6
-011111111011 Wanna 6
-011111111011 Reinsurers 9
-011111111011 Badly 10
-011111111011 Completely 11
-011111111011 Parental 15
-011111111011 FIRMS 17
-011111111011 Helping 49
-011111111011 Simply 83
-011111111011 Polls 86
-011111111011 Please 129
-011111111011 Ever 205
-011111111011 Closely 226
-011111111011 Never 262
-011111111011 Re 388
-011111111011 To 8012
-011111111011 Having 507
-01111111110 Downticks 1
-01111111110 Toneless 1
-01111111110 Dressmakers 1
-01111111110 Laid-back 1
-01111111110 LATECOMERS 1
-01111111110 Bohanon 1
-01111111110 Rappers 1
-01111111110 Clearinghouses 1
-01111111110 Aloof 1
-01111111110 Ratios 1
-01111111110 CHECK-CLEARING 1
-01111111110 Thickness 1
-01111111110 Sharp-tongued 1
-01111111110 Politicized 1
-01111111110 Stubborn 1
-01111111110 Boaters 1
-01111111110 OBANDO 1
-01111111110 Collusion 1
-01111111110 Hulking 1
-01111111110 Eyeglass 1
-01111111110 WORLDCORP 1
-01111111110 RIDE 1
-01111111110 Pseudo-injuries 1
-01111111110 Reticent 1
-01111111110 Sealions 1
-01111111110 Handpicked 1
-01111111110 Non-religiously 1
-01111111110 Upper- 1
-01111111110 Accommodate 1
-01111111110 Sergeants 1
-01111111110 Lavishly 1
-01111111110 LANDS 1
-01111111110 Nightfall 1
-01111111110 Diminutive 1
-01111111110 Juniors 1
-01111111110 Skis 1
-01111111110 Overeating 1
-01111111110 Coffee-producing 1
-01111111110 Obedient 1
-01111111110 BOARDING 1
-01111111110 WASH-SALE 1
-01111111110 Underdressed 1
-01111111110 Honorifics 1
-01111111110 .has 1
-01111111110 Dwelling 1
-01111111110 Toilets 1
-01111111110 Radion 1
-01111111110 Midpriced 1
-01111111110 Foreign-invested 1
-01111111110 Brawls 1
-01111111110 Disapproval 1
-01111111110 SPARIN 1
-01111111110 Tacticians 1
-01111111110 Flavor 1
-01111111110 Briefcases 1
-01111111110 HYDRO-QUEBEC 1
-01111111110 Boisterous 1
-01111111110 Hairstyling 1
-01111111110 Spheres 1
-01111111110 Czarist-Russian 1
-01111111110 Money-changers 1
-01111111110 Boyish-looking 1
-01111111110 Bedpans 1
-01111111110 Locators 1
-01111111110 Affectionately 1
-01111111110 KLOL-FM 1
-01111111110 Narrowly 1
-01111111110 Ambrands 1
-01111111110 Irreverent 1
-01111111110 Superregionals 1
-01111111110 Griping 1
-01111111110 raders 1
-01111111110 Mr.Benton 1
-01111111110 Jesters 1
-01111111110 Peleus 1
-01111111110 Giggling 1
-01111111110 Compacts 1
-01111111110 Symbiotically 1
-01111111110 Zigging 1
-01111111110 Jumpy 1
-01111111110 Labor-intensive 1
-01111111110 Ribbon-cutting 1
-01111111110 Shells 1
-01111111110 SURVIVORS 1
-01111111110 Food-stamp 1
-01111111110 Psychobiographers 1
-01111111110 Classicists 1
-01111111110 Swindlers 1
-01111111110 Main-home 1
-01111111110 Balloting 1
-01111111110 Broad-shouldered 1
-01111111110 Smoothed 1
-01111111110 Guardi 1
-01111111110 Monographs 1
-01111111110 Jocks 1
-01111111110 Therapies 1
-01111111110 Spirometers 1
-01111111110 Iranscams 1
-01111111110 Fuming 1
-01111111110 Embossed 1
-01111111110 Enforcers 1
-01111111110 Surfers 1
-01111111110 SCHOLARSHIPS 1
-01111111110 Lepers 1
-01111111110 Stocky 1
-01111111110 PARIETAL 1
-01111111110 PERSONAL-COMPUTER 1
-01111111110 Grievers 1
-01111111110 Pronunciation 1
-01111111110 Hout 1
-01111111110 Barlcays 1
-01111111110 Osepian 1
-01111111110 Ironies 1
-01111111110 Evasive 1
-01111111110 Vandalism 1
-01111111110 Appointing 1
-01111111110 NO-SPOUSE 1
-01111111110 Jintai 1
-01111111110 Autonomy 1
-01111111110 Ducts 1
-01111111110 Pre-capitalistic 1
-01111111110 Sneeze 1
-01111111110 Presentations 1
-01111111110 Horsesense 1
-01111111110 Somethin 1
-01111111110 Politicos 1
-01111111110 Jeremiahs 1
-01111111110 Catalogers 1
-01111111110 Amateurish 1
-01111111110 Arson 1
-01111111110 Midyear 1
-01111111110 Sincere-sounding 1
-01111111110 Expressivity 1
-01111111110 Overplanting 1
-01111111110 Devaluations 1
-01111111110 Unloved 1
-01111111110 Hand-washing 1
-01111111110 Gamboling 1
-01111111110 Furriers 1
-01111111110 Journalistic 1
-01111111110 White-haired 1
-01111111110 Shutterless 1
-01111111110 Clamps 1
-01111111110 Commuter-drivers 1
-01111111110 Churchgoers 1
-01111111110 Ambushers 1
-01111111110 FILL 1
-01111111110 Well-managed 1
-01111111110 Disheveled 1
-01111111110 Churls 1
-01111111110 Unscathed 1
-01111111110 Swedlow 1
-01111111110 LENDERS 1
-01111111110 Enjoyment 1
-01111111110 Narrow-gauged 1
-01111111110 Hailstorms 1
-01111111110 Anthologies 1
-01111111110 Lower- 1
-01111111110 Caseloads 1
-01111111110 VMN 1
-01111111110 Baubles 1
-01111111110 Electronically 1
-01111111110 .He 1
-01111111110 Passives 1
-01111111110 Slurs 1
-01111111110 .good 1
-01111111110 Dreamy 1
-01111111110 Snicker 1
-01111111110 Strong-willed 1
-01111111110 Financial-service 1
-01111111110 Low- 1
-01111111110 Preachers 1
-01111111110 Second- 1
-01111111110 Clomipramine 1
-01111111110 Slogans 1
-01111111110 Affable 1
-01111111110 Less-well 1
-01111111110 Two-up 1
-01111111110 Nonexistent 1
-01111111110 Parrots 1
-01111111110 Disguises 1
-01111111110 Dismay 1
-01111111110 Khopa 1
-01111111110 Fetterman 1
-01111111110 Bare-chested 1
-01111111110 REQUIRED-PAYOUT 1
-01111111110 Technician 1
-01111111110 Overviews 1
-01111111110 Thinly 1
-01111111110 Safes 1
-01111111110 Short- 1
-01111111110 Arbitrations 1
-01111111110 Robustness 1
-01111111110 Cancellations 1
-01111111110 Cutest 1
-01111111110 Hikers 1
-01111111110 Ballrooms 1
-01111111110 Six-feet-two 1
-01111111110 Criminologists 1
-01111111110 Exiles 1
-01111111110 Estate-tax 1
-01111111110 Two- 1
-01111111110 Stock-switching 1
-01111111110 Nibbling 1
-01111111110 Logs 1
-01111111110 Sportspeak 1
-01111111110 Policy-makers 1
-01111111110 ESTATE-FREEZE 1
-01111111110 trader-entrepreneurs 1
-01111111110 Headstrong 1
-01111111110 Bystanders 1
-01111111110 PASSIVE-LOSS 1
-01111111110 Middle-term 1
-01111111110 Doghouses 1
-01111111110 ANIMAL-RIGHTS 1
-01111111110 Wiry 1
-01111111110 Foolish 1
-01111111110 Unschooled 1
-01111111110 Workshops 1
-01111111110 Behaviorists 1
-01111111110 Personable 1
-01111111110 Correctly 1
-01111111110 Underinvestment 1
-01111111110 Interred 1
-01111111110 Variously 1
-01111111110 Wisconsinites 1
-01111111110 Soupy 1
-01111111110 Plaids 1
-01111111110 Nastiness 1
-01111111110 Summarized 1
-01111111110 Courted 1
-01111111110 Cebuanos 1
-01111111110 Perturbed 1
-01111111110 Grandly 1
-01111111110 Slicing 1
-01111111110 Videotech 1
-01111111110 Banxquotes 1
-01111111110 Two-month 1
-01111111110 Kaiser-Frazer 1
-01111111110 Reformist 1
-01111111110 Catchily 1
-01111111110 Hecklers 1
-01111111110 Specialty-care 1
-01111111110 Snorts 1
-01111111110 TURBULENCE 1
-01111111110 Middle- 1
-01111111110 Medium- 1
-01111111110 Excavation 1
-01111111110 Ever-complaining 1
-01111111110 Club- 1
-01111111110 Gert-Friedrich 1
-01111111110 Prematurity 1
-01111111110 Macro-economists 1
-01111111110 Liquidators 1
-01111111110 Biochemists 1
-01111111110 Junkholders 1
-01111111110 Ex-staffers 1
-01111111110 Towboats 1
-01111111110 Rock-concert 1
-01111111110 Mental-handicap 1
-01111111110 Sixty-day 1
-01111111110 Chelation 1
-01111111110 Third-baseman 1
-01111111110 Kelpie 1
-01111111110 Ideologies 1
-01111111110 Sandpaper 1
-01111111110 Razors 1
-01111111110 Nicknames 2
-01111111110 Officals 2
-01111111110 Fromme 2
-01111111110 Honjo 2
-01111111110 Snafus 2
-01111111110 Storekeepers 2
-01111111110 Strides 2
-01111111110 Market-watchers 2
-01111111110 Contrasts 2
-01111111110 Petitioners 2
-01111111110 Trustcorp. 2
-01111111110 Torotel 2
-01111111110 Reimbursements 2
-01111111110 Petulant 2
-01111111110 Consolidations 2
-01111111110 Ensconced 2
-01111111110 Biometrics 2
-01111111110 Neurosurgeons 2
-01111111110 Grumbling 2
-01111111110 CA.Blockers 2
-01111111110 Philanthropists 2
-01111111110 Depositions 2
-01111111110 Capitalized 2
-01111111110 Monopoles 2
-01111111110 Doctrines 2
-01111111110 Arbitrageurs 2
-01111111110 Mohacs 2
-01111111110 SLHD 2
-01111111110 THRIFTS 2
-01111111110 Cabbies 2
-01111111110 Canvassers 2
-01111111110 Artisans 2
-01111111110 Camcorders 2
-01111111110 Brainstormers 2
-01111111110 Self-funding 2
-01111111110 Settlers 2
-01111111110 SUPERMARKETS 2
-01111111110 Huts 2
-01111111110 Niobec 2
-01111111110 Railbikers 2
-01111111110 Pianists 2
-01111111110 Pediatricians 2
-01111111110 Yelling 2
-01111111110 Marinas 2
-01111111110 Modems 2
-01111111110 Downgrades 2
-01111111110 OPERATORS 2
-01111111110 Datavision 2
-01111111110 Menacing 2
-01111111110 Grasses 2
-01111111110 Rubles 2
-01111111110 MUSEUMS 2
-01111111110 Discreet 2
-01111111110 Nattily 2
-01111111110 Cheapskates 2
-01111111110 Placards 2
-01111111110 Jails 2
-01111111110 Shincho 2
-01111111110 Sonyma 2
-01111111110 Scriptwriters 2
-01111111110 MEDICARE 2
-01111111110 Audiophiles 2
-01111111110 Adolescents 2
-01111111110 Bullishness 2
-01111111110 Floods 2
-01111111110 Seismologists 2
-01111111110 Modestly 2
-01111111110 DRIVERS 2
-01111111110 Chamulans 2
-01111111110 Wigs 2
-01111111110 Blueprints 2
-01111111110 Free-marketeers 2
-01111111110 Deadlines 2
-01111111110 Bottom-fishing 2
-01111111110 Buttons 2
-01111111110 YUGOSLAVIA 2
-01111111110 CCOPs 2
-01111111110 Cereal-makers 2
-01111111110 Orphaned 2
-01111111110 Nonbelievers 2
-01111111110 Ceilings 2
-01111111110 Exasperated 2
-01111111110 Cramming 2
-01111111110 Bargainers 2
-01111111110 Adversely 2
-01111111110 Desegregation 2
-01111111110 Stackware 2
-01111111110 Quarantine 2
-01111111110 Anachronisms 2
-01111111110 Clergymen 2
-01111111110 Summits 2
-01111111110 Settled 2
-01111111110 Asbestriens 2
-01111111110 Schoolteachers 2
-01111111110 Kugelfischer 2
-01111111110 Politely 2
-01111111110 ANCHORAGE 2
-01111111110 Spokes 2
-01111111110 Signers 2
-01111111110 Gangsters 2
-01111111110 Initials 2
-01111111110 Dutifully 2
-01111111110 Meatpackers 2
-01111111110 Chimps 2
-01111111110 Gatherings 2
-01111111110 Publicists 2
-01111111110 Urbane 2
-01111111110 Contrasting 2
-01111111110 Xeriscapers 2
-01111111110 Aquifers 2
-01111111110 Hinting 2
-01111111110 Protestors 2
-01111111110 Subcommittees 2
-01111111110 Heroin 2
-01111111110 Unitholders 2
-01111111110 Greyvest 2
-01111111110 Landslides 2
-01111111110 Capitalists 2
-01111111110 Bhawnesh 3
-01111111110 Marrow-Tech 3
-01111111110 Charge-offs 3
-01111111110 Pitchmen 3
-01111111110 WEBSTER 3
-01111111110 Isco 3
-01111111110 Appetites 3
-01111111110 Non-itemizers 3
-01111111110 Indemnities 3
-01111111110 Editorials 3
-01111111110 Neighborhoods 3
-01111111110 Linage 3
-01111111110 Quarantines 3
-01111111110 Tuberculosis 3
-01111111110 Brochures 3
-01111111110 Cyclicals 3
-01111111110 Tentatively 3
-01111111110 Noncompliance 3
-01111111110 Motives 3
-01111111110 Theatergoers 3
-01111111110 Partisanship 3
-01111111110 MagneTek 3
-01111111110 Soft-spoken 3
-01111111110 Profit-takers 3
-01111111110 Arrivals 3
-01111111110 Neophytes 3
-01111111110 Wags 3
-01111111110 Pre-crash 3
-01111111110 Rows 3
-01111111110 Advertisements 3
-01111111110 Jetliners 3
-01111111110 STRATEGISTS 3
-01111111110 Clerics 3
-01111111110 Footnotes 3
-01111111110 Upgrades 3
-01111111110 Sophisticates 3
-01111111110 Unforeseen 3
-01111111110 Hijackers 3
-01111111110 Workaholics 3
-01111111110 Lightly 3
-01111111110 FLOWERS 3
-01111111110 Shipowners 3
-01111111110 Belts 3
-01111111110 CPC-Rexcel 3
-01111111110 Accommodations 3
-01111111110 Pots 3
-01111111110 Liquidations 3
-01111111110 Tampons 3
-01111111110 Dermatologists 3
-01111111110 Stymied 3
-01111111110 Agronomists 3
-01111111110 Provinces 3
-01111111110 Prosecutions 3
-01111111110 Strougal 3
-01111111110 Pensioners 3
-01111111110 Townsfolk 3
-01111111110 Workmen 3
-01111111110 Wildcatters 3
-01111111110 PetroCorp 3
-01111111110 Combinations 3
-01111111110 Rescuers 3
-01111111110 Stockpiles 3
-01111111110 Spinoffs 3
-01111111110 Derailments 3
-01111111110 Warranties 3
-01111111110 Screams 3
-01111111110 Staffs 3
-01111111110 Reruns 3
-01111111110 Fruitcakes 3
-01111111110 Laptops 3
-01111111110 Preservationists 3
-01111111110 Mirocha 3
-01111111110 Supers 3
-01111111110 Trainers 4
-01111111110 Innovators 4
-01111111110 Commanders 4
-01111111110 Scanners 4
-01111111110 Numismatists 4
-01111111110 Treated 4
-01111111110 Squatters 4
-01111111110 Exhibitors 4
-01111111110 Turbulence 4
-01111111110 Microphoretic 4
-01111111110 Trud 4
-01111111110 Textbooks 4
-01111111110 Panels 4
-01111111110 Minivans 4
-01111111110 Amateurs 4
-01111111110 Commonly 4
-01111111110 Tables 4
-01111111110 Admac 4
-01111111110 Prepayments 4
-01111111110 Winos 4
-01111111110 Oysters 4
-01111111110 Storms 4
-01111111110 Leaflets 4
-01111111110 TEEN-AGERS 4
-01111111110 Walkouts 4
-01111111110 Shelves 4
-01111111110 Setbacks 4
-01111111110 Right-wingers 4
-01111111110 Severely 4
-01111111110 Glitches 4
-01111111110 Protectionists 4
-01111111110 Onlookers 4
-01111111110 Completed 4
-01111111110 Municipalities 4
-01111111110 Astro-Med 4
-01111111110 Unionists 4
-01111111110 Archaeologists 4
-01111111110 Affidavits 4
-01111111110 Memos 4
-01111111110 Assailants 4
-01111111110 Arsonists 4
-01111111110 Bacteria 4
-01111111110 Spying 4
-01111111110 Statisticians 4
-01111111110 Nonaccruing 4
-01111111110 Slight 4
-01111111110 Convertibles 5
-01111111110 Pedestrians 5
-01111111110 HARTFORD 5
-01111111110 Formally 5
-01111111110 Co-workers 5
-01111111110 Substitutes 5
-01111111110 Banners 5
-01111111110 Rainfall 5
-01111111110 HEALTHVEST 5
-01111111110 Invitations 5
-01111111110 Evenings 5
-01111111110 Inspections 5
-01111111110 Symptoms 5
-01111111110 Fund-raisers 5
-01111111110 Foresters 5
-01111111110 Modernism 5
-01111111110 Independents 5
-01111111110 Spectators 5
-01111111110 Inmates 5
-01111111110 Cutbacks 5
-01111111110 Vacationers 5
-01111111110 Start-ups 5
-01111111110 Easier 5
-01111111110 Defectors 5
-01111111110 Enthusiasts 5
-01111111110 Condoms 5
-01111111110 GOODMAN 5
-01111111110 Censors 5
-01111111110 Blue-chips 6
-01111111110 Veterinarians 6
-01111111110 Instructors 6
-01111111110 Maturities 6
-01111111110 Syndicators 6
-01111111110 Mourners 6
-01111111110 Monetarists 6
-01111111110 Pounds 6
-01111111110 Pharmacists 6
-01111111110 Dues 6
-01111111110 Strokes 6
-01111111110 Buy-outs 6
-01111111110 Spouses 6
-01111111110 Attendees 6
-01111111110 Demographers 6
-01111111110 Peering 6
-01111111110 Old-timers 6
-01111111110 CARU 6
-01111111110 Promoters 6
-01111111110 Acquaintances 6
-01111111110 Truckers 6
-01111111110 Commentators 6
-01111111110 Vandals 6
-01111111110 Drafters 6
-01111111110 Fundamentalists 6
-01111111110 Younkers 6
-01111111110 ADVERTISERS 7
-01111111110 Packages 7
-01111111110 Sociologists 7
-01111111110 Listeners 7
-01111111110 Geologists 7
-01111111110 Leaks 7
-01111111110 Addicts 7
-01111111110 Actuaries 7
-01111111110 Credits 7
-01111111110 Subscriptions 7
-01111111110 HOSPITALS 7
-01111111110 Suggestions 7
-01111111110 Headlines 7
-01111111110 Notices 7
-01111111110 Feminists 8
-01111111110 Restaurateurs 8
-01111111110 Juries 8
-01111111110 Schedules 8
-01111111110 Subpoenas 8
-01111111110 Performers 8
-01111111110 Ranchers 8
-01111111110 Foxes 8
-01111111110 Optimists 8
-01111111110 Pollsters 8
-01111111110 Meteorologists 8
-01111111110 Adjustments 8
-01111111110 Discounters 8
-01111111110 Posters 8
-01111111110 Looked 8
-01111111110 Royalties 8
-01111111110 Contestants 8
-01111111110 Chemists 8
-01111111110 Biologists 8
-01111111110 Patrons 8
-01111111110 Expenditures 8
-01111111110 Offerings 8
-01111111110 Buy-backs 9
-01111111110 Villagers 9
-01111111110 Debtors 9
-01111111110 Rooms 9
-01111111110 Hard-liners 9
-01111111110 Foes 9
-01111111110 Afternoon 9
-01111111110 Crops 9
-01111111110 Principals 9
-01111111110 Gangs 9
-01111111110 Warrants 9
-01111111110 Acquirers 9
-01111111110 Nutritionists 9
-01111111110 Firefighters 9
-01111111110 Landlords 10
-01111111110 Conspicuously 10
-01111111110 Suncoast 10
-01111111110 Courses 10
-01111111110 Celebrities 10
-01111111110 Franchisers 10
-01111111110 Pessimists 10
-01111111110 Relatives 10
-01111111110 Photos 10
-01111111110 Challengers 10
-01111111110 Moderates 10
-01111111110 Strongly 10
-01111111110 Policyholders 10
-01111111110 Guerrillas 10
-01111111110 Explanations 10
-01111111110 Emotions 10
-01111111110 Respondents 10
-01111111110 Salesmen 10
-01111111110 Dentists 10
-01111111110 Detractors 10
-01111111110 Academics 11
-01111111110 Overbuilding 11
-01111111110 Physicists 11
-01111111110 Workstations 11
-01111111110 Incumbents 11
-01111111110 Bombs 11
-01111111110 Mistakes 12
-01111111110 Experiments 12
-01111111110 Injuries 12
-01111111110 Backlogs 12
-01111111110 Filings 12
-01111111110 Subordinates 12
-01111111110 Requirements 12
-01111111110 Admirers 12
-01111111110 Psychiatrists 12
-01111111110 Tenants 13
-01111111110 Commercials 13
-01111111110 Fabri-Centers 13
-01111111110 Retirees 13
-01111111110 Teen-agers 13
-01111111110 Activists 13
-01111111110 Cynics 13
-01111111110 Astronomers 13
-01111111110 Vendors 14
-01111111110 Dissidents 14
-01111111110 Heekin 14
-01111111110 Demonstrators 15
-01111111110 Psychologists 15
-01111111110 Swaps 15
-01111111110 Violations 16
-01111111110 Strategists 16
-01111111110 Widely 16
-01111111110 Claimants 17
-01111111110 Brokerages 17
-01111111110 Depositors 17
-01111111110 Properly 17
-01111111110 Aimed 17
-01111111110 Supercomputers 17
-01111111110 Inspectors 18
-01111111110 Callers 18
-01111111110 Bidders 19
-01111111110 Refiners 19
-01111111110 Arriving 19
-01111111110 Protests 19
-01111111110 Staffers 20
-01111111110 Reasons 20
-01111111110 Jurors 20
-01111111110 Protesters 21
-01111111110 Teams 21
-01111111110 Layoffs 22
-01111111110 Applicants 22
-01111111110 Sponsors 23
-01111111110 Franchisees 23
-01111111110 Shortages 24
-01111111110 Guests 24
-01111111110 Defendants 24
-01111111110 Historians 25
-01111111110 Lawsuits 25
-01111111110 Stockholders 25
-01111111110 Locals 25
-01111111110 Forecasters 26
-01111111110 Gunmen 27
-01111111110 Meetings 27
-01111111110 Salaries 27
-01111111110 Advancers 28
-01111111110 Issuers 28
-01111111110 Decliners 29
-01111111110 Priced 29
-01111111110 Outsiders 29
-01111111110 Organizers 29
-01111111110 Educators 29
-01111111110 Smokers 29
-01111111110 Drivers 30
-01111111110 Short-sellers 31
-01111111110 Counselors 33
-01111111110 Lobbyists 34
-01111111110 Steelmakers 34
-01111111110 Borrowers 36
-01111111110 Troops 37
-01111111110 Actively 39
-01111111110 Colleagues 40
-01111111110 Delegates 43
-01111111110 Marketers 43
-01111111110 Fans 44
-01111111110 Losers 45
-01111111110 Viewers 46
-01111111110 Sellers 47
-01111111110 Stockbrokers 47
-01111111110 Documents 49
-01111111110 Witnesses 49
-01111111110 Skeptics 50
-01111111110 Odds 51
-01111111110 Governments 52
-01111111110 Arbitragers 55
-01111111110 Specialists 55
-01111111110 Environmentalists 55
-01111111110 Legislators 56
-01111111110 Plaintiffs 58
-01111111110 Ads 62
-01111111110 Gainers 62
-01111111110 Clients 62
-01111111110 Developers 64
-01111111110 Businessmen 67
-01111111110 Users 70
-01111111110 Wages 71
-01111111110 Negotiators 72
-01111111110 Reporters 74
-01111111110 Makers 74
-01111111110 Insiders 76
-01111111110 Residents 76
-01111111110 Diplomats 80
-01111111110 Chances 81
-01111111110 Profit-taking 83
-01111111110 Thrifts 84
-01111111110 Readers 88
-01111111110 Creditors 96
-01111111110 Competitors 99
-01111111110 Observers 99
-01111111110 Groups 104
-01111111110 Lenders 104
-01111111110 Participants 111
-01111111110 Insurers 121
-01111111110 Politicians 122
-01111111110 Aides 128
-01111111110 Proponents 131
-01111111110 Voters 133
-01111111110 Experts 134
-01111111110 Supporters 150
-01111111110 Retailers 166
-01111111110 Friends 170
-01111111110 Opponents 175
-01111111110 Individuals 178
-01111111110 Authorities 181
-01111111110 Prosecutors 189
-01111111110 Reserves 196
-01111111110 Doctors 203
-01111111110 Regulators 223
-01111111110 Researchers 236
-01111111110 Directors 268
-01111111110 Lawmakers 290
-01111111110 Investigators 298
-01111111110 Scientists 308
-01111111110 Attorneys 314
-01111111110 Underwriters 369
-01111111110 Shareholders 441
-01111111110 Executives 445
-01111111110 Brokers 504
-01111111110 Police 552
-01111111110 Critics 556
-01111111110 Economists 575
-01111111110 Lawyers 586
-01111111110 Sources 753
-01111111110 Dealers 1372
-01111111110 Others 1474
-01111111110 Officials 2320
-01111111110 Analysts 4350
-01111111110 Traders 2637
-01111111111 Artifacts 1
-01111111111 TWO-FOR-ONE 1
-01111111111 IBM-COMPATIBLE 1
-01111111111 Odometers 1
-01111111111 Intruders 1
-01111111111 Gluttony 1
-01111111111 Incme 1
-01111111111 Pessimist 1
-01111111111 Catheters 1
-01111111111 Utopias 1
-01111111111 Feelers 1
-01111111111 Standardizing 1
-01111111111 Jargon 1
-01111111111 Dealer-managers 1
-01111111111 Pronouncing 1
-01111111111 Fencers 1
-01111111111 HOSTAGE-TAKING 1
-01111111111 COMEDY 1
-01111111111 DEODORANT 1
-01111111111 LIQUOR 1
-01111111111 Keying 1
-01111111111 Envision 1
-01111111111 Plagiarism 1
-01111111111 Squabbles 1
-01111111111 AIR-SAFETY 1
-01111111111 Stamped 1
-01111111111 Voice/Dance 1
-01111111111 Unissued 1
-01111111111 THEORY 1
-01111111111 Tamefollow 1
-01111111111 OLLIEGATE 1
-01111111111 Flip-flop 1
-01111111111 AMENITIES 1
-01111111111 NOTIFICATION 1
-01111111111 Bashful 1
-01111111111 Sneezy 1
-01111111111 Fulfillment 1
-01111111111 Tumbrels 1
-01111111111 IRWINDALE 1
-01111111111 Rosencrantz 1
-01111111111 Hypercriticism 1
-01111111111 Draftees 1
-01111111111 RESERVATIONS 1
-01111111111 OVERBOOKING 1
-01111111111 BAGGAGE 1
-01111111111 PETS 1
-01111111111 Portending 1
-01111111111 Bandanna 1
-01111111111 POSTPONEMENT 1
-01111111111 CALCULATIONS 1
-01111111111 Invoices 1
-01111111111 COMPLICATIONS 1
-01111111111 Valuations 1
-01111111111 Piggybacking 1
-01111111111 ICOT 1
-01111111111 Hach 1
-01111111111 CANNIBALS 1
-01111111111 Proselytizer 1
-01111111111 Auditioning 1
-01111111111 STAY-AT-HOMES 1
-01111111111 Re-loading 1
-01111111111 Rely 1
-01111111111 Rooting 1
-01111111111 Remarking 1
-01111111111 Viatech 1
-01111111111 Controversies 1
-01111111111 Starving 1
-01111111111 Broker-dealers 1
-01111111111 Airfares 1
-01111111111 Kailas 1
-01111111111 Skimping 1
-01111111111 Differentials 1
-01111111111 Entrepreneuring 1
-01111111111 /Serpent 1
-01111111111 THERMAL 1
-01111111111 Quiddities 1
-01111111111 Reputations 1
-01111111111 ITALY 1
-01111111111 Ohbayashji 1
-01111111111 Minutes-of-use 1
-01111111111 AFFILIATE 1
-01111111111 CANCELLATION 1
-01111111111 BUY-BACKS 1
-01111111111 PENSIONERS 1
-01111111111 Cityvideos 1
-01111111111 RESTRUCTURING 1
-01111111111 BUZZZZZZZZ 1
-01111111111 Harmonies 1
-01111111111 Pilloried 1
-01111111111 hostess/human 1
-01111111111 Art/Car 1
-01111111111 HIGH-INCOME 1
-01111111111 Assailed 1
-01111111111 RE-LOADING 1
-01111111111 Scenery 1
-01111111111 Piled 1
-01111111111 CHALLENGES 1
-01111111111 GTECH 1
-01111111111 Dealerships 1
-01111111111 RENT-A-TREE 1
-01111111111 Sabers 1
-01111111111 WOMAN-SIZED 1
-01111111111 REPAIR 1
-01111111111 Shippo 1
-01111111111 LUMBER 1
-01111111111 Innocents 1
-01111111111 FILIPINOS 1
-01111111111 Bickering 1
-01111111111 Installments 1
-01111111111 Oarsman 1
-01111111111 Man-hours 1
-01111111111 Sarcasm 1
-01111111111 Tussles 1
-01111111111 Substitution 1
-01111111111 Medicines 1
-01111111111 ESCALATION 1
-01111111111 Bloodhounds 1
-01111111111 Preparers 1
-01111111111 Anti-Age 1
-01111111111 Past/Imperfect 1
-01111111111 TRADE-WAR 1
-01111111111 Parchment 1
-01111111111 Brushes 1
-01111111111 Blips 1
-01111111111 Piecrust 1
-01111111111 ENEMY 1
-01111111111 Fusstidious 1
-01111111111 WNEP-TV 1
-01111111111 Tournaments 1
-01111111111 Mortars 1
-01111111111 Contradictions 1
-01111111111 Backtracking 1
-01111111111 SELF-FUNDING 1
-01111111111 Adjustables 1
-01111111111 Best-known 1
-01111111111 BEACHHEAD 1
-01111111111 EXONERATED 1
-01111111111 Pamphlets 1
-01111111111 FRESHMEN 1
-01111111111 Ratting 1
-01111111111 Jostling 1
-01111111111 CO-PARENTING 1
-01111111111 Superimposed 1
-01111111111 Expounding 1
-01111111111 Apace 1
-01111111111 Thumbtacks 1
-01111111111 WHENEVER 1
-01111111111 Seat-prices 1
-01111111111 Morrisen-Knudsen 1
-01111111111 Defaulting 1
-01111111111 Relocate 1
-01111111111 Nondurables 1
-01111111111 Agriculturalists 1
-01111111111 Boors 1
-01111111111 Imbroglio 1
-01111111111 Azel 1
-01111111111 Congratulated 1
-01111111111 Announcer 1
-01111111111 Fortunetelling 1
-01111111111 Chysler 1
-01111111111 ALIENATED 1
-01111111111 Acquittal 1
-01111111111 Impetus 1
-01111111111 Agendas 1
-01111111111 Edibles 1
-01111111111 Obituaries 1
-01111111111 PAYOLA 1
-01111111111 PHILOSOPHY 1
-01111111111 Eagerness 1
-01111111111 Hawked 1
-01111111111 Tibetan-Americans 1
-01111111111 Specialize 1
-01111111111 Fidget 1
-01111111111 Cross-promotions 1
-01111111111 Housings 1
-01111111111 Shippings 1
-01111111111 Punctuality 1
-01111111111 Impacts 1
-01111111111 BIATHLON 1
-01111111111 LUGE 1
-01111111111 LINEBACKERS 1
-01111111111 Climatic 1
-01111111111 SPLIT-UP 1
-01111111111 Depicted 1
-01111111111 FRAGRANCE 1
-01111111111 Restaurant-goers 1
-01111111111 Electrician 1
-01111111111 POLITICKING 1
-01111111111 Deficiencies 1
-01111111111 Sell-stops 1
-01111111111 QUARTERBACKS 1
-01111111111 RECEIVERS 1
-01111111111 Newborns 1
-01111111111 Cashiers 1
-01111111111 Semtech 1
-01111111111 Hanker 1
-01111111111 ProGroup 1
-01111111111 Levies 1
-01111111111 Spokepersons 1
-01111111111 Sidetracked 1
-01111111111 Shacks 1
-01111111111 SEQUEL 1
-01111111111 Militiamen 1
-01111111111 bhaga 1
-01111111111 Fluidly 1
-01111111111 Evangelicalism 1
-01111111111 Spray-painted 1
-01111111111 Cremations 1
-01111111111 MOVIETIME 1
-01111111111 Televangelism 1
-01111111111 Flashback 1
-01111111111 Impoundments 1
-01111111111 TKD 1
-01111111111 THREE-IN-ONE 1
-01111111111 G.R.C.O.P. 1
-01111111111 Molds 1
-01111111111 ProfScam 1
-01111111111 Codename 1
-01111111111 High-technologies 1
-01111111111 Lugers 1
-01111111111 Exercises 1
-01111111111 RESIGNATION 1
-01111111111 Tally-ho 1
-01111111111 Poindexter/North/McFarlane 1
-01111111111 Prospectuses 1
-01111111111 Attempted 1
-01111111111 Baker/Meese/Deaver 1
-01111111111 Att 1
-01111111111 Krostiny 1
-01111111111 Ethicist 1
-01111111111 Moscow-on-the-Pacific 1
-01111111111 Novo-Nordisk 1
-01111111111 DEBENTURES 1
-01111111111 UNOCAL 1
-01111111111 AMOCO 1
-01111111111 BUY-BACK 1
-01111111111 Perennials 1
-01111111111 Finger-pointing 1
-01111111111 Microscoft 1
-01111111111 Greystoke 1
-01111111111 TUESDAY 1
-01111111111 VACATIONS 1
-01111111111 ANTIFREEZE 1
-01111111111 FERTILIZER 1
-01111111111 Campers 1
-01111111111 DUCKS 1
-01111111111 Calgon-Carbon 1
-01111111111 HAIG 1
-01111111111 Acceptances 1
-01111111111 BENTSEN-BASHING 1
-01111111111 Bangs 1
-01111111111 MUMBO 1
-01111111111 MAY/JUNE 1
-01111111111 FEBRUARY 1
-01111111111 TRACY-LOCKE 1
-01111111111 HEUBLEIN 1
-01111111111 Taito 1
-01111111111 Deferments 1
-01111111111 Volunteering 1
-01111111111 Cross-Purposes 1
-01111111111 Peacemaker 1
-01111111111 Accident-prone 1
-01111111111 BALLPARK 1
-01111111111 Specifications 1
-01111111111 Nadelmann 1
-01111111111 Types 1
-01111111111 soybean-futures-trading 1
-01111111111 Ticket-sellers 1
-01111111111 REORGANIZATION 1
-01111111111 glorifiers 1
-01111111111 STUDIO 1
-01111111111 Internationals 1
-01111111111 Jettisoned 1
-01111111111 MARK-UP 1
-01111111111 Promiscuity 1
-01111111111 CELTICS 1
-01111111111 Tailspin 1
-01111111111 Congre 1
-01111111111 USUAL 1
-01111111111 Medications 1
-01111111111 Cohabiting 1
-01111111111 Vermin 1
-01111111111 SKATES 1
-01111111111 Pawns 1
-01111111111 Star-struck 1
-01111111111 Psicor 1
-01111111111 Guesses 1
-01111111111 Intervenors 1
-01111111111 DIAL-A-PIANO-LESSON 1
-01111111111 CONTROLS 1
-01111111111 Sprayed 1
-01111111111 Sneering 1
-01111111111 Draped 2
-01111111111 UNEMPLOYMENT 2
-01111111111 Soured 2
-01111111111 CHARGES 2
-01111111111 Disillusion 2
-01111111111 Imprisoned 2
-01111111111 RAGED 2
-01111111111 Fanatics 2
-01111111111 Overheard 2
-01111111111 Outcome 2
-01111111111 Spreadsheets 2
-01111111111 AMSTERDAM 2
-01111111111 VIENNA 2
-01111111111 Catches 2
-01111111111 SILENCE 2
-01111111111 Centered 2
-01111111111 Drunks 2
-01111111111 Desserts 2
-01111111111 MARC 2
-01111111111 Turnpikes 2
-01111111111 Feuding 2
-01111111111 Ipalco 2
-01111111111 ITALIAN 2
-01111111111 Deadline 2
-01111111111 Undercapitalized 2
-01111111111 Reared 2
-01111111111 Musing 2
-01111111111 SQUASH 2
-01111111111 SYMBOL 2
-01111111111 Cabdrivers 2
-01111111111 Machineries 2
-01111111111 Concentrating 2
-01111111111 Mired 2
-01111111111 COACHING 2
-01111111111 BONANZA 2
-01111111111 WOODSTOCK 2
-01111111111 Engagement 2
-01111111111 Transcripts 2
-01111111111 SUNDAY 2
-01111111111 Landings 2
-01111111111 DEFERRAL 2
-01111111111 ATTACK 2
-01111111111 Atonio 2
-01111111111 Abstaining 2
-01111111111 BANKAMERICA 2
-01111111111 Brighter 2
-01111111111 SALESPEOPLE 2
-01111111111 El-Damer 2
-01111111111 FIGURE 2
-01111111111 PLAINS 2
-01111111111 Ghettos 2
-01111111111 Townsview 2
-01111111111 Tumors 2
-01111111111 LICENSING 2
-01111111111 Collage 2
-01111111111 Ambitions 2
-01111111111 Marketability 2
-01111111111 Unanimity 2
-01111111111 Converts 2
-01111111111 IMPACT 2
-01111111111 PORTFOLIO 2
-01111111111 Reverberations 2
-01111111111 GUIDELINES 2
-01111111111 Macroeconomics 2
-01111111111 Strife 2
-01111111111 CABLE-TV 2
-01111111111 LAWSUIT 2
-01111111111 Corleone 2
-01111111111 RAILROADS 2
-01111111111 CHEVRON 2
-01111111111 Ridership 2
-01111111111 MacNeal-Schwendler 2
-01111111111 WORD 2
-01111111111 Thefts 2
-01111111111 BOZELL 2
-01111111111 COVENANTS 2
-01111111111 DIVERSIFY 2
-01111111111 Eyebrows 2
-01111111111 LITIGATION 2
-01111111111 Yamashita-Shinnihon 2
-01111111111 M/A/R/C 2
-01111111111 GRAPHIC 2
-01111111111 FAREWELL 2
-01111111111 Matched 2
-01111111111 Layout 2
-01111111111 ANNUITIES 2
-01111111111 Fouts 2
-01111111111 Brothels 2
-01111111111 SETTLEMENT 2
-01111111111 Transponders 2
-01111111111 Socialization 2
-01111111111 BOLINGBROKE 2
-01111111111 EXTON 2
-01111111111 Disquiet 2
-01111111111 Reappointment 2
-01111111111 REMODELING 2
-01111111111 Literati 2
-01111111111 Repurchases 2
-01111111111 REGIONS 2
-01111111111 Dollar-selling 2
-01111111111 Statues 2
-01111111111 ARNOLD 2
-01111111111 Prohibitions 2
-01111111111 Pruning 2
-01111111111 Gunbattles 2
-01111111111 Balances 2
-01111111111 PROBES 2
-01111111111 Quoted 2
-01111111111 WPL 2
-01111111111 Emblazoned 2
-01111111111 Confirmed 2
-01111111111 CRYSTAL 2
-01111111111 Indexation 2
-01111111111 Coincidences 2
-01111111111 Inscribed 2
-01111111111 Crises 2
-01111111111 Repayments 2
-01111111111 Repurchase 2
-01111111111 NICKEL 2
-01111111111 Recombination 2
-01111111111 SMOKE 2
-01111111111 INGLEWOOD 2
-01111111111 Disparities 2
-01111111111 AVON 2
-01111111111 Sows 2
-01111111111 AUGUST 2
-01111111111 Combatants 3
-01111111111 BITE 3
-01111111111 Sympathy 3
-01111111111 MILAN 3
-01111111111 Contributors 3
-01111111111 Fallout 3
-01111111111 Residues 3
-01111111111 SEVEN-UP 3
-01111111111 Provision 3
-01111111111 PROMOTERS 3
-01111111111 WITHHOLDING 3
-01111111111 Truce 3
-01111111111 MICRO 3
-01111111111 Limitations 3
-01111111111 Ranging 3
-01111111111 Escalators 3
-01111111111 Nails 3
-01111111111 OSLO 3
-01111111111 ALLEN 3
-01111111111 Refinements 3
-01111111111 Jumps 3
-01111111111 Starved 3
-01111111111 Modifications 3
-01111111111 Animosity 3
-01111111111 RETAILING 3
-01111111111 Hordes 3
-01111111111 Vacancies 3
-01111111111 Displayed 3
-01111111111 DINING 3
-01111111111 Disdain 3
-01111111111 DELAYS 3
-01111111111 Filming 3
-01111111111 CONTRACTS 3
-01111111111 Offsets 3
-01111111111 Begajahans 3
-01111111111 Elaborating 3
-01111111111 RATHER 3
-01111111111 Drinkers 3
-01111111111 THROW 3
-01111111111 Sorokin 3
-01111111111 MOMENTUM 3
-01111111111 Absences 3
-01111111111 Celadon 3
-01111111111 Vikonics 3
-01111111111 Lurking 3
-01111111111 Scrutiny 3
-01111111111 Assaults 3
-01111111111 Financings 3
-01111111111 Commuters 3
-01111111111 Announcements 3
-01111111111 Suspicions 3
-01111111111 Watchdog 3
-01111111111 Pins 3
-01111111111 THAILAND 3
-01111111111 Births 3
-01111111111 ZURICH 3
-01111111111 MADRID 3
-01111111111 Retaliating 3
-01111111111 Jumpers 3
-01111111111 Restraints 3
-01111111111 FORECASTS 3
-01111111111 Firmly 3
-01111111111 COUNT 3
-01111111111 Egalitarianism 3
-01111111111 Firmness 3
-01111111111 Argument 3
-01111111111 Loneliness 3
-01111111111 Arrayed 3
-01111111111 FAST-FOOD 3
-01111111111 Voice-over 3
-01111111111 Blamed 3
-01111111111 Remedies 3
-01111111111 INDIVIDUAL 3
-01111111111 Elevators 3
-01111111111 MILLER 3
-01111111111 Conferences 4
-01111111111 Expectation 4
-01111111111 STRIKE 4
-01111111111 Exemptions 4
-01111111111 Refineries 4
-01111111111 FAIRCHILD 4
-01111111111 Liabilities 4
-01111111111 LAWSUITS 4
-01111111111 PROTEST 4
-01111111111 Divestitures 4
-01111111111 REGULATION 4
-01111111111 Speculating 4
-01111111111 Hostilities 4
-01111111111 Defaults 4
-01111111111 FASHION 4
-01111111111 Approvals 4
-01111111111 FITZWATER 4
-01111111111 Licenses 4
-01111111111 SOUTHEAST 4
-01111111111 VOTE 4
-01111111111 Hint 4
-01111111111 Reeling 4
-01111111111 Dispute 4
-01111111111 STOCKHOLM 4
-01111111111 Babenko 4
-01111111111 REFUNDS 4
-01111111111 Poised 4
-01111111111 Eligibility 4
-01111111111 Apathy 4
-01111111111 Schemes 4
-01111111111 tel 4
-01111111111 Confrontations 4
-01111111111 Hoopla 4
-01111111111 Budgets 4
-01111111111 Viewership 4
-01111111111 Successes 4
-01111111111 Runners-up 4
-01111111111 ROUND 4
-01111111111 Distortions 4
-01111111111 Arrested 4
-01111111111 Composed 4
-01111111111 G&K 4
-01111111111 Conclusion 4
-01111111111 FEES 4
-01111111111 Transplants 4
-01111111111 MEMBERS 4
-01111111111 Co-managers 4
-01111111111 Caviar 4
-01111111111 Re-election 4
-01111111111 FILMS 4
-01111111111 Bail 4
-01111111111 Bushspeak 5
-01111111111 Separated 5
-01111111111 Registrations 5
-01111111111 Infighting 5
-01111111111 Branches 5
-01111111111 Covenants 5
-01111111111 Possibilities 5
-01111111111 Prescriptions 5
-01111111111 Subjects 5
-01111111111 Butkevich 5
-01111111111 Rulings 5
-01111111111 INTEGRATED 5
-01111111111 MORTGAGES 5
-01111111111 RETAIL 5
-01111111111 TRANSACTION 5
-01111111111 WAGES 5
-01111111111 Ignored 5
-01111111111 Traditions 5
-01111111111 Sandwiched 5
-01111111111 Duties 5
-01111111111 Multinationals 5
-01111111111 POLITICS 5
-01111111111 Market-making 5
-01111111111 Commitments 5
-01111111111 PERSONNEL 5
-01111111111 RECOGNITION 5
-01111111111 PENALTY 6
-01111111111 Dealings 6
-01111111111 MOBIL 6
-01111111111 Astronauts 6
-01111111111 Printed 6
-01111111111 Infection 6
-01111111111 Curbs 6
-01111111111 Popularity 6
-01111111111 Defeat 6
-01111111111 Ambition 6
-01111111111 Sizable 6
-01111111111 Resigning 6
-01111111111 Repression 6
-01111111111 Shipment 6
-01111111111 Financials 6
-01111111111 COMPETITION 6
-01111111111 CREDITS 6
-01111111111 ALUMINUM 6
-01111111111 Joblessness 6
-01111111111 Comparisons 6
-01111111111 Thriving 6
-01111111111 MEDIA 6
-01111111111 Spokeswomen 6
-01111111111 OPTIMISM 6
-01111111111 Contacts 6
-01111111111 Preparation 6
-01111111111 TENSIONS 6
-01111111111 Anti-Americanism 6
-01111111111 ORDERS 6
-01111111111 Backlog 7
-01111111111 Hungry 7
-01111111111 AWAY 7
-01111111111 PRUDENTIAL-BACHE 7
-01111111111 OVERHAUL 7
-01111111111 Rallies 7
-01111111111 Excerpts 7
-01111111111 Preparations 7
-01111111111 Refunds 7
-01111111111 PROBLEMS 7
-01111111111 Instructions 7
-01111111111 Amounts 7
-01111111111 Concerts 7
-01111111111 PRODUCTION 7
-01111111111 EXXON 7
-01111111111 SPLIT 7
-01111111111 Miracles 7
-01111111111 Accusations 7
-01111111111 Clearance 7
-01111111111 Volumes 8
-01111111111 Promotions 8
-01111111111 ALTERNATIVE 8
-01111111111 Involved 8
-01111111111 JACKSON 8
-01111111111 Corporates 8
-01111111111 HUTTON 8
-01111111111 BAKES 8
-01111111111 Troubles 8
-01111111111 x-There 8
-01111111111 Negotiation 8
-01111111111 MOVIES 8
-01111111111 Write-offs 8
-01111111111 Emphasis 8
-01111111111 Placed 8
-01111111111 Occupancy 9
-01111111111 Bookings 9
-01111111111 Payrolls 9
-01111111111 Gloom 9
-01111111111 Filing 9
-01111111111 GOING 9
-01111111111 INCREASES 9
-01111111111 Listed 9
-01111111111 Recommendations 9
-01111111111 RELATIONS 9
-01111111111 Subsidiaries 9
-01111111111 Photographs 9
-01111111111 Deaths 9
-01111111111 Warnings 9
-01111111111 SALE 9
-01111111111 GIFTS 9
-01111111111 BRAIN 9
-01111111111 Lobbying 9
-01111111111 CONTROL 9
-01111111111 Hints 9
-01111111111 Successors 9
-01111111111 INDEX 10
-01111111111 Electricals 10
-01111111111 Requests 10
-01111111111 MAGAZINES 10
-01111111111 Hooray 10
-01111111111 Capitalizing 10
-01111111111 Withdrawal 10
-01111111111 Perched 10
-01111111111 Disagreement 10
-01111111111 EARNINGS 10
-01111111111 Arrests 10
-01111111111 Deductions 11
-01111111111 Turnout 11
-01111111111 Samples 11
-01111111111 Enthusiasm 11
-01111111111 Hedging 11
-01111111111 News-Gazette 11
-01111111111 Redemptions 11
-01111111111 Diversification 11
-01111111111 Pessimism 11
-01111111111 BENEFITS 12
-01111111111 Topics 12
-01111111111 Responses 12
-01111111111 CANDIDATES 12
-01111111111 INFLATION 12
-01111111111 Enrollment 12
-01111111111 Bonuses 12
-01111111111 Reactions 12
-01111111111 Penalties 12
-01111111111 Rebates 13
-01111111111 Callable 13
-01111111111 NEWSPAPERS 13
-01111111111 Votes 13
-01111111111 Failures 14
-01111111111 Flights 14
-01111111111 LAWYER 14
-01111111111 Result 14
-01111111111 SHEARSON 14
-01111111111 Resentment 14
-01111111111 PAINEWEBBER 14
-01111111111 Turmoil 14
-01111111111 Demonstrations 14
-01111111111 JOBS 15
-01111111111 Intent 15
-01111111111 FILM 15
-01111111111 Clashes 15
-01111111111 Demands 16
-01111111111 LORENZO 16
-01111111111 Bidding 16
-01111111111 BUDGET 17
-01111111111 Predictions 17
-01111111111 Casualties 17
-01111111111 Tension 17
-01111111111 Purchasers 18
-01111111111 Premiums 18
-01111111111 Arguments 18
-01111111111 Relying 18
-01111111111 Betting 19
-01111111111 BROADCASTING 19
-01111111111 Bayles 19
-01111111111 Provisions 19
-01111111111 Statements 20
-01111111111 Damages 20
-01111111111 Steels 20
-01111111111 Redemption 20
-01111111111 GOMEZ 20
-01111111111 Pressures 20
-01111111111 Focusing 20
-01111111111 SOFTWARE 22
-01111111111 Reductions 22
-01111111111 Example 22
-01111111111 Quotas 22
-01111111111 Projections 22
-01111111111 Certificates 22
-01111111111 Attendance 22
-01111111111 Restrictions 23
-01111111111 Campaigning 23
-01111111111 Withdrawals 23
-01111111111 Permits 24
-01111111111 RADIO 25
-01111111111 Advances 25
-01111111111 PRESS 26
-01111111111 Disputes 27
-01111111111 Fares 28
-01111111111 Tensions 28
-01111111111 Tickets 28
-01111111111 ENTERTAINMENT 28
-01111111111 Hopes 30
-01111111111 Margins 30
-01111111111 Answer 31
-01111111111 Limits 31
-01111111111 Deposits 32
-01111111111 Conditions 32
-01111111111 Delays 32
-01111111111 Contracting 33
-01111111111 ACQUISITION 33
-01111111111 REMARKS 34
-01111111111 MARKETING 34
-01111111111 Examples 34
-01111111111 Receipts 34
-01111111111 PUBLISHING 35
-01111111111 Cases 35
-01111111111 Commissions 36
-01111111111 Sentiment 36
-01111111111 CABLE 36
-01111111111 Expenses 37
-01111111111 Households 37
-01111111111 Dividends 39
-01111111111 Declines 41
-01111111111 Membership 42
-01111111111 Soybeans 47
-01111111111 Discussions 49
-01111111111 Revenues 49
-01111111111 Hearings 51
-01111111111 Differences 52
-01111111111 Comments 52
-01111111111 Starts 53
-01111111111 Deliveries 57
-01111111111 Charges 60
-01111111111 Tests 60
-01111111111 COMPUTER 61
-01111111111 Calls 63
-01111111111 Commenting 63
-01111111111 Increases 65
-01111111111 Outlays 65
-01111111111 Loss 69
-01111111111 ADVERTISING 70
-01111111111 COCOA 70
-01111111111 Approval 71
-01111111111 Contracts 74
-01111111111 Forecasts 77
-01111111111 Prospects 79
-01111111111 Productivity 79
-01111111111 Sentencing 81
-01111111111 Losses 90
-01111111111 Inventories 93
-01111111111 COFFEE 94
-01111111111 Ratings 101
-01111111111 COTTON 102
-01111111111 Figures 103
-01111111111 Output 107
-01111111111 Pressure 107
-01111111111 Expectations 121
-01111111111 Depending 125
-01111111111 Gains 129
-01111111111 Changes 129
-01111111111 Activity 137
-01111111111 SUGAR 146
-01111111111 Turnover 146
-01111111111 Tenders 149
-01111111111 Shipments 152
-01111111111 Spending 167
-01111111111 Q 169
-01111111111 Estimates 169
-01111111111 Profits 171
-01111111111 Unemployment 173
-01111111111 COPPER 181
-01111111111 Negotiations 191
-01111111111 METALS 193
-01111111111 Talks 200
-01111111111 Died 203
-01111111111 MONEY 210
-01111111111 Included 224
-01111111111 BRIEFS 235
-01111111111 ENERGY 240
-01111111111 Except 240
-01111111111 TRUST 242
-01111111111 Spokesmen 251
-01111111111 Yields 257
-01111111111 Orders 269
-01111111111 Bids 288
-01111111111 Details 293
-01111111111 Demand 293
-01111111111 Speaking 312
-01111111111 RATE 403
-01111111111 Imports 429
-01111111111 Exports 483
-01111111111 Results 493
-01111111111 Production 504
-01111111111 Profit 553
-01111111111 Rates 562
-01111111111 Earnings 590
-01111111111 Dollar 617
-01111111111 Shares 703
-01111111111 Source 718
-01111111111 Commodities 744
-01111111111 Bonds 846
-01111111111 Based 881
-01111111111 Stocks 1202
-01111111111 Trading 1596
-01111111111 Prices 1678
-01111111111 Volume 1980
-01111111111 Terms 2396
-01111111111 Sales 4065
-01111111111 Revenue 3633
-1000000 Cloris 1
-1000000 Japanese-unit 1
-1000000 IAS 1
-1000000 tough-bargaining 1
-1000000 797,487 1
-1000000 Nisha 1
-1000000 bowtie-sporting 1
-1000000 corporate-statist 1
-1000000 preappraising 1
-1000000 hostile-to-government 1
-1000000 Singye 1
-1000000 Board-appointed 1
-1000000 oft-criticized 1
-1000000 Onwardleyswell 1
-1000000 386,729 1
-1000000 building-and-loan 1
-1000000 anniversary-celebration 1
-1000000 gruff-voiced 1
-1000000 Specradyne 1
-1000000 local-bank 1
-1000000 Turkophobic 1
-1000000 never-elected 1
-1000000 ex-vice 1
-1000000 construction-company 1
-1000000 47year-old 1
-1000000 television-group 1
-1000000 Dunawayesque 1
-1000000 Fiorillo 1
-1000000 H.T. 1
-1000000 1,178,000 1
-1000000 owlish-looking 1
-1000000 41year-old 1
-1000000 14th-floor 1
-1000000 once-affluent 1
-1000000 Nedim 1
-1000000 gray-bearded 1
-1000000 then-lame-duck 1
-1000000 Fed-bank 1
-1000000 Racquel 1
-1000000 Adamantios 1
-1000000 publicity-eager 1
-1000000 securities-board 1
-1000000 pork-rind-eating 1
-1000000 555,800 1
-1000000 too-eager 1
-1000000 field-based 1
-1000000 most-beloved 1
-1000000 1,297,022 1
-1000000 Sibrand 1
-1000000 student-body 1
-1000000 Steero 2
-1000000 Wigberto 2
-1000000 district-bank 3
-1000000 vice 20762
-1000000 Taiwan-born 6
-1000001 export-company 1
-1000001 colored-gem 1
-1000001 deled 1
-1000001 third-echelon 1
-1000001 flag-etiquette 1
-1000001 Raimonds 1
-1000001 REO 1
-1000001 flight-safety 1
-1000001 Nipponese 1
-1000001 131-member 1
-1000001 QIT-Fer 1
-1000001 Construciones 1
-1000001 unrestrainable 1
-1000001 face-mask 1
-1000001 electrical/electronics 1
-1000001 Nastassia 1
-1000001 K-Y 1
-1000001 Foersta 1
-1000001 UNIX/XENIX 1
-1000001 ex-GE 1
-1000001 flotillas 1
-1000001 CARRIE 1
-1000001 Makana 1
-1000001 Mileva 1
-1000001 Zuerich 1
-1000001 welltrained 1
-1000001 steel-furnace 1
-1000001 foresnoots 1
-1000001 safety-standards 1
-1000001 Nyanga 1
-1000001 flight-operations 1
-1000001 decathalon 1
-1000001 franchise-financing 1
-1000001 third-section 1
-1000001 casinolike 1
-1000001 language-qualified 1
-1000001 Sovietsky 1
-1000001 Dilating 1
-1000001 Lavrenti 1
-1000001 sports-division 1
-1000001 Ledesma 1
-1000001 pipeline-industry 1
-1000001 once-diverse 1
-1000001 shipping-line 1
-1000001 C.J.C. 1
-1000001 floor-grazing 1
-1000001 51-member 1
-1000001 consumer-attitude 1
-1000001 fatlike 1
-1000001 Eilana 1
-1000001 Grosswell 1
-1000001 Anglo-Polish 1
-1000001 vasoactive 1
-1000001 state-guaranteed 1
-1000001 rules-based 1
-1000001 dog-law 1
-1000001 banking-system 1
-1000001 Hidebumi 1
-1000001 second-highest-paid 1
-1000001 C-23 1
-1000001 staff-model 1
-1000001 AT&T-Microsoft 1
-1000001 Soviet-refined 1
-1000001 most-outspoken 1
-1000001 proMahathir 1
-1000001 paid-time 1
-1000001 silly-looking 1
-1000001 6:00 1
-1000001 more-meticulous 1
-1000001 several-dozen 1
-1000001 fuel-company 1
-1000001 pseudo-modernist 1
-1000001 Kascho 1
-1000001 Khone 1
-1000001 Ozzy 1
-1000001 hard-playing 1
-1000001 ex-Citibank 1
-1000001 Lagoven 1
-1000001 Alexandrina 1
-1000001 Avo 1
-1000001 CP/M 1
-1000001 Antonina 1
-1000001 chart-motivated 1
-1000001 Yngwie 1
-1000001 U.S.-naturalized 1
-1000001 1:11 1
-1000001 Turkoman 1
-1000001 then-Durham 1
-1000001 director-chief 1
-1000001 Jotun 1
-1000001 next-in-line 1
-1000001 president-sector 1
-1000001 19-county 1
-1000001 Noori 1
-1000001 Argas 1
-1000001 travel-company 1
-1000001 unstabilizing 1
-1000001 ex-Drexel 1
-1000001 West-to-East 1
-1000001 Marie-France 1
-1000001 Birgitte 1
-1000001 Japan-born 1
-1000001 AUEW 1
-1000001 Athanasios 1
-1000001 Marissa 1
-1000001 often-consulted 1
-1000001 controling 1
-1000001 Gachinger 1
-1000001 evironmental 1
-1000001 Teamsters-enriched 1
-1000001 Canadian-educated 1
-1000001 bandshell-like 1
-1000001 Haifa-based 1
-1000001 Construccionnes 1
-1000001 somewhat-wooden 1
-1000001 much-resented 1
-1000001 apposite 1
-1000001 subsidy-related 1
-1000001 six-foot-six-inch 1
-1000001 bug-and-gravel 1
-1000001 Chrysothamnus 1
-1000001 racehorse-stable 1
-1000001 Anthropic 1
-1000001 securities-company 1
-1000001 Buhrmann 1
-1000001 Invercon 1
-1000001 Telcon 1
-1000001 Crepes 1
-1000001 Marilyne 1
-1000001 cable-sales 1
-1000001 Agnus 1
-1000001 textbook-proper 2
-1000001 resource-industry 2
-1000001 government-designated 2
-1000001 securitiesindustry 2
-1000001 counterspy 2
-1000001 arts-council 2
-1000001 tire-company 2
-1000001 kitchen-equipment 2
-1000001 ex-Salomon 2
-1000001 Winifred 2
-1000001 Ruin 2
-1000001 Caitlin 3
-1000001 chemical-company 3
-1000001 curmudgeonly 3
-1000001 ex-chief 6
-1000001 Construcciones 37
-1000001 chief 26192
-1000001 co-chief 92
-1000010 slashingly 1
-1000010 executiving 1
-1000010 Speedwagon 1
-1000010 boyish-faced 1
-1000010 self-contempt 1
-1000010 bridge-playing 1
-1000010 super-legislative 1
-1000010 tuggings 1
-1000010 SparBanken 1
-1000010 Tshabalala 1
-1000010 quacker 1
-1000010 Maric 1
-1000010 upheaved 1
-1000010 now-popular 1
-1000010 civil-affairs 1
-1000010 U.N 1
-1000010 Khudozhnik 1
-1000010 GuideWire 1
-1000010 S.A.A.I. 1
-1000010 Rutenfrans 1
-1000010 execitive 1
-1000010 backbends 1
-1000010 often-strident 1
-1000010 subtances 1
-1000010 Mylliemngap 1
-1000010 statistics-oriented 1
-1000010 aficionada 1
-1000010 Gerins 1
-1000010 Ohnuki 1
-1000010 Sherpa 1
-1000010 sub-editor 1
-1000010 employee-compensation 1
-1000010 Kakao-und 1
-1000010 Osbourne 1
-1000010 Milcheva 1
-1000010 Kittask 1
-1000010 Fonds 1
-1000010 Tortillas 1
-1000010 Canonchet 1
-1000010 radio-show 1
-1000010 Garaud 1
-1000010 data-security 1
-1000010 Theologis 1
-1000010 farceur 1
-1000010 seismographers 1
-1000010 tight-waisted 1
-1000010 flexers 1
-1000010 pennywatcher 1
-1000010 moneyman 1
-1000010 execuitive 1
-1000010 executive-type 1
-1000010 apses 1
-1000010 equities-portfolio 1
-1000010 nauseosus 1
-1000010 finishing-school 1
-1000010 Suzettes 1
-1000010 excutive 1
-1000010 Surita 1
-1000010 eighth-floor 1
-1000010 exeuctive 2
-1000010 pretenders 2
-1000010 exective 2
-1000010 excecutive 2
-1000010 executice 2
-1000010 assessor-treasurer 2
-1000010 executive. 3
-1000010 executive 26453
-1000010 Beria 3
-10000110 governor. 1
-10000110 Leachman 1
-10000110 president-building 1
-10000110 Loveyet 1
-10000110 Yussif 1
-10000110 president-futures 1
-10000110 president-materials 1
-10000110 Alvares 1
-10000110 president-stores 1
-10000110 Yangchuk 1
-10000110 president-Europe 1
-10000110 president-supply 1
-10000110 Zsusza 1
-10000110 president-energy 1
-10000110 president-machine 1
-10000110 president-industrial 1
-10000110 prsident 1
-10000110 president-engineering 1
-10000110 president-construction 1
-10000110 president-secretary 1
-10000110 Nengtdu 1
-10000110 president-chemicals 1
-10000110 Prahlad 1
-10000110 president-law 1
-10000110 Feetlebaum 1
-10000110 preisdent 1
-10000110 president-world 1
-10000110 CL9 1
-10000110 HandyWriter 1
-10000110 al-Razi 1
-10000110 C-3PO 1
-10000110 Estuar 1
-10000110 Mulryan 1
-10000110 Hodge-Podge 1
-10000110 Miracle. 1
-10000110 president-special 1
-10000110 president-nuclear 1
-10000110 president-information 1
-10000110 pesident 1
-10000110 president-publicity 1
-10000110 executrix 1
-10000110 Sadaka 1
-10000110 president-operating 1
-10000110 Gyatso 1
-10000110 president/composite 1
-10000110 treasurer-general 1
-10000110 Tejada 1
-10000110 president-editorial 1
-10000110 Pepelasis 1
-10000110 president-treasury 1
-10000110 president/East 1
-10000110 Quackenbush. 1
-10000110 president-communications 1
-10000110 Luk 1
-10000110 president-science 1
-10000110 president-exploration 1
-10000110 executive-in-charge 1
-10000110 president-cargo 1
-10000110 president-transportation 1
-10000110 Sluggo 1
-10000110 president-gas 1
-10000110 president-utility 1
-10000110 versa. 1
-10000110 president-international 1
-10000110 Jurriaans 1
-10000110 president-counsel 1
-10000110 spoilsports 2
-10000110 Lyubov 2
-10000110 president-office 2
-10000110 Peabodys 2
-10000110 president-controller 2
-10000110 presdient 2
-10000110 chairman. 2
-10000110 transposing 2
-10000110 president-planning 2
-10000110 short-weighting 2
-10000110 gizzard 2
-10000110 president-sales 2
-10000110 president-field 2
-10000110 president-chief 2
-10000110 before-school 2
-10000110 president-corporate 2
-10000110 Pontormo 3
-10000110 sallow 3
-10000110 spoilers 3
-10000110 Half-Pint 3
-10000110 president-treasurer 3
-10000110 co-leader 3
-10000110 president-marketing 3
-10000110 webbing 3
-10000110 dogwoods 3
-10000110 president-research 4
-10000110 editor-at-large 4
-10000110 president/finance 4
-10000110 Colossus 4
-10000110 penguins 4
-10000110 Vanderbilts 5
-10000110 president. 5
-10000110 president-administration 6
-10000110 president-operations 6
-10000110 president-finance 20
-10000110 versa 85
-10000110 president 47529
-10000110 presidents 1121
-10000111 Soutine 1
-10000111 WETA-TV 1
-10000111 Khathula 1
-10000111 Browsers 1
-10000111 unexceptionally 1
-10000111 hostless 1
-10000111 CVP 1
-10000111 well-signed 1
-10000111 commercial-telecommunications 1
-10000111 Luncheonette 1
-10000111 Ristorante 1
-10000111 CarePsychCenter 1
-10000111 safflowers 1
-10000111 bulemia 1
-10000111 maternity-wear 1
-10000111 aeropower 1
-10000111 self-subsistency 1
-10000111 self-education 1
-10000111 endodontics 1
-10000111 Yes-man 1
-10000111 Wharfside 1
-10000111 SDPs 1
-10000111 ungoverned 1
-10000111 Barboursville 1
-10000111 dairyman 1
-10000111 indisposedness 1
-10000111 Strohs 1
-10000111 Broad-Beans 1
-10000111 biggest-giving 1
-10000111 para-dichlorobenzene 1
-10000111 little-goody-two-shoes 1
-10000111 Model-30 1
-10000111 macho-sounding 1
-10000111 BDNIW 1
-10000111 RSWPI 1
-10000111 LDPWI 1
-10000111 tomate 1
-10000111 asymmetrically 1
-10000111 Thrombosis 1
-10000111 ee-pples 1
-10000111 Desqview 1
-10000111 Kayo 1
-10000111 Mooged 1
-10000111 wherabouts 1
-10000111 Mini-Market 1
-10000111 out-of-shape 1
-10000111 Eurocard/Mastercard 1
-10000111 mulleins 1
-10000111 Krypton 1
-10000111 badmouthing 1
-10000111 wheel-manufacturing 1
-10000111 bosh 1
-10000111 percipient 1
-10000111 3-3-1 1
-10000111 Thalco 1
-10000111 numerology 1
-10000111 jurymates 1
-10000111 Lizsport 1
-10000111 R-rating 1
-10000111 quasi-cabinet 1
-10000111 radiographs 1
-10000111 micrometeoroids 1
-10000111 smokey 1
-10000111 inkstone 1
-10000111 Rebora 1
-10000111 suboptimization 1
-10000111 macrochange 1
-10000111 UGNEU 1
-10000111 E-250s 1
-10000111 Ananias 1
-10000111 futons 1
-10000111 anatomists 1
-10000111 animists 1
-10000111 restoppered 1
-10000111 Ridgewells 1
-10000111 electric-motor 1
-10000111 X-raying 1
-10000111 mole-maze 1
-10000111 barfing 1
-10000111 homeopathy 1
-10000111 C100 1
-10000111 crudest 1
-10000111 CELLW 1
-10000111 silver-leaved 1
-10000111 self-chronicler 1
-10000111 mignonette 1
-10000111 edgings 1
-10000111 ostlers 1
-10000111 spurge 1
-10000111 disbarments 1
-10000111 candelabras 1
-10000111 Mossadegh 1
-10000111 half-session 1
-10000111 Rouens 1
-10000111 rear-axle 1
-10000111 337.10 1
-10000111 Feica 1
-10000111 Miros 1
-10000111 Laramie 1
-10000111 nabam 1
-10000111 Comets 1
-10000111 Italstrade 1
-10000111 intrigue-voyeurs 1
-10000111 Kayans 1
-10000111 BNHNA 1
-10000111 XPP 1
-10000111 KKPWI 1
-10000111 nitroglycerine 1
-10000111 roguishness 1
-10000111 dehumidifiers 1
-10000111 hithertos 1
-10000111 Yabira 1
-10000111 bulgogi 1
-10000111 pub-meister 1
-10000111 Brzezinskis 1
-10000111 catchwords 1
-10000111 Loutfi 1
-10000111 handplucked 1
-10000111 BZP 1
-10000111 reinspects 1
-10000111 DuMont 1
-10000111 unitive 1
-10000111 market-indexed 1
-10000111 Marinda 1
-10000111 foglamps 1
-10000111 713,340 1
-10000111 greatgrandson 1
-10000111 gadget-meister 1
-10000111 Angkana 1
-10000111 Camembert 1
-10000111 heptathalon 1
-10000111 453.63 1
-10000111 Miskolc 1
-10000111 colonel-general 1
-10000111 Bio-Advance 1
-10000111 pre-Donahue 1
-10000111 carpet-cleaners 1
-10000111 200- 1
-10000111 Wayward 1
-10000111 peppiness 1
-10000111 1.85-to-1.90-mark 1
-10000111 self- 1
-10000111 hyper-cautious 1
-10000111 Bub 1
-10000111 Fungicide 1
-10000111 equerries 1
-10000111 gunsels 1
-10000111 tramsmigration 1
-10000111 counterbetrayal 1
-10000111 Holton 1
-10000111 CTX-2500 1
-10000111 Vermont-born 1
-10000111 apple-growers 1
-10000111 collators 1
-10000111 CF6-50 1
-10000111 Zwieg 1
-10000111 biocides 1
-10000111 Wolfschmidt 1
-10000111 Bassett-Walker 1
-10000111 glass-manufacturing 1
-10000111 self-responsibility 1
-10000111 phoenixes 1
-10000111 wall-scrolls 1
-10000111 Bayerite 1
-10000111 adjuvants 1
-10000111 fluid-filtration 1
-10000111 Carpaccio 1
-10000111 foam-cup 1
-10000111 clothespins 1
-10000111 Zashikibuta 1
-10000111 Frankfurters 1
-10000111 Sane/Freeze 1
-10000111 straight-from-the-shoulder 1
-10000111 Perugino 1
-10000111 trunked 1
-10000111 dissemble 1
-10000111 setaside 1
-10000111 85,087 1
-10000111 crime/drugs 1
-10000111 Tomohiko 1
-10000111 Enerserv 1
-10000111 Euro-currency 1
-10000111 myositis 1
-10000111 WUSA-TV 1
-10000111 dockworker 1
-10000111 tare 1
-10000111 gravies 1
-10000111 Airtemp 1
-10000111 debt-load 1
-10000111 ferrochromium 1
-10000111 Metzenbaums 1
-10000111 Orthene 1
-10000111 portrait-years 1
-10000111 surgical-implant 1
-10000111 131,202 1
-10000111 Goralogodatsky 1
-10000111 combings 1
-10000111 1997-2005 1
-10000111 brick-makers 1
-10000111 fifes 1
-10000111 home-lending 1
-10000111 apalling 1
-10000111 neckerchiefs 1
-10000111 Wessel-Therhorns 1
-10000111 Chromius 1
-10000111 255-198 1
-10000111 PC6300 1
-10000111 commercialbanking 1
-10000111 unvalued 1
-10000111 non-strikers 1
-10000111 dryads 1
-10000111 bookbinder 1
-10000111 gold-marketing 1
-10000111 reified 1
-10000111 seventh- 1
-10000111 pub-goer 1
-10000111 video-proof 1
-10000111 drug-stores 1
-10000111 carapace 1
-10000111 Israeli-Soviet 1
-10000111 Decca/London 1
-10000111 EA-135 1
-10000111 59-acre 1
-10000111 bandsaws 1
-10000111 lantana 1
-10000111 McSalads 1
-10000111 exes 1
-10000111 Yum-Yum 1
-10000111 double-dutch 1
-10000111 Gearingly 1
-10000111 waste-dumping 1
-10000111 multi-engine 1
-10000111 WBOS-FM 1
-10000111 idiot-savants 1
-10000111 darker-haired 1
-10000111 95-93 1
-10000111 hallelujahs 1
-10000111 debeaked 1
-10000111 rescision 1
-10000111 arch-competitor 1
-10000111 reputation-building 1
-10000111 three-wood 1
-10000111 Gargoyles 1
-10000111 re-Englishing 1
-10000111 off-flavor 1
-10000111 Minstrels 1
-10000111 pentacloraphenol 1
-10000111 WGBH/Boston 1
-10000111 Brackenridge 1
-10000111 Allied/Egry 1
-10000111 likability 1
-10000111 8257C 1
-10000111 weatherization 1
-10000111 disease-research 1
-10000111 ultrarich 1
-10000111 admonishment 1
-10000111 tamboura 1
-10000111 median- 1
-10000111 biathlons 1
-10000111 42- 1
-10000111 detesting 1
-10000111 pro-Canadian 1
-10000111 Milnet 1
-10000111 strategycurrently 1
-10000111 Thrace 1
-10000111 Formalwear 1
-10000111 priority-setting 1
-10000111 unfamous 1
-10000111 Buf-Puf 1
-10000111 farm-ownership 1
-10000111 threshes 1
-10000111 scandalmongers 1
-10000111 Rajesh 1
-10000111 photosystems 1
-10000111 Furskins 1
-10000111 court-directed 1
-10000111 dog-grooming 1
-10000111 Conajoharie 1
-10000111 bayonetting 1
-10000111 foreplaying 1
-10000111 Embroideries 1
-10000111 Centurions 1
-10000111 cast-steel 1
-10000111 mestizo-Spanish 1
-10000111 stone-throwings 1
-10000111 anti-church 1
-10000111 A-Ha 1
-10000111 option-prime 1
-10000111 snorkels 1
-10000111 Duey 1
-10000111 Deceit 1
-10000111 turbid 1
-10000111 Tamworth 1
-10000111 Orajel 1
-10000111 kneepads 1
-10000111 Snookies 1
-10000111 progressiveness 1
-10000111 wide-set 1
-10000111 mineral-ceiling 1
-10000111 ling 1
-10000111 form-follows-function 1
-10000111 Alani 1
-10000111 DOOYANG 1
-10000111 279.00 1
-10000111 lawyer-CPA 1
-10000111 SHCOU 1
-10000111 Uglich 1
-10000111 Sikhism 1
-10000111 thick-steel-plate 1
-10000111 DEFINITE 1
-10000111 BYPWI 1
-10000111 ATPWI 1
-10000111 bugbear 1
-10000111 cyclosporine-A 1
-10000111 2,270,000 1
-10000111 Ranji 1
-10000111 cardamom 1
-10000111 cedars 1
-10000111 bushwoman 1
-10000111 fawn-spotted 1
-10000111 Tolrestat 1
-10000111 sorbinil 1
-10000111 tendonitis 1
-10000111 Psychodiepetics 1
-10000111 118-year-history 1
-10000111 prescription- 1
-10000111 pro-housing 1
-10000111 87,698 1
-10000111 Catviar 1
-10000111 Confectionary 1
-10000111 maims 1
-10000111 green-mailers 1
-10000111 transnationalized 1
-10000111 WMMA-AM 1
-10000111 cucurbits 1
-10000111 Mazzolino 1
-10000111 resource-processing 1
-10000111 Sovietophile 1
-10000111 Timer 1
-10000111 pipefitters 1
-10000111 Healthamerica 1
-10000111 Kayseri 1
-10000111 gazetteer 1
-10000111 Roz 1
-10000111 aviation-insurance 1
-10000111 KDPWI 1
-10000111 engineering-and-construction 1
-10000111 PC8 1
-10000111 tri-engined 1
-10000111 customer-services 1
-10000111 rearmed 1
-10000111 Coca-Colas 1
-10000111 Lincoln/Mercury 1
-10000111 Asunciones 1
-10000111 public-library 1
-10000111 Effies 1
-10000111 grumpiness 1
-10000111 screen-printed 1
-10000111 exuberances 1
-10000111 dressmaking-form 1
-10000111 clandestinenes 1
-10000111 clothe 1
-10000111 February-to-February 1
-10000111 screenwriter-turned-director 1
-10000111 underqualified 1
-10000111 Lesbos 1
-10000111 Slo-Bid 1
-10000111 '52 1
-10000111 Corweeta 1
-10000111 OGPWI 1
-10000111 Encapsulation 1
-10000111 part-writer 1
-10000111 Cloverdale 1
-10000111 seaplanes 1
-10000111 papaverine 1
-10000111 TF-33 1
-10000111 moderate-risk 1
-10000111 sporrans 1
-10000111 unsized 1
-10000111 phototypesetting 1
-10000111 pro-Turkish 1
-10000111 mini-lagoons 1
-10000111 Hand-in-Hand 1
-10000111 Macworld 1
-10000111 people-wise 1
-10000111 underorganized 1
-10000111 undercoating 1
-10000111 Dallas-Atlanta 1
-10000111 Fla.-Atlanta 1
-10000111 scaleback 1
-10000111 computer-upgrading 1
-10000111 Comeek 1
-10000111 aphoristic 1
-10000111 Amandine 1
-10000111 thick-set 1
-10000111 Basilica 1
-10000111 over-booking 1
-10000111 genderless 1
-10000111 silver-tipped 1
-10000111 33,350 1
-10000111 66,343 1
-10000111 hurler 1
-10000111 scroungy 1
-10000111 infantilized 1
-10000111 Percogesic 1
-10000111 hot-dogs 1
-10000111 pickerelweed 1
-10000111 shoe-products 1
-10000111 talon 1
-10000111 rebricking 1
-10000111 feloniousness 1
-10000111 bid-riggers 1
-10000111 fine-boned 1
-10000111 Sun-Diamond 1
-10000111 mother-in-mourning 1
-10000111 obfuscatory 1
-10000111 sitars 1
-10000111 Lo-Ovral 1
-10000111 1987-2000 1
-10000111 Boisterousness 1
-10000111 underdosing 1
-10000111 Khowar 1
-10000111 clothiers 1
-10000111 1627 1
-10000111 predecesor 1
-10000111 episodically 1
-10000111 Bird-in-Hand 1
-10000111 organ-grinders 1
-10000111 Romanism 1
-10000111 redebated 1
-10000111 peridots 1
-10000111 strathspey 1
-10000111 nearapotheosis 1
-10000111 Braques 1
-10000111 psycho-graphic 1
-10000111 tomblike 1
-10000111 Carl-Zeiss-Stiftung 1
-10000111 transmutation 1
-10000111 dextrose 1
-10000111 rhizopods 1
-10000111 betwixt 1
-10000111 factfinder 1
-10000111 Ariz.-market 1
-10000111 metal-pressing 1
-10000111 856th 1
-10000111 prepaid-legal 1
-10000111 electrical-installations 1
-10000111 mathemeticians 1
-10000111 1961-72 1
-10000111 Milingimbi 1
-10000111 executive-in-residence 1
-10000111 stratigraphic 1
-10000111 hyperuicemia 1
-10000111 Tritons 1
-10000111 extra-terrestrials 1
-10000111 redbud 1
-10000111 lawn-mowers 1
-10000111 heliotrope 1
-10000111 interlinings 1
-10000111 home-hardware 1
-10000111 Yalom 1
-10000111 Beerenauslese 1
-10000111 rural-electric 1
-10000111 Waynesburg 1
-10000111 house-pets 1
-10000111 DPPW 1
-10000111 percolations 1
-10000111 fertilzer 1
-10000111 familywide 1
-10000111 Sidewinders 1
-10000111 agri-chemicals 1
-10000111 corporate-marketing 1
-10000111 Expoland 1
-10000111 lamb-packing 1
-10000111 computer-phobes 1
-10000111 Samick 1
-10000111 day-in 1
-10000111 Plumpy 1
-10000111 non-coverage 1
-10000111 accouchements 1
-10000111 Katisha 1
-10000111 involtini 1
-10000111 pasteboard 1
-10000111 61-win 1
-10000111 rejuvinated 1
-10000111 Endurall-K 1
-10000111 N.H.-builder 1
-10000111 JellO 1
-10000111 packaged-soap 1
-10000111 silver-glass 1
-10000111 jazzified 1
-10000111 half-avid 1
-10000111 outman 1
-10000111 tantrum- 1
-10000111 Immunogenetics 1
-10000111 tradenames 1
-10000111 cofounders 1
-10000111 Seapower 1
-10000111 supersalesman-chairman 1
-10000111 author-character 1
-10000111 edam 1
-10000111 23,805 1
-10000111 cab-driver 1
-10000111 IMark 1
-10000111 Kimber 1
-10000111 disease-infested 1
-10000111 untrampled 1
-10000111 R-15 1
-10000111 Irangola 1
-10000111 central-heating 1
-10000111 HPP.WI 1
-10000111 stringer 1
-10000111 Simonized 1
-10000111 palmistry 1
-10000111 grandmasters 1
-10000111 2,000- 1
-10000111 nuded-up 1
-10000111 Eteloina 1
-10000111 peredyshka 1
-10000111 Sake 1
-10000111 Unicos 1
-10000111 Nathalie 1
-10000111 own-headaches 1
-10000111 pulsars 1
-10000111 mathless 1
-10000111 elastomerics 1
-10000111 blem 1
-10000111 groomer 1
-10000111 mesmerism 1
-10000111 horror-story 1
-10000111 unzipped 1
-10000111 co-promoter 1
-10000111 Calaber 1
-10000111 pro-technology 1
-10000111 canniest 1
-10000111 DDVP 1
-10000111 safety-enforcement 1
-10000111 Nagaland 1
-10000111 Rykov 1
-10000111 batgarb 1
-10000111 tailfins 1
-10000111 parent-to-be 1
-10000111 electrometallurgical 1
-10000111 Euro-debentures 1
-10000111 ex-publisher 1
-10000111 lupin 1
-10000111 theater- 1
-10000111 hairbrushes 1
-10000111 Kensoha 1
-10000111 narcissistically 1
-10000111 self-motivated 1
-10000111 Levothroid 1
-10000111 Supp-Hose 1
-10000111 Vizir 1
-10000111 undernurtured 1
-10000111 phenobarbital 1
-10000111 artmasks 1
-10000111 Goebel 1
-10000111 HIV-2-UC1 1
-10000111 Chephren 1
-10000111 false-statement 1
-10000111 geriatric-care 1
-10000111 HUHOU 1
-10000111 Pro-Brite 1
-10000111 rough-fringed 1
-10000111 Asia-Pacific-Australia 1
-10000111 Econolodge 1
-10000111 VLA 1
-10000111 Crypt 1
-10000111 riffles 1
-10000111 voice-switching 1
-10000111 Julias 1
-10000111 Castros 1
-10000111 shortbread 1
-10000111 antimaterialism 1
-10000111 vegetarianism 1
-10000111 Cepsa 1
-10000111 mateless 1
-10000111 aquariums 1
-10000111 Red-basher 1
-10000111 houseboy 1
-10000111 course-work 1
-10000111 Agrexco 1
-10000111 Choo-Choo 1
-10000111 time-bound 1
-10000111 friction-free 1
-10000111 Parajon 1
-10000111 scrutineers 1
-10000111 stockman 1
-10000111 Bloomers 1
-10000111 anti-bank 1
-10000111 rebutias 1
-10000111 Zonian 1
-10000111 babydoll 1
-10000111 writer/director/producer 1
-10000111 Octobrists 1
-10000111 blindfolding 1
-10000111 administrator-general 1
-10000111 Yiren 1
-10000111 full-brimmed 1
-10000111 Hartack 1
-10000111 double-coupons 1
-10000111 tufted-velvet 1
-10000111 imperials 1
-10000111 paisleys 1
-10000111 trip-ups 1
-10000111 Nematron 1
-10000111 hoity 1
-10000111 electric-motors 1
-10000111 Utikuma 1
-10000111 IZE 1
-10000111 Arrietas 1
-10000111 armlock 1
-10000111 1170 1
-10000111 Brisay 1
-10000111 Rumsford 1
-10000111 gulfs 1
-10000111 steel-fabrications 1
-10000111 lapwings 1
-10000111 yersinia 1
-10000111 resculpting 1
-10000111 Myres 1
-10000111 Grasbrook 1
-10000111 blueberry-raking 1
-10000111 indoor-batting 1
-10000111 Dunston 1
-10000111 worm-digger 1
-10000111 cytosine 1
-10000111 mini-110 1
-10000111 DentsuInc. 1
-10000111 barechested 1
-10000111 ex-Czech 1
-10000111 beleaguer 1
-10000111 1100/70 1
-10000111 hemagglutinin 1
-10000111 Fernspaehtruppe 1
-10000111 ferretlike 1
-10000111 geoscience 1
-10000111 over-powered 1
-10000111 onion-shaped 1
-10000111 factotum 1
-10000111 Mowgli 1
-10000111 Electrikbroom 1
-10000111 Freds 1
-10000111 caravansary 1
-10000111 literates 1
-10000111 triple-team 1
-10000111 mortagage-banking 1
-10000111 Mercurys 1
-10000111 medical- 1
-10000111 post-structuralism 1
-10000111 F-24 1
-10000111 border-bombing 1
-10000111 runned 1
-10000111 one-on-three 1
-10000111 curiousity 1
-10000111 premium-look 1
-10000111 quartzite-quarrying 1
-10000111 sand-mining 1
-10000111 Filipino-Chinese 1
-10000111 value- 1
-10000111 management-intensive 1
-10000111 Basements 1
-10000111 Snoozer 1
-10000111 al-Fatah 1
-10000111 postmistress 1
-10000111 Galax 1
-10000111 Peugot 1
-10000111 neurasthenia 1
-10000111 PEELS 1
-10000111 Gilad 1
-10000111 pickpocketing 1
-10000111 chipboard 1
-10000111 sem-eyes 1
-10000111 Sarwoto 1
-10000111 ex-roommate 1
-10000111 resah 1
-10000111 fords 1
-10000111 handscrolls 1
-10000111 Messineo 1
-10000111 cocoa- 1
-10000111 belt-tightener 1
-10000111 Torelli 1
-10000111 disco-hopping 1
-10000111 narrator-hero 1
-10000111 1981B 1
-10000111 Coudelet 1
-10000111 Congregationalists 1
-10000111 smiley 1
-10000111 acesulfame-K 1
-10000111 Maleviches 1
-10000111 Quaff 1
-10000111 Damour 1
-10000111 godparent 1
-10000111 enamelware 1
-10000111 tax-assessor 1
-10000111 price-liberalizing 1
-10000111 ad-libbed 1
-10000111 Whataburger 1
-10000111 Chee-Pees 1
-10000111 pastureland 1
-10000111 MGM-UA 1
-10000111 unpunctured 1
-10000111 1995-2001 1
-10000111 Williwear 1
-10000111 belly-to-belly 1
-10000111 BAYAN 1
-10000111 crusting 1
-10000111 under-depreciated 1
-10000111 HCFC-141b 1
-10000111 canoeing/kayaking 1
-10000111 J-stars 1
-10000111 bureaucraticized 1
-10000111 rewound 1
-10000111 reprographic 1
-10000111 construction-metal 1
-10000111 Conelec 1
-10000111 limes 1
-10000111 Vesnin 1
-10000111 fosinopril 1
-10000111 bare-faced 1
-10000111 Micom-Interlan 1
-10000111 data-conversion 1
-10000111 workshoppers 1
-10000111 Terracom 1
-10000111 Hellcat 1
-10000111 AA+ 1
-10000111 RTT 1
-10000111 cupolas 1
-10000111 nonaggressive 1
-10000111 TransAms 1
-10000111 closeknit 1
-10000111 Vendetta 1
-10000111 Burkean 1
-10000111 cost-slashing 1
-10000111 unfinanced 1
-10000111 team-playing 1
-10000111 Hezbollahs 1
-10000111 precision-timing 1
-10000111 Bauknecht 1
-10000111 3,004 1
-10000111 excongressman 1
-10000111 unrelined 1
-10000111 economic-revision 1
-10000111 Challis 1
-10000111 wormwood 1
-10000111 self-parking 1
-10000111 Bible-thumpers 1
-10000111 O.D. 1
-10000111 rigatoni 1
-10000111 pizza-toppings 1
-10000111 test-kitchens 1
-10000111 Duse 1
-10000111 black-backed 1
-10000111 Sindis 1
-10000111 Encare 1
-10000111 Aqua-Ban 1
-10000111 Chocoballs 1
-10000111 gourds 1
-10000111 blow-down 1
-10000111 autostrade 1
-10000111 Reels 1
-10000111 4C41.17 1
-10000111 decametrina 1
-10000111 Drummers 1
-10000111 Hellisen 1
-10000111 radiopaging 1
-10000111 ex-mayor 1
-10000111 moisturizers 1
-10000111 tree-huggers 1
-10000111 advertiser-friendly 1
-10000111 engineless 1
-10000111 Pizzaland 1
-10000111 dowdy-looking 1
-10000111 stock-tips 1
-10000111 overexercised 1
-10000111 Scoresby 1
-10000111 Lermontov 1
-10000111 Frumil 1
-10000111 sweatbands 1
-10000111 Crobsy 1
-10000111 Gulbenkian 1
-10000111 xerophily 1
-10000111 housing- 1
-10000111 Bandolino 1
-10000111 cadenced 1
-10000111 MiniSport 1
-10000111 computer-regulated 1
-10000111 non-expansionary 1
-10000111 Bronkotabs 1
-10000111 Marionsville 1
-10000111 facemask 1
-10000111 Potterton 1
-10000111 Slimetime 1
-10000111 expos 1
-10000111 recreative 1
-10000111 laboratory-sciences 1
-10000111 numbers-portrait 1
-10000111 Saugus 1
-10000111 organic-chemical 1
-10000111 hand-signals 1
-10000111 transshipments 1
-10000111 stonewashed 1
-10000111 oinking 1
-10000111 urine- 1
-10000111 Coushatta 1
-10000111 OMON 1
-10000111 cablecasts 1
-10000111 graphic-communications 1
-10000111 meritous 1
-10000111 womanized 1
-10000111 clearing-houses 1
-10000111 replate 1
-10000111 ex-marine 1
-10000111 ethnicities 1
-10000111 110.01 1
-10000111 119.28 1
-10000111 squad-mates 1
-10000111 Resales 1
-10000111 Cramer-Crasselt 1
-10000111 newspaper-insert 1
-10000111 wallabees 1
-10000111 Apsi 1
-10000111 slogan-shouting 1
-10000111 rubber-covered 1
-10000111 just-rejuvenated 1
-10000111 meclizine 1
-10000111 peccadillos 1
-10000111 defendable 1
-10000111 software-installation 1
-10000111 roiliest 1
-10000111 Janina 1
-10000111 cunny-thumb 1
-10000111 left-populist 1
-10000111 amoxycillin 1
-10000111 Zinoviev 1
-10000111 Tonne 1
-10000111 blocky 1
-10000111 saw-mill 1
-10000111 Team-mate 1
-10000111 IT&T 1
-10000111 Drapes 1
-10000111 Ling-Temco-Vought 1
-10000111 vehicle-registration 1
-10000111 Beanblossom 1
-10000111 PCjrs 1
-10000111 operations-marketing 1
-10000111 porfolio 1
-10000111 Luxair 1
-10000111 Crito 1
-10000111 gametrackers 1
-10000111 medium-heavy 1
-10000111 tire-slashing 1
-10000111 re-ordered 1
-10000111 A7s 1
-10000111 dibasics 1
-10000111 Najran 1
-10000111 job-shop 1
-10000111 ionic 1
-10000111 money-gusher 1
-10000111 hoenders 1
-10000111 Zest 1
-10000111 medium-dry 1
-10000111 business-applications 1
-10000111 67-3893 1
-10000111 groundskeepers 1
-10000111 Lyubasha 1
-10000111 1997-2000 1
-10000111 recension 1
-10000111 guitar-twanging 1
-10000111 Aqua-Net 1
-10000111 Hidatsa 1
-10000111 reconfigures 1
-10000111 boy-soldiers 1
-10000111 grocery-specialties 1
-10000111 Philishave 1
-10000111 biscotti 1
-10000111 annuitant 1
-10000111 nemeses 1
-10000111 WNEW 2
-10000111 1984- 2
-10000111 KMVP-AM 2
-10000111 Marlstone 2
-10000111 Rattle 2
-10000111 Crackle 2
-10000111 foxtail 2
-10000111 pasteurizing 2
-10000111 Enjoli 2
-10000111 1985- 2
-10000111 offal 2
-10000111 matchbooks 2
-10000111 ITV 2
-10000111 military-supply 2
-10000111 Bangladeshis 2
-10000111 Bombieri 2
-10000111 disavowal 2
-10000111 Rittman 2
-10000111 hollyhock 2
-10000111 Baranovichi 2
-10000111 Euro-securities 2
-10000111 Hermia 2
-10000111 Zurek 2
-10000111 streetcars 2
-10000111 co-marketer 2
-10000111 Gowns 2
-10000111 contusions 2
-10000111 starkness 2
-10000111 merman 2
-10000111 E-2c 2
-10000111 concubinage 2
-10000111 laetrile 2
-10000111 under-appreciated 2
-10000111 Multi-Corp 2
-10000111 Oilgram 2
-10000111 canteloupe 2
-10000111 fezzes 2
-10000111 Bouillon 2
-10000111 loose-tobacco 2
-10000111 Preziosilla 2
-10000111 Kittinger 2
-10000111 breezeways 2
-10000111 crashworthiness 2
-10000111 Fiats 2
-10000111 redskin 2
-10000111 Petuna 2
-10000111 scrupulousness 2
-10000111 plastic-pellet 2
-10000111 Miesque 2
-10000111 Mooty 2
-10000111 prefaces 2
-10000111 Hoovervilles 2
-10000111 Tanada 2
-10000111 Guinevere 2
-10000111 Dashers 2
-10000111 Superintendency 2
-10000111 anti-modern 2
-10000111 post-impressionism 2
-10000111 Pimlico 2
-10000111 commissioner-elect 2
-10000111 Salisburys 2
-10000111 Saeki 2
-10000111 Toiletry 2
-10000111 courtesans 2
-10000111 polystyrenics 2
-10000111 Waltraute 2
-10000111 Hennessys 2
-10000111 Chelsey 2
-10000111 Northport 2
-10000111 Longinus 2
-10000111 birdbaths 2
-10000111 stairwells 2
-10000111 double-sided 2
-10000111 tomahawk 2
-10000111 pouts 2
-10000111 Multiplan 2
-10000111 Caramello 2
-10000111 securities-clearance 2
-10000111 22s 2
-10000111 Frigitronics 2
-10000111 diktats 2
-10000111 feed-grains 2
-10000111 2003-2005 2
-10000111 smartness 2
-10000111 sub-contractors 2
-10000111 Illnesses 2
-10000111 Zerlina 2
-10000111 Q30 2
-10000111 nonflammable 2
-10000111 trimethoprim 2
-10000111 cooking-range 2
-10000111 security-alarm 2
-10000111 winegrower 2
-10000111 Vonny 2
-10000111 Feep 2
-10000111 customs-brokerage 2
-10000111 varnishes 2
-10000111 nightshade 2
-10000111 Boraxo 2
-10000111 photogrammetry 2
-10000111 Brangane 2
-10000111 braiding 2
-10000111 Temperate 2
-10000111 lobelias 2
-10000111 pumas 2
-10000111 bloodiness 2
-10000111 esplanades 2
-10000111 pyrethrum 2
-10000111 NYSEG 2
-10000111 ColecoVision 2
-10000111 F-104 2
-10000111 rending 2
-10000111 mausoleums 2
-10000111 unlittered 2
-10000111 Optel 2
-10000111 Habomai 2
-10000111 sixth- 2
-10000111 cornices 2
-10000111 Qhupaq 2
-10000111 Ophelia 2
-10000111 IGAT-1 2
-10000111 kerchief 2
-10000111 nutmeg 3
-10000111 Shikotan 3
-10000111 electron-device 3
-10000111 communitarian 3
-10000111 Babes 3
-10000111 Actifed 3
-10000111 sacredness 3
-10000111 fluoridation 3
-10000111 half-man 3
-10000111 Tajiks 3
-10000111 Monwabisi 3
-10000111 Matz 3
-10000111 '74 3
-10000111 thick-skinned 3
-10000111 Folly 3
-10000111 Scorpions 3
-10000111 strictness 3
-10000111 phlox 3
-10000111 housemate 3
-10000111 grandnephew 3
-10000111 popemobiles 3
-10000111 Rehearsal 3
-10000111 WGMS-AM 3
-10000111 Titian 3
-10000111 mundanely 3
-10000111 tax-selling 3
-10000111 well-drilling 3
-10000111 ramie 3
-10000111 Merlot 3
-10000111 WHBQ-TV 3
-10000111 onyx 3
-10000111 Izzy 3
-10000111 chinos 3
-10000111 Petersville 3
-10000111 malts 3
-10000111 Sacrament 3
-10000111 Pooty 3
-10000111 Jezibaba 4
-10000111 solicitor-general 4
-10000111 aerodynamics 4
-10000111 Shalimar 4
-10000111 Hornell 4
-10000111 SAMs 4
-10000111 Aereas 4
-10000111 undramatic 4
-10000111 Kisses 4
-10000111 llamas 4
-10000111 paymaster 4
-10000111 wall-coverings 4
-10000111 workbooks 4
-10000111 Pistoleiro 4
-10000111 sisal 4
-10000111 Chillicothe 4
-10000111 Brim 4
-10000111 hernias 4
-10000111 electrochemicals 4
-10000111 Medexport 4
-10000111 Moneyletter 4
-10000111 Titleist 4
-10000111 Aleuts 4
-10000111 ghostwriter 4
-10000111 rosaries 4
-10000111 WFLA-AM 4
-10000111 inlets 4
-10000111 Maestro 5
-10000111 then-parent 5
-10000111 flaxseed 5
-10000111 6-foot-4 5
-10000111 oboes 5
-10000111 margarines 6
-10000111 co-publisher 6
-10000111 chardonnay 6
-10000111 famines 7
-10000111 cochairman 7
-10000111 frisked 8
-10000111 vice-chairman 8
-10000111 reconstructions 8
-10000111 jellies 9
-10000111 7-5 10
-10000111 saunas 10
-10000111 Ninety-Eight 11
-10000111 chairman-elect 11
-10000111 chairman-designate 13
-10000111 Insights 15
-10000111 co-founders 15
-10000111 provost 15
-10000111 transporters 16
-10000111 then-president 16
-10000111 co-editor 18
-10000111 second-in-command 19
-10000111 ex-chairman 33
-10000111 grinders 36
-10000111 secretary-treasurer 63
-10000111 chairwoman 70
-10000111 secretary-general 157
-10000111 co-chairman 273
-10000111 treasurer 918
-10000111 chairman 24881
-10000111 founder 1508
-1000100 citizen-exchange 1
-1000100 WCIX-Channel 1
-1000100 once-envisioned 1
-1000100 -18,552 1
-1000100 29,713 1
-1000100 -50,581 1
-1000100 1987-March 1
-1000100 Apr. 1
-1000100 Gesetzlich 1
-1000100 details. 1
-1000100 thrills. 1
-1000100 Oct.4-Jan. 1
-1000100 Spt. 1
-1000100 Sadovaya-Samotechnaya 1
-1000100 bldg 1
-1000100 higher-spending 1
-1000100 20,000-odd 1
-1000100 figurines. 1
-1000100 Merger/reorganization 1
-1000100 pre-Feb. 1
-1000100 720.0 1
-1000100 1987-Sept. 1
-1000100 1988-April 1
-1000100 WLTV/Channel 1
-1000100 1987-Jan 1
-1000100 gymkhana 1
-1000100 TF 1
-1000100 B-R 1
-1000100 Baa- 1
-1000100 Bachaquero 1
-1000100 front-nine 1
-1000100 Mktg 1
-1000100 Khorewah 1
-1000100 sidewise 1
-1000100 be11.72 1
-1000100 Julu 1
-1000100 hamstring-popping 1
-1000100 Subsection 1
-1000100 Atomita 2
-1000100 AUG. 2
-1000100 Vol. 2
-1000100 Amundsena 2
-1000100 1988-Feb. 3
-1000100 pre-Oct. 3
-1000100 HCFC 3
-1000100 jai 3
-1000100 Sep. 4
-1000100 1987-Feb. 4
-1000100 Mar. 4
-1000100 JAN. 4
-1000100 SEPT. 7
-1000100 Nov 8
-1000100 post-Oct. 8
-1000100 Feb 10
-1000100 Aug 12
-1000100 1987-Jan. 12
-1000100 1988-Jan. 13
-1000100 Oct 26
-1000100 Sept 29
-1000100 Feb. 3050
-1000100 Nov. 3206
-1000100 Sept. 5871
-1000100 Aug. 4015
-1000100 Jan. 4289
-1000100 Dec. 4442
-1000100 Oct. 6327
-10001010 Oct.30 1
-10001010 -22,496 1
-10001010 53,362 1
-10001010 storage-down 1
-10001010 PS/2-clone 1
-10001010 Nov.29 1
-10001010 mid-Feburary 1
-10001010 Dec.26 1
-10001010 1:9 1
-10001010 Sept.3 1
-10001010 741.0 1
-10001010 Sept.6 1
-10001010 today.The 1
-10001010 Banaszynski 1
-10001010 Schiele. 1
-10001010 609,898 1
-10001010 big-box 1
-10001010 baptism-by-fire 1
-10001010 54,291 1
-10001010 yestereday 1
-10001010 index-buying 2
-10001010 Pare 2
-10001010 Hlly 2
-10001010 cost-plus-fixed-fee 2
-10001010 wind-carried 2
-10001010 Ertegun 2
-10001010 1607 2
-10001010 Tordon 2
-10001010 Shaft 2
-10001010 June. 2
-10001010 Leftover 2
-10001010 NDRP 2
-10001010 immobilization 3
-10001010 Jan.1 3
-10001010 Montrevel 3
-10001010 Flaccianello 3
-10001010 district. 3
-10001010 May. 4
-10001010 Sept.30 4
-10001010 Dec 6
-10001010 April 10034
-10001010 June 12969
-10001010 March 11506
-10001010 May 10466
-10001010 July 11241
-10001011 HORDERN 1
-10001011 often-imitated 1
-10001011 Myocardial 1
-10001011 Euro-American 1
-10001011 Delahaye 1
-10001011 Wyth 1
-10001011 platinum-bearing 1
-10001011 U.S.-Sweden 1
-10001011 Chinese-to-English 1
-10001011 Devon-Smedvig 1
-10001011 Soviet-Finnish 1
-10001011 Schaipparelli 1
-10001011 profitabiity 1
-10001011 Alexsova 1
-10001011 Piekary 1
-10001011 PAYOUTS 1
-10001011 October/November 1
-10001011 Pepto 1
-10001011 1985-early 1
-10001011 Alaskan-walrus 1
-10001011 Musigny 1
-10001011 2017. 1
-10001011 Morbio 1
-10001011 nearl 1
-10001011 Aldermen 1
-10001011 futures-style 1
-10001011 Jaunary 1
-10001011 GUCCIO 1
-10001011 jackboots 1
-10001011 gospel-inspired 1
-10001011 reciepts 1
-10001011 EFFECTS 1
-10001011 Kishinev 1
-10001011 full-cry 1
-10001011 non-differentiable 1
-10001011 index-buy 1
-10001011 1,350,948 1
-10001011 COGEFAR 1
-10001011 1970s-early 1
-10001011 Israeli-Japanese 1
-10001011 non-goods 1
-10001011 processsing 1
-10001011 1970-77 1
-10001011 Medan 2
-10001011 Siuna 2
-10001011 October. 2
-10001011 Ruthenia 2
-10001011 Taif 2
-10001011 DeRidder 2
-10001011 mid-1956 2
-10001011 Calabassas 2
-10001011 1961-62 2
-10001011 134.89 2
-10001011 Meneba 2
-10001011 Haut-Brion 2
-10001011 Moberly 2
-10001011 Nowy 2
-10001011 Feburary 2
-10001011 soon-to-be-introduced 2
-10001011 Maseru 2
-10001011 S.E.M.T. 2
-10001011 Queenstown 2
-10001011 Misima 2
-10001011 Evry 3
-10001011 Changchun 3
-10001011 punctual 3
-10001011 1739 3
-10001011 l983 3
-10001011 1806 3
-10001011 Tignanello 3
-10001011 1356 3
-10001011 Tavernelle 3
-10001011 Sammarco 3
-10001011 Solaia 3
-10001011 lucre 4
-10001011 1986. 4
-10001011 1833 4
-10001011 Janaury 5
-10001011 Exile 5
-10001011 20-20 6
-10001011 Tampa-St 6
-10001011 mid-1992 6
-10001011 midflight 8
-10001011 mid-summer 11
-10001011 1864 13
-10001011 absentia 18
-10001011 1979-80 37
-10001011 mid-February 106
-10001011 mid-November 133
-10001011 mid-January 134
-10001011 mid-July 141
-10001011 mid-December 144
-10001011 mid-May 149
-10001011 mid-September 155
-10001011 mid-August 165
-10001011 mid-October 179
-10001011 October 7580
-10001011 December 6723
-10001011 November 5746
-10001011 September 6314
-10001011 August 6680
-10001011 February 5306
-10001011 January 6982
-10001100 long-iron 1
-10001100 1992-2007 1
-10001100 1984-1994 1
-10001100 Wolfcraft 1
-10001100 Spain-1988 1
-10001100 bop-intricate 1
-10001100 2005-2007 1
-10001100 ite 1
-10001100 Revolution. 1
-10001100 Kennebunk 1
-10001100 Nov.2 1
-10001100 Aug.3 1
-10001100 consolidators. 1
-10001100 2340 1
-10001100 swamplands 1
-10001100 Strindberg 1
-10001100 1992-2002 1
-10001100 1989-1997 1
-10001100 1987-2002 1
-10001100 1961-71 1
-10001100 Mahbubani 1
-10001100 Dec.15 1
-10001100 Laoussine 1
-10001100 choc 1
-10001100 222-yard 1
-10001100 1992-2008 1
-10001100 product-tampering 1
-10001100 2014-2017 1
-10001100 1991-1999 1
-10001100 1988-2008 1
-10001100 19912003 1
-10001100 1994-1998 1
-10001100 1994-2001 1
-10001100 1991-2009 1
-10001100 1995-2004 1
-10001100 domestic-vehicles 1
-10001100 1991-2019 1
-10001100 2006-2009 1
-10001100 2010-2019 1
-10001100 1999-2002 1
-10001100 Sept.1 1
-10001100 smaller-capital 1
-10001100 1,000,000,000,000,000 1
-10001100 1998-2004 1
-10001100 anti-ideological 1
-10001100 1992-1998 1
-10001100 1989-1993 1
-10001100 Aug.23 1
-10001100 1991-2007 1
-10001100 27. 1
-10001100 1996-2007 1
-10001100 19922003 1
-10001100 Everding 1
-10001100 19912004 1
-10001100 1990-2008 1
-10001100 1994-2011 1
-10001100 1994-2003 1
-10001100 19942016 1
-10001100 1994-2019 1
-10001100 2003-2012 1
-10001100 2007-2012 1
-10001100 1999-2007 1
-10001100 2001-2010 1
-10001100 Bartville 1
-10001100 1994-2002 1
-10001100 1989-2005 1
-10001100 1988-2003 1
-10001100 Africare 1
-10001100 2011-2015 1
-10001100 year-ends 1
-10001100 near-meltdown 1
-10001100 2000-2020 1
-10001100 gene-therapy 1
-10001100 2001-2009 1
-10001100 2000-2005 1
-10001100 1991-2000 1
-10001100 1954-1958 1
-10001100 SAARC 1
-10001100 2005-2010 1
-10001100 1990-2005 1
-10001100 15AUG90 1
-10001100 2010-2017 1
-10001100 1991-2010 1
-10001100 1991-2001 1
-10001100 1990-2019 1
-10001100 2004-2006 1
-10001100 2014-2019 1
-10001100 1995-2003 1
-10001100 1992-1996 1
-10001100 1996-2002 1
-10001100 469-yard 1
-10001100 1998-2002 2
-10001100 1993-1999 2
-10001100 1990-1996 2
-10001100 2000-2003 2
-10001100 philistinism 2
-10001100 ejidos 2
-10001100 Edinburg 2
-10001100 1976-1980 2
-10001100 2004-2010 2
-10001100 1989-2018 2
-10001100 1989-2004 2
-10001100 2007-2013 2
-10001100 1993-2000 2
-10001100 impetigo 2
-10001100 vivo 2
-10001100 1997-2003 2
-10001100 Indianapolis. 2
-10001100 1970-83 2
-10001100 1970-1986 2
-10001100 1988s 2
-10001100 IBH. 2
-10001100 Mossyrock 2
-10001100 24-28 2
-10001100 1999-2005 2
-10001100 1763.3 2
-10001100 1992-1999 2
-10001100 grade-schoolers 2
-10001100 Virginia. 2
-10001100 1988-2012 2
-10001100 Thessco 2
-10001100 2002-2005 2
-10001100 300CE 2
-10001100 2000-2007 2
-10001100 pre-auction 2
-10001100 2037/2038 2
-10001100 1989-2000 2
-10001100 1988-90 2
-10001100 Mandryka 2
-10001100 410-0 2
-10001100 1991-2004 2
-10001100 Balthus 2
-10001100 Petionville 2
-10001100 36-15 2
-10001100 layovers 2
-10001100 1992-2000 2
-10001100 Ascriptin 2
-10001100 midSeptember 2
-10001100 48-46 2
-10001100 1988-2004 2
-10001100 2004-2007 2
-10001100 Glyco-Group 2
-10001100 1968-70 2
-10001100 Transafrica 2
-10001100 1996-2004 2
-10001100 1993-2009 2
-10001100 tetrahydroaminocridine 2
-10001100 1994-2000 2
-10001100 2004-2008 2
-10001100 1989-2013 2
-10001100 2009-2013 2
-10001100 1995-2000 2
-10001100 2001-2004 2
-10001100 1992-2004 2
-10001100 71-25 2
-10001100 2000-2008 2
-10001100 Poas 2
-10001100 surprise. 2
-10001100 277-125 2
-10001100 Zlenice 2
-10001100 Masan 2
-10001100 1348 2
-10001100 Belorussia 2
-10001100 punning 2
-10001100 OTNs 2
-10001100 Onnes 2
-10001100 1984-88 2
-10001100 Lilliput 2
-10001100 1987-91 3
-10001100 Survanta 3
-10001100 1990. 3
-10001100 Corfu 3
-10001100 2002-2004 3
-10001100 Tuktoyaktuk 3
-10001100 1989-1991 3
-10001100 prearrangement 3
-10001100 Tilade 3
-10001100 teenitis 3
-10001100 2006-2007 3
-10001100 1990-2003 3
-10001100 18-21 3
-10001100 1990-1992 3
-10001100 January-September 3
-10001100 1989-1999 3
-10001100 1988-1993 3
-10001100 1988-1992 3
-10001100 1990-1998 3
-10001100 Radiocor 3
-10001100 Hapeville 3
-10001100 1989-2001 3
-10001100 Sovran-D.C. 3
-10001100 1988-2007 3
-10001100 1992-2003 3
-10001100 Fujairah 3
-10001100 Klerksdorp 3
-10001100 1994-2008 3
-10001100 Bydgoszcz 3
-10001100 1991-2008 3
-10001100 Tokyo. 3
-10001100 exchange-rates 3
-10001100 dilligence 3
-10001100 mid-1993 3
-10001100 Kandinsky 3
-10001100 Warner-Chilcott 3
-10001100 3,612,000 3
-10001100 Vneshtorgreklama 3
-10001100 2008-2010 3
-10001100 2000-2004 3
-10001100 1846 3
-10001100 Broschal 3
-10001100 1980-87 3
-10001100 semiliterate 3
-10001100 1979-1981 3
-10001100 2001-2003 4
-10001100 1992-1993 4
-10001100 1991-2005 4
-10001100 gasoil 4
-10001100 2037 4
-10001100 Hakkari 4
-10001100 1990-2004 4
-10001100 1942-43 4
-10001100 WNBC 4
-10001100 Bancotrans 4
-10001100 1991-2003 4
-10001100 cosmology 4
-10001100 Bethanie 4
-10001100 Seveso 4
-10001100 hysterics 4
-10001100 2026 4
-10001100 1990-2001 4
-10001100 1990-2009 4
-10001100 epileptics 4
-10001100 Bridgend 4
-10001100 Hibbing 4
-10001100 1990-1993 4
-10001100 Saarbruecken 4
-10001100 1991-2002 4
-10001100 Boston. 5
-10001100 Afton 5
-10001100 l986 5
-10001100 1979-85 5
-10001100 1989-1998 5
-10001100 1813 5
-10001100 1982-85 5
-10001100 1990-2000 5
-10001100 1973-85 5
-10001100 1990-2002 5
-10001100 1990-1999 6
-10001100 1989-2003 6
-10001100 1981-83 6
-10001100 2047 6
-10001100 1978-1979 6
-10001100 2003-2007 6
-10001100 1982-1983 6
-10001100 1981-86 6
-10001100 l988 7
-10001100 Galesburg 7
-10001100 1989-2002 7
-10001100 1978-1986 7
-10001100 1984-87 8
-10001100 1982-86 8
-10001100 l987 8
-10001100 1983-1984 8
-10001100 1989-2008 8
-10001100 1983-85 9
-10001100 1988. 9
-10001100 mid-1991 9
-10001100 1980-84 9
-10001100 2028 10
-10001100 1983-86 11
-10001100 1984-1985 11
-10001100 2022 12
-10001100 1985-87 12
-10001100 2027 13
-10001100 2030 13
-10001100 1981-85 13
-10001100 '81 14
-10001100 2024 14
-10001100 1812 14
-10001100 Genoa 15
-10001100 2023 15
-10001100 2029 15
-10001100 2021 16
-10001100 1983-84 20
-10001100 Cancun 24
-10001100 2025 24
-10001100 1984-86 25
-10001100 '89 33
-10001100 Ft 37
-10001100 mid-1990 45
-10001100 midsummer 51
-10001100 2014 53
-10001100 1787 53
-10001100 2020 57
-10001100 2013 67
-10001100 2015 71
-10001100 2011 83
-10001100 2005 86
-10001100 '88 90
-10001100 mid-1989 91
-10001100 2019 100
-10001100 diligence 101
-10001100 mid-1988 103
-10001100 2009 103
-10001100 2003/2007 105
-10001100 2006 114
-10001100 2004 114
-10001100 2003 116
-10001100 2001 138
-10001100 2002 156
-10001100 2010 156
-10001100 2007 167
-10001100 2008 178
-10001100 1934 191
-10001100 2016 191
-10001100 2012 217
-10001100 2018 220
-10001100 1999 384
-10001100 2017 425
-10001100 1996 442
-10001100 1995 491
-10001100 1998 511
-10001100 1994 627
-10001100 1993 787
-10001100 1997 818
-10001100 1969 1063
-10001100 1991 1409
-10001100 1992 1904
-10001100 1986 20314
-10001100 1990 3417
-10001100 1987 18645
-10001100 1988 12509
-10001100 1989 5846
-10001101 Huckingen 1
-10001101 mid-Tuesday 1
-10001101 Zollikon 1
-10001101 Dunstable 1
-10001101 1970-1973 1
-10001101 1243.44 1
-10001101 Kaliakor 1
-10001101 edgewise 1
-10001101 Oradea 1
-10001101 double-B-plus/B 1
-10001101 mid-1932 1
-10001101 Qualitaet 1
-10001101 1247.98 1
-10001101 arb-speak 1
-10001101 Wynnwood 1
-10001101 Powertown 1
-10001101 mazuma 1
-10001101 1294.45 1
-10001101 Esterwood 1
-10001101 Grossmont 1
-10001101 1811 1
-10001101 OPECNA 1
-10001101 Colwich 1
-10001101 Zacatecas 1
-10001101 Napanoch 1
-10001101 Wurtsboro 1
-10001101 Quitman 1
-10001101 1306.37 1
-10001101 1313.60 1
-10001101 mid-trip 1
-10001101 Tsuruga 1
-10001101 1421.76 1
-10001101 Runnymede 1
-10001101 2007-2008 1
-10001101 Woerth 1
-10001101 Nimtz 1
-10001101 1235.21 1
-10001101 1231.02 1
-10001101 Patoka 1
-10001101 Duffel 1
-10001101 1229.11 1
-10001101 1976-1979 1
-10001101 parenthesis 1
-10001101 Chilliwack 1
-10001101 Cuiaba 1
-10001101 1121.54 1
-10001101 1205.48 1
-10001101 3529 1
-10001101 1556 1
-10001101 2009-2012 1
-10001101 1178.78 1
-10001101 1179.02 1
-10001101 3,529 1
-10001101 1251.05 1
-10001101 Biddeford 1
-10001101 1257.42 1
-10001101 Oct.12 1
-10001101 549,048 1
-10001101 Grahamstown 1
-10001101 Sienna 1
-10001101 Yeochun 1
-10001101 A-Major 1
-10001101 1224.70 1
-10001101 Conakry 1
-10001101 2:11:01 1
-10001101 1227.66 1
-10001101 McConnelsville 1
-10001101 aggressing 1
-10001101 Heerenveen 1
-10001101 Kunakova 1
-10001101 Arace 1
-10001101 1264.08 1
-10001101 Delicias 1
-10001101 Lacon 1
-10001101 1249.72 1
-10001101 near-balance 1
-10001101 Wiscasset 1
-10001101 Crusinallo 1
-10001101 Gessate 1
-10001101 1251.66 1
-10001101 TV-land 1
-10001101 salesmanlike 1
-10001101 1.5740 1
-10001101 1258.16 1
-10001101 1424.38 1
-10001101 Ani 1
-10001101 1256.34 1
-10001101 Shakopee 1
-10001101 telekinesis 1
-10001101 1249.29 1
-10001101 AMerica 1
-10001101 Delaware. 1
-10001101 chlorophyl 1
-10001101 1252.57 1
-10001101 1250.23 1
-10001101 re-licensing 1
-10001101 midstroke 1
-10001101 1261.53 1
-10001101 1255.63 1
-10001101 Iraq. 1
-10001101 Karbalah 1
-10001101 1227.35 1
-10001101 Caseyville 1
-10001101 Edgartown 1
-10001101 Luquillo 1
-10001101 Beeville 1
-10001101 Pampanga 1
-10001101 Pineville 1
-10001101 1236.80 1
-10001101 campanula 1
-10001101 2.9945 1
-10001101 1227.67 1
-10001101 colloquia 1
-10001101 Wunsiedel 1
-10001101 2076 1
-10001101 1249.43 1
-10001101 1251.99 1
-10001101 midascent 1
-10001101 1256.08 1
-10001101 1253.04 1
-10001101 1251.61 1
-10001101 fusion-reactors 1
-10001101 Neodesha 1
-10001101 1289.73 1
-10001101 1295.27 1
-10001101 1961-80 1
-10001101 1286.52 1
-10001101 Oestrich-Winkel 1
-10001101 Joliette 1
-10001101 overmedication 1
-10001101 Anglo- 1
-10001101 Nieuwpoort 1
-10001101 1294.07 1
-10001101 Saint-Tropez 1
-10001101 Lubec 1
-10001101 Amerinet 1
-10001101 Keeseville 1
-10001101 NaplesSyracuse 1
-10001101 McMasterville 1
-10001101 l980 1
-10001101 Kwinana 1
-10001101 1296.93 1
-10001101 Gitchagumee 1
-10001101 Fleury-Merogis 1
-10001101 1292.71 1
-10001101 1259.76 1
-10001101 Mitchellville 1
-10001101 Wrightstown 1
-10001101 Solentuna 1
-10001101 Fagersta 1
-10001101 Herzogenaurach 1
-10001101 midsemester 1
-10001101 1247.91 1
-10001101 Qufu 1
-10001101 Mayport 1
-10001101 1261.58 1
-10001101 Menomonie 1
-10001101 1267.80 1
-10001101 Paulinia 1
-10001101 7,325 1
-10001101 Geismer 1
-10001101 Ryazan 1
-10001101 1263.72 1
-10001101 Nagadoches 1
-10001101 Vorhees 1
-10001101 Manhasett 1
-10001101 1247.57 1
-10001101 1724 1
-10001101 1191 1
-10001101 mid-Baltic 1
-10001101 Soquimich 1
-10001101 obstetrics/gynecology 1
-10001101 1232.35 1
-10001101 Avchala 1
-10001101 1233.08 1
-10001101 1910-1945 1
-10001101 Clermont-Ferrand 1
-10001101 E-Flat 1
-10001101 376,649 1
-10001101 Igaras 1
-10001101 LaCosta 1
-10001101 1257.12 1
-10001101 1253.68 1
-10001101 Greenelefe 1
-10001101 Droitwich 1
-10001101 FEATURES 1
-10001101 jeapordy 1
-10001101 Mulberry 1
-10001101 Osuka 1
-10001101 1246.18 1
-10001101 FLIPPERS 1
-10001101 Clubmoor 1
-10001101 1252.37 1
-10001101 1259.97 1
-10001101 woodshop 1
-10001101 1237.98 1
-10001101 1968-72 1
-10001101 1236.72 1
-10001101 1173 1
-10001101 1172 1
-10001101 1171 1
-10001101 Guayanilla 1
-10001101 Amagasaki 1
-10001101 1436 1
-10001101 Schnectady 1
-10001101 Burkville 1
-10001101 1241.32 1
-10001101 Placerville 1
-10001101 1198.51 1
-10001101 Cernay 1
-10001101 Ferney-Voltaire 1
-10001101 1209.40 1
-10001101 1210.29 1
-10001101 25500 1
-10001101 Sauget 1
-10001101 1245.04 1
-10001101 Nacimiento 1
-10001101 Cayce 1
-10001101 Overalls 1
-10001101 198185 1
-10001101 1672 1
-10001101 Tisza 1
-10001101 drydock 1
-10001101 1239.11 1
-10001101 pictorials 1
-10001101 Bitlis 1
-10001101 Macclesfield 1
-10001101 beelines 1
-10001101 Tessenderloo 1
-10001101 Stoneham 1
-10001101 Drumright 1
-10001101 1715 1
-10001101 Oct.1 1
-10001101 1175.25 1
-10001101 DESTROYED 1
-10001101 dispute-subcontracting 1
-10001101 1181.94 1
-10001101 2010-2012 1
-10001101 2.9960 1
-10001101 60-year-maturity 1
-10001101 Secacus 1
-10001101 1240.83 1
-10001101 Dharmsala 1
-10001101 1187.37 1
-10001101 Cies 1
-10001101 Sisterhood 1
-10001101 user-friendliness 1
-10001101 Newvineyard 1
-10001101 StGeorges-de-Beauce 1
-10001101 1180.72 1
-10001101 yuppie-vision 1
-10001101 1426.29 1
-10001101 Gumede 1
-10001101 Grayslake 1
-10001101 1111.00 1
-10001101 ScanAmerican 1
-10001101 1130.44 1
-10001101 1168.38 1
-10001101 1970-72 1
-10001101 over-lending 1
-10001101 1165.67 1
-10001101 1678 1
-10001101 1263.65 1
-10001101 Berryville 1
-10001101 Grannis 1
-10001101 1253.98 1
-10001101 Raeford 1
-10001101 1938-1988 1
-10001101 1536 1
-10001101 1271.65 1
-10001101 mid-novel 1
-10001101 Annecy 1
-10001101 Roseau 1
-10001101 2.1429 1
-10001101 1266.98 1
-10001101 Surprise-II 1
-10001101 chicken-raising 1
-10001101 poultry-fattening 1
-10001101 Brecksville 1
-10001101 mid-fall 1
-10001101 1251.42 1
-10001101 Juliaca 1
-10001101 1248.47 1
-10001101 Saddlebrook 1
-10001101 Quakertown 1
-10001101 midcentury 1
-10001101 midconversation 1
-10001101 Statesboro 1
-10001101 Anoka 1
-10001101 Ilion 1
-10001101 Dickens. 1
-10001101 Rouiba 1
-10001101 1933-1937 1
-10001101 1265.60 1
-10001101 Southborough 1
-10001101 2:28:07 1
-10001101 Gattatico 1
-10001101 1461 1
-10001101 Aubonne 1
-10001101 Thankgsgiving 1
-10001101 Holyhead 1
-10001101 1.6403 1
-10001101 hookas 1
-10001101 Stamboul 1
-10001101 Sakaide 1
-10001101 Assiut 1
-10001101 2059 1
-10001101 1919-1920 1
-10001101 1277.32 1
-10001101 Angwin 1
-10001101 Clarkston 1
-10001101 CentAm. 1
-10001101 1918. 1
-10001101 Apia 1
-10001101 1419.79 1
-10001101 E-Major 1
-10001101 Chicoutimi 1
-10001101 1420.18 1
-10001101 Burrillville 1
-10001101 Woodlynne 1
-10001101 Zama 1
-10001101 Araby 1
-10001101 1258.86 1
-10001101 Saragosa 1
-10001101 Nanticoke 1
-10001101 self-mortification 1
-10001101 Jicaro 1
-10001101 Jalapa 1
-10001101 Esteli 1
-10001101 Waslays 1
-10001101 Bismol 1
-10001101 Gazankulu 1
-10001101 Vannes 1
-10001101 mid1989 1
-10001101 Freetown 1
-10001101 mid-shot 1
-10001101 1421.18 1
-10001101 1418.64 1
-10001101 1271.09 1
-10001101 Dottingen 1
-10001101 Valence 1
-10001101 1907-11 1
-10001101 Auvers-sur-Oise 1
-10001101 Shuangcheng 1
-10001101 Oviedo 1
-10001101 1417.82 1
-10001101 2,675,900 1
-10001101 Cluses 1
-10001101 impeachments 1
-10001101 1931-1981 1
-10001101 1413.90 1
-10001101 Maypearl 1
-10001101 1989-91 1
-10001101 Primagaz 1
-10001101 1950-51 1
-10001101 Ningbo 1
-10001101 Spillville 1
-10001101 1413.54 1
-10001101 Walthill 1
-10001101 1425.34 1
-10001101 mid-stage 1
-10001101 super-powers 1
-10001101 Abitare 1
-10001101 three-packs 1
-10001101 St.-Joseph-deBeauce 1
-10001101 1421.47 1
-10001101 4,082 1
-10001101 4,112 1
-10001101 Omak 1
-10001101 Mamelodi 1
-10001101 1731 1
-10001101 Adrar 1
-10001101 Mendham 1
-10001101 1399.98 1
-10001101 Theresienstadt 1
-10001101 Fernley 1
-10001101 Yaroslavl 1
-10001101 Carlow 1
-10001101 Delfzijl 1
-10001101 521,147 1
-10001101 toto. 1
-10001101 EKO 1
-10001101 1291.83 1
-10001101 46,557 1
-10001101 Tooele 1
-10001101 Calverton 1
-10001101 1291.29 1
-10001101 1276.10 1
-10001101 Quelimane 1
-10001101 1332.71 1
-10001101 10,225 1
-10001101 1508 1
-10001101 1281.69 1
-10001101 1313.29 1
-10001101 Wintersburg 1
-10001101 2:58:06 1
-10001101 1272.85 1
-10001101 1:55:42 1
-10001101 2:12:42 1
-10001101 2:12:37 1
-10001101 1278.42 1
-10001101 Vercelli 1
-10001101 1563 1
-10001101 1294.15 1
-10001101 Gosselies 1
-10001101 Deepwater 1
-10001101 Gibbstown 1
-10001101 Sibu 1
-10001101 Houston. 1
-10001101 1283.37 1
-10001101 2013-2016 1
-10001101 1296.94 1
-10001101 1275.27 1
-10001101 Eupora 1
-10001101 Cataumet 1
-10001101 Tulelake 1
-10001101 potpies 1
-10001101 1276.60 1
-10001101 Edinborough 1
-10001101 Negril 1
-10001101 DAFSA 1
-10001101 Kleve 1
-10001101 1246.11 1
-10001101 Essexville 1
-10001101 Washaba 1
-10001101 1237.80 1
-10001101 Alkmaar 1
-10001101 1374.94 1
-10001101 1374.62 1
-10001101 Kasumigaseki 1
-10001101 push-er 1
-10001101 Sotexo 1
-10001101 Torquay 1
-10001101 1420.19 1
-10001101 1416.25 1
-10001101 1939-40 1
-10001101 1346 1
-10001101 midMarch 1
-10001101 1331.55 1
-10001101 NORAID 1
-10001101 Yongkwang 1
-10001101 1690 1
-10001101 Turin. 1
-10001101 Brownville 1
-10001101 Tonowanda 1
-10001101 Brigante 1
-10001101 generalizing 1
-10001101 Hominy 1
-10001101 1295.81 1
-10001101 Oskaloosa 1
-10001101 magnetoencephalography 1
-10001101 1372.42 1
-10001101 Limbo 1
-10001101 BTP 1
-10001101 Saluda 1
-10001101 Lawnside 1
-10001101 midlife-illness 1
-10001101 Penticton 1
-10001101 flophouses 1
-10001101 1349.61 1
-10001101 payroll-cutting 1
-10001101 platooning 1
-10001101 1275.82 1
-10001101 Follansbee 1
-10001101 Mariposa 1
-10001101 Darjeeling 1
-10001101 taxes-income 1
-10001101 Hennef 1
-10001101 Windemere 1
-10001101 1489 1
-10001101 semi-gibberish 1
-10001101 Hartheim 1
-10001101 spending-to-sales 1
-10001101 europium 1
-10001101 understimulating 1
-10001101 1252.65 1
-10001101 Czestochowa 1
-10001101 dead-stroke 1
-10001101 Herefordshire 1
-10001101 Franconia 1
-10001101 Decorah 1
-10001101 Saticoy 1
-10001101 Arnoldia 1
-10001101 1938-41 1
-10001101 1954-55 1
-10001101 478,907 1
-10001101 SANDWICHES 1
-10001101 1197.76 1
-10001101 Ceasa 1
-10001101 1221.87 1
-10001101 1,688 1
-10001101 Eastbourne 1
-10001101 Grantsburg 1
-10001101 extra-legalism 1
-10001101 1195.85 1
-10001101 Bolingbrook 1
-10001101 Thorold 1
-10001101 Derbyshire 1
-10001101 56,930 1
-10001101 Bardstown 1
-10001101 1208.55 1
-10001101 Aabenraa 1
-10001101 Denver. 1
-10001101 Paignton 1
-10001101 1419.41 1
-10001101 1222.83 1
-10001101 triathalons 1
-10001101 Diaspora. 1
-10001101 1195.59 1
-10001101 Angola. 1
-10001101 Decembers 1
-10001101 Petoskey 1
-10001101 TVW7 1
-10001101 1203.29 1
-10001101 1561 1
-10001101 gunbursts 1
-10001101 Winnersh 1
-10001101 Leola 1
-10001101 rice-wine 1
-10001101 Bladenboro 1
-10001101 sequenced 1
-10001101 Norridgewock 1
-10001101 Kronberg 1
-10001101 1221.38 1
-10001101 Escatawpa 1
-10001101 1427.73 1
-10001101 Asnieres 1
-10001101 1422.92 1
-10001101 Coraopolis 1
-10001101 Raytown 1
-10001101 1245.08 1
-10001101 Gorongosa 1
-10001101 cartoonland 1
-10001101 MCCRK 1
-10001101 SLMAJ 1
-10001101 7,762 1
-10001101 1,332,106 1
-10001101 Algona 1
-10001101 1684 1
-10001101 patients. 1
-10001101 Colorodo 1
-10001101 German. 1
-10001101 Crestview 1
-10001101 1241.34 1
-10001101 4:05.45 1
-10001101 Placentia 1
-10001101 businessland 1
-10001101 Amherstberg 1
-10001101 1272 1
-10001101 Barranquilla 1
-10001101 255,601 1
-10001101 1664 1
-10001101 leprosariums 1
-10001101 gentile 1
-10001101 mid-Missouri 1
-10001101 1.6053 1
-10001101 6,236 1
-10001101 1976-85 1
-10001101 Acworth 1
-10001101 1402.75 1
-10001101 1981-1983 1
-10001101 midtakeoff 1
-10001101 1984. 1
-10001101 Apure 1
-10001101 3,712 1
-10001101 port-drinking 1
-10001101 1421.89 1
-10001101 carcass-form 1
-10001101 D-Minor 1
-10001101 1423.94 1
-10001101 1810-21 1
-10001101 Magalia 1
-10001101 Deshler 1
-10001101 240.54 1
-10001101 1433.31 1
-10001101 telecoms 1
-10001101 Wickenburg 1
-10001101 Neuilly 1
-10001101 1435.92 1
-10001101 Chariton 1
-10001101 Bulacan 1
-10001101 Wackersdorf 1
-10001101 Dimbaza 1
-10001101 Bensenville 1
-10001101 olive-drab 1
-10001101 cacocracy 1
-10001101 1178.35 1
-10001101 Myock 1
-10001101 1178.14 1
-10001101 Crawfordville 1
-10001101 Saukville 1
-10001101 Wanamassa 1
-10001101 Lilleborg 1
-10001101 1185.85 1
-10001101 1182.26 1
-10001101 Reddington 1
-10001101 Lancing 1
-10001101 Serbo-Croat 1
-10001101 1184.18 1
-10001101 1196.08 1
-10001101 1171.23 1
-10001101 1422.42 1
-10001101 Hughesville 1
-10001101 teacherdom 1
-10001101 1194.61 1
-10001101 dicators 1
-10001101 1178.46 1
-10001101 1427.28 1
-10001101 Yakutsk 1
-10001101 1414.22 1
-10001101 Ranua 1
-10001101 CablEntertainment 1
-10001101 Rieme 1
-10001101 1405.34 1
-10001101 197576 1
-10001101 all-Nisei 1
-10001101 1420.48 1
-10001101 Saulieu 1
-10001101 1987-90 1
-10001101 colic 1
-10001101 metal-crafting 1
-10001101 HBO-land 1
-10001101 1087 1
-10001101 Belleview 1
-10001101 1614 1
-10001101 1224.74 1
-10001101 Bondage 1
-10001101 Llangollen 1
-10001101 1586 1
-10001101 Scarfarotti 1
-10001101 1424.33 1
-10001101 UFOs. 1
-10001101 2016-2018 1
-10001101 1229.19 1
-10001101 1230.14 1
-10001101 5.6460 1
-10001101 3.3920 1
-10001101 Pielstick 1
-10001101 Westcliffe 1
-10001101 Edmunston 1
-10001101 Euroilstock 1
-10001101 1723 1
-10001101 1582 1
-10001101 20072008 1
-10001101 Naarden 1
-10001101 1215.90 1
-10001101 Bushells 1
-10001101 tabloidland 1
-10001101 Mozzanica 1
-10001101 Foresthill 1
-10001101 AVSN 1
-10001101 1227.63 1
-10001101 Belbeuf 1
-10001101 Omegna 1
-10001101 1975. 1
-10001101 philanthropyspeak 1
-10001101 livestock-tending 1
-10001101 Stutgart 1
-10001101 Queretaro 1
-10001101 1226.08 1
-10001101 Bridgeview 1
-10001101 1943-44 1
-10001101 Vernal 1
-10001101 Maydown 1
-10001101 1234.81 1
-10001101 1860-1865 1
-10001101 Spurgeons 1
-10001101 Limassol 1
-10001101 Massachusetts. 1
-10001101 1306.94 1
-10001101 bowlingdom 1
-10001101 Yehupetz 1
-10001101 Sanbornville 1
-10001101 Kearneysville 1
-10001101 1245.50 1
-10001101 1245.69 1
-10001101 1245.19 1
-10001101 8,172 1
-10001101 midboom 1
-10001101 Weltschmerz 1
-10001101 1235.98 1
-10001101 Mmabatho 1
-10001101 2014-2018 1
-10001101 Stalin. 1
-10001101 1330.68 1
-10001101 Heredon 1
-10001101 1240.38 1
-10001101 1232.11 1
-10001101 scats 1
-10001101 Kahului 1
-10001101 Hangul 1
-10001101 1239.35 1
-10001101 1318.29 1
-10001101 1291.48 1
-10001101 midMay 1
-10001101 1225.99 1
-10001101 McConnellsburg 1
-10001101 Lemoore 1
-10001101 Hopland 1
-10001101 1921-1922 1
-10001101 1230.57 1
-10001101 mils 1
-10001101 1305.99 1
-10001101 2.9736 1
-10001101 sing-alongs 1
-10001101 Lachute 1
-10001101 Waseca 1
-10001101 1203.38 1
-10001101 Lotus-land 1
-10001101 Belpre 1
-10001101 Sindelfingen 1
-10001101 Abidjian 1
-10001101 8,349 1
-10001101 9,528 1
-10001101 7,077,100 1
-10001101 unrealizable 1
-10001101 1280.21 1
-10001101 1232.27 1
-10001101 1054 1
-10001101 attendence 1
-10001101 Osseo 1
-10001101 extenso 1
-10001101 56,327 1
-10001101 Dillontown 1
-10001101 Mundelein 1
-10001101 1312.84 1
-10001101 quadruplicate 1
-10001101 239,634 1
-10001101 Lackawaxen 1
-10001101 1205.35 1
-10001101 Alburtis 1
-10001101 12:00 1
-10001101 1535 1
-10001101 1202.96 1
-10001101 25,096 1
-10001101 1201.77 1
-10001101 1309.14 1
-10001101 60,533 1
-10001101 demand. 1
-10001101 law-in-theory 1
-10001101 8,584 1
-10001101 1210.71 1
-10001101 1207.50 1
-10001101 ceremoniality 1
-10001101 711.3 1
-10001101 1976.8 1
-10001101 Sebring 1
-10001101 Lubbock. 1
-10001101 Hasselt 1
-10001101 Cortaro 1
-10001101 Burgenstock 1
-10001101 near-seclusion 1
-10001101 1635 1
-10001101 Freesoil 1
-10001101 Gackle 1
-10001101 Yokneam 1
-10001101 McMechen 1
-10001101 mid-Febuary 1
-10001101 Donetsk 1
-10001101 green-apple 1
-10001101 Coroma 1
-10001101 Aubange 1
-10001101 Deluth 1
-10001101 harpdom 1
-10001101 1971-85 1
-10001101 1268.03 1
-10001101 enzymology 1
-10001101 Kentfield 1
-10001101 Midvale 1
-10001101 Dolbeau 1
-10001101 megacompensation 1
-10001101 Samgait 1
-10001101 1320.09 1
-10001101 Otterlo 1
-10001101 Bothel 1
-10001101 Flatwoods 1
-10001101 near-depressions 1
-10001101 Turnhout 1
-10001101 1319.20 1
-10001101 Xinxiang 1
-10001101 Portau-Prince 1
-10001101 Warna 1
-10001101 1298.58 1
-10001101 darkness. 1
-10001101 Konstanz 1
-10001101 1298.83 1
-10001101 1298.17 1
-10001101 1295.68 1
-10001101 Murraysville 1
-10001101 Keosauqua 1
-10001101 1293.29 1
-10001101 20,400 1
-10001101 1294.28 1
-10001101 Hertfordshire 1
-10001101 1294.23 1
-10001101 Hanworth 1
-10001101 Kirovabad 1
-10001101 Emmetsburg 1
-10001101 Chanhassen 1
-10001101 Kitzbuehel 1
-10001101 1300.31 1
-10001101 Helmstedt 1
-10001101 Ramat-Gan 1
-10001101 2010-2013 1
-10001101 Patchogue 1
-10001101 saint-john's-wort 1
-10001101 2:08:43 1
-10001101 Riveredge 1
-10001101 1249.07 1
-10001101 Wilkliffe 1
-10001101 Safat 1
-10001101 midJanuary 1
-10001101 Tamaulipas 1
-10001101 1304.91 1
-10001101 Serowe 1
-10001101 Desolation 1
-10001101 Marxism. 1
-10001101 logotypes 1
-10001101 1493 1
-10001101 1269.22 1
-10001101 Lebel-Sur-Quevillon 1
-10001101 12,737 1
-10001101 Montpellier 1
-10001101 1303.86 1
-10001101 Golete 1
-10001101 Glencoe 1
-10001101 Cheraw 1
-10001101 2006-2010 1
-10001101 l972 1
-10001101 Harco 1
-10001101 1496 1
-10001101 1295.03 1
-10001101 double-A1 1
-10001101 1238.76 1
-10001101 1259.13 1
-10001101 '84-85 1
-10001101 2003-2009 1
-10001101 Bankok 1
-10001101 2005-2008 1
-10001101 19-feet 1
-10001101 Rossendale 1
-10001101 Huacrachuco 1
-10001101 1267.72 1
-10001101 1822-28 1
-10001101 Middlefield 1
-10001101 mid-trade 1
-10001101 1970-75 1
-10001101 mid-Tennessee 1
-10001101 midshift 1
-10001101 Gordonsville 1
-10001101 Hamburg-Grassbrook 1
-10001101 crocus-lavender 1
-10001101 perpetuum 1
-10001101 1269.93 1
-10001101 2006-2008 1
-10001101 Bebee 1
-10001101 mid-Janurary 1
-10001101 1318.16 1
-10001101 13,552 1
-10001101 Frome 1
-10001101 midstride 1
-10001101 1214.24 1
-10001101 1609 1
-10001101 Sorrento 1
-10001101 Boyds 1
-10001101 cinematography. 1
-10001101 1218.20 1
-10001101 Seattle. 1
-10001101 1250.14 1
-10001101 43.93 1
-10001101 Hogeye 1
-10001101 1225.13 1
-10001101 Clackamas 1
-10001101 Mechanicsville 1
-10001101 1993-95 1
-10001101 1229.44 1
-10001101 Contactair 1
-10001101 1977-88 1
-10001101 Sarrebourg 1
-10001101 2007-09 1
-10001101 Skillman 1
-10001101 Breinigsville 1
-10001101 Streator 1
-10001101 1241.17 1
-10001101 1967-1977 1
-10001101 moneysyllables 1
-10001101 1208.59 1
-10001101 ferro-alloys 1
-10001101 Yacopi 1
-10001101 Korea. 1
-10001101 1225.94 1
-10001101 Hooverman 1
-10001101 G-strings 1
-10001101 Watchmaking 1
-10001101 Cuma 1
-10001101 1996-98 1
-10001101 inflation- 1
-10001101 Nacagdoches 1
-10001101 underexpectations 1
-10001101 bluejeans 1
-10001101 5,478 1
-10001101 Bethseda 1
-10001101 Cedartown 1
-10001101 1246.09 1
-10001101 epistemology 1
-10001101 Kulm 1
-10001101 urethanes 1
-10001101 Promontory 1
-10001101 Telemunchen 1
-10001101 Austral-Asia 1
-10001101 Sligo 1
-10001101 Coesfeld 1
-10001101 hyposmia 1
-10001101 Pieterburen 1
-10001101 Berkeley. 1
-10001101 309.0 1
-10001101 12,937.9 1
-10001101 Demopolis 1
-10001101 1,594.0 1
-10001101 Wuerzburg 1
-10001101 474.0 1
-10001101 1197.99 1
-10001101 Pune 1
-10001101 Victorville 1
-10001101 1193.82 1
-10001101 small-displacement 1
-10001101 Ravennan 1
-10001101 Swindon 1
-10001101 Australia. 1
-10001101 4,853.7 1
-10001101 1191.46 1
-10001101 143,109 1
-10001101 254,846 1
-10001101 119,195 1
-10001101 13,066 1
-10001101 179,322 1
-10001101 1194.90 1
-10001101 Chiyah 1
-10001101 Vietnam. 1
-10001101 1198.68 1
-10001101 Conda 1
-10001101 1,704.0 1
-10001101 2,085.0 1
-10001101 2,044.5 1
-10001101 Ottobrunn 1
-10001101 9,127.0 1
-10001101 1,140.6 1
-10001101 3,338.4 1
-10001101 5,120.0 1
-10001101 3,418.0 1
-10001101 Nomisma 1
-10001101 1199.80 1
-10001101 mark-sterling 1
-10001101 mid-1967 1
-10001101 198081 1
-10001101 1,686,500 1
-10001101 1985-88 1
-10001101 Dreieich 1
-10001101 1221.66 1
-10001101 1214.18 1
-10001101 super-absorbency 1
-10001101 2008-10 1
-10001101 Boykins 1
-10001101 2010-2014 1
-10001101 1662 1
-10001101 Kalush 1
-10001101 1228.84 1
-10001101 Fontainbleau 1
-10001101 Apopka 1
-10001101 Hyannisport 1
-10001101 Habaniya 1
-10001101 1192.91 1
-10001101 Woodhaven 1
-10001101 Tecuseh 1
-10001101 Leixlip 1
-10001101 semimonthly 1
-10001101 1197.88 1
-10001101 Rhinecliff 1
-10001101 Aulnay 1
-10001101 non-Tories 1
-10001101 Lehi 1
-10001101 .5269 1
-10001101 1203.22 1
-10001101 Leping 1
-10001101 Rozenburg 1
-10001101 Donnacona 1
-10001101 1005 1
-10001101 1249.69 1
-10001101 Demography 1
-10001101 Oldsmar 1
-10001101 Balmertown 1
-10001101 1267.04 1
-10001101 Manilaarea 1
-10001101 Arlit 1
-10001101 Wausa 1
-10001101 Saatchification 1
-10001101 Asti 1
-10001101 Chinandega 1
-10001101 Francesville 1
-10001101 Ropers 1
-10001101 1263.37 1
-10001101 1241.96 1
-10001101 1260.00 1
-10001101 aliya 1
-10001101 1255.13 1
-10001101 Utsunomiya 1
-10001101 1277.13 1
-10001101 Iowa. 1
-10001101 Sandpoint 1
-10001101 Stoneville 1
-10001101 Chesire 1
-10001101 electrophotography 1
-10001101 Canovanas 1
-10001101 Tigard 1
-10001101 1.7370 1
-10001101 1.7225 1
-10001101 1919-1939 1
-10001101 Floresville 1
-10001101 histroy 1
-10001101 Hunstville 1
-10001101 autodidacts 1
-10001101 1657 1
-10001101 Scituate 1
-10001101 1226.13 1
-10001101 1946-48 1
-10001101 Arlee 1
-10001101 1268.10 1
-10001101 1980. 1
-10001101 hotel-housekeeping 1
-10001101 Madawaska 1
-10001101 Borispole 1
-10001101 1224.90 1
-10001101 Gartcosh 1
-10001101 Crossville 1
-10001101 16,558 1
-10001101 Vukovar 1
-10001101 Champa 1
-10001101 Smryna 1
-10001101 Oceana 1
-10001101 1963-64 1
-10001101 1235.27 1
-10001101 Minhang 1
-10001101 Serrana 1
-10001101 1554 1
-10001101 Hilversum 1
-10001101 Clover 1
-10001101 1226.82 1
-10001101 1230.18 1
-10001101 sputnik 1
-10001101 1970-81 1
-10001101 Terneuzen 1
-10001101 Quesnel 1
-10001101 Hydrostone 1
-10001101 Azcapotzalco 1
-10001101 1910-20 1
-10001101 1190 1
-10001101 1661 1
-10001101 bas-relief 1
-10001101 Moroleon 1
-10001101 1561.0 1
-10001101 Drachten 1
-10001101 Rothamsted 1
-10001101 1251.85 1
-10001101 Tubingen 1
-10001101 1736 1
-10001101 1231.96 1
-10001101 33,849 1
-10001101 Ashtabula 2
-10001101 IBM-speak 2
-10001101 1642 2
-10001101 Korem 2
-10001101 '32 2
-10001101 1981-89 2
-10001101 haystacks 2
-10001101 Tredyffrin 2
-10001101 2007-2009 2
-10001101 1702 2
-10001101 Khayelitsha 2
-10001101 1291 2
-10001101 sight. 2
-10001101 2009-2020 2
-10001101 Taichung 2
-10001101 1411.17 2
-10001101 Dhahran 2
-10001101 25-to-1 2
-10001101 1194.60 2
-10001101 1490 2
-10001101 Hydaburg 2
-10001101 Wyncote 2
-10001101 Bracebridge 2
-10001101 Anniston 2
-10001101 1520 2
-10001101 Shadeyside 2
-10001101 forget-me-not 2
-10001101 Barryville 2
-10001101 tax-swaps 2
-10001101 Haleyville 2
-10001101 Ligonier 2
-10001101 1763 2
-10001101 1453 2
-10001101 1526 2
-10001101 Pforzheim 2
-10001101 2260 2
-10001101 Gorbals 2
-10001101 resume-writing 2
-10001101 Opelousas 2
-10001101 Mississagua 2
-10001101 Vienne 2
-10001101 Vitebsk 2
-10001101 centerfield 2
-10001101 1483 2
-10001101 Westerville 2
-10001101 Hula-Hoops 2
-10001101 Luneburg 2
-10001101 Swissvale 2
-10001101 cheesecloth 2
-10001101 restrospect 2
-10001101 Corsicana 2
-10001101 1669 2
-10001101 Stuntbrand 2
-10001101 1240.03 2
-10001101 B/C 2
-10001101 SGGMD 2
-10001101 Cordele 2
-10001101 Wuppertal 2
-10001101 Folkestone 2
-10001101 Manhattan. 2
-10001101 Pella 2
-10001101 Vitos 2
-10001101 Kayenta 2
-10001101 Bequai 2
-10001101 '13 2
-10001101 1200.94 2
-10001101 1300.49 2
-10001101 Bramlea 2
-10001101 mid-1975 2
-10001101 1248.23 2
-10001101 Afabet 2
-10001101 1694 2
-10001101 Cottonton 2
-10001101 Waterville 2
-10001101 1971-1972 2
-10001101 Poway 2
-10001101 Sherbourne 2
-10001101 1932-1933 2
-10001101 1588 2
-10001101 backstretch 2
-10001101 1211.47 2
-10001101 Boxborough 2
-10001101 Florenceville 2
-10001101 Merseyside 2
-10001101 1623 2
-10001101 Fontainebleu 2
-10001101 Collegedale 2
-10001101 1270.18 2
-10001101 April. 2
-10001101 Goiania 2
-10001101 Edenton 2
-10001101 2060 2
-10001101 1758 2
-10001101 Napanee 2
-10001101 pantomine 2
-10001101 Effingham 2
-10001101 triplicate 2
-10001101 1249.45 2
-10001101 Taxila 2
-10001101 Phoeniz 2
-10001101 Korba 2
-10001101 2:25:21 2
-10001101 1249.51 2
-10001101 haberdashery 2
-10001101 Manaus 2
-10001101 1932-33 2
-10001101 1689 2
-10001101 Huntingburg 2
-10001101 Ephrata 2
-10001101 1660 2
-10001101 Bastrop 2
-10001101 '81-82 2
-10001101 1981-1986 2
-10001101 1257.35 2
-10001101 Owego 2
-10001101 Greenock 2
-10001101 1576 2
-10001101 Abkhazians 2
-10001101 Millen 2
-10001101 2004-2009 2
-10001101 Guayaquil 2
-10001101 1381 2
-10001101 Thomonde 2
-10001101 1929-1932 2
-10001101 1696 2
-10001101 INXS 2
-10001101 Recife 2
-10001101 higher-yield 2
-10001101 1232.49 2
-10001101 Seekonk 2
-10001101 2003-2008 2
-10001101 Herborn 2
-10001101 Mosul 2
-10001101 1808 2
-10001101 1604 2
-10001101 Duisburg-Rheinhausen 2
-10001101 Pushto 2
-10001101 crayon 2
-10001101 Moncton 2
-10001101 1515 2
-10001101 January. 2
-10001101 Riegelwood 2
-10001101 1644 2
-10001101 Dorval 2
-10001101 Ontonagon 2
-10001101 Tampico 2
-10001101 Peekskill 2
-10001101 degeneracy 2
-10001101 Lindenwold 2
-10001101 1768 3
-10001101 Bratislava 3
-10001101 Gloucestershire 3
-10001101 Killeen 3
-10001101 McCamey 3
-10001101 Alpena 3
-10001101 Statesville 3
-10001101 1632 3
-10001101 Nazareth 3
-10001101 l985 3
-10001101 1611 3
-10001101 mid-1996 3
-10001101 1843 3
-10001101 Sobibor 3
-10001101 Eschborn 3
-10001101 1978-80 3
-10001101 Pottstown 3
-10001101 Standerton 3
-10001101 Borken 3
-10001101 1829 3
-10001101 Naples-Syracuse 3
-10001101 21000 3
-10001101 Visalia 3
-10001101 Stateline 3
-10001101 Lakeville 3
-10001101 Puchon 3
-10001101 sweatsuits 3
-10001101 1622 3
-10001101 Sukoharjo 3
-10001101 Uvalde 3
-10001101 Ghent 3
-10001101 Songnam 3
-10001101 October-November 3
-10001101 1783 3
-10001101 1796 3
-10001101 22000 3
-10001101 '64 3
-10001101 Vilnius 3
-10001101 Ketchikan 3
-10001101 Dudhrej 3
-10001101 Chico-Redding 3
-10001101 Lumberton 3
-10001101 Plaquemine 3
-10001101 1625 3
-10001101 1826 3
-10001101 Miami. 3
-10001101 Wellsville 3
-10001101 Bloomsburg 3
-10001101 Rockmart 3
-10001101 Uniontown 3
-10001101 Cracow 3
-10001101 Oakton 3
-10001101 1610 3
-10001101 1809 3
-10001101 Skowhegan 3
-10001101 1985. 3
-10001101 Jeffersonville 3
-10001101 mid-flight 4
-10001101 1981-1985 4
-10001101 Harleyville 4
-10001101 Moundsville 4
-10001101 Gurnee 4
-10001101 extremis 4
-10001101 1797 4
-10001101 Tagalog 4
-10001101 1977-78 4
-10001101 Ziebarth 4
-10001101 1801 4
-10001101 Japan. 4
-10001101 Suzuka 4
-10001101 1675 4
-10001101 mid-1979 4
-10001101 GPT 4
-10001101 Dyersville 4
-10001101 Modena 4
-10001101 1599 4
-10001101 mid-1994 4
-10001101 1744 4
-10001101 Agadez 4
-10001101 1516 4
-10001101 1957-58 4
-10001101 1785 4
-10001101 Titograd 4
-10001101 Jonesboro 4
-10001101 Peterborough 4
-10001101 1802 4
-10001101 1822 4
-10001101 2080 4
-10001101 Mountainview 4
-10001101 1755 4
-10001101 1964-65 4
-10001101 Tarzana 4
-10001101 1814 4
-10001101 Malmoe 4
-10001101 Koblenz 4
-10001101 Ajijic 5
-10001101 Baalbek 5
-10001101 '48 5
-10001101 1978-79 5
-10001101 1821 5
-10001101 Kingsey-Falls 5
-10001101 '63 5
-10001101 1960-61 5
-10001101 1770 5
-10001101 Whitefish 5
-10001101 Jabalpur 5
-10001101 1823 5
-10001101 1636 5
-10001101 '72 5
-10001101 Brattleboro 5
-10001101 1828 5
-10001101 Mayaguez 5
-10001101 Martinsville 5
-10001101 Charleroi 5
-10001101 1953-54 5
-10001101 Bridgetown 5
-10001101 1804 5
-10001101 1798 6
-10001101 1825 6
-10001101 Frankfort 6
-10001101 1966-67 6
-10001101 Maastricht 6
-10001101 1805 6
-10001101 mid-Manhattan 6
-10001101 1847 6
-10001101 Truro 6
-10001101 1831 6
-10001101 Guadeloupe 6
-10001101 1781 6
-10001101 1774 6
-10001101 1730 6
-10001101 1815 6
-10001101 Dodgeville 6
-10001101 Stellarton 6
-10001101 1794 6
-10001101 1775 7
-10001101 Augsburg 7
-10001101 1974-75 7
-10001101 Saskatoon 7
-10001101 1877 7
-10001101 1885 7
-10001101 1780 7
-10001101 Albertville 7
-10001101 1841 7
-10001101 Munster 7
-10001101 Marshalltown 7
-10001101 Bracknell 7
-10001101 1842 7
-10001101 Nogales 7
-10001101 1793 7
-10001101 1972-73 7
-10001101 E-flat 7
-10001101 Loretto 7
-10001101 Quantico 7
-10001101 1827 7
-10001101 1816 7
-10001101 1845 7
-10001101 Heidelberg 7
-10001101 Washington. 7
-10001101 lavatories 8
-10001101 1856 8
-10001101 1824 8
-10001101 Torreon 8
-10001101 1784 8
-10001101 1810 8
-10001101 1835 8
-10001101 Marseilles 8
-10001101 1878 8
-10001101 1875 8
-10001101 Lahore 8
-10001101 1883 8
-10001101 Hefei 8
-10001101 1980-82 9
-10001101 2150 9
-10001101 '78 9
-10001101 mid-1981 9
-10001101 Tashkent 10
-10001101 1817 10
-10001101 1792 10
-10001101 numismatics 10
-10001101 1863 10
-10001101 1862 10
-10001101 1637 10
-10001101 Groton 10
-10001101 mid-1980 11
-10001101 1750 11
-10001101 abeyance 11
-10001101 Potsdam 11
-10001101 spades 11
-10001101 1853 11
-10001101 1865 11
-10001101 1791 11
-10001101 1969-70 11
-10001101 1832 11
-10001101 '83 11
-10001101 Mainz 11
-10001101 1871 12
-10001101 1820 12
-10001101 1790 12
-10001101 1894 12
-10001101 1881 12
-10001101 1795 12
-10001101 1851 12
-10001101 1982-1984 12
-10001101 1857 12
-10001101 1874 13
-10001101 1892 13
-10001101 1854 13
-10001101 1982-84 14
-10001101 1840 14
-10001101 1830 15
-10001101 1882 16
-10001101 Amritsar 16
-10001101 Tuscany 16
-10001101 1869 16
-10001101 1803 16
-10001101 '82 16
-10001101 1902 16
-10001101 1776 17
-10001101 1982-83 17
-10001101 1899 17
-10001101 Erlangen 17
-10001101 1891 17
-10001101 988 18
-10001101 1848 18
-10001101 1887 18
-10001101 1788 18
-10001101 1886 18
-10001101 1897 18
-10001101 1884 18
-10001101 1870 19
-10001101 1867 19
-10001101 tatters 19
-10001101 1889 19
-10001101 1879 20
-10001101 1904 20
-10001101 1850 20
-10001101 1868 20
-10001101 1876 20
-10001101 perpetuity 21
-10001101 1980-81 21
-10001101 mid-1982 21
-10001101 1861 22
-10001101 1880 22
-10001101 1903 22
-10001101 1898 23
-10001101 1905 23
-10001101 1890 23
-10001101 1906 24
-10001101 mid-1983 24
-10001101 1888 25
-10001101 1908 26
-10001101 jest 27
-10001101 1909 27
-10001101 1860 27
-10001101 1873 28
-10001101 1893 29
-10001101 1895 32
-10001101 unison 32
-10001101 1789 33
-10001101 1901 33
-10001101 1927 34
-10001101 1916 34
-10001101 1923 34
-10001101 '85 35
-10001101 Toulouse 37
-10001101 1910 37
-10001101 1918 38
-10001101 1896 39
-10001101 1907 39
-10001101 1922 42
-10001101 1915 42
-10001101 1984-85 44
-10001101 1914 44
-10001101 1912 45
-10001101 1921 47
-10001101 '86 48
-10001101 mid-1984 49
-10001101 1925 50
-10001101 1928 50
-10001101 1924 52
-10001101 1926 53
-10001101 1911 54
-10001101 1913 56
-10001101 1920 58
-10001101 1919 61
-10001101 1917 63
-10001101 1931 64
-10001101 1943 66
-10001101 1900 68
-10001101 1935 68
-10001101 diameter 73
-10001101 1942 79
-10001101 mid-1985 83
-10001101 1985-86 86
-10001101 1941 87
-10001101 hindsight 89
-10001101 1981-82 91
-10001101 1944 92
-10001101 mid-1986 93
-10001101 1937 94
-10001101 1939 94
-10001101 1936 96
-10001101 1932 99
-10001101 mid-March 103
-10001101 1938 104
-10001101 1951 105
-10001101 mid-1987 106
-10001101 1930 109
-10001101 1946 121
-10001101 1953 123
-10001101 mid-April 127
-10001101 mid-June 128
-10001101 1940 136
-10001101 1955 139
-10001101 1952 140
-10001101 1945 146
-10001101 1947 152
-10001101 1954 153
-10001101 1933 154
-10001101 1958 155
-10001101 1957 183
-10001101 1956 185
-10001101 1949 195
-10001101 1950 197
-10001101 1948 214
-10001101 1959 231
-10001101 1963 250
-10001101 1961 257
-10001101 1962 308
-10001101 1966 309
-10001101 1965 351
-10001101 1964 365
-10001101 1929 377
-10001101 1960 384
-10001101 1967 512
-10001101 1971 521
-10001101 1968 533
-10001101 1972 734
-10001101 1970 741
-10001101 1975 764
-10001101 1974 767
-10001101 1973 802
-10001101 1976 971
-10001101 1977 974
-10001101 1978 1278
-10001101 1979 1808
-10001101 1981 3011
-10001101 1980 3229
-10001101 1982 3813
-10001101 1983 4195
-10001101 1985 11496
-10001101 1984 6740
-100011100 SURRENDERED 1
-100011100 SIMILARITIES 1
-100011100 BERZOFSKY 1
-100011100 DOTS 1
-100011100 ANSWERS 1
-100011100 Uzzi 1
-100011100 TROUT 1
-100011100 SPIRIT 1
-100011100 ORIGINS 1
-100011100 STATION 1
-100011100 FAVORS 1
-100011100 PRECISE 1
-100011100 OFFICERS 1
-100011100 INCENTIVES 1
-100011100 40-HOUR 1
-100011100 APPRECIATION 1
-100011100 BULLET 1
-100011100 HOSPITALITY 1
-100011100 DUNKIN 1
-100011100 PREVIEWS 1
-100011100 AMPLE 1
-100011100 VIGOR 1
-100011100 CONCEDES 1
-100011100 DISTRIBUTION 1
-100011100 CHIN-LOR 1
-100011100 TOVIG 1
-100011100 COMPLICATION 1
-100011100 CHAMP 1
-100011100 ALLURE 1
-100011100 IMPROVEMENT 1
-100011100 TRESPASS 1
-100011100 mile. 1
-100011100 ANGUISH 1
-100011100 PALS 1
-100011100 fire-in-the-belly 1
-100011100 SILVER-TONGUED 1
-100011100 CELEBRITIES 1
-100011100 PRECHTER 1
-100011100 Donerries 1
-100011100 BALES 1
-100011100 CHAOS 1
-100011100 SEELIG 1
-100011100 TUMULT 1
-100011100 embarrassement 1
-100011100 RAW-STEEL 1
-100011100 SCANLON 1
-100011100 ROSEMARY 1
-100011100 C.B 1
-100011100 Virieu 1
-100011100 MUFFIN 1
-100011100 THIRTIES 1
-100011100 FETCH 1
-100011100 NAGOYA 1
-100011100 DEPARTURE 1
-100011100 CONTEST 1
-100011100 DAGGER 1
-100011100 Yummies 1
-100011100 Cut-Rate 1
-100011100 ZIYANG 1
-100011100 HAGEMAN 1
-100011100 FLAVORS 1
-100011100 EAGERNESS 1
-100011100 870817-0031 1
-100011100 BOWLS 1
-100011100 HANES 1
-100011100 ALLEGATIONS 1
-100011100 INCIDENT 1
-100011100 RUNWAY 1
-100011100 FLASK 1
-100011100 STRIVES 1
-100011100 TEO 1
-100011100 WERSTIUK 1
-100011100 Meeni 1
-100011100 BRISCOE 1
-100011100 DIAGNOSTICS 1
-100011100 DISILLUSION 1
-100011100 TECHNIQUES 1
-100011100 Lector 1
-100011100 heartwarmer 1
-100011100 Salado 1
-100011100 COMMONLY 1
-100011100 SCRAMBLES 1
-100011100 WINSTON-SALEM 1
-100011100 PROMOTIONS 1
-100011100 Bocayare 1
-100011100 WELL-BEING 1
-100011100 PIED 1
-100011100 GROUND 1
-100011100 MAYOR 1
-100011100 DROPOUTS 1
-100011100 SHORTAGES 1
-100011100 STARTS 1
-100011100 DISRUPTIVE 1
-100011100 FLEISHER 1
-100011100 CONSOLIDATION 1
-100011100 pale-green-glazed 1
-100011100 bar-to-tennis-court-ratio 1
-100011100 Binatang 1
-100011100 IVES 1
-100011100 BLITZ 1
-100011100 Caju 1
-100011100 NETHERLANDS 1
-100011100 INWARD 1
-100011100 SANTANDER 1
-100011100 COASTS 1
-100011100 CORNERS 1
-100011100 WORKWEEKS 1
-100011100 TISSUES 1
-100011100 CENTERFOLD 1
-100011100 COMRADE 1
-100011100 GOAL 1
-100011100 ACCOUNTANT 1
-100011100 CLAYS 1
-100011100 GURU 1
-100011100 BENASULI 1
-100011100 PLACEMENT 1
-100011100 SECURE 1
-100011100 STRIVE 1
-100011100 EUROPEANS 1
-100011100 VEREINSBANK 1
-100011100 FORMULA 1
-100011100 Go-Betweens 1
-100011100 PARALLEL 1
-100011100 CONSIDERED 1
-100011100 FORMALLY 1
-100011100 PAMED 1
-100011100 WEINSTEIN 1
-100011100 CONTRIBUTION 1
-100011100 DEFINED 1
-100011100 Sheikdom 1
-100011100 attorney-director 1
-100011100 TICKETS 1
-100011100 GOOD-WILL 1
-100011100 APPLES 1
-100011100 REASONS 1
-100011100 ASTRONAUTS 1
-100011100 goofily 1
-100011100 HASN 1
-100011100 PARTISANSHIP 1
-100011100 PLOY 1
-100011100 WHOLESALE 1
-100011100 Fictions 1
-100011100 VICE 1
-100011100 CROWS 1
-100011100 EXCITMENT 1
-100011100 TURNAROUND 1
-100011100 TEMPORARIES 1
-100011100 OPPOSED 1
-100011100 PROCEDURES 1
-100011100 AIRSPACE 1
-100011100 LIQUIDITY 1
-100011100 FLAWS 1
-100011100 FLOW 1
-100011100 DRIPS 1
-100011100 LOCKER 1
-100011100 Talcos 1
-100011100 Imprensa 1
-100011100 THAR 1
-100011100 Dahuk 1
-100011100 super-weapon 1
-100011100 STAFFED 1
-100011100 Hockery 1
-100011100 offer-in-compromise 1
-100011100 A.B.D. 1
-100011100 SUPPLIERS 1
-100011100 CONDITIONERS 1
-100011100 AUSSIE 1
-100011100 ROBERTS 1
-100011100 ROCKS 1
-100011100 IMPRESSIONS 1
-100011100 LIABILITIES 1
-100011100 IDEAS 1
-100011100 SCENE 1
-100011100 confidence-builder 1
-100011100 ANEMOMETER 1
-100011100 REYES 1
-100011100 ABOARD 1
-100011100 CATCH-444 1
-100011100 REGION 1
-100011100 GRINCH 1
-100011100 PERFUMES 1
-100011100 MIDLIFE 1
-100011100 CORRECTION 1
-100011100 SELDOM 1
-100011100 KEDS 1
-100011100 SUCCEEDS 1
-100011100 HEARTS 1
-100011100 YORKERS 1
-100011100 EARTHQUAKE 1
-100011100 PERSPECTIVE 1
-100011100 SPREADS 1
-100011100 COLLECTION 1
-100011100 Kowtowskys 1
-100011100 Entomology 1
-100011100 COPING 1
-100011100 SOLICITORS 1
-100011100 PLIGHT 1
-100011100 CHOLET 1
-100011100 japes 1
-100011100 PINUP 1
-100011100 SLOPES 1
-100011100 BEDS 1
-100011100 FURNISHINGS 1
-100011100 WARPLANES 1
-100011100 ATTRACTIONS 1
-100011100 HANDCUFFS 1
-100011100 TRANSFERS 1
-100011100 DAKOTANS 1
-100011100 PENH 1
-100011100 PHNOM 1
-100011100 CALENDAR 1
-100011100 JUNG 1
-100011100 DAE 1
-100011100 810-square-foot 1
-100011100 CABLEVISION 1
-100011100 CONDUCTOR 1
-100011100 IRONY 1
-100011100 VENTURING 1
-100011100 RESTRAINT 1
-100011100 OUTSKIRTS 1
-100011100 CLAY 1
-100011100 871008-0033 1
-100011100 FOLIAGE 1
-100011100 FABRICS 1
-100011100 EXEMPTION 1
-100011100 CENTERPIECE 1
-100011100 outgoers 1
-100011100 AVERAGING 1
-100011100 GRAPE 1
-100011100 EQUIPPED 1
-100011100 89-page 1
-100011100 FADES 1
-100011100 BASES 1
-100011100 POTATOES 1
-100011100 INSPECTOR 1
-100011100 pilferproof 1
-100011100 OPTIMISTS 1
-100011100 SUE 1
-100011100 LEVIES 1
-100011100 SCHEDULES 1
-100011100 BLOWS 1
-100011100 READING 1
-100011100 BEGINNING 1
-100011100 POLISHING 1
-100011100 GREEDY 1
-100011100 INNOVATION 1
-100011100 DANIA 1
-100011100 English-made 1
-100011100 GUFFEY 1
-100011100 FII-Fyffes 1
-100011100 THEATERGOERS 1
-100011100 MUNCHIES 1
-100011100 PIANCONE 1
-100011100 DOMINATE 1
-100011100 REWARD 1
-100011100 VANISH 1
-100011100 KNIGHT 1
-100011100 SEASONS 1
-100011100 Peixe 1
-100011100 PERU 1
-100011100 PLUGS 1
-100011100 Werner-speak 1
-100011100 OBSERVERS 1
-100011100 SCREENING 1
-100011100 REVELRY 1
-100011100 AMEN 1
-100011100 BRINGS 1
-100011100 UNFAIRNESS 1
-100011100 UNBARRED 1
-100011100 FACADE 1
-100011100 THOUGHTS 1
-100011100 TOWER 1
-100011100 ITEMIZED 1
-100011100 DIVIDENDS. 1
-100011100 STORYBOARD 1
-100011100 TOLEDO 1
-100011100 freebooter 1
-100011100 ATTRACTION 1
-100011100 BETS 1
-100011100 JEWELLERS 1
-100011100 VALUES 1
-100011100 DEFECTED 1
-100011100 SURFACED 1
-100011100 SHORES 1
-100011100 YANG 1
-100011100 PEEKING 1
-100011100 UNEMPLOYED 1
-100011100 AUDIT 1
-100011100 PRAISE 1
-100011100 POSITIONS 1
-100011100 COME-ON 1
-100011100 CHANCE-OF-A-LIFETIME 1
-100011100 VIOLATIONS 1
-100011100 FIREFIGHTERS 1
-100011100 AVIACION 1
-100011100 TELECOMUNICATIONS 1
-100011100 TRAPPINGS 1
-100011100 Trap-Ease 1
-100011100 MOUSETRAP 1
-100011100 BANQUES 1
-100011100 PAGE 1
-100011100 BERTHA 1
-100011100 CRUCIFIXION 1
-100011100 SPONGES 1
-100011100 THUMB 1
-100011100 BLUEBERRIES 1
-100011100 BULLISH 1
-100011100 ABREAST 1
-100011100 BEVERAGE 1
-100011100 GIRLFRIEND 1
-100011100 SIDES 1
-100011100 Self-Employed 1
-100011100 SIGHTED 1
-100011100 DEFINITION 1
-100011100 eye-grabber 1
-100011100 COFFEEHOUSE 1
-100011100 SPOUSE 1
-100011100 INNOCENT 1
-100011100 HALTED 1
-100011100 AGRONOMICS 1
-100011100 EDGES 1
-100011100 VANS 1
-100011100 ABSOLUTE 1
-100011100 FOE 1
-100011100 ANTONIO 1
-100011100 RODIME 1
-100011100 SUBWAYS 1
-100011100 GENERATING 1
-100011100 BALLYHOOED 1
-100011100 EMERGE 1
-100011100 ESCALATE 1
-100011100 CLOSER 1
-100011100 AMWAY 1
-100011100 abalone-lover 1
-100011100 SHORESIDE 1
-100011100 EX-SPOUSE 1
-100011100 VOCALS 1
-100011100 CERTIFICATION 1
-100011100 BIOSCIENCE 1
-100011100 BARRIER 1
-100011100 ARRANGEMENTS 1
-100011100 UNPROFITABLE 1
-100011100 CARLSON 1
-100011100 ARGUMENT 1
-100011100 SHIELD 1
-100011100 ESSENCE 1
-100011100 child/Her 1
-100011100 JOCKEY 1
-100011100 STAG 1
-100011100 TONGUE 1
-100011100 CONVERTED 1
-100011100 BOUND 1
-100011100 GRATIFICATION 1
-100011100 Rondelli 1
-100011100 arras 1
-100011100 FOX 1
-100011100 UNSWORTH 1
-100011100 TROY 1
-100011100 WEREN 1
-100011100 ASSEMBLED 1
-100011100 ADVANTAGE 1
-100011100 ATTITUDES 1
-100011100 BRANCH 1
-100011100 LASERS 1
-100011100 CADAVERS 1
-100011100 PHARRISS 1
-100011100 WESTON 1
-100011100 BUSINESSPHONES 1
-100011100 LUDLUM 1
-100011100 Amount 1
-100011100 DEGREE 1
-100011100 GUARD 1
-100011100 BOMBSHELLS 1
-100011100 LAWMAKER 1
-100011100 Aulnois 1
-100011100 WORLDS 1
-100011100 WINNER 1
-100011100 COST-OF-LAUGHING 1
-100011100 RESOLUTIONS 1
-100011100 Immodest 1
-100011100 AVALON 1
-100011100 STARK 1
-100011100 MORIYAMA 1
-100011100 BAINS 1
-100011100 insider/arbitrager 1
-100011100 LACK 1
-100011100 LUMPSUM 1
-100011100 TONGUE-TWISTING 1
-100011100 INDICTMENTS 1
-100011100 BLEEP 1
-100011100 SCHEMING 1
-100011100 INSTANCE 1
-100011100 GLOOM 1
-100011100 KILL 1
-100011100 INFORMED 1
-100011100 Reject 1
-100011100 HALMI 1
-100011100 Prosterman 1
-100011100 TINTO-ZINC 1
-100011100 Auteroche 1
-100011100 OFFSHORE 1
-100011100 QUESTIONERS 1
-100011100 ENFORCERS 1
-100011100 SYNDICATOR 1
-100011100 AEGIS 1
-100011100 Thanarat 1
-100011100 MORALE 1
-100011100 INVENTORIES 1
-100011100 TUNE 1
-100011100 Eyeball 1
-100011100 INHERITANCE 1
-100011100 PLAINTIFF 1
-100011100 HURRAH 1
-100011100 TRACK 1
-100011100 ETHICAL 1
-100011100 STARKVILLE 1
-100011100 SORRELL 1
-100011100 CASTPARTS 1
-100011100 FACTORIES 1
-100011100 DEBUTS 1
-100011100 VETERANS 1
-100011100 MCHALE 1
-100011100 SNEAKER 1
-100011100 layettes 1
-100011100 PARTIES 1
-100011100 Morass 1
-100011100 INTER 1
-100011100 MEETINGS 1
-100011100 MOTIVES 1
-100011100 MILEAGE 1
-100011100 FLEXIBILITY 1
-100011100 Clampdown 1
-100011100 Camouflage 1
-100011100 SKEPTICS 1
-100011100 NOMINEE 1
-100011100 SEMENCES 1
-100011100 870615-0116 1
-100011100 BACKSLIDES 1
-100011100 GUNBOATS 1
-100011100 MUDDLED 1
-100011100 NORRIS 1
-100011100 KINNEAR 1
-100011100 JAMAIL 1
-100011100 DISCOVERIES 1
-100011100 FOLKS 1
-100011100 LEVERAGE 1
-100011100 RESCUE 1
-100011100 Wagnerites 1
-100011100 HOSTS 1
-100011100 NUTCRACKER 1
-100011100 ANXIOUS 1
-100011100 CONCEDED 1
-100011100 GRIM 1
-100011100 POCKETS 1
-100011100 AIRLINER 1
-100011100 CON 1
-100011100 PROMOTED 1
-100011100 QUALIFIED 1
-100011100 1872-1922 1
-100011100 apocalypticism 1
-100011100 KARLOFF 1
-100011100 FLYNN 1
-100011100 DEPOT 1
-100011100 DREAMERS 1
-100011100 TEMPTATIONS 1
-100011100 NECESSARY 1
-100011100 Panacea 1
-100011100 PHIPPS 1
-100011100 Epilogue 1
-100011100 CPSU 1
-100011100 FEED 1
-100011100 OLDSTER 1
-100011100 ROSTY 1
-100011100 WILKIS 1
-100011100 VERMONT 1
-100011100 WOOS 1
-100011100 GROPE 1
-100011100 GOVERNMENTS 1
-100011100 BALLOONS 1
-100011100 VALU 1
-100011100 FALLOFF 1
-100011100 SOUTHARD 1
-100011100 caduceus 1
-100011100 INTERESTS 1
-100011100 BIRTHDAY 1
-100011100 DERAILED 1
-100011100 UNDERWENT 1
-100011100 MINERA 1
-100011100 HUSIC 1
-100011100 AGRI-VATION 1
-100011100 BUREAUCRACY 1
-100011100 COMPUTING 1
-100011100 CONVENED 1
-100011100 Necklace 1
-100011100 QUOTATIONS 1
-100011100 SIKORA 1
-100011100 OVERTURES 1
-100011100 WHOLE 1
-100011100 CULTURAL 1
-100011100 EXPANSIONS 1
-100011100 BOUNTY 1
-100011100 CHEATERS 1
-100011100 Dastour 1
-100011100 AGGREGATES 1
-100011100 prizefights 1
-100011100 ITEM 1
-100011100 STEELWORKERS 1
-100011100 7130 1
-100011100 SPORTY 1
-100011100 PAPERS 1
-100011100 REPORTEDLY 1
-100011100 adverb 1
-100011100 CUP 1
-100011100 BURROUGH 1
-100011100 PADDED 1
-100011100 THIRD 1
-100011100 Montepulciano 1
-100011100 VETERINARIANS 1
-100011100 DIFFERENCES 1
-100011100 YIELD 1
-100011100 preposterousness 1
-100011100 MORMON 1
-100011100 tripone 1
-100011100 COURTHOUSE 1
-100011100 PROCEDURE 1
-100011100 PROLIFERATION 1
-100011100 PELLEGRINO 1
-100011100 BEAMS 1
-100011100 ESTATES 1
-100011100 VEHICLE 1
-100011100 KROCK 1
-100011100 DIRT 1
-100011100 BAKERIES 1
-100011100 TURISMO 1
-100011100 OVERPAYING 1
-100011100 SPEAK 1
-100011100 RIZZO 1
-100011100 SURVEILLANCE 1
-100011100 VARIABLES 1
-100011100 EVERYTHING 1
-100011100 LORD 1
-100011100 IMPORTERS 1
-100011100 DRIVES 1
-100011100 SUPPLIES 1
-100011100 encouragements 1
-100011100 BURNOUT 1
-100011100 OSTEOPATHS 1
-100011100 WRITE-OFFS 1
-100011100 WEAR 1
-100011100 TACK 1
-100011100 18-YEAR-OLD 1
-100011100 REVERSAL 1
-100011100 MANEUVER 1
-100011100 UNITES 1
-100011100 AMBITIONS 1
-100011100 Cyanuric 1
-100011100 POSER 1
-100011100 Plumage 1
-100011100 Man-Made 1
-100011100 +26 1
-100011100 81,437 1
-100011100 86,782 1
-100011100 CO-OPs 1
-100011100 RE-ELECTED 1
-100011100 LICK 1
-100011100 FASTEST 1
-100011100 DOOR 1
-100011100 ANTIBIOTIC 1
-100011100 OINTMENT 1
-100011100 TENANT 1
-100011100 TOURED 1
-100011100 WARMER 1
-100011100 EMERGES 1
-100011100 REIGNS 1
-100011100 LEECH 1
-100011100 BIRTHMARKS 1
-100011100 rival-as 1
-100011100 MAMMOGRAPHY 1
-100011100 ROSES 1
-100011100 EMPLOYMENT 1
-100011100 75,930 1
-100011100 ARCHIVES 1
-100011100 34,106 1
-100011100 Bornstein 1
-100011100 SCOOP 1
-100011100 ELECTRICIDAD 1
-100011100 INDUSTRIA 1
-100011100 5,987 1
-100011100 OUTBURST 1
-100011100 MARCUS 1
-100011100 LEUTHOLD 1
-100011100 WACHNER 1
-100011100 SHEEPSKIN 1
-100011100 MARKETER 1
-100011100 PADAVAN 1
-100011100 UNTAXABLE 1
-100011100 FRANCS 1
-100011100 FADS 1
-100011100 ACHIEVER 1
-100011100 DISABLED 1
-100011100 MOTORENWERKE 1
-100011100 INDICTMENT 1
-100011100 HYPERBOLE 1
-100011100 NANCY 1
-100011100 VOW 1
-100011100 RACKS 1
-100011100 SKIING 1
-100011100 HAWAII 1
-100011100 ASKS 1
-100011100 ADVANCEMENT 1
-100011100 COCAINE 1
-100011100 HAZARDOUS 1
-100011100 PATTON 1
-100011100 ADMISSIONS 1
-100011100 PRIVILEGE 1
-100011100 KILBY 1
-100011100 FINISHING 1
-100011100 ADVISOR 1
-100011100 ADVISORY 1
-100011100 OBERMAIER 1
-100011100 SMOKES 1
-100011100 DEADLINE 1
-100011100 Negotiator 1
-100011100 almost-industry 1
-100011100 FINALISTS 1
-100011100 RING 1
-100011100 BOMBER 1
-100011100 STEALTH 1
-100011100 EFFICIENT 1
-100011100 HARDER 1
-100011100 Sexes 1
-100011100 SKYSCRAPERS 1
-100011100 LEVENTHAL 1
-100011100 MITTELSTADT 1
-100011100 CLIPS 1
-100011100 half-ironically 1
-100011100 LATEST 1
-100011100 WORKSHOP 1
-100011100 SOLES 1
-100011100 M-I-C-K-E-Y 1
-100011100 HOUR 1
-100011100 Hoboken-Overpelt 1
-100011100 Agonized 1
-100011100 Treibacher 1
-100011100 Stenstrom 1
-100011100 PROSECUTIONS 1
-100011100 U.S.-Built 1
-100011100 Fogleman 1
-100011100 STOPPED 1
-100011100 RESERVES 1
-100011100 242,010 1
-100011100 247,505 1
-100011100 topper 1
-100011100 MINIMALISM 1
-100011100 EMBARKED 1
-100011100 Terai 1
-100011100 1,197,955 1
-100011100 SURFACES 1
-100011100 COMMUNICATORS 1
-100011100 PHOBIA 1
-100011100 ATTORNEY 1
-100011100 NAVIGATOR 1
-100011100 JACQUES 1
-100011100 UNCOUPLING 1
-100011100 52-pounder 1
-100011100 TERMINATED 1
-100011100 IMPUTED 1
-100011100 LOVERS 1
-100011100 SUPERPOWERS 1
-100011100 TRANSATLANTICO 1
-100011100 RESPONDED 1
-100011100 LORDS 1
-100011100 INSTEAD 1
-100011100 SYMPTOMS 1
-100011100 COS 1
-100011100 DENIED 1
-100011100 PERMANENTE 1
-100011100 PATCHES 1
-100011100 CIRCLES 1
-100011100 SPUR 1
-100011100 DISTANCE 1
-100011100 Pozzi 1
-100011100 QUALMS 1
-100011100 SURROGATES 1
-100011100 LINING 1
-100011100 Absence 1
-100011100 TEXACO-PENNZOIL 1
-100011100 Blankety-Blanks 1
-100011100 responsibilities. 1
-100011100 FUTILE 1
-100011100 BILLBOARDS 1
-100011100 TIPTOES 1
-100011100 College-entrance 1
-100011100 MARSHALS 1
-100011100 ARRIVE 1
-100011100 PLAZA 1
-100011100 PORN 1
-100011100 ORDINAIRE 1
-100011100 +14 1
-100011100 bancs 1
-100011100 212,556 1
-100011100 JUNGLE 1
-100011100 GHOST 1
-100011100 BOBSLED 1
-100011100 REACTION 1
-100011100 TYPEWRITERS 1
-100011100 EXCHANGED 1
-100011100 ROUTE 1
-100011100 BERTH 1
-100011100 SLICE 1
-100011100 CLEAN 1
-100011100 KICKS 1
-100011100 UKRAINIANS 1
-100011100 DIEM 1
-100011100 BASKIN 1
-100011100 BREAKERS 1
-100011100 REFUGEES 1
-100011100 CLASH 1
-100011100 FRAUD 1
-100011100 poltically 1
-100011100 DRESSES 1
-100011100 GATE 1
-100011100 DIGS 1
-100011100 CAREENS 1
-100011100 SPIN 1
-100011100 FINLEY 1
-100011100 BOATS 1
-100011100 OUNCE 1
-100011100 GUERRILLAS 1
-100011100 HUNTS 1
-100011100 DISCIPLINE 1
-100011100 SEEKERS 1
-100011100 COOKED 1
-100011100 SUBSIDIARIES 1
-100011100 HAYWARD 1
-100011100 FOLD 1
-100011100 TEXT 1
-100011100 72,643 1
-100011100 34,198 1
-100011100 MEND 1
-100011100 GOALS 1
-100011100 NATIVE 1
-100011100 RUMORS 1
-100011100 ATTAINS 1
-100011100 EXPECTS 1
-100011100 DIXON 1
-100011100 SURGES 1
-100011100 12,706 1
-100011100 SOLDIER 1
-100011100 1,083,822 1
-100011100 541,413 1
-100011100 RAN 1
-100011100 FAVOR 1
-100011100 ESCOFFIER 1
-100011100 HUNTERS 1
-100011100 SAND 1
-100011100 Ambre 1
-100011100 Seclorum 1
-100011100 GUITAR 1
-100011100 CUFF 1
-100011100 BISCUITS 1
-100011100 BERLIN 1
-100011100 VATICAN 1
-100011100 DECADES 1
-100011100 FREEMAN 1
-100011100 PROLIFERATORS 1
-100011100 ZOOS 1
-100011100 FITNESS 1
-100011100 AWAKE 1
-100011100 MORASS 1
-100011100 Feliciani 1
-100011100 SORT 1
-100011100 BRADLEY 1
-100011100 JUDITH 1
-100011100 MILLIONS 1
-100011100 TRIES 1
-100011100 RECALLS 1
-100011100 GEPPER 1
-100011100 DISARRAY 1
-100011100 STICKS 1
-100011100 insurgency. 1
-100011100 LUNG 1
-100011100 VIBROMETER 1
-100011100 MOVEMENT 1
-100011100 TERRORISM 1
-100011100 TAXIS 1
-100011100 PENARROYA 1
-100011100 VEHICLES 1
-100011100 FIGHTERS 1
-100011100 INITIATIVE 1
-100011100 SELES 1
-100011100 gioia 1
-100011100 GIRL 1
-100011100 TRANSACTIONS 1
-100011100 manager-on-the-edge 1
-100011100 RUNG 1
-100011100 DUO 1
-100011100 STAND 1
-100011100 FIXES 1
-100011100 TAKEOVERS 1
-100011100 SAURER 1
-100011100 +77 1
-100011100 DONNYBROOK 1
-100011100 SUFFERERS 1
-100011100 alphabetize 1
-100011100 SURFACE 1
-100011100 BATHROOM 1
-100011100 RAINS 1
-100011100 SEEN 1
-100011100 Attackers 1
-100011100 RICH 1
-100011100 COAT 1
-100011100 TRENCH 1
-100011100 DISAPPEARS 1
-100011100 BUSTERS 1
-100011100 SURVEYS 1
-100011100 78,713 1
-100011100 7,348 1
-100011100 471,834 1
-100011100 Fonsalette 1
-100011100 1536.5 1
-100011100 1901.7 1
-100011100 RACE 1
-100011100 Afterword 1
-100011100 7,545 1
-100011100 7,258,887 1
-100011100 SMUGGLERS 1
-100011100 Anti-abortionists 1
-100011100 VACUUM 1
-100011100 WEDDINGS 1
-100011100 COLUMNISTS 1
-100011100 WEEKENDS 1
-100011100 UHL 1
-100011100 SELF-DESTROYED 1
-100011100 Waterlooplein 1
-100011100 COMMITTEES 1
-100011100 BATHROOMS 1
-100011100 PROMISE 1
-100011100 INTERIORS 1
-100011100 POWELL 1
-100011100 out-of-stater 1
-100011100 Riunitie 1
-100011100 LAUDERDALE 1
-100011100 LOBSTERS 1
-100011100 OVERDOSE 1
-100011100 QUOTIENT 1
-100011100 RANDELL 1
-100011100 BOAST 1
-100011100 ROOM 1
-100011100 distributors/studios 1
-100011100 CONTENDERS 1
-100011100 DIPLOMATS 1
-100011100 INMATE 1
-100011100 CEREMONY 1
-100011100 employee-morale 1
-100011100 RFP 1
-100011100 WALLACH 1
-100011100 BREAKS 1
-100011100 DISRUPTION 1
-100011100 FAIRS 1
-100011100 CUISINE 1
-100011100 MARCIA 1
-100011100 HELPS 1
-100011100 ANTICA 1
-100011100 COTTING 1
-100011100 BIG-NAME 1
-100011100 GLAUBER 1
-100011100 101,379 1
-100011100 2,957 1
-100011100 EXPOSURE 1
-100011100 MUSTARD 1
-100011100 1947-1962 1
-100011100 REACTIONS 1
-100011100 Cranky 1
-100011100 UNITY 1
-100011100 CONSCIENCE 1
-100011100 SNUFF 1
-100011100 EATERIES 1
-100011100 HEIRDALE 1
-100011100 Leprechaun 1
-100011100 TRICKLES 1
-100011100 SENSOR 1
-100011100 WOUNDED 1
-100011100 HUNT 1
-100011100 1-800-CBT-LEND 1
-100011100 Magnier 1
-100011100 OUTRAGE 1
-100011100 NEWT 1
-100011100 BANCORPORATION 1
-100011100 OPERATION 1
-100011100 Over-50 1
-100011100 springboards 1
-100011100 MOTIVATE 1
-100011100 BITTEN 1
-100011100 CRUTCH 1
-100011100 NONSMOKERS 1
-100011100 Mitsubishi-a 1
-100011100 SAHGAL 1
-100011100 TALENT 1
-100011100 Caroni 1
-100011100 WEAPON 1
-100011100 THREATS 1
-100011100 CAUTION 1
-100011100 HOFFER 1
-100011100 1,333,517 1
-100011100 EURO 1
-100011100 Cataluna 1
-100011100 STATIONS 1
-100011100 TIPS 1
-100011100 Sep 1
-100011100 COLUMN 1
-100011100 514,658 1
-100011100 reqion 1
-100011100 FELLOWSHIP 1
-100011100 CASSETTE 1
-100011100 TAMMY 1
-100011100 CICIPIO 1
-100011100 TERRY 1
-100011100 SEWERS 1
-100011100 DALEY 1
-100011100 PLODDERS 1
-100011100 RUDOLPH 1
-100011100 YORK-To 1
-100011100 executive-desk 1
-100011100 ENGEL 1
-100011100 xero-lingo 1
-100011100 2118.7 1
-100011100 1541.0 1
-100011100 Perduyn 1
-100011100 Glynwed 1
-100011100 least-trumpeted 1
-100011100 ABRACADABRA 1
-100011100 UNDEFINED 1
-100011100 ESTABLISHMENT 1
-100011100 STRIPES 1
-100011100 still-fresh 1
-100011100 Moderating 1
-100011100 FRIDAY 1
-100011100 RESURFACES 1
-100011100 NERVES 1
-100011100 Heyssel 1
-100011100 SUBURBIA 1
-100011100 BRAINTRUSTERS 1
-100011100 CORNFELD 1
-100011100 VICES 1
-100011100 BATHURST 1
-100011100 ADD-ON 1
-100011100 REAP 1
-100011100 REJECTION 1
-100011100 ABUSES 1
-100011100 SHOCKS 1
-100011100 PRELATE 1
-100011100 MOAN 1
-100011100 SUCKER 1
-100011100 good-lookers 1
-100011100 198,400 1
-100011100 ACCRUALS 1
-100011100 DEALER 1
-100011100 VINES 1
-100011100 DELEGATES 1
-100011100 APOLOGIES 1
-100011100 IMAGING 1
-100011100 FOULEST 1
-100011100 ENVELOPES 1
-100011100 Ferrocarril 1
-100011100 KNIFE 1
-100011100 ASSIGNMENT 1
-100011100 SARK 1
-100011100 Wearne 1
-100011100 DIVORCEE 1
-100011100 UNLUCKY 1
-100011100 France-Caecl 1
-100011100 UNITS 1
-100011100 DIET 1
-100011100 KEYBOARDS 1
-100011100 ONE-TIME 1
-100011100 RESNICK 1
-100011100 TRIAL 1
-100011100 SNAFU 1
-100011100 LINKS 1
-100011100 ICEMAN 1
-100011100 PALESTINIANS 1
-100011100 LODESTAR 1
-100011100 EYEWEAR 1
-100011100 TELESCOPE 1
-100011100 REMAINED 1
-100011100 FOURTH 1
-100011100 MOTIVE 1
-100011100 SATISFACTION. 1
-100011100 OUELLETTE 1
-100011100 Rioters 1
-100011100 RETREAT 1
-100011100 TAKESHITA 1
-100011100 AMOUNT 1
-100011100 HEALTH-BENEFITS 1
-100011100 RIDDLE 1
-100011100 ADJUSTMENT 2
-100011100 DECLINES 2
-100011100 ADDITION 2
-100011100 STEIN 2
-100011100 MOMENT 2
-100011100 ELLIS 2
-100011100 AXIOM 2
-100011100 OWNERSHIP 2
-100011100 CHECKS 2
-100011100 DRAFT 2
-100011100 GOBAIN 2
-100011100 SUREST 2
-100011100 INTERIOR 2
-100011100 LONGER 2
-100011100 AMENDMENTS 2
-100011100 POSNER 2
-100011100 PLEA 2
-100011100 SENTENCED 2
-100011100 6251 2
-100011100 ORGANIZERS 2
-100011100 COALITION 2
-100011100 Kools 2
-100011100 HAPPENS 2
-100011100 PIERCE 2
-100011100 ASSERTED 2
-100011100 MINORITIES 2
-100011100 DISTRIBUTORS 2
-100011100 FOLLOWERS 2
-100011100 TASTERS 2
-100011100 WING 2
-100011100 YIELDS 2
-100011100 VS. 2
-100011100 PROBE 2
-100011100 REGULARLY 2
-100011100 LAMENT 2
-100011100 CORP.-c 2
-100011100 ERRORS 2
-100011100 HOMEMADE 2
-100011100 LEAGUE 2
-100011100 FAMOUS 2
-100011100 TALE 2
-100011100 AWAITED 2
-100011100 HOG 2
-100011100 HOMELESS 2
-100011100 QUOTABLE 2
-100011100 BILZERIAN 2
-100011100 APPOINTMENT 2
-100011100 CONDEMNED 2
-100011100 SOLDIERS 2
-100011100 TURNOUT 2
-100011100 BIDCOS 2
-100011100 EXPIRED 2
-100011100 WHEEL 2
-100011100 SPREE 2
-100011100 MEASURES 2
-100011100 LICENSE 2
-100011100 ANITA 2
-100011100 EYE 2
-100011100 CRIMINALS 2
-100011100 SELLER 2
-100011100 WHEELS 2
-100011100 JUAN 2
-100011100 PUBLISHERS 2
-100011100 SAILING 2
-100011100 DISPUTE 2
-100011100 OFTEN 2
-100011100 ramification 2
-100011100 CLOSINGS 2
-100011100 MIDWEST 2
-100011100 REVENGE 2
-100011100 REFORM 2
-100011100 LEGACY 2
-100011100 DEMOCRACY 2
-100011100 JUNE 2
-100011100 matriarchy 2
-100011100 TILT 2
-100011100 INDISPENSABLE 2
-100011100 APOLOGIZES 2
-100011100 PLANNERS 2
-100011100 Jingoism 2
-100011100 Intermittently 2
-100011100 AUTHORITIES 2
-100011100 CONNECTION 2
-100011100 PUBLICATION 2
-100011100 CUELLAR 2
-100011100 RELAX 2
-100011100 BACKS 2
-100011100 TEXTBOOK 2
-100011100 DUTY 2
-100011100 YOURSELF 2
-100011100 VAULT 2
-100011100 PERFORMANCE 2
-100011100 RELUCTANCE 2
-100011100 BASHES 2
-100011100 SCIENCES 2
-100011100 MAKER 2
-100011100 ROOT 2
-100011100 SUCCESSOR 2
-100011100 UTILITY 2
-100011100 ROLLOVER 2
-100011100 SPEAKES 2
-100011100 CHARACTER 2
-100011100 SUBMARINES 2
-100011100 CAMERAS 2
-100011100 BURDEN 2
-100011100 PROOF 2
-100011100 TALLY 2
-100011100 Laredos 2
-100011100 STEP 2
-100011100 EGGS 2
-100011100 AGREEMENTS 2
-100011100 Preface 2
-100011100 SLEEP 2
-100011100 CABLESYSTEMS 2
-100011100 ASSURED 2
-100011100 PICTURE 2
-100011100 RELIEF 2
-100011100 STUMBLES 2
-100011100 MEETING 2
-100011100 BYRD 2
-100011100 SHADOW 2
-100011100 CHANCE 2
-100011100 POLLUTION 2
-100011100 detours 2
-100011100 DRIVE 2
-100011100 SENATORS 2
-100011100 LEFTOVERS 2
-100011100 SUGGESTED 2
-100011100 VEEP 2
-100011100 DELAY 2
-100011100 FATE 2
-100011100 WIRE 2
-100011100 RALLY 2
-100011100 RANGE 2
-100011100 OPPONENTS 2
-100011100 PACKARD 2
-100011100 SPEND 2
-100011100 PASTURES 2
-100011100 DEFEAT 2
-100011100 FLOOR 2
-100011100 WRONG 2
-100011100 JOSTLE 2
-100011100 CREDITORS 2
-100011100 NO-NO 2
-100011100 ELECTIONS 2
-100011100 HEADS 2
-100011100 DUMP 2
-100011100 INDOSUEZ 2
-100011100 SANCTIONS 2
-100011100 PIG 2
-100011100 PRICIEST 2
-100011100 DEDUCT 2
-100011100 PROPOSALS 2
-100011100 MEDICINE 2
-100011100 BOOSTERS 2
-100011100 SHIPS 2
-100011100 SATELLITES 2
-100011100 MEOW 2
-100011100 VACCINE 2
-100011100 Robot-70s 2
-100011100 NUMBER 2
-100011100 FACING 2
-100011100 TREND 2
-100011100 MICROWAVE 2
-100011100 RUNNING 2
-100011100 EASY 2
-100011100 BEQUEST 2
-100011100 APPLIANCES 2
-100011100 TARGETS 2
-100011100 GORDON 2
-100011100 PROJECT 2
-100011100 MIGRATION 2
-100011100 EXPECT 2
-100011100 LIPS 2
-100011100 CYANAMID 2
-100011100 ITEMS 2
-100011100 WEATHER 2
-100011100 CONTROLLERS 2
-100011100 NEWEST 2
-100011100 FACTS 2
-100011100 SPARRED 2
-100011100 DIRECTIONS 2
-100011100 SOURCE 2
-100011100 DEFECTIONS 2
-100011100 JANEIRO 2
-100011100 OKLAHOMA 2
-100011100 TELLER 2
-100011100 STEAK 2
-100011100 STRUGGLES 2
-100011100 SELLS 2
-100011100 EXPAND 2
-100011100 RESISTS 2
-100011100 MINISTERS 2
-100011100 TOOLS 2
-100011100 PARLIAMENT 2
-100011100 CONSULTANTS 2
-100011100 FILED 2
-100011100 EXPENSES 2
-100011100 RETIRE 2
-100011100 BREAK 2
-100011100 DEFAULTS 2
-100011100 LITERARY 2
-100011100 ALLIANCE 2
-100011100 PACKAGING 2
-100011100 Rustling 2
-100011100 BORDER 2
-100011100 BIT 2
-100011100 BUS 2
-100011100 MINUTES 2
-100011100 COLLECTING 2
-100011100 SPIRITS 2
-100011100 PANELS 2
-100011100 ARCHITECT 2
-100011100 Chimie 2
-100011100 ROUTINE 2
-100011100 Adventurer 2
-100011100 TRIP 2
-100011100 GUILT 2
-100011100 POOL 2
-100011100 RESTRICTIONS 2
-100011100 WEALTH 2
-100011100 BOARDS 2
-100011100 PAST 2
-100011100 SHOT 2
-100011100 NATIONWIDE 2
-100011100 MUSCLE 2
-100011100 CREAM 2
-100011100 MILKEN 2
-100011100 TRACKING 2
-100011100 OVERTIME 2
-100011100 CANDIDATE 2
-100011100 all-party 2
-100011100 AREA 2
-100011100 BAUDOUIN 2
-100011100 Gunfire 2
-100011100 HOLIDAYS 2
-100011100 VAST 2
-100011100 LEARNING 2
-100011100 TREES 2
-100011100 PRODUCERS 2
-100011100 APPROVAL 2
-100011100 STRUGGLE 2
-100011100 RESULT 2
-100011100 RATINGS 2
-100011100 MESSAGE 2
-100011100 WOODSIDE 2
-100011100 SLOWDOWN 2
-100011100 ADVOCATES 2
-100011100 DETAINEES 2
-100011100 APPEALED 2
-100011100 TRAIL 2
-100011100 SECRETARIES 2
-100011100 SCORECARD 2
-100011100 WOODS 2
-100011100 SAME 2
-100011100 FACTOR 2
-100011100 GRADUATES 2
-100011100 SHIFTING 2
-100011100 BORING 2
-100011100 CHIEFS 2
-100011100 HEAT 2
-100011100 BLOEDEL 2
-100011100 PATONS 2
-100011100 WIFE 2
-100011100 statement. 2
-100011100 SOYBEAN 2
-100011100 WONDER 2
-100011100 CRIME 2
-100011100 ROME 2
-100011100 WHOLESALERS 2
-100011100 SPLITS 2
-100011100 SURGERY 2
-100011100 SPLASH 2
-100011100 GRANTING 2
-100011100 WIDE 2
-100011100 DILEMMA 2
-100011100 BILBAO 2
-100011100 AGNELLI 2
-100011100 CHANNEL 2
-100011100 Bruss 2
-100011100 INMATES 2
-100011100 POST 2
-100011100 TWIST 2
-100011100 TECHNIQUE 2
-100011100 ZOSEN 2
-100011100 Breather 2
-100011100 TREATMENT 2
-100011100 ORDER 2
-100011100 POTENTIAL 2
-100011100 COLLATERAL 2
-100011100 FILE 2
-100011100 GONE 2
-100011100 TRUE 2
-100011100 ANGELES 2
-100011100 BELT 2
-100011100 MCCORMACK 2
-100011100 HOOK 2
-100011100 BAILOUT 2
-100011100 WOLF 2
-100011100 YOUTH 2
-100011100 CORPS 2
-100011100 CONTRACTORS 2
-100011100 COVER 2
-100011100 LAKES 3
-100011100 KISSINGER 3
-100011100 EXTREMISTS 3
-100011100 MAGNETICS 3
-100011100 BONE 3
-100011100 SETTLED 3
-100011100 HARMONY 3
-100011100 COURSE 3
-100011100 STANDS 3
-100011100 WIND 3
-100011100 RESPONSE 3
-100011100 STANCE 3
-100011100 AGREEMENT 3
-100011100 BEACH 3
-100011100 CONTAINERS 3
-100011100 DELIVERY 3
-100011100 Saturn-esque 3
-100011100 HEADED 3
-100011100 TYPE 3
-100011100 INTENDS 3
-100011100 CHOICE 3
-100011100 SUPPORT 3
-100011100 MOUNT 3
-100011100 RISK 3
-100011100 DEVELOPMENTS 3
-100011100 CALLS 3
-100011100 ACCORD 3
-100011100 MATHESON 3
-100011100 SENSE 3
-100011100 COUPLE 3
-100011100 PROSECUTOR 3
-100011100 WEEKEND 3
-100011100 WEXNER 3
-100011100 TUITION 3
-100011100 BARRICK 3
-100011100 HOPEFULS 3
-100011100 AUCTIONS 3
-100011100 PEPPER 3
-100011100 FIT 3
-100011100 AUSTIN 3
-100011100 INFIGHTING 3
-100011100 SIGNALS 3
-100011100 EFFORTS 3
-100011100 TURNOVER 3
-100011100 SHIFT 3
-100011100 GASP 3
-100011100 BLUES 3
-100011100 GLITTERS 3
-100011100 FOUNDATIONS 3
-100011100 CAMPAIGNS 3
-100011100 NUNN 3
-100011100 TIES 3
-100011100 SOAR 3
-100011100 WARNINGS 3
-100011100 EVENTS 3
-100011100 OATS 3
-100011100 SCRAMBLE 3
-100011100 TRUCE 3
-100011100 RISKS 3
-100011100 STUDY 3
-100011100 CATCHING 3
-100011100 sac 3
-100011100 PERK 3
-100011100 HANDICAPPED 3
-100011100 CLAIM 3
-100011100 DEPT. 3
-100011100 IMMIGRANTS 3
-100011100 APPEAL 3
-100011100 TOURISM 3
-100011100 LIQUIDE 3
-100011100 THOMPSON 3
-100011100 DRUGS 3
-100011100 WANTS 3
-100011100 RETIREES 3
-100011100 FRET 3
-100011100 RAISE 3
-100011100 GIVING 3
-100011100 SKILLS 3
-100011100 FADE 3
-100011100 PTY. 3
-100011100 PRISON 3
-100011100 SURPRISE 3
-100011100 ENTRY 3
-100011100 PHILIPPINES 3
-100011100 DATE 3
-100011100 BALANCE 3
-100011100 LOTTERIES 3
-100011100 SEARCH 3
-100011100 BEGIN 3
-100011100 LEVY 3
-100011100 PARENT 3
-100011100 INVESTIGATION 3
-100011100 LOYALTY 3
-100011100 DRIVING 3
-100011100 CRACKDOWN 3
-100011100 VIOLENCE 3
-100011100 CNV 3
-100011100 DOCUMENTS 3
-100011100 BLAMED 3
-100011100 DECISION 3
-100011100 GAMES 3
-100011100 CHOCOLATE 3
-100011100 MISSILE 3
-100011100 COLLEGES 3
-100011100 SLUMPED 3
-100011100 PLEDGED 3
-100011100 HARBOR 3
-100011100 PREPARERS 3
-100011100 MIXED 3
-100011100 DECLINE 3
-100011100 CIRCUIT 3
-100011100 DEATH 3
-100011100 SUBSIDIES 3
-100011100 LESS 3
-100011100 URBAN 3
-100011100 AFRICAN 3
-100011100 AGENDA 3
-100011100 NATIONS 3
-100011100 DENIAL 3
-100011100 FANCY 3
-100011100 KOREANS 3
-100011100 ROH 3
-100011100 BALL 3
-100011100 TRAVELED 3
-100011100 THYSELF 3
-100011100 Eaters 3
-100011100 KENNEDY 3
-100011100 CREDITO 3
-100011100 STATEMENT 3
-100011100 VIYELLA 3
-100011100 NEEDS 3
-100011100 MEMBERSHIP 3
-100011100 CONSULTING 3
-100011100 UNREST 3
-100011100 PLUNGE 3
-100011100 pre-condition 3
-100011100 MOOD 3
-100011100 LIGHTS 3
-100011100 CONDOS 3
-100011100 CITED 3
-100011100 MANIA 3
-100011100 FACT 3
-100011100 EPISODE 3
-100011100 ATTEMPTED 3
-100011100 ACTIONS 3
-100011100 VUITTON 3
-100011100 PARTICIPATION 3
-100011100 HOTTEST 3
-100011100 COMPLAINTS 3
-100011100 CLIMBED 3
-100011100 MATTER 3
-100011100 CATCH 3
-100011100 ECONOMICS 3
-100011100 BOOSTS 3
-100011100 SKIES 3
-100011100 RUSSIANS 3
-100011100 Sight 3
-100011100 STYLE 3
-100011100 GREEK 3
-100011100 BOAT 3
-100011100 CODES 3
-100011100 STRIKERS 3
-100011100 PHONES 3
-100011100 RE-ENTRY 3
-100011100 PLACE 3
-100011100 POINT 3
-100011100 REVENUE 3
-100011100 NARROWED 3
-100011100 KREMLIN 3
-100011100 COMPENSATION 3
-100011100 MEANS 3
-100011100 HIRE 3
-100011100 STAFF 3
-100011100 MIND 3
-100011100 STUFF 3
-100011100 MYSTERY 3
-100011100 HELICOPTER 3
-100011100 SCENTS 3
-100011100 QUOTAS 3
-100011100 KIDNAPPERS 4
-100011100 VICTORY 4
-100011100 ADVICE 4
-100011100 REVOLUTION 4
-100011100 LIVING 4
-100011100 EXAMPLE 4
-100011100 THING 4
-100011100 COMMITTEE 4
-100011100 RULING 4
-100011100 GAUGE 4
-100011100 BEEF 4
-100011100 NUMBERS 4
-100011100 BARBARA 4
-100011100 SECRET 4
-100011100 OFFER 4
-100011100 SPOTS 4
-100011100 DECEMBER 4
-100011100 JETS 4
-100011100 BENEFIT 4
-100011100 TABLES 4
-100011100 CENSUS 4
-100011100 EDITION 4
-100011100 CLAIMED 4
-100011100 DOLLARS 4
-100011100 OPPOSITION 4
-100011100 MEAN 4
-100011100 AROUND 4
-100011100 COLORADO 4
-100011100 VIEW 4
-100011100 ISLAND 4
-100011100 MIGUEL 4
-100011100 SUES 4
-100011100 IDEA 4
-100011100 Halon 4
-100011100 OFFERING 4
-100011100 APPEARS 4
-100011100 MAGAZINE 4
-100011100 AGENTS 4
-100011100 STRATEGIES 4
-100011100 NEST 4
-100011100 SCANDALS 4
-100011100 HIM 4
-100011100 CABINET 4
-100011100 REASON 4
-100011100 PROFILE 4
-100011100 NATION 4
-100011100 MARCHED 4
-100011100 COUP 4
-100011100 BENEDETTI 4
-100011100 APRIL 4
-100011100 SIZE 4
-100011100 DAKOTA 4
-100011100 UPDATE 4
-100011100 REBELS 4
-100011100 PLANT 4
-100011100 LIKELY 4
-100011100 FRANCHISING 4
-100011100 TESTIFIED 4
-100011100 Mediterraneo 4
-100011100 SOUNDS 4
-100011100 SCANDAL 4
-100011100 BID 4
-100011100 PARTNER 4
-100011100 DOORS 4
-100011100 PATENT 4
-100011100 TECH 4
-100011100 BEGINS 4
-100011100 MONDAY 4
-100011100 ARTISTS 4
-100011100 CHILD 4
-100011100 INQUIRY 4
-100011100 FUTURES 4
-100011100 FAMILIES 4
-100011100 VIE 4
-100011100 BORN 4
-100011100 SHIFTS 4
-100011100 AFFILIATION 4
-100011100 ACKNOWLEDGED 4
-100011100 EXPLOSION 4
-100011100 PLAY 4
-100011100 COMES 4
-100011100 SQUEEZE 4
-100011100 FUSS 4
-100011100 VOTERS 4
-100011100 SWITCH 4
-100011100 EXPENSE 4
-100011100 SAINT 4
-100011100 TROUBLES 4
-100011100 FORM 4
-100011100 WALTER 4
-100011100 AWARDS 4
-100011100 JURY 4
-100011100 TRADED 4
-100011100 WAIT 4
-100011100 Waart 4
-100011100 WORRY 4
-100011100 OFFICES 4
-100011100 QUESTION 4
-100011100 COOPERATIVE 4
-100011100 LOSE 4
-100011100 Autocamiones 4
-100011100 DEMANDS 4
-100011100 REVIEWS 4
-100011100 MATTRESS 5
-100011100 STUDIES 5
-100011100 HANOVER 5
-100011100 PROFIT 5
-100011100 ATTACKS 5
-100011100 ISSUE 5
-100011100 PIPELINES 5
-100011100 SHIP 5
-100011100 BRADY 5
-100011100 HAMPSHIRE 5
-100011100 KEY 5
-100011100 PROPOSAL 5
-100011100 DIRECTOR 5
-100011100 PHOTO 5
-100011100 KING 5
-100011100 LEFT 5
-100011100 TINTO 5
-100011100 WEEK 5
-100011100 DROUGHT 5
-100011100 THEATERS 5
-100011100 GERMANY 5
-100011100 GERMANS 5
-100011100 INTERNAL 5
-100011100 AMBROSIANO 5
-100011100 EGG 5
-100011100 WARNING 5
-100011100 PROTECTION 5
-100011100 LOOM 5
-100011100 COMMISSION 5
-100011100 PARACHUTES 5
-100011100 TELECOM 5
-100011100 GIFT 5
-100011100 TIMING 5
-100011100 CORN 5
-100011100 CAROLINA 5
-100011100 CHIP 5
-100011100 FORCE 5
-100011100 SURGE 5
-100011100 WERKE 5
-100011100 MOTOREN 5
-100011100 BABY 5
-100011100 NEGOTIATORS 5
-100011100 QUESTIONS 5
-100011100 LETTER 5
-100011100 OUSTED 5
-100011100 SAFE 5
-100011100 PROCESS 5
-100011100 COVERAGE 5
-100011100 FRANCISCO 5
-100011100 PLANE 5
-100011100 Dictator 5
-100011100 FACTORS 5
-100011100 GAME 5
-100011100 STRATEGY 5
-100011100 PROJECTS 5
-100011100 Electricidad 5
-100011100 EXPERT 5
-100011100 BOOK 5
-100011100 SUEZ 5
-100011100 FE 5
-100011100 BOOST 5
-100011100 PICK 5
-100011100 WAYS 6
-100011100 FUTURE 6
-100011100 EFFORT 6
-100011100 PROGRAMS 6
-100011100 TURMOIL 6
-100011100 DEMAND 6
-100011100 DEBT 6
-100011100 HUGO 6
-100011100 LIMITS 6
-100011100 RENTALS 6
-100011100 AIDES 6
-100011100 SEEMS 6
-100011100 COMMON 6
-100011100 CONTINUED 6
-100011100 PLANNING 6
-100011100 ADMINISTRATION 6
-100011100 PROSPECTS 6
-100011100 NICE 6
-100011100 SOON 6
-100011100 TEST 6
-100011100 WARNED 6
-100011100 RICHFIELD 6
-100011100 TABLE 6
-100011100 SURE 6
-100011100 PREPARED 6
-100011100 ARROW 6
-100011100 DECIDED 6
-100011100 SPORTS 6
-100011100 OFFICIAL 6
-100011100 JANUARY 6
-100011100 JET 6
-100011100 DEAL 6
-100011100 SUCCESS 6
-100011100 BOSS 6
-100011100 SCHWEPPES 6
-100011100 OFFERS 6
-100011100 FINANCING 6
-100011100 JOURNAL 6
-100011100 CUTBACKS 7
-100011100 RECORD 7
-100011100 HEART 7
-100011100 Recoveries 7
-100011100 LAWS 7
-100011100 FAR 7
-100011100 FIELDS 7
-100011100 TRAINING 7
-100011100 INDICTED 7
-100011100 CHANGE 7
-100011100 CLOSING 7
-100011100 Ado 7
-100011100 POLICIES 7
-100011100 FAULTED 7
-100011100 SOVIETS 7
-100011100 HAND 7
-100011100 DEDUCTIONS 7
-100011100 ROAD 7
-100011100 SHOW 7
-100011100 ESPANA 7
-100011100 CHAIRMAN 7
-100011100 MIRROR 7
-100011100 MONTH 7
-100011100 INSTRUMENTS 8
-100011100 BUSINESSES 8
-100011100 accolade 8
-100011100 AGAIN 8
-100011100 RULED 8
-100011100 REFUSED 8
-100011100 TESTS 8
-100011100 AGENCY 8
-100011100 BARNEY 8
-100011100 COUNSEL 8
-100011100 VOWED 8
-100011100 WAY 8
-100011100 DIRECTORS 8
-100011100 SHORTAGE 8
-100011100 FORCES 8
-100011100 AGENCIES 8
-100011100 WITTER 8
-100011100 PANEL 8
-100011100 WANTED 8
-100011100 TOLD 8
-100011100 END 8
-100011100 ENOUGH 8
-100011100 AFRICA 8
-100011100 PAYMENTS 8
-100011100 RUN 8
-100011100 RUSH 8
-100011100 PARK 8
-100011100 ENGLAND 8
-100011100 RETURNS 9
-100011100 FRONT 9
-100011100 APPEARED 9
-100011100 LEADER 9
-100011100 TALK 9
-100011100 OPTIONS 9
-100011100 SELLING 9
-100011100 PROFITS 9
-100011100 SOUGHT 9
-100011100 INTERSTATE 9
-100011100 USE 9
-100011100 WATER 10
-100011100 WERE 10
-100011100 CHIEF 10
-100011100 DOWN 10
-100011100 BOOKS 10
-100011100 DAYS 10
-100011100 CORPORATIONS 10
-100011100 BELGIQUE 10
-100011100 FAILED 10
-100011100 MAIL 10
-100011100 FIRED 11
-100011100 PROBLEM 11
-100011100 SAY 11
-100011100 CITIES 11
-100011100 COST 11
-100011100 TIP 11
-100011100 -Yr. 11
-100011100 BURNHAM 11
-100011100 rigueur 11
-100011100 LEADERS 11
-100011100 MUCH 12
-100011100 BATTLE 12
-100011100 FRANCE 12
-100011100 MOVED 12
-100011100 ORDERED 12
-100011100 PEABODY 12
-100011100 ISSUES 13
-100011100 KOREA 13
-100011100 HOPES 13
-100011100 ZEALAND 13
-100011100 SEEKS 13
-100011100 PRICE 14
-100011100 DEFICIT 14
-100011100 BOOM 14
-100011100 PLAN 14
-100011100 PRESIDENT 14
-100011100 SPENDING 14
-100011100 ECONOMY 15
-100011100 JERSEY 16
-100011100 LINES 16
-100011100 PENTAGON 16
-100011100 EXCHANGE 16
-100011100 NOTE 17
-100011100 EXPRESS 17
-100011100 YEAR 18
-100011100 BOARD 18
-100011100 GROWTH 18
-100011100 PARIBAS 18
-100011100 MEAT 18
-100011100 WORLD 19
-100011100 ACCOUNTS 20
-100011100 JUDGE 21
-100011100 CALLED 21
-100011100 STREET 21
-100011100 BILL 22
-100011100 BONDS 22
-100011100 ACCOUNT 23
-100011100 SENATE 24
-100011100 VOTED 24
-100011100 NAME 25
-100011100 OUT 29
-100011100 MARKET 30
-100011100 WORK 30
-100011100 VIDEO 31
-100011100 GOLD 33
-100011100 WILL 35
-100011100 JUICE 37
-100011100 COMPANY 40
-100011100 HAS 41
-100011100 DOLLAR 44
-100011100 TRADE 45
-100011100 CURRENCIES 46
-100011100 Notes. 50
-100011100 HOUSE 53
-100011100 PLANS 53
-100011100 PRICES 69
-100011100 ROLE 71
-100011100 INDEXES 81
-100011100 drawback 93
-100011100 MEMOS 113
-100011100 CHECKOFF 113
-100011100 MEATS 114
-100011100 YORK 118
-100011100 FUNDS 166
-100011100 BILLS 183
-100011100 ACCEPTANCES 184
-100011100 NEWS 189
-100011100 EURODOLLARS 190
-100011100 INTERBANK 192
-100011100 DEPOSIT 192
-100011100 LATE 201
-100011100 LYNCH 208
-100011100 SOYBEANS 234
-100011100 HOME 242
-100011100 reason 5811
-100011100 PAPER 395
-1000111010 NCEO 1
-1000111010 EMERGENCIES 1
-1000111010 PARTYING 1
-1000111010 goonery 1
-1000111010 third-parties 1
-1000111010 mono-analysis 1
-1000111010 polytechnic 1
-1000111010 REWARDED 1
-1000111010 GAULT 1
-1000111010 PAYERS 1
-1000111010 primary-market 1
-1000111010 ELLIN 1
-1000111010 mid-sermon 1
-1000111010 HYGIENE 1
-1000111010 SAVORS 1
-1000111010 45-knot 1
-1000111010 NET-PENS 1
-1000111010 PATRONS 1
-1000111010 microswitch 1
-1000111010 surveyers 1
-1000111010 APPARENTLY 1
-1000111010 WATCHERS 1
-1000111010 semi-vacuum 1
-1000111010 debt-issuing 1
-1000111010 POLLS. 1
-1000111010 COATTAILS 1
-1000111010 GUARANTEES 1
-1000111010 NOTED 1
-1000111010 PERELMAN 1
-1000111010 scalds 1
-1000111010 VOYAGE 1
-1000111010 Chetyrye 1
-1000111010 MEGAMERGERS 1
-1000111010 national-over-the 1
-1000111010 CUSTODY 1
-1000111010 SLIPPERS 1
-1000111010 outdoors-books 1
-1000111010 Velika-Kladusa 1
-1000111010 JVT 1
-1000111010 LESSON 1
-1000111010 MIKE 1
-1000111010 STAKES 1
-1000111010 DIVIDENDS 1
-1000111010 SOURCES 1
-1000111010 REMOVALS 1
-1000111010 button-pushing 1
-1000111010 HAYASHIBARA 1
-1000111010 KIRK 1
-1000111010 DOGS 1
-1000111010 NOMINEES 1
-1000111010 ADDICTS 1
-1000111010 BUST 1
-1000111010 LITERACY 1
-1000111010 creepers 1
-1000111010 anti-ballet 1
-1000111010 PERFUME 1
-1000111010 missimpression 1
-1000111010 sensitization 1
-1000111010 SYRUP 1
-1000111010 TENDERED 1
-1000111010 FREEDOM 1
-1000111010 COOLERS 1
-1000111010 rhinovirus 1
-1000111010 sophisms 1
-1000111010 EXODUS 1
-1000111010 MOVIEGOERS 1
-1000111010 FAKERY 1
-1000111010 SUPERSTARS 1
-1000111010 Gahden 1
-1000111010 near-gridlock 1
-1000111010 AIRS 1
-1000111010 SEEDS 1
-1000111010 AIRES 1
-1000111010 inner-cities 1
-1000111010 SWAPS 1
-1000111010 INTRIGUE 1
-1000111010 prolapse 1
-1000111010 PARTICIPANTS 1
-1000111010 Hodeidah 1
-1000111010 scirocco 1
-1000111010 masseria 1
-1000111010 BUYBACK 1
-1000111010 traitor-spies 1
-1000111010 better-countries 1
-1000111010 PC2 1
-1000111010 small-mindedness 1
-1000111010 SCHLANG 1
-1000111010 MONIKER 1
-1000111010 CHIC 1
-1000111010 tom-tom 1
-1000111010 SUTTON 1
-1000111010 BACKER 1
-1000111010 pinstripers 1
-1000111010 STUFFER 1
-1000111010 Esperian 1
-1000111010 Bagdads 1
-1000111010 counterforces 1
-1000111010 finfish 1
-1000111010 neo-Leninism 1
-1000111010 GOOFY 1
-1000111010 pseudo-government 1
-1000111010 in-set 1
-1000111010 collection-building 1
-1000111010 883,281 1
-1000111010 Dubrovnik 1
-1000111010 Kuybyshev 1
-1000111010 COUNSELS 1
-1000111010 giant-killer 1
-1000111010 PREISS 1
-1000111010 priviso 1
-1000111010 STYLING 1
-1000111010 MISSILES 1
-1000111010 plywood-pounding 1
-1000111010 coliseums 1
-1000111010 BASEBALL 1
-1000111010 Pecksniffianism 1
-1000111010 QUANDARIES 1
-1000111010 Mufid-Zade 1
-1000111010 PENS 1
-1000111010 PERKS 1
-1000111010 TAINTS 1
-1000111010 pitons 1
-1000111010 weatherstripping 1
-1000111010 departure-gate 1
-1000111010 Kennedy-mystique 1
-1000111010 COUNTS 1
-1000111010 provitamin 1
-1000111010 BAKHASH 1
-1000111010 QUIZ 1
-1000111010 pseudo-scientists 1
-1000111010 mega-acquisitions 1
-1000111010 MURDOCH 1
-1000111010 LENSES 1
-1000111010 WARNS 1
-1000111010 estrangment 1
-1000111010 rumour 1
-1000111010 Strydom 1
-1000111010 divertissements 1
-1000111010 1639 1
-1000111010 Mito 2
-1000111010 offerers 2
-1000111010 pacifist-minded 2
-1000111010 1619 2
-1000111010 SAMPLING 2
-1000111010 Eurythmics 2
-1000111010 Watseka 2
-1000111010 zesty 2
-1000111010 Brokdorf 2
-1000111010 one-acters 2
-1000111010 Moraga 2
-1000111010 Econoclast 2
-1000111010 Emilia 2
-1000111010 punitives 2
-1000111010 LaFox 2
-1000111010 aerospace/electronics 2
-1000111010 Vergennes 2
-1000111010 aerosal 2
-1000111010 durian 2
-1000111010 remanding 2
-1000111010 Rexdale 2
-1000111010 seance 2
-1000111010 Pampa 2
-1000111010 1733 2
-1000111010 theater-TV 2
-1000111010 promise-to-agree 2
-1000111010 C-Line 2
-1000111010 crime-plagued 2
-1000111010 WY-212m 2
-1000111010 Oroville 2
-1000111010 1786 2
-1000111010 cultish 2
-1000111010 Rosenhayn 2
-1000111010 Willows 2
-1000111010 Ichon 2
-1000111010 Springville 2
-1000111010 Tontitown 2
-1000111010 maintenance-free 2
-1000111010 pre-Hispanic 2
-1000111010 Topton 2
-1000111010 Athlona 2
-1000111010 off-chance 2
-1000111010 Sayreville 3
-1000111010 Cookeville 3
-1000111010 Alba 3
-1000111010 Guasare 3
-1000111010 free-mail 3
-1000111010 Bernardsville 3
-1000111010 GA22V10 3
-1000111010 Deauville 3
-1000111010 rumours 3
-1000111010 Glastonbury 3
-1000111010 straightaway 3
-1000111010 Greenbrae 3
-1000111010 Moorpark 3
-1000111010 Manhasset 3
-1000111010 Columbiana 3
-1000111010 good-cop 3
-1000111010 PC1 3
-1000111010 Forestville 3
-1000111010 Edina 3
-1000111010 Schaumberg 3
-1000111010 Hazlet 3
-1000111010 Gloversville 3
-1000111010 macaw 4
-1000111010 Sowetan 4
-1000111010 turreted 4
-1000111010 Ghazni 4
-1000111010 Vestal 4
-1000111010 Midland-Odessa 4
-1000111010 snowboarding 4
-1000111010 13-1 4
-1000111010 Burkburnett 4
-1000111010 megafirms 5
-1000111010 Tullnerfeld 5
-1000111010 Changwon 6
-1000111010 Uniondale 6
-1000111010 Waynesville 7
-1000111010 Treviso 7
-1000111010 Mequon 7
-1000111010 Bexley 7
-1000111010 ICAHN 7
-1000111010 Stanleytown 9
-1000111010 actuality 13
-1000111010 Hicksville 45
-1000111010 retrospect 118
-1000111010 essence 245
-1000111010 fact 7357
-1000111010 particular 2410
-1000111011 ALLSOPP 1
-1000111011 PAULO 1
-1000111011 COLONY 1
-1000111011 Taska 1
-1000111011 REICH 1
-1000111011 HEUSEN 1
-1000111011 Seleebi 1
-1000111011 Tijeras 1
-1000111011 Sharpless 1
-1000111011 REALIZATION 1
-1000111011 AdWatch 1
-1000111011 Kozaki 1
-1000111011 STING 1
-1000111011 FABER 1
-1000111011 Teramoto 1
-1000111011 Morawiecki 1
-1000111011 last-hired 1
-1000111011 constrast 1
-1000111011 METROPOLITAIN 1
-1000111011 49-0 1
-1000111011 Sadorus 1
-1000111011 epee 1
-1000111011 VERNON 1
-1000111011 CHIPPER 1
-1000111011 MISUNDERSTOOD 1
-1000111011 Aftermath 1
-1000111011 mid-trial 1
-1000111011 comparsion 1
-1000111011 Mayes 1
-1000111011 Taechon 1
-1000111011 Mayanga 1
-1000111011 Leikina 1
-1000111011 1397 1
-1000111011 SHINES 1
-1000111011 Hyodo 1
-1000111011 Horstkotte 1
-1000111011 Alran 1
-1000111011 Inaba 1
-1000111011 Sternfels 1
-1000111011 Fjell 1
-1000111011 Asiasat 1
-1000111011 geoscientists 1
-1000111011 o.s.f.a. 1
-1000111011 BLIMP 1
-1000111011 PESCARMONA 1
-1000111011 TRIALS 1
-1000111011 Poyotte 1
-1000111011 SPEED. 1
-1000111011 Caflish 1
-1000111011 LeTourneau 1
-1000111011 Workbench 1
-1000111011 CLICKS 1
-1000111011 Kishida 1
-1000111011 Kogure 1
-1000111011 1347 1
-1000111011 nonconvertibility 1
-1000111011 Zakuski 1
-1000111011 Norstad 1
-1000111011 Saddik 1
-1000111011 nochi 1
-1000111011 Camcar 1
-1000111011 Bradwell 1
-1000111011 Touche-Ross 1
-1000111011 SITTERS 1
-1000111011 MEETS 1
-1000111011 EXPLORATIONS 1
-1000111011 ANALYZERS 1
-1000111011 WQED 1
-1000111011 RICA 1
-1000111011 Motamen 1
-1000111011 HUGOTON 1
-1000111011 163-148 1
-1000111011 Brezhnevs 1
-1000111011 Chambellan 1
-1000111011 Southbridge 1
-1000111011 BURNETT 1
-1000111011 SURRENDER 1
-1000111011 Pingali 1
-1000111011 Znanie 1
-1000111011 WIGGLY 1
-1000111011 Ohba 1
-1000111011 Agthor 1
-1000111011 mid-1977 1
-1000111011 SLATED 1
-1000111011 Naruse 1
-1000111011 al-Zaghmory 1
-1000111011 POLYMERS 1
-1000111011 Ngula 1
-1000111011 Eddystone 1
-1000111011 Catsounis 1
-1000111011 CROSSED 1
-1000111011 Netromycin 1
-1000111011 Halaby 1
-1000111011 HANDELSBANK 1
-1000111011 Fujireibo 1
-1000111011 WDRC-FM 1
-1000111011 Sinan 1
-1000111011 EUSKERA 1
-1000111011 MOBILIZE 1
-1000111011 3.4445 1
-1000111011 2.8040 1
-1000111011 2.7652 1
-1000111011 Rostov 1
-1000111011 1951-84 1
-1000111011 TRIUMPHS 1
-1000111011 PACKING 1
-1000111011 Ishikura 1
-1000111011 Floboda 1
-1000111011 Questionnaire 1
-1000111011 Kenebo 1
-1000111011 3/4-length 1
-1000111011 order-splitting 1
-1000111011 MCADAMS 1
-1000111011 E&N 1
-1000111011 Fly-by-Nights 1
-1000111011 SOLUTIONS 1
-1000111011 questa 1
-1000111011 LINZ 1
-1000111011 Mairinque 1
-1000111011 sandblasters 1
-1000111011 BERANEK/NEWMAN 1
-1000111011 Pequiven 1
-1000111011 Oporto 1
-1000111011 Chingomo 1
-1000111011 GARMENT 1
-1000111011 QUAQUIL 1
-1000111011 DIVERS 1
-1000111011 Khasbulatov 1
-1000111011 SUSPICION 1
-1000111011 Pairing 1
-1000111011 Tsushinki 1
-1000111011 1950-52 1
-1000111011 Sait 1
-1000111011 medicant 1
-1000111011 GOLDWYN 1
-1000111011 HAMLYN 1
-1000111011 FLAIL 1
-1000111011 Fauchon 1
-1000111011 HUMBOLDT 1
-1000111011 Procter-speak 1
-1000111011 HURTING 1
-1000111011 Respighi 1
-1000111011 Pavik 1
-1000111011 FUNDED 1
-1000111011 major-leaguers 1
-1000111011 CREDIOP 1
-1000111011 1,324 1
-1000111011 lawn-grasses 1
-1000111011 jove 1
-1000111011 Puawaranukroh 1
-1000111011 Panich 1
-1000111011 pre-arrangement 1
-1000111011 Boonpong 1
-1000111011 NURSERY 1
-1000111011 Haidari 1
-1000111011 Vitoria 1
-1000111011 Roseburg 1
-1000111011 cabinetwork 1
-1000111011 Tonelli 1
-1000111011 MOLECULAR 1
-1000111011 nonappealable 1
-1000111011 mis-markdowns 1
-1000111011 Fujimura 1
-1000111011 Sensuntepeque 1
-1000111011 RIDGE 1
-1000111011 Authoritarianism 1
-1000111011 Ruffles 1
-1000111011 Hammarkvist 1
-1000111011 OEHMEN 1
-1000111011 reality-land 1
-1000111011 Trikha 1
-1000111011 LISTINGS 1
-1000111011 Luxco 1
-1000111011 Aiglemont 1
-1000111011 Nippon-Otis 1
-1000111011 1470 1
-1000111011 1254 1
-1000111011 Fukuzawa 1
-1000111011 HENNESSY 1
-1000111011 DER 1
-1000111011 LAYERS 1
-1000111011 Eupaforice 1
-1000111011 Argiris 1
-1000111011 Kuwamura 1
-1000111011 Ariane-space 1
-1000111011 Melles 1
-1000111011 Villa-Lobos 1
-1000111011 Upsala 1
-1000111011 COPIES 1
-1000111011 SLEIGH 1
-1000111011 TIGHTENING 1
-1000111011 Spirituals 1
-1000111011 Summerville 1
-1000111011 VIEWERS 1
-1000111011 Nodland 1
-1000111011 Gruprensa 1
-1000111011 WPBT-TV 1
-1000111011 WOLFE 1
-1000111011 Osuuspankkien 1
-1000111011 22-12 1
-1000111011 1965-66 1
-1000111011 JCPenney 1
-1000111011 Admarketing 1
-1000111011 Ghosh 1
-1000111011 I.N.D. 1
-1000111011 ERUPT 1
-1000111011 Tamapua 1
-1000111011 277-187 1
-1000111011 Calumus 1
-1000111011 Alawites 1
-1000111011 Giardini/Russell 1
-1000111011 singer-actors 1
-1000111011 Ishizaki 1
-1000111011 Groupama 1
-1000111011 Laiq 1
-1000111011 160.0 1
-1000111011 Gauguins 1
-1000111011 1,411.0 1
-1000111011 Diwan 1
-1000111011 Datta 1
-1000111011 Techcorps 1
-1000111011 CHEAP 1
-1000111011 Rahadjo 1
-1000111011 Sudomo 1
-1000111011 Famagusta 1
-1000111011 128,540 1
-1000111011 142,426 1
-1000111011 93,463 1
-1000111011 470,036 1
-1000111011 147,625 1
-1000111011 322,411 1
-1000111011 154,473 1
-1000111011 18,069 1
-1000111011 12,213 1
-1000111011 Paris-Match 1
-1000111011 Emptiness-Sinai 1
-1000111011 STEEN 1
-1000111011 1973-1981 1
-1000111011 Annapurna 1
-1000111011 Iwatare 1
-1000111011 20,403 1
-1000111011 Fati 1
-1000111011 ad-speak 1
-1000111011 +13.3 1
-1000111011 1513 1
-1000111011 Ehayatizadeh 1
-1000111011 Eurogrip 1
-1000111011 SWIM 1
-1000111011 Fairplay 2
-1000111011 Kaiserslautern 2
-1000111011 1695 2
-1000111011 Zunz 2
-1000111011 automotives 2
-1000111011 Nubia 2
-1000111011 Arteries 2
-1000111011 Sirota 2
-1000111011 LINGUS 2
-1000111011 FIND/SVP 2
-1000111011 ODEON 2
-1000111011 Avenel 2
-1000111011 Asheboro 2
-1000111011 CONVERTING 2
-1000111011 Ivrea 2
-1000111011 Brusheski 2
-1000111011 Nampo 2
-1000111011 ELECTRO-OPTICS 2
-1000111011 Vleifontein 2
-1000111011 mid-1978 3
-1000111011 BECKMAN 3
-1000111011 1634 3
-1000111011 Nacogdoches 3
-1000111011 Newnan 3
-1000111011 1687 3
-1000111011 Rockleigh 4
-1000111011 contrast 2268
-1000111011 addition 8360
-100011110 182.20 1
-100011110 205.55 1
-100011110 Benedito 1
-100011110 205.95 1
-100011110 217.12 1
-100011110 procedurals 1
-100011110 207.51 1
-100011110 206.76 1
-100011110 208.14 1
-100011110 210.10 1
-100011110 176.21 1
-100011110 jiggery 1
-100011110 160.98 1
-100011110 170.10 1
-100011110 190.14 1
-100011110 poohbah 1
-100011110 184.27 1
-100011110 180.95 1
-100011110 risk-tolerance 1
-100011110 181.96 1
-100011110 188.06 1
-100011110 188.66 1
-100011110 213.79 1
-100011110 212.96 1
-100011110 212.19 1
-100011110 215.80 1
-100011110 202.23 1
-100011110 204.13 1
-100011110 210.76 1
-100011110 209.87 1
-100011110 Jacy 1
-100011110 205.01 1
-100011110 207.68 1
-100011110 176.98 1
-100011110 177.51 1
-100011110 210.59 1
-100011110 211.06 1
-100011110 209.82 1
-100011110 208.45 1
-100011110 208.75 1
-100011110 204.17 1
-100011110 204.00 1
-100011110 200.71 1
-100011110 206.24 1
-100011110 204.57 1
-100011110 205.15 1
-100011110 200.92 1
-100011110 201.22 1
-100011110 199.91 1
-100011110 200.48 1
-100011110 200.39 1
-100011110 181.84 1
-100011110 184.39 1
-100011110 184.98 1
-100011110 recruiters. 1
-100011110 187.47 1
-100011110 183.62 1
-100011110 216.95 1
-100011110 178.58 1
-100011110 179.71 1
-100011110 179.05 1
-100011110 196.18 1
-100011110 195.23 1
-100011110 196.95 1
-100011110 199.74 1
-100011110 196.83 1
-100011110 183.08 1
-100011110 198.44 1
-100011110 195.41 1
-100011110 196.06 1
-100011110 196.60 1
-100011110 200.57 1
-100011110 198.49 1
-100011110 director-elect 1
-100011110 200.75 1
-100011110 198.61 1
-100011110 197.61 1
-100011110 197.90 1
-100011110 186.88 1
-100011110 187.59 1
-100011110 187.23 1
-100011110 186.70 1
-100011110 186.34 1
-100011110 185.22 1
-100011110 188.30 1
-100011110 213.84 1
-100011110 214.47 1
-100011110 211.94 1
-100011110 196.17 1
-100011110 213.90 1
-100011110 218.45 1
-100011110 220.23 1
-100011110 211.48 1
-100011110 197.60 1
-100011110 213.09 1
-100011110 195.01 1
-100011110 212.40 1
-100011110 221.56 1
-100011110 212.23 1
-100011110 226.16 1
-100011110 218.39 1
-100011110 227.31 1
-100011110 227.49 1
-100011110 221.50 1
-100011110 producer/director/writer 1
-100011110 223.40 1
-100011110 224.72 1
-100011110 227.08 1
-100011110 225.99 1
-100011110 221.96 1
-100011110 222.02 1
-100011110 220.98 1
-100011110 220.41 1
-100011110 219.14 1
-100011110 221.38 1
-100011110 203.02 1
-100011110 203.82 1
-100011110 209.29 1
-100011110 205.61 1
-100011110 204.05 1
-100011110 204.28 1
-100011110 203.59 1
-100011110 206.30 1
-100011110 198.99 1
-100011110 199.33 1
-100011110 200.20 1
-100011110 191.39 1
-100011110 192.71 1
-100011110 213.32 1
-100011110 193.69 1
-100011110 220.06 1
-100011110 217.07 1
-100011110 198.70 1
-100011110 204.34 1
-100011110 208.72 1
-100011110 214.01 1
-100011110 209.52 1
-100011110 198.53 1
-100011110 201.06 1
-100011110 201.75 1
-100011110 203.77 1
-100011110 194.61 1
-100011110 Schokoladenwerke 1
-100011110 198.64 1
-100011110 203.06 1
-100011110 201.52 1
-100011110 202.29 1
-100011110 203.25 1
-100011110 216.43 1
-100011110 207.44 1
-100011110 203.07 1
-100011110 174.73 1
-100011110 178.46 1
-100011110 173.19 1
-100011110 173.72 1
-100011110 173.13 1
-100011110 176.74 1
-100011110 221.04 1
-100011110 222.65 1
-100011110 220.81 1
-100011110 210.44 1
-100011110 219.08 1
-100011110 206.01 1
-100011110 216.37 1
-100011110 213.67 1
-100011110 225.36 1
-100011110 220.00 1
-100011110 222.82 1
-100011110 224.32 1
-100011110 195.29 1
-100011110 195.71 1
-100011110 194.17 1
-100011110 217.47 1
-100011110 199.32 1
-100011110 199.86 1
-100011110 211.83 1
-100011110 209.70 1
-100011110 208.03 1
-100011110 205.78 1
-100011110 209.47 1
-100011110 210.67 1
-100011110 217.76 1
-100011110 212.06 1
-100011110 185.04 1
-100011110 167.79 1
-100011110 169.57 1
-100011110 169.04 1
-100011110 184.86 1
-100011110 167.73 1
-100011110 A-S 1
-100011110 167.08 1
-100011110 218.94 1
-100011110 168.39 1
-100011110 169.22 1
-100011110 170.40 1
-100011110 184.09 1
-100011110 171.17 1
-100011110 170.82 1
-100011110 168.80 1
-100011110 168.86 1
-100011110 217.05 1
-100011110 169.69 1
-100011110 184.33 1
-100011110 170.93 1
-100011110 178.34 1
-100011110 177.93 1
-100011110 179.11 1
-100011110 184.15 1
-100011110 215.67 1
-100011110 213.34 1
-100011110 188.77 1
-100011110 167.97 1
-100011110 168.03 1
-100011110 186.17 1
-100011110 216.80 1
-100011110 219.82 1
-100011110 170.87 1
-100011110 170.34 1
-100011110 219.32 1
-100011110 174.43 1
-100011110 178.17 1
-100011110 215.42 1
-100011110 215.61 1
-100011110 215.54 1
-100011110 172.95 1
-100011110 215.98 1
-100011110 173.07 1
-100011110 173.01 1
-100011110 editor. 1
-100011110 214.10 1
-100011110 177.22 1
-100011110 215.92 1
-100011110 statments 1
-100011110 180.71 1
-100011110 182.73 1
-100011110 168.56 1
-100011110 217.93 1
-100011110 175.14 1
-100011110 217.24 1
-100011110 director-nuclear 1
-100011110 169.87 1
-100011110 167.26 1
-100011110 218.62 1
-100011110 183.03 1
-100011110 174.55 1
-100011110 182.61 1
-100011110 171.47 1
-100011110 214.66 1
-100011110 220.45 1
-100011110 185.34 1
-100011110 176.56 1
-100011110 recuiter 1
-100011110 219.00 1
-100011110 220.32 1
-100011110 179.65 1
-100011110 217.18 1
-100011110 216.17 1
-100011110 oficer 1
-100011110 220.20 1
-100011110 175.50 1
-100011110 184.80 1
-100011110 offier 1
-100011110 176.86 1
-100011110 218.69 1
-100011110 218.81 1
-100011110 218.18 1
-100011110 175.62 1
-100011110 217.68 1
-100011110 177.69 1
-100011110 176.62 1
-100011110 221.20 1
-100011110 219.50 1
-100011110 178.99 1
-100011110 221.64 1
-100011110 182.91 1
-100011110 219.13 1
-100011110 181.66 1
-100011110 181.90 1
-100011110 181.07 1
-100011110 218.31 1
-100011110 178.40 1
-100011110 180.83 1
-100011110 215.17 1
-100011110 181.31 1
-100011110 182.25 1
-100011110 213.91 1
-100011110 181.37 1
-100011110 bogymen 1
-100011110 180.60 1
-100011110 219.19 1
-100011110 216.93 1
-100011110 215.48 1
-100011110 successfully. 1
-100011110 182.31 1
-100011110 176.92 2
-100011110 204.54 2
-100011110 Exell 2
-100011110 218.97 2
-100011110 182.49 2
-100011110 officer. 2
-100011110 218.37 2
-100011110 217.30 2
-100011110 224.26 2
-100011110 216.30 2
-100011110 184.57 2
-100011110 217.56 2
-100011110 199.92 2
-100011110 188.42 2
-100011110 213.78 2
-100011110 196.86 2
-100011110 179.35 2
-100011110 180.30 2
-100011110 183.56 2
-100011110 205.49 2
-100011110 179.82 2
-100011110 169.51 2
-100011110 182.08 2
-100011110 176.68 2
-100011110 169.16 2
-100011110 184.03 2
-100011110 179.47 2
-100011110 168.74 2
-100011110 180.42 2
-100011110 182.67 2
-100011110 211.31 2
-100011110 182.43 2
-100011110 185.57 2
-100011110 204.11 2
-100011110 182.37 2
-100011110 186.05 2
-100011110 185.75 2
-100011110 186.58 2
-100011110 183.74 2
-100011110 177.04 2
-100011110 182.14 2
-100011110 186.11 2
-100011110 177.99 2
-100011110 179.59 2
-100011110 186.28 2
-100011110 209.64 2
-100011110 175.44 2
-100011110 180.00 2
-100011110 175.73 2
-100011110 178.05 2
-100011110 217.74 2
-100011110 212.17 2
-100011110 201.04 2
-100011110 209.98 2
-100011110 178.76 2
-100011110 204.97 2
-100011110 221.33 2
-100011110 207.22 3
-100011110 184.92 3
-100011110 178.11 3
-100011110 201.12 3
-100011110 220.12 3
-100011110 181.54 3
-100011110 206.36 3
-100011110 170.16 3
-100011110 202.10 3
-100011110 201.70 3
-100011110 205.90 3
-100011110 183.68 3
-100011110 178.52 3
-100011110 178.64 3
-100011110 178.88 3
-100011110 177.45 3
-100011110 179.94 4
-100011110 216.55 4
-100011110 177.81 4
-100011110 181.72 5
-100011110 180.18 5
-100011110 officer 16304
-100011110 177.34 5
-1000111110 Jamiat-e-Islami 1
-1000111110 regionalists 1
-1000111110 Watford 1
-1000111110 Serponder 1
-1000111110 Very-high-frequency 1
-1000111110 Reinvigoration 1
-1000111110 bull-baiting 1
-1000111110 1,1,1-trichloethane 1
-1000111110 big-marquee 1
-1000111110 Ku-wait 1
-1000111110 attracters 1
-1000111110 breast-beating 1
-1000111110 vacuousness 1
-1000111110 DeHypnotherapy 1
-1000111110 psychohistorians 1
-1000111110 horselaughs 1
-1000111110 nighties 1
-1000111110 big-government-bashing 1
-1000111110 Zlatni 1
-1000111110 housecoat 1
-1000111110 two-a-day 1
-1000111110 aminoethylpiperazine 1
-1000111110 Utahns 1
-1000111110 1,885 1
-1000111110 Fracture 1
-1000111110 Softkins 1
-1000111110 possibles 1
-1000111110 cookies-in-ice-cream 1
-1000111110 Chrissakes 1
-1000111110 DEAD-WEIGHT 1
-1000111110 ethlyene 1
-1000111110 Godfathers 1
-1000111110 Animex 1
-1000111110 9,268,482 1
-1000111110 conformation 1
-1000111110 670,659 1
-1000111110 on-track 1
-1000111110 cotinine 1
-1000111110 alecky 1
-1000111110 multi-purpose-vehicle 1
-1000111110 Stalinolatry 1
-1000111110 caretaking 1
-1000111110 chin-ups 1
-1000111110 restauraunt 1
-1000111110 IRSA 1
-1000111110 WBLS-FM 1
-1000111110 celiprolol 1
-1000111110 cachepots 1
-1000111110 legibility 1
-1000111110 snowplowing 1
-1000111110 hedgerow 1
-1000111110 brassieres 1
-1000111110 pollinators 1
-1000111110 Ebonite 1
-1000111110 bone-jarring 1
-1000111110 mini-nukes 1
-1000111110 Seshego 1
-1000111110 steets 1
-1000111110 job-switchers 1
-1000111110 non-destination 1
-1000111110 WBTV 1
-1000111110 Parkinsonism 1
-1000111110 shorter-maturities 1
-1000111110 European-looking 1
-1000111110 Rustler 1
-1000111110 ephedrine 1
-1000111110 self-gratification 1
-1000111110 Grandparenting 1
-1000111110 Tooltown 1
-1000111110 Interpool 1
-1000111110 Leeway 1
-1000111110 WCBS-FM 1
-1000111110 M/ACom 1
-1000111110 RHONE 1
-1000111110 non-cooks 1
-1000111110 examle 1
-1000111110 vinyl-acetate 1
-1000111110 1,842 1
-1000111110 63,500 1
-1000111110 slipups 1
-1000111110 schmuck 1
-1000111110 WorldPaper 1
-1000111110 Hovedstedt-Regionens 1
-1000111110 MIGA. 1
-1000111110 co-habitation 1
-1000111110 F.T.O. 1
-1000111110 under-accrual 1
-1000111110 cognoscent 1
-1000111110 Asade-Ame 1
-1000111110 fuuebsies 1
-1000111110 pirogis 1
-1000111110 gold-crazy 1
-1000111110 ozones 1
-1000111110 nonpublished 1
-1000111110 phenylketonuria 1
-1000111110 Furlanetto 1
-1000111110 middle-frequencies 1
-1000111110 33.499 1
-1000111110 Lefties 1
-1000111110 Barclay-card 1
-1000111110 lecher 1
-1000111110 Overlord 1
-1000111110 press-ganged 1
-1000111110 mischeviousness 1
-1000111110 HealthWeek 1
-1000111110 Warner-Lambert/Parke-Davis 1
-1000111110 186,385 1
-1000111110 Elisaveta 1
-1000111110 Euro-consumers 1
-1000111110 pro-Slavism 1
-1000111110 collateral-backed 1
-1000111110 mordidas 1
-1000111110 IMIGest 1
-1000111110 3,674,000 1
-1000111110 driblets 1
-1000111110 B.M.W. 1
-1000111110 poetess 1
-1000111110 non-crimes 1
-1000111110 decencies 1
-1000111110 Panadol 1
-1000111110 Spetsialnoye 1
-1000111110 Andy-mania 1
-1000111110 advanced-passive 1
-1000111110 hepatitis-C 1
-1000111110 twenty-seven 1
-1000111110 cross-regulation 1
-1000111110 Scaasi 1
-1000111110 arbitration. 1
-1000111110 hanky 1
-1000111110 Adjustco 1
-1000111110 Hoguet 1
-1000111110 Klansman 1
-1000111110 Dreyfusards 1
-1000111110 Cortizone-5 1
-1000111110 Coutinho 1
-1000111110 Ilpap 1
-1000111110 100-foot-deep 1
-1000111110 step-fathers 1
-1000111110 purposess 1
-1000111110 Recyclers 1
-1000111110 later-generation 1
-1000111110 wedge-driving 1
-1000111110 counterbidder 1
-1000111110 Xywrite 1
-1000111110 diazepam 1
-1000111110 KCOW 1
-1000111110 high-skilled 1
-1000111110 employeees 1
-1000111110 Trumbell 2
-1000111110 TKTS 2
-1000111110 Shroeder 2
-1000111110 ServantCor 2
-1000111110 cyclists 2
-1000111110 DARTS 2
-1000111110 Nubians 2
-1000111110 Hardhats 2
-1000111110 millenia 2
-1000111110 daredevils 2
-1000111110 Resource-Based 2
-1000111110 piperazine 2
-1000111110 Wakhi 2
-1000111110 internal-financing 2
-1000111110 wintergreen 2
-1000111110 5-year-olds 2
-1000111110 Helpers 2
-1000111110 SunSense 2
-1000111110 Reunies 3
-1000111110 Humanity 3
-1000111110 Super-Summit 3
-1000111110 pseudorabies 3
-1000111110 Bucaram 3
-1000111110 tat 4
-1000111110 Itself 5
-1000111110 Prairiefire 7
-1000111110 Institucional 16
-1000111110 starters 104
-1000111110 example 9388
-1000111110 instance 3880
-1000111111 uncivility 1
-1000111111 kwaZulu 1
-1000111111 1659.9 1
-1000111111 235.59 1
-1000111111 Terryville 1
-1000111111 Pittstown 1
-1000111111 Metrocorp. 1
-1000111111 1.6667 1
-1000111111 Viareggio 1
-1000111111 1694.4 1
-1000111111 medium-and-long-term 1
-1000111111 Lowestoft 1
-1000111111 Marguerites 1
-1000111111 dynamic-random 1
-1000111111 INET 1
-1000111111 Lobelia 1
-1000111111 LachowskyZucker 1
-1000111111 pomology 1
-1000111111 transportables 1
-1000111111 xanthophyll 1
-1000111111 114,872 1
-1000111111 538,545 1
-1000111111 108.45 1
-1000111111 CEDICE 1
-1000111111 Goias 1
-1000111111 177,084 1
-1000111111 413,500 1
-1000111111 39,264 1
-1000111111 292-102 1
-1000111111 Permanency 1
-1000111111 radio-carbon 1
-1000111111 ecdysiasts 1
-1000111111 Heightstown 1
-1000111111 1306.97 1
-1000111111 Eustacio 1
-1000111111 wrist-thick 1
-1000111111 Enumclaw 1
-1000111111 1975-77 1
-1000111111 Naroda 1
-1000111111 Okayama-Ken 1
-1000111111 connectedness 1
-1000111111 portentousness 1
-1000111111 Derna 1
-1000111111 Kadison 1
-1000111111 215-201 1
-1000111111 5:04 1
-1000111111 1313.42 1
-1000111111 NACPAC 1
-1000111111 Schnader 1
-1000111111 53-46 1
-1000111111 existentialism 1
-1000111111 Burson-Marsteller/Europe 1
-1000111111 103.674 1
-1000111111 Kalashnikovization 1
-1000111111 supermakets 1
-1000111111 Genji 1
-1000111111 116.2643581 1
-1000111111 tele-fishing 1
-1000111111 Glamis 1
-1000111111 RosenShontz 1
-1000111111 SEP 1
-1000111111 Bernkopf 1
-1000111111 temporary-employee 1
-1000111111 L-Serine 1
-1000111111 CRVS 1
-1000111111 Solingen 1
-1000111111 atrazine 1
-1000111111 1987-from 1
-1000111111 1120.70 1
-1000111111 dollar-cost-averaging 1
-1000111111 229-182 1
-1000111111 pull-tabs 1
-1000111111 1598.0 1
-1000111111 1978-1981 1
-1000111111 Shienfeld 1
-1000111111 suspension. 1
-1000111111 1153.17 1
-1000111111 SLONE 1
-1000111111 Viry-Chatillon 1
-1000111111 Norrkoping 1
-1000111111 manioc 1
-1000111111 DatagraphiX 1
-1000111111 Granbury 1
-1000111111 speechlessness 1
-1000111111 Lungenau 1
-1000111111 Lungen 1
-1000111111 14-2 1
-1000111111 Conjugated 1
-1000111111 bati 1
-1000111111 Drekeniwai 1
-1000111111 Gent 1
-1000111111 Oct.31 1
-1000111111 Ingres 1
-1000111111 preimum-priced 1
-1000111111 Austerlitz 1
-1000111111 dolor 1
-1000111111 20513.65 1
-1000111111 cornsilk 1
-1000111111 Blumenthalism 1
-1000111111 Jiffylube 1
-1000111111 firelight 1
-1000111111 prosecution-basher 1
-1000111111 magnetization-demagnetization 1
-1000111111 Bendit 1
-1000111111 49-46 1
-1000111111 3.3995 1
-1000111111 counterculturists 1
-1000111111 Malaysia. 1
-1000111111 2:30:16 1
-1000111111 Wahoo 1
-1000111111 Daventry 1
-1000111111 Bingen 1
-1000111111 nettles 1
-1000111111 Autohaus-Tischer 1
-1000111111 scriptorial 1
-1000111111 knockwurst 1
-1000111111 Carlinville 1
-1000111111 Interleukin 1
-1000111111 Brescia 1
-1000111111 Ollieolatry 1
-1000111111 memorizations 1
-1000111111 WKBW-TV 1
-1000111111 curability 1
-1000111111 Metricom 1
-1000111111 acquisitors. 1
-1000111111 Prabhat 1
-1000111111 gameness 1
-1000111111 film-goers 1
-1000111111 wanna-be 1
-1000111111 Koch-family 1
-1000111111 propoganda 1
-1000111111 Sharretts 1
-1000111111 Berkshire-Hathaway 1
-1000111111 95-2 1
-1000111111 Kilbarry 1
-1000111111 Mardan 1
-1000111111 Limbang 1
-1000111111 blue-lavender-purple-pink-magenta 1
-1000111111 PaperTree 1
-1000111111 Radiologists 1
-1000111111 BOSH 1
-1000111111 Boukman 1
-1000111111 Carterville 1
-1000111111 Horlicks 1
-1000111111 dance-making 1
-1000111111 self-mutilations 1
-1000111111 8,659 1
-1000111111 137,738 1
-1000111111 2157.2 1
-1000111111 Herstatt 1
-1000111111 mega-events 1
-1000111111 83-11 1
-1000111111 doorstops 1
-1000111111 nine-to-fivers 1
-1000111111 sex-'n'-drugs-'n'-rock-'n'-roll 1
-1000111111 bawdiness 1
-1000111111 Kaysville 1
-1000111111 25,343 1
-1000111111 Quasimodo 1
-1000111111 Leavenworth 1
-1000111111 Clairin 1
-1000111111 Longquan 1
-1000111111 Vulnerability 1
-1000111111 Rimbunan 1
-1000111111 110.767 1
-1000111111 104.29 1
-1000111111 rappy 1
-1000111111 FAW 1
-1000111111 WETA/Washington 1
-1000111111 Wormwood 1
-1000111111 Duntisbourne 1
-1000111111 resewing 1
-1000111111 Chingford 1
-1000111111 Rockrimmon 1
-1000111111 McCamish 1
-1000111111 Beekmantown 1
-1000111111 1302.73 1
-1000111111 Rapco 1
-1000111111 Blackmon-Mooring 1
-1000111111 tenpins 1
-1000111111 1298.37 1
-1000111111 15,805 1
-1000111111 3.359 1
-1000111111 Amansco 1
-1000111111 Pennyslvania 1
-1000111111 dissuasion 1
-1000111111 tattler 1
-1000111111 Meerut 1
-1000111111 enviromentalists 1
-1000111111 cephalosporins 1
-1000111111 Guaianases 1
-1000111111 anti-Luddism 1
-1000111111 midward 1
-1000111111 WQXR-AM/FM 1
-1000111111 396-17 1
-1000111111 .406 1
-1000111111 1269.73 1
-1000111111 98,835 1
-1000111111 Enskede 1
-1000111111 Calama 1
-1000111111 Cheeky 1
-1000111111 Ilie 1
-1000111111 sweatstuff 1
-1000111111 tricosaccaride 1
-1000111111 ex-Reaganites 1
-1000111111 Noriegaism 1
-1000111111 TravelRite 1
-1000111111 .900 1
-1000111111 SABRE 1
-1000111111 antivirals 1
-1000111111 1270.58 1
-1000111111 1636-37 1
-1000111111 1262.64 1
-1000111111 brean 1
-1000111111 1270.54 1
-1000111111 exhibitionism 1
-1000111111 parters 1
-1000111111 Filmmakers 1
-1000111111 Rustam 1
-1000111111 Izieu 1
-1000111111 390-28 1
-1000111111 Handymen 1
-1000111111 324,802 1
-1000111111 526,743 1
-1000111111 100.41 1
-1000111111 Murcia 1
-1000111111 troubador 1
-1000111111 halon 1
-1000111111 ParkeDavis 1
-1000111111 scrumpy 1
-1000111111 Eliotiana 1
-1000111111 8789 1
-1000111111 Benetton. 1
-1000111111 JWT-London. 1
-1000111111 JWT-Germany 1
-1000111111 JWT-Europe 1
-1000111111 Dreamland 1
-1000111111 27638.74 1
-1000111111 Lincroft 1
-1000111111 1817.8 1
-1000111111 1232.81 1
-1000111111 highway. 1
-1000111111 non-medaldom 1
-1000111111 Maxene 1
-1000111111 Waghausel 1
-1000111111 co-parenting 1
-1000111111 90,183 1
-1000111111 1264.77 1
-1000111111 truth-seekers 1
-1000111111 1841.2 1
-1000111111 Bahawalpur 1
-1000111111 Ambulance-Chasers 1
-1000111111 1254.94 1
-1000111111 1831.1 1
-1000111111 Eqypt 1
-1000111111 Lemuria 1
-1000111111 101.98 1
-1000111111 1867.8 1
-1000111111 Tualatin 1
-1000111111 Solaro 1
-1000111111 1267.71 1
-1000111111 Onaizah 1
-1000111111 56-39 1
-1000111111 Synthelabo 1
-1000111111 Hitters 1
-1000111111 100.09 1
-1000111111 935.57 1
-1000111111 peroxidase 1
-1000111111 Methwold 1
-1000111111 meso-America 1
-1000111111 oxidization 1
-1000111111 Carro 1
-1000111111 tenants. 1
-1000111111 Braeside 1
-1000111111 Pithiviers 1
-1000111111 Y.I.E.L.D. 1
-1000111111 escargot 1
-1000111111 GTM 1
-1000111111 Tsukubao 1
-1000111111 1777.1 1
-1000111111 Nampa 1
-1000111111 ghostwriting 1
-1000111111 Goroka 1
-1000111111 teratology 1
-1000111111 Domvraina 1
-1000111111 Danning 1
-1000111111 Istria 1
-1000111111 100.656 1
-1000111111 Tetla 1
-1000111111 Mexico. 1
-1000111111 Flatulence 1
-1000111111 1753.6 1
-1000111111 millionthe 1
-1000111111 Flon 1
-1000111111 Dogberry 1
-1000111111 Qonduz 1
-1000111111 8,365 1
-1000111111 Chichijima 1
-1000111111 Housatonic 1
-1000111111 doublebilling 1
-1000111111 Pennoyer 1
-1000111111 96.96 1
-1000111111 ADVO 1
-1000111111 Clewiston 1
-1000111111 Anaba 1
-1000111111 98.96 1
-1000111111 rope-hopping 1
-1000111111 Badenweiler 1
-1000111111 Mamati 1
-1000111111 797,100 1
-1000111111 177,588 1
-1000111111 Kovoso 1
-1000111111 reconquering 1
-1000111111 LaRouche-style 1
-1000111111 Popocatepetl 1
-1000111111 Baldwinsville 1
-1000111111 98.99 1
-1000111111 plastics-making 1
-1000111111 forboding 1
-1000111111 ball-pounding 1
-1000111111 chromakalim 1
-1000111111 brand-loyalists 1
-1000111111 Gujran 1
-1000111111 Surah 1
-1000111111 spymasters 1
-1000111111 1245.05 1
-1000111111 Samarra 1
-1000111111 1243.70 1
-1000111111 McQuick 1
-1000111111 Dionysius 1
-1000111111 21,209 1
-1000111111 21,380 1
-1000111111 nongraduates 1
-1000111111 Rossmoor 1
-1000111111 Kinyu 1
-1000111111 Milltown 1
-1000111111 153,578 1
-1000111111 1176.32 1
-1000111111 Lodovico 1
-1000111111 Montecatini 1
-1000111111 31-14 1
-1000111111 Udang 1
-1000111111 Ambon 1
-1000111111 Sethe 1
-1000111111 co-evolution 1
-1000111111 Intercrossing 1
-1000111111 state-designate 1
-1000111111 Castelfidardo 1
-1000111111 102.36 1
-1000111111 1235.04 1
-1000111111 1824.4 1
-1000111111 SCECorp. 1
-1000111111 Noninformation 1
-1000111111 dingoes 1
-1000111111 somethings 1
-1000111111 102.72 1
-1000111111 Francoism 1
-1000111111 Grisati 1
-1000111111 high-sticking 1
-1000111111 Chappaquidick 1
-1000111111 non-performance 1
-1000111111 HFD 1
-1000111111 549,500 1
-1000111111 348-68 1
-1000111111 hyperoxygenation 1
-1000111111 Shaka 1
-1000111111 MNMN 1
-1000111111 McAlester 1
-1000111111 Laplace 1
-1000111111 86-0 1
-1000111111 interring 1
-1000111111 11-to-10 1
-1000111111 Phoneworks 1
-1000111111 Fangs 1
-1000111111 26400.63 1
-1000111111 1158.51 1
-1000111111 ARBUTHNOT 1
-1000111111 powerstation 1
-1000111111 Narayama 1
-1000111111 Foghorn 1
-1000111111 Jew-bashing 1
-1000111111 3949.73 1
-1000111111 Krupp/ 1
-1000111111 hearing. 1
-1000111111 1158.26 1
-1000111111 156,207 1
-1000111111 fish-farming 1
-1000111111 Chanute 1
-1000111111 68,357 1
-1000111111 Goring 1
-1000111111 crypts 1
-1000111111 Carnarvon 1
-1000111111 1864.7 1
-1000111111 over-leveraging 1
-1000111111 leveragability 1
-1000111111 I-don't-know-who 1
-1000111111 Castleacre 1
-1000111111 Festerson 1
-1000111111 M109A2 1
-1000111111 Elko 1
-1000111111 Gastroenterology 1
-1000111111 media-bashing 1
-1000111111 Technimetrics 1
-1000111111 Moosup 1
-1000111111 holocausts 1
-1000111111 Caracalla 1
-1000111111 n-butanol 1
-1000111111 Potgietersrus 1
-1000111111 1858.8 1
-1000111111 373,216 1
-1000111111 358-1 1
-1000111111 Carrenfour 1
-1000111111 circumferential 1
-1000111111 banister 1
-1000111111 102.43 1
-1000111111 538.27 1
-1000111111 movement. 1
-1000111111 superhighways 1
-1000111111 Tigoni 1
-1000111111 1248.80 1
-1000111111 28645.14 1
-1000111111 Voluntown 1
-1000111111 crybabying 1
-1000111111 238.90 1
-1000111111 deciles 1
-1000111111 255-177 1
-1000111111 Texmati 1
-1000111111 1275.51 1
-1000111111 339,428 1
-1000111111 externals 1
-1000111111 Hartington 1
-1000111111 Sargou 1
-1000111111 98.046 1
-1000111111 101.91 1
-1000111111 digital-graphics 1
-1000111111 ganglia 1
-1000111111 2,305 1
-1000111111 Kapuskasing 1
-1000111111 27798.18 1
-1000111111 1291.51 1
-1000111111 2:08:20 1
-1000111111 1255.19 1
-1000111111 1776-1777 1
-1000111111 Telshop 1
-1000111111 gesticulation 1
-1000111111 Ideal-Alembrec 1
-1000111111 creakiness 1
-1000111111 Qinhuangdao 1
-1000111111 106.66 1
-1000111111 plug-ins 1
-1000111111 Bassists 1
-1000111111 fact-mongering 1
-1000111111 Battlements 1
-1000111111 Presse-Actualite 1
-1000111111 TV-6 1
-1000111111 Zwentendorf 1
-1000111111 Rosedale 1
-1000111111 misdealing 1
-1000111111 Valjevo 1
-1000111111 Cogarthanghika 1
-1000111111 bagatelles 1
-1000111111 1923-24 1
-1000111111 Powercraft 1
-1000111111 6,675 1
-1000111111 Mensa 1
-1000111111 Evlico 1
-1000111111 106.417 1
-1000111111 Indore 1
-1000111111 ukiyoe 1
-1000111111 Self-Love 1
-1000111111 managerial/professional 1
-1000111111 Lingxixiang 1
-1000111111 Geisa 1
-1000111111 mouldy 1
-1000111111 Tegison 1
-1000111111 Marietou 1
-1000111111 Ablaye 1
-1000111111 Chapare 1
-1000111111 non-complainers 1
-1000111111 574,490 1
-1000111111 noncommunicating 1
-1000111111 Trondheim 1
-1000111111 self-dissolution 1
-1000111111 Sandton 1
-1000111111 85.908 1
-1000111111 Dragoons 1
-1000111111 1914-15 1
-1000111111 Comitan 1
-1000111111 1,521,000 1
-1000111111 1914-1918 1
-1000111111 Setubal 1
-1000111111 propolis 1
-1000111111 papiermache 1
-1000111111 Soshanguve 1
-1000111111 1-by-2s 1
-1000111111 bights 1
-1000111111 Shahs 1
-1000111111 proceduritis 1
-1000111111 156-5 1
-1000111111 12,984 1
-1000111111 commerce. 1
-1000111111 KLTJ 1
-1000111111 Payette 1
-1000111111 Atil 1
-1000111111 truth-in-budgeting 1
-1000111111 Montreux 1
-1000111111 Antongalon 1
-1000111111 malarkey 1
-1000111111 Valencias 1
-1000111111 ordinariness 1
-1000111111 14,158 1
-1000111111 Maghdousheh 1
-1000111111 stupefaction 1
-1000111111 Pierr 1
-1000111111 Aquaculture 1
-1000111111 Ceuta 1
-1000111111 109,112 1
-1000111111 greaseless 1
-1000111111 1,896,000 1
-1000111111 3,384,000 1
-1000111111 2183.9 1
-1000111111 Rajasthan 1
-1000111111 radiophobia 1
-1000111111 moodiness 1
-1000111111 cefazoline 1
-1000111111 183-day 1
-1000111111 Arverne 1
-1000111111 1980-83 1
-1000111111 arm-waving 1
-1000111111 Rievaulx 1
-1000111111 holes. 1
-1000111111 Somax 1
-1000111111 Solvang 1
-1000111111 Rubelsanto 1
-1000111111 memory-hungry 1
-1000111111 296-124 1
-1000111111 3.7-to-1 1
-1000111111 desparecidos 1
-1000111111 23868.43 1
-1000111111 Calvinists 1
-1000111111 standpatters 1
-1000111111 Libertads 1
-1000111111 Vasari 1
-1000111111 O.N.E. 1
-1000111111 decertifications 1
-1000111111 aid-the-Contras 1
-1000111111 418-0 1
-1000111111 Krnjevo 1
-1000111111 2:07:51 1
-1000111111 Salta 1
-1000111111 2:13:30 1
-1000111111 Marmarth 1
-1000111111 ethylenebisdithiocarbamates 1
-1000111111 5,623 1
-1000111111 Selectmen 1
-1000111111 directors. 1
-1000111111 non-attorneys 1
-1000111111 1601 1
-1000111111 Emporium-Capwell 1
-1000111111 lip-moistening 1
-1000111111 Bloemfontein 1
-1000111111 Ukranians 1
-1000111111 protropin 1
-1000111111 friends-who-have-been-there 1
-1000111111 record-keepers 1
-1000111111 mini-Disneyland 1
-1000111111 Tarlac 1
-1000111111 Travelmasters 1
-1000111111 NQ 1
-1000111111 Jezzine 1
-1000111111 1282.38 1
-1000111111 Austro-Marxism 1
-1000111111 Spinoza 1
-1000111111 Chincoteague 1
-1000111111 1308.87 1
-1000111111 Sisseton 1
-1000111111 Euro-logic 1
-1000111111 Herrsching 1
-1000111111 Thermopylae 1
-1000111111 111.70 1
-1000111111 megahouse-building 1
-1000111111 Universology 1
-1000111111 IBM-Europe 1
-1000111111 Anesthesiologists 1
-1000111111 record-making 1
-1000111111 disreputability 1
-1000111111 messagery 1
-1000111111 Yimlamay 1
-1000111111 Wordmark 1
-1000111111 prizewinners 1
-1000111111 sacrality 1
-1000111111 Lupao 1
-1000111111 1,269,100 1
-1000111111 show-and-sell 1
-1000111111 21-20 1
-1000111111 Quinua 1
-1000111111 Dillwyn 1
-1000111111 Angur 1
-1000111111 Lemnos 1
-1000111111 Vozni 1
-1000111111 24608.22 1
-1000111111 Zabrze 1
-1000111111 1317.88 1
-1000111111 Amazonas 1
-1000111111 456,971 1
-1000111111 699,421 1
-1000111111 Ellwangen 1
-1000111111 Fantine 1
-1000111111 Hainesville 1
-1000111111 knuckle-biting 1
-1000111111 mediocrity. 1
-1000111111 Democracy. 1
-1000111111 overextension 1
-1000111111 here-today 1
-1000111111 hard-hats 1
-1000111111 Minorange 1
-1000111111 Iffley 1
-1000111111 Procreation 1
-1000111111 PTAs 1
-1000111111 Transylvania. 1
-1000111111 Buckhannon 1
-1000111111 Montjuic 1
-1000111111 Promethee 1
-1000111111 overproduction. 1
-1000111111 Wheatgrowers 1
-1000111111 Valec 1
-1000111111 Sidbec 1
-1000111111 111.138 1
-1000111111 15,254 1
-1000111111 Covidea 1
-1000111111 Puyallup 1
-1000111111 ultra-exclusive 1
-1000111111 Flame. 1
-1000111111 Herbert-Verkamp 1
-1000111111 2,954,620 1
-1000111111 debt-recycling 1
-1000111111 Duduza 1
-1000111111 whack. 1
-1000111111 1,100. 1
-1000111111 have-it 1
-1000111111 nonresponsibility 1
-1000111111 +0.64 1
-1000111111 American-planned 1
-1000111111 49-to-46 1
-1000111111 Toomay 1
-1000111111 labetalol 1
-1000111111 Nayarit 1
-1000111111 622,303 1
-1000111111 Abert 1
-1000111111 411-0 1
-1000111111 freethinkers 1
-1000111111 Fedecamaras 1
-1000111111 self-independence 1
-1000111111 rusticity 1
-1000111111 58.921 1
-1000111111 home-work 1
-1000111111 one-carat 1
-1000111111 Mancos 1
-1000111111 Hamtramc 1
-1000111111 ultra-cool 1
-1000111111 Witloof 1
-1000111111 Shuichuan 1
-1000111111 Shovelers 1
-1000111111 videodrones 1
-1000111111 orthography 1
-1000111111 529,862 1
-1000111111 Lincolnwood 1
-1000111111 1951-53 1
-1000111111 Israel. 1
-1000111111 Clydebank 1
-1000111111 13,044 1
-1000111111 72-21 1
-1000111111 1969-82 1
-1000111111 153,907 1
-1000111111 149,732 1
-1000111111 Tiffin 1
-1000111111 Texas/M.D. 1
-1000111111 Nagykanizsa 1
-1000111111 Collingswood 1
-1000111111 solid-wood 1
-1000111111 Saucier 1
-1000111111 reserpine 1
-1000111111 Edgars 1
-1000111111 GOPAC 1
-1000111111 Teacherswill 1
-1000111111 Fri. 1
-1000111111 20,401,098 1
-1000111111 1620.4 1
-1000111111 Stadtpark 1
-1000111111 leglislators 1
-1000111111 3,249 1
-1000111111 Neon 1
-1000111111 Holofernes 1
-1000111111 unrecognizability 1
-1000111111 1738.42 1
-1000111111 risk-hedging 1
-1000111111 Norka 1
-1000111111 Happytown 1
-1000111111 837,511 1
-1000111111 Etchers 1
-1000111111 1980-1988 1
-1000111111 irreversibility 1
-1000111111 324-68 1
-1000111111 1257.15 1
-1000111111 Cloaks 1
-1000111111 Thermopolis 1
-1000111111 1235.07 1
-1000111111 1230.21 1
-1000111111 150,058 1
-1000111111 Cogoleto 1
-1000111111 nonreporting 1
-1000111111 isradipine 1
-1000111111 HIRAM 1
-1000111111 59-30 1
-1000111111 Illustrators 1
-1000111111 46,020 1
-1000111111 Afro-bop 1
-1000111111 nonrefundability 1
-1000111111 Representatives. 1
-1000111111 ALFA-LANCIA 1
-1000111111 manors 1
-1000111111 Renault-designed 1
-1000111111 1717.6 1
-1000111111 criticism. 1
-1000111111 TDCC 1
-1000111111 182,975 1
-1000111111 Abyssinia 1
-1000111111 Matamoras 1
-1000111111 0.5520 1
-1000111111 romanticism. 1
-1000111111 dino-hatchlings 1
-1000111111 everyone. 1
-1000111111 0.5243 1
-1000111111 Clemmons 1
-1000111111 Tena 1
-1000111111 playacting 1
-1000111111 Buyers-Up 1
-1000111111 overchoice 1
-1000111111 counter-retaliation 1
-1000111111 tsking 1
-1000111111 corpse-gathering 1
-1000111111 Lacowsky-Zucker 1
-1000111111 watchdogging 1
-1000111111 836.13 1
-1000111111 Folcroft 1
-1000111111 semi-cylindrical 1
-1000111111 Melanesia 1
-1000111111 Texas-M.D. 1
-1000111111 aztreonam 1
-1000111111 anti-intellectuals 1
-1000111111 276.40 1
-1000111111 Khaki 1
-1000111111 laborite 1
-1000111111 Shalamcheh 1
-1000111111 Khorramshahr 1
-1000111111 Inchelium 1
-1000111111 36,152 1
-1000111111 45,976 1
-1000111111 Palanpur 1
-1000111111 1962-64 1
-1000111111 123-46 1
-1000111111 26.7-to-1 1
-1000111111 282.60 1
-1000111111 268.40 1
-1000111111 Handouts 1
-1000111111 Bromm 1
-1000111111 rope-bearers 1
-1000111111 procaterol 1
-1000111111 Multiplex 1
-1000111111 797,679 1
-1000111111 Wheatland 1
-1000111111 Hueblein 1
-1000111111 Missiones 1
-1000111111 catalepsy 1
-1000111111 box-shaped 1
-1000111111 youk-now-what 1
-1000111111 Calexico 1
-1000111111 blackmarketeers 1
-1000111111 1958-1960 1
-1000111111 61-32 1
-1000111111 151,425 1
-1000111111 Irrelevance 1
-1000111111 Comerce 1
-1000111111 Ventersdorp 1
-1000111111 price-to-revenue 1
-1000111111 Kohyang 1
-1000111111 DensePac 1
-1000111111 animism 1
-1000111111 J.R.R. 1
-1000111111 Gomina 1
-1000111111 2722.22 1
-1000111111 singlemindedness 1
-1000111111 Epostane 1
-1000111111 Trilafon 1
-1000111111 perphenazine 1
-1000111111 mini-bank 1
-1000111111 1230.24 1
-1000111111 unenforceability 1
-1000111111 433,100 1
-1000111111 irreplaceability 1
-1000111111 Miniatures 1
-1000111111 Craftmark 1
-1000111111 WCLQ 1
-1000111111 Vorarlberg 1
-1000111111 Nutcracker-Cavalier 1
-1000111111 shutterbugs 1
-1000111111 Amazonia 1
-1000111111 Penna. 1
-1000111111 bronchopneumonia 1
-1000111111 G.L.A.D. 1
-1000111111 Shana 1
-1000111111 Nurse-Midwives 1
-1000111111 valium 1
-1000111111 1.9930 1
-1000111111 Omnibancorp 1
-1000111111 BBs 1
-1000111111 aquatint 1
-1000111111 73,054 1
-1000111111 17,475 1
-1000111111 arthropods 1
-1000111111 socialist-realism 1
-1000111111 97.20 1
-1000111111 Hafiftruths 1
-1000111111 Wooddale 1
-1000111111 writers'-strike 1
-1000111111 H20 1
-1000111111 telephony 1
-1000111111 I-10 1
-1000111111 Fredericton 1
-1000111111 Pompian 1
-1000111111 CableTek 1
-1000111111 Evisceration 1
-1000111111 1227.16 1
-1000111111 155-1 1
-1000111111 2394.4 1
-1000111111 Trat 1
-1000111111 Wheatridge 1
-1000111111 1.7077 1
-1000111111 1800.5 1
-1000111111 supplies-fuel 1
-1000111111 1,032,000 1
-1000111111 1316.49 1
-1000111111 1,561,000 1
-1000111111 Printout 1
-1000111111 27534.87 1
-1000111111 gp61 1
-1000111111 Cosep 1
-1000111111 shop-aholics 1
-1000111111 262.00 1
-1000111111 Eurokitsch 1
-1000111111 Uenohara 1
-1000111111 opinionmakers 1
-1000111111 self-support 1
-1000111111 complementarity 1
-1000111111 Mizoram 1
-1000111111 Ladue 1
-1000111111 Aptos 1
-1000111111 70-13 1
-1000111111 Saxe-Coburg-Gotha 1
-1000111111 1902-1914 1
-1000111111 Tonopah 1
-1000111111 34244.43 1
-1000111111 play-acting 1
-1000111111 Cheltenham 1
-1000111111 MVS-Multivision 1
-1000111111 self-treatments 1
-1000111111 Cosmetology 1
-1000111111 non-refrigerated 1
-1000111111 2847.98 1
-1000111111 uncertainty. 1
-1000111111 2394.3 1
-1000111111 253-159 1
-1000111111 eucalyptus-based 1
-1000111111 dance-goers 1
-1000111111 Hating 1
-1000111111 Florsheims 1
-1000111111 3,918,000 1
-1000111111 microsurgery 1
-1000111111 2366.3 1
-1000111111 2379.8 1
-1000111111 349.66 1
-1000111111 drugdealing 1
-1000111111 megapools 1
-1000111111 Tropworld 1
-1000111111 batwear 1
-1000111111 antei 1
-1000111111 2373.3 1
-1000111111 sun-damage 1
-1000111111 Dolgoprudny 1
-1000111111 coup-makers 1
-1000111111 astrophyics 1
-1000111111 182day 1
-1000111111 Nagyr 1
-1000111111 Minneosta 1
-1000111111 Bacton 1
-1000111111 103.22 1
-1000111111 Jouberton 1
-1000111111 Schweizer-Reneke 1
-1000111111 Apothecaries 1
-1000111111 Hayfield 1
-1000111111 analystics 1
-1000111111 defanging 1
-1000111111 Vergil 1
-1000111111 Castlewood 1
-1000111111 102.98 1
-1000111111 sawdust-bread 1
-1000111111 Armaments 1
-1000111111 Kein 1
-1000111111 259.69 1
-1000111111 achievement. 1
-1000111111 1.735 1
-1000111111 374.81 1
-1000111111 1235.35 1
-1000111111 70-49 1
-1000111111 Hart-mania 1
-1000111111 Feydeau 1
-1000111111 Suring 1
-1000111111 IBJ/Schroder 1
-1000111111 Biberach 1
-1000111111 interleukins 1
-1000111111 102.57 1
-1000111111 Suitland 1
-1000111111 Sranton 1
-1000111111 Ajmer 1
-1000111111 306.59 1
-1000111111 Fegersheim 1
-1000111111 St-Basilele-Grand 1
-1000111111 cantalopes 1
-1000111111 1936-39 1
-1000111111 Gruenau 1
-1000111111 328-78 1
-1000111111 Homosote 1
-1000111111 obsessive-compulsiveness 1
-1000111111 28056.98 1
-1000111111 Silao 1
-1000111111 96.53 1
-1000111111 Lemsip 1
-1000111111 Kersey 1
-1000111111 Ladenberg 1
-1000111111 243-169 1
-1000111111 2385.2 1
-1000111111 tulipmania 1
-1000111111 Arscott 1
-1000111111 163,300 1
-1000111111 Hoven 1
-1000111111 Gozkomizdat 1
-1000111111 Yank-bashing 1
-1000111111 Gorbachevolatry 1
-1000111111 28,865 1
-1000111111 wedge-nosed 1
-1000111111 phlebitis 1
-1000111111 Contitech 1
-1000111111 Fiskars 1
-1000111111 109.93 1
-1000111111 hypothesis-testing 1
-1000111111 286-98 1
-1000111111 97,112 1
-1000111111 self-worthiness 1
-1000111111 Taylorism 1
-1000111111 Altamahaw 1
-1000111111 Missouri-St 1
-1000111111 58-41 1
-1000111111 Glenrock 1
-1000111111 KLM-Northwest 1
-1000111111 IVIG-induced 1
-1000111111 Umbria 1
-1000111111 Granard 1
-1000111111 Bombast 1
-1000111111 Movietime/Alfalfa 1
-1000111111 1215.99 1
-1000111111 1.7325 1
-1000111111 blood-filtering 1
-1000111111 Bacillus 1
-1000111111 Attivo 1
-1000111111 99.643 1
-1000111111 neo-Italian 1
-1000111111 104.79 1
-1000111111 103.85 1
-1000111111 1315.72 1
-1000111111 2369.7 1
-1000111111 Hivaoa 1
-1000111111 AICorp. 1
-1000111111 Velayat-e-faqih 1
-1000111111 soapdom 1
-1000111111 1274.62 1
-1000111111 humoria 1
-1000111111 maleantes 1
-1000111111 WGCI 1
-1000111111 naysay 1
-1000111111 Guanacaste 1
-1000111111 Resist 1
-1000111111 school. 1
-1000111111 Anarcho-Syndicalists 1
-1000111111 cycloramas 1
-1000111111 Pruitt-Igoes 1
-1000111111 DISCoveries 1
-1000111111 48a 1
-1000111111 stirred-up 1
-1000111111 peritonitis. 1
-1000111111 2269.7 1
-1000111111 life-asserting 1
-1000111111 26013.19 1
-1000111111 adenine 1
-1000111111 Gesarol 1
-1000111111 Iblisi 1
-1000111111 95.32 1
-1000111111 nonsexual 1
-1000111111 phocomedlia 1
-1000111111 Hamden 1
-1000111111 34542.51 1
-1000111111 34266.75 1
-1000111111 Lashio 1
-1000111111 1327.60 1
-1000111111 SVP 1
-1000111111 Lethlabile 1
-1000111111 2388.1 1
-1000111111 2352.7 1
-1000111111 Elvel 1
-1000111111 53-41 1
-1000111111 conduct-trespassing 1
-1000111111 Attainder 1
-1000111111 2284.5 1
-1000111111 Depiction 1
-1000111111 1274.47 1
-1000111111 1906-07 1
-1000111111 eschatological 1
-1000111111 1321.21 1
-1000111111 2287.4 1
-1000111111 Bubiyan 1
-1000111111 26320.07 1
-1000111111 Antibes 1
-1000111111 13-4 1
-1000111111 96.74 1
-1000111111 prematurity 1
-1000111111 Negmegan 1
-1000111111 2.7-to-1 1
-1000111111 Ekaterina 1
-1000111111 Coachella 1
-1000111111 1264.70 1
-1000111111 Lanett 1
-1000111111 2435.7 1
-1000111111 2223.0 1
-1000111111 Coroca 1
-1000111111 Roadside 1
-1000111111 Euroeconomics 1
-1000111111 rackteering 1
-1000111111 420-0 1
-1000111111 500,000-pound 1
-1000111111 transience 1
-1000111111 95.83 1
-1000111111 Exportkhleb 1
-1000111111 ComputerWare 1
-1000111111 Lubyanka 1
-1000111111 4,986,000 1
-1000111111 monopsony 1
-1000111111 Walpert 1
-1000111111 88.93 1
-1000111111 hearing-aids 1
-1000111111 Alsip 1
-1000111111 self-advertising 1
-1000111111 Kulikovo 1
-1000111111 Lisieux 1
-1000111111 nucleotides 1
-1000111111 571-147 1
-1000111111 male-majority 1
-1000111111 Leesport 1
-1000111111 Uz 1
-1000111111 Midian 1
-1000111111 1756-63 1
-1000111111 doghouses 1
-1000111111 Sevierville 1
-1000111111 Glattbrugg 1
-1000111111 1764 1
-1000111111 1304.15 1
-1000111111 2399.0 1
-1000111111 1289.14 1
-1000111111 ENR 1
-1000111111 2:24:30 1
-1000111111 1243.72 1
-1000111111 begonias 1
-1000111111 hamburger-flippers 1
-1000111111 nomadism 1
-1000111111 Omodaka 1
-1000111111 fat-fighters 1
-1000111111 non-delivery 1
-1000111111 26984.11 1
-1000111111 2926.19 1
-1000111111 2424.5 1
-1000111111 661,600 1
-1000111111 Protectorate 1
-1000111111 2426 1
-1000111111 2410.4 1
-1000111111 Somoto 1
-1000111111 1312.50 1
-1000111111 self-mockery 1
-1000111111 69-26 1
-1000111111 Toettingen 1
-1000111111 99.662 1
-1000111111 hightechnologies 1
-1000111111 2379.4 1
-1000111111 gut-twisting 1
-1000111111 fumblers 1
-1000111111 Barikot 1
-1000111111 growth- 1
-1000111111 non-war 1
-1000111111 4,345 1
-1000111111 Saucony 1
-1000111111 demonology 1
-1000111111 realness 1
-1000111111 blancmange 1
-1000111111 backwoodsmen 1
-1000111111 garrulity 1
-1000111111 misrepresentation. 1
-1000111111 Hooker. 1
-1000111111 Moravia 1
-1000111111 256.10 1
-1000111111 34.59 1
-1000111111 1273.21 1
-1000111111 Gondar 1
-1000111111 improvization 1
-1000111111 endometrium 1
-1000111111 Sunzest 1
-1000111111 KMTF 1
-1000111111 7,740 1
-1000111111 scumbags 1
-1000111111 over-ordering 1
-1000111111 23,156 1
-1000111111 Panagia 1
-1000111111 Indramayu 1
-1000111111 Amery 1
-1000111111 96.09 1
-1000111111 0-to-60 1
-1000111111 Sukaharjo 1
-1000111111 2416.1 1
-1000111111 gruesomeness 1
-1000111111 79-14 1
-1000111111 Lightnet 1
-1000111111 Tuonela 1
-1000111111 Riefenstahl 1
-1000111111 Revell/Monogram 1
-1000111111 ASH 1
-1000111111 98.665 1
-1000111111 Nurserymen 1
-1000111111 Japanese-bashing 1
-1000111111 1270.55 1
-1000111111 sound-painting 1
-1000111111 Co-REEN-thee-an 1
-1000111111 risk-variance 1
-1000111111 Guinnesss 1
-1000111111 TurboTax 1
-1000111111 harder-to-read 1
-1000111111 tetrahydroaminoacradine 1
-1000111111 XT6 1
-1000111111 ickiness 1
-1000111111 coke-snorting 1
-1000111111 Jasrac 1
-1000111111 France. 1
-1000111111 Europoort 1
-1000111111 child-stealing 1
-1000111111 Leaseurope 1
-1000111111 home-improvement-store 1
-1000111111 Chapoutier 1
-1000111111 1283.85 1
-1000111111 2358.3 1
-1000111111 2390.8 1
-1000111111 Beita 1
-1000111111 Interconsult 1
-1000111111 Eilat 1
-1000111111 Sieradz 1
-1000111111 spumanti 1
-1000111111 1634-37 1
-1000111111 Sofipa 1
-1000111111 676.84 1
-1000111111 Burtonsville 1
-1000111111 Awali 1
-1000111111 Lasix 1
-1000111111 VWD 1
-1000111111 2302 1
-1000111111 Lazlo 1
-1000111111 lawyerdom 1
-1000111111 points. 1
-1000111111 4112.9 1
-1000111111 misstriped 1
-1000111111 Delphos 1
-1000111111 KPRC-TV 1
-1000111111 2346.4 1
-1000111111 1826.7 1
-1000111111 2,458,700 1
-1000111111 Feltham 1
-1000111111 Armscor 1
-1000111111 Stanislavsky 1
-1000111111 Jiye 1
-1000111111 Roniglione 1
-1000111111 Oneka 1
-1000111111 Hubler/Swartz 1
-1000111111 2357.9 1
-1000111111 100.698 1
-1000111111 polypropylenes 1
-1000111111 Defi 1
-1000111111 2724 1
-1000111111 2363.6 1
-1000111111 predictiveness 1
-1000111111 group-identity 1
-1000111111 Marsala 1
-1000111111 NCNB-Midland 1
-1000111111 97.19 1
-1000111111 Chollipo 1
-1000111111 Gosheim 1
-1000111111 Beirut-on-Hudson 1
-1000111111 half-reruns 1
-1000111111 1917-1919 1
-1000111111 M&Ms. 1
-1000111111 arrogance. 1
-1000111111 Heilbronn 1
-1000111111 snobism 1
-1000111111 2354.9 1
-1000111111 japan 1
-1000111111 SoCalGas 1
-1000111111 Gulmit 1
-1000111111 Balbalan 1
-1000111111 nudists 1
-1000111111 99.74 1
-1000111111 29,021 1
-1000111111 reteaching 1
-1000111111 advertizing 1
-1000111111 sociobiology 1
-1000111111 Benamou 1
-1000111111 3309 1
-1000111111 Artsbridge 1
-1000111111 autism 1
-1000111111 MCCA 1
-1000111111 1219.56 1
-1000111111 Chesaning 1
-1000111111 Mapleton 1
-1000111111 meningioma 1
-1000111111 1,454,000 1
-1000111111 Yuffies 1
-1000111111 non-asthmatics 1
-1000111111 2278.3 1
-1000111111 shareholdersfunds 1
-1000111111 Wedtechs 1
-1000111111 330.72 1
-1000111111 Irans 1
-1000111111 negligibility 1
-1000111111 13,446,000 1
-1000111111 Console 1
-1000111111 1896-97 1
-1000111111 Mickleton 1
-1000111111 TARP 1
-1000111111 maturity. 1
-1000111111 99.08 1
-1000111111 Rotha 1
-1000111111 WGMS 1
-1000111111 18-to-29-year-olds 1
-1000111111 Subs 1
-1000111111 427.62 1
-1000111111 291-123 1
-1000111111 DnC 1
-1000111111 Slovaks 1
-1000111111 trypanosomes 1
-1000111111 2329.1 1
-1000111111 Honfleur 1
-1000111111 Cadaques 1
-1000111111 5,280 1
-1000111111 Jastrzebie 1
-1000111111 Hethel 1
-1000111111 2297 1
-1000111111 Minorca 1
-1000111111 Oscoda 1
-1000111111 Tanjore 1
-1000111111 Najaf 1
-1000111111 feedgrains 1
-1000111111 479.32 1
-1000111111 2310.3 1
-1000111111 2331.1 1
-1000111111 Paekdu 1
-1000111111 Yalies 1
-1000111111 Ivins 1
-1000111111 Edgefield 1
-1000111111 million-member-Teamsters 1
-1000111111 98.59 1
-1000111111 419.32 1
-1000111111 Byrdstown 1
-1000111111 Jacobius 1
-1000111111 Chicagoana 1
-1000111111 Whittle-produced 1
-1000111111 Lanzhou 1
-1000111111 1885.2 1
-1000111111 Tondal 1
-1000111111 suttee 1
-1000111111 383-18 1
-1000111111 non-Castilians 1
-1000111111 Lae 1
-1000111111 pudicity 1
-1000111111 garbage-in 1
-1000111111 Lastec 1
-1000111111 Medjugorje 1
-1000111111 2218.6 1
-1000111111 agriculture. 1
-1000111111 Coarsegold 1
-1000111111 profit-makers 1
-1000111111 Sidewalks 1
-1000111111 Cotui 1
-1000111111 Provence. 1
-1000111111 Esba 1
-1000111111 221-199 1
-1000111111 conceptualizing 1
-1000111111 semiprocessed 1
-1000111111 ComputerWorld 1
-1000111111 java 1
-1000111111 Tilsit 1
-1000111111 374.07 1
-1000111111 pentigetide 1
-1000111111 non-Hungarians 1
-1000111111 melatonin 1
-1000111111 96.80 1
-1000111111 Atonement 1
-1000111111 2341.5 1
-1000111111 starlike 1
-1000111111 Sofitel 1
-1000111111 Tekstilbank 1
-1000111111 98.073 1
-1000111111 unfunniness 1
-1000111111 Falconry 1
-1000111111 1917-18 1
-1000111111 Menoken 1
-1000111111 peepers 1
-1000111111 successs 1
-1000111111 access-buying 1
-1000111111 1,500mg 1
-1000111111 1239.61 1
-1000111111 mousedom 1
-1000111111 1793.6 1
-1000111111 fice 1
-1000111111 Jiddah 1
-1000111111 KSP 1
-1000111111 1248.48 1
-1000111111 2374.8 1
-1000111111 radar-fooling 1
-1000111111 Muelheim-Ruhr 1
-1000111111 RATP 1
-1000111111 Chungli 1
-1000111111 Komi 1
-1000111111 7,580,000 1
-1000111111 Fowls 1
-1000111111 997-254 1
-1000111111 98.401 1
-1000111111 2332.4 1
-1000111111 foreignborns 1
-1000111111 Taoyuan 1
-1000111111 391.62 1
-1000111111 1251.78 1
-1000111111 27177.54 1
-1000111111 Macumba 1
-1000111111 histamine 1
-1000111111 Gollaprolu 1
-1000111111 ours. 1
-1000111111 royal-baiting 1
-1000111111 megaphones 1
-1000111111 Dipolog 1
-1000111111 doubledealing 1
-1000111111 13,822 1
-1000111111 lionesses 1
-1000111111 COSEP 1
-1000111111 102.06 1
-1000111111 techno-nationalism 1
-1000111111 6,793 1
-1000111111 81-19 1
-1000111111 wigggling 1
-1000111111 120.30 1
-1000111111 Paris-IX-Dauphine 1
-1000111111 under-ascertainment 1
-1000111111 1242.00 1
-1000111111 591,419 1
-1000111111 89-11 1
-1000111111 Kansas. 1
-1000111111 Altamira 1
-1000111111 1910-12 1
-1000111111 oneupmanship 1
-1000111111 Croton 1
-1000111111 America-Canada 1
-1000111111 worktables 1
-1000111111 four. 1
-1000111111 regulation-tightening 1
-1000111111 Crotone 1
-1000111111 373216 1
-1000111111 2383.8 1
-1000111111 Artvin 1
-1000111111 maximum- 1
-1000111111 Creamer. 1
-1000111111 2368.4 1
-1000111111 AVAir 1
-1000111111 pretentiousness 1
-1000111111 390-16 1
-1000111111 13,803 1
-1000111111 ligistics 1
-1000111111 Purdys 1
-1000111111 DMB&B/USA 1
-1000111111 Asiawatch 1
-1000111111 quasi-statehood 1
-1000111111 acetominophen 1
-1000111111 Buchman 1
-1000111111 PEN 1
-1000111111 Horseheads 1
-1000111111 ill-treatment 1
-1000111111 Ophthalmologists 1
-1000111111 1,374,000 1
-1000111111 Coronet/MTI 1
-1000111111 rounders 1
-1000111111 Khaesong 1
-1000111111 regionalitis 1
-1000111111 Edw 1
-1000111111 2314.4 1
-1000111111 Zamunda 1
-1000111111 10-years 1
-1000111111 Heliopolis 1
-1000111111 Grayer 1
-1000111111 multibranch 1
-1000111111 single-A/double-A-minus 1
-1000111111 Fatherlands 1
-1000111111 Umea 1
-1000111111 Copersucar 1
-1000111111 Lehighton 1
-1000111111 Forgiveness 1
-1000111111 Wadi 1
-1000111111 al-Tahl 1
-1000111111 Introspect 1
-1000111111 1222.08 1
-1000111111 Ensenar 1
-1000111111 Namelok 1
-1000111111 372.40 1
-1000111111 Tir 1
-1000111111 2258.3 1
-1000111111 hyphens 1
-1000111111 Elea 1
-1000111111 MBR 1
-1000111111 2291.7 1
-1000111111 stumper 1
-1000111111 309.33 1
-1000111111 Prodintorg 1
-1000111111 35689.98 1
-1000111111 1219.59 1
-1000111111 block-building 1
-1000111111 Equalization 2
-1000111111 237-181 2
-1000111111 glyphosate 2
-1000111111 Abd 2
-1000111111 bus-loads 2
-1000111111 basij 2
-1000111111 Gretna 2
-1000111111 Jaipur 2
-1000111111 neuropharmacology 2
-1000111111 asphyxiation 2
-1000111111 Chittagong 2
-1000111111 Zionsville 2
-1000111111 Synge 2
-1000111111 Illinois-Chicago 2
-1000111111 Reviewers 2
-1000111111 Kunsan 2
-1000111111 dBase4 2
-1000111111 Billund 2
-1000111111 chloroflurocarbons 2
-1000111111 embossers 2
-1000111111 seashores 2
-1000111111 worthlessness 2
-1000111111 Kratowvo 2
-1000111111 quiescence 2
-1000111111 big-bellied 2
-1000111111 acclimatization 2
-1000111111 316,209 2
-1000111111 CHAUMET 2
-1000111111 Weslaco 2
-1000111111 bobcats 2
-1000111111 Steinhagen 2
-1000111111 Bedminster 2
-1000111111 pocho-bashing 2
-1000111111 accountant-catastrophists 2
-1000111111 2443 2
-1000111111 Bellmore 2
-1000111111 Bihac 2
-1000111111 Kiester 2
-1000111111 Centoxin 2
-1000111111 Katutura 2
-1000111111 bitches 2
-1000111111 Allemonde 2
-1000111111 Strongsville 2
-1000111111 Gwalia 2
-1000111111 C-5s 2
-1000111111 Meltex 2
-1000111111 264-121 2
-1000111111 Elmont 2
-1000111111 Canada. 2
-1000111111 corporeal 2
-1000111111 acquirees 2
-1000111111 Verkehrskreditbank 2
-1000111111 Sheba 2
-1000111111 Silsbee 2
-1000111111 Wisconsin-Milwaukee 2
-1000111111 monasticism 2
-1000111111 Beemans 2
-1000111111 Quebecair 2
-1000111111 vancomycin 2
-1000111111 Florida. 2
-1000111111 '40 2
-1000111111 6-feet 2
-1000111111 Wholesalers-Distributors 2
-1000111111 superperformers 2
-1000111111 30,226 2
-1000111111 portal 2
-1000111111 Education. 2
-1000111111 Francorp. 2
-1000111111 378-4 2
-1000111111 gristle 2
-1000111111 Downington 2
-1000111111 Knightstown 2
-1000111111 Londrina 2
-1000111111 Khomeiniism 2
-1000111111 Sportrooms 2
-1000111111 1914-18 2
-1000111111 Nivard 2
-1000111111 neutrophils 2
-1000111111 Poisons 2
-1000111111 Ilminster 2
-1000111111 Stikeman 2
-1000111111 Blackbeard 2
-1000111111 prunes 2
-1000111111 aminopterin 2
-1000111111 50-to-1 2
-1000111111 tripods 2
-1000111111 Ginborak 2
-1000111111 dog-fighting 2
-1000111111 America-U.S. 2
-1000111111 beef-eating 2
-1000111111 farm-ins 2
-1000111111 2345.8 2
-1000111111 Les-Loges-en-Josas 2
-1000111111 Araserv 2
-1000111111 Unionville 2
-1000111111 Dazzling 2
-1000111111 insufferability 2
-1000111111 Fallacies 2
-1000111111 Shoreview 2
-1000111111 Troyes 2
-1000111111 Sparber 2
-1000111111 9-7 2
-1000111111 nicotine. 2
-1000111111 printmaking 2
-1000111111 superalloys 2
-1000111111 Kitezh 2
-1000111111 439.64 2
-1000111111 bedsheets 2
-1000111111 Lynbrook 2
-1000111111 Bimsa 2
-1000111111 Tadzhikistan 2
-1000111111 biostatistics 2
-1000111111 Medicaments 2
-1000111111 Raytec 2
-1000111111 Sokoto 2
-1000111111 Maru 2
-1000111111 Equador 2
-1000111111 1919.71 2
-1000111111 lading 2
-1000111111 snowshoes 2
-1000111111 Amun 2
-1000111111 151,141 2
-1000111111 C.O.P.S. 2
-1000111111 73-24 2
-1000111111 Yearning 2
-1000111111 Madisonville 2
-1000111111 tearoom 2
-1000111111 short-notice 2
-1000111111 Unalaska 2
-1000111111 pay-backs 2
-1000111111 Astrologers 2
-1000111111 Railfan 2
-1000111111 3/17/88 2
-1000111111 2365.4 2
-1000111111 windowsills 2
-1000111111 Econometrix 2
-1000111111 Missouri-Columbia 2
-1000111111 2386.6 2
-1000111111 cholecystokinin 2
-1000111111 Helsingborg 2
-1000111111 Zwide 2
-1000111111 9-4 2
-1000111111 gladiolus 2
-1000111111 non-involvement 2
-1000111111 jujubes 2
-1000111111 Burnaby 2
-1000111111 yester-year 2
-1000111111 peptides 2
-1000111111 untrustworthiness 2
-1000111111 Hercule 2
-1000111111 Deventer 2
-1000111111 goody-goody 2
-1000111111 Provins 2
-1000111111 Okhotsk 2
-1000111111 verapamul 2
-1000111111 Ulanova 2
-1000111111 Pasedena 2
-1000111111 methylenedianiline 2
-1000111111 23938.35 2
-1000111111 Maribor 2
-1000111111 InfoTech 2
-1000111111 Hitlerian 2
-1000111111 C-17s 3
-1000111111 obstructions 3
-1000111111 2237.49 3
-1000111111 Kuito 3
-1000111111 2404.5 3
-1000111111 101.07 3
-1000111111 Famers 3
-1000111111 stoplights 3
-1000111111 Tehuantepec 3
-1000111111 imbeciles 3
-1000111111 Pernambuco 3
-1000111111 Falmouth 3
-1000111111 Eurocommunism 3
-1000111111 muckrakers 3
-1000111111 Tela 3
-1000111111 Middleborough 3
-1000111111 329.7 3
-1000111111 Emergence 3
-1000111111 Ceara 3
-1000111111 bradykinins 3
-1000111111 425,534 3
-1000111111 Darmstadt 3
-1000111111 Hispaniola 3
-1000111111 Thebes 3
-1000111111 denigration 3
-1000111111 biopharmaceuticals 3
-1000111111 ultra-leftism 3
-1000111111 2280.23 3
-1000111111 Peugeots 3
-1000111111 communality 3
-1000111111 Upperville 3
-1000111111 Nalcosa 3
-1000111111 holies 3
-1000111111 zidovudine 3
-1000111111 pulchritude 3
-1000111111 fifth-graders 3
-1000111111 Gethsemane 3
-1000111111 pseudo-intellectuals 3
-1000111111 Biochemistry 3
-1000111111 Lauderhill 3
-1000111111 Softletter 3
-1000111111 pounder 3
-1000111111 Kubera 3
-1000111111 Narberth 3
-1000111111 Lubeck 3
-1000111111 2131.40 4
-1000111111 Oceanography 4
-1000111111 Rexeco 4
-1000111111 2572.07 4
-1000111111 Radiology 4
-1000111111 SoftLetter 4
-1000111111 1929-33 4
-1000111111 227.83 4
-1000111111 2445.51 4
-1000111111 28342.46 4
-1000111111 dunks 4
-1000111111 Wilmont 4
-1000111111 Double-A 4
-1000111111 18936.24 4
-1000111111 negation 4
-1000111111 Herat 4
-1000111111 254.00 4
-1000111111 regents 4
-1000111111 Ecanal 4
-1000111111 Wyomissing 4
-1000111111 Therfectin 4
-1000111111 locomotion 4
-1000111111 400.13 5
-1000111111 grands 5
-1000111111 Rhizobium 5
-1000111111 2152.20 5
-1000111111 28423.38 5
-1000111111 adhesion 5
-1000111111 coquette 5
-1000111111 hypothecation 5
-1000111111 Sidra 5
-1000111111 PSFS 5
-1000111111 unconstitutionality 5
-1000111111 2463.97 5
-1000111111 2451.05 5
-1000111111 1688 5
-1000111111 Tarsus 6
-1000111111 Lok 6
-1000111111 2752.09 6
-1000111111 reserve-building 6
-1000111111 photons 6
-1000111111 Revision 6
-1000111111 Discontent 6
-1000111111 Homebuilders 6
-1000111111 Overseers 6
-1000111111 Damocles 7
-1000111111 455.26 7
-1000111111 Assisi 7
-1000111111 411.16 7
-1000111111 proprietorship 8
-1000111111 mumbo 8
-1000111111 nitrosamines 8
-1000111111 Wrath 9
-1000111111 Wholesaler-Distributors 10
-1000111111 Circulations 10
-1000111111 2405.54 10
-1000111111 Macrodantin 10
-1000111111 2110.08 10
-1000111111 Corinth 11
-1000111111 opus 12
-1000111111 powerlessness 12
-1000111111 Scientology 14
-1000111111 kilter 15
-1000111111 mandamus 16
-1000111111 Babel 17
-1000111111 yore 19
-1000111111 Pediatrics 20
-1000111111 Campus 21
-1000111111 Preferences 22
-1000111111 wedlock 24
-1000111111 berths 25
-1000111111 Prussia 35
-1000111111 Deputies 36
-1000111111 whack 42
-1000111111 Lords 45
-1000111111 Mineworkers 47
-1000111111 Churches 49
-1000111111 2722.42 58
-1000111111 Appeal 76
-1000111111 Hormuz 95
-1000111111 182-day 121
-1000111111 incorporation 122
-1000111111 91-day 146
-1000111111 Machinists 154
-1000111111 Commons 195
-1000111111 Representatives 339
-1000111111 Appeals 533
-1000111111 page 1313
-1000111111 pages 1740
-1000111111 course 5915
-1001000 spy-catchers 1
-1001000 swashbuckler 1
-1001000 wench 1
-1001000 Nandos 1
-1001000 Toyodas 1
-1001000 491,300 1
-1001000 fundametals 1
-1001000 Burtonmander 1
-1001000 trustbusters 1
-1001000 regrooming 1
-1001000 40-to-45-year-olds 1
-1001000 outheast 1
-1001000 Kenne 1
-1001000 transacton 1
-1001000 quasi-index 1
-1001000 slimming-down 1
-1001000 Goldsteins 1
-1001000 Teodorico 1
-1001000 Monstera 1
-1001000 journalist-as-star 1
-1001000 Igo 1
-1001000 propectus 1
-1001000 dealer-appraiser 1
-1001000 Rubinsons 1
-1001000 ISB 1
-1001000 Tapps 1
-1001000 campanies 1
-1001000 sawbones 1
-1001000 book-signings 1
-1001000 1,958 1
-1001000 coompany 1
-1001000 Tokyos 1
-1001000 Eduskunta 1
-1001000 provison 1
-1001000 job-holder 1
-1001000 alarmists 1
-1001000 inchief 1
-1001000 co-conductors 1
-1001000 ground-it 1
-1001000 Gelches 1
-1001000 Olzhas 1
-1001000 cutting-back 1
-1001000 Nylons 1
-1001000 Stephenses 1
-1001000 landspeculation 1
-1001000 C5-A 1
-1001000 1,241 1
-1001000 Tashjians 1
-1001000 compancy 1
-1001000 DSO 1
-1001000 nicely. 1
-1001000 spokesowman 1
-1001000 Slonimskys 1
-1001000 man-in-the-buff 1
-1001000 Finno-Ugrians 1
-1001000 mobilizations 1
-1001000 arrrangement 1
-1001000 grousers 1
-1001000 indutry 1
-1001000 hippoisie 1
-1001000 MD-90s 1
-1001000 prescriber 1
-1001000 Y/MP 1
-1001000 singer-actor 1
-1001000 tractor-semitrailer 1
-1001000 Neeme 1
-1001000 dogooders 1
-1001000 Wigtons 1
-1001000 Virgins 1
-1001000 environmentalist-actor 1
-1001000 yanquis 1
-1001000 Banawans 2
-1001000 MWU 2
-1001000 Iacoccas 2
-1001000 Campodonicos 2
-1001000 embalmers 2
-1001000 Wahrmans 2
-1001000 ex-officer 2
-1001000 WGDB 2
-1001000 partership 2
-1001000 S81 2
-1001000 Milsteins 2
-1001000 bridegroom 2
-1001000 Rosses 2
-1001000 handscroll 2
-1001000 SLT/286 2
-1001000 SwissChamp 2
-1001000 Swensons 2
-1001000 Oneidas 2
-1001000 Pragmatist 2
-1001000 Saxons 3
-1001000 doge 3
-1001000 Frasers 3
-1001000 CCIFP 3
-1001000 Kaskels 3
-1001000 QE2 3
-1001000 minimagazine 3
-1001000 Pasdaran 3
-1001000 FNYIFA 3
-1001000 SX-70 3
-1001000 Burdas 4
-1001000 cameraperson 4
-1001000 telecommuter 4
-1001000 Tanskis 4
-1001000 Review-Journal 6
-1001000 Carnivore 6
-1001000 comany 6
-1001000 taxman 7
-1001000 EIU 7
-1001000 Galloways 7
-1001000 IBA 7
-1001000 Coloradan 8
-1001000 divisor 10
-1001000 coroner 11
-1001000 OTS 11
-1001000 Erria 12
-1001000 toymaker 14
-1001000 Raleses 15
-1001000 Hollanders 18
-1001000 company 123986
-1001000 pope 248
-100100100 Steel-Net 1
-100100100 rhetoric-and-run 1
-100100100 transept 1
-100100100 health-care-financing 1
-100100100 non-eating 1
-100100100 McLanguage 1
-100100100 grotto 1
-100100100 crop-year 1
-100100100 capital-planning 1
-100100100 semi-unification 1
-100100100 undynamic 1
-100100100 Bohmerwald 1
-100100100 CW-capable 1
-100100100 dive-bomber 1
-100100100 Busoni 1
-100100100 gastronome 2
-100100100 twig 2
-100100100 90-footers 2
-100100100 coliseum 2
-100100100 Yorkshireman 2
-100100100 flibbertigibbet 2
-100100100 deviationism 2
-100100100 porker 2
-100100100 rube 2
-100100100 Indiana-sized 2
-100100100 Lazour 2
-100100100 Wandelaar 2
-100100100 clockmaker 2
-100100100 ump 2
-100100100 darkroom 3
-100100100 heartlands 3
-100100100 troglodyte 3
-100100100 cuticle 3
-100100100 gastropod 3
-100100100 hunter-gatherer 3
-100100100 jacuzzi 3
-100100100 wrecker 3
-100100100 Ganges 3
-100100100 streetwalker 3
-100100100 Sahand 4
-100100100 AFLCIO 4
-100100100 newsweeklies 4
-100100100 Boers 4
-100100100 ALA 4
-100100100 Arizonan 4
-100100100 Conqueror 4
-100100100 proscenium 4
-100100100 dodo 4
-100100100 nostrum 4
-100100100 ZJ 4
-100100100 mahout 5
-100100100 cove 5
-100100100 Saddledome 5
-100100100 Sabalan 6
-100100100 loon 6
-100100100 nurseryman 6
-100100100 ZEN 7
-100100100 epoch 7
-100100100 farmhand 7
-100100100 lessee 8
-100100100 postman 8
-100100100 trachea 8
-100100100 griever 9
-100100100 kidnapper 9
-100100100 genus 9
-100100100 roadsides 9
-100100100 isthmus 10
-100100100 Occupation 10
-100100100 estuary 10
-100100100 Silverdome 11
-100100100 Poconos 11
-100100100 city-state 13
-100100100 Ozarks 13
-100100100 highlands 15
-100100100 emirate 16
-100100100 Kansan 16
-100100100 hive 17
-100100100 motherland 17
-100100100 PRO 17
-100100100 lifeboat 17
-100100100 layman 22
-100100100 mid-50s 22
-100100100 eelpout 23
-100100100 Superdome 23
-100100100 mid-20s 24
-100100100 hen 24
-100100100 prefecture 25
-100100100 tortoise 25
-100100100 archipelago 25
-100100100 vine 26
-100100100 Gipper 27
-100100100 convent 27
-100100100 piper 27
-100100100 canyon 32
-100100100 archdiocese 32
-100100100 YMCA 35
-100100100 Ripper 39
-100100100 sultan 47
-100100100 butterfly 52
-100100100 governorship 52
-100100100 monastery 53
-100100100 hemisphere 59
-100100100 sheik 63
-100100100 winery 64
-100100100 rim 64
-100100100 devil 80
-100100100 ruble 99
-100100100 tribe 112
-100100100 peninsula 124
-100100100 masses 157
-100100100 planet 161
-100100100 valley 161
-100100100 colonel 197
-100100100 emperor 207
-100100100 continent 212
-100100100 kingdom 255
-100100100 issuer 307
-100100100 republic 326
-100100100 borrower 355
-100100100 reader 373
-100100100 river 416
-100100100 league 516
-100100100 coast 572
-100100100 cartel 598
-100100100 province 660
-100100100 museum 789
-100100100 island 833
-100100100 region 2550
-100100100 country 13400
-100100100 city 5861
-1001001010 more-pessimistic 1
-1001001010 farm-based 1
-1001001010 Tibet-Nepal 1
-1001001010 Gippsland 1
-1001001010 1,200-room 1
-1001001010 drip-filter 1
-1001001010 foggier 1
-1001001010 labor-starved 1
-1001001010 nitrogen-filled 1
-1001001010 Provencale 1
-1001001010 cockpit-to-cockpit 1
-1001001010 then-famous 1
-1001001010 scratch-and-win 1
-1001001010 most-innocuous 1
-1001001010 cardiac-care 1
-1001001010 Saskatchewan-Alberta 1
-1001001010 Trans-Arabian 1
-1001001010 Whiterose 1
-1001001010 Mexico-Guatemala 1
-1001001010 3,986-mile 1
-1001001010 insurgency-wracked 1
-1001001010 1,400-year-old 1
-1001001010 large-account 1
-1001001010 transisthmian 1
-1001001010 Honduras-Nicaragua 1
-1001001010 Soviet-Afghanistan 1
-1001001010 fold-away 1
-1001001010 immunodiagnostics 1
-1001001010 Quebec-U.S. 1
-1001001010 commodity-chip 1
-1001001010 Kentucky-Virginia 1
-1001001010 often-forecast 1
-1001001010 dreamiest 1
-1001001010 Marcos-ruled 1
-1001001010 prow-shaped 1
-1001001010 295-seat 1
-1001001010 sevennation 1
-1001001010 socialist-planned 1
-1001001010 Spain-Gibraltar 1
-1001001010 recession-stricken 1
-1001001010 Indian-Pakistani 1
-1001001010 ill-administered 1
-1001001010 dawn-tinged 1
-1001001010 Venezuela-Guyana 1
-1001001010 FINEX 1
-1001001010 internal-demand-driven 1
-1001001010 59-million-and-growing 1
-1001001010 lacklaster 1
-1001001010 stichomythic 1
-1001001010 Indiana-Ohio 1
-1001001010 pj 1
-1001001010 do-it-for-me 1
-1001001010 California-Nevada 1
-1001001010 still-jittery 1
-1001001010 heart-fitness 1
-1001001010 18-tanker 1
-1001001010 Nazi-devastated 1
-1001001010 recession-ravaged 1
-1001001010 Hungarian-Austrian 1
-1001001010 Sassan 1
-1001001010 insurgent-wracked 1
-1001001010 drapery-enfolded 1
-1001001010 French/German 1
-1001001010 181-pound-class 1
-1001001010 Afghan-Pakistani 1
-1001001010 Come-by-Chance 1
-1001001010 Quebec-Vermont 1
-1001001010 speed-limitless 1
-1001001010 chemicals-industry 1
-1001001010 Utah-Arizona 1
-1001001010 Angola-Namibian 1
-1001001010 Thai-Cambodia 1
-1001001010 Oklahoma-Arkansas 1
-1001001010 already-extended 1
-1001001010 trans-Andean 1
-1001001010 still-expanding 1
-1001001010 Yibal 1
-1001001010 sun-parched 1
-1001001010 dipeptide 1
-1001001010 Austro-Italian 1
-1001001010 agricultural-futures 1
-1001001010 Afghan-Pakistan 1
-1001001010 Jordan-Israel 1
-1001001010 Angola-Namibia 1
-1001001010 Malawian 1
-1001001010 Ethiopian-Sudanese 1
-1001001010 often-misleading 1
-1001001010 decades-wide 1
-1001001010 Exxon-Valdez 1
-1001001010 French-Swiss 1
-1001001010 dollar-fighting 1
-1001001010 expenditure-cutting 1
-1001001010 Ashland-based 1
-1001001010 mass-merchandiser 2
-1001001010 1264 2
-1001001010 war-strained 2
-1001001010 Honduran-Nicaraguan 2
-1001001010 40-room 2
-1001001010 Alberta-Saskatchewan 2
-1001001010 Tizio 2
-1001001010 460-member 2
-1001001010 Nevada-Arizona 2
-1001001010 windless 2
-1001001010 stingiest 2
-1001001010 letter-writer 2
-1001001010 sleazemonger 2
-1001001010 Automat 2
-1001001010 blurber 2
-1001001010 Quebec-Maine 2
-1001001010 Shiviyacu 2
-1001001010 Chungang 2
-1001001010 monsignor 2
-1001001010 now-cheaper 2
-1001001010 trans-Ecuadorian 2
-1001001010 lemon-yellow 2
-1001001010 track. 2
-1001001010 state-planned 3
-1001001010 Intifada 3
-1001001010 AFI 3
-1001001010 California-Oregon 3
-1001001010 all-aluminum 3
-1001001010 1979-1980 3
-1001001010 Entumeni 3
-1001001010 Charolais 3
-1001001010 Thai-Cambodian 3
-1001001010 Alaska-Siberia 3
-1001001010 Texas-Mexico 3
-1001001010 Khuzinstan 3
-1001001010 she-devil 3
-1001001010 inflation-battered 3
-1001001010 ERP 3
-1001001010 Talisman 3
-1001001010 Mistral 3
-1001001010 shins 4
-1001001010 flyways 4
-1001001010 aorta 4
-1001001010 broomcorn 4
-1001001010 noonday 4
-1001001010 Ogallala 4
-1001001010 RPA 4
-1001001010 crowd-pleaser 4
-1001001010 post-Marcos 4
-1001001010 Kenilworth-Parkside 5
-1001001010 Wilis 5
-1001001010 souffle 5
-1001001010 EWSD 5
-1001001010 Nicaraguan-Honduran 5
-1001001010 Bosporus 5
-1001001010 December-March 5
-1001001010 Friedrichstrasse 5
-1001001010 U.K 5
-1001001010 Manchus 5
-1001001010 Travicom 6
-1001001010 2,000-mile 7
-1001001010 early-1970s 7
-1001001010 Eighties 9
-1001001010 Unlikely 10
-1001001010 DOD 11
-1001001010 late-1970s 11
-1001001010 AFC 12
-1001001010 Clock 20
-1001001010 finder 35
-1001001010 Lavi 39
-1001001010 Earth 356
-1001001010 world 14714
-1001001010 Mideast 524
-1001001011 NAPM 1
-1001001011 care-giver 1
-1001001011 television-commercial-director 1
-1001001011 day-tripper 1
-1001001011 Hitchhiker 1
-1001001011 dry-gulcher 1
-1001001011 maket 1
-1001001011 carbuyer 1
-1001001011 lion-tamer 1
-1001001011 momnent 1
-1001001011 Dodge/Sweet 1
-1001001011 ex-premier 1
-1001001011 bus-driver 1
-1001001011 fairgoer 1
-1001001011 tax-man 1
-1001001011 PSEA 1
-1001001011 lemon-law 1
-1001001011 full-week 1
-1001001011 CMHC 1
-1001001011 biographee 1
-1001001011 Freedmen 1
-1001001011 Executioner 1
-1001001011 small-boy 1
-1001001011 antigen-vaccine 1
-1001001011 jew 1
-1001001011 Bootlegger 1
-1001001011 committe 1
-1001001011 Beggar 1
-1001001011 turbotrain 1
-1001001011 mourner 1
-1001001011 muezzin 1
-1001001011 early-1970 1
-1001001011 discount-retailer 1
-1001001011 USISA 1
-1001001011 paperboy 1
-1001001011 Epitaph 1
-1001001011 fabulator 1
-1001001011 pandora 1
-1001001011 parishoner 1
-1001001011 Flowt 1
-1001001011 drainer 1
-1001001011 doodler 1
-1001001011 Truxell 1
-1001001011 busman 1
-1001001011 bookworm 1
-1001001011 Gambel 1
-1001001011 Boyfriend 1
-1001001011 ski-jumper 1
-1001001011 baronet 1
-1001001011 railwaymen 1
-1001001011 sub-group 1
-1001001011 cetacean 1
-1001001011 Wartburg 1
-1001001011 adminostration 1
-1001001011 well-digger 1
-1001001011 flatfoot 1
-1001001011 Mealey 1
-1001001011 nation-next-door 1
-1001001011 UNFPA 1
-1001001011 foreign-correspondent 1
-1001001011 candymaker 1
-1001001011 battered-men 1
-1001001011 snake-charmer 1
-1001001011 Tyrant 1
-1001001011 100/200 1
-1001001011 bond-issuer 1
-1001001011 money-man 1
-1001001011 biller 1
-1001001011 stockowner 1
-1001001011 freedom-lover 1
-1001001011 cockatoo 1
-1001001011 albertosaurus 1
-1001001011 story-teller 1
-1001001011 life-sentence 1
-1001001011 note-holder 1
-1001001011 letterman 1
-1001001011 Loverboy 1
-1001001011 program.Canada 1
-1001001011 video-retailer 1
-1001001011 return-preparer 1
-1001001011 analysand 1
-1001001011 never-eat-at-a-place-called-Mom 1
-1001001011 military-party 1
-1001001011 IROC 1
-1001001011 ex-prof 1
-1001001011 sanctions-buster 1
-1001001011 doe 1
-1001001011 Carthaginian 1
-1001001011 registrant 1
-1001001011 developer-architect 1
-1001001011 Milliner 1
-1001001011 newsboy 1
-1001001011 livin 1
-1001001011 sweepstake 1
-1001001011 sheepfarmer 1
-1001001011 playwright/actor 1
-1001001011 congregant 1
-1001001011 Sears-McDonald 1
-1001001011 meuzzin 1
-1001001011 insitution 1
-1001001011 comissioner 1
-1001001011 flyfisherman 1
-1001001011 sugarcane 1
-1001001011 Sportswriter 1
-1001001011 CND 2
-1001001011 Vitosha 2
-1001001011 COB 2
-1001001011 mid-70 2
-1001001011 JJ. 2
-1001001011 dey 2
-1001001011 commish 2
-1001001011 Attwater 2
-1001001011 Tattletale 2
-1001001011 protestor 2
-1001001011 MPA 2
-1001001011 Tanakas 2
-1001001011 Kuboyes 2
-1001001011 proposer 2
-1001001011 dialectician 2
-1001001011 Jacquemart-Andre 2
-1001001011 businesman 2
-1001001011 born-salesman 2
-1001001011 Itinerary 2
-1001001011 coachman 2
-1001001011 appellant 2
-1001001011 half-month 2
-1001001011 tangwai 3
-1001001011 picador 3
-1001001011 vicomte 3
-1001001011 job-seeker 3
-1001001011 mini-conglomerate 3
-1001001011 kaiser 3
-1001001011 boatman 3
-1001001011 StrokeMaker 3
-1001001011 compay 3
-1001001011 complainant 4
-1001001011 FNM 4
-1001001011 CHA 4
-1001001011 Bolkiah 4
-1001001011 SFO 5
-1001001011 Dario 5
-1001001011 minidorm 5
-1001001011 Kitten 5
-1001001011 hangman 5
-1001001011 no-man 6
-1001001011 MISL 6
-1001001011 Furrier 7
-1001001011 NRECA 9
-1001001011 duchess 9
-1001001011 Rubik 9
-1001001011 ITA 9
-1001001011 hornet 10
-1001001011 Parthenon 12
-1001001011 sultanate 14
-1001001011 swami 15
-1001001011 synod 15
-1001001011 Shatt 15
-1001001011 Pandora 23
-1001001011 ayatollah 117
-1001001011 shah 133
-1001001011 lion 137
-1001001011 nation 9985
-1001001011 colony 400
-100100110 gold-market 1
-100100110 updaters 1
-100100110 rattlers 1
-100100110 downstater 1
-100100110 171,308 1
-100100110 adamancy 1
-100100110 shamefulness 1
-100100110 more-rapid-than-expected 1
-100100110 commercial-bearing 1
-100100110 zephyr 1
-100100110 owner-to-be 1
-100100110 shirt-maker 1
-100100110 attachable 1
-100100110 dollar-induced 1
-100100110 Herreras 1
-100100110 discount-travel 1
-100100110 Lion-hearted 1
-100100110 people-watcher 1
-100100110 tibia 1
-100100110 back-log 1
-100100110 five-night 1
-100100110 God/There 1
-100100110 Jauchlers 1
-100100110 cud 1
-100100110 Selzers 1
-100100110 Stormtroopers 1
-100100110 Chetniks 1
-100100110 Detwilers 1
-100100110 Palmerites 1
-100100110 Altays 1
-100100110 clarions 1
-100100110 mobility-impaired 1
-100100110 rubled 1
-100100110 249,770 1
-100100110 Luz-Ardiden 1
-100100110 Taorminas 1
-100100110 Lumbermen 1
-100100110 Muchas 1
-100100110 bushman 1
-100100110 abbe 1
-100100110 coyest 1
-100100110 malpractice-policy 1
-100100110 geeps 1
-100100110 512-seat 1
-100100110 imposingly 1
-100100110 brooders-about-1929 1
-100100110 long-since 1
-100100110 Boxells 1
-100100110 al-Anonos 1
-100100110 25-yarder 1
-100100110 CL215T 1
-100100110 Lapenters 1
-100100110 late-buying 1
-100100110 hard-timers 1
-100100110 communicant 1
-100100110 home-owner 1
-100100110 piris 1
-100100110 watercourse 1
-100100110 400-line 1
-100100110 1,186-page 1
-100100110 brewery-scion-turned-banker 1
-100100110 Plunger 1
-100100110 thrfit 1
-100100110 NYPD 1
-100100110 Congressperson 1
-100100110 NCSC 1
-100100110 MGs 1
-100100110 chumming 1
-100100110 single-B-minus/C-rated 1
-100100110 Becker-Lendl 1
-100100110 fretboard 1
-100100110 outlands 1
-100100110 specialness 1
-100100110 pork-filled 1
-100100110 Circus-Circus 1
-100100110 pregame 1
-100100110 Single-A/A-1 1
-100100110 Bergers 1
-100100110 Brices 1
-100100110 829,200 1
-100100110 mythmaking 1
-100100110 deep-yellow 1
-100100110 strike-hobbled 1
-100100110 Riggis 1
-100100110 Clintons 1
-100100110 120-period 1
-100100110 dead-cat 1
-100100110 666,400 1
-100100110 spend-now 1
-100100110 payments-freeze 1
-100100110 payments-ban 1
-100100110 dromedary 2
-100100110 PEG-ADA 2
-100100110 beer-related 2
-100100110 Wigwam 2
-100100110 picturephone 2
-100100110 frostbiters 2
-100100110 Olivieris 2
-100100110 merger-mania 2
-100100110 whiting 2
-100100110 855S 2
-100100110 friars 2
-100100110 Highwaymen 2
-100100110 FT30 2
-100100110 extractant 2
-100100110 Sagamore 2
-100100110 200-pounder 2
-100100110 mainsail 2
-100100110 Thomsons 2
-100100110 discrepencies 2
-100100110 Slatkins 2
-100100110 GEs 2
-100100110 M-380 2
-100100110 Zieglers 2
-100100110 low-loads 2
-100100110 FL657 2
-100100110 on-paper 2
-100100110 Workslate 3
-100100110 Campbells 3
-100100110 testicles 3
-100100110 Malvinas 3
-100100110 Metges 3
-100100110 Piobaireachd 3
-100100110 nefos 3
-100100110 NCBB 3
-100100110 stent 3
-100100110 SS-19 3
-100100110 Benders 3
-100100110 Modarressis 3
-100100110 Indianan 3
-100100110 Decembrists 3
-100100110 clownish 3
-100100110 Dauphine 3
-100100110 Deutschemark 3
-100100110 debugger 3
-100100110 20K 4
-100100110 late-1987 4
-100100110 BOJ 4
-100100110 hypothalamus 4
-100100110 Hatfields 4
-100100110 Hindenburg 4
-100100110 FHFB 4
-100100110 Fridge 4
-100100110 Sixers 4
-100100110 Bedspreadmaker 5
-100100110 shortest-term 5
-100100110 Nenad 6
-100100110 Oriskany 6
-100100110 Yevropeiskaya 6
-100100110 Sniper 6
-100100110 IAM 6
-100100110 WEU 7
-100100110 Mark-50 7
-100100110 JUA 7
-100100110 lizard 8
-100100110 Repository 9
-100100110 CNCL 9
-100100110 Maranon 11
-100100110 Sephardim 12
-100100110 AWSJ 14
-100100110 zloty 15
-100100110 LEI 16
-100100110 DJIA 19
-100100110 Bima 20
-100100110 Casbah 28
-100100110 peseta 34
-100100110 greenback 70
-100100110 CPI 91
-100100110 peso 239
-100100110 dollar 23007
-100100110 latter 702
-100100111 flower. 1
-100100111 Jacobins 1
-100100111 Lusitania 1
-100100111 NICSs 1
-100100111 pike. 1
-100100111 cheesesteak 1
-100100111 heebiejeebies 1
-100100111 placemat 1
-100100111 Taunus 1
-100100111 gundeck 1
-100100111 Sun-1 1
-100100111 Marseillaise 1
-100100111 M-240 1
-100100111 M-280 1
-100100111 regs 1
-100100111 floor. 1
-100100111 empyrean 1
-100100111 self-assertiveness 1
-100100111 Laramies 1
-100100111 Upjohns 1
-100100111 corpmembers 1
-100100111 Majordomo 1
-100100111 woodpulp 1
-100100111 Hochland 1
-100100111 Oresteia 1
-100100111 measurer 1
-100100111 dominions 1
-100100111 crankiest 1
-100100111 masses. 1
-100100111 backog 1
-100100111 request-for-proposal 1
-100100111 Tontons-Macoute 1
-100100111 PADS 1
-100100111 Americanos 1
-100100111 not-so-celebrated 1
-100100111 legroom 1
-100100111 staff. 1
-100100111 exchanges. 1
-100100111 don't-cares 1
-100100111 homeless. 1
-100100111 worker-plaintiff 1
-100100111 church. 1
-100100111 cup. 1
-100100111 disinheritance 1
-100100111 ha-ha 1
-100100111 hostages. 1
-100100111 Pulsifers 1
-100100111 record. 1
-100100111 West. 1
-100100111 penny. 1
-100100111 border. 1
-100100111 Wahhabi 1
-100100111 Indo-U.S.S.R. 1
-100100111 Ramones 1
-100100111 comebacker 1
-100100111 Waitzkins 1
-100100111 Maul 1
-100100111 arabicas 1
-100100111 bushelful 1
-100100111 survey. 1
-100100111 strikers. 1
-100100111 screw-head 1
-100100111 DEBT-MOCRATS 1
-100100111 pastorate 1
-100100111 floccinaucinihilipilification 1
-100100111 Democrats. 1
-100100111 Gregarious 1
-100100111 downstroke 1
-100100111 affray 1
-100100111 reinterpreters 1
-100100111 paranormal 1
-100100111 Venders 1
-100100111 Finansbank 1
-100100111 Placebo 1
-100100111 compamy 1
-100100111 voiceover 1
-100100111 Volga-diving 1
-100100111 l960s 1
-100100111 ECGD 1
-100100111 80C286 1
-100100111 Martinezes 1
-100100111 briefing-book-speak 1
-100100111 BPOA 1
-100100111 non-churchgoers 1
-100100111 proliferators 1
-100100111 sea-coast 1
-100100111 parent. 1
-100100111 Euro-pie 1
-100100111 quale 1
-100100111 two-wheeler 1
-100100111 pro-abortionist 1
-100100111 Portnoys 1
-100100111 N-word 1
-100100111 icky-stickiness 1
-100100111 Lennymania 1
-100100111 Minutemen 1
-100100111 driveshaft 1
-100100111 division. 1
-100100111 position-takers 1
-100100111 broker-traders 1
-100100111 Limmat 1
-100100111 zinger-meister 1
-100100111 garbagemen 1
-100100111 quickshops 1
-100100111 MH-60K 1
-100100111 Ayat 1
-100100111 overdelegator 1
-100100111 owners. 1
-100100111 130s 1
-100100111 Mark-46 1
-100100111 payors 1
-100100111 cymbidiums 1
-100100111 Lodger 1
-100100111 Sophisticatz 1
-100100111 unclubbable 1
-100100111 Sandinistas. 1
-100100111 Lifeboats 1
-100100111 odd-man-out 1
-100100111 situation. 1
-100100111 nationbuilders 1
-100100111 Soilers 1
-100100111 Pretenders 1
-100100111 Ex-Patriots 1
-100100111 Beagles 1
-100100111 thunbergia 1
-100100111 Reinerts 1
-100100111 corrugation 1
-100100111 shut-out 1
-100100111 keyword 1
-100100111 windstorms 1
-100100111 snail-darter 1
-100100111 undebunkable 1
-100100111 laundryman 1
-100100111 Baskervilles 1
-100100111 mega-leveraged-buy-out 1
-100100111 once-mundane 1
-100100111 Nazi-hunter 1
-100100111 corruption. 1
-100100111 Deeps 1
-100100111 firebase 1
-100100111 heather 1
-100100111 Punisher 1
-100100111 jetty 1
-100100111 minibattle 1
-100100111 legalizations 1
-100100111 lecturn 1
-100100111 Spokesman-Review 1
-100100111 offense. 1
-100100111 MiniTower 1
-100100111 sticky-sweetness 1
-100100111 full-loads 1
-100100111 Halves 1
-100100111 Tropics 1
-100100111 rear-wheels 1
-100100111 scrapheap 1
-100100111 boomdocks 1
-100100111 microcosmos 1
-100100111 narrator-protagonist 1
-100100111 gunsel 1
-100100111 A-team 1
-100100111 lowborn 1
-100100111 Sot 1
-100100111 pelters 1
-100100111 paunches 1
-100100111 Opera-Comique 1
-100100111 Sundown 1
-100100111 psycho-killer 1
-100100111 prospekt 1
-100100111 laxers 1
-100100111 yard. 1
-100100111 weekend. 1
-100100111 knowledge-worker 1
-100100111 pan. 1
-100100111 halyard 1
-100100111 vivarium 1
-100100111 HoffmanBormanGallery 1
-100100111 commercial. 1
-100100111 Amalekites 1
-100100111 nene 1
-100100111 fifth-in-a-row 1
-100100111 ex-Mrs 1
-100100111 carport 1
-100100111 claimers 1
-100100111 ex-Nazi 1
-100100111 Dittos 1
-100100111 superconsumer 1
-100100111 trailhead 1
-100100111 haziest 1
-100100111 fuselage. 1
-100100111 840S 1
-100100111 legislature. 1
-100100111 tax-hikers 1
-100100111 Morgontorn 1
-100100111 fly-by-nights 1
-100100111 machines. 1
-100100111 sand. 1
-100100111 Minotaur 1
-100100111 Rijksmuseum 1
-100100111 beneficiary. 1
-100100111 gun-battle 1
-100100111 museum-goer 1
-100100111 remaidner 1
-100100111 mouse. 1
-100100111 best-hoops-ensemble-ever 1
-100100111 bass. 1
-100100111 curtain-raiser 1
-100100111 eye. 1
-100100111 Yellobag 1
-100100111 misprints 1
-100100111 perforator 1
-100100111 Ghermezians 1
-100100111 Adirondacks 1
-100100111 earldom 1
-100100111 paperflow 1
-100100111 Berezina 1
-100100111 Crackerjacks 1
-100100111 dislikable 1
-100100111 mini-disk 1
-100100111 Arbatovs 1
-100100111 stall-out 1
-100100111 centrist-conservative 1
-100100111 McBud 1
-100100111 gun. 1
-100100111 Nolanistas 1
-100100111 conference. 1
-100100111 gym. 1
-100100111 Wallendatorium 1
-100100111 empresarios 1
-100100111 RPMs 1
-100100111 time-being 1
-100100111 holidays. 1
-100100111 Reichstag 1
-100100111 adogiwa-zoku 1
-100100111 superinvestors 1
-100100111 mange 1
-100100111 homefolk 1
-100100111 Expediter 1
-100100111 pageant. 1
-100100111 viewer-voyeur 1
-100100111 expense-cutting 1
-100100111 self-starter 1
-100100111 Auerbachs 1
-100100111 Histradut 1
-100100111 Scantlings. 1
-100100111 backboards 1
-100100111 owners/customers 1
-100100111 Overflow 1
-100100111 self-irony 1
-100100111 arse 1
-100100111 ecomomy 1
-100100111 owner-client 1
-100100111 child-to-be 1
-100100111 puchaser 1
-100100111 2700s 1
-100100111 Agaship 1
-100100111 1960s-flowerchild-turned-1980s-Yuppie 1
-100100111 indigenes 1
-100100111 hoaxers 1
-100100111 Aztecs 1
-100100111 porta-johns 1
-100100111 Jesuits. 1
-100100111 screenful 1
-100100111 accordionist 1
-100100111 advisee 1
-100100111 Krupps 1
-100100111 pompadour 1
-100100111 Bi-Zone 1
-100100111 malefaction 1
-100100111 diggings 1
-100100111 Rockers 1
-100100111 R-5 1
-100100111 Mescalaro 1
-100100111 Spits 1
-100100111 Benedictus 1
-100100111 tricicleto 1
-100100111 super-greedy 1
-100100111 Deep-Minded 1
-100100111 mid-heaven 1
-100100111 chaperones 1
-100100111 grip. 1
-100100111 P-7As 1
-100100111 bullethole 1
-100100111 heliopause 1
-100100111 librettos 1
-100100111 Ultimatte 1
-100100111 gumline 1
-100100111 Kahanites 1
-100100111 wigglers 1
-100100111 Commendatore 1
-100100111 nonsuccessful 1
-100100111 Dreamtime 1
-100100111 ZPG 1
-100100111 annunciation 1
-100100111 smut-battlers 1
-100100111 defender. 1
-100100111 Doughboys 1
-100100111 Jackal 1
-100100111 beeper-pager 1
-100100111 olympics 1
-100100111 scourge. 1
-100100111 ex-creditor 1
-100100111 afterlife. 1
-100100111 3090-E 1
-100100111 32/650 1
-100100111 chaparral 1
-100100111 best-remembered 1
-100100111 selfemployed 1
-100100111 bombblasts 1
-100100111 vibraphones 1
-100100111 licence 1
-100100111 Brazil-U.S. 1
-100100111 helio-copter 1
-100100111 negativist 1
-100100111 governship 1
-100100111 ordinary. 1
-100100111 Gringos 1
-100100111 CRX-HF 1
-100100111 Blocs 1
-100100111 mortgage-business 1
-100100111 Solomons 1
-100100111 Leningraders 1
-100100111 Rekord 1
-100100111 corps. 1
-100100111 cover. 1
-100100111 undefendable 1
-100100111 specifications. 1
-100100111 subtance 1
-100100111 Triplex 1
-100100111 crossbar 1
-100100111 cancellaton 1
-100100111 13th. 1
-100100111 selftender 1
-100100111 SU-85B 1
-100100111 Mohicans 1
-100100111 forefront. 1
-100100111 distractor 1
-100100111 Dutch. 1
-100100111 splitter 1
-100100111 Rinkas 1
-100100111 handoff 1
-100100111 whatevers 1
-100100111 then-Rev 1
-100100111 mega-operas 1
-100100111 nominaton 1
-100100111 subholdings 1
-100100111 snorkeler 1
-100100111 Pez 1
-100100111 Barneses 1
-100100111 voters. 1
-100100111 vanful 1
-100100111 doctor/author 1
-100100111 zestful 1
-100100111 mother-at-home 1
-100100111 numbers. 1
-100100111 slackers 1
-100100111 slugfests 1
-100100111 queenside 1
-100100111 ultra-rich 1
-100100111 yakkers 1
-100100111 narco-communists 1
-100100111 NDP. 1
-100100111 K-word 1
-100100111 Sibaral 1
-100100111 nation-modern 1
-100100111 indecorous 1
-100100111 NCAAs 1
-100100111 least. 1
-100100111 Phoenicians 1
-100100111 what-ifs 1
-100100111 hot-seller 1
-100100111 oil-driller 1
-100100111 already-nervous 1
-100100111 lease-owner 1
-100100111 '89s 1
-100100111 house. 1
-100100111 Y2 1
-100100111 technolology 1
-100100111 Governed 1
-100100111 Enchanter 1
-100100111 archvillain 1
-100100111 licker 1
-100100111 doubler 1
-100100111 miler 1
-100100111 collective. 1
-100100111 Mazurka 1
-100100111 Sachers 1
-100100111 floatation 1
-100100111 RICO-butchering 1
-100100111 spoutees 1
-100100111 dockhouse 1
-100100111 unmaking 1
-100100111 A-bomb-droppers 1
-100100111 mangroves 1
-100100111 wackos 1
-100100111 unk-unks 1
-100100111 gut-shooting 1
-100100111 sun-loving 1
-100100111 Phillipines 1
-100100111 jangles 1
-100100111 penmanship 1
-100100111 KBG 1
-100100111 mid-1600s 1
-100100111 dustbowl 1
-100100111 physician-suppliers 1
-100100111 Tsuru 1
-100100111 inseminations 1
-100100111 8mm-format 1
-100100111 barracks. 1
-100100111 Children. 1
-100100111 instep 1
-100100111 Shires 1
-100100111 footlights. 1
-100100111 powpow 1
-100100111 afterburners 1
-100100111 same. 1
-100100111 richissimos 1
-100100111 wells. 1
-100100111 Four-in-Hand 1
-100100111 sibilants 1
-100100111 Rip-off 1
-100100111 Vus 1
-100100111 carbonara 1
-100100111 services-oriented 1
-100100111 dialecticians 1
-100100111 NV-144 1
-100100111 Dushmans 1
-100100111 rules. 1
-100100111 play-within-a-play 1
-100100111 breadline 1
-100100111 Sixteenth 1
-100100111 Crawfords 1
-100100111 Dunns 1
-100100111 five-and-ten 1
-100100111 shires 1
-100100111 mudhole 1
-100100111 harpsichordist 1
-100100111 18-to-35-year-olds 1
-100100111 stouthearted 1
-100100111 386/33 1
-100100111 Misbegotten 1
-100100111 jetstream 1
-100100111 Iguana 1
-100100111 Senate. 1
-100100111 WAVE. 2
-100100111 Maritimes 2
-100100111 commonweal 2
-100100111 pseudonomads 2
-100100111 cortex 2
-100100111 prof 2
-100100111 semi-finalists 2
-100100111 Kyrie 2
-100100111 pushup 2
-100100111 millenium 2
-100100111 past. 2
-100100111 Mandelas 2
-100100111 McNugget 2
-100100111 Coordinadora 2
-100100111 corporativists 2
-100100111 mini- 2
-100100111 1670s 2
-100100111 cowherd 2
-100100111 Barabars 2
-100100111 Amudarya 2
-100100111 anitus 2
-100100111 Cornbelt 2
-100100111 1790s 2
-100100111 Sixes 2
-100100111 TLWP 2
-100100111 Gorilla 2
-100100111 sabbath 2
-100100111 Mermaid 2
-100100111 press. 2
-100100111 above. 2
-100100111 Warpath 2
-100100111 chancel 2
-100100111 iconostasis 2
-100100111 facililty 2
-100100111 sharpshooter 2
-100100111 onionmeter 2
-100100111 Fed. 2
-100100111 Contras. 2
-100100111 Thorns 2
-100100111 Padmini 2
-100100111 tobacconist 2
-100100111 Trincheros 2
-100100111 tippee 2
-100100111 Lilliputians 2
-100100111 Raeletts 2
-100100111 Sadies 2
-100100111 neocons 2
-100100111 gaiety 2
-100100111 squids 2
-100100111 Merciful 2
-100100111 Stricklands 2
-100100111 Amerikanis 2
-100100111 Reaganauts 2
-100100111 sales. 2
-100100111 heartaches 2
-100100111 phone. 2
-100100111 Magazaniks 2
-100100111 Isopoint 2
-100100111 Nenes 2
-100100111 Kadoories 2
-100100111 castrato 2
-100100111 peephole 2
-100100111 left. 2
-100100111 buck. 2
-100100111 Sun-Tattler 2
-100100111 Hoosierdome 2
-100100111 M&Ms 2
-100100111 truth. 2
-100100111 Nineties 2
-100100111 divinities 2
-100100111 pralines 2
-100100111 fauves 2
-100100111 Amandebele 2
-100100111 credit-earners 2
-100100111 H-II 2
-100100111 Coetzees 2
-100100111 Mysterians 2
-100100111 Sulejmanagics 2
-100100111 Bombergs 2
-100100111 Amazin 2
-100100111 secularists 2
-100100111 NIRA 2
-100100111 Tampa/St 2
-100100111 glens 2
-100100111 Ballgame 2
-100100111 LDEF 2
-100100111 aright 2
-100100111 scoffers 2
-100100111 Clash 2
-100100111 Fuggers 2
-100100111 Peacemakers 2
-100100111 warfront 2
-100100111 0-86 2
-100100111 Chongela 2
-100100111 BOPA 2
-100100111 Seraglio 2
-100100111 opera-lovers 2
-100100111 device. 2
-100100111 sunbelt 2
-100100111 rapidily 2
-100100111 whitecaps 2
-100100111 population. 2
-100100111 semanticists 2
-100100111 Rifleman 2
-100100111 fantods 2
-100100111 Venturis 2
-100100111 Springers 2
-100100111 Buhrs 2
-100100111 Nilgeses 2
-100100111 FHLBs 2
-100100111 mantlepiece 2
-100100111 Ruins 2
-100100111 Pentagon. 2
-100100111 parents-to-be 2
-100100111 anteater 3
-100100111 Barbarian 3
-100100111 Florendos 3
-100100111 anti-Christ 3
-100100111 Subcontinent 3
-100100111 five-miles-an-hour 3
-100100111 beaters 3
-100100111 Eurocracy 3
-100100111 orb 3
-100100111 Rimstalker 3
-100100111 SOBs 3
-100100111 fortepiano 3
-100100111 autobahn 3
-100100111 Mogopas 3
-100100111 ex-partners 3
-100100111 BioDreads 3
-100100111 tablers 3
-100100111 Duvalls 3
-100100111 PSD 3
-100100111 80286-16 3
-100100111 confiteria 3
-100100111 TGWU 3
-100100111 airport. 3
-100100111 Bigelows 3
-100100111 Botschaft 3
-100100111 Round-Up 3
-100100111 Kuriles 3
-100100111 Aliotos 3
-100100111 out-of-doors 3
-100100111 McDeals 3
-100100111 treetops 3
-100100111 quarter-finals 3
-100100111 frontrunning 3
-100100111 Maronites 3
-100100111 IIgs 3
-100100111 inferno 3
-100100111 Chuns 3
-100100111 Pollards 3
-100100111 borderlands 3
-100100111 Tsjudes 3
-100100111 Elms 3
-100100111 Moncriefs 4
-100100111 EESP 4
-100100111 Glashaus 4
-100100111 twitch-peavey-deck 4
-100100111 bigs 4
-100100111 hausfrau 4
-100100111 Rutans 4
-100100111 Dordogne 4
-100100111 Beehive 4
-100100111 crabbers 4
-100100111 woodshed 4
-100100111 Wishnicks 4
-100100111 glitterati 4
-100100111 headboard 4
-100100111 speechmaker 4
-100100111 Ahlgrens 4
-100100111 autobahns 4
-100100111 DDR 4
-100100111 stooges 4
-100100111 Ayatollahs 4
-100100111 RFC 4
-100100111 LGP 4
-100100111 Lewises 4
-100100111 ACCT 4
-100100111 Seychelles 4
-100100111 sacadolares 4
-100100111 juicer 4
-100100111 home-builder 4
-100100111 board. 4
-100100111 electrolyte 4
-100100111 IASC 4
-100100111 cityscape 4
-100100111 Hortons 4
-100100111 adoptee 4
-100100111 Haidas 4
-100100111 papacy 4
-100100111 merchantman 4
-100100111 Hades 4
-100100111 agency. 4
-100100111 Fonz 4
-100100111 sucre 4
-100100111 economy. 5
-100100111 Womanagh 5
-100100111 Berlaymont 5
-100100111 Y.O. 5
-100100111 kyoppo 5
-100100111 Paulista 5
-100100111 Acropolis 5
-100100111 anesthesiologist 5
-100100111 Scriptures 5
-100100111 Copts 5
-100100111 Tigris 5
-100100111 midteens 5
-100100111 Pips 5
-100100111 provenance 5
-100100111 Comintern 5
-100100111 NKVD 5
-100100111 matchbook 5
-100100111 PRD 5
-100100111 DGI 5
-100100111 13ths 5
-100100111 Pyrenees 5
-100100111 CNFR 5
-100100111 Khashoggis 5
-100100111 Panovs 5
-100100111 Waltons 5
-100100111 Atchafalaya 5
-100100111 Flicks 5
-100100111 AX-5 5
-100100111 Nicholsons 5
-100100111 Gallos 5
-100100111 OEX 5
-100100111 E-10 6
-100100111 SACP 6
-100100111 fatherland 6
-100100111 Ngos 6
-100100111 intifada 6
-100100111 handlebars 6
-100100111 Hawkettes 6
-100100111 Nationals 6
-100100111 zodiac 6
-100100111 Nats 6
-100100111 beater 6
-100100111 non-communists 6
-100100111 Sun-4/110 6
-100100111 mid-teens 6
-100100111 Bornecks 6
-100100111 Oltcit 6
-100100111 merrier 6
-100100111 Witwatersrand 6
-100100111 Ptolemies 6
-100100111 Hendersons 6
-100100111 DMZ 6
-100100111 bastards 6
-100100111 Annenbergs 6
-100100111 Saarland 6
-100100111 Bundeswehr 7
-100100111 Rappahannock 7
-100100111 world. 7
-100100111 SAP 7
-100100111 Chautauquans 7
-100100111 BRZ 7
-100100111 NFSW 7
-100100111 extremities 7
-100100111 Crimea 7
-100100111 Dobrins 7
-100100111 mid-1800s 7
-100100111 mid-60s 7
-100100111 Estates-General 7
-100100111 vicar 7
-100100111 Taylors 7
-100100111 Malloys 7
-100100111 Wrights 7
-100100111 guillotine 8
-100100111 Himalayas 8
-100100111 naira 8
-100100111 Iran-U.S. 8
-100100111 ancients 8
-100100111 penis 8
-100100111 Osmonds 8
-100100111 FSIA 8
-100100111 Sturmans 8
-100100111 Euphrates 8
-100100111 T-word 8
-100100111 Tompkinses 8
-100100111 Adriatic 8
-100100111 Incas 8
-100100111 barrens 8
-100100111 Roccas 8
-100100111 bandstand 9
-100100111 Festspielhaus 9
-100100111 PHPO 9
-100100111 cob 9
-100100111 riverbed 9
-100100111 fittest 9
-100100111 hustings 9
-100100111 Enlightenment 9
-100100111 U.A.E. 9
-100100111 grindstone 9
-100100111 superstructure 9
-100100111 equator 10
-100100111 peasantry 10
-100100111 Merciless 10
-100100111 royals 10
-100100111 Azores 10
-100100111 mujahadeen 10
-100100111 wishbone 10
-100100111 gills 10
-100100111 Mezzogiorno 10
-100100111 Tulipmania 11
-100100111 Anschluss 11
-100100111 Brautigams 11
-100100111 ZCBs 11
-100100111 Bundys 11
-100100111 Oppenheimers 11
-100100111 cosmos 12
-100100111 lam 12
-100100111 Aleutians 12
-100100111 F-20s 13
-100100111 Joneses 13
-100100111 speakership 13
-100100111 Posners 13
-100100111 drachma 13
-100100111 Sphinx 13
-100100111 Vanities 14
-100100111 Balkans 14
-100100111 Koala 14
-100100111 petitioner 14
-100100111 Seine 14
-100100111 outback 14
-100100111 Volga 15
-100100111 mid-70s 15
-100100111 hatches 15
-100100111 Thalia 15
-100100111 impressionists 15
-100100111 foreground 15
-100100111 strait 16
-100100111 rafters 16
-100100111 hinterlands 16
-100100111 Pilgrims 16
-100100111 Caucasus 17
-100100111 Sejm 17
-100100111 austral 17
-100100111 pike 17
-100100111 tropics 17
-100100111 Gulag 17
-100100111 bleachers 18
-100100111 Jesuits 18
-100100111 dinar 18
-100100111 Bolsheviks 19
-100100111 uninitiated 19
-100100111 Elbe 19
-100100111 Majors 19
-100100111 proletariat 19
-100100111 esophagus 19
-100100111 dais 20
-100100111 subcontinent 21
-100100111 wearer 21
-100100111 panhandle 22
-100100111 Beast 22
-100100111 Andes 22
-100100111 Bundestag 22
-100100111 birthrate 23
-100100111 Arbat 23
-100100111 gulag 24
-100100111 Danube 24
-100100111 heavens 25
-100100111 feds 25
-100100111 uterus 26
-100100111 premiership 27
-100100111 Urals 27
-100100111 Pershings 27
-100100111 Dakotas 27
-100100111 intelligentsia 27
-100100111 accordion 28
-100100111 womb 28
-100100111 UAE 29
-100100111 floodgates 31
-100100111 Rockies 34
-100100111 monarchy 36
-100100111 coastline 36
-100100111 Skins 36
-100100111 abyss 37
-100100111 skids 37
-100100111 Carolinas 38
-100100111 pendulum 39
-100100111 originals 42
-100100111 fore 43
-100100111 Rhine 44
-100100111 throne 44
-100100111 Amazon 44
-100100111 Titanic 45
-100100111 Framers 47
-100100111 stratosphere 48
-100100111 Koran 51
-100100111 monarch 51
-100100111 citizenry 53
-100100111 Reagans 54
-100100111 Ukraine 55
-100100111 Continent 58
-100100111 Marcoses 59
-100100111 bloodstream 61
-100100111 Euromarkets 63
-100100111 populace 67
-100100111 Pritzkers 72
-100100111 iceberg 77
-100100111 limelight 77
-100100111 airwaves 80
-100100111 mujahideen 82
-100100111 mujahedeen 84
-100100111 Beatles 85
-100100111 offing 94
-100100111 lira 104
-100100111 Nazis 107
-100100111 frigate 109
-100100111 skies 120
-100100111 Mediterranean 139
-100100111 woods 155
-100100111 globe 172
-100100111 Bahamas 173
-100100111 contras 182
-100100111 Taj 184
-100100111 countryside 224
-100100111 horizon 256
-100100111 sky 267
-100100111 mainland 305
-100100111 electorate 306
-100100111 U.S.S.R. 363
-100100111 sun 379
-100100111 insurgents 483
-100100111 sidelines 518
-100100111 Sandinistas 774
-100100111 Netherlands 835
-100100111 gulf 926
-100100111 marketplace 1007
-100100111 Philippines 1052
-100100111 presidency 1089
-100100111 border 1235
-100100111 Constitution 1286
-100100111 economy 12694
-100100111 Contras 2273
-100101000 Glimmerglassers 1
-100101000 Vicelords 1
-100101000 322-87 1
-100101000 good-time 1
-100101000 Bork-wrecking 1
-100101000 laser-trimmer 1
-100101000 union-mandated 1
-100101000 investigtion 1
-100101000 car-borne 1
-100101000 82-inch-tall 1
-100101000 dark-suit-and-white-shirt 1
-100101000 whoop-de-do 1
-100101000 English-speaker 1
-100101000 Kramdens 1
-100101000 long-stayers 1
-100101000 apostate 1
-100101000 founder-entrepreneur 1
-100101000 aid-giving 1
-100101000 Krantzes 1
-100101000 BMWE 1
-100101000 56-foot 1
-100101000 now-familar 1
-100101000 settlment 1
-100101000 Gip 1
-100101000 240-person 1
-100101000 Liffey 1
-100101000 defects-office 1
-100101000 car-crashing 1
-100101000 three-astronaut 1
-100101000 end-result 1
-100101000 ride-sharing 1
-100101000 paint-by-numbers 1
-100101000 less-than-complete 1
-100101000 cobbler 1
-100101000 USGS. 1
-100101000 third-highest-ranking 1
-100101000 anti-rebate 1
-100101000 Koussevitzkys 1
-100101000 inner-core 1
-100101000 stop-watch 1
-100101000 multichip 1
-100101000 spick-and-spanners 1
-100101000 govenment 1
-100101000 11s 1
-100101000 play-within-the-opera 1
-100101000 Madeiras 2
-100101000 Stuntman 2
-100101000 miscasting 2
-100101000 finance-company 2
-100101000 Barksdales 2
-100101000 NAR 2
-100101000 F.D.R. 2
-100101000 RTA 2
-100101000 Ramblas 2
-100101000 caliper 2
-100101000 California-banking 2
-100101000 Bop 2
-100101000 unitization 2
-100101000 Crucifixion 2
-100101000 short-listed 2
-100101000 pro-repeal 2
-100101000 ex-spouse 2
-100101000 embyro 2
-100101000 once-quiet 2
-100101000 Frogdesign 2
-100101000 Udine 2
-100101000 Hansens 2
-100101000 SACE 2
-100101000 WEFA/RSI 2
-100101000 investment-company 2
-100101000 D-100 2
-100101000 USTR 3
-100101000 Merchant-Ivory 3
-100101000 RA 3
-100101000 SWAPO 3
-100101000 PNDC 3
-100101000 Cockpit 3
-100101000 OTV 3
-100101000 Bolands 3
-100101000 FEPA 3
-100101000 PRON 3
-100101000 ASID 3
-100101000 EBRI 3
-100101000 Spaters 3
-100101000 Levelland 3
-100101000 NCNA 3
-100101000 Unmanned 3
-100101000 ICTA 3
-100101000 USBA 3
-100101000 HKSAR 3
-100101000 no-nukers 3
-100101000 SFRC 3
-100101000 Breeder 3
-100101000 Keswicks 3
-100101000 sec 3
-100101000 Istana 3
-100101000 ANA 3
-100101000 Merc-Comex 3
-100101000 bedpan 3
-100101000 ex-PRI 3
-100101000 DSG 3
-100101000 INTV 3
-100101000 NIJ 3
-100101000 epinephrine 4
-100101000 LIRR 4
-100101000 ASTD 4
-100101000 NLA 4
-100101000 Bourj 4
-100101000 CSAB 4
-100101000 Sulejmanagic 4
-100101000 Enagas 4
-100101000 AP600 4
-100101000 moshav 4
-100101000 IWA 4
-100101000 appellants 4
-100101000 DLC 4
-100101000 PDI 4
-100101000 NAA 4
-100101000 UFW 4
-100101000 ATU 4
-100101000 SCLC 4
-100101000 IPMA 4
-100101000 NTIS 4
-100101000 Djemaa 4
-100101000 IDSA 4
-100101000 VRA 4
-100101000 labor-department 4
-100101000 JCT 4
-100101000 GMA 4
-100101000 UNDP 5
-100101000 USTA 5
-100101000 USSF 5
-100101000 NAIC 5
-100101000 SCO 5
-100101000 BFEA 5
-100101000 ILGWU 5
-100101000 Brawn 5
-100101000 3Station 5
-100101000 CSIS 5
-100101000 IPFA 5
-100101000 NEH 6
-100101000 TFD 6
-100101000 UKAEA 6
-100101000 FDIC/FSLIC 6
-100101000 APPWP 6
-100101000 NFPA 6
-100101000 JDA 6
-100101000 Houstonian 6
-100101000 NFA 6
-100101000 NAPAP 6
-100101000 SSBI 6
-100101000 Magyar 6
-100101000 UNOS 7
-100101000 Bulldozer 7
-100101000 futures-exchange 7
-100101000 FIA 7
-100101000 IFA 7
-100101000 NCTA 7
-100101000 SBF 7
-100101000 Ikle-Wohlstetter 7
-100101000 AFT 7
-100101000 ASTA 7
-100101000 PMA 7
-100101000 FHLB 7
-100101000 SIPC 7
-100101000 BLM 7
-100101000 GPO 8
-100101000 Siderographers 8
-100101000 LPP 8
-100101000 Trib 8
-100101000 medfly 8
-100101000 APA 9
-100101000 VFW 9
-100101000 MAS 9
-100101000 SACC 9
-100101000 Nines 9
-100101000 FDC 9
-100101000 UTU 10
-100101000 Tupelov 10
-100101000 CAB 10
-100101000 NAM 10
-100101000 SUNY 10
-100101000 NIA 10
-100101000 FHLBB 10
-100101000 NAEP 10
-100101000 OCC 10
-100101000 Histadrut 11
-100101000 COPS 11
-100101000 DCCC 11
-100101000 CID 11
-100101000 Maktoums 11
-100101000 Hart-Scott 11
-100101000 JCS 12
-100101000 FHAA 12
-100101000 NTIA 12
-100101000 BWA 12
-100101000 MTR 12
-100101000 BVI 12
-100101000 AICPA 12
-100101000 AFSCME 12
-100101000 SAL 12
-100101000 ADRDA 13
-100101000 CEP 13
-100101000 Hemlock 13
-100101000 ECC 13
-100101000 NDF 13
-100101000 SOS 13
-100101000 WAVE 13
-100101000 PRC 13
-100101000 OPM 14
-100101000 P&LE 14
-100101000 MMPI 15
-100101000 MRTA 15
-100101000 NSF 16
-100101000 AEA 16
-100101000 GCC 16
-100101000 PSC 16
-100101000 RenCen 16
-100101000 USPS 16
-100101000 OAS 16
-100101000 NAB 16
-100101000 CTM 17
-100101000 Exon-Florio 17
-100101000 Glomar 17
-100101000 FRA 18
-100101000 IAEA 18
-100101000 ICRP 19
-100101000 CPP 19
-100101000 JSP 20
-100101000 AIBD 20
-100101000 GCI 20
-100101000 IPE 20
-100101000 MPAA 20
-100101000 Riksbank 21
-100101000 NTSB 21
-100101000 Corrado 21
-100101000 DGA 21
-100101000 IUE 21
-100101000 IOC 22
-100101000 UNHCR 22
-100101000 CPSC 22
-100101000 CMF 22
-100101000 BLS 22
-100101000 Matif 22
-100101000 PUC 23
-100101000 USC 23
-100101000 Saemaul 24
-100101000 ADA 25
-100101000 USFL 25
-100101000 ISO 25
-100101000 NYFE 26
-100101000 ICCO 27
-100101000 Kefauver 27
-100101000 CED 27
-100101000 CPB 28
-100101000 SDR 28
-100101000 NRDC 29
-100101000 FAO 30
-100101000 EPLF 30
-100101000 IEA 31
-100101000 MTA 31
-100101000 USOC 32
-100101000 EEC 33
-100101000 ASPCA 34
-100101000 OTA 35
-100101000 NHS 35
-100101000 NFIB 37
-100101000 GASB 37
-100101000 CAW 42
-100101000 NHL 44
-100101000 OCAW 44
-100101000 COURT 46
-100101000 Bundespost 48
-100101000 HCFA 49
-100101000 Kerner 51
-100101000 EEOC 52
-100101000 FEC 53
-100101000 FmHA 53
-100101000 SIB 54
-100101000 NEA 57
-100101000 DTI 65
-100101000 SIA 65
-100101000 USDA 66
-100101000 API 70
-100101000 Sun-Times 74
-100101000 cardinal 75
-100101000 LSC 76
-100101000 BIS 78
-100101000 ICO 79
-100101000 SSC 81
-100101000 DEA 82
-100101000 IADB 92
-100101000 SPD 97
-100101000 KIO 97
-100101000 ADB 99
-100101000 NSA 102
-100101000 AARP 103
-100101000 DOT 104
-100101000 PBGC 105
-100101000 NLRB 105
-100101000 NRA 105
-100101000 AP 107
-100101000 NCAA 108
-100101000 NBA 121
-100101000 FHA 124
-100101000 BBC 125
-100101000 IFC 127
-100101000 RTC 129
-100101000 NAACP 130
-100101000 CBO 130
-100101000 Nymex 136
-100101000 NIH 148
-100101000 HHS 148
-100101000 TVA 164
-100101000 VA 170
-100101000 AMA 171
-100101000 ITC 184
-100101000 FERC 185
-100101000 ABA 193
-100101000 ICC 195
-100101000 CBOT 199
-100101000 OMB 251
-100101000 SBA 251
-100101000 CDC 251
-100101000 OECD 269
-100101000 CBOE 295
-100101000 EMS 305
-100101000 ACLU 311
-100101000 NFL 355
-100101000 AFL-CIO 363
-100101000 ANC 366
-100101000 FASB 372
-100101000 GSA 379
-100101000 INS 429
-100101000 NSC 433
-100101000 GAO 497
-100101000 PLO 507
-100101000 Kremlin 533
-100101000 Amex 545
-100101000 Comex 557
-100101000 CFTC 608
-100101000 UAW 668
-100101000 NRC 679
-100101000 FTC 686
-100101000 NASD 819
-100101000 FBI 991
-100101000 Merc 1129
-100101000 IMF 1176
-100101000 FAA 1247
-100101000 Bundesbank 1295
-100101000 EPA 1297
-100101000 FSLIC 1303
-100101000 CIA 1455
-100101000 FCC 1456
-100101000 FDIC 1485
-100101000 EC 1976
-100101000 FDA 2371
-100101000 Pentagon 2850
-100101000 IRS 2853
-100101000 SEC 6821
-100101000 Fed 7449
-1001010010 anti-recessionary 1
-1001010010 agriculture-subsidy 1
-1001010010 back-out 1
-1001010010 Carbon-14 1
-1001010010 governemnt 1
-1001010010 license-revocation 1
-1001010010 securities-exchange 1
-1001010010 Clausen-Armacost 1
-1001010010 auditor-general 1
-1001010010 foreign-money 1
-1001010010 favor-the-rich 1
-1001010010 parents-teachers 1
-1001010010 triglycerides-cholesterol 1
-1001010010 Columbia-registered 1
-1001010010 hair-restoration 1
-1001010010 non-museum 1
-1001010010 post-office-box 1
-1001010010 mineral-leasing 1
-1001010010 hurricane-relief 1
-1001010010 once-remote 1
-1001010010 tax-bloated 1
-1001010010 insurance-investment 1
-1001010010 agricultural-support 1
-1001010010 congolomerate 1
-1001010010 midcrop 1
-1001010010 coilspring 1
-1001010010 nuttiest 1
-1001010010 grants-making 1
-1001010010 Wilkin 1
-1001010010 missile-research 1
-1001010010 required-request 1
-1001010010 ditch-digger 1
-1001010010 Kerbala 1
-1001010010 Nino-Murcia 1
-1001010010 matching-fund 1
-1001010010 emaciating 1
-1001010010 Avinas 1
-1001010010 Reagan-Volcker 1
-1001010010 great-books 1
-1001010010 program-financing 1
-1001010010 electronic-industry 1
-1001010010 alphabet-soup 1
-1001010010 sight-gag 1
-1001010010 see-sawing 1
-1001010010 hill-dwellers 1
-1001010010 trading-house 1
-1001010010 oerations 1
-1001010010 minority-studies 1
-1001010010 time-sheet 1
-1001010010 oilsupply 1
-1001010010 governent 2
-1001010010 closed-circuit-television 2
-1001010010 biotechnology-research 2
-1001010010 2,000-pound 2
-1001010010 35-day 3
-1001010010 raj 3
-1001010010 conservancy 4
-1001010010 sorcery 5
-1001010010 governmment 5
-1001010010 presenter 6
-1001010010 decedent 8
-1001010010 matador 9
-1001010010 lignin 10
-1001010010 corporal 14
-1001010010 franc-denominated 20
-1001010010 cruzado 20
-1001010010 goverment 37
-1001010010 DOE 54
-1001010010 bourse 83
-1001010010 mint 86
-1001010010 government 42075
-1001010010 Euromarket 102
-10010100110 EEPROM 1
-10010100110 87-124 1
-10010100110 8723082 1
-10010100110 marjority 1
-10010100110 8741066 1
-10010100110 66,837 1
-10010100110 shabbier 1
-10010100110 8837022 1
-10010100110 8833043 1
-10010100110 8831004 1
-10010100110 always-desperate 1
-10010100110 8837034 1
-10010100110 8832043 1
-10010100110 8824026 1
-10010100110 ever-watchful 1
-10010100110 8834085 1
-10010100110 Klanners 1
-10010100110 8739034 1
-10010100110 8737037 1
-10010100110 8841019 1
-10010100110 stretched-body 1
-10010100110 more-dangerous 1
-10010100110 8644041 1
-10010100110 8648027 1
-10010100110 8645017 1
-10010100110 8716032 1
-10010100110 8715006 1
-10010100110 special-force 1
-10010100110 8714035 1
-10010100110 8717003 1
-10010100110 8710009 1
-10010100110 8707004 1
-10010100110 unversity 1
-10010100110 8712009 1
-10010100110 Ensemble-Newark 1
-10010100110 maximo 1
-10010100110 8722083 1
-10010100110 8651055 1
-10010100110 8651007 1
-10010100110 geo-strategic 1
-10010100110 8816005 1
-10010100110 8516002 1
-10010100110 8816046 1
-10010100110 8802003 1
-10010100110 Gaugin 1
-10010100110 8814063 1
-10010100110 8815036 1
-10010100110 ex-bank 1
-10010100110 8820086 1
-10010100110 8746055 1
-10010100110 least-remarked-upon 1
-10010100110 8817002 1
-10010100110 musket-bearing 1
-10010100110 8928016 1
-10010100110 indoctrinational 1
-10010100110 8930012 1
-10010100110 Dictionaries 1
-10010100110 couch-shaped 1
-10010100110 miniature-sized 1
-10010100110 youth-leadership 1
-10010100110 8932004 1
-10010100110 8929001 1
-10010100110 independence.The 1
-10010100110 299,776 1
-10010100110 what-you-know 1
-10010100110 who-you-know 1
-10010100110 recordbook 1
-10010100110 Obernauer 1
-10010100110 8825020 1
-10010100110 discourteously 1
-10010100110 8741002 1
-10010100110 8826003 1
-10010100110 Cassano 1
-10010100110 8832050 1
-10010100110 glazier 1
-10010100110 features-loaded 1
-10010100110 cybermusical 1
-10010100110 8828026 1
-10010100110 non-Fleet 1
-10010100110 copper-domed 1
-10010100110 Alawite 1
-10010100110 8752034 1
-10010100110 8819075 1
-10010100110 5,256 1
-10010100110 8936002 1
-10010100110 8824054 1
-10010100110 8930029 1
-10010100110 Tuskers 2
-10010100110 non-democratic 2
-10010100110 ash-handling 2
-10010100110 Amharas 2
-10010100110 UAW-GM 2
-10010100110 8927005 2
-10010100110 back-bench 2
-10010100110 Reformatory 2
-10010100110 hot-tub 2
-10010100110 anti-sale 2
-10010100110 stonemason 2
-10010100110 unexpressed 2
-10010100110 gas-leak 2
-10010100110 non-line 2
-10010100110 8823109 2
-10010100110 GTD-5 2
-10010100110 washer-dryer 2
-10010100110 crash-landing 2
-10010100110 Dergue 2
-10010100110 sicko 2
-10010100110 Sqaud 2
-10010100110 8812049 2
-10010100110 pelican 2
-10010100110 MI6 2
-10010100110 ITU 2
-10010100110 favela 2
-10010100110 cabana 2
-10010100110 Tangwai 3
-10010100110 figure-skating 3
-10010100110 MNR 3
-10010100110 UFT 3
-10010100110 VJs 3
-10010100110 CEO. 3
-10010100110 Avibras 3
-10010100110 CORAH 3
-10010100110 ZAPU 3
-10010100110 dustjacket 3
-10010100110 Falldin 3
-10010100110 42-10 3
-10010100110 TUG 4
-10010100110 bandoneon 4
-10010100110 Weathermen 4
-10010100110 Scupper 4
-10010100110 campesino 4
-10010100110 URC 4
-10010100110 imaging-team 4
-10010100110 PLP 4
-10010100110 Snowflakes 4
-10010100110 ACUCAA 4
-10010100110 salaryman 4
-10010100110 Kestrel 4
-10010100110 RUC 4
-10010100110 UFCW 4
-10010100110 biathlon 4
-10010100110 NSPA 4
-10010100110 mollusk 4
-10010100110 sultans 5
-10010100110 Misurasata 5
-10010100110 lumberyard 5
-10010100110 TDU 5
-10010100110 Centrao 5
-10010100110 CDS 5
-10010100110 McCoys 5
-10010100110 pant 5
-10010100110 anti-SDI 5
-10010100110 PCN 5
-10010100110 Thirties 5
-10010100110 near-poor 5
-10010100110 reverend 6
-10010100110 RAF 6
-10010100110 Taukei 6
-10010100110 timeline 6
-10010100110 Bonum 6
-10010100110 Hegenna 7
-10010100110 Bizango 7
-10010100110 GE/Kidder 7
-10010100110 BCOA 7
-10010100110 madam 7
-10010100110 SLA 7
-10010100110 Piston 7
-10010100110 LEAVE 7
-10010100110 VC 7
-10010100110 city-council 7
-10010100110 PD 8
-10010100110 imam 8
-10010100110 reptile 8
-10010100110 CBT 8
-10010100110 bandit 8
-10010100110 Gosbank 9
-10010100110 earl 9
-10010100110 Klansmen 9
-10010100110 P-2 9
-10010100110 petunia 9
-10010100110 unionist 10
-10010100110 ANWR 10
-10010100110 giraffe 10
-10010100110 PPD 10
-10010100110 CGT 10
-10010100110 Nepalese 10
-10010100110 Woman/McCall 10
-10010100110 GMHC 10
-10010100110 JVP 10
-10010100110 CSU 11
-10010100110 Rohe 11
-10010100110 welterweight 11
-10010100110 Laker 11
-10010100110 FSLN 11
-10010100110 newsweekly 11
-10010100110 bizango 11
-10010100110 Simex 12
-10010100110 cacique 12
-10010100110 WGA 13
-10010100110 USW 13
-10010100110 Maaco 13
-10010100110 D&H 14
-10010100110 TSSU 14
-10010100110 CFO 14
-10010100110 TTAPS 14
-10010100110 PATCO 15
-10010100110 Klugt 16
-10010100110 ATA 17
-10010100110 Thread 17
-10010100110 UJA 18
-10010100110 RSC 18
-10010100110 Tecos 19
-10010100110 IOR 19
-10010100110 JRA 19
-10010100110 Intrepid 21
-10010100110 RDP 23
-10010100110 Knesset 23
-10010100110 URW 23
-10010100110 counterculture 25
-10010100110 FDP 26
-10010100110 Klan 30
-10010100110 CDU 31
-10010100110 Inkatha 31
-10010100110 MPLA 31
-10010100110 NDP 32
-10010100110 MP 32
-10010100110 Parti 33
-10010100110 ILA 33
-10010100110 DPP 38
-10010100110 IBEW 43
-10010100110 Komsomol 46
-10010100110 kibbutz 46
-10010100110 UDF 49
-10010100110 Scout 50
-10010100110 UMNO 58
-10010100110 commonwealth 63
-10010100110 Establishment 65
-10010100110 FDN 71
-10010100110 NPA 71
-10010100110 PMDB 72
-10010100110 guild 73
-10010100110 DJP 77
-10010100110 SDP 84
-10010100110 tourney 86
-10010100110 militia 89
-10010100110 CWA 91
-10010100110 co-op 93
-10010100110 KMT 94
-10010100110 viewer 97
-10010100110 symphony 98
-10010100110 zoo 98
-10010100110 junta 100
-10010100110 camel 104
-10010100110 Mafia 118
-10010100110 Kuomintang 120
-10010100110 PAN 136
-10010100110 UMW 141
-10010100110 KGB 250
-10010100110 Politburo 258
-10010100110 Diet 260
-10010100110 PAC 264
-10010100110 federation 295
-10010100110 LDP 318
-10010100110 plaintiff 477
-10010100110 PRI 498
-10010100110 university 981
-10010100110 church 1188
-10010100110 union 7775
-10010100110 party 7360
-10010100111 December-future 1
-10010100111 265.0 1
-10010100111 non-retired 1
-10010100111 2,986,453 1
-10010100111 December-cattle 1
-10010100111 343,450 1
-10010100111 2,747 1
-10010100111 NBC-affiliation 1
-10010100111 SBA-processed 1
-10010100111 1,598 1
-10010100111 land-purchase 1
-10010100111 650,320 1
-10010100111 benchwarmer 1
-10010100111 1,022,209 1
-10010100111 compensatory-damage 1
-10010100111 Gatorback 1
-10010100111 32,192 1
-10010100111 EAFE-based 1
-10010100111 Betsie 1
-10010100111 94,300 1
-10010100111 Tumaturmari 1
-10010100111 39,856 1
-10010100111 coal-supply 1
-10010100111 28,057 1
-10010100111 305,419 1
-10010100111 yen-exchange 1
-10010100111 Laidley 1
-10010100111 126,800 1
-10010100111 400,157 1
-10010100111 184,724 1
-10010100111 pollution-insurance 1
-10010100111 8,620,000 1
-10010100111 25,290 1
-10010100111 789,104 1
-10010100111 history-against 1
-10010100111 3,352,100 1
-10010100111 powder-additive 1
-10010100111 55,071 1
-10010100111 61,211 1
-10010100111 Inquirer-type 1
-10010100111 41,352 1
-10010100111 49,343 1
-10010100111 electrical-construction 1
-10010100111 Lisas 1
-10010100111 5,143 1
-10010100111 1,514 1
-10010100111 military-export 1
-10010100111 French-financed 1
-10010100111 Lemur 1
-10010100111 Siuda 1
-10010100111 Greenspoint 1
-10010100111 Democrat-Green 1
-10010100111 12,014 1
-10010100111 road-wheel 1
-10010100111 coal-management 1
-10010100111 82,939 1
-10010100111 2,884 1
-10010100111 Glucometer 1
-10010100111 5-85 1
-10010100111 carpet-purchasing 1
-10010100111 184,177 1
-10010100111 334,156 1
-10010100111 Beach-Norfolk 1
-10010100111 nearest-term 1
-10010100111 inflation-futures 1
-10010100111 8,693 1
-10010100111 85,431 1
-10010100111 CLOUT 1
-10010100111 broker-investor 1
-10010100111 5,197,543 1
-10010100111 Giermak 1
-10010100111 15,132 1
-10010100111 413,838 1
-10010100111 673,311 1
-10010100111 117,220 1
-10010100111 320,900 1
-10010100111 67,251 1
-10010100111 Parameters 1
-10010100111 29,613 1
-10010100111 254,865 1
-10010100111 gift-annuity 1
-10010100111 7,123 1
-10010100111 544,969 1
-10010100111 automatic-penalty 1
-10010100111 78,350 1
-10010100111 GM-UAW 1
-10010100111 gas-export 1
-10010100111 30,267 1
-10010100111 27,298 1
-10010100111 664,580 1
-10010100111 Alexanderplatz 1
-10010100111 28,692 1
-10010100111 Androvett 1
-10010100111 System/20 1
-10010100111 626,300 1
-10010100111 2,337 1
-10010100111 Re-regulating 1
-10010100111 113,899 1
-10010100111 12,195,100 1
-10010100111 3,473,500 1
-10010100111 1,040,200 1
-10010100111 15-satellite 1
-10010100111 1,496 1
-10010100111 pin-setting 1
-10010100111 Hitachi-Goldstar 1
-10010100111 financial-adviser 1
-10010100111 January-futures 1
-10010100111 residual-fuel-oil 1
-10010100111 March-futures 1
-10010100111 advanced-motor 1
-10010100111 trilingual 1
-10010100111 24,027 1
-10010100111 1,674,300 1
-10010100111 bird-cage 1
-10010100111 tar-based 1
-10010100111 100,000-car 1
-10010100111 319,355 1
-10010100111 2,479 1
-10010100111 60,864 1
-10010100111 234,487 1
-10010100111 531,225 1
-10010100111 121,673 1
-10010100111 11,507 1
-10010100111 60,380,000 1
-10010100111 169,800 1
-10010100111 45,376 1
-10010100111 140,439 1
-10010100111 gasturbine 1
-10010100111 81,349 1
-10010100111 militaryship 1
-10010100111 562,060 1
-10010100111 News-two-minute 1
-10010100111 May-futures 1
-10010100111 5,716 1
-10010100111 29,593 1
-10010100111 5,536 1
-10010100111 10,360 1
-10010100111 2,001 1
-10010100111 same-priced 1
-10010100111 116,665 1
-10010100111 Chrysler-UAW 1
-10010100111 2,551 1
-10010100111 1,939 1
-10010100111 153,500 1
-10010100111 334,200 1
-10010100111 146,302 1
-10010100111 Hochschule 1
-10010100111 7,541 1
-10010100111 Solent 1
-10010100111 flower-service 1
-10010100111 already-signed 1
-10010100111 331,551 1
-10010100111 17,095 1
-10010100111 3,664,456 1
-10010100111 llegally 1
-10010100111 Voll 1
-10010100111 281,129 1
-10010100111 851,606 1
-10010100111 Dardalla 1
-10010100111 a-GM 1
-10010100111 7,641 1
-10010100111 Staatskapelle 1
-10010100111 steel-stock 1
-10010100111 gas-sales 1
-10010100111 DMS100 1
-10010100111 electricity-export 1
-10010100111 105,338 1
-10010100111 135,916 1
-10010100111 advanced-tactical-fighter 1
-10010100111 1,180,898 1
-10010100111 Typewriter 1
-10010100111 Ropelowski 1
-10010100111 consideration. 1
-10010100111 test-facility 1
-10010100111 357,378 1
-10010100111 IFC-supported 1
-10010100111 nine-month-long 1
-10010100111 Strangler 1
-10010100111 2,573 1
-10010100111 1,329 1
-10010100111 20,747 1
-10010100111 547,798 1
-10010100111 aviation-display 1
-10010100111 tire-dealer 1
-10010100111 1,786 2
-10010100111 Bellocchio 2
-10010100111 much-sought 2
-10010100111 ship-conversion 2
-10010100111 swim-wear 2
-10010100111 1,942 2
-10010100111 volume-based 2
-10010100111 student-athletes 2
-10010100111 nine-to-10-month 2
-10010100111 minitour 2
-10010100111 Cecily 2
-10010100111 Telesynetics 2
-10010100111 pro-basketball 2
-10010100111 Shakes 2
-10010100111 pro-PLO 2
-10010100111 Treasury-bond-futures 2
-10010100111 engineering-support 2
-10010100111 sing-off 2
-10010100111 malcontent 2
-10010100111 comicstrip 2
-10010100111 ATACC 2
-10010100111 Capes 2
-10010100111 lower-commission 2
-10010100111 diaspora 2
-10010100111 1-85 2
-10010100111 Soutpansberg 2
-10010100111 217,941 2
-10010100111 near-most 2
-10010100111 twin-turboprop 2
-10010100111 416,949 2
-10010100111 Abuses 2
-10010100111 non-passenger 2
-10010100111 more-deferred 2
-10010100111 mine-detector 2
-10010100111 live-cattle 2
-10010100111 pharmacy-research 2
-10010100111 1,064,000 2
-10010100111 2,643 2
-10010100111 2,642 2
-10010100111 126,700 2
-10010100111 expressionless 2
-10010100111 AC-130U 2
-10010100111 Bigeye 2
-10010100111 wiliest 2
-10010100111 metric-ton 2
-10010100111 Rhenish 2
-10010100111 Caribbean-Admiral 2
-10010100111 PrimeTime 3
-10010100111 Hui 3
-10010100111 wood-fired 3
-10010100111 surrogate-mother 3
-10010100111 trans-Hudson 3
-10010100111 RBMK 3
-10010100111 Backwards 3
-10010100111 Polytech 3
-10010100111 10,415 4
-10010100111 derrick 4
-10010100111 computer-maker 4
-10010100111 hotel-chain 4
-10010100111 April-delivery 4
-10010100111 Lamp 4
-10010100111 soybean-oil 5
-10010100111 RSO 5
-10010100111 phone-switching 6
-10010100111 Vagabond 6
-10010100111 MicroVax 6
-10010100111 E-3 6
-10010100111 1986-88 6
-10010100111 three-unit 6
-10010100111 Czarnikow 7
-10010100111 TOPIX 8
-10010100111 Charade 8
-10010100111 advanced-rocket 8
-10010100111 Doulton 9
-10010100111 Cadet 10
-10010100111 Passport 10
-10010100111 Karry 11
-10010100111 jet-fuel 13
-10010100111 Karl-Lorimar 14
-10010100111 Yomiuri 16
-10010100111 RECAP 17
-10010100111 Pewex 17
-10010100111 Finex 17
-10010100111 Divad 18
-10010100111 Slims 18
-10010100111 Daedalus 22
-10010100111 phone-switch 32
-10010100111 no-bid 54
-10010100111 FTS-2000 70
-10010100111 Admiral 80
-10010100111 MMI 103
-10010100111 Mint 141
-10010100111 Guard 519
-10010100111 Sprint 627
-10010100111 Army 2280
-10010100111 Navy 3424
-10010100111 giant 2659
-1001010100 court-constraints 1
-1001010100 poisongas 1
-1001010100 boy-king 1
-1001010100 Waleses 1
-1001010100 police-department 1
-1001010100 price-per-thousand 1
-1001010100 pooh-bah 1
-1001010100 Metrozoo 1
-1001010100 pot-of-gold 1
-1001010100 satrapy 1
-1001010100 MetalWars 1
-1001010100 Gambles 1
-1001010100 polysaccharide 1
-1001010100 levelbut 1
-1001010100 vizier 1
-1001010100 featherheads 1
-1001010100 kaftans 1
-1001010100 subpeonas 1
-1001010100 Tokushoku 1
-1001010100 sneakiest 1
-1001010100 biogrammatically 1
-1001010100 mini-empires 1
-1001010100 post-cancer 1
-1001010100 Galtneys 1
-1001010100 Niemiecs 1
-1001010100 Grub 1
-1001010100 communist-turned-conservative 1
-1001010100 grandjury 1
-1001010100 shallowly 1
-1001010100 basilicas 1
-1001010100 grantgivers 1
-1001010100 pay-setting 1
-1001010100 Mississippian 1
-1001010100 China-watcher 1
-1001010100 equity-committee 1
-1001010100 posion-gas 1
-1001010100 press-shy 2
-1001010100 WLF 2
-1001010100 Runckels 2
-1001010100 Chernack 2
-1001010100 bather 2
-1001010100 Democracies 2
-1001010100 bloodstains 2
-1001010100 Swansons 2
-1001010100 Pattersons 2
-1001010100 man-in-the-street 3
-1001010100 Taggarts 3
-1001010100 respites 3
-1001010100 Rowdies 3
-1001010100 sharecropper 3
-1001010100 bailiff 3
-1001010100 Petries 3
-1001010100 Hastingses 3
-1001010100 Haukes 3
-1001010100 Greylord 5
-1001010100 Branco 5
-1001010100 duchy 5
-1001010100 jester 9
-1001010100 lesion 12
-1001010100 logbook 14
-1001010100 judgeship 14
-1001010100 conciliator 29
-1001010100 pre-emption 30
-1001010100 breaker 35
-1001010100 maestro 36
-1001010100 referee 63
-1001010100 breakers 117
-1001010100 magistrate 132
-1001010100 courthouse 146
-1001010100 mediator 164
-1001010100 judiciary 173
-1001010100 senator 923
-1001010100 prosecutor 962
-1001010100 judge 5457
-1001010100 jury 3192
-1001010101 just-compensation 1
-1001010101 time-value-of-money 1
-1001010101 pork-rationing 1
-1001010101 moratoriumin 1
-1001010101 first-cut 1
-1001010101 horse-shopping 1
-1001010101 Klu 1
-1001010101 maximum-permitted 1
-1001010101 procurers 1
-1001010101 guarani 1
-1001010101 colliery 1
-1001010101 mid-passage 1
-1001010101 flight-deck 1
-1001010101 26-year-olds 1
-1001010101 photochemistry 1
-1001010101 uric-acid 1
-1001010101 1,000-contract 1
-1001010101 parklands 1
-1001010101 payout-suspension 1
-1001010101 Campeau-DeBartolo 1
-1001010101 productionrelated 1
-1001010101 fruit-of-the-poison-tree 1
-1001010101 anti-feeding 1
-1001010101 ex-government 1
-1001010101 scale. 1
-1001010101 officials. 1
-1001010101 PC-export 1
-1001010101 all-but-mandatory 1
-1001010101 Meese-Reagan 1
-1001010101 wholesale-rate 1
-1001010101 pro-slavery 2
-1001010101 glass-factory 2
-1001010101 high-hurdle 2
-1001010101 beat-the-clock 2
-1001010101 near-depression 2
-1001010101 66-page 2
-1001010101 guignol 2
-1001010101 housing-discrimination 2
-1001010101 Fishers 3
-1001010101 show-cause 3
-1001010101 juvenile-court 3
-1001010101 pueblos 3
-1001010101 jailer 3
-1001010101 harmonics 3
-1001010101 verandas 3
-1001010101 mine-layer 4
-1001010101 OSC 4
-1001010101 panther 4
-1001010101 penitentiaries 5
-1001010101 snowboard 5
-1001010101 civil-court 6
-1001010101 trooper 10
-1001010101 capitol 22
-1001010101 penitentiary 33
-1001010101 larceny 40
-1001010101 court 17136
-1001010101 appeals-court 51
-1001010110 Suey 1
-1001010110 Realizations 1
-1001010110 Jasinski 1
-1001010110 glassworks 1
-1001010110 nuclear-liability 1
-1001010110 NAWBO 1
-1001010110 Hruska. 1
-1001010110 Tupolev 1
-1001010110 sideboard 1
-1001010110 Udder 1
-1001010110 470-room 1
-1001010110 SKYSCRAPER 1
-1001010110 Realisations 1
-1001010110 House-supported 1
-1001010110 House-sanctioned 1
-1001010110 House-prepared 1
-1001010110 Rauda 1
-1001010110 junctions 1
-1001010110 House-designated 1
-1001010110 Camomile 1
-1001010110 Kubiczek 1
-1001010110 House/Treasury 1
-1001010110 Pipko 1
-1001010110 legionnaires 1
-1001010110 Gemco-United 1
-1001010110 House-Iran 1
-1001010110 Mischief 1
-1001010110 wheat-board 1
-1001010110 Wolchuk 1
-1001010110 GeorgiaPacific 1
-1001010110 medical-college 1
-1001010110 Dzindzihashvili 1
-1001010110 Labyrinth 1
-1001010110 BALLETIC 1
-1001010110 185-page 1
-1001010110 House-directed 1
-1001010110 Stalinsky 1
-1001010110 Kolompar 1
-1001010110 Intracoastal 1
-1001010110 Middel 1
-1001010110 23d 1
-1001010110 OSU 2
-1001010110 McCarran-Walter 2
-1001010110 12-judge 2
-1001010110 Magnuszewski 2
-1001010110 Beasts 2
-1001010110 Vet 2
-1001010110 tribune 2
-1001010110 Plains-based 2
-1001010110 Dail 3
-1001010110 CAGE 3
-1001010110 Reaper 3
-1001010110 Collar 4
-1001010110 Colosseum 4
-1001010110 Lengths 4
-1001010110 Oberoi 4
-1001010110 Grenache 5
-1001010110 Unlisted 5
-1001010110 House-congressional 5
-1001010110 House-Congress 7
-1001010110 Dinh 7
-1001010110 House-backed 8
-1001010110 Shark 8
-1001010110 Cong 23
-1001010110 Sox 100
-1001010110 Racketeer 114
-1001010110 House 15745
-1001010110 Plains 530
-1001010111 High-End 1
-1001010111 Inter-German 1
-1001010111 Snaky 1
-1001010111 monetarist-minded 1
-1001010111 Goldwater-Nichols 1
-1001010111 Reagan-Rostenkowski-Byrd-Bentsen-Wright 1
-1001010111 613,000-Share 1
-1001010111 Carter-created 1
-1001010111 41-member 1
-1001010111 Cregem 1
-1001010111 JPI 1
-1001010111 Bayernhypo 1
-1001010111 austerity-minded 1
-1001010111 Stupendous 1
-1001010111 Citibank-led 1
-1001010111 Inouye-Hamilton 1
-1001010111 US/Canada 1
-1001010111 building-trades 1
-1001010111 Dilute 1
-1001010111 Bestiality 1
-1001010111 Congresssional 1
-1001010111 Nanny 1
-1001010111 Gaffe 1
-1001010111 Balkar 1
-1001010111 Off-the-Beaten-Path 1
-1001010111 Worthem 1
-1001010111 Procter-Syntex 1
-1001010111 Board.of 1
-1001010111 Neo-Classical 1
-1001010111 Slumbering 1
-1001010111 U.S.-Tibet 1
-1001010111 Congessional 1
-1001010111 Year-Round 1
-1001010111 production-jawboning 1
-1001010111 Daimyo 1
-1001010111 Avian 1
-1001010111 Quip-Filled 1
-1001010111 Parklabrea 1
-1001010111 Sembawang 1
-1001010111 Avrin 1
-1001010111 Insular 1
-1001010111 Colossal 1
-1001010111 Wither 1
-1001010111 Carhaul 1
-1001010111 426-member 1
-1001010111 Regulate 1
-1001010111 Magec 1
-1001010111 master-bedroom 1
-1001010111 All-Poland 1
-1001010111 Wuxi-MSA 1
-1001010111 LTD/Marquis 1
-1001010111 Kamora 1
-1001010111 TransGlobe 1
-1001010111 Upended 1
-1001010111 Politic 1
-1001010111 UM-Michigan 1
-1001010111 Belgian-Luxembourg 1
-1001010111 300,000-plus 1
-1001010111 Distributive 1
-1001010111 OverseaChinese 1
-1001010111 NSW 1
-1001010111 pastor-parish 1
-1001010111 10th-ranking 1
-1001010111 Textual 1
-1001010111 multisectoral 1
-1001010111 Rosenbalm 1
-1001010111 Oromo 1
-1001010111 Meliora 1
-1001010111 PacificCare 1
-1001010111 Politics/In 1
-1001010111 Trade-bill 1
-1001010111 Unspoken 1
-1001010111 Troubling 1
-1001010111 Monarch/Merrill 1
-1001010111 Beltway-consensus 1
-1001010111 Shidler/West 1
-1001010111 NACO 1
-1001010111 compensation-insurance 1
-1001010111 HWWA 1
-1001010111 Explanatory 1
-1001010111 Check-Kiters 1
-1001010111 interministerial 1
-1001010111 Sophistication 1
-1001010111 Dermatologic 1
-1001010111 Root-Tilden-Snow 1
-1001010111 Econonomic 1
-1001010111 Jamiat 1
-1001010111 Allou 1
-1001010111 academic-dominated 1
-1001010111 GINI 1
-1001010111 13th-floor 1
-1001010111 BOGSAT 1
-1001010111 Foreign-Born 1
-1001010111 Rascher 1
-1001010111 Summaryof 1
-1001010111 75-member 2
-1001010111 olive-skinned 2
-1001010111 Sirica 2
-1001010111 Kapiolani 2
-1001010111 six-county 2
-1001010111 Lothian 2
-1001010111 anti-boredom 2
-1001010111 Literatura 2
-1001010111 Medis 2
-1001010111 13-2 2
-1001010111 BAII 2
-1001010111 Inhibiting 2
-1001010111 75-nation 2
-1001010111 Departmental 2
-1001010111 Video-Velodrome 2
-1001010111 Bewildered 2
-1001010111 six-country 2
-1001010111 Ain 2
-1001010111 Calorie 2
-1001010111 3480 2
-1001010111 budget-slashing 2
-1001010111 93-member 2
-1001010111 Curaflex 2
-1001010111 Pepper-Roybal 2
-1001010111 Chatilla 2
-1001010111 Centinela 2
-1001010111 254-158 2
-1001010111 hispanic 2
-1001010111 Econo 2
-1001010111 Imprinted 2
-1001010111 law-society 2
-1001010111 Julliard 2
-1001010111 tigher 2
-1001010111 then-reigning 2
-1001010111 west-south-central 2
-1001010111 36-member 2
-1001010111 Irvington 2
-1001010111 7,000-member 2
-1001010111 Symbionese 2
-1001010111 1929-31 2
-1001010111 subcabinet-level 2
-1001010111 one-million-acre 2
-1001010111 245-181 2
-1001010111 truck-based 2
-1001010111 Neil/Lehrer 2
-1001010111 1,200-member 2
-1001010111 Offensive 2
-1001010111 often-frustrating 2
-1001010111 Immoral 2
-1001010111 Rickmansworth 2
-1001010111 Newscorp 2
-1001010111 NagornoKarabakh 2
-1001010111 Posse 2
-1001010111 103-year-old 2
-1001010111 Developmental 2
-1001010111 Livingstone 2
-1001010111 Profitco 2
-1001010111 Borobudur 2
-1001010111 38-member 3
-1001010111 NIMBY 3
-1001010111 IDF 3
-1001010111 10-6 3
-1001010111 Oncogene 3
-1001010111 Communist-allied 3
-1001010111 Feminist 3
-1001010111 Cedel 3
-1001010111 industry-creditors 3
-1001010111 Arcoa 3
-1001010111 Extravehicular 3
-1001010111 Washington/Baltimore 3
-1001010111 undetectable-handgun 3
-1001010111 EPL 3
-1001010111 Saguenay 3
-1001010111 Cardio-Renal 3
-1001010111 Westerly 3
-1001010111 borage 3
-1001010111 Ifo 3
-1001010111 Spartacist 3
-1001010111 Ceylon 3
-1001010111 Sobeys 3
-1001010111 200,000-member 3
-1001010111 CONFEREES 3
-1001010111 Folketing 3
-1001010111 Tacolcy 3
-1001010111 Ecuadoreans 3
-1001010111 Gilyarovsky 3
-1001010111 then-proposed 3
-1001010111 CSX/Sea-Land 3
-1001010111 Tigreans 3
-1001010111 Ndebele 3
-1001010111 Restless 3
-1001010111 BNA 3
-1001010111 Multi-Fiber 3
-1001010111 Straphangers 3
-1001010111 jaguar 3
-1001010111 Amhara 3
-1001010111 IWA-Canada 3
-1001010111 Cathodic 3
-1001010111 56-story 3
-1001010111 Polonia 3
-1001010111 48-member 3
-1001010111 Radiological 4
-1001010111 Forensic 4
-1001010111 high-tariff 4
-1001010111 Fetal 4
-1001010111 Visigoths 4
-1001010111 1,400-member 4
-1001010111 Real-World 4
-1001010111 Kalahari 4
-1001010111 Holts 4
-1001010111 general-creditors 4
-1001010111 L&N 4
-1001010111 74-member 4
-1001010111 UNCLE 4
-1001010111 GOP. 4
-1001010111 Dove-Pork 4
-1001010111 Alienated 4
-1001010111 Immunological 4
-1001010111 6,000-member 4
-1001010111 AEU 4
-1001010111 Kissing 4
-1001010111 Regressive 4
-1001010111 Oversea-Chinese 4
-1001010111 Politician 4
-1001010111 Cagliari 4
-1001010111 Ballycotton 4
-1001010111 Solna 4
-1001010111 Nervion 5
-1001010111 Leonard-Hagler 5
-1001010111 Accidental 5
-1001010111 Airwaves 5
-1001010111 chairing 5
-1001010111 Naco 5
-1001010111 Dardanelles 5
-1001010111 Minories 5
-1001010111 Cabinet-level 5
-1001010111 Kennedy-Markey 5
-1001010111 Deutsches 5
-1001010111 Soligaz 5
-1001010111 Uffizi 5
-1001010111 over-50 5
-1001010111 Idanha 5
-1001010111 Joes 6
-1001010111 Pill 6
-1001010111 Thinker 6
-1001010111 NPC 6
-1001010111 Paris-Dakar 6
-1001010111 Helaba 6
-1001010111 Bundesrat 6
-1001010111 MacNeil-Lehrer 6
-1001010111 Nuremburg 6
-1001010111 Chosen 6
-1001010111 Karakoram 6
-1001010111 Shearson-Hutton 6
-1001010111 Washington-Baltimore 6
-1001010111 Libel 6
-1001010111 PE 7
-1001010111 Tenth 7
-1001010111 Manned 7
-1001010111 Interferon 7
-1001010111 AuSable 7
-1001010111 Laborers 7
-1001010111 SPAR 7
-1001010111 Riksdag 7
-1001010111 Handicapped 7
-1001010111 Paperwork 7
-1001010111 Mid-South 7
-1001010111 1948-49 7
-1001010111 Affirmative 7
-1001010111 Exhibitor 7
-1001010111 Composer 8
-1001010111 Detainees 8
-1001010111 Sixties 8
-1001010111 mid-South 8
-1001010111 Cydonia 8
-1001010111 MCP 8
-1001010111 Gobi 8
-1001010111 Masai 8
-1001010111 14-bank 8
-1001010111 Asian-Pacific 8
-1001010111 Mendelssohn 9
-1001010111 Palladium 9
-1001010111 Hubble 9
-1001010111 Barabar 9
-1001010111 G-6 9
-1001010111 DIW 10
-1001010111 G7 10
-1001010111 IFO 10
-1001010111 Crips 11
-1001010111 Belgo-Luxembourg 11
-1001010111 Flathead 11
-1001010111 Character 11
-1001010111 Nerds 11
-1001010111 Basle 11
-1001010111 9,000-member 11
-1001010111 Gaydos 11
-1001010111 UN 12
-1001010111 MTB 12
-1001010111 Mossad 12
-1001010111 Childcraft 12
-1001010111 Soil 12
-1001010111 Mob 13
-1001010111 Jungle 13
-1001010111 Dying 13
-1001010111 TIMI 14
-1001010111 Baroque 14
-1001010111 SBC 14
-1001010111 alewife 14
-1001010111 Equilink 14
-1001010111 O's 14
-1001010111 ELN 15
-1001010111 Eurofighter 15
-1001010111 PSUM 15
-1001010111 Provisional 15
-1001010111 Amateur 16
-1001010111 Faw 16
-1001010111 16-nation 16
-1001010111 GDR 17
-1001010111 MacNeil/Lehrer 18
-1001010111 Intergovernmental 20
-1001010111 Homeless 22
-1001010111 Kirov 23
-1001010111 Gospel 23
-1001010111 O&W 25
-1001010111 Omnibus 25
-1001010111 Katyn 26
-1001010111 APS 26
-1001010111 Reconstruction 26
-1001010111 M-19 26
-1001010111 Okura 27
-1001010111 Waldorf-Astoria 27
-1001010111 Algonquin 27
-1001010111 AAA 31
-1001010111 Nile 32
-1001010111 Berne 33
-1001010111 Antarctic 34
-1001010111 Hidden 36
-1001010111 Hermitage 40
-1001010111 Eritrean 42
-1001010111 Mayflower 42
-1001010111 Mesaba 44
-1001010111 External 48
-1001010111 Cara 57
-1001010111 Mental 63
-1001010111 Moral 64
-1001010111 senate 70
-1001010111 Border 71
-1001010111 Cabinet 73
-1001010111 Ritz 74
-1001010111 tax-writing 74
-1001010111 Voting 77
-1001010111 Claridge 80
-1001010111 cabinet-level 82
-1001010111 False 84
-1001010111 Westpac 87
-1001010111 Rainbow 100
-1001010111 Equal 111
-1001010111 Beltway 116
-1001010111 Uruguay 125
-1001010111 House-passed 133
-1001010111 Corrupt 153
-1001010111 Palestine 174
-1001010111 Occupational 192
-1001010111 Arctic 211
-1001010111 Vatican 302
-1001010111 Currency 305
-1001010111 Challenger 324
-1001010111 G-7 357
-1001010111 GATT 376
-1001010111 Caribbean 440
-1001010111 Teamsters 654
-1001010111 Congressional 822
-1001010111 Northeast 823
-1001010111 U.N. 908
-1001010111 Senate 9003
-1001010111 Midwest 1191
-100101100 heartier 1
-100101100 anti-exploration 1
-100101100 Jonason 1
-100101100 not-so-charming 1
-100101100 clBut 1
-100101100 on-exchange 1
-100101100 carpet-replacement 1
-100101100 exchange. 1
-100101100 plastic-bag 1
-100101100 bookrunners 1
-100101100 765-yard 1
-100101100 sales-and-delivery 1
-100101100 decentralization-centralization 1
-100101100 Elsevier-Pearson 1
-100101100 hyper-competitive 1
-100101100 philosopher-poet 1
-100101100 action-reaction 1
-100101100 15-footer 1
-100101100 product-dollar 1
-100101100 less-frenzied 1
-100101100 +0.15 1
-100101100 inflation/deflation 1
-100101100 5,090,000 1
-100101100 foreign-control 1
-100101100 financing-incentives 1
-100101100 heightened-sensitivity 1
-100101100 product-life 1
-100101100 rangelands 1
-100101100 takeoff-pressurization-landing 1
-100101100 0.2108 1
-100101100 per-dose 1
-100101100 unchanelled 1
-100101100 coupon-pricing 1
-100101100 clubfeet 1
-100101100 buying-on-credit 1
-100101100 marekt 1
-100101100 maidnapper 1
-100101100 afflatus 1
-100101100 anti-PRI 1
-100101100 chemical-induced 1
-100101100 sleep-wake 1
-100101100 deficit-inflation-capital-flight 1
-100101100 order-to-ship 1
-100101100 healther 1
-100101100 immiserated 1
-100101100 postride 1
-100101100 liquor-drinking 1
-100101100 sunspot 2
-100101100 megacarrier 2
-100101100 insurance-market 2
-100101100 Siemens-Asea 2
-100101100 Coke-Pepsi 2
-100101100 H-P/Toshiba 2
-100101100 swindler 3
-100101100 walrus 6
-100101100 market. 8
-100101100 swindle 13
-100101100 market 63611
-100101100 terrier 13
-1001011010 surfacewater 1
-1001011010 industrial-engineering 1
-1001011010 electrical-industry 1
-1001011010 bail-outs 1
-1001011010 Equitables 1
-1001011010 OPEC-production 1
-1001011010 riflemen 1
-1001011010 pedophobic 1
-1001011010 Australian-equities 1
-1001011010 Norvus 1
-1001011010 Edelch 1
-1001011010 international-pharmaceuticals 1
-1001011010 magazine-industry 1
-1001011010 Babylonians 1
-1001011010 autosafety 1
-1001011010 scientists/executives 1
-1001011010 SALVAGE 1
-1001011010 sell-side 1
-1001011010 failure-analysis 1
-1001011010 advertising-industry 1
-1001011010 photolithography 1
-1001011010 glass-industry 1
-1001011010 Polanica 1
-1001011010 Farmers-B.A.T 1
-1001011010 asssociation 1
-1001011010 spillage 2
-1001011010 pension-industry 2
-1001011010 arms-industry 2
-1001011010 price-cut 2
-1001011010 imaging-technology 2
-1001011010 eighty-seven 2
-1001011010 budworm 2
-1001011010 industy 2
-1001011010 recording-industry 2
-1001011010 underpass 2
-1001011010 payor 2
-1001011010 boundary-making 2
-1001011010 chief-of-staff 3
-1001011010 owner-operator 3
-1001011010 housing-industry 3
-1001011010 aluminum-industry 4
-1001011010 impurity 5
-1001011010 eighty-eight 5
-1001011010 industry-funded 6
-1001011010 trestle 6
-1001011010 aerospace-industry 6
-1001011010 neuropathy 9
-1001011010 exhibitor 17
-1001011010 auto-industry 56
-1001011010 oil-industry 73
-1001011010 additive 78
-1001011010 industry 23933
-1001011010 oven 81
-1001011011 SOMC 1
-1001011011 tooth-rattling 1
-1001011011 Admirals 1
-1001011011 Brushstyle 1
-1001011011 secondary-markets 1
-1001011011 Maliano 1
-1001011011 renominates 1
-1001011011 Louisianan 1
-1001011011 Xiaojun 1
-1001011011 Venkataraman 1
-1001011011 unctuously 1
-1001011011 knew. 1
-1001011011 118-113 1
-1001011011 splurged 1
-1001011011 Alburt 1
-1001011011 Coucouzes 1
-1001011011 Ku-hwa 1
-1001011011 ulHaq 1
-1001011011 Dizdarevic 1
-1001011011 Habyarimana 1
-1001011011 administration-initiated 1
-1001011011 Tae-woo 1
-1001011011 Seyed 1
-1001011011 Harrlach 1
-1001011011 commissionership 1
-1001011011 scribbler 1
-1001011011 heckles 1
-1001011011 domestic-affairs 1
-1001011011 Velazco 1
-1001011011 Schluep 1
-1001011011 Po-yun 1
-1001011011 w/ 1
-1001011011 Sokolovskiy 1
-1001011011 Tapes. 1
-1001011011 Pida 1
-1001011011 Goltzius 1
-1001011011 insurance-department 1
-1001011011 Talavera 1
-1001011011 Seisakoshu 1
-1001011011 bedazzlement 1
-1001011011 icn 1
-1001011011 Wrenn 1
-1001011011 administation 1
-1001011011 BinJadid 1
-1001011011 Piozzi 1
-1001011011 Langtry 1
-1001011011 counterterror 1
-1001011011 Kouri 1
-1001011011 bewails 1
-1001011011 Lodwick 1
-1001011011 Kaddah 1
-1001011011 Mun 1
-1001011011 Kuang-yuan 1
-1001011011 Liankui 1
-1001011011 inadvisedly 1
-1001011011 Chithaisong 1
-1001011011 wilai 1
-1001011011 Zhiqing 1
-1001011011 Puddle-Duck 1
-1001011011 Youchan 1
-1001011011 Petres 1
-1001011011 Schwaz 1
-1001011011 Institution-sponsored 1
-1001011011 Mojsov 1
-1001011011 dello 1
-1001011011 26s 1
-1001011011 administration-bashing 1
-1001011011 Trilateralists 1
-1001011011 Schmall 1
-1001011011 Gossens 1
-1001011011 Bernuth 1
-1001011011 eccentrically 1
-1001011011 undersecretary-level 1
-1001011011 Chief-of-Staff 1
-1001011011 Changqin 1
-1001011011 Doo-whan 1
-1001011011 Institution. 1
-1001011011 Farfan 1
-1001011011 Doo-hwan 1
-1001011011 Hsiaoyung 1
-1001011011 Tiscornia 1
-1001011011 Kyung-Hwan 1
-1001011011 information-ministry 1
-1001011011 PRINCETON/NEWPORT 1
-1001011011 contoversy 1
-1001011011 Qatari 1
-1001011011 Fed/Dukakis 1
-1001011011 Shigao 1
-1001011011 Sydow 1
-1001011011 Okongwu 1
-1001011011 Chikwong 1
-1001011011 ephebe 1
-1001011011 won-who 1
-1001011011 Luan 1
-1001011011 Savalas 2
-1001011011 Puche 2
-1001011011 Magana 2
-1001011011 Onizuka 2
-1001011011 centurions 2
-1001011011 Justines 2
-1001011011 Ledgard 2
-1001011011 Klink 2
-1001011011 military-policy 2
-1001011011 Chromatography 2
-1001011011 Senile 2
-1001011011 Hsiao-wu 2
-1001011011 al-Samman 2
-1001011011 Paullada 2
-1001011011 Jiwei 2
-1001011011 Resigns 2
-1001011011 Arreaza 2
-1001011011 Delarbre 2
-1001011011 el-Mahdi 2
-1001011011 Jinglian 2
-1001011011 An-225 2
-1001011011 Crue 2
-1001011011 Kashing 2
-1001011011 Georgoudis 2
-1001011011 Lorca 2
-1001011011 Figarella 2
-1001011011 Goon 2
-1001011011 Qiaomu 2
-1001011011 Premadasa 2
-1001011011 Gierke 2
-1001011011 Randone 2
-1001011011 Aux 2
-1001011011 Eskew 2
-1001011011 Sarhan 2
-1001011011 nostalgiacs 2
-1001011011 Clariond 2
-1001011011 Leoncavallo 2
-1001011011 Dello 2
-1001011011 Identity 2
-1001011011 Urbino 2
-1001011011 Cattela 2
-1001011011 Grunewald 2
-1001011011 Greenewalt 2
-1001011011 Polshek 2
-1001011011 Flimflam 3
-1001011011 Mahan 3
-1001011011 Bradsky 3
-1001011011 Yuk-sui 3
-1001011011 Bed-Lift 3
-1001011011 Alyea 3
-1001011011 Zainuddin 3
-1001011011 Hofmannsthal 3
-1001011011 Pahlevi 3
-1001011011 Hoyo 3
-1001011011 Arevalo 3
-1001011011 Commager 3
-1001011011 Hamzah 3
-1001011011 Halsted 3
-1001011011 Klub 3
-1001011011 Chi-cheng 3
-1001011011 Urbaneja 3
-1001011011 stand-ins 3
-1001011011 Mola 3
-1001011011 Meyern-Hohenberg 3
-1001011011 Alam 3
-1001011011 Meesters 3
-1001011011 Pahlavi 3
-1001011011 Xitong 3
-1001011011 Mateos 3
-1001011011 Popovic 3
-1001011011 Ul-Haq 3
-1001011011 Xueqian 3
-1001011011 Beg 3
-1001011011 Chingkuo 4
-1001011011 Weizsacker 4
-1001011011 Clemm 4
-1001011011 Wassefs 4
-1001011011 Rihua 4
-1001011011 Runnan 4
-1001011011 al-Din 4
-1001011011 Ax 4
-1001011011 Waaden 4
-1001011011 Peale 4
-1001011011 Yining 4
-1001011011 Gewelber 4
-1001011011 Bueller 4
-1001011011 Chau 4
-1001011011 Qili 4
-1001011011 court-packing 4
-1001011011 Cuenca 4
-1001011011 Bendjedid 5
-1001011011 Rajan 5
-1001011011 Wissell 5
-1001011011 addressee 5
-1001011011 Erenu 5
-1001011011 Teape 5
-1001011011 McGuffey 5
-1001011011 Akhtar 5
-1001011011 Benjedid 5
-1001011011 Kao-cheng 5
-1001011011 Mai 5
-1001011011 Holtzbrinck 6
-1001011011 Ramlawi 6
-1001011011 Schaaf 6
-1001011011 Pimienta 6
-1001011011 Loewenstern 6
-1001011011 Golembe 6
-1001011011 Barrows 7
-1001011011 Chok 7
-1001011011 Poo 7
-1001011011 ISE 7
-1001011011 Asiain 7
-1001011011 Longworth 7
-1001011011 Carruthers 7
-1001011011 Stengel 7
-1001011011 Wassef 7
-1001011011 Ledyard 8
-1001011011 Liqun 8
-1001011011 Bulow 9
-1001011011 Joyner 9
-1001011011 Svizzera 10
-1001011011 Kanawa 10
-1001011011 Yilin 10
-1001011011 Tae-Woo 10
-1001011011 adminstration 11
-1001011011 Pomicino 12
-1001011011 Mancha 14
-1001011011 Calderon 14
-1001011011 Ledo 14
-1001011011 Stade 14
-1001011011 Resende 15
-1001011011 Jagt 15
-1001011011 Defarges 15
-1001011011 Presidency 16
-1001011011 Kuenheim 17
-1001011011 Curve 18
-1001011011 ul-Haq 18
-1001011011 Zalm 19
-1001011011 Tessler 19
-1001011011 DiLeo 19
-1001011011 Marbod 21
-1001011011 Rana 21
-1001011011 Mardon 23
-1001011011 Mohamad 25
-1001011011 Kyung 30
-1001011011 Hee 31
-1001011011 Ka-shing 34
-1001011011 Grisanti 38
-1001011011 Kai-shek 40
-1001011011 Portillo 42
-1001011011 Ching-kuo 46
-1001011011 Llosa 47
-1001011011 Yaobang 50
-1001011011 Peng 52
-1001011011 Ziyang 71
-1001011011 appointee 90
-1001011011 Doo 134
-1001011011 Xiaoping 153
-1001011011 Doctrine 175
-1001011011 Pereira 275
-1001011011 Institution 335
-1001011011 administration 12262
-1001011011 Hawley 467
-10010111000 commiteee 1
-10010111000 die-offs 1
-10010111000 Mountaineering 1
-10010111000 77-12 1
-10010111000 groundskeeper 1
-10010111000 barrette 1
-10010111000 convertible. 1
-10010111000 Lodges 1
-10010111000 38-0 1
-10010111000 Deloria 1
-10010111000 rightsand 1
-10010111000 Safety. 1
-10010111000 venture-capitalists 1
-10010111000 sworn-in 1
-10010111000 CEILING 1
-10010111000 behind-the-times 1
-10010111000 Seligmans 1
-10010111000 crooners 1
-10010111000 near-silence 1
-10010111000 shop-till-you-drop 1
-10010111000 361-47 1
-10010111000 Neo-PAN 1
-10010111000 campaign-planting 1
-10010111000 Riyadh-on-the-Seine 1
-10010111000 risk-value 1
-10010111000 Rubouts 1
-10010111000 usurpations 1
-10010111000 newshawks 2
-10010111000 Wilsonians 2
-10010111000 dawi 2
-10010111000 carrels 2
-10010111000 Dalkon-Shield 2
-10010111000 S.A 2
-10010111000 accumulator 2
-10010111000 Harriers 2
-10010111000 Out-Witted 2
-10010111000 mountaineer 2
-10010111000 85-7 2
-10010111000 subcommitee 2
-10010111000 deliberators 2
-10010111000 Subcomittee 2
-10010111000 searcher 3
-10010111000 85-11 3
-10010111000 subcomittee 4
-10010111000 Kultura 5
-10010111000 imputation 6
-10010111000 commitee 6
-10010111000 Newshour 8
-10010111000 Sketch 8
-10010111000 doorkeeper 13
-10010111000 summiteers 14
-10010111000 Presidium 15
-10010111000 econships 19
-10010111000 Vincennes 51
-10010111000 suite 191
-10010111000 conferees 335
-10010111000 council 1214
-10010111000 subcommittee 1471
-10010111000 panel 4211
-10010111000 committee 7600
-10010111001 long-latent 1
-10010111001 ChesebroughPond 1
-10010111001 681,169 1
-10010111001 Sherpas 1
-10010111001 drug-advertising 1
-10010111001 ever-eroding 1
-10010111001 Groove 1
-10010111001 final-term 1
-10010111001 Loniten 1
-10010111001 once-bulging 1
-10010111001 once-unified 1
-10010111001 40-1 1
-10010111001 drug-besotted 1
-10010111001 Kewanee 1
-10010111001 flimsiness 1
-10010111001 balanace 1
-10010111001 Vineyard. 1
-10010111001 standardbearer 1
-10010111001 Sportman 1
-10010111001 Eximbank 1
-10010111001 9,986 1
-10010111001 Wethersfield 1
-10010111001 secretarytreasurer 1
-10010111001 mule. 1
-10010111001 non-cement 1
-10010111001 gruffness 1
-10010111001 midland 1
-10010111001 80,967 1
-10010111001 bellringers 1
-10010111001 high-service 1
-10010111001 pizzicato-heavy 1
-10010111001 much-labored-over 1
-10010111001 De-Lovely 1
-10010111001 Busman 1
-10010111001 53-employee 1
-10010111001 restraurants 1
-10010111001 BATF 1
-10010111001 UltraLite 1
-10010111001 power-takeoff 1
-10010111001 kaleidoscopes 1
-10010111001 proceduresas 1
-10010111001 publican 1
-10010111001 pseudo-democratic 1
-10010111001 Etowa 1
-10010111001 auditable 1
-10010111001 22,383 1
-10010111001 Saltville 1
-10010111001 pro-Labor 1
-10010111001 rape-obsessed 1
-10010111001 meager-yielding 1
-10010111001 Wilksboro 1
-10010111001 basicchemicals 1
-10010111001 modernizaton 1
-10010111001 a-wasting 1
-10010111001 Takeshitasan 1
-10010111001 Chicago-Columbus 1
-10010111001 geniuses-by-consensus 1
-10010111001 Quayle-baiting 1
-10010111001 closing. 1
-10010111001 dustbins 1
-10010111001 5,858,102 1
-10010111001 yarn-making 1
-10010111001 proselytizers 1
-10010111001 biomatrix 1
-10010111001 fees. 1
-10010111001 Joutel 1
-10010111001 640-employee 1
-10010111001 flyleaf 1
-10010111001 permission. 1
-10010111001 Koyanagi-san 1
-10010111001 gorgeous. 1
-10010111001 re-fattening 1
-10010111001 village-council 1
-10010111001 2,057 1
-10010111001 designed-in 1
-10010111001 heels-in 1
-10010111001 polo-playing 1
-10010111001 8:26.58 1
-10010111001 Colestipol 1
-10010111001 image-consciousness 1
-10010111001 Litkontrol 1
-10010111001 53,162 1
-10010111001 1,459 1
-10010111001 Baltimore-London 1
-10010111001 1697.35 1
-10010111001 14day 1
-10010111001 113,360 1
-10010111001 twitchy 1
-10010111001 curly-blond 1
-10010111001 Chiasso 1
-10010111001 Chindits 1
-10010111001 Boisbriand 1
-10010111001 Arrived 1
-10010111001 re-authorized 1
-10010111001 1600-speed 1
-10010111001 Andys 1
-10010111001 91-5 1
-10010111001 amazing. 1
-10010111001 DC9-30s 1
-10010111001 Rawsonville 1
-10010111001 subcommitees 1
-10010111001 predications 1
-10010111001 23-11 1
-10010111001 325,734 1
-10010111001 money-targeting 1
-10010111001 19,868 1
-10010111001 172,895 1
-10010111001 frippery 1
-10010111001 tumults 1
-10010111001 WJR 1
-10010111001 Trentwood 1
-10010111001 statusy 1
-10010111001 oddsmaking 1
-10010111001 neo-chlamys 1
-10010111001 profligateness 1
-10010111001 duff 1
-10010111001 Wrangel-St 1
-10010111001 pinfeathers 1
-10010111001 now-defeated 1
-10010111001 civil-rights-minded 1
-10010111001 ever-so-smarmy 1
-10010111001 108,245 1
-10010111001 titilating 1
-10010111001 secondary-mortgage-loan 1
-10010111001 deeps 1
-10010111001 journalism. 1
-10010111001 smoke-and-mirrors 1
-10010111001 233,360 1
-10010111001 Delhaize. 1
-10010111001 1.6900-mark 1
-10010111001 83-6 1
-10010111001 CDROMs 1
-10010111001 peaceniks 1
-10010111001 production-scheduling 1
-10010111001 26-9 1
-10010111001 nerveracking 1
-10010111001 underclothes 1
-10010111001 unhealthy. 1
-10010111001 car-like 1
-10010111001 signature. 1
-10010111001 depredation 1
-10010111001 1.7200-mark 1
-10010111001 Meavcor 1
-10010111001 money-granting 1
-10010111001 longest-sitting 1
-10010111001 spacebar 1
-10010111001 child-psychiatry 1
-10010111001 wok 1
-10010111001 executive-board 1
-10010111001 vermicatalog 1
-10010111001 note-printing 1
-10010111001 sugar-policy 1
-10010111001 moaners 1
-10010111001 vivacity 1
-10010111001 over-engineered 1
-10010111001 102.99 1
-10010111001 Millbury 1
-10010111001 sabre-rattling 1
-10010111001 crash-battered 1
-10010111001 sexpert 1
-10010111001 thriftiest 1
-10010111001 premium-end 1
-10010111001 pentastar 1
-10010111001 mushroom-gobbling 1
-10010111001 Edsion 1
-10010111001 possible. 1
-10010111001 ignorant. 1
-10010111001 then-14 1
-10010111001 syndrome. 1
-10010111001 madeleine 1
-10010111001 long-successful 1
-10010111001 trees. 1
-10010111001 NEWSLETTER 1
-10010111001 unwieldiness 1
-10010111001 forewall 1
-10010111001 duties. 1
-10010111001 adoptive-parent 1
-10010111001 1-900-234-JOSE 1
-10010111001 Ivonia 1
-10010111001 cold-bloodedness 1
-10010111001 Digest-Canada 1
-10010111001 codename 1
-10010111001 ever-so-Oxonian 1
-10010111001 salads/Campbell 1
-10010111001 stamp-information 1
-10010111001 taproots 1
-10010111001 Hippieville 1
-10010111001 downsides 1
-10010111001 pteranodon 1
-10010111001 lovable/hateable 1
-10010111001 Fester 1
-10010111001 6286 1
-10010111001 correspondence-made-public 1
-10010111001 2,322 1
-10010111001 A-OK 1
-10010111001 military-assistance 1
-10010111001 acetyl-L-carnitine 1
-10010111001 fifth-least 1
-10010111001 121,321 1
-10010111001 Doswell 1
-10010111001 glasnosticians 1
-10010111001 /Bullock 1
-10010111001 Galatoire 1
-10010111001 super-lightweight 1
-10010111001 Zermatt 1
-10010111001 president-to-be 1
-10010111001 Skuh-LEE-uh 1
-10010111001 PACmen 1
-10010111001 Meyrin 1
-10010111001 Sharonville 1
-10010111001 132.66 1
-10010111001 1.618 1
-10010111001 ill-effects 1
-10010111001 developement 1
-10010111001 loaves. 1
-10010111001 hacksaw-proof 1
-10010111001 mortgagee 1
-10010111001 useability 1
-10010111001 mini-crop 1
-10010111001 pro-research 1
-10010111001 Catlettsburg 1
-10010111001 Pickens-inspired 1
-10010111001 over-indebtedness 2
-10010111001 anti-matter 2
-10010111001 filo 2
-10010111001 roadbeds 2
-10010111001 blacksmith 2
-10010111001 Steelton 2
-10010111001 energy-wasting 2
-10010111001 problems. 2
-10010111001 31,484 2
-10010111001 16-party 2
-10010111001 abbot 2
-10010111001 playbook 2
-10010111001 managing-board 2
-10010111001 particularity 2
-10010111001 position. 2
-10010111001 crotchets 2
-10010111001 extra-parliamentary 3
-10010111001 utopianism 3
-10010111001 ousters 3
-10010111001 retransmissions 3
-10010111001 Aliquippa 3
-10010111001 Ueroku 3
-10010111001 apogee 3
-10010111001 825SL 3
-10010111001 Hirschite 3
-10010111001 Asiad 3
-10010111001 A310s 3
-10010111001 Hemopump 3
-10010111001 regatta 4
-10010111001 Finest 4
-10010111001 autopilot 4
-10010111001 union-led 4
-10010111001 syllabus 6
-10010111001 report. 6
-10010111001 dues-paying 8
-10010111001 Jumbos 9
-10010111001 Storting 11
-10010111001 midsection 11
-10010111001 reaffiliation 12
-10010111001 Basement 15
-10010111001 governor-general 15
-10010111001 FOMC 16
-10010111001 Mujahedeen 17
-10010111001 /Bishop 21
-10010111001 board 17062
-10010111001 hull 51
-10010111010 Fabiola 1
-10010111010 farm/factory 1
-10010111010 relatons 1
-10010111010 Giulia 1
-10010111010 non-Briton 1
-10010111010 Hametz 1
-10010111010 clock-computer 1
-10010111010 trading-by-headline 1
-10010111010 datum 1
-10010111010 WUSL-FM 1
-10010111010 Sooni 1
-10010111010 Dorrits 1
-10010111010 drug-abuser 1
-10010111010 picocurie 1
-10010111010 Inga 1
-10010111010 CATEGORY 1
-10010111010 Middle-Westerner 1
-10010111010 Liliuokalani 1
-10010111010 shyster 1
-10010111010 jakes 1
-10010111010 pitman 1
-10010111010 match-ups 1
-10010111010 mile-and-a-half 1
-10010111010 companywho 1
-10010111010 toolsheds 1
-10010111010 Liliukalani 1
-10010111010 trine 1
-10010111010 Jeroen 1
-10010111010 14-D-1 1
-10010111010 gastronaut 1
-10010111010 Tippi 1
-10010111010 Nefertiti. 1
-10010111010 Floriana 1
-10010111010 passenger-mile 1
-10010111010 Gallego 1
-10010111010 unblushingly 1
-10010111010 slumlord 1
-10010111010 evening-shift 1
-10010111010 remic 1
-10010111010 Ruz 1
-10010111010 Chauvin 1
-10010111010 frothings 1
-10010111010 transcriber 1
-10010111010 power-company 2
-10010111010 Dealey 2
-10010111010 man-year 2
-10010111010 Natshe 2
-10010111010 dioxane 2
-10010111010 Delfeayo 2
-10010111010 CFIII 2
-10010111010 sayers 2
-10010111010 mariachis 2
-10010111010 retarders 2
-10010111010 family. 2
-10010111010 Patties 2
-10010111010 ganglion 2
-10010111010 shufflings 2
-10010111010 piglet 2
-10010111010 JSIM 2
-10010111010 vitrine 2
-10010111010 Northerner 3
-10010111010 5/2 4
-10010111010 Survivor 5
-10010111010 Maker 12
-10010111010 confederation 50
-10010111010 clan 51
-10010111010 shake-up 199
-10010111010 group 31210
-10010111010 consortium 1093
-100101110110 YVES 1
-100101110110 ajustment 1
-100101110110 clerks. 1
-100101110110 ILG 1
-100101110110 unmusicality 1
-100101110110 COURCOUX 1
-100101110110 CCR2.2VHNLX 1
-100101110110 rulemakers 1
-100101110110 satellite-by 1
-100101110110 MASSONAUD-FONTENAY 1
-100101110110 coneheads 1
-100101110110 self-effacement 1
-100101110110 Dewaay 2
-100101110110 hard-hearted 2
-100101110110 Butchers 3
-100101110110 rule-setting 4
-100101110110 firm 20979
-100101110110 firm. 10
-1001011101110 Wolverines 1
-1001011101110 infinit 1
-1001011101110 anti-testers 1
-1001011101110 Meskos 1
-1001011101110 revenue-based 1
-1001011101110 raisings 1
-1001011101110 industry-commissioned 1
-1001011101110 slenderly 1
-1001011101110 Mobilgas 1
-1001011101110 165-pounder 1
-1001011101110 stix 1
-1001011101110 negotatiators 1
-1001011101110 Nuf 1
-1001011101110 agency-advertiser 1
-1001011101110 800-mile-long 1
-1001011101110 activitiesan 1
-1001011101110 posters. 1
-1001011101110 litem 1
-1001011101110 much-spurned 1
-1001011101110 Jungvolk 2
-1001011101110 forelock 2
-1001011101110 EPC 2
-1001011101110 excavator 2
-1001011101110 N-car 2
-1001011101110 Confrerie 2
-1001011101110 PROGRAM 2
-1001011101110 Villagrans 2
-1001011101110 agencies. 2
-1001011101110 Armagnac 2
-1001011101110 Exploder 2
-1001011101110 libs 2
-1001011101110 VPT391 3
-1001011101110 argolla 3
-1001011101110 AAGPBL 4
-1001011101110 chancellery 4
-1001011101110 Missourian 4
-1001011101110 NMFS 4
-1001011101110 valorem 5
-1001011101110 infinitum 5
-1001011101110 Leones 6
-1001011101110 hominem 6
-1001011101110 nauseam 7
-1001011101110 PAP 22
-1001011101110 observatory 32
-1001011101110 hoc 67
-1001011101110 announcer 96
-1001011101110 admiral 104
-1001011101110 academy 116
-1001011101110 agency 12750
-1001011101110 association 2325
-1001011101111 Franco-British 1
-1001011101111 pass-the-buck 1
-1001011101111 Iranagua 1
-1001011101111 leaved 1
-1001011101111 yuppies-in-training 1
-1001011101111 seigniorial 1
-1001011101111 Robot-70 1
-1001011101111 Byzantines 1
-1001011101111 Honzawas 1
-1001011101111 Kazino 1
-1001011101111 record-bashing 1
-1001011101111 Haixian 1
-1001011101111 casement 1
-1001011101111 4/4 1
-1001011101111 770-room 1
-1001011101111 dutyfree 1
-1001011101111 state-monitored 1
-1001011101111 Pillsbury-owned 1
-1001011101111 300-bed 1
-1001011101111 already-packed 1
-1001011101111 anthracite-burning 1
-1001011101111 578-room 1
-1001011101111 blond-bombshell 1
-1001011101111 501-room 1
-1001011101111 pre-board-meeting 1
-1001011101111 5,500-unit 1
-1001011101111 two-stick 1
-1001011101111 16-time 1
-1001011101111 260-room 1
-1001011101111 electronic-assembly 1
-1001011101111 deparment 1
-1001011101111 345,000-circulation 1
-1001011101111 literary-awards 1
-1001011101111 knifelike 1
-1001011101111 80-seat 1
-1001011101111 multiscreened 1
-1001011101111 ex-SBA 1
-1001011101111 teen-dominated 1
-1001011101111 205-seat 1
-1001011101111 Allegis-owned 1
-1001011101111 rimstone 1
-1001011101111 main-floor 1
-1001011101111 Yama 1
-1001011101111 Avion 1
-1001011101111 opera-like 1
-1001011101111 radical-slick 1
-1001011101111 tropical-fish 1
-1001011101111 oil-ministry 1
-1001011101111 53,629 1
-1001011101111 dozen-plus 1
-1001011101111 early-budding 1
-1001011101111 Samuelson-Nordhaus 1
-1001011101111 690-outlet 1
-1001011101111 Mulroneys 1
-1001011101111 alley/Italian 1
-1001011101111 400-bedroom 1
-1001011101111 simonpure 1
-1001011101111 600,000-circulation 1
-1001011101111 lit-hype 1
-1001011101111 Washington-centered 1
-1001011101111 111-year-old 1
-1001011101111 Boersen-Zeitung 1
-1001011101111 health-centered 1
-1001011101111 glasnost-drunk 1
-1001011101111 20-dealer 1
-1001011101111 360-room 1
-1001011101111 supermarket-style 1
-1001011101111 2,800-room 1
-1001011101111 bomb-bay 1
-1001011101111 42-megawatt 1
-1001011101111 Robesonian 1
-1001011101111 half-frame 1
-1001011101111 eight-warhead 1
-1001011101111 poverty-ridden 1
-1001011101111 Wallenbergs 1
-1001011101111 Sternbergs 1
-1001011101111 down-home-style 1
-1001011101111 TV-cable 1
-1001011101111 60,000-circulation 1
-1001011101111 headliners 1
-1001011101111 piranha-like 1
-1001011101111 non-Nazi 1
-1001011101111 IGA 1
-1001011101111 supermarket-styled 1
-1001011101111 supersafe 1
-1001011101111 136-year-old 1
-1001011101111 semilurid 1
-1001011101111 318-suite 1
-1001011101111 Phildelphia-based 1
-1001011101111 almost-empty 1
-1001011101111 non-retro 1
-1001011101111 left-bank 1
-1001011101111 165-bed 1
-1001011101111 city/regional 1
-1001011101111 windbell 1
-1001011101111 Wilkinsons 1
-1001011101111 pro-Sendero 1
-1001011101111 telephone-connected 1
-1001011101111 Burgsteinfurt 1
-1001011101111 JDL 1
-1001011101111 lovestruck 1
-1001011101111 385-room 1
-1001011101111 son-of-a-gun 1
-1001011101111 new-look 1
-1001011101111 capsule-maker 1
-1001011101111 1,292-screen 1
-1001011101111 calcium-chloride 1
-1001011101111 too-expensive 1
-1001011101111 35,000-circulation 1
-1001011101111 42nd-largest 1
-1001011101111 four-to-six 1
-1001011101111 63-store 1
-1001011101111 90,000-square-foot 2
-1001011101111 Camerons 2
-1001011101111 Artswatch 2
-1001011101111 Virginian-Pilot 2
-1001011101111 Grosses 2
-1001011101111 page-white 2
-1001011101111 Hebrew-language 2
-1001011101111 250-room 2
-1001011101111 shilly-shallying 2
-1001011101111 twisters 2
-1001011101111 government-influenced 2
-1001011101111 Kayhan 2
-1001011101111 Newmans 3
-1001011101111 1,174-room 3
-1001011101111 Hapsburgs 3
-1001011101111 Deity 3
-1001011101111 AIA 3
-1001011101111 Cotronics 4
-1001011101111 kebab 4
-1001011101111 Talmud 5
-1001011101111 Colliers 5
-1001011101111 GIA 5
-1001011101111 superlative 5
-1001011101111 CSO 5
-1001011101111 Mummy 6
-1001011101111 AHA 8
-1001011101111 N-reactor 10
-1001011101111 Ilbo 11
-1001011101111 navigator 14
-1001011101111 Aladdin 14
-1001011101111 emir 18
-1001011101111 pontiff 32
-1001011101111 Gazeta 35
-1001011101111 denomination 46
-1001011101111 Lancet 56
-1001011101111 tribunal 113
-1001011101111 Nation 195
-1001011101111 institute 1012
-1001011101111 ministry 1116
-1001011101111 department 7344
-1001011101111 commission 4913
-10010111100 Reliant/Caravelle 1
-10010111100 character-reading 1
-10010111100 7,000-shop 1
-10010111100 Corp.-type 1
-10010111100 court-reporting 1
-10010111100 mass-communications 1
-10010111100 friendlies 1
-10010111100 fantasy-tapes 1
-10010111100 frozen-specialties 1
-10010111100 voice-technology 1
-10010111100 nonelectrical-machinery 1
-10010111100 fabricated-metal-products 1
-10010111100 candystriped 1
-10010111100 outdoor-services 1
-10010111100 Cabranes 1
-10010111100 nonferrous-casting 1
-10010111100 gasoline-distribution 1
-10010111100 telecommuncations 1
-10010111100 metal-packaging 1
-10010111100 modeling-compound 1
-10010111100 crossing-guard 1
-10010111100 placer-mining 1
-10010111100 buggy-whip 1
-10010111100 baby-goods 1
-10010111100 folding-carton 1
-10010111100 Fino 1
-10010111100 concrete-pipe 1
-10010111100 electron-tube 1
-10010111100 rough-shod 1
-10010111100 inter-connect 1
-10010111100 shoe-retailing 1
-10010111100 phone-manufacturing 1
-10010111100 period-but 1
-10010111100 close-to-the-ground 1
-10010111100 offshore-oil 1
-10010111100 major-airline 1
-10010111100 sugaring 1
-10010111100 pharmacuetical 1
-10010111100 shell-fishing 1
-10010111100 paging-services 1
-10010111100 savings-banks 1
-10010111100 steel-drum 1
-10010111100 market-letter 1
-10010111100 shooting-preserve 1
-10010111100 telephone-marketing 1
-10010111100 health-maintenance-organization 1
-10010111100 architectural-hardware 1
-10010111100 insulin-device 1
-10010111100 consumer-cyclical 1
-10010111100 glass-distribution 1
-10010111100 microcomputer-software 1
-10010111100 automotive-supplier 1
-10010111100 tv 1
-10010111100 nomenclatural 1
-10010111100 once-fraternal 1
-10010111100 wholesale-utility 1
-10010111100 baby-formula 1
-10010111100 N-bloctin 1
-10010111100 cattle-packing 1
-10010111100 home-services 1
-10010111100 wind-power 1
-10010111100 ICAC 2
-10010111100 80-store 2
-10010111100 Americanophile 2
-10010111100 jingoes 2
-10010111100 thift 2
-10010111100 electricpower 2
-10010111100 digital-communications 2
-10010111100 motion-picture-theater 2
-10010111100 confectioners 2
-10010111100 wine-industry 2
-10010111100 soft-contact-lens 2
-10010111100 takeover-rumor 2
-10010111100 slumlords 2
-10010111100 early-1960s 3
-10010111100 honeybee 3
-10010111100 tire-maker 3
-10010111100 housing-market 3
-10010111100 ironworks 3
-10010111100 Herbfarm 3
-10010111100 midlands 3
-10010111100 nuclear-utility 3
-10010111100 Kendons 3
-10010111100 curries 3
-10010111100 H-I 3
-10010111100 Olmec 4
-10010111100 Amethyste 4
-10010111100 watchmaker 4
-10010111100 chromatograph 4
-10010111100 everyman 4
-10010111100 nation-state 4
-10010111100 lead-recycling 5
-10010111100 twin-engined 5
-10010111100 stork 5
-10010111100 Intecom 5
-10010111100 pawnbroker 5
-10010111100 Airtours 5
-10010111100 CBC 5
-10010111100 countertop 6
-10010111100 triathlon 6
-10010111100 SBIC 6
-10010111100 colonizers 6
-10010111100 chipmaker 6
-10010111100 Globe-Democrat 8
-10010111100 savings-bank 8
-10010111100 commuter-airline 8
-10010111100 forwarder 8
-10010111100 Mesbic 9
-10010111100 tiremaker 9
-10010111100 Oncogen 11
-10010111100 Chargers 12
-10010111100 oracle 14
-10010111100 ETA-10 14
-10010111100 E2C 15
-10010111100 amphitheater 16
-10010111100 SAR 16
-10010111100 automaker 18
-10010111100 homebuilder 26
-10010111100 MLP 36
-10010111100 shipbuilder 38
-10010111100 meatpacker 41
-10010111100 electric-utility 47
-10010111100 arb 47
-10010111100 infantry 51
-10010111100 freighter 65
-10010111100 REIT 118
-10010111100 HMO 173
-10010111100 savings-and-loan 179
-10010111100 brewer 303
-10010111100 steelmaker 504
-10010111100 S&L 527
-10010111100 insurer 1105
-10010111100 railroad 1460
-10010111100 army 1562
-10010111100 carrier 2018
-10010111100 thrift 3824
-10010111100 utility 4621
-10010111100 airline 5311
-10010111101 Korps 1
-10010111101 provision-federal 1
-10010111101 nondepository 1
-10010111101 water-leakage 1
-10010111101 Gaubert-McBirney 1
-10010111101 customers. 1
-10010111101 file-server 1
-10010111101 neo-Calvinism 1
-10010111101 392,400-share 1
-10010111101 Nova-controlled 1
-10010111101 Muavesi 1
-10010111101 rail-mill 1
-10010111101 training-center 1
-10010111101 51-bank 1
-10010111101 honeybrown 1
-10010111101 telephone-utility 1
-10010111101 unrelated-business-income 1
-10010111101 Batchy 1
-10010111101 mortgage-bank 1
-10010111101 IAPA 1
-10010111101 grass-root 1
-10010111101 non-Tiger 1
-10010111101 yet-to-be-created 1
-10010111101 PL480 1
-10010111101 freehanded 1
-10010111101 space-center 1
-10010111101 62-bank 1
-10010111101 41-bank 1
-10010111101 33-bank 1
-10010111101 Holyoke-based 1
-10010111101 al-Shalabi 1
-10010111101 financical 1
-10010111101 intramarginal-intervention 1
-10010111101 multi-airline 1
-10010111101 Chicago-branch 1
-10010111101 gelatin-like 1
-10010111101 dividend-capturing 1
-10010111101 Purolator-related 1
-10010111101 radiostation 1
-10010111101 Mabsorba-column 1
-10010111101 highest-interest 1
-10010111101 surbordinated 1
-10010111101 sales-solicitation 1
-10010111101 Mexican-type 1
-10010111101 national-edition 1
-10010111101 industry-residential 1
-10010111101 Carlo-based 1
-10010111101 muzzle-loading 1
-10010111101 fluctuating-rate 1
-10010111101 Communitywide 1
-10010111101 banks. 1
-10010111101 cold-fusion 2
-10010111101 company-financed 2
-10010111101 nonconsolidated 2
-10010111101 Manute 2
-10010111101 multi-bank 2
-10010111101 dollardenominated 2
-10010111101 operating-company 2
-10010111101 three-bank 2
-10010111101 Baden-Baden 2
-10010111101 inter-company 2
-10010111101 correlating 2
-10010111101 five-bank 2
-10010111101 emergency-care 2
-10010111101 Unifil 2
-10010111101 C&NW 3
-10010111101 barrack 3
-10010111101 nine-bank 3
-10010111101 currency-denominated 3
-10010111101 bank-issued 3
-10010111101 advertising-agency 3
-10010111101 lesser-developed-country 3
-10010111101 USAID 3
-10010111101 military-sales 5
-10010111101 Hilo 5
-10010111101 one-bank 6
-10010111101 Freia 6
-10010111101 water-utility 8
-10010111101 securities-firm 16
-10010111101 multibank 20
-10010111101 commercial-bank 72
-10010111101 bank 24267
-10010111101 IDA 96
-10010111110 21-floor 1
-10010111110 250-dog 1
-10010111110 wholesaler-distributor 1
-10010111110 Sterivet 1
-10010111110 wispiness 1
-10010111110 consitution 1
-10010111110 chocolate-box 1
-10010111110 1753 1
-10010111110 wood-tie 1
-10010111110 interprovincial 1
-10010111110 quasi-party 1
-10010111110 open-claw 1
-10010111110 MBBC 1
-10010111110 hich 1
-10010111110 cabaret-like 1
-10010111110 irresponsiblity 1
-10010111110 insect-infested 1
-10010111110 MONITOR 1
-10010111110 REINSURERS 1
-10010111110 ECRS 1
-10010111110 non-veteran 1
-10010111110 jukebox-like 1
-10010111110 parklike 2
-10010111110 multiplexes 2
-10010111110 follow-the-leader 2
-10010111110 Impressionists 2
-10010111110 bloc-controlled 2
-10010111110 crossbreeding 2
-10010111110 malingerers 2
-10010111110 lean-tos 2
-10010111110 private-bank 3
-10010111110 poorhouse 3
-10010111110 sidewall 3
-10010111110 dogcatcher 4
-10010111110 york 4
-10010111110 acounting 4
-10010111110 evader 4
-10010111110 Grotto 4
-10010111110 matchbox 4
-10010111110 Limelight 6
-10010111110 assessor 10
-10010111110 preparer 10
-10010111110 Sidekick 16
-10010111110 fiat 31
-10010111110 Legislature 287
-10010111110 constitution 540
-10010111110 legislature 598
-10010111110 statute 668
-10010111110 law 17112
-10010111110 code 1017
-100101111110 parternships 1
-100101111110 unproductivity 1
-100101111110 barflies 1
-100101111110 Compaqs 1
-100101111110 minisubs 1
-100101111110 technique. 1
-100101111110 pageboy 1
-100101111110 2,038,000 1
-100101111110 mineral-assay 1
-100101111110 nincompoop 1
-100101111110 troop-trains 1
-100101111110 hub-currency 1
-100101111110 hot-sellers 1
-100101111110 mintage 1
-100101111110 inductors 1
-100101111110 pregnancy-disability 1
-100101111110 engine-makers 1
-100101111110 benefits-write-offs 1
-100101111110 playpants 1
-100101111110 succcess 1
-100101111110 divots 1
-100101111110 Terzo 1
-100101111110 graphicss 1
-100101111110 aircraft-fighters 1
-100101111110 Chrysler-Renault 1
-100101111110 phrasings 1
-100101111110 207,307,135 1
-100101111110 534,514 1
-100101111110 1,565,000 1
-100101111110 end-product 1
-100101111110 partnerhsips 1
-100101111110 mood-piece 1
-100101111110 self-searching 1
-100101111110 budget. 1
-100101111110 48/17B-5 1
-100101111110 boat-maker 1
-100101111110 Butazolidin 1
-100101111110 workingmen 1
-100101111110 retail-client 1
-100101111110 mise-en-scene 1
-100101111110 43,120 1
-100101111110 rates-of-return 1
-100101111110 tirewrecker 1
-100101111110 Bedlam 1
-100101111110 rat-bashing 1
-100101111110 Accord-fighter 1
-100101111110 non-Indonesian 1
-100101111110 trader-brokers 1
-100101111110 Teletas 1
-100101111110 beef-trade 1
-100101111110 program-training 1
-100101111110 counterspace 1
-100101111110 incomprehension 2
-100101111110 mischiefs 2
-100101111110 parterships 2
-100101111110 Lotta 2
-100101111110 parternship 2
-100101111110 Demond 2
-100101111110 C9CAA 2
-100101111110 Landrau 3
-100101111110 influence. 3
-100101111110 Belly-Button 3
-100101111110 Sudamtex 3
-100101111110 airspaces 3
-100101111110 ex-nun 3
-100101111110 dirtball 3
-100101111110 spaceflight 3
-100101111110 partnerhip 4
-100101111110 co-insurer 4
-100101111110 measure. 4
-100101111110 depositories 5
-100101111110 revenue-raiser 5
-100101111110 brats 6
-100101111110 prostates 6
-100101111110 scaffold 7
-100101111110 vote-getter 11
-100101111110 rate-mortgages 12
-100101111110 Federated-Macy 13
-100101111110 telemarketer 17
-100101111110 conduits 45
-100101111110 conduit 145
-100101111110 trusts 687
-100101111110 corporation 1631
-100101111110 partnerships 1729
-100101111110 banker 2229
-100101111110 partnership 4364
-100101111110 trust 3664
-100101111111 F-50s 1
-100101111111 signficiant 1
-100101111111 equity-to-risk 1
-100101111111 Soviet-North 1
-100101111111 accordion-making 1
-100101111111 newspaper-printing 1
-100101111111 theme-pub-cum-wine-bar 1
-100101111111 employer-worker 1
-100101111111 fiber-optic/digital 1
-100101111111 Quebecor/British 1
-100101111111 investigations/prosecutions 1
-100101111111 chip-development 1
-100101111111 BP-Standard 1
-100101111111 OECD-BIS 1
-100101111111 concluded. 1
-100101111111 Bahian 1
-100101111111 gatefolds 1
-100101111111 two-jury 1
-100101111111 State-Justice 1
-100101111111 industry-FAA 1
-100101111111 Armenian-Azerbaijani 1
-100101111111 Odyssey-Pepperell 1
-100101111111 then-lower 1
-100101111111 U.S.-Peruvian 1
-100101111111 oil-auto 1
-100101111111 757-767 1
-100101111111 often-fictional 1
-100101111111 tidelands 1
-100101111111 industrial/municipal 1
-100101111111 solications 1
-100101111111 sitzbath 1
-100101111111 laser-treatment 1
-100101111111 ownerships 2
-100101111111 Brazilian-Argentine 2
-100101111111 Congolese 2
-100101111111 policies. 2
-100101111111 airport-service 2
-100101111111 venturers 3
-100101111111 Cubbies 3
-100101111111 pratfall 3
-100101111111 knowhow 4
-100101111111 link-up 8
-100101111111 tenancy 8
-100101111111 union-management 17
-100101111111 solicitors 28
-100101111111 solicitation 313
-100101111111 venture 5842
-100101111111 ventures 1528
-10011000 Manchurians 1
-10011000 68020s 1
-10011000 68000s 1
-10011000 sshares 1
-10011000 vision. 1
-10011000 23-to-32-year-olds 1
-10011000 13-to-22-year-olds 1
-10011000 106,874 1
-10011000 Pluribus 1
-10011000 debenetures 1
-10011000 floating-rates 1
-10011000 rather-ordinary-looking 1
-10011000 embyros 1
-10011000 shop-management 1
-10011000 3,104,918 1
-10011000 baton-twirling 1
-10011000 sdhares 1
-10011000 sensepredicts 1
-10011000 prefixes 1
-10011000 techno-dome 1
-10011000 cattle-contracts 1
-10011000 resaurants 1
-10011000 ounces-and 1
-10011000 CELLS 1
-10011000 meat-eater 1
-10011000 milliion 1
-10011000 plaint 1
-10011000 mega-resort 1
-10011000 15,723 1
-10011000 situs 2
-10011000 admittees 2
-10011000 FLAP 2
-10011000 stockowners 2
-10011000 pyong 2
-10011000 nickelodeons 2
-10011000 yuck 2
-10011000 International. 3
-10011000 bequerel 4
-10011000 110s 4
-10011000 RTs 4
-10011000 Rabbits 5
-10011000 Zulus 9
-10011000 ADSs 9
-10011000 Continentals 10
-10011000 shares 61945
-10011000 denominator 39
-10011001 single-pack 1
-10011001 Amercan 1
-10011001 post-bailout 1
-10011001 huge-foreign 1
-10011001 Druckers 1
-10011001 already-aggressive 1
-10011001 yet-to-be-convened 1
-10011001 most-discussed 1
-10011001 takeover-scarred 1
-10011001 then-fair 1
-10011001 116-year-old 1
-10011001 Sami-Burke 1
-10011001 debt-issue 1
-10011001 4:38-to-go 1
-10011001 peso-dollar 1
-10011001 18.5-mile-wide 1
-10011001 five-five 1
-10011001 three-quarter-mile 1
-10011001 Nasdaq-London 1
-10011001 24000-point 1
-10011001 four-for-four 1
-10011001 slow-starting 1
-10011001 waffle-machine 1
-10011001 dollar-pound 1
-10011001 200-drachma 1
-10011001 hair-coloring 1
-10011001 stylist-customer 1
-10011001 30-ton 1
-10011001 5.75-cent 1
-10011001 two-page-plus 1
-10011001 one-million-vehicle 1
-10011001 Carson-Bushkin 1
-10011001 MSOE-to-industry 1
-10011001 9,500-meter 1
-10011001 100-MIPS 1
-10011001 still-booming 1
-10011001 24-state 1
-10011001 25,000-yen 1
-10011001 city-metropolitan 1
-10011001 risk-riddled 1
-10011001 oral-contraceptive 1
-10011001 477-pence 1
-10011001 six-minutes-to-go 1
-10011001 crude-production 1
-10011001 two-issue 1
-10011001 five-billion 1
-10011001 motor-scooter 1
-10011001 stock-for-asset 1
-10011001 bulk-purchased 1
-10011001 7,000-point 1
-10011001 debt-for-securities 1
-10011001 1,300-person 1
-10011001 platinum-contract 1
-10011001 ruble/gold 1
-10011001 once-indominable 1
-10011001 specialty-cheese 1
-10011001 0.71-point 1
-10011001 onscene 1
-10011001 Valdez-based 1
-10011001 highwater 2
-10011001 radio-advertising 2
-10011001 Levine-Boesky 2
-10011001 2320.4 2
-10011001 FinanceAmerica 2
-10011001 260,000-barrel 2
-10011001 wider-than-normal 2
-10011001 family-vacation 2
-10011001 aluminum-ingot 2
-10011001 options-only 2
-10011001 bonds-for-debt 2
-10011001 240-degree 2
-10011001 clothes-for-credit 2
-10011001 low-tide 2
-10011001 debt-for-bonds 3
-10011001 encomia 3
-10011001 dollar/mark 4
-10011001 transceiver 4
-10011001 bid-ask 4
-10011001 uncut-diamond 5
-10011001 on-scene 5
-10011001 MOB 7
-10011001 stock 51420
-10011001 debt-for-bond 10
-100110100 243,514 1
-100110100 223,600 1
-100110100 180,200 1
-100110100 620,651 1
-100110100 5,045,000 1
-100110100 349,768,945 1
-100110100 50,049 1
-100110100 0.84896 1
-100110100 120,900 1
-100110100 34,200 1
-100110100 1,604,800 1
-100110100 362,961 1
-100110100 517,700 1
-100110100 702,400 1
-100110100 45,548 1
-100110100 329,900 1
-100110100 759,186 1
-100110100 360,437 1
-100110100 589,375 1
-100110100 3,439 1
-100110100 23,231 1
-100110100 36,357,891 1
-100110100 669,900 1
-100110100 71,200 1
-100110100 442,400 1
-100110100 576,800 1
-100110100 756,390 1
-100110100 11,127,500 1
-100110100 198,800 1
-100110100 131,293 1
-100110100 629,600 1
-100110100 93,544 1
-100110100 819,600 1
-100110100 524,472 1
-100110100 522,266 1
-100110100 192,900 1
-100110100 417,518 1
-100110100 388,600 1
-100110100 25,437 1
-100110100 245,900 1
-100110100 5,837,798 1
-100110100 208,600 1
-100110100 435,300 1
-100110100 78,900 1
-100110100 227,200 1
-100110100 511,500 1
-100110100 997,756 1
-100110100 1,051,500 1
-100110100 13,171,914 1
-100110100 301,434,000 1
-100110100 190,506,900 1
-100110100 82,900 1
-100110100 8,289,440 1
-100110100 1,374,800 1
-100110100 373,200 1
-100110100 659,420 1
-100110100 894,400 1
-100110100 586,500 1
-100110100 302,833 1
-100110100 605,667 1
-100110100 4,745 1
-100110100 298,852 1
-100110100 972,938 1
-100110100 524,900 1
-100110100 17,342 1
-100110100 284,117,100 1
-100110100 288,059,700 1
-100110100 6.161 1
-100110100 8,053,181 1
-100110100 76,300 1
-100110100 28,548,213 1
-100110100 665,700 1
-100110100 718,400 1
-100110100 519,300 1
-100110100 1,335,500 1
-100110100 199,700 1
-100110100 850,800 1
-100110100 446,400 1
-100110100 1,277,988 1
-100110100 532,900 1
-100110100 1,558,916 1
-100110100 4,194 1
-100110100 346,200 1
-100110100 27,100 1
-100110100 138,300 1
-100110100 446,600 1
-100110100 529,300 1
-100110100 238,900 1
-100110100 988,400 1
-100110100 363,800 1
-100110100 158,300 1
-100110100 28,054 1
-100110100 2,988,510 1
-100110100 175,400 1
-100110100 313,300 1
-100110100 123,599,500 1
-100110100 869,700 1
-100110100 457,291 1
-100110100 268,900 1
-100110100 1,670,900 1
-100110100 45.977 1
-100110100 505,100 1
-100110100 482,300 1
-100110100 2,540,100 1
-100110100 35,900 1
-100110100 38,463,772 1
-100110100 85,585 1
-100110100 375,698 1
-100110100 4,465,000 1
-100110100 913,600 1
-100110100 4,945,817 1
-100110100 400,050 1
-100110100 188,600 1
-100110100 272,200 1
-100110100 Bfree 1
-100110100 working-style 1
-100110100 316,700 1
-100110100 556,475 1
-100110100 3,858,781 1
-100110100 35,236,997 1
-100110100 1,215,000 1
-100110100 566,400 1
-100110100 4,564,300 1
-100110100 97,756 1
-100110100 752,071 1
-100110100 11,576,900 1
-100110100 548,100 1
-100110100 2,077,800 1
-100110100 111,744 1
-100110100 0.763754 1
-100110100 33,722,150 1
-100110100 374,943,059 1
-100110100 2,302,600 1
-100110100 305,200 1
-100110100 225,810 1
-100110100 140,967 1
-100110100 43,412 1
-100110100 48,330 1
-100110100 53,990 1
-100110100 271,170,584 1
-100110100 333,325 1
-100110100 712,500 1
-100110100 1,690,400 1
-100110100 628,600 1
-100110100 68,800 1
-100110100 2,305,000 1
-100110100 6,699,000 1
-100110100 376,602 1
-100110100 9,059,520 1
-100110100 6,716,077 1
-100110100 12,069,472 1
-100110100 38,309 1
-100110100 30,858,070 1
-100110100 876,075 1
-100110100 405,124 1
-100110100 1,450,294 1
-100110100 10,498,955 1
-100110100 186,300 1
-100110100 7,510 1
-100110100 9,678,457 1
-100110100 137,325 1
-100110100 1,303,408 1
-100110100 622,727 1
-100110100 4.167 1
-100110100 314,700 1
-100110100 2,130,600 1
-100110100 393,300 1
-100110100 194,700 1
-100110100 487,378 1
-100110100 2,588,000 1
-100110100 395,501 1
-100110100 624,900 1
-100110100 10,858,918 1
-100110100 854,900 1
-100110100 164,001 1
-100110100 720,462 1
-100110100 1,533,400 1
-100110100 191,196 1
-100110100 323,733 1
-100110100 21,996,000 1
-100110100 515,900 1
-100110100 251,860 1
-100110100 4,896,275 1
-100110100 2,472,950 1
-100110100 288,300 1
-100110100 2,408,700 1
-100110100 2,801,016 1
-100110100 217,340 1
-100110100 292,100 1
-100110100 269,600 1
-100110100 285,590 1
-100110100 4,015,000 1
-100110100 378,900 1
-100110100 999,600 1
-100110100 2,489,429 1
-100110100 1,124,200 1
-100110100 752,600 1
-100110100 16,160 1
-100110100 5,375 1
-100110100 50,950 1
-100110100 849,100 1
-100110100 1,618,100 1
-100110100 89,556 1
-100110100 51,378 1
-100110100 219,303 1
-100110100 234,200 1
-100110100 7,241,743 1
-100110100 1,172,270 1
-100110100 831,283 1
-100110100 1,281,100 1
-100110100 2,578,956 1
-100110100 AshtonTate 1
-100110100 FDIC-held 1
-100110100 441,500 1
-100110100 129,240 1
-100110100 31,413,438 1
-100110100 takeover-play 1
-100110100 318,624,104 1
-100110100 599,076 1
-100110100 210,900 1
-100110100 387,541 1
-100110100 679,600 1
-100110100 64,533 1
-100110100 200,649 1
-100110100 6,336,000 1
-100110100 13,188 1
-100110100 1.736 1
-100110100 927,700 1
-100110100 355,400 1
-100110100 163,500 1
-100110100 122,500 1
-100110100 350,100 1
-100110100 734,700 1
-100110100 non-Icahn 1
-100110100 357,815 1
-100110100 115,400 1
-100110100 26,612 1
-100110100 1,270,490 1
-100110100 720,600 1
-100110100 44,798 1
-100110100 267,562 1
-100110100 80-million-share 1
-100110100 208,200 1
-100110100 1,295,700 1
-100110100 424,500 1
-100110100 556,200 1
-100110100 125,600 1
-100110100 184,100 1
-100110100 214,500 1
-100110100 253,600 1
-100110100 4,752 1
-100110100 300,013 1
-100110100 372,400 1
-100110100 337,200 1
-100110100 1,387,539 1
-100110100 253,030 1
-100110100 218,800 1
-100110100 330,600 1
-100110100 1,160,271 1
-100110100 2,485,510 1
-100110100 171,800 1
-100110100 5,402,986 1
-100110100 333,980 1
-100110100 231,039 1
-100110100 394,920 1
-100110100 10,639,276 1
-100110100 832,900 1
-100110100 401,600 1
-100110100 129,500 1
-100110100 651,700 1
-100110100 258,400 1
-100110100 2,495,600 1
-100110100 248,235,302 1
-100110100 591,800 1
-100110100 7,859,925 1
-100110100 8,054,737 1
-100110100 2,743,000 1
-100110100 post-payout 1
-100110100 7,000-barrel-a-day 1
-100110100 370,650 1
-100110100 1,059,210 1
-100110100 402,988 1
-100110100 8,040,000 1
-100110100 34,630 1
-100110100 109,500 1
-100110100 1,959,674 1
-100110100 985,838 1
-100110100 41,107 1
-100110100 665,900 1
-100110100 128,375 1
-100110100 8,340,000 1
-100110100 9,501,267 1
-100110100 19,202 1
-100110100 520,180 1
-100110100 1,548,015 1
-100110100 291,691 1
-100110100 145,119 1
-100110100 124,900 1
-100110100 84,200 1
-100110100 29,150 1
-100110100 672,376 1
-100110100 3,720,000 1
-100110100 132,400 1
-100110100 355,471 1
-100110100 141,750 1
-100110100 50,771 1
-100110100 751,800 1
-100110100 848,100 1
-100110100 2,878,070 1
-100110100 4,025,000 1
-100110100 4,915,170 1
-100110100 200,232 1
-100110100 584,946 1
-100110100 449,981 1
-100110100 already-undervalued 1
-100110100 254,100 1
-100110100 3,353,900 1
-100110100 8.609 1
-100110100 24,010 1
-100110100 551,930 1
-100110100 309,700 1
-100110100 390-megawatt 1
-100110100 3,338,329 1
-100110100 17,657,260 1
-100110100 10,184,410 1
-100110100 852,800 1
-100110100 765,100 1
-100110100 47,775 1
-100110100 287,013 1
-100110100 636,600 1
-100110100 531,800 1
-100110100 785,178 1
-100110100 419,220 1
-100110100 182,600 1
-100110100 48,323 1
-100110100 462,399 1
-100110100 659,380 1
-100110100 66,667 1
-100110100 46,200 1
-100110100 358,900 1
-100110100 63,417,171 1
-100110100 315,820 1
-100110100 537,100 1
-100110100 389,549 1
-100110100 5,501,936 1
-100110100 216,600 1
-100110100 66,088,880 1
-100110100 920,900 1
-100110100 164,013 1
-100110100 90,750 1
-100110100 71,700 1
-100110100 6,333 1
-100110100 10,580,000 1
-100110100 271,700 1
-100110100 291,709 1
-100110100 15,410,000 1
-100110100 768,018 1
-100110100 30,464 1
-100110100 insider-held 1
-100110100 2,295,000 1
-100110100 1,287,500 1
-100110100 677,500 1
-100110100 283,200 1
-100110100 1,098,200 1
-100110100 187,500,000 1
-100110100 2,249,227 1
-100110100 4,220,000 1
-100110100 3,220,000 1
-100110100 6,440,400 1
-100110100 1,551,100 1
-100110100 274,586 1
-100110100 2,064,900 1
-100110100 2,618,300 1
-100110100 353,200 1
-100110100 295,096 1
-100110100 704,904 1
-100110100 94,286 1
-100110100 5,361,000 1
-100110100 937,400 1
-100110100 Angiomedic 1
-100110100 476,191 1
-100110100 12,845,000 1
-100110100 241,600 1
-100110100 238,739,384 1
-100110100 450,400 1
-100110100 3,172,600 1
-100110100 1,546,427 1
-100110100 208,391 1
-100110100 1,279,177 1
-100110100 613,900 1
-100110100 326,100 1
-100110100 8,481,700 1
-100110100 103,540 1
-100110100 3,137,400 1
-100110100 905,737 1
-100110100 7,963,927 1
-100110100 214,779 1
-100110100 414,706 1
-100110100 328,970 1
-100110100 4,032,710 1
-100110100 173,733 1
-100110100 302,300 1
-100110100 31,026,717 1
-100110100 32,953,082 1
-100110100 185,923,477 1
-100110100 0.2065 1
-100110100 903,000 1
-100110100 2,690,000 1
-100110100 14,721 1
-100110100 213,100 1
-100110100 86,325 1
-100110100 5,025,578 1
-100110100 862,200 1
-100110100 6,521,739 1
-100110100 39,800 1
-100110100 347,222 1
-100110100 415,222 1
-100110100 638,372 1
-100110100 925,394 1
-100110100 88,400 1
-100110100 698,200 1
-100110100 807,800 1
-100110100 106,400 1
-100110100 185,530 1
-100110100 421,100 1
-100110100 5,130,000 1
-100110100 647,186 1
-100110100 1,137,500 1
-100110100 206,200 1
-100110100 284,080 1
-100110100 600,200 1
-100110100 892,400 1
-100110100 0.845 1
-100110100 671,215 1
-100110100 172,100 1
-100110100 2,794,276 1
-100110100 five-or-10-paragraph 1
-100110100 119,648 1
-100110100 1,056,480 1
-100110100 62,100 1
-100110100 459,400 1
-100110100 2,749,300 1
-100110100 2,515,400 1
-100110100 700,102 1
-100110100 12,226,666 1
-100110100 120,200 1
-100110100 641,609 1
-100110100 751,700 1
-100110100 491,790 1
-100110100 1,350,800 1
-100110100 2,546,600 1
-100110100 301,600 1
-100110100 1,018,382 1
-100110100 283,235 1
-100110100 61,125 1
-100110100 371,511 1
-100110100 1,957,419 1
-100110100 203,937 1
-100110100 209,350 1
-100110100 25,322,514 1
-100110100 294,019,870 1
-100110100 154,500 1
-100110100 578,600 1
-100110100 146,752 1
-100110100 398,900 1
-100110100 2,760,000 1
-100110100 847,161 1
-100110100 8,923,136 1
-100110100 14,126,000 1
-100110100 282,500 1
-100110100 1,024,000 1
-100110100 2,455,369 1
-100110100 606,600 1
-100110100 3,546,627 1
-100110100 326,250 1
-100110100 343,700 1
-100110100 3,003,750 1
-100110100 4,324,390 1
-100110100 29,503,573 1
-100110100 318,299,016 1
-100110100 537,680 1
-100110100 343,900 1
-100110100 1,624,200 1
-100110100 168,200 1
-100110100 576,320 1
-100110100 87,292 1
-100110100 355,700 1
-100110100 672,500 1
-100110100 2,202,556 1
-100110100 3,233,000 1
-100110100 1,021,000 1
-100110100 non-melanoma 1
-100110100 837,500 1
-100110100 856,689 1
-100110100 2,384,333 1
-100110100 1,176,320 1
-100110100 888,500 1
-100110100 180,400 1
-100110100 102,107 1
-100110100 15,927,873 1
-100110100 71,100 1
-100110100 89,702 1
-100110100 462,800 1
-100110100 675,803 1
-100110100 865,100 1
-100110100 943,480 1
-100110100 205,032 1
-100110100 4,166,006 1
-100110100 918,800 1
-100110100 8,296,800 1
-100110100 4,103,270 1
-100110100 533,600 1
-100110100 1,152,900 1
-100110100 30,837,000 1
-100110100 2,636,100 1
-100110100 41,194 1
-100110100 191,763 1
-100110100 607,300 1
-100110100 2,633,800 1
-100110100 123,686,269 1
-100110100 200,650 1
-100110100 9.894 1
-100110100 crossheld 1
-100110100 729,500 1
-100110100 302,500 1
-100110100 439,418 1
-100110100 151,953 1
-100110100 11,399,082 1
-100110100 5,364,109 1
-100110100 10,914 1
-100110100 40,369 1
-100110100 1,690,500 1
-100110100 829,500 1
-100110100 750,700 1
-100110100 23,625 1
-100110100 1,951,006 1
-100110100 229,682 1
-100110100 60,050 1
-100110100 184,800 1
-100110100 A&A 1
-100110100 1,954,700 1
-100110100 29,100 1
-100110100 296,400 1
-100110100 899,712 1
-100110100 1,113,100 1
-100110100 9,362,197 1
-100110100 6,764,004 1
-100110100 559,800 1
-100110100 298,200 1
-100110100 179,867 1
-100110100 2,830,390 1
-100110100 pro-rating 1
-100110100 95,510 1
-100110100 326,400 1
-100110100 401,254 1
-100110100 469,900 1
-100110100 415,086 1
-100110100 163,350 1
-100110100 553,955 1
-100110100 33,100 1
-100110100 1,337,800 1
-100110100 17,332,184 1
-100110100 ever-sterling 1
-100110100 930,300 1
-100110100 1,824,000 1
-100110100 960,100 1
-100110100 389,083 1
-100110100 390,800 1
-100110100 80,090 1
-100110100 9,658,000 1
-100110100 386,400 1
-100110100 915,500 1
-100110100 2,748,575 1
-100110100 125,882 1
-100110100 639,245 1
-100110100 33,639 1
-100110100 nonrestricted 1
-100110100 565,100 1
-100110100 163,200 1
-100110100 175,800 1
-100110100 1,480,830 1
-100110100 325,932 1
-100110100 2.1382 1
-100110100 1,058,500 1
-100110100 211,300 1
-100110100 707,905 1
-100110100 548,849 1
-100110100 486,720 1
-100110100 168,500 1
-100110100 217,150 1
-100110100 1,238,311 1
-100110100 436,332 1
-100110100 230,650 1
-100110100 1,954,000 1
-100110100 5,099 1
-100110100 2,563,065 1
-100110100 356,084 1
-100110100 1,151,879 1
-100110100 1,257,000 1
-100110100 134,286 1
-100110100 997,671 1
-100110100 642,936 1
-100110100 3,248,200 1
-100110100 456,900 1
-100110100 26,239 1
-100110100 725,600 1
-100110100 58,850 1
-100110100 433,785 1
-100110100 273,347 1
-100110100 146,600 1
-100110100 925,510 1
-100110100 597,800 1
-100110100 186,700 1
-100110100 20-vote 1
-100110100 240,300 1
-100110100 586,684 1
-100110100 378,060 1
-100110100 52,100 1
-100110100 24,800 1
-100110100 416,900 1
-100110100 324,100 1
-100110100 186,100 1
-100110100 1,099,500 1
-100110100 46.06 1
-100110100 48,186 1
-100110100 614,900 1
-100110100 32,437,729 1
-100110100 2,254,000 1
-100110100 4,414,400 1
-100110100 44,025,300 1
-100110100 563,825 1
-100110100 607,600 1
-100110100 229,400 1
-100110100 1,474,800 1
-100110100 2,203,433 1
-100110100 1,802,992 1
-100110100 3,382,377 1
-100110100 6,976 1
-100110100 697,500 1
-100110100 769,500 1
-100110100 2,165,684 1
-100110100 14,104 1
-100110100 2,066,170 1
-100110100 3,679,400 1
-100110100 796,413 1
-100110100 1.667 1
-100110100 776,300 1
-100110100 333,333 1
-100110100 306,224 1
-100110100 40,081,552 1
-100110100 639,850 1
-100110100 851,119 1
-100110100 460,500 1
-100110100 1,530,851 1
-100110100 758,616 1
-100110100 4,420,419 1
-100110100 546,628 1
-100110100 243,190 1
-100110100 382,394 1
-100110100 1,560,750 1
-100110100 30,025 1
-100110100 4,436,852 1
-100110100 coal-rate 1
-100110100 28,169,919 1
-100110100 138,877 1
-100110100 213,900 1
-100110100 543,237 1
-100110100 2,705,700 1
-100110100 1,728,770 1
-100110100 983,770 1
-100110100 3,691,145 1
-100110100 573,800 1
-100110100 222,200 1
-100110100 332,204 1
-100110100 88,050 1
-100110100 2,867,500 1
-100110100 78,557 1
-100110100 1,722,500 1
-100110100 2,045,250 1
-100110100 209,400 1
-100110100 980,800 1
-100110100 1,797,300 1
-100110100 2,436,700 1
-100110100 single-company 1
-100110100 387,124,739 1
-100110100 2,293,200 1
-100110100 10,980,000 1
-100110100 5,460,600 1
-100110100 1,149,300 1
-100110100 2,215,100 1
-100110100 531,993 1
-100110100 58,300 1
-100110100 319,020 1
-100110100 749,600 1
-100110100 200,085 1
-100110100 357,221 1
-100110100 non-Jansen 1
-100110100 557,500 1
-100110100 48,200 1
-100110100 1,234,900 1
-100110100 1,237,500 1
-100110100 223,663,077 1
-100110100 2,114,500 1
-100110100 441,700 1
-100110100 8,419,000 1
-100110100 597,579 1
-100110100 626,230 1
-100110100 128,295,721 1
-100110100 29,519 1
-100110100 3,626,400 1
-100110100 488,200 1
-100110100 352,200 1
-100110100 729,800 1
-100110100 4,724,694 1
-100110100 102,022,000 1
-100110100 1,010,200 1
-100110100 3,492,600 1
-100110100 361,095 1
-100110100 875,034 1
-100110100 1,242,927 1
-100110100 2,521,200 1
-100110100 279,700 1
-100110100 505,135 1
-100110100 202,457 1
-100110100 744,425 1
-100110100 1,819,935 1
-100110100 2,213,000 1
-100110100 2,018,355 1
-100110100 8,255,562 1
-100110100 71,460 1
-100110100 39,246 1
-100110100 2,633,197 1
-100110100 2,148,548 1
-100110100 29,210,443 1
-100110100 2,168,020 1
-100110100 1,241,232 1
-100110100 4,861,400 1
-100110100 639,800 1
-100110100 1,111,116 1
-100110100 575,190 1
-100110100 423,200 1
-100110100 14,279,041 1
-100110100 118,751,500 1
-100110100 168,140 1
-100110100 39,480 1
-100110100 102,729,700 1
-100110100 246,600 1
-100110100 30,364,000 1
-100110100 147,900 1
-100110100 below-market-price 1
-100110100 644,823 1
-100110100 3,181,063 1
-100110100 7,875,573 1
-100110100 346,655 1
-100110100 9,567,000 1
-100110100 9,303,000 1
-100110100 648,225 1
-100110100 22,550 1
-100110100 firstpreference 1
-100110100 11,883,672 1
-100110100 109,700 1
-100110100 271,800 1
-100110100 79,223 1
-100110100 low-30s 1
-100110100 28,864,000 1
-100110100 20,925 1
-100110100 120,513 1
-100110100 one-vote-per-share 1
-100110100 47,100 1
-100110100 710,800 1
-100110100 704,900 1
-100110100 663,500 1
-100110100 452,031 1
-100110100 38,934 1
-100110100 3,154,400 1
-100110100 1,660,740 1
-100110100 123,300 1
-100110100 436,500 1
-100110100 579,400 1
-100110100 815,600 1
-100110100 717,900 1
-100110100 645,100 1
-100110100 263,709 1
-100110100 343,111 1
-100110100 4,413 1
-100110100 528,784 1
-100110100 94,314 1
-100110100 8,148,913 1
-100110100 291,100 1
-100110100 517,600 1
-100110100 2,549,210 1
-100110100 135,676,459 1
-100110100 55,936,673 1
-100110100 lodgepole-pine 1
-100110100 23,017 1
-100110100 738,700 1
-100110100 57,400 1
-100110100 second-preferred 1
-100110100 8,743,000 1
-100110100 167,500 1
-100110100 10,235,000 1
-100110100 625,300 1
-100110100 139,895 1
-100110100 8,294,365 1
-100110100 1,361,300 1
-100110100 55,690 1
-100110100 184,300 1
-100110100 245,100 1
-100110100 711,200 1
-100110100 13,180,000 1
-100110100 584,100 1
-100110100 860,800 1
-100110100 4,521,200 1
-100110100 11,850,000 1
-100110100 147,800 1
-100110100 642,500 1
-100110100 819,928 1
-100110100 1,084,606 1
-100110100 409,500 1
-100110100 988,200 1
-100110100 126,300 1
-100110100 709,200 1
-100110100 427,700 1
-100110100 1,079,700 1
-100110100 30,823,733 1
-100110100 28,668,016 1
-100110100 16,780,000 1
-100110100 3,786,398 1
-100110100 1,222,700 1
-100110100 0.101 1
-100110100 8,007 1
-100110100 265,200 1
-100110100 157,800 1
-100110100 49,054,037 1
-100110100 48,922,594 1
-100110100 broker-consultant 1
-100110100 741,800 1
-100110100 150,831 1
-100110100 107,600 1
-100110100 123,694 1
-100110100 253,500 1
-100110100 7,016,110 1
-100110100 158,312 1
-100110100 5,817 1
-100110100 873,900 1
-100110100 1,901,979 1
-100110100 2,117,000 1
-100110100 51,850 1
-100110100 1.6807 1
-100110100 9,951,796 1
-100110100 464,800 1
-100110100 143,600 1
-100110100 89,568 1
-100110100 188,700 1
-100110100 6,903,274 1
-100110100 928,230 1
-100110100 383,144 1
-100110100 4,987,500 1
-100110100 4,030,000 1
-100110100 1,430,300 1
-100110100 593,700 1
-100110100 937,900 1
-100110100 327,700 1
-100110100 107,378 1
-100110100 797,300 1
-100110100 16,290,682 1
-100110100 593,950 1
-100110100 178,214 1
-100110100 8,489,800 1
-100110100 465,986 1
-100110100 47,125 1
-100110100 104,200 1
-100110100 3,070,637 1
-100110100 1,514,300 1
-100110100 insititutional 1
-100110100 619,850 1
-100110100 4,482,840 1
-100110100 485,300 1
-100110100 968,500 1
-100110100 657,600 1
-100110100 1.1415 1
-100110100 396,600 1
-100110100 240,450 1
-100110100 287,900 1
-100110100 1,614,746 1
-100110100 1,386,500 1
-100110100 265,300 1
-100110100 500,900 1
-100110100 151,250 1
-100110100 3,674,700 1
-100110100 979,750 1
-100110100 494,096 1
-100110100 2,352,371 1
-100110100 238,864 1
-100110100 211,235 1
-100110100 25,266 1
-100110100 1,677,100 1
-100110100 482,200 1
-100110100 98,700 1
-100110100 1,075,100 1
-100110100 5,091,290 1
-100110100 2,890,512 1
-100110100 198,414 1
-100110100 99,207 1
-100110100 9,414,152 1
-100110100 193,814 1
-100110100 194,500 1
-100110100 401,876 1
-100110100 209,100 1
-100110100 61,674 1
-100110100 845,900 1
-100110100 88,994 1
-100110100 6,292,791 1
-100110100 883,200 1
-100110100 879,200 1
-100110100 38,400 1
-100110100 373,600 1
-100110100 911,400 1
-100110100 707,200 1
-100110100 471,869 1
-100110100 305,594 1
-100110100 215,400 1
-100110100 204,900 1
-100110100 237,900 1
-100110100 2,999,710 1
-100110100 689,900 1
-100110100 135,700 1
-100110100 336,200 1
-100110100 181,400 1
-100110100 483,906 1
-100110100 18,008 1
-100110100 161,600 1
-100110100 428,600 1
-100110100 142,206 1
-100110100 179,507 1
-100110100 27,200 1
-100110100 non-disposable 1
-100110100 270,500 1
-100110100 212,900 1
-100110100 719,900 1
-100110100 4,584 1
-100110100 228,571 1
-100110100 223,507 1
-100110100 767,700 1
-100110100 700,800 1
-100110100 1,138,200 1
-100110100 4,356,245 1
-100110100 121,292 1
-100110100 120,352 1
-100110100 1,574,000 1
-100110100 138,400 1
-100110100 94,700 1
-100110100 56,074 1
-100110100 small-capitalized 1
-100110100 663,845 1
-100110100 625,200 1
-100110100 473,100 1
-100110100 5,503,107 1
-100110100 233,600 1
-100110100 31,413,448 1
-100110100 380,144,863 1
-100110100 981,154 1
-100110100 29,440,048 1
-100110100 168,300 1
-100110100 355,800 1
-100110100 13,004,175 1
-100110100 427,975 1
-100110100 1,284,000 1
-100110100 117,100 1
-100110100 1,479,626 1
-100110100 2,216,800 1
-100110100 473,600 1
-100110100 909,100 1
-100110100 71,504 1
-100110100 108,100 1
-100110100 809,300 1
-100110100 3,599,927 1
-100110100 122,379 1
-100110100 715,600 1
-100110100 691,900 1
-100110100 31,032,501 1
-100110100 27,325,841 1
-100110100 111,850 1
-100110100 weighted-average 1
-100110100 253,800 1
-100110100 77,325 1
-100110100 99,400 1
-100110100 31,100 1
-100110100 80,700 1
-100110100 321,419 1
-100110100 2,220,039 1
-100110100 6,080,000 1
-100110100 97,800 1
-100110100 413,600 1
-100110100 715,986 1
-100110100 908,300 1
-100110100 862,700 1
-100110100 796,379 1
-100110100 39,050 1
-100110100 736,752 1
-100110100 1.429 1
-100110100 193,600 1
-100110100 68,666 1
-100110100 456,700 1
-100110100 140,700 1
-100110100 903,200 1
-100110100 515,700 1
-100110100 2,506 1
-100110100 194,444 1
-100110100 566,500 1
-100110100 3,980,000 1
-100110100 5,685,110 1
-100110100 407,295 1
-100110100 1,864,155 1
-100110100 17,990,000 1
-100110100 54,050,000 1
-100110100 534,400 1
-100110100 49,950,000 1
-100110100 1,531,200 1
-100110100 1,823,000 1
-100110100 398,325 1
-100110100 274,295 1
-100110100 2,084,876 1
-100110100 139,003 1
-100110100 514,013 1
-100110100 187,700 1
-100110100 176,650 1
-100110100 4,135,160 1
-100110100 1,549,400 1
-100110100 200,696 1
-100110100 501,600 1
-100110100 227,100 1
-100110100 218,300 1
-100110100 597,400 1
-100110100 887,100 1
-100110100 399,700 1
-100110100 216,400 1
-100110100 9,946,802 1
-100110100 358,400 1
-100110100 913,893 1
-100110100 356,600 1
-100110100 549,755 1
-100110100 695,547 1
-100110100 468,170 1
-100110100 311,300 1
-100110100 1,442,614 1
-100110100 33,300 1
-100110100 353,467 1
-100110100 143,956 1
-100110100 226,500 1
-100110100 142,857 1
-100110100 753,300 1
-100110100 512,300 1
-100110100 2,308,000 1
-100110100 once-glamorous 1
-100110100 dividend-right 1
-100110100 275,800 1
-100110100 36,100 1
-100110100 566,300 1
-100110100 1,067,800 1
-100110100 822,500 1
-100110100 623,400 1
-100110100 412,900 1
-100110100 531,507 1
-100110100 177,760 1
-100110100 0.5747 1
-100110100 318,600 1
-100110100 402,200 1
-100110100 322,712 1
-100110100 10,432 1
-100110100 832,143 1
-100110100 1,417,200 1
-100110100 0.3417 1
-100110100 1,415,000 1
-100110100 242,389 1
-100110100 12.256 1
-100110100 548,388 1
-100110100 657,482 1
-100110100 169,690,000 1
-100110100 9,463,987 1
-100110100 595,400 1
-100110100 103,982 1
-100110100 229,200 1
-100110100 357,700 1
-100110100 421,600 1
-100110100 167,300 1
-100110100 505,044 1
-100110100 344,500 1
-100110100 61,250 1
-100110100 889,700 1
-100110100 290,634 1
-100110100 764,800 1
-100110100 262,400 1
-100110100 814,900 1
-100110100 3,670,000 1
-100110100 7,631,873 1
-100110100 463,541 1
-100110100 24,056 1
-100110100 48,672,419 1
-100110100 555,057 1
-100110100 third-tranche 1
-100110100 151,197,400 1
-100110100 6.0824 1
-100110100 4,268,172 1
-100110100 359,700 1
-100110100 578,500 1
-100110100 144,200 1
-100110100 67,400 1
-100110100 1,073,300 1
-100110100 120,219 1
-100110100 231,347 1
-100110100 13,389,764 1
-100110100 3,554,273 1
-100110100 1,369,760 1
-100110100 2,207,771 1
-100110100 197,708 1
-100110100 606,300 1
-100110100 26.8959 1
-100110100 50,060 1
-100110100 1,770,943 1
-100110100 677,700 1
-100110100 240,900 1
-100110100 447,500 1
-100110100 449,900 1
-100110100 16,689,655 1
-100110100 756,800 1
-100110100 6,826,138 1
-100110100 92,300 1
-100110100 2,893,500 1
-100110100 2,752,300 1
-100110100 163,800 1
-100110100 1,076,700 1
-100110100 82,298 1
-100110100 471,125 1
-100110100 798,728 1
-100110100 B-restricted 1
-100110100 1,030,636 1
-100110100 54,425 1
-100110100 259,418 1
-100110100 693,627 1
-100110100 561,200 1
-100110100 1,246,175 1
-100110100 0.941 1
-100110100 622,777 1
-100110100 32,463,670 1
-100110100 2,155,900 1
-100110100 515,200 1
-100110100 192,500 1
-100110100 31,912,415 1
-100110100 760,211 1
-100110100 518,500 1
-100110100 34,250,000 1
-100110100 159,761 1
-100110100 1,037,360 1
-100110100 68,692 1
-100110100 209,885 1
-100110100 3,669,700 1
-100110100 141,600 1
-100110100 company-option 1
-100110100 1,147,194 1
-100110100 2,113,600 1
-100110100 10,128,000 1
-100110100 769,316 1
-100110100 434,600 1
-100110100 393,500 1
-100110100 617,600 1
-100110100 199,994 1
-100110100 91,900 1
-100110100 1,104,617 1
-100110100 8,322,645 1
-100110100 255,600 1
-100110100 21,211 1
-100110100 1,203,600 1
-100110100 90,621 1
-100110100 4,273 1
-100110100 501,698 1
-100110100 3,655,080 1
-100110100 3,921,115 1
-100110100 320,800 1
-100110100 242,600 1
-100110100 296,200 1
-100110100 1,022,600 1
-100110100 922,522 1
-100110100 813,678 1
-100110100 567,356 1
-100110100 bank-embezzlement 1
-100110100 599,300 1
-100110100 785,300 1
-100110100 55,600 1
-100110100 983,600 1
-100110100 306,800 1
-100110100 170,138 1
-100110100 559,403 1
-100110100 101,938 1
-100110100 536,800 1
-100110100 443,500 1
-100110100 65,900 1
-100110100 6,332,471 2
-100110100 41.66667 2
-100110100 185,793,411 2
-100110100 215,743,879 2
-100110100 715,570 2
-100110100 751,739 2
-100110100 118,928 2
-100110100 commom 2
-100110100 526,315 2
-100110100 43,780 2
-100110100 34,498,661 2
-100110100 27,657,440 2
-100110100 operator-services 2
-100110100 7,650,000 2
-100110100 105,500 2
-100110100 192,600 2
-100110100 494,596,541 2
-100110100 1.418 2
-100110100 302,700 2
-100110100 153,300 2
-100110100 30,099 2
-100110100 578,572 2
-100110100 odd-lots 2
-100110100 404,041 2
-100110100 432,700 2
-100110100 410,400 2
-100110100 86,810,000 2
-100110100 2,025,398 2
-100110100 182,376,552 2
-100110100 922,900 2
-100110100 5,350,000 2
-100110100 227,500 2
-100110100 29,001,763 2
-100110100 448,190,631 2
-100110100 873,000 2
-100110100 662,100 2
-100110100 7,550,000 2
-100110100 4,894 2
-100110100 237,200 2
-100110100 625,800 2
-100110100 439,265,365 2
-100110100 510,150,597 2
-100110100 partly-paid-for 2
-100110100 1,462,476 2
-100110100 522,300 2
-100110100 453,527,893 2
-100110100 34,310,924 2
-100110100 3,843 2
-100110100 2.5125 2
-100110100 527,700 2
-100110100 556,500 2
-100110100 272,400 2
-100110100 504,227 2
-100110100 488,465 2
-100110100 698,600 2
-100110100 159,300 2
-100110100 31,300 2
-100110100 53,300 2
-100110100 52,300 2
-100110100 483,621,746 2
-100110100 40,740 2
-100110100 1,784 2
-100110100 242,244,279 2
-100110100 13.068 2
-100110100 beneficial-interest 2
-100110100 146,370,000 2
-100110100 59,342 2
-100110100 40,556,000 2
-100110100 306,200 2
-100110100 436,900 2
-100110100 445,200 2
-100110100 power-utility 2
-100110100 383,364,953 2
-100110100 2,877 2
-100110100 173,100 2
-100110100 211,200 2
-100110100 133,900 2
-100110100 37.037 2
-100110100 436,763,450 2
-100110100 419,279 2
-100110100 2,157,357 2
-100110100 11,018,955 2
-100110100 174,900 2
-100110100 1.935 2
-100110100 169,750,000 2
-100110100 39,300 2
-100110100 465,831,221 2
-100110100 2,026,399 2
-100110100 182,550,000 3
-100110100 141,610,000 3
-100110100 114,700 3
-100110100 158,350,000 3
-100110100 155,320,000 3
-100110100 133,100 3
-100110100 Agricoles 3
-100110100 225,520,000 3
-100110100 12,750,000 3
-100110100 full-value 3
-100110100 106,200 3
-100110100 179,600 3
-100110100 3,436,037 3
-100110100 80386SX 3
-100110100 20,200 3
-100110100 967,000 3
-100110100 58,750,000 3
-100110100 572,500 3
-100110100 3,749,401 3
-100110100 9,101,583 3
-100110100 420,900 3
-100110100 113,010,000 3
-100110100 3,358 3
-100110100 465,468,621 3
-100110100 445,674,104 3
-100110100 multiple-voting 3
-100110100 147,560,000 3
-100110100 17,200 3
-100110100 1,940,000 3
-100110100 128,920,000 3
-100110100 1,041,000 3
-100110100 S&N 3
-100110100 1,751,000 3
-100110100 37,180,852 4
-100110100 name-recognition 4
-100110100 608,120,000 4
-100110100 1,027,000 4
-100110100 high-voting 4
-100110100 1,121,493 4
-100110100 2.636 4
-100110100 546,294,477 4
-100110100 1.055 4
-100110100 24,175,000 4
-100110100 685,600 4
-100110100 888,634 5
-100110100 470,578,343 5
-100110100 commmon 6
-100110100 USH 6
-100110100 optioned 13
-100110100 common 19559
-100110100 fractional 54
-100110101 180,261 1
-100110101 139,790,000 1
-100110101 199,520,000 1
-100110101 220,480,000 1
-100110101 29,883,575 1
-100110101 123,002 1
-100110101 28,864,973 1
-100110101 4,032,211 1
-100110101 86,360,000 1
-100110101 148,250,000 1
-100110101 158,270,000 1
-100110101 164,340,000 1
-100110101 573,000 1
-100110101 189,170,000 1
-100110101 4,153 1
-100110101 569,800 1
-100110101 143,160,000 1
-100110101 3,863,862 1
-100110101 44,685,032 1
-100110101 8,198,768 1
-100110101 884,300 1
-100110101 3,173,024 1
-100110101 157,140,000 1
-100110101 4,170,000 1
-100110101 154,930,000 1
-100110101 165,480,000 1
-100110101 177,310,000 1
-100110101 9,137,000 1
-100110101 200,730,000 1
-100110101 3,457,569 1
-100110101 145,175 1
-100110101 2,581,000 1
-100110101 135,856 1
-100110101 153,760,000 1
-100110101 1,162,900 1
-100110101 178,210,000 1
-100110101 541,742 1
-100110101 537,064 1
-100110101 2,365,000 1
-100110101 618,370 1
-100110101 194,200,000 1
-100110101 192,200 1
-100110101 310,086 1
-100110101 1,322,700 1
-100110101 176,200 1
-100110101 142,490,000 1
-100110101 1,706,984 1
-100110101 239,003,879 1
-100110101 150,540,000 1
-100110101 592,200 1
-100110101 505,618 1
-100110101 173,520,000 1
-100110101 higher-vote 1
-100110101 1,465,000 1
-100110101 254,350 1
-100110101 602,781,000 1
-100110101 627,900 1
-100110101 245,560,000 1
-100110101 Sevice 1
-100110101 1,194,700 1
-100110101 3,261,482 1
-100110101 258,140,000 1
-100110101 279,410,000 1
-100110101 1,623,207 1
-100110101 10,631,800 1
-100110101 849,247 1
-100110101 198,140,000 1
-100110101 11,159,037 1
-100110101 338,480,000 1
-100110101 2,992,345 1
-100110101 118,500 1
-100110101 1,356,051 1
-100110101 13,288,884 1
-100110101 152,538 1
-100110101 306,500 1
-100110101 184,310,000 1
-100110101 147,850,000 1
-100110101 C-2 1
-100110101 C-1 1
-100110101 160,690,000 1
-100110101 283,100 1
-100110101 191,500 1
-100110101 160,400 1
-100110101 174,920,000 1
-100110101 206,280,000 1
-100110101 1,536 1
-100110101 227,840,000 1
-100110101 139,213,100 1
-100110101 303,360,000 1
-100110101 176,040,000 1
-100110101 1,027,878 1
-100110101 201,660 1
-100110101 228,290,000 1
-100110101 202,530,000 1
-100110101 217,300 1
-100110101 225,960,000 1
-100110101 4,695,000 1
-100110101 196,120,000 1
-100110101 217,070,000 1
-100110101 198,400,000 1
-100110101 581,800 1
-100110101 938,955 1
-100110101 414,600 1
-100110101 134,930,000 1
-100110101 638,773 1
-100110101 212,660,000 1
-100110101 6.3158 1
-100110101 192,720,000 1
-100110101 191,950,000 1
-100110101 278,130,000 1
-100110101 235,750,000 1
-100110101 187,200,000 1
-100110101 156,330,000 1
-100110101 .5084 1
-100110101 163,610,000 1
-100110101 50,345 1
-100110101 pre-plunge 1
-100110101 149,870,000 1
-100110101 1,917,500 1
-100110101 272,800 1
-100110101 148,890,000 1
-100110101 327,050 1
-100110101 1,125,831 1
-100110101 88,888 1
-100110101 818,300 1
-100110101 268,910,000 1
-100110101 2.5-for1 1
-100110101 market-battered 1
-100110101 1987-1 1
-100110101 180,880,000 1
-100110101 410,800 1
-100110101 196,570,000 1
-100110101 213,480,000 1
-100110101 1.2174 1
-100110101 86,100 1
-100110101 196,190,000 1
-100110101 149,350,000 1
-100110101 210,880,000 1
-100110101 209,980,000 1
-100110101 1,223,398 1
-100110101 3-for2 1
-100110101 1,110,719 1
-100110101 202,290,000 1
-100110101 3,066,400 1
-100110101 3,459,000 1
-100110101 186,570,000 1
-100110101 unvested 1
-100110101 2,637,773 1
-100110101 17,784,525 1
-100110101 3,738,095 1
-100110101 168,140,000 1
-100110101 6,053,244 1
-100110101 195,400,000 1
-100110101 433,800 1
-100110101 207,460,000 1
-100110101 185,850,000 1
-100110101 2,899,000 1
-100110101 2,971,000 1
-100110101 172,130,000 1
-100110101 1,662,721 1
-100110101 3,962,421 1
-100110101 1,856,421 1
-100110101 2,851,950 1
-100110101 1,511,667 1
-100110101 4,474,477 1
-100110101 181,870,000 1
-100110101 10,605,258 1
-100110101 208,020,000 1
-100110101 166,490,000 1
-100110101 207,840,000 1
-100110101 158,390,000 1
-100110101 13,503,889 1
-100110101 174,650,000 1
-100110101 163,670,000 1
-100110101 806,680 1
-100110101 172,600,000 1
-100110101 196,180,000 1
-100110101 244,244,279 1
-100110101 2.923 1
-100110101 GG 1
-100110101 2,788,363 1
-100110101 130,380,000 1
-100110101 restricted-stock 1
-100110101 949,025 1
-100110101 56,832 1
-100110101 36,364 1
-100110101 958,200 1
-100110101 30,769,469 1
-100110101 785,757 1
-100110101 48,344,085 1
-100110101 56,360,838 1
-100110101 151,213,610 1
-100110101 150,027,195 1
-100110101 6,476,000 1
-100110101 merino 1
-100110101 9,190,000 1
-100110101 1,359,233 1
-100110101 11,203,287 1
-100110101 28,677 1
-100110101 sleep-well 1
-100110101 11,640,000 1
-100110101 715,100 1
-100110101 698,500 1
-100110101 139,590,000 1
-100110101 3,325,175 1
-100110101 1,798,769 1
-100110101 114,880,000 1
-100110101 8,680,000 1
-100110101 1,511 1
-100110101 149,380,000 1
-100110101 141,540,000 1
-100110101 108,720,000 1
-100110101 99,280,000 1
-100110101 159,840,000 1
-100110101 144,090,000 1
-100110101 1,845,500 1
-100110101 1,029,220 1
-100110101 5,872,000 1
-100110101 135,770,000 1
-100110101 437,484 1
-100110101 177,220,000 1
-100110101 162,490,000 1
-100110101 junk-bond-fund 1
-100110101 1,561 1
-100110101 2,222,681 1
-100110101 211,110,000 1
-100110101 161,210,000 1
-100110101 100,200 1
-100110101 1,316,724 1
-100110101 162,150,000 1
-100110101 137,950,000 1
-100110101 183,070,000 1
-100110101 193,200,000 1
-100110101 173,530,000 1
-100110101 892,833 1
-100110101 220,280,000 1
-100110101 7,486,344 1
-100110101 10,335,000 1
-100110101 209,510,000 1
-100110101 141,870,000 1
-100110101 158,310,000 1
-100110101 1,607,350 1
-100110101 1,179,200 1
-100110101 263,180,000 1
-100110101 172,870,000 1
-100110101 207,350,000 1
-100110101 2,775,000 1
-100110101 2for-1 1
-100110101 743,008 1
-100110101 170,610 1
-100110101 159,650,000 1
-100110101 853,100 1
-100110101 186,250,000 1
-100110101 198,700,000 1
-100110101 175,600,000 1
-100110101 421,700 1
-100110101 146,300,000 1
-100110101 3,130,500 1
-100110101 concert-party 1
-100110101 26-cent-a-share 1
-100110101 much-buffeted 1
-100110101 9-for-1 1
-100110101 0.164 1
-100110101 8,000,000 1
-100110101 195,410,000 1
-100110101 4,666,666 1
-100110101 8,990,000 1
-100110101 545,226 1
-100110101 667,975 1
-100110101 55,975,693 1
-100110101 59,694,091 1
-100110101 148,110,503 1
-100110101 160,631,079 1
-100110101 126,746 1
-100110101 924,497 1
-100110101 0.9375 1
-100110101 119,180 1
-100110101 7,456 1
-100110101 Thema 1
-100110101 7,640,000 1
-100110101 18,603,172 1
-100110101 4,485,000 1
-100110101 51,228 1
-100110101 7,400,000 1
-100110101 1,123,500 1
-100110101 200,140,000 1
-100110101 all-ordinary 1
-100110101 all-resource 1
-100110101 1,982,168 1
-100110101 230,350,000 1
-100110101 568,437 1
-100110101 1,011,479 1
-100110101 63,821 1
-100110101 512,500 1
-100110101 196,432,525 1
-100110101 less-plentiful 1
-100110101 171,420,000 1
-100110101 156,910,000 1
-100110101 5,112,782 1
-100110101 165,800,000 1
-100110101 6,088,211 1
-100110101 184,140,000 1
-100110101 133,750,000 1
-100110101 382,700 1
-100110101 5,743,000 1
-100110101 153,770,000 1
-100110101 93,530,000 1
-100110101 3,275,000 1
-100110101 148,220,000 1
-100110101 44,445 1
-100110101 135,820,000 1
-100110101 126,610,000 1
-100110101 416,400 1
-100110101 285,715 1
-100110101 14,160,000 1
-100110101 189,850,000 1
-100110101 819,398 1
-100110101 1,923 1
-100110101 330,110 1
-100110101 5,891,523 1
-100110101 1,445,000 1
-100110101 233,250 1
-100110101 128,690,000 1
-100110101 803,100 1
-100110101 1,540,750 1
-100110101 114,400 1
-100110101 early-1986 1
-100110101 777,750 1
-100110101 135,990,000 1
-100110101 139,670,000 1
-100110101 86H 1
-100110101 256,660,000 1
-100110101 3,922,715 1
-100110101 184,100,000 1
-100110101 149,240,000 1
-100110101 222,430,000 1
-100110101 corseted 1
-100110101 168,290,000 1
-100110101 6,222,523 1
-100110101 7,968,633 1
-100110101 971,207 1
-100110101 143,300,000 1
-100110101 resource-dominated 1
-100110101 743,100 1
-100110101 220,838 1
-100110101 163,360,000 1
-100110101 195,820,000 1
-100110101 205,250,000 1
-100110101 198,050,000 1
-100110101 0.2802 1
-100110101 5,175,000 1
-100110101 4,557,458 1
-100110101 22,223 1
-100110101 177,360,000 1
-100110101 764,900 1
-100110101 142,800,000 1
-100110101 181,530,000 1
-100110101 2,144,188 1
-100110101 166,500 1
-100110101 937,192 1
-100110101 238,389 1
-100110101 8,023,953 1
-100110101 218,210,000 1
-100110101 249,350 1
-100110101 151,310,000 1
-100110101 5.45445 1
-100110101 1,059,500 1
-100110101 fast-running 1
-100110101 170,450,000 1
-100110101 200,380,000 1
-100110101 9,854 1
-100110101 444,200 1
-100110101 1,263,348 1
-100110101 172,350,000 1
-100110101 920,100 1
-100110101 187,820,000 1
-100110101 453,870 1
-100110101 2,465,000 1
-100110101 184,380,000 1
-100110101 1,357,100 1
-100110101 1,589,428 1
-100110101 185,930,000 1
-100110101 2,104,597 1
-100110101 17,050,450 1
-100110101 77,320 1
-100110101 17,740,000 1
-100110101 2,565,518 1
-100110101 1,725,000 1
-100110101 cost-rigidity 1
-100110101 20,946,368 1
-100110101 173,930,000 1
-100110101 372,500 1
-100110101 12,122,507 1
-100110101 189,570,000 1
-100110101 460,944 1
-100110101 exchange-rate-linked 1
-100110101 123,800 1
-100110101 191,340,000 1
-100110101 139,070,000 1
-100110101 3,409,000 1
-100110101 196,560,000 1
-100110101 183,060,000 1
-100110101 2,325,000 1
-100110101 13,346,851 1
-100110101 567,309 1
-100110101 140,610,000 1
-100110101 192,290,000 1
-100110101 160,110,000 1
-100110101 4,348,545 1
-100110101 1,333,237 1
-100110101 42.78 1
-100110101 PINCH 1
-100110101 222,710,000 1
-100110101 161,880,000 1
-100110101 177,960,000 1
-100110101 8,299,988 1
-100110101 44,944 1
-100110101 173,590,000 1
-100110101 215,200,000 1
-100110101 180,080,000 1
-100110101 140,600 1
-100110101 182,630,000 1
-100110101 171,760,000 1
-100110101 0.051675 1
-100110101 206,830,000 1
-100110101 175,350,000 1
-100110101 213,390,000 1
-100110101 182,950,000 1
-100110101 1/2-for-1 1
-100110101 164,830,000 1
-100110101 0.893 1
-100110101 196,040,000 1
-100110101 171,340,000 1
-100110101 208,440,000 1
-100110101 7,907,700 1
-100110101 184,400,000 1
-100110101 925,341 1
-100110101 180,800,000 1
-100110101 181,030,000 1
-100110101 2,333,333 1
-100110101 169,530,000 1
-100110101 9,628,500 1
-100110101 1,327,300 1
-100110101 1,050,610 1
-100110101 198,150,000 1
-100110101 489,764 1
-100110101 266,540,000 1
-100110101 1,692,000 1
-100110101 1,806,200 1
-100110101 186,410,000 1
-100110101 173,720,000 1
-100110101 382,600 1
-100110101 295,445 1
-100110101 180,250,000 1
-100110101 752,125 1
-100110101 179,840,000 1
-100110101 174,160,000 1
-100110101 164,180,000 1
-100110101 67,161 1
-100110101 56,300 1
-100110101 136,370,000 1
-100110101 138,860,000 1
-100110101 905,285 1
-100110101 175,070,000 1
-100110101 86,700 1
-100110101 83,575 1
-100110101 169,294 1
-100110101 litigation-minded 1
-100110101 197,440,000 1
-100110101 6-for-5 1
-100110101 ironed-body 1
-100110101 153,360,000 1
-100110101 964,936 1
-100110101 149,340,000 1
-100110101 82B 1
-100110101 82A 1
-100110101 140,300,000 1
-100110101 129,110,000 1
-100110101 164,170,000 1
-100110101 199,940,000 1
-100110101 3,360,000 1
-100110101 1,790,00 1
-100110101 193,450,000 1
-100110101 129,070,000 1
-100110101 242,880,000 1
-100110101 165,200,000 1
-100110101 157,790,000 1
-100110101 186,880,000 1
-100110101 1,341,700 1
-100110101 16,787,720 1
-100110101 156,920,000 1
-100110101 29.205 1
-100110101 168,580,000 1
-100110101 3,891,486 1
-100110101 165,810,000 1
-100110101 388,080 1
-100110101 184,720,000 1
-100110101 807,855 1
-100110101 151,680,000 1
-100110101 925,600 1
-100110101 188,960,000 1
-100110101 4,667,000 1
-100110101 214,970,000 1
-100110101 168,400 1
-100110101 678,125 1
-100110101 193,820,000 1
-100110101 10,582,762 1
-100110101 187,690,000 1
-100110101 1,132,500 1
-100110101 6,174,929 1
-100110101 184,800,000 1
-100110101 204,160,000 1
-100110101 8,984,464 1
-100110101 150,870,000 1
-100110101 231,430,000 1
-100110101 146,660,000 1
-100110101 227,310,000 1
-100110101 174,470,000 1
-100110101 hormone-fed 1
-100110101 131,220,000 1
-100110101 3,454,666 1
-100110101 10,751,000 1
-100110101 920,545 1
-100110101 108,800,000 1
-100110101 1,745,195 1
-100110101 418,923 1
-100110101 153,500,000 1
-100110101 111,580,000 1
-100110101 149,230,000 1
-100110101 862,547 1
-100110101 276,220,000 1
-100110101 148,910 1
-100110101 191,780,000 1
-100110101 192,650,000 1
-100110101 203,110,000 1
-100110101 183,800 1
-100110101 5,134,000 1
-100110101 161,790,000 1
-100110101 8,433,539 1
-100110101 193,030,000 1
-100110101 194,520,000 1
-100110101 318,405 1
-100110101 220,158 1
-100110101 705,930 1
-100110101 214,230,000 1
-100110101 3,132,000 1
-100110101 170,940,000 1
-100110101 91,880,000 1
-100110101 19,040,000 1
-100110101 181,590,000 1
-100110101 Ansbacher-held 1
-100110101 three-century 1
-100110101 542,224 1
-100110101 139,170,000 1
-100110101 1,206,000 1
-100110101 189,300,000 1
-100110101 190,870,000 1
-100110101 869,400 1
-100110101 181,850,000 1
-100110101 449,400 1
-100110101 302,390,000 1
-100110101 25,388 1
-100110101 56,181,731 1
-100110101 188,660,000 1
-100110101 198,410,000 1
-100110101 192,320,000 1
-100110101 245,400 1
-100110101 138,800,000 1
-100110101 4,805,575 1
-100110101 0.055 1
-100110101 218,390,000 1
-100110101 1,463,502 1
-100110101 615,530 1
-100110101 957,285 1
-100110101 253,120,000 1
-100110101 224,790,000 1
-100110101 162,830,000 1
-100110101 1,643,230 1
-100110101 150,710,000 1
-100110101 136,240,000 1
-100110101 1,729,900 1
-100110101 195,740,000 1
-100110101 28,207,148 1
-100110101 60,840 1
-100110101 170,070,000 1
-100110101 207,700 1
-100110101 491,579 1
-100110101 179,790,000 1
-100110101 174,760,000 1
-100110101 10,607,595 1
-100110101 1,538,462 1
-100110101 164,910,000 1
-100110101 154,380,000 1
-100110101 1,250,600 1
-100110101 1,766,026 1
-100110101 178,020,000 1
-100110101 697,341 1
-100110101 95,410,000 1
-100110101 732,011 1
-100110101 212,821,575 1
-100110101 157,610,000 1
-100110101 1,673,077 1
-100110101 188,700,000 1
-100110101 99,800,000 1
-100110101 126,180,000 1
-100110101 745,200 1
-100110101 93.74997 1
-100110101 47,269 1
-100110101 2,069,834 1
-100110101 48,860,000 1
-100110101 NLV 1
-100110101 148,840,000 1
-100110101 1,036,000 1
-100110101 2,923,957 1
-100110101 3,820,332 1
-100110101 165,430,000 1
-100110101 136,200 1
-100110101 195,400 1
-100110101 low-dividend 1
-100110101 9,172,000 1
-100110101 244,680,000 1
-100110101 955,877 1
-100110101 8,625,000 1
-100110101 1,569,176 1
-100110101 3,669,512 1
-100110101 155,430,000 1
-100110101 558,520 1
-100110101 2,984,810 1
-100110101 17,852,000 1
-100110101 1,051,600 1
-100110101 routine-looking 1
-100110101 176,720,000 1
-100110101 arbitrage-traded 1
-100110101 7,506,339 1
-100110101 168,850,000 1
-100110101 143,880,000 1
-100110101 88,600 1
-100110101 41,240 1
-100110101 166,320,000 1
-100110101 129,080,000 1
-100110101 131,200,000 1
-100110101 2,122,087 1
-100110101 162,350,000 1
-100110101 133,850,000 1
-100110101 186,490,000 1
-100110101 9,332,858 1
-100110101 209,420,000 1
-100110101 408,200 1
-100110101 9,965,710 1
-100110101 754,162 1
-100110101 868,000 1
-100110101 147,240,000 1
-100110101 6,925 1
-100110101 127,700,000 1
-100110101 1,545,700 1
-100110101 161,310,000 1
-100110101 128,680,000 1
-100110101 13,170,000 1
-100110101 A-M 1
-100110101 18,553,119 1
-100110101 177,190,000 1
-100110101 776,600 1
-100110101 3,820 1
-100110101 135,620,000 1
-100110101 152,300,000 1
-100110101 4,119,525 1
-100110101 2,094,100 1
-100110101 354,237 1
-100110101 133,810,000 1
-100110101 CONDO 1
-100110101 1,759,271 1
-100110101 324,910 1
-100110101 135,380,000 1
-100110101 141,320,000 1
-100110101 187,980,000 1
-100110101 171,840,000 1
-100110101 121,237,200 1
-100110101 1,233,460 1
-100110101 on-land 1
-100110101 Stephens-Riady 1
-100110101 1,474,507 1
-100110101 1989-62 1
-100110101 872,550 1
-100110101 136,470,000 1
-100110101 auction-preferred 1
-100110101 131,061,800 1
-100110101 200,760,000 1
-100110101 176,920,000 1
-100110101 1,818,182 1
-100110101 1,948,920 1
-100110101 88-A 1
-100110101 189,600,000 1
-100110101 168,710,000 1
-100110101 10,600,000 1
-100110101 176,360,000 1
-100110101 1988-17 1
-100110101 14,280,000 1
-100110101 8,980,290 1
-100110101 B-complex 1
-100110101 234,560,000 1
-100110101 2,730,000 1
-100110101 907,700 1
-100110101 4,380,000 1
-100110101 166,430,000 1
-100110101 193,540,000 1
-100110101 4,615,500 1
-100110101 235,160,000 1
-100110101 6,830,000 1
-100110101 11,930,000 1
-100110101 155,710,000 1
-100110101 275,250,000 1
-100110101 JJ 1
-100110101 730,618 1
-100110101 188,757,085 1
-100110101 404,799 1
-100110101 now-depressed 1
-100110101 484,818,847 1
-100110101 138,380,000 1
-100110101 310,030,000 1
-100110101 191,200 1
-100110101 558,095 1
-100110101 139,930,000 1
-100110101 164,920,000 1
-100110101 75,200 1
-100110101 102,640,000 1
-100110101 2,851,364 1
-100110101 189,500 1
-100110101 138,310,000 1
-100110101 1.0593 1
-100110101 234,010,000 1
-100110101 20,908,166 1
-100110101 1,492,317 1
-100110101 88A 1
-100110101 165,160,000 1
-100110101 237,270,000 1
-100110101 preferrance 1
-100110101 EE2 1
-100110101 HH2 1
-100110101 120,600,000 1
-100110101 605,076 1
-100110101 678,100 1
-100110101 211,880,000 1
-100110101 133,590,000 1
-100110101 247,610,000 1
-100110101 3,988,746 1
-100110101 1,141,628 1
-100110101 1989-70 1
-100110101 277,773 1
-100110101 125,068,000 1
-100110101 Appia 1
-100110101 210,660,000 1
-100110101 164,260,000 1
-100110101 16,480,000 1
-100110101 167,370,000 1
-100110101 166,667 1
-100110101 63,140 1
-100110101 WARRIORS 1
-100110101 184,910,000 1
-100110101 128,830,000 1
-100110101 191,900 1
-100110101 11,130,000 1
-100110101 587,700 1
-100110101 199,630,000 1
-100110101 2,482 1
-100110101 142,000,000 1
-100110101 5/7 1
-100110101 152,690,000 1
-100110101 236,050,000 1
-100110101 1/2-for-one 1
-100110101 13,550,000 1
-100110101 151,810,000 1
-100110101 3,629,715 1
-100110101 five-sevenths 1
-100110101 1989-63 1
-100110101 515,500 1
-100110101 199,990,000 1
-100110101 70,944,421 1
-100110101 134,185,698 1
-100110101 136,422,919 1
-100110101 205,130,119 1
-100110101 163,170,000 1
-100110101 17,418,000 1
-100110101 3,473,000 1
-100110101 Crista 1
-100110101 142,820,000 1
-100110101 200,020,000 1
-100110101 5,079,800 1
-100110101 131,890,000 1
-100110101 1,119,100 1
-100110101 793,400 1
-100110101 210,300 1
-100110101 210,900,000 1
-100110101 237,680,000 1
-100110101 197,260,000 1
-100110101 486,100 1
-100110101 B-trucks 1
-100110101 1989-66 1
-100110101 629,400 1
-100110101 211,920,000 1
-100110101 5,373,393 1
-100110101 311,400 1
-100110101 245,750,000 1
-100110101 1989-64 1
-100110101 203,310,000 1
-100110101 1989-67 1
-100110101 133,170,000 1
-100110101 363,750 1
-100110101 1,834,200 1
-100110101 1,970,819 1
-100110101 102,800 1
-100110101 201,410,000 1
-100110101 4,631,400 1
-100110101 153,590,000 1
-100110101 144,650,000 1
-100110101 367,500 1
-100110101 94,473 1
-100110101 646,330 1
-100110101 234,160,000 1
-100110101 small-capital 1
-100110101 161,910,000 1
-100110101 10-for-one 1
-100110101 966,676 1
-100110101 3,220,090 1
-100110101 180,300,000 1
-100110101 4,703,113 1
-100110101 185,120,000 1
-100110101 16,250,000 1
-100110101 211,810,000 1
-100110101 1989-69 1
-100110101 178,930,000 1
-100110101 176,830,000 1
-100110101 544,600 1
-100110101 152,520,000 1
-100110101 244,510,000 1
-100110101 316,980 1
-100110101 147,590,000 1
-100110101 1,016,027 1
-100110101 873,631 1
-100110101 1,111,612 1
-100110101 seductiveness 1
-100110101 151,430,000 1
-100110101 1,563,499 1
-100110101 168,440,000 1
-100110101 135,290,000 1
-100110101 182,080,000 1
-100110101 5,339,148 1
-100110101 189,760,000 1
-100110101 150,677 1
-100110101 14,190,000 1
-100110101 1988-No.1 1
-100110101 213,490,000 1
-100110101 933,300 1
-100110101 7,381,486 1
-100110101 158,060,000 1
-100110101 139,870,000 1
-100110101 1,766,400 1
-100110101 10,110,000 1
-100110101 1989-68 1
-100110101 1,237,800 1
-100110101 ScientificAtlanta 1
-100110101 2,945,000 1
-100110101 4,179,044 1
-100110101 678,300 1
-100110101 1,031,250 1
-100110101 3,261,468 1
-100110101 192,260,000 1
-100110101 146,400,000 1
-100110101 177,840,000 1
-100110101 1981A 1
-100110101 172,925 1
-100110101 175,280,659 1
-100110101 133,892,616 1
-100110101 212,730,000 1
-100110101 169,300,000 1
-100110101 1,584,550 1
-100110101 58,329,085 1
-100110101 143,957,072 1
-100110101 135,890,000 1
-100110101 7,568,000 1
-100110101 154,570,000 1
-100110101 170,140,000 1
-100110101 11,610,000 1
-100110101 2,216,739 1
-100110101 671,995 1
-100110101 1,456,358 1
-100110101 215,140,000 1
-100110101 9,653,000 1
-100110101 181,810,000 1
-100110101 121,960,000 1
-100110101 2,410,000 1
-100110101 4,410,000 1
-100110101 1989C 1
-100110101 29,699,919 1
-100110101 166,660,000 1
-100110101 Resort-related 1
-100110101 203,590,000 1
-100110101 192,340,000 1
-100110101 267,983 1
-100110101 1,837,300 1
-100110101 1989-78 1
-100110101 1989-80 1
-100110101 1989-77 1
-100110101 138,170,000 1
-100110101 199,710,000 1
-100110101 serial-preferred 1
-100110101 175,360,000 1
-100110101 144,110,000 1
-100110101 156,210,000 1
-100110101 980,256 1
-100110101 339,366 1
-100110101 197,300,000 1
-100110101 35,200 1
-100110101 54,200 1
-100110101 520,700 1
-100110101 16,136,513 1
-100110101 602,500 1
-100110101 2,430,000 1
-100110101 505,430 1
-100110101 9,279,000 1
-100110101 1989-73 1
-100110101 155,300,000 1
-100110101 492,041 1
-100110101 162,300 1
-100110101 raider-repelling 1
-100110101 149,460,000 1
-100110101 198,660,000 1
-100110101 209,520,000 1
-100110101 148,880,000 1
-100110101 2,308,342 1
-100110101 484,948 1
-100110101 6,787,000 1
-100110101 3,310,000 1
-100110101 151,990,000 1
-100110101 169,737,000 1
-100110101 122,370,000 1
-100110101 419,699 1
-100110101 248,521 1
-100110101 3,194,230 1
-100110101 33,732,498 1
-100110101 95,700 1
-100110101 15,760,000 1
-100110101 172,520,000 1
-100110101 first-preferred 1
-100110101 162,790,000 1
-100110101 1898-57 1
-100110101 1989-56 1
-100110101 post-Crash 1
-100110101 169,500,000 1
-100110101 127,640,000 1
-100110101 63,071,815 1
-100110101 49,699,758 1
-100110101 151,617,606 1
-100110101 150,840,848 1
-100110101 1,435,700 1
-100110101 45,977 1
-100110101 12,820,000 1
-100110101 1989-55 1
-100110101 89,240,000 1
-100110101 119,540,000 1
-100110101 coated-end 1
-100110101 127,800,000 1
-100110101 984,224 1
-100110101 278,289 1
-100110101 169,099 1
-100110101 227,155 1
-100110101 426,100 1
-100110101 Europreference 1
-100110101 200,710,000 1
-100110101 548,784 1
-100110101 1989-74 1
-100110101 10,949,800 1
-100110101 157,240,000 1
-100110101 12,670,000 1
-100110101 88,451 1
-100110101 113,400,000 1
-100110101 128,560,000 1
-100110101 229,170 1
-100110101 1989-75 1
-100110101 76-A 1
-100110101 5,231,419 1
-100110101 707,997 1
-100110101 324,566 1
-100110101 200,950,000 1
-100110101 449,201 1
-100110101 399,959 1
-100110101 176,960,000 1
-100110101 173,000,000 1
-100110101 236,466 1
-100110101 1989-58 1
-100110101 92,046 1
-100110101 1,387,000 1
-100110101 15,180,000 1
-100110101 401,500 1
-100110101 135,100,000 1
-100110101 179,880,000 1
-100110101 948,143 1
-100110101 1,691,318 1
-100110101 3,954,167 1
-100110101 264,410,000 1
-100110101 1962-1964 1
-100110101 3,068,500 1
-100110101 153,550,000 1
-100110101 217,510,000 1
-100110101 96,960 1
-100110101 148,250 1
-100110101 12,210,000 1
-100110101 185,770,000 1
-100110101 272,900 1
-100110101 131,328 1
-100110101 397,963 1
-100110101 10,760,000 1
-100110101 15,220,000 1
-100110101 227,410,000 1
-100110101 608,148,710 1
-100110101 238,330,000 1
-100110101 140,570,000 1
-100110101 197,940,000 1
-100110101 152,370,000 1
-100110101 15,240,000 1
-100110101 159,590,000 1
-100110101 11,988,000 1
-100110101 150,260,000 1
-100110101 114,226,678 1
-100110101 276,694 1
-100110101 2,627,450 1
-100110101 13,300,000 1
-100110101 161,550,000 1
-100110101 11,848,000 1
-100110101 203,800 1
-100110101 447,700 1
-100110101 158,080,000 1
-100110101 147,050,000 1
-100110101 4,942,022 1
-100110101 359,790 1
-100110101 8,638,000 1
-100110101 427,600 1
-100110101 125,310,000 1
-100110101 488,600 1
-100110101 227,150,000 1
-100110101 8,710,000 1
-100110101 181,660,000 1
-100110101 747,175 1
-100110101 73,985,000 1
-100110101 155,060,000 1
-100110101 343,920,000 1
-100110101 1989-52 1
-100110101 1989-53 1
-100110101 1989-72 1
-100110101 9,500,000 1
-100110101 1989-60 1
-100110101 1989-61 1
-100110101 1989-3 1
-100110101 116,750,000 1
-100110101 11.674 1
-100110101 14,890,000 1
-100110101 123,300,000 1
-100110101 154,020,000 1
-100110101 12,430,000 1
-100110101 151,875 1
-100110101 189,630,000 1
-100110101 1,634,000 1
-100110101 136,070,000 1
-100110101 21.5-million 1
-100110101 13,967,000 1
-100110101 156,100,000 1
-100110101 8,526,260 1
-100110101 14,340,000 1
-100110101 165,730,000 1
-100110101 most-purchased 1
-100110101 171,790,000 1
-100110101 equity-redemption 1
-100110101 11,510,000 1
-100110101 11,170,000 1
-100110101 161,650,000 1
-100110101 317,800 1
-100110101 149,250,000 2
-100110101 179,270,000 2
-100110101 five-for-four 2
-100110101 5,678,750 2
-100110101 14,790,000 2
-100110101 188,070,000 2
-100110101 14,350,000 2
-100110101 15,110,000 2
-100110101 578,700 2
-100110101 104,500 2
-100110101 840,576 2
-100110101 496,861,713 2
-100110101 0.725 2
-100110101 9,990,000 2
-100110101 anti-dilutive 2
-100110101 96,500 2
-100110101 post-divestiture 2
-100110101 136,640,000 2
-100110101 '10 2
-100110101 999,999 2
-100110101 180,610,000 2
-100110101 4,080,000 2
-100110101 528,735 2
-100110101 184,220,000 2
-100110101 164,240,000 2
-100110101 15,470,000 2
-100110101 177,890,000 2
-100110101 1,411,300 2
-100110101 380,900 2
-100110101 713,700 2
-100110101 9,420,000 2
-100110101 146,930,000 2
-100110101 164,070,000 2
-100110101 14,080,000 2
-100110101 12,510,000 2
-100110101 583,500 2
-100110101 12,560,000 2
-100110101 2,663,000 2
-100110101 23,271,011 2
-100110101 127,410,000 2
-100110101 10,580 2
-100110101 2,806,000 2
-100110101 422,245 2
-100110101 first-preference 2
-100110101 166,650,000 2
-100110101 246,500 2
-100110101 158,400,000 2
-100110101 4,540,000 2
-100110101 234,870,000 2
-100110101 7,375,000 2
-100110101 205,430,000 2
-100110101 preferrred 2
-100110101 12,310,000 2
-100110101 incentive-option 2
-100110101 133,350,000 2
-100110101 1,543,916 2
-100110101 2,045,640 2
-100110101 15,040 2
-100110101 652,742 2
-100110101 14,100,000 2
-100110101 260,220,000 2
-100110101 141,930,000 2
-100110101 449,350,000 2
-100110101 392,160,000 2
-100110101 7,208,000 2
-100110101 bond-for-debt 2
-100110101 34,100 2
-100110101 11,892,000 2
-100110101 180,500 2
-100110101 Palmitate 2
-100110101 5,271,600 2
-100110101 145,810,000 2
-100110101 120,400 2
-100110101 1,216,700 2
-100110101 119,853 2
-100110101 8,430,000 2
-100110101 47,700 2
-100110101 996,511 2
-100110101 165,930,000 2
-100110101 8,610,000 2
-100110101 6,980,000 2
-100110101 9,950,000 2
-100110101 1,013,500 2
-100110101 159,640,000 2
-100110101 664,500 2
-100110101 9,450,000 2
-100110101 5,850,000 2
-100110101 157,760,000 2
-100110101 12,748,590 2
-100110101 9,010,000 2
-100110101 170,590,000 2
-100110101 8,804,010 2
-100110101 9,510,000 2
-100110101 91,500 2
-100110101 9,778,440 2
-100110101 Mafia-backed 2
-100110101 8,307,000 2
-100110101 10,190,000 2
-100110101 181,550,000 2
-100110101 152,040,000 2
-100110101 197,550,000 2
-100110101 196,540,000 2
-100110101 170,970,000 2
-100110101 166,120,000 2
-100110101 153,570,000 2
-100110101 8,110 2
-100110101 10,650,000 2
-100110101 235,200 2
-100110101 216,390,000 2
-100110101 1,428,572 2
-100110101 209,900,000 2
-100110101 10,176,000 2
-100110101 16,350,000 2
-100110101 6,265,000 2
-100110101 19,010,000 2
-100110101 160,240,000 2
-100110101 9,020,000 2
-100110101 8,920,000 2
-100110101 154,530,000 2
-100110101 175,130,000 2
-100110101 203,660,000 2
-100110101 8,280,000 2
-100110101 161,710,000 2
-100110101 197,580,000 2
-100110101 135,500,000 2
-100110101 142,900,000 2
-100110101 8,080,000 2
-100110101 181,760,000 2
-100110101 non-qualified 2
-100110101 245,500 2
-100110101 157,560,000 2
-100110101 300,500 2
-100110101 9,170,000 2
-100110101 no-par 2
-100110101 34,900 2
-100110101 188,270,000 2
-100110101 A-C 2
-100110101 9,729,830 2
-100110101 1,871,420 2
-100110101 143,580,000 2
-100110101 122,250,000 2
-100110101 160,160,000 2
-100110101 12,300,000 2
-100110101 narrow-based 2
-100110101 422,700 2
-100110101 1,484,224 2
-100110101 383,600 2
-100110101 158,980,000 2
-100110101 1B 2
-100110101 1,605,430 2
-100110101 763,071 2
-100110101 225,280,000 2
-100110101 7,690,000 2
-100110101 8,420,000 2
-100110101 12,460,000 2
-100110101 7,930,000 2
-100110101 709,500 2
-100110101 non-transferable 2
-100110101 155,700 2
-100110101 11,080,000 2
-100110101 904,500 2
-100110101 A-D 2
-100110101 11,910,000 2
-100110101 8,570,000 2
-100110101 16,800,000 2
-100110101 2,978,586 2
-100110101 1,669,212 2
-100110101 139,820,000 2
-100110101 76,900 2
-100110101 B-free 2
-100110101 1988-1 2
-100110101 1987-20 2
-100110101 1,000-dollar 2
-100110101 9,140,000 2
-100110101 tomato-juice 2
-100110101 155,010,000 2
-100110101 805,194 2
-100110101 10,530,000 2
-100110101 1,664,087 2
-100110101 10,550,000 2
-100110101 400,700 2
-100110101 2.5-for-1 2
-100110101 estate-freeze 2
-100110101 202,800 2
-100110101 7,840,000 2
-100110101 18,190,000 2
-100110101 3,640,000 2
-100110101 0.709 2
-100110101 509,067 2
-100110101 3,650,000 2
-100110101 1988-B 2
-100110101 131,180,000 2
-100110101 1,433,929 2
-100110101 157,040,000 2
-100110101 145,180,000 2
-100110101 super-voting 2
-100110101 AX 2
-100110101 213,680,000 2
-100110101 Conwest 2
-100110101 4,875,000 2
-100110101 143,420,000 2
-100110101 36,900 2
-100110101 158,771 2
-100110101 168,690,000 2
-100110101 14,610,000 2
-100110101 189,070,000 2
-100110101 86B 2
-100110101 86C 2
-100110101 86D 2
-100110101 156,950,000 2
-100110101 five-for-one 3
-100110101 13,120,000 3
-100110101 common-equivalent 3
-100110101 175,750,000 3
-100110101 174,350,000 3
-100110101 436,966,248 3
-100110101 162,189 3
-100110101 133,300,000 3
-100110101 136,940,000 3
-100110101 4,747,000 3
-100110101 387,100 3
-100110101 175,210,000 3
-100110101 126,020,000 3
-100110101 154,090,000 3
-100110101 142,140,000 3
-100110101 175,330,000 3
-100110101 BO 3
-100110101 AY 3
-100110101 152,460,000 3
-100110101 1,436,265 3
-100110101 142,010,000 3
-100110101 150,060,000 3
-100110101 148,770,000 3
-100110101 200,340,000 3
-100110101 1989B 3
-100110101 1,746,000 3
-100110101 1,235,000 3
-100110101 11,790,000 3
-100110101 121,130,000 3
-100110101 136,800,000 3
-100110101 farmer-borrower 3
-100110101 1,028,000 3
-100110101 308,820,000 3
-100110101 52,800 3
-100110101 1,855,000 3
-100110101 189,580,000 3
-100110101 661,693 3
-100110101 1,605,000 3
-100110101 5-for-3 3
-100110101 Unigas 3
-100110101 155,790,000 3
-100110101 162,500,000 3
-100110101 can-body 3
-100110101 119,290,000 3
-100110101 2,040,000 3
-100110101 186,350,000 3
-100110101 140,900,000 3
-100110101 8,160,000 3
-100110101 154,840,000 3
-100110101 124,660,000 3
-100110101 194,590,000 3
-100110101 127,400,000 3
-100110101 convertible-preferred 3
-100110101 923,100 3
-100110101 145,100,000 3
-100110101 116,420,000 3
-100110101 150,670,000 3
-100110101 7,780,000 3
-100110101 152,980,000 3
-100110101 161,300,000 3
-100110101 133,870,000 3
-100110101 972,400 3
-100110101 363,500 3
-100110101 141,660,000 3
-100110101 151,250,000 3
-100110101 153,140,000 3
-100110101 115,170,000 3
-100110101 143,460,000 3
-100110101 155,190,000 3
-100110101 8,580,000 3
-100110101 non-tendering 4
-100110101 dividend-yielding 4
-100110101 137,600 4
-100110101 337,500 4
-100110101 five-million 4
-100110101 perferred 4
-100110101 three-for-one 4
-100110101 533,500 4
-100110101 83,300 4
-100110101 5,950,000 4
-100110101 1989-B 4
-100110101 1988-A 4
-100110101 834,000 5
-100110101 then-outstanding 5
-100110101 1988A 5
-100110101 2,350,000 5
-100110101 1,115,000 5
-100110101 I.G.E. 6
-100110101 three-for-two 6
-100110101 EE 6
-100110101 10000 6
-100110101 four-for-one 6
-100110101 presplit 7
-100110101 1989A 7
-100110101 5-for-2 8
-100110101 Cabriolet 10
-100110101 3,450,000 11
-100110101 0.6672 12
-100110101 5-for-4 13
-100110101 car-market 14
-100110101 4-for-1 15
-100110101 4-for-3 21
-100110101 two-for-one 37
-100110101 supervoting 39
-100110101 1.575 54
-100110101 Y 66
-100110101 3-for-1 74
-100110101 F 80
-100110101 G 91
-100110101 unissued 96
-100110101 non-voting 116
-100110101 post-split 133
-100110101 H 145
-100110101 pre-split 157
-100110101 buffer 181
-100110101 nonvoting 182
-100110101 D 267
-100110101 3-for-2 314
-100110101 E 315
-100110101 debenture 459
-100110101 2-for-1 524
-100110101 preference 772
-100110101 preferred 6731
-100110101 B 1883
-100110110 uncourageous 1
-100110110 polyalpha 1
-100110110 56,000-member 1
-100110110 mini-manic 1
-100110110 known. 1
-100110110 multi-volume 1
-100110110 depositers 1
-100110110 auto-gear 1
-100110110 146-member 1
-100110110 deepest-water 1
-100110110 misredemption 1
-100110110 centurie-sold 1
-100110110 122,020 1
-100110110 free-admission 1
-100110110 teenaged 1
-100110110 salty-snack 1
-100110110 cool-and 1
-100110110 kindergarten-teacher 1
-100110110 television-ministry 1
-100110110 one-in-eight 1
-100110110 ultra-dovish 1
-100110110 highest-value 1
-100110110 406-member 1
-100110110 instate 1
-100110110 already-bullish 1
-100110110 debt-strategy 1
-100110110 Conan-Terminator 1
-100110110 unshucked 1
-100110110 gridded 1
-100110110 glass-top 1
-100110110 15-piece 1
-100110110 temporary-investments 1
-100110110 marketable-securities 1
-100110110 dandyish 1
-100110110 social-moral 1
-100110110 pro-poor 1
-100110110 once-overwhelming 1
-100110110 labyrinthian 1
-100110110 140-button 1
-100110110 hide-outs 1
-100110110 least-promising 1
-100110110 frothiest 1
-100110110 nonmilitaristic 1
-100110110 heavy-hanging 1
-100110110 anti-acid 1
-100110110 intaday 1
-100110110 32-station 1
-100110110 Sensititre 1
-100110110 starchily 1
-100110110 amnesty-program 1
-100110110 291.88-point 1
-100110110 worm-picking 1
-100110110 soybean-processor 1
-100110110 assumptive 1
-100110110 ticket-selling 1
-100110110 only-show-in-town 1
-100110110 once-sealed 1
-100110110 medicine-show 1
-100110110 GI-bill 1
-100110110 hybrid-corn 1
-100110110 sing-a-long 1
-100110110 all-too-accurate 1
-100110110 already-enormous 1
-100110110 dating-service 1
-100110110 financial-integrity 1
-100110110 export-development 1
-100110110 122-year 1
-100110110 debt-loaded 1
-100110110 bookfilled 1
-100110110 geodesic-dome 1
-100110110 29-foot 1
-100110110 international-presidency 1
-100110110 gangster-movie 1
-100110110 Full-Size 1
-100110110 Schahfer 1
-100110110 well-shaped 1
-100110110 trend-setters 1
-100110110 1,500-screen 1
-100110110 rapidly-expanding 1
-100110110 postchampionship 1
-100110110 suit-rep-tie-white-shirt 1
-100110110 MicroMagic 1
-100110110 audaciousness 1
-100110110 square-shouldered 1
-100110110 sector-fund 1
-100110110 czarevitch 1
-100110110 864-page 1
-100110110 court-recognized 1
-100110110 then-lagging 1
-100110110 gun-metal 1
-100110110 league-table 1
-100110110 high-country 1
-100110110 926,402 1
-100110110 wooden-faced 1
-100110110 lit-major 1
-100110110 non-accounting 1
-100110110 blues-rooted 1
-100110110 exlusive 1
-100110110 hind-leg 1
-100110110 670-person 1
-100110110 submission-for-salami 1
-100110110 120-foot 1
-100110110 next-level 1
-100110110 suit-jacket 1
-100110110 league-leading 1
-100110110 controlled-capacity 1
-100110110 Tente-brand 1
-100110110 still-awaited 1
-100110110 Sandinista-formed 1
-100110110 crew-scheduling 1
-100110110 1,513 1
-100110110 golf-crazy 1
-100110110 insurance-writing 1
-100110110 bluestocking 1
-100110110 8,400-member 1
-100110110 club-land 1
-100110110 dilettantish 1
-100110110 coppery 1
-100110110 co-anchor/partner/best 1
-100110110 pre-debate 1
-100110110 129-year 1
-100110110 97-page 1
-100110110 then-19-year-old 1
-100110110 shrewed 1
-100110110 Anglo-Celtic 1
-100110110 97-year-old 1
-100110110 haggish 1
-100110110 704-page 1
-100110110 Getty-sized 1
-100110110 well-trodden 1
-100110110 graphic-research 1
-100110110 Neupogen 1
-100110110 prosodic 1
-100110110 roach-filled 1
-100110110 less-than-legal 1
-100110110 87-year 1
-100110110 cocaine-smoking 1
-100110110 just-picked 1
-100110110 10,000-hour 1
-100110110 5,710-member 1
-100110110 skidrow 1
-100110110 neofascist 1
-100110110 trade-threatening 1
-100110110 353-year 1
-100110110 mood-enhancing 1
-100110110 megaphone-like 1
-100110110 county-fair 1
-100110110 marblelike 1
-100110110 junior-management 1
-100110110 28,915 1
-100110110 dry-goods 1
-100110110 near-magical 1
-100110110 reactor-building 1
-100110110 tender-offering 1
-100110110 often-dreadful 1
-100110110 spare-part 1
-100110110 25-vehicle 1
-100110110 retire-and-consult 1
-100110110 once-healthy 1
-100110110 5000-model 1
-100110110 5,400-kilowatt 1
-100110110 gold-toothed 1
-100110110 5550 1
-100110110 anti-anginal 1
-100110110 self-abasing 1
-100110110 fault-free 1
-100110110 wheezy 1
-100110110 365-mile 1
-100110110 SuperNow 1
-100110110 not-so-behind-the-scenes 1
-100110110 boarding-home 1
-100110110 hyperactivist 1
-100110110 eight-car 1
-100110110 Kentucky-Ohio 1
-100110110 75-month 1
-100110110 hotel-executive 1
-100110110 pixillated 1
-100110110 election-campaign 1
-100110110 worst-in-the-league 1
-100110110 much-injured 1
-100110110 refrigerator-components 1
-100110110 soon-to-be-opened 1
-100110110 party-furnished 1
-100110110 10-stop 1
-100110110 dance-instructor 1
-100110110 coral-lacquered 1
-100110110 pointillistic 1
-100110110 lease. 1
-100110110 children's-center 1
-100110110 Goldstake 1
-100110110 feast-and-famine 1
-100110110 justification-for-life 1
-100110110 anti-waterbed 1
-100110110 state-provided 1
-100110110 fluorescent-lamp 1
-100110110 Samscan 1
-100110110 82-person 1
-100110110 service-performance 1
-100110110 12-by-16-foot 1
-100110110 most-willing 1
-100110110 59th-floor 1
-100110110 71-year 1
-100110110 client-contract 1
-100110110 most-cautious 1
-100110110 always-fluent 1
-100110110 hydrocephalic 1
-100110110 regional-service 1
-100110110 microchip/computers 1
-100110110 black-glass 1
-100110110 3,000-employee 1
-100110110 112-year 1
-100110110 four-zip 1
-100110110 curveball 1
-100110110 Swiss-immigrant 1
-100110110 federal-bench 1
-100110110 Aquaflex 1
-100110110 no-tax-rise 1
-100110110 souvenir-cluttered 1
-100110110 Chevron-issued 1
-100110110 guaranteed-student-loan 1
-100110110 17.5-ounce 1
-100110110 32nd-floor 1
-100110110 12.6-acre 1
-100110110 biotechology 1
-100110110 prole 1
-100110110 most-notable 1
-100110110 lottery-like 1
-100110110 blood-spattered 1
-100110110 money-for-bodies 1
-100110110 21,866 1
-100110110 Caminada 1
-100110110 presidential-elector 1
-100110110 new-fi 1
-100110110 megalarian 1
-100110110 defensive-strategy 1
-100110110 2,100-broker 1
-100110110 Chinese-character 1
-100110110 philanthropic-minded 1
-100110110 1,426,800 1
-100110110 colorfulness 1
-100110110 worst-dressed 1
-100110110 long-runnning 1
-100110110 carbuncular 1
-100110110 cell-inhibiting 1
-100110110 top-25 1
-100110110 361,500 1
-100110110 debut-bound 1
-100110110 historical-landmark 1
-100110110 non-wind 1
-100110110 once-stated 1
-100110110 Hanoverian 1
-100110110 schizzy 1
-100110110 customer-owner 1
-100110110 financial-planner 1
-100110110 fan-feathered 1
-100110110 acanthusleaf 1
-100110110 klutziness 1
-100110110 eight-and-a-half-month 1
-100110110 cuddliest 1
-100110110 921-foot 1
-100110110 business-system 1
-100110110 driver's-test 1
-100110110 griot 1
-100110110 195,250 1
-100110110 unflowery 1
-100110110 moon-in-June 1
-100110110 five-of-diamonds 1
-100110110 poetry-writing 1
-100110110 knock-heads-with-the-competition 1
-100110110 farthest-flung 1
-100110110 dual-drive 1
-100110110 Mideastern-sounding 1
-100110110 Vitalis 1
-100110110 waste-managment 1
-100110110 sugar-market 1
-100110110 13-jet 1
-100110110 430-acre 1
-100110110 litigation-stalled 1
-100110110 minority-business 1
-100110110 three-month-long 1
-100110110 machine-style 1
-100110110 post-meal 1
-100110110 talismanic 1
-100110110 upbeat-Dallas 1
-100110110 man-in-the-moon 1
-100110110 communications-based 1
-100110110 600th 1
-100110110 BENNES 1
-100110110 begetters 1
-100110110 curfew-long 1
-100110110 tourist-drawing 1
-100110110 4361 1
-100110110 rules-enforcing 1
-100110110 plant-order 1
-100110110 earth-bound 1
-100110110 beach-blond 1
-100110110 fellow-Czech 1
-100110110 several-pack-a-day 1
-100110110 pack-and-a-half-a-day 1
-100110110 undomesticated 1
-100110110 bradykinin-blocking 1
-100110110 employee-benefit-plan 1
-100110110 bearer-of-bad-news 1
-100110110 1,045,947 1
-100110110 already-considerable 1
-100110110 Instamatics 1
-100110110 oft-made 1
-100110110 highest-energy 1
-100110110 pre-restructuring 1
-100110110 near-freezing 1
-100110110 nationalist/protectionist 1
-100110110 college-degreed 1
-100110110 frequent-flying 1
-100110110 emergency-law 1
-100110110 system-bank 1
-100110110 design-development 1
-100110110 gas-service 1
-100110110 heretic-burning 1
-100110110 chipmunk 1
-100110110 out-by-out 1
-100110110 declining-price 1
-100110110 sun-washed 1
-100110110 Tendercuts 1
-100110110 erogenous 1
-100110110 videotape-editing 1
-100110110 squash-court 1
-100110110 jumbo-sized 1
-100110110 pension-retirement 1
-100110110 hen-and-chick 1
-100110110 unified-engineering 1
-100110110 no-longer-chic 1
-100110110 quick-pitch 1
-100110110 seven-jet 1
-100110110 oral-history 1
-100110110 harbor-view 1
-100110110 rabbit-hunting 1
-100110110 Patran 1
-100110110 274,400 1
-100110110 two-pack-a-week 1
-100110110 Tonys 1
-100110110 763,546 1
-100110110 prosecutorially 1
-100110110 prosperous-looking 1
-100110110 ill-guided 1
-100110110 all-fruit 1
-100110110 literary-agent 1
-100110110 combed-cotton 1
-100110110 Marxist-planned 1
-100110110 Chopin-style 1
-100110110 musk-ox 1
-100110110 DEX 1
-100110110 ruby-encrusted 1
-100110110 creedal 1
-100110110 romantic-comedy 1
-100110110 once-magical 1
-100110110 6,900-acre 1
-100110110 58,000-subscriber 1
-100110110 rough-skinned 1
-100110110 early-session 1
-100110110 store-shy 1
-100110110 pre-Raphaelite 1
-100110110 hard-toiling 1
-100110110 loan-brokerage 1
-100110110 cash-paying 1
-100110110 Commie 1
-100110110 Normodyne 1
-100110110 lider 1
-100110110 MaxSaving 1
-100110110 saccharine-sweet 1
-100110110 amendment-drafting 1
-100110110 between-service 1
-100110110 slower-reacting 1
-100110110 34,000-person 1
-100110110 sometimes-profane 1
-100110110 good-guys-take-out-the-bad-guys 1
-100110110 anti-MBA 1
-100110110 prescripts 1
-100110110 Hyphae 1
-100110110 inching-along 1
-100110110 film-library 1
-100110110 merger-happy 1
-100110110 TV-shaped 1
-100110110 140,000-man 1
-100110110 6-foot-6-inch 1
-100110110 tissue-thin 1
-100110110 Ciao 1
-100110110 television-fixated 1
-100110110 2,485 1
-100110110 46-unit 1
-100110110 3,400-person 1
-100110110 iron-curtain 1
-100110110 Washington-departing 1
-100110110 alcohol-consuming 1
-100110110 parlous 1
-100110110 299-year 1
-100110110 limited-time 1
-100110110 American-modern 1
-100110110 unfussy 1
-100110110 snowed-in 1
-100110110 ornithic 1
-100110110 nip-and-tuck 1
-100110110 slogan-makers 1
-100110110 cult-captured 1
-100110110 cork-shot 1
-100110110 farmer-stockholders 1
-100110110 anual 1
-100110110 Slurpee 1
-100110110 greediest 1
-100110110 corollary-supply-side 1
-100110110 anti-Hollywood 1
-100110110 three-decades-old 1
-100110110 Apulian 1
-100110110 220-employee 1
-100110110 tax-professional 1
-100110110 Zylin 1
-100110110 piano-teacher 1
-100110110 Zulu-based 1
-100110110 car-centered 1
-100110110 9-volt 1
-100110110 two-cent-a-gallon 1
-100110110 provenience 1
-100110110 dead-level 1
-100110110 two-millionth 1
-100110110 art-historian 1
-100110110 105-year 1
-100110110 current-lease 1
-100110110 nine-year-long 1
-100110110 six-million-strong 1
-100110110 centuries-long 1
-100110110 periwinkle-painted 1
-100110110 most-anticipated 1
-100110110 best-developed 1
-100110110 salivary 1
-100110110 Canada-to-California 1
-100110110 flapper 1
-100110110 movieland 1
-100110110 350-plus 1
-100110110 Colona 1
-100110110 red-shaded 1
-100110110 government-acquired 1
-100110110 60,000-car 1
-100110110 byproduct-prosperity 1
-100110110 once-tranquil 1
-100110110 3,000-member 1
-100110110 188,000-employee 1
-100110110 tribal-warfare 1
-100110110 fur-draped 1
-100110110 Robinson-Dike 1
-100110110 Leewards 1
-100110110 abusive-tax-shelter 1
-100110110 now-traditional 1
-100110110 human-knuckle 1
-100110110 anti-spending 1
-100110110 17-aircraft 1
-100110110 subscribersand 1
-100110110 angry-looking 1
-100110110 Marxist-Leninist-based 1
-100110110 frozen-pork 1
-100110110 overnight-call 1
-100110110 right-to-privacy 1
-100110110 Tony-winning 1
-100110110 already-stated 1
-100110110 soon-to-be-born 1
-100110110 thaler 1
-100110110 police-band 1
-100110110 black-township 1
-100110110 ecumenicism 1
-100110110 fourlegged 1
-100110110 ready-to-pick 1
-100110110 unanesthetized 1
-100110110 listener-request 1
-100110110 letter-national 1
-100110110 Cuban-type 1
-100110110 ursine 1
-100110110 union-prone 1
-100110110 nylon-covered 1
-100110110 Carinthian 1
-100110110 cardboard-recycling 1
-100110110 favored-company 1
-100110110 telephone-filled 1
-100110110 pecan-based 1
-100110110 astrologist 1
-100110110 77-seat 1
-100110110 early-running 1
-100110110 gray-edged 1
-100110110 gold-capped 1
-100110110 looseleaf 1
-100110110 730-member 1
-100110110 170-member 1
-100110110 972-unit 1
-100110110 70-foot 1
-100110110 protected-species 1
-100110110 40,000-year-old 1
-100110110 Styrofoam-brand 1
-100110110 bright-yellow 1
-100110110 well-promoted 1
-100110110 Borsari 1
-100110110 plasticized 1
-100110110 steel-export 1
-100110110 screechy 1
-100110110 perfume-trademark 1
-100110110 1991-1995 1
-100110110 eight-game 1
-100110110 Azerty 1
-100110110 29,320-member 1
-100110110 33,000-person 1
-100110110 ice-queen 1
-100110110 4x2 1
-100110110 pony-picking 1
-100110110 anti-technology 1
-100110110 basest 1
-100110110 15,000-share 1
-100110110 diapered 1
-100110110 3,000th 1
-100110110 gutsier 1
-100110110 once-clever 1
-100110110 would-have-been 1
-100110110 well-overdue 1
-100110110 suit-clad 1
-100110110 then-Harvard 1
-100110110 death-related 1
-100110110 Esoteric-brand 1
-100110110 dry-grocery 1
-100110110 drug-addled 1
-100110110 spread-the-wealth 1
-100110110 anti-utopian 1
-100110110 chip-buying 1
-100110110 foreign-wned 1
-100110110 broker-members 1
-100110110 mom-pop-and-brothers 1
-100110110 16-man 1
-100110110 still-beautiful 1
-100110110 enrichment-plant 1
-100110110 Coraflex 1
-100110110 billy-goat 1
-100110110 Ritmo 1
-100110110 mud-wall 1
-100110110 oh-so-brief 1
-100110110 full-life 1
-100110110 purple-haired 1
-100110110 business-use 1
-100110110 cushion-like 1
-100110110 42nd-floor 1
-100110110 bowling-league 1
-100110110 stage-design 1
-100110110 44,000-member 1
-100110110 inter-line 1
-100110110 still-mammoth 1
-100110110 137,000-pound 1
-100110110 freezenik 1
-100110110 gulyas 1
-100110110 deficit-projection 1
-100110110 let-'em-hit-it 1
-100110110 pine-paneled 1
-100110110 hot-dog-loving 1
-100110110 bat-counting 1
-100110110 no-increase 1
-100110110 packhorse 1
-100110110 three-millionth 1
-100110110 baseball-watching 1
-100110110 supercool 1
-100110110 once-revised 1
-100110110 docudramatic 1
-100110110 29-volume 1
-100110110 laboratory-tested 1
-100110110 blonde-streaked 1
-100110110 Diplock 1
-100110110 wordprocessing 1
-100110110 non-MLP 1
-100110110 moral/political 1
-100110110 bordello-like 1
-100110110 big-bopper 1
-100110110 car-quota 1
-100110110 insurgency-threatened 1
-100110110 784,000-a-year 1
-100110110 body-shipping 1
-100110110 happi 1
-100110110 post-boxing 1
-100110110 propaganda-machine 1
-100110110 live-entertainment 1
-100110110 collegues 1
-100110110 23-story 1
-100110110 THA-lecithin 1
-100110110 star-athlete 1
-100110110 cast. 1
-100110110 flame-broiled 1
-100110110 much-cherished 1
-100110110 AIDS-tainted 1
-100110110 once-lofty 1
-100110110 tax-crime 1
-100110110 polyester-blend 1
-100110110 movie-placement 1
-100110110 eight-cent-a-share 1
-100110110 moony 1
-100110110 transmission-pressure 1
-100110110 big-boat 1
-100110110 publicity-battered 1
-100110110 Dorito 1
-100110110 media-borne 1
-100110110 imported-from-Europe 1
-100110110 jurisdiction. 1
-100110110 mail-solicitation 1
-100110110 musicial 1
-100110110 annual-banquet 1
-100110110 debt-subordination 1
-100110110 widely-used 1
-100110110 intracacies 1
-100110110 splotched 1
-100110110 fraudulent-transactions 1
-100110110 Case-Pac 1
-100110110 nests. 1
-100110110 anti-Giuliani 1
-100110110 motherand 1
-100110110 well-embalmed 1
-100110110 loss-posting 1
-100110110 500-store 1
-100110110 paint-it-black 1
-100110110 TV-interview 1
-100110110 grandiloquence 1
-100110110 bumpiest 1
-100110110 extra-Guarneri 1
-100110110 exploitational 1
-100110110 target-market 1
-100110110 Chablis-sipping 1
-100110110 oft-volatile 1
-100110110 sex-symbol 1
-100110110 320-picture 1
-100110110 124-year 1
-100110110 much-adapted 1
-100110110 73-page 1
-100110110 Armorall 1
-100110110 egg-crate 1
-100110110 long-sacred 1
-100110110 just-received 1
-100110110 Teamster-represented 1
-100110110 factoring-receivables 1
-100110110 aspartame-sweetened 1
-100110110 53-plane 1
-100110110 property-distribution 1
-100110110 714,680 1
-100110110 penny-a-point 1
-100110110 much-repeated 1
-100110110 imprecations 1
-100110110 WesBlot 1
-100110110 cottage-industry 1
-100110110 wine-cured 1
-100110110 spangled 1
-100110110 states'-rights 1
-100110110 Matra-Racing 1
-100110110 bookcase-lined 1
-100110110 prostate-surgery 1
-100110110 pre-nomination 1
-100110110 street-talk 1
-100110110 less-than-startling 1
-100110110 ever-critical 1
-100110110 just-above-a-whisper 1
-100110110 Tele-Tax 1
-100110110 interposition 1
-100110110 adenoidal 1
-100110110 random-urinalysis 1
-100110110 ditsy 1
-100110110 hospital-green 1
-100110110 on-the-mark 1
-100110110 unseeing 1
-100110110 dark-squared 1
-100110110 TRV 1
-100110110 MO. 1
-100110110 103-points-a-game 1
-100110110 chart-room 1
-100110110 book-tour 1
-100110110 drugstore-style 1
-100110110 Reagan-Republican 1
-100110110 scarf-like 1
-100110110 pill-factory 1
-100110110 artificers 1
-100110110 fast-turnaround 1
-100110110 200-calorie 1
-100110110 popcorn-marketing 1
-100110110 Italianate 1
-100110110 week-one 1
-100110110 four-round 1
-100110110 nation-leading 1
-100110110 four-back 1
-100110110 Soviet-crazy 1
-100110110 cogeneration/district 1
-100110110 ice-gathering 1
-100110110 four-games-to-one 1
-100110110 100mg 1
-100110110 14-month-long 1
-100110110 68-foot 1
-100110110 ingredient-oriented 1
-100110110 866-room 1
-100110110 space-travel-haunted-house-action 1
-100110110 anti-administration 1
-100110110 long-ineffective 1
-100110110 dart-board 1
-100110110 space-consuming 1
-100110110 symptomssciatic 1
-100110110 feet-lasted 1
-100110110 Pantheon-published 1
-100110110 591-page 1
-100110110 8-year-old 1
-100110110 PaineWebber-involved 1
-100110110 class-based 1
-100110110 TV-sales 1
-100110110 once-downtrodden 1
-100110110 romanticizing 1
-100110110 criminal-abortion 1
-100110110 limited-conflict 1
-100110110 northern-region 1
-100110110 keep-the-pipeline 1
-100110110 Polish-built 1
-100110110 10-lawyer 1
-100110110 half-mad 1
-100110110 dissolving-pulp 1
-100110110 security-obsessed 1
-100110110 cleaner-than-clean 1
-100110110 Third-World-can-do-no-wrong 1
-100110110 good-cop/bad-cop 1
-100110110 1,565 1
-100110110 rough-housing 1
-100110110 153-year-old 1
-100110110 pro-peace 1
-100110110 bi-hemispheric 1
-100110110 spaghetti-western 1
-100110110 nominee-account 1
-100110110 already-stumbling 1
-100110110 above-ceiling 1
-100110110 pre-junta 1
-100110110 cigarette-factory 1
-100110110 owner. 1
-100110110 co-executors 1
-100110110 bulk-container 1
-100110110 rags-to-ranches 1
-100110110 119-year 1
-100110110 once-laughed-at 1
-100110110 five-foot-eight 1
-100110110 300-picture 1
-100110110 heady-left 1
-100110110 since-deceased 1
-100110110 110-plane 1
-100110110 Frankfurt-Vienna 1
-100110110 peace-oriented 1
-100110110 hit-man 1
-100110110 egotisical 1
-100110110 1-meg 1
-100110110 913-person 1
-100110110 futures-pit 1
-100110110 MerCruiser 1
-100110110 multibilliondollar 1
-100110110 gee-gosh 1
-100110110 MDL-1 1
-100110110 64-outlet 1
-100110110 field-price 1
-100110110 kid-cluttered 1
-100110110 people-counting 1
-100110110 movie-fed 1
-100110110 over-populated 1
-100110110 self-commissioned 1
-100110110 self-transforming 1
-100110110 goat-drawn 1
-100110110 Sedco-Forex 1
-100110110 A-320-200 1
-100110110 play-on-words 1
-100110110 cream-of-the-crop 1
-100110110 client-oriented 1
-100110110 cybernetic 1
-100110110 Bronzavia-Air 1
-100110110 172-foot 1
-100110110 Pooh-like 1
-100110110 spike-heeled 1
-100110110 backgrounding 1
-100110110 Gene-Amp 1
-100110110 genetic-inheritance 1
-100110110 80-employee 1
-100110110 post-spill 1
-100110110 everpresent 1
-100110110 other-than-peacekeeping 1
-100110110 Toledo-area 1
-100110110 southbound 1
-100110110 woman-as-devil 1
-100110110 basketball-mad 1
-100110110 380-person 1
-100110110 swept-back 1
-100110110 fund-performance 1
-100110110 500,000th 1
-100110110 135th 1
-100110110 fall-harvest 1
-100110110 sixteenth 1
-100110110 roach-killing 1
-100110110 73-acre 1
-100110110 bardic 1
-100110110 now-public 1
-100110110 200th-birthday 1
-100110110 Jiminy 1
-100110110 hatchet-man 1
-100110110 Bernie-and-Earnie 1
-100110110 clean-sheet-of-paper 1
-100110110 whalelike 1
-100110110 361,700 1
-100110110 Lastac 1
-100110110 dobermans 1
-100110110 Tangiers 1
-100110110 defense-cooperation 1
-100110110 work-hardened 1
-100110110 oncebright 1
-100110110 involuted 1
-100110110 powderpuff 1
-100110110 20th-floor 1
-100110110 cancer-detection 1
-100110110 oratorial 1
-100110110 pre-1986 1
-100110110 cot-sized 1
-100110110 underdog-becomes-champion 1
-100110110 63-year 1
-100110110 Top-Shelf 1
-100110110 brassknuckle 1
-100110110 cat-nabbed 1
-100110110 Hourglass 1
-100110110 quasi-lame-duck 1
-100110110 wage-based 1
-100110110 education-accountability 1
-100110110 sugared-water 1
-100110110 365-mile-long 1
-100110110 PCAX2 1
-100110110 above-the-fray 1
-100110110 46-member 1
-100110110 amniotic 1
-100110110 Elizabethan-style 1
-100110110 69-person 1
-100110110 poignance 1
-100110110 deftful 1
-100110110 OSE 1
-100110110 2,000-company 1
-100110110 175-mile-range 1
-100110110 once-big 1
-100110110 post-Mengers 1
-100110110 Krugercraft 1
-100110110 Benzamycin 1
-100110110 cram-school 1
-100110110 graphological 1
-100110110 castle-like 1
-100110110 Petasol 1
-100110110 chunky-knit 1
-100110110 chokecherry 1
-100110110 not-very-virginal 1
-100110110 77-store 1
-100110110 planted-acreage 1
-100110110 handwoven 1
-100110110 assortments. 1
-100110110 1,731 1
-100110110 permed 1
-100110110 lone-hero 1
-100110110 Anscriptin 1
-100110110 184th-place 1
-100110110 wasp-waisted 1
-100110110 stand-up-and-be-counted 1
-100110110 blue-and-yellow 2
-100110110 weak-on-defense 2
-100110110 Featherlite 2
-100110110 drought-plagued 2
-100110110 eight-ship 2
-100110110 96-page 2
-100110110 15-week 2
-100110110 chess-playing 2
-100110110 phone-lines 2
-100110110 billion-year-old 2
-100110110 1,747,796 2
-100110110 apportions 2
-100110110 15,239 2
-100110110 then-controversial 2
-100110110 once-favorite 2
-100110110 grain-buying 2
-100110110 230-member 2
-100110110 dollar-linked 2
-100110110 frizzy 2
-100110110 counterinflationary 2
-100110110 Recombigen 2
-100110110 employer-services 2
-100110110 pollution-cleanup 2
-100110110 61-year 2
-100110110 no-new-tax 2
-100110110 16-mm 2
-100110110 uncelebrated 2
-100110110 1,800-member 2
-100110110 9800 2
-100110110 A12 2
-100110110 savings-plan 2
-100110110 30-office 2
-100110110 MMF 2
-100110110 CashStream 2
-100110110 uncommunicative 2
-100110110 nightmare-like 2
-100110110 Torsen 2
-100110110 company-contributed 2
-100110110 state-college 2
-100110110 900-line 2
-100110110 buckskin 2
-100110110 dextrous 2
-100110110 non-TV 2
-100110110 least-liked 2
-100110110 459-room 2
-100110110 scare-mongering 2
-100110110 32-county 2
-100110110 95-year 2
-100110110 military-minded 2
-100110110 never-fail 2
-100110110 70-odd 2
-100110110 Holt-McDermott 2
-100110110 7,500-member 2
-100110110 waste-in-government 2
-100110110 escutcheon 2
-100110110 despoiled 2
-100110110 weak-voting 2
-100110110 kingly 2
-100110110 emergency-management 2
-100110110 M-939 2
-100110110 little-girl 2
-100110110 138-year 2
-100110110 AIDS-stricken 2
-100110110 casualty-property 2
-100110110 Ticlopidine 2
-100110110 off-court 3
-100110110 secretary-of-state 3
-100110110 happy-go-lucky 3
-100110110 108,710 3
-100110110 80-year 3
-100110110 collectability 3
-100110110 bloodstreams 3
-100110110 search-warrant 3
-100110110 712,650 3
-100110110 I.O.U. 3
-100110110 oft-expressed 3
-100110110 rumps 4
-100110110 computer-buying 4
-100110110 Clairton 4
-100110110 top-floor 4
-100110110 sulky 4
-100110110 nonlisted 4
-100110110 militaries 5
-100110110 sternest 7
-100110110 livings 8
-100110110 oft-stated 11
-100110110 hard-earned 21
-100110110 own 19771
-100110110 entirety 44
-1001101110 peviously 1
-1001101110 commercial-currently 1
-1001101110 previoulsy 1
-1001101110 Behrmann 1
-1001101110 orignally 1
-1001101110 Ekspres 1
-1001101110 Detroiter 1
-1001101110 Radyo 1
-1001101110 C.A.U. 1
-1001101110 electro-Latino 1
-1001101110 Steigbigel 1
-1001101110 Benet 1
-1001101110 Mihajlo 1
-1001101110 previosuly 1
-1001101110 18,385 1
-1001101110 engine-level 1
-1001101110 Victorica 1
-1001101110 Prevoyance 1
-1001101110 Dahmane 1
-1001101110 thunderously 1
-1001101110 Yehoshafat 1
-1001101110 1,517 1
-1001101110 Short-Sighted 1
-1001101110 tail-gunner 1
-1001101110 attendent 1
-1001101110 Stratocruisers 1
-1001101110 non-lesser 1
-1001101110 storm-driven 1
-1001101110 groundings 1
-1001101110 lodgepoles 2
-1001101110 previouly 2
-1001101110 previously 11230
-1001101110 incorrectly 362
-1001101111 agri-chemical 1
-1001101111 crop-genetics 1
-1001101111 floor-wax 1
-1001101111 four-division 1
-1001101111 seventh-ranking 1
-1001101111 outdoor-wear 1
-1001101111 optical-scanning-equipment 1
-1001101111 tax-preparer 1
-1001101111 computer-automation 1
-1001101111 bookbinding 1
-1001101111 telecommmunications 1
-1001101111 30-employee 1
-1001101111 construction-development 1
-1001101111 healthproducts 1
-1001101111 118-year-old 1
-1001101111 sewing-pattern 1
-1001101111 cashstrapped 1
-1001101111 savings-andloan 1
-1001101111 CIA-operated 1
-1001101111 Hutton-recommended 1
-1001101111 dual-business 1
-1001101111 project-driven 1
-1001101111 three-product 1
-1001101111 pharmaceutical-based 1
-1001101111 paper-wide 1
-1001101111 transportation-manufacturing 1
-1001101111 Icahn-controlled 1
-1001101111 transaction-systems 1
-1001101111 doctor-owned 1
-1001101111 flavors-and-scents 1
-1001101111 BNP-AK 1
-1001101111 micrographic-services 1
-1001101111 company-backed 1
-1001101111 oil-field-service 1
-1001101111 broadcasting-only 1
-1001101111 Shreveport-based 1
-1001101111 traget 1
-1001101111 real-estate-information 1
-1001101111 concentrate-completing 1
-1001101111 medical-billing 1
-1001101111 land-shark 1
-1001101111 brothers-controlled 1
-1001101111 cable-services 1
-1001101111 transporatation 1
-1001101111 TV-retailing 1
-1001101111 laundry-appliance 1
-1001101111 tardiest 1
-1001101111 children's-clothing 1
-1001101111 delivery-services 1
-1001101111 prestige-brand 1
-1001101111 Spectrum-led 1
-1001101111 mineral-mining 1
-1001101111 bird-seed 1
-1001101111 Corona-import 1
-1001101111 company-by-private 1
-1001101111 studio/production 1
-1001101111 insurance-sales 1
-1001101111 specialty-stores 1
-1001101111 Coke-financed 1
-1001101111 newspaper-operating 1
-1001101111 small-to-mid-sized 1
-1001101111 Curacao-registered 1
-1001101111 Hunt-family 1
-1001101111 bath-equipment 1
-1001101111 magazine-publishing 1
-1001101111 billiard-table 1
-1001101111 Toulouse-based 1
-1001101111 bottler-run 1
-1001101111 management-owned 1
-1001101111 households-goods 1
-1001101111 telecommunications-holding 1
-1001101111 year-earlier. 1
-1001101111 Japansese 1
-1001101111 bakery-goods 1
-1001101111 solvent-refining 1
-1001101111 carbonated-drink 1
-1001101111 Fry-Merrill 1
-1001101111 catalog-supply 1
-1001101111 residence-in-exile 1
-1001101111 Orem-based 1
-1001101111 bus-contracting 1
-1001101111 equipment-rental 1
-1001101111 Kansai-based 1
-1001101111 chemical-handling 1
-1001101111 reindeers 1
-1001101111 television-and-media 1
-1001101111 sugar-holding 1
-1001101111 Wellington-based 1
-1001101111 mushroom-producing 1
-1001101111 health-management 1
-1001101111 gas-delivery 1
-1001101111 Columbia-Tri-Star 1
-1001101111 luxury-product 1
-1001101111 consumer-membership-services 1
-1001101111 publishing-research 1
-1001101111 auto-leasing 1
-1001101111 total-control 1
-1001101111 once-sprawling 1
-1001101111 436,162 1
-1001101111 then-employee-owned 1
-1001101111 cost-driven 1
-1001101111 predivestiture 1
-1001101111 machine-making 1
-1001101111 Wars'-related 1
-1001101111 worker-run 1
-1001101111 milk-products 1
-1001101111 precision-stamping 1
-1001101111 Khashoggi-related 1
-1001101111 convertible-investment 1
-1001101111 home-canning 1
-1001101111 name-plating 1
-1001101111 slowestgrowing 1
-1001101111 rice-marketing 1
-1001101111 higher-growth-rate 1
-1001101111 corn-pone 1
-1001101111 Weber-controlled 1
-1001101111 nuclear-fuel-processing 1
-1001101111 Swiss-backed 1
-1001101111 regulationstied 1
-1001101111 paperboard-products 1
-1001101111 Imperial-Holly 1
-1001101111 Negras 1
-1001101111 pen-patent 1
-1001101111 Western-owned 1
-1001101111 financial-holding 1
-1001101111 river-rafting 1
-1001101111 30-person 1
-1001101111 rollingstock 1
-1001101111 offshore-service 1
-1001101111 one-drug 1
-1001101111 stuffed-toy 1
-1001101111 1,000-worker 1
-1001101111 kitchen-installation 1
-1001101111 suntan-booth 1
-1001101111 cellular-phone-system 1
-1001101111 now-saltless 1
-1001101111 hydrocarbon-storage 1
-1001101111 French-run 1
-1001101111 most-shopped 1
-1001101111 land-investment 1
-1001101111 picture-framing 1
-1001101111 not-yet-formed 1
-1001101111 sales-representative 1
-1001101111 zinc-processing 1
-1001101111 travel-management 1
-1001101111 land-resources 1
-1001101111 mutual-life-insurance 1
-1001101111 Delaware-registered 1
-1001101111 now-smaller 1
-1001101111 plastic-molding 1
-1001101111 telecommunication-service 1
-1001101111 homeopathic-drug 1
-1001101111 screw-machine 1
-1001101111 containerized-shipping 1
-1001101111 stock-exchange-listed 1
-1001101111 computer-networking-systems 1
-1001101111 takeover-prone 1
-1001101111 metals-refining 1
-1001101111 familyrun 1
-1001101111 computer-room-equipment 1
-1001101111 rock-management 1
-1001101111 biotechnlogy 1
-1001101111 preciousmetals 1
-1001101111 Shannon-based 1
-1001101111 environmental-management 1
-1001101111 specialtychemicals 1
-1001101111 70-employee 1
-1001101111 Jackson-based 1
-1001101111 once-private 1
-1001101111 lower-tech 1
-1001101111 one-restaurant 1
-1001101111 royalty-collecting 1
-1001101111 financial-publications 1
-1001101111 herbal-medicine 1
-1001101111 telecommuniations 1
-1001101111 personality-test 1
-1001101111 civil-service-like 1
-1001101111 marketing-type 1
-1001101111 musical-production 1
-1001101111 disk-technology 1
-1001101111 parcel-delivery 1
-1001101111 personnel-testing 1
-1001101111 correctional-services 1
-1001101111 730-employee 1
-1001101111 travel-book 1
-1001101111 restraurant 1
-1001101111 37,800-employee 1
-1001101111 financial-marketing 1
-1001101111 television-receiver 1
-1001101111 computer-using 1
-1001101111 return-on-assets-driven 1
-1001101111 Spainish 1
-1001101111 Pittsburghbased 1
-1001101111 cotton-picking 1
-1001101111 nonlitigious 1
-1001101111 real-estate-investment 2
-1001101111 foreign-capital 2
-1001101111 food-supply 2
-1001101111 cocoa-processing 2
-1001101111 information-age 2
-1001101111 mining-finance 2
-1001101111 final-quarter 2
-1001101111 post-LBO 2
-1001101111 hunting-equipment 2
-1001101111 Trupin-related 2
-1001101111 industrial-management 2
-1001101111 cult-like 2
-1001101111 railroad-holding 2
-1001101111 radio-broadcasting 2
-1001101111 parcel-post 2
-1001101111 steel-trading 2
-1001101111 titanium-production 2
-1001101111 financial-publication 2
-1001101111 software-systems 2
-1001101111 adult-beverage 2
-1001101111 governmentowned 2
-1001101111 photo-equipment 2
-1001101111 graphics-products 2
-1001101111 non-sister 2
-1001101111 Anglo-Italian 2
-1001101111 sanction-list 2
-1001101111 Reichmann-controlled 3
-1001101111 hotel-development 3
-1001101111 technology-services 3
-1001101111 natural-gas-distribution 3
-1001101111 data-processing-services 4
-1001101111 research-driven 4
-1001101111 industrial-holding 5
-1001101111 worker-owned 7
-1001101111 amalgamated 7
-1001101111 one-product 9
-1001101111 bankholding 9
-1001101111 insurance-holding 11
-1001101111 airline-holding 12
-1001101111 thrift-holding 13
-1001101111 utility-holding 13
-1001101111 development-stage 14
-1001101111 Posner-controlled 15
-1001101111 recapitalized 92
-1001101111 bank-holding 132
-1001101111 surviving 462
-1001101111 holding 10237
-10011100000 medical-education 1
-10011100000 joint-financing 1
-10011100000 first-base 1
-10011100000 SAISON 1
-10011100000 Euro-convertible 1
-10011100000 pointdrop 1
-10011100000 oversize-load 1
-10011100000 fire-support 1
-10011100000 divestituture 1
-10011100000 fruit-and-cookie 1
-10011100000 Cordobesa 1
-10011100000 anti-pope 1
-10011100000 mony 1
-10011100000 domestic-oil 1
-10011100000 sourcebook 1
-10011100000 brunette-bombshell 1
-10011100000 Antinous 1
-10011100000 anti-landlord 1
-10011100000 nasality 1
-10011100000 nia 1
-10011100000 symphonic/operatic 1
-10011100000 carnivores 1
-10011100000 short-grain 1
-10011100000 bow-killed 1
-10011100000 jeweller 1
-10011100000 pro-pot 1
-10011100000 television-film 1
-10011100000 Sasa 1
-10011100000 weapon. 1
-10011100000 coffee-producer 1
-10011100000 Materielverk 1
-10011100000 scrap-iron 1
-10011100000 month-from-prior-month 1
-10011100000 income-averaging 1
-10011100000 income-producers 1
-10011100000 Holmesiana 1
-10011100000 7032 1
-10011100000 calorimeter 1
-10011100000 liberal-studies 1
-10011100000 watchmakers 1
-10011100000 Philippine-Japanese 1
-10011100000 albatrosses 1
-10011100000 fixed-disk 1
-10011100000 senza 1
-10011100000 possessory 1
-10011100000 theircompany 1
-10011100000 franchisee-investor 1
-10011100000 USAF 1
-10011100000 volume-wine 1
-10011100000 embarassments 1
-10011100000 youth-fitness 1
-10011100000 family-led 1
-10011100000 non-sterling 1
-10011100000 cleanup-cost 1
-10011100000 capital-city 1
-10011100000 pilot-seniority 1
-10011100000 shell-jewelry 1
-10011100000 mutual-fund-industry 1
-10011100000 scoopers 1
-10011100000 Suez-led 1
-10011100000 corn-seed 1
-10011100000 goat-milk 1
-10011100000 Video. 1
-10011100000 jug-wine 1
-10011100000 half-breathing 1
-10011100000 cartonero 2
-10011100000 50-yard-line 2
-10011100000 cash-withdrawal 2
-10011100000 two-third 2
-10011100000 13-ounce 2
-10011100000 16-11 2
-10011100000 7010 2
-10011100000 yule 2
-10011100000 seafarer 2
-10011100000 mortgage-service 2
-10011100000 two-session 2
-10011100000 felony-conspiracy 2
-10011100000 IBM-designed 2
-10011100000 Christmas-card 2
-10011100000 employee-initiated 2
-10011100000 pepenador 2
-10011100000 72-23 2
-10011100000 rerun-sales 2
-10011100000 pre-delivery 2
-10011100000 choirmaster 2
-10011100000 hit-making 2
-10011100000 breaststroke 2
-10011100000 Krokodil 2
-10011100000 landlubber 2
-10011100000 caddie 2
-10011100000 ziggurat 2
-10011100000 bleeder 2
-10011100000 moon-shot 2
-10011100000 230-page 2
-10011100000 post-spinoff 3
-10011100000 86-14 3
-10011100000 robin 3
-10011100000 boozer 3
-10011100000 27-inch 3
-10011100000 sports-page 3
-10011100000 moss-covered 3
-10011100000 Biker 3
-10011100000 model-year-end 3
-10011100000 celeb 3
-10011100000 gold-investment 3
-10011100000 still-functioning 3
-10011100000 Sansei 3
-10011100000 market-capitalization 3
-10011100000 formalist 4
-10011100000 chlorzoxazone 4
-10011100000 gray-blue 4
-10011100000 toga 4
-10011100000 12-3 4
-10011100000 13G 4
-10011100000 unit-holder 4
-10011100000 glassmakers 4
-10011100000 field-goal 5
-10011100000 fortnightly 5
-10011100000 shareowner 5
-10011100000 tutorial 5
-10011100000 Tinseltown 5
-10011100000 paramedic 6
-10011100000 high-wire 6
-10011100000 prompter 6
-10011100000 federal-government 6
-10011100000 minibus 6
-10011100000 nuclear-industry 6
-10011100000 concierge 6
-10011100000 lap-shoulder 7
-10011100000 unitholder 7
-10011100000 locality 8
-10011100000 U.S.-dollar 8
-10011100000 cipher 9
-10011100000 rump 10
-10011100000 warm-up 11
-10011100000 cadaver 11
-10011100000 stagecoach 12
-10011100000 co-marketing 13
-10011100000 imponderable 14
-10011100000 cardholder 15
-10011100000 visitation 16
-10011100000 catalogue 20
-10011100000 nonsmoker 20
-10011100000 LOT 21
-10011100000 stud 28
-10011100000 snail 28
-10011100000 pupil 32
-10011100000 share-purchase 33
-10011100000 battleship 33
-10011100000 whirlwind 35
-10011100000 clown 40
-10011100000 machinist 45
-10011100000 biweekly 46
-10011100000 policyholder 51
-10011100000 constituent 63
-10011100000 memorial 68
-10011100000 bondholder 78
-10011100000 goat 81
-10011100000 referral 95
-10011100000 depositor 99
-10011100000 stock-purchase 103
-10011100000 placebo 121
-10011100000 retiree 122
-10011100000 blanket 153
-10011100000 franchisee 174
-10011100000 donor 197
-10011100000 tenant 201
-10011100000 subscriber 229
-10011100000 voter 245
-10011100000 stockholder 373
-10011100000 pro 453
-10011100000 user 487
-10011100000 taxpayer 535
-10011100000 master 906
-10011100000 pilot 1081
-10011100000 holder 1404
-10011100000 student 1792
-10011100000 rival 2010
-10011100000 shareholder 4866
-10011100000 customer 2826
-10011100001 138-day 1
-10011100001 225-day 1
-10011100001 134-day 1
-10011100001 161-day 1
-10011100001 supercounterintelligence 1
-10011100001 felicities 1
-10011100001 1.3-month 1
-10011100001 27-judge 1
-10011100001 54-day 1
-10011100001 Jive/RCA 1
-10011100001 7.1-month 1
-10011100001 crop-curbing 1
-10011100001 Cran-Blueberry 1
-10011100001 federal/industry 1
-10011100001 508-point-plunge 1
-10011100001 scientism 1
-10011100001 handsomeness 1
-10011100001 low-prestige 1
-10011100001 crowd. 1
-10011100001 once-tight 1
-10011100001 pushovers 1
-10011100001 five-and-a-half-hour 1
-10011100001 widemouthed 1
-10011100001 arduousness 1
-10011100001 63-member 1
-10011100001 combatant-theater 1
-10011100001 cross-court 1
-10011100001 Kerouac-style 1
-10011100001 Hire-A-Kid 1
-10011100001 jackpot-control 1
-10011100001 Amtrack 1
-10011100001 146-day 1
-10011100001 scientific-miracles 1
-10011100001 59-day 1
-10011100001 fistsize 1
-10011100001 waker-upper 1
-10011100001 IABP-like 1
-10011100001 subversiveness 1
-10011100001 inexorability 1
-10011100001 materials-research 1
-10011100001 micro-environment 1
-10011100001 Custerlike 1
-10011100001 puniness 1
-10011100001 hun 1
-10011100001 hora 1
-10011100001 models. 1
-10011100001 microtones 1
-10011100001 74-day 1
-10011100001 legislative-like 1
-10011100001 lactic-acid 1
-10011100001 vestry 1
-10011100001 raiments 1
-10011100001 farm-outlook 1
-10011100001 five-paragraph 1
-10011100001 disply 1
-10011100001 methanol-fuel 1
-10011100001 snd 1
-10011100001 note-referring 1
-10011100001 preparaton 1
-10011100001 oilcan 1
-10011100001 raiment 1
-10011100001 105-day 1
-10011100001 power-demand 1
-10011100001 60.6-day 1
-10011100001 four-and-a-half-hour 1
-10011100001 twin-spired 1
-10011100001 minimum-pricing 1
-10011100001 congressional-committee 1
-10011100001 nocturne 1
-10011100001 episcopal 1
-10011100001 shop-steward 1
-10011100001 142-day 1
-10011100001 theme-trading 1
-10011100001 import-damage 1
-10011100001 117-day 1
-10011100001 suggestiveness 1
-10011100001 22-day 1
-10011100001 doctor-ordered 1
-10011100001 universities. 1
-10011100001 5.4-month 1
-10011100001 blaster 1
-10011100001 speed-filled 1
-10011100001 137-day 1
-10011100001 population-decline 1
-10011100001 aloneness 1
-10011100001 review-board 1
-10011100001 tabbies 1
-10011100001 non-cabinet 1
-10011100001 175-day 1
-10011100001 92-day 1
-10011100001 Celtic-sounding 1
-10011100001 plts 1
-10011100001 131-days 1
-10011100001 92-days 1
-10011100001 love-on-the-road-to-who-knows-where 1
-10011100001 grill-toasted 1
-10011100001 6.6-month 1
-10011100001 pre-show 1
-10011100001 authentic-instrument 1
-10011100001 counter-news 1
-10011100001 salt-labeling 1
-10011100001 KCNA 1
-10011100001 32,251 1
-10011100001 trust-department 1
-10011100001 preppie/bad 1
-10011100001 single-candidate 1
-10011100001 coins. 1
-10011100001 video-tape 1
-10011100001 chilliness 1
-10011100001 epigraphs 1
-10011100001 mixed-discipline 1
-10011100001 Sigunna 1
-10011100001 temporary-lawyer 1
-10011100001 civil-resistance 1
-10011100001 strokelike 1
-10011100001 television-reference 1
-10011100001 digital-editing 1
-10011100001 riverine 1
-10011100001 hypoxic 1
-10011100001 new-future-world 1
-10011100001 gold-eagle 1
-10011100001 273-day 1
-10011100001 youth-services 1
-10011100001 parentheticals 1
-10011100001 165-day 1
-10011100001 U.S.-Russian 1
-10011100001 margin-rules 1
-10011100001 free-vote 1
-10011100001 auto-shop 1
-10011100001 superpower-sponsored 1
-10011100001 share-value 1
-10011100001 126-day 1
-10011100001 167-day 1
-10011100001 sharkskin-covered 1
-10011100001 7,000-person 1
-10011100001 bi-regional 1
-10011100001 intra-office 1
-10011100001 Karntnerthor 1
-10011100001 caramel-dipped 1
-10011100001 roper 1
-10011100001 Oja 1
-10011100001 Harvard-Genentech 1
-10011100001 washcloth 1
-10011100001 blue-cheese 1
-10011100001 experimentalist 1
-10011100001 Xeph 1
-10011100001 43rd-floor 1
-10011100001 Bournemouth 1
-10011100001 protrusion 1
-10011100001 actuarial-science 1
-10011100001 manufactured-export 1
-10011100001 dirt-bike 1
-10011100001 circular-file 1
-10011100001 banker. 1
-10011100001 half-hourly 1
-10011100001 precipices 1
-10011100001 pre-exhibition 1
-10011100001 dogooder 1
-10011100001 branchline 1
-10011100001 pseudo-Tudor 1
-10011100001 career-counseling 1
-10011100001 goony 1
-10011100001 3.7-month 1
-10011100001 filet-mignon 1
-10011100001 anti-vending 1
-10011100001 educational-computing 1
-10011100001 tartan-patterned 1
-10011100001 sodium-rich 1
-10011100001 irised 1
-10011100001 health-summary 1
-10011100001 boutique-like 1
-10011100001 one-acter 1
-10011100001 surprise-filled 1
-10011100001 director-related 1
-10011100001 well-photographed 1
-10011100001 68-day 1
-10011100001 bank-security 1
-10011100001 lecture-like 1
-10011100001 treaty-amending 1
-10011100001 presidential-gubernatorial 1
-10011100001 Tevye. 1
-10011100001 kangaroo-committee 1
-10011100001 pseudo-world 1
-10011100001 56-day 2
-10011100001 audiocassette 2
-10011100001 consensus-seeking 2
-10011100001 seasonals 2
-10011100001 port-side 2
-10011100001 horseracing 2
-10011100001 Pecora 2
-10011100001 marquise 2
-10011100001 48-day 2
-10011100001 private-detective 2
-10011100001 79-day 2
-10011100001 51-day 2
-10011100001 mind-expanding 2
-10011100001 fiestas 2
-10011100001 55-mile-an-hour 2
-10011100001 environmental-awareness 2
-10011100001 72-day 2
-10011100001 110-day 2
-10011100001 twaddle 2
-10011100001 SSSP 2
-10011100001 contract-cost 2
-10011100001 hospital-inspection 2
-10011100001 19-minute 2
-10011100001 Army-McCarthy 2
-10011100001 IISS 2
-10011100001 280-seat 2
-10011100001 6.9-month 2
-10011100001 GRQ 2
-10011100001 anti-gang 2
-10011100001 subtexts 2
-10011100001 anti-imperialist 2
-10011100001 quarter-pound 2
-10011100001 94-day 2
-10011100001 presentencing 2
-10011100001 nightshirt 2
-10011100001 6.5-month 2
-10011100001 advisory-committee 2
-10011100001 conceptualizer 2
-10011100001 102-day 2
-10011100001 super-regulatory 2
-10011100001 131-day 2
-10011100001 cattle-breeding 3
-10011100001 Falb 3
-10011100001 55-miles-per-hour 3
-10011100001 glass-topped 3
-10011100001 Maquiladora 3
-10011100001 UCSD 3
-10011100001 bank-rating 3
-10011100001 6.4-month 3
-10011100001 6.7-month 3
-10011100001 note-taker 3
-10011100001 5.9-month 3
-10011100001 6.3-month 3
-10011100001 doom-and-gloom 3
-10011100001 Francophile 3
-10011100001 43-day 3
-10011100001 47-day 3
-10011100001 6.8-month 3
-10011100001 news-service 3
-10011100001 coefficient 3
-10011100001 crag 3
-10011100001 Beetles 3
-10011100001 97-day 3
-10011100001 66-day 3
-10011100001 military-technology 3
-10011100001 superstate 3
-10011100001 62-day 3
-10011100001 pro-drilling 3
-10011100001 64-day 3
-10011100001 flat-screen 3
-10011100001 reaper 3
-10011100001 3,000-page 4
-10011100001 ULI 4
-10011100001 Nyheter 4
-10011100001 riddance 4
-10011100001 credit-reporting 4
-10011100001 SuperX 4
-10011100001 sublimation 4
-10011100001 78-day 4
-10011100001 news-agency 4
-10011100001 76-day 4
-10011100001 Wehrkunde 4
-10011100001 63-day 5
-10011100001 SALP 5
-10011100001 99-day 5
-10011100001 pro-football 6
-10011100001 business-news 6
-10011100001 temporary-personnel 6
-10011100001 44-day 6
-10011100001 near-miss 7
-10011100001 state-created 7
-10011100001 95-day 8
-10011100001 41-day 9
-10011100001 fides 10
-10011100001 near-collision 15
-10011100001 Senate-House 16
-10011100001 reconfirmation 16
-10011100001 wire-service 22
-10011100001 fide 89
-10011100001 House-Senate 282
-10011100001 news 9958
-10011100001 confirmation 706
-10011100010 black-to-white 1
-10011100010 governmentgranted 1
-10011100010 dividend-producing 1
-10011100010 brut 1
-10011100010 garbage-limitation 1
-10011100010 anti-tampering 1
-10011100010 artier 1
-10011100010 federal-contract 1
-10011100010 now-still 1
-10011100010 Hillhead 1
-10011100010 Macoutes-made 1
-10011100010 rust-belt 1
-10011100010 Dukakis-backed 1
-10011100010 Globaliztion 1
-10011100010 run-from-above 1
-10011100010 Mining-made 1
-10011100010 water-user 1
-10011100010 light-refracting 1
-10011100010 farm-bred 1
-10011100010 Yankees-Brooklyn 1
-10011100010 four-million-member 1
-10011100010 central-district 1
-10011100010 then-rampant 1
-10011100010 barbiturate 1
-10011100010 reciprocates 2
-10011100010 Flashman 2
-10011100010 woodmen 2
-10011100010 Kiplinger 2
-10011100010 total-immersion 2
-10011100010 out-of-plan 2
-10011100010 vocational-school 2
-10011100010 three-toed 2
-10011100010 ILO 2
-10011100010 test-kit 2
-10011100010 KMT-run 2
-10011100010 Democratic-held 2
-10011100010 GrammRudman 2
-10011100010 non-means-tested 2
-10011100010 unpunctuated 2
-10011100010 Firstbancorp. 2
-10011100010 heath 3
-10011100010 best-sellerdom 3
-10011100010 Zairean 3
-10011100010 dynamiting 3
-10011100010 calligraphy 3
-10011100010 Ukranian 3
-10011100010 Deblois 3
-10011100010 NMU 4
-10011100010 parson 4
-10011100010 niggling 4
-10011100010 employee-led 4
-10011100010 miscreant 4
-10011100010 inexpert 4
-10011100010 physician-owned 8
-10011100010 FICA 8
-10011100010 Knicks 12
-10011100010 Nottingham 12
-10011100010 Journal-Constitution 13
-10011100010 racquets 19
-10011100010 EDA 20
-10011100010 Sundance 52
-10011100010 lemon 60
-10011100010 Yankees 102
-10011100010 Mets 103
-10011100010 riot 228
-10011100010 state 20666
-10011100010 county 681
-10011100011 mahogany-paneled 1
-10011100011 ground-systems 1
-10011100011 Arab-Jewish 1
-10011100011 chemical-biological 1
-10011100011 taxpayer-IRS 1
-10011100011 one-store 1
-10011100011 physician-led 1
-10011100011 buyer-supplier 1
-10011100011 Austrian-U.S. 1
-10011100011 final-year 1
-10011100011 moving-industry 1
-10011100011 blacked-out 1
-10011100011 Moslem-world 1
-10011100011 deficit-inspired 1
-10011100011 mosque-state 1
-10011100011 57-foot 1
-10011100011 crackly 1
-10011100011 intra-personnel 1
-10011100011 product-supply 1
-10011100011 desensitizing 1
-10011100011 five-year-long 1
-10011100011 biomedical-research 1
-10011100011 intercarrier 1
-10011100011 buffoonish 1
-10011100011 Russian-Polish 1
-10011100011 inter-firm 1
-10011100011 dfensive 1
-10011100011 200-person 1
-10011100011 near-wartime 1
-10011100011 Chinese-Soviet 1
-10011100011 golden-boy 1
-10011100011 Iraqi-U.S. 1
-10011100011 bloodpressure 1
-10011100011 once-conservative 1
-10011100011 shoddy-product 1
-10011100011 company-provided 1
-10011100011 Bloomberg-type 1
-10011100011 35,000-member 1
-10011100011 840-acre 1
-10011100011 commercialpaper 1
-10011100011 much-sullied 1
-10011100011 maternity-related 1
-10011100011 ugly-German 1
-10011100011 private-entrepreneurial 1
-10011100011 semirealistic 1
-10011100011 11-seat 1
-10011100011 cross-generational 1
-10011100011 Cooper-Beethoven 1
-10011100011 wrestling/sweat 1
-10011100011 academic/research 1
-10011100011 insider-trading-scandal 1
-10011100011 Indian-U.S. 1
-10011100011 air-support 1
-10011100011 high-IQ 1
-10011100011 Minnesota-Duluth 1
-10011100011 arms-test 1
-10011100011 207-year-old 1
-10011100011 Springsteen/Mellencamp 1
-10011100011 463-page 1
-10011100011 career-threatening 1
-10011100011 B-school 1
-10011100011 competition-battered 1
-10011100011 207-bed 1
-10011100011 Stallone/Schwarzenegger 1
-10011100011 sagelike 1
-10011100011 cookies-and-crackers 1
-10011100011 fire-code 1
-10011100011 hardshell 1
-10011100011 tricontinental 1
-10011100011 once-poisonous 1
-10011100011 foreign-hand 1
-10011100011 insider-tradings 1
-10011100011 just-begun 1
-10011100011 Neutrality-Act 1
-10011100011 small-talk 1
-10011100011 central-France 1
-10011100011 U.S.-Arab 1
-10011100011 police-minority 1
-10011100011 Arab-African 1
-10011100011 merchant-customer 1
-10011100011 folk-music 1
-10011100011 railroad-to-barge 1
-10011100011 trademark-application 1
-10011100011 four-corners 1
-10011100011 technical-staff 1
-10011100011 fumblitis 1
-10011100011 jute-milling 1
-10011100011 Sino-Iranian 1
-10011100011 French-Zairean 1
-10011100011 Walters-Bloom 1
-10011100011 Out-of-Bounds 1
-10011100011 nuclear-biological-chemical 1
-10011100011 Salmeron 1
-10011100011 telecommunications-project 1
-10011100011 local-plant 1
-10011100011 prdominant 1
-10011100011 Anglo-Chinese 1
-10011100011 math-teaching 1
-10011100011 Boesky-Drexel 1
-10011100011 Ligurian 1
-10011100011 tax-of-the-month 1
-10011100011 pass-run 1
-10011100011 poster-clad 1
-10011100011 them-and-us 1
-10011100011 microcomputer-to-mainframe 1
-10011100011 Korean-Soviet 1
-10011100011 115-pence 1
-10011100011 genealogists 1
-10011100011 machine-industry 1
-10011100011 silver-mine 1
-10011100011 casual/chic 1
-10011100011 voting-trust 1
-10011100011 starlit 1
-10011100011 six-to-ten-week 1
-10011100011 Shijo 1
-10011100011 crusading-prosecutor 1
-10011100011 price-dictated 1
-10011100011 gusty 1
-10011100011 boys-will-be-boys 1
-10011100011 49-patient 1
-10011100011 90-cents 1
-10011100011 nonownership 1
-10011100011 soon-to-boom 1
-10011100011 Polish-Czech 1
-10011100011 gum-popping 1
-10011100011 Ibadhi 1
-10011100011 24,000-foot 1
-10011100011 allembracing 1
-10011100011 sometimes-bizarre 1
-10011100011 Japanese-Panamanian 1
-10011100011 3,800-acre 1
-10011100011 Belgian-style 1
-10011100011 Jeeplike 1
-10011100011 Giuliani-era 1
-10011100011 Iraqi-American 1
-10011100011 network-writer 1
-10011100011 command-and-control-system 1
-10011100011 Seoul-supported 1
-10011100011 Dessalines 1
-10011100011 flag-festooned 1
-10011100011 European-U.S. 1
-10011100011 ever-soaring 1
-10011100011 they-ought-to-be-grateful 1
-10011100011 defence 1
-10011100011 aerostat 1
-10011100011 crown-prince 1
-10011100011 EastWest 1
-10011100011 north-coast 1
-10011100011 49-page 1
-10011100011 731,000-ton 1
-10011100011 fashion-tinged 1
-10011100011 dead-ahead 1
-10011100011 vestigal 1
-10011100011 electric-transmission 1
-10011100011 four-decade-old 1
-10011100011 public-stock 1
-10011100011 17,366 1
-10011100011 Health-sponsored 1
-10011100011 closed-end-fund 1
-10011100011 bordertruce 1
-10011100011 noncompany 1
-10011100011 industry-bashing 1
-10011100011 corporate-employee 1
-10011100011 stockexchange 1
-10011100011 telephone-wristwatch 1
-10011100011 eye-rolling 1
-10011100011 amateur-hockey 1
-10011100011 four-dollar 1
-10011100011 40/41 1
-10011100011 MedaSonics 1
-10011100011 defeatest 1
-10011100011 attorneys-fee 1
-10011100011 ship-classification 1
-10011100011 50-horsepower 1
-10011100011 more-normal 1
-10011100011 normal-length 1
-10011100011 police-community 1
-10011100011 techno-managerial 1
-10011100011 movie-themed 1
-10011100011 low-threshold 1
-10011100011 irresolvable 1
-10011100011 IRS-HHS 1
-10011100011 scarf-style 1
-10011100011 ponderosa 1
-10011100011 154-year-old 1
-10011100011 U.S.-Czech 1
-10011100011 clerk-turned-politician 1
-10011100011 145-pence-a-share 1
-10011100011 longstrained 1
-10011100011 new-technologies 1
-10011100011 1,379-mile 1
-10011100011 Greco-Turkish 1
-10011100011 pre-causus 1
-10011100011 grass-ro 1
-10011100011 grain-traders 1
-10011100011 less-strident 1
-10011100011 electronic-typing 1
-10011100011 less-than-rigorous 2
-10011100011 ceremonious 2
-10011100011 non-debtor 2
-10011100011 U.S.-Chinese 2
-10011100011 1962-63 2
-10011100011 well-cultivated 2
-10011100011 manatee 2
-10011100011 Lijiaping 2
-10011100011 zai-tech 2
-10011100011 tabular 2
-10011100011 dairy-price 2
-10011100011 cash-payment 2
-10011100011 telegraphic 2
-10011100011 premium-brand 2
-10011100011 U.S.-Brazilian 2
-10011100011 700-pound 2
-10011100011 work-oriented 2
-10011100011 ECU-bill 2
-10011100011 Meese-Wallach 2
-10011100011 home-owning 2
-10011100011 Junrong 2
-10011100011 problem-oriented 2
-10011100011 graphoanalysis 2
-10011100011 2,515 2
-10011100011 Indo-American 2
-10011100011 physician-patient 2
-10011100011 Soviet-Japanese 3
-10011100011 U.S.-Iraq 3
-10011100011 goodie 3
-10011100011 puffed-up 3
-10011100011 retrogressive 3
-10011100011 global-marketing 3
-10011100011 Spandex 3
-10011100011 U.S.D.A. 3
-10011100011 milk-price 3
-10011100011 Fenian 3
-10011100011 sexual-morality 3
-10011100011 drug-taking 4
-10011100011 peekaboo 4
-10011100011 schoolyards 4
-10011100011 Palgrave 4
-10011100011 cozier 4
-10011100011 convertible-debt 4
-10011100011 U.S.-Philippine 4
-10011100011 shipwreck 5
-10011100011 prophylactic 5
-10011100011 Gujarati 5
-10011100011 Teheran 5
-10011100011 dosing 5
-10011100011 Hippocratic 5
-10011100011 Cantonese 6
-10011100011 U.S.-German 6
-10011100011 rate-cut 6
-10011100011 U.S.-Pakistan 6
-10011100011 upriver 7
-10011100011 wholehearted 7
-10011100011 Chautauqua 7
-10011100011 back-and-forth 8
-10011100011 lock-step 8
-10011100011 squeaky-clean 8
-10011100011 yellow-rain 9
-10011100011 reflexive 10
-10011100011 online 10
-10011100011 barroom 13
-10011100011 cuff 15
-10011100011 cameo 19
-10011100011 watchful 27
-10011100011 public 17347
-10011100011 purchasing-power 34
-10011100100 46-man 1
-10011100100 dividend-tax 1
-10011100100 Itaparica 1
-10011100100 often-tedious 1
-10011100100 booby-trap 1
-10011100100 material-flammability 1
-10011100100 specialprosecutor 1
-10011100100 trade-embargo 1
-10011100100 spending-recision 1
-10011100100 truck-option 1
-10011100100 sugar-refund 1
-10011100100 86-acre 1
-10011100100 429-acre 1
-10011100100 commerce-clause 1
-10011100100 food-subsidy 1
-10011100100 naval-air 1
-10011100100 deficitcutting 1
-10011100100 citizen-lawsuit 1
-10011100100 civil-racketeer 1
-10011100100 establishment-of-religion 1
-10011100100 free-exercise-of-religion 1
-10011100100 fleet-replacement 1
-10011100100 socialist-inspired 1
-10011100100 mandatory-notice 1
-10011100100 back-fit 1
-10011100100 crime-victims 1
-10011100100 legislature-imposed 1
-10011100100 41-section 1
-10011100100 flat-world 1
-10011100100 no-war 1
-10011100100 26.5-mpg 1
-10011100100 23,637 1
-10011100100 contractor-fee 1
-10011100100 prior-hospitalization 1
-10011100100 collateral-source 1
-10011100100 profit-recapture 1
-10011100100 two-battery 1
-10011100100 written-contract 1
-10011100100 market-capitalization-weighted 1
-10011100100 Indianapolis-Milwaukee 1
-10011100100 weight-saving 1
-10011100100 13-block 1
-10011100100 tradebill 1
-10011100100 team-election 1
-10011100100 bribe-and-fraud 1
-10011100100 multi-tenant 1
-10011100100 minority-rights 1
-10011100100 speedy-trial 1
-10011100100 pledge-leading 1
-10011100100 pay-parity 1
-10011100100 plant-closing-notification 1
-10011100100 union-security 1
-10011100100 automatic-stay 1
-10011100100 taxincrease 1
-10011100100 organized-crime-control 1
-10011100100 360-page 1
-10011100100 Jeffords-Henry 1
-10011100100 airline-advertising 1
-10011100100 legislative-review 1
-10011100100 convertible-Eurobond 1
-10011100100 game-management 1
-10011100100 10,000-yen 1
-10011100100 supermajority-voting 1
-10011100100 nautilus-shaped 1
-10011100100 491,000-square-foot 1
-10011100100 5,000-signature 1
-10011100100 pooper-scooper 1
-10011100100 benefits-denial 1
-10011100100 B-Minor 1
-10011100100 special-permit 1
-10011100100 no-competition 1
-10011100100 431-page 1
-10011100100 total-divestment 1
-10011100100 minority-contracting 1
-10011100100 manufacturing-engineering 1
-10011100100 tariff-valuation 1
-10011100100 center-of-mass 1
-10011100100 welfare-coordinating 1
-10011100100 trade-expanding 1
-10011100100 investment-disclosure 1
-10011100100 pre-martial 1
-10011100100 cash-andsecurities 1
-10011100100 well-water 1
-10011100100 benefit-of-the-bargain 1
-10011100100 public-sector-borrowing 1
-10011100100 minimum-rest 1
-10011100100 tax-broadening 1
-10011100100 Skousen-influenced 1
-10011100100 4,000-word 1
-10011100100 Biden-Levine 1
-10011100100 500-square-foot 1
-10011100100 sense-of-the-Senate 1
-10011100100 automatic-restraint 1
-10011100100 ski-service 1
-10011100100 civil-guard 1
-10011100100 floorwide 1
-10011100100 Stark-Gradison 1
-10011100100 63-word 1
-10011100100 estimated-payment 1
-10011100100 operating-expenses 1
-10011100100 Marxist-influenced 1
-10011100100 education-planning 1
-10011100100 3,000-day 1
-10011100100 448-seat 1
-10011100100 two-disc 1
-10011100100 promoter-penalty 1
-10011100100 asset-limitation 1
-10011100100 no-marriage 1
-10011100100 public-funding 1
-10011100100 PAC-ban 1
-10011100100 domestic-stimulus 1
-10011100100 intelligence-authorization 1
-10011100100 use-up-your-college-eligibility-first 1
-10011100100 half-heartening 1
-10011100100 Gallo-Proxmire 1
-10011100100 mortgage-commitment 1
-10011100100 future-year 1
-10011100100 Teflon-president 1
-10011100100 10,000-word 1
-10011100100 involuntary-conversion 1
-10011100100 price-and-production 1
-10011100100 interest-deductibility 1
-10011100100 budget-tax 1
-10011100100 dead-letter 1
-10011100100 124-page 1
-10011100100 consumer-complaints 1
-10011100100 corrections-bill 1
-10011100100 breakup-fee 1
-10011100100 tax-forms 1
-10011100100 Tins-for-Tots 1
-10011100100 Connnecticut 1
-10011100100 Choisin 1
-10011100100 hand-shaking 1
-10011100100 now-changed 1
-10011100100 all-holders 1
-10011100100 two-senators-to-a-state 1
-10011100100 A-340/A-330 1
-10011100100 rate-design 1
-10011100100 minimum-health-benefits 1
-10011100100 500-unit 1
-10011100100 Rostenkowski-Gibbons 1
-10011100100 residential-linkage 1
-10011100100 anti-contraception 1
-10011100100 10-votes-to-one 1
-10011100100 student-housing 1
-10011100100 inflation-accounting 1
-10011100100 LIPA-introduced 1
-10011100100 already-passed 1
-10011100100 towlette 1
-10011100100 Quabbin 1
-10011100100 450-page 1
-10011100100 joint-petition 1
-10011100100 tire-unit 1
-10011100100 disease-notification 1
-10011100100 civil-damage 1
-10011100100 520-unit 1
-10011100100 Watergate-era 1
-10011100100 NRA-backed 1
-10011100100 harder-to-value 1
-10011100100 163.2-cubic-inch 1
-10011100100 quick-exit 1
-10011100100 incompatability 1
-10011100100 business-combination 1
-10011100100 56-member 1
-10011100100 anti-jobs 1
-10011100100 core-capital 1
-10011100100 approveda 1
-10011100100 cross-guarantee 1
-10011100100 Japanese-Catalan 1
-10011100100 pro-birth 1
-10011100100 Kennedy-Moynihan 1
-10011100100 ironhanded 1
-10011100100 late-penalty 1
-10011100100 successorship 1
-10011100100 nitrosamines-blocking 1
-10011100100 tenant-hardship 1
-10011100100 special-access 1
-10011100100 equal-justice 1
-10011100100 agricultural-trade 1
-10011100100 tombstone-ad 1
-10011100100 evil-intent 1
-10011100100 plant-inspection 1
-10011100100 Treasury-requested 1
-10011100100 committee-approved 1
-10011100100 Morresi 1
-10011100100 one-to-a-market 1
-10011100100 Kennedy-Waxman 1
-10011100100 much-listed 1
-10011100100 PLO-Syria 1
-10011100100 500-cruzado 1
-10011100100 --w 1
-10011100100 common-ownership 1
-10011100100 three-seconds 1
-10011100100 type-size 1
-10011100100 conventional-arms-reduction 1
-10011100100 airline-liberalization 1
-10011100100 oil-leasing 1
-10011100100 bank-nationalization 1
-10011100100 Kreutzer 1
-10011100100 Oahe 1
-10011100100 Proxmire-Garn 1
-10011100100 antique-furnished 1
-10011100100 anti-accountability 1
-10011100100 dividend-sweetened 1
-10011100100 once-derelict 1
-10011100100 union-constitution 1
-10011100100 36-acre 1
-10011100100 pension-costs 1
-10011100100 29-floor 1
-10011100100 early-departure 1
-10011100100 60-vote 1
-10011100100 yttrium-containing 1
-10011100100 regulatory-exclusion 1
-10011100100 drug-safety 1
-10011100100 state-aid 1
-10011100100 downard 1
-10011100100 singleparty 1
-10011100100 prochoice 1
-10011100100 cement-like 1
-10011100100 consumer-warning 1
-10011100100 anti-drug-law 1
-10011100100 700-page 1
-10011100100 Uprenski 1
-10011100100 no-false-starts 1
-10011100100 tax-uniformity 1
-10011100100 procurement-office 1
-10011100100 Bakersfield-area 1
-10011100100 light-activated 1
-10011100100 multilane 1
-10011100100 home-finance 1
-10011100100 single-most-needed 1
-10011100100 business-purpose 1
-10011100100 fundamentalist-sponsored 1
-10011100100 tax-inducement 1
-10011100100 deficit-limiting 1
-10011100100 Gardelin 1
-10011100100 two-button 1
-10011100100 300page 1
-10011100100 beer-pricing 1
-10011100100 sulfur-reduction 1
-10011100100 computer-shoes 1
-10011100100 simultaneous-candidacy 1
-10011100100 negative-pledge 1
-10011100100 p4 2
-10011100100 mid-quarter 2
-10011100100 catastrophic-health-insurance 2
-10011100100 full-financing 2
-10011100100 local-tax 2
-10011100100 M-2 2
-10011100100 beer-advertising 2
-10011100100 international-payments 2
-10011100100 tax-immunity 2
-10011100100 cash-distribution 2
-10011100100 presentment 2
-10011100100 arms-embargo 2
-10011100100 spending-limit 2
-10011100100 general-welfare 2
-10011100100 headrest 2
-10011100100 fast-dwindling 2
-10011100100 65-story 2
-10011100100 currency-loss 2
-10011100100 tort-revision 2
-10011100100 labor-policy 2
-10011100100 single-license 2
-10011100100 banking-reform 2
-10011100100 campaign-reform 2
-10011100100 Pepper-Simon 2
-10011100100 due-obedience 2
-10011100100 bribery-and-fraud 2
-10011100100 58-year 2
-10011100100 copyright-protection 2
-10011100100 80/20 2
-10011100100 construction-ban 2
-10011100100 labor-supported 2
-10011100100 single-child 2
-10011100100 pension-reform 2
-10011100100 prudent-man 2
-10011100100 Republican-backed 2
-10011100100 public-notice 2
-10011100100 clinical-trial 2
-10011100100 foreign-disclosure 2
-10011100100 waste-cleanup 2
-10011100100 notice-of-plant-closing 2
-10011100100 gasoline-mileage 2
-10011100100 trust-building 2
-10011100100 175-page 2
-10011100100 foreign-oil 2
-10011100100 stock-for-concessions 2
-10011100100 phosphorothioate 2
-10011100100 PAC-limit 2
-10011100100 wage-and-benefits 2
-10011100100 government-affairs 2
-10011100100 super-collider 2
-10011100100 waiting-period 2
-10011100100 open-enrollment 2
-10011100100 phantom-income 2
-10011100100 social-program 2
-10011100100 13-person 2
-10011100100 conference-approved 2
-10011100100 Jedi 3
-10011100100 public-liaison 3
-10011100100 import-restricting 3
-10011100100 defense-appropriations 3
-10011100100 flight-time 3
-10011100100 nonbank-bank 3
-10011100100 military-base 3
-10011100100 committee-passed 3
-10011100100 annual-meeting 3
-10011100100 world-debt 3
-10011100100 650-foot 3
-10011100100 free-exercise 3
-10011100100 military-reform 3
-10011100100 plantclosing 3
-10011100100 exit-fee 3
-10011100100 CSCE 3
-10011100100 automotive-safety 3
-10011100100 30-story 3
-10011100100 factfinding 3
-10011100100 AT&T/Olivetti 3
-10011100100 McCarthy-era 3
-10011100100 taxpayer-rights 3
-10011100100 fiscal-stimulus 3
-10011100100 flat-tax 3
-10011100100 excessive-fines 3
-10011100100 seven-digit 3
-10011100100 American-Arab 3
-10011100100 production-cost 3
-10011100100 pledge-of-allegiance 3
-10011100100 common-carrier 3
-10011100100 military-construction 3
-10011100100 asbestos-in-schools 3
-10011100100 annual-income 3
-10011100100 credit-loss 3
-10011100100 by-law 3
-10011100100 addiction-treatment 3
-10011100100 transportation-spending 4
-10011100100 Harkin-Gephardt 4
-10011100100 Risk-Pooling 4
-10011100100 software-copyright 4
-10011100100 home-health-care 4
-10011100100 change-of-control 4
-10011100100 corrupt-practices 4
-10011100100 family-leave 4
-10011100100 73-year 4
-10011100100 21-story 4
-10011100100 ease-of-use 4
-10011100100 Mexico-Morgan 4
-10011100100 independent-prosecutor 4
-10011100100 weapons-procurement 4
-10011100100 price-discounting 4
-10011100100 Senate-approved 4
-10011100100 non-circumvention 4
-10011100100 prompt-pay 5
-10011100100 homeless-aid 5
-10011100100 federal-budget 5
-10011100100 supplemental-appropriations 5
-10011100100 Kennedy-Hollings 5
-10011100100 health-benefits 5
-10011100100 co-financing 5
-10011100100 parental-consent 6
-10011100100 advice-and-consent 6
-10011100100 Simpson-Mazzoli 6
-10011100100 immigration-reform 6
-10011100100 welfare-overhaul 6
-10011100100 liberal-conservative 6
-10011100100 Saudi-Iranian 6
-10011100100 budget-reconciliation 7
-10011100100 prevailing-wage 7
-10011100100 deficit-reducing 7
-10011100100 advance-notice 8
-10011100100 bank-powers 8
-10011100100 equal-protection 8
-10011100100 thrift-bailout 8
-10011100100 on-budget 8
-10011100100 tax-and-spending 8
-10011100100 work-for-welfare 8
-10011100100 flipper 9
-10011100100 defense-authorization 10
-10011100100 speed-limit 12
-10011100100 tax-filing 12
-10011100100 budget-reduction 12
-10011100100 base-closing 13
-10011100100 business-judgment 13
-10011100100 welfare-revision 13
-10011100100 debt-limit 14
-10011100100 economic-stimulus 14
-10011100100 tax-reduction 14
-10011100100 single-market 14
-10011100100 intellectual-property 14
-10011100100 thrift-rescue 14
-10011100100 G-R-H 17
-10011100100 due-process 18
-10011100100 budget-balancing 18
-10011100100 technical-corrections 18
-10011100100 wiretap 18
-10011100100 tax-credit 20
-10011100100 clean-water 23
-10011100100 airworthiness 23
-10011100100 welfare-reform 24
-10011100100 tax-cut 28
-10011100100 tax-revision 28
-10011100100 rescission 31
-10011100100 budget-deficit 35
-10011100100 baseline 37
-10011100100 drought-relief 39
-10011100100 takings 43
-10011100100 independent-counsel 45
-10011100100 exclusionary 46
-10011100100 plant-closings 50
-10011100100 stopgap 51
-10011100100 cross-ownership 59
-10011100100 budget-cutting 60
-10011100100 Senate-passed 61
-10011100100 Gramm-Rudman-Hollings 64
-10011100100 debt-ceiling 70
-10011100100 clean-air 81
-10011100100 tax-increase 82
-10011100100 tax-reform 82
-10011100100 gender 98
-10011100100 tax-overhaul 111
-10011100100 Superfund 126
-10011100100 deficit-cutting 143
-10011100100 plant-closing 148
-10011100100 copyright 405
-10011100100 deficit-reduction 508
-10011100100 appropriations 545
-10011100100 Gramm-Rudman 741
-10011100100 budget 9557
-10011100100 patent 1244
-10011100101 deficittrimming 1
-10011100101 seven-shot 1
-10011100101 pretax-income 1
-10011100101 pre-marital-testing 1
-10011100101 parentalleave 1
-10011100101 budget-reducing 1
-10011100101 three-games-to-two 1
-10011100101 debt-increase 1
-10011100101 record-deep 1
-10011100101 price-ceiling 1
-10011100101 currentaccount 1
-10011100101 Penan 1
-10011100101 movie-queen 1
-10011100101 microswitches 1
-10011100101 rock-and-rap 1
-10011100101 segmentssanitary 1
-10011100101 employment-data 1
-10011100101 in-class 1
-10011100101 international-trade 1
-10011100101 impove 1
-10011100101 pay-and-benefits 1
-10011100101 21-3 1
-10011100101 defense-overhaul 1
-10011100101 local-ownership 1
-10011100101 risk-pooling 1
-10011100101 environmentalist-industry 1
-10011100101 base-closings 1
-10011100101 catastrophic-illness-insurance 1
-10011100101 no-purchase 1
-10011100101 tax-corrections 1
-10011100101 celebrity-rights 1
-10011100101 corn-loan 1
-10011100101 two-games-to-none 1
-10011100101 female-asparagus 1
-10011100101 retail-bank 1
-10011100101 galumphed 1
-10011100101 defense-caused 1
-10011100101 limited-number 1
-10011100101 Japan-trade 1
-10011100101 pain-producing 1
-10011100101 highway/transit 1
-10011100101 broadcasting-deregulation 1
-10011100101 industry-environmentalist 1
-10011100101 market-penetration 1
-10011100101 52-44 1
-10011100101 Out-of-stock 1
-10011100101 transfers.The 1
-10011100101 layoff-notification 1
-10011100101 horticultural-crops 1
-10011100101 two-sets-to-one 1
-10011100101 computer-user 1
-10011100101 prepayment-plan 1
-10011100101 futures/stocks 1
-10011100101 airline-traffic 1
-10011100101 sell-order 1
-10011100101 invisible-earnings 1
-10011100101 in-print 1
-10011100101 unsurmountable 1
-10011100101 import-limitation 1
-10011100101 emloyment 1
-10011100101 water-pollution-control 1
-10011100101 Construct 1
-10011100101 current-season 1
-10011100101 dog-kennel 1
-10011100101 export/import 1
-10011100101 ski-and-culture-borne 1
-10011100101 service-trade 1
-10011100101 hand-crafted 1
-10011100101 barnacled 1
-10011100101 590,000-ton 1
-10011100101 chemical-recovery 1
-10011100101 insurance-purchasing 1
-10011100101 highway-authorization 1
-10011100101 technical-correction 1
-10011100101 trade-account 1
-10011100101 legal/regulatory 1
-10011100101 13-percentage-point 1
-10011100101 computer-delivered 1
-10011100101 noncancellation 1
-10011100101 year-after-year 1
-10011100101 fiscal-year-to-date 1
-10011100101 brand-awareness 1
-10011100101 economic-output 1
-10011100101 drug-regulating 1
-10011100101 shoot-while-talking 1
-10011100101 oil-trade 1
-10011100101 trading-rights 1
-10011100101 present-year 1
-10011100101 State-imposed 1
-10011100101 20,000-peso 1
-10011100101 exchange-to-mutual-benefit 1
-10011100101 ethics-related 1
-10011100101 fivedollar 1
-10011100101 5,000-cruzado 1
-10011100101 dodecaphonic 1
-10011100101 visitor-arrival 1
-10011100101 budget-swamping 1
-10011100101 Top-40 1
-10011100101 sales-stimulating 1
-10011100101 highly-regarded 1
-10011100101 external-account 1
-10011100101 consumer-survey 1
-10011100101 widenening 1
-10011100101 trade-restraint 1
-10011100101 school/college 1
-10011100101 presumptive-sentencing 1
-10011100101 6.8-ton 1
-10011100101 water-irrigation 1
-10011100101 high-profile/low-esteem 1
-10011100101 investment/savings 1
-10011100101 5.7-percentage-point 1
-10011100101 cytology-test 1
-10011100101 trustfund 1
-10011100101 market-revision 1
-10011100101 pollution-caused 1
-10011100101 travel-trade 2
-10011100101 MITI-backed 2
-10011100101 wraithlike 2
-10011100101 interest-default 2
-10011100101 production-over-consumption 2
-10011100101 money-flow 2
-10011100101 capital-account 2
-10011100101 NEC/Intel 2
-10011100101 price-stabilizing 2
-10011100101 earnings-forecast 2
-10011100101 timber-company 2
-10011100101 private-pilots 2
-10011100101 demand-supply 2
-10011100101 truth-in-savings 2
-10011100101 dissident-shareholder 2
-10011100101 housing-authorization 2
-10011100101 DNC 2
-10011100101 refinishing 2
-10011100101 oil-inventory 2
-10011100101 metastasized 2
-10011100101 birth-certificate 2
-10011100101 SEC-type 2
-10011100101 business-lobbying 2
-10011100101 defense-and-space 3
-10011100101 placebo-control 3
-10011100101 water-projects 3
-10011100101 ring-arc 3
-10011100101 savings/investment 3
-10011100101 low-bid 3
-10011100101 Modi 3
-10011100101 horsemeat 3
-10011100101 nuclear-cooperation 3
-10011100101 price-stabilization 3
-10011100101 biosciences 3
-10011100101 Bechtel-led 3
-10011100101 aerospace-and-defense 4
-10011100101 corporate-takeover 4
-10011100101 management-committee 4
-10011100101 armscontrol 4
-10011100101 union-backed 4
-10011100101 already-reported 4
-10011100101 nontariff 5
-10011100101 trading-surveillance 5
-10011100101 saving-investment 5
-10011100101 short-sales 5
-10011100101 canasta 7
-10011100101 grain-trade 8
-10011100101 balance-of-trade 8
-10011100101 drug-company 9
-10011100101 farm-trade 9
-10011100101 trade-balance 11
-10011100101 balance-of-payment 13
-10011100101 splinter 38
-10011100101 non-tariff 39
-10011100101 trade-deficit 49
-10011100101 merchandise-trade 56
-10011100101 Franco-Belgian 112
-10011100101 balance-of-payments 145
-10011100101 trade 22204
-10011100101 current-account 396
-10011100110 U.K.-U.S. 1
-10011100110 new-station 1
-10011100110 sweeping-yet-vague 1
-10011100110 AIDS-spending 1
-10011100110 bu-yout 1
-10011100110 buy-out-that 1
-10011100110 target-lowering 1
-10011100110 price-sustaining 1
-10011100110 screen-splitting 1
-10011100110 11page 1
-10011100110 securities-tax 1
-10011100110 standard-of-need 1
-10011100110 connecting-flight 1
-10011100110 pooch-next-door 1
-10011100110 generic-standard 1
-10011100110 half-humorous 1
-10011100110 receivables-financing 1
-10011100110 non-pension 1
-10011100110 Northrop-Grumman 1
-10011100110 borrrowing 1
-10011100110 376-page 1
-10011100110 reg 1
-10011100110 takeover. 1
-10011100110 suitor.That 1
-10011100110 buy-outs. 1
-10011100110 Telemundo/CNN 1
-10011100110 brewing-assets 1
-10011100110 fish-food 1
-10011100110 lease-purchasing 1
-10011100110 reduced-commission 1
-10011100110 funding-cutoff 1
-10011100110 preliminary-injunction 1
-10011100110 AMR-Delta 1
-10011100110 anti-MX 1
-10011100110 candidacy-declaration 1
-10011100110 credit-transfer 1
-10011100110 Morgan-Mexican 1
-10011100110 Walinsky-Rubinstein 1
-10011100110 beef-access 1
-10011100110 4,764 1
-10011100110 Paris-Washington 1
-10011100110 MTCR 2
-10011100110 Telemundo-CNN 2
-10011100110 loan-and-option 2
-10011100110 lammergeier 2
-10011100110 Eurocredit 2
-10011100110 English-proficiency 2
-10011100110 Mack-Morsani 2
-10011100110 lesser-paid 2
-10011100110 Asia-bashing 2
-10011100110 hyperventilation 2
-10011100110 stock-offering 3
-10011100110 technology-exchange 3
-10011100110 co-finances 3
-10011100110 ICP 3
-10011100110 multi-racial 3
-10011100110 state- 3
-10011100110 treasure-trove 3
-10011100110 French-Belgian 4
-10011100110 huissier 4
-10011100110 management-pilot 4
-10011100110 pork-buster 4
-10011100110 share-exchange 5
-10011100110 Limited-DeBartolo 5
-10011100110 management/Goldman 6
-10011100110 power-sales 6
-10011100110 Antar-Belzberg 7
-10011100110 tabling 7
-10011100110 MBFR 7
-10011100110 NACM 9
-10011100110 troika 10
-10011100110 enlistment 10
-10011100110 debarment 14
-10011100110 pilot-management 21
-10011100110 co-production 23
-10011100110 power-sharing 29
-10011100110 rate-increase 38
-10011100110 JOA 40
-10011100110 sale-leaseback 44
-10011100110 disallowance 51
-10011100110 buyouts 222
-10011100110 confidentiality 318
-10011100110 buy-outs 649
-10011100110 consent 890
-10011100110 buyout 1530
-10011100110 buy-out 3824
-10011100110 merger 7179
-10011100110 settlement 5534
-10011100111 reward-or-inducement 1
-10011100111 customer-incentive 1
-10011100111 synthetic-fuels 1
-10011100111 SmokEnders 1
-10011100111 diversification-by-acquisition 1
-10011100111 paper-folding 1
-10011100111 economic-decentralization 1
-10011100111 1987/88 1
-10011100111 negligible-risk 1
-10011100111 school-construction 1
-10011100111 sales-only 1
-10011100111 departmentwide 1
-10011100111 energy-incentive 1
-10011100111 quality-test 1
-10011100111 open-border 1
-10011100111 soak-the-two-earner-family 1
-10011100111 tank-landing 1
-10011100111 get-even-richer-quick 1
-10011100111 anti-deficit 1
-10011100111 33,800-ton 1
-10011100111 child-restraint 1
-10011100111 airline-inspection 1
-10011100111 capital-restructuring 1
-10011100111 still-nascent 1
-10011100111 night-and-day 1
-10011100111 records-review 1
-10011100111 10-course 1
-10011100111 10-year-averaging 1
-10011100111 earthquake-response 1
-10011100111 slide-show 1
-10011100111 privilege-hungry 1
-10011100111 hypermacho 1
-10011100111 Gray-Chiles 1
-10011100111 early-repayment 1
-10011100111 recession-contingency 1
-10011100111 water-injection 1
-10011100111 budget-deficit-reduction 1
-10011100111 lawyer-free 1
-10011100111 U.S.-brand 1
-10011100111 well-calculated 1
-10011100111 Cleveland-LaGuardia 1
-10011100111 Earth-observation 1
-10011100111 budget-enhancing 1
-10011100111 tension-relief 1
-10011100111 capital-creating 1
-10011100111 tube-assembly 1
-10011100111 zinc-citrate 1
-10011100111 turf-protective 1
-10011100111 torch-cutter 1
-10011100111 Heinz-Bonker 1
-10011100111 back-to-school/stay-in-school 1
-10011100111 surgical-instrument 1
-10011100111 dog-chasing-its-tail 1
-10011100111 no-longer-secret 1
-10011100111 Art-in-Architecture 1
-10011100111 1,000-man 1
-10011100111 water-cleaning 1
-10011100111 subsidy-reducing 1
-10011100111 price-freeze 1
-10011100111 glass-and-embrane 1
-10011100111 -minded 1
-10011100111 back-to-front 1
-10011100111 105-foot 1
-10011100111 mold-produced 1
-10011100111 citizens-sponsored 1
-10011100111 protocol/internet 1
-10011100111 pettiest 1
-10011100111 fiscal-austerity 1
-10011100111 laser-detecting 1
-10011100111 no-fault-insurance 1
-10011100111 five-class 1
-10011100111 lapel-pin 1
-10011100111 non-thermal 1
-10011100111 retirement-insurance 1
-10011100111 text-search 1
-10011100111 Seattle-to-Tokyo 1
-10011100111 employee-relocation 1
-10011100111 growth-restraining 1
-10011100111 X.25 1
-10011100111 CD-Rom 1
-10011100111 dioxin-containing 1
-10011100111 early-afternoon 1
-10011100111 financial-restoration 1
-10011100111 hot-dog-shaped 1
-10011100111 capital-restoration 1
-10011100111 aid-to-Africa 1
-10011100111 incomes-maintenance 1
-10011100111 waste-reduction 1
-10011100111 criminal-furlough 1
-10011100111 hurricane-preparation 1
-10011100111 fundamental-skills 1
-10011100111 pension-protection 1
-10011100111 nicotine-inhaling 1
-10011100111 stock-jobbing 1
-10011100111 visiting-judge 1
-10011100111 buyer-protection 1
-10011100111 non-Conrail 1
-10011100111 fare-discount 1
-10011100111 12.7mm 1
-10011100111 pressure-relief 1
-10011100111 self-exclusion 1
-10011100111 ultra-compact 1
-10011100111 character-investigation 1
-10011100111 financial-assistance 1
-10011100111 Fugu 1
-10011100111 bunk-bed 1
-10011100111 management-trainee 1
-10011100111 deep-freeze 1
-10011100111 designer-jeans 1
-10011100111 377-passenger 1
-10011100111 old-standby 1
-10011100111 clamp-like 1
-10011100111 flexible-freeze 1
-10011100111 capacity-expanding 1
-10011100111 network-modernization 1
-10011100111 chemical-mixing 1
-10011100111 reverse-compensation 1
-10011100111 racial-quota 1
-10011100111 note-counting 1
-10011100111 heat-detection 1
-10011100111 civilian-in-space 1
-10011100111 300,000-person 1
-10011100111 semi-custom 1
-10011100111 lumbar-extension 1
-10011100111 dialysis-at-home 1
-10011100111 high-loan 1
-10011100111 tobacco-tax 1
-10011100111 youth-service 1
-10011100111 re-zoning 1
-10011100111 coal-loading 1
-10011100111 resource-control 1
-10011100111 double-severance 1
-10011100111 weapons-purchasing 1
-10011100111 Brussels-Kinshasa 1
-10011100111 pay-as-you-don't-plow 1
-10011100111 dollar-rescue 1
-10011100111 debt-paring 1
-10011100111 Eurolaser 1
-10011100111 strategic-policy 1
-10011100111 defense-appropriation 1
-10011100111 voluntary-separation 1
-10011100111 block-club 1
-10011100111 penny-diversion 1
-10011100111 Taylorville 1
-10011100111 Flint-area 1
-10011100111 summer-jobs-for-youth 1
-10011100111 bored-looking 1
-10011100111 linked-trading 1
-10011100111 reference-zones 1
-10011100111 224-page 1
-10011100111 discounted-fare 1
-10011100111 sensitive-skin 1
-10011100111 hard-times 1
-10011100111 reactor-testing 1
-10011100111 worker-adjustment 1
-10011100111 profit-booking 1
-10011100111 consensus-type 1
-10011100111 blue-shirted 1
-10011100111 Reagan-Bowen 1
-10011100111 capital-sharing 1
-10011100111 volunteer-based 1
-10011100111 stock-equivalent 1
-10011100111 375,000-kilowatt 1
-10011100111 515,000-kilowatt 1
-10011100111 fare-restructuring 1
-10011100111 auction-sale 1
-10011100111 Vienna-Bangkok 1
-10011100111 benefit-distribution 1
-10011100111 Heals 1
-10011100111 glass-and-copper 1
-10011100111 chorale-like 1
-10011100111 master-teacher 1
-10011100111 phony-invoicing 1
-10011100111 kendo 1
-10011100111 million-car-a-year 1
-10011100111 export-aiding 1
-10011100111 discount-sale 1
-10011100111 seismic-research 1
-10011100111 corporate-socialist 1
-10011100111 equalaccess 1
-10011100111 EPRI-DOE 1
-10011100111 check-deposit 1
-10011100111 leprosy-vaccination 1
-10011100111 job-selling 1
-10011100111 flexible-bonus 1
-10011100111 dollar-per-trolley 1
-10011100111 Dodd-Schumer 1
-10011100111 tax-allocation 1
-10011100111 joint-development 1
-10011100111 mentor-teacher 1
-10011100111 import-insurance 1
-10011100111 tuition-financing 1
-10011100111 Boston-Syracuse 1
-10011100111 mathematical-analysis 1
-10011100111 peace-conference 1
-10011100111 voluntary-bumping 1
-10011100111 slim-down 1
-10011100111 customer-loyalty 1
-10011100111 pave-your-own-street 1
-10011100111 wage-moderation 1
-10011100111 still-vague 1
-10011100111 two-company 1
-10011100111 fleet-renewal 1
-10011100111 balloon-tipped 1
-10011100111 loan-refinancing 1
-10011100111 SuperCalc 1
-10011100111 amnesty-assistance 1
-10011100111 34-well 1
-10011100111 cave-rescue 1
-10011100111 comparable-work 1
-10011100111 almond-butter 1
-10011100111 computer-powered 1
-10011100111 drug-patent 1
-10011100111 tax-certificate 1
-10011100111 fly-by-the-book 1
-10011100111 rural-response 1
-10011100111 car-shopping 1
-10011100111 reorganization-cum-settlement 1
-10011100111 citizen-initiated 1
-10011100111 technical-manual 1
-10011100111 Baker-Webster 1
-10011100111 growth-boosting 1
-10011100111 encription 1
-10011100111 homeownership-assistance 1
-10011100111 Charlotte-to-London 1
-10011100111 640K 1
-10011100111 rate-refund 1
-10011100111 wildlife-recreation 1
-10011100111 staff-development 1
-10011100111 half-submerged 1
-10011100111 stock-compensation 1
-10011100111 railroad-basing 1
-10011100111 youth-employment 1
-10011100111 passports-for-sale 1
-10011100111 reconstructed-conversation 1
-10011100111 metaproterenol 1
-10011100111 financial-compliance 1
-10011100111 fixed-tuition 1
-10011100111 C-minor 1
-10011100111 antitheft 1
-10011100111 job-outreach 1
-10011100111 cost-cutback 1
-10011100111 much-contested 1
-10011100111 ASU 1
-10011100111 neck-to-the-hind-legs 1
-10011100111 dispute-resolving 1
-10011100111 inventory-holding 1
-10011100111 work-scholarship 1
-10011100111 eye-exam 1
-10011100111 Florida-like 1
-10011100111 time-period 1
-10011100111 film-and-Rockettes 1
-10011100111 security-awareness 1
-10011100111 export-compliance 1
-10011100111 excellence-in-education 1
-10011100111 college-savings 1
-10011100111 ozonating 1
-10011100111 housing-linkage 1
-10011100111 race-reclassification 1
-10011100111 tax-rebate 1
-10011100111 25,000-mile 1
-10011100111 pin-making 1
-10011100111 time-planning 1
-10011100111 wage-trigger 1
-10011100111 Cuny-Thompson 1
-10011100111 tax-restructuring 1
-10011100111 pewter-casting 1
-10011100111 kidney-transplant 1
-10011100111 skills-retraining 1
-10011100111 immigrant-amnesty 1
-10011100111 protection-rights 1
-10011100111 share-dilution 1
-10011100111 corporate-listing 1
-10011100111 immunassay 1
-10011100111 consent-form 1
-10011100111 pet-adoption 1
-10011100111 Miami-London 1
-10011100111 pink-slip 1
-10011100111 media/image 1
-10011100111 shareholders-rights 1
-10011100111 243-step 1
-10011100111 swine-identification 1
-10011100111 expense-reducing 1
-10011100111 home-port 1
-10011100111 multihulled 1
-10011100111 useful-looking 1
-10011100111 sprinkler-system 1
-10011100111 software-designing 1
-10011100111 overhead-reduction 1
-10011100111 consent-solicitation 1
-10011100111 dump-Noriega 1
-10011100111 still-uncompleted 1
-10011100111 import-replacement 1
-10011100111 once-languid 1
-10011100111 Armey-Roth 1
-10011100111 loan-growth 1
-10011100111 still-wilder 1
-10011100111 buffer-stock-buying 1
-10011100111 medication-substitution 1
-10011100111 exotic-Hawaiian-locale 1
-10011100111 toxic-chemicals 1
-10011100111 370-mile 1
-10011100111 minimumwage 1
-10011100111 save-the-Sphinx 1
-10011100111 video-vending 1
-10011100111 cash-purchase 1
-10011100111 guard-dog 1
-10011100111 compliance-measurement 1
-10011100111 quiz-show 1
-10011100111 unit-repurchase 1
-10011100111 largest-diameter 1
-10011100111 deficit-elimination 1
-10011100111 military-buying 1
-10011100111 all-feminine 1
-10011100111 Greenwalds 1
-10011100111 crew-coordination 1
-10011100111 loan-restructuring 1
-10011100111 cooperative-research 1
-10011100111 2,350-mile 1
-10011100111 processing-modernization 1
-10011100111 heat-generating 1
-10011100111 regional-aid 1
-10011100111 Manoplax 1
-10011100111 plant-modernization 1
-10011100111 foodpackage 1
-10011100111 asset-privatization 1
-10011100111 taxover-haul 1
-10011100111 rabbit-breeding 1
-10011100111 brain-scanning 1
-10011100111 super-austerity 1
-10011100111 330-mile 1
-10011100111 vincristine 1
-10011100111 target-detecting 1
-10011100111 second-longest-running 1
-10011100111 patient-relations 1
-10011100111 140,000-mile 1
-10011100111 lawyer-export 1
-10011100111 15-foot-long 1
-10011100111 sound-detection 1
-10011100111 faculty-aid 1
-10011100111 film-promotion 1
-10011100111 structured-interview 1
-10011100111 anti-takeover-rights 1
-10011100111 home-reading 1
-10011100111 agricultural-worker 1
-10011100111 stockrepurchase 1
-10011100111 anti-recording 1
-10011100111 Court-packing 1
-10011100111 debt-repudiation 1
-10011100111 ink-jetting 1
-10011100111 seventh-place 1
-10011100111 tax-clinic 1
-10011100111 technology-liberalization 1
-10011100111 stock-grant 1
-10011100111 6,600-nautical-mile 1
-10011100111 store-remodeling 1
-10011100111 New-Wave 1
-10011100111 final-days 1
-10011100111 freeroom 1
-10011100111 sugar-quota 1
-10011100111 gift-certificate 1
-10011100111 Mexico-debt 1
-10011100111 payequity 1
-10011100111 cattle-cloning 1
-10011100111 highway-funds 1
-10011100111 self-recapitalization 1
-10011100111 assets-sale 1
-10011100111 performance-achievement 1
-10011100111 Broviac 1
-10011100111 holder-rights 1
-10011100111 INCENTIVE-PAY 1
-10011100111 single-disk-jockey 1
-10011100111 capital-risk 1
-10011100111 retirement-centers 1
-10011100111 corporate-awareness 1
-10011100111 recaptalization 1
-10011100111 hostage-swap 1
-10011100111 virus-by-mail 1
-10011100111 ship-and-test 1
-10011100111 financial-support 1
-10011100111 Lex-Campbell 1
-10011100111 trade-pact 1
-10011100111 four-by-four-inch 1
-10011100111 SpellRight 1
-10011100111 citizen-sponsored 1
-10011100111 ESPRIT 1
-10011100111 user-interface 1
-10011100111 seized-property 1
-10011100111 grape-crushing 1
-10011100111 family-assistance 1
-10011100111 claimantsa 1
-10011100111 benefits-communication 1
-10011100111 disaster-payments 1
-10011100111 non-operative 1
-10011100111 farm-therapy 1
-10011100111 oil-skimming 1
-10011100111 computer/keyboard 1
-10011100111 quake-related 1
-10011100111 payroll-reduction 1
-10011100111 tree-replacement 1
-10011100111 celebrity-driven 1
-10011100111 full-coverage 1
-10011100111 132-bomber 1
-10011100111 OnePlus 1
-10011100111 lease-incentive 1
-10011100111 village-destruction 1
-10011100111 business-migration 1
-10011100111 minishock 1
-10011100111 debt-repurchasing 1
-10011100111 aging-fleet 1
-10011100111 debt-securitization 1
-10011100111 120-degree 1
-10011100111 house-the-poor 1
-10011100111 two-inch-wide 1
-10011100111 work-furlough 1
-10011100111 much-bigger 1
-10011100111 U.S.-endorsed 1
-10011100111 paced-incremental-dullness 1
-10011100111 vehicle-recall 1
-10011100111 clamshell-like 1
-10011100111 stock/cash 1
-10011100111 Anti-Ballistic-Missile 1
-10011100111 false-vouchering 1
-10011100111 134-page 1
-10011100111 Kennedy-Dukakis 1
-10011100111 pen-usage 1
-10011100111 store-opening 1
-10011100111 Bush-supported 1
-10011100111 judicial-bypass 1
-10011100111 loan-forgiveness 1
-10011100111 blood-scavenging 1
-10011100111 Dulles-Cancun 1
-10011100111 investment-visa 1
-10011100111 S&L-rescue 1
-10011100111 public-assistant 1
-10011100111 MD90 1
-10011100111 briefcase-like 1
-10011100111 Jamesbury 1
-10011100111 industry-specialization 1
-10011100111 FlexComp 1
-10011100111 B1-Bomber 1
-10011100111 magnet-school 1
-10011100111 managed-cost 1
-10011100111 instant-credit 1
-10011100111 focused-factory 1
-10011100111 Y/MP-832 1
-10011100111 craftsman-in-residence 1
-10011100111 Montreal-Toronto 1
-10011100111 push-back 1
-10011100111 coastal-development 1
-10011100111 debt-for-export 1
-10011100111 prison-building 1
-10011100111 constitutional-amendment 1
-10011100111 466-mile 1
-10011100111 employee-investment 1
-10011100111 limited-scale 1
-10011100111 utility-draw 1
-10011100111 steelrod-making 1
-10011100111 duty-remission 1
-10011100111 market-purchase 1
-10011100111 student-placement 1
-10011100111 stock-dispersal 1
-10011100111 stock-conspiracy 1
-10011100111 36,000-ton 1
-10011100111 Hunt-backed 1
-10011100111 fleet-modernization 1
-10011100111 public-jobs 1
-10011100111 quality-growth 1
-10011100111 sharesupport 1
-10011100111 hot-breakfast 1
-10011100111 singhe 1
-10011100111 bonus-incentive 1
-10011100111 asset-enhancing 1
-10011100111 savings-incentive 1
-10011100111 inventable 1
-10011100111 drug-sensing 1
-10011100111 economic-offset 1
-10011100111 breadbox-size 1
-10011100111 very-talked-about 1
-10011100111 sixpoint 1
-10011100111 disaster-loan 1
-10011100111 proficiency-testing 1
-10011100111 downsizers 1
-10011100111 labor-separation 1
-10011100111 lock-out 2
-10011100111 automatic-cut 2
-10011100111 log-on 2
-10011100111 jazz-classical 2
-10011100111 tax-equalization 2
-10011100111 reorganizaton 2
-10011100111 cost-curbing 2
-10011100111 pay-deferral 2
-10011100111 Morgan-Mexico 2
-10011100111 investment-note 2
-10011100111 block-grant 2
-10011100111 mirror-subsidiary 2
-10011100111 contract-compliance 2
-10011100111 immuno-adsorption 2
-10011100111 moneymen 2
-10011100111 debt-moratorium 2
-10011100111 kick-back 2
-10011100111 Moneypaper 2
-10011100111 recapitalizaton 2
-10011100111 social-development 2
-10011100111 automatic-retaliation 2
-10011100111 early-deployment 2
-10011100111 AppleCD 2
-10011100111 expense-reduction 2
-10011100111 check-overdrafting 2
-10011100111 employee-bonus 2
-10011100111 debt-buyback 2
-10011100111 work-training 2
-10011100111 Goldman-Kidder 2
-10011100111 sound-money 2
-10011100111 employee-stock-ownership 2
-10011100111 outdoor-training 2
-10011100111 Rohatyn-Altman 2
-10011100111 equity-participation 2
-10011100111 68030-based 2
-10011100111 campaign-fund 2
-10011100111 Fez 2
-10011100111 job-reduction 2
-10011100111 JOAs 2
-10011100111 deficit-narrowing 2
-10011100111 inventory-reduction 2
-10011100111 day-camp 2
-10011100111 condominium-financing 2
-10011100111 Cabletime 2
-10011100111 store-renovation 2
-10011100111 Patent/ANDA 2
-10011100111 national-health-care 2
-10011100111 housing-integration 2
-10011100111 dealer-incentive 2
-10011100111 hypo-allergenic 2
-10011100111 rice-purchase 2
-10011100111 non-HMO 2
-10011100111 strike-preparation 2
-10011100111 ethics-training 2
-10011100111 ward-heeling 2
-10011100111 AIDS-research 2
-10011100111 asset-shedding 2
-10011100111 eating-disorder 2
-10011100111 manned-spaceflight 2
-10011100111 Brayalls 2
-10011100111 villagization 2
-10011100111 cost-paring 2
-10011100111 staff-cutting 2
-10011100111 spill-prevention 2
-10011100111 misbranding 2
-10011100111 exchange-offer 2
-10011100111 metal-bonding 2
-10011100111 rain-insurance 2
-10011100111 set-back 2
-10011100111 economic-stimulation 2
-10011100111 cash-incentive 2
-10011100111 Dare-to-be-Great 2
-10011100111 Belfast-London 2
-10011100111 city-approved 2
-10011100111 tax-limitation 2
-10011100111 loss-to-profit 2
-10011100111 aortic 2
-10011100111 retirement-incentive 2
-10011100111 store-expansion 2
-10011100111 Sun-compatible 2
-10011100111 DPSC 2
-10011100111 severance-payment 2
-10011100111 marketing-loan 2
-10011100111 microsponge 2
-10011100111 roof-bolting 2
-10011100111 revaccination 2
-10011100111 inflation-adjustment 2
-10011100111 disaster-aid 2
-10011100111 official-English 2
-10011100111 first-of-its-kind 2
-10011100111 foreign-income 2
-10011100111 frequent-shopper 2
-10011100111 direct-payment 2
-10011100111 shareholder-investment 2
-10011100111 individual-rate 2
-10011100111 general-amnesty 2
-10011100111 stock-incentive 2
-10011100111 director-retirement 2
-10011100111 open-skies 2
-10011100111 stock-bonus 2
-10011100111 reform-resistant 2
-10011100111 nuclear-test-limitation 3
-10011100111 severence 3
-10011100111 frequent-traveler 3
-10011100111 rural-housing 3
-10011100111 drug-detection 3
-10011100111 Buffetts 3
-10011100111 nation-building 3
-10011100111 debt-refinancing 3
-10011100111 rate-reduction 3
-10011100111 asset-redeployment 3
-10011100111 musicology 3
-10011100111 blood-filtration 3
-10011100111 risk-avoidance 3
-10011100111 parts-switching 3
-10011100111 borrowed-manager 3
-10011100111 report-card 3
-10011100111 deferred-maintenance 3
-10011100111 jackboot 3
-10011100111 stock-withholding 3
-10011100111 import-liberalization 3
-10011100111 reoganization 3
-10011100111 employee-ownership 3
-10011100111 tax-dodging 3
-10011100111 eight-processor 3
-10011100111 5990-1400 3
-10011100111 pay-incentive 3
-10011100111 no-fuss 3
-10011100111 management-compensation 3
-10011100111 transmigration 3
-10011100111 debt-problem 3
-10011100111 economic-liberalization 3
-10011100111 GCEC 3
-10011100111 health-and-fitness 3
-10011100111 memory-resident 3
-10011100111 urban-grant 3
-10011100111 big-donor 3
-10011100111 air-piracy 3
-10011100111 page-layout 3
-10011100111 FDIC-approved 3
-10011100111 economic-restructuring 3
-10011100111 mileage-based 3
-10011100111 COLTS 4
-10011100111 market-halting 4
-10011100111 blood-recycling 4
-10011100111 tax-amnesty 4
-10011100111 pocket-charter 4
-10011100111 management-incentive 4
-10011100111 divesture 4
-10011100111 land-redistribution 4
-10011100111 price-propping 4
-10011100111 housing-voucher 4
-10011100111 cost-allocation 4
-10011100111 Medicare-HMO 4
-10011100111 currying 4
-10011100111 safety-net 4
-10011100111 Wright-Reagan 4
-10011100111 tachycardia 4
-10011100111 access-charge 4
-10011100111 witness-protection 4
-10011100111 acercamiento 4
-10011100111 well-conceived 4
-10011100111 bank-financing 4
-10011100111 return-to-work 4
-10011100111 cost-shifting 5
-10011100111 worker-retraining 5
-10011100111 primavera 5
-10011100111 casualness 5
-10011100111 tax-enforcement 5
-10011100111 crew-escape 5
-10011100111 resection 5
-10011100111 overdrafting 5
-10011100111 restucturing 5
-10011100111 trigger-price 5
-10011100111 tax-benefit 5
-10011100111 stock-buy-back 5
-10011100111 phone-access 5
-10011100111 BCal 5
-10011100111 career-ladder 5
-10011100111 end-of-model-year 5
-10011100111 staff-reduction 5
-10011100111 military-aid 5
-10011100111 consumption-tax 5
-10011100111 work-release 5
-10011100111 6/60 6
-10011100111 stockholder-rights 6
-10011100111 debt-forgiveness 6
-10011100111 PINs 6
-10011100111 management-consignment 6
-10011100111 payroll-padding 6
-10011100111 6386 7
-10011100111 loan-sale 7
-10011100111 guest-worker 7
-10011100111 cash-out 7
-10011100111 TEA 7
-10011100111 0-92 7
-10011100111 career-break 7
-10011100111 decertification 7
-10011100111 frequent-guest 7
-10011100111 moderate-rehabilitation 7
-10011100111 school-lunch 7
-10011100111 economic-recovery 8
-10011100111 agrarian-reform 8
-10011100111 financial-restructuring 8
-10011100111 stock-parking 8
-10011100111 stock-buyback 8
-10011100111 share-buyback 8
-10011100111 PCR 8
-10011100111 dividend-reinvestment 8
-10011100111 policy-coordination 8
-10011100111 debt-exchange 9
-10011100111 rezoning 9
-10011100111 bidco 9
-10011100111 wildcatting 9
-10011100111 import-restraint 9
-10011100111 alternative-fuels 9
-10011100111 costcutting 9
-10011100111 dextran 9
-10011100111 export-enhancement 10
-10011100111 debt-conversion 10
-10011100111 severance-pay 10
-10011100111 Reagan-Wright 10
-10011100111 AT&T-Sun 11
-10011100111 gain-sharing 11
-10011100111 pump-priming 12
-10011100111 export-subsidy 12
-10011100111 Seattle-Tokyo 13
-10011100111 shut-off 13
-10011100111 catastrophic-care 13
-10011100111 self-insurance 13
-10011100111 confidence-building 13
-10011100111 subtraction 14
-10011100111 OEM 14
-10011100111 secession 14
-10011100111 split-up 15
-10011100111 bankruptcy-reorganization 15
-10011100111 zero-zero 15
-10011100111 coupling 15
-10011100111 checkoff 16
-10011100111 share-support 16
-10011100111 coinsurance 16
-10011100111 entrenchment 17
-10011100111 cost-savings 17
-10011100111 asset-sale 18
-10011100111 economic-reform 19
-10011100111 information-sharing 19
-10011100111 collectivization 20
-10011100111 share-repurchase 21
-10011100111 trade-liberalization 21
-10011100111 Ponzi 22
-10011100111 debt-payment 24
-10011100111 land-reform 24
-10011100111 decoupling 25
-10011100111 consignment 25
-10011100111 capital-raising 26
-10011100111 stock-repurchase 29
-10011100111 trade-in 32
-10011100111 debt-swap 33
-10011100111 cost-sharing 36
-10011100111 conservatorship 37
-10011100111 phase-in 37
-10011100111 check-kiting 39
-10011100111 debt-restructuring 40
-10011100111 capital-spending 48
-10011100111 debt-relief 48
-10011100111 partition 48
-10011100111 reincorporation 49
-10011100111 UDAG 51
-10011100111 desegregation 53
-10011100111 credit-easing 58
-10011100111 resettlement 59
-10011100111 debt-reduction 63
-10011100111 price-support 65
-10011100111 divestment 66
-10011100111 stock-option 66
-10011100111 belt-tightening 83
-10011100111 break-up 86
-10011100111 kickback 92
-10011100111 cost-reduction 95
-10011100111 kidnapping 100
-10011100111 credit-tightening 100
-10011100111 shareholder-rights 103
-10011100111 early-retirement 104
-10011100111 anti-inflation 127
-10011100111 extradition 153
-10011100111 denationalization 163
-10011100111 stabilization 174
-10011100111 streamlining 227
-10011100111 rescheduling 237
-10011100111 profit-sharing 258
-10011100111 succession 312
-10011100111 austerity 352
-10011100111 divestiture 385
-10011100111 refinancing 531
-10011100111 privatization 599
-10011100111 liquidation 760
-10011100111 bailout 775
-10011100111 cost-cutting 800
-10011100111 recapitalization 1442
-10011100111 reorganization 2354
-10011100111 peace 2495
-10011100111 retirement 2527
-10011100111 restructuring 6567
-10011101000 8.75-dollar 1
-10011101000 LaFontant-Baker 1
-10011101000 95.55 1
-10011101000 1,367,000 1
-10011101000 period-piece 1
-10011101000 legitimate-enough 1
-10011101000 switchback 1
-10011101000 gasoline-content 1
-10011101000 Chita 1
-10011101000 15,972 1
-10011101000 multi-medal 1
-10011101000 Sigoloff-Drexel 1
-10011101000 wintergreen-scented 1
-10011101000 management-buy-out 1
-10011101000 share-and-cash 1
-10011101000 outermost 1
-10011101000 four-class 1
-10011101000 bond-exchange 1
-10011101000 physician's-office 1
-10011101000 biocide 1
-10011101000 shellacking 1
-10011101000 Shearson-backed 1
-10011101000 less-adored 1
-10011101000 seven-million-share 1
-10011101000 -a-share 1
-10011101000 worm-carrying 1
-10011101000 below-the-Beltway 1
-10011101000 canned-goods 1
-10011101000 deaccession 1
-10011101000 Euromarks 1
-10011101000 three-month-leave 1
-10011101000 untender 1
-10011101000 Pereslavl-Zalessky 1
-10011101000 Yawata 1
-10011101000 Chun-Nakasone 1
-10011101000 Carquinez 1
-10011101000 green-tubed 1
-10011101000 80-mile-an-hour 1
-10011101000 croc-sized 1
-10011101000 pro-deregulation 1
-10011101000 middle-voiced 1
-10011101000 non-Dutch-produced 1
-10011101000 bone-crushing 1
-10011101000 350-pence 1
-10011101000 notes-exchange 1
-10011101000 price-floor 1
-10011101000 shoptalk 1
-10011101000 660-pence 1
-10011101000 price-fall 1
-10011101000 cardboard-packing 1
-10011101000 rottenest 1
-10011101000 12-dollar-a-share 1
-10011101000 college-textbook 1
-10011101000 interim-aid 1
-10011101000 precursory 1
-10011101000 request.The 1
-10011101000 often-subtle 1
-10011101000 Swit 1
-10011101000 14-dollar-a-share 1
-10011101000 160-pence-a-share 1
-10011101000 Noranda-Trelleborg 1
-10011101000 890-pence 1
-10011101000 siege-and-search 1
-10011101000 CULOTTES 1
-10011101000 Magellanic 1
-10011101000 horns-four 1
-10011101000 big-navy 1
-10011101000 830-foot 1
-10011101000 furthur-sweetened 1
-10011101000 dog-pile 1
-10011101000 baseball-bat-sized 1
-10011101000 quarter-and 1
-10011101000 ploughman 1
-10011101000 form/instant 1
-10011101000 franc-a-share 1
-10011101000 Sovilla 1
-10011101000 baseline-basher 1
-10011101000 can-plant 1
-10011101000 diamond-polishing 1
-10011101000 receptor-equipped 1
-10011101000 metalforming 1
-10011101000 320-megabyte 1
-10011101000 85-megabyte 1
-10011101000 coprocessor 1
-10011101000 Sindi 1
-10011101000 hand-hewn 1
-10011101000 nova 1
-10011101000 self-reflexive 1
-10011101000 orange-and-white 1
-10011101000 cold-tolerance 1
-10011101000 red-cushioned 1
-10011101000 mechanical-movement 1
-10011101000 Shaker-like 1
-10011101000 pre-litigation 1
-10011101000 seperate 1
-10011101000 multiplestep 1
-10011101000 850-pence-a-share 1
-10011101000 135-mile-an-hour 1
-10011101000 micros 1
-10011101000 ear-piercing 1
-10011101000 10-dollar-a-share 1
-10011101000 free-air-conditioning 1
-10011101000 50-mile-an-hour 2
-10011101000 merit-award 2
-10011101000 cash-and-shares 2
-10011101000 Purolator-Hutton 2
-10011101000 U.S.-negotiated 2
-10011101000 890-pence-a-share 2
-10011101000 tuneless 2
-10011101000 twotier 2
-10011101000 voluntary-severance 2
-10011101000 below-book-value 2
-10011101000 cash-and-debenture 2
-10011101000 minority-stake 4
-10011101000 Ciba-Geigy/Chiron 5
-10011101000 dollar-a-share 11
-10011101000 all-paper 12
-10011101000 cash-back 19
-10011101000 self-tender 37
-10011101000 tender 5972
-10011101000 sweetened 966
-10011101001 Inkatha-UDF 1
-10011101001 trade-education 1
-10011101001 one-week-old 1
-10011101001 management-Bass 1
-10011101001 combat-proven 1
-10011101001 French-U.S. 1
-10011101001 post-hoc 1
-10011101001 pass-rush-based 1
-10011101001 anti-Kennedy 1
-10011101001 lastditch 1
-10011101001 share-accumulation 1
-10011101001 bottom-drawer 1
-10011101001 foreignaid 1
-10011101001 acquisition-pool 1
-10011101001 multidwelling 1
-10011101001 123-page 1
-10011101001 build-in-Japan 1
-10011101001 sovereign-immunity 1
-10011101001 Contra-funding 1
-10011101001 pro-sugar-import-quota 1
-10011101001 bigger-than-usual 1
-10011101001 numercal 1
-10011101001 union-imposed 1
-10011101001 U.S.-missile 1
-10011101001 toilet-tissue 1
-10011101001 cook-and-freeze 1
-10011101001 intra-factional 1
-10011101001 soccer-pools 1
-10011101001 recording-studio 1
-10011101001 family-insurance 1
-10011101001 long-murmured 1
-10011101001 court-named 1
-10011101001 team-sport 1
-10011101001 worker-performance 1
-10011101001 telephone-sales 1
-10011101001 once-in-a-millennium 1
-10011101001 shrimp-shaped 1
-10011101001 sometimes-passionate 1
-10011101001 read-the-book 1
-10011101001 buyout-related 1
-10011101001 107,000-acre 1
-10011101001 Euro-Asian 1
-10011101001 get-soft 1
-10011101001 Siemens-GEC 1
-10011101001 GEC-Siemens 1
-10011101001 two-pipeline 1
-10011101001 print-advertising 1
-10011101001 donkey-headed 1
-10011101001 U.S.-only 1
-10011101001 control-rod 1
-10011101001 810-pence-a-share 1
-10011101001 Kanga-Roll 1
-10011101001 job-rotation 1
-10011101001 personal-greed 1
-10011101001 13-month-long 1
-10011101001 ball-player 1
-10011101001 television-interview 1
-10011101001 Anglo-French-Israeli 1
-10011101001 source-reduction 1
-10011101001 now-nostalgic 1
-10011101001 tantalum-tungsten 1
-10011101001 back-county 1
-10011101001 pre-deployed 1
-10011101001 borderland 1
-10011101001 FDA-mandated 1
-10011101001 prefatory 1
-10011101001 center-front 1
-10011101001 2,400-square-foot 1
-10011101001 computer-centers 1
-10011101001 Turkish-born 1
-10011101001 Micro-Sony 1
-10011101001 AT&T-Boeing 1
-10011101001 twice-spurned 1
-10011101001 dour-faced 1
-10011101001 even-worse 1
-10011101001 cost-tightening 1
-10011101001 Mephistophelean 1
-10011101001 political-reconstruction 1
-10011101001 child-safety 1
-10011101001 troop-withdrawal 1
-10011101001 260-page 1
-10011101001 chocolate-truffle 1
-10011101001 two-series 1
-10011101001 three-lane 1
-10011101001 shareholder-solicitation 1
-10011101001 billiard-company 1
-10011101001 second-choice 1
-10011101001 so-far-encouraging 1
-10011101001 subsidy-backed 1
-10011101001 more-pronounced 1
-10011101001 3,200-year-old 1
-10011101001 leather-shop 1
-10011101001 tongue-in-check 1
-10011101001 Calvi-related 1
-10011101001 country-store 1
-10011101001 mostly-stock 1
-10011101001 360,000-share 1
-10011101001 united-front 1
-10011101001 singleyear 1
-10011101001 stock-support 1
-10011101001 mustsign 1
-10011101001 moderate-cost 1
-10011101001 bulk-building 1
-10011101001 non-robotic 1
-10011101001 bond-loss 1
-10011101001 slangier 1
-10011101001 pacifist-inclined 1
-10011101001 Texaco-sponsored 1
-10011101001 post-Ottoman 1
-10011101001 populist/progressive 1
-10011101001 high-steel 1
-10011101001 450-a-share 1
-10011101001 music-channel 1
-10011101001 near-religious 1
-10011101001 unhittable 1
-10011101001 parts-manufacturing 1
-10011101001 medium-to-long-term 1
-10011101001 three-ruble 1
-10011101001 woe-filled 1
-10011101001 back-to-fat 1
-10011101001 burro-management 1
-10011101001 nature-conservation 1
-10011101001 Rumanian 1
-10011101001 inflation-fed 1
-10011101001 cashout 1
-10011101001 investment-area 1
-10011101001 toughest-ever 1
-10011101001 20-plane 1
-10011101001 bridge-lending 1
-10011101001 astrology-driven 1
-10011101001 preventive-medicine 1
-10011101001 Kirghiz 1
-10011101001 newspaper-tabloid 1
-10011101001 return-on-savings 1
-10011101001 shock-radio 1
-10011101001 radical-right 1
-10011101001 bank-takeover 1
-10011101001 500-pence-a-share 1
-10011101001 oil-consumption 1
-10011101001 2525 1
-10011101001 Westway 1
-10011101001 near-unmatched 1
-10011101001 three-series 1
-10011101001 governors-association 1
-10011101001 school-improvement 1
-10011101001 7,000-franc 1
-10011101001 beer-and-hamburger 1
-10011101001 appliance-shop 1
-10011101001 provincewide 1
-10011101001 380-pence-a-share 1
-10011101001 rate-boost 1
-10011101001 low-bracket 1
-10011101001 computer-services-firm 1
-10011101001 late-inning 1
-10011101001 coal-contract 1
-10011101001 loop-shaped 1
-10011101001 life-affirming 1
-10011101001 career-development 1
-10011101001 herpetological 1
-10011101001 evacuation-plan 1
-10011101001 head-cutting 1
-10011101001 Massachsetts 1
-10011101001 5,000-car 1
-10011101001 five-mark 1
-10011101001 1,000-mark 1
-10011101001 bare-knuckles 1
-10011101001 Brierley-led 1
-10011101001 rich-and-famous 1
-10011101001 peaches-and-cream 1
-10011101001 early-hours 1
-10011101001 bond-default 1
-10011101001 non-electric 1
-10011101001 Dutch-uncle 1
-10011101001 5,000-peso 1
-10011101001 cracked-open 1
-10011101001 branch-sale 1
-10011101001 early-reinforcement 1
-10011101001 none-too-veiled 1
-10011101001 throttle-control 1
-10011101001 twice-frustrated 1
-10011101001 Co.-757 1
-10011101001 hold-pat 1
-10011101001 long-blocked 1
-10011101001 tightly-controlled 1
-10011101001 bull's-eye-shaped 1
-10011101001 1,000-cruzado 1
-10011101001 risk/reward 1
-10011101001 4,000-franc 1
-10011101001 city-organized 1
-10011101001 pigskin-variety 1
-10011101001 overhwelming 1
-10011101001 plant-shop 1
-10011101001 goodfaith 1
-10011101001 emic/etic 1
-10011101001 government-bailout 1
-10011101001 production-threatening 1
-10011101001 labor-sponsored 1
-10011101001 import-screening 1
-10011101001 production-controlling 1
-10011101001 Spanish-born 1
-10011101001 10-week-leave 1
-10011101001 kind/generous/thoughtful/engaging 1
-10011101001 Socanav-Caisse 1
-10011101001 well-camouflaged 1
-10011101001 dollar-propping 1
-10011101001 punker 1
-10011101001 tanker-financing 1
-10011101001 pickle-store 1
-10011101001 CIA-sponsored 1
-10011101001 4,500-word 1
-10011101001 crunchie 1
-10011101001 young-skewing 1
-10011101001 clear-the-deck 1
-10011101001 name-the-flavor 1
-10011101001 Merrill-Lynch 1
-10011101001 all-services 1
-10011101001 stop-Giuliani 1
-10011101001 cleaner-burning 1
-10011101001 court-appoined 1
-10011101001 road-paving 1
-10011101001 state-retained 1
-10011101001 half-successful 1
-10011101001 last-gasp 1
-10011101001 radiation-safety 1
-10011101001 Hatfields-McCoys 1
-10011101001 joint-aid 1
-10011101001 bombproof 1
-10011101001 0.8-point 1
-10011101001 less-than-attractive 1
-10011101001 spill-cleanup 1
-10011101001 House-floor 1
-10011101001 multi-step 1
-10011101001 300-person 1
-10011101001 Asian-diplomacy 1
-10011101001 no-contest 2
-10011101001 five-wheeled 2
-10011101001 export-bonus 2
-10011101001 cannibalistic 2
-10011101001 19-nation 2
-10011101001 ruffed 2
-10011101001 last-chance 2
-10011101001 punchier 2
-10011101001 Messianic 2
-10011101001 not-guilty 2
-10011101001 trade-clearing 2
-10011101001 heaven-sent 2
-10011101001 loan-rescheduling 2
-10011101001 Ali-Frazier 2
-10011101001 dermatitis 2
-10011101001 Rondo 2
-10011101001 amatory 2
-10011101001 750-film 2
-10011101001 hostile-bid 2
-10011101001 commodity-market 2
-10011101001 558-mile 2
-10011101001 diamond-coated 2
-10011101001 change-of-ownership 2
-10011101001 silver-price 2
-10011101001 semiconductor-patent 2
-10011101001 recess-appointment 2
-10011101001 semiconductor-technology 2
-10011101001 less-partisan 2
-10011101001 farm-reform 2
-10011101001 persistant 2
-10011101001 save-the-hotel 2
-10011101001 nutria 2
-10011101001 three-decade 2
-10011101001 swizzle 2
-10011101001 E-mail 2
-10011101001 unsportsmanlike 2
-10011101001 Trion 2
-10011101001 firstround 2
-10011101001 Miesian 2
-10011101001 uncrowned 2
-10011101001 political-reform 2
-10011101001 singles-bar 2
-10011101001 fantasy-adventure 2
-10011101001 pile-on 2
-10011101001 more-creative 2
-10011101001 sale-lease-back 3
-10011101001 pilots-management 3
-10011101001 Guinness-Distillers 3
-10011101001 consumer-education 3
-10011101001 pre-indictment 3
-10011101001 gene-mapping 3
-10011101001 time-proven 3
-10011101001 domestic-incentive 3
-10011101001 loan-note 3
-10011101001 research-grant 3
-10011101001 bisneo 3
-10011101001 counterinsurgent 3
-10011101001 Ph.D 3
-10011101001 Democratic-backed 4
-10011101001 capital-maintenance 4
-10011101001 in-service 5
-10011101001 new-construction 5
-10011101001 monetary-growth 5
-10011101001 military-contract 5
-10011101001 sale/leaseback 5
-10011101001 liquid-yield 6
-10011101001 share-swap 7
-10011101001 David-and-Goliath 7
-10011101001 tax-exemption 7
-10011101001 cash-and-share 8
-10011101001 corporate-control 9
-10011101001 takover 10
-10011101001 come-from-behind 12
-10011101001 guardianship 12
-10011101001 hostile-takeover 14
-10011101001 commencement 28
-10011101001 keynote 56
-10011101001 leveraged-buyout 58
-10011101001 takeover 11667
-10011101001 last-ditch 75
-10011101010 court-related 1
-10011101010 stock-boosting 1
-10011101010 export-rule 1
-10011101010 Full-fare 1
-10011101010 best-deal 1
-10011101010 government-defined 1
-10011101010 Saatchi-DFS 1
-10011101010 Republic-LTV 1
-10011101010 National-USX 1
-10011101010 foreign-reserve 1
-10011101010 consumer-laws 1
-10011101010 court-case 1
-10011101010 basic-football 1
-10011101010 42-foot-high 1
-10011101010 765-pence-a-share 1
-10011101010 Sunstar-Butler 1
-10011101010 federally-aided 1
-10011101010 six-for-seven 1
-10011101010 toy-company 1
-10011101010 ever-rumored 1
-10011101010 sick-thrift 1
-10011101010 seatback 1
-10011101010 Sino-Syrian 1
-10011101010 Kohlberg-led 1
-10011101010 takeover-resistant 1
-10011101010 buyerless 1
-10011101010 Gas-SCEcorp 1
-10011101010 Ford-Lockheed 1
-10011101010 production-limitation 1
-10011101010 most-ambitious 1
-10011101010 yclical 1
-10011101010 untouted 1
-10011101010 Emery-Purolator 1
-10011101010 nuclear-scare 1
-10011101010 13-to-11 1
-10011101010 six-weeklong 1
-10011101010 exfoliative 1
-10011101010 Hughes-sized 1
-10011101010 altogether.The 1
-10011101010 government-guarded 1
-10011101010 single-lump 1
-10011101010 300-pence-a-share 1
-10011101010 politico-politicee 1
-10011101010 wildcard 1
-10011101010 FSLIC-supervised 1
-10011101010 Salomon-Phibro 1
-10011101010 Marwick-KMG 1
-10011101010 Encor-Aberford 1
-10011101010 Piedmont-USAir 1
-10011101010 Drexel-inspired 1
-10011101010 twotiered 1
-10011101010 wholeherd 1
-10011101010 state-assisted 1
-10011101010 government-encouraged 1
-10011101010 cash-and-note 1
-10011101010 tax-case 1
-10011101010 190-pence-a-share 1
-10011101010 lower-bidding 1
-10011101010 Federal-Tiger 1
-10011101010 Texas-thrift 1
-10011101010 Shearson/Hutton 1
-10011101010 Gibbons-led 1
-10011101010 Cossack-like 1
-10011101010 Pepperell-Stevens 1
-10011101010 whole-herd 1
-10011101010 Bristol-Myers-Squibb 1
-10011101010 mechanical/technical 1
-10011101010 MCO-Maxxam 1
-10011101010 full-firm 1
-10011101010 186-milewide 1
-10011101010 debt-structured 1
-10011101010 Bristol-Squibb 1
-10011101010 BBC/WNET 1
-10011101010 cowpox 1
-10011101010 forestry-industry 1
-10011101010 foreign-bank-debt 1
-10011101010 Bolognese 1
-10011101010 Coniston-backed 1
-10011101010 Pelican-style 1
-10011101010 65-month 1
-10011101010 forestry-sector 1
-10011101010 previously-reported 1
-10011101010 peristent 1
-10011101010 negligence-suit 1
-10011101010 Tasaki-Riger 1
-10011101010 RJR-style 1
-10011101010 Posner-led 1
-10011101010 Anglo-Swedish 1
-10011101010 FCC-approved 1
-10011101010 often-acrimonious 1
-10011101010 bottling-operation 1
-10011101010 nostalgia-provoking 1
-10011101010 Fabtex 1
-10011101010 life-time 1
-10011101010 night-opener 1
-10011101010 corbeled 1
-10011101010 Siemens-GEC-Plessey 1
-10011101010 government-decreed 1
-10011101010 remarkabe 1
-10011101010 sand-swept 1
-10011101010 comparitive 1
-10011101010 friend-ofthe-court 1
-10011101010 Lipton-Celestial 1
-10011101010 then-rumored 1
-10011101010 45day 1
-10011101010 Japanese/Chinese 1
-10011101010 pro-bono 2
-10011101010 450-pence-a-share 2
-10011101010 strife-free 2
-10011101010 non-caloric 2
-10011101010 now-terminated 2
-10011101010 thrift-plan 2
-10011101010 Noticiero 2
-10011101010 940-pence-a-share 2
-10011101010 exchange-of-stock 2
-10011101010 Sorg-Young 2
-10011101010 Finarte-Euromobiliare 2
-10011101010 next-largest 2
-10011101010 board-approved 2
-10011101010 five-step 2
-10011101010 junk-bond-financed 2
-10011101010 managementled 2
-10011101010 obscenity-law 2
-10011101010 friendly-suitor 2
-10011101010 currency-law 2
-10011101010 long-discussed 2
-10011101010 leverged 2
-10011101010 Arab-sponsored 2
-10011101010 550-pence-a-share 2
-10011101010 amalgamation-type 3
-10011101010 now-withdrawn 3
-10011101010 non-negotiated 3
-10011101010 management-union 3
-10011101010 lowball 3
-10011101010 1,194-page 3
-10011101010 200-mark 3
-10011101010 pro-Dukakis 3
-10011101010 Warner-Lorimar 3
-10011101010 pilot-led 4
-10011101010 stockswap 4
-10011101010 single-number 4
-10011101010 stock-for-stock 4
-10011101010 late-entry 4
-10011101010 Burroughs-Sperry 4
-10011101010 Campeau-Federated 4
-10011101010 Drexel-led 5
-10011101010 FSLIC-assisted 5
-10011101010 management-employee 5
-10011101010 employee-management 5
-10011101010 Compton-DFS 5
-10011101010 federally-assisted 5
-10011101010 second-step 6
-10011101010 Fujitsu-Fairchild 7
-10011101010 Drexel-backed 7
-10011101010 Rales-led 8
-10011101010 government-assisted 9
-10011101010 stock-and-cash 10
-10011101010 cash-and-stock 39
-10011101010 stock-swap 43
-10011101010 friend-of-the-court 85
-10011101010 two-step 88
-10011101010 out-of-court 150
-10011101010 management-led 322
-10011101010 friendly 1902
-10011101010 hostile 3500
-10011101010 leveraged 3712
-10011101011 much-shortened 1
-10011101011 mandate-bidding 1
-10011101011 Hankyu 1
-10011101011 UDAG-HoDAG 1
-10011101011 quarter-billion-dollar 1
-10011101011 Sony-CBS 1
-10011101011 15,000-square-mile 1
-10011101011 Ford-VW 1
-10011101011 dental-research 1
-10011101011 45-paragraph 1
-10011101011 midcampaign 1
-10011101011 Celnik-arranged 1
-10011101011 countervailable 1
-10011101011 lead-pigments 1
-10011101011 deep-ocean 1
-10011101011 34,000-word 1
-10011101011 re-aimed 1
-10011101011 anti-reality 1
-10011101011 phone-making 1
-10011101011 Spinks-Cooney 1
-10011101011 2,000th 1
-10011101011 per-column 1
-10011101011 advertising-slogan 1
-10011101011 atrium-capped 1
-10011101011 go-fast 1
-10011101011 single-laser 1
-10011101011 Santayanish 1
-10011101011 day-after-Christmas 1
-10011101011 semi-popular 1
-10011101011 nomination-acceptance 1
-10011101011 powder-keg 1
-10011101011 worker-student 1
-10011101011 credit-oriented 1
-10011101011 50-square-mile 1
-10011101011 DC-7 1
-10011101011 Mobius 1
-10011101011 camel-trading 1
-10011101011 down-in-the-mouth 1
-10011101011 48-nation 1
-10011101011 Gephardt-Harkin 1
-10011101011 rifle-and-machete 1
-10011101011 CIT-224 1
-10011101011 CIT-220+ 1
-10011101011 hoop-throwing 1
-10011101011 Ergonomic 1
-10011101011 pro-Seoul 1
-10011101011 utility-funded 1
-10011101011 sterling-yen 1
-10011101011 cocaine-addiction 1
-10011101011 one-for-50 1
-10011101011 endocrinology 1
-10011101011 7.5-million-share 1
-10011101011 firstplace 1
-10011101011 swap-meet 1
-10011101011 business-funded 1
-10011101011 presidential-looking 1
-10011101011 sports-business 1
-10011101011 blast-proof 1
-10011101011 economic-impact 1
-10011101011 Tyuratam 1
-10011101011 98-acre 1
-10011101011 fourth-round 1
-10011101011 been-around-the 1
-10011101011 half-won 1
-10011101011 nonmortal 1
-10011101011 1,562,800-share 1
-10011101011 baton-passing 1
-10011101011 15-word 1
-10011101011 superwarehouse 1
-10011101011 anti-Durant 1
-10011101011 inperson 1
-10011101011 computer-readable 1
-10011101011 36-minute 1
-10011101011 government-contract 1
-10011101011 Ridder-Tribune 1
-10011101011 video-market 1
-10011101011 tin-mining 1
-10011101011 sunder 1
-10011101011 auto-building 1
-10011101011 33-12 1
-10011101011 GTE-AT&T 1
-10011101011 welcome-aboard 1
-10011101011 bitterly-contested 1
-10011101011 over-hyped 1
-10011101011 air-brushed 1
-10011101011 quick-copy 1
-10011101011 451,000-share 1
-10011101011 16,246 1
-10011101011 telephone-to-wristwatch 1
-10011101011 interim-committee 1
-10011101011 undestroyed 1
-10011101011 cold-finished 1
-10011101011 283,200-share 1
-10011101011 919,168-share 1
-10011101011 180-foot 1
-10011101011 dozen-car 1
-10011101011 Fed-administration 1
-10011101011 libertarian-conservative 1
-10011101011 polished-wood 1
-10011101011 information-science 1
-10011101011 60-cents-a-gallon 1
-10011101011 house-decorating 1
-10011101011 insurance-banking 1
-10011101011 lamination 1
-10011101011 gardening-supplies 1
-10011101011 GM-Allied-Signal 1
-10011101011 contract-interpretation 1
-10011101011 still-spreading 1
-10011101011 digital-to-analog 1
-10011101011 tighter-than-anticipated 1
-10011101011 conclusory 1
-10011101011 drug-and-alcohol 1
-10011101011 cocaine-abuse 1
-10011101011 days-long 1
-10011101011 post-inaugural 1
-10011101011 13,000-dinar 1
-10011101011 family-confrontation 1
-10011101011 10-LP 1
-10011101011 yellow-big-head 1
-10011101011 biological-weapons-defense 1
-10011101011 two-dog 1
-10011101011 back-tax 1
-10011101011 African-bee 1
-10011101011 domestic-is-best 1
-10011101011 wafer-making 1
-10011101011 less-ambitious 1
-10011101011 1-for-15 1
-10011101011 3,500-acre 1
-10011101011 often-emotional 1
-10011101011 ichthyology 1
-10011101011 high-beam 1
-10011101011 rolling-on-the-floor 1
-10011101011 post-concert 1
-10011101011 760-yard 1
-10011101011 marble-tiled 1
-10011101011 5,300-foot 1
-10011101011 184-day-old 1
-10011101011 Americus-trust 1
-10011101011 newspaper-television 1
-10011101011 televideo-marketing 1
-10011101011 Washington-Tokyo 1
-10011101011 43-nation 1
-10011101011 team-tonnage 1
-10011101011 fathead 1
-10011101011 most-probable 1
-10011101011 1,000-for-1 1
-10011101011 72-acre 1
-10011101011 praetorian 1
-10011101011 pre-concert 1
-10011101011 onyx-handled 1
-10011101011 black-cowboy 1
-10011101011 warning-of-deed-restriction-violation 1
-10011101011 community-center 1
-10011101011 midnight-to-5-a.m. 1
-10011101011 floury 1
-10011101011 14-11 1
-10011101011 works-council 1
-10011101011 watergun 1
-10011101011 entrenched-manager 1
-10011101011 switch-making 1
-10011101011 VA-rate 1
-10011101011 segregative 1
-10011101011 twin-tube 1
-10011101011 six-acre 1
-10011101011 German-Canadian 1
-10011101011 suburban-Dallas 1
-10011101011 regulatory-body 1
-10011101011 magnetic-field 1
-10011101011 market-controlling 1
-10011101011 4,083,000-share 1
-10011101011 thirteen-ounce 1
-10011101011 three-seventh 1
-10011101011 Vietnam-like 1
-10011101011 12-building 1
-10011101011 minority-led 1
-10011101011 corporate-financed 1
-10011101011 dentist-style 1
-10011101011 international-communications 1
-10011101011 1-for-1,000 1
-10011101011 squid-recipe 1
-10011101011 multi-company 1
-10011101011 three-alarm 1
-10011101011 anti-Mozambique 1
-10011101011 28,000-square-foot 1
-10011101011 ping-pong-ball 1
-10011101011 scientific-political 1
-10011101011 480-mile 1
-10011101011 French-dominated 1
-10011101011 major-championship 1
-10011101011 31-foot 1
-10011101011 Leonard/Duran 1
-10011101011 whorehouse 1
-10011101011 16-letter 1
-10011101011 Cooney-Tyson 1
-10011101011 tax-opinion 1
-10011101011 500-word 1
-10011101011 used-can 1
-10011101011 to-and-fro 1
-10011101011 cat-vs.-bird 1
-10011101011 violence-marred 1
-10011101011 all-European 1
-10011101011 head-tax 1
-10011101011 top-of-the-ticket 1
-10011101011 testing-the-waters 1
-10011101011 recipe/comic 1
-10011101011 765-foot-long 1
-10011101011 freedom-of-thought 1
-10011101011 Bush-Dole 1
-10011101011 BP-government 1
-10011101011 48-game 1
-10011101011 4,250,000-share 1
-10011101011 phone-directory 1
-10011101011 not-so-glamorous 1
-10011101011 slanging 1
-10011101011 out-moded 1
-10011101011 2.15-million 1
-10011101011 3.7-acre 1
-10011101011 truth-may-be-stranger-than-fiction 1
-10011101011 GPA-Airbus 1
-10011101011 Democratic-majority 1
-10011101011 mass-manufacturing 1
-10011101011 Leath-Aspin 1
-10011101011 Reagan-Mondale 1
-10011101011 13-minute 1
-10011101011 humpbacked 1
-10011101011 land-condemnation 1
-10011101011 two-earner/two-job 1
-10011101011 multi-hued 1
-10011101011 500-mile-an-hour 1
-10011101011 62-page 1
-10011101011 jount 1
-10011101011 Montgomery-based 1
-10011101011 international-operations 1
-10011101011 27,560 1
-10011101011 MK-50 1
-10011101011 wheel-clamping 1
-10011101011 mud-soaked 1
-10011101011 tax-write-off 1
-10011101011 natiowide 1
-10011101011 women's-studies 1
-10011101011 Ron-to-Yasu 1
-10011101011 department-funded 1
-10011101011 1-ounce 1
-10011101011 level-toned 1
-10011101011 castle-shaped 1
-10011101011 weeks-old 1
-10011101011 634,000-share 1
-10011101011 Bush/Rather 1
-10011101011 sharp-tongued 1
-10011101011 transitional-bilingual 1
-10011101011 seating-support 1
-10011101011 4,500-mile 1
-10011101011 Tallahassee-based 1
-10011101011 direct-pay 1
-10011101011 independence-day 1
-10011101011 homosexual-oriented 1
-10011101011 sterling/mark 1
-10011101011 swap-offer 1
-10011101011 breadbakers 1
-10011101011 cheaper-to-produce 1
-10011101011 annual-report 1
-10011101011 AEG-designed 1
-10011101011 I-am-a-democrat 1
-10011101011 many-armed 1
-10011101011 100-lane 1
-10011101011 mad-cap 1
-10011101011 183,000-unit 1
-10011101011 communications-equipment-manufacturing 1
-10011101011 bulk-mail 1
-10011101011 fourway 1
-10011101011 100-for-1 1
-10011101011 wedding-anniversary 1
-10011101011 English-rights 1
-10011101011 baby-picture 1
-10011101011 starting-gate 1
-10011101011 88-minute 1
-10011101011 highly-confident 1
-10011101011 21-foot-wide 1
-10011101011 220,000-acre 1
-10011101011 heat-stable 1
-10011101011 fourth-down 1
-10011101011 multiple-rocket 1
-10011101011 big-stock/little-stock 1
-10011101011 stockloan 1
-10011101011 stock-receiving 1
-10011101011 Chrysler-Belarus 1
-10011101011 medal-round 1
-10011101011 Jafco-Nomura 1
-10011101011 anti-Edwards 1
-10011101011 Toyota-GM 1
-10011101011 mini-trading 1
-10011101011 ultrashort 1
-10011101011 text-to-type 1
-10011101011 Merc-Reuters 1
-10011101011 380,000-subscriber 1
-10011101011 one-for-100 1
-10011101011 vile-tasting 1
-10011101011 three-race 1
-10011101011 Pacificus 1
-10011101011 M-50 1
-10011101011 Macmillan/McGraw 1
-10011101011 civil-case 1
-10011101011 Amoco-Exxon 1
-10011101011 pottery-packed 1
-10011101011 sod-turning 1
-10011101011 AT&T-Italtel 1
-10011101011 softer-core 1
-10011101011 popgun 1
-10011101011 better-fitting 1
-10011101011 3,000-name 1
-10011101011 cranberry-growers 1
-10011101011 anticorruption 1
-10011101011 action-crammed 1
-10011101011 67-43 1
-10011101011 Dole-Bush 1
-10011101011 pro-maritime 1
-10011101011 livestock-products 1
-10011101011 small-shopkeepers 1
-10011101011 121-page 1
-10011101011 impossible-to-satisfy 1
-10011101011 threater 1
-10011101011 crop-eradication 1
-10011101011 pricedepressing 1
-10011101011 demobilizea 1
-10011101011 seven-unit 1
-10011101011 loudening 1
-10011101011 Hungary-Austria 1
-10011101011 cochlear-implant 1
-10011101011 2,000-room 1
-10011101011 54-nation 1
-10011101011 14-car 1
-10011101011 corporate-bond-syndicate 1
-10011101011 station/hydro 1
-10011101011 consumer-billing 1
-10011101011 Tyson-Cayton 1
-10011101011 71,000-share 1
-10011101011 pumped-water 1
-10011101011 Whirlpool-Philips 1
-10011101011 brown-glass 1
-10011101011 eight-partner 1
-10011101011 chin-out 1
-10011101011 110-man 1
-10011101011 unpermitted 1
-10011101011 topping-off 1
-10011101011 11-car 1
-10011101011 company-issued 1
-10011101011 busy-signal 1
-10011101011 GE-Siemens 1
-10011101011 party-sanctioned 1
-10011101011 insect-control 1
-10011101011 40th-anniversary 1
-10011101011 chemical-vapor 1
-10011101011 nuclear-based 1
-10011101011 midfive-figure 1
-10011101011 ICL-GE 1
-10011101011 Budapest-based 1
-10011101011 utility-drawn 1
-10011101011 37,000-square-foot 1
-10011101011 1-for-20 1
-10011101011 long-bitter 1
-10011101011 cashiering 1
-10011101011 chili-eating 1
-10011101011 500,000-dollar 1
-10011101011 1,798,600-share 1
-10011101011 big-bug 1
-10011101011 car-crunching 1
-10011101011 women-at-work 1
-10011101011 hand-squeeze 1
-10011101011 Bradford-led 1
-10011101011 school-crossing 1
-10011101011 mass-mail 1
-10011101011 nationalist-cause 1
-10011101011 matey 1
-10011101011 European-size 1
-10011101011 junior-national 1
-10011101011 board-control 1
-10011101011 155-mile 1
-10011101011 migratory-bird 1
-10011101011 debt-syndicate 1
-10011101011 27-mile 1
-10011101011 Reagan-Takeshita 1
-10011101011 drug-bill 1
-10011101011 425,000-share 1
-10011101011 21-17 1
-10011101011 450-room 1
-10011101011 whole-animal 1
-10011101011 Pentagon-appointed 1
-10011101011 future-not 1
-10011101011 genetherapy 1
-10011101011 pomp-filled 1
-10011101011 government-organized 2
-10011101011 multicity 2
-10011101011 Philips/GEC 2
-10011101011 NuMed 2
-10011101011 videocasette 2
-10011101011 one-for-two 2
-10011101011 six-to-one 2
-10011101011 much-despised 2
-10011101011 rough-and-ready 2
-10011101011 grocery-shopping 2
-10011101011 bill-signing 2
-10011101011 70-foot-long 2
-10011101011 spare-tire 2
-10011101011 above-the-knee 2
-10011101011 no-nuke 2
-10011101011 resource-intensive 2
-10011101011 Tyson-Spinks 2
-10011101011 phone-based 2
-10011101011 health-publishing 2
-10011101011 one-round 2
-10011101011 kerosene-based 2
-10011101011 opening-game 2
-10011101011 113-page 2
-10011101011 space-telescope 2
-10011101011 reinforced-concrete 2
-10011101011 migraine-art 2
-10011101011 smart-money 2
-10011101011 two-line 2
-10011101011 wham 2
-10011101011 thermos-making 2
-10011101011 cross-continental 2
-10011101011 Galanis-linked 2
-10011101011 stock-registration 2
-10011101011 Astro-Pizza 2
-10011101011 three-sentence 2
-10011101011 230-mile 2
-10011101011 Oak-Mitsui 2
-10011101011 needleless 2
-10011101011 video-duplicating 2
-10011101011 500-acre 2
-10011101011 foreign-funded 2
-10011101011 75-mile 2
-10011101011 salad-dressing 2
-10011101011 state-of-the-state 2
-10011101011 hospital-industry 2
-10011101011 party-to-party 2
-10011101011 decrement 2
-10011101011 gloom-filled 2
-10011101011 telephone-service 2
-10011101011 IBM-Toshiba 2
-10011101011 77-day 2
-10011101011 540-mile 2
-10011101011 fashion-magazine 2
-10011101011 three-character 2
-10011101011 state-of-the-nation 2
-10011101011 Copenhagen-based 2
-10011101011 much-deserved 2
-10011101011 still-unsettled 2
-10011101011 700,000-share 2
-10011101011 hyped-up 2
-10011101011 178-delegate 2
-10011101011 bubonic 3
-10011101011 Macmillan/McGraw-Hill 3
-10011101011 post-meeting 3
-10011101011 4,000-mile 3
-10011101011 customer-complaint 3
-10011101011 58-million-bag 3
-10011101011 slow-burning 3
-10011101011 100,000-share 3
-10011101011 long-sterling/short-mark 3
-10011101011 crank-it-up 3
-10011101011 1-for-25 3
-10011101011 Dukakis-Jackson 3
-10011101011 U.S.-Panama 3
-10011101011 GEC-Plessey 3
-10011101011 Ford-like 3
-10011101011 250-mile 3
-10011101011 43-page 3
-10011101011 business-type 3
-10011101011 300,000-share 3
-10011101011 Brierley-Packer 3
-10011101011 crescent-shaped 3
-10011101011 pre-Olympics 3
-10011101011 15-unit 3
-10011101011 submarine-seeking 3
-10011101011 jail-house 3
-10011101011 countywide 3
-10011101011 four-paragraph 3
-10011101011 suburban-Chicago 3
-10011101011 Senate-backed 3
-10011101011 joint-research 3
-10011101011 IBM-Fiat 3
-10011101011 HUD-backed 3
-10011101011 quarterfinal 3
-10011101011 strongly-worded 3
-10011101011 multi-image 3
-10011101011 intra-industry 3
-10011101011 Quayle-Bentsen 3
-10011101011 sister-city 4
-10011101011 yen-mark 4
-10011101011 concentration-camp 4
-10011101011 1-for-7 4
-10011101011 Hagler-Leonard 4
-10011101011 Westinghouse-Airship 4
-10011101011 ITT-CGE 4
-10011101011 one-for-10 4
-10011101011 international-banking 4
-10011101011 globe-girdling 4
-10011101011 1-for-8 4
-10011101011 hobby-based 4
-10011101011 brake-light 4
-10011101011 turbine-vane 4
-10011101011 long-forgotten 4
-10011101011 five-million-share 4
-10011101011 radio-television 4
-10011101011 three-foot-wide 5
-10011101011 Swiss-Swedish 5
-10011101011 half-page 5
-10011101011 110-mile 5
-10011101011 tax-treaty 5
-10011101011 three-paragraph 5
-10011101011 nuclear-arms-control 5
-10011101011 ribbon-cutting 5
-10011101011 pit-bull 5
-10011101011 two-sentence 6
-10011101011 23-page 6
-10011101011 Badin 6
-10011101011 dusk-to-dawn 6
-10011101011 1-for-50 6
-10011101011 pro-sanctions 6
-10011101011 one-for-four 6
-10011101011 12-foot-high 6
-10011101011 joint-production 6
-10011101011 sonobuoy 6
-10011101011 financial-markets 6
-10011101011 5-for-1 6
-10011101011 pre-hearing 7
-10011101011 one-paragraph 7
-10011101011 two-paragraph 7
-10011101011 40-nation 7
-10011101011 1-for-3 7
-10011101011 military-style 8
-10011101011 1-for-2 9
-10011101011 Sino-foreign 9
-10011101011 truck-leasing 9
-10011101011 1-for-4 10
-10011101011 knockdown 10
-10011101011 nonregulated 11
-10011101011 hand-to-hand 12
-10011101011 profit-and-loss 13
-10011101011 round-the-world 13
-10011101011 1-for-10 13
-10011101011 ion 14
-10011101011 pre-sentencing 18
-10011101011 private-placement 19
-10011101011 five-page 19
-10011101011 1-for-5 23
-10011101011 one-sentence 26
-10011101011 long-simmering 29
-10011101011 four-page 29
-10011101011 three-page 30
-10011101011 collaborative 31
-10011101011 nuclear-waste 38
-10011101011 pastoral 41
-10011101011 two-page 44
-10011101011 hand-picked 63
-10011101011 terse 80
-10011101011 non-binding 94
-10011101011 stumbling 214
-10011101011 televised 322
-10011101011 joint 5147
-10011101011 proxy 1999
-1001110110 world-export 1
-1001110110 postal-fraud 1
-1001110110 tenth-circuit 1
-1001110110 1,543 1
-1001110110 Beijing-backed 1
-1001110110 1987-89 1
-1001110110 CIVIL-RIGHTS 1
-1001110110 Riggs-Itakura 1
-1001110110 swamp-bound 1
-1001110110 multiprovince 1
-1001110110 defense-contact 1
-1001110110 5,135 1
-1001110110 rocket-docket 1
-1001110110 stengthened 1
-1001110110 now-toothless 1
-1001110110 trade-complaint 1
-1001110110 first-circuit 1
-1001110110 riot-ready 1
-1001110110 Russian-imposed 1
-1001110110 iron-pumping 1
-1001110110 pro-wilderness 1
-1001110110 1930s-era 1
-1001110110 10-million-franc 1
-1001110110 Marxist-ruled 1
-1001110110 10th-circuit 1
-1001110110 criminal-coddling 1
-1001110110 austral-denominated 1
-1001110110 IRI-like 1
-1001110110 non-Kurdish 1
-1001110110 allpowerful 1
-1001110110 25-month-old 1
-1001110110 often-blander 1
-1001110110 more-holistic 1
-1001110110 2,909 1
-1001110110 14,459 1
-1001110110 financing-incentive 1
-1001110110 review-commission 1
-1001110110 4,058 1
-1001110110 750-page 1
-1001110110 national-unity 1
-1001110110 non-obtrusive 1
-1001110110 methods-engineering 1
-1001110110 film-market 1
-1001110110 credit-because 1
-1001110110 six-day-old 1
-1001110110 nuclear-laden 1
-1001110110 wind-pool 1
-1001110110 city-backed 1
-1001110110 Marxist-style 1
-1001110110 building-siding 1
-1001110110 nickel-sized 1
-1001110110 litigation-wary 1
-1001110110 stimulus-laden 1
-1001110110 professional-athlete 1
-1001110110 bass-tourney 1
-1001110110 fibric-acid 1
-1001110110 Boane 1
-1001110110 circuit-riding 1
-1001110110 Baker-fashioned 1
-1001110110 wildlife-law 1
-1001110110 SPD-led 1
-1001110110 32-month-old 1
-1001110110 20year 1
-1001110110 fair-payment 1
-1001110110 Cuban-instigated 1
-1001110110 U.S.ICanada 1
-1001110110 early-retirement-incentive 1
-1001110110 boat-show 1
-1001110110 white-led 1
-1001110110 anti-enroadment 1
-1001110110 ministry-level 1
-1001110110 always-balanced 1
-1001110110 race-driven 1
-1001110110 big-figure 1
-1001110110 health-protecting 1
-1001110110 27-month-old 1
-1001110110 military-linked 1
-1001110110 single-faction 1
-1001110110 1718 1
-1001110110 federals 1
-1001110110 post-occupation 1
-1001110110 Continentwide 1
-1001110110 faction-torn 1
-1001110110 semi-deranged 1
-1001110110 roadhouse 1
-1001110110 non-PRI 1
-1001110110 Deleware 1
-1001110110 21-square-mile 1
-1001110110 Somalian 1
-1001110110 WORLDLY 1
-1001110110 manager-matching 1
-1001110110 Social-Liberal 1
-1001110110 free-market-promoting 1
-1001110110 non-debt 1
-1001110110 fussier 1
-1001110110 minority-recruiting 1
-1001110110 Meese-Deaver-Nofziger-North 1
-1001110110 extra-executive 1
-1001110110 Watkins-appointed 1
-1001110110 defense-oversight 1
-1001110110 whisper-stock 1
-1001110110 thoroughbred-racing 1
-1001110110 habeas-corpus 1
-1001110110 commodity-exchange 1
-1001110110 paper-manipulating 1
-1001110110 Republican-selected 1
-1001110110 tourism-promotion 1
-1001110110 TUC 1
-1001110110 fourth-circuit 1
-1001110110 Waive 1
-1001110110 newspaper-TV 1
-1001110110 custom-written 1
-1001110110 more-tightly 1
-1001110110 outside-service 1
-1001110110 trade-reporting 1
-1001110110 Hoshiarpur 1
-1001110110 unruliest 1
-1001110110 processing-plant 1
-1001110110 post-Monet 1
-1001110110 French-model 1
-1001110110 ever-attentive 1
-1001110110 left-center 1
-1001110110 city-county 1
-1001110110 yellow-light 1
-1001110110 rodeo-riding 1
-1001110110 then-Missouri 1
-1001110110 high-adventure 1
-1001110110 130-sponsor 1
-1001110110 anti-popular 1
-1001110110 IRS-proposed 1
-1001110110 Malay-dominated 1
-1001110110 Noriega-backed 1
-1001110110 federal-bank 1
-1001110110 highranking 1
-1001110110 sub-granting 1
-1001110110 Alaouite 1
-1001110110 Simmons-controlled 1
-1001110110 diamond-cutting 1
-1001110110 ticket-writing 1
-1001110110 military-appointed 1
-1001110110 church-funded 1
-1001110110 Sans-a-belt 1
-1001110110 corporate-ethics 1
-1001110110 Cheryomushky 1
-1001110110 positive-seeming 1
-1001110110 still-rapid 1
-1001110110 REAR-VIEW 1
-1001110110 post-Zia 1
-1001110110 Cuban-supported 1
-1001110110 nonspecific 1
-1001110110 film-festival 1
-1001110110 securities-enforcement 1
-1001110110 EPA-certified 1
-1001110110 West-German 1
-1001110110 Nsanje 1
-1001110110 God-sponsored 1
-1001110110 60-to-65-year-old 1
-1001110110 single-tier 1
-1001110110 ever-new 1
-1001110110 less-fiery 1
-1001110110 chili-loving 1
-1001110110 federally-chartered 1
-1001110110 more-representative 1
-1001110110 single-count 1
-1001110110 overbloated 1
-1001110110 share-buy-back 1
-1001110110 119-page 1
-1001110110 Akasaka 1
-1001110110 guest-conducting 1
-1001110110 more-humane 2
-1001110110 Sofres 2
-1001110110 federal-circuit 2
-1001110110 301-member 2
-1001110110 pro-UAW 2
-1001110110 savings-oriented 2
-1001110110 10-judge 2
-1001110110 Socialist-Communist 2
-1001110110 saucepan 2
-1001110110 film-school 2
-1001110110 bloody-minded 2
-1001110110 850-member 2
-1001110110 sixth-circuit 2
-1001110110 industrial-property 2
-1001110110 Class-1 2
-1001110110 five-to-four 2
-1001110110 poorer-performing 2
-1001110110 search-and-seizure 2
-1001110110 less-complex 2
-1001110110 congresssional 2
-1001110110 Bazargan 2
-1001110110 Saint-Jean 2
-1001110110 Djiboutian 2
-1001110110 general-practice 2
-1001110110 insurance-benefit 2
-1001110110 criminal-court 2
-1001110110 Catalonian 2
-1001110110 court-mandated 2
-1001110110 Hunt-related 2
-1001110110 takeoff-warning 2
-1001110110 eighth-circuit 2
-1001110110 drug-forfeiture 2
-1001110110 defense-fraud 2
-1001110110 weapons-testing 2
-1001110110 dirt-road 2
-1001110110 poverty-level 2
-1001110110 stand-pat 3
-1001110110 two-chamber 3
-1001110110 research-related 3
-1001110110 slide-in 3
-1001110110 housing-authority 3
-1001110110 messiest 3
-1001110110 BNS-related 3
-1001110110 art-house 3
-1001110110 military-civilian 3
-1001110110 post-Noriega 3
-1001110110 quasi-federal 3
-1001110110 one-world 3
-1001110110 120,000-man 3
-1001110110 1,482 3
-1001110110 high-employment 4
-1001110110 Carter-appointed 4
-1001110110 near-constant 4
-1001110110 second-circuit 4
-1001110110 third-circuit 4
-1001110110 Vietnamese-backed 4
-1001110110 post-conviction 4
-1001110110 plain-clothes 5
-1001110110 mandatory-use 5
-1001110110 red-light 5
-1001110110 44-nation 5
-1001110110 treble-damages 5
-1001110110 seventh-circuit 5
-1001110110 ninth-circuit 6
-1001110110 texas 6
-1001110110 state-utility 7
-1001110110 second-degree 9
-1001110110 Paraguayan 9
-1001110110 court-supervised 11
-1001110110 Solidarity-led 18
-1001110110 state-court 34
-1001110110 federal 23225
-1001110110 supplementary 76
-10011101110 undeposited 1
-10011101110 banruptcy-law 1
-10011101110 captive-shipper 1
-10011101110 single-elimination 1
-10011101110 customer-builder 1
-10011101110 Breakthru 1
-10011101110 anti-Toshiba 1
-10011101110 police/fire 1
-10011101110 wildlife-habitat 1
-10011101110 family-advice 1
-10011101110 open-court 1
-10011101110 dual-source 1
-10011101110 single-Brated 1
-10011101110 dazedly 1
-10011101110 HartScott 1
-10011101110 seatcloth 1
-10011101110 better-franchised 1
-10011101110 common-market 1
-10011101110 vein-clogging 1
-10011101110 bankrutpcy-court 1
-10011101110 closed-court 1
-10011101110 intersystem 1
-10011101110 praticcal 1
-10011101110 3,000-person 1
-10011101110 intermaterial 1
-10011101110 CIA-Mossad 1
-10011101110 83A 1
-10011101110 85A 1
-10011101110 suspense-snuffing 1
-10011101110 anti-liability 1
-10011101110 210-page 1
-10011101110 Baker-inspired 1
-10011101110 asbestos-lawsuit 1
-10011101110 rate-review 1
-10011101110 delaying-action 1
-10011101110 post-Chapter 1
-10011101110 horse-and-buggy 1
-10011101110 non-vivid 1
-10011101110 patent-type 1
-10011101110 still-intense 1
-10011101110 Etruscans 1
-10011101110 Middendorf. 1
-10011101110 non-licensees 1
-10011101110 352-page 1
-10011101110 U.S.-Greek 1
-10011101110 greed-heads 1
-10011101110 Liberal-NDP 1
-10011101110 bankruptcy-court-protection 1
-10011101110 defense-economic 1
-10011101110 bankruptcty-law 1
-10011101110 WTTW-Channel 1
-10011101110 criminal-information 1
-10011101110 David-vs.-Goliath 1
-10011101110 Maine-grown 1
-10011101110 outlanders 1
-10011101110 23,885 1
-10011101110 roped-off 1
-10011101110 legal-style 1
-10011101110 262-page 1
-10011101110 9-approximately 1
-10011101110 presidential-congressional 1
-10011101110 producer-consumer 1
-10011101110 Pervasive 1
-10011101110 composition. 1
-10011101110 aug. 1
-10011101110 5,240.5 1
-10011101110 nerly 1
-10011101110 bargained-for 1
-10011101110 16MHz 1
-10011101110 DISQUALIFIED 1
-10011101110 non-Chapter 1
-10011101110 emasculates 1
-10011101110 price-and-seasonally 1
-10011101110 8K 1
-10011101110 b11.01 1
-10011101110 _ 1
-10011101110 country-versus-country 1
-10011101110 a11.66 1
-10011101110 b13.22 1
-10011101110 b11.72 1
-10011101110 b12.91 1
-10011101110 defense-consultant 1
-10011101110 public/private-sector 1
-10011101110 precompetitive 1
-10011101110 option-based 1
-10011101110 presidential/senatorial 1
-10011101110 bankrupty-law 1
-10011101110 BREAKING-UP 1
-10011101110 unfaltering 1
-10011101110 AIDS-based 2
-10011101110 72-hour 2
-10011101110 cordite 2
-10011101110 noise-related 2
-10011101110 below-freezing 2
-10011101110 loss-of-consortium 2
-10011101110 pre-Chapter 2
-10011101110 vaulter 2
-10011101110 power-disturbance 2
-10011101110 bankrutpcy-law 2
-10011101110 bankruptcylaw 3
-10011101110 interbrand 3
-10011101110 seaonally 3
-10011101110 bankrupcty-law 4
-10011101110 hand-eye 4
-10011101110 tortious 4
-10011101110 contempt-of-Congress 4
-10011101110 10-Q 6
-10011101110 bankruptcy-code 8
-10011101110 hedonic 11
-10011101110 13-D 29
-10011101110 treble 36
-10011101110 Deskpro 41
-10011101110 compensatory 181
-10011101110 bankruptcy-court 212
-10011101110 punitive 728
-10011101110 bankruptcy-law 1492
-10011101110 seasonally 1510
-10011101110 Chapter 2543
-10011101111 Acoma 1
-10011101111 nine-woman 1
-10011101111 Castelo 1
-10011101111 140,000-member 1
-10011101111 seven-millimeter 1
-10011101111 toughest-sentencing 1
-10011101111 construction-wage 1
-10011101111 11-judge 1
-10011101111 inter-departmental 1
-10011101111 26-officer 1
-10011101111 health-store 1
-10011101111 crash-survivability 1
-10011101111 11th-circuit 1
-10011101111 37-judge 1
-10011101111 intermediate-credit 1
-10011101111 drumhead 1
-10011101111 joint-ownership 1
-10011101111 unidentifed 1
-10011101111 distict 1
-10011101111 banckruptcy 1
-10011101111 100-foot-tall 1
-10011101111 antiterrorism 1
-10011101111 shipbuilding-subsidy 1
-10011101111 rackeetering 1
-10011101111 non-enforcement 1
-10011101111 Guinness-requested 1
-10011101111 ex-Colorado 1
-10011101111 bourbon-soaked 1
-10011101111 farmland-idling 1
-10011101111 kangeroo 1
-10011101111 anti-testing 1
-10011101111 solvency-threatening 1
-10011101111 warehouse-like 1
-10011101111 family-court 1
-10011101111 much-divided 1
-10011101111 Rehnquist-Scalia 1
-10011101111 woman-sized 1
-10011101111 truth-in-lending 1
-10011101111 bankrutcpty 1
-10011101111 mega-circuit 1
-10011101111 land-disposal 1
-10011101111 Food-for-Peace 1
-10011101111 FACA. 1
-10011101111 thousand-page 1
-10011101111 bankborrowing 1
-10011101111 IMAGINARY 1
-10011101111 emissions-warranty 1
-10011101111 Rationalizing 1
-10011101111 natural-gas-pricing 1
-10011101111 wedding-cake 1
-10011101111 instant-replay 1
-10011101111 longshoreman 1
-10011101111 similar-ounding 1
-10011101111 1,832 1
-10011101111 apellate 1
-10011101111 Testy 1
-10011101111 restrictive-practices 1
-10011101111 patient-dumping 1
-10011101111 bankuptcy 1
-10011101111 construction-site 1
-10011101111 ash-dumping 1
-10011101111 common-pleas 1
-10011101111 food-surplus 1
-10011101111 thhern 1
-10011101111 solar-industry 1
-10011101111 railway-labor 1
-10011101111 summary-trial 2
-10011101111 incognito 2
-10011101111 friend-of-the 2
-10011101111 bankrupcy 2
-10011101111 driver-training 2
-10011101111 appelate 2
-10011101111 viceregal 2
-10011101111 secret-service 2
-10011101111 appellate-court 2
-10011101111 superior-court 2
-10011101111 bankruptcy-protection 2
-10011101111 APPELLATE 2
-10011101111 farm-income 3
-10011101111 anti-graft 3
-10011101111 opt-in 3
-10011101111 circuit-court 3
-10011101111 Romanov 4
-10011101111 Castello 4
-10011101111 trial-court 6
-10011101111 KwaNdebele 6
-10011101111 bankrupcty 6
-10011101111 administrative-law 6
-10011101111 risk-assessment 8
-10011101111 district-court 11
-10011101111 small-claims 14
-10011101111 probate 38
-10011101111 chancery 50
-10011101111 11-member 51
-10011101111 supreme 213
-10011101111 appellate 230
-10011101111 circuit 619
-10011101111 grand 1811
-10011101111 district 2372
-10011101111 appeals 2816
-10011101111 bankruptcy 2893
-10011110000 mini-IMF 1
-10011110000 computer-sales 1
-10011110000 consumer-sales 1
-10011110000 truckstop-style 1
-10011110000 leather-wear 1
-10011110000 cruiseship 1
-10011110000 Toyota-Volkswagen 1
-10011110000 race-fixing 1
-10011110000 apparel-buying 1
-10011110000 buy-by-television 1
-10011110000 well-wrought 1
-10011110000 union-only 1
-10011110000 commodities-futures 1
-10011110000 bingo-parlor 1
-10011110000 cold-storage-facility 1
-10011110000 green-gray 1
-10011110000 1920s-style 1
-10011110000 census-taking 1
-10011110000 air-supply 1
-10011110000 paper-converting 1
-10011110000 toy-retailing 1
-10011110000 fabric-store 1
-10011110000 air-resupply 1
-10011110000 180.5-pound 1
-10011110000 multi-island 1
-10011110000 309-store 1
-10011110000 salmon-raising 1
-10011110000 pyramid-sales 1
-10011110000 airlift-resupply 1
-10011110000 dinner-house 1
-10011110000 42-unit 1
-10011110000 B-O-C 1
-10011110000 healthfoods 1
-10011110000 telemarketing-like 1
-10011110000 120-hour-a-week 1
-10011110000 school-accessories 1
-10011110000 seamless-pipe 1
-10011110000 1,500-store 1
-10011110000 spirits-market 1
-10011110000 peak-shedding 1
-10011110000 Direct-Marketing 1
-10011110000 Bainbridge-Aquabatten 1
-10011110000 332-store 1
-10011110000 then-stumbling 1
-10011110000 TV-rental 1
-10011110000 392-outlet 1
-10011110000 engine-components 1
-10011110000 astro-space 1
-10011110000 weapons-smuggling 1
-10011110000 outdoor-clothing 1
-10011110000 home-infusion-therapy 1
-10011110000 five-truck 1
-10011110000 resource-energy-systems 1
-10011110000 apparel-making 1
-10011110000 563-unit 1
-10011110000 5,687-store 1
-10011110000 450-hog 1
-10011110000 Northamptonshire-based 1
-10011110000 war-injured 1
-10011110000 Halloween-costume 1
-10011110000 Colorado-Utah 1
-10011110000 Tribune-Turner 1
-10011110000 75-and-older 1
-10011110000 Pandex 1
-10011110000 voice-systems 1
-10011110000 steam-system 1
-10011110000 bond-distribution 1
-10011110000 392-unit 1
-10011110000 department-stores 1
-10011110000 540-store 1
-10011110000 clinical-laboratory 1
-10011110000 bakery-restaurant 1
-10011110000 printed-circuit-board 1
-10011110000 Hydro-Aire 1
-10011110000 150-employee 1
-10011110000 dinnerhouse 1
-10011110000 wild-animal 1
-10011110000 bondresearch 1
-10011110000 23-person 1
-10011110000 Aeroplex 1
-10011110000 Sovyetskaya 1
-10011110000 141-store 1
-10011110000 food-bank 1
-10011110000 too-late-for-the-a.m.s 1
-10011110000 Vitre-Graf 1
-10011110000 beauty-supplies-store 1
-10011110000 830-store 1
-10011110000 interior-products 1
-10011110000 abalone-processing 1
-10011110000 natural-science 1
-10011110000 computer-switching 1
-10011110000 pharmacy-chain 1
-10011110000 6-foot-4-and-under 1
-10011110000 20-store 1
-10011110000 39-hospital 1
-10011110000 55-person 1
-10011110000 110-store 1
-10011110000 home-electronics 1
-10011110000 6,000-employee 1
-10011110000 loan-intermediation 1
-10011110000 hotstock 1
-10011110000 reserve-draining 1
-10011110000 retail-broker 1
-10011110000 luxuryitem 1
-10011110000 61-newspaper 1
-10011110000 media-and-entertainment 1
-10011110000 military-like 1
-10011110000 hog-farming 1
-10011110000 youthwear 1
-10011110000 Japanese-auto 1
-10011110000 Break-Free 1
-10011110000 litigation-services 1
-10011110000 Fast-Tax 1
-10011110000 advertising-placement 1
-10011110000 balsa-wood 1
-10011110000 ship-breaking 1
-10011110000 multi-regional 1
-10011110000 Acme/Chaston 1
-10011110000 private-arms 1
-10011110000 airport-restaurant 1
-10011110000 quintuple-bypass 1
-10011110000 multi-million-dollar 1
-10011110000 CIA-NSC 1
-10011110000 large-appliance 1
-10011110000 space-products 1
-10011110000 aircraft-controls 1
-10011110000 special-credits 1
-10011110000 drugstore-chain 1
-10011110000 freebooting 1
-10011110000 heating-products 1
-10011110000 corporatecommunications 1
-10011110000 12-hotel 1
-10011110000 Lee-Norse 1
-10011110000 Protector 1
-10011110000 granite-gray 1
-10011110000 VR/Wesson 1
-10011110000 Hersant-run 1
-10011110000 craft-stores 1
-10011110000 Fisher-Guide 1
-10011110000 Lily-Tulip 1
-10011110000 fife-and-drum 1
-10011110000 residential-community 1
-10011110000 meshlike 1
-10011110000 110,000-square-foot 1
-10011110000 professional-information 1
-10011110000 hydroponic-greenhouse 1
-10011110000 quick-change 1
-10011110000 Chrysler-Plymouth-Dodge 1
-10011110000 325-store 1
-10011110000 public-auction 1
-10011110000 five-store 1
-10011110000 prescription-drugs 1
-10011110000 executive-clothing 1
-10011110000 100-store 1
-10011110000 quick-lubrication 1
-10011110000 Pumptron 1
-10011110000 liquiditysteering 1
-10011110000 scented-candle 1
-10011110000 terminal-equipment 1
-10011110000 mall-nourishing 1
-10011110000 Miracle-Ear 1
-10011110000 fountain-syrup 1
-10011110000 radio-communications 1
-10011110000 old-lady 1
-10011110000 200-dealer 1
-10011110000 HUD-supervised 1
-10011110000 most-depressed 1
-10011110000 campaign-plane 1
-10011110000 delicatessen-and-grocery 1
-10011110000 33-store 1
-10011110000 82-store 1
-10011110000 seafood-restaurant 1
-10011110000 sugar-manufacturing 1
-10011110000 WNET-produced 1
-10011110000 resources-investment 1
-10011110000 platinummarketing 1
-10011110000 18-store 1
-10011110000 semifinished-products 1
-10011110000 anti-BASF 1
-10011110000 urological 1
-10011110000 sports-gear 1
-10011110000 general-books 1
-10011110000 vacuum-products 1
-10011110000 vacation-village 1
-10011110000 ex-telephone 1
-10011110000 10-restaurant 1
-10011110000 print-music 1
-10011110000 oil-marketing 1
-10011110000 litarary 1
-10011110000 agricultural-loan 1
-10011110000 upscale-jewelry 1
-10011110000 interactive-systems 1
-10011110000 Mexican-fast-food 1
-10011110000 Bandito 1
-10011110000 specialty-food-stores 1
-10011110000 Deco-style 1
-10011110000 merchantbanking 1
-10011110000 newspaper-chain 1
-10011110000 college-book 1
-10011110000 private-delivery 1
-10011110000 Investment-Banking 1
-10011110000 independent-study 1
-10011110000 delivery-based 1
-10011110000 country-radio 1
-10011110000 21-store 1
-10011110000 Pharmaseal 1
-10011110000 fiber-reinforcing 1
-10011110000 137-store 1
-10011110000 mill-service 1
-10011110000 videocassette-making 1
-10011110000 specialty-brands 1
-10011110000 leisure-travel 1
-10011110000 roast-beef-sandwich 1
-10011110000 144-store 1
-10011110000 29-dealer 1
-10011110000 juice-packaging 1
-10011110000 Amecom 1
-10011110000 leather-apparel 1
-10011110000 cement/concrete 1
-10011110000 consumer-magazines 1
-10011110000 business-furniture 1
-10011110000 car-smashing 1
-10011110000 teacher-support 1
-10011110000 beard-growing 1
-10011110000 Memcor 1
-10011110000 post-Yaltan 1
-10011110000 theater-exhibition 1
-10011110000 videocassette-rental 1
-10011110000 lead-processing 1
-10011110000 146-store 1
-10011110000 Amhara-dominated 1
-10011110000 U.S.-Honduran 1
-10011110000 glass-distributing 1
-10011110000 convenience-stores 1
-10011110000 loss-troubled 1
-10011110000 motorcycle-industry 1
-10011110000 military-truck 1
-10011110000 Welex 1
-10011110000 landmachinery 1
-10011110000 Bussman 1
-10011110000 panzer 1
-10011110000 ski-shop 1
-10011110000 computer-hardware-services 1
-10011110000 audio-components 1
-10011110000 special-asset 1
-10011110000 services-repair 1
-10011110000 all-Spanish 1
-10011110000 Transmic 1
-10011110000 property-claims-service 1
-10011110000 transportation-management-services 1
-10011110000 Asia/Australasia 1
-10011110000 power-boat 1
-10011110000 group-sales 1
-10011110000 retail-distribution 1
-10011110000 men's-clothing 1
-10011110000 3,750-unit 1
-10011110000 casket-making 1
-10011110000 insurance-premium-finance 1
-10011110000 Russian-Marxist 1
-10011110000 luncheon-voucher 1
-10011110000 Darex 1
-10011110000 aerobics-studio 1
-10011110000 membership-warehouse 1
-10011110000 psychiatric-center 1
-10011110000 science-products 1
-10011110000 polyomerase 1
-10011110000 donut-sales 1
-10011110000 Rothshchild 1
-10011110000 mainframe-manufacturing 1
-10011110000 314-store 1
-10011110000 premium-tobacco 1
-10011110000 Vellumoid 1
-10011110000 26-paper 1
-10011110000 113-store 1
-10011110000 internationalcredit 1
-10011110000 arts/craft 1
-10011110000 Etienne-Aigner 1
-10011110000 Heckett 1
-10011110000 advertising-services 1
-10011110000 Panamanian-based 1
-10011110000 grain-store 1
-10011110000 HomeClub-type 1
-10011110000 copy-shop 1
-10011110000 food-production 1
-10011110000 timber-salvaging 1
-10011110000 81-unit 1
-10011110000 856-store 1
-10011110000 Microsoft/Sybase 1
-10011110000 golfequipment 1
-10011110000 AUTOS 1
-10011110000 factory-construction 1
-10011110000 motor-products 1
-10011110000 rental-office 1
-10011110000 scientific-equipment 2
-10011110000 motor-hotel 2
-10011110000 business-magazines 2
-10011110000 bath-fashions 2
-10011110000 casual-apparel 2
-10011110000 townfolk 2
-10011110000 retail-space 2
-10011110000 Vive 2
-10011110000 37-store 2
-10011110000 fiber-products 2
-10011110000 PH 2
-10011110000 3+ 2
-10011110000 fruit-drink 2
-10011110000 65-store 2
-10011110000 vitamin-mineral 2
-10011110000 toystore 2
-10011110000 Baltimore-area 2
-10011110000 Hayters 2
-10011110000 Eater 2
-10011110000 medical-systems 2
-10011110000 AHP 2
-10011110000 gift-shop 2
-10011110000 Librascope 2
-10011110000 sex-change 2
-10011110000 68-store 2
-10011110000 NetWare 2
-10011110000 City-area 2
-10011110000 family-dining 2
-10011110000 specialty-toy 2
-10011110000 bio-products 2
-10011110000 Taussig-Blalock 2
-10011110000 bond-offering 2
-10011110000 MacTCP 2
-10011110000 oil-fields 2
-10011110000 public-radio 2
-10011110000 business-supplies 2
-10011110000 charter-flight 2
-10011110000 contra-aid 2
-10011110000 Marlite 2
-10011110000 non-target 2
-10011110000 machine-technology 2
-10011110000 securities-clearing 2
-10011110000 pet-shop 2
-10011110000 Mepco/Centralab 2
-10011110000 129-store 2
-10011110000 fuel-consumption 2
-10011110000 425-screen 2
-10011110000 citrus-processing 2
-10011110000 Rayloc 2
-10011110000 wire-harness 2
-10011110000 golf-club 3
-10011110000 hotel/casino 3
-10011110000 image-polishing 3
-10011110000 gasoline-station 3
-10011110000 fingertip 3
-10011110000 self-enforcement 3
-10011110000 mag 3
-10011110000 electromagnetics 3
-10011110000 26-store 3
-10011110000 car-lubrication 3
-10011110000 popsicle 3
-10011110000 Plexo 3
-10011110000 Transicold 3
-10011110000 beef-cattle 3
-10011110000 charter-airline 3
-10011110000 theatre 3
-10011110000 30-store 3
-10011110000 data-products 3
-10011110000 discount-department-store 3
-10011110000 gold-refining 3
-10011110000 dialysis-center 3
-10011110000 animal-control 3
-10011110000 casino/hotel 3
-10011110000 Magnedyne 3
-10011110000 Buckhead 3
-10011110000 handbill 3
-10011110000 drug-and-grocery 3
-10011110000 bootstrap 3
-10011110000 24-store 4
-10011110000 bullfight 4
-10011110000 good-old-boy 4
-10011110000 funeral-home 4
-10011110000 8000 4
-10011110000 record-store 4
-10011110000 QDE 4
-10011110000 hernia 4
-10011110000 affiliate-relations 4
-10011110000 17-store 4
-10011110000 liquor-store 4
-10011110000 Hizbollah 4
-10011110000 clothing-catalog 4
-10011110000 sambuca 4
-10011110000 travel-guide 4
-10011110000 ski-resort 5
-10011110000 100-hotel 5
-10011110000 Blower 5
-10011110000 hospital-products 5
-10011110000 discount-stores 5
-10011110000 civil-aviation 5
-10011110000 14-store 5
-10011110000 yahoo 5
-10011110000 16-store 5
-10011110000 cut-price 5
-10011110000 theater-chain 5
-10011110000 doorknob 6
-10011110000 jueteng 6
-10011110000 Contra-resupply 6
-10011110000 trade-magazine 6
-10011110000 Verson 6
-10011110000 toy-store 6
-10011110000 oceanfront 6
-10011110000 retail-chain 6
-10011110000 DC-3 6
-10011110000 clothing-store 7
-10011110000 bookshop 7
-10011110000 windmill 7
-10011110000 Crowntek 7
-10011110000 track-and-field 7
-10011110000 Convair 7
-10011110000 APT 7
-10011110000 pizzeria 7
-10011110000 Neue 8
-10011110000 building-supplies 8
-10011110000 Mercantil 8
-10011110000 swimwear 8
-10011110000 jewelry-store 9
-10011110000 polymerase 9
-10011110000 thrift-institution 9
-10011110000 microcircuits 9
-10011110000 drug-store 9
-10011110000 costume-jewelry 10
-10011110000 Contra-supply 10
-10011110000 Asia/Pacific 10
-10011110000 radio-station 10
-10011110000 semifinal 11
-10011110000 kelp 11
-10011110000 barbershop 11
-10011110000 Aramis 12
-10011110000 video-store 12
-10011110000 steakhouse 12
-10011110000 hardware-store 12
-10011110000 gumshoe 12
-10011110000 hypermarket 14
-10011110000 pawnshop 14
-10011110000 daisy 16
-10011110000 iris 16
-10011110000 Gilfillan 16
-10011110000 tugboat 17
-10011110000 gallbladder 17
-10011110000 catalog-showroom 17
-10011110000 Minitel 18
-10011110000 saloon 18
-10011110000 Goose 19
-10011110000 building-supply 19
-10011110000 Ginza 19
-10011110000 statehouse 20
-10011110000 discount-store 21
-10011110000 playback 22
-10011110000 turnpike 22
-10011110000 dorm 24
-10011110000 Jeep/Eagle 24
-10011110000 Post-Dispatch 25
-10011110000 tango 25
-10011110000 synagogue 28
-10011110000 fishery 28
-10011110000 racetrack 30
-10011110000 tavern 30
-10011110000 commando 32
-10011110000 dormitory 35
-10011110000 burger 36
-10011110000 sawmill 37
-10011110000 movie-theater 37
-10011110000 health-club 38
-10011110000 storefront 40
-10011110000 oyster 42
-10011110000 newswire 43
-10011110000 slum 48
-10011110000 cinema 49
-10011110000 plantation 49
-10011110000 foundry 57
-10011110000 nightclub 62
-10011110000 grocery-store 64
-10011110000 pub 66
-10011110000 convenience-store 73
-10011110000 banquet 74
-10011110000 casino-hotel 77
-10011110000 billboard 85
-10011110000 bookstore 90
-10011110000 brewery 114
-10011110000 motel 116
-10011110000 hamburger 129
-10011110000 tabloid 133
-10011110000 cafeteria 143
-10011110000 pig 150
-10011110000 navy 153
-10011110000 department-store 160
-10011110000 hotel-casino 163
-10011110000 textbook 169
-10011110000 condominium 179
-10011110000 Bible 182
-10011110000 drugstore 226
-10011110000 warehouse 409
-10011110000 lab 695
-10011110000 casino 733
-10011110000 supermarket 815
-10011110000 theater 1058
-10011110000 restaurant 1682
-10011110000 hospital 2331
-10011110000 hotel 2524
-10011110000 media 2854
-10011110000 store 3197
-10011110000 newspaper 3751
-10011110000 press 3952
-10011110000 magazine 3885
-100111100010 revenue-ravenous 1
-100111100010 deficit-obsessed 1
-100111100010 Gramm-Rudman-influenced 1
-100111100010 reregulatory-minded 1
-100111100010 protectionist-bent 1
-100111100010 jagged-glass 1
-100111100010 Army-style 1
-100111100010 Labor-controlled 1
-100111100010 persimmons 1
-100111100010 deficit-wary 1
-100111100010 rocket-riding 1
-100111100010 RSS1 1
-100111100010 liquid-drug 1
-100111100010 consturction 1
-100111100010 rum-based 1
-100111100010 Thatcher-dominated 1
-100111100010 projects-something 1
-100111100010 Sourdough 1
-100111100010 naso-gastro 1
-100111100010 357-member 1
-100111100010 truckbed 1
-100111100010 cardmember 2
-100111100010 jail-bar 2
-100111100010 tricameral 2
-100111100010 Hardison 2
-100111100010 steel-rod 2
-100111100010 Hof 2
-100111100010 Lukas-trained 2
-100111100010 retinoid 2
-100111100010 briquette 2
-100111100010 headcheese 2
-100111100010 custom-keyboard 2
-100111100010 composite-parts 2
-100111100010 allopurinol 2
-100111100010 spirits-based 2
-100111100010 Chiller 2
-100111100010 truck-body 2
-100111100010 Scirocco 3
-100111100010 situation-comedy 3
-100111100010 open-house 3
-100111100010 825SRX 3
-100111100010 dhow 3
-100111100010 grapefruit-juice 3
-100111100010 joggling 3
-100111100010 sardine 3
-100111100010 teeter-totter 3
-100111100010 Riehl 3
-100111100010 dinette 3
-100111100010 Pissarro 3
-100111100010 nuclear-materials 3
-100111100010 buccaneering 3
-100111100010 adult-bookstore 3
-100111100010 free-style 3
-100111100010 meatloaf 3
-100111100010 Spanish-style 3
-100111100010 professional-sports 3
-100111100010 Ultradrive 3
-100111100010 plotter 3
-100111100010 semi-automatic 3
-100111100010 sorbet 3
-100111100010 goggle 4
-100111100010 full-bore 4
-100111100010 mannerist 4
-100111100010 bubble-gum 5
-100111100010 toupee 5
-100111100010 pain-reliever 5
-100111100010 woodland 5
-100111100010 rhinoceros 5
-100111100010 feature-film 5
-100111100010 dill 5
-100111100010 walk-on 5
-100111100010 audiophile 5
-100111100010 shoe-polish 5
-100111100010 countertenor 6
-100111100010 marigold 6
-100111100010 Check-Up 6
-100111100010 carnation 6
-100111100010 KH-11 6
-100111100010 D-RAM 6
-100111100010 lacquer 6
-100111100010 tri-cone 6
-100111100010 grille 6
-100111100010 microwave-oven 6
-100111100010 Rheinhausen 6
-100111100010 pay-phone 6
-100111100010 headlight 6
-100111100010 intravenous-drug 6
-100111100010 Marshalls 7
-100111100010 confection 7
-100111100010 kilometer 7
-100111100010 chariot 7
-100111100010 mascara 7
-100111100010 slipper 7
-100111100010 towboat 7
-100111100010 tot 7
-100111100010 rattlesnake 7
-100111100010 methamphetamine 7
-100111100010 spacesuit 7
-100111100010 centrifuge 7
-100111100010 body-building 7
-100111100010 bottomfish 7
-100111100010 travel-agency 8
-100111100010 Gatling 8
-100111100010 widget 8
-100111100010 fungicide 8
-100111100010 VAD 8
-100111100010 fruit-juice 8
-100111100010 LeSharo 8
-100111100010 CSA 8
-100111100010 streetcar 8
-100111100010 beetle 8
-100111100010 marshmallow 8
-100111100010 suture 9
-100111100010 Atocha 9
-100111100010 occult 9
-100111100010 petroleum-products 9
-100111100010 motorboat 9
-100111100010 binder 9
-100111100010 carbon-dioxide 9
-100111100010 shaver 9
-100111100010 carbohydrate 9
-100111100010 nuclear-reactor 10
-100111100010 dinnerware 10
-100111100010 bagel 10
-100111100010 tractor-trailer 10
-100111100010 40-foot 10
-100111100010 peacock 10
-100111100010 Slowpoke 10
-100111100010 mosquito 10
-100111100010 mini-supercomputer 10
-100111100010 Bronte 11
-100111100010 1040EZ 11
-100111100010 pretzel 11
-100111100010 SRAM 12
-100111100010 diuretic 12
-100111100010 minisupercomputer 12
-100111100010 ranger 12
-100111100010 kimono 12
-100111100010 pellet 12
-100111100010 Chrysler-Plymouth 12
-100111100010 lollipop 13
-100111100010 zipper 13
-100111100010 blazer 14
-100111100010 thermostat 14
-100111100010 slivovitz 14
-100111100010 Montero 14
-100111100010 lathe 14
-100111100010 lager 14
-100111100010 snowmobile 15
-100111100010 hot-dog 15
-100111100010 decoder 16
-100111100010 minicar 16
-100111100010 coal-mine 16
-100111100010 roach 16
-100111100010 Eprom 16
-100111100010 jeep 16
-100111100010 skier 17
-100111100010 burro 17
-100111100010 megahouse 17
-100111100010 mango 17
-100111100010 preservative 17
-100111100010 analgesic 17
-100111100010 waterbed 18
-100111100010 gallium-arsenide 18
-100111100010 candlestick 18
-100111100010 leech 19
-100111100010 sneaker 19
-100111100010 Checker 19
-100111100010 Strawberries 20
-100111100010 three-story 20
-100111100010 pickle 20
-100111100010 swimsuit 20
-100111100010 nozzle 21
-100111100010 toothbrush 22
-100111100010 spear 22
-100111100010 polysilicon 23
-100111100010 mouthwash 23
-100111100010 scooter 23
-100111100010 steroid 23
-100111100010 K-car 25
-100111100010 tranquilizer 25
-100111100010 Lada 25
-100111100010 pottery 25
-100111100010 cartridge 26
-100111100010 tampon 26
-100111100010 rag 27
-100111100010 rayon 27
-100111100010 lubricant 27
-100111100010 transistor 28
-100111100010 small-car 28
-100111100010 handgun 29
-100111100010 swine 29
-100111100010 FSC 30
-100111100010 pastry 31
-100111100010 camcorder 31
-100111100010 sherry 31
-100111100010 modem 31
-100111100010 Blazer 32
-100111100010 cologne 32
-100111100010 used-car 32
-100111100010 flute 33
-100111100010 wallpaper 33
-100111100010 memory-chip 33
-100111100010 hilltop 33
-100111100010 doughnut 33
-100111100010 Dali 33
-100111100010 refrigerant 33
-100111100010 broom 34
-100111100010 lingerie 35
-100111100010 dishwasher 36
-100111100010 hydrocarbon 36
-100111100010 mink 36
-100111100010 rum 37
-100111100010 Corvette 38
-100111100010 sailboat 38
-100111100010 casket 39
-100111100010 mattress 40
-100111100010 tablet 44
-100111100010 tile 46
-100111100010 freeway 46
-100111100010 mule 46
-100111100010 fisheries 48
-100111100010 lamp 48
-100111100010 porcelain 48
-100111100010 feedlot 50
-100111100010 butcher 50
-100111100010 cola 51
-100111100010 lobster 51
-100111100010 liner 51
-100111100010 bee 53
-100111100010 crane 55
-100111100010 worm 56
-100111100010 sausage 56
-100111100010 Probe 60
-100111100010 monkey 61
-100111100010 cottage 62
-100111100010 blade 63
-100111100010 wig 63
-100111100010 menswear 64
-100111100010 limestone 65
-100111100010 fountain 67
-100111100010 raisin 67
-100111100010 bulb 68
-100111100010 locomotive 69
-100111100010 yarn 69
-100111100010 sweater 71
-100111100010 hospitality 71
-100111100010 Fiero 75
-100111100010 tuna 75
-100111100010 condo 76
-100111100010 shampoo 81
-100111100010 typewriter 83
-100111100010 nursery 83
-100111100010 compressor 86
-100111100010 diaper 86
-100111100010 underwear 88
-100111100010 T-shirt 99
-100111100010 trailer 99
-100111100010 Scotch 100
-100111100010 bike 102
-100111100010 condom 107
-100111100010 showroom 109
-100111100010 doll 115
-100111100010 barge 119
-100111100010 turkey 120
-100111100010 minivan 120
-100111100010 VCR 122
-100111100010 refrigerator 128
-100111100010 tractor 130
-100111100010 cookie 131
-100111100010 landfill 134
-100111100010 lens 134
-100111100010 motorcycle 137
-100111100010 fur 142
-100111100010 cabin 143
-100111100010 toothpaste 143
-100111100010 fragrance 145
-100111100010 robot 145
-100111100010 keyboard 150
-100111100010 bicycle 159
-100111100010 garage 161
-100111100010 microchip 161
-100111100010 cooler 162
-100111100010 Samurai 170
-100111100010 pasta 172
-100111100010 perfume 177
-100111100010 pesticide 187
-100111100010 brick 192
-100111100010 cereal 208
-100111100010 clone 216
-100111100010 manual 216
-100111100010 ballet 217
-100111100010 cockpit 219
-100111100010 diamond 244
-100111100010 Jeep 263
-100111100010 workstation 272
-100111100010 battery 284
-100111100010 supercomputer 286
-100111100010 carpet 289
-100111100010 pizza 331
-100111100010 coin 336
-100111100010 container 344
-100111100010 fiber 352
-100111100010 garden 362
-100111100010 musical 500
-100111100010 vaccine 565
-100111100010 catalog 571
-100111100010 van 578
-100111100010 boat 674
-100111100010 camera 742
-100111100010 bus 820
-100111100010 cigarette 943
-100111100010 wine 1023
-100111100010 glass 1024
-100111100010 beer 1245
-100111100010 vehicle 1589
-100111100010 chip 1723
-100111100010 truck 1757
-100111100010 factory 1767
-100111100010 movie 2666
-100111100010 film 2938
-100111100010 drug 8357
-100111100010 car 5703
-100111100011 arms-summit 1
-100111100011 screwlike 1
-100111100011 3090E 1
-100111100011 Kool-Aid-colored 1
-100111100011 Coke/old 1
-100111100011 Camper 1
-100111100011 PC-RT 1
-100111100011 nasty-executive 1
-100111100011 tightly-disciplined 1
-100111100011 transimission 1
-100111100011 see-no-evil-hear-no-evil 1
-100111100011 barcoded 1
-100111100011 no-salt 1
-100111100011 4AD 1
-100111100011 Cetera 1
-100111100011 Jeep-production 1
-100111100011 high-dosage 1
-100111100011 buffalo-meat 1
-100111100011 whooping-cough 1
-100111100011 1,600-page 1
-100111100011 tent-meeting 1
-100111100011 stock-evaluation 1
-100111100011 20-window 1
-100111100011 thick-film 1
-100111100011 lemon-drink 1
-100111100011 airline-manufacturing 1
-100111100011 Wright-Rudman 1
-100111100011 white-plastic 1
-100111100011 Naugahyde 1
-100111100011 SR5 1
-100111100011 tax-information 1
-100111100011 beverage-portfolio 1
-100111100011 Textra 1
-100111100011 high-fluoride 1
-100111100011 gin-and-orange-juice 1
-100111100011 greenway 1
-100111100011 Nielsens 1
-100111100011 babka 1
-100111100011 tumor-associated 1
-100111100011 banana-fiber 1
-100111100011 laundermat 1
-100111100011 seven-company 1
-100111100011 in-every-home 1
-100111100011 halide-based 1
-100111100011 rotary-file 1
-100111100011 middle-of-the-line 1
-100111100011 5990-series 1
-100111100011 procurement/marketing 1
-100111100011 committeemen 1
-100111100011 maximum-tax 1
-100111100011 thirst-quencher 1
-100111100011 one-franc 1
-100111100011 parents-and-kids 1
-100111100011 SL-1 1
-100111100011 SEi 1
-100111100011 broadband 1
-100111100011 mortgage-credit 1
-100111100011 Tennesseans 1
-100111100011 call-routing 1
-100111100011 software-marketing 1
-100111100011 nipapalm 1
-100111100011 EC-1 1
-100111100011 crisis-response 1
-100111100011 fast-cut 1
-100111100011 passenger-safety 1
-100111100011 miniconglomerates 1
-100111100011 over-counter-trading 1
-100111100011 furors 1
-100111100011 toy-sales 1
-100111100011 schnitzel 2
-100111100011 majority-party 2
-100111100011 etouffee 2
-100111100011 1987-1/2 2
-100111100011 amino-acid 2
-100111100011 radar-aircraft 2
-100111100011 90-footer 2
-100111100011 Miamians 2
-100111100011 dreamboat 2
-100111100011 Interhash 2
-100111100011 Aviion 2
-100111100011 MV40000 2
-100111100011 GVL 2
-100111100011 GVS 2
-100111100011 528e 2
-100111100011 two-handled 2
-100111100011 leveraged-liberalism 2
-100111100011 single-level 2
-100111100011 Koromex 2
-100111100011 386S 2
-100111100011 shower-singing 2
-100111100011 minibudget 2
-100111100011 hydrate 2
-100111100011 Apostrophe 2
-100111100011 labels. 2
-100111100011 C201 2
-100111100011 StorageTek 2
-100111100011 TenderCare 2
-100111100011 cornice 2
-100111100011 318i 2
-100111100011 LXi 2
-100111100011 bomba 2
-100111100011 enmities 2
-100111100011 once-over-lightly 2
-100111100011 rail-intermodal 2
-100111100011 box-sized 2
-100111100011 computer-printed 2
-100111100011 80/90 2
-100111100011 retail-sized 2
-100111100011 1100-90 2
-100111100011 financial-center 2
-100111100011 cocaine-related 2
-100111100011 80-bed 3
-100111100011 jowls 3
-100111100011 635CSi 3
-100111100011 caplet 3
-100111100011 XA2000 3
-100111100011 wish-list 3
-100111100011 PS-2 3
-100111100011 E5 3
-100111100011 consumption-led 3
-100111100011 over-the 3
-100111100011 Coty 3
-100111100011 Relativity 3
-100111100011 bisdithiocarbamate 3
-100111100011 928S-4 3
-100111100011 condiment 3
-100111100011 scatter-gun 3
-100111100011 hydrates 3
-100111100011 535i 3
-100111100011 500SL 3
-100111100011 xeric 3
-100111100011 1100/90 3
-100111100011 GXE 3
-100111100011 medical-emergency 3
-100111100011 sorriest 4
-100111100011 Eighty-Eight 4
-100111100011 sign-off 4
-100111100011 hothead 4
-100111100011 wage-setting 4
-100111100011 rind 4
-100111100011 Chillery 4
-100111100011 A6 4
-100111100011 blotches 4
-100111100011 Corsica/Beretta 4
-100111100011 Wilsons 4
-100111100011 Silhouette 4
-100111100011 Erato 4
-100111100011 sportscar 5
-100111100011 735i 5
-100111100011 GTA 5
-100111100011 EX 5
-100111100011 MV 5
-100111100011 mind-sets 5
-100111100011 curd 5
-100111100011 bouillon 5
-100111100011 CLX 5
-100111100011 planter 5
-100111100011 Ektar 5
-100111100011 190D 5
-100111100011 cleaver 5
-100111100011 Breton 5
-100111100011 Sun-3 5
-100111100011 V-series 5
-100111100011 1,200-mile 6
-100111100011 lookalikes 6
-100111100011 Galant 6
-100111100011 325i 6
-100111100011 grain-marketing 6
-100111100011 nugget 6
-100111100011 Forenza 6
-100111100011 base-model 6
-100111100011 tax-withholding 6
-100111100011 heirloom 7
-100111100011 burrito 7
-100111100011 sparrow 7
-100111100011 DPS 7
-100111100011 Vanagon 7
-100111100011 386SX 7
-100111100011 5990 7
-100111100011 centerfold 7
-100111100011 IIe 7
-100111100011 ST 7
-100111100011 XR4Ti 7
-100111100011 Cray-2 8
-100111100011 Justy 8
-100111100011 ballgame 8
-100111100011 190E 8
-100111100011 peptide 8
-100111100011 7000 8
-100111100011 I.D. 8
-100111100011 Omni/Horizon 8
-100111100011 1975-80 8
-100111100011 I-Mark 8
-100111100011 Monster 8
-100111100011 teriyaki 9
-100111100011 two-seater 9
-100111100011 Passat 9
-100111100011 RX-7 9
-100111100011 confessional 9
-100111100011 yearling 9
-100111100011 Taurus/Sable 10
-100111100011 Tipo 10
-100111100011 PCjr 10
-100111100011 Q45 10
-100111100011 Brougham 10
-100111100011 conga 11
-100111100011 committeeman 11
-100111100011 pox 12
-100111100011 turbo 12
-100111100011 medallion 12
-100111100011 jerky 13
-100111100011 Vectra 13
-100111100011 DeVille 13
-100111100011 4381 14
-100111100011 TC 14
-100111100011 grinder 14
-100111100011 Scorpio 14
-100111100011 Tercel 14
-100111100011 roll-out 15
-100111100011 CRX 15
-100111100011 demarcation 15
-100111100011 Casera 17
-100111100011 antacid 17
-100111100011 Sedan 17
-100111100011 whirlpool 18
-100111100011 X-MP 18
-100111100011 coop 18
-100111100011 VAXstation 19
-100111100011 LX 20
-100111100011 Slice 21
-100111100011 FX 21
-100111100011 Toronado 21
-100111100011 maglev 22
-100111100011 Prelude 22
-100111100011 LS 22
-100111100011 Stanza 23
-100111100011 Merkur 24
-100111100011 Jetta 26
-100111100011 3090 26
-100111100011 XJ6 27
-100111100011 Allante 28
-100111100011 MicroVAX 28
-100111100011 Corolla 29
-100111100011 Coupe 30
-100111100011 carry-over 30
-100111100011 GL 33
-100111100011 anthem 36
-100111100011 Wrangler 36
-100111100011 bran 36
-100111100011 Walkman 38
-100111100011 Camry 39
-100111100011 rollout 41
-100111100011 model-year 43
-100111100011 AS/400 44
-100111100011 nameplate 44
-100111100011 hatchback 47
-100111100011 Lumina 47
-100111100011 pastime 64
-100111100011 GM-10 69
-100111100011 blimp 71
-100111100011 cane 71
-100111100011 Amiga 76
-100111100011 oxide 82
-100111100011 bicentennial 86
-100111100011 9370 87
-100111100011 leaf 94
-100111100011 Escort 98
-100111100011 freshman 106
-100111100011 bug 110
-100111100011 W-4 115
-100111100011 medal 151
-100111100011 banner 163
-100111100011 Accord 171
-100111100011 sedan 175
-100111100011 hormone 203
-100111100011 census 249
-100111100011 PS/2 300
-100111100011 cell 343
-100111100011 meal 416
-100111100011 calendar 461
-100111100011 harvest 635
-100111100011 ticket 989
-100111100011 brand 1646
-100111100011 crop 1716
-100111100011 product 8153
-100111100011 model 2973
-100111100100 31-degree 1
-100111100100 summerlike 1
-100111100100 close-to-normal 1
-100111100100 racing-news 1
-100111100100 marching-band 1
-100111100100 express-freight 1
-100111100100 high-ratings 1
-100111100100 5-17 1
-100111100100 cucumber-smelling 1
-100111100100 non-hyperbolic 1
-100111100100 dish-antenna 1
-100111100100 chanteys 1
-100111100100 immigrant-tale 1
-100111100100 non-air 1
-100111100100 unstimulating 1
-100111100100 Federal-Bell 1
-100111100100 direct-to-the-U.S. 1
-100111100100 64-inch 1
-100111100100 weekend-only 1
-100111100100 fast-lubrication 1
-100111100100 begrudging 1
-100111100100 35-44 1
-100111100100 NBC-made 1
-100111100100 dejeuner 1
-100111100100 30-below 1
-100111100100 aversive 1
-100111100100 bomb-grade 1
-100111100100 morphogenetic 1
-100111100100 mainland-Japan 1
-100111100100 Epstein-Barr 1
-100111100100 garbage-dumping 1
-100111100100 finger-sized 1
-100111100100 rail-and-highway 1
-100111100100 tangy-sweet 1
-100111100100 clot-disolving 1
-100111100100 300,000,000,000,000,000,000,000,000 1
-100111100100 multiflavored 1
-100111100100 2,611 1
-100111100100 seal-blubber 1
-100111100100 Foreign-debt 1
-100111100100 galium 1
-100111100100 non-declared 1
-100111100100 gold-laden 1
-100111100100 late-night-TV 1
-100111100100 vapor-venting 1
-100111100100 trial-balloon 1
-100111100100 seeped-in 1
-100111100100 Texas-Louisiana 1
-100111100100 fixed-route 1
-100111100100 prodemocracy 1
-100111100100 spay/neuter 1
-100111100100 Alar-style 1
-100111100100 water-particle 1
-100111100100 container-refuse 1
-100111100100 non-stain-resistant 1
-100111100100 commerical-banking 1
-100111100100 deep-dwelling 1
-100111100100 preplanning 1
-100111100100 64-degree 1
-100111100100 weapons-usable 1
-100111100100 tenant-landlord 1
-100111100100 drier-than-normal 1
-100111100100 mock-Japanese 1
-100111100100 amateur-baseball 1
-100111100100 nonrebating 1
-100111100100 typewriter-style 1
-100111100100 divorce-related 1
-100111100100 gabardine 1
-100111100100 new-mown 1
-100111100100 egg-borne 1
-100111100100 laboratory-acquired 1
-100111100100 defect-related 1
-100111100100 audio-tech 1
-100111100100 synthesizer-driven 1
-100111100100 blackberry-basil 1
-100111100100 chuckholed 1
-100111100100 newspaper-and-croissant 1
-100111100100 fascimile-machine 1
-100111100100 export-controlling 1
-100111100100 Riverwalk 1
-100111100100 less-than-amicable 1
-100111100100 advertiser-supplied 1
-100111100100 modulatory 1
-100111100100 wind-blitzed 1
-100111100100 express-bus 1
-100111100100 save-the-universe 1
-100111100100 three-times-a-week 1
-100111100100 shuttle-type 1
-100111100100 oil-forming 1
-100111100100 woodpecker 1
-100111100100 red-tailed 1
-100111100100 unforested 1
-100111100100 warmer-than-normal 2
-100111100100 bagpipe 2
-100111100100 bitter-cold 2
-100111100100 dinner-hour 2
-100111100100 non-credit 2
-100111100100 Caesarean-section 2
-100111100100 tabasco 2
-100111100100 sex-gene 2
-100111100100 868,778 2
-100111100100 Semillon 2
-100111100100 intra-family 2
-100111100100 2,317 2
-100111100100 g-CSF 2
-100111100100 1,202 2
-100111100100 brick-hard 2
-100111100100 switching-equipment 2
-100111100100 70-plus 2
-100111100100 tasseling 2
-100111100100 river-bank 2
-100111100100 self-stick 2
-100111100100 needle-stick 2
-100111100100 pelf 2
-100111100100 pension-dumping 2
-100111100100 well-trampled 2
-100111100100 45,800 2
-100111100100 call-girl 2
-100111100100 sequinned 2
-100111100100 Treason 2
-100111100100 oily-looking 2
-100111100100 passsenger 2
-100111100100 air-passenger 2
-100111100100 gold-bearing 2
-100111100100 post-Balanchinian 2
-100111100100 grade-A 2
-100111100100 ticket-counter 2
-100111100100 putrid 2
-100111100100 Lidex 2
-100111100100 non-explosive 2
-100111100100 missing-in-action 2
-100111100100 gastroesophageal 2
-100111100100 income-tax-preparation 2
-100111100100 in-the-home 2
-100111100100 rhubarb 2
-100111100100 fino 2
-100111100100 antiabortion 2
-100111100100 ruly 2
-100111100100 insufficient-funds 2
-100111100100 brucellosis 2
-100111100100 crash-injury 2
-100111100100 iced-tea 2
-100111100100 employer/employee 2
-100111100100 fact-gathering 2
-100111100100 regulator-assisted 2
-100111100100 flambe 2
-100111100100 all-Gershwin 2
-100111100100 plasticene 2
-100111100100 dog-day 2
-100111100100 cysts 2
-100111100100 Karoo 2
-100111100100 neoclassic 3
-100111100100 HIV/AIDS 3
-100111100100 M6 3
-100111100100 milder-than-usual 3
-100111100100 taro 3
-100111100100 LAV-2 3
-100111100100 fireside 3
-100111100100 50-pound 3
-100111100100 Eldercare 3
-100111100100 auto-dealer 3
-100111100100 sauntering 3
-100111100100 pumpernickel 3
-100111100100 snakelike 3
-100111100100 blotter 3
-100111100100 giardiasis 3
-100111100100 grayish 3
-100111100100 frisk 3
-100111100100 Mugs 3
-100111100100 current-events 3
-100111100100 government-paid 3
-100111100100 lead-free 3
-100111100100 offpeak 3
-100111100100 dandruff 3
-100111100100 Phase-3 3
-100111100100 AIDS-causing 3
-100111100100 strapless 3
-100111100100 aseptic 3
-100111100100 fuel-related 3
-100111100100 Bernini 3
-100111100100 sado-masochistic 3
-100111100100 downwind 3
-100111100100 acid-based 3
-100111100100 Airstream 3
-100111100100 Steer-Mom 3
-100111100100 indigo 3
-100111100100 hermit 3
-100111100100 nordic 3
-100111100100 pop-up 4
-100111100100 music-oriented 4
-100111100100 mid-century 4
-100111100100 cognition 4
-100111100100 Ovaltine 4
-100111100100 TRAX 4
-100111100100 network-TV 4
-100111100100 fainting 4
-100111100100 MIR 4
-100111100100 Montparnasse 4
-100111100100 undiagnosed 4
-100111100100 Puss 4
-100111100100 EC-made 4
-100111100100 Contragate 4
-100111100100 GSL 4
-100111100100 Panavision 4
-100111100100 Kojonup 4
-100111100100 wicking 4
-100111100100 1976-1982 4
-100111100100 Kix 4
-100111100100 D-2 4
-100111100100 overdressed 4
-100111100100 RTD 4
-100111100100 airbag 4
-100111100100 bedspread 4
-100111100100 Schwartauer 4
-100111100100 Metroliner 4
-100111100100 leasable 4
-100111100100 Endymion 4
-100111100100 liturgical 4
-100111100100 1,023 4
-100111100100 sports-oriented 4
-100111100100 danazol 4
-100111100100 mini-doll 4
-100111100100 pine-covered 4
-100111100100 aquisitions 4
-100111100100 Afro 4
-100111100100 deuterium 4
-100111100100 lobe 4
-100111100100 schlami 4
-100111100100 aborigine 4
-100111100100 water-borne 4
-100111100100 Mbaqanga 4
-100111100100 VisaPhone 4
-100111100100 Porcher 4
-100111100100 sphinx-like 4
-100111100100 garage-door 4
-100111100100 Saharan 5
-100111100100 engraving 5
-100111100100 brie 5
-100111100100 commercial-free 5
-100111100100 auto-accident 5
-100111100100 InterTalent 5
-100111100100 alder 5
-100111100100 Aeropostale 5
-100111100100 Santeria 5
-100111100100 artichoke 5
-100111100100 goulash 5
-100111100100 Martine 5
-100111100100 re-registration 5
-100111100100 ECPA 5
-100111100100 One-Pass 5
-100111100100 trackside 5
-100111100100 milk-based 5
-100111100100 homemaking 5
-100111100100 cellulite 5
-100111100100 eggplant 5
-100111100100 HSV 5
-100111100100 unimproved 5
-100111100100 embalming 5
-100111100100 pita 5
-100111100100 KPFK 5
-100111100100 drinkable 5
-100111100100 5500 5
-100111100100 trinket 5
-100111100100 dog-tooth 5
-100111100100 Frigidaire 5
-100111100100 CDW 5
-100111100100 concrete-and-steel 5
-100111100100 WorldPass 5
-100111100100 nafarelin 5
-100111100100 Leukemia 6
-100111100100 potable 6
-100111100100 meatball 6
-100111100100 Lip 6
-100111100100 Clio 6
-100111100100 polyacetylene 6
-100111100100 aoudad 6
-100111100100 cheddar 6
-100111100100 digitized 6
-100111100100 2-by-4 6
-100111100100 truth-telling 6
-100111100100 Freeform 6
-100111100100 Orangina 6
-100111100100 Off-Broadway 6
-100111100100 stone-washing 6
-100111100100 rock-and-roll 6
-100111100100 M.O. 6
-100111100100 vaccinia 6
-100111100100 naltrexone 6
-100111100100 developable 6
-100111100100 Velcro 6
-100111100100 ambulance-chasing 6
-100111100100 phase-two 6
-100111100100 scriptwriting 6
-100111100100 looped 6
-100111100100 trial-and-error 6
-100111100100 fin-de-siecle 6
-100111100100 marimba 6
-100111100100 DPT 7
-100111100100 amphetamine 7
-100111100100 muggy 7
-100111100100 Everyman 7
-100111100100 kimchi 7
-100111100100 3.8-liter 7
-100111100100 microfiche 7
-100111100100 reciprocating 7
-100111100100 puffer 7
-100111100100 MS 7
-100111100100 Mutt 7
-100111100100 MRP 7
-100111100100 raptor 7
-100111100100 Beefeater 7
-100111100100 Riesling 7
-100111100100 Dixieland 7
-100111100100 ant 7
-100111100100 business-class 7
-100111100100 mesothelioma 7
-100111100100 Snoopy 7
-100111100100 reduced-instruction-set-computing 7
-100111100100 IMU 7
-100111100100 Matsapa 7
-100111100100 italics 7
-100111100100 anti-family 7
-100111100100 truffle 7
-100111100100 pepperoni 7
-100111100100 FC134a 7
-100111100100 hypothermia 7
-100111100100 MIC 7
-100111100100 Zeebrugge 8
-100111100100 interplanetary 8
-100111100100 gout 8
-100111100100 Ashcreek 8
-100111100100 teak 8
-100111100100 sable 8
-100111100100 otter 8
-100111100100 chinook 8
-100111100100 10-to-1 8
-100111100100 decompression 8
-100111100100 crankshaft 8
-100111100100 archeological 8
-100111100100 WWII 8
-100111100100 BST 8
-100111100100 Smalltalk 8
-100111100100 inclement 8
-100111100100 private-school 8
-100111100100 oblong 8
-100111100100 Skoda 8
-100111100100 scleroderma 9
-100111100100 berry 9
-100111100100 Tavist 9
-100111100100 Chianti 9
-100111100100 muslin 9
-100111100100 anti-wrinkle 9
-100111100100 foie 9
-100111100100 Landsat 9
-100111100100 aeronautics 9
-100111100100 cellophane 9
-100111100100 '68 9
-100111100100 sulfite 9
-100111100100 macaroni 9
-100111100100 pre-kindergarten 9
-100111100100 radium 9
-100111100100 private-industry 9
-100111100100 Christendom 9
-100111100100 flag-burning 9
-100111100100 bebop 9
-100111100100 cytology 9
-100111100100 VSAT 9
-100111100100 well-done 9
-100111100100 AlaskaMen 9
-100111100100 Torque 9
-100111100100 reflexivity 9
-100111100100 zydeco 10
-100111100100 peat 10
-100111100100 Medi-Cal 10
-100111100100 Inglenook 10
-100111100100 unorganized 10
-100111100100 VHS-C 10
-100111100100 kenaf 10
-100111100100 phonograph 10
-100111100100 Lark 10
-100111100100 rashes 10
-100111100100 EBDC 10
-100111100100 cappuccino 10
-100111100100 chimpanzee 10
-100111100100 VISA 10
-100111100100 100-degree 10
-100111100100 wastewater 10
-100111100100 Bayonne 10
-100111100100 typhoid 10
-100111100100 pumice 11
-100111100100 styrofoam 11
-100111100100 dew 11
-100111100100 Verve 11
-100111100100 skeet 11
-100111100100 T-1 11
-100111100100 Sanskrit 11
-100111100100 scavenger 11
-100111100100 post-accident 11
-100111100100 Tron 11
-100111100100 gauze 11
-100111100100 ex 11
-100111100100 inanimate 11
-100111100100 HTLV-I 11
-100111100100 oboe 11
-100111100100 urinalysis 12
-100111100100 grandfathering 12
-100111100100 Dealerline 12
-100111100100 Vaseline 12
-100111100100 rabies 12
-100111100100 Velveeta 12
-100111100100 Miata 12
-100111100100 bighorn 12
-100111100100 Stolichnaya 12
-100111100100 Precis 12
-100111100100 Oxbridge 12
-100111100100 jade 13
-100111100100 Lysol 13
-100111100100 hemophilia 13
-100111100100 freshwater 13
-100111100100 CAD 13
-100111100100 broiling 13
-100111100100 salsa 13
-100111100100 hepatitis-B 13
-100111100100 Sputnik 13
-100111100100 NA 13
-100111100100 FAX 13
-100111100100 kayaking 13
-100111100100 Smirnoff 13
-100111100100 overwork 13
-100111100100 Transformers 13
-100111100100 rib 13
-100111100100 candlelight 13
-100111100100 gator 13
-100111100100 leprosy 14
-100111100100 NewWave 14
-100111100100 epilepsy 14
-100111100100 antiquities 14
-100111100100 enamel 14
-100111100100 Nehemiah 14
-100111100100 Mild 14
-100111100100 ammo 14
-100111100100 arable 14
-100111100100 yoga 14
-100111100100 RoadRailer 14
-100111100100 lewd 14
-100111100100 Marineland 15
-100111100100 TIL 15
-100111100100 waterfowl 15
-100111100100 beluga 15
-100111100100 lavender 15
-100111100100 acupuncture 15
-100111100100 in-vitro 16
-100111100100 blueberry 16
-100111100100 clotting 16
-100111100100 feverfew 16
-100111100100 Chiapas 16
-100111100100 bluegrass 16
-100111100100 Colorwatch 17
-100111100100 urchin 17
-100111100100 AAdvantage 17
-100111100100 demon 17
-100111100100 unsightly 17
-100111100100 heart-disease 17
-100111100100 Tougaloo 17
-100111100100 grizzly 17
-100111100100 kiwi 17
-100111100100 Biedermeier 17
-100111100100 sightseeing 17
-100111100100 burlap 17
-100111100100 reggae 17
-100111100100 A-B 17
-100111100100 Spinfizz 17
-100111100100 telecommuting 17
-100111100100 Play-Doh 17
-100111100100 JIT 17
-100111100100 oncoming 17
-100111100100 flowered 17
-100111100100 Crotonville 18
-100111100100 overland 18
-100111100100 ovulation 18
-100111100100 B-scale 18
-100111100100 Habitat 18
-100111100100 Emmy 18
-100111100100 crocus 18
-100111100100 VIP 18
-100111100100 slapstick 18
-100111100100 polka 18
-100111100100 child-rearing 18
-100111100100 Wheaties 18
-100111100100 Cheerios 18
-100111100100 Listerine 18
-100111100100 onion 19
-100111100100 movable 19
-100111100100 Kronk 19
-100111100100 8th 19
-100111100100 Subway 19
-100111100100 Beaujolais 19
-100111100100 breast-cancer 19
-100111100100 Steppenwolf 19
-100111100100 badminton 20
-100111100100 Rossini 20
-100111100100 plasma 20
-100111100100 Malacanang 20
-100111100100 rush-hour 20
-100111100100 Kleenex 20
-100111100100 walnut 20
-100111100100 seltzer 20
-100111100100 PCP 21
-100111100100 smallpox 21
-100111100100 cholera 21
-100111100100 Eternity 21
-100111100100 ALPS 21
-100111100100 dystrophin 21
-100111100100 Nuremberg 21
-100111100100 psoriasis 22
-100111100100 supper 22
-100111100100 influenza 22
-100111100100 FSA 22
-100111100100 Bresse 22
-100111100100 semen 22
-100111100100 ballast 23
-100111100100 emphysema 23
-100111100100 mumps 23
-100111100100 colorization 23
-100111100100 est 23
-100111100100 Freon 23
-100111100100 quail 23
-100111100100 IVF 23
-100111100100 Midas 24
-100111100100 Caldor 24
-100111100100 CASE 24
-100111100100 acetaminophen 24
-100111100100 Lexis 24
-100111100100 almond 24
-100111100100 Lanvin 24
-100111100100 Outward 24
-100111100100 SAD 24
-100111100100 HTLV-1 24
-100111100100 fluoride 24
-100111100100 saltwater 25
-100111100100 check-in 25
-100111100100 thrombolytic 25
-100111100100 Absolut 26
-100111100100 shellfish 26
-100111100100 Izod 26
-100111100100 Rhone 26
-100111100100 alphabet 27
-100111100100 impoundment 27
-100111100100 kerosene 27
-100111100100 J&B 27
-100111100100 fingerprint 27
-100111100100 menopause 27
-100111100100 chiropractic 28
-100111100100 Hiroshima 28
-100111100100 amyloid 28
-100111100100 Passover 28
-100111100100 Impulse 29
-100111100100 deodorant 29
-100111100100 Abscam 30
-100111100100 off-Broadway 30
-100111100100 Garfield 30
-100111100100 midweek 30
-100111100100 angina 30
-100111100100 hardcover 30
-100111100100 frying 31
-100111100100 ROTC 31
-100111100100 Teflon 31
-100111100100 salami 32
-100111100100 ibuprofen 32
-100111100100 cellulose 32
-100111100100 pre-employment 32
-100111100100 measles 32
-100111100100 Roundup 33
-100111100100 Spam 33
-100111100100 Phobos 33
-100111100100 Intourist 33
-100111100100 unisex 33
-100111100100 sushi 34
-100111100100 melanin 34
-100111100100 manga 34
-100111100100 fancier 34
-100111100100 first-degree 34
-100111100100 chrome 34
-100111100100 occupant 34
-100111100100 polar 34
-100111100100 Iranamok 34
-100111100100 allergy 35
-100111100100 Niihau 35
-100111100100 Camel 35
-100111100100 Hanes 36
-100111100100 Kool-Aid 36
-100111100100 surfing 37
-100111100100 autograph 37
-100111100100 opium 38
-100111100100 AA 38
-100111100100 Caesarean 38
-100111100100 fasting 38
-100111100100 bamboo 39
-100111100100 Rodin 39
-100111100100 linear 39
-100111100100 COCOM 40
-100111100100 cyanide 41
-100111100100 Goliath 41
-100111100100 excursion 41
-100111100100 yeast 42
-100111100100 IUD 42
-100111100100 adhesive 42
-100111100100 IPS 42
-100111100100 ankle 43
-100111100100 plaster 43
-100111100100 booze 43
-100111100100 WTBS 44
-100111100100 melanoma 44
-100111100100 mating 44
-100111100100 margarine 44
-100111100100 graft 45
-100111100100 Valium 45
-100111100100 estrogen 46
-100111100100 backstage 46
-100111100100 look-alike 46
-100111100100 Burgundy 46
-100111100100 8mm 47
-100111100100 daylight 47
-100111100100 baldness 47
-100111100100 tuberculosis 47
-100111100100 cello 47
-100111100100 Cinemax 48
-100111100100 abalone 49
-100111100100 assembly-line 49
-100111100100 malaria 49
-100111100100 turtle 49
-100111100100 squid 50
-100111100100 oatmeal 51
-100111100100 granite 51
-100111100100 spaghetti 52
-100111100100 gasohol 52
-100111100100 Arabic 53
-100111100100 ketchup 53
-100111100100 Pampers 53
-100111100100 insect 53
-100111100100 oak 55
-100111100100 rust 55
-100111100100 dialysis 55
-100111100100 dessert 55
-100111100100 asthma 56
-100111100100 aerobics 56
-100111100100 formaldehyde 57
-100111100100 fibrosis 57
-100111100100 angioplasty 59
-100111100100 gymnastics 59
-100111100100 gallium 59
-100111100100 Nimrod 59
-100111100100 burial 60
-100111100100 low-calorie 60
-100111100100 roadside 60
-100111100100 Mir 61
-100111100100 trout 61
-100111100100 dope 62
-100111100100 herpes 62
-100111100100 surf 63
-100111100100 Aging 63
-100111100100 jogging 64
-100111100100 Monopoly 65
-100111100100 ham 65
-100111100100 AFDC 65
-100111100100 aspartame 66
-100111100100 polio 67
-100111100100 chemotherapy 67
-100111100100 aerial 69
-100111100100 elk 69
-100111100100 disco 69
-100111100100 ATM 70
-100111100100 Budweiser 71
-100111100100 insulin 71
-100111100100 proficiency 71
-100111100100 inheritance 71
-100111100100 ulcer 71
-100111100100 Tylenol 72
-100111100100 flu 72
-100111100100 self-defense 73
-100111100100 barbecue 73
-100111100100 acne 73
-100111100100 kindergarten 74
-100111100100 alligator 75
-100111100100 impeachment 75
-100111100100 refueling 77
-100111100100 particle 77
-100111100100 weekday 77
-100111100100 pine 79
-100111100100 fiberglass 79
-100111100100 benzene 80
-100111100100 Bordeaux 82
-100111100100 salmonella 82
-100111100100 groundwater 82
-100111100100 self-help 84
-100111100100 bottled 85
-100111100100 MBA 89
-100111100100 Beretta 90
-100111100100 voodoo 90
-100111100100 Mustang 93
-100111100100 Geo 93
-100111100100 methanol 98
-100111100100 Halloween 100
-100111100100 HDTV 101
-100111100100 calcium 103
-100111100100 hypertension 108
-100111100100 year-round 109
-100111100100 Arena 111
-100111100100 daytime 112
-100111100100 deer 112
-100111100100 corrosion 114
-100111100100 singles 115
-100111100100 silk 118
-100111100100 graduation 120
-100111100100 nicotine 120
-100111100100 foul 121
-100111100100 lip 121
-100111100100 lightning 123
-100111100100 urine 131
-100111100100 HIV 131
-100111100100 leukemia 134
-100111100100 Elvis 135
-100111100100 cardboard 138
-100111100100 torture 139
-100111100100 Form 141
-100111100100 heroin 145
-100111100100 heart-attack 147
-100111100100 tumor 148
-100111100100 Disneyland 153
-100111100100 sweat 156
-100111100100 math 163
-100111100100 Mass 170
-100111100100 transplant 177
-100111100100 arthritis 180
-100111100100 tin 180
-100111100100 apple 182
-100111100100 takeoff 185
-100111100100 espionage 187
-100111100100 Thanksgiving 188
-100111100100 narcotics 189
-100111100100 Cocom 191
-100111100100 boxing 195
-100111100100 Easter 207
-100111100100 wet 208
-100111100100 Mercedes 214
-100111100100 marijuana 233
-100111100100 champagne 234
-100111100100 superconductivity 245
-100111100100 Watergate 255
-100111100100 egg 258
-100111100100 aspirin 259
-100111100100 wildlife 259
-100111100100 trash 263
-100111100100 pregnancy 265
-100111100100 infant 270
-100111100100 DNA 278
-100111100100 tea 292
-100111100100 swimming 303
-100111100100 ocean 313
-100111100100 charity 324
-100111100100 breakfast 362
-100111100100 jazz 379
-100111100100 radiation 385
-100111100100 pop 404
-100111100100 garbage 432
-100111100100 acid 441
-100111100100 Broadway 444
-100111100100 iron 449
-100111100100 divorce 462
-100111100100 Medicaid 491
-100111100100 cocaine 636
-100111100100 arbitration 645
-100111100100 alcohol 656
-100111100100 animal 663
-100111100100 lunch 676
-100111100100 abortion 681
-100111100100 ice 710
-100111100100 SDI 716
-100111100100 vacation 772
-100111100100 dinner 802
-100111100100 wire 802
-100111100100 asbestos 807
-100111100100 dry 911
-100111100100 rock 914
-100111100100 sex 917
-100111100100 color 1027
-100111100100 Medicare 1106
-100111100100 Christmas 1454
-100111100100 English 1545
-100111100100 mail 1569
-100111100100 cancer 2021
-100111100100 college 2091
-100111100100 art 2185
-100111100100 air 4413
-100111100100 AIDS 4355
-100111100101 water-pumping 1
-100111100101 random-sample 1
-100111100101 adobe-colored 1
-100111100101 Atlantique 1
-100111100101 4,672 1
-100111100101 atherosclerotic 1
-100111100101 front-disc 1
-100111100101 formaldehyde-induced 1
-100111100101 Illinos 1
-100111100101 genecontaining 1
-100111100101 cellulose-eating 1
-100111100101 HemisFair 1
-100111100101 anti-misting 1
-100111100101 tail-finned 1
-100111100101 foot-in-mouth 1
-100111100101 copper-type 1
-100111100101 suit-and-tie-clad 1
-100111100101 pink-and-blue 1
-100111100101 yellow-and-red 1
-100111100101 pillow-sized 1
-100111100101 t-cell 1
-100111100101 field-trial 1
-100111100101 Klondike-brand 1
-100111100101 Glascoat 1
-100111100101 grain-moving 1
-100111100101 hydrofluoric 1
-100111100101 cancer-screening 1
-100111100101 per-table 1
-100111100101 18-to-19-inch 1
-100111100101 Incirlik 1
-100111100101 city-approvals 1
-100111100101 Bull's-Eye 1
-100111100101 forcolorectal 1
-100111100101 prussic 1
-100111100101 four-times-a-week 1
-100111100101 Nottinghamshire 1
-100111100101 Os-Cal 1
-100111100101 self-sealing 1
-100111100101 Villamor 1
-100111100101 waterfilled 1
-100111100101 book-studying 1
-100111100101 10,000-foot 1
-100111100101 populist-type 1
-100111100101 humanwave 1
-100111100101 nickel-alloy 1
-100111100101 pot-shaped 1
-100111100101 tambourine-wielding 1
-100111100101 770-yard 1
-100111100101 anhydrite 1
-100111100101 long-acting 1
-100111100101 Madonna-ish 1
-100111100101 nine-ton 1
-100111100101 foreign-policy-making 1
-100111100101 still-accented 1
-100111100101 six-loss 1
-100111100101 on-sale 1
-100111100101 mind-destroying 1
-100111100101 column-free 1
-100111100101 32-by-16-foot 1
-100111100101 American-like 1
-100111100101 355,511 1
-100111100101 single-missile 1
-100111100101 Relay 1
-100111100101 chocolate-chocolate-chip 1
-100111100101 dollar-stabilizing 1
-100111100101 letter-size 1
-100111100101 Kinkakuji 1
-100111100101 hemophilic 1
-100111100101 Breyers 1
-100111100101 state-ofthe-art 1
-100111100101 air-piercing 1
-100111100101 25-to-40-year-old 1
-100111100101 Grenada-like 1
-100111100101 non-ionizing 1
-100111100101 4,400-yard 1
-100111100101 tuberculosis-related 1
-100111100101 populist-style 1
-100111100101 once-endangered 1
-100111100101 experimental-jazz 1
-100111100101 1000-megawatt 1
-100111100101 post-cease-fire 1
-100111100101 mustard-gas 1
-100111100101 Shashlik 1
-100111100101 recriminalizing 1
-100111100101 Lichtenstein-based 1
-100111100101 Tirstrup 1
-100111100101 immune-suppressing 1
-100111100101 Motown-style 1
-100111100101 shrug-offable 1
-100111100101 scotland 1
-100111100101 lion-sized 1
-100111100101 1,818,604 1
-100111100101 chlorous 1
-100111100101 network-televised 1
-100111100101 hand-grenade 1
-100111100101 all-Mongolian 1
-100111100101 drill-team 1
-100111100101 scooped-out 1
-100111100101 Jewish-conspiracy 1
-100111100101 woodlike 1
-100111100101 audience-pleasing 1
-100111100101 antibody-derived 1
-100111100101 superduper-rich 1
-100111100101 Proventil 1
-100111100101 peptide-secreting 1
-100111100101 long-shelf-life 1
-100111100101 Solid-state 1
-100111100101 racetrack-shaped 1
-100111100101 20-century 1
-100111100101 quasi-magical 1
-100111100101 charcoal-burning 1
-100111100101 bathetic 1
-100111100101 post-vote 1
-100111100101 baled 1
-100111100101 five-borough 1
-100111100101 568-578 1
-100111100101 corporate-parody 1
-100111100101 drip-drip-drip 1
-100111100101 sandpapering 1
-100111100101 golden-oldies 1
-100111100101 third-lowest 1
-100111100101 dive-bombing 1
-100111100101 multipartisan 1
-100111100101 well-printed 1
-100111100101 Adamstown-area 1
-100111100101 paper-copying 1
-100111100101 street-stall 1
-100111100101 interference-from 1
-100111100101 7,000-gallon 1
-100111100101 pygmyish 1
-100111100101 Fatih 1
-100111100101 palm-shrouded 1
-100111100101 tofu-and-vegetable 1
-100111100101 military-goods 1
-100111100101 satisfied-looking 1
-100111100101 brocaded 1
-100111100101 drum-like 1
-100111100101 6,807 1
-100111100101 Borden-style 1
-100111100101 low-effort 1
-100111100101 Paris-Lyon 1
-100111100101 jamoca 1
-100111100101 disk-gusting 1
-100111100101 Libya-style 1
-100111100101 mapmaking 1
-100111100101 harvestable 1
-100111100101 workplace-related 1
-100111100101 television-type 1
-100111100101 700-student 1
-100111100101 Chapstick 1
-100111100101 Illopango 1
-100111100101 diastolic 1
-100111100101 systolic 1
-100111100101 frescoed 1
-100111100101 briquetted 1
-100111100101 tacked-on 1
-100111100101 advertising-heavy 1
-100111100101 highboy 1
-100111100101 salary-arbitration 1
-100111100101 ever-so-exciting 1
-100111100101 Malay-Filipino 1
-100111100101 three-foot-deep 1
-100111100101 laser-light 1
-100111100101 alcohol-breast 1
-100111100101 hyper-tufa 1
-100111100101 London-broil 1
-100111100101 Novyi 1
-100111100101 three-sided 1
-100111100101 Citibank-American 1
-100111100101 108-acre 1
-100111100101 dance/martial 1
-100111100101 irregularites 1
-100111100101 investment-community 1
-100111100101 404-square-mile 1
-100111100101 ball-swallowing 1
-100111100101 main-event 1
-100111100101 guerrilla-inflicted 1
-100111100101 Tay-Sachs 1
-100111100101 adult-t-cell 1
-100111100101 frost-stricken 1
-100111100101 Hellenistic 1
-100111100101 Off-Off 1
-100111100101 48-minute 1
-100111100101 gangliated 1
-100111100101 Pre-marital 1
-100111100101 120-feet-long 1
-100111100101 staccatto 1
-100111100101 dribbly 1
-100111100101 one-ring 1
-100111100101 cyprus-lined 1
-100111100101 2,700-member 1
-100111100101 bacteria-proof 1
-100111100101 proton-beam 1
-100111100101 4-by-5-inch 1
-100111100101 Futuristic 1
-100111100101 bullet-nicked 1
-100111100101 non-television 1
-100111100101 Gothic-style 1
-100111100101 endometrial 1
-100111100101 two-ounce 1
-100111100101 next-morning 1
-100111100101 turkey-trotting 1
-100111100101 fresh-caught 1
-100111100101 2.4-mile 1
-100111100101 somnambulant 1
-100111100101 tax-treatment 1
-100111100101 tween 1
-100111100101 hot-gas 1
-100111100101 American-assembled 1
-100111100101 1,000-megawatt 1
-100111100101 barbering 1
-100111100101 Reagan-led 1
-100111100101 accordion-pleated 1
-100111100101 black-walnut 1
-100111100101 oxygen-consuming 1
-100111100101 152-yard-long 1
-100111100101 arrogance-of-power 1
-100111100101 frozen-water 1
-100111100101 oxalic 1
-100111100101 hunter-turned 1
-100111100101 fake-brass-colored 1
-100111100101 fingernail-width 1
-100111100101 merriest 1
-100111100101 crosswalk 1
-100111100101 anti-intellectualan 1
-100111100101 not-so-famous 1
-100111100101 muriatic 1
-100111100101 shrapnel-bomb 1
-100111100101 five-course 1
-100111100101 scarlet-sided 1
-100111100101 spaz 1
-100111100101 synchotron 1
-100111100101 lankmark 1
-100111100101 cockroach-infested 1
-100111100101 hydroxyethyl 1
-100111100101 media-age 1
-100111100101 derringer-concealing 1
-100111100101 .25-caliber 1
-100111100101 velveteen 1
-100111100101 GIFT. 1
-100111100101 linoleic 1
-100111100101 ammonia-streaked 1
-100111100101 eve-of-hostilities 1
-100111100101 482,179 1
-100111100101 10,000-name 1
-100111100101 48-foot 1
-100111100101 dialed-up 1
-100111100101 Atlanta-Chicago 1
-100111100101 35-foot-diameter 1
-100111100101 pool-side 1
-100111100101 three-row 1
-100111100101 30-by-54-inch 1
-100111100101 125-acre 1
-100111100101 defense-orders 1
-100111100101 Glagolitic 1
-100111100101 multiarm 1
-100111100101 guilt-driven 1
-100111100101 blue-tinted 1
-100111100101 wage-inflation 1
-100111100101 Bufferin-brand 1
-100111100101 green-and-gold 1
-100111100101 wassail 1
-100111100101 mathematic 1
-100111100101 4,705,269 1
-100111100101 non-running 1
-100111100101 4,361 1
-100111100101 castiron 1
-100111100101 inquisitional 1
-100111100101 hemlock-covered 1
-100111100101 Glasgow-to-London 1
-100111100101 headbanging 1
-100111100101 Rent-a-Russian 1
-100111100101 fieldstone 1
-100111100101 farm-polluting 1
-100111100101 sausage-sandwich 1
-100111100101 anti-monoclonal 1
-100111100101 Stri-Dex 1
-100111100101 flying-club 1
-100111100101 hiccupy 1
-100111100101 live-virus 1
-100111100101 fourday 1
-100111100101 RAMP 1
-100111100101 summer's-end 1
-100111100101 eicosapentaenoic 1
-100111100101 six-LP 1
-100111100101 nutsy 1
-100111100101 plinking 1
-100111100101 .51-caliber 1
-100111100101 conoid 1
-100111100101 corrogated 1
-100111100101 tear-wringing 1
-100111100101 hooked-up 1
-100111100101 Pamyet 1
-100111100101 seaweed-wrapped 1
-100111100101 price/size 1
-100111100101 light-green 1
-100111100101 razor-edged 1
-100111100101 transfusion-borne 1
-100111100101 acetylsalicylic 1
-100111100101 multi-drug 1
-100111100101 E.p.t. 1
-100111100101 non-lymphocytic 1
-100111100101 roll-off 1
-100111100101 Mig 1
-100111100101 Bunsen 1
-100111100101 nonionizing 1
-100111100101 44-pound 1
-100111100101 pork-industry 1
-100111100101 coal-generated 1
-100111100101 Reversed 1
-100111100101 acclimation 1
-100111100101 WHO-sponsored 1
-100111100101 dollar-a-pint 1
-100111100101 nonscheduled 1
-100111100101 inactivation 1
-100111100101 20-meters-long 1
-100111100101 SportsTicker 1
-100111100101 French-accented 1
-100111100101 dioxin-tainted 1
-100111100101 electical 1
-100111100101 egg-related 1
-100111100101 more-varied 1
-100111100101 celiac 1
-100111100101 verhiess 1
-100111100101 poverty-making 1
-100111100101 in-the-cup 1
-100111100101 tatami 1
-100111100101 celadon-colored 1
-100111100101 24-bar 1
-100111100101 myelocytic 1
-100111100101 sword-resistant 1
-100111100101 hat-in-hand 1
-100111100101 Fabian-like 1
-100111100101 igneous 1
-100111100101 post-heart 1
-100111100101 230E 1
-100111100101 ARSR-3 1
-100111100101 miasmic 1
-100111100101 maraschino 1
-100111100101 timber-ceilinged 1
-100111100101 postheart 1
-100111100101 N.D.-based 1
-100111100101 macaroni-and-cheese 1
-100111100101 -accepted 1
-100111100101 moth-like 1
-100111100101 AK47 1
-100111100101 myelogenous 1
-100111100101 chuck-holed 1
-100111100101 piney-woods 1
-100111100101 laser-enhanced 1
-100111100101 doll-like 1
-100111100101 33,401 1
-100111100101 43,020 1
-100111100101 HIV-related 1
-100111100101 olympic-size 1
-100111100101 rear-disc 1
-100111100101 non-functioning 1
-100111100101 four-drug 1
-100111100101 full-dose 1
-100111100101 country-swing 1
-100111100101 mother-and-daughter 1
-100111100101 Oshkosh-made 1
-100111100101 extra-clear 1
-100111100101 near-riotous 1
-100111100101 trailers-exactly 1
-100111100101 Drowsy 1
-100111100101 praline 1
-100111100101 260-clause 1
-100111100101 close-packed 1
-100111100101 ceiling-ball 1
-100111100101 coal-heated 1
-100111100101 cobweb-covered 1
-100111100101 Health-Recombinant 1
-100111100101 50-ton 1
-100111100101 dirt-spattered 1
-100111100101 backcourt 1
-100111100101 reverse-weave 1
-100111100101 pewterlike 1
-100111100101 practice-ski 1
-100111100101 warm-red 1
-100111100101 dustiest 1
-100111100101 silver-white 1
-100111100101 toss-'em-together 1
-100111100101 broadcast-related 1
-100111100101 6-foot-plus 1
-100111100101 heartstring-plucking 1
-100111100101 tenderest 2
-100111100101 Lisburne 2
-100111100101 3,262 2
-100111100101 sex-determining 2
-100111100101 wintering 2
-100111100101 ERYX 2
-100111100101 median-nerve 2
-100111100101 pidgin 2
-100111100101 bobwhite 2
-100111100101 sandbag 2
-100111100101 welcome-home 2
-100111100101 Enzo-developed 2
-100111100101 cuddliness 2
-100111100101 beer-promotion 2
-100111100101 174,075 2
-100111100101 sulphuric 2
-100111100101 Precambrian 2
-100111100101 cheeriest 2
-100111100101 enlivening 2
-100111100101 ice-fishing 2
-100111100101 whitest 2
-100111100101 split-rail 2
-100111100101 Europalia 2
-100111100101 thatch 2
-100111100101 candle-lit 2
-100111100101 near-exclusive 2
-100111100101 self-wringing 2
-100111100101 chicken-wire 2
-100111100101 Clearasil 2
-100111100101 tungstic 2
-100111100101 human-wave 2
-100111100101 uric 2
-100111100101 exercise-induced 2
-100111100101 film-developing 2
-100111100101 Jamesport 2
-100111100101 burled 2
-100111100101 locust 2
-100111100101 metal-plated 2
-100111100101 carnii 2
-100111100101 fold-up 2
-100111100101 small-boat 2
-100111100101 wittiest 2
-100111100101 aluminum-sided 2
-100111100101 midautumn 2
-100111100101 Suchitoto 2
-100111100101 blood-related 2
-100111100101 kindey 2
-100111100101 lymphocytic 2
-100111100101 tick-tack-toe 2
-100111100101 four-foot-high 2
-100111100101 too-short 2
-100111100101 community-sponsored 2
-100111100101 steelhead 2
-100111100101 Worldopoly 2
-100111100101 mid-autumn 2
-100111100101 drug-laden 2
-100111100101 immunoglobulin 2
-100111100101 multicellular 2
-100111100101 predispute 2
-100111100101 granulomatous 2
-100111100101 deus 2
-100111100101 hard-to-detect 2
-100111100101 lap-joint 2
-100111100101 Gamay 2
-100111100101 PIPS 2
-100111100101 concertina 2
-100111100101 thrift-shop 2
-100111100101 HOVE 2
-100111100101 testicular 2
-100111100101 blood-based 2
-100111100101 lymphoblastic 2
-100111100101 whelping 2
-100111100101 auto-generated 2
-100111100101 easy-to-handle 2
-100111100101 12-foot-diameter 2
-100111100101 65-and-over 2
-100111100101 furfuryl 2
-100111100101 driver's-side 2
-100111100101 acidifying 2
-100111100101 arachidonic 2
-100111100101 66,907 2
-100111100101 Tenderleaf 2
-100111100101 refastenable 2
-100111100101 SEC-required 2
-100111100101 coronary-artery 2
-100111100101 lymphatic 2
-100111100101 UYK-43 2
-100111100101 soft-serve 2
-100111100101 requiem 2
-100111100101 sunblocking 2
-100111100101 main-meals 2
-100111100101 60-inch 2
-100111100101 5-foot-2-inch 2
-100111100101 17-3 2
-100111100101 76,503 2
-100111100101 Lud 2
-100111100101 12/ 2
-100111100101 25s 2
-100111100101 plate-glass 2
-100111100101 cursive 2
-100111100101 Korean-style 2
-100111100101 Okoujava 2
-100111100101 black-marble 2
-100111100101 nonfunctioning 2
-100111100101 path-dependent 2
-100111100101 palmitic 2
-100111100101 Muscovy 2
-100111100101 oleanolic 2
-100111100101 Colorgene 2
-100111100101 C-4 2
-100111100101 hours-long 2
-100111100101 myeloid 2
-100111100101 exhalation 2
-100111100101 pod-setting 2
-100111100101 testings 2
-100111100101 blast-resistant 2
-100111100101 1585 2
-100111100101 PXCL 2
-100111100101 deep-vein 2
-100111100101 demerit 2
-100111100101 citric 3
-100111100101 Hollywood-style 3
-100111100101 neurotoxic 3
-100111100101 gluing 3
-100111100101 Galil 3
-100111100101 Eastern-style 3
-100111100101 Chiffon 3
-100111100101 luxury-class 3
-100111100101 five-gallon 3
-100111100101 fortuneteller 3
-100111100101 tubal 3
-100111100101 Fallopian 3
-100111100101 sun. 3
-100111100101 litter-strewn 3
-100111100101 album-oriented 3
-100111100101 Rivonia 3
-100111100101 underutilization 3
-100111100101 nicotinic 3
-100111100101 conceptualization 3
-100111100101 baling 3
-100111100101 tracheostomy 3
-100111100101 rapier 3
-100111100101 pesto 3
-100111100101 corrugated-metal 3
-100111100101 Carara 3
-100111100101 FHLMC 3
-100111100101 dunking 3
-100111100101 male-pattern 3
-100111100101 weeding-out 3
-100111100101 teetotaling 3
-100111100101 diode 3
-100111100101 ribonucleic 3
-100111100101 granny 3
-100111100101 terephthalic 3
-100111100101 25-acre 3
-100111100101 silo 3
-100111100101 thermostatic 3
-100111100101 Hearty 3
-100111100101 tinting 3
-100111100101 half-acre 3
-100111100101 fourth-best 3
-100111100101 Bangles 3
-100111100101 metastatic 3
-100111100101 JAS 3
-100111100101 damage-assessment 3
-100111100101 ROA 3
-100111100101 phosphoric 3
-100111100101 squeezable 3
-100111100101 Parkay 3
-100111100101 gingham 3
-100111100101 Proto 4
-100111100101 clunker 4
-100111100101 triploid 4
-100111100101 Boghammer 4
-100111100101 vitamin-enriched 4
-100111100101 boric 4
-100111100101 smokable 4
-100111100101 Cremonese 4
-100111100101 capital-formation 4
-100111100101 rock-hard 4
-100111100101 thymus 4
-100111100101 antisense 4
-100111100101 barrel-vaulted 4
-100111100101 unventilated 4
-100111100101 P-51 4
-100111100101 MX-5 4
-100111100101 pod-filling 4
-100111100101 Geritol 4
-100111100101 multisite 4
-100111100101 ENA 4
-100111100101 hydrochloric 4
-100111100101 cobblestone 4
-100111100101 engine-compartment 4
-100111100101 parking-brake 4
-100111100101 comprehensiveness 4
-100111100101 six-foot-high 4
-100111100101 upper-management 4
-100111100101 magnetite 4
-100111100101 small-minded 4
-100111100101 telepathic 4
-100111100101 magnolia 4
-100111100101 subjectivity 4
-100111100101 Cray-1 4
-100111100101 Luftwaffe 5
-100111100101 ambient 5
-100111100101 6,350 5
-100111100101 numerator 5
-100111100101 AIDS-like 5
-100111100101 teary 5
-100111100101 folic 5
-100111100101 liquid-nitrogen 5
-100111100101 hucksters 5
-100111100101 low-impact 5
-100111100101 inhalable 5
-100111100101 roe 5
-100111100101 blood-vessel 5
-100111100101 pseudomonas 5
-100111100101 Fabulous 5
-100111100101 grandsons 5
-100111100101 ochre 5
-100111100101 tinder 5
-100111100101 Snorre 5
-100111100101 unpaved 5
-100111100101 VD 5
-100111100101 10-pound 5
-100111100101 doleful 5
-100111100101 chamomile 5
-100111100101 OvuStick 5
-100111100101 KTM 5
-100111100101 petit 5
-100111100101 sketchbook 5
-100111100101 fast-acting 6
-100111100101 cicada 6
-100111100101 post-Chernobyl 6
-100111100101 ionizing 6
-100111100101 Chernobyl-related 6
-100111100101 simian 6
-100111100101 2,008 6
-100111100101 colorectal 6
-100111100101 clink 6
-100111100101 Kaiseraugst 6
-100111100101 hurdling 6
-100111100101 standards-setting 6
-100111100101 hang-glider 6
-100111100101 waterborne 6
-100111100101 follicle 6
-100111100101 cyanuric 6
-100111100101 drive-up 6
-100111100101 p53 6
-100111100101 pancreatic 7
-100111100101 passenger-side 7
-100111100101 cardigan 7
-100111100101 Rb 7
-100111100101 pre-dispute 7
-100111100101 hyaluronic 7
-100111100101 flaking 7
-100111100101 Superstation 7
-100111100101 potluck 7
-100111100101 lumberjack 7
-100111100101 oscillating 7
-100111100101 pasteurization 7
-100111100101 peppermint 8
-100111100101 prepackaged 8
-100111100101 contour 8
-100111100101 lactic 8
-100111100101 predisposing 8
-100111100101 car-body 8
-100111100101 gurgling 8
-100111100101 chain-link 8
-100111100101 trade-adjustment 8
-100111100101 Claymation 9
-100111100101 bunt 9
-100111100101 AWACs 9
-100111100101 radiation-induced 9
-100111100101 deoxyribonucleic 9
-100111100101 bootlegging 9
-100111100101 Prego 9
-100111100101 duodenal 9
-100111100101 Mukluk 9
-100111100101 foraging 9
-100111100101 metabolic 9
-100111100101 Klondike 10
-100111100101 blue-green 10
-100111100101 lilac 10
-100111100101 boll 10
-100111100101 paralytic 10
-100111100101 stearic 10
-100111100101 nonfat 10
-100111100101 delirium 10
-100111100101 renal 10
-100111100101 reentry 10
-100111100101 Cyrillic 10
-100111100101 honking 10
-100111100101 arterial 11
-100111100101 sulfuric 11
-100111100101 layered 11
-100111100101 dictation 11
-100111100101 opiate 11
-100111100101 travelogue 11
-100111100101 navel 11
-100111100101 lodgepole 12
-100111100101 pandemic 12
-100111100101 VHL 12
-100111100101 delegate-selection 12
-100111100101 pituitary 12
-100111100101 state-of-the 12
-100111100101 feline 12
-100111100101 standing-room-only 12
-100111100101 lily 13
-100111100101 sunscreen 13
-100111100101 papier-mache 13
-100111100101 thatched 13
-100111100101 coloratura 13
-100111100101 SoHo 13
-100111100101 tinsel 13
-100111100101 burgundy 13
-100111100101 Extra-Strength 13
-100111100101 barnyard 14
-100111100101 ovarian 14
-100111100101 Novy 15
-100111100101 carpal 15
-100111100101 soldering 15
-100111100101 carinii 16
-100111100101 bedtime 16
-100111100101 pancreas 16
-100111100101 DMD 17
-100111100101 dining-room 17
-100111100101 room-temperature 17
-100111100101 T-cell 17
-100111100101 bile 18
-100111100101 lava 18
-100111100101 leaching 18
-100111100101 Nandaime 18
-100111100101 maturation 18
-100111100101 bone-marrow 19
-100111100101 uterine 20
-100111100101 neutron 21
-100111100101 urinary 22
-100111100101 venereal 22
-100111100101 iced 22
-100111100101 genital 23
-100111100101 strand 23
-100111100101 head-injury 24
-100111100101 jug 25
-100111100101 aft 26
-100111100101 genome 27
-100111100101 amino 29
-100111100101 thyroid 34
-100111100101 machine-gun 35
-100111100101 barbed 35
-100111100101 rheumatoid 36
-100111100101 frontal 38
-100111100101 bladder 42
-100111100101 IQ 42
-100111100101 chromosome 43
-100111100101 driver-side 45
-100111100101 malignant 52
-100111100101 SAT 55
-100111100101 cystic 56
-100111100101 sunset 56
-100111100101 cervical 62
-100111100101 recombinant 68
-100111100101 fusion 69
-100111100101 healing 78
-100111100101 meter 81
-100111100101 sperm 83
-100111100101 colon 109
-100111100101 prostate 114
-100111100101 nest 120
-100111100101 roller 131
-100111100101 liberation 135
-100111100101 courtesy 149
-100111100101 organ 151
-100111100101 peer 162
-100111100101 kidney 163
-100111100101 dawn 164
-100111100101 breast 195
-100111100101 horror 209
-100111100101 nerve 210
-100111100101 liver 217
-100111100101 dirt 241
-100111100101 rear 251
-100111100101 bone 263
-100111100101 Chernobyl 263
-100111100101 root 278
-100111100101 pleasure 301
-100111100101 aged 304
-100111100101 ages 309
-100111100101 lung 335
-100111100101 brain 494
-100111100101 fairness 499
-100111100101 sea 608
-100111100101 skin 624
-100111100101 birth 743
-100111100101 maturity 1003
-100111100101 memory 1191
-100111100101 blood 1921
-100111100101 heart 2693
-100111100101 standard 3206
-100111100101 age 3230
-100111100110 warning-system 1
-100111100110 missile-training 1
-100111100110 helicopter-gun 1
-100111100110 Elettrica 1
-100111100110 handling-equipment 1
-100111100110 fish-raising 1
-100111100110 software-maintenance 1
-100111100110 beecham 1
-100111100110 aeronautic 1
-100111100110 mission-planning 1
-100111100110 fighter-attack 1
-100111100110 GE-100 1
-100111100110 resources-ethical 1
-100111100110 combat-control 1
-100111100110 diagnostic-test 1
-100111100110 complex-bend 1
-100111100110 Fiorden 1
-100111100110 weather-reporting 1
-100111100110 jets. 1
-100111100110 storers 1
-100111100110 Jijo 1
-100111100110 pulp-bleaching 1
-100111100110 non-leaded 1
-100111100110 twin-prop 1
-100111100110 767-300-ER 1
-100111100110 measurement-oriented 1
-100111100110 cylinderblock 1
-100111100110 mine-detecting 1
-100111100110 aviaiton 1
-100111100110 nuclear-delivery 1
-100111100110 gun-system 1
-100111100110 weedkiller 1
-100111100110 backscatter 1
-100111100110 62M 1
-100111100110 diesel-electric 1
-100111100110 ski-season 1
-100111100110 44P 1
-100111100110 service-four 1
-100111100110 Panhard 1
-100111100110 Haircare 1
-100111100110 Ahitagni 1
-100111100110 night-attack 1
-100111100110 757-225 1
-100111100110 helicopter-training 1
-100111100110 707-type 1
-100111100110 oxygenation 1
-100111100110 34Ds 1
-100111100110 female-busted 1
-100111100110 bronchodilating 1
-100111100110 bloats 1
-100111100110 WorldPort 1
-100111100110 10-30 1
-100111100110 torpedo-defense 1
-100111100110 aircraft-part 1
-100111100110 Backscatter 1
-100111100110 noise-suppression 1
-100111100110 hightop 1
-100111100110 higher-altitude 1
-100111100110 central-processor 1
-100111100110 rig-fishing 1
-100111100110 aircraft-operating 1
-100111100110 fire-extingishing 1
-100111100110 fresh-orange-juice 1
-100111100110 submarine-fired 1
-100111100110 fanjet 1
-100111100110 aircraft-development 1
-100111100110 prfits 1
-100111100110 city-to-city 1
-100111100110 DC-8-71 1
-100111100110 subcurrents 1
-100111100110 radar-avoiding 1
-100111100110 5659-2-RB 1
-100111100110 cruisemissile 1
-100111100110 heavy-machine-tool 1
-100111100110 vehicle-guidance 1
-100111100110 spectrometry 1
-100111100110 MI-17 1
-100111100110 shipboard-weapons 1
-100111100110 chemical-thermomechanical 1
-100111100110 oil-changing 1
-100111100110 sprouts-laden 1
-100111100110 1,196,189 1
-100111100110 Prowlers 1
-100111100110 mission-control 1
-100111100110 digital-imaging 1
-100111100110 punch-out 1
-100111100110 mopup 1
-100111100110 bed-liner 1
-100111100110 electronic-quote 1
-100111100110 bellyskin 1
-100111100110 freesheet 1
-100111100110 RB-211-535E4 1
-100111100110 56-5A 1
-100111100110 landing-assistance 1
-100111100110 knockers 1
-100111100110 radar-surveillance 1
-100111100110 mailsorting 1
-100111100110 forest-lands 1
-100111100110 early-production 1
-100111100110 jet-style 1
-100111100110 dangly 1
-100111100110 dronelike 1
-100111100110 Finback 1
-100111100110 4,184,412 1
-100111100110 rotor-blade 1
-100111100110 radar-test 1
-100111100110 ejection-seat 1
-100111100110 sulphite 1
-100111100110 styrene-acrylic 1
-100111100110 bomb-carrying 1
-100111100110 INTELSAT-5 1
-100111100110 gunfire-control 1
-100111100110 signal-detecting 1
-100111100110 advanced-tactical 1
-100111100110 wattle 1
-100111100110 transport-plane 1
-100111100110 battlefield-reconnaissance 1
-100111100110 up-link 1
-100111100110 wallcovering 1
-100111100110 107mm 1
-100111100110 belly-skin 1
-100111100110 middle-weight 1
-100111100110 decongestant 2
-100111100110 satellite-launcher 2
-100111100110 launch-vehicle 2
-100111100110 singlet 2
-100111100110 ultra-light 2
-100111100110 electronic-display 2
-100111100110 all-Reich 2
-100111100110 reentry-vehicle 2
-100111100110 IL-18 2
-100111100110 Cinnamon 2
-100111100110 Jeep-brand 2
-100111100110 economy-size 2
-100111100110 250,045 2
-100111100110 turbo-fan 2
-100111100110 RB-211-524L 2
-100111100110 Orions 2
-100111100110 antiship 2
-100111100110 chicory 2
-100111100110 900,000-plus 2
-100111100110 widebodies 2
-100111100110 accuracies 2
-100111100110 powerplant 2
-100111100110 rough-terrain 2
-100111100110 air-crew 2
-100111100110 179-seat 2
-100111100110 II-gs 2
-100111100110 satellite-delivery 2
-100111100110 wide-cabin 2
-100111100110 fuel-distribution 2
-100111100110 S211 2
-100111100110 fixed-flame 2
-100111100110 umbrella-like 2
-100111100110 airlifter 2
-100111100110 jetplane 2
-100111100110 151,131 2
-100111100110 missile-targeting 2
-100111100110 ad-hominem 2
-100111100110 missile-basing 2
-100111100110 turbo-prop 2
-100111100110 Gigondas 2
-100111100110 avionics-support 2
-100111100110 uncontrived 2
-100111100110 firs 2
-100111100110 Spitfire 2
-100111100110 fighterbombers 2
-100111100110 AC-130 2
-100111100110 space-research 2
-100111100110 aircraft-communications 2
-100111100110 ripens 2
-100111100110 II-type 2
-100111100110 free-sheet 2
-100111100110 saxatilis 2
-100111100110 gatling 2
-100111100110 weapons-making 2
-100111100110 Turboprop 2
-100111100110 rosa 2
-100111100110 P-body 2
-100111100110 Akula 2
-100111100110 all-Beethoven 2
-100111100110 8-inch 2
-100111100110 blow-molding 2
-100111100110 laser-weapons 2
-100111100110 AGM-130 2
-100111100110 redecoration 2
-100111100110 honeydew 2
-100111100110 testrange 2
-100111100110 EP-3E 3
-100111100110 aircraft-training 3
-100111100110 Ilyushin 3
-100111100110 retrofits 3
-100111100110 B-25 3
-100111100110 four-stroke 3
-100111100110 trijet 3
-100111100110 still-life 3
-100111100110 mobile-missile 3
-100111100110 crew-training 3
-100111100110 proof-of-purchase 3
-100111100110 stepper 3
-100111100110 all-wheel-drive 3
-100111100110 ground-wood 3
-100111100110 767-200ER 3
-100111100110 impatiens 3
-100111100110 prowler 3
-100111100110 neo-classical 3
-100111100110 net-pen 3
-100111100110 aircraft-electronics 3
-100111100110 Tigershark 3
-100111100110 ginger-ale 3
-100111100110 backpacking 3
-100111100110 Boeing-737 3
-100111100110 Ariane-3 3
-100111100110 reconnaisance 3
-100111100110 altimeter 3
-100111100110 G-1 3
-100111100110 jellybean 3
-100111100110 325is 3
-100111100110 PW-2000 3
-100111100110 Peacekeeper 3
-100111100110 200SX 3
-100111100110 flight-inspection 3
-100111100110 MD-81 3
-100111100110 antiballistic-missile 3
-100111100110 combat-system 4
-100111100110 co-processor 4
-100111100110 A-340-200 4
-100111100110 banknote 4
-100111100110 Buran 4
-100111100110 suppressor 4
-100111100110 A310-300 4
-100111100110 short-to-medium 4
-100111100110 reconaissance 4
-100111100110 fuel-cell 4
-100111100110 F-27 4
-100111100110 Commander-in-Chief 4
-100111100110 SR-71 4
-100111100110 MD11 4
-100111100110 air-breathing 4
-100111100110 classiest 4
-100111100110 B-767s 4
-100111100110 industry-owned 4
-100111100110 4s 4
-100111100110 superalloy 4
-100111100110 tri-jets 4
-100111100110 747-100 4
-100111100110 estanciero 4
-100111100110 Cobras 4
-100111100110 missile-system 4
-100111100110 A-300-600 4
-100111100110 cratered 4
-100111100110 Raskolnikov 4
-100111100110 quasi-military 4
-100111100110 longhorn 4
-100111100110 deodorizing 4
-100111100110 P-7A 4
-100111100110 727-200 4
-100111100110 shuddering 5
-100111100110 727-100 5
-100111100110 H-1 5
-100111100110 Tomcat 5
-100111100110 landing-gear 5
-100111100110 F/A-18C 5
-100111100110 R3000 5
-100111100110 data-recording 5
-100111100110 chloride-backed 5
-100111100110 B1 5
-100111100110 test-equipment 5
-100111100110 F-16C 5
-100111100110 airframes 5
-100111100110 cut-out 5
-100111100110 anti-collision 5
-100111100110 twinjet 5
-100111100110 34D 5
-100111100110 Woolite 5
-100111100110 CFM-56 5
-100111100110 purifier 5
-100111100110 pentachlorophenol 6
-100111100110 MD-87 6
-100111100110 NX 6
-100111100110 Manchu 6
-100111100110 A-310-300 6
-100111100110 Maktoum 6
-100111100110 SSN-688 6
-100111100110 Bluebird 6
-100111100110 Lacrosse 6
-100111100110 commode 6
-100111100110 oat-bran 6
-100111100110 Superfan 6
-100111100110 anti-radar 6
-100111100110 sulfide 6
-100111100110 Ledger 6
-100111100110 jet-fighter 6
-100111100110 airman 6
-100111100110 duct 6
-100111100110 dressmaker 7
-100111100110 washroom 7
-100111100110 A-321 7
-100111100110 tri-jet 7
-100111100110 hot-water 7
-100111100110 emulsion 7
-100111100110 EFA 7
-100111100110 F16 7
-100111100110 minesweeper 7
-100111100110 rummy 8
-100111100110 RS 8
-100111100110 four-engined 8
-100111100110 F-1 8
-100111100110 slasher 8
-100111100110 767-300ER 8
-100111100110 Chinook 8
-100111100110 Hind 8
-100111100110 corkscrew 8
-100111100110 home-run 8
-100111100110 Belarus 8
-100111100110 Blackjack 8
-100111100110 gunship 8
-100111100110 Osprey 8
-100111100110 satellite-launch 8
-100111100110 Ariane-4 8
-100111100110 floater 8
-100111100110 F-50 8
-100111100110 cinder-block 9
-100111100110 turbojet 9
-100111100110 pebble 9
-100111100110 wide-bodies 9
-100111100110 smasher 9
-100111100110 MD-83 9
-100111100110 Kenworth 9
-100111100110 8086 9
-100111100110 rocket-motor 9
-100111100110 amplifier 9
-100111100110 howitzer 9
-100111100110 .45 9
-100111100110 Tristar 9
-100111100110 rotor 9
-100111100110 sapphire 9
-100111100110 ALR-67 9
-100111100110 88000 9
-100111100110 L&M 10
-100111100110 monomer 10
-100111100110 oxidizer 10
-100111100110 blower 10
-100111100110 767-200 10
-100111100110 SuperFan 10
-100111100110 747-300 10
-100111100110 eucalyptus 10
-100111100110 kinetic-kill 10
-100111100110 T-46 10
-100111100110 Pulsar 10
-100111100110 roundtrip 10
-100111100110 T800 11
-100111100110 Wok 11
-100111100110 sentry 11
-100111100110 A-310 11
-100111100110 isotope 11
-100111100110 A1 11
-100111100110 inter-island 11
-100111100110 PW-4000 12
-100111100110 turbofan 12
-100111100110 antidepressant 12
-100111100110 Rafale 12
-100111100110 Seawolf 12
-100111100110 A-300 13
-100111100110 fir 13
-100111100110 XE 13
-100111100110 peroxide 13
-100111100110 Backfire 13
-100111100110 O-ring 13
-100111100110 V2500 13
-100111100110 fighter-bomber 13
-100111100110 air-cooled 14
-100111100110 speedboat 14
-100111100110 DC-8 14
-100111100110 acetate 15
-100111100110 ordnance 15
-100111100110 icebreaker 15
-100111100110 pinball 15
-100111100110 300E 15
-100111100110 68030 15
-100111100110 hopper 16
-100111100110 Starship 16
-100111100110 7J-7 17
-100111100110 MiG 17
-100111100110 aviator 17
-100111100110 rodent 18
-100111100110 workhorse 18
-100111100110 Cray-3 18
-100111100110 A340 18
-100111100110 metal-cutting 18
-100111100110 Blackhawk 18
-100111100110 A320 19
-100111100110 octane 20
-100111100110 projectile 20
-100111100110 747-200 20
-100111100110 757-200 20
-100111100110 Hornet 20
-100111100110 aptitude 21
-100111100110 Aeromexico 22
-100111100110 causeway 22
-100111100110 ATF 22
-100111100110 Amraam 22
-100111100110 SS-25 22
-100111100110 kraft 22
-100111100110 marsh 23
-100111100110 AWACS 24
-100111100110 three-door 24
-100111100110 herb 25
-100111100110 carbide 25
-100111100110 drone 26
-100111100110 drainage 26
-100111100110 767-300 27
-100111100110 V-22 27
-100111100110 737-500 27
-100111100110 heater 30
-100111100110 Y-MP 30
-100111100110 launcher 31
-100111100110 SS-24 31
-100111100110 elm 31
-100111100110 membrane 32
-100111100110 interceptor 32
-100111100110 737-200 33
-100111100110 D-5 33
-100111100110 buffalo 34
-100111100110 twin-jet 34
-100111100110 advanced-technology 34
-100111100110 Aquila 35
-100111100110 P-3 35
-100111100110 space-launch 35
-100111100110 Aeroflot 35
-100111100110 crab 35
-100111100110 Concorde 35
-100111100110 power-plant 36
-100111100110 Phalanx 36
-100111100110 ballistic-missile 36
-100111100110 737-400 36
-100111100110 MRI 36
-100111100110 matrix 37
-100111100110 Tide 38
-100111100110 turboprop 38
-100111100110 missile-guidance 38
-100111100110 sub 38
-100111100110 whaling 38
-100111100110 wafer 39
-100111100110 payload 39
-100111100110 F/A-18 40
-100111100110 L-1011 41
-100111100110 ICBM 42
-100111100110 cruise-missile 43
-100111100110 7J7 43
-100111100110 propeller 43
-100111100110 airframe 44
-100111100110 mortar 44
-100111100110 LHX 46
-100111100110 re-entry 47
-100111100110 C-17 47
-100111100110 707 49
-100111100110 Sentra 50
-100111100110 early-warning 50
-100111100110 grenade 52
-100111100110 737-300 53
-100111100110 F-18 53
-100111100110 robber 56
-100111100110 DC-9 56
-100111100110 air-defense 57
-100111100110 antenna 58
-100111100110 A-330 59
-100111100110 cruiser 59
-100111100110 compartment 60
-100111100110 propulsion 60
-100111100110 accessory 62
-100111100110 Holocaust 62
-100111100110 alloy 64
-100111100110 atom 66
-100111100110 Ariane 66
-100111100110 simulator 66
-100111100110 grape 67
-100111100110 A-6 68
-100111100110 FSX 68
-100111100110 reconnaissance 69
-100111100110 F-20 71
-100111100110 propfan 71
-100111100110 Mirage 80
-100111100110 SS-20 80
-100111100110 MD-80 81
-100111100110 747-400 85
-100111100110 Awacs 86
-100111100110 A-320 92
-100111100110 incinerator 101
-100111100110 DC-10 101
-100111100110 727 106
-100111100110 X-ray 108
-100111100110 vending 110
-100111100110 trainer 110
-100111100110 767 112
-100111100110 chloride 112
-100111100110 Sparc 112
-100111100110 paperboard 115
-100111100110 A-340 116
-100111100110 Aegis 118
-100111100110 detergent 122
-100111100110 B-2 133
-100111100110 757 135
-100111100110 antibody 143
-100111100110 salad 143
-100111100110 Midgetman 148
-100111100110 B-1 150
-100111100110 subcompact 151
-100111100110 munitions 158
-100111100110 attendant 159
-100111100110 fax 160
-100111100110 potato 163
-100111100110 laundry 169
-100111100110 silicon 183
-100111100110 artillery 184
-100111100110 brass 192
-100111100110 MD-11 194
-100111100110 airliner 200
-100111100110 747 225
-100111100110 precision 231
-100111100110 explosives 233
-100111100110 custom 235
-100111100110 737 236
-100111100110 jetliner 241
-100111100110 booster 259
-100111100110 submarine 277
-100111100110 microprocessor 308
-100111100110 pipe 356
-100111100110 MX 394
-100111100110 airplane 412
-100111100110 bomber 417
-100111100110 motor 504
-100111100110 charter 507
-100111100110 freight 544
-100111100110 helicopter 556
-100111100110 cargo 623
-100111100110 fighter 651
-100111100110 radar 656
-100111100110 rocket 686
-100111100110 laboratory 852
-100111100110 satellite 994
-100111100110 airport 1192
-100111100110 shuttle 1269
-100111100110 jet 1310
-100111100110 metal 1536
-100111100110 missile 1574
-100111100110 engine 1593
-100111100110 flight 2505
-100111100110 aircraft 4787
-100111100110 paper 5812
-1001111001110 03138-131 1
-1001111001110 Filbert 1
-1001111001110 1-selling 1
-1001111001110 Collapses 1
-1001111001110 Ts 1
-1001111001110 3,668,658 1
-1001111001110 89-57 1
-1001111001110 27,800 1
-1001111001110 2784 1
-1001111001110 Walesboro 2
-1001111001110 2051 2
-1001111001110 rat-race 2
-1001111001110 1,2,3 2
-1001111001110 8-100s 2
-1001111001110 KitKat 2
-1001111001110 70-mile-an-hour 2
-1001111001110 odontoglossums 2
-1001111001110 Birchtree 2
-1001111001110 canefields 2
-1001111001110 Phantoms 2
-1001111001110 9200 2
-1001111001110 5-foot-11-inch 2
-1001111001110 firebrick 2
-1001111001110 8500 3
-1001111001110 2750 3
-1001111001110 PFP 3
-1001111001110 Centauri 3
-1001111001110 lavenders 3
-1001111001110 1342 3
-1001111001110 villainy 3
-1001111001110 carbaryl 3
-1001111001110 marginals 3
-1001111001110 bullring 4
-1001111001110 SS-21s 4
-1001111001110 TCS 4
-1001111001110 Trofeo 4
-1001111001110 mops 4
-1001111001110 Nescafe 4
-1001111001110 enviroment 4
-1001111001110 genealogy 4
-1001111001110 vigils 4
-1001111001110 mallets 4
-1001111001110 bifida 4
-1001111001110 flatulence 4
-1001111001110 Novocain 4
-1001111001110 mozzarella 5
-1001111001110 latrines 5
-1001111001110 icebergs 5
-1001111001110 credenza 5
-1001111001110 Elavil 5
-1001111001110 yokels 5
-1001111001110 paraffin 5
-1001111001110 cleavage 5
-1001111001110 quill 5
-1001111001110 nematode 5
-1001111001110 custard 6
-1001111001110 quails 6
-1001111001110 cackling 6
-1001111001110 bugling 6
-1001111001110 coves 6
-1001111001110 pantsuit 6
-1001111001110 parsley 6
-1001111001110 ferro 6
-1001111001110 redwoods 6
-1001111001110 watermelons 7
-1001111001110 parkland 7
-1001111001110 narrators 7
-1001111001110 sparrows 7
-1001111001110 lemmings 7
-1001111001110 domesticity 7
-1001111001110 milkweed 7
-1001111001110 fortifications 7
-1001111001110 uni 7
-1001111001110 Madras 7
-1001111001110 U-2 7
-1001111001110 scrimmage 8
-1001111001110 pastrami 8
-1001111001110 revelry 8
-1001111001110 Foltene 8
-1001111001110 cider 8
-1001111001110 hardwoods 8
-1001111001110 sod 8
-1001111001110 deerskin 8
-1001111001110 theatricality 8
-1001111001110 groveling 8
-1001111001110 crepe 8
-1001111001110 hide-and-seek 8
-1001111001110 tofu 8
-1001111001110 wastepaper 8
-1001111001110 macroeconomics 8
-1001111001110 Khad 8
-1001111001110 grime 9
-1001111001110 chastity 9
-1001111001110 hymns 9
-1001111001110 gras 9
-1001111001110 1961-69 9
-1001111001110 noninterference 9
-1001111001110 linoleum 9
-1001111001110 meatballs 9
-1001111001110 muffin 9
-1001111001110 garter 9
-1001111001110 songwriting 10
-1001111001110 rhythmically 10
-1001111001110 sturgeon 10
-1001111001110 WGN 10
-1001111001110 riverfront 10
-1001111001110 Sabbath 10
-1001111001110 muggers 10
-1001111001110 napalm 10
-1001111001110 mountainsides 10
-1001111001110 spinach 10
-1001111001110 sangiovese 11
-1001111001110 collagen 11
-1001111001110 zucchini 11
-1001111001110 freestyle 11
-1001111001110 helplessness 11
-1001111001110 greenery 11
-1001111001110 SS-24s 12
-1001111001110 dumpsters 12
-1001111001110 coiled 12
-1001111001110 cabotage 12
-1001111001110 celery 12
-1001111001110 woodlands 13
-1001111001110 vanillin 13
-1001111001110 lard 13
-1001111001110 octopus 13
-1001111001110 puffery 13
-1001111001110 cube 13
-1001111001110 hand-holding 14
-1001111001110 ed 14
-1001111001110 underdogs 14
-1001111001110 overbooking 14
-1001111001110 brine 14
-1001111001110 boxcar 16
-1001111001110 airship 16
-1001111001110 hearth 17
-1001111001110 tartar 17
-1001111001110 '92 17
-1001111001110 filler 17
-1001111001110 moss 17
-1001111001110 magnesium 17
-1001111001110 algebra 18
-1001111001110 slime 18
-1001111001110 finger-pointing 18
-1001111001110 lacrosse 18
-1001111001110 pigeon 18
-1001111001110 rhyme 19
-1001111001110 silverware 19
-1001111001110 compost 19
-1001111001110 3600 19
-1001111001110 reed 19
-1001111001110 jelly 20
-1001111001110 scrubbers 20
-1001111001110 arc 20
-1001111001110 stockyards 20
-1001111001110 obscenities 20
-1001111001110 grasses 20
-1001111001110 self-rule 21
-1001111001110 effluent 21
-1001111001110 tequila 21
-1001111001110 bun 21
-1001111001110 lipstick 22
-1001111001110 froth 22
-1001111001110 gentrification 22
-1001111001110 crabs 22
-1001111001110 partying 22
-1001111001110 acidity 22
-1001111001110 forage 23
-1001111001110 fright 23
-1001111001110 pantyhose 23
-1001111001110 insanity 23
-1001111001110 chaff 23
-1001111001110 number-crunching 24
-1001111001110 hostage-taking 24
-1001111001110 pavement 25
-1001111001110 contraband 26
-1001111001110 cropland 26
-1001111001110 pyramids 27
-1001111001110 sizzle 27
-1001111001110 fluff 27
-1001111001110 orchards 27
-1001111001110 reprisal 28
-1001111001110 ether 28
-1001111001110 ammonia 29
-1001111001110 pigment 29
-1001111001110 asparagus 29
-1001111001110 rancor 29
-1001111001110 decoration 30
-1001111001110 meditation 30
-1001111001110 cabbage 30
-1001111001110 mercury 30
-1001111001110 lemonade 31
-1001111001110 trench 33
-1001111001110 gown 33
-1001111001110 garlic 33
-1001111001110 catfish 34
-1001111001110 Jell-O 35
-1001111001110 misinformation 36
-1001111001110 desserts 36
-1001111001110 sakau 38
-1001111001110 bushes 39
-1001111001110 subsistence 40
-1001111001110 ribbon 41
-1001111001110 conciliation 41
-1001111001110 RNA 41
-1001111001110 arch 42
-1001111001110 glitz 43
-1001111001110 shoreline 46
-1001111001110 bleach 47
-1001111001110 coolant 47
-1001111001110 sidewalks 48
-1001111001110 insecticide 49
-1001111001110 pasture 49
-1001111001110 wills 50
-1001111001110 fruitcake 50
-1001111001110 bourbon 50
-1001111001110 manure 51
-1001111001110 chili 54
-1001111001110 2500 55
-1001111001110 gravel 56
-1001111001110 dynamite 59
-1001111001110 2200 62
-1001111001110 gunfire 62
-1001111001110 sunshine 63
-1001111001110 gin 65
-1001111001110 accelerator 65
-1001111001110 rationing 66
-1001111001110 carpets 67
-1001111001110 PPP 67
-1001111001110 glue 70
-1001111001110 caviar 70
-1001111001110 layout 71
-1001111001110 habitat 72
-1001111001110 3000 74
-1001111001110 outdoors 76
-1001111001110 sludge 78
-1001111001110 electrons 79
-1001111001110 bonding 79
-1001111001110 canvas 80
-1001111001110 yogurt 80
-1001111001110 tar 81
-1001111001110 rhythm 81
-1001111001110 cloth 82
-1001111001110 stairs 82
-1001111001110 suspense 83
-1001111001110 Krasnoyarsk 86
-1001111001110 rehearsal 86
-1001111001110 sunlight 87
-1001111001110 hydrogen 87
-1001111001110 sandwich 89
-1001111001110 plutonium 91
-1001111001110 hysteria 92
-1001111001110 famine 95
-1001111001110 hay 96
-1001111001110 fireworks 97
-1001111001110 debris 98
-1001111001110 ash 99
-1001111001110 bait 104
-1001111001110 airspace 104
-1001111001110 timberland 109
-1001111001110 rope 114
-1001111001110 blues 114
-1001111001110 grapes 116
-1001111001110 detente 121
-1001111001110 vodka 124
-1001111001110 nostalgia 126
-1001111001110 gum 128
-1001111001110 clay 129
-1001111001110 wilderness 129
-1001111001110 sauce 134
-1001111001110 farmland 139
-1001111001110 impulse 140
-1001111001110 medication 146
-1001111001110 correspondence 147
-1001111001110 bathroom 151
-1001111001110 romance 152
-1001111001110 jungle 162
-1001111001110 powder 164
-1001111001110 cake 165
-1001111001110 hype 166
-1001111001110 sheep 167
-1001111001110 adventure 172
-1001111001110 chemistry 180
-1001111001110 salmon 181
-1001111001110 tail 183
-1001111001110 luggage 189
-1001111001110 mud 195
-1001111001110 soup 203
-1001111001110 salt 204
-1001111001110 battlefield 208
-1001111001110 grass 211
-1001111001110 addiction 213
-1001111001110 insulation 216
-1001111001110 pie 216
-1001111001110 terror 216
-1001111001110 oxygen 222
-1001111001110 sand 222
-1001111001110 baggage 231
-1001111001110 butter 232
-1001111001110 patience 236
-1001111001110 cheese 239
-1001111001110 snow 259
-1001111001110 noise 263
-1001111001110 bread 297
-1001111001110 holidays 307
-1001111001110 plate 315
-1001111001110 tissue 339
-1001111001110 infection 340
-1001111001110 medium 346
-1001111001110 dust 349
-1001111001110 privacy 402
-1001111001110 therapy 427
-1001111001110 fruit 495
-1001111001110 steam 655
-1001111001110 offensive 689
-1001111001110 rain 776
-1001111001110 heat 893
-1001111001110 fish 923
-1001111001110 litigation 2198
-1001111001110 music 2363
-1001111001110 ground 2605
-1001111001110 property 3489
-1001111001110 water 3549
-1001111001110 space 3643
-1001111001110 land 3738
-1001111001110 war 5434
-10011110011110 feed-water 1
-10011110011110 monotheistic 1
-10011110011110 schlemiels 1
-10011110011110 better-yielding 1
-10011110011110 Publica 1
-10011110011110 plant-specific 1
-10011110011110 maintenance-tracking 1
-10011110011110 latchings 1
-10011110011110 gardening-tools 1
-10011110011110 little-traded 1
-10011110011110 phallus 1
-10011110011110 new-class 1
-10011110011110 electronics-system 1
-10011110011110 corporate- 1
-10011110011110 checkout-scanning 1
-10011110011110 trademark-licensing 1
-10011110011110 car-radio 1
-10011110011110 odalisques 1
-10011110011110 die-design 1
-10011110011110 phone-dialing 1
-10011110011110 launch-related 1
-10011110011110 fried-seafood 1
-10011110011110 business-safety 1
-10011110011110 Gottex 1
-10011110011110 hip-waders 1
-10011110011110 lentil 1
-10011110011110 repairers 1
-10011110011110 ochres 1
-10011110011110 overgraded 1
-10011110011110 axial 1
-10011110011110 tech-low 1
-10011110011110 S-series 1
-10011110011110 red-bean 1
-10011110011110 troglodytic 1
-10011110011110 local-exchange 1
-10011110011110 train-inspection 1
-10011110011110 urban-aid 1
-10011110011110 radiation-therapy 1
-10011110011110 land-moving 1
-10011110011110 checks-and-balances 1
-10011110011110 pitch-sensing 1
-10011110011110 ophthalmoscope 1
-10011110011110 ozonides 1
-10011110011110 high-beta 1
-10011110011110 spectrum-analyzer 1
-10011110011110 rand-hedge 1
-10011110011110 cask 1
-10011110011110 medium-capitalized 1
-10011110011110 travel-reservation 1
-10011110011110 electronic-test 1
-10011110011110 datastorage 1
-10011110011110 liability-lid 1
-10011110011110 ultra-filtration 1
-10011110011110 audience-polling 1
-10011110011110 narcotics-control 1
-10011110011110 car-related 1
-10011110011110 tape-coating 1
-10011110011110 inaugurations 1
-10011110011110 yenta 1
-10011110011110 nonindustrial 1
-10011110011110 low-dividend-paying 1
-10011110011110 major-capitalization 1
-10011110011110 support-software 1
-10011110011110 douches 1
-10011110011110 strength-training 1
-10011110011110 direct-mailing 1
-10011110011110 5,461 1
-10011110011110 passenger-information 1
-10011110011110 cholesterol-reduction 1
-10011110011110 quasi-populist 1
-10011110011110 antiaging 1
-10011110011110 transpositions 1
-10011110011110 172,038 1
-10011110011110 equipment-making 1
-10011110011110 industrial-minerals 1
-10011110011110 sign-making 1
-10011110011110 GSP-related 1
-10011110011110 notchback 1
-10011110011110 interestsensitive 1
-10011110011110 electronic-design 2
-10011110011110 boy. 2
-10011110011110 bioherbicide 2
-10011110011110 photorealism 2
-10011110011110 luminosity 2
-10011110011110 trust-management 2
-10011110011110 1,218 2
-10011110011110 excreta 2
-10011110011110 clapper 2
-10011110011110 database-manager 2
-10011110011110 intellection 2
-10011110011110 most-recommended 2
-10011110011110 trade-monitoring 2
-10011110011110 countercharge 2
-10011110011110 growth-company 2
-10011110011110 businesss 2
-10011110011110 cheekbones 2
-10011110011110 rotatable 2
-10011110011110 antipersonnel 2
-10011110011110 1,401 2
-10011110011110 cellular-communication 2
-10011110011110 Subarus 2
-10011110011110 set-ups 2
-10011110011110 third-line 2
-10011110011110 order-distribution 2
-10011110011110 AutoCAD 2
-10011110011110 trade-crossing 2
-10011110011110 VGA 2
-10011110011110 recoded 2
-10011110011110 rollerskating 2
-10011110011110 Technet 2
-10011110011110 weight-training 2
-10011110011110 tomagraphic 2
-10011110011110 presentation-manager 2
-10011110011110 paper-manufacturing 2
-10011110011110 SpeechViewer 2
-10011110011110 carlike 2
-10011110011110 ultra-lightweight 2
-10011110011110 A-frame 2
-10011110011110 trade-confirmation 2
-10011110011110 CenDec 2
-10011110011110 polypropylene-based 2
-10011110011110 variety-type 2
-10011110011110 drug-chain 2
-10011110011110 Pomeranians 2
-10011110011110 consumer-growth 2
-10011110011110 insulin-delivery 2
-10011110011110 automatic-transmission 2
-10011110011110 Japanese-like 2
-10011110011110 computer-booking 2
-10011110011110 myself. 2
-10011110011110 perm 2
-10011110011110 adornment 2
-10011110011110 1,029 2
-10011110011110 gerontologists 2
-10011110011110 orangeade 2
-10011110011110 CoAdvil 3
-10011110011110 pink-sheet 3
-10011110011110 construction-grant 3
-10011110011110 active-matrix 3
-10011110011110 1,356 3
-10011110011110 1,749 3
-10011110011110 survivalism 3
-10011110011110 chipmaking 3
-10011110011110 mask-making 3
-10011110011110 1,064 3
-10011110011110 beam-control 3
-10011110011110 resource-related 3
-10011110011110 untended 3
-10011110011110 PC/Forum 3
-10011110011110 cordiality 3
-10011110011110 barometric 3
-10011110011110 10-2 3
-10011110011110 workplace-exposure 3
-10011110011110 consols 3
-10011110011110 polyols 3
-10011110011110 magneto-optical 3
-10011110011110 high-capitalization 3
-10011110011110 vote-tallying 3
-10011110011110 satiety 3
-10011110011110 refried 3
-10011110011110 color-printing 3
-10011110011110 Ibans 4
-10011110011110 hyperthermia 4
-10011110011110 encapsulation 4
-10011110011110 MultiFinder 4
-10011110011110 cellular-communications 4
-10011110011110 cable-ready 4
-10011110011110 duplicator 4
-10011110011110 subsystem 4
-10011110011110 A/UX 4
-10011110011110 quick-profit 4
-10011110011110 missile-warning 4
-10011110011110 Xenix 4
-10011110011110 barcode 4
-10011110011110 1,183 4
-10011110011110 duplicators 4
-10011110011110 auto-focus 5
-10011110011110 incentive-backed 5
-10011110011110 large-company 5
-10011110011110 Pyrex 5
-10011110011110 Garfields 5
-10011110011110 casseroles 5
-10011110011110 document-matching 5
-10011110011110 freon 5
-10011110011110 XTs 5
-10011110011110 manikin 5
-10011110011110 Netware 6
-10011110011110 Caridex 6
-10011110011110 horseflesh 6
-10011110011110 Vancouver-listed 6
-10011110011110 tomography 6
-10011110011110 PALs 6
-10011110011110 figuration 6
-10011110011110 Pagemaker 6
-10011110011110 chemical-weapon 6
-10011110011110 algorithms 6
-10011110011110 shrubbery 6
-10011110011110 debugging 7
-10011110011110 vote-counting 7
-10011110011110 replicase 7
-10011110011110 Q-beta 7
-10011110011110 photo-radar 7
-10011110011110 minis 7
-10011110011110 Fosters 8
-10011110011110 vector 8
-10011110011110 psychobabble 8
-10011110011110 Inboard 8
-10011110011110 sculpturing 8
-10011110011110 health-service 9
-10011110011110 F-150 9
-10011110011110 groupware 9
-10011110011110 videodisk 9
-10011110011110 frock 9
-10011110011110 PARS 9
-10011110011110 pigskin 10
-10011110011110 levitation 10
-10011110011110 MagNet 10
-10011110011110 order-entry 10
-10011110011110 betel 10
-10011110011110 superminicomputer 11
-10011110011110 PSR 11
-10011110011110 typeface 11
-10011110011110 rustproofing 11
-10011110011110 MS/DOS 11
-10011110011110 monorail 12
-10011110011110 co-insurance 12
-10011110011110 interest-rate-sensitive 12
-10011110011110 urethane 12
-10011110011110 6300 12
-10011110011110 quartz 12
-10011110011110 100-index 12
-10011110011110 Legends 13
-10011110011110 embroidery 13
-10011110011110 VisiCalc 13
-10011110011110 Postscript 14
-10011110011110 big-capitalization 14
-10011110011110 bluechip 15
-10011110011110 yttrium 16
-10011110011110 sculpting 17
-10011110011110 aftermarket 22
-10011110011110 toner 22
-10011110011110 Maxima 23
-10011110011110 Rolex 23
-10011110011110 typesetting 24
-10011110011110 DOS 24
-10011110011110 pager 25
-10011110011110 supercollider 29
-10011110011110 penicillin 29
-10011110011110 XT 30
-10011110011110 thallium 31
-10011110011110 UNIX 33
-10011110011110 smaller-capitalization 35
-10011110011110 rate-sensitive 35
-10011110011110 disc 38
-10011110011110 scanner 40
-10011110011110 hard-disk 43
-10011110011110 small-capitalization 44
-10011110011110 composites 45
-10011110011110 interest-sensitive 47
-10011110011110 helium 49
-10011110011110 hygiene 50
-10011110011110 nut 53
-10011110011110 sensor 62
-10011110011110 tech 63
-10011110011110 resonance 65
-10011110011110 generics 74
-10011110011110 MS-DOS 79
-10011110011110 Legend 82
-10011110011110 large-capitalization 90
-10011110011110 magnets 90
-10011110011110 stationery 91
-10011110011110 popcorn 97
-10011110011110 AT 100
-10011110011110 carpeting 118
-10011110011110 ceramics 148
-10011110011110 photography 151
-10011110011110 networking 153
-10011110011110 nitrogen 156
-10011110011110 spreadsheet 215
-10011110011110 OS/2 236
-10011110011110 reservation 309
-10011110011110 1-2-3 334
-10011110011110 printer 349
-10011110011110 Unix 429
-10011110011110 graphics 491
-10011110011110 blue-chip 694
-10011110011110 disk 840
-10011110011110 hardware 849
-10011110011110 technology 6072
-10011110011110 software 4195
-10011110011111 cotton-mouth 1
-10011110011111 connaisseuse 1
-10011110011111 McCambridge 1
-10011110011111 tete-a-tetes 1
-10011110011111 8282 1
-10011110011111 sextants 1
-10011110011111 Underalls 1
-10011110011111 '56 1
-10011110011111 8582 1
-10011110011111 extruders 1
-10011110011111 rain/snow 1
-10011110011111 ethnography 1
-10011110011111 anti-parasitic 1
-10011110011111 pochee 1
-10011110011111 cargo-related 1
-10011110011111 pomace 1
-10011110011111 hybridization 1
-10011110011111 probe-based 1
-10011110011111 5329 1
-10011110011111 orchid-viewing 1
-10011110011111 anti-viruses 1
-10011110011111 rose-and-green 1
-10011110011111 nucleating 1
-10011110011111 Sings 1
-10011110011111 1040-ES 1
-10011110011111 VE-2-2508 1
-10011110011111 831-553-1 1
-10011110011111 837-176-1 1
-10011110011111 spectrograph 1
-10011110011111 traffic-messages 1
-10011110011111 Regression 1
-10011110011111 inducers 1
-10011110011111 hash-browns 1
-10011110011111 Disclaimer 1
-10011110011111 hulling 1
-10011110011111 auger 1
-10011110011111 sororities. 1
-10011110011111 spermatozoa 1
-10011110011111 4626-W 1
-10011110011111 1040-X 1
-10011110011111 typherium 1
-10011110011111 sulphide 1
-10011110011111 2031. 1
-10011110011111 Gumbie 1
-10011110011111 1099-B. 1
-10011110011111 programs-research 1
-10011110011111 disemboweled 1
-10011110011111 1040ES 1
-10011110011111 ceviche 1
-10011110011111 kabob 1
-10011110011111 nog 1
-10011110011111 shantung 1
-10011110011111 crepes 1
-10011110011111 giftgiving 1
-10011110011111 1099-S 1
-10011110011111 sequesterants 1
-10011110011111 cargo-vessels 1
-10011110011111 shuttlecocks 1
-10011110011111 foo 1
-10011110011111 cream-making 1
-10011110011111 entrance-examination 1
-10011110011111 treatment-evaluation 1
-10011110011111 5498 1
-10011110011111 Seders 1
-10011110011111 Classico 1
-10011110011111 sickness. 1
-10011110011111 political-corruption 1
-10011110011111 5500EZ 1
-10011110011111 Scrapbook 1
-10011110011111 prognostication 1
-10011110011111 Cost-Shifting 1
-10011110011111 Stardom 1
-10011110011111 water-sea 1
-10011110011111 reader-printer 1
-10011110011111 aria-mongers 1
-10011110011111 ordains 1
-10011110011111 Setup 1
-10011110011111 slug-kebab 1
-10011110011111 Mahood 1
-10011110011111 Record-Tribune 1
-10011110011111 weather-Kansas 1
-10011110011111 antimonide 1
-10011110011111 20-minute-long 1
-10011110011111 resurfacer 1
-10011110011111 half-figures 1
-10011110011111 Profiteer 1
-10011110011111 phraseologist 1
-10011110011111 pyres 1
-10011110011111 LaCoste 1
-10011110011111 beurre 1
-10011110011111 seders 1
-10011110011111 cream. 1
-10011110011111 virs 1
-10011110011111 gardener-writers 1
-10011110011111 lites 1
-10011110011111 sveltes 1
-10011110011111 noncertified 1
-10011110011111 cleanable 1
-10011110011111 cathedra 1
-10011110011111 minus/A-1-plus 1
-10011110011111 rovings 1
-10011110011111 grogginess 1
-10011110011111 fumigant 1
-10011110011111 18-6 1
-10011110011111 Ripperologist 1
-10011110011111 antiques. 1
-10011110011111 Benzes 1
-10011110011111 ironware 1
-10011110011111 waistcoats 1
-10011110011111 finos 1
-10011110011111 holdbacks 1
-10011110011111 curer 1
-10011110011111 silicate 2
-10011110011111 prunings 2
-10011110011111 attractant 2
-10011110011111 signboards 2
-10011110011111 3115 2
-10011110011111 marinara 2
-10011110011111 nectars 2
-10011110011111 sauteed 2
-10011110011111 suppressors 2
-10011110011111 linesman 2
-10011110011111 300SEL 2
-10011110011111 savannas 2
-10011110011111 ratemaking 2
-10011110011111 gulches 2
-10011110011111 penury 2
-10011110011111 MoCA 2
-10011110011111 2688 2
-10011110011111 profiteer 2
-10011110011111 jack-o'-lanterns 2
-10011110011111 parte 2
-10011110011111 bugled 2
-10011110011111 machina 2
-10011110011111 slims 2
-10011110011111 Bound-type 2
-10011110011111 1040X 2
-10011110011111 bromeliads 2
-10011110011111 forests. 2
-10011110011111 hexachloride 2
-10011110011111 service. 2
-10011110011111 mini-museums 2
-10011110011111 8606 2
-10011110011111 sweetbread 2
-10011110011111 hospital-insurance 3
-10011110011111 pulley 3
-10011110011111 1040-A 3
-10011110011111 compactors 3
-10011110011111 crocs 3
-10011110011111 Bio/Technology 3
-10011110011111 pectoris 3
-10011110011111 testiness 3
-10011110011111 8283 3
-10011110011111 icecap 3
-10011110011111 pinafore 3
-10011110011111 ripoff 3
-10011110011111 reflux 3
-10011110011111 textbook-publishing 4
-10011110011111 Haunt 4
-10011110011111 shoehorns 4
-10011110011111 steamers 4
-10011110011111 dither 4
-10011110011111 authentication 4
-10011110011111 Verse 4
-10011110011111 compactor 5
-10011110011111 shoot-'em-up 5
-10011110011111 8716 5
-10011110011111 Tracker 5
-10011110011111 bunnies 5
-10011110011111 LCDs 5
-10011110011111 chino 5
-10011110011111 fuzz 5
-10011110011111 preventatives 6
-10011110011111 8598 6
-10011110011111 Seder 6
-10011110011111 1099 6
-10011110011111 simplex 6
-10011110011111 lifers 6
-10011110011111 injector 7
-10011110011111 husbandry 7
-10011110011111 fireproofing 7
-10011110011111 sherbet 7
-10011110011111 sacs 8
-10011110011111 gift-giving 8
-10011110011111 carbonate 9
-10011110011111 carols 9
-10011110011111 yolks 9
-10011110011111 Virus 10
-10011110011111 sequencing 10
-10011110011111 reseller 12
-10011110011111 pail 12
-10011110011111 theocracy 13
-10011110011111 arcade 15
-10011110011111 minimill 15
-10011110011111 cubes 15
-10011110011111 corks 16
-10011110011111 fingerprinting 16
-10011110011111 openers 17
-10011110011111 foliage 18
-10011110011111 balm 23
-10011110011111 sorters 25
-10011110011111 deco 25
-10011110011111 curricula 28
-10011110011111 cork 28
-10011110011111 1040 30
-10011110011111 habitats 33
-10011110011111 educations 35
-10011110011111 telecast 39
-10011110011111 Bound 40
-10011110011111 linen 46
-10011110011111 abatement 47
-10011110011111 nouveau 49
-10011110011111 blackout 51
-10011110011111 conditioner 53
-10011110011111 hotline 55
-10011110011111 interface 56
-10011110011111 arsenide 57
-10011110011111 upstream 57
-10011110011111 sickness 58
-10011110011111 wax 63
-10011110011111 Presley 66
-10011110011111 skating 67
-10011110011111 gateway 72
-10011110011111 vanilla 74
-10011110011111 rod 90
-10011110011111 poisoning 92
-10011110011111 stunt 96
-10011110011111 directory 120
-10011110011111 conditioners 127
-10011110011111 cleaner 157
-10011110011111 Eve 159
-10011110011111 conditioning 177
-10011110011111 prayer 198
-10011110011111 ore 288
-10011110011111 shelter 406
-10011110011111 cream 438
-10011110011111 dance 516
-10011110011111 transport 547
-10011110011111 channel 564
-10011110011111 monopoly 694
-10011110011111 franchise 848
-10011110011111 programming 1147
-10011110011111 fare 1148
-10011110011111 broadcast 1188
-10011110011111 fashion 1228
-10011110011111 weather 1658
-10011110011111 service 8948
-10011110011111 travel 2457
-10011110100 forklift-truck 1
-10011110100 charter-aircraft 1
-10011110100 smoking-tobacco 1
-10011110100 payroll-processing 1
-10011110100 ground-courier 1
-10011110100 bank-data 1
-10011110100 industrial-service 1
-10011110100 microgeneration 1
-10011110100 apparel-retailing 1
-10011110100 office-furnishings 1
-10011110100 customer-accounting 1
-10011110100 options-broking 1
-10011110100 airconditioning 1
-10011110100 waste-recovery 1
-10011110100 label-manufacturing 1
-10011110100 amines 1
-10011110100 dourness 1
-10011110100 hotel-and-casino 1
-10011110100 spray-coating 1
-10011110100 industrial-container 1
-10011110100 storage-terminal 1
-10011110100 baby-product 1
-10011110100 buildingmaterials 1
-10011110100 soundstudio 1
-10011110100 waste-management-services 1
-10011110100 univeral 1
-10011110100 timing-device 1
-10011110100 houseplant 1
-10011110100 trust-services 1
-10011110100 Warszawa 1
-10011110100 uranium-conversion 1
-10011110100 congeneration 1
-10011110100 garment-trucking 1
-10011110100 packaging-products 1
-10011110100 carabineros 1
-10011110100 phony-business 1
-10011110100 steam-iron 1
-10011110100 metals-products 1
-10011110100 individual-investment 1
-10011110100 beer-making 1
-10011110100 steel-product 1
-10011110100 performance-materials 1
-10011110100 linen-supply 1
-10011110100 ripening-inhibitor 1
-10011110100 camping-equipment 1
-10011110100 well-anchored 1
-10011110100 frozen-potato-processing 1
-10011110100 rehabilitation-center 1
-10011110100 healthservices 1
-10011110100 sugar-production 1
-10011110100 equipment-syndication 1
-10011110100 timber-products 1
-10011110100 computing-services 1
-10011110100 hot-chocolate 1
-10011110100 pork-products 1
-10011110100 resort-development 1
-10011110100 pneumatic-automation 1
-10011110100 tooth-care 1
-10011110100 car-leasing 1
-10011110100 toxic-waste-disposal 1
-10011110100 party-favors 1
-10011110100 specialty-product 1
-10011110100 tert-butyl 1
-10011110100 heavy-duty-truck 1
-10011110100 marketing-and-services 1
-10011110100 egocentrism 1
-10011110100 panelling 1
-10011110100 business-finance 1
-10011110100 photographic-equipment 1
-10011110100 blood-substitute 1
-10011110100 gasoline-retailing 1
-10011110100 gendarme 1
-10011110100 Brisbane-based 1
-10011110100 workstation/terminals 1
-10011110100 refrigerated-storage 1
-10011110100 sports-apparel 1
-10011110100 glass-packing 1
-10011110100 slime-plant 1
-10011110100 fastest-shrinking 1
-10011110100 fuels-trading 1
-10011110100 road-transport 1
-10011110100 driveline 1
-10011110100 tent-making 1
-10011110100 automobile- 1
-10011110100 beneficiation 1
-10011110100 fresh-meats 1
-10011110100 public-health-and-safety 1
-10011110100 home-supplies 1
-10011110100 mechanical-services 1
-10011110100 liquidation-services 1
-10011110100 hardware-products 1
-10011110100 food-color 1
-10011110100 utility-dominated 1
-10011110100 PC-software 1
-10011110100 respiratory-therapy 1
-10011110100 audiovisual-products 1
-10011110100 forest-resources 1
-10011110100 corn-canning 1
-10011110100 reform-twisting 1
-10011110100 credit-card-services 1
-10011110100 horse-packing 1
-10011110100 tableting 1
-10011110100 bunkering 2
-10011110100 rubber-products 2
-10011110100 food-and-beverage 2
-10011110100 electrical-machinery 2
-10011110100 consumer-food 2
-10011110100 electronic-keyboard 2
-10011110100 cellular-radio 2
-10011110100 560SEC 2
-10011110100 package-goods 2
-10011110100 interior-construction 2
-10011110100 reinforced-plastics 2
-10011110100 chemical-making 2
-10011110100 food-making 2
-10011110100 process-controls 2
-10011110100 computerized-communications 2
-10011110100 oilfield-services 2
-10011110100 electronics-components 2
-10011110100 electronic-components 2
-10011110100 contract-food 2
-10011110100 commercial-products 2
-10011110100 high-image 2
-10011110100 mah-jongg 2
-10011110100 business-publishing 2
-10011110100 aerospace/technology 2
-10011110100 thoroughbred-breeding 2
-10011110100 contract-research 2
-10011110100 Pritzker-affiliated 2
-10011110100 financial-advisory 2
-10011110100 industrial-vehicle 2
-10011110100 travelers-check 2
-10011110100 railcar-maintenance 2
-10011110100 gas-marketing 2
-10011110100 vermiculite 2
-10011110100 120-year-old 2
-10011110100 Sprinter 2
-10011110100 petroleum-services 2
-10011110100 non-competing 2
-10011110100 manufacturing-technology 2
-10011110100 electrical-electronics 2
-10011110100 nutritional-supplements 2
-10011110100 ironwork 2
-10011110100 automobile-rental 2
-10011110100 bus-manufacturing 2
-10011110100 shrimp-farming 2
-10011110100 beachware 2
-10011110100 Signal-Stat 2
-10011110100 career-school 2
-10011110100 loungewear 2
-10011110100 Stephens-Adamson 2
-10011110100 mushroom-growing 2
-10011110100 computer-disk-drive 2
-10011110100 bio-tech 2
-10011110100 energy-service 2
-10011110100 movie-camera 2
-10011110100 military-equipment 2
-10011110100 specialty-foods 2
-10011110100 non-pill 2
-10011110100 800-service 2
-10011110100 microwave-equipment 2
-10011110100 laser-scanning 2
-10011110100 pipeline-inspection 2
-10011110100 eye-wear 2
-10011110100 videoconferencing 2
-10011110100 building-services 2
-10011110100 pre-theater 2
-10011110100 strategic-materials 2
-10011110100 re-insurance 2
-10011110100 cable-manufacturing 2
-10011110100 lease-financing 2
-10011110100 electronics-goods 2
-10011110100 diversified-services 2
-10011110100 energy-exploration 2
-10011110100 dairy-products 2
-10011110100 oil-pumping 2
-10011110100 Suomi 2
-10011110100 energy-resources 2
-10011110100 communication-systems 2
-10011110100 computer-servicing 2
-10011110100 fluoropolymers 2
-10011110100 electrical-distribution 2
-10011110100 hazardous-waste-management 2
-10011110100 financial-software 2
-10011110100 geothermal-power 2
-10011110100 leisure-services 2
-10011110100 icemaking 2
-10011110100 construction-services 2
-10011110100 lower-price 2
-10011110100 intimate-apparel 2
-10011110100 balustrades 2
-10011110100 furniture-manufacturing 2
-10011110100 Glassware 2
-10011110100 light-metals 2
-10011110100 fire-extinguisher 2
-10011110100 lighting-parts 2
-10011110100 mineral-resources 2
-10011110100 Bra-Con 2
-10011110100 Pennbank 2
-10011110100 bright-red 2
-10011110100 temporary-service 2
-10011110100 boatmaking 2
-10011110100 express-delivery 2
-10011110100 Brockville 2
-10011110100 commodites 2
-10011110100 carbon-products 2
-10011110100 diversified-products 2
-10011110100 international-services 2
-10011110100 particleboard 3
-10011110100 freight-transportation 3
-10011110100 cold-storage 3
-10011110100 processed-meats 3
-10011110100 Almay 3
-10011110100 textile-finishing 3
-10011110100 Wellcraft 3
-10011110100 beauty-aids 3
-10011110100 steel-wire 3
-10011110100 service-merchandising 3
-10011110100 woodcrafts 3
-10011110100 agricultural-equipment 3
-10011110100 well-built 3
-10011110100 freight-car 3
-10011110100 specialty-printing 3
-10011110100 electronic-imaging 3
-10011110100 sports-shoe 3
-10011110100 alcohol- 3
-10011110100 distilled-spirits 3
-10011110100 Franco-Italian 3
-10011110100 nonresidential-construction 3
-10011110100 precision-instrument 3
-10011110100 toiletry 3
-10011110100 office-machine 3
-10011110100 metal-pipe 3
-10011110100 niobium 3
-10011110100 security-guard 3
-10011110100 resorts-development 3
-10011110100 aerospace-defense 3
-10011110100 bio-technology 3
-10011110100 catalog-shopping 3
-10011110100 scientific-instruments 3
-10011110100 environmental-consulting 3
-10011110100 tantalum 3
-10011110100 mineral-exploration 3
-10011110100 agri-business 3
-10011110100 industrial-piping 3
-10011110100 television-game-show 3
-10011110100 plastic-container 3
-10011110100 beef-slaughtering 3
-10011110100 manufactured-homes 3
-10011110100 plasterboard 3
-10011110100 pet-foods 3
-10011110100 writing-instrument 3
-10011110100 teapots 3
-10011110100 gas-utility 3
-10011110100 garment-making 3
-10011110100 missile-systems 3
-10011110100 plastic-products 3
-10011110100 sorter 3
-10011110100 better-focused 3
-10011110100 metal-fabricating 3
-10011110100 uniform-rental 3
-10011110100 plasticizers 3
-10011110100 medium-capitalization 3
-10011110100 construction-products 3
-10011110100 money-creating 3
-10011110100 health-product 3
-10011110100 chemical-plant 3
-10011110100 slag-recycling 3
-10011110100 recreational-products 3
-10011110100 laboratory-equipment 3
-10011110100 medical-instrument 3
-10011110100 communications-services 3
-10011110100 property-investment 3
-10011110100 Bujones 3
-10011110100 electric-controls 3
-10011110100 chlorinators 4
-10011110100 industrial-services 4
-10011110100 commercial-finance 4
-10011110100 instant-printing 4
-10011110100 office-product 4
-10011110100 defense-equipment 4
-10011110100 building-product 4
-10011110100 agrochemical 4
-10011110100 Thalhimers 4
-10011110100 verbose 4
-10011110100 engine-parts 4
-10011110100 computer-retail 4
-10011110100 fuel-trading 4
-10011110100 tarpaulin 4
-10011110100 high-roller 4
-10011110100 auto-rental 4
-10011110100 outdoor-advertising 4
-10011110100 baseball-card 4
-10011110100 health-care-services 4
-10011110100 specialty-metals 4
-10011110100 support-services 4
-10011110100 fire-damage 4
-10011110100 seven-day-a-week 4
-10011110100 steel-bar 4
-10011110100 aerospace/defense 4
-10011110100 tire-retreading 4
-10011110100 ultrasonics 4
-10011110100 protective-services 4
-10011110100 asbestos-mining 4
-10011110100 auto-part 4
-10011110100 energy-products 4
-10011110100 farm-management 4
-10011110100 beachwear 4
-10011110100 hazardous-waste-disposal 4
-10011110100 steamship 4
-10011110100 office-systems 4
-10011110100 food-and-drink 4
-10011110100 arms-making 4
-10011110100 barging 4
-10011110100 nondairy 4
-10011110100 radiopharmaceutical 4
-10011110100 leisure-related 4
-10011110100 family-entertainment 4
-10011110100 marine-products 4
-10011110100 power-systems 4
-10011110100 hog-slaughtering 4
-10011110100 cleaning-services 4
-10011110100 aircraft-parts 4
-10011110100 polyolefins 4
-10011110100 WheelTek 4
-10011110100 health-care-products 4
-10011110100 mining-equipment 4
-10011110100 corn-sweetener 4
-10011110100 optoelectronics 5
-10011110100 butyl 5
-10011110100 consumer-foods 5
-10011110100 nondurable-goods 5
-10011110100 retail-brokerage 5
-10011110100 medical-electronics 5
-10011110100 aromatics 5
-10011110100 recycled-paperboard 5
-10011110100 furniture-making 5
-10011110100 electronic-systems 5
-10011110100 raw-milk 5
-10011110100 feminine-protection 5
-10011110100 beef-packing 5
-10011110100 bus-making 5
-10011110100 personnel-services 5
-10011110100 car-parts 5
-10011110100 cleaning-products 5
-10011110100 sundries 5
-10011110100 electronics-distribution 5
-10011110100 acrylics 5
-10011110100 liquefied-petroleum-gas 5
-10011110100 corn-syrup 5
-10011110100 nuclear-fuel 5
-10011110100 computer-peripheral 5
-10011110100 vegetable-oil 5
-10011110100 flour-milling 5
-10011110100 energy-development 5
-10011110100 fiberboard 5
-10011110100 tobacco-based 5
-10011110100 satellite-television 5
-10011110100 Lenscrafters 5
-10011110100 household-product 5
-10011110100 medical-instruments 5
-10011110100 plant-building 5
-10011110100 synthetic-rubber 5
-10011110100 replacement-parts 5
-10011110100 barrow 5
-10011110100 sugar-processing 5
-10011110100 elastomer 5
-10011110100 ice-making 5
-10011110100 neckwear 5
-10011110100 flat-glass 5
-10011110100 oil-products 5
-10011110100 escudo 5
-10011110100 medical-supply 6
-10011110100 ferro-nickel 6
-10011110100 construction-machinery 6
-10011110100 single-product 6
-10011110100 micrographics 6
-10011110100 medical-technology 6
-10011110100 steel-fabricating 6
-10011110100 electrical-contracting 6
-10011110100 optical-products 6
-10011110100 pet-food 6
-10011110100 personal-care-products 6
-10011110100 electrical-equipment 6
-10011110100 corn-milling 6
-10011110100 golf-course 6
-10011110100 furniture-rental 6
-10011110100 elastomers 6
-10011110100 chewing-gum 6
-10011110100 Zuercher 6
-10011110100 grocery-products 6
-10011110100 glassmaking 6
-10011110100 vehicle-leasing 6
-10011110100 kaolin 6
-10011110100 Anacin 6
-10011110100 heavy-engineering 6
-10011110100 nickel-mining 6
-10011110100 medical-diagnostic 6
-10011110100 auto-products 6
-10011110100 metal-stamping 6
-10011110100 rent-a-car 7
-10011110100 Bild 7
-10011110100 Tareyton 7
-10011110100 luxury-products 7
-10011110100 refractories 7
-10011110100 mineral-water 7
-10011110100 oil-field-services 7
-10011110100 sugar-refining 7
-10011110100 razor-blade 7
-10011110100 beverage-can 7
-10011110100 snack-foods 7
-10011110100 private-client 7
-10011110100 copper-mining 7
-10011110100 computer-maintenance 7
-10011110100 now-troubled 7
-10011110100 Thermopatch 7
-10011110100 bioscience 7
-10011110100 ocean-shipping 7
-10011110100 animal-feed 7
-10011110100 professional-services 7
-10011110100 truck-rental 7
-10011110100 gingerbread 7
-10011110100 needlework 7
-10011110100 data-services 8
-10011110100 heavy-construction 8
-10011110100 manufactured-housing 8
-10011110100 engineered-materials 8
-10011110100 stevedoring 8
-10011110100 office-supplies 8
-10011110100 Polynesia 8
-10011110100 drill-bit 8
-10011110100 movie-production 8
-10011110100 filmed-entertainment 8
-10011110100 outerwear 8
-10011110100 anti-smuggling 8
-10011110100 smokeless-tobacco 8
-10011110100 defense-contracting 8
-10011110100 capacitor 8
-10011110100 mutual-funds 8
-10011110100 scrap-metal 9
-10011110100 third- 9
-10011110100 construction-material 9
-10011110100 contract-services 9
-10011110100 molasses 9
-10011110100 truck-trailer 9
-10011110100 television-production 9
-10011110100 electrical-appliance 9
-10011110100 Sleipner 9
-10011110100 health-services 9
-10011110100 agricultural-products 9
-10011110100 leisure-products 9
-10011110100 sleepwear 9
-10011110100 oil-seed 9
-10011110100 recorded-music 9
-10011110100 business-products 9
-10011110100 tropical-fruit 9
-10011110100 check-cashing 10
-10011110100 heat-treating 10
-10011110100 lithography 10
-10011110100 transportation-services 10
-10011110100 sales-promotion 10
-10011110100 special-events 10
-10011110100 asbestos-abatement 10
-10011110100 defense-systems 10
-10011110100 information-technology 10
-10011110100 business-equipment 10
-10011110100 music-publishing 10
-10011110100 aviation-services 10
-10011110100 kitchenware 10
-10011110100 cement-making 10
-10011110100 food-retailing 10
-10011110100 data-systems 10
-10011110100 handicrafts 10
-10011110100 bookmaking 11
-10011110100 Monteil 11
-10011110100 stapler 11
-10011110100 soft-drinks 11
-10011110100 drapery 11
-10011110100 Cuajone 11
-10011110100 hydro 11
-10011110100 corn-refining 11
-10011110100 investment-trust 11
-10011110100 gunpowder 11
-10011110100 canned-food 11
-10011110100 beauty-products 11
-10011110100 freight-forwarding 12
-10011110100 photographic-products 12
-10011110100 debt-rating 12
-10011110100 building-material 12
-10011110100 meat-packing 12
-10011110100 hydraulics 12
-10011110100 computer-equipment 12
-10011110100 Toquepala 12
-10011110100 softdrink 12
-10011110100 air-cargo 13
-10011110100 travel-services 13
-10011110100 hotel-management 13
-10011110100 home-products 13
-10011110100 biopharmaceutical 13
-10011110100 agrochemicals 13
-10011110100 environmental-services 14
-10011110100 hospital-management 14
-10011110100 giftware 14
-10011110100 silicones 14
-10011110100 automotive-products 14
-10011110100 sulphur 14
-10011110100 business-information 14
-10011110100 aircraft-leasing 14
-10011110100 automotive-parts 14
-10011110100 money-broking 15
-10011110100 specialty-steel 15
-10011110100 industrial-automation 15
-10011110100 gas-pipeline 15
-10011110100 technical-services 15
-10011110100 specialty-retailing 16
-10011110100 flooring 16
-10011110100 marketing-services 16
-10011110100 palm-oil 16
-10011110100 sugar-beet 17
-10011110100 manganese 17
-10011110100 business-services 17
-10011110100 commercial-banking 17
-10011110100 solids 17
-10011110100 electrical-products 17
-10011110100 asbestos-removal 17
-10011110100 connector 17
-10011110100 air-freight 17
-10011110100 frozen-foods 18
-10011110100 computer-products 18
-10011110100 styrene 18
-10011110100 plumbers 18
-10011110100 oil-services 19
-10011110100 glass-making 19
-10011110100 agro-industrial 19
-10011110100 oil-refining 19
-10011110100 wood-products 19
-10011110100 snack-food 19
-10011110100 biscuit 19
-10011110100 home-furnishings 19
-10011110100 dry-cleaning 20
-10011110100 personal-products 20
-10011110100 agricultural-chemicals 21
-10011110100 beryllium 21
-10011110100 containerboard 21
-10011110100 package-delivery 22
-10011110100 shampoos 22
-10011110100 computer-leasing 22
-10011110100 household-products 22
-10011110100 flavorings 24
-10011110100 office-supply 24
-10011110100 delicatessen 26
-10011110100 paper-products 26
-10011110100 fastener 27
-10011110100 industrial-products 27
-10011110100 knitwear 27
-10011110100 book-publishing 27
-10011110100 land-development 27
-10011110100 food-products 27
-10011110100 theme-park 27
-10011110100 private-banking 27
-10011110100 food-services 28
-10011110100 homebuilding 28
-10011110100 alternative-energy 28
-10011110100 liqueur 29
-10011110100 computer-services 29
-10011110100 cutlery 29
-10011110100 forest-product 29
-10011110100 employment-services 29
-10011110100 industrial-gas 30
-10011110100 pay-television 30
-10011110100 specialty-chemicals 30
-10011110100 glassware 30
-10011110100 lawn-care 31
-10011110100 medical-products 31
-10011110100 microelectronics 31
-10011110100 eye-care 32
-10011110100 consumer-finance 32
-10011110100 upholstery 33
-10011110100 graphite 33
-10011110100 realty 33
-10011110100 construction-materials 33
-10011110100 natural-resource 33
-10011110100 abrasives 35
-10011110100 confectionary 36
-10011110100 molybdenum 36
-10011110100 distilling 38
-10011110100 information-systems 39
-10011110100 carpet-cleaning 41
-10011110100 iron-ore 42
-10011110100 waste-management 42
-10011110100 consumer-product 45
-10011110100 polystyrene 45
-10011110100 sporting-goods 45
-10011110100 confectionery 46
-10011110100 office-equipment 48
-10011110100 warehousing 48
-10011110100 financial-service 49
-10011110100 telegraph 49
-10011110100 robotics 49
-10011110100 luxury-goods 53
-10011110100 roofing 55
-10011110100 consumer-goods 56
-10011110100 non-telephone 58
-10011110100 non-oil 58
-10011110100 motion-picture 60
-10011110100 non-utility 60
-10011110100 gypsum 60
-10011110100 health-products 61
-10011110100 mortgage-banking 61
-10011110100 resin 61
-10011110100 cookware 61
-10011110100 bedding 62
-10011110100 propane 63
-10011110100 asphalt 66
-10011110100 rental-car 67
-10011110100 natural-resources 67
-10011110100 denim 69
-10011110100 hosiery 71
-10011110100 china 72
-10011110100 building-products 73
-10011110100 home-building 73
-10011110100 fertilizers 73
-10011110100 crafts 73
-10011110100 defense-electronics 74
-10011110100 information-services 74
-10011110100 adhesives 77
-10011110100 polypropylene 85
-10011110100 agribusiness 85
-10011110100 food-processing 87
-10011110100 baking 87
-10011110100 toiletries 89
-10011110100 factoring 93
-10011110100 gaming 94
-10011110100 flour 96
-10011110100 bakery 99
-10011110100 oil-service 100
-10011110100 meatpacking 104
-10011110100 forestry 104
-10011110100 housewares 106
-10011110100 cognac 109
-10011110100 building-materials 113
-10011110100 forest-products 122
-10011110100 gold-mining 124
-10011110100 polyethylene 132
-10011110100 petrochemicals 136
-10011110100 seafood 139
-10011110100 whiskey 144
-10011110100 citrus 169
-10011110100 sportswear 191
-10011110100 lodging 193
-10011110100 plumbing 204
-10011110100 consumer-products 228
-10011110100 chocolate 228
-10011110100 shipbuilding 233
-10011110100 poultry 237
-10011110100 footwear 251
-10011110100 fertilizer 280
-10011110100 petrochemical 281
-10011110100 candy 297
-10011110100 bottling 304
-10011110100 timber 306
-10011110100 textiles 313
-10011110100 minerals 330
-10011110100 leisure 343
-10011110100 appliance 352
-10011110100 brewing 355
-10011110100 beverage 374
-10011110100 dairy 384
-10011110100 lumber 411
-10011110100 soft-drink 418
-10011110100 cosmetics 454
-10011110100 trucking 464
-10011110100 jewelry 471
-10011110100 rubber 479
-10011110100 cement 528
-10011110100 liquor 575
-10011110100 pharmaceuticals 602
-10011110100 gambling 622
-10011110100 plastics 699
-10011110100 financial-services 728
-10011110100 textile 770
-10011110100 clothing 937
-10011110100 broadcasting 963
-10011110100 furniture 967
-10011110100 packaging 970
-10011110100 biotechnology 998
-10011110100 petroleum 1005
-10011110100 aluminum 1187
-10011110100 pharmaceutical 1225
-10011110100 retailing 1303
-10011110100 apparel 1384
-10011110100 coal 1588
-10011110100 entertainment 1700
-10011110100 tobacco 1762
-10011110100 mining 2016
-10011110100 aerospace 2149
-10011110100 publishing 2372
-10011110100 chemicals 2649
-10011110100 electronics 3257
-10011110100 chemical 3366
-10011110100 steel 4090
-10011110100 energy 4808
-10011110100 food 6217
-100111101010 bangle 1
-100111101010 defense-product 1
-100111101010 impoliticly 1
-100111101010 nursing-school 1
-100111101010 Citronelle 1
-100111101010 Walsh-Greenwood 1
-100111101010 well-brought-up 1
-100111101010 marble- 1
-100111101010 11-for-1 1
-100111101010 denarius 1
-100111101010 secondary-trading 1
-100111101010 Youthair 1
-100111101010 tobacco-products 1
-100111101010 energy-guzzling 1
-100111101010 price- 1
-100111101010 intravenous-feeding 1
-100111101010 raw-silk 1
-100111101010 dollar-a-day 1
-100111101010 soybean-contract 1
-100111101010 popular-song 1
-100111101010 protraits 1
-100111101010 KLZ-AM 1
-100111101010 primary-aluminum 1
-100111101010 then-defense 1
-100111101010 specialty-niche 1
-100111101010 crude-sale 1
-100111101010 cassette-phone 1
-100111101010 alkaloid 1
-100111101010 wastemanagement 1
-100111101010 reactionism 1
-100111101010 now-diminished 1
-100111101010 cane-refining 1
-100111101010 inlays 1
-100111101010 bare-cement 1
-100111101010 apartment-housing 1
-100111101010 CF-6000 1
-100111101010 ropings 1
-100111101010 Depression-level 1
-100111101010 regulator-set 1
-100111101010 TRUSTEES 1
-100111101010 denaturalization 1
-100111101010 lampshade 1
-100111101010 tab-stock 1
-100111101010 Huskies 1
-100111101010 OTC-stock 1
-100111101010 dioxides 1
-100111101010 Dungeons 1
-100111101010 motorvehicle 1
-100111101010 security-house 1
-100111101010 Royal-190 1
-100111101010 white-fronted 1
-100111101010 Simpson/Bruckheimer 1
-100111101010 cattlefutures 1
-100111101010 gas-conditioning 1
-100111101010 Orientation 1
-100111101010 Assam 1
-100111101010 borates 1
-100111101010 rough-diamond 1
-100111101010 then-plunging 1
-100111101010 asphalt-products 1
-100111101010 7120 1
-100111101010 smaller-unit 1
-100111101010 hexafluoride 1
-100111101010 142b 1
-100111101010 less-destructive 1
-100111101010 almost-was 1
-100111101010 market-pulp 1
-100111101010 once-burdensome 1
-100111101010 taconite 1
-100111101010 better-dressed 1
-100111101010 lower-middle- 1
-100111101010 marketdetermined 1
-100111101010 aggregrates 1
-100111101010 comsumption 1
-100111101010 Tigris-Euphrates 1
-100111101010 fun-facts 1
-100111101010 fresh-orange 1
-100111101010 crash-reduced 1
-100111101010 CIA-handled 1
-100111101010 mind-wilting 1
-100111101010 ocial 1
-100111101010 automotive-product 1
-100111101010 Lycra 1
-100111101010 clockmaking 1
-100111101010 exchange-certified 1
-100111101010 refined-zinc 1
-100111101010 retrovirologists 1
-100111101010 consumer-good 1
-100111101010 rush-lord 1
-100111101010 indium 1
-100111101010 German-sized 1
-100111101010 blowdown 1
-100111101010 civil-engine 1
-100111101010 shoplifting-prevention 1
-100111101010 singing-telegram 1
-100111101010 avidity 1
-100111101010 knife-sharpener 1
-100111101010 remainders 1
-100111101010 vis-avis 1
-100111101010 colonial-era 1
-100111101010 knocked-down 1
-100111101010 Peregourdine 1
-100111101010 speculator-driven 1
-100111101010 gril 1
-100111101010 canned-mushroom 1
-100111101010 diving-support 1
-100111101010 electric-wire 1
-100111101010 bullfighters 1
-100111101010 automated-wagering 1
-100111101010 trilobites 1
-100111101010 augers 1
-100111101010 626s 2
-100111101010 tankage 2
-100111101010 equity-for-debt 2
-100111101010 authority-figure 2
-100111101010 damage-restoration 2
-100111101010 air-delivery 2
-100111101010 medium-truck 2
-100111101010 earworm 2
-100111101010 shanks 2
-100111101010 stroganoff 2
-100111101010 oil-equipment 2
-100111101010 health- 2
-100111101010 Gert-Rudolf 2
-100111101010 agricultural-commodity 2
-100111101010 seed-corn 2
-100111101010 media-related 2
-100111101010 mill-product 2
-100111101010 barge-shipping 2
-100111101010 oil-for-sugar 2
-100111101010 medical-surgical 2
-100111101010 cufflinks 2
-100111101010 state-fixed 2
-100111101010 antimony 2
-100111101010 Comex-approved 2
-100111101010 ex-interior 2
-100111101010 drought-depleted 2
-100111101010 refined-products 2
-100111101010 radio-only 2
-100111101010 transport-only 2
-100111101010 Tots-R-Us 2
-100111101010 ester 2
-100111101010 cut-flower 2
-100111101010 suprematist 2
-100111101010 telephone-wire 2
-100111101010 guayaberas 2
-100111101010 sea-lift 2
-100111101010 market-intervention 2
-100111101010 dryhole 2
-100111101010 exchange-approved 2
-100111101010 scatter-market 2
-100111101010 raw-sugar 3
-100111101010 haiku 3
-100111101010 petroleum-product 3
-100111101010 nonferrous-metals 3
-100111101010 oil-product 3
-100111101010 operating-lease 3
-100111101010 Safavid 3
-100111101010 gaslights 3
-100111101010 plant-engineering 3
-100111101010 bookcases 3
-100111101010 crudeoil 3
-100111101010 mash 3
-100111101010 ginning 4
-100111101010 2-ethylhexanol 4
-100111101010 left- 4
-100111101010 oil-processing 4
-100111101010 gourmet-food 5
-100111101010 manufactured-goods 5
-100111101010 aircraft-maintenance 5
-100111101010 can-sheet 6
-100111101010 offshore-drilling 6
-100111101010 oil- 7
-100111101010 oil-platform 7
-100111101010 non-technology 7
-100111101010 paper-product 7
-100111101010 pre- 8
-100111101010 red-meat 8
-100111101010 wet-milling 11
-100111101010 1973-75 12
-100111101010 Nutone 13
-100111101010 starch 37
-100111101010 oil 19397
-100111101010 syrup 120
-100111101011 million-or-more 1
-100111101011 birthing-bed 1
-100111101011 first-ranking 1
-100111101011 asbestos-product 1
-100111101011 licorice-extract 1
-100111101011 greater-than-majority 1
-100111101011 adventurer-film 1
-100111101011 printing-materials 1
-100111101011 communications-electronics 1
-100111101011 soft-coal 1
-100111101011 692-foot 1
-100111101011 English-muffin 1
-100111101011 counter-intelligence 1
-100111101011 facsimile-machine 1
-100111101011 merchant-vessel 1
-100111101011 smarmiest 1
-100111101011 heavy-duty-parts 1
-100111101011 Dionysian 1
-100111101011 luxury-apartment 1
-100111101011 building-components 1
-100111101011 woman-shaped 1
-100111101011 larger-than-planned 1
-100111101011 Compton-based 1
-100111101011 sports-undergarment 1
-100111101011 Indian-jewelry 1
-100111101011 farm-tractor 1
-100111101011 leaf-blower 1
-100111101011 electrical-goods 1
-100111101011 burled-walnut 1
-100111101011 sanitary-papers 1
-100111101011 horsehair-and-plaster 1
-100111101011 alternative-fueled-vehicle 1
-100111101011 preparatory-school 1
-100111101011 anti-mural 1
-100111101011 plastic-card 1
-100111101011 demand-related 1
-100111101011 Vicenza-based 1
-100111101011 bobby-soxer 1
-100111101011 dormer-crowded 1
-100111101011 liquefied-gas 1
-100111101011 second-offense 1
-100111101011 Aerolinas 1
-100111101011 less-believable 1
-100111101011 prepared-salad 1
-100111101011 laminate 1
-100111101011 ERISA-qualified 1
-100111101011 microdisk 1
-100111101011 diskdrive 1
-100111101011 pharmaeutical 1
-100111101011 packaging-machinery 1
-100111101011 more-visible 1
-100111101011 571,021 1
-100111101011 computer-disk-drives 1
-100111101011 sunken-treasure 1
-100111101011 stereoscopic 1
-100111101011 storage-systems 1
-100111101011 roofing-materials 1
-100111101011 Koala-related 1
-100111101011 Vogtlenuclear-power 1
-100111101011 metalproducts 1
-100111101011 state-selected 1
-100111101011 sketchiest 1
-100111101011 equities-quote 1
-100111101011 storm-related 1
-100111101011 specialty-tea 1
-100111101011 2,286,280 1
-100111101011 potting-soil 1
-100111101011 knitted-outerwear 1
-100111101011 women's-sportswear 1
-100111101011 Northridge-based 1
-100111101011 digital-watch 1
-100111101011 beer-importing 1
-100111101011 heating-gas 1
-100111101011 manufacturing-investment 1
-100111101011 cordless-telephone 1
-100111101011 expresso 1
-100111101011 specialty-fabrics 1
-100111101011 phone-tap 1
-100111101011 temp-services 1
-100111101011 once-enthusiastic 1
-100111101011 uranium-metal 1
-100111101011 small-appliances 1
-100111101011 electronic-instrument 1
-100111101011 cement-kiln 1
-100111101011 specialty-bed 1
-100111101011 ceramic-products 1
-100111101011 automotive-and-aerospace 1
-100111101011 men's-apparel 1
-100111101011 poet/wine 1
-100111101011 restaurant-food 1
-100111101011 electrical-wire 1
-100111101011 pine-scented 1
-100111101011 BOLDFACE 1
-100111101011 clucky 1
-100111101011 national-level 1
-100111101011 2,142 1
-100111101011 energy-sated 1
-100111101011 food-container 1
-100111101011 Mitsubishi-supplied 1
-100111101011 anti-knock 1
-100111101011 non-Cyber 1
-100111101011 light-plane 1
-100111101011 stoutest 1
-100111101011 fat-protein 1
-100111101011 very-small-business 1
-100111101011 laser-equipment 1
-100111101011 pevious 1
-100111101011 tapered-roller-bearing 1
-100111101011 sika 1
-100111101011 power-press 1
-100111101011 chip-pact 1
-100111101011 policy-planning 1
-100111101011 lift-truck 1
-100111101011 frozen-cake 1
-100111101011 quick-frozen 1
-100111101011 hydraulic-parts 1
-100111101011 tradtional 1
-100111101011 legal-clinic 1
-100111101011 rock-product 1
-100111101011 truck-equipment 1
-100111101011 genre-life-size 1
-100111101011 million-type 1
-100111101011 floating-train 1
-100111101011 cash-tight 1
-100111101011 luxury-home 1
-100111101011 toy-manufacturing 1
-100111101011 13,450 1
-100111101011 piping-products 1
-100111101011 thumbtack-size 1
-100111101011 filtration-equipment 1
-100111101011 appliance-parts 1
-100111101011 ex-prime 1
-100111101011 trillion-a-year 1
-100111101011 carbonated-drinks 1
-100111101011 single-life 1
-100111101011 class-ring 1
-100111101011 auto-components 1
-100111101011 electric-products 1
-100111101011 glass-products 1
-100111101011 discount-drinks 1
-100111101011 Hertz-Avis 1
-100111101011 sugar-cola 1
-100111101011 electric-appliances 1
-100111101011 electronic-publishing-systems 1
-100111101011 soup-kitchen 1
-100111101011 artificial-heart-valve 1
-100111101011 licorice-extracts 1
-100111101011 aerospace-components 1
-100111101011 press-room 1
-100111101011 documentary-film 1
-100111101011 copper-zinc 1
-100111101011 specialty-food-store 1
-100111101011 linotype 1
-100111101011 easy-life 1
-100111101011 chip-filled 1
-100111101011 electronic-controller 1
-100111101011 bus-production 1
-100111101011 BURNED 1
-100111101011 Taylor-based 1
-100111101011 spreadsheet-program 1
-100111101011 ski-apparel 1
-100111101011 Stop-n-Shop 1
-100111101011 farm-implements 1
-100111101011 sportcoat 1
-100111101011 non-machine 1
-100111101011 compatible-parts 1
-100111101011 orange-juice-concentrate 1
-100111101011 home-game 1
-100111101011 international-economic-policy 1
-100111101011 semiconductor-capital-equipment 1
-100111101011 screwball-sentimental 1
-100111101011 greediest-looking 1
-100111101011 stencil-like 1
-100111101011 general-industries 1
-100111101011 lightning-ignited 1
-100111101011 opinion-forming 1
-100111101011 penny-sized 1
-100111101011 woodworking-machine 1
-100111101011 softmaterial 1
-100111101011 basic-chemical 1
-100111101011 cargo-trailer 1
-100111101011 warning-flag 1
-100111101011 art-hungry 1
-100111101011 police-comedy 1
-100111101011 condo-lined 1
-100111101011 machine-parts 1
-100111101011 reactor-room 1
-100111101011 post-seminary 1
-100111101011 limousine-manufacturing 1
-100111101011 PS/2-type 1
-100111101011 developing-nations 1
-100111101011 silver-coin 1
-100111101011 sports-trivia 1
-100111101011 waferboard 1
-100111101011 nuclear-fuels 1
-100111101011 construction-gear 1
-100111101011 propane-gas 1
-100111101011 tourist-office 1
-100111101011 car-amplifier 1
-100111101011 Glashovian 1
-100111101011 floral-papered 1
-100111101011 institutional-food 1
-100111101011 chocolate-drink 1
-100111101011 boat-engine 1
-100111101011 Akademie 1
-100111101011 aerospace-equipment 1
-100111101011 information-displays 1
-100111101011 seedier 1
-100111101011 badcheck 1
-100111101011 aircraft-equipment 1
-100111101011 catalog-company 1
-100111101011 hazardous-waste-fluid 1
-100111101011 military/strategic 1
-100111101011 phospate 1
-100111101011 steel-recycling 1
-100111101011 selective-strike 1
-100111101011 eyeglass-frame 1
-100111101011 container-freight 1
-100111101011 gear-making 1
-100111101011 anchor-chain 1
-100111101011 financial-community 1
-100111101011 microprocessor-chip 1
-100111101011 electronic-material 1
-100111101011 now-unsuccessful 1
-100111101011 plumbing-supplies 1
-100111101011 miniature-bearing 1
-100111101011 computer-terminals 1
-100111101011 automatic-welding-equipment 1
-100111101011 video-program 1
-100111101011 all-lines 1
-100111101011 food-ingredient 1
-100111101011 air-gun 1
-100111101011 noodle-opera 1
-100111101011 healthcare-products 1
-100111101011 midwest 1
-100111101011 now-sluggish 1
-100111101011 management-research 1
-100111101011 book-world 1
-100111101011 olive-oil 1
-100111101011 now-graying 1
-100111101011 safety-controls 1
-100111101011 more-risky 1
-100111101011 precision-motor 1
-100111101011 ethelyne 1
-100111101011 Anabaptist 1
-100111101011 auto-upholstery 1
-100111101011 pickup-truck-accessory 1
-100111101011 medical-devices 1
-100111101011 foresake 1
-100111101011 jet-turbine 1
-100111101011 upholstered-furniture 1
-100111101011 steel-plant 1
-100111101011 porn-theater 1
-100111101011 computer-keyboard 1
-100111101011 performing-rights 1
-100111101011 soy-processing 1
-100111101011 trash-heap 1
-100111101011 compressed-air-products 1
-100111101011 fast-transmission 1
-100111101011 bridal-dress 1
-100111101011 pizza-topping 1
-100111101011 aeronautical-equipment 1
-100111101011 motorcyle 1
-100111101011 all-student 1
-100111101011 tinting-film 1
-100111101011 291-branch 1
-100111101011 cargo-transport 1
-100111101011 injectable-drug 1
-100111101011 air-tools 1
-100111101011 space-rocket 1
-100111101011 scientific-instrument 1
-100111101011 Augean 1
-100111101011 pharmaceutical-capsule 1
-100111101011 grocery-bag 1
-100111101011 bathroom-fixture 1
-100111101011 Amagasaki-based 1
-100111101011 gas-market 1
-100111101011 compressor-driven 1
-100111101011 Gimbles 1
-100111101011 agricultural-machine 1
-100111101011 woolens 1
-100111101011 grocery-chain 1
-100111101011 automobile-tire 1
-100111101011 one-ship 1
-100111101011 non-vested 1
-100111101011 government-aviation 1
-100111101011 motion-picture-print 1
-100111101011 naval-construction 1
-100111101011 picture-telephone 1
-100111101011 already-embattled 1
-100111101011 retail-paper 1
-100111101011 style-setting 1
-100111101011 constitutive 1
-100111101011 bait-worm 1
-100111101011 office-temp 1
-100111101011 pool-table 1
-100111101011 medical-image-device 1
-100111101011 9-by-12-foot 1
-100111101011 pickiest 1
-100111101011 trattoria 1
-100111101011 post-structuralist 1
-100111101011 truck-engine 1
-100111101011 ocean-borne 1
-100111101011 FDA-regulated 1
-100111101011 end-copper 1
-100111101011 electronics-publishing-systems 1
-100111101011 nonregistered 1
-100111101011 8,421 1
-100111101011 matzoh 1
-100111101011 glassed-over 1
-100111101011 bucket-shop 1
-100111101011 aviation-equipment 1
-100111101011 compressor-manufacturing 1
-100111101011 weather-sensitive 1
-100111101011 biological-products 1
-100111101011 writing-instruments 1
-100111101011 protection-equipment 1
-100111101011 heavy-vehicle 2
-100111101011 video-shopping 2
-100111101011 fur-coat 2
-100111101011 pharmaceutical/chemical 2
-100111101011 bowling-ball 2
-100111101011 running-shoe 2
-100111101011 home-construction 2
-100111101011 air-filter 2
-100111101011 analytic-instruments 2
-100111101011 specialty-vehicle 2
-100111101011 automotive-lighting 2
-100111101011 electric-equipment 2
-100111101011 processing-equipment 2
-100111101011 aerospace-parts 2
-100111101011 hardboard 2
-100111101011 children's-wear 2
-100111101011 large-business 2
-100111101011 audiometer 2
-100111101011 budget-policy 2
-100111101011 computer-retailing 2
-100111101011 beef-jerky 2
-100111101011 door-chime 2
-100111101011 computer-gear 2
-100111101011 specialty-machinery 2
-100111101011 Osem 2
-100111101011 Oce-van 2
-100111101011 filing-cabinet 2
-100111101011 Afrikaans-speaking 2
-100111101011 lead-paint 2
-100111101011 transportation-parts 2
-100111101011 household-appliances 2
-100111101011 small-aircraft 2
-100111101011 life-reinsurance 2
-100111101011 electrical-utility 2
-100111101011 computer-workstation 2
-100111101011 specialty-fabric 2
-100111101011 microwave-popcorn 2
-100111101011 matzo 2
-100111101011 sports-drink 2
-100111101011 fine-fragrance 2
-100111101011 shopping-cart 2
-100111101011 communications-systems 2
-100111101011 chemical-bomb 2
-100111101011 fantasy-hotel 2
-100111101011 software-products 2
-100111101011 high-ceilinged 2
-100111101011 gold-chain 2
-100111101011 narc. 2
-100111101011 business-credit 2
-100111101011 car-engine 2
-100111101011 farm-tire 2
-100111101011 skin-cream 2
-100111101011 cable-TV-system 2
-100111101011 nonlife 2
-100111101011 tubular-goods 2
-100111101011 potbellied 2
-100111101011 floor-tile 2
-100111101011 aerospace-electronics 2
-100111101011 airline-catering 2
-100111101011 luncheon-meat 2
-100111101011 pleasure-boat 2
-100111101011 auto-engine 2
-100111101011 independent-station 2
-100111101011 Indian-American 2
-100111101011 automobile-lighting 2
-100111101011 communications-product 2
-100111101011 technical-computer 2
-100111101011 carpet-underlay 2
-100111101011 day-care-center 2
-100111101011 non-film 2
-100111101011 foreign-film 2
-100111101011 lighting-equipment 3
-100111101011 sugar-substitute 3
-100111101011 aluminum-products 3
-100111101011 defense-products 3
-100111101011 Israel-based 3
-100111101011 lower-scale 3
-100111101011 commuter-aircraft 3
-100111101011 steel-products 3
-100111101011 agricultural-chemical 3
-100111101011 million-a-day 3
-100111101011 floor-covering 3
-100111101011 container-ship 3
-100111101011 women's-wear 3
-100111101011 potato-chip 3
-100111101011 concrete-products 3
-100111101011 electronic-typewriter 3
-100111101011 electronic-equipment 3
-100111101011 doughnut-shop 3
-100111101011 water-cooler 3
-100111101011 glass-fabrics 3
-100111101011 automobile-parts 3
-100111101011 security-systems 3
-100111101011 snowplow 3
-100111101011 gun-fashion 3
-100111101011 stump-dump 3
-100111101011 motor-home 3
-100111101011 traded-options 3
-100111101011 steel-rail 3
-100111101011 auto-tire 3
-100111101011 candy-bar 3
-100111101011 compact-pickup 3
-100111101011 homeowners-insurance 3
-100111101011 business-machines 3
-100111101011 commercial-printing 3
-100111101011 period-instrument 3
-100111101011 fleecewear 3
-100111101011 imported-beer 4
-100111101011 airplane-engine 4
-100111101011 farm-implement 4
-100111101011 specialty-apparel 4
-100111101011 carpet-tile 4
-100111101011 business-forms 4
-100111101011 industrial-equipment 4
-100111101011 industrial-materials 4
-100111101011 cooking-oil 4
-100111101011 imported-car 4
-100111101011 office-gear 4
-100111101011 small-appliance 4
-100111101011 packaging-materials 4
-100111101011 phone-equipment 4
-100111101011 luxury-auto 4
-100111101011 field-service 4
-100111101011 computer-parts 4
-100111101011 electrical-accessories 4
-100111101011 computer-shoe 4
-100111101011 root-beer 4
-100111101011 hand-tool 4
-100111101011 cable-systems 4
-100111101011 primary-metals 4
-100111101011 audio-equipment 4
-100111101011 nitrogen-fertilizer 4
-100111101011 electrical-product 4
-100111101011 baked-goods 5
-100111101011 household-appliance 5
-100111101011 property-and-casualty 5
-100111101011 vehicle-parts 5
-100111101011 sports-equipment 5
-100111101011 electronic-products 5
-100111101011 off-airport 5
-100111101011 crude-steel 5
-100111101011 800-store 5
-100111101011 electronics-parts 5
-100111101011 engine-overheating 5
-100111101011 ball-bearings 5
-100111101011 tennis-racket 5
-100111101011 computer-peripherals 5
-100111101011 package-tour 5
-100111101011 illegal-drug 5
-100111101011 small-computer 5
-100111101011 industrial-electronics 5
-100111101011 TV-set 5
-100111101011 nuclear-power-plant 6
-100111101011 sewing-machine 6
-100111101011 water-scooter 6
-100111101011 strap-on 6
-100111101011 trade-show 6
-100111101011 ground-service 6
-100111101011 wall-covering 6
-100111101011 sports-car 6
-100111101011 steel-pipe 7
-100111101011 plastic-packaging 7
-100111101011 automation-equipment 7
-100111101011 women's-apparel 7
-100111101011 autoparts 7
-100111101011 metal-products 7
-100111101011 computer-printer 7
-100111101011 vending-machine 8
-100111101011 feed-lot 9
-100111101011 commercial-vehicle 9
-100111101011 alcoholic-beverage 9
-100111101011 athletic-footwear 9
-100111101011 cable-system 9
-100111101011 engine-making 9
-100111101011 tool-and-die 10
-100111101011 gas-station 10
-100111101011 computer-hardware 10
-100111101011 foreign-car 10
-100111101011 desktop-computer 11
-100111101011 non-life 11
-100111101011 semiconductor-equipment 11
-100111101011 property-liability 11
-100111101011 motor-oil 12
-100111101011 herbal-tea 12
-100111101011 home-appliance 13
-100111101011 gelatin-capsule 13
-100111101011 ball-bearing 13
-100111101011 powerboat 13
-100111101011 office-furniture 14
-100111101011 communications-equipment 14
-100111101011 air-conditioner 14
-100111101011 light-bulb 16
-100111101011 commercial-aircraft 17
-100111101011 control-room 19
-100111101011 circuit-board 19
-100111101011 electronic-parts 20
-100111101011 telecommunications-equipment 21
-100111101011 property/casualty 22
-100111101011 office-products 23
-100111101011 baby-food 25
-100111101011 construction-equipment 25
-100111101011 athletic-shoe 26
-100111101011 glass-container 27
-100111101011 ATV 43
-100111101011 motor-vehicle 45
-100111101011 mobile-home 46
-100111101011 aircraft-engine 52
-100111101011 capital-goods 62
-100111101011 ice-cream 73
-100111101011 farm-equipment 82
-100111101011 luxury-car 85
-100111101011 generic-drug 103
-100111101011 auto-parts 148
-100111101011 machine-tool 180
-100111101011 property-casualty 181
-100111101011 automobile 604
-100111101011 auto 6726
-100111101011 tire 939
-100111101100 environmental-risk 1
-100111101100 net-lease 1
-100111101100 ex-aerospace 1
-100111101100 user-owned 1
-100111101100 car-fleet 1
-100111101100 deep-shelter 1
-100111101100 Industrial-nation 1
-100111101100 Liberal-SDP 1
-100111101100 deal-on-a-handshake 1
-100111101100 unamendable 1
-100111101100 Venezuela-based 1
-100111101100 Finks-Mora 1
-100111101100 pattern-making 1
-100111101100 Washington-connected 1
-100111101100 CEO/investment 1
-100111101100 economics-consulting 1
-100111101100 research-investment 1
-100111101100 50-year-veteran 1
-100111101100 acting-service 1
-100111101100 agrichemical 1
-100111101100 MIT-educated 1
-100111101100 image-based 1
-100111101100 pre-offer 1
-100111101100 treasury-investment 1
-100111101100 beer-marketing 1
-100111101100 low-leverage 1
-100111101100 real-estate-management 1
-100111101100 computer-supply 1
-100111101100 Warner-Columbia 1
-100111101100 cash-backed 1
-100111101100 expansionist-minded 1
-100111101100 advanced-weapons 1
-100111101100 financial-business 1
-100111101100 theatrical-management 1
-100111101100 film-financing 1
-100111101100 doctorate-level 1
-100111101100 overlying 1
-100111101100 employee-run 1
-100111101100 industry-consumer 1
-100111101100 non-security 1
-100111101100 Leastec-managed 1
-100111101100 racket-tossing 1
-100111101100 favor-pleading 1
-100111101100 meat-department 1
-100111101100 bond-investment 1
-100111101100 business-location 1
-100111101100 coal-tax 1
-100111101100 Olivetti-like 1
-100111101100 structuralist-type 1
-100111101100 food-law 1
-100111101100 LAID-OFF 1
-100111101100 equity-unit 1
-100111101100 aviation-service 1
-100111101100 public-hospital 1
-100111101100 under-regulated 1
-100111101100 yield/merchant 1
-100111101100 art-group 1
-100111101100 378-bed 1
-100111101100 sensory-perception 1
-100111101100 unfortuitous 1
-100111101100 Guterman-controlled 1
-100111101100 antinomian 1
-100111101100 Penman-Ross 1
-100111101100 contract-guarantee 1
-100111101100 dial-a-banker 1
-100111101100 Janitors 1
-100111101100 technology-shy 1
-100111101100 military-space 1
-100111101100 marine-insurance 1
-100111101100 salon-products 1
-100111101100 equipmwent-leasing 1
-100111101100 Duenas 1
-100111101100 ex-Citicorp 1
-100111101100 EC-based 1
-100111101100 balleyhooed 1
-100111101100 institutional-investment 1
-100111101100 Stearns-Cobey 2
-100111101100 noncombat 2
-100111101100 124-year-old 2
-100111101100 egg-producing 2
-100111101100 training-services 2
-100111101100 shipowning 2
-100111101100 marketing-communications 2
-100111101100 invesment 2
-100111101100 soubrette 2
-100111101100 option-fund 2
-100111101100 market-tending 2
-100111101100 soap-making 2
-100111101100 newspaper-publishing 3
-100111101100 out-placement 3
-100111101100 45-member 3
-100111101100 private-public 3
-100111101100 obstetric 3
-100111101100 Lindner-led 3
-100111101100 astronautics 3
-100111101100 insurance-underwriting 3
-100111101100 growth-hormone 3
-100111101100 nontraded 3
-100111101100 Cralin 3
-100111101100 magazine-development 4
-100111101100 Jakarta-based 4
-100111101100 investment-fund 4
-100111101100 index-fund 5
-100111101100 undiversified 5
-100111101100 synfuels 6
-100111101100 investment-holding 6
-100111101100 co-lead 13
-100111101100 export-import 17
-100111101100 energy-services 26
-100111101100 equipment-leasing 29
-100111101100 investment 22746
-100111101100 Edelman-Dominion 40
-1001111011010 strangulating 1
-1001111011010 empty-plane 1
-1001111011010 anticopying 1
-1001111011010 instrument-landing 1
-1001111011010 security-shutter 1
-1001111011010 best-conceived 1
-1001111011010 100,000-subscriber 1
-1001111011010 MPN-XX 1
-1001111011010 195-year-old 1
-1001111011010 Guillain-Barre 1
-1001111011010 air-evacuation 1
-1001111011010 retail-insurance 1
-1001111011010 designated-order-turnaround 1
-1001111011010 fixed-commission 1
-1001111011010 output-monitoring 1
-1001111011010 premium-setting 1
-1001111011010 parts-producing 1
-1001111011010 barterlike 1
-1001111011010 dought-relief 1
-1001111011010 knives-in-the-dark 1
-1001111011010 farmer-controlled 1
-1001111011010 owl/lark 1
-1001111011010 one-venture 1
-1001111011010 non-exotic 1
-1001111011010 ontological 1
-1001111011010 unisex-pricing 1
-1001111011010 party-governmental 1
-1001111011010 family-tenancy 1
-1001111011010 tractor-production 1
-1001111011010 dance/performance 1
-1001111011010 dipotassium 1
-1001111011010 water-removal 1
-1001111011010 health-care-delivery 1
-1001111011010 Contra-arms 1
-1001111011010 graduated-commission 1
-1001111011010 Paris-or-nothing 1
-1001111011010 fire-wall 1
-1001111011010 computer-monitoring 1
-1001111011010 Jekyll-and-Hyde 1
-1001111011010 two-year-college 1
-1001111011010 two-chairmen 1
-1001111011010 fabric-coating 1
-1001111011010 Image-Plus 1
-1001111011010 tort-based 1
-1001111011010 electronic-dealing 1
-1001111011010 blind-draw 1
-1001111011010 electronics-equipment 1
-1001111011010 MT/P 1
-1001111011010 education-information 1
-1001111011010 radio-programming 1
-1001111011010 price-bidding 1
-1001111011010 3-Display 1
-1001111011010 trading-stamps 1
-1001111011010 equipment-monitoring 1
-1001111011010 international-financial 1
-1001111011010 shoot-the-messenger 1
-1001111011010 land-management 1
-1001111011010 rental-leasing 1
-1001111011010 gravity-chute 1
-1001111011010 atmosphere-ocean 1
-1001111011010 bond-quotation 1
-1001111011010 flower-growing 1
-1001111011010 employment-level 1
-1001111011010 home-policy 1
-1001111011010 trade-inspection 1
-1001111011010 federal-tax-deposit 1
-1001111011010 non-proprietary 1
-1001111011010 fabric-sales 1
-1001111011010 judicial-conduct 1
-1001111011010 collective-farming 1
-1001111011010 installment-payment 1
-1001111011010 research-funding 1
-1001111011010 consensus-based 1
-1001111011010 592,000-student 1
-1001111011010 chemical-treatment 1
-1001111011010 target-attack 1
-1001111011010 movie-rating 1
-1001111011010 regional-pricing 1
-1001111011010 lending-rate 1
-1001111011010 Soviet-imposed 1
-1001111011010 landingfee 1
-1001111011010 state-university 1
-1001111011010 Laserprobe 1
-1001111011010 business-survey 1
-1001111011010 liquid-packaging 1
-1001111011010 message-processing 1
-1001111011010 luxury-good 1
-1001111011010 export-credit-insurance 1
-1001111011010 rock-quarrying 1
-1001111011010 auction-trading 1
-1001111011010 job-support 1
-1001111011010 radiation-confinement 1
-1001111011010 executive-bonus 1
-1001111011010 Visa-MasterCard 1
-1001111011010 climate-modeling 1
-1001111011010 plane-making 1
-1001111011010 Salomon-Citibank-Cedel 1
-1001111011010 60,000-square-foot 1
-1001111011010 radar-beacon 1
-1001111011010 targetzone 1
-1001111011010 food-rationing 1
-1001111011010 bowl-like 1
-1001111011010 mandatory-sentencing 1
-1001111011010 PC-DOS 1
-1001111011010 state-planning 1
-1001111011010 64-campus 1
-1001111011010 photo-identification 1
-1001111011010 door-to-door-delivery 1
-1001111011010 jet-making 1
-1001111011010 health-sentinel 1
-1001111011010 securities-review 1
-1001111011010 neighborhood-school 1
-1001111011010 ball-valve 1
-1001111011010 spy-scandal 1
-1001111011010 136-office 1
-1001111011010 humidity-control 1
-1001111011010 warning-and-control 1
-1001111011010 dual-board 1
-1001111011010 157-member 1
-1001111011010 signal-transmission 1
-1001111011010 prospective-payment 1
-1001111011010 telescoping 1
-1001111011010 hospital-care 1
-1001111011010 grade-implied 1
-1001111011010 windshield-installation 1
-1001111011010 deficency 1
-1001111011010 price-and-supply 1
-1001111011010 gun-permit 1
-1001111011010 two-cave 1
-1001111011010 garden-center 1
-1001111011010 nuclear-family 1
-1001111011010 multiple-trading 1
-1001111011010 coffee-filter 1
-1001111011010 photoelectric-type 1
-1001111011010 quick-delivery 1
-1001111011010 Victorian-style 1
-1001111011010 medical-alert 1
-1001111011010 fire-suppression 1
-1001111011010 bond-yield 1
-1001111011010 controlled-combustion 1
-1001111011010 clothing-chain 1
-1001111011010 spendand-elect 1
-1001111011010 15,500-mile 1
-1001111011010 13,000-mile 1
-1001111011010 white-settler 1
-1001111011010 iron-and-steel 1
-1001111011010 two-bracket 1
-1001111011010 24,000-student 1
-1001111011010 energy-storage 1
-1001111011010 bank-advisory 1
-1001111011010 26,600-subscriber 1
-1001111011010 sociocommunal 1
-1001111011010 GSA-requested 1
-1001111011010 people-meter-only 1
-1001111011010 credit-card-telephone 1
-1001111011010 brake-manufacturing 1
-1001111011010 affiliate-payment 1
-1001111011010 eye-care-products 1
-1001111011010 profits-monitoring 1
-1001111011010 Baathist 1
-1001111011010 9,600-mile 1
-1001111011010 judicial-nominees 1
-1001111011010 family-responsibility 1
-1001111011010 idle-control 1
-1001111011010 corporate-maturity 1
-1001111011010 drug-review 1
-1001111011010 curtain-tracking 1
-1001111011010 stock-margining 1
-1001111011010 physical-gold 1
-1001111011010 Autex 1
-1001111011010 political-patronage 1
-1001111011010 Dauod 1
-1001111011010 decision-by-committee 1
-1001111011010 criminaljustice 1
-1001111011010 42,798-mile 1
-1001111011010 launch-control 1
-1001111011010 SEAQ 1
-1001111011010 homeshopping 1
-1001111011010 dying-loyalty 1
-1001111011010 service-and-parts 1
-1001111011010 trader-reporting 1
-1001111011010 beef-importing 1
-1001111011010 beef-distribution 1
-1001111011010 election-readiness 1
-1001111011010 FEAL-8 1
-1001111011010 import-surveillance 1
-1001111011010 trade-regulatory 1
-1001111011010 electrosurgical 1
-1001111011010 sprinker 1
-1001111011010 institutional-equity 1
-1001111011010 Baker-Deaver 1
-1001111011010 discount-securities 1
-1001111011010 diahrreal 1
-1001111011010 aid-delivery 1
-1001111011010 beef-quota 1
-1001111011010 non-Communist-led 1
-1001111011010 belt-and-pulley 1
-1001111011010 industiral 1
-1001111011010 permanent-quota 1
-1001111011010 Stevens-Johnson 1
-1001111011010 6013A 1
-1001111011010 grateful-dead 1
-1001111011010 19,600-mile 1
-1001111011010 postal-savings 1
-1001111011010 pressurizer 1
-1001111011010 air-mail 1
-1001111011010 businessman-as-celebrity 1
-1001111011010 jilted-lover 1
-1001111011010 shared-risk 1
-1001111011010 customs-rules 1
-1001111011010 space-propulsion 1
-1001111011010 camera-control 1
-1001111011010 military-justice 1
-1001111011010 Pronto 1
-1001111011010 6,700-subscriber 1
-1001111011010 market-monitoring 1
-1001111011010 import-management 1
-1001111011010 Streams 1
-1001111011010 chip-monitoring 1
-1001111011010 non-dogmatic 1
-1001111011010 air-injection 1
-1001111011010 Business-phone 1
-1001111011010 family-education 1
-1001111011010 local-ratings 1
-1001111011010 power-marketing 1
-1001111011010 Sovietbacked 1
-1001111011010 110,000-subscriber 1
-1001111011010 three-beam 1
-1001111011010 secondary-education 1
-1001111011010 industrial-licensing 1
-1001111011010 Ob-Irtysh 1
-1001111011010 check-return 1
-1001111011010 personnel-management 1
-1001111011010 Laboratories-U.S. 1
-1001111011010 Hydra-headed 1
-1001111011010 shuttle-cargo 1
-1001111011010 once-macho 1
-1001111011010 DGA-directed 1
-1001111011010 financial-records 1
-1001111011010 left-ventricular-assist 1
-1001111011010 wet-scrubber 1
-1001111011010 ADEX 1
-1001111011010 3,400-student 1
-1001111011010 81.6-mile 1
-1001111011010 electrical-manufacturing 1
-1001111011010 Thrift-bailout 1
-1001111011010 greed-driven 1
-1001111011010 accounts-receivable 1
-1001111011010 color-game 1
-1001111011010 price-regulatory 1
-1001111011010 payment-processing 1
-1001111011010 corporate-reporting 1
-1001111011010 AA/NA 1
-1001111011010 voluntary-compliance 1
-1001111011010 risk-transfer 1
-1001111011010 cable-program 1
-1001111011010 shareholder-controlled 1
-1001111011010 TV-ratings 1
-1001111011010 mobile-telecommunications 1
-1001111011010 Moscow-supported 1
-1001111011010 warehouse-management 1
-1001111011010 dual-share 1
-1001111011010 automated-pit-trading 1
-1001111011010 Solidarityled 1
-1001111011010 ITQ 1
-1001111011010 high-networth 1
-1001111011010 coated-fabrics 1
-1001111011010 seniority-promotion 1
-1001111011010 war-gaming 1
-1001111011010 industry-advisory 1
-1001111011010 less-elaborate 1
-1001111011010 quota-procurement 1
-1001111011010 Hitler-like 1
-1001111011010 insurance-exchange 1
-1001111011010 Nasdaq-type 1
-1001111011010 earth-sciences 1
-1001111011010 officer-election 1
-1001111011010 insider-dominated 1
-1001111011010 motion-analysis 1
-1001111011010 library-automation 1
-1001111011010 bank-supervision 1
-1001111011010 not-untypical 1
-1001111011010 procrement 1
-1001111011010 RMJ/Delta 1
-1001111011010 country-elevator 1
-1001111011010 military-command 1
-1001111011010 writin 1
-1001111011010 electro-deposition 1
-1001111011010 alcohol-producing 1
-1001111011010 defense-consulting 1
-1001111011010 Mengitsu 1
-1001111011010 DECnet 1
-1001111011010 color-electronic-imaging 1
-1001111011010 drip-irrigation 1
-1001111011010 secondrate 1
-1001111011010 industry-based 1
-1001111011010 good-news-is-bad-news 1
-1001111011010 banks-for-cooperatives 1
-1001111011010 market-data 2
-1001111011010 reference-price 2
-1001111011010 investment-policy 2
-1001111011010 product-testing 2
-1001111011010 floating-exchange 2
-1001111011010 floating-exchange-rate 2
-1001111011010 semiconductor-industry 2
-1001111011010 trauma-care 2
-1001111011010 banking-related 2
-1001111011010 foreign-trading 2
-1001111011010 product-distribution 2
-1001111011010 parts-purchasing 2
-1001111011010 family-preference 2
-1001111011010 kisha-club 2
-1001111011010 strategy-steering 2
-1001111011010 international-stock 2
-1001111011010 Rogerson 2
-1001111011010 meat-rationing 2
-1001111011010 family-like 2
-1001111011010 DO3 2
-1001111011010 business-aircraft 2
-1001111011010 educational-services 2
-1001111011010 food-retail 2
-1001111011010 case-lottery 2
-1001111011010 non-crystalline 2
-1001111011010 inter-provincial 2
-1001111011010 sports-promotion 2
-1001111011010 psychological-testing 2
-1001111011010 base-chemicals 2
-1001111011010 web-press 2
-1001111011010 new-city 2
-1001111011010 loan-review 2
-1001111011010 business-reporting 2
-1001111011010 photographic-services 2
-1001111011010 meal-voucher 2
-1001111011010 senior/subordinated 2
-1001111011010 eyecare 2
-1001111011010 unsecured-creditors 2
-1001111011010 public-court 2
-1001111011010 trickle-up 2
-1001111011010 videocassette-ratings 2
-1001111011010 random-selection 2
-1001111011010 probable-cause 2
-1001111011010 ASME 2
-1001111011010 document-search 2
-1001111011010 juvenile-justice 2
-1001111011010 administrative-services 2
-1001111011010 arms-dealing 3
-1001111011010 airborne-radar 3
-1001111011010 world-trading 3
-1001111011010 adult-entertainment 3
-1001111011010 passenger-jet 3
-1001111011010 6800 3
-1001111011010 water-resources 3
-1001111011010 Chainsaw 3
-1001111011010 electro-optics 3
-1001111011010 reference-range 3
-1001111011010 three-branch 3
-1001111011010 military-airplane 3
-1001111011010 not-invented-here 3
-1001111011010 agri-monetary 3
-1001111011010 human-service 3
-1001111011010 public-transport 3
-1001111011010 tort-liability 3
-1001111011010 air-services 3
-1001111011010 check-clearance 3
-1001111011010 satellite-telecommunications 3
-1001111011010 gun-missile 3
-1001111011010 pre-menstrual 3
-1001111011010 laser-weapon 3
-1001111011010 parkway 4
-1001111011010 contract-drilling 4
-1001111011010 consumer-banking 4
-1001111011010 civil-justice 4
-1001111011010 performance-review 4
-1001111011010 financial-regulatory 4
-1001111011010 international-finance 4
-1001111011010 customer-supplier 4
-1001111011010 investment-research 4
-1001111011010 apparel-manufacturing 4
-1001111011010 agrimonetary 4
-1001111011010 ground-services 4
-1001111011010 metal-container 5
-1001111011010 natural-gas-pipeline 5
-1001111011010 Playcount 5
-1001111011010 space-transportation 5
-1001111011010 reserve-currency 5
-1001111011010 prison-furlough 5
-1001111011010 defense-technology 5
-1001111011010 insurance-broking 5
-1001111011010 auto-making 5
-1001111011010 heavy-electrical-engineering 6
-1001111011010 mortgage-finance 6
-1001111011010 flow-control 6
-1001111011010 options-clearing 8
-1001111011010 check-clearing 8
-1001111011010 aircraft-services 9
-1001111011010 check-processing 10
-1001111011010 production-quota 10
-1001111011010 hub-and-spoke 10
-1001111011010 insurance-brokerage 10
-1001111011010 biosafety 10
-1001111011010 caste 11
-1001111011010 business-research 12
-1001111011010 mortgage-lending 13
-1001111011010 satellite-launching 13
-1001111011010 equity-trading 13
-1001111011010 consumer-affairs 13
-1001111011010 policymaking 15
-1001111011010 electrical-engineering 15
-1001111011010 pension-insurance 16
-1001111011010 lawmaking 20
-1001111011010 public-finance 21
-1001111011010 old-boy 27
-1001111011010 futures-trading 29
-1001111011010 media-buying 30
-1001111011010 fund-management 31
-1001111011010 temporary-services 34
-1001111011010 oil-trading 42
-1001111011010 policy-setting 46
-1001111011010 price-monitoring 51
-1001111011010 merchant-banking 116
-1001111011010 quotation 145
-1001111011010 policy-making 247
-1001111011010 deficiency 630
-1001111011010 banking 7899
-1001111011010 advisory 915
-1001111011011 acrylic-fibers 1
-1001111011011 1,340,100 1
-1001111011011 promotion-security 1
-1001111011011 institutional-brokerage 1
-1001111011011 Kongsberg-Vaapenfabrikk 1
-1001111011011 Cowgirls 1
-1001111011011 futures-brokerage 1
-1001111011011 member-dealer 1
-1001111011011 better-insulated 1
-1001111011011 wage-related 1
-1001111011011 commercial-grains 1
-1001111011011 metals-research 1
-1001111011011 furniture-like 1
-1001111011011 undergarment 1
-1001111011011 equipment-supply 1
-1001111011011 pharmaceutical-exporting 1
-1001111011011 insurance-administration 1
-1001111011011 signal-quality 1
-1001111011011 later-day 1
-1001111011011 oil-appraisal 1
-1001111011011 career-management 1
-1001111011011 executive-outplacement 1
-1001111011011 merchandising-consulting 1
-1001111011011 refining-consulting 1
-1001111011011 210-lawyer 1
-1001111011011 brokerage-selling 1
-1001111011011 220-lawyer 1
-1001111011011 consulting-engineer 1
-1001111011011 personal-management 1
-1001111011011 celebrity-brokerage 1
-1001111011011 energy-forecasting 1
-1001111011011 security-selling 1
-1001111011011 agriculture-equipment 1
-1001111011011 woman-owned 1
-1001111011011 139-lawyer 1
-1001111011011 plan-funding 1
-1001111011011 480-employee 1
-1001111011011 20-person 1
-1001111011011 security-consulting 1
-1001111011011 temporary-doctor 1
-1001111011011 investmentbanking 1
-1001111011011 800-lawyer 1
-1001111011011 broadcast-equipment 1
-1001111011011 wire-making 1
-1001111011011 five-partner 1
-1001111011011 X-rated-movie 1
-1001111011011 left/right 1
-1001111011011 stucco-on-brick 1
-1001111011011 honesty-testing 1
-1001111011011 less-secretive 1
-1001111011011 optical-communications 1
-1001111011011 broad-product-line 1
-1001111011011 270-lawyer 1
-1001111011011 graphics-design 1
-1001111011011 econometric-forecasting 1
-1001111011011 economypolicy 1
-1001111011011 multiple-construction 1
-1001111011011 log-and-stone 1
-1001111011011 brand-naming 1
-1001111011011 military-systems 1
-1001111011011 13th-biggest 1
-1001111011011 chip-shot 1
-1001111011011 acoustical-engineering 1
-1001111011011 tar-paper 1
-1001111011011 travel-sales 1
-1001111011011 development-consulting 1
-1001111011011 makers-brokerage 1
-1001111011011 10-bed 1
-1001111011011 commodity-research 1
-1001111011011 wine-marketing 1
-1001111011011 1,900-employee 1
-1001111011011 Jaoul 1
-1001111011011 professional-service 1
-1001111011011 exchange-member 1
-1001111011011 cat-burglar 1
-1001111011011 Stock-brokerage 1
-1001111011011 sports-management 1
-1001111011011 100th-largest 1
-1001111011011 investmentmanagement 1
-1001111011011 apartment-maintenance 1
-1001111011011 mortgage-tracking 1
-1001111011011 more-staid 1
-1001111011011 product-research 1
-1001111011011 profit-yielding 1
-1001111011011 venture-leasing 1
-1001111011011 retail-based 1
-1001111011011 marine-towing 1
-1001111011011 investor-wned 1
-1001111011011 A-cup 1
-1001111011011 105mm 1
-1001111011011 industrial-psychology 1
-1001111011011 market-strategy 1
-1001111011011 tomato-products 1
-1001111011011 top-billing 1
-1001111011011 68-lawyer 1
-1001111011011 cost-consulting 1
-1001111011011 white-collar-defense 1
-1001111011011 immigration-consulting 1
-1001111011011 fertilizer-importing 1
-1001111011011 fashion-design 1
-1001111011011 ducal 1
-1001111011011 fiber-making 1
-1001111011011 foreign-oriented 1
-1001111011011 textile/apparel 1
-1001111011011 275-lawyer 1
-1001111011011 230-lawyer 1
-1001111011011 compensation-consultant 1
-1001111011011 training-aid 1
-1001111011011 behind-the-scene 1
-1001111011011 seven-professional 1
-1001111011011 protective-coating 1
-1001111011011 Suddeutsche 1
-1001111011011 media-investment 1
-1001111011011 Southfield-based 1
-1001111011011 options-selling 1
-1001111011011 benefits-research 1
-1001111011011 wireless-cable 1
-1001111011011 business-market 1
-1001111011011 beverage-consulting 1
-1001111011011 Washingtonbased 1
-1001111011011 16th-ranking 1
-1001111011011 Board-member 1
-1001111011011 200-lawyer 1
-1001111011011 135-lawyer 1
-1001111011011 foreign-bribery 1
-1001111011011 government-built 1
-1001111011011 once-sickly 1
-1001111011011 policy-analysis 1
-1001111011011 legal-graphics 1
-1001111011011 drug-wholesaler 1
-1001111011011 brokerage-oriented 1
-1001111011011 520-lawyer 1
-1001111011011 159-year-old 1
-1001111011011 rooming 1
-1001111011011 480-lawyer 1
-1001111011011 550-lawyer 1
-1001111011011 454-lawyer 1
-1001111011011 neo-Colonial 1
-1001111011011 252-lawyer 1
-1001111011011 fund-selling 1
-1001111011011 250-lawyer 1
-1001111011011 Roche/Dinkeloo 1
-1001111011011 ballot-counting 1
-1001111011011 rat-control 1
-1001111011011 accounting-method 1
-1001111011011 accounting-period 1
-1001111011011 technology-patent 1
-1001111011011 investment-advising 1
-1001111011011 executive-summary 1
-1001111011011 fraud-auditing 1
-1001111011011 turn-key 1
-1001111011011 concrete-lined 1
-1001111011011 money-exchange 1
-1001111011011 fund-research 2
-1001111011011 worker-managed 2
-1001111011011 bond-insurance 2
-1001111011011 nonclearing 2
-1001111011011 Reichmann-owned 2
-1001111011011 bank-consulting 2
-1001111011011 white-oriented 2
-1001111011011 personal-trading 2
-1001111011011 Panama-registered 2
-1001111011011 benefit-consulting 2
-1001111011011 charnel 2
-1001111011011 160-lawyer 2
-1001111011011 pennystock 2
-1001111011011 dealer-related 2
-1001111011011 acccounting 2
-1001111011011 grocery-buying 2
-1001111011011 bond-management 2
-1001111011011 research-consulting 2
-1001111011011 Ohio-incorporated 2
-1001111011011 eight-lawyer 2
-1001111011011 beauty-product 2
-1001111011011 25-employee 2
-1001111011011 management-consultant 2
-1001111011011 pinky 2
-1001111011011 catalog-consulting 2
-1001111011011 20-man 2
-1001111011011 plumbing-supply 2
-1001111011011 grain-exporting 2
-1001111011011 pension-investment 2
-1001111011011 Western-civilization 2
-1001111011011 Deny 2
-1001111011011 bank-securities 2
-1001111011011 pension-consulting 2
-1001111011011 industrial-controls 2
-1001111011011 securities-brokerage 2
-1001111011011 fight-promotion 2
-1001111011011 securities-rating 2
-1001111011011 shareholder-search 2
-1001111011011 household-survey 2
-1001111011011 deposit-rating 2
-1001111011011 energy-consulting 2
-1001111011011 cash-machine 2
-1001111011011 mortgage-brokerage 2
-1001111011011 120-lawyer 2
-1001111011011 bank-ratings 2
-1001111011011 executive-consulting 2
-1001111011011 agronomic 2
-1001111011011 jacaranda 2
-1001111011011 trade-consulting 2
-1001111011011 Sukrawetan 2
-1001111011011 cartage 2
-1001111011011 stock-watch 2
-1001111011011 corsets 2
-1001111011011 retail-consulting 2
-1001111011011 oyster-shucking 2
-1001111011011 non-exchange 2
-1001111011011 franchise-consulting 2
-1001111011011 house-building 2
-1001111011011 marketing-strategy 2
-1001111011011 tax-service 2
-1001111011011 financial-consulting 2
-1001111011011 options-brokerage 2
-1001111011011 ocean-side 2
-1001111011011 travel-consulting 2
-1001111011011 airport-security 2
-1001111011011 compensation-consulting 2
-1001111011011 farm-law 2
-1001111011011 multi-product 2
-1001111011011 boat-making 2
-1001111011011 executive-recruitment 2
-1001111011011 well-motivated 2
-1001111011011 metal-trading 2
-1001111011011 profit-maximizing 2
-1001111011011 stock-specialist 2
-1001111011011 investment-consulting 3
-1001111011011 marketing-consulting 3
-1001111011011 commodity-brokerage 3
-1001111011011 ink-stained 3
-1001111011011 media-research 3
-1001111011011 mail-processing 3
-1001111011011 16-person 3
-1001111011011 home-remodeling 3
-1001111011011 legal-consulting 3
-1001111011011 tradition-steeped 3
-1001111011011 waste-collection 3
-1001111011011 package-design 3
-1001111011011 retirement-housing 3
-1001111011011 political-consulting 3
-1001111011011 stock-research 3
-1001111011011 bearing-manufacturing 3
-1001111011011 parts-delivery 3
-1001111011011 50-lawyer 3
-1001111011011 700-lawyer 3
-1001111011011 general-contracting 4
-1001111011011 African-American 4
-1001111011011 headhunting 4
-1001111011011 securities-research 4
-1001111011011 inventory-accounting 4
-1001111011011 300-lawyer 4
-1001111011011 computer-consulting 4
-1001111011011 propeller-jet 4
-1001111011011 140-lawyer 5
-1001111011011 thespian 5
-1001111011011 Japanese-affiliated 5
-1001111011011 investment-counseling 5
-1001111011011 American-controlled 5
-1001111011011 cinderblock 5
-1001111011011 marketing-research 5
-1001111011011 private-investment 5
-1001111011011 chaise 5
-1001111011011 security-services 6
-1001111011011 grain-trading 6
-1001111011011 accounting-rule 6
-1001111011011 management-services 6
-1001111011011 oil-consulting 6
-1001111011011 stock-brokerage 7
-1001111011011 financial-management 7
-1001111011011 metals-trading 7
-1001111011011 full-cost 7
-1001111011011 labor-law 7
-1001111011011 auto-financing 7
-1001111011011 corn-processing 7
-1001111011011 executive-recruiting 8
-1001111011011 work-out 8
-1001111011011 benefits-consulting 9
-1001111011011 consumer-research 9
-1001111011011 inventory-control 9
-1001111011011 pension-accounting 10
-1001111011011 econometrics 10
-1001111011011 proxy-solicitation 12
-1001111011011 sports-marketing 13
-1001111011011 economic-consulting 13
-1001111011011 commercial/industrial 14
-1001111011011 discount-brokerage 17
-1001111011011 options-trading 17
-1001111011011 broking 18
-1001111011011 investment-advisory 22
-1001111011011 executive-search 29
-1001111011011 temp 29
-1001111011011 stockbroking 32
-1001111011011 consultancy 34
-1001111011011 management-consulting 35
-1001111011011 financial-planning 40
-1001111011011 asset-management 41
-1001111011011 investment-management 52
-1001111011011 outplacement 75
-1001111011011 advance-purchase 86
-1001111011011 CPA 101
-1001111011011 market-research 119
-1001111011011 money-management 148
-1001111011011 stockbrokerage 165
-1001111011011 auditing 240
-1001111011011 investment-banking 329
-1001111011011 clearing 626
-1001111011011 consulting 2415
-1001111011011 brokerage 3594
-1001111011011 accounting 4209
-10011110111000 collision-warning 1
-10011110111000 retailiatory 1
-10011110111000 flexible-manufacturing 1
-10011110111000 mail-forwarding 1
-10011110111000 altitude-measuring 1
-10011110111000 test-audience 1
-10011110111000 cubo-futurist 1
-10011110111000 electronic-shopping 1
-10011110111000 long-range-radar 1
-10011110111000 coke-fueled 1
-10011110111000 fraud-detection 1
-10011110111000 counter-espionage 1
-10011110111000 plaque-removing 1
-10011110111000 order-option 1
-10011110111000 pulse-research 1
-10011110111000 snow-making 1
-10011110111000 communiciations 1
-10011110111000 defueling 1
-10011110111000 tooth-cleaning 1
-10011110111000 shot-in-the-dark 1
-10011110111000 avionics-engineering 1
-10011110111000 sports-programming 1
-10011110111000 program-development 1
-10011110111000 base-publishing 1
-10011110111000 retarder 1
-10011110111000 behind-the-lines 1
-10011110111000 homosexual-support 1
-10011110111000 production-engineering 1
-10011110111000 tactical-display 1
-10011110111000 appliance-store 1
-10011110111000 mergers-advisory 1
-10011110111000 theft-alarm 1
-10011110111000 political-funding 1
-10011110111000 maintenance-program 1
-10011110111000 price-quotation 2
-10011110111000 pre-funding 2
-10011110111000 power-producing 2
-10011110111000 computer-graphic 2
-10011110111000 ballon 2
-10011110111000 facsimile-transmission 2
-10011110111000 WHDH-AM 2
-10011110111000 telephone-system 2
-10011110111000 cash-register 2
-10011110111000 economic-cooperation 2
-10011110111000 engine-development 2
-10011110111000 impulse-buying 2
-10011110111000 deficit-control 2
-10011110111000 tax-compliance 2
-10011110111000 crime-detection 2
-10011110111000 factory-building 2
-10011110111000 sub-assembly 2
-10011110111000 cardiac-pacing 2
-10011110111000 unappropriated 2
-10011110111000 electronic-defense 2
-10011110111000 night-shift 2
-10011110111000 timber-harvesting 2
-10011110111000 unenacted 2
-10011110111000 home-stretch 2
-10011110111000 annealing 2
-10011110111000 regasification 2
-10011110111000 film-editing 2
-10011110111000 test-range 2
-10011110111000 home-cooking 3
-10011110111000 fractal 3
-10011110111000 steady-as-she-goes 3
-10011110111000 monoline 3
-10011110111000 lactation 3
-10011110111000 community-relations 3
-10011110111000 concertizing 3
-10011110111000 television-programming 3
-10011110111000 tune-up 3
-10011110111000 unselfish 3
-10011110111000 BMP 3
-10011110111000 cowgirls 3
-10011110111000 information-storage 3
-10011110111000 round-robin 3
-10011110111000 non-engineering 3
-10011110111000 gold-trading 3
-10011110111000 data-analysis 3
-10011110111000 truck-making 3
-10011110111000 home-banking 3
-10011110111000 containable 3
-10011110111000 anti-Electrolux 3
-10011110111000 employment-severance 3
-10011110111000 Polydor 3
-10011110111000 phonics 3
-10011110111000 discus 3
-10011110111000 atropine 3
-10011110111000 targetable 3
-10011110111000 fee-related 4
-10011110111000 roadbuilding 4
-10011110111000 union-company 4
-10011110111000 satellite-control 4
-10011110111000 chrome-plating 4
-10011110111000 star-gazing 4
-10011110111000 encrypted 4
-10011110111000 rewind 4
-10011110111000 business-management 4
-10011110111000 Medicare-certified 4
-10011110111000 audience-measurement 4
-10011110111000 pyrotechnic 4
-10011110111000 electrolysis 4
-10011110111000 electric-powered 4
-10011110111000 acqusitions 4
-10011110111000 merchandizing 4
-10011110111000 hematology 5
-10011110111000 air-service 5
-10011110111000 energy-supply 5
-10011110111000 Kotex 5
-10011110111000 quicksilver 5
-10011110111000 countersuits 5
-10011110111000 missile-production 5
-10011110111000 order-processing 5
-10011110111000 manicure 6
-10011110111000 deposit-gathering 6
-10011110111000 trading-company 6
-10011110111000 municipal-finance 6
-10011110111000 floor-trading 6
-10011110111000 electronic-trading 6
-10011110111000 composting 6
-10011110111000 information-retrieval 7
-10011110111000 electronic-information 7
-10011110111000 co-ownership 7
-10011110111000 well-lit 7
-10011110111000 command-and-control 8
-10011110111000 data-collection 8
-10011110111000 sneering 8
-10011110111000 get-out-the-vote 8
-10011110111000 biking 8
-10011110111000 reprocessing 8
-10011110111000 remediation 9
-10011110111000 argon 9
-10011110111000 fire-fighting 9
-10011110111000 intermodal 9
-10011110111000 stock-buying 9
-10011110111000 trouble-shooting 10
-10011110111000 export-finance 10
-10011110111000 intelligence-gathering 11
-10011110111000 hand-washing 11
-10011110111000 lubrication 11
-10011110111000 critical-care 11
-10011110111000 image-building 11
-10011110111000 mine-clearing 11
-10011110111000 ventilating 12
-10011110111000 decontamination 13
-10011110111000 lube 13
-10011110111000 representational 13
-10011110111000 high-strength 13
-10011110111000 movie-making 13
-10011110111000 drug-interdiction 14
-10011110111000 feathered 14
-10011110111000 business-development 14
-10011110111000 bleaching 15
-10011110111000 software-development 15
-10011110111000 docking 16
-10011110111000 ginger 16
-10011110111000 rafting 17
-10011110111000 post-production 17
-10011110111000 peacemaking 18
-10011110111000 telemetry 18
-10011110111000 supercomputing 18
-10011110111000 merger-and-acquisition 19
-10011110111000 relending 19
-10011110111000 risk-management 19
-10011110111000 managed-care 19
-10011110111000 canning 20
-10011110111000 robotic 20
-10011110111000 missile-engineering 20
-10011110111000 image-processing 21
-10011110111000 news-gathering 21
-10011110111000 currency-trading 23
-10011110111000 messaging 25
-10011110111000 prospecting 26
-10011110111000 percussion 26
-10011110111000 extrusion 26
-10011110111000 ticketing 26
-10011110111000 firefighting 28
-10011110111000 converter 28
-10011110111000 photocopying 29
-10011110111000 towing 30
-10011110111000 problem-solving 31
-10011110111000 brokering 32
-10011110111000 wagering 34
-10011110111000 forwarding 35
-10011110111000 boating 35
-10011110111000 sourcing 35
-10011110111000 decorating 37
-10011110111000 landscaping 38
-10011110111000 dredging 41
-10011110111000 retrieval 44
-10011110111000 product-development 47
-10011110111000 molding 54
-10011110111000 deal-making 55
-10011110111000 welding 56
-10011110111000 camping 56
-10011110111000 braking 56
-10011110111000 grazing 60
-10011110111000 subcontracting 61
-10011110111000 fabricating 63
-10011110111000 telemarketing 64
-10011110111000 interchange 64
-10011110111000 M&A 74
-10011110111000 stock-trading 78
-10011110111000 logistics 88
-10011110111000 courier 88
-10011110111000 pharmacy 92
-10011110111000 seating 98
-10011110111000 wiring 101
-10011110111000 PR 104
-10011110111000 corporate-finance 127
-10011110111000 paging 141
-10011110111000 irrigation 142
-10011110111000 navigation 157
-10011110111000 market-making 160
-10011110111000 franchising 176
-10011110111000 backup 194
-10011110111000 fitness 225
-10011110111000 recycling 243
-10011110111000 conservation 257
-10011110111000 computing 258
-10011110111000 merchandising 299
-10011110111000 lighting 302
-10011110111000 billing 332
-10011110111000 fund-raising 338
-10011110111000 servicing 358
-10011110111000 communication 366
-10011110111000 public-relations 380
-10011110111000 hedging 392
-10011110111000 beauty 429
-10011110111000 promotional 450
-10011110111000 syndication 453
-10011110111000 cooperative 477
-10011110111000 fishing 522
-10011110111000 landing 587
-10011110111000 storage 761
-10011110111000 licensing 793
-10011110111000 lobbying 1023
-10011110111000 shipping 1209
-10011110111000 processing 1484
-10011110111000 engineering 2368
-10011110111000 marketing 7473
-10011110111000 communications 2482
-10011110111001 driling 1
-10011110111001 maxi-debate 1
-10011110111001 spirts 1
-10011110111001 nsurance 1
-10011110111001 joint-exploration 1
-10011110111001 specialty-insurance 1
-10011110111001 development/production/distribution 1
-10011110111001 radiative 1
-10011110111001 wild-catting 1
-10011110111001 cost-recognition 1
-10011110111001 multihued 1
-10011110111001 part-making 1
-10011110111001 steel-finishing 1
-10011110111001 directory-printing 1
-10011110111001 turbine-related 1
-10011110111001 container-transport 1
-10011110111001 Microsoft-Apple 1
-10011110111001 basic-materials 1
-10011110111001 to-four-family 1
-10011110111001 jackup 1
-10011110111001 draining-and-flushing 1
-10011110111001 Hanina 1
-10011110111001 drugs-for-arms 1
-10011110111001 CLAUSTROPHOBIC 1
-10011110111001 protection-related 1
-10011110111001 life-health 1
-10011110111001 roof-support 1
-10011110111001 submicron 1
-10011110111001 masonry-clad 1
-10011110111001 cow-like 1
-10011110111001 hay-topped 1
-10011110111001 dealing-room 2
-10011110111001 drilling-bit 2
-10011110111001 wage-negotiation 2
-10011110111001 home-buyer 2
-10011110111001 807-type 2
-10011110111001 profiteroles 2
-10011110111001 field-equipment 2
-10011110111001 unpressurized 2
-10011110111001 bookselling 2
-10011110111001 commercial-jet 2
-10011110111001 order-delivery 2
-10011110111001 soft-drink-bottling 2
-10011110111001 paper-distribution 2
-10011110111001 Eurobond-trading 2
-10011110111001 inertial-guidance 2
-10011110111001 process-development 2
-10011110111001 bus-building 2
-10011110111001 Tempo/Topaz 2
-10011110111001 battery-manufacturing 2
-10011110111001 oil-shale 2
-10011110111001 minority-employment 2
-10011110111001 computer-manufacturing 2
-10011110111001 deflations 2
-10011110111001 missile-support 2
-10011110111001 exploration-equipment 2
-10011110111001 drillings 2
-10011110111001 Beruit 2
-10011110111001 aluminum-making 2
-10011110111001 disposer 2
-10011110111001 automations 2
-10011110111001 mortgage-making 2
-10011110111001 grouting 2
-10011110111001 Lowenbrau 3
-10011110111001 congregate-living 3
-10011110111001 desipramine 3
-10011110111001 crash-protection 3
-10011110111001 Oceania 3
-10011110111001 SCEcorp. 3
-10011110111001 pest-resistant 3
-10011110111001 air-carrier 3
-10011110111001 bankrutpcy 3
-10011110111001 video-distribution 3
-10011110111001 power-production 3
-10011110111001 Dalhousie 3
-10011110111001 steering-column 3
-10011110111001 desulfurization 3
-10011110111001 colorings 3
-10011110111001 mulberry 3
-10011110111001 component-making 3
-10011110111001 1960s-style 3
-10011110111001 squirting 3
-10011110111001 industry-related 3
-10011110111001 barbeque 3
-10011110111001 spearing 3
-10011110111001 waste-processing 4
-10011110111001 gas-drilling 4
-10011110111001 site-preparation 4
-10011110111001 well-service 4
-10011110111001 tourism-related 4
-10011110111001 alpha-naphthol 4
-10011110111001 commercial-lending 4
-10011110111001 military-aerospace 4
-10011110111001 dataprocessing 4
-10011110111001 non-transportation 4
-10011110111001 denim-making 4
-10011110111001 note-issuance 4
-10011110111001 timekeeping 4
-10011110111001 white-run 4
-10011110111001 parts-distribution 5
-10011110111001 electronics-related 5
-10011110111001 packinghouse 5
-10011110111001 Cryovac 5
-10011110111001 dipstick 5
-10011110111001 plant-construction 5
-10011110111001 corporate-lending 5
-10011110111001 film-distribution 5
-10011110111001 well-servicing 5
-10011110111001 basic-chemicals 5
-10011110111001 bulk-shipping 6
-10011110111001 magnetics 6
-10011110111001 cargo-handling 6
-10011110111001 market-surveillance 6
-10011110111001 capital-investment 6
-10011110111001 separator 6
-10011110111001 sealant 6
-10011110111001 monomers 6
-10011110111001 waste-removal 7
-10011110111001 contruction 7
-10011110111001 film-production 7
-10011110111001 mooring 7
-10011110111001 bank-refinancing 8
-10011110111001 doctor's-office 8
-10011110111001 order-routing 8
-10011110111001 de-icing 8
-10011110111001 gas-supply 9
-10011110111001 car-making 9
-10011110111001 pulping 9
-10011110111001 guzzler 10
-10011110111001 radiator 10
-10011110111001 tax-preparation 10
-10011110111001 claims-processing 11
-10011110111001 reexport 13
-10011110111001 paper-making 13
-10011110111001 interconnection 14
-10011110111001 film-processing 14
-10011110111001 parts-making 16
-10011110111001 tire-making 16
-10011110111001 etching 17
-10011110111001 Claymore 18
-10011110111001 waste-treatment 18
-10011110111001 airways 18
-10011110111001 intensive-care 19
-10011110111001 compression 29
-10011110111001 rehab 29
-10011110111001 chip-making 30
-10011110111001 capital-markets 32
-10011110111001 purification 33
-10011110111001 veneer 35
-10011110111001 ranching 38
-10011110111001 goods-producing 38
-10011110111001 slaughtering 38
-10011110111001 optic 46
-10011110111001 wholesaling 46
-10011110111001 smelting 48
-10011110111001 wallboard 53
-10011110111001 startup 57
-10011110111001 incineration 59
-10011110111001 waste-disposal 62
-10011110111001 extraction 62
-10011110111001 Corsica 65
-10011110111001 animation 66
-10011110111001 remodeling 71
-10011110111001 combustion 73
-10011110111001 instrumentation 76
-10011110111001 simulation 86
-10011110111001 fabrication 89
-10011110111001 logging 91
-10011110111001 coating 93
-10011110111001 enrichment 93
-10011110111001 refrigeration 94
-10011110111001 avionics 103
-10011110111001 steelmaking 109
-10011110111001 turbine 111
-10011110111001 liquids 116
-10011110111001 convoy 117
-10011110111001 sewage 144
-10011110111001 Taurus 180
-10011110111001 measurement 202
-10011110111001 imaging 215
-10011110111001 spirits 335
-10011110111001 automation 406
-10011110111001 start-up 654
-10011110111001 refining 774
-10011110111001 transmission 826
-10011110111001 printing 929
-10011110111001 drilling 995
-10011110111001 leasing 1051
-10011110111001 maintenance 1364
-10011110111001 pipeline 1606
-10011110111001 exploration 1638
-10011110111001 distribution 3397
-10011110111001 construction 5299
-10011110111001 manufacturing 4660
-100111101110100 air-emergency 1
-100111101110100 limited-release 1
-100111101110100 opinion-polling 1
-100111101110100 Clark-Cowlitz 1
-100111101110100 Banishing 1
-100111101110100 refugee-protection 1
-100111101110100 univesrity 1
-100111101110100 IMF-style 1
-100111101110100 159-nation 1
-100111101110100 alcoholism-treatment 1
-100111101110100 special-needs 1
-100111101110100 anti-tax-reform 1
-100111101110100 advertiser-produced 1
-100111101110100 program-sales 1
-100111101110100 unshared 1
-100111101110100 all-but-independent 1
-100111101110100 securities-watchdog 1
-100111101110100 independent-expenditure 1
-100111101110100 alternatative 1
-100111101110100 trellising 1
-100111101110100 awareness-building 1
-100111101110100 philatelic 1
-100111101110100 anti-slowdown 1
-100111101110100 work-welfare 1
-100111101110100 export-guarantee 1
-100111101110100 toy-related 1
-100111101110100 income-preserving 1
-100111101110100 temperature-taking 1
-100111101110100 small-publishing 1
-100111101110100 devlopment 1
-100111101110100 anti-spiritual-pollution 1
-100111101110100 all-beef 1
-100111101110100 wing-part 1
-100111101110100 dude-ranch 1
-100111101110100 regional-marketing 1
-100111101110100 economice 1
-100111101110100 at-my-desk 1
-100111101110100 real-estate-loan 1
-100111101110100 energy-efficiency 1
-100111101110100 consumer-country 1
-100111101110100 software-license 1
-100111101110100 petroleum-cracking 1
-100111101110100 advance-guard 1
-100111101110100 social-interest 1
-100111101110100 poverty-law 1
-100111101110100 pension-benefits 1
-100111101110100 IVF/GIFT 1
-100111101110100 SPENDERS 1
-100111101110100 gold-braided 1
-100111101110100 anti-Armenian 1
-100111101110100 domestic-violence 1
-100111101110100 deep-space 1
-100111101110100 Turner-Kumagai 1
-100111101110100 liquor-marketing 1
-100111101110100 8,000-square-foot 1
-100111101110100 tool-builders 1
-100111101110100 information-security 1
-100111101110100 loan-guaranty 1
-100111101110100 split-commission 1
-100111101110100 due-on-sale 1
-100111101110100 bag-related 1
-100111101110100 Crew-reduction 1
-100111101110100 early-release 1
-100111101110100 OSHA-type 1
-100111101110100 energy-cost 1
-100111101110100 527,000but 1
-100111101110100 all-state 1
-100111101110100 show/merchandising 1
-100111101110100 taxi-owners 1
-100111101110100 communist-front 1
-100111101110100 presorting 1
-100111101110100 food-relief 1
-100111101110100 marine-machinery 1
-100111101110100 up-close-and-personal 1
-100111101110100 player-sportswriter 1
-100111101110100 Guide-sized 1
-100111101110100 themepark 1
-100111101110100 industrial-finance 1
-100111101110100 semipublic 1
-100111101110100 commercial-insurance 1
-100111101110100 risk-absorbing 1
-100111101110100 stock-photo 1
-100111101110100 budget-driven 1
-100111101110100 auto-lubrication 1
-100111101110100 as-yet-unwritten 1
-100111101110100 television-advertising 2
-100111101110100 jury-duty 2
-100111101110100 body-collection 2
-100111101110100 office-temporary 2
-100111101110100 coin-production 2
-100111101110100 straight-faced 2
-100111101110100 anti-feminist 2
-100111101110100 tax-collecting 2
-100111101110100 image-boosting 2
-100111101110100 principal-transaction 2
-100111101110100 vehicle-making 2
-100111101110100 adverstising 2
-100111101110100 quick-print 2
-100111101110100 neoprene 2
-100111101110100 coupon-distribution 2
-100111101110100 AIDS-prevention 2
-100111101110100 image-advertising 2
-100111101110100 bourgeois-liberalization 2
-100111101110100 bluestone 2
-100111101110100 anti-free-trade 2
-100111101110100 anti-banking 2
-100111101110100 patent-licensing 2
-100111101110100 15-game 2
-100111101110100 investment-guarantee 2
-100111101110100 Adachiya 2
-100111101110100 2,545 2
-100111101110100 issue-less 2
-100111101110100 growth-management 2
-100111101110100 private-employer 2
-100111101110100 bistate 2
-100111101110100 anti-gambling 3
-100111101110100 industrial-strength 3
-100111101110100 rheumatism 3
-100111101110100 newspaper-ad 3
-100111101110100 serialization 3
-100111101110100 self-motivation 3
-100111101110100 schilling 3
-100111101110100 106-member 3
-100111101110100 anti-drinking 3
-100111101110100 fumigation 4
-100111101110100 applesauce 4
-100111101110100 Citi-One 5
-100111101110100 advertising-sales 5
-100111101110100 town-house 5
-100111101110100 trade-promotion 6
-100111101110100 alms 6
-100111101110100 capital-improvement 7
-100111101110100 eyebrow 10
-100111101110100 miniature-golf 11
-100111101110100 stumpage 11
-100111101110100 advertorial 12
-100111101110100 ox 12
-100111101110100 credit-research 12
-100111101110100 accrediting 15
-100111101110100 151-nation 17
-100111101110100 debt-collection 17
-100111101110100 oil-change 18
-100111101110100 anti-corruption 19
-100111101110100 overdraft 23
-100111101110100 encyclopedia 45
-100111101110100 traffic-safety 53
-100111101110100 ARM 56
-100111101110100 invoice 69
-100111101110100 ADR 102
-100111101110100 entitlement 159
-100111101110100 escrow 208
-100111101110100 drinks 508
-100111101110100 underwriting 1320
-100111101110100 advertising 5616
-100111101110100 ad 3450
-100111101110101 bulk-mailing 1
-100111101110101 pharmaceutics 1
-100111101110101 company-administration 1
-100111101110101 head-scratching 1
-100111101110101 hairbrained 1
-100111101110101 loan-underwriting 1
-100111101110101 oil-transfer 1
-100111101110101 traumatology 1
-100111101110101 market-promoting 1
-100111101110101 Lasertronics 1
-100111101110101 mutual-aid 1
-100111101110101 silk-trading 1
-100111101110101 IMF-endorsed 1
-100111101110101 Piper-Heidseick 1
-100111101110101 discrimination-complaint 1
-100111101110101 dysfunctions 1
-100111101110101 safety-training 1
-100111101110101 debate-organizing 1
-100111101110101 media-watchdog 1
-100111101110101 Setback 1
-100111101110101 4,497,205 1
-100111101110101 joint-trade 1
-100111101110101 8,000-odd 1
-100111101110101 heat-escape 1
-100111101110101 thrift-study 1
-100111101110101 small-business-development 1
-100111101110101 Mutt-and-Jeff 1
-100111101110101 angiotensin-converting 1
-100111101110101 non-naturalistic 1
-100111101110101 serology 1
-100111101110101 emergency-locater 1
-100111101110101 protective-custody 1
-100111101110101 cartographic 1
-100111101110101 geochemistry 1
-100111101110101 346.44 1
-100111101110101 distraction-free 1
-100111101110101 ethnic-study 1
-100111101110101 obstetrics-gynecology 1
-100111101110101 1777-78 1
-100111101110101 fauteuils 1
-100111101110101 563.24 1
-100111101110101 Jurisprudence 1
-100111101110101 face-painting 1
-100111101110101 counterinflation 1
-100111101110101 educational-research 1
-100111101110101 cross-linking 1
-100111101110101 news-digging 1
-100111101110101 equipment-partsmaking 1
-100111101110101 cream-vending 1
-100111101110101 consumer-advice 1
-100111101110101 peritonitis 1
-100111101110101 domestic-commodity 1
-100111101110101 time-space 1
-100111101110101 Jersey-Pennsylvania 1
-100111101110101 window-filled 1
-100111101110101 rice-bug 1
-100111101110101 load-management 1
-100111101110101 bond-sales 1
-100111101110101 newsgathering 1
-100111101110101 news-and-gossip 1
-100111101110101 unjaded 1
-100111101110101 2286.2 1
-100111101110101 Monplaisir 1
-100111101110101 otology 1
-100111101110101 district-attorney 1
-100111101110101 energy-pricing 1
-100111101110101 user-funded 1
-100111101110101 globetrotting 1
-100111101110101 Alabam 1
-100111101110101 second-act 1
-100111101110101 trade-fair 1
-100111101110101 highbrow-furrowing 1
-100111101110101 Rebar 1
-100111101110101 loan-workout 1
-100111101110101 Toronto-Montreal-Ottawa 1
-100111101110101 Theremin 1
-100111101110101 pre-stamped 1
-100111101110101 engine-casting 1
-100111101110101 pushbacks 1
-100111101110101 car-window 1
-100111101110101 suburb-to-center 1
-100111101110101 trdaing 1
-100111101110101 Wartnaby 1
-100111101110101 insider-selling 1
-100111101110101 gene-analysis 1
-100111101110101 payment-system 1
-100111101110101 hematology-oncology 2
-100111101110101 shams 2
-100111101110101 policy-research 2
-100111101110101 light-industry 2
-100111101110101 broadcasted 2
-100111101110101 murder-for-hire 2
-100111101110101 international-relations 2
-100111101110101 Khuzestan 2
-100111101110101 closed-off 2
-100111101110101 order-matching 2
-100111101110101 carnivore 2
-100111101110101 loungers 2
-100111101110101 power-assisted 2
-100111101110101 two-fund 2
-100111101110101 taste-testing 2
-100111101110101 credit-review 2
-100111101110101 corporate-communications 2
-100111101110101 flea-bitten 2
-100111101110101 symposia 2
-100111101110101 Habsheim 2
-100111101110101 well-administered 2
-100111101110101 year-in 2
-100111101110101 enology 2
-100111101110101 bill-padding 2
-100111101110101 bloater 2
-100111101110101 chemical-weapon-free 2
-100111101110101 F&I 2
-100111101110101 audiology 2
-100111101110101 perishing 2
-100111101110101 every-man-for-himself 2
-100111101110101 380SL 2
-100111101110101 AIDS-service 2
-100111101110101 city-planning 2
-100111101110101 shoebox-size 2
-100111101110101 art-history 3
-100111101110101 freshet 3
-100111101110101 laryngitis 3
-100111101110101 tuba 3
-100111101110101 entomology 3
-100111101110101 self-addressed 3
-100111101110101 Cassino 3
-100111101110101 reseach 3
-100111101110101 agate 3
-100111101110101 export-processing 3
-100111101110101 photojournalism 3
-100111101110101 depositor-owned 3
-100111101110101 45-degree 3
-100111101110101 popular-culture 3
-100111101110101 environmental-affairs 3
-100111101110101 supra-national 3
-100111101110101 non-money 3
-100111101110101 bricklayer 3
-100111101110101 loudness 3
-100111101110101 sponging 3
-100111101110101 croc 4
-100111101110101 behaviorist 4
-100111101110101 gerontology 4
-100111101110101 ophthalmology 4
-100111101110101 video-communications 4
-100111101110101 phonetics 4
-100111101110101 agronomy 4
-100111101110101 zoology 4
-100111101110101 biomechanics 4
-100111101110101 customs-free 4
-100111101110101 debt-financing 4
-100111101110101 geophysics 4
-100111101110101 anesthesiology 5
-100111101110101 rosary 5
-100111101110101 nail-biting 5
-100111101110101 near-misses 5
-100111101110101 invoicing 5
-100111101110101 botany 5
-100111101110101 bioengineering 5
-100111101110101 linguistics 5
-100111101110101 superconduction 5
-100111101110101 employee-assistance 5
-100111101110101 shuffleboard 5
-100111101110101 deftness 5
-100111101110101 biophysics 5
-100111101110101 health-promotion 6
-100111101110101 detoxification 6
-100111101110101 worker-training 6
-100111101110101 commas 6
-100111101110101 pod 6
-100111101110101 Chosun 7
-100111101110101 speedskating 7
-100111101110101 picture-taking 7
-100111101110101 biofeedback 7
-100111101110101 silica 8
-100111101110101 bestsellers 8
-100111101110101 cephalosporin 8
-100111101110101 horticulture 9
-100111101110101 deliberative 9
-100111101110101 birthing 9
-100111101110101 bradykinin 9
-100111101110101 gynecology 10
-100111101110101 matinee 10
-100111101110101 Dong-A 10
-100111101110101 groundbreaking 10
-100111101110101 1002 10
-100111101110101 virology 10
-100111101110101 criminology 10
-100111101110101 viola 11
-100111101110101 oncology 12
-100111101110101 epidemiology 12
-100111101110101 aquaculture 12
-100111101110101 rapt 12
-100111101110101 neurology 14
-100111101110101 methadone 14
-100111101110101 microbiology 14
-100111101110101 cathedrals 14
-100111101110101 dysfunction 14
-100111101110101 insemination 16
-100111101110101 cardiology 16
-100111101110101 toxicology 16
-100111101110101 immunology 16
-100111101110101 self-regulating 17
-100111101110101 sit-ins 17
-100111101110101 astronomy 17
-100111101110101 radiology 17
-100111101110101 dermatology 17
-100111101110101 geriatrics 18
-100111101110101 obstetrics 19
-100111101110101 pediatrics 21
-100111101110101 firebombs 22
-100111101110101 biochemistry 22
-100111101110101 Literaturnaya 22
-100111101110101 pharmacology 23
-100111101110101 brainstorming 26
-100111101110101 public-affairs 28
-100111101110101 standard-setting 29
-100111101110101 geology 31
-100111101110101 pathology 31
-100111101110101 anthropology 31
-100111101110101 rodeo 31
-100111101110101 investor-relations 32
-100111101110101 genetics 35
-100111101110101 athletics 36
-100111101110101 health-maintenance 36
-100111101110101 twilight 44
-100111101110101 psychiatry 49
-100111101110101 humanities 65
-100111101110101 gardening 69
-100111101110101 sociology 72
-100111101110101 literacy 84
-100111101110101 syndications 87
-100111101110101 biology 103
-100111101110101 mathematics 124
-100111101110101 recreation 138
-100111101110101 bowling 142
-100111101110101 gossip 174
-100111101110101 admissions 191
-100111101110101 detention 200
-100111101110101 polling 200
-100111101110101 physics 204
-100111101110101 watchdog 226
-100111101110101 architecture 250
-100111101110101 soap 294
-100111101110101 decision-making 295
-100111101110101 counseling 345
-100111101110101 commerce 559
-100111101110101 science 1199
-100111101110101 economics 1199
-100111101110101 research 8973
-100111101110101 shopping 1511
-100111101110110 d-piano 1
-100111101110110 silvery-leaved 1
-100111101110110 Cohen-Boyer 1
-100111101110110 commercial-development 1
-100111101110110 chocolate-bar 1
-100111101110110 paper-white 1
-100111101110110 rock-influenced 1
-100111101110110 more-luxurious 1
-100111101110110 KWTO-AM 1
-100111101110110 WCAO-AM 1
-100111101110110 WAOK-AM 1
-100111101110110 WONE-AM 1
-100111101110110 WAKR-AM 1
-100111101110110 KFOR-AM 1
-100111101110110 18,000-employee 1
-100111101110110 fabricated-metal 1
-100111101110110 as----- 1
-100111101110110 global-circulation 1
-100111101110110 antifungal 1
-100111101110110 WLAC-AM 1
-100111101110110 WNIC-FM 1
-100111101110110 vehicle-shipment 1
-100111101110110 heatingoil 1
-100111101110110 single-colored 1
-100111101110110 leasing-company 1
-100111101110110 magnesite 1
-100111101110110 nondepositor 1
-100111101110110 eye-and-ear 1
-100111101110110 moon-launch 1
-100111101110110 non-mushroom 1
-100111101110110 post-enactment 1
-100111101110110 animal-human 1
-100111101110110 Shuffling 1
-100111101110110 scandal-free 1
-100111101110110 outside-contract 1
-100111101110110 fast-approaching 1
-100111101110110 refrigerator-compressor 1
-100111101110110 50,890 1
-100111101110110 non-signatory 1
-100111101110110 congessional 1
-100111101110110 electrical-worker 1
-100111101110110 counterguerrilla 1
-100111101110110 Pentacostal 2
-100111101110110 Pepsodent 2
-100111101110110 social-affairs 2
-100111101110110 equal-opportunities 2
-100111101110110 lowest-quality 2
-100111101110110 monetary-affairs 2
-100111101110110 can-sealing 2
-100111101110110 WIBC-AM 2
-100111101110110 WCBS-TV 2
-100111101110110 PR-wise 2
-100111101110110 marketing-service 2
-100111101110110 transcutaneous 2
-100111101110110 domestic-airline 2
-100111101110110 escrow-account 2
-100111101110110 Euroguilder 2
-100111101110110 three-section 2
-100111101110110 hand-dyed 2
-100111101110110 defense-production 2
-100111101110110 40-some 2
-100111101110110 swoony 2
-100111101110110 tax-based 2
-100111101110110 large-cap 2
-100111101110110 government-private 2
-100111101110110 bathroom-tissue 2
-100111101110110 more-disciplined 2
-100111101110110 Breuners 3
-100111101110110 drudge 3
-100111101110110 corporate-affairs 3
-100111101110110 corporate-travel 3
-100111101110110 needle-sharing 3
-100111101110110 all-in-one 3
-100111101110110 agricultural-development 3
-100111101110110 corrosion-control 3
-100111101110110 Byrds 3
-100111101110110 drywall 3
-100111101110110 nondestructive 3
-100111101110110 family-care 3
-100111101110110 crop-insurance 3
-100111101110110 stone-faced 3
-100111101110110 computer-education 3
-100111101110110 space-exploration 3
-100111101110110 social-studies 3
-100111101110110 copper-consuming 4
-100111101110110 neatness 4
-100111101110110 recession-fighting 4
-100111101110110 Wellsburg 4
-100111101110110 weapons-plant 4
-100111101110110 school-district 5
-100111101110110 stair 5
-100111101110110 human-services 5
-100111101110110 road-construction 5
-100111101110110 retail-ad 5
-100111101110110 strategic-defense 6
-100111101110110 telecom 6
-100111101110110 government-wide 6
-100111101110110 causative 7
-100111101110110 public-spending 7
-100111101110110 investment-recovery 7
-100111101110110 production-control 8
-100111101110110 ag 8
-100111101110110 foreign-assistance 8
-100111101110110 non-medical 8
-100111101110110 transporation 9
-100111101110110 self-protection 9
-100111101110110 Huta 13
-100111101110110 antidrug 16
-100111101110110 hedge-fund 19
-100111101110110 masonry 19
-100111101110110 bromine 19
-100111101110110 catchall 22
-100111101110110 remarketing 23
-100111101110110 transportation-equipment 33
-100111101110110 foreign-aid 58
-100111101110110 research-and-development 89
-100111101110110 nonresidential 115
-100111101110110 public-works 196
-100111101110110 R&D 211
-100111101110110 tourism 302
-100111101110110 lawn 312
-100111101110110 interior 338
-100111101110110 treasury 409
-100111101110110 highway 699
-100111101110110 agriculture 882
-100111101110110 defense 8156
-100111101110110 transportation 2444
-100111101110111 marketing-conference 1
-100111101110111 care-products 1
-100111101110111 radio-related 1
-100111101110111 offshore-services 1
-100111101110111 medical-facility 1
-100111101110111 tartar-free 1
-100111101110111 non-Marxists 1
-100111101110111 legal-defense 1
-100111101110111 expansion-oriented 1
-100111101110111 restorers 1
-100111101110111 relational-database 1
-100111101110111 informationsystems 1
-100111101110111 audio-visual-systems 1
-100111101110111 interministry 1
-100111101110111 shut. 1
-100111101110111 erythematosus 1
-100111101110111 eight-million 1
-100111101110111 whale-sized 1
-100111101110111 Deep-South 1
-100111101110111 lauryl 1
-100111101110111 Corp.-affiliated 1
-100111101110111 spins. 1
-100111101110111 overnight-mail 1
-100111101110111 new-name 1
-100111101110111 Chetnik-style 1
-100111101110111 Indiana-incorporated 1
-100111101110111 Sumitomo-clan 1
-100111101110111 strainer 1
-100111101110111 aerosol-packing 1
-100111101110111 Egyptological 1
-100111101110111 Ontario-chartered 1
-100111101110111 depressors 1
-100111101110111 cuttlefish 1
-100111101110111 aircraft-making 1
-100111101110111 airplane-repair 1
-100111101110111 cable-service 1
-100111101110111 alarm-systems 1
-100111101110111 surf-fashion 1
-100111101110111 Pritzker-controlled 1
-100111101110111 noncard 1
-100111101110111 fruit-farm 1
-100111101110111 pomades 1
-100111101110111 jobs-for-teens 1
-100111101110111 Popeye-style 1
-100111101110111 accrual-method 1
-100111101110111 web-printing 1
-100111101110111 airport-services 1
-100111101110111 rites. 1
-100111101110111 irrigation-management 1
-100111101110111 re-emerges 1
-100111101110111 CREDIT-card 1
-100111101110111 import-verification 1
-100111101110111 non-quiet 1
-100111101110111 shouter 1
-100111101110111 non-quoted 1
-100111101110111 stage-five 1
-100111101110111 financialservices 1
-100111101110111 makersa 1
-100111101110111 Semites 1
-100111101110111 Nonproductive 1
-100111101110111 nonmedia 1
-100111101110111 ROUNTABLE 1
-100111101110111 food-oriented 1
-100111101110111 Israeli-based 1
-100111101110111 refacing 1
-100111101110111 equity-mortgage 1
-100111101110111 currency-consulting 1
-100111101110111 relaxer 1
-100111101110111 water-engineering 1
-100111101110111 fresher-feeling 1
-100111101110111 asset-based-financing 1
-100111101110111 low-multiple 1
-100111101110111 state-charted 1
-100111101110111 lab-equipment 1
-100111101110111 single-industry 1
-100111101110111 striping 1
-100111101110111 computer-imaging-systems 1
-100111101110111 supercomputer-manufacturing 1
-100111101110111 EC-controlled 1
-100111101110111 employee-controlled 2
-100111101110111 college-loan 2
-100111101110111 engineering-services 2
-100111101110111 agricultural-biotechnology 2
-100111101110111 Hispanic-market 2
-100111101110111 salinization 2
-100111101110111 cleaning-service 2
-100111101110111 Australian-listed 2
-100111101110111 peasant-style 2
-100111101110111 Combs-Gates 2
-100111101110111 state-designed 2
-100111101110111 environmental-quality 2
-100111101110111 financial-fraud 2
-100111101110111 11-bank 2
-100111101110111 big-borrowing 2
-100111101110111 letter-box 2
-100111101110111 extra-European 2
-100111101110111 Dutch-registered 2
-100111101110111 land-asset 2
-100111101110111 Oppenheimer-controlled 2
-100111101110111 more-successful 2
-100111101110111 have-not 2
-100111101110111 CompuHealth 2
-100111101110111 engineering-software 2
-100111101110111 grise 2
-100111101110111 Chinese-controlled 2
-100111101110111 nonlife-insurance 2
-100111101110111 athletic-wear 2
-100111101110111 data-service 2
-100111101110111 once-potent 2
-100111101110111 coupon-redemption 2
-100111101110111 community-affairs 2
-100111101110111 late-stage 2
-100111101110111 unreserved 2
-100111101110111 auto-electronics 2
-100111101110111 chromatograph/mass 2
-100111101110111 pharmaecutical 2
-100111101110111 dislocated-worker 3
-100111101110111 boggling 3
-100111101110111 follicles 3
-100111101110111 self-fulfillment 3
-100111101110111 asset-sales 3
-100111101110111 buying-in 3
-100111101110111 gasoline-refining 3
-100111101110111 catalog-sales 3
-100111101110111 television-syndication 3
-100111101110111 teacher-training 3
-100111101110111 processed-foods 4
-100111101110111 insurance-service 4
-100111101110111 major-medical 4
-100111101110111 state-regulated 4
-100111101110111 local-telephone 4
-100111101110111 multi-industry 4
-100111101110111 guesthouse 4
-100111101110111 pack-style 4
-100111101110111 in-law 4
-100111101110111 preserver 4
-100111101110111 grain-storage 4
-100111101110111 automobile-insurance 5
-100111101110111 plaited 5
-100111101110111 accounts-payable 5
-100111101110111 lozenges 5
-100111101110111 credit-insurance 5
-100111101110111 tax-haven 7
-100111101110111 municipal-securities 7
-100111101110111 petroleum-refining 7
-100111101110111 expectancies 7
-100111101110111 air-transport 8
-100111101110111 Petites 8
-100111101110111 retardant 8
-100111101110111 drug-distribution 9
-100111101110111 data-gathering 9
-100111101110111 metallurgy 10
-100111101110111 public-utility 12
-100111101110111 computer-service 12
-100111101110111 investment-bank 12
-100111101110111 title-insurance 13
-100111101110111 economic-research 16
-100111101110111 import-export 16
-100111101110111 early-stage 16
-100111101110111 IND 17
-100111101110111 information-service 22
-100111101110111 dryers 29
-100111101110111 mortgage-insurance 31
-100111101110111 oil-exploration 37
-100111101110111 auto-insurance 46
-100111101110111 deposit-insurance 50
-100111101110111 expectancy 54
-100111101110111 employee-owned 57
-100111101110111 car-rental 118
-100111101110111 annuity 167
-100111101110111 life-insurance 189
-100111101110111 insurance 9937
-100111101110111 reinsurance 276
-10011110111100 -managed 1
-10011110111100 domed-stadium 1
-10011110111100 nightlong 1
-10011110111100 construction-financing 1
-10011110111100 Training-Choices 1
-10011110111100 Socialistic 1
-10011110111100 sno-cone 1
-10011110111100 vehicle-financing 1
-10011110111100 basketcase 1
-10011110111100 21-mile 1
-10011110111100 too-long 1
-10011110111100 Knightsbridge 1
-10011110111100 abuse/prevention 1
-10011110111100 gas-storage 1
-10011110111100 Photro 1
-10011110111100 ego-building 1
-10011110111100 litigation-support 1
-10011110111100 attitude-changing 1
-10011110111100 laser-development 1
-10011110111100 18-foot-long 1
-10011110111100 .50-caliber 1
-10011110111100 close-to-the-edge 1
-10011110111100 retreatment 1
-10011110111100 tax-software 1
-10011110111100 platform-maintenance 1
-10011110111100 mop-up 2
-10011110111100 dales 2
-10011110111100 disposers 2
-10011110111100 sukiyaki 2
-10011110111100 nonperformers 2
-10011110111100 Weizhou 2
-10011110111100 make-overs 2
-10011110111100 implementer 2
-10011110111100 selflessness 2
-10011110111100 whitening 2
-10011110111100 entourages 2
-10011110111100 cytarabine 2
-10011110111100 developent 2
-10011110111100 re-marketer 2
-10011110111100 maintainability 2
-10011110111100 VPT390 2
-10011110111100 cashing-out 2
-10011110111100 pocks 2
-10011110111100 Exxons 2
-10011110111100 door-opening 2
-10011110111100 substructure 2
-10011110111100 pointlessness 2
-10011110111100 greenfield 2
-10011110111100 royalty-free 2
-10011110111100 EXPs 2
-10011110111100 maladjustment 2
-10011110111100 Anahuac 2
-10011110111100 producer-distributor 2
-10011110111100 progesterone 3
-10011110111100 entryways 3
-10011110111100 impresarios 3
-10011110111100 hara-kiri 3
-10011110111100 Baluchis 3
-10011110111100 stodgiest 3
-10011110111100 superfund 3
-10011110111100 bookmakers 3
-10011110111100 recurrences 3
-10011110111100 whimsies 3
-10011110111100 workover 3
-10011110111100 Pitfalls 3
-10011110111100 M-CSF 4
-10011110111100 closeout 4
-10011110111100 emaciation 4
-10011110111100 Moduretic 4
-10011110111100 malleability 4
-10011110111100 pacification 4
-10011110111100 portraiture 4
-10011110111100 wherefores 4
-10011110111100 orbits 4
-10011110111100 cheerfulness 4
-10011110111100 seacoast 5
-10011110111100 draftsmen 5
-10011110111100 mockups 5
-10011110111100 spin-offs 5
-10011110111100 deprivations 5
-10011110111100 insufficiency 5
-10011110111100 industriousness 5
-10011110111100 sorrows 5
-10011110111100 crevices 5
-10011110111100 Bloods 5
-10011110111100 inflection 5
-10011110111100 mock-ups 5
-10011110111100 embezzlements 5
-10011110111100 vestibule 6
-10011110111100 matchmaking 6
-10011110111100 decriminalization 6
-10011110111100 initiators 6
-10011110111100 bratwurst 6
-10011110111100 testosterone 6
-10011110111100 exhaled 6
-10011110111100 damnation 7
-10011110111100 vomit 7
-10011110111100 activation 7
-10011110111100 gals 7
-10011110111100 arousal 7
-10011110111100 vibrancy 7
-10011110111100 extermination 7
-10011110111100 forthrightness 7
-10011110111100 distillation 8
-10011110111100 woof 8
-10011110111100 firebombing 8
-10011110111100 Fate 9
-10011110111100 house-cleaning 10
-10011110111100 functionality 10
-10011110111100 absorber 10
-10011110111100 hardness 10
-10011110111100 expropriations 10
-10011110111100 condemnations 10
-10011110111100 crannies 11
-10011110111100 rearmament 11
-10011110111100 waists 11
-10011110111100 cutouts 11
-10011110111100 refurbishment 12
-10011110111100 cranny 12
-10011110111100 adjudication 15
-10011110111100 reclamation 15
-10011110111100 resuscitation 18
-10011110111100 abuser 19
-10011110111100 contemplation 19
-10011110111100 desecration 20
-10011110111100 destabilization 21
-10011110111100 flyer 21
-10011110111100 eradication 22
-10011110111100 excavation 23
-10011110111100 leaseback 26
-10011110111100 clean-up 30
-10011110111100 obsolescence 30
-10011110111100 semantics 30
-10011110111100 cons 31
-10011110111100 upkeep 33
-10011110111100 cultivation 35
-10011110111100 inflammation 38
-10011110111100 standardization 38
-10011110111100 convertibility 39
-10011110111100 rationalization 40
-10011110111100 revitalization 41
-10011110111100 overhauls 42
-10011110111100 overdose 43
-10011110111100 demolition 46
-10011110111100 Snecma 47
-10011110111100 interdiction 47
-10011110111100 lease-back 48
-10011110111100 commercialization 53
-10011110111100 piracy 59
-10011110111100 rotation 64
-10011110111100 downsizing 67
-10011110111100 redevelopment 67
-10011110111100 duplication 71
-10011110111100 reproduction 73
-10011110111100 aggregates 78
-10011110111100 reinvestment 80
-10011110111100 retention 83
-10011110111100 reconstruction 91
-10011110111100 enhancement 110
-10011110111100 downs 123
-10011110111100 recruitment 127
-10011110111100 modification 140
-10011110111100 relocation 146
-10011110111100 sponsorship 153
-10011110111100 amortization 155
-10011110111100 detection 159
-10011110111100 legalization 160
-10011110111100 renovation 171
-10011110111100 appraisal 175
-10011110111100 prevention 199
-10011110111100 rehabilitation 227
-10011110111100 renewal 259
-10011110111100 infrastructure 264
-10011110111100 innovation 336
-10011110111100 integration 339
-10011110111100 modernization 389
-10011110111100 cleanup 492
-10011110111100 diversification 503
-10011110111100 disposal 567
-10011110111100 placement 631
-10011110111100 abuse 817
-10011110111100 promotion 832
-10011110111100 development 7633
-10011110111100 expansion 3581
-10011110111101 action-tax 1
-10011110111101 chances. 1
-10011110111101 reshape. 1
-10011110111101 cutesy-poo 1
-10011110111101 nobile 1
-10011110111101 unfair-dismissal 1
-10011110111101 gene-insertion 1
-10011110111101 hold-and-forward 1
-10011110111101 multiple-rate 1
-10011110111101 Hugg-A-Planet 1
-10011110111101 interferon-TNF 1
-10011110111101 early-caucus 1
-10011110111101 Lijfrentekas 1
-10011110111101 Cremi 1
-10011110111101 balls. 1
-10011110111101 callus 1
-10011110111101 bid-proof 1
-10011110111101 capital-to-loan 1
-10011110111101 motorbiking 1
-10011110111101 emerging-business 1
-10011110111101 videos. 1
-10011110111101 shared-cost 1
-10011110111101 entitlement- 1
-10011110111101 Velban 1
-10011110111101 staffship 1
-10011110111101 nutriments 1
-10011110111101 Eisensteinian 1
-10011110111101 XBR 1
-10011110111101 dust-collection 1
-10011110111101 titling 1
-10011110111101 in-transit 1
-10011110111101 technology-policing 1
-10011110111101 air-emission 1
-10011110111101 service-return 1
-10011110111101 coal-marketing 1
-10011110111101 vacanices 1
-10011110111101 ruboff 1
-10011110111101 self-repudiation 1
-10011110111101 Scholasticus 1
-10011110111101 slayer 1
-10011110111101 air-fuel 1
-10011110111101 kidney-failure 1
-10011110111101 cluster-manager 1
-10011110111101 electronics-research 1
-10011110111101 mishap. 1
-10011110111101 abscesses 1
-10011110111101 talkfests 1
-10011110111101 O-medal 1
-10011110111101 radiocommunications 1
-10011110111101 position-risk 1
-10011110111101 smog-control 1
-10011110111101 ingeneral 1
-10011110111101 Turner-sponsored 1
-10011110111101 melt-up 1
-10011110111101 50/56-seat 1
-10011110111101 passenger-transportation 1
-10011110111101 Tatanga 1
-10011110111101 strangler 1
-10011110111101 safety-monitoring 1
-10011110111101 consumer-advertising 1
-10011110111101 meat-based 1
-10011110111101 varieties. 1
-10011110111101 smellers 1
-10011110111101 attention-deficit 1
-10011110111101 one-market 2
-10011110111101 acid-washing 2
-10011110111101 borrow-and-spend 2
-10011110111101 70-member 2
-10011110111101 technology-intensive 2
-10011110111101 capital-reserve 2
-10011110111101 poultry-inspection 2
-10011110111101 anti-counterfeit 2
-10011110111101 BMW-5 2
-10011110111101 acid-rain-control 2
-10011110111101 satellite-navigation 2
-10011110111101 welfare-work 2
-10011110111101 latchkey 2
-10011110111101 general-staff 2
-10011110111101 consolidated-return 2
-10011110111101 unitary-tax 2
-10011110111101 extruding 2
-10011110111101 third-hand 2
-10011110111101 currency-option 2
-10011110111101 enhanced-recovery 2
-10011110111101 computer-training 2
-10011110111101 skill-training 2
-10011110111101 hutches 2
-10011110111101 self-study 2
-10011110111101 judicial-election 2
-10011110111101 hotel-administration 2
-10011110111101 -500 2
-10011110111101 burn-out 2
-10011110111101 prisoner-furlough 2
-10011110111101 planar 2
-10011110111101 slave-labor 2
-10011110111101 phonebook 2
-10011110111101 refugee-resettlement 2
-10011110111101 yuppie-bashing 2
-10011110111101 self-screening 2
-10011110111101 partial-divestment 2
-10011110111101 PSX/300 2
-10011110111101 patent-application 2
-10011110111101 patent-office 2
-10011110111101 crew-reduction 2
-10011110111101 Ariodante 2
-10011110111101 interlacing 2
-10011110111101 Marxian 2
-10011110111101 pheromone 2
-10011110111101 lock-picking 2
-10011110111101 Discoverer 2
-10011110111101 pinscher 2
-10011110111101 shoulder-belt 2
-10011110111101 gas-separation 2
-10011110111101 hardiness 2
-10011110111101 fluorescence 2
-10011110111101 taxpayer-aid 2
-10011110111101 modulation 2
-10011110111101 document-image-processing 2
-10011110111101 show-and-tell 2
-10011110111101 dial-a-video 2
-10011110111101 people-to-people 3
-10011110111101 pettifogging 3
-10011110111101 bone-growth 3
-10011110111101 blow-out 3
-10011110111101 asynchronous 3
-10011110111101 cosmetic-surgery 3
-10011110111101 vehicle-safety 3
-10011110111101 action-filled 3
-10011110111101 semi-public 3
-10011110111101 know-your-client 3
-10011110111101 D'Amato-Cranston 3
-10011110111101 wands 3
-10011110111101 vicious-dog 3
-10011110111101 electronic-payment 3
-10011110111101 identifier 3
-10011110111101 government-procurement 3
-10011110111101 drug-counseling 3
-10011110111101 temporary-worker 3
-10011110111101 military-satellite 3
-10011110111101 jambiya 3
-10011110111101 Mittelstand 3
-10011110111101 work-sharing 3
-10011110111101 strike-outs 3
-10011110111101 minilateral 3
-10011110111101 syndicated-exclusivity 3
-10011110111101 encoder 4
-10011110111101 parastatals 4
-10011110111101 trawling 4
-10011110111101 savings-bond 4
-10011110111101 biomechanical 4
-10011110111101 lift-slab 4
-10011110111101 audit-trail 4
-10011110111101 formulary 4
-10011110111101 Dial-A-Sailor 4
-10011110111101 galleria 4
-10011110111101 anti-monopoly 4
-10011110111101 pretreatment 4
-10011110111101 domestic-spending 4
-10011110111101 hairsplitting 4
-10011110111101 carotene 4
-10011110111101 no-action 4
-10011110111101 quality-inspection 4
-10011110111101 loss-on-sale 4
-10011110111101 transshipment 5
-10011110111101 off-terminal 5
-10011110111101 pre-treatment 5
-10011110111101 security-related 5
-10011110111101 train-control 5
-10011110111101 competitive-bidding 5
-10011110111101 age-group 5
-10011110111101 buy-write 5
-10011110111101 right-of-way 5
-10011110111101 trade-handling 5
-10011110111101 contact-tracing 5
-10011110111101 mister 5
-10011110111101 low-life 5
-10011110111101 freight-hauling 5
-10011110111101 dispute-settling 5
-10011110111101 lockout/tagout 6
-10011110111101 two-shift 6
-10011110111101 goon 6
-10011110111101 export-screening 6
-10011110111101 X.75 6
-10011110111101 foreign-worker 6
-10011110111101 flim-flam 6
-10011110111101 LACMA 6
-10011110111101 frivolity 7
-10011110111101 universality 7
-10011110111101 canto 7
-10011110111101 shift-lock 7
-10011110111101 bail-out 7
-10011110111101 right-to-know 7
-10011110111101 tree-planting 7
-10011110111101 price-control 7
-10011110111101 superstore 8
-10011110111101 calibration 8
-10011110111101 vagrancy 8
-10011110111101 Bullwinkle 8
-10011110111101 preferred-provider 8
-10011110111101 coinage 9
-10011110111101 anti-growth 9
-10011110111101 reemployment 9
-10011110111101 case-management 9
-10011110111101 child-protection 9
-10011110111101 kennel 9
-10011110111101 first-strike 10
-10011110111101 accountancy 10
-10011110111101 Monkees 10
-10011110111101 naturalization 10
-10011110111101 beggar-thy-neighbor 10
-10011110111101 swampbuster 10
-10011110111101 self-censorship 10
-10011110111101 open-outcry 10
-10011110111101 Iranscam 11
-10011110111101 siting 11
-10011110111101 slalom 12
-10011110111101 time-sharing 12
-10011110111101 internal-security 12
-10011110111101 dango 13
-10011110111101 air-bag 13
-10011110111101 bait-and-switch 13
-10011110111101 torts 13
-10011110111101 lymphadenopathy 14
-10011110111101 down-payment 14
-10011110111101 rulemaking 16
-10011110111101 fundraising 16
-10011110111101 coding 18
-10011110111101 home-buying 18
-10011110111101 weapons-buying 19
-10011110111101 rate-setting 20
-10011110111101 double-breasting 20
-10011110111101 immunization 20
-10011110111101 vaccination 20
-10011110111101 spoiler 21
-10011110111101 wellness 21
-10011110111101 flammability 21
-10011110111101 POW 22
-10011110111101 dieting 22
-10011110111101 word-of-mouth 22
-10011110111101 toxics 22
-10011110111101 redistricting 23
-10011110111101 outreach 24
-10011110111101 self-policing 27
-10011110111101 reflagging 28
-10011110111101 indecency 28
-10011110111101 eviction 30
-10011110111101 affordability 30
-10011110111101 SuperDot 35
-10011110111101 ignition 41
-10011110111101 sterilization 42
-10011110111101 housekeeping 44
-10011110111101 trivia 47
-10011110111101 voucher 51
-10011110111101 nationalities 55
-10011110111101 nonlethal 59
-10011110111101 fact-finding 60
-10011110111101 drug-testing 64
-10011110111101 accreditation 69
-10011110111101 ventilation 70
-10011110111101 disinformation 70
-10011110111101 quality-control 84
-10011110111101 grievance 91
-10011110111101 furlough 93
-10011110111101 bookkeeping 109
-10011110111101 parole 110
-10011110111101 retraining 126
-10011110111101 residency 128
-10011110111101 containment 138
-10011110111101 contraceptive 145
-10011110111101 nutrition 153
-10011110111101 mediation 155
-10011110111101 zoning 178
-10011110111101 certification 192
-10011110111101 humanitarian 217
-10011110111101 supervisory 225
-10011110111101 record-keeping 233
-10011110111101 verification 268
-10011110111101 transit 315
-10011110111101 lottery 318
-10011110111101 propaganda 358
-10011110111101 oversight 405
-10011110111101 surveillance 420
-10011110111101 sentencing 429
-10011110111101 procurement 621
-10011110111101 parking 649
-10011110111101 ethics 837
-10011110111101 welfare 1324
-10011110111101 pricing 1624
-10011110111101 enforcement 1805
-10011110111101 training 2342
-10011110111101 safety 3426
-10011110111101 security 4405
-10011110111110 oil-sharing 1
-10011110111110 side-street 1
-10011110111110 clot-fighting 1
-10011110111110 strategems 1
-10011110111110 Astianax 1
-10011110111110 EAS-fostered 1
-10011110111110 limited-premium 1
-10011110111110 RV20 1
-10011110111110 8-iron 1
-10011110111110 concordances 2
-10011110111110 allocative 2
-10011110111110 optronics 2
-10011110111110 hooding 3
-10011110111110 non-labor 3
-10011110111110 guano 3
-10011110111110 Touchdown 3
-10011110111110 unserviceable 3
-10011110111110 asymmetries 3
-10011110111110 breastplate 3
-10011110111110 newsies 3
-10011110111110 gigantism 3
-10011110111110 taximeters 4
-10011110111110 subzone 4
-10011110111110 spillway 4
-10011110111110 overcollateralization 4
-10011110111110 tutus 4
-10011110111110 activewear 5
-10011110111110 dormancy 6
-10011110111110 midcareer 6
-10011110111110 BIOS 9
-10011110111110 adrenalin 11
-10011110111110 flack 11
-10011110111110 blitzkrieg 11
-10011110111110 blackness 11
-10011110111110 price-setting 11
-10011110111110 recompense 12
-10011110111110 scrip 14
-10011110111110 conditionality 15
-10011110111110 self-government 15
-10011110111110 cross-margining 16
-10011110111110 repellent 16
-10011110111110 cheerleading 22
-10011110111110 mammography 22
-10011110111110 shorthand 22
-10011110111110 honoraria 23
-10011110111110 remuneration 24
-10011110111110 shrapnel 24
-10011110111110 digestion 25
-10011110111110 vesting 26
-10011110111110 debt-servicing 27
-10011110111110 indenture 27
-10011110111110 sequestration 29
-10011110111110 spillover 32
-10011110111110 housecleaning 33
-10011110111110 registry 35
-10011110111110 reinforcement 41
-10011110111110 reparations 41
-10011110111110 fodder 45
-10011110111110 payback 50
-10011110111110 decommissioning 50
-10011110111110 forbearance 59
-10011110111110 picketing 61
-10011110111110 affinity 63
-10011110111110 indemnification 64
-10011110111110 set-aside 71
-10011110111110 exclusivity 86
-10011110111110 reciprocity 92
-10011110111110 deferral 106
-10011110111110 ransom 106
-10011110111110 deportation 109
-10011110111110 visa 113
-10011110111110 input 121
-10011110111110 goodwill 126
-10011110111110 indexing 131
-10011110111110 appropriation 132
-10011110111110 donation 135
-10011110111110 paperwork 158
-10011110111110 scholarship 164
-10011110111110 restitution 167
-10011110111110 eligibility 173
-10011110111110 instruction 194
-10011110111110 reimbursement 204
-10011110111110 documentation 211
-10011110111110 notification 239
-10011110111110 contempt 273
-10011110111110 warranty 318
-10011110111110 amnesty 413
-10011110111110 subsidy 501
-10011110111110 gift 571
-10011110111110 salary 1224
-10011110111110 relief 1430
-10011110111110 compensation 1780
-10011110111110 reserve 1806
-10011110111110 funding 2016
-10011110111110 fine 2216
-10011110111110 material 2410
-10011110111110 treatment 2824
-10011110111110 financing 6698
-10011110111111 conduct-of-business 1
-10011110111111 dissatisfying 1
-10011110111111 contract-managed 1
-10011110111111 paper-cutters 1
-10011110111111 1,726 1
-10011110111111 childbirths 1
-10011110111111 model-building 1
-10011110111111 rock- 1
-10011110111111 carrot-nibbling 1
-10011110111111 four-fifty 1
-10011110111111 rice-milling 1
-10011110111111 bond- 1
-10011110111111 sunrises 1
-10011110111111 carob 1
-10011110111111 yin 1
-10011110111111 zarzuelas 1
-10011110111111 anthills 1
-10011110111111 governerships 1
-10011110111111 peut 1
-10011110111111 2,452 1
-10011110111111 Acupuncture 1
-10011110111111 Asyut 1
-10011110111111 44-2 1
-10011110111111 graphicart 1
-10011110111111 ABA- 1
-10011110111111 tough-on-crime 1
-10011110111111 flummoxed 1
-10011110111111 169-9 1
-10011110111111 Muffie 1
-10011110111111 SAVAK 1
-10011110111111 pseudo-workaholics 1
-10011110111111 Shalamar 1
-10011110111111 Spanish- 1
-10011110111111 Jaerfaella 1
-10011110111111 junior- 1
-10011110111111 apogees 1
-10011110111111 Journeymen 1
-10011110111111 well-control 1
-10011110111111 226,286 1
-10011110111111 likeability 1
-10011110111111 JWT-Italia 1
-10011110111111 KRPM-AM 1
-10011110111111 hobgoblins 1
-10011110111111 leavetakings 1
-10011110111111 97.710 1
-10011110111111 Dearing 1
-10011110111111 kawaii 1
-10011110111111 WTVS/Detroit 1
-10011110111111 522,500 1
-10011110111111 LaRouchites 1
-10011110111111 9.8s 1
-10011110111111 130-megabyte 1
-10011110111111 flappers 1
-10011110111111 master's-level 1
-10011110111111 SAIL 1
-10011110111111 Macfarlanes 1
-10011110111111 Bonebrake 1
-10011110111111 steel- 1
-10011110111111 low-rainfall 1
-10011110111111 life-presidency 1
-10011110111111 electro-galvanized 1
-10011110111111 clean-air-technology 1
-10011110111111 timbrel 1
-10011110111111 1.6:1 1
-10011110111111 14.5:1 1
-10011110111111 I-beams 1
-10011110111111 Angria 1
-10011110111111 6.6-liter 1
-10011110111111 network-control 1
-10011110111111 fuchsias 1
-10011110111111 Arcunum 1
-10011110111111 Khalistan 1
-10011110111111 pecan-shelling 1
-10011110111111 pro-Americans 1
-10011110111111 overutilization 1
-10011110111111 lily-gilding 1
-10011110111111 one-machine 1
-10011110111111 El-Mashrek 1
-10011110111111 113.17 1
-10011110111111 child-killers 1
-10011110111111 business- 1
-10011110111111 pluckier 1
-10011110111111 counter-revolutions 1
-10011110111111 Limburg 1
-10011110111111 15-9 1
-10011110111111 underbilling 1
-10011110111111 heterosexuality 1
-10011110111111 road-access 1
-10011110111111 pain-killers 1
-10011110111111 Varanasi 1
-10011110111111 boxboard 1
-10011110111111 resistants 1
-10011110111111 1592-98 1
-10011110111111 Condivi 1
-10011110111111 Tocache 1
-10011110111111 tin-producing 1
-10011110111111 fuel-spurting 1
-10011110111111 lugubriously 1
-10011110111111 cultdom 1
-10011110111111 group-liability 1
-10011110111111 turnabouts 1
-10011110111111 forsythia 1
-10011110111111 late-romantic 1
-10011110111111 precipitators 1
-10011110111111 summit-gouging 1
-10011110111111 huggermugger 1
-10011110111111 cassis 1
-10011110111111 submitters 1
-10011110111111 Rimini 1
-10011110111111 hacksaws 1
-10011110111111 component-supply 1
-10011110111111 431,087 1
-10011110111111 Bounceroos 1
-10011110111111 millenarianism 1
-10011110111111 proverbs 1
-10011110111111 hazels 1
-10011110111111 recharger 1
-10011110111111 smoking- 1
-10011110111111 686,787 1
-10011110111111 tumeric 1
-10011110111111 Marinduque 1
-10011110111111 coxswains 1
-10011110111111 pop-funk 1
-10011110111111 biologicals 1
-10011110111111 108.05 1
-10011110111111 swing-producers 1
-10011110111111 gunrunning 1
-10011110111111 Berseba 1
-10011110111111 indefatigability 1
-10011110111111 microbreweries 1
-10011110111111 lives. 1
-10011110111111 Filipinas 1
-10011110111111 swinishness 1
-10011110111111 Marusa 1
-10011110111111 Ibid.s 1
-10011110111111 inflationism 1
-10011110111111 damge 1
-10011110111111 child- 1
-10011110111111 teacups 1
-10011110111111 Appropriateness 1
-10011110111111 ocean-research 1
-10011110111111 Wellington/Thorndike 1
-10011110111111 semi-bleached-softwood 1
-10011110111111 Euroskepticism 1
-10011110111111 evasion-related 1
-10011110111111 Libyas 1
-10011110111111 cies 1
-10011110111111 auto-collision 1
-10011110111111 Cobh 1
-10011110111111 Langres 1
-10011110111111 Tobolsk 1
-10011110111111 lacework 1
-10011110111111 founder/president 1
-10011110111111 hard- 1
-10011110111111 racoons 1
-10011110111111 air-distribution 1
-10011110111111 sexually-explicit 1
-10011110111111 Bakunin 1
-10011110111111 bond-tagging 1
-10011110111111 Montanans 1
-10011110111111 inkwells 1
-10011110111111 1323.24 1
-10011110111111 mini-cars 1
-10011110111111 snowthrowers 1
-10011110111111 fluid-analysis 1
-10011110111111 neo-conservatism 1
-10011110111111 Plumbers 1
-10011110111111 postal-business 1
-10011110111111 saguaros 1
-10011110111111 Penzoil 1
-10011110111111 bluegill 1
-10011110111111 rough-gem 1
-10011110111111 hype-merchant 1
-10011110111111 77-21 1
-10011110111111 crampons 1
-10011110111111 generic-pharmaceutical 1
-10011110111111 swifts 1
-10011110111111 1929-1933 1
-10011110111111 narcotraffickers 1
-10011110111111 Edek 1
-10011110111111 car-audio 1
-10011110111111 cigarets 1
-10011110111111 duct-work 1
-10011110111111 gang- 1
-10011110111111 2351.4 1
-10011110111111 determinedness 1
-10011110111111 mesas 1
-10011110111111 automated-ticketing 1
-10011110111111 99.698 1
-10011110111111 mega-positions 1
-10011110111111 258.90 1
-10011110111111 encripting 1
-10011110111111 butterscotch 1
-10011110111111 double- 1
-10011110111111 Lombok 1
-10011110111111 L-DOPA 1
-10011110111111 m.b.a.s 1
-10011110111111 bookwriting 1
-10011110111111 Kents 1
-10011110111111 nationalsecurity 1
-10011110111111 Barja 1
-10011110111111 1679.0 1
-10011110111111 folk-song 1
-10011110111111 watercraft 1
-10011110111111 598,800 1
-10011110111111 accelerometers 1
-10011110111111 federal-insured 1
-10011110111111 Embalmers 1
-10011110111111 head-down 1
-10011110111111 guidewheels 1
-10011110111111 storage-management 1
-10011110111111 tackboard 1
-10011110111111 rubouts 1
-10011110111111 Alabama-Huntsville 1
-10011110111111 pugnaciousness 1
-10011110111111 Arcot 1
-10011110111111 pet-seekers 1
-10011110111111 mink-trimmed 1
-10011110111111 transaxle 1
-10011110111111 ornithology 1
-10011110111111 belled 1
-10011110111111 1665 1
-10011110111111 tinplate 1
-10011110111111 Pointe-aux-Trembles 1
-10011110111111 yen/mark 1
-10011110111111 BAMs 1
-10011110111111 1245.78 1
-10011110111111 Packinghouse 1
-10011110111111 non-maple 1
-10011110111111 slaves-turned-sharecroppers 1
-10011110111111 crawler-bulldozers 1
-10011110111111 Vaelaes 1
-10011110111111 61,206 1
-10011110111111 Harlequins 1
-10011110111111 urine-testing 1
-10011110111111 Vaeles 1
-10011110111111 surface- 1
-10011110111111 plexiglas 1
-10011110111111 carpetbagging 1
-10011110111111 Matabeleland 1
-10011110111111 rattraps 1
-10011110111111 Salish 1
-10011110111111 luaus 1
-10011110111111 Geology 1
-10011110111111 Zaporozh 1
-10011110111111 highhanded 2
-10011110111111 corrals 2
-10011110111111 fluid-control 2
-10011110111111 self-executing 2
-10011110111111 collusions 2
-10011110111111 Clergy 2
-10011110111111 anti-extortion 2
-10011110111111 ice-breaker 2
-10011110111111 black-gum 2
-10011110111111 concealments 2
-10011110111111 97.17 2
-10011110111111 air- 2
-10011110111111 load-shedding 2
-10011110111111 OvestMarine 2
-10011110111111 U.S.- 2
-10011110111111 loons 2
-10011110111111 eight- 2
-10011110111111 clamshell 2
-10011110111111 contract-settlement 2
-10011110111111 brambles 2
-10011110111111 anti-semitism 2
-10011110111111 Goldilocks 2
-10011110111111 relapses 2
-10011110111111 Antichrist 2
-10011110111111 ROP 2
-10011110111111 cavity-fighting 2
-10011110111111 Inbal 2
-10011110111111 germplasm 2
-10011110111111 summa 2
-10011110111111 premenstrual 2
-10011110111111 emulsifiers 2
-10011110111111 pro-opposition 2
-10011110111111 Tiran 2
-10011110111111 spiritualist 2
-10011110111111 attractants 2
-10011110111111 marimbas 2
-10011110111111 sienna 2
-10011110111111 empanadas 2
-10011110111111 rosemary 2
-10011110111111 IMUs 2
-10011110111111 tweeds 2
-10011110111111 pilasters 2
-10011110111111 anti-party 2
-10011110111111 mental-stress 2
-10011110111111 swashbucklers 2
-10011110111111 homesites 3
-10011110111111 endearment 3
-10011110111111 1976-80 3
-10011110111111 terrorism-related 3
-10011110111111 thrift-fraud 3
-10011110111111 24-7 3
-10011110111111 put-ons 3
-10011110111111 meteorites 3
-10011110111111 syndromes 3
-10011110111111 paraprofessionals 3
-10011110111111 menstruation 3
-10011110111111 anchovies 3
-10011110111111 MMFs 3
-10011110111111 moonshining 3
-10011110111111 grape-growing 3
-10011110111111 re-enlistment 3
-10011110111111 scrollwork 3
-10011110111111 mark- 3
-10011110111111 seven- 3
-10011110111111 manicures 3
-10011110111111 salmonellosis 3
-10011110111111 punkers 3
-10011110111111 merriment 3
-10011110111111 Collierville 3
-10011110111111 Hanaspur 3
-10011110111111 non-customer 3
-10011110111111 Coconuts 3
-10011110111111 piranha 4
-10011110111111 conflicts-of-interest 4
-10011110111111 dallying 4
-10011110111111 gun-running 4
-10011110111111 RSV 4
-10011110111111 nickeling 4
-10011110111111 spittoons 4
-10011110111111 calluses 4
-10011110111111 headscarf 4
-10011110111111 snowdrifts 4
-10011110111111 name-dropping 4
-10011110111111 Keynesianism 4
-10011110111111 mother-of-pearl 4
-10011110111111 courtships 4
-10011110111111 jots 5
-10011110111111 MacBasic 5
-10011110111111 ooh 5
-10011110111111 licit 5
-10011110111111 moi 5
-10011110111111 elves 5
-10011110111111 underfunding 5
-10011110111111 mimicry 5
-10011110111111 hoes 5
-10011110111111 redeemability 5
-10011110111111 khakis 5
-10011110111111 canes 5
-10011110111111 biologic 5
-10011110111111 baccarat 5
-10011110111111 jealousies 5
-10011110111111 Voyagers 5
-10011110111111 wastebaskets 5
-10011110111111 polygamy 6
-10011110111111 Eatsco 6
-10011110111111 oxidation 6
-10011110111111 fryers 6
-10011110111111 backaches 6
-10011110111111 autarky 6
-10011110111111 shimmy 6
-10011110111111 19- 6
-10011110111111 pails 6
-10011110111111 Skull 6
-10011110111111 skyboxes 6
-10011110111111 over-regulation 6
-10011110111111 tam 6
-10011110111111 lepers 7
-10011110111111 turrets 7
-10011110111111 muggings 7
-10011110111111 repossessions 7
-10011110111111 ringleaders 7
-10011110111111 comings 7
-10011110111111 de-industrialization 7
-10011110111111 chlordane 7
-10011110111111 self-expression 7
-10011110111111 oohs 7
-10011110111111 digitalis 7
-10011110111111 vacillation 7
-10011110111111 waterproofing 7
-10011110111111 lawbreaking 7
-10011110111111 seaports 7
-10011110111111 multitasking 7
-10011110111111 treadmills 7
-10011110111111 law-breaking 8
-10011110111111 saccharin 8
-10011110111111 cremation 8
-10011110111111 Engraving 8
-10011110111111 Anthropology 8
-10011110111111 groin 8
-10011110111111 wining 8
-10011110111111 huffing 8
-10011110111111 non-discrimination 8
-10011110111111 heartbreak 8
-10011110111111 underwithholding 8
-10011110111111 sleet 8
-10011110111111 strikebreakers 9
-10011110111111 back-scratching 9
-10011110111111 trespass 9
-10011110111111 guilds 9
-10011110111111 disorganization 9
-10011110111111 equalization 9
-10011110111111 improvising 9
-10011110111111 drug-running 9
-10011110111111 guile 10
-10011110111111 arms-smuggling 10
-10011110111111 self-sacrifice 10
-10011110111111 multiplication 10
-10011110111111 obfuscation 10
-10011110111111 Mellaril 10
-10011110111111 botulism 10
-10011110111111 maquiladoras 10
-10011110111111 gluttony 10
-10011110111111 lupus 10
-10011110111111 make-goods 10
-10011110111111 pilferage 11
-10011110111111 immorality 11
-10011110111111 tarring 11
-10011110111111 Judea 11
-10011110111111 Marlboros 11
-10011110111111 mail- 11
-10011110111111 megamergers 11
-10011110111111 phobias 11
-10011110111111 overconsumption 11
-10011110111111 franking 11
-10011110111111 butane 11
-10011110111111 comp 11
-10011110111111 irrationality 12
-10011110111111 sodomy 12
-10011110111111 causation 12
-10011110111111 collectivism 12
-10011110111111 Obstetricians 12
-10011110111111 boron 12
-10011110111111 cease-fires 12
-10011110111111 pomp 12
-10011110111111 interrogations 13
-10011110111111 tardiness 14
-10011110111111 six- 14
-10011110111111 price-gouging 14
-10011110111111 sawdust 14
-10011110111111 safekeeping 15
-10011110111111 second- 15
-10011110111111 sofas 15
-10011110111111 four- 15
-10011110111111 sedition 15
-10011110111111 Oraflex 16
-10011110111111 portability 16
-10011110111111 small- 18
-10011110111111 mutilation 18
-10011110111111 cowardice 19
-10011110111111 topsoil 20
-10011110111111 nondiscrimination 20
-10011110111111 stabilizers 20
-10011110111111 lockouts 21
-10011110111111 statesmanship 21
-10011110111111 shoplifting 21
-10011110111111 transparency 21
-10011110111111 regression 22
-10011110111111 vinegar 23
-10011110111111 cronyism 23
-10011110111111 obedience 24
-10011110111111 wiretapping 24
-10011110111111 mischarging 24
-10011110111111 malfeasance 25
-10011110111111 Eurodollars 25
-10011110111111 malnutrition 25
-10011110111111 wheeling 28
-10011110111111 contagion 29
-10011110111111 short- 29
-10011110111111 burden-sharing 29
-10011110111111 anthrax 29
-10011110111111 statehood 29
-10011110111111 authoritarianism 31
-10011110111111 uniformity 31
-10011110111111 profanity 32
-10011110111111 hue 32
-10011110111111 polluters 32
-10011110111111 manslaughter 33
-10011110111111 civility 35
-10011110111111 deliberation 35
-10011110111111 vandalism 35
-10011110111111 Allergy 35
-10011110111111 plagiarism 35
-10011110111111 adultery 36
-10011110111111 forgery 36
-10011110111111 arm-twisting 38
-10011110111111 nausea 38
-10011110111111 profiteering 40
-10011110111111 disinflation 40
-10011110111111 arson 45
-10011110111111 fidelity 46
-10011110111111 starvation 47
-10011110111111 leakage 47
-10011110111111 deceit 47
-10011110111111 dementia 48
-10011110111111 treason 49
-10011110111111 homicide 49
-10011110111111 defamation 52
-10011110111111 decency 55
-10011110111111 firearms 56
-10011110111111 disinvestment 58
-10011110111111 self-dealing 60
-10011110111111 euthanasia 66
-10011110111111 risk-taking 68
-10011110111111 obscenity 70
-10011110111111 hospitalization 76
-10011110111111 coercion 76
-10011110111111 forfeiture 78
-10011110111111 misrepresentation 83
-10011110111111 influence-peddling 84
-10011110111111 robbery 89
-10011110111111 extortion 101
-10011110111111 price-cutting 104
-10011110111111 bid-rigging 105
-10011110111111 rollover 105
-10011110111111 spying 105
-10011110111111 front-running 110
-10011110111111 toxicity 111
-10011110111111 ups 121
-10011110111111 embezzlement 127
-10011110111111 intimidation 130
-10011110111111 imprisonment 130
-10011110111111 moisture 133
-10011110111111 rape 141
-10011110111111 price-fixing 141
-10011110111111 short-covering 149
-10011110111111 foreclosure 170
-10011110111111 hunger 178
-10011110111111 perjury 181
-10011110111111 cheating 190
-10011110111111 seniority 197
-10011110111111 misconduct 222
-10011110111111 negligence 230
-10011110111111 mismanagement 234
-10011110111111 probation 246
-10011110111111 bribery 283
-10011110111111 suicide 297
-10011110111111 malpractice 315
-10011110111111 secrecy 327
-10011110111111 theft 367
-10011110111111 taxation 430
-10011110111111 RICO 451
-10011110111111 racketeering 513
-10011110111111 injury 597
-10011110111111 corruption 675
-10011110111111 conspiracy 943
-10011110111111 justice 1003
-10011110111111 smoking 1022
-10011110111111 deposit 1561
-10011110111111 mergers 1701
-10011110111111 liability 2073
-10011110111111 fraud 3142
-10011110111111 savings 4196
-100111110000 floating-interest 1
-100111110000 department-set 1
-100111110000 greenhouse-grown 1
-100111110000 market/GNP 1
-100111110000 garbage-collection 1
-100111110000 exchange-trading 1
-100111110000 40-mph 1
-100111110000 principal-repayment 1
-100111110000 coupon-reinvestment 1
-100111110000 debt-to-exports 1
-100111110000 trade-after 1
-100111110000 conveners 1
-100111110000 foliage-area 1
-100111110000 curtain-raisers 1
-100111110000 PORTUGAL 1
-100111110000 commonstock 1
-100111110000 manipulationan 1
-100111110000 options-buying 1
-100111110000 enthusiam 1
-100111110000 solid-chocolate 1
-100111110000 70-mm 1
-100111110000 Wheatcroft 1
-100111110000 two-set 1
-100111110000 best-of-three-set 1
-100111110000 most-recommended-issues 1
-100111110000 currencies-at 1
-100111110000 Cophenhagen 1
-100111110000 800-meter-and-over 1
-100111110000 computer-activated 1
-100111110000 end-of-aisle 1
-100111110000 market-exchange 1
-100111110000 investment. 2
-100111110000 credit-creation 2
-100111110000 1,375 2
-100111110000 Towles 2
-100111110000 mainframe-software 2
-100111110000 Jidda 3
-100111110000 gravestone 3
-100111110000 timekeeper 3
-100111110000 1,648,000 3
-100111110000 T-bonds 3
-100111110000 repurchase-agreement 11
-100111110000 interbank-offered 13
-100111110000 exchange 12623
-100111110000 IPO 60
-1001111100010 715.16 1
-1001111100010 578,748 1
-1001111100010 fund-administered 1
-1001111100010 military-trained 1
-1001111100010 Thunderbird/Cougar 1
-1001111100010 gold-fund 1
-1001111100010 office-technology 1
-1001111100010 small-money 1
-1001111100010 portfolio-analysis 1
-1001111100010 ceritifcates 1
-1001111100010 funds-one 1
-1001111100010 companiess 1
-1001111100010 futures-fund 1
-1001111100010 once-cosseted 1
-1001111100010 equity-broking 1
-1001111100010 equity-brokerage 1
-1001111100010 out-year 2
-1001111100010 non-recognition 2
-1001111100010 computer-shy 2
-1001111100010 Altemus 2
-1001111100010 Itkol 2
-1001111100010 safety-conscious 2
-1001111100010 fund-owned 2
-1001111100010 Palestinian-American 2
-1001111100010 mutualfund 3
-1001111100010 UMOPAR 3
-1001111100010 funds-excluding 3
-1001111100010 Renthals 3
-1001111100010 USBCs 4
-1001111100010 Ohioan 4
-1001111100010 barbecue-sauce 5
-1001111100010 paysop 5
-1001111100010 Harrania 5
-1001111100010 fund 9183
-1001111100010 NYSE 147
-1001111100011 flagsticks 1
-1001111100011 noires 1
-1001111100011 penefits 1
-1001111100011 self-renewal 1
-1001111100011 emnity 1
-1001111100011 27,035 1
-1001111100011 regulatons 1
-1001111100011 head-banging 1
-1001111100011 derogations 1
-1001111100011 business-mileage 1
-1001111100011 aerials 1
-1001111100011 non-buying 1
-1001111100011 hyper-velocity 1
-1001111100011 litanies 1
-1001111100011 buyershave 1
-1001111100011 gorup 2
-1001111100011 foreplay 2
-1001111100011 rights. 2
-1001111100011 135.78 2
-1001111100011 Deadeye 2
-1001111100011 reversers 3
-1001111100011 timecards 3
-1001111100011 Brownies 3
-1001111100011 penetrations 3
-1001111100011 raters 4
-1001111100011 Kalashnikovs 6
-1001111100011 money. 7
-1001111100011 recrimination 8
-1001111100011 causeways 10
-1001111100011 Stingers 58
-1001111100011 funds 15885
-1001111100011 monies 59
-1001111100100 olefin 1
-1001111100100 slower-than-usual 1
-1001111100100 sexual-orientation 1
-1001111100100 telepathically 1
-1001111100100 fourth-inning 1
-1001111100100 pork-type 1
-1001111100100 mother-to-be 1
-1001111100100 tax-money 1
-1001111100100 dog. 1
-1001111100100 anti-obscenity 1
-1001111100100 Lubbers-Ruding 1
-1001111100100 property-based 1
-1001111100100 IvecoFord 1
-1001111100100 religion-based 1
-1001111100100 videotape-processing 1
-1001111100100 black-made 1
-1001111100100 shorthaul 1
-1001111100100 limit-busting 1
-1001111100100 hailstone-hurling 1
-1001111100100 stock-divestment 1
-1001111100100 captial 1
-1001111100100 backlot 1
-1001111100100 capital-like 1
-1001111100100 1972-1973 1
-1001111100100 nonfinancial-business 1
-1001111100100 bullion-price 1
-1001111100100 2,324 1
-1001111100100 capitial 1
-1001111100100 farmland-price 1
-1001111100100 ermal 1
-1001111100100 defense-industrial 1
-1001111100100 palm-trees. 1
-1001111100100 nonhousing-related 1
-1001111100100 HMX 1
-1001111100100 farm-wage 1
-1001111100100 captal 1
-1001111100100 clerical-secretarial 1
-1001111100100 intellectual/philosophical 1
-1001111100100 tax-derived 1
-1001111100100 audience-share 1
-1001111100100 2,077 1
-1001111100100 pre-natal-care 1
-1001111100100 900,000-share 1
-1001111100100 Afro-funky 1
-1001111100100 Sun-based 1
-1001111100100 softheaded 1
-1001111100100 home-produced 1
-1001111100100 Depression-weakened 1
-1001111100100 newspaper-advertising 1
-1001111100100 airline-rating 1
-1001111100100 food-labeling 1
-1001111100100 less-than-anticipated 1
-1001111100100 plant-operating 1
-1001111100100 month-over-month 1
-1001111100100 pugilistic 1
-1001111100100 disorientedly 1
-1001111100100 value-conscious 1
-1001111100100 real-estate-sales 1
-1001111100100 sausage-in-waiting 1
-1001111100100 manufacturing-job 1
-1001111100100 body-builder 1
-1001111100100 4,777,872 1
-1001111100100 dead. 1
-1001111100100 winningly 1
-1001111100100 anti-productive 1
-1001111100100 pay-and-benefit 1
-1001111100100 inflation-based 1
-1001111100100 smokestack-height 1
-1001111100100 fund-valuation 1
-1001111100100 stiffnecked 1
-1001111100100 16.43-point 1
-1001111100100 doper 1
-1001111100100 commercial-goods 1
-1001111100100 folding-chair 1
-1001111100100 extra-fat 1
-1001111100100 intervention-speeded 1
-1001111100100 deficit-financed 1
-1001111100100 ash- 1
-1001111100100 labor-camp 2
-1001111100100 independent-TV 2
-1001111100100 already-inexpensive 2
-1001111100100 leggings 2
-1001111100100 crop-saving 2
-1001111100100 business-investment 2
-1001111100100 policy-writing 2
-1001111100100 current-cash 2
-1001111100100 unit-volume 3
-1001111100100 shrimping 3
-1001111100100 marketmaking 3
-1001111100100 gas-price 3
-1001111100100 bank-capital 3
-1001111100100 opening-price 3
-1001111100100 ramrod 3
-1001111100100 citrus-fruit 3
-1001111100100 once-a-month 4
-1001111100100 personal-consumption 4
-1001111100100 trade-financing 4
-1001111100100 ovations 6
-1001111100100 capital-to-asset 6
-1001111100100 OASDI 6
-1001111100100 usury 7
-1001111100100 Queensberry 7
-1001111100100 per-pupil 8
-1001111100100 plant-and-equipment 10
-1001111100100 trade-processing 17
-1001111100100 capital 13598
-1001111100100 ovation 50
-10011111001010 ton-a-year 1
-10011111001010 retail-sugar 1
-10011111001010 rule-by-whim 1
-10011111001010 strict-constructionist 1
-10011111001010 anti-Quayle 1
-10011111001010 U.S./Canadian 1
-10011111001010 Exclusivity 1
-10011111001010 less-than-overwhelmingly 1
-10011111001010 contraceptive-pill 1
-10011111001010 Binghams 1
-10011111001010 government-research 1
-10011111001010 phone-gear 1
-10011111001010 INVALIDATED 1
-10011111001010 attorney. 1
-10011111001010 EnviroSpray 1
-10011111001010 food-business 1
-10011111001010 ADVISER 1
-10011111001010 Timepieces 1
-10011111001010 oil-drilling-equipment 1
-10011111001010 innovatively 1
-10011111001010 price-destabilizing 1
-10011111001010 already-heated 1
-10011111001010 cotton-sheeting 1
-10011111001010 WRBQ 1
-10011111001010 uppermiddle 1
-10011111001010 electric-sunroof 1
-10011111001010 Singverein 1
-10011111001010 Brocksmiths 1
-10011111001010 bridal-boutique 1
-10011111001010 automatic-equity 1
-10011111001010 italix 1
-10011111001010 3,978 1
-10011111001010 space-software 1
-10011111001010 commercial-liability 1
-10011111001010 electric-range 1
-10011111001010 rail-equipment 1
-10011111001010 public-procurement 1
-10011111001010 orange-drink 1
-10011111001010 intro-EMS 1
-10011111001010 auto-production 1
-10011111001010 Donsbachs 1
-10011111001010 based-CAE 1
-10011111001010 automotive-repair 1
-10011111001010 Batallion-2000 1
-10011111001010 Tekko 1
-10011111001010 tax-dollar 1
-10011111001010 handwasher 1
-10011111001010 chilled-food 1
-10011111001010 derecognition 1
-10011111001010 bargaining-chip 1
-10011111001010 Kooperitief 1
-10011111001010 U.K.-Japan 1
-10011111001010 ground-coffee 2
-10011111001010 ACV 2
-10011111001010 Campuses 2
-10011111001010 neuroscience 2
-10011111001010 next-day-delivery 2
-10011111001010 military-loan 2
-10011111001010 food-canning 2
-10011111001010 franc-dollar 2
-10011111001010 foreign-lent 2
-10011111001010 Brezhnevism 2
-10011111001010 military-simulation 2
-10011111001010 separationists 2
-10011111001010 international-equity 2
-10011111001010 anti-Japan 2
-10011111001010 product-market 2
-10011111001010 stock-portfolio 2
-10011111001010 vexation 2
-10011111001010 digital-switch 2
-10011111001010 Ameh-sha 2
-10011111001010 marinade 2
-10011111001010 Union-busting 2
-10011111001010 keyhole 3
-10011111001010 options-related 3
-10011111001010 Canadian-U.S. 3
-10011111001010 PC-1512 4
-10011111001010 Prefecture 4
-10011111001010 interest-rates 5
-10011111001010 Eurocurrency 6
-10011111001010 coastlines 7
-10011111001010 expressionist 9
-10011111001010 Comdex 13
-10011111001010 Leipzig 13
-10011111001010 Borax 28
-10011111001010 Pact 278
-10011111001010 interbank 507
-10011111001010 sterling 575
-10011111001010 equities 1006
-10011111001010 foreign-exchange 1235
-10011111001010 currency 6637
-10011111001010 merchandise 1430
-10011111001011 3,484,000-share 1
-10011111001011 fiberglass-fabric 1
-10011111001011 930,000-share 1
-10011111001011 non-selling 1
-10011111001011 let's-talk-up-the-market 1
-10011111001011 recently-promulgated 1
-10011111001011 572,500-share 1
-10011111001011 movskaya 1
-10011111001011 U.S.-Japan-Europe 1
-10011111001011 vehicle-production 1
-10011111001011 oil-output 1
-10011111001011 wingmen 1
-10011111001011 Ryad-el-Feth 1
-10011111001011 grandparental 1
-10011111001011 eightpager 1
-10011111001011 456,900-share 1
-10011111001011 equity-asset 1
-10011111001011 late-14th-century 1
-10011111001011 outstanding.The 1
-10011111001011 corporate-spending 1
-10011111001011 24-million-share 1
-10011111001011 -floor 1
-10011111001011 industrial-customer 1
-10011111001011 voter-redistricting 1
-10011111001011 once-significant 1
-10011111001011 steel-wool 1
-10011111001011 pro-farmer 1
-10011111001011 technical-research 1
-10011111001011 corporate-operations 1
-10011111001011 offensive-line 1
-10011111001011 and-or 1
-10011111001011 medical-community 1
-10011111001011 buy-now 1
-10011111001011 750-share 1
-10011111001011 Guthire 1
-10011111001011 814,000-square-foot 1
-10011111001011 market-weary 1
-10011111001011 capital-timber 1
-10011111001011 coal-seam-gas 1
-10011111001011 life-of-contracts 1
-10011111001011 stock-purchasing 1
-10011111001011 asset-disposition 2
-10011111001011 cross-company 2
-10011111001011 diviner 2
-10011111001011 25-6 2
-10011111001011 ex-head 2
-10011111001011 Value-Line 2
-10011111001011 trade-up 2
-10011111001011 casework 2
-10011111001011 1,345 2
-10011111001011 top-rate 2
-10011111001011 250-point 2
-10011111001011 commonshare 2
-10011111001011 Moncada 2
-10011111001011 TechSym 2
-10011111001011 cataloguing 2
-10011111001011 long-dollar 3
-10011111001011 rate-relief 3
-10011111001011 Countermeasures 3
-10011111001011 food-sector 3
-10011111001011 melamine 4
-10011111001011 common-equity 4
-10011111001011 inestimable 4
-10011111001011 ergonomics 5
-10011111001011 equity-conversion 5
-10011111001011 tariff-free 6
-10011111001011 consumer-loan 11
-10011111001011 paid-in 12
-10011111001011 off-market 15
-10011111001011 eternity 29
-10011111001011 stock-ownership 53
-10011111001011 evacuation 229
-10011111001011 fixed-income 659
-10011111001011 ownership 2840
-10011111001011 equity 6355
-1001111100110 inventory-keeping 1
-1001111100110 OV-1 1
-1001111100110 corporate-equity 1
-1001111100110 commission-approved 1
-1001111100110 share-sale 1
-1001111100110 lawyer-rainmakers 1
-1001111100110 debentureholders 1
-1001111100110 bibliographical 1
-1001111100110 partowned 1
-1001111100110 supervisers 1
-1001111100110 tightly-priced 1
-1001111100110 contra-bonds 1
-1001111100110 85-cent-a-bushel 1
-1001111100110 Banespa 1
-1001111100110 once-a-week 1
-1001111100110 1,137,541 1
-1001111100110 income-subsidy 1
-1001111100110 receivable-related 1
-1001111100110 property-specific 1
-1001111100110 War-related 1
-1001111100110 get-out-of-my-way 1
-1001111100110 viablity 1
-1001111100110 holdingcompany 1
-1001111100110 neutrino 1
-1001111100110 broadcasting-service 1
-1001111100110 solubility 1
-1001111100110 tax-research 1
-1001111100110 titleholders 2
-1001111100110 problem-drinking 2
-1001111100110 Self-Esteem 2
-1001111100110 competition. 2
-1001111100110 Jno 2
-1001111100110 fussiness 2
-1001111100110 chronic-care 2
-1001111100110 pre-announced 2
-1001111100110 reconquest 2
-1001111100110 parleys 2
-1001111100110 records-keeping 3
-1001111100110 pendants 3
-1001111100110 federal-employee 3
-1001111100110 1,415 3
-1001111100110 coiling 3
-1001111100110 communications. 3
-1001111100110 vocational-education 3
-1001111100110 OIRA 4
-1001111100110 conviviality 4
-1001111100110 cha-cha 4
-1001111100110 subordinated-debt 7
-1001111100110 Ridgecrest 7
-1001111100110 problem-loan 7
-1001111100110 U.S.-mediated 8
-1001111100110 senior-debt 10
-1001111100110 Eurodebt 25
-1001111100110 bank-debt 25
-1001111100110 indebtedness 119
-1001111100110 debt 22878
-10011111001110 cooperative-production 1
-10011111001110 residential-servicing 1
-10011111001110 whoopie 1
-10011111001110 piscatorial 1
-10011111001110 economic-performance 1
-10011111001110 technology-production 1
-10011111001110 insider-buying 1
-10011111001110 non-distributed 1
-10011111001110 anti-teen 1
-10011111001110 slim-trim-and-full-of-vim 1
-10011111001110 gypsum-products 1
-10011111001110 firm-structured 1
-10011111001110 wins-55 1
-10011111001110 domesitc 1
-10011111001110 home-sale 1
-10011111001110 nonbonus 1
-10011111001110 energy-loan 1
-10011111001110 export-monitoring 1
-10011111001110 subsistence-level 1
-10011111001110 post-lunch 1
-10011111001110 same-stores 1
-10011111001110 freewayside 1
-10011111001110 Todorovich 1
-10011111001110 domestic-concentrated 1
-10011111001110 Kundruhns 1
-10011111001110 charter-business 1
-10011111001110 radar-receiver 1
-10011111001110 family-support 1
-10011111001110 quasi-extortionary 1
-10011111001110 rust-prone 1
-10011111001110 34-cents-a-share 1
-10011111001110 new-stadium 1
-10011111001110 hand-and-brush 1
-10011111001110 exchange-of-knowledge 1
-10011111001110 inflation-hedging 1
-10011111001110 all-employee 1
-10011111001110 7,000-share-a-day 1
-10011111001110 10,936 1
-10011111001110 dollar-income 1
-10011111001110 capital-coverage 1
-10011111001110 output-restricting 1
-10011111001110 tobacco-division 1
-10011111001110 2,000-zloty 1
-10011111001110 entertainment-based 1
-10011111001110 counter-trade 2
-10011111001110 bomb-making 2
-10011111001110 fire-rescue 2
-10011111001110 presummit 2
-10011111001110 horniness 2
-10011111001110 direct-rent 2
-10011111001110 final-status 2
-10011111001110 fattens 2
-10011111001110 phasedown 2
-10011111001110 more-frequent 2
-10011111001110 food-growing 2
-10011111001110 customer-contact 2
-10011111001110 benefit-fund 2
-10011111001110 semiconductor-chip 2
-10011111001110 re-lection 2
-10011111001110 superconductivity-patent 2
-10011111001110 low-volatility 2
-10011111001110 capital-expenditure 2
-10011111001110 pot-smoking 2
-10011111001110 Vortex 2
-10011111001110 off-book 2
-10011111001110 foreign-payoff 2
-10011111001110 building-height 2
-10011111001110 six-bank 3
-10011111001110 loan-to-capital 3
-10011111001110 disaster-assistance 3
-10011111001110 investment-securities 3
-10011111001110 income-aiding 3
-10011111001110 operability 3
-10011111001110 Beechjet 3
-10011111001110 pensionfund 3
-10011111001110 PX 4
-10011111001110 business-interruption 4
-10011111001110 tillage 4
-10011111001110 certificate-of-deposit 4
-10011111001110 collateralization 4
-10011111001110 before-tax 5
-10011111001110 headcount 5
-10011111001110 job-retraining 5
-10011111001110 Zapmail 6
-10011111001110 return-on-investment 6
-10011111001110 economic-aid 6
-10011111001110 credit-line 6
-10011111001110 new-loan 7
-10011111001110 dartboard 7
-10011111001110 currency-translation 7
-10011111001110 farm-support 8
-10011111001110 mortgage-loan 8
-10011111001110 farm-loan 9
-10011111001110 sweatshop 9
-10011111001110 export-financing 9
-10011111001110 remarriage 10
-10011111001110 SUB 11
-10011111001110 income-protection 11
-10011111001110 job-creation 12
-10011111001110 consumer-lending 13
-10011111001110 bank-loan 13
-10011111001110 mortgage-servicing 14
-10011111001110 loan-servicing 14
-10011111001110 income-support 15
-10011111001110 economic-adjustment 16
-10011111001110 home-loan 18
-10011111001110 currency-exchange 22
-10011111001110 securities-repurchase 24
-10011111001110 securities-trading 25
-10011111001110 export-credit 34
-10011111001110 take-home 40
-10011111001110 bond-trading 49
-10011111001110 origination 56
-10011111001110 CD 434
-10011111001110 severance 485
-10011111001110 loan 6621
-10011111001110 lending 2651
-10011111001111 Japanese-bond 1
-10011111001111 futures-index 1
-10011111001111 curling-iron 1
-10011111001111 semi-western 1
-10011111001111 714,190 1
-10011111001111 oncogenic 1
-10011111001111 15-year-term 1
-10011111001111 14,850,000 1
-10011111001111 constrictor-like 1
-10011111001111 656,000 1
-10011111001111 SL1 1
-10011111001111 13,667 1
-10011111001111 1,611,000 1
-10011111001111 electronic-transfer 1
-10011111001111 15,518,000 1
-10011111001111 Reagan-Gatsby 1
-10011111001111 run-pass 1
-10011111001111 electronic-scanning 1
-10011111001111 K1 1
-10011111001111 DN500 1
-10011111001111 6,770,020 1
-10011111001111 345,000-volt 1
-10011111001111 stapling-product 1
-10011111001111 left-stick 1
-10011111001111 animated-bear 1
-10011111001111 claims-paying-ability 1
-10011111001111 700-mark 1
-10011111001111 disposable-equipment 1
-10011111001111 irrational-market 1
-10011111001111 Ray-Ban 1
-10011111001111 hot-forging 1
-10011111001111 no-compromise-with-the-imperialists 1
-10011111001111 11,980 1
-10011111001111 4x5 1
-10011111001111 customer-group 1
-10011111001111 ethane-extraction 1
-10011111001111 Anderson-run 1
-10011111001111 151,617 1
-10011111001111 Toon/non-Toon 1
-10011111001111 oldgrowth 1
-10011111001111 2200-600 1
-10011111001111 1,086,000 1
-10011111001111 1,436,000 1
-10011111001111 outdoor-product 1
-10011111001111 sometimes-sloppy 1
-10011111001111 chocolate-cake-mix 1
-10011111001111 voice-only 1
-10011111001111 state-engineered 1
-10011111001111 once-well-defined 1
-10011111001111 B-a-3 1
-10011111001111 A-1plus 1
-10011111001111 Stab-Lok 1
-10011111001111 owner-satisfaction 1
-10011111001111 pencil-like 1
-10011111001111 213-mile 1
-10011111001111 post-Series 1
-10011111001111 A-containing 1
-10011111001111 left-nationalist 1
-10011111001111 off-speed 1
-10011111001111 Lanterns 1
-10011111001111 14,534 1
-10011111001111 machinery-making 1
-10011111001111 positive-negative 1
-10011111001111 silicon-carbide 1
-10011111001111 two-driver 1
-10011111001111 1,200-square-foot 1
-10011111001111 22,700-ton 1
-10011111001111 micro-cogeneration 1
-10011111001111 Service/2 1
-10011111001111 Back-end 1
-10011111001111 smoking-gun 1
-10011111001111 D.C.-Maryland 1
-10011111001111 19-yard 1
-10011111001111 3-by-5-inch 1
-10011111001111 Nopco 1
-10011111001111 food-ration 1
-10011111001111 22,434 1
-10011111001111 studio-management 1
-10011111001111 IBM-compatibility 1
-10011111001111 1,806,000 1
-10011111001111 pimps-and-bankers 1
-10011111001111 18,700-square-foot 1
-10011111001111 otherwise-anemic 1
-10011111001111 Citicorp-issued 1
-10011111001111 industry/government/residents 1
-10011111001111 four-share 1
-10011111001111 don't-worry 1
-10011111001111 field-hockey 1
-10011111001111 anti-Wilson 1
-10011111001111 700-seat 1
-10011111001111 helicopter-assembly 1
-10011111001111 solvent-extraction-electrowinning 1
-10011111001111 natural-ingredient 1
-10011111001111 nonpharmaceutical 1
-10011111001111 900-foot 1
-10011111001111 185-mile 1
-10011111001111 Philadelphia-to-Pittsburgh 1
-10011111001111 eight-model 1
-10011111001111 new-contract 1
-10011111001111 acupunctural 1
-10011111001111 7,300-pound 1
-10011111001111 gas-miser 1
-10011111001111 aircraft-brake 1
-10011111001111 6,058,635 1
-10011111001111 non-hologramed 1
-10011111001111 job-for-job 1
-10011111001111 aircraft-purchase 1
-10011111001111 steelpipe 1
-10011111001111 300-mark 1
-10011111001111 433,300 1
-10011111001111 contraceptive-products 1
-10011111001111 higher-strength 1
-10011111001111 safety-instruction 1
-10011111001111 domestic-route 1
-10011111001111 photo-I.D. 1
-10011111001111 aluminum-coil-production 1
-10011111001111 nuclear-fossil 1
-10011111001111 direction-finding 1
-10011111001111 truth-is-stranger 1
-10011111001111 fluty 1
-10011111001111 nonsupermarket 1
-10011111001111 one-yard 1
-10011111001111 36-yard 1
-10011111001111 helium-distribution 1
-10011111001111 cash-dispenser 1
-10011111001111 pre-SB 1
-10011111001111 1,802,000 1
-10011111001111 95-yard 1
-10011111001111 boil-in 1
-10011111001111 af 1
-10011111001111 desireable 1
-10011111001111 3,565,000 1
-10011111001111 duffle 1
-10011111001111 four-player 1
-10011111001111 three-by-five 1
-10011111001111 bells-and-whistles 1
-10011111001111 gear-reduction 1
-10011111001111 five-doll 1
-10011111001111 non-greeting 1
-10011111001111 1,093,000 1
-10011111001111 highest-profit 1
-10011111001111 548,273 1
-10011111001111 536,158 1
-10011111001111 528,420 1
-10011111001111 kibbutz-made 1
-10011111001111 Aries/Reliant 1
-10011111001111 1,416,000 1
-10011111001111 marine-safety 1
-10011111001111 helicopter-company 1
-10011111001111 132-pound 1
-10011111001111 almost-good-as-new 1
-10011111001111 five-row 1
-10011111001111 yuppie-looking 1
-10011111001111 Tarot-like 1
-10011111001111 417,00 1
-10011111001111 278,230 1
-10011111001111 7,780 1
-10011111001111 summit-time 1
-10011111001111 smaller-engine 1
-10011111001111 clown-white 1
-10011111001111 charged-particle 1
-10011111001111 franchising-related 1
-10011111001111 J-953 1
-10011111001111 now-fluid 1
-10011111001111 16-yard 1
-10011111001111 safedeposit 1
-10011111001111 461,340 1
-10011111001111 Aa 1
-10011111001111 court-compelled 1
-10011111001111 146,900 1
-10011111001111 Paraguaya 1
-10011111001111 71,280 1
-10011111001111 residential-plumbing 1
-10011111001111 6,461 1
-10011111001111 kitchen-range 1
-10011111001111 not-Prime 1
-10011111001111 nondistribution 1
-10011111001111 1,402,000 1
-10011111001111 Paris-held 1
-10011111001111 aluminum-producing 1
-10011111001111 284,914 1
-10011111001111 large-car 1
-10011111001111 3,800-horsepower 1
-10011111001111 107,166 1
-10011111001111 committee-assignment 1
-10011111001111 cyclamate 1
-10011111001111 insurance-fund 1
-10011111001111 apronlike 1
-10011111001111 Dellums-Jackson 1
-10011111001111 single-B-Minus 1
-10011111001111 stump-speech 1
-10011111001111 gab-party 1
-10011111001111 non-housing 1
-10011111001111 already-glutted 1
-10011111001111 world-currency 1
-10011111001111 1,089,000 1
-10011111001111 102,929 1
-10011111001111 reinbursement 1
-10011111001111 package-handling 1
-10011111001111 computer-and-semiconductor 1
-10011111001111 personneltest 1
-10011111001111 travelers-aid 1
-10011111001111 dollars-for-data 1
-10011111001111 39-mile 1
-10011111001111 all-girl 1
-10011111001111 refrigerated-food 1
-10011111001111 X-Acto 1
-10011111001111 Frostar 1
-10011111001111 120-car 1
-10011111001111 waste-composting 1
-10011111001111 1,267,000 1
-10011111001111 standard-body 1
-10011111001111 hitting-pitching 1
-10011111001111 MoneyCard-issued 1
-10011111001111 cholesterol-screening 1
-10011111001111 distinctive-looking 1
-10011111001111 550-mile 1
-10011111001111 fought-for 1
-10011111001111 van-sized 1
-10011111001111 bacteria-contaminated 1
-10011111001111 too-few 1
-10011111001111 paint-recycling 1
-10011111001111 30-by-30 1
-10011111001111 Ziari 1
-10011111001111 9,504 1
-10011111001111 Biore 1
-10011111001111 351,700 1
-10011111001111 576,134 1
-10011111001111 securities-parking 2
-10011111001111 information-products 2
-10011111001111 26-yard 2
-10011111001111 325e 2
-10011111001111 E10 2
-10011111001111 Miskito-Creole 2
-10011111001111 Ellaville 2
-10011111001111 business-plane 2
-10011111001111 five-yard 2
-10011111001111 Sancel 2
-10011111001111 technology-development 2
-10011111001111 favorable-unfavorable 2
-10011111001111 asset-valuation 2
-10011111001111 tarot 2
-10011111001111 Nakfa 2
-10011111001111 System/370 2
-10011111001111 apples-to-oranges 2
-10011111001111 7,520,000 2
-10011111001111 Speedring 2
-10011111001111 1,384,000 2
-10011111001111 fee-charging 2
-10011111001111 garbage-treatment 2
-10011111001111 seven-yard 2
-10011111001111 Cardene 2
-10011111001111 439,968 2
-10011111001111 PSX/200 2
-10011111001111 SP-1 2
-10011111001111 pH 2
-10011111001111 three-machine 2
-10011111001111 MFN 2
-10011111001111 production-restraint 2
-10011111001111 R1 2
-10011111001111 A001R/A008R 2
-10011111001111 Filenes 2
-10011111001111 weather-radar 2
-10011111001111 Pro-Specs 2
-10011111001111 big-three 2
-10011111001111 1,489,000 2
-10011111001111 sheet-coating 2
-10011111001111 1,590,000 2
-10011111001111 magnetic-stripped 2
-10011111001111 Nazca 3
-10011111001111 1,095,000 3
-10011111001111 right-left 3
-10011111001111 snappier 3
-10011111001111 10-yard 3
-10011111001111 EI 3
-10011111001111 7UP 3
-10011111001111 68-ounce 3
-10011111001111 condolence 3
-10011111001111 1,377,000 3
-10011111001111 Selectives 3
-10011111001111 widescale 3
-10011111001111 Ramis 3
-10011111001111 Taurus-Sable 3
-10011111001111 pickling 3
-10011111001111 DECstation 3
-10011111001111 favorable/unfavorable 3
-10011111001111 PET 3
-10011111001111 fuel-mileage 3
-10011111001111 Bartenders 4
-10011111001111 Sybervision 4
-10011111001111 anti-corporate 4
-10011111001111 HBI 4
-10011111001111 Armadillo 4
-10011111001111 Euronote 5
-10011111001111 check-off 5
-10011111001111 50-yard 5
-10011111001111 job-approval 5
-10011111001111 work-authorization 5
-10011111001111 duffel 5
-10011111001111 two-yard 5
-10011111001111 16-ounce 5
-10011111001111 customer-satisfaction 5
-10011111001111 bank-credit 5
-10011111001111 Mason-Dixon 6
-10011111001111 semi-Western 6
-10011111001111 Batan 6
-10011111001111 letter-of-credit 6
-10011111001111 adaptor 6
-10011111001111 favorability 7
-10011111001111 Manager-based 7
-10011111001111 top-of-the 7
-10011111001111 Crocus 8
-10011111001111 specialty-food 10
-10011111001111 claims-paying 13
-10011111001111 Trivial 15
-10011111001111 revolving-credit 28
-10011111001111 trump 29
-10011111001111 gab 33
-10011111001111 debit 54
-10011111001111 Optima 75
-10011111001111 greeting 129
-10011111001111 credit 9619
-10011111001111 picket 145
-10011111010 solid-to-water 1
-10011111010 program-contract 1
-10011111010 immortalize 1
-10011111010 Achievements 1
-10011111010 short-money 1
-10011111010 74,544 1
-10011111010 earthquake-relief 1
-10011111010 loan-principal 1
-10011111010 cropsubsidy 1
-10011111010 bank-draft 1
-10011111010 Cruzados 1
-10011111010 finace 1
-10011111010 stamp-duty 1
-10011111010 electrical-accident 1
-10011111010 guaranteed-income 1
-10011111010 spooled 1
-10011111010 program-acquisition 1
-10011111010 land-diversion 1
-10011111010 leave-of-absence 1
-10011111010 government-support 1
-10011111010 non-interest-fee 1
-10011111010 educational-loan 1
-10011111010 loan-default 1
-10011111010 mail-preparation 1
-10011111010 Disoriented 1
-10011111010 auto-theft 1
-10011111010 fire-fighters 1
-10011111010 Latitude 1
-10011111010 Slowest 1
-10011111010 Airport-lot 1
-10011111010 1,349,349-share 1
-10011111010 recipient-participation 1
-10011111010 subsistance 1
-10011111010 hospice-care 1
-10011111010 lombard 1
-10011111010 post-bankruptcy-filing 1
-10011111010 marginality 1
-10011111010 loan-finance 1
-10011111010 predetermining 1
-10011111010 political-ad 1
-10011111010 strikeouts-to-walks 1
-10011111010 cost-highest 1
-10011111010 air-fatality 1
-10011111010 273.40 1
-10011111010 salary-sized 1
-10011111010 paid-circulation 1
-10011111010 Barbarina 1
-10011111010 worth-to-deposit 1
-10011111010 profitsharing 1
-10011111010 fixed-labor 1
-10011111010 Eurodeposit 1
-10011111010 Candidacy 1
-10011111010 oil-feedstock 1
-10011111010 per-sale 1
-10011111010 debenture-interest 1
-10011111010 beginner-level 1
-10011111010 capacity-use 1
-10011111010 debt-to-total-capital 1
-10011111010 rehospitalization 1
-10011111010 card-based 1
-10011111010 RIOTING 1
-10011111010 traffic-fatality 1
-10011111010 productivity-fund 1
-10011111010 non-programming 1
-10011111010 buyer-inquiry 1
-10011111010 foreign-manufacturing 1
-10011111010 bridegrooms 1
-10011111010 t-term 1
-10011111010 even-higher 1
-10011111010 oil-flow 1
-10011111010 bank-failure 1
-10011111010 GATHERED 1
-10011111010 government-subsidy 1
-10011111010 single-rate 1
-10011111010 industry-order 1
-10011111010 feed-corn 1
-10011111010 plant-use 2
-10011111010 intellgence 2
-10011111010 16.6-million-barrel 2
-10011111010 college-completion 2
-10011111010 violent-crime 2
-10011111010 dollar-exchange 2
-10011111010 cost-of-living-adjustment 2
-10011111010 market-price 2
-10011111010 repossession 3
-10011111010 Harborplace 3
-10011111010 telegraphic-transfer 3
-10011111010 ordinary-income 3
-10011111010 assemblyline 3
-10011111010 interst 4
-10011111010 fixed-mortgage 4
-10011111010 interest. 4
-10011111010 office-vacancy 7
-10011111010 recidivism 8
-10011111010 mortgage-interest 30
-10011111010 delinquency 44
-10011111010 debt-service 78
-10011111010 interest 27987
-10011111010 occupancy 133
-100111110110 polyester-yarn 1
-100111110110 seasonending 1
-100111110110 whale-shaped 1
-100111110110 Alif 1
-100111110110 custom-parts 1
-100111110110 petroluem 1
-100111110110 domestic-travel 1
-100111110110 Cocom-related 1
-100111110110 14,509 1
-100111110110 offsore 1
-100111110110 polyoxyalkylene 1
-100111110110 Weisbaden 1
-100111110110 Caffa 1
-100111110110 radiotelescopes 1
-100111110110 fuel-based 1
-100111110110 PCB-loaded 1
-100111110110 alumimum 1
-100111110110 silicon-crystal 1
-100111110110 airdropping 1
-100111110110 50-gallon 1
-100111110110 appliance-control 1
-100111110110 1,416 1
-100111110110 mung 1
-100111110110 near-infrared-spectroscopy 1
-100111110110 pinto 1
-100111110110 fine-fiber 1
-100111110110 light-fuel 1
-100111110110 funny-face 1
-100111110110 staphylococcus 1
-100111110110 bisphenol-A 1
-100111110110 non-Greeks 1
-100111110110 corklike 1
-100111110110 microwave-components 1
-100111110110 vinyl-acrylic 1
-100111110110 U.S.-bought 1
-100111110110 London-exchange 1
-100111110110 12month 1
-100111110110 bi-metallic 1
-100111110110 Medicaid-subsidized 1
-100111110110 cod-liver 1
-100111110110 flight-certified 1
-100111110110 Nod-A-Way 1
-100111110110 unhusked-rice 1
-100111110110 inground 1
-100111110110 raw-ivory 1
-100111110110 deliverymonth 1
-100111110110 slatternly 1
-100111110110 consumer-preferred 1
-100111110110 package-foreign 1
-100111110110 Screamers 1
-100111110110 Swedish-language 1
-100111110110 air-dropping 1
-100111110110 super-tanker 1
-100111110110 producer-output 1
-100111110110 Trinidadian 1
-100111110110 nearnormal 1
-100111110110 recreation-center 1
-100111110110 fuel-injector 1
-100111110110 steel-sheet 1
-100111110110 June-expiration 1
-100111110110 high-benefit 1
-100111110110 Pacific-area 1
-100111110110 Lit-Ning 1
-100111110110 war-damaged 1
-100111110110 eight-foot-high 1
-100111110110 kraut 1
-100111110110 IBM-bashing 1
-100111110110 non-fossil 1
-100111110110 Pentyde 1
-100111110110 pre-financed 1
-100111110110 mousselike 1
-100111110110 metricton-sized 1
-100111110110 copper-tubing 1
-100111110110 broadsiding 1
-100111110110 gas-oil 2
-100111110110 anise 2
-100111110110 100-yen 2
-100111110110 yen-related 2
-100111110110 Mylanta 2
-100111110110 Ranchero 2
-100111110110 Fudgsicle 2
-100111110110 mealy 2
-100111110110 panic-prone 2
-100111110110 Catapres 2
-100111110110 tachometer 2
-100111110110 brightly-colored 2
-100111110110 producible 2
-100111110110 5/8-inch 2
-100111110110 wontons 2
-100111110110 large-quantity 2
-100111110110 old-crop 2
-100111110110 four-million-gallon 2
-100111110110 Cyprus-based 2
-100111110110 Rosehaugh 2
-100111110110 094 2
-100111110110 Mistletoe 2
-100111110110 Amvisc 2
-100111110110 empty-looking 2
-100111110110 Friday-night 2
-100111110110 male-oriented 2
-100111110110 bilge 2
-100111110110 mini-major 2
-100111110110 bimetallic 2
-100111110110 tomato-plant 2
-100111110110 50-49 2
-100111110110 colloquialisms 3
-100111110110 paratungstate 3
-100111110110 deliciosa 3
-100111110110 1,061 3
-100111110110 cassava 3
-100111110110 1-1 3
-100111110110 beefsteak 3
-100111110110 palm-kernel 3
-100111110110 coking-coal 3
-100111110110 MR2 3
-100111110110 HCFC-22 3
-100111110110 5,119 3
-100111110110 ferrous 3
-100111110110 scalable 3
-100111110110 aluminium 3
-100111110110 Diprolene 3
-100111110110 gumdrops 3
-100111110110 pinto-bean 3
-100111110110 sesame 3
-100111110110 zirconium 4
-100111110110 towelettes 4
-100111110110 safflower 4
-100111110110 public-minded 4
-100111110110 nitrous 4
-100111110110 self-portraits 4
-100111110110 IL-2/TIL 4
-100111110110 Tums 4
-100111110110 Sprite 4
-100111110110 SO2 4
-100111110110 tarlike 4
-100111110110 emeralds 4
-100111110110 toluene 4
-100111110110 business-form 4
-100111110110 Avitene 4
-100111110110 A4 4
-100111110110 soybean-meal 4
-100111110110 curlers 4
-100111110110 human-growth 5
-100111110110 Philco 5
-100111110110 shut-in 5
-100111110110 jojoba 5
-100111110110 anti-personnel 5
-100111110110 price-controlled 5
-100111110110 Ibiza 5
-100111110110 Rolaids 5
-100111110110 motor-fuel 5
-100111110110 sevruga 6
-100111110110 castor 6
-100111110110 corn-gluten 6
-100111110110 phenol 6
-100111110110 woody 6
-100111110110 voyeurism 6
-100111110110 fajita 7
-100111110110 crayfish 7
-100111110110 hazelnut 7
-100111110110 lima 7
-100111110110 sugar-free 7
-100111110110 mauve 7
-100111110110 olefins 7
-100111110110 Pentax 7
-100111110110 cane-sugar 7
-100111110110 base-metals 8
-100111110110 home-heating 8
-100111110110 footware 8
-100111110110 maize 8
-100111110110 anti-freeze 8
-100111110110 T-bond 8
-100111110110 cottonseed 8
-100111110110 MEK 8
-100111110110 winter-wheat 9
-100111110110 cinnamon 9
-100111110110 new-crop 9
-100111110110 urea 9
-100111110110 vanadium 9
-100111110110 steel-ingot 10
-100111110110 Crisco 10
-100111110110 placer 10
-100111110110 naphtha 10
-100111110110 selenium 11
-100111110110 antelope 12
-100111110110 glucose 12
-100111110110 sickle 13
-100111110110 Kirkuk 13
-100111110110 Canadian-owned 14
-100111110110 papaya 14
-100111110110 ferronickel 15
-100111110110 denser 15
-100111110110 submersible 15
-100111110110 WTI 15
-100111110110 canola 15
-100111110110 burley 15
-100111110110 chlorofluorocarbon 16
-100111110110 Scrabble 16
-100111110110 rapeseed 16
-100111110110 broccoli 17
-100111110110 Robitussin 17
-100111110110 lubricating 18
-100111110110 cobalt 19
-100111110110 broiler 19
-100111110110 chromium 19
-100111110110 anthracite 20
-100111110110 7-Up 20
-100111110110 shale 21
-100111110110 hydropower 22
-100111110110 Chardonnay 22
-100111110110 deliverable 22
-100111110110 ferrochrome 22
-100111110110 pineapple 23
-100111110110 veal 23
-100111110110 orange-juice 24
-100111110110 cod 25
-100111110110 Maalox 26
-100111110110 above-ground 26
-100111110110 casein 26
-100111110110 encyclopedias 26
-100111110110 feed-grain 28
-100111110110 raw-materials 30
-100111110110 feedstock 30
-100111110110 grapefruit 33
-100111110110 soy 33
-100111110110 KHJ 34
-100111110110 antifreeze 36
-100111110110 oilseed 36
-100111110110 alfalfa 37
-100111110110 bauxite 40
-100111110110 lime 40
-100111110110 strawberry 40
-100111110110 distillate 42
-100111110110 calf 43
-100111110110 maple 45
-100111110110 palladium 47
-100111110110 sorghum 48
-100111110110 monoxide 49
-100111110110 ethane 50
-100111110110 tritium 52
-100111110110 oat 52
-100111110110 shrimp 54
-100111110110 linerboard 54
-100111110110 lamb 58
-100111110110 alumina 58
-100111110110 potash 59
-100111110110 chlorine 61
-100111110110 brandy 62
-100111110110 lettuce 62
-100111110110 honey 66
-100111110110 bacon 74
-100111110110 piping 75
-100111110110 raw-material 79
-100111110110 oats 82
-100111110110 coca 83
-100111110110 bean 84
-100111110110 ivory 86
-100111110110 heating-oil 89
-100111110110 postage 91
-100111110110 plywood 100
-100111110110 wool 115
-100111110110 barley 122
-100111110110 bumper 128
-100111110110 methane 139
-100111110110 vegetable 157
-100111110110 zinc 160
-100111110110 ethylene 161
-100111110110 soda 172
-100111110110 ethanol 185
-100111110110 dioxide 206
-100111110110 crude-oil 262
-100111110110 livestock 333
-100111110110 hog 354
-100111110110 uranium 359
-100111110110 nickel 371
-100111110110 cocoa 459
-100111110110 juice 493
-100111110110 heating 543
-100111110110 soybeans 552
-100111110110 pork 578
-100111110110 rice 583
-100111110110 milk 608
-100111110110 pulp 637
-100111110110 chicken 652
-100111110110 newsprint 671
-100111110110 cotton 703
-100111110110 platinum 722
-100111110110 meat 726
-100111110110 cattle 953
-100111110110 beef 981
-100111110110 coffee 1229
-100111110110 soybean 1263
-100111110110 electricity 1287
-100111110110 wheat 1443
-100111110110 gasoline 1461
-100111110110 silver 1466
-100111110110 grain 1500
-100111110110 sugar 1530
-100111110110 copper 1719
-100111110110 corn 1992
-100111110110 fuel 2117
-100111110110 crude 2384
-100111110110 gold 6226
-100111110110 housing 2949
-1001111101110 debt-and-interest 1
-1001111101110 vestigation 1
-1001111101110 aid-to-religious-schools 1
-1001111101110 65-to-100-bed 1
-1001111101110 131-foot 1
-1001111101110 order-growth 1
-1001111101110 micro-injected 1
-1001111101110 Bos-Wash 1
-1001111101110 1631 1
-1001111101110 pinch-hitters 1
-1001111101110 SNCC 1
-1001111101110 world-stock 1
-1001111101110 toxemia 1
-1001111101110 blackmarketeering 1
-1001111101110 Bermudas 1
-1001111101110 execution-manufacturing 1
-1001111101110 6,200-mile 1
-1001111101110 windsheer-detection 1
-1001111101110 nitrous-oxide 1
-1001111101110 1749 1
-1001111101110 growth-target 1
-1001111101110 gasoline-making 1
-1001111101110 downspouts 1
-1001111101110 on- 1
-1001111101110 video-text 1
-1001111101110 biological- 1
-1001111101110 Giesmar 1
-1001111101110 national-prestige 1
-1001111101110 zymurgical 1
-1001111101110 Mr.Cotte 1
-1001111101110 133-to-137-yen 1
-1001111101110 Boeing-747s 1
-1001111101110 Euphemisms 1
-1001111101110 anhydrous-ammonia 1
-1001111101110 1976-81 1
-1001111101110 fixed-wing-aircraft 1
-1001111101110 10,000-job 1
-1001111101110 carwash 1
-1001111101110 396-402 1
-1001111101110 1484 1
-1001111101110 3- 1
-1001111101110 dahlias 1
-1001111101110 ticket-sale 1
-1001111101110 nonperformer 1
-1001111101110 senior-acquisition 1
-1001111101110 application-development 1
-1001111101110 meg 1
-1001111101110 mid-aria 1
-1001111101110 2500-to-2700 1
-1001111101110 handwork 1
-1001111101110 concertinas 1
-1001111101110 carcinogenesis 1
-1001111101110 parts-per-trillion 1
-1001111101110 patent-maintenance 1
-1001111101110 knee-surgery 1
-1001111101110 Flins 1
-1001111101110 6-to-7 1
-1001111101110 F-14d 1
-1001111101110 engineeering 1
-1001111101110 800-holder 1
-1001111101110 copier-duplicator 1
-1001111101110 mark-pound 1
-1001111101110 rumor-buffeted 1
-1001111101110 small-community 1
-1001111101110 under-500-kilometer 1
-1001111101110 Brezins 1
-1001111101110 957-acre 1
-1001111101110 higher-than-allowed 1
-1001111101110 perhour 1
-1001111101110 restorable 1
-1001111101110 Terengganu 1
-1001111101110 tire-pricing 1
-1001111101110 1993-1994 1
-1001111101110 Humoresque 1
-1001111101110 once-continuous 1
-1001111101110 6,600-mile 1
-1001111101110 motor-fuels 1
-1001111101110 runon 1
-1001111101110 Wauseon 1
-1001111101110 Eldertrivia 1
-1001111101110 chameleonlike 1
-1001111101110 6-to-8 1
-1001111101110 chlorophyll 1
-1001111101110 sewage-treatment-plant 1
-1001111101110 scuffs 1
-1001111101110 level-six 1
-1001111101110 supermini 1
-1001111101110 power-wielding 1
-1001111101110 oh-so-polite 1
-1001111101110 3,000-nautical-mile 1
-1001111101110 quota-price 1
-1001111101110 subisidies 1
-1001111101110 Drummondville 1
-1001111101110 boating-safety 1
-1001111101110 1952-53 1
-1001111101110 pre-Colombian 1
-1001111101110 mechanical-design 1
-1001111101110 100-hour-or-less 1
-1001111101110 500-hour 1
-1001111101110 land-access 1
-1001111101110 mid-250 1
-1001111101110 cardiological 1
-1001111101110 electronic-guidance 1
-1001111101110 MORTICES 1
-1001111101110 Woosung 1
-1001111101110 Logansport 1
-1001111101110 pool-spa 1
-1001111101110 Ford- 1
-1001111101110 mid-30,000 1
-1001111101110 foreign-broadcasting-rights 1
-1001111101110 five-to-10-year 1
-1001111101110 TF-39 1
-1001111101110 centipedes 1
-1001111101110 400,000-to-800,000 1
-1001111101110 part-surreal 1
-1001111101110 Ukrainian-Americans 1
-1001111101110 0.02-cent 1
-1001111101110 science- 1
-1001111101110 mid-hundred-million-dollar 1
-1001111101110 formlessness 1
-1001111101110 100-degree-plus 1
-1001111101110 quarter-cent-a-pound 1
-1001111101110 habitability 1
-1001111101110 Chekovian 1
-1001111101110 single-word 1
-1001111101110 extended-payment 1
-1001111101110 high-pitch 1
-1001111101110 1950-1960 1
-1001111101110 12-to-14-year-old 1
-1001111101110 Rooseveltology 1
-1001111101110 emergency-cash 1
-1001111101110 Noxzema 1
-1001111101110 dirty-water 1
-1001111101110 platinum-clearing 1
-1001111101110 custards 1
-1001111101110 digestable 1
-1001111101110 offering-price 1
-1001111101110 non-raisin 1
-1001111101110 Liego 1
-1001111101110 Kortrijk 1
-1001111101110 manufacturer-dealer 1
-1001111101110 1,250-to-1,550-lire 1
-1001111101110 velvets 1
-1001111101110 53-30 1
-1001111101110 1-mark 1
-1001111101110 Israel-bashing 1
-1001111101110 architect-engineering 1
-1001111101110 hand-painting 1
-1001111101110 tantric 1
-1001111101110 Coricidin 1
-1001111101110 prosperty 1
-1001111101110 adhesions 1
-1001111101110 lowgrowth 1
-1001111101110 development-aid 1
-1001111101110 52,790,000 1
-1001111101110 Vegematics 1
-1001111101110 stressors 1
-1001111101110 book-promotion 1
-1001111101110 Bajaur 1
-1001111101110 private-income 1
-1001111101110 budget-message 1
-1001111101110 eye- 1
-1001111101110 English- 1
-1001111101110 1238 1
-1001111101110 in-duct 1
-1001111101110 sickos 1
-1001111101110 two-shift-a-day 1
-1001111101110 Kolozsvar/Cluj-Napoca 1
-1001111101110 40-cents-a-pound 1
-1001111101110 heroin-user 1
-1001111101110 low-caliber 1
-1001111101110 seven-million-dollar 1
-1001111101110 short-word 1
-1001111101110 feedmills 1
-1001111101110 bloodlettings 1
-1001111101110 low-40 1
-1001111101110 leis 1
-1001111101110 less-than-flattering 1
-1001111101110 Treasury-rate 1
-1001111101110 radiation-containment 1
-1001111101110 consensus-forecast 1
-1001111101110 Forstmann-Leff-Associates 1
-1001111101110 1.9200-mark 1
-1001111101110 two-pfennig 1
-1001111101110 hoagies 1
-1001111101110 vendor-performance 1
-1001111101110 F/F-18 1
-1001111101110 billionths-of-a-second 1
-1001111101110 20-foot-wide 1
-1001111101110 surgicenters 1
-1001111101110 moderate- 1
-1001111101110 10-ticket 1
-1001111101110 operating-cash 1
-1001111101110 Alapaha 1
-1001111101110 transgressive 1
-1001111101110 BCGM 1
-1001111101110 Kars 1
-1001111101110 Westinghouse-built 1
-1001111101110 awful-and-scarce 1
-1001111101110 dollar-equivalent 1
-1001111101110 half-hourlong 1
-1001111101110 glissandi 1
-1001111101110 mezzo-sopranos 1
-1001111101110 Stuttgart-Zuffenhausen 1
-1001111101110 pollution-sampling 1
-1001111101110 10W-30 1
-1001111101110 mid-vacation 1
-1001111101110 engineering-procurement 1
-1001111101110 saris 2
-1001111101110 current-dollar 2
-1001111101110 C-12 2
-1001111101110 tradesman 2
-1001111101110 Muynak 2
-1001111101110 intracoronary 2
-1001111101110 145-yen 2
-1001111101110 Lismore 2
-1001111101110 putouts 2
-1001111101110 Trimline 2
-1001111101110 greatcoats 2
-1001111101110 financal 2
-1001111101110 fleet-underway 2
-1001111101110 sniffles 2
-1001111101110 swap-market 2
-1001111101110 peonage 2
-1001111101110 order-handling 2
-1001111101110 rebar 2
-1001111101110 silkworms 2
-1001111101110 1994-2014 2
-1001111101110 bagpipers 2
-1001111101110 crime- 2
-1001111101110 175-mile 2
-1001111101110 aroni 2
-1001111101110 agrarianism 2
-1001111101110 construction-differential-subsidies 2
-1001111101110 marketshare 2
-1001111101110 blowguns 2
-1001111101110 Hetchy 3
-1001111101110 transboundary 3
-1001111101110 property- 3
-1001111101110 west-to-east 3
-1001111101110 waistcoat 3
-1001111101110 bioethics 3
-1001111101110 operating-differential-subsidies 3
-1001111101110 television-rights 3
-1001111101110 income- 3
-1001111101110 middle-price 3
-1001111101110 19th- 3
-1001111101110 self-care 3
-1001111101110 lower- 4
-1001111101110 drought-assistance 4
-1001111101110 64K 4
-1001111101110 zigs 4
-1001111101110 pinstripes 4
-1001111101110 boogie-woogie 4
-1001111101110 mid-sentence 4
-1001111101110 corduroys 4
-1001111101110 dreadlocks 4
-1001111101110 Goa 4
-1001111101110 midriff 4
-1001111101110 medical-expense 5
-1001111101110 Itaran 5
-1001111101110 dribs 5
-1001111101110 full- 5
-1001111101110 loco 5
-1001111101110 declarative 5
-1001111101110 year-and-a-day 6
-1001111101110 12- 6
-1001111101110 lederhosen 6
-1001111101110 long- 7
-1001111101110 personal-appearance 7
-1001111101110 sign-up 10
-1001111101110 one- 19
-1001111101110 three- 24
-1001111101110 common-share 24
-1001111101110 captivity 31
-1001111101110 middle- 33
-1001111101110 medium- 37
-1001111101110 low- 44
-1001111101110 alimony 49
-1001111101110 jail 824
-1001111101110 cash 14457
-1001111101110 prison 1983
-10011111011110 perspiration-inducing 1
-10011111011110 contract-flight 1
-10011111011110 buttes 1
-10011111011110 driving-while-intoxicated 1
-10011111011110 refundability 1
-10011111011110 9/18B 1
-10011111011110 16/27b 1
-10011111011110 16/26 1
-10011111011110 down-the-road 1
-10011111011110 1-to-4 1
-10011111011110 judoists 1
-10011111011110 chikungunya 1
-10011111011110 Manzini 1
-10011111011110 wall-mounted 1
-10011111011110 paid-leave 1
-10011111011110 alphabets 1
-10011111011110 field-production 1
-10011111011110 punditdom 1
-10011111011110 stop-out 1
-10011111011110 Fontanelle 1
-10011111011110 drug-positive 1
-10011111011110 campanile 1
-10011111011110 Kaly 1
-10011111011110 factious 1
-10011111011110 private-ownership 1
-10011111011110 WOR-FM 1
-10011111011110 990-T 1
-10011111011110 Trepps 1
-10011111011110 re-authorization 1
-10011111011110 wire-reference 1
-10011111011110 imprecision 1
-10011111011110 aggies 1
-10011111011110 embankments 1
-10011111011110 GNP-growth 1
-10011111011110 catarrh 1
-10011111011110 seniority-based 1
-10011111011110 centrism 1
-10011111011110 broadcast-rights 1
-10011111011110 2430 1
-10011111011110 innaccurate 1
-10011111011110 zeppelins 1
-10011111011110 over-commercialization 1
-10011111011110 toper 1
-10011111011110 Cuberli 1
-10011111011110 stale-cigarette 1
-10011111011110 tainted-food 1
-10011111011110 drug-traffickers 1
-10011111011110 re-order 1
-10011111011110 unperceivable 1
-10011111011110 previously-filed 1
-10011111011110 ordinary-loss 1
-10011111011110 long-distance-rate 1
-10011111011110 6407/9 1
-10011111011110 goaltending 1
-10011111011110 Bindernagel 1
-10011111011110 chip-on-the-shoulder 1
-10011111011110 patent-infringers 1
-10011111011110 doomers 1
-10011111011110 franc/mark 1
-10011111011110 dominos 1
-10011111011110 intracellulare 1
-10011111011110 politico-plaintiffs 1
-10011111011110 positioner 1
-10011111011110 sugar-planted 1
-10011111011110 cable-copyright 1
-10011111011110 microcosms 1
-10011111011110 unable-to-locate 1
-10011111011110 Schatten 1
-10011111011110 government-as-usual 1
-10011111011110 unaccommodating 1
-10011111011110 heart-stoppingly 1
-10011111011110 labor-participation 1
-10011111011110 masonry-wall 1
-10011111011110 9/23B 1
-10011111011110 serge 1
-10011111011110 special-case 1
-10011111011110 multiple-appraisal 1
-10011111011110 inflation-tag 1
-10011111011110 post-service 1
-10011111011110 uncapped 2
-10011111011110 S-RAM 2
-10011111011110 profitablilty 2
-10011111011110 Ahonoora 2
-10011111011110 audiotapes 2
-10011111011110 Cispes 2
-10011111011110 niggardly 2
-10011111011110 Ho-Ho-Kus 2
-10011111011110 savings-deposit 2
-10011111011110 Pomaks 2
-10011111011110 55-46 2
-10011111011110 quota-cheating 2
-10011111011110 severance-tax 2
-10011111011110 Cytotechnologists 2
-10011111011110 light-walled 2
-10011111011110 Mi-Cebrin 2
-10011111011110 reduced-duty 2
-10011111011110 re-unionization 2
-10011111011110 RUB 2
-10011111011110 15/22 2
-10011111011110 encephalopathy 2
-10011111011110 red-lining 2
-10011111011110 live-sighting 2
-10011111011110 atheists 2
-10011111011110 numberless 2
-10011111011110 childrearing 2
-10011111011110 Unfulfilled 2
-10011111011110 icicle 2
-10011111011110 Roquefort 3
-10011111011110 medians 3
-10011111011110 inscrutability 3
-10011111011110 Gudrid 3
-10011111011110 tweezers 3
-10011111011110 SRAM-II 3
-10011111011110 paydowns 3
-10011111011110 arsenate 3
-10011111011110 homology 3
-10011111011110 baby-selling 3
-10011111011110 itemizing 3
-10011111011110 mendacious 3
-10011111011110 parasols 3
-10011111011110 undertakers 3
-10011111011110 25929.42 3
-10011111011110 medical-assistance 3
-10011111011110 neckline 3
-10011111011110 pseudonymity 3
-10011111011110 dabblers 3
-10011111011110 woodpeckers 3
-10011111011110 R2D2 3
-10011111011110 majoritarianism 3
-10011111011110 annualization 4
-10011111011110 brawn 4
-10011111011110 hypochondria 4
-10011111011110 HTLV-4 4
-10011111011110 EEP 4
-10011111011110 17th- 4
-10011111011110 onlending 4
-10011111011110 Ormuz 4
-10011111011110 understaffing 4
-10011111011110 idolatry 4
-10011111011110 busineses 4
-10011111011110 over-capacity 4
-10011111011110 mitzvahs 4
-10011111011110 pettifoggery 4
-10011111011110 interest-income 4
-10011111011110 counterrevolutionaries 4
-10011111011110 babysitting 4
-10011111011110 Darvon 4
-10011111011110 fatherhood 4
-10011111011110 evenhandedness 4
-10011111011110 osmosis 5
-10011111011110 ballutes 5
-10011111011110 mitzvah 5
-10011111011110 Turgenev 5
-10011111011110 lesbianism 5
-10011111011110 smut 5
-10011111011110 sequoias 5
-10011111011110 Shangri-La 5
-10011111011110 AFIS 5
-10011111011110 MediCal 5
-10011111011110 dysentery 5
-10011111011110 Wordstar 5
-10011111011110 neurosurgery 5
-10011111011110 2350 5
-10011111011110 deconstructionism 6
-10011111011110 glaucoma 6
-10011111011110 countryman 6
-10011111011110 FIFO 6
-10011111011110 liquidities 6
-10011111011110 morbidity 6
-10011111011110 crabmeat 6
-10011111011110 CCK 6
-10011111011110 legalisms 6
-10011111011110 mid-America 6
-10011111011110 fatalism 7
-10011111011110 osteoarthritis 7
-10011111011110 Internet 7
-10011111011110 diltiazem 7
-10011111011110 hemorrhoids 7
-10011111011110 yarmulkes 7
-10011111011110 repentance 7
-10011111011110 firecrackers 7
-10011111011110 seller-financing 7
-10011111011110 NMP 8
-10011111011110 wildflowers 8
-10011111011110 autocracy 8
-10011111011110 eugenics 8
-10011111011110 overpopulation 8
-10011111011110 overregulation 8
-10011111011110 mechanization 8
-10011111011110 cadmium 8
-10011111011110 inoculation 8
-10011111011110 Pinstripes 8
-10011111011110 truancy 8
-10011111011110 coyotes 9
-10011111011110 drop-out 9
-10011111011110 EDB 9
-10011111011110 mackerel 9
-10011111011110 breakage 9
-10011111011110 advance-decline 9
-10011111011110 hemoglobin 9
-10011111011110 check-writing 9
-10011111011110 serotonin 9
-10011111011110 anti-selection 9
-10011111011110 PLAM 10
-10011111011110 seigniorage 10
-10011111011110 propylene 10
-10011111011110 bilingualism 11
-10011111011110 dehydration 11
-10011111011110 dwarfism 11
-10011111011110 cubism 11
-10011111011110 reforestation 11
-10011111011110 senility 12
-10011111011110 artifice 12
-10011111011110 permeability 12
-10011111011110 fabrications 12
-10011111011110 poppies 12
-10011111011110 triglycerides 13
-10011111011110 35000 13
-10011111011110 abstention 14
-10011111011110 respiration 14
-10011111011110 immunotherapy 14
-10011111011110 monogamy 14
-10011111011110 quack 15
-10011111011110 repos 15
-10011111011110 LDL-cholesterol 15
-10011111011110 self-restraint 15
-10011111011110 couponing 15
-10011111011110 dominoes 15
-10011111011110 nonviolence 16
-10011111011110 spoilage 16
-10011111011110 Peptide 17
-10011111011110 parenthood 17
-10011111011110 liming 17
-10011111011110 interventionism 17
-10011111011110 drunkenness 18
-10011111011110 Nicorette 19
-10011111011110 home-ownership 20
-10011111011110 deforestation 21
-10011111011110 counterfeiting 22
-10011111011110 Nazism 22
-10011111011110 drowsiness 23
-10011111011110 anesthesia 23
-10011111011110 illegitimacy 25
-10011111011110 ridership 25
-10011111011110 fascism 26
-10011111011110 radioactivity 29
-10011111011110 humidity 29
-10011111011110 contraception 30
-10011111011110 caffeine 31
-10011111011110 syphilis 33
-10011111011110 hypnosis 33
-10011111011110 Stalinism 33
-10011111011110 psychotherapy 33
-10011111011110 childbirth 36
-10011111011110 busing 37
-10011111011110 osteoporosis 37
-10011111011110 homeownership 37
-10011111011110 fertilization 38
-10011111011110 incest 39
-10011111011110 obesity 42
-10011111011110 cabernet 42
-10011111011110 anti-Semitism 42
-10011111011110 1800 45
-10011111011110 artwork 45
-10011111011110 ebb 49
-10011111011110 diarrhea 52
-10011111011110 absenteeism 54
-10011111011110 overcrowding 55
-10011111011110 illiteracy 55
-10011111011110 homelessness 56
-10011111011110 self-regulation 61
-10011111011110 joblessness 61
-10011111011110 slavery 70
-10011111011110 prostitution 75
-10011111011110 sodium 78
-10011111011110 homosexuality 82
-10011111011110 self-incrimination 86
-10011111011110 alcoholism 93
-10011111011110 fertility 96
-10011111011110 diabetes 96
-10011111011110 smog 102
-10011111011110 pornography 106
-10011111011110 dropout 106
-10011111011110 dioxin 119
-10011111011110 Libor 174
-10011111011110 aflatoxin 187
-10011111011110 theirs 188
-10011111011110 mortality 206
-10011111011110 M2 219
-10011111011110 gilts 228
-10011111011110 communism 305
-10011111011110 tuition 321
-10011111011110 M1 386
-10011111011110 apartheid 449
-10011111011110 protectionism 452
-10011111011110 terrorism 485
-10011111011110 poverty 753
-10011111011110 inflationary 1021
-10011111011110 unemployment 2504
-10011111011110 inflation 8882
-10011111011110 education 2908
-10011111011111 finding-cost 1
-10011111011111 stowage 1
-10011111011111 merchandise-inventory 1
-10011111011111 title-policy 1
-10011111011111 cholesterol/HDL 1
-10011111011111 midsize-car 1
-10011111011111 63-page 1
-10011111011111 agrarianethnic 1
-10011111011111 Effektenbank-Warburg 1
-10011111011111 reorganization-related 1
-10011111011111 postal-worker 1
-10011111011111 1,200-page 1
-10011111011111 contract-penalty 1
-10011111011111 noir-lit 1
-10011111011111 Gazettes 1
-10011111011111 trade-transport 1
-10011111011111 non-distribution 1
-10011111011111 many-digit 1
-10011111011111 39,189 1
-10011111011111 paint-finish 1
-10011111011111 manufacuturing 1
-10011111011111 last-in-first-out 1
-10011111011111 worker-benefit 1
-10011111011111 debt/economic 1
-10011111011111 death-benefit 1
-10011111011111 travelrelated 1
-10011111011111 home-borrowing 1
-10011111011111 steel-labor 1
-10011111011111 customer-broker 1
-10011111011111 production-run 1
-10011111011111 non-recoverable 1
-10011111011111 expansion-related 1
-10011111011111 timber-clearing 1
-10011111011111 investment-financing 1
-10011111011111 peak-service 1
-10011111011111 under-projected 1
-10011111011111 shareholder-servicing 1
-10011111011111 state-of-the-industry 1
-10011111011111 medical-claims 1
-10011111011111 personal-identification 1
-10011111011111 garden-hose 1
-10011111011111 lost-opportunity 1
-10011111011111 wooden-sounding 1
-10011111011111 work-and-savings 1
-10011111011111 paper-storage 1
-10011111011111 factory-capacity-utilization 1
-10011111011111 paper-processing 1
-10011111011111 community-hospital 1
-10011111011111 alarm-system 1
-10011111011111 food-tolerance 1
-10011111011111 fish-contamination 1
-10011111011111 war-movie 1
-10011111011111 store-liquidation 1
-10011111011111 production-rate 1
-10011111011111 fuel-transportation 1
-10011111011111 utility-construction 1
-10011111011111 engineering-design 1
-10011111011111 replacement-energy 1
-10011111011111 airline-performance 1
-10011111011111 job-settlement 1
-10011111011111 mileage-use 1
-10011111011111 stock-issues 1
-10011111011111 defense-preparedness 1
-10011111011111 livestock-related 1
-10011111011111 post-construction 1
-10011111011111 militia-style 1
-10011111011111 primary-production 1
-10011111011111 squirrel-like 1
-10011111011111 producer-price-index 1
-10011111011111 industry-operating 1
-10011111011111 garment-makers 1
-10011111011111 ex-Atlanta 1
-10011111011111 business-inventory 1
-10011111011111 unbudgeted 1
-10011111011111 million-computer 1
-10011111011111 cement-manufacturing 1
-10011111011111 defense-work 1
-10011111011111 employment-payroll 1
-10011111011111 once-ballooning 1
-10011111011111 total-yardage 1
-10011111011111 rawmaterials 1
-10011111011111 1.89-mark 1
-10011111011111 gasline-repair 1
-10011111011111 30,000-won 1
-10011111011111 often-lethal 1
-10011111011111 already-incurred 1
-10011111011111 production-utilization 1
-10011111011111 trading-staff 1
-10011111011111 soybeanoil 1
-10011111011111 noncommodity 1
-10011111011111 1.92-mark 1
-10011111011111 inflationery 1
-10011111011111 cranberry-and-gray 1
-10011111011111 still-punishing 1
-10011111011111 private-airplane 1
-10011111011111 average-earnings 1
-10011111011111 AIDS-care 1
-10011111011111 housing-start 1
-10011111011111 Express-prepared 1
-10011111011111 shutdown-related 1
-10011111011111 retiree-medical 1
-10011111011111 Airbus-related 1
-10011111011111 target-price 2
-10011111011111 farm-labor 2
-10011111011111 business-promotion 2
-10011111011111 voluntary-restraint 2
-10011111011111 cupids 2
-10011111011111 Cimulcer 2
-10011111011111 104-page 2
-10011111011111 Titania 2
-10011111011111 order-inflow 2
-10011111011111 oil-finding 2
-10011111011111 half-length 2
-10011111011111 exit-poll 2
-10011111011111 2.00-mark 2
-10011111011111 team-handball 2
-10011111011111 product-introduction 2
-10011111011111 anti-export 2
-10011111011111 soft-brown 2
-10011111011111 near-equal 2
-10011111011111 runs-batted-in 2
-10011111011111 consumer-recognition 2
-10011111011111 offshore-insurance 2
-10011111011111 patent-litigation 2
-10011111011111 health-claim 2
-10011111011111 U.S.-Angola 2
-10011111011111 quarter-end 2
-10011111011111 '73 2
-10011111011111 asbestos-claim 2
-10011111011111 strike-breaking 2
-10011111011111 export-sales 2
-10011111011111 Soviet-Japan 2
-10011111011111 enrichment-program 2
-10011111011111 heeling 2
-10011111011111 client-agency 2
-10011111011111 1570 2
-10011111011111 bank-customer 2
-10011111011111 pre-development 2
-10011111011111 preproduction 2
-10011111011111 unit-labor 2
-10011111011111 self-seeking 3
-10011111011111 SCOPE 3
-10011111011111 retail-trade 3
-10011111011111 2400-point 3
-10011111011111 CCOP 3
-10011111011111 health-industry 3
-10011111011111 pipeline-producer 3
-10011111011111 cattle-inventory 3
-10011111011111 more-extreme 3
-10011111011111 hourly-wage 3
-10011111011111 economic-crime 3
-10011111011111 purchased-power 3
-10011111011111 jiggles 3
-10011111011111 1975-79 3
-10011111011111 bad-news 3
-10011111011111 HxCDD 3
-10011111011111 election-night 3
-10011111011111 old-school 4
-10011111011111 half-yearly 4
-10011111011111 medical-benefit 4
-10011111011111 triglyceride 4
-10011111011111 scrapbooks 4
-10011111011111 equity-capital 4
-10011111011111 EVD 4
-10011111011111 airline-service 4
-10011111011111 Jessi 4
-10011111011111 Komeito 4
-10011111011111 pre-operational 4
-10011111011111 Akai 4
-10011111011111 white-blood-cell 4
-10011111011111 NCIC 4
-10011111011111 pre-launch 4
-10011111011111 personnel-related 4
-10011111011111 age-related 4
-10011111011111 consumer-complaint 4
-10011111011111 asbestos-litigation 4
-10011111011111 blood-cholesterol 5
-10011111011111 skilled-worker 5
-10011111011111 crop-production 5
-10011111011111 Handelsblatt 5
-10011111011111 carbamazepine 5
-10011111011111 Celine 5
-10011111011111 unrecoverable 5
-10011111011111 jobholders 5
-10011111011111 regionalism 5
-10011111011111 backslapping 6
-10011111011111 campaign-spending 6
-10011111011111 pseudo 6
-10011111011111 broker-customer 6
-10011111011111 work-in-progress 6
-10011111011111 industrial-production 6
-10011111011111 malpractice-insurance 6
-10011111011111 tinkling 6
-10011111011111 discount-fare 7
-10011111011111 TEFRA 7
-10011111011111 non-political 8
-10011111011111 replacement-power 9
-10011111011111 investment-interest 9
-10011111011111 military-spending 9
-10011111011111 IVIG 11
-10011111011111 EISA 11
-10011111011111 surrogacy 12
-10011111011111 strike-related 13
-10011111011111 farm-program 14
-10011111011111 Alma-Ata 15
-10011111011111 retail-price 17
-10011111011111 ISDN 17
-10011111011111 PPI 17
-10011111011111 10K 20
-10011111011111 vibration 23
-10011111011111 Cabernet 23
-10011111011111 cattle-on-feed 24
-10011111011111 Maekawa 24
-10011111011111 brute 27
-10011111011111 serum 27
-10011111011111 underworld 27
-10011111011111 LIFO 30
-10011111011111 NAS 31
-10011111011111 LDL 33
-10011111011111 10-K 35
-10011111011111 retail-sales 41
-10011111011111 GAAP 42
-10011111011111 HDL 47
-10011111011111 out-of-pocket 52
-10011111011111 public-opinion 71
-10011111011111 radon 86
-10011111011111 dosage 90
-10011111011111 emigration 168
-10011111011111 staffing 177
-10011111011111 GDP 232
-10011111011111 ozone 383
-10011111011111 overhead 559
-10011111011111 cholesterol 593
-10011111011111 payroll 698
-10011111011111 GNP 1110
-10011111011111 inventory 1710
-10011111011111 labor 5768
-10011111011111 employment 2993
-10011111100 credit-loans 1
-10011111100 Autophiles 1
-10011111100 finger-waggling 1
-10011111100 disinvests 1
-10011111100 -shareholder 1
-10011111100 debntures 1
-10011111100 shootin 1
-10011111100 9288 1
-10011111100 veterand 1
-10011111100 middle-paying 1
-10011111100 kiwi-uniqueness 1
-10011111100 Shenlu 1
-10011111100 Candida 1
-10011111100 Citroens 1
-10011111100 ruble. 1
-10011111100 appproval 1
-10011111100 Breitung 1
-10011111100 boy-Merlin 1
-10011111100 G-men-and 1
-10011111100 five-o 1
-10011111100 agents-in-training 1
-10011111100 disbelieves 1
-10011111100 el-Damer 1
-10011111100 capitulates 1
-10011111100 dithers 2
-10011111100 minicompact 2
-10011111100 Koncar 2
-10011111100 thuds 2
-10011111100 Renoirs 2
-10011111100 camshaft 2
-10011111100 BOOMS 2
-10011111100 planos 2
-10011111100 Oukasie 2
-10011111100 Lilburn 2
-10011111100 Dunhills 2
-10011111100 franks 3
-10011111100 Eurodebentures 20
-10011111100 Euronotes 24
-10011111100 Eurobonds 718
-10011111100 debentures 4411
-10011111100 notes 10471
-10011111101 hasn't-as 1
-10011111101 sylvestris 1
-10011111101 noload 1
-10011111101 affairs-Washington 1
-10011111101 affairs-Bethlehem 1
-10011111101 then. 1
-10011111101 lower-downs 1
-10011111101 undies 1
-10011111101 pre-pubescents 1
-10011111101 collapsed. 1
-10011111101 ballot-rigging 1
-10011111101 Jefe 1
-10011111101 pronouncements. 1
-10011111101 2002-2008 1
-10011111101 treasurys 1
-10011111101 cash-equivalents 1
-10011111101 1550-1700 1
-10011111101 post-fray 1
-10011111101 budget-squeezing 1
-10011111101 parsonages 1
-10011111101 subvention 1
-10011111101 whetstones 1
-10011111101 granaries 1
-10011111101 3-year 1
-10011111101 valuuuue 1
-10011111101 hula-hooping 1
-10011111101 bonds-high-yield 1
-10011111101 crckdown 1
-10011111101 bluebooks 2
-10011111101 1624 2
-10011111101 spendthrifts 2
-10011111101 fuel-switching 2
-10011111101 investor. 2
-10011111101 1995-1996 2
-10011111101 obit 2
-10011111101 882.51 3
-10011111101 FICOs 3
-10011111101 IOU 3
-10011111101 Zwilich 3
-10011111101 per-diems 3
-10011111101 program. 4
-10011111101 Eurodeposits 9
-10011111101 OATs 10
-10011111101 butterfat 17
-10011111101 delinquencies 28
-10011111101 corporates 30
-10011111101 munis 30
-10011111101 municipals 153
-10011111101 CDs 517
-10011111101 bonds 17318
-10011111101 bills 4524
-100111111100 futures-clearing 1
-100111111100 associaton 1
-100111111100 joint-member 1
-100111111100 offense-minded 1
-100111111100 April-October 1
-100111111100 cargo-preference 1
-100111111100 price-mileage 1
-100111111100 dog-bite 1
-100111111100 caught-foreign 1
-100111111100 caught-U.S. 1
-100111111100 market/book 1
-100111111100 agricultural-debt 1
-100111111100 gray-shingle 1
-100111111100 crop-loan 1
-100111111100 currency-control 1
-100111111100 merger-and-acquisitions 1
-100111111100 landuse 1
-100111111100 Technical-oriented 1
-100111111100 17,012,288 1
-100111111100 NASD-member 1
-100111111100 scooper 1
-100111111100 capitalist/imperialist 1
-100111111100 multi-city 1
-100111111100 Alzheimer-type 1
-100111111100 network-switching 1
-100111111100 labor-vouchering 1
-100111111100 paper-clip 1
-100111111100 once-exotic 1
-100111111100 securities-has 1
-100111111100 Matsushita-owned 1
-100111111100 anti-cruelty 2
-100111111100 electricity-supply 2
-100111111100 bond-financed 2
-100111111100 competitive-analysis 2
-100111111100 pr 2
-100111111100 bigamy 2
-100111111100 marine-assistance 2
-100111111100 mergers-and-acquisition 2
-100111111100 second-opinion 3
-100111111100 food-stock 3
-100111111100 gaming-industry 3
-100111111100 committment 3
-100111111100 military-contracting 4
-100111111100 stockholding 7
-100111111100 chip-industry 8
-100111111100 z-Not 8
-100111111100 securites 9
-100111111100 mortgage-security 9
-100111111100 securities 17077
-100111111100 commodities-trading 15
-100111111101 industrial-fuel 1
-100111111101 connection-charge 1
-100111111101 anti-stock 1
-100111111101 literature-outline 1
-100111111101 bond-future 1
-100111111101 1961-1962 1
-100111111101 family/business 1
-100111111101 tax-discrimination 1
-100111111101 jump-the-gun 1
-100111111101 metals-money 1
-100111111101 once-handy 1
-100111111101 used-PC 1
-100111111101 competition-free 1
-100111111101 cash-bond 1
-100111111101 seventh-most-active 1
-100111111101 sporty-car 1
-100111111101 auto-resale 1
-100111111101 public-issue 1
-100111111101 non-controvertible 1
-100111111101 futures-type 1
-100111111101 securities-hedging 1
-100111111101 mechanical-seals 1
-100111111101 nonauto 1
-100111111101 valuation-related 1
-100111111101 international-airline 1
-100111111101 right-to-refuse-treatment 1
-100111111101 new-grad 1
-100111111101 non-benchmark 1
-100111111101 toy-block 1
-100111111101 quality-oriented 1
-100111111101 office-refurbishing 1
-100111111101 Portland-Seattle 1
-100111111101 sanitary-napkin 1
-100111111101 AI-specialty 1
-100111111101 assetbacked 1
-100111111101 refrigeration-substitutes 1
-100111111101 bankpowers 1
-100111111101 sex-magazine 1
-100111111101 100-million-year-old 1
-100111111101 health-records 1
-100111111101 agriculture-biotech 1
-100111111101 not-so-simple 1
-100111111101 clip-below 1
-100111111101 rental-store 1
-100111111101 Naral 1
-100111111101 then-overheated 1
-100111111101 management-experience 1
-100111111101 ELV 1
-100111111101 syndicated-credit 1
-100111111101 banking-services 1
-100111111101 string-piano 1
-100111111101 Denver-to-Dallas 1
-100111111101 currency-driven 1
-100111111101 tiny-television 1
-100111111101 long-rising 1
-100111111101 quality-debt 1
-100111111101 island-versus-mainland 1
-100111111101 longignored 1
-100111111101 pre-tax-change 1
-100111111101 Eurowarrants 1
-100111111101 sexual-discrimination 1
-100111111101 logic-chip 1
-100111111101 theme-driven 1
-100111111101 U.S.-London 1
-100111111101 business-microcomputing 1
-100111111101 movie-print 1
-100111111101 sixth-most-active 1
-100111111101 utility-vehicle 1
-100111111101 electric-generation 1
-100111111101 sub-sector 1
-100111111101 engineering-workstation 1
-100111111101 naming-rights 1
-100111111101 consumer-consultation 1
-100111111101 book-of-the-year 1
-100111111101 photoprocessing 1
-100111111101 no-rust 1
-100111111101 economy-motel 1
-100111111101 home-dish 1
-100111111101 contract-suspension 1
-100111111101 home-insulation 1
-100111111101 noncarbonated-water 1
-100111111101 home-gardening 1
-100111111101 taxable-municipal 1
-100111111101 contra-funding 1
-100111111101 dining-out 1
-100111111101 two-diaper 1
-100111111101 personalcomputer 1
-100111111101 middle-Tennesse 1
-100111111101 nuptial 1
-100111111101 truck-parts 1
-100111111101 movieprint 1
-100111111101 business-minicomputer 1
-100111111101 much-called-for 1
-100111111101 employment-opportunity 1
-100111111101 expensive-car 1
-100111111101 construction-machine 1
-100111111101 video-cartridge 1
-100111111101 used-aircraft 1
-100111111101 ton-plus 1
-100111111101 sleep-deprivation 1
-100111111101 most-withered 1
-100111111101 station-license 1
-100111111101 service-level 1
-100111111101 secret-society-related 1
-100111111101 regional-security 1
-100111111101 now-glutted 1
-100111111101 news-driven 1
-100111111101 bottled-beer 1
-100111111101 therapy-denial 1
-100111111101 serious-speaker 1
-100111111101 now-deflated 1
-100111111101 drug-availability 1
-100111111101 compact-audio-disk 1
-100111111101 telephone-deregulation 1
-100111111101 preserved-plant 1
-100111111101 ornamental-plant 1
-100111111101 lowest-coupon 1
-100111111101 water-filtration 1
-100111111101 subconstitutional 1
-100111111101 ultra-deluxe 1
-100111111101 ultility 1
-100111111101 2,003 1
-100111111101 grain-sales 1
-100111111101 welfare-policy 1
-100111111101 tradable-goods 1
-100111111101 corn-herbicide 1
-100111111101 soybean-herbicide 1
-100111111101 bearer-bond 1
-100111111101 1,394 1
-100111111101 bond-backed 1
-100111111101 import-fee 1
-100111111101 rabies-vaccine 1
-100111111101 casual-shoe 1
-100111111101 worst-ranked 1
-100111111101 environmental-safety 1
-100111111101 bank-led 1
-100111111101 registered-share 1
-100111111101 election-cycle 1
-100111111101 letter-of-credit-backed 1
-100111111101 color-TV-set 1
-100111111101 Taiwan-mainland 1
-100111111101 happy-face 1
-100111111101 juvenile-book 1
-100111111101 after-bourse 1
-100111111101 government-destabilized 1
-100111111101 used-equipment 1
-100111111101 no-circumvention 1
-100111111101 older-people 1
-100111111101 4,378 1
-100111111101 luxury-watch 1
-100111111101 still-emerging 1
-100111111101 retirement-living 1
-100111111101 military-personnel 1
-100111111101 educational-software 1
-100111111101 canned-soup 1
-100111111101 quasi-stock 1
-100111111101 high-rate-deposit 1
-100111111101 used-3X 1
-100111111101 crash-collapsed 1
-100111111101 international-capital 1
-100111111101 fallout-shelter 1
-100111111101 tile-coatings 1
-100111111101 parent/child 1
-100111111101 right-to-counsel 1
-100111111101 automobile-loan 1
-100111111101 synthetic-food 1
-100111111101 mechanical-calculator 1
-100111111101 sea-transport 1
-100111111101 giant-capital 1
-100111111101 dollar-warrant 1
-100111111101 electronic-printing 1
-100111111101 underground-transfer 1
-100111111101 air-rights 1
-100111111101 polyester-fiber 1
-100111111101 often-stuffy 1
-100111111101 multifamily-home 1
-100111111101 matching-funds 1
-100111111101 utilities-index 1
-100111111101 once-coveted 1
-100111111101 high-rewards 1
-100111111101 small-issues 1
-100111111101 taped-music 1
-100111111101 less-than-resounding 1
-100111111101 retail-music 1
-100111111101 low-conviction 1
-100111111101 contract-law 1
-100111111101 community-wide 1
-100111111101 4,698-issue 1
-100111111101 international-oriented 1
-100111111101 bank-supported 1
-100111111101 most-divisive 1
-100111111101 cooled-down 1
-100111111101 UTS/UNIX 1
-100111111101 nonbrand 1
-100111111101 utilization-review 1
-100111111101 cold-cereal 1
-100111111101 diet-related 1
-100111111101 flavor-oriented 1
-100111111101 rumor-fraught 1
-100111111101 city-pair 1
-100111111101 personal-desktop-publishing 1
-100111111101 gold-loan 1
-100111111101 data-gathering-and-massaging 1
-100111111101 cleated 1
-100111111101 still-sprawling 1
-100111111101 foreign-exhange 1
-100111111101 high-cap 1
-100111111101 compact-stereo-component 1
-100111111101 cashmarket 1
-100111111101 foreign-movie 1
-100111111101 retirement-home 1
-100111111101 health-record 1
-100111111101 end-of-school 1
-100111111101 black-consumer 1
-100111111101 4,346 1
-100111111101 forex 1
-100111111101 bar-soap 1
-100111111101 three-installment 1
-100111111101 color-television-set 1
-100111111101 retiree-health-benefit 1
-100111111101 coffeemaker 1
-100111111101 ng 1
-100111111101 tomato-paste 1
-100111111101 rail-signaling 1
-100111111101 lightly-traded 1
-100111111101 size-of-government 1
-100111111101 self-medicated 1
-100111111101 manufacturerset 1
-100111111101 diabetes-care 1
-100111111101 hair-relaxer 1
-100111111101 mainframe-computing 1
-100111111101 big-tube 1
-100111111101 ruble-exchange 1
-100111111101 Canada-U.S.-Mexico 1
-100111111101 tax-backed 1
-100111111101 drug-pricing 1
-100111111101 prepared-food 1
-100111111101 newissue 1
-100111111101 offshore-reinsurance 1
-100111111101 PEN/Hemingway 1
-100111111101 day-labor 1
-100111111101 drought-elevated 1
-100111111101 4,405 1
-100111111101 prison-site 1
-100111111101 4,402 1
-100111111101 diluge 1
-100111111101 inter-bank 1
-100111111101 ash-disposal 1
-100111111101 new-powers 1
-100111111101 medium-price 1
-100111111101 time-deposits 1
-100111111101 containership 1
-100111111101 best-funded 1
-100111111101 water-diversion 1
-100111111101 industrial-enzymes 1
-100111111101 military-simulator 1
-100111111101 still-camera 1
-100111111101 single-premium-life 1
-100111111101 yen-interest 1
-100111111101 dollar-interest 1
-100111111101 world-oil 2
-100111111101 bean-oil 2
-100111111101 initial-offering 2
-100111111101 commodity-swap 2
-100111111101 Eurodollar-deposit 2
-100111111101 credit-enhancement 2
-100111111101 cooking-appliance 2
-100111111101 used-computer 2
-100111111101 front-burner 2
-100111111101 tire-division 2
-100111111101 supermarket-chain 2
-100111111101 still-fragmented 2
-100111111101 single-dish 2
-100111111101 farm-commodity 2
-100111111101 luxury-housing 2
-100111111101 trash-hauling 2
-100111111101 freescrip 2
-100111111101 ballute 2
-100111111101 salted-nut 2
-100111111101 cat-food 2
-100111111101 hotel-industry 2
-100111111101 chip-supply 2
-100111111101 biotechnolgy 2
-100111111101 preference-share 2
-100111111101 straight-bond 2
-100111111101 noncontrolled 2
-100111111101 consumer-battery 2
-100111111101 hot-cereal 2
-100111111101 merger-driven 2
-100111111101 homemarket 2
-100111111101 bulk-fuels 3
-100111111101 heavy-freight 3
-100111111101 Pacific-route 3
-100111111101 silver-futures 3
-100111111101 best-received 3
-100111111101 fixedincome 3
-100111111101 mortgage-backed-securities 3
-100111111101 white-out 3
-100111111101 debt-futures 3
-100111111101 sovereign-debt 3
-100111111101 secondary-mortgage 3
-100111111101 conventional-mortgage 3
-100111111101 sun-screen 3
-100111111101 regional-airline 3
-100111111101 secondary-loan 3
-100111111101 outdoor-equipment 3
-100111111101 Sinking-Fund 4
-100111111101 1,053 4
-100111111101 crude-futures 4
-100111111101 post-stock 4
-100111111101 financial-asset 4
-100111111101 bulk-power 4
-100111111101 personal-loan 4
-100111111101 gas-futures 4
-100111111101 aerobic-shoe 4
-100111111101 hog-futures 4
-100111111101 pet-supplies 4
-100111111101 aviation-fuel 5
-100111111101 floating-rate-note 5
-100111111101 syndicated-loan 5
-100111111101 private-insurance 5
-100111111101 bond-index 6
-100111111101 collectible-car 6
-100111111101 Newark-Chicago 6
-100111111101 color-copier 6
-100111111101 yen-bond 7
-100111111101 free-exchange 7
-100111111101 long-bond 8
-100111111101 conventional-film 8
-100111111101 debt-securities 8
-100111111101 GIC 8
-100111111101 new-share 9
-100111111101 A-scale 9
-100111111101 refined-product 10
-100111111101 farm-land 11
-100111111101 foreign-bond 15
-100111111101 corporate-bond 17
-100111111101 straight-debt 20
-100111111101 bond-futures 20
-100111111101 new-issues 21
-100111111101 convertible-bond 22
-100111111101 CMO 24
-100111111101 flea 26
-100111111101 financial-futures 28
-100111111101 muni 30
-100111111101 commercial-paper 34
-100111111101 government-bond 36
-100111111101 government-securities 67
-100111111101 municipal-bond 113
-100111111101 gilt 148
-100111111101 new-issue 185
-100111111101 junk-bond 543
-100111111101 Eurobond 597
-100111111101 bull 960
-100111111101 bond 11005
-100111111101 secondary 1380
-1001111111100 flower-bulb 1
-1001111111100 102,333 1
-1001111111100 ivestment 1
-1001111111100 exemptive 1
-1001111111100 store-package 1
-1001111111100 snack-cake 1
-1001111111100 municipal-utility 1
-1001111111100 non-OTC 1
-1001111111100 exhaust-emission 1
-1001111111100 capital-import 1
-1001111111100 copper-contract 1
-1001111111100 high-competition 1
-1001111111100 electronic-technology 1
-1001111111100 two-machine 1
-1001111111100 chart-conscious 1
-1001111111100 antihistamine-decongestant 1
-1001111111100 unit/dollar 1
-1001111111100 market-gasoline 1
-1001111111100 noncapitalist 1
-1001111111100 foreign-share 1
-1001111111100 peripheral-products 1
-1001111111100 rate-dominated 1
-1001111111100 undercompetitive 1
-1001111111100 quasi-market 1
-1001111111100 oil-share 1
-1001111111100 pipeline-supply 1
-1001111111100 Ministry-stock 1
-1001111111100 after-holiday 1
-1001111111100 MITI-funded 1
-1001111111100 expenditure/GDP 1
-1001111111100 heavy-job 1
-1001111111100 48,775 1
-1001111111100 building-industry 1
-1001111111100 20-bond 1
-1001111111100 Frenetic 1
-1001111111100 inflation-fueled 1
-1001111111100 new-equipment 1
-1001111111100 options-arbitraging 1
-1001111111100 sports-art 1
-1001111111100 job-producing 1
-1001111111100 migrant-visa 1
-1001111111100 profit-enhancing 1
-1001111111100 cooking-gas 1
-1001111111100 still-outraged 1
-1001111111100 international-defense 1
-1001111111100 standard-form 1
-1001111111100 multiplane 1
-1001111111100 phone-exchange 1
-1001111111100 noise-detecting 1
-1001111111100 sales-restructuring 1
-1001111111100 breakfast-cereal 1
-1001111111100 polymer-products 1
-1001111111100 guaranteed-value 1
-1001111111100 in-the-kitchen 1
-1001111111100 individual-stock 1
-1001111111100 computer-stock 1
-1001111111100 chicken-breast 1
-1001111111100 coal-sales 1
-1001111111100 local-news 1
-1001111111100 beet-growing 1
-1001111111100 straight-down 1
-1001111111100 7,253 1
-1001111111100 sleep-and-wake 1
-1001111111100 farm-futures 1
-1001111111100 smallinvestor 1
-1001111111100 March-contract 2
-1001111111100 Tianguis 2
-1001111111100 hubcap 2
-1001111111100 post-theatrical 2
-1001111111100 mortgage-market 2
-1001111111100 1987-1991 2
-1001111111100 price-tag 2
-1001111111100 crude-oil-futures 2
-1001111111100 apparel-fabric 2
-1001111111100 ordinaries 2
-1001111111100 field-services 2
-1001111111100 forward-dollar 2
-1001111111100 back-month 2
-1001111111100 index-option 2
-1001111111100 grain-futures 3
-1001111111100 front-month 3
-1001111111100 stackers 3
-1001111111100 naturalists 3
-1001111111100 glycols 3
-1001111111100 crude-goods 3
-1001111111100 direct-market 3
-1001111111100 Hermanos 3
-1001111111100 forward-oil 4
-1001111111100 corn-futures 4
-1001111111100 frankfurter 4
-1001111111100 currency-futures 6
-1001111111100 government-regulated 6
-1001111111100 cattle-futures 7
-1001111111100 futures-contract 7
-1001111111100 commodity-futures 8
-1001111111100 wheat-futures 9
-1001111111100 yen-futures 10
-1001111111100 finished-goods 10
-1001111111100 stock-futures 11
-1001111111100 energy-futures 12
-1001111111100 stock-index-futures 13
-1001111111100 stock-options 13
-1001111111100 futures-prices 13
-1001111111100 soybean-futures 14
-1001111111100 green-coffee 16
-1001111111100 gas-purchase 16
-1001111111100 oil-futures 21
-1001111111100 precious-metal 23
-1001111111100 index-futures 23
-1001111111100 precious-metals 159
-1001111111100 belly 225
-1001111111100 bullion 335
-1001111111100 commodities 1130
-1001111111100 metals 1993
-1001111111100 futures 9813
-1001111111100 commodity 2083
-1001111111101 135.57 1
-1001111111101 130.62 1
-1001111111101 125.29 1
-1001111111101 133.03 1
-1001111111101 131.60 1
-1001111111101 131.52 1
-1001111111101 130.47 1
-1001111111101 129.72 1
-1001111111101 131.46 1
-1001111111101 1251.12 1
-1001111111101 125.46 1
-1001111111101 128.49 1
-1001111111101 126.87 1
-1001111111101 126.14 1
-1001111111101 126.86 1
-1001111111101 124.16 1
-1001111111101 122.72 1
-1001111111101 126.81 1
-1001111111101 124.31 1
-1001111111101 124.45 1
-1001111111101 124.74 1
-1001111111101 1311.45 1
-1001111111101 Sinkiang 1
-1001111111101 127.56 1
-1001111111101 126.63 1
-1001111111101 129.53 1
-1001111111101 125.33 1
-1001111111101 126.23 1
-1001111111101 132.59 1
-1001111111101 125.16 1
-1001111111101 127.32 1
-1001111111101 113.74 1
-1001111111101 126.51 1
-1001111111101 127.87 1
-1001111111101 127.44 1
-1001111111101 129.02 1
-1001111111101 Oman-all 1
-1001111111101 125.79 1
-1001111111101 128.84 1
-1001111111101 129.91 1
-1001111111101 112.88 1
-1001111111101 113.23 1
-1001111111101 130.12 1
-1001111111101 129.52 1
-1001111111101 131.13 1
-1001111111101 134.86 1
-1001111111101 130.08 1
-1001111111101 129.29 1
-1001111111101 131.43 1
-1001111111101 128.85 1
-1001111111101 125.42 1
-1001111111101 127.53 1
-1001111111101 126.06 1
-1001111111101 127.64 1
-1001111111101 126.52 1
-1001111111101 128.31 1
-1001111111101 125.91 1
-1001111111101 126.29 1
-1001111111101 129.68 1
-1001111111101 129.51 1
-1001111111101 131.03 1
-1001111111101 127.72 1
-1001111111101 128.72 1
-1001111111101 135.64 1
-1001111111101 135.91 1
-1001111111101 136.09 1
-1001111111101 134.92 1
-1001111111101 139.03 1
-1001111111101 138.51 1
-1001111111101 134.49 1
-1001111111101 139.28 1
-1001111111101 insurance-against 1
-1001111111101 132.91 1
-1001111111101 137.45 1
-1001111111101 136.56 1
-1001111111101 113.80 1
-1001111111101 113.43 1
-1001111111101 137.72 1
-1001111111101 137.43 1
-1001111111101 133.77 1
-1001111111101 137.33 1
-1001111111101 136.48 1
-1001111111101 135.88 1
-1001111111101 136.71 1
-1001111111101 1239.18 1
-1001111111101 136.49 1
-1001111111101 254-43-05 1
-1001111111101 134.16 1
-1001111111101 134.51 1
-1001111111101 134.67 1
-1001111111101 134.63 1
-1001111111101 137.96 1
-1001111111101 137.66 1
-1001111111101 1242.15 1
-1001111111101 133.89 1
-1001111111101 136.86 1
-1001111111101 130.76 1
-1001111111101 130.57 1
-1001111111101 137.84 1
-1001111111101 133.09 1
-1001111111101 126.71 1
-1001111111101 126.73 1
-1001111111101 131.42 1
-1001111111101 132.39 1
-1001111111101 800-424-3676 1
-1001111111101 137.90 1
-1001111111101 135.13 1
-1001111111101 138.68 1
-1001111111101 138.22 1
-1001111111101 kudohka 1
-1001111111101 139.22 1
-1001111111101 139.13 1
-1001111111101 warlocks 1
-1001111111101 135.24 1
-1001111111101 139.53 1
-1001111111101 137.27 1
-1001111111101 136.63 1
-1001111111101 139.58 1
-1001111111101 135.41 1
-1001111111101 135.73 1
-1001111111101 139.62 1
-1001111111101 137.34 1
-1001111111101 140.81 1
-1001111111101 136.24 1
-1001111111101 120.00 1
-1001111111101 119.04 1
-1001111111101 120.02 1
-1001111111101 119.22 1
-1001111111101 118.41 1
-1001111111101 118.53 1
-1001111111101 118.26 1
-1001111111101 114.51 1
-1001111111101 1-800-424-FORM 1
-1001111111101 115.26 1
-1001111111101 120.42 1
-1001111111101 119.76 1
-1001111111101 117.18 1
-1001111111101 130.19 1
-1001111111101 117.13 1
-1001111111101 212-587-1111 1
-1001111111101 115.06 1
-1001111111101 115.15 1
-1001111111101 115.63 1
-1001111111101 116.90 1
-1001111111101 117.71 1
-1001111111101 116.82 1
-1001111111101 114.61 1
-1001111111101 115.48 1
-1001111111101 115.44 1
-1001111111101 116.63 1
-1001111111101 116.22 1
-1001111111101 116.12 1
-1001111111101 116.79 1
-1001111111101 117.12 1
-1001111111101 114.95 1
-1001111111101 114.50 1
-1001111111101 113.79 1
-1001111111101 113.30 1
-1001111111101 secured-debt 1
-1001111111101 114.14 1
-1001111111101 113.61 1
-1001111111101 114.31 1
-1001111111101 115.59 1
-1001111111101 114.24 1
-1001111111101 114.98 1
-1001111111101 113.81 1
-1001111111101 114.55 1
-1001111111101 115.09 1
-1001111111101 816-926-0060 1
-1001111111101 122.10 1
-1001111111101 122.63 1
-1001111111101 124.13 1
-1001111111101 executory 1
-1001111111101 130.29 1
-1001111111101 121.14 1
-1001111111101 131.05 1
-1001111111101 120.62 1
-1001111111101 121.79 1
-1001111111101 123.08 1
-1001111111101 129.49 1
-1001111111101 122.15 1
-1001111111101 127.61 1
-1001111111101 124.81 1
-1001111111101 127.81 1
-1001111111101 127.51 1
-1001111111101 127.24 1
-1001111111101 123.72 1
-1001111111101 123.46 1
-1001111111101 123.32 1
-1001111111101 115.04 1
-1001111111101 114.23 1
-1001111111101 114.10 1
-1001111111101 1383.01 1
-1001111111101 131.40 1
-1001111111101 131.38 1
-1001111111101 130.72 1
-1001111111101 115.46 1
-1001111111101 113.96 1
-1001111111101 131.47 1
-1001111111101 115.27 1
-1001111111101 114.22 1
-1001111111101 115.81 1
-1001111111101 114.71 1
-1001111111101 116.08 1
-1001111111101 116.04 1
-1001111111101 115.56 1
-1001111111101 132.84 1
-1001111111101 132.47 1
-1001111111101 118.14 1
-1001111111101 119.39 1
-1001111111101 118.06 1
-1001111111101 118.09 1
-1001111111101 120.63 1
-1001111111101 120.43 1
-1001111111101 119.66 1
-1001111111101 121.39 1
-1001111111101 116.69 1
-1001111111101 117.64 1
-1001111111101 116.27 1
-1001111111101 126.04 1
-1001111111101 129.86 1
-1001111111101 128.16 1
-1001111111101 128.43 1
-1001111111101 126.11 1
-1001111111101 127.19 1
-1001111111101 126.93 1
-1001111111101 131.27 1
-1001111111101 127.59 1
-1001111111101 128.68 1
-1001111111101 130.87 1
-1001111111101 micro-instructions 1
-1001111111101 113.77 1
-1001111111101 113.07 1
-1001111111101 126.47 1
-1001111111101 132.33 1
-1001111111101 131.78 1
-1001111111101 134.14 1
-1001111111101 132.23 1
-1001111111101 133.79 1
-1001111111101 132.76 1
-1001111111101 1242.49 1
-1001111111101 112.85 1
-1001111111101 129.47 1
-1001111111101 130.20 1
-1001111111101 113.62 1
-1001111111101 113.70 1
-1001111111101 136.02 1
-1001111111101 1259.62 1
-1001111111101 128.71 1
-1001111111101 126.09 1
-1001111111101 133.70 1
-1001111111101 1-800-626-3333 1
-1001111111101 132.67 1
-1001111111101 135.44 1
-1001111111101 end-of-month 1
-1001111111101 135.32 1
-1001111111101 115.90 1
-1001111111101 114.16 1
-1001111111101 116.51 1
-1001111111101 115.79 1
-1001111111101 115.93 1
-1001111111101 112.90 1
-1001111111101 113.94 1
-1001111111101 115.14 1
-1001111111101 115.00 1
-1001111111101 115.49 1
-1001111111101 115.92 1
-1001111111101 115.85 1
-1001111111101 116.83 1
-1001111111101 114.15 1
-1001111111101 115.67 1
-1001111111101 115.05 1
-1001111111101 115.38 1
-1001111111101 116.01 1
-1001111111101 116.34 1
-1001111111101 128.21 1
-1001111111101 130.80 1
-1001111111101 128.91 1
-1001111111101 113.14 1
-1001111111101 128.18 1
-1001111111101 131.21 1
-1001111111101 1196.00 1
-1001111111101 115.61 1
-1001111111101 114.72 1
-1001111111101 114.46 1
-1001111111101 114.84 1
-1001111111101 115.69 1
-1001111111101 112.93 1
-1001111111101 Iranograms 1
-1001111111101 115.86 1
-1001111111101 134.26 1
-1001111111101 134.62 1
-1001111111101 1321.41 1
-1001111111101 3282.31 1
-1001111111101 129.99 1
-1001111111101 1324.07 1
-1001111111101 135.61 1
-1001111111101 1311.69 1
-1001111111101 136.15 1
-1001111111101 134.36 1
-1001111111101 301-955-7703 1
-1001111111101 129.67 1
-1001111111101 3302.47 1
-1001111111101 3271.65 1
-1001111111101 131.09 1
-1001111111101 134.21 1
-1001111111101 1329.20 1
-1001111111101 301-443-3504 1
-1001111111101 301-295-8012 1
-1001111111101 130.59 1
-1001111111101 134.48 1
-1001111111101 132.54 1
-1001111111101 shrimp-trawler 1
-1001111111101 132.02 1
-1001111111101 128.07 1
-1001111111101 131.34 1
-1001111111101 3283.08 1
-1001111111101 1306.00 1
-1001111111101 128.52 1
-1001111111101 3290.17 1
-1001111111101 3309.27 1
-1001111111101 128.51 1
-1001111111101 142.44 1
-1001111111101 139.82 1
-1001111111101 138.02 1
-1001111111101 136.96 1
-1001111111101 3288.04 1
-1001111111101 141.62 1
-1001111111101 138.52 1
-1001111111101 3273.85 1
-1001111111101 138.23 1
-1001111111101 134.19 1
-1001111111101 140.73 1
-1001111111101 3260.04 1
-1001111111101 upgraded-corporate 1
-1001111111101 129.39 1
-1001111111101 134.41 1
-1001111111101 132.82 1
-1001111111101 134.81 1
-1001111111101 131.91 1
-1001111111101 128.38 1
-1001111111101 113.72 1
-1001111111101 130.21 1
-1001111111101 3286.90 1
-1001111111101 136.68 1
-1001111111101 shortcake 1
-1001111111101 3301.17 1
-1001111111101 3345.70 1
-1001111111101 131.86 1
-1001111111101 128.99 1
-1001111111101 131.30 1
-1001111111101 129.85 1
-1001111111101 3294.90 1
-1001111111101 129.74 1
-1001111111101 3302.41 1
-1001111111101 3336.13 1
-1001111111101 127.31 1
-1001111111101 133.26 1
-1001111111101 130.28 1
-1001111111101 3337.61 1
-1001111111101 132.19 1
-1001111111101 135.02 1
-1001111111101 132.22 1
-1001111111101 3328.83 1
-1001111111101 127.21 1
-1001111111101 1265.00 1
-1001111111101 132.08 1
-1001111111101 131.71 1
-1001111111101 3317.72 1
-1001111111101 3330.03 1
-1001111111101 3323.47 1
-1001111111101 130.61 1
-1001111111101 1296.13 1
-1001111111101 129.44 1
-1001111111101 132.62 1
-1001111111101 129.59 1
-1001111111101 127.09 1
-1001111111101 slip-and-fall 1
-1001111111101 132.93 1
-1001111111101 129.24 1
-1001111111101 129.13 1
-1001111111101 135.17 1
-1001111111101 130.05 1
-1001111111101 3310.66 1
-1001111111101 129.83 1
-1001111111101 133.33 1
-1001111111101 129.16 1
-1001111111101 3309.98 1
-1001111111101 3335.28 1
-1001111111101 3330.80 1
-1001111111101 130.38 1
-1001111111101 134.91 1
-1001111111101 132.12 1
-1001111111101 130.53 1
-1001111111101 1312.55 1
-1001111111101 131.99 1
-1001111111101 127.76 1
-1001111111101 131.89 1
-1001111111101 3316.11 1
-1001111111101 129.37 1
-1001111111101 3398.84 1
-1001111111101 128.47 1
-1001111111101 128.28 1
-1001111111101 3334.96 1
-1001111111101 retyping 1
-1001111111101 130.88 1
-1001111111101 138.98 1
-1001111111101 Wasabelle 1
-1001111111101 135.36 1
-1001111111101 131.06 1
-1001111111101 3364.20 1
-1001111111101 128.13 1
-1001111111101 3302.78 1
-1001111111101 128.73 1
-1001111111101 3304.42 1
-1001111111101 134.61 1
-1001111111101 junkification 1
-1001111111101 132.32 1
-1001111111101 142.54 1
-1001111111101 136.84 1
-1001111111101 3302.17 1
-1001111111101 136.44 1
-1001111111101 141.91 1
-1001111111101 129.23 1
-1001111111101 135.67 1
-1001111111101 3303.44 1
-1001111111101 137.28 1
-1001111111101 3293.27 1
-1001111111101 130.92 1
-1001111111101 141.79 1
-1001111111101 137.19 1
-1001111111101 129.03 1
-1001111111101 3332.36 1
-1001111111101 202-566-3171 1
-1001111111101 141.93 1
-1001111111101 136.16 1
-1001111111101 136.32 1
-1001111111101 141.47 1
-1001111111101 136.82 1
-1001111111101 132.99 1
-1001111111101 3351.00 1
-1001111111101 135.52 1
-1001111111101 koala 1
-1001111111101 3373.79 1
-1001111111101 3376.52 1
-1001111111101 3321.95 1
-1001111111101 136.30 1
-1001111111101 1198.37 1
-1001111111101 135.01 1
-1001111111101 132.41 1
-1001111111101 3320.24 1
-1001111111101 136.12 1
-1001111111101 132.09 1
-1001111111101 3372.02 1
-1001111111101 128.12 1
-1001111111101 136.11 1
-1001111111101 3378.46 1
-1001111111101 electronic-transaction 1
-1001111111101 3322.41 1
-1001111111101 135.19 1
-1001111111101 131.59 1
-1001111111101 133.32 1
-1001111111101 3323.09 1
-1001111111101 3320.70 1
-1001111111101 129.31 1
-1001111111101 135.79 1
-1001111111101 134.42 1
-1001111111101 135.96 1
-1001111111101 139.77 1
-1001111111101 3290.64 1
-1001111111101 141.57 1
-1001111111101 133.76 1
-1001111111101 142.29 1
-1001111111101 137.63 1
-1001111111101 3305.07 1
-1001111111101 141.76 1
-1001111111101 138.79 1
-1001111111101 135.68 1
-1001111111101 129.04 1
-1001111111101 3287.17 1
-1001111111101 139.87 1
-1001111111101 141.52 1
-1001111111101 Solidarity-controlled 1
-1001111111101 133.12 1
-1001111111101 130.44 1
-1001111111101 3285.93 1
-1001111111101 140.89 1
-1001111111101 143.44 1
-1001111111101 3400.61 1
-1001111111101 142.12 1
-1001111111101 142.99 1
-1001111111101 3289.54 1
-1001111111101 144.54 1
-1001111111101 3290.19 1
-1001111111101 3285.65 1
-1001111111101 139.08 1
-1001111111101 133.91 1
-1001111111101 142.36 1
-1001111111101 140.79 1
-1001111111101 141.08 1
-1001111111101 137.56 1
-1001111111101 3287.63 1
-1001111111101 137.55 1
-1001111111101 3262.16 1
-1001111111101 135.99 1
-1001111111101 139.92 1
-1001111111101 130.58 2
-1001111111101 114.33 2
-1001111111101 134.32 2
-1001111111101 128.36 2
-1001111111101 recourses 2
-1001111111101 share-equivalents 2
-1001111111101 moderne 2
-1001111111101 115.45 2
-1001111111101 114.52 2
-1001111111101 131.26 2
-1001111111101 115.40 2
-1001111111101 134.94 2
-1001111111101 anti-fashion 2
-1001111111101 130.69 2
-1001111111101 128.10 2
-1001111111101 134.46 2
-1001111111101 129.94 2
-1001111111101 Karadjordje 2
-1001111111101 116.74 2
-1001111111101 128.39 2
-1001111111101 130.93 2
-1001111111101 129.26 2
-1001111111101 127.94 2
-1001111111101 130.78 2
-1001111111101 115.01 2
-1001111111101 113.59 2
-1001111111101 131.48 2
-1001111111101 115.98 2
-1001111111101 131.16 2
-1001111111101 128.58 2
-1001111111101 130.73 2
-1001111111101 129.56 2
-1001111111101 140.37 2
-1001111111101 133.97 2
-1001111111101 128.70 2
-1001111111101 130.68 2
-1001111111101 116.46 2
-1001111111101 129.78 2
-1001111111101 129.63 2
-1001111111101 129.21 2
-1001111111101 127.29 2
-1001111111101 lifeinsurance 2
-1001111111101 116.02 2
-1001111111101 133.02 2
-1001111111101 130.54 2
-1001111111101 134.18 2
-1001111111101 132.36 2
-1001111111101 136.01 2
-1001111111101 134.47 2
-1001111111101 128.03 2
-1001111111101 114.59 2
-1001111111101 137.10 2
-1001111111101 138.66 2
-1001111111101 138.78 2
-1001111111101 130.49 2
-1001111111101 134.04 2
-1001111111101 135.63 2
-1001111111101 135.39 2
-1001111111101 137.88 2
-1001111111101 hither 2
-1001111111101 117.60 2
-1001111111101 thioridazine 2
-1001111111101 137.09 2
-1001111111101 Scuds 2
-1001111111101 magnetometer 2
-1001111111101 134.74 2
-1001111111101 130.17 2
-1001111111101 129.45 2
-1001111111101 128.14 2
-1001111111101 130.85 2
-1001111111101 134.54 2
-1001111111101 129.66 2
-1001111111101 116.17 2
-1001111111101 116.38 2
-1001111111101 117.09 2
-1001111111101 129.17 2
-1001111111101 profit-skimming 2
-1001111111101 Cordley 2
-1001111111101 132.69 2
-1001111111101 127.97 2
-1001111111101 127.74 2
-1001111111101 135.04 2
-1001111111101 Congress-bashing 2
-1001111111101 131.96 2
-1001111111101 133.18 2
-1001111111101 131.82 2
-1001111111101 134.33 2
-1001111111101 134.84 2
-1001111111101 131.62 2
-1001111111101 132.28 2
-1001111111101 deceits 2
-1001111111101 133.01 2
-1001111111101 129.22 2
-1001111111101 119.58 2
-1001111111101 132.44 2
-1001111111101 128.29 2
-1001111111101 127.92 2
-1001111111101 128.56 2
-1001111111101 132.16 2
-1001111111101 126.69 2
-1001111111101 134.39 2
-1001111111101 merchandise-margin 2
-1001111111101 132.72 2
-1001111111101 128.92 2
-1001111111101 131.14 2
-1001111111101 heartbreaks 2
-1001111111101 131.33 2
-1001111111101 116.09 2
-1001111111101 132.71 2
-1001111111101 126.66 2
-1001111111101 127.96 2
-1001111111101 115.42 3
-1001111111101 128.48 3
-1001111111101 126.61 3
-1001111111101 115.41 3
-1001111111101 Fedvolks 3
-1001111111101 129.97 3
-1001111111101 116.14 3
-1001111111101 1207.12 3
-1001111111101 snappish 3
-1001111111101 130.46 3
-1001111111101 113.39 3
-1001111111101 132.96 3
-1001111111101 thrill-seeking 3
-1001111111101 131.32 3
-1001111111101 129.64 3
-1001111111101 129.90 3
-1001111111101 placemats 3
-1001111111101 futures-options 3
-1001111111101 129.48 3
-1001111111101 128.19 3
-1001111111101 129.46 3
-1001111111101 129.07 3
-1001111111101 129.34 3
-1001111111101 128.64 3
-1001111111101 127.62 3
-1001111111101 132.61 3
-1001111111101 132.29 3
-1001111111101 sash 3
-1001111111101 Tyvek 3
-1001111111101 131.68 3
-1001111111101 133.46 3
-1001111111101 1213.35 3
-1001111111101 136.31 3
-1001111111101 ill-housed 3
-1001111111101 135.29 3
-1001111111101 128.41 3
-1001111111101 glycerin 3
-1001111111101 weak-willed 3
-1001111111101 128.37 3
-1001111111101 131.84 3
-1001111111101 129.77 4
-1001111111101 bedspreads 4
-1001111111101 sororities 4
-1001111111101 130.36 4
-1001111111101 134.11 4
-1001111111101 134.44 4
-1001111111101 clerking 4
-1001111111101 100-to-1 4
-1001111111101 HEDI 4
-1001111111101 129.54 4
-1001111111101 postured 4
-1001111111101 132.88 4
-1001111111101 128.22 4
-1001111111101 115.84 4
-1001111111101 strivers 4
-1001111111101 markets. 4
-1001111111101 130.63 4
-1001111111101 brokerdealers 4
-1001111111101 appetizer 5
-1001111111101 outgo 5
-1001111111101 scalpels 5
-1001111111101 biologics 5
-1001111111101 orthodontics 5
-1001111111101 zingers 6
-1001111111101 thesaurus 6
-1001111111101 phosphates 6
-1001111111101 Lightness 6
-1001111111101 WRKO-AM 6
-1001111111101 Optica 6
-1001111111101 grooms 6
-1001111111101 Motrin 7
-1001111111101 SS-25s 8
-1001111111101 rutile 8
-1001111111101 roadwork 8
-1001111111101 crispy 9
-1001111111101 clearinghouses 10
-1001111111101 silks 10
-1001111111101 best-sellers 10
-1001111111101 Mastercard 11
-1001111111101 bequests 12
-1001111111101 consumerism 23
-1001111111101 MasterCards 25
-1001111111101 participations 33
-1001111111101 subcontracts 46
-1001111111101 collectibles 46
-1001111111101 antiques 58
-1001111111101 ammunition 309
-1001111111101 collateral 781
-1001111111101 arbitrage 1332
-1001111111101 warrants 1858
-1001111111101 options 5475
-1001111111101 overseas 2818
-1001111111110 esate 1
-1001111111110 grabber 1
-1001111111110 p-e 1
-1001111111110 world-events 1
-1001111111110 Laundromat 1
-1001111111110 under-recorded 1
-1001111111110 87-56 1
-1001111111110 estate. 1
-1001111111110 baddies 1
-1001111111110 Megadeaths 1
-1001111111110 bustiers 1
-1001111111110 Installer 1
-1001111111110 Southern-fried 1
-1001111111110 WOO 1
-1001111111110 Senesino 1
-1001111111110 tingly 1
-1001111111110 topsyturvy 1
-1001111111110 Proofing 1
-1001111111110 Saturnalia 1
-1001111111110 Antilles-registered 1
-1001111111110 angelicism 1
-1001111111110 asset-level 1
-1001111111110 new-era 1
-1001111111110 prolixity 1
-1001111111110 Krystle 1
-1001111111110 estate-investment 1
-1001111111110 estate-income 1
-1001111111110 Pomus 1
-1001111111110 advertisingwise 1
-1001111111110 Rescheduling 1
-1001111111110 anti-handgun 1
-1001111111110 Euro-handwringing 1
-1001111111110 edgier 1
-1001111111110 laserlike 1
-1001111111110 speed-shifting 1
-1001111111110 Power-Dow 1
-1001111111110 knee-slapping 1
-1001111111110 taxi-cab 1
-1001111111110 most-owned 1
-1001111111110 top-shelf 1
-1001111111110 orangy-pinks 1
-1001111111110 Sont 1
-1001111111110 sont 1
-1001111111110 de-Nazification 1
-1001111111110 non-bargains 1
-1001111111110 most-aggressive 1
-1001111111110 art-buyer 1
-1001111111110 Western-level 1
-1001111111110 plugger 1
-1001111111110 Japanese-European 1
-1001111111110 pixxax 1
-1001111111110 VIOLATED 1
-1001111111110 PROFESSOR 1
-1001111111110 Gossips 1
-1001111111110 antiyuppie 1
-1001111111110 Mahal-flavor 1
-1001111111110 rib-tickling 1
-1001111111110 dualisms 1
-1001111111110 estate-finance 1
-1001111111110 whipper-snapper 1
-1001111111110 Princeton-based 1
-1001111111110 estate-based 2
-1001111111110 Majal 2
-1001111111110 Boilerworks 2
-1001111111110 Aryans 2
-1001111111110 estate-secured 2
-1001111111110 problem. 2
-1001111111110 multipaks 2
-1001111111110 honest-to-goodness 2
-1001111111110 difficilior 2
-1001111111110 estate-rich 3
-1001111111110 visors 6
-1001111111110 estate-related 8
-1001111111110 Antilles-based 8
-1001111111110 Theorist 16
-1001111111110 Mahal 129
-1001111111110 estate 7130
-1001111111110 Antilles 180
-1001111111111 822-mile 1
-1001111111111 acrylic-resin 1
-1001111111111 ampitheater 1
-1001111111111 related-services 1
-1001111111111 D-series 1
-1001111111111 natural-resouces 1
-1001111111111 sportinggoods 1
-1001111111111 hand-knitting 1
-1001111111111 wastage. 1
-1001111111111 rotary-screw 1
-1001111111111 streamers. 1
-1001111111111 five-well 1
-1001111111111 donation-related 1
-1001111111111 WLII 1
-1001111111111 ba-nee-nees 1
-1001111111111 900-kilometer 1
-1001111111111 market-busting 1
-1001111111111 indigenously 1
-1001111111111 mini-hydro 1
-1001111111111 nonrenewable 1
-1001111111111 135-mile 1
-1001111111111 fibreoptic 1
-1001111111111 yang 1
-1001111111111 Reappraisals 1
-1001111111111 theater-operating 1
-1001111111111 hospital-bed 1
-1001111111111 urban-landscaping 1
-1001111111111 luxury-item 1
-1001111111111 ground-delivery 1
-1001111111111 Greenspans 1
-1001111111111 voice-transaction 1
-1001111111111 clinical-scale 1
-1001111111111 Oglivy 1
-1001111111111 pleurisy 1
-1001111111111 urban-redevelopment 1
-1001111111111 blood-plasma 1
-1001111111111 185,000-square-foot 1
-1001111111111 nitrogen-oxides 1
-1001111111111 608-mile 1
-1001111111111 gas-holding 1
-1001111111111 photographic-papers 1
-1001111111111 almuninum 1
-1001111111111 blood-collection 1
-1001111111111 agro-industries 1
-1001111111111 electronics-assembly 1
-1001111111111 industrial-supply 1
-1001111111111 synthetic-fuel 1
-1001111111111 concrete-encased 1
-1001111111111 44-cent-a-unit 1
-1001111111111 collection-agency 1
-1001111111111 TransAlaska 1
-1001111111111 two-Skoda 1
-1001111111111 multipolar 1
-1001111111111 harmony. 1
-1001111111111 new-prison 1
-1001111111111 wood-room 1
-1001111111111 Valley-like 1
-1001111111111 Suze 1
-1001111111111 amusements-machine 1
-1001111111111 error-checking 1
-1001111111111 brand-development 1
-1001111111111 latex-glove 1
-1001111111111 1,050-kilometer 1
-1001111111111 mining-services 1
-1001111111111 molls 1
-1001111111111 downsies 1
-1001111111111 Remand 1
-1001111111111 113,000-square-foot 1
-1001111111111 coastal-oil 1
-1001111111111 drug-packaging 1
-1001111111111 refining-and-marketing 1
-1001111111111 newhome 1
-1001111111111 investigative-services 1
-1001111111111 inland-marine 1
-1001111111111 cotton-candy 1
-1001111111111 uhs 1
-1001111111111 re-certify 1
-1001111111111 animal-byproducts 1
-1001111111111 mortgage-bond 1
-1001111111111 Dataspan 1
-1001111111111 metal-marketing 1
-1001111111111 systems-engineering 1
-1001111111111 diversified-foods 1
-1001111111111 import-competing 1
-1001111111111 membership-campground 1
-1001111111111 control-system 1
-1001111111111 student-loan-servicing 1
-1001111111111 forestry-products 1
-1001111111111 pharamaceutical 1
-1001111111111 Climatrol 1
-1001111111111 lowest-margin 1
-1001111111111 management-service 1
-1001111111111 chitin 1
-1001111111111 K-Tec 1
-1001111111111 KMEZ-AM 1
-1001111111111 seascapes 1
-1001111111111 new-airport 1
-1001111111111 incandescent-lamp 1
-1001111111111 mortgage- 1
-1001111111111 non-mortgaged 1
-1001111111111 cocooner 1
-1001111111111 gnarled-handed 1
-1001111111111 59-mile 1
-1001111111111 securitues 1
-1001111111111 timing-products 1
-1001111111111 new-oil 1
-1001111111111 electrical-contacts 1
-1001111111111 1,900-mile 1
-1001111111111 12,032 1
-1001111111111 phospholipids 1
-1001111111111 Dogpatch 1
-1001111111111 galvanized-metal 1
-1001111111111 all-ceramic 1
-1001111111111 gadulka 1
-1001111111111 worm-like 1
-1001111111111 sensitive-materials 1
-1001111111111 technology-consulting 1
-1001111111111 Pans 1
-1001111111111 U.S.-currency 1
-1001111111111 farm-operation 1
-1001111111111 farming-oriented 1
-1001111111111 Soundness 1
-1001111111111 Phoenix-missile 1
-1001111111111 fourth-string 1
-1001111111111 underregulated 1
-1001111111111 needle-borne 1
-1001111111111 275,000-square-foot 1
-1001111111111 disaster-rehabilitation 1
-1001111111111 equipage 1
-1001111111111 no-calorie 1
-1001111111111 aramid-fiber 1
-1001111111111 agriservice 1
-1001111111111 alternativefuels 1
-1001111111111 broadasting 1
-1001111111111 fiancees 1
-1001111111111 Usseri 1
-1001111111111 niobium-germanium 1
-1001111111111 KPL 1
-1001111111111 Tweedledee 1
-1001111111111 Canmar 1
-1001111111111 business-lending 1
-1001111111111 tank-wagon 1
-1001111111111 tank-car 1
-1001111111111 stinko 1
-1001111111111 still-centralized 1
-1001111111111 steel-equipment 1
-1001111111111 allergens 1
-1001111111111 mineral-fiber 1
-1001111111111 counterfilings 1
-1001111111111 new-housing 1
-1001111111111 rubber-product 1
-1001111111111 Scirrocos 1
-1001111111111 oil-andgas 1
-1001111111111 capital-lease 1
-1001111111111 foot-stamping 1
-1001111111111 over-mechanistic 1
-1001111111111 transmission-line 1
-1001111111111 advertising-related 1
-1001111111111 venture-investments 1
-1001111111111 industrial- 1
-1001111111111 KKOB-AM 1
-1001111111111 Butterfingers 1
-1001111111111 central-research 1
-1001111111111 lease-loss 1
-1001111111111 F150 1
-1001111111111 acetaminophen-based 1
-1001111111111 30-inch-diameter 1
-1001111111111 paid-access 1
-1001111111111 TINY 1
-1001111111111 344-mile 1
-1001111111111 extended-coverage 1
-1001111111111 four-well 1
-1001111111111 168,374-acre 1
-1001111111111 Tziganes 1
-1001111111111 -operated 1
-1001111111111 Detergents 1
-1001111111111 agricultural-engineering 1
-1001111111111 lawn-mowing 1
-1001111111111 single-row 1
-1001111111111 domestic-service 1
-1001111111111 book-keeping 1
-1001111111111 ground-equipment 1
-1001111111111 general-industry 1
-1001111111111 sea-grass 1
-1001111111111 mixed-concrete 1
-1001111111111 oil-and-mineral 1
-1001111111111 6,963 1
-1001111111111 radio-tags 1
-1001111111111 letter-press 1
-1001111111111 home-improvement-products 1
-1001111111111 giant-ship 1
-1001111111111 aircraft-hull 1
-1001111111111 Uhland 1
-1001111111111 natuiral-gas 1
-1001111111111 263-mile 1
-1001111111111 profit-intensive 1
-1001111111111 product-support 1
-1001111111111 Sensuality 1
-1001111111111 Dinettes 1
-1001111111111 metal-mining 1
-1001111111111 Seaswirl 1
-1001111111111 turquoises 1
-1001111111111 Gooseberries 1
-1001111111111 home-care-products 1
-1001111111111 Calligraphy 1
-1001111111111 19-mile 1
-1001111111111 electric-energy 1
-1001111111111 imaging-product 1
-1001111111111 steel-intensive 1
-1001111111111 financial-data-service 1
-1001111111111 electric-product 1
-1001111111111 engineering-materials 1
-1001111111111 residual-value 1
-1001111111111 TENONS 1
-1001111111111 Soviet-Bulgarian 1
-1001111111111 chemical-munitions 1
-1001111111111 quasi-state 1
-1001111111111 paging-systems 1
-1001111111111 end-of-Depression-era 1
-1001111111111 health-assessment 1
-1001111111111 125,000-barrel-a-day 1
-1001111111111 disease-carrying 1
-1001111111111 cussing 1
-1001111111111 explosives-detection 1
-1001111111111 barkless 1
-1001111111111 electric-tools 1
-1001111111111 falafel 1
-1001111111111 796-mile 1
-1001111111111 microwave-systems 1
-1001111111111 fastrising 1
-1001111111111 commodity-processing 1
-1001111111111 export-reliant 1
-1001111111111 nonspecialized 1
-1001111111111 fullpower 1
-1001111111111 over-the-wire 1
-1001111111111 resource-conserving 1
-1001111111111 Rothian 1
-1001111111111 millwork 1
-1001111111111 Narita-style 1
-1001111111111 12-foot-by-24-foot 1
-1001111111111 Melnor 1
-1001111111111 whiplike 1
-1001111111111 co-CEOs 1
-1001111111111 barite 1
-1001111111111 micro-electronics 1
-1001111111111 bulk-carrier 1
-1001111111111 gift-products 1
-1001111111111 nonconducting 1
-1001111111111 thalessemia 1
-1001111111111 embarassed 1
-1001111111111 volubility 1
-1001111111111 daybeds 1
-1001111111111 small-cigar 1
-1001111111111 takeovers. 1
-1001111111111 snow-laden 1
-1001111111111 a-Monthly 1
-1001111111111 well-thought-of 1
-1001111111111 foodservices 1
-1001111111111 photopolymer 1
-1001111111111 asymptotic 1
-1001111111111 reach-through 1
-1001111111111 Amee 1
-1001111111111 now-separate 1
-1001111111111 elevens 1
-1001111111111 uplink 1
-1001111111111 human-robot 1
-1001111111111 easy-to-turn 1
-1001111111111 SCRIVEN 1
-1001111111111 135,233 1
-1001111111111 300Z 1
-1001111111111 transportation-service 1
-1001111111111 distribution-related 1
-1001111111111 primary-metal 1
-1001111111111 Uranus. 1
-1001111111111 salt-products 1
-1001111111111 pelvises 1
-1001111111111 snow-plow 1
-1001111111111 motel-operating 1
-1001111111111 insurance-testing 1
-1001111111111 radio-pharmaceutical 1
-1001111111111 Colorado-winter-wheat 1
-1001111111111 17-foot-high 1
-1001111111111 navy-escorted 1
-1001111111111 car-dealership 1
-1001111111111 petroleum-catalyst 1
-1001111111111 273-mile 1
-1001111111111 shortage-enforced 1
-1001111111111 aerospace-products 1
-1001111111111 Granadas 1
-1001111111111 Waterton 1
-1001111111111 marketing/telemarketing 1
-1001111111111 opacity 1
-1001111111111 non-gas 1
-1001111111111 cutting-tools 1
-1001111111111 sales-order 1
-1001111111111 bone-deep 1
-1001111111111 gas-range 1
-1001111111111 science-education 1
-1001111111111 laboratory-supply 1
-1001111111111 rail-products 1
-1001111111111 wholsale-drug 1
-1001111111111 Sensibilia 1
-1001111111111 quadruple-team 1
-1001111111111 4X 1
-1001111111111 three-well 1
-1001111111111 surveillance-functions 1
-1001111111111 entertainment-programming 1
-1001111111111 non-menthol 1
-1001111111111 one-Adam-twelved 1
-1001111111111 security-check 1
-1001111111111 special-metals 1
-1001111111111 Cuban- 1
-1001111111111 ill-costumed 1
-1001111111111 network-building 1
-1001111111111 petroleumproducts 1
-1001111111111 nonstick 1
-1001111111111 boxed-beef-fabrication 1
-1001111111111 nowbankrupt 1
-1001111111111 V-6-equipped 1
-1001111111111 sawn-timber 1
-1001111111111 child-molesters 1
-1001111111111 settlement-expense 1
-1001111111111 wound-management 1
-1001111111111 Alberta-to-California 1
-1001111111111 paper-milling 1
-1001111111111 laser-sensitive 1
-1001111111111 grade-reduction 1
-1001111111111 beet-sugar 1
-1001111111111 nitrogen-bearing 1
-1001111111111 congesting 1
-1001111111111 pre-construction 1
-1001111111111 gas-centrifuge 1
-1001111111111 engineering-resins 1
-1001111111111 Misdemeanors 1
-1001111111111 commercial-scale 1
-1001111111111 instructions. 1
-1001111111111 skim-milk 1
-1001111111111 CYB 1
-1001111111111 bleat 1
-1001111111111 1,700-mile 1
-1001111111111 incorruptibility 1
-1001111111111 40MB 1
-1001111111111 WPIX-TV 1
-1001111111111 assessories 1
-1001111111111 container-board 1
-1001111111111 metal-management 1
-1001111111111 metal-based 1
-1001111111111 Astrup-Hoeyer 1
-1001111111111 photoconductor 1
-1001111111111 laurel-wreathed 1
-1001111111111 amusement-machine 1
-1001111111111 1,500-ton 1
-1001111111111 then-sluggish 1
-1001111111111 Soviet-advised 1
-1001111111111 minerals-projects 1
-1001111111111 newlyformed 1
-1001111111111 Syrian-Iraqi 1
-1001111111111 resort-management 1
-1001111111111 timber-dependent 1
-1001111111111 oil-transportation 1
-1001111111111 autoglass 1
-1001111111111 lawn- 1
-1001111111111 never-ceasing 1
-1001111111111 Defoe 1
-1001111111111 engine-timing 1
-1001111111111 responder 1
-1001111111111 wildlife-related 1
-1001111111111 computer-power-supply 1
-1001111111111 high-technology-services 1
-1001111111111 small-denomination 1
-1001111111111 Willys 1
-1001111111111 trans-Panama 1
-1001111111111 petroleum-fuel 1
-1001111111111 morning-tomidnight 1
-1001111111111 vehicle-transmission 1
-1001111111111 motion-video 1
-1001111111111 alcohol-drenched 1
-1001111111111 alternative-power 1
-1001111111111 bammed 1
-1001111111111 THWACKs 1
-1001111111111 too-hot 1
-1001111111111 residential-heating 1
-1001111111111 dateless 1
-1001111111111 newts 1
-1001111111111 real-estate-service 1
-1001111111111 dealer-services 1
-1001111111111 mass-faxing 1
-1001111111111 veneer-mill 1
-1001111111111 magnetic-resonance 1
-1001111111111 gold-processing 1
-1001111111111 124.90 1
-1001111111111 horse-steak 1
-1001111111111 Whiteland 1
-1001111111111 macadamias 1
-1001111111111 Jupiler 1
-1001111111111 50-pence 1
-1001111111111 oil-development 1
-1001111111111 274-mile 1
-1001111111111 trifecta 1
-1001111111111 5.5-mile 1
-1001111111111 little-practiced 1
-1001111111111 defense-analysis 1
-1001111111111 33-mile-long 1
-1001111111111 retransport 1
-1001111111111 semisubmersible 1
-1001111111111 television-bulb-glass 1
-1001111111111 flagpole-stiff 1
-1001111111111 900-mile 1
-1001111111111 brick-paved 1
-1001111111111 computer-research 1
-1001111111111 distrubition 1
-1001111111111 67-38931 1
-1001111111111 photovoltaic-film 1
-1001111111111 document-reproduction 1
-1001111111111 nitrogenoxide 1
-1001111111111 amusement-game 1
-1001111111111 long-chilled 1
-1001111111111 Warsaw-Chicago 1
-1001111111111 machine-formed 1
-1001111111111 modelling 1
-1001111111111 dental-fillings 1
-1001111111111 psychiatric-testing 1
-1001111111111 Delilah 1
-1001111111111 2megabyte 1
-1001111111111 specialty-rubber-product 1
-1001111111111 Islands-registered 2
-1001111111111 Eikonix 2
-1001111111111 sevice 2
-1001111111111 laboratory-services 2
-1001111111111 ferro-alloy 2
-1001111111111 ferroalloys 2
-1001111111111 life-span 2
-1001111111111 specialty-products 2
-1001111111111 business-park 2
-1001111111111 photographic-paper 2
-1001111111111 satellite-to-home 2
-1001111111111 architectural-services 2
-1001111111111 non-monogamous 2
-1001111111111 brand-building 2
-1001111111111 Circumstance 2
-1001111111111 LN-7 2
-1001111111111 mortgage-and-equity 2
-1001111111111 Islands-based 2
-1001111111111 nuclear-technology 2
-1001111111111 industrial-parts 2
-1001111111111 industrial-process 2
-1001111111111 transportation-products 2
-1001111111111 electricity-generation 2
-1001111111111 photovoltaic-panel 2
-1001111111111 truck-manufacturing 2
-1001111111111 industrial-capacity 2
-1001111111111 KCBS-TV 2
-1001111111111 perinatal 2
-1001111111111 Showak 2
-1001111111111 Overburdened 2
-1001111111111 third-base 2
-1001111111111 geothermal-energy 2
-1001111111111 Myths 2
-1001111111111 wine-and-spirits 2
-1001111111111 commercial-vehicles 2
-1001111111111 anti-oxidant 2
-1001111111111 industrial-product 2
-1001111111111 parttime 2
-1001111111111 joint-life 2
-1001111111111 Justification 2
-1001111111111 constuction 2
-1001111111111 home-fashions 2
-1001111111111 shirt-making 2
-1001111111111 investible 2
-1001111111111 retsina 2
-1001111111111 platinum-mining 2
-1001111111111 better-supervision 2
-1001111111111 redrilling 2
-1001111111111 telecommunications-products 2
-1001111111111 tenth-ounce 2
-1001111111111 low-net-worth 2
-1001111111111 non-underwritten 2
-1001111111111 WYLD-AM 2
-1001111111111 cruise-line 2
-1001111111111 stop-action 2
-1001111111111 Vitabath 2
-1001111111111 couscous 2
-1001111111111 gas-development 2
-1001111111111 lawn-equipment 2
-1001111111111 financial-data 2
-1001111111111 cash-and-equity 2
-1001111111111 radiographic 2
-1001111111111 estrangements 2
-1001111111111 truck-building 2
-1001111111111 gas-plant 2
-1001111111111 Feasting 2
-1001111111111 federally-funded 2
-1001111111111 resale-price 2
-1001111111111 aluminum-related 2
-1001111111111 Bio-T 2
-1001111111111 expediently 2
-1001111111111 leisure-activities 2
-1001111111111 Beit 2
-1001111111111 television-program 2
-1001111111111 WFLZ-FM 2
-1001111111111 mineral-resource 2
-1001111111111 Goffriller 2
-1001111111111 Sunnah 2
-1001111111111 Atlanta-Tokyo 2
-1001111111111 TV-program 3
-1001111111111 latrine 3
-1001111111111 Benedick 3
-1001111111111 Quebec-Telephone 3
-1001111111111 682-mile 3
-1001111111111 light-wave 3
-1001111111111 industrial-park 3
-1001111111111 out-patient 3
-1001111111111 kneading 3
-1001111111111 synthetic-fiber 3
-1001111111111 lighting-fixture 3
-1001111111111 Storyteller 3
-1001111111111 over-medicate 3
-1001111111111 naturalgas 3
-1001111111111 textile-related 3
-1001111111111 Kahlua 3
-1001111111111 locksmith 3
-1001111111111 tire-recapping 3
-1001111111111 consumer-services 3
-1001111111111 blackberry 3
-1001111111111 cubed 3
-1001111111111 racing-parts 3
-1001111111111 television-audience 3
-1001111111111 loan-related 3
-1001111111111 non-art 3
-1001111111111 localizing 3
-1001111111111 telephone-call 3
-1001111111111 water-damaged 3
-1001111111111 euchre 3
-1001111111111 flight-simulator 3
-1001111111111 parking-garage 3
-1001111111111 hawed 3
-1001111111111 Volvo/GMC 3
-1001111111111 steel-fabrication 3
-1001111111111 wholesale-drug 3
-1001111111111 Deweyism 4
-1001111111111 wheel-making 4
-1001111111111 data/voice 4
-1001111111111 precision-materials 4
-1001111111111 re-issued 4
-1001111111111 Bushmills 4
-1001111111111 business-service 4
-1001111111111 trans-Alaska 4
-1001111111111 steam-turbine 4
-1001111111111 wood-processing 4
-1001111111111 hydration 4
-1001111111111 Miquelon 4
-1001111111111 Lancers 4
-1001111111111 flexographic 5
-1001111111111 coal-slurry 5
-1001111111111 little-cigar 5
-1001111111111 30-inch 5
-1001111111111 Frigid 5
-1001111111111 diming 5
-1001111111111 Trans-Panama 5
-1001111111111 gas-related 5
-1001111111111 subsea 5
-1001111111111 gas-producing 6
-1001111111111 laude 6
-1001111111111 sheet-fed 6
-1001111111111 resource-development 6
-1001111111111 semi-submersible 6
-1001111111111 fixed-charge 7
-1001111111111 phosphorus 7
-1001111111111 Widuri 7
-1001111111111 packaged-foods 7
-1001111111111 nonbuilding 7
-1001111111111 gas-transmission 7
-1001111111111 casualty-insurance 7
-1001111111111 Error 8
-1001111111111 Samaria 8
-1001111111111 Berettas 8
-1001111111111 flavoring 9
-1001111111111 bitumen 9
-1001111111111 Scapa 9
-1001111111111 Cain-Sloan 9
-1001111111111 airway 9
-1001111111111 computer-integrated 12
-1001111111111 diamond-mining 12
-1001111111111 railcar 14
-1001111111111 ivy 16
-1001111111111 slurry 17
-1001111111111 coral 18
-1001111111111 cracker 20
-1001111111111 non-building 20
-1001111111111 Remembrance 25
-1001111111111 Oster 27
-1001111111111 Stripes 29
-1001111111111 personal-service 31
-1001111111111 condensate 40
-1001111111111 Ends 45
-1001111111111 Topaz 48
-1001111111111 distilled 57
-1001111111111 Sable 136
-1001111111111 mineral 316
-1001111111111 resource 352
-1001111111111 casualty 373
-1001111111111 natural-gas 406
-1001111111111 gas 7770
-1001111111111 pill 856
-1010000000 25974.96 1
-1010000000 rate-rise 1
-1010000000 OPEC-wide 1
-1010000000 payout-ratios 1
-1010000000 investigationsof 1
-1010000000 PROVISION 2
-1010000000 EDGE 2
-1010000000 FOCUS 2
-1010000000 1,955,000 2
-1010000000 affadavit 2
-1010000000 leopards 2
-1010000000 3,120 4
-1010000000 upsurge 63
-1010000000 uptick 69
-1010000000 increase 20854
-1010000000 overhaul 773
-1010000001 Rheingau 1
-1010000001 Mussulmen 1
-1010000001 Stay-On-Tab 1
-1010000001 break-off 1
-1010000001 electrooptics 1
-1010000001 Warburgs 1
-1010000001 117th 1
-1010000001 Westernizers 1
-1010000001 Elizabethans 1
-1010000001 3,097,173 1
-1010000001 Penitent 1
-1010000001 Pushtuns 1
-1010000001 passthroughs 1
-1010000001 Hellespont 1
-1010000001 155th-largest 1
-1010000001 gremlin 1
-1010000001 near-halt 1
-1010000001 Yalie 1
-1010000001 Sandinists 1
-1010000001 commpany 1
-1010000001 boo-boos 1
-1010000001 coryphees 1
-1010000001 Druids 1
-1010000001 hackbox 1
-1010000001 potter-partner 1
-1010000001 equity-raising 1
-1010000001 under-25,000 1
-1010000001 urgencies 1
-1010000001 766,361 1
-1010000001 top-rankers 1
-1010000001 Marschallin 1
-1010000001 beef-packer 1
-1010000001 Antipodes 1
-1010000001 flea-flicker 1
-1010000001 Unassailable 1
-1010000001 divertissement 1
-1010000001 salesrooms 1
-1010000001 -a 1
-1010000001 longest-ever 1
-1010000001 dum-dums 1
-1010000001 consternations 1
-1010000001 Helmses 1
-1010000001 Washingtonian/Baltimore 1
-1010000001 pickpocket 1
-1010000001 pseudo-history 1
-1010000001 Narragansetts 1
-1010000001 Rostovs 1
-1010000001 cost-efficiencies 1
-1010000001 calmest 1
-1010000001 nevetheless 1
-1010000001 hot-tickets 1
-1010000001 UFCWU 1
-1010000001 quarter-finalists 1
-1010000001 chainsmoker 1
-1010000001 imperishables 1
-1010000001 Chieftains 1
-1010000001 unsteadiness 1
-1010000001 viewer/listener/reader 1
-1010000001 post-fluency 1
-1010000001 29th-largest 1
-1010000001 near-freeze 1
-1010000001 Newsweekly 1
-1010000001 plasmodium 1
-1010000001 deterioriation 1
-1010000001 d-Stck. 1
-1010000001 Pueblos 1
-1010000001 Mozarteum 1
-1010000001 F-word 1
-1010000001 pork-dove 1
-1010000001 doom-mongering 1
-1010000001 faries 1
-1010000001 non-job 1
-1010000001 croupier-in-training 1
-1010000001 Gantlet 1
-1010000001 third-fastest 1
-1010000001 straightest-arrows 1
-1010000001 leaseholder 1
-1010000001 Budespot 1
-1010000001 Newport-Inglewood 1
-1010000001 drop-offs 2
-1010000001 biathlete 2
-1010000001 downslide 2
-1010000001 flexiblity 2
-1010000001 convocation 2
-1010000001 mote 2
-1010000001 neutralists 2
-1010000001 hawkishness 2
-1010000001 easiness 3
-1010000001 rescreen 3
-1010000001 Liquors 3
-1010000001 hobbyhorse 3
-1010000001 Kunstmuseum 3
-1010000001 backslide 4
-1010000001 jinx 5
-1010000001 leveling-off 8
-1010000001 twinkle 9
-1010000001 washout 9
-1010000001 dropoff 13
-1010000001 homer 17
-1010000001 fall-off 17
-1010000001 falloff 45
-1010000001 runup 50
-1010000001 drop-off 54
-1010000001 spike 56
-1010000001 weighting 88
-1010000001 dip 190
-1010000001 spurt 192
-1010000001 tumble 277
-1010000001 leap 278
-1010000001 run-up 284
-1010000001 retreat 563
-1010000001 decrease 677
-1010000001 rebound 1219
-1010000001 slide 1246
-1010000001 plunge 1450
-1010000001 jump 1618
-1010000001 surge 2227
-1010000001 decline 9171
-1010000001 rise 11039
-1010000001 drop 7484
-1010000010 constriction 1
-1010000010 sagesse 1
-1010000010 persecutor 1
-1010000010 9-foot-3 1
-1010000010 dabblings 1
-1010000010 poulterer 1
-1010000010 -jump 1
-1010000010 cerium 1
-1010000010 occupancy. 1
-1010000010 32-10/32 1
-1010000010 secuestros 1
-1010000010 -occupied 1
-1010000010 churches-turned-nightclubs 1
-1010000010 bardship 1
-1010000010 workshare 1
-1010000010 sequencer 1
-1010000010 TV-watch 1
-1010000010 shareholdership 1
-1010000010 passer-runner 1
-1010000010 -margin 1
-1010000010 sleuthed 1
-1010000010 contempories 1
-1010000010 KYSP-FM 1
-1010000010 counterlogic 1
-1010000010 waterflood 1
-1010000010 owner-employers 1
-1010000010 smokehouse 1
-1010000010 WYSP-FM 1
-1010000010 Astrakan 1
-1010000010 bicentenntial 1
-1010000010 cost-structuring 1
-1010000010 tuberoses 1
-1010000010 pre-leased 1
-1010000010 decider 1
-1010000010 intererst 1
-1010000010 over-caution 1
-1010000010 inclinitions 1
-1010000010 KLAT 1
-1010000010 high-seriousness 1
-1010000010 -state 1
-1010000010 incrrease 1
-1010000010 one-reelers 1
-1010000010 man-at-the-grill 1
-1010000010 REDUCTION 1
-1010000010 Golightly 1
-1010000010 Chinese-run 1
-1010000010 KCCI 1
-1010000010 fromMay 1
-1010000010 pre-eminance 1
-1010000010 involvment 1
-1010000010 puppet-government 1
-1010000010 -debt 1
-1010000010 hoarseness 1
-1010000010 furthet 1
-1010000010 tippets 1
-1010000010 auto-oriented 1
-1010000010 addresss 1
-1010000010 Week-e 1
-1010000010 moneybags 1
-1010000010 shrinkages 1
-1010000010 Casino-Hotel 1
-1010000010 Westword 1
-1010000010 thrusters 1
-1010000010 overfulfilled 1
-1010000010 Felson 2
-1010000010 Steakhouse 2
-1010000010 Barracks 2
-1010000010 recliners 2
-1010000010 rowboat 2
-1010000010 -leased 2
-1010000010 -off 3
-1010000010 -deductible 4
-1010000010 -invested 4
-1010000010 -stake 5
-1010000010 half-stake 6
-1010000010 > 7
-1010000010 -owner 24
-1010000010 half-interest 42
-1010000010 stake 15501
-1010000010 inception 114
-1010000011 inflation-wise 1
-1010000011 non-happenings 1
-1010000011 quadrille 1
-1010000011 physician-scientists 1
-1010000011 kick-ins 1
-1010000011 --party 1
-1010000011 cytopathologist 1
-1010000011 haunter 1
-1010000011 musketeers 1
-1010000011 8080 1
-1010000011 techno-babble 1
-1010000011 bordellos 1
-1010000011 three-rigger 1
-1010000011 principle-- 1
-1010000011 witnessess 1
-1010000011 laugh-getter 1
-1010000011 fellow-workers 1
-1010000011 tone-decoder 1
-1010000011 Pegnitz 1
-1010000011 rationalizer 1
-1010000011 Reagan-basher 1
-1010000011 stituation 1
-1010000011 netorks 1
-1010000011 insurance-sponsored 1
-1010000011 Cussing 1
-1010000011 bombardier-navigator 1
-1010000011 sub-categories 1
-1010000011 hirer 1
-1010000011 socializers 1
-1010000011 4-year-olds 1
-1010000011 20-ton 1
-1010000011 pt 1
-1010000011 buzzed-about 1
-1010000011 estragole 1
-1010000011 technonerds 1
-1010000011 treaty-scoffer 1
-1010000011 brown-steel 1
-1010000011 misquotations 1
-1010000011 neuropsychological 1
-1010000011 multiprocessing 1
-1010000011 pace. 1
-1010000011 14-foot-tall 1
-1010000011 competitition 1
-1010000011 lamenter 1
-1010000011 disseminators 1
-1010000011 panflutist 1
-1010000011 discrepency 1
-1010000011 antibody-making 1
-1010000011 Taucher 1
-1010000011 dollar-sellers 1
-1010000011 .81 1
-1010000011 gamesmen 1
-1010000011 colorizer 1
-1010000011 cross-promotion 1
-1010000011 adulteration 1
-1010000011 complicitous 1
-1010000011 enshrinement 2
-1010000011 undervaluations 2
-1010000011 limits. 2
-1010000011 bracero 2
-1010000011 epochs 2
-1010000011 head-to-toe 2
-1010000011 sinkholes 2
-1010000011 procurer 2
-1010000011 ratemakers 2
-1010000011 kevlar 2
-1010000011 colorist 2
-1010000011 handover 2
-1010000011 consul-general 2
-1010000011 tickertape 2
-1010000011 bearskin 2
-1010000011 Swasy 2
-1010000011 advancer 2
-1010000011 margarita 2
-1010000011 presser 2
-1010000011 money-raiser 2
-1010000011 man-of-war 2
-1010000011 insurrections 2
-1010000011 canonization 2
-1010000011 southerner 3
-1010000011 KCSB-FM 3
-1010000011 clone-maker 3
-1010000011 courtmartial 3
-1010000011 squiggle 3
-1010000011 sturdiness 3
-1010000011 fearmonger 3
-1010000011 near-failure 3
-1010000011 wraith 4
-1010000011 headstart 4
-1010000011 detachments 4
-1010000011 tsunami 4
-1010000011 chink 6
-1010000011 step-up 6
-1010000011 strategem 6
-1010000011 turnip 6
-1010000011 Hypocrisy 7
-1010000011 reacceleration 7
-1010000011 healer 7
-1010000011 dossier 8
-1010000011 speed-up 8
-1010000011 presences 9
-1010000011 cog 11
-1010000011 sojourn 15
-1010000011 tempest 21
-1010000011 drawdown 22
-1010000011 determinant 24
-1010000011 thorn 28
-1010000011 quirk 30
-1010000011 beachhead 33
-1010000011 toehold 35
-1010000011 build-up 41
-1010000011 mover 43
-1010000011 plank 46
-1010000011 pick-up 46
-1010000011 bulge 55
-1010000011 believer 72
-1010000011 rollback 74
-1010000011 doctorate 93
-1010000011 shareholding 120
-1010000011 flaw 146
-1010000011 foothold 190
-1010000011 ingredient 231
-1010000011 participant 263
-1010000011 component 413
-1010000011 buildup 521
-1010000011 pickup 546
-1010000011 element 609
-1010000011 player 1193
-1010000011 involvement 1217
-1010000011 presence 1668
-1010000011 reduction 2739
-1010000011 role 5866
-1010000011 factor 3044
-101000010 Rantoul 1
-101000010 nine-inch-wide 1
-101000010 wild-tulipo-trend 1
-101000010 coulibiac 1
-101000010 Mockingbird 1
-101000010 peerage 1
-101000010 Malvolio 1
-101000010 gelding 1
-101000010 souvenir. 1
-101000010 dishcloth 1
-101000010 milkmaid 1
-101000010 non-Contadora 1
-101000010 greenish-gray 1
-101000010 900-seat 1
-101000010 gotterdammerung 1
-101000010 D-minus 1
-101000010 Georgetown-St 1
-101000010 crack-up 1
-101000010 needler 1
-101000010 billion-eight 1
-101000010 ranchhand 1
-101000010 Fridley 1
-101000010 punkette 1
-101000010 column-inch 1
-101000010 rip-snorting 1
-101000010 non-system 1
-101000010 hanky-wringer 1
-101000010 cummerbund 1
-101000010 military-imposed 1
-101000010 Saugerties 1
-101000010 furore 1
-101000010 lovo 1
-101000010 last-play 1
-101000010 47-yarder 1
-101000010 pah-ty 1
-101000010 herbarium 1
-101000010 113-liter 1
-101000010 Guymon 1
-101000010 fructo-oligosaccharide 1
-101000010 mail-drop 1
-101000010 trifler 1
-101000010 self-assigned 1
-101000010 non-response 1
-101000010 Booneville 1
-101000010 mid-match 1
-101000010 Rennewick 1
-101000010 four-store 1
-101000010 one-bodied 1
-101000010 blackmailer 1
-101000010 wimper 1
-101000010 22-21 1
-101000010 JT8D-217A 1
-101000010 third. 1
-101000010 handstand 1
-101000010 gale-driven 1
-101000010 novena 1
-101000010 mini-ranch 1
-101000010 westerner 1
-101000010 hairnet 1
-101000010 showstopper 1
-101000010 workpiece 1
-101000010 job-producer 1
-101000010 747F 1
-101000010 chance. 1
-101000010 video-equipment 1
-101000010 Saline. 1
-101000010 dropper 1
-101000010 30second 1
-101000010 pseudo-informality 1
-101000010 semicrisis 1
-101000010 croak 1
-101000010 Nazi-Fascist 1
-101000010 foxtrot 1
-101000010 payer-of-last-resort 1
-101000010 stickhorse 1
-101000010 oneshare 1
-101000010 waste-cutter 1
-101000010 440-foot 1
-101000010 mission-oriented 1
-101000010 trainee-broker 1
-101000010 non-protester 1
-101000010 19-year-veteran 1
-101000010 music-hall 1
-101000010 damned-if-he-knew 1
-101000010 22,800-kilowatt 1
-101000010 four-win 1
-101000010 caminhada 1
-101000010 homebody 1
-101000010 Western-cut 1
-101000010 jocund 1
-101000010 non-Jew 1
-101000010 de-testimonial 1
-101000010 confrontationist 1
-101000010 more-youthful 1
-101000010 5.9-liter 1
-101000010 monstre 1
-101000010 down-trend 1
-101000010 rangefinder 1
-101000010 detraction 1
-101000010 quinella 1
-101000010 Sov 1
-101000010 TBTF 1
-101000010 clef 1
-101000010 nine-year-low 1
-101000010 bubble-bursting 1
-101000010 Hastingson-Hudson 1
-101000010 wineglass 1
-101000010 playlet 1
-101000010 Quarryville 1
-101000010 refrigerator-freezer 1
-101000010 one-afternoon 1
-101000010 HomeSpa 1
-101000010 portico 1
-101000010 Hollidaysburg 1
-101000010 quasi-cigarette 1
-101000010 flyway 1
-101000010 cashpoor 1
-101000010 crampon 1
-101000010 rara 1
-101000010 bomb-store 1
-101000010 speak-easy 1
-101000010 Dalmatiner 1
-101000010 halftruth 1
-101000010 direction. 1
-101000010 heavy-breather 1
-101000010 Blacklick 1
-101000010 novel. 1
-101000010 put-off 1
-101000010 near-fiasco 1
-101000010 28-megawatt 1
-101000010 bayonnet 1
-101000010 headwind 1
-101000010 Casselton 1
-101000010 Bromyard 1
-101000010 900-austral 1
-101000010 Euro-bank 1
-101000010 wimple 1
-101000010 townful 1
-101000010 lawnful 1
-101000010 dishevelled-looking 1
-101000010 14-footer 1
-101000010 clone-killer 1
-101000010 non-obese 1
-101000010 garrison-state 1
-101000010 bailout. 1
-101000010 six-attorney 1
-101000010 hurry. 1
-101000010 nonbanker 1
-101000010 fast-disbursing 1
-101000010 Countryside 1
-101000010 bumblebee 1
-101000010 Tilsonburg 1
-101000010 miner. 1
-101000010 rotisserie 1
-101000010 safecracker 1
-101000010 dingo 1
-101000010 gray-templed 1
-101000010 gigabyte 1
-101000010 Necrophiliac 1
-101000010 mistakeover 1
-101000010 house-foundation 1
-101000010 half-quote 1
-101000010 SAL. 1
-101000010 self-deceiver 1
-101000010 Matchmate 1
-101000010 Valise 1
-101000010 52,000-square-foot 1
-101000010 Rockwall 1
-101000010 frame-up 1
-101000010 ballotbox 1
-101000010 spitoon 1
-101000010 plagiarist 1
-101000010 zebu 1
-101000010 quack-up 1
-101000010 schlockmeister 1
-101000010 biter 1
-101000010 much-weakened 1
-101000010 discussion. 1
-101000010 cupcake 1
-101000010 swish 1
-101000010 passkey 1
-101000010 co-nominee 1
-101000010 280,000-member 1
-101000010 cash-conscious 1
-101000010 near-fanatic 1
-101000010 djab 1
-101000010 switch-hitter 1
-101000010 third-to-home 1
-101000010 taxcutter 1
-101000010 dealbreaker 1
-101000010 fish-finder 1
-101000010 23-pounder 1
-101000010 1966-style 1
-101000010 widely-recognized 1
-101000010 Concordville 1
-101000010 biochip 1
-101000010 curie 1
-101000010 single-brand 1
-101000010 demurrer 1
-101000010 made-in-Paris 1
-101000010 takeover-evidence 1
-101000010 carbon-dioxide-charged 1
-101000010 road-hugging 1
-101000010 blackfly 1
-101000010 l-l-l-l-liberal 1
-101000010 purple-body 1
-101000010 green-head 1
-101000010 '90s-style 1
-101000010 plowhorse 1
-101000010 Yunozawa 1
-101000010 Poughquag 1
-101000010 heads-you-win 1
-101000010 supranationalism 1
-101000010 stone-free 1
-101000010 1040-C 1
-101000010 paper-shuffler 1
-101000010 105-point 1
-101000010 globby 1
-101000010 34-foot-long 1
-101000010 Gustine 1
-101000010 dwarf. 1
-101000010 cabinet-government 1
-101000010 no-carbohydrates 1
-101000010 psephologist 1
-101000010 164-seat 1
-101000010 lien-to 1
-101000010 Willmar 1
-101000010 marmoset 1
-101000010 capuccino 1
-101000010 four-passenger 1
-101000010 Gold-Trimmed 1
-101000010 43-footer 1
-101000010 two-pack 1
-101000010 stratocracy 1
-101000010 Chickamauga 1
-101000010 demi-studio 1
-101000010 quasi-businessman 1
-101000010 contingency-measure 1
-101000010 super-symbol 1
-101000010 Cogdon 1
-101000010 smashup 1
-101000010 Bio-Bibliography 1
-101000010 shorter-fuselage 1
-101000010 rancher-guide 1
-101000010 Hartsdale 1
-101000010 91-unit 1
-101000010 Painesville 1
-101000010 non-politician 1
-101000010 shiny-red 1
-101000010 25-man 1
-101000010 Glance 1
-101000010 Belmar 1
-101000010 10-ppm 1
-101000010 pre-conception 1
-101000010 decade. 1
-101000010 doc-in-a-box 1
-101000010 transsexual 1
-101000010 yards-long 1
-101000010 kanji 1
-101000010 fare-thee-well 1
-101000010 Coleville 1
-101000010 son. 1
-101000010 half-sibling 1
-101000010 Wrentham 1
-101000010 proctologist 1
-101000010 football. 1
-101000010 premillennialist 1
-101000010 32-story 1
-101000010 rose-red 1
-101000010 paraphase 1
-101000010 geohydrologist 1
-101000010 kidder 1
-101000010 blowgun 1
-101000010 concert. 1
-101000010 rijsttafel 1
-101000010 wave-briefly 1
-101000010 plasticizer 1
-101000010 newsman-turned-speechwriter 1
-101000010 5-foot 1
-101000010 millionairess 1
-101000010 catch-phrase 1
-101000010 prayer. 1
-101000010 homeroom 1
-101000010 four-level 1
-101000010 drab-looking 1
-101000010 halfwit 1
-101000010 handcarved 1
-101000010 hand-folded 1
-101000010 technothriller 1
-101000010 semi-monopoly 1
-101000010 wool-gatherer 1
-101000010 Tukwila 1
-101000010 gutser 1
-101000010 bright-orange 1
-101000010 dedocracy 1
-101000010 mini-AT&T 1
-101000010 mini-consolidation 1
-101000010 neo-anything 1
-101000010 woman-hater 1
-101000010 theologian. 1
-101000010 stationer 1
-101000010 stomach-ache 1
-101000010 50,000-watt 1
-101000010 re-vote 1
-101000010 roomie 1
-101000010 semiologist 1
-101000010 Clafoutis 1
-101000010 Hazelcrest 1
-101000010 length-and-a-half 1
-101000010 single-interest 1
-101000010 pipedream 1
-101000010 European-East 1
-101000010 sailboard 1
-101000010 Brimfield 1
-101000010 late-edition 1
-101000010 bump-and-grinder 1
-101000010 tn5-marked 1
-101000010 fee-pot 1
-101000010 shoe-in 1
-101000010 mou-esse 1
-101000010 superperson 1
-101000010 point-of-difference 1
-101000010 mutual-support 1
-101000010 30-year-career 1
-101000010 photodiode 1
-101000010 gravedigger 1
-101000010 mink-clad 1
-101000010 1,127-page 1
-101000010 reco 1
-101000010 Wallenda 1
-101000010 less-homogenous 1
-101000010 superministry 1
-101000010 toastmaster 1
-101000010 129-foot 1
-101000010 remote-operated 1
-101000010 stroke. 1
-101000010 demerger 1
-101000010 sulfur-laden 1
-101000010 l00 1
-101000010 spill-over 1
-101000010 44-hour 1
-101000010 chloropsis 1
-101000010 Floridan 1
-101000010 slogger 1
-101000010 green-barriered 1
-101000010 Loudonville 1
-101000010 third-down-and-20 1
-101000010 miss-hit 1
-101000010 schoolmistress 1
-101000010 library-socialist 1
-101000010 muchness 1
-101000010 two-aisle 1
-101000010 Canonsburg 1
-101000010 well-girthed 1
-101000010 gun-for-gun 1
-101000010 twopart 1
-101000010 culture. 1
-101000010 short-timer 1
-101000010 cloak-and-suiter 1
-101000010 mini-newspaper 1
-101000010 mass-and 1
-101000010 4,580-pound 1
-101000010 fryer 1
-101000010 Eurosecurity 1
-101000010 halfcentury 1
-101000010 short-on-top 1
-101000010 900-bed 1
-101000010 nonracist 1
-101000010 backbiter 1
-101000010 neanderthal 1
-101000010 battleship-sized 1
-101000010 Conneaut 1
-101000010 lion's-head 1
-101000010 sunny-tempered 1
-101000010 substantive-due-process 1
-101000010 SQUID 1
-101000010 golf-lover 1
-101000010 thimble 1
-101000010 sculler 1
-101000010 teamster 1
-101000010 semi-sadist 1
-101000010 non-actress 1
-101000010 skywalk 1
-101000010 black-woman-without-a-friend-in-the-world-dying-of-leukemia- 1
-101000010 Weathersfield 1
-101000010 schlump 1
-101000010 LeMars 1
-101000010 sorehead 1
-101000010 hirsute 1
-101000010 copy. 1
-101000010 vocoder 1
-101000010 lapdog. 1
-101000010 weenie 1
-101000010 bloodsucker 1
-101000010 compliment. 1
-101000010 composer-slash-businessman 1
-101000010 phase-up 1
-101000010 coupon-level 1
-101000010 Worland 1
-101000010 paparazzo 1
-101000010 Troika 1
-101000010 cockapoo 1
-101000010 summer-camp 1
-101000010 ticket-taker 1
-101000010 40-year-period 1
-101000010 backdown 1
-101000010 multimillionare 1
-101000010 marketing. 1
-101000010 committee-in-chief 1
-101000010 rig-turned-reef 1
-101000010 goatee. 1
-101000010 mini-reversal 1
-101000010 very-good-yielding 1
-101000010 talkfest 1
-101000010 17-unit 1
-101000010 panic-type 1
-101000010 brushstroke 1
-101000010 scamp 1
-101000010 piricuaco 1
-101000010 cause-celebre 1
-101000010 blubbery 1
-101000010 compere 1
-101000010 belvedere 1
-101000010 self-contradiction 1
-101000010 bomb-builder 1
-101000010 hydroholic 1
-101000010 5.1-million-barrel 1
-101000010 man-tended 1
-101000010 freethinker 1
-101000010 room-size 1
-101000010 pigsty 1
-101000010 conumdrum 1
-101000010 chest-puffing 1
-101000010 tooth. 1
-101000010 five-in-one 1
-101000010 telephone. 1
-101000010 non-genius 1
-101000010 finger-licking 1
-101000010 bomb-thrower 1
-101000010 120-horsepower 1
-101000010 Mellotone 1
-101000010 non-entity 1
-101000010 26-inch-high 1
-101000010 gold-depressing 1
-101000010 jack-in-the-box 1
-101000010 Hayti 1
-101000010 Brocket 1
-101000010 Plattsmouth 1
-101000010 review. 1
-101000010 nanny. 1
-101000010 slick-paper 1
-101000010 furnitureless 1
-101000010 problemsolver 1
-101000010 forward-deployed 1
-101000010 book-signing 1
-101000010 200-million-year-old 1
-101000010 quarterpoint 1
-101000010 12-car 1
-101000010 father-confessor 1
-101000010 Euroconsumer 1
-101000010 chippy 1
-101000010 high-privilege 1
-101000010 Euro-son 1
-101000010 7-foot-5-inch 1
-101000010 fiddle-dee-dee 1
-101000010 thirteen-year-old 1
-101000010 telenovela 1
-101000010 dreadnought 1
-101000010 chewer-outer 1
-101000010 Florida-produced 1
-101000010 seamer 1
-101000010 beartrap 1
-101000010 per-channel 1
-101000010 pseudo-problem 1
-101000010 Honolulu-Nagoya 1
-101000010 let-'em-eat-cake 1
-101000010 Spanish-designed 1
-101000010 quasi-autonomous 1
-101000010 boatmaker 1
-101000010 shoot-first 1
-101000010 worker-compensation-styled 1
-101000010 mini-estate 1
-101000010 carpetbag 1
-101000010 near-standoff 1
-101000010 fatwa 1
-101000010 stand-out 1
-101000010 1.03-billion-rand 1
-101000010 heartstring 1
-101000010 1653 1
-101000010 humidified 1
-101000010 162-foot-high 1
-101000010 high-investment 1
-101000010 mutually-beneficial 1
-101000010 2-inch-by-4-inch 1
-101000010 polecat 1
-101000010 Ferarri 1
-101000010 non-insider 1
-101000010 bull-headed 1
-101000010 magpie 1
-101000010 cofferdam 1
-101000010 Suzycott 1
-101000010 three-pack 1
-101000010 wingless 1
-101000010 ministampede 1
-101000010 ditz 1
-101000010 Nappanee 1
-101000010 uniter 1
-101000010 fellow-bishop 1
-101000010 strange-Protestant-land 1
-101000010 100-kilo 1
-101000010 counter-example 1
-101000010 split-fingered 1
-101000010 Shinnston 1
-101000010 spellchecker 1
-101000010 smoke-spewing 1
-101000010 sousaphone 1
-101000010 Naziland. 1
-101000010 minipanic 1
-101000010 money-grubber 1
-101000010 profanity-laced 1
-101000010 13-candidate 1
-101000010 try. 1
-101000010 counterguarantee 1
-101000010 reanimator 1
-101000010 recession-causer 1
-101000010 teetotaller 1
-101000010 larky 1
-101000010 multi-cultural 1
-101000010 Carrolton 1
-101000010 9-pence 1
-101000010 worstcase 1
-101000010 Moviola 1
-101000010 policy-easing 1
-101000010 snitch. 1
-101000010 polemicist 1
-101000010 Zeroine 1
-101000010 162-year-old 1
-101000010 creampuff 1
-101000010 circulation-builder 1
-101000010 squaw 1
-101000010 dramadoc 1
-101000010 cycle. 1
-101000010 high-calorie 1
-101000010 35-3 1
-101000010 Republican. 1
-101000010 tradition. 1
-101000010 graffiti-smeared 1
-101000010 mini-backpack 1
-101000010 thudding 1
-101000010 side-show 1
-101000010 leek 1
-101000010 51-yard 1
-101000010 dirigiste 1
-101000010 Gorgosaurus 1
-101000010 videocam 1
-101000010 powder-brained 1
-101000010 Broomall 1
-101000010 middle-octane 1
-101000010 heartstopper 1
-101000010 30,000-hectare 1
-101000010 human-looking 1
-101000010 soft-liner 1
-101000010 sunstroke 1
-101000010 non-investigative 1
-101000010 basket-maker 1
-101000010 five-foot-tall 1
-101000010 SIM 1
-101000010 skirt-chaser 1
-101000010 wildgrowing 1
-101000010 laissez-passer 1
-101000010 non-fan 1
-101000010 honey-pot. 1
-101000010 Pistil 1
-101000010 mininursery 1
-101000010 protozoan 1
-101000010 nahs 1
-101000010 one-hour-at-a-time 1
-101000010 one-day-at-a-time 1
-101000010 five-stick 1
-101000010 U-Miss 1
-101000010 deal-closer 1
-101000010 TEAC 1
-101000010 one-stooler 1
-101000010 splitlevel 1
-101000010 super-agency 1
-101000010 succesor 1
-101000010 naco 1
-101000010 quasi-LBO 1
-101000010 backing-away 1
-101000010 2-win 1
-101000010 railbiker 1
-101000010 Bush-whacker 1
-101000010 125,000-franc 1
-101000010 cinemogul 1
-101000010 22-foot-tall 1
-101000010 nickel-a-pound 1
-101000010 re-mix 1
-101000010 semi-worker 1
-101000010 non-team-player 1
-101000010 howler 1
-101000010 sexologist 1
-101000010 snaggletoothed 1
-101000010 Laytonsville 1
-101000010 super-headache 1
-101000010 three-meringue 1
-101000010 Fungus 1
-101000010 bearbaiting 1
-101000010 mohajir 1
-101000010 non-problem 1
-101000010 Testerossa 1
-101000010 co-major 1
-101000010 27-incher 1
-101000010 60,000- 1
-101000010 cesspool. 1
-101000010 Hermantown 1
-101000010 trollop 1
-101000010 winging-it 1
-101000010 40-billion-yen 1
-101000010 semi-isolationism 1
-101000010 tablepounder 1
-101000010 portrait. 1
-101000010 3,200-acre 1
-101000010 scrooge 1
-101000010 treehouse 1
-101000010 Boerne 1
-101000010 pseudo-hawk 1
-101000010 Hauppage 1
-101000010 boat-rocker 1
-101000010 mini-apprenticeship 1
-101000010 style-cramper 1
-101000010 sandstorm 1
-101000010 526-page 1
-101000010 Supertot 1
-101000010 woodstove 1
-101000010 gray-brown 1
-101000010 Takeover-Related 1
-101000010 several-dollars 1
-101000010 crime-bribery 1
-101000010 sieve. 1
-101000010 frameup 1
-101000010 Kinderhook 1
-101000010 triphammer 1
-101000010 70-to-1 1
-101000010 clear-thinking 1
-101000010 Kentuckian 1
-101000010 both/and 1
-101000010 5.6-trillion-yen 1
-101000010 climb-down 1
-101000010 halfmile 1
-101000010 wolf. 1
-101000010 Bore 1
-101000010 640-acre 1
-101000010 3,000-room 1
-101000010 dictatorship. 1
-101000010 non-vote-getter 1
-101000010 sadomasochist 1
-101000010 Mandolin 1
-101000010 Dorecht 1
-101000010 go-cart 1
-101000010 birthmark 1
-101000010 half-black 1
-101000010 180-pounder 1
-101000010 mineworker 1
-101000010 nonparticipant 1
-101000010 whip-tap 1
-101000010 14-race 1
-101000010 Perugia 1
-101000010 Torringford 1
-101000010 pilot-trainee 1
-101000010 Carload 1
-101000010 sphincter-tightening 1
-101000010 rudderman 1
-101000010 Trussville 1
-101000010 doctor. 1
-101000010 sit-around 1
-101000010 Porta-Potti 1
-101000010 helideck 1
-101000010 drought-breaker 1
-101000010 unit-by-unit 1
-101000010 high-tax-rate 1
-101000010 seven-panel 1
-101000010 model/actress 1
-101000010 roadrunner 1
-101000010 1779 1
-101000010 mini-corporation 1
-101000010 Bite-O-Meter 1
-101000010 scoutmaster 2
-101000010 360,000-kilowatt 2
-101000010 trice 2
-101000010 jet-setter 2
-101000010 well-argued 2
-101000010 co-organizer 2
-101000010 27-yarder 2
-101000010 Vonore 2
-101000010 minirefunding 2
-101000010 topknot 2
-101000010 tepee 2
-101000010 one-nighter 2
-101000010 ceramicist 2
-101000010 clambake 2
-101000010 subpeona 2
-101000010 cablegram 2
-101000010 sandbar 2
-101000010 Perk 2
-101000010 Montgomeryville 2
-101000010 hunderweight 2
-101000010 thunderclap 2
-101000010 mini-industry 2
-101000010 Tampa. 2
-101000010 warchest 2
-101000010 by-your-leave 2
-101000010 thumbtack 2
-101000010 centipede 2
-101000010 neuromagnetometer 2
-101000010 woodcarver 2
-101000010 walk-out 2
-101000010 trenchcoat 2
-101000010 powderkeg 2
-101000010 while. 2
-101000010 mid-double-A 2
-101000010 high-triple-B 2
-101000010 speargun 2
-101000010 rabble-rouser 2
-101000010 handbasket 2
-101000010 tentadero 2
-101000010 pansy 2
-101000010 ka-chunk 2
-101000010 Fostoria 2
-101000010 non-story 2
-101000010 MiG-19 2
-101000010 heartbreaker 2
-101000010 Dansville 2
-101000010 great-great-great-grandson 2
-101000010 Securities-JTM 2
-101000010 co-bidder 2
-101000010 vacuum. 2
-101000010 nail-biter 2
-101000010 skinflint 2
-101000010 microsecond 2
-101000010 Hitter 2
-101000010 one-piece 2
-101000010 deal-breaker 2
-101000010 faker 2
-101000010 semi-desert 2
-101000010 Landisville 2
-101000010 co-defendent 2
-101000010 superflood 2
-101000010 desk. 2
-101000010 sicky 2
-101000010 half-truth 2
-101000010 farthing 2
-101000010 maatam 2
-101000010 Murrysville 2
-101000010 narwhal 2
-101000010 Crisfield 2
-101000010 cheapskate 2
-101000010 revenue-loser 2
-101000010 murder-suicide 2
-101000010 sawbuck 2
-101000010 straddler 2
-101000010 churl 2
-101000010 flashover 2
-101000010 hard-nose 2
-101000010 dabbler 2
-101000010 Newburgh 2
-101000010 descrambler 2
-101000010 Colrain 2
-101000010 smidgeon 2
-101000010 profit-maker 2
-101000010 nondrinker 2
-101000010 four-footer 2
-101000010 stomachache 2
-101000010 kleptocracy 2
-101000010 straight-out 2
-101000010 halfpoint 2
-101000010 stinker 3
-101000010 half-cent 3
-101000010 psychopath 3
-101000010 mastiff 3
-101000010 laywer 3
-101000010 tourniquet 3
-101000010 mini-recession 3
-101000010 gully 3
-101000010 timeout 3
-101000010 low-double-A 3
-101000010 dauber 3
-101000010 grimace 3
-101000010 Lebec 3
-101000010 heliport 3
-101000010 fistfight 3
-101000010 magnetron 3
-101000010 Cobleskill 3
-101000010 penguin 3
-101000010 non-person 3
-101000010 greenhorn 3
-101000010 no-hitter 3
-101000010 promontory 3
-101000010 sweatsuit 3
-101000010 one-kilogram 3
-101000010 left-winger 3
-101000010 bummer 3
-101000010 bagpiper 3
-101000010 toady 3
-101000010 Simca 3
-101000010 taxiway 4
-101000010 Phillipsburg 4
-101000010 non-smoker 4
-101000010 Syosset 4
-101000010 daze 4
-101000010 price-depressant 4
-101000010 bell-ringer 4
-101000010 capon 4
-101000010 firearm 4
-101000010 tragicomedy 4
-101000010 coward 4
-101000010 madhouse 5
-101000010 paperweight 5
-101000010 Coltibuono 5
-101000010 Limb 5
-101000010 goner 5
-101000010 whisker 5
-101000010 counter-bid 6
-101000010 hundredfold 6
-101000010 pedicure 6
-101000010 bullhorn 6
-101000010 molehill 6
-101000010 fishbowl 6
-101000010 blowtorch 6
-101000010 money-loser 7
-101000010 fireball 7
-101000010 non-starter 7
-101000010 hundred-weight 7
-101000010 glossary 8
-101000010 Middleburg 8
-101000010 spade 8
-101000010 doer 9
-101000010 huff 9
-101000010 6-foot 9
-101000010 tizzy 9
-101000010 Salesman 9
-101000010 whopper 10
-101000010 skateboard 10
-101000010 cop-out 10
-101000010 cropper 10
-101000010 lark 11
-101000010 co-trustee 13
-101000010 first-come 13
-101000010 nonstarter 13
-101000010 nonevent 14
-101000010 teapot 15
-101000010 pushover 16
-101000010 kilo 16
-101000010 trance 16
-101000010 whimper 17
-101000010 nutshell 17
-101000010 non-issue 19
-101000010 shoo-in 20
-101000010 misnomer 23
-101000010 kilogram 23
-101000010 gram 24
-101000010 coma 25
-101000010 godsend 27
-101000010 traitor 27
-101000010 Shrewsbury 27
-101000010 Sedona 43
-101000010 hundredweight 44
-101000010 non-event 45
-101000010 quarter-point 47
-101000010 shambles 51
-101000010 fluke 54
-101000010 vengeance 73
-101000010 Holliston 137
-101000010 gallon 452
-101000010 bushel 472
-101000010 row 678
-101000010 share 51621
-101000010 barrel 1924
-10100001100 anotheir 1
-10100001100 skyscraper-to-go 1
-10100001100 ob-gyn 1
-10100001100 hard-baked 1
-10100001100 millirem 1
-10100001100 shut-eye 1
-10100001100 foreigner-basher 1
-10100001100 Kansas-bred 1
-10100001100 foulness 1
-10100001100 studio-within-a-studio 1
-10100001100 nitwit 1
-10100001100 Euro-stagnation 1
-10100001100 immodesty 1
-10100001100 near-perfection 1
-10100001100 silviculture 1
-10100001100 cents-per 1
-10100001100 lifelessly 1
-10100001100 new-that 1
-10100001100 intangibly 1
-10100001100 nonbureaucracy 1
-10100001100 high-ball 1
-10100001100 bender 2
-10100001100 immunosorbent 2
-10100001100 buzzards 2
-10100001100 birdhouse 3
-10100001100 somersault 3
-10100001100 sunspots 3
-10100001100 colonnaded 3
-10100001100 3/8-point 5
-10100001100 decliner 10
-10100001100 juncture 83
-10100001100 notch 87
-10100001100 point 11085
-10100001100 gainer 103
-10100001101 per-metric-ton 1
-10100001101 ammendments 1
-10100001101 football-free 1
-10100001101 Miles. 1
-10100001101 20-by-24-inch 1
-10100001101 Cornetti 1
-10100001101 post-Meltdown 1
-10100001101 grainhandlers 1
-10100001101 milles 1
-10100001101 wassubstantially 1
-10100001101 cowhide 1
-10100001101 Years. 1
-10100001101 pounds-a-year 1
-10100001101 carfare 2
-10100001101 F-100s 3
-10100001101 cogs 4
-10100001101 billion. 4
-10100001101 shekels 4
-10100001101 Billion 19
-10100001101 pfennigs 52
-10100001101 Million 66
-10100001101 points 9731
-10100001101 degrees 648
-10100001110 son-of-Smoot-Hawley 1
-10100001110 countercurrent 1
-10100001110 Girondists 1
-10100001110 sawhorse 1
-10100001110 misanthrope 1
-10100001110 straight-shooter 1
-10100001110 cowbell 1
-10100001110 black-marketeer 1
-10100001110 447-yarder 1
-10100001110 counter-coalition 1
-10100001110 Kremlin-watcher 1
-10100001110 light-year 1
-10100001110 drumstick 1
-10100001110 remittitur 1
-10100001110 concordat 1
-10100001110 home-purchaser 1
-10100001110 penalty-loss 1
-10100001110 house-raising 1
-10100001110 10-year-sentence 1
-10100001110 quota-breaker 1
-10100001110 pacifier 1
-10100001110 superteam 1
-10100001110 incumbent-lock 1
-10100001110 down-side 1
-10100001110 tsubo 1
-10100001110 Mafia-fighter 1
-10100001110 miscarry 1
-10100001110 over-withhold 1
-10100001110 Beachhead 1
-10100001110 stepparent 1
-10100001110 Foreword 1
-10100001110 Gauloise 1
-10100001110 quasi-specialist 1
-10100001110 megapurse 1
-10100001110 finishing-course 1
-10100001110 social-democrat 1
-10100001110 softie 1
-10100001110 agglutinate 1
-10100001110 soft-liners 1
-10100001110 realigment 1
-10100001110 byelection 1
-10100001110 gazelle 1
-10100001110 resectoscope 1
-10100001110 mega-winner 1
-10100001110 near-fistfight 1
-10100001110 mini-Olympics 1
-10100001110 quarter-- 1
-10100001110 tankhouse 1
-10100001110 mini-revolt 1
-10100001110 fleabite 1
-10100001110 sign-post 1
-10100001110 parcel-bomb 1
-10100001110 soft-top/hard-top 1
-10100001110 crash-course 1
-10100001110 Curveball 1
-10100001110 Wannabee 1
-10100001110 delusory 1
-10100001110 spatzle 1
-10100001110 X-factor 1
-10100001110 lacuna 1
-10100001110 micromanager 1
-10100001110 mini-experiment 1
-10100001110 22-year-term 1
-10100001110 shopowner 1
-10100001110 Slavophile 1
-10100001110 solecism 1
-10100001110 re-incorporation 1
-10100001110 record-breaker 1
-10100001110 Turkey-bashing 1
-10100001110 knee-stance 1
-10100001110 Nereid 1
-10100001110 do-except 1
-10100001110 transpose 1
-10100001110 lawyer-pharmacologist 1
-10100001110 loaner 2
-10100001110 talkies 2
-10100001110 stealer 2
-10100001110 rater 2
-10100001110 rear-guardist 2
-10100001110 Kelowna 2
-10100001110 lulu 2
-10100001110 cosponsor 2
-10100001110 slick-fielding 2
-10100001110 Kladusa 2
-10100001110 unmeasured 2
-10100001110 hippo 2
-10100001110 Capricorn 2
-10100001110 half-pound 2
-10100001110 Rowayton 2
-10100001110 lay-up 2
-10100001110 thickener 2
-10100001110 clicker 2
-10100001110 Radcliff 2
-10100001110 Hatboro 2
-10100001110 Guilderland 2
-10100001110 Sylacauga 2
-10100001110 savviness 2
-10100001110 near-tripling 2
-10100001110 down-draft 2
-10100001110 half-marathon 2
-10100001110 M-O-N-E-Y 2
-10100001110 thickset 2
-10100001110 Dabbler 2
-10100001110 Califon 2
-10100001110 WTO 2
-10100001110 homunculus 3
-10100001110 plateful 3
-10100001110 thimbleful 3
-10100001110 nullity 3
-10100001110 substrain 3
-10100001110 stein 3
-10100001110 quadrillionth 3
-10100001110 Cellar 3
-10100001110 Abduction 3
-10100001110 near-accident 4
-10100001110 lithotripter 5
-10100001110 peculiarity 6
-10100001110 brownout 6
-10100001110 near-doubling 9
-10100001110 bundle 71
-10100001110 result 11039
-10100001110 upshot 106
-10100001111 363.67 1
-10100001111 1/2-cent-a-barrel 1
-10100001111 647.77 1
-10100001111 138.60 1
-10100001111 369.20 1
-10100001111 769.74 1
-10100001111 1387.63 1
-10100001111 two-hundredths 1
-10100001111 318.75 1
-10100001111 70.15 1
-10100001111 no-effect 1
-10100001111 otherwise-inevitable 1
-10100001111 99-basis 1
-10100001111 Labors 1
-10100001111 pro-IMF 1
-10100001111 215.68 1
-10100001111 175.96 1
-10100001111 33.27 1
-10100001111 two-aircraft 1
-10100001111 6/100ths 1
-10100001111 enlargening 1
-10100001111 38.19 1
-10100001111 perfect-10 1
-10100001111 138.07 1
-10100001111 250.98 1
-10100001111 fashion-cycle 1
-10100001111 0.69033 1
-10100001111 cackled 1
-10100001111 160.37 1
-10100001111 199.11 1
-10100001111 3/100th 1
-10100001111 semi-fixed 1
-10100001111 7.06-point 1
-10100001111 1163.17 1
-10100001111 re-capitalization 1
-10100001111 welfare-assistance 1
-10100001111 several-day 1
-10100001111 boobook 1
-10100001111 well-sharpened 1
-10100001111 79-basis 1
-10100001111 due-date 1
-10100001111 1656.62 1
-10100001111 207.56 1
-10100001111 1/2,500th 1
-10100001111 1/2-percentage 1
-10100001111 1/2-mile-per-gallon 1
-10100001111 0.78-point 1
-10100001111 confabulations 1
-10100001111 82.87 1
-10100001111 contract-negotiating 1
-10100001111 6.60-point 1
-10100001111 traffic-generating 1
-10100001111 124.01 1
-10100001111 51.53 1
-10100001111 updatings 1
-10100001111 88-29 1
-10100001111 name-and-nominal-value 1
-10100001111 peavey 1
-10100001111 sorest 1
-10100001111 farther-than-normal 1
-10100001111 parallel-parking 1
-10100001111 788.50 1
-10100001111 UNESCOs 1
-10100001111 taking-off 1
-10100001111 quarter-percentage 1
-10100001111 34945.56 1
-10100001111 percentgage 1
-10100001111 2584.07 1
-10100001111 193.31 1
-10100001111 20/100ths 1
-10100001111 5160 1
-10100001111 pertcentage 1
-10100001111 219.22-point 1
-10100001111 second-person 1
-10100001111 1512.99 1
-10100001111 net-cord 1
-10100001111 135.56-point 1
-10100001111 70.66-point 1
-10100001111 1545.77 1
-10100001111 156.04 1
-10100001111 civil-liberty 1
-10100001111 point-gain 1
-10100001111 reservationholder 1
-10100001111 stock-option-plan 1
-10100001111 Kinds 1
-10100001111 perforation 1
-10100001111 75.03 1
-10100001111 Beijing-Moscow 1
-10100001111 progressive-conservative 1
-10100001111 17/100ths 1
-10100001111 78.27 1
-10100001111 Lagrangian 1
-10100001111 excustomers 1
-10100001111 20-30 1
-10100001111 278.64 1
-10100001111 determinent 1
-10100001111 165.74 1
-10100001111 payout-bylaws 1
-10100001111 609.53 1
-10100001111 141.01 1
-10100001111 left-to-right 1
-10100001111 benefit-related 1
-10100001111 board-another 1
-10100001111 Archimedean 1
-10100001111 midnight-to-8-a.m. 1
-10100001111 34771.21 1
-10100001111 167.16 2
-10100001111 lead-pipe 2
-10100001111 500-yen 2
-10100001111 1203.23 2
-10100001111 97.56 2
-10100001111 vogues 2
-10100001111 d-Percent 2
-10100001111 enzyme-linked 2
-10100001111 273.46 2
-10100001111 4/100ths 2
-10100001111 188.95 2
-10100001111 189.43 2
-10100001111 305.99 2
-10100001111 vanloads 2
-10100001111 pecentage 2
-10100001111 Musketeers 2
-10100001111 trans-shipment 2
-10100001111 73.21 2
-10100001111 ca 2
-10100001111 132.52 2
-10100001111 287.66 2
-10100001111 81.61 2
-10100001111 enduser 2
-10100001111 criticial 3
-10100001111 dramatizations 3
-10100001111 trillionths 3
-10100001111 906.42 3
-10100001111 143.74 3
-10100001111 one-percentage 4
-10100001111 615.49 4
-10100001111 short-position 4
-10100001111 half-percentage 5
-10100001111 billionths 6
-10100001111 44.15 6
-10100001111 jumping-off 7
-10100001111 d-Percentage 9
-10100001111 decimal 14
-10100001111 megabyte 25
-10100001111 percentage-point 28
-10100001111 1/2-point 28
-10100001111 508.00 31
-10100001111 hundredths 39
-10100001111 vantage 39
-10100001111 five-cent 40
-10100001111 focal 70
-10100001111 percentage 5784
-10100001111 percent 442
-1010001000 arangement 1
-1010001000 Petard 1
-1010001000 veto. 1
-1010001000 198,339 1
-1010001000 comedy-adventure-fantasy 1
-1010001000 sexenio 1
-1010001000 two-footer 1
-1010001000 eight-foot-chain 1
-1010001000 magnetization 1
-1010001000 equipoise 1
-1010001000 arbitrament 1
-1010001000 ABM-mode 1
-1010001000 triteness 1
-1010001000 iron-bending 1
-1010001000 curtsy 1
-1010001000 pro-nuncio 1
-1010001000 locket 1
-1010001000 6-foot-7-incher 1
-1010001000 PERSISTED 1
-1010001000 angstrom 1
-1010001000 ROMANCES 1
-1010001000 indemnifaction 1
-1010001000 concern-had 1
-1010001000 amnesiac 1
-1010001000 Komisarjevsky 1
-1010001000 educationalist 1
-1010001000 self-centeredness 1
-1010001000 Kozara 1
-1010001000 ontology 1
-1010001000 makeweight 1
-1010001000 Paris-Marseilles 1
-1010001000 Kluxers 1
-1010001000 exachanges 1
-1010001000 intermeddler 1
-1010001000 mischance 1
-1010001000 wiz 1
-1010001000 supergroups 1
-1010001000 Mainers 2
-1010001000 nuncio 2
-1010001000 underbidder 2
-1010001000 words. 2
-1010001000 Agasse 2
-1010001000 megatrade 2
-1010001000 ottoman 2
-1010001000 infiltrator 2
-1010001000 enhancer 2
-1010001000 CONTACT 2
-1010001000 ever-smiling 2
-1010001000 reconnection 2
-1010001000 clinic-hospital 2
-1010001000 twosome 3
-1010001000 angiogram 4
-1010001000 architect-engineer 4
-1010001000 arrangments 4
-1010001000 advertisment 4
-1010001000 aesthete 5
-1010001000 algorithm 5
-1010001000 CLASHED 7
-1010001000 agreeement 7
-1010001000 announcment 8
-1010001000 afterlife 8
-1010001000 designations 8
-1010001000 injuction 9
-1010001000 earring 13
-1010001000 appendix 21
-1010001000 armistice 23
-1010001000 ax 71
-1010001000 ordinance 138
-1010001000 obsession 163
-1010001000 impasse 238
-1010001000 embargo 345
-1010001000 experiment 715
-1010001000 alliance 913
-1010001000 injunction 1061
-1010001000 arrangement 1412
-1010001000 amendment 1861
-1010001000 agreement 19323
-1010001000 accord 3321
-10100010010 80-child 1
-10100010010 18-person 1
-10100010010 icehouse 1
-10100010010 over-distribution 1
-10100010010 obstetrician/gynecologist 1
-10100010010 index- 1
-10100010010 Aukland 1
-10100010010 MCA-vs.-Disney 1
-10100010010 airhead. 1
-10100010010 anum 1
-10100010010 88-foot 1
-10100010010 acquiree 1
-10100010010 amulet 1
-10100010010 acronymaniac 1
-10100010010 anti-Radical 1
-10100010010 inmate-number 1
-10100010010 injury-plagued 1
-10100010010 ex-laundress 1
-10100010010 Enjoyable 1
-10100010010 worker-hour 1
-10100010010 amateur-night 1
-10100010010 extrovert 1
-10100010010 ever-spiraling 1
-10100010010 egg-shell 1
-10100010010 annoucement 1
-10100010010 eight-medal 1
-10100010010 Abstraction 1
-10100010010 '80-type 1
-10100010010 indeterminancy 1
-10100010010 saltiness 1
-10100010010 underplanned 1
-10100010010 annnoucement 1
-10100010010 apron-clad 1
-10100010010 HCE 1
-10100010010 oceansurvivalist 1
-10100010010 uninstructed 1
-10100010010 octane-enhancer 1
-10100010010 Admonishment 1
-10100010010 avenue. 1
-10100010010 815,000-share 1
-10100010010 orgiastically 1
-10100010010 afterburner 1
-10100010010 Atascadero 1
-10100010010 ambulette 1
-10100010010 aider 1
-10100010010 airball 1
-10100010010 anti-hormone 1
-10100010010 plebicite 1
-10100010010 infirmary 1
-10100010010 Atchinson 1
-10100010010 appraisal. 1
-10100010010 A&E-sponsored 1
-10100010010 full. 1
-10100010010 bargirls 1
-10100010010 Ozalist 1
-10100010010 unspellbinding 1
-10100010010 84-yard 1
-10100010010 offshore-oil-lease 1
-10100010010 instamatic 1
-10100010010 11-Bush 1
-10100010010 imposter 1
-10100010010 adventure-fantasy 1
-10100010010 aid-to-the-contras 1
-10100010010 unreconstituted 1
-10100010010 order-taker 1
-10100010010 ex-consultant 1
-10100010010 Arbeitskreis 1
-10100010010 animal-hater 1
-10100010010 arthrogram 1
-10100010010 Illness 1
-10100010010 inteview 1
-10100010010 earth-shaker 1
-10100010010 envelope. 1
-10100010010 auto-decouplage 1
-10100010010 overachiever 1
-10100010010 upclose-and-personal 1
-10100010010 Elkview 1
-10100010010 overbid 1
-10100010010 oxy-moron 1
-10100010010 anti-asthmatic 1
-10100010010 industry-suported 1
-10100010010 amethyst-lover 1
-10100010010 oversale 1
-10100010010 egotist 1
-10100010010 agent-telegrapher 1
-10100010010 ever-so-slim 1
-10100010010 affair. 1
-10100010010 assistant. 1
-10100010010 over-the-table 1
-10100010010 employment-practices 1
-10100010010 exciton 1
-10100010010 X-curve 1
-10100010010 expatriation 1
-10100010010 aproned 1
-10100010010 aardvark 1
-10100010010 11.93-point 1
-10100010010 11-yard 1
-10100010010 ex-IBMer 1
-10100010010 allergist. 1
-10100010010 inferiority-complex 1
-10100010010 NEAR 1
-10100010010 afterword 1
-10100010010 electrocardiograph 1
-10100010010 efficent 1
-10100010010 Orwellian-type 1
-10100010010 upsweep 1
-10100010010 endrun 1
-10100010010 aileron 1
-10100010010 Inkster 1
-10100010010 eater. 1
-10100010010 Afrikaaner 1
-10100010010 also-dunked 1
-10100010010 18-mile-long 1
-10100010010 accelerometer 1
-10100010010 oxygenate 1
-10100010010 English-Korean 1
-10100010010 identical-looking 1
-10100010010 steak. 1
-10100010010 owner-occupier 1
-10100010010 route-mile 1
-10100010010 Idahoan 1
-10100010010 oats-growing 1
-10100010010 engine-seal 1
-10100010010 interview.But 1
-10100010010 aura. 1
-10100010010 alky 1
-10100010010 Ehrhard 1
-10100010010 hour-confirmation 1
-10100010010 obsession-compulsion 1
-10100010010 inbounds 1
-10100010010 ess 1
-10100010010 aberrancy 1
-10100010010 activist-lawyer-turned-publisher 1
-10100010010 inverview 1
-10100010010 almost-idea 1
-10100010010 ouch 1
-10100010010 outliner 1
-10100010010 epoxied 1
-10100010010 over-dramatic 1
-10100010010 abortion. 1
-10100010010 excrescence 1
-10100010010 second-nearly 1
-10100010010 officer/director 1
-10100010010 18-screener 1
-10100010010 MC6700 1
-10100010010 unchaperoned 1
-10100010010 ill-ventilated 1
-10100010010 erractic 1
-10100010010 iron-mining 1
-10100010010 ulcerating 1
-10100010010 Econo-Lodge 1
-10100010010 even-better 1
-10100010010 eight-blade 1
-10100010010 accountant-turned-entrepreneur 1
-10100010010 corm 1
-10100010010 Ogeechee-lime 1
-10100010010 apron-wearer 1
-10100010010 H2Owner 1
-10100010010 imprinter 1
-10100010010 averaging-out 1
-10100010010 expensive-to-make 1
-10100010010 arcology 1
-10100010010 agency-broker 1
-10100010010 on-deck 1
-10100010010 impetuousness 1
-10100010010 ending-ending 1
-10100010010 ever-so-tentative 1
-10100010010 over-groomed 1
-10100010010 idea-rich 1
-10100010010 Biologico 1
-10100010010 8mm-tape 1
-10100010010 Mexican. 1
-10100010010 up-close 1
-10100010010 eskimo 1
-10100010010 Keckhaver 1
-10100010010 American-Noriega 1
-10100010010 artiodactyl 1
-10100010010 unblurred 1
-10100010010 S.R.O. 1
-10100010010 kwe 1
-10100010010 advice-giver 1
-10100010010 eight-foot-fence 1
-10100010010 in-grown 1
-10100010010 industrial-explosives 1
-10100010010 anti-country 1
-10100010010 escallation 1
-10100010010 ow-ah 1
-10100010010 over-two-decade 1
-10100010010 index-finger 1
-10100010010 ex-janitor 1
-10100010010 hour-and-a-half-long 1
-10100010010 labor-hour 1
-10100010010 18-ounce 1
-10100010010 uitlander 1
-10100010010 aneurism 1
-10100010010 unpompous 1
-10100010010 attention-grabber 2
-10100010010 Iraqi-fired 2
-10100010010 atomosphere 2
-10100010010 audiologist 2
-10100010010 efflorescence 2
-10100010010 tablespoon 2
-10100010010 kiloliter 2
-10100010010 experimenter 2
-10100010010 EKG 2
-10100010010 aperitif 2
-10100010010 Erector 2
-10100010010 ex-partner 2
-10100010010 eyeful 2
-10100010010 ember 2
-10100010010 RBI 2
-10100010010 airbrush 2
-10100010010 8-8 2
-10100010010 8.6-million-share 2
-10100010010 extra-careful 2
-10100010010 18/64-inch 2
-10100010010 cosmopolite 2
-10100010010 Umpire 2
-10100010010 abortionist 2
-10100010010 schmeer 2
-10100010010 aneurysm 2
-10100010010 ammendment 2
-10100010010 LVAD 2
-10100010010 ibex 2
-10100010010 ex-boss 2
-10100010010 endophyte 2
-10100010010 airline. 2
-10100010010 orangutan 2
-10100010010 editee 2
-10100010010 organist 2
-10100010010 Osterville 2
-10100010010 unpatrolled 2
-10100010010 atelier 3
-10100010010 ibis 3
-10100010010 instrumentality 3
-10100010010 endoscope 3
-10100010010 eight-iron 3
-10100010010 ex-communist 3
-10100010010 underachiever 3
-10100010010 anticoagulant 3
-10100010010 introvert 3
-10100010010 applicator 3
-10100010010 Doum 3
-10100010010 icebox 3
-10100010010 ensign 3
-10100010010 pagare 3
-10100010010 eraser 4
-10100010010 man-hour 4
-10100010010 elegy 4
-10100010010 obelisk 4
-10100010010 acupuncturist 4
-10100010010 anticlimax 5
-10100010010 alleyway 5
-10100010010 amoeba 5
-10100010010 easement 5
-10100010010 abacus 6
-10100010010 appendectomy 6
-10100010010 impostor 6
-10100010010 amenity 6
-10100010010 asterisk 6
-10100010010 autocrat 6
-10100010010 eyesore 6
-10100010010 anchorage 7
-10100010010 adulterer 7
-10100010010 attention-getter 7
-10100010010 android 7
-10100010010 aphrodisiac 7
-10100010010 egomaniac 7
-10100010010 agnostic 8
-10100010010 octave 8
-10100010010 earful 9
-10100010010 underperformer 9
-10100010010 Elkhorn 10
-10100010010 easel 10
-10100010010 outhouse 10
-10100010010 antihistamine 11
-10100010010 annulment 11
-10100010010 aftershock 11
-10100010010 abomination 12
-10100010010 ashtray 13
-10100010010 annum 14
-10100010010 idealist 14
-10100010010 also-ran 15
-10100010010 inflation-fighter 15
-10100010010 end-run 15
-10100010010 iota 15
-10100010010 encore 17
-10100010010 A-plus 18
-10100010010 S.O.B. 18
-10100010010 deciliter 19
-10100010010 oddity 20
-10100010010 opportunist 23
-10100010010 enigma 24
-10100010010 accomplice 26
-10100010010 uptrend 27
-10100010010 afterthought 27
-10100010010 anachronism 29
-10100010010 arrow 30
-10100010010 ambush 48
-10100010010 optimist 51
-10100010010 anomaly 72
-10100010010 se 81
-10100010010 interviewer 95
-10100010010 intermediary 115
-10100010010 aberration 124
-10100010010 uphill 149
-10100010010 acre 182
-10100010010 outsider 232
-10100010010 advertisement 249
-10100010010 inch 251
-10100010010 ounce 2213
-10100010010 hour 2224
-10100010010 interview 4336
-10100010011 artspeak 1
-10100010011 awareness-training 1
-10100010011 microenvironment 1
-10100010011 battlement 1
-10100010011 emmissions 1
-10100010011 invester 1
-10100010011 self-explanations 1
-10100010011 otolaryngologist 1
-10100010011 arson-for-profit 1
-10100010011 in-joke 1
-10100010011 twenty-nine 1
-10100010011 anti-fundamentalist 1
-10100010011 ACT-SO 1
-10100010011 Airbus-300 1
-10100010011 raider-villains 1
-10100010011 orienting 1
-10100010011 Illinoisan 1
-10100010011 animal-exchange 1
-10100010011 entrepreneurial-studies 1
-10100010011 FDIC-sponsored 1
-10100010011 girlfully 1
-10100010011 elementary-school-French 1
-10100010011 adult-care 1
-10100010011 bodyblow 1
-10100010011 egg-grading 1
-10100010011 ex-Maoist 1
-10100010011 non-mice 1
-10100010011 officer-exchange 1
-10100010011 petroleum-acquisition 1
-10100010011 insurance-style 1
-10100010011 boner 1
-10100010011 oil-sensing 1
-10100010011 pallet 1
-10100010011 finial 1
-10100010011 affort 1
-10100010011 menance 1
-10100010011 arms-elimination 1
-10100010011 output-cutting 1
-10100010011 89.76 1
-10100010011 genuflection 1
-10100010011 Amoco-owned 1
-10100010011 negotiatiors 1
-10100010011 110.22 1
-10100010011 resemblence 1
-10100010011 employee-reduction 1
-10100010011 all-Mozart 1
-10100010011 car-line 1
-10100010011 backing-up 1
-10100010011 carwashes 1
-10100010011 overexposures 1
-10100010011 thumb-sucking 1
-10100010011 stock-switching 1
-10100010011 all-Copland 1
-10100010011 evacuant 1
-10100010011 travel-weariness 1
-10100010011 deadness 1
-10100010011 investment-promotion 1
-10100010011 ethics-education 1
-10100010011 starchiness 1
-10100010011 proneness 1
-10100010011 all-Ellington 1
-10100010011 energizer 1
-10100010011 162,870 1
-10100010011 mislabelings 1
-10100010011 2200s 1
-10100010011 upgrade-coordinating 1
-10100010011 18-yarder 1
-10100010011 nurse-organizing 1
-10100010011 endurable 2
-10100010011 piquancy 2
-10100010011 sonority 2
-10100010011 inflated-invoice 2
-10100010011 RAMs 2
-10100010011 counterpoints 2
-10100010011 anxiousness 2
-10100010011 vinblastine 2
-10100010011 satchels 2
-10100010011 service-centers 2
-10100010011 anti-climax 3
-10100010011 interruptaholic 3
-10100010011 all-digital 3
-10100010011 oldie 3
-10100010011 exemplar 3
-10100010011 earpiece 4
-10100010011 obeisance 4
-10100010011 adherent 4
-10100010011 axe 5
-10100010011 apologia 5
-10100010011 addendum 5
-10100010011 eye-opener 6
-10100010011 appendage 6
-10100010011 analogue 6
-10100010011 understudy 9
-10100010011 internship 9
-10100010011 inroad 9
-10100010011 enticement 10
-10100010011 ambassadorship 10
-10100010011 ode 11
-10100010011 approximation 12
-10100010011 exhortation 17
-10100010011 epitaph 17
-10100010011 irritant 26
-10100010011 blanche 26
-10100010011 allusion 31
-10100010011 affront 34
-10100010011 ultimatum 36
-10100010011 overreaction 51
-10100010011 antidote 55
-10100010011 inducement 67
-10100010011 impediment 81
-10100010011 apology 108
-10100010011 insult 115
-10100010011 impetus 188
-10100010011 objection 219
-10100010011 invitation 308
-10100010011 embarrassment 330
-10100010011 excuse 363
-10100010011 obstacle 450
-10100010011 incentive 1463
-10100010011 alternative 2301
-10100010011 opportunity 2965
-10100010011 option 3205
-10100010011 attempt 4194
-10100010011 effort 7127
-10100010100 hotdog-to-go 1
-10100010100 counterchallenge 1
-10100010100 womanfully 1
-10100010100 router 1
-10100010100 vica 1
-10100010100 frug 1
-10100010100 stencil 1
-10100010100 lustre 1
-10100010100 howdy-do 1
-10100010100 700-pound-woman 1
-10100010100 chiropracter 1
-10100010100 counter-ideology 1
-10100010100 shareand 1
-10100010100 4,445 1
-10100010100 late-comer 1
-10100010100 codicil 1
-10100010100 ricotta 1
-10100010100 half-guilder 1
-10100010100 subisidiaries 1
-10100010100 president/publishers 1
-10100010100 bedfellow 1
-10100010100 moneylender 1
-10100010100 surpise 1
-10100010100 player/actor 1
-10100010100 fruit-yield 1
-10100010100 midsections 1
-10100010100 stepping-stone 1
-10100010100 B-24s 1
-10100010100 Kennedyites 1
-10100010100 cross-appeal 1
-10100010100 quarter-turn 1
-10100010100 coondog 1
-10100010100 clasps 1
-10100010100 93-seat 1
-10100010100 reluctancy 1
-10100010100 schnook 1
-10100010100 mammy 1
-10100010100 xenophobe 1
-10100010100 Rottweiler 1
-10100010100 centime 1
-10100010100 sitcoms-within-a-sitcom 1
-10100010100 successsor 1
-10100010100 Impulses 1
-10100010100 eye-banger 1
-10100010100 20-yarder 1
-10100010100 moralizer 1
-10100010100 Bophuthatswanan 1
-10100010100 backdoors 1
-10100010100 willingess 1
-10100010100 manueuver 1
-10100010100 14-yarder 1
-10100010100 mailboat 1
-10100010100 300- 1
-10100010100 scientist-consultant 1
-10100010100 superagency 2
-10100010100 modulations 2
-10100010100 firefights 2
-10100010100 subtheme 2
-10100010100 late-16th-century 2
-10100010100 body-blow 2
-10100010100 lusher 2
-10100010100 excitement. 2
-10100010100 royalist 2
-10100010100 drubbings 2
-10100010100 stength 2
-10100010100 crappie 2
-10100010100 fictionist 2
-10100010100 Japans 2
-10100010100 near-miracle 3
-10100010100 resonances 3
-10100010100 snoozer 3
-10100010100 headdresses 3
-10100010100 problem-solver 3
-10100010100 excision 3
-10100010100 candlepower 3
-10100010100 mailmen 3
-10100010100 barn-burner 3
-10100010100 renationalization 4
-10100010100 puzzler 4
-10100010100 musket 4
-10100010100 countertrend 4
-10100010100 sidelight 4
-10100010100 frameworks 4
-10100010100 get-up 4
-10100010100 tripwire 4
-10100010100 cat's-paw 5
-10100010100 bridgehead 5
-10100010100 mitigation 5
-10100010100 pre-conditions 5
-10100010100 ringer 5
-10100010100 ornamentation 5
-10100010100 latecomer 5
-10100010100 memorials 6
-10100010100 signposts 6
-10100010100 countersanctions 6
-10100010100 chameleon 6
-10100010100 counterpunch 6
-10100010100 counterforce 7
-10100010100 steppingstone 7
-10100010100 Tribute 8
-10100010100 turnoff 9
-10100010100 Salute 9
-10100010100 recalculation 11
-10100010100 morsel 11
-10100010100 carryover 12
-10100010100 sledgehammer 13
-10100010100 10- 14
-10100010100 paean 15
-10100010100 misstatement 17
-10100010100 capitulation 17
-10100010100 palliative 18
-10100010100 godfather 18
-10100010100 subterfuge 20
-10100010100 stimulant 21
-10100010100 smokescreen 21
-10100010100 cataclysm 22
-10100010100 counterweight 24
-10100010100 predisposition 27
-10100010100 counterpoint 28
-10100010100 precondition 29
-10100010100 provocation 32
-10100010100 hindrance 35
-10100010100 breakout 35
-10100010100 testament 37
-10100010100 disturbance 37
-10100010100 disincentive 39
-10100010100 throwback 39
-10100010100 gratuity 41
-10100010100 technicality 44
-10100010100 rebuttal 48
-10100010100 pretext 51
-10100010100 yardstick 51
-10100010100 rebuke 53
-10100010100 springboard 56
-10100010100 menace 61
-10100010100 precursor 65
-10100010100 prerequisite 68
-10100010100 disservice 71
-10100010100 roadblock 75
-10100010100 consolation 75
-10100010100 giveaway 84
-10100010100 relevance 87
-10100010100 resemblance 91
-10100010100 recourse 92
-10100010100 monument 99
-10100010100 prelude 105
-10100010100 sin 123
-10100010100 clue 129
-10100010100 stranger 131
-10100010100 boon 144
-10100010100 tribute 153
-10100010100 lengths 162
-10100010100 contributor 168
-10100010100 temptation 182
-10100010100 clues 263
-10100010100 concession 294
-10100010100 barrier 350
-10100010100 tendency 449
-10100010100 precedent 483
-10100010100 reference 628
-10100010100 transition 794
-10100010100 solution 1504
-10100010100 threat 2608
-10100010100 ways 3406
-10100010100 chance 3442
-10100010101 mademoiselle 1
-10100010101 CLHB 1
-10100010101 JII 1
-10100010101 POAI 1
-10100010101 industry-wafting 1
-10100010101 Rochesters 1
-10100010101 positionings 1
-10100010101 WCRSY 1
-10100010101 PSB.WS 1
-10100010101 CMAFC 1
-10100010101 HYI 1
-10100010101 cash-plus-securities 1
-10100010101 amateurishness 1
-10100010101 jabber 1
-10100010101 macroscopic 1
-10100010101 viscosities 1
-10100010101 PANL 1
-10100010101 ATO 1
-10100010101 dogfighting 1
-10100010101 liabilitysince 1
-10100010101 JMPC 1
-10100010101 LARL 1
-10100010101 snoot 1
-10100010101 X-MPs 1
-10100010101 Boz-worth 1
-10100010101 Edal 1
-10100010101 window-shop 1
-10100010101 DMF 1
-10100010101 MWGP 1
-10100010101 METC 1
-10100010101 124.30-yen 1
-10100010101 tram-ride 1
-10100010101 sociobabble 1
-10100010101 indoor-track 1
-10100010101 79,072 1
-10100010101 private-labels 1
-10100010101 survelance 1
-10100010101 REAS 1
-10100010101 eyes/Look 1
-10100010101 Goldfarbs 1
-10100010101 enormities 1
-10100010101 tendril 1
-10100010101 hairdryers 1
-10100010101 bejesus 1
-10100010101 earthling 1
-10100010101 K-rations 1
-10100010101 3,131,000 1
-10100010101 Rouse. 1
-10100010101 HWNC 1
-10100010101 FBTC 1
-10100010101 TOV 1
-10100010101 CXV 1
-10100010101 code-word 1
-10100010101 2,814 1
-10100010101 monetarily 1
-10100010101 getting-to-know 1
-10100010101 Feb.19 1
-10100010101 ashcan 1
-10100010101 hairdresser-husband 1
-10100010101 alehouses 1
-10100010101 CBOG 1
-10100010101 USM 1
-10100010101 requisites 1
-10100010101 LVX 1
-10100010101 HLYS 1
-10100010101 stepladders 1
-10100010101 IHKSV 1
-10100010101 98-pound 1
-10100010101 assistor 1
-10100010101 Anne-Sophie 1
-10100010101 170,517 1
-10100010101 non-performer 1
-10100010101 GMGW 1
-10100010101 GNE 1
-10100010101 NWGI 1
-10100010101 self-possession 1
-10100010101 brand-names 1
-10100010101 VRSY 1
-10100010101 proles 1
-10100010101 Lenin. 1
-10100010101 TDRLF 1
-10100010101 VCEL 1
-10100010101 INBS 1
-10100010101 FRC 1
-10100010101 PPT 1
-10100010101 PSF 1
-10100010101 TTF 1
-10100010101 HYB 1
-10100010101 U.S.that 1
-10100010101 fuel-but 1
-10100010101 snowdrops 1
-10100010101 FPRY 1
-10100010101 NGFCF 1
-10100010101 NRG 1
-10100010101 STW 1
-10100010101 duvets 1
-10100010101 SLRV 1
-10100010101 FFGT 1
-10100010101 no-brainer-if 1
-10100010101 toots 1
-10100010101 long-discredited 1
-10100010101 microsocieties 1
-10100010101 DM3,500 1
-10100010101 stuffings 1
-10100010101 PL-480 1
-10100010101 coach-and-horses 1
-10100010101 GLYT 1
-10100010101 LMAC 1
-10100010101 MFFC 1
-10100010101 PWRR 1
-10100010101 manager-owner 1
-10100010101 hell-hole 1
-10100010101 NNCXF 1
-10100010101 CGNEP 1
-10100010101 dissembling 1
-10100010101 BIM 1
-10100010101 UBN 1
-10100010101 CNCD 1
-10100010101 FSVA 1
-10100010101 down- 1
-10100010101 7,479 1
-10100010101 SLFC 1
-10100010101 card-counters 1
-10100010101 perimeters 1
-10100010101 preachments 2
-10100010101 Imamate 2
-10100010101 stolovia 2
-10100010101 Guasches 2
-10100010101 incarcerations 2
-10100010101 excursus 2
-10100010101 windsurfers 2
-10100010101 G-word 2
-10100010101 mid-1700s 2
-10100010101 bejeezus 2
-10100010101 stratagem 2
-10100010101 Northeasterner 2
-10100010101 workspace 2
-10100010101 recordkeeper 2
-10100010101 gravitation 2
-10100010101 brazilwood 2
-10100010101 euphony 2
-10100010101 valediction 2
-10100010101 Subandrios 2
-10100010101 ascents 2
-10100010101 Romagna 2
-10100010101 tear-jerkers 2
-10100010101 Protons 3
-10100010101 bodices 3
-10100010101 variousness 3
-10100010101 darnedest 3
-10100010101 5-foot-2 3
-10100010101 nabobs 3
-10100010101 Philadelphian 3
-10100010101 sleigh 3
-10100010101 darndest 3
-10100010101 legitimization 4
-10100010101 toolbox 4
-10100010101 semicircle 5
-10100010101 sotto 5
-10100010101 damnedest 5
-10100010101 daylights 6
-10100010101 bylines 7
-10100010101 trendline 7
-10100010101 way. 11
-10100010101 soonest 13
-10100010101 way 17452
-10100010101 prologue 14
-10100010110 1807 1
-10100010110 viticulture 1
-10100010110 1960-64 1
-10100010110 residence. 1
-10100010110 London-contributed 1
-10100010110 canticles 1
-10100010110 wig-wearing 1
-10100010110 1583 1
-10100010110 perniciousness 1
-10100010110 Unicbank 1
-10100010110 Chicago. 1
-10100010110 ton-miles 1
-10100010110 even-aged 1
-10100010110 Schnucks 1
-10100010110 midspeech 1
-10100010110 parttimers 1
-10100010110 additon 1
-10100010110 25th-anniversary 1
-10100010110 superefficient 1
-10100010110 anti-piracy 1
-10100010110 1951-52 1
-10100010110 10-box 1
-10100010110 DONATIONS 1
-10100010110 politcs 1
-10100010110 Pfannenstiel 1
-10100010110 contradistinction 1
-10100010110 blue-water 1
-10100010110 '91 1
-10100010110 Beersheva 1
-10100010110 Arzamas 1
-10100010110 tattling 1
-10100010110 Mummers 1
-10100010110 Pittburgh 1
-10100010110 doodad 1
-10100010110 vestors 1
-10100010110 Port-of-Spain 1
-10100010110 Stravropol 1
-10100010110 Pepsilike 1
-10100010110 Lap-land 1
-10100010110 Zenchiku 1
-10100010110 Rochester. 1
-10100010110 Maschera 1
-10100010110 bass-dominated 1
-10100010110 pressroom 2
-10100010110 Wanaka 2
-10100010110 1638 2
-10100010110 Pittsburgh. 2
-10100010110 Jurong 2
-10100010110 mantillas 2
-10100010110 headfirst 2
-10100010110 Relation 2
-10100010110 indentations 2
-10100010110 soft-cover 2
-10100010110 November. 2
-10100010110 endeavoring 2
-10100010110 greatcoat 2
-10100010110 weapons-building 2
-10100010110 Marudi 2
-10100010110 intenders 3
-10100010110 utero 3
-10100010110 Argos 3
-10100010110 Babysitting 4
-10100010110 midsentence 4
-10100010110 undersupply 4
-10100010110 foal 7
-10100010110 midstream 9
-10100010110 thrall 12
-10100010110 reponse 13
-10100010110 deference 80
-10100010110 vain 120
-10100010110 jeopardy 178
-10100010110 relation 296
-10100010110 principle 1754
-10100010110 reaction 1897
-10100010110 order 8164
-10100010110 response 4310
-10100010111 extraneity 1
-10100010111 Schweikmost 1
-10100010111 un-chic 1
-10100010111 incapability 1
-10100010111 unacceptability 1
-10100010111 linespeed 1
-10100010111 visor 1
-10100010111 overwillingness 1
-10100010111 homages 1
-10100010111 29-yarder 1
-10100010111 ambassador-designate 1
-10100010111 milltowns 1
-10100010111 bill-collectors 1
-10100010111 mega-agreement 1
-10100010111 inabilty 1
-10100010111 Camargue 1
-10100010111 ablility 1
-10100010111 protfolio 1
-10100010111 Vow 1
-10100010111 flunkies 1
-10100010111 inkwell 1
-10100010111 Barcaloungers 1
-10100010111 workshed 1
-10100010111 VideoGuide 1
-10100010111 Payoff 1
-10100010111 vists 1
-10100010111 intructions 1
-10100010111 ten-year-old 1
-10100010111 splaining 1
-10100010111 yachtrepreneurs 1
-10100010111 Enough-go 1
-10100010111 bank-bashing 1
-10100010111 panegyric 1
-10100010111 13,510,000 1
-10100010111 susceptibilities 1
-10100010111 kinsmen 1
-10100010111 sergeant-at-arms 2
-10100010111 nearness 2
-10100010111 indebtness 2
-10100010111 reproof 2
-10100010111 Pastamatic 2
-10100010111 allocable 2
-10100010111 Attempt 2
-10100010111 hindrances 2
-10100010111 recommitment 2
-10100010111 wombs 3
-10100010111 preachings 3
-10100010111 re-admission 3
-10100010111 Ability 3
-10100010111 EFTA 3
-10100010111 acquiesence 4
-10100010111 resemblances 4
-10100010111 keenness 4
-10100010111 incantations 4
-10100010111 16- 5
-10100010111 receptiveness 5
-10100010111 immunities 6
-10100010111 congregants 6
-10100010111 parliament-in-exile 6
-10100010111 paeans 8
-10100010111 riposte 9
-10100010111 pilgrimages 10
-10100010111 receptivity 11
-10100010111 subordination 12
-10100010111 contortions 15
-10100010111 newness 15
-10100010111 overexposure 17
-10100010111 susceptibility 19
-10100010111 allusions 20
-10100010111 protestations 22
-10100010111 refusals 22
-10100010111 responsiveness 30
-10100010111 entreaties 31
-10100010111 assent 31
-10100010111 audacity 36
-10100010111 hesitancy 38
-10100010111 insensitivity 45
-10100010111 closeness 46
-10100010111 acquiescence 47
-10100010111 compulsion 49
-10100010111 attachment 62
-10100010111 impediments 65
-10100010111 haste 67
-10100010111 propensity 75
-10100010111 proximity 79
-10100010111 devotion 83
-10100010111 aversion 85
-10100010111 adherence 93
-10100010111 indifference 97
-10100010111 dedication 100
-10100010111 eagerness 104
-10100010111 energies 116
-10100010111 inclination 131
-10100010111 readiness 134
-10100010111 unwillingness 135
-10100010111 bylaws 155
-10100010111 zeal 180
-10100010111 vulnerability 209
-10100010111 sensitivity 230
-10100010111 references 256
-10100010111 overtures 278
-10100010111 additions 307
-10100010111 reluctance 345
-10100010111 responses 380
-10100010111 inability 550
-10100010111 determination 553
-10100010111 refusal 619
-10100010111 intentions 683
-10100010111 threats 691
-10100010111 objections 692
-10100010111 intention 910
-10100010111 contribution 917
-10100010111 willingness 954
-10100010111 desire 1148
-10100010111 exposure 1354
-10100010111 attempts 1582
-10100010111 commitment 1881
-10100010111 failure 2576
-10100010111 efforts 7029
-10100010111 ability 3590
-101000110000 anti-antibody 1
-101000110000 progressivists 1
-101000110000 service-free 1
-101000110000 Badea 1
-101000110000 as-of-right 1
-101000110000 megatrial 1
-101000110000 TINs 1
-101000110000 matched-book 1
-101000110000 Swingers 1
-101000110000 triple-trigger 1
-101000110000 second-highest-ranking 1
-101000110000 quota-discipline 1
-101000110000 counterplot 1
-101000110000 stablemates 1
-101000110000 superpremium-priced 1
-101000110000 aggregate-income 1
-101000110000 retrodates 1
-101000110000 nine-band 1
-101000110000 absurdum 1
-101000110000 Salt-I 1
-101000110000 AAS 1
-101000110000 nominee-apparent 1
-101000110000 campaign. 2
-101000110000 tapado 2
-101000110000 rower 2
-101000110000 Max-Saver 2
-101000110000 maxi-trial 2
-101000110000 fellow-traveler 2
-101000110000 sourdoughs 2
-101000110000 supergiants 2
-101000110000 barstool 2
-101000110000 sales-related 2
-101000110000 Tidings 2
-101000110000 poolers 2
-101000110000 basilica 2
-101000110000 baptistery 2
-101000110000 heartlessness 2
-101000110000 Prize-winner 2
-101000110000 Laureate 3
-101000110000 Ji 3
-101000110000 redoubts 3
-101000110000 drawing-room 3
-101000110000 tartan 3
-101000110000 anti-idiotypes 3
-101000110000 Universiad 3
-101000110000 timeframe 3
-101000110000 encampment 3
-101000110000 consumables 3
-101000110000 compaign 3
-101000110000 potentate 3
-101000110000 trapdoor 3
-101000110000 firewalls 4
-101000110000 pathfinder 4
-101000110000 safer-sex 4
-101000110000 gibes 4
-101000110000 constitutionalist 4
-101000110000 homeopathic 4
-101000110000 cloakroom 4
-101000110000 lib 4
-101000110000 collapsible 5
-101000110000 lilt 5
-101000110000 schema 5
-101000110000 rabble-rousing 5
-101000110000 wipeout 6
-101000110000 frogman 6
-101000110000 landfall 6
-101000110000 seamstress 8
-101000110000 dialectic 8
-101000110000 swearing-in 11
-101000110000 fete 14
-101000110000 frontrunner 16
-101000110000 copywriter 16
-101000110000 counteroffensive 18
-101000110000 theoretician 21
-101000110000 drawl 21
-101000110000 Olympiad 22
-101000110000 pitchman 26
-101000110000 opener 30
-101000110000 crusader 32
-101000110000 aspirant 34
-101000110000 go-between 36
-101000110000 sweepstakes 66
-101000110000 hopefuls 71
-101000110000 insurgency 121
-101000110000 blitz 129
-101000110000 challenger 138
-101000110000 front-runner 148
-101000110000 crusade 152
-101000110000 fund-raiser 160
-101000110000 palace 163
-101000110000 caucus 164
-101000110000 contender 234
-101000110000 candidacy 264
-101000110000 caucuses 284
-101000110000 primaries 300
-101000110000 Games 557
-101000110000 platform 767
-101000110000 camp 844
-101000110000 nominee 895
-101000110000 convention 1386
-101000110000 nomination 1545
-101000110000 victory 2147
-101000110000 race 2170
-101000110000 campaign 8400
-101000110000 candidate 3086
-101000110001 now-you're-a-legend 1
-101000110001 out-loud 1
-101000110001 ascetic-looking 1
-101000110001 dystopian 1
-101000110001 debt-fornature 1
-101000110001 FAPA. 1
-101000110001 cornmeal-coated 1
-101000110001 august-sounding 1
-101000110001 gray-marketeers 1
-101000110001 Oscar-nominated 1
-101000110001 gourmandizing 1
-101000110001 Northrop-produced 1
-101000110001 monk-like 1
-101000110001 PSA. 1
-101000110001 inspirer 1
-101000110001 6500 1
-101000110001 ECC. 1
-101000110001 commercial-heat 1
-101000110001 Petipa/Gorsky 1
-101000110001 month-would 1
-101000110001 September-to-June 1
-101000110001 over-collections 1
-101000110001 Konsomol 1
-101000110001 10-run 1
-101000110001 twin-plant 1
-101000110001 water-deluge 1
-101000110001 hosta 1
-101000110001 zinnia 1
-101000110001 Scandinavian-inspired 1
-101000110001 often-heralded 1
-101000110001 shrublike 1
-101000110001 hairy-leaved 1
-101000110001 unwieldy-sounding 1
-101000110001 silver-screen-come-to-life 1
-101000110001 Stopping. 1
-101000110001 Coralli-Petipa 1
-101000110001 silent-movie-style 1
-101000110001 study. 1
-101000110001 debate-is 1
-101000110001 HCFA. 1
-101000110001 Gibraltar. 1
-101000110001 yield-management 1
-101000110001 police. 1
-101000110001 now-discarded 1
-101000110001 setback. 1
-101000110001 learning. 1
-101000110001 Fujisan 1
-101000110001 Op-ed 1
-101000110001 earth-penetrator 1
-101000110001 Tortes 1
-101000110001 stodgier-sounding 1
-101000110001 1/2-octave 1
-101000110001 race. 1
-101000110001 15,693-line 1
-101000110001 now-widespread 1
-101000110001 call-backs 1
-101000110001 football-shaped 1
-101000110001 aluminum-cased 1
-101000110001 individuals. 1
-101000110001 soundware-software 1
-101000110001 consultant. 1
-101000110001 ill-described 1
-101000110001 sprint-and-coast 1
-101000110001 cartel. 1
-101000110001 Liberace-style 1
-101000110001 Basie-Green 1
-101000110001 computerized-database 1
-101000110001 non-procedure 1
-101000110001 Spielberg-directed 1
-101000110001 immunoregulator 1
-101000110001 LaserShare 1
-101000110001 unspecifed 1
-101000110001 expert-systems 1
-101000110001 ultracold 1
-101000110001 13,671 1
-101000110001 data-reading 1
-101000110001 35-to-50-year-old 1
-101000110001 Israeli-American 1
-101000110001 solemncholy 1
-101000110001 Lawrence-Rafii 1
-101000110001 Bush-as-a- 1
-101000110001 660th 1
-101000110001 unneccessarily 1
-101000110001 Take-Aways 1
-101000110001 Give-Aways 1
-101000110001 acupunctures 1
-101000110001 eveninglong 1
-101000110001 unbearlike 1
-101000110001 Isetta 1
-101000110001 purchase. 1
-101000110001 public-hearing 1
-101000110001 under-rehearsed 1
-101000110001 non-words 1
-101000110001 Powells 1
-101000110001 gun-training 1
-101000110001 asphyxiating 1
-101000110001 HP-12-C 1
-101000110001 micro- 1
-101000110001 accursed 1
-101000110001 mile-range 1
-101000110001 no-longer-practiced 1
-101000110001 wowability 1
-101000110001 Western-designated 1
-101000110001 cubist-inspired 1
-101000110001 now- 1
-101000110001 sailers 1
-101000110001 21-LP 1
-101000110001 squawky 1
-101000110001 four-times-optioned 1
-101000110001 Hemdale-financed 1
-101000110001 over-inked 1
-101000110001 long-heralded 1
-101000110001 resignation. 1
-101000110001 red-green 1
-101000110001 gray-cold 1
-101000110001 clean-scrubbed 1
-101000110001 early-19th 1
-101000110001 Flea-O-Rama 1
-101000110001 serio-comic 1
-101000110001 happily-ever-after 1
-101000110001 penumbra-based 1
-101000110001 NMP-produced 1
-101000110001 just-out 1
-101000110001 Kesslers 1
-101000110001 cafe-lined 1
-101000110001 anti-androgens 1
-101000110001 swamp-creature 1
-101000110001 Dimple 1
-101000110001 partner-notification 1
-101000110001 sulfa-drug 1
-101000110001 curves. 1
-101000110001 much-celebrated 1
-101000110001 Civ. 1
-101000110001 end-of-day 1
-101000110001 yet-to-be-proven 1
-101000110001 adder 1
-101000110001 strongarm 1
-101000110001 pobre 1
-101000110001 crepuscular 1
-101000110001 3,296 1
-101000110001 still-startling 1
-101000110001 URC. 1
-101000110001 platinum-gold 1
-101000110001 much-advertised 1
-101000110001 fluoxetine 1
-101000110001 28-quarter 1
-101000110001 comparative-negligence 1
-101000110001 non-sightseer 1
-101000110001 1,296 1
-101000110001 transition. 1
-101000110001 Biedermier 1
-101000110001 mini-tax 1
-101000110001 kettle-timbred 1
-101000110001 hearttugging 1
-101000110001 yachtsman-broadcaster 1
-101000110001 REALs 1
-101000110001 FDA-Summers 1
-101000110001 Cell. 1
-101000110001 modified. 1
-101000110001 security-analysis 1
-101000110001 pull-back 1
-101000110001 presentment-clause 1
-101000110001 recently-acquired 1
-101000110001 now-epic 1
-101000110001 wolfer 1
-101000110001 micro-brewers 1
-101000110001 hurricane-caused 1
-101000110001 201st 1
-101000110001 mandatory-attendance 1
-101000110001 basket-stuffing 1
-101000110001 Giacometti-influenced 1
-101000110001 two-yard-high 1
-101000110001 80,000-ton-a 1
-101000110001 baroque-inspired 1
-101000110001 self-dubbed 1
-101000110001 disseration 1
-101000110001 Bambi-syndronists 1
-101000110001 office/dept 1
-101000110001 not-so-funny 1
-101000110001 exiguous 1
-101000110001 piks 1
-101000110001 megaborrowers 1
-101000110001 prision 1
-101000110001 too-often-seen 1
-101000110001 aircraft-like 1
-101000110001 ras 1
-101000110001 McArrogance 1
-101000110001 long-lamented 1
-101000110001 1,685 1
-101000110001 toe-tapper 1
-101000110001 0259-86-3630 1
-101000110001 house-price 1
-101000110001 Phreak 1
-101000110001 LDP. 1
-101000110001 election. 1
-101000110001 35mms 1
-101000110001 inamorata 1
-101000110001 editorial-writing 1
-101000110001 anti-warehousing 1
-101000110001 unnumbered 1
-101000110001 election-Olympic 1
-101000110001 compatiblizers 1
-101000110001 powersteering 1
-101000110001 AIDS-defining 1
-101000110001 port-shopping 1
-101000110001 one-semester 1
-101000110001 al-Salaam 1
-101000110001 Ruggeri 1
-101000110001 headliner 2
-101000110001 speechwriting 2
-101000110001 FARs 2
-101000110001 CSPAN 2
-101000110001 U.P. 2
-101000110001 NB 2
-101000110001 two-column 2
-101000110001 1338 2
-101000110001 back-of-the-book 2
-101000110001 third-graders 2
-101000110001 Olympic-election 2
-101000110001 UDPS 2
-101000110001 lustful 2
-101000110001 relabeling 2
-101000110001 mid-forties 2
-101000110001 THEATER 2
-101000110001 foulards 2
-101000110001 DINKS 2
-101000110001 light-fingered 2
-101000110001 KPRP 2
-101000110001 inchworm 2
-101000110001 Trumpets 2
-101000110001 W2 2
-101000110001 misreporting 2
-101000110001 one-handers 2
-101000110001 claims-made 2
-101000110001 asymetrical 2
-101000110001 barbell 2
-101000110001 Mum 2
-101000110001 giraffes 2
-101000110001 nonperformance 2
-101000110001 billion-ECU 2
-101000110001 pull-ahead 2
-101000110001 Napo 2
-101000110001 rain-forest 2
-101000110001 recording. 2
-101000110001 Nixon-Ford 3
-101000110001 process. 3
-101000110001 non-banks 3
-101000110001 FUN 3
-101000110001 anti-idiotype 3
-101000110001 comparative-fault 3
-101000110001 pre-calculus 3
-101000110001 TBMs 3
-101000110001 exterminator 3
-101000110001 graphical-user-interface 3
-101000110001 ATR-42 3
-101000110001 overpass 3
-101000110001 OS-2 3
-101000110001 upper-affluent 3
-101000110001 festivity 3
-101000110001 speechmaking 3
-101000110001 anti- 4
-101000110001 agreement. 4
-101000110001 8,448 4
-101000110001 superstations 4
-101000110001 show. 4
-101000110001 sportsmanship 5
-101000110001 Oktoberfest 5
-101000110001 p.r. 5
-101000110001 Bechuanaland 5
-101000110001 greensward 5
-101000110001 almanac 6
-101000110001 bannings 6
-101000110001 scoreless 6
-101000110001 SARs 6
-101000110001 stenciled 6
-101000110001 EAS 6
-101000110001 insulator 7
-101000110001 intercom 7
-101000110001 censuses 7
-101000110001 Regions 7
-101000110001 renovators 7
-101000110001 by-elections 8
-101000110001 oncogene 9
-101000110001 patrimony 9
-101000110001 magnum 10
-101000110001 encyclical 10
-101000110001 adapter 11
-101000110001 IRA-Plus 11
-101000110001 prefix 11
-101000110001 razzmatazz 11
-101000110001 Asides 13
-101000110001 editorialist 13
-101000110001 Rossiya 14
-101000110001 go-around 16
-101000110001 expletive 16
-101000110001 Viewpoint 41
-101000110001 op-ed 65
-101000110001 balloting 142
-101000110001 essay 160
-101000110001 column 832
-101000110001 editorial 1855
-101000110001 elections 2204
-101000110001 election 4543
-101000110001 article 3812
-101000110010 Zeiss-Ikon 1
-101000110010 serfs-in-fact 1
-101000110010 FLOODING 1
-101000110010 Barcalounger 1
-101000110010 self-torture 1
-101000110010 multisourcing 1
-101000110010 oddness 1
-101000110010 tithe 2
-101000110010 overtone 2
-101000110010 laager 2
-101000110010 bonhomie 2
-101000110010 agenda. 2
-101000110010 call-ups 2
-101000110010 atomization 2
-101000110010 digression 2
-101000110010 predispositions 2
-101000110010 off-ramp 2
-101000110010 avowal 2
-101000110010 Alp 2
-101000110010 pinafores 2
-101000110010 garishness 2
-101000110010 disavowals 3
-101000110010 smelts 3
-101000110010 OS 3
-101000110010 impracticality 3
-101000110010 gunplay 3
-101000110010 undersheriff 3
-101000110010 entre 3
-101000110010 captor 3
-101000110010 recognitions 3
-101000110010 bureacracy 4
-101000110010 investigation. 4
-101000110010 potboiler 4
-101000110010 farewells 4
-101000110010 automaton 4
-101000110010 anteroom 4
-101000110010 expansiveness 4
-101000110010 octopuses 5
-101000110010 inhabitant 5
-101000110010 looseness 5
-101000110010 arsonist 5
-101000110010 profundity 5
-101000110010 oscilloscope 5
-101000110010 shibboleth 6
-101000110010 disciplinarian 6
-101000110010 seige 6
-101000110010 utterance 6
-101000110010 oration 7
-101000110010 agitator 7
-101000110010 avocation 7
-101000110010 epilogue 7
-101000110010 initiator 7
-101000110010 epigram 7
-101000110010 aggrandizement 7
-101000110010 affections 7
-101000110010 observances 7
-101000110010 overpayment 8
-101000110010 carburetor 8
-101000110010 obstructionism 8
-101000110010 incongruity 9
-101000110010 banishment 10
-101000110010 animus 10
-101000110010 abnormality 10
-101000110010 MPV 10
-101000110010 isle 10
-101000110010 frailty 10
-101000110010 orchestration 11
-101000110010 aftertaste 11
-101000110010 specification 11
-101000110010 interception 13
-101000110010 irregularity 13
-101000110010 extrapolation 14
-101000110010 conceptions 15
-101000110010 inhibitor 15
-101000110010 obituary 17
-101000110010 earnestness 17
-101000110010 idiom 17
-101000110010 ass 18
-101000110010 indulgence 21
-101000110010 attic 21
-101000110010 letterhead 21
-101000110010 odyssey 21
-101000110010 bombardment 22
-101000110010 artifact 24
-101000110010 abdication 25
-101000110010 undercurrent 25
-101000110010 narration 26
-101000110010 cross-examination 26
-101000110010 edifice 26
-101000110010 intrusions 26
-101000110010 tutelage 28
-101000110010 encroachment 28
-101000110010 incursion 28
-101000110010 machinations 29
-101000110010 ointment 29
-101000110010 autopsy 29
-101000110010 infiltration 29
-101000110010 imprimatur 30
-101000110010 exposition 30
-101000110010 anthology 33
-101000110010 enlargement 34
-101000110010 acquittal 34
-101000110010 insurrection 35
-101000110010 itinerary 36
-101000110010 anecdote 37
-101000110010 absurdity 38
-101000110010 abstraction 39
-101000110010 oligopoly 39
-101000110010 annoyance 39
-101000110010 overstatement 41
-101000110010 ethos 42
-101000110010 impairment 44
-101000110010 arbiter 44
-101000110010 affirmation 44
-101000110010 ambiance 45
-101000110010 largess 46
-101000110010 admirer 50
-101000110010 exaggeration 54
-101000110010 outburst 55
-101000110010 entree 66
-101000110010 understatement 71
-101000110010 imprint 73
-101000110010 occurrence 73
-101000110010 altitude 75
-101000110010 allotment 76
-101000110010 adaptation 77
-101000110010 injustice 77
-101000110010 forays 82
-101000110010 intrusion 84
-101000110010 interrogation 86
-101000110010 about-face 89
-101000110010 servant 97
-101000110010 uproar 108
-101000110010 oath 115
-101000110010 autobiography 119
-101000110010 engagement 120
-101000110010 escalation 127
-101000110010 domain 131
-101000110010 foray 136
-101000110010 invention 146
-101000110010 oversupply 146
-101000110010 illustration 153
-101000110010 outcry 170
-101000110010 observation 179
-101000110010 insight 188
-101000110010 identification 220
-101000110010 entrance 248
-101000110010 offense 273
-101000110010 acceleration 358
-101000110010 admission 364
-101000110010 examination 376
-101000110010 expression 384
-101000110010 supervision 405
-101000110010 evaluation 406
-101000110010 endorsement 416
-101000110010 inspection 589
-101000110010 assessment 608
-101000110010 prosecution 614
-101000110010 interpretation 631
-101000110010 identity 652
-101000110010 scrutiny 663
-101000110010 error 697
-101000110010 probe 843
-101000110010 audit 849
-101000110010 entry 857
-101000110010 appearance 874
-101000110010 agenda 1072
-101000110010 attitude 1076
-101000110010 eye 1186
-101000110010 application 1198
-101000110010 investigations 1234
-101000110010 inquiry 1506
-101000110010 analysis 1826
-101000110010 image 2103
-101000110010 investigation 6516
-101000110010 opinion 2675
-1010001100110 Berg-Batchelder 1
-1010001100110 OSHA-commissioned 1
-1010001100110 inanely 1
-1010001100110 intermediate-nuclear-forces 1
-1010001100110 spermacides 1
-1010001100110 semi-barbarians 1
-1010001100110 aeromagnetic 1
-1010001100110 woe-is-me 1
-1010001100110 uncrossed 1
-1010001100110 stalement 1
-1010001100110 revenue-losers 1
-1010001100110 Czechoslovakians 1
-1010001100110 Harborpark 1
-1010001100110 physiotherapist 2
-1010001100110 calipers 2
-1010001100110 chaffing 2
-1010001100110 coifs 2
-1010001100110 Israelites 2
-1010001100110 1,600-patient 2
-1010001100110 region. 2
-1010001100110 928S 2
-1010001100110 charterer 2
-1010001100110 brickwork 2
-1010001100110 EPG 2
-1010001100110 autostrada 2
-1010001100110 cheerier 2
-1010001100110 ex-actor 2
-1010001100110 USGS 2
-1010001100110 other. 3
-1010001100110 Tiber 3
-1010001100110 Spartans 3
-1010001100110 Mitchells 3
-1010001100110 indaba 3
-1010001100110 newsmakers 3
-1010001100110 bureauracy 3
-1010001100110 mufti 3
-1010001100110 Turners 3
-1010001100110 Cressida 4
-1010001100110 Wrathers 4
-1010001100110 tie-breaker 4
-1010001100110 apostates 4
-1010001100110 grantee 4
-1010001100110 crudeness 4
-1010001100110 warpath 5
-1010001100110 1500s 5
-1010001100110 FX16 5
-1010001100110 pulsation 5
-1010001100110 backstroke 6
-1010001100110 Mercato 6
-1010001100110 Schubertiade 6
-1010001100110 inti 7
-1010001100110 contagiousness 7
-1010001100110 celebrants 8
-1010001100110 multitudes 10
-1010001100110 eventuality 12
-1010001100110 payday 12
-1010001100110 Tramp 12
-1010001100110 Guadalcanal 12
-1010001100110 denouement 16
-1010001100110 dugout 21
-1010001100110 woodwork 28
-1010001100110 mishap 48
-1010001100110 trusteeship 50
-1010001100110 chairmanship 241
-1010001100110 bench 251
-1010001100110 privilege 254
-1010001100110 occasion 392
-1010001100110 episode 480
-1010001100110 incident 1065
-1010001100110 event 2115
-1010001100110 case 14463
-1010001100111 Wellesey 1
-1010001100111 Locale 1
-1010001100111 Duxorcist 1
-1010001100111 economist-banker 1
-1010001100111 cross-checks 1
-1010001100111 5-foot-5 1
-1010001100111 Monett 1
-1010001100111 Perryville 1
-1010001100111 Derg 1
-1010001100111 Charades 1
-1010001100111 Gleaners 1
-1010001100111 Measurmatic 1
-1010001100111 Chinquapin 1
-1010001100111 minarettes 1
-1010001100111 Bacchae 1
-1010001100111 tap-taps 1
-1010001100111 Gershwins 1
-1010001100111 leaper 1
-1010001100111 Citibanks 1
-1010001100111 Tehran-triggered 1
-1010001100111 semi-government 1
-1010001100111 contaminations 1
-1010001100111 Dealmakers 1
-1010001100111 WKTC-FM 1
-1010001100111 Petraks 1
-1010001100111 perfumers 1
-1010001100111 co-researchers 1
-1010001100111 six-class 1
-1010001100111 flowerpot 1
-1010001100111 Whirly-Girls 1
-1010001100111 Colchester 1
-1010001100111 kinking 1
-1010001100111 Miamian 1
-1010001100111 fettuccine 1
-1010001100111 Bottings 1
-1010001100111 liberal/Keynesians 1
-1010001100111 Dalles 1
-1010001100111 FFF 1
-1010001100111 dualism 1
-1010001100111 grievant 1
-1010001100111 Duden 1
-1010001100111 788,630 1
-1010001100111 6,000-warhead 1
-1010001100111 rejecters 1
-1010001100111 author/sleuth 1
-1010001100111 Discoverers 1
-1010001100111 Creators 1
-1010001100111 Beekeepers 1
-1010001100111 Ewes 1
-1010001100111 Mastermind 1
-1010001100111 vaccinates 1
-1010001100111 no-seating 1
-1010001100111 BUNDESBANK 1
-1010001100111 ejectee 1
-1010001100111 citizen-president 1
-1010001100111 Soverville 1
-1010001100111 Jeffersons 1
-1010001100111 save-now 1
-1010001100111 Symphonettes 1
-1010001100111 stagiaires 1
-1010001100111 McName 1
-1010001100111 communally 1
-1010001100111 fair-mindedness 1
-1010001100111 11-sided 1
-1010001100111 legations 1
-1010001100111 Ghostwriter 1
-1010001100111 anti-Bolsheviks 1
-1010001100111 Gales 1
-1010001100111 ScanAmerica 1
-1010001100111 then-financially 1
-1010001100111 Tortellis 1
-1010001100111 Edisons 1
-1010001100111 4400 1
-1010001100111 cross-complaints 1
-1010001100111 late-1500s 1
-1010001100111 Gunner 1
-1010001100111 Gondoliers 1
-1010001100111 Sunshield 1
-1010001100111 spilt 1
-1010001100111 linen-service 1
-1010001100111 poncho-clad 1
-1010001100111 refreshers 1
-1010001100111 Informer 1
-1010001100111 eyebags 1
-1010001100111 Kanaks 1
-1010001100111 Misfits 1
-1010001100111 confidence-induced 1
-1010001100111 32/850 1
-1010001100111 oysterman 1
-1010001100111 Bedfordshire 1
-1010001100111 commutation 1
-1010001100111 month-to-month-growth 1
-1010001100111 Earth-birds 1
-1010001100111 Miser 1
-1010001100111 bauble 1
-1010001100111 Dhammapada 1
-1010001100111 Killers 1
-1010001100111 Supai 1
-1010001100111 Madsens 1
-1010001100111 vote-switchers 1
-1010001100111 Shaumburg 1
-1010001100111 Songlines 1
-1010001100111 half-sentences 1
-1010001100111 Keidaren 1
-1010001100111 Good-Morrow 1
-1010001100111 storeowner 1
-1010001100111 Rookies 1
-1010001100111 PLO-sanctioned 1
-1010001100111 guestworkers 1
-1010001100111 Broadway-bound 1
-1010001100111 Redeemers 1
-1010001100111 townswomen 1
-1010001100111 Manns 1
-1010001100111 Kochtopus 1
-1010001100111 Wickcliffe 1
-1010001100111 6150 1
-1010001100111 dogfish 1
-1010001100111 asset-seizure 1
-1010001100111 suppliers-St 1
-1010001100111 Skyrider 1
-1010001100111 pampas 1
-1010001100111 Bangerters 1
-1010001100111 Smug 1
-1010001100111 civil-theft 1
-1010001100111 Itos 1
-1010001100111 AAUP 1
-1010001100111 Wenham 1
-1010001100111 GOPers 1
-1010001100111 Xerophyte 1
-1010001100111 1.2-liter 1
-1010001100111 Hucksters 1
-1010001100111 under-cuirasses 1
-1010001100111 285-mile 1
-1010001100111 Fourbeats 1
-1010001100111 evaporator 1
-1010001100111 Sanksrit 1
-1010001100111 Middletons 1
-1010001100111 homolies 1
-1010001100111 Monkey-Doodle-Do 1
-1010001100111 NAEYC 1
-1010001100111 ex-manager 1
-1010001100111 Kokeses 1
-1010001100111 tee-time 1
-1010001100111 Highwayman 2
-1010001100111 workers. 2
-1010001100111 Wiz 2
-1010001100111 neologism 2
-1010001100111 Enforcer 2
-1010001100111 Welshman 2
-1010001100111 Revolutionist 2
-1010001100111 Gotliebs 2
-1010001100111 IRRC 2
-1010001100111 Afterlife 2
-1010001100111 madras 2
-1010001100111 Grandville 2
-1010001100111 Naifys 2
-1010001100111 Brethren 2
-1010001100111 Uprooted 2
-1010001100111 breastwork 2
-1010001100111 Stepfather 2
-1010001100111 523,770 2
-1010001100111 Gunslinger 2
-1010001100111 cuckold 2
-1010001100111 property-damage 2
-1010001100111 bogyman 2
-1010001100111 Cavanaughs 2
-1010001100111 Jerker 2
-1010001100111 Idolmaker 2
-1010001100111 MHA 3
-1010001100111 Dresdener 3
-1010001100111 Clicker 3
-1010001100111 Avengers 3
-1010001100111 minirally 3
-1010001100111 commitees 3
-1010001100111 rainout 3
-1010001100111 cudgel 3
-1010001100111 RULINGS 3
-1010001100111 Deuce 3
-1010001100111 Ironman 3
-1010001100111 Moderns 3
-1010001100111 Kusha 4
-1010001100111 Charmings 4
-1010001100111 kabo 4
-1010001100111 Blob 4
-1010001100111 derivatively 4
-1010001100111 Shawl 4
-1010001100111 R.A.C.E. 4
-1010001100111 recliner 4
-1010001100111 three-speed 5
-1010001100111 steerer 5
-1010001100111 Gruenbergs 5
-1010001100111 Counterlife 6
-1010001100111 updraft 6
-1010001100111 cross-complaint 6
-1010001100111 informations 7
-1010001100111 Colbys 7
-1010001100111 two-by-four 8
-1010001100111 Cocoanuts 8
-1010001100111 A-Team 9
-1010001100111 judgement 15
-1010001100111 Abyss 19
-1010001100111 bulwark 24
-1010001100111 server 29
-1010001100111 vendetta 37
-1010001100111 counterclaim 63
-1010001100111 countersuit 69
-1010001100111 affidavit 242
-1010001100111 verdict 657
-1010001100111 indictment 1503
-1010001100111 judgment 1833
-1010001100111 complaint 1847
-1010001100111 suit 8184
-1010001100111 lawsuit 2670
-1010001101000 kombinats 1
-1010001101000 cost-allocating 1
-1010001101000 more-sex-is-better 1
-1010001101000 unrealities 1
-1010001101000 mixed-nation 1
-1010001101000 confederacy 1
-1010001101000 MSRB 1
-1010001101000 centripetal 1
-1010001101000 meliorist 1
-1010001101000 agreeemnt 1
-1010001101000 counter-argument 1
-1010001101000 quick-reaction 1
-1010001101000 reinventions 1
-1010001101000 American-invented 1
-1010001101000 rubberband 1
-1010001101000 non-journalist 1
-1010001101000 division-size 1
-1010001101000 reproduction/sampling 1
-1010001101000 definer 1
-1010001101000 Badness 1
-1010001101000 versification 1
-1010001101000 scrollery 1
-1010001101000 surroundings. 1
-1010001101000 Hippopotamus 1
-1010001101000 videoscape 1
-1010001101000 mavenhood 1
-1010001101000 V-word 1
-1010001101000 ego-satisfaction 1
-1010001101000 fifteen-carrier 1
-1010001101000 shabbiness 1
-1010001101000 lubricator 1
-1010001101000 theocrat 1
-1010001101000 pro-inflationary 1
-1010001101000 Fibe-Mini 1
-1010001101000 counternationalist 1
-1010001101000 mystagogues 1
-1010001101000 sucessor 1
-1010001101000 free-spiritedness 1
-1010001101000 Futurist 1
-1010001101000 capper 1
-1010001101000 98,000-employee 1
-1010001101000 Snows 2
-1010001101000 tiredness 2
-1010001101000 fearlessness 2
-1010001101000 least-governed 2
-1010001101000 Tooz 2
-1010001101000 funder 2
-1010001101000 sentimentalist 2
-1010001101000 feistiness 2
-1010001101000 geniality 2
-1010001101000 Brontes 2
-1010001101000 SS24 2
-1010001101000 positiveness 2
-1010001101000 undergrounds 2
-1010001101000 aeries 2
-1010001101000 possibilty 2
-1010001101000 incomprehensibility 2
-1010001101000 guardedness 2
-1010001101000 gook 2
-1010001101000 Confession 2
-1010001101000 eyesores 3
-1010001101000 unlikelihood 3
-1010001101000 shogunate 3
-1010001101000 drabness 3
-1010001101000 otherworldliness 3
-1010001101000 CONCERNS 3
-1010001101000 egoism 3
-1010001101000 fantasyland 3
-1010001101000 begetter 3
-1010001101000 lenience 3
-1010001101000 LIVES 3
-1010001101000 mistranslation 3
-1010001101000 obligors 3
-1010001101000 runt 3
-1010001101000 overviews 3
-1010001101000 grinch 3
-1010001101000 tax-deductibility 3
-1010001101000 backwash 4
-1010001101000 one-sidedness 4
-1010001101000 concensus 5
-1010001101000 Pleasures 5
-1010001101000 edginess 5
-1010001101000 hallucinogen 5
-1010001101000 XMP-14 5
-1010001101000 immaturity 5
-1010001101000 oppressor 6
-1010001101000 catechism 6
-1010001101000 weirdness 6
-1010001101000 irrelevancy 7
-1010001101000 drawbridge 7
-1010001101000 insinuation 7
-1010001101000 supposition 7
-1010001101000 quotient 8
-1010001101000 tingle 8
-1010001101000 tortures 8
-1010001101000 tipoff 9
-1010001101000 subculture 11
-1010001101000 deletion 13
-1010001101000 timbre 14
-1010001101000 vibes 15
-1010001101000 verities 16
-1010001101000 axiom 16
-1010001101000 possiblity 16
-1010001101000 infraction 18
-1010001101000 conceit 19
-1010001101000 onus 21
-1010001101000 corpus 21
-1010001101000 delusion 22
-1010001101000 perpetrator 24
-1010001101000 muse 25
-1010001101000 omen 27
-1010001101000 admonition 27
-1010001101000 mindset 27
-1010001101000 tenet 29
-1010001101000 fallacy 30
-1010001101000 particulars 37
-1010001101000 mind-set 40
-1010001101000 caveat 55
-1010001101000 presumption 61
-1010001101000 stereotype 63
-1010001101000 accusation 79
-1010001101000 omission 83
-1010001101000 stigma 83
-1010001101000 thrill 88
-1010001101000 illusion 139
-1010001101000 realization 172
-1010001101000 implication 189
-1010001101000 allegation 200
-1010001101000 premise 202
-1010001101000 trick 223
-1010001101000 proposition 244
-1010001101000 irony 309
-1010001101000 thrust 352
-1010001101000 topic 366
-1010001101000 expectation 456
-1010001101000 suggestion 587
-1010001101000 impression 668
-1010001101000 assumption 706
-1010001101000 objective 717
-1010001101000 aim 758
-1010001101000 exception 813
-1010001101000 conclusion 839
-1010001101000 notion 916
-1010001101000 truth 930
-1010001101000 danger 1098
-1010001101000 concept 1175
-1010001101000 purpose 1488
-1010001101000 task 2035
-1010001101000 idea 4698
-1010001101000 question 5928
-1010001101001 NARROWS 1
-1010001101001 counter-revolution 1
-1010001101001 mega-bidding 1
-1010001101001 brouhahas 1
-1010001101001 dissimilarity 1
-1010001101001 culturalclash 1
-1010001101001 computer-part 1
-1010001101001 boy-bias 1
-1010001101001 taxophiliac 1
-1010001101001 almost-romance 1
-1010001101001 non-winner 1
-1010001101001 Pest 1
-1010001101001 self-shackling 1
-1010001101001 rectifications 1
-1010001101001 compatability 1
-1010001101001 PARDON 1
-1010001101001 vote-grabber 1
-1010001101001 yuk-yuk 1
-1010001101001 signal-sending 1
-1010001101001 curmudgeonhood 1
-1010001101001 Hobohemia 1
-1010001101001 five-leafer 1
-1010001101001 firebreak 1
-1010001101001 how-you-doing 1
-1010001101001 interstices 1
-1010001101001 Louislike 1
-1010001101001 corporation/organization 1
-1010001101001 back-and-forthing 1
-1010001101001 artful-if-intentional 1
-1010001101001 drumrolls 1
-1010001101001 Gallon 1
-1010001101001 infringer 1
-1010001101001 mean-time 1
-1010001101001 kohl 1
-1010001101001 pseudo-opposition 1
-1010001101001 pasa 1
-1010001101001 treaty-ratification-by-letter 1
-1010001101001 backround 1
-1010001101001 lady-killer 1
-1010001101001 narcotraficante 1
-1010001101001 synapse 1
-1010001101001 Compatriots 1
-1010001101001 Sagittarius 1
-1010001101001 block-trader 1
-1010001101001 FLARE 1
-1010001101001 wingman 1
-1010001101001 Euro-factories 1
-1010001101001 boondoggie 1
-1010001101001 quadrangle 1
-1010001101001 Autograph 1
-1010001101001 fluffies 1
-1010001101001 in-box 1
-1010001101001 220-mile-route 1
-1010001101001 rain-makers 1
-1010001101001 backseams 1
-1010001101001 meathead 1
-1010001101001 BARFO 1
-1010001101001 department/office 1
-1010001101001 dirt-bag 1
-1010001101001 non-custodians 1
-1010001101001 Dukacrat 1
-1010001101001 chests. 1
-1010001101001 afro 1
-1010001101001 tunefulness 1
-1010001101001 brotherism 1
-1010001101001 Turtletop 1
-1010001101001 gnu 1
-1010001101001 glasshopper 1
-1010001101001 hugger 1
-1010001101001 chevalier 2
-1010001101001 close-down 2
-1010001101001 opossum 2
-1010001101001 hedgerows 2
-1010001101001 nation-states 2
-1010001101001 Shagger 2
-1010001101001 cross-investing 2
-1010001101001 harborside 2
-1010001101001 32-7 2
-1010001101001 bruiser 2
-1010001101001 mid-point 2
-1010001101001 overcentralized 2
-1010001101001 concision 2
-1010001101001 mistake. 2
-1010001101001 hard-action 2
-1010001101001 payee 2
-1010001101001 fake-out 2
-1010001101001 jingo 2
-1010001101001 dolt 2
-1010001101001 manifestoes 2
-1010001101001 coughers 2
-1010001101001 incompatibilities 2
-1010001101001 career-minded 2
-1010001101001 pup 2
-1010001101001 rest. 2
-1010001101001 clubbiness 2
-1010001101001 hoedown 2
-1010001101001 right-to-lifer 2
-1010001101001 Heimlich 2
-1010001101001 post-modernism 3
-1010001101001 Cleburne 3
-1010001101001 Boz 3
-1010001101001 speakerphone 3
-1010001101001 opt-out 3
-1010001101001 matter. 3
-1010001101001 deal. 3
-1010001101001 punchline 3
-1010001101001 disjunction 3
-1010001101001 cytotechnologist 3
-1010001101001 maiming 3
-1010001101001 rampart 3
-1010001101001 quid-pro-quo 3
-1010001101001 doubter 3
-1010001101001 law. 3
-1010001101001 gatehouse 3
-1010001101001 prude 4
-1010001101001 Jerk 4
-1010001101001 facilitator 4
-1010001101001 vowel 4
-1010001101001 lance 4
-1010001101001 discontinuity 4
-1010001101001 cavalcade 4
-1010001101001 householder 4
-1010001101001 fatso 5
-1010001101001 gentleman-farmer 5
-1010001101001 tossup 6
-1010001101001 toss-up 6
-1010001101001 dowry 6
-1010001101001 tradeoff 6
-1010001101001 fissure 6
-1010001101001 constancy 6
-1010001101001 pygmy 6
-1010001101001 meritocracy 6
-1010001101001 de-emphasis 6
-1010001101001 continuum 7
-1010001101001 nexus 7
-1010001101001 typo 7
-1010001101001 laughingstock 7
-1010001101001 flagpole 7
-1010001101001 wallflower 8
-1010001101001 congruence 8
-1010001101001 heckler 8
-1010001101001 Hoe 9
-1010001101001 catchword 9
-1010001101001 synergism 10
-1010001101001 midget 10
-1010001101001 pivot 10
-1010001101001 heretic 10
-1010001101001 mouthful 11
-1010001101001 slouch 12
-1010001101001 rematch 14
-1010001101001 crook 16
-1010001101001 dichotomy 17
-1010001101001 shocker 20
-1010001101001 chasm 21
-1010001101001 mismatch 28
-1010001101001 crossfire 29
-1010001101001 interplay 29
-1010001101001 travesty 33
-1010001101001 knot 42
-1010001101001 tightrope 48
-1010001101001 wimp 52
-1010001101001 compliment 57
-1010001101001 divergence 58
-1010001101001 wedge 61
-1010001101001 panacea 64
-1010001101001 similarity 72
-1010001101001 trade-off 85
-1010001101001 splash 101
-1010001101001 correlation 105
-1010001101001 discrepancy 110
-1010001101001 contradiction 112
-1010001101001 coincidence 177
-1010001101001 disparity 181
-1010001101001 virtue 238
-1010001101001 mystery 349
-1010001101001 distinction 374
-1010001101001 mistake 936
-1010001101001 surprise 1795
-1010001101001 difference 2551
-1010001101001 matter 4788
-1010001101010 artfulness 1
-1010001101010 hussies 1
-1010001101010 patches. 1
-1010001101010 conformists 1
-1010001101010 garbageman 1
-1010001101010 woman-chasers 1
-1010001101010 urbanite 1
-1010001101010 conifers 1
-1010001101010 poet/critic/scholar 1
-1010001101010 market-movers 1
-1010001101010 luftmensch 1
-1010001101010 incrustation 1
-1010001101010 grossness 1
-1010001101010 V-8s 1
-1010001101010 toxin. 1
-1010001101010 rondo-burlesque 1
-1010001101010 gamebird 1
-1010001101010 gamefish 1
-1010001101010 manuverings 1
-1010001101010 sentencers 1
-1010001101010 ex-senator 1
-1010001101010 destiny. 1
-1010001101010 yen-holders 1
-1010001101010 cellblock 1
-1010001101010 cephalopod 1
-1010001101010 notetakers 1
-1010001101010 flesh-eaters 1
-1010001101010 whitish-gray 1
-1010001101010 photo-technology 1
-1010001101010 praxis 1
-1010001101010 whirligigs 1
-1010001101010 tumor-fighter 1
-1010001101010 plinths 1
-1010001101010 Draupadi 1
-1010001101010 triology 1
-1010001101010 karts 1
-1010001101010 oil-prices 1
-1010001101010 quadrilateral 1
-1010001101010 fatcats 1
-1010001101010 imp 1
-1010001101010 penny-stocks 1
-1010001101010 test-taker 1
-1010001101010 present. 1
-1010001101010 schismatic 1
-1010001101010 disarmers 1
-1010001101010 presentation. 1
-1010001101010 indiscriminacy 1
-1010001101010 page-turner 1
-1010001101010 Transcaucasus 1
-1010001101010 parodist-whether 1
-1010001101010 idea. 1
-1010001101010 overgeneralizations 1
-1010001101010 insider-traders 1
-1010001101010 salami-slicing 1
-1010001101010 homelife 1
-1010001101010 head-topper 1
-1010001101010 drollery 1
-1010001101010 olorosos 1
-1010001101010 solutions. 1
-1010001101010 postion 2
-1010001101010 benediction 2
-1010001101010 grandfolk 2
-1010001101010 rescreening 2
-1010001101010 Frustrations 2
-1010001101010 look-see 2
-1010001101010 explantion 2
-1010001101010 technolgy 2
-1010001101010 savant 2
-1010001101010 self-description 2
-1010001101010 defibrillator 2
-1010001101010 kung 2
-1010001101010 fleetness 2
-1010001101010 gunrunner 2
-1010001101010 bureaucratese 2
-1010001101010 fez 3
-1010001101010 Weltanschauung 3
-1010001101010 repulsion 3
-1010001101010 intonation 3
-1010001101010 underestimation 3
-1010001101010 flyspeck 3
-1010001101010 frescos 3
-1010001101010 draftsmanship 3
-1010001101010 egomania 3
-1010001101010 double-whammy 4
-1010001101010 decision. 4
-1010001101010 omniscience 4
-1010001101010 demigod 4
-1010001101010 putdown 4
-1010001101010 fieldwork 4
-1010001101010 duality 4
-1010001101010 hallucination 5
-1010001101010 transmogrification 5
-1010001101010 helmsman 5
-1010001101010 hairpiece 5
-1010001101010 enchantment 5
-1010001101010 miscue 5
-1010001101010 coda 6
-1010001101010 vignette 6
-1010001101010 detonator 6
-1010001101010 one-liner 6
-1010001101010 mantra 6
-1010001101010 proclivities 6
-1010001101010 contrivance 6
-1010001101010 substrate 6
-1010001101010 smirk 7
-1010001101010 fillip 8
-1010001101010 convulsion 9
-1010001101010 shortsightedness 9
-1010001101010 polemic 9
-1010001101010 mire 9
-1010001101010 obstinacy 10
-1010001101010 qualifier 10
-1010001101010 stakeout 10
-1010001101010 generalization 10
-1010001101010 lair 11
-1010001101010 comeuppance 11
-1010001101010 crutch 11
-1010001101010 fastball 11
-1010001101010 U-turn 11
-1010001101010 misjudgment 12
-1010001101010 bedfellows 12
-1010001101010 hulk 13
-1010001101010 dagger 13
-1010001101010 sheen 13
-1010001101010 mousetrap 15
-1010001101010 lineage 15
-1010001101010 pronunciation 16
-1010001101010 tirade 18
-1010001101010 triumvirate 19
-1010001101010 locale 19
-1010001101010 reportage 20
-1010001101010 metamorphosis 20
-1010001101010 motivator 20
-1010001101010 zenith 20
-1010001101010 standard-bearer 21
-1010001101010 moniker 21
-1010001101010 crust 22
-1010001101010 malignancy 25
-1010001101010 mettle 25
-1010001101010 synthesis 25
-1010001101010 ruse 25
-1010001101010 concurrence 26
-1010001101010 connotation 27
-1010001101010 bequest 29
-1010001101010 riddle 30
-1010001101010 miscalculation 35
-1010001101010 terminology 38
-1010001101010 quagmire 38
-1010001101010 vocation 39
-1010001101010 disclaimer 39
-1010001101010 firestorm 40
-1010001101010 nadir 40
-1010001101010 prognosis 40
-1010001101010 prerogative 41
-1010001101010 savior 42
-1010001101010 mecca 44
-1010001101010 hunch 45
-1010001101010 buzzword 47
-1010001101010 blunder 49
-1010001101010 morass 52
-1010001101010 regimen 52
-1010001101010 chore 53
-1010001101010 lever 62
-1010001101010 criterion 69
-1010001101010 designation 76
-1010001101010 veil 77
-1010001101010 methodology 77
-1010001101010 metaphor 88
-1010001101010 predicament 94
-1010001101010 gimmick 103
-1010001101010 heyday 105
-1010001101010 feat 115
-1010001101010 dimension 125
-1010001101010 journey 156
-1010001101010 reign 158
-1010001101010 backdrop 169
-1010001101010 destination 171
-1010001101010 motive 184
-1010001101010 haven 190
-1010001101010 mode 191
-1010001101010 calculation 205
-1010001101010 ploy 205
-1010001101010 blessing 216
-1010001101010 constituency 220
-1010001101010 frenzy 254
-1010001101010 gesture 254
-1010001101010 posture 259
-1010001101010 disadvantage 273
-1010001101010 nightmare 284
-1010001101010 triumph 295
-1010001101010 prediction 308
-1010001101010 forum 325
-1010001101010 legacy 329
-1010001101010 framework 331
-1010001101010 reception 425
-1010001101010 tactic 477
-1010001101010 path 667
-1010001101010 climate 739
-1010001101010 mood 743
-1010001101010 tone 768
-1010001101010 manner 810
-1010001101010 vision 823
-1010001101010 stance 834
-1010001101010 mission 855
-1010001101010 method 1173
-1010001101010 reputation 1492
-1010001101010 condition 1737
-1010001101010 goal 2438
-1010001101010 position 7818
-1010001101010 strategy 5658
-1010001101011 party-girl's-eye 1
-1010001101011 odor-fighting 1
-1010001101011 Yogi-isms 1
-1010001101011 public-turned-private 1
-1010001101011 Primates 1
-1010001101011 con-man 1
-1010001101011 major-media 1
-1010001101011 sun-scorched 1
-1010001101011 appointments. 1
-1010001101011 Leagacy 1
-1010001101011 history- 1
-1010001101011 carbides 1
-1010001101011 areas. 1
-1010001101011 otherwise-unsung 1
-1010001101011 pageant-filled 1
-1010001101011 deer-are-long-legged-rats-with-big-ears 1
-1010001101011 up-move 1
-1010001101011 super-priority 1
-1010001101011 visualizations 1
-1010001101011 zillionaire 1
-1010001101011 near-ghost 1
-1010001101011 sad-faced 2
-1010001101011 multibusiness 2
-1010001101011 timberline 2
-1010001101011 rumpus 2
-1010001101011 lonely-hearts 2
-1010001101011 meeting. 2
-1010001101011 wife. 2
-1010001101011 astrolabes 2
-1010001101011 orthochlorophenol 2
-1010001101011 lickin 2
-1010001101011 semi-nude 2
-1010001101011 nemisis 2
-1010001101011 much-covered 2
-1010001101011 monicker 2
-1010001101011 first-century 2
-1010001101011 Bab-el-Oued 2
-1010001101011 cupid 2
-1010001101011 STORY 2
-1010001101011 clean-plate 2
-1010001101011 tocsin 2
-1010001101011 phantasmagoria 2
-1010001101011 inconstancy 2
-1010001101011 DIETS 2
-1010001101011 picturesquely 2
-1010001101011 happens. 2
-1010001101011 mega-hit 3
-1010001101011 remittance 3
-1010001101011 prescriptive 3
-1010001101011 piffle 3
-1010001101011 modifier 3
-1010001101011 hangup 3
-1010001101011 folderol 3
-1010001101011 martingale 3
-1010001101011 condor 3
-1010001101011 Alabamian 3
-1010001101011 begonia 3
-1010001101011 parry 3
-1010001101011 jackal 3
-1010001101011 U.S.-Pahlavi 3
-1010001101011 chalkboard 4
-1010001101011 Sandie 4
-1010001101011 unifier 4
-1010001101011 Muziektheater 4
-1010001101011 cubbyhole 4
-1010001101011 prognosticator 4
-1010001101011 tetralogy 4
-1010001101011 tremolo 4
-1010001101011 criers 4
-1010001101011 theorem 4
-1010001101011 songbook 4
-1010001101011 cherub 4
-1010001101011 haziness 4
-1010001101011 scrambler 4
-1010001101011 deification 4
-1010001101011 precedential 4
-1010001101011 screed 5
-1010001101011 restorer 5
-1010001101011 duster 5
-1010001101011 grimness 5
-1010001101011 causality 5
-1010001101011 suffix 5
-1010001101011 dirge 5
-1010001101011 Carracci 5
-1010001101011 boatyard 6
-1010001101011 cantata 6
-1010001101011 disrespectful 6
-1010001101011 discography 6
-1010001101011 weathervane 6
-1010001101011 threesome 6
-1010001101011 poop 6
-1010001101011 wrap-up 7
-1010001101011 soliloquy 7
-1010001101011 turret 7
-1010001101011 subplot 8
-1010001101011 put-down 8
-1010001101011 decision-maker 8
-1010001101011 decapitation 8
-1010001101011 pachysandra 8
-1010001101011 moisturizer 8
-1010001101011 critter 9
-1010001101011 pessimist 10
-1010001101011 supernova 11
-1010001101011 mast 11
-1010001101011 tidbit 11
-1010001101011 mandarin 11
-1010001101011 speedometer 11
-1010001101011 gantlet 12
-1010001101011 homily 12
-1010001101011 verb 12
-1010001101011 bogeyman 12
-1010001101011 come-on 12
-1010001101011 operetta 12
-1010001101011 defensiveness 12
-1010001101011 mausoleum 12
-1010001101011 sobriquet 12
-1010001101011 conundrum 13
-1010001101011 docudrama 13
-1010001101011 transponder 14
-1010001101011 stallion 14
-1010001101011 motifs 14
-1010001101011 credential 14
-1010001101011 potion 14
-1010001101011 aphorism 14
-1010001101011 tagline 14
-1010001101011 blurb 15
-1010001101011 bugaboo 16
-1010001101011 revue 17
-1010001101011 campsite 17
-1010001101011 trilogy 17
-1010001101011 brainstorm 18
-1010001101011 guidebook 18
-1010001101011 ballad 19
-1010001101011 spiel 19
-1010001101011 skit 19
-1010001101011 adjective 19
-1010001101011 quip 20
-1010001101011 grapevine 20
-1010001101011 contraption 20
-1010001101011 truism 21
-1010001101011 buzzer 21
-1010001101011 marquee 21
-1010001101011 affliction 21
-1010001101011 majesty 21
-1010001101011 reassignment 21
-1010001101011 tome 22
-1010001101011 dictum 22
-1010001101011 straitjacket 22
-1010001101011 flick 22
-1010001101011 gaffe 23
-1010001101011 sleeper 25
-1010001101011 dialect 26
-1010001101011 charade 26
-1010001101011 subtitle 27
-1010001101011 maxim 28
-1010001101011 noose 28
-1010001101011 vibrations 30
-1010001101011 credo 31
-1010001101011 microbe 31
-1010001101011 skeptic 31
-1010001101011 mural 32
-1010001101011 phobia 33
-1010001101011 libretto 34
-1010001101011 specimen 34
-1010001101011 bacterium 37
-1010001101011 adage 38
-1010001101011 fable 39
-1010001101011 baton 42
-1010001101011 monologue 43
-1010001101011 caption 44
-1010001101011 trait 46
-1010001101011 quartet 48
-1010001101011 verse 49
-1010001101011 fungus 55
-1010001101011 circumstance 56
-1010001101011 racket 57
-1010001101011 memoir 58
-1010001101011 farce 59
-1010001101011 cliche 62
-1010001101011 scent 64
-1010001101011 sitcom 66
-1010001101011 mystique 67
-1010001101011 thriller 67
-1010001101011 motto 67
-1010001101011 hypothesis 70
-1010001101011 honeymoon 75
-1010001101011 confession 78
-1010001101011 manuscript 79
-1010001101011 deed 80
-1010001101011 villain 86
-1010001101011 qualification 88
-1010001101011 rug 90
-1010001101011 poem 92
-1010001101011 repertoire 94
-1010001101011 revelation 95
-1010001101011 poster 97
-1010001101011 parody 97
-1010001101011 arithmetic 98
-1010001101011 questionnaire 105
-1010001101011 paradox 107
-1010001101011 saga 127
-1010001101011 miniseries 128
-1010001101011 nickname 142
-1010001101011 brochure 144
-1010001101011 ritual 146
-1010001101011 commentary 160
-1010001101011 thesis 163
-1010001101011 myth 194
-1010001101011 button 200
-1010001101011 documentary 202
-1010001101011 remark 227
-1010001101011 logo 235
-1010001101011 crown 238
-1010001101011 script 253
-1010001101011 reasoning 254
-1010001101011 slogan 278
-1010001101011 headline 286
-1010001101011 phrase 344
-1010001101011 tale 367
-1010001101011 comedy 387
-1010001101011 joke 399
-1010001101011 protein 404
-1010001101011 drama 430
-1010001101011 song 434
-1010001101011 text 446
-1010001101011 plot 459
-1010001101011 prize 460
-1010001101011 breakup 484
-1010001101011 rumor 516
-1010001101011 lesson 589
-1010001101011 seller 733
-1010001101011 stuff 884
-1010001101011 theme 964
-1010001101011 novel 970
-1010001101011 consensus 1119
-1010001101011 title 1249
-1010001101011 argument 1374
-1010001101011 theory 1520
-1010001101011 language 1545
-1010001101011 message 2027
-1010001101011 word 2162
-1010001101011 picture 2413
-1010001101011 story 3889
-1010001101011 book 5262
-1010001101100 repackagings 1
-1010001101100 stocking-up 1
-1010001101100 editions. 1
-1010001101100 barbarity 1
-1010001101100 shamaness 1
-1010001101100 palaver 1
-1010001101100 disinform 1
-1010001101100 win-by-default 1
-1010001101100 mini-IBM 1
-1010001101100 enunciation 1
-1010001101100 pseudo-newscast 1
-1010001101100 disagreeemnt 1
-1010001101100 Tschernobyl 1
-1010001101100 gamebirds 1
-1010001101100 Milward 1
-1010001101100 superstructures 1
-1010001101100 lassos 1
-1010001101100 plus-176 1
-1010001101100 exclusionism 1
-1010001101100 drawbridges 1
-1010001101100 footstep 1
-1010001101100 timorousness 1
-1010001101100 polyphosphate 1
-1010001101100 pharmacotherapy 1
-1010001101100 minicontroversy 1
-1010001101100 bullshit 1
-1010001101100 yawper 1
-1010001101100 conclude. 1
-1010001101100 manuvering 1
-1010001101100 lolls 1
-1010001101100 donnybrooks 1
-1010001101100 center-fielder 1
-1010001101100 223.34 2
-1010001101100 warehouser 2
-1010001101100 1,336,000 2
-1010001101100 tambourine 2
-1010001101100 25366.11 2
-1010001101100 319.25 2
-1010001101100 1722.2 2
-1010001101100 359.80 2
-1010001101100 wall. 2
-1010001101100 bumpersticker 2
-1010001101100 counter-puncher 2
-1010001101100 crossmember 2
-1010001101100 MPIST 2
-1010001101100 Paraguayans 2
-1010001101100 searchlight 2
-1010001101100 leadership. 2
-1010001101100 coarseness 2
-1010001101100 papa 2
-1010001101100 petrocurrency 2
-1010001101100 tangent 3
-1010001101100 counter-trend 3
-1010001101100 bounceback 3
-1010001101100 dirigible 3
-1010001101100 rumor-mongering 3
-1010001101100 coursework 3
-1010001101100 culpas 3
-1010001101100 frieze 3
-1010001101100 1,490,000 3
-1010001101100 hurrahs 3
-1010001101100 Regionales 3
-1010001101100 299.80 3
-1010001101100 firewall 4
-1010001101100 dithered 4
-1010001101100 standoffs 4
-1010001101100 tiffs 4
-1010001101100 near-revolt 4
-1010001101100 jitteriness 4
-1010001101100 bellyache 4
-1010001101100 wranglings 4
-1010001101100 keratitis 4
-1010001101100 cyclone 5
-1010001101100 snit 5
-1010001101100 fussing 5
-1010001101100 glossing 5
-1010001101100 predation 5
-1010001101100 discourses 5
-1010001101100 turpitude 6
-1010001101100 militance 6
-1010001101100 horse-trading 6
-1010001101100 papering 6
-1010001101100 unconcern 6
-1010001101100 licensure 7
-1010001101100 contretemps 8
-1010001101100 preening 9
-1010001101100 slugfest 9
-1010001101100 blather 9
-1010001101100 swooning 9
-1010001101100 quibbles 10
-1010001101100 dithering 11
-1010001101100 entanglement 11
-1010001101100 hullabaloo 11
-1010001101100 self-examination 11
-1010001101100 tantrum 12
-1010001101100 quibbling 12
-1010001101100 dogfight 14
-1010001101100 tiff 17
-1010001101100 jousting 18
-1010001101100 dickering 18
-1010001101100 fracas 19
-1010001101100 stink 19
-1010001101100 skirmishing 19
-1010001101100 ruckus 20
-1010001101100 glaze 20
-1010001101100 brouhaha 21
-1010001101100 schism 30
-1010001101100 feuds 31
-1010001101100 tussle 33
-1010001101100 tug-of-war 34
-1010001101100 brawl 36
-1010001101100 ferment 36
-1010001101100 gloss 37
-1010001101100 wrangle 44
-1010001101100 sniping 48
-1010001101100 acrimony 52
-1010001101100 poring 53
-1010001101100 squabbles 53
-1010001101100 pall 60
-1010001101100 haggling 66
-1010001101100 hoopla 68
-1010001101100 spat 68
-1010001101100 skirmish 69
-1010001101100 squabbling 73
-1010001101100 standoff 74
-1010001101100 hardball 75
-1010001101100 squabble 84
-1010001101100 feuding 87
-1010001101100 wrangling 114
-1010001101100 bickering 117
-1010001101100 deadlock 120
-1010001101100 stalemate 134
-1010001101100 fuss 137
-1010001101100 flap 150
-1010001101100 furor 152
-1010001101100 feud 217
-1010001101100 maneuvering 219
-1010001101100 disagreement 315
-1010001101100 struggle 1248
-1010001101100 controversy 1403
-1010001101100 debate 3065
-1010001101100 dispute 3071
-1010001101100 date 3704
-1010001101100 battle 3714
-1010001101101 nonpolitician 1
-1010001101101 periodontist 1
-1010001101101 drake 1
-1010001101101 constructionists 1
-1010001101101 clergyperson 1
-1010001101101 232,000-acre 1
-1010001101101 fare-war 1
-1010001101101 critical/historical 1
-1010001101101 bloom-dependent 1
-1010001101101 spatters 1
-1010001101101 drug-analyst 1
-1010001101101 stateswoman 1
-1010001101101 parnership 1
-1010001101101 pseudoclassical 1
-1010001101101 trickster 1
-1010001101101 tip-in 1
-1010001101101 pole-vaulter 1
-1010001101101 plea-agreement 1
-1010001101101 rebonding 1
-1010001101101 definitiveness 1
-1010001101101 four-setter 1
-1010001101101 five-setter 1
-1010001101101 ziti 1
-1010001101101 dislikings 1
-1010001101101 parchute 1
-1010001101101 destocking 1
-1010001101101 sub-universe 1
-1010001101101 bogey-word 1
-1010001101101 glinting 1
-1010001101101 salesman-trader 1
-1010001101101 channel-zap 1
-1010001101101 proto-galaxy 1
-1010001101101 toggle 1
-1010001101101 assuredness 1
-1010001101101 radiosensitizer 1
-1010001101101 rubdown 1
-1010001101101 chumminess 1
-1010001101101 millionare 1
-1010001101101 17-judge 1
-1010001101101 279-4200 1
-1010001101101 seeress 1
-1010001101101 semi-supply-sider 1
-1010001101101 beanie 1
-1010001101101 3,000-year-old 1
-1010001101101 exigency 1
-1010001101101 runin 1
-1010001101101 jockography 1
-1010001101101 crapshooter 1
-1010001101101 sail-off 1
-1010001101101 groaner 1
-1010001101101 Olympics-goers 1
-1010001101101 mini-flap 1
-1010001101101 Adalgisa 1
-1010001101101 rendevous 1
-1010001101101 beer-drinker 1
-1010001101101 doo-doo. 1
-1010001101101 CHECKUPS 1
-1010001101101 packt 1
-1010001101101 coexistance 1
-1010001101101 whiteboard 1
-1010001101101 link-ups 2
-1010001101101 disemployment 2
-1010001101101 fault-line 2
-1010001101101 tongued 2
-1010001101101 cackle 2
-1010001101101 woman. 2
-1010001101101 co-venture 2
-1010001101101 hook-up 2
-1010001101101 leveler 2
-1010001101101 outrageousness 2
-1010001101101 superwoman 2
-1010001101101 trois 2
-1010001101101 21-10 2
-1010001101101 dust-up 2
-1010001101101 moonshot 2
-1010001101101 truncation 2
-1010001101101 liason 2
-1010001101101 set-to 2
-1010001101101 counter-attack 3
-1010001101101 mongrel 3
-1010001101101 constructionism 3
-1010001101101 mope 3
-1010001101101 impasses 3
-1010001101101 confict 3
-1010001101101 REITS 3
-1010001101101 nihilist 3
-1010001101101 gunfight 4
-1010001101101 monopolists 4
-1010001101101 dialog 4
-1010001101101 entente 4
-1010001101101 crossbreed 4
-1010001101101 falling-out 5
-1010001101101 carbuncle 5
-1010001101101 gourd 5
-1010001101101 mots 5
-1010001101101 miscommunication 5
-1010001101101 breech 5
-1010001101101 cuddle 5
-1010001101101 affinities 6
-1010001101101 hole-in-one 6
-1010001101101 stand-off 6
-1010001101101 schmooze 6
-1010001101101 veranda 6
-1010001101101 doo-doo 6
-1010001101101 dealmaking 6
-1010001101101 dalliance 6
-1010001101101 rapture 7
-1010001101101 coziness 7
-1010001101101 candelabra 7
-1010001101101 rehabilitations 8
-1010001101101 superhighway 9
-1010001101101 slam-dunk 9
-1010001101101 hanky-panky 9
-1010001101101 incompatibility 9
-1010001101101 whore 9
-1010001101101 vacillate 10
-1010001101101 tryst 10
-1010001101101 whine 11
-1010001101101 oldies 11
-1010001101101 brim 11
-1010001101101 tramp 12
-1010001101101 jibes 13
-1010001101101 collider 14
-1010001101101 kinship 15
-1010001101101 face-off 15
-1010001101101 run-in 15
-1010001101101 weariness 15
-1010001101101 commune 16
-1010001101101 recap 17
-1010001101101 give-and-take 17
-1010001101101 tie-up 17
-1010001101101 scuffle 18
-1010001101101 whirl 18
-1010001101101 shoot-out 20
-1010001101101 coexistence 21
-1010001101101 giggle 22
-1010001101101 queue 22
-1010001101101 flirtation 23
-1010001101101 romp 23
-1010001101101 rendezvous 27
-1010001101101 linkup 28
-1010001101101 fling 28
-1010001101101 wager 30
-1010001101101 variance 36
-1010001101101 duet 36
-1010001101101 duel 40
-1010001101101 rupture 47
-1010001101101 hassle 52
-1010001101101 rapport 54
-1010001101101 yawn 55
-1010001101101 rapprochement 57
-1010001101101 interaction 63
-1010001101101 parting 67
-1010001101101 synergy 67
-1010001101101 chord 70
-1010001101101 parachute 81
-1010001101101 grin 81
-1010001101101 linkage 107
-1010001101101 preoccupation 117
-1010001101101 chat 118
-1010001101101 puzzle 119
-1010001101101 quarrel 127
-1010001101101 parallels 131
-1010001101101 overlap 132
-1010001101101 treasure 143
-1010001101101 rift 152
-1010001101101 shame 153
-1010001101101 reconciliation 172
-1010001101101 brush 175
-1010001101101 rivalry 177
-1010001101101 collision 178
-1010001101101 affiliation 181
-1010001101101 showdown 193
-1010001101101 friendship 194
-1010001101101 clash 277
-1010001101101 gamble 305
-1010001101101 smile 316
-1010001101101 dialogue 352
-1010001101101 hell 461
-1010001101101 conversation 534
-1010001101101 confrontation 536
-1010001101101 distance 628
-1010001101101 bargain 763
-1010001101101 link 1097
-1010001101101 conflict 1451
-1010001101101 compromise 1682
-1010001101101 deal 6464
-1010001101101 relationship 2168
-1010001101110 never-identified 1
-1010001101110 ticketholder 1
-1010001101110 two-base 1
-1010001101110 quick-ratification 1
-1010001101110 flaring-up 1
-1010001101110 Buddha-like 1
-1010001101110 dollhouse 1
-1010001101110 houseflies 1
-1010001101110 shepherdess 1
-1010001101110 seed-growing 1
-1010001101110 parasol 1
-1010001101110 tollbooth 1
-1010001101110 artilce 1
-1010001101110 weavings 2
-1010001101110 kidnap-murder 2
-1010001101110 hellhole 2
-1010001101110 starlight 2
-1010001101110 guesstimate 2
-1010001101110 Brakes 2
-1010001101110 motorcycle-riding 2
-1010001101110 half-ownership 2
-1010001101110 Monegasque 2
-1010001101110 derangement 2
-1010001101110 fender-bender 2
-1010001101110 megabid 2
-1010001101110 muleback 2
-1010001101110 mini-revolution 2
-1010001101110 tiebreaker 2
-1010001101110 ex-lover 2
-1010001101110 braggart 2
-1010001101110 sparkler 2
-1010001101110 rearguard 2
-1010001101110 crick 3
-1010001101110 damsel 3
-1010001101110 misquote 3
-1010001101110 sojourner 3
-1010001101110 stayaway 3
-1010001101110 mafrag 3
-1010001101110 nonparticipation 3
-1010001101110 followthrough 3
-1010001101110 sinecure 3
-1010001101110 moviemaker 3
-1010001101110 mainspring 3
-1010001101110 retrievers 3
-1010001101110 counterargument 3
-1010001101110 concussion 3
-1010001101110 flasher 3
-1010001101110 miniboom 4
-1010001101110 stele 4
-1010001101110 palazzo 4
-1010001101110 cave-in 4
-1010001101110 declamation 4
-1010001101110 geriatrician 4
-1010001101110 weakling 4
-1010001101110 bumbler 4
-1010001101110 photojournalist 4
-1010001101110 greenbelt 4
-1010001101110 mega-deal 4
-1010001101110 plunger 5
-1010001101110 megahit 5
-1010001101110 swastika 5
-1010001101110 supercycle 5
-1010001101110 sea-change 5
-1010001101110 tusk 5
-1010001101110 mini-hub 5
-1010001101110 lawbreaker 5
-1010001101110 glider 5
-1010001101110 toad 6
-1010001101110 go-getter 6
-1010001101110 spire 6
-1010001101110 blahs 6
-1010001101110 blooper 6
-1010001101110 tremor 6
-1010001101110 pileup 7
-1010001101110 trendsetter 7
-1010001101110 divider 7
-1010001101110 bounce-back 7
-1010001101110 oratorio 7
-1010001101110 dragnet 7
-1010001101110 jig 8
-1010001101110 layover 8
-1010001101110 mixup 8
-1010001101110 coverup 8
-1010001101110 racketeer 8
-1010001101110 cytotech 8
-1010001101110 cliffhanger 8
-1010001101110 TD 9
-1010001101110 blindfold 9
-1010001101110 gash 9
-1010001101110 run-off 10
-1010001101110 downswing 10
-1010001101110 ravine 10
-1010001101110 rectangle 10
-1010001101110 budget-buster 10
-1010001101110 stripper 10
-1010001101110 stopover 10
-1010001101110 fly-rod 11
-1010001101110 firefight 11
-1010001101110 holdup 11
-1010001101110 gale 11
-1010001101110 troublemaker 11
-1010001101110 freefall 12
-1010001101110 sunburn 12
-1010001101110 beginner 12
-1010001101110 no-brainer 12
-1010001101110 firebomb 12
-1010001101110 shake-out 12
-1010001101110 combatant 12
-1010001101110 crater 12
-1010001101110 quakes 13
-1010001101110 discotheque 13
-1010001101110 jihad 13
-1010001101110 torpor 13
-1010001101110 buffoon 14
-1010001101110 goof 14
-1010001101110 depressant 14
-1010001101110 catamaran 15
-1010001101110 downdraft 15
-1010001101110 retriever 15
-1010001101110 crapshoot 15
-1010001101110 mix-up 15
-1010001101110 conflagration 16
-1010001101110 no-no 16
-1010001101110 hiccup 16
-1010001101110 snowfall 16
-1010001101110 free-fall 16
-1010001101110 letdown 17
-1010001101110 counterrevolution 18
-1010001101110 retrial 18
-1010001101110 thunderstorm 18
-1010001101110 makeover 18
-1010001101110 slumber 19
-1010001101110 waterfall 19
-1010001101110 closedown 20
-1010001101110 speedup 20
-1010001101110 peacemaker 21
-1010001101110 tornado 21
-1010001101110 berth 21
-1010001101110 swoon 21
-1010001101110 dud 21
-1010001101110 rainstorm 22
-1010001101110 drubbing 23
-1010001101110 nosedive 24
-1010001101110 grudge 24
-1010001101110 notation 25
-1010001101110 broadside 26
-1010001101110 deceleration 26
-1010001101110 rampage 27
-1010001101110 chuckle 27
-1010001101110 martyr 28
-1010001101110 wink 30
-1010001101110 bimbo 31
-1010001101110 pariah 31
-1010001101110 downtrend 31
-1010001101110 ceasefire 32
-1010001101110 flare-up 32
-1010001101110 Catch-22 33
-1010001101110 mutiny 33
-1010001101110 blowout 34
-1010001101110 mist 35
-1010001101110 bombshell 36
-1010001101110 hangover 39
-1010001101110 glitch 40
-1010001101110 bloodbath 40
-1010001101110 calamity 42
-1010001101110 blockade 43
-1010001101110 lockout 45
-1010001101110 hoax 48
-1010001101110 mistrial 48
-1010001101110 touchdown 49
-1010001101110 malfunction 49
-1010001101110 selloff 50
-1010001101110 snowstorm 52
-1010001101110 turnabout 53
-1010001101110 scapegoat 61
-1010001101110 cover-up 64
-1010001101110 rarity 65
-1010001101110 runoff 70
-1010001101110 meltdown 71
-1010001101110 quake 75
-1010001101110 blip 82
-1010001101110 snag 84
-1010001101110 flier 86
-1010001101110 rehearing 89
-1010001101110 watershed 93
-1010001101110 pullback 95
-1010001101110 frost 97
-1010001101110 tailspin 104
-1010001101110 bonanza 104
-1010001101110 fad 106
-1010001101110 flop 107
-1010001101110 lull 115
-1010001101110 milestone 121
-1010001101110 hurricane 132
-1010001101110 catastrophe 141
-1010001101110 rout 146
-1010001101110 contraction 165
-1010001101110 rage 169
-1010001101110 retrenchment 174
-1010001101110 cutback 190
-1010001101110 recess 198
-1010001101110 pioneer 199
-1010001101110 shakeout 200
-1010001101110 backlash 220
-1010001101110 layoff 223
-1010001101110 miracle 225
-1010001101110 truce 271
-1010001101110 walkout 272
-1010001101110 comeback 274
-1010001101110 breakthrough 381
-1010001101110 depression 390
-1010001101110 demonstration 422
-1010001101110 storm 492
-1010001101110 panic 553
-1010001101110 sell-off 601
-1010001101110 cease-fire 603
-1010001101110 setback 610
-1010001101110 correction 662
-1010001101110 downturn 802
-1010001101110 coup 814
-1010001101110 turnaround 1011
-1010001101110 disaster 1131
-1010001101110 slowdown 1163
-1010001101110 drought 1272
-1010001101110 boom 1452
-1010001101110 slump 1456
-1010001101110 recession 3137
-1010001101110 trial 3425
-1010001101110 rally 3755
-1010001101110 strike 4329
-10100011011110 CRISIS 1
-10100011011110 pre-revolution-debts 1
-10100011011110 dance-maker 1
-10100011011110 6,329,533 1
-10100011011110 445-pence-a-share 1
-10100011011110 NCC-1701-D 1
-10100011011110 trackbed 1
-10100011011110 physician-ethicist 1
-10100011011110 two-doors 1
-10100011011110 dogfood 1
-10100011011110 booklist 1
-10100011011110 medcines 1
-10100011011110 somnolence 1
-10100011011110 5890-600 1
-10100011011110 Palmers 1
-10100011011110 kingship 1
-10100011011110 undisguisedly 1
-10100011011110 drug-maker 1
-10100011011110 corms 1
-10100011011110 Lilliputs 1
-10100011011110 mini-TVs 1
-10100011011110 nonmedically 1
-10100011011110 refurbisher 1
-10100011011110 postage-stamp-size 1
-10100011011110 Pattons 1
-10100011011110 reacquisition 2
-10100011011110 cook-off 2
-10100011011110 Medicis 2
-10100011011110 recapitaliztion 2
-10100011011110 crusher 2
-10100011011110 Aspide 2
-10100011011110 sheepdog 2
-10100011011110 Simplifier 2
-10100011011110 rakers 2
-10100011011110 lysine 2
-10100011011110 plane-maker 2
-10100011011110 Millards 2
-10100011011110 8380R 2
-10100011011110 table. 2
-10100011011110 meuniere 2
-10100011011110 hokey-pokey 2
-10100011011110 pay-outs 2
-10100011011110 NYCLU 2
-10100011011110 Mariels 2
-10100011011110 consumer-taxpayer 2
-10100011011110 Thingi 2
-10100011011110 skillet 2
-10100011011110 Staircase 2
-10100011011110 scow 3
-10100011011110 LXN 3
-10100011011110 forcola 3
-10100011011110 joyride 3
-10100011011110 Printables 3
-10100011011110 nunnery 3
-10100011011110 burnet 3
-10100011011110 yolk 3
-10100011011110 tautology 3
-10100011011110 8615 3
-10100011011110 PDPA 3
-10100011011110 sextet 3
-10100011011110 Trupins 3
-10100011011110 sandstorms 3
-10100011011110 scrim 3
-10100011011110 cabanas 3
-10100011011110 NLPA 3
-10100011011110 G-Analyst 3
-10100011011110 briquettes 3
-10100011011110 Parodis 3
-10100011011110 cupboards 3
-10100011011110 B-1s 3
-10100011011110 boo-boo 3
-10100011011110 WY-150 3
-10100011011110 colonoscopy 3
-10100011011110 supertitles 4
-10100011011110 22V10 4
-10100011011110 microburst 4
-10100011011110 supercharger 4
-10100011011110 1,200-acre 4
-10100011011110 defendent 4
-10100011011110 32/800 4
-10100011011110 literatus 4
-10100011011110 piazza 4
-10100011011110 gondolier 5
-10100011011110 runaround 5
-10100011011110 microExplorer 5
-10100011011110 shaman 5
-10100011011110 Gaucho 5
-10100011011110 brewmaster 5
-10100011011110 enrollee 6
-10100011011110 megafirm 6
-10100011011110 ITO 6
-10100011011110 Somozas 6
-10100011011110 Sierras 6
-10100011011110 Nahnmwarki 6
-10100011011110 sniffer 7
-10100011011110 Biennale 7
-10100011011110 Marielitos 7
-10100011011110 clinician 7
-10100011011110 sender 8
-10100011011110 CR 8
-10100011011110 matchup 9
-10100011011110 jirga 9
-10100011011110 unicorn 10
-10100011011110 Doles 10
-10100011011110 V-2500 11
-10100011011110 EITC 12
-10100011011110 bolivar 13
-10100011011110 cannisters 14
-10100011011110 mike 14
-10100011011110 W-4A 21
-10100011011110 painkiller 25
-10100011011110 liquidator 46
-10100011011110 curtain 102
-10100011011110 sweetener 116
-10100011011110 virus 1388
-10100011011110 treaty 1928
-10100011011110 plane 2032
-10100011011110 transaction 8651
-10100011011110 pact 3034
-10100011011111 1.000 1
-10100011011111 PATENTS 1
-10100011011111 .186 1
-10100011011111 Cooz 1
-10100011011111 neglect-maintenance 1
-10100011011111 .301 1
-10100011011111 position-staking 1
-10100011011111 problemsolving 1
-10100011011111 89-98 1
-10100011011111 .293 1
-10100011011111 directionlessness 1
-10100011011111 .340 1
-10100011011111 .350 1
-10100011011111 crowd-puller 1
-10100011011111 impasto 1
-10100011011111 mahouts 2
-10100011011111 pang 2
-10100011011111 Wasteland 2
-10100011011111 rationalism 2
-10100011011111 seachange 2
-10100011011111 Ramthites 2
-10100011011111 infirmity 2
-10100011011111 intiative 2
-10100011011111 AVA 2
-10100011011111 rejectionism 2
-10100011011111 Wanderers 2
-10100011011111 re-appraisal 2
-10100011011111 Fundis 3
-10100011011111 C-word 3
-10100011011111 nutcracker 3
-10100011011111 bogy 3
-10100011011111 kouros 3
-10100011011111 sortie 3
-10100011011111 3A 3
-10100011011111 jiageya 3
-10100011011111 shrew 3
-10100011011111 winglet 3
-10100011011111 crock 3
-10100011011111 scumbag 3
-10100011011111 bufyet 3
-10100011011111 urinal 4
-10100011011111 blow-off 4
-10100011011111 misdeed 4
-10100011011111 charger 4
-10100011011111 '90 4
-10100011011111 dilettante 4
-10100011011111 joker 5
-10100011011111 drover 5
-10100011011111 Extra-Terrestrial 5
-10100011011111 activators 5
-10100011011111 stunner 5
-10100011011111 streaker 5
-10100011011111 downer 5
-10100011011111 JR. 6
-10100011011111 Wunderkind 6
-10100011011111 corset 6
-10100011011111 zinger 6
-10100011011111 minuet 6
-10100011011111 battlefront 7
-10100011011111 10-X 7
-10100011011111 colloquy 7
-10100011011111 idioms 8
-10100011011111 screw-up 8
-10100011011111 boulevard 8
-10100011011111 make-up 8
-10100011011111 doozy 8
-10100011011111 spectrometer 9
-10100011011111 sandbox 9
-10100011011111 company. 9
-10100011011111 pacesetter 9
-10100011011111 Bretts 10
-10100011011111 blowup 10
-10100011011111 asymmetry 11
-10100011011111 money-maker 11
-10100011011111 hang-up 11
-10100011011111 bonfire 11
-10100011011111 Terminator 12
-10100011011111 patsy 12
-10100011011111 clincher 12
-10100011011111 catharsis 12
-10100011011111 donnybrook 13
-10100011011111 sedative 13
-10100011011111 monstrosity 13
-10100011011111 degeneration 14
-10100011011111 caper 14
-10100011011111 Inquisition 15
-10100011011111 precipice 15
-10100011011111 maelstrom 18
-10100011011111 hubbub 18
-10100011011111 sideshow 19
-10100011011111 pitfall 21
-10100011011111 dike 22
-10100011011111 kicker 22
-10100011011111 parasite 23
-10100011011111 malady 23
-10100011011111 moneymaker 24
-10100011011111 bottleneck 26
-10100011011111 spigot 26
-10100011011111 checkpoint 27
-10100011011111 juggernaut 28
-10100011011111 misstep 29
-10100011011111 dissenter 29
-10100011011111 holdout 29
-10100011011111 free-for-all 37
-10100011011111 Untouchables 37
-10100011011111 imbroglio 38
-10100011011111 logjam 42
-10100011011111 gambit 52
-10100011011111 culprits 54
-10100011011111 quandary 61
-10100011011111 renaissance 74
-10100011011111 hitch 78
-10100011011111 statistic 91
-10100011011111 battleground 92
-10100011011111 fiasco 111
-10100011011111 scam 112
-10100011011111 culprit 119
-10100011011111 spiral 146
-10100011011111 headache 159
-10100011011111 payoff 172
-10100011011111 bell 212
-10100011011111 crunch 247
-10100011011111 hurdle 248
-10100011011111 debacle 259
-10100011011111 shortfall 275
-10100011011111 tragedy 277
-10100011011111 loser 286
-10100011011111 dilemma 403
-10100011011111 mess 447
-10100011011111 scenario 466
-10100011011111 phenomenon 472
-10100011011111 revision 594
-10100011011111 winner 805
-10100011011111 revolution 897
-10100011011111 summit 1689
-10100011011111 scandal 1940
-10100011011111 trend 2637
-10100011011111 crisis 2755
-10100011011111 problem 10083
-10100011011111 situation 3825
-1010001110000 trade-policies 1
-1010001110000 Quinism 1
-1010001110000 Focuses 1
-1010001110000 schlub 1
-1010001110000 supply-above 1
-1010001110000 rapporteurs 1
-1010001110000 3737 1
-1010001110000 repassed 1
-1010001110000 iguanas 1
-1010001110000 FIDDLER 1
-1010001110000 repairperson 1
-1010001110000 correspondant 1
-1010001110000 variationfrom 1
-1010001110000 Kodar 1
-1010001110000 cum-office 1
-1010001110000 radiothon 1
-1010001110000 Treatise 1
-1010001110000 smash-up 2
-1010001110000 Aftenposten 2
-1010001110000 spot-checks 2
-1010001110000 Petunias 2
-1010001110000 Duvalierists 3
-1010001110000 clerkship 3
-1010001110000 REPORTS 4
-1010001110000 notary 5
-1010001110000 eunuch 5
-1010001110000 colloquium 5
-1010001110000 play-offs 5
-1010001110000 melodramas 6
-1010001110000 debriefing 6
-1010001110000 gander 6
-1010001110000 over-the-counter-trading 6
-1010001110000 scolding 10
-1010001110000 pun 17
-1010001110000 clipping 26
-1010001110000 parley 31
-1010001110000 clippings 35
-1010001110000 liftoff 39
-1010001110000 symposium 55
-1010001110000 plenum 66
-1010001110000 plebiscite 95
-1010001110000 luncheon 167
-1010001110000 seminar 214
-1010001110000 conferences 243
-1010001110000 briefing 338
-1010001110000 referendum 358
-1010001110000 hearings 1857
-1010001110000 conference 3956
-1010001110000 hearing 2921
-1010001110001 disatisfaction 1
-1010001110001 metrical 1
-1010001110001 fracases 1
-1010001110001 gay-lesbian 1
-1010001110001 super-crop 1
-1010001110001 uanimously 1
-1010001110001 catfight 1
-1010001110001 louvers 1
-1010001110001 bill-writers 1
-1010001110001 tail-chasing 1
-1010001110001 intitiative 1
-1010001110001 auto-lease 1
-1010001110001 Stored 1
-1010001110001 still-overheated 1
-1010001110001 game-to-end-all-games 1
-1010001110001 144.37 1
-1010001110001 assigment 1
-1010001110001 EC-Japan 1
-1010001110001 Ilyushin-62 1
-1010001110001 oppressions 1
-1010001110001 four-section 1
-1010001110001 buscapade 1
-1010001110001 storybooks 1
-1010001110001 jamboree 1
-1010001110001 zaniness 1
-1010001110001 verifed 1
-1010001110001 miniaturist 2
-1010001110001 acquiesces 2
-1010001110001 income. 2
-1010001110001 nebula 2
-1010001110001 nimbleness 2
-1010001110001 scorcher 2
-1010001110001 love-fest 2
-1010001110001 extention 2
-1010001110001 hoopsters 2
-1010001110001 reports. 3
-1010001110001 murk 3
-1010001110001 Playmate 3
-1010001110001 reassessments 3
-1010001110001 Tutsi 3
-1010001110001 show-stopper 4
-1010001110001 sleekness 4
-1010001110001 highflyer 4
-1010001110001 powwow 4
-1010001110001 carryforward 4
-1010001110001 shindig 5
-1010001110001 windstorm 5
-1010001110001 conclave 7
-1010001110001 carryforwards 8
-1010001110001 tempore 9
-1010001110001 get-together 13
-1010001110001 dispensation 14
-1010001110001 shootout 22
-1010001110001 massacre 142
-1010001110001 carry-forward 178
-1010001110001 meeting 12776
-1010001110001 carry-forwards 209
-1010001110010 87-106 1
-1010001110010 87-103 1
-1010001110010 87-17 1
-1010001110010 87-102 1
-1010001110010 87-62 1
-1010001110010 chairmen. 1
-1010001110010 headquaters 1
-1010001110010 ex-staffer 1
-1010001110010 88-66 1
-1010001110010 asumes 1
-1010001110010 88-73 1
-1010001110010 Handelsblad 1
-1010001110010 87-95 1
-1010001110010 86-141 1
-1010001110010 87-22 1
-1010001110010 al-Barajneh 1
-1010001110010 22920 1
-1010001110010 1341 1
-1010001110010 87-131 1
-1010001110010 86-148 1
-1010001110010 Nailing 1
-1010001110010 86-151 1
-1010001110010 shim 1
-1010001110010 87-94 1
-1010001110010 lyceum 1
-1010001110010 el-Fna 1
-1010001110010 post-hearing 1
-1010001110010 89-90 1
-1010001110010 frostiness 1
-1010001110010 AUTOMOBILES 1
-1010001110010 return-printing 1
-1010001110010 Frederico 1
-1010001110010 SHAKE-UPS 1
-1010001110010 pass-back 1
-1010001110010 nuclear-performance 1
-1010001110010 205.0 1
-1010001110010 Racisme 1
-1010001110010 slickers 1
-1010001110010 88-46 1
-1010001110010 87-136 1
-1010001110010 heir-designate 2
-1010001110010 Mafioso 2
-1010001110010 owner-occupant 2
-1010001110010 420SEL 2
-1010001110010 slurred 2
-1010001110010 1981-1987 2
-1010001110010 Tanners 2
-1010001110010 88-50 2
-1010001110010 Kapels 2
-1010001110010 86-142 2
-1010001110010 75-280 2
-1010001110010 shoebox 3
-1010001110010 approval. 3
-1010001110010 Undong 3
-1010001110010 260E 4
-1010001110010 Il-96 4
-1010001110010 milkman 4
-1010001110010 GLS 4
-1010001110010 Wooz 4
-1010001110010 innovating 4
-1010001110010 ly 5
-1010001110010 Slowey 6
-1010001110010 Scandia 10
-1010001110010 registration 774
-1010001110010 filing 8479
-1010001110010 filings 806
-1010001110011 constitutional-revision 1
-1010001110011 debt-accord 1
-1010001110011 personnel-records 1
-1010001110011 wild-card 1
-1010001110011 national-contract 1
-1010001110011 playrooms 1
-1010001110011 Moscow-induced 1
-1010001110011 Crite 1
-1010001110011 Reappraised 1
-1010001110011 3300 1
-1010001110011 Fractions 1
-1010001110011 Kronholz 1
-1010001110011 piggybanks 1
-1010001110011 torpedo-man 1
-1010001110011 salesclerk 1
-1010001110011 guilden 1
-1010001110011 RunTime 1
-1010001110011 containerships 1
-1010001110011 car- 1
-1010001110011 840,000-square-foot 1
-1010001110011 multiple-cells 1
-1010001110011 Regained 1
-1010001110011 96503. 1
-1010001110011 man-ape 1
-1010001110011 do-or-goodbye 1
-1010001110011 production-supply 1
-1010001110011 2,436 1
-1010001110011 block-purchases 1
-1010001110011 Dougall 1
-1010001110011 worldtrade 1
-1010001110011 sergeant-major 1
-1010001110011 Reservist 1
-1010001110011 SJN-5 1
-1010001110011 Champain 1
-1010001110011 tactical-vehicle 1
-1010001110011 Stockpoint 1
-1010001110011 state-lottery 1
-1010001110011 storerooms 2
-1010001110011 limerick 2
-1010001110011 projects. 2
-1010001110011 Causa 2
-1010001110011 Contra-Sandinista 2
-1010001110011 erector 2
-1010001110011 ContraFund 2
-1010001110011 Sacz 2
-1010001110011 base-rights 2
-1010001110011 Backfires 2
-1010001110011 clothespin 2
-1010001110011 Preventor 3
-1010001110011 time-frame 4
-1010001110011 panda 5
-1010001110011 A-12 7
-1010001110011 contract 13631
-1010001110011 margining 10
-1010001110100 seditionist 1
-1010001110100 one-run-in-eight 1
-1010001110100 bookstacks 1
-1010001110100 swayback 1
-1010001110100 Freeleys 1
-1010001110100 counterreport 1
-1010001110100 NABJ 1
-1010001110100 Benedictis 1
-1010001110100 franchise-winner 1
-1010001110100 most-hyped 1
-1010001110100 doorframe 1
-1010001110100 recepit 1
-1010001110100 face-lifting 1
-1010001110100 DENY 1
-1010001110100 hydrogeologist 1
-1010001110100 bio-documentary 1
-1010001110100 dawn-to-dusk 1
-1010001110100 tie-vote 1
-1010001110100 peace-maker 1
-1010001110100 tensiometer 1
-1010001110100 offscreen 1
-1010001110100 assassination-theory 1
-1010001110100 buckaroo 1
-1010001110100 misdeal 1
-1010001110100 patterused 1
-1010001110100 privatizer 1
-1010001110100 CG-47 1
-1010001110100 092 1
-1010001110100 currency-devalued 1
-1010001110100 7s 1
-1010001110100 trilogy-in-progress 1
-1010001110100 MFG42887 1
-1010001110100 MFG52987 1
-1010001110100 1661966S 1
-1010001110100 resoluton 1
-1010001110100 prior-period 1
-1010001110100 Universal-made 1
-1010001110100 econonomists 1
-1010001110100 Mexican-produced 1
-1010001110100 adminstrations 1
-1010001110100 tracheotomy 1
-1010001110100 talk-format 1
-1010001110100 non-precedential 1
-1010001110100 ur 1
-1010001110100 regrading 1
-1010001110100 NUTHATCH 1
-1010001110100 play/musical 1
-1010001110100 better-offs 1
-1010001110100 four-gold-medal 1
-1010001110100 epaulets 1
-1010001110100 1,197,411 1
-1010001110100 hhhmmmm 1
-1010001110100 pathmaker 1
-1010001110100 yearall 1
-1010001110100 83381-011 1
-1010001110100 career-boost 1
-1010001110100 Al-Nayyam 1
-1010001110100 husband-to-be 1
-1010001110100 32/200 2
-1010001110100 Lure 2
-1010001110100 15-year-veteran 2
-1010001110100 1,101 2
-1010001110100 20/1 2
-1010001110100 browbeating 2
-1010001110100 streetfighter 2
-1010001110100 number-cruncher 2
-1010001110100 Shabba-Haft 2
-1010001110100 rechecking 2
-1010001110100 extensiveness 2
-1010001110100 Natatorium 2
-1010001110100 seismologist 2
-1010001110100 most-often 2
-1010001110100 posturings 3
-1010001110100 avatars 3
-1010001110100 retablo 3
-1010001110100 Lisboa 3
-1010001110100 Skynyrd 3
-1010001110100 minion 3
-1010001110100 cyclorama 3
-1010001110100 firebombings 3
-1010001110100 litigiousness 3
-1010001110100 Kidspac 3
-1010001110100 Chippewas 5
-1010001110100 PA-28 5
-1010001110100 tracker 5
-1010001110100 REPORT 5
-1010001110100 monograph 8
-1010001110100 temblor 9
-1010001110100 crunchers 10
-1010001110100 self-portrait 17
-1010001110100 diagram 17
-1010001110100 graph 33
-1010001110100 chart 340
-1010001110100 poll 1313
-1010001110100 study 6950
-1010001110100 survey 3636
-1010001110101 less-enlightened 1
-1010001110101 L-100-30s 1
-1010001110101 16,072,000 1
-1010001110101 knob-turning 1
-1010001110101 MILE 1
-1010001110101 Nedelya 1
-1010001110101 trend-attracting 1
-1010001110101 quasi-safety 1
-1010001110101 167,107 1
-1010001110101 inundation 1
-1010001110101 balance-of-accounts 1
-1010001110101 pileups 1
-1010001110101 festivalmaking 1
-1010001110101 caffeinated 1
-1010001110101 183.85 2
-1010001110101 Elghanayans 2
-1010001110101 exciter 2
-1010001110101 undercard 2
-1010001110101 ILIB 2
-1010001110101 Sise 3
-1010001110101 nose-dive 4
-1010001110101 DIFFERENCE 5
-1010001110101 stricture 5
-1010001110101 report 18214
-1010001110101 Duper 9
-1010001110110 Mazdectomy 1
-1010001110110 alliance-builders 1
-1010001110110 gonadotrophin 1
-1010001110110 ride. 1
-1010001110110 persuader 1
-1010001110110 mamas 1
-1010001110110 debt-swapping 1
-1010001110110 Microvax 1
-1010001110110 HP-22s 1
-1010001110110 Indextron 1
-1010001110110 venturer 1
-1010001110110 moneywise 1
-1010001110110 13-passenger 1
-1010001110110 318is 2
-1010001110110 Lynching 2
-1010001110110 3S/200 2
-1010001110110 uncrating 2
-1010001110110 Yad 2
-1010001110110 Saddams 2
-1010001110110 abutment 2
-1010001110110 Warner-Amex 2
-1010001110110 wonderfulness 3
-1010001110110 Bonn-Roettgen 3
-1010001110110 timelessness 3
-1010001110110 USGA 3
-1010001110110 Equalens 3
-1010001110110 reversions 3
-1010001110110 Herald-Press 3
-1010001110110 antecedent 3
-1010001110110 Progressives 5
-1010001110110 Arhat 5
-1010001110110 Pioneers 7
-1010001110110 armadillo 7
-1010001110110 cooker 12
-1010001110110 tranche 28
-1010001110110 exhibit 307
-1010001110110 indicator 700
-1010001110110 issue 17426
-1010001110110 award 1254
-10100011101110 Euratom 1
-10100011101110 derogatorily 1
-10100011101110 rhapsodists 1
-10100011101110 ROLLING 1
-10100011101110 four-parter 1
-10100011101110 presupposition 1
-10100011101110 tighening 1
-10100011101110 tuna-head 1
-10100011101110 say-because 1
-10100011101110 jobholder 1
-10100011101110 retentions 1
-10100011101110 inimitability 1
-10100011101110 commission-producers 1
-10100011101110 Brutality 2
-10100011101110 nihilists 2
-10100011101110 mongers 2
-10100011101110 old-old 2
-10100011101110 deliverability 2
-10100011101110 scholar-critic 3
-10100011101110 tally 210
-10100011101110 advocate 501
-10100011101110 projection 521
-10100011101110 forecast 2599
-10100011101110 estimate 4174
-10100011101110 figure 4390
-10100011101111 house-burnings 1
-10100011101111 4.5-day 1
-10100011101111 Confederateland 1
-10100011101111 work-easies 1
-10100011101111 self-propulsion 1
-10100011101111 372,155 1
-10100011101111 time-of-game 1
-10100011101111 4-to-6-foot-tall 1
-10100011101111 counterdemonstrations 1
-10100011101111 Spiegelman/Mouly 1
-10100011101111 moneyeaters 1
-10100011101111 mega-theater 1
-10100011101111 artsiness 1
-10100011101111 lameness 1
-10100011101111 Christianism 1
-10100011101111 repulsiveness 1
-10100011101111 wimpmobiles 1
-10100011101111 babyhoods 1
-10100011101111 tax-frees 1
-10100011101111 infantilism 1
-10100011101111 yodeler 1
-10100011101111 Aziscohos 1
-10100011101111 war-by-biology 1
-10100011101111 woodblocks 1
-10100011101111 rhetoric-making 1
-10100011101111 sanatoriums 1
-10100011101111 faxers 1
-10100011101111 hyperspeed 1
-10100011101111 emendations 1
-10100011101111 dihydrostesterone 1
-10100011101111 bootlaces 1
-10100011101111 Ster 1
-10100011101111 near-anonymity 1
-10100011101111 federal-assistance 1
-10100011101111 tonsillitis 1
-10100011101111 stablemate 1
-10100011101111 forestation 1
-10100011101111 ludicrousness 1
-10100011101111 academese 1
-10100011101111 blank-verse 1
-10100011101111 CMPA 1
-10100011101111 unidentifiability 1
-10100011101111 ungloved 1
-10100011101111 low-input 1
-10100011101111 four-sevenths 1
-10100011101111 piecrust 1
-10100011101111 bookmarks 1
-10100011101111 policy-holders 1
-10100011101111 farmworker-amnesty 1
-10100011101111 outspokeness 1
-10100011101111 existence. 1
-10100011101111 vichyssoise 1
-10100011101111 subdisciplines 1
-10100011101111 273,926 1
-10100011101111 petards 1
-10100011101111 Copec 1
-10100011101111 transition-team 1
-10100011101111 42-cent-a-share 1
-10100011101111 stimulater 1
-10100011101111 archfoes 1
-10100011101111 cross-subsidized 1
-10100011101111 strong-mindedness 1
-10100011101111 pharmeceuticals 1
-10100011101111 market-timers 1
-10100011101111 aqueducts 1
-10100011101111 no-pays 1
-10100011101111 charcoal-lined 1
-10100011101111 special-enforcement 1
-10100011101111 mini-pickup 1
-10100011101111 324,403 1
-10100011101111 Eurotab 1
-10100011101111 churlishness 1
-10100011101111 Hayleyolatry 1
-10100011101111 momemtum 1
-10100011101111 Varadero 1
-10100011101111 Schubertiades 1
-10100011101111 one-hander 1
-10100011101111 fiats 1
-10100011101111 business/environmental 1
-10100011101111 al-Amarah 1
-10100011101111 quasi-welfare 1
-10100011101111 Stammtisch 1
-10100011101111 Excelled 1
-10100011101111 ill-advisedly 1
-10100011101111 glass-beaded 1
-10100011101111 deadheading 1
-10100011101111 levelheadedness 1
-10100011101111 fancy-dress 1
-10100011101111 deceptiveness 1
-10100011101111 Compustat 1
-10100011101111 sports. 1
-10100011101111 Dragados 1
-10100011101111 rapiers 1
-10100011101111 VWs 1
-10100011101111 Tirana 1
-10100011101111 jeepneys 1
-10100011101111 Japanese. 1
-10100011101111 mini-mafia 1
-10100011101111 Bandaranaike 1
-10100011101111 Equipement 1
-10100011101111 benefit. 1
-10100011101111 secularist 1
-10100011101111 countrywomen 1
-10100011101111 spaceworthy 1
-10100011101111 ethylenethiourea 2
-10100011101111 acccount 2
-10100011101111 wigwams 2
-10100011101111 Andromaca 2
-10100011101111 cultivars 2
-10100011101111 ex- 2
-10100011101111 undulations 2
-10100011101111 lapdogs 2
-10100011101111 periscope 2
-10100011101111 cash-benefits 2
-10100011101111 tang 2
-10100011101111 environmental-law 2
-10100011101111 Milesburg 2
-10100011101111 sleepiness 2
-10100011101111 line. 2
-10100011101111 corto-plazismo 2
-10100011101111 frankfurters 2
-10100011101111 quarter-more 2
-10100011101111 breakouts 3
-10100011101111 fief 3
-10100011101111 plowshares 3
-10100011101111 storehouses 3
-10100011101111 airbill 3
-10100011101111 bunkhouse 3
-10100011101111 unsuitability 3
-10100011101111 vocoders 3
-10100011101111 IIci 3
-10100011101111 arbor 3
-10100011101111 unmarketable 4
-10100011101111 P-3s 4
-10100011101111 rowdiness 5
-10100011101111 orthodontist 5
-10100011101111 insignificance 5
-10100011101111 petard 7
-10100011101111 volition 10
-10100011101111 increment 17
-10100011101111 recognizance 26
-10100011101111 overflow 51
-10100011101111 accrual 52
-10100011101111 allowance 264
-10100011101111 exit 375
-10100011101111 exemption 556
-10100011101111 account 6041
-10100011101111 adjustment 1223
-101000111100 22.22 1
-101000111100 tele-ectorate 1
-101000111100 offeree 1
-101000111100 sinisterly 1
-101000111100 reflectiveness 1
-101000111100 patent-protection 1
-101000111100 481-berth 1
-101000111100 chart-- 1
-101000111100 parka 2
-101000111100 Neckar 2
-101000111100 2155 2
-101000111100 illustration-- 2
-101000111100 immolation 2
-101000111100 ecomony 2
-101000111100 DV-1 4
-101000111100 mercies 9
-101000111100 offer 25523
-101000111100 overture 131
-101000111101 chronoflower 1
-101000111101 question. 1
-101000111101 game-player 1
-101000111101 woman-friend 1
-101000111101 phonebooks 1
-101000111101 miniscandal 1
-101000111101 leveraged-buyouts 1
-101000111101 channel. 1
-101000111101 workers-1,400 1
-101000111101 pugilism 1
-101000111101 quant 1
-101000111101 McOutfit 1
-101000111101 supersedence 1
-101000111101 anually 1
-101000111101 584-4500 1
-101000111101 cross-petition 1
-101000111101 Mexicanism 1
-101000111101 DOS/16M 1
-101000111101 vitamin-wise 1
-101000111101 930-0855 1
-101000111101 Urbain 2
-101000111101 vapidity 2
-101000111101 nodule 2
-101000111101 sparkplug 2
-101000111101 -level 2
-101000111101 genders 2
-101000111101 then- 2
-101000111101 quitter 3
-101000111101 subleases 3
-101000111101 chambermaid 3
-101000111101 disassociation 3
-101000111101 decline. 3
-101000111101 basis. 3
-101000111101 paunch 4
-101000111101 offerer 7
-101000111101 cue 101
-101000111101 suitor 889
-101000111101 bid 16345
-101000111101 bidder 976
-1010001111100 grittiness 1
-1010001111100 merrymaker 1
-1010001111100 inseparably 1
-1010001111100 thinktank 1
-1010001111100 double-needle 1
-1010001111100 checkbut 1
-1010001111100 tear-jerker 1
-1010001111100 flowerdecked 1
-1010001111100 non-relative 1
-1010001111100 scare-letter 1
-1010001111100 four-set 1
-1010001111100 sticking-point 1
-1010001111100 supersyndicate 1
-1010001111100 countermotion 1
-1010001111100 university-like 1
-1010001111100 12-footer 1
-1010001111100 next-to-nothing 1
-1010001111100 cellmate 1
-1010001111100 higher-than-level 1
-1010001111100 expiraton 1
-1010001111100 late-late-late 1
-1010001111100 tax-reductions 1
-1010001111100 counterposter 1
-1010001111100 trencherman 1
-1010001111100 subtype 1
-1010001111100 lion-fish 1
-1010001111100 canoeist 1
-1010001111100 sometimes-rock 1
-1010001111100 soldier-informant 1
-1010001111100 careeningly 1
-1010001111100 septet 1
-1010001111100 more-comfortable 1
-1010001111100 insp. 1
-1010001111100 rail-highway 1
-1010001111100 submissiveness 1
-1010001111100 220-page 1
-1010001111100 counterdemonstrator 1
-1010001111100 10-question 1
-1010001111100 lozenge 1
-1010001111100 mega-manager 1
-1010001111100 10-for-26 1
-1010001111100 Jeremiad 1
-1010001111100 locution 1
-1010001111100 tassel 1
-1010001111100 dormitory-like 1
-1010001111100 recesson 1
-1010001111100 hardnose 1
-1010001111100 less-structured 1
-1010001111100 12-rounder 1
-1010001111100 thunderhead 1
-1010001111100 quasi-belief 1
-1010001111100 resume-enhancing 1
-1010001111100 carnival-type 1
-1010001111100 more-level 1
-1010001111100 glissando 2
-1010001111100 semanticist 2
-1010001111100 streamer 2
-1010001111100 communqiue 2
-1010001111100 Winterset 2
-1010001111100 teabag 2
-1010001111100 footpath 2
-1010001111100 lisp 2
-1010001111100 kip 2
-1010001111100 stagehand 2
-1010001111100 muskrats 2
-1010001111100 spyglass 2
-1010001111100 lander 2
-1010001111100 near-crawl 2
-1010001111100 stepladder 2
-1010001111100 coolie 2
-1010001111100 near-agreement 2
-1010001111100 windowpane 2
-1010001111100 beaker 3
-1010001111100 punctiliousness 3
-1010001111100 Eurocrat 3
-1010001111100 10-footer 3
-1010001111100 stasher 3
-1010001111100 well-planned 3
-1010001111100 brazier 3
-1010001111100 fact-finder 3
-1010001111100 sweet-faced 3
-1010001111100 miniconglomerate 3
-1010001111100 knucklehead 3
-1010001111100 doubleheader 3
-1010001111100 countercomplaint 3
-1010001111100 workup 3
-1010001111100 neuropsychologist 3
-1010001111100 straightjacket 3
-1010001111100 Japan-basher 3
-1010001111100 preschooler 4
-1010001111100 two-iron 4
-1010001111100 piccolo 4
-1010001111100 DC-6 4
-1010001111100 forint 4
-1010001111100 reminiscence 4
-1010001111100 baseliner 4
-1010001111100 statment 5
-1010001111100 Mailgram 5
-1010001111100 mini-rally 5
-1010001111100 summation 5
-1010001111100 bathrobe 5
-1010001111100 pinata 5
-1010001111100 roadshow 5
-1010001111100 scythe 5
-1010001111100 feint 5
-1010001111100 epistle 6
-1010001111100 car. 6
-1010001111100 tux 6
-1010001111100 minnow 6
-1010001111100 missive 7
-1010001111100 valedictory 7
-1010001111100 mailgram 7
-1010001111100 crowbar 7
-1010001111100 barb 7
-1010001111100 jaunt 7
-1010001111100 counter-offer 8
-1010001111100 masterwork 8
-1010001111100 tongue-lashing 8
-1010001111100 tinderbox 9
-1010001111100 tip-off 9
-1010001111100 telethon 9
-1010001111100 countermove 10
-1010001111100 yo-yo 10
-1010001111100 syringe 10
-1010001111100 lather 11
-1010001111100 leaflet 11
-1010001111100 preamble 11
-1010001111100 facelift 11
-1010001111100 placard 11
-1010001111100 weatherman 13
-1010001111100 postscript 14
-1010001111100 midwife 15
-1010001111100 biopsy 16
-1010001111100 foreword 17
-1010001111100 chateau 18
-1010001111100 bodyguard 20
-1010001111100 handout 20
-1010001111100 shortcut 21
-1010001111100 worksheet 21
-1010001111100 demotion 23
-1010001111100 counterproposal 24
-1010001111100 pittance 25
-1010001111100 sabbatical 26
-1010001111100 motorcade 27
-1010001111100 corollary 28
-1010001111100 quorum 34
-1010001111100 formality 41
-1010001111100 pamphlet 43
-1010001111100 microscope 43
-1010001111100 stipulation 43
-1010001111100 sermon 45
-1010001111100 counterbid 47
-1010001111100 counteroffer 55
-1010001111100 reprieve 55
-1010001111100 telegram 58
-1010001111100 pilgrimage 58
-1010001111100 curfew 77
-1010001111100 sequel 98
-1010001111100 footnote 113
-1010001111100 circular 126
-1010001111100 deposition 181
-1010001111100 ceremony 220
-1010001111100 communique 260
-1010001111100 memorandum 296
-1010001111100 declaration 298
-1010001111100 presentation 420
-1010001111100 memo 977
-1010001111100 successor 1336
-1010001111100 trip 1368
-1010001111100 speech 2546
-1010001111100 pound 2946
-1010001111100 letter 6014
-1010001111100 statement 6530
-1010001111101 least-controversial 1
-1010001111101 pick-pocket-tax 1
-1010001111101 mismangement 1
-1010001111101 re-indictment 1
-1010001111101 three-town 1
-1010001111101 FLOOD 1
-1010001111101 70,000-seat 1
-1010001111101 leitmotifs 1
-1010001111101 736,788 1
-1010001111101 margin-cutting 1
-1010001111101 late-show 1
-1010001111101 Boorish 1
-1010001111101 Doubletalk 1
-1010001111101 oil-workers 1
-1010001111101 moonshiner 1
-1010001111101 noselessness 1
-1010001111101 ostentatiousness 1
-1010001111101 Pedrillo 1
-1010001111101 Action-Touch 1
-1010001111101 jacket-copy 1
-1010001111101 23-minute 1
-1010001111101 once-monolithic 1
-1010001111101 treacle 1
-1010001111101 660,000-member 1
-1010001111101 second-highest-rated 1
-1010001111101 college-hoop 1
-1010001111101 randier 1
-1010001111101 ProMavica 1
-1010001111101 roundtrippers 1
-1010001111101 non-discounter 1
-1010001111101 methylepijasmonate 1
-1010001111101 pollster-in-chief 1
-1010001111101 doo 1
-1010001111101 reform-driven 1
-1010001111101 photo-safari 1
-1010001111101 towrope 1
-1010001111101 easygoingness 1
-1010001111101 l-a-t-e-s-t 1
-1010001111101 critic-bashing 1
-1010001111101 T-Factor 1
-1010001111101 maintenance-of-way 1
-1010001111101 SwedBank 1
-1010001111101 40-inch 1
-1010001111101 sightseer 1
-1010001111101 leadenness 1
-1010001111101 coppers 1
-1010001111101 truant 1
-1010001111101 daughters-in-law 1
-1010001111101 indestructibility 1
-1010001111101 upcut 1
-1010001111101 bid-information 1
-1010001111101 schlockiness 1
-1010001111101 non-amnesty 1
-1010001111101 Peerscope 1
-1010001111101 climbable 1
-1010001111101 metaphor-of-choice 1
-1010001111101 taffeta-weaving 1
-1010001111101 expection 1
-1010001111101 hyperzeal 1
-1010001111101 pop-musical 1
-1010001111101 ServiceXtra 1
-1010001111101 Batallion 1
-1010001111101 pro-Washington 1
-1010001111101 more-hawkish 1
-1010001111101 Moscow-line 1
-1010001111101 weapon-of-choice 1
-1010001111101 telecommunicationsindustry 1
-1010001111101 little-heard 1
-1010001111101 Provenzanos 2
-1010001111101 Sun-Sentinel 2
-1010001111101 uttermost 2
-1010001111101 Congregationalist 2
-1010001111101 FCB/Telecom 2
-1010001111101 chorea 2
-1010001111101 Pacifics 2
-1010001111101 Panhellenic 2
-1010001111101 Holiness 2
-1010001111101 Haight-Ashbury 2
-1010001111101 adorability 2
-1010001111101 wobbliness 2
-1010001111101 Ramboys 2
-1010001111101 ath 2
-1010001111101 logotype 2
-1010001111101 very-much-in-power 2
-1010001111101 minicoup 2
-1010001111101 curia 2
-1010001111101 near-default 2
-1010001111101 Levines 2
-1010001111101 trigonometry 2
-1010001111101 Moscow-oriented 2
-1010001111101 anointment 2
-1010001111101 brusqueness 3
-1010001111101 thumbprint 3
-1010001111101 Wehrmacht 3
-1010001111101 Lorton 3
-1010001111101 el-Barajneh 3
-1010001111101 XA 3
-1010001111101 NEP 3
-1010001111101 reclusiveness 3
-1010001111101 Steppenwolves 3
-1010001111101 stenographer 4
-1010001111101 designee 4
-1010001111101 decison 5
-1010001111101 listlessness 5
-1010001111101 Notebook 5
-1010001111101 readmission 5
-1010001111101 acquittals 5
-1010001111101 reemergence 6
-1010001111101 Iago 7
-1010001111101 Sarcoma 8
-1010001111101 coming-out 8
-1010001111101 Apra 8
-1010001111101 schoolroom 8
-1010001111101 stock-in-trade 9
-1010001111101 accession 11
-1010001111101 ascension 20
-1010001111101 edict 22
-1010001111101 Klux 25
-1010001111101 pronouncement 30
-1010001111101 proclamation 32
-1010001111101 arraignment 40
-1010001111101 finale 51
-1010001111101 downfall 93
-1010001111101 Panel 126
-1010001111101 insistence 256
-1010001111101 assertion 322
-1010001111101 recommendation 1076
-1010001111101 appointment 1150
-1010001111101 departure 1345
-1010001111101 resignation 1438
-1010001111101 decision 10690
-1010001111101 ruling 5195
-1010001111101 announcement 4421
-10100011111100 Averted 1
-10100011111100 ROI 1
-10100011111100 cobweb 1
-10100011111100 87-82 1
-10100011111100 hrugouttheU 1
-10100011111100 starburst 1
-10100011111100 levelization 1
-10100011111100 relationhip 1
-10100011111100 Marrack 1
-10100011111100 Port-O-Potty 2
-10100011111100 gloominess 2
-10100011111100 whooshing 2
-10100011111100 subcategory 2
-10100011111100 cam 4
-10100011111100 preventer 4
-10100011111100 prudery 4
-10100011111100 infringers 4
-10100011111100 OTN 5
-10100011111100 bandage 11
-10100011111100 psychosis 13
-10100011111100 foul-up 14
-10100011111100 proviso 17
-10100011111100 monopole 26
-10100011111100 guideline 43
-10100011111100 sequester 46
-10100011111100 booklet 63
-10100011111100 covenant 77
-10100011111100 directive 216
-10100011111100 loophole 242
-10100011111100 restriction 245
-10100011111100 defect 323
-10100011111100 waiver 336
-10100011111100 clause 445
-10100011111100 compound 450
-10100011111100 sum 677
-10100011111100 document 1154
-10100011111100 requirement 1214
-10100011111100 resolution 1387
-10100011111100 package 3349
-10100011111100 provision 3438
-10100011111100 measure 4995
-10100011111100 rule 4356
-10100011111101 miscode 1
-10100011111101 provisons 1
-10100011111101 manufacturing-doomsayers 1
-10100011111101 clay-lime 1
-10100011111101 money-multiplier 1
-10100011111101 JJIRA 1
-10100011111101 Nevadan 1
-10100011111101 ex-chancellor 1
-10100011111101 DWUs 1
-10100011111101 DWU 1
-10100011111101 pay-off 1
-10100011111101 sunbather 1
-10100011111101 education-campaign 1
-10100011111101 H-pattern 1
-10100011111101 rhinally 1
-10100011111101 Creche 1
-10100011111101 Procter-speaker 1
-10100011111101 7-foot-2er 1
-10100011111101 supervotes 1
-10100011111101 doorkeepers 1
-10100011111101 uptakes 1
-10100011111101 al-Khayils 1
-10100011111101 Hanninens 1
-10100011111101 costs-of-golfing 1
-10100011111101 heat-up 1
-10100011111101 recommentations 1
-10100011111101 headhunt 1
-10100011111101 hold-downs 1
-10100011111101 Goldenrod 1
-10100011111101 more-rapidly 1
-10100011111101 Hightowers 1
-10100011111101 bills-measures 1
-10100011111101 snake-tube 1
-10100011111101 all-time-high 1
-10100011111101 questionbut 1
-10100011111101 988,000-unit 1
-10100011111101 result-orientation 2
-10100011111101 Cray-4 2
-10100011111101 deluges 2
-10100011111101 drug-runner 2
-10100011111101 veep 2
-10100011111101 limiter 2
-10100011111101 peony 2
-10100011111101 UAVs 2
-10100011111101 typescript 2
-10100011111101 tete-a-tete 3
-10100011111101 Bernadotte 3
-10100011111101 avoiders 3
-10100011111101 Strad 3
-10100011111101 sump 4
-10100011111101 bill 11118
-10100011111101 Hotel-Casino 7
-10100011111110 non-ownership 1
-10100011111110 violation. 1
-10100011111110 miniconstitution 1
-10100011111110 virus-1 1
-10100011111110 negotiaions 1
-10100011111110 defict 2
-10100011111110 leer 2
-10100011111110 check-up 2
-10100011111110 sterilizers 2
-10100011111110 accounts. 3
-10100011111110 feeler 3
-10100011111110 cordoba 3
-10100011111110 Paele 3
-10100011111110 plans. 3
-10100011111110 plan 22781
-10100011111110 Merwe 7
-10100011111111 jail-cell 1
-10100011111111 19,621 1
-10100011111111 Vanillamark 1
-10100011111111 competitveness 1
-10100011111111 decreee 1
-10100011111111 rubout 2
-10100011111111 C-note 2
-10100011111111 sitting-room 2
-10100011111111 cops-and-robbers 2
-10100011111111 Nap 2
-10100011111111 pantleg 2
-10100011111111 Dubliner 2
-10100011111111 pre-operative 2
-10100011111111 undershipments 2
-10100011111111 co-option 2
-10100011111111 standard-setter 2
-10100011111111 endgame 3
-10100011111111 monoclonals 3
-10100011111111 piker 3
-10100011111111 counter-proposal 3
-10100011111111 union-busters 3
-10100011111111 stretcher 3
-10100011111111 decatherm 3
-10100011111111 forester 4
-10100011111111 ambassador-at-large 4
-10100011111111 madonna 4
-10100011111111 kilt 4
-10100011111111 flareup 5
-10100011111111 squeaker 5
-10100011111111 novella 6
-10100011111111 jackhammer 6
-10100011111111 clothier 7
-10100011111111 cyst 7
-10100011111111 manhunt 7
-10100011111111 houseboat 8
-10100011111111 Biennial 9
-10100011111111 inquisitors 11
-10100011111111 byword 12
-10100011111111 synonym 14
-10100011111111 swan 21
-10100011111111 prank 21
-10100011111111 proclivity 23
-10100011111111 handbook 39
-10100011111111 euphemism 40
-10100011111111 manifesto 44
-10100011111111 screenplay 50
-10100011111111 go-ahead 62
-10100011111111 citation 64
-10100011111111 knack 93
-10100011111111 mania 93
-10100011111111 blueprint 139
-10100011111111 recipe 148
-10100011111111 catalyst 207
-10100011111111 quest 258
-10100011111111 pleas 268
-10100011111111 timetable 361
-10100011111111 decree 433
-10100011111111 prospectus 495
-10100011111111 plea 649
-10100011111111 petition 731
-10100011111111 motion 1186
-10100011111111 deadline 1458
-10100011111111 proposal 10610
-10100011111111 request 3469
-10100100000 fezlike 1
-10100100000 anti-Gadhafi 1
-10100100000 second-row 1
-10100100000 bloodcell 1
-10100100000 chart-following 1
-10100100000 drilling-supply 1
-10100100000 176-90 1
-10100100000 rabbit-fur 1
-10100100000 pistol-grip 1
-10100100000 life-tenured 1
-10100100000 one-inning 1
-10100100000 tertile 2
-10100100000 216-208 2
-10100100000 crackpopulist 2
-10100100000 coal-miners 2
-10100100000 employee-consultant 2
-10100100000 fat-man 2
-10100100000 sing-song 2
-10100100000 T-34 2
-10100100000 26-25 2
-10100100000 413-3 2
-10100100000 food-processor 2
-10100100000 klutz 2
-10100100000 EDSer 2
-10100100000 322-90 2
-10100100000 crankcase 2
-10100100000 forkball 2
-10100100000 second-circulation 2
-10100100000 alabaster 3
-10100100000 agitprop 3
-10100100000 chain-of-command 3
-10100100000 seatbelt 3
-10100100000 pillbox 3
-10100100000 monocle 3
-10100100000 statuette 3
-10100100000 sloop 3
-10100100000 stutter 3
-10100100000 outcrop 3
-10100100000 union-buster 3
-10100100000 multiballot 3
-10100100000 stock-picker 3
-10100100000 narco 3
-10100100000 estancia 3
-10100100000 407-17 3
-10100100000 Pekingese 3
-10100100000 thunderbolt 4
-10100100000 sulk 4
-10100100000 showoff 4
-10100100000 dishwater 4
-10100100000 headset 4
-10100100000 draftee 4
-10100100000 maximalist 4
-10100100000 poacher 4
-10100100000 sweetie 4
-10100100000 pinup 4
-10100100000 hypochondriac 4
-10100100000 tabby 4
-10100100000 gunfighter 4
-10100100000 kachina 4
-10100100000 Lamaze 4
-10100100000 panflute 4
-10100100000 handlebar 4
-10100100000 metronome 4
-10100100000 underpants 4
-10100100000 vestments 4
-10100100000 cortege 4
-10100100000 larynx 4
-10100100000 backhoe 4
-10100100000 chintz 4
-10100100000 girdle 4
-10100100000 RN 4
-10100100000 followership 4
-10100100000 tap-tap 4
-10100100000 halter 4
-10100100000 layette 4
-10100100000 caver 5
-10100100000 Plattsburgh 5
-10100100000 washboard 5
-10100100000 five-iron 5
-10100100000 rhino 5
-10100100000 godmother 5
-10100100000 bookie 5
-10100100000 hazing 5
-10100100000 17-0 5
-10100100000 retrovirus 5
-10100100000 hovel 5
-10100100000 disconsolate 5
-10100100000 lawyer-bashing 5
-10100100000 paratrooper 5
-10100100000 six-story 5
-10100100000 Azucena 5
-10100100000 boardinghouse 5
-10100100000 boar 5
-10100100000 Hegelian 5
-10100100000 bead 5
-10100100000 laundromat 6
-10100100000 reawakening 6
-10100100000 mastectomy 6
-10100100000 banjo 6
-10100100000 croissant 6
-10100100000 sombrero 6
-10100100000 juggler 6
-10100100000 windup 6
-10100100000 smock 6
-10100100000 roundhouse 6
-10100100000 newspeak 6
-10100100000 highchair 6
-10100100000 ranch-style 6
-10100100000 paintbrush 6
-10100100000 raincoat 7
-10100100000 sell-out 7
-10100100000 weirdo 7
-10100100000 samba 7
-10100100000 tricycle 7
-10100100000 shakedown 7
-10100100000 shashlik 7
-10100100000 disconnection 7
-10100100000 monohull 7
-10100100000 shaker 7
-10100100000 cream-colored 7
-10100100000 hurdler 7
-10100100000 coyote 7
-10100100000 machete 7
-10100100000 jersey 7
-10100100000 footprint 7
-10100100000 megalomaniac 7
-10100100000 dolphin 7
-10100100000 dune 7
-10100100000 tripod 7
-10100100000 rudder 7
-10100100000 pueblo 7
-10100100000 gopher 7
-10100100000 Toon 7
-10100100000 hula 8
-10100100000 trampoline 8
-10100100000 striptease 8
-10100100000 spotter 8
-10100100000 kite 8
-10100100000 mite 8
-10100100000 spreader 8
-10100100000 steamer 8
-10100100000 7-0 8
-10100100000 kiosk 8
-10100100000 caterpillar 8
-10100100000 Synchro-Energizer 8
-10100100000 Doberman 8
-10100100000 horseshoe 8
-10100100000 soapbox 8
-10100100000 wonderland 8
-10100100000 brio 8
-10100100000 tram 8
-10100100000 bastard 8
-10100100000 job. 8
-10100100000 five-bedroom 8
-10100100000 bel 8
-10100100000 talker 8
-10100100000 hotshot 8
-10100100000 dinghy 8
-10100100000 comet 8
-10100100000 sheepskin 9
-10100100000 mammal 9
-10100100000 zombie 9
-10100100000 chopper 9
-10100100000 thumbnail 9
-10100100000 strangeness 9
-10100100000 chainsaw 9
-10100100000 limo 9
-10100100000 blacktop 9
-10100100000 survivalist 9
-10100100000 puddle 9
-10100100000 swinger 9
-10100100000 manhole 9
-10100100000 steamboat 9
-10100100000 Megabucks 9
-10100100000 Busier-Than-Thou 9
-10100100000 turtleneck 9
-10100100000 no-show 9
-10100100000 stopwatch 9
-10100100000 percentile 9
-10100100000 echelon 9
-10100100000 mallet 9
-10100100000 railbike 9
-10100100000 ark 9
-10100100000 duplex 9
-10100100000 half-time 10
-10100100000 bargainer 10
-10100100000 counterparty 10
-10100100000 garret 10
-10100100000 gong 10
-10100100000 play-by-play 10
-10100100000 beaver 10
-10100100000 merry-go-round 10
-10100100000 chick 10
-10100100000 headband 10
-10100100000 sauna 10
-10100100000 grasshopper 10
-10100100000 cheeseburger 10
-10100100000 wheelbarrow 10
-10100100000 walkie-talkie 10
-10100100000 climate-controlled 11
-10100100000 postcard 11
-10100100000 turban 11
-10100100000 fender 11
-10100100000 harpsichord 11
-10100100000 thermos 11
-10100100000 shrieking 11
-10100100000 ronin 11
-10100100000 sluice 11
-10100100000 skylight 11
-10100100000 hysterectomy 11
-10100100000 snout 11
-10100100000 falsehood 11
-10100100000 baboon 11
-10100100000 saucer 11
-10100100000 rulebook 11
-10100100000 scorecard 11
-10100100000 slob 11
-10100100000 kitty 12
-10100100000 quivering 12
-10100100000 boilerplate 12
-10100100000 preppie 12
-10100100000 blender 12
-10100100000 shingle 12
-10100100000 poodle 12
-10100100000 showpiece 12
-10100100000 rotunda 12
-10100100000 monotone 12
-10100100000 byline 12
-10100100000 Stradivarius 12
-10100100000 price-slashing 12
-10100100000 gatekeeper 12
-10100100000 dresser 12
-10100100000 Yank 12
-10100100000 debater 13
-10100100000 canteen 13
-10100100000 martini 13
-10100100000 pedestal 13
-10100100000 womanizer 13
-10100100000 UFO 13
-10100100000 palatial 13
-10100100000 brothel 13
-10100100000 wetland 13
-10100100000 silhouette 14
-10100100000 surfboard 14
-10100100000 boomer 14
-10100100000 skunk 14
-10100100000 heptathlon 14
-10100100000 sax 14
-10100100000 coronation 14
-10100100000 bookshelf 14
-10100100000 twitch 14
-10100100000 bubbly 14
-10100100000 blocker 14
-10100100000 flashback 14
-10100100000 kettle 14
-10100100000 hideaway 15
-10100100000 respirator 15
-10100100000 keg 15
-10100100000 by-election 15
-10100100000 diva 15
-10100100000 cockroach 15
-10100100000 getaway 15
-10100100000 SuperBar 15
-10100100000 valet 15
-10100100000 dung 15
-10100100000 waltz 16
-10100100000 funk 16
-10100100000 napkin 16
-10100100000 wand 16
-10100100000 hymn 16
-10100100000 jukebox 16
-10100100000 playpen 16
-10100100000 daredevil 16
-10100100000 hippie 16
-10100100000 chestnut 17
-10100100000 backpack 17
-10100100000 bulldozer 17
-10100100000 torso 17
-10100100000 brat 17
-10100100000 luge 17
-10100100000 necklace 17
-10100100000 sandstone 17
-10100100000 saxophone 17
-10100100000 checkers 18
-10100100000 mini 18
-10100100000 hairdo 18
-10100100000 homestead 18
-10100100000 revolver 18
-10100100000 junkyard 18
-10100100000 cookbook 18
-10100100000 scalpel 19
-10100100000 watercolor 19
-10100100000 canoe 19
-10100100000 ventilator 19
-10100100000 manor 19
-10100100000 chimp 19
-10100100000 sinner 19
-10100100000 forehand 20
-10100100000 washer 20
-10100100000 jock 20
-10100100000 goldfish 20
-10100100000 synthesizer 20
-10100100000 bravura 20
-10100100000 fin 20
-10100100000 homecoming 20
-10100100000 pumpkin 20
-10100100000 lighthouse 20
-10100100000 rut 21
-10100100000 sweatshirt 21
-10100100000 blouse 21
-10100100000 crap 21
-10100100000 watermelon 21
-10100100000 backhand 21
-10100100000 crucifix 21
-10100100000 crib 21
-10100100000 wristwatch 21
-10100100000 necktie 21
-10100100000 finisher 21
-10100100000 schoolboy 21
-10100100000 jab 22
-10100100000 beeper 22
-10100100000 lapel 22
-10100100000 birdie 22
-10100100000 ankles 22
-10100100000 pillow 22
-10100100000 lunatic 22
-10100100000 bra 22
-10100100000 tryout 23
-10100100000 pedigree 23
-10100100000 gymnasium 23
-10100100000 directorship 23
-10100100000 gondola 23
-10100100000 fellowship 24
-10100100000 Datsun 24
-10100100000 pothole 24
-10100100000 rip-off 24
-10100100000 gutter 25
-10100100000 voice-over 25
-10100100000 gangster 25
-10100100000 boondoggle 25
-10100100000 gorilla 25
-10100100000 password 25
-10100100000 bikini 25
-10100100000 hacker 26
-10100100000 carnival 26
-10100100000 racehorse 26
-10100100000 frog 26
-10100100000 canopy 26
-10100100000 flashlight 26
-10100100000 slippers 27
-10100100000 checklist 27
-10100100000 puppy 28
-10100100000 tombstone 28
-10100100000 sage 28
-10100100000 clarinet 28
-10100100000 checkbook 29
-10100100000 scalp 29
-10100100000 den 29
-10100100000 donkey 29
-10100100000 burnout 29
-10100100000 bedside 30
-10100100000 seminary 30
-10100100000 toaster 31
-10100100000 mustache 31
-10100100000 ledger 32
-10100100000 markdown 32
-10100100000 breadwinner 32
-10100100000 gavel 32
-10100100000 vigil 32
-10100100000 spine 32
-10100100000 runner-up 32
-10100100000 sled 32
-10100100000 screwdriver 33
-10100100000 god 33
-10100100000 knockout 33
-10100100000 kickoff 33
-10100100000 tuxedo 33
-10100100000 pocketbook 33
-10100100000 heartbeat 33
-10100100000 nap 34
-10100100000 candle 34
-10100100000 farmhouse 34
-10100100000 mailbox 34
-10100100000 tray 34
-10100100000 marker 34
-10100100000 noir 35
-10100100000 voltage 35
-10100100000 jingle 36
-10100100000 dragon 36
-10100100000 carriage 36
-10100100000 bunker 36
-10100100000 chauffeur 37
-10100100000 burglary 37
-10100100000 fireplace 38
-10100100000 boyhood 38
-10100100000 recital 38
-10100100000 wardrobe 38
-10100100000 graveyard 39
-10100100000 crocodile 40
-10100100000 notebook 40
-10100100000 siren 40
-10100100000 melody 41
-10100100000 dinosaur 41
-10100100000 jaw 42
-10100100000 suitcase 42
-10100100000 fortress 42
-10100100000 freezer 42
-10100100000 haircut 42
-10100100000 tub 43
-10100100000 lifestyle 43
-10100100000 sofa 43
-10100100000 pennant 44
-10100100000 fox 44
-10100100000 triangle 45
-10100100000 beta 45
-10100100000 fanatic 46
-10100100000 drawer 46
-10100100000 rainbow 46
-10100100000 sucker 46
-10100100000 boardroom 46
-10100100000 workday 46
-10100100000 bathtub 47
-10100100000 quarry 47
-10100100000 bounty 47
-10100100000 missionary 48
-10100100000 playground 48
-10100100000 trophy 50
-10100100000 psychic 50
-10100100000 starter 50
-10100100000 sweetheart 51
-10100100000 workforce 51
-10100100000 bluff 52
-10100100000 plum 52
-10100100000 calculator 52
-10100100000 hillside 53
-10100100000 vineyard 53
-10100100000 virtuoso 53
-10100100000 pyramid 54
-10100100000 cathedral 54
-10100100000 warrior 54
-10100100000 cage 54
-10100100000 curse 55
-10100100000 handshake 56
-10100100000 whale 56
-10100100000 workout 56
-10100100000 beard 56
-10100100000 coffin 57
-10100100000 sideline 58
-10100100000 destroyer 58
-10100100000 shotgun 59
-10100100000 rabbit 59
-10100100000 paycheck 59
-10100100000 gala 60
-10100100000 tan 60
-10100100000 limb 61
-10100100000 tomb 62
-10100100000 censure 63
-10100100000 helmet 63
-10100100000 lounge 63
-10100100000 tiger 65
-10100100000 styling 66
-10100100000 sanctuary 66
-10100100000 precinct 66
-10100100000 superstar 67
-10100100000 ballroom 67
-10100100000 wolf 68
-10100100000 diploma 68
-10100100000 picnic 69
-10100100000 pencil 70
-10100100000 horn 70
-10100100000 backyard 70
-10100100000 laggard 71
-10100100000 violin 72
-10100100000 fist 73
-10100100000 castle 73
-10100100000 steak 73
-10100100000 messenger 73
-10100100000 magnet 76
-10100100000 sensation 76
-10100100000 tooth 76
-10100100000 wrist 77
-10100100000 plateau 79
-10100100000 plaque 79
-10100100000 exterior 80
-10100100000 cigar 80
-10100100000 handwriting 81
-10100100000 wheelchair 82
-10100100000 briefcase 83
-10100100000 limousine 83
-10100100000 sword 83
-10100100000 self 86
-10100100000 workshop 88
-10100100000 snake 88
-10100100000 Ph.D. 90
-10100100000 pistol 90
-10100100000 novelty 92
-10100100000 rat 95
-10100100000 knee 96
-10100100000 rap 96
-10100100000 collar 98
-10100100000 gospel 100
-10100100000 guitar 104
-10100100000 passport 106
-10100100000 fraternity 106
-10100100000 cab 107
-10100100000 hobby 109
-10100100000 ghost 109
-10100100000 landslide 111
-10100100000 nuisance 117
-10100100000 diary 118
-10100100000 closet 122
-10100100000 tent 122
-10100100000 solo 123
-10100100000 marathon 124
-10100100000 narrative 127
-10100100000 cult 127
-10100100000 rifle 131
-10100100000 purse 137
-10100100000 yacht 141
-10100100000 monster 141
-10100100000 mob 142
-10100100000 bass 145
-10100100000 pen 150
-10100100000 mouse 155
-10100100000 straw 160
-10100100000 foe 164
-10100100000 legend 166
-10100100000 hybrid 168
-10100100000 bedroom 168
-10100100000 basement 183
-10100100000 coat 185
-10100100000 killer 186
-10100100000 ranch 193
-10100100000 companion 196
-10100100000 breath 197
-10100100000 homeland 201
-10100100000 flavor 205
-10100100000 wedding 206
-10100100000 cow 208
-10100100000 classroom 211
-10100100000 cat 211
-10100100000 finger 220
-10100100000 childhood 223
-10100100000 genius 226
-10100100000 performer 228
-10100100000 stroke 229
-10100100000 bird 231
-10100100000 fantasy 232
-10100100000 funeral 248
-10100100000 celebrity 257
-10100100000 piano 271
-10100100000 neck 288
-10100100000 hat 291
-10100100000 magic 297
-10100100000 chest 307
-10100100000 courtroom 307
-10100100000 guest 321
-10100100000 stone 336
-10100100000 birthday 342
-10100100000 chair 347
-10100100000 diet 358
-10100100000 tree 379
-10100100000 nose 380
-10100100000 kitchen 389
-10100100000 grade 396
-10100100000 niche 401
-10100100000 trademark 401
-10100100000 lifetime 417
-10100100000 fortune 441
-10100100000 personality 481
-10100100000 horse 493
-10100100000 hero 502
-10100100000 youth 544
-10100100000 gun 601
-10100100000 pit 615
-10100100000 talent 630
-10100100000 marriage 633
-10100100000 taste 675
-10100100000 dog 680
-10100100000 desk 757
-10100100000 star 867
-10100100000 background 875
-10100100000 baby 895
-10100100000 priority 930
-10100100000 character 1055
-10100100000 crime 1461
-10100100000 voice 1671
-10100100000 career 1779
-10100100000 floor 2450
-10100100000 population 2545
-10100100000 job 7975
-10100100000 house 3417
-10100100001 house-husband 1
-10100100001 mini-tulipomania 1
-10100100001 merchandise-return 1
-10100100001 Americanness 1
-10100100001 339,683 1
-10100100001 Musicae 1
-10100100001 tuggers 1
-10100100001 much-revised 1
-10100100001 plan/I 1
-10100100001 husband. 1
-10100100001 egg-swollen 1
-10100100001 lounger 1
-10100100001 eight-shooter 1
-10100100001 loftmate 1
-10100100001 beanstalk 1
-10100100001 escallonias 1
-10100100001 octane-enhancing 1
-10100100001 Austrian-made 1
-10100100001 interpretor 1
-10100100001 agent-investors 1
-10100100001 attorney-husband 1
-10100100001 baronesses 1
-10100100001 soon-to-be-ex-wife 1
-10100100001 labor-government 1
-10100100001 schoolteacher-mother 1
-10100100001 secretary. 1
-10100100001 determination. 1
-10100100001 blankness 1
-10100100001 godchild 1
-10100100001 lawyer-wife 1
-10100100001 washcloths 1
-10100100001 high-keyed 1
-10100100001 pot-sweeteners 1
-10100100001 brother-inlaw 1
-10100100001 presidente 1
-10100100001 scrimshaws 1
-10100100001 re-book 1
-10100100001 bone-weariness 1
-10100100001 tra-la-la 1
-10100100001 butcher. 1
-10100100001 one-pieces 1
-10100100001 chaft 1
-10100100001 Stroemsnes 1
-10100100001 predecesssor 1
-10100100001 cold-eyed 1
-10100100001 cage-mate 1
-10100100001 carter 1
-10100100001 Homburg 1
-10100100001 Petrova 1
-10100100001 Windsheim 1
-10100100001 too-willing 1
-10100100001 all-present 1
-10100100001 fathe 1
-10100100001 licensors 1
-10100100001 soft-on-crime 1
-10100100001 brainpan 1
-10100100001 gris 1
-10100100001 unnaturalness 1
-10100100001 corpulence 1
-10100100001 ehs 1
-10100100001 obtuseness 1
-10100100001 laser- 1
-10100100001 subalterns 1
-10100100001 C-shaped 1
-10100100001 under-five 1
-10100100001 bush-camp 1
-10100100001 bailer 1
-10100100001 11-mile 1
-10100100001 shirt-front 1
-10100100001 toque 1
-10100100001 tempo-setter 1
-10100100001 countrywoman 1
-10100100001 seed-counting 1
-10100100001 Kinenos 1
-10100100001 grotesqueness 1
-10100100001 stoniness 1
-10100100001 beaus 1
-10100100001 great-great-uncle 1
-10100100001 partner/hubby 1
-10100100001 politicalthinking 1
-10100100001 delegates. 1
-10100100001 paddlewheels 1
-10100100001 neediness 1
-10100100001 son-inlaw 1
-10100100001 existences 1
-10100100001 nightclothes 1
-10100100001 half-chewed 1
-10100100001 mossback 1
-10100100001 spouse-equivalent 1
-10100100001 girl-next-door 1
-10100100001 self-infatuation 1
-10100100001 lummox 1
-10100100001 tablemates 1
-10100100001 Boswells 1
-10100100001 smokefilled 1
-10100100001 volleying 1
-10100100001 sinfulness 1
-10100100001 physician-father 1
-10100100001 precedessor 1
-10100100001 practice-tee 1
-10100100001 hightops 1
-10100100001 bejeaned 1
-10100100001 stickups 1
-10100100001 layups 1
-10100100001 doppelganger 1
-10100100001 catastrophe-laden 1
-10100100001 valise 1
-10100100001 firstborn 1
-10100100001 paint-covered 1
-10100100001 Bounds 1
-10100100001 arbitrariness. 1
-10100100001 half-mistress 1
-10100100001 then-mistress 1
-10100100001 Aasen 1
-10100100001 Calamity 1
-10100100001 great-great-great-grandchildren 1
-10100100001 bicuspid 1
-10100100001 gutsiness 1
-10100100001 city-suburb 1
-10100100001 eyebrow-raising 1
-10100100001 rapaciously 1
-10100100001 Wrightwood 1
-10100100001 shirt-throwing 1
-10100100001 watch-chain 1
-10100100001 160th 1
-10100100001 self-vaccination 1
-10100100001 I.R.A. 1
-10100100001 snorkle 1
-10100100001 kang 1
-10100100001 Schooling 1
-10100100001 tripe-cutting 1
-10100100001 anti-macassars 1
-10100100001 spaciness 1
-10100100001 surfer-girl 1
-10100100001 Deviation 1
-10100100001 golden-hued 1
-10100100001 Veilchen 1
-10100100001 scholasticism 1
-10100100001 crisp-weather 1
-10100100001 cold-warrior 1
-10100100001 neo-detentists 1
-10100100001 governmnent 1
-10100100001 contenement 1
-10100100001 involvments 1
-10100100001 empire. 1
-10100100001 trellises 1
-10100100001 855th 1
-10100100001 brattiness 1
-10100100001 drink-up 1
-10100100001 dismissible 1
-10100100001 ex-aunt 1
-10100100001 inactions 1
-10100100001 gaura 1
-10100100001 half-glasses 1
-10100100001 horrormaster 1
-10100100001 amours 1
-10100100001 Butterflys 1
-10100100001 berouged 1
-10100100001 cantaloupemeter 1
-10100100001 Modus 1
-10100100001 Fluggerate 1
-10100100001 radarman 1
-10100100001 Farmington-based 1
-10100100001 step-nephew 1
-10100100001 biometrics 1
-10100100001 owner-trainer 1
-10100100001 chairlift-mate 1
-10100100001 partner/suitor 1
-10100100001 thinnings 1
-10100100001 lorgnette 1
-10100100001 tormenters 1
-10100100001 demonically 1
-10100100001 robert 1
-10100100001 epic-length 1
-10100100001 lechery 1
-10100100001 tush 1
-10100100001 ................................... 1
-10100100001 then-wife 1
-10100100001 excitability 1
-10100100001 battiness 1
-10100100001 jubilees 1
-10100100001 Perking 1
-10100100001 carry-back 1
-10100100001 ex-chattels 1
-10100100001 ex-boyfriend 1
-10100100001 gardening-accessories 1
-10100100001 art-throb 1
-10100100001 dish-on-a-truck 1
-10100100001 half-sincere 1
-10100100001 backswing 1
-10100100001 Kitcheners 1
-10100100001 ax-handle 1
-10100100001 putsch 1
-10100100001 cast-mates 1
-10100100001 cantankerousness 1
-10100100001 augurers 1
-10100100001 flightiness 1
-10100100001 insta-book 1
-10100100001 forepaw 1
-10100100001 recomendation 1
-10100100001 woolshed 1
-10100100001 mouth-hooked 1
-10100100001 ex-Czech-to-be 1
-10100100001 non-crime 1
-10100100001 tangibly 1
-10100100001 jowls. 1
-10100100001 Clef 1
-10100100001 wife-to-be 1
-10100100001 maxillary 1
-10100100001 jollies 1
-10100100001 allegros 1
-10100100001 mother-upon 1
-10100100001 grandad 1
-10100100001 writer-producer-activist 1
-10100100001 obiter 1
-10100100001 intellectuality 1
-10100100001 range-wise 1
-10100100001 Luckies 1
-10100100001 sassiness 1
-10100100001 short-shorts 1
-10100100001 fuse. 1
-10100100001 Burts 1
-10100100001 inarticulateness 1
-10100100001 back-ups 1
-10100100001 nurse/companion 1
-10100100001 sister. 1
-10100100001 halfbrother 1
-10100100001 poor/Your 1
-10100100001 physician-wife 1
-10100100001 housemates 1
-10100100001 derriere 1
-10100100001 troopship 1
-10100100001 veh. 1
-10100100001 lacerating 1
-10100100001 stagemate 1
-10100100001 licentiousness 1
-10100100001 icecream 1
-10100100001 Hassle 1
-10100100001 market-conscious 1
-10100100001 110-pound 1
-10100100001 chef-mobile 1
-10100100001 adventurously 1
-10100100001 hydrophilous 1
-10100100001 Greenness 1
-10100100001 jawline 1
-10100100001 godson 1
-10100100001 ex-astronaut 1
-10100100001 snow-blower 1
-10100100001 manager-son 1
-10100100001 rookeries 1
-10100100001 sleazily 1
-10100100001 tutuclad 1
-10100100001 shiner 1
-10100100001 Achilleses 1
-10100100001 scenery-chewing 1
-10100100001 subordinates. 1
-10100100001 six-lawyer 1
-10100100001 ball-fan 1
-10100100001 departure. 1
-10100100001 Tanztheater 1
-10100100001 trips. 1
-10100100001 HISPANICS 1
-10100100001 Workplaces 1
-10100100001 cocksureness 1
-10100100001 Southernness 1
-10100100001 executive-cousins 1
-10100100001 injury-of-the-moment 1
-10100100001 Hanayagi 1
-10100100001 misters 1
-10100100001 ephemeras 1
-10100100001 holdingly 1
-10100100001 armories 1
-10100100001 paintbrushes 1
-10100100001 Forsa 2
-10100100001 victuals 2
-10100100001 superjock 2
-10100100001 lunacies 2
-10100100001 500-meter 2
-10100100001 backhands 2
-10100100001 medal-winning 2
-10100100001 Murtra 2
-10100100001 pro-NATO 2
-10100100001 bloodline 2
-10100100001 ball-handling 2
-10100100001 queen's-knight 2
-10100100001 bleached-blond 2
-10100100001 orals 2
-10100100001 cosmetologist 2
-10100100001 overlord 2
-10100100001 bodice 2
-10100100001 letter-turning 2
-10100100001 labour 2
-10100100001 liberationists 2
-10100100001 then-employer 2
-10100100001 preachiness 2
-10100100001 demitasse 2
-10100100001 sternum 2
-10100100001 stick-to-itiveness 2
-10100100001 pipefitter 2
-10100100001 mother-inlaw 2
-10100100001 cub 2
-10100100001 cleats 2
-10100100001 somnambulism 2
-10100100001 Kanes 2
-10100100001 exhusband 2
-10100100001 sandaled 2
-10100100001 delts 2
-10100100001 headstone 2
-10100100001 aays 2
-10100100001 zwieback 2
-10100100001 80-lawyer 2
-10100100001 shipmates 2
-10100100001 affectations 2
-10100100001 Oba-san 2
-10100100001 gaudiness 2
-10100100001 Raywood 2
-10100100001 Begum 2
-10100100001 cello-playing 2
-10100100001 coiffure 2
-10100100001 sufferance 2
-10100100001 eyrie 2
-10100100001 bullfrog 2
-10100100001 amour 2
-10100100001 biddy 2
-10100100001 Brazier 2
-10100100001 Doxerl 2
-10100100001 composer/pianist 2
-10100100001 Spouse 2
-10100100001 crewmates 2
-10100100001 client-state 2
-10100100001 roll-on 2
-10100100001 bedchamber 2
-10100100001 doctor-husband 2
-10100100001 Eminence 2
-10100100001 Angeleno 2
-10100100001 pickax 2
-10100100001 rancheros 3
-10100100001 megaphone 3
-10100100001 fierceness 3
-10100100001 granary 3
-10100100001 Naturalist 3
-10100100001 stethoscope 3
-10100100001 thoughtfulness 3
-10100100001 witticism 3
-10100100001 sickbed 3
-10100100001 Polonaise 3
-10100100001 spatula 3
-10100100001 lifetime-employment 3
-10100100001 protegee 3
-10100100001 dominee 3
-10100100001 momma 3
-10100100001 careerism 3
-10100100001 shirt-sleeves 3
-10100100001 73-ton 3
-10100100001 Pomeranian 3
-10100100001 Byung 3
-10100100001 detractor 3
-10100100001 Messaggero 3
-10100100001 sidemen 3
-10100100001 oregano 3
-10100100001 dinner-party 3
-10100100001 tonsils 3
-10100100001 sis 3
-10100100001 DAVIS 3
-10100100001 musicianship 3
-10100100001 6-6 3
-10100100001 reapplication 3
-10100100001 costumers 3
-10100100001 pagoda 3
-10100100001 schtick 3
-10100100001 ex-employer 3
-10100100001 rucksack 3
-10100100001 calliope 3
-10100100001 silkscreen 3
-10100100001 stepdaughter 4
-10100100001 dachshund 4
-10100100001 cassock 4
-10100100001 nightgown 4
-10100100001 workingman 4
-10100100001 co-executor 4
-10100100001 volk 4
-10100100001 inheritors 4
-10100100001 Cockney 4
-10100100001 claque 4
-10100100001 Throne 4
-10100100001 round-faced 4
-10100100001 pre-teen 4
-10100100001 Jewishness 4
-10100100001 knapsack 4
-10100100001 paramour 4
-10100100001 Broederbond 4
-10100100001 poncho 4
-10100100001 henchman 4
-10100100001 bride-to-be 4
-10100100001 cowshed 4
-10100100001 bete 4
-10100100001 courtesan 4
-10100100001 mailbag 4
-10100100001 rook 5
-10100100001 axioms 5
-10100100001 oar 5
-10100100001 buttock 5
-10100100001 backache 5
-10100100001 Excellency 5
-10100100001 Valkyrie 5
-10100100001 workbench 5
-10100100001 coldness 5
-10100100001 no-tax-increase 5
-10100100001 ketch 5
-10100100001 truck-driver 5
-10100100001 generalissimo 5
-10100100001 greenmailer 5
-10100100001 cost-basis 5
-10100100001 stuttering 5
-10100100001 rearrest 5
-10100100001 mommy 6
-10100100001 dander 6
-10100100001 grandpa 6
-10100100001 Merga 6
-10100100001 mama 6
-10100100001 playmate 6
-10100100001 couturier 6
-10100100001 druggist 6
-10100100001 Molero 6
-10100100001 superheavyweight 6
-10100100001 co-screenwriter 6
-10100100001 recantation 6
-10100100001 great-great-grandfather 6
-10100100001 steed 7
-10100100001 landlady 7
-10100100001 mariner 7
-10100100001 armpits 7
-10100100001 motorbike 7
-10100100001 great-uncle 7
-10100100001 tummy 7
-10100100001 Inferno 8
-10100100001 crotch 8
-10100100001 great-grandmother 8
-10100100001 accuser 8
-10100100001 geyser 8
-10100100001 lifeguard 8
-10100100001 overcoat 8
-10100100001 Pains 8
-10100100001 beehive 9
-10100100001 half-sister 9
-10100100001 Saxony 9
-10100100001 confidante 9
-10100100001 tormentors 9
-10100100001 beau 9
-10100100001 forties 10
-10100100001 lynching 10
-10100100001 coven 10
-10100100001 womanizing 10
-10100100001 co-producer 10
-10100100001 arranger 10
-10100100001 instigation 10
-10100100001 eyelids 11
-10100100001 retinue 11
-10100100001 gosh 11
-10100100001 grantor 11
-10100100001 fiancee 12
-10100100001 caddy 12
-10100100001 great-grandfather 12
-10100100001 sixties 12
-10100100001 harem 12
-10100100001 CFP 12
-10100100001 connoisseur 13
-10100100001 bluntness 13
-10100100001 druthers 13
-10100100001 directness 14
-10100100001 fingertips 14
-10100100001 stepson 14
-10100100001 Liberace 14
-10100100001 primate 14
-10100100001 next-door 14
-10100100001 oeuvre 14
-10100100001 co-star 14
-10100100001 half-brother 15
-10100100001 tuk-tuk 15
-10100100001 brow 16
-10100100001 backside 16
-10100100001 spleen 17
-10100100001 bunny 17
-10100100001 daughter-in-law 17
-10100100001 colt 18
-10100100001 stepmother 18
-10100100001 Darblay 19
-10100100001 thigh 19
-10100100001 mid-30s 19
-10100100001 likeness 19
-10100100001 mid-40s 19
-10100100001 stepfather 20
-10100100001 deathbed 20
-10100100001 sidekick 20
-10100100001 ancestor 20
-10100100001 Rumson 21
-10100100001 ilk 21
-10100100001 ex-husband 22
-10100100001 nanny 22
-10100100001 junkie 22
-10100100001 palette 23
-10100100001 namesake 23
-10100100001 loyalist 24
-10100100001 sister-in-law 24
-10100100001 granddaughter 25
-10100100001 thighs 25
-10100100001 modus 25
-10100100001 Majesty 27
-10100100001 toddler 27
-10100100001 fiance 28
-10100100001 father-in-law 28
-10100100001 teammate 29
-10100100001 teammates 29
-10100100001 sleeve 30
-10100100001 estimation 32
-10100100001 crony 33
-10100100001 forte 34
-10100100001 sibling 36
-10100100001 forehead 38
-10100100001 protagonist 40
-10100100001 collaborator 42
-10100100001 ex-wife 42
-10100100001 wallet 42
-10100100001 roommate 43
-10100100001 niece 44
-10100100001 nemesis 45
-10100100001 entourage 47
-10100100001 pal 50
-10100100001 Corner 51
-10100100001 mother-in-law 52
-10100100001 bride 54
-10100100001 aunt 55
-10100100001 biographer 56
-10100100001 mistress 57
-10100100001 alma 58
-10100100001 captors 61
-10100100001 son-in-law 61
-10100100001 buddy 64
-10100100001 congregation 67
-10100100001 chin 70
-10100100001 boyfriend 72
-10100100001 countrymen 72
-10100100001 brother-in-law 82
-10100100001 nephew 93
-10100100001 heroine 97
-10100100001 mom 99
-10100100001 dad 108
-10100100001 confidant 108
-10100100001 mentor 110
-10100100001 glove 111
-10100100001 lap 119
-10100100001 girlfriend 125
-10100100001 landlord 129
-10100100001 grandmother 131
-10100100001 lover 134
-10100100001 uncle 159
-10100100001 cousin 165
-10100100001 widow 192
-10100100001 hometown 199
-10100100001 grandfather 209
-10100100001 signature 212
-10100100001 neighbor 309
-10100100001 colleague 390
-10100100001 sister 531
-10100100001 predecessor 629
-10100100001 daughter 894
-10100100001 favorite 949
-10100100001 boss 954
-10100100001 brother 1022
-10100100001 husband 1346
-10100100001 mother 1471
-10100100001 friend 1761
-10100100001 client 2026
-10100100001 son 2098
-10100100001 father 2129
-10100100001 wife 2793
-10100100001 family 8277
-10100100001 team 3984
-10100100010 near-martyr 1
-10100100010 Welshmen 1
-10100100010 rapper 1
-10100100010 attoney 1
-10100100010 superpatriot 1
-10100100010 submariner 1
-10100100010 bird-dog 1
-10100100010 shrimper 1
-10100100010 Man/Beast 1
-10100100010 punkrocker 1
-10100100010 nonbeliever 1
-10100100010 seven-ounce 1
-10100100010 perjurer 1
-10100100010 sophisticate 1
-10100100010 Pilsener 1
-10100100010 blackguard 1
-10100100010 call-to-prayer 1
-10100100010 herpetologist 1
-10100100010 reprobate 1
-10100100010 Atlantan 1
-10100100010 non-Mormon 1
-10100100010 two-masted 1
-10100100010 60-piece 1
-10100100010 geezer 1
-10100100010 snorters 1
-10100100010 folkie 1
-10100100010 roofer 1
-10100100010 pop-tart 1
-10100100010 car-style 1
-10100100010 preacher/politician/pedophile 1
-10100100010 disloyalists 1
-10100100010 chanteuses 1
-10100100010 aridity 1
-10100100010 anti-vivisectionist 1
-10100100010 JETLINER 1
-10100100010 Kellerton 1
-10100100010 iconoclasts 1
-10100100010 parachutists 1
-10100100010 bellboy 1
-10100100010 red-baiter 1
-10100100010 para-professional 1
-10100100010 less-than-fresh 1
-10100100010 post-docs 1
-10100100010 near-human 1
-10100100010 B-squader 1
-10100100010 bookbinders 1
-10100100010 landmine 1
-10100100010 mummiform 1
-10100100010 faggots 1
-10100100010 pencil-jockey 1
-10100100010 Columbus-Ohio 1
-10100100010 horsebreeder 1
-10100100010 grantsmen 1
-10100100010 Greek-Italian 1
-10100100010 Joigny 1
-10100100010 rowhouses 1
-10100100010 bowman 1
-10100100010 apartment-seeker 1
-10100100010 late-runner 1
-10100100010 tinkler 1
-10100100010 Celie 1
-10100100010 townsfathers 1
-10100100010 grandmom-and-pop 1
-10100100010 fems 1
-10100100010 frontiersmen 1
-10100100010 stickman 1
-10100100010 Calcuttan 1
-10100100010 ovate 1
-10100100010 foul-mouth 1
-10100100010 garagemen 1
-10100100010 steamfitter 1
-10100100010 martinet 1
-10100100010 marcher 1
-10100100010 Toltec/Chorotegans 1
-10100100010 novelist-philosopher 1
-10100100010 ex-Czecher 1
-10100100010 brahmin 1
-10100100010 skywriter 1
-10100100010 surveillant 1
-10100100010 microeconomist 1
-10100100010 Republican-turned-Democrat 1
-10100100010 mud-wrestlers 1
-10100100010 three-handicapper 1
-10100100010 ex-carpenter 1
-10100100010 consensus-seeker 1
-10100100010 anti-statists 1
-10100100010 pro-lifer 1
-10100100010 Tshirt 1
-10100100010 nonscientist 1
-10100100010 non-salmon 1
-10100100010 Sochaux 1
-10100100010 highschooler 1
-10100100010 Thunder-on-Wheelite 1
-10100100010 major-leaguer 1
-10100100010 workmates 1
-10100100010 Kingites 1
-10100100010 Sephardi 1
-10100100010 shnook 1
-10100100010 ninth-grader 1
-10100100010 gyrfalcon 1
-10100100010 statehooder 1
-10100100010 deliveryman 1
-10100100010 less-interventionist 1
-10100100010 table-pounder 1
-10100100010 gamecock 1
-10100100010 irridentists 1
-10100100010 lumberman 1
-10100100010 workmate 1
-10100100010 mysterioso 1
-10100100010 nightwear 1
-10100100010 225-foot-long 1
-10100100010 too-swift 1
-10100100010 20-pound-carp 1
-10100100010 armorer 1
-10100100010 zombie-meister 1
-10100100010 sybarite 1
-10100100010 not-quite-22-year-old 1
-10100100010 student-turned-actress 1
-10100100010 lunger 1
-10100100010 Hong-Kong 1
-10100100010 goatherd 1
-10100100010 Johnny-come-lately 2
-10100100010 ex-lawyer 2
-10100100010 washerwoman 2
-10100100010 chubbikins 2
-10100100010 saleslady 2
-10100100010 chile 2
-10100100010 policymaker 2
-10100100010 salamander 2
-10100100010 coworker 2
-10100100010 spitball 2
-10100100010 hitchhiker 2
-10100100010 despots 2
-10100100010 hotdogs 2
-10100100010 Torn 2
-10100100010 wrongdoer 2
-10100100010 sociopath 2
-10100100010 saloonkeeper 2
-10100100010 terminus 2
-10100100010 nitpicker 2
-10100100010 midpreneur 2
-10100100010 farts 2
-10100100010 warhorse 2
-10100100010 gnome 2
-10100100010 ponytail 2
-10100100010 fifth-grader 2
-10100100010 bumpkins 2
-10100100010 geezers 2
-10100100010 pursers 2
-10100100010 cutie 2
-10100100010 bitters 2
-10100100010 moo 2
-10100100010 woodworker 2
-10100100010 sexpot 2
-10100100010 arroyo 2
-10100100010 tiepin 2
-10100100010 pleasantry 2
-10100100010 wretch 2
-10100100010 cadenzas 2
-10100100010 hooey 2
-10100100010 leprechaun 2
-10100100010 fantast 2
-10100100010 half-caste 2
-10100100010 preppies 2
-10100100010 Frenchwoman 2
-10100100010 dumpling 2
-10100100010 fortune-teller 2
-10100100010 one-antitrypsin 2
-10100100010 bombthrower 2
-10100100010 digger 2
-10100100010 sommelier 2
-10100100010 yarmulke 2
-10100100010 Chateauneuf-du-Pape 2
-10100100010 Rotarian 2
-10100100010 ashram 2
-10100100010 middleweights 2
-10100100010 Jacksonian 2
-10100100010 demand-sider 2
-10100100010 buzzard 2
-10100100010 squall 2
-10100100010 margi 2
-10100100010 Realtor 2
-10100100010 hedger 2
-10100100010 schnauzer 2
-10100100010 avant-gardist 2
-10100100010 Constanze 2
-10100100010 Gigolo 2
-10100100010 Poonie 2
-10100100010 worshipper 2
-10100100010 freeman 2
-10100100010 second-grader 2
-10100100010 ball-bashers 2
-10100100010 newswoman 2
-10100100010 backpacker 2
-10100100010 schooler 2
-10100100010 Louisianian 2
-10100100010 longboat 2
-10100100010 Catalogue 2
-10100100010 chain-smoker 2
-10100100010 warmonger 2
-10100100010 fogey 2
-10100100010 techno-weenie 2
-10100100010 TKO 2
-10100100010 salesgirl 2
-10100100010 gadabout 2
-10100100010 Newfoundlander 2
-10100100010 woodsman 2
-10100100010 simpleton 2
-10100100010 faintheart 2
-10100100010 harmonium 2
-10100100010 leotard 2
-10100100010 Shar-Pei 3
-10100100010 dieter 3
-10100100010 metalworker 3
-10100100010 lass 3
-10100100010 menorah 3
-10100100010 small-businessman 3
-10100100010 babysitter 3
-10100100010 desperado 3
-10100100010 deckhand 3
-10100100010 worrier 3
-10100100010 fastballer 3
-10100100010 SHARK 3
-10100100010 cellmates 3
-10100100010 bandana 3
-10100100010 fop 3
-10100100010 ingrate 3
-10100100010 pinups 3
-10100100010 duffer 3
-10100100010 bloke 3
-10100100010 blowhards 3
-10100100010 churchman 3
-10100100010 railroader 3
-10100100010 congressperson 3
-10100100010 folklorist 3
-10100100010 hitman 3
-10100100010 whiner 3
-10100100010 reveler 3
-10100100010 genealogist 3
-10100100010 krewe 3
-10100100010 horticulturist 3
-10100100010 Pennsylvanian 3
-10100100010 prig 3
-10100100010 Manhattanite 3
-10100100010 oaf 3
-10100100010 crone 3
-10100100010 graffito 3
-10100100010 viscount 3
-10100100010 boor 3
-10100100010 ninny 3
-10100100010 friar 3
-10100100010 DPM 3
-10100100010 haberdasher 3
-10100100010 charlatan 3
-10100100010 plantiff 3
-10100100010 weightlifter 3
-10100100010 loafer 3
-10100100010 geophysicist 3
-10100100010 bigwig 3
-10100100010 bibliography 3
-10100100010 billfold 3
-10100100010 globe-trotter 3
-10100100010 trouper 3
-10100100010 deregulator 3
-10100100010 sphinx 3
-10100100010 pedant 3
-10100100010 Diemut 3
-10100100010 bloodhound 3
-10100100010 career-switcher 3
-10100100010 fast-tracker 3
-10100100010 Weerstandsbeweging 3
-10100100010 Nibelung 3
-10100100010 Democrat-turned-Republican 3
-10100100010 shrub 3
-10100100010 disarmer 3
-10100100010 gabmonger 3
-10100100010 barmaid 3
-10100100010 codger 3
-10100100010 lobsterman 3
-10100100010 selectman 3
-10100100010 eavesdropper 3
-10100100010 guardsman 3
-10100100010 busybody 3
-10100100010 tightwad 3
-10100100010 bozo 3
-10100100010 puppeteer 4
-10100100010 free-marketeer 4
-10100100010 podiatrist 4
-10100100010 sorceress 4
-10100100010 naif 4
-10100100010 shipowner 4
-10100100010 scrapper 4
-10100100010 deacon 4
-10100100010 masochist 4
-10100100010 browser 4
-10100100010 fiddler 4
-10100100010 habitation 4
-10100100010 huckster 4
-10100100010 mason 4
-10100100010 power-broker 4
-10100100010 trainman 4
-10100100010 hag 4
-10100100010 Vermonter 4
-10100100010 Navel 4
-10100100010 whistleblower 4
-10100100010 logger 4
-10100100010 harridan 4
-10100100010 picketer 4
-10100100010 starlet 4
-10100100010 snagger 4
-10100100010 first-grader 4
-10100100010 gofer 4
-10100100010 conversationalist 4
-10100100010 loincloth 4
-10100100010 werewolf 4
-10100100010 complainer 4
-10100100010 nostril 4
-10100100010 moron 4
-10100100010 Aliena 4
-10100100010 dames 4
-10100100010 singer-songwriter 4
-10100100010 switchman 4
-10100100010 choirboy 4
-10100100010 kaftan 4
-10100100010 frump 4
-10100100010 bidet 4
-10100100010 philanderer 4
-10100100010 conquistador 4
-10100100010 fussbudget 4
-10100100010 cabbie 4
-10100100010 lexicographer 4
-10100100010 toolmaker 4
-10100100010 Rockette 4
-10100100010 politican 4
-10100100010 copilot 4
-10100100010 constable 4
-10100100010 centerfielder 4
-10100100010 counterfeiter 4
-10100100010 risotto 4
-10100100010 cappella 4
-10100100010 cabinetmaker 4
-10100100010 Oklahoman 4
-10100100010 hoodlum 4
-10100100010 pasha 4
-10100100010 sleepwalker 4
-10100100010 Huns 4
-10100100010 scribe 5
-10100100010 IBMer 5
-10100100010 seventh-grader 5
-10100100010 highlander 5
-10100100010 nymphet 5
-10100100010 physician-researcher 5
-10100100010 sheikdom 5
-10100100010 Casanova 5
-10100100010 Monastery 5
-10100100010 serf 5
-10100100010 hasher 5
-10100100010 pitchfork 5
-10100100010 vaudevillian 5
-10100100010 boarder 5
-10100100010 clot-dissolver 5
-10100100010 sadist 5
-10100100010 mugger 5
-10100100010 barman 5
-10100100010 conglomerateur 5
-10100100010 planetarium 5
-10100100010 businessperson 5
-10100100010 bandleader 5
-10100100010 fedora 5
-10100100010 Ptolemy 5
-10100100010 QB 5
-10100100010 batsman 5
-10100100010 passerby 5
-10100100010 mitten 5
-10100100010 DTC 5
-10100100010 gnat 5
-10100100010 clipboard 5
-10100100010 storekeeper 5
-10100100010 schoolgirl 5
-10100100010 bettor 5
-10100100010 potter 5
-10100100010 tinkerer 5
-10100100010 beekeeper 5
-10100100010 supersalesman 5
-10100100010 rascal 5
-10100100010 transvestite 5
-10100100010 bicyclist 5
-10100100010 mallard 5
-10100100010 bodysuit 5
-10100100010 zookeeper 5
-10100100010 tomboy 5
-10100100010 marksman 5
-10100100010 trapper 5
-10100100010 record-keeper 5
-10100100010 capes 5
-10100100010 cougar 5
-10100100010 moviegoer 5
-10100100010 monopolist 6
-10100100010 seedsman 6
-10100100010 schooner 6
-10100100010 slip-up 6
-10100100010 geographer 6
-10100100010 busboy 6
-10100100010 ingenue 6
-10100100010 burgher 6
-10100100010 frill 6
-10100100010 leopard 6
-10100100010 porter 6
-10100100010 sportsman 6
-10100100010 ref 6
-10100100010 free-marketer 6
-10100100010 nobles 6
-10100100010 sorcerer 6
-10100100010 hypocrite 6
-10100100010 platitude 6
-10100100010 metallurgist 6
-10100100010 grandma 6
-10100100010 chador 6
-10100100010 ballplayer 6
-10100100010 C-minus 6
-10100100010 redhead 7
-10100100010 schemer 7
-10100100010 right-winger 7
-10100100010 playhouse 7
-10100100010 seducer 7
-10100100010 pooch 7
-10100100010 crewman 7
-10100100010 deity 7
-10100100010 paralegal 7
-10100100010 Reverend 7
-10100100010 mullah 7
-10100100010 cyclist 7
-10100100010 Muscovite 7
-10100100010 hearse 7
-10100100010 mortician 7
-10100100010 journeyman 7
-10100100010 curmudgeon 7
-10100100010 councilwoman 7
-10100100010 Steeler 7
-10100100010 wanderer 7
-10100100010 seminarian 7
-10100100010 Bostonian 7
-10100100010 nonentity 7
-10100100010 parishioner 7
-10100100010 bigot 7
-10100100010 impersonator 7
-10100100010 tipster 7
-10100100010 detainee 7
-10100100010 purist 7
-10100100010 courtier 7
-10100100010 countess 7
-10100100010 septuagenarian 7
-10100100010 viper 7
-10100100010 classicist 7
-10100100010 gent 7
-10100100010 narc 8
-10100100010 reservist 8
-10100100010 virologist 8
-10100100010 Chardonnays 8
-10100100010 weaver 8
-10100100010 gal 8
-10100100010 consensus-builder 8
-10100100010 naturalist 8
-10100100010 schoolmate 8
-10100100010 six-footer 8
-10100100010 mailman 8
-10100100010 firehouse 8
-10100100010 turbocharger 8
-10100100010 vacationer 8
-10100100010 philistine 8
-10100100010 Minnesotan 8
-10100100010 shawl 8
-10100100010 landscaper 8
-10100100010 falcon 8
-10100100010 motorcyclist 8
-10100100010 policewoman 8
-10100100010 raconteur 8
-10100100010 smokejumper 8
-10100100010 Spaniard 8
-10100100010 empress 8
-10100100010 mountaintop 9
-10100100010 bulldog 9
-10100100010 self-promoter 9
-10100100010 spinster 9
-10100100010 geisha 9
-10100100010 divorcee 9
-10100100010 prankster 9
-10100100010 villager 9
-10100100010 fullback 9
-10100100010 heartthrob 9
-10100100010 seaman 9
-10100100010 matriarch 9
-10100100010 madman 9
-10100100010 beautician 9
-10100100010 forger 9
-10100100010 Scotsman 9
-10100100010 wino 9
-10100100010 deserter 9
-10100100010 lawman 9
-10100100010 nobleman 9
-10100100010 assessors 9
-10100100010 surfer 10
-10100100010 stewardess 10
-10100100010 sufferer 10
-10100100010 jogger 10
-10100100010 governess 10
-10100100010 pensioner 10
-10100100010 patrolman 10
-10100100010 maniac 10
-10100100010 biggie 10
-10100100010 fixer 10
-10100100010 cadet 10
-10100100010 welder 10
-10100100010 furrier 10
-10100100010 bungalow 10
-10100100010 ditty 10
-10100100010 bootlegger 10
-10100100010 belle 10
-10100100010 scoundrels 11
-10100100010 Floridian 11
-10100100010 dramatist 11
-10100100010 vocalist 11
-10100100010 wunderkind 11
-10100100010 despot 11
-10100100010 crooner 11
-10100100010 zealot 11
-10100100010 flutist 11
-10100100010 widower 11
-10100100010 vermin 11
-10100100010 dame 12
-10100100010 lefty 12
-10100100010 filer 12
-10100100010 harpist 12
-10100100010 risk-taker 12
-10100100010 schoolmaster 12
-10100100010 moralist 12
-10100100010 Brit 12
-10100100010 sleuth 12
-10100100010 panelist 12
-10100100010 cot 12
-10100100010 screener 12
-10100100010 vampire 12
-10100100010 fielder 12
-10100100010 drifter 12
-10100100010 cost-cutter 12
-10100100010 co-investor 13
-10100100010 pol 13
-10100100010 goalie 13
-10100100010 litigant 13
-10100100010 prelate 13
-10100100010 Midwesterner 13
-10100100010 cabby 13
-10100100010 cubicle 13
-10100100010 butler 13
-10100100010 free-lancer 13
-10100100010 lyricist 13
-10100100010 supply-sider 13
-10100100010 commissar 13
-10100100010 perfectionist 13
-10100100010 conservationist 14
-10100100010 Dutchman 14
-10100100010 hustler 14
-10100100010 scorer 14
-10100100010 eatery 14
-10100100010 hooker 14
-10100100010 mathematician 14
-10100100010 Nisei 14
-10100100010 handkerchief 14
-10100100010 cabdriver 14
-10100100010 gunner 14
-10100100010 theologian 14
-10100100010 paraplegic 14
-10100100010 rooster 15
-10100100010 psychotherapist 15
-10100100010 chiropractor 15
-10100100010 barrister 15
-10100100010 pimp 15
-10100100010 matron 15
-10100100010 showman 15
-10100100010 percussionist 15
-10100100010 vintner 15
-10100100010 alderman 15
-10100100010 respondent 15
-10100100010 Swede 16
-10100100010 firefighter 16
-10100100010 settler 16
-10100100010 gynecologist 16
-10100100010 shooter 16
-10100100010 dreamer 16
-10100100010 clergyman 16
-10100100010 tactician 16
-10100100010 woodchuck 16
-10100100010 sprinter 16
-10100100010 florist 16
-10100100010 cornfield 16
-10100100010 brunette 16
-10100100010 volcano 17
-10100100010 mystic 17
-10100100010 mare 17
-10100100010 mirage 17
-10100100010 peddler 17
-10100100010 craftsman 17
-10100100010 urologist 17
-10100100010 draftsman 17
-10100100010 Westerner 17
-10100100010 slugger 17
-10100100010 demonstrator 18
-10100100010 neurosurgeon 18
-10100100010 wheeler-dealer 18
-10100100010 newspaperman 18
-10100100010 bookseller 18
-10100100010 bystander 19
-10100100010 dude 19
-10100100010 protester 19
-10100100010 doorman 19
-10100100010 highflier 19
-10100100010 whistle-blower 19
-10100100010 cynic 19
-10100100010 fireman 19
-10100100010 motorist 19
-10100100010 Gentleman 20
-10100100010 songwriter 20
-10100100010 biker 20
-10100100010 racer 21
-10100100010 reinsurer 21
-10100100010 hard-liner 21
-10100100010 parliamentarian 21
-10100100010 chap 21
-10100100010 plumber 21
-10100100010 vet 21
-10100100010 mannequin 22
-10100100010 drinker 22
-10100100010 playboy 22
-10100100010 partridge 22
-10100100010 kitten 22
-10100100010 charmer 22
-10100100010 diocese 22
-10100100010 bowler 23
-10100100010 comrade 23
-10100100010 recluse 23
-10100100010 swimmer 23
-10100100010 magician 23
-10100100010 philanthropist 23
-10100100010 gymnast 23
-10100100010 grandparent 23
-10100100010 lad 24
-10100100010 typist 24
-10100100010 ballerina 24
-10100100010 grandchild 24
-10100100010 chum 24
-10100100010 goddess 25
-10100100010 businesswoman 25
-10100100010 janitor 25
-10100100010 teenager 25
-10100100010 bookkeeper 26
-10100100010 lineman 26
-10100100010 socialite 26
-10100100010 patriot 26
-10100100010 mobster 26
-10100100010 hairdresser 26
-10100100010 tyrant 26
-10100100010 steelworker 26
-10100100010 salesperson 26
-10100100010 Briton 27
-10100100010 questioner 27
-10100100010 shortstop 27
-10100100010 realist 27
-10100100010 decorator 27
-10100100010 nun 27
-10100100010 loner 27
-10100100010 diner 28
-10100100010 soloist 28
-10100100010 mummy 28
-10100100010 cameraman 28
-10100100010 wrestler 28
-10100100010 geologist 29
-10100100010 claimant 29
-10100100010 felon 30
-10100100010 hijacker 30
-10100100010 scarf 30
-10100100010 fella 30
-10100100010 contestant 30
-10100100010 Tennessean 30
-10100100010 newsman 30
-10100100010 hitter 31
-10100100010 veterinarian 31
-10100100010 pragmatist 31
-10100100010 restaurateur 31
-10100100010 pathologist 31
-10100100010 jeweler 31
-10100100010 co-worker 31
-10100100010 landowner 31
-10100100010 laborer 32
-10100100010 smuggler 32
-10100100010 hostess 32
-10100100010 storyteller 33
-10100100010 grocer 33
-10100100010 headhunter 34
-10100100010 shopkeeper 35
-10100100010 burglar 35
-10100100010 homemaker 35
-10100100010 mezzo 36
-10100100010 housekeeper 36
-10100100010 pseudonym 37
-10100100010 diver 37
-10100100010 supertanker 37
-10100100010 hospice 37
-10100100010 cartoonist 37
-10100100010 baker 37
-10100100010 gardener 38
-10100100010 skater 38
-10100100010 trucker 39
-10100100010 repairman 39
-10100100010 pediatrician 39
-10100100010 monk 39
-10100100010 Southerner 41
-10100100010 jurist 41
-10100100010 therapist 41
-10100100010 campaigner 42
-10100100010 technocrat 42
-10100100010 violinist 42
-10100100010 bartender 43
-10100100010 sergeant 43
-10100100010 listener 43
-10100100010 Californian 43
-10100100010 guitarist 44
-10100100010 cardiologist 44
-10100100010 princess 44
-10100100010 waitress 45
-10100100010 co-conspirator 45
-10100100010 workaholic 45
-10100100010 carpenter 45
-10100100010 sculptor 46
-10100100010 cashier 46
-10100100010 municipality 46
-10100100010 gunman 49
-10100100010 narrator 50
-10100100010 drummer 50
-10100100010 translator 52
-10100100010 blonde 53
-10100100010 golfer 54
-10100100010 waiter 54
-10100100010 catcher 54
-10100100010 youngster 55
-10100100010 thief 55
-10100100010 gambler 55
-10100100010 reviewer 55
-10100100010 prostitute 56
-10100100010 juror 56
-10100100010 thinker 57
-10100100010 pharmacist 58
-10100100010 liar 58
-10100100010 fisherman 59
-10100100010 schoolteacher 59
-10100100010 murderer 59
-10100100010 rider 61
-10100100010 sailor 63
-10100100010 shark 64
-10100100010 receptionist 64
-10100100010 rancher 65
-10100100010 philosopher 65
-10100100010 preacher 65
-10100100010 bishop 68
-10100100010 maid 71
-10100100010 foreigner 71
-10100100010 Frenchman 71
-10100100010 boxer 72
-10100100010 homeowner 73
-10100100010 reformer 75
-10100100010 choreographer 75
-10100100010 runner 78
-10100100010 bachelor 79
-10100100010 bureaucrat 79
-10100100010 shopper 80
-10100100010 Jew 81
-10100100010 newcomer 87
-10100100010 publicist 89
-10100100010 pianist 90
-10100100010 mechanic 90
-10100100010 dancer 92
-10100100010 hunter 94
-10100100010 middleman 95
-10100100010 chef 96
-10100100010 musician 103
-10100100010 gentleman 103
-10100100010 knife 103
-10100100010 miner 105
-10100100010 pitcher 105
-10100100010 Texan 114
-10100100010 playwright 116
-10100100010 smoker 117
-10100100010 dentist 118
-10100100010 housewife 123
-10100100010 psychiatrist 131
-10100100010 millionaire 132
-10100100010 quarterback 133
-10100100010 painter 142
-10100100010 photographer 143
-10100100010 policeman 151
-10100100010 caller 151
-10100100010 cop 153
-10100100010 teen-ager 153
-10100100010 legislator 156
-10100100010 novelist 157
-10100100010 detective 175
-10100100010 poet 178
-10100100010 lawmaker 179
-10100100010 collector 185
-10100100010 nurse 193
-10100100010 broadcaster 203
-10100100010 priest 220
-10100100010 spouse 236
-10100100010 soldier 258
-10100100010 composer 274
-10100100010 lady 278
-10100100010 singer 283
-10100100010 stockbroker 298
-10100100010 visitor 336
-10100100010 kid 341
-10100100010 journalist 375
-10100100010 clerk 406
-10100100010 citizen 439
-10100100010 congressman 442
-10100100010 farmer 485
-10100100010 politician 499
-10100100010 defendant 563
-10100100010 physician 577
-10100100010 girl 580
-10100100010 teacher 632
-10100100010 driver 649
-10100100010 boy 730
-10100100010 doctor 995
-10100100010 businessman 1129
-10100100010 guy 1189
-10100100010 reporter 1216
-10100100010 patient 1228
-10100100010 writer 1242
-10100100010 worker 1629
-10100100010 Democrat 1632
-10100100010 child 1922
-10100100010 woman 2563
-10100100010 person 3215
-10100100010 lawyer 4409
-10100100010 man 6474
-101001000110 Communards 1
-101001000110 political-philosophy 1
-101001000110 NOTICE 1
-101001000110 57-story 1
-101001000110 Spanish-literature 1
-101001000110 energy-law 1
-101001000110 far-western 1
-101001000110 Carthusian 1
-101001000110 Czech-emigre 1
-101001000110 Apayao 1
-101001000110 book-Bureau 1
-101001000110 formulator 1
-101001000110 Uygur 1
-101001000110 pre-law 1
-101001000110 Bia 1
-101001000110 development-phase 1
-101001000110 once-vacant 1
-101001000110 co-record 1
-101001000110 managerialist 1
-101001000110 timber-state 1
-101001000110 Wolfes 1
-101001000110 antebellum-style 1
-101001000110 flambuoyant 1
-101001000110 leaders-cum-arms 1
-101001000110 scrum 2
-101001000110 crime-buster 2
-101001000110 gold-convertible 2
-101001000110 video-retail 2
-101001000110 low-saving 2
-101001000110 appassionato 2
-101001000110 candy-making 2
-101001000110 villainess 2
-101001000110 Stelly 2
-101001000110 knight-errant 2
-101001000110 cement-block 2
-101001000110 torpedo-bomber 2
-101001000110 tap-dance 3
-101001000110 31-story 3
-101001000110 Nogueira 3
-101001000110 machine-shop 3
-101001000110 tax-department 3
-101001000110 27-story 3
-101001000110 quarter-share 3
-101001000110 Estacado 3
-101001000110 ferryboat 3
-101001000110 87-1 3
-101001000110 P-38 3
-101001000110 adjutant 3
-101001000110 co-agent 4
-101001000110 cryptographer 4
-101001000110 rice-growing 4
-101001000110 maharajah 4
-101001000110 tributary 4
-101001000110 confab 4
-101001000110 sycophant 4
-101001000110 elf 5
-101001000110 toothpick 5
-101001000110 demo 7
-101001000110 reunified 7
-101001000110 beggar 8
-101001000110 lakefront 9
-101001000110 lackey 9
-101001000110 Diocese 9
-101001000110 generalist 9
-101001000110 burlesque 9
-101001000110 leper 12
-101001000110 redoubt 12
-101001000110 validation 13
-101001000110 knockoff 13
-101001000110 firebrand 13
-101001000110 devotee 13
-101001000110 signatory 21
-101001000110 disciple 22
-101001000110 truckload 23
-101001000110 penthouse 24
-101001000110 Soldier 27
-101001000110 stalwart 29
-101001000110 co-sponsor 32
-101001000110 garrison 38
-101001000110 multimillionaire 41
-101001000110 pawn 49
-101001000110 packet 49
-101001000110 rundown 51
-101001000110 Member 61
-101001000110 puppet 76
-101001000110 defender 89
-101001000110 protege 98
-101001000110 prisoner 116
-101001000110 backer 123
-101001000110 proponent 123
-101001000110 lieutenant 143
-101001000110 supporter 288
-101001000110 suburb 312
-101001000110 champion 319
-101001000110 fan 359
-101001000110 summary 369
-101001000110 resident 466
-101001000110 critic 526
-101001000110 graduate 652
-101001000110 native 716
-101001000110 host 835
-101001000110 veteran 936
-101001000110 representative 1211
-101001000110 branch 1833
-101001000110 member 5138
-101001000111 5E 1
-101001000111 pointings 1
-101001000111 nearly-six-foot 1
-101001000111 noteholder 1
-101001000111 synthesizer-processed 1
-101001000111 twofer 1
-101001000111 vibraphonist 1
-101001000111 Yamatsu 1
-101001000111 ex-client 1
-101001000111 lithographer 1
-101001000111 arbritrager 1
-101001000111 voyager 1
-101001000111 milt 1
-101001000111 cofradia 1
-101001000111 fluctuations.The 1
-101001000111 embattlement 1
-101001000111 shortstops 1
-101001000111 croquettes 1
-101001000111 87-2 1
-101001000111 spartanly 1
-101001000111 86-121 1
-101001000111 less-passive 1
-101001000111 gemologist 1
-101001000111 clocker 1
-101001000111 lintel 1
-101001000111 barrel-forward 1
-101001000111 lasciviousness 1
-101001000111 cut-glass 1
-101001000111 shortner 1
-101001000111 bandannas 1
-101001000111 Aprons 1
-101001000111 spatulas 1
-101001000111 89-122 1
-101001000111 quasi-exception 1
-101001000111 Chateaubriand 1
-101001000111 scrawler 1
-101001000111 X-tend 1
-101001000111 greeter 2
-101001000111 pyre 2
-101001000111 chartist 2
-101001000111 distributary 2
-101001000111 spectroscope 2
-101001000111 steeds 2
-101001000111 dramatics 3
-101001000111 gibe 3
-101001000111 profiler 3
-101001000111 topcoat 3
-101001000111 disseminator 3
-101001000111 projectionist 3
-101001000111 subunit 3
-101001000111 parapet 3
-101001000111 freeloader 3
-101001000111 sprain 3
-101001000111 carafe 3
-101001000111 Lubovitch 4
-101001000111 jitney 4
-101001000111 spectrometers 4
-101001000111 smithy 4
-101001000111 laugher 4
-101001000111 potline 5
-101001000111 marketmaker 5
-101001000111 brig 5
-101001000111 gastroenterologist 6
-101001000111 parsonage 6
-101001000111 striker 6
-101001000111 loader 7
-101001000111 c-Translated 8
-101001000111 polluter 9
-101001000111 eulogy 10
-101001000111 dumpster 10
-101001000111 Francais 11
-101001000111 carver 11
-101001000111 deal-maker 13
-101001000111 impresario 13
-101001000111 saver 13
-101001000111 shortcoming 14
-101001000111 propagandist 15
-101001000111 thoroughfare 15
-101001000111 conspirator 16
-101001000111 cure-all 18
-101001000111 wreath 20
-101001000111 seeker 21
-101001000111 rescuer 22
-101001000111 manipulator 25
-101001000111 sitter 27
-101001000111 short-seller 34
-101001000111 saleswoman 36
-101001000111 breeder 39
-101001000111 cheerleader 43
-101001000111 predator 45
-101001000111 market-maker 54
-101001000111 licensee 78
-101001000111 statesman 80
-101001000111 survivor 93
-101001000111 vendor 222
-101001000111 regulator 311
-101001000111 raider 470
-101001000111 salesman 478
-101001000111 lender 631
-101001000111 competitor 993
-101001000111 dealer 2141
-101001000111 buyer 2249
-101001000111 broker 2287
-101001000111 source 3818
-101001000111 trader 2894
-101001001000 snakebit 1
-101001001000 volvulvus 1
-101001001000 Zylis-Gara 1
-101001001000 outside-cable 1
-101001001000 VEGAS 1
-101001001000 spectra 1
-101001001000 stents 1
-101001001000 video-shop 1
-101001001000 videoshop 1
-101001001000 Siderographer 1
-101001001000 Borjas 1
-101001001000 family-program 1
-101001001000 Hanbai 1
-101001001000 Cavenagh 1
-101001001000 kniahs 1
-101001001000 Michigan. 1
-101001001000 7/7/7 1
-101001001000 teacher-union 1
-101001001000 maceration 1
-101001001000 Homemaker 1
-101001001000 Unfairly 1
-101001001000 Toasts 1
-101001001000 Duryea 1
-101001001000 Demiral 1
-101001001000 Beets 1
-101001001000 balaclavas 1
-101001001000 magazine-type 1
-101001001000 precision-machine 1
-101001001000 Dusossoit 1
-101001001000 Hindawi 1
-101001001000 Velmain 1
-101001001000 Fajar 1
-101001001000 reposing 1
-101001001000 Beiderbecke 1
-101001001000 Moderato 1
-101001001000 Penseroso 1
-101001001000 Seina 1
-101001001000 --it 1
-101001001000 TH 1
-101001001000 betrayed. 1
-101001001000 stationmaster 1
-101001001000 Lidke 1
-101001001000 fever. 1
-101001001000 season-ender 1
-101001001000 chiming 1
-101001001000 cinerea 1
-101001001000 championships. 1
-101001001000 deaminase 1
-101001001000 motocross 1
-101001001000 mine-mill 1
-101001001000 Hartsaw 1
-101001001000 Gigogne 1
-101001001000 Lanchester 1
-101001001000 spanielpoodle 1
-101001001000 Clore-backed 1
-101001001000 exasperates 1
-101001001000 Aveugle 1
-101001001000 Grigorian 1
-101001001000 1+1=3 1
-101001001000 wielder 1
-101001001000 hcl 1
-101001001000 39694 1
-101001001000 b-Volkswagen 1
-101001001000 Arcas 1
-101001001000 Slinger 1
-101001001000 tax-troglodyte 1
-101001001000 Maritima 1
-101001001000 ladle 1
-101001001000 Supertrims 1
-101001001000 control-related 1
-101001001000 Signal-gathering 1
-101001001000 biryanis 1
-101001001000 Amott 1
-101001001000 Blacketer 1
-101001001000 keratectomy 1
-101001001000 Khorshid 1
-101001001000 pre-emptions 1
-101001001000 CJ5 2
-101001001000 panelboard 2
-101001001000 TM-4 2
-101001001000 Enchaine 2
-101001001000 Amphitheatre 2
-101001001000 snuggles 2
-101001001000 gunbattle 2
-101001001000 monocytogenes 2
-101001001000 loch 2
-101001001000 hyacinths 2
-101001001000 plant. 2
-101001001000 Kreisky 2
-101001001000 glowered 2
-101001001000 Sabagal 2
-101001001000 overlays 2
-101001001000 homier 2
-101001001000 goblet 2
-101001001000 hypnotherapist 2
-101001001000 Mosnier 2
-101001001000 Leignadier 2
-101001001000 sing-along 2
-101001001000 Vilmain 2
-101001001000 degasification 2
-101001001000 Hartzog 2
-101001001000 blintzes 3
-101001001000 Treasury-indexed 3
-101001001000 NPL 3
-101001001000 Cerna 3
-101001001000 Amberville 3
-101001001000 single-lens 3
-101001001000 vasectomy 3
-101001001000 Goncourt 3
-101001001000 horseman 3
-101001001000 Saint-Freres 3
-101001001000 Gymnich 3
-101001001000 Moors 3
-101001001000 Secunde 3
-101001001000 EuroDisneyland 3
-101001001000 recorder-television 3
-101001001000 Kondratieff 3
-101001001000 Orangerie 3
-101001001000 Revs 3
-101001001000 SR 3
-101001001000 goalposts 3
-101001001000 twister 4
-101001001000 Caverns 4
-101001001000 pincers 4
-101001001000 fronton 5
-101001001000 hanger 5
-101001001000 BSO 5
-101001001000 1/35 5
-101001001000 FFA 5
-101001001000 gallate 5
-101001001000 hex 5
-101001001000 dairymen 5
-101001001000 softeners 5
-101001001000 Peas 6
-101001001000 hatchery 6
-101001001000 canner 6
-101001001000 Minnelli 6
-101001001000 milkshake 6
-101001001000 hobbyist 7
-101001001000 substation 7
-101001001000 mesa 7
-101001001000 jumpers 7
-101001001000 upgrader 7
-101001001000 purifiers 7
-101001001000 sorpasso 7
-101001001000 9580 7
-101001001000 newscaster 7
-101001001000 canker 7
-101001001000 paddy 8
-101001001000 flume 8
-101001001000 DeskJet 8
-101001001000 Chevette 9
-101001001000 Minelli 9
-101001001000 trawler 9
-101001001000 puck 9
-101001001000 CJ-5 9
-101001001000 spaniel 9
-101001001000 thrower 9
-101001001000 hawkers 10
-101001001000 conferencing 10
-101001001000 Nestea 11
-101001001000 Argentinas 11
-101001001000 cannery 11
-101001001000 mini-series 12
-101001001000 pollen 14
-101001001000 dispatcher 14
-101001001000 softener 15
-101001001000 schoolhouse 15
-101001001000 chandelier 15
-101001001000 faucets 15
-101001001000 Conservancy 16
-101001001000 tester 17
-101001001000 Bosendorfer 17
-101001001000 distillery 17
-101001001000 laxative 17
-101001001000 brunch 18
-101001001000 mousse 19
-101001001000 CJ 20
-101001001000 projector 21
-101001001000 scaffolding 22
-101001001000 transformer 23
-101001001000 dismutase 24
-101001001000 spoon 25
-101001001000 cone 25
-101001001000 outage 27
-101001001000 vapor 28
-101001001000 distributorship 30
-101001001000 depot 36
-101001001000 hangar 37
-101001001000 grid 39
-101001001000 transmitter 40
-101001001000 salon 44
-101001001000 marina 44
-101001001000 shipper 49
-101001001000 parlor 60
-101001001000 detector 67
-101001001000 telescope 68
-101001001000 furnace 78
-101001001000 hose 84
-101001001000 coupe 89
-101001001000 spacecraft 132
-101001001000 dish 135
-101001001000 mansion 136
-101001001000 rig 157
-101001001000 dam 185
-101001001000 smelter 196
-101001001000 dealership 214
-101001001000 shipyard 225
-101001001000 tournament 228
-101001001000 stadium 253
-101001001000 Guide 267
-101001001000 tanker 356
-101001001000 terminal 412
-101001001000 reactor 433
-101001001000 mall 471
-101001001000 refinery 566
-101001001000 tank 735
-101001001000 studio 790
-101001001000 shop 972
-101001001000 mill 974
-101001001000 mine 1658
-101001001000 station 2448
-101001001000 facility 2619
-101001001000 plant 11452
-1010010010010 Springield 1
-1010010010010 artist/singer 1
-1010010010010 basic-food 1
-1010010010010 Eric=Jericho 1
-1010010010010 Japanese-brand 1
-1010010010010 market-predictor 1
-1010010010010 Smalltown 1
-1010010010010 Edgarton 1
-1010010010010 sub-unit 1
-1010010010010 quota-offenders 1
-1010010010010 LAMP 1
-1010010010010 Day-Timer 1
-1010010010010 McMaid 1
-1010010010010 McPrint 1
-1010010010010 MISURA 1
-1010010010010 KOBC-TV 1
-1010010010010 KCSTTV 1
-1010010010010 WJBKTV 1
-1010010010010 Shaw-Barton 1
-1010010010010 margin-busting 1
-1010010010010 products/indirect 1
-1010010010010 greenhouse-growing 1
-1010010010010 leuprolide 1
-1010010010010 somatrem 1
-1010010010010 Super-Deb 1
-1010010010010 Dublin-Amsterdam 1
-1010010010010 Shannon-London 1
-1010010010010 Cork-London 1
-1010010010010 Ashbrooks 1
-1010010010010 Charmes-Chambertin 1
-1010010010010 WHOI-TV 1
-1010010010010 WTRF-TV 1
-1010010010010 WMTV 1
-1010010010010 Compazine 1
-1010010010010 co-movements 1
-1010010010010 price-comparison 1
-1010010010010 Indiana-Sweet 1
-1010010010010 5,499,000 1
-1010010010010 Thomson-Sintra 1
-1010010010010 Euralair 1
-1010010010010 WCIZ-TV 1
-1010010010010 semi-passive 1
-1010010010010 WITI 1
-1010010010010 WAGA 1
-1010010010010 WJW 1
-1010010010010 oligopoly-driven 1
-1010010010010 Logos 1
-1010010010010 Tessenderlo 1
-1010010010010 WL-TV 1
-1010010010010 WX-TV 1
-1010010010010 KMEX 1
-1010010010010 1967-based 1
-1010010010010 Herzen 1
-1010010010010 WYNK 1
-1010010010010 Libreville 1
-1010010010010 Dowell-Schlumberger 1
-1010010010010 per-mule 1
-1010010010010 miller.The 1
-1010010010010 Tempore 1
-1010010010010 Australia-wide 1
-1010010010010 Grit 1
-1010010010010 Scotties 1
-1010010010010 WDCA 1
-1010010010010 KTXH 1
-1010010010010 KTXA 1
-1010010010010 -drugs 1
-1010010010010 WIVES 1
-1010010010010 3-by-5 1
-1010010010010 LASA 1
-1010010010010 350-stock 1
-1010010010010 9.770 1
-1010010010010 employment-cost 1
-1010010010010 -unsecured 1
-1010010010010 1-800-283-7777 1
-1010010010010 b-Based 1
-1010010010010 honorably. 1
-1010010010010 h-Stck. 1
-1010010010010 hydrotherapy 1
-1010010010010 Ritchard 1
-1010010010010 220,000,003 1
-1010010010010 X-bodies 1
-1010010010010 violinist/conductor 1
-1010010010010 already-identified 1
-1010010010010 conventional- 2
-1010010010010 seat-sale 2
-1010010010010 WLS 2
-1010010010010 Chaskel 2
-1010010010010 Shulim 2
-1010010010010 brooder 2
-1010010010010 personal-income-tax 2
-1010010010010 steerage 2
-1010010010010 bopper 2
-1010010010010 Price-Cutting 2
-1010010010010 equipments 2
-1010010010010 KTXA-TV 2
-1010010010010 WDCA-TV 2
-1010010010010 videodiscs 2
-1010010010010 Baseline 2
-1010010010010 Mediocrity 2
-1010010010010 vagabonds 2
-1010010010010 40-bond 2
-1010010010010 slinger 2
-1010010010010 crisis. 2
-1010010010010 venders 3
-1010010010010 relaxants 3
-1010010010010 Lucifer 3
-1010010010010 dollar-amount 3
-1010010010010 EAFE 3
-1010010010010 prepublication 3
-1010010010010 per-bushel 3
-1010010010010 laminations 3
-1010010010010 price-weighted 3
-1010010010010 Renaldo 3
-1010010010010 1,100-stock 3
-1010010010010 WITI-TV 4
-1010010010010 livability 4
-1010010010010 market-clearing 4
-1010010010010 creamer 4
-1010010010010 ombudsmen 4
-1010010010010 double-cross 4
-1010010010010 urns 4
-1010010010010 heist 5
-1010010010010 Jacko 5
-1010010010010 Ibuprin 5
-1010010010010 I.V. 6
-1010010010010 leaker 6
-1010010010010 premium-to-market 6
-1010010010010 WBBM-TV 7
-1010010010010 by-products 8
-1010010010010 mini-mill 8
-1010010010010 return-on-asset 8
-1010010010010 gluten 10
-1010010010010 schoolbooks 10
-1010010010010 grove 16
-1010010010010 glycol 17
-1010010010010 carcass 18
-1010010010010 medalist 21
-1010010010010 driller 28
-1010010010010 cost-of-funds 30
-1010010010010 bin 36
-1010010010010 packer 37
-1010010010010 kingpin 45
-1010010010010 grower 73
-1010010010010 stickers 74
-1010010010010 ingot 105
-1010010010010 sticker 132
-1010010010010 exporter 186
-1010010010010 refiner 198
-1010010010010 utilization 249
-1010010010010 processor 420
-1010010010010 coach 484
-1010010010010 designer 616
-1010010010010 spot 2241
-1010010010010 producer 3529
-1010010010010 base 4649
-1010010010011 737.43 1
-1010010010011 peach-and-cream 1
-1010010010011 pauvres 1
-1010010010011 740.71 1
-1010010010011 1026.94 1
-1010010010011 728.43 1
-1010010010011 738.43 1
-1010010010011 738.71 1
-1010010010011 748.29 1
-1010010010011 betes 1
-1010010010011 726.57 1
-1010010010011 Christstollen 1
-1010010010011 1026.08 1
-1010010010011 938.35 1
-1010010010011 1030.16 1
-1010010010011 1029.27 1
-1010010010011 1029.79 1
-1010010010011 1039.25 1
-1010010010011 689.15 1
-1010010010011 749.60 1
-1010010010011 685.59 1
-1010010010011 examplesusually 1
-1010010010011 776.87 1
-1010010010011 941.65 1
-1010010010011 751.71 1
-1010010010011 sulu 1
-1010010010011 787.01 1
-1010010010011 736.57 1
-1010010010011 5/8-a-share 1
-1010010010011 734.29 1
-1010010010011 749.86 1
-1010010010011 750.14 1
-1010010010011 nonmagnetic 1
-1010010010011 770.55 1
-1010010010011 768.86 1
-1010010010011 766.20 1
-1010010010011 1099.97 1
-1010010010011 930.47 1
-1010010010011 dashman 1
-1010010010011 1082.85 1
-1010010010011 1069.15 1
-1010010010011 1074.03 1
-1010010010011 1100.11 1
-1010010010011 1094.18 1
-1010010010011 1094.31 1
-1010010010011 1062.04 1
-1010010010011 alcohol-industry 1
-1010010010011 697.14 1
-1010010010011 702.43 1
-1010010010011 695.14 1
-1010010010011 1086.67 1
-1010010010011 1075.87 1
-1010010010011 1080.74 1
-1010010010011 1091.41 1
-1010010010011 1084.43 1
-1010010010011 1044.78 1
-1010010010011 1041.62 1
-1010010010011 link. 1
-1010010010011 1039.91 1
-1010010010011 1031.61 1
-1010010010011 investors. 1
-1010010010011 1035.56 1
-1010010010011 1076.66 1
-1010010010011 1076.26 1
-1010010010011 1060.59 1
-1010010010011 mark-downs 1
-1010010010011 1052.42 1
-1010010010011 1058.09 1
-1010010010011 1067.57 1
-1010010010011 exhange 1
-1010010010011 saram 1
-1010010010011 911.14 1
-1010010010011 906.96 1
-1010010010011 918.01 1
-1010010010011 unfriendliness 1
-1010010010011 912.34 1
-1010010010011 890.38 1
-1010010010011 891.73 1
-1010010010011 908.60 1
-1010010010011 915.11 1
-1010010010011 912.76 1
-1010010010011 929.01 1
-1010010010011 916.42 1
-1010010010011 news-and-commentary 1
-1010010010011 924.03 1
-1010010010011 914.43 1
-1010010010011 929.06 1
-1010010010011 908.81 1
-1010010010011 945.86 1
-1010010010011 cashthat 1
-1010010010011 924.47 1
-1010010010011 866.94 1
-1010010010011 in-season 1
-1010010010011 867.68 1
-1010010010011 866.64 1
-1010010010011 873.81 1
-1010010010011 848.42 1
-1010010010011 857.23 1
-1010010010011 886.80 1
-1010010010011 881.42 1
-1010010010011 892.32 1
-1010010010011 gyno 1
-1010010010011 888.29 1
-1010010010011 Rituals 1
-1010010010011 875.30 1
-1010010010011 871.57 1
-1010010010011 guilt-purge 1
-1010010010011 870.37 1
-1010010010011 1036.09 1
-1010010010011 1027.79 1
-1010010010011 1033.19 1
-1010010010011 1047.68 1
-1010010010011 1062.30 1
-1010010010011 1037.14 1
-1010010010011 890.98 1
-1010010010011 906.51 1
-1010010010011 1025.16 1
-1010010010011 cave-digger 1
-1010010010011 nouveaus 1
-1010010010011 shaper 1
-1010010010011 WILD-AM 1
-1010010010011 WDAS-FM 1
-1010010010011 1036.88 1
-1010010010011 1011.59 1
-1010010010011 1063.22 1
-1010010010011 1064.41 1
-1010010010011 1044.92 1
-1010010010011 1038.46 1
-1010010010011 1049.79 1
-1010010010011 galabaya 1
-1010010010011 921.59 1
-1010010010011 stylebook 1
-1010010010011 922.95 1
-1010010010011 C64/ 1
-1010010010011 931.09 1
-1010010010011 926.72 1
-1010010010011 938.33 1
-1010010010011 ministership 1
-1010010010011 933.84 1
-1010010010011 garage/office 1
-1010010010011 925.36 1
-1010010010011 923.55 1
-1010010010011 927.62 1
-1010010010011 909.08 1
-1010010010011 909.38 1
-1010010010011 ok 1
-1010010010011 after-summer 1
-1010010010011 936.67 1
-1010010010011 letters-of-credit 1
-1010010010011 932.75 1
-1010010010011 921.14 1
-1010010010011 929.73 1
-1010010010011 858.84 1
-1010010010011 riser 1
-1010010010011 939.56 1
-1010010010011 abroadquietly 1
-1010010010011 845.91 1
-1010010010011 834.77 1
-1010010010011 953.73 1
-1010010010011 related-products 1
-1010010010011 grog 1
-1010010010011 841.12 1
-1010010010011 845.31 1
-1010010010011 917.39 1
-1010010010011 940.77 1
-1010010010011 aesthetes 1
-1010010010011 911.94 1
-1010010010011 907.82 1
-1010010010011 915.82 1
-1010010010011 874.88 1
-1010010010011 881.90 1
-1010010010011 935.68 1
-1010010010011 951.07 1
-1010010010011 951.55 1
-1010010010011 953.00 1
-1010010010011 building. 1
-1010010010011 939.44 1
-1010010010011 938.95 1
-1010010010011 910.85 1
-1010010010011 two-one 1
-1010010010011 dollar-owners 1
-1010010010011 922.36 1
-1010010010011 956.87 1
-1010010010011 mushmouths 1
-1010010010011 929.27 1
-1010010010011 924.09 1
-1010010010011 batik 1
-1010010010011 intertitles 1
-1010010010011 941.32 1
-1010010010011 927.46 1
-1010010010011 914.12 1
-1010010010011 fuds 1
-1010010010011 916.45 1
-1010010010011 910.23 1
-1010010010011 netowrk 1
-1010010010011 910.88 1
-1010010010011 908.03 1
-1010010010011 925.15 1
-1010010010011 Matea 1
-1010010010011 919.69 1
-1010010010011 933.42 1
-1010010010011 934.33 1
-1010010010011 951.43 1
-1010010010011 928.90 1
-1010010010011 951.19 1
-1010010010011 949.61 1
-1010010010011 935.44 1
-1010010010011 963.86 1
-1010010010011 950.26 1
-1010010010011 921.37 1
-1010010010011 914.90 1
-1010010010011 songsmith 1
-1010010010011 953.63 1
-1010010010011 1028.37 1
-1010010010011 1029.53 1
-1010010010011 kidkillers 1
-1010010010011 966.58 1
-1010010010011 970.73 1
-1010010010011 compies 1
-1010010010011 986.66 1
-1010010010011 978.76 1
-1010010010011 film-Kodak 1
-1010010010011 1037.93 1
-1010010010011 1048.21 1
-1010010010011 1012.12 1
-1010010010011 1033.72 1
-1010010010011 939.80 1
-1010010010011 1026.81 1
-1010010010011 1022.80 1
-1010010010011 stargazer 1
-1010010010011 699.00 1
-1010010010011 731.00 1
-1010010010011 721.14 1
-1010010010011 Disini 1
-1010010010011 661.00 1
-1010010010011 673.57 1
-1010010010011 935.32 1
-1010010010011 707.43 1
-1010010010011 681.14 1
-1010010010011 699.86 1
-1010010010011 943.68 1
-1010010010011 753.57 1
-1010010010011 770.29 1
-1010010010011 photo-typesetting 1
-1010010010011 976.68 1
-1010010010011 747.71 1
-1010010010011 airmanship 1
-1010010010011 754.43 1
-1010010010011 767.29 1
-1010010010011 770.43 1
-1010010010011 774.00 1
-1010010010011 767.86 1
-1010010010011 853.92 1
-1010010010011 merketplace 1
-1010010010011 853.56 1
-1010010010011 exchange-related 1
-1010010010011 816.38 1
-1010010010011 807.17 1
-1010010010011 841.93 1
-1010010010011 869.19 1
-1010010010011 876.09 1
-1010010010011 952.88 1
-1010010010011 yong 1
-1010010010011 tubers 1
-1010010010011 865.55 1
-1010010010011 872.21 1
-1010010010011 natural- 1
-1010010010011 877.79 1
-1010010010011 1021.47 1
-1010010010011 Hamtramckers 1
-1010010010011 1024.76 1
-1010010010011 1005.80 1
-1010010010011 decretary 1
-1010010010011 1021.60 1
-1010010010011 949.01 1
-1010010010011 1038.72 1
-1010010010011 1032.53 1
-1010010010011 820.37 1
-1010010010011 over-ripeness 1
-1010010010011 industry-software 1
-1010010010011 830.91 1
-1010010010011 824.13 1
-1010010010011 810.20 1
-1010010010011 819.65 1
-1010010010011 829.58 1
-1010010010011 Steinberg-watcher 1
-1010010010011 944.77 1
-1010010010011 establishment. 1
-1010010010011 effort-systems 1
-1010010010011 835.88 1
-1010010010011 825.34 1
-1010010010011 821.98 1
-1010010010011 diviners 1
-1010010010011 756.86 1
-1010010010011 818.40 1
-1010010010011 gamesman 1
-1010010010011 843.04 1
-1010010010011 1506.58 1
-1010010010011 single-image 1
-1010010010011 Steelworks 1
-1010010010011 760.43 1
-1010010010011 813.47 1
-1010010010011 760.86 1
-1010010010011 796.74 1
-1010010010011 tollbooths 1
-1010010010011 Fridtjof 1
-1010010010011 822.43 1
-1010010010011 829.30 1
-1010010010011 758.57 1
-1010010010011 840.20 1
-1010010010011 panter 1
-1010010010011 842.00 1
-1010010010011 850.81 1
-1010010010011 165-pound 1
-1010010010011 845.43 1
-1010010010011 791.14 1
-1010010010011 instutitions 1
-1010010010011 776.86 1
-1010010010011 trodding 1
-1010010010011 1457.33 1
-1010010010011 nighthawks 1
-1010010010011 774.14 1
-1010010010011 857.97 1
-1010010010011 853.94 1
-1010010010011 854.24 1
-1010010010011 746.00 1
-1010010010011 hairiness 1
-1010010010011 761.43 1
-1010010010011 1437.77 1
-1010010010011 paperhangers 1
-1010010010011 872.61 1
-1010010010011 business-residential 1
-1010010010011 perfumery 1
-1010010010011 877.39 1
-1010010010011 749.29 1
-1010010010011 coatdress 1
-1010010010011 743.43 1
-1010010010011 873.06 1
-1010010010011 1433.50 1
-1010010010011 campaign-decided 1
-1010010010011 794.95 1
-1010010010011 771.14 1
-1010010010011 784.05 1
-1010010010011 794.65 1
-1010010010011 948.89 1
-1010010010011 796.89 1
-1010010010011 759.14 1
-1010010010011 796.59 1
-1010010010011 1448.26 1
-1010010010011 764.29 1
-1010010010011 804.66 1
-1010010010011 rule-of-thumb 1
-1010010010011 andheating 1
-1010010010011 1269.20 1
-1010010010011 765.00 1
-1010010010011 800.33 1
-1010010010011 1448.79 1
-1010010010011 U.S.-bashing 1
-1010010010011 878.73 1
-1010010010011 880.08 1
-1010010010011 sector. 1
-1010010010011 1469.59 1
-1010010010011 snowboarder 1
-1010010010011 838.37 1
-1010010010011 make-loans-not-war 1
-1010010010011 1439.72 1
-1010010010011 863.80 1
-1010010010011 danseurs 1
-1010010010011 834.96 1
-1010010010011 moist-eyed 1
-1010010010011 859.47 1
-1010010010011 832.59 1
-1010010010011 860.96 1
-1010010010011 847.12 1
-1010010010011 850.68 1
-1010010010011 1469.24 1
-1010010010011 849.05 1
-1010010010011 858.24 1
-1010010010011 853.50 1
-1010010010011 841.19 1
-1010010010011 toxoid 1
-1010010010011 849.94 1
-1010010010011 848.01 1
-1010010010011 849.79 1
-1010010010011 836.17 1
-1010010010011 1266.18 1
-1010010010011 836.47 1
-1010010010011 815.54 1
-1010010010011 877.69 1
-1010010010011 841.85 1
-1010010010011 795.67 1
-1010010010011 domponents 1
-1010010010011 827.36 1
-1010010010011 1450.21 1
-1010010010011 796.26 1
-1010010010011 830.50 1
-1010010010011 875.15 1
-1010010010011 826.36 1
-1010010010011 879.48 1
-1010010010011 1278.98 1
-1010010010011 884.56 1
-1010010010011 819.69 1
-1010010010011 874.25 1
-1010010010011 817.62 1
-1010010010011 1442.21 1
-1010010010011 883.66 1
-1010010010011 855.73 1
-1010010010011 educrats 1
-1010010010011 quandries 1
-1010010010011 858.27 1
-1010010010011 860.22 1
-1010010010011 12-month/12,000-mile 1
-1010010010011 891.58 1
-1010010010011 diselenide 1
-1010010010011 handshaker 1
-1010010010011 887.84 1
-1010010010011 1455.19 1
-1010010010011 lowtechnology 1
-1010010010011 busybodies 1
-1010010010011 891.28 1
-1010010010011 789.43 1
-1010010010011 877.09 1
-1010010010011 886.65 1
-1010010010011 745.00 1
-1010010010011 1450.04 1
-1010010010011 anchorages 1
-1010010010011 869.47 1
-1010010010011 repertoire-Mozart 1
-1010010010011 857.38 1
-1010010010011 780.29 1
-1010010010011 danseur 1
-1010010010011 883.06 1
-1010010010011 783.86 1
-1010010010011 833.78 1
-1010010010011 1266.89 1
-1010010010011 1250.00 1
-1010010010011 845.88 1
-1010010010011 846.33 1
-1010010010011 cryptofascists 1
-1010010010011 1467.11 1
-1010010010011 +126.6 1
-1010010010011 838.56 1
-1010010010011 831.54 1
-1010010010011 845.58 1
-1010010010011 1277.74 1
-1010010010011 market-Europe 1
-1010010010011 1505.87 1
-1010010010011 gallery-bookstore 1
-1010010010011 867.53 1
-1010010010011 choice-making 1
-1010010010011 885.30 1
-1010010010011 881.27 1
-1010010010011 1459.28 1
-1010010010011 848.57 1
-1010010010011 852.15 1
-1010010010011 757.29 1
-1010010010011 898.89 1
-1010010010011 881.57 1
-1010010010011 755.00 1
-1010010010011 882.77 1
-1010010010011 wait-for-the-customers-to-come-to-you 1
-1010010010011 890.68 1
-1010010010011 skyjams 1
-1010010010011 908.15 1
-1010010010011 1401.67 1
-1010010010011 899.34 1
-1010010010011 740.43 1
-1010010010011 756.00 1
-1010010010011 890.23 1
-1010010010011 888.14 1
-1010010010011 consumer-packaging 1
-1010010010011 865.89 1
-1010010010011 737.57 1
-1010010010011 742.86 1
-1010010010011 873.36 1
-1010010010011 881.12 1
-1010010010011 741.57 1
-1010010010011 868.13 1
-1010010010011 864.10 1
-1010010010011 856.93 1
-1010010010011 1273.47 1
-1010010010011 1424.96 1
-1010010010011 890.83 1
-1010010010011 746.29 1
-1010010010011 co-chairperson 1
-1010010010011 889.19 1
-1010010010011 894.41 1
-1010010010011 756.43 1
-1010010010011 1404.69 1
-1010010010011 749.57 1
-1010010010011 908.45 1
-1010010010011 1413.94 1
-1010010010011 882.62 1
-1010010010011 813.23 2
-1010010010011 1033.46 2
-1010010010011 1504.62 2
-1010010010011 1253.07 2
-1010010010011 reseeding 2
-1010010010011 891.84 2
-1010010010011 1019.30 2
-1010010010011 1060.85 2
-1010010010011 businessess 2
-1010010010011 867.01 2
-1010010010011 griefs 2
-1010010010011 1465.86 2
-1010010010011 1484.53 2
-1010010010011 960.36 2
-1010010010011 railroaders 2
-1010010010011 rigger 2
-1010010010011 1427.63 2
-1010010010011 842.42 2
-1010010010011 LearJet 2
-1010010010011 851.02 2
-1010010010011 877.54 2
-1010010010011 822.66 2
-1010010010011 984.59 2
-1010010010011 822.06 2
-1010010010011 843.27 2
-1010010010011 1023.45 2
-1010010010011 1013.34 2
-1010010010011 1023.32 2
-1010010010011 1001.42 2
-1010010010011 956.64 2
-1010010010011 893.53 2
-1010010010011 1518.49 2
-1010010010011 863.74 2
-1010010010011 980.70 2
-1010010010011 1021.11 2
-1010010010011 852.96 2
-1010010010011 740.25 2
-1010010010011 fixed-principal 2
-1010010010011 980.24 2
-1010010010011 879.18 2
-1010010010011 674.92 2
-1010010010011 913.47 2
-1010010010011 DPA 2
-1010010010011 954.15 2
-1010010010011 961.01 2
-1010010010011 caregivers 2
-1010010010011 947.67 2
-1010010010011 1442.39 2
-1010010010011 burgeons 2
-1010010010011 745.57 2
-1010010010011 726.29 2
-1010010010011 945.85 2
-1010010010011 1467.99 2
-1010010010011 callings 2
-1010010010011 784.38 2
-1010010010011 847.67 2
-1010010010011 725.50 2
-1010010010011 757.24 2
-1010010010011 perspicacity 2
-1010010010011 849.01 2
-1010010010011 928.50 2
-1010010010011 826.31 2
-1010010010011 892.77 2
-1010010010011 777.86 2
-1010010010011 918.91 2
-1010010010011 1413.23 2
-1010010010011 935.01 2
-1010010010011 976.04 2
-1010010010011 924.22 2
-1010010010011 886.20 2
-1010010010011 1406.29 2
-1010010010011 863.05 2
-1010010010011 classicists 2
-1010010010011 1355.80 2
-1010010010011 1428.34 2
-1010010010011 conquerer 2
-1010010010011 short-sightedness 2
-1010010010011 1266.66 2
-1010010010011 932.90 2
-1010010010011 869.18 2
-1010010010011 1089.17 2
-1010010010011 841.48 2
-1010010010011 957.38 2
-1010010010011 1075.47 2
-1010010010011 853.69 2
-1010010010011 1473.68 2
-1010010010011 roustabouts 2
-1010010010011 857.83 2
-1010010010011 1090.62 2
-1010010010011 1477.06 2
-1010010010011 863.75 2
-1010010010011 692.86 2
-1010010010011 872.02 2
-1010010010011 839.01 2
-1010010010011 860.87 2
-1010010010011 904.12 2
-1010010010011 962.82 2
-1010010010011 866.74 2
-1010010010011 1021.73 2
-1010010010011 856.78 2
-1010010010011 831.69 2
-1010010010011 1030.43 2
-1010010010011 854.84 2
-1010010010011 876.94 2
-1010010010011 842.44 2
-1010010010011 915.21 2
-1010010010011 spangles 2
-1010010010011 1027.20 2
-1010010010011 830.10 2
-1010010010011 833.33 2
-1010010010011 1509.42 2
-1010010010011 1032.93 2
-1010010010011 1047.02 2
-1010010010011 947.55 2
-1010010010011 oligopolies 2
-1010010010011 853.35 2
-1010010010011 951.30 2
-1010010010011 933.81 3
-1010010010011 844.83 3
-1010010010011 Houstonians 3
-1010010010011 1040.31 3
-1010010010011 748.86 3
-1010010010011 meridian 3
-1010010010011 masseur 3
-1010010010011 1013.83 3
-1010010010011 SHO 3
-1010010010011 clamper 3
-1010010010011 892.92 3
-1010010010011 dollar-holders 4
-1010010010011 income-protecting 5
-1010010010011 shaming 5
-1010010010011 vane 6
-1010010010011 Verses 10
-1010010010011 minister-designate 15
-1010010010011 riche 17
-1010010010011 premiers 24
-1010010010011 mower 29
-1010010010011 mowers 60
-1010010010011 placements 128
-1010010010011 contractor 1138
-1010010010011 ministers 1411
-1010010010011 sector 3630
-1010010010011 minister 3604
-101001001010 quota-busting 1
-101001001010 licensed-character 1
-101001001010 Hondaland 1
-101001001010 Canadian-border 1
-101001001010 bar-accredited 1
-101001001010 media-dominated 1
-101001001010 human-health-care 1
-101001001010 syndrome-related 1
-101001001010 Latinate 1
-101001001010 something-he 1
-101001001010 silk-screening 1
-101001001010 Imbaba 1
-101001001010 edited-down 1
-101001001010 union-managment 1
-101001001010 trade-industry 1
-101001001010 4,099,963 1
-101001001010 family-migrant 1
-101001001010 Covenanter 1
-101001001010 communication-cluttered 1
-101001001010 10,435 1
-101001001010 6,716 1
-101001001010 Gogh-craving 1
-101001001010 large-typeface 1
-101001001010 1,236,338 1
-101001001010 9,987 1
-101001001010 13,602 1
-101001001010 6,835 1
-101001001010 9,079 1
-101001001010 haul-out 1
-101001001010 tour/theme 1
-101001001010 Iran-hostages 1
-101001001010 mealtime 1
-101001001010 500,112 2
-101001001010 Arab-Sudanese 2
-101001001010 Kangnam 2
-101001001010 Catalans 2
-101001001010 Vilna 2
-101001001010 cosmopolitans 2
-101001001010 fund-switching 2
-101001001010 A-minor 2
-101001001010 Ellingtonia 2
-101001001010 living-related 2
-101001001010 train-surfing 2
-101001001010 repast 2
-101001001010 alluvial 2
-101001001010 outlier 2
-101001001010 pulse-quickening 2
-101001001010 boxier 2
-101001001010 cross-stitch 2
-101001001010 rubbled 3
-101001001010 tea-leaf 3
-101001001010 disk-based 3
-101001001010 Cosanti 3
-101001001010 stockholders. 3
-101001001010 counter-insurgency 3
-101001001010 girder 3
-101001001010 Malightco 3
-101001001010 jive-talking 3
-101001001010 Matsekha 3
-101001001010 joystick 3
-101001001010 impersonations 4
-101001001010 paper-shuffling 4
-101001001010 ovum 4
-101001001010 falconry 4
-101001001010 movie-going 5
-101001001010 CPE 5
-101001001010 backgammon 6
-101001001010 gyroscope 6
-101001001010 zaibatsu 7
-101001001010 bismuth 7
-101001001010 seam 7
-101001001010 pantry 8
-101001001010 business. 8
-101001001010 KKB 8
-101001001010 Bedford-Stuyvesant 10
-101001001010 non-trading 10
-101001001010 mentoring 11
-101001001010 trombone 12
-101001001010 HP029 12
-101001001010 schnapps 13
-101001001010 housework 15
-101001001010 pushups 17
-101001001010 dentistry 18
-101001001010 shui 19
-101001001010 shingles 20
-101001001010 behemoth 36
-101001001010 ticker 39
-101001001010 business 33745
-101001001010 farming 331
-1010010010110 graphics-materials 1
-1010010010110 often-sued 1
-1010010010110 yackety 1
-1010010010110 tax-spending 1
-1010010010110 supply-growth 1
-1010010010110 retail-stores 1
-1010010010110 yacht-racing 1
-1010010010110 solar-engineering 1
-1010010010110 credit-management 1
-1010010010110 peer-counseling 1
-1010010010110 Chicano-lesbian 1
-1010010010110 Buick-Oldsmobile-Pontiac 1
-1010010010110 12-researcher 1
-1010010010110 serenading 1
-1010010010110 bank-creditor 1
-1010010010110 real-estate-lending 1
-1010010010110 coalition-ruled 1
-1010010010110 rumor-mill 1
-1010010010110 refrigeration-components 1
-1010010010110 Truckload 1
-1010010010110 insider-investigations 1
-1010010010110 no-longer-big 1
-1010010010110 One-for-one 1
-1010010010110 film-and-real-life 1
-1010010010110 tax-advisory 1
-1010010010110 All-Short 1
-1010010010110 global-trade-finance 1
-1010010010110 sustainable-agriculture 1
-1010010010110 trumpet-playing 1
-1010010010110 ProMax 1
-1010010010110 automotive-systems 1
-1010010010110 written-premium 1
-1010010010110 Comp-Tech 1
-1010010010110 lippy 1
-1010010010110 39,975 1
-1010010010110 once-handsome 1
-1010010010110 foodprocessing 1
-1010010010110 actress-courtesan 1
-1010010010110 testing-services 1
-1010010010110 fluid-technology 1
-1010010010110 technology/telecommunications 1
-1010010010110 project-finance 1
-1010010010110 travel-related-services 1
-1010010010110 beauty-queen 1
-1010010010110 corporate-coverage 1
-1010010010110 geeky 1
-1010010010110 leaveraged 1
-1010010010110 airplane-bird 1
-1010010010110 religous 1
-1010010010110 asset-managment 1
-1010010010110 Eastern-educated 1
-1010010010110 CHIPSet 1
-1010010010110 action-promoting 1
-1010010010110 sports-products 1
-1010010010110 trailguide 1
-1010010010110 vill 1
-1010010010110 cable-making 1
-1010010010110 Beelzebub 1
-1010010010110 corporate-strategy 1
-1010010010110 understandably-ex 1
-1010010010110 hostage-negotiating 1
-1010010010110 airline-hostess 1
-1010010010110 chip-repair 1
-1010010010110 professional-products 1
-1010010010110 appellate-litigation 1
-1010010010110 sureties 1
-1010010010110 restuarant 1
-1010010010110 hard-to-fill 1
-1010010010110 Vilgrain 1
-1010010010110 vavoom 1
-1010010010110 wraith-like 1
-1010010010110 interest-accrual 1
-1010010010110 federal-local 2
-1010010010110 sirloin 2
-1010010010110 new-ventures 2
-1010010010110 Roerig 2
-1010010010110 Olympic-like 2
-1010010010110 Mistsubishi 2
-1010010010110 1,4 2
-1010010010110 automotive-components 2
-1010010010110 sales-management 2
-1010010010110 post-1980 2
-1010010010110 NVA 2
-1010010010110 Europartners 2
-1010010010110 life-sciences 2
-1010010010110 market-analysis 2
-1010010010110 LWR 2
-1010010010110 ALS 2
-1010010010110 land-barge 2
-1010010010110 HU 2
-1010010010110 Buhrle 2
-1010010010110 misprinted 2
-1010010010110 Forest-Line 2
-1010010010110 run-on 3
-1010010010110 bank-regulation 3
-1010010010110 wielders 3
-1010010010110 CATS 3
-1010010010110 nuclear-planning 3
-1010010010110 farm-workers 3
-1010010010110 redesigns 3
-1010010010110 manangement 3
-1010010010110 do-it-yourselfer 3
-1010010010110 nonsalaried 3
-1010010010110 market-fund 3
-1010010010110 aircraft-building 3
-1010010010110 kryptonite 3
-1010010010110 24,200 3
-1010010010110 Thomson-SGS 3
-1010010010110 sanctions-busting 3
-1010010010110 2200/400 3
-1010010010110 medical-benefits 3
-1010010010110 political-economic 3
-1010010010110 high-skill 4
-1010010010110 doc 4
-1010010010110 corporate-identity 4
-1010010010110 Impco 4
-1010010010110 PARC 4
-1010010010110 Mostel 5
-1010010010110 eight-bit 5
-1010010010110 Savak 5
-1010010010110 mangement 6
-1010010010110 quartile 7
-1010010010110 DisplayWrite 7
-1010010010110 auctioneering 7
-1010010010110 Doughboy 7
-1010010010110 management. 8
-1010010010110 Chevrolet-Pontiac-Canada 9
-1010010010110 ballerinas 9
-1010010010110 Techint 9
-1010010010110 Nutrasweet 9
-1010010010110 SWAT 11
-1010010010110 VP 13
-1010010010110 schlock 14
-1010010010110 Perma 15
-1010010010110 prom 16
-1010010010110 managment 19
-1010010010110 Buick-Oldsmobile-Cadillac 25
-1010010010110 management 15893
-1010010010110 share-buying 29
-1010010010111 antique-filled 1
-1010010010111 low-rider 1
-1010010010111 vehicle-research 1
-1010010010111 school-committee 1
-1010010010111 Chicago-trained 1
-1010010010111 press-gallery 1
-1010010010111 estate-conservation 1
-1010010010111 13,847 1
-1010010010111 ex-boxing 1
-1010010010111 toiler 1
-1010010010111 atomic-bomb 1
-1010010010111 brokerage-affiliated 1
-1010010010111 gamey 1
-1010010010111 lady-explorer 1
-1010010010111 wirefraud 1
-1010010010111 statistical-services 1
-1010010010111 calculator-sized 1
-1010010010111 Klampenborg 1
-1010010010111 Italian-speaking 1
-1010010010111 anecdotage 1
-1010010010111 business-suited 1
-1010010010111 security-development 1
-1010010010111 seceding 1
-1010010010111 advisory-group 1
-1010010010111 drug-compliance 1
-1010010010111 trailer-office 1
-1010010010111 national-secuity 1
-1010010010111 gangsterish 1
-1010010010111 Machinist-union 1
-1010010010111 save-the-wildlife 1
-1010010010111 then-campaign 1
-1010010010111 let-the-locals-decide 1
-1010010010111 steering-committee 1
-1010010010111 dollar-pinching 1
-1010010010111 HMW 1
-1010010010111 self-chosen 2
-1010010010111 TED-spread 2
-1010010010111 kidney-disease 2
-1010010010111 advisory-board 2
-1010010010111 public-course 2
-1010010010111 bank-management 2
-1010010010111 hazel-eyed 2
-1010010010111 popular-music 2
-1010010010111 talkshow 2
-1010010010111 slavering 2
-1010010010111 white-cell 2
-1010010010111 jazzed-up 2
-1010010010111 commodity-fund 2
-1010010010111 predevelopment 2
-1010010010111 AWB 2
-1010010010111 hexagonally 2
-1010010010111 non-floor-trading 2
-1010010010111 ASL 2
-1010010010111 Vanceburg 2
-1010010010111 six-string 2
-1010010010111 nuclear-accident 2
-1010010010111 Supernova 3
-1010010010111 floorboard 3
-1010010010111 titlist 3
-1010010010111 1,585 3
-1010010010111 tyro 3
-1010010010111 management-board 3
-1010010010111 winegrowing 3
-1010010010111 hemophiliac 4
-1010010010111 TSP 4
-1010010010111 5-foot-9 4
-1010010010111 nectar 5
-1010010010111 nonfamily 5
-1010010010111 product-planning 5
-1010010010111 media-relations 6
-1010010010111 non-party 6
-1010010010111 delectable 7
-1010010010111 careerist 8
-1010010010111 politburo 9
-1010010010111 Award-winning 10
-1010010010111 counter-terrorism 10
-1010010010111 primes 11
-1010010010111 13d 19
-1010010010111 brakeman 21
-1010010010111 task-force 24
-1010010010111 directorate 72
-1010010010111 brigade 75
-1010010010111 gang 261
-1010010010111 faculty 367
-1010010010111 syndicate 593
-1010010010111 crew 871
-1010010010111 cabinet 1262
-1010010010111 fellow 1274
-1010010010111 personnel 1541
-1010010010111 staff 6011
-1010010010111 portfolio 3339
-1010010011000 =Have 1
-1010010011000 radon-screening 1
-1010010011000 air-cleaning 1
-1010010011000 GESTURE 1
-1010010011000 spending-factors 1
-1010010011000 COOLNESS 1
-1010010011000 shift-control 1
-1010010011000 nippers 1
-1010010011000 divisors 2
-1010010011000 flyby 2
-1010010011000 Meeschaert 2
-1010010011000 speedway 2
-1010010011000 covers. 2
-1010010011000 mudball 3
-1010010011000 near-disaster 3
-1010010011000 harvester 3
-1010010011000 prioritization 4
-1010010011000 Express-News 4
-1010010011000 Newswire 4
-1010010011000 microorganism 7
-1010010011000 footrace 7
-1010010011000 threshhold 8
-1010010011000 concourses 8
-1010010011000 countermeasure 8
-1010010011000 concessionaire 9
-1010010011000 sunroof 9
-1010010011000 cleanser 9
-1010010011000 analyzer 11
-1010010011000 break-in 11
-1010010011000 sonata 12
-1010010011000 contaminant 12
-1010010011000 SC 13
-1010010011000 pointer 13
-1010010011000 disinfectant 14
-1010010011000 quintet 14
-1010010011000 periodical 15
-1010010011000 diskette 18
-1010010011000 checkup 18
-1010010011000 sulfate 20
-1010010011000 gadget 22
-1010010011000 dispenser 24
-1010010011000 thermometer 26
-1010010011000 docket 31
-1010010011000 propellant 33
-1010010011000 catheter 34
-1010010011000 sponge 38
-1010010011000 venue 44
-1010010011000 setup 56
-1010010011000 carcinogen 64
-1010010011000 clearinghouse 69
-1010010011000 generator 84
-1010010011000 protocol 87
-1010010011000 craze 98
-1010010011000 kit 115
-1010010011000 herbicide 121
-1010010011000 squad 139
-1010010011000 valve 167
-1010010011000 hazard 201
-1010010011000 vessel 267
-1010010011000 format 343
-1010010011000 mechanism 522
-1010010011000 weapon 564
-1010010011000 bureaucracy 671
-1010010011000 procedure 693
-1010010011000 technique 698
-1010010011000 route 845
-1010010011000 formula 866
-1010010011000 device 1132
-1010010011000 initiative 1184
-1010010011000 scheme 1420
-1010010011000 program 14868
-1010010011000 machine 2417
-1010010011001 stackups 1
-1010010011001 ships/troopships 1
-1010010011001 center. 1
-1010010011001 osmotic 1
-1010010011001 less-than-radiant 1
-1010010011001 calls-that 1
-1010010011001 Hookers 1
-1010010011001 give-up 1
-1010010011001 sydrome 1
-1010010011001 author-historian 1
-1010010011001 proect 1
-1010010011001 boson 2
-1010010011001 plan. 2
-1010010011001 cruzeiro 2
-1010010011001 bill. 2
-1010010011001 intermediation 3
-1010010011001 keystroke 3
-1010010011001 pleaders 3
-1010010011001 legislation. 3
-1010010011001 minilab 3
-1010010011001 sytem 3
-1010010011001 decisions. 4
-1010010011001 snorer 4
-1010010011001 typesetter 4
-1010010011001 lifter 4
-1010010011001 hologram 5
-1010010011001 clerisy 5
-1010010011001 handicapper 6
-1010010011001 globulin 6
-1010010011001 chessboard 8
-1010010011001 prosthesis 8
-1010010011001 gizmo 9
-1010010011001 dynamo 10
-1010010011001 sentries 11
-1010010011001 leviathan 12
-1010010011001 colossus 17
-1010010011001 Confederacy 19
-1010010011001 set-up 19
-1010010011001 warden 24
-1010010011001 cutter 27
-1010010011001 printout 30
-1010010011001 pathway 38
-1010010011001 dynasty 56
-1010010011001 ladder 169
-1010010011001 apparatus 195
-1010010011001 curve 214
-1010010011001 profession 481
-1010010011001 syndrome 696
-1010010011001 regime 1232
-1010010011001 system 15761
-1010010011001 structure 2360
-1010010011010 bond-dealing 1
-1010010011010 oil. 1
-1010010011010 Pollyannas 1
-1010010011010 AUDITORS 1
-1010010011010 dollar-holdings 1
-1010010011010 ITSELF 1
-1010010011010 overhaul-related 1
-1010010011010 works-related 1
-1010010011010 royalism 1
-1010010011010 thought. 1
-1010010011010 military-sale 1
-1010010011010 parlance-while 1
-1010010011010 forcasts 1
-1010010011010 pointman 1
-1010010011010 normatives 1
-1010010011010 triumverate 1
-1010010011010 pattern. 1
-1010010011010 design-life 1
-1010010011010 juddgments 1
-1010010011010 values-free 1
-1010010011010 rate-IRA 1
-1010010011010 factor. 1
-1010010011010 dressed-in-black 1
-1010010011010 re-opener 1
-1010010011010 buyers. 1
-1010010011010 risk-benefited 1
-1010010011010 macro-indicators 1
-1010010011010 misrule 2
-1010010011010 competitiors 2
-1010010011010 upliftment 2
-1010010011010 mastitis 2
-1010010011010 brassheads 2
-1010010011010 telecommunications-policy 2
-1010010011010 lexicography 2
-1010010011010 affairs. 2
-1010010011010 dissaving 3
-1010010011010 fecklessness 3
-1010010011010 trial. 3
-1010010011010 suppport 3
-1010010011010 assigned-risk 3
-1010010011010 language. 3
-1010010011010 royalists 3
-1010010011010 performance. 4
-1010010011010 hotspots 4
-1010010011010 dissavings 4
-1010010011010 issues. 4
-1010010011010 seapower 4
-1010010011010 consensus-building 5
-1010010011010 mercantilists 5
-1010010011010 stooge 5
-1010010011010 fisc 7
-1010010011010 decisionmaking 7
-1010010011010 somatotropin 7
-1010010011010 policy. 7
-1010010011010 stringency 9
-1010010011010 stollen 9
-1010010011010 readjustment 10
-1010010011010 government. 10
-1010010011010 opprobrium 13
-1010010011010 rectitude 13
-1010010011010 stimulants 14
-1010010011010 collaborations 15
-1010010011010 lifeline 26
-1010010011010 largesse 32
-1010010011010 stimulation 52
-1010010011010 stimulus 228
-1010010011010 affairs 1983
-1010010011010 reform 2578
-1010010011010 policy 12756
-10100100110110 sport-fishermen 1
-10100100110110 Kozyrev 1
-10100100110110 cook-offs 1
-10100100110110 slurpers 1
-10100100110110 damage-flattened 1
-10100100110110 locaters 1
-10100100110110 chewers 1
-10100100110110 bearnaise 1
-10100100110110 Scarf 1
-10100100110110 gage 1
-10100100110110 tractor-cades 1
-10100100110110 chicken-skin 1
-10100100110110 heavers 1
-10100100110110 rellenos 1
-10100100110110 k-e-e-p-s 1
-10100100110110 Fenvalerate 1
-10100100110110 check-forging 1
-10100100110110 limitable 1
-10100100110110 crimpers 1
-10100100110110 Sociales 1
-10100100110110 cov 1
-10100100110110 stirrups 1
-10100100110110 Eludes 1
-10100100110110 business-records 1
-10100100110110 Respiration 1
-10100100110110 area-commander 1
-10100100110110 responsibily 1
-10100100110110 nada 1
-10100100110110 vehicles. 1
-10100100110110 booboos 1
-10100100110110 industryas 1
-10100100110110 tectonics 1
-10100100110110 railbed 1
-10100100110110 scaler 1
-10100100110110 handers 1
-10100100110110 purees 1
-10100100110110 dispersions 1
-10100100110110 veterans. 1
-10100100110110 spawning-ground 1
-10100100110110 nibblers 1
-10100100110110 bisque 1
-10100100110110 aqueduct 1
-10100100110110 footballers 2
-10100100110110 BankAmericard 2
-10100100110110 kinetic-killers 2
-10100100110110 write-ups 2
-10100100110110 20-F 2
-10100100110110 droppers 2
-10100100110110 Clyne 2
-10100100110110 crisis-era 2
-10100100110110 basketballers 2
-10100100110110 hunter-gatherers 2
-10100100110110 alliance. 2
-10100100110110 tutti 3
-10100100110110 vaccuum 3
-10100100110110 awakenings 3
-10100100110110 SS-18s 3
-10100100110110 vocabularies 3
-10100100110110 Embassies 3
-10100100110110 regrowth 3
-10100100110110 cru 3
-10100100110110 rovers 3
-10100100110110 sumps 3
-10100100110110 sprite 4
-10100100110110 clindamycin 4
-10100100110110 net-pens 4
-10100100110110 bonnets 4
-10100100110110 Euridice 4
-10100100110110 clime 4
-10100100110110 ringmaster 4
-10100100110110 Trophy 5
-10100100110110 biplane 5
-10100100110110 hideouts 5
-10100100110110 sparkled 6
-10100100110110 exchanger 6
-10100100110110 bordello 6
-10100100110110 splices 7
-10100100110110 F-111s 7
-10100100110110 charades 7
-10100100110110 hideout 8
-10100100110110 cannister 8
-10100100110110 sallies 8
-10100100110110 PIN 9
-10100100110110 hatcheries 9
-10100100110110 exchangers 10
-10100100110110 lookalike 11
-10100100110110 insignia 13
-10100100110110 setters 14
-10100100110110 dunes 15
-10100100110110 bleeds 15
-10100100110110 Opens 16
-10100100110110 outrages 21
-10100100110110 fins 22
-10100100110110 allocators 23
-10100100110110 preparedness 24
-10100100110110 cannons 30
-10100100110110 deployments 31
-10100100110110 implements 36
-10100100110110 stunts 36
-10100100110110 rebounds 38
-10100100110110 stabilizes 50
-10100100110110 harbors 53
-10100100110110 juices 60
-10100100110110 plasminogen 62
-10100100110110 escorts 72
-10100100110110 patrols 77
-10100100110110 handlers 128
-10100100110110 exercises 231
-10100100110110 belts 256
-10100100110110 guards 317
-10100100110110 hostage 401
-10100100110110 bases 1028
-10100100110110 values 2506
-10100100110110 forces 3589
-10100100110110 -RCB- 4154
-10100100110111 ambassador-nominee 1
-10100100110111 processional 1
-10100100110111 drop-kicker 1
-10100100110111 apparatuses 1
-10100100110111 strength-more 1
-10100100110111 commandantes 1
-10100100110111 \cuts 1
-10100100110111 OBJECTIONS 1
-10100100110111 returnee 1
-10100100110111 assitance 1
-10100100110111 buildup. 1
-10100100110111 euromissiles 1
-10100100110111 dockyard 1
-10100100110111 juntas 1
-10100100110111 martinets 1
-10100100110111 forces. 1
-10100100110111 forces-which 1
-10100100110111 i0 1
-10100100110111 stock-plan 1
-10100100110111 oppositio 1
-10100100110111 prgas 1
-10100100110111 mulelift 1
-10100100110111 target-towing 1
-10100100110111 resale-royalty 1
-10100100110111 functions. 1
-10100100110111 MARINES 1
-10100100110111 defense-funding 1
-10100100110111 serivces 1
-10100100110111 prosposal 1
-10100100110111 sub-committee 1
-10100100110111 infiltrations 1
-10100100110111 unlimited-underwater 1
-10100100110111 specialists. 1
-10100100110111 ratios-caused 1
-10100100110111 selfinterest 1
-10100100110111 judgments. 2
-10100100110111 recruitments 2
-10100100110111 recipiency 2
-10100100110111 acrobat 3
-10100100110111 involvements 3
-10100100110111 oligarchies 3
-10100100110111 arms-supply 3
-10100100110111 mixups 3
-10100100110111 potentates 6
-10100100110111 legerdemain 9
-10100100110111 conscription 16
-10100100110111 Armageddon 20
-10100100110111 emissary 24
-10100100110111 wherewithal 32
-10100100110111 advisor 33
-10100100110111 attache 45
-10100100110111 airlift 143
-10100100110111 envoy 199
-10100100110111 planner 274
-10100100110111 ambassador 621
-10100100110111 assistance 1827
-10100100110111 aid 4621
-10100100110111 adviser 2946
-1010010011100 gashlike 1
-1010010011100 officio 1
-1010010011100 jointed 1
-1010010011100 falutin 1
-1010010011100 Jura 1
-1010010011100 tax-review 1
-1010010011100 copper-colored 1
-1010010011100 wheelchair-marathon 1
-1010010011100 sugar-farming 1
-1010010011100 economic-justice 1
-1010010011100 Kareol 1
-1010010011100 T4-cell 1
-1010010011100 six-wheeled 1
-1010010011100 anti-Saudi 1
-1010010011100 objectives/characteristics 1
-1010010011100 job-referral 1
-1010010011100 free-hospital 1
-1010010011100 balling 1
-1010010011100 sierra 1
-1010010011100 school-only 1
-1010010011100 Ahaggar 1
-1010010011100 Asir 1
-1010010011100 Guildhall 2
-1010010011100 Juchitan 2
-1010010011100 over-achievers 2
-1010010011100 Wanchai 2
-1010010011100 timbres 2
-1010010011100 beguilement 2
-1010010011100 walkaway 2
-1010010011100 unviewed 2
-1010010011100 socialism. 2
-1010010011100 Auvergne 2
-1010010011100 event. 2
-1010010011100 Stetsons 2
-1010010011100 dick 2
-1010010011100 Fs 2
-1010010011100 tessitura 2
-1010010011100 terrorism. 2
-1010010011100 Jap 2
-1010010011100 3,663 2
-1010010011100 riff 2
-1010010011100 Melians 2
-1010010011100 Heerlen 2
-1010010011100 Sisyphus 3
-1010010011100 dragon-boat 3
-1010010011100 semi-abstract 3
-1010010011100 practical-minded 3
-1010010011100 Alleghenies 3
-1010010011100 4,440 3
-1010010011100 home-economics 3
-1010010011100 fortresses 3
-1010010011100 demimonde 3
-1010010011100 birth-weight 3
-1010010011100 reflector 3
-1010010011100 loam 3
-1010010011100 school-educated 3
-1010010011100 scorpion 3
-1010010011100 crescent 3
-1010010011100 waterfronts 3
-1010010011100 SS-1 4
-1010010011100 cymbals 4
-1010010011100 grassland 4
-1010010011100 sanitarian 4
-1010010011100 rectory 4
-1010010011100 one-handed 4
-1010010011100 creationist 4
-1010010011100 hilltops 4
-1010010011100 lowland 4
-1010010011100 cavalryman 4
-1010010011100 negligee 4
-1010010011100 numeral 4
-1010010011100 Rockettes 4
-1010010011100 tablecloth 4
-1010010011100 confreres 4
-1010010011100 misadventure 4
-1010010011100 knoll 5
-1010010011100 Ivry 5
-1010010011100 do-gooder 5
-1010010011100 riverbank 5
-1010010011100 esplanade 5
-1010010011100 lowlands 6
-1010010011100 Kush 6
-1010010011100 oilfields 6
-1010010011100 rectangles 7
-1010010011100 self-treatment 7
-1010010011100 scrawl 7
-1010010011100 slicker 8
-1010010011100 bullfighter 8
-1010010011100 blandishments 9
-1010010011100 minstrel 9
-1010010011100 readout 9
-1010010011100 titan 9
-1010010011100 Kurdistan 10
-1010010011100 taiko 10
-1010010011100 skits 11
-1010010011100 captions 11
-1010010011100 hygienist 11
-1010010011100 mermaid 11
-1010010011100 equivalency 12
-1010010011100 dispossessed 12
-1010010011100 bayou 12
-1010010011100 shutters 12
-1010010011100 UNCF 12
-1010010011100 repute 12
-1010010011100 Moment 12
-1010010011100 cults 14
-1010010011100 monolith 14
-1010010011100 promenade 14
-1010010011100 seaport 15
-1010010011100 Masses 15
-1010010011100 samurai 15
-1010010011100 birch 15
-1010010011100 think-tank 16
-1010010011100 shantytown 16
-1010010011100 pews 16
-1010010011100 gentry 18
-1010010011100 councilors 19
-1010010011100 yearbook 20
-1010010011100 barrio 20
-1010010011100 pines 21
-1010010011100 cape 22
-1010010011100 vernacular 24
-1010010011100 squire 24
-1010010011100 lettering 26
-1010010011100 safari 28
-1010010011100 bourgeoisie 30
-1010010011100 sprawl 31
-1010010011100 festivals 31
-1010010011100 slang 33
-1010010011100 90s 34
-1010010011100 backwater 34
-1010010011100 spa 35
-1010010011100 roulette 39
-1010010011100 hallways 40
-1010010011100 etiquette 41
-1010010011100 hamlet 48
-1010010011100 colonies 62
-1010010011100 parish 62
-1010010011100 plains 66
-1010010011100 heartland 68
-1010010011100 underclass 72
-1010010011100 seas 73
-1010010011100 slums 81
-1010010011100 ghetto 83
-1010010011100 barracks 86
-1010010011100 boutique 90
-1010010011100 majors 92
-1010010011100 dictionary 95
-1010010011100 jewels 95
-1010010011100 township 111
-1010010011100 prince 124
-1010010011100 bulletin 135
-1010010011100 curriculum 148
-1010010011100 frontier 161
-1010010011100 sculpture 168
-1010010011100 glory 172
-1010010011100 traveler 176
-1010010011100 journalism 254
-1010010011100 exile 259
-1010010011100 clinic 306
-1010010011100 Revolution 312
-1010010011100 suburbs 323
-1010010011100 fiction 325
-1010010011100 journal 385
-1010010011100 campus 409
-1010010011100 elite 442
-1010010011100 arts 443
-1010010011100 parks 461
-1010010011100 port 481
-1010010011100 library 501
-1010010011100 village 529
-1010010011100 flag 540
-1010010011100 neighborhood 699
-1010010011100 sport 777
-1010010011100 enterprise 807
-1010010011100 park 938
-1010010011100 club 957
-1010010011100 tape 957
-1010010011100 society 2110
-1010010011100 town 2444
-1010010011100 schools 2516
-1010010011100 practice 2700
-1010010011100 community 3433
-1010010011100 school 4376
-1010010011101 HJR 1
-1010010011101 restaurant-related 1
-1010010011101 psychology. 1
-1010010011101 Orlean 1
-1010010011101 Skids 1
-1010010011101 conniption 1
-1010010011101 Medeo 1
-1010010011101 69-cent 1
-1010010011101 letterhead. 1
-1010010011101 Tacjams 1
-1010010011101 16-track 1
-1010010011101 Taskhkadzor 1
-1010010011101 martket 1
-1010010011101 Lanzino 1
-1010010011101 Gan-Ru 1
-1010010011101 NEA-owned 1
-1010010011101 Basks 1
-1010010011101 ceramics-copper-oxide 1
-1010010011101 K-Series 1
-1010010011101 congressional-bureaucratic-journalistic 1
-1010010011101 Fulano 1
-1010010011101 306,000-square-foot 1
-1010010011101 Elek 1
-1010010011101 five-color 1
-1010010011101 Kepong 1
-1010010011101 jam-ups 1
-1010010011101 nomenclatura 1
-1010010011101 inward-investment 1
-1010010011101 500,000-name 1
-1010010011101 impresario-like 1
-1010010011101 Zalaquett 1
-1010010011101 head-wise 1
-1010010011101 once-lavish 1
-1010010011101 Times-Union 1
-1010010011101 asset-financing 1
-1010010011101 careers. 1
-1010010011101 1976-86 1
-1010010011101 glanders 1
-1010010011101 serious-faced 1
-1010010011101 atrisk 1
-1010010011101 Thermenos 1
-1010010011101 burned-over 1
-1010010011101 dispersement 1
-1010010011101 peace-talk 1
-1010010011101 faint-voiced 1
-1010010011101 Enteria 1
-1010010011101 means-based 1
-1010010011101 non-telecommunications 1
-1010010011101 Intraco 1
-1010010011101 Pizarro 1
-1010010011101 mall-office 1
-1010010011101 cradlelike 1
-1010010011101 jostles 1
-1010010011101 immuno-stimulating 1
-1010010011101 performance-day 1
-1010010011101 deicer 1
-1010010011101 Sophisticate 1
-1010010011101 anti-lice 1
-1010010011101 inyanga 1
-1010010011101 Valdiviesco 1
-1010010011101 Bank-Huron 1
-1010010011101 9R/27L 1
-1010010011101 720,000-square-foot 1
-1010010011101 Weltwirtschaft 1
-1010010011101 Ingenuity 1
-1010010011101 Super-Dough 1
-1010010011101 protection. 1
-1010010011101 auto-plant 1
-1010010011101 95-points-per-game 1
-1010010011101 Contents 1
-1010010011101 viprostol 1
-1010010011101 fat-replacement 1
-1010010011101 2,134-year-old 1
-1010010011101 Apollinaire 1
-1010010011101 manufactuing 1
-1010010011101 Mouratgolu 1
-1010010011101 advertising-ESPN 1
-1010010011101 selection. 1
-1010010011101 Jouvet 1
-1010010011101 sills 1
-1010010011101 61-mile 1
-1010010011101 lefthand 1
-1010010011101 broadcastng 1
-1010010011101 2.3-million-square-foot 1
-1010010011101 6-foot-high 1
-1010010011101 nuclear-storage 1
-1010010011101 Telephone. 1
-1010010011101 14-12 1
-1010010011101 self-alleged 1
-1010010011101 black-walled 1
-1010010011101 AN/ALQ-135 1
-1010010011101 second-safest 1
-1010010011101 ganlanqiu 1
-1010010011101 Chaya 1
-1010010011101 blasphemed 1
-1010010011101 democratic-reform 1
-1010010011101 minisummit 1
-1010010011101 ropelike 1
-1010010011101 Fievel-adorned 1
-1010010011101 car-painting 1
-1010010011101 socialite-oracle 1
-1010010011101 swing-and-picket 1
-1010010011101 born-and-bred 1
-1010010011101 2,400-seat 1
-1010010011101 leather-covered 1
-1010010011101 ................................ 1
-1010010011101 defense-market 1
-1010010011101 Motorolas 1
-1010010011101 Square-area 1
-1010010011101 grounders 1
-1010010011101 ocean-transportation 1
-1010010011101 stalkers 1
-1010010011101 building-restoration 1
-1010010011101 Gruson 1
-1010010011101 Sojic 1
-1010010011101 Munchkins 1
-1010010011101 thongs. 1
-1010010011101 public-schools 1
-1010010011101 shed-like 1
-1010010011101 knocker 1
-1010010011101 191,000-square-foot 1
-1010010011101 laddie 1
-1010010011101 doublers 1
-1010010011101 office-shopping 1
-1010010011101 union-by-union 1
-1010010011101 cobras 1
-1010010011101 wingshooting 1
-1010010011101 stockbrockerage 1
-1010010011101 hotel/entertainment 1
-1010010011101 1988-1989-1990 1
-1010010011101 proof. 1
-1010010011101 much-developed 1
-1010010011101 Canucks 1
-1010010011101 10,729 1
-1010010011101 voles 1
-1010010011101 cherimoya 1
-1010010011101 light-vehicle-parts 1
-1010010011101 often-predicted 1
-1010010011101 Gillibrand 1
-1010010011101 37-story 1
-1010010011101 dissolvents 1
-1010010011101 Maree 1
-1010010011101 outlet. 1
-1010010011101 sidestreet 1
-1010010011101 2,572 1
-1010010011101 chamberpot 1
-1010010011101 Cassise 1
-1010010011101 empty-necked 1
-1010010011101 v.B. 1
-1010010011101 TAS-65 1
-1010010011101 tomato-ish 1
-1010010011101 INT-1 1
-1010010011101 Grafica 1
-1010010011101 singer-comedian 1
-1010010011101 position-location 1
-1010010011101 Chronical 1
-1010010011101 off-the-bench 1
-1010010011101 inflation-watchers 1
-1010010011101 clock-stopped 1
-1010010011101 usinessmen 1
-1010010011101 defoggers 1
-1010010011101 conglomerated 1
-1010010011101 Lookouts 1
-1010010011101 Mattei 1
-1010010011101 Stewart-Hertzberg 1
-1010010011101 gray-walled 1
-1010010011101 Concertgebouw 1
-1010010011101 abbess 1
-1010010011101 ex-friends 2
-1010010011101 Staatsoper 2
-1010010011101 Skydome 2
-1010010011101 Basilio 2
-1010010011101 trouble-making 2
-1010010011101 conveyers 2
-1010010011101 mortem 2
-1010010011101 optionals 2
-1010010011101 47-story 2
-1010010011101 D-3 2
-1010010011101 Triumphant 2
-1010010011101 Claremore 2
-1010010011101 headwaters 2
-1010010011101 sarcophagus 2
-1010010011101 procrastinates 2
-1010010011101 14-32 2
-1010010011101 taproom 2
-1010010011101 Irmas 2
-1010010011101 two-million-square-foot 2
-1010010011101 alternative-fuel 2
-1010010011101 evil-smelling 2
-1010010011101 quick-cooking 2
-1010010011101 Ghawar 2
-1010010011101 05 2
-1010010011101 Argonauts 2
-1010010011101 shore-front 2
-1010010011101 CityTrust 2
-1010010011101 Shangri-la 2
-1010010011101 cabarets 3
-1010010011101 unblushing 3
-1010010011101 Sketchbooks 3
-1010010011101 nuclear-production 3
-1010010011101 Atoll 3
-1010010011101 engraver 3
-1010010011101 coffeehouse 3
-1010010011101 Penguins 3
-1010010011101 overstretched 3
-1010010011101 rope-like 3
-1010010011101 schoolrooms 3
-1010010011101 yams 3
-1010010011101 most-publicized 3
-1010010011101 preludes 3
-1010010011101 islander 3
-1010010011101 prism-shaped 3
-1010010011101 Rizal 3
-1010010011101 Mausoleum 3
-1010010011101 pleasers 3
-1010010011101 Peerage 3
-1010010011101 hostelry 3
-1010010011101 co-ordinator 3
-1010010011101 Lotto 3
-1010010011101 menu. 3
-1010010011101 overprotected 3
-1010010011101 WKAQ-TV 3
-1010010011101 Araiza 3
-1010010011101 liposuctions 4
-1010010011101 Tatler 4
-1010010011101 defogger 4
-1010010011101 KPFK-FM 4
-1010010011101 WSVN-TV 4
-1010010011101 eight-story 4
-1010010011101 optician 4
-1010010011101 BART 4
-1010010011101 neurotics 4
-1010010011101 pleaser 4
-1010010011101 Florist 4
-1010010011101 DMS-100 4
-1010010011101 speakeasy 4
-1010010011101 Sharfman 4
-1010010011101 Glue 4
-1010010011101 beltway 5
-1010010011101 nightspot 5
-1010010011101 Beans 5
-1010010011101 bistro 5
-1010010011101 Desdemona 5
-1010010011101 Forties 5
-1010010011101 Allied/Federated 5
-1010010011101 metering 6
-1010010011101 scat 6
-1010010011101 caterer 6
-1010010011101 Stradivari 7
-1010010011101 AHEAD 7
-1010010011101 Docklands 7
-1010010011101 Anatolia 7
-1010010011101 fairgrounds 8
-1010010011101 Dorset 8
-1010010011101 Wola 8
-1010010011101 Reservoir 10
-1010010011101 epoxy 10
-1010010011101 Statehouse 10
-1010010011101 semis 12
-1010010011101 dissolvers 13
-1010010011101 brownstone 13
-1010010011101 delta 14
-1010010011101 Freeway 14
-1010010011101 buster 15
-1010010011101 Star-Telegram 15
-1010010011101 Tavern 15
-1010010011101 wipers 16
-1010010011101 McNuggets 17
-1010010011101 tenement 17
-1010010011101 orchard 20
-1010010011101 lysis 20
-1010010011101 Fog 22
-1010010011101 expressway 23
-1010010011101 Thoroughbred 24
-1010010011101 sarcoma 25
-1010010011101 secretariat 26
-1010010011101 Sonata 27
-1010010011101 symphonies 29
-1010010011101 Birthday 30
-1010010011101 BBB 30
-1010010011101 inferiority 32
-1010010011101 precincts 33
-1010010011101 loft 34
-1010010011101 Vineyard 35
-1010010011101 mayonnaise 37
-1010010011101 dissolver 39
-1010010011101 Bourse 49
-1010010011101 skyline 49
-1010010011101 LaGuardia 50
-1010010011101 tallest 52
-1010010011101 townhouse 52
-1010010011101 Cathedral 55
-1010010011101 skyscraper 57
-1010010011101 coverings 60
-1010010011101 Reliant 63
-1010010011101 Newsday 72
-1010010011101 inmate 74
-1010010011101 waterfront 115
-1010010011101 Choice 140
-1010010011101 Philharmonic 152
-1010010011101 Symphony 240
-1010010011101 Strip 242
-1010010011101 hub 335
-1010010011101 embassy 409
-1010010011101 apartment 965
-1010010011101 bureau 976
-1010010011101 office 11070
-1010010011101 headquarters 2520
-1010010011110 crawler 1
-1010010011110 SDI-derived 1
-1010010011110 scenarist 1
-1010010011110 beause 1
-1010010011110 availabilities 1
-1010010011110 extracurriculars 1
-1010010011110 evening. 1
-1010010011110 stockpilings 1
-1010010011110 jasper 1
-1010010011110 Songbook 1
-1010010011110 influence-peddlers 1
-1010010011110 Journal-American 1
-1010010011110 KH-12 2
-1010010011110 shoal 2
-1010010011110 eight-pounder 2
-1010010011110 Gallardo 2
-1010010011110 skiff 2
-1010010011110 boat. 2
-1010010011110 arm-twister 2
-1010010011110 pace-setters 2
-1010010011110 up-and-comer 2
-1010010011110 skylines 3
-1010010011110 18-wheeler 3
-1010010011110 stayover 3
-1010010011110 group. 3
-1010010011110 fractionalization 3
-1010010011110 dumper 3
-1010010011110 scrappage 3
-1010010011110 iguana 3
-1010010011110 Herald-Tribune 3
-1010010011110 desperadoes 3
-1010010011110 quarterbacking 3
-1010010011110 crawlers 3
-1010010011110 personages 3
-1010010011110 stay-over 4
-1010010011110 watchman 4
-1010010011110 anitu 4
-1010010011110 omelet 4
-1010010011110 agglutination 4
-1010010011110 nouns 4
-1010010011110 anvil 4
-1010010011110 salesroom 4
-1010010011110 7310 4
-1010010011110 abortifacient 5
-1010010011110 attendee 5
-1010010011110 indentation 5
-1010010011110 inhaler 5
-1010010011110 snowfalls 5
-1010010011110 embankment 5
-1010010011110 allegro 5
-1010010011110 prelims 5
-1010010011110 incarnate 5
-1010010011110 cityscapes 6
-1010010011110 huddles 6
-1010010011110 burg 6
-1010010011110 electrocardiogram 6
-1010010011110 MFA 6
-1010010011110 apparition 6
-1010010011110 antigen 6
-1010010011110 soiree 6
-1010010011110 inlet 7
-1010010011110 one. 7
-1010010011110 interregnum 7
-1010010011110 waif 7
-1010010011110 achiever 7
-1010010011110 artisan 7
-1010010011110 splint 7
-1010010011110 churchyard 7
-1010010011110 idyll 7
-1010010011110 X-car 8
-1010010011110 topography 8
-1010010011110 junction 8
-1010010011110 F-117A 8
-1010010011110 allocator 8
-1010010011110 gossips 8
-1010010011110 imitator 8
-1010010011110 endpoint 9
-1010010011110 urn 9
-1010010011110 flimflam 9
-1010010011110 inquisition 9
-1010010011110 attacker 9
-1010010011110 interloper 10
-1010010011110 ex-cop 10
-1010010011110 officeholder 10
-1010010011110 F-19 10
-1010010011110 aficionado 10
-1010010011110 orphanage 10
-1010010011110 craziness 11
-1010010011110 mutt 11
-1010010011110 fest 11
-1010010011110 eater 11
-1010010011110 armory 11
-1010010011110 undertaker 11
-1010010011110 enclosure 12
-1010010011110 mandarins 12
-1010010011110 regalia 12
-1010010011110 interviewee 12
-1010010011110 Massacre 12
-1010010011110 bullpen 13
-1010010011110 appellation 13
-1010010011110 spinner 13
-1010010011110 ogre 13
-1010010011110 oligarchy 14
-1010010011110 interlude 15
-1010010011110 ecosystem 15
-1010010011110 Astrodome 15
-1010010011110 elixir 15
-1010010011110 drizzle 15
-1010010011110 citadel 15
-1010010011110 infield 16
-1010010011110 underbrush 16
-1010010011110 armada 17
-1010010011110 itch 18
-1010010011110 undertone 19
-1010010011110 invader 19
-1010010011110 assailant 19
-1010010011110 module 19
-1010010011110 outcast 19
-1010010011110 incubator 20
-1010010011110 mafia 20
-1010010011110 anesthetic 21
-1010010011110 intruder 21
-1010010011110 milieu 21
-1010010011110 atlas 21
-1010010011110 infestation 21
-1010010011110 atrium 21
-1010010011110 orator 22
-1010010011110 oxymoron 23
-1010010011110 antagonist 23
-1010010011110 escalator 24
-1010010011110 organism 25
-1010010011110 aquarium 25
-1010010011110 apron 26
-1010010011110 idol 26
-1010010011110 aquifer 27
-1010010011110 splendor 27
-1010010011110 undercount 27
-1010010011110 aristocracy 27
-1010010011110 stripe 27
-1010010011110 ornament 27
-1010010011110 inscription 27
-1010010011110 enforcer 28
-1010010011110 lexicon 29
-1010010011110 Affair 30
-1010010011110 albatross 30
-1010010011110 inn 33
-1010010011110 idiot 33
-1010010011110 oasis 35
-1010010011110 airfield 36
-1010010011110 newscast 36
-1010010011110 aggressor 38
-1010010011110 metropolis 38
-1010010011110 subdivision 38
-1010010011110 umpire 40
-1010010011110 aria 41
-1010010011110 embryo 41
-1010010011110 intersection 42
-1010010011110 icon 42
-1010010011110 bazaar 42
-1010010011110 ideologue 42
-1010010011110 innovator 44
-1010010011110 rink 44
-1010010011110 angel 44
-1010010011110 interval 46
-1010010011110 airstrip 46
-1010010011110 alley 47
-1010010011110 outing 48
-1010010011110 outpost 48
-1010010011110 ace 48
-1010010011110 offender 52
-1010010011110 lore 54
-1010010011110 eagle 61
-1010010011110 enclave 61
-1010010011110 basin 62
-1010010011110 aisle 64
-1010010011110 expedition 65
-1010010011110 addict 69
-1010010011110 underdog 69
-1010010011110 extravaganza 70
-1010010011110 avenue 71
-1010010011110 interpreter 76
-1010010011110 acquaintance 77
-1010010011110 ailment 77
-1010010011110 ordeal 77
-1010010011110 antibiotic 77
-1010010011110 artery 78
-1010010011110 auditorium 84
-1010010011110 enzyme 89
-1010010011110 envelope 90
-1010010011110 angle 95
-1010010011110 ensemble 104
-1010010011110 adversary 110
-1010010011110 analogy 110
-1010010011110 applicant 121
-1010010011110 equation 134
-1010010011110 upswing 151
-1010010011110 corridor 168
-1010010011110 elephant 169
-1010010011110 outfit 172
-1010010011110 doldrums 175
-1010010011110 exam 181
-1010010011110 mentality 182
-1010010011110 earthquake 186
-1010010011110 elevator 192
-1010010011110 lineup 196
-1010010011110 outlet 205
-1010010011110 uprising 214
-1010010011110 album 240
-1010010011110 epidemic 252
-1010010011110 umbrella 258
-1010010011110 orchestra 284
-1010010011110 attraction 312
-1010010011110 landscape 317
-1010010011110 assignment 328
-1010010011110 exhibition 378
-1010010011110 arena 410
-1010010011110 opponent 473
-1010010011110 zone 476
-1010010011110 instrument 485
-1010010011110 ally 495
-1010010011110 enemy 518
-1010010011110 opera 539
-1010010011110 entity 594
-1010010011110 explosion 632
-1010010011110 item 640
-1010010011110 atmosphere 745
-1010010011110 establishment 756
-1010010011110 Olympics 766
-1010010011110 era 1121
-1010010011110 accident 1425
-1010010011110 institution 1481
-1010010011110 affair 1528
-1010010011110 audience 1592
-1010010011110 environment 1817
-1010010011110 body 1953
-1010010011110 organization 2762
-1010010011110 center 3278
-1010010011110 area 5366
-1010010011110 session 3723
-1010010011111 cathedral-style 1
-1010010011111 sea-view 1
-1010010011111 Waldens 1
-1010010011111 pretty-much 1
-1010010011111 back-lights 1
-1010010011111 taupe 1
-1010010011111 overreaches 2
-1010010011111 non-realistic 2
-1010010011111 203-acre 2
-1010010011111 waddlers 2
-1010010011111 ministates 2
-1010010011111 horsepacking 2
-1010010011111 snowbanks 3
-1010010011111 uptake 3
-1010010011111 boater 3
-1010010011111 sidewalls 3
-1010010011111 disease. 3
-1010010011111 kitchenette 3
-1010010011111 WWOR-TV 3
-1010010011111 pathogen 3
-1010010011111 synchrotrons 3
-1010010011111 lamprey 4
-1010010011111 Centipede 4
-1010010011111 Rhineland 4
-1010010011111 doormat 4
-1010010011111 Rialto 4
-1010010011111 awning 4
-1010010011111 ambience 4
-1010010011111 proctor 4
-1010010011111 Shatt-al-Arab 4
-1010010011111 theatergoer 4
-1010010011111 patois 4
-1010010011111 casserole 4
-1010010011111 mir 4
-1010010011111 trellis 4
-1010010011111 troubleshooting 4
-1010010011111 trajectories 5
-1010010011111 entryway 5
-1010010011111 moderators 5
-1010010011111 Hug-A-World 5
-1010010011111 mistral 5
-1010010011111 crags 5
-1010010011111 proprieties 5
-1010010011111 nave 5
-1010010011111 anthill 5
-1010010011111 armpit 5
-1010010011111 linguist 5
-1010010011111 wheelbase 5
-1010010011111 paddock 5
-1010010011111 grounder 5
-1010010011111 lobotomy 6
-1010010011111 headmistress 6
-1010010011111 downpour 6
-1010010011111 verisimilitude 6
-1010010011111 beautification 6
-1010010011111 doorbell 6
-1010010011111 Mobe 6
-1010010011111 boulder 6
-1010010011111 griddle 6
-1010010011111 stairwell 7
-1010010011111 triptych 7
-1010010011111 hydrant 7
-1010010011111 pendant 7
-1010010011111 pew 8
-1010010011111 mid-80s 8
-1010010011111 pusher 8
-1010010011111 galley 8
-1010010011111 mists 8
-1010010011111 wringer 8
-1010010011111 boondocks 8
-1010010011111 cupboard 8
-1010010011111 fulcrum 8
-1010010011111 scroll 8
-1010010011111 passageway 9
-1010010011111 checker 9
-1010010011111 flask 9
-1010010011111 faucet 9
-1010010011111 hare 9
-1010010011111 lavatory 9
-1010010011111 stylus 9
-1010010011111 hostel 9
-1010010011111 OED 9
-1010010011111 Flintstones 9
-1010010011111 Flowton 10
-1010010011111 gearbox 10
-1010010011111 slammer 10
-1010010011111 wildcatters 10
-1010010011111 semifinals 10
-1010010011111 redness 10
-1010010011111 dressers 10
-1010010011111 moat 10
-1010010011111 seashore 10
-1010010011111 Tevatron 10
-1010010011111 cauldron 10
-1010010011111 cavity 10
-1010010011111 mailroom 11
-1010010011111 scum 11
-1010010011111 welds 11
-1010010011111 souk 11
-1010010011111 rostrum 11
-1010010011111 phoenix 11
-1010010011111 wastebasket 11
-1010010011111 turntable 11
-1010010011111 lattice 11
-1010010011111 ridges 11
-1010010011111 walkway 11
-1010010011111 terrace 12
-1010010011111 stairway 12
-1010010011111 concourse 12
-1010010011111 Catskills 12
-1010010011111 broomstick 12
-1010010011111 combo 12
-1010010011111 roll-up 12
-1010010011111 H-2 13
-1010010011111 henhouse 13
-1010010011111 dispersant 13
-1010010011111 meadow 13
-1010010011111 megadeal 13
-1010010011111 plume 13
-1010010011111 conservatory 13
-1010010011111 matchmaker 14
-1010010011111 hem 14
-1010010011111 wharf 14
-1010010011111 foursome 14
-1010010011111 foyer 14
-1010010011111 fort 14
-1010010011111 spermicide 14
-1010010011111 miniskirt 15
-1010010011111 shredder 15
-1010010011111 breezes 15
-1010010011111 payer 15
-1010010011111 kiln 15
-1010010011111 chute 16
-1010010011111 lantern 16
-1010010011111 diaphragm 16
-1010010011111 bracelet 17
-1010010011111 chimney 17
-1010010011111 hangout 17
-1010010011111 varnish 17
-1010010011111 doghouse 17
-1010010011111 pouch 18
-1010010011111 groove 18
-1010010011111 spaceship 19
-1010010011111 czars 19
-1010010011111 tarmac 19
-1010010011111 outfield 19
-1010010011111 reef 19
-1010010011111 pollutant 19
-1010010011111 stabilizer 19
-1010010011111 dunk 19
-1010010011111 ledge 20
-1010010011111 Dinky 20
-1010010011111 seams 20
-1010010011111 mountainside 20
-1010010011111 slaughterhouse 21
-1010010011111 scoreboard 21
-1010010011111 restroom 21
-1010010011111 fairway 21
-1010010011111 battlefields 21
-1010010011111 cohort 21
-1010010011111 bulkhead 21
-1010010011111 melee 22
-1010010011111 caster 22
-1010010011111 priesthood 22
-1010010011111 cursor 22
-1010010011111 boardwalk 23
-1010010011111 hoop 23
-1010010011111 vase 24
-1010010011111 concerto 24
-1010010011111 bud 24
-1010010011111 pier 25
-1010010011111 doorway 25
-1010010011111 motif 25
-1010010011111 creek 25
-1010010011111 blackboard 26
-1010010011111 derby 26
-1010010011111 coil 26
-1010010011111 hash 26
-1010010011111 mongoose 28
-1010010011111 villa 28
-1010010011111 staircase 28
-1010010011111 tee 30
-1010010011111 shack 30
-1010010011111 loot 31
-1010010011111 decor 31
-1010010011111 toxin 31
-1010010011111 chapel 31
-1010010011111 gland 32
-1010010011111 sands 32
-1010010011111 orbiter 33
-1010010011111 muck 33
-1010010011111 pudding 33
-1010010011111 mosque 34
-1010010011111 clubhouse 35
-1010010011111 dashboard 35
-1010010011111 hemorrhage 36
-1010010011111 stool 36
-1010010011111 casing 36
-1010010011111 hut 37
-1010010011111 finals 37
-1010010011111 skeleton 37
-1010010011111 gel 38
-1010010011111 bible 41
-1010010011111 transfusion 41
-1010010011111 Bridgeton 41
-1010010011111 plaza 42
-1010010011111 repertory 42
-1010010011111 porch 43
-1010010011111 shaft 43
-1010010011111 hauler 43
-1010010011111 torch 43
-1010010011111 dome 44
-1010010011111 goose 44
-1010010011111 glitter 44
-1010010011111 pulpit 45
-1010010011111 hallway 45
-1010010011111 whim 45
-1010010011111 cellar 46
-1010010011111 mat 46
-1010010011111 soundtrack 46
-1010010011111 pageant 46
-1010010011111 balcony 48
-1010010011111 docks 49
-1010010011111 ramp 49
-1010010011111 slope 49
-1010010011111 driveway 49
-1010010011111 lotion 50
-1010010011111 slopes 51
-1010010011111 jackpot 51
-1010010011111 duo 51
-1010010011111 molecule 52
-1010010011111 stove 52
-1010010011111 courtyard 52
-1010010011111 hood 53
-1010010011111 countdown 53
-1010010011111 catch-up 53
-1010010011111 corpse 53
-1010010011111 decks 53
-1010010011111 loop 54
-1010010011111 cylinder 55
-1010010011111 shrine 55
-1010010011111 newsroom 56
-1010010011111 beast 56
-1010010011111 festivities 57
-1010010011111 windshield 58
-1010010011111 beacon 58
-1010010011111 trenches 58
-1010010011111 victor 58
-1010010011111 skull 58
-1010010011111 residue 59
-1010010011111 dice 60
-1010010011111 blaze 61
-1010010011111 aisles 62
-1010010011111 feast 62
-1010010011111 pedal 62
-1010010011111 playoffs 65
-1010010011111 trunk 66
-1010010011111 burner 67
-1010010011111 carrot 68
-1010010011111 choir 69
-1010010011111 breeze 69
-1010010011111 trough 70
-1010010011111 sidewalk 70
-1010010011111 waterway 73
-1010010011111 fuselage 74
-1010010011111 barn 76
-1010010011111 cafe 79
-1010010011111 stump 79
-1010010011111 bucket 81
-1010010011111 cart 81
-1010010011111 cemetery 82
-1010010011111 pond 83
-1010010011111 dock 84
-1010010011111 bush 84
-1010010011111 ropes 84
-1010010011111 lane 85
-1010010011111 whistle 90
-1010010011111 troupe 92
-1010010011111 temple 93
-1010010011111 bowl 93
-1010010011111 microphone 97
-1010010011111 couch 98
-1010010011111 basics 99
-1010010011111 podium 109
-1010010011111 bandwagon 110
-1010010011111 booth 110
-1010010011111 ballpark 112
-1010010011111 clot 113
-1010010011111 gym 115
-1010010011111 genre 116
-1010010011111 tract 120
-1010010011111 wagon 122
-1010010011111 circus 123
-1010010011111 towel 125
-1010010011111 bubble 132
-1010010011111 hill 136
-1010010011111 halls 137
-1010010011111 queen 139
-1010010011111 norm 146
-1010010011111 bullet 147
-1010010011111 canal 167
-1010010011111 universe 168
-1010010011111 lake 173
-1010010011111 hills 174
-1010010011111 deck 176
-1010010011111 tab 177
-1010010011111 tunnel 178
-1010010011111 herd 180
-1010010011111 moon 184
-1010010011111 fray 185
-1010010011111 fence 186
-1010010011111 gate 191
-1010010011111 runway 192
-1010010011111 gallery 200
-1010010011111 wheel 201
-1010010011111 disorder 204
-1010010011111 pot 205
-1010010011111 brakes 219
-1010010011111 tube 241
-1010010011111 spotlight 243
-1010010011111 yard 256
-1010010011111 vacuum 265
-1010010011111 festival 301
-1010010011111 map 305
-1010010011111 roof 319
-1010010011111 beach 321
-1010010011111 tower 342
-1010010011111 leak 359
-1010010011111 clock 367
-1010010011111 ballot 385
-1010010011111 pack 395
-1010010011111 hall 396
-1010010011111 chamber 408
-1010010011111 gene 421
-1010010011111 hole 451
-1010010011111 bag 458
-1010010011111 earth 460
-1010010011111 doctrine 523
-1010010011111 ring 572
-1010010011111 corner 682
-1010010011111 surface 712
-1010010011111 window 733
-1010010011111 ball 735
-1010010011111 box 802
-1010010011111 foundation 818
-1010010011111 streets 893
-1010010011111 wall 913
-1010010011111 category 943
-1010010011111 crowd 960
-1010010011111 screen 978
-1010010011111 scene 1084
-1010010011111 street 1172
-1010010011111 door 1420
-1010010011111 road 1453
-1010010011111 table 1596
-1010010011111 site 1635
-1010010011111 disease 1949
-1010010011111 stage 2140
-1010010011111 game 3060
-1010010011111 field 3163
-1010010011111 process 6075
-1010010011111 project 5621
-1010010100 prices-factors 1
-1010010100 processsor 1
-1010010100 precut 1
-1010010100 Foscolos 1
-1010010100 Takara-Gumin 1
-1010010100 projectionists 1
-1010010100 teraphthalate 1
-1010010100 oxychloride 1
-1010010100 gangrene 1
-1010010100 Wilsey 1
-1010010100 microscopist 1
-1010010100 resaler 1
-1010010100 Newburg 1
-1010010100 processers 1
-1010010100 perlite 1
-1010010100 circumstances. 1
-1010010100 veneers 1
-1010010100 hydroprene 1
-1010010100 import-limits 1
-1010010100 nostalgia-fest 1
-1010010100 butadiene-emulsions 1
-1010010100 Ummar 1
-1010010100 terephlate 1
-1010010100 structures. 1
-1010010100 striper 1
-1010010100 duckie 1
-1010010100 Shohola 1
-1010010100 SALK 1
-1010010100 double-skirted 1
-1010010100 waster 1
-1010010100 easy-open 1
-1010010100 1-aminocyclopropane-1 1
-1010010100 airfoils 1
-1010010100 COLOGNE 1
-1010010100 manufacturers. 1
-1010010100 exploraton 1
-1010010100 recitation-harangue 1
-1010010100 Autostrade 1
-1010010100 unmasculine 1
-1010010100 non-affiliate 1
-1010010100 ducky 1
-1010010100 refinishers 1
-1010010100 terephthalate 1
-1010010100 H-piles 2
-1010010100 924.18 2
-1010010100 selector 2
-1010010100 conern 2
-1010010100 Haiphong 2
-1010010100 powerboats 3
-1010010100 Kantonalbank 3
-1010010100 relaxant 4
-1010010100 controversialist 4
-1010010100 fetishism 6
-1010010100 concern 22804
-1010010100 conglomerate 551
-10100101010 SERA 1
-10100101010 LE-ISRAEL 1
-10100101010 Meccanotechnia 1
-10100101010 Cimento 1
-10100101010 BM 1
-10100101010 Corp.-sponsored 1
-10100101010 Seldin 1
-10100101010 FMH 1
-10100101010 504,500 1
-10100101010 Mourdes 1
-10100101010 CACHET 1
-10100101010 2WB 1
-10100101010 MODIFIED 1
-10100101010 monarchy. 1
-10100101010 Custos 1
-10100101010 Maria-Paula 1
-10100101010 34,513 1
-10100101010 Piren 1
-10100101010 Kathelyn 1
-10100101010 LTDA 1
-10100101010 Suspects 1
-10100101010 Vetraria 1
-10100101010 subdiary 1
-10100101010 SKANDIA 1
-10100101010 20,993 1
-10100101010 Sally. 1
-10100101010 Bierce 1
-10100101010 ogan 1
-10100101010 McClintock 1
-10100101010 Cmdr 1
-10100101010 institutions-all 1
-10100101010 266,327 1
-10100101010 EUROC 1
-10100101010 Bonnierforetagen 1
-10100101010 Ashisuto 1
-10100101010 -14.7 1
-10100101010 MD82s 1
-10100101010 Bering-Jensen 1
-10100101010 Trekanten 1
-10100101010 442,789 1
-10100101010 22,093 1
-10100101010 447,195 1
-10100101010 727-100s 1
-10100101010 peace-keepers 1
-10100101010 Effjohn 1
-10100101010 11820.0 1
-10100101010 2,006,026 1
-10100101010 reserarch 1
-10100101010 Magazines-Asia 1
-10100101010 Vapenfabrikk 2
-10100101010 Mey 2
-10100101010 modulator 2
-10100101010 tabernacle 2
-10100101010 Thach 2
-10100101010 Beperk 2
-10100101010 INDUSTRIVAERDEN 2
-10100101010 memoirist 2
-10100101010 looker 2
-10100101010 Utama 2
-10100101010 Mota 3
-10100101010 Coil 3
-10100101010 toy-maker 3
-10100101010 SLQ-32 3
-10100101010 satchel 3
-10100101010 Argentus 3
-10100101010 TSF/Wellhead 3
-10100101010 Troutman 3
-10100101010 subsidary 4
-10100101010 Peller 4
-10100101010 Providentia 4
-10100101010 ELECTROLUX 5
-10100101010 Goerdeler 5
-10100101010 Pollitt 5
-10100101010 Hungerfords 6
-10100101010 unit. 7
-10100101010 messiah 7
-10100101010 VOLVO 16
-10100101010 op 24
-10100101010 PHILIPS 26
-10100101010 unit 31129
-10100101010 subsidiary 5532
-101001010110 mold-casting 1
-101001010110 sty 1
-101001010110 ad-campaign 1
-101001010110 industry-Knight-Ridder 1
-101001010110 qualifiedly 1
-101001010110 clause. 1
-101001010110 Tikkun 1
-101001010110 Hurriyet 1
-101001010110 Somos 1
-101001010110 An-Nahar 1
-101001010110 Okaz 1
-101001010110 product-purchasing 1
-101001010110 open. 1
-101001010110 inserters 1
-101001010110 industry-extended-stay 1
-101001010110 deodorizer 1
-101001010110 maganate 1
-101001010110 bull-session 1
-101001010110 outserts 1
-101001010110 centerfolds 1
-101001010110 agentry 1
-101001010110 Heimat 1
-101001010110 resticted 1
-101001010110 Wache 1
-101001010110 housemother 1
-101001010110 Shutterbug 1
-101001010110 Regardies 1
-101001010110 dispositon 1
-101001010110 Maeil 1
-101001010110 DELETE 1
-101001010110 Regulation. 1
-101001010110 Spectathlete 1
-101001010110 kit. 1
-101001010110 converage 1
-101001010110 box. 1
-101001010110 sailboards 1
-101001010110 al-Fajr 1
-101001010110 input-prices 1
-101001010110 megachain 1
-101001010110 right-of-access 1
-101001010110 Nationalgalerie 2
-101001010110 Izvestiya 2
-101001010110 technicans 2
-101001010110 shuckers 2
-101001010110 Liberator 2
-101001010110 lootings 2
-101001010110 Commonweal 2
-101001010110 87-15 2
-101001010110 sward 2
-101001010110 inhalant 2
-101001010110 services/broadcast 2
-101001010110 boardwalks 3
-101001010110 fakery 3
-101001010110 KZKC-TV 3
-101001010110 brogue 3
-101001010110 indexer 3
-101001010110 pornographers 3
-101001010110 owner-manager 3
-101001010110 marksmen 4
-101001010110 verite 4
-101001010110 Dagens 4
-101001010110 keypad 4
-101001010110 Milliyet 4
-101001010110 squeegee 6
-101001010110 commissary 8
-101001010110 leitmotif 8
-101001010110 integrator 9
-101001010110 divison 9
-101001010110 Excelsior 10
-101001010110 deliverers 10
-101001010110 magnates 11
-101001010110 assembler 14
-101001010110 emporium 14
-101001010110 installer 15
-101001010110 photofinisher 28
-101001010110 lord 30
-101001010110 LTD 31
-101001010110 discounter 36
-101001010110 mogul 49
-101001010110 coils 52
-101001010110 buff 56
-101001010110 enthusiast 61
-101001010110 merchandiser 63
-101001010110 baron 69
-101001010110 czar 124
-101001010110 bottler 173
-101001010110 magnate 173
-101001010110 corps 185
-101001010110 importer 241
-101001010110 builder 416
-101001010110 empire 722
-101001010110 segment 1060
-101001010110 affiliate 1331
-101001010110 arm 1476
-101001010110 operator 2164
-101001010110 retailer 2643
-101001010110 chain 3896
-101001010110 division 7501
-101001010110 operation 4559
-101001010110 network 4754
-101001010111 finials 1
-101001010111 Booneco 1
-101001010111 weed-trimmer 1
-101001010111 Diamond-Bathhurst 1
-101001010111 edibility 1
-101001010111 Masci 1
-101001010111 re-telling 1
-101001010111 measurement-control 1
-101001010111 Filterite 1
-101001010111 Gehring 1
-101001010111 witch-name 1
-101001010111 XT. 1
-101001010111 enrichments 1
-101001010111 270,836 1
-101001010111 Hannen 1
-101001010111 S.S.T. 1
-101001010111 mich 1
-101001010111 Compugrahic 1
-101001010111 Guafitas 1
-101001010111 Liggons 1
-101001010111 343,500 1
-101001010111 Augurio 1
-101001010111 apothecary 1
-101001010111 Buitenen 1
-101001010111 Efrayim 1
-101001010111 Happart 1
-101001010111 Skillers 1
-101001010111 Solovei 1
-101001010111 photographic-product 1
-101001010111 goup 1
-101001010111 659,860 1
-101001010111 756,700 1
-101001010111 Astier 1
-101001010111 Pogorelich 1
-101001010111 metals-projects 1
-101001010111 babbino 1
-101001010111 aftermarkets 1
-101001010111 Beniquez 1
-101001010111 Gavalondo 1
-101001010111 satyr 1
-101001010111 teetotalism 2
-101001010111 Garces 2
-101001010111 cowling 2
-101001010111 retreader 2
-101001010111 7300 2
-101001010111 proselytizer 2
-101001010111 steins 2
-101001010111 27-20 2
-101001010111 scaffolds 2
-101001010111 glass-maker 2
-101001010111 Gitomer 2
-101001010111 undersecretaries 2
-101001010111 least-known 2
-101001010111 bootmaker 2
-101001010111 outfitters 2
-101001010111 Pinebrook 2
-101001010111 formulators 2
-101001010111 Montville 2
-101001010111 sidecar 2
-101001010111 Boott 2
-101001010111 MSD 2
-101001010111 Wolferen 2
-101001010111 excessiveness 2
-101001010111 Latane 2
-101001010111 towage 2
-101001010111 Eyck 2
-101001010111 armamentarium 2
-101001010111 truck-maker 3
-101001010111 Barnham 3
-101001010111 crassness 3
-101001010111 Dijk 3
-101001010111 luminary 3
-101001010111 puree 4
-101001010111 hawker 5
-101001010111 integrators 5
-101001010111 Duinen 5
-101001010111 dignitary 6
-101001010111 cataloger 6
-101001010111 Arsdale 7
-101001010111 leaser 7
-101001010111 recycler 9
-101001010111 servicer 11
-101001010111 shoemaker 15
-101001010111 glassmaker 22
-101001010111 packager 22
-101001010111 confectioner 26
-101001010111 renter 26
-101001010111 fabricator 30
-101001010111 purveyor 37
-101001010111 lessor 41
-101001010111 distiller 99
-101001010111 Gogh 139
-101001010111 franchiser 199
-101001010111 wholesaler 234
-101001010111 provider 419
-101001010111 marketer 485
-101001010111 supplier 1219
-101001010111 distributor 1224
-101001010111 maker 13080
-101001010111 manufacturer 1435
-10100101100 supervior 1
-10100101100 andchairman 1
-10100101100 fuehrer 1
-10100101100 nuttiness 1
-10100101100 deptartment 1
-10100101100 composer/conductor 1
-10100101100 10,065 1
-10100101100 director-president 1
-10100101100 general. 1
-10100101100 director-operations 1
-10100101100 director/president 1
-10100101100 pricewise 2
-10100101100 director-designate 2
-10100101100 brawler 2
-10100101100 Podufaly 2
-10100101100 inhalations 2
-10100101100 viceroy 2
-10100101100 ex-University 2
-10100101100 director-investments 2
-10100101100 tincture 2
-10100101100 Arcangelo 2
-10100101100 contortion 2
-10100101100 friezes 2
-10100101100 archway 2
-10100101100 habitue 2
-10100101100 Tajik 2
-10100101100 Balkanization 2
-10100101100 fastness 3
-10100101100 compiler 3
-10100101100 fourth-grader 3
-10100101100 parter 3
-10100101100 treament 3
-10100101100 impulsion 3
-10100101100 m.b.H. 3
-10100101100 co-chairwoman 3
-10100101100 Latour 4
-10100101100 perquisite 5
-10100101100 sixth-grader 5
-10100101100 co-developer 6
-10100101100 drafter 9
-10100101100 quarter-ounce 9
-10100101100 rector 9
-10100101100 cofounder 11
-10100101100 co-president 12
-10100101100 conservator 18
-10100101100 vice-president 24
-10100101100 part-owner 26
-10100101100 curator 85
-10100101100 co-owner 110
-10100101100 recruiter 112
-10100101100 co-founder 155
-10100101100 dean 356
-10100101100 editor 2586
-10100101100 director 15492
-10100101100 professor 2621
-101001011010 WITHDRAWALS 1
-101001011010 meteriorlogist 1
-101001011010 Rulons 1
-101001011010 terminologist 1
-101001011010 three-alarmer 1
-101001011010 thunks 1
-101001011010 staterooms 1
-101001011010 par-saver 1
-101001011010 scoutmasters 1
-101001011010 restaurant-goers 1
-101001011010 quiverer 1
-101001011010 superviser 1
-101001011010 Nytt 1
-101001011010 peeker 1
-101001011010 P205 1
-101001011010 13.22-gain 1
-101001011010 nurse-practitioner 1
-101001011010 GMer 1
-101001011010 psychopharmacologist 1
-101001011010 Hall-of-Famers 1
-101001011010 reservationist 1
-101001011010 medal-winner 1
-101001011010 chemist-turned-physicist 1
-101001011010 loincloth-clad 1
-101001011010 countermessage 1
-101001011010 mangager 1
-101001011010 non-discounted 1
-101001011010 bottler-distributorships 1
-101001011010 labled 1
-101001011010 seine 1
-101001011010 carouser 1
-101001011010 box-boy 1
-101001011010 townswoman 1
-101001011010 puposes 1
-101001011010 churchgoer 1
-101001011010 Supply/Demand 1
-101001011010 televiewers 1
-101001011010 bookstall 1
-101001011010 domiciles 1
-101001011010 counsel-regions 1
-101001011010 wing-ding 1
-101001011010 road-grader 1
-101001011010 sinologist 1
-101001011010 garnets 1
-101001011010 monoliths 1
-101001011010 chipper-looking 1
-101001011010 quarter-final 1
-101001011010 ex-girlfriend 1
-101001011010 rager 1
-101001011010 futurist/director 1
-101001011010 compounder 1
-101001011010 magazine-ad 1
-101001011010 purpose-machines 1
-101001011010 skiier 1
-101001011010 afficionado 1
-101001011010 neuroscientist 1
-101001011010 327-megabyte 1
-101001011010 courtswatcher 1
-101001011010 contributions. 1
-101001011010 conglomerate-watcher 1
-101001011010 J-30 1
-101001011010 committee-President 1
-101001011010 miscommunications 1
-101001011010 practicioner 1
-101001011010 package-tracing 1
-101001011010 pedometer 1
-101001011010 cormholes 1
-101001011010 fact-checker 1
-101001011010 johnboat 1
-101001011010 sidetable 1
-101001011010 1476 1
-101001011010 carpet-seller 1
-101001011010 fill-up 1
-101001011010 spartanism 1
-101001011010 journey. 1
-101001011010 SPCAs 1
-101001011010 behavioralist 1
-101001011010 handwashing 1
-101001011010 misanthropy 1
-101001011010 brownshirts 1
-101001011010 two-pence 1
-101001011010 asserts. 1
-101001011010 reoperation 1
-101001011010 neurochemist 2
-101001011010 carousing 2
-101001011010 mainlander 2
-101001011010 procurator 2
-101001011010 rock-thrower 2
-101001011010 anti-Americans 2
-101001011010 echidna 2
-101001011010 Cough 2
-101001011010 mini-cinemogul 2
-101001011010 naysayer 2
-101001011010 Nixonite 2
-101001011010 polltaker 2
-101001011010 serious-looking 2
-101001011010 battler 2
-101001011010 businesmen 2
-101001011010 determinist 2
-101001011010 outdoorsman 2
-101001011010 dykes 2
-101001011010 senator-elect 2
-101001011010 re-rating 2
-101001011010 container-leasing 3
-101001011010 TWICE 3
-101001011010 cul-de-sac 3
-101001011010 creche 3
-101001011010 jujitsu 3
-101001011010 clerk-typist 3
-101001011010 humdinger 3
-101001011010 rustler 3
-101001011010 rheumatologist 3
-101001011010 hematologist 3
-101001011010 receptacle 4
-101001011010 backbencher 4
-101001011010 Horatius 4
-101001011010 caboose 4
-101001011010 part-timer 4
-101001011010 Misty 4
-101001011010 nonperson 4
-101001011010 fugue 4
-101001011010 nesters 5
-101001011010 acclamation 5
-101001011010 Svengali 5
-101001011010 chaser 5
-101001011010 sneezes 5
-101001011010 sideman 5
-101001011010 share. 5
-101001011010 proofreader 5
-101001011010 Kremlinologist 5
-101001011010 dietician 5
-101001011010 paleontologist 6
-101001011010 temptress 6
-101001011010 knighthood 6
-101001011010 cornerback 6
-101001011010 tether 6
-101001011010 bonnet 6
-101001011010 teetotaler 6
-101001011010 muckraker 6
-101001011010 outfitter 7
-101001011010 guidepost 7
-101001011010 trend-setter 7
-101001011010 prospector 7
-101001011010 high-flier 7
-101001011010 trailblazer 7
-101001011010 vagabond 7
-101001011010 physiologist 8
-101001011010 hardliner 8
-101001011010 halfback 8
-101001011010 seer 8
-101001011010 sportscaster 9
-101001011010 pharmacologist 9
-101001011010 criminologist 9
-101001011010 psychoanalyst 9
-101001011010 professorship 9
-101001011010 yachtsman 10
-101001011010 stylist 10
-101001011010 trouble-shooter 11
-101001011010 satirist 11
-101001011010 pundit 11
-101001011010 archivist 11
-101001011010 misfit 11
-101001011010 storeroom 11
-101001011010 caseworker 12
-101001011010 handyman 12
-101001011010 microbiologist 13
-101001011010 neurologist 14
-101001011010 troubleshooter 14
-101001011010 toxicologist 14
-101001011010 grad 14
-101001011010 fundraiser 15
-101001011010 walker 15
-101001011010 nutritionist 16
-101001011010 botanist 16
-101001011010 climber 17
-101001011010 nerd 18
-101001011010 Albanians 18
-101001011010 tinge 19
-101001011010 minefield 19
-101001011010 radiologist 20
-101001011010 geneticist 20
-101001011010 sportswriter 20
-101001011010 handler 20
-101001011010 democrat 20
-101001011010 tutor 21
-101001011010 demographer 23
-101001011010 cellist 23
-101001011010 sit-in 26
-101001011010 Commander 27
-101001011010 dermatologist 27
-101001011010 biochemist 31
-101001011010 litigator 34
-101001011010 co-defendant 34
-101001011010 parlance 34
-101001011010 speechwriter 37
-101001011010 sophomore 39
-101001011010 wizard 42
-101001011010 theorist 43
-101001011010 librarian 45
-101001011010 trainee 48
-101001011010 fixture 49
-101001011010 classmate 62
-101001011010 lecturer 65
-101001011010 practitioner 67
-101001011010 whiz 69
-101001011010 meteorologist 70
-101001011010 programmer 70
-101001011010 foreman 76
-101001011010 biologist 81
-101001011010 tycoon 86
-101001011010 chemist 87
-101001011010 forecaster 93
-101001011010 guru 97
-101001011010 subcontractor 102
-101001011010 powerhouse 114
-101001011010 sociologist 119
-101001011010 physicist 144
-101001011010 commentator 150
-101001011010 technician 162
-101001011010 promoter 183
-101001011010 counselor 190
-101001011010 psychologist 221
-101001011010 scholar 236
-101001011010 counsels 253
-101001011010 correspondent 253
-101001011010 historian 294
-101001011010 supervisor 311
-101001011010 columnist 351
-101001011010 lobbyist 386
-101001011010 researcher 539
-101001011010 scientist 676
-101001011010 newsletter 1243
-101001011010 specialist 1388
-101001011010 counsel 3188
-101001011010 partner 4680
-101001011010 consultant 3190
-101001011011 pueblo-style 1
-101001011011 fiords 1
-101001011011 sailingthere 1
-101001011011 bibliographer 1
-101001011011 repraisals 1
-101001011011 Ioffe 1
-101001011011 transcendentalist 1
-101001011011 Tetha 1
-101001011011 fleshpressing 1
-101001011011 Radmin 1
-101001011011 Polityka 1
-101001011011 Meditations 1
-101001011011 cartelists 1
-101001011011 demi-centenarians 1
-101001011011 groovers 1
-101001011011 perfomances 1
-101001011011 wie 1
-101001011011 philosopohy 1
-101001011011 Varya 1
-101001011011 Lubovich 1
-101001011011 plantsman 1
-101001011011 trafficways 1
-101001011011 yelps 1
-101001011011 wagon-1,354 1
-101001011011 Watson-Guptill 1
-101001011011 chairman/consultant 1
-101001011011 INPS 1
-101001011011 secretarys 1
-101001011011 6-feet-8 1
-101001011011 tatcntbeuedfr 1
-101001011011 vamps 2
-101001011011 headman 2
-101001011011 keynoter 2
-101001011011 appearances. 2
-101001011011 tanneries 2
-101001011011 Montanan 2
-101001011011 roadmap 2
-101001011011 mustiness 2
-101001011011 scorekeeper 2
-101001011011 Nebraskan 2
-101001011011 toadstools 2
-101001011011 pallor 2
-101001011011 secretary-designate 3
-101001011011 confederations 3
-101001011011 kitties 3
-101001011011 destructiveness 3
-101001011011 co-sponsorship 3
-101001011011 Baathists 3
-101001011011 basso 3
-101001011011 bagmen 3
-101001011011 basher 4
-101001011011 Laurette 4
-101001011011 lackeys 5
-101001011011 launderer 7
-101001011011 manger 7
-101001011011 officiating 7
-101001011011 dweller 8
-101001011011 launderers 12
-101001011011 raiser 18
-101001011011 co-manager 57
-101001011011 organizer 136
-101001011011 superintendent 158
-101001011011 coordinator 215
-101001011011 undersecretary 246
-101001011011 controller 517
-101001011011 administrator 626
-101001011011 commissioner 927
-101001011011 underwriter 1169
-101001011011 manager 7937
-101001011011 secretary 3491
-101001011100 Porteno 1
-101001011100 suplementation 1
-101001011100 WRESTLE 1
-101001011100 piccata 1
-101001011100 ex-liberal 1
-101001011100 developer-turned-banker 1
-101001011100 DISSATISFACTION 1
-101001011100 market-watcher 1
-101001011100 hibernants 1
-101001011100 BALKED 1
-101001011100 vender 1
-101001011100 WRESTLES 1
-101001011100 87-10 1
-101001011100 groundlings 1
-101001011100 unmuddled 1
-101001011100 semi-works 1
-101001011100 ex-pal 1
-101001011100 tune-ups 1
-101001011100 octupus 1
-101001011100 owner-employee 1
-101001011100 breadboxes 1
-101001011100 exit-bond 1
-101001011100 OPENS 1
-101001011100 shut-offs 1
-101001011100 legged 1
-101001011100 INTERFERES 1
-101001011100 athletic-trainer-turned-scholar 1
-101001011100 age-mate 1
-101001011100 evolutionist 1
-101001011100 88-16 1
-101001011100 archswindler 1
-101001011100 Taymor 1
-101001011100 extermist 1
-101001011100 oulet 1
-101001011100 88-60 1
-101001011100 SALESMEN 1
-101001011100 11th-grader 1
-101001011100 time-expert 1
-101001011100 PROSPER 1
-101001011100 architect/planner 1
-101001011100 entreprenuer 1
-101001011100 BANS 1
-101001011100 ex-Democrat 1
-101001011100 anlayst 2
-101001011100 immuno-modulator 2
-101001011100 87-12 2
-101001011100 Oscar-winner 2
-101001011100 ex-engineer 2
-101001011100 aviculturist 2
-101001011100 archeologist 2
-101001011100 MLP. 2
-101001011100 EXPERIMENT 2
-101001011100 ............................... 3
-101001011100 out-of-towner 3
-101001011100 agenda-setter 3
-101001011100 ex-general 3
-101001011100 COPE 4
-101001011100 oceanographer 4
-101001011100 upholsterer 4
-101001011100 Egyptologist 6
-101001011100 analyst 12140
-101001011100 MET 15
-101001011101 remounting 1
-101001011101 Bitenieks 1
-101001011101 proceduces 1
-101001011101 Lubricating 1
-101001011101 DOLAN 1
-101001011101 combat-training 1
-101001011101 gold-medalist 1
-101001011101 cofinancings 1
-101001011101 Confections 1
-101001011101 artist-in-residence 1
-101001011101 Izaak 1
-101001011101 numismatist 1
-101001011101 Kinmukhamed 1
-101001011101 Metros 1
-101001011101 owner-chefs 1
-101001011101 Playmakers 1
-101001011101 inhospitality 1
-101001011101 Yasar 1
-101001011101 lech 1
-101001011101 Shmeruk 1
-101001011101 deskman 1
-101001011101 airbase 1
-101001011101 rabbinates 1
-101001011101 point-man 1
-101001011101 pipewelder 1
-101001011101 ex-generals 1
-101001011101 2/5 1
-101001011101 recordholder 1
-101001011101 reprices 1
-101001011101 asssumption 1
-101001011101 cliveia 1
-101001011101 Federspiel 1
-101001011101 An-Hyp 1
-101001011101 industrial-drive 1
-101001011101 I.O.S. 1
-101001011101 Cosmology 1
-101001011101 Tetterode 1
-101001011101 Papermills 1
-101001011101 Versicherings 1
-101001011101 sculptor-engraver 1
-101001011101 Dei 1
-101001011101 1392 2
-101001011101 Ass 2
-101001011101 rusher 2
-101001011101 confabs 2
-101001011101 student-athlete 2
-101001011101 R2-D2 2
-101001011101 chinoiserie 2
-101001011101 appropriator 2
-101001011101 Iacocca. 2
-101001011101 ornithologist 2
-101001011101 flyfishing 2
-101001011101 80-16 2
-101001011101 undergrads 2
-101001011101 impingement 2
-101001011101 enologist 2
-101001011101 xenografts 2
-101001011101 Ex-Aide 2
-101001011101 arthritics 2
-101001011101 entrepot 2
-101001011101 honcho 3
-101001011101 vote-counter 3
-101001011101 caddying 3
-101001011101 gerontologist 4
-101001011101 8-4 4
-101001011101 Hassanal 4
-101001011101 tormentor 5
-101001011101 bioethicist 5
-101001011101 fence-sitters 5
-101001011101 barker 5
-101001011101 endocrinologist 6
-101001011101 alibi 6
-101001011101 KMET 7
-101001011101 technologist 8
-101001011101 apologist 9
-101001011101 immunologist 9
-101001011101 entomologist 9
-101001011101 iconoclast 10
-101001011101 climatologist 11
-101001011101 ecologist 11
-101001011101 Sovietologist 11
-101001011101 ethicist 13
-101001011101 agronomist 13
-101001011101 astrophysicist 15
-101001011101 intern 26
-101001011101 astronomer 27
-101001011101 epidemiologist 32
-101001011101 actuary 33
-101001011101 Aeronauticas 34
-101001011101 statistician 36
-101001011101 watcher 39
-101001011101 quotations 320
-101001011101 negotiator 366
-101001011101 strategist 883
-101001011101 engineer 894
-101001011101 economist 4414
-101001011101 expert 1028
-101001011110 then-solicitor 1
-101001011110 Caddies 1
-101001011110 underwiters 1
-101001011110 Stateside 1
-101001011110 exMarine 1
-101001011110 Cooperating 1
-101001011110 president/assistant 1
-101001011110 Grissett 1
-101001011110 importer/distributor 1
-101001011110 WAGS 1
-101001011110 Pillager 1
-101001011110 rail-operations 1
-101001011110 Brunei-based 1
-101001011110 less-senior 1
-101001011110 power-seeking 1
-101001011110 cavalry-complete 1
-101001011110 porkmeister 1
-101001011110 Appetite 1
-101001011110 god-child 1
-101001011110 hidey-hole 1
-101001011110 molts 1
-101001011110 clents 1
-101001011110 old-people 1
-101001011110 older-person 1
-101001011110 FILERS 1
-101001011110 atorney 1
-101001011110 broker-elected 1
-101001011110 SCALPERS 1
-101001011110 DEBUT 1
-101001011110 embasssy 1
-101001011110 YORK-Moody 1
-101001011110 vice-consul 1
-101001011110 fogie 1
-101001011110 shot-putter 1
-101001011110 debt-portfolio 1
-101001011110 earphone 1
-101001011110 ward-heeler 1
-101001011110 commandoes 1
-101001011110 greatgrandmother 1
-101001011110 stattorney 1
-101001011110 knifesman 1
-101001011110 eighteen-wheeler 1
-101001011110 Stapler 2
-101001011110 ex-schoolteacher 2
-101001011110 ex-congressman 2
-101001011110 MULTINATIONALS 2
-101001011110 spoilsport 2
-101001011110 acorn 2
-101001011110 airlifts 2
-101001011110 embalmer 2
-101001011110 eighth-grader 2
-101001011110 crematories 2
-101001011110 acronymn 2
-101001011110 Easterner 2
-101001011110 epigraph 2
-101001011110 retaliates 2
-101001011110 inverter 2
-101001011110 opposition-led 2
-101001011110 wipe-out 2
-101001011110 inflator 2
-101001011110 ZAPS 2
-101001011110 gamekeeper 3
-101001011110 chamberlain 3
-101001011110 obstetrician-gynecologist 3
-101001011110 optometrist 3
-101001011110 acolyte 3
-101001011110 ex-attorney 3
-101001011110 expediter 3
-101001011110 HOMEOWNERS 3
-101001011110 TEAM 4
-101001011110 clubbers 4
-101001011110 Luster 4
-101001011110 abbreviation 5
-101001011110 Darts 5
-101001011110 maximums 5
-101001011110 Elysees 6
-101001011110 executioner 6
-101001011110 Iowan 8
-101001011110 ombudsman 13
-101001011110 registrar 13
-101001011110 M.P. 14
-101001011110 alias 15
-101001011110 adjuster 18
-101001011110 assemblyman 18
-101001011110 consul 21
-101001011110 electrician 34
-101001011110 councilman 53
-101001011110 postmaster 59
-101001011110 informant 68
-101001011110 acronym 69
-101001011110 instructor 90
-101001011110 solicitor 114
-101001011110 examiner 115
-101001011110 arbitrator 148
-101001011110 surgeon 255
-101001011110 investigator 271
-101001011110 inspector 380
-101001011110 auditor 438
-101001011110 accountant 489
-101001011110 attorney 6083
-101001011110 agent 1474
-101001011111 Best-Draft 1
-101001011111 Baltic-Helsinki 1
-101001011111 8,755 1
-101001011111 Amoco-operated 1
-101001011111 Amerada-operated 1
-101001011111 20-to-30-year-old 1
-101001011111 copyright-law 1
-101001011111 Iranian-led 1
-101001011111 chicos 1
-101001011111 Wesray-led 1
-101001011111 Giant-led 1
-101001011111 EMI-Palmieri 1
-101001011111 Chambers-Archimedes 1
-101001011111 rural-advocacy 1
-101001011111 Japanese-Hungarian 1
-101001011111 noble-spirited 1
-101001011111 agent-investor 1
-101001011111 bond-portfolio-analysis 1
-101001011111 NETWORKING 1
-101001011111 UBS-Hill 1
-101001011111 Sweetgrass 1
-101001011111 brand-management 1
-101001011111 aster 1
-101001011111 constructed-products 1
-101001011111 not-so-great 1
-101001011111 Self-Realization 1
-101001011111 Reliance-led 1
-101001011111 songstress 1
-101001011111 tax-dodge 1
-101001011111 Hamilton-McFadden-Szabo 1
-101001011111 minor-key 1
-101001011111 shipping-and-services 1
-101001011111 booze-hounds 1
-101001011111 electronics-systems 1
-101001011111 voter-action 1
-101001011111 890,600 1
-101001011111 non-melancholic 1
-101001011111 Tsaritsa 1
-101001011111 over-45 1
-101001011111 Major-Leaguer 1
-101001011111 machinery-diversified 1
-101001011111 patientadvocacy 1
-101001011111 Ivy-Stanford-M.I.T. 1
-101001011111 topers 1
-101001011111 by-then-abdicated 1
-101001011111 pro-Chirac 1
-101001011111 food-ingredients 1
-101001011111 16/29a-9 1
-101001011111 air-inflatable 1
-101001011111 environmental-advocacy 1
-101001011111 Habomais 1
-101001011111 nine-store 1
-101001011111 issues-research 1
-101001011111 non-screened 1
-101001011111 fleet-voiced 1
-101001011111 UNION-MANAGEMENT 1
-101001011111 she-sleuth 1
-101001011111 often-abrasive 1
-101001011111 non-affinity 1
-101001011111 superconductivity-research 1
-101001011111 recession-battered 1
-101001011111 Ford-backed 1
-101001011111 Johnson-Shearson-Salomon 1
-101001011111 ever-charming 1
-101001011111 Iroquis 1
-101001011111 Johnson-Shearson 1
-101001011111 operations-management 1
-101001011111 Fialho-Conservas 1
-101001011111 Forstmann-led 1
-101001011111 political-organizing 1
-101001011111 anti-conscription 1
-101001011111 Philharmonic. 1
-101001011111 plastic-surgeon 1
-101001011111 Brunei-registered 1
-101001011111 AT&T-Philips-led 1
-101001011111 85-and-over 1
-101001011111 now-established 1
-101001011111 test-pilot 1
-101001011111 longest-listed 1
-101001011111 anti-imperalist 1
-101001011111 home-builders 1
-101001011111 paddlewheeler 1
-101001011111 80-bank 1
-101001011111 RUMASA 1
-101001011111 AIDS-information 1
-101001011111 battery-processing 1
-101001011111 urban-terrorist 1
-101001011111 Mobil-operated 1
-101001011111 Heinz-Pickle-Pepper 1
-101001011111 Shamrock-led 1
-101001011111 core-holder 1
-101001011111 Commissione 1
-101001011111 widest-spread 1
-101001011111 10-piece 1
-101001011111 definition-drafting 1
-101001011111 jeans-maker 1
-101001011111 all-but-deified 1
-101001011111 Adorable 1
-101001011111 non-hysterial 1
-101001011111 airheaded 1
-101001011111 Revillon/Cora/Editions/Mondiales 1
-101001011111 market-coverage 1
-101001011111 '70s-issue 1
-101001011111 keyboardist 1
-101001011111 loan-shark 1
-101001011111 Zuccherifici 1
-101001011111 aid-donor 1
-101001011111 some-of-the-time 1
-101001011111 Timesman 1
-101001011111 social-reform 1
-101001011111 tuxed-up 1
-101001011111 philologist 1
-101001011111 bull-like 1
-101001011111 sculptor/fiance 1
-101001011111 sentient 1
-101001011111 unslaked 1
-101001011111 once-bullish 1
-101001011111 Narraganset/Taft 1
-101001011111 mechanical-components 1
-101001011111 much-younger 1
-101001011111 oliveball 1
-101001011111 German-Brazilian 1
-101001011111 three-country 1
-101001011111 stock-pricing 1
-101001011111 railroad-labor 1
-101001011111 then-state-owned 1
-101001011111 unlustrous 1
-101001011111 ocean-crossing 1
-101001011111 Bharata 1
-101001011111 mortgage-bankers 1
-101001011111 legal-action 1
-101001011111 ever-reliable 1
-101001011111 Epic-label 1
-101001011111 Harrison/Prudential-Bache 1
-101001011111 noble-under-the-circumstances 1
-101001011111 focus/discussion 1
-101001011111 PORTRAIT 1
-101001011111 ultra-select 1
-101001011111 heptathlete 1
-101001011111 Chekist 1
-101001011111 18-company 1
-101001011111 much-hyped 1
-101001011111 transportation-industry 1
-101001011111 INVENTOR 1
-101001011111 slavery-tolerating 1
-101001011111 popularist 1
-101001011111 consumer-watchdog 1
-101001011111 brass-heavy 1
-101001011111 Casita 1
-101001011111 Mitsui-led 1
-101001011111 88-member 1
-101001011111 Steamrollers 1
-101001011111 under-three-years 1
-101001011111 arch-Hun 1
-101001011111 iridologist 1
-101001011111 Buffett-Tisch 1
-101001011111 electric-haired 1
-101001011111 death-squad-linked 1
-101001011111 Caribbean-Philippine 1
-101001011111 color-man 1
-101001011111 1939-41 1
-101001011111 Updikean 1
-101001011111 Electronic-Mechanical 1
-101001011111 Telecom-Mitel 1
-101001011111 Amplex 1
-101001011111 impressario 1
-101001011111 S.P.A 1
-101001011111 uncommissioned 1
-101001011111 sydicator 1
-101001011111 kind-hearted 1
-101001011111 124-outlet 1
-101001011111 ever-clever 1
-101001011111 Engle-led 1
-101001011111 cathouse 1
-101001011111 Rocio 1
-101001011111 manpower-services 1
-101001011111 Neuropsychologist 1
-101001011111 aspirational 1
-101001011111 barely-seen 1
-101001011111 330-screen 1
-101001011111 corn-farmers 1
-101001011111 she-woman 1
-101001011111 external-relations 1
-101001011111 privatization-consulting 1
-101001011111 consumerwatchdog 1
-101001011111 Cinchoneros 1
-101001011111 Mutual-Wesray 1
-101001011111 Pasadena-based 1
-101001011111 distance-race 1
-101001011111 super-cautious 1
-101001011111 club-pro-based 1
-101001011111 trade-sponsored 1
-101001011111 nerve-scraping 1
-101001011111 farm-engineering 1
-101001011111 year-older 1
-101001011111 D.C.based 1
-101001011111 agency-contracted 1
-101001011111 plantswoman 1
-101001011111 homefurnishings 1
-101001011111 Corimon 1
-101001011111 Evergo 1
-101001011111 Eller-Turley 1
-101001011111 Amoco-led 1
-101001011111 hall-of-famer 1
-101001011111 anti-hunger 1
-101001011111 ever-so-civil 1
-101001011111 Finno-Ugric 1
-101001011111 ultra-rightist 1
-101001011111 wholesale-grocers 1
-101001011111 lamp-manufacturing 1
-101001011111 business-press 1
-101001011111 industrysupported 1
-101001011111 LDP-supporting 1
-101001011111 defenseman 2
-101001011111 cineaste 2
-101001011111 concertmaster 2
-101001011111 ex-champ 2
-101001011111 Dreamers 2
-101001011111 Icahn-led 2
-101001011111 bookmaker 2
-101001011111 oligopolist 2
-101001011111 TVA. 2
-101001011111 singer/songwriter 2
-101001011111 producer/director 2
-101001011111 Yousef 2
-101001011111 Dreyfusard 2
-101001011111 octagenarian 2
-101001011111 elfish 2
-101001011111 anti-romantic 2
-101001011111 animal-protection 2
-101001011111 Simon-Martin 2
-101001011111 Bregman/Belzberg 2
-101001011111 courtside 2
-101001011111 biotechnologist 2
-101001011111 adjusted-gross-income 2
-101001011111 Electrolytic 2
-101001011111 smooth-haired 2
-101001011111 American-led 2
-101001011111 restauranteur 2
-101001011111 Robespierre 2
-101001011111 model-turned-actress 2
-101001011111 arms-controller 2
-101001011111 PERSON 2
-101001011111 Blackstone-Wasserstein 2
-101001011111 Hyon 2
-101001011111 upswept 2
-101001011111 ex-pug 2
-101001011111 Hecco-Craig 2
-101001011111 acccountants 2
-101001011111 incrementalist 2
-101001011111 Koc 2
-101001011111 Ericsson-led 2
-101001011111 Corsair-Concord 2
-101001011111 ex-fighter 2
-101001011111 WINES 2
-101001011111 country-singer 2
-101001011111 inside-trader 2
-101001011111 labor-monitoring 2
-101001011111 writer/producer 2
-101001011111 even-money 2
-101001011111 Agracetus 2
-101001011111 Soros-led 2
-101001011111 assemblywoman 2
-101001011111 Pee-wee 2
-101001011111 pain-in-the-neck 2
-101001011111 ethnic-studies 2
-101001011111 anti-Fed 2
-101001011111 Impressionism 3
-101001011111 bluesman 3
-101001011111 bicyclists 3
-101001011111 then-mayor 3
-101001011111 ironist 3
-101001011111 Salam 3
-101001011111 compatriot 3
-101001011111 noblewoman 3
-101001011111 private-investor 3
-101001011111 caucus-goers 3
-101001011111 CGE-led 3
-101001011111 money-manager 3
-101001011111 nuclear-services 3
-101001011111 trumpeters 3
-101001011111 multibillionaire 3
-101001011111 Bass-management 3
-101001011111 instrumentalist 3
-101001011111 Narragansett/Taft 3
-101001011111 Sarita 3
-101001011111 cricketer 3
-101001011111 Anglo-Argentine 3
-101001011111 madame 4
-101001011111 Campeche 4
-101001011111 right-hander 4
-101001011111 allergist 4
-101001011111 inquisitor 4
-101001011111 futurist 4
-101001011111 management-buyout 4
-101001011111 inner-circle 4
-101001011111 speed-skater 4
-101001011111 freelancer 4
-101001011111 image-maker 4
-101001011111 illusionist 4
-101001011111 actor-director 4
-101001011111 ironworker 4
-101001011111 punter 4
-101001011111 anchorwoman 4
-101001011111 writer-director 5
-101001011111 poll-taker 5
-101001011111 Saudi-American 5
-101001011111 anti-Semite 5
-101001011111 Peppermint 5
-101001011111 airhead 5
-101001011111 cattleman 5
-101001011111 buccaneer 5
-101001011111 auteur 5
-101001011111 ex-governor 5
-101001011111 oboist 5
-101001011111 film-maker 5
-101001011111 rupee 5
-101001011111 plutocrats 5
-101001011111 reliefer 5
-101001011111 running-mate 5
-101001011111 Ayn 6
-101001011111 agribusinessman 6
-101001011111 jazzman 6
-101001011111 Archduke 6
-101001011111 animator 6
-101001011111 anarchist 6
-101001011111 ex-convict 6
-101001011111 luger 6
-101001011111 Griffith-Joyner 6
-101001011111 all-Japanese 6
-101001011111 heldentenor 7
-101001011111 whiz-kid 7
-101001011111 RJR-Shearson-Salomon 7
-101001011111 Irishman 7
-101001011111 outfielders 7
-101001011111 trombonist 7
-101001011111 alchemist 7
-101001011111 Englishwoman 8
-101001011111 archaeologist 8
-101001011111 woodsmen 8
-101001011111 Wazir 8
-101001011111 cosmonaut 8
-101001011111 Beatle 9
-101001011111 individualist 9
-101001011111 realtor 9
-101001011111 embezzler 9
-101001011111 emigrant 9
-101001011111 preservationist 9
-101001011111 congresswoman 9
-101001011111 comedienne 9
-101001011111 infielder 9
-101001011111 ex-employee 9
-101001011111 EXPRESSED 10
-101001011111 academician 10
-101001011111 Edelman-led 10
-101001011111 electrocution 10
-101001011111 Chicagoan 11
-101001011111 GI 11
-101001011111 scriptwriter 11
-101001011111 Tara 11
-101001011111 filly 11
-101001011111 insider-trader 11
-101001011111 adman 12
-101001011111 innkeeper 12
-101001011111 ex-con 12
-101001011111 Ferruzzi-Montedison 13
-101001011111 ex-Marine 13
-101001011111 infantryman 14
-101001011111 essayist 15
-101001011111 cinematographer 15
-101001011111 oncologist 16
-101001011111 clarinetist 16
-101001011111 illustrator 17
-101001011111 bassist 17
-101001011111 wildcatter 17
-101001011111 ophthalmologist 18
-101001011111 adventurer 18
-101001011111 Prophet 18
-101001011111 aristocrat 18
-101001011111 internist 20
-101001011111 hotelier 21
-101001011111 saxophonist 22
-101001011111 trumpeter 22
-101001011111 rocker 22
-101001011111 Pickens-led 23
-101001011111 obstetrician 23
-101001011111 Olympian 24
-101001011111 explorer 24
-101001011111 then-chairman 28
-101001011111 heiress 31
-101001011111 linebacker 34
-101001011111 astrologer 34
-101001011111 anthropologist 36
-101001011111 educator 36
-101001011111 screenwriter 37
-101001011111 Englishman 38
-101001011111 baritone 44
-101001011111 oilmen 44
-101001011111 appraiser 45
-101001011111 anchorman 49
-101001011111 industry-supported 63
-101001011111 extremist 64
-101001011111 astronaut 65
-101001011111 auctioneer 72
-101001011111 syndicator 87
-101001011111 oilman 88
-101001011111 evangelist 92
-101001011111 entertainer 95
-101001011111 comedian 97
-101001011111 industrialist 98
-101001011111 soprano 100
-101001011111 advertiser 127
-101001011111 athlete 132
-101001011111 speculator 150
-101001011111 billionaire 157
-101001011111 advocacy 198
-101001011111 pollster 214
-101001011111 Queen 280
-101001011111 actress 297
-101001011111 actor 439
-101001011111 arbitrager 441
-101001011111 activist 469
-101001011111 entrepreneur 475
-101001011111 artist 692
-101001011111 financier 795
-101001011111 employer 1124
-101001011111 investor 7461
-101001011111 developer 1578
-101001100000 Yongin 1
-101001100000 Washington-an 1
-101001100000 extenuation 1
-101001100000 mid-stride 1
-101001100000 work-outs 1
-101001100000 evenness 1
-101001100000 Consequence 1
-101001100000 84,600 1
-101001100000 we'll-settle-for-less 1
-101001100000 bevies 1
-101001100000 Kranj 2
-101001100000 thicknesses 2
-101001100000 recisions 2
-101001100000 Uentrop 2
-101001100000 dacha 3
-101001100000 exegesis 5
-101001100000 longhand 7
-101001100000 effigy 7
-101001100000 fractions 15
-101001100000 contravention 16
-101001100000 increments 52
-101001100000 droves 80
-101001100000 observance 107
-101001100000 defiance 107
-101001100000 multiples 328
-101001100000 sight 551
-101001100000 anticipation 724
-101001100000 violation 963
-101001100000 favor 2971
-101001100000 charge 8031
-101001100000 advance 2983
-1010011000010 Big-event 1
-1010011000010 re-bidding 1
-1010011000010 loan-rating 1
-1010011000010 Salem-style 1
-1010011000010 530,271 1
-1010011000010 Rivaud 1
-1010011000010 ABANDON 1
-1010011000010 area-code-900 1
-1010011000010 seven-billion 1
-1010011000010 Yogiism 1
-1010011000010 LOCKERS 1
-1010011000010 1446 1
-1010011000010 softcover 1
-1010011000010 1,119,000 1
-1010011000010 anti-Federalists 1
-1010011000010 Hadera 1
-1010011000010 24,192 1
-1010011000010 163,000-subscriber 1
-1010011000010 napped 1
-1010011000010 share-of-market 1
-1010011000010 laser-assisted 1
-1010011000010 66,691 1
-1010011000010 419.79 1
-1010011000010 ERODES 1
-1010011000010 80-channel 1
-1010011000010 Veraguas 1
-1010011000010 1174.62 1
-1010011000010 STRINGS 1
-1010011000010 non-DNA 1
-1010011000010 Xalapa 1
-1010011000010 evaporators 1
-1010011000010 beansprouts 1
-1010011000010 Britain-U.S. 1
-1010011000010 13-0 2
-1010011000010 Kaffir 2
-1010011000010 TRAC 2
-1010011000010 preregistration 2
-1010011000010 239-190 2
-1010011000010 Phuket 2
-1010011000010 613.67 2
-1010011000010 paraquat 2
-1010011000010 rebidding 2
-1010011000010 2373.8 2
-1010011000010 Orangeroof 2
-1010011000010 bambino 2
-1010011000010 minutes-of-use 2
-1010011000010 90-0 2
-1010011000010 5,850 2
-1010011000010 11,356,625 2
-1010011000010 62-38 2
-1010011000010 olfaction 2
-1010011000010 eyewash 2
-1010011000010 Zululand 2
-1010011000010 anodes 2
-1010011000010 Variation 2
-1010011000010 65-33 3
-1010011000010 opinion-shopping 3
-1010011000010 93-3 3
-1010011000010 Cigli 3
-1010011000010 nondeductibility 4
-1010011000010 GST 6
-1010011000010 Bid 28
-1010011000010 preparation 359
-1010011000010 default 1047
-1010011000010 return 8089
-1010011000010 search 1580
-1010011000011 sabatoge 1
-1010011000011 0.5449 1
-1010011000011 getups 1
-1010011000011 non-reappointment 1
-1010011000011 serious-sounding 1
-1010011000011 slapsticky 1
-1010011000011 Drammen 1
-1010011000011 one-iron 1
-1010011000011 non-citizens 1
-1010011000011 Turkmenistan 1
-1010011000011 Rarotonga 1
-1010011000011 yuppiehood 1
-1010011000011 role-players 1
-1010011000011 over-the-shoulder 1
-1010011000011 strike-authorization 1
-1010011000011 Tescheljabinsk 1
-1010011000011 Grosseto 1
-1010011000011 Erftstadt 1
-1010011000011 Moundhouse 1
-1010011000011 tollway 1
-1010011000011 flimflammed 1
-1010011000011 Astrakhan 1
-1010011000011 diagnotics 1
-1010011000011 pranksterism 1
-1010011000011 behaviour. 1
-1010011000011 Spidey 1
-1010011000011 1455 1
-1010011000011 majority. 1
-1010011000011 mini-speeches 1
-1010011000011 Grizabella 1
-1010011000011 Franklinisms 1
-1010011000011 Baaba 1
-1010011000011 coincidently 1
-1010011000011 prenant 1
-1010011000011 lunch-breaks 1
-1010011000011 Hartlike 1
-1010011000011 midconstruction 1
-1010011000011 Invercargill 1
-1010011000011 Newarkness 1
-1010011000011 welt 1
-1010011000011 Stratford-upon-Avon 1
-1010011000011 mega-vitamins 1
-1010011000011 propeller-topped 1
-1010011000011 Polesine 1
-1010011000011 drug. 1
-1010011000011 unionized. 1
-1010011000011 glasnost-perestroika 1
-1010011000011 afterwork 1
-1010011000011 midsaunter 1
-1010011000011 dietitians 1
-1010011000011 handle. 1
-1010011000011 thorium 1
-1010011000011 breakfast-eaters 1
-1010011000011 .321 1
-1010011000011 door-locks 1
-1010011000011 fluconazole 1
-1010011000011 25,261,323,898,060,800 1
-1010011000011 Dax-Pontonx 1
-1010011000011 calligraphically 1
-1010011000011 self-exile 1
-1010011000011 654,744 1
-1010011000011 ambassadorships 1
-1010011000011 lepidoptery 1
-1010011000011 rehashed. 1
-1010011000011 test-markets 1
-1010011000011 INPAC 1
-1010011000011 megabids 1
-1010011000011 ampersands 1
-1010011000011 164,428 1
-1010011000011 Eurocrooks 1
-1010011000011 obsolesence 1
-1010011000011 back-offices 1
-1010011000011 Altamont 1
-1010011000011 slow-building 1
-1010011000011 Silkstone 1
-1010011000011 badder 1
-1010011000011 1953-1960 1
-1010011000011 Dogukapi 1
-1010011000011 illegibly 1
-1010011000011 Raybestos 1
-1010011000011 STUD 1
-1010011000011 stowaway 2
-1010011000011 Znaniye 2
-1010011000011 207,514 2
-1010011000011 teach-ins 2
-1010011000011 trowel 2
-1010011000011 Antilon 2
-1010011000011 arabesque 2
-1010011000011 Connemara 2
-1010011000011 superminis 2
-1010011000011 rascality 2
-1010011000011 lobotomies 2
-1010011000011 1680 2
-1010011000011 Chongju 2
-1010011000011 Episcopalians 2
-1010011000011 effect. 2
-1010011000011 commandment 2
-1010011000011 .100 2
-1010011000011 wing-tips 2
-1010011000011 crematorium 2
-1010011000011 ringsiders 2
-1010011000011 goggled 3
-1010011000011 play. 3
-1010011000011 action. 3
-1010011000011 chaotically 3
-1010011000011 snowflake 3
-1010011000011 aspirins 3
-1010011000011 tuyere 4
-1010011000011 non-musical 4
-1010011000011 double-digits 4
-1010011000011 Europe. 4
-1010011000011 locator 4
-1010011000011 hooting 4
-1010011000011 toenail 4
-1010011000011 eddies 4
-1010011000011 shirtsleeves 5
-1010011000011 dungarees 5
-1010011000011 blemish 6
-1010011000011 crypt 6
-1010011000011 semi-retirement 6
-1010011000011 Beantown 7
-1010011000011 pelvis 8
-1010011000011 disuse 9
-1010011000011 crouch 9
-1010011000011 Psalm 9
-1010011000011 naps 11
-1010011000011 potshots 14
-1010011000011 disequilibrium 14
-1010011000011 hock 16
-1010011000011 shortcuts 17
-1010011000011 umbrage 17
-1010011000011 adulthood 27
-1010011000011 fiddle 42
-1010011000011 handcuffs 49
-1010011000011 ruins 61
-1010011000011 vogue 89
-1010011000011 stride 110
-1010011000011 flames 121
-1010011000011 receivership 127
-1010011000011 pad 142
-1010011000011 delight 158
-1010011000011 orbit 189
-1010011000011 pains 210
-1010011000011 refuge 221
-1010011000011 tune 335
-1010011000011 detail 551
-1010011000011 foot 734
-1010011000011 place 7223
-1010011000011 shape 1029
-101001100010 akimbo 1
-101001100010 odor-control 1
-101001100010 915,600 1
-101001100010 Piqua 1
-101001100010 missile-surveillance 1
-101001100010 uncertaintly 1
-101001100010 sphagnol 1
-101001100010 10-mos 1
-101001100010 176,700 1
-101001100010 continuances 1
-101001100010 Prosecute 1
-101001100010 Evensen 1
-101001100010 298,857 1
-101001100010 30,154 1
-101001100010 parboiled 1
-101001100010 1,527,050 1
-101001100010 9,015,230 1
-101001100010 dual-decks 1
-101001100010 Ektelon 1
-101001100010 29,975 1
-101001100010 good-neighborly 1
-101001100010 centre 1
-101001100010 459,500 1
-101001100010 nonofficer 1
-101001100010 superspeeds 1
-101001100010 fast-enough 1
-101001100010 ratio-operating 1
-101001100010 1,099,930 1
-101001100010 luncheonettes 1
-101001100010 1,227,650 1
-101001100010 glucocerebrosidase 1
-101001100010 Europe-1992 1
-101001100010 blacklists 1
-101001100010 sub-units 1
-101001100010 suzerainty 1
-101001100010 Swer 1
-101001100010 covert-aid 1
-101001100010 Roper-produced 1
-101001100010 Khabbouz 1
-101001100010 Ranta 1
-101001100010 Space-Co 1
-101001100010 developer-partners 1
-101001100010 542,652 1
-101001100010 healthiness 1
-101001100010 optimizer 1
-101001100010 Caedmon 1
-101001100010 controversialists 1
-101001100010 380,579 1
-101001100010 40,946 1
-101001100010 altitude-broadcasting 1
-101001100010 Roomful 1
-101001100010 commisioner 1
-101001100010 Steller 1
-101001100010 460,633 1
-101001100010 maleness 1
-101001100010 469,605 1
-101001100010 self-audits 1
-101001100010 megadoses 1
-101001100010 multiple-cable 1
-101001100010 10,594,925 1
-101001100010 Hydraquip 1
-101001100010 Odizor 1
-101001100010 Zymogenetics 1
-101001100010 roll-era 1
-101001100010 location-fixing 1
-101001100010 compromise-seekers 1
-101001100010 squintier 1
-101001100010 pollings 1
-101001100010 Lapygin 1
-101001100010 risk-in-force 1
-101001100010 1,115,937 1
-101001100010 bra-burners 1
-101001100010 broomsticks 1
-101001100010 GIVENCHY 1
-101001100010 17,100 1
-101001100010 457,800 1
-101001100010 airbus 1
-101001100010 twirly 1
-101001100010 No.7 1
-101001100010 204,350 1
-101001100010 tieups 1
-101001100010 ekagrata 1
-101001100010 four-speaker 1
-101001100010 workturns 1
-101001100010 NORCEM 1
-101001100010 oil-removal 1
-101001100010 gnation 1
-101001100010 reprobation 1
-101001100010 clownsmanship 1
-101001100010 Mahoganny 1
-101001100010 437,500 1
-101001100010 free- 1
-101001100010 Prantl 1
-101001100010 dialectically 1
-101001100010 2,007,544 1
-101001100010 0.6397 1
-101001100010 Chelny 1
-101001100010 117,400 1
-101001100010 sales-of 1
-101001100010 patienthood 1
-101001100010 anti-littering 1
-101001100010 Interprovinciale 1
-101001100010 black-marketeers 1
-101001100010 splatted 1
-101001100010 order-recording 1
-101001100010 nationaltaxes 1
-101001100010 double-counting 2
-101001100010 pole-vault 2
-101001100010 subsidence 2
-101001100010 penny-wise 2
-101001100010 atriums 2
-101001100010 In-Depth 2
-101001100010 twenty-fives 2
-101001100010 implemention 2
-101001100010 near-accidents 2
-101001100010 Sluts 2
-101001100010 cavil 3
-101001100010 porpoises 3
-101001100010 shallowness 3
-101001100010 bohemians 3
-101001100010 authoring 3
-101001100010 dissidence 4
-101001100010 control. 4
-101001100010 remakes 5
-101001100010 habitues 6
-101001100010 mishandling 34
-101001100010 jams 42
-101001100010 precedence 64
-101001100010 possession 263
-101001100010 jurisdiction 465
-101001100010 control 12083
-101001100010 rid 519
-1010011000110 Duisburg-Huckingen 1
-1010011000110 dodgier 1
-1010011000110 megaliths 1
-1010011000110 self-caricature 1
-1010011000110 politicizations 1
-1010011000110 advanatge 1
-1010011000110 wood/ 1
-1010011000110 wads 1
-1010011000110 behavior. 1
-1010011000110 nymphomania 1
-1010011000110 legup 1
-1010011000110 Volzhsk 1
-1010011000110 coupon-clipping 1
-1010011000110 Ciceros 1
-1010011000110 upholders 1
-1010011000110 neurotoxicity 1
-1010011000110 flummery 1
-1010011000110 pictures. 1
-1010011000110 1985s 1
-1010011000110 wicket 1
-1010011000110 voodoo. 1
-1010011000110 guineas 1
-1010011000110 marketing-directed 1
-1010011000110 rat-faces 1
-1010011000110 in-theater 1
-1010011000110 ghoulishness 1
-1010011000110 rockface 1
-1010011000110 shedder 1
-1010011000110 lost-worktime 1
-1010011000110 fuzzballs 1
-1010011000110 manner. 1
-1010011000110 renumeration 1
-1010011000110 syncopation 1
-1010011000110 diffences 1
-1010011000110 vino 1
-1010011000110 science-fictionish 1
-1010011000110 neoliberalism 1
-1010011000110 lip-smacker 1
-1010011000110 bill-payer 1
-1010011000110 cusses 1
-1010011000110 seriousnesses 1
-1010011000110 thumb-twiddling 1
-1010011000110 people-places 1
-1010011000110 52.57 1
-1010011000110 translucence 1
-1010011000110 grinding-down 1
-1010011000110 entites 1
-1010011000110 titer 1
-1010011000110 foliar 1
-1010011000110 hardeners 1
-1010011000110 cancer-causer 1
-1010011000110 fusillades 1
-1010011000110 incrustations 1
-1010011000110 Taninga 1
-1010011000110 Manjacaze 1
-1010011000110 knower 1
-1010011000110 nightcrawlers 1
-1010011000110 adumbration 1
-1010011000110 LDLcholesterol 1
-1010011000110 non-stars 1
-1010011000110 mannerism 1
-1010011000110 price-trimming 1
-1010011000110 Wite-Out 1
-1010011000110 peccancies 1
-1010011000110 attender 1
-1010011000110 Tula 1
-1010011000110 celebrator 1
-1010011000110 Wickersham-2 1
-1010011000110 hocus 1
-1010011000110 JRS 1
-1010011000110 rethinkings 1
-1010011000110 dragomans 1
-1010011000110 co-responsibility. 1
-1010011000110 uplinks 1
-1010011000110 aggrandization 1
-1010011000110 tariff-cutting 1
-1010011000110 thanthose 1
-1010011000110 advange 1
-1010011000110 misinvestments 1
-1010011000110 bptism 1
-1010011000110 three-program 1
-1010011000110 onomatopoeia 1
-1010011000110 pugs 1
-1010011000110 intransigencies 1
-1010011000110 knot-points 1
-1010011000110 minicycles 1
-1010011000110 expectationism 1
-1010011000110 documenter 1
-1010011000110 voyage-to-nowhere 1
-1010011000110 forewarnings 1
-1010011000110 tap-technique 1
-1010011000110 gangplanks 1
-1010011000110 coveys 1
-1010011000110 Pacmen 1
-1010011000110 disrepair. 1
-1010011000110 malversation 1
-1010011000110 1487 1
-1010011000110 self-multilation 1
-1010011000110 Mimis 1
-1010011000110 open-to-buy 1
-1010011000110 Hudsonville 1
-1010011000110 C-ration 1
-1010011000110 dazzlements 1
-1010011000110 near-violation 1
-1010011000110 underwiting 1
-1010011000110 soldier-statesman 1
-1010011000110 dissolvent 1
-1010011000110 contract-negotiation 1
-1010011000110 downburst 1
-1010011000110 product-options 1
-1010011000110 impossibilities 1
-1010011000110 hankypanky 1
-1010011000110 side-bets 1
-1010011000110 steeplechase 2
-1010011000110 abscess 2
-1010011000110 adaption 2
-1010011000110 Kimolina 2
-1010011000110 succulents 2
-1010011000110 recapitulation 2
-1010011000110 business-expense 2
-1010011000110 beagles 2
-1010011000110 letter-turner 3
-1010011000110 deities 3
-1010011000110 cognizance 3
-1010011000110 Spite 3
-1010011000110 lowdown 3
-1010011000110 gales 3
-1010011000110 gazebo 3
-1010011000110 zing 3
-1010011000110 triviality 3
-1010011000110 dabs 3
-1010011000110 babushkas 3
-1010011000110 loaners 3
-1010011000110 non-interventionism 3
-1010011000110 vivant 4
-1010011000110 nocere 4
-1010011000110 aggregation 4
-1010011000110 blotch 4
-1010011000110 polarity 4
-1010011000110 humus 4
-1010011000110 overdrive 9
-1010011000110 vu 29
-1010011000110 impossibility 29
-1010011000110 abundance 105
-1010011000110 edge 1142
-1010011000110 advantage 2751
-1010011000110 impact 4068
-1010011000110 effect 7228
-1010011000111 0.805461 1
-1010011000111 chroniclers 1
-1010011000111 south-southwest 1
-1010011000111 phasing-in 1
-1010011000111 --or 1
-1010011000111 290,282 1
-1010011000111 +544 1
-1010011000111 tongue-lashings 1
-1010011000111 CEFP 1
-1010011000111 1977-85 1
-1010011000111 LFB. 1
-1010011000111 128,000-square-foot 1
-1010011000111 A- 1
-1010011000111 price-lists 1
-1010011000111 short-tons 1
-1010011000111 99,150 1
-1010011000111 permissibility 1
-1010011000111 outliers 1
-1010011000111 7/12ths 1
-1010011000111 west-southwest 1
-1010011000111 copperplates 1
-1010011000111 slews 1
-1010011000111 Removals 1
-1010011000111 Rapsheet 1
-1010011000111 Fourcroy 1
-1010011000111 Allies. 1
-1010011000111 greenbriars 1
-1010011000111 Jersey/Delaware 1
-1010011000111 spates 1
-1010011000111 abeam 1
-1010011000111 55-story 1
-1010011000111 reestimation 1
-1010011000111 addding-up 1
-1010011000111 Usefulness 1
-1010011000111 498,334 1
-1010011000111 19,556 1
-1010011000111 150,487 1
-1010011000111 30,000-case 1
-1010011000111 Zhongnanhai 1
-1010011000111 decimations 1
-1010011000111 3/100ths 1
-1010011000111 225,477 1
-1010011000111 Elites 1
-1010011000111 126-mile 1
-1010011000111 0.30453 1
-1010011000111 Shutdowns 1
-1010011000111 0.2494 1
-1010011000111 78,535 1
-1010011000111 correspondent/news 1
-1010011000111 Dalma 1
-1010011000111 Lifecircuit 1
-1010011000111 linking-up 1
-1010011000111 22,483 1
-1010011000111 1,358,976 1
-1010011000111 tax-laws 1
-1010011000111 malpractices 1
-1010011000111 164,560 1
-1010011000111 73,345 1
-1010011000111 74,064 1
-1010011000111 Doormat 1
-1010011000111 Fiddle 1
-1010011000111 DEFIANCE 1
-1010011000111 itchiness 2
-1010011000111 F-sharp 2
-1010011000111 EL.GE 2
-1010011000111 vanguards 2
-1010011000111 undercarriages 2
-1010011000111 desiderata 2
-1010011000111 dubiety 2
-1010011000111 shapers 2
-1010011000111 re-releases 2
-1010011000111 BATC 2
-1010011000111 bards 2
-1010011000111 co-chiefs 2
-1010011000111 bistros 2
-1010011000111 resegregation 2
-1010011000111 elucidation 2
-1010011000111 nonpayers 2
-1010011000111 die-off 3
-1010011000111 teaspoons 3
-1010011000111 imprimaturs 3
-1010011000111 0.801 3
-1010011000111 statuettes 3
-1010011000111 daylighting 3
-1010011000111 usurpers 3
-1010011000111 0.3675 3
-1010011000111 testimonies 4
-1010011000111 progenitors 4
-1010011000111 decimation 4
-1010011000111 avant 4
-1010011000111 watchmen 4
-1010011000111 epiphanies 4
-1010011000111 handfuls 5
-1010011000111 cobblestones 5
-1010011000111 money-changers 5
-1010011000111 facsimiles 6
-1010011000111 compilations 6
-1010011000111 interviewees 6
-1010011000111 engravings 7
-1010011000111 retesting 8
-1010011000111 psyches 8
-1010011000111 Consequences 9
-1010011000111 flurries 11
-1010011000111 tabulations 12
-1010011000111 circumference 12
-1010011000111 blizzards 16
-1010011000111 swarms 26
-1010011000111 southwest 126
-1010011000111 northwest 134
-1010011000111 southeast 143
-1010011000111 northeast 176
-1010011000111 specifics 283
-1010011000111 west 394
-1010011000111 east 404
-1010011000111 portions 441
-1010011000111 stages 596
-1010011000111 south 731
-1010011000111 north 766
-1010011000111 terms 7532
-1010011000111 details 3250
-101001100100 further-and 1
-101001100100 crosssections 1
-101001100100 expecation 1
-101001100100 barberfish 1
-101001100100 emplacement 1
-101001100100 front-ending 1
-101001100100 Monitor-produced 1
-101001100100 Zantec-one 1
-101001100100 figurine 1
-101001100100 fair-sounding 1
-101001100100 recriminalization 1
-101001100100 farmer-tenants 1
-101001100100 lock-and-dam 1
-101001100100 compunctions 1
-101001100100 respecter 2
-101001100100 antihero 2
-101001100100 misdiagnosis 2
-101001100100 fabulations 2
-101001100100 disinterestedness 2
-101001100100 non-starters 2
-101001100100 shares. 2
-101001100100 recalibration 2
-101001100100 sub-specialty 2
-101001100100 down-sizing 2
-101001100100 sheaths 2
-101001100100 factoids 2
-101001100100 gentlemanliness 2
-101001100100 knowlege 3
-101001100100 nakedness 3
-101001100100 derelictions 3
-101001100100 fixity 3
-101001100100 localization 3
-101001100100 defoliation 3
-101001100100 chastisement 3
-101001100100 sieges 3
-101001100100 cowgirl 3
-101001100100 inklings 3
-101001100100 sinew 3
-101001100100 nay-saying 3
-101001100100 intimation 3
-101001100100 offs 4
-101001100100 mincemeat 4
-101001100100 redistributions 4
-101001100100 foreknowledge 4
-101001100100 advertisments 4
-101001100100 infirmities 4
-101001100100 multiculturalism 4
-101001100100 hangups 4
-101001100100 editorializing 5
-101001100100 filaments 5
-101001100100 panaceas 5
-101001100100 forewarning 5
-101001100100 infinity 5
-101001100100 pretentions 5
-101001100100 equivocation 6
-101001100100 legalism 6
-101001100100 blowouts 6
-101001100100 wickedness 7
-101001100100 embellishment 7
-101001100100 irritants 7
-101001100100 eccentricity 8
-101001100100 gushers 8
-101001100100 refutation 8
-101001100100 symbiosis 8
-101001100100 pilgrim 8
-101001100100 dissection 8
-101001100100 vilification 9
-101001100100 misapprehension 9
-101001100100 corroboration 9
-101001100100 articulation 10
-101001100100 canard 10
-101001100100 substantiation 11
-101001100100 exponent 12
-101001100100 commonality 13
-101001100100 emancipation 13
-101001100100 dissipation 14
-101001100100 insinuations 14
-101001100100 notations 14
-101001100100 renderings 15
-101001100100 snugging 15
-101001100100 streaks 15
-101001100100 specificity 16
-101001100100 misperception 17
-101001100100 collage 17
-101001100100 reassurances 18
-101001100100 pretensions 20
-101001100100 sleight 21
-101001100100 misconception 22
-101001100100 accessibility 23
-101001100100 proofs 23
-101001100100 inkling 25
-101001100100 ifs 25
-101001100100 manifestations 27
-101001100100 regularity 28
-101001100100 expedient 29
-101001100100 inference 30
-101001100100 urgings 32
-101001100100 acknowledgement 38
-101001100100 overview 38
-101001100100 reminders 42
-101001100100 rumblings 42
-101001100100 acknowledgment 45
-101001100100 complication 46
-101001100100 unanimity 47
-101001100100 hesitation 50
-101001100100 apologies 54
-101001100100 pretense 54
-101001100100 vindication 59
-101001100100 recollection 59
-101001100100 reassurance 59
-101001100100 thread 74
-101001100100 condemnation 80
-101001100100 impressions 83
-101001100100 imitation 83
-101001100100 interruption 106
-101001100100 clarification 131
-101001100100 misunderstanding 137
-101001100100 streak 145
-101001100100 characteristic 159
-101001100100 encouragement 162
-101001100100 reminder 197
-101001100100 certainty 206
-101001100100 hints 260
-101001100100 hint 288
-101001100100 awareness 301
-101001100100 suspicion 320
-101001100100 assurance 391
-101001100100 assurances 415
-101001100100 proof 541
-101001100100 acceptance 633
-101001100100 explanation 743
-101001100100 recognition 794
-101001100100 understanding 994
-101001100100 indication 1075
-101001100100 discussion 1095
-101001100100 warning 1229
-101001100100 notice 1369
-101001100100 knowledge 1435
-101001100100 criticism 1881
-101001100100 signs 2477
-101001100100 choice 2492
-101001100100 sense 3523
-101001100100 evidence 4668
-101001100101 asseveration 1
-101001100101 preconception 1
-101001100101 purblindness 1
-101001100101 boobytraps 1
-101001100101 sportsjackets 1
-101001100101 theorems 1
-101001100101 bloodbaths 1
-101001100101 agora 1
-101001100101 Tarrance-SRI 1
-101001100101 jauntiness 2
-101001100101 cooperativeness 2
-101001100101 Buckaroo 2
-101001100101 winterkill 2
-101001100101 unbelievability 2
-101001100101 neo-detente 2
-101001100101 eclat 2
-101001100101 fathoming 2
-101001100101 lavishness 2
-101001100101 polis 3
-101001100101 alleyways 3
-101001100101 Drain 3
-101001100101 capsizing 3
-101001100101 funereal 4
-101001100101 footnoting 4
-101001100101 tempi 4
-101001100101 hectoring 5
-101001100101 partiality 6
-101001100101 hypocrites 6
-101001100101 anomie 6
-101001100101 under-reporting 7
-101001100101 thump 8
-101001100101 flaunting 9
-101001100101 Lourdes 9
-101001100101 pilfering 9
-101001100101 rejiggering 10
-101001100101 debunking 11
-101001100101 flogging 12
-101001100101 gush 13
-101001100101 pummeling 16
-101001100101 shriek 18
-101001100101 bustle 19
-101001100101 surmise 21
-101001100101 retort 28
-101001100101 undoing 42
-101001100101 whisper 50
-101001100101 lament 51
-101001100101 dread 60
-101001100101 mistrust 67
-101001100101 characterization 96
-101001100101 vow 122
-101001100101 envy 137
-101001100101 neglect 204
-101001100101 contention 355
-101001100101 fault 381
-101001100101 perception 620
-101001100101 dream 717
-101001100101 suspected 838
-101001100101 stress 849
-101001100101 belief 1043
-101001100101 promise 1295
-101001100101 handling 1295
-101001100101 feeling 1476
-101001100101 love 1493
-101001100101 claim 3176
-101001100101 view 5171
-101001100101 fear 3575
-101001100110 1963-65 1
-101001100110 draconic 1
-101001100110 0S/2 1
-101001100110 cardio-selective 1
-101001100110 document-shredding 1
-101001100110 debauched 1
-101001100110 persiflage 1
-101001100110 video-sculpture 1
-101001100110 data-selling 1
-101001100110 selfsufficiency 1
-101001100110 cash-generator 1
-101001100110 didacticism 1
-101001100110 proselytized 1
-101001100110 anguishing 1
-101001100110 mis-paced 1
-101001100110 ex-IBMers 1
-101001100110 non-voluntary 1
-101001100110 pigheadedness 1
-101001100110 ritualized 1
-101001100110 skepticim 1
-101001100110 batsmen 1
-101001100110 Phanaung 1
-101001100110 charlatanism 1
-101001100110 zagging 1
-101001100110 geochemists 1
-101001100110 specialized. 1
-101001100110 screechings 1
-101001100110 conflict-mediation 1
-101001100110 glumness 1
-101001100110 retarded. 1
-101001100110 aninvestment 1
-101001100110 pseudo-books 1
-101001100110 impossible. 1
-101001100110 heat-prostration 1
-101001100110 day-from 1
-101001100110 leaseholders 1
-101001100110 data-bases 1
-101001100110 earings 1
-101001100110 moldiness 1
-101001100110 incoporation 1
-101001100110 extortions 1
-101001100110 prestissimo 1
-101001100110 self-dismemberment 1
-101001100110 nosier 1
-101001100110 tizziness 1
-101001100110 tetraploid 1
-101001100110 screeds 1
-101001100110 salamanders 1
-101001100110 candids 1
-101001100110 sperms 1
-101001100110 factory-farms 1
-101001100110 self-congratulating 1
-101001100110 non-nationals 1
-101001100110 classwork 1
-101001100110 mega-project 1
-101001100110 super-pessimists 1
-101001100110 70,900 1
-101001100110 preception 1
-101001100110 ostracizing 1
-101001100110 miscegenation 1
-101001100110 pssibility 1
-101001100110 inauthenticity 1
-101001100110 disppointment 1
-101001100110 calicos 1
-101001100110 burblings 1
-101001100110 Sieglindes 1
-101001100110 Overcharge 1
-101001100110 Daza 1
-101001100110 mimesis 1
-101001100110 updrift 1
-101001100110 reverse-LBOs 1
-101001100110 mini-features 1
-101001100110 28059.97 1
-101001100110 news-blurbs 1
-101001100110 belly-aching 1
-101001100110 Longden 1
-101001100110 Czestochwa 1
-101001100110 exorcist 1
-101001100110 antiSemite 1
-101001100110 self-dare 1
-101001100110 still-muddled 1
-101001100110 pingpongs 1
-101001100110 26445.87 1
-101001100110 secularity 1
-101001100110 creamers 1
-101001100110 after-taste 1
-101001100110 Antietam 1
-101001100110 soulsearching 1
-101001100110 .264 1
-101001100110 hellcat 1
-101001100110 debt-bonds 1
-101001100110 walk-outs 1
-101001100110 Japaneseness 1
-101001100110 circuitbreakers 1
-101001100110 patinating 1
-101001100110 yield-per-acre 1
-101001100110 bedsheet 1
-101001100110 Leviticus 2
-101001100110 rules-of-thumb 2
-101001100110 woodlots 2
-101001100110 sound-and-light 2
-101001100110 founder-entrepreneurs 2
-101001100110 aahs 2
-101001100110 non-stories 2
-101001100110 Capriccioso 2
-101001100110 solipsistic 2
-101001100110 pungently 2
-101001100110 sophistries 2
-101001100110 unconsciousness 2
-101001100110 somberness 2
-101001100110 Adventists 2
-101001100110 trapdoors 2
-101001100110 discreditably 2
-101001100110 calendulas 2
-101001100110 to-do 2
-101001100110 sanctioneers 2
-101001100110 rootlessness 2
-101001100110 modularization 2
-101001100110 Gauls 2
-101001100110 celerity 2
-101001100110 guilts 2
-101001100110 bravos 2
-101001100110 factionalized 2
-101001100110 ravings 3
-101001100110 flippancy 3
-101001100110 diffident 3
-101001100110 willfulness 3
-101001100110 Duneava 3
-101001100110 bioethicists 3
-101001100110 fetters 3
-101001100110 typecasting 3
-101001100110 over-optimism 3
-101001100110 mystification 3
-101001100110 chukkers 3
-101001100110 Olliemania 3
-101001100110 handwringing 4
-101001100110 shortcovering 4
-101001100110 protozoa 4
-101001100110 befuddlement 4
-101001100110 taxiways 4
-101001100110 caterwauling 4
-101001100110 broods 4
-101001100110 oversimplification 4
-101001100110 moxie 5
-101001100110 debits 5
-101001100110 snowing 5
-101001100110 encouragingly 5
-101001100110 over-expansion 5
-101001100110 holler 6
-101001100110 .300 6
-101001100110 prattle 6
-101001100110 gabbing 7
-101001100110 trickery 7
-101001100110 shyness 7
-101001100110 queasiness 7
-101001100110 retablos 7
-101001100110 bromides 7
-101001100110 caterpillars 7
-101001100110 hocus-pocus 8
-101001100110 clucking 9
-101001100110 snickering 9
-101001100110 disgruntlement 9
-101001100110 harangue 9
-101001100110 fallacies 9
-101001100110 interminably 9
-101001100110 confusions 10
-101001100110 happenstance 10
-101001100110 fantasizes 11
-101001100110 ranting 11
-101001100110 fantasizing 12
-101001100110 8-1 12
-101001100110 theorizing 12
-101001100110 cautiousness 13
-101001100110 foreboding 14
-101001100110 musing 14
-101001100110 disquiet 14
-101001100110 incredulity 14
-101001100110 silt 15
-101001100110 discouragement 15
-101001100110 profittaking 16
-101001100110 bewilderment 17
-101001100110 demoralization 17
-101001100110 grousing 18
-101001100110 self-criticism 18
-101001100110 negativism 19
-101001100110 moaning 19
-101001100110 ado 19
-101001100110 puzzlement 20
-101001100110 raves 20
-101001100110 pandemonium 21
-101001100110 hand-wringing 22
-101001100110 conjecture 26
-101001100110 trepidation 27
-101001100110 position-squaring 28
-101001100110 misunderstandings 33
-101001100110 wariness 52
-101001100110 skittishness 60
-101001100110 unease 66
-101001100110 ambivalence 67
-101001100110 bullishness 75
-101001100110 uneasiness 84
-101001100110 bearishness 87
-101001100110 grumbling 96
-101001100110 cynicism 101
-101001100110 bargain-hunting 103
-101001100110 apprehension 111
-101001100110 pessimism 182
-101001100110 jitters 190
-101001100110 outrage 214
-101001100110 nervousness 261
-101001100110 anxiety 338
-101001100110 anger 451
-101001100110 disappointment 492
-101001100110 skepticism 575
-101001100110 caution 731
-101001100110 optimism 795
-101001100110 confusion 829
-101001100110 profit-taking 935
-101001100110 doubts 982
-101001100110 worries 1546
-101001100110 uncertainty 1597
-101001100110 rumors 2699
-101001100110 note 3217
-101001100110 speculation 3455
-101001100111 standing. 1
-101001100111 Aww 1
-101001100111 Faggots 1
-101001100111 Petrouchka 1
-101001100111 John-End-of-the-World-Posteraro 1
-101001100111 Whoopee 1
-101001100111 third-and 1
-101001100111 managers. 1
-101001100111 PEs 1
-101001100111 pardners 1
-101001100111 empty-nester 1
-101001100111 riting 1
-101001100111 Anxiolytic 1
-101001100111 earned-run-averages 1
-101001100111 669-acre 1
-101001100111 if-if-if 1
-101001100111 Vette 1
-101001100111 yevskiy 1
-101001100111 mugshots 1
-101001100111 8,437,483 1
-101001100111 15,187,470 1
-101001100111 ABN 1
-101001100111 hieroglyphica 1
-101001100111 bullfeathers 1
-101001100111 work/family 1
-101001100111 Toast-R-Cakes 1
-101001100111 ius 1
-101001100111 perserverence 1
-101001100111 D.E.C. 1
-101001100111 emi 1
-101001100111 284.40 1
-101001100111 seldom-touched 1
-101001100111 Embezzlement 1
-101001100111 concept. 1
-101001100111 easter 1
-101001100111 esnobismo 1
-101001100111 outing. 1
-101001100111 adviser. 1
-101001100111 sires 1
-101001100111 Gastronome 1
-101001100111 equitize 1
-101001100111 compadrazgo 1
-101001100111 Fourscore 1
-101001100111 committtee 1
-101001100111 carryovers 1
-101001100111 Hija 1
-101001100111 Mangles 1
-101001100111 osophies 1
-101001100111 streetscapes 1
-101001100111 Capable 1
-101001100111 dy 1
-101001100111 Jeepers 1
-101001100111 aint 1
-101001100111 re-deployment 1
-101001100111 Ab 1
-101001100111 heavy-compressor 1
-101001100111 Deerslayer 1
-101001100111 Fidelista 1
-101001100111 abrazo 1
-101001100111 nicht 1
-101001100111 RO1 1
-101001100111 bear/beaver 1
-101001100111 Monosson 1
-101001100111 Shoemakers 1
-101001100111 yeses 1
-101001100111 Nicargua 1
-101001100111 expecations 1
-101001100111 fund. 1
-101001100111 regenerators 1
-101001100111 ullu 1
-101001100111 candidate-apparent 1
-101001100111 1/14th 1
-101001100111 abdomens 1
-101001100111 uncomfortableness 1
-101001100111 animal-like 1
-101001100111 Farmersville 1
-101001100111 guestbook 1
-101001100111 hoper 1
-101001100111 He-Mans 1
-101001100111 Ahh 1
-101001100111 sketchpads 1
-101001100111 etazh 1
-101001100111 ez 1
-101001100111 pill-taking 1
-101001100111 Rah-rah-rah 1
-101001100111 hotelcasino 1
-101001100111 voice-communications 1
-101001100111 anti-monarchism 1
-101001100111 Shaunavon 1
-101001100111 fluffiness 1
-101001100111 outcrys 1
-101001100111 monopoly-hold 1
-101001100111 etzni 1
-101001100111 liberationisms 1
-101001100111 Maxithins 1
-101001100111 low-ish 1
-101001100111 Lambertazzi 1
-101001100111 appendectomies 1
-101001100111 ooooh 1
-101001100111 crip 1
-101001100111 Dibs 1
-101001100111 expectatons 1
-101001100111 aime 1
-101001100111 hot-buttons 1
-101001100111 greenlined 1
-101001100111 insurability 1
-101001100111 DeadEnders 1
-101001100111 Republican-like 1
-101001100111 bullet-proofing 1
-101001100111 garbs 1
-101001100111 shamrocks 1
-101001100111 Wadoo 1
-101001100111 baby-killer 1
-101001100111 purchases. 1
-101001100111 nametags 1
-101001100111 administrivia 1
-101001100111 7,241 1
-101001100111 Em. 1
-101001100111 Opossum 1
-101001100111 hover-time 1
-101001100111 self-images 1
-101001100111 long-exercised 1
-101001100111 Duh 1
-101001100111 ari 1
-101001100111 paradises 2
-101001100111 mailrooms 2
-101001100111 Krasnaya 2
-101001100111 Aknahten 2
-101001100111 amortizations 2
-101001100111 not-for-profits 2
-101001100111 aw 2
-101001100111 electrolytes 2
-101001100111 pinholes 2
-101001100111 10Ks 2
-101001100111 burbs 2
-101001100111 roo 2
-101001100111 Lays 2
-101001100111 rithmetic 2
-101001100111 infers 2
-101001100111 assesment 2
-101001100111 Golly 2
-101001100111 skaya 2
-101001100111 boomette 2
-101001100111 Quantities 2
-101001100111 Spoonful 2
-101001100111 nt 3
-101001100111 airdrops 3
-101001100111 ecumenism 3
-101001100111 chessboards 3
-101001100111 etymologies 3
-101001100111 Nellies 3
-101001100111 LOSSES 3
-101001100111 Wuzzle 3
-101001100111 floodwaters 4
-101001100111 clients. 4
-101001100111 self-assessment 4
-101001100111 VE 4
-101001100111 Nique 4
-101001100111 Hagura 5
-101001100111 patties 5
-101001100111 aretz 6
-101001100111 reconciliations 6
-101001100111 misuses 6
-101001100111 Canes 8
-101001100111 insecurities 8
-101001100111 rith 9
-101001100111 fictions 10
-101001100111 gourmets 11
-101001100111 disallowances 11
-101001100111 bicarbonate 12
-101001100111 proclamations 14
-101001100111 outlooks 41
-101001100111 guesses 67
-101001100111 denials 74
-101001100111 Donuts 80
-101001100111 T 169
-101001100111 perceptions 194
-101001100111 assertions 215
-101001100111 releases 405
-101001100111 predictions 530
-101001100111 suggestions 553
-101001100111 indications 836
-101001100111 projections 1128
-101001100111 forecasts 1371
-101001100111 fears 2644
-101001100111 expectations 3014
-101001100111 estimates 5234
-101001100111 reports 5956
-101001101000 Brazil/Cuba 1
-101001101000 anti-regulation 1
-101001101000 popularvor 1
-101001101000 industrial-purchasing 1
-101001101000 execulunching 1
-101001101000 uncontestable 1
-101001101000 insurance-portfolio 1
-101001101000 childwelfare 1
-101001101000 computer-technology 1
-101001101000 successfuly 1
-101001101000 water-rights 1
-101001101000 .345 1
-101001101000 chardonnays 1
-101001101000 bedrails 1
-101001101000 polyamide 1
-101001101000 dividend-yield 1
-101001101000 1986-dated 1
-101001101000 coked-up 1
-101001101000 proletarians 1
-101001101000 more-threatening 1
-101001101000 one-merchant 1
-101001101000 rock-studded 1
-101001101000 time-sense 1
-101001101000 adhesiveness 1
-101001101000 CBS/Hungaroton 1
-101001101000 4.3-mile 1
-101001101000 young-Turk 1
-101001101000 dark-suited 1
-101001101000 0.0126-inch 1
-101001101000 invest-for-the-long-haul 1
-101001101000 private-resource 1
-101001101000 business-strategy 1
-101001101000 sharebuying 1
-101001101000 gas-air 1
-101001101000 red-suited 1
-101001101000 LSC-funded 1
-101001101000 efficiency-an 1
-101001101000 air-driven 1
-101001101000 silicone-coated 1
-101001101000 all-expense 1
-101001101000 pharmaceutical-chemicals 1
-101001101000 housing-credit 1
-101001101000 congressional-campaign 1
-101001101000 wide-gauge 1
-101001101000 date-keeping 1
-101001101000 worry-bead 1
-101001101000 114,200 1
-101001101000 Socialist-oriented 1
-101001101000 charcoal-and-white 1
-101001101000 work-impairing 1
-101001101000 consumer-payment 1
-101001101000 Bass-backed 1
-101001101000 work-a-day 1
-101001101000 vapor-catching 1
-101001101000 DM7,000 1
-101001101000 autograph-seeking 1
-101001101000 hokey-pokeying 1
-101001101000 EuroTV 1
-101001101000 .280 1
-101001101000 often-watched 1
-101001101000 107-day 1
-101001101000 sizable-portfolio 1
-101001101000 error-laden 1
-101001101000 intelligence-gatherers 1
-101001101000 bond-related 2
-101001101000 bejabbers 2
-101001101000 early-1950s 2
-101001101000 jarringly 2
-101001101000 N.A.=Not 2
-101001101000 USSCA 2
-101001101000 popsicles 2
-101001101000 hundred-thousands 2
-101001101000 discourtesies 2
-101001101000 overhiring 2
-101001101000 .294 2
-101001101000 railbiking 2
-101001101000 thank-yous 2
-101001101000 split-levels 2
-101001101000 customer- 2
-101001101000 hillock 2
-101001101000 near-surface 2
-101001101000 minority-investment 2
-101001101000 crash-worthiness 2
-101001101000 hardheadedness 2
-101001101000 truck-bomb 2
-101001101000 Habituals 2
-101001101000 duffers 2
-101001101000 Toshibas 2
-101001101000 suggestively 3
-101001101000 prurience 3
-101001101000 scrabbling 3
-101001101000 Bloomies 3
-101001101000 closed-minded 3
-101001101000 armadillos 3
-101001101000 aerialists 3
-101001101000 discoloration 3
-101001101000 tire-kicking 3
-101001101000 mallards 3
-101001101000 jailings 3
-101001101000 moonflower 3
-101001101000 must-see 3
-101001101000 Frisbee 4
-101001101000 sulfates 4
-101001101000 boomerangs 4
-101001101000 outriggers 4
-101001101000 raccoons 4
-101001101000 drug-money 5
-101001101000 outtakes 5
-101001101000 spunk 5
-101001101000 more-prominent 5
-101001101000 55-mile-per-hour 5
-101001101000 amateurism 6
-101001101000 fanny 6
-101001101000 blockages 6
-101001101000 cashews 6
-101001101000 feebly 8
-101001101000 levity 9
-101001101000 thiodiglycol 9
-101001101000 empties 10
-101001101000 shantytowns 10
-101001101000 fizz 11
-101001101000 omega-3 14
-101001101000 oomph 14
-101001101000 money 20848
-101001101000 leftovers 16
-1010011010010 Buy-Outs 1
-1010011010010 prioritizes 1
-1010011010010 countermen 1
-1010011010010 cocaine-industry 1
-1010011010010 trade-boosting 1
-1010011010010 pulp-price 1
-1010011010010 rays/stared 1
-1010011010010 universal-health-care 1
-1010011010010 DEFERRALS 1
-1010011010010 underpasses 1
-1010011010010 fee-waivers 1
-1010011010010 power-substantial 1
-1010011010010 WZ-63 1
-1010011010010 hotel-to-hotel 1
-1010011010010 plastic-composite 1
-1010011010010 continuo 1
-1010011010010 obstinately 1
-1010011010010 cornmeal-price 1
-1010011010010 4,803,454x 1
-1010011010010 child-protective 1
-1010011010010 opening-bell 1
-1010011010010 already-huge 1
-1010011010010 trawl 1
-1010011010010 already-budgeted 1
-1010011010010 computer-processing 1
-1010011010010 rice-program 1
-1010011010010 environmentalist-developer 1
-1010011010010 gains. 2
-1010011010010 bisulfite 2
-1010011010010 metabisulfite 2
-1010011010010 sleazes 2
-1010011010010 megafund 2
-1010011010010 megafunds 2
-1010011010010 non-payroll 2
-1010011010010 jackstrawed 2
-1010011010010 conferee 2
-1010011010010 1120-S 2
-1010011010010 bond-issuance 2
-1010011010010 car-output 3
-1010011010010 jellyfish 3
-1010011010010 naysaying 3
-1010011010010 julep 3
-1010011010010 salinity 3
-1010011010010 shareprice 3
-1010011010010 city. 3
-1010011010010 deficit-spending 4
-1010011010010 spending. 4
-1010011010010 cosseting 4
-1010011010010 breasting 4
-1010011010010 peeve 4
-1010011010010 orimulsion 4
-1010011010010 nursing-care 5
-1010011010010 Libertad 6
-1010011010010 saboteur 7
-1010011010010 forebearance 8
-1010011010010 photosynthesis 8
-1010011010010 interchanges 14
-1010011010010 overreaching 15
-1010011010010 clays 16
-1010011010010 overspending 22
-1010011010010 expenditure 216
-1010011010010 punishment 316
-1010011010010 contracting 487
-1010011010010 outlays 860
-1010011010010 expenditures 986
-1010011010010 spending 9171
-1010011010010 borrowing 1958
-1010011010011 Lee-Enfields 1
-1010011010011 1,103,000 1
-1010011010011 consultancies 1
-1010011010011 KSTS-TV 1
-1010011010011 295.98 1
-1010011010011 Stakeholders 1
-1010011010011 subbing 1
-1010011010011 capacity-cutting 1
-1010011010011 Hoovernomics 1
-1010011010011 Cakaudrove 1
-1010011010011 7-26 1
-1010011010011 sorbate 1
-1010011010011 superspecialization 1
-1010011010011 1515.0 1
-1010011010011 Kwangwondo 1
-1010011010011 near-stagnation 1
-1010011010011 529,952 1
-1010011010011 william 1
-1010011010011 ascots 1
-1010011010011 1,886 1
-1010011010011 1,621 1
-1010011010011 Goldsworthy 1
-1010011010011 half-slumber 1
-1010011010011 tile-maker 1
-1010011010011 98.81 1
-1010011010011 Preetorius 1
-1010011010011 Aeronomy 1
-1010011010011 2,694 1
-1010011010011 profitablility 1
-1010011010011 Somersets 1
-1010011010011 verbalizing 1
-1010011010011 prostatectomies 1
-1010011010011 shogun 1
-1010011010011 propsectuses 1
-1010011010011 vaccine-believed 1
-1010011010011 Actium 1
-1010011010011 ulceration 1
-1010011010011 .196 1
-1010011010011 1,464,000 1
-1010011010011 chompers 1
-1010011010011 67,071 1
-1010011010011 28402 1
-1010011010011 Ethnology 1
-1010011010011 Holies 1
-1010011010011 WTTG 1
-1010011010011 goods-dollar 1
-1010011010011 4-foot-11 1
-1010011010011 .352 1
-1010011010011 154.95 1
-1010011010011 1.8640 1
-1010011010011 607.24 1
-1010011010011 penholder 1
-1010011010011 involuntary-manslaughter 1
-1010011010011 musuems 1
-1010011010011 KABC-TV 1
-1010011010011 pifflings 1
-1010011010011 provision-making 1
-1010011010011 sewn-on 1
-1010011010011 anti-wimpisms 1
-1010011010011 29,432 1
-1010011010011 Denishawn 1
-1010011010011 A.-excitability 1
-1010011010011 6,523,237 1
-1010011010011 Cannongate 1
-1010011010011 superstrength 1
-1010011010011 earths 1
-1010011010011 line-printers 1
-1010011010011 776.42 1
-1010011010011 volatiles 1
-1010011010011 flukes 1
-1010011010011 Milanje 1
-1010011010011 crypto-Nazis 1
-1010011010011 1,463,000 1
-1010011010011 historicism 1
-1010011010011 Sojitra 1
-1010011010011 earniings 1
-1010011010011 near-holiness 1
-1010011010011 WERG-FM 1
-1010011010011 1,592,000 1
-1010011010011 noneconomics 1
-1010011010011 Terray 1
-1010011010011 Besancon 1
-1010011010011 1.9490 1
-1010011010011 Castile 1
-1010011010011 fast-learning 1
-1010011010011 drapings 1
-1010011010011 18,720 1
-1010011010011 Lo-tung 1
-1010011010011 approval-specifically 1
-1010011010011 pectin 1
-1010011010011 columbine 1
-1010011010011 Hellenism 1
-1010011010011 mudder 1
-1010011010011 2,562,500 1
-1010011010011 cavatinas 1
-1010011010011 tilth 1
-1010011010011 Newcastle-Upon-Tyne 1
-1010011010011 small-holding 1
-1010011010011 unveilings 1
-1010011010011 pseudo-journalists 1
-1010011010011 2387.2 1
-1010011010011 .306 1
-1010011010011 cormorants 1
-1010011010011 jane 1
-1010011010011 KTMD-TV 1
-1010011010011 Tembu 1
-1010011010011 1,452,000 1
-1010011010011 instabiity 1
-1010011010011 Chapultepec 1
-1010011010011 jokesters 1
-1010011010011 bags/individually 1
-1010011010011 Santarem 1
-1010011010011 ticket-balancing 1
-1010011010011 Uniformity 1
-1010011010011 31,548 1
-1010011010011 export-applications 1
-1010011010011 Canting 1
-1010011010011 three-to-five-year-olds 1
-1010011010011 over-investment 1
-1010011010011 678,399 1
-1010011010011 Ica 1
-1010011010011 earth-tone 1
-1010011010011 286,282 1
-1010011010011 williams 1
-1010011010011 2:12.90 1
-1010011010011 Blanchards 1
-1010011010011 comedy-adventure 1
-1010011010011 Sarp 1
-1010011010011 24,209 1
-1010011010011 Rummidge 1
-1010011010011 Deshima 1
-1010011010011 KWQC-TV 1
-1010011010011 consignees 1
-1010011010011 68,700 1
-1010011010011 65,309 1
-1010011010011 Musetta 2
-1010011010011 guys. 2
-1010011010011 Peleliu 2
-1010011010011 entrapments 2
-1010011010011 Tom-Pato 2
-1010011010011 dividers 2
-1010011010011 tumbler 2
-1010011010011 miseducation 2
-1010011010011 businessses 2
-1010011010011 glistened 2
-1010011010011 esters 2
-1010011010011 merrymakers 2
-1010011010011 plexus 2
-1010011010011 car-maker 2
-1010011010011 goods. 2
-1010011010011 liberators 2
-1010011010011 condensers 2
-1010011010011 information- 2
-1010011010011 toupees 2
-1010011010011 asterisks 2
-1010011010011 DC-10-30s 2
-1010011010011 porosity 2
-1010011010011 balancers 2
-1010011010011 litterers 2
-1010011010011 alders 2
-1010011010011 flackery 2
-1010011010011 mulches 2
-1010011010011 Taejon 2
-1010011010011 Blindness 2
-1010011010011 10-pence 2
-1010011010011 llama 2
-1010011010011 Hematology 2
-1010011010011 carbs 2
-1010011010011 tractor-trailers 2
-1010011010011 heatstroke 2
-1010011010011 Chris-Crafts 2
-1010011010011 pain-relievers 2
-1010011010011 doo-dads 2
-1010011010011 aquamarine 3
-1010011010011 natured 3
-1010011010011 statelessness 3
-1010011010011 family- 3
-1010011010011 gimcrackery 3
-1010011010011 siderography 3
-1010011010011 WNAC-TV 3
-1010011010011 privateers 3
-1010011010011 tooths 3
-1010011010011 WNEW-AM 3
-1010011010011 1968-69 3
-1010011010011 hothouses 4
-1010011010011 vermouth 4
-1010011010011 teacher-graduates 4
-1010011010011 aerosols 4
-1010011010011 gendarmes 4
-1010011010011 storks 4
-1010011010011 KGMC-TV 5
-1010011010011 mini-mills 5
-1010011010011 rennin 5
-1010011010011 Earls 5
-1010011010011 komboloi 5
-1010011010011 pachyderms 5
-1010011010011 holes-in-one 5
-1010011010011 pollack 5
-1010011010011 distilleries 5
-1010011010011 mega-carriers 6
-1010011010011 jackhammers 6
-1010011010011 basil 6
-1010011010011 microspheres 6
-1010011010011 dawdling 6
-1010011010011 crusts 6
-1010011010011 karma 6
-1010011010011 mutagens 7
-1010011010011 nationhood 7
-1010011010011 non-durables 7
-1010011010011 Picassos 7
-1010011010011 superlatives 7
-1010011010011 typefaces 8
-1010011010011 lighthouses 8
-1010011010011 surfactant 8
-1010011010011 turnips 8
-1010011010011 vote-buying 9
-1010011010011 footholds 10
-1010011010011 disinterest 11
-1010011010011 yearlings 11
-1010011010011 punctuation 12
-1010011010011 troughs 16
-1010011010011 campgrounds 16
-1010011010011 almonds 17
-1010011010011 lipoprotein 18
-1010011010011 nondurables 21
-1010011010011 timberlands 34
-1010011010011 dough 52
-1010011010011 workdays 56
-1010011010011 durables 63
-1010011010011 luck 475
-1010011010011 faith 840
-1010011010011 hostages 901
-1010011010011 seats 2397
-1010011010011 goods 5391
-1010011010011 confidence 2493
-1010011010100 punchless 1
-1010011010100 retailiation 1
-1010011010100 Atlas-Centaurs 1
-1010011010100 birthweights 1
-1010011010100 14,825 1
-1010011010100 73,338 1
-1010011010100 more-equal 1
-1010011010100 quality-awareness 1
-1010011010100 unappealingly 1
-1010011010100 cost-competition 1
-1010011010100 glasses-wearers 1
-1010011010100 undertow 1
-1010011010100 counterpressure 1
-1010011010100 hang-outs 1
-1010011010100 nonconfrontation 1
-1010011010100 proccedings 1
-1010011010100 incivility 1
-1010011010100 frittatas 1
-1010011010100 213,453 1
-1010011010100 Efrat 1
-1010011010100 price-competitiveness 1
-1010011010100 adjacencies 1
-1010011010100 Chux 1
-1010011010100 microcapitalists 1
-1010011010100 nitty-gritties 1
-1010011010100 discrimating 1
-1010011010100 tissue-change 1
-1010011010100 lethality 1
-1010011010100 clot-dissolvers 2
-1010011010100 bibliographies 2
-1010011010100 ll 2
-1010011010100 Rodents 2
-1010011010100 overborrowing 2
-1010011010100 abbreviations 2
-1010011010100 promotion. 2
-1010011010100 fingerpointing 2
-1010011010100 self-flagellation 2
-1010011010100 repaving 2
-1010011010100 wiseacres 2
-1010011010100 uncollectibles 2
-1010011010100 I-75 2
-1010011010100 yam 2
-1010011010100 Silverhawks 2
-1010011010100 retrials 3
-1010011010100 386/20 3
-1010011010100 commendation 3
-1010011010100 burr 3
-1010011010100 BioAdvance 3
-1010011010100 moderns 4
-1010011010100 riverbanks 4
-1010011010100 competiton 4
-1010011010100 salivation 4
-1010011010100 trysts 4
-1010011010100 dodger 4
-1010011010100 floodlights 5
-1010011010100 fixings 5
-1010011010100 eggnog 5
-1010011010100 retaliations 5
-1010011010100 737-500s 6
-1010011010100 pumpkins 6
-1010011010100 fare-cutting 6
-1010011010100 rumination 6
-1010011010100 tussles 7
-1010011010100 lint 7
-1010011010100 manna 7
-1010011010100 sediment 7
-1010011010100 matchups 8
-1010011010100 megabucks 8
-1010011010100 desertions 8
-1010011010100 counterattacks 11
-1010011010100 misbehavior 12
-1010011010100 chronologically 13
-1010011010100 subgroups 21
-1010011010100 cross-trading 25
-1010011010100 specialization 27
-1010011010100 unionism 33
-1010011010100 abstinence 36
-1010011010100 retribution 40
-1010011010100 leniency 42
-1010011010100 vigilance 48
-1010011010100 noncompliance 56
-1010011010100 reprisals 59
-1010011010100 residuals 62
-1010011010100 experimentation 78
-1010011010100 collusion 93
-1010011010100 injunctions 95
-1010011010100 meddling 98
-1010011010100 havoc 115
-1010011010100 revenge 161
-1010011010100 fallout 230
-1010011010100 anonymity 244
-1010011010100 interference 331
-1010011010100 coordination 402
-1010011010100 restraint 493
-1010011010100 retaliation 508
-1010011010100 discrimination 921
-1010011010100 cooperation 1483
-1010011010100 sanctions 1516
-1010011010100 proceedings 1883
-1010011010100 damages 2621
-1010011010100 protection 3874
-1010011010100 competition 5358
-1010011010101 one-refund-a-household 1
-1010011010101 Minimums 1
-1010011010101 Debbee 1
-1010011010101 144,734 1
-1010011010101 652,094 1
-1010011010101 clot. 1
-1010011010101 corncobs 1
-1010011010101 soberness 1
-1010011010101 premium-to-book-value 1
-1010011010101 1505 1
-1010011010101 non-cancerous 1
-1010011010101 Hasa 1
-1010011010101 letted 1
-1010011010101 syrinage 1
-1010011010101 HOL.A 1
-1010011010101 doctrine-provision 1
-1010011010101 tremens 1
-1010011010101 splatter-marks 1
-1010011010101 Newspeak 1
-1010011010101 seatmate 1
-1010011010101 backroads 1
-1010011010101 Raped 1
-1010011010101 questions-but 1
-1010011010101 2158.60 1
-1010011010101 383.81 1
-1010011010101 25. 1
-1010011010101 2,158.61 1
-1010011010101 corpuscles 1
-1010011010101 lightener 1
-1010011010101 -200 1
-1010011010101 damage-reactions 1
-1010011010101 emhasis 1
-1010011010101 Miscues 1
-1010011010101 carcinoid 1
-1010011010101 nodules 1
-1010011010101 jiujitsu 1
-1010011010101 return-based 1
-1010011010101 boatyards 1
-1010011010101 160.85 1
-1010011010101 T-lymphotropic 1
-1010011010101 glug 1
-1010011010101 availabe 1
-1010011010101 pedantocracy 1
-1010011010101 363,300 1
-1010011010101 syringae 1
-1010011010101 photo-essay 1
-1010011010101 40-54 1
-1010011010101 cryobanking 1
-1010011010101 Hutchi 1
-1010011010101 Portent 1
-1010011010101 brevities 1
-1010011010101 atack 1
-1010011010101 Lags 1
-1010011010101 62-64 1
-1010011010101 post-Sandinista 1
-1010011010101 foodstores 1
-1010011010101 alga 1
-1010011010101 counteroffensives 1
-1010011010101 rule-makings 1
-1010011010101 height-weight 1
-1010011010101 Antalya 1
-1010011010101 transaxles 1
-1010011010101 fatback 1
-1010011010101 status-quoism 1
-1010011010101 mucciloid 1
-1010011010101 cheerlessness 1
-1010011010101 miniplazas 1
-1010011010101 dmage 1
-1010011010101 Menshikov 1
-1010011010101 disk-brake 1
-1010011010101 tomatomongers 1
-1010011010101 Paranagua 1
-1010011010101 Sevastopol 1
-1010011010101 presure 1
-1010011010101 falsies 1
-1010011010101 25746.56 1
-1010011010101 71,800 1
-1010011010101 2248.73 1
-1010011010101 686.65 1
-1010011010101 asphyxia 1
-1010011010101 maintenance-agreement 1
-1010011010101 I-35 1
-1010011010101 B2200 1
-1010011010101 15-21 1
-1010011010101 protectants 1
-1010011010101 fundability 1
-1010011010101 9-16 1
-1010011010101 BLIP 1
-1010011010101 9.975 1
-1010011010101 forms-processing 1
-1010011010101 Phase-2 1
-1010011010101 adverts 1
-1010011010101 disputations 1
-1010011010101 65-75 1
-1010011010101 50,759 1
-1010011010101 .337 1
-1010011010101 Ilyushins 1
-1010011010101 VisiTel 2
-1010011010101 actor-centered 2
-1010011010101 waypoint 2
-1010011010101 pushcarts 2
-1010011010101 equivocating 2
-1010011010101 stoops 2
-1010011010101 vamp 2
-1010011010101 potheads 2
-1010011010101 25-34 2
-1010011010101 tranfusions 2
-1010011010101 sundaes 2
-1010011010101 down-payments 2
-1010011010101 cross-default 2
-1010011010101 pusillanimity 2
-1010011010101 over-reliance 2
-1010011010101 peekers 2
-1010011010101 ally-bashing 2
-1010011010101 millennialists 2
-1010011010101 scepticism 2
-1010011010101 stalemates 3
-1010011010101 rehabs 3
-1010011010101 croaking 3
-1010011010101 interrelationships 3
-1010011010101 sedimentation 3
-1010011010101 2,690 3
-1010011010101 yakking 3
-1010011010101 mopeds 3
-1010011010101 Ashram 3
-1010011010101 occlusion 3
-1010011010101 ultrasonography 3
-1010011010101 18-34 3
-1010011010101 Parliamentarians 3
-1010011010101 grafitti 4
-1010011010101 diffraction 4
-1010011010101 Symposium 4
-1010011010101 cadenza 4
-1010011010101 attack. 4
-1010011010101 overemphasis 4
-1010011010101 hesitance 5
-1010011010101 subconference 5
-1010011010101 weevil 6
-1010011010101 pangs 6
-1010011010101 stopwatches 6
-1010011010101 referenda 7
-1010011010101 overdependence 7
-1010011010101 tarps 7
-1010011010101 motility 7
-1010011010101 platelets 8
-1010011010101 mark-up 8
-1010011010101 overreliance 8
-1010011010101 encroachments 10
-1010011010101 traction 11
-1010011010101 flip-flops 11
-1010011010101 blinders 11
-1010011010101 fighter-bombers 12
-1010011010101 axle 15
-1010011010101 grafts 17
-1010011010101 endings 20
-1010011010101 advisement 21
-1010011010101 icing 23
-1010011010101 duress 30
-1010011010101 deviation 35
-1010011010101 coaster 56
-1010011010101 marrow 66
-1010011010101 tabs 70
-1010011010101 constraint 72
-1010011010101 transfusions 91
-1010011010101 assaults 126
-1010011010101 clots 126
-1010011010101 reliance 298
-1010011010101 dependence 378
-1010011010101 assault 522
-1010011010101 emphasis 1028
-1010011010101 attacks 1501
-1010011010101 damage 2285
-1010011010101 pressure 6549
-1010011010101 attack 2736
-10100110101100 crackpots 1
-10100110101100 household-forming 1
-10100110101100 ratifications 1
-10100110101100 under-consumption 1
-10100110101100 earthquake-recovery 1
-10100110101100 myosin 1
-10100110101100 inhabitation 1
-10100110101100 budget-constraint 1
-10100110101100 rule-maker 1
-10100110101100 whale-watching 1
-10100110101100 Namah 1
-10100110101100 deficit-cut 1
-10100110101100 electrocutions 1
-10100110101100 econo-box 1
-10100110101100 have-beens 1
-10100110101100 mapwork 1
-10100110101100 logician 1
-10100110101100 thrombosis 1
-10100110101100 self-collection 1
-10100110101100 RICO-related 1
-10100110101100 immuno-deficiency 1
-10100110101100 stockownership 1
-10100110101100 colitis 1
-10100110101100 chorionic 1
-10100110101100 power-tools 1
-10100110101100 bleatings 1
-10100110101100 scofflaw 1
-10100110101100 districting 1
-10100110101100 conjugator 1
-10100110101100 CD4-pseudomonas 1
-10100110101100 bents 1
-10100110101100 threateners 1
-10100110101100 July/August 1
-10100110101100 place-names 1
-10100110101100 cuckolding 1
-10100110101100 deviancy 1
-10100110101100 apercu 1
-10100110101100 specialist-printer 1
-10100110101100 chemical-proof 1
-10100110101100 firm-of-the-year 1
-10100110101100 commonplaces 1
-10100110101100 benefaction 1
-10100110101100 profit-spreads 1
-10100110101100 dough-maker 1
-10100110101100 namer 1
-10100110101100 ex-officers 1
-10100110101100 declines. 1
-10100110101100 vita 1
-10100110101100 performance-anxiety 1
-10100110101100 bux 1
-10100110101100 covering-your-rear-end 1
-10100110101100 formas 1
-10100110101100 aggregate-demand 1
-10100110101100 theodicy 1
-10100110101100 biologism 1
-10100110101100 yen-linked 1
-10100110101100 illness-care 1
-10100110101100 capital-building 1
-10100110101100 bill-of-rights 1
-10100110101100 order-filling 1
-10100110101100 racketface 1
-10100110101100 ablution 1
-10100110101100 tastemakers 1
-10100110101100 candlesticks 1
-10100110101100 interlopes 1
-10100110101100 decompensation 1
-10100110101100 Safirite 1
-10100110101100 baseness 1
-10100110101100 quick-switch 1
-10100110101100 probations 1
-10100110101100 waverings 1
-10100110101100 Marathi-speakers 1
-10100110101100 couture. 1
-10100110101100 rheostat 1
-10100110101100 sharpshooting 1
-10100110101100 boarding-houses 1
-10100110101100 line-drawing 1
-10100110101100 bond-and-stock 1
-10100110101100 100-dollar 1
-10100110101100 10-series 1
-10100110101100 dreck 1
-10100110101100 debilities 1
-10100110101100 market-crisis 1
-10100110101100 constitutents 1
-10100110101100 regionality 1
-10100110101100 11-class 1
-10100110101100 foreign-financing 1
-10100110101100 writer/producers 1
-10100110101100 training. 1
-10100110101100 scramblings 1
-10100110101100 adenoviruses 1
-10100110101100 far-rightists 1
-10100110101100 literalism 1
-10100110101100 spectrums 1
-10100110101100 freeshare 1
-10100110101100 workups 1
-10100110101100 support. 1
-10100110101100 ten-strike 1
-10100110101100 TEMPERS 1
-10100110101100 endarterectomy 1
-10100110101100 nicety 1
-10100110101100 stylebooks 1
-10100110101100 freelancing 1
-10100110101100 incinerator-ash 1
-10100110101100 dominations 1
-10100110101100 immunolodeficiency 1
-10100110101100 Naga 1
-10100110101100 maneuverer 1
-10100110101100 CL215s 1
-10100110101100 facilitation 1
-10100110101100 crew-pairing 1
-10100110101100 non-matured 1
-10100110101100 dedications 1
-10100110101100 Xanadu 1
-10100110101100 jag 1
-10100110101100 quo-warrants 1
-10100110101100 361-45 1
-10100110101100 drug-business 1
-10100110101100 recollectivization 1
-10100110101100 often-maligned 1
-10100110101100 Zeki 1
-10100110101100 hero-celebrity 1
-10100110101100 ivory-trade 1
-10100110101100 Trofimov 2
-10100110101100 BELEAGUERED 2
-10100110101100 Yadin 2
-10100110101100 stock-issuing 2
-10100110101100 free-scrip 2
-10100110101100 icecaps 2
-10100110101100 windbag 2
-10100110101100 obbligato 2
-10100110101100 fee. 2
-10100110101100 sovereignties 2
-10100110101100 falconer 2
-10100110101100 quos 3
-10100110101100 roll-back 3
-10100110101100 Nover 3
-10100110101100 darters 3
-10100110101100 base. 3
-10100110101100 HH 4
-10100110101100 chits 4
-10100110101100 rampages 4
-10100110101100 syncytial 5
-10100110101100 Pamyat 6
-10100110101100 Epidemic 6
-10100110101100 objector 6
-10100110101100 tic 6
-10100110101100 mains 7
-10100110101100 embolism 7
-10100110101100 slur 13
-10100110101100 bono 14
-10100110101100 suasion 14
-10100110101100 deferment 17
-10100110101100 acceptability 19
-10100110101100 couture 23
-10100110101100 immunodeficiency 25
-10100110101100 disobedience 38
-10100110101100 rata 73
-10100110101100 beings 128
-10100110101100 forma 136
-10100110101100 liberties 182
-10100110101100 corrections 243
-10100110101100 rights 7407
-10100110101100 obligation 835
-10100110101101 Gedda 1
-10100110101101 Edwardian-type 1
-10100110101101 spaced-based 1
-10100110101101 sables 1
-10100110101101 season-ending 1
-10100110101101 mile-plus-high 1
-10100110101101 quadrenniel 1
-10100110101101 PHILSECO 1
-10100110101101 stroker 1
-10100110101101 anemometers 1
-10100110101101 steam-supply 1
-10100110101101 beefing-up 1
-10100110101101 caesium 1
-10100110101101 byphenyls 1
-10100110101101 loan-assets 1
-10100110101101 taximeter 1
-10100110101101 Nilopolis 1
-10100110101101 inhalers 1
-10100110101101 established-brand 1
-10100110101101 clock-based 1
-10100110101101 flight. 1
-10100110101101 winterizers 1
-10100110101101 missiles. 1
-10100110101101 decongestants 1
-10100110101101 high-overhead 1
-10100110101101 Miho 1
-10100110101101 fruit-tree 1
-10100110101101 windshield-repair 1
-10100110101101 chemotherapies 1
-10100110101101 infinities 1
-10100110101101 100-room 1
-10100110101101 arms-underlines 1
-10100110101101 liberal-internationalist 1
-10100110101101 Rockwell-built 1
-10100110101101 freezeniks 1
-10100110101101 mud-embedded 1
-10100110101101 sign-now-pay-later 1
-10100110101101 racecourse 1
-10100110101101 Ilyushin-96 1
-10100110101101 Tupolev-204 1
-10100110101101 nematicide 1
-10100110101101 infarcts 1
-10100110101101 food-drying 1
-10100110101101 velocities 1
-10100110101101 Salang 1
-10100110101101 office-phone 1
-10100110101101 infarct 1
-10100110101101 weapons-destruction 1
-10100110101101 T-form 1
-10100110101101 Tatliyev 1
-10100110101101 Standyne 1
-10100110101101 neurochemicals 1
-10100110101101 juice-storage 1
-10100110101101 maidenhood 1
-10100110101101 vagabondage 1
-10100110101101 2,000-people 1
-10100110101101 plastics-compounding 1
-10100110101101 vitrification 1
-10100110101101 film. 1
-10100110101101 beanbags 1
-10100110101101 point-of-view 2
-10100110101101 Chryslers 2
-10100110101101 ophthalmoscopes 2
-10100110101101 Y-12 2
-10100110101101 windsurfing 2
-10100110101101 courant 2
-10100110101101 pentoxide 2
-10100110101101 suppository 2
-10100110101101 ELISA 2
-10100110101101 11-to-1 2
-10100110101101 strongbox 2
-10100110101101 reverse-osmosis 2
-10100110101101 KOVR-TV 2
-10100110101101 americium-241 2
-10100110101101 Tsugaru 2
-10100110101101 reagent 2
-10100110101101 barbiturates 2
-10100110101101 Suwon 2
-10100110101101 chin-up 2
-10100110101101 inhalants 2
-10100110101101 399-17 2
-10100110101101 Franjieh 2
-10100110101101 ALCMs 2
-10100110101101 cryptography 3
-10100110101101 thermal-processing 3
-10100110101101 panoramas 3
-10100110101101 Pancake 3
-10100110101101 airpower 3
-10100110101101 self-hatred 3
-10100110101101 marshland 3
-10100110101101 missile-launch 3
-10100110101101 Kunduz 3
-10100110101101 Kingdome 3
-10100110101101 tracers 3
-10100110101101 radiometer 3
-10100110101101 cigarette-making 3
-10100110101101 fission 4
-10100110101101 excavations 4
-10100110101101 singularity 4
-10100110101101 waste-storage 4
-10100110101101 iodine-131 4
-10100110101101 gasification 5
-10100110101101 nuclei 5
-10100110101101 Morenci 5
-10100110101101 porthole 5
-10100110101101 prosthetics 5
-10100110101101 surfactants 6
-10100110101101 timepiece 6
-10100110101101 religiosity 6
-10100110101101 aperture 7
-10100110101101 vera 8
-10100110101101 infarction 9
-10100110101101 teleconference 9
-10100110101101 latticework 9
-10100110101101 nukes 9
-10100110101101 isotopes 10
-10100110101101 iodine 10
-10100110101101 armament 13
-10100110101101 dominion 14
-10100110101101 sprees 17
-10100110101101 electrode 17
-10100110101101 talc 18
-10100110101101 triad 20
-10100110101101 holocaust 23
-10100110101101 annihilation 23
-10100110101101 biphenyls 27
-10100110101101 warhead 44
-10100110101101 armaments 44
-10100110101101 smears 45
-10100110101101 countermeasures 49
-10100110101101 weaponry 96
-10100110101101 arsenals 112
-10100110101101 deterrence 134
-10100110101101 disarmament 161
-10100110101101 arsenal 178
-10100110101101 superiority 181
-10100110101101 fabric 226
-10100110101101 deterrent 235
-10100110101101 custody 275
-10100110101101 warheads 279
-10100110101101 spree 299
-10100110101101 warfare 363
-10100110101101 wisdom 590
-10100110101101 power 10241
-10100110101101 weapons 3146
-10100110101110 responsiblities 1
-10100110101110 churners 1
-10100110101110 responsibilty 1
-10100110101110 chromatography 1
-10100110101110 hunting-ground 1
-10100110101110 quasi-monopoly 2
-10100110101110 lie. 2
-10100110101110 permutation 2
-10100110101110 expandability 3
-10100110101110 funding. 3
-10100110101110 quirkiness 3
-10100110101110 thereto 3
-10100110101110 lithotripsy 3
-10100110101110 scheduler 3
-10100110101110 wattage 3
-10100110101110 Alpha/three 3
-10100110101110 kazoos 4
-10100110101110 humaneness 4
-10100110101110 recapping 4
-10100110101110 innovativeness 4
-10100110101110 chromatographs 4
-10100110101110 encumbrances 4
-10100110101110 inbreeding 4
-10100110101110 embellishments 4
-10100110101110 derricks 5
-10100110101110 falsifications 5
-10100110101110 easements 6
-10100110101110 decomposition 6
-10100110101110 kickers 6
-10100110101110 polloi 7
-10100110101110 wholesomeness 7
-10100110101110 beneficence 7
-10100110101110 bombardments 7
-10100110101110 hajj 7
-10100110101110 carry-overs 7
-10100110101110 arcana 8
-10100110101110 viscosity 8
-10100110101110 toleration 9
-10100110101110 profitablity 9
-10100110101110 condensates 11
-10100110101110 unreality 12
-10100110101110 exertion 12
-10100110101110 comity 13
-10100110101110 servitude 14
-10100110101110 transferability 15
-10100110101110 demagogy 17
-10100110101110 inhibitions 17
-10100110101110 reproach 18
-10100110101110 seasoning 19
-10100110101110 procrastination 20
-10100110101110 mouthpiece 26
-10100110101110 dispensers 27
-10100110101110 coherence 31
-10100110101110 alignment 33
-10100110101110 irresponsibility 40
-10100110101110 cohesion 47
-10100110101110 self-sufficiency 48
-10100110101110 wetlands 54
-10100110101110 progression 63
-10100110101110 firepower 67
-10100110101110 embryos 73
-10100110101110 riches 87
-10100110101110 dependency 131
-10100110101110 know-how 131
-10100110101110 shocks 135
-10100110101110 manpower 137
-10100110101110 censorship 144
-10100110101110 tolerance 160
-10100110101110 congestion 172
-10100110101110 accountability 199
-10100110101110 pills 250
-10100110101110 belt 258
-10100110101110 openness 262
-10100110101110 autonomy 300
-10100110101110 muscle 363
-10100110101110 clout 469
-10100110101110 discipline 549
-10100110101110 capability 592
-10100110101110 expertise 738
-10100110101110 leverage 756
-10100110101110 efficiency 901
-10100110101110 duty 953
-10100110101110 flexibility 1015
-10100110101110 liquidity 1257
-10100110101110 schedule 1379
-10100110101110 powers 1527
-10100110101110 freedom 1587
-10100110101110 coverage 1983
-10100110101110 resources 2740
-10100110101110 reserves 4695
-10100110101110 capacity 3873
-10100110101111 nine- 1
-10100110101111 asup 1
-10100110101111 Dukakis-backing 1
-10100110101111 Parker-with-strings 1
-10100110101111 Germans-Werner 1
-10100110101111 nelson 1
-10100110101111 taxi-group 1
-10100110101111 hand-wired 1
-10100110101111 not-at-all-disinterested 1
-10100110101111 multi-county 1
-10100110101111 brick-and-wood 1
-10100110101111 memebership 1
-10100110101111 nomad 2
-10100110101111 Khalq 2
-10100110101111 chargeability 2
-10100110101111 impertinence 2
-10100110101111 housing-subcommittee 2
-10100110101111 switchbacks 2
-10100110101111 Gurkhas 2
-10100110101111 fretwork 2
-10100110101111 composers-in-residence 2
-10100110101111 gerbil 2
-10100110101111 seventeenfold 2
-10100110101111 expediencies 2
-10100110101111 terrors 2
-10100110101111 entreaty 2
-10100110101111 power. 2
-10100110101111 hard-disks 2
-10100110101111 cookout 3
-10100110101111 savanna 3
-10100110101111 refiling 3
-10100110101111 vote-rigging 3
-10100110101111 Strikeback 3
-10100110101111 scribblings 3
-10100110101111 inhumanity 3
-10100110101111 impetuosity 3
-10100110101111 serpents 4
-10100110101111 angriest 4
-10100110101111 globes 4
-10100110101111 fratricide 4
-10100110101111 faithfulness 5
-10100110101111 farmhands 5
-10100110101111 virulence 5
-10100110101111 2722 5
-10100110101111 obeisances 5
-10100110101111 inheritances 5
-10100110101111 bogies 5
-10100110101111 undergrowth 5
-10100110101111 intervenor 5
-10100110101111 forbearances 5
-10100110101111 microeconomics 6
-10100110101111 Oppressed 7
-10100110101111 brickbats 7
-10100110101111 digressions 8
-10100110101111 inhibition 8
-10100110101111 acetylcholine 8
-10100110101111 stoicism 8
-10100110101111 scrimping 8
-10100110101111 resistence 9
-10100110101111 admittance 10
-10100110101111 gumption 12
-10100110101111 sustenance 13
-10100110101111 greetings 15
-10100110101111 coals 17
-10100110101111 pizazz 22
-10100110101111 airtime 25
-10100110101111 antipathy 37
-10100110101111 flak 50
-10100110101111 homage 60
-10100110101111 solace 62
-10100110101111 luster 88
-10100110101111 credence 91
-10100110101111 submission 104
-10100110101111 latitude 109
-10100110101111 guts 110
-10100110101111 fanfare 111
-10100110101111 prey 121
-10100110101111 allegiance 129
-10100110101111 asylum 131
-10100110101111 leeway 143
-10100110101111 applause 148
-10100110101111 inspiration 158
-10100110101111 hostility 219
-10100110101111 urgency 267
-10100110101111 courage 328
-10100110101111 comfort 370
-10100110101111 discretion 424
-10100110101111 immunity 564
-10100110101111 loyalty 572
-10100110101111 representation 582
-10100110101111 resistance 1430
-10100110101111 intent 1666
-10100110101111 membership 1855
-10100110101111 authority 2863
-10100110101111 opposition 4458
-10100110101111 attention 3693
-1010011011000 Contempt 1
-1010011011000 S-281 1
-1010011011000 Lectionary 1
-1010011011000 outook 1
-1010011011000 nonsmelly 1
-1010011011000 slow-going 1
-1010011011000 900-level 1
-1010011011000 death-knell 1
-1010011011000 oppurtunities 1
-1010011011000 .98 1
-1010011011000 commisssion 1
-1010011011000 wormers 1
-1010011011000 security-checking 1
-1010011011000 two-putted 1
-1010011011000 PEST 1
-1010011011000 730s 1
-1010011011000 ball-carrier 1
-1010011011000 sorrowed 1
-1010011011000 requestion 1
-1010011011000 outdoorsy 1
-1010011011000 PDL 1
-1010011011000 terrority 1
-1010011011000 responsibity 1
-1010011011000 Needlecraft 1
-1010011011000 member-companies 1
-1010011011000 Max-Planck-Institute 1
-1010011011000 crack-ups 1
-1010011011000 103.24 1
-1010011011000 100.58 1
-1010011011000 ROIs 1
-1010011011000 waivered 1
-1010011011000 Sendingkerk 1
-1010011011000 heart-effective 1
-1010011011000 Inpulse 1
-1010011011000 eyeteeth 1
-1010011011000 misgovernment 1
-1010011011000 112.08 1
-1010011011000 untried-market 1
-1010011011000 1620s 1
-1010011011000 propsects 1
-1010011011000 field-calling 1
-1010011011000 LPPs 1
-1010011011000 109.95 1
-1010011011000 civvies 1
-1010011011000 hygrometers 1
-1010011011000 silkier 1
-1010011011000 318,461 1
-1010011011000 foible 1
-1010011011000 switchgear 1
-1010011011000 chemistries 1
-1010011011000 emmissary 1
-1010011011000 redefinitions 1
-1010011011000 kibbles-and-bits 1
-1010011011000 armature 1
-1010011011000 severally 1
-1010011011000 backseam 1
-1010011011000 russet 1
-1010011011000 tramways 1
-1010011011000 forcecast 1
-1010011011000 savings. 1
-1010011011000 564,219 1
-1010011011000 3,774 1
-1010011011000 hots 1
-1010011011000 spinnakers 1
-1010011011000 .322 1
-1010011011000 ad-campaigns 1
-1010011011000 faa 1
-1010011011000 FDR-Americans 1
-1010011011000 LAPD 1
-1010011011000 undistinguishable 1
-1010011011000 roominess 1
-1010011011000 tablogs 1
-1010011011000 sharpeis 1
-1010011011000 ostinatos 1
-1010011011000 purgation 1
-1010011011000 165,970 1
-1010011011000 snugness 1
-1010011011000 Kreuznach 1
-1010011011000 3,063 1
-1010011011000 undersecretary-general 1
-1010011011000 up-starts 1
-1010011011000 xylophones 1
-1010011011000 self-criticisms 1
-1010011011000 doctrinemaker 1
-1010011011000 obstreperousness 1
-1010011011000 co-responsibility 1
-1010011011000 overcaps 1
-1010011011000 shifters 1
-1010011011000 72,200 1
-1010011011000 TRIAP 1
-1010011011000 guesthouses 2
-1010011011000 codeword 2
-1010011011000 apologetics 2
-1010011011000 wellheads 2
-1010011011000 sinecures 2
-1010011011000 Foxborough 2
-1010011011000 Kecks 2
-1010011011000 vouching 2
-1010011011000 S-curve 2
-1010011011000 aerobatics 2
-1010011011000 27000-level 2
-1010011011000 Advantage/2 2
-1010011011000 drumbeating 2
-1010011011000 Injustice 2
-1010011011000 hop-scotch 2
-1010011011000 tee-shot 2
-1010011011000 swearwords 3
-1010011011000 frisking 3
-1010011011000 bisexuality 3
-1010011011000 Hellas 3
-1010011011000 bonanzas 3
-1010011011000 750iL 3
-1010011011000 hay-mowing 3
-1010011011000 Xeroxes 3
-1010011011000 hankie 3
-1010011011000 pipettes 3
-1010011011000 quests 3
-1010011011000 pricetags 3
-1010011011000 oppositions 3
-1010011011000 FIGHT 3
-1010011011000 WORM 4
-1010011011000 lovage 4
-1010011011000 cure-alls 4
-1010011011000 amplitude 4
-1010011011000 prognosticators 4
-1010011011000 receiver-manager 5
-1010011011000 magnesia 5
-1010011011000 reponsibility 5
-1010011011000 sunroofs 5
-1010011011000 ostentation 6
-1010011011000 nourishment 6
-1010011011000 rationales 6
-1010011011000 spot-checking 6
-1010011011000 bunting 6
-1010011011000 responsiblity 7
-1010011011000 omens 7
-1010011011000 backdrops 8
-1010011011000 sanctuaries 8
-1010011011000 solicitude 9
-1010011011000 template 9
-1010011011000 methazine 9
-1010011011000 provisioning 9
-1010011011000 predilection 11
-1010011011000 foils 11
-1010011011000 tryouts 12
-1010011011000 stand-in 18
-1010011011000 timetables 27
-1010011011000 empathy 27
-1010011011000 disrespect 27
-1010011011000 perchlorate 28
-1010011011000 reverence 28
-1010011011000 lookout 32
-1010011011000 dealer-manager 35
-1010011011000 craving 37
-1010011011000 tonic 37
-1010011011000 zest 38
-1010011011000 fondness 39
-1010011011000 ardor 40
-1010011011000 thirst 40
-1010011011000 longing 51
-1010011011000 appetites 56
-1010011011000 distaste 62
-1010011011000 lust 62
-1010011011000 clamor 78
-1010011011000 flair 84
-1010011011000 admiration 117
-1010011011000 affection 121
-1010011011000 groundwork 139
-1010011011000 penchant 142
-1010011011000 rationale 169
-1010011011000 motivation 213
-1010011011000 justification 221
-1010011011000 passion 312
-1010011011000 appetite 381
-1010011011000 enthusiasm 708
-1010011011000 prospects 2173
-1010011011000 outlook 2185
-1010011011000 responsibility 2203
-1010011011000 demand 9037
-1010011011001 Trempolino 1
-1010011011001 6-footer 1
-1010011011001 ubermensch 1
-1010011011001 acitivity 1
-1010011011001 oil-tax 1
-1010011011001 17-to-1 1
-1010011011001 zonked 1
-1010011011001 Deon 1
-1010011011001 drink-franchises 1
-1010011011001 widenings 1
-1010011011001 disproportions 1
-1010011011001 battle-to-prattle 1
-1010011011001 mezzoforte 1
-1010011011001 information-carrying 1
-1010011011001 trade-restriction 1
-1010011011001 course. 1
-1010011011001 families. 1
-1010011011001 399,116 1
-1010011011001 re-showing 1
-1010011011001 SHOWING 1
-1010011011001 flexibility- 1
-1010011011001 undercoat 1
-1010011011001 virological 1
-1010011011001 lapis 1
-1010011011001 dollar-sterling 1
-1010011011001 marinates 1
-1010011011001 energy-savings 1
-1010011011001 pratings 1
-1010011011001 bourree 1
-1010011011001 glissandos 1
-1010011011001 work-weeks 1
-1010011011001 idea-generators 1
-1010011011001 stiffener 1
-1010011011001 lickings 1
-1010011011001 theorization 1
-1010011011001 product-order 1
-1010011011001 mid-Florida 1
-1010011011001 3,979 1
-1010011011001 office-workstation 1
-1010011011001 landing-type 1
-1010011011001 1,733 1
-1010011011001 ham-eggs 1
-1010011011001 power-to-weight 1
-1010011011001 5,837 1
-1010011011001 pay-hike 1
-1010011011001 8,622 1
-1010011011001 18,160 1
-1010011011001 1,111,051 1
-1010011011001 negatives. 1
-1010011011001 rolling-back 1
-1010011011001 sesssion 1
-1010011011001 committee-man 1
-1010011011001 stainers 1
-1010011011001 repents 2
-1010011011001 self-immolation 2
-1010011011001 uptilt 2
-1010011011001 wellbeing 2
-1010011011001 marginalization 2
-1010011011001 fluctations 2
-1010011011001 petroleum-producing 2
-1010011011001 redial 2
-1010011011001 Boliviano 2
-1010011011001 moustache 2
-1010011011001 nitrite 3
-1010011011001 imprisonments 3
-1010011011001 pinnacles 3
-1010011011001 landscapers 3
-1010011011001 sizzles 3
-1010011011001 vibrance 3
-1010011011001 asset-trading 3
-1010011011001 enhancers 4
-1010011011001 concessionality 4
-1010011011001 spigots 5
-1010011011001 reactivity 5
-1010011011001 growth. 5
-1010011011001 meanderings 6
-1010011011001 brushwork 7
-1010011011001 changers 7
-1010011011001 fisticuffs 8
-1010011011001 overstatements 9
-1010011011001 precipitation 41
-1010011011001 depletion 109
-1010011011001 rainfall 156
-1010011011001 tightness 158
-1010011011001 growth 14763
-1010011011001 clip 185
-1010011011010 roughing-the-passer 1
-1010011011010 coupon-cutting 1
-1010011011010 391-1 2
-1010011011010 WNJU 2
-1010011011010 Gaullism 2
-1010011011010 downdrafts 2
-1010011011010 sensuousness 2
-1010011011010 blam-blam 2
-1010011011010 manager-dealer 2
-1010011011010 re-estimates 2
-1010011011010 share-building 2
-1010011011010 nickles 2
-1010011011010 employment. 2
-1010011011010 unattractiveness 2
-1010011011010 intrusiveness 3
-1010011011010 self-discovery 3
-1010011011010 positivism 3
-1010011011010 probings 3
-1010011011010 subspecialty 3
-1010011011010 gracelessness 3
-1010011011010 inebriation 3
-1010011011010 gradations 3
-1010011011010 prodigality 3
-1010011011010 disunion 3
-1010011011010 misquotation 3
-1010011011010 world-view 3
-1010011011010 WCIX-TV 3
-1010011011010 naturalness 4
-1010011011010 overscheduling 4
-1010011011010 skulduggery 4
-1010011011010 Fugue 4
-1010011011010 tomfoolery 4
-1010011011010 war-weariness 4
-1010011011010 pseudoscience 4
-1010011011010 schemers 4
-1010011011010 progess 4
-1010011011010 stodginess 4
-1010011011010 high-mindedness 4
-1010011011010 dangerousness 4
-1010011011010 fuzziness 5
-1010011011010 tackiness 5
-1010011011010 summations 5
-1010011011010 invulnerability 5
-1010011011010 weaklings 5
-1010011011010 cannibalization 5
-1010011011010 hoofs 5
-1010011011010 relativity 5
-1010011011010 mumbo-jumbo 5
-1010011011010 bicep 5
-1010011011010 inventory-building 5
-1010011011010 calmness 5
-1010011011010 vulgarities 5
-1010011011010 sophistry 5
-1010011011010 brotherhoods 5
-1010011011010 timpani 5
-1010011011010 repressions 6
-1010011011010 Proclamation 6
-1010011011010 game-playing 6
-1010011011010 claustrophobia 6
-1010011011010 archetypes 6
-1010011011010 vividness 6
-1010011011010 fallibility 6
-1010011011010 perplexity 6
-1010011011010 hollows 6
-1010011011010 brutalities 6
-1010011011010 whiteness 6
-1010011011010 deindustrialization 6
-1010011011010 jubilee 6
-1010011011010 immobility 7
-1010011011010 vibrato 7
-1010011011010 deportment 7
-1010011011010 niceness 7
-1010011011010 backbiting 7
-1010011011010 pettiness 7
-1010011011010 persuasiveness 7
-1010011011010 heavy-handedness 7
-1010011011010 accretion 7
-1010011011010 cheapness 7
-1010011011010 slackness 7
-1010011011010 devolution 7
-1010011011010 monsoons 7
-1010011011010 megalomania 7
-1010011011010 self-governance 7
-1010011011010 shakiness 7
-1010011011010 disingenuousness 7
-1010011011010 steadfastness 7
-1010011011010 exigencies 7
-1010011011010 bedlam 8
-1010011011010 homogeneity 8
-1010011011010 emulation 8
-1010011011010 roughnecks 8
-1010011011010 blacklisting 8
-1010011011010 forcefulness 8
-1010011011010 unprofitability 8
-1010011011010 sameness 8
-1010011011010 self-righteousness 8
-1010011011010 incapacitation 8
-1010011011010 stillness 9
-1010011011010 hyperactivity 9
-1010011011010 nonchalance 9
-1010011011010 transcriptions 9
-1010011011010 peformance 9
-1010011011010 maw 9
-1010011011010 unreliability 9
-1010011011010 punctuality 9
-1010011011010 Russification 9
-1010011011010 secretiveness 9
-1010011011010 callousness 9
-1010011011010 fluidity 9
-1010011011010 incapacity 9
-1010011011010 quicksand 9
-1010011011010 probity 10
-1010011011010 preeminence 10
-1010011011010 contentiousness 10
-1010011011010 Islamization 10
-1010011011010 cornerstones 10
-1010011011010 denunciations 10
-1010011011010 spasms 10
-1010011011010 eroticism 10
-1010011011010 inquest 10
-1010011011010 acuity 11
-1010011011010 stinginess 11
-1010011011010 suburbanization 11
-1010011011010 smoothness 11
-1010011011010 disorientation 11
-1010011011010 zigzags 11
-1010011011010 desolation 11
-1010011011010 segmentation 11
-1010011011010 rejuvenation 11
-1010011011010 truthfulness 12
-1010011011010 unpleasantness 12
-1010011011010 dullness 12
-1010011011010 cruelties 12
-1010011011010 apocalypse 12
-1010011011010 regimentation 12
-1010011011010 restlessness 12
-1010011011010 savagery 12
-1010011011010 exhilaration 13
-1010011011010 flamboyance 13
-1010011011010 benevolence 13
-1010011011010 adaptability 13
-1010011011010 quickness 13
-1010011011010 monotony 13
-1010011011010 oddities 13
-1010011011010 unilateralism 13
-1010011011010 myopia 14
-1010011011010 ordination 14
-1010011011010 thievery 14
-1010011011010 inflexibility 14
-1010011011010 trajectory 14
-1010011011010 decisiveness 14
-1010011011010 agility 14
-1010011011010 shoals 14
-1010011011010 misadventures 14
-1010011011010 emotionalism 15
-1010011011010 sloppiness 15
-1010011011010 aggravation 15
-1010011011010 heroics 15
-1010011011010 nastiness 15
-1010011011010 immediacy 15
-1010011011010 illumination 15
-1010011011010 prescience 15
-1010011011010 saber-rattling 16
-1010011011010 variability 16
-1010011011010 flanks 16
-1010011011010 ebullience 16
-1010011011010 progressivity 16
-1010011011010 foibles 17
-1010011011010 renown 17
-1010011011010 willpower 17
-1010011011010 timidity 17
-1010011011010 assertiveness 17
-1010011011010 laxity 17
-1010011011010 predominance 17
-1010011011010 stubbornness 17
-1010011011010 fortitude 18
-1010011011010 banality 18
-1010011011010 intoxication 18
-1010011011010 handiwork 18
-1010011011010 aspiration 19
-1010011011010 estrangement 19
-1010011011010 differentiation 19
-1010011011010 indecisiveness 19
-1010011011010 pre-eminence 19
-1010011011010 showmanship 19
-1010011011010 rebellions 19
-1010011011010 unfairness 19
-1010011011010 martyrdom 19
-1010011011010 serenity 19
-1010011011010 exuberance 20
-1010011011010 baptism 20
-1010011011010 eruption 20
-1010011011010 lyricism 20
-1010011011010 inaccuracy 20
-1010011011010 coolness 20
-1010011011010 redirection 20
-1010011011010 indoctrination 21
-1010011011010 tranquility 21
-1010011011010 canon 21
-1010011011010 mutation 22
-1010011011010 selectivity 22
-1010011011010 underperformance 22
-1010011011010 revulsion 22
-1010011011010 profligacy 22
-1010011011010 wasteland 22
-1010011011010 permanence 23
-1010011011010 illiquidity 23
-1010011011010 practicality 23
-1010011011010 hopelessness 24
-1010011011010 emptiness 24
-1010011011010 dismemberment 24
-1010011011010 ineptitude 25
-1010011011010 uniqueness 25
-1010011011010 reregulation 25
-1010011011010 carelessness 25
-1010011011010 detachment 25
-1010011011010 detentions 25
-1010011011010 versatility 26
-1010011011010 brevity 26
-1010011011010 thoroughness 26
-1010011011010 centralization 26
-1010011011010 steadiness 27
-1010011011010 appeasement 27
-1010011011010 militancy 27
-1010011011010 micromanagement 28
-1010011011010 have-nots 28
-1010011011010 impartiality 29
-1010011011010 resiliency 29
-1010011011010 refinement 29
-1010011011010 perseverance 29
-1010011011010 initiation 30
-1010011011010 passivity 30
-1010011011010 inactivity 30
-1010011011010 bloodletting 31
-1010011011010 soul-searching 31
-1010011011010 unpopularity 31
-1010011011010 abduction 31
-1010011011010 rationality 31
-1010011011010 interdependence 32
-1010011011010 dynamism 32
-1010011011010 commotion 33
-1010011011010 disaffection 33
-1010011011010 potency 33
-1010011011010 degradation 33
-1010011011010 subtlety 34
-1010011011010 computerization 34
-1010011011010 dislocation 34
-1010011011010 rigidity 34
-1010011011010 securitization 35
-1010011011010 boldness 35
-1010011011010 purges 36
-1010011011010 buoyancy 37
-1010011011010 predictability 37
-1010011011010 radicalism 39
-1010011011010 Adventures 41
-1010011011010 industrialization 41
-1010011011010 kidnappings 42
-1010011011010 mayhem 42
-1010011011010 polarization 43
-1010011011010 consternation 43
-1010011011010 affluence 44
-1010011011010 incarceration 44
-1010011011010 carnage 45
-1010011011010 lethargy 46
-1010011011010 credit-worthiness 47
-1010011011010 camaraderie 48
-1010011011010 enjoyment 48
-1010011011010 tumult 48
-1010011011010 overhang 49
-1010011011010 recollections 49
-1010011011010 hegemony 49
-1010011011010 anti-Americanism 49
-1010011011010 populism 50
-1010011011010 apathy 50
-1010011011010 tenacity 51
-1010011011010 intimacy 51
-1010011011010 fulfillment 51
-1010011011010 sadness 51
-1010011011010 odor 52
-1010011011010 brilliance 52
-1010011011010 naivete 53
-1010011011010 exhaustion 53
-1010011011010 inexperience 53
-1010011011010 enmity 54
-1010011011010 stewardship 54
-1010011011010 inconsistency 55
-1010011011010 fury 55
-1010011011010 authenticity 56
-1010011011010 slowness 56
-1010011011010 bloodshed 57
-1010011011010 politicking 58
-1010011011010 symbolism 59
-1010011011010 devastation 59
-1010011011010 madness 62
-1010011011010 misfortune 63
-1010011011010 longevity 63
-1010011011010 tyranny 63
-1010011011010 intolerance 64
-1010011011010 ambiguity 65
-1010011011010 cachet 65
-1010011011010 favoritism 66
-1010011011010 caseload 66
-1010011011010 notoriety 66
-1010011011010 insecurity 67
-1010011011010 fluctuation 67
-1010011011010 persecution 68
-1010011011010 supremacy 68
-1010011011010 decontrol 68
-1010011011010 inequality 71
-1010011011010 brutality 71
-1010011011010 decentralization 71
-1010011011010 readership 72
-1010011011010 ascent 75
-1010011011010 hatred 75
-1010011011010 agony 75
-1010011011010 overbuilding 78
-1010011011010 resilience 78
-1010011011010 disapproval 78
-1010011011010 workload 81
-1010011011010 distortion 81
-1010011011010 deflation 82
-1010011011010 decay 85
-1010011011010 slippage 86
-1010011011010 oppression 86
-1010011011010 reinstatement 87
-1010011011010 aggressiveness 88
-1010011011010 malaise 88
-1010011011010 folly 88
-1010011011010 anguish 89
-1010011011010 usefulness 92
-1010011011010 generosity 92
-1010011011010 purity 93
-1010011011010 paralysis 94
-1010011011010 discomfort 95
-1010011011010 segregation 99
-1010011011010 neutrality 99
-1010011011010 rioting 99
-1010011011010 persistence 103
-1010011011010 firmness 104
-1010011011010 gravity 109
-1010011011010 consistency 115
-1010011011010 vitality 116
-1010011011010 democratization 116
-1010011011010 exploitation 117
-1010011011010 equilibrium 118
-1010011011010 shrinkage 121
-1010011011010 excellence 122
-1010011011010 gloom 122
-1010011011010 sluggishness 123
-1010011011010 bitterness 126
-1010011011010 mobility 128
-1010011011010 well-being 130
-1010011011010 sophistication 134
-1010011011010 continuity 136
-1010011011010 equality 137
-1010011011010 advancement 139
-1010011011010 hardship 139
-1010011011010 euphoria 140
-1010011011010 insolvency 145
-1010011011010 rebellion 148
-1010011011010 discontent 150
-1010011011010 turbulence 151
-1010011011010 moderation 152
-1010011011010 viability 154
-1010011011010 visibility 158
-1010011011010 vigor 159
-1010011011010 orientation 160
-1010011011010 ignorance 160
-1010011011010 joy 163
-1010011011010 stagnation 165
-1010011011010 prominence 167
-1010011011010 dismay 167
-1010011011010 turnout 169
-1010011011010 overcapacity 173
-1010011011010 legitimacy 175
-1010011011010 strife 176
-1010011011010 reliability 196
-1010011011010 harassment 208
-1010011011010 stature 217
-1010011011010 disruption 221
-1010011011010 diversity 221
-1010011011010 distress 229
-1010011011010 transformation 231
-1010011011010 resentment 235
-1010011011010 dilution 246
-1010011011010 instability 254
-1010011011010 contamination 256
-1010011011010 evolution 256
-1010011011010 spectrum 258
-1010011011010 riots 275
-1010011011010 necessity 276
-1010011011010 dominance 305
-1010011011010 skill 307
-1010011011010 achievement 326
-1010011011010 satisfaction 344
-1010011011010 excitement 351
-1010011011010 erosion 362
-1010011011010 chaos 386
-1010011011010 logic 390
-1010011011010 debut 398
-1010011011010 arrival 399
-1010011011010 prosperity 422
-1010011011010 bias 428
-1010011011010 fortunes 463
-1010011011010 deterioration 463
-1010011011010 illness 468
-1010011011010 liberalization 477
-1010011011010 effectiveness 494
-1010011011010 frustration 501
-1010011011010 integrity 516
-1010011011010 survival 528
-1010011011010 unrest 635
-1010011011010 conviction 651
-1010011011010 competitiveness 675
-1010011011010 pain 724
-1010011011010 popularity 739
-1010011011010 turmoil 793
-1010011011010 tradition 794
-1010011011010 consolidation 826
-1010011011010 credibility 867
-1010011011010 momentum 931
-1010011011010 independence 936
-1010011011010 violence 1107
-1010011011010 volatility 1150
-1010011011010 deregulation 1192
-1010011011010 behavior 1220
-1010011011010 profitability 1361
-1010011011010 stability 1545
-1010011011010 recovery 1775
-1010011011010 weakness 1792
-1010011011010 collapse 1888
-1010011011010 movement 2137
-1010011011010 status 2484
-1010011011010 death 2989
-1010011011010 experience 3302
-1010011011010 strength 3439
-1010011011010 success 3802
-1010011011010 performance 5751
-1010011011010 history 4173
-1010011011011 cushy-looking 1
-1010011011011 blue-painted 1
-1010011011011 priceearnings 1
-1010011011011 R&D/asset 1
-1010011011011 bilevel 1
-1010011011011 3,174 1
-1010011011011 demotic 1
-1010011011011 stuffier 1
-1010011011011 information-reporting 2
-1010011011011 pullulating 2
-1010011011011 lyre 2
-1010011011011 restagings 2
-1010011011011 document-alteration 2
-1010011011011 precipitousness 2
-1010011011011 thighbone 2
-1010011011011 1:32 2
-1010011011011 4450 2
-1010011011011 panjandrums 3
-1010011011011 life- 3
-1010011011011 slap-happy 3
-1010011011011 motorway 3
-1010011011011 infectiousness 3
-1010011011011 sagacity 3
-1010011011011 short-termism 3
-1010011011011 pile-up 3
-1010011011011 penalities 4
-1010011011011 shoot-down 4
-1010011011011 exoticism 4
-1010011011011 resolicitation 4
-1010011011011 Siege 5
-1010011011011 bioavailability 5
-1010011011011 randomness 5
-1010011011011 detonation 5
-1010011011011 misalignment 5
-1010011011011 disparagement 5
-1010011011011 discomfiture 5
-1010011011011 assortments 5
-1010011011011 spec 5
-1010011011011 ADV 5
-1010011011011 freeze-out 6
-1010011011011 vulgarization 6
-1010011011011 glamor 6
-1010011011011 Europeanization 6
-1010011011011 ingestion 7
-1010011011011 dispersion 7
-1010011011011 flatlands 7
-1010011011011 visualization 7
-1010011011011 metabolism 7
-1010011011011 backlist 8
-1010011011011 clanging 8
-1010011011011 connectivity 9
-1010011011011 retroactivity 9
-1010011011011 pre-notification 9
-1010011011011 monopolization 9
-1010011011011 implosion 9
-1010011011011 institutionalization 10
-1010011011011 argot 10
-1010011011011 side-effect 10
-1010011011011 undervaluation 11
-1010011011011 legalities 11
-1010011011011 Daughters 11
-1010011011011 attentiveness 11
-1010011011011 subsidization 13
-1010011011011 mingling 13
-1010011011011 finality 13
-1010011011011 roadway 15
-1010011011011 survivability 15
-1010011011011 bowel 15
-1010011011011 adulation 16
-1010011011011 divisiveness 16
-1010011011011 P-Es 16
-1010011011011 denuclearization 16
-1010011011011 timeliness 18
-1010011011011 attainment 18
-1010011011011 forfeitures 18
-1010011011011 absorbency 18
-1010011011011 evaporation 20
-1010011011011 probabilities 20
-1010011011011 cost-effectiveness 22
-1010011011011 booty 23
-1010011011011 reasonableness 24
-1010011011011 suitability 25
-1010011011011 injustices 25
-1010011011011 tides 26
-1010011011011 rigor 27
-1010011011011 unionization 27
-1010011011011 reauthorization 28
-1010011011011 grounding 29
-1010011011011 displacement 29
-1010011011011 harmonization 29
-1010011011011 overuse 29
-1010011011011 delicacy 30
-1010011011011 expropriation 32
-1010011011011 alteration 34
-1010011011011 computation 40
-1010011011011 spoils 41
-1010011011011 dissemination 42
-1010011011011 courtship 43
-1010011011011 velocity 45
-1010011011011 locker 47
-1010011011011 esteem 48
-1010011011011 absorption 50
-1010011011011 configuration 51
-1010011011011 boundary 61
-1010011011011 Phantom 62
-1010011011011 rubble 63
-1010011011011 pulse 65
-1010011011011 inconvenience 69
-1010011011011 redistribution 79
-1010011011011 clutter 85
-1010011011011 globalization 85
-1010011011011 classification 86
-1010011011011 conception 91
-1010011011011 substitution 97
-1010011011011 concentrations 98
-1010011011011 boiler 101
-1010011011011 preservation 107
-1010011011011 reins 110
-1010011011011 migration 113
-1010011011011 glamour 119
-1010011011011 solvency 119
-1010011011011 trauma 127
-1010011011011 depths 137
-1010011011011 misappropriation 138
-1010011011011 efficacy 139
-1010011011011 exclusion 177
-1010011011011 diagnosis 180
-1010011011011 translation 188
-1010011011011 frequency 206
-1010011011011 makeup 219
-1010011011011 probability 227
-1010011011011 accuracy 298
-1010011011011 temperature 321
-1010011011011 valuation 341
-1010011011011 execution 346
-1010011011011 allocation 359
-1010011011011 separation 386
-1010011011011 concentration 392
-1010011011011 length 544
-1010011011011 murder 598
-1010011011011 substance 633
-1010011011011 passage 659
-1010011011011 discovery 764
-1010011011011 weight 892
-1010011011011 publication 1084
-1010011011011 scale 1153
-1010011011011 degree 1294
-1010011011011 expense 1712
-1010011011011 disclosure 1825
-1010011011011 quality 3457
-1010011011011 balance 3641
-1010011011011 risk 5179
-101001101110 tulipomania 1
-101001101110 list. 1
-101001101110 33-fold 1
-101001101110 clematisizing 1
-101001101110 Johnny-O 1
-101001101110 neighbour 1
-101001101110 two-pieces 1
-101001101110 numerators 1
-101001101110 duxedo 1
-101001101110 navy-trashing 1
-101001101110 own. 1
-101001101110 340-fold 1
-101001101110 semi-rut 1
-101001101110 relationship-building 1
-101001101110 authority. 1
-101001101110 informers. 1
-101001101110 garbage-overflow-with-no-place-to-go 1
-101001101110 vermicelli 1
-101001101110 revolvaphobia 1
-101001101110 Communism. 1
-101001101110 get-ups 1
-101001101110 hands. 1
-101001101110 Atty 1
-101001101110 misunderstandings. 1
-101001101110 McHead 1
-101001101110 corner. 1
-101001101110 English-Spanish 1
-101001101110 armpits. 1
-101001101110 chadors 1
-101001101110 headship 2
-101001101110 inadvertence 2
-101001101110 buffoonery 2
-101001101110 kibitzer 2
-101001101110 lunchbox 2
-101001101110 TIGRs 2
-101001101110 mankind. 2
-101001101110 sang-froid 2
-101001101110 can-you-top-this 2
-101001101110 neo-Darwinists 2
-101001101110 deshabille 2
-101001101110 joy. 2
-101001101110 product. 2
-101001101110 recyclables 2
-101001101110 newsworthiness 2
-101001101110 strugglers 2
-101001101110 humanness 2
-101001101110 troubadour 2
-101001101110 spottily 2
-101001101110 intemperance 2
-101001101110 15-fold 2
-101001101110 betrothal 2
-101001101110 genitalia 2
-101001101110 redeploys 2
-101001101110 marsupial 2
-101001101110 over-ambition 2
-101001101110 oversimplifications 2
-101001101110 paseo 2
-101001101110 taste. 2
-101001101110 men. 2
-101001101110 commandante 2
-101001101110 wannabes 2
-101001101110 multinationalism 2
-101001101110 downloading 2
-101001101110 history. 2
-101001101110 rodrigazo 2
-101001101110 headlamp 2
-101001101110 Darwinist 2
-101001101110 catacomb 2
-101001101110 largeness 2
-101001101110 punditry 2
-101001101110 regionalization 2
-101001101110 defense. 2
-101001101110 coleslaw 2
-101001101110 Methodism 2
-101001101110 drugs. 2
-101001101110 continence 2
-101001101110 contemporaneity 2
-101001101110 say-so 2
-101001101110 fraud. 2
-101001101110 Pr 2
-101001101110 forestland 2
-101001101110 Tacambaro 2
-101001101110 1040s 2
-101001101110 self-delusions 2
-101001101110 mouthfeel 2
-101001101110 Moscow. 2
-101001101110 overpromising 2
-101001101110 Sincerity 2
-101001101110 mish-mash 2
-101001101110 semaphore 2
-101001101110 location. 2
-101001101110 resetting 2
-101001101110 zinnias 2
-101001101110 gallette 2
-101001101110 setpoint 2
-101001101110 heartstrings 2
-101001101110 stiffness 2
-101001101110 boners 2
-101001101110 plodder 2
-101001101110 pelmeny 2
-101001101110 conformism 2
-101001101110 jib 2
-101001101110 1944-45 2
-101001101110 impositions 2
-101001101110 pro-Americanism 2
-101001101110 disassembly 2
-101001101110 attics 2
-101001101110 untruth 3
-101001101110 diffidence 3
-101001101110 agers 3
-101001101110 crispness 3
-101001101110 archeology 3
-101001101110 argumentation 3
-101001101110 mountebank 3
-101001101110 birthdate 3
-101001101110 casbah 3
-101001101110 perplexities 3
-101001101110 sectarianism 3
-101001101110 dotage 3
-101001101110 tics 3
-101001101110 insomniacs 3
-101001101110 adulteries 3
-101001101110 steeples 3
-101001101110 six-shooters 3
-101001101110 foreignness 3
-101001101110 squeraroli 3
-101001101110 synecdoche 3
-101001101110 patriarchs 3
-101001101110 pugilist 3
-101001101110 bibles 3
-101001101110 xerophytes 3
-101001101110 Spiderman 3
-101001101110 secularization 3
-101001101110 self-mutilation 3
-101001101110 bugler 3
-101001101110 dungeon 3
-101001101110 profits. 3
-101001101110 trouble. 3
-101001101110 tradecraft 3
-101001101110 currant 3
-101001101110 woodcock 3
-101001101110 precocity 3
-101001101110 punters 3
-101001101110 endangerment 3
-101001101110 inferiors 3
-101001101110 biogrammar 3
-101001101110 fecundity 3
-101001101110 forgetfulness 3
-101001101110 Hottentots 3
-101001101110 might-have-beens 3
-101001101110 athleticism 3
-101001101110 simile 3
-101001101110 savoir-faire 3
-101001101110 anticommunism 3
-101001101110 Miyake 3
-101001101110 itinerants 3
-101001101110 democracy. 3
-101001101110 sheepskins 3
-101001101110 snores 3
-101001101110 babe 3
-101001101110 gentiles 3
-101001101110 boyishness 3
-101001101110 privation 3
-101001101110 rutabagas 3
-101001101110 kinsman 3
-101001101110 hipness 3
-101001101110 headscarves 3
-101001101110 musculature 3
-101001101110 25-to-44-year-olds 3
-101001101110 logorrhea 3
-101001101110 fibrillation 3
-101001101110 noisemakers 3
-101001101110 mead 3
-101001101110 manes 3
-101001101110 watchfulness 3
-101001101110 death. 3
-101001101110 folkways 3
-101001101110 malevolence 3
-101001101110 encirclement 3
-101001101110 now-now-ism 3
-101001101110 vin 3
-101001101110 plena 3
-101001101110 change. 3
-101001101110 stepgrandmother 3
-101001101110 self-doubts 3
-101001101110 shinsplints 3
-101001101110 primitives 3
-101001101110 anti-smoker 3
-101001101110 holiness 3
-101001101110 in-fighting 3
-101001101110 Waiter 3
-101001101110 chemises 3
-101001101110 1180 3
-101001101110 multipliers 3
-101001101110 Proverbs 4
-101001101110 cartooning 4
-101001101110 stasis 4
-101001101110 collarbone 4
-101001101110 gastroenteritis 4
-101001101110 troglodytes 4
-101001101110 employability 4
-101001101110 snowbirds 4
-101001101110 state. 4
-101001101110 cloisters 4
-101001101110 youthfulness 4
-101001101110 masochism 4
-101001101110 expressionists 4
-101001101110 non-alignment 4
-101001101110 slanders 4
-101001101110 sloganeering 4
-101001101110 barracudas 4
-101001101110 thriftiness 4
-101001101110 illuminations 4
-101001101110 commodore 4
-101001101110 notaries 4
-101001101110 deformity 4
-101001101110 stone-throwers 4
-101001101110 hankies 4
-101001101110 masterstroke 4
-101001101110 escarpment 4
-101001101110 self-definition 4
-101001101110 Torqueing 4
-101001101110 Taxachusetts 4
-101001101110 beavers 4
-101001101110 eclecticism 4
-101001101110 inexpressive 4
-101001101110 indolence 4
-101001101110 discourtesy 4
-101001101110 boars 4
-101001101110 cinematography 4
-101001101110 role. 4
-101001101110 sonorities 4
-101001101110 chameleons 4
-101001101110 self-consciousness 4
-101001101110 bib 4
-101001101110 guff 4
-101001101110 derelicts 4
-101001101110 hucksterism 4
-101001101110 chauvinists 4
-101001101110 mascots 4
-101001101110 progressivism 4
-101001101110 Itch 4
-101001101110 languor 4
-101001101110 mind. 4
-101001101110 gulags 4
-101001101110 plumage 4
-101001101110 Russianness 4
-101001101110 Brie 4
-101001101110 affectation 4
-101001101110 curiouser 4
-101001101110 bafflement 4
-101001101110 patriarchy 4
-101001101110 ken 4
-101001101110 I-9s 4
-101001101110 peacefulness 4
-101001101110 oceanography 4
-101001101110 mirth 4
-101001101110 tough-mindedness 4
-101001101110 equalizer 4
-101001101110 clods 4
-101001101110 kneecaps 4
-101001101110 activities. 4
-101001101110 reus 5
-101001101110 grids 5
-101001101110 crossovers 5
-101001101110 womanhood 5
-101001101110 sakes 5
-101001101110 plasmid 5
-101001101110 biceps 5
-101001101110 homophobia 5
-101001101110 ingratitude 5
-101001101110 providence 5
-101001101110 expedience 5
-101001101110 self-correction 5
-101001101110 poodles 5
-101001101110 empiricism 5
-101001101110 warmongers 5
-101001101110 utopias 5
-101001101110 bathos 5
-101001101110 scripture 5
-101001101110 Leviathan 5
-101001101110 sainthood 5
-101001101110 globalism 5
-101001101110 fridge 5
-101001101110 oaks 5
-101001101110 Goliaths 5
-101001101110 muscle-flexing 5
-101001101110 workaholism 5
-101001101110 stupor 5
-101001101110 humbug 5
-101001101110 malapropisms 5
-101001101110 lawyering 5
-101001101110 consonants 5
-101001101110 longhouses 5
-101001101110 self-absorption 5
-101001101110 felicity 5
-101001101110 self-knowledge 5
-101001101110 longings 5
-101001101110 high-handedness 5
-101001101110 fuchsia 5
-101001101110 drumsticks 5
-101001101110 wanderers 5
-101001101110 personae 5
-101001101110 chartists 5
-101001101110 unclean 5
-101001101110 eardrum 5
-101001101110 infighter 5
-101001101110 forearms 5
-101001101110 clover 5
-101001101110 self-parody 5
-101001101110 gentleness 5
-101001101110 desertification 5
-101001101110 de-Stalinization 5
-101001101110 muscularity 5
-101001101110 tonality 5
-101001101110 negativity 5
-101001101110 transvestites 5
-101001101110 generality 5
-101001101110 blisters 5
-101001101110 sentimentalism 5
-101001101110 absolutes 5
-101001101110 Medea 5
-101001101110 tidiness 5
-101001101110 apricots 5
-101001101110 hirelings 5
-101001101110 glibness 5
-101001101110 fifties 6
-101001101110 nonconformity 6
-101001101110 dynasties 6
-101001101110 defeatism 6
-101001101110 petulance 6
-101001101110 scabs 6
-101001101110 scarfs 6
-101001101110 self-assertion 6
-101001101110 hyper-inflation 6
-101001101110 free-trader 6
-101001101110 cadences 6
-101001101110 ovaries 6
-101001101110 viciousness 6
-101001101110 glazing 6
-101001101110 glop 6
-101001101110 wryness 6
-101001101110 clear-cutting 6
-101001101110 martinis 6
-101001101110 milo 6
-101001101110 vindictiveness 6
-101001101110 cubs 6
-101001101110 quackery 6
-101001101110 escapism 6
-101001101110 electability 6
-101001101110 talkers 6
-101001101110 spires 6
-101001101110 debauchery 6
-101001101110 aloofness 6
-101001101110 metaphysics 6
-101001101110 broth 6
-101001101110 reveries 6
-101001101110 virility 6
-101001101110 impersonality 6
-101001101110 consciousness-raising 6
-101001101110 nostrils 6
-101001101110 inflections 6
-101001101110 sightseers 6
-101001101110 despotism 6
-101001101110 ranchland 6
-101001101110 overfishing 6
-101001101110 butchery 6
-101001101110 graciousness 6
-101001101110 airspeed 6
-101001101110 lichen 6
-101001101110 ostracism 6
-101001101110 shoelaces 6
-101001101110 basketry 6
-101001101110 vermilion 6
-101001101110 dissonance 6
-101001101110 waistline 6
-101001101110 comportment 6
-101001101110 mitt 7
-101001101110 gymnasiums 7
-101001101110 untouchables 7
-101001101110 reflexes 7
-101001101110 approbation 7
-101001101110 backfield 7
-101001101110 doublespeak 7
-101001101110 graveyards 7
-101001101110 monarchs 7
-101001101110 gullibility 7
-101001101110 boorishness 7
-101001101110 weirdos 7
-101001101110 orderliness 7
-101001101110 titleholder 7
-101001101110 Metrodome 7
-101001101110 rhinestones 7
-101001101110 self-satisfaction 7
-101001101110 nothingness 7
-101001101110 life. 7
-101001101110 roping 7
-101001101110 atheism 7
-101001101110 scapegoating 7
-101001101110 perfectionism 7
-101001101110 country. 7
-101001101110 geraniums 7
-101001101110 rednecks 7
-101001101110 tutorials 7
-101001101110 Arithmetic 7
-101001101110 brainpower 7
-101001101110 parentage 7
-101001101110 downtowns 7
-101001101110 raspberries 7
-101001101110 image-making 7
-101001101110 modernists 7
-101001101110 anthems 7
-101001101110 narratives 7
-101001101110 femininity 7
-101001101110 slingshot 7
-101001101110 musicality 7
-101001101110 convalescence 7
-101001101110 beak 8
-101001101110 incantation 8
-101001101110 nickels 8
-101001101110 adjectives 8
-101001101110 chit-chat 8
-101001101110 caprice 8
-101001101110 deadwood 8
-101001101110 single-mindedness 8
-101001101110 chitchat 8
-101001101110 Creoles 8
-101001101110 people. 8
-101001101110 neurosis 8
-101001101110 headbands 8
-101001101110 booties 8
-101001101110 reflation 8
-101001101110 freeloaders 8
-101001101110 flutes 8
-101001101110 separateness 8
-101001101110 valor 8
-101001101110 depravity 8
-101001101110 secularism 8
-101001101110 shading 8
-101001101110 wildness 8
-101001101110 sweatshops 8
-101001101110 braggadocio 8
-101001101110 blasphemy 8
-101001101110 believability 8
-101001101110 outspokenness 8
-101001101110 tunic 8
-101001101110 daisies 8
-101001101110 entrapment 8
-101001101110 infallibility 8
-101001101110 hedgehog 8
-101001101110 gobbledygook 8
-101001101110 pathos 8
-101001101110 brawls 8
-101001101110 expressivity 8
-101001101110 neuroses 8
-101001101110 earmuffs 8
-101001101110 self-importance 8
-101001101110 overoptimism 8
-101001101110 misfits 9
-101001101110 laity 9
-101001101110 hovels 9
-101001101110 nonintervention 9
-101001101110 handshakes 9
-101001101110 playfulness 9
-101001101110 bologna 9
-101001101110 hilarity 9
-101001101110 reverie 9
-101001101110 pedantry 9
-101001101110 clumsiness 9
-101001101110 brashness 9
-101001101110 reeds 9
-101001101110 cartilage 9
-101001101110 gutters 9
-101001101110 pastimes 9
-101001101110 virgins 9
-101001101110 irreverence 9
-101001101110 moth 9
-101001101110 buggy 9
-101001101110 girth 9
-101001101110 lagoon 9
-101001101110 homesickness 9
-101001101110 introspection 9
-101001101110 D-Day 9
-101001101110 gypsies 9
-101001101110 no-shows 9
-101001101110 poise 9
-101001101110 recuperation 9
-101001101110 encephalitis 9
-101001101110 nomenclature 9
-101001101110 fables 9
-101001101110 circumspection 9
-101001101110 redundancy 9
-101001101110 asides 9
-101001101110 quiver 9
-101001101110 Mexicali 9
-101001101110 separations 9
-101001101110 byways 9
-101001101110 antiquity 9
-101001101110 one-upmanship 10
-101001101110 rebelliousness 10
-101001101110 communion 10
-101001101110 hedonism 10
-101001101110 gibberish 10
-101001101110 statecraft 10
-101001101110 gunslinger 10
-101001101110 statehouses 10
-101001101110 overexpansion 10
-101001101110 titillation 10
-101001101110 flora 10
-101001101110 restrictiveness 10
-101001101110 zealotry 10
-101001101110 grays 10
-101001101110 camper 10
-101001101110 imprudence 10
-101001101110 nylons 10
-101001101110 expressionism 10
-101001101110 thorns 10
-101001101110 mannerisms 10
-101001101110 zaitech 10
-101001101110 abode 10
-101001101110 nirvana 10
-101001101110 cockiness 10
-101001101110 ineffectiveness 10
-101001101110 swans 10
-101001101110 greenbacks 10
-101001101110 grits 10
-101001101110 blustering 10
-101001101110 penance 10
-101001101110 mysticism 10
-101001101110 peacocks 10
-101001101110 socialization 10
-101001101110 railroading 10
-101001101110 suffrage 10
-101001101110 braids 10
-101001101110 chirp 10
-101001101110 knobs 10
-101001101110 beret 10
-101001101110 self-congratulation 10
-101001101110 dukes 11
-101001101110 dentures 11
-101001101110 contrition 11
-101001101110 urbanization 11
-101001101110 nearsightedness 11
-101001101110 classicism 11
-101001101110 boosterism 11
-101001101110 pieties 11
-101001101110 numbness 11
-101001101110 jubilation 11
-101001101110 innuendoes 11
-101001101110 hallucinations 11
-101001101110 shrewdness 11
-101001101110 clans 11
-101001101110 gentility 11
-101001101110 grasslands 11
-101001101110 irrelevance 11
-101001101110 tundra 11
-101001101110 pomposity 11
-101001101110 excrement 11
-101001101110 togetherness 11
-101001101110 self-aggrandizement 11
-101001101110 triage 11
-101001101110 wardrobes 11
-101001101110 hooliganism 11
-101001101110 combativeness 11
-101001101110 cuteness 11
-101001101110 razzle-dazzle 11
-101001101110 incoherence 11
-101001101110 volcanoes 11
-101001101110 demography 11
-101001101110 neutralism 11
-101001101110 geometry 12
-101001101110 immortality 12
-101001101110 generalities 12
-101001101110 self-pity 12
-101001101110 solemnity 12
-101001101110 sores 12
-101001101110 buttocks 12
-101001101110 cant 12
-101001101110 gait 12
-101001101110 electioneering 12
-101001101110 Republicanism 12
-101001101110 acrobatics 12
-101001101110 clowning 12
-101001101110 diction 12
-101001101110 moralism 12
-101001101110 lizards 12
-101001101110 decorum 12
-101001101110 self-assurance 12
-101001101110 cleverness 12
-101001101110 laxatives 12
-101001101110 factionalism 12
-101001101110 whiskers 12
-101001101110 cheesecake 12
-101001101110 retroviruses 12
-101001101110 sobriety 12
-101001101110 contentment 12
-101001101110 infidelities 12
-101001101110 cinemas 12
-101001101110 smugness 13
-101001101110 summitry 13
-101001101110 alacrity 13
-101001101110 righteousness 13
-101001101110 makegoods 13
-101001101110 disengagement 13
-101001101110 bloodlines 13
-101001101110 machismo 13
-101001101110 vulgarity 13
-101001101110 duplicity 13
-101001101110 self-preservation 13
-101001101110 twigs 13
-101001101110 overconfidence 13
-101001101110 insularity 13
-101001101110 mien 13
-101001101110 animosities 13
-101001101110 dogmatism 13
-101001101110 babble 13
-101001101110 chutzpah 13
-101001101110 wheezing 13
-101001101110 separatism 14
-101001101110 avarice 14
-101001101110 virginity 14
-101001101110 disloyalty 14
-101001101110 lunacy 14
-101001101110 resourcefulness 14
-101001101110 ecstasy 14
-101001101110 Westernization 14
-101001101110 physique 14
-101001101110 hairs 14
-101001101110 deniability 14
-101001101110 barbarism 14
-101001101110 bondage 14
-101001101110 derring-do 14
-101001101110 veils 14
-101001101110 invincibility 14
-101001101110 ennui 14
-101001101110 self-delusion 14
-101001101110 infidelity 14
-101001101110 puns 14
-101001101110 commercialism 14
-101001101110 headdress 14
-101001101110 barbarians 15
-101001101110 colonization 15
-101001101110 hokum 15
-101001101110 invective 15
-101001101110 minutiae 15
-101001101110 self-doubt 15
-101001101110 craftsmanship 15
-101001101110 backsliding 15
-101001101110 replication 15
-101001101110 equanimity 15
-101001101110 McCarthyism 15
-101001101110 spirituality 15
-101001101110 beards 15
-101001101110 vices 15
-101001101110 sloth 15
-101001101110 physiology 15
-101001101110 opulence 15
-101001101110 maneuverability 15
-101001101110 pretzels 15
-101001101110 communicator 15
-101001101110 improvisation 15
-101001101110 blandness 15
-101001101110 inclinations 15
-101001101110 quilts 15
-101001101110 solitude 15
-101001101110 sensuality 15
-101001101110 materialism 15
-101001101110 backwardness 16
-101001101110 mudslinging 16
-101001101110 abdomen 16
-101001101110 archaeology 16
-101001101110 decadence 16
-101001101110 knuckles 16
-101001101110 self-image 16
-101001101110 hogwash 16
-101001101110 surrealism 16
-101001101110 treachery 16
-101001101110 auditions 16
-101001101110 boyfriends 16
-101001101110 anatomy 16
-101001101110 procreation 16
-101001101110 snobbery 16
-101001101110 nihilism 16
-101001101110 drudgery 16
-101001101110 filth 16
-101001101110 spears 16
-101001101110 demons 17
-101001101110 pajamas 17
-101001101110 nudity 17
-101001101110 revisionism 17
-101001101110 banter 17
-101001101110 verve 17
-101001101110 triangles 17
-101001101110 sensationalism 17
-101001101110 parochialism 17
-101001101110 desertion 17
-101001101110 palate 17
-101001101110 frankness 17
-101001101110 romanticism 17
-101001101110 amnesia 17
-101001101110 swagger 17
-101001101110 overalls 17
-101001101110 composure 17
-101001101110 vultures 17
-101001101110 idleness 17
-101001101110 authorship 17
-101001101110 pretension 17
-101001101110 ruthlessness 17
-101001101110 regeneration 17
-101001101110 tact 18
-101001101110 dragons 18
-101001101110 compass 18
-101001101110 elitism 18
-101001101110 mercantilism 18
-101001101110 beggars 18
-101001101110 moonlight 18
-101001101110 palates 18
-101001101110 boardrooms 18
-101001101110 self-destruction 18
-101001101110 utopia 18
-101001101110 fiefdom 18
-101001101110 allegory 18
-101001101110 evangelism 19
-101001101110 polity 19
-101001101110 guesswork 19
-101001101110 skulls 19
-101001101110 disunity 19
-101001101110 pate 19
-101001101110 patter 19
-101001101110 laurels 19
-101001101110 companionship 19
-101001101110 tenderness 19
-101001101110 textures 19
-101001101110 sarcasm 19
-101001101110 name-calling 20
-101001101110 competency 20
-101001101110 rudeness 20
-101001101110 flattery 20
-101001101110 erudition 20
-101001101110 pearls 20
-101001101110 mush 20
-101001101110 symmetry 20
-101001101110 friendliness 20
-101001101110 brotherhood 20
-101001101110 seduction 20
-101001101110 egotism 20
-101001101110 suburbia 20
-101001101110 grit 20
-101001101110 chicanery 20
-101001101110 wrists 20
-101001101110 bliss 20
-101001101110 hypermarkets 20
-101001101110 haircuts 20
-101001101110 purses 21
-101001101110 gusto 21
-101001101110 axis 21
-101001101110 ethnicity 21
-101001101110 individuality 21
-101001101110 nuance 21
-101001101110 scarring 21
-101001101110 bandages 21
-101001101110 internationalism 21
-101001101110 dryer 21
-101001101110 flats 21
-101001101110 storytelling 21
-101001101110 expediency 21
-101001101110 inattention 21
-101001101110 self-respect 21
-101001101110 elation 21
-101001101110 stead 21
-101001101110 artistry 21
-101001101110 oratory 22
-101001101110 sausages 22
-101001101110 remorse 22
-101001101110 self-control 22
-101001101110 egalitarianism 22
-101001101110 opportunism 22
-101001101110 panties 22
-101001101110 environmentalism 22
-101001101110 puppets 22
-101001101110 stereotyping 23
-101001101110 grandstanding 23
-101001101110 whimsy 23
-101001101110 culpability 23
-101001101110 progeny 23
-101001101110 manhood 23
-101001101110 roadways 23
-101001101110 eminence 23
-101001101110 spontaneity 23
-101001101110 statism 23
-101001101110 one-liners 24
-101001101110 aesthetics 24
-101001101110 travail 24
-101001101110 whining 24
-101001101110 woe 24
-101001101110 kitsch 24
-101001101110 lawlessness 24
-101001101110 paternalism 24
-101001101110 anti-communism 24
-101001101110 stagflation 24
-101001101110 bipartisanship 24
-101001101110 chauvinism 24
-101001101110 kin 24
-101001101110 offstage 25
-101001101110 virtuosity 25
-101001101110 enlightenment 25
-101001101110 elbows 25
-101001101110 bluster 25
-101001101110 promiscuity 25
-101001101110 colonialism 25
-101001101110 fanaticism 25
-101001101110 genocide 25
-101001101110 frugality 26
-101001101110 empowerment 26
-101001101110 demagoguery 26
-101001101110 monetarism 26
-101001101110 sweetness 26
-101001101110 birthright 26
-101001101110 foolishness 26
-101001101110 venom 26
-101001101110 marbles 26
-101001101110 comprehension 26
-101001101110 heartburn 26
-101001101110 schizophrenia 26
-101001101110 bigotry 27
-101001101110 piety 27
-101001101110 salesmanship 27
-101001101110 temples 27
-101001101110 closets 27
-101001101110 psychoanalysis 27
-101001101110 accompli 27
-101001101110 hillsides 28
-101001101110 inventiveness 28
-101001101110 isolationism 28
-101001101110 courtrooms 28
-101001101110 derision 28
-101001101110 baloney 29
-101001101110 xenophobia 29
-101001101110 panache 29
-101001101110 partisanship 29
-101001101110 tranquillity 29
-101001101110 sentimentality 29
-101001101110 sorrow 29
-101001101110 restrooms 30
-101001101110 workmanship 30
-101001101110 bravery 30
-101001101110 heroism 30
-101001101110 extravagance 30
-101001101110 bravado 30
-101001101110 surname 30
-101001101110 nobility 30
-101001101110 hobbies 30
-101001101110 warts 30
-101001101110 extremism 31
-101001101110 kindness 31
-101001101110 palms 31
-101001101110 cheeks 31
-101001101110 hubris 31
-101001101110 stew 31
-101001101110 perch 31
-101001101110 ancestry 32
-101001101110 astonishment 32
-101001101110 salons 32
-101001101110 sensibilities 32
-101001101110 binoculars 32
-101001101110 stamina 32
-101001101110 swamps 32
-101001101110 grammar 32
-101001101110 infertility 32
-101001101110 slander 33
-101001101110 cleanliness 33
-101001101110 self-promotion 33
-101001101110 assimilation 33
-101001101110 calculus 34
-101001101110 gums 34
-101001101110 rubbish 34
-101001101110 stupidity 34
-101001101110 feminism 34
-101001101110 flux 34
-101001101110 self-reliance 34
-101001101110 ecology 34
-101001101110 gerrymandering 34
-101001101110 individualism 34
-101001101110 vegetation 34
-101001101110 phrasing 34
-101001101110 normalcy 35
-101001101110 adolescence 35
-101001101110 foot-dragging 35
-101001101110 sanity 35
-101001101110 intercourse 35
-101001101110 mediocrity 35
-101001101110 vanity 35
-101001101110 modesty 36
-101001101110 melodies 36
-101001101110 robes 36
-101001101110 mythology 36
-101001101110 tails 36
-101001101110 blindness 36
-101001101110 freshness 37
-101001101110 upbringing 37
-101001101110 humility 37
-101001101110 dishonesty 37
-101001101110 confinement 37
-101001101110 parenting 37
-101001101110 fingernails 38
-101001101110 creed 38
-101001101110 moods 38
-101001101110 ghosts 38
-101001101110 endurance 38
-101001101110 dummies 38
-101001101110 folklore 39
-101001101110 jurisprudence 39
-101001101110 indigestion 39
-101001101110 rhythms 39
-101001101110 breasts 39
-101001101110 foresight 39
-101001101110 greatness 39
-101001101110 amazement 39
-101001101110 jealousy 40
-101001101110 grandeur 40
-101001101110 attire 40
-101001101110 adversity 41
-101001101110 gratification 41
-101001101110 accents 41
-101001101110 sexuality 41
-101001101110 loneliness 41
-101001101110 mores 42
-101001101110 cruelty 42
-101001101110 thunder 42
-101001101110 jawboning 42
-101001101110 oblivion 42
-101001101110 self-determination 43
-101001101110 totalitarianism 43
-101001101110 teachings 43
-101001101110 dogma 43
-101001101110 intuition 43
-101001101110 angst 43
-101001101110 elegance 44
-101001101110 chatter 44
-101001101110 hyperbole 44
-101001101110 fingerprints 45
-101001101110 idealism 45
-101001101110 possessions 45
-101001101110 indignation 45
-101001101110 originality 45
-101001101110 morals 45
-101001101110 professionalism 46
-101001101110 veins 46
-101001101110 prejudices 46
-101001101110 impotence 46
-101001101110 glee 48
-101001101110 prayers 48
-101001101110 awe 48
-101001101110 trousers 49
-101001101110 heresy 49
-101001101110 goodness 51
-101001101110 psyche 51
-101001101110 alienation 51
-101001101110 doorstep 52
-101001101110 hips 52
-101001101110 indecision 52
-101001101110 demeanor 53
-101001101110 heel 53
-101001101110 sleeves 54
-101001101110 hyperinflation 54
-101001101110 anarchy 55
-101001101110 self-esteem 55
-101001101110 sensibility 55
-101001101110 scenery 55
-101001101110 persona 56
-101001101110 loyalties 57
-101001101110 prophecy 57
-101001101110 sewers 57
-101001101110 paranoia 58
-101001101110 prerogatives 58
-101001101110 nationality 58
-101001101110 kings 58
-101001101110 theology 58
-101001101110 frontiers 59
-101001101110 philanthropy 60
-101001101110 greens 60
-101001101110 perfection 61
-101001101110 intellect 62
-101001101110 armor 62
-101001101110 objectivity 63
-101001101110 fog 64
-101001101110 reckoning 64
-101001101110 melodrama 64
-101001101110 pragmatism 64
-101001101110 grief 65
-101001101110 salvation 65
-101001101110 toughness 65
-101001101110 inertia 65
-101001101110 imperialism 65
-101001101110 disbelief 66
-101001101110 ingenuity 66
-101001101110 vest 66
-101001101110 liking 67
-101001101110 respectability 68
-101001101110 self-confidence 68
-101001101110 choreography 69
-101001101110 subversion 69
-101001101110 disgrace 69
-101001101110 persuasion 69
-101001101110 betrayal 69
-101001101110 fantasies 69
-101001101110 sincerity 70
-101001101110 intrigue 70
-101001101110 cuisine 70
-101001101110 archives 70
-101001101110 nails 71
-101001101110 interferon 71
-101001101110 poems 72
-101001101110 vocabulary 72
-101001101110 incompetence 73
-101001101110 surroundings 74
-101001101110 livelihood 74
-101001101110 irritation 74
-101001101110 peanuts 76
-101001101110 teamwork 76
-101001101110 simplicity 76
-101001101110 toes 77
-101001101110 temperament 77
-101001101110 charisma 78
-101001101110 blackmail 79
-101001101110 warmth 80
-101001101110 satire 81
-101001101110 humiliation 81
-101001101110 geography 81
-101001101110 schooling 81
-101001101110 discourse 81
-101001101110 pluralism 82
-101001101110 flame 83
-101001101110 sphere 83
-101001101110 peril 84
-101001101110 deeds 87
-101001101110 inefficiency 88
-101001101110 deception 88
-101001101110 memoirs 88
-101001101110 clientele 90
-101001101110 happiness 90
-101001101110 paradise 93
-101001101110 nerves 93
-101001101110 manners 93
-101001101110 prudence 93
-101001101110 complacency 96
-101001101110 terrain 98
-101001101110 viewpoint 98
-101001101110 laughter 99
-101001101110 posturing 99
-101001101110 boredom 99
-101001101110 emergencies 101
-101001101110 hypocrisy 104
-101001101110 demographics 105
-101001101110 misery 106
-101001101110 candor 107
-101001101110 patronage 108
-101001101110 darkness 108
-101001101110 entrepreneurship 110
-101001101110 muscles 110
-101001101110 thumb 111
-101001101110 ideals 112
-101001101110 realism 112
-101001101110 fervor 116
-101001101110 homework 116
-101001101110 imagery 119
-101001101110 lungs 119
-101001101110 destiny 123
-101001101110 solidarity 125
-101001101110 accent 125
-101001101110 prose 127
-101001101110 classics 128
-101001101110 conscience 129
-101001101110 offspring 130
-101001101110 throat 131
-101001101110 self-interest 131
-101001101110 socks 131
-101001101110 honesty 133
-101001101110 desperation 133
-101001101110 tongue 134
-101001101110 patriotism 135
-101001101110 brains 137
-101001101110 clarity 138
-101001101110 civilization 138
-101001101110 compassion 139
-101001101110 curiosity 141
-101001101110 knees 142
-101001101110 arrogance 143
-101001101110 lips 145
-101001101110 innocence 149
-101001101110 consciousness 150
-101001101110 reunification 152
-101001101110 despair 153
-101001101110 dignity 157
-101001101110 repression 159
-101001101110 emotion 160
-101001101110 wit 162
-101001101110 talents 164
-101001101110 conservatism 165
-101001101110 poetry 167
-101001101110 pants 168
-101001101110 ego 168
-101001101110 nationalism 174
-101001101110 shoulders 180
-101001101110 citizenship 180
-101001101110 disarray 191
-101001101110 creativity 193
-101001101110 morality 196
-101001101110 heritage 199
-101001101110 flags 201
-101001101110 jacket 202
-101001101110 ambition 202
-101001101110 fame 205
-101001101110 nonsense 209
-101001101110 ears 209
-101001101110 tears 209
-101001101110 competence 211
-101001101110 liberalism 212
-101001101110 beliefs 216
-101001101110 racism 218
-101001101110 charm 220
-101001101110 origin 221
-101001101110 isolation 224
-101001101110 liberty 236
-101001101110 greed 237
-101001101110 sovereignty 238
-101001101110 imagination 242
-101001101110 residence 245
-101001101110 diplomacy 246
-101001101110 soul 246
-101001101110 stomach 249
-101001101110 tastes 256
-101001101110 legs 261
-101001101110 credentials 263
-101001101110 dissent 264
-101001101110 socialism 282
-101001101110 shirt 295
-101001101110 turf 300
-101001101110 styles 306
-101001101110 prestige 320
-101001101110 unity 330
-101001101110 ideology 334
-101001101110 teeth 337
-101001101110 silence 345
-101001101110 pocket 345
-101001101110 capitalism 372
-101001101110 mouth 385
-101001101110 soil 421
-101001101110 humor 425
-101001101110 literature 429
-101001101110 borders 433
-101001101110 religion 454
-101001101110 pride 473
-101001101110 bed 496
-101001101110 waters 520
-101001101110 perspective 557
-101001101110 finances 576
-101001101110 rhetoric 633
-101001101110 philosophy 779
-101001101110 medicine 809
-101001101110 hair 845
-101001101110 territory 852
-101001101110 wealth 879
-101001101110 eyes 1027
-101001101110 reality 1078
-101001101110 culture 1163
-101001101110 democracy 1437
-101001101110 style 1746
-101001101110 mind 2210
-101001101110 politics 2513
-101001101110 life 7375
-101001101110 hands 3060
-1010011011110 XETA 1
-1010011011110 SMNA 1
-1010011011110 QLTYP 1
-1010011011110 MLMC 1
-1010011011110 UFF 1
-1010011011110 JASN 1
-1010011011110 ISPC 1
-1010011011110 INBK 1
-1010011011110 GRTR 1
-1010011011110 FHLPZ 1
-1010011011110 DDDI 1
-1010011011110 CWDI 1
-1010011011110 CRBI 1
-1010011011110 BNDY 1
-1010011011110 BARL 1
-1010011011110 ALDC 1
-1010011011110 TNC 1
-1010011011110 TMD 1
-1010011011110 SHD 1
-1010011011110 ECN 1
-1010011011110 AJG 1
-1010011011110 AXX 1
-1010011011110 couple-hundred 1
-1010011011110 CUS 1
-1010011011110 LCNB 1
-1010011011110 LDIC 1
-1010011011110 JOTPV 1
-1010011011110 INEL 1
-1010011011110 DLPH 1
-1010011011110 COILP 1
-1010011011110 COGNF 1
-1010011011110 BRRYA 1
-1010011011110 ADMS 1
-1010011011110 ELUXY 1
-1010011011110 TBL 1
-1010011011110 WGP 1
-1010011011110 ABY 1
-1010011011110 GAL 1
-1010011011110 KNITU 1
-1010011011110 SFGI 1
-1010011011110 RRMN 1
-1010011011110 METB 1
-1010011011110 NYCOP 1
-1010011011110 MYCO 1
-1010011011110 MCOM 1
-1010011011110 ITGN 1
-1010011011110 HRMR 1
-1010011011110 HWCD 1
-1010011011110 FFES 1
-1010011011110 ENEUV 1
-1010011011110 CHCO 1
-1010011011110 BOFR 1
-1010011011110 ADDR 1
-1010011011110 PFPPR 1
-1010011011110 NHI 1
-1010011011110 CFG 1
-1010011011110 WTOY 1
-1010011011110 TCGN 1
-1010011011110 SPMD 1
-1010011011110 RFBK 1
-1010011011110 PGEN 1
-1010011011110 CEQWI 1
-1010011011110 AMW 1
-1010011011110 FGL 1
-1010011011110 CLM 1
-1010011011110 OFC 1
-1010011011110 CRVSC 1
-1010011011110 scalper 1
-1010011011110 THD 1
-1010011011110 MIF 1
-1010011011110 MFO 1
-1010011011110 YLD 1
-1010011011110 UMBIL 1
-1010011011110 TTOI 1
-1010011011110 NMRKV 1
-1010011011110 KPTL 1
-1010011011110 JWAIA 1
-1010011011110 ISOE 1
-1010011011110 FYBR 1
-1010011011110 CTIA 1
-1010011011110 CODL 1
-1010011011110 XTX 1
-1010011011110 LLP 1
-1010011011110 KIX 1
-1010011011110 IVX 1
-1010011011110 FGI 1
-1010011011110 Default. 1
-1010011011110 INSY 1
-1010011011110 BKC 1
-1010011011110 PSB.E 1
-1010011011110 SIVB 1
-1010011011110 PSB 1
-1010011011110 DXN 1
-1010011011110 HAR 1
-1010011011110 XSCR 1
-1010011011110 LZB 1
-1010011011110 RCT 1
-1010011011110 TFTY 1
-1010011011110 TDAT 1
-1010011011110 SNLFA 1
-1010011011110 RAFI 1
-1010011011110 XRAY 1
-1010011011110 ENTC 1
-1010011011110 EESI 1
-1010011011110 ETEX 1
-1010011011110 CRLDO 1
-1010011011110 ACOL 1
-1010011011110 TRS 1
-1010011011110 LVC 1
-1010011011110 EGX 1
-1010011011110 PDG 1
-1010011011110 NMG 1
-1010011011110 XCOL 1
-1010011011110 APWRA 1
-1010011011110 LII 1
-1010011011110 BEP 1
-1010011011110 UKM 1
-1010011011110 ZNT 1
-1010011011110 Medallions 1
-1010011011110 UBSC 1
-1010011011110 RBNH 1
-1010011011110 NJSB 1
-1010011011110 MNBC 1
-1010011011110 MTWO 1
-1010011011110 HBNC 1
-1010011011110 FESX 1
-1010011011110 petioles 1
-1010011011110 ATNN 1
-1010011011110 RBNC 1
-1010011011110 MBLA 1
-1010011011110 HNGI 1
-1010011011110 MESL 1
-1010011011110 NBBS 1
-1010011011110 PLAB 1
-1010011011110 CECI 1
-1010011011110 GBLD 1
-1010011011110 LABL 1
-1010011011110 MCAWA 1
-1010011011110 IFED 1
-1010011011110 INCL 1
-1010011011110 FSNIU 1
-1010011011110 CPBI 1
-1010011011110 ATKM 1
-1010011011110 APOS 1
-1010011011110 PLI 1
-1010011011110 AGH 1
-1010011011110 GTV 1
-1010011011110 AXXN 1
-1010011011110 marketing-order-type 1
-1010011011110 PVNA 1
-1010011011110 CBRYA 1
-1010011011110 MFGR 1
-1010011011110 JEPS 1
-1010011011110 HRDG 1
-1010011011110 DOMN 1
-1010011011110 BTHL 1
-1010011011110 AIMG 1
-1010011011110 CCU 1
-1010011011110 ASR 1
-1010011011110 SWZ 1
-1010011011110 ACG 1
-1010011011110 ETT 1
-1010011011110 TLMD 1
-1010011011110 15-feet 1
-1010011011110 FSHG 1
-1010011011110 PSHPZ 1
-1010011011110 VKSI 1
-1010011011110 VAFB 1
-1010011011110 ROYG 1
-1010011011110 PVSA 1
-1010011011110 LSNB 1
-1010011011110 2.3-16 1
-1010011011110 HRHC 1
-1010011011110 DNNY 1
-1010011011110 FFKY 1
-1010011011110 CPSX 1
-1010011011110 NSB 1
-1010011011110 BBY 1
-1010011011110 tub. 1
-1010011011110 UCOA 1
-1010011011110 TUHC 1
-1010011011110 PFDC 1
-1010011011110 PDLPY 1
-1010011011110 MICA 1
-1010011011110 HIGB 1
-1010011011110 EFSB 1
-1010011011110 CKSB 1
-1010011011110 HDS 1
-1010011011110 MNT 1
-1010011011110 DDRG 1
-1010011011110 MGP 1
-1010011011110 PNET 1
-1010011011110 PRCO 1
-1010011011110 PFPF 1
-1010011011110 ONBK 1
-1010011011110 MIDD 1
-1010011011110 FSCB 1
-1010011011110 EVRX 1
-1010011011110 ECLAY 1
-1010011011110 CGRP 1
-1010011011110 CELG 1
-1010011011110 CIG 1
-1010011011110 threefifths 1
-1010011011110 DYAN 1
-1010011011110 80-311 1
-1010011011110 NAIG 1
-1010011011110 OPTX 1
-1010011011110 IBGI 1
-1010011011110 HORL 1
-1010011011110 FICI 1
-1010011011110 EBKC 1
-1010011011110 CSOF 1
-1010011011110 CNMD 1
-1010011011110 CCL 1
-1010011011110 AHT 1
-1010011011110 SAH 1
-1010011011110 GOB 1
-1010011011110 AMM 1
-1010011011110 WWGPY 1
-1010011011110 SWIS 1
-1010011011110 VMORZ 1
-1010011011110 LMRK 1
-1010011011110 DFSE 1
-1010011011110 NGAS 1
-1010011011110 ADTLY 1
-1010011011110 SYI 1
-1010011011110 KX 1
-1010011011110 MVF 1
-1010011011110 MMA.WI 1
-1010011011110 HTG 1
-1010011011110 DSR 1
-1010011011110 TBY 1
-1010011011110 AAF 1
-1010011011110 AMO 1
-1010011011110 combustor 1
-1010011011110 line-ups 1
-1010011011110 SIER 1
-1010011011110 SLFX 1
-1010011011110 MRAC 1
-1010011011110 CNPGF 1
-1010011011110 ACN 1
-1010011011110 YLT 1
-1010011011110 multi-wall 1
-1010011011110 MMSTE 1
-1010011011110 TUXX. 1
-1010011011110 QS/16 1
-1010011011110 SAYPV 1
-1010011011110 BAIB 1
-1010011011110 FBD 1
-1010011011110 SOV 1
-1010011011110 WLM 1
-1010011011110 XIM 1
-1010011011110 PRDEV 1
-1010011011110 SEEBV 1
-1010011011110 calamine 1
-1010011011110 WWTK 1
-1010011011110 TGDFV 1
-1010011011110 TWRXV 1
-1010011011110 MDEV 1
-1010011011110 CLDRP 1
-1010011011110 CMLE 1
-1010011011110 WOI 1
-1010011011110 WLRF 1
-1010011011110 RM 1
-1010011011110 CYM 1
-1010011011110 BKF 1
-1010011011110 ALM 1
-1010011011110 SCH 1
-1010011011110 SOED 1
-1010011011110 PTAC 1
-1010011011110 NRTN 1
-1010011011110 IMKTA 1
-1010011011110 HIVT 1
-1010011011110 ETRC 1
-1010011011110 DPHZ 1
-1010011011110 CSBC 1
-1010011011110 CNTX 1
-1010011011110 CAMB 1
-1010011011110 ARBC 1
-1010011011110 ELB 1
-1010011011110 luxury-import 1
-1010011011110 premed 1
-1010011011110 VGINY 1
-1010011011110 IIVI 1
-1010011011110 SWVA 1
-1010011011110 INVN 1
-1010011011110 HHBX 1
-1010011011110 FASN 1
-1010011011110 DSMI 1
-1010011011110 CAMBY 1
-1010011011110 ADTX 1
-1010011011110 NLP 1
-1010011011110 LIG 1
-1010011011110 WOV 1
-1010011011110 SUGR 1
-1010011011110 PSPA 1
-1010011011110 GPRO 1
-1010011011110 GARN 1
-1010011011110 FSCC 1
-1010011011110 FLEX 1
-1010011011110 CNCAA 1
-1010011011110 ANSL 1
-1010011011110 AAICA 1
-1010011011110 TEV 1
-1010011011110 AHH 1
-1010011011110 glass-and-leather-furnished 1
-1010011011110 QLTIF 1
-1010011011110 OFII 1
-1010011011110 SZD 1
-1010011011110 VKC 1
-1010011011110 GIT 1
-1010011011110 CM 1
-1010011011110 RTG 1
-1010011011110 RODS 1
-1010011011110 DNM 1
-1010011011110 DCM 1
-1010011011110 BZR 1
-1010011011110 KTF 1
-1010011011110 TLT 1
-1010011011110 SOFS 1
-1010011011110 TOMKY 1
-1010011011110 MTBS 1
-1010011011110 LERYU 1
-1010011011110 LERYW 1
-1010011011110 LERY 1
-1010011011110 GGNS 1
-1010011011110 VSLF 1
-1010011011110 LOGC 1
-1010011011110 advices 1
-1010011011110 WNDTW 1
-1010011011110 WNDT 1
-1010011011110 UNMAA 1
-1010011011110 SOBK 1
-1010011011110 BRG 1
-1010011011110 SKCH 1
-1010011011110 PHBK 1
-1010011011110 LPLI 1
-1010011011110 ITIC 1
-1010011011110 HESI 1
-1010011011110 FFKT 1
-1010011011110 CRPG 1
-1010011011110 AFCX 1
-1010011011110 INP 1
-1010011011110 FTK 1
-1010011011110 METR 1
-1010011011110 EDGC 1
-1010011011110 DXYN 1
-1010011011110 AVFCP 1
-1010011011110 RBK 1
-1010011011110 WSFS 1
-1010011011110 SEASU 1
-1010011011110 SEASW 1
-1010011011110 SEAS 1
-1010011011110 PCSI 1
-1010011011110 RARB 1
-1010011011110 SAFM 1
-1010011011110 SPBC 1
-1010011011110 TOPP 1
-1010011011110 WBNC 1
-1010011011110 RIE 1
-1010011011110 ATTWY 1
-1010011011110 CNBKA 1
-1010011011110 CHTB 1
-1010011011110 DTCI 1
-1010011011110 CVGT 1
-1010011011110 WHI 1
-1010011011110 RTP 1
-1010011011110 IOT 1
-1010011011110 IOTWS 1
-1010011011110 KEC 1
-1010011011110 PXR 1
-1010011011110 MNPI 1
-1010011011110 NELL 1
-1010011011110 NJST 1
-1010011011110 ONPR 1
-1010011011110 DMIC 1
-1010011011110 FWNY 1
-1010011011110 JAYJ 1
-1010011011110 LTIZ 1
-1010011011110 ZBSTU 1
-1010011011110 ZBST 1
-1010011011110 WBST 1
-1010011011110 TRUS 1
-1010011011110 SGOPP 1
-1010011011110 PLTZC 1
-1010011011110 PAHC 1
-1010011011110 MAYF 1
-1010011011110 MAKL 1
-1010011011110 LEXB 1
-1010011011110 LNBK 1
-1010011011110 IDEL 1
-1010011011110 BTCI 1
-1010011011110 ALWS 1
-1010011011110 AARN 1
-1010011011110 PMR 1
-1010011011110 MKE 1
-1010011011110 MNH 1
-1010011011110 FKL 1
-1010011011110 HNT 1
-1010011011110 IMD 1
-1010011011110 AQM 1
-1010011011110 DN3000 1
-1010011011110 skittered 1
-1010011011110 4-256 1
-1010011011110 VFSL 1
-1010011011110 RFBI 1
-1010011011110 MBSX 1
-1010011011110 IFSL 1
-1010011011110 TFSB 1
-1010011011110 EAGL 1
-1010011011110 DLWD 1
-1010011011110 CCTVY 1
-1010011011110 BOFI 1
-1010011011110 BAPO 1
-1010011011110 CHP 1
-1010011011110 BSL 1
-1010011011110 HFOX 1
-1010011011110 FEDF 1
-1010011011110 POWR 1
-1010011011110 PAWN 1
-1010011011110 AMJX 1
-1010011011110 BLV 1
-1010011011110 SIZ 1
-1010011011110 RFED 1
-1010011011110 PRTK 1
-1010011011110 RFSB 1
-1010011011110 PNRE 1
-1010011011110 CONH 1
-1010011011110 CFNH 1
-1010011011110 CTSTO 1
-1010011011110 AMBJP 1
-1010011011110 ATAXZ 1
-1010011011110 FIASCO 1
-1010011011110 ELEX 1
-1010011011110 EXLN 1
-1010011011110 RNRC 1
-1010011011110 EMF 1
-1010011011110 ASBI 1
-1010011011110 CANX 1
-1010011011110 CAII 1
-1010011011110 SSAX 1
-1010011011110 IGC 1
-1010011011110 KFVPR 1
-1010011011110 KFV 1
-1010011011110 AHE 1
-1010011011110 HMT 1
-1010011011110 ABX 1
-1010011011110 TSK 1
-1010011011110 JIB 1
-1010011011110 CVT 1
-1010011011110 FNF 1
-1010011011110 MRGO 1
-1010011011110 ALFB 1
-1010011011110 FGSV 1
-1010011011110 BSBX 1
-1010011011110 FFOD 1
-1010011011110 biologists. 1
-1010011011110 androgen 1
-1010011011110 YCSL 1
-1010011011110 WCBK 1
-1010011011110 MOKN 1
-1010011011110 FRML 1
-1010011011110 FTSI 1
-1010011011110 FFWV 1
-1010011011110 FFMA 1
-1010011011110 CAFS 1
-1010011011110 BLU 1
-1010011011110 DWW 1
-1010011011110 PRX 1
-1010011011110 GSBK 1
-1010011011110 FFNS 1
-1010011011110 FBNC 1
-1010011011110 DVRS 1
-1010011011110 DAVX 1
-1010011011110 LABB 1
-1010011011110 RVR 1
-1010011011110 HKF 1
-1010011011110 DRM 1
-1010011011110 SY 1
-1010011011110 WFOR 1
-1010011011110 SDSB 1
-1010011011110 SHRP 1
-1010011011110 SQNT 1
-1010011011110 PPSA 1
-1010011011110 MIKL 1
-1010011011110 HQH 1
-1010011011110 APB 1
-1010011011110 VALC 1
-1010011011110 SBFS 1
-1010011011110 REXW 1
-1010011011110 FSPG 1
-1010011011110 CACOA 1
-1010011011110 HRK 1
-1010011011110 regular-curriculum 1
-1010011011110 JOL 1
-1010011011110 DEVC 1
-1010011011110 EMPR 1
-1010011011110 ENVI 1
-1010011011110 MTCL 1
-1010011011110 HHC 1
-1010011011110 SZF 1
-1010011011110 SZFPR 1
-1010011011110 WSBC 1
-1010011011110 Mediterraneans 1
-1010011011110 OEN 1
-1010011011110 RK 1
-1010011011110 TDM 1
-1010011011110 TSY 1
-1010011011110 VLANS 1
-1010011011110 SSBA 1
-1010011011110 GRFS 1
-1010011011110 FSHGV 1
-1010011011110 FCTN 1
-1010011011110 FFSW 1
-1010011011110 DEER 1
-1010011011110 FURSA 1
-1010011011110 AMEA 1
-1010011011110 AIRSY 1
-1010011011110 PTG 1
-1010011011110 EGH 1
-1010011011110 COQ 1
-1010011011110 Navarone 1
-1010011011110 MGQ 1
-1010011011110 CWTS 1
-1010011011110 BFSB 1
-1010011011110 APBI 1
-1010011011110 ESN 1
-1010011011110 ATW 1
-1010011011110 CRR 1
-1010011011110 XLGX 1
-1010011011110 UNSA 1
-1010011011110 QFCI 1
-1010011011110 PRXS 1
-1010011011110 PXRE 1
-1010011011110 OFSB 1
-1010011011110 NHER 1
-1010011011110 MSAM 1
-1010011011110 FIRF 1
-1010011011110 AMQ 1
-1010011011110 4D 1
-1010011011110 GPAK 1
-1010011011110 OSBN 1
-1010011011110 PSBX 1
-1010011011110 WFSB 1
-1010011011110 CPX 1
-1010011011110 KJI 1
-1010011011110 CLR 1
-1010011011110 BMCC 1
-1010011011110 CMBK 1
-1010011011110 WCAR 1
-1010011011110 HFSB 1
-1010011011110 ACTA 1
-1010011011110 ABKR 1
-1010011011110 AMPI 1
-1010011011110 GES 1
-1010011011110 FBF 1
-1010011011110 PHG 1
-1010011011110 WLMN 1
-1010011011110 UBSI 1
-1010011011110 SWTX 1
-1010011011110 LJSI 1
-1010011011110 SSLN 1
-1010011011110 PRFT 1
-1010011011110 OSIC 1
-1010011011110 NSRU 1
-1010011011110 MFSL 1
-1010011011110 IMMCO 1
-1010011011110 HCCC 1
-1010011011110 confiscations 1
-1010011011110 GATW 1
-1010011011110 FCTR 1
-1010011011110 DESI 1
-1010011011110 CRBN 1
-1010011011110 BEZRY 1
-1010011011110 AREL 1
-1010011011110 RSE 1
-1010011011110 BPP 1
-1010011011110 GLX 1
-1010011011110 EVSB 1
-1010011011110 ETCO 1
-1010011011110 PHC 1
-1010011011110 WALS 1
-1010011011110 VLCM 1
-1010011011110 UNEWY. 1
-1010011011110 UNTEU 1
-1010011011110 SGHB 1
-1010011011110 PICBF 1
-1010011011110 MNRTS 1
-1010011011110 HRLD 1
-1010011011110 HARL 1
-1010011011110 FFWP 1
-1010011011110 ESSF 1
-1010011011110 VIA 1
-1010011011110 INT 1
-1010011011110 TEF 1
-1010011011110 RKY 1
-1010011011110 IMPX 1
-1010011011110 MPAC 1
-1010011011110 FY.WS 1
-1010011011110 CBWA 1
-1010011011110 1654 1
-1010011011110 MFLR 1
-1010011011110 HNCO 1
-1010011011110 GBBS 1
-1010011011110 FSFI 1
-1010011011110 THI 1
-1010011011110 TOC 1
-1010011011110 GWA 1
-1010011011110 abnormalites 1
-1010011011110 CGAS 1
-1010011011110 CXIM 1
-1010011011110 BDGT 1
-1010011011110 BHIAP 1
-1010011011110 ALCI 1
-1010011011110 LMGWI 1
-1010011011110 VOX 1
-1010011011110 PYE 1
-1010011011110 PGR 1
-1010011011110 WHOO 1
-1010011011110 KMAG 1
-1010011011110 FGBC 1
-1010011011110 PR.P. 1
-1010011011110 PR.B. 1
-1010011011110 SLCPV 1
-1010011011110 12-hour-a-day 1
-1010011011110 WMRKV 1
-1010011011110 ITANV 1
-1010011011110 FLIC 1
-1010011011110 DCPI 1
-1010011011110 CRES 1
-1010011011110 DOZEZ 1
-1010011011110 BAPYZ 1
-1010011011110 WAB 1
-1010011011110 card-backed 1
-1010011011110 electrocoating 1
-1010011011110 SRSL 1
-1010011011110 FFSD 1
-1010011011110 TWT 1
-1010011011110 ULT 1
-1010011011110 COCA 1
-1010011011110 six-story-high 1
-1010011011110 SUA 1
-1010011011110 DNP 1
-1010011011110 WASC 1
-1010011011110 PRIVU 1
-1010011011110 OCOMA 1
-1010011011110 NETX 1
-1010011011110 MDTC 1
-1010011011110 INSMA 1
-1010011011110 HMSD 1
-1010011011110 GSOF 1
-1010011011110 WWBC 1
-1010011011110 NRES 1
-1010011011110 FFSL 1
-1010011011110 FFPR 1
-1010011011110 COTG 1
-1010011011110 CISA 1
-1010011011110 SYS 1
-1010011011110 BLD 1
-1010011011110 WHTI 1
-1010011011110 QZMGF 1
-1010011011110 MCON 1
-1010011011110 BULKF 1
-1010011011110 WRS 1
-1010011011110 SNO 1
-1010011011110 WINNU 1
-1010011011110 RBPAA 1
-1010011011110 PIFI 1
-1010011011110 GLTX 1
-1010011011110 FFS 1
-1010011011110 intended. 1
-1010011011110 FTL 1
-1010011011110 MPP 1
-1010011011110 RIV 1
-1010011011110 MMT 1
-1010011011110 DFP.E. 1
-1010011011110 TMAX 1
-1010011011110 FFHP 1
-1010011011110 MSBI 1
-1010011011110 TIRI 1
-1010011011110 MMSB 1
-1010011011110 LEIX 1
-1010011011110 LLSL 1
-1010011011110 HSPA 1
-1010011011110 CPST 1
-1010011011110 AZB 1
-1010011011110 PRZ 1
-1010011011110 UHT 1
-1010011011110 EQM 1
-1010011011110 SVM 1
-1010011011110 VWBC 1
-1010011011110 TLMN 1
-1010011011110 SGSI 1
-1010011011110 QUIK 1
-1010011011110 MTCH 1
-1010011011110 LOYC 1
-1010011011110 INVS 1
-1010011011110 IGSI 1
-1010011011110 GGLF 1
-1010011011110 WDH 1
-1010011011110 PMP 1
-1010011011110 HRP 1
-1010011011110 FCHT 1
-1010011011110 FFAL 1
-1010011011110 DUSA 1
-1010011011110 CSGI 1
-1010011011110 CSBF 1
-1010011011110 CEDR 1
-1010011011110 CBTF 1
-1010011011110 BOSA 1
-1010011011110 BENJ 1
-1010011011110 ALNT 1
-1010011011110 TWN 1
-1010011011110 IGN 1
-1010011011110 HBE 1
-1010011011110 FRL 1
-1010011011110 STNIB 1
-1010011011110 CDMA 1
-1010011011110 BKMD 1
-1010011011110 MCH 1
-1010011011110 NNM 1
-1010011011110 FCX 1
-1010011011110 fax-mailing 1
-1010011011110 IHK 1
-1010011011110 NIIS 1
-1010011011110 RPAPF 1
-1010011011110 APGI 1
-1010011011110 MNI 1
-1010011011110 BIR 1
-1010011011110 LTG 1
-1010011011110 TSQ 1
-1010011011110 TNN 1
-1010011011110 BFSI 1
-1010011011110 CBKI 1
-1010011011110 SGHI 1
-1010011011110 RESP 1
-1010011011110 BFX 1
-1010011011110 RMR 1
-1010011011110 POBS 1
-1010011011110 BID. 1
-1010011011110 Goskomizdat 1
-1010011011110 AZTR 1
-1010011011110 BFEN 1
-1010011011110 BAW 1
-1010011011110 MDW 1
-1010011011110 MGCPV 1
-1010011011110 MMRH 1
-1010011011110 FGBPZ 1
-1010011011110 TRR 1
-1010011011110 RSR.WI 1
-1010011011110 STLTF 1
-1010011011110 KNCI 1
-1010011011110 KCSG 1
-1010011011110 six-hole 1
-1010011011110 GZEA 1
-1010011011110 FFUT 1
-1010011011110 PMBS 1
-1010011011110 VREOS 1
-1010011011110 HTR 1
-1010011011110 RCHFA 1
-1010011011110 RELY 1
-1010011011110 FRMG 1
-1010011011110 BMRG 1
-1010011011110 CPF 1
-1010011011110 PIF 1
-1010011011110 HTK 1
-1010011011110 APPB 1
-1010011011110 VCOR 1
-1010011011110 OST 1
-1010011011110 MIGI 1
-1010011011110 SCHCP 1
-1010011011110 TND.B 1
-1010011011110 ADVN 1
-1010011011110 TT 1
-1010011011110 CYS 1
-1010011011110 TLP 1
-1010011011110 NYBC 1
-1010011011110 FSVB 1
-1010011011110 FFHS 1
-1010011011110 COFI 1
-1010011011110 CISB 1
-1010011011110 FSAK 1
-1010011011110 ICAR 1
-1010011011110 TJCK 1
-1010011011110 RHPOY 1
-1010011011110 MHCIV 1
-1010011011110 GRV 1
-1010011011110 Namibian-independence 1
-1010011011110 HRC 1
-1010011011110 BVSI 1
-1010011011110 SNV 1
-1010011011110 MBK 1
-1010011011110 AIB.PR 1
-1010011011110 OMS 1
-1010011011110 SEH 1
-1010011011110 SEHA 1
-1010011011110 MALC 1
-1010011011110 VITA 1
-1010011011110 STRU 1
-1010011011110 BRL 1
-1010011011110 MIN 1
-1010011011110 mediumship 1
-1010011011110 fast-curing 1
-1010011011110 HFSA 1
-1010011011110 FES 1
-1010011011110 GIM 1
-1010011011110 DXT 1
-1010011011110 IVT 1
-1010011011110 selfdestructs 1
-1010011011110 MGN 1
-1010011011110 GVT 1
-1010011011110 MXIM 1
-1010011011110 NSS 1
-1010011011110 AKRN 1
-1010011011110 ARB 1
-1010011011110 NHR 1
-1010011011110 CLFI 1
-1010011011110 CNNR 1
-1010011011110 BONEP 1
-1010011011110 CTH 1
-1010011011110 GFCT 1
-1010011011110 CCXLA 1
-1010011011110 SKN.E. 1
-1010011011110 PGU 1
-1010011011110 EAG 1
-1010011011110 BBK 1
-1010011011110 KHI 1
-1010011011110 GLK 1
-1010011011110 enumerator 1
-1010011011110 21,577 1
-1010011011110 MOLE 1
-1010011011110 AVDL 1
-1010011011110 ALTR 1
-1010011011110 CGO 1
-1010011011110 SUS 1
-1010011011110 BZF 1
-1010011011110 PFLY 1
-1010011011110 NEB 1
-1010011011110 USWNA 1
-1010011011110 Pergament 1
-1010011011110 FTSB 1
-1010011011110 WPPGY 1
-1010011011110 PKVL 1
-1010011011110 radio-cassette-tape 1
-1010011011110 FTU 1
-1010011011110 RXN 1
-1010011011110 UFN 1
-1010011011110 BYX 1
-1010011011110 APCC 1
-1010011011110 RFPCK 1
-1010011011110 546-mile 1
-1010011011110 MBY 1
-1010011011110 MRM 1
-1010011011110 COR 1
-1010011011110 BOF 1
-1010011011110 WCP 1
-1010011011110 ZDC 1
-1010011011110 EAFC 1
-1010011011110 OSBW 1
-1010011011110 RATNY 1
-1010011011110 LBC 1
-1010011011110 PFSIP 1
-1010011011110 STEC 1
-1010011011110 TIBI 1
-1010011011110 ASFN 1
-1010011011110 CTY 1
-1010011011110 WYS 1
-1010011011110 KGT 1
-1010011011110 MFT 1
-1010011011110 CIF 1
-1010011011110 AEZNS 1
-1010011011110 BBGS 1
-1010011011110 EBCI 1
-1010011011110 GLMA 1
-1010011011110 HOMG 1
-1010011011110 BKT 1
-1010011011110 NBKC 1
-1010011011110 TUSC 1
-1010011011110 HCF 1
-1010011011110 ALU 1
-1010011011110 PDN 1
-1010011011110 CWP 1
-1010011011110 OIF 1
-1010011011110 10-hole 1
-1010011011110 AOF 1
-1010011011110 IGF 1
-1010011011110 SFY 1
-1010011011110 UTRX 1
-1010011011110 STOT 1
-1010011011110 NVLS 1
-1010011011110 BMCS 1
-1010011011110 KE 1
-1010011011110 BHO 1
-1010011011110 quaility 1
-1010011011110 328s 1
-1010011011110 MO 1
-1010011011110 line-centered 1
-1010011011110 WSBXV 1
-1010011011110 ECGI 1
-1010011011110 CHFC 1
-1010011011110 CFED 1
-1010011011110 SZG 1
-1010011011110 SZG.PR 1
-1010011011110 URT 1
-1010011011110 LICF 1
-1010011011110 NERX 1
-1010011011110 SLTI 1
-1010011011110 FAXM 1
-1010011011110 EOG 1
-1010011011110 MDCO 1
-1010011011110 GENIP 1
-1010011011110 EGLE 1
-1010011011110 tire-development 1
-1010011011110 OPI 1
-1010011011110 SNF 1
-1010011011110 PY 1
-1010011011110 RRR 1
-1010011011110 AKLM 1
-1010011011110 DELL 1
-1010011011110 HVDK 1
-1010011011110 INDX 1
-1010011011110 CNVPr 1
-1010011011110 pure. 1
-1010011011110 BRIK 1
-1010011011110 KPE 1
-1010011011110 CCP.WI 1
-1010011011110 KEI 1
-1010011011110 DEMP 1
-1010011011110 FBDX 1
-1010011011110 EWSCA 1
-1010011011110 HOMF 1
-1010011011110 9015PF 1
-1010011011110 ZSEV 1
-1010011011110 ISR 1
-1010011011110 GSF 1
-1010011011110 SBL 1
-1010011011110 APK 1
-1010011011110 PBK 1
-1010011011110 STT 1
-1010011011110 HRN 1
-1010011011110 HEBC 1
-1010011011110 BZMT 1
-1010011011110 PBK.A. 1
-1010011011110 PGT 1
-1010011011110 CLDRV 1
-1010011011110 LFSA 1
-1010011011110 PTEC 1
-1010011011110 CMU 1
-1010011011110 ABGA 1
-1010011011110 BMEEF 1
-1010011011110 FITZ 1
-1010011011110 LCO 1
-1010011011110 CYT 1
-1010011011110 CSM 1
-1010011011110 PBCT 1
-1010011011110 NHLI 1
-1010011011110 ENZ 1
-1010011011110 PRW 1
-1010011011110 VLP 1
-1010011011110 bamboo-slatted 1
-1010011011110 NHDI 1
-1010011011110 liveliness 2
-1010011011110 DLX 2
-1010011011110 16s 2
-1010011011110 manse 2
-1010011011110 change-over 2
-1010011011110 NBB 2
-1010011011110 ECP 2
-1010011011110 1,335 2
-1010011011110 EHP 2
-1010011011110 power-users 2
-1010011011110 SFSL 2
-1010011011110 ELE 2
-1010011011110 SUR 2
-1010011011110 AFPFZ 2
-1010011011110 BNBC 2
-1010011011110 MSHK 2
-1010011011110 ODEP 2
-1010011011110 UTH 2
-1010011011110 HFS 2
-1010011011110 PWN 2
-1010011011110 quartermaster 2
-1010011011110 ACP 2
-1010011011110 VSBC 2
-1010011011110 40000 2
-1010011011110 card-sized 2
-1010011011110 CNBL 2
-1010011011110 TIF 2
-1010011011110 FIF 2
-1010011011110 XTON 2
-1010011011110 memorializes 2
-1010011011110 troposphere 2
-1010011011110 ENRGB 2
-1010011011110 FST 2
-1010011011110 CYC 2
-1010011011110 megatonnage 2
-1010011011110 12-packs 2
-1010011011110 SAF 2
-1010011011110 NUV 2
-1010011011110 popemobile 2
-1010011011110 Regans 2
-1010011011110 FLAG 2
-1010011011110 slow-mo 2
-1010011011110 rollouts 2
-1010011011110 CAF 3
-1010011011110 improvidently 3
-1010011011110 PTC 3
-1010011011110 synchronization 3
-1010011011110 850S 3
-1010011011110 CMP 3
-1010011011110 d-STROY 3
-1010011011110 ALT 3
-1010011011110 Urge 3
-1010011011110 enumerators 3
-1010011011110 epithelioma 3
-1010011011110 PCF 3
-1010011011110 TGL 3
-1010011011110 Appalachians 3
-1010011011110 treaty-making 3
-1010011011110 easings 4
-1010011011110 USF 4
-1010011011110 fishers 4
-1010011011110 parchment 4
-1010011011110 card-activated 4
-1010011011110 left-field 4
-1010011011110 Qingdao 5
-1010011011110 14se 5
-1010011011110 parentheses 5
-1010011011110 redecorating 5
-1010011011110 porches 5
-1010011011110 zapper 5
-1010011011110 chiten 5
-1010011011110 SODA 6
-1010011011110 line-up 7
-1010011011110 3100 9
-1010011011110 lockstep 13
-1010011011110 bunches 14
-1010011011110 APV 16
-1010011011110 remission 20
-1010011011110 Pursuit 25
-1010011011110 4000 26
-1010011011110 tow 36
-1010011011110 tie-in 42
-1010011011110 changeover 79
-1010011011110 concert 545
-1010011011110 comparison 853
-1010011011110 card 1688
-1010011011110 front 2310
-1010011011110 line 8710
-10100110111110 directon 1
-10100110111110 Rajaie-Khorassani 1
-10100110111110 247,269 1
-10100110111110 MAIM 1
-10100110111110 Reaganbasher 1
-10100110111110 notwithstanding. 1
-10100110111110 quencher 1
-10100110111110 beaten-dog 1
-10100110111110 pass-law 1
-10100110111110 100-million-strong 1
-10100110111110 Brooklynites 1
-10100110111110 scabbard 1
-10100110111110 lipid-based 1
-10100110111110 size-18 1
-10100110111110 wingers 1
-10100110111110 opthalmology 1
-10100110111110 sedum-wise 1
-10100110111110 business-consulting 1
-10100110111110 fielders 1
-10100110111110 comedy-melodramas 1
-10100110111110 circumvolving 1
-10100110111110 pre-LBO 1
-10100110111110 synaptic 1
-10100110111110 7110 1
-10100110111110 junk-heap 1
-10100110111110 sesion 1
-10100110111110 DNA-containing 1
-10100110111110 sepia-toned 1
-10100110111110 anti-nicotine 1
-10100110111110 back-through-the-looking-glass 1
-10100110111110 muscle-destroying 1
-10100110111110 Ascap-style 1
-10100110111110 Nicolette 1
-10100110111110 Gestapo-style 1
-10100110111110 8400 1
-10100110111110 Nabulsi 1
-10100110111110 Finnish-Americans 1
-10100110111110 lactation-prevention 1
-10100110111110 coffee- 1
-10100110111110 conundrums 1
-10100110111110 one-item 1
-10100110111110 ageements 1
-10100110111110 Etch-a-Sketch 1
-10100110111110 intramonth 1
-10100110111110 super-status 1
-10100110111110 limbo-mired 1
-10100110111110 67,783 1
-10100110111110 survivals 1
-10100110111110 ely 1
-10100110111110 Khoury 1
-10100110111110 mega-contests 1
-10100110111110 cavern 2
-10100110111110 reenactments 2
-10100110111110 payments. 2
-10100110111110 two-seaters 2
-10100110111110 ovary 2
-10100110111110 tricolor 2
-10100110111110 showmen 2
-10100110111110 Cooney-Spinks 2
-10100110111110 tiddlywinks 2
-10100110111110 movies. 2
-10100110111110 stone. 2
-10100110111110 hemispheres 2
-10100110111110 Milds 2
-10100110111110 tentacle 2
-10100110111110 hospital-supervised 2
-10100110111110 Berengaria 2
-10100110111110 worldclass 2
-10100110111110 plainness 2
-10100110111110 Sacahuista 2
-10100110111110 minefields 2
-10100110111110 hobbyhorses 2
-10100110111110 tarmacs 2
-10100110111110 nonregulation 2
-10100110111110 anticholinesterase 2
-10100110111110 eyelid 2
-10100110111110 dogmatists 2
-10100110111110 pamphleteers 2
-10100110111110 new-job 2
-10100110111110 I-95 2
-10100110111110 seriatim 2
-10100110111110 burn-through 2
-10100110111110 chinooks 2
-10100110111110 hypoxia 2
-10100110111110 ameliorating 3
-10100110111110 another. 3
-10100110111110 Louisianians 3
-10100110111110 watermark 3
-10100110111110 uppercut 3
-10100110111110 quilters 3
-10100110111110 sexagenarian 3
-10100110111110 fifths 3
-10100110111110 Damiel 3
-10100110111110 Ashdown 3
-10100110111110 stashes 3
-10100110111110 suppressant 4
-10100110111110 isles 4
-10100110111110 cartographers 4
-10100110111110 pachyderm 4
-10100110111110 garde 4
-10100110111110 stiletto 4
-10100110111110 amusements 4
-10100110111110 demigods 5
-10100110111110 witticisms 5
-10100110111110 stridency 6
-10100110111110 disenfranchisement 7
-10100110111110 hems 7
-10100110111110 mid-week 7
-10100110111110 idiocy 7
-10100110111110 proprietorships 7
-10100110111110 forearm 8
-10100110111110 Euromissiles 8
-10100110111110 Wapping 8
-10100110111110 staircases 9
-10100110111110 accouterments 9
-10100110111110 conqueror 10
-10100110111110 crutches 12
-10100110111110 epithet 12
-10100110111110 precept 13
-10100110111110 climes 15
-10100110111110 amplification 25
-10100110111110 flank 49
-10100110111110 cheek 67
-10100110111110 pole 88
-10100110111110 ear 216
-10100110111110 wing 529
-10100110111110 location 728
-10100110111110 overnight 1145
-10100110111110 words 2071
-10100110111110 direction 2163
-10100110111110 hand 3870
-10100110111110 side 4137
-10100110111111 crocks 1
-10100110111111 contract. 1
-10100110111111 durations 1
-10100110111111 disclipline 1
-10100110111111 REWARDS 1
-10100110111111 leit-motifs 1
-10100110111111 mercy. 1
-10100110111111 arbritrage 1
-10100110111111 CLIMATE 1
-10100110111111 SHOULDERS 1
-10100110111111 UNACCEPTABLE 1
-10100110111111 linen-decked 1
-10100110111111 pre-testing 1
-10100110111111 debauch 1
-10100110111111 schlocky 1
-10100110111111 HECKLED 1
-10100110111111 cockling 1
-10100110111111 view-as 1
-10100110111111 BUNCH 1
-10100110111111 pockets. 1
-10100110111111 Juyne 1
-10100110111111 HOSPITALIZED 1
-10100110111111 craftsmanship. 1
-10100110111111 hoojee 1
-10100110111111 cartouches 1
-10100110111111 copulation 1
-10100110111111 permisson 1
-10100110111111 SETBACKS 1
-10100110111111 Ribat 1
-10100110111111 Labangan 1
-10100110111111 collpase 1
-10100110111111 JEERED 1
-10100110111111 most-widely 1
-10100110111111 deaf. 1
-10100110111111 marinus 1
-10100110111111 slump. 1
-10100110111111 bemuses 1
-10100110111111 REPLACED 1
-10100110111111 EVE 1
-10100110111111 CAPTIONING 1
-10100110111111 haul. 1
-10100110111111 hairspray 1
-10100110111111 braggin 1
-10100110111111 par-fours 1
-10100110111111 INTRODUCED 1
-10100110111111 over-qualification 1
-10100110111111 broad-base 1
-10100110111111 DOUGH 1
-10100110111111 gines 1
-10100110111111 symtoms 1
-10100110111111 carrybacks 1
-10100110111111 FILES 1
-10100110111111 super-highways 1
-10100110111111 interests-sometimes 1
-10100110111111 Nakhodka 1
-10100110111111 Burma-Shave. 1
-10100110111111 Tuckers 1
-10100110111111 BREWERS 1
-10100110111111 Al-Osboa 1
-10100110111111 Croute 1
-10100110111111 tipper 1
-10100110111111 CONVERTS 2
-10100110111111 game-of-the-week 2
-10100110111111 room. 2
-10100110111111 anesthetics 2
-10100110111111 virus-free 2
-10100110111111 schoolmasters 2
-10100110111111 Sothebys 2
-10100110111111 MINE 2
-10100110111111 off-period 2
-10100110111111 docents 2
-10100110111111 NOTIFIED 2
-10100110111111 mini-constitution 2
-10100110111111 one-worlder 2
-10100110111111 Hibor 2
-10100110111111 Equitrack 2
-10100110111111 compensation. 2
-10100110111111 sheet. 2
-10100110111111 CHOSEN 2
-10100110111111 kopeck 2
-10100110111111 quintuples 2
-10100110111111 Legliz 2
-10100110111111 guns. 2
-10100110111111 roughhousing 2
-10100110111111 flinching 2
-10100110111111 date. 2
-10100110111111 money-launderers 2
-10100110111111 BARRED 2
-10100110111111 earn-out 2
-10100110111111 APPLICANTS 2
-10100110111111 jambalaya 3
-10100110111111 droop 3
-10100110111111 fugu 3
-10100110111111 workturn 3
-10100110111111 inversions 3
-10100110111111 sideburns 3
-10100110111111 melancholic 3
-10100110111111 view. 3
-10100110111111 vanities 3
-10100110111111 Morbidity 4
-10100110111111 Eisteddfod 4
-10100110111111 right. 4
-10100110111111 forethought 5
-10100110111111 johns 5
-10100110111111 passageways 5
-10100110111111 spittoon 5
-10100110111111 enchilada 6
-10100110111111 lead-time 6
-10100110111111 cabooses 7
-10100110111111 place. 7
-10100110111111 apoplexy 7
-10100110111111 lifters 8
-10100110111111 buffets 8
-10100110111111 mortis 8
-10100110111111 cocoons 8
-10100110111111 holster 11
-10100110111111 call-up 11
-10100110111111 shtick 11
-10100110111111 preconditions 22
-10100110111111 attribution 29
-10100110111111 masse 46
-10100110111111 shrift 46
-10100110111111 taker 52
-10100110111111 intervals 59
-10100110111111 distances 78
-10100110111111 skirts 96
-10100110111111 workweek 108
-10100110111111 overdue 294
-10100110111111 maturities 412
-10100110111111 sheets 437
-10100110111111 tenure 474
-10100110111111 merit 626
-10100110111111 fun 752
-10100110111111 rooms 872
-10100110111111 sheet 1010
-10100110111111 term 3838
-10100110111111 room 3027
-101001110000 112,883 1
-101001110000 end-point 1
-101001110000 carton-sealing 1
-101001110000 networks-three 1
-101001110000 conventional-home 1
-101001110000 rail-road 1
-101001110000 polling-place 1
-101001110000 over-stepping 1
-101001110000 10-mos. 1
-101001110000 immediate-delivery 1
-101001110000 ground-crew 1
-101001110000 creamlike 1
-101001110000 Ste.-Therese 1
-101001110000 grumpily 1
-101001110000 Lin-Art 1
-101001110000 Ripault 1
-101001110000 Byla 1
-101001110000 Romanization 1
-101001110000 baby-care 1
-101001110000 calcined 1
-101001110000 probationer 1
-101001110000 rail-making 1
-101001110000 Halocarbon 1
-101001110000 electrical-test 1
-101001110000 Glasswerke 1
-101001110000 motor-mouths 1
-101001110000 office-related 1
-101001110000 420-man 1
-101001110000 recess-fluorescent 1
-101001110000 38-plane 1
-101001110000 Slaskie 1
-101001110000 BARBECUERS 1
-101001110000 ex-psychiatric 1
-101001110000 SmithKline-Beckman 1
-101001110000 Spielberg-sized 1
-101001110000 MSG 1
-101001110000 declamations 1
-101001110000 Layered 1
-101001110000 commission-related 1
-101001110000 career-conscious 1
-101001110000 non-Given 1
-101001110000 redemeption 1
-101001110000 pedicab 1
-101001110000 glycerine 1
-101001110000 governmentheld 1
-101001110000 reposes 1
-101001110000 booze-running 1
-101001110000 PAC-donation 1
-101001110000 post-1983 1
-101001110000 9,648 1
-101001110000 tax-budget 1
-101001110000 bonnet-style 1
-101001110000 non-clerical 1
-101001110000 127,440 1
-101001110000 Technalysis 1
-101001110000 CEMENT 1
-101001110000 Neurobiology 1
-101001110000 Turell 1
-101001110000 167-day-old 1
-101001110000 devaluer 1
-101001110000 ultra-conformist 1
-101001110000 time-beating 1
-101001110000 Superiore 1
-101001110000 voting-power 1
-101001110000 Chinese-immigrant 1
-101001110000 6,689 1
-101001110000 vrycmmnty 1
-101001110000 Liberal-red 1
-101001110000 sky-divers 1
-101001110000 Japanese-grown 1
-101001110000 auto-emissions 1
-101001110000 trumpetings 1
-101001110000 amaretto 1
-101001110000 education-assistance 1
-101001110000 brain-injured 1
-101001110000 1986-four 1
-101001110000 self-scrutiny 1
-101001110000 190,000-barrel-a-day 1
-101001110000 job-holders 1
-101001110000 pre-meeting 1
-101001110000 textile-trade 1
-101001110000 GUCCI 1
-101001110000 miniwindows 1
-101001110000 intrepidly 1
-101001110000 packages-and 1
-101001110000 book-closing 1
-101001110000 network-processing 1
-101001110000 Ohbayshi 1
-101001110000 terrestrially 1
-101001110000 Helene-Curtiss 1
-101001110000 jury-consulting 1
-101001110000 powertrain-related 1
-101001110000 yeastiness 1
-101001110000 all-method 1
-101001110000 30-ship 1
-101001110000 IBM-Canada 1
-101001110000 meat-grading 1
-101001110000 639,872 1
-101001110000 Christmas-hiring 1
-101001110000 7,234 1
-101001110000 non-honeymooning 1
-101001110000 housing/federal 1
-101001110000 Syrdarya 1
-101001110000 subindex 1
-101001110000 budget-review 1
-101001110000 birth-rates 1
-101001110000 RIFTS 1
-101001110000 graduations 1
-101001110000 highly-skilled 1
-101001110000 no-nuker 1
-101001110000 3:41 1
-101001110000 unleadership-like 1
-101001110000 Okakyu 1
-101001110000 26-state 1
-101001110000 Shiite-Sunni 1
-101001110000 Lesch-Nyhan 1
-101001110000 sun-blocking 1
-101001110000 68,324 1
-101001110000 fragmentations 1
-101001110000 profit-per-ton 1
-101001110000 pesticide-residue 1
-101001110000 20,300-person 1
-101001110000 earthworks 1
-101001110000 legislative-branch 1
-101001110000 datadex 1
-101001110000 theft-deterrent 1
-101001110000 beer-can 1
-101001110000 Bovis 2
-101001110000 Navalle 2
-101001110000 virus-infected 2
-101001110000 Trippe 2
-101001110000 Especializados 2
-101001110000 floes 2
-101001110000 pregnancy-related 2
-101001110000 Unternehmen 2
-101001110000 52-47 2
-101001110000 16-to-24-year-olds 2
-101001110000 screenprint 2
-101001110000 UFA 2
-101001110000 compartmentalization 2
-101001110000 8300 3
-101001110000 cross-subsidization 3
-101001110000 HPV 3
-101001110000 income-eligibility 3
-101001110000 asceticism 3
-101001110000 veh 4
-101001110000 copper-futures 4
-101001110000 gas-tank 4
-101001110000 4868 5
-101001110000 interlock 5
-101001110000 Micaela 6
-101001110000 deliverer 6
-101001110000 completions 17
-101001110000 'n' 143
-101001110000 Werke 278
-101001110000 overtime 586
-101001110000 pollution 731
-101001110000 delivery 3629
-101001110000 traffic 2735
-1010011100010 unrestated 1
-1010011100010 bolls 1
-1010011100010 bankrupcties 1
-1010011100010 biz. 1
-1010011100010 daiquiris 1
-1010011100010 Zavodi 1
-1010011100010 insect-eating 1
-1010011100010 teat 1
-1010011100010 soup. 1
-1010011100010 re-exports-shipments 1
-1010011100010 Dip 1
-1010011100010 enemas 1
-1010011100010 bourguignon 1
-1010011100010 sizzler 1
-1010011100010 slaughterer 1
-1010011100010 pressings 1
-1010011100010 kabobs 1
-1010011100010 crucibles 1
-1010011100010 Debris 1
-1010011100010 Rischart 1
-1010011100010 air-tickets 1
-1010011100010 barrelers 1
-1010011100010 bene-bugs 1
-1010011100010 Daikyo 1
-1010011100010 extractors 1
-1010011100010 tartare 2
-1010011100010 unmined 2
-1010011100010 venomously 2
-1010011100010 copolymers 2
-1010011100010 underliner 2
-1010011100010 flexibilities 2
-1010011100010 hexaflouride 2
-1010011100010 Penta-Ocean 2
-1010011100010 filigree 2
-1010011100010 tandems 2
-1010011100010 saffron 2
-1010011100010 Thyssen-Henschel 2
-1010011100010 lifelines 2
-1010011100010 earn-outs 2
-1010011100010 methanes 2
-1010011100010 tallow 3
-1010011100010 wranglers 3
-1010011100010 tamales 3
-1010011100010 disapprobation 3
-1010011100010 cheapie 3
-1010011100010 overshipments 3
-1010011100010 thimbles 3
-1010011100010 grindings 3
-1010011100010 citizenships 3
-1010011100010 slicers 3
-1010011100010 doggedness 4
-1010011100010 turtlenecks 4
-1010011100010 carloads 4
-1010011100010 IDs 5
-1010011100010 ineffectually 5
-1010011100010 presumptions 5
-1010011100010 injectors 5
-1010011100010 bourbons 6
-1010011100010 rinds 6
-1010011100010 cookers 6
-1010011100010 alertness 6
-1010011100010 colas 6
-1010011100010 slaughterings 7
-1010011100010 camshafts 7
-1010011100010 contingents 7
-1010011100010 desktops 8
-1010011100010 ingots 9
-1010011100010 reexports 9
-1010011100010 fajitas 10
-1010011100010 launchings 11
-1010011100010 insulators 13
-1010011100010 jugs 13
-1010011100010 marketings 13
-1010011100010 seepage 18
-1010011100010 T-bills 19
-1010011100010 gluts 21
-1010011100010 outages 21
-1010011100010 mugs 26
-1010011100010 disposals 31
-1010011100010 reinforcements 31
-1010011100010 flakes 32
-1010011100010 premieres 38
-1010011100010 Treasuries 51
-1010011100010 plantings 52
-1010011100010 enrollments 62
-1010011100010 backlogs 78
-1010011100010 harvests 99
-1010011100010 spills 100
-1010011100010 bankruptcies 181
-1010011100010 pumps 232
-1010011100010 warehouses 260
-1010011100010 stockpiles 294
-1010011100010 payrolls 309
-1010011100010 Treasurys 536
-1010011100010 deliveries 578
-1010011100010 shortages 672
-1010011100010 shipments 1865
-1010011100010 inventories 1956
-1010011100010 supplies 2634
-1010011100010 imports 4568
-1010011100010 exports 4934
-1010011100011 copublished 1
-1010011100011 dippers 1
-1010011100011 profit-cap 1
-1010011100011 sell-throughs 1
-1010011100011 curtain-like 1
-1010011100011 constructive-ownership 1
-1010011100011 smokestack-emission 1
-1010011100011 vestment 1
-1010011100011 army-reserve 1
-1010011100011 product-registration 1
-1010011100011 security-deposit 1
-1010011100011 radiation-test 1
-1010011100011 performance-per-dollar 1
-1010011100011 declassification 1
-1010011100011 particulate-matter 1
-1010011100011 overinvestment 2
-1010011100011 placidity 2
-1010011100011 944S 2
-1010011100011 amercements 2
-1010011100011 excellences 2
-1010011100011 whirr 2
-1010011100011 regurgitation 3
-1010011100011 reparation 3
-1010011100011 inventories-to-sales 3
-1010011100011 cookie-making 3
-1010011100011 cattle-feed 3
-1010011100011 downtrends 3
-1010011100011 popularization 3
-1010011100011 ivermectin 4
-1010011100011 klatch 4
-1010011100011 mononucleosis 4
-1010011100011 tailpipe-emission 5
-1010011100011 cellars 5
-1010011100011 sapling 5
-1010011100011 sprayer 6
-1010011100011 entendre 6
-1010011100011 medallions 6
-1010011100011 muds 7
-1010011100011 readability 7
-1010011100011 pressurization 8
-1010011100011 steel-production 9
-1010011100011 steelworks 10
-1010011100011 mineralization 11
-1010011100011 conductivity 12
-1010011100011 Feldene 12
-1010011100011 tailings 15
-1010011100011 airfare 20
-1010011100011 whammy 30
-1010011100011 irradiation 32
-1010011100011 viewership 44
-1010011100011 tonnage 51
-1010011100011 intake 51
-1010011100011 emission 73
-1010011100011 overproduction 128
-1010011100011 stockpile 157
-1010011100011 enrollment 159
-1010011100011 usage 208
-1010011100011 attendance 222
-1010011100011 mileage 255
-1010011100011 acreage 314
-1010011100011 emissions 373
-1010011100011 morale 402
-1010011100011 depreciation 495
-1010011100011 circulation 885
-1010011100011 productivity 1396
-1010011100011 consumption 1531
-1010011100011 production 13530
-1010011100011 output 3477
-101001110010 facilities-management 1
-101001110010 launderettes 1
-101001110010 money-income 1
-101001110010 escapeways 1
-101001110010 producton 1
-101001110010 listfruits 1
-101001110010 straw-poll 1
-101001110010 Euro-malaise 1
-101001110010 soft-pedals 1
-101001110010 catalog-sale 1
-101001110010 mid-winter 2
-101001110010 birth-rate 2
-101001110010 Vons-Safeway 2
-101001110010 end-1987 2
-101001110010 Pathfinders 2
-101001110010 asssets 3
-101001110010 phonographs 3
-101001110010 subsector 3
-101001110010 follow-ups 3
-101001110010 re-evaluations 4
-101001110010 Hatchback 4
-101001110010 wintertime 5
-101001110010 caches 6
-101001110010 transporter 9
-101001110010 revaluations 12
-101001110010 procurements 15
-101001110010 dispositions 38
-101001110010 registrations 67
-101001110010 winnings 98
-101001110010 sales 35126
-101001110010 billings 408
-1010011100110 10-million-unit 1
-1010011100110 radiation-hardened 1
-1010011100110 277,891 1
-1010011100110 noggin 1
-1010011100110 Knight-Pulliam 1
-1010011100110 peak-pullout 1
-1010011100110 gopak 1
-1010011100110 Three-sevenths 1
-1010011100110 religious-secular 1
-1010011100110 Islam. 1
-1010011100110 Seculo 1
-1010011100110 dollar-watchers 1
-1010011100110 Handlesblat 1
-1010011100110 DODG 1
-1010011100110 player-salary 1
-1010011100110 competititon 1
-1010011100110 TCDD 1
-1010011100110 Vlasova 1
-1010011100110 WQUE. 1
-1010011100110 82-9 1
-1010011100110 dedicatee 1
-1010011100110 current-cost-basis 1
-1010011100110 initally 1
-1010011100110 8-12 1
-1010011100110 Luro 1
-1010011100110 3198 1
-1010011100110 Desto 1
-1010011100110 7701 1
-1010011100110 theft-loss 1
-1010011100110 CASELOAD 1
-1010011100110 RATON 1
-1010011100110 weepy-eyed 1
-1010011100110 ARABIA 1
-1010011100110 Dulcinea 1
-1010011100110 19-volume 1
-1010011100110 Bolz 1
-1010011100110 Shiite-Palestinian 1
-1010011100110 kilbasa 1
-1010011100110 WNET/13 1
-1010011100110 TINKERING 1
-1010011100110 Wagniskapital 1
-1010011100110 rans 1
-1010011100110 oil-crudes 1
-1010011100110 theater-wide 1
-1010011100110 schoolchairs 1
-1010011100110 Putters 1
-1010011100110 RELEASE 1
-1010011100110 Lampl 1
-1010011100110 less-than-cordial 1
-1010011100110 Buehl 1
-1010011100110 partnerin 1
-1010011100110 half-sincerely 1
-1010011100110 Keita 1
-1010011100110 lint-picking 1
-1010011100110 BRISTLE 1
-1010011100110 263,032 1
-1010011100110 far-costlier 1
-1010011100110 2,123,482 1
-1010011100110 taipan 1
-1010011100110 versifier 1
-1010011100110 Narodov 1
-1010011100110 Staatssicherheit 1
-1010011100110 Dockets 1
-1010011100110 crack-user 1
-1010011100110 Nobility 1
-1010011100110 0.250 1
-1010011100110 revenue. 1
-1010011100110 2,071,756 1
-1010011100110 Runnings 1
-1010011100110 fly-bys 1
-1010011100110 Kraszewski 1
-1010011100110 Marshack 1
-1010011100110 2,416,000 1
-1010011100110 dyskinesia 1
-1010011100110 guitar-based 2
-1010011100110 Zeppelin 2
-1010011100110 enigmas 2
-1010011100110 Ordynka 2
-1010011100110 MINISTER 2
-1010011100110 E.T.C. 2
-1010011100110 protein-supplemented 2
-1010011100110 604,330,000 2
-1010011100110 Loge 2
-1010011100110 trading-loss 2
-1010011100110 emitter 2
-1010011100110 grouper 2
-1010011100110 Rubble 2
-1010011100110 patentability 2
-1010011100110 REMAIN 2
-1010011100110 plutocrat 2
-1010011100110 4106 2
-1010011100110 HATS 2
-1010011100110 System-2 2
-1010011100110 delicto 2
-1010011100110 312-105 2
-1010011100110 Mangal 2
-1010011100110 JNR 3
-1010011100110 CONTRIBUTIONS 3
-1010011100110 SHELTERS 3
-1010011100110 CASES 3
-1010011100110 motorboats 3
-1010011100110 bogeymen 3
-1010011100110 Jocasta 3
-1010011100110 subsection 3
-1010011100110 debilitation 3
-1010011100110 Jyoti 3
-1010011100110 priestesses 3
-1010011100110 SCID 3
-1010011100110 ACTIVITY 4
-1010011100110 mountaintops 4
-1010011100110 Professionalism 4
-1010011100110 arguta 4
-1010011100110 Habit 5
-1010011100110 Schizophrenia 5
-1010011100110 plateaus 5
-1010011100110 0.325 5
-1010011100110 Obers 5
-1010011100110 Endurance 6
-1010011100110 EDWARDS 7
-1010011100110 NOX 7
-1010011100110 incision 10
-1010011100110 Wiederaufbau 10
-1010011100110 Accreditation 11
-1010011100110 upticks 11
-1010011100110 horseback 32
-1010011100110 WNET/Thirteen 38
-1010011100110 A&E 57
-1010011100110 Certificates-a 82
-1010011100110 halts 113
-1010011100110 ex-dividend 153
-1010011100110 doses 171
-1010011100110 PBS 394
-1010011100110 volumes 462
-1010011100110 turnover 652
-1010011100110 volume 7676
-1010011100111 Meowmoiselle 1
-1010011100111 Tulipa 1
-1010011100111 2,440,000 1
-1010011100111 dollars-per-barrel 1
-1010011100111 multiple-function 1
-1010011100111 1,428,000 1
-1010011100111 loathsomeness 1
-1010011100111 fibrinogen 1
-1010011100111 fourth-down-and-one 1
-1010011100111 target. 1
-1010011100111 WDZZ-FM 1
-1010011100111 Ahvaz 1
-1010011100111 family-reunification 1
-1010011100111 Adman 1
-1010011100111 flip-ins 1
-1010011100111 pauperism 1
-1010011100111 drive-throughs 1
-1010011100111 compatibilty 1
-1010011100111 no-man-is-an-island 1
-1010011100111 293,490 1
-1010011100111 Whoville 1
-1010011100111 averagewell 1
-1010011100111 leopard-spotted 1
-1010011100111 Outreach 1
-1010011100111 300-mile-an-hour 1
-1010011100111 bleepers 1
-1010011100111 7,261,000 1
-1010011100111 kudzu 1
-1010011100111 1,506,000 1
-1010011100111 1.2-million 1
-1010011100111 Zocalo 1
-1010011100111 272,367 1
-1010011100111 Misfortune 1
-1010011100111 excursion-fare 1
-1010011100111 288,690 1
-1010011100111 sexual-assault 1
-1010011100111 Mianeh 1
-1010011100111 3,978,238 1
-1010011100111 Sydney-Singapore-London 1
-1010011100111 newstands 1
-1010011100111 egg-buying 1
-1010011100111 I-26 1
-1010011100111 pocketfuls 1
-1010011100111 1,525,000 1
-1010011100111 disembowelment 1
-1010011100111 drawn-body 1
-1010011100111 meals. 1
-1010011100111 85,250 1
-1010011100111 EC-produced 1
-1010011100111 ikrities 1
-1010011100111 1,483,000 1
-1010011100111 Roman-style 1
-1010011100111 third-and-six 1
-1010011100111 highway-accident 1
-1010011100111 calulators 1
-1010011100111 151,500 1
-1010011100111 coming. 1
-1010011100111 1,394,000 1
-1010011100111 incentives. 1
-1010011100111 parapsychology 1
-1010011100111 1,072,000 1
-1010011100111 crime-solving 1
-1010011100111 1,204,000 1
-1010011100111 advertising-linage 1
-1010011100111 8,772,000 1
-1010011100111 mindlessness 1
-1010011100111 70,000-100,000 1
-1010011100111 reveunue 1
-1010011100111 Unicorn-Kanchana 1
-1010011100111 92,254 1
-1010011100111 package-volume 1
-1010011100111 wildife 1
-1010011100111 wites 1
-1010011100111 frankincense 1
-1010011100111 16,550 1
-1010011100111 top-loaders 1
-1010011100111 manhunts 1
-1010011100111 strategic-force 1
-1010011100111 3,215,000 1
-1010011100111 1,031,263 1
-1010011100111 relandscaping 1
-1010011100111 cocaine-peddling 1
-1010011100111 1,193,000 1
-1010011100111 905,647 1
-1010011100111 4,257,000 1
-1010011100111 1986revenue 1
-1010011100111 fast-walking 1
-1010011100111 double-A-plus-rated 1
-1010011100111 3,578,000 1
-1010011100111 BudgeTelevision 1
-1010011100111 35,029 1
-1010011100111 bicyles 1
-1010011100111 1,037,369 1
-1010011100111 Lire 1
-1010011100111 Campeau-unit 1
-1010011100111 907,767 1
-1010011100111 shuteye 1
-1010011100111 non-Asian 1
-1010011100111 public-mindedness 1
-1010011100111 aggegates 1
-1010011100111 4,914,000 1
-1010011100111 misestimates 1
-1010011100111 83,400 1
-1010011100111 foot-pedaled 1
-1010011100111 6,536,000 1
-1010011100111 Vini 1
-1010011100111 half-pay 1
-1010011100111 4,031,000 1
-1010011100111 Bord 1
-1010011100111 2,974,000 1
-1010011100111 1,010,186 1
-1010011100111 Amager 1
-1010011100111 Aug.11 1
-1010011100111 1,562,000 1
-1010011100111 204,440 1
-1010011100111 hairnets 1
-1010011100111 I-55 2
-1010011100111 sleights 2
-1010011100111 third-and-10 2
-1010011100111 cross-trades 2
-1010011100111 2,278,000 2
-1010011100111 Manila-bound 2
-1010011100111 275,960 2
-1010011100111 11,936,693 2
-1010011100111 Sohio-BP 2
-1010011100111 camelback 2
-1010011100111 Porkopolis 2
-1010011100111 fiberfill 2
-1010011100111 Lillick 2
-1010011100111 obviousness 2
-1010011100111 clotheslines 2
-1010011100111 8,180,000 2
-1010011100111 minter 2
-1010011100111 Take-Overs 2
-1010011100111 DEN 2
-1010011100111 face-amount 2
-1010011100111 827,000 3
-1010011100111 pinheads 3
-1010011100111 misinterpretations 4
-1010011100111 non-trade-related 6
-1010011100111 stilts 10
-1010011100111 underpayments 10
-1010011100111 Alcoholism 14
-1010011100111 linage 76
-1010011100111 feedlots 109
-1010011100111 Tariffs 191
-1010011100111 behalf 1480
-1010011100111 revenue 14706
-10100111010 200-200 1
-10100111010 Proves 1
-10100111010 hussy 1
-10100111010 whuppings 1
-10100111010 yesterday.Mr 1
-10100111010 megacorporations 1
-10100111010 waterproofer 1
-10100111010 twinsheet 1
-10100111010 organizaion 1
-10100111010 force-out 1
-10100111010 homburg 1
-10100111010 anarchism 1
-10100111010 exploration. 1
-10100111010 severances 1
-10100111010 stone-wash 1
-10100111010 coqual 1
-10100111010 Cloak 1
-10100111010 FAIL 1
-10100111010 pact. 1
-10100111010 Inc.as 1
-10100111010 check-point 1
-10100111010 29/32nds 1
-10100111010 messy-evacuation 1
-10100111010 Chiantis 1
-10100111010 waterspout 1
-10100111010 who-is-brutally-raped-by-a-white-man 1
-10100111010 suplies 1
-10100111010 party. 1
-10100111010 pit. 1
-10100111010 change-up 1
-10100111010 stirke 1
-10100111010 post-doctorate 1
-10100111010 Reacts 1
-10100111010 downrating 1
-10100111010 paranoids 1
-10100111010 birdhouses 1
-10100111010 insistance 1
-10100111010 Gabbrielli 1
-10100111010 tenderloin 2
-10100111010 problem-solvers 2
-10100111010 Act. 2
-10100111010 Burnout 2
-10100111010 HOUSEHOLDS 2
-10100111010 Shortcut 2
-10100111010 Nenryo 2
-10100111010 staves 3
-10100111010 tarpaulins 3
-10100111010 Rolexes 4
-10100111010 prices 33780
-10100111010 repurchases 109
-10100111011 eight-room 1
-10100111011 stock-linked 1
-10100111011 brainchildren 1
-10100111011 pseudoharengus 1
-10100111011 flat-land 1
-10100111011 Furor 1
-10100111011 FARMHANDS 1
-10100111011 Levchuk 1
-10100111011 ind 1
-10100111011 STRIKES 1
-10100111011 Pecchioli 1
-10100111011 thrice-yearly 1
-10100111011 KIERULFF 1
-10100111011 handfasters 1
-10100111011 animal-funeral 1
-10100111011 truck-hauled 1
-10100111011 computer-packing 1
-10100111011 tradingfor 1
-10100111011 Empresarial 1
-10100111011 POPULARITY 1
-10100111011 solid-mahogany 1
-10100111011 Emotion 1
-10100111011 appparently 1
-10100111011 BUTTE 1
-10100111011 gimcrack 1
-10100111011 31-plane 1
-10100111011 INDICATORS 1
-10100111011 orders> 1
-10100111011 train-ride 1
-10100111011 genera 1
-10100111011 actions. 1
-10100111011 al-Nahayan 1
-10100111011 Brumaire 1
-10100111011 toonage 1
-10100111011 LQ 1
-10100111011 data.The 1
-10100111011 Marg 1
-10100111011 Euroil-stock 1
-10100111011 moveable 1
-10100111011 haugh 1
-10100111011 postition 1
-10100111011 knife-fighter 1
-10100111011 EMPHASIS 1
-10100111011 rule-gold 1
-10100111011 hand-wringer 1
-10100111011 chukka 1
-10100111011 OCC-member 1
-10100111011 rambler 1
-10100111011 386SX-based 1
-10100111011 Schwarz-A-Tron 1
-10100111011 great-great-granddaughter 1
-10100111011 electoral-vote-rich 1
-10100111011 Caballeros 1
-10100111011 Coups 2
-10100111011 ethers 2
-10100111011 Rajneesh 2
-10100111011 Characteristics 2
-10100111011 investiture 2
-10100111011 Giraffe 2
-10100111011 besmirchment 2
-10100111011 SSTs 2
-10100111011 RABINOWITZ 2
-10100111011 escapee 3
-10100111011 showiest 3
-10100111011 FILING 3
-10100111011 Pascual 3
-10100111011 Farisani 4
-10100111011 500-index 4
-10100111011 Unbearable 6
-10100111011 deflator 94
-10100111011 index 12328
-10100111011 Index 1204
-101001111000 penurious 1
-101001111000 seed-field 1
-101001111000 store-redeemable 1
-101001111000 system-2 1
-101001111000 tear-away 1
-101001111000 social-message 1
-101001111000 telephone-number 1
-101001111000 46-degree 1
-101001111000 finance-rate 1
-101001111000 nonfinancials 1
-101001111000 urban-worker 1
-101001111000 bonified 1
-101001111000 sky-rocketing 1
-101001111000 savings-CD 1
-101001111000 drug-unit 1
-101001111000 body-rust 1
-101001111000 Messerschmitt-BoelkowBlohm 1
-101001111000 fuel-purchase 1
-101001111000 airport-gate 1
-101001111000 de-thorned 1
-101001111000 already-slimming 1
-101001111000 HARASSMENT 1
-101001111000 incentive-buoyed 1
-101001111000 PROSPECTORS 1
-101001111000 1.175-pence 1
-101001111000 263-156 2
-101001111000 much-lower 2
-101001111000 profits-based 2
-101001111000 longer-length 2
-101001111000 Binge 2
-101001111000 pension-settlement 2
-101001111000 typhus 6
-101001111000 profit 15813
-101001111000 net-interest 7
-101001111001 roseate 1
-101001111001 2037.32-point 1
-101001111001 AMX 1
-101001111001 citizen-soldiers 1
-101001111001 already-waning 1
-101001111001 already-lowered 1
-101001111001 Istitute 1
-101001111001 long-recurring 1
-101001111001 too-optimistic 1
-101001111001 SURCHARGE 1
-101001111001 barefaced 1
-101001111001 grain-harvest 1
-101001111001 gross-proceeds 1
-101001111001 gate-hyping 1
-101001111001 COLLIER 1
-101001111001 yen-triggered 1
-101001111001 energy-shortage-era 1
-101001111001 private-economic 1
-101001111001 Confounding 1
-101001111001 survey-based 1
-101001111001 prelimiminary 1
-101001111001 merchandise-trade-deficit 1
-101001111001 2.3-million-barrel 1
-101001111001 sharenet 1
-101001111001 budget-but 1
-101001111001 takeover-value 1
-101001111001 3,768 1
-101001111001 2,172 1
-101001111001 4,926 1
-101001111001 population-growth 1
-101001111001 8,026 1
-101001111001 13,598 1
-101001111001 294,879 1
-101001111001 283,000-job 1
-101001111001 1,053,459 1
-101001111001 2,589 1
-101001111001 stomach-shooting 1
-101001111001 JACKPOTS 1
-101001111001 pavement-performance 1
-101001111001 ROE 1
-101001111001 oil-demand 1
-101001111001 farrowing 2
-101001111001 job-performance 2
-101001111001 passbooks 2
-101001111001 planting-intentions 2
-101001111001 75.23-point 2
-101001111001 1,038 2
-101001111001 Maseratis 3
-101001111001 colognes 3
-101001111001 1101.16 3
-101001111001 operating-income 3
-101001111001 lease-hold 3
-101001111001 Politika 3
-101001111001 Caravans 4
-101001111001 seagulls 4
-101001111001 pretax-profit 8
-101001111001 food-inflation 11
-101001111001 earnings 19044
-101001111001 Istituto 65
-101001111010 HISTORIES 1
-101001111010 expert/D.C. 1
-101001111010 Karstad 1
-101001111010 gasoline-excise 1
-101001111010 computer-hastened 1
-101001111010 worth-assets 1
-101001111010 oil-profit 1
-101001111010 sempervivum 1
-101001111010 800-424-FORM 1
-101001111010 works-wife 1
-101001111010 ANXIETY 1
-101001111010 re-make 1
-101001111010 highway-related 1
-101001111010 226.58 1
-101001111010 REJOICE 1
-101001111010 seven-footer 1
-101001111010 exactitude 2
-101001111010 jay 2
-101001111010 ROYCE 2
-101001111010 8840 2
-101001111010 rate-news 2
-101001111010 BRACE 3
-101001111010 out-migration 6
-101001111010 worths 6
-101001111010 income 16199
-101001111010 in-migration 16
-1010011110110 detergent/fabric 1
-1010011110110 profit-earnings 1
-1010011110110 DISCLOSURE 2
-1010011110110 signpost 2
-1010011110110 pussycat 2
-1010011110110 vote-loser 2
-1010011110110 joules 2
-1010011110110 skein 3
-1010011110110 windowsill 3
-1010011110110 paydown 5
-1010011110110 motherlode 5
-1010011110110 comedown 14
-1010011110110 writedown 34
-1010011110110 outflow 143
-1010011110110 write-off 491
-1010011110110 loss 14709
-1010011110110 write-down 549
-1010011110111 mini-story 1
-1010011110111 thrust-vector 1
-1010011110111 bathetically 1
-1010011110111 overbudget 1
-1010011110111 neon-bright 1
-1010011110111 thermostat-like 1
-1010011110111 new-arms 1
-1010011110111 deputations 1
-1010011110111 mamma 1
-1010011110111 no-amendment 1
-1010011110111 outercontinental 1
-1010011110111 loss-maker 1
-1010011110111 6,483 1
-1010011110111 Scotchman 1
-1010011110111 spillovers 1
-1010011110111 1.3-mile 1
-1010011110111 multistation 1
-1010011110111 rapporteur 1
-1010011110111 reprieves 1
-1010011110111 -holder 1
-1010011110111 disk-jockey 1
-1010011110111 -control 1
-1010011110111 switch-over 1
-1010011110111 income-income 2
-1010011110111 corker 2
-1010011110111 annually. 2
-1010011110111 re-winging 2
-1010011110111 -ownership 2
-1010011110111 high-single-A 3
-1010011110111 huggable 3
-1010011110111 draw-down 5
-1010011110111 RISE 6
-1010011110111 write-up 8
-1010011110111 gain 8595
-1010011110111 variation 288
-101001111100 two-cents-a-pound 1
-101001111100 dry-season 1
-101001111100 price-fluctuation 1
-101001111100 rates.The 1
-101001111100 contrtactors 1
-101001111100 blood-bath 1
-101001111100 Weltwoche 1
-101001111100 sail-raisings 1
-101001111100 tunover 1
-101001111100 resurges 1
-101001111100 cover-to-cover 1
-101001111100 moneychanger 1
-101001111100 subscription-price 1
-101001111100 auto-news 1
-101001111100 telluride 1
-101001111100 virus. 1
-101001111100 7.5/64-inch 1
-101001111100 growth-share 1
-101001111100 Veja 1
-101001111100 rate-economic 1
-101001111100 borohydride 1
-101001111100 interest-rate-risk 1
-101001111100 minidevaluations 1
-101001111100 rate/currency 1
-101001111100 dunker 1
-101001111100 pressures. 1
-101001111100 radiation-risk 1
-101001111100 ratiocination 1
-101001111100 clum 1
-101001111100 sauvigon 1
-101001111100 limit-flagged 1
-101001111100 larger-car 1
-101001111100 owned. 1
-101001111100 25-cents-an-hour 1
-101001111100 benzoate 1
-101001111100 childishness 1
-101001111100 M2-currency 1
-101001111100 can-price 1
-101001111100 telephone-trading 1
-101001111100 mammographs 1
-101001111100 all-company 1
-101001111100 training-budget 1
-101001111100 Bilan 1
-101001111100 polymerization 1
-101001111100 Nepszabdsag 1
-101001111100 cash-dividend 1
-101001111100 hydroxide 1
-101001111100 desalinized 1
-101001111100 fuel-neutral 1
-101001111100 car-price 1
-101001111100 roundtrips 1
-101001111100 print-run 1
-101001111100 America-Economia 1
-101001111100 pentobarbital 1
-101001111100 cherry-blossom 1
-101001111100 drug-seeking 1
-101001111100 -per-year 1
-101001111100 Journal-News 2
-101001111100 R&D/assets 2
-101001111100 Haiti-Observateur 2
-101001111100 streltsy 2
-101001111100 RATIO 2
-101001111100 equipment-purchase 2
-101001111100 Tages-Anzeiger 2
-101001111100 Nepszabadsag 2
-101001111100 Metalliques 3
-101001111100 dichromate 3
-101001111100 starting-salary 3
-101001111100 chlorate 8
-101001111100 sauvignon 20
-101001111100 al. 27
-101001111100 rate 24486
-101001111100 ratio 1537
-1010011111010 strike-price 1
-1010011111010 48-state 1
-1010011111010 tax/telephones 1
-1010011111010 editon 1
-1010011111010 stockmargin 1
-1010011111010 stategrant 1
-1010011111010 national-rate 1
-1010011111010 IRS-conference 1
-1010011111010 proper. 1
-1010011111010 minijet 1
-1010011111010 fiftyfold 1
-1010011111010 reliver 1
-1010011111010 wood-beamed 1
-1010011111010 end-of-winter 1
-1010011111010 time-line 1
-1010011111010 slap-on-the-wrist 1
-1010011111010 flow-based 1
-1010011111010 flow-after-tax 1
-1010011111010 quotients 1
-1010011111010 ego-shattering 1
-1010011111010 plant-rebuilding 1
-1010011111010 smolders 2
-1010011111010 high-test 2
-1010011111010 squeeze-out 2
-1010011111010 half-penny 3
-1010011111010 fade-out 3
-1010011111010 fixed/adjustable 3
-1010011111010 p/e 4
-1010011111010 lead-in 6
-1010011111010 downpayment 7
-1010011111010 charge-off 8
-1010011111010 estimated-tax 9
-1010011111010 pay-out 10
-1010011111010 buy-in 12
-1010011111010 stipend 19
-1010011111010 teaser 26
-1010011111010 miscarriage 30
-1010011111010 knell 32
-1010011111010 reliever 37
-1010011111010 markup 45
-1010011111010 VAT 47
-1010011111010 retainer 62
-1010011111010 limitation 102
-1010011111010 surtax 104
-1010011111010 surcharge 173
-1010011111010 quo 265
-1010011111010 threshold 289
-1010011111010 royalty 302
-1010011111010 rebate 329
-1010011111010 windfall 344
-1010011111010 toll 419
-1010011111010 vacancy 546
-1010011111010 payout 627
-1010011111010 bonus 749
-1010011111010 quota 824
-1010011111010 coupon 890
-1010011111010 penalty 1138
-1010011111010 margin 2181
-1010011111010 fee 2247
-1010011111010 dividend 5871
-1010011111010 premium 2382
-10100111110110 retail-photography 1
-10100111110110 hit-the-beaches 1
-10100111110110 22nd-ranked 1
-10100111110110 24-county 1
-10100111110110 1929-ologists 1
-10100111110110 Shrivers 1
-10100111110110 coal-operators 1
-10100111110110 cable-broadcasting 1
-10100111110110 confidence-boosting 1
-10100111110110 toy-products 1
-10100111110110 dependance 1
-10100111110110 turtle-soup 1
-10100111110110 5.2-million-barrel 1
-10100111110110 air-resistance 1
-10100111110110 specialty-building-products 1
-10100111110110 approvals/signatures 1
-10100111110110 two-century 1
-10100111110110 off-stage 1
-10100111110110 Italian-Swiss 1
-10100111110110 Insulators 1
-10100111110110 securties 1
-10100111110110 pipeline-rehabilitation 1
-10100111110110 Belgian-controlled 1
-10100111110110 Mendozas 1
-10100111110110 Striar-Jacobson 1
-10100111110110 Hunkhood 1
-10100111110110 Standpoint 1
-10100111110110 biotechnoloy 1
-10100111110110 Hitler-bunker 1
-10100111110110 niceguy 1
-10100111110110 Blotch 1
-10100111110110 graphics-equipment 1
-10100111110110 thingamajig 1
-10100111110110 here-we-go-again 1
-10100111110110 pipeline-reconstruction 1
-10100111110110 victory-margin 1
-10100111110110 employment-advertising 1
-10100111110110 wholesale-grocery 1
-10100111110110 oarlock 1
-10100111110110 gondola-builders 1
-10100111110110 residential-building 1
-10100111110110 blue-and-gold-bedecked 1
-10100111110110 physiologic 1
-10100111110110 sugar-daddy 1
-10100111110110 dirty-cop 1
-10100111110110 leastexpensive 1
-10100111110110 tissue-banks 1
-10100111110110 meat-toppings 1
-10100111110110 whiffs 1
-10100111110110 Thoroughbred-breeding 1
-10100111110110 Polish-joke 1
-10100111110110 scientific-journal 1
-10100111110110 Eastern-corridor 1
-10100111110110 industrial-dominated 1
-10100111110110 remixes 1
-10100111110110 card-industries 1
-10100111110110 Hohns 1
-10100111110110 pre-1941 1
-10100111110110 camaigns 1
-10100111110110 10,000-troop 1
-10100111110110 specialty-contracting 1
-10100111110110 concern-for-the-hostages 1
-10100111110110 Drop-everything 1
-10100111110110 special-teams 1
-10100111110110 safety-research 1
-10100111110110 JONAS 1
-10100111110110 Torontobased 1
-10100111110110 long-distance-telecommunications 1
-10100111110110 debt-ratings 1
-10100111110110 Rockford-based 1
-10100111110110 healthcare-services 1
-10100111110110 swing-producer 1
-10100111110110 Mexican-restaurant 1
-10100111110110 king-pawn 1
-10100111110110 10-employee 1
-10100111110110 passengers-only 1
-10100111110110 income-tax-service 1
-10100111110110 stickum 1
-10100111110110 minus/A-3 1
-10100111110110 pop-tops 1
-10100111110110 automotive-technology 1
-10100111110110 GE-type 1
-10100111110110 dire-danger 1
-10100111110110 880,878 1
-10100111110110 Roths 1
-10100111110110 26,405 1
-10100111110110 test-score 1
-10100111110110 tumor-necrosis 1
-10100111110110 colony-stimulating 2
-10100111110110 party-state 2
-10100111110110 post-sale 2
-10100111110110 postmortems 2
-10100111110110 check-verification 2
-10100111110110 transportation-leasing 2
-10100111110110 postmarks 2
-10100111110110 roadbed 3
-10100111110110 Sunraycer 3
-10100111110110 MD-92 3
-10100111110110 wind-chill 4
-10100111110110 bus-leasing 4
-10100111110110 coupon-processing 5
-10100111110110 vise 13
-10100111110110 necrosis 14
-10100111110110 proration 34
-10100111110110 credit-rating 46
-10100111110110 sights 159
-10100111110110 grip 368
-10100111110110 load 1390
-10100111110110 ratings 2669
-10100111110110 rating 3870
-10100111110111 peerages 1
-10100111110111 K1s 1
-10100111110111 239-187 1
-10100111110111 comeons 1
-10100111110111 poolings 1
-10100111110111 level.They 1
-10100111110111 repudiations 1
-10100111110111 Orbitals 1
-10100111110111 service-reduction 1
-10100111110111 hellfire 1
-10100111110111 timepieces 2
-10100111110111 pay-down 2
-10100111110111 FMHA 2
-10100111110111 consessions 2
-10100111110111 discoverers 2
-10100111110111 impalement 2
-10100111110111 riboflavin 2
-10100111110111 opportunties 3
-10100111110111 paleness 3
-10100111110111 nonstops 4
-10100111110111 samogon 4
-10100111110111 comforter 4
-10100111110111 trusteeships 4
-10100111110111 cheater 4
-10100111110111 mikes 4
-10100111110111 remembrances 5
-10100111110111 deductability 5
-10100111110111 silting 5
-10100111110111 paybacks 5
-10100111110111 arrearage 7
-10100111110111 100s 8
-10100111110111 writeoff 12
-10100111110111 reschedulings 20
-10100111110111 semi-annually 21
-10100111110111 arrearages 21
-10100111110111 indexation 39
-10100111110111 forgiveness 84
-10100111110111 repayments 146
-10100111110111 arrears 182
-10100111110111 payouts 203
-10100111110111 distributions 238
-10100111110111 burdens 248
-10100111110111 repayment 503
-10100111110111 deduction 572
-10100111110111 ceiling 927
-10100111110111 burden 1368
-10100111110111 payment 3558
-10100111110111 payments 6566
-10100111111000 small-businesses 1
-10100111111000 3836 1
-10100111111000 throw-weight 1
-10100111111000 project-cancellation 1
-10100111111000 19,990 1
-10100111111000 misalliance 1
-10100111111000 suspiciousness 1
-10100111111000 HongkongBank-Wardley 1
-10100111111000 T-37s 1
-10100111111000 barbecuers 1
-10100111111000 superciliousness 1
-10100111111000 P205s 1
-10100111111000 6'-4 1
-10100111111000 168.89 1
-10100111111000 242.48 1
-10100111111000 737500 1
-10100111111000 173.46 1
-10100111111000 118.62 1
-10100111111000 Bruegelian 1
-10100111111000 kulak 1
-10100111111000 Schelomo 1
-10100111111000 327.54 1
-10100111111000 divertimenti 1
-10100111111000 2,939 1
-10100111111000 automony 1
-10100111111000 underclasses 1
-10100111111000 contendere 1
-10100111111000 Suzel 1
-10100111111000 DC9 1
-10100111111000 240.22 1
-10100111111000 59.62 1
-10100111111000 213.06 1
-10100111111000 1/35th 1
-10100111111000 R-10 1
-10100111111000 most-frequently 1
-10100111111000 191,613,132 1
-10100111111000 Monkee 1
-10100111111000 shrivels 1
-10100111111000 effects/horror 1
-10100111111000 governments-in-exile 1
-10100111111000 CD4-IgG 1
-10100111111000 security. 1
-10100111111000 476.37 1
-10100111111000 half-French 1
-10100111111000 97.76 1
-10100111111000 pleader 1
-10100111111000 no-lead 1
-10100111111000 SP-1-Plus 1
-10100111111000 minus-320 1
-10100111111000 hairstylist 1
-10100111111000 near-debacle 1
-10100111111000 overdepreciation 1
-10100111111000 ss 1
-10100111111000 interest-lawyers 1
-10100111111000 taking. 1
-10100111111000 Nintendos 1
-10100111111000 Whitmanesque 1
-10100111111000 31.72 1
-10100111111000 tradedeficit 1
-10100111111000 concern. 2
-10100111111000 alkylates 2
-10100111111000 crit 2
-10100111111000 whipsaws 3
-10100111111000 shipmate 3
-10100111111000 disbursal 3
-10100111111000 foodies 3
-10100111111000 fixations 4
-10100111111000 range-trading 4
-10100111111000 brownie 4
-10100111111000 Belasco 4
-10100111111000 Portofino 5
-10100111111000 exclamation 10
-10100111111000 editions 219
-10100111111000 edition 1193
-10100111111000 basis 5714
-10100111111000 pace 2537
-10100111111001 Jaminah 1
-10100111111001 entertainer-candidate 1
-10100111111001 Roared 1
-10100111111001 clefts 1
-10100111111001 Affair. 1
-10100111111001 Scuppernong 1
-10100111111001 article. 1
-10100111111001 bureaucracy. 1
-10100111111001 Uniprocessor 1
-10100111111001 dressing-down 1
-10100111111001 itelf 1
-10100111111001 EECIF 1
-10100111111001 2,079,000 1
-10100111111001 snowdrift 1
-10100111111001 34,893,108 1
-10100111111001 2,022,579 1
-10100111111001 Scoundrel 1
-10100111111001 Pu-Yi 1
-10100111111001 Choir. 1
-10100111111001 Ryder/P.I.E. 1
-10100111111001 10,000-yuan 1
-10100111111001 jumpier 1
-10100111111001 high-80s 1
-10100111111001 Sweethearts 1
-10100111111001 925.25 1
-10100111111001 2,279,000 1
-10100111111001 0-for-4 1
-10100111111001 horsefeed 1
-10100111111001 great. 1
-10100111111001 batman 1
-10100111111001 Kundry 1
-10100111111001 Came-Slot 1
-10100111111001 incandescents 1
-10100111111001 game-bird 1
-10100111111001 Karpinsk 1
-10100111111001 orchidarium 1
-10100111111001 crabgrass 1
-10100111111001 2,110,000 1
-10100111111001 SPGLA 1
-10100111111001 2,421 1
-10100111111001 640,388 1
-10100111111001 sweetmeats 1
-10100111111001 Walkerton 1
-10100111111001 246,708 1
-10100111111001 29,708 1
-10100111111001 stonewash 1
-10100111111001 B2000 1
-10100111111001 sherpas 1
-10100111111001 Baghlan 1
-10100111111001 BRDN 1
-10100111111001 figres 1
-10100111111001 9,371 1
-10100111111001 chuckleheadisms 1
-10100111111001 perorations 1
-10100111111001 inquests 1
-10100111111001 entendres 1
-10100111111001 beep. 1
-10100111111001 SPD. 1
-10100111111001 preces 1
-10100111111001 667,077 1
-10100111111001 pseudoepiphytes 1
-10100111111001 deckers 1
-10100111111001 2,376,000 1
-10100111111001 Kremlinology 1
-10100111111001 post. 1
-10100111111001 the. 1
-10100111111001 Leicas 1
-10100111111001 9,491 1
-10100111111001 skinflints 1
-10100111111001 hair-touslings 1
-10100111111001 2,359,000 1
-10100111111001 36,696 1
-10100111111001 -of-something-or-other 1
-10100111111001 opera-goer 1
-10100111111001 2,085,000 1
-10100111111001 782,030 1
-10100111111001 Inkhata 1
-10100111111001 R2t6z 1
-10100111111001 mini-gods 1
-10100111111001 Mandrake 1
-10100111111001 Chevettes 1
-10100111111001 2,066,000 1
-10100111111001 vahgawn 1
-10100111111001 marionettes 1
-10100111111001 9,008 1
-10100111111001 ladder. 1
-10100111111001 Plasticene 1
-10100111111001 entertainment. 1
-10100111111001 toggery 1
-10100111111001 assimilationist 1
-10100111111001 2,476,000 1
-10100111111001 sesin 1
-10100111111001 panda/beaver 1
-10100111111001 2,306,000 1
-10100111111001 poser 1
-10100111111001 zonation 1
-10100111111001 derringer-carrier 1
-10100111111001 chaos. 1
-10100111111001 Cossacks 1
-10100111111001 heroin. 1
-10100111111001 ideograph 1
-10100111111001 orange-strawberry-banana 1
-10100111111001 13,858 1
-10100111111001 2,205,000 1
-10100111111001 2,738 1
-10100111111001 28,768,228 1
-10100111111001 run-around 1
-10100111111001 haranguer 1
-10100111111001 51,844,137 1
-10100111111001 Water-gnome 1
-10100111111001 analysis. 1
-10100111111001 12,561,000 1
-10100111111001 27,969,976 1
-10100111111001 McWar 1
-10100111111001 number. 1
-10100111111001 2,191,000 1
-10100111111001 throughways 1
-10100111111001 ex-shortstop 1
-10100111111001 30,165,656 1
-10100111111001 33,109,811 1
-10100111111001 money-obtained 1
-10100111111001 13,418 1
-10100111111001 nation. 1
-10100111111001 plants. 1
-10100111111001 supension 1
-10100111111001 Purdey 1
-10100111111001 digits. 1
-10100111111001 quinine 1
-10100111111001 2,156,000 1
-10100111111001 goshawks 1
-10100111111001 Fungi 1
-10100111111001 fortunetelling 1
-10100111111001 squaws 1
-10100111111001 vultures. 1
-10100111111001 stuff. 1
-10100111111001 2,182,000 1
-10100111111001 92,362 1
-10100111111001 individual. 1
-10100111111001 2,531,600 1
-10100111111001 1,994,000 1
-10100111111001 techno-toys 1
-10100111111001 LYONs 2
-10100111111001 stalagmites 2
-10100111111001 saturnine 2
-10100111111001 breadstick 2
-10100111111001 bellicosity 2
-10100111111001 Babbitts 2
-10100111111001 gift. 2
-10100111111001 orgies 2
-10100111111001 T-note 2
-10100111111001 gluttons 2
-10100111111001 blast-off 2
-10100111111001 penises 3
-10100111111001 Topsy 3
-10100111111001 yelp 3
-10100111111001 goodbyes 3
-10100111111001 mountaineers 4
-10100111111001 A-minus 5
-10100111111001 helix 6
-10100111111001 hotcakes 6
-10100111111001 lifespan 6
-10100111111001 intermissions 7
-10100111111001 qua 8
-10100111111001 clockwork 11
-10100111111001 digit 12
-10100111111001 wildfire 19
-10100111111001 wavelength 24
-10100111111001 leash 35
-10100111111001 hiatus 64
-10100111111001 vein 69
-10100111111001 digits 105
-10100111111001 span 162
-10100111111001 period 10646
-10100111111001 periods 1029
-10100111111010 428-yarder 1
-10100111111010 335.24 1
-10100111111010 35,168,600 1
-10100111111010 4829.61 1
-10100111111010 3229.15 1
-10100111111010 per-person 1
-10100111111010 361.38 1
-10100111111010 26048.17 1
-10100111111010 wind-shifts 1
-10100111111010 3305.82 1
-10100111111010 1908.6 1
-10100111111010 1877.8 1
-10100111111010 1892.6 1
-10100111111010 3253.42 1
-10100111111010 1868.8 1
-10100111111010 2382 1
-10100111111010 cajolery 1
-10100111111010 357.07 1
-10100111111010 317.25 1
-10100111111010 voltages 1
-10100111111010 dollar-volume 1
-10100111111010 undraped 1
-10100111111010 self-deluded 1
-10100111111010 snowmelt 1
-10100111111010 decile 1
-10100111111010 421.01 1
-10100111111010 1866.1 1
-10100111111010 1486.2 1
-10100111111010 159.31 1
-10100111111010 322.34 1
-10100111111010 1846.7 1
-10100111111010 1472.8 1
-10100111111010 tapados 1
-10100111111010 19921.05 1
-10100111111010 19789.93 1
-10100111111010 299.49 1
-10100111111010 305.56 1
-10100111111010 1832.8 1
-10100111111010 1463.9 1
-10100111111010 20,228.09 1
-10100111111010 162.56 1
-10100111111010 20,766.66 1
-10100111111010 1942.0 1
-10100111111010 1552.3 1
-10100111111010 1925.8 1
-10100111111010 1542.1 1
-10100111111010 24097.79 1
-10100111111010 2163.4 1
-10100111111010 1:43:25 1
-10100111111010 2068.5 1
-10100111111010 1066.90 1
-10100111111010 montaineer 1
-10100111111010 23524.08 1
-10100111111010 occupancies 1
-10100111111010 22,738.67 1
-10100111111010 24729.03 1
-10100111111010 25738.96 1
-10100111111010 poundings 1
-10100111111010 2228.2 1
-10100111111010 exclamations 1
-10100111111010 2179.6 1
-10100111111010 2203.7 1
-10100111111010 2307.6 1
-10100111111010 weepers 1
-10100111111010 120s 1
-10100111111010 1752.3 1
-10100111111010 289.68 1
-10100111111010 19539.48 1
-10100111111010 426.74 1
-10100111111010 19554.72 1
-10100111111010 cantabile 1
-10100111111010 19686.83 1
-10100111111010 1814.4 1
-10100111111010 1441.6 1
-10100111111010 19216.12 1
-10100111111010 294.48 1
-10100111111010 grumpers 1
-10100111111010 6,681 1
-10100111111010 fulfillments 1
-10100111111010 PLEASURE 1
-10100111111010 P-values 1
-10100111111010 2,881 1
-10100111111010 returns-on-assets 1
-10100111111010 3,933 1
-10100111111010 64-59 1
-10100111111010 Nutkin 1
-10100111111010 half-scrap 1
-10100111111010 boomthough 1
-10100111111010 envirnonment 1
-10100111111010 Khans 1
-10100111111010 4,781 1
-10100111111010 4,458 1
-10100111111010 26930.84 1
-10100111111010 unit-president 1
-10100111111010 evel 1
-10100111111010 ever-more-complex 1
-10100111111010 ex-Cubs 1
-10100111111010 525.11 1
-10100111111010 17s 1
-10100111111010 digestibility 1
-10100111111010 preliminay 1
-10100111111010 mile-or-thereabouts 1
-10100111111010 737.83 1
-10100111111010 89,375 1
-10100111111010 429.12 1
-10100111111010 people-management 1
-10100111111010 2939.05 1
-10100111111010 intergrity 1
-10100111111010 461.73 1
-10100111111010 fractionater 1
-10100111111010 80,000s 1
-10100111111010 202,591 1
-10100111111010 505.9 1
-10100111111010 bed-maker 1
-10100111111010 tech-transplants 1
-10100111111010 28147.32 1
-10100111111010 bucketeers 1
-10100111111010 clocking 1
-10100111111010 muckety-muck 1
-10100111111010 2000s 2
-10100111111010 exhanges 2
-10100111111010 evisceration 2
-10100111111010 squerarolo 2
-10100111111010 chatters 2
-10100111111010 12,208 2
-10100111111010 headwear 2
-10100111111010 well-engineered 2
-10100111111010 elevations 2
-10100111111010 ranges. 2
-10100111111010 birthweight 2
-10100111111010 detestation 2
-10100111111010 shortgages 2
-10100111111010 2363.78 3
-10100111111010 libertarianism 3
-10100111111010 2179.42 3
-10100111111010 range. 3
-10100111111010 learners 3
-10100111111010 Shagan 3
-10100111111010 wisdoms 3
-10100111111010 dudgeon 3
-10100111111010 2519.77 3
-10100111111010 approximations 3
-10100111111010 freedom-fighters 3
-10100111111010 up-cycle 3
-10100111111010 responsibility. 3
-10100111111010 attainments 3
-10100111111010 2481.35 4
-10100111111010 Ludu 4
-10100111111010 jinks 4
-10100111111010 densities 4
-10100111111010 2150.45 4
-10100111111010 quintiles 5
-10100111111010 delegator 5
-10100111111010 2567.44 5
-10100111111010 franca 5
-10100111111010 2706.79 5
-10100111111010 conservatories 6
-10100111111010 1971.32 7
-10100111111010 schoolers 8
-10100111111010 predictors 10
-10100111111010 priestess 12
-10100111111010 violator 20
-10100111111010 echelons 26
-10100111111010 altitudes 26
-10100111111010 dosages 28
-10100111111010 quintile 35
-10100111111010 thresholds 35
-10100111111010 rollers 48
-10100111111010 density 86
-10100111111010 layer 252
-10100111111010 profile 480
-10100111111010 levels 6463
-10100111111010 level 8778
-10100111111011 topic. 1
-10100111111011 Euclidean 1
-10100111111011 tulipae 1
-10100111111011 self-mutilator 1
-10100111111011 sublety 1
-10100111111011 states-of-being 1
-10100111111011 moll 1
-10100111111011 manueuvers 1
-10100111111011 miter 1
-10100111111011 noisemaker 1
-10100111111011 picture. 1
-10100111111011 egalitarians 1
-10100111111011 five-thousandths 1
-10100111111011 inflamation 1
-10100111111011 perfusion 1
-10100111111011 make-over 1
-10100111111011 self-confrontation 1
-10100111111011 self-evisceration 1
-10100111111011 Tanjung 1
-10100111111011 lepanthes 1
-10100111111011 klinkers 1
-10100111111011 Shyaam-a-Mbul-a-Ngwoong 1
-10100111111011 applicator. 1
-10100111111011 door-opener 1
-10100111111011 spear-carrier 1
-10100111111011 homonym 1
-10100111111011 Kulturplatz 1
-10100111111011 laterals 1
-10100111111011 mustangs 1
-10100111111011 enlister 1
-10100111111011 adult-child 1
-10100111111011 calamari 1
-10100111111011 neoconservativism 1
-10100111111011 miniseason 1
-10100111111011 fretfulness 1
-10100111111011 discarders 1
-10100111111011 might-have-been 1
-10100111111011 boudoirs 1
-10100111111011 magneticfields 1
-10100111111011 camera-work 1
-10100111111011 needed. 1
-10100111111011 flow-net 1
-10100111111011 horse-faced 1
-10100111111011 potential. 1
-10100111111011 cantor 1
-10100111111011 all-rounders 1
-10100111111011 long-shots 1
-10100111111011 playboat 1
-10100111111011 burkas 1
-10100111111011 granduncle 1
-10100111111011 diarrhea. 1
-10100111111011 satan 1
-10100111111011 sub-category 1
-10100111111011 speculation. 1
-10100111111011 Rabelaisianism 1
-10100111111011 cowboy-hero 1
-10100111111011 moraine 1
-10100111111011 intensiveness 1
-10100111111011 car-pooling 1
-10100111111011 resilience. 1
-10100111111011 cat-eyes 1
-10100111111011 Nelwyns 1
-10100111111011 Atomium 1
-10100111111011 stableman 1
-10100111111011 shimedaiko 1
-10100111111011 half-sit-up 1
-10100111111011 limit-implemented 1
-10100111111011 23-fold 1
-10100111111011 Toshiba-bashers 1
-10100111111011 seductresses 1
-10100111111011 pipe-smoker 1
-10100111111011 Mythili 1
-10100111111011 overwarnings 1
-10100111111011 brain-picker 1
-10100111111011 LZ 1
-10100111111011 encomiums 1
-10100111111011 domaines 1
-10100111111011 graybeards 1
-10100111111011 other-worldliness 1
-10100111111011 bottledeposit 1
-10100111111011 homogenizer 1
-10100111111011 byway 1
-10100111111011 rodders 1
-10100111111011 flow-profit 1
-10100111111011 inquisitiveness 1
-10100111111011 methodsm 1
-10100111111011 Blackwater 1
-10100111111011 boreholes 1
-10100111111011 insectologist 1
-10100111111011 speed- 1
-10100111111011 priss 1
-10100111111011 market-though 1
-10100111111011 thunderheads 1
-10100111111011 referents 2
-10100111111011 draw-downs 2
-10100111111011 lampoons 2
-10100111111011 embarassment 2
-10100111111011 potentiality 2
-10100111111011 GUILTY 2
-10100111111011 crackup 2
-10100111111011 megalopolis 2
-10100111111011 Cartrivision 2
-10100111111011 transits 2
-10100111111011 self-liquidation 2
-10100111111011 blobs 2
-10100111111011 molar 2
-10100111111011 mantel 2
-10100111111011 ravines 2
-10100111111011 buzzes 2
-10100111111011 curvature 3
-10100111111011 spools 3
-10100111111011 co-existence 3
-10100111111011 parentis 4
-10100111111011 cleft 4
-10100111111011 constructionist 5
-10100111111011 billows 6
-10100111111011 rafts 6
-10100111111011 retracement 8
-10100111111011 expanses 9
-10100111111011 hoards 19
-10100111111011 replenishment 20
-10100111111011 excerpt 26
-10100111111011 snarl 30
-10100111111011 gamut 40
-10100111111011 swath 45
-10100111111011 registers 59
-10100111111011 infusions 75
-10100111111011 hoard 88
-10100111111011 respite 89
-10100111111011 parachutes 97
-10100111111011 outlay 116
-10100111111011 inflows 123
-10100111111011 adequacy 159
-10100111111011 inflow 172
-10100111111011 equivalents 183
-10100111111011 injection 197
-10100111111011 stream 437
-10100111111011 infusion 475
-10100111111011 ranges 479
-10100111111011 flows 559
-10100111111011 sentence 802
-10100111111011 range 5189
-10100111111011 flow 3014
-1010011111110 entitlement-program 1
-1010011111110 150-book 1
-1010011111110 Democrat/Republican 1
-1010011111110 stick-ums 1
-1010011111110 extra-base 1
-1010011111110 capitalization-weighted 1
-1010011111110 18-liter 1
-1010011111110 typhoon-season 1
-1010011111110 interest-margin 1
-1010011111110 business-formation 1
-1010011111110 small-format 1
-1010011111110 veil-like 1
-1010011111110 overhead-cost 1
-1010011111110 claims-cost 1
-1010011111110 1,604,375 1
-1010011111110 Twinnies 1
-1010011111110 two-to-five-year 1
-1010011111110 counterexamples 1
-1010011111110 15-to-20-foot 1
-1010011111110 price-standard 1
-1010011111110 defense-investment 1
-1010011111110 Japanese-Taiwan 1
-1010011111110 internationaly 1
-1010011111110 12-step 1
-1010011111110 base-lending-rate 1
-1010011111110 10-to-20-year-old 1
-1010011111110 subgurus 1
-1010011111110 billing-rate 1
-1010011111110 174,000-job 1
-1010011111110 fleet-price 1
-1010011111110 list-price 1
-1010011111110 caviar-bearing 1
-1010011111110 cereal-price 1
-1010011111110 window-service 1
-1010011111110 earnings-estimate 1
-1010011111110 T-Bond 1
-1010011111110 tooth-fairy 2
-1010011111110 grape-size 2
-1010011111110 9,309,394 2
-1010011111110 fund-balance 2
-1010011111110 stock-building 2
-1010011111110 hundred-point 2
-1010011111110 wariest 2
-1010011111110 filleted 2
-1010011111110 less-noticed 2
-1010011111110 spot-price 2
-1010011111110 gewgaw 2
-1010011111110 nightcap 2
-1010011111110 portolio 2
-1010011111110 return-price 2
-1010011111110 bioequivalency 2
-1010011111110 quick-wittedness 2
-1010011111110 golden-brown 2
-1010011111110 pyschology 3
-1010011111110 yellow-green 3
-1010011111110 broad-market 4
-1010011111110 home-price 4
-1010011111110 radiance 5
-1010011111110 Allegro 5
-1010011111110 insurance-rate 5
-1010011111110 magnification 5
-1010011111110 pay-for-performance 6
-1010011111110 wholesale-price 7
-1010011111110 price 29877
-1010011111110 farm-price 16
-10100111111110 crumples 1
-10100111111110 1,260,000 1
-10100111111110 re-broadcast 1
-10100111111110 6,102,000 1
-10100111111110 soundnesss 1
-10100111111110 COBOL 1
-10100111111110 scammel 1
-10100111111110 across. 1
-10100111111110 no-ransom 1
-10100111111110 Oddjob 1
-10100111111110 capitalweighted 1
-10100111111110 half-tubes 1
-10100111111110 Tuturo 1
-10100111111110 regressiveness 1
-10100111111110 circumcisions 1
-10100111111110 11,593 1
-10100111111110 busine 1
-10100111111110 201-27 1
-10100111111110 identical. 1
-10100111111110 stop-and-start 1
-10100111111110 telematique 2
-10100111111110 abstractness 2
-10100111111110 twirler 2
-10100111111110 personalization 2
-10100111111110 raisonne 2
-10100111111110 dilation 2
-10100111111110 tem 2
-10100111111110 appreciations 2
-10100111111110 ouput 3
-10100111111110 jokiness 3
-10100111111110 dumbness 3
-10100111111110 capriciousness 3
-10100111111110 value. 4
-10100111111110 poundage 6
-10100111111110 sell-through 6
-10100111111110 capitalizations 28
-10100111111110 jewel 117
-10100111111110 penetration 124
-10100111111110 value 14082
-10100111111110 capitalization 452
-10100111111111 foreign-currencies 1
-10100111111111 near-abstractions 1
-10100111111111 greasy-chopstick 1
-10100111111111 EPA-imposed 1
-10100111111111 DPU 1
-10100111111111 Westand 1
-10100111111111 Supplementaire 1
-10100111111111 Kudu 1
-10100111111111 fluoroscope 1
-10100111111111 huntsman 1
-10100111111111 recarved 1
-10100111111111 fillers-out 1
-10100111111111 250.28 1
-10100111111111 conventionality 1
-10100111111111 insolubility 1
-10100111111111 armoire 1
-10100111111111 1986s 1
-10100111111111 luminescence 1
-10100111111111 headwaiter 1
-10100111111111 spatter 1
-10100111111111 bonum 1
-10100111111111 Ochopee 1
-10100111111111 overshootings 1
-10100111111111 leucovorin 1
-10100111111111 excercises 1
-10100111111111 value.The 1
-10100111111111 maws 1
-10100111111111 inconclusiveness 1
-10100111111111 hindgut 1
-10100111111111 encapsulations 1
-10100111111111 shrimp-like 1
-10100111111111 poohbahs 1
-10100111111111 draughts 1
-10100111111111 rapacity 1
-10100111111111 effusion 1
-10100111111111 Zieg 1
-10100111111111 jimmying 1
-10100111111111 imaginativeness 1
-10100111111111 incandescence 1
-10100111111111 NAVAL 1
-10100111111111 bikkies 1
-10100111111111 Levelers 1
-10100111111111 deformation 1
-10100111111111 espousal 1
-10100111111111 mongeese 1
-10100111111111 countermining 1
-10100111111111 Elverson 1
-10100111111111 dorries 1
-10100111111111 evalution 1
-10100111111111 devourer 1
-10100111111111 asserter 1
-10100111111111 tranfers 1
-10100111111111 reshipment 1
-10100111111111 4,180-yard-minimum 1
-10100111111111 down-phase 1
-10100111111111 nonmeetings 1
-10100111111111 schoolchair 1
-10100111111111 nickel-plated 1
-10100111111111 84,000-square-foot 1
-10100111111111 agglomerations 1
-10100111111111 snobishness 1
-10100111111111 debt-level 1
-10100111111111 Euro-kitchen 1
-10100111111111 blow-ups 1
-10100111111111 calvary 1
-10100111111111 pontificals 1
-10100111111111 pseudo-news 1
-10100111111111 satans 1
-10100111111111 barrenness 1
-10100111111111 popularizer 1
-10100111111111 hardheartedness 1
-10100111111111 minglings 1
-10100111111111 330.38 1
-10100111111111 triptychs 1
-10100111111111 6,061 1
-10100111111111 amendents 1
-10100111111111 deflowering 1
-10100111111111 cross-sections 1
-10100111111111 kill-off 1
-10100111111111 secretion 1
-10100111111111 swards 1
-10100111111111 decoratively 1
-10100111111111 firms. 1
-10100111111111 capacity-manufacturers 1
-10100111111111 sand-sea 1
-10100111111111 frontality 1
-10100111111111 critcism 1
-10100111111111 kwatcha 1
-10100111111111 240-SX 1
-10100111111111 cross-dresser 1
-10100111111111 dybbuk 1
-10100111111111 ventings 1
-10100111111111 saltboxes 1
-10100111111111 serious-mindedness 1
-10100111111111 refigerator 1
-10100111111111 scaling-down 2
-10100111111111 chapatis 2
-10100111111111 harassers 2
-10100111111111 misallocations 2
-10100111111111 dollar-earners 2
-10100111111111 overgrazing 2
-10100111111111 clearings 2
-10100111111111 bouillabaisse 2
-10100111111111 reoiling 2
-10100111111111 indicia 2
-10100111111111 spermicides 2
-10100111111111 friskiness 2
-10100111111111 gracefulness 2
-10100111111111 accretions 2
-10100111111111 nursemaids 2
-10100111111111 cost. 2
-10100111111111 blowups 2
-10100111111111 gradient 2
-10100111111111 undercollection 2
-10100111111111 archeologists 3
-10100111111111 rawness 3
-10100111111111 impiety 3
-10100111111111 rivulets 3
-10100111111111 leavings 4
-10100111111111 gumshoes 4
-10100111111111 demobilization 4
-10100111111111 intakes 4
-10100111111111 amelioration 4
-10100111111111 landers 4
-10100111111111 courts-martial 4
-10100111111111 breaths 5
-10100111111111 swaths 5
-10100111111111 orchestrations 6
-10100111111111 gangplank 7
-10100111111111 inversion 7
-10100111111111 quicksands 7
-10100111111111 extremity 8
-10100111111111 intensification 8
-10100111111111 infliction 9
-10100111111111 amputation 14
-10100111111111 expanse 30
-10100111111111 assortment 90
-10100111111111 quantity 298
-10100111111111 quantities 361
-10100111111111 sums 425
-10100111111111 array 446
-10100111111111 proportion 633
-10100111111111 extent 1488
-10100111111111 amount 8585
-10100111111111 amounts 2272
-1010100000 perfectibility 1
-1010100000 primmest 1
-1010100000 Donners 1
-1010100000 all-incost 1
-1010100000 allurements 1
-1010100000 assasination 1
-1010100000 simultaneity 1
-1010100000 asumption 1
-1010100000 halfshare 1
-1010100000 exarchs 1
-1010100000 timpanist 1
-1010100000 hyperconcerns 1
-1010100000 gulagization 1
-1010100000 relinkage 1
-1010100000 ruralizing 1
-1010100000 shockers 1
-1010100000 kick-off 1
-1010100000 subtotal 1
-1010100000 intolerableness 1
-1010100000 admissability 1
-1010100000 drumbeats 1
-1010100000 counter-signature 1
-1010100000 hairshirt 1
-1010100000 intractibility 1
-1010100000 nonconsolidating 1
-1010100000 proposers 1
-1010100000 supposed-floor 1
-1010100000 fleshpots 1
-1010100000 overthrowal 1
-1010100000 ungovernability 1
-1010100000 flare-off 1
-1010100000 archipelagoes 1
-1010100000 Woottens 1
-1010100000 brutalization 1
-1010100000 corporation-baiters 1
-1010100000 erasure 1
-1010100000 awesomeness 1
-1010100000 possiblility 1
-1010100000 Exploit 1
-1010100000 downslope 1
-1010100000 cost-competitiveness 1
-1010100000 brazenest 1
-1010100000 unwinnability 1
-1010100000 storyline 1
-1010100000 Miao 1
-1010100000 caldron 1
-1010100000 eschewal 1
-1010100000 re-drafting 1
-1010100000 liquidation-net 1
-1010100000 masts 1
-1010100000 faultlines 1
-1010100000 addressees 1
-1010100000 best-tempered 1
-1010100000 second-to-lowest 1
-1010100000 beastliness 1
-1010100000 witlessness 1
-1010100000 silverwork 1
-1010100000 output-per-man-hour 1
-1010100000 detectability 1
-1010100000 Soles 1
-1010100000 remoulade 1
-1010100000 internals 1
-1010100000 Philips-GE 1
-1010100000 tricentennial 1
-1010100000 culimination 1
-1010100000 Manvilles 1
-1010100000 midpart 1
-1010100000 semi-myth 1
-1010100000 timidities 1
-1010100000 queenpin 1
-1010100000 most-damaging 1
-1010100000 jumpshot 1
-1010100000 breezeway 1
-1010100000 convolution 1
-1010100000 slumbers 1
-1010100000 upstroke 1
-1010100000 lawyer-director 1
-1010100000 unpersuasiveness 1
-1010100000 belfry 1
-1010100000 gurgle 1
-1010100000 Fratry 1
-1010100000 newphew 1
-1010100000 27,000-per-game 1
-1010100000 lawyer-chairman 1
-1010100000 raggedness 1
-1010100000 pensiveness 1
-1010100000 unworkability 1
-1010100000 regularities 1
-1010100000 fire-bombings 1
-1010100000 interrelations 1
-1010100000 zaniest 1
-1010100000 deservedness 1
-1010100000 outfields 1
-1010100000 Latinization 1
-1010100000 Teachings 1
-1010100000 loftiness 1
-1010100000 Synode 1
-1010100000 hokiness 1
-1010100000 streetcorners 1
-1010100000 justiciability 1
-1010100000 near-impossibility 1
-1010100000 re-cartelization 1
-1010100000 autoreferentiality 1
-1010100000 re-Balkanization 1
-1010100000 quackeries 1
-1010100000 Editorship 1
-1010100000 tohubohu 1
-1010100000 Guere 1
-1010100000 slipstream 1
-1010100000 thralldom 1
-1010100000 ineffectuality 1
-1010100000 uncompetitiveness 1
-1010100000 inapplicability 1
-1010100000 clacking 1
-1010100000 coauthor 1
-1010100000 67,688 1
-1010100000 quietness 1
-1010100000 hollowing-out 1
-1010100000 reinstitution 1
-1010100000 backflow 1
-1010100000 equivalant 1
-1010100000 serviceability 1
-1010100000 Comtroller 1
-1010100000 hero-city 1
-1010100000 goldmine 1
-1010100000 chaperonage 1
-1010100000 linchpins 1
-1010100000 tercentenary 1
-1010100000 great-great-great-great-grandson 1
-1010100000 conceitedness 1
-1010100000 luridness 1
-1010100000 engineers-entrepreneurs 1
-1010100000 grandaddy 1
-1010100000 assymetry 1
-1010100000 policy-programming 1
-1010100000 pashas 1
-1010100000 savageness 1
-1010100000 near-success 1
-1010100000 misconstruing 1
-1010100000 decimator 1
-1010100000 Peopling 1
-1010100000 self-concept 1
-1010100000 sparsity 1
-1010100000 owner-lessor 1
-1010100000 shoddiness 1
-1010100000 taproot 1
-1010100000 Rubbias 1
-1010100000 repairer 1
-1010100000 carving-up 1
-1010100000 prince-bishoprics 1
-1010100000 unseemliness 1
-1010100000 goliaths 1
-1010100000 inevitablity 1
-1010100000 secretaries-general 1
-1010100000 developer-king 1
-1010100000 rampagings 1
-1010100000 discursions 1
-1010100000 director-generalship 1
-1010100000 paramountcy 1
-1010100000 transposition 1
-1010100000 Kinsleys 1
-1010100000 V-tails 1
-1010100000 tutelege 1
-1010100000 spottiness 1
-1010100000 re-infection 1
-1010100000 logarithms 1
-1010100000 logarithm 1
-1010100000 pseudo-priest 1
-1010100000 Fugazys 1
-1010100000 leader-elect 1
-1010100000 2,157,513 1
-1010100000 absent-mindedness 1
-1010100000 paganism 1
-1010100000 Forefront 1
-1010100000 brasswork 1
-1010100000 glamorization 1
-1010100000 explusion 1
-1010100000 tragus 1
-1010100000 Carriages 1
-1010100000 two-dimensionality 1
-1010100000 irresistability 1
-1010100000 ghastliness 1
-1010100000 defusion 1
-1010100000 possibity 1
-1010100000 Companions 1
-1010100000 Vicar 1
-1010100000 topping-out 1
-1010100000 moulting 1
-1010100000 depradations 1
-1010100000 vacuities 1
-1010100000 balkiness 1
-1010100000 dean-designate 1
-1010100000 Gaffes 1
-1010100000 voraciousness 1
-1010100000 circulator 1
-1010100000 peripheries 1
-1010100000 governership 1
-1010100000 hugeness 1
-1010100000 re-bedding 1
-1010100000 townhomes 1
-1010100000 YWCA 1
-1010100000 almost-Republic 1
-1010100000 impressiveness 1
-1010100000 near-destruction 1
-1010100000 cryptologists 1
-1010100000 currency-exacerbating 1
-1010100000 fussiest 1
-1010100000 quesiton 1
-1010100000 patho-physiology 1
-1010100000 momentousness 1
-1010100000 simplicities 1
-1010100000 gospels 1
-1010100000 fulminations 1
-1010100000 plaister 1
-1010100000 protectionism-by-quota 1
-1010100000 simplemindedness 1
-1010100000 unchaining 1
-1010100000 Furmint 1
-1010100000 Afrikanerization 1
-1010100000 de-socialization 1
-1010100000 feasability 1
-1010100000 molestation 1
-1010100000 non-dischargeability 1
-1010100000 monetization 1
-1010100000 ripple-effects 1
-1010100000 superdollar 1
-1010100000 real-politik 1
-1010100000 porousness 1
-1010100000 lead-management 1
-1010100000 tastefulness 1
-1010100000 506,103 1
-1010100000 best/Word 1
-1010100000 price/Sell 1
-1010100000 cobbles 1
-1010100000 non-guilt 1
-1010100000 give-ups 1
-1010100000 inadvisability 1
-1010100000 recartelization 1
-1010100000 sordidness 1
-1010100000 ouflow 1
-1010100000 middle-class-ification 1
-1010100000 massiveness 1
-1010100000 insufficiencies 1
-1010100000 senselessness 1
-1010100000 insidiousness 1
-1010100000 irreducibility 1
-1010100000 underrepresentation 1
-1010100000 last-written 1
-1010100000 wispiest 1
-1010100000 relection 1
-1010100000 mantles 1
-1010100000 82,229 1
-1010100000 nascency 1
-1010100000 wolfishness 1
-1010100000 deploymnent 1
-1010100000 apprach 1
-1010100000 conjuncture 1
-1010100000 ridgetops 1
-1010100000 thump-thump 1
-1010100000 Goverment 1
-1010100000 museumization 1
-1010100000 overharvesting 1
-1010100000 pseudoreforms 1
-1010100000 romanization 1
-1010100000 gentlepersons 1
-1010100000 tumbrils 1
-1010100000 metabolites 1
-1010100000 undermanning 1
-1010100000 perpetration 1
-1010100000 managership 1
-1010100000 microdynamics 1
-1010100000 delinking 1
-1010100000 counter-arguments 1
-1010100000 upper-third 1
-1010100000 resurgency 1
-1010100000 near-extinction 1
-1010100000 fifteenth 1
-1010100000 mutability 1
-1010100000 fantail 1
-1010100000 congeries 1
-1010100000 rewinging 1
-1010100000 liberalness 1
-1010100000 biggest-sellers 1
-1010100000 centerpoint 1
-1010100000 pragmatics 1
-1010100000 working-out 1
-1010100000 obtainment 1
-1010100000 sound-score 1
-1010100000 experimentalism 1
-1010100000 proscriptions 1
-1010100000 near-evaporation 1
-1010100000 mujahedeenand 1
-1010100000 co-obligation 1
-1010100000 Mushroompeople 1
-1010100000 send-ups 1
-1010100000 potentialities 1
-1010100000 irresponsibilities 1
-1010100000 time-styles 1
-1010100000 director-manager 1
-1010100000 Bourough 1
-1010100000 sandhills 1
-1010100000 freeze-drying 1
-1010100000 maya-veil 1
-1010100000 wastage 1
-1010100000 showcase-nation 1
-1010100000 cutdown 1
-1010100000 Tropic 1
-1010100000 falsest 1
-1010100000 blondest 1
-1010100000 Hunchback 1
-1010100000 outsides 1
-1010100000 elephant-in-the-room 1
-1010100000 Jacksonization 1
-1010100000 defender/purveyors 1
-1010100000 predations 1
-1010100000 duty-value 1
-1010100000 PC-ization 1
-1010100000 clack-clack 1
-1010100000 archvillains 1
-1010100000 Ides 1
-1010100000 combustibility 1
-1010100000 psychiatrist-author 1
-1010100000 excitment 1
-1010100000 pauperization 1
-1010100000 self-administration 1
-1010100000 conductorship 1
-1010100000 Satan-worshippers 1
-1010100000 mini-saga 1
-1010100000 knowledgeability 1
-1010100000 grandniece 1
-1010100000 unwisdom 1
-1010100000 pussillanimity 1
-1010100000 tersest 1
-1010100000 winnner 1
-1010100000 carpet-bombing 1
-1010100000 peeling-back 1
-1010100000 witness/To 1
-1010100000 stratification 1
-1010100000 archangels 1
-1010100000 unpredictablity 1
-1010100000 apse 1
-1010100000 interworkings 1
-1010100000 liklihood 1
-1010100000 slipperiness 1
-1010100000 formulaton 1
-1010100000 right-to-freedom 1
-1010100000 world-68 1
-1010100000 Staatskappelle 1
-1010100000 laughing-stock 1
-1010100000 Dreamboy 1
-1010100000 distruction 1
-1010100000 Collinses 1
-1010100000 ruralist 1
-1010100000 udder 1
-1010100000 relegation 1
-1010100000 archidrama 1
-1010100000 wasteful-racist-savagery 1
-1010100000 cane-cutters 1
-1010100000 inter-operability 1
-1010100000 enervation 1
-1010100000 re-engining 1
-1010100000 vestibules 1
-1010100000 takedown 1
-1010100000 destigmatization 1
-1010100000 rampancy 1
-1010100000 dethroning 1
-1010100000 melting-down 1
-1010100000 gounds 1
-1010100000 twits 1
-1010100000 near-completion 1
-1010100000 punctilio 1
-1010100000 paylist 1
-1010100000 enmeshment 1
-1010100000 sparseness 1
-1010100000 intenseness 1
-1010100000 more-than-doubling 1
-1010100000 Heyday 1
-1010100000 sob-wallow 1
-1010100000 sickliest 1
-1010100000 ebb-and-flow 1
-1010100000 then-Minister 1
-1010100000 excitements 1
-1010100000 Rajah 1
-1010100000 headwall 1
-1010100000 belatedness 1
-1010100000 diarist 1
-1010100000 Prayerbook 1
-1010100000 strivings 1
-1010100000 millenarians 1
-1010100000 invigilators 1
-1010100000 interpenetration 1
-1010100000 availablity 1
-1010100000 Count-Duke 1
-1010100000 illusiveness 1
-1010100000 debility 1
-1010100000 luster-loss 1
-1010100000 Dhofaris 1
-1010100000 autoclave 1
-1010100000 incurrence 1
-1010100000 boxful 1
-1010100000 tintinnabulation 1
-1010100000 pseudo-religiosity 1
-1010100000 keystones 1
-1010100000 Glorification 1
-1010100000 sucession 1
-1010100000 billfolds 1
-1010100000 weaker-performing 1
-1010100000 skillfulness 1
-1010100000 appearence 1
-1010100000 handmaidens 1
-1010100000 co-signer 1
-1010100000 low-point 1
-1010100000 meaningfulness 1
-1010100000 then-head 1
-1010100000 re-arrests 1
-1010100000 over-production 1
-1010100000 rightest 1
-1010100000 firms-makers 1
-1010100000 price/performance 1
-1010100000 seaworthiness 1
-1010100000 micro-world 1
-1010100000 Korea-basher 1
-1010100000 nerve-center 1
-1010100000 Chimera 1
-1010100000 hocuspocus 1
-1010100000 Unversity 1
-1010100000 essentiality 2
-1010100000 morrow 2
-1010100000 arch-nemesis 2
-1010100000 granddaddies 2
-1010100000 RICOing 2
-1010100000 absense 2
-1010100000 near-quadrupling 2
-1010100000 riservas 2
-1010100000 bicentenary 2
-1010100000 tenuousness 2
-1010100000 exportability 2
-1010100000 Univeristy 2
-1010100000 brashest 2
-1010100000 undercarriage 2
-1010100000 treasurer-elect 2
-1010100000 unsual 2
-1010100000 showiness 2
-1010100000 healthfulness 2
-1010100000 yen-value 2
-1010100000 Burdens 2
-1010100000 Irving-Bank 2
-1010100000 parsons 2
-1010100000 proletarianization 2
-1010100000 governability 2
-1010100000 aft-section 2
-1010100000 Sovietization 2
-1010100000 frivolousness 2
-1010100000 unfitness 2
-1010100000 acme 2
-1010100000 quantification 2
-1010100000 presense 2
-1010100000 discoverer 2
-1010100000 cloakrooms 2
-1010100000 hurly-burly 2
-1010100000 arch-enemy 2
-1010100000 immensity 2
-1010100000 Bursons 2
-1010100000 6550 2
-1010100000 chairperson 2
-1010100000 asserters 2
-1010100000 battle-cry 2
-1010100000 Realm 2
-1010100000 co-beneficiary 2
-1010100000 implausibilities 2
-1010100000 viewfinder 2
-1010100000 firstlings 2
-1010100000 Concurrence 2
-1010100000 federalization 2
-1010100000 head. 2
-1010100000 mid-section 2
-1010100000 job-hop 2
-1010100000 steppes 3
-1010100000 Verge 3
-1010100000 workability 3
-1010100000 prongs 3
-1010100000 roughness 3
-1010100000 dustbin 3
-1010100000 dregs 3
-1010100000 JPO 3
-1010100000 scruff 3
-1010100000 Grandmothers 3
-1010100000 promptings 3
-1010100000 shallows 3
-1010100000 antechamber 3
-1010100000 ides 3
-1010100000 wastefulness 3
-1010100000 quintessence 3
-1010100000 performace 3
-1010100000 Nahnken 3
-1010100000 business-minded 3
-1010100000 Aged 4
-1010100000 inviolability 4
-1010100000 feminization 4
-1010100000 tail-end 4
-1010100000 reestablishment 5
-1010100000 heterogeneity 5
-1010100000 flimsiest 5
-1010100000 imminence 5
-1010100000 afterglow 6
-1010100000 expiry 7
-1010100000 Proceedings 7
-1010100000 rudiments 8
-1010100000 advisability 9
-1010100000 perimeter 14
-1010100000 foothills 19
-1010100000 makings 25
-1010100000 epitome 27
-1010100000 ravages 30
-1010100000 mastermind 33
-1010100000 Advancement 55
-1010100000 outskirts 67
-1010100000 auspices 87
-1010100000 ante 97
-1010100000 behest 117
-1010100000 helm 157
-1010100000 brink 187
-1010100000 eve 208
-1010100000 verge 212
-1010100000 end 15208
-1010100000 wake 1646
-1010100001 sympathic 1
-1010100001 seven-race 1
-1010100001 criminal. 1
-1010100001 questioning. 1
-1010100001 Graveyard 1
-1010100001 bulllet 1
-1010100001 Reveller 1
-1010100001 antipodes 1
-1010100001 Mid-80s 1
-1010100001 drainers 1
-1010100001 Tates 1
-1010100001 -----. 1
-1010100001 boards. 1
-1010100001 Constitution. 1
-1010100001 l-word 1
-1010100001 mass. 1
-1010100001 EuroWeenies 1
-1010100001 eight-ball 1
-1010100001 steaminess 1
-1010100001 R-word 1
-1010100001 Script 1
-1010100001 erosion. 1
-1010100001 embodiers 1
-1010100001 Spiderwoman 1
-1010100001 Brute 1
-1010100001 Fifth. 1
-1010100001 Showgirl 1
-1010100001 Moto-Monsters 1
-1010100001 opposite. 1
-1010100001 makeovers 1
-1010100001 referrants 1
-1010100001 Wetbacks 1
-1010100001 afternoon. 1
-1010100001 ghettoization 1
-1010100001 refreshest 1
-1010100001 Homefront 1
-1010100001 Powerless 1
-1010100001 28000-mark 1
-1010100001 cracks. 1
-1010100001 pokies 1
-1010100001 Populace 1
-1010100001 dentist. 1
-1010100001 riotors 1
-1010100001 Gunboat 1
-1010100001 midsix-figure 1
-1010100001 Bonnanno 1
-1010100001 direcor 1
-1010100001 Streaker 1
-1010100001 paciencia 1
-1010100001 presuppositions 1
-1010100001 lacunae 1
-1010100001 Keans 1
-1010100001 Mexicanization 1
-1010100001 inegration 1
-1010100001 clone-killers 1
-1010100001 Occident 1
-1010100001 Paycock 1
-1010100001 bier 2
-1010100001 salutation 2
-1010100001 relentlessness 2
-1010100001 avatar 2
-1010100001 altos 2
-1010100001 commonalities 2
-1010100001 sexiness 2
-1010100001 crudities 2
-1010100001 ballabile 2
-1010100001 etiology 2
-1010100001 trier 2
-1010100001 foolhardiness 2
-1010100001 ephemera 2
-1010100001 sketchiness 2
-1010100001 privations 2
-1010100001 uselessness 2
-1010100001 nonconsummation 2
-1010100001 Fetzers 2
-1010100001 Grinch 2
-1010100001 repetitiveness 2
-1010100001 exorcising 2
-1010100001 log-jam 2
-1010100001 concatenation 2
-1010100001 tax-cutters 2
-1010100001 Traps 2
-1010100001 overestimation 2
-1010100001 worldliness 2
-1010100001 gestalt 2
-1010100001 admissibility 2
-1010100001 dubiousness 2
-1010100001 productiveness 2
-1010100001 subpopulation 2
-1010100001 Zelig 2
-1010100001 backbones 2
-1010100001 kindnesses 2
-1010100001 infrequency 2
-1010100001 exultation 2
-1010100001 evasiveness 2
-1010100001 whump 2
-1010100001 unevenness 2
-1010100001 bedsides 2
-1010100001 novelization 2
-1010100001 transom 2
-1010100001 sanctification 2
-1010100001 reliabilty 2
-1010100001 allures 2
-1010100001 credit-ratings 2
-1010100001 debilitations 2
-1010100001 maldistribution 2
-1010100001 rearrests 2
-1010100001 unawareness 2
-1010100001 Parlement 2
-1010100001 quais 2
-1010100001 co-mingling 2
-1010100001 legitimation 2
-1010100001 balkanization 2
-1010100001 ubiquitousness 3
-1010100001 bestowal 3
-1010100001 ramblings 3
-1010100001 exportation 3
-1010100001 standard-bearers 3
-1010100001 compactness 3
-1010100001 formalization 3
-1010100001 breakoff 3
-1010100001 invalidity 3
-1010100001 elusiveness 3
-1010100001 pertinence 3
-1010100001 recolonization 3
-1010100001 formalism 3
-1010100001 underconsumption 3
-1010100001 centrality 3
-1010100001 ruck 3
-1010100001 headiness 3
-1010100001 pendency 3
-1010100001 repertoires 3
-1010100001 Shuberts 3
-1010100001 Hound 3
-1010100001 peregrinations 3
-1010100001 centerpieces 3
-1010100001 rareness 3
-1010100001 fetishists 3
-1010100001 Getbacks 3
-1010100001 reformulation 3
-1010100001 granddad 3
-1010100001 commonest 3
-1010100001 after-effect 3
-1010100001 cupola 3
-1010100001 broadness 3
-1010100001 insolence 3
-1010100001 reappraisals 3
-1010100001 capstone 4
-1010100001 genuineness 4
-1010100001 disbandment 4
-1010100001 impenetrability 4
-1010100001 eaves 4
-1010100001 hinterland 4
-1010100001 Shrine 4
-1010100001 sensualist 4
-1010100001 recoverability 4
-1010100001 explosiveness 4
-1010100001 obverse 4
-1010100001 Marquess 4
-1010100001 bureaucratization 4
-1010100001 intermingling 4
-1010100001 ubiquity 4
-1010100001 enfranchisement 4
-1010100001 reinterpretations 4
-1010100001 perversions 4
-1010100001 regressivity 4
-1010100001 waistband 4
-1010100001 dreariness 4
-1010100001 handmaiden 4
-1010100001 unlikeliest 4
-1010100001 nullification 4
-1010100001 meaninglessness 4
-1010100001 intractability 4
-1010100001 ambit 4
-1010100001 watchwords 4
-1010100001 edification 4
-1010100001 steepness 5
-1010100001 showplace 5
-1010100001 depopulation 5
-1010100001 labyrinths 5
-1010100001 subjugation 5
-1010100001 fullness 5
-1010100001 weightlessness 5
-1010100001 prairies 5
-1010100001 ascendency 5
-1010100001 superficiality 5
-1010100001 intricacy 5
-1010100001 consolations 5
-1010100001 Deed 5
-1010100001 battlements 5
-1010100001 ascendance 5
-1010100001 Extraterrestrial 5
-1010100001 practicalities 5
-1010100001 rapidity 6
-1010100001 workhorses 6
-1010100001 wilds 6
-1010100001 entrails 6
-1010100001 locus 6
-1010100001 crucible 6
-1010100001 atmospherics 6
-1010100001 bard 6
-1010100001 proscription 6
-1010100001 astuteness 6
-1010100001 Isthmus 6
-1010100001 Christianization 6
-1010100001 vehemence 6
-1010100001 ignominy 6
-1010100001 lightness 6
-1010100001 prolongation 6
-1010100001 beheading 6
-1010100001 acuteness 6
-1010100001 idiosyncracies 6
-1010100001 commemoration 7
-1010100001 barrios 7
-1010100001 editorship 7
-1010100001 Gospels 7
-1010100001 smallness 7
-1010100001 insides 7
-1010100001 tiller 7
-1010100001 apotheosis 7
-1010100001 enforceability 7
-1010100001 perversity 7
-1010100001 flotsam 7
-1010100001 satisfactions 7
-1010100001 greening 7
-1010100001 completeness 7
-1010100001 taxability 7
-1010100001 cogency 7
-1010100001 solidity 8
-1010100001 doorsteps 8
-1010100001 illogic 8
-1010100001 Assemblies 8
-1010100001 determinants 8
-1010100001 depredations 8
-1010100001 canons 8
-1010100001 abhorrence 8
-1010100001 lateness 8
-1010100001 abruptness 8
-1010100001 victimization 8
-1010100001 seasonality 9
-1010100001 gist 9
-1010100001 crucifixion 10
-1010100001 debasement 10
-1010100001 radicalization 10
-1010100001 ramparts 10
-1010100001 ugliness 10
-1010100001 propagation 10
-1010100001 sufferings 10
-1010100001 bosom 10
-1010100001 rightness 11
-1010100001 agonies 11
-1010100001 Annals 11
-1010100001 feasts 11
-1010100001 robustness 11
-1010100001 brightness 11
-1010100001 narrowness 11
-1010100001 admonitions 11
-1010100001 collectibility 11
-1010100001 backwaters 11
-1010100001 sustainability 12
-1010100001 arbiters 12
-1010100001 swiftness 12
-1010100001 perpetuation 12
-1010100001 subtext 12
-1010100001 harshness 12
-1010100001 trustworthiness 12
-1010100001 usurpation 13
-1010100001 remoteness 13
-1010100001 bluest 13
-1010100001 spectre 13
-1010100001 vastness 13
-1010100001 aftereffects 13
-1010100001 cyclicality 14
-1010100001 realms 14
-1010100001 apex 14
-1010100001 nub 14
-1010100001 granddaddy 14
-1010100001 flatness 14
-1010100001 enumeration 14
-1010100001 unavailability 14
-1010100001 awkwardness 14
-1010100001 correctness 15
-1010100001 evocation 15
-1010100001 epicenter 15
-1010100001 indignity 15
-1010100001 vortex 15
-1010100001 stationing 15
-1010100001 yoke 15
-1010100001 tribulations 15
-1010100001 pantheon 15
-1010100001 destinies 15
-1010100001 suddenness 16
-1010100001 overvaluation 16
-1010100001 reincarnation 16
-1010100001 nick 16
-1010100001 fickleness 16
-1010100001 vicissitudes 16
-1010100001 underside 16
-1010100001 betterment 16
-1010100001 Decade 17
-1010100001 totality 17
-1010100001 hallmarks 17
-1010100001 midpoint 17
-1010100001 bowels 17
-1010100001 pervasiveness 18
-1010100001 peculiarities 18
-1010100001 silliness 18
-1010100001 ringleader 18
-1010100001 impoverishment 19
-1010100001 thinness 19
-1010100001 enormity 19
-1010100001 applicability 19
-1010100001 veracity 19
-1010100001 signers 20
-1010100001 bane 20
-1010100001 politicization 20
-1010100001 traumas 20
-1010100001 complexion 20
-1010100001 watchword 21
-1010100001 tedium 21
-1010100001 mosaics 22
-1010100001 aroma 22
-1010100001 rubric 22
-1010100001 ghettos 22
-1010100001 appropriateness 23
-1010100001 aegis 24
-1010100001 genesis 24
-1010100001 antithesis 24
-1010100001 resurrection 25
-1010100001 subtleties 26
-1010100001 imperatives 26
-1010100001 eloquence 27
-1010100001 ferocity 27
-1010100001 width 27
-1010100001 follies 27
-1010100001 purview 27
-1010100001 perpetrators 27
-1010100001 embodiment 28
-1010100001 annals 28
-1010100001 joys 28
-1010100001 juxtaposition 29
-1010100001 squalor 29
-1010100001 comforts 30
-1010100001 aftershocks 30
-1010100001 fragmentation 30
-1010100001 unpredictability 30
-1010100001 contours 30
-1010100001 thickness 31
-1010100001 jaws 31
-1010100001 din 31
-1010100001 whims 32
-1010100001 inadequacy 32
-1010100001 sanctity 33
-1010100001 accompaniment 33
-1010100001 ascendancy 33
-1010100001 lifeblood 33
-1010100001 blessings 34
-1010100001 crest 35
-1010100001 vagueness 35
-1010100001 crux 35
-1010100001 nuances 35
-1010100001 primacy 35
-1010100001 riskiness 35
-1010100001 intricacies 36
-1010100001 pinnacle 37
-1010100001 caliber 38
-1010100001 tempo 38
-1010100001 marketability 38
-1010100001 futility 39
-1010100001 periphery 39
-1010100001 prevalence 41
-1010100001 inevitability 41
-1010100001 throes 42
-1010100001 richness 42
-1010100001 chagrin 43
-1010100001 desirability 44
-1010100001 fringes 44
-1010100001 mantle 45
-1010100001 nucleus 45
-1010100001 vicinity 45
-1010100001 coattails 45
-1010100001 creditworthiness 46
-1010100001 durability 48
-1010100001 culmination 48
-1010100001 fragility 50
-1010100001 rigors 50
-1010100001 vanguard 51
-1010100001 footsteps 52
-1010100001 linchpin 56
-1010100001 confines 56
-1010100001 Statue 57
-1010100001 evils 57
-1010100001 brainchild 57
-1010100001 disintegration 57
-1010100001 ashes 58
-1010100001 glare 59
-1010100001 vagaries 62
-1010100001 importation 62
-1010100001 propriety 68
-1010100001 trappings 68
-1010100001 wreckage 69
-1010100001 horrors 69
-1010100001 internationalization 69
-1010100001 guise 70
-1010100001 ire 72
-1010100001 whereabouts 73
-1010100001 perils 77
-1010100001 beginnings 78
-1010100001 wrath 82
-1010100001 Pledge 83
-1010100001 disappearance 83
-1010100001 soundness 86
-1010100001 flaps 86
-1010100001 dynamics 87
-1010100001 mysteries 88
-1010100001 attractiveness 91
-1010100001 backbone 93
-1010100001 framers 94
-1010100001 detriment 97
-1010100001 complexities 100
-1010100001 deductibility 102
-1010100001 abandonment 105
-1010100001 allure 109
-1010100001 mercy 113
-1010100001 onset 117
-1010100001 brunt 117
-1010100001 wording 120
-1010100001 breadth 133
-1010100001 workings 134
-1010100001 advent 137
-1010100001 forefront 141
-1010100001 realm 143
-1010100001 spectacle 151
-1010100001 severity 152
-1010100001 legality 154
-1010100001 seriousness 160
-1010100001 duration 172
-1010100001 imposition 175
-1010100001 virtues 179
-1010100001 outset 194
-1010100001 centerpiece 198
-1010100001 demise 200
-1010100001 composition 207
-1010100001 validity 210
-1010100001 specter 216
-1010100001 intensity 217
-1010100001 contents 220
-1010100001 height 238
-1010100001 sake 243
-1010100001 constitutionality 250
-1010100001 aftermath 253
-1010100001 plight 260
-1010100001 complexity 275
-1010100001 tide 318
-1010100001 resignations 331
-1010100001 depth 340
-1010100001 magnitude 344
-1010100001 heels 370
-1010100001 dangers 386
-1010100001 merits 389
-1010100001 destruction 444
-1010100001 context 445
-1010100001 pursuit 449
-1010100001 availability 486
-1010100001 midst 493
-1010100001 formation 514
-1010100001 significance 536
-1010100001 likelihood 573
-1010100001 scope 593
-1010100001 existence 629
-1010100001 fate 652
-1010100001 remainder 798
-1010100001 spirit 804
-1010100001 consequences 829
-1010100001 creation 945
-1010100001 timing 960
-1010100001 bulk 979
-1010100001 absence 1063
-1010100001 importance 1167
-1010100001 chances 1269
-1010100001 outcome 1277
-1010100001 prospect 1382
-1010100001 bottom 1422
-1010100001 nature 1562
-1010100001 middle 1770
-1010100001 symbol 1788
-1010100001 effects 2339
-1010100001 possibility 2811
-1010100001 rest 4536
-1010100001 size 3792
-10101000100 Oehler 1
-10101000100 under-reserving 1
-10101000100 sainting 1
-10101000100 fee-for-research 1
-10101000100 justificatory 1
-10101000100 rocks-and-tear-gas 1
-10101000100 Armenia-Azerbaijan 1
-10101000100 IBM-Digital 1
-10101000100 Fortnighter 1
-10101000100 Vietnamese-Chinese 1
-10101000100 Dukakis-Biden 1
-10101000100 Stealers 1
-10101000100 hawks-vs.-doves 1
-10101000100 Contra-Sandinistas 1
-10101000100 CINCPAC 1
-10101000100 defective-pricing 1
-10101000100 offshore-lease 1
-10101000100 Magi 1
-10101000100 Haves 1
-10101000100 already-bitter 1
-10101000100 133-day-old 1
-10101000100 Under-25s 1
-10101000100 military-buildup 1
-10101000100 imported-oil 1
-10101000100 jump-shot 1
-10101000100 quarter- 1
-10101000100 Iraqi-Iranian 1
-10101000100 already-fierce 1
-10101000100 thrash/punk 1
-10101000100 NCAA-SMU 1
-10101000100 triple- 1
-10101000100 Fantasyland 1
-10101000100 Campeau-Macy 1
-10101000100 35-year-long 1
-10101000100 Paine-Burke 1
-10101000100 U.S.-Singapore 1
-10101000100 burdensharing 1
-10101000100 Democratic-nomination 1
-10101000100 Hoylake/B.A.T 1
-10101000100 pen-pal 1
-10101000100 Strivers 1
-10101000100 Insecures 1
-10101000100 450-year-old 1
-10101000100 Jackson-Dukakis 1
-10101000100 Superslim 1
-10101000100 underpersoned 1
-10101000100 90- 1
-10101000100 Conflagration 1
-10101000100 global-warming 1
-10101000100 cattle-lifter 1
-10101000100 forfeiture-law 1
-10101000100 Treasury-Fed 1
-10101000100 27-day-old 1
-10101000100 phoneswitch 1
-10101000100 ditch-digging 1
-10101000100 nuclear-insurance 1
-10101000100 guy-girlfriend 1
-10101000100 Armenian-Azerbaijan 1
-10101000100 production-ceiling 1
-10101000100 B.A.T-Farmers 1
-10101000100 torture-death 2
-10101000100 relisting 2
-10101000100 paroxysms 2
-10101000100 amiability 2
-10101000100 effervescence 2
-10101000100 PFL 2
-10101000100 corrosiveness 2
-10101000100 Cascades-Pinault 2
-10101000100 charioteer 2
-10101000100 avowals 2
-10101000100 crevasses 2
-10101000100 fishing-rights 2
-10101000100 pluckiness 2
-10101000100 retransmission 2
-10101000100 quarterlys 2
-10101000100 baluns 2
-10101000100 retractions 2
-10101000100 floatations 3
-10101000100 miscoding 3
-10101000100 gratifications 3
-10101000100 reconvening 3
-10101000100 brazenness 3
-10101000100 wallflowers 3
-10101000100 placenta 3
-10101000100 Caisses 3
-10101000100 exoneration 4
-10101000100 haughtiness 4
-10101000100 mildness 4
-10101000100 nonexistence 4
-10101000100 consecration 4
-10101000100 communization 4
-10101000100 beatification 4
-10101000100 non-use 4
-10101000100 murkiness 4
-10101000100 finalization 4
-10101000100 floodgate 4
-10101000100 skimpiest 5
-10101000100 quietude 5
-10101000100 Embarrassment 5
-10101000100 recertification 5
-10101000100 derivation 5
-10101000100 pull-out 5
-10101000100 stay-at-homes 5
-10101000100 wrongness 5
-10101000100 relinquishment 5
-10101000100 half-life 6
-10101000100 lift-off 6
-10101000100 shuttering 6
-10101000100 fresco 6
-10101000100 re-employment 6
-10101000100 blastoff 6
-10101000100 revocations 7
-10101000100 disinclination 7
-10101000100 heckling 7
-10101000100 TFR 7
-10101000100 reimposition 9
-10101000100 rediscovery 10
-10101000100 prism 10
-10101000100 dismantlement 11
-10101000100 retina 11
-10101000100 insertion 13
-10101000100 recision 14
-10101000100 implantation 14
-10101000100 abrogation 14
-10101000100 reintroduction 15
-10101000100 near-collapse 16
-10101000100 invalidation 16
-10101000100 renomination 17
-10101000100 test-firing 17
-10101000100 maximization 18
-10101000100 discontinuance 19
-10101000100 re-emergence 20
-10101000100 nonpayment 25
-10101000100 discontinuation 26
-10101000100 reversion 26
-10101000100 reclassification 28
-10101000100 disqualification 31
-10101000100 extinguishment 32
-10101000100 flotation 37
-10101000100 underpayment 39
-10101000100 annexation 40
-10101000100 forerunner 42
-10101000100 redeployment 43
-10101000100 spin-off 44
-10101000100 disbursement 45
-10101000100 reconsideration 52
-10101000100 revocation 52
-10101000100 repudiation 52
-10101000100 repatriation 53
-10101000100 elevation 54
-10101000100 renegotiation 56
-10101000100 inauguration 68
-10101000100 abolition 81
-10101000100 defection 82
-10101000100 nationalization 91
-10101000100 phase-out 94
-10101000100 restatement 94
-10101000100 dissolution 104
-10101000100 expulsion 120
-10101000100 cutoff 130
-10101000100 pullout 136
-10101000100 seizure 156
-10101000100 postponement 161
-10101000100 inclusion 170
-10101000100 enactment 175
-10101000100 disposition 178
-10101000100 resale 202
-10101000100 closure 205
-10101000100 ouster 230
-10101000100 emergence 232
-10101000100 restoration 272
-10101000100 shutdown 293
-10101000100 installation 305
-10101000100 implementation 314
-10101000100 cancellation 319
-10101000100 deployment 357
-10101000100 dismissal 392
-10101000100 termination 421
-10101000100 adoption 439
-10101000100 issuance 477
-10101000100 spinoff 512
-10101000100 elimination 520
-10101000100 shipment 529
-10101000100 removal 546
-10101000100 diversion 551
-10101000100 rejection 616
-10101000100 expiration 630
-10101000100 suspension 670
-10101000100 introduction 775
-10101000100 redemption 993
-10101000100 withdrawal 1011
-10101000100 sale 17225
-10101000100 conversion 1028
-10101000101 coordinations 1
-10101000101 oversuppply 1
-10101000101 overcounting 1
-10101000101 atmoshpere 1
-10101000101 sale/lease-back 1
-10101000101 eon 1
-10101000101 etimate 1
-10101000101 eaing 1
-10101000101 employer-licensing 1
-10101000101 800-home 1
-10101000101 agglomerate 1
-10101000101 oxbow 1
-10101000101 candidatetens 1
-10101000101 recession-unemployment 1
-10101000101 ex-worker 1
-10101000101 1945-1950 1
-10101000101 upvaluation 1
-10101000101 itemization 1
-10101000101 affilliate 1
-10101000101 apreciation 1
-10101000101 plat 1
-10101000101 exemplification 1
-10101000101 miniversion 1
-10101000101 mega-purchases 1
-10101000101 Eruption 1
-10101000101 245-unit 1
-10101000101 torture-murder 1
-10101000101 innnovative 1
-10101000101 torture-slaying 1
-10101000101 Iowa-Purdue 1
-10101000101 outcropping 1
-10101000101 all-timer 1
-10101000101 Offshoot 1
-10101000101 Sunsplash 1
-10101000101 waste-burial 1
-10101000101 annexations 2
-10101000101 BASHING 2
-10101000101 aquisition 2
-10101000101 loneliest 2
-10101000101 Suppression 2
-10101000101 HERO 2
-10101000101 quincentennial 2
-10101000101 augmentation 2
-10101000101 auto-transfuser 2
-10101000101 evidence-gathering 2
-10101000101 contract-award 2
-10101000101 reinvestigation 2
-10101000101 FOUNDER 2
-10101000101 ex-mistress 2
-10101000101 detainment 2
-10101000101 poison-gassing 2
-10101000101 counteractions 2
-10101000101 lowliest 2
-10101000101 centaur 3
-10101000101 bouncers 3
-10101000101 armload 3
-10101000101 splendors 3
-10101000101 RESIDENTS 3
-10101000101 encumbrance 3
-10101000101 impost 3
-10101000101 mega-merger 3
-10101000101 shootdown 3
-10101000101 wind-down 4
-10101000101 H-bomb 4
-10101000101 magnanimity 4
-10101000101 adopter 4
-10101000101 MH-6 4
-10101000101 overtaxation 4
-10101000101 armful 4
-10101000101 SIMs 5
-10101000101 altercation 5
-10101000101 acquisiton 5
-10101000101 alleviation 5
-10101000101 pricetag 5
-10101000101 archetype 6
-10101000101 imperfection 6
-10101000101 mayoralty 6
-10101000101 agglomeration 7
-10101000101 airdrop 7
-10101000101 impersonation 10
-10101000101 centenary 11
-10101000101 overabundance 12
-10101000101 falsity 12
-10101000101 over-allotment 13
-10101000101 overlay 13
-10101000101 acquistion 14
-10101000101 assemblage 15
-10101000101 slayings 16
-10101000101 archenemy 17
-10101000101 originator 19
-10101000101 invocation 21
-10101000101 amalgamation 22
-10101000101 erection 24
-10101000101 apostle 25
-10101000101 amalgam 26
-10101000101 Isle 34
-10101000101 emblem 36
-10101000101 orgy 38
-10101000101 internment 41
-10101000101 Wizard 43
-10101000101 conquest 44
-10101000101 offshoot 44
-10101000101 outpouring 48
-10101000101 slaying 48
-10101000101 unification 59
-10101000101 outgrowth 61
-10101000101 altar 74
-10101000101 avalanche 91
-10101000101 aura 99
-10101000101 onslaught 109
-10101000101 hijacking 143
-10101000101 endowment 156
-10101000101 accumulation 177
-10101000101 influx 180
-10101000101 outbreak 184
-10101000101 assassination 217
-10101000101 exodus 234
-10101000101 ESOP 328
-10101000101 acquirer 415
-10101000101 invasion 442
-10101000101 selection 810
-10101000101 acquisition 10372
-10101000101 extension 1130
-10101000110 doctrinalism 1
-10101000110 Tuesday.The 1
-10101000110 onrush 2
-10101000110 Saone 2
-10101000110 joint-float 2
-10101000110 hobgoblin 2
-10101000110 Mountie 2
-10101000110 Bengalis 2
-10101000110 office-machines 2
-10101000110 resource-poor 2
-10101000110 much-derided 2
-10101000110 Eurotrash 2
-10101000110 grayest 2
-10101000110 reoccupation 2
-10101000110 SEK 2
-10101000110 multilocal 2
-10101000110 citadels 3
-10101000110 honoree 3
-10101000110 looter 3
-10101000110 hauteur 3
-10101000110 nymph 3
-10101000110 dateline 3
-10101000110 speedometers 3
-10101000110 emotionality 3
-10101000110 balancer 3
-10101000110 usurper 3
-10101000110 noun 3
-10101000110 choristers 3
-10101000110 sacrament 3
-10101000110 chancellorship 4
-10101000110 violist 4
-10101000110 possum 4
-10101000110 Forthbank 4
-10101000110 nurturer 4
-10101000110 Apostle 4
-10101000110 stockroom 4
-10101000110 Reformation 5
-10101000110 Pharaoh 5
-10101000110 towelette 5
-10101000110 pressman 5
-10101000110 Altar 5
-10101000110 6-foot-2 5
-10101000110 gassy 5
-10101000110 soothsayer 5
-10101000110 progenitor 6
-10101000110 Evolution 6
-10101000110 Dinosaur 6
-10101000110 canton 6
-10101000110 Nemesis 6
-10101000110 bayous 7
-10101000110 adrenaline 7
-10101000110 booker 7
-10101000110 HARM 7
-10101000110 reactivation 7
-10101000110 stroller 7
-10101000110 6-foot-8 7
-10101000110 Maoists 7
-10101000110 composer-in-residence 8
-10101000110 instigator 8
-10101000110 clang 8
-10101000110 masthead 8
-10101000110 Gobblers 8
-10101000110 regent 10
-10101000110 licensor 10
-10101000110 headmaster 10
-10101000110 accompanist 10
-10101000110 breadbasket 10
-10101000110 morgue 10
-10101000110 etymology 11
-10101000110 PDR 11
-10101000110 blob 12
-10101000110 240SX 13
-10101000110 chaplain 13
-10101000110 Scrooge 13
-10101000110 Countess 14
-10101000110 gadfly 17
-10101000110 Imam 18
-10101000110 surveyor 20
-10101000110 moderator 21
-10101000110 overseer 25
-10101000110 custodians 27
-10101000110 prophet 27
-10101000110 assassin 28
-10101000110 executor 34
-10101000110 patriarch 34
-10101000110 rabbi 35
-10101000110 skipper 35
-10101000110 commander-in-chief 37
-10101000110 custodian 40
-10101000110 benefactor 44
-10101000110 keeper 46
-10101000110 saint 47
-10101000110 guarantor 49
-10101000110 guardian 60
-10101000110 proprietor 68
-10101000110 archbishop 70
-10101000110 co-pilot 80
-10101000110 pastor 82
-10101000110 president-elect 97
-10101000110 Crash 98
-10101000110 sheriff 100
-10101000110 inventor 101
-10101000110 creator 123
-10101000110 tenor 143
-10101000110 conductor 179
-10101000110 recipient 183
-10101000110 receiver 190
-10101000110 purchaser 231
-10101000110 CEO 254
-10101000110 captain 281
-10101000110 chancellor 298
-10101000110 shell 335
-10101000110 comptroller 345
-10101000110 king 414
-10101000110 architect 441
-10101000110 speaker 562
-10101000110 trustee 691
-10101000110 mayor 845
-10101000110 author 1144
-10101000110 governor 2021
-10101000110 owner 2401
-10101000110 parent 4082
-10101000110 target 3835
-10101000111 Calif.-mortgage 1
-10101000111 disbursals 1
-10101000111 1,551 1
-10101000111 director-choreographer 1
-10101000111 Calif.-maker 1
-10101000111 cosponsorship 1
-10101000111 incumbrances 1
-10101000111 Itani 1
-10101000111 archduke 1
-10101000111 maintainer 1
-10101000111 superfan-type 1
-10101000111 stager 1
-10101000111 Mueller-Weingarten 1
-10101000111 co-operators 1
-10101000111 third-oldest 1
-10101000111 spacings 1
-10101000111 sulphamethoxazole 1
-10101000111 protectress 1
-10101000111 1,333-1,326 1
-10101000111 Ebie 1
-10101000111 mini-secretaries 1
-10101000111 ahost 1
-10101000111 leasebacks 1
-10101000111 emiritus 1
-10101000111 Pacharapha 1
-10101000111 secretry 1
-10101000111 20,270 1
-10101000111 Apprentices 1
-10101000111 gullets 1
-10101000111 15-business-day 1
-10101000111 reinstitutionalization 1
-10101000111 zubon 1
-10101000111 poor-mouthings 1
-10101000111 87-3 1
-10101000111 PlainsBank 1
-10101000111 clinginess 1
-10101000111 121,359 1
-10101000111 Banshees 1
-10101000111 great-greatgrandson 1
-10101000111 reinstallation 1
-10101000111 simplication 1
-10101000111 Kohchi 1
-10101000111 ex-commander 1
-10101000111 whelps 1
-10101000111 remanufacturer 1
-10101000111 Leahys 1
-10101000111 one-one-thousandth 1
-10101000111 Braspetro 1
-10101000111 machine-gunning 1
-10101000111 ignitions 1
-10101000111 nephew/son 1
-10101000111 ex-leader 1
-10101000111 Pa.-record 1
-10101000111 Mass.-maker 1
-10101000111 presiden 1
-10101000111 evoker 1
-10101000111 expositor 1
-10101000111 Selenia 1
-10101000111 5,798,211 1
-10101000111 hogsheads 1
-10101000111 overglazing 1
-10101000111 Orange-Co 1
-10101000111 gentleladies 1
-10101000111 N.J.-maker 1
-10101000111 run-of-the-mine 1
-10101000111 England-produced 1
-10101000111 performance-monitoring 1
-10101000111 41,073 1
-10101000111 secretary/treasurer 1
-10101000111 indiscriminateness 1
-10101000111 154,716 1
-10101000111 Mouthpiece 1
-10101000111 evermindful 1
-10101000111 comanager 1
-10101000111 disinvention 1
-10101000111 Corazones 1
-10101000111 DEPRIVED 1
-10101000111 leasings 1
-10101000111 scatterings 1
-10101000111 chairman-emeritus 1
-10101000111 inspiriter 1
-10101000111 rare-stamp 1
-10101000111 asteroids 1
-10101000111 refinisher 1
-10101000111 endower 1
-10101000111 sheaves 1
-10101000111 milleniums 1
-10101000111 seasmanship 1
-10101000111 milkshake-machine 1
-10101000111 20,611 1
-10101000111 jetties 1
-10101000111 interplays 1
-10101000111 Avail-a-Temp 1
-10101000111 343,685 1
-10101000111 Burgermeister 1
-10101000111 yuppie-type 1
-10101000111 Cobos 1
-10101000111 Herreman 1
-10101000111 writing-off 1
-10101000111 pro-shops 1
-10101000111 1,337 1
-10101000111 continuations 1
-10101000111 ever-protective 1
-10101000111 repackager 1
-10101000111 psychiatrist-in-chief 1
-10101000111 S.F.P.O. 1
-10101000111 friends/supporters 1
-10101000111 hysterias 1
-10101000111 depressurizing 1
-10101000111 great-granddaughter 1
-10101000111 stultifications 1
-10101000111 overbreadth 1
-10101000111 weft 1
-10101000111 whimpers 1
-10101000111 brickyards 1
-10101000111 doyenne 1
-10101000111 Sanger-Harris 1
-10101000111 bicycle-parts 1
-10101000111 coowner 1
-10101000111 hundreds-of-thousands 1
-10101000111 spotlessness 1
-10101000111 Jean-Loup 1
-10101000111 then-secretary 1
-10101000111 then-administrator 1
-10101000111 Suncorp. 1
-10101000111 regardles 1
-10101000111 Director-General 1
-10101000111 Suzukis 1
-10101000111 yoni 1
-10101000111 self-disgust 1
-10101000111 RWS 1
-10101000111 Songstress 1
-10101000111 breakwater 1
-10101000111 sectioned 1
-10101000111 re-manufacturer 1
-10101000111 pubisher 1
-10101000111 35,258 1
-10101000111 restricter 1
-10101000111 seventeen 1
-10101000111 discontinuations 1
-10101000111 1/25 1
-10101000111 Maggies 1
-10101000111 1/24th 1
-10101000111 1/48th 1
-10101000111 clean-out 1
-10101000111 Commitees 1
-10101000111 less-common 1
-10101000111 Mediafina 1
-10101000111 admixtures 1
-10101000111 threequarters 1
-10101000111 3,901,756 1
-10101000111 Fla.-maker 1
-10101000111 2MB 1
-10101000111 unexpectedness 1
-10101000111 Heraclitus 1
-10101000111 pseudo-scandals 1
-10101000111 loather 1
-10101000111 encapsulants 1
-10101000111 Trappings 1
-10101000111 dogcatchers 1
-10101000111 FriedrichsInc. 1
-10101000111 already-bulging 1
-10101000111 deceitfulness 1
-10101000111 lopes 1
-10101000111 sprinklings 1
-10101000111 Powerlines 1
-10101000111 Surveyor 1
-10101000111 127,300 1
-10101000111 meteorologist-in-charge 1
-10101000111 quarteracre 1
-10101000111 M1-composed 1
-10101000111 vicar-general 1
-10101000111 co-holder 1
-10101000111 codirector 1
-10101000111 olive-branch 1
-10101000111 squanderers 1
-10101000111 treacheries 1
-10101000111 aides-turned-lobbyists 1
-10101000111 non-recurrence 1
-10101000111 semi-abandonment 1
-10101000111 1,821,324 1
-10101000111 owner-publisher 2
-10101000111 great-grandsons 2
-10101000111 remarketer 2
-10101000111 13,652 2
-10101000111 war-mongering 2
-10101000111 Kampgrounds 2
-10101000111 prefect 2
-10101000111 bluefish 2
-10101000111 Nanook 2
-10101000111 palettes 2
-10101000111 finite-life 2
-10101000111 under-utilization 2
-10101000111 unbanning 2
-10101000111 kerchiefs 2
-10101000111 impulsiveness 2
-10101000111 snips 2
-10101000111 quaintest 2
-10101000111 steel-tubing 2
-10101000111 speaker-designate 2
-10101000111 fetishes 2
-10101000111 tittle 2
-10101000111 relining 3
-10101000111 Chadwicks 3
-10101000111 glorification 3
-10101000111 furriers 3
-10101000111 cohead 3
-10101000111 misspelling 3
-10101000111 submerging 3
-10101000111 bro 3
-10101000111 1/12th 3
-10101000111 simpering 3
-10101000111 grandmaster 3
-10101000111 great-grandchildren 4
-10101000111 bestiality 4
-10101000111 franchisor 4
-10101000111 bantam 4
-10101000111 partner-in-charge 4
-10101000111 sloughing 4
-10101000111 undercapitalization 4
-10101000111 renovator 4
-10101000111 Lar 5
-10101000111 co-directors 6
-10101000111 great-grandson 6
-10101000111 forerunners 6
-10101000111 co-inventor 6
-10101000111 then-chief 7
-10101000111 co-creator 8
-10101000111 co-heads 8
-10101000111 co-anchor 10
-10101000111 clap 10
-10101000111 ex-president 14
-10101000111 huh 15
-10101000111 filet 16
-10101000111 Duchess 17
-10101000111 co-host 19
-10101000111 Triumph 23
-10101000111 scion 27
-10101000111 birthplace 48
-10101000111 65th 52
-10101000111 editor-in-chief 55
-10101000111 downing 61
-10101000111 co-director 67
-10101000111 director-general 68
-10101000111 grandson 90
-10101000111 co-head 94
-10101000111 co-author 112
-10101000111 emeritus 172
-10101000111 premiere 206
-10101000111 head 6897
-10101000111 publisher 2243
-10101001000 2,176 1
-10101001000 see-sawed 1
-10101001000 market-the 1
-10101001000 chemical-giant 1
-10101001000 plummmeted 1
-10101001000 tomfooleries 1
-10101001000 composers. 1
-10101001000 deliberate-style 1
-10101001000 Kyzyl 1
-10101001000 ad-supported 1
-10101001000 evil-doing 1
-10101001000 stock-warrant 1
-10101001000 3,689 1
-10101001000 occupiied 1
-10101001000 auto-maker 1
-10101001000 consumption/production 1
-10101001000 breakfront 2
-10101001000 lazier 2
-10101001000 parachutist 2
-10101001000 short-haired 2
-10101001000 regrow 2
-10101001000 hippopotamuses 2
-10101001000 PCAT 2
-10101001000 phonies 2
-10101001000 pacesetters 3
-10101001000 fraulein 3
-10101001000 Judds 4
-10101001000 cross-license 5
-10101001000 self-liquidating 5
-10101001000 TBA 5
-10101001000 max 7
-10101001000 irredentism 9
-10101001000 crackle 10
-10101001000 bop 10
-10101001000 stag 10
-10101001000 shepherds 17
-10101001000 shepherd 34
-10101001000 swirl 53
-10101001000 splits 140
-10101001000 patch 239
-10101001000 lag 283
-10101001000 spill 342
-10101001000 rank 467
-10101001000 occupied 814
-10101001000 swap 1510
-10101001000 spread 2376
-10101001000 split 3011
-10101001000 mark 2926
-10101001001 above-par 1
-10101001001 mark-a-year 1
-10101001001 last-quoted 1
-10101001001 110-pence-a-share 1
-10101001001 875-pence 1
-10101001001 Canadian-market 1
-10101001001 redmption 1
-10101001001 sheldrake 1
-10101001001 anti-Mitterrand 1
-10101001001 non-extremist 1
-10101001001 400-pence-a-share 1
-10101001001 pre-allocation 1
-10101001001 subsidy-inflated 1
-10101001001 mid-to-upper 1
-10101001001 two-stamp 1
-10101001001 milk-support 1
-10101001001 thenpresent 1
-10101001001 Maldivian 1
-10101001001 gold-panning 1
-10101001001 dividend-share 1
-10101001001 technology-licensing 1
-10101001001 depreciation-induced 1
-10101001001 secure-shareholder 1
-10101001001 takeover-offer 1
-10101001001 earlier-advertised 1
-10101001001 ever-endangered 1
-10101001001 unoption 1
-10101001001 surface-exploration 1
-10101001001 post-collapse 1
-10101001001 colonic 1
-10101001001 standard-configuration 1
-10101001001 equity-gold 1
-10101001001 356,000-kilowatt 1
-10101001001 OPEC-mandated 1
-10101001001 4,032-room 1
-10101001001 Ripperian 1
-10101001001 asset-disposal 1
-10101001001 MISSING 1
-10101001001 per-pound 1
-10101001001 quota-inflated 1
-10101001001 restructing 2
-10101001001 Minny 2
-10101001001 Davises 2
-10101001001 disability-compensation 2
-10101001001 5,547,270 2
-10101001001 higher-end 2
-10101001001 giveback 2
-10101001001 rights-distribution 2
-10101001001 MDA 3
-10101001001 six-year-long 3
-10101001001 share-option 3
-10101001001 pre-suspension 4
-10101001001 1/12 4
-10101001001 miswiring 4
-10101001001 decapitalization 4
-10101001001 3B4000 6
-10101001001 public-offering 7
-10101001001 purchase-rights 12
-10101001001 spending-based 15
-10101001001 retrofit 25
-10101001001 downgrading 213
-10101001001 downgrade 434
-10101001001 buyback 530
-10101001001 rescue 723
-10101001001 repurchase 847
-10101001001 purchase 9951
-10101001001 buy-back 1012
-10101001010 microchip-laden 1
-10101001010 U.S.-currently 1
-10101001010 physician-caused 1
-10101001010 EuroSwiss 1
-10101001010 store-where 1
-10101001010 laborcost 1
-10101001010 Deightonians 1
-10101001010 property-loss 1
-10101001010 100,000-baht 1
-10101001010 off-street 1
-10101001010 fractionate 1
-10101001010 Ercks 1
-10101001010 profit-about 1
-10101001010 hard-top 1
-10101001010 Eliahu 1
-10101001010 2,714,300 1
-10101001010 wage-rate 1
-10101001010 Fed-not 1
-10101001010 rundowns 2
-10101001010 reupholstering 2
-10101001010 life-blood 2
-10101001010 fast-stepping 2
-10101001010 undisbursed 2
-10101001010 inheritor 3
-10101001010 purr 3
-10101001010 pyramiding 3
-10101001010 re-release 4
-10101001010 earmarks 35
-10101001010 cradle 36
-10101001010 outlines 160
-10101001010 cost 12067
-10101001010 consist 392
-101010010110 pre-decline 1
-101010010110 75-pence 1
-101010010110 pesticide-pollution 1
-101010010110 wide-shouldered 1
-101010010110 break-apart 1
-101010010110 state-audit 1
-101010010110 three-figure 1
-101010010110 PPP-determined 1
-101010010110 abjuration 1
-101010010110 McPartland 1
-101010010110 leak-related 1
-101010010110 IRS-asserted 1
-101010010110 new-market 1
-101010010110 raw-land 1
-101010010110 dream-fulfilling 1
-101010010110 junk-salvage 1
-101010010110 federal-deposit-insurance 1
-101010010110 lovelies 1
-101010010110 maximimize 1
-101010010110 windall 1
-101010010110 forign-exchange 1
-101010010110 cold-climate 1
-101010010110 Washington-state 1
-101010010110 wool-and-rayon 1
-101010010110 still-formidable 1
-101010010110 construction-contract 1
-101010010110 princpal 1
-101010010110 auction-block 1
-101010010110 socioeconomically 1
-101010010110 4,216 1
-101010010110 then-doctor 1
-101010010110 nonradicals 1
-101010010110 degree-day 2
-101010010110 offloading 2
-101010010110 14,009 2
-101010010110 17-acre 3
-101010010110 strafing 3
-101010010110 perdition 3
-101010010110 ogling 4
-101010010110 face 7088
-101010010110 lease-purchase 4
-101010010111 587,300 1
-101010010111 inMay 1
-101010010111 AN/MLQ-34 1
-101010010111 in-residence 1
-101010010111 MV/1400 1
-101010010111 Elfcent 1
-101010010111 single-yearling 1
-101010010111 Africanization 1
-101010010111 de-listing 1
-101010010111 89,225 1
-101010010111 Talair 1
-101010010111 conglomerations 1
-101010010111 center-rightists 1
-101010010111 investigator-hero 1
-101010010111 1,163,400 1
-101010010111 snowcap 1
-101010010111 Lifers 1
-101010010111 Memtech 1
-101010010111 229,463 1
-101010010111 truth-in-satire 1
-101010010111 2,833,777 1
-101010010111 self-injection 1
-101010010111 short-circuits 1
-101010010111 663,125 1
-101010010111 443,097 1
-101010010111 younguns 1
-101010010111 emolument 1
-101010010111 savorings 1
-101010010111 sealskins 1
-101010010111 roote 1
-101010010111 341,210 1
-101010010111 gawkiness 1
-101010010111 arms-purchasing 1
-101010010111 1,917,800 1
-101010010111 home-owners 1
-101010010111 12yerol 1
-101010010111 386,000-square-foot 1
-101010010111 327,780 1
-101010010111 time-stamp 1
-101010010111 136,100 1
-101010010111 48/64 1
-101010010111 money-terms 1
-101010010111 rocket-chemical 1
-101010010111 sky-dwarf 1
-101010010111 475,027 1
-101010010111 arkylbenzene 1
-101010010111 cash-in-hand 1
-101010010111 half-run 1
-101010010111 bodacious 1
-101010010111 cross-elasticities 1
-101010010111 559,589 1
-101010010111 soft-top/hardtop 1
-101010010111 acquisitons 1
-101010010111 shellings 1
-101010010111 500-worker 1
-101010010111 1-11-1 1
-101010010111 1.166 1
-101010010111 accessions 1
-101010010111 Nakashes 1
-101010010111 30-passenger 1
-101010010111 law-not 1
-101010010111 386-generation 1
-101010010111 524,000 1
-101010010111 counterexplanation 1
-101010010111 170s 1
-101010010111 Chrysler-Mitsubishi 2
-101010010111 rewiring 2
-101010010111 brutalism 2
-101010010111 Commissariat 2
-101010010111 yokes 2
-101010010111 Unmaking 2
-101010010111 1,907,000 2
-101010010111 SEB 2
-101010010111 mother-board 2
-101010010111 governor-elect 2
-101010010111 Kittiwake 2
-101010010111 smidgens 2
-101010010111 campuslike 3
-101010010111 memoir-novel 3
-101010010111 mid-thirties 3
-101010010111 scrubs 3
-101010010111 heydays 3
-101010010111 menage 3
-101010010111 SIBV-MS 4
-101010010111 Marche 5
-101010010111 KO 7
-101010010111 renditions 10
-101010010111 chronicle 45
-101010010111 shred 60
-101010010111 breed 260
-101010010111 post 4947
-101010010111 form 4767
-1010100110 closely-watched 1
-1010100110 tulip-futures 1
-1010100110 vinyl-covered 1
-1010100110 adjustable-loan 1
-1010100110 import-parity 1
-1010100110 emperor-centered 1
-1010100110 art-loving 1
-1010100110 stick-it-out 1
-1010100110 seventh-consecutive 1
-1010100110 thrift-oriented 1
-1010100110 bus-fare 1
-1010100110 quaverings 1
-1010100110 inside-the-seminary 1
-1010100110 ex-social 1
-1010100110 all-enclosed 1
-1010100110 50-or-more 1
-1010100110 Affarer 1
-1010100110 doctor/patient 1
-1010100110 cotton-dust 1
-1010100110 brightline 1
-1010100110 2005-2009 1
-1010100110 product/energy 1
-1010100110 FY89 1
-1010100110 amnesty/offer-in-compromise 1
-1010100110 nine-hour-plus 1
-1010100110 still-vivid 1
-1010100110 ash-tinted 1
-1010100110 Weill-Gershwin 1
-1010100110 gain-and 1
-1010100110 indubitable 1
-1010100110 Anglo-Spanish 1
-1010100110 minimum-reserve 1
-1010100110 less-flexible 1
-1010100110 55-to-64 1
-1010100110 sorghum-grain 1
-1010100110 good-cause 1
-1010100110 seven-to-11 1
-1010100110 event-filled 1
-1010100110 less-is-more 1
-1010100110 opium-of-the-people 1
-1010100110 AppleLine 1
-1010100110 four-cent-a-pound 1
-1010100110 resuscitations 1
-1010100110 12-cent-a-share 1
-1010100110 ransom-note 1
-1010100110 inactivated-chromosome 1
-1010100110 Cours-la-Reine 1
-1010100110 otherwise-flattering 1
-1010100110 Portasol 1
-1010100110 abscessed 1
-1010100110 end-of-May 1
-1010100110 eight-months-pregnant 1
-1010100110 cave-man 1
-1010100110 27.5-mpg 1
-1010100110 entry-level-worker 1
-1010100110 20-to-24-year-old 1
-1010100110 literary-value 1
-1010100110 minimum-benefit 1
-1010100110 anti-tariff 1
-1010100110 MANEUVERS 1
-1010100110 tetracycline-loaded 1
-1010100110 undisclosred 1
-1010100110 always-stunning 1
-1010100110 less-important 1
-1010100110 350,000-car 1
-1010100110 echeloned 1
-1010100110 11.1-million-barrel 1
-1010100110 35-to-54 1
-1010100110 54.66-cent-a-gallon 1
-1010100110 PROBERS 1
-1010100110 150,000-unit 1
-1010100110 anomic 1
-1010100110 2,200-member 1
-1010100110 271-store 1
-1010100110 18-to-24-year 1
-1010100110 eleventh-grade 1
-1010100110 104,000-member 1
-1010100110 20-foot-by-38-foot 1
-1010100110 229,731 1
-1010100110 under-14 1
-1010100110 chalklike 1
-1010100110 Lockean 1
-1010100110 land-a 1
-1010100110 insurer-run 1
-1010100110 Thatcher-Walters 1
-1010100110 trade-hardened 1
-1010100110 8/64-inch 1
-1010100110 ex-coal 1
-1010100110 18-part 1
-1010100110 12-to-17 1
-1010100110 -a-week 1
-1010100110 twice-postponed 1
-1010100110 8,972 1
-1010100110 underactive 1
-1010100110 ex-priest 1
-1010100110 orange-purple 1
-1010100110 arm-around-the-shoulders 1
-1010100110 Oxford-trained 1
-1010100110 advanced-placement 1
-1010100110 215,000-barrel 1
-1010100110 mastoid 1
-1010100110 now-average 1
-1010100110 not-so-star 1
-1010100110 Oval-Office 1
-1010100110 sweet-and-pungent 1
-1010100110 per-contract 1
-1010100110 soybean-output 1
-1010100110 oneway 1
-1010100110 over-the-aisle 1
-1010100110 anaestheticized 1
-1010100110 187-year-old 1
-1010100110 ex-franchise 1
-1010100110 industry-shaking 1
-1010100110 unstaged 1
-1010100110 air-valve 1
-1010100110 uninspirational 1
-1010100110 Bjork-Shiley 1
-1010100110 outer-borough 1
-1010100110 three-day-long 1
-1010100110 Arab-populated 1
-1010100110 athlete-law 1
-1010100110 163-day 1
-1010100110 chance-risk 1
-1010100110 horizon-wide 1
-1010100110 India-born 1
-1010100110 product-sales 1
-1010100110 brushed-aside 1
-1010100110 18-to-22 1
-1010100110 ex-colleague 1
-1010100110 Greek-Canadian 1
-1010100110 taxable-fund 1
-1010100110 employment-to-population 1
-1010100110 fifth-straight 1
-1010100110 no-wrinkle 1
-1010100110 good-driver 1
-1010100110 ex-gospel 1
-1010100110 Microchannel 1
-1010100110 aircraft-engine-maintenance 1
-1010100110 ever-optimistic 1
-1010100110 5-to-14 1
-1010100110 35-to-44-year 1
-1010100110 800-man 1
-1010100110 Sun-4/150CXP 1
-1010100110 Sun-4/150TAAC 1
-1010100110 labor-force-participation 1
-1010100110 at-best 1
-1010100110 amyloid-rich 1
-1010100110 traffic-growth 1
-1010100110 off-air 1
-1010100110 oft-unsung 1
-1010100110 Edwards-Duromedics 1
-1010100110 ever-accelerating 1
-1010100110 Iranian-Israeli-American 1
-1010100110 FCC-imposed 2
-1010100110 independent-thinking 2
-1010100110 often-futile 2
-1010100110 ridiculousness 2
-1010100110 Athens-based 2
-1010100110 orders-to-sales 2
-1010100110 averge 2
-1010100110 upturned 2
-1010100110 gold-exchange 2
-1010100110 remorseless 2
-1010100110 Lenox-Conynghams 2
-1010100110 Marriotts 2
-1010100110 70-cents-to-75-cents 2
-1010100110 7.2-million 2
-1010100110 rosy-fingered 2
-1010100110 unsupportive 2
-1010100110 35-to-44 2
-1010100110 song-slide 2
-1010100110 NIV 2
-1010100110 ever-declining 2
-1010100110 second-greatest 2
-1010100110 alley-fighters 2
-1010100110 55-and-over 2
-1010100110 Arab-Latin 2
-1010100110 45-to-54 3
-1010100110 archconservative 3
-1010100110 nuclear-radiation 3
-1010100110 original-issue 3
-1010100110 brainstormers 3
-1010100110 25-to-44 3
-1010100110 alcove 3
-1010100110 unguaranteed 3
-1010100110 red-ink 3
-1010100110 auditory 3
-1010100110 still-image 3
-1010100110 Army-Navy 4
-1010100110 nonaffiliated 4
-1010100110 third-worst 5
-1010100110 Nineteenth 5
-1010100110 oversubscription 5
-1010100110 J-7 5
-1010100110 eyelash 7
-1010100110 80-cent 9
-1010100110 amicus 19
-1010100110 above-market 57
-1010100110 unadjusted 125
-1010100110 median 371
-1010100110 average 12620
-1010100110 inflation-adjusted 457
-10101001110 call-boxes 1
-10101001110 14,000-yen 1
-10101001110 ripsnorters 1
-10101001110 step-licensing 1
-10101001110 bear-baitings 1
-10101001110 sua 1
-10101001110 landownership 1
-10101001110 848-page 1
-10101001110 radio-relayed 1
-10101001110 response. 1
-10101001110 hysteria. 1
-10101001110 pipeline-network 1
-10101001110 orprivate 1
-10101001110 creches 1
-10101001110 random-weave 1
-10101001110 retailer-sales 1
-10101001110 ceremonies. 1
-10101001110 inspection. 1
-10101001110 standpipes 1
-10101001110 weal 2
-10101001110 PP&L 2
-10101001110 Avaris 2
-10101001110 unmiked 2
-10101001110 oil-policy 2
-10101001110 Sarkissian 2
-10101001110 gerontocracy 2
-10101001110 cartonnage 2
-10101001110 corporation-partnership 2
-10101001110 offering 11289
-10101001110 excercise 2
-10101001111 Glamorgan 1
-10101001111 unnerves 1
-10101001111 demanding-type 1
-10101001111 lower-growth 1
-10101001111 pre-close 1
-10101001111 SS-N-21 1
-10101001111 camber 1
-10101001111 wearability 1
-10101001111 7,000-franc-a-share 1
-10101001111 pre-rebate 1
-10101001111 Resale 1
-10101001111 Pacificare 1
-10101001111 napalming 1
-10101001111 pre-discount 1
-10101001111 down-a-bit 1
-10101001111 leatherbound 2
-10101001111 f.o.b. 2
-10101001111 and. 2
-10101001111 FAL 2
-10101001111 soirees 2
-10101001111 Kamiah 2
-10101001111 tenebrous 2
-10101001111 powdering 2
-10101001111 overweighting 2
-10101001111 apelike 2
-10101001111 segmenting 2
-10101001111 BellSouth/Lin 2
-10101001111 deflation/recession 2
-10101001111 misbilling 3
-10101001111 63rd 3
-10101001111 rephrasing 3
-10101001111 browning 3
-10101001111 sidelining 3
-10101001111 affordable-housing 3
-10101001111 227-197 3
-10101001111 cross-referencing 3
-10101001111 Gault-Millau 3
-10101001111 SENT 4
-10101001111 runnerup 4
-10101001111 steadying 4
-10101001111 off-loading 4
-10101001111 transference 4
-10101001111 cabling 4
-10101001111 witching-hour 4
-10101001111 unearthing 5
-10101001111 trebling 5
-10101001111 2900 5
-10101001111 force-feeding 5
-10101001111 re-marketing 5
-10101001111 overpricing 5
-10101001111 intertwining 5
-10101001111 1/8th 5
-10101001111 comparision 5
-10101001111 pacifying 5
-10101001111 botching 5
-10101001111 pre-placement 5
-10101001111 rupturing 5
-10101001111 unmasking 6
-10101001111 trouncing 6
-10101001111 smothering 6
-10101001111 molting 6
-10101001111 reprogramming 7
-10101001111 hour-and-a-half 7
-10101001111 adagio 7
-10101001111 wobbling 7
-10101001111 near-bankruptcy 7
-10101001111 wearying 7
-10101001111 amplifying 8
-10101001111 plateauing 8
-10101001111 repainting 9
-10101001111 whipsawing 9
-10101001111 breakeven 9
-10101001111 retracing 10
-10101001111 fraying 10
-10101001111 100-point 10
-10101001111 slanting 10
-10101001111 darkening 11
-10101001111 re-flagging 12
-10101001111 adjourning 12
-10101001111 stabbing 12
-10101001111 rehiring 13
-10101001111 criminalizing 14
-10101001111 voiding 14
-10101001111 sacking 16
-10101001111 reordering 17
-10101001111 dawning 21
-10101001111 disbanding 23
-10101001111 underreporting 24
-10101001111 clogging 24
-10101001111 pairing 26
-10101001111 delisting 27
-10101001111 inverse 28
-10101001111 adjournment 31
-10101001111 convening 32
-10101001111 leveraging 41
-10101001111 yawning 42
-10101001111 unwinding 47
-10101001111 battering 47
-10101001111 flattening 49
-10101001111 batting 62
-10101001111 unraveling 76
-10101001111 pooling 83
-10101001111 unveiling 97
-10101001111 loosening 101
-10101001111 lessening 101
-10101001111 unfolding 103
-10101001111 reopening 149
-10101001111 revamping 157
-10101001111 dismantling 204
-10101001111 softening 277
-10101001111 lifting 298
-10101001111 fixing 325
-10101001111 widening 479
-10101001111 narrowing 574
-10101001111 listing 623
-10101001111 signing 694
-10101001111 tightening 714
-10101001111 downward 819
-10101001111 easing 865
-10101001111 killing 935
-10101001111 upward 1164
-10101001111 opening 2689
-10101001111 closing 3731
-10101001111 auction 3059
-101010100 phenoms 1
-101010100 high-finance 1
-101010100 immediately. 1
-101010100 Episcopate 1
-101010100 farmtown 1
-101010100 presentness 1
-101010100 signifier 1
-101010100 lineages 1
-101010100 reminiscencs 1
-101010100 codifiers 1
-101010100 ruboffs 1
-101010100 wall-hanging 1
-101010100 Statute 1
-101010100 co-captain 1
-101010100 fireplug 1
-101010100 semi-callousness 1
-101010100 stepsister 1
-101010100 Appeal-Federation 1
-101010100 dipper 1
-101010100 snaphots 1
-101010100 Motoramas 1
-101010100 inextricability 1
-101010100 stubholders 1
-101010100 scherzos 1
-101010100 emulator 1
-101010100 resubmission 2
-101010100 sprites 2
-101010100 subclass 2
-101010100 houseful 2
-101010100 mischaracterizations 2
-101010100 patriarchate 2
-101010100 resi 2
-101010100 tankard 2
-101010100 near-sweep 2
-101010100 roll-over 2
-101010100 quintuplets 2
-101010100 god-king 3
-101010100 summing-up 3
-101010100 self-selection 3
-101010100 overhangs 3
-101010100 roughhouse 3
-101010100 Piece 3
-101010100 send-up 3
-101010100 boomtown 3
-101010100 castigation 3
-101010100 cut-outs 3
-101010100 splotch 3
-101010100 wick 4
-101010100 thuggery 4
-101010100 roadsters 4
-101010100 Cradle 4
-101010100 forebear 4
-101010100 miscellany 4
-101010100 showgirl 5
-101010100 knock-off 5
-101010100 re-emphasis 5
-101010100 supergiant 5
-101010100 talisman 6
-101010100 connivance 6
-101010100 Curse 6
-101010100 gust 6
-101010100 perusal 6
-101010100 wingspan 6
-101010100 chimera 6
-101010100 penumbra 6
-101010100 run-through 6
-101010100 reenactment 6
-101010100 reassertion 7
-101010100 Meaning 7
-101010100 posse 7
-101010100 hodge-podge 7
-101010100 oversupplies 7
-101010100 bale 7
-101010100 derailment 8
-101010100 monarchies 8
-101010100 Congregation 8
-101010100 christening 8
-101010100 reformation 8
-101010100 tableau 8
-101010100 memento 8
-101010100 helpings 8
-101010100 cesspool 8
-101010100 visage 9
-101010100 reinspection 9
-101010100 speck 9
-101010100 tattoo 9
-101010100 menagerie 10
-101010100 scrapbook 11
-101010100 reiteration 11
-101010100 montage 11
-101010100 vista 11
-101010100 cutout 11
-101010100 spasm 11
-101010100 glint 11
-101010100 patina 11
-101010100 cocoon 12
-101010100 synopsis 12
-101010100 closeup 12
-101010100 reconfiguration 12
-101010100 swatches 12
-101010100 bull's-eye 13
-101010100 clump 13
-101010100 panorama 13
-101010100 stench 13
-101010100 medley 13
-101010100 tapestry 13
-101010100 reappearance 13
-101010100 reevaluation 14
-101010100 touchstone 14
-101010100 misinterpretation 14
-101010100 storehouse 14
-101010100 font 14
-101010100 sampler 14
-101010100 folder 15
-101010100 six-pack 16
-101010100 regiment 17
-101010100 close-up 17
-101010100 coterie 17
-101010100 bouquet 18
-101010100 dramatization 18
-101010100 parable 18
-101010100 constellation 18
-101010100 thud 19
-101010100 cabal 19
-101010100 gusher 19
-101010100 scattering 19
-101010100 germ 19
-101010100 sprinkling 20
-101010100 predictor 21
-101010100 platter 21
-101010100 sieve 21
-101010100 reallocation 22
-101010100 diffusion 22
-101010100 tabulation 22
-101010100 flotilla 22
-101010100 simplification 23
-101010100 caravan 23
-101010100 blockage 24
-101010100 stepchild 24
-101010100 re-evaluation 25
-101010100 swarm 25
-101010100 roundup 25
-101010100 reinterpretation 25
-101010100 retraction 26
-101010100 thicket 26
-101010100 recitation 26
-101010100 ray 27
-101010100 denunciation 27
-101010100 paradigm 27
-101010100 spoof 28
-101010100 battalion 28
-101010100 reappraisal 28
-101010100 diminution 28
-101010100 darlings 28
-101010100 cloak 29
-101010100 labyrinth 30
-101010100 incarnation 30
-101010100 cascade 31
-101010100 crate 31
-101010100 clutch 32
-101010100 platoon 32
-101010100 ridge 33
-101010100 loaf 33
-101010100 mobilization 33
-101010100 cessation 33
-101010100 hunk 33
-101010100 horde 33
-101010100 squadron 33
-101010100 rite 34
-101010100 concoction 34
-101010100 mosaic 34
-101010100 quilt 34
-101010100 trove 35
-101010100 groundswell 35
-101010100 haze 37
-101010100 mound 37
-101010100 gem 39
-101010100 convergence 39
-101010100 writ 40
-101010100 relic 40
-101010100 rendition 40
-101010100 cache 41
-101010100 rebirth 42
-101010100 sellout 42
-101010100 clique 42
-101010100 scourge 42
-101010100 variant 43
-101010100 caricature 43
-101010100 throng 43
-101010100 galaxy 44
-101010100 snapshot 44
-101010100 replica 45
-101010100 carton 46
-101010100 protector 46
-101010100 repository 47
-101010100 plurality 49
-101010100 compilation 50
-101010100 reaffirmation 51
-101010100 crossroads 51
-101010100 procession 52
-101010100 radius 52
-101010100 reassessment 52
-101010100 pillar 52
-101010100 reunion 54
-101010100 manifestation 55
-101010100 butt 58
-101010100 slab 58
-101010100 patchwork 60
-101010100 portrayal 60
-101010100 badge 63
-101010100 repetition 64
-101010100 tangle 67
-101010100 heck 67
-101010100 facade 69
-101010100 masterpiece 73
-101010100 retrospective 73
-101010100 jar 74
-101010100 heap 75
-101010100 revaluation 75
-101010100 darling 76
-101010100 symptom 76
-101010100 critique 78
-101010100 transcript 79
-101010100 tug 81
-101010100 suppression 86
-101010100 glow 89
-101010100 reservoir 89
-101010100 climax 91
-101010100 formulation 91
-101010100 chronology 91
-101010100 patron 93
-101010100 preview 97
-101010100 cluster 97
-101010100 staple 102
-101010100 trio 105
-101010100 maze 105
-101010100 mainstay 107
-101010100 shade 107
-101010100 roster 108
-101010100 creature 110
-101010100 statue 134
-101010100 stack 136
-101010100 relaxation 140
-101010100 sequence 145
-101010100 scarcity 145
-101010100 batch 153
-101010100 web 154
-101010100 sampling 169
-101010100 chorus 173
-101010100 bout 185
-101010100 slice 189
-101010100 denial 191
-101010100 cup 195
-101010100 photograph 196
-101010100 beneficiary 212
-101010100 biography 214
-101010100 menu 217
-101010100 blend 228
-101010100 parade 232
-101010100 barometer 247
-101010100 half-hour 248
-101010100 resurgence 260
-101010100 habit 278
-101010100 celebration 288
-101010100 portrait 290
-101010100 certificate 290
-101010100 realignment 291
-101010100 description 301
-101010100 revival 301
-101010100 dose 308
-101010100 shadow 309
-101010100 circle 315
-101010100 consequence 322
-101010100 bombing 322
-101010100 devaluation 341
-101010100 breakdown 350
-101010100 glut 365
-101010100 mountain 367
-101010100 chapter 382
-101010100 leg 386
-101010100 basket 392
-101010100 bottle 397
-101010100 sample 450
-101010100 slate 458
-101010100 reversal 466
-101010100 anniversary 537
-101010100 flood 545
-101010100 backlog 572
-101010100 band 649
-101010100 definition 657
-101010100 victim 678
-101010100 mix 786
-101010100 copy 832
-101010100 fleet 880
-101010100 tour 919
-101010100 collection 986
-101010100 pool 1034
-101010100 shortage 1139
-101010100 coalition 1153
-101010100 wave 1240
-101010100 pattern 1293
-101010100 piece 1483
-101010100 generation 1491
-101010100 round 1684
-101010100 combination 1919
-101010100 class 2311
-101010100 version 2734
-101010100 list 3969
-101010100 majority 3988
-1010101010 cynosure 1
-1010101010 Kramers 1
-1010101010 hard-scrabbling 1
-1010101010 basketrs 1
-1010101010 influxes 1
-1010101010 over-presence 1
-1010101010 Sinocization 1
-1010101010 groundlessness 1
-1010101010 de-collectivization 1
-1010101010 Scourge 1
-1010101010 spector 1
-1010101010 anti-Bank 1
-1010101010 re-signing 1
-1010101010 Gnomes 1
-1010101010 Rebirth 1
-1010101010 Dawning 1
-1010101010 thtructure 1
-1010101010 Protocols 1
-1010101010 precariousness 1
-1010101010 Stupidity 1
-1010101010 wump-wump 1
-1010101010 government-contracted 1
-1010101010 theologists 1
-1010101010 Heresy 1
-1010101010 civilities 1
-1010101010 certifictes 1
-1010101010 Metamorphosis 1
-1010101010 patronization 1
-1010101010 demonization 1
-1010101010 prudency-phase 1
-1010101010 Scapegoats 1
-1010101010 Disciplines 1
-1010101010 Superieur 1
-1010101010 gravamen 1
-1010101010 professionalization 1
-1010101010 Bolshevization 1
-1010101010 Pluralization 1
-1010101010 re-adoption 1
-1010101010 swathes 1
-1010101010 PROFITT 1
-1010101010 junkloads 1
-1010101010 Olson-Elm 1
-1010101010 bluesmen 1
-1010101010 Marshes 1
-1010101010 dispensability 1
-1010101010 dam-burst 1
-1010101010 renascence 1
-1010101010 phraseology 1
-1010101010 Blackmailing 1
-1010101010 microsize 1
-1010101010 Possessed 1
-1010101010 physiques 1
-1010101010 resolvers 1
-1010101010 de-Sovietization 1
-1010101010 PRESERVATION 1
-1010101010 sleep-and-wakefulness 1
-1010101010 m.o. 1
-1010101010 cosiness 1
-1010101010 Autocrat 1
-1010101010 Yeomen 1
-1010101010 Demotion 1
-1010101010 Solace 1
-1010101010 Songbirds 1
-1010101010 saleability 1
-1010101010 Dialectics 1
-1010101010 Professorship 1
-1010101010 improbability 2
-1010101010 mudpie 2
-1010101010 scaling-back 2
-1010101010 spoor 2
-1010101010 mini-empire 2
-1010101010 BAROMETER 2
-1010101010 near-shutdown 2
-1010101010 frisson 2
-1010101010 adroitness 2
-1010101010 superfluity 2
-1010101010 phasing-out 2
-1010101010 romanticization 2
-1010101010 unmindful 2
-1010101010 corrida 2
-1010101010 Regard 2
-1010101010 demilitarization 2
-1010101010 Obsolescence 2
-1010101010 abridgement 2
-1010101010 forkful 2
-1010101010 stigmatization 2
-1010101010 shackling 2
-1010101010 reconstitution 2
-1010101010 tippers 2
-1010101010 subsdiary 2
-1010101010 Flogging 2
-1010101010 pleasantness 2
-1010101010 clove 2
-1010101010 fountainhead 3
-1010101010 b-As 3
-1010101010 stretch-out 3
-1010101010 trivialization 3
-1010101010 hollowness 3
-1010101010 Reign 4
-1010101010 lynchpin 4
-1010101010 bottoming-out 4
-1010101010 Ballad 4
-1010101010 incidences 4
-1010101010 husk 4
-1010101010 presidium 4
-1010101010 kaleidoscope 5
-1010101010 carve-up 5
-1010101010 warren 5
-1010101010 bucketful 5
-1010101010 re-enactment 6
-1010101010 shipload 6
-1010101010 subset 6
-1010101010 Pillars 6
-1010101010 Allegory 7
-1010101010 phaseout 7
-1010101010 miasma 8
-1010101010 wellspring 8
-1010101010 personification 8
-1010101010 conglomeration 9
-1010101010 dollop 10
-1010101010 continuance 10
-1010101010 rearrangement 12
-1010101010 Matter 13
-1010101010 cacophony 14
-1010101010 sufficiency 14
-1010101010 kernel 14
-1010101010 keystone 15
-1010101010 multiplicity 15
-1010101010 renunciation 18
-1010101010 re-creation 18
-1010101010 panoply 21
-1010101010 drumbeat 23
-1010101010 Tale 23
-1010101010 surfeit 24
-1010101010 sliver 25
-1010101010 confluence 27
-1010101010 welter 28
-1010101010 profusion 31
-1010101010 cross-section 31
-1010101010 jumble 35
-1010101010 depiction 39
-1010101010 paucity 41
-1010101010 preponderance 42
-1010101010 litany 50
-1010101010 multitude 61
-1010101010 deluge 66
-1010101010 cadre 69
-1010101010 hallmark 73
-1010101010 cornerstone 127
-1010101010 dearth 127
-1010101010 chunks 161
-1010101010 incidence 168
-1010101010 proliferation 199
-1010101010 resumption 199
-1010101010 feasibility 200
-1010101010 continuation 339
-1010101010 chunk 381
-1010101010 fraction 424
-1010101010 portion 2325
-1010101010 number 13904
-1010101011 tubeful 1
-1010101011 12-pack 1
-1010101011 relict 1
-1010101011 Christology 1
-1010101011 day-in-the-life-type 1
-1010101011 phantasm 1
-1010101011 stategy 1
-1010101011 fen 1
-1010101011 mini-institute 1
-1010101011 midden 1
-1010101011 ton-and-a-half 1
-1010101011 sirocco 1
-1010101011 Handful 1
-1010101011 certifier 1
-1010101011 stock-taking 1
-1010101011 tax-paradise 1
-1010101011 mini-fast 1
-1010101011 potful 1
-1010101011 creeping-up 1
-1010101011 glob 1
-1010101011 majoriy 1
-1010101011 2200/600 1
-1010101011 warrior-priest 1
-1010101011 duststorm 1
-1010101011 co-arranger 1
-1010101011 Propos 1
-1010101011 foretaste 1
-1010101011 paroxysm 1
-1010101011 coddler 1
-1010101011 expostulations 1
-1010101011 mini-Hitler 1
-1010101011 paymen 1
-1010101011 re-configuration 1
-1010101011 barrelful 1
-1010101011 preferment 1
-1010101011 tapering-off 1
-1010101011 monoploy 1
-1010101011 floozy 1
-1010101011 trayful 1
-1010101011 mini-epidemic 1
-1010101011 little-old-lady 1
-1010101011 minichain 1
-1010101011 covey 1
-1010101011 ragbag 1
-1010101011 disaggregation 1
-1010101011 co-designer 1
-1010101011 MICROCOSM 1
-1010101011 recollateralization 1
-1010101011 crosscurrent 1
-1010101011 diadem 1
-1010101011 first-use 1
-1010101011 backhaul 1
-1010101011 build-down 1
-1010101011 reaudit 1
-1010101011 cannonade 1
-1010101011 skirl 1
-1010101011 propos 1
-1010101011 dispeller 1
-1010101011 betrayer 1
-1010101011 botch-up 1
-1010101011 perk-up 1
-1010101011 ratcheting-up 1
-1010101011 countersource 1
-1010101011 partowner 1
-1010101011 barnful 1
-1010101011 trunkload 1
-1010101011 momento 1
-1010101011 conniver 1
-1010101011 thumbfuls 1
-1010101011 minipurge 1
-1010101011 trainload 1
-1010101011 de-linking 1
-1010101011 hairsbreadth 1
-1010101011 crazyquilt 1
-1010101011 station-unit 1
-1010101011 recomposition 1
-1010101011 remapping 1
-1010101011 stretching-out 1
-1010101011 hombre-to-hombre 1
-1010101011 near-marathon 1
-1010101011 near-wipeout 1
-1010101011 brushfire 1
-1010101011 reoccurrence 1
-1010101011 FedBank 1
-1010101011 governor-at-large 1
-1010101011 presentiment 1
-1010101011 36-roll 1
-1010101011 four-pack 1
-1010101011 trillionth 1
-1010101011 mischaracterization 1
-1010101011 nearstalemate 1
-1010101011 garageful 1
-1010101011 reducer 1
-1010101011 weeder-out 1
-1010101011 misassessment 1
-1010101011 profesor 1
-1010101011 half-ahead 1
-1010101011 bastardization 1
-1010101011 disapperance 1
-1010101011 re-acceleration 1
-1010101011 nonmillionaire 1
-1010101011 stipendiary 1
-1010101011 near-closing 1
-1010101011 buzzsaw 1
-1010101011 scenelets 1
-1010101011 percentge 1
-1010101011 near-hatred 1
-1010101011 maximimum 1
-1010101011 jigger 1
-1010101011 quaret 1
-1010101011 testfiring 1
-1010101011 world-beater 1
-1010101011 truckful 1
-1010101011 great-grandaughter 1
-1010101011 mini-history 1
-1010101011 re-gearing 1
-1010101011 drumroll 1
-1010101011 counterresurgence 1
-1010101011 value-story 1
-1010101011 sometime-viewer 1
-1010101011 fleck 1
-1010101011 Colloquium 1
-1010101011 wearing-off 1
-1010101011 fee-short 1
-1010101011 backbeat 1
-1010101011 five-times 1
-1010101011 patten 1
-1010101011 tractor-load 1
-1010101011 home-brew 1
-1010101011 near-quintupling 1
-1010101011 subservicer 1
-1010101011 great-great-grandson 2
-1010101011 nabob 2
-1010101011 near-riot 2
-1010101011 tankful 2
-1010101011 moonscape 2
-1010101011 shovelful 2
-1010101011 cupful 2
-1010101011 pentathlon 2
-1010101011 concord 2
-1010101011 super-commissioner 2
-1010101011 falling-off 2
-1010101011 wingding 2
-1010101011 futon 2
-1010101011 vanload 2
-1010101011 skeins 2
-1010101011 garland 2
-1010101011 toothache 2
-1010101011 naughtier 2
-1010101011 swathe 2
-1010101011 snootful 2
-1010101011 lot. 2
-1010101011 cloverleaf 2
-1010101011 ten-thousandth 2
-1010101011 deflection 2
-1010101011 basketful 2
-1010101011 grabbag 2
-1010101011 witch-hunt 2
-1010101011 half-gram 2
-1010101011 pin-ups 2
-1010101011 lifesaver 2
-1010101011 flake 2
-1010101011 diorama 3
-1010101011 closetful 3
-1010101011 precis 3
-1010101011 celebrant 3
-1010101011 billionth 3
-1010101011 ream 3
-1010101011 B+ 3
-1010101011 superabundance 3
-1010101011 fount 3
-1010101011 premonition 3
-1010101011 clothesline 3
-1010101011 vale 3
-1010101011 plenitude 3
-1010101011 watt 3
-1010101011 supression 3
-1010101011 descendent 3
-1010101011 grab-bag 4
-1010101011 diminishment 4
-1010101011 smidge 4
-1010101011 shard 4
-1010101011 pocketful 4
-1010101011 grubstake 4
-1010101011 hater 4
-1010101011 bookcase 5
-1010101011 spoonful 5
-1010101011 smidgen 5
-1010101011 figment 5
-1010101011 bagful 5
-1010101011 crumb 6
-1010101011 teaspoon 6
-1010101011 wisp 6
-1010101011 twinge 7
-1010101011 scintilla 7
-1010101011 fistful 7
-1010101011 licenser 7
-1010101011 mock-up 7
-1010101011 sinkhole 8
-1010101011 swig 8
-1010101011 fusillade 8
-1010101011 hailstorm 8
-1010101011 planeload 8
-1010101011 passel 8
-1010101011 signer 9
-1010101011 principality 9
-1010101011 redefinition 10
-1010101011 murmur 10
-1010101011 by-product 10
-1010101011 reprise 10
-1010101011 boatload 10
-1010101011 reexamination 11
-1010101011 quart 11
-1010101011 snippet 12
-1010101011 melange 13
-1010101011 fetish 13
-1010101011 Rumor 13
-1010101011 busload 13
-1010101011 compendium 13
-1010101011 sheaf 13
-1010101011 hundredth 14
-1010101011 peep 15
-1010101011 rehash 15
-1010101011 paragon 15
-1010101011 potpourri 17
-1010101011 remnant 17
-1010101011 vat 17
-1010101011 cornucopia 18
-1010101011 carat 20
-1010101011 re-examination 20
-1010101011 mishmash 20
-1010101011 pint 20
-1010101011 phalanx 20
-1010101011 crescendo 21
-1010101011 modicum 21
-1010101011 wad 21
-1010101011 roomful 23
-1010101011 trifle 23
-1010101011 half-mile 24
-1010101011 portent 24
-1010101011 smattering 26
-1010101011 vestige 26
-1010101011 tad 26
-1010101011 smorgasbord 27
-1010101011 hotbed 27
-1010101011 gaggle 28
-1010101011 microcosm 30
-1010101011 bevy 34
-1010101011 follower 37
-1010101011 glimmer 39
-1010101011 mockery 41
-1010101011 bastion 42
-1010101011 descendant 43
-1010101011 hodgepodge 53
-1010101011 plethora 55
-1010101011 whiff 57
-1010101011 tenth 67
-1010101011 blizzard 67
-1010101011 torrent 70
-1010101011 replay 75
-1010101011 byproduct 78
-1010101011 harbinger 80
-1010101011 recurrence 84
-1010101011 raft 98
-1010101011 sigh 102
-1010101011 slew 137
-1010101011 glimpse 143
-1010101011 barrage 161
-1010101011 rash 195
-1010101011 mixture 203
-1010101011 reflection 273
-1010101011 spate 310
-1010101011 flurry 370
-1010101011 bunch 383
-1010101011 pair 551
-1010101011 string 671
-1010101011 handful 890
-1010101011 variety 1653
-1010101011 couple 2391
-1010101011 bit 2805
-1010101011 series 4249
-1010101011 lot 8478
-1010101100 row-upon-row 1
-1010101100 Propagation 1
-1010101100 105.95 1
-1010101100 photoactivation 1
-1010101100 boxloads 1
-1010101100 musicalization 1
-1010101100 51,682 1
-1010101100 mega-critic 1
-1010101100 forward-shifting 1
-1010101100 patency 1
-1010101100 representives 1
-1010101100 Alusit 1
-1010101100 dealer-distribution 1
-1010101100 misapplications 1
-1010101100 socio-dramas 1
-1010101100 519,500 1
-1010101100 bargeloads 1
-1010101100 Itoki 1
-1010101100 784,100 1
-1010101100 tinges 1
-1010101100 exacerbation 1
-1010101100 UnionBank 1
-1010101100 Baggies 1
-1010101100 Allwash 1
-1010101100 trayloads 1
-1010101100 99.049 1
-1010101100 snifters 1
-1010101100 ex-makers 1
-1010101100 space-testing 1
-1010101100 Aleksandrov 1
-1010101100 2,584,539 1
-1010101100 1,258,930 1
-1010101100 overpressurization 1
-1010101100 micro-specialty 1
-1010101100 169,905 1
-1010101100 appurtenance 1
-1010101100 stencils 1
-1010101100 1/1000th 1
-1010101100 Prunes 1
-1010101100 391,925 1
-1010101100 liturgies 1
-1010101100 1,007,245 1
-1010101100 galvanization 1
-1010101100 chokepoint 1
-1010101100 Elastik 1
-1010101100 27,235 1
-1010101100 447,100 1
-1010101100 once-pipsqueak 1
-1010101100 476,069 1
-1010101100 neo-mercantilism 1
-1010101100 tail-twisting 1
-1010101100 non-solicitation 1
-1010101100 de-averaging 1
-1010101100 5103 1
-1010101100 sight-out 1
-1010101100 SuperRx 1
-1010101100 677,886 1
-1010101100 1,069,425 1
-1010101100 user-quantities 1
-1010101100 floodtide 1
-1010101100 1,188,690 1
-1010101100 11,889 1
-1010101100 4,059 1
-1010101100 Cargolux 1
-1010101100 630,900 1
-1010101100 tap-dancing 1
-1010101100 sendup 1
-1010101100 mummifying 1
-1010101100 remobilization 1
-1010101100 chimeras 1
-1010101100 thirteen-sixteenths 1
-1010101100 needleful 1
-1010101100 diameters 1
-1010101100 opinon 1
-1010101100 1/315th 1
-1010101100 aftermaths 1
-1010101100 1,936 1
-1010101100 Muelheim 1
-1010101100 3,483,085 1
-1010101100 party-switchers 1
-1010101100 Just-no 1
-1010101100 thouands 1
-1010101100 underrecording 1
-1010101100 497,800 1
-1010101100 tufts 1
-1010101100 500mg 1
-1010101100 docudramatization 1
-1010101100 23,320,900 1
-1010101100 278,337 1
-1010101100 remaker 1
-1010101100 comrade-in-arms 2
-1010101100 Abolition 2
-1010101100 entailment 2
-1010101100 Sanctity 2
-1010101100 subsets 2
-1010101100 peals 2
-1010101100 recoupment 2
-1010101100 achievability 2
-1010101100 cutaways 2
-1010101100 undersides 2
-1010101100 teaspoonful 2
-1010101100 32K 2
-1010101100 Dilemmas 2
-1010101100 fannies 2
-1010101100 pooh-bahs 2
-1010101100 Demise 2
-1010101100 fifteen-sixteenths 2
-1010101100 abnegation 2
-1010101100 1/1,000th 2
-1010101100 near-humiliation 2
-1010101100 magnificence 2
-1010101100 wrongfulness 2
-1010101100 Isimat 2
-1010101100 conclaves 2
-1010101100 Keeper 2
-1010101100 3,112 2
-1010101100 873,261 2
-1010101100 co-discoverer 2
-1010101100 daubs 2
-1010101100 Tyranny 2
-1010101100 outpourings 3
-1010101100 wellsprings 3
-1010101100 evocations 3
-1010101100 one-twelfth 3
-1010101100 naivety 3
-1010101100 dollops 3
-1010101100 gaggles 3
-1010101100 zillions 3
-1010101100 promulgation 3
-1010101100 Registrar 3
-1010101100 Rapture 3
-1010101100 arrogation 3
-1010101100 seven-tenths 3
-1010101100 redesignation 3
-1010101100 1/20th 3
-1010101100 1/142 3
-1010101100 cartelization 3
-1010101100 ripeness 3
-1010101100 politicalization 3
-1010101100 Adoration 3
-1010101100 intimations 4
-1010101100 abolishment 4
-1010101100 distributer 4
-1010101100 Ounce 4
-1010101100 garlands 4
-1010101100 veneration 4
-1010101100 dereliction 4
-1010101100 Misuse 4
-1010101100 then-director 4
-1010101100 phantoms 4
-1010101100 gassing 4
-1010101100 possessor 5
-1010101100 reinvigoration 5
-1010101100 then-Secretary 5
-1010101100 Chevrolet-Pontiac-GM 5
-1010101100 mega-mergers 5
-1010101100 Anatomy 6
-1010101100 Sentinels 6
-1010101100 recission 6
-1010101100 stratum 6
-1010101100 AIME 6
-1010101100 adoration 6
-1010101100 three-tenths 6
-1010101100 reorientation 6
-1010101100 neutralization 6
-1010101100 13/16ths 6
-1010101100 explication 6
-1010101100 scads 6
-1010101100 multimillions 6
-1010101100 wearied 6
-1010101100 misallocation 7
-1010101100 re-establishment 7
-1010101100 glimmers 7
-1010101100 commingling 7
-1010101100 platoons 8
-1010101100 deinstitutionalization 8
-1010101100 after-effects 8
-1010101100 descendents 9
-1010101100 mea 9
-1010101100 oodles 9
-1010101100 Mistress 9
-1010101100 circumvention 10
-1010101100 three-sevenths 10
-1010101100 codification 10
-1010101100 closeups 10
-1010101100 Heartbeat 10
-1010101100 chronicler 11
-1010101100 shortness 12
-1010101100 Ports 12
-1010101100 splashes 13
-1010101100 dint 13
-1010101100 remembrance 15
-1010101100 gobs 15
-1010101100 perversion 16
-1010101100 Kind 21
-1010101100 bunching 22
-1010101100 truckloads 23
-1010101100 disgorgement 27
-1010101100 mounds 27
-1010101100 Abreast 28
-1010101100 misapplication 28
-1010101100 normalization 29
-1010101100 confiscation 30
-1010101100 consummation 31
-1010101100 vestiges 33
-1010101100 facet 35
-1010101100 upwards 35
-1010101100 curtailment 38
-1010101100 legion 39
-1010101100 hardening 40
-1010101100 reams 41
-1010101100 semblance 44
-1010101100 glimpses 49
-1010101100 mastery 55
-1010101100 falsification 56
-1010101100 legions 61
-1010101100 hordes 64
-1010101100 remnants 66
-1010101100 stacks 72
-1010101100 piles 93
-1010101100 breaches 99
-1010101100 obstruction 109
-1010101100 misuse 128
-1010101100 disposing 152
-1010101100 expressions 152
-1010101100 Worlds 196
-1010101100 receipt 216
-1010101100 tens 392
-1010101100 aspect 476
-1010101100 breach 519
-1010101100 dozens 865
-1010101100 billions 931
-1010101100 plenty 962
-1010101100 lots 1036
-1010101100 completion 1149
-1010101100 type 1662
-1010101100 hundreds 1882
-1010101100 sort 2099
-1010101100 millions 2176
-1010101100 thousands 2349
-1010101100 lack 3115
-1010101100 kind 4842
-1010101101 gentlemen-owners 1
-1010101101 137,671 1
-1010101101 circus-like 1
-1010101101 838,414 1
-1010101101 seed-beds 1
-1010101101 near-saturation 1
-1010101101 chockfull 1
-1010101101 non-convertibility 1
-1010101101 one-trillionth 1
-1010101101 444,445 1
-1010101101 ten-tenths 1
-1010101101 12-ounces 1
-1010101101 .55 1
-1010101101 middle-classness 1
-1010101101 reaffirmations 1
-1010101101 impressment 1
-1010101101 self-reports 1
-1010101101 410,594 1
-1010101101 co-operator 1
-1010101101 166,660 1
-1010101101 co-victims 1
-1010101101 sequestrations 1
-1010101101 Gruit-Heberlein 1
-1010101101 .2494 1
-1010101101 retinopathy 1
-1010101101 deacons 1
-1010101101 vice-minister 1
-1010101101 licentious 1
-1010101101 1/10,000th 1
-1010101101 talkiness 1
-1010101101 785,732 1
-1010101101 road-kills 1
-1010101101 quality-independence 1
-1010101101 313,750 1
-1010101101 president-director 1
-1010101101 one-hundreth 1
-1010101101 editor/publisher 1
-1010101101 654,500 1
-1010101101 1,200/3,937ths 1
-1010101101 phenomenons 1
-1010101101 1,310,000 1
-1010101101 invigoration 1
-1010101101 jackwackers 2
-1010101101 scrod 2
-1010101101 MAILINGS 2
-1010101101 616,728 2
-1010101101 Librarian 2
-1010101101 liablities 2
-1010101101 beehives 2
-1010101101 kava 2
-1010101101 GENT-65 2
-1010101101 solidification 2
-1010101101 Montagnards 2
-1010101101 short-term-oriented 2
-1010101101 Tomorrowland 2
-1010101101 Hotspur 3
-1010101101 paragons 3
-1010101101 mutuality 4
-1010101101 one-thousandth 4
-1010101101 part-ownership 5
-1010101101 halons 5
-1010101101 Opren 5
-1010101101 co-underwriter 6
-1010101101 14,375,000 9
-1010101101 furtherance 11
-1010101101 depictions 15
-1010101101 chock-full 15
-1010101101 pawns 18
-1010101101 harbingers 21
-1010101101 one-hundredth 23
-1010101101 trillions 41
-1010101101 symptomatic 49
-1010101101 1/100th 63
-1010101101 1/100 75
-1010101101 milestones 80
-1010101101 lieu 149
-1010101101 part 19564
-1010101101 spite 255
-1010101110 recalibrating 1
-1010101110 rennovation 1
-1010101110 refinancing. 1
-1010101110 21,978 1
-1010101110 income-driven 1
-1010101110 onefifth 1
-1010101110 collectivizing 1
-1010101110 film-like 1
-1010101110 anti-Reaganism 1
-1010101110 Trevanian 1
-1010101110 Array 1
-1010101110 3.5-to-1 1
-1010101110 redemption-by-mail 1
-1010101110 1,103,720 1
-1010101110 desertlike 1
-1010101110 osing 1
-1010101110 bearableness 1
-1010101110 tax-eaters 1
-1010101110 half-a-percentage 1
-1010101110 sesquipedalian 1
-1010101110 1,672,283 1
-1010101110 635,264 1
-1010101110 onetenth 1
-1010101110 14,275 1
-1010101110 entombing 1
-1010101110 re-airing 1
-1010101110 others. 1
-1010101110 13,215,000 1
-1010101110 321,681 1
-1010101110 741,025 1
-1010101110 obssessive 1
-1010101110 5,624,191 1
-1010101110 P-p-p-erfect 1
-1010101110 spacemen 1
-1010101110 capacity-driven 1
-1010101110 705,181 1
-1010101110 despotisms 1
-1010101110 fortyfold 1
-1010101110 sun-worshippers 1
-1010101110 MMST 1
-1010101110 Boeskyism 1
-1010101110 under-advertise 1
-1010101110 rheumatology 1
-1010101110 naturism 1
-1010101110 78,486 1
-1010101110 1,467,000 1
-1010101110 972,720 1
-1010101110 40,113,000 1
-1010101110 Gety 1
-1010101110 301,300 1
-1010101110 521,600 1
-1010101110 750,125 1
-1010101110 27914 1
-1010101110 462,100 1
-1010101110 buck-passers 1
-1010101110 two-years 1
-1010101110 CitiSavings 1
-1010101110 galvanic 1
-1010101110 0.6125 1
-1010101110 jerry-rigging 1
-1010101110 1/25th 1
-1010101110 border-crossing 1
-1010101110 20,947.00 1
-1010101110 272.00 1
-1010101110 17,950,000 1
-1010101110 Koni 1
-1010101110 redeposits 1
-1010101110 threatand 1
-1010101110 736,600 1
-1010101110 335,800 1
-1010101110 633,500 1
-1010101110 three-fourth 1
-1010101110 394,500 1
-1010101110 ladder-climb 1
-1010101110 IBM-proprietary 1
-1010101110 overcomplacency 1
-1010101110 1,654,589 1
-1010101110 0.053 1
-1010101110 573,300 1
-1010101110 342,990 1
-1010101110 Cheneys 1
-1010101110 pole-to-pole 1
-1010101110 19,578,000 1
-1010101110 23,000,000 1
-1010101110 345,500 1
-1010101110 1/15th 1
-1010101110 15,696,000 1
-1010101110 overtired 1
-1010101110 471,300 1
-1010101110 non-changers 1
-1010101110 275,669 1
-1010101110 fashionableness 1
-1010101110 men-and-women-in-particular 1
-1010101110 Z-outs 1
-1010101110 14,530,000 1
-1010101110 one-30th 1
-1010101110 fiveeighths 1
-1010101110 49,955 1
-1010101110 insensible 1
-1010101110 overcompensate 1
-1010101110 969,174 1
-1010101110 332,836 1
-1010101110 1,493,900 1
-1010101110 quinidine 1
-1010101110 evolution. 1
-1010101110 .235 1
-1010101110 fugit 1
-1010101110 Disposed 1
-1010101110 0.706 1
-1010101110 jackknifes 1
-1010101110 evangelicalism 1
-1010101110 non-owners 1
-1010101110 constipating 1
-1010101110 Pinkertons 1
-1010101110 13,896,699 1
-1010101110 well-drawn 1
-1010101110 27260 1
-1010101110 Maxxam-increased 1
-1010101110 1-in-1,428 1
-1010101110 32-thousandths 1
-1010101110 single-jobbers 1
-1010101110 declaratively 1
-1010101110 DJs 1
-1010101110 milkmen 1
-1010101110 reinstatment 1
-1010101110 705,800 1
-1010101110 100-millionths 1
-1010101110 tradeless 1
-1010101110 coversions 1
-1010101110 drunkenn 1
-1010101110 547,012 1
-1010101110 lovi-lovi 1
-1010101110 1/80th 1
-1010101110 safety-testing 1
-1010101110 cost-per-thousand 1
-1010101110 685,200 1
-1010101110 similar-rated 1
-1010101110 6,850 1
-1010101110 180,300 1
-1010101110 gauranteed 1
-1010101110 313,200 1
-1010101110 one-yen 1
-1010101110 210,700 1
-1010101110 1:600 1
-1010101110 50-50. 1
-1010101110 299,696 1
-1010101110 fools-silver 1
-1010101110 2074 1
-1010101110 central-time-zone-based 1
-1010101110 2,000cc 1
-1010101110 981,900 1
-1010101110 post-farm-crisis 1
-1010101110 re-presenting 1
-1010101110 Malthus 1
-1010101110 retractables 1
-1010101110 1,988,000 1
-1010101110 disjuncture 1
-1010101110 limit-up 1
-1010101110 releveraging 1
-1010101110 masturbation 1
-1010101110 competence. 1
-1010101110 representativeness 1
-1010101110 oneeighth 1
-1010101110 DM2,300 1
-1010101110 0.406 1
-1010101110 hairlines 1
-1010101110 4,860,000 1
-1010101110 celebration. 1
-1010101110 600-miles-an-hour 1
-1010101110 tax-eating 1
-1010101110 redepositing 1
-1010101110 Metronic 1
-1010101110 finetuning 1
-1010101110 universalization 1
-1010101110 Effoa 1
-1010101110 4,677,726 1
-1010101110 26,481,960 1
-1010101110 764,485 1
-1010101110 910,710 1
-1010101110 half-speed 1
-1010101110 28,450 1
-1010101110 nightmares. 1
-1010101110 pre-Hugo 1
-1010101110 0.085 1
-1010101110 0.135 1
-1010101110 child-centered 1
-1010101110 sheens 1
-1010101110 63,011 1
-1010101110 re-definitions 1
-1010101110 .025 1
-1010101110 .4 1
-1010101110 tea-servers 1
-1010101110 anticpated 1
-1010101110 fist-pounding 1
-1010101110 0.9677 2
-1010101110 47,650 2
-1010101110 775,500 2
-1010101110 preservers 2
-1010101110 onehalf 2
-1010101110 12,632,000 2
-1010101110 page-and-a-half 2
-1010101110 705,200 2
-1010101110 nonfeasance 2
-1010101110 1/64th 2
-1010101110 time-out 2
-1010101110 four-to-one 2
-1010101110 monohulls 2
-1010101110 20/64 2
-1010101110 54-35 2
-1010101110 4,585,000 2
-1010101110 2/100ths 2
-1010101110 1/50th 2
-1010101110 anniverary 2
-1010101110 four-tenths 2
-1010101110 one-millionth 2
-1010101110 Filipina 2
-1010101110 Russified 2
-1010101110 aggressions 2
-1010101110 0.555 2
-1010101110 glimmerings 3
-1010101110 hosannas 3
-1010101110 93-0 3
-1010101110 1.1828 3
-1010101110 word-for-word 3
-1010101110 0.0687 3
-1010101110 tooting 3
-1010101110 quintupling 3
-1010101110 newsreels 3
-1010101110 sprig 3
-1010101110 406-8 3
-1010101110 1,435 3
-1010101110 .02 4
-1010101110 onequarter 4
-1010101110 5,550 4
-1010101110 96-0 4
-1010101110 ten-fold 4
-1010101110 refiguring 5
-1010101110 six-tenths 5
-1010101110 rehashing 5
-1010101110 one-twentieth 6
-1010101110 Vis 6
-1010101110 onethird 6
-1010101110 nine-tenths 7
-1010101110 eight-tenths 7
-1010101110 1/10 8
-1010101110 twothirds 10
-1010101110 b-Week 12
-1010101110 1/10th 12
-1010101110 two-fifths 16
-1010101110 four-fifths 19
-1010101110 two-tenths 19
-1010101110 one-seventh 19
-1010101110 three-fifths 20
-1010101110 seven-eighths 21
-1010101110 quadrupling 21
-1010101110 five-eighths 23
-1010101110 three-eighths 36
-1010101110 one-sixth 52
-1010101110 one-eighth 57
-1010101110 tripling 72
-1010101110 three-fourths 103
-1010101110 one-tenth 132
-1010101110 one-fourth 164
-1010101110 one-fifth 193
-1010101110 one-quarter 233
-1010101110 one-half 271
-1010101110 three-quarters 284
-1010101110 doubling 390
-1010101110 one-third 1280
-1010101110 half 11006
-1010101110 two-thirds 1384
-10101011110 glitchite 1
-10101011110 assignation 1
-10101011110 items-services 1
-10101011110 coproprietor 1
-10101011110 includable 1
-10101011110 supernumerary 1
-10101011110 Napalm 1
-10101011110 reporter/historians 1
-10101011110 enterprisers 1
-10101011110 tape-recorder 1
-10101011110 grayish-green 1
-10101011110 condors 1
-10101011110 motion. 1
-10101011110 debriefings 1
-10101011110 painterliness 1
-10101011110 job-ready 1
-10101011110 coheads 1
-10101011110 resource. 1
-10101011110 understocked 1
-10101011110 marking-down 1
-10101011110 wiled 1
-10101011110 offensiveness 1
-10101011110 48,787 1
-10101011110 6/1000 1
-10101011110 free-spenders 1
-10101011110 20-year-veterans 1
-10101011110 limericks 1
-10101011110 trustful 1
-10101011110 draught 1
-10101011110 Qualitarians 1
-10101011110 .456 1
-10101011110 suspicous 1
-10101011110 outgrowths 1
-10101011110 picking-off 1
-10101011110 Kalnins 1
-10101011110 independence-mindedness 1
-10101011110 1,564 1
-10101011110 consumptives 1
-10101011110 agrain 1
-10101011110 competition-at-any-cost 1
-10101011110 print. 1
-10101011110 dinkum 1
-10101011110 near-clones 1
-10101011110 Lempereur 1
-10101011110 myocarditis 1
-10101011110 switchmen 1
-10101011110 mini-banks 1
-10101011110 disproven 1
-10101011110 WFMY-TV 1
-10101011110 misrepresentative 1
-10101011110 performer-directors 1
-10101011110 hereditament 1
-10101011110 adventuress 1
-10101011110 mug-shot 1
-10101011110 coprophagous 1
-10101011110 fomenters 1
-10101011110 knowledge. 1
-10101011110 cohabitants 1
-10101011110 off-shoots 1
-10101011110 1,649,472 1
-10101011110 land-grab 1
-10101011110 intensions 1
-10101011110 mass-assets 1
-10101011110 controller/treasurer 1
-10101011110 bachelor's-degree 1
-10101011110 public-at-large 1
-10101011110 jumpiness 1
-10101011110 dispositive 1
-10101011110 feed. 1
-10101011110 idiotic. 1
-10101011110 arguments. 1
-10101011110 Newark-London 1
-10101011110 substrains 1
-10101011110 wrenchmanship 1
-10101011110 cross-merchandising 1
-10101011110 dismayingly 1
-10101011110 service-loss 1
-10101011110 ectothermic 1
-10101011110 fuzzies 1
-10101011110 behests 1
-10101011110 muddlehead 1
-10101011110 keratin 1
-10101011110 unthought 1
-10101011110 quota-based 1
-10101011110 derprived 1
-10101011110 practices-losses 1
-10101011110 revenue- 1
-10101011110 breakpoints 1
-10101011110 thekind 1
-10101011110 vivifier 1
-10101011110 stances. 1
-10101011110 existance 1
-10101011110 praise-song 1
-10101011110 troves 1
-10101011110 Avicenna 1
-10101011110 hoo-ha 1
-10101011110 dossers 1
-10101011110 pleasure-seekers 1
-10101011110 recopying 1
-10101011110 tints 1
-10101011110 Brugghen 1
-10101011110 up-for-grabs 1
-10101011110 due. 1
-10101011110 well-chronicled 1
-10101011110 psychos 1
-10101011110 co-leaders 1
-10101011110 aquitted 1
-10101011110 shelfloads 1
-10101011110 doggies. 1
-10101011110 belles 1
-10101011110 horses. 1
-10101011110 explainer 2
-10101011110 time-conscious 2
-10101011110 fistfuls 2
-10101011110 absolution 2
-10101011110 Rid 2
-10101011110 retinas 2
-10101011110 alfresco 2
-10101011110 amoung 2
-10101011110 469,138,133 2
-10101011110 panners 2
-10101011110 398,929 2
-10101011110 contraventions 2
-10101011110 imbecilic 2
-10101011110 partaking 2
-10101011110 Polaroids 3
-10101011110 1,070,000 3
-10101011110 exercized 3
-10101011110 supernumeraries 3
-10101011110 figments 3
-10101011110 leary 3
-10101011110 salting 4
-10101011110 underuse 4
-10101011110 witting 4
-10101011110 undeserving 4
-10101011110 rebating 4
-10101011110 brand-loyal 4
-10101011110 0.6272 5
-10101011110 desirous 5
-10101011110 disabused 5
-10101011110 chary 6
-10101011110 enslavement 7
-10101011110 scornful 9
-10101011110 cleansed 10
-10101011110 cognizant 10
-10101011110 murmurs 11
-10101011110 dismissive 12
-10101011110 shorn 12
-10101011110 emblematic 13
-10101011110 tiring 20
-10101011110 disdainful 21
-10101011110 envious 22
-10101011110 distrustful 22
-10101011110 clothed 24
-10101011110 apprised 27
-10101011110 appreciative 28
-10101011110 intolerant 30
-10101011110 contemptuous 31
-10101011110 shying 34
-10101011110 resentful 36
-10101011110 deserving 46
-10101011110 reflective 53
-10101011110 enamored 56
-10101011110 jealous 59
-10101011110 ashamed 60
-10101011110 ignorant 75
-10101011110 mindful 75
-10101011110 unheard 94
-10101011110 indicative 94
-10101011110 incapable 105
-10101011110 weary 110
-10101011110 leery 112
-10101011110 fond 137
-10101011110 deprived 150
-10101011110 disposed 188
-10101011110 acquitted 191
-10101011110 worthy 225
-10101011110 supportive 231
-10101011110 fearful 239
-10101011110 relieved 281
-10101011110 unaware 282
-10101011110 stripped 289
-10101011110 shy 316
-10101011110 tired 445
-10101011110 proud 446
-10101011110 wary 562
-10101011110 afraid 705
-10101011110 capable 756
-10101011110 diluted 800
-10101011110 convicted 1161
-10101011110 aware 1783
-10101011110 worth 3527
-10101011111 consits 1
-10101011111 1-E 1
-10101011111 KHFM 1
-10101011111 consiting 1
-10101011111 Erudina 1
-10101011111 overspecialization 1
-10101011111 Diversion 1
-10101011111 Near-completion 1
-10101011111 Proclaimer 1
-10101011111 Co-factors 1
-10101011111 Invasions 1
-10101011111 Accuses 1
-10101011111 Trui 1
-10101011111 Vicaplast 1
-10101011111 Designation 1
-10101011111 upmost 1
-10101011111 wine-bottles 1
-10101011111 7,813 1
-10101011111 Yakovlevich 1
-10101011111 74/100ths 1
-10101011111 within-the-film 1
-10101011111 demobilizations 1
-10101011111 accountings 1
-10101011111 grdersy 1
-10101011111 doorbells 2
-10101011111 brimful 2
-10101011111 sprigs 2
-10101011111 violaters 2
-10101011111 slicks 2
-10101011111 transliteration 2
-10101011111 Nanev 2
-10101011111 Yarin 2
-10101011111 sodbusters 2
-10101011111 half-owner 2
-10101011111 diplomates 2
-10101011111 whorls 3
-10101011111 sanctorum 3
-10101011111 insignias 3
-10101011111 LEAVES 4
-10101011111 stank 4
-10101011111 reeked 4
-10101011111 wisps 4
-10101011111 Dataway 6
-10101011111 redolent 6
-10101011111 undreamed 7
-10101011111 reek 7
-10101011111 garnishment 7
-10101011111 reeking 10
-10101011111 reeks 13
-10101011111 bereft 20
-10101011111 disposes 22
-10101011111 irrespective 26
-10101011111 wistfully 34
-10101011111 smacks 38
-10101011111 disapproved 39
-10101011111 beware 57
-10101011111 devoid 68
-10101011111 comprised 88
-10101011111 reminiscent 135
-10101011111 consisted 256
-10101011111 composed 312
-10101011111 consisting 513
-10101011111 regardless 569
-10101011111 consists 812
-10101011111 none 1543
-10101011111 ahead 4398
-10101011111 instead 4328
-1010110000 23119.08 1
-1010110000 1660.1 1
-1010110000 1310.6 1
-1010110000 22935.65 1
-1010110000 1285.7 1
-1010110000 1289.9 1
-1010110000 CATER 1
-1010110000 Visitations 1
-1010110000 1289.50 1
-1010110000 1658.4 1
-1010110000 566.26 1
-1010110000 730.91 1
-1010110000 20877.32 1
-1010110000 afternon 1
-1010110000 21266.28 1
-1010110000 22083.16 1
-1010110000 furor-finders 1
-1010110000 1702.5 1
-1010110000 22234.29 1
-1010110000 22576.38 1
-1010110000 0.0152 1
-1010110000 thinclads 1
-1010110000 Slurpees 1
-1010110000 confirmational 1
-1010110000 22685.73 1
-1010110000 playbills 1
-1010110000 Velodrome 1
-1010110000 re-bookings 1
-1010110000 BRIDLE 1
-1010110000 1062.28 1
-1010110000 27866.38 1
-1010110000 2085.35 1
-1010110000 pigpen 1
-1010110000 263,978 1
-1010110000 stregthen 1
-1010110000 Panova 1
-1010110000 NIBBLE 1
-1010110000 non-musicians 1
-1010110000 weigh-in 1
-1010110000 176,843 1
-1010110000 counterman 1
-1010110000 kowtowed 1
-1010110000 oil-in-the-ground 1
-1010110000 inadept 1
-1010110000 1,225-the 1
-1010110000 Westins 1
-1010110000 poet-wife 1
-1010110000 joyriders 1
-1010110000 1,457 1
-1010110000 23138.85 1
-1010110000 22876.15 1
-1010110000 22796.98 1
-1010110000 22701.39 1
-1010110000 22662.43 1
-1010110000 23041.63 1
-1010110000 self-liquidate 1
-1010110000 23066.18 1
-1010110000 22831.93 1
-1010110000 22624.62 1
-1010110000 22641.00 1
-1010110000 22815.79 1
-1010110000 18,701.30 1
-1010110000 71,170 1
-1010110000 bureaucrat-prosecutors 1
-1010110000 toyshop 1
-1010110000 1960.05 1
-1010110000 23668.10 1
-1010110000 23750.48 1
-1010110000 27792.55 1
-1010110000 728,200 1
-1010110000 10,634,500 1
-1010110000 23815.08 1
-1010110000 1795.8 1
-1010110000 27593.82 1
-1010110000 Pakistan-U.S. 1
-1010110000 24361.91 1
-1010110000 23819.76 1
-1010110000 23485.00 1
-1010110000 27841.30 1
-1010110000 23483.66 1
-1010110000 marrige 1
-1010110000 23438.26 1
-1010110000 23591.55 1
-1010110000 bottomish 1
-1010110000 23752.96 1
-1010110000 23691.42 1
-1010110000 25886.34 1
-1010110000 25755.95 1
-1010110000 25932.32 1
-1010110000 25143.01 1
-1010110000 26223.85 1
-1010110000 25557.88 1
-1010110000 25819.98 1
-1010110000 25540.67 1
-1010110000 25387.34 1
-1010110000 guavas 1
-1010110000 25911.10 1
-1010110000 25660.84 1
-1010110000 2603 1
-1010110000 25691.33 1
-1010110000 25607.40 1
-1010110000 25828.70 1
-1010110000 24937.31 1
-1010110000 24860.28 1
-1010110000 26612.41 1
-1010110000 25187.74 1
-1010110000 non-existant 1
-1010110000 24949.54 1
-1010110000 base-broadening 1
-1010110000 26938.07 1
-1010110000 21547.48 1
-1010110000 defloration 1
-1010110000 22899.12 1
-1010110000 27365.47 1
-1010110000 22429.79 1
-1010110000 dry-cleaner 1
-1010110000 22676.63 1
-1010110000 27418.87 1
-1010110000 dimwits 1
-1010110000 Stadtheater 1
-1010110000 venuture 1
-1010110000 22909.44 1
-1010110000 38.0 1
-1010110000 McDermid 1
-1010110000 22804.17 1
-1010110000 90.03 1
-1010110000 131,770.59 1
-1010110000 22757.02 1
-1010110000 think-tanks 1
-1010110000 23291.08 1
-1010110000 22783.34 1
-1010110000 22459.02 1
-1010110000 stirringly 1
-1010110000 Void 2
-1010110000 Nickelodeon/Nick 2
-1010110000 one-fifteenth 2
-1010110000 1739.2 2
-1010110000 1307.1 2
-1010110000 28034.61 2
-1010110000 1328.8 2
-1010110000 98.675 2
-1010110000 389,300 2
-1010110000 gallantly 2
-1010110000 100.65 2
-1010110000 suckling 2
-1010110000 coquettish 3
-1010110000 Wong-Staal 3
-1010110000 gape 4
-1010110000 contriving 4
-1010110000 98.15 7
-1010110000 close 14560
-1010110000 swat 10
-10101100010 fourth-level 1
-10101100010 reconsiketing 1
-10101100010 petrify 1
-10101100010 none-too-clean 1
-10101100010 cumulated 2
-10101100010 boob 2
-10101100010 135-yen 2
-10101100010 saddening 2
-10101100010 ahistorical 2
-10101100010 half-strength 2
-10101100010 battle-tested 3
-10101100010 1,045 3
-10101100010 zig-zag 3
-10101100010 sob 3
-10101100010 sublicense 4
-10101100010 underweighting 4
-10101100010 romanticize 5
-10101100010 fifth-place 6
-10101100010 buffers 6
-10101100010 wow 14
-10101100010 chuck 22
-10101100010 bake 27
-10101100010 quickening 30
-10101100010 stoop 33
-10101100010 tame 77
-10101100010 swell 137
-10101100010 gut 138
-10101100010 lean 344
-10101100010 smooth 399
-10101100010 calm 585
-10101100010 cool 620
-10101100010 narrow 1676
-10101100010 lead 5983
-10101100010 slow 2924
-10101100011 fetitval 1
-10101100011 becathe 1
-10101100011 out-think 1
-10101100011 dollar-bullish 1
-10101100011 formula-based 1
-10101100011 anti-Vietnamese 2
-10101100011 fortissimo 2
-10101100011 attune 2
-10101100011 anti-free 2
-10101100011 inked 2
-10101100011 extra-curricular 2
-10101100011 103.88 2
-10101100011 slo-mo 2
-10101100011 Angkor 2
-10101100011 291.88 2
-10101100011 85-cent 2
-10101100011 three-putt 2
-10101100011 half-free 2
-10101100011 RTL-Plus 2
-10101100011 terry 2
-10101100011 authenticate 2
-10101100011 fuzzy-cheeked 2
-10101100011 incisor 2
-10101100011 WTOP-AM 2
-10101100011 purposeless 2
-10101100011 frontier-free 3
-10101100011 blacksmiths 3
-10101100011 1,230 3
-10101100011 godlike 3
-10101100011 gluttonous 3
-10101100011 NYC 3
-10101100011 sloped 4
-10101100011 self-regulated 4
-10101100011 cross-check 4
-10101100011 overburden 4
-10101100011 10-times 4
-10101100011 pong 4
-10101100011 dampens 4
-10101100011 2,460 5
-10101100011 internalize 5
-10101100011 Finale 5
-10101100011 trivializing 5
-10101100011 twirling 5
-10101100011 orient 6
-10101100011 stun 6
-10101100011 1,570 6
-10101100011 limber 6
-10101100011 ex-aide 6
-10101100011 stonewall 8
-10101100011 1,390 11
-10101100011 ape 13
-10101100011 overshoot 13
-10101100011 tote 14
-10101100011 snug 14
-10101100011 eyeball 14
-10101100011 unattended 19
-10101100011 nip 21
-10101100011 imputed 21
-10101100011 rubber-stamp 22
-10101100011 scatter 29
-10101100011 crow 31
-10101100011 straddle 40
-10101100011 spice 43
-10101100011 diffuse 43
-10101100011 mute 52
-10101100011 pat 59
-10101100011 manifest 63
-10101100011 divine 72
-10101100011 consummate 75
-10101100011 utter 86
-10101100011 articulate 115
-10101100011 bare 159
-10101100011 blunt 279
-10101100011 alert 286
-10101100011 idle 350
-10101100011 secure 801
-10101100011 welcome 807
-10101100011 clean 1077
-10101100011 counter 1255
-10101100011 correct 1295
-10101100011 bear 1408
-10101100011 open 6612
-10101100011 present 3273
-1010110010 now-chilling 1
-1010110010 Canadien 1
-1010110010 teakwood 1
-1010110010 musems 1
-1010110010 gratify 1
-1010110010 film-thickness 1
-1010110010 Prufrockian 1
-1010110010 respiring 1
-1010110010 power-pole 1
-1010110010 ld 1
-1010110010 othewise 1
-1010110010 Merc-to 1
-1010110010 Repay 1
-1010110010 substantionally 1
-1010110010 2,923 1
-1010110010 1,504-to-575 1
-1010110010 285.48 1
-1010110010 daub 1
-1010110010 pesticide-laced 1
-1010110010 26029.22 1
-1010110010 MARRIAGES 1
-1010110010 boff 1
-1010110010 CDA. 1
-1010110010 fain 1
-1010110010 2261.2 1
-1010110010 piricuacos 1
-1010110010 out-liberal 1
-1010110010 Crosslands 1
-1010110010 wordlessly 1
-1010110010 archaeologist-historian 1
-1010110010 I've-seen-it-all-and-then-some 1
-1010110010 383.32 1
-1010110010 insurance-plan 1
-1010110010 ASSIGNMENTS 1
-1010110010 cross-bracings 1
-1010110010 perplex 1
-1010110010 sweet-pickle 1
-1010110010 BDM. 1
-1010110010 re-question 2
-1010110010 out-Volcker 2
-1010110010 abler 2
-1010110010 togas 2
-1010110010 cancer-stricken 2
-1010110010 Om 2
-1010110010 outpoll 2
-1010110010 10,530 2
-1010110010 ensnarl 2
-1010110010 uncreditworthy 2
-1010110010 less-drastic 2
-1010110010 non-needy 2
-1010110010 outthink 3
-1010110010 complacently 3
-1010110010 tediously 3
-1010110010 new-age 4
-1010110010 satirize 5
-1010110010 renominate 7
-1010110010 serenade 9
-1010110010 rankle 12
-1010110010 dazzle 19
-1010110010 reappoint 19
-1010110010 65-day 57
-1010110010 please 338
-1010110010 help 12679
-1010110010 succeed 2199
-10101100110 recession-era 1
-10101100110 midsingle 1
-10101100110 waif-under-the-hard-boiled-skin 1
-10101100110 1-plus 1
-10101100110 crystalize 1
-10101100110 officially-priced 1
-10101100110 breast-milk 1
-10101100110 417,644 2
-10101100110 739,000 2
-10101100110 college-sports 2
-10101100110 unsweetened 2
-10101100110 nine-cent 2
-10101100110 Modify 2
-10101100110 counter-balance 2
-10101100110 extoll 3
-10101100110 handpicks 3
-10101100110 bumble 3
-10101100110 re-ignite 3
-10101100110 41,322 4
-10101100110 crease 4
-10101100110 desecrate 4
-10101100110 dupe 5
-10101100110 reload 6
-10101100110 bloat 7
-10101100110 quintuple 7
-10101100110 triples 9
-10101100110 refit 11
-10101100110 cannibalize 14
-10101100110 hamstring 19
-10101100110 counterbalance 24
-10101100110 sap 42
-10101100110 vent 53
-10101100110 quadruple 65
-10101100110 crimp 70
-10101100110 refocus 75
-10101100110 rewrite 96
-10101100110 complement 232
-10101100110 bypass 243
-10101100110 supplement 254
-10101100110 scrap 403
-10101100110 upgrade 527
-10101100110 triple 591
-10101100110 stem 778
-10101100110 lift 784
-10101100110 halt 1180
-10101100110 double 2199
-10101100110 limit 3513
-10101100110 boost 4907
-10101100111 1,233,000 1
-10101100111 43,952 1
-10101100111 267.50 1
-10101100111 244.10 1
-10101100111 246.39 1
-10101100111 5,411 1
-10101100111 26,484 1
-10101100111 121.87 1
-10101100111 54,442 1
-10101100111 42,564 1
-10101100111 clodhoppers 1
-10101100111 420.00 1
-10101100111 268.00 1
-10101100111 22682.96 1
-10101100111 Ghor 1
-10101100111 priciness 1
-10101100111 Imperatriz 1
-10101100111 243.04 1
-10101100111 245.55 1
-10101100111 Anti-Socials 1
-10101100111 233,260 1
-10101100111 GB-INNO-BM 1
-10101100111 overfinance 1
-10101100111 Boesky-town 1
-10101100111 242.99 1
-10101100111 273.3 1
-10101100111 119.94 1
-10101100111 302.94 1
-10101100111 305.63 1
-10101100111 292.47 1
-10101100111 Mbala 1
-10101100111 2284.1 1
-10101100111 304.00 1
-10101100111 62,719 1
-10101100111 425.10 1
-10101100111 304.92 1
-10101100111 1830.8 1
-10101100111 2351.9 1
-10101100111 307.40 1
-10101100111 ten-year-olds 1
-10101100111 1818.5 1
-10101100111 2265.5 1
-10101100111 172.40 1
-10101100111 grandparenting 1
-10101100111 312.75 1
-10101100111 309.65 1
-10101100111 2244.7 1
-10101100111 Telebet 1
-10101100111 308.43 1
-10101100111 404.10 1
-10101100111 307.90 1
-10101100111 2289.3 1
-10101100111 2284.0 1
-10101100111 2277.2 1
-10101100111 2846.49 1
-10101100111 1638.1 1
-10101100111 under-hedge 1
-10101100111 1795.2 1
-10101100111 2329.69 1
-10101100111 239.67 1
-10101100111 227.67 1
-10101100111 272. 1
-10101100111 259. 1
-10101100111 1735.0 1
-10101100111 1322.0 1
-10101100111 267,867 1
-10101100111 213,731 1
-10101100111 238.52 1
-10101100111 1223.28 1
-10101100111 967.95 1
-10101100111 Leh 1
-10101100111 92,814 1
-10101100111 Calgary/Edmonton 1
-10101100111 15,886 1
-10101100111 1833.1 1
-10101100111 4645.29 1
-10101100111 off-markets 1
-10101100111 1943.8 1
-10101100111 351.86 1
-10101100111 258.38 1
-10101100111 Mush 1
-10101100111 2553.125 1
-10101100111 315.19 1
-10101100111 239.00 1
-10101100111 aerate 1
-10101100111 collate 1
-10101100111 320.43 1
-10101100111 124.71 1
-10101100111 248.52 1
-10101100111 blacksmithing 1
-10101100111 140.11 1
-10101100111 23328.91 1
-10101100111 254.48 1
-10101100111 248.96 1
-10101100111 220,819 1
-10101100111 25575.74 1
-10101100111 164.34 1
-10101100111 hyperventilate 1
-10101100111 186.97 1
-10101100111 334.65 1
-10101100111 184.12 1
-10101100111 0.5432 1
-10101100111 Waunakee 1
-10101100111 2224.8 1
-10101100111 2259.6 1
-10101100111 334.11 1
-10101100111 28,168,937 1
-10101100111 2317.4 1
-10101100111 322.09 1
-10101100111 892.9 1
-10101100111 2275.4 1
-10101100111 332.39 1
-10101100111 183.45 1
-10101100111 Seateam 1
-10101100111 Zimyanen 1
-10101100111 629.5 1
-10101100111 116.88 1
-10101100111 4,870 1
-10101100111 2249.7 1
-10101100111 25764.99 1
-10101100111 455.20 1
-10101100111 329.83 1
-10101100111 144.77 1
-10101100111 25231.59 1
-10101100111 2249.6 1
-10101100111 4,140 1
-10101100111 2159.41 1
-10101100111 25875.74 1
-10101100111 1,133.00 1
-10101100111 2,638,100 1
-10101100111 100.37 1
-10101100111 1,148.50 1
-10101100111 25754.33 1
-10101100111 312.70 1
-10101100111 353.09 1
-10101100111 176.67 1
-10101100111 C.P.A.F.F. 1
-10101100111 3050 1
-10101100111 308.55 1
-10101100111 ewers 1
-10101100111 23328.64 1
-10101100111 311.39 1
-10101100111 307.52 1
-10101100111 2371 1
-10101100111 3930 1
-10101100111 2190 1
-10101100111 346.57 1
-10101100111 308.29 1
-10101100111 310.68 1
-10101100111 all-Schubert 1
-10101100111 307.63 1
-10101100111 2383.1 1
-10101100111 adult-contemporary 1
-10101100111 318.05 1
-10101100111 316.23 1
-10101100111 318.45 1
-10101100111 317.57 1
-10101100111 1,785 1
-10101100111 2334.3 1
-10101100111 2920 1
-10101100111 3890 1
-10101100111 2160 1
-10101100111 1,137 1
-10101100111 2340.2 1
-10101100111 23942.94 1
-10101100111 2344.5 1
-10101100111 22702.74 1
-10101100111 308.47 1
-10101100111 307.81 1
-10101100111 re-experience 1
-10101100111 dimethylformamide 1
-10101100111 312.33 1
-10101100111 177.01 1
-10101100111 310.65 1
-10101100111 5,487 1
-10101100111 2333.9 1
-10101100111 353.57 1
-10101100111 351.72 1
-10101100111 437,606 1
-10101100111 225,838 1
-10101100111 268.88 1
-10101100111 1,941 1
-10101100111 386.05 1
-10101100111 304.5 1
-10101100111 272.59 1
-10101100111 269.08 1
-10101100111 2085.53 1
-10101100111 41,010 1
-10101100111 Abyei 1
-10101100111 275.22 1
-10101100111 279.38 1
-10101100111 491.80 1
-10101100111 189.80 1
-10101100111 1862.5 1
-10101100111 27293.67 1
-10101100111 15,883 1
-10101100111 276.41 1
-10101100111 278.07 1
-10101100111 278.24 1
-10101100111 demutualize 1
-10101100111 281.3 1
-10101100111 272.39 1
-10101100111 42-inch-or-bigger 1
-10101100111 1,749.8 1
-10101100111 294.08 1
-10101100111 277.93 1
-10101100111 447.14 1
-10101100111 658.50 1
-10101100111 265.59 1
-10101100111 314,642 1
-10101100111 381.60 1
-10101100111 266.47 1
-10101100111 poliomyelitis 1
-10101100111 265.88 1
-10101100111 264.00 1
-10101100111 1739.8 1
-10101100111 Vallegrande 1
-10101100111 262.51 1
-10101100111 27610.75 1
-10101100111 262.33 1
-10101100111 647.5 1
-10101100111 261.52 1
-10101100111 258.35 1
-10101100111 Competitrack 1
-10101100111 269.73 1
-10101100111 Sandvik 1
-10101100111 514.5 1
-10101100111 353.61 1
-10101100111 383.91 1
-10101100111 268.82 1
-10101100111 269.18 1
-10101100111 401,365 1
-10101100111 195,297 1
-10101100111 269.31 1
-10101100111 267.43 1
-10101100111 295.00 1
-10101100111 269.70 1
-10101100111 679.50 1
-10101100111 27893.94 1
-10101100111 270.65 1
-10101100111 McLaw 1
-10101100111 268.13 1
-10101100111 2342.6 1
-10101100111 326,431 1
-10101100111 441.24 1
-10101100111 Palladio 1
-10101100111 3840.11 1
-10101100111 691.50 1
-10101100111 3180 1
-10101100111 1853.7 1
-10101100111 327.33 1
-10101100111 321.69 1
-10101100111 743.50 1
-10101100111 CardTel 1
-10101100111 3943.64 1
-10101100111 689.50 1
-10101100111 372.13 1
-10101100111 Capitolcare 1
-10101100111 248.19 1
-10101100111 263.82 1
-10101100111 252.41 1
-10101100111 353.31 1
-10101100111 3695.53 1
-10101100111 694.50 1
-10101100111 5,980 1
-10101100111 437.90 1
-10101100111 309.39 1
-10101100111 363.80 1
-10101100111 661.50 1
-10101100111 292.78 1
-10101100111 26286.75 1
-10101100111 non-Humana 1
-10101100111 174.64 1
-10101100111 654.50 1
-10101100111 314.52 1
-10101100111 Sardis 1
-10101100111 5,640 1
-10101100111 328.08 1
-10101100111 2218.5 1
-10101100111 314.16 1
-10101100111 practitioner-driven 1
-10101100111 340.20 1
-10101100111 319.22 1
-10101100111 362.50 1
-10101100111 coproduce 1
-10101100111 5,271 1
-10101100111 264.25 1
-10101100111 281.38 1
-10101100111 8,155 1
-10101100111 Presstime 1
-10101100111 262.10 1
-10101100111 540.50 1
-10101100111 261.99 1
-10101100111 278.97 1
-10101100111 6,881 1
-10101100111 276.97 1
-10101100111 27390.55 1
-10101100111 536.50 1
-10101100111 265.21 1
-10101100111 snowmobilers 1
-10101100111 free-moving 1
-10101100111 265.27 1
-10101100111 282.28 1
-10101100111 273.33 1
-10101100111 273.69 1
-10101100111 378.40 1
-10101100111 258.61 1
-10101100111 373.76 1
-10101100111 251.90 1
-10101100111 21,705.06 1
-10101100111 351,653 1
-10101100111 268,738 1
-10101100111 262.25 1
-10101100111 278.7 1
-10101100111 tenant-owners 1
-10101100111 262.12 1
-10101100111 257.64 1
-10101100111 1285.02 1
-10101100111 382.77 1
-10101100111 dog-sitters 1
-10101100111 381.02 1
-10101100111 18190.97 1
-10101100111 rotisseries 1
-10101100111 1514.76 1
-10101100111 18307.98 1
-10101100111 1272.5 1
-10101100111 145.09 1
-10101100111 1170.4 1
-10101100111 1756.7 1
-10101100111 264,647 1
-10101100111 3310 1
-10101100111 UIP/Warner 1
-10101100111 162.64 1
-10101100111 253.04 1
-10101100111 18455.06 1
-10101100111 2430.52 1
-10101100111 1269.1 1
-10101100111 curiosity-seekers 1
-10101100111 fanaticisms 1
-10101100111 290.76 1
-10101100111 284.00 1
-10101100111 1490.90 1
-10101100111 18083.02 1
-10101100111 282.96 1
-10101100111 320.35 1
-10101100111 282.16 1
-10101100111 141.87 1
-10101100111 GTH-100 1
-10101100111 1280.3 1
-10101100111 18788.94 1
-10101100111 Nordanken 1
-10101100111 18830.64 1
-10101100111 21,435.30 1
-10101100111 2056.2 1
-10101100111 438.13 1
-10101100111 301.64 1
-10101100111 250.04 1
-10101100111 Waterval 1
-10101100111 21,588.25 1
-10101100111 2033.0 1
-10101100111 438.04 1
-10101100111 249.28 1
-10101100111 18710.68 1
-10101100111 289.11 1
-10101100111 251.16 1
-10101100111 vine-covered 1
-10101100111 D.A.D. 1
-10101100111 248.17 1
-10101100111 18731.25 1
-10101100111 18602.72 1
-10101100111 314.98 1
-10101100111 19795.08 1
-10101100111 316.73 1
-10101100111 1722.19 1
-10101100111 19,668.83 1
-10101100111 284.12 1
-10101100111 1458.5 1
-10101100111 19,973.87 1
-10101100111 bedrolls 1
-10101100111 19,679.32 1
-10101100111 1516.6 1
-10101100111 1399.64 1
-10101100111 275.07 1
-10101100111 274.24 1
-10101100111 1613.5 1
-10101100111 274.08 1
-10101100111 1427.0 1
-10101100111 1440.4 1
-10101100111 275.40 1
-10101100111 jackknifing 1
-10101100111 275.99 1
-10101100111 1441.0 1
-10101100111 1750.65 1
-10101100111 546,151 1
-10101100111 1762.07 1
-10101100111 1542.5 1
-10101100111 285.57 1
-10101100111 viewability 1
-10101100111 electrogalvanize 1
-10101100111 285.42 1
-10101100111 epileptic-like 1
-10101100111 1555.0 1
-10101100111 submarginal 1
-10101100111 1566 1
-10101100111 207.75 1
-10101100111 275.62 1
-10101100111 283.00 1
-10101100111 940.04 1
-10101100111 19,874.89 1
-10101100111 1501.0 1
-10101100111 Levittowns 1
-10101100111 277.54 1
-10101100111 19,813.96 1
-10101100111 1493.0 1
-10101100111 285.49 1
-10101100111 19,637.93 1
-10101100111 279.70 1
-10101100111 19,628.87 1
-10101100111 19,531.52 1
-10101100111 1521.0 1
-10101100111 Dushanbe 1
-10101100111 reequip 1
-10101100111 2163.3 1
-10101100111 1686.9 1
-10101100111 5090 1
-10101100111 463.25 1
-10101100111 1531.9 1
-10101100111 291.57 1
-10101100111 delaminate 1
-10101100111 286.82 1
-10101100111 silicosis 1
-10101100111 R-O-S-T-Y 1
-10101100111 1540.3 1
-10101100111 mauves 1
-10101100111 1515.1 1
-10101100111 29,076 1
-10101100111 162.59 1
-10101100111 293.30 1
-10101100111 336.58 1
-10101100111 288.36 1
-10101100111 Rotaries 1
-10101100111 295.47 1
-10101100111 226.30 1
-10101100111 1612.0 1
-10101100111 295.34 1
-10101100111 328.29 1
-10101100111 1628.0 1
-10101100111 281.83 1
-10101100111 293.37 1
-10101100111 2189.89 1
-10101100111 546,659 1
-10101100111 281.52 1
-10101100111 1555.2 1
-10101100111 2126.5 1
-10101100111 1589.4 1
-10101100111 1640.5 1
-10101100111 284.57 1
-10101100111 scientific-engineering 1
-10101100111 219.04 1
-10101100111 294.71 1
-10101100111 159.80 1
-10101100111 292.39 1
-10101100111 2880 1
-10101100111 291.70 1
-10101100111 silver-gray 1
-10101100111 mineral-hunting 1
-10101100111 279.62 1
-10101100111 300.41 1
-10101100111 293.63 1
-10101100111 2214.3 1
-10101100111 280.17 1
-10101100111 21,558.79 1
-10101100111 300.93 1
-10101100111 300.38 1
-10101100111 KP 1
-10101100111 Bang-Gereng 1
-10101100111 1375.32 1
-10101100111 BRP-Tripak 1
-10101100111 289.20 1
-10101100111 296.13 1
-10101100111 4,320 1
-10101100111 1926.68 1
-10101100111 22,178.02 1
-10101100111 24,675 1
-10101100111 1779.4 1
-10101100111 285.62 1
-10101100111 1684.2 1
-10101100111 1204.94 1
-10101100111 1962.8 1
-10101100111 1546.2 1
-10101100111 churchyards 1
-10101100111 1936.7 1
-10101100111 23216.59 1
-10101100111 cereal-eaters 1
-10101100111 287.43 1
-10101100111 294.24 1
-10101100111 284.44 1
-10101100111 485.0 1
-10101100111 1506.7 1
-10101100111 1512.4 1
-10101100111 22919.54 1
-10101100111 Chimoio 1
-10101100111 217.60 1
-10101100111 1987.0 1
-10101100111 22,784.65 1
-10101100111 296.69 1
-10101100111 1965.1 1
-10101100111 304.05 1
-10101100111 22912.99 1
-10101100111 16,681 1
-10101100111 214.79 1
-10101100111 292.86 1
-10101100111 286.65 1
-10101100111 2192.1 1
-10101100111 1696.4 1
-10101100111 2813.68 1
-10101100111 297.26 1
-10101100111 scuba-dive 1
-10101100111 297.28 1
-10101100111 2265.2 1
-10101100111 squidaddle 1
-10101100111 25523.89 1
-10101100111 298.73 1
-10101100111 4,183 1
-10101100111 2256.1 1
-10101100111 2203.0 1
-10101100111 24901.59 1
-10101100111 289.83 1
-10101100111 24992.78 1
-10101100111 underserve 1
-10101100111 fumigations 1
-10101100111 295.09 1
-10101100111 25364.21 1
-10101100111 118,450 1
-10101100111 389.7 1
-10101100111 25049.40 1
-10101100111 321.68 1
-10101100111 339.10 1
-10101100111 2,470 1
-10101100111 99.734 1
-10101100111 695.50 1
-10101100111 333.30 1
-10101100111 potash.The 1
-10101100111 313.56 1
-10101100111 320.21 1
-10101100111 3990 1
-10101100111 335.80 1
-10101100111 1794.5 1
-10101100111 290.31 1
-10101100111 304.76 1
-10101100111 431.43 1
-10101100111 301.62 1
-10101100111 305.69 1
-10101100111 over-react 1
-10101100111 329.80 1
-10101100111 304.81 1
-10101100111 1,519 1
-10101100111 tetraploidy 1
-10101100111 zofenopril 1
-10101100111 116.80 1
-10101100111 1689.8 1
-10101100111 367.50 1
-10101100111 393.50 1
-10101100111 121.25 1
-10101100111 Loto-Quebec 1
-10101100111 Capisol 1
-10101100111 431.5 1
-10101100111 628.5 1
-10101100111 394.50 1
-10101100111 229.50 1
-10101100111 1989.7 1
-10101100111 249.30 1
-10101100111 292.92 1
-10101100111 218.50 1
-10101100111 289.89 1
-10101100111 325.60 1
-10101100111 154,975 1
-10101100111 340.82 1
-10101100111 Nordkap 1
-10101100111 1979.4 1
-10101100111 290.10 1
-10101100111 379.07 1
-10101100111 432.48 1
-10101100111 291.22 1
-10101100111 1733.1 1
-10101100111 258.73 1
-10101100111 18810.36 1
-10101100111 1386.4 1
-10101100111 1353.0 1
-10101100111 377.54 1
-10101100111 1,536,017 1
-10101100111 1393.9 1
-10101100111 262.64 1
-10101100111 Dimondale 1
-10101100111 cycads 1
-10101100111 18669.02 1
-10101100111 259.95 1
-10101100111 1960s- 1
-10101100111 242.17 1
-10101100111 252.78 1
-10101100111 Momotaro 1
-10101100111 673,078 1
-10101100111 2,218 1
-10101100111 18820.55 1
-10101100111 253.25 1
-10101100111 recontextualize 1
-10101100111 1404.1 1
-10101100111 19380.51 1
-10101100111 1795.3 1
-10101100111 19429.18 1
-10101100111 1,806,600 1
-10101100111 273.91 1
-10101100111 416.55 1
-10101100111 1411.2 1
-10101100111 288.62 1
-10101100111 297.83 1
-10101100111 273.75 1
-10101100111 387.98 1
-10101100111 269.61 1
-10101100111 Qurna 1
-10101100111 satyrs 1
-10101100111 1399.0 1
-10101100111 1650.86 1
-10101100111 269.04 1
-10101100111 concert-size 1
-10101100111 17,476 1
-10101100111 1778.4 1
-10101100111 314.86 1
-10101100111 1721 1
-10101100111 314.93 1
-10101100111 317.74 1
-10101100111 2328.3 1
-10101100111 357.30 1
-10101100111 ITCH 1
-10101100111 290.86 1
-10101100111 165.57 1
-10101100111 317.13 1
-10101100111 143,514 1
-10101100111 189.50 1
-10101100111 323.08 1
-10101100111 Greycom 1
-10101100111 foam-blowing 1
-10101100111 5,070 1
-10101100111 321.98 1
-10101100111 2253.2 1
-10101100111 396.50 1
-10101100111 18808.55 1
-10101100111 low-overhead 1
-10101100111 246.75 1
-10101100111 Salla 1
-10101100111 246.34 1
-10101100111 244.67 1
-10101100111 1414.51 1
-10101100111 243.37 1
-10101100111 1301.2 1
-10101100111 non-NYSE 1
-10101100111 288.30 1
-10101100111 247.56 1
-10101100111 2,146,460 1
-10101100111 18847.77 1
-10101100111 18930.03 1
-10101100111 246.78 1
-10101100111 18723.72 1
-10101100111 253.31 1
-10101100111 249.10 1
-10101100111 26985.74 1
-10101100111 348.64 1
-10101100111 27,451.65 1
-10101100111 8,430 1
-10101100111 251.72 1
-10101100111 463.13 1
-10101100111 countercheck 1
-10101100111 340.62 1
-10101100111 343.71 1
-10101100111 425.67 1
-10101100111 sugar-white 1
-10101100111 352.09 1
-10101100111 426.61 1
-10101100111 373.35 1
-10101100111 24,029 1
-10101100111 353.29 1
-10101100111 429.89 1
-10101100111 262.61 1
-10101100111 391.16 1
-10101100111 al-Hussein 1
-10101100111 242.60 1
-10101100111 2,112 1
-10101100111 263.93 1
-10101100111 263.81 1
-10101100111 351.45 1
-10101100111 987,823 1
-10101100111 389.36 1
-10101100111 353.49 1
-10101100111 420,626 1
-10101100111 357.36 1
-10101100111 381.62 1
-10101100111 124,849 1
-10101100111 260.32 1
-10101100111 349.84 1
-10101100111 5,730 1
-10101100111 349.32 1
-10101100111 635.00 1
-10101100111 324.48 1
-10101100111 258.79 1
-10101100111 379.51 1
-10101100111 256.66 1
-10101100111 468.27 1
-10101100111 261.56 1
-10101100111 353.47 1
-10101100111 5,670 1
-10101100111 12,098 1
-10101100111 2,319,505 1
-10101100111 358.37 1
-10101100111 263.00 1
-10101100111 BusinessWorld 1
-10101100111 444.53 1
-10101100111 155,841 1
-10101100111 374.51 1
-10101100111 342.15 1
-10101100111 359.49 1
-10101100111 344.70 1
-10101100111 397.77 1
-10101100111 266.69 1
-10101100111 black-and-orange 1
-10101100111 78,013 1
-10101100111 24,490 1
-10101100111 Eidenau 1
-10101100111 2382.4 1
-10101100111 341.69 1
-10101100111 314.11 1
-10101100111 institutional-sales 1
-10101100111 252.17 1
-10101100111 270.20 1
-10101100111 320.31 1
-10101100111 340.67 1
-10101100111 Anadyr 1
-10101100111 320.45 1
-10101100111 419.27 1
-10101100111 Lyuda 1
-10101100111 636.5 1
-10101100111 Charlotta 1
-10101100111 35054.63 1
-10101100111 mass-audience 1
-10101100111 3,940 1
-10101100111 255.57 1
-10101100111 hyenas 1
-10101100111 1,915.84 1
-10101100111 2,674.84 1
-10101100111 2,590 1
-10101100111 489.95 1
-10101100111 440.79 1
-10101100111 Euro-TV 1
-10101100111 365.16 1
-10101100111 Prescripton 1
-10101100111 409.97 1
-10101100111 381.18 1
-10101100111 5,330 1
-10101100111 329.05 1
-10101100111 Telemachus 1
-10101100111 34705.63 1
-10101100111 1770.2 1
-10101100111 346.69 1
-10101100111 262.16 1
-10101100111 home-brewing 1
-10101100111 255.04 1
-10101100111 365.73 1
-10101100111 468.07 1
-10101100111 self-administer 1
-10101100111 BML 1
-10101100111 310,440 1
-10101100111 47,324 1
-10101100111 416.03 1
-10101100111 Albinoni 1
-10101100111 power-share 1
-10101100111 374.61 1
-10101100111 333.88 1
-10101100111 30,822 1
-10101100111 326.48 1
-10101100111 347.66 1
-10101100111 1463.2 1
-10101100111 Bimeh 1
-10101100111 370.38 1
-10101100111 processing-assembling 1
-10101100111 469.68 1
-10101100111 cornkilling 1
-10101100111 1214 1
-10101100111 370.65 1
-10101100111 relicensing 1
-10101100111 467.01 1
-10101100111 100.525 1
-10101100111 380.20 1
-10101100111 Euros 1
-10101100111 324.73 1
-10101100111 345.46 1
-10101100111 389.21 1
-10101100111 524.58 1
-10101100111 267.38 1
-10101100111 Agness 1
-10101100111 385.43 1
-10101100111 Rushville 1
-10101100111 322.38 1
-10101100111 392.92 1
-10101100111 5021.73 1
-10101100111 Tillich 1
-10101100111 376.93 1
-10101100111 263.84 1
-10101100111 343.16 1
-10101100111 equities-underwriting 1
-10101100111 Toga 1
-10101100111 pseudo-actors 1
-10101100111 angel. 1
-10101100111 1,088,223 1
-10101100111 746.44 1
-10101100111 disunite 1
-10101100111 530.72 1
-10101100111 327.62 1
-10101100111 UTDMK 1
-10101100111 259.77 1
-10101100111 8,070 1
-10101100111 257.92 1
-10101100111 300.92 1
-10101100111 259.21 1
-10101100111 foreclosers 1
-10101100111 flash-cubes 1
-10101100111 28,458,894 1
-10101100111 395.28 1
-10101100111 471.42 1
-10101100111 1222 1
-10101100111 271.57 1
-10101100111 672.5 1
-10101100111 7,840 1
-10101100111 pebble-like 1
-10101100111 primary- 1
-10101100111 256.13 1
-10101100111 745.92 1
-10101100111 256.42 1
-10101100111 230.81 1
-10101100111 1206.71 1
-10101100111 handleware 1
-10101100111 Ahasuerus 1
-10101100111 353.73 1
-10101100111 258.51 1
-10101100111 338.82 1
-10101100111 UH 1
-10101100111 342.81 1
-10101100111 469.25 1
-10101100111 343.75 1
-10101100111 6,812 1
-10101100111 327.90 1
-10101100111 349.24 1
-10101100111 Gatlinburg 1
-10101100111 383.67 1
-10101100111 127,945 1
-10101100111 635.10 1
-10101100111 78,271 1
-10101100111 393.45 1
-10101100111 26924.87 1
-10101100111 424.5 1
-10101100111 271.37 1
-10101100111 32000 1
-10101100111 water-deficient 1
-10101100111 378.88 1
-10101100111 363.14 1
-10101100111 264.43 1
-10101100111 346.08 1
-10101100111 2,079 1
-10101100111 least-admired 1
-10101100111 2199 1
-10101100111 346.94 1
-10101100111 680.5 1
-10101100111 266.02 1
-10101100111 re-dress 1
-10101100111 4,000-share 1
-10101100111 387.12 1
-10101100111 264.68 1
-10101100111 265.19 1
-10101100111 146.14 1
-10101100111 28361.89 1
-10101100111 475.19 1
-10101100111 389.66 1
-10101100111 6,960 1
-10101100111 6,270 1
-10101100111 484.14 1
-10101100111 335.01 1
-10101100111 356.99 1
-10101100111 272.98 1
-10101100111 corniness 1
-10101100111 388.52 1
-10101100111 3,910 1
-10101100111 8,240 1
-10101100111 comparison-shop 1
-10101100111 272.21 1
-10101100111 122,188 1
-10101100111 462.48 1
-10101100111 462.46 1
-10101100111 270.51 1
-10101100111 458.86 1
-10101100111 3220 1
-10101100111 2980 1
-10101100111 1641.8 1
-10101100111 471.14 1
-10101100111 480.50 1
-10101100111 new-listings 1
-10101100111 316.39 1
-10101100111 5290 1
-10101100111 510.50 1
-10101100111 271.80 1
-10101100111 269.32 1
-10101100111 5400 1
-10101100111 1863.3 1
-10101100111 259.50 1
-10101100111 266.66 1
-10101100111 364.81 1
-10101100111 Maryam 1
-10101100111 2950 1
-10101100111 53.59 1
-10101100111 1,416,636 1
-10101100111 6,680 1
-10101100111 8,840 1
-10101100111 268.47 1
-10101100111 256.20 1
-10101100111 468.60 1
-10101100111 391.28 1
-10101100111 27553.98 1
-10101100111 5470 1
-10101100111 22790.50 1
-10101100111 255.30 1
-10101100111 270.00 1
-10101100111 sexology 1
-10101100111 261.03 1
-10101100111 44-year-olds 1
-10101100111 452.38 1
-10101100111 256.98 1
-10101100111 356.97 1
-10101100111 335.02 1
-10101100111 480.66 1
-10101100111 394.43 1
-10101100111 483.64 1
-10101100111 260.56 1
-10101100111 slangy-confidential 1
-10101100111 343.92 1
-10101100111 260.77 1
-10101100111 2017.5 1
-10101100111 CitiTouch 1
-10101100111 GoldCard 1
-10101100111 2,981,076 1
-10101100111 374.04 1
-10101100111 259.18 1
-10101100111 343.91 1
-10101100111 374.43 1
-10101100111 356.94 1
-10101100111 344.74 1
-10101100111 100-person 1
-10101100111 surveil 1
-10101100111 257.09 1
-10101100111 6,030 1
-10101100111 international-share 1
-10101100111 311,367 1
-10101100111 261.13 1
-10101100111 269.98 1
-10101100111 Executive-Branch 1
-10101100111 266.49 1
-10101100111 354.54 1
-10101100111 349.35 1
-10101100111 28360.53 1
-10101100111 50,515 1
-10101100111 271.93 1
-10101100111 2844.04 1
-10101100111 337.06 1
-10101100111 359.13 1
-10101100111 4,820 1
-10101100111 44,650 1
-10101100111 258.69 1
-10101100111 general-management 1
-10101100111 354.71 1
-10101100111 34942.63 1
-10101100111 772.54 1
-10101100111 28,300 1
-10101100111 2247.0 1
-10101100111 337.63 1
-10101100111 261.90 1
-10101100111 Infotab 1
-10101100111 409.19 1
-10101100111 Intair 1
-10101100111 ameloriate 1
-10101100111 law- 1
-10101100111 379.11 1
-10101100111 27946.44 1
-10101100111 262.75 1
-10101100111 340.53 1
-10101100111 402.43 1
-10101100111 459.55 1
-10101100111 250.20 1
-10101100111 428.55 1
-10101100111 sejour 1
-10101100111 1879.3 1
-10101100111 467.41 1
-10101100111 Literaturnaia 1
-10101100111 265.80 1
-10101100111 453.84 1
-10101100111 189.70 1
-10101100111 93.98 1
-10101100111 374.14 1
-10101100111 6,780 1
-10101100111 2,810 1
-10101100111 339.90 1
-10101100111 Iskenderun 1
-10101100111 189.30 1
-10101100111 345.66 1
-10101100111 1450 1
-10101100111 3040 1
-10101100111 641.50 1
-10101100111 443.71 1
-10101100111 Tatham 1
-10101100111 Beersheba 1
-10101100111 27360.39 1
-10101100111 254.20 1
-10101100111 television-camera 1
-10101100111 505.50 1
-10101100111 247.50 1
-10101100111 447.61 1
-10101100111 3130 1
-10101100111 363.50 1
-10101100111 snorkelers 1
-10101100111 274.30 1
-10101100111 269.77 1
-10101100111 86,606.75 1
-10101100111 42,660 1
-10101100111 Fortune-1000 1
-10101100111 271.43 1
-10101100111 bifurcate 1
-10101100111 458.33 1
-10101100111 WDEB-TV 1
-10101100111 268.94 1
-10101100111 strewing 1
-10101100111 271.67 1
-10101100111 27925.57 1
-10101100111 433.44 1
-10101100111 369.01 1
-10101100111 university-related 1
-10101100111 puke 1
-10101100111 redisseminate 1
-10101100111 8,740 1
-10101100111 449.75 1
-10101100111 385.75 1
-10101100111 932,445 1
-10101100111 102.41 1
-10101100111 20100 1
-10101100111 236.80 1
-10101100111 292.10 1
-10101100111 525.50 1
-10101100111 372.78 1
-10101100111 426.29 1
-10101100111 remediate 1
-10101100111 snoekfish 1
-10101100111 private-aircraft 1
-10101100111 395.43 1
-10101100111 60-year-olds 1
-10101100111 268.80 1
-10101100111 479.50 1
-10101100111 270.55 1
-10101100111 531.50 1
-10101100111 237.09 1
-10101100111 713.50 1
-10101100111 672.50 1
-10101100111 18,314 1
-10101100111 2560 1
-10101100111 332.68 1
-10101100111 322.33 1
-10101100111 1580 1
-10101100111 27577.17 1
-10101100111 275.81 1
-10101100111 309.59 1
-10101100111 29,800 1
-10101100111 60,367 1
-10101100111 431.74 1
-10101100111 procurement-reform 1
-10101100111 2,294,700 2
-10101100111 4,400,700 2
-10101100111 Avrett 2
-10101100111 35,100 2
-10101100111 17,700 2
-10101100111 Medialink 2
-10101100111 higher-capacity 2
-10101100111 Justinian 2
-10101100111 292.50 2
-10101100111 vehicle-related 2
-10101100111 consumer-marketing 2
-10101100111 3860 2
-10101100111 exercycle 2
-10101100111 4,030 2
-10101100111 236.83 2
-10101100111 6,810 2
-10101100111 1,188 2
-10101100111 308.62 2
-10101100111 379.18 2
-10101100111 prorating 2
-10101100111 1253 2
-10101100111 5,120 2
-10101100111 Manzanillo 2
-10101100111 3,860 2
-10101100111 270.16 2
-10101100111 1719 2
-10101100111 270.62 2
-10101100111 2,032 2
-10101100111 B-5 2
-10101100111 neuter 2
-10101100111 thicken 2
-10101100111 rutabaga 2
-10101100111 B-flat 2
-10101100111 5,950 2
-10101100111 mainstreamers 2
-10101100111 53,600 2
-10101100111 245.52 2
-10101100111 industrial-based 2
-10101100111 3,870 2
-10101100111 253.4 2
-10101100111 lubricate 2
-10101100111 267.72 2
-10101100111 265.50 2
-10101100111 391.67 2
-10101100111 appliance-maker 2
-10101100111 24,628 2
-10101100111 54-year-olds 2
-10101100111 334.84 2
-10101100111 333.33 2
-10101100111 2,830 2
-10101100111 Herminio 2
-10101100111 363.5 2
-10101100111 under-report 2
-10101100111 Nana 2
-10101100111 xylene 2
-10101100111 235.18 2
-10101100111 262.50 2
-10101100111 262.46 2
-10101100111 wheedle 3
-10101100111 282.88 3
-10101100111 rehabbed 3
-10101100111 pottage 3
-10101100111 locksmiths 3
-10101100111 subdistrict 3
-10101100111 5,960 3
-10101100111 Montauk 3
-10101100111 2,313,000 3
-10101100111 Withdraw 3
-10101100111 hyperventilating 3
-10101100111 dryland 4
-10101100111 2,420 4
-10101100111 unsnarl 4
-10101100111 3,180 4
-10101100111 procreate 4
-10101100111 seminarians 4
-10101100111 tetanus 5
-10101100111 1,290 5
-10101100111 2,930 5
-10101100111 untie 5
-10101100111 3,690 5
-10101100111 repaint 5
-10101100111 demoralize 6
-10101100111 2,820 6
-10101100111 backdated 9
-10101100111 curry 34
-10101100111 depository 294
-10101100111 finance 6846
-10101100111 spare 539
-10101101000 wheel-and-deal 1
-10101101000 mono 1
-10101101000 megabillion 1
-10101101000 ticket-printing 1
-10101101000 sod-busting 1
-10101101000 feed-handling 1
-10101101000 Lanno 1
-10101101000 16,820 1
-10101101000 prekindergarten 1
-10101101000 blubbering 2
-10101101000 P215 2
-10101101000 chatterbox 2
-10101101000 carpet-refurbishing 2
-10101101000 road-map 3
-10101101000 truss 3
-10101101000 caning 3
-10101101000 clipper 3
-10101101000 ZR-1 4
-10101101000 tie-dye 4
-10101101000 bed-and-breakfast 4
-10101101000 lithograph 4
-10101101000 raceway 4
-10101101000 graveside 5
-10101101000 1,176 5
-10101101000 cock 5
-10101101000 retread 5
-10101101000 homeporting 5
-10101101000 kayak 6
-10101101000 stockyard 6
-10101101000 bayonet 6
-10101101000 squirts 7
-10101101000 filament 8
-10101101000 assay 8
-10101101000 burp 9
-10101101000 whoop 9
-10101101000 misfire 10
-10101101000 SystemOne 10
-10101101000 take-off 11
-10101101000 interconnect 11
-10101101000 honeycomb 11
-10101101000 spanking 11
-10101101000 raffle 12
-10101101000 Utopia 12
-10101101000 grate 13
-10101101000 steamroller 14
-10101101000 helper 15
-10101101000 transcription 15
-10101101000 squawk 15
-10101101000 photocopy 16
-10101101000 hiss 16
-10101101000 duke 17
-10101101000 post-mortem 17
-10101101000 canister 17
-10101101000 salve 17
-10101101000 mime 17
-10101101000 rinse 19
-10101101000 shutter 19
-10101101000 sighting 20
-10101101000 massage 20
-10101101000 stain 20
-10101101000 dart 23
-10101101000 strap 24
-10101101000 reflex 26
-10101101000 summons 27
-10101101000 warp 27
-10101101000 feather 27
-10101101000 console 28
-10101101000 court-martial 28
-10101101000 scar 29
-10101101000 mug 29
-10101101000 implant 35
-10101101000 sack 37
-10101101000 knitting 37
-10101101000 fragment 38
-10101101000 pepper 38
-10101101000 piggyback 38
-10101101000 shovel 38
-10101101000 freak 39
-10101101000 grill 39
-10101101000 decoy 39
-10101101000 ruptured 40
-10101101000 lace 40
-10101101000 buffet 41
-10101101000 reprimand 41
-10101101000 ditch 44
-10101101000 quiz 45
-10101101000 zip 45
-10101101000 fracture 45
-10101101000 quarantine 46
-10101101000 gag 47
-10101101000 grease 47
-10101101000 relay 50
-10101101000 squash 53
-10101101000 camouflage 53
-10101101000 buzz 56
-10101101000 toast 56
-10101101000 coloring 57
-10101101000 subcontract 57
-10101101000 cannon 57
-10101101000 marshal 58
-10101101000 dye 59
-10101101000 needle 59
-10101101000 scotch 60
-10101101000 distraction 61
-10101101000 scout 63
-10101101000 bolt 63
-10101101000 wraps 64
-10101101000 hawk 65
-10101101000 mushroom 66
-10101101000 litter 67
-10101101000 pardon 72
-10101101000 pity 74
-10101101000 smear 76
-10101101000 swamp 79
-10101101000 dispatch 93
-10101101000 showcase 94
-10101101000 ferry 102
-10101101000 log 105
-10101101000 capsule 107
-10101101000 handicap 108
-10101101000 siege 127
-10101101000 filter 131
-10101101000 shower 132
-10101101000 beam 133
-10101101000 bath 137
-10101101000 bat 138
-10101101000 redesign 140
-10101101000 spray 147
-10101101000 flash 167
-10101101000 discharge 167
-10101101000 seal 169
-10101101000 mold 169
-10101101000 slot 185
-10101101000 punch 189
-10101101000 sabotage 192
-10101101000 patrol 210
-10101101000 blast 220
-10101101000 prototype 221
-10101101000 trap 221
-10101101000 duck 222
-10101101000 harbor 234
-10101101000 volunteer 241
-10101101000 videotape 243
-10101101000 desert 244
-10101101000 mirror 244
-10101101000 subpoena 245
-10101101000 brake 247
-10101101000 bust 249
-10101101000 frame 259
-10101101000 spy 272
-10101101000 stamp 275
-10101101000 delegate 276
-10101101000 remedy 280
-10101101000 craft 321
-10101101000 cloud 333
-10101101000 photo 333
-10101101000 boycott 369
-10101101000 negotiation 381
-10101101000 dress 408
-10101101000 paint 514
-10101101000 painting 522
-10101101000 substitute 522
-10101101000 sponsor 533
-10101101000 bomb 583
-10101101000 score 671
-10101101000 shock 686
-10101101000 rent 696
-10101101000 repair 733
-10101101000 train 975
-10101101000 draft 1101
-10101101000 lease 1126
-10101101000 consideration 1172
-10101101000 license 1339
-10101101000 ship 1391
-10101101000 waste 1446
-10101101000 veto 1737
-10101101000 fire 2236
-10101101000 design 2529
-10101101000 test 4763
-10101101000 review 4766
-10101101001 advance-sale 1
-10101101001 wing-left 1
-10101101001 printing-cost 1
-10101101001 282.50-all 1
-10101101001 grubbing 1
-10101101001 ground-ball 1
-10101101001 2-14 1
-10101101001 400,000-ton 1
-10101101001 steel-quota 1
-10101101001 income-redistribution 1
-10101101001 mangers 1
-10101101001 oregrade 1
-10101101001 ore-grade 1
-10101101001 imbibing 2
-10101101001 humanrights 2
-10101101001 5,006 2
-10101101001 Eridania 2
-10101101001 backrooms 2
-10101101001 industrial-plant 2
-10101101001 import-dependent 2
-10101101001 2380 2
-10101101001 price-per-share 2
-10101101001 Norcal 2
-10101101001 operaters 2
-10101101001 pro-Libyan 3
-10101101001 bioequivalence 5
-10101101001 sorrowful 6
-10101101001 paw 7
-10101101001 rebroadcast 8
-10101101001 wail 11
-10101101001 minting 12
-10101101001 spout 12
-10101101001 gore 17
-10101101001 hush 21
-10101101001 ration 42
-10101101001 throttle 55
-10101101001 resupply 58
-10101101001 worship 93
-10101101001 sting 103
-10101101001 laundering 129
-10101101001 exhaust 133
-10101101001 escort 143
-10101101001 slaughter 260
-10101101001 trail 330
-10101101001 gauge 358
-10101101001 tip 370
-10101101001 pump 376
-10101101001 drink 624
-10101101001 command 677
-10101101001 display 785
-10101101001 speed 1405
-10101101001 transfer 1589
-10101101001 track 1834
-10101101001 supply 5162
-10101101001 release 3238
-101011010100 3-by-7-foot 1
-101011010100 counterpressures 1
-101011010100 blow-dries 1
-101011010100 counterprotest 1
-101011010100 jerryrigged 1
-101011010100 soliticitations 1
-101011010100 pre-deposit 1
-101011010100 computer-program 2
-101011010100 7320 2
-101011010100 61,209 2
-101011010100 2,227,500 2
-101011010100 2,069,200 2
-101011010100 1,367 3
-101011010100 black-and-gold 3
-101011010100 yak 3
-101011010100 garnish 4
-101011010100 cramp 5
-101011010100 snort 8
-101011010100 canvass 8
-101011010100 gall 14
-101011010100 sow 26
-101011010100 taint 45
-101011010100 remake 55
-101011010100 dwarf 64
-101011010100 wreck 75
-101011010100 stray 75
-101011010100 jolt 112
-101011010100 bribe 138
-101011010100 ruin 164
-101011010100 mask 165
-101011010100 highlight 173
-101011010100 trace 213
-101011010100 smell 223
-101011010100 quote 288
-101011010100 cry 365
-101011010100 reward 377
-101011010100 repeat 433
-101011010100 refund 497
-101011010100 harm 596
-101011010100 trigger 727
-101011010100 mention 1007
-101011010100 grant 1078
-101011010100 recall 1107
-101011010100 signal 1272
-101011010100 guarantee 1441
-101011010100 cause 3821
-101011010100 benefit 3939
-101011010101 bond-sale 1
-101011010101 secretory 1
-101011010101 isat 1
-101011010101 EMPHASIZED 1
-101011010101 Russian-Czech 1
-101011010101 share-issue 1
-101011010101 neuro-physiological 1
-101011010101 ship-sale 1
-101011010101 prettiness 2
-101011010101 reenacts 2
-101011010101 busyness 2
-101011010101 6,327 2
-101011010101 8-by-10 2
-101011010101 disaggregate 2
-101011010101 double-park 2
-101011010101 2,653 2
-101011010101 sloppier 2
-101011010101 redrawing 3
-101011010101 overloads 3
-101011010101 cohost 3
-101011010101 soiling 3
-101011010101 radiation-damaged 3
-101011010101 snip 4
-101011010101 whir 4
-101011010101 sweet-talk 4
-101011010101 unpacking 4
-101011010101 sensationalizing 4
-101011010101 steepening 4
-101011010101 2,130,000 5
-101011010101 memorializing 5
-101011010101 stoning 5
-101011010101 caressing 5
-101011010101 fleecing 5
-101011010101 whoosh 6
-101011010101 smearing 8
-101011010101 rue 11
-101011010101 reuse 13
-101011010101 plunder 16
-101011010101 reissue 21
-101011010101 overestimate 24
-101011010101 overload 32
-101011010101 disapprove 49
-101011010101 annex 52
-101011010101 eclipse 53
-101011010101 conceive 54
-101011010101 echo 94
-101011010101 update 164
-101011010101 overthrow 170
-101011010101 outline 199
-101011010101 surrender 294
-101011010101 dispose 361
-101011010101 repeal 559
-101011010101 manufacture 577
-101011010101 honor 605
-101011010101 use 15279
-101011010101 exercise 1575
-101011010110 173.77 1
-101011010110 783.25 1
-101011010110 178.32 1
-101011010110 271.86 1
-101011010110 382.07 1
-101011010110 jet-injection 1
-101011010110 London-Atlanta 1
-101011010110 1,421 1
-101011010110 1625.2 1
-101011010110 170.83 1
-101011010110 government-industrial 1
-101011010110 156.72 1
-101011010110 martyring 1
-101011010110 exaco 1
-101011010110 sub-lease 1
-101011010110 171.44 1
-101011010110 rock-raw 1
-101011010110 155.97 1
-101011010110 152.09 1
-101011010110 19188.68 1
-101011010110 343.41 1
-101011010110 250.48 1
-101011010110 price-based 1
-101011010110 labor-negotiation 1
-101011010110 local-federal 1
-101011010110 Trake 1
-101011010110 764.21 1
-101011010110 Nevena 1
-101011010110 373.53 1
-101011010110 477.28 1
-101011010110 340.17 1
-101011010110 373.96 1
-101011010110 Dingos 1
-101011010110 bocce 1
-101011010110 rain-soaked 2
-101011010110 Govern 2
-101011010110 military/civilian 2
-101011010110 40-year-olds 2
-101011010110 witch-hunting 3
-101011010110 prick 4
-101011010110 indoctrinate 4
-101011010110 uncork 4
-101011010110 Repetition 4
-101011010110 joust 5
-101011010110 checkmate 5
-101011010110 globalize 5
-101011010110 psych 5
-101011010110 moor 5
-101011010110 Frau 5
-101011010110 swab 6
-101011010110 caress 6
-101011010110 nuke 6
-101011010110 senders 6
-101011010110 curate 7
-101011010110 test-drive 7
-101011010110 propagandize 7
-101011010110 barricade 7
-101011010110 dishonor 8
-101011010110 undress 9
-101011010110 spar 13
-101011010110 strut 15
-101011010110 refill 15
-101011010110 wallop 16
-101011010110 waffle 16
-101011010110 bludgeon 17
-101011010110 relaunch 17
-101011010110 hijack 17
-101011010110 recharge 17
-101011010110 weld 18
-101011010110 paddle 18
-101011010110 whipsaw 19
-101011010110 wag 19
-101011010110 muzzle 19
-101011010110 overcharge 24
-101011010110 fleece 25
-101011010110 pluck 27
-101011010110 lick 29
-101011010110 stalk 29
-101011010110 groom 32
-101011010110 fruition 33
-101011010110 fry 37
-101011010110 fuse 38
-101011010110 Kill 39
-101011010110 kidnap 39
-101011010110 cram 39
-101011010110 hack 41
-101011010110 scrub 41
-101011010110 batter 41
-101011010110 hustle 44
-101011010110 shove 49
-101011010110 recount 49
-101011010110 censor 51
-101011010110 harness 53
-101011010110 smash 55
-101011010110 lodge 55
-101011010110 slam 58
-101011010110 polish 66
-101011010110 bully 70
-101011010110 convict 72
-101011010110 scan 72
-101011010110 insert 76
-101011010110 saddle 77
-101011010110 torpedo 77
-101011010110 rub 78
-101011010110 vault 80
-101011010110 trumpet 81
-101011010110 stub 83
-101011010110 toe 83
-101011010110 bash 92
-101011010110 purge 99
-101011010110 chill 112
-101011010110 skirt 117
-101011010110 foil 120
-101011010110 crush 124
-101011010110 pin 129
-101011010110 temper 133
-101011010110 cheer 134
-101011010110 boot 137
-101011010110 plague 137
-101011010110 restart 152
-101011010110 fold 165
-101011010110 buck 178
-101011010110 fool 182
-101011010110 chase 187
-101011010110 stall 191
-101011010110 void 232
-101011010110 drill 235
-101011010110 float 236
-101011010110 cushion 242
-101011010110 sacrifice 260
-101011010110 shield 262
-101011010110 encounter 338
-101011010110 dump 356
-101011010110 strip 403
-101011010110 cure 408
-101011010110 select 477
-101011010110 cross 501
-101011010110 lure 524
-101011010110 hedge 578
-101011010110 crack 632
-101011010110 lobby 653
-101011010110 guard 707
-101011010110 combat 762
-101011010110 defeat 993
-101011010110 reverse 1052
-101011010110 protest 1161
-101011010110 contest 1321
-101011010110 bar 1428
-101011010110 conduct 1535
-101011010110 launch 2233
-101011010110 block 3326
-101011010110 fight 4287
-101011010110 play 4145
-1010110101110 catapault 1
-1010110101110 2-by-2s 2
-1010110101110 dun 2
-1010110101110 Postpone 2
-1010110101110 go-get- 2
-1010110101110 psychoanalyze 2
-1010110101110 de-average 2
-1010110101110 barnstorm 3
-1010110101110 invoiced 3
-1010110101110 17,405 3
-1010110101110 cherry-pick 3
-1010110101110 poppers 3
-1010110101110 croon 4
-1010110101110 lunge 6
-1010110101110 agitate 6
-1010110101110 crystallize 7
-1010110101110 jostle 8
-1010110101110 grope 11
-1010110101110 gird 11
-1010110101110 vouch 16
-1010110101110 overpay 18
-1010110101110 tease 19
-1010110101110 taunt 21
-1010110101110 brace 33
-1010110101110 slug 34
-1010110101110 comb 43
-1010110101110 salute 48
-1010110101110 peg 51
-1010110101110 beg 53
-1010110101110 commute 58
-1010110101110 hail 60
-1010110101110 jockey 75
-1010110101110 vie 75
-1010110101110 pray 76
-1010110101110 shout 90
-1010110101110 nudge 90
-1010110101110 dial 98
-1010110101110 apologize 110
-1010110101110 opt 175
-1010110101110 scramble 224
-1010110101110 hunt 246
-1010110101110 fix 636
-1010110101110 blame 1172
-1010110101110 watch 1344
-1010110101110 wait 1601
-1010110101110 drive 2680
-1010110101110 call 5766
-1010110101110 push 2744
-1010110101111 undreamed-of 1
-1010110101111 2,100-2,200 1
-1010110101111 protectedness 1
-1010110101111 mid-to-lower 1
-1010110101111 swaddling 1
-1010110101111 pre-aerosol-ban 1
-1010110101111 counter-demands 1
-1010110101111 pre-agreement 1
-1010110101111 pre-bust 1
-1010110101111 Euro-optimism 1
-1010110101111 multi-dealer 1
-1010110101111 pre-reserve 1
-1010110101111 codes-of-conduct 1
-1010110101111 less-than-comfortable 1
-1010110101111 chemotherapeutic-dose 1
-1010110101111 pre-drought 1
-1010110101111 stready 1
-1010110101111 less-than-record 1
-1010110101111 2,516,000 2
-1010110101111 hate-mongering 2
-1010110101111 spokespeople 2
-1010110101111 Rakosi 2
-1010110101111 lusts 2
-1010110101111 bird-dogging 2
-1010110101111 buy/hold 2
-1010110101111 scrabble 2
-1010110101111 Pruitt-Igoe 3
-1010110101111 batterings 3
-1010110101111 choline 3
-1010110101111 Hamet 3
-1010110101111 overburdening 4
-1010110101111 guage 4
-1010110101111 1,134 4
-1010110101111 self-justification 4
-1010110101111 eulogies 4
-1010110101111 backdating 4
-1010110101111 acknowledgments 4
-1010110101111 send-off 5
-1010110101111 double-billing 5
-1010110101111 bungle 5
-1010110101111 fronting 6
-1010110101111 refills 6
-1010110101111 pillage 7
-1010110101111 replanting 7
-1010110101111 slop 7
-1010110101111 disillusion 7
-1010110101111 overestimates 9
-1010110101111 tint 15
-1010110101111 uplift 15
-1010110101111 overbilling 16
-1010110101111 heft 16
-1010110101111 kudos 21
-1010110101111 torment 24
-1010110101111 pique 32
-1010110101111 hatch 34
-1010110101111 finesse 37
-1010110101111 underpinning 42
-1010110101111 ridicule 52
-1010110101111 scorn 57
-1010110101111 gratitude 66
-1010110101111 redress 95
-1010110101111 disdain 110
-1010110101111 doom 126
-1010110101111 prejudice 133
-1010110101111 dislike 137
-1010110101111 sway 142
-1010110101111 distrust 145
-1010110101111 disregard 178
-1010110101111 grasp 194
-1010110101111 praise 439
-1010110101111 respect 1181
-1010110101111 support 11070
-1010110101111 influence 2571
-101011011000 12000 1
-101011011000 386.12 1
-101011011000 rigmarole 1
-101011011000 shot-speaking 1
-101011011000 canter 2
-101011011000 tartness 2
-101011011000 secretes 2
-101011011000 ad-lib 2
-101011011000 barf 3
-101011011000 padlock 3
-101011011000 slurps 3
-101011011000 harpooned 3
-101011011000 bellow 3
-101011011000 de-leverage 3
-101011011000 highball 3
-101011011000 thumps 4
-101011011000 burrow 4
-101011011000 amble 4
-101011011000 reoccur 5
-101011011000 2,780 5
-101011011000 editorialize 5
-101011011000 rebalance 5
-101011011000 co-exist 5
-101011011000 correlates 5
-101011011000 Succeed 6
-101011011000 tarry 6
-101011011000 belch 6
-101011011000 sally 6
-101011011000 requalify 6
-101011011000 scrounge 7
-101011011000 snooze 7
-101011011000 tickle 7
-101011011000 piggybacked 8
-101011011000 chomp 8
-101011011000 slog 8
-101011011000 mumble 9
-101011011000 gulp 9
-101011011000 economize 10
-101011011000 bob 10
-101011011000 growl 10
-101011011000 sling 10
-101011011000 flutter 11
-101011011000 frolic 11
-101011011000 sublet 12
-101011011000 eye-to-eye 13
-101011011000 kneel 13
-101011011000 putter 15
-101011011000 dribble 15
-101011011000 stomp 15
-101011011000 fumble 15
-101011011000 shiver 17
-101011011000 rejoice 19
-101011011000 latch 19
-101011011000 howl 20
-101011011000 groan 21
-101011011000 perish 21
-101011011000 skate 21
-101011011000 leapfrog 22
-101011011000 nibble 24
-101011011000 reciprocate 25
-101011011000 buckle 27
-101011011000 glide 28
-101011011000 click 30
-101011011000 sniff 35
-101011011000 scrape 41
-101011011000 yell 44
-101011011000 wrench 46
-101011011000 chew 48
-101011011000 melt 54
-101011011000 hop 57
-101011011000 poke 59
-101011011000 dodge 61
-101011011000 stroll 63
-101011011000 bump 70
-101011011000 scream 71
-101011011000 shine 85
-101011011000 mesh 86
-101011011000 swim 98
-101011011000 slap 101
-101011011000 cheat 109
-101011011000 dig 123
-101011011000 haul 226
-101011011000 laugh 238
-101011011000 plug 239
-101011011000 stir 284
-101011011000 bite 328
-101011011000 hang 400
-101011011000 ride 682
-101011011000 bet 744
-101011011000 catch 864
-101011011000 speak 1180
-101011011000 fit 1369
-101011011000 stand 2488
-101011011000 run 7486
-101011011000 break 2639
-101011011001 tyrannosaurus 1
-101011011001 dice-throwers 1
-101011011001 dilly-dally 1
-101011011001 low-accident 1
-101011011001 mini-stations 1
-101011011001 repopulate 1
-101011011001 mix-ups 1
-101011011001 Sniffing 1
-101011011001 fast-crashing 1
-101011011001 sycophants 1
-101011011001 glomming 1
-101011011001 hindquarters 1
-101011011001 sinuously 1
-101011011001 metamorphose 1
-101011011001 1988-generally 1
-101011011001 puttered 1
-101011011001 stomps 1
-101011011001 striders 1
-101011011001 raincoming 1
-101011011001 pullng 1
-101011011001 accustoming 1
-101011011001 palling 2
-101011011001 carom 2
-101011011001 end-runs 2
-101011011001 stablize 2
-101011011001 physiognomy 2
-101011011001 hydrofoil 2
-101011011001 malachite 2
-101011011001 reheat 2
-101011011001 fawn 2
-101011011001 deadlocking 2
-101011011001 flouncing 2
-101011011001 1,416,403 2
-101011011001 Sarrat 2
-101011011001 overconcentration 3
-101011011001 psyching 3
-101011011001 wile 3
-101011011001 downwards 3
-101011011001 freaking 3
-101011011001 horsing 3
-101011011001 spool 3
-101011011001 35-year-olds 4
-101011011001 snoop 4
-101011011001 whiten 4
-101011011001 re-edit 4
-101011011001 harpoon 4
-101011011001 goop 4
-101011011001 daintily 4
-101011011001 less-obvious 4
-101011011001 preen 4
-101011011001 rustle 4
-101011011001 doze 4
-101011011001 pirouette 4
-101011011001 reseed 5
-101011011001 vanquish 5
-101011011001 cole 5
-101011011001 millstone 5
-101011011001 jell 5
-101011011001 twit 5
-101011011001 repent 6
-101011011001 hopscotch 7
-101011011001 weasel 7
-101011011001 squeak 8
-101011011001 nag 9
-101011011001 chow 9
-101011011001 drips 9
-101011011001 ooze 9
-101011011001 blare 10
-101011011001 scold 10
-101011011001 hollowing 10
-101011011001 bugle 11
-101011011001 corrode 11
-101011011001 ratchet 13
-101011011001 curl 14
-101011011001 claw 14
-101011011001 gallop 14
-101011011001 lash 15
-101011011001 shreds 16
-101011011001 trot 17
-101011011001 parrot 18
-101011011001 brood 19
-101011011001 wiggle 20
-101011011001 bitch 22
-101011011001 stash 23
-101011011001 dredge 23
-101011011001 prune 23
-101011011001 peel 24
-101011011001 graze 24
-101011011001 sock 26
-101011011001 bog 29
-101011011001 hum 29
-101011011001 jog 29
-101011011001 sip 32
-101011011001 skim 35
-101011011001 fork 35
-101011011001 flare 36
-101011011001 fudge 37
-101011011001 snuff 41
-101011011001 crank 41
-101011011001 reel 42
-101011011001 puff 44
-101011011001 chalk 46
-101011011001 jerk 51
-101011011001 tick 52
-101011011001 scoop 53
-101011011001 skid 56
-101011011001 hug 63
-101011011001 spit 63
-101011011001 rack 66
-101011011001 toss 68
-101011011001 boil 68
-101011011001 weed 81
-101011011001 pan 83
-101011011001 screw 83
-101011011001 dash 87
-101011011001 stumble 88
-101011011001 grind 96
-101011011001 sneak 96
-101011011001 cough 96
-101011011001 kiss 97
-101011011001 jam 104
-101011011001 disguise 113
-101011011001 whip 115
-101011011001 nail 116
-101011011001 flip 124
-101011011001 bend 131
-101011011001 wrap 131
-101011011001 cook 136
-101011011001 choke 137
-101011011001 hammer 153
-101011011001 wash 160
-101011011001 snap 184
-101011011001 bow 193
-101011011001 sweep 263
-101011011001 scare 276
-101011011001 kick 319
-101011011001 spell 379
-101011011001 bail 418
-101011011001 stretch 422
-101011011001 drag 426
-101011011001 lock 444
-101011011001 tie 628
-101011011001 feed 744
-101011011001 roll 757
-101011011001 wind 758
-101011011001 print 805
-101011011001 touch 811
-101011011001 turn 5389
-101011011001 check 1386
-101011011010 reenlistment-bonus 1
-101011011010 year-nearly 1
-101011011010 243-square-mile 1
-101011011010 Tranxene 1
-101011011010 inflation-racked 1
-101011011010 year-up 1
-101011011010 post-Victorian 1
-101011011010 541,252 1
-101011011010 DELIVERED 1
-101011011010 gay-pride 1
-101011011010 2,463 1
-101011011010 steel-driven 1
-101011011010 Zvesda 1
-101011011010 strike-truncated 1
-101011011010 120-block 1
-101011011010 calcium-added 1
-101011011010 up-down 1
-101011011010 yearand 1
-101011011010 300-foot-wide 1
-101011011010 book-hungry 1
-101011011010 lawyer-happy 1
-101011011010 peso-devalued 1
-101011011010 nowdays 1
-101011011010 Zarya 1
-101011011010 RECANT 1
-101011011010 now-ebbing 1
-101011011010 0.50-point 1
-101011011010 DEAD 1
-101011011010 drought-scorched 1
-101011011010 half-trashed 1
-101011011010 monthby 1
-101011011010 out-of-whack 1
-101011011010 tourist-rich 1
-101011011010 described. 1
-101011011010 STINGY 1
-101011011010 litter-free 1
-101011011010 unconquered 1
-101011011010 1,093 2
-101011011010 4,667 2
-101011011010 belt-tighten 2
-101011011010 malnourishment 2
-101011011010 matters. 2
-101011011010 decamp 2
-101011011010 impends 2
-101011011010 Mephistopheles 2
-101011011010 KH 2
-101011011010 zag 2
-101011011010 militates 3
-101011011010 257.28 3
-101011011010 twining 3
-101011011010 idiosyncrasy 4
-101011011010 2771.09 4
-101011011010 ALONE 4
-101011011010 glacier 7
-101011011010 shimmer 7
-101011011010 swerve 9
-101011011010 beckon 10
-101011011010 carp 11
-101011011010 fizzle 20
-101011011010 zoom 23
-101011011010 fester 24
-101011011010 gasp 29
-101011011010 sag 33
-101011011010 recede 38
-101011011010 wane 70
-101011011010 lapse 90
-101011011010 flourish 107
-101011011010 plummet 121
-101011011010 deteriorate 128
-101011011010 soar 276
-101011011010 resort 707
-101011011010 vary 797
-101011011010 fall 8417
-101011011010 climb 873
-101011011011 effectually 1
-101011011011 full-pension 1
-101011011011 three-dimensionally 1
-101011011011 horseflies 1
-101011011011 unoffensive 1
-101011011011 fang 1
-101011011011 tankersthat 1
-101011011011 ethic. 1
-101011011011 unbossed 1
-101011011011 pan-Germanism 1
-101011011011 close-outs 1
-101011011011 paddleball 1
-101011011011 Bismarck-for-a-day 1
-101011011011 Eponine 1
-101011011011 dogmas 1
-101011011011 shallots 1
-101011011011 anti-militarist 1
-101011011011 concentraion 1
-101011011011 January-to-January 1
-101011011011 waypoints 1
-101011011011 combinatorics 1
-101011011011 Caressed 1
-101011011011 fink 1
-101011011011 upstage/downstage 1
-101011011011 inoffensively 1
-101011011011 Bangkok-Rangoon 1
-101011011011 projector-slides 1
-101011011011 nationalisation 1
-101011011011 work-down 1
-101011011011 gay- 1
-101011011011 west-northwest 1
-101011011011 drug-information 1
-101011011011 situtation 1
-101011011011 high-market-share 2
-101011011011 1.5-volt 2
-101011011011 L-shape 2
-101011011011 174.67 2
-101011011011 marsupials 2
-101011011011 entwine 3
-101011011011 175.79 3
-101011011011 jelled 3
-101011011011 menaces 3
-101011011011 tieless 4
-101011011011 emptor 9
-101011011011 apnea 13
-101011011011 Sauvignon 17
-101011011011 buildups 20
-101011011011 inhalation 31
-101011011011 stoppages 52
-101011011011 stoppage 113
-101011011011 ethic 117
-101011011011 force 7981
-101011011011 mate 287
-101011011100 island-nations 1
-101011011100 smash-down 1
-101011011100 half-smoked 1
-101011011100 access-watch 1
-101011011100 land-trade 1
-101011011100 loan-creating 1
-101011011100 mega-biotech 1
-101011011100 fantasy-science 1
-101011011100 catchphrase 1
-101011011100 TV-screen 1
-101011011100 in-first 1
-101011011100 quarter-especially 1
-101011011100 divergency 1
-101011011100 biographythan 1
-101011011100 Malaysian-assembled 1
-101011011100 adjoin 1
-101011011100 meeting-date 1
-101011011100 ex-jock 1
-101011011100 semi-deliveries 1
-101011011100 Jell-o 1
-101011011100 test-dose 1
-101011011100 action-thriller 1
-101011011100 TENDS 1
-101011011100 day-an 1
-101011011100 appoached 1
-101011011100 controvery 1
-101011011100 foreign-security 1
-101011011100 year-half 1
-101011011100 export-order 1
-101011011100 single-beam 1
-101011011100 above-water 1
-101011011100 bowl-off 1
-101011011100 bear-turned-bull 1
-101011011100 Clamping 1
-101011011100 Sputniks 1
-101011011100 motorcycled 1
-101011011100 radio-listening 1
-101011011100 CTA 2
-101011011100 1043.73 2
-101011011100 header 3
-101011011100 three-pointer 3
-101011011100 issue. 3
-101011011100 250-stock 3
-101011011100 half-step 4
-101011011100 hurtle 4
-101011011100 wisecrack 4
-101011011100 stanza 5
-101011011100 delineation 6
-101011011100 clatter 6
-101011011100 cascades 8
-101011011100 flicker 16
-101011011100 rumble 23
-101011011100 gleam 24
-101011011100 entrant 35
-101011011100 volley 38
-101011011100 blush 40
-101011011100 rung 41
-101011011100 sketch 45
-101011011100 wrinkle 53
-101011011100 perk 64
-101011011100 salvo 72
-101011011100 tier 98
-101011011100 trickle 120
-101011011100 bang 129
-101011011100 glance 131
-101011011100 parcel 134
-101011011100 pile 223
-101011011100 twist 260
-101011011100 burst 316
-101011011100 feature 887
-101011011100 phase 955
-101011011100 section 1624
-101011011100 step 3936
-101011011100 sign 3348
-1010110111010 Zanthe 1
-1010110111010 Apteryx 1
-1010110111010 shutins 1
-1010110111010 turneth 1
-1010110111010 Formacel 1
-1010110111010 57mm 1
-1010110111010 Leponex 1
-1010110111010 proposal.While 1
-1010110111010 neck-deep 2
-1010110111010 Wiwili 2
-1010110111010 near-recession 2
-1010110111010 pseudoregulation 2
-1010110111010 punier 2
-1010110111010 twiddle 2
-1010110111010 truckstop 2
-1010110111010 infuence 2
-1010110111010 wignapping 3
-1010110111010 postulate 3
-1010110111010 yowl 3
-1010110111010 nonspecialists 3
-1010110111010 cold-shoulder 3
-1010110111010 hippopotamus 3
-1010110111010 furrow 3
-1010110111010 cuss 4
-1010110111010 CHART 4
-1010110111010 unbalance 5
-1010110111010 manuever 5
-1010110111010 turndown 8
-1010110111010 dab 10
-1010110111010 converse 11
-1010110111010 letup 12
-1010110111010 ballyhoo 13
-1010110111010 squirrel 14
-1010110111010 cinch 24
-1010110111010 rake 34
-1010110111010 reshuffle 49
-1010110111010 thaw 53
-1010110111010 blur 55
-1010110111010 reshuffling 61
-1010110111010 shuffle 91
-1010110111010 cave 99
-1010110111010 dent 132
-1010110111010 shift 1915
-1010110111010 change 11107
-1010110111010 delay 2200
-1010110111011 near-crisis 1
-1010110111011 drably 1
-1010110111011 largly 1
-1010110111011 screwdriver-turn 1
-1010110111011 marathon-length 1
-1010110111011 cartwheel 1
-1010110111011 foals 1
-1010110111011 ping-thunk 1
-1010110111011 stone's-throw 1
-1010110111011 mini-catalog 1
-1010110111011 earcup 1
-1010110111011 limo-length 1
-1010110111011 teleprompter 1
-1010110111011 non-PLAM 1
-1010110111011 microsociety 1
-1010110111011 exuberance.You 1
-1010110111011 impala 1
-1010110111011 neo-Malthusianism 1
-1010110111011 ryegrass 1
-1010110111011 6-day 1
-1010110111011 Zanzibar 2
-1010110111011 1,158 2
-1010110111011 pointillism 2
-1010110111011 Grind 2
-1010110111011 mickey 2
-1010110111011 short-cut 2
-1010110111011 Stealthie 2
-1010110111011 AJC 3
-1010110111011 spanner 3
-1010110111011 Know-It-All 3
-1010110111011 waddle 4
-1010110111011 grunting 5
-1010110111011 segue 6
-1010110111011 saunter 6
-1010110111011 portals 9
-1010110111011 wobble 11
-1010110111011 relapse 15
-1010110111011 detour 19
-1010110111011 sprint 21
-1010110111011 genie 23
-1010110111011 ram 32
-1010110111011 sop 33
-1010110111011 snowball 34
-1010110111011 dove 35
-1010110111011 trek 44
-1010110111011 query 45
-1010110111011 muddle 46
-1010110111011 lurch 48
-1010110111011 rebuff 53
-1010110111011 voyage 63
-1010110111011 crawl 81
-1010110111011 stampede 95
-1010110111011 nod 98
-1010110111011 tilt 149
-1010110111011 hurry 176
-1010110111011 hook 217
-1010110111011 drift 255
-1010110111011 march 326
-1010110111011 maneuver 326
-1010110111011 swing 555
-1010110111011 rush 777
-1010110111011 guide 850
-1010110111011 blow 920
-1010110111011 move 12908
-1010110111011 switch 1110
-101011011110 Meguro 1
-101011011110 ticket-use 1
-101011011110 remorselessly 1
-101011011110 rapid-deployment 1
-101011011110 6,000-strong 1
-101011011110 price/earning 1
-101011011110 federal-needs 1
-101011011110 105,000-strong 1
-101011011110 playwright-actor 1
-101011011110 sleazing 1
-101011011110 industry-stated 1
-101011011110 then-boss 1
-101011011110 all-number 1
-101011011110 rent-stabilization 1
-101011011110 basting 1
-101011011110 import-control 1
-101011011110 overdosing 2
-101011011110 kidders 2
-101011011110 190.02 2
-101011011110 dillydallied 2
-101011011110 1,102 2
-101011011110 DECWorld 2
-101011011110 936.41 2
-101011011110 druggy 2
-101011011110 1480.97 2
-101011011110 Kingaroy 2
-101011011110 biaotai 2
-101011011110 trade-bashing 2
-101011011110 twelfth 2
-101011011110 1526.32 2
-101011011110 1492.89 3
-101011011110 1443.28 3
-101011011110 1419.63 3
-101011011110 1428.17 3
-101011011110 21910.08 3
-101011011110 disinfection 3
-101011011110 3,460 3
-101011011110 764.71 3
-101011011110 853.79 3
-101011011110 2104.37 3
-101011011110 773.43 3
-101011011110 1498.76 3
-101011011110 sallying 3
-101011011110 non-book 4
-101011011110 3,070 4
-101011011110 1738.41 4
-101011011110 television-watching 4
-101011011110 grub 4
-101011011110 2,710 4
-101011011110 2,960 4
-101011011110 vipers 4
-101011011110 fettucine 5
-101011011110 consort 6
-101011011110 urinate 6
-101011011110 fouls 6
-101011011110 1,410 6
-101011011110 3,130 6
-101011011110 1,470 7
-101011011110 repose 7
-101011011110 1,990 7
-101011011110 work. 8
-101011011110 masquerade 11
-101011011110 Tahiti 12
-101011011110 sleuthing 12
-101011011110 featherbedding 13
-101011011110 knuckle 13
-101011011110 hoe 15
-101011011110 sparkle 27
-101011011110 toil 34
-101011011110 dole 35
-101011011110 rot 36
-101011011110 gaze 47
-101011011110 bark 49
-101011011110 bloom 65
-101011011110 flesh 125
-101011011110 sleep 393
-101011011110 work 18144
-101011011110 smoke 686
-1010110111110 434-XL 1
-1010110111110 Nibs 1
-1010110111110 Yell 2
-1010110111110 Mandarins 2
-1010110111110 Bortnik 2
-1010110111110 resume. 2
-1010110111110 prudishness 2
-1010110111110 king-making 2
-1010110111110 buttonhole 2
-1010110111110 AIF 3
-1010110111110 landmass 3
-1010110111110 ruggedness 3
-1010110111110 chump 3
-1010110111110 kneecap 3
-1010110111110 warble 3
-1010110111110 rhapsody 3
-1010110111110 openhanded 3
-1010110111110 alternator 4
-1010110111110 casebook 4
-1010110111110 intro 4
-1010110111110 sire 5
-1010110111110 chattel 6
-1010110111110 domicile 6
-1010110111110 pork-barreling 10
-1010110111110 rejoinder 15
-1010110111110 endorser 17
-1010110111110 snub 18
-1010110111110 shroud 19
-1010110111110 preface 24
-1010110111110 gerrymander 24
-1010110111110 flip-flop 29
-1010110111110 slant 34
-1010110111110 audition 41
-1010110111110 chant 53
-1010110111110 elbow 66
-1010110111110 brew 74
-1010110111110 endeavor 92
-1010110111110 flock 128
-1010110111110 instinct 147
-1010110111110 tack 152
-1010110111110 anchor 160
-1010110111110 reply 316
-1010110111110 shoulder 345
-1010110111110 pitch 500
-1010110111110 mandate 546
-1010110111110 label 587
-1010110111110 object 592
-1010110111110 arrest 637
-1010110111110 pledge 643
-1010110111110 visit 1984
-1010110111110 answer 2128
-1010110111110 challenge 2310
-1010110111110 appeal 3451
-1010110111110 approach 3553
-1010110111110 name 6750
-1010110111111 mini-playlet 1
-1010110111111 gooselike 1
-1010110111111 rank-and-filer 1
-1010110111111 juleping 1
-1010110111111 runtime 1
-1010110111111 chokehold 1
-1010110111111 cantina 1
-1010110111111 Snuffleupagus 1
-1010110111111 crypto-custodian 1
-1010110111111 whistle-like 1
-1010110111111 veejays 1
-1010110111111 dollar-limit 1
-1010110111111 sublimit 1
-1010110111111 seiche 1
-1010110111111 pixies 1
-1010110111111 57.8-cent 1
-1010110111111 kingpin/rapist 1
-1010110111111 tootles 1
-1010110111111 attitudinizing 1
-1010110111111 hyperfocus 1
-1010110111111 wobbler 1
-1010110111111 vote-count 1
-1010110111111 half-Boesky 1
-1010110111111 headlock 1
-1010110111111 airplane-boat 1
-1010110111111 postmortem 1
-1010110111111 Plod 1
-1010110111111 slat 1
-1010110111111 winger 1
-1010110111111 battle-cries 1
-1010110111111 cairn 1
-1010110111111 softy 1
-1010110111111 killer-rapist 1
-1010110111111 multiplications 1
-1010110111111 suns 1
-1010110111111 band-aid 1
-1010110111111 six-pounder 1
-1010110111111 moralizers 2
-1010110111111 Sextus 2
-1010110111111 emphases 2
-1010110111111 buss 2
-1010110111111 near-low 2
-1010110111111 fadeout 2
-1010110111111 run-and-gun 2
-1010110111111 tom 3
-1010110111111 pittances 3
-1010110111111 Gentiles 3
-1010110111111 deejay 3
-1010110111111 misidentification 3
-1010110111111 disquisition 4
-1010110111111 snitch 4
-1010110111111 blotters 4
-1010110111111 toot 5
-1010110111111 whitetail 6
-1010110111111 smudge 6
-1010110111111 knob 7
-1010110111111 learner 8
-1010110111111 primer 11
-1010110111111 peck 11
-1010110111111 bogey 12
-1010110111111 gorge 13
-1010110111111 splurge 14
-1010110111111 backstop 15
-1010110111111 demagogue 16
-1010110111111 hammerlock 16
-1010110111111 dissertation 19
-1010110111111 frown 21
-1010110111111 boomerang 22
-1010110111111 boomlet 23
-1010110111111 fixation 23
-1010110111111 near-monopoly 24
-1010110111111 blot 27
-1010110111111 putt 28
-1010110111111 clampdown 29
-1010110111111 blight 34
-1010110111111 treatise 34
-1010110111111 harp 41
-1010110111111 blink 42
-1010110111111 stranglehold 47
-1010110111111 damper 56
-1010110111111 roar 57
-1010110111111 counterattack 59
-1010110111111 filibuster 97
-1010110111111 sanction 120
-1010110111111 pinch 122
-1010110111111 lecture 142
-1010110111111 dive 159
-1010110111111 balloon 166
-1010110111111 bind 177
-1010110111111 lid 181
-1010110111111 stint 207
-1010110111111 pause 212
-1010110111111 prohibition 235
-1010110111111 revolt 239
-1010110111111 levy 284
-1010110111111 crackdown 355
-1010110111111 drain 367
-1010110111111 strain 371
-1010110111111 raid 372
-1010110111111 moratorium 490
-1010110111111 witness 536
-1010110111111 squeeze 610
-1010110111111 cap 686
-1010110111111 function 722
-1010110111111 freeze 889
-1010110111111 warrant 912
-1010110111111 count 1388
-1010110111111 seat 1681
-1010110111111 ban 1898
-1010110111111 vote 7406
-1010110111111 act 3601
-10101110 stickwork 1
-10101110 pre-natally 1
-10101110 business-holding 1
-10101110 masonry-and-glass 1
-10101110 market-players 1
-10101110 rip-out 1
-10101110 downticking 1
-10101110 horn-tooting 1
-10101110 contraire 1
-10101110 reportoire 1
-10101110 1.8978 1
-10101110 meliorism 1
-10101110 profit-spinner 1
-10101110 vocalizations 1
-10101110 slack. 1
-10101110 Oct.5 1
-10101110 head-lice 1
-10101110 caterwauls 1
-10101110 Menckenisms 1
-10101110 Pumpkinland 1
-10101110 Fisk-fan 1
-10101110 econo-boxes 1
-10101110 apercus 1
-10101110 sprirt 1
-10101110 +0.47 1
-10101110 Srejber 1
-10101110 schnozz 1
-10101110 Celebritys 1
-10101110 225.21 1
-10101110 falterings 1
-10101110 deism 1
-10101110 toe-firster 1
-10101110 taxi-seekers 1
-10101110 psycho-thriller 1
-10101110 statements. 1
-10101110 Tateho-type 1
-10101110 exgeneral 1
-10101110 naturel 1
-10101110 cross-references 1
-10101110 fertilizations 1
-10101110 dopeyness 1
-10101110 drainpipe 1
-10101110 issueswas 1
-10101110 despot. 1
-10101110 siestas 1
-10101110 3,362 1
-10101110 I.Q. 1
-10101110 frabjous 1
-10101110 nebulae 1
-10101110 tarding 1
-10101110 contritely 1
-10101110 focusings 1
-10101110 steel-and-wood 1
-10101110 breathers 1
-10101110 Marvellee 1
-10101110 trding 1
-10101110 riots. 1
-10101110 avenger 1
-10101110 retreat. 1
-10101110 couple. 1
-10101110 chattily 1
-10101110 REDUCTIONS 1
-10101110 bacchanalia 1
-10101110 strip-joint 1
-10101110 cash-posting 1
-10101110 508.3 1
-10101110 664.22 1
-10101110 4019.62 1
-10101110 inititated 1
-10101110 Quayle-backer 1
-10101110 6,024 1
-10101110 half-tablet 1
-10101110 sub-indexes 1
-10101110 profitmaker 1
-10101110 ejections 1
-10101110 sill 1
-10101110 tardive 1
-10101110 8,526,000 1
-10101110 pre-kindergartens 1
-10101110 3,864 2
-10101110 position-taking 2
-10101110 precipitator 2
-10101110 13-story 2
-10101110 program-selling 2
-10101110 mafioso 2
-10101110 coffeehouses 4
-10101110 trading 40735
-10101110 trading-related 11
-1010111100 yack 1
-1010111100 point-drops 1
-1010111100 Dictaphones 1
-1010111100 festoonery 1
-1010111100 volte-face 1
-1010111100 hard-blowing 1
-1010111100 spinster-hood 1
-1010111100 money-changer 1
-1010111100 385.01 1
-1010111100 writeback 1
-1010111100 least-traded 1
-1010111100 Cedarville 1
-1010111100 Pharoahs 1
-1010111100 Sub-Committee 1
-1010111100 noodled 1
-1010111100 71-cent 1
-1010111100 mostactive 1
-1010111100 531,417 1
-1010111100 85-pence 1
-1010111100 casino-resort 1
-1010111100 UPSWI 1
-1010111100 double-dealing 1
-1010111100 tattled 1
-1010111100 OGSWI 1
-1010111100 kabosh 1
-1010111100 Tandems 1
-1010111100 FOCUSING 1
-1010111100 not-so-fortunate 1
-1010111100 beer-sales 1
-1010111100 still-disputed 1
-1010111100 gladiolas 1
-1010111100 importuners 1
-1010111100 womp 1
-1010111100 aerators 1
-1010111100 3-to-3 1
-1010111100 still-stubborn 1
-1010111100 choke-hold 1
-1010111100 overstimulation 1
-1010111100 Observations 1
-1010111100 clamp-down 1
-1010111100 28000-barrier 1
-1010111100 beading 1
-1010111100 deal-of-a-lifetime 1
-1010111100 cottontails 1
-1010111100 feet-to-feet 1
-1010111100 retractor 1
-1010111100 DIVIDED 1
-1010111100 loop-the-loops 1
-1010111100 Wreckage 1
-1010111100 3783 1
-1010111100 l0-day 1
-1010111100 rail-straight 1
-1010111100 sturdiest 1
-1010111100 2100-level 1
-1010111100 2,227 1
-1010111100 teethmarks 1
-1010111100 fixate 2
-1010111100 welch 2
-1010111100 34-year-olds 2
-1010111100 non-interference 2
-1010111100 97.65 2
-1010111100 warlock 2
-1010111100 dote 2
-1010111100 kibosh 2
-1010111100 nosh 2
-1010111100 mid-1900s 3
-1010111100 Vaxes 4
-1010111100 backpedal 4
-1010111100 backtrack 6
-1010111100 Survive 6
-1010111100 Documenta 7
-1010111100 scrimp 7
-1010111100 encroach 10
-1010111100 eavesdrop 10
-1010111100 subsist 11
-1010111100 impinge 15
-1010111100 intercede 18
-1010111100 renege 42
-1010111100 embark 57
-1010111100 dwell 63
-1010111100 Heard 76
-1010111100 infringe 76
-1010111100 foreclose 80
-1010111100 hinge 80
-1010111100 capitalize 295
-1010111100 rely 802
-1010111100 depend 940
-1010111100 concentrate 1048
-1010111100 focus 3152
-1010111100 yield 7326
-1010111101 1,902.47 1
-1010111101 122.52 1
-1010111101 106.30 1
-1010111101 philosophize 1
-1010111101 136.90 1
-1010111101 233.92 1
-1010111101 137.93 1
-1010111101 25,528 1
-1010111101 261.00 1
-1010111101 1783.1 1
-1010111101 25288.12 1
-1010111101 316.75 1
-1010111101 136.21 1
-1010111101 442.42 1
-1010111101 1833.96 1
-1010111101 137.58 1
-1010111101 1309.3 1
-1010111101 22813.73 1
-1010111101 1867.56 1
-1010111101 22734.49 1
-1010111101 SBLI 1
-1010111101 1854.07 1
-1010111101 1,875.75 1
-1010111101 246.76 1
-1010111101 329.55 1
-1010111101 119.38 1
-1010111101 136.13 1
-1010111101 1855.73 1
-1010111101 cents-on-the-dollar 1
-1010111101 255.2 1
-1010111101 22531.60 1
-1010111101 59-year-olds 1
-1010111101 326,852 1
-1010111101 171.83 1
-1010111101 166.41 1
-1010111101 24176.40 1
-1010111101 barers 1
-1010111101 327,453 1
-1010111101 171.55 1
-1010111101 23870.86 1
-1010111101 172.89 1
-1010111101 1794.6 1
-1010111101 2297.4 1
-1010111101 2050.52 1
-1010111101 24465.48 1
-1010111101 self-finance 1
-1010111101 1751.6 1
-1010111101 306.86 1
-1010111101 twinning 1
-1010111101 24794.91 1
-1010111101 173.22 1
-1010111101 8,642 1
-1010111101 Case. 1
-1010111101 home-in 1
-1010111101 426.48 1
-1010111101 172.99 1
-1010111101 24509.41 1
-1010111101 24892.75 1
-1010111101 lawn-cutting 1
-1010111101 1772.5 1
-1010111101 25031.35 1
-1010111101 1684.1 1
-1010111101 1258.70 1
-1010111101 224.33 1
-1010111101 22202.56 1
-1010111101 2395.72 1
-1010111101 2558 1
-1010111101 319,670 1
-1010111101 2241.69 1
-1010111101 1802.77 1
-1010111101 1.7265 1
-1010111101 1241.10 1
-1010111101 22696.49 1
-1010111101 welsh 1
-1010111101 parkgoers 1
-1010111101 overorder 1
-1010111101 1841.38 1
-1010111101 130.31 1
-1010111101 1288.5 1
-1010111101 229.43 1
-1010111101 895.03 1
-1010111101 472.86 1
-1010111101 516.54 1
-1010111101 4303.42 1
-1010111101 2977.31 1
-1010111101 1550.4 1
-1010111101 1801.6 1
-1010111101 1439.2 1
-1010111101 258.16 1
-1010111101 Tiruchirapalli 1
-1010111101 282.25 1
-1010111101 120,686 1
-1010111101 2152.98 1
-1010111101 26366.74 1
-1010111101 227.12 1
-1010111101 24404.45 1
-1010111101 399.0 1
-1010111101 577.44 1
-1010111101 1527.3 1
-1010111101 294.50 1
-1010111101 327.50 1
-1010111101 281.97 1
-1010111101 1962.41 1
-1010111101 134.06 1
-1010111101 317.79 1
-1010111101 1290.0 1
-1010111101 Castro. 1
-1010111101 243.17 1
-1010111101 22418.37 1
-1010111101 1317.1 1
-1010111101 22600.31 1
-1010111101 1842.73 1
-1010111101 sacrifice. 1
-1010111101 2295 1
-1010111101 250.82 1
-1010111101 22765.04 1
-1010111101 1244.04 1
-1010111101 251.79 1
-1010111101 1723.7 1
-1010111101 141.81 1
-1010111101 1857.07 1
-1010111101 22793.58 1
-1010111101 synthesize. 1
-1010111101 326.18 1
-1010111101 22593.37 1
-1010111101 22795.02 1
-1010111101 320.13 1
-1010111101 1885.71 1
-1010111101 288.23 1
-1010111101 2116 1
-1010111101 25560.23 1
-1010111101 329.25 1
-1010111101 25344.34 1
-1010111101 668.02 1
-1010111101 1732.2 1
-1010111101 meetcha 1
-1010111101 19,532,497 1
-1010111101 1,203 1
-1010111101 669.50 1
-1010111101 25378.88 1
-1010111101 1764.0 1
-1010111101 362.87 1
-1010111101 186.76 1
-1010111101 2105.96 1
-1010111101 25494.01 1
-1010111101 clergywomen 1
-1010111101 24800.95 1
-1010111101 retrogress 1
-1010111101 1796.6 1
-1010111101 5,830 1
-1010111101 24658.23 1
-1010111101 1754.1 1
-1010111101 180.37 1
-1010111101 323.25 1
-1010111101 186.13 1
-1010111101 1772.6 1
-1010111101 185.70 1
-1010111101 southwesterly 1
-1010111101 329.45 1
-1010111101 328.00 1
-1010111101 1742.6 1
-1010111101 25119.70 1
-1010111101 sex-offenders 1
-1010111101 1583.9 1
-1010111101 1133 1
-1010111101 21,885 1
-1010111101 3583.33 1
-1010111101 435.6 1
-1010111101 1755.1 1
-1010111101 2163.50 1
-1010111101 361.02 1
-1010111101 454.79 1
-1010111101 1249.8 1
-1010111101 116.85 1
-1010111101 305.24 1
-1010111101 232.98 1
-1010111101 1857.59 1
-1010111101 22915.49 1
-1010111101 305.22 1
-1010111101 1847.04 1
-1010111101 22686.78 1
-1010111101 1250.9 1
-1010111101 2157.48 1
-1010111101 2158.21 1
-1010111101 CBS/Epic 1
-1010111101 116.96 1
-1010111101 25396.57 1
-1010111101 660.19 1
-1010111101 2129.31 1
-1010111101 25559.18 1
-1010111101 2164.97 1
-1010111101 335.90 1
-1010111101 447.95 1
-1010111101 184.38 1
-1010111101 187.04 1
-1010111101 1712.4 1
-1010111101 656.97 1
-1010111101 create. 1
-1010111101 1,127.5 1
-1010111101 6,130 1
-1010111101 2148.39 1
-1010111101 25643.39 1
-1010111101 1768.5 1
-1010111101 2161.24 1
-1010111101 1752.1 1
-1010111101 2225.1 1
-1010111101 186.27 1
-1010111101 re-formulate 1
-1010111101 2004.23 1
-1010111101 24003.61 1
-1010111101 175.70 1
-1010111101 1996.69 1
-1010111101 23983.45 1
-1010111101 314.59 1
-1010111101 4060 1
-1010111101 1995.54 1
-1010111101 23969.76 1
-1010111101 643.69 1
-1010111101 173.59 1
-1010111101 1290.06 1
-1010111101 1840.46 1
-1010111101 21,415.37 1
-1010111101 1991.8 1
-1010111101 1,576.6 1
-1010111101 2390.5 1
-1010111101 2346 1
-1010111101 437.1 1
-1010111101 23078.36 1
-1010111101 2400.7 1
-1010111101 1939.21 1
-1010111101 amalgamate 1
-1010111101 Kununurra 1
-1010111101 346.79 1
-1010111101 23755.90 1
-1010111101 1827.2 1
-1010111101 laneside 1
-1010111101 173.42 1
-1010111101 5690 1
-1010111101 2020.50 1
-1010111101 5580 1
-1010111101 1998.76 1
-1010111101 23931.53 1
-1010111101 697.2 1
-1010111101 24102.99 1
-1010111101 178.63 1
-1010111101 maneuvers. 1
-1010111101 24427.12 1
-1010111101 1874.4 1
-1010111101 24510.37 1
-1010111101 1788.6 1
-1010111101 178.54 1
-1010111101 360.31 1
-1010111101 178.07 1
-1010111101 24755.95 1
-1010111101 489.6 1
-1010111101 1815.1 1
-1010111101 hoofing 1
-1010111101 1918.19 1
-1010111101 23036.52 1
-1010111101 3677 1
-1010111101 2346.9 1
-1010111101 1832.4 1
-1010111101 3030 1
-1010111101 173.45 1
-1010111101 173.04 1
-1010111101 24385.82 1
-1010111101 175.24 1
-1010111101 277.95 1
-1010111101 174.47 1
-1010111101 24104.98 1
-1010111101 1834.2 1
-1010111101 300.00 1
-1010111101 153.23 1
-1010111101 384.48 1
-1010111101 7990.75 1
-1010111101 27727.96 1
-1010111101 G-rated 1
-1010111101 1455.8 1
-1010111101 27444.28 1
-1010111101 299.97 1
-1010111101 299.62 1
-1010111101 352.58 1
-1010111101 384.20 1
-1010111101 aflatoxin-contamination 1
-1010111101 27573.27 1
-1010111101 trill 1
-1010111101 382.75 1
-1010111101 107.59 1
-1010111101 298.40 1
-1010111101 151.64 1
-1010111101 382.22 1
-1010111101 27766.66 1
-1010111101 354.95 1
-1010111101 902,408 1
-1010111101 coment 1
-1010111101 298.74 1
-1010111101 27435.59 1
-1010111101 8613.82 1
-1010111101 357.65 1
-1010111101 1248.71 1
-1010111101 27843.95 1
-1010111101 2131.96 1
-1010111101 153.78 1
-1010111101 1231.51 1
-1010111101 298.87 1
-1010111101 152.03 1
-1010111101 354.11 1
-1010111101 289,570 1
-1010111101 19,297 1
-1010111101 27323.93 1
-1010111101 2,209 1
-1010111101 27341.38 1
-1010111101 302.04 1
-1010111101 155.34 1
-1010111101 157.32 1
-1010111101 34,771 1
-1010111101 2115 1
-1010111101 27241.30 1
-1010111101 2108.66 1
-1010111101 27324.90 1
-1010111101 glazings 1
-1010111101 303.27 1
-1010111101 155.87 1
-1010111101 2119.79 1
-1010111101 27240.52 1
-1010111101 2128.05 1
-1010111101 1510.9 1
-1010111101 UniMarts 1
-1010111101 351.57 1
-1010111101 156.81 1
-1010111101 non-judges 1
-1010111101 304.09 1
-1010111101 156.96 1
-1010111101 1261.63 1
-1010111101 301.14 1
-1010111101 385.15 1
-1010111101 351.25 1
-1010111101 385.28 1
-1010111101 reseal 1
-1010111101 301.91 1
-1010111101 154.77 1
-1010111101 167.28 1
-1010111101 1471.9 1
-1010111101 1814.3 1
-1010111101 2116.61 1
-1010111101 1257.94 1
-1010111101 303.77 1
-1010111101 156.77 1
-1010111101 6899.91 1
-1010111101 1487.2 1
-1010111101 2113.97 1
-1010111101 27632.60 1
-1010111101 2125.14 1
-1010111101 296.36 1
-1010111101 150.38 1
-1010111101 6,180 1
-1010111101 27407.81 1
-1010111101 2110.40 1
-1010111101 1426.0 1
-1010111101 1243.68 1
-1010111101 283.20 1
-1010111101 475.50 1
-1010111101 296.59 1
-1010111101 150.20 1
-1010111101 2129.64 1
-1010111101 296.67 1
-1010111101 5,710 1
-1010111101 297.00 1
-1010111101 non-racers 1
-1010111101 251.40 1
-1010111101 98.62 1
-1010111101 499.50 1
-1010111101 228.80 1
-1010111101 2134.81 1
-1010111101 27740.11 1
-1010111101 1398.5 1
-1010111101 nonteachers 1
-1010111101 wiremaking 1
-1010111101 294.91 1
-1010111101 148.66 1
-1010111101 2141.49 1
-1010111101 344.73 1
-1010111101 1581.6 1
-1010111101 295.05 1
-1010111101 148.55 1
-1010111101 1858.31 1
-1010111101 2137.08 1
-1010111101 376.55 1
-1010111101 294.80 1
-1010111101 148.29 1
-1010111101 2031.65 1
-1010111101 Gatlings 1
-1010111101 293.18 1
-1010111101 146.68 1
-1010111101 grubs 1
-1010111101 2093.20 1
-1010111101 27004.64 1
-1010111101 27472.59 1
-1010111101 2123.64 1
-1010111101 298.63 1
-1010111101 27799.09 1
-1010111101 384.10 1
-1010111101 27731.80 1
-1010111101 double-bill 1
-1010111101 352.22 1
-1010111101 297.67 1
-1010111101 151.92 1
-1010111101 384.86 1
-1010111101 384.91 1
-1010111101 298.97 1
-1010111101 152.64 1
-1010111101 295.7 1
-1010111101 1253.70 1
-1010111101 2108.55 1
-1010111101 298.35 1
-1010111101 152.13 1
-1010111101 296.79 1
-1010111101 151.15 1
-1010111101 35,583 1
-1010111101 7783.43 1
-1010111101 205.50 1
-1010111101 136.10 1
-1010111101 1409.8 1
-1010111101 1756.3 1
-1010111101 2147.38 1
-1010111101 350.83 1
-1010111101 151.60 1
-1010111101 383.85 1
-1010111101 non-paramedics 1
-1010111101 1831.6 1
-1010111101 self-betterment 1
-1010111101 2368.1 1
-1010111101 1851.3 1
-1010111101 2140.14 1
-1010111101 2048.45 1
-1010111101 24944.88 1
-1010111101 1811.9 1
-1010111101 2313.4 1
-1010111101 tomorrrow 1
-1010111101 333.20 1
-1010111101 2366 1
-1010111101 2136.61 1
-1010111101 26010.88 1
-1010111101 182.97 1
-1010111101 331.70 1
-1010111101 226.92 1
-1010111101 518.20 1
-1010111101 456.9 1
-1010111101 2368.3 1
-1010111101 2139.15 1
-1010111101 2247.6 1
-1010111101 338.80 1
-1010111101 191.80 1
-1010111101 28982.25 1
-1010111101 2234.15 1
-1010111101 148.96 1
-1010111101 337.91 1
-1010111101 289.59 1
-1010111101 nonemployees 1
-1010111101 1831.8 1
-1010111101 24866.06 1
-1010111101 31,290 1
-1010111101 33,931 1
-1010111101 3763.11 1
-1010111101 361.50 1
-1010111101 451.7 1
-1010111101 2352.4 1
-1010111101 2234.98 1
-1010111101 178.48 1
-1010111101 173.52 1
-1010111101 332.40 1
-1010111101 322.90 1
-1010111101 5,360 1
-1010111101 2156.17 1
-1010111101 26284.65 1
-1010111101 2338.5 1
-1010111101 overwrite 1
-1010111101 1858.2 1
-1010111101 2158.25 1
-1010111101 26338.77 1
-1010111101 337.04 1
-1010111101 166.64 1
-1010111101 2375.5 1
-1010111101 1866.9 1
-1010111101 2154.37 1
-1010111101 631.10 1
-1010111101 311.07 1
-1010111101 347.20 1
-1010111101 1834.7 1
-1010111101 2181.47 1
-1010111101 281.50 1
-1010111101 1812.9 1
-1010111101 26428.22 1
-1010111101 2167.3 1
-1010111101 670.50 1
-1010111101 1847.4 1
-1010111101 2161.69 1
-1010111101 seaward 1
-1010111101 176.02 1
-1010111101 171.26 1
-1010111101 2382.2 1
-1010111101 1872.3 1
-1010111101 2114.19 1
-1010111101 204.20 1
-1010111101 1873.7 1
-1010111101 2119.87 1
-1010111101 26018.33 1
-1010111101 Watergate. 1
-1010111101 333.80 1
-1010111101 344.90 1
-1010111101 180,080 1
-1010111101 253,098 1
-1010111101 1860.9 1
-1010111101 2108.33 1
-1010111101 25721.74 1
-1010111101 444.64 1
-1010111101 176.32 1
-1010111101 3936.13 1
-1010111101 1853.5 1
-1010111101 2121.29 1
-1010111101 25952.27 1
-1010111101 319.85 1
-1010111101 447.51 1
-1010111101 178.98 1
-1010111101 1858.3 1
-1010111101 2131.61 1
-1010111101 26088.97 1
-1010111101 3906.44 1
-1010111101 303.50 1
-1010111101 375.50 1
-1010111101 2367.9 1
-1010111101 senator. 1
-1010111101 2137.25 1
-1010111101 27733.10 1
-1010111101 shout. 1
-1010111101 382.79 1
-1010111101 1314.98 1
-1010111101 1858.4 1
-1010111101 352.70 1
-1010111101 385.19 1
-1010111101 303.44 1
-1010111101 158.37 1
-1010111101 542.5 1
-1010111101 300.64 1
-1010111101 2156.44 1
-1010111101 27982.54 1
-1010111101 299.56 1
-1010111101 156.98 1
-1010111101 2155.62 1
-1010111101 28013.67 1
-1010111101 546.50 1
-1010111101 758.50 1
-1010111101 1852.4 1
-1010111101 1501.7 1
-1010111101 300.95 1
-1010111101 156.94 1
-1010111101 1289.72 1
-1010111101 191,816 1
-1010111101 noncitizen 1
-1010111101 whites. 1
-1010111101 304.48 1
-1010111101 156.18 1
-1010111101 385.76 1
-1010111101 1512.5 1
-1010111101 2123.90 1
-1010111101 306.37 1
-1010111101 484.04 1
-1010111101 1293.72 1
-1010111101 2120.78 1
-1010111101 27421.49 1
-1010111101 304.38 1
-1010111101 158.87 1
-1010111101 122,468 1
-1010111101 27302.59 1
-1010111101 2111.24 1
-1010111101 304.95 1
-1010111101 158.85 1
-1010111101 387.23 1
-1010111101 1,486 1
-1010111101 294.04 1
-1010111101 294.63 1
-1010111101 154.09 1
-1010111101 1,683 1
-1010111101 347.50 1
-1010111101 1287.88 1
-1010111101 294.76 1
-1010111101 154.84 1
-1010111101 1277.30 1
-1010111101 less-than-masterpieces 1
-1010111101 289.40 1
-1010111101 28507.90 1
-1010111101 1874.80 1
-1010111101 381.78 1
-1010111101 take. 1
-1010111101 1589.5 1
-1010111101 157.08 1
-1010111101 349.19 1
-1010111101 1288.55 1
-1010111101 2150.29 1
-1010111101 27985.26 1
-1010111101 299.83 1
-1010111101 744.5 1
-1010111101 1271.13 1
-1010111101 27784.70 1
-1010111101 278.50 1
-1010111101 Hieselaar 1
-1010111101 1506.49 1
-1010111101 1278.4 1
-1010111101 267.89 1
-1010111101 24539.75 1
-1010111101 2134.26 1
-1010111101 1420 1
-1010111101 1265.9 1
-1010111101 1551.56 1
-1010111101 18623.95 1
-1010111101 1268.5 1
-1010111101 1546.91 1
-1010111101 24580.87 1
-1010111101 2146.4 1
-1010111101 616.24 1
-1010111101 2153.4 1
-1010111101 288.73 1
-1010111101 144.68 1
-1010111101 1532.26 1
-1010111101 163.61 1
-1010111101 2157.4 1
-1010111101 318.53 1
-1010111101 161.97 1
-1010111101 24433.65 1
-1010111101 1,766.65 1
-1010111101 142.39 1
-1010111101 1292.2 1
-1010111101 1507.51 1
-1010111101 1777.63 1
-1010111101 1980.2 1
-1010111101 161.41 1
-1010111101 248.21 1
-1010111101 159.05 1
-1010111101 1637.0 1
-1010111101 1566.03 1
-1010111101 1280.4 1
-1010111101 1568.51 1
-1010111101 restabilize 1
-1010111101 1860.72 1
-1010111101 142.87 1
-1010111101 1859.33 1
-1010111101 1611.5 1
-1010111101 265.36 1
-1010111101 142.57 1
-1010111101 1554.19 1
-1010111101 1275.5 1
-1010111101 225.17 1
-1010111101 162.72 1
-1010111101 266.78 1
-1010111101 143.59 1
-1010111101 monogamy. 1
-1010111101 blindfolds 1
-1010111101 1285.5 1
-1010111101 1553.54 1
-1010111101 18776.18 1
-1010111101 316.9 1
-1010111101 1284.7 1
-1010111101 1555.78 1
-1010111101 250.96 1
-1010111101 691,000 1
-1010111101 1547.13 1
-1010111101 320.0 1
-1010111101 1284.4 1
-1010111101 2149.96 1
-1010111101 1708.08 1
-1010111101 1731.60 1
-1010111101 19,550.21 1
-1010111101 1898.4 1
-1010111101 423.56 1
-1010111101 1828.6 1
-1010111101 1740.77 1
-1010111101 19,956.33 1
-1010111101 162.16 1
-1010111101 1742.12 1
-1010111101 1,805.61 1
-1010111101 1722.99 1
-1010111101 403.50 1
-1010111101 157.18 1
-1010111101 Russky-bashing 1
-1010111101 316.65 1
-1010111101 390.98 1
-1010111101 156.19 1
-1010111101 156.11 1
-1010111101 1417.51 1
-1010111101 26,209,590 1
-1010111101 4,045 1
-1010111101 1798.1 1
-1010111101 1731.73 1
-1010111101 understanding. 1
-1010111101 1812.1 1
-1010111101 1723.24 1
-1010111101 157.28 1
-1010111101 16,373 1
-1010111101 disenroll 1
-1010111101 1808.3 1
-1010111101 1758.34 1
-1010111101 20,048.35 1
-1010111101 20,072.09 1
-1010111101 397.18 1
-1010111101 1930.1 1
-1010111101 1762.87 1
-1010111101 317.66 1
-1010111101 417.03 1
-1010111101 162.76 1
-1010111101 1752.27 1
-1010111101 1961.5 1
-1010111101 violence. 1
-1010111101 1952.0 1
-1010111101 1736.72 1
-1010111101 Episcopalianism 1
-1010111101 161.38 1
-1010111101 161.12 1
-1010111101 157.58 1
-1010111101 1793.17 1
-1010111101 161.58 1
-1010111101 423.91 1
-1010111101 321.75 1
-1010111101 1895.8 1
-1010111101 1743.44 1
-1010111101 319.0 1
-1010111101 1878.6 1
-1010111101 3703.93 1
-1010111101 158.47 1
-1010111101 1733.75 1
-1010111101 1874.9 1
-1010111101 162.48 1
-1010111101 1710.57 1
-1010111101 159.56 1
-1010111101 1698.72 1
-1010111101 1898.1 1
-1010111101 1712.52 1
-1010111101 418.16 1
-1010111101 287.19 1
-1010111101 4890 1
-1010111101 2193.75 1
-1010111101 293.07 1
-1010111101 1940.2 1
-1010111101 23886.10 1
-1010111101 spectate 1
-1010111101 grandmothers-to-be 1
-1010111101 164.70 1
-1010111101 334.72 1
-1010111101 1955.7 1
-1010111101 417.43 1
-1010111101 162.23 1
-1010111101 24363.19 1
-1010111101 overtrade 1
-1010111101 2155.17 1
-1010111101 3410 1
-1010111101 2790 1
-1010111101 1680.5 1
-1010111101 20,563 1
-1010111101 46,195 1
-1010111101 1949.4 1
-1010111101 2141.19 1
-1010111101 234.79 1
-1010111101 1922.2 1
-1010111101 447.89 1
-1010111101 286.91 1
-1010111101 1670.4 1
-1010111101 24535.85 1
-1010111101 2179.78 1
-1010111101 219.24 1
-1010111101 2174.88 1
-1010111101 23,895.22 1
-1010111101 non-exercisers 1
-1010111101 GermaniaBank 1
-1010111101 421.91 1
-1010111101 2171.97 1
-1010111101 417.73 1
-1010111101 dollar-debt 1
-1010111101 162.86 1
-1010111101 221.74 1
-1010111101 166.47 1
-1010111101 163.22 1
-1010111101 23274.83 1
-1010111101 166.34 1
-1010111101 296.30 1
-1010111101 2065.1 1
-1010111101 453.0 1
-1010111101 1580.9 1
-1010111101 1,004.5 1
-1010111101 2077.9 1
-1010111101 3,672 1
-1010111101 24207.55 1
-1010111101 159.27 1
-1010111101 1986.6 1
-1010111101 23072.41 1
-1010111101 1304.21 1
-1010111101 2235.37 1
-1010111101 1968.6 1
-1010111101 24024.61 1
-1010111101 1658.7 1
-1010111101 24589.23 1
-1010111101 2022.1 1
-1010111101 2086.5 1
-1010111101 1005.5 1
-1010111101 2038.6 1
-1010111101 160.94 1
-1010111101 640,396 1
-1010111101 166.13 1
-1010111101 282.51 1
-1010111101 428.34 1
-1010111101 166.04 1
-1010111101 criticsm 1
-1010111101 1558.0 1
-1010111101 165.89 1
-1010111101 157.02 1
-1010111101 406.57 1
-1010111101 1577.1 1
-1010111101 8,520 1
-1010111101 157.93 1
-1010111101 170.20 1
-1010111101 166.76 1
-1010111101 24077.88 1
-1010111101 2122.1 1
-1010111101 1567.6 1
-1010111101 28,100 1
-1010111101 158.07 1
-1010111101 1623.0 1
-1010111101 1860.16 1
-1010111101 24,430 1
-1010111101 1869.51 1
-1010111101 170.77 1
-1010111101 170.50 1
-1010111101 1.5905 1
-1010111101 3110 1
-1010111101 23754.01 1
-1010111101 2073.34 1
-1010111101 wages. 1
-1010111101 290.40 1
-1010111101 164.56 1
-1010111101 168.37 1
-1010111101 2054.91 1
-1010111101 24651.44 1
-1010111101 2169.45 1
-1010111101 215.33 1
-1010111101 162.14 1
-1010111101 4040 1
-1010111101 4,010 1
-1010111101 1981.44 1
-1010111101 2032.54 1
-1010111101 165.76 1
-1010111101 161.03 1
-1010111101 1917.1 1
-1010111101 483.8 1
-1010111101 2017.24 1
-1010111101 7,674 1
-1010111101 Odetta 1
-1010111101 7,708 1
-1010111101 Transylvanians 1
-1010111101 1564.5 1
-1010111101 1942.07 1
-1010111101 168.35 1
-1010111101 Westerners. 1
-1010111101 785.50 1
-1010111101 281.80 1
-1010111101 287.20 1
-1010111101 1933.31 1
-1010111101 170.96 1
-1010111101 1558.6 1
-1010111101 1961.92 1
-1010111101 nontransferability 1
-1010111101 2178.79 1
-1010111101 2460 1
-1010111101 2189.7 1
-1010111101 1691.6 1
-1010111101 166.09 1
-1010111101 230.88 1
-1010111101 161.45 1
-1010111101 24298.98 1
-1010111101 3450 1
-1010111101 4030 1
-1010111101 2729.55 1
-1010111101 25379.88 1
-1010111101 421.67 1
-1010111101 167.38 1
-1010111101 167.13 1
-1010111101 168.24 1
-1010111101 229.79 1
-1010111101 armaments. 1
-1010111101 1752.2 1
-1010111101 1,656,671 1
-1010111101 225.81 1
-1010111101 1803.08 1
-1010111101 24,902.63 1
-1010111101 162.77 1
-1010111101 1730.7 1
-1010111101 1712.1 1
-1010111101 166.15 1
-1010111101 293.45 1
-1010111101 31,552 1
-1010111101 15,129 1
-1010111101 171,831 1
-1010111101 165.27 1
-1010111101 Rice-A-Roni 1
-1010111101 518.25 1
-1010111101 180.12 1
-1010111101 26655.07 1
-1010111101 1763.2 1
-1010111101 4,790 1
-1010111101 2139.47 1
-1010111101 181.21 1
-1010111101 341.50 1
-1010111101 2154.26 1
-1010111101 3797 1
-1010111101 368.00 1
-1010111101 2153.20 1
-1010111101 175.59 1
-1010111101 179.34 1
-1010111101 1586.4 1
-1010111101 2110.38 1
-1010111101 101.04 1
-1010111101 102.49 1
-1010111101 452.8 1
-1010111101 1774.5 1
-1010111101 25738.86 1
-1010111101 25756.44 1
-1010111101 1786.6 1
-1010111101 survive. 1
-1010111101 169.85 1
-1010111101 2255.67 1
-1010111101 25894.27 1
-1010111101 170.60 1
-1010111101 302.69 1
-1010111101 171.84 1
-1010111101 184.45 1
-1010111101 Guildford 1
-1010111101 1857.23 1
-1010111101 23035.81 1
-1010111101 MiG-21s 1
-1010111101 non-delegates 1
-1010111101 233.57 1
-1010111101 1,855.44 1
-1010111101 235.05 1
-1010111101 5,130 1
-1010111101 1879.21 1
-1010111101 23280.84 1
-1010111101 379.80 1
-1010111101 109.50 1
-1010111101 376.50 1
-1010111101 1844.55 1
-1010111101 22846.73 1
-1010111101 nonmembers. 1
-1010111101 318.72 1
-1010111101 312.68 1
-1010111101 628.50 1
-1010111101 1837.03 1
-1010111101 22819.42 1
-1010111101 1312.4 1
-1010111101 215.50 1
-1010111101 250.40 1
-1010111101 252.60 1
-1010111101 1845.39 1
-1010111101 314.22 1
-1010111101 309.36 1
-1010111101 1848.02 1
-1010111101 298.75 1
-1010111101 stall. 1
-1010111101 1857.54 1
-1010111101 22948.34 1
-1010111101 220.50 1
-1010111101 223.80 1
-1010111101 5,190 1
-1010111101 1578 1
-1010111101 1226.75 1
-1010111101 Rob. 1
-1010111101 1856.40 1
-1010111101 22885.70 1
-1010111101 1,842.24 1
-1010111101 116.57 1
-1010111101 375.10 1
-1010111101 1598.4 1
-1010111101 1279.3 1
-1010111101 1833.13 1
-1010111101 22586.52 1
-1010111101 165.31 1
-1010111101 110,330 1
-1010111101 59,650,000 1
-1010111101 Bermudan-flag 1
-1010111101 recommend. 1
-1010111101 20936.95 1
-1010111101 1571.4 1
-1010111101 263.80 1
-1010111101 1829.68 1
-1010111101 354.49 1
-1010111101 325.53 1
-1010111101 Photocarcinogenesis 1
-1010111101 1377.8 1
-1010111101 22977.75 1
-1010111101 1833.48 1
-1010111101 22826.97 1
-1010111101 326.85 1
-1010111101 Balcic 1
-1010111101 1844.26 1
-1010111101 22899.83 1
-1010111101 327.30 1
-1010111101 1825.46 1
-1010111101 1819.23 1
-1010111101 22693.85 1
-1010111101 165.96 1
-1010111101 meatcutters 1
-1010111101 1840.44 1
-1010111101 22956.84 1
-1010111101 1976-1986 1
-1010111101 1582.48 1
-1010111101 1372.5 1
-1010111101 148.39 1
-1010111101 folde-rol 1
-1010111101 149.31 1
-1010111101 1582.44 1
-1010111101 ex-Dodgers 1
-1010111101 1587.74 1
-1010111101 18842.37 1
-1010111101 110,661 1
-1010111101 1557.46 1
-1010111101 18544.05 1
-1010111101 1591.57 1
-1010111101 18784.27 1
-1010111101 1389.0 1
-1010111101 389.95 1
-1010111101 150.58 1
-1010111101 coleus 1
-1010111101 1568.90 1
-1010111101 287.73 1
-1010111101 386.40 1
-1010111101 149.14 1
-1010111101 1320.2 1
-1010111101 138.58 1
-1010111101 1308.6 1
-1010111101 278.86 1
-1010111101 372.49 1
-1010111101 21,734 1
-1010111101 1334.3 1
-1010111101 1593.62 1
-1010111101 1322.8 1
-1010111101 1575.31 1
-1010111101 1,746 1
-1010111101 L'Oiseau-Lyre 1
-1010111101 1775.9 1
-1010111101 1673.82 1
-1010111101 double-parking 1
-1010111101 pontification 1
-1010111101 30,634 1
-1010111101 endusers 1
-1010111101 153,064 1
-1010111101 1677.12 1
-1010111101 328.0 1
-1010111101 1761.6 1
-1010111101 1673.63 1
-1010111101 393.17 1
-1010111101 1697.69 1
-1010111101 155.85 1
-1010111101 1702.96 1
-1010111101 279,200 1
-1010111101 153.63 1
-1010111101 165.41 1
-1010111101 429.00 1
-1010111101 329.47 1
-1010111101 87,460 1
-1010111101 1406.9 1
-1010111101 1602 1
-1010111101 U.S.-newspaper 1
-1010111101 392.57 1
-1010111101 392.06 1
-1010111101 152.90 1
-1010111101 392.59 1
-1010111101 alliteration 1
-1010111101 333.0 1
-1010111101 1403.0 1
-1010111101 1639.53 1
-1010111101 19149.63 1
-1010111101 1397.0 1
-1010111101 1654.37 1
-1010111101 Apshai 1
-1010111101 2061.71 1
-1010111101 24967.73 1
-1010111101 1,727 1
-1010111101 2279.8 1
-1010111101 176.48 1
-1010111101 317.80 1
-1010111101 336.90 1
-1010111101 177.98 1
-1010111101 22,351 1
-1010111101 10,220 1
-1010111101 697.80 1
-1010111101 305.50 1
-1010111101 tie-breakers 1
-1010111101 2044.67 1
-1010111101 24844.84 1
-1010111101 1833.2 1
-1010111101 1821.45 1
-1010111101 2038.79 1
-1010111101 24912.42 1
-1010111101 1837.3 1
-1010111101 1973.7 1
-1010111101 1576.3 1
-1010111101 436.01 1
-1010111101 693.99 1
-1010111101 2051.22 1
-1010111101 24855.31 1
-1010111101 2304.5 1
-1010111101 2249.1 1
-1010111101 443.48 1
-1010111101 177.46 1
-1010111101 bargain-hunt 1
-1010111101 humpburger 1
-1010111101 2082.10 1
-1010111101 25204.09 1
-1010111101 313.92 1
-1010111101 1788.5 1
-1010111101 25,004.09 1
-1010111101 2052.49 1
-1010111101 24828.27 1
-1010111101 non-ambulatory 1
-1010111101 2065.57 1
-1010111101 24954.02 1
-1010111101 180.02 1
-1010111101 2048.96 1
-1010111101 24795.24 1
-1010111101 448.9 1
-1010111101 1196 1
-1010111101 1559.73 1
-1010111101 247.40 1
-1010111101 1566.66 1
-1010111101 140.72 1
-1010111101 1294.7 1
-1010111101 139.12 1
-1010111101 10,369 1
-1010111101 1557.41 1
-1010111101 18774.26 1
-1010111101 1556.37 1
-1010111101 18701.30 1
-1010111101 21,123.10 1
-1010111101 1817.26 1
-1010111101 21,105.85 1
-1010111101 1816.69 1
-1010111101 164.25 1
-1010111101 141.56 1
-1010111101 1279.6 1
-1010111101 1574.49 1
-1010111101 1276.1 1
-1010111101 1563.23 1
-1010111101 313.25 1
-1010111101 1272.1 1
-1010111101 1569.07 1
-1010111101 defect. 1
-1010111101 1270.6 1
-1010111101 1552.27 1
-1010111101 bodybuilders 1
-1010111101 2170.33 1
-1010111101 140.34 1
-1010111101 368.51 1
-1010111101 341.25 1
-1010111101 McSpaghetti 1
-1010111101 2164.43 1
-1010111101 296.96 1
-1010111101 467.19 1
-1010111101 442.92 1
-1010111101 34678.17 1
-1010111101 34607.41 1
-1010111101 10011.2 1
-1010111101 1926.94 1
-1010111101 299.99 1
-1010111101 317.96 1
-1010111101 344.97 1
-1010111101 2180.47 1
-1010111101 2185.77 1
-1010111101 27489.31 1
-1010111101 27412.25 1
-1010111101 1924.87 1
-1010111101 34699.28 1
-1010111101 141.63 1
-1010111101 34745.02 1
-1010111101 255.10 1
-1010111101 34857.60 1
-1010111101 1435.5 1
-1010111101 2202.83 1
-1010111101 466.75 1
-1010111101 441.64 1
-1010111101 292.79 1
-1010111101 251.35 1
-1010111101 462.85 1
-1010111101 2200.06 1
-1010111101 678,109 1
-1010111101 2182.22 1
-1010111101 27468.31 1
-1010111101 107,266 1
-1010111101 381.67 1
-1010111101 330.17 1
-1010111101 11-to-one 1
-1010111101 1387.1 1
-1010111101 23791.19 1
-1010111101 3,783 1
-1010111101 19,882 1
-1010111101 148.33 1
-1010111101 2,808 1
-1010111101 nonrenewal 1
-1010111101 466.92 1
-1010111101 444.01 1
-1010111101 399.26 1
-1010111101 469.33 1
-1010111101 24344.51 1
-1010111101 351.84 1
-1010111101 survivability. 1
-1010111101 237.50 1
-1010111101 2189.42 1
-1010111101 1,500-meters 1
-1010111101 301.45 1
-1010111101 148.93 1
-1010111101 34482.70 1
-1010111101 2,631,800 1
-1010111101 gweilos 1
-1010111101 364.76 1
-1010111101 386.15 1
-1010111101 348.80 1
-1010111101 18,388 1
-1010111101 1806.7 1
-1010111101 24,207.47 1
-1010111101 148.94 1
-1010111101 195.27 1
-1010111101 2176.38 1
-1010111101 1386.9 1
-1010111101 1981.70 1
-1010111101 462.97 1
-1010111101 534.74 1
-1010111101 553.72 1
-1010111101 weather-forecasting 1
-1010111101 681,862 1
-1010111101 132,754 1
-1010111101 54,248 1
-1010111101 302.54 1
-1010111101 34690.29 1
-1010111101 34470.58 1
-1010111101 194.47 1
-1010111101 2,577.92 1
-1010111101 8,530 1
-1010111101 1368.4 1
-1010111101 1718.5 1
-1010111101 1933.88 1
-1010111101 1443.2 1
-1010111101 210.40 1
-1010111101 238.70 1
-1010111101 509.50 1
-1010111101 242.40 1
-1010111101 1438.1 1
-1010111101 302.39 1
-1010111101 146.51 1
-1010111101 8527 1
-1010111101 144.24 1
-1010111101 488.56 1
-1010111101 464.33 1
-1010111101 302.46 1
-1010111101 147.83 1
-1010111101 379.14 1
-1010111101 372.80 1
-1010111101 34499.90 1
-1010111101 346.47 1
-1010111101 439.20 1
-1010111101 382.23 1
-1010111101 2213.08 1
-1010111101 237.90 1
-1010111101 explore. 1
-1010111101 350.50 1
-1010111101 325.91 1
-1010111101 1381.0 1
-1010111101 148.57 1
-1010111101 303.22 1
-1010111101 458.36 1
-1010111101 1882.75 1
-1010111101 259.52 1
-1010111101 321.06 1
-1010111101 430.77 1
-1010111101 456.97 1
-1010111101 301.94 1
-1010111101 339.95 1
-1010111101 190.38 1
-1010111101 377.70 1
-1010111101 191.84 1
-1010111101 1912.28 1
-1010111101 253.08 1
-1010111101 1232.44 1
-1010111101 299.08 1
-1010111101 434.98 1
-1010111101 532.83 1
-1010111101 459.37 1
-1010111101 298.29 1
-1010111101 150.34 1
-1010111101 2151.17 1
-1010111101 315.31 1
-1010111101 relieve. 1
-1010111101 pain/discomfort 1
-1010111101 run. 1
-1010111101 mid1984 1
-1010111101 1975.9 1
-1010111101 2644.02 1
-1010111101 34893.28 1
-1010111101 369.75 1
-1010111101 141.51 1
-1010111101 country-gone-to-meeting 1
-1010111101 365.55 1
-1010111101 397.92 1
-1010111101 1243.04 1
-1010111101 152.36 1
-1010111101 189.97 1
-1010111101 376.58 1
-1010111101 1881.71 1
-1010111101 27920.36 1
-1010111101 2199.92 1
-1010111101 49,047 1
-1010111101 375.86 1
-1010111101 190.11 1
-1010111101 1418.0 1
-1010111101 1767.3 1
-1010111101 1896.95 1
-1010111101 2182.53 1
-1010111101 Baby-Boomers 1
-1010111101 344.23 1
-1010111101 381.40 1
-1010111101 2185.18 1
-1010111101 363.8 1
-1010111101 2183.79 1
-1010111101 35079.63 1
-1010111101 2643.20 1
-1010111101 187.30 1
-1010111101 2,767,700 1
-1010111101 35114.35 1
-1010111101 2153.12 1
-1010111101 290.68 1
-1010111101 143.61 1
-1010111101 0.008080 1
-1010111101 elabore 1
-1010111101 2158.22 1
-1010111101 2152.39 1
-1010111101 533.62 1
-1010111101 eternity. 1
-1010111101 552.08 1
-1010111101 17,193 1
-1010111101 194.79 1
-1010111101 503.5 1
-1010111101 27508.77 1
-1010111101 2170.31 1
-1010111101 Cuba. 1
-1010111101 605,332 1
-1010111101 6,090,893 1
-1010111101 30,260,545 1
-1010111101 291.79 1
-1010111101 1910.81 1
-1010111101 1981.0 1
-1010111101 34710.81 1
-1010111101 169.37 1
-1010111101 2165.87 1
-1010111101 1977.9 1
-1010111101 zookeepers 1
-1010111101 449.12 1
-1010111101 non-partners 1
-1010111101 2128.58 1
-1010111101 294.19 1
-1010111101 overflights. 1
-1010111101 148.04 1
-1010111101 self-achievement 1
-1010111101 346.20 1
-1010111101 402.46 1
-1010111101 143.33 1
-1010111101 1925.83 1
-1010111101 292.06 1
-1010111101 2151.38 1
-1010111101 27428.24 1
-1010111101 moteliers-turned-developers 1
-1010111101 107.03 1
-1010111101 290.58 1
-1010111101 143.77 1
-1010111101 1489.3 1
-1010111101 34808.05 1
-1010111101 463.01 1
-1010111101 34951.62 1
-1010111101 367.29 1
-1010111101 458.31 1
-1010111101 380.09 1
-1010111101 358.49 1
-1010111101 391.92 1
-1010111101 widen. 1
-1010111101 446.47 1
-1010111101 111,380 1
-1010111101 105,307 1
-1010111101 67,374 1
-1010111101 439.44 1
-1010111101 39,346 1
-1010111101 349.53 1
-1010111101 lobby. 1
-1010111101 30,377 1
-1010111101 24,419 1
-1010111101 2121.64 1
-1010111101 144.94 1
-1010111101 186.10 1
-1010111101 1462.7 1
-1010111101 370.12 1
-1010111101 390.96 1
-1010111101 Bogie 1
-1010111101 382.43 1
-1010111101 193.30 1
-1010111101 34113.66 1
-1010111101 695.5 1
-1010111101 34217.55 1
-1010111101 2127.40 1
-1010111101 360.03 1
-1010111101 gobblers 1
-1010111101 3033.33 1
-1010111101 34732.21 1
-1010111101 378.48 1
-1010111101 34828.19 1
-1010111101 graffiti-writing 1
-1010111101 2077.84 1
-1010111101 1423.7 1
-1010111101 Europeanism 1
-1010111101 1405.6 1
-1010111101 383.19 1
-1010111101 34877.74 1
-1010111101 governer 1
-1010111101 2147.90 1
-1010111101 739.54 1
-1010111101 442.40 1
-1010111101 468.73 1
-1010111101 463.54 1
-1010111101 443.92 1
-1010111101 455.04 1
-1010111101 471.31 1
-1010111101 468.66 1
-1010111101 25320.72 1
-1010111101 1408.3 1
-1010111101 2078.07 1
-1010111101 ex-congressmen 1
-1010111101 discretion. 1
-1010111101 2097.29 1
-1010111101 ex-strongmen 1
-1010111101 388.77 1
-1010111101 1449.9 1
-1010111101 192.29 1
-1010111101 358.42 1
-1010111101 439.27 1
-1010111101 719.39 1
-1010111101 452.48 1
-1010111101 150.53 1
-1010111101 92.55 1
-1010111101 2074.52 1
-1010111101 philosopher-king 1
-1010111101 190.95 1
-1010111101 2104.33 1
-1010111101 stay. 1
-1010111101 34309.32 1
-1010111101 464.77 1
-1010111101 444.82 1
-1010111101 468.78 1
-1010111101 near-madness 1
-1010111101 1296.03 1
-1010111101 393.72 1
-1010111101 457.94 1
-1010111101 narcotraffic 1
-1010111101 372.01 1
-1010111101 363.65 1
-1010111101 394.38 1
-1010111101 allow. 1
-1010111101 470.42 1
-1010111101 1463.6 1
-1010111101 2106.20 1
-1010111101 2,781,000 1
-1010111101 855,171 1
-1010111101 468.57 1
-1010111101 445.92 1
-1010111101 127,549 1
-1010111101 nonconformists 1
-1010111101 3.0838 1
-1010111101 473.14 1
-1010111101 444.04 1
-1010111101 388.71 1
-1010111101 356.63 1
-1010111101 425.51 1
-1010111101 452.04 1
-1010111101 knowledge-intensity 1
-1010111101 34332.88 1
-1010111101 34314.50 1
-1010111101 193.88 1
-1010111101 382.82 1
-1010111101 471.86 1
-1010111101 448.65 1
-1010111101 468.68 1
-1010111101 388,312 1
-1010111101 2031.90 1
-1010111101 1382.6 1
-1010111101 26663.55 1
-1010111101 2155.29 1
-1010111101 34483.78 1
-1010111101 378.83 1
-1010111101 146.17 1
-1010111101 375.11 1
-1010111101 360.77 1
-1010111101 464.11 1
-1010111101 mega-cases 1
-1010111101 470.48 1
-1010111101 447.16 1
-1010111101 468.26 1
-1010111101 743.10 1
-1010111101 esq 1
-1010111101 34416.44 1
-1010111101 34441.95 1
-1010111101 2187.78 1
-1010111101 26993.64 1
-1010111101 2038.56 1
-1010111101 346.67 1
-1010111101 2173.80 1
-1010111101 2193.95 1
-1010111101 340.40 1
-1010111101 1996.24 1
-1010111101 27231.84 1
-1010111101 34548.96 1
-1010111101 357.45 1
-1010111101 320.60 1
-1010111101 190.22 1
-1010111101 unlearn 1
-1010111101 375.35 1
-1010111101 443.87 1
-1010111101 463.86 1
-1010111101 447.03 1
-1010111101 468.28 1
-1010111101 1786.8 1
-1010111101 471.34 1
-1010111101 383.99 1
-1010111101 2162.46 1
-1010111101 26859.00 1
-1010111101 2152.93 1
-1010111101 26828.16 1
-1010111101 29,290,579 1
-1010111101 sigificance 1
-1010111101 145.24 1
-1010111101 296.71 1
-1010111101 non-problems 1
-1010111101 358.41 1
-1010111101 355.63 1
-1010111101 383.96 1
-1010111101 2014.82 1
-1010111101 196.37 1
-1010111101 381.63 1
-1010111101 345.79 1
-1010111101 146.29 1
-1010111101 2136.02 1
-1010111101 1633.55 1
-1010111101 451.12 1
-1010111101 145.17 1
-1010111101 455.36 1
-1010111101 371.89 1
-1010111101 739.05 1
-1010111101 443.34 1
-1010111101 149.76 1
-1010111101 297.58 1
-1010111101 2150.1 1
-1010111101 191.38 1
-1010111101 387.17 1
-1010111101 2071.93 1
-1010111101 382.87 1
-1010111101 1782.4 1
-1010111101 credits. 1
-1010111101 375.81 1
-1010111101 448.77 1
-1010111101 bountyhunters 1
-1010111101 34898.46 1
-1010111101 17,288 1
-1010111101 34243.06 1
-1010111101 2142.93 1
-1010111101 worsen. 1
-1010111101 382.52 1
-1010111101 359.88 1
-1010111101 luxury. 1
-1010111101 303.69 1
-1010111101 235.96 1
-1010111101 152.47 1
-1010111101 366.07 1
-1010111101 23,555 1
-1010111101 2183.58 1
-1010111101 2045.92 1
-1010111101 26950.11 1
-1010111101 2182.02 1
-1010111101 12,629,143 1
-1010111101 153.19 1
-1010111101 394.56 1
-1010111101 272.55 1
-1010111101 265.02 1
-1010111101 299.38 1
-1010111101 32,673 1
-1010111101 150.28 1
-1010111101 60,545 1
-1010111101 minihockey 1
-1010111101 287,887 1
-1010111101 438.57 1
-1010111101 30,968 1
-1010111101 142.63 1
-1010111101 25050.47 1
-1010111101 2050.29 1
-1010111101 Comm 1
-1010111101 113,811 1
-1010111101 6,220 1
-1010111101 354.66 1
-1010111101 1779.7 1
-1010111101 2173.46 1
-1010111101 34198.10 1
-1010111101 148.54 1
-1010111101 26748.89 1
-1010111101 34472.54 1
-1010111101 2188.56 1
-1010111101 27856.42 1
-1010111101 457.14 1
-1010111101 354.74 1
-1010111101 192.41 1
-1010111101 crash-land 1
-1010111101 politics-as-usual 1
-1010111101 302.85 1
-1010111101 2195.84 1
-1010111101 28002.42 1
-1010111101 193.20 1
-1010111101 303.63 1
-1010111101 381.15 1
-1010111101 2228 1
-1010111101 376.56 1
-1010111101 eight. 1
-1010111101 1373.9 1
-1010111101 85,418 1
-1010111101 45,426 1
-1010111101 349.15 1
-1010111101 348.25 1
-1010111101 253.63 1
-1010111101 2364.7 1
-1010111101 2640.13 1
-1010111101 2147.26 1
-1010111101 27323.19 1
-1010111101 149.74 1
-1010111101 304.68 1
-1010111101 34830.53 1
-1010111101 304.64 1
-1010111101 27525.28 1
-1010111101 2155.08 1
-1010111101 385.79 1
-1010111101 323.81 1
-1010111101 1690.44 1
-1010111101 387.80 1
-1010111101 361.07 1
-1010111101 2253.10 1
-1010111101 306.50 1
-1010111101 153.54 1
-1010111101 2245.47 1
-1010111101 34822.71 1
-1010111101 2624.70 1
-1010111101 475.08 1
-1010111101 395.68 1
-1010111101 482.16 1
-1010111101 470.17 1
-1010111101 473.07 1
-1010111101 197.81 1
-1010111101 306.34 1
-1010111101 35589.32 1
-1010111101 362.14 1
-1010111101 35130.99 1
-1010111101 35622.97 1
-1010111101 2703.58 1
-1010111101 462.41 1
-1010111101 34835.42 1
-1010111101 217.80 1
-1010111101 27911.63 1
-1010111101 28,398.14 1
-1010111101 388.00 1
-1010111101 439.46 1
-1010111101 544.60 1
-1010111101 478.88 1
-1010111101 28274.39 1
-1010111101 2249.10 1
-1010111101 28326.31 1
-1010111101 153.52 1
-1010111101 1820.17 1
-1010111101 1434.5 1
-1010111101 432.61 1
-1010111101 34712.96 1
-1010111101 394.77 1
-1010111101 27662.12 1
-1010111101 2166.56 1
-1010111101 2140 1
-1010111101 1849.3 1
-1010111101 1483.3 1
-1010111101 transactions. 1
-1010111101 380.64 1
-1010111101 746.55 1
-1010111101 1,845 1
-1010111101 23,956 1
-1010111101 346.13 1
-1010111101 22628.20 1
-1010111101 1500.8 1
-1010111101 1818.43 1
-1010111101 291.50 1
-1010111101 258.30 1
-1010111101 229.20 1
-1010111101 255.20 1
-1010111101 1215.82 1
-1010111101 307.66 1
-1010111101 152.27 1
-1010111101 glitziness 1
-1010111101 152.76 1
-1010111101 269,958 1
-1010111101 150.90 1
-1010111101 308.20 1
-1010111101 wearwithwhat 1
-1010111101 1632.2 1
-1010111101 2837.79 1
-1010111101 2176.08 1
-1010111101 27676.14 1
-1010111101 1864.4 1
-1010111101 1496.0 1
-1010111101 256.50 1
-1010111101 354.94 1
-1010111101 1479.4 1
-1010111101 1707.89 1
-1010111101 6,657 1
-1010111101 27149.03 1
-1010111101 308.39 1
-1010111101 34633.99 1
-1010111101 2130.57 1
-1010111101 1480.8 1
-1010111101 1623.6 1
-1010111101 358.12 1
-1010111101 35747.11 1
-1010111101 1621.1 1
-1010111101 483.32 1
-1010111101 461.71 1
-1010111101 1820.03 1
-1010111101 2163.14 1
-1010111101 1497.9 1
-1010111101 87.90 1
-1010111101 fondled 1
-1010111101 28200.72 1
-1010111101 2203.87 1
-1010111101 147.81 1
-1010111101 294.96 1
-1010111101 27952.53 1
-1010111101 2197.37 1
-1010111101 293.01 1
-1010111101 2205.80 1
-1010111101 198.05 1
-1010111101 34700.55 1
-1010111101 34741.99 1
-1010111101 6,210 1
-1010111101 Fairview-Quiapo 1
-1010111101 2659.38 1
-1010111101 1598.9 1
-1010111101 35279.30 1
-1010111101 1860.70 1
-1010111101 147.49 1
-1010111101 1473.3 1
-1010111101 5,030 1
-1010111101 191.64 1
-1010111101 147.64 1
-1010111101 376.10 1
-1010111101 28291.11 1
-1010111101 2,944,449 1
-1010111101 293.21 1
-1010111101 376.82 1
-1010111101 Chrysler. 1
-1010111101 197.98 1
-1010111101 394.36 1
-1010111101 34779.81 1
-1010111101 34706.70 1
-1010111101 192.09 1
-1010111101 35441.50 1
-1010111101 35382.80 1
-1010111101 1890.2 1
-1010111101 1,989.33 1
-1010111101 292.00 1
-1010111101 35522.99 1
-1010111101 40,714 1
-1010111101 42,492 1
-1010111101 1633.1 1
-1010111101 1467.5 1
-1010111101 2171.31 1
-1010111101 27924.39 1
-1010111101 1110 1
-1010111101 1560 1
-1010111101 non-junkies 1
-1010111101 147.93 1
-1010111101 294.06 1
-1010111101 27975.35 1
-1010111101 MITI-watching 1
-1010111101 32,840,000 1
-1010111101 starboard 1
-1010111101 2107.40 1
-1010111101 152.52 1
-1010111101 304.23 1
-1010111101 speak. 1
-1010111101 1226.92 1
-1010111101 384.23 1
-1010111101 150.66 1
-1010111101 301.12 1
-1010111101 437.52 1
-1010111101 2220.29 1
-1010111101 27758.87 1
-1010111101 2222.96 1
-1010111101 28287.83 1
-1010111101 194.13 1
-1010111101 380.96 1
-1010111101 305.33 1
-1010111101 100.38 1
-1010111101 35356.78 1
-1010111101 1696.23 1
-1010111101 397.03 1
-1010111101 199.00 1
-1010111101 royalities 1
-1010111101 293.83 1
-1010111101 35352.96 1
-1010111101 463.5 1
-1010111101 24,167 1
-1010111101 52,239 1
-1010111101 146.58 1
-1010111101 Nirvana 1
-1010111101 393.02 1
-1010111101 457.42 1
-1010111101 196.84 1
-1010111101 378.95 1
-1010111101 478.19 1
-1010111101 2189.85 1
-1010111101 127,900 1
-1010111101 8,130 1
-1010111101 6,170 1
-1010111101 9,550 1
-1010111101 1822.9 1
-1010111101 2230.79 1
-1010111101 199.34 1
-1010111101 396.52 1
-1010111101 34656.18 1
-1010111101 emulate. 1
-1010111101 194.19 1
-1010111101 148.23 1
-1010111101 bring. 1
-1010111101 27682.39 1
-1010111101 Acronymophobia 1
-1010111101 378.51 1
-1010111101 345.36 1
-1010111101 1484.8 1
-1010111101 1843.4 1
-1010111101 STP 1
-1010111101 7,020 1
-1010111101 2189.43 1
-1010111101 296.74 1
-1010111101 475.82 1
-1010111101 473.57 1
-1010111101 485.73 1
-1010111101 claustrophobics 1
-1010111101 revile 1
-1010111101 375.48 1
-1010111101 191.78 1
-1010111101 1828.09 1
-1010111101 318.50 1
-1010111101 129.70 1
-1010111101 1494.9 1
-1010111101 370.23 1
-1010111101 1,141 1
-1010111101 306.62 1
-1010111101 packinghouses 1
-1010111101 460.83 1
-1010111101 1468.1 1
-1010111101 643.50 1
-1010111101 446.39 1
-1010111101 Czechoslavakia 1
-1010111101 self-determination. 1
-1010111101 fertilization. 1
-1010111101 308.59 1
-1010111101 14,129 1
-1010111101 268.50 1
-1010111101 1820.46 1
-1010111101 467.84 1
-1010111101 461.66 1
-1010111101 447.74 1
-1010111101 27860.78 1
-1010111101 27695.04 1
-1010111101 7,460 1
-1010111101 35061.38 1
-1010111101 308.82 1
-1010111101 27732.93 1
-1010111101 27865.79 1
-1010111101 35190.38 1
-1010111101 1800.36 1
-1010111101 460.38 1
-1010111101 429.74 1
-1010111101 460.79 1
-1010111101 309.25 1
-1010111101 35370.57 1
-1010111101 35498.83 1
-1010111101 2681.66 1
-1010111101 379.60 1
-1010111101 192.64 1
-1010111101 1483.2 1
-1010111101 394.66 1
-1010111101 SKr405 1
-1010111101 34974.69 1
-1010111101 1947.8 1
-1010111101 34905.49 1
-1010111101 amipriloe 1
-1010111101 27,494.83 1
-1010111101 308.42 1
-1010111101 .5153 1
-1010111101 graper 1
-1010111101 1856.9 1
-1010111101 1477.4 1
-1010111101 262.20 1
-1010111101 401.50 1
-1010111101 200.40 1
-1010111101 683.50 1
-1010111101 467.77 1
-1010111101 1591.65 1
-1010111101 5,890 1
-1010111101 345.10 1
-1010111101 383.04 1
-1010111101 307.15 1
-1010111101 154.67 1
-1010111101 308.78 1
-1010111101 154.52 1
-1010111101 4,180 1
-1010111101 1807.13 1
-1010111101 307.07 1
-1010111101 28213.17 1
-1010111101 2217.18 1
-1010111101 2219.98 1
-1010111101 28179.91 1
-1010111101 28036.54 1
-1010111101 2209.03 1
-1010111101 324,444 1
-1010111101 11,686 1
-1010111101 27,779 1
-1010111101 466.71 1
-1010111101 6483.89 1
-1010111101 38,644 1
-1010111101 460.43 1
-1010111101 371.55 1
-1010111101 3,946 1
-1010111101 1969.0 1
-1010111101 2675.22 1
-1010111101 35651.54 1
-1010111101 305.12 1
-1010111101 385.99 1
-1010111101 395.38 1
-1010111101 1609.03 1
-1010111101 153.29 1
-1010111101 306.88 1
-1010111101 28188.68 1
-1010111101 340.36 1
-1010111101 316.18 1
-1010111101 387.75 1
-1010111101 1860.1 1
-1010111101 208.30 1
-1010111101 460.94 1
-1010111101 461.97 1
-1010111101 35136.14 1
-1010111101 1979.0 1
-1010111101 1409.2 1
-1010111101 1815.23 1
-1010111101 1468.7 1
-1010111101 334.85 1
-1010111101 304.93 1
-1010111101 now-Sen 1
-1010111101 34674.65 1
-1010111101 425.68 1
-1010111101 1510.5 1
-1010111101 1876.8 1
-1010111101 526.50 1
-1010111101 452.82 1
-1010111101 3,140 1
-1010111101 1795.15 1
-1010111101 254.35 1
-1010111101 1140 1
-1010111101 1870.0 1
-1010111101 19,063 1
-1010111101 316.97 1
-1010111101 73.74 1
-1010111101 1775.80 1
-1010111101 reimplantation 1
-1010111101 34642.10 1
-1010111101 250.60 1
-1010111101 309.21 1
-1010111101 368.96 1
-1010111101 favor-seeking 1
-1010111101 339.41 1
-1010111101 311.45 1
-1010111101 1506.8 1
-1010111101 1877.2 1
-1010111101 308.95 1
-1010111101 482.50 1
-1010111101 308.58 1
-1010111101 raquetball 1
-1010111101 259.20 1
-1010111101 423.60 1
-1010111101 2410 1
-1010111101 459.72 1
-1010111101 488.66 1
-1010111101 459.99 1
-1010111101 429.62 1
-1010111101 1799.42 1
-1010111101 379.82 1
-1010111101 520.50 1
-1010111101 523.50 1
-1010111101 232.20 1
-1010111101 1858.5 1
-1010111101 3556.05 1
-1010111101 1954-1982 1
-1010111101 short-sell 1
-1010111101 338.52 1
-1010111101 151.62 1
-1010111101 307.31 1
-1010111101 452.05 1
-1010111101 1485.3 1
-1010111101 191.37 1
-1010111101 1854.8 1
-1010111101 27724.17 1
-1010111101 Zwingle 1
-1010111101 155.57 1
-1010111101 460.91 1
-1010111101 35774.31 1
-1010111101 379.00 1
-1010111101 459.04 1
-1010111101 simulcasting 1
-1010111101 buy. 1
-1010111101 326.30 2
-1010111101 445.8 2
-1010111101 165.39 2
-1010111101 380.94 2
-1010111101 2168.45 2
-1010111101 Iran. 2
-1010111101 698.50 2
-1010111101 35366.37 2
-1010111101 320.50 2
-1010111101 commment 2
-1010111101 1999.67 2
-1010111101 351.04 2
-1010111101 236.73 2
-1010111101 299.50 2
-1010111101 1924.73 2
-1010111101 2223.28 2
-1010111101 255.33 2
-1010111101 2326.15 2
-1010111101 445.31 2
-1010111101 147.55 2
-1010111101 359.98 2
-1010111101 21217.04 2
-1010111101 1912.82 2
-1010111101 467.05 2
-1010111101 periodontists 2
-1010111101 21,214.46 2
-1010111101 255.50 2
-1010111101 382.19 2
-1010111101 15,225 2
-1010111101 2291.57 2
-1010111101 290.52 2
-1010111101 6,160 2
-1010111101 304.15 2
-1010111101 6,610 2
-1010111101 25946.60 2
-1010111101 355.28 2
-1010111101 293.47 2
-1010111101 6,540 2
-1010111101 die. 2
-1010111101 2674.58 2
-1010111101 statute. 2
-1010111101 1629.2 2
-1010111101 2099.40 2
-1010111101 327.79 2
-1010111101 298.25 2
-1010111101 151.96 2
-1010111101 2085.17 2
-1010111101 386.81 2
-1010111101 388.53 2
-1010111101 152.87 2
-1010111101 296.34 2
-1010111101 296.57 2
-1010111101 453.5 2
-1010111101 248.25 2
-1010111101 2322.30 2
-1010111101 254.80 2
-1010111101 2109.17 2
-1010111101 439.6 2
-1010111101 379.50 2
-1010111101 390.53 2
-1010111101 321.50 2
-1010111101 2083.93 2
-1010111101 2687.97 2
-1010111101 5,170 2
-1010111101 255.5 2
-1010111101 Firsts 2
-1010111101 461.68 2
-1010111101 49-year-olds 2
-1010111101 1966.75 2
-1010111101 152.44 2
-1010111101 363.26 2
-1010111101 2037.52 2
-1010111101 27393.85 2
-1010111101 inventory-taking 2
-1010111101 328.33 2
-1010111101 307.05 2
-1010111101 22033.89 2
-1010111101 302.61 2
-1010111101 2080.01 2
-1010111101 2090.50 2
-1010111101 1956.44 2
-1010111101 1915.64 2
-1010111101 2086.59 2
-1010111101 2110.60 2
-1010111101 1867.2 2
-1010111101 159.01 2
-1010111101 2134.07 2
-1010111101 2683.99 2
-1010111101 re-arm 2
-1010111101 231.50 2
-1010111101 2133.18 2
-1010111101 151.33 2
-1010111101 388.86 2
-1010111101 264.10 2
-1010111101 286.30 2
-1010111101 367.79 2
-1010111101 151.04 2
-1010111101 2119.13 2
-1010111101 2570.17 2
-1010111101 389.00 2
-1010111101 380.70 2
-1010111101 6,530 2
-1010111101 337.50 2
-1010111101 153.02 2
-1010111101 21,514.73 2
-1010111101 3,510 2
-1010111101 Dukakis. 2
-1010111101 1494.3 2
-1010111101 280.00 2
-1010111101 265.79 2
-1010111101 346.55 2
-1010111101 377.74 2
-1010111101 2170.51 2
-1010111101 2112.91 2
-1010111101 480.10 2
-1010111101 2630 2
-1010111101 256.30 2
-1010111101 2425 2
-1010111101 2065.26 2
-1010111101 258.89 2
-1010111101 261.50 2
-1010111101 1980.60 2
-1010111101 186.50 2
-1010111101 370.42 2
-1010111101 breast-feed 2
-1010111101 2063.12 2
-1010111101 1932.93 2
-1010111101 1997.51 2
-1010111101 1508.71 2
-1010111101 2062.17 2
-1010111101 142.02 2
-1010111101 3650 2
-1010111101 2047.41 2
-1010111101 222.20 2
-1010111101 617.50 2
-1010111101 226.80 2
-1010111101 2,920 2
-1010111101 239.50 2
-1010111101 376.76 2
-1010111101 250.30 2
-1010111101 2066.15 2
-1010111101 1925.06 2
-1010111101 2067.64 2
-1010111101 305.16 2
-1010111101 381.58 2
-1010111101 297.96 2
-1010111101 356.93 2
-1010111101 2020.23 2
-1010111101 360.84 2
-1010111101 2409.76 2
-1010111101 297.70 2
-1010111101 306.95 2
-1010111101 2043.27 2
-1010111101 379.74 2
-1010111101 centuries. 2
-1010111101 2058.36 2
-1010111101 crapshooters 2
-1010111101 appendicitis 2
-1010111101 2439.73 2
-1010111101 24640.35 2
-1010111101 262.80 2
-1010111101 1582.2 2
-1010111101 419.63 2
-1010111101 v.p. 2
-1010111101 2280.97 2
-1010111101 345.87 2
-1010111101 2243.20 2
-1010111101 4,630 2
-1010111101 315.65 2
-1010111101 2485.33 2
-1010111101 2072.37 2
-1010111101 war. 2
-1010111101 2546.72 2
-1010111101 2013.93 2
-1010111101 318.66 2
-1010111101 377.84 2
-1010111101 148.21 2
-1010111101 gyotaku 2
-1010111101 2290 2
-1010111101 sadomasochism 2
-1010111101 378.67 2
-1010111101 2047.91 2
-1010111101 301.16 2
-1010111101 2175.77 2
-1010111101 375.27 2
-1010111101 232.88 3
-1010111101 282.38 3
-1010111101 2335.80 3
-1010111101 women. 3
-1010111101 2583.08 3
-1010111101 3,790 3
-1010111101 3,390 3
-1010111101 2272.52 3
-1010111101 2325.49 3
-1010111101 2,760 3
-1010111101 2690 3
-1010111101 1508.9 3
-1010111101 9,060 3
-1010111101 2360.94 3
-1010111101 croplands 3
-1010111101 2390.34 3
-1010111101 1871.3 3
-1010111101 2320.69 3
-1010111101 temporize 3
-1010111101 233.19 3
-1010111101 298.90 3
-1010111101 227.18 3
-1010111101 2040.29 3
-1010111101 1895.39 3
-1010111101 1899.20 3
-1010111101 2320 3
-1010111101 353.20 3
-1010111101 2065.79 3
-1010111101 leave. 3
-1010111101 2590.57 3
-1010111101 6,620 3
-1010111101 2108.46 3
-1010111101 non-scientists 3
-1010111101 2662.95 3
-1010111101 nought 3
-1010111101 2697.07 3
-1010111101 2107.10 3
-1010111101 2,310 3
-1010111101 2418.53 3
-1010111101 2420.85 3
-1010111101 263.50 3
-1010111101 252.50 3
-1010111101 223.06 3
-1010111101 374.64 3
-1010111101 250.50 3
-1010111101 4,510 3
-1010111101 3,880 3
-1010111101 Laughs 3
-1010111101 IDD/PSA 3
-1010111101 2071.83 3
-1010111101 2785.52 3
-1010111101 200.50 3
-1010111101 2041.43 3
-1010111101 2021.51 3
-1010111101 147.30 3
-1010111101 2173.36 3
-1010111101 quadriplegics 3
-1010111101 byte 3
-1010111101 264.50 3
-1010111101 2004.27 4
-1010111101 2694.99 4
-1010111101 2,610 4
-1010111101 2661.61 4
-1010111101 2679.63 4
-1010111101 2557.08 4
-1010111101 smithereens 4
-1010111101 2686.08 4
-1010111101 248.39 4
-1010111101 2117.89 4
-1010111101 2124.47 4
-1010111101 3,090 4
-1010111101 2743.36 4
-1010111101 24-year-olds 4
-1010111101 5,020 4
-1010111101 4,610 4
-1010111101 3,320 4
-1010111101 generis 4
-1010111101 3,160 4
-1010111101 258.40 4
-1010111101 2664.89 4
-1010111101 2679.52 4
-1010111101 3,360 4
-1010111101 1926.89 4
-1010111101 224.50 4
-1010111101 5,140 4
-1010111101 2785.33 4
-1010111101 Tots 4
-1010111101 2,290 4
-1010111101 2566.58 5
-1010111101 3,550 5
-1010111101 2,870 5
-1010111101 2,730 5
-1010111101 matrimony 5
-1010111101 2082.33 5
-1010111101 pollinate 5
-1010111101 3,480 5
-1010111101 1942.97 5
-1010111101 1,810 5
-1010111101 1951.09 5
-1010111101 comment. 5
-1010111101 1,090 5
-1010111101 1,910 5
-1010111101 260.50 5
-1010111101 3,440 5
-1010111101 4,420 5
-1010111101 2221.28 5
-1010111101 sonobuoys 6
-1010111101 3,190 6
-1010111101 2246.74 6
-1010111101 Sitnasuak 6
-1010111101 1793.93 6
-1010111101 1,890 6
-1010111101 2081.07 6
-1010111101 3,890 6
-1010111101 1,210 7
-1010111101 1,790 7
-1010111101 1985.41 7
-1010111101 2548.63 7
-1010111101 2,130 10
-1010111101 Enterprising 12
-1010111101 taxes. 14
-1010111101 naught 15
-1010111101 skimp 16
-1010111101 roost 23
-1010111101 posterity 26
-1010111101 elaboration 74
-1010111101 comment 14571
-1010111101 elaborate 2230
-1010111110 313.13 1
-1010111110 196,159 1
-1010111110 1915-16 1
-1010111110 re-mortgaging 1
-1010111110 312.49 1
-1010111110 318.22 1
-1010111110 suppliers. 1
-1010111110 double-A-minus/single-A-plus 1
-1010111110 A-1-plus/double-A-minus 1
-1010111110 28,736,600 1
-1010111110 reoccurring 1
-1010111110 239.58 1
-1010111110 parade-goers 1
-1010111110 within. 1
-1010111110 133,838 1
-1010111110 unsurvivable 1
-1010111110 6.8975 1
-1010111110 expatriated 1
-1010111110 804,875 1
-1010111110 1.67059 1
-1010111110 2.9959 1
-1010111110 contract-maintenance 1
-1010111110 pollutions 1
-1010111110 1,022,900 1
-1010111110 360.21 1
-1010111110 COLLECTIONS 1
-1010111110 A-plus-rated 1
-1010111110 single-A3 1
-1010111110 530,409 1
-1010111110 301,021 1
-1010111110 2,872,093 1
-1010111110 2.9188 1
-1010111110 26,718,000 1
-1010111110 13,451,000 1
-1010111110 non-initiates 1
-1010111110 triple-B-minus/single-A-3 1
-1010111110 owningggks 1
-1010111110 1411 1
-1010111110 single-A-3/triple-B-minus 1
-1010111110 65,196 1
-1010111110 decors 1
-1010111110 2.9719 1
-1010111110 7,893 1
-1010111110 VRT 1
-1010111110 5,161 1
-1010111110 deliquencies 1
-1010111110 single-A/single-A-1 1
-1010111110 3,311,000 1
-1010111110 who-knows-where 1
-1010111110 133.71 1
-1010111110 89days 1
-1010111110 Kampuchea 1
-1010111110 257,905 1
-1010111110 sasparilla 1
-1010111110 49,976 1
-1010111110 1983-88 1
-1010111110 119days 1
-1010111110 19,584 1
-1010111110 155,536 1
-1010111110 finetune 1
-1010111110 Nuits-St 1
-1010111110 double-A-three 1
-1010111110 179-days 1
-1010111110 penetrated. 1
-1010111110 8,093,847 1
-1010111110 310,261 1
-1010111110 Nae 1
-1010111110 jadeite 1
-1010111110 3,069 1
-1010111110 matins 1
-1010111110 2,866 1
-1010111110 NASAA 1
-1010111110 Trans-Am 1
-1010111110 boatpeople 1
-1010111110 triple-B-minus-A3 1
-1010111110 triple-B-A3 1
-1010111110 43,938 1
-1010111110 provisional-double-A-2 1
-1010111110 789,985 1
-1010111110 tear-gas-filled 1
-1010111110 152.79 1
-1010111110 46,298,980 1
-1010111110 mediocrities 1
-1010111110 card-switching 1
-1010111110 2,435 1
-1010111110 78,006 1
-1010111110 overspends 1
-1010111110 2,571,072 1
-1010111110 306,592 1
-1010111110 3,355 1
-1010111110 overeagerness 1
-1010111110 invention. 1
-1010111110 beflagged 1
-1010111110 loss-cutting 1
-1010111110 527,584 1
-1010111110 1,701,197 1
-1010111110 2,269,053 1
-1010111110 123.95 1
-1010111110 257.13 1
-1010111110 hunch-proof 1
-1010111110 128,983 1
-1010111110 0.07563 1
-1010111110 price-bargain 1
-1010111110 anti-conspiracy 1
-1010111110 163.00 1
-1010111110 19,656 1
-1010111110 95,073 1
-1010111110 he-knows-not-where 1
-1010111110 162.65 1
-1010111110 stenography 1
-1010111110 159,437 1
-1010111110 162.67 1
-1010111110 home-comers 1
-1010111110 281.16 1
-1010111110 160.36 1
-1010111110 Condorcet 1
-1010111110 liablity 1
-1010111110 inestimably 1
-1010111110 2,685 1
-1010111110 nonevents 1
-1010111110 64,274 1
-1010111110 tourists-turned-believers 1
-1010111110 2.8263 1
-1010111110 non-suspects 1
-1010111110 bat-lovers 1
-1010111110 1.5355 1
-1010111110 153.60 1
-1010111110 lout 1
-1010111110 Fibich 1
-1010111110 17,597,630 1
-1010111110 20-1 1
-1010111110 25,864 1
-1010111110 1.4713 1
-1010111110 21,515 1
-1010111110 1947-70 1
-1010111110 government-aid 1
-1010111110 1963-83 1
-1010111110 Momentus 1
-1010111110 18,971 1
-1010111110 under-invoice 1
-1010111110 Aa-3 1
-1010111110 triple-Bplus 1
-1010111110 4320 1
-1010111110 1.4508 1
-1010111110 inexhaustable 1
-1010111110 2.9016 1
-1010111110 3,319 1
-1010111110 273,192 1
-1010111110 356-62 1
-1010111110 541,039 1
-1010111110 42,433 1
-1010111110 35-15 1
-1010111110 34-2 1
-1010111110 1.5130 1
-1010111110 1.8163 1
-1010111110 22,817 1
-1010111110 acupuncture-wares 1
-1010111110 overexploitation 1
-1010111110 17,709 1
-1010111110 11,210 1
-1010111110 81.727 1
-1010111110 2.9416 1
-1010111110 1888-1892 1
-1010111110 15,236 1
-1010111110 Masonville 1
-1010111110 sactions 1
-1010111110 clock-watching 1
-1010111110 Psychotic 1
-1010111110 parleys. 1
-1010111110 once-iron 1
-1010111110 1,786,300 1
-1010111110 35,887 1
-1010111110 25,732 1
-1010111110 50,677 1
-1010111110 266,312 1
-1010111110 A-plus-plus 1
-1010111110 278,016 1
-1010111110 eminase 1
-1010111110 equal-work 1
-1010111110 gate-crashers 1
-1010111110 1.4998 1
-1010111110 2.9976 1
-1010111110 1,100,757 1
-1010111110 250,279 1
-1010111110 5.6005 1
-1010111110 FuelCo 1
-1010111110 rinkside 1
-1010111110 123.38 1
-1010111110 video-retailers 1
-1010111110 91,600 1
-1010111110 337.87 1
-1010111110 977,000 1
-1010111110 2.9635 1
-1010111110 reviw 1
-1010111110 328.67 1
-1010111110 kolkhozes 1
-1010111110 785.69 1
-1010111110 1.6208 1
-1010111110 329,930 1
-1010111110 606,388 1
-1010111110 279,775 1
-1010111110 91,113 1
-1010111110 43,654 1
-1010111110 741,013 1
-1010111110 visitations 1
-1010111110 158.55 1
-1010111110 95,588 1
-1010111110 51,411 1
-1010111110 1.5333 1
-1010111110 revilement 1
-1010111110 2,002,800 1
-1010111110 TRIL 1
-1010111110 2,217,700 1
-1010111110 877,500 1
-1010111110 1.5148 1
-1010111110 71,887 1
-1010111110 Prime2 1
-1010111110 padres 1
-1010111110 24-4 1
-1010111110 1.6593 1
-1010111110 uncuttable 1
-1010111110 867,059 1
-1010111110 molt 1
-1010111110 enthusiatically 1
-1010111110 1615-1868 1
-1010111110 viselike 1
-1010111110 unadoptable 1
-1010111110 Danette 1
-1010111110 brownbagging 1
-1010111110 KIXI-AM 1
-1010111110 Bahamasair 1
-1010111110 3.1902 1
-1010111110 hump-top 1
-1010111110 3,239,025 1
-1010111110 3.1681 1
-1010111110 195.45 1
-1010111110 unpleasant-nausea 1
-1010111110 anti-liberty 1
-1010111110 psycho-sclerosis 1
-1010111110 72,883 1
-1010111110 107,099 1
-1010111110 24,075 1
-1010111110 489.85 1
-1010111110 A-1-plus/double-A 1
-1010111110 128:1 1
-1010111110 2,545,117 1
-1010111110 GMIC 1
-1010111110 1,257,799 1
-1010111110 241,095 1
-1010111110 445.99 1
-1010111110 226.67 1
-1010111110 6,882 1
-1010111110 455,700 1
-1010111110 316,082 1
-1010111110 28,595 1
-1010111110 MIG-2 1
-1010111110 Sunnism 1
-1010111110 68,885 1
-1010111110 33,838 1
-1010111110 341.19 1
-1010111110 33,402 1
-1010111110 33,212 1
-1010111110 6,816 1
-1010111110 1.9125 1
-1010111110 1,376 1
-1010111110 56,917 1
-1010111110 76.23 1
-1010111110 29,452,000 1
-1010111110 facts. 1
-1010111110 less-than-prime 1
-1010111110 AA-plus 1
-1010111110 6,308 1
-1010111110 3,515 1
-1010111110 102.476 1
-1010111110 sportcoats 1
-1010111110 Natiguas 1
-1010111110 defacers 1
-1010111110 U.S.investors 1
-1010111110 61,616 1
-1010111110 40,083 1
-1010111110 retructure 1
-1010111110 alpaca 1
-1010111110 769,100 1
-1010111110 single-A-plus/A-1-plus 1
-1010111110 3.856 1
-1010111110 revenue-estimating 1
-1010111110 34049.65 1
-1010111110 Ovid 1
-1010111110 362.47 1
-1010111110 ponderousness 1
-1010111110 1945-1971 1
-1010111110 3.0982 1
-1010111110 18,108 1
-1010111110 34,685 1
-1010111110 Double-B/B 1
-1010111110 Single-B-plus 1
-1010111110 Single-B-minus 1
-1010111110 Triple-C-plus 1
-1010111110 Single-B 1
-1010111110 Pliocene 1
-1010111110 234.26 1
-1010111110 97,687 1
-1010111110 MIG-2/SP1 1
-1010111110 19731982 1
-1010111110 657.50 1
-1010111110 309,426 1
-1010111110 321,800 1
-1010111110 3.1202 1
-1010111110 10-inches 1
-1010111110 Fukien 1
-1010111110 5.4-to-1 1
-1010111110 recidivists 1
-1010111110 4.5-to-1 1
-1010111110 2:34 1
-1010111110 1.3643 1
-1010111110 4095.61 1
-1010111110 Sggmd 1
-1010111110 council-members 1
-1010111110 Protege 1
-1010111110 324.50 1
-1010111110 double-A1/double-A 1
-1010111110 nature. 1
-1010111110 34,305 1
-1010111110 1.2885 1
-1010111110 FRUSTRATIONS 1
-1010111110 493,201 1
-1010111110 Salonica 1
-1010111110 315,332 1
-1010111110 776,498 1
-1010111110 single-A/single-A-minus 1
-1010111110 clearnace 1
-1010111110 238-189 1
-1010111110 21,439 1
-1010111110 46,184 1
-1010111110 40,434 1
-1010111110 6,434 1
-1010111110 re-infestation 1
-1010111110 nutrition- 1
-1010111110 MIG-1/SP-1-plus 1
-1010111110 clampdowns 1
-1010111110 1.6065 1
-1010111110 19,171,000 1
-1010111110 4,957,897 1
-1010111110 single-A-2/single-A 1
-1010111110 signage 1
-1010111110 9,992 1
-1010111110 solid-brass 1
-1010111110 auto-transfusions 1
-1010111110 Portables 1
-1010111110 Aug.1 1
-1010111110 single-A-1/single-A-plus 1
-1010111110 Single-A-Plus 1
-1010111110 insomnia-inducing 1
-1010111110 233.74 1
-1010111110 Aghanistan 1
-1010111110 13,400,000 1
-1010111110 699,947 2
-1010111110 654,787 2
-1010111110 2,086,600 2
-1010111110 1,992,800 2
-1010111110 Baa1 2
-1010111110 single-A-1/double-A-minus 2
-1010111110 sexcapade 2
-1010111110 3,289,800 2
-1010111110 707,619 2
-1010111110 671,894 2
-1010111110 3,566,300 2
-1010111110 1,817 2
-1010111110 2,922,400 2
-1010111110 single-A/single-A-plus 2
-1010111110 1,997 2
-1010111110 1,655 2
-1010111110 1.4930 2
-1010111110 ELXSF 2
-1010111110 single-A-minus/single-A-2 2
-1010111110 single-A-plus/single-A-1 2
-1010111110 single-A-1/single-A 2
-1010111110 802,598 2
-1010111110 842,238 2
-1010111110 shrillness 2
-1010111110 Eskom 2
-1010111110 Single-B-3 2
-1010111110 raunch 2
-1010111110 2,627 2
-1010111110 815,028 2
-1010111110 864,182 2
-1010111110 A3 2
-1010111110 tripleC-plus 2
-1010111110 spotchecks 2
-1010111110 Andechs 2
-1010111110 Libourne 2
-1010111110 dervish 2
-1010111110 1,685,100 2
-1010111110 37,524 2
-1010111110 single-A-one 2
-1010111110 2,918 2
-1010111110 kumquats 2
-1010111110 appetizers 2
-1010111110 cross-buying 2
-1010111110 98.35 2
-1010111110 2,832,400 2
-1010111110 estimate-slashing 2
-1010111110 killjoys 2
-1010111110 double-A/double-A 2
-1010111110 2,049,700 2
-1010111110 88,394 2
-1010111110 Chaps 2
-1010111110 shipwrecks 2
-1010111110 ScotTowels 2
-1010111110 double-B-plus/single-B 2
-1010111110 triple-B-minus/A-3 2
-1010111110 triple-B/A-2 2
-1010111110 Eldrich-Flavel 2
-1010111110 2,338,600 2
-1010111110 double-A/double-A-minus 2
-1010111110 2.9106 2
-1010111110 1509 2
-1010111110 single-A2 2
-1010111110 Triple-B 2
-1010111110 give-aways 2
-1010111110 2,111,700 2
-1010111110 1174 2
-1010111110 2,369,600 2
-1010111110 double-B/single-B 2
-1010111110 P-1 3
-1010111110 double-A/A-1-plus 3
-1010111110 single-A-minus/A-2 3
-1010111110 coldheartedness 3
-1010111110 tripleA 3
-1010111110 single-Aminus 3
-1010111110 suds 3
-1010111110 A2 3
-1010111110 Single-A-plus 3
-1010111110 single-A1 3
-1010111110 B3 3
-1010111110 2450 3
-1010111110 Ba2 3
-1010111110 cleanings 3
-1010111110 moralize 3
-1010111110 SP1-Plus 3
-1010111110 Guinea-Bissau 3
-1010111110 NGK 3
-1010111110 strangulation 3
-1010111110 fro 3
-1010111110 Single-A 3
-1010111110 Single-A-3 3
-1010111110 payments-in-kind 3
-1010111110 Edon 3
-1010111110 triple-Bminus 3
-1010111110 Single-A-2 4
-1010111110 SP-1-plus 4
-1010111110 OCS 4
-1010111110 non-payment 4
-1010111110 PG-13 4
-1010111110 vinegars 4
-1010111110 cameos 4
-1010111110 inoculations 4
-1010111110 not-prime 4
-1010111110 Baa3 4
-1010111110 double-A/single-A-plus 4
-1010111110 Buchenwald 5
-1010111110 double-A-minus/A-1-plus 5
-1010111110 Baa2 5
-1010111110 ukase 5
-1010111110 B2 6
-1010111110 single-A-plus/A-1 7
-1010111110 apportionment 7
-1010111110 deliverance 7
-1010111110 Triple-A 8
-1010111110 B-minus 8
-1010111110 thence 9
-1010111110 B-plus 9
-1010111110 single-A/A-1 9
-1010111110 prime-3 10
-1010111110 MIG-1 13
-1010111110 B-3 14
-1010111110 Baa 15
-1010111110 afar 19
-1010111110 single-D 20
-1010111110 prime-2 20
-1010111110 single-A-1-plus 22
-1010111110 double-C 22
-1010111110 prime-1 28
-1010111110 desist 30
-1010111110 A-3 34
-1010111110 triple-C-minus 37
-1010111110 Prime-3 39
-1010111110 Ca 42
-1010111110 A-1-plus 52
-1010111110 single-C 53
-1010111110 triple-C-plus 67
-1010111110 double-A-plus 68
-1010111110 Prime-1 77
-1010111110 double-B 79
-1010111110 triple-C 88
-1010111110 double-A-1 98
-1010111110 A-1 100
-1010111110 A-2 108
-1010111110 Prime-2 112
-1010111110 Caa 115
-1010111110 double-B-minus 119
-1010111110 double-A-2 120
-1010111110 double-B-plus 138
-1010111110 Ba-2 140
-1010111110 Ba-1 141
-1010111110 Ba-3 147
-1010111110 single-B-plus 147
-1010111110 single-B-2 149
-1010111110 single-B-minus 157
-1010111110 single-B-1 157
-1010111110 single-B-3 159
-1010111110 single-B 162
-1010111110 double-A-3 172
-1010111110 reelection 178
-1010111110 triple-B-minus 181
-1010111110 triple-B-plus 191
-1010111110 double-A-minus 227
-1010111110 single-A-minus 228
-1010111110 single-A-plus 229
-1010111110 single-A-3 231
-1010111110 triple-B 232
-1010111110 Baa-3 246
-1010111110 Baa-1 262
-1010111110 Baa-2 271
-1010111110 ratification 285
-1010111110 single-A-2 303
-1010111110 double-A 318
-1010111110 single-A-1 335
-1010111110 single-A 344
-1010111110 re-election 398
-1010111110 triple-A 466
-1010111110 authorization 476
-1010111110 approvals 552
-1010111110 clearance 879
-1010111110 approval 7207
-1010111110 permission 962
-1010111111 10,382 1
-1010111111 1314.4 1
-1010111111 23,282.18 1
-1010111111 1689.1 1
-1010111111 1335.2 1
-1010111111 1866.11 1
-1010111111 23077.91 1
-1010111111 22,856.02 1
-1010111111 99.818 1
-1010111111 2293.2 1
-1010111111 25750.55 1
-1010111111 1758.3 1
-1010111111 2266.1 1
-1010111111 615.73 1
-1010111111 132.78 1
-1010111111 1308.2 1
-1010111111 23052.23 1
-1010111111 2194.18 1
-1010111111 121.59 1
-1010111111 22410.54 1
-1010111111 22344.28 1
-1010111111 1663.7 1
-1010111111 322.37 1
-1010111111 1684.7 1
-1010111111 1325.6 1
-1010111111 22468.68 1
-1010111111 22615.43 1
-1010111111 35-1 1
-1010111111 1657.7 1
-1010111111 1309.4 1
-1010111111 22705.56 1
-1010111111 1639.1 1
-1010111111 1859.90 1
-1010111111 22668.80 1
-1010111111 12:51 1
-1010111111 11:43 1
-1010111111 3482 1
-1010111111 135.51 1
-1010111111 135.65 1
-1010111111 11:28 1
-1010111111 11:12 1
-1010111111 146.92 1
-1010111111 147.52 1
-1010111111 4,590 1
-1010111111 24252.38 1
-1010111111 99.822 1
-1010111111 Karonie 1
-1010111111 829,749 1
-1010111111 241.78 1
-1010111111 Grafenwoehr 1
-1010111111 99.9925 1
-1010111111 1800.0 1
-1010111111 Tarbela 1
-1010111111 2020.4 1
-1010111111 5:35 1
-1010111111 98.622 1
-1010111111 145.97 1
-1010111111 pre-amble 1
-1010111111 144.88 1
-1010111111 146.32 1
-1010111111 1737.0 1
-1010111111 4,770 1
-1010111111 99.841 1
-1010111111 98.9666 1
-1010111111 cheercropper 1
-1010111111 147.13 1
-1010111111 154.15 1
-1010111111 99.94 1
-1010111111 1790.7 1
-1010111111 2291.3 1
-1010111111 24902.72 1
-1010111111 1784.6 1
-1010111111 4,490 1
-1010111111 1427.32 1
-1010111111 Halethorpe 1
-1010111111 146.22 1
-1010111111 342.93 1
-1010111111 99.588 1
-1010111111 324.93 1
-1010111111 22278.16 1
-1010111111 140.95 1
-1010111111 1396.8 1
-1010111111 2462.14 1
-1010111111 Schweizerhalle 1
-1010111111 23201.22 1
-1010111111 2122.98 1
-1010111111 142.27 1
-1010111111 1.4693 1
-1010111111 141.32 1
-1010111111 1682.0 1
-1010111111 1303.4 1
-1010111111 2204.52 1
-1010111111 22,696.49 1
-1010111111 99.859 1
-1010111111 138.57 1
-1010111111 99.842 1
-1010111111 138.10 1
-1010111111 2362.16 1
-1010111111 2370.16 1
-1010111111 Alanno 1
-1010111111 22280.22 1
-1010111111 22577.53 1
-1010111111 1703.3 1
-1010111111 22932.40 1
-1010111111 358.53 1
-1010111111 1,100,628 1
-1010111111 140.45 1
-1010111111 Cerepfi 1
-1010111111 2053.3 1
-1010111111 25586.67 1
-1010111111 1645.8 1
-1010111111 23872.80 1
-1010111111 540.90 1
-1010111111 26,651.58 1
-1010111111 mega-profits 1
-1010111111 yaktivist 1
-1010111111 5,240 1
-1010111111 99.717 1
-1010111111 99.922 1
-1010111111 94.60 1
-1010111111 Volgodonsk 1
-1010111111 1435.3 1
-1010111111 24810.18 1
-1010111111 244.50 1
-1010111111 258.25 1
-1010111111 144.22 1
-1010111111 4,059.75 1
-1010111111 23,286.94 1
-1010111111 24678.31 1
-1010111111 1246.9 1
-1010111111 21686.46 1
-1010111111 Giverny 1
-1010111111 pondificator 1
-1010111111 99.562 1
-1010111111 134.10 1
-1010111111 1586.9 1
-1010111111 22448.25 1
-1010111111 telegrim 1
-1010111111 136.45 1
-1010111111 135.87 1
-1010111111 136.55 1
-1010111111 Mitigate 1
-1010111111 99.847 1
-1010111111 23106.07 1
-1010111111 137.07 1
-1010111111 137.50 1
-1010111111 1358.3 1
-1010111111 23122.11 1
-1010111111 137.05 1
-1010111111 1342.7 1
-1010111111 1914.87 1
-1010111111 23358.60 1
-1010111111 22629.65 1
-1010111111 1638.8 1
-1010111111 1287.9 1
-1010111111 1274.0 1
-1010111111 22637.01 1
-1010111111 2113.67 1
-1010111111 1620.8 1
-1010111111 Mervyns 1
-1010111111 134.45 1
-1010111111 134.77 1
-1010111111 326.39 1
-1010111111 1255.6 1
-1010111111 23060.53 1
-1010111111 2104.6 1
-1010111111 2290.1 1
-1010111111 graduation. 1
-1010111111 79.77 1
-1010111111 2286.1 1
-1010111111 4190 1
-1010111111 1270 1
-1010111111 5180 1
-1010111111 5460 1
-1010111111 145.65 1
-1010111111 0.6855 1
-1010111111 330.3 1
-1010111111 99.612 1
-1010111111 2295.4 1
-1010111111 148.70 1
-1010111111 streetside 1
-1010111111 788.05 1
-1010111111 286.95 1
-1010111111 2041.49 1
-1010111111 1726.9 1
-1010111111 2226.2 1
-1010111111 Rezaie 1
-1010111111 2261.4 1
-1010111111 Heverlee 1
-1010111111 Abiquiu 1
-1010111111 .5489 1
-1010111111 25282.97 1
-1010111111 56,971,000 1
-1010111111 99.731 1
-1010111111 clem'-atis 1
-1010111111 mom-and-pops 1
-1010111111 150.95 1
-1010111111 crewsade 1
-1010111111 151.83 1
-1010111111 Al-Fujairah 1
-1010111111 2242.2 1
-1010111111 4,960 1
-1010111111 866-POPE 1
-1010111111 1844.91 1
-1010111111 2245.8 1
-1010111111 25968.78 1
-1010111111 1851.86 1
-1010111111 22993.70 1
-1010111111 22832.89 1
-1010111111 1.6386 1
-1010111111 375.85 1
-1010111111 231.85 1
-1010111111 1,842.34 1
-1010111111 1590.3 1
-1010111111 1266.9 1
-1010111111 Plan-Econ 1
-1010111111 225.68 1
-1010111111 22447.67 1
-1010111111 Charlecote 1
-1010111111 Knowsley 1
-1010111111 1579.9 1
-1010111111 138-to-140 1
-1010111111 1700.2 1
-1010111111 2185.3 1
-1010111111 chickmate 1
-1010111111 2205.8 1
-1010111111 9-midnight 1
-1010111111 99.472 1
-1010111111 2197.6 1
-1010111111 47.815 1
-1010111111 54.741 1
-1010111111 CCF 1
-1010111111 100.12 1
-1010111111 4,970 1
-1010111111 6,140 1
-1010111111 2248.1 1
-1010111111 Azle 1
-1010111111 571,944 1
-1010111111 4520 1
-1010111111 4200 1
-1010111111 245.58 1
-1010111111 151.27 1
-1010111111 1916.9 1
-1010111111 2428.7 1
-1010111111 Gullane 1
-1010111111 68.701 1
-1010111111 99.5625 1
-1010111111 148.95 1
-1010111111 148.35 1
-1010111111 174.58 1
-1010111111 doormutt 1
-1010111111 3940 1
-1010111111 5700 1
-1010111111 109.786 1
-1010111111 4010 1
-1010111111 2490 1
-1010111111 beefcase 1
-1010111111 22.63 1
-1010111111 245.18 1
-1010111111 middecade 1
-1010111111 1889.6 1
-1010111111 4220 1
-1010111111 1390 1
-1010111111 99.934 1
-1010111111 173.15 1
-1010111111 150.60 1
-1010111111 149.16 1
-1010111111 1846.1 1
-1010111111 23816.09 1
-1010111111 99.813 1
-1010111111 2385.0 1
-1010111111 2356.9 1
-1010111111 doubleheaders 1
-1010111111 Crystal-Barkley 1
-1010111111 633.99 1
-1010111111 2212 1
-1010111111 1146.5 1
-1010111111 Wanping 1
-1010111111 2,056 1
-1010111111 17,550 1
-1010111111 6,510 1
-1010111111 Tacktician 1
-1010111111 2017.74 1
-1010111111 5,185 1
-1010111111 13,950 1
-1010111111 6,480 1
-1010111111 WMFE-FM 1
-1010111111 149.60 1
-1010111111 1862.3 1
-1010111111 2370.5 1
-1010111111 319.7 1
-1010111111 498.9 1
-1010111111 1852.5 1
-1010111111 2360.9 1
-1010111111 151.30 1
-1010111111 149.89 1
-1010111111 1590 1
-1010111111 4280 1
-1010111111 2369 1
-1010111111 1836.1 1
-1010111111 3390 1
-1010111111 1540 1
-1010111111 1845.0 1
-1010111111 aristocat 1
-1010111111 1480 1
-1010111111 5600 1
-1010111111 152.10 1
-1010111111 51.718 1
-1010111111 99.23 1
-1010111111 2359.9 1
-1010111111 150.05 1
-1010111111 150.67 1
-1010111111 317.05 1
-1010111111 150.50 1
-1010111111 0.6675 1
-1010111111 oiligarchy 1
-1010111111 387.71 1
-1010111111 1476.5 1
-1010111111 1826.5 1
-1010111111 134.30 1
-1010111111 134.37 1
-1010111111 Hainburg 1
-1010111111 2,105.26 1
-1010111111 1242.44 1
-1010111111 1802.6 1
-1010111111 2125.78 1
-1010111111 27545.53 1
-1010111111 family-car 1
-1010111111 133.48 1
-1010111111 133.43 1
-1010111111 384.52 1
-1010111111 99.574 1
-1010111111 1252.31 1
-1010111111 1471.7 1
-1010111111 1826.3 1
-1010111111 2116.76 1
-1010111111 27405.49 1
-1010111111 852.14 1
-1010111111 trialblazer 1
-1010111111 1245.58 1
-1010111111 1457.6 1
-1010111111 2129.78 1
-1010111111 27501.02 1
-1010111111 2116.81 1
-1010111111 27499.56 1
-1010111111 1808.0 1
-1010111111 1248.36 1
-1010111111 1,292 1
-1010111111 1792.7 1
-1010111111 1446.5 1
-1010111111 2095.84 1
-1010111111 27333.75 1
-1010111111 1829.0 1
-1010111111 bluffet 1
-1010111111 1466.4 1
-1010111111 1812.5 1
-1010111111 27638.83 1
-1010111111 2133.46 1
-1010111111 27752.01 1
-1010111111 Impermanence 1
-1010111111 134.20 1
-1010111111 1242.67 1
-1010111111 Hinomaruya 1
-1010111111 jishuku 1
-1010111111 383.46 1
-1010111111 1494.0 1
-1010111111 27306.57 1
-1010111111 1269.80 1
-1010111111 2109.30 1
-1010111111 27273.30 1
-1010111111 1487.9 1
-1010111111 1830.7 1
-1010111111 127.66 1
-1010111111 50-bid 1
-1010111111 1295.79 1
-1010111111 1509.5 1
-1010111111 1857.0 1
-1010111111 27141.98 1
-1010111111 1513.2 1
-1010111111 2118.17 1
-1010111111 386.25 1
-1010111111 1282.99 1
-1010111111 27268.74 1
-1010111111 1860.0 1
-1010111111 4,627 1
-1010111111 1286.93 1
-1010111111 1490.3 1
-1010111111 1844.1 1
-1010111111 132.20 1
-1010111111 1481.5 1
-1010111111 1838.9 1
-1010111111 2096.31 1
-1010111111 27172.34 1
-1010111111 .261 1
-1010111111 91.31 1
-1010111111 91.21 1
-1010111111 1269.36 1
-1010111111 27258.27 1
-1010111111 2,443.4 1
-1010111111 382.55 1
-1010111111 6,050 1
-1010111111 27337.41 1
-1010111111 27409.37 1
-1010111111 385.49 1
-1010111111 1427.64 1
-1010111111 1838.3 1
-1010111111 27442.44 1
-1010111111 27469.60 1
-1010111111 99.24 1
-1010111111 1419.5 1
-1010111111 27504.01 1
-1010111111 133.67 1
-1010111111 MacLeans 1
-1010111111 96.27 1
-1010111111 103.19 1
-1010111111 27320.51 1
-1010111111 1567.2 1
-1010111111 27640 1
-1010111111 2112.82 1
-1010111111 2124 1
-1010111111 27647.10 1
-1010111111 7629.27 1
-1010111111 1554.8 1
-1010111111 503.50 1
-1010111111 1402.4 1
-1010111111 27708.21 1
-1010111111 1738.4 1
-1010111111 27645.27 1
-1010111111 379.73 1
-1010111111 71.80 1
-1010111111 72.00 1
-1010111111 1754.8 1
-1010111111 1409.9 1
-1010111111 27511.65 1
-1010111111 1763.15 1
-1010111111 134.97 1
-1010111111 136.75 1
-1010111111 72.70 1
-1010111111 137.13 1
-1010111111 99.953 1
-1010111111 1409.4 1
-1010111111 2128.02 1
-1010111111 27365.95 1
-1010111111 2670 1
-1010111111 1770.7 1
-1010111111 27664.51 1
-1010111111 27678.91 1
-1010111111 27506.04 1
-1010111111 27379.10 1
-1010111111 3,188 1
-1010111111 98.16 1
-1010111111 27394.18 1
-1010111111 1764.5 1
-1010111111 1420.5 1
-1010111111 1-800-HOT-HOGS 1
-1010111111 258.80 1
-1010111111 1754.81 1
-1010111111 1730.5 1
-1010111111 1391.6 1
-1010111111 26934.26 1
-1010111111 71.40 1
-1010111111 1429.9 1
-1010111111 27548.58 1
-1010111111 1260.99 1
-1010111111 2122.03 1
-1010111111 27712.66 1
-1010111111 1796.8 1
-1010111111 1759.9 1
-1010111111 1418.6 1
-1010111111 2151.86 1
-1010111111 27901.00 1
-1010111111 383.44 1
-1010111111 1792.4 1
-1010111111 1446.8 1
-1010111111 27429.57 1
-1010111111 27390.12 1
-1010111111 1443.8 1
-1010111111 1788.7 1
-1010111111 1440.7 1
-1010111111 27428.31 1
-1010111111 hair-dye 1
-1010111111 99.58 1
-1010111111 16:00-19:00 1
-1010111111 1744.6 1
-1010111111 1401.7 1
-1010111111 2139.20 1
-1010111111 27756.74 1
-1010111111 133.415 1
-1010111111 499.59 1
-1010111111 27794.16 1
-1010111111 1769.3 1
-1010111111 1422.0 1
-1010111111 Time. 1
-1010111111 382.70 1
-1010111111 27,985.40 1
-1010111111 130-138 1
-1010111111 133.53 1
-1010111111 2146.73 1
-1010111111 27805.67 1
-1010111111 1416.5 1
-1010111111 3884.65 1
-1010111111 2,810,000 1
-1010111111 25837.34 1
-1010111111 326.40 1
-1010111111 517.60 1
-1010111111 442.29 1
-1010111111 3768.42 1
-1010111111 146.12 1
-1010111111 25998 1
-1010111111 snitchboard 1
-1010111111 1460.9 1
-1010111111 1802.3 1
-1010111111 28829.41 1
-1010111111 123.54 1
-1010111111 122.40 1
-1010111111 265.05 1
-1010111111 122.45 1
-1010111111 1477.1 1
-1010111111 123.58 1
-1010111111 39.711 1
-1010111111 324.90 1
-1010111111 2336.2 1
-1010111111 2,820,000 1
-1010111111 2039.80 1
-1010111111 1,616 1
-1010111111 28996.12 1
-1010111111 1,810.20 1
-1010111111 3,667.95 1
-1010111111 363154 1
-1010111111 Jamesville 1
-1010111111 2,290,000 1
-1010111111 1428.15 1
-1010111111 7,122,300 1
-1010111111 farmacology 1
-1010111111 2322.9 1
-1010111111 99.954 1
-1010111111 2301.9 1
-1010111111 2350.2 1
-1010111111 144.27 1
-1010111111 142.42 1
-1010111111 flee-for-all 1
-1010111111 119.0 1
-1010111111 2123.53 1
-1010111111 26006.59 1
-1010111111 151.88 1
-1010111111 2385.8 1
-1010111111 2,880,000 1
-1010111111 99.824 1
-1010111111 6,860 1
-1010111111 30.02 1
-1010111111 79.64 1
-1010111111 99.8579 1
-1010111111 Bringing-in-the-Houseplants 1
-1010111111 99.405 1
-1010111111 99.106 1
-1010111111 2359.8 1
-1010111111 Minneapolis-Northwest 1
-1010111111 1.5950 1
-1010111111 Toscana 1
-1010111111 381.77 1
-1010111111 1313.35 1
-1010111111 1502.6 1
-1010111111 1852.1 1
-1010111111 2140.96 1
-1010111111 27722.92 1
-1010111111 125.72 1
-1010111111 27998.93 1
-1010111111 27,961.01 1
-1010111111 6,226.01 1
-1010111111 6018.07 1
-1010111111 2130.80 1
-1010111111 27620.60 1
-1010111111 crashendo 1
-1010111111 1310.63 1
-1010111111 1503.2 1
-1010111111 1850.7 1
-1010111111 27688 1
-1010111111 125.90 1
-1010111111 126.10 1
-1010111111 382.46 1
-1010111111 99.364 1
-1010111111 125.20 1
-1010111111 125.30 1
-1010111111 124.82 1
-1010111111 1310.79 1
-1010111111 1507.7 1
-1010111111 1300.79 1
-1010111111 125.88 1
-1010111111 126.17 1
-1010111111 1509.3 1
-1010111111 1859.3 1
-1010111111 27338.57 1
-1010111111 353.98 1
-1010111111 1.8135 1
-1010111111 1864.3 1
-1010111111 388.62 1
-1010111111 27,293.67 1
-1010111111 1295.21 1
-1010111111 400.50 1
-1010111111 106.80 1
-1010111111 1847.8 1
-1010111111 1500.9 1
-1010111111 1499.4 1
-1010111111 1848.4 1
-1010111111 127.08 1
-1010111111 27281.54 1
-1010111111 halfprice 1
-1010111111 123.80 1
-1010111111 1263.34 1
-1010111111 1826.2 1
-1010111111 2176.57 1
-1010111111 28166.42 1
-1010111111 378.84 1
-1010111111 1491.0 1
-1010111111 2145.73 1
-1010111111 28007.27 1
-1010111111 125.52 1
-1010111111 1479.8 1
-1010111111 28218.02 1
-1010111111 28212.78 1
-1010111111 Info-this 1
-1010111111 122.35 1
-1010111111 1261.84 1
-1010111111 1452.5 1
-1010111111 1794.3 1
-1010111111 28520.90 1
-1010111111 1461.2 1
-1010111111 1802.7 1
-1010111111 28489.57 1
-1010111111 123.70 1
-1010111111 Annaba 1
-1010111111 279.20 1
-1010111111 1280.58 1
-1010111111 1489.5 1
-1010111111 1837.6 1
-1010111111 382.35 1
-1010111111 103.30 1
-1010111111 1495.6 1
-1010111111 1474.3 1
-1010111111 1819.7 1
-1010111111 2129.44 1
-1010111111 27866.36 1
-1010111111 400-a-year 1
-1010111111 Kalimati 1
-1010111111 27953.25 1
-1010111111 1834.3 1
-1010111111 2144.08 1
-1010111111 2:28 1
-1010111111 Congressman-for-Life 1
-1010111111 Jussieu 1
-1010111111 161.83 1
-1010111111 251.05 1
-1010111111 Etretat 1
-1010111111 2440 1
-1010111111 2145.7 1
-1010111111 1674.1 1
-1010111111 99.548 1
-1010111111 18604.91 1
-1010111111 Grauholz 1
-1010111111 4750 1
-1010111111 1677.8 1
-1010111111 Frauenfeld 1
-1010111111 99.638 1
-1010111111 99.427 1
-1010111111 Pastel 1
-1010111111 neofight 1
-1010111111 153.05 1
-1010111111 1946.8 1
-1010111111 1559.2 1
-1010111111 Moruroa 1
-1010111111 1765.55 1
-1010111111 20,076.48 1
-1010111111 3350 1
-1010111111 1678.2 1
-1010111111 20,186.33 1
-1010111111 1584.9 1
-1010111111 2117.54 1
-1010111111 283.90 1
-1010111111 nichemanship 1
-1010111111 18325.50 1
-1010111111 321.0 1
-1010111111 1601.7 1
-1010111111 143.05 1
-1010111111 1423.50 1
-1010111111 99.805 1
-1010111111 100.625 1
-1010111111 800-847-5785 1
-1010111111 1419.92 1
-1010111111 0.6736 1
-1010111111 148.45 1
-1010111111 96.125 1
-1010111111 98.375 1
-1010111111 113.175 1
-1010111111 99.447 1
-1010111111 1421.46 1
-1010111111 1420.73 1
-1010111111 98.932 1
-1010111111 1423.09 1
-1010111111 99.664 1
-1010111111 Stephenville 1
-1010111111 144.10 1
-1010111111 117.11 1
-1010111111 24582.77 1
-1010111111 1424.94 1
-1010111111 Streamwood 1
-1010111111 311.40 1
-1010111111 403.12 1
-1010111111 88,500 1
-1010111111 20,933.82 1
-1010111111 1983.1 1
-1010111111 1604.5 1
-1010111111 Bicycle-frame 1
-1010111111 1910.7 1
-1010111111 112.27 1
-1010111111 98.953 1
-1010111111 99.96 1
-1010111111 1402.84 1
-1010111111 Lusthaus 1
-1010111111 0.6592 1
-1010111111 0.5544 1
-1010111111 1414.59 1
-1010111111 3511.9 1
-1010111111 Rorschach 1
-1010111111 1998.3 1
-1010111111 20,971.39 1
-1010111111 1821.37 1
-1010111111 medium-maturity 1
-1010111111 1426.08 1
-1010111111 20,023.55 1
-1010111111 153.48 1
-1010111111 99.175 1
-1010111111 1418.28 1
-1010111111 1428.45 1
-1010111111 Desota 1
-1010111111 1413.27 1
-1010111111 154.00 1
-1010111111 20,080.39 1
-1010111111 1567.0 1
-1010111111 3,211 1
-1010111111 100.70 1
-1010111111 19,881.76 1
-1010111111 293.0 1
-1010111111 1939.7 1
-1010111111 1556.9 1
-1010111111 1729.46 1
-1010111111 19,940.50 1
-1010111111 1423.98 1
-1010111111 14,460 1
-1010111111 98.67 1
-1010111111 lawngevity 1
-1010111111 282.85 1
-1010111111 1418.14 1
-1010111111 153.85 1
-1010111111 1599.8 1
-1010111111 1979.2 1
-1010111111 2220.47 1
-1010111111 202.02 1
-1010111111 1406.53 1
-1010111111 287.05 1
-1010111111 97.05 1
-1010111111 Ixiz 1
-1010111111 KWU-designed 1
-1010111111 106.54 1
-1010111111 R.I.T. 1
-1010111111 98.659 1
-1010111111 24,608.22 1
-1010111111 1297.21 1
-1010111111 Aguacote 1
-1010111111 1773.81 1
-1010111111 97.708 1
-1010111111 422.16 1
-1010111111 1546.8 1
-1010111111 139.37 1
-1010111111 140.78 1
-1010111111 104.39 1
-1010111111 23510.69 1
-1010111111 140.13 1
-1010111111 143.22 1
-1010111111 18,688 1
-1010111111 postphonement 1
-1010111111 99.923 1
-1010111111 2,900,000 1
-1010111111 brakedancing 1
-1010111111 Cilegon 1
-1010111111 162.19 1
-1010111111 99.809 1
-1010111111 chaseworkers 1
-1010111111 289.36 1
-1010111111 102,492 1
-1010111111 23903.73 1
-1010111111 137.40 1
-1010111111 22889.86 1
-1010111111 2.9882 1
-1010111111 1608.6 1
-1010111111 97.977 1
-1010111111 98.448 1
-1010111111 331.65 1
-1010111111 22,040.18 1
-1010111111 110.52 1
-1010111111 146.42 1
-1010111111 99.83 1
-1010111111 1997.6 1
-1010111111 21,566.66 1
-1010111111 12:35 1
-1010111111 22,367.72 1
-1010111111 145.82 1
-1010111111 2042.9 1
-1010111111 21,472.97 1
-1010111111 1614.9 1
-1010111111 2037.8 1
-1010111111 1422.19 1
-1010111111 1418.78 1
-1010111111 Heibert 1
-1010111111 2153.7 1
-1010111111 1677.7 1
-1010111111 5020 1
-1010111111 108.47 1
-1010111111 4600 1
-1010111111 1620.6 1
-1010111111 2048.6 1
-1010111111 97.562 1
-1010111111 1409.58 1
-1010111111 1782.5 1
-1010111111 99.281 1
-1010111111 1290 1
-1010111111 Legnice 1
-1010111111 22922.20 1
-1010111111 1523.8 1
-1010111111 140.68 1
-1010111111 105.175 1
-1010111111 1908.9 1
-1010111111 2,680,000 1
-1010111111 145.33 1
-1010111111 unautomated 1
-1010111111 1546.4 1
-1010111111 1566.0 1
-1010111111 1989.6 1
-1010111111 22586.11 1
-1010111111 nestalgia 1
-1010111111 helicoppers 1
-1010111111 1976.7 1
-1010111111 216.10 1
-1010111111 Arenales 1
-1010111111 5360 1
-1010111111 99.582 1
-1010111111 sliminar 1
-1010111111 Shindand 1
-1010111111 2228.4 1
-1010111111 99.827 1
-1010111111 1740.8 1
-1010111111 2249.3 1
-1010111111 167.53 1
-1010111111 297.47 1
-1010111111 99.577 1
-1010111111 106.525 1
-1010111111 143.18 1
-1010111111 260.28 1
-1010111111 1724.3 1
-1010111111 2219.6 1
-1010111111 99.851 1
-1010111111 prizeflight 1
-1010111111 144.92 1
-1010111111 144.62 1
-1010111111 5-14 1
-1010111111 1729.9 1
-1010111111 2228.8 1
-1010111111 31.30 1
-1010111111 1724.6 1
-1010111111 sexual-disease 1
-1010111111 1739.6 1
-1010111111 2235.4 1
-1010111111 2,790 1
-1010111111 25,673.20 1
-1010111111 2249.5 1
-1010111111 Three-inch 1
-1010111111 barbecrew 1
-1010111111 3075.23 1
-1010111111 3644.28 1
-1010111111 2272.8 1
-1010111111 323.35 1
-1010111111 1824.30 1
-1010111111 141.66 1
-1010111111 Supergiant 1
-1010111111 2268.1 1
-1010111111 2309.0 1
-1010111111 2231.13 1
-1010111111 425.39 1
-1010111111 99.668 1
-1010111111 193.28 1
-1010111111 99.396 1
-1010111111 1755.2 1
-1010111111 98.419 1
-1010111111 1310.7 1
-1010111111 Olin-Mathieson 1
-1010111111 1285.0 1
-1010111111 252.20 1
-1010111111 1619.6 1
-1010111111 1670.0 1
-1010111111 1332.0 1
-1010111111 1348.9 1
-1010111111 611,476 1
-1010111111 22926.28 1
-1010111111 1652.6 1
-1010111111 1262.7 1
-1010111111 22673.41 1
-1010111111 Northstar-At-Tahoe 1
-1010111111 22808.16 1
-1010111111 113.86 1
-1010111111 1588.4 1
-1010111111 1263.6 1
-1010111111 KCCI-TV 1
-1010111111 1624.4 1
-1010111111 1294.9 1
-1010111111 1,902.52 1
-1010111111 99.453 1
-1010111111 Pootung 1
-1010111111 1297.6 1
-1010111111 112.69 1
-1010111111 294.77 1
-1010111111 22748.85 1
-1010111111 1427.77 1
-1010111111 Springhill 1
-1010111111 99.261 1
-1010111111 102.33 1
-1010111111 Kgodora 1
-1010111111 1432.3 1
-1010111111 21533.44 1
-1010111111 1408.0 1
-1010111111 McGladry 1
-1010111111 1730.3 1
-1010111111 1382.3 1
-1010111111 missiletoe 1
-1010111111 1717.0 1
-1010111111 326.91 1
-1010111111 248.65 1
-1010111111 243.15 1
-1010111111 1706.2 1
-1010111111 1366.6 1
-1010111111 1408.9 1
-1010111111 22741.02 1
-1010111111 1750.2 1
-1010111111 1405.1 1
-1010111111 dairylict 1
-1010111111 Winterburg 1
-1010111111 18778.74 1
-1010111111 260.30 1
-1010111111 99.829 1
-1010111111 155.60 1
-1010111111 Kissembo 1
-1010111111 Newchwang 1
-1010111111 0.6531 1
-1010111111 0.5467 1
-1010111111 157.30 1
-1010111111 0.5288 1
-1010111111 1533.45 1
-1010111111 3066.18 1
-1010111111 1426.90 1
-1010111111 Norborne 1
-1010111111 Dnepropetrovsk 1
-1010111111 158.44 1
-1010111111 158.27 1
-1010111111 99.255 1
-1010111111 157.75 1
-1010111111 256.25 1
-1010111111 squeamishly 1
-1010111111 158.20 1
-1010111111 medical-ethics 1
-1010111111 361.19 1
-1010111111 158.98 1
-1010111111 236.40 1
-1010111111 379.25 1
-1010111111 Cutufi 1
-1010111111 Noumea 1
-1010111111 1422.63 1
-1010111111 164.41 1
-1010111111 152.15 1
-1010111111 97.60 1
-1010111111 99.534 1
-1010111111 1434.65 1
-1010111111 7:50 1
-1010111111 14:43:01 1
-1010111111 289.00 1
-1010111111 271.35 1
-1010111111 97.83 1
-1010111111 242.84 1
-1010111111 1434.85 1
-1010111111 U.S.-border 1
-1010111111 1829.61 1
-1010111111 99.59 1
-1010111111 97.667 1
-1010111111 98.956 1
-1010111111 1435.97 1
-1010111111 1102.92 1
-1010111111 151.90 1
-1010111111 1437.37 1
-1010111111 151.95 1
-1010111111 152.55 1
-1010111111 21,031.66 1
-1010111111 1827.24 1
-1010111111 2002.7 1
-1010111111 1612.4 1
-1010111111 heartifacts 1
-1010111111 153.30 1
-1010111111 Bercy 1
-1010111111 10,000-15,000 1
-1010111111 99.91 1
-1010111111 1790.2 1
-1010111111 143.57 1
-1010111111 scareribs 1
-1010111111 99.844 1
-1010111111 99.525 1
-1010111111 Coors-sponsored 1
-1010111111 21,166.40 1
-1010111111 3667.95 1
-1010111111 2305.9 1
-1010111111 1,794 1
-1010111111 2334.8 1
-1010111111 349.75 1
-1010111111 49.262 1
-1010111111 143.20 1
-1010111111 6,006 1
-1010111111 7:02 1
-1010111111 Haakonsvern 1
-1010111111 Mid-Century 1
-1010111111 4,890 1
-1010111111 24937.93 1
-1010111111 1423.14 1
-1010111111 141.65 1
-1010111111 314.10 1
-1010111111 2275 1
-1010111111 2283.6 1
-1010111111 2,067.61 1
-1010111111 1763.8 1
-1010111111 Straengnaes 1
-1010111111 ice-sledding 1
-1010111111 3649.84 1
-1010111111 2271.8 1
-1010111111 7,131,300 1
-1010111111 Squamish 1
-1010111111 Yreka 1
-1010111111 161.40 1
-1010111111 1188.04 1
-1010111111 1428.38 1
-1010111111 1421.68 1
-1010111111 18825.40 1
-1010111111 tranceplant 1
-1010111111 159.45 1
-1010111111 1407.78 1
-1010111111 barktender 1
-1010111111 1428.67 1
-1010111111 1998.2 1
-1010111111 1601.4 1
-1010111111 99.16 1
-1010111111 18933.07 1
-1010111111 1424.97 1
-1010111111 Nerb 1
-1010111111 163.45 1
-1010111111 288.40 1
-1010111111 164.15 1
-1010111111 250.15 1
-1010111111 249.73 1
-1010111111 98.634 1
-1010111111 Schnieder 1
-1010111111 162.96 1
-1010111111 2676 1
-1010111111 Tekoa 1
-1010111111 27161.05 1
-1010111111 1756.8 1
-1010111111 1406.4 1
-1010111111 1424.73 1
-1010111111 TONG 1
-1010111111 99.737 1
-1010111111 99.487 1
-1010111111 1772.3 1
-1010111111 1417.6 1
-1010111111 27212.58 1
-1010111111 15,627 1
-1010111111 2610.29 1
-1010111111 3288.42 1
-1010111111 99.28 1
-1010111111 1349.0 1
-1010111111 1694.5 1
-1010111111 21560.00 1
-1010111111 23771.60 1
-1010111111 103.55 1
-1010111111 99.303 1
-1010111111 315.85 1
-1010111111 27264.30 1
-1010111111 1794.9 1
-1010111111 1801.1 1
-1010111111 27548.74 1
-1010111111 27487.77 1
-1010111111 466.72 1
-1010111111 444.61 1
-1010111111 0.33499 1
-1010111111 1792.6 1
-1010111111 1435.8 1
-1010111111 124.23 1
-1010111111 73.86 1
-1010111111 73.59 1
-1010111111 142.86 1
-1010111111 1707.2 1
-1010111111 23662.27 1
-1010111111 1355.9 1
-1010111111 2615.63 1
-1010111111 3312.40 1
-1010111111 2380.8 1
-1010111111 34687.65 1
-1010111111 1972.7 1
-1010111111 314.76 1
-1010111111 4,570 1
-1010111111 252.21 1
-1010111111 8,980 1
-1010111111 3449.89 1
-1010111111 2655.52 1
-1010111111 372.27 1
-1010111111 -3/32 1
-1010111111 Spangdahlem 1
-1010111111 1789.2 1
-1010111111 2380.9 1
-1010111111 1962.9 1
-1010111111 Geilenkirchen 1
-1010111111 251.10 1
-1010111111 85-18 1
-1010111111 1043.82 1
-1010111111 3,270 1
-1010111111 142.51 1
-1010111111 27767.58 1
-1010111111 27601.81 1
-1010111111 1428.6 1
-1010111111 27,608.92 1
-1010111111 196.00 1
-1010111111 202.00 1
-1010111111 Fogal 1
-1010111111 3.1865 1
-1010111111 453.29 1
-1010111111 1410.9 1
-1010111111 1766.9 1
-1010111111 23709.10 1
-1010111111 349.97 1
-1010111111 23650.80 1
-1010111111 372.48 1
-1010111111 99.794 1
-1010111111 301-443-3830 1
-1010111111 88.54 1
-1010111111 100.436 1
-1010111111 1385.0 1
-1010111111 1734.0 1
-1010111111 1389.1 1
-1010111111 1809.5 1
-1010111111 1804.4 1
-1010111111 1444.7 1
-1010111111 27434.12 1
-1010111111 1962.60 1
-1010111111 24207.47 1
-1010111111 27509.54 1
-1010111111 34431.20 1
-1010111111 2603.38 1
-1010111111 155,985 1
-1010111111 27191.97 1
-1010111111 1448.9 1
-1010111111 97.02 1
-1010111111 157.00 1
-1010111111 24345.66 1
-1010111111 2387.9 1
-1010111111 1977.6 1
-1010111111 1431.3 1
-1010111111 3365.30 1
-1010111111 27246.77 1
-1010111111 100.054 1
-1010111111 PharmaKinetics. 1
-1010111111 Kipplestein 1
-1010111111 466.57 1
-1010111111 Dunsinane 1
-1010111111 93.77 1
-1010111111 1954.6 1
-1010111111 76.24 1
-1010111111 99.491 1
-1010111111 3426.89 1
-1010111111 2615.58 1
-1010111111 2369.8 1
-1010111111 1789.5 1
-1010111111 23771.88 1
-1010111111 1.6805 1
-1010111111 1794.7 1
-1010111111 257.95 1
-1010111111 Louveciennes 1
-1010111111 99.155 1
-1010111111 99.065 1
-1010111111 95.336 1
-1010111111 99.592 1
-1010111111 96.965 1
-1010111111 1970.9 1
-1010111111 4,580 1
-1010111111 30.656 1
-1010111111 34471.66 1
-1010111111 90.727 1
-1010111111 102.05 1
-1010111111 13,625 1
-1010111111 3,373 1
-1010111111 143.08 1
-1010111111 1807.2 1
-1010111111 1449.7 1
-1010111111 96,433 1
-1010111111 61,580 1
-1010111111 27906.48 1
-1010111111 1415.6 1
-1010111111 99.92 1
-1010111111 23335.91 1
-1010111111 125.62 1
-1010111111 1444.4 1
-1010111111 265.17 1
-1010111111 149.68 1
-1010111111 260.31 1
-1010111111 379.35 1
-1010111111 99.714 1
-1010111111 99.526 1
-1010111111 127.03 1
-1010111111 23587.25 1
-1010111111 1430.0 1
-1010111111 1783.9 1
-1010111111 99.927 1
-1010111111 126.07 1
-1010111111 BARRA 1
-1010111111 27703.91 1
-1010111111 27842.65 1
-1010111111 1439.6 1
-1010111111 1805.7 1
-1010111111 254.30 1
-1010111111 99.57 1
-1010111111 1737.9 1
-1010111111 126.32 1
-1010111111 M87 1
-1010111111 374.65 1
-1010111111 Serpukhov 1
-1010111111 2661.23 1
-1010111111 3288.57 1
-1010111111 1443.4 1
-1010111111 2163.55 1
-1010111111 27,840.24 1
-1010111111 99.203 1
-1010111111 1762.2 1
-1010111111 23318.40 1
-1010111111 1414.0 1
-1010111111 226.37 1
-1010111111 27999.71 1
-1010111111 1468.2 1
-1010111111 Temecula 1
-1010111111 126.0 1
-1010111111 339.33 1
-1010111111 1828.2 1
-1010111111 27912.65 1
-1010111111 28131.07 1
-1010111111 1455.2 1
-1010111111 1820.2 1
-1010111111 1445.1 1
-1010111111 27967.32 1
-1010111111 142.78 1
-1010111111 379.32 1
-1010111111 1635.93 1
-1010111111 1638.81 1
-1010111111 blankruptcy 1
-1010111111 34960.71 1
-1010111111 1463.7 1
-1010111111 27996.24 1
-1010111111 28069.42 1
-1010111111 propulsively 1
-1010111111 1832.7 1
-1010111111 1452.8 1
-1010111111 4,520 1
-1010111111 2359.6 1
-1010111111 1937.3 1
-1010111111 3279.81 1
-1010111111 1966.3 1
-1010111111 2370.8 1
-1010111111 98.518 1
-1010111111 298.17 1
-1010111111 27197.65 1
-1010111111 27249.76 1
-1010111111 1407.6 1
-1010111111 Kilhamet 1
-1010111111 172,947 1
-1010111111 1924.8 1
-1010111111 23,672.21 1
-1010111111 1067 1
-1010111111 1774.40 1
-1010111111 1420.10 1
-1010111111 Shockbroker 1
-1010111111 0.008052 1
-1010111111 27636.20 1
-1010111111 27443.65 1
-1010111111 1787.9 1
-1010111111 27463.11 1
-1010111111 27312.66 1
-1010111111 1782.9 1
-1010111111 1428.3 1
-1010111111 124.20 1
-1010111111 465.88 1
-1010111111 138.90 1
-1010111111 37,546 1
-1010111111 105.86 1
-1010111111 WLRO 1
-1010111111 340.69 1
-1010111111 1760.6 1
-1010111111 1408.1 1
-1010111111 27373.24 1
-1010111111 180/110 1
-1010111111 253.10 1
-1010111111 350.52 1
-1010111111 1413.2 1
-1010111111 1766.3 1
-1010111111 23595.37 1
-1010111111 107.05 1
-1010111111 89.23 1
-1010111111 3289.41 1
-1010111111 2397.4 1
-1010111111 2622.70 1
-1010111111 34739.93 1
-1010111111 124.43 1
-1010111111 1776.2 1
-1010111111 1425.3 1
-1010111111 27948.37 1
-1010111111 27759.87 1
-1010111111 2606.61 1
-1010111111 1415.2 1
-1010111111 1,922.75 1
-1010111111 23804.09 1
-1010111111 1435.7 1
-1010111111 1790.8 1
-1010111111 128.60 1
-1010111111 2393.1 1
-1010111111 146.07 1
-1010111111 1784.4 1
-1010111111 1427.5 1
-1010111111 104.392 1
-1010111111 262.95 1
-1010111111 27416.70 1
-1010111111 27724.74 1
-1010111111 2,837 1
-1010111111 99.87125 1
-1010111111 1423.1 1
-1010111111 1776.9 1
-1010111111 23732.32 1
-1010111111 124.60 1
-1010111111 1430.4 1
-1010111111 bankypanky 1
-1010111111 27,386.71 1
-1010111111 105.46 1
-1010111111 57.412 1
-1010111111 253.76 1
-1010111111 75.00 1
-1010111111 128.74 1
-1010111111 338.02 1
-1010111111 1949.5 1
-1010111111 2630.97 1
-1010111111 3282.59 1
-1010111111 34786.55 1
-1010111111 27392.60 1
-1010111111 27223.10 1
-1010111111 2370.2 1
-1010111111 124.96 1
-1010111111 124.64 1
-1010111111 34771.79 1
-1010111111 2629.40 1
-1010111111 3484.95 1
-1010111111 419.50 1
-1010111111 Tamarindo 1
-1010111111 1832.2 1
-1010111111 1459.8 1
-1010111111 2133.05 1
-1010111111 25895.23 1
-1010111111 202-566-4904 1
-1010111111 96.625 1
-1010111111 99.839 1
-1010111111 Qtr 1
-1010111111 25781.28 1
-1010111111 1782.7 1
-1010111111 1421.6 1
-1010111111 25663.80 1
-1010111111 1841.1 1
-1010111111 2269.4 1
-1010111111 25966.26 1
-1010111111 1476.8 1
-1010111111 2134.89 1
-1010111111 126.96 1
-1010111111 25879.93 1
-1010111111 93.87 1
-1010111111 126.91 1
-1010111111 2112.39 1
-1010111111 2400.6 1
-1010111111 1981.6 1
-1010111111 1467.9 1
-1010111111 3381.61 1
-1010111111 1808.7 1
-1010111111 2578.76 1
-1010111111 25842.75 1
-1010111111 1835.4 1
-1010111111 147.77 1
-1010111111 1949.7 1
-1010111111 144.40 1
-1010111111 2605.48 1
-1010111111 1766.5 1
-1010111111 149.00 1
-1010111111 25284.87 1
-1010111111 Cana 1
-1010111111 2292.3 1
-1010111111 menagement 1
-1010111111 1909.8 1
-1010111111 2675.83 1
-1010111111 2121.41 1
-1010111111 25953.09 1
-1010111111 1742.5 1
-1010111111 26193.89 1
-1010111111 26260.26 1
-1010111111 2283.7 1
-1010111111 1398.1 1
-1010111111 1756.9 1
-1010111111 26357.64 1
-1010111111 2627.62 1
-1010111111 2274.2 1
-1010111111 1902.5 1
-1010111111 371.78 1
-1010111111 2621.78 1
-1010111111 101.70 1
-1010111111 25435.90 1
-1010111111 2089.11 1
-1010111111 1781.9 1
-1010111111 1439.1 1
-1010111111 25378.06 1
-1010111111 2501.93 1
-1010111111 2102.38 1
-1010111111 25626.71 1
-1010111111 345.68 1
-1010111111 396.42 1
-1010111111 1429.5 1
-1010111111 1768.8 1
-1010111111 25242.81 1
-1010111111 25345.47 1
-1010111111 366.94 1
-1010111111 147.45 1
-1010111111 146.40 1
-1010111111 146.62 1
-1010111111 106.39 1
-1010111111 123.88 1
-1010111111 1746.5 1
-1010111111 1394.4 1
-1010111111 2003.7 1
-1010111111 2423.9 1
-1010111111 Mahrt 1
-1010111111 25622.71 1
-1010111111 387.05 1
-1010111111 Treehabilitation 1
-1010111111 1811.6 1
-1010111111 25505.78 1
-1010111111 25,543.73 1
-1010111111 1818.2 1
-1010111111 25616.58 1
-1010111111 2107.98 1
-1010111111 1462.8 1
-1010111111 prayola 1
-1010111111 1819.5 1
-1010111111 1460.0 1
-1010111111 25433.51 1
-1010111111 471.83 1
-1010111111 97.06 1
-1010111111 108.46 1
-1010111111 93.71 1
-1010111111 2382.0 1
-1010111111 1965.8 1
-1010111111 2618.43 1
-1010111111 3393.81 1
-1010111111 34401.88 1
-1010111111 enchore 1
-1010111111 145.47 1
-1010111111 25605.39 1
-1010111111 1460.1 1
-1010111111 1815.3 1
-1010111111 74.22 1
-1010111111 2599.16 1
-1010111111 3384.54 1
-1010111111 2401.5 1
-1010111111 34286.94 1
-1010111111 1980.1 1
-1010111111 1,510,000 1
-1010111111 80-82 1
-1010111111 1028 1
-1010111111 25620.59 1
-1010111111 2102.55 1
-1010111111 25617.82 1
-1010111111 1834.6 1
-1010111111 1472.3 1
-1010111111 101.56 1
-1010111111 99.358 1
-1010111111 269.10 1
-1010111111 99.464 1
-1010111111 1815.0 1
-1010111111 99.86 1
-1010111111 1457.7 1
-1010111111 2094.00 1
-1010111111 25465.73 1
-1010111111 terrortory 1
-1010111111 2121.20 1
-1010111111 Malinmor 1
-1010111111 Arent 1
-1010111111 25872.29 1
-1010111111 127.40 1
-1010111111 380.87 1
-1010111111 125.27 1
-1010111111 102.30 1
-1010111111 snipshot 1
-1010111111 .311 1
-1010111111 1813.3 1
-1010111111 Fortnum 1
-1010111111 98.650 1
-1010111111 1470.4 1
-1010111111 2084.80 1
-1010111111 25475.67 1
-1010111111 1980.6 1
-1010111111 146.73 1
-1010111111 147.23 1
-1010111111 2595.85 1
-1010111111 2397.6 1
-1010111111 3379.53 1
-1010111111 25627.57 1
-1010111111 1478.7 1
-1010111111 1834.5 1
-1010111111 1455.9 1
-1010111111 2106.18 1
-1010111111 25704.43 1
-1010111111 385.40 1
-1010111111 thugboats 1
-1010111111 99.76 1
-1010111111 26671.45 1
-1010111111 129.98 1
-1010111111 5,060 1
-1010111111 130.02 1
-1010111111 241.50 1
-1010111111 240.20 1
-1010111111 1787.8 1
-1010111111 1419.6 1
-1010111111 844.0 1
-1010111111 131.20 1
-1010111111 1798.9 1
-1010111111 1429.7 1
-1010111111 2150.89 1
-1010111111 26657.00 1
-1010111111 149to-150 1
-1010111111 9,070 1
-1010111111 2613.34 1
-1010111111 3372.05 1
-1010111111 145.95 1
-1010111111 147.25 1
-1010111111 98.926 1
-1010111111 99.075 1
-1010111111 98.877 1
-1010111111 2008.6 1
-1010111111 1810.4 1
-1010111111 1435.0 1
-1010111111 26985.55 1
-1010111111 24846.71 1
-1010111111 1396.3 1
-1010111111 374.52 1
-1010111111 1415.7 1
-1010111111 26873.43 1
-1010111111 26893.57 1
-1010111111 74.145 1
-1010111111 74.98 1
-1010111111 Kyril 1
-1010111111 96.46 1
-1010111111 26967.83 1
-1010111111 1416.2 1
-1010111111 24527.71 1
-1010111111 1396.4 1
-1010111111 1748.1 1
-1010111111 24429.95 1
-1010111111 2878.29 1
-1010111111 3412.09 1
-1010111111 2619.07 1
-1010111111 216.50 1
-1010111111 1948.3 1
-1010111111 2361.5 1
-1010111111 1771.6 1
-1010111111 1411.6 1
-1010111111 27058.37 1
-1010111111 34471.07 1
-1010111111 146.23 1
-1010111111 center-ice 1
-1010111111 Oberammergau 1
-1010111111 four-o-two 1
-1010111111 120-125 1
-1010111111 1621 1
-1010111111 97.724 1
-1010111111 Gunder. 1
-1010111111 98.828 1
-1010111111 26864.09 1
-1010111111 98.775 1
-1010111111 99.72 1
-1010111111 Uninspiring 1
-1010111111 231.70 1
-1010111111 1791.9 1
-1010111111 1423.4 1
-1010111111 26892.41 1
-1010111111 344.24 1
-1010111111 Infotechnology. 1
-1010111111 78,030 1
-1010111111 Medicare-financed 1
-1010111111 331.50 1
-1010111111 257.90 1
-1010111111 24675.36 1
-1010111111 1736.1 1
-1010111111 1737.6 1
-1010111111 1382.9 1
-1010111111 26315.35 1
-1010111111 26426.51 1
-1010111111 99.944 1
-1010111111 341.82 1
-1010111111 261.58 1
-1010111111 3,270,000 1
-1010111111 orchestra-side 1
-1010111111 99.634 1
-1010111111 26511.17 1
-1010111111 1745.0 1
-1010111111 1386.8 1
-1010111111 99.417 1
-1010111111 99.918 1
-1010111111 262.85 1
-1010111111 1433.9 1
-1010111111 Maubeauge 1
-1010111111 147.35 1
-1010111111 26430.36 1
-1010111111 26,282.12 1
-1010111111 34152.56 1
-1010111111 2593.39 1
-1010111111 3420.16 1
-1010111111 2415.9 1
-1010111111 1999.1 1
-1010111111 2721.69 1
-1010111111 Compiegne 1
-1010111111 26335.29 1
-1010111111 26290.21 1
-1010111111 99.41 1
-1010111111 tritium-producing 1
-1010111111 99.697 1
-1010111111 342.57 1
-1010111111 5.p.m. 1
-1010111111 26973.99 1
-1010111111 1433.8 1
-1010111111 1810.5 1
-1010111111 24949.45 1
-1010111111 1805.3 1
-1010111111 1433.7 1
-1010111111 1757.9 1
-1010111111 1410.3 1
-1010111111 99.735 1
-1010111111 128.50-129.60 1
-1010111111 99.673 1
-1010111111 5,480 1
-1010111111 26769.22 1
-1010111111 1399.4 1
-1010111111 1761.0 1
-1010111111 CORINTO 1
-1010111111 98.39 1
-1010111111 99.6875 1
-1010111111 2602.70 1
-1010111111 73.46 1
-1010111111 3383.35 1
-1010111111 8,820 1
-1010111111 1417.0 1
-1010111111 1760.1 1
-1010111111 24968.65 1
-1010111111 1958.9 1
-1010111111 4,675 1
-1010111111 99.736 1
-1010111111 99.774 1
-1010111111 1413.4 1
-1010111111 2427.4 1
-1010111111 1978.7 1
-1010111111 34271.31 1
-1010111111 2090.18 1
-1010111111 3409.19 1
-1010111111 2622.23 1
-1010111111 1840.8 1
-1010111111 27738.57 1
-1010111111 472.92 1
-1010111111 3,665 1
-1010111111 27796.09 1
-1010111111 1480.7 1
-1010111111 1841.3 1
-1010111111 121.00 1
-1010111111 121.30 1
-1010111111 266.85 1
-1010111111 1712.7 1
-1010111111 38,267 1
-1010111111 13,962 1
-1010111111 2347.3 1
-1010111111 1961.4 1
-1010111111 6,940 1
-1010111111 will-o'-the-wasp 1
-1010111111 27183.53 1
-1010111111 1474.1 1
-1010111111 1473.0 1
-1010111111 27303.76 1
-1010111111 1837.7 1
-1010111111 fillybuster 1
-1010111111 JCI 1
-1010111111 1747.5 1
-1010111111 1402.0 1
-1010111111 139.72 1
-1010111111 1491.4 1
-1010111111 350.87 1
-1010111111 1865.1 1
-1010111111 1502.0 1
-1010111111 28440.78 1
-1010111111 28348.45 1
-1010111111 7,630 1
-1010111111 2348.1 1
-1010111111 1962.3 1
-1010111111 2289.2 1
-1010111111 1876.9 1
-1010111111 9911.15 1
-1010111111 97.99 1
-1010111111 1797.3 1
-1010111111 9,390 1
-1010111111 2660.49 1
-1010111111 35240.07 1
-1010111111 1972.0 1
-1010111111 2643.91 1
-1010111111 Bogutta 1
-1010111111 139.42 1
-1010111111 387.33 1
-1010111111 1488.7 1
-1010111111 28199.94 1
-1010111111 34859.27 1
-1010111111 99.211 1
-1010111111 133.25 1
-1010111111 1862.2 1
-1010111111 1497.5 1
-1010111111 1861.5 1
-1010111111 27882.38 1
-1010111111 2186.42 1
-1010111111 27913.79 1
-1010111111 396.39 1
-1010111111 135.35 1
-1010111111 22792.13 1
-1010111111 337.40 1
-1010111111 362.34 1
-1010111111 Alamosa 1
-1010111111 1969.6 1
-1010111111 2354.2 1
-1010111111 sun-up 1
-1010111111 134.28 1
-1010111111 377.02 1
-1010111111 394.59 1
-1010111111 27109.31 1
-1010111111 260.63 1
-1010111111 1424.5 1
-1010111111 696.11 1
-1010111111 28020.10 1
-1010111111 2197.97 1
-1010111111 27968.40 1
-1010111111 22872.56 1
-1010111111 132.83 1
-1010111111 chantytown 1
-1010111111 393.56 1
-1010111111 Kapikule 1
-1010111111 96.33 1
-1010111111 28151.83 1
-1010111111 2198.88 1
-1010111111 28084.08 1
-1010111111 13800 1
-1010111111 1216.61 1
-1010111111 270.26 1
-1010111111 2113.62 1
-1010111111 394.67 1
-1010111111 377.36 1
-1010111111 30-13-5 1
-1010111111 Koele 1
-1010111111 96.30 1
-1010111111 100.06 1
-1010111111 2390 1
-1010111111 131.85 1
-1010111111 Cloudlands 1
-1010111111 387.35 1
-1010111111 363.72 1
-1010111111 702.17 1
-1010111111 27301.34 1
-1010111111 27,265.78 1
-1010111111 6,460 1
-1010111111 2,031.50 1
-1010111111 2,031.5 1
-1010111111 1437.1 1
-1010111111 1789.6 1
-1010111111 136.05 1
-1010111111 21575.28 1
-1010111111 130.65 1
-1010111111 Tattletales 1
-1010111111 144.82 1
-1010111111 2638.20 1
-1010111111 27283.56 1
-1010111111 140.10 1
-1010111111 Bagneaux 1
-1010111111 1885.7 1
-1010111111 35636.76 1
-1010111111 1787.1 1
-1010111111 271.55 1
-1010111111 clause-trophobia 1
-1010111111 Chequers 1
-1010111111 377.22 1
-1010111111 Lyaki 1
-1010111111 1912.1 1
-1010111111 1833.9 1
-1010111111 1476.2 1
-1010111111 28129.36 1
-1010111111 Manitou 1
-1010111111 530.41 1
-1010111111 709.94 1
-1010111111 1832.3 1
-1010111111 1477.2 1
-1010111111 28079.18 1
-1010111111 28209.42 1
-1010111111 1484.5 1
-1010111111 1844.3 1
-1010111111 2613.27 1
-1010111111 1940.8 1
-1010111111 sinario 1
-1010111111 2315.9 1
-1010111111 2277.5 1
-1010111111 2628.90 1
-1010111111 1825.3 1
-1010111111 27896.55 1
-1010111111 2187.49 1
-1010111111 28035.39 1
-1010111111 7,160 1
-1010111111 Intar 1
-1010111111 8,040 1
-1010111111 7604.25 1
-1010111111 144.00 1
-1010111111 376.22 1
-1010111111 28178.86 1
-1010111111 1475.3 1
-1010111111 1830.9 1
-1010111111 27548.97 1
-1010111111 2175.49 1
-1010111111 1780.2 1
-1010111111 1432.6 1
-1010111111 1780.20 1
-1010111111 2306.3 1
-1010111111 99.335 1
-1010111111 98.329 1
-1010111111 99.026 1
-1010111111 99.955 1
-1010111111 136.40 1
-1010111111 137.08 1
-1010111111 multi-trillion 1
-1010111111 2679.40 1
-1010111111 2312.1 1
-1010111111 9669.94 1
-1010111111 2780.55 1
-1010111111 2281.6 1
-1010111111 101-103 1
-1010111111 2676.99 1
-1010111111 2990 1
-1010111111 1817.9 1
-1010111111 1466.1 1
-1010111111 2183.54 1
-1010111111 27919.95 1
-1010111111 Nalanda 1
-1010111111 Clackton 1
-1010111111 Simat 1
-1010111111 2875.09 1
-1010111111 coconut-lime 1
-1010111111 1876.0 1
-1010111111 1514.7 1
-1010111111 213-458-2003 1
-1010111111 1501.1 1
-1010111111 1862.6 1
-1010111111 28170.36 1
-1010111111 28253.12 1
-1010111111 Mougins 1
-1010111111 86-07 1
-1010111111 92.73 1
-1010111111 91.34 1
-1010111111 Fylingdales 1
-1010111111 2232.95 1
-1010111111 28292.66 1
-1010111111 1508.5 1
-1010111111 138.72 1
-1010111111 1869.7 1
-1010111111 97.936 1
-1010111111 McCann-Erikson 1
-1010111111 38,123 1
-1010111111 1796.7 1
-1010111111 1,327.75 1
-1010111111 138.40 1
-1010111111 133.80 1
-1010111111 2688.80 1
-1010111111 27831.67 1
-1010111111 2318.6 1
-1010111111 1899.3 1
-1010111111 74.32 1
-1010111111 74.82 1
-1010111111 Sandhurst 1
-1010111111 Hvittrask 1
-1010111111 98.801 1
-1010111111 1465.6 1
-1010111111 27901.29 1
-1010111111 9,380 1
-1010111111 2673.56 1
-1010111111 35376.35 1
-1010111111 1512.8 1
-1010111111 1875.9 1
-1010111111 28312.00 1
-1010111111 28362.18 1
-1010111111 Twickenham 1
-1010111111 7,970 1
-1010111111 2615.48 1
-1010111111 34630.38 1
-1010111111 2661.42 1
-1010111111 nestbuilding 1
-1010111111 349.41 1
-1010111111 2172.80 1
-1010111111 27886.49 1
-1010111111 2,187.04 1
-1010111111 27,833.51 1
-1010111111 95.99 1
-1010111111 1013.77 1
-1010111111 27784.98 1
-1010111111 .007573 1
-1010111111 .5328 1
-1010111111 1.7096 1
-1010111111 1790.0 1
-1010111111 22910.20 1
-1010111111 27556.21 1
-1010111111 27454.14 1
-1010111111 131.35 1
-1010111111 cremations 1
-1010111111 65.612 1
-1010111111 131.70 1
-1010111111 130.90 1
-1010111111 130.48 1
-1010111111 135-to-145 1
-1010111111 344.34 1
-1010111111 160-to-165 1
-1010111111 142.32 1
-1010111111 1436.7 1
-1010111111 27435.01 1
-1010111111 2155.70 1
-1010111111 27271.67 1
-1010111111 1423.0 1
-1010111111 22898.17 1
-1010111111 2185.54 1
-1010111111 77.16 1
-1010111111 76.58 1
-1010111111 35090.11 1
-1010111111 7,480 1
-1010111111 2652.96 1
-1010111111 2178.64 1
-1010111111 1510 1
-1010111111 5150 1
-1010111111 2330 1
-1010111111 1878.9 1
-1010111111 2650.61 1
-1010111111 9663.60 1
-1010111111 35084.15 1
-1010111111 1398.7 1
-1010111111 190.65 1
-1010111111 2329.6 1
-1010111111 115.643 1
-1010111111 2633.24 1
-1010111111 1961.8 1
-1010111111 100.40 1
-1010111111 133.57 1
-1010111111 8,590 1
-1010111111 27769.40 1
-1010111111 2183.10 1
-1010111111 27823.14 1
-1010111111 5280 1
-1010111111 34810.69 1
-1010111111 2326.2 1
-1010111111 2633.33 1
-1010111111 setside 1
-1010111111 92.763 1
-1010111111 Point-Comfort 1
-1010111111 141.40 1
-1010111111 1923.9 1
-1010111111 2148.25 1
-1010111111 1848.0 1
-1010111111 1478.3 1
-1010111111 108.69 1
-1010111111 Then-Rep 1
-1010111111 96.42 1
-1010111111 27398.09 1
-1010111111 27515.99 1
-1010111111 2158.48 1
-1010111111 880,674 1
-1010111111 2331.2 1
-1010111111 2329.8 1
-1010111111 1907.4 1
-1010111111 5230 1
-1010111111 1855.1 1
-1010111111 1479.7 1
-1010111111 27607.33 1
-1010111111 2,166.90 1
-1010111111 27730.36 1
-1010111111 22973.06 1
-1010111111 136.20 1
-1010111111 99.961 1
-1010111111 389.08 1
-1010111111 361.40 1
-1010111111 Rutgers-Camden 1
-1010111111 471,519 1
-1010111111 1404.0 1
-1010111111 22710.26 1
-1010111111 1861.9 1
-1010111111 99.975 1
-1010111111 335.67 1
-1010111111 28093.52 1
-1010111111 1869.3 1
-1010111111 126.22 1
-1010111111 125.19 1
-1010111111 28064.11 1
-1010111111 1461.1 1
-1010111111 1838.8 1
-1010111111 126.35 1
-1010111111 mind- 1
-1010111111 1482.7 1
-1010111111 28061.80 1
-1010111111 2213.63 1
-1010111111 23125.33 1
-1010111111 1421.0 1
-1010111111 2659.08 1
-1010111111 2374.7 1
-1010111111 88.2568 1
-1010111111 1770.9 1
-1010111111 35109.56 1
-1010111111 8,810 1
-1010111111 string-pulling 1
-1010111111 126.39 1
-1010111111 243.50 1
-1010111111 5,370 1
-1010111111 2336.1 1
-1010111111 1913.5 1
-1010111111 2189.87 1
-1010111111 2219.33 1
-1010111111 28,232.55 1
-1010111111 1472.6 1
-1010111111 1850.1 1
-1010111111 96.10 1
-1010111111 2375.1 1
-1010111111 10-to-2 1
-1010111111 Freehill 1
-1010111111 2652.50 1
-1010111111 quacksilver 1
-1010111111 1752.8 1
-1010111111 22843.14 1
-1010111111 28021.21 1
-1010111111 2204.19 1
-1010111111 49.836 1
-1010111111 128.78 1
-1010111111 28139.03 1
-1010111111 125.84 1
-1010111111 Artesia 1
-1010111111 2632.97 1
-1010111111 6,910 1
-1010111111 34671.62 1
-1010111111 1950.3 1
-1010111111 454.08 1
-1010111111 1760.2 1
-1010111111 12300 1
-1010111111 3210 1
-1010111111 7550 1
-1010111111 1417.4 1
-1010111111 28058.08 1
-1010111111 2200.56 1
-1010111111 27985.99 1
-1010111111 22578.43 1
-1010111111 2325.9 1
-1010111111 27766.60 1
-1010111111 2176.55 1
-1010111111 27671.02 1
-1010111111 5310 1
-1010111111 22324.99 1
-1010111111 246.25 1
-1010111111 22451.99 1
-1010111111 1733.4 1
-1010111111 1391.1 1
-1010111111 Infocorp. 1
-1010111111 272.02 1
-1010111111 97.723 1
-1010111111 395.45 1
-1010111111 2586.13 1
-1010111111 88.12 1
-1010111111 1-800-233-3271 1
-1010111111 344.72 1
-1010111111 Raydah 1
-1010111111 99.902 1
-1010111111 99.991 1
-1010111111 27965.88 1
-1010111111 2197.91 1
-1010111111 27917.08 1
-1010111111 271.78 1
-1010111111 long-existing 1
-1010111111 2180.86 1
-1010111111 27902.39 1
-1010111111 1484.2 1
-1010111111 232.28 1
-1010111111 1396.9 1
-1010111111 22625.05 1
-1010111111 246.35 1
-1010111111 112.0 1
-1010111111 651,200 1
-1010111111 1876.2 1
-1010111111 28099.84 1
-1010111111 2207.97 1
-1010111111 28089.40 1
-1010111111 96.92 1
-1010111111 267.85 1
-1010111111 Riviere-Beaudette 1
-1010111111 Halabjah 1
-1010111111 271.30 1
-1010111111 393.52 1
-1010111111 2164.11 1
-1010111111 125.24 1
-1010111111 1885.8 1
-1010111111 2696.18 1
-1010111111 nearlyweds 1
-1010111111 Myuongdong 2
-1010111111 2006.6 2
-1010111111 1775.4 2
-1010111111 2264.5 2
-1010111111 21564.00 2
-1010111111 1307.40 2
-1010111111 1313.03 2
-1010111111 1196.69 2
-1010111111 150.35 2
-1010111111 1222.54 2
-1010111111 99.558 2
-1010111111 3,780 2
-1010111111 159.85 2
-1010111111 1903.51 2
-1010111111 2268.98 2
-1010111111 1288.10 2
-1010111111 115.75 2
-1010111111 122.85 2
-1010111111 99.931 2
-1010111111 1322.04 2
-1010111111 2226.52 2
-1010111111 143.63 2
-1010111111 115.25 2
-1010111111 2231.96 2
-1010111111 152.83 2
-1010111111 343.09 2
-1010111111 1927.31 2
-1010111111 1778.9 2
-1010111111 1961.54 2
-1010111111 1189.70 2
-1010111111 1789.0 2
-1010111111 1249.61 2
-1010111111 2176.74 2
-1010111111 1.5168 2
-1010111111 274.45 2
-1010111111 1309.07 2
-1010111111 2216.68 2
-1010111111 10-midnight 2
-1010111111 1239.31 2
-1010111111 2101.52 2
-1010111111 1307.21 2
-1010111111 2408.13 2
-1010111111 152.98 2
-1010111111 135.80 2
-1010111111 3,640 2
-1010111111 10:50 2
-1010111111 44.314 2
-1010111111 1256.43 2
-1010111111 2071.29 2
-1010111111 99.575 2
-1010111111 146.90 2
-1010111111 133.19 2
-1010111111 34538.90 2
-1010111111 1274.57 2
-1010111111 1237.42 2
-1010111111 129.89 2
-1010111111 153.41 2
-1010111111 1324.90 2
-1010111111 monumentality 2
-1010111111 154.35 2
-1010111111 WCLY-FM 2
-1010111111 1282.57 2
-1010111111 1319.98 2
-1010111111 108,200 2
-1010111111 1282.20 2
-1010111111 1259.37 2
-1010111111 2527.90 2
-1010111111 143.48 2
-1010111111 2267.34 2
-1010111111 99.63 2
-1010111111 1232.59 2
-1010111111 1187.73 2
-1010111111 96.02 2
-1010111111 1,719 2
-1010111111 1312.42 2
-1010111111 100.04 2
-1010111111 2,039,300 2
-1010111111 125.34 2
-1010111111 130.98 2
-1010111111 447.78 2
-1010111111 1419.4 2
-1010111111 317.75 2
-1010111111 2,770,000 2
-1010111111 126.33 2
-1010111111 128.87 2
-1010111111 217.43 2
-1010111111 141.10 2
-1010111111 2210 2
-1010111111 1299.57 2
-1010111111 1329.29 2
-1010111111 1243.71 2
-1010111111 138.70 2
-1010111111 WEYI 2
-1010111111 2056.37 2
-1010111111 101.85 2
-1010111111 1386.7 2
-1010111111 1179.23 2
-1010111111 1282.16 2
-1010111111 130.52 2
-1010111111 99.798 2
-1010111111 1326.08 2
-1010111111 1299.08 2
-1010111111 2063.49 2
-1010111111 126.70 2
-1010111111 1303.99 2
-1010111111 23498.76 2
-1010111111 96.79 2
-1010111111 2254.26 2
-1010111111 1911.14 2
-1010111111 Malongo 2
-1010111111 127.79 2
-1010111111 1781.8 2
-1010111111 348.83 2
-1010111111 143.78 2
-1010111111 Edwardsville 2
-1010111111 116.43 2
-1010111111 2223.99 2
-1010111111 Herculaneum 2
-1010111111 25596.31 2
-1010111111 99.765 2
-1010111111 7,090 2
-1010111111 1291.26 2
-1010111111 1185.03 2
-1010111111 1176.66 2
-1010111111 1283.92 2
-1010111111 2057.86 2
-1010111111 101.45 2
-1010111111 1310.94 2
-1010111111 Gomel 2
-1010111111 1276.03 2
-1010111111 150.22 2
-1010111111 1318.45 2
-1010111111 22603.65 2
-1010111111 1327.33 2
-1010111111 99.871 2
-1010111111 1952.92 2
-1010111111 142.53 2
-1010111111 1956.07 2
-1010111111 2692.82 2
-1010111111 462.87 2
-1010111111 1926.18 2
-1010111111 1255.03 2
-1010111111 2,640,000 2
-1010111111 Bardai 2
-1010111111 1775.2 2
-1010111111 1244.30 2
-1010111111 158.33 2
-1010111111 1729.8 2
-1010111111 2009.42 2
-1010111111 2039.95 2
-1010111111 multitrillion 2
-1010111111 1286.58 2
-1010111111 Skrunda 2
-1010111111 1737.8 2
-1010111111 geep 2
-1010111111 KTIV-TV 2
-1010111111 114.12 2
-1010111111 2160.01 2
-1010111111 1285.96 2
-1010111111 2360.13 2
-1010111111 1926.88 2
-1010111111 2012.94 2
-1010111111 Photokina 2
-1010111111 102.35 2
-1010111111 152.70 2
-1010111111 25100.66 2
-1010111111 363.62 2
-1010111111 1307.25 2
-1010111111 99.846 2
-1010111111 2183.35 2
-1010111111 1389.4 2
-1010111111 1183.21 2
-1010111111 144.25 2
-1010111111 1202.56 2
-1010111111 2337.08 2
-1010111111 2599.49 2
-1010111111 129.88 2
-1010111111 140.98 2
-1010111111 2186.87 2
-1010111111 1279.89 2
-1010111111 8:10 2
-1010111111 1286.1 2
-1010111111 1916.11 2
-1010111111 2306 2
-1010111111 101.175 2
-1010111111 95.67 2
-1010111111 99.835 2
-1010111111 3,980 2
-1010111111 1245.91 2
-1010111111 Sohyo 2
-1010111111 2561.38 2
-1010111111 1201.09 2
-1010111111 162.55 2
-1010111111 344.66 2
-1010111111 HEC 2
-1010111111 1914.37 2
-1010111111 1747.2 2
-1010111111 141.78 2
-1010111111 141.80 2
-1010111111 1391 2
-1010111111 2352.70 2
-1010111111 1278.95 2
-1010111111 6-feet-2 2
-1010111111 1286.61 2
-1010111111 114.53 2
-1010111111 BAB 2
-1010111111 124.00 2
-1010111111 162.93 2
-1010111111 1182.77 2
-1010111111 2014.59 2
-1010111111 1317.50 2
-1010111111 153.55 2
-1010111111 25649.88 2
-1010111111 2353.61 2
-1010111111 1278.41 2
-1010111111 1727.2 2
-1010111111 2351.64 2
-1010111111 2299.4 2
-1010111111 1284.71 2
-1010111111 1320.44 2
-1010111111 2039.12 2
-1010111111 Murdochville 2
-1010111111 Ishpeming 2
-1010111111 1201.95 2
-1010111111 153.98 2
-1010111111 129.20 2
-1010111111 154.20 2
-1010111111 1270.12 2
-1010111111 Okotoks 2
-1010111111 1321.52 2
-1010111111 1930.40 2
-1010111111 0.889 2
-1010111111 Leetsdale 2
-1010111111 2608.74 2
-1010111111 130.00 2
-1010111111 1958.22 2
-1010111111 2235.24 2
-1010111111 152.77 2
-1010111111 2288.23 2
-1010111111 1295.66 2
-1010111111 128.81 2
-1010111111 Diversey 2
-1010111111 1759.8 2
-1010111111 145.53 2
-1010111111 190.20 2
-1010111111 6,330 2
-1010111111 1423.52 2
-1010111111 2076.63 2
-1010111111 1259.94 2
-1010111111 1791.1 2
-1010111111 1930.04 2
-1010111111 2613.04 2
-1010111111 2165.78 2
-1010111111 308.50 2
-1010111111 2681.61 2
-1010111111 1291.14 2
-1010111111 144.47 2
-1010111111 CIAPA 2
-1010111111 1313.45 2
-1010111111 252.19 2
-1010111111 2070.46 2
-1010111111 2391.54 2
-1010111111 1247.12 2
-1010111111 1320.75 2
-1010111111 2550 2
-1010111111 1963.86 2
-1010111111 1756.1 2
-1010111111 124.05 2
-1010111111 5,650 2
-1010111111 Greytown 2
-1010111111 4,070 2
-1010111111 2334.66 2
-1010111111 1316.09 2
-1010111111 half-mast 2
-1010111111 1189.05 2
-1010111111 2576.05 2
-1010111111 Tientsin 2
-1010111111 153.75 2
-1010111111 1262.76 2
-1010111111 1765.2 2
-1010111111 1273.74 2
-1010111111 101.20 2
-1010111111 1307.96 2
-1010111111 23918.56 2
-1010111111 4,330 2
-1010111111 153.92 2
-1010111111 2023.21 2
-1010111111 3070 2
-1010111111 1304.49 2
-1010111111 5,580 2
-1010111111 141.15 2
-1010111111 8,030 2
-1010111111 2278.22 2
-1010111111 1255.40 2
-1010111111 bed-and-breakfasts 2
-1010111111 1320.20 2
-1010111111 2226.24 2
-1010111111 Larnaca 2
-1010111111 1,607 2
-1010111111 133.04 2
-1010111111 1152.47 2
-1010111111 1238.40 2
-1010111111 1241.71 2
-1010111111 2101.71 2
-1010111111 1202.55 2
-1010111111 99.904 2
-1010111111 99.56 2
-1010111111 1198.91 2
-1010111111 2090.68 2
-1010111111 1122.98 2
-1010111111 1263.44 2
-1010111111 Charlottetown 2
-1010111111 1262.04 2
-1010111111 1235.13 2
-1010111111 1130.33 2
-1010111111 1217.46 2
-1010111111 1866.2 2
-1010111111 2647.00 2
-1010111111 1241.76 2
-1010111111 127.52 2
-1010111111 256.33 2
-1010111111 1232.90 2
-1010111111 1240.27 2
-1010111111 22834.96 2
-1010111111 1198.84 2
-1010111111 1235.11 2
-1010111111 1387.42 2
-1010111111 98.55 2
-1010111111 2647 2
-1010111111 99.963 2
-1010111111 1238.70 2
-1010111111 23298.78 2
-1010111111 2093.35 2
-1010111111 1481.6 2
-1010111111 101.76 2
-1010111111 1230.09 2
-1010111111 7,120 2
-1010111111 1169.42 2
-1010111111 2640.18 2
-1010111111 146.60 2
-1010111111 1377.00 2
-1010111111 2372.16 2
-1010111111 1171.01 2
-1010111111 2148.29 2
-1010111111 1169.38 2
-1010111111 1247.14 2
-1010111111 126.15 2
-1010111111 2,430 2
-1010111111 1239.16 2
-1010111111 147.00 2
-1010111111 1171.72 2
-1010111111 321.83 2
-1010111111 49.39 2
-1010111111 1179.21 2
-1010111111 1247.49 2
-1010111111 2640.99 2
-1010111111 unburied 2
-1010111111 1243.31 2
-1010111111 141.43 2
-1010111111 125.68 2
-1010111111 127.23 2
-1010111111 2471.44 2
-1010111111 2286.93 2
-1010111111 5,410 2
-1010111111 1835.2 2
-1010111111 305.23 2
-1010111111 260.64 2
-1010111111 WJBK 2
-1010111111 1131.16 2
-1010111111 1373.98 2
-1010111111 145.60 2
-1010111111 1156.39 2
-1010111111 unlaced 2
-1010111111 1160.32 2
-1010111111 1277.23 2
-1010111111 1228.37 2
-1010111111 1167.74 2
-1010111111 99.473 2
-1010111111 1230.07 2
-1010111111 1459.1 2
-1010111111 351.74 2
-1010111111 2482.21 2
-1010111111 1153.19 2
-1010111111 2366.5 2
-1010111111 129.95 2
-1010111111 2104.02 2
-1010111111 137.76 2
-1010111111 1229.93 2
-1010111111 1430.7 2
-1010111111 1949.10 2
-1010111111 1209.88 2
-1010111111 124.30 2
-1010111111 1961.37 2
-1010111111 100.90 2
-1010111111 124.38 2
-1010111111 131.10 2
-1010111111 1962.53 2
-1010111111 97.40 2
-1010111111 1206.42 2
-1010111111 1250.36 2
-1010111111 1259.10 2
-1010111111 1300.84 2
-1010111111 21546.50 2
-1010111111 1383.09 2
-1010111111 656.5 2
-1010111111 158.25 2
-1010111111 1247.77 2
-1010111111 130.35 2
-1010111111 136.27 2
-1010111111 1239.78 2
-1010111111 Dallas-Ft 2
-1010111111 456.93 2
-1010111111 188.14 2
-1010111111 1973.1 2
-1010111111 1206.95 2
-1010111111 2087.48 2
-1010111111 11,089 2
-1010111111 133.13 2
-1010111111 1236.63 2
-1010111111 1257.27 2
-1010111111 1210.07 2
-1010111111 97.30 2
-1010111111 5:10 2
-1010111111 1195.67 2
-1010111111 1243.75 2
-1010111111 1203.30 2
-1010111111 9:46 2
-1010111111 135.20 2
-1010111111 3,260 2
-1010111111 1,723 2
-1010111111 1177 2
-1010111111 1289.87 2
-1010111111 1240.86 2
-1010111111 1952.59 2
-1010111111 2081.08 2
-1010111111 1203.64 2
-1010111111 313.93 2
-1010111111 1298.85 2
-1010111111 1238.49 2
-1010111111 125.67 2
-1010111111 3900 2
-1010111111 4,270 2
-1010111111 1232.73 2
-1010111111 139.05 2
-1010111111 1810.3 2
-1010111111 2,187 2
-1010111111 1252.80 2
-1010111111 1226.40 2
-1010111111 1243.38 2
-1010111111 1653.9 2
-1010111111 1482.1 2
-1010111111 1382.74 2
-1010111111 3,830 2
-1010111111 1231.92 2
-1010111111 1240.63 2
-1010111111 1239.44 2
-1010111111 1237.64 2
-1010111111 133.50 2
-1010111111 323.30 2
-1010111111 1240.67 2
-1010111111 2075.21 2
-1010111111 132.81 2
-1010111111 1257.44 2
-1010111111 1215.33 2
-1010111111 1232.0 2
-1010111111 124.78 2
-1010111111 21036.76 2
-1010111111 1207.13 2
-1010111111 1198.24 2
-1010111111 18,200 2
-1010111111 134.60 2
-1010111111 1271.84 2
-1010111111 4860 2
-1010111111 1375.30 2
-1010111111 2320.45 2
-1010111111 99.475 2
-1010111111 74.93 2
-1010111111 1262.85 2
-1010111111 1242.77 2
-1010111111 117.25 2
-1010111111 1234.64 2
-1010111111 1262.06 2
-1010111111 2131.22 2
-1010111111 152.93 2
-1010111111 102.70 2
-1010111111 1251.52 2
-1010111111 1215.74 2
-1010111111 1210 2
-1010111111 1380 2
-1010111111 1259.01 2
-1010111111 1212.13 2
-1010111111 142.05 2
-1010111111 143.09 2
-1010111111 1336.84 2
-1010111111 1214.31 2
-1010111111 1254.20 2
-1010111111 1234.71 2
-1010111111 Arkhangelsk 2
-1010111111 139.78 2
-1010111111 1268.85 2
-1010111111 2149.89 2
-1010111111 2105.26 2
-1010111111 271.38 2
-1010111111 1496.7 2
-1010111111 1282.03 2
-1010111111 1328.96 2
-1010111111 1254.68 2
-1010111111 1211.53 2
-1010111111 4,080 2
-1010111111 138.77 2
-1010111111 102.90 2
-1010111111 1264.19 2
-1010111111 ShoWest 2
-1010111111 1496.5 2
-1010111111 2270.60 2
-1010111111 2130.51 2
-1010111111 1216.22 2
-1010111111 1224.65 2
-1010111111 101.90 2
-1010111111 1261.92 2
-1010111111 130.84 2
-1010111111 Fushun 2
-1010111111 2329.68 2
-1010111111 1285.25 2
-1010111111 131.37 2
-1010111111 2053.70 2
-1010111111 1286.96 2
-1010111111 2299.57 2
-1010111111 127.80 2
-1010111111 Rijeka 2
-1010111111 132.53 2
-1010111111 1266.68 2
-1010111111 123.10 2
-1010111111 1250.22 2
-1010111111 2286.22 2
-1010111111 182.85 2
-1010111111 1217.98 2
-1010111111 1213.28 2
-1010111111 385.67 2
-1010111111 34899.34 2
-1010111111 136.72 2
-1010111111 127.90 2
-1010111111 1180.52 2
-1010111111 1259.30 2
-1010111111 1255.37 2
-1010111111 102.60 2
-1010111111 1260.39 2
-1010111111 1218.94 2
-1010111111 2060.99 2
-1010111111 1844.8 2
-1010111111 2133.36 2
-1010111111 1254.01 2
-1010111111 2073.97 2
-1010111111 1314.00 2
-1010111111 1221.11 2
-1010111111 5,420 2
-1010111111 133.37 2
-1010111111 1249.33 2
-1010111111 162.25 2
-1010111111 2322.60 2
-1010111111 2131.58 2
-1010111111 1807.3 2
-1010111111 391.66 2
-1010111111 1260.26 2
-1010111111 1251.69 2
-1010111111 1238.29 2
-1010111111 1235.73 2
-1010111111 1248.42 2
-1010111111 133.85 2
-1010111111 1253.82 2
-1010111111 133.10 2
-1010111111 1339.86 2
-1010111111 2338.78 2
-1010111111 138.85 2
-1010111111 1247.13 2
-1010111111 1240.26 2
-1010111111 97.10 2
-1010111111 130.45 2
-1010111111 144.60 2
-1010111111 1178.64 2
-1010111111 1355.99 2
-1010111111 1177.69 2
-1010111111 1849.8 2
-1010111111 141.89 2
-1010111111 1225.52 2
-1010111111 1165.15 2
-1010111111 1244.24 2
-1010111111 1320.53 2
-1010111111 1192.30 2
-1010111111 260.71 2
-1010111111 1477.6 2
-1010111111 3,380 2
-1010111111 2121.98 2
-1010111111 1192.95 2
-1010111111 1177.06 2
-1010111111 143.25 2
-1010111111 130.99 2
-1010111111 1250.79 2
-1010111111 Orono 2
-1010111111 1843.2 2
-1010111111 Ringaskiddy 2
-1010111111 1227.37 2
-1010111111 9:10 2
-1010111111 1740 2
-1010111111 2006.3 2
-1010111111 394.15 2
-1010111111 1275.13 2
-1010111111 2327.5 2
-1010111111 1223.77 2
-1010111111 1857.6 2
-1010111111 1485.6 2
-1010111111 125.28 2
-1010111111 12:31 2
-1010111111 1256.51 2
-1010111111 2145.80 2
-1010111111 1857.8 2
-1010111111 1272.00 2
-1010111111 1231.06 2
-1010111111 387.72 2
-1010111111 102.20 2
-1010111111 38,600 2
-1010111111 1313.69 2
-1010111111 1219.90 2
-1010111111 279.06 2
-1010111111 1236.16 2
-1010111111 1248.58 2
-1010111111 1478.8 2
-1010111111 140.27 2
-1010111111 1825.7 2
-1010111111 1246.80 2
-1010111111 2126.60 2
-1010111111 122.50 2
-1010111111 122.55 2
-1010111111 1235.62 2
-1010111111 133.78 2
-1010111111 137.86 2
-1010111111 1247.52 2
-1010111111 2106.15 2
-1010111111 2122.69 2
-1010111111 2860 2
-1010111111 1233.73 2
-1010111111 2:50 2
-1010111111 1840.6 2
-1010111111 275.15 2
-1010111111 1253.14 2
-1010111111 27700.13 2
-1010111111 1239.60 2
-1010111111 1255.42 2
-1010111111 129.65 2
-1010111111 1257.92 2
-1010111111 144.85 2
-1010111111 392.47 2
-1010111111 Baie-Comeau 2
-1010111111 1272.52 2
-1010111111 1916.90 2
-1010111111 135.60 2
-1010111111 1768.0 2
-1010111111 1259.08 2
-1010111111 1249.77 2
-1010111111 1288.53 2
-1010111111 162.54 2
-1010111111 162.20 2
-1010111111 162.30 2
-1010111111 15,000-to-1 2
-1010111111 1237.20 2
-1010111111 140.70 2
-1010111111 2709.54 2
-1010111111 1282.73 2
-1010111111 1998.34 2
-1010111111 1273.85 2
-1010111111 BHF-Bank 2
-1010111111 335.30 2
-1010111111 27341.58 2
-1010111111 1254.03 2
-1010111111 1758.2 2
-1010111111 2,570 2
-1010111111 145.94 2
-1010111111 1258.85 2
-1010111111 1202.41 2
-1010111111 1259.12 2
-1010111111 4,620 2
-1010111111 5,080 2
-1010111111 294.57 2
-1010111111 2592.00 2
-1010111111 3700 2
-1010111111 2095.99 2
-1010111111 1261.01 2
-1010111111 unplanted 2
-1010111111 151.02 2
-1010111111 1282.47 2
-1010111111 1256.47 2
-1010111111 8,910 2
-1010111111 128.02 2
-1010111111 1271.19 2
-1010111111 100.45 2
-1010111111 99.97 2
-1010111111 2685.43 2
-1010111111 1269.37 2
-1010111111 74.00 2
-1010111111 1778.6 2
-1010111111 98.125 2
-1010111111 1261.05 2
-1010111111 152.41 2
-1010111111 1238.35 2
-1010111111 1262.52 2
-1010111111 130.95 2
-1010111111 1785.3 2
-1010111111 126.65 2
-1010111111 2650 2
-1010111111 Auvers 2
-1010111111 1258.69 2
-1010111111 151.20 2
-1010111111 1272.18 2
-1010111111 130.43 2
-1010111111 1070 2
-1010111111 2720 2
-1010111111 1258.04 2
-1010111111 138.95 2
-1010111111 1425.09 2
-1010111111 377.96 2
-1010111111 135.25 2
-1010111111 135.15 2
-1010111111 1651.6 2
-1010111111 1300.96 2
-1010111111 1867.04 2
-1010111111 1196.67 2
-1010111111 99.932 2
-1010111111 1203.77 2
-1010111111 1300.86 2
-1010111111 254.50 2
-1010111111 2050.07 2
-1010111111 1196.27 2
-1010111111 Semipalatinsk 2
-1010111111 132.86 2
-1010111111 1639.3 2
-1010111111 133.60 2
-1010111111 1947.27 2
-1010111111 2038.23 2
-1010111111 800,000-strong 2
-1010111111 131.07 2
-1010111111 1205.05 2
-1010111111 5-feet-5 2
-1010111111 slow-pitch 2
-1010111111 1210.04 2
-1010111111 25682.82 2
-1010111111 5,260 2
-1010111111 2064.32 2
-1010111111 1290.16 2
-1010111111 27870.44 2
-1010111111 1230.89 2
-1010111111 161.85 2
-1010111111 4,980 2
-1010111111 1425.4 2
-1010111111 2017.43 2
-1010111111 1300.16 2
-1010111111 3,770 2
-1010111111 2381.3 2
-1010111111 1256.11 2
-1010111111 1301.32 2
-1010111111 2034.98 2
-1010111111 hodori 2
-1010111111 1224.76 2
-1010111111 126.00 2
-1010111111 1207.73 2
-1010111111 1232.62 2
-1010111111 1819.2 2
-1010111111 341.99 2
-1010111111 237.08 2
-1010111111 1200.53 2
-1010111111 132.42 2
-1010111111 1233.38 2
-1010111111 1230.10 2
-1010111111 3.0987 2
-1010111111 1279.19 2
-1010111111 1231.85 2
-1010111111 26500 2
-1010111111 136.50 2
-1010111111 1275.29 2
-1010111111 74.20 2
-1010111111 1573.5 2
-1010111111 687.5 2
-1010111111 1275.69 2
-1010111111 1340 2
-1010111111 Bure 2
-1010111111 6,690 2
-1010111111 1223.09 2
-1010111111 72.33 2
-1010111111 26768.15 2
-1010111111 136.60 2
-1010111111 Nanterre 2
-1010111111 monkfish 2
-1010111111 1298.66 2
-1010111111 99.852 2
-1010111111 1828.1 2
-1010111111 1222.66 2
-1010111111 2295.81 2
-1010111111 3,960 2
-1010111111 1280.43 2
-1010111111 1939.68 2
-1010111111 1279.39 2
-1010111111 162.90 2
-1010111111 5,010 2
-1010111111 5,110 2
-1010111111 1233.20 2
-1010111111 27799.67 2
-1010111111 1307.27 2
-1010111111 128.80 2
-1010111111 2429.53 2
-1010111111 1626.9 2
-1010111111 1241.59 2
-1010111111 2225.77 2
-1010111111 16:00-18:00 2
-1010111111 3:21 2
-1010111111 1236.28 2
-1010111111 87-27 2
-1010111111 1197.72 2
-1010111111 11:57 2
-1010111111 1838.5 2
-1010111111 92.38 2
-1010111111 2036.31 2
-1010111111 Saint-Cloud 2
-1010111111 Kolkhoznaya 2
-1010111111 Kiyevskaya 2
-1010111111 1311.41 2
-1010111111 125.97 2
-1010111111 150.40 2
-1010111111 1438.0 2
-1010111111 1997.35 2
-1010111111 6:10 2
-1010111111 2269.8 2
-1010111111 127.04 2
-1010111111 1297.58 2
-1010111111 1440.1 2
-1010111111 2007.46 2
-1010111111 2328.1 2
-1010111111 149.35 2
-1010111111 1304.46 2
-1010111111 1765.1 2
-1010111111 2452.97 2
-1010111111 99.596 2
-1010111111 100.80 2
-1010111111 1293.09 2
-1010111111 1816.8 2
-1010111111 138.05 2
-1010111111 2032.33 2
-1010111111 1298.08 2
-1010111111 149.01 2
-1010111111 1237.97 2
-1010111111 23472.42 2
-1010111111 583.5 2
-1010111111 1304.39 2
-1010111111 1300.93 2
-1010111111 2455.99 2
-1010111111 2363.49 2
-1010111111 73.65 2
-1010111111 Commerce. 2
-1010111111 1234.83 2
-1010111111 1247.51 2
-1010111111 1295.46 2
-1010111111 2451.21 2
-1010111111 150.12 2
-1010111111 124.76 2
-1010111111 1228.66 2
-1010111111 2098.15 2
-1010111111 147.10 2
-1010111111 1307.81 2
-1010111111 123.73 2
-1010111111 23419.60 2
-1010111111 99.845 2
-1010111111 1314.80 2
-1010111111 1990.55 2
-1010111111 1315.94 2
-1010111111 338.48 2
-1010111111 133.20 2
-1010111111 139.57 2
-1010111111 233.50 2
-1010111111 3,060 2
-1010111111 1236.01 2
-1010111111 242.90 2
-1010111111 1946.95 2
-1010111111 100.20 2
-1010111111 21,627.57 2
-1010111111 134.43 2
-1010111111 136.88 2
-1010111111 1216.57 2
-1010111111 1226.56 2
-1010111111 Cotulla 2
-1010111111 1299.33 2
-1010111111 3,490 2
-1010111111 4,120 2
-1010111111 2446.91 2
-1010111111 HDI 2
-1010111111 1225.77 2
-1010111111 145.30 2
-1010111111 1298.82 2
-1010111111 1300.03 2
-1010111111 1227.47 2
-1010111111 2003.65 2
-1010111111 125.35 2
-1010111111 1308.39 2
-1010111111 Babayevskaya 2
-1010111111 1195.99 2
-1010111111 2428.41 2
-1010111111 202-376-0388 2
-1010111111 2436.86 2
-1010111111 4,560 2
-1010111111 1773.4 2
-1010111111 1968.00 2
-1010111111 124.54 2
-1010111111 half-staff 2
-1010111111 1245.94 2
-1010111111 139.95 2
-1010111111 1258.18 2
-1010111111 1263.70 2
-1010111111 1298.50 2
-1010111111 1999.50 2
-1010111111 1241.88 2
-1010111111 1246.48 2
-1010111111 1269.46 2
-1010111111 1244.84 2
-1010111111 1266.76 2
-1010111111 116.58 2
-1010111111 1241.26 2
-1010111111 2493.94 2
-1010111111 1285.93 2
-1010111111 Bonaire 2
-1010111111 Khesanh 2
-1010111111 1987.40 2
-1010111111 133.41 2
-1010111111 373.20 2
-1010111111 1268.57 2
-1010111111 1260.79 2
-1010111111 1245.36 2
-1010111111 1787.2 2
-1010111111 129.55 2
-1010111111 Wahnfried 2
-1010111111 1248.24 2
-1010111111 2307.8 2
-1010111111 24172.60 2
-1010111111 1276.67 2
-1010111111 1278.44 2
-1010111111 120-to-140 2
-1010111111 146.13 2
-1010111111 2566.65 2
-1010111111 Astara 2
-1010111111 2016.00 2
-1010111111 347.10 2
-1010111111 2008.12 2
-1010111111 7,880 2
-1010111111 4,830 2
-1010111111 1268.31 2
-1010111111 13-6 2
-1010111111 1252.79 2
-1010111111 1244.03 2
-1010111111 2068.81 2
-1010111111 1261.10 2
-1010111111 3,720 2
-1010111111 124.89 2
-1010111111 1247.85 2
-1010111111 2280.40 2
-1010111111 1800.8 2
-1010111111 1279.85 2
-1010111111 151.25 2
-1010111111 3530 2
-1010111111 1290.69 2
-1010111111 2419.2 2
-1010111111 Cukurca 2
-1010111111 2083.04 2
-1010111111 1290.21 2
-1010111111 1,136 2
-1010111111 127.83 2
-1010111111 2483.74 2
-1010111111 2041.28 2
-1010111111 1237.26 2
-1010111111 138.14 2
-1010111111 1296.96 2
-1010111111 1292.08 2
-1010111111 1246.17 2
-1010111111 2025.96 2
-1010111111 114.57 2
-1010111111 2471.94 2
-1010111111 1273.23 2
-1010111111 2470.18 2
-1010111111 1420.53 2
-1010111111 27213.45 2
-1010111111 12:20 2
-1010111111 27330.09 2
-1010111111 18-to-34-year-olds 2
-1010111111 DQ 2
-1010111111 99.604 2
-1010111111 148.60 2
-1010111111 1936.16 2
-1010111111 1248.12 2
-1010111111 1413.3 2
-1010111111 153.56 3
-1010111111 2713.72 3
-1010111111 2257.45 3
-1010111111 2244.09 3
-1010111111 73.61 3
-1010111111 132.11 3
-1010111111 142.14 3
-1010111111 99.775 3
-1010111111 2107.28 3
-1010111111 1284.70 3
-1010111111 139.40 3
-1010111111 142.43 3
-1010111111 2687.31 3
-1010111111 153.80 3
-1010111111 99.40 3
-1010111111 147.65 3
-1010111111 144.28 3
-1010111111 115.77 3
-1010111111 130.50 3
-1010111111 2728.15 3
-1010111111 153.93 3
-1010111111 150.03 3
-1010111111 145.98 3
-1010111111 2216.54 3
-1010111111 163.38 3
-1010111111 99.895 3
-1010111111 123.40 3
-1010111111 2278.41 3
-1010111111 2002.5 3
-1010111111 7:00 3
-1010111111 1565.2 3
-1010111111 126.41 3
-1010111111 2369.18 3
-1010111111 130.51 3
-1010111111 153.40 3
-1010111111 139.10 3
-1010111111 148.85 3
-1010111111 1251.43 3
-1010111111 2704.41 3
-1010111111 espresso 3
-1010111111 162.00 3
-1010111111 99.00 3
-1010111111 161.95 3
-1010111111 139.23 3
-1010111111 1912.54 3
-1010111111 1914.23 3
-1010111111 97.16 3
-1010111111 162.24 3
-1010111111 2707.26 3
-1010111111 135.98 3
-1010111111 2719.79 3
-1010111111 128.17 3
-1010111111 1923.65 3
-1010111111 2641.12 3
-1010111111 NCAR 3
-1010111111 1930.26 3
-1010111111 2310.68 3
-1010111111 Swansea 3
-1010111111 2910 3
-1010111111 162.88 3
-1010111111 2706.88 3
-1010111111 2201.49 3
-1010111111 2191.23 3
-1010111111 2339.20 3
-1010111111 2663.94 3
-1010111111 1530 3
-1010111111 2673.06 3
-1010111111 132.25 3
-1010111111 2275.99 3
-1010111111 2657.44 3
-1010111111 131.12 3
-1010111111 2360 3
-1010111111 129.57 3
-1010111111 444.5 3
-1010111111 99.925 3
-1010111111 Melmac 3
-1010111111 152.59 3
-1010111111 99.54 3
-1010111111 2282.95 3
-1010111111 4,370 3
-1010111111 140.90 3
-1010111111 139.35 3
-1010111111 161.25 3
-1010111111 153.94 3
-1010111111 4,680 3
-1010111111 140.28 3
-1010111111 139.45 3
-1010111111 147.17 3
-1010111111 seances 3
-1010111111 1237.68 3
-1010111111 2215.87 3
-1010111111 139.63 3
-1010111111 2732.36 3
-1010111111 143.30 3
-1010111111 2680.28 3
-1010111111 2316.05 3
-1010111111 338.05 3
-1010111111 129.11 3
-1010111111 145.93 3
-1010111111 1403.17 3
-1010111111 139.60 3
-1010111111 152.20 3
-1010111111 1262.09 3
-1010111111 115.10 3
-1010111111 171.08 3
-1010111111 145.90 3
-1010111111 146.10 3
-1010111111 2372.59 3
-1010111111 146.44 3
-1010111111 8,680 3
-1010111111 152.08 3
-1010111111 151.75 3
-1010111111 27819.98 3
-1010111111 P15 3
-1010111111 2052.45 3
-1010111111 125.43 3
-1010111111 135.70 3
-1010111111 136.06 3
-1010111111 126.67 3
-1010111111 2071.30 3
-1010111111 129.40 3
-1010111111 144.38 3
-1010111111 2014.09 3
-1010111111 Sebree 3
-1010111111 1308.29 3
-1010111111 1959.05 3
-1010111111 1900.20 3
-1010111111 2017.57 3
-1010111111 127.88 3
-1010111111 1257.03 3
-1010111111 1234.43 3
-1010111111 1950.76 3
-1010111111 1993.53 3
-1010111111 99.84 3
-1010111111 140.88 3
-1010111111 125.78 3
-1010111111 126.79 3
-1010111111 1240.43 3
-1010111111 copyrighting 3
-1010111111 123.55 3
-1010111111 Fingerbone 3
-1010111111 135.48 3
-1010111111 124.56 3
-1010111111 1249.59 3
-1010111111 137.18 3
-1010111111 135.30 3
-1010111111 1939.16 3
-1010111111 1958.72 3
-1010111111 124.91 3
-1010111111 135.53 3
-1010111111 134.65 3
-1010111111 1245.83 3
-1010111111 136.35 3
-1010111111 27669.72 3
-1010111111 1913.63 3
-1010111111 1923.08 3
-1010111111 135.40 3
-1010111111 129.27 3
-1010111111 2640 3
-1010111111 134.73 3
-1010111111 123.48 3
-1010111111 1252.03 3
-1010111111 123.30 3
-1010111111 1950.10 3
-1010111111 2596.28 3
-1010111111 140.00 3
-1010111111 128.55 3
-1010111111 1914.46 3
-1010111111 143.65 3
-1010111111 146.78 3
-1010111111 146.85 3
-1010111111 1895.72 3
-1010111111 1879.31 3
-1010111111 2602.04 3
-1010111111 2549.27 3
-1010111111 2585.67 3
-1010111111 1720 3
-1010111111 2130.87 3
-1010111111 2566.42 3
-1010111111 143.97 3
-1010111111 2280.09 3
-1010111111 Lafite-Rothschild 3
-1010111111 130.40 3
-1010111111 1923.57 3
-1010111111 2142.96 3
-1010111111 6,090 3
-1010111111 Lauzon 3
-1010111111 M-TEC 3
-1010111111 1841.5 3
-1010111111 144.95 3
-1010111111 101.75 3
-1010111111 cockfights 3
-1010111111 130.09 3
-1010111111 2005.97 3
-1010111111 2286.36 3
-1010111111 384.60 3
-1010111111 22349.37 3
-1010111111 101.80 3
-1010111111 99.68 3
-1010111111 Hunt-Wesson 3
-1010111111 Hogs 3
-1010111111 2000.99 3
-1010111111 2377.73 3
-1010111111 144.73 3
-1010111111 2094.24 3
-1010111111 126.36 3
-1010111111 1239.43 3
-1010111111 6,470 3
-1010111111 4,710 3
-1010111111 1962.04 3
-1010111111 128.57 3
-1010111111 dichlorvos 3
-1010111111 1983.26 3
-1010111111 2508.16 3
-1010111111 129.08 3
-1010111111 143.89 3
-1010111111 1274.29 3
-1010111111 1284.01 3
-1010111111 2675.06 3
-1010111111 149.55 3
-1010111111 2639.35 3
-1010111111 144.05 3
-1010111111 141.92 3
-1010111111 98.10 3
-1010111111 1979.77 3
-1010111111 132.45 3
-1010111111 half-power 3
-1010111111 152.73 3
-1010111111 2467.95 3
-1010111111 1248.06 3
-1010111111 2044.76 3
-1010111111 2487.72 3
-1010111111 Urbana 3
-1010111111 152.31 3
-1010111111 127.98 3
-1010111111 bell-bottoms 3
-1010111111 Kliptown 3
-1010111111 139.26 3
-1010111111 467.57 3
-1010111111 133.17 3
-1010111111 1271.31 3
-1010111111 128.63 3
-1010111111 6,380 3
-1010111111 124.15 3
-1010111111 5,520 3
-1010111111 1273.64 3
-1010111111 138.38 3
-1010111111 2,530 3
-1010111111 2654.66 3
-1010111111 123.85 3
-1010111111 78.35 3
-1010111111 151.14 3
-1010111111 99.675 3
-1010111111 1,539 3
-1010111111 1253.29 3
-1010111111 151.46 3
-1010111111 126.48 3
-1010111111 1978.12 3
-1010111111 RPI 3
-1010111111 149.51 3
-1010111111 150.13 3
-1010111111 99.81 3
-1010111111 1252.33 3
-1010111111 132.00 3
-1010111111 2248.44 3
-1010111111 2709.50 3
-1010111111 142.68 3
-1010111111 12-to-1 3
-1010111111 6,150 3
-1010111111 1255.71 3
-1010111111 2594.23 3
-1010111111 146.35 3
-1010111111 150.82 3
-1010111111 1988.06 3
-1010111111 151.68 3
-1010111111 128.15 3
-1010111111 146.37 3
-1010111111 1301.06 3
-1010111111 124.47 3
-1010111111 2074.27 3
-1010111111 146.38 3
-1010111111 2284.80 3
-1010111111 127.36 3
-1010111111 1772.1 3
-1010111111 1305.19 3
-1010111111 1990.38 3
-1010111111 74.60 3
-1010111111 1245.74 3
-1010111111 126.45 3
-1010111111 1777.6 3
-1010111111 127.27 3
-1010111111 153.45 3
-1010111111 1260.93 3
-1010111111 1978.45 3
-1010111111 1230.58 3
-1010111111 124.70 3
-1010111111 1311.47 3
-1010111111 146.01 3
-1010111111 2007.63 3
-1010111111 132.73 3
-1010111111 98.20 3
-1010111111 P&D 3
-1010111111 1975.30 3
-1010111111 124.52 3
-1010111111 127.12 3
-1010111111 150.18 3
-1010111111 1868.37 3
-1010111111 125.18 3
-1010111111 2840 3
-1010111111 153.65 3
-1010111111 148.83 3
-1010111111 223.60 3
-1010111111 145.73 3
-1010111111 2067.14 3
-1010111111 151.09 3
-1010111111 124.87 3
-1010111111 1670 3
-1010111111 131.98 3
-1010111111 113.56 3
-1010111111 128.20 3
-1010111111 148.76 3
-1010111111 1223.17 3
-1010111111 2449.78 3
-1010111111 148.90 3
-1010111111 129.05 3
-1010111111 Rakaposhi 3
-1010111111 1225.06 3
-1010111111 1902.52 3
-1010111111 133.00 3
-1010111111 4,390 3
-1010111111 129.00 3
-1010111111 1855.44 3
-1010111111 151.35 3
-1010111111 151.48 3
-1010111111 1225.35 3
-1010111111 153.33 3
-1010111111 2107.75 3
-1010111111 2037.80 3
-1010111111 151.86 3
-1010111111 1249.63 3
-1010111111 131.80 3
-1010111111 2280 3
-1010111111 2106.51 3
-1010111111 132.18 3
-1010111111 130.23 3
-1010111111 159.49 3
-1010111111 132.68 3
-1010111111 7:45 3
-1010111111 2128.73 3
-1010111111 131.00 3
-1010111111 159.98 3
-1010111111 134.03 3
-1010111111 134.57 3
-1010111111 121.10 3
-1010111111 2119.31 3
-1010111111 158.81 3
-1010111111 158.03 3
-1010111111 2102.06 3
-1010111111 129.42 3
-1010111111 121.65 3
-1010111111 159.25 3
-1010111111 1250.24 3
-1010111111 1231.84 3
-1010111111 132.10 3
-1010111111 133.90 3
-1010111111 1974.83 3
-1010111111 1220.14 3
-1010111111 127.70 3
-1010111111 162.75 3
-1010111111 140.12 3
-1010111111 134.35 3
-1010111111 1281.22 3
-1010111111 1912.12 3
-1010111111 1256.31 3
-1010111111 Danang 3
-1010111111 2156.47 3
-1010111111 1908.61 3
-1010111111 2140.47 3
-1010111111 141.00 3
-1010111111 1928.55 3
-1010111111 1240.97 3
-1010111111 2773.56 3
-1010111111 130.24 3
-1010111111 1199.05 3
-1010111111 139.30 3
-1010111111 115.73 3
-1010111111 1197.28 3
-1010111111 153.20 3
-1010111111 97.70 3
-1010111111 2027.03 3
-1010111111 97.22 3
-1010111111 151.93 3
-1010111111 4,040 3
-1010111111 1-800-638-2772 3
-1010111111 grantsmanship 3
-1010111111 135.93 3
-1010111111 2,660,000 3
-1010111111 1194.42 3
-1010111111 Portside 3
-1010111111 136.03 3
-1010111111 4,740 3
-1010111111 6,770 3
-1010111111 7,950 3
-1010111111 134.27 3
-1010111111 2773.36 3
-1010111111 133.87 3
-1010111111 132.70 3
-1010111111 157.42 3
-1010111111 98.70 3
-1010111111 101.10 3
-1010111111 157.62 3
-1010111111 Manzanar 3
-1010111111 133.31 3
-1010111111 265.49 3
-1010111111 sixes 3
-1010111111 2092.28 3
-1010111111 135.75 3
-1010111111 100.85 3
-1010111111 128.77 3
-1010111111 113.98 3
-1010111111 130.75 3
-1010111111 155.55 3
-1010111111 134.05 3
-1010111111 133.56 3
-1010111111 2035.01 3
-1010111111 Bluefields 3
-1010111111 2148.65 3
-1010111111 249.50 3
-1010111111 5,860 3
-1010111111 2635.24 3
-1010111111 131.31 3
-1010111111 128.53 3
-1010111111 1918.31 3
-1010111111 151.39 3
-1010111111 2111.31 3
-1010111111 2342.19 3
-1010111111 10:34 3
-1010111111 1269.02 3
-1010111111 2129.45 3
-1010111111 131.02 3
-1010111111 124.72 3
-1010111111 378.77 3
-1010111111 2065.08 3
-1010111111 2092.64 3
-1010111111 143.39 3
-1010111111 2,740,000 3
-1010111111 2156.83 3
-1010111111 3,330 3
-1010111111 1920.59 3
-1010111111 1251.81 3
-1010111111 2114.69 3
-1010111111 127.13 3
-1010111111 133.98 3
-1010111111 122.23 3
-1010111111 1944.63 3
-1010111111 1316.84 3
-1010111111 99.867 3
-1010111111 1275.17 3
-1010111111 2150.96 3
-1010111111 2270 3
-1010111111 Doudian 3
-1010111111 2097.26 3
-1010111111 2165.18 3
-1010111111 267.20 3
-1010111111 1946.45 3
-1010111111 164.03 3
-1010111111 143.04 3
-1010111111 131.90 3
-1010111111 128.90 3
-1010111111 142.56 3
-1010111111 3,580 3
-1010111111 1936.34 3
-1010111111 376.51 3
-1010111111 1761.3 3
-1010111111 2530.19 3
-1010111111 127.60 4
-1010111111 125.73 4
-1010111111 gnats 4
-1010111111 132.43 4
-1010111111 153.58 4
-1010111111 1244.35 4
-1010111111 2118.24 4
-1010111111 2100.64 4
-1010111111 134.24 4
-1010111111 2516.64 4
-1010111111 knock-down 4
-1010111111 2496.97 4
-1010111111 1250.27 4
-1010111111 1236.55 4
-1010111111 145.20 4
-1010111111 97.90 4
-1010111111 2230.54 4
-1010111111 152.95 4
-1010111111 2124.64 4
-1010111111 99.20 4
-1010111111 2737.27 4
-1010111111 146.45 4
-1010111111 mealtimes 4
-1010111111 2127.49 4
-1010111111 133.93 4
-1010111111 129.25 4
-1010111111 Soyuztorgreklama 4
-1010111111 2285.94 4
-1010111111 2551.08 4
-1010111111 2039.30 4
-1010111111 125.59 4
-1010111111 6-foot-1 4
-1010111111 126.38 4
-1010111111 1990.22 4
-1010111111 132.26 4
-1010111111 136.26 4
-1010111111 2002.31 4
-1010111111 128.26 4
-1010111111 136.53 4
-1010111111 2744.68 4
-1010111111 misdirection 4
-1010111111 143.45 4
-1010111111 3,680 4
-1010111111 2038.58 4
-1010111111 120.45 4
-1010111111 123.00 4
-1010111111 2693.29 4
-1010111111 1,860 4
-1010111111 1198.01 4
-1010111111 2669.32 4
-1010111111 2026.67 4
-1010111111 2077.17 4
-1010111111 128.23 4
-1010111111 2090.19 4
-1010111111 133.86 4
-1010111111 distress-sale 4
-1010111111 2539.54 4
-1010111111 2307.30 4
-1010111111 2613.05 4
-1010111111 150.45 4
-1010111111 133.99 4
-1010111111 150.63 4
-1010111111 2687.78 4
-1010111111 2639.20 4
-1010111111 2510.04 4
-1010111111 2601.50 4
-1010111111 146.05 4
-1010111111 140.83 4
-1010111111 Jamba 4
-1010111111 2067.03 4
-1010111111 100.75 4
-1010111111 2,210 4
-1010111111 135.58 4
-1010111111 Lindenmere 4
-1010111111 1922.25 4
-1010111111 11:25 4
-1010111111 133.66 4
-1010111111 124.35 4
-1010111111 125.48 4
-1010111111 135.84 4
-1010111111 3150 4
-1010111111 1846.49 4
-1010111111 136.25 4
-1010111111 2653.45 4
-1010111111 2140.83 4
-1010111111 135.81 4
-1010111111 136.80 4
-1010111111 134.78 4
-1010111111 1950.43 4
-1010111111 131.15 4
-1010111111 130.70 4
-1010111111 142.60 4
-1010111111 131.67 4
-1010111111 135.23 4
-1010111111 135.95 4
-1010111111 134.00 4
-1010111111 143.00 4
-1010111111 1256.54 4
-1010111111 135.55 4
-1010111111 139.55 4
-1010111111 2304.69 4
-1010111111 2,840 4
-1010111111 2064.01 4
-1010111111 1,270 4
-1010111111 1,740 4
-1010111111 127.58 4
-1010111111 134.80 4
-1010111111 2678.11 4
-1010111111 3,430 4
-1010111111 98.45 4
-1010111111 1250.97 4
-1010111111 127.46 4
-1010111111 139.38 4
-1010111111 1945.29 4
-1010111111 2650.99 4
-1010111111 137.51 4
-1010111111 142.90 4
-1010111111 145.83 4
-1010111111 135.10 4
-1010111111 1960.21 4
-1010111111 135.46 4
-1010111111 2,090 4
-1010111111 1846.82 4
-1010111111 2137.27 4
-1010111111 138.48 4
-1010111111 134.25 4
-1010111111 115.39 4
-1010111111 143.85 4
-1010111111 206-205 4
-1010111111 1878.15 4
-1010111111 134.15 4
-1010111111 142.75 4
-1010111111 2412.70 4
-1010111111 129.35 4
-1010111111 142.30 4
-1010111111 140.30 4
-1010111111 146.80 4
-1010111111 2436.70 4
-1010111111 99.89 4
-1010111111 3,280 4
-1010111111 139.70 4
-1010111111 2141.71 4
-1010111111 L-2 4
-1010111111 143.68 4
-1010111111 2726.63 4
-1010111111 125.98 4
-1010111111 dinnertime 4
-1010111111 126.13 4
-1010111111 958.21 4
-1010111111 150.25 4
-1010111111 134.58 4
-1010111111 144.83 4
-1010111111 141.33 4
-1010111111 3800 4
-1010111111 134.53 4
-1010111111 133.62 4
-1010111111 2150.25 4
-1010111111 151.55 4
-1010111111 130.86 4
-1010111111 2,620 4
-1010111111 145.75 4
-1010111111 2027.85 4
-1010111111 2699.17 4
-1010111111 2677.92 4
-1010111111 2,740 4
-1010111111 146.72 4
-1010111111 132.65 4
-1010111111 143.95 4
-1010111111 125.15 4
-1010111111 132.85 4
-1010111111 132.15 4
-1010111111 143.38 4
-1010111111 132.35 4
-1010111111 141.55 4
-1010111111 152.30 4
-1010111111 132.97 4
-1010111111 1945.13 4
-1010111111 127.38 4
-1010111111 16,800 4
-1010111111 4,940 4
-1010111111 100.15 4
-1010111111 3,230 4
-1010111111 all-cotton 4
-1010111111 152.80 4
-1010111111 2031.50 4
-1010111111 153.38 4
-1010111111 122.98 4
-1010111111 4,880 4
-1010111111 2163.39 4
-1010111111 146.00 4
-1010111111 131.95 4
-1010111111 144.58 4
-1010111111 Intertrust 4
-1010111111 146.65 4
-1010111111 1993.95 4
-1010111111 129.82 4
-1010111111 126.68 4
-1010111111 2,180 4
-1010111111 129.30 4
-1010111111 99.06 4
-1010111111 1812.17 4
-1010111111 3,210 4
-1010111111 3,630 4
-1010111111 144.03 4
-1010111111 1924.57 4
-1010111111 3,610 4
-1010111111 142.41 4
-1010111111 2,770 4
-1010111111 2,980 4
-1010111111 Troutdale 4
-1010111111 undershorts 4
-1010111111 1928.85 4
-1010111111 125.60 4
-1010111111 125.95 4
-1010111111 127.00 4
-1010111111 132.60 4
-1010111111 18,700 4
-1010111111 143.83 4
-1010111111 Appomattox 4
-1010111111 2260.12 4
-1010111111 1879.14 4
-1010111111 145.63 4
-1010111111 Sorel 4
-1010111111 3,470 4
-1010111111 126.40 4
-1010111111 126.30 4
-1010111111 4,530 4
-1010111111 141.05 4
-1010111111 Mashhad 4
-1010111111 1766.74 4
-1010111111 133.58 4
-1010111111 11:00 4
-1010111111 142.65 4
-1010111111 152.75 4
-1010111111 143.60 4
-1010111111 2,720 4
-1010111111 127.45 4
-1010111111 127.65 4
-1010111111 128.00 4
-1010111111 1974.47 4
-1010111111 2026.03 4
-1010111111 2171.96 4
-1010111111 2,380 4
-1010111111 2102.50 4
-1010111111 127.57 4
-1010111111 100.05 4
-1010111111 140.93 4
-1010111111 2665.82 4
-1010111111 123.25 4
-1010111111 138.50 4
-1010111111 99.82 4
-1010111111 Quotrons 4
-1010111111 153.76 4
-1010111111 26000 4
-1010111111 2791.41 4
-1010111111 Sigonella 4
-1010111111 2333.52 4
-1010111111 142.23 4
-1010111111 151.56 4
-1010111111 2,670 4
-1010111111 152.68 4
-1010111111 Aqueduct 4
-1010111111 153.73 4
-1010111111 2691.49 4
-1010111111 101.95 4
-1010111111 2061.67 4
-1010111111 144.63 4
-1010111111 2086.04 4
-1010111111 10:15 4
-1010111111 1272.53 4
-1010111111 129.38 4
-1010111111 2094.07 4
-1010111111 149.23 4
-1010111111 123.50 4
-1010111111 146.84 4
-1010111111 1550 4
-1010111111 149.94 4
-1010111111 120.20 4
-1010111111 125.82 4
-1010111111 153.43 4
-1010111111 1848.97 4
-1010111111 1760 4
-1010111111 132.24 4
-1010111111 2687.50 4
-1010111111 2635.43 4
-1010111111 2002.25 4
-1010111111 1842.34 4
-1010111111 2701.85 4
-1010111111 138.65 4
-1010111111 2683.89 4
-1010111111 1938.83 4
-1010111111 134.50 4
-1010111111 2070.73 4
-1010111111 23000 4
-1010111111 115.31 4
-1010111111 98.65 4
-1010111111 1978.95 4
-1010111111 142.00 4
-1010111111 132.63 5
-1010111111 142.85 5
-1010111111 124.73 5
-1010111111 2287.07 5
-1010111111 130.37 5
-1010111111 2610.97 5
-1010111111 140.85 5
-1010111111 129.80 5
-1010111111 144.57 5
-1010111111 133.40 5
-1010111111 128.83 5
-1010111111 99.78 5
-1010111111 99.825 5
-1010111111 134.13 5
-1010111111 123.23 5
-1010111111 132.40 5
-1010111111 Lutece 5
-1010111111 2,860 5
-1010111111 Mulhouse 5
-1010111111 2545.12 5
-1010111111 2,650,000 5
-1010111111 Harrow 5
-1010111111 141.50 5
-1010111111 2034.14 5
-1010111111 126.60 5
-1010111111 99.275 5
-1010111111 142.10 5
-1010111111 139.00 5
-1010111111 Bastogne 5
-1010111111 133.68 5
-1010111111 1855.5 5
-1010111111 2337.07 5
-1010111111 146.43 5
-1010111111 2015.25 5
-1010111111 134.88 5
-1010111111 124.26 5
-1010111111 6-foot-3 5
-1010111111 2079.13 5
-1010111111 133.73 5
-1010111111 133.47 5
-1010111111 2659.19 5
-1010111111 133.28 5
-1010111111 124.83 5
-1010111111 142.18 5
-1010111111 125.66 5
-1010111111 124.63 5
-1010111111 2130.16 5
-1010111111 140.80 5
-1010111111 Innsbruck 5
-1010111111 126.18 5
-1010111111 163.48 5
-1010111111 125.50 5
-1010111111 126.78 5
-1010111111 140.25 5
-1010111111 124.28 5
-1010111111 Insead 5
-1010111111 153.18 5
-1010111111 147.50 5
-1010111111 2158.04 5
-1010111111 125.00 5
-1010111111 141.85 5
-1010111111 2252.98 5
-1010111111 Peterbroeck 5
-1010111111 1911.31 5
-1010111111 2694.91 5
-1010111111 2126.24 5
-1010111111 134.66 5
-1010111111 1080 5
-1010111111 Champaign-Urbana 5
-1010111111 153.62 5
-1010111111 127.48 5
-1010111111 2,680 5
-1010111111 139.15 5
-1010111111 Ceyhan 5
-1010111111 99.10 5
-1010111111 3/4-mile 5
-1010111111 143.53 5
-1010111111 133.22 5
-1010111111 143.35 5
-1010111111 2,970 5
-1010111111 2023.87 5
-1010111111 146.93 5
-1010111111 129.15 5
-1010111111 99.93 5
-1010111111 1910.48 5
-1010111111 2,220 5
-1010111111 3400 5
-1010111111 146.33 5
-1010111111 2,440 5
-1010111111 Christmastime 5
-1010111111 126.37 5
-1010111111 1833.55 5
-1010111111 99.87 5
-1010111111 140.02 5
-1010111111 123.98 5
-1010111111 1965.85 5
-1010111111 153.69 5
-1010111111 144.15 5
-1010111111 100.30 5
-1010111111 162.92 5
-1010111111 150.75 5
-1010111111 126.50 5
-1010111111 50- 5
-1010111111 146.63 5
-1010111111 1229.38 5
-1010111111 1935.01 5
-1010111111 133.42 5
-1010111111 140.50 5
-1010111111 127.75 5
-1010111111 1932.86 5
-1010111111 Bauxite 5
-1010111111 140.64 5
-1010111111 134.31 5
-1010111111 146.15 5
-1010111111 2,330 5
-1010111111 127.55 5
-1010111111 143.55 5
-1010111111 2,320 5
-1010111111 98.95 5
-1010111111 134.40 5
-1010111111 2258.66 5
-1010111111 2035.97 5
-1010111111 127.07 5
-1010111111 151.80 5
-1010111111 5,150 5
-1010111111 126.28 5
-1010111111 127.67 5
-1010111111 2850 5
-1010111111 126.80 5
-1010111111 124.37 5
-1010111111 anti-Semites 5
-1010111111 OCU 5
-1010111111 146.75 5
-1010111111 1924.40 5
-1010111111 126.95 5
-1010111111 101.875 5
-1010111111 146.95 5
-1010111111 Lebel-sur-Quevillon 5
-1010111111 124.07 5
-1010111111 2338.07 5
-1010111111 125.55 5
-1010111111 127.06 5
-1010111111 146.86 5
-1010111111 1938.33 5
-1010111111 2297.94 5
-1010111111 99.725 5
-1010111111 128.62 5
-1010111111 2355.09 5
-1010111111 133.63 5
-1010111111 130.10 5
-1010111111 144.90 5
-1010111111 2,040 5
-1010111111 2635.84 5
-1010111111 128.30 5
-1010111111 2087.37 5
-1010111111 145.88 5
-1010111111 142.25 5
-1010111111 2,260 5
-1010111111 3,570 5
-1010111111 143.40 5
-1010111111 2031.12 5
-1010111111 145.50 5
-1010111111 141.23 5
-1010111111 30000 6
-1010111111 151.45 6
-1010111111 133.05 6
-1010111111 127.85 6
-1010111111 142.80 6
-1010111111 98.90 6
-1010111111 133.15 6
-1010111111 101.60 6
-1010111111 nightfall 6
-1010111111 MacWorld 6
-1010111111 101.30 6
-1010111111 3,810 6
-1010111111 133.83 6
-1010111111 1,610 6
-1010111111 143.50 6
-1010111111 153.70 6
-1010111111 campfires 6
-1010111111 142.35 6
-1010111111 136.65 6
-1010111111 Meltham 6
-1010111111 2145.67 6
-1010111111 133.55 6
-1010111111 144.30 6
-1010111111 132.30 6
-1010111111 135.00 6
-1010111111 133.23 6
-1010111111 150.80 6
-1010111111 2700.57 6
-1010111111 141.73 6
-1010111111 Reims 6
-1010111111 140.60 6
-1010111111 131.66 6
-1010111111 2183.50 6
-1010111111 racetracks 6
-1010111111 122.70 6
-1010111111 2,070 6
-1010111111 124.93 6
-1010111111 128.95 6
-1010111111 1,670 6
-1010111111 123.60 6
-1010111111 139.25 6
-1010111111 midmonth 6
-1010111111 Urbana-Champaign 6
-1010111111 129.60 6
-1010111111 101.05 6
-1010111111 1,880 6
-1010111111 133.45 6
-1010111111 1841.01 6
-1010111111 144.36 6
-1010111111 136.70 6
-1010111111 124.03 6
-1010111111 2712.63 6
-1010111111 133.88 6
-1010111111 132.98 6
-1010111111 129.06 6
-1010111111 2,160 6
-1010111111 143.98 6
-1010111111 124.88 6
-1010111111 142.45 6
-1010111111 126.98 6
-1010111111 141.90 6
-1010111111 99.125 6
-1010111111 129.43 6
-1010111111 151.78 6
-1010111111 2102.95 6
-1010111111 143.15 6
-1010111111 daybreak 6
-1010111111 101.35 6
-1010111111 Porgera 6
-1010111111 135.45 6
-1010111111 131.08 6
-1010111111 2568.05 6
-1010111111 125.65 6
-1010111111 127.43 6
-1010111111 128.05 6
-1010111111 2,190 6
-1010111111 142.33 6
-1010111111 2071.62 6
-1010111111 128.33 6
-1010111111 124.40 6
-1010111111 co-optation 6
-1010111111 134.70 6
-1010111111 2,520 6
-1010111111 124.58 6
-1010111111 126.64 6
-1010111111 99.73 6
-1010111111 135.90 6
-1010111111 Lambert-St 6
-1010111111 126.85 6
-1010111111 1986.41 6
-1010111111 138.88 7
-1010111111 point-blank 7
-1010111111 139.20 7
-1010111111 139.68 7
-1010111111 144.75 7
-1010111111 141.25 7
-1010111111 141.95 7
-1010111111 1630 7
-1010111111 128.40 7
-1010111111 127.93 7
-1010111111 145.85 7
-1010111111 128.50 7
-1010111111 135.50 7
-1010111111 2005.64 7
-1010111111 E.D.&F 7
-1010111111 126.55 7
-1010111111 123.65 7
-1010111111 128.75 7
-1010111111 150.70 7
-1010111111 151.85 7
-1010111111 151.18 7
-1010111111 2492.82 7
-1010111111 147.20 7
-1010111111 144.33 7
-1010111111 124.80 7
-1010111111 120-140 7
-1010111111 125.70 7
-1010111111 135.03 7
-1010111111 138.35 7
-1010111111 133.16 7
-1010111111 134.08 7
-1010111111 2054.59 7
-1010111111 131.50 7
-1010111111 128.45 7
-1010111111 1776.53 7
-1010111111 132.51 7
-1010111111 127.05 7
-1010111111 143.10 7
-1010111111 2,640 7
-1010111111 146.20 7
-1010111111 146.70 7
-1010111111 126.08 7
-1010111111 134.93 7
-1010111111 134.75 7
-1010111111 bonkers 7
-1010111111 128.65 7
-1010111111 Janow 7
-1010111111 2,580 7
-1010111111 97.80 7
-1010111111 argumentative 7
-1010111111 143.90 7
-1010111111 127.30 7
-1010111111 152.60 7
-1010111111 8:45 7
-1010111111 30-1 7
-1010111111 venereal-disease 7
-1010111111 1,980 7
-1010111111 145.00 7
-1010111111 3200 7
-1010111111 139.85 8
-1010111111 140.15 8
-1010111111 1010 8
-1010111111 Aguacate 8
-1010111111 128.93 8
-1010111111 139.75 8
-1010111111 135.18 8
-1010111111 129.50 8
-1010111111 133.30 8
-1010111111 2407.35 8
-1010111111 136.95 8
-1010111111 124.65 8
-1010111111 124.67 8
-1010111111 1895.95 8
-1010111111 138.75 8
-1010111111 141.45 8
-1010111111 3,370 8
-1010111111 151.23 8
-1010111111 125.25 8
-1010111111 2170.34 8
-1010111111 1,820 8
-1010111111 1,940 8
-1010111111 144.70 8
-1010111111 134.38 8
-1010111111 2,230 8
-1010111111 124.98 8
-1010111111 2,110 8
-1010111111 125.80 8
-1010111111 132.80 8
-1010111111 132.75 8
-1010111111 1941.48 8
-1010111111 1963.53 8
-1010111111 125.63 8
-1010111111 145.05 8
-1010111111 127.15 8
-1010111111 141.60 8
-1010111111 125.75 9
-1010111111 128.35 9
-1010111111 1,690 9
-1010111111 1,930 9
-1010111111 139.90 9
-1010111111 141.70 9
-1010111111 1,220 9
-1010111111 Allenwood 9
-1010111111 Sarajevo 9
-1010111111 127.25 9
-1010111111 1,730 9
-1010111111 142.13 9
-1010111111 127.20 9
-1010111111 146.55 9
-1010111111 Pradesh 9
-1010111111 126.90 9
-1010111111 134.55 9
-1010111111 99.30 9
-1010111111 124.25 9
-1010111111 124.50 9
-1010111111 126.75 9
-1010111111 130.25 9
-1010111111 146.25 9
-1010111111 140.05 9
-1010111111 125.08 9
-1010111111 UNAM 9
-1010111111 123.75 9
-1010111111 142.40 9
-1010111111 126.05 9
-1010111111 98.25 10
-1010111111 Petrus 10
-1010111111 puberty 10
-1010111111 all. 10
-1010111111 Nite 10
-1010111111 124.85 10
-1010111111 Stalingrad 10
-1010111111 137.25 10
-1010111111 144.20 10
-1010111111 99.85 10
-1010111111 125.10 10
-1010111111 125.05 10
-1010111111 133.75 10
-1010111111 cross-purposes 10
-1010111111 Vicksburg 10
-1010111111 140.65 10
-1010111111 145.13 10
-1010111111 1,110 10
-1010111111 126.56 10
-1010111111 2734.64 11
-1010111111 100.10 11
-1010111111 133.35 11
-1010111111 99.35 11
-1010111111 Laterriere 11
-1010111111 142.50 11
-1010111111 127.95 11
-1010111111 99.375 12
-1010111111 2051.89 12
-1010111111 1,490 12
-1010111111 sundown 12
-1010111111 133.38 13
-1010111111 132.50 13
-1010111111 99.875 13
-1010111111 133.65 13
-1010111111 CERN 13
-1010111111 1,720 13
-1010111111 2,950 13
-1010111111 1,020 13
-1010111111 3500 13
-1010111111 1,520 13
-1010111111 pheasant 14
-1010111111 rent-free 14
-1010111111 1,070 14
-1010111111 128.25 14
-1010111111 1600 15
-1010111111 Drepung 16
-1010111111 mid-month 16
-1010111111 sunrise 16
-1010111111 gunpoint 16
-1010111111 Dimona 16
-1010111111 poolside 17
-1010111111 Vladivostok 17
-1010111111 99.65 18
-1010111111 99.25 18
-1010111111 2050 18
-1010111111 straws 19
-1010111111 99.70 19
-1010111111 Fao 19
-1010111111 99.60 20
-1010111111 99.55 21
-1010111111 99.625 21
-1010111111 midsession 22
-1010111111 99.80 22
-1010111111 windmills 23
-1010111111 99.50 24
-1010111111 picnics 24
-1010111111 1700 25
-1010111111 2600 26
-1010111111 1500 29
-1010111111 99.90 30
-1010111111 99.75 30
-1010111111 mid-afternoon 34
-1010111111 lunchtime 35
-1010111111 Yalta 41
-1010111111 2300 42
-1010111111 half-price 42
-1010111111 dusk 44
-1010111111 2700 50
-1010111111 Wimbledon 56
-1010111111 downhill 75
-1010111111 skiing 83
-1010111111 midafternoon 103
-1010111111 bay 126
-1010111111 noon 256
-1010111111 bankrupt 299
-1010111111 midday 324
-1010111111 midnight 533
-1010111111 par 1600
-1010111111 home 9465
-1011000000 consultating 1
-1011000000 windsprints 1
-1011000000 hard-to-buy-for 1
-1011000000 half-cocked 1
-1011000000 discusions 1
-1011000000 1990-2015 1
-1011000000 mommy-tracker 1
-1011000000 historiography 1
-1011000000 79.47 1
-1011000000 shoot'em-ups 1
-1011000000 mesones 2
-1011000000 Totalbank 2
-1011000000 dropoffs 2
-1011000000 peacekeeper 2
-1011000000 superbanks 2
-1011000000 rapaciousness 2
-1011000000 Mandarich 2
-1011000000 truces 2
-1011000000 dicussions 2
-1011000000 inquirers 2
-1011000000 eye-level 2
-1011000000 clerkships 2
-1011000000 gropings 2
-1011000000 tions 2
-1011000000 quibbled 3
-1011000000 Tulipomania 3
-1011000000 co-financings 3
-1011000000 CL-215s 3
-1011000000 magnifiers 3
-1011000000 bull's-eyes 3
-1011000000 mechanicals 4
-1011000000 locators 4
-1011000000 scuffles 4
-1011000000 bywords 4
-1011000000 byplay 4
-1011000000 warm-ups 4
-1011000000 convenants 4
-1011000000 negotations 4
-1011000000 accordions 5
-1011000000 apprenticeships 5
-1011000000 figs 6
-1011000000 communes 6
-1011000000 fasts 6
-1011000000 wrangles 7
-1011000000 renegotiations 9
-1011000000 get-togethers 9
-1011000000 thoroughfares 11
-1011000000 interconnections 12
-1011000000 dogfights 13
-1011000000 non-compliance 15
-1011000000 dialogues 15
-1011000000 rifts 32
-1011000000 chats 33
-1011000000 skirmishes 57
-1011000000 confrontations 97
-1011000000 consultations 146
-1011000000 disagreements 211
-1011000000 pacts 218
-1011000000 clashes 224
-1011000000 deliberations 279
-1011000000 accords 312
-1011000000 fights 344
-1011000000 conversations 406
-1011000000 odds 712
-1011000000 interviews 784
-1011000000 disputes 1072
-1011000000 meetings 2174
-1011000000 discussions 2504
-1011000000 agreements 3081
-1011000000 talks 7282
-1011000000 negotiations 4584
-1011000001 relationhips 1
-1011000001 bootie 1
-1011000001 peak-performance-times 1
-1011000001 home-and-home 1
-1011000001 1983.34 1
-1011000001 sex-dog 1
-1011000001 non-familiarity 1
-1011000001 viols 1
-1011000001 cloak-and-daggering 1
-1011000001 negotitated 1
-1011000001 connnection 1
-1011000001 straw-top 1
-1011000001 publicity-hater 1
-1011000001 dissatisfactions 1
-1011000001 minivehicles 1
-1011000001 reasoner 1
-1011000001 digressing 1
-1011000001 Rhodopian 1
-1011000001 tricorn 1
-1011000001 gargled 1
-1011000001 paper-rattling 1
-1011000001 Chevelles 1
-1011000001 Balanchinism 1
-1011000001 trysting 1
-1011000001 interoperability 1
-1011000001 kickball 1
-1011000001 polyploidy 1
-1011000001 self-test 1
-1011000001 oligarch 1
-1011000001 conversance 1
-1011000001 rt-Pa 1
-1011000001 firetraps 1
-1011000001 ultra-liberals 1
-1011000001 private-contract 1
-1011000001 Babylonia 1
-1011000001 disussions 1
-1011000001 retardate 1
-1011000001 disappoinment 1
-1011000001 box-score 1
-1011000001 litigaton 1
-1011000001 smooches 1
-1011000001 chlorals 1
-1011000001 candleholder 1
-1011000001 minimarket 1
-1011000001 non-revenue 1
-1011000001 Ford/Mercury 1
-1011000001 0-to-6 1
-1011000001 booklovers 1
-1011000001 land-holdings 1
-1011000001 relatively-poor 1
-1011000001 chateau-complete 1
-1011000001 interfacing 1
-1011000001 cross-borrowings 1
-1011000001 micro-interviews 1
-1011000001 back-toback 1
-1011000001 interbreeding 1
-1011000001 co-operation 1
-1011000001 Daredevils 1
-1011000001 liquidity-short-selling 1
-1011000001 assocation 1
-1011000001 Apaches 2
-1011000001 rematches 2
-1011000001 151,228 2
-1011000001 141,483 2
-1011000001 Jeddah 2
-1011000001 merdog 2
-1011000001 skyhook 2
-1011000001 Dreyfusiana 2
-1011000001 calliopes 2
-1011000001 tootsie 2
-1011000001 face-offs 2
-1011000001 zagged 2
-1011000001 kerel 2
-1011000001 apparat 2
-1011000001 lullabies 2
-1011000001 consulation 2
-1011000001 altercations 2
-1011000001 eardrums 3
-1011000001 intercessions 3
-1011000001 hydroponics 3
-1011000001 antiheroes 3
-1011000001 provocateur 3
-1011000001 showdowns 3
-1011000001 joint-ventures 4
-1011000001 sophism 4
-1011000001 postmodernism 4
-1011000001 ponytails 4
-1011000001 off-white 4
-1011000001 parallelism 4
-1011000001 match-up 4
-1011000001 tussling 5
-1011000001 pleasantries 5
-1011000001 fraternization 5
-1011000001 alternation 5
-1011000001 wonderment 6
-1011000001 dudes 6
-1011000001 cahoots 6
-1011000001 conformance 7
-1011000001 seclusion 7
-1011000001 synch 8
-1011000001 flirtations 8
-1011000001 saber 8
-1011000001 vivendi 9
-1011000001 disrepute 10
-1011000001 brinkmanship 12
-1011000001 amity 12
-1011000001 unfamiliarity 15
-1011000001 entanglements 16
-1011000001 comparability 17
-1011000001 liaisons 18
-1011000001 run-ins 20
-1011000001 infatuation 23
-1011000001 exasperation 26
-1011000001 sync 29
-1011000001 quarrels 38
-1011000001 conformity 47
-1011000001 disenchantment 53
-1011000001 familiarity 68
-1011000001 disgust 73
-1011000001 disillusionment 73
-1011000001 compatibility 81
-1011000001 impatience 88
-1011000001 displeasure 88
-1011000001 unhappiness 88
-1011000001 fascination 100
-1011000001 limbo 111
-1011000001 tampering 112
-1011000001 tinkering 117
-1011000001 liaison 118
-1011000001 tandem 119
-1011000001 consultation 141
-1011000001 harmony 148
-1011000001 parity 171
-1011000001 footing 192
-1011000001 accordance 194
-1011000001 collaboration 194
-1011000001 dissatisfaction 196
-1011000001 friction 220
-1011000001 conjunction 252
-1011000001 connections 385
-1011000001 sympathy 399
-1011000001 links 605
-1011000001 relationships 669
-1011000001 contacts 682
-1011000001 compliance 893
-1011000001 contact 972
-1011000001 difficulty 1031
-1011000001 dealings 1101
-1011000001 ties 1778
-1011000001 connection 2170
-1011000001 relations 3263
-1011000001 trouble 2519
-1011000010 sub-zones 1
-1011000010 current-surplus 1
-1011000010 deficit/dollar/protectionism 1
-1011000010 surplus. 1
-1011000010 Kinekor 1
-1011000010 deficit. 1
-1011000010 premiums-associated 1
-1011000010 tax-filers 1
-1011000010 represenative 1
-1011000010 more-telling 1
-1011000010 non-Fidelity 1
-1011000010 Testudinata 1
-1011000010 piracies 1
-1011000010 asociation 1
-1011000010 imbalance. 1
-1011000010 deficitwhich 1
-1011000010 Birdpark 1
-1011000010 makeups 1
-1011000010 sportwear 2
-1011000010 receivable-backed 2
-1011000010 sub-zone 2
-1011000010 cuts. 2
-1011000010 infringment 2
-1011000010 front. 3
-1011000010 infringements 24
-1011000010 frictions 68
-1011000010 infringement 263
-1011000010 imbalance 328
-1011000010 imbalances 356
-1011000010 secrets 357
-1011000010 surpluses 621
-1011000010 barriers 1083
-1011000010 deficits 1362
-1011000010 gap 1541
-1011000010 surplus 3300
-1011000010 deficit 9187
-10110000110 Schnabels 1
-10110000110 severalfold 1
-10110000110 quarterfinalists 1
-10110000110 Cavins 1
-10110000110 One-Source 1
-10110000110 cliffhangers 1
-10110000110 earnings.This 1
-10110000110 competitivenes 1
-10110000110 extinguishant 1
-10110000110 circumlocutions 1
-10110000110 mispresentations 1
-10110000110 churchbells 1
-10110000110 rebounders 1
-10110000110 Benettons 1
-10110000110 super-plungers 1
-10110000110 CD-ROMS 1
-10110000110 Cliffords 1
-10110000110 Basieites 1
-10110000110 lunchmates 1
-10110000110 co-adjutors 1
-10110000110 Corwins 1
-10110000110 SHAKEUP 1
-10110000110 sport-utilities 1
-10110000110 candidate. 1
-10110000110 ailors 1
-10110000110 co-beneficiaries 1
-10110000110 selectiveness 1
-10110000110 firstnighters 1
-10110000110 McFerrins 1
-10110000110 Waldrons 1
-10110000110 Zanucks 1
-10110000110 institutionals 1
-10110000110 sot 1
-10110000110 departers 1
-10110000110 forty-fold 1
-10110000110 Richmonders 1
-10110000110 Yamaha/apparatus 1
-10110000110 panzers 1
-10110000110 Su-25s 1
-10110000110 AMs 1
-10110000110 non-respondents 1
-10110000110 Astaires 1
-10110000110 Stalin-style 1
-10110000110 PANistas 2
-10110000110 McCutcheons 2
-10110000110 jirgas 2
-10110000110 flowerpots 2
-10110000110 paradigms 2
-10110000110 werewolves 2
-10110000110 e.p.t. 2
-10110000110 LENS 2
-10110000110 keylists 3
-10110000110 Rosenbergs 3
-10110000110 Laxalts 3
-10110000110 Perches 3
-10110000110 nightspots 3
-10110000110 card-holders 5
-10110000110 propects 5
-10110000110 overlords 6
-10110000110 '85s 6
-10110000110 counterproposals 6
-10110000110 Cabernets 7
-10110000110 IUR 7
-10110000110 underbelly 12
-10110000110 pickings 29
-10110000110 standings 31
-10110000110 results 10209
-10110000110 expirations 35
-10110000111 year-to-date-figures 1
-10110000111 concrete-panel 1
-10110000111 Fours 1
-10110000111 McNeil/Lehrer 1
-10110000111 print-outs 1
-10110000111 Friday-afternoon 1
-10110000111 farmer-owners 1
-10110000111 deviationists 1
-10110000111 megatrades 1
-10110000111 PROGRAMMERS 1
-10110000111 redialers 1
-10110000111 boomtowns 1
-10110000111 INFINITIVES 1
-10110000111 extractants 1
-10110000111 Matchups 1
-10110000111 insurance-funds 1
-10110000111 Satanists 1
-10110000111 alerter 1
-10110000111 tabloid-format 1
-10110000111 Sordonis 1
-10110000111 Francks 1
-10110000111 AmeriSuites 1
-10110000111 pedicabs 1
-10110000111 Amblinites 1
-10110000111 forcolas 1
-10110000111 Phonebook 1
-10110000111 annoucements 1
-10110000111 McNernys 1
-10110000111 Lotion 1
-10110000111 statil 1
-10110000111 McKeans 1
-10110000111 martyrdoms 1
-10110000111 cosmetologists 1
-10110000111 modishness 1
-10110000111 insiders/arbitragers 1
-10110000111 Curtises 1
-10110000111 Busches 1
-10110000111 DEPARTMENTS 1
-10110000111 Myselves 1
-10110000111 Thyselves 1
-10110000111 all-Digital 1
-10110000111 anti-establishmentarians 1
-10110000111 stop-losses 1
-10110000111 private-eye 1
-10110000111 Dengist 1
-10110000111 endpapers 1
-10110000111 Illinoisans 1
-10110000111 Palestians 1
-10110000111 infected-well 1
-10110000111 Fischers 1
-10110000111 Gorens 1
-10110000111 yuppie-angst 1
-10110000111 battle-lines 1
-10110000111 Newhalls 1
-10110000111 AUDITING 1
-10110000111 undercover-cop 1
-10110000111 Garcias 1
-10110000111 low-concept 1
-10110000111 PC-clones 1
-10110000111 pianissimi 1
-10110000111 Picnics 1
-10110000111 border-fence 1
-10110000111 concession-holders 1
-10110000111 reappointments 1
-10110000111 shriekers 1
-10110000111 WAIVERS 1
-10110000111 Dawsons 1
-10110000111 Middleness 1
-10110000111 31-piece 1
-10110000111 240-screen 1
-10110000111 Teen-Age 1
-10110000111 OTCs 1
-10110000111 Hashemites 1
-10110000111 magazine-format 1
-10110000111 corn-fields 1
-10110000111 CTAs 1
-10110000111 song-and-talk 1
-10110000111 pothos 1
-10110000111 Denverites 1
-10110000111 Fouries 1
-10110000111 abdications 1
-10110000111 rodeo-horse 1
-10110000111 fugitive-manhunt 1
-10110000111 ivory-colored 1
-10110000111 talk-variety 1
-10110000111 Coolidges 2
-10110000111 implantations 2
-10110000111 externality 2
-10110000111 crochets 2
-10110000111 Tercels 2
-10110000111 idylls 2
-10110000111 ovine 2
-10110000111 invitees 2
-10110000111 deflators 2
-10110000111 Schreiers 2
-10110000111 V&A 2
-10110000111 state-of-the-union 2
-10110000111 Garouttes 2
-10110000111 Graces 2
-10110000111 Berts 2
-10110000111 Tarts 2
-10110000111 most-feared 2
-10110000111 fillers 2
-10110000111 scoldings 2
-10110000111 aptitudes 2
-10110000111 replenishments 3
-10110000111 receptacles 3
-10110000111 coolest 3
-10110000111 EIRs 3
-10110000111 honky-tonks 3
-10110000111 udders 3
-10110000111 escalations 3
-10110000111 Kunstlerhaus 3
-10110000111 Armory 3
-10110000111 Ilks 3
-10110000111 money-makers 4
-10110000111 recalculations 4
-10110000111 Williamses 4
-10110000111 Remondis 4
-10110000111 rhetoricians 4
-10110000111 techs 5
-10110000111 Ravens 6
-10110000111 worriers 10
-10110000111 freaks 11
-10110000111 Jornal 11
-10110000111 woodwinds 14
-10110000111 plums 14
-10110000111 stats 15
-10110000111 reps 18
-10110000111 Warriors 21
-10110000111 tallies 41
-10110000111 rep 43
-10110000111 squads 88
-10110000111 rankings 225
-10110000111 bulls 290
-10110000111 surveys 615
-10110000111 polls 1032
-10110000111 statistics 1622
-10110000111 figures 6929
-10110000111 numbers 3239
-101100010000 loudmouths 1
-101100010000 libidinoids 1
-101100010000 scholar-artist 1
-101100010000 calligrapher 1
-101100010000 orchestrator 1
-101100010000 malformations 1
-101100010000 70,000-point 1
-101100010000 tragedian 1
-101100010000 backslappers 1
-101100010000 marauder 1
-101100010000 man-child 1
-101100010000 deterent 1
-101100010000 clod 1
-101100010000 kozo 1
-101100010000 squealer 1
-101100010000 historicizing 1
-101100010000 condition. 1
-101100010000 maman 1
-101100010000 178-horsepower 1
-101100010000 cirucumstances 1
-101100010000 decison-making 1
-101100010000 high-schooler 1
-101100010000 philosopher-scientist 1
-101100010000 pantomimes 1
-101100010000 tallness 1
-101100010000 cicumstances 1
-101100010000 truisms 1
-101100010000 anti-militarism 1
-101100010000 tautness 1
-101100010000 immigrant-workers 1
-101100010000 industrializes 1
-101100010000 Squalls 1
-101100010000 shenanigan 1
-101100010000 thingamajigs 1
-101100010000 radarscopes 1
-101100010000 4.2-liter 1
-101100010000 quadrumvirate 1
-101100010000 tenderfoot 1
-101100010000 cup-shaped 1
-101100010000 blasphemers 1
-101100010000 prices-prepaid 1
-101100010000 holdings. 1
-101100010000 unorthodoxy 1
-101100010000 anti-opera 1
-101100010000 buying-down 1
-101100010000 excoriation 1
-101100010000 Kundenkreditbank 1
-101100010000 grandiosities 1
-101100010000 skills. 1
-101100010000 newsmaker 1
-101100010000 castle-themed 1
-101100010000 meanspiritedness 1
-101100010000 drollness 1
-101100010000 ingenuousness 1
-101100010000 basketcases 1
-101100010000 seven-million-barrel 1
-101100010000 MiG-29s 2
-101100010000 oppportunities 2
-101100010000 leukemias 2
-101100010000 buccaneers 2
-101100010000 products-related 2
-101100010000 channeler 2
-101100010000 conditions. 2
-101100010000 contributers 2
-101100010000 Taba 2
-101100010000 dieases 2
-101100010000 stuffiness 2
-101100010000 neoconservatism 2
-101100010000 government-recognized 3
-101100010000 self-evaluation 3
-101100010000 anti-Communism 3
-101100010000 mawkishness 3
-101100010000 principalities 3
-101100010000 acquisitors 3
-101100010000 activites 3
-101100010000 faddishness 3
-101100010000 preciousness 4
-101100010000 omnipotence 4
-101100010000 runups 4
-101100010000 skimmer 4
-101100010000 crests 4
-101100010000 stagnates 4
-101100010000 ova 5
-101100010000 put-downs 6
-101100010000 duckling 8
-101100010000 readjustments 9
-101100010000 seers 9
-101100010000 bulges 9
-101100010000 stiffs 9
-101100010000 binges 10
-101100010000 contractions 14
-101100010000 timer 16
-101100010000 manipulators 26
-101100010000 powerhouses 28
-101100010000 debacles 29
-101100010000 gimmickry 30
-101100010000 dislocations 30
-101100010000 climates 32
-101100010000 manipulations 35
-101100010000 indices 36
-101100010000 conspiracies 39
-101100010000 benchmarks 43
-101100010000 deprivation 51
-101100010000 engagements 61
-101100010000 barometers 108
-101100010000 downturns 113
-101100010000 conversions 142
-101100010000 niches 166
-101100010000 combinations 178
-101100010000 binge 207
-101100010000 cycles 217
-101100010000 fever 237
-101100010000 covenants 237
-101100010000 psychology 359
-101100010000 habits 360
-101100010000 scandals 363
-101100010000 associations 426
-101100010000 manipulation 449
-101100010000 swaps 456
-101100010000 averages 473
-101100010000 patterns 517
-101100010000 wars 530
-101100010000 fundamentals 625
-101100010000 abuses 629
-101100010000 cycle 710
-101100010000 indexes 744
-101100010000 indicators 945
-101100010000 sentiment 1118
-101100010000 circumstances 1331
-101100010000 practices 2172
-101100010000 conditions 4432
-101100010000 activity 4304
-101100010001 dissonance. 1
-101100010001 iniquity 1
-101100010001 Pentecost 1
-101100010001 rulings. 1
-101100010001 obsessives 1
-101100010001 confrontation. 1
-101100010001 hankerings 1
-101100010001 amendments. 1
-101100010001 guarantees. 1
-101100010001 number-shopping 1
-101100010001 pejoratives 1
-101100010001 ejaculations 1
-101100010001 stratas 1
-101100010001 yens 1
-101100010001 maldoers 1
-101100010001 anti-authoritarianism 1
-101100010001 software-programs 1
-101100010001 infelicities 1
-101100010001 fenestration 1
-101100010001 tablao 1
-101100010001 values. 1
-101100010001 tithing 1
-101100010001 contraints 1
-101100010001 worth. 1
-101100010001 Quebecer 1
-101100010001 warfare. 1
-101100010001 minisermons 1
-101100010001 allusiveness 1
-101100010001 theories. 1
-101100010001 relativist 1
-101100010001 indefinition 1
-101100010001 flow-charts 1
-101100010001 lynchings 1
-101100010001 fraility 1
-101100010001 buzzword. 1
-101100010001 repercussion 1
-101100010001 ity 1
-101100010001 allee 1
-101100010001 perogatives 1
-101100010001 quenching 1
-101100010001 poseur 1
-101100010001 erotica 1
-101100010001 sentence. 1
-101100010001 penalty. 1
-101100010001 shtik 1
-101100010001 fraudulence 1
-101100010001 higherups 1
-101100010001 harassments 1
-101100010001 standards. 1
-101100010001 catheterizations 1
-101100010001 cavaliers 1
-101100010001 reproduction. 1
-101100010001 transfiguration 1
-101100010001 being. 1
-101100010001 mapper 1
-101100010001 mudwrestling 1
-101100010001 parties. 1
-101100010001 makeup. 1
-101100010001 impaction 1
-101100010001 liberation. 1
-101100010001 energy. 1
-101100010001 patronage. 1
-101100010001 songfest 1
-101100010001 bacchanals 1
-101100010001 reconceptualization 1
-101100010001 toke 1
-101100010001 omnivorousness 1
-101100010001 probelems 1
-101100010001 demogoguery 1
-101100010001 conditons 1
-101100010001 issuesand 1
-101100010001 liberties. 1
-101100010001 Britishness 2
-101100010001 accomodation 2
-101100010001 brutishness 2
-101100010001 perturbations 2
-101100010001 shocktroopers 2
-101100010001 conservativism 2
-101100010001 pigeonholing 2
-101100010001 displacements 2
-101100010001 idiocies 2
-101100010001 discomforts 2
-101100010001 toadies 2
-101100010001 toxicant 2
-101100010001 scruple 2
-101100010001 perversities 2
-101100010001 capital. 2
-101100010001 adepts 2
-101100010001 psalm 2
-101100010001 differences. 2
-101100010001 discussions. 2
-101100010001 chasms 2
-101100010001 crosswinds 2
-101100010001 about-faces 2
-101100010001 overcentralization 2
-101100010001 padre 2
-101100010001 joaillerie 2
-101100010001 free-for-alls 2
-101100010001 trances 2
-101100010001 arrhythmias 3
-101100010001 risk. 3
-101100010001 elasticities 3
-101100010001 views. 3
-101100010001 polarities 3
-101100010001 regressions 3
-101100010001 forebodings 3
-101100010001 incisions 3
-101100010001 imbroglios 3
-101100010001 externalities 3
-101100010001 inflammations 3
-101100010001 slickness 3
-101100010001 Pablum 3
-101100010001 kind. 3
-101100010001 incongruities 3
-101100010001 modernizers 3
-101100010001 firmament 3
-101100010001 epigrams 3
-101100010001 questions. 3
-101100010001 failure. 3
-101100010001 impairments 3
-101100010001 sadism 4
-101100010001 bunglers 4
-101100010001 promptness 4
-101100010001 wingtips 4
-101100010001 compulsions 4
-101100010001 indiscretion 4
-101100010001 exorcism 4
-101100010001 aborigines 4
-101100010001 travesties 4
-101100010001 acacias 4
-101100010001 orthodoxies 4
-101100010001 cleavages 4
-101100010001 dugouts 5
-101100010001 clunkers 5
-101100010001 expositions 5
-101100010001 contraindications 5
-101100010001 stratagems 5
-101100010001 memorization 5
-101100010001 prognostications 5
-101100010001 adversities 5
-101100010001 vetos 5
-101100010001 finagling 5
-101100010001 contrivances 5
-101100010001 humors 5
-101100010001 sedation 5
-101100010001 nonpareil 6
-101100010001 yummies 6
-101100010001 flubs 6
-101100010001 countdowns 6
-101100010001 playthings 6
-101100010001 antecedents 6
-101100010001 arbitrariness 6
-101100010001 limos 6
-101100010001 runners-up 6
-101100010001 subservience 6
-101100010001 shadings 7
-101100010001 identifications 7
-101100010001 spats 7
-101100010001 wanderlust 7
-101100010001 undertones 7
-101100010001 biggies 7
-101100010001 netherworld 7
-101100010001 provincialism 7
-101100010001 frontrunners 7
-101100010001 certitude 8
-101100010001 pageantry 8
-101100010001 purgatory 8
-101100010001 magnitudes 8
-101100010001 discontents 8
-101100010001 rip-offs 8
-101100010001 edicts 8
-101100010001 predilections 8
-101100010001 Darwinism 8
-101100010001 wanderings 8
-101100010001 alignments 8
-101100010001 deformities 8
-101100010001 miseries 8
-101100010001 absolutism 8
-101100010001 Rembrandts 8
-101100010001 instabilities 9
-101100010001 palliatives 9
-101100010001 afflictions 9
-101100010001 maxims 9
-101100010001 quandaries 10
-101100010001 stimuli 10
-101100010001 bombast 10
-101100010001 ecosystems 10
-101100010001 galleys 10
-101100010001 permutations 10
-101100010001 selves 10
-101100010001 absurdities 10
-101100010001 aggressors 10
-101100010001 hang-ups 10
-101100010001 breadwinners 10
-101100010001 moneymakers 11
-101100010001 cohesiveness 11
-101100010001 hierarchies 11
-101100010001 rationalizations 11
-101100010001 evictions 12
-101100010001 aphorisms 12
-101100010001 slurs 12
-101100010001 recyclers 12
-101100010001 brinksmanship 12
-101100010001 remissions 12
-101100010001 tomes 13
-101100010001 recklessness 13
-101100010001 romances 13
-101100010001 prerequisites 13
-101100010001 sugars 13
-101100010001 coordinators 13
-101100010001 oracles 13
-101100010001 coloration 13
-101100010001 pyrotechnics 13
-101100010001 shackles 13
-101100010001 eruptions 14
-101100010001 fiefdoms 14
-101100010001 frailties 14
-101100010001 Englishmen 15
-101100010001 conquests 15
-101100010001 indiscretions 15
-101100010001 preoccupations 15
-101100010001 formalities 16
-101100010001 reverberations 16
-101100010001 humiliations 16
-101100010001 side-effects 16
-101100010001 obsessions 16
-101100010001 crosscurrents 17
-101100010001 gamesmanship 18
-101100010001 maladies 18
-101100010001 tangles 18
-101100010001 humanism 18
-101100010001 meanings 18
-101100010001 configurations 18
-101100010001 panics 18
-101100010001 paradoxes 19
-101100010001 escapades 19
-101100010001 opportunists 19
-101100010001 convulsions 19
-101100010001 connotations 19
-101100010001 justifications 19
-101100010001 sagas 19
-101100010001 behaviors 20
-101100010001 expulsions 20
-101100010001 relativism 20
-101100010001 analogies 20
-101100010001 allegiances 20
-101100010001 interactions 20
-101100010001 niceties 20
-101100010001 stirrings 20
-101100010001 catastrophes 21
-101100010001 indignities 21
-101100010001 rigidities 22
-101100010001 buzzwords 22
-101100010001 goings-on 22
-101100010001 confidences 22
-101100010001 snafu 23
-101100010001 nests 24
-101100010001 imperfections 24
-101100010001 vulnerabilities 24
-101100010001 offensives 24
-101100010001 crusades 24
-101100010001 maneuverings 24
-101100010001 retardation 24
-101100010001 resentments 24
-101100010001 misfortunes 25
-101100010001 pathologies 25
-101100010001 inadequacies 26
-101100010001 transitions 26
-101100010001 liberalizations 27
-101100010001 massacres 27
-101100010001 embarrassments 27
-101100010001 doings 27
-101100010001 gateways 28
-101100010001 levers 28
-101100010001 technicalities 28
-101100010001 pluses 29
-101100010001 exclusions 29
-101100010001 stances 29
-101100010001 hitches 29
-101100010001 linkages 29
-101100010001 missteps 30
-101100010001 essentials 31
-101100010001 ploys 31
-101100010001 feats 32
-101100010001 transgressions 33
-101100010001 summits 33
-101100010001 miscalculations 33
-101100010001 snafus 34
-101100010001 abstractions 34
-101100010001 sensitivities 35
-101100010001 murals 35
-101100010001 undertakings 36
-101100010001 unknowns 36
-101100010001 hassles 37
-101100010001 agitation 37
-101100010001 ambiguities 37
-101100010001 propositions 38
-101100010001 temptations 38
-101100010001 outbursts 38
-101100010001 faculties 38
-101100010001 shenanigans 39
-101100010001 gaffes 39
-101100010001 underpinnings 40
-101100010001 outposts 40
-101100010001 abnormalities 41
-101100010001 biases 43
-101100010001 limbs 43
-101100010001 doctrines 43
-101100010001 tragedies 43
-101100010001 masterpieces 43
-101100010001 understandings 44
-101100010001 overkill 45
-101100010001 ironies 45
-101100010001 pursuits 45
-101100010001 acclaim 46
-101100010001 upheavals 46
-101100010001 travails 47
-101100010001 affiliations 47
-101100010001 markers 47
-101100010001 homelands 48
-101100010001 motivations 48
-101100010001 impacts 48
-101100010001 movers 48
-101100010001 disadvantages 49
-101100010001 garb 49
-101100010001 dilemmas 52
-101100010001 antics 52
-101100010001 philosophies 53
-101100010001 capacities 53
-101100010001 agendas 53
-101100010001 overtones 54
-101100010001 reversals 55
-101100010001 breakdowns 55
-101100010001 coffees 55
-101100010001 blueprints 55
-101100010001 currents 55
-101100010001 heavyweights 57
-101100010001 interruptions 58
-101100010001 parameters 58
-101100010001 creations 60
-101100010001 contingencies 62
-101100010001 straits 65
-101100010001 blunders 65
-101100010001 disabilities 65
-101100010001 rivalries 66
-101100010001 necessities 68
-101100010001 treasures 68
-101100010001 enhancements 68
-101100010001 phenomena 69
-101100010001 roadblocks 69
-101100010001 failings 71
-101100010001 hardships 71
-101100010001 infractions 72
-101100010001 mishaps 72
-101100010001 glitches 74
-101100010001 miracles 74
-101100010001 tendencies 82
-101100010001 norms 82
-101100010001 inefficiencies 82
-101100010001 twists 83
-101100010001 sins 85
-101100010001 snags 86
-101100010001 improprieties 86
-101100010001 fences 87
-101100010001 ramifications 87
-101100010001 amenities 88
-101100010001 outcomes 89
-101100010001 adventures 91
-101100010001 traits 93
-101100010001 exposures 94
-101100010001 examinations 94
-101100010001 lapses 97
-101100010001 passions 98
-101100010001 backgrounds 99
-101100010001 gatherings 100
-101100010001 chores 102
-101100010001 negatives 103
-101100010001 tissues 104
-101100010001 controversies 108
-101100010001 repercussions 111
-101100010001 killings 114
-101100010001 ills 117
-101100010001 frustrations 118
-101100010001 prowess 120
-101100010001 jargon 120
-101100010001 contradictions 120
-101100010001 ailments 122
-101100010001 measurements 122
-101100010001 premises 124
-101100010001 aspirations 125
-101100010001 arteries 136
-101100010001 breakthroughs 138
-101100010001 tricks 138
-101100010001 pitfalls 142
-101100010001 precedents 145
-101100010001 proportions 148
-101100010001 instincts 151
-101100010001 disasters 153
-101100010001 freedoms 156
-101100010001 traditions 162
-101100010001 drawbacks 162
-101100010001 wounds 169
-101100010001 grievances 172
-101100010001 shortcomings 174
-101100010001 excesses 174
-101100010001 discoveries 175
-101100010001 complications 178
-101100010001 accomplishments 179
-101100010001 safeguards 179
-101100010001 explanations 185
-101100010001 abilities 187
-101100010001 boundaries 187
-101100010001 qualities 190
-101100010001 achievements 195
-101100010001 innovations 200
-101100010001 qualifications 200
-101100010001 preferences 201
-101100010001 crises 204
-101100010001 offenses 206
-101100010001 maneuvers 208
-101100010001 standpoint 218
-101100010001 concepts 228
-101100010001 remedies 234
-101100010001 illnesses 236
-101100010001 strengths 237
-101100010001 flaws 239
-101100010001 characteristics 245
-101100010001 weaknesses 251
-101100010001 motives 251
-101100010001 realities 261
-101100010001 setbacks 265
-101100010001 victories 268
-101100010001 ambitions 275
-101100010001 irregularities 275
-101100010001 hurdles 279
-101100010001 experiences 296
-101100010001 alliances 296
-101100010001 strains 308
-101100010001 hazards 309
-101100010001 symptoms 319
-101100010001 themes 338
-101100010001 successes 355
-101100010001 tasks 376
-101100010001 criteria 399
-101100010001 woes 401
-101100010001 objectives 426
-101100010001 circles 434
-101100010001 considerations 435
-101100010001 obstacles 475
-101100010001 priorities 491
-101100010001 possibilities 503
-101100010001 errors 583
-101100010001 crimes 603
-101100010001 conflicts 647
-101100010001 functions 653
-101100010001 defenses 664
-101100010001 battles 721
-101100010001 principles 745
-101100010001 responsibilities 840
-101100010001 troubles 914
-101100010001 methods 921
-101100010001 skills 923
-101100010001 grounds 926
-101100010001 implications 966
-101100010001 tactics 999
-101100010001 facts 1031
-101100010001 difficulties 1171
-101100010001 goals 1223
-101100010001 developments 1246
-101100010001 reforms 1329
-101100010001 targets 1734
-101100010001 risks 2107
-101100010001 problems 12294
-101100010001 events 2210
-101100010010 prejudgments 1
-101100010010 Sitnin 1
-101100010010 anti-Nakasone 1
-101100010010 overmuch 1
-101100010010 moodily 1
-101100010010 imperceptivity 1
-101100010010 volatiliy 1
-101100010010 delegitimization 1
-101100010010 semicolon 1
-101100010010 chocoholics 1
-101100010010 pseudo-profundities 1
-101100010010 nightingale 1
-101100010010 gabble 1
-101100010010 Toil 1
-101100010010 despatch 1
-101100010010 gastritis 1
-101100010010 persuaders 1
-101100010010 tickers 2
-101100010010 giddiness 2
-101100010010 Mores 2
-101100010010 premeditation 2
-101100010010 rhapsodizing 2
-101100010010 conjectured 2
-101100010010 fearlessly 2
-101100010010 smeller 2
-101100010010 nonstudents 2
-101100010010 budget-busters 2
-101100010010 tidings 3
-101100010010 Kynar 3
-101100010010 untidiness 3
-101100010010 self-appraisal 3
-101100010010 footpaths 3
-101100010010 celesta 3
-101100010010 dismemberments 3
-101100010010 goofiness 3
-101100010010 lamentations 3
-101100010010 coproduction 3
-101100010010 soliloquies 3
-101100010010 disquisitions 3
-101100010010 end-game 3
-101100010010 paperweights 4
-101100010010 gleanings 4
-101100010010 infatuations 4
-101100010010 hesitations 4
-101100010010 tendinitis 5
-101100010010 red-baiting 5
-101100010010 harangues 5
-101100010010 murmurings 5
-101100010010 wetness 5
-101100010010 perturbation 5
-101100010010 jokers 5
-101100010010 yaks 5
-101100010010 tramps 5
-101100010010 perceptiveness 5
-101100010010 bookends 5
-101100010010 corruptions 5
-101100010010 interlocutors 6
-101100010010 monikers 6
-101100010010 upgradings 6
-101100010010 meditations 7
-101100010010 tendons 7
-101100010010 knowledgeably 7
-101100010010 banknotes 7
-101100010010 taskmaster 7
-101100010010 mailer 7
-101100010010 inductees 7
-101100010010 histrionics 8
-101100010010 tableaux 8
-101100010010 diversifications 8
-101100010010 squawks 8
-101100010010 specs 8
-101100010010 outcries 9
-101100010010 recalcitrance 9
-101100010010 rebuttals 9
-101100010010 hoots 10
-101100010010 prophecies 10
-101100010010 predicaments 10
-101100010010 evasions 10
-101100010010 conveyance 11
-101100010010 luncheons 11
-101100010010 hypotheses 11
-101100010010 preconceptions 11
-101100010010 scruples 12
-101100010010 drivel 12
-101100010010 pretenses 12
-101100010010 taboos 12
-101100010010 sensations 12
-101100010010 misperceptions 12
-101100010010 ruminations 13
-101100010010 potions 13
-101100010010 morsels 13
-101100010010 pointers 13
-101100010010 moles 15
-101100010010 nicknames 15
-101100010010 grudges 15
-101100010010 hunches 15
-101100010010 pleadings 15
-101100010010 exhortations 16
-101100010010 inferences 16
-101100010010 musings 16
-101100010010 dissents 18
-101100010010 delusions 18
-101100010010 falsehoods 18
-101100010010 utterances 19
-101100010010 gambles 19
-101100010010 disclaimers 19
-101100010010 theatrics 19
-101100010010 commentaries 20
-101100010010 sermons 20
-101100010010 determinations 20
-101100010010 ballads 21
-101100010010 jabs 21
-101100010010 generalizations 21
-101100010010 arias 22
-101100010010 communiques 23
-101100010010 firsts 23
-101100010010 reminiscences 24
-101100010010 platitudes 25
-101100010010 footprints 25
-101100010010 harnesses 25
-101100010010 speculations 26
-101100010010 prophets 27
-101100010010 misconceptions 29
-101100010010 equations 31
-101100010010 caveats 31
-101100010010 reflections 32
-101100010010 contentions 33
-101100010010 incursions 33
-101100010010 tidbits 34
-101100010010 hackles 34
-101100010010 barbs 36
-101100010010 perspectives 37
-101100010010 documentaries 38
-101100010010 vignettes 39
-101100010010 monologues 39
-101100010010 apprehensions 40
-101100010010 confessions 43
-101100010010 manuscripts 46
-101100010010 fads 47
-101100010010 cues 48
-101100010010 representations 49
-101100010010 discharges 51
-101100010010 truths 51
-101100010010 ballets 54
-101100010010 cliches 59
-101100010010 odometers 60
-101100010010 gripes 63
-101100010010 noises 64
-101100010010 declarations 69
-101100010010 myths 69
-101100010010 stereotypes 71
-101100010010 illusions 71
-101100010010 qualms 71
-101100010010 anecdotes 73
-101100010010 nightmares 74
-101100010010 anxieties 75
-101100010010 triumphs 78
-101100010010 queries 79
-101100010010 pronouncements 83
-101100010010 directives 89
-101100010010 essays 98
-101100010010 appraisals 108
-101100010010 misgivings 108
-101100010010 endorsements 111
-101100010010 phrases 120
-101100010010 observations 122
-101100010010 eyebrows 122
-101100010010 editorials 127
-101100010010 insights 135
-101100010010 notions 148
-101100010010 presentations 153
-101100010010 sentiments 169
-101100010010 bones 175
-101100010010 revelations 190
-101100010010 suspicions 201
-101100010010 wires 202
-101100010010 criticisms 202
-101100010010 emotions 210
-101100010010 fliers 240
-101100010010 assumptions 275
-101100010010 bets 294
-101100010010 judgments 296
-101100010010 reactions 297
-101100010010 headlines 299
-101100010010 theories 319
-101100010010 debates 322
-101100010010 appearances 329
-101100010010 jokes 331
-101100010010 thoughts 370
-101100010010 uncertainties 394
-101100010010 announcements 448
-101100010010 speeches 470
-101100010010 conclusions 477
-101100010010 feelings 486
-101100010010 messages 512
-101100010010 warnings 519
-101100010010 disclosures 547
-101100010010 attitudes 547
-101100010010 opinions 587
-101100010010 inquiries 615
-101100010010 choices 621
-101100010010 mistakes 628
-101100010010 articles 691
-101100010010 challenges 774
-101100010010 stories 1408
-101100010010 complaints 1729
-101100010010 ideas 1938
-101100010010 statements 2333
-101100010010 decisions 2793
-101100010010 concerns 5981
-101100010010 questions 4112
-101100010011 ample-sized 1
-101100010011 defense-satellite 1
-101100010011 regulatory-reserve 1
-101100010011 floorlevel 1
-101100010011 electronic-images 1
-101100010011 down-and-back 1
-101100010011 heavy-electrical 1
-101100010011 insititutions 1
-101100010011 55-member 1
-101100010011 spent-fuel 1
-101100010011 nuclear-related 1
-101100010011 sulfureous 1
-101100010011 retractors 1
-101100010011 camera-plus-recorder 1
-101100010011 air-cooling 1
-101100010011 underseat 1
-101100010011 more-innovative 1
-101100010011 family-ness 1
-101100010011 Banknet 1
-101100010011 Boulanger 1
-101100010011 16450 1
-101100010011 glare-reducing 1
-101100010011 credit-report 1
-101100010011 methionine 1
-101100010011 Pandas 1
-101100010011 Kiribati-Soviet 1
-101100010011 duotones 1
-101100010011 studio-and-tour 1
-101100010011 policy-coordinating 1
-101100010011 air-surveillance 1
-101100010011 memory-intensive 1
-101100010011 1987-returns 1
-101100010011 loan-payment 1
-101100010011 Skeeter 1
-101100010011 pectorals 1
-101100010011 red-rock 1
-101100010011 colored-plastic 1
-101100010011 hatbox 1
-101100010011 profit-depressed 1
-101100010011 3,383 1
-101100010011 affirmative-action-rights 1
-101100010011 hard-to-cut 1
-101100010011 tarrifs 1
-101100010011 water-sprinkler 1
-101100010011 traffic-building 1
-101100010011 43-member 1
-101100010011 baby-carriage-falling-downstairs 1
-101100010011 Airbus-style 1
-101100010011 purrings 1
-101100010011 Sunsweet 1
-101100010011 navel-orange 1
-101100010011 megadeaths 1
-101100010011 synthetic-glass 1
-101100010011 forgetter 1
-101100010011 manufacturability 1
-101100010011 ultramarine 1
-101100010011 land-mobile 1
-101100010011 sheep-horn 1
-101100010011 Abbott-and-Costello 1
-101100010011 hardest-fought 1
-101100010011 teleprinter 1
-101100010011 mission-critical 1
-101100010011 Intel-Micron 1
-101100010011 cutterhead 1
-101100010011 delicatessen-meat 1
-101100010011 set-top 1
-101100010011 Medicare-claims 1
-101100010011 2,177 1
-101100010011 most-open 1
-101100010011 error-correcting 1
-101100010011 tongue-retaining 1
-101100010011 horti-hype 1
-101100010011 drug-supply 1
-101100010011 16,500-ton-a-day 1
-101100010011 preciosity 1
-101100010011 sugar-mill 1
-101100010011 halyards 1
-101100010011 Bochco-esque 1
-101100010011 trash-bag 1
-101100010011 8,262,241 1
-101100010011 gravitas 1
-101100010011 MIPS-based 1
-101100010011 conceptual-design 1
-101100010011 water-sensible 1
-101100010011 Annenberg-funded 1
-101100010011 Geoserve-type 1
-101100010011 system-engineering 1
-101100010011 648,000-square-foot 1
-101100010011 car-launch 1
-101100010011 mishmashes 1
-101100010011 laser-patent 1
-101100010011 defense-based 1
-101100010011 KL-43 1
-101100010011 document-production 2
-101100010011 info 2
-101100010011 intuitions 2
-101100010011 satellite-transmission 2
-101100010011 quaintness 2
-101100010011 backlighting 2
-101100010011 break-dancing 2
-101100010011 fast-multiplying 2
-101100010011 judiciousness 2
-101100010011 identification-card 2
-101100010011 databank 2
-101100010011 tradingroom 2
-101100010011 free-of-charge 2
-101100010011 haying 2
-101100010011 electronic-data 2
-101100010011 lipectomy 2
-101100010011 Santorini 2
-101100010011 discernment 3
-101100010011 news-retrieval 3
-101100010011 overbillings 3
-101100010011 brassiere 3
-101100010011 sublimits 3
-101100010011 counter-measures 3
-101100010011 humidifier 3
-101100010011 kvetching 3
-101100010011 data-capture 3
-101100010011 rights-of-way 3
-101100010011 balustrade 3
-101100010011 fish-shooting 4
-101100010011 country-direct 4
-101100010011 primers 4
-101100010011 matter-of-factness 4
-101100010011 dimples 4
-101100010011 sonnets 4
-101100010011 soot 5
-101100010011 retrievable 5
-101100010011 airflow 5
-101100010011 birdies 5
-101100010011 pagination 6
-101100010011 self-analysis 7
-101100010011 torque 7
-101100010011 rehabilitative 7
-101100010011 refreshment 9
-101100010011 ribbing 10
-101100010011 payables 11
-101100010011 wisecracks 15
-101100010011 headsets 16
-101100010011 moralizing 22
-101100010011 telegrams 23
-101100010011 eavesdropping 36
-101100010011 feedback 88
-101100010011 alarm 320
-101100010011 guidance 513
-101100010011 reservations 547
-101100010011 publicity 878
-101100010011 information 9705
-101100010011 data 6334
-1011000101000 contriteness 1
-1011000101000 supermarket-drugstores 1
-1011000101000 testimoney 1
-1011000101000 fragrancing 1
-1011000101000 trekker 1
-1011000101000 hygene 1
-1011000101000 27291.40 1
-1011000101000 Contrivances 1
-1011000101000 aggravations 1
-1011000101000 puss 1
-1011000101000 sticky-tape 1
-1011000101000 fiddlesticks 1
-1011000101000 egregiousness 1
-1011000101000 caprices 1
-1011000101000 pricing-review 1
-1011000101000 mortification 1
-1011000101000 fatherliness 1
-1011000101000 well-told 1
-1011000101000 expensives 1
-1011000101000 log-rolling 1
-1011000101000 highhandedness 1
-1011000101000 crowds. 1
-1011000101000 macro-reforms 1
-1011000101000 source-licensing 1
-1011000101000 grub-hoes 1
-1011000101000 FDA-bashers 1
-1011000101000 Metallica 1
-1011000101000 dealership-income 1
-1011000101000 investigators. 1
-1011000101000 incandescently 1
-1011000101000 lifework 2
-1011000101000 monkeyshines 2
-1011000101000 warranto 2
-1011000101000 scrappiness 2
-1011000101000 Okies 2
-1011000101000 voicings 2
-1011000101000 trendsetters 2
-1011000101000 merrymaking 2
-1011000101000 appoval 2
-1011000101000 Turiddu 2
-1011000101000 paramours 2
-1011000101000 Francophones 2
-1011000101000 genitals 3
-1011000101000 traditionalism 3
-1011000101000 diatribes 3
-1011000101000 inlaws 3
-1011000101000 deficit-reductions 3
-1011000101000 Periogene 3
-1011000101000 Apology 3
-1011000101000 stakebuilding 3
-1011000101000 simplifications 3
-1011000101000 help. 3
-1011000101000 office. 4
-1011000101000 admonishments 4
-1011000101000 conceits 4
-1011000101000 hideaways 4
-1011000101000 onslaughts 4
-1011000101000 philosophizing 4
-1011000101000 ineptness 4
-1011000101000 prestidigitation 4
-1011000101000 footdragging 4
-1011000101000 proddings 4
-1011000101000 impoundments 5
-1011000101000 Messerschmidt 5
-1011000101000 censures 5
-1011000101000 Germanicas 5
-1011000101000 temblors 5
-1011000101000 doggerel 5
-1011000101000 broadsides 5
-1011000101000 Cube 6
-1011000101000 bailiwick 6
-1011000101000 scorekeepers 6
-1011000101000 soundings 6
-1011000101000 ministrations 7
-1011000101000 enactments 8
-1011000101000 stake-building 9
-1011000101000 verbiage 9
-1011000101000 gradualism 9
-1011000101000 incarnations 9
-1011000101000 countermoves 9
-1011000101000 transgression 9
-1011000101000 receiverships 9
-1011000101000 belligerence 10
-1011000101000 eyesight 11
-1011000101000 disfavor 12
-1011000101000 escapade 12
-1011000101000 dockets 13
-1011000101000 reapportionment 13
-1011000101000 rebuffs 13
-1011000101000 polemics 13
-1011000101000 geysers 14
-1011000101000 backtracking 15
-1011000101000 enticements 16
-1011000101000 diatribe 22
-1011000101000 sympathies 32
-1011000101000 strictures 42
-1011000101000 reticence 46
-1011000101000 reappointment 46
-1011000101000 atrocities 52
-1011000101000 intransigence 59
-1011000101000 contraceptives 64
-1011000101000 inaction 91
-1011000101000 writings 127
-1011000101000 interventions 151
-1011000101000 activism 183
-1011000101000 rulings 482
-1011000101000 arguments 995
-1011000101000 recommendations 1025
-1011000101000 findings 1091
-1011000101000 remarks 1168
-1011000101000 duties 1249
-1011000101000 comments 1636
-1011000101000 intervention 1878
-1011000101000 testimony 2090
-1011000101000 action 8999
-1011000101000 actions 3243
-1011000101001 micromanagment 1
-1011000101001 Trotskyism 1
-1011000101001 causalities 1
-1011000101001 emsembles 1
-1011000101001 absorbencies 1
-1011000101001 60-33 1
-1011000101001 254-4 1
-1011000101001 36,093 1
-1011000101001 cross-examinations 1
-1011000101001 catch-alls 1
-1011000101001 bivalves 1
-1011000101001 tax-deferments 1
-1011000101001 support/opposition 1
-1011000101001 taxi-driver 1
-1011000101001 wire-man 1
-1011000101001 damage. 2
-1011000101001 bedbugs 2
-1011000101001 mums 2
-1011000101001 misdoings 2
-1011000101001 mucus 2
-1011000101001 anticipations 2
-1011000101001 presssure 2
-1011000101001 knuckleheads 2
-1011000101001 qualifiers 2
-1011000101001 48-30 2
-1011000101001 Persuaders 2
-1011000101001 sternness 3
-1011000101001 12-8 3
-1011000101001 pretexts 3
-1011000101001 sorting-out 3
-1011000101001 positions. 3
-1011000101001 rantings 3
-1011000101001 B-17s 3
-1011000101001 94-3 3
-1011000101001 sedatives 4
-1011000101001 Benzigers 4
-1011000101001 wastelands 4
-1011000101001 proposal. 4
-1011000101001 anemias 4
-1011000101001 elixirs 5
-1011000101001 antipathies 5
-1011000101001 fractiousness 5
-1011000101001 maybes 5
-1011000101001 oaths 7
-1011000101001 holdups 7
-1011000101001 minesweepers 8
-1011000101001 throttles 8
-1011000101001 ruses 9
-1011000101001 aliases 10
-1011000101001 exotics 14
-1011000101001 flashbacks 18
-1011000101001 submissions 19
-1011000101001 rapids 19
-1011000101001 tributes 20
-1011000101001 deterrents 21
-1011000101001 attachments 26
-1011000101001 add-ons 30
-1011000101001 feelers 33
-1011000101001 fixes 52
-1011000101001 decrees 67
-1011000101001 precautions 89
-1011000101001 invitations 108
-1011000101001 gestures 123
-1011000101001 resolutions 226
-1011000101001 treaties 262
-1011000101001 appointments 408
-1011000101001 approaches 552
-1011000101001 solutions 606
-1011000101001 amendments 638
-1011000101001 answers 639
-1011000101001 alternatives 1255
-1011000101001 steps 2457
-1011000101001 moves 3245
-1011000101001 proposals 3285
-1011000101001 measures 4029
-1011000101001 legislation 5257
-1011000101010 engineer/ski 1
-1011000101010 diol 1
-1011000101010 militating 1
-1011000101010 no-accounts 1
-1011000101010 vituperation 1
-1011000101010 base-efforts 1
-1011000101010 fingernail-size 1
-1011000101010 anti-Bush 1
-1011000101010 diplomat-chat 1
-1011000101010 escheat 1
-1011000101010 lesson-learning 1
-1011000101010 Interest-Rate 2
-1011000101010 plights 2
-1011000101010 preventives 2
-1011000101010 pogroms 2
-1011000101010 creases 2
-1011000101010 season-opener 2
-1011000101010 insurance. 2
-1011000101010 reevaluations 2
-1011000101010 phaseouts 2
-1011000101010 Euro-losses 2
-1011000101010 interferences 2
-1011000101010 grandees 2
-1011000101010 Playboys 3
-1011000101010 litigations 3
-1011000101010 rainstorms 3
-1011000101010 subunits 3
-1011000101010 co-processors 3
-1011000101010 discriminations 3
-1011000101010 indemnifications 3
-1011000101010 rumormongering 4
-1011000101010 laws. 4
-1011000101010 inclines 4
-1011000101010 wordplay 4
-1011000101010 spores 5
-1011000101010 bulkheads 5
-1011000101010 embers 5
-1011000101010 rightists 6
-1011000101010 exotica 6
-1011000101010 affronts 6
-1011000101010 spuds 7
-1011000101010 scalps 7
-1011000101010 heartbeats 8
-1011000101010 tirades 8
-1011000101010 alchemy 8
-1011000101010 wails 11
-1011000101010 notifications 13
-1011000101010 writs 16
-1011000101010 revolts 18
-1011000101010 pores 20
-1011000101010 railing 30
-1011000101010 rejections 30
-1011000101010 counterclaims 33
-1011000101010 libertarians 49
-1011000101010 prohibitions 94
-1011000101010 hedges 121
-1011000101010 petitions 132
-1011000101010 prosecutions 148
-1011000101010 motions 153
-1011000101010 servants 191
-1011000101010 probes 204
-1011000101010 assessments 213
-1011000101010 accusations 261
-1011000101010 convictions 304
-1011000101010 suspects 358
-1011000101010 indictments 490
-1011000101010 demonstrations 569
-1011000101010 protests 841
-1011000101010 fines 1005
-1011000101010 penalties 1237
-1011000101010 demands 1723
-1011000101010 allegations 1903
-1011000101010 lawsuits 1925
-1011000101010 suits 2238
-1011000101010 provisions 2750
-1011000101010 claims 5746
-1011000101010 charges 8890
-1011000101011 mealiemeal 1
-1011000101011 fluid-film 1
-1011000101011 leger-demain 1
-1011000101011 scrutinies 1
-1011000101011 blue-plate 1
-1011000101011 torpidly 1
-1011000101011 inssues 1
-1011000101011 emphass 1
-1011000101011 duty. 1
-1011000101011 coalition-builder 1
-1011000101011 clean-ups 1
-1011000101011 constrictions 1
-1011000101011 action/goals 1
-1011000101011 backlashes 1
-1011000101011 opposition. 1
-1011000101011 self-depilation 1
-1011000101011 264. 1
-1011000101011 chaperons 1
-1011000101011 lipid-modified 1
-1011000101011 recorder-televisions 1
-1011000101011 initiatve 1
-1011000101011 dilapidation 2
-1011000101011 gassings 2
-1011000101011 go-aheads 2
-1011000101011 150-seaters 2
-1011000101011 reallocations 2
-1011000101011 bounty-hunting 2
-1011000101011 requirments 2
-1011000101011 Dixiecrats 2
-1011000101011 Amigas 2
-1011000101011 staters 2
-1011000101011 TARIFFS 2
-1011000101011 all-nighter 2
-1011000101011 Sinatras 2
-1011000101011 sense. 2
-1011000101011 restitutions 2
-1011000101011 thrush 2
-1011000101011 wheel-spinning 3
-1011000101011 annuitants 3
-1011000101011 proceedings. 3
-1011000101011 furrows 4
-1011000101011 compromiser 4
-1011000101011 evaluator 4
-1011000101011 tangos 5
-1011000101011 billets 6
-1011000101011 idiosyncrasies 6
-1011000101011 amphitheaters 7
-1011000101011 aspersions 7
-1011000101011 permissiveness 11
-1011000101011 decals 12
-1011000101011 folders 13
-1011000101011 maniacs 13
-1011000101011 moratoriums 22
-1011000101011 stipulations 22
-1011000101011 treasuries 27
-1011000101011 crackdowns 32
-1011000101011 slowdowns 39
-1011000101011 minimums 48
-1011000101011 clearances 82
-1011000101011 liens 84
-1011000101011 gimmicks 99
-1011000101011 formulas 157
-1011000101011 ceilings 174
-1011000101011 protections 223
-1011000101011 codes 253
-1011000101011 mechanisms 259
-1011000101011 restraints 295
-1011000101011 curbs 332
-1011000101011 statutes 354
-1011000101011 constraints 361
-1011000101011 limitations 367
-1011000101011 ratios 436
-1011000101011 schedules 595
-1011000101011 guidelines 1172
-1011000101011 quotas 1307
-1011000101011 procedures 1575
-1011000101011 regulation 1900
-1011000101011 regulations 2455
-1011000101011 requirements 2455
-1011000101011 restrictions 2504
-1011000101011 standards 3183
-1011000101011 laws 4567
-1011000101011 rules 6255
-1011000101100 execrable 1
-1011000101100 page-flipping 1
-1011000101100 freshening 1
-1011000101100 1099s 2
-1011000101100 flywheels 2
-1011000101100 tampers 2
-1011000101100 musicale 2
-1011000101100 manuevers 2
-1011000101100 proceduralism 2
-1011000101100 misfires 3
-1011000101100 moccasins 3
-1011000101100 hypotheticals 3
-1011000101100 pallets 3
-1011000101100 immunizations 4
-1011000101100 colloquialism 4
-1011000101100 phenom 5
-1011000101100 blockades 5
-1011000101100 evacuations 5
-1011000101100 itineraries 6
-1011000101100 interludes 6
-1011000101100 Missourians 6
-1011000101100 shootouts 6
-1011000101100 signings 6
-1011000101100 raffles 6
-1011000101100 spadework 6
-1011000101100 sale-leasebacks 7
-1011000101100 capers 7
-1011000101100 regimens 8
-1011000101100 holograms 8
-1011000101100 jackpots 8
-1011000101100 sketchbooks 8
-1011000101100 revues 8
-1011000101100 poisonings 9
-1011000101100 interfaces 9
-1011000101100 obituaries 9
-1011000101100 barrages 9
-1011000101100 break-ins 9
-1011000101100 mischarges 9
-1011000101100 sonatas 9
-1011000101100 dorms 9
-1011000101100 scrapes 11
-1011000101100 loaders 11
-1011000101100 slugs 11
-1011000101100 salvos 11
-1011000101100 handbooks 11
-1011000101100 linkups 11
-1011000101100 powers-that-be 11
-1011000101100 previews 12
-1011000101100 voice-overs 12
-1011000101100 blemishes 12
-1011000101100 overpayments 12
-1011000101100 waffles 13
-1011000101100 bums 14
-1011000101100 certifications 14
-1011000101100 fellowships 14
-1011000101100 accruals 15
-1011000101100 chronologies 16
-1011000101100 numerals 16
-1011000101100 wardens 17
-1011000101100 sprints 17
-1011000101100 transparencies 18
-1011000101100 guidebooks 18
-1011000101100 aces 18
-1011000101100 memorandums 19
-1011000101100 journeys 19
-1011000101100 smarts 20
-1011000101100 rosters 20
-1011000101100 layouts 21
-1011000101100 overdrafts 21
-1011000101100 booklets 21
-1011000101100 referendums 21
-1011000101100 memoranda 21
-1011000101100 drawers 22
-1011000101100 spas 23
-1011000101100 crowns 23
-1011000101100 telexes 23
-1011000101100 ladders 24
-1011000101100 embargoes 26
-1011000101100 lingo 27
-1011000101100 expeditions 28
-1011000101100 stardom 29
-1011000101100 sponsorships 30
-1011000101100 positives 31
-1011000101100 curves 31
-1011000101100 receptions 32
-1011000101100 shafts 33
-1011000101100 dormitories 33
-1011000101100 parades 33
-1011000101100 barricades 34
-1011000101100 screenings 35
-1011000101100 chimes 38
-1011000101100 wigs 38
-1011000101100 odors 38
-1011000101100 bubbles 38
-1011000101100 badges 39
-1011000101100 drones 41
-1011000101100 wiretaps 42
-1011000101100 diagnoses 42
-1011000101100 computations 42
-1011000101100 postings 43
-1011000101100 bottoms 43
-1011000101100 formations 44
-1011000101100 logos 46
-1011000101100 questionnaires 51
-1011000101100 tellers 51
-1011000101100 drills 59
-1011000101100 gauges 59
-1011000101100 scams 60
-1011000101100 compositions 61
-1011000101100 flops 62
-1011000101100 affidavits 62
-1011000101100 pamphlets 63
-1011000101100 charters 65
-1011000101100 verdicts 66
-1011000101100 pads 66
-1011000101100 cleanups 67
-1011000101100 bailouts 67
-1011000101100 props 67
-1011000101100 endowments 67
-1011000101100 competitions 68
-1011000101100 rails 71
-1011000101100 workshops 71
-1011000101100 extras 72
-1011000101100 leaflets 72
-1011000101100 diaries 72
-1011000101100 booms 72
-1011000101100 exhibitions 73
-1011000101100 nets 74
-1011000101100 prospectuses 76
-1011000101100 pins 79
-1011000101100 traps 79
-1011000101100 evenings 79
-1011000101100 dramas 81
-1011000101100 cartels 82
-1011000101100 lunches 85
-1011000101100 upgrades 87
-1011000101100 logs 88
-1011000101100 recipes 92
-1011000101100 briefings 93
-1011000101100 accommodations 96
-1011000101100 selections 97
-1011000101100 briefs 98
-1011000101100 ceremonies 99
-1011000101100 histories 99
-1011000101100 capsules 106
-1011000101100 invoices 109
-1011000101100 lobbies 110
-1011000101100 exams 111
-1011000101100 rifles 113
-1011000101100 texts 115
-1011000101100 citations 116
-1011000101100 supplements 122
-1011000101100 readings 132
-1011000101100 memberships 138
-1011000101100 prescriptions 138
-1011000101100 depositions 140
-1011000101100 crashes 149
-1011000101100 analyses 164
-1011000101100 searches 173
-1011000101100 openings 176
-1011000101100 specifications 183
-1011000101100 recruits 185
-1011000101100 entries 191
-1011000101100 slides 193
-1011000101100 posters 197
-1011000101100 substitutes 200
-1011000101100 ballots 206
-1011000101100 assignments 208
-1011000101100 memos 209
-1011000101100 seminars 215
-1011000101100 fuels 216
-1011000101100 columns 239
-1011000101100 notices 248
-1011000101100 audits 262
-1011000101100 transmissions 262
-1011000101100 raids 269
-1011000101100 drawings 275
-1011000101100 treatments 275
-1011000101100 charts 296
-1011000101100 shelves 298
-1011000101100 advertisements 341
-1011000101100 inspections 362
-1011000101100 calculations 368
-1011000101100 tables 409
-1011000101100 experiments 423
-1011000101100 labels 432
-1011000101100 lights 492
-1011000101100 files 514
-1011000101100 designs 587
-1011000101100 leases 655
-1011000101100 transfers 655
-1011000101100 dates 664
-1011000101100 settlements 668
-1011000101100 stars 719
-1011000101100 licenses 722
-1011000101100 trials 725
-1011000101100 failures 760
-1011000101100 grants 772
-1011000101100 awards 847
-1011000101100 checks 898
-1011000101100 strikes 1045
-1011000101100 papers 1352
-1011000101100 deals 1927
-1011000101100 studies 1970
-1011000101100 trades 2107
-1011000101100 tests 2520
-1011000101100 books 2649
-1011000101100 documents 2671
-1011000101100 ads 2700
-1011000101100 records 2774
-1011000101100 transactions 4203
-1011000101100 accounts 4673
-1011000101101 Gazyeta 1
-1011000101101 organizaton 1
-1011000101101 comeliness 1
-1011000101101 care-issues 1
-1011000101101 throve 1
-1011000101101 insurance-benefits 1
-1011000101101 conjoin 1
-1011000101101 priapism 1
-1011000101101 less-brave 1
-1011000101101 life/death 1
-1011000101101 based-business 1
-1011000101101 sudsier 1
-1011000101101 iron-producers 1
-1011000101101 interests. 2
-1011000101101 derbies 2
-1011000101101 rinses 2
-1011000101101 hoosegow 2
-1011000101101 non-cooperation 2
-1011000101101 affliate 2
-1011000101101 subcultures 2
-1011000101101 therefrom 2
-1011000101101 frolics 2
-1011000101101 unpreparedness 2
-1011000101101 proposals. 2
-1011000101101 Know-It-Alls 2
-1011000101101 popularizers 2
-1011000101101 agenices 2
-1011000101101 combos 3
-1011000101101 possiblities 3
-1011000101101 judiciaries 3
-1011000101101 anouncement 3
-1011000101101 evaluators 3
-1011000101101 lockups 3
-1011000101101 meccas 3
-1011000101101 myth-making 4
-1011000101101 spiels 4
-1011000101101 tax. 4
-1011000101101 hardcovers 4
-1011000101101 glazes 4
-1011000101101 encampments 4
-1011000101101 washrooms 4
-1011000101101 pogrom 5
-1011000101101 councillors 5
-1011000101101 touchstones 5
-1011000101101 man. 5
-1011000101101 megaprojects 6
-1011000101101 proliferates 6
-1011000101101 stakeouts 6
-1011000101101 treatises 6
-1011000101101 pizzazz 6
-1011000101101 gambits 7
-1011000101101 deferments 7
-1011000101101 fiascoes 7
-1011000101101 cutoffs 7
-1011000101101 experimenters 7
-1011000101101 doodads 7
-1011000101101 progams 7
-1011000101101 postures 8
-1011000101101 maven 8
-1011000101101 chancellors 9
-1011000101101 COLAs 10
-1011000101101 councilor 10
-1011000101101 tonics 12
-1011000101101 setups 12
-1011000101101 sieves 14
-1011000101101 cottages 14
-1011000101101 swindles 14
-1011000101101 academies 15
-1011000101101 circulars 15
-1011000101101 incubators 19
-1011000101101 thrillers 20
-1011000101101 sponges 20
-1011000101101 checkpoints 22
-1011000101101 tie-ups 22
-1011000101101 celebre 23
-1011000101101 consortia 27
-1011000101101 stakeholders 28
-1011000101101 ordinances 32
-1011000101101 watchdogs 35
-1011000101101 fairs 38
-1011000101101 bulletins 40
-1011000101101 tie-ins 41
-1011000101101 protocols 41
-1011000101101 junkies 42
-1011000101101 carts 47
-1011000101101 memorabilia 48
-1011000101101 boutiques 60
-1011000101101 forums 63
-1011000101101 coups 65
-1011000101101 handouts 65
-1011000101101 beads 70
-1011000101101 endeavors 76
-1011000101101 coalitions 80
-1011000101101 manuals 80
-1011000101101 bureaus 86
-1011000101101 thinkers 86
-1011000101101 bureaucracies 93
-1011000101101 operas 99
-1011000101101 councils 107
-1011000101101 institutes 123
-1011000101101 slogans 128
-1011000101101 syndicates 129
-1011000101101 vouchers 140
-1011000101101 spaces 156
-1011000101101 clauses 156
-1011000101101 organs 172
-1011000101101 newsletters 183
-1011000101101 journals 192
-1011000101101 ministries 196
-1011000101101 missions 218
-1011000101101 slots 230
-1011000101101 prisons 236
-1011000101101 zones 275
-1011000101101 clinics 285
-1011000101101 providers 308
-1011000101101 schemes 315
-1011000101101 malls 333
-1011000101101 staffs 352
-1011000101101 laboratories 366
-1011000101101 capabilities 411
-1011000101101 structures 413
-1011000101101 lands 417
-1011000101101 entities 433
-1011000101101 courses 473
-1011000101101 bodies 520
-1011000101101 clubs 553
-1011000101101 initiatives 576
-1011000101101 budgets 674
-1011000101101 publications 716
-1011000101101 packages 724
-1011000101101 enterprises 779
-1011000101101 departments 863
-1011000101101 techniques 882
-1011000101101 campaigns 900
-1011000101101 arrangements 1033
-1011000101101 strategies 1091
-1011000101101 subsidies 1546
-1011000101101 organizations 1586
-1011000101101 centers 1882
-1011000101101 agencies 3195
-1011000101101 programs 8346
-1011000101101 policies 4641
-1011000101110 Houstons 1
-1011000101110 helpmate 1
-1011000101110 presidents. 1
-1011000101110 Alcoans 1
-1011000101110 mellitus 1
-1011000101110 companies-in-residence 1
-1011000101110 bill-up 1
-1011000101110 claimants. 1
-1011000101110 pabulum 2
-1011000101110 tax-credits 2
-1011000101110 releasees 2
-1011000101110 remunerations 2
-1011000101110 extrapolations 3
-1011000101110 detriments 3
-1011000101110 sludges 4
-1011000101110 carry-backs 5
-1011000101110 ELVs 5
-1011000101110 Strings 5
-1011000101110 jottings 5
-1011000101110 trifles 6
-1011000101110 opportunites 6
-1011000101110 gatherer 6
-1011000101110 torpedos 6
-1011000101110 mark-ups 6
-1011000101110 pablum 7
-1011000101110 hatchets 7
-1011000101110 restorations 8
-1011000101110 W-2s 9
-1011000101110 give-backs 9
-1011000101110 checkups 10
-1011000101110 acronyms 10
-1011000101110 clarifications 12
-1011000101110 reprimands 12
-1011000101110 stipends 12
-1011000101110 set-asides 12
-1011000101110 guideposts 13
-1011000101110 mammograms 14
-1011000101110 retainers 14
-1011000101110 succor 15
-1011000101110 condolences 16
-1011000101110 accolades 17
-1011000101110 holdovers 18
-1011000101110 givebacks 20
-1011000101110 cheaters 21
-1011000101110 renewals 23
-1011000101110 congratulations 24
-1011000101110 freebies 26
-1011000101110 planks 30
-1011000101110 deviations 32
-1011000101110 remittances 33
-1011000101110 absences 34
-1011000101110 scapegoats 34
-1011000101110 disincentives 35
-1011000101110 punishments 35
-1011000101110 giveaways 41
-1011000101110 padding 41
-1011000101110 cures 52
-1011000101110 windfalls 52
-1011000101110 gratuities 53
-1011000101110 furloughs 54
-1011000101110 misrepresentations 57
-1011000101110 footnotes 68
-1011000101110 entitlements 69
-1011000101110 reimbursements 73
-1011000101110 referrals 73
-1011000101110 avoidance 78
-1011000101110 X-rays 81
-1011000101110 inducements 82
-1011000101110 havens 88
-1011000101110 excuses 104
-1011000101110 perks 116
-1011000101110 brackets 117
-1011000101110 allocations 127
-1011000101110 sacrifices 128
-1011000101110 valuations 131
-1011000101110 scholarships 134
-1011000101110 visas 136
-1011000101110 pitches 140
-1011000101110 payoffs 145
-1011000101110 allowances 158
-1011000101110 prizes 158
-1011000101110 extensions 165
-1011000101110 dues 165
-1011000101110 deadlines 182
-1011000101110 tips 199
-1011000101110 waivers 200
-1011000101110 bribes 207
-1011000101110 headaches 217
-1011000101110 privileges 260
-1011000101110 collections 273
-1011000101110 balances 278
-1011000101110 exemptions 306
-1011000101110 sentences 324
-1011000101110 rewards 327
-1011000101110 shelters 336
-1011000101110 royalties 372
-1011000101110 refunds 407
-1011000101110 instructions 456
-1011000101110 donations 477
-1011000101110 gifts 539
-1011000101110 promotions 559
-1011000101110 receipts 674
-1011000101110 advantages 696
-1011000101110 bonuses 739
-1011000101110 deductions 808
-1011000101110 discounts 834
-1011000101110 contributions 1272
-1011000101110 credits 1432
-1011000101110 concessions 1444
-1011000101110 revenues 1511
-1011000101110 pressures 1600
-1011000101110 incentives 1672
-1011000101110 advice 1789
-1011000101110 opportunities 1823
-1011000101110 returns 2453
-1011000101110 reasons 3170
-1011000101110 benefits 5529
-1011000101110 fees 3865
-1011000101111 Basies 1
-1011000101111 bootprints 1
-1011000101111 dinkier 1
-1011000101111 fumigants 1
-1011000101111 LOBBYISTS 1
-1011000101111 1,574,507 1
-1011000101111 housedress 1
-1011000101111 8,626,672 1
-1011000101111 203,479 1
-1011000101111 music-videos 1
-1011000101111 LOBBIES 1
-1011000101111 technicals 1
-1011000101111 WEEK-TV 1
-1011000101111 descant 1
-1011000101111 Khanates 1
-1011000101111 9s 1
-1011000101111 Viper 1
-1011000101111 T-bones 1
-1011000101111 Denaka 1
-1011000101111 Hummers 2
-1011000101111 over-budgeted 2
-1011000101111 vertebra 2
-1011000101111 reknown 2
-1011000101111 thrombolytics 2
-1011000101111 quizzically 2
-1011000101111 tappers 2
-1011000101111 molars 2
-1011000101111 crappies 2
-1011000101111 WNYB 2
-1011000101111 hazelnuts 3
-1011000101111 1,488 3
-1011000101111 antonym 3
-1011000101111 risk-weighting 3
-1011000101111 sub-assemblies 3
-1011000101111 Reservists 4
-1011000101111 cargos 4
-1011000101111 WYNY-FM 5
-1011000101111 lead-times 5
-1011000101111 infamy 6
-1011000101111 pennants 6
-1011000101111 undershirts 7
-1011000101111 mailgrams 7
-1011000101111 heifers 8
-1011000101111 howitzers 9
-1011000101111 Moondreamers 9
-1011000101111 handbills 9
-1011000101111 ultimatums 10
-1011000101111 pass-throughs 10
-1011000101111 counteroffers 12
-1011000101111 summonses 13
-1011000101111 originators 21
-1011000101111 plaudits 28
-1011000101111 authorizations 32
-1011000101111 placebos 33
-1011000101111 pardons 38
-1011000101111 tenders 93
-1011000101111 consents 97
-1011000101111 acceptances 112
-1011000101111 subscriptions 121
-1011000101111 preparations 130
-1011000101111 bookings 217
-1011000101111 subpoenas 222
-1011000101111 proxies 310
-1011000101111 requests 981
-1011000101111 commitments 1474
-1011000101111 applications 1541
-1011000101111 bids 2461
-1011000101111 orders 5745
-1011000101111 contracts 7606
-101100011000 analysts-- 1
-101100011000 progidies 1
-101100011000 cessations 1
-101100011000 hypertensions 1
-101100011000 sunburns 1
-101100011000 118-0 1
-101100011000 no-man's-land 1
-101100011000 pension-indexing 1
-101100011000 unclarity 1
-101100011000 him-or-herself 1
-101100011000 let-up 1
-101100011000 trialsonce 1
-101100011000 utilitization 1
-101100011000 ground-testing 1
-101100011000 mulching 1
-101100011000 WMUR-TV 1
-101100011000 shelf-space 1
-101100011000 badinage 1
-101100011000 discussion-and-analysis 1
-101100011000 ground-coverer 1
-101100011000 Goan 1
-101100011000 housecleanings 1
-101100011000 speedups 1
-101100011000 linedrawing 1
-101100011000 platinum-palladium 1
-101100011000 reinvestigations 1
-101100011000 upbringings 1
-101100011000 signees 1
-101100011000 abalones 1
-101100011000 expectationists 1
-101100011000 astern 1
-101100011000 consensus-builders 1
-101100011000 prop-up 1
-101100011000 spearlike 1
-101100011000 homeruns 1
-101100011000 civic-mindedness 1
-101100011000 lathe-priced 1
-101100011000 aviaries 1
-101100011000 miswirings 1
-101100011000 dollar-dumping 1
-101100011000 paribus 1
-101100011000 inprovements 1
-101100011000 reissuance 1
-101100011000 workoff 1
-101100011000 WNEW-AM/FM 1
-101100011000 diminutions 1
-101100011000 skills.They 1
-101100011000 counter-apparatus 1
-101100011000 KMID-TV 1
-101100011000 fill-ups 1
-101100011000 tinniness 1
-101100011000 in-jokes 1
-101100011000 bridgeheads 1
-101100011000 misestimation 1
-101100011000 decions 1
-101100011000 top-heaviness 1
-101100011000 catnappings 1
-101100011000 hay-cutting 1
-101100011000 birthrights 1
-101100011000 accentuation 1
-101100011000 muffin-making 1
-101100011000 Radiophysics 1
-101100011000 inexorabilities 2
-101100011000 Fiestas 2
-101100011000 signficance 2
-101100011000 grillwork 2
-101100011000 kingmakers 2
-101100011000 rebounder 2
-101100011000 starlings 2
-101100011000 gradients 2
-101100011000 inter-ownership 2
-101100011000 leakages 2
-101100011000 2,367 2
-101100011000 noncitizens 2
-101100011000 godfathers 2
-101100011000 blue-suiters 2
-101100011000 meteors 3
-101100011000 Intruder 3
-101100011000 courtesies 3
-101100011000 sepsis 3
-101100011000 amorality 3
-101100011000 ruptures 3
-101100011000 WPIX 3
-101100011000 mot 3
-101100011000 skullduggery 3
-101100011000 Gorbymania 3
-101100011000 results. 3
-101100011000 tightenings 3
-101100011000 refurbishments 3
-101100011000 strudel 3
-101100011000 irrelevancies 4
-101100011000 slippages 4
-101100011000 whoppers 4
-101100011000 stopovers 4
-101100011000 near-paralysis 4
-101100011000 maladjustments 4
-101100011000 bellwethers 4
-101100011000 leaguers 4
-101100011000 overstaffing 4
-101100011000 hand-me-downs 4
-101100011000 headstones 4
-101100011000 modifiers 4
-101100011000 wavers 4
-101100011000 normality 5
-101100011000 snapback 5
-101100011000 yuks 5
-101100011000 cross-subsidies 5
-101100011000 ill-will 5
-101100011000 thaws 5
-101100011000 untruths 5
-101100011000 cross-pollination 5
-101100011000 clipboards 5
-101100011000 undesirables 6
-101100011000 astigmatism 6
-101100011000 comebacks 6
-101100011000 schisms 6
-101100011000 synopses 6
-101100011000 moonshine 6
-101100011000 micro-organisms 7
-101100011000 fudging 8
-101100011000 correlations 8
-101100011000 jingoism 8
-101100011000 flare-ups 8
-101100011000 restiveness 8
-101100011000 mutations 8
-101100011000 slip-ups 8
-101100011000 mismatches 8
-101100011000 disharmony 9
-101100011000 verbs 9
-101100011000 happenings 9
-101100011000 bombshells 9
-101100011000 repartee 9
-101100011000 shakeups 9
-101100011000 ambushes 9
-101100011000 stopper 9
-101100011000 kinks 10
-101100011000 dents 10
-101100011000 variances 10
-101100011000 bottom-fishing 11
-101100011000 divergences 11
-101100011000 chinks 11
-101100011000 advancements 11
-101100011000 hiccups 12
-101100011000 acidification 12
-101100011000 escalators 12
-101100011000 cross-holdings 14
-101100011000 redundancies 14
-101100011000 footwork 14
-101100011000 fissures 15
-101100011000 immersion 15
-101100011000 rejoicing 17
-101100011000 near-collisions 18
-101100011000 misjudgments 18
-101100011000 cross-shareholdings 19
-101100011000 deletions 21
-101100011000 substitutions 22
-101100011000 equivalence 22
-101100011000 refinements 23
-101100011000 inequalities 24
-101100011000 dryness 25
-101100011000 blips 26
-101100011000 owl 26
-101100011000 transformations 26
-101100011000 inequity 26
-101100011000 aberrations 27
-101100011000 anomalies 35
-101100011000 antagonism 37
-101100011000 trade-offs 45
-101100011000 inaccuracies 46
-101100011000 mischief 47
-101100011000 inequities 52
-101100011000 inconsistencies 55
-101100011000 gridlock 55
-101100011000 alterations 60
-101100011000 complicity 61
-101100011000 animosity 65
-101100011000 anemia 70
-101100011000 shakeup 70
-101100011000 dissension 78
-101100011000 discord 84
-101100011000 synergies 86
-101100011000 collisions 99
-101100011000 disturbances 101
-101100011000 infighting 104
-101100011000 distinctions 104
-101100011000 disappointments 108
-101100011000 accommodation 113
-101100011000 differentials 114
-101100011000 headway 117
-101100011000 strides 117
-101100011000 similarities 129
-101100011000 disparities 130
-101100011000 accomplishment 133
-101100011000 hostilities 136
-101100011000 discrepancies 147
-101100011000 disruptions 150
-101100011000 compromises 160
-101100011000 loopholes 166
-101100011000 distortions 172
-101100011000 deficiencies 186
-101100011000 softness 192
-101100011000 upheaval 195
-101100011000 differential 196
-101100011000 gaps 206
-101100011000 inroads 212
-101100011000 cracks 229
-101100011000 modifications 244
-101100011000 comparisons 262
-101100011000 revisions 352
-101100011000 upturn 362
-101100011000 spreads 375
-101100011000 surprises 384
-101100011000 tension 474
-101100011000 shifts 533
-101100011000 tensions 704
-101100011000 cutbacks 720
-101100011000 adjustments 854
-101100011000 improvements 1271
-101100011000 delays 1457
-101100011000 differences 1705
-101100011000 improvement 2303
-101100011000 changes 8427
-101100011000 progress 2387
-101100011001 120-5 1
-101100011001 tables. 1
-101100011001 megadollars 1
-101100011001 free-falls 1
-101100011001 overaccrual 1
-101100011001 hold-down 1
-101100011001 shelter-oriented 1
-101100011001 overuns 1
-101100011001 deficicency 1
-101100011001 fly-up 1
-101100011001 stablity 1
-101100011001 SIEVES 1
-101100011001 authorites 1
-101100011001 408-1 1
-101100011001 Overshadowed 1
-101100011001 return. 1
-101100011001 cuts-period 1
-101100011001 momentum-oriented 1
-101100011001 revolters 1
-101100011001 liabilites 1
-101100011001 restaints 1
-101100011001 instablity 1
-101100011001 reimbursible 1
-101100011001 them-that-has 1
-101100011001 fibrillations 1
-101100011001 cut. 1
-101100011001 increasers 2
-101100011001 fixers 2
-101100011001 act. 2
-101100011001 extraditions 2
-101100011001 disproportionally 2
-101100011001 increase. 2
-101100011001 choppiness 3
-101100011001 greenmailers 5
-101100011001 retrogression 5
-101100011001 estimators 8
-101100011001 busters 13
-101100011001 abatements 24
-101100011001 cutters 33
-101100011001 evaders 34
-101100011001 cheats 34
-101100011001 deferrals 35
-101100011001 dips 38
-101100011001 rollbacks 38
-101100011001 gouging 39
-101100011001 run-ups 40
-101100011001 earner 44
-101100011001 payers 53
-101100011001 plunges 63
-101100011001 hikes 100
-101100011001 tags 109
-101100011001 earners 133
-101100011001 hike 143
-101100011001 decreases 145
-101100011001 jumps 155
-101100011001 scales 170
-101100011001 bracket 199
-101100011001 overruns 262
-101100011001 evasion 268
-101100011001 boosts 337
-101100011001 tag 339
-101100011001 swings 554
-101100011001 drops 565
-101100011001 breaks 829
-101100011001 rises 839
-101100011001 trends 1530
-101100011001 reductions 1596
-101100011001 increases 6902
-101100011001 cuts 4447
-101100011010 cradle-rocker 1
-101100011010 flagpoles 1
-101100011010 occurence 1
-101100011010 job-hazards 1
-101100011010 sciatica 1
-101100011010 talkativeness 1
-101100011010 Preti 1
-101100011010 Datapipe 1
-101100011010 mobile-terminal 1
-101100011010 record-setter 1
-101100011010 offerors 1
-101100011010 tortfeasors 1
-101100011010 Infomart 1
-101100011010 franchise-registration 1
-101100011010 emigrators 1
-101100011010 Brandos 1
-101100011010 acquirors 1
-101100011010 back-formation 1
-101100011010 directors-general 1
-101100011010 Mumfords 1
-101100011010 debtload 1
-101100011010 rapproachment 1
-101100011010 bullheadedness 1
-101100011010 monooctanonin 1
-101100011010 wisdom-dispensers 1
-101100011010 WSAW-TV 1
-101100011010 tremolite 1
-101100011010 coconspirators 1
-101100011010 peepholes 1
-101100011010 non-recovery 1
-101100011010 overcooking 1
-101100011010 trends. 1
-101100011010 tapings 1
-101100011010 broadloom 1
-101100011010 parts-demand 1
-101100011010 myeloma 1
-101100011010 escapers 1
-101100011010 anti-Sovietism 1
-101100011010 icemaker 1
-101100011010 Rainier-U.S. 1
-101100011010 chat-mongers 1
-101100011010 micturition 1
-101100011010 defecation 1
-101100011010 trustbuster 1
-101100011010 messiness 1
-101100011010 poisoner 1
-101100011010 goofup 1
-101100011010 opto-electronics 1
-101100011010 Noahs 1
-101100011010 street-sweepers 1
-101100011010 exoduses 1
-101100011010 reinvolvement 1
-101100011010 test-thwarter 1
-101100011010 junketeers 1
-101100011010 LGPs 1
-101100011010 ex-internees 1
-101100011010 deer-handling 1
-101100011010 keynoters 1
-101100011010 metamidophos 1
-101100011010 gunloading 1
-101100011010 free-writing 1
-101100011010 Edict 1
-101100011010 misfeasance 1
-101100011010 detonographers 1
-101100011010 stanzas 2
-101100011010 washings 2
-101100011010 cogenerator 2
-101100011010 appeals. 2
-101100011010 stinkin 2
-101100011010 self-tenders 2
-101100011010 cover-ups 2
-101100011010 smorgasbords 2
-101100011010 fundings 2
-101100011010 tackler 2
-101100011010 saviors 2
-101100011010 mezuzas 2
-101100011010 S.O.D. 2
-101100011010 toileting 2
-101100011010 stepparents 2
-101100011010 Diablos 2
-101100011010 simpletons 2
-101100011010 misappropriations 2
-101100011010 restrucuturing 2
-101100011010 chiselers 2
-101100011010 terrains 2
-101100011010 kindergarteners 2
-101100011010 Scorpios 2
-101100011010 rule-breakers 2
-101100011010 no-nos 2
-101100011010 remodelers 2
-101100011010 v-sat 2
-101100011010 insureds 2
-101100011010 SALPs 2
-101100011010 iconography 2
-101100011010 means. 2
-101100011010 medic 3
-101100011010 Drams 3
-101100011010 selloffs 3
-101100011010 emigrations 3
-101100011010 tonnages 3
-101100011010 reindictment 3
-101100011010 deviousness 3
-101100011010 roundups 3
-101100011010 post-adolescents 3
-101100011010 misdiagnoses 3
-101100011010 bleeders 3
-101100011010 tambourines 3
-101100011010 defibrillators 4
-101100011010 feints 4
-101100011010 enchiladas 4
-101100011010 adopters 4
-101100011010 memoirists 4
-101100011010 endocrine 4
-101100011010 dumpers 4
-101100011010 assignations 4
-101100011010 tollgates 4
-101100011010 headrests 4
-101100011010 intermarriage 4
-101100011010 A320s 4
-101100011010 laxness 5
-101100011010 yeasts 5
-101100011010 flotations 5
-101100011010 sequencers 5
-101100011010 toothpicks 5
-101100011010 gels 5
-101100011010 welts 5
-101100011010 interceptions 6
-101100011010 fluorocarbons 6
-101100011010 reassignments 6
-101100011010 honorees 6
-101100011010 farrowings 6
-101100011010 violets 6
-101100011010 abductions 6
-101100011010 overflights 6
-101100011010 delamination 6
-101100011010 nannies 6
-101100011010 wrongdoings 7
-101100011010 interlopers 7
-101100011010 keepsakes 7
-101100011010 flab 7
-101100011010 burials 8
-101100011010 tradeoffs 8
-101100011010 flagships 8
-101100011010 collages 8
-101100011010 courtyards 8
-101100011010 hostels 8
-101100011010 copycats 8
-101100011010 hirings 8
-101100011010 laziness 8
-101100011010 bumpings 8
-101100011010 biosensors 8
-101100011010 ebbs 9
-101100011010 puddles 9
-101100011010 disbarment 9
-101100011010 breast-feeding 9
-101100011010 provocations 9
-101100011010 malignancies 9
-101100011010 acquistions 9
-101100011010 rehearings 9
-101100011010 abandonments 10
-101100011010 suffocation 10
-101100011010 commissaries 11
-101100011010 standouts 11
-101100011010 betrayals 11
-101100011010 nudes 11
-101100011010 retrenchments 11
-101100011010 removals 11
-101100011010 deadbeats 11
-101100011010 subversives 11
-101100011010 earphones 11
-101100011010 refundings 12
-101100011010 revenue-raisers 12
-101100011010 Congresses 12
-101100011010 inconveniences 12
-101100011010 faire 13
-101100011010 worksheets 13
-101100011010 rescissions 13
-101100011010 collegiality 13
-101100011010 depressions 13
-101100011010 exactions 13
-101100011010 epiphany 13
-101100011010 pullouts 14
-101100011010 walkers 14
-101100011010 clemency 14
-101100011010 nationalizations 15
-101100011010 Oscars 15
-101100011010 rescuers 15
-101100011010 resales 16
-101100011010 issuances 16
-101100011010 pariahs 16
-101100011010 backups 17
-101100011010 gunshots 17
-101100011010 minuses 17
-101100011010 highfliers 17
-101100011010 startups 18
-101100011010 postponements 19
-101100011010 altruism 20
-101100011010 suicides 20
-101100011010 divestments 20
-101100011010 denationalizations 21
-101100011010 loathing 21
-101100011010 bunkers 21
-101100011010 illegalities 22
-101100011010 accumulations 23
-101100011010 troublemakers 23
-101100011010 concealment 24
-101100011010 allergies 24
-101100011010 queens 25
-101100011010 sexism 25
-101100011010 sclerosis 26
-101100011010 robberies 26
-101100011010 mistreatment 26
-101100011010 directorships 26
-101100011010 intruders 27
-101100011010 deportations 28
-101100011010 rollovers 28
-101100011010 spender 28
-101100011010 maltreatment 28
-101100011010 relocations 29
-101100011010 caseloads 29
-101100011010 thefts 32
-101100011010 frills 32
-101100011010 megadeals 33
-101100011010 insolvencies 33
-101100011010 criminality 33
-101100011010 droughts 34
-101100011010 zeros 34
-101100011010 assassinations 34
-101100011010 wrongdoers 35
-101100011010 malice 36
-101100011010 distractions 36
-101100011010 recapitalizations 37
-101100011010 re-regulation 37
-101100011010 blockbusters 37
-101100011010 innovators 38
-101100011010 downgradings 38
-101100011010 hoops 39
-101100011010 hitters 40
-101100011010 illegality 40
-101100011010 misstatements 41
-101100011010 malfunctions 41
-101100011010 executions 42
-101100011010 beatings 43
-101100011010 carcinogens 43
-101100011010 reorganizations 45
-101100011010 shootings 45
-101100011010 earthquakes 45
-101100011010 privatizations 45
-101100011010 diversions 47
-101100011010 turnarounds 48
-101100011010 terminations 48
-101100011010 laggards 49
-101100011010 superstars 49
-101100011010 exits 50
-101100011010 refinancings 50
-101100011010 renovations 51
-101100011010 conspirators 52
-101100011010 occupants 56
-101100011010 walkouts 59
-101100011010 boycotts 62
-101100011010 suspensions 64
-101100011010 predators 65
-101100011010 omissions 67
-101100011010 frauds 68
-101100011010 buybacks 73
-101100011010 foreclosures 76
-101100011010 misdeeds 79
-101100011010 shutdowns 86
-101100011010 seizures 87
-101100011010 merchandisers 87
-101100011010 impropriety 88
-101100011010 floods 91
-101100011010 liquidations 95
-101100011010 overcharges 104
-101100011010 takers 105
-101100011010 explosions 109
-101100011010 consolidations 114
-101100011010 storms 114
-101100011010 downgrades 118
-101100011010 expansions 123
-101100011010 replacements 123
-101100011010 cancellations 131
-101100011010 firings 132
-101100011010 LBOs 134
-101100011010 dismissals 137
-101100011010 mailings 139
-101100011010 violators 149
-101100011010 divestitures 188
-101100011010 defections 200
-101100011010 recessions 213
-101100011010 casualties 226
-101100011010 attrition 230
-101100011010 buy-backs 230
-101100011010 departures 263
-101100011010 acquirers 275
-101100011010 restructurings 282
-101100011010 bargains 310
-101100011010 leaks 325
-101100011010 guilt 329
-101100011010 arrests 334
-101100011010 purchasers 399
-101100011010 winners 527
-101100011010 losers 569
-101100011010 accidents 586
-101100011010 suitors 614
-101100011010 injuries 761
-101100011010 bidders 989
-101100011010 wrongdoing 1058
-101100011010 sellers 1116
-101100011010 layoffs 1137
-101100011010 takeovers 1774
-101100011010 violations 2243
-101100011010 purchases 3531
-101100011010 acquisitions 3922
-101100011010 buyers 4341
-1011000110110 Elvises 1
-1011000110110 Inelectra 1
-1011000110110 bronchiolitis 1
-1011000110110 cofferdams 1
-1011000110110 tumulus 1
-1011000110110 chargeoffs 1
-1011000110110 .200 1
-1011000110110 hellos 1
-1011000110110 pig-out 1
-1011000110110 kickups 1
-1011000110110 guanxi 1
-1011000110110 Chatten 1
-1011000110110 oustandings 1
-1011000110110 Zygo 1
-1011000110110 associaitons 1
-1011000110110 siltation 1
-1011000110110 23,552 1
-1011000110110 2,009 1
-1011000110110 gallantry 2
-1011000110110 loutishness 2
-1011000110110 slab-makers 2
-1011000110110 smacker 2
-1011000110110 28072.02 2
-1011000110110 crossbows 2
-1011000110110 hayrides 2
-1011000110110 nicks 2
-1011000110110 GRRRRRs 2
-1011000110110 28366.33 2
-1011000110110 spankings 2
-1011000110110 catnaps 2
-1011000110110 cancer-risk 2
-1011000110110 grillings 2
-1011000110110 sidelights 3
-1011000110110 batallion 3
-1011000110110 oversubscriptions 3
-1011000110110 sharking 3
-1011000110110 overcoats 3
-1011000110110 pursuer 3
-1011000110110 break-out 3
-1011000110110 carloadings 4
-1011000110110 smooch 4
-1011000110110 accelerations 4
-1011000110110 overwithholding 4
-1011000110110 reponsibilities 5
-1011000110110 leftism 5
-1011000110110 childhoods 5
-1011000110110 dossiers 6
-1011000110110 logjams 7
-1011000110110 migrations 7
-1011000110110 dispersal 7
-1011000110110 guffaws 7
-1011000110110 pre-payments 7
-1011000110110 landholdings 8
-1011000110110 yardage 10
-1011000110110 turnouts 12
-1011000110110 taxer 12
-1011000110110 recriminations 15
-1011000110110 writeoffs 20
-1011000110110 workloads 22
-1011000110110 writedowns 25
-1011000110110 testimonials 25
-1011000110110 dollar-selling 27
-1011000110110 arches 34
-1011000110110 originations 35
-1011000110110 tremors 40
-1011000110110 disbursements 42
-1011000110110 markups 54
-1011000110110 prepayments 56
-1011000110110 recoveries 91
-1011000110110 charge-offs 101
-1011000110110 markdowns 119
-1011000110110 kickbacks 208
-1011000110110 defaults 238
-1011000110110 redemptions 315
-1011000110110 withdrawals 326
-1011000110110 write-downs 478
-1011000110110 write-offs 514
-1011000110110 profits 6237
-1011000110110 losses 9138
-1011000110111 fragranced 1
-1011000110111 Palpable 1
-1011000110111 chilis 1
-1011000110111 30-cent-a-gallon 1
-1011000110111 cutspossibly 1
-1011000110111 slickened 1
-1011000110111 culottes 1
-1011000110111 dousings 1
-1011000110111 WXFL-TV 1
-1011000110111 morphologic 1
-1011000110111 rise-perhaps 1
-1011000110111 markerts 1
-1011000110111 mudballs 1
-1011000110111 misalignments 2
-1011000110111 estimaters 2
-1011000110111 insensitivities 2
-1011000110111 rosettes 2
-1011000110111 tanking 2
-1011000110111 preliminaries 2
-1011000110111 fact-checking 2
-1011000110111 decollectivization 2
-1011000110111 dilutions 2
-1011000110111 gyration 3
-1011000110111 weasels 3
-1011000110111 KOs 3
-1011000110111 dynamos 3
-1011000110111 depressants 4
-1011000110111 downswings 4
-1011000110111 Simpson-Mazzoli-Rodino 4
-1011000110111 leaguer 6
-1011000110111 forehands 6
-1011000110111 curtailments 8
-1011000110111 realizations 10
-1011000110111 drawdowns 13
-1011000110111 upturns 13
-1011000110111 upswings 14
-1011000110111 snowstorms 18
-1011000110111 spurts 19
-1011000110111 uprisings 20
-1011000110111 realignments 21
-1011000110111 sell-offs 33
-1011000110111 shortfalls 49
-1011000110111 surges 69
-1011000110111 showings 73
-1011000110111 outflows 75
-1011000110111 slumps 84
-1011000110111 devaluations 93
-1011000110111 gyrations 119
-1011000110111 rains 291
-1011000110111 fluctuations 442
-1011000110111 rallies 453
-1011000110111 performances 470
-1011000110111 movements 726
-1011000110111 appreciation 751
-1011000110111 advances 815
-1011000110111 declines 2565
-1011000110111 gains 8070
-10110001110 senarios 1
-10110001110 No.4 1
-10110001110 rate-dependent 1
-10110001110 expense. 1
-10110001110 Goodens 1
-10110001110 depreciation. 1
-10110001110 diabolism 1
-10110001110 BORROWERS 1
-10110001110 comptitors 1
-10110001110 VIRGINIANS 1
-10110001110 frugally 1
-10110001110 money-brokers 1
-10110001110 BANQUETS 1
-10110001110 Bede 1
-10110001110 romped 1
-10110001110 586A 1
-10110001110 FORGO 1
-10110001110 reimbursments 2
-10110001110 Pounder 2
-10110001110 collecters 2
-10110001110 1265 3
-10110001110 TACTICS 3
-10110001110 rates. 4
-10110001110 coverages 14
-10110001110 rates 20824
-10110001110 rate. 22
-101100011110 waterlogging 1
-101100011110 over-promising 1
-101100011110 10-pounders 1
-101100011110 sequiturs 1
-101100011110 counter-ads 1
-101100011110 iginition 1
-101100011110 tarriffs 1
-101100011110 worker-pay 1
-101100011110 favor-seekers 1
-101100011110 squeeze-boxer 1
-101100011110 unemloyment 1
-101100011110 first-stringers 1
-101100011110 gooping 1
-101100011110 unfavorables 1
-101100011110 iron-bearing 1
-101100011110 Saturday- 1
-101100011110 Obesitas 1
-101100011110 buyer-incentives 1
-101100011110 glossaries 1
-101100011110 kidnap/hostage 1
-101100011110 thrvey 1
-101100011110 APO 1
-101100011110 vacations. 1
-101100011110 CAT-scan 1
-101100011110 photon 1
-101100011110 excursuses 1
-101100011110 pre-operating 1
-101100011110 dollar. 1
-101100011110 gradings 1
-101100011110 castes 1
-101100011110 wage. 1
-101100011110 more-dependable 1
-101100011110 crescents 1
-101100011110 witholdings 1
-101100011110 loopaholics 1
-101100011110 bushland 1
-101100011110 thumbprints 2
-101100011110 WNEV-TV 2
-101100011110 user-fees 2
-101100011110 octanes 2
-101100011110 1041 2
-101100011110 HealthSouth 2
-101100011110 ROAs 2
-101100011110 annulments 2
-101100011110 Seavers 2
-101100011110 backhoes 3
-101100011110 ransoms 3
-101100011110 sermonettes 3
-101100011110 mudslides 3
-101100011110 1738 3
-101100011110 livestock-grazing 3
-101100011110 insincerity 3
-101100011110 betas 3
-101100011110 Keatons 3
-101100011110 990s 3
-101100011110 looniness 3
-101100011110 Sasebo 4
-101100011110 Rema 4
-101100011110 halos 4
-101100011110 biopsies 4
-101100011110 IQs 4
-101100011110 verifiability 4
-101100011110 profitabilty 5
-101100011110 nitrates 5
-101100011110 sprockets 5
-101100011110 showtime 5
-101100011110 education. 5
-101100011110 sabbaticals 5
-101100011110 infestations 6
-101100011110 airfares 7
-101100011110 surtaxes 7
-101100011110 excises 8
-101100011110 PSRs 8
-101100011110 sequitur 9
-101100011110 co-payments 9
-101100011110 zippers 9
-101100011110 mufflers 10
-101100011110 grata 11
-101100011110 birthrates 11
-101100011110 horoscopes 12
-101100011110 overheads 12
-101100011110 hemlines 14
-101100011110 wagers 15
-101100011110 workweeks 18
-101100011110 brownouts 21
-101100011110 bruises 24
-101100011110 tuitions 37
-101100011110 honorariums 38
-101100011110 deductibles 43
-101100011110 surcharges 48
-101100011110 allotments 66
-101100011110 warranties 143
-101100011110 levies 145
-101100011110 rents 312
-101100011110 coupons 349
-101100011110 pensions 382
-101100011110 temperatures 458
-101100011110 rebates 551
-101100011110 incomes 621
-101100011110 tariffs 770
-101100011110 commissions 884
-101100011110 salaries 940
-101100011110 premiums 1016
-101100011110 fares 1370
-101100011110 wages 1595
-101100011110 dividends 1966
-101100011110 margins 2134
-101100011110 taxes 6549
-101100011110 yields 2795
-101100011111 superciliously 1
-101100011111 optometrically 1
-101100011111 post-session 1
-101100011111 114.18 1
-101100011111 movemente 1
-101100011111 skycam 1
-101100011111 Freegold 1
-101100011111 I.C.H 1
-101100011111 cross-cut 1
-101100011111 Sauvignons 1
-101100011111 splashdown 1
-101100011111 23:00 1
-101100011111 grammarians 1
-101100011111 expensess 1
-101100011111 taht 1
-101100011111 depletions 1
-101100011111 fettle 1
-101100011111 self-empowerment 1
-101100011111 8,314 1
-101100011111 3,209 1
-101100011111 4,284 1
-101100011111 onerousness 1
-101100011111 politeness. 1
-101100011111 stife 1
-101100011111 travellers 1
-101100011111 instrumentals 1
-101100011111 feeling. 1
-101100011111 10:05/ 1
-101100011111 hermaphrodites 1
-101100011111 bareback 1
-101100011111 dayrates 1
-101100011111 250- 1
-101100011111 teams. 1
-101100011111 Aphrodites 1
-101100011111 fact-sheets 1
-101100011111 stress. 1
-101100011111 speed-picking 1
-101100011111 enactment. 1
-101100011111 uncontrollability 1
-101100011111 closeouts 1
-101100011111 plunders 1
-101100011111 advice. 1
-101100011111 pianissimos 2
-101100011111 inconspicuously 2
-101100011111 implementation. 2
-101100011111 castration 2
-101100011111 patty 2
-101100011111 yield-to-maturity 2
-101100011111 unsightliness 2
-101100011111 Canio 2
-101100011111 pneumonias 2
-101100011111 throwaways 3
-101100011111 bindings 3
-101100011111 noncompetitively 3
-101100011111 non-religiously 3
-101100011111 culls 3
-101100011111 adjustors 3
-101100011111 expections 4
-101100011111 costs. 4
-101100011111 manifolds 4
-101100011111 squalls 4
-101100011111 catwalks 5
-101100011111 angiography 6
-101100011111 propensities 6
-101100011111 restatements 6
-101100011111 depleters 7
-101100011111 braid 7
-101100011111 efficiences 8
-101100011111 chutes 12
-101100011111 bins 46
-101100011111 bottlenecks 77
-101100011111 efficiencies 188
-101100011111 expenses 3569
-101100011111 costs 13283
-101100100 tricoastal 1
-101100100 grainfields 1
-101100100 catechistical 1
-101100100 restabilizing 1
-101100100 well-trod 1
-101100100 countersues 1
-101100100 outraise 1
-101100100 hand-modeled 1
-101100100 fortten 1
-101100100 laith 1
-101100100 muzzles 2
-101100100 bad-mouths 2
-101100100 sideswipes 2
-101100100 physicality 2
-101100100 squalling 2
-101100100 licences 2
-101100100 waggling 2
-101100100 whirs 2
-101100100 acounts 3
-101100100 putters 3
-101100100 purring 3
-101100100 slants 3
-101100100 pollinated 3
-101100100 1,831 3
-101100100 bungles 4
-101100100 pinches 4
-101100100 wheezes 4
-101100100 tars 4
-101100100 relents 4
-101100100 eulogizing 4
-101100100 cross-checking 4
-101100100 scowls 4
-101100100 shills 4
-101100100 wedges 4
-101100100 creaks 4
-101100100 squirted 4
-101100100 masterminds 4
-101100100 paddles 5
-101100100 swivels 5
-101100100 snares 5
-101100100 unlocks 5
-101100100 routs 5
-101100100 tucks 5
-101100100 fumbles 5
-101100100 slurp 5
-101100100 knits 5
-101100100 snubs 5
-101100100 molders 5
-101100100 wiggles 5
-101100100 snowballs 5
-101100100 mimes 5
-101100100 gorges 6
-101100100 gleams 6
-101100100 backfires 6
-101100100 legislates 6
-101100100 retreads 6
-101100100 forwards 6
-101100100 combats 6
-101100100 twitches 6
-101100100 padlocks 6
-101100100 thins 6
-101100100 punctures 6
-101100100 claps 7
-101100100 grimaces 7
-101100100 slaughters 7
-101100100 lulls 7
-101100100 twirls 7
-101100100 awakens 7
-101100100 peels 7
-101100100 perches 7
-101100100 dusts 7
-101100100 pastes 7
-101100100 abstracts 7
-101100100 bankrolls 7
-101100100 dredges 7
-101100100 stings 8
-101100100 flounders 8
-101100100 rams 8
-101100100 jacks 8
-101100100 sows 8
-101100100 snatches 8
-101100100 whines 8
-101100100 sprains 8
-101100100 squeaks 8
-101100100 drawls 8
-101100100 savages 8
-101100100 purrs 8
-101100100 pricks 8
-101100100 reappears 9
-101100100 chirps 9
-101100100 lunges 9
-101100100 slits 9
-101100100 clamps 9
-101100100 blundering 9
-101100100 latches 9
-101100100 flushes 10
-101100100 stumps 10
-101100100 licks 10
-101100100 fizzles 10
-101100100 pats 10
-101100100 catapults 10
-101100100 plummets 10
-101100100 combs 10
-101100100 bashes 10
-101100100 tilts 10
-101100100 bellows 11
-101100100 shatters 11
-101100100 treads 11
-101100100 voids 11
-101100100 shrieks 11
-101100100 dodges 11
-101100100 taunts 11
-101100100 exhausts 11
-101100100 chokes 12
-101100100 sputters 12
-101100100 struts 12
-101100100 jabbing 12
-101100100 hugs 12
-101100100 lofts 12
-101100100 snooping 12
-101100100 whoops 12
-101100100 blinks 13
-101100100 toasts 13
-101100100 ignites 13
-101100100 whizzes 13
-101100100 tugs 13
-101100100 smashes 13
-101100100 sneers 13
-101100100 prodigy 13
-101100100 fishes 13
-101100100 gulps 13
-101100100 vacuums 13
-101100100 languishes 14
-101100100 relays 14
-101100100 flicks 14
-101100100 tacks 14
-101100100 surrenders 14
-101100100 intercepts 14
-101100100 beckons 14
-101100100 bogs 15
-101100100 jolts 15
-101100100 stabs 15
-101100100 bores 15
-101100100 ushers 15
-101100100 glows 16
-101100100 buoys 16
-101100100 bangs 16
-101100100 showcases 16
-101100100 crunches 16
-101100100 sprouts 16
-101100100 barks 17
-101100100 grosses 17
-101100100 snickers 17
-101100100 gushed 17
-101100100 spoons 17
-101100100 constructs 18
-101100100 clicks 18
-101100100 rapes 18
-101100100 bends 18
-101100100 polices 18
-101100100 vents 19
-101100100 alternates 19
-101100100 giggles 19
-101100100 curses 19
-101100100 flares 19
-101100100 critiques 19
-101100100 rumbles 20
-101100100 climaxes 20
-101100100 blinds 20
-101100100 brews 20
-101100100 swirls 20
-101100100 yawns 21
-101100100 commutes 22
-101100100 duplicates 22
-101100100 drapes 22
-101100100 creeps 22
-101100100 dons 22
-101100100 crossings 23
-101100100 charms 23
-101100100 overlaps 23
-101100100 shudders 24
-101100100 blares 24
-101100100 folds 24
-101100100 delights 24
-101100100 steals 24
-101100100 grates 24
-101100100 referees 24
-101100100 reprints 24
-101100100 graces 25
-101100100 dives 25
-101100100 ferries 25
-101100100 scoops 25
-101100100 chills 25
-101100100 rattles 25
-101100100 alerts 25
-101100100 intrigues 26
-101100100 plows 26
-101100100 curls 26
-101100100 swallows 26
-101100100 outlaws 26
-101100100 snarls 26
-101100100 dials 27
-101100100 longs 27
-101100100 relaxes 28
-101100100 hops 28
-101100100 reels 28
-101100100 groans 28
-101100100 dispatches 28
-101100100 trumpets 28
-101100100 parodies 29
-101100100 washes 29
-101100100 scratches 29
-101100100 swells 29
-101100100 hauls 29
-101100100 chops 30
-101100100 poisons 30
-101100100 rages 30
-101100100 spikes 30
-101100100 rescues 30
-101100100 straddles 30
-101100100 whips 30
-101100100 digs 31
-101100100 pedals 31
-101100100 grins 31
-101100100 extracts 31
-101100100 kisses 32
-101100100 hawks 33
-101100100 chases 33
-101100100 paces 34
-101100100 mails 34
-101100100 haunts 34
-101100100 crows 34
-101100100 scouts 34
-101100100 tempers 34
-101100100 binds 34
-101100100 puzzles 35
-101100100 steers 36
-101100100 stalks 36
-101100100 hooks 36
-101100100 peppers 36
-101100100 reigns 36
-101100100 explodes 37
-101100100 hunts 38
-101100100 drains 39
-101100100 pans 40
-101100100 cushions 40
-101100100 thrusts 40
-101100100 flourishes 40
-101100100 plugs 40
-101100100 shuttles 42
-101100100 spares 42
-101100100 assists 42
-101100100 spurs 43
-101100100 scans 43
-101100100 squeezes 43
-101100100 spins 43
-101100100 stinks 44
-101100100 knocks 44
-101100100 cooks 46
-101100100 transports 47
-101100100 bows 47
-101100100 lures 47
-101100100 retreats 48
-101100100 dwarfs 48
-101100100 nods 49
-101100100 squares 49
-101100100 lumps 50
-101100100 shields 51
-101100100 brushes 51
-101100100 inserts 51
-101100100 stalls 52
-101100100 blends 52
-101100100 insults 52
-101100100 escapes 52
-101100100 collapses 53
-101100100 mounts 53
-101100100 smells 54
-101100100 sinks 55
-101100100 bumps 56
-101100100 floats 56
-101100100 sails 57
-101100100 hides 57
-101100100 vetoes 58
-101100100 screams 59
-101100100 blasts 59
-101100100 sparks 61
-101100100 anchors 61
-101100100 taps 62
-101100100 offsets 65
-101100100 shoots 65
-101100100 marches 67
-101100100 repeats 68
-101100100 punches 70
-101100100 breeds 71
-101100100 snaps 72
-101100100 bites 72
-101100100 exploits 75
-101100100 airs 76
-101100100 flashes 76
-101100100 shrinks 77
-101100100 crosses 78
-101100100 leaps 78
-101100100 preserves 80
-101100100 kicks 82
-101100100 nears 83
-101100100 dances 84
-101100100 updates 84
-101100100 beats 84
-101100100 faults 89
-101100100 spells 90
-101100100 defeats 90
-101100100 survives 93
-101100100 feeds 95
-101100100 champions 95
-101100100 dumps 96
-101100100 prevails 96
-101100100 senses 99
-101100100 honors 99
-101100100 encounters 101
-101100100 alarms 102
-101100100 mandates 103
-101100100 sweeps 103
-101100100 shouts 107
-101100100 springs 108
-101100100 mixes 109
-101100100 freezes 110
-101100100 locks 113
-101100100 masks 114
-101100100 packs 114
-101100100 catches 121
-101100100 rides 122
-101100100 beams 122
-101100100 exhibits 124
-101100100 strips 126
-101100100 shapes 128
-101100100 lags 129
-101100100 trails 130
-101100100 blows 131
-101100100 stretches 132
-101100100 lectures 132
-101100100 burns 136
-101100100 fumes 139
-101100100 laughs 143
-101100100 converts 143
-101100100 smiles 143
-101100100 cries 146
-101100100 settles 150
-101100100 slips 151
-101100100 hires 153
-101100100 hosts 154
-101100100 paints 157
-101100100 touches 157
-101100100 mirrors 158
-101100100 clouds 163
-101100100 speeds 165
-101100100 tours 168
-101100100 resumes 179
-101100100 guides 192
-101100100 sticks 196
-101100100 commands 203
-101100100 presses 204
-101100100 influences 208
-101100100 prints 210
-101100100 bans 221
-101100100 tops 230
-101100100 dies 238
-101100100 attributes 247
-101100100 caps 257
-101100100 flies 260
-101100100 rolls 268
-101100100 watches 272
-101100100 matches 274
-101100100 winds 278
-101100100 addresses 282
-101100100 chairs 305
-101100100 monitors 318
-101100100 backs 329
-101100100 displays 356
-101100100 passes 419
-101100100 quotes 439
-101100100 processes 440
-101100100 stops 460
-101100100 visits 474
-101100100 bears 497
-101100100 hits 572
-101100100 reviews 587
-101100100 exists 605
-101100100 bars 646
-101100100 tracks 649
-101100100 advocates 704
-101100100 permits 708
-101100100 drives 710
-101100100 lists 756
-101100100 guarantees 892
-101100100 signals 1019
-101100100 plays 1141
-101100100 features 1149
-101100100 sets 1470
-101100100 stands 1519
-101100100 views 1868
-101100100 heads 1947
-101100100 uses 1959
-101100100 limits 2222
-101100100 controls 3400
-101100100 offers 3739
-101100100 works 3410
-10110010100 Pashtuns 1
-10110010100 synods 1
-10110010100 abililty 1
-10110010100 grayness 1
-10110010100 intake-air 1
-10110010100 legwarmers 1
-10110010100 gambols 1
-10110010100 explications 2
-10110010100 whooshes 2
-10110010100 wildebeest 2
-10110010100 pecks 2
-10110010100 sourness 2
-10110010100 drug-users 2
-10110010100 barrows 2
-10110010100 bulldogs 2
-10110010100 Sonys 2
-10110010100 mementoes 2
-10110010100 subtypes 2
-10110010100 beaks 2
-10110010100 instrumentalities 2
-10110010100 igloos 2
-10110010100 Woodwards 2
-10110010100 frenzies 3
-10110010100 stockrooms 3
-10110010100 brasses 3
-10110010100 jurisconsults 3
-10110010100 shavings 3
-10110010100 gametes 3
-10110010100 proms 3
-10110010100 inanity 3
-10110010100 accompaniments 3
-10110010100 paddocks 3
-10110010100 chapels 3
-10110010100 essences 3
-10110010100 pontifications 3
-10110010100 caroms 3
-10110010100 swabs 3
-10110010100 votaries 3
-10110010100 conduction 3
-10110010100 canopies 4
-10110010100 reorders 4
-10110010100 doodles 4
-10110010100 spars 4
-10110010100 relevancy 4
-10110010100 ledges 4
-10110010100 abodes 4
-10110010100 mentalities 4
-10110010100 apprentices 4
-10110010100 pane 4
-10110010100 seductions 4
-10110010100 shibboleths 5
-10110010100 earls 5
-10110010100 effluents 5
-10110010100 commemorations 5
-10110010100 farces 5
-10110010100 hangings 5
-10110010100 droplets 5
-10110010100 gladiators 5
-10110010100 casks 5
-10110010100 understatements 5
-10110010100 accoutrements 5
-10110010100 re-enactments 5
-10110010100 globs 5
-10110010100 splotches 5
-10110010100 cements 5
-10110010100 syntax 5
-10110010100 anti-intellectualism 5
-10110010100 baits 5
-10110010100 bearers 5
-10110010100 pleats 5
-10110010100 moats 6
-10110010100 hives 6
-10110010100 heros 6
-10110010100 clucks 6
-10110010100 blots 6
-10110010100 appendages 6
-10110010100 ruts 6
-10110010100 boughs 6
-10110010100 boatloads 6
-10110010100 mane 6
-10110010100 post-mortems 6
-10110010100 tiara 6
-10110010100 specks 6
-10110010100 enlargements 6
-10110010100 drownings 6
-10110010100 resisters 6
-10110010100 detritus 6
-10110010100 flecks 6
-10110010100 streamers 6
-10110010100 constellations 6
-10110010100 lice 6
-10110010100 parables 7
-10110010100 kegs 7
-10110010100 caverns 7
-10110010100 ABCs 7
-10110010100 gnomes 7
-10110010100 tresses 7
-10110010100 bleakness 7
-10110010100 offshoots 7
-10110010100 tusks 7
-10110010100 carcinoma 7
-10110010100 affirmations 7
-10110010100 dhows 7
-10110010100 torrents 7
-10110010100 litters 7
-10110010100 potentials 8
-10110010100 fuselages 8
-10110010100 nostrums 8
-10110010100 likenesses 8
-10110010100 processions 8
-10110010100 pups 8
-10110010100 slings 8
-10110010100 hulks 8
-10110010100 couplings 8
-10110010100 categorization 8
-10110010100 samplings 8
-10110010100 chateaux 8
-10110010100 ducklings 8
-10110010100 junkyards 8
-10110010100 replays 8
-10110010100 cadence 8
-10110010100 spines 8
-10110010100 percentiles 8
-10110010100 husks 8
-10110010100 indulgences 8
-10110010100 ions 8
-10110010100 soothsayers 8
-10110010100 caravans 9
-10110010100 yearnings 9
-10110010100 flickers 9
-10110010100 flasks 9
-10110010100 nibbles 9
-10110010100 socket 9
-10110010100 platters 9
-10110010100 spokes 9
-10110010100 panes 9
-10110010100 repetitions 10
-10110010100 deceptions 10
-10110010100 duets 10
-10110010100 stubble 10
-10110010100 cravings 10
-10110010100 aromas 10
-10110010100 repositories 10
-10110010100 cuffs 10
-10110010100 cirrhosis 10
-10110010100 soles 11
-10110010100 hunks 11
-10110010100 emblems 11
-10110010100 curiosities 11
-10110010100 temperaments 11
-10110010100 riddles 11
-10110010100 six-packs 11
-10110010100 come-ons 11
-10110010100 webs 11
-10110010100 mutterings 11
-10110010100 arrays 11
-10110010100 craters 12
-10110010100 dens 12
-10110010100 adaptations 12
-10110010100 tolerances 12
-10110010100 duplications 12
-10110010100 necklaces 12
-10110010100 tentacles 12
-10110010100 tins 12
-10110010100 chimneys 12
-10110010100 silhouettes 12
-10110010100 hamlets 12
-10110010100 gusts 12
-10110010100 slivers 12
-10110010100 mixtures 12
-10110010100 portrayals 13
-10110010100 greats 13
-10110010100 vats 13
-10110010100 bouquets 13
-10110010100 fenders 14
-10110010100 volleys 14
-10110010100 cores 14
-10110010100 canyons 14
-10110010100 arcs 14
-10110010100 shards 14
-10110010100 beepers 14
-10110010100 harmonies 14
-10110010100 precursors 14
-10110010100 strata 14
-10110010100 lifestyles 14
-10110010100 tortoises 14
-10110010100 pouches 15
-10110010100 eccentricities 15
-10110010100 heroines 15
-10110010100 legacies 15
-10110010100 palaces 15
-10110010100 dialects 15
-10110010100 queues 15
-10110010100 mementos 16
-10110010100 knockoffs 16
-10110010100 acoustics 16
-10110010100 circulations 16
-10110010100 tenements 16
-10110010100 explorations 16
-10110010100 putts 16
-10110010100 dexterity 16
-10110010100 refuges 16
-10110010100 thickets 16
-10110010100 playgrounds 17
-10110010100 domes 17
-10110010100 gags 17
-10110010100 blazes 17
-10110010100 plumes 17
-10110010100 pseudonyms 17
-10110010100 stables 17
-10110010100 euphemisms 17
-10110010100 gigs 18
-10110010100 recesses 18
-10110010100 compartments 18
-10110010100 tokens 18
-10110010100 wrecks 18
-10110010100 gasps 18
-10110010100 cornfields 18
-10110010100 choruses 18
-10110010100 kernels 18
-10110010100 guarantors 18
-10110010100 protectors 18
-10110010100 confirmations 19
-10110010100 forgeries 19
-10110010100 throngs 19
-10110010100 rungs 19
-10110010100 wrongs 19
-10110010100 hulls 19
-10110010100 bastions 19
-10110010100 sightings 20
-10110010100 facades 20
-10110010100 mainstays 20
-10110010100 windshields 20
-10110010100 replicas 20
-10110010100 portents 20
-10110010100 anniversaries 20
-10110010100 clumps 21
-10110010100 photocopies 21
-10110010100 tiers 21
-10110010100 helpers 21
-10110010100 loaves 21
-10110010100 claws 21
-10110010100 mazes 21
-10110010100 cliffs 21
-10110010100 nuggets 21
-10110010100 wavelengths 22
-10110010100 flocks 22
-10110010100 linings 22
-10110010100 intestines 22
-10110010100 figurines 22
-10110010100 glories 23
-10110010100 fates 23
-10110010100 snows 23
-10110010100 vistas 23
-10110010100 snapshots 24
-10110010100 smokestacks 24
-10110010100 squadrons 24
-10110010100 halves 24
-10110010100 diagrams 25
-10110010100 tombs 25
-10110010100 slates 25
-10110010100 compliments 25
-10110010100 buds 25
-10110010100 canisters 26
-10110010100 mats 26
-10110010100 caricatures 26
-10110010100 reds 27
-10110010100 vials 27
-10110010100 arrows 27
-10110010100 laps 27
-10110010100 precepts 27
-10110010100 chords 28
-10110010100 byproducts 28
-10110010100 puffs 28
-10110010100 messengers 28
-10110010100 relics 28
-10110010100 skeletons 29
-10110010100 rations 29
-10110010100 spectacles 29
-10110010100 chants 29
-10110010100 invasions 29
-10110010100 formulations 30
-10110010100 groupings 30
-10110010100 rites 31
-10110010100 hues 31
-10110010100 outs 32
-10110010100 beasts 32
-10110010100 characterizations 32
-10110010100 clutches 32
-10110010100 perquisites 32
-10110010100 strands 33
-10110010100 entrances 33
-10110010100 reproductions 33
-10110010100 modes 33
-10110010100 snippets 34
-10110010100 innards 34
-10110010100 denizens 34
-10110010100 deserts 34
-10110010100 threads 35
-10110010100 pillars 35
-10110010100 imitations 35
-10110010100 cargoes 35
-10110010100 trunks 36
-10110010100 ornaments 37
-10110010100 batches 37
-10110010100 legends 38
-10110010100 jungles 38
-10110010100 sacks 38
-10110010100 dots 38
-10110010100 bundles 39
-10110010100 packets 39
-10110010100 sprays 40
-10110010100 bowls 40
-10110010100 scraps 40
-10110010100 buckets 41
-10110010100 thrills 42
-10110010100 ideologies 42
-10110010100 sequences 42
-10110010100 gems 42
-10110010100 ribs 43
-10110010100 curtains 43
-10110010100 suitcases 43
-10110010100 specimens 43
-10110010100 horsepower 43
-10110010100 outbreaks 43
-10110010100 benches 44
-10110010100 illustrations 45
-10110010100 metaphors 45
-10110010100 howls 46
-10110010100 wards 46
-10110010100 co-sponsors 46
-10110010100 captains 46
-10110010100 crates 47
-10110010100 pleasures 48
-10110010100 graves 48
-10110010100 purveyors 48
-10110010100 summaries 49
-10110010100 ripples 50
-10110010100 biographies 51
-10110010100 racks 51
-10110010100 killers 51
-10110010100 icons 51
-10110010100 slices 52
-10110010100 quirks 52
-10110010100 revolutions 53
-10110010100 clusters 53
-10110010100 rituals 54
-10110010100 scars 54
-10110010100 monuments 56
-10110010100 pests 57
-10110010100 weights 57
-10110010100 tenets 58
-10110010100 statues 59
-10110010100 jars 61
-10110010100 artifacts 61
-10110010100 interiors 62
-10110010100 transcripts 62
-10110010100 catalysts 63
-10110010100 patches 63
-10110010100 atoms 63
-10110010100 cartons 63
-10110010100 roofs 64
-10110010100 pots 65
-10110010100 texture 65
-10110010100 shades 65
-10110010100 villains 65
-10110010100 slabs 67
-10110010100 injections 68
-10110010100 spinoffs 68
-10110010100 impulses 69
-10110010100 corridors 72
-10110010100 sketches 72
-10110010100 cabinets 73
-10110010100 definitions 74
-10110010100 prototypes 75
-10110010100 classifications 75
-10110010100 bouts 75
-10110010100 avenues 76
-10110010100 bursts 77
-10110010100 profiles 77
-10110010100 surfaces 78
-10110010100 celebrations 79
-10110010100 evaluations 79
-10110010100 fragments 80
-10110010100 shadows 81
-10110010100 banners 82
-10110010100 tones 82
-10110010100 lyrics 88
-10110010100 edges 88
-10110010100 parcels 88
-10110010100 estates 90
-10110010100 cheers 90
-10110010100 passages 93
-10110010100 drafts 94
-10110010100 paths 96
-10110010100 bounds 96
-10110010100 rows 97
-10110010100 clips 101
-10110010100 streams 107
-10110010100 calories 110
-10110010100 chapters 112
-10110010100 videotapes 113
-10110010100 percentages 114
-10110010100 plots 114
-10110010100 descriptions 114
-10110010100 armies 117
-10110010100 tracts 119
-10110010100 marriages 119
-10110010100 varieties 123
-10110010100 portraits 125
-10110010100 dimensions 126
-10110010100 visions 126
-10110010100 signatures 126
-10110010100 murders 132
-10110010100 keys 133
-10110010100 identities 133
-10110010100 maps 134
-10110010100 phases 135
-10110010100 strokes 141
-10110010100 interpretations 154
-10110010100 corners 155
-10110010100 baskets 155
-10110010100 masters 156
-10110010100 reruns 157
-10110010100 footage 160
-10110010100 strings 161
-10110010100 bucks 166
-10110010100 recordings 170
-10110010100 cultures 178
-10110010100 personalities 179
-10110010100 gates 180
-10110010100 tales 182
-10110010100 seeds 196
-10110010100 beaches 198
-10110010100 fruits 203
-10110010100 layers 206
-10110010100 novels 212
-10110010100 episodes 213
-10110010100 symbols 219
-10110010100 grades 222
-10110010100 hearts 227
-10110010100 foundations 235
-10110010100 bits 236
-10110010100 ingredients 236
-10110010100 survivors 240
-10110010100 mountains 249
-10110010100 wings 255
-10110010100 wheels 258
-10110010100 clones 267
-10110010100 dreams 275
-10110010100 crowds 277
-10110010100 floors 277
-10110010100 voices 282
-10110010100 photos 287
-10110010100 rounds 300
-10110010100 species 302
-10110010100 bottles 308
-10110010100 photographs 311
-10110010100 colors 313
-10110010100 moments 329
-10110010100 samples 330
-10110010100 shots 361
-10110010100 pools 375
-10110010100 objects 381
-10110010100 waves 384
-10110010100 lessons 401
-10110010100 memories 402
-10110010100 sections 427
-10110010100 scenes 487
-10110010100 examples 493
-10110010100 images 522
-10110010100 walls 609
-10110010100 scores 688
-10110010100 deaths 727
-10110010100 elements 748
-10110010100 blocks 770
-10110010100 components 815
-10110010100 copies 941
-10110010100 pictures 947
-10110010100 classes 971
-10110010100 boards 1005
-10110010100 pieces 1007
-10110010100 ranks 1010
-10110010100 economies 1020
-10110010100 forms 1287
-10110010100 letters 1701
-10110010100 votes 1848
-10110010100 parts 6055
-10110010100 names 2119
-10110010101 Infinidad 1
-10110010101 Chull 1
-10110010101 brain-friendly 1
-10110010101 Compositae 1
-10110010101 ages. 1
-10110010101 planarity 1
-10110010101 hypodermics 1
-10110010101 Sapphira 1
-10110010101 dead-accurate 1
-10110010101 almost-three-year-old 1
-10110010101 Dullsville 1
-10110010101 co-editors 1
-10110010101 debarments 1
-10110010101 instutition 1
-10110010101 Sealestial 1
-10110010101 lairs 1
-10110010101 Maria-Guadalupe 1
-10110010101 reorients 1
-10110010101 pictorialism 1
-10110010101 friend. 1
-10110010101 connection. 1
-10110010101 predominate. 1
-10110010101 regimentation. 1
-10110010101 breathtaker 1
-10110010101 saracasm 1
-10110010101 6-foot-6-inches 1
-10110010101 counterpurchases 1
-10110010101 coverall 1
-10110010101 dukedoms 1
-10110010101 355,598 1
-10110010101 1987A 1
-10110010101 races. 1
-10110010101 Nilda 1
-10110010101 spotbill 1
-10110010101 geste 1
-10110010101 once-removed 1
-10110010101 summiteer 1
-10110010101 perambulists 1
-10110010101 Jeanne-Claude 1
-10110010101 Giulietta 1
-10110010101 NBAdom 1
-10110010101 CHARY 1
-10110010101 876,698 1
-10110010101 gabmongers 1
-10110010101 Operandi 1
-10110010101 mouthfuls 1
-10110010101 999,111 1
-10110010101 jargons 1
-10110010101 wallach 1
-10110010101 Ya-Ming 1
-10110010101 reactively 1
-10110010101 666,668 1
-10110010101 treatment. 1
-10110010101 dog-bites-man 1
-10110010101 harkened 1
-10110010101 contractor. 1
-10110010101 practioners 1
-10110010101 2,941 1
-10110010101 students. 1
-10110010101 appreciators 1
-10110010101 pandemics 1
-10110010101 no-stars 1
-10110010101 Marlena 1
-10110010101 sprightliness 1
-10110010101 ingestible 1
-10110010101 junk-security 1
-10110010101 gurgled 1
-10110010101 tablier 1
-10110010101 Tammam 1
-10110010101 upfield 1
-10110010101 populizers 1
-10110010101 Airfones 1
-10110010101 Gampy 1
-10110010101 rock-movers 1
-10110010101 Commonwealth-flag 1
-10110010101 government-born 1
-10110010101 non-pathogens 1
-10110010101 snackfood 1
-10110010101 perogi-shops 1
-10110010101 scepter 1
-10110010101 Fuad 1
-10110010101 Mab 1
-10110010101 pus 2
-10110010101 Bikhie 2
-10110010101 recorder/player 2
-10110010101 Scrooges 2
-10110010101 ex-aides 2
-10110010101 importunings 2
-10110010101 ORGANIZATIONS 2
-10110010101 A-list 2
-10110010101 misreadings 2
-10110010101 Guiliana 2
-10110010101 pilferers 2
-10110010101 confessor 2
-10110010101 maters 2
-10110010101 intensities 2
-10110010101 commandants 3
-10110010101 noire 3
-10110010101 Elsies 3
-10110010101 accumulators 3
-10110010101 natures 3
-10110010101 midshipmen 3
-10110010101 safaris 3
-10110010101 reshooting 3
-10110010101 invocations 3
-10110010101 rices 3
-10110010101 lodes 3
-10110010101 covens 3
-10110010101 harvesters 3
-10110010101 heirlooms 4
-10110010101 Tao 4
-10110010101 gondoliers 4
-10110010101 plenums 4
-10110010101 rhinoceroses 5
-10110010101 divas 5
-10110010101 instigators 5
-10110010101 checkerboards 6
-10110010101 recitations 6
-10110010101 apostles 6
-10110010101 shutout 6
-10110010101 undercurrents 7
-10110010101 shiploads 7
-10110010101 totems 7
-10110010101 planeloads 7
-10110010101 chairmanships 9
-10110010101 choirs 10
-10110010101 busloads 10
-10110010101 general-secretary 12
-10110010101 connoisseurs 12
-10110010101 reunions 13
-10110010101 lode 13
-10110010101 intents 15
-10110010101 marketmakers 15
-10110010101 deans 16
-10110010101 operandi 16
-10110010101 hacks 19
-10110010101 presidencies 20
-10110010101 comers 22
-10110010101 heaps 25
-10110010101 variants 25
-10110010101 devotees 30
-10110010101 keepers 36
-10110010101 facets 38
-10110010101 co-owners 39
-10110010101 guardians 42
-10110010101 co-chairmen 50
-10110010101 co-managers 52
-10110010101 mater 56
-10110010101 descendants 88
-10110010101 chairmen 336
-10110010101 proponents 340
-10110010101 sorts 374
-10110010101 beneficiaries 425
-10110010101 versions 760
-10110010101 aspects 783
-10110010101 kinds 930
-10110010101 counts 1188
-10110010101 types 1306
-10110010101 victims 1369
-10110010101 representatives 1647
-10110010101 members 11777
-10110010110 Jimmys 1
-10110010110 gazers 1
-10110010110 metals-silver 1
-10110010110 Clothestimes 1
-10110010110 Sublett 1
-10110010110 leit-motif 1
-10110010110 ebusiness 1
-10110010110 Sensibility 1
-10110010110 Community-style 1
-10110010110 sub-region 1
-10110010110 Timeses 1
-10110010110 newsdealer 1
-10110010110 penisula 1
-10110010110 hotdog 1
-10110010110 Zinfandels 1
-10110010110 Heav 1
-10110010110 truckmakers 1
-10110010110 lymphokines 1
-10110010110 geopoliticians 1
-10110010110 themseslves 1
-10110010110 Chihuaha 1
-10110010110 straphanger 1
-10110010110 newsmagazines 1
-10110010110 munitions-makers 1
-10110010110 crowd-drawer 1
-10110010110 Emerates 1
-10110010110 seabeds 1
-10110010110 201-pounder 1
-10110010110 C15 1
-10110010110 Slave-Trade 1
-10110010110 conjunctivitis 1
-10110010110 1963-70 1
-10110010110 competitors. 1
-10110010110 TopKick 1
-10110010110 plainclothesmen 1
-10110010110 batiks 1
-10110010110 leukoplakia 1
-10110010110 Beantowners 1
-10110010110 confrontationalists 1
-10110010110 Wallonia 1
-10110010110 Euro-cards 1
-10110010110 injuries. 1
-10110010110 pan-nationalism 1
-10110010110 cost-saver 1
-10110010110 sheeps 1
-10110010110 two-hours 1
-10110010110 priorities. 1
-10110010110 two. 1
-10110010110 luxurycar-makers 1
-10110010110 mini-markets 1
-10110010110 multiorgasmic 1
-10110010110 makore 1
-10110010110 reformulations 1
-10110010110 Goatsbeard 1
-10110010110 cost-watcher 1
-10110010110 business-getters 1
-10110010110 abominations 1
-10110010110 malaprops 1
-10110010110 extra-territoriality 1
-10110010110 normalizer 1
-10110010110 non-arm 1
-10110010110 calibre 1
-10110010110 Pollione 1
-10110010110 Shona 1
-10110010110 5,353,830 1
-10110010110 cuddler 1
-10110010110 int 1
-10110010110 Data-Designs 1
-10110010110 victory. 1
-10110010110 Seattlite 1
-10110010110 Yunosti 1
-10110010110 overcommitted 1
-10110010110 polities 1
-10110010110 cosmodrome 1
-10110010110 lilacs 1
-10110010110 105-93 1
-10110010110 tire-makers 1
-10110010110 bestiaries 1
-10110010110 armadas 2
-10110010110 loans. 2
-10110010110 art-collecting 2
-10110010110 beef-packers 2
-10110010110 Newarks 2
-10110010110 order. 2
-10110010110 engine-builders 2
-10110010110 choosiness 2
-10110010110 prickliness 2
-10110010110 spirituals 2
-10110010110 member-nations 2
-10110010110 chanceries 2
-10110010110 co-hosting 2
-10110010110 abridgments 2
-10110010110 federalists 2
-10110010110 plasterers 2
-10110010110 veld 2
-10110010110 biotechnologies 2
-10110010110 mini-computers 2
-10110010110 gables 2
-10110010110 nations. 2
-10110010110 Exocets 3
-10110010110 counterparties 3
-10110010110 city-states 3
-10110010110 computer-makers 3
-10110010110 boycotters 3
-10110010110 flashpoints 3
-10110010110 non-students 3
-10110010110 countries. 3
-10110010110 goverments 3
-10110010110 lightbulbs 4
-10110010110 off-seasons 4
-10110010110 Commando 4
-10110010110 biota 5
-10110010110 sanctums 5
-10110010110 celebrators 5
-10110010110 Thomases 5
-10110010110 Titans 5
-10110010110 Rodins 5
-10110010110 subconferences 5
-10110010110 jet-setters 6
-10110010110 mineowners 6
-10110010110 gasolines 6
-10110010110 supertankers 6
-10110010110 sheikdoms 7
-10110010110 Krugerrand 7
-10110010110 Republics 8
-10110010110 sanctum 10
-10110010110 A-300s 14
-10110010110 golds 15
-10110010110 emirates 21
-10110010110 religions 38
-10110010110 venues 42
-10110010110 capitals 110
-10110010110 republics 119
-10110010110 languages 188
-10110010110 democracies 230
-10110010110 provinces 316
-10110010110 currencies 2299
-10110010110 cities 2570
-10110010110 nations 4145
-10110010110 states 7423
-10110010110 countries 9268
-101100101110 all-Democratic 1
-101100101110 turns. 1
-101100101110 chairpersons 1
-101100101110 immoralists 1
-101100101110 drift-garden 1
-101100101110 volteface 1
-101100101110 reappearances 1
-101100101110 eurekas 1
-101100101110 scabiosas 1
-101100101110 chest-beating 1
-101100101110 think. 1
-101100101110 amazements 1
-101100101110 Al-Naqeeb 1
-101100101110 tear-downs 1
-101100101110 cemetary 1
-101100101110 street-fighter 1
-101100101110 noticeboard 1
-101100101110 shells. 1
-101100101110 unharmoniously 1
-101100101110 fastnesses 1
-101100101110 haberdasheries 1
-101100101110 4-J 1
-101100101110 Brandeises 1
-101100101110 TV-camera 1
-101100101110 47,150 1
-101100101110 tub-thumping 1
-101100101110 physiognomies 1
-101100101110 leftbrainers 1
-101100101110 Western-styles 1
-101100101110 supernovas 1
-101100101110 gamesters 1
-101100101110 Fairchild/Fujitsu 1
-101100101110 poulation 1
-101100101110 psychologizing 1
-101100101110 mafias 1
-101100101110 shay 1
-101100101110 earth-stuff 1
-101100101110 radionuclides 1
-101100101110 possums 1
-101100101110 antelopes 1
-101100101110 Herefords 1
-101100101110 team-in-season 1
-101100101110 acitivities 1
-101100101110 alienations 1
-101100101110 mall-goers 1
-101100101110 boxiness 1
-101100101110 packing-house 1
-101100101110 trake 1
-101100101110 unversities 1
-101100101110 prepress 1
-101100101110 Paleokrassas 1
-101100101110 knolls 1
-101100101110 trans-shipments 1
-101100101110 take-oh-LOW-tase 1
-101100101110 defilement 1
-101100101110 cardiograms 1
-101100101110 eeriness 1
-101100101110 showhorses 1
-101100101110 form. 1
-101100101110 blockbluster 1
-101100101110 cusser 1
-101100101110 crack. 1
-101100101110 saplings 1
-101100101110 camp-out 1
-101100101110 toing-and-froing 1
-101100101110 class-tensions 1
-101100101110 schiessbefehl 1
-101100101110 fugures 1
-101100101110 hipsters 1
-101100101110 contemplations 1
-101100101110 tailcoats 1
-101100101110 Bolanoses 1
-101100101110 gluttonies 1
-101100101110 myograph 1
-101100101110 PS/2-compatibles 1
-101100101110 policy-preventing 1
-101100101110 immigrant-subclass 1
-101100101110 co-presidents. 1
-101100101110 kolkhoz 1
-101100101110 shellfire 1
-101100101110 venoms 1
-101100101110 remasterings 1
-101100101110 sculpturality 1
-101100101110 chocolat 1
-101100101110 side-lighting 1
-101100101110 stepsisters 1
-101100101110 coxswain 1
-101100101110 s&ls 1
-101100101110 intelligenstia 1
-101100101110 frostbiter 1
-101100101110 C-sections 1
-101100101110 7777 1
-101100101110 temporary-living 1
-101100101110 eyedrops 1
-101100101110 heart-wringer 1
-101100101110 psychoses 1
-101100101110 tenaciousness 1
-101100101110 Midlanders 1
-101100101110 eventuated 1
-101100101110 manager-west 1
-101100101110 hope. 1
-101100101110 Chihuahuenses 1
-101100101110 toughie 1
-101100101110 Truth-sayers 1
-101100101110 anti-statist 1
-101100101110 Cutchogue 1
-101100101110 politico 1
-101100101110 X-rating 1
-101100101110 Russophiles 1
-101100101110 megadomes 1
-101100101110 Catholic-homeowner 1
-101100101110 retching 1
-101100101110 Melchior 1
-101100101110 fly-fishermen 1
-101100101110 channels. 1
-101100101110 VapoRub 1
-101100101110 Ottone 2
-101100101110 enterprise. 2
-101100101110 Transkeians 2
-101100101110 paterfamilias 2
-101100101110 libertines 2
-101100101110 headline-grabbers 2
-101100101110 musics 2
-101100101110 resurrections 2
-101100101110 abacuses 2
-101100101110 pow-wows 2
-101100101110 verity 2
-101100101110 disqualifications 2
-101100101110 rainforests 2
-101100101110 schoolhouses 2
-101100101110 cases. 2
-101100101110 wrapup 2
-101100101110 utilties 2
-101100101110 multiengine 2
-101100101110 hausfraus 2
-101100101110 avocations 2
-101100101110 subspecialties 2
-101100101110 round-trippers 2
-101100101110 rambunctiousness 2
-101100101110 collectivity 2
-101100101110 successions 2
-101100101110 heresies 2
-101100101110 Unies 2
-101100101110 puffiness 2
-101100101110 oddments 3
-101100101110 cityhood 3
-101100101110 yachtsmen 3
-101100101110 castanets 3
-101100101110 Satans 3
-101100101110 emporiums 3
-101100101110 kibitzers 3
-101100101110 monstrosities 3
-101100101110 warrens 3
-101100101110 spinners 3
-101100101110 toilers 3
-101100101110 milieus 3
-101100101110 spreaders 3
-101100101110 hoppers 3
-101100101110 S.O.B.s 3
-101100101110 neurotransmitters 4
-101100101110 collie 4
-101100101110 peeves 4
-101100101110 specializations 4
-101100101110 liberalizers 4
-101100101110 crazes 4
-101100101110 readouts 4
-101100101110 truants 4
-101100101110 oscillations 4
-101100101110 reckonings 4
-101100101110 couplets 4
-101100101110 dichotomies 5
-101100101110 miniaturization 5
-101100101110 spellings 5
-101100101110 ordeals 5
-101100101110 methodologies 5
-101100101110 finales 5
-101100101110 conveyances 5
-101100101110 demagogues 5
-101100101110 provisos 5
-101100101110 latitudes 6
-101100101110 seminaries 6
-101100101110 pathogens 6
-101100101110 civilizations 6
-101100101110 pairings 6
-101100101110 Vermonters 6
-101100101110 close-ups 6
-101100101110 self-medication 6
-101100101110 Caesareans 7
-101100101110 brothels 7
-101100101110 sayings 7
-101100101110 baubles 7
-101100101110 imponderables 7
-101100101110 eminences 7
-101100101110 hotbeds 7
-101100101110 subplots 8
-101100101110 overproducers 8
-101100101110 capillaries 8
-101100101110 coincidences 8
-101100101110 junctures 8
-101100101110 owner-operators 9
-101100101110 sleepers 9
-101100101110 scourges 9
-101100101110 headings 10
-101100101110 quacks 10
-101100101110 floaters 10
-101100101110 rarities 10
-101100101110 juxtapositions 11
-101100101110 inhibitors 11
-101100101110 annoyances 11
-101100101110 slights 12
-101100101110 concoctions 12
-101100101110 lipoproteins 13
-101100101110 interstates 13
-101100101110 outcasts 14
-101100101110 beauties 14
-101100101110 contexts 14
-101100101110 delicacies 17
-101100101110 nodes 17
-101100101110 extravaganzas 19
-101100101110 epidemics 19
-101100101110 occurrences 21
-101100101110 enclaves 21
-101100101110 yardsticks 26
-101100101110 holdouts 26
-101100101110 spheres 30
-101100101110 intangibles 31
-101100101110 eras 33
-101100101110 handicaps 36
-101100101110 knots 39
-101100101110 baths 41
-101100101110 locales 45
-101100101110 glands 46
-101100101110 luminaries 47
-101100101110 goodies 48
-101100101110 viewpoints 51
-101100101110 angles 62
-101100101110 staples 65
-101100101110 disciplines 76
-101100101110 jurisdictions 78
-101100101110 environments 81
-101100101110 occupations 83
-101100101110 professions 88
-101100101110 extremes 93
-101100101110 scenarios 97
-101100101110 settings 101
-101100101110 variables 106
-101100101110 sizes 199
-101100101110 disorders 201
-101100101110 fronts 201
-101100101110 respects 240
-101100101110 topics 267
-101100101110 directions 272
-101100101110 exceptions 352
-101100101110 incidents 455
-101100101110 instances 496
-101100101110 segments 513
-101100101110 subjects 518
-101100101110 diseases 580
-101100101110 categories 613
-101100101110 situations 616
-101100101110 regions 648
-101100101110 acts 844
-101100101110 sectors 1079
-101100101110 places 1467
-101100101110 matters 1902
-101100101110 items 2453
-101100101110 areas 4574
-101100101110 cases 6213
-101100101111 leviathans 1
-101100101111 minidebates 1
-101100101111 deficiences 1
-101100101111 gold-inlay 1
-101100101111 acccidents 1
-101100101111 bandwagons 1
-101100101111 asset-holders 1
-101100101111 chamberlains 1
-101100101111 reorganizatons 1
-101100101111 Pickfords 1
-101100101111 fine-sounding 1
-101100101111 Berkleys 1
-101100101111 celebrity-seekers 1
-101100101111 Chrismouse 1
-101100101111 doublethink 1
-101100101111 recalcitrants 1
-101100101111 you-bring-in-your-stuff 1
-101100101111 contributorily 1
-101100101111 cataclysms 1
-101100101111 rat-killing 1
-101100101111 quasi-Dalis 1
-101100101111 inedibles 1
-101100101111 mnemonics 1
-101100101111 Japanophiles 1
-101100101111 sibs 1
-101100101111 yuk-mongers 1
-101100101111 disequilibriums 1
-101100101111 high-specification 1
-101100101111 preschooler. 1
-101100101111 non-winners 1
-101100101111 fellow-students 1
-101100101111 dreamwalkers 1
-101100101111 biddies 1
-101100101111 plate-makers 1
-101100101111 religionists 1
-101100101111 vanillas 1
-101100101111 trade-relations 1
-101100101111 commission-cullers 1
-101100101111 Casbahites 1
-101100101111 mouse-friends 1
-101100101111 anymore. 1
-101100101111 rebroadcasts 1
-101100101111 easy-reading 1
-101100101111 brush-off 1
-101100101111 convocations 1
-101100101111 homilists 1
-101100101111 musician/programmers 1
-101100101111 purse-strings 1
-101100101111 kickshaws 1
-101100101111 fix-its 1
-101100101111 inmates-turned-wardens 1
-101100101111 squiddities 1
-101100101111 days-and 1
-101100101111 australis 1
-101100101111 sentimentalities 1
-101100101111 discussants 1
-101100101111 boatmakers 1
-101100101111 umbrella-waving 1
-101100101111 memo-writing 1
-101100101111 devastations 1
-101100101111 eventualities 1
-101100101111 grant-seekers 1
-101100101111 vasodilators 1
-101100101111 currrencies 1
-101100101111 lines-packaged 1
-101100101111 discombobulation 1
-101100101111 sorts. 1
-101100101111 shops-within-a-store 1
-101100101111 agribusinesses 1
-101100101111 compansation 1
-101100101111 program-bashers 1
-101100101111 president-bashers 1
-101100101111 busy-bodies 1
-101100101111 pseudo-reforms 1
-101100101111 batmusic 1
-101100101111 non-doves 1
-101100101111 elegible 1
-101100101111 neo-statists 1
-101100101111 impluses 1
-101100101111 plane-makers 1
-101100101111 expulsados 1
-101100101111 melo-molls 1
-101100101111 datakeepers 1
-101100101111 Goliathry 1
-101100101111 neatening 1
-101100101111 budgetbusters 1
-101100101111 worm-digging 1
-101100101111 pollai 1
-101100101111 sub-groups 1
-101100101111 editorialization 1
-101100101111 constroversies 1
-101100101111 1,093,648 1
-101100101111 catch-words 1
-101100101111 teleports 1
-101100101111 MTV-ers 1
-101100101111 imbecilities 1
-101100101111 derring 1
-101100101111 non-bankers 1
-101100101111 shutterings 1
-101100101111 trends-of-the-day 1
-101100101111 holloware 1
-101100101111 bellyachers 1
-101100101111 demonstators 1
-101100101111 physician-researchers 1
-101100101111 kindreds 1
-101100101111 Kennedy-haters 1
-101100101111 share-shifting 1
-101100101111 scrappers 1
-101100101111 awfulnesses 1
-101100101111 GSEs 1
-101100101111 songsters 1
-101100101111 subheadlines 1
-101100101111 snivelers 1
-101100101111 mini-rallies 1
-101100101111 crises-of-the-moment 1
-101100101111 instituions 1
-101100101111 slip-shod 1
-101100101111 Sola-Barnes-Hind 1
-101100101111 non-Estonians 1
-101100101111 cowhands 1
-101100101111 Samaritans 1
-101100101111 plainsmen 1
-101100101111 DC-9-14s 1
-101100101111 benzodiazepines 2
-101100101111 Pulitzer-predators 2
-101100101111 emoting 2
-101100101111 stolovias 2
-101100101111 unspectacularly 2
-101100101111 dafties 2
-101100101111 meddlers 2
-101100101111 tutti-frutti 2
-101100101111 obscurantism 2
-101100101111 ischemia 2
-101100101111 fogeyism 2
-101100101111 repatriations 2
-101100101111 non-Westerners 2
-101100101111 neutrals 2
-101100101111 anti-competitiveness 2
-101100101111 glasnostics 2
-101100101111 cubits 2
-101100101111 scrimmaging 2
-101100101111 atolls 2
-101100101111 melanomas 2
-101100101111 non-families 2
-101100101111 aways 2
-101100101111 HIVs 2
-101100101111 autistics 2
-101100101111 exegetical 2
-101100101111 thespians 2
-101100101111 acrophobia 2
-101100101111 establishmentarians 2
-101100101111 broker-finders 2
-101100101111 turnoffs 2
-101100101111 oxidants 2
-101100101111 Euro-analysts 2
-101100101111 aphrodisiacs 2
-101100101111 jitneys 2
-101100101111 dalliances 2
-101100101111 prefunding 2
-101100101111 chalets 2
-101100101111 mimi 2
-101100101111 establishmentarian 2
-101100101111 dose-rates 2
-101100101111 T.s 2
-101100101111 outdoorsmen 2
-101100101111 21-0 2
-101100101111 fuddy-duddies 2
-101100101111 uppercuts 2
-101100101111 eight-year-olds 2
-101100101111 kvetch 2
-101100101111 expansionists 2
-101100101111 fourth-graders 2
-101100101111 B&M 3
-101100101111 mafiosi 3
-101100101111 couturiers 3
-101100101111 tabletops 3
-101100101111 bozos 3
-101100101111 irritations 3
-101100101111 motorways 3
-101100101111 non-politicians 3
-101100101111 asses 3
-101100101111 screamers 3
-101100101111 containerization 3
-101100101111 Duza 3
-101100101111 wrens 3
-101100101111 blinchiki 3
-101100101111 Harleys 3
-101100101111 peccadilloes 3
-101100101111 potboilers 3
-101100101111 macroeconomists 3
-101100101111 Rhinemaidens 3
-101100101111 callees 3
-101100101111 improv 3
-101100101111 hicks 3
-101100101111 factors. 3
-101100101111 subterfuges 4
-101100101111 zappers 4
-101100101111 perishables 4
-101100101111 cocks 4
-101100101111 go-getters 4
-101100101111 commodes 4
-101100101111 louts 4
-101100101111 embolisms 4
-101100101111 manias 4
-101100101111 Gmuend 4
-101100101111 invertebrates 4
-101100101111 mini-dolls 4
-101100101111 all-nighters 4
-101100101111 hoaxes 4
-101100101111 apostrophes 4
-101100101111 esoterica 5
-101100101111 sherries 5
-101100101111 cross-fertilization 5
-101100101111 pancreatitis 5
-101100101111 moneys 5
-101100101111 quitters 5
-101100101111 ATs 5
-101100101111 cross-currents 6
-101100101111 re-creations 6
-101100101111 epithets 7
-101100101111 boondoggles 8
-101100101111 anachronisms 8
-101100101111 growths 11
-101100101111 banalities 11
-101100101111 neurons 13
-101100101111 calamities 15
-101100101111 impurities 21
-101100101111 luxuries 36
-101100101111 things 8186
-101100101111 factors 2832
-10110011000 nonentities 1
-10110011000 boons 1
-10110011000 services-banking 1
-10110011000 news-services 1
-10110011000 closer-trimmed 1
-10110011000 entertainment-production 1
-10110011000 businesses-newspaper 1
-10110011000 promotionals 1
-10110011000 one-upsmanship 1
-10110011000 Normozide 1
-10110011000 electronics-part 1
-10110011000 improvidence 1
-10110011000 electives 1
-10110011000 rare-documents 1
-10110011000 administration-services 1
-10110011000 industryis 1
-10110011000 expenses-incentives 1
-10110011000 sub-section 1
-10110011000 Men. 1
-10110011000 rubrics 1
-10110011000 services-related 1
-10110011000 cheroots 1
-10110011000 coin-marketing 1
-10110011000 8,128,351 1
-10110011000 procedures. 1
-10110011000 homogeny 1
-10110011000 TopiCare 1
-10110011000 implement-making 1
-10110011000 worLd 1
-10110011000 dollies 1
-10110011000 Ruffies 1
-10110011000 Hueys 2
-10110011000 Drano 2
-10110011000 countinghouse 2
-10110011000 fandango 2
-10110011000 blights 2
-10110011000 suppositions 2
-10110011000 barbells 2
-10110011000 grandmas 2
-10110011000 superheroes 2
-10110011000 single-A1-plus 2
-10110011000 facials 2
-10110011000 calibers 2
-10110011000 straitjackets 2
-10110011000 aid. 3
-10110011000 illusionism 3
-10110011000 dyspepsia 3
-10110011000 seafoods 3
-10110011000 chassis-leasing 3
-10110011000 thrones 3
-10110011000 tricycles 3
-10110011000 services. 3
-10110011000 Discharge 3
-10110011000 imaging-products 4
-10110011000 flatcars 4
-10110011000 sleight-of-hand 6
-10110011000 mutton 7
-10110011000 centrifuges 9
-10110011000 headgear 9
-10110011000 blitzes 10
-10110011000 therapeutics 15
-10110011000 wizardry 30
-10110011000 acumen 61
-10110011000 diagnostics 69
-10110011000 sciences 142
-10110011000 services 12465
-10110011000 aids 144
-10110011001 terriorism 1
-10110011001 hard-lining 1
-10110011001 Oxana 1
-10110011001 Andre-Michel 1
-10110011001 osteochondrosis 1
-10110011001 modalities 1
-10110011001 streamlinings 1
-10110011001 phobics 1
-10110011001 stock-- 1
-10110011001 dispensaries 1
-10110011001 Aebele 1
-10110011001 mega-bailout 1
-10110011001 trippers 1
-10110011001 lumpen-proletariat 1
-10110011001 computerbuyers 1
-10110011001 duty-time 1
-10110011001 Rahimullah 1
-10110011001 sudser 1
-10110011001 stategies 1
-10110011001 inoculants 1
-10110011001 Otomo 1
-10110011001 digitizers 1
-10110011001 flim-flammery 1
-10110011001 marathoners 1
-10110011001 toadstool 1
-10110011001 stock-held 1
-10110011001 angiographics 1
-10110011001 emergicenter 1
-10110011001 underwitings 1
-10110011001 self-diagnosis 1
-10110011001 sign-in 1
-10110011001 under-representation 1
-10110011001 custardy 1
-10110011001 daydreamed 1
-10110011001 pactice 1
-10110011001 lavishments 1
-10110011001 declaration. 1
-10110011001 dissections 1
-10110011001 incognita 1
-10110011001 fact. 1
-10110011001 house-cleanings 1
-10110011001 Oannes 1
-10110011001 Piper-Heidsieck. 1
-10110011001 Enfields 1
-10110011001 Out-2-Lunch 1
-10110011001 relleno 1
-10110011001 Sempe 1
-10110011001 ossification 1
-10110011001 Medgar 1
-10110011001 honeycombs 1
-10110011001 innovtion 1
-10110011001 sex-hormone 1
-10110011001 low-payers 1
-10110011001 illnesses. 1
-10110011001 do-goodism 1
-10110011001 Prolixin 1
-10110011001 slow-down 1
-10110011001 paper-pushers 1
-10110011001 musicide 1
-10110011001 deductions. 1
-10110011001 contends. 1
-10110011001 extortionists 1
-10110011001 gains/loss 1
-10110011001 coupler 1
-10110011001 harumphing 1
-10110011001 Chalais 1
-10110011001 Vangelis 1
-10110011001 sportspeak 1
-10110011001 pinchers 1
-10110011001 Teresia 1
-10110011001 beneficaries 1
-10110011001 Averroes 1
-10110011001 beasties 1
-10110011001 rationing. 1
-10110011001 research. 1
-10110011001 helms 1
-10110011001 narratologists 1
-10110011001 alchemists 1
-10110011001 super-interested 1
-10110011001 harasser 1
-10110011001 potables 1
-10110011001 androgyne 1
-10110011001 payoffif 1
-10110011001 partnerhsip 1
-10110011001 matricide 1
-10110011001 purpose. 1
-10110011001 underachievement 2
-10110011001 Duisberg 2
-10110011001 Frostproof 2
-10110011001 shadowboxes 2
-10110011001 Archilochus 2
-10110011001 dribbles 2
-10110011001 crumminess 2
-10110011001 geek 2
-10110011001 colors. 2
-10110011001 rouser 2
-10110011001 couth 2
-10110011001 businesswise 2
-10110011001 managementspeak 2
-10110011001 retrorunners 2
-10110011001 fight. 2
-10110011001 dispensary 2
-10110011001 Pansy 2
-10110011001 molesters 2
-10110011001 footgear 2
-10110011001 oppportunity 2
-10110011001 blow-dry 2
-10110011001 Mallarme 3
-10110011001 expressiveness 3
-10110011001 organization. 3
-10110011001 Amneris 3
-10110011001 repellents 3
-10110011001 swigging 3
-10110011001 care-related 3
-10110011001 scuttlebutt 3
-10110011001 reverberation 3
-10110011001 do-gooders 3
-10110011001 firma 4
-10110011001 x-ray 4
-10110011001 pincher 4
-10110011001 care. 5
-10110011001 care-givers 5
-10110011001 thermometers 6
-10110011001 extraordinaire 7
-10110011001 cotta 8
-10110011001 floss 19
-10110011001 lilies 20
-10110011001 governance 123
-10110011001 IOUs 142
-10110011001 care 4580
-10110011001 purposes 2435
-10110011010 leaflike 1
-10110011010 blow-dryers 1
-10110011010 fixative 1
-10110011010 security-products 1
-10110011010 production-management 1
-10110011010 Wavertree 1
-10110011010 appendix. 1
-10110011010 resourceswere 1
-10110011010 super-rabbits 1
-10110011010 CTPA 1
-10110011010 key-container 1
-10110011010 Viprostol 1
-10110011010 aerobically 1
-10110011010 Intersept 1
-10110011010 quasi-pornography 1
-10110011010 Stealths 1
-10110011010 jumbo-jets 1
-10110011010 1-900 1
-10110011010 newswletter 1
-10110011010 enginers 1
-10110011010 winch 1
-10110011010 bond-data 1
-10110011010 gantries 1
-10110011010 conduits-allegations 1
-10110011010 boas 1
-10110011010 eight-abreast 1
-10110011010 sales-but 1
-10110011010 lunchrooms 1
-10110011010 socket-wrench 1
-10110011010 alarms. 1
-10110011010 dimension. 1
-10110011010 lobbies. 1
-10110011010 salad-dressings 1
-10110011010 18-4 1
-10110011010 match. 1
-10110011010 Beatty-pal 1
-10110011010 teacher-interns 1
-10110011010 boom. 1
-10110011010 criteria. 1
-10110011010 hydroelectrically 1
-10110011010 34-66 1
-10110011010 tote-bags 1
-10110011010 skidders 1
-10110011010 linuron 1
-10110011010 Ganymede 1
-10110011010 changes. 1
-10110011010 blood-tests 1
-10110011010 crowd-pleasers 1
-10110011010 Kimigayo 1
-10110011010 Schliesse 1
-10110011010 relations-wise 1
-10110011010 cutting-and-pasting 1
-10110011010 rice-hulls 1
-10110011010 fibers-- 1
-10110011010 range-finders 1
-10110011010 45-56-88 1
-10110011010 compensators 1
-10110011010 aircaft 1
-10110011010 market-information 1
-10110011010 fricassee 1
-10110011010 cycle-mistakes 1
-10110011010 television-equipment 1
-10110011010 depth-finders 1
-10110011010 alcoves 1
-10110011010 turbopumps 1
-10110011010 popcorns 1
-10110011010 disk-read 1
-10110011010 M-14s 1
-10110011010 mallmaker 1
-10110011010 biologist-turned-entrepreneur 1
-10110011010 entrepreneurships 1
-10110011010 fuel-payment 1
-10110011010 peripherials 1
-10110011010 time-light 1
-10110011010 mini-incinerators 1
-10110011010 maching 1
-10110011010 fabric-cutters 1
-10110011010 COUTURE 1
-10110011010 childen 1
-10110011010 image-setters 1
-10110011010 annotator 1
-10110011010 wellhead-manufacturing 1
-10110011010 380776 1
-10110011010 22598 1
-10110011010 28283 1
-10110011010 contactor 1
-10110011010 sheepshearer 1
-10110011010 disks. 1
-10110011010 sooner. 1
-10110011010 M-60s 1
-10110011010 pilots. 1
-10110011010 undercapacity 1
-10110011010 976-HOME 1
-10110011010 meemies 1
-10110011010 storage-system 1
-10110011010 printing-plants 1
-10110011010 whiz-bangs 1
-10110011010 building-security 1
-10110011010 Essec 1
-10110011010 uiltity 1
-10110011010 domestically-grown 1
-10110011010 G&C 1
-10110011010 4,212,802 1
-10110011010 voltaics 1
-10110011010 cravats 1
-10110011010 Dustbusters 1
-10110011010 attendents 1
-10110011010 softwear 1
-10110011010 polisher 1
-10110011010 maser 1
-10110011010 time-bomb 1
-10110011010 plucker 1
-10110011010 Wyborowa 1
-10110011010 Teletimer 1
-10110011010 juvenilia 2
-10110011010 eyelets 2
-10110011010 thinners 2
-10110011010 mangos 2
-10110011010 turbine-generators 2
-10110011010 peelers 2
-10110011010 power-equipment 2
-10110011010 Figeac 2
-10110011010 6312 2
-10110011010 sundials 2
-10110011010 colonnade 2
-10110011010 chervil 2
-10110011010 relocatable 2
-10110011010 arbors 2
-10110011010 eqiupment 2
-10110011010 chalkboards 2
-10110011010 accomplis 2
-10110011010 devices. 2
-10110011010 irradiators 2
-10110011010 valve-lifters 2
-10110011010 6310 2
-10110011010 percolates 2
-10110011010 work-papers 2
-10110011010 frisks 2
-10110011010 plankton 2
-10110011010 kindergartners 2
-10110011010 Neeskay 2
-10110011010 life-cycle 2
-10110011010 stacker 2
-10110011010 nudism 2
-10110011010 footrest 2
-10110011010 removers 2
-10110011010 switch-gear 2
-10110011010 hardward 2
-10110011010 sytems 2
-10110011010 resistivity 3
-10110011010 suppressants 3
-10110011010 serums 3
-10110011010 couplers 3
-10110011010 ales 3
-10110011010 photomasks 3
-10110011010 granules 3
-10110011010 sidings 3
-10110011010 extinguisher 3
-10110011010 pick-ups 3
-10110011010 stuffers 3
-10110011010 mini-piano 3
-10110011010 fitters 3
-10110011010 prototyping 4
-10110011010 hydrants 4
-10110011010 gyro 4
-10110011010 Hornets 4
-10110011010 information-display 4
-10110011010 Twaron 4
-10110011010 actuators 4
-10110011010 polyesters 4
-10110011010 boarders 5
-10110011010 microdisks 5
-10110011010 mobiles 5
-10110011010 colorants 5
-10110011010 anhydride 6
-10110011010 plaything 6
-10110011010 fillets 6
-10110011010 operation. 6
-10110011010 shawls 6
-10110011010 dodgers 7
-10110011010 scopes 7
-10110011010 cords 7
-10110011010 lawnmower 7
-10110011010 pylons 7
-10110011010 plating 7
-10110011010 hook-ups 7
-10110011010 jammers 7
-10110011010 crankshafts 8
-10110011010 rectifiers 8
-10110011010 throwers 9
-10110011010 nerds 9
-10110011010 extenders 9
-10110011010 architectures 9
-10110011010 tribunals 10
-10110011010 gaskets 10
-10110011010 extinguishers 10
-10110011010 excavators 11
-10110011010 pulleys 11
-10110011010 ale 12
-10110011010 resistors 13
-10110011010 archive 13
-10110011010 mixer 13
-10110011010 subassemblies 15
-10110011010 amplifiers 15
-10110011010 ducts 15
-10110011010 gadgetry 16
-10110011010 consoles 16
-10110011010 absorbers 16
-10110011010 casings 17
-10110011010 hookups 17
-10110011010 discs 19
-10110011010 catheters 19
-10110011010 yearbooks 20
-10110011010 diskettes 20
-10110011010 laminates 23
-10110011010 hookup 26
-10110011010 pigments 27
-10110011010 dressings 29
-10110011010 inks 30
-10110011010 subsystems 33
-10110011010 printouts 35
-10110011010 pulses 36
-10110011010 sealants 37
-10110011010 simulations 38
-10110011010 transformers 38
-10110011010 transmitters 39
-10110011010 materiel 39
-10110011010 keyboards 42
-10110011010 cord 45
-10110011010 antennas 47
-10110011010 tiles 48
-10110011010 cranes 52
-10110011010 circuitry 53
-10110011010 castings 53
-10110011010 fittings 56
-10110011010 rays 61
-10110011010 connectors 62
-10110011010 heaters 63
-10110011010 lamps 64
-10110011010 fluids 75
-10110011010 rods 77
-10110011010 assemblies 80
-10110011010 peripherals 82
-10110011010 bells 89
-10110011010 scanners 90
-10110011010 furnaces 90
-10110011010 typewriters 91
-10110011010 simulators 91
-10110011010 fixtures 109
-10110011010 ovens 111
-10110011010 chassis 115
-10110011010 cables 151
-10110011010 cooperatives 164
-10110011010 recorder 172
-10110011010 oils 180
-10110011010 kits 191
-10110011010 coatings 206
-10110011010 motors 256
-10110011010 printers 349
-10110011010 recorders 350
-10110011010 accessories 355
-10110011010 workstations 483
-10110011010 terminals 487
-10110011010 disks 487
-10110011010 gear 596
-10110011010 tool 813
-10110011010 tools 902
-10110011010 machinery 1175
-10110011010 devices 1396
-10110011010 materials 2879
-10110011010 equipment 9207
-10110011010 systems 7736
-10110011011 deposit-and-loan 1
-10110011011 trackwork 1
-10110011011 Yablonskaya 1
-10110011011 association. 1
-10110011011 Cinta 1
-10110011011 night-spot 1
-10110011011 Schub 1
-10110011011 journal-ist 1
-10110011011 maketplace 1
-10110011011 atti-toode 1
-10110011011 homes-away-from-home 1
-10110011011 economy-segment 1
-10110011011 Citicorp-backed 1
-10110011011 condominiums. 1
-10110011011 supermodels 1
-10110011011 death-mask 1
-10110011011 oilchange 1
-10110011011 dirctors 1
-10110011011 100-model 1
-10110011011 phoebe 1
-10110011011 track-layers 1
-10110011011 Yusafzai 1
-10110011011 noninformation 1
-10110011011 angiocatheter 1
-10110011011 home-goods 1
-10110011011 stegosaurus 1
-10110011011 promoters. 1
-10110011011 advice-monger 1
-10110011011 superflare 1
-10110011011 strip-coating 1
-10110011011 solicitousness 1
-10110011011 pink-marble 1
-10110011011 resin-making 1
-10110011011 bag. 1
-10110011011 micronutrients 1
-10110011011 enegry 1
-10110011011 Cubas 1
-10110011011 mask-and-hose 1
-10110011011 Baedekers 1
-10110011011 asssignment 1
-10110011011 frito 1
-10110011011 crisis-planning 1
-10110011011 indexations 1
-10110011011 thong 1
-10110011011 pentagon 1
-10110011011 nose-tip 1
-10110011011 Americas/Pacific 1
-10110011011 influence-seekers 1
-10110011011 desk-legs 1
-10110011011 boat-towing 1
-10110011011 buinesses 1
-10110011011 categories. 1
-10110011011 Walesas 1
-10110011011 componentry 1
-10110011011 backsheet 1
-10110011011 energy-recovery 1
-10110011011 MD-99 1
-10110011011 lothario 1
-10110011011 turmeric 1
-10110011011 absorbables 1
-10110011011 autobiographer 1
-10110011011 toaster. 1
-10110011011 retrenchment. 1
-10110011011 Saabs 1
-10110011011 processses 1
-10110011011 aluminum-production 1
-10110011011 patinas 1
-10110011011 Eurocorporation 1
-10110011011 HoHos 1
-10110011011 clinker 1
-10110011011 Accutane-litigation 1
-10110011011 deicers 1
-10110011011 information-delivery 1
-10110011011 trichloride 1
-10110011011 nonbank-banks 1
-10110011011 Staggerwing 1
-10110011011 18-holer 1
-10110011011 businessmen-authors 1
-10110011011 3,448 1
-10110011011 phoebes 1
-10110011011 prdoducts 1
-10110011011 saw-timber 1
-10110011011 halfballs 1
-10110011011 publisher. 1
-10110011011 milkers 1
-10110011011 specialty-materials 1
-10110011011 home-repair 1
-10110011011 wannabe 1
-10110011011 30,860,000 1
-10110011011 16-room 1
-10110011011 galvinizing 1
-10110011011 micro-development 1
-10110011011 altimeters 2
-10110011011 pinwheels 2
-10110011011 immunotherapies 2
-10110011011 automatic-focus 2
-10110011011 arabesques 2
-10110011011 extruder 2
-10110011011 end-products 2
-10110011011 owner/managers 2
-10110011011 jewelery 2
-10110011011 heldentenors 2
-10110011011 tobaccos 2
-10110011011 radiopharmaceuticals 2
-10110011011 pantries 2
-10110011011 termiticides 2
-10110011011 antifreeze/coolant 2
-10110011011 sulphate 2
-10110011011 school-products 2
-10110011011 Tulips 2
-10110011011 syntheses 2
-10110011011 battletanks 2
-10110011011 sippers 3
-10110011011 parkas 3
-10110011011 trade-credit 3
-10110011011 chowder 3
-10110011011 emulsions 3
-10110011011 paysops 3
-10110011011 VAXstations 3
-10110011011 hillocks 3
-10110011011 catagory 3
-10110011011 ketone 3
-10110011011 enlarger 3
-10110011011 systems. 3
-10110011011 rubbers 3
-10110011011 bakeware 3
-10110011011 windbreaker 3
-10110011011 turnings 3
-10110011011 utensil 4
-10110011011 samovar 4
-10110011011 water-heater 4
-10110011011 biochemicals 4
-10110011011 headlamps 4
-10110011011 conveyors 5
-10110011011 trioxide 5
-10110011011 thongs 5
-10110011011 jobs. 5
-10110011011 concentrator 5
-10110011011 staplers 6
-10110011011 girders 7
-10110011011 miller 9
-10110011011 foams 10
-10110011011 pontoons 10
-10110011011 intermediates 11
-10110011011 advisories 11
-10110011011 cleansers 12
-10110011011 isocyanate 12
-10110011011 utensils 12
-10110011011 wrappers 12
-10110011011 tableware 13
-10110011011 reagents 14
-10110011011 novelties 15
-10110011011 sheeting 15
-10110011011 feedstocks 15
-10110011011 moldings 17
-10110011011 entertainments 18
-10110011011 distillates 19
-10110011011 forgings 20
-10110011011 mini-supercomputers 20
-10110011011 pentamidine 21
-10110011011 capacitors 24
-10110011011 derivatives 25
-10110011011 nameplates 34
-10110011011 liners 36
-10110011011 alloys 45
-10110011011 gadgets 50
-10110011011 entrees 50
-10110011011 fasteners 67
-10110011011 tubing 73
-10110011011 polymers 80
-10110011011 therapies 97
-10110011011 specialties 98
-10110011011 additives 104
-10110011011 resins 165
-10110011011 furnishings 169
-10110011011 fabrics 187
-10110011011 gases 199
-10110011011 stamps 221
-10110011011 fibers 250
-10110011011 containers 443
-10110011011 appliances 556
-10110011011 technologies 692
-10110011011 foods 775
-10110011011 products 18678
-10110011011 instruments 1419
-10110011100 chateaus 1
-10110011100 BETA 1
-10110011100 comuters 1
-10110011100 300-CE 1
-10110011100 Tweedledumb 1
-10110011100 pseudo-names 1
-10110011100 item. 1
-10110011100 Boozie 1
-10110011100 Sheltons 1
-10110011100 drugging 1
-10110011100 anemometer 1
-10110011100 8810 1
-10110011100 shrews 1
-10110011100 Superchief 1
-10110011100 toughener 1
-10110011100 embitterment 1
-10110011100 income-hold 1
-10110011100 drillling 1
-10110011100 work-shirt 1
-10110011100 elastics 1
-10110011100 type-rated 1
-10110011100 unkindness 1
-10110011100 RVs 1
-10110011100 antirheumatics 1
-10110011100 mis-estimate 1
-10110011100 SEs 1
-10110011100 clonidine-HCL 1
-10110011100 hyper-reactivity 1
-10110011100 smoke. 1
-10110011100 w-o-o-s-h 1
-10110011100 videocamera 1
-10110011100 Mamiya 1
-10110011100 oxygenators 1
-10110011100 industrial-goods 1
-10110011100 likings 1
-10110011100 Tyr 1
-10110011100 airbeds 1
-10110011100 mer-costume 1
-10110011100 arsenicals 1
-10110011100 chippish 1
-10110011100 weeper 1
-10110011100 Army- 1
-10110011100 8974 1
-10110011100 fillable 1
-10110011100 recombination 1
-10110011100 spruces 1
-10110011100 slurpee 1
-10110011100 TV-channel 1
-10110011100 terrazzo 1
-10110011100 liberty. 1
-10110011100 speed-bag 1
-10110011100 lockets 1
-10110011100 topsy 1
-10110011100 express-mail 1
-10110011100 personal-business 1
-10110011100 BM-21 1
-10110011100 check-cashers 1
-10110011100 Celicas 1
-10110011100 highlighter 1
-10110011100 6240 1
-10110011100 6230 1
-10110011100 6220 1
-10110011100 Dyazides 1
-10110011100 epithelium 1
-10110011100 5,042 1
-10110011100 ranchhouse 1
-10110011100 19,992 1
-10110011100 87,204 1
-10110011100 sachets 1
-10110011100 boogies 1
-10110011100 leg-up 1
-10110011100 ceams 1
-10110011100 Rieslings 2
-10110011100 8978 2
-10110011100 streetlights 2
-10110011100 windsock 2
-10110011100 Pluses 2
-10110011100 8530 2
-10110011100 8350 2
-10110011100 returns. 2
-10110011100 Wartburgs 2
-10110011100 heron 2
-10110011100 tunics 2
-10110011100 coagulation 2
-10110011100 nachos 2
-10110011100 Normans 2
-10110011100 Margaritas 2
-10110011100 DeVilles 2
-10110011100 Holsteins 2
-10110011100 windbells 2
-10110011100 authoritarians 2
-10110011100 wildernesses 2
-10110011100 water-craft 2
-10110011100 routings 2
-10110011100 sulfazin 2
-10110011100 Rainbows 2
-10110011100 computers. 2
-10110011100 tangerines 2
-10110011100 pollock 2
-10110011100 test-takers 2
-10110011100 riesling 2
-10110011100 collating 2
-10110011100 Gremlin 2
-10110011100 material. 2
-10110011100 6210 2
-10110011100 IL-4 2
-10110011100 banisters 2
-10110011100 spellers 2
-10110011100 legato 2
-10110011100 re-elections 2
-10110011100 pre-sweetened 2
-10110011100 afghan 2
-10110011100 Sevilles 2
-10110011100 watersheds 2
-10110011100 pates 2
-10110011100 mockup 2
-10110011100 piggybank 2
-10110011100 jetways 2
-10110011100 keratotomy 3
-10110011100 speakeasies 3
-10110011100 medics 3
-10110011100 trams 3
-10110011100 pugnacity 3
-10110011100 nipples 3
-10110011100 matting 3
-10110011100 message. 3
-10110011100 formulae 3
-10110011100 truck-trailers 3
-10110011100 Pontiacs 3
-10110011100 insulins 3
-10110011100 pygmies 3
-10110011100 breeches 3
-10110011100 mouthpieces 3
-10110011100 turboprops 3
-10110011100 fifth- 3
-10110011100 extrusions 3
-10110011100 irregulars 3
-10110011100 jays 3
-10110011100 yonder 3
-10110011100 searchlights 3
-10110011100 stateliness 3
-10110011100 Eldorados 3
-10110011100 vertebrae 3
-10110011100 chairlifts 3
-10110011100 scrapers 3
-10110011100 M-16s 3
-10110011100 H-cars 3
-10110011100 Monza 3
-10110011100 Tornados 3
-10110011100 bluebirds 3
-10110011100 ampules 3
-10110011100 overdevelopment 3
-10110011100 brownies 3
-10110011100 aperitifs 3
-10110011100 mycotoxins 3
-10110011100 cursors 3
-10110011100 A-310s 4
-10110011100 underachievers 4
-10110011100 orangutans 4
-10110011100 nursers 4
-10110011100 nacelles 4
-10110011100 silage 4
-10110011100 constipation 4
-10110011100 valets 4
-10110011100 tillers 4
-10110011100 tongs 4
-10110011100 thunderclaps 4
-10110011100 toners 4
-10110011100 eggshell 4
-10110011100 pronouns 4
-10110011100 pecans 4
-10110011100 tetrachloride 4
-10110011100 coiffures 4
-10110011100 MXs 4
-10110011100 dandelion 4
-10110011100 alternators 4
-10110011100 lassitude 4
-10110011100 tumbleweed 4
-10110011100 grapefruits 4
-10110011100 Muffins 4
-10110011100 corkscrews 4
-10110011100 burros 4
-10110011100 Savior 4
-10110011100 dowels 4
-10110011100 doilies 4
-10110011100 mantras 4
-10110011100 avalanches 4
-10110011100 azaleas 4
-10110011100 classifieds 4
-10110011100 mosses 4
-10110011100 snorers 4
-10110011100 WPGH-TV 4
-10110011100 romps 4
-10110011100 vendettas 4
-10110011100 jaunts 5
-10110011100 endorphins 5
-10110011100 antidotes 5
-10110011100 anticoagulants 5
-10110011100 snowplows 5
-10110011100 porridge 5
-10110011100 self-indulgence 5
-10110011100 refreshments 5
-10110011100 orbiters 5
-10110011100 land- 5
-10110011100 motorcycling 5
-10110011100 leotards 5
-10110011100 DISCs 5
-10110011100 blackboards 5
-10110011100 sanders 5
-10110011100 horseshoes 5
-10110011100 telecommuters 5
-10110011100 estrogens 5
-10110011100 fronds 5
-10110011100 scrims 5
-10110011100 hatchbacks 5
-10110011100 milkshakes 5
-10110011100 metalwork 5
-10110011100 pheromones 5
-10110011100 eggplants 5
-10110011100 kites 5
-10110011100 bullhorns 5
-10110011100 Sterlings 5
-10110011100 motorcyles 5
-10110011100 skywriting 5
-10110011100 Nikes 5
-10110011100 improvisations 5
-10110011100 wreaths 5
-10110011100 knickers 5
-10110011100 caulking 5
-10110011100 rinsing 5
-10110011100 spindles 5
-10110011100 typesetters 5
-10110011100 forgers 5
-10110011100 Preludes 5
-10110011100 amulets 6
-10110011100 feedings 6
-10110011100 sprayers 6
-10110011100 A300 6
-10110011100 browns 6
-10110011100 puddings 6
-10110011100 slingshots 6
-10110011100 weevils 6
-10110011100 Twinkies 6
-10110011100 Wranglers 6
-10110011100 turbochargers 6
-10110011100 frogmen 6
-10110011100 Comanches 6
-10110011100 strippers 6
-10110011100 okra 6
-10110011100 cribs 6
-10110011100 Nissans 6
-10110011100 serials 6
-10110011100 armrests 6
-10110011100 glues 6
-10110011100 errands 6
-10110011100 supermicrocomputer 6
-10110011100 collegians 6
-10110011100 polkas 6
-10110011100 two-by-fours 6
-10110011100 Tempos 6
-10110011100 toads 6
-10110011100 crucifixes 6
-10110011100 knickknacks 6
-10110011100 studs 6
-10110011100 kettles 6
-10110011100 inscriptions 6
-10110011100 confetti 7
-10110011100 coveralls 7
-10110011100 radishes 7
-10110011100 shredders 7
-10110011100 strollers 7
-10110011100 curriculums 7
-10110011100 surfboards 7
-10110011100 134a 7
-10110011100 pancakes 7
-10110011100 handkerchiefs 7
-10110011100 Firenzas 7
-10110011100 cramps 7
-10110011100 burritos 7
-10110011100 dumplings 7
-10110011100 guardrails 7
-10110011100 groomers 7
-10110011100 lanterns 7
-10110011100 earplugs 7
-10110011100 regiments 7
-10110011100 legalese 7
-10110011100 railcars 7
-10110011100 transcendence 7
-10110011100 voyages 7
-10110011100 hookers 7
-10110011100 oscilloscopes 7
-10110011100 exaggerations 7
-10110011100 nymphs 7
-10110011100 amputations 7
-10110011100 omelets 7
-10110011100 probenecid 7
-10110011100 bloods 7
-10110011100 megahouses 7
-10110011100 lacerations 7
-10110011100 bonfires 7
-10110011100 cowbells 7
-10110011100 Sentras 7
-10110011100 deafness 7
-10110011100 earthworms 7
-10110011100 DL 7
-10110011100 reloads 8
-10110011100 draperies 8
-10110011100 entrepreneurialism 8
-10110011100 lasagna 8
-10110011100 electrocardiograms 8
-10110011100 eyelashes 8
-10110011100 kindergartens 8
-10110011100 PC-XT 8
-10110011100 railings 8
-10110011100 palpitations 8
-10110011100 canoes 8
-10110011100 fanciers 8
-10110011100 Sables 8
-10110011100 footballs 8
-10110011100 tees 8
-10110011100 interferons 8
-10110011100 podiums 8
-10110011100 EXP 8
-10110011100 hubcaps 8
-10110011100 airships 8
-10110011100 innuendos 8
-10110011100 motorbikes 8
-10110011100 prostheses 8
-10110011100 oases 8
-10110011100 Samaras 8
-10110011100 hGH 8
-10110011100 handbag 8
-10110011100 perspiration 8
-10110011100 backpacks 8
-10110011100 rattlesnakes 8
-10110011100 Corvettes 8
-10110011100 pompons 8
-10110011100 harpists 8
-10110011100 Novas 8
-10110011100 radiators 8
-10110011100 coasters 8
-10110011100 pastas 8
-10110011100 Corsicas 8
-10110011100 carburetors 8
-10110011100 owls 8
-10110011100 pacifiers 8
-10110011100 gliders 9
-10110011100 Aerostars 9
-10110011100 creeks 9
-10110011100 bathrobes 9
-10110011100 typhoons 9
-10110011100 defaulters 9
-10110011100 eels 9
-10110011100 westerns 9
-10110011100 forts 9
-10110011100 minibuses 9
-10110011100 gargoyles 9
-10110011100 ware 9
-10110011100 Cherokees 9
-10110011100 hijackings 9
-10110011100 binders 9
-10110011100 pars 9
-10110011100 crayons 9
-10110011100 symposiums 9
-10110011100 emcee 9
-10110011100 cobwebs 9
-10110011100 cancer. 9
-10110011100 undergarments 9
-10110011100 diodes 9
-10110011100 circuses 9
-10110011100 auditoriums 9
-10110011100 blueberries 9
-10110011100 broilers 9
-10110011100 blenders 9
-10110011100 torsos 9
-10110011100 cots 9
-10110011100 cabinetry 9
-10110011100 super-minicomputers 9
-10110011100 three-wheelers 9
-10110011100 blazers 9
-10110011100 VANs 9
-10110011100 D-RAMs 9
-10110011100 croissants 9
-10110011100 screwdrivers 9
-10110011100 electromagnets 9
-10110011100 raincoats 9
-10110011100 fours 10
-10110011100 rainbows 10
-10110011100 fairways 10
-10110011100 papayas 10
-10110011100 steakhouses 10
-10110011100 politeness 10
-10110011100 cuttings 10
-10110011100 767-300s 10
-10110011100 fuzes 10
-10110011100 coolants 10
-10110011100 jumpsuit 10
-10110011100 DC-8s 10
-10110011100 contraptions 10
-10110011100 straps 10
-10110011100 sweats 10
-10110011100 deodorants 10
-10110011100 minilabs 10
-10110011100 walnuts 10
-10110011100 kayaks 10
-10110011100 baseballs 10
-10110011100 installers 10
-10110011100 mussels 10
-10110011100 coughs 10
-10110011100 truncheons 10
-10110011100 tastings 10
-10110011100 perforations 10
-10110011100 goo 11
-10110011100 sweets 11
-10110011100 terraces 11
-10110011100 avocados 11
-10110011100 Chevys 11
-10110011100 thymidine 11
-10110011100 thoroughbreds 11
-10110011100 duels 11
-10110011100 sardines 11
-10110011100 jumbos 11
-10110011100 thrips 11
-10110011100 calisthenics 11
-10110011100 truffles 11
-10110011100 parrots 11
-10110011100 propellants 11
-10110011100 bikinis 11
-10110011100 abortifacients 11
-10110011100 applicators 11
-10110011100 plazas 11
-10110011100 locusts 11
-10110011100 trimmings 11
-10110011100 petunias 11
-10110011100 prostaglandins 11
-10110011100 respirators 11
-10110011100 MIAs 11
-10110011100 hospices 11
-10110011100 remover 11
-10110011100 forks 11
-10110011100 liqueurs 11
-10110011100 castles 12
-10110011100 cactus 12
-10110011100 Jaguars 12
-10110011100 nonwhites 12
-10110011100 microscopes 12
-10110011100 walkways 12
-10110011100 mixers 12
-10110011100 sutures 12
-10110011100 Silkworms 12
-10110011100 harps 12
-10110011100 breads 12
-10110011100 housings 12
-10110011100 daggers 12
-10110011100 pelts 12
-10110011100 jeers 12
-10110011100 acrobats 12
-10110011100 ferns 12
-10110011100 lecturers 12
-10110011100 multiplexers 12
-10110011100 crumbs 12
-10110011100 ores 12
-10110011100 bugles 12
-10110011100 Buicks 12
-10110011100 wrenches 12
-10110011100 dispatchers 12
-10110011100 squirrels 12
-10110011100 liquors 12
-10110011100 LPs 13
-10110011100 twinjets 13
-10110011100 F-14s 13
-10110011100 winks 13
-10110011100 chopsticks 13
-10110011100 walkie-talkies 13
-10110011100 watercolors 13
-10110011100 beetles 13
-10110011100 dioxins 13
-10110011100 torches 13
-10110011100 airstrips 13
-10110011100 greenhouses 13
-10110011100 mangoes 13
-10110011100 fleas 13
-10110011100 lodgings 13
-10110011100 conveniences 13
-10110011100 meningitis 13
-10110011100 sodas 13
-10110011100 lids 13
-10110011100 crickets 14
-10110011100 minicars 14
-10110011100 burglaries 14
-10110011100 ashtrays 14
-10110011100 yellows 14
-10110011100 scallops 14
-10110011100 candies 14
-10110011100 urchins 14
-10110011100 lotions 14
-10110011100 fillings 14
-10110011100 boulders 14
-10110011100 bungalows 14
-10110011100 barbecues 14
-10110011100 pistons 14
-10110011100 gyms 14
-10110011100 rubies 14
-10110011100 salts 14
-10110011100 trinkets 14
-10110011100 twin-jets 14
-10110011100 marshmallows 14
-10110011100 FSCs 14
-10110011100 screenplays 14
-10110011100 flatware 14
-10110011100 insubordination 14
-10110011100 mulch 14
-10110011100 Civics 14
-10110011100 pheasants 14
-10110011100 maples 15
-10110011100 blooms 15
-10110011100 lithographs 15
-10110011100 widgets 15
-10110011100 varietals 15
-10110011100 oxen 15
-10110011100 Primes 15
-10110011100 yarns 15
-10110011100 sleds 15
-10110011100 hisses 15
-10110011100 rims 15
-10110011100 sedums 15
-10110011100 cookbooks 15
-10110011100 surgeries 15
-10110011100 gearboxes 15
-10110011100 olives 15
-10110011100 hangers 15
-10110011100 Mercedes-Benzes 15
-10110011100 compatibles 15
-10110011100 tempos 15
-10110011100 hangars 15
-10110011100 refrigerants 16
-10110011100 jocks 16
-10110011100 shovels 16
-10110011100 valuables 16
-10110011100 bagels 16
-10110011100 foundries 16
-10110011100 colds 16
-10110011100 powders 16
-10110011100 bathtubs 16
-10110011100 partitions 16
-10110011100 freighters 16
-10110011100 batons 16
-10110011100 toothbrushes 16
-10110011100 Thunderbirds 16
-10110011100 linens 16
-10110011100 VTRs 16
-10110011100 incense 16
-10110011100 tights 16
-10110011100 T-cells 16
-10110011100 jeeps 16
-10110011100 melons 16
-10110011100 racehorses 16
-10110011100 Chevrolets 17
-10110011100 sweatshirts 17
-10110011100 tapestries 17
-10110011100 nozzles 17
-10110011100 synthesizers 17
-10110011100 janitors 17
-10110011100 Rolls-Royces 17
-10110011100 marinas 17
-10110011100 hospitalizations 17
-10110011100 clams 17
-10110011100 lymphocytes 17
-10110011100 ditches 18
-10110011100 postcards 18
-10110011100 ramps 18
-10110011100 pranks 18
-10110011100 pineapples 18
-10110011100 preservatives 18
-10110011100 DC-9s 18
-10110011100 A-340s 18
-10110011100 sailboats 18
-10110011100 placards 18
-10110011100 torpedoes 18
-10110011100 Escorts 18
-10110011100 fungicides 18
-10110011100 mannequins 18
-10110011100 shavers 18
-10110011100 thunderstorms 19
-10110011100 magnetism 19
-10110011100 decoders 19
-10110011100 frogs 19
-10110011100 teas 19
-10110011100 telescopes 19
-10110011100 look-alikes 19
-10110011100 antlers 19
-10110011100 tubs 19
-10110011100 syringes 19
-10110011100 alewives 19
-10110011100 collectives 19
-10110011100 tranquilizers 19
-10110011100 VDTs 20
-10110011100 analyzers 20
-10110011100 coffins 20
-10110011100 shrubs 20
-10110011100 K-cars 20
-10110011100 Toyotas 20
-10110011100 aches 20
-10110011100 Hondas 20
-10110011100 advertorials 20
-10110011100 gemstones 20
-10110011100 self-discipline 20
-10110011100 Porsches 20
-10110011100 parasites 20
-10110011100 cataracts 20
-10110011100 cucumbers 20
-10110011100 toothpastes 20
-10110011100 blouses 20
-10110011100 workouts 21
-10110011100 tulips 21
-10110011100 subtitles 21
-10110011100 DC-10s 21
-10110011100 hams 21
-10110011100 pastries 21
-10110011100 cherries 21
-10110011100 transplantation 21
-10110011100 rehearsals 21
-10110011100 otters 21
-10110011100 superminicomputers 21
-10110011100 blossoms 22
-10110011100 electrodes 22
-10110011100 guitars 22
-10110011100 excursions 22
-10110011100 loafers 22
-10110011100 fatigues 22
-10110011100 orchids 22
-10110011100 fakes 22
-10110011100 couches 22
-10110011100 waterfalls 22
-10110011100 caskets 23
-10110011100 forklifts 23
-10110011100 portables 23
-10110011100 mortars 23
-10110011100 enclosures 23
-10110011100 headphones 23
-10110011100 pagers 23
-10110011100 miscarriages 23
-10110011100 servers 23
-10110011100 microphones 23
-10110011100 peaches 23
-10110011100 tolls 23
-10110011100 snails 24
-10110011100 toasters 24
-10110011100 fugitives 24
-10110011100 disposables 24
-10110011100 steaks 24
-10110011100 projectors 24
-10110011100 mattresses 24
-10110011100 rags 24
-10110011100 dishwashers 24
-10110011100 napkins 25
-10110011100 lodges 25
-10110011100 cabs 25
-10110011100 stains 25
-10110011100 bumpers 25
-10110011100 hammers 25
-10110011100 miniskirts 26
-10110011100 sequels 26
-10110011100 axes 26
-10110011100 biscuits 26
-10110011100 gunships 26
-10110011100 sirens 26
-10110011100 pillows 26
-10110011100 doughnuts 26
-10110011100 barns 26
-10110011100 stoves 26
-10110011100 sandals 26
-10110011100 rivets 27
-10110011100 lesions 27
-10110011100 paneling 27
-10110011100 PS/2s 27
-10110011100 busts 27
-10110011100 Bibles 27
-10110011100 solos 28
-10110011100 trophies 28
-10110011100 cabins 28
-10110011100 bras 28
-10110011100 camcorders 28
-10110011100 flashlights 28
-10110011100 shotguns 28
-10110011100 pigeons 28
-10110011100 decoys 28
-10110011100 F-15s 28
-10110011100 freezers 28
-10110011100 stockings 28
-10110011100 blowers 28
-10110011100 gondolas 28
-10110011100 marshes 28
-10110011100 violins 29
-10110011100 geese 29
-10110011100 lounges 29
-10110011100 D-rams 29
-10110011100 ionizers 29
-10110011100 trays 29
-10110011100 muffins 29
-10110011100 curfews 29
-10110011100 inputs 30
-10110011100 projectiles 30
-10110011100 hydrocarbons 30
-10110011100 minisupercomputers 30
-10110011100 artworks 30
-10110011100 transistors 30
-10110011100 fuses 31
-10110011100 loudspeakers 31
-10110011100 autographs 31
-10110011100 vests 31
-10110011100 transponders 31
-10110011100 peas 31
-10110011100 noodles 31
-10110011100 creams 31
-10110011100 indemnities 31
-10110011100 mosques 31
-10110011100 handbags 31
-10110011100 irons 31
-10110011100 earrings 32
-10110011100 paste 32
-10110011100 crackers 32
-10110011100 vines 32
-10110011100 burgers 32
-10110011100 plaques 32
-10110011100 briefcases 32
-10110011100 seedlings 32
-10110011100 modems 32
-10110011100 sunflowers 32
-10110011100 skis 33
-10110011100 leeches 33
-10110011100 umbrellas 33
-10110011100 737-300s 33
-10110011100 blimps 33
-10110011100 canals 33
-10110011100 axles 33
-10110011100 constructions 34
-10110011100 nutrients 34
-10110011100 cavities 34
-10110011100 pistols 34
-10110011100 sauces 34
-10110011100 headlights 34
-10110011100 turkeys 34
-10110011100 maids 34
-10110011100 decorations 35
-10110011100 shacks 35
-10110011100 destroyers 35
-10110011100 airbags 35
-10110011100 blanks 35
-10110011100 erythropoietin 35
-10110011100 ATMs 35
-10110011100 cheeses 35
-10110011100 tampons 36
-10110011100 yachts 36
-10110011100 photocopiers 36
-10110011100 dictionaries 36
-10110011100 mammals 36
-10110011100 whistles 36
-10110011100 molds 36
-10110011100 toxins 37
-10110011100 handguns 37
-10110011100 skates 37
-10110011100 insecticides 37
-10110011100 onions 38
-10110011100 pianos 38
-10110011100 modules 39
-10110011100 lawns 39
-10110011100 furs 39
-10110011100 747-400s 39
-10110011100 goggles 40
-10110011100 braces 40
-10110011100 ribbons 40
-10110011100 delinquents 40
-10110011100 lemons 40
-10110011100 bulldozers 41
-10110011100 fountains 41
-10110011100 planets 41
-10110011100 microorganisms 41
-10110011100 cruisers 41
-10110011100 IPOs 41
-10110011100 souvenirs 41
-10110011100 Camaro 41
-10110011100 wolves 42
-10110011100 collars 42
-10110011100 ponds 42
-10110011100 scooters 42
-10110011100 potholes 42
-10110011100 gowns 43
-10110011100 oysters 43
-10110011100 fractures 43
-10110011100 pies 43
-10110011100 kidneys 43
-10110011100 scents 44
-10110011100 huts 44
-10110011100 chromosomes 44
-10110011100 stereos 45
-10110011100 rabbits 45
-10110011100 lions 45
-10110011100 Accords 45
-10110011100 vineyards 45
-10110011100 alligators 46
-10110011100 weddings 46
-10110011100 laptops 47
-10110011100 musicals 47
-10110011100 herbicides 47
-10110011100 eyeglasses 47
-10110011100 interleukin-2 48
-10110011100 salads 48
-10110011100 acids 48
-10110011100 notebooks 48
-10110011100 F-16s 48
-10110011100 soups 48
-10110011100 slacks 48
-10110011100 pacemakers 48
-10110011100 blankets 48
-10110011100 calculators 48
-10110011100 sitcoms 48
-10110011100 takeoffs 48
-10110011100 divorces 49
-10110011100 calendars 49
-10110011100 dyes 49
-10110011100 turtles 49
-10110011100 microbes 50
-10110011100 pizzas 50
-10110011100 tunnels 50
-10110011100 graphs 50
-10110011100 bathrooms 50
-10110011100 propellers 50
-10110011100 carrots 50
-10110011100 BMWs 51
-10110011100 limousines 51
-10110011100 herbs 51
-10110011100 727s 52
-10110011100 razors 52
-10110011100 Jeeps 52
-10110011100 whales 53
-10110011100 sedans 53
-10110011100 condos 53
-10110011100 dinosaurs 53
-10110011100 lubricants 54
-10110011100 menus 54
-10110011100 wrinkles 54
-10110011100 wafers 55
-10110011100 perfumes 55
-10110011100 payloads 55
-10110011100 cages 55
-10110011100 chocolates 55
-10110011100 hoses 55
-10110011100 cartridges 56
-10110011100 taxis 56
-10110011100 camels 57
-10110011100 bikes 57
-10110011100 compressors 58
-10110011100 cakes 59
-10110011100 soaps 59
-10110011100 SE 59
-10110011100 lighters 60
-10110011100 lathes 60
-10110011100 databases 60
-10110011100 detergents 60
-10110011100 spices 60
-10110011100 kitchens 61
-10110011100 mushrooms 61
-10110011100 knives 61
-10110011100 sprinklers 61
-10110011100 barges 62
-10110011100 snacks 62
-10110011100 TVs 63
-10110011100 microcomputers 64
-10110011100 tents 64
-10110011100 runways 64
-10110011100 filers 64
-10110011100 enzymes 65
-10110011100 fries 65
-10110011100 feathers 66
-10110011100 snakes 66
-10110011100 towels 66
-10110011100 roses 66
-10110011100 solvents 66
-10110011100 Thunderbird 67
-10110011100 implants 67
-10110011100 landscapes 69
-10110011100 747s 69
-10110011100 cruises 69
-10110011100 screws 70
-10110011100 ulcers 70
-10110011100 newsstands 72
-10110011100 bricks 73
-10110011100 spreadsheets 73
-10110011100 cigars 74
-10110011100 tablets 74
-10110011100 raisins 75
-10110011100 balloons 75
-10110011100 sunglasses 76
-10110011100 bananas 76
-10110011100 motorcycles 77
-10110011100 vitamins 79
-10110011100 sandwiches 80
-10110011100 comedies 80
-10110011100 hormones 81
-10110011100 fatalities 82
-10110011100 chlorofluorocarbons 82
-10110011100 cups 83
-10110011100 tunes 84
-10110011100 sweaters 86
-10110011100 cereals 86
-10110011100 sneakers 86
-10110011100 envelopes 88
-10110011100 microchips 88
-10110011100 medications 88
-10110011100 pens 89
-10110011100 billboards 90
-10110011100 toilets 90
-10110011100 crystals 90
-10110011100 steroids 91
-10110011100 trademarks 92
-10110011100 groceries 92
-10110011100 meats 93
-10110011100 ambulances 93
-10110011100 launchers 93
-10110011100 fragrances 94
-10110011100 landings 94
-10110011100 pickups 95
-10110011100 bicycles 95
-10110011100 seals 96
-10110011100 needles 96
-10110011100 flavors 98
-10110011100 antibiotics 98
-10110011100 locomotives 99
-10110011100 worms 99
-10110011100 tractors 99
-10110011100 bolts 101
-10110011100 convertibles 102
-10110011100 creatures 102
-10110011100 VCRs 103
-10110011100 hamburgers 105
-10110011100 drums 106
-10110011100 cleaners 107
-10110011100 condominiums 107
-10110011100 lanes 107
-10110011100 airliners 109
-10110011100 sensors 110
-10110011100 beers 110
-10110011100 brochures 110
-10110011100 joints 110
-10110011100 gears 112
-10110011100 bulbs 112
-10110011100 jackets 113
-10110011100 sculptures 113
-10110011100 737s 114
-10110011100 radars 115
-10110011100 scripts 116
-10110011100 videocassettes 116
-10110011100 garments 116
-10110011100 pollutants 118
-10110011100 transplants 118
-10110011100 filters 120
-10110011100 tomatoes 121
-10110011100 oranges 123
-10110011100 cartoons 123
-10110011100 cassettes 123
-10110011100 pigs 124
-10110011100 lakes 125
-10110011100 refrigerators 126
-10110011100 uniforms 126
-10110011100 fashions 126
-10110011100 coats 128
-10110011100 fatigue 129
-10110011100 rats 130
-10110011100 pneumonia 131
-10110011100 molecules 131
-10110011100 costumes 133
-10110011100 dolls 133
-10110011100 hats 133
-10110011100 cancers 140
-10110011100 copyrights 141
-10110011100 tumors 143
-10110011100 dishes 144
-10110011100 shells 145
-10110011100 cookies 150
-10110011100 births 150
-10110011100 galleries 150
-10110011100 apples 152
-10110011100 boots 153
-10110011100 medicines 153
-10110011100 dresses 157
-10110011100 hogs 158
-10110011100 T-shirts 159
-10110011100 diapers 159
-10110011100 condoms 160
-10110011100 radios 160
-10110011100 minivans 161
-10110011100 plates 163
-10110011100 pipes 165
-10110011100 bombers 165
-10110011100 copiers 166
-10110011100 robots 168
-10110011100 diamonds 169
-10110011100 viruses 173
-10110011100 bridges 174
-10110011100 bearings 174
-10110011100 televisions 177
-10110011100 concerts 179
-10110011100 potatoes 180
-10110011100 microprocessors 183
-10110011100 buttons 183
-10110011100 vaccines 184
-10110011100 mice 186
-10110011100 annuities 191
-10110011100 gloves 191
-10110011100 proteins 194
-10110011100 stones 196
-10110011100 infections 198
-10110011100 rocks 201
-10110011100 beverages 202
-10110011100 minicomputers 203
-10110011100 supercomputers 204
-10110011100 lasers 204
-10110011100 tubes 204
-10110011100 PCs 209
-10110011100 cows 212
-10110011100 mainframes 213
-10110011100 jetliners 213
-10110011100 videos 215
-10110011100 valves 218
-10110011100 chickens 221
-10110011100 pesticides 226
-10110011100 weekends 227
-10110011100 glasses 227
-10110011100 vans 230
-10110011100 domestically 237
-10110011100 flowers 237
-10110011100 highways 240
-10110011100 catalogs 240
-10110011100 abortions 241
-10110011100 genes 242
-10110011100 batteries 259
-10110011100 launches 275
-10110011100 bacteria 275
-10110011100 antibodies 280
-10110011100 shirts 282
-10110011100 horses 310
-10110011100 meals 311
-10110011100 submarines 312
-10110011100 automobiles 314
-10110011100 jeans 315
-10110011100 superconductors 316
-10110011100 rockets 322
-10110011100 airplanes 331
-10110011100 variations 334
-10110011100 songs 341
-10110011100 buses 364
-10110011100 eggs 370
-10110011100 defects 375
-10110011100 wines 386
-10110011100 repairs 389
-10110011100 autos 394
-10110011100 boats 409
-10110011100 fighters 412
-10110011100 vessels 426
-10110011100 semiconductors 437
-10110011100 helicopters 445
-10110011100 trains 445
-10110011100 guns 460
-10110011100 roads 462
-10110011100 tapes 466
-10110011100 fires 481
-10110011100 satellites 506
-10110011100 tires 533
-10110011100 toys 540
-10110011100 trips 540
-10110011100 patents 576
-10110011100 paintings 586
-10110011100 cigarettes 595
-10110011100 trees 613
-10110011100 clothes 654
-10110011100 shoes 678
-10110011100 jets 707
-10110011100 surgery 741
-10110011100 cells 873
-10110011100 tickets 880
-10110011100 animals 902
-10110011100 films 1096
-10110011100 ships 1165
-10110011100 movies 1349
-10110011100 engines 1393
-10110011100 flights 1734
-10110011100 trucks 1807
-10110011100 chips 1876
-10110011100 planes 1907
-10110011100 vehicles 2505
-10110011100 machines 2791
-10110011100 drugs 3415
-10110011100 cars 7075
-10110011100 computers 5131
-101100111010 player-rock 1
-101100111010 footswear 1
-101100111010 melees 1
-101100111010 sidekicks 1
-101100111010 camera-recorders 1
-101100111010 circuit. 1
-101100111010 non-powerhouses 1
-101100111010 bow-ties 1
-101100111010 stations. 1
-101100111010 legend-makers 1
-101100111010 non-buff 1
-101100111010 1765-1820 1
-101100111010 Systems. 1
-101100111010 Sat2 1
-101100111010 Sat1 1
-101100111010 missiles-goes 1
-101100111010 aspidistra 1
-101100111010 integers 1
-101100111010 atelier-eyrie 1
-101100111010 crafters 1
-101100111010 programers 1
-101100111010 griper 1
-101100111010 muggees 1
-101100111010 progamming 1
-101100111010 time-slots 1
-101100111010 news-hounds 1
-101100111010 myrmidons 1
-101100111010 labor-image 1
-101100111010 settees 1
-101100111010 GTSs 1
-101100111010 zone-radius 1
-101100111010 gunnysacks 1
-101100111010 docu-drama 1
-101100111010 wallet-watch 1
-101100111010 goalies 1
-101100111010 hyperventilators 1
-101100111010 biogs 1
-101100111010 MetalWear 1
-101100111010 opearations 1
-101100111010 ad-buying 1
-101100111010 newsclips 1
-101100111010 PROGRAMMING 1
-101100111010 playlists 1
-101100111010 abattoir 2
-101100111010 rooters 2
-101100111010 pumper 2
-101100111010 programming. 2
-101100111010 shows. 2
-101100111010 incendiaries 2
-101100111010 sashes 2
-101100111010 windsurfer 2
-101100111010 diethylstilbestrol 2
-101100111010 newswriters 2
-101100111010 whitetails 2
-101100111010 channelers 2
-101100111010 sideboards 2
-101100111010 mid-crop 2
-101100111010 copters 2
-101100111010 druglords 2
-101100111010 1-As 2
-101100111010 tuners 2
-101100111010 big-timers 2
-101100111010 store. 2
-101100111010 non-candidates 2
-101100111010 brutes 2
-101100111010 Kresges 2
-101100111010 Pershing-1Bs 2
-101100111010 mashers 2
-101100111010 tut-tutting 2
-101100111010 sidearm 2
-101100111010 sailings 3
-101100111010 airplay 3
-101100111010 alkalinity 3
-101100111010 rowboats 3
-101100111010 fests 3
-101100111010 cognacs 3
-101100111010 honchos 3
-101100111010 shutouts 3
-101100111010 vanes 3
-101100111010 lunchers 3
-101100111010 holsters 3
-101100111010 substations 3
-101100111010 remodelings 3
-101100111010 semi 4
-101100111010 decanter 4
-101100111010 silencers 4
-101100111010 programing 4
-101100111010 montages 4
-101100111010 2s 4
-101100111010 decal 4
-101100111010 prodigies 4
-101100111010 cloths 4
-101100111010 missles 4
-101100111010 ping 4
-101100111010 carbines 5
-101100111010 concentrators 5
-101100111010 porcelains 5
-101100111010 ventilators 5
-101100111010 stills 5
-101100111010 marques 5
-101100111010 magnifier 5
-101100111010 Ferraris 5
-101100111010 newscasters 5
-101100111010 pronunciations 5
-101100111010 triathlons 5
-101100111010 imipramine 5
-101100111010 firehouses 5
-101100111010 jumper 5
-101100111010 cliques 5
-101100111010 farmhouses 5
-101100111010 757-200s 5
-101100111010 bunks 6
-101100111010 duplexes 6
-101100111010 7-Elevens 6
-101100111010 mitts 6
-101100111010 buggies 6
-101100111010 chauffeurs 6
-101100111010 transceivers 6
-101100111010 tuner 6
-101100111010 fiend 6
-101100111010 strikeouts 6
-101100111010 nightlife 6
-101100111010 scribes 7
-101100111010 fluorescents 7
-101100111010 gyroscopes 7
-101100111010 angler 7
-101100111010 pulpits 7
-101100111010 homilies 7
-101100111010 frocks 7
-101100111010 togs 8
-101100111010 outputs 8
-101100111010 townhouses 8
-101100111010 1As 8
-101100111010 clubhouses 8
-101100111010 bric-a-brac 8
-101100111010 endorsers 8
-101100111010 B-2s 8
-101100111010 lagoons 8
-101100111010 checkouts 8
-101100111010 delicatessens 9
-101100111010 newsrooms 9
-101100111010 finery 9
-101100111010 distributorships 9
-101100111010 A330 10
-101100111010 scrolls 10
-101100111010 anchormen 10
-101100111010 turnstiles 10
-101100111010 tourneys 11
-101100111010 videodisks 11
-101100111010 rinks 11
-101100111010 recitals 11
-101100111010 fonts 11
-101100111010 wearers 12
-101100111010 pawnshops 12
-101100111010 PBXs 12
-101100111010 arcades 12
-101100111010 WNYW-TV 12
-101100111010 secretions 12
-101100111010 stallions 12
-101100111010 Audis 13
-101100111010 mites 13
-101100111010 hotlines 13
-101100111010 piers 14
-101100111010 beacons 14
-101100111010 courthouses 15
-101100111010 villas 15
-101100111010 brigades 16
-101100111010 fireplaces 16
-101100111010 boulevards 16
-101100111010 petals 17
-101100111010 federations 17
-101100111010 carriages 17
-101100111010 tuxedos 18
-101100111010 blackouts 18
-101100111010 cameramen 19
-101100111010 ponies 19
-101100111010 champs 20
-101100111010 storefronts 20
-101100111010 marts 20
-101100111010 marathons 20
-101100111010 chandeliers 22
-101100111010 inns 22
-101100111010 scarves 22
-101100111010 hotel-casinos 23
-101100111010 IIs 24
-101100111010 MD-80s 24
-101100111010 feeders 25
-101100111010 ICBMs 25
-101100111010 casino-hotels 25
-101100111010 bays 26
-101100111010 sawmills 26
-101100111010 hoods 28
-101100111010 subdivisions 29
-101100111010 A-320s 30
-101100111010 weeklies 30
-101100111010 funerals 31
-101100111010 livers 31
-101100111010 saws 32
-101100111010 boroughs 32
-101100111010 airfields 33
-101100111010 depots 34
-101100111010 telecasts 34
-101100111010 subs 35
-101100111010 dairies 35
-101100111010 tabloids 36
-101100111010 pellets 36
-101100111010 evangelists 36
-101100111010 newscasts 37
-101100111010 bedrooms 37
-101100111010 cemeteries 38
-101100111010 waterways 38
-101100111010 routines 39
-101100111010 nightclubs 40
-101100111010 converters 40
-101100111010 rugs 41
-101100111010 garages 43
-101100111010 outings 43
-101100111010 MD-11s 43
-101100111010 subways 44
-101100111010 silos 44
-101100111010 arenas 45
-101100111010 skyscrapers 45
-101100111010 rackets 45
-101100111010 cafes 47
-101100111010 formats 48
-101100111010 tournaments 48
-101100111010 bakeries 50
-101100111010 helmets 56
-101100111010 preachers 57
-101100111010 breakfasts 58
-101100111010 jails 60
-101100111010 bats 61
-101100111010 parlors 61
-101100111010 clocks 62
-101100111010 adoptions 64
-101100111010 pharmacies 64
-101100111010 cafeterias 64
-101100111010 interceptors 64
-101100111010 frequencies 65
-101100111010 pubs 67
-101100111010 receivers 70
-101100111010 suites 74
-101100111010 incinerators 75
-101100111010 classrooms 77
-101100111010 stadiums 77
-101100111010 gardens 86
-101100111010 motels 87
-101100111010 frames 89
-101100111010 specials 98
-101100111010 albums 98
-101100111010 bombings 100
-101100111010 dams 105
-101100111010 bullets 121
-101100111010 dinners 126
-101100111010 showrooms 128
-101100111010 drugstores 129
-101100111010 rentals 136
-101100111010 generators 141
-101100111010 blades 145
-101100111010 libraries 146
-101100111010 lenses 151
-101100111010 balls 161
-101100111010 dealerships 165
-101100111010 resorts 220
-101100111010 ports 224
-101100111010 villages 227
-101100111010 reactors 246
-101100111010 casinos 257
-101100111010 circuits 267
-101100111010 broadcasts 276
-101100111010 bombs 301
-101100111010 counties 305
-101100111010 holes 325
-101100111010 apartments 410
-101100111010 crews 420
-101100111010 windows 432
-101100111010 theaters 449
-101100111010 supermarkets 492
-101100111010 cameras 494
-101100111010 screens 499
-101100111010 franchises 507
-101100111010 tanks 591
-101100111010 spots 632
-101100111010 shops 640
-101100111010 doors 691
-101100111010 outlets 759
-101100111010 commercials 989
-101100111010 factories 1117
-101100111010 magazines 1222
-101100111010 branches 1234
-101100111010 hotels 1259
-101100111010 games 1286
-101100111010 restaurants 1409
-101100111010 missiles 2613
-101100111010 stations 2820
-101100111010 offices 2987
-101100111010 stores 6132
-101100111010 plants 5190
-1011001110110 wargames 1
-1011001110110 superheros 1
-1011001110110 basket-making 1
-1011001110110 Aerotransport 1
-1011001110110 rs 1
-1011001110110 productivity. 1
-1011001110110 consultants-to-be 1
-1011001110110 deflectors 1
-1011001110110 competitiveness. 1
-1011001110110 benefit-payments 1
-1011001110110 mortaring 1
-1011001110110 clatters 1
-1011001110110 Nosadella 1
-1011001110110 ghazi 1
-1011001110110 tumescence 1
-1011001110110 gasifier 1
-1011001110110 guideway 1
-1011001110110 recombinations 1
-1011001110110 Contini-Bonacossi 1
-1011001110110 movie. 1
-1011001110110 fixator 1
-1011001110110 esotericism 1
-1011001110110 infomation 1
-1011001110110 underbody 1
-1011001110110 burn-off 1
-1011001110110 bookmarts 1
-1011001110110 agreements. 1
-1011001110110 muddleheadedness 1
-1011001110110 imperviousness 1
-1011001110110 Wright-wash 1
-1011001110110 plane-building 1
-1011001110110 curlicues 2
-1011001110110 convolutions 2
-1011001110110 reheaters 2
-1011001110110 expo 2
-1011001110110 disinfectants 2
-1011001110110 parsimony 2
-1011001110110 paranoias 2
-1011001110110 investigaton 2
-1011001110110 institution. 2
-1011001110110 churnings 2
-1011001110110 yes-man 2
-1011001110110 harmlessness 2
-1011001110110 Epilady 3
-1011001110110 nobodies 3
-1011001110110 cordials 3
-1011001110110 bunkum 3
-1011001110110 reclusion 3
-1011001110110 co-productions 3
-1011001110110 tight-fistedness 4
-1011001110110 information. 4
-1011001110110 work-week 4
-1011001110110 affability 4
-1011001110110 pasts 5
-1011001110110 joists 6
-1011001110110 industry. 6
-1011001110110 lineups 11
-1011001110110 incorporations 13
-1011001110110 indentures 15
-1011001110110 obscurity 66
-1011001110110 mills 756
-1011001110110 operations 17654
-1011001110110 activities 3753
-10110011101110 3/16ths 1
-10110011101110 1,481,782 1
-10110011101110 conversations. 1
-10110011101110 20-for-one 1
-10110011101110 hostaging 1
-10110011101110 wire-tapping 1
-10110011101110 mebranes 1
-10110011101110 transmitter-receivers 1
-10110011101110 call. 1
-10110011101110 addressability 1
-10110011101110 1-800-937-2000 1
-10110011101110 cards. 2
-10110011101110 handset 2
-10110011101110 Zarzis 2
-10110011101110 Festivas 2
-10110011101110 machine. 2
-10110011101110 decomposing 2
-10110011101110 Giacomettis 2
-10110011101110 tamperings 2
-10110011101110 splitters 2
-10110011101110 Encores 2
-10110011101110 observatories 2
-10110011101110 937.50 2
-10110011101110 3903 2
-10110011101110 marquees 3
-10110011101110 granters 3
-10110011101110 signs. 3
-10110011101110 Golfs 3
-10110011101110 waders 3
-10110011101110 Y-MPs 3
-10110011101110 oxbows 4
-10110011101110 Corollas 4
-10110011101110 monthlies 5
-10110011101110 Toronados 5
-10110011101110 LeBarons 5
-10110011101110 Allantes 5
-10110011101110 snouts 5
-10110011101110 reissues 5
-10110011101110 agonists 5
-10110011101110 manholes 5
-10110011101110 mavens 6
-10110011101110 roadster 6
-10110011101110 HF 6
-10110011101110 billet 6
-10110011101110 marque 6
-10110011101110 11-1 6
-10110011101110 fiends 6
-10110011101110 Dexatrim 6
-10110011101110 Excels 7
-10110011101110 handsets 7
-10110011101110 Sagas 8
-10110011101110 groupie 8
-10110011101110 accelerators 9
-10110011101110 gyros 9
-10110011101110 exteriors 9
-10110011101110 consolidators 10
-10110011101110 Hansa 10
-10110011101110 sockets 11
-10110011101110 lifeboats 13
-10110011101110 J-cars 13
-10110011101110 changeovers 14
-10110011101110 grantors 14
-10110011101110 worthiness 15
-10110011101110 Macintoshes 17
-10110011101110 heavies 17
-10110011101110 vintages 19
-10110011101110 idols 20
-10110011101110 coupes 21
-10110011101110 receptors 21
-10110011101110 kiosks 22
-10110011101110 antigens 22
-10110011101110 grills 23
-10110011101110 loops 23
-10110011101110 titans 25
-10110011101110 Fieros 29
-10110011101110 X-cars 29
-10110011101110 membranes 30
-10110011101110 paraphernalia 30
-10110011101110 vapors 34
-10110011101110 blocs 34
-10110011101110 pods 39
-10110011101110 frigates 46
-10110011101110 poles 60
-10110011101110 subcompacts 69
-10110011101110 757s 69
-10110011101110 booths 70
-10110011101110 solicitations 81
-10110011101110 introductions 95
-10110011101110 directories 109
-10110011101110 inhabitants 118
-10110011101110 bands 148
-10110011101110 productions 183
-10110011101110 rings 247
-10110011101110 cans 269
-10110011101110 islands 276
-10110011101110 telephones 311
-10110011101110 switches 342
-10110011101110 territories 393
-10110011101110 phones 427
-10110011101110 boxes 458
-10110011101110 bags 625
-10110011101110 subscribers 850
-10110011101110 teams 875
-10110011101110 divisions 1459
-10110011101110 subsidiaries 1565
-10110011101110 cards 1629
-10110011101110 networks 1959
-10110011101110 models 3037
-10110011101110 units 7724
-10110011101110 lines 3766
-10110011101111 fluttered 1
-10110011101111 tourists. 1
-10110011101111 holders-in-waiting 1
-10110011101111 pipe-fabricators 1
-10110011101111 A15s 1
-10110011101111 chlorides 1
-10110011101111 redevelopments 1
-10110011101111 silos. 1
-10110011101111 owner-developers 1
-10110011101111 smelting-works 1
-10110011101111 Euroratings 1
-10110011101111 nutcase 1
-10110011101111 miniplants 1
-10110011101111 refuelings 1
-10110011101111 admittances 1
-10110011101111 Sheratons 1
-10110011101111 landform 1
-10110011101111 ArgoSystems 1
-10110011101111 tumblers 2
-10110011101111 baronies 2
-10110011101111 R-21 2
-10110011101111 landholder 2
-10110011101111 facilties 2
-10110011101111 ones. 2
-10110011101111 hostelries 2
-10110011101111 foulups 2
-10110011101111 pituitaries 2
-10110011101111 scythes 2
-10110011101111 decisionmakers 2
-10110011101111 bloodhounds 2
-10110011101111 meddler 2
-10110011101111 biplanes 2
-10110011101111 Playbill 2
-10110011101111 vacuity 2
-10110011101111 buldings 3
-10110011101111 brushers 3
-10110011101111 reflectors 3
-10110011101111 scramblers 3
-10110011101111 pastorals 3
-10110011101111 permeation 3
-10110011101111 ovals 3
-10110011101111 gewgaws 3
-10110011101111 down-phases 3
-10110011101111 fetes 3
-10110011101111 virtuosos 3
-10110011101111 rainwear 3
-10110011101111 ex-guards 4
-10110011101111 situps 4
-10110011101111 arks 4
-10110011101111 counteradvertising 4
-10110011101111 expressways 4
-10110011101111 oversights 4
-10110011101111 inflations 4
-10110011101111 songbirds 4
-10110011101111 products. 4
-10110011101111 nationalisms 4
-10110011101111 punchers 4
-10110011101111 digester 4
-10110011101111 hemorrhages 5
-10110011101111 vocalists 5
-10110011101111 guises 5
-10110011101111 tarts 5
-10110011101111 champagnes 5
-10110011101111 guzzlers 5
-10110011101111 scoreboards 5
-10110011101111 specters 5
-10110011101111 facilites 5
-10110011101111 ballrooms 6
-10110011101111 transferees 6
-10110011101111 intellects 6
-10110011101111 wrapper 6
-10110011101111 isolationists 7
-10110011101111 tributaries 7
-10110011101111 galas 7
-10110011101111 healers 7
-10110011101111 roasts 7
-10110011101111 infrastructures 7
-10110011101111 inpatients 7
-10110011101111 confections 8
-10110011101111 assemblymen 8
-10110011101111 standbys 9
-10110011101111 MD-88s 9
-10110011101111 careerists 10
-10110011101111 impostors 10
-10110011101111 cubicles 10
-10110011101111 genres 10
-10110011101111 giver 11
-10110011101111 imprints 11
-10110011101111 epics 11
-10110011101111 battlegrounds 12
-10110011101111 kilns 12
-10110011101111 basins 13
-10110011101111 aquifers 13
-10110011101111 banquets 13
-10110011101111 reliefs 14
-10110011101111 quarries 14
-10110011101111 laundries 14
-10110011101111 gizmos 14
-10110011101111 chestnuts 14
-10110011101111 pavilions 14
-10110011101111 junkets 15
-10110011101111 pathways 15
-10110011101111 mints 17
-10110011101111 intestine 17
-10110011101111 blockers 18
-10110011101111 buns 18
-10110011101111 reefs 19
-10110011101111 eateries 20
-10110011101111 nurseries 23
-10110011101111 antagonists 26
-10110011101111 high-rises 27
-10110011101111 intersections 28
-10110011101111 freeways 31
-10110011101111 ensembles 31
-10110011101111 groves 32
-10110011101111 switchboards 32
-10110011101111 hybrids 35
-10110011101111 reservoirs 36
-10110011101111 plantations 38
-10110011101111 tycoons 39
-10110011101111 landmarks 40
-10110011101111 compacts 42
-10110011101111 contaminants 43
-10110011101111 convoys 43
-10110011101111 foul-ups 43
-10110011101111 alleys 44
-10110011101111 cylinders 45
-10110011101111 boilers 48
-10110011101111 workplaces 49
-10110011101111 givers 51
-10110011101111 empires 54
-10110011101111 periodicals 56
-10110011101111 conductors 59
-10110011101111 foodstuffs 66
-10110011101111 organisms 70
-10110011101111 turbines 83
-10110011101111 establishments 94
-10110011101111 complexes 104
-10110011101111 outfits 112
-10110011101111 particles 117
-10110011101111 fleets 118
-10110011101111 start-ups 126
-10110011101111 landfills 128
-10110011101111 destinations 139
-10110011101111 hubs 144
-10110011101111 platforms 151
-10110011101111 conglomerates 154
-10110011101111 constituencies 174
-10110011101111 towers 178
-10110011101111 installations 178
-10110011101111 attractions 209
-10110011101111 forests 216
-10110011101111 rigs 235
-10110011101111 beds 249
-10110011101111 refineries 249
-10110011101111 wastes 271
-10110011101111 substances 289
-10110011101111 compounds 368
-10110011101111 labs 372
-10110011101111 farms 412
-10110011101111 wells 448
-10110011101111 giants 493
-10110011101111 channels 500
-10110011101111 towns 535
-10110011101111 locations 579
-10110011101111 crops 753
-10110011101111 airports 805
-10110011101111 routes 854
-10110011101111 communities 865
-10110011101111 sites 925
-10110011101111 chains 1052
-10110011101111 fields 1166
-10110011101111 brands 1232
-10110011101111 buildings 1532
-10110011101111 ones 2577
-10110011101111 properties 2682
-10110011101111 industries 3015
-10110011101111 facilities 3120
-10110011101111 projects 4007
-10110011101111 businesses 7990
-101100111100 intemperances 1
-101100111100 cash-prices 1
-101100111100 denominated-debt 1
-101100111100 trading. 1
-101100111100 specialities 1
-101100111100 mucked 1
-101100111100 +56 1
-101100111100 originiated 1
-101100111100 .................................. 1
-101100111100 selectors 1
-101100111100 uncouple 1
-101100111100 undewritings 1
-101100111100 marekts 1
-101100111100 vernus 2
-101100111100 seats. 2
-101100111100 steppe 3
-101100111100 depreciations 3
-101100111100 inconvertibility 3
-101100111100 bathhouses 4
-101100111100 system. 7
-101100111100 picker 18
-101100111100 bourses 20
-101100111100 marketplaces 26
-101100111100 newswires 34
-101100111100 pickers 37
-101100111100 championships 45
-101100111100 translations 87
-101100111100 pits 342
-101100111100 markets 16963
-101100111100 exchanges 2136
-1011001111010 P-3-G 1
-1011001111010 ancecdote 1
-1011001111010 electees 1
-1011001111010 materials. 1
-1011001111010 Parkoscope 1
-1011001111010 soures 1
-1011001111010 Revoked 1
-1011001111010 shirtwaists 1
-1011001111010 Safavids 1
-1011001111010 languorously 1
-1011001111010 Wants-It-Gets-It 1
-1011001111010 mini-city 1
-1011001111010 INCUBATORS 1
-1011001111010 biotherapeutics 1
-1011001111010 non-books 1
-1011001111010 oblongs 1
-1011001111010 occassions 1
-1011001111010 provision. 1
-1011001111010 stores. 1
-1011001111010 shinbone 1
-1011001111010 high-technologies 1
-1011001111010 description. 1
-1011001111010 G-notes 1
-1011001111010 REMICs 2
-1011001111010 fakers 2
-1011001111010 plusses 2
-1011001111010 tracery 2
-1011001111010 appetit 2
-1011001111010 press-conference 2
-1011001111010 Mafiosi 2
-1011001111010 magnetometers 2
-1011001111010 logic. 2
-1011001111010 birches 2
-1011001111010 intruments 2
-1011001111010 usages 2
-1011001111010 hirees 3
-1011001111010 high-flyers 3
-1011001111010 Heaney 3
-1011001111010 wish-lists 3
-1011001111010 duos 3
-1011001111010 plebiscites 3
-1011001111010 anti-virals 4
-1011001111010 riffs 4
-1011001111010 subgroup 6
-1011001111010 subindexes 6
-1011001111010 gasses 7
-1011001111010 registries 7
-1011001111010 stock-pickers 8
-1011001111010 tranches 17
-1011001111010 behemoths 18
-1011001111010 underwritings 121
-1011001111010 advancers 145
-1011001111010 financings 214
-1011001111010 listings 298
-1011001111010 decliners 354
-1011001111010 auctions 400
-1011001111010 gainers 570
-1011001111010 offerings 1781
-1011001111010 issues 16468
-1011001111011 tetrafluoride 1
-1011001111011 tassels 1
-1011001111011 menders 1
-1011001111011 SCANTECH 1
-1011001111011 Euroissues 1
-1011001111011 hoers 1
-1011001111011 bohemias 1
-1011001111011 supermicro 1
-1011001111011 overdog 1
-1011001111011 Furakawa 1
-1011001111011 CRESTED 1
-1011001111011 entrepreneur-scientist 1
-1011001111011 potage 1
-1011001111011 babblings 1
-1011001111011 hymnals 1
-1011001111011 imagers 1
-1011001111011 oxidase 1
-1011001111011 rootworms 1
-1011001111011 debunkers 1
-1011001111011 exists. 1
-1011001111011 sugarers 1
-1011001111011 likker 1
-1011001111011 beeches 1
-1011001111011 marmots 1
-1011001111011 Citicard 1
-1011001111011 bollworm 1
-1011001111011 overmanaged 1
-1011001111011 rod-and-bar 1
-1011001111011 mega-lawyering 1
-1011001111011 scampi 1
-1011001111011 chronometer 1
-1011001111011 extra-pricey 1
-1011001111011 tikka 1
-1011001111011 quantization 1
-1011001111011 childnapping 1
-1011001111011 percolator 1
-1011001111011 state-house 1
-1011001111011 bug-free 2
-1011001111011 companys 2
-1011001111011 bluegills 2
-1011001111011 odalisque 2
-1011001111011 whiteners 2
-1011001111011 highflyers 2
-1011001111011 386/PC 2
-1011001111011 aureus 2
-1011001111011 pone 2
-1011001111011 non-financials 2
-1011001111011 horticulturists 2
-1011001111011 politics. 2
-1011001111011 ropers 2
-1011001111011 culm 2
-1011001111011 Fish-n-Fool 2
-1011001111011 Potpourri 2
-1011001111011 stimulator 2
-1011001111011 watchbands 3
-1011001111011 oars 3
-1011001111011 calumny 3
-1011001111011 500s 3
-1011001111011 jackasses 3
-1011001111011 popper 3
-1011001111011 citrate 3
-1011001111011 giblets 3
-1011001111011 vitrines 3
-1011001111011 stethoscopes 3
-1011001111011 borer 4
-1011001111011 dibromide 4
-1011001111011 narcissism 4
-1011001111011 bosons 4
-1011001111011 borers 4
-1011001111011 vertigo 4
-1011001111011 denims 4
-1011001111011 Unicer 4
-1011001111011 Dough 5
-1011001111011 dispersants 5
-1011001111011 discotheques 5
-1011001111011 stews 6
-1011001111011 bodegas 6
-1011001111011 cheeseburgers 6
-1011001111011 companies. 6
-1011001111011 Parkers 9
-1011001111011 cathodes 9
-1011001111011 syrups 9
-1011001111011 oncogenes 10
-1011001111011 Volkswagens 12
-1011001111011 rustlers 14
-1011001111011 swimsuits 15
-1011001111011 ledgers 18
-1011001111011 tortillas 19
-1011001111011 carcasses 20
-1011001111011 perpetuals 26
-1011001111011 Zeitung 27
-1011001111011 paddies 28
-1011001111011 raisers 34
-1011001111011 beets 35
-1011001111011 jockeys 38
-1011001111011 cyclicals 41
-1011001111011 oxides 41
-1011001111011 MLPs 51
-1011001111011 blue-chips 78
-1011001111011 crudes 94
-1011001111011 medals 102
-1011001111011 bellies 141
-1011001111011 steels 144
-1011001111011 electricals 149
-1011001111011 grains 219
-1011001111011 beans 256
-1011001111011 coins 436
-1011001111011 stocks 15761
-1011001111011 mines 1012
-1011001111100 milennium 1
-1011001111100 symbol-AMSR 1
-1011001111100 uncooperativeness 1
-1011001111100 blurriest 1
-1011001111100 fundholdings 1
-1011001111100 long-shunned 1
-1011001111100 near-neighbors 1
-1011001111100 youngers 1
-1011001111100 pine-cone 1
-1011001111100 backswings 1
-1011001111100 intermediate- 1
-1011001111100 non-Britishness 1
-1011001111100 assiduousness 1
-1011001111100 singsongy 1
-1011001111100 Skodas 1
-1011001111100 279.85 1
-1011001111100 M.R.S. 1
-1011001111100 half-socks 1
-1011001111100 brioche 1
-1011001111100 trouncings 1
-1011001111100 harems 1
-1011001111100 shoulder. 1
-1011001111100 orneriness 1
-1011001111100 cost-attractiveness 1
-1011001111100 tanktops 1
-1011001111100 sheep. 1
-1011001111100 limosines 1
-1011001111100 vexations 1
-1011001111100 shortwaves 1
-1011001111100 credibility. 1
-1011001111100 Webcors 1
-1011001111100 supply-runs 1
-1011001111100 USC-UCLA 1
-1011001111100 hyper-hyped 1
-1011001111100 90-win 1
-1011001111100 argument. 1
-1011001111100 innoculations 1
-1011001111100 palatability 1
-1011001111100 guaranteees 1
-1011001111100 sellers-who 1
-1011001111100 authoress 1
-1011001111100 promulgators 1
-1011001111100 commitment-taking 1
-1011001111100 lingual 1
-1011001111100 corporeality 1
-1011001111100 fruitiness 1
-1011001111100 impregnability 1
-1011001111100 spittle 1
-1011001111100 self-condemnation 1
-1011001111100 menfolk 1
-1011001111100 leashes 1
-1011001111100 britches 1
-1011001111100 clubmate 1
-1011001111100 Chineseness 1
-1011001111100 Rocksports 1
-1011001111100 Lordships 1
-1011001111100 Hamlet-in-residence 1
-1011001111100 non-racism 1
-1011001111100 25-footer 1
-1011001111100 infancies 1
-1011001111100 caldrons 1
-1011001111100 grindstones 1
-1011001111100 sackers 1
-1011001111100 platinum- 1
-1011001111100 standfastness 1
-1011001111100 incorporators 1
-1011001111100 huppa 1
-1011001111100 indulgences. 1
-1011001111100 fuel-guzzlers 1
-1011001111100 multimixers 1
-1011001111100 fellow-traders 1
-1011001111100 franschisees 1
-1011001111100 clickers 1
-1011001111100 interruptaholism 1
-1011001111100 hidey-holes 1
-1011001111100 uteruses 1
-1011001111100 down-hole 1
-1011001111100 co-nationalists 1
-1011001111100 apartments. 1
-1011001111100 incumbencies 1
-1011001111100 victimhood 1
-1011001111100 retinyl-palmitated 1
-1011001111100 bedpost 1
-1011001111100 benfits 1
-1011001111100 reincarnations 1
-1011001111100 working- 1
-1011001111100 traffic-systems 1
-1011001111100 leaving. 1
-1011001111100 indirectness 1
-1011001111100 skivvies 1
-1011001111100 crassest 1
-1011001111100 particpants 1
-1011001111100 jammies 1
-1011001111100 production. 1
-1011001111100 moustaches 1
-1011001111100 shirttails 1
-1011001111100 point-money 1
-1011001111100 ineligibility 1
-1011001111100 high-jumpers 1
-1011001111100 dissonances 2
-1011001111100 884.93 2
-1011001111100 wilts 2
-1011001111100 witchery 2
-1011001111100 cantors 2
-1011001111100 railheads 2
-1011001111100 repugnance 2
-1011001111100 SH-04 2
-1011001111100 forensics 2
-1011001111100 partners. 2
-1011001111100 coater 2
-1011001111100 948.40 2
-1011001111100 840.72 2
-1011001111100 low-fee 2
-1011001111100 monarchists 2
-1011001111100 railbikes 2
-1011001111100 seepages 2
-1011001111100 cultivar 2
-1011001111100 300s 2
-1011001111100 wineglasses 2
-1011001111100 valises 2
-1011001111100 sniggers 2
-1011001111100 VOLKSFUERSORGE 2
-1011001111100 mantels 2
-1011001111100 penthouses 2
-1011001111100 daddies 2
-1011001111100 bedtimes 2
-1011001111100 ponchos 2
-1011001111100 young-old 2
-1011001111100 Scotches 2
-1011001111100 chart-toppers 2
-1011001111100 853.13 2
-1011001111100 JT8Ds 2
-1011001111100 1056.38 2
-1011001111100 uncollectables 2
-1011001111100 1926.2 2
-1011001111100 prognoses 3
-1011001111100 lifespans 3
-1011001111100 passer 3
-1011001111100 district- 3
-1011001111100 967.49 3
-1011001111100 Tridents 3
-1011001111100 major- 3
-1011001111100 rotations 3
-1011001111100 co-religionists 3
-1011001111100 961.48 3
-1011001111100 Scud-Bs 3
-1011001111100 identifiers 3
-1011001111100 dissertations 3
-1011001111100 thermostats 3
-1011001111100 18936.76 3
-1011001111100 ids 3
-1011001111100 Seattlites 3
-1011001111100 lovemaking 3
-1011001111100 duffs 4
-1011001111100 navels 4
-1011001111100 964.64 4
-1011001111100 puritanism 4
-1011001111100 Boeings 4
-1011001111100 cutthroats 4
-1011001111100 2754.56 4
-1011001111100 reshufflings 4
-1011001111100 hearths 4
-1011001111100 orations 4
-1011001111100 1532.01 4
-1011001111100 mutinies 5
-1011001111100 1344.06 5
-1011001111100 hooves 5
-1011001111100 sluices 5
-1011001111100 phlegm 5
-1011001111100 T-tops 5
-1011001111100 2680.48 6
-1011001111100 tyrannies 6
-1011001111100 mariners 6
-1011001111100 toenails 6
-1011001111100 execs 6
-1011001111100 1040A 6
-1011001111100 cabernets 6
-1011001111100 substrates 6
-1011001111100 erections 6
-1011001111100 foreheads 7
-1011001111100 casters 7
-1011001111100 distinctiveness 7
-1011001111100 turbans 7
-1011001111100 tenures 7
-1011001111100 driveways 8
-1011001111100 moons 8
-1011001111100 exertions 8
-1011001111100 tantrums 8
-1011001111100 turnovers 9
-1011001111100 frosts 9
-1011001111100 backyards 9
-1011001111100 boardings 10
-1011001111100 treks 10
-1011001111100 scorers 11
-1011001111100 parities 11
-1011001111100 internships 11
-1011001111100 electorates 11
-1011001111100 antennae 11
-1011001111100 paws 12
-1011001111100 Volvos 12
-1011001111100 beachheads 12
-1011001111100 1955.57 13
-1011001111100 Premiers 13
-1011001111100 publics 13
-1011001111100 Cokes 13
-1011001111100 stools 13
-1011001111100 lockers 14
-1011001111100 eyeballs 14
-1011001111100 checkbooks 15
-1011001111100 W-4s 15
-1011001111100 shake-ups 15
-1011001111100 sorties 15
-1011001111100 mailboxes 15
-1011001111100 droppings 16
-1011001111100 consciences 16
-1011001111100 surnames 16
-1011001111100 homicides 16
-1011001111100 faiths 18
-1011001111100 debuts 18
-1011001111100 livelihoods 20
-1011001111100 bachelors 20
-1011001111100 birthdays 20
-1011001111100 candidacies 22
-1011001111100 weightings 22
-1011001111100 lifetimes 23
-1011001111100 stomachs 24
-1011001111100 canvases 39
-1011001111100 friendships 40
-1011001111100 70s 41
-1011001111100 80s 42
-1011001111100 wallets 43
-1011001111100 skins 44
-1011001111100 pencils 45
-1011001111100 60s 47
-1011001111100 pastures 51
-1011001111100 stints 55
-1011001111100 necks 56
-1011001111100 dwellings 61
-1011001111100 diets 67
-1011001111100 inventions 68
-1011001111100 passports 69
-1011001111100 50s 72
-1011001111100 mouths 74
-1011001111100 wares 78
-1011001111100 residences 89
-1011001111100 egos 91
-1011001111100 noses 95
-1011001111100 heights 100
-1011001111100 paychecks 106
-1011001111100 horns 110
-1011001111100 entrants 113
-1011001111100 arrivals 117
-1011001111100 reputations 119
-1011001111100 herds 124
-1011001111100 40s 129
-1011001111100 20s 149
-1011001111100 30s 157
-1011001111100 peaks 171
-1011001111100 desks 174
-1011001111100 vacancies 215
-1011001111100 vacations 256
-1011001111100 careers 353
-1011001111100 titles 427
-1011001111100 performers 434
-1011001111100 roles 499
-1011001111100 lows 712
-1011001111100 highs 908
-1011001111100 portfolios 958
-1011001111100 posts 1079
-1011001111100 homes 2050
-1011001111100 positions 3568
-1011001111100 jobs 5973
-1011001111100 investments 4449
-1011001111101 Anne-Caroline 1
-1011001111101 1,528,800 1
-1011001111101 verifications 1
-1011001111101 Supertitles 1
-1011001111101 properties.Revenue 1
-1011001111101 bladders 1
-1011001111101 ENIChem 1
-1011001111101 218,740 1
-1011001111101 spinnaker 1
-1011001111101 lilts 1
-1011001111101 stiff-jointed 1
-1011001111101 189,474 1
-1011001111101 25,953 1
-1011001111101 scorches 1
-1011001111101 Bi-Invest 1
-1011001111101 steak-and-fries 1
-1011001111101 571,612 1
-1011001111101 693,750 1
-1011001111101 under-investment 1
-1011001111101 lobbyists. 1
-1011001111101 chemophobics 1
-1011001111101 show-doctors 1
-1011001111101 22,185 1
-1011001111101 294,641 1
-1011001111101 dignity. 1
-1011001111101 3,831 1
-1011001111101 733,332 1
-1011001111101 knapsacks 1
-1011001111101 1.5048 1
-1011001111101 1,681,026 1
-1011001111101 whistles. 1
-1011001111101 lifejackets 1
-1011001111101 let's-have-your-idea-on-this-Jack 1
-1011001111101 WGBS-TV 1
-1011001111101 forcola-maker 1
-1011001111101 gondola-builder 1
-1011001111101 253,907 1
-1011001111101 fascism. 1
-1011001111101 77,422 1
-1011001111101 988,160 1
-1011001111101 25,174 1
-1011001111101 diversifiers 1
-1011001111101 160,998,000 1
-1011001111101 chicanos 1
-1011001111101 227,304 1
-1011001111101 Acailandia 1
-1011001111101 inflation. 1
-1011001111101 quasi-capital 1
-1011001111101 ROOTS 1
-1011001111101 Gorbachev. 1
-1011001111101 strychnine 1
-1011001111101 185,904 1
-1011001111101 512K 1
-1011001111101 Continuance 1
-1011001111101 dead-endsville 1
-1011001111101 Kaffirs 1
-1011001111101 1,259 1
-1011001111101 199,246 1
-1011001111101 WTVH-TV 1
-1011001111101 colliers 1
-1011001111101 368,680 1
-1011001111101 18,936 1
-1011001111101 Lee. 1
-1011001111101 3,336 1
-1011001111101 earflaps 1
-1011001111101 salemen 1
-1011001111101 Chiat/Day. 1
-1011001111101 VICTORIES 1
-1011001111101 stayaways 1
-1011001111101 client-getters 1
-1011001111101 25,538 1
-1011001111101 conjurers 1
-1011001111101 perfomers 1
-1011001111101 nationalism. 1
-1011001111101 pink-cheekers 1
-1011001111101 Gambit 1
-1011001111101 papin 1
-1011001111101 track-record 1
-1011001111101 L.F.Rothschild 1
-1011001111101 1970-1980 1
-1011001111101 zucchinis 1
-1011001111101 psycho-assassination 1
-1011001111101 187,410 1
-1011001111101 612,309 1
-1011001111101 183,448,883 1
-1011001111101 non-professionals 1
-1011001111101 7,829,493 1
-1011001111101 pantheons 1
-1011001111101 133,414 1
-1011001111101 LaserTripter 1
-1011001111101 WFAA-TV 1
-1011001111101 pharamaceuticals 1
-1011001111101 3,247 1
-1011001111101 headscarfs 1
-1011001111101 TSL 1
-1011001111101 Willys-Overland 1
-1011001111101 1,072,851 1
-1011001111101 127,859 1
-1011001111101 Road. 1
-1011001111101 inflation-maker 1
-1011001111101 spies. 1
-1011001111101 dreamboats 1
-1011001111101 Pyramus 1
-1011001111101 fretters 1
-1011001111101 12,103 1
-1011001111101 nonrelatives 1
-1011001111101 Boreland 1
-1011001111101 pompadours 1
-1011001111101 142.67 1
-1011001111101 WNEW-TV 2
-1011001111101 businesses. 2
-1011001111101 advisers. 2
-1011001111101 sk 2
-1011001111101 yup 2
-1011001111101 auxiliaries 2
-1011001111101 Twinsies 2
-1011001111101 McMuffins 2
-1011001111101 business-getter 2
-1011001111101 arch-rivals 2
-1011001111101 crumpets 2
-1011001111101 priority. 2
-1011001111101 streetfighters 2
-1011001111101 commmission 2
-1011001111101 acquisitiveness 2
-1011001111101 Remingtons 2
-1011001111101 WTLV-TV 2
-1011001111101 opportunies 2
-1011001111101 plutocracy 2
-1011001111101 economist-kings 2
-1011001111101 quislings 2
-1011001111101 honeymoons 2
-1011001111101 Dems 2
-1011001111101 65-year-olds 3
-1011001111101 Bums 3
-1011001111101 workbenches 3
-1011001111101 yucks 3
-1011001111101 XT-7 3
-1011001111101 paymasters 3
-1011001111101 kinfolk 3
-1011001111101 Slavs 3
-1011001111101 denominators 3
-1011001111101 lordships 3
-1011001111101 theatres 3
-1011001111101 compilers 4
-1011001111101 arraignments 4
-1011001111101 Assumptions 4
-1011001111101 milers 4
-1011001111101 legation 4
-1011001111101 kilts 4
-1011001111101 self-interests 4
-1011001111101 scorecards 4
-1011001111101 backsides 4
-1011001111101 bootstraps 5
-1011001111101 Mau 5
-1011001111101 bugaboos 5
-1011001111101 rearrangements 5
-1011001111101 legwork 6
-1011001111101 newsmagazine 7
-1011001111101 hairdos 7
-1011001111101 marksmanship 7
-1011001111101 gerrymanders 7
-1011001111101 huffed 7
-1011001111101 toils 8
-1011001111101 domains 11
-1011001111101 moorings 11
-1011001111101 fluency 13
-1011001111101 cockpits 13
-1011001111101 larvae 14
-1011001111101 fowl 14
-1011001111101 designees 16
-1011001111101 doctorates 19
-1011001111101 attentions 19
-1011001111101 consulates 20
-1011001111101 environs 21
-1011001111101 imaginations 35
-1011001111101 labors 37
-1011001111101 chests 37
-1011001111101 tongues 39
-1011001111101 pocketbooks 42
-1011001111101 impunity 52
-1011001111101 stockholdings 53
-1011001111101 throats 55
-1011001111101 shareholdings 73
-1011001111101 shores 106
-1011001111101 origins 147
-1011001111101 roots 380
-1011001111101 pockets 407
-1011001111101 minds 663
-1011001111101 stakes 1052
-1011001111101 participation 1127
-1011001111101 lives 2066
-1011001111101 holdings 3539
-1011001111101 interests 6125
-1011001111110 Panelists 1
-1011001111110 doomsdayer 1
-1011001111110 106.45 1
-1011001111110 Wescoast 1
-1011001111110 prisoners. 1
-1011001111110 109.01 1
-1011001111110 Kaujuitoq 1
-1011001111110 1,873 1
-1011001111110 grinches 1
-1011001111110 106.125 1
-1011001111110 window-dressed 1
-1011001111110 256,567 1
-1011001111110 you-know 1
-1011001111110 104.725 1
-1011001111110 1,767,585 1
-1011001111110 minelayers 1
-1011001111110 co-dependency 1
-1011001111110 recreations 2
-1011001111110 staginess 2
-1011001111110 re-imports 2
-1011001111110 salutations 2
-1011001111110 irremediably 2
-1011001111110 Dimetane 2
-1011001111110 product-mix 2
-1011001111110 inkblots 2
-1011001111110 presses. 2
-1011001111110 liniment 2
-1011001111110 subcomponents 2
-1011001111110 incisiveness 2
-1011001111110 teleconferences 2
-1011001111110 claret 2
-1011001111110 corns 3
-1011001111110 primitivism 3
-1011001111110 supplication 3
-1011001111110 dispassion 3
-1011001111110 debt. 3
-1011001111110 submersibles 3
-1011001111110 bosoms 3
-1011001111110 Gebr 3
-1011001111110 customization 4
-1011001111110 claptrap 4
-1011001111110 ACOG 4
-1011001111110 inaccessibility 4
-1011001111110 Amerco 4
-1011001111110 gruel 5
-1011001111110 scarcities 5
-1011001111110 artificiality 5
-1011001111110 felines 5
-1011001111110 mendacity 6
-1011001111110 informality 7
-1011001111110 elan 7
-1011001111110 9370s 7
-1011001111110 masterworks 8
-1011001111110 bemusement 9
-1011001111110 cornstarch 9
-1011001111110 overfunding 10
-1011001111110 tans 10
-1011001111110 WOR-TV 10
-1011001111110 castoffs 11
-1011001111110 boxcars 11
-1011001111110 plausibility 13
-1011001111110 poignancy 13
-1011001111110 radials 13
-1011001111110 condescension 14
-1011001111110 doorways 19
-1011001111110 horizons 57
-1011001111110 infancy 57
-1011001111110 coffers 122
-1011001111110 loads 189
-1011001111110 receivables 354
-1011001111110 certificates 1088
-1011001111110 debts 1118
-1011001111110 obligations 1229
-1011001111110 liabilities 1433
-1011001111110 assets 14404
-1011001111110 deposits 2569
-1011001111111 copy-protection 1
-1011001111111 acheat 1
-1011001111111 camp. 1
-1011001111111 interest-contracts 1
-1011001111111 Eurocredits 1
-1011001111111 mortgates 1
-1011001111111 loans-amounting 1
-1011001111111 bondsmanship 1
-1011001111111 festers 1
-1011001111111 T0023 1
-1011001111111 324,300 1
-1011001111111 megastructures 1
-1011001111111 6/30/89 1
-1011001111111 660,114 1
-1011001111111 Aboriginality 1
-1011001111111 1980-1986 2
-1011001111111 bloodstock 2
-1011001111111 econony 2
-1011001111111 countervail 2
-1011001111111 office-mates 2
-1011001111111 non-solutions 2
-1011001111111 acquisitor 2
-1011001111111 expedients 2
-1011001111111 manfacturing 2
-1011001111111 exactness 2
-1011001111111 coinsurers 2
-1011001111111 peonies 2
-1011001111111 altars 2
-1011001111111 recentralization 2
-1011001111111 deactivation 2
-1011001111111 crematoriums 2
-1011001111111 blackface 3
-1011001111111 ringers 3
-1011001111111 assays 3
-1011001111111 frontage 3
-1011001111111 twos 3
-1011001111111 stargazing 3
-1011001111111 mimickry 3
-1011001111111 PAC-giving 3
-1011001111111 attributions 3
-1011001111111 disinvestments 4
-1011001111111 copter 4
-1011001111111 galleons 4
-1011001111111 servicers 4
-1011001111111 ravioli 4
-1011001111111 homesteads 5
-1011001111111 blanc 5
-1011001111111 lobes 5
-1011001111111 weeknights 5
-1011001111111 roll-ups 5
-1011001111111 seawater 5
-1011001111111 music-making 6
-1011001111111 margaritas 6
-1011001111111 grapevines 6
-1011001111111 pedestals 7
-1011001111111 pullbacks 8
-1011001111111 lendings 9
-1011001111111 solver 9
-1011001111111 IDBs 10
-1011001111111 mortages 11
-1011001111111 petrodollars 20
-1011001111111 vaults 34
-1011001111111 ARMs 76
-1011001111111 grenades 76
-1011001111111 borrowings 663
-1011001111111 loans 11412
-1011001111111 mortgages 2203
-10110100 oficials 1
-10110100 motorcar 1
-10110100 SHAKESPEARE 1
-10110100 LITCHI 1
-10110100 PURPORTED 1
-10110100 REALISTIC 1
-10110100 rewired 1
-10110100 hairdryer 1
-10110100 siderographer 1
-10110100 TANKER 1
-10110100 junkheap 1
-10110100 gauss 1
-10110100 PRAYER 1
-10110100 girded 1
-10110100 HOME-COMPUTER 1
-10110100 430-seat 1
-10110100 Vocabulary 1
-10110100 Fant 1
-10110100 Batubara 1
-10110100 book-burner 1
-10110100 Hula-Hoop 1
-10110100 Namaliu 1
-10110100 Guihua 1
-10110100 Abdel-Karim 1
-10110100 727-200s 1
-10110100 HEARTY 1
-10110100 Cajunism 1
-10110100 price-setter 1
-10110100 unflattered 1
-10110100 Supersaga 1
-10110100 RentCorp. 1
-10110100 Nbagui 1
-10110100 FORESIGHT 1
-10110100 heydey 1
-10110100 Regencys 1
-10110100 fresh-skinned 1
-10110100 12-C 1
-10110100 quasi-marriage-broker 1
-10110100 Memorandum 1
-10110100 moneyloser 1
-10110100 FUND-RAISER 1
-10110100 SURROGATE 1
-10110100 MOVEABLE 1
-10110100 Land-USA 1
-10110100 by-word 1
-10110100 Zoffman 1
-10110100 Ta-Hai 1
-10110100 PEACEFUL 1
-10110100 B9275 1
-10110100 SITTER 1
-10110100 shopfront 1
-10110100 superyawn 1
-10110100 Battons 1
-10110100 Momentary 1
-10110100 net/Stretched 1
-10110100 Rischbieter 1
-10110100 NICHE 1
-10110100 Gosmans 1
-10110100 tight-voiced 1
-10110100 Stabilizer 1
-10110100 cashgenerator 1
-10110100 conglomorate 1
-10110100 Doloroso 1
-10110100 CRIPPLED 1
-10110100 Speedup 1
-10110100 Kassal 1
-10110100 Falsely 1
-10110100 novel-in-progress 1
-10110100 Weger 1
-10110100 turn-on 1
-10110100 Ballet-Allegory 1
-10110100 miniblimp 1
-10110100 breakthough 1
-10110100 down-converter 1
-10110100 Saeng 1
-10110100 once-faithful 1
-10110100 Windowsill 1
-10110100 mustache-hater 1
-10110100 Maistre 1
-10110100 supertoy 1
-10110100 Well-Regulated 1
-10110100 Tashima 1
-10110100 port-of-entry 1
-10110100 DRESSING-DOWN 1
-10110100 LIMB 1
-10110100 Bum-jun 1
-10110100 pinprick 1
-10110100 Peijian 1
-10110100 COPY. 1
-10110100 Antidote 1
-10110100 biofungicide 1
-10110100 Kouloumbis 1
-10110100 soo 1
-10110100 RETIRED 1
-10110100 DENTIST 1
-10110100 30-footer 1
-10110100 20-footer 1
-10110100 Lament 1
-10110100 78-pound 1
-10110100 weed-line 1
-10110100 Chakravarti 1
-10110100 Gatsby-in-reverse 1
-10110100 payments-suspension 1
-10110100 DEDUCTION 2
-10110100 stalking-horse 2
-10110100 pre-requisite 2
-10110100 ukulele 2
-10110100 Thirst 2
-10110100 Teenager 2
-10110100 Bankcorp. 2
-10110100 beeline 3
-10110100 shill 3
-10110100 Primer 3
-10110100 Streetcar 4
-10110100 spokeswomen 4
-10110100 BOMB 6
-10110100 spokewoman 7
-10110100 stickler 10
-10110100 spokeman 17
-10110100 spokesperson 39
-10110100 spokesman 20081
-10110100 spokeswoman 3941
-1011010100 convulsing 1
-1011010100 broken. 1
-1011010100 fired-sources 1
-1011010100 Asterix 1
-1011010100 Strepponi 1
-1011010100 amp 1
-1011010100 grayhairs 1
-1011010100 Elektras 1
-1011010100 cankers 1
-1011010100 Wanted. 1
-1011010100 rumor-supporters 1
-1011010100 Repairers 1
-1011010100 Criterions 1
-1011010100 diggin 1
-1011010100 MINORCO 1
-1011010100 panic-buying 1
-1011010100 low-down 2
-1011010100 double-stacks 2
-1011010100 tightrope-walking 2
-1011010100 Boogaard 2
-1011010100 belt-tighteners 2
-1011010100 shirkers 2
-1011010100 pitchouts 2
-1011010100 Elora 2
-1011010100 lichens 2
-1011010100 electroplaters 2
-1011010100 whippings 2
-1011010100 eighty-six 2
-1011010100 atheletes 2
-1011010100 exurbs 2
-1011010100 Buttermilk 2
-1011010100 mini-trials 2
-1011010100 bibs 2
-1011010100 volcanos 2
-1011010100 people-movers 2
-1011010100 fund-holders 3
-1011010100 doom-sayers 3
-1011010100 1,066 3
-1011010100 Diante 3
-1011010100 wrappings 3
-1011010100 suntans 3
-1011010100 androids 3
-1011010100 Dayaks 3
-1011010100 mezzos 3
-1011010100 convents 3
-1011010100 stockouts 3
-1011010100 carve-out 3
-1011010100 Hizzoner 3
-1011010100 confectioneries 3
-1011010100 co-presidents 3
-1011010100 53-47 3
-1011010100 maglevs 4
-1011010100 Wolseley 4
-1011010100 beauticians 4
-1011010100 walruses 4
-1011010100 slithers 4
-1011010100 enamels 4
-1011010100 diehards 5
-1011010100 railbikers 5
-1011010100 analgesics 5
-1011010100 streetwalkers 5
-1011010100 toxicologists 5
-1011010100 caterers 5
-1011010100 rank-and-filers 6
-1011010100 neurosurgeons 7
-1011010100 anesthesiologists 8
-1011010100 bookers 10
-1011010100 eliminations 10
-1011010100 ophthalmologists 10
-1011010100 snaggers 11
-1011010100 cavers 12
-1011010100 welders 13
-1011010100 lo 13
-1011010100 Angelenos 14
-1011010100 sitters 15
-1011010100 geneticists 15
-1011010100 crocodiles 25
-1011010100 Gun 79
-1011010100 boomers 164
-1011010100 stockbrokers 297
-1011010100 arbitragers 582
-1011010100 brokers 3507
-1011010100 dealers 4631
-1011010100 traders 9352
-1011010101 patronizingly 1
-1011010101 gentlemen-ranchers 1
-1011010101 Lima-based 1
-1011010101 graphomania 1
-1011010101 rail-roads 1
-1011010101 overdevelopers 1
-1011010101 dubious-sounding 1
-1011010101 Lasertechnics 1
-1011010101 hybridizer 1
-1011010101 biennials 1
-1011010101 Netherlanders 1
-1011010101 Thatcherites 1
-1011010101 two-weeks 1
-1011010101 Bressans 1
-1011010101 puddin 1
-1011010101 wailin 1
-1011010101 most-bullish 1
-1011010101 Siberians 1
-1011010101 revenue-growth 1
-1011010101 Stuffing 1
-1011010101 bul 1
-1011010101 Mosfil 1
-1011010101 Yur 1
-1011010101 right-to-lifers 1
-1011010101 cell-types 1
-1011010101 profit-seekers 1
-1011010101 metal- 1
-1011010101 economsts 1
-1011010101 Sisyphean 1
-1011010101 A-Sha 1
-1011010101 law-expanding 1
-1011010101 parapsychologists 1
-1011010101 comapnies 1
-1011010101 fund-watchers 1
-1011010101 money-lenders 1
-1011010101 party-poopers 1
-1011010101 vente 1
-1011010101 Pahsetopah 1
-1011010101 Axes 1
-1011010101 bringin 1
-1011010101 marshes-in-the-making 1
-1011010101 Philips-watchers 1
-1011010101 Beau-Fighters 1
-1011010101 motorcyclers 1
-1011010101 tho 1
-1011010101 Halburites 1
-1011010101 Mr.oO 1
-1011010101 nonutilities 1
-1011010101 shoutin 1
-1011010101 chito 1
-1011010101 beholders 1
-1011010101 advantage. 1
-1011010101 gymmates 1
-1011010101 whelk 1
-1011010101 creditor-representatives 1
-1011010101 non-collectors 1
-1011010101 repricings 1
-1011010101 Manwanis 1
-1011010101 Novgorod 1
-1011010101 moonlighters 1
-1011010101 Ford-watchers 1
-1011010101 Resa 1
-1011010101 Datatronics 1
-1011010101 Depths. 1
-1011010101 Tsai-watchers 1
-1011010101 shipbrokers 1
-1011010101 pre-billing 1
-1011010101 downhillers 1
-1011010101 mainliners 1
-1011010101 U.S.-Hispanics 1
-1011010101 freedmen 1
-1011010101 poll-takers 1
-1011010101 endocrinologists 1
-1011010101 lawmkers 1
-1011010101 touters 1
-1011010101 hashes 1
-1011010101 Bushmans 1
-1011010101 Vaporub 1
-1011010101 fixin 1
-1011010101 Saatchi-watchers 1
-1011010101 98-cent-a-share 1
-1011010101 amor 1
-1011010101 rate-watchers 1
-1011010101 Mr.O 1
-1011010101 Cinema.The 1
-1011010101 opinion-makers 1
-1011010101 non-Aborigines 1
-1011010101 cash-renters 1
-1011010101 dancin 2
-1011010101 anlaysts 2
-1011010101 ex-reporters 2
-1011010101 immunologists 2
-1011010101 Manilans 2
-1011010101 ex-staffers 2
-1011010101 pro-Northern 2
-1011010101 prettily 2
-1011010101 stategists 2
-1011010101 highness 2
-1011010101 meteorolgists 2
-1011010101 lampreys 2
-1011010101 Complainers 2
-1011010101 Marseillais 2
-1011010101 Isvestia 2
-1011010101 hyperurban 2
-1011010101 Nivard-Flornoy 3
-1011010101 philatelists 4
-1011010101 entomologists 4
-1011010101 oddsmakers 5
-1011010101 foresters 7
-1011010101 ma 10
-1011010101 market-watchers 13
-1011010101 Kremlinologists 13
-1011010101 Fed-watchers 15
-1011010101 numismatists 18
-1011010101 nutritionists 21
-1011010101 demographers 22
-1011010101 meteorologists 62
-1011010101 commentators 119
-1011010101 skeptics 203
-1011010101 forecasters 378
-1011010101 observers 1195
-1011010101 specialists 1774
-1011010101 experts 2516
-1011010101 analysts 18801
-1011010101 economists 3668
-1011010110 reasearch 1
-1011010110 Chevalier-Montrachet 1
-1011010110 EtherTalk 1
-1011010110 Giaquinto. 1
-1011010110 Sementziev 1
-1011010110 equal-area 1
-1011010110 ond 1
-1011010110 Arkansan 1
-1011010110 Demorats 1
-1011010110 SEATS 1
-1011010110 Al-Nahyan 1
-1011010110 crash-avoidance 1
-1011010110 Rak 1
-1011010110 Folclorico 1
-1011010110 Victoria-ISDN 1
-1011010110 BACKLOG 1
-1011010110 philhellene 1
-1011010110 RIFLES 1
-1011010110 address-change 1
-1011010110 CAUTIONED 1
-1011010110 Hameed 1
-1011010110 balsamita 1
-1011010110 PARDONED 1
-1011010110 Tokyoite 1
-1011010110 HD-TV 1
-1011010110 Investigates 1
-1011010110 Kabir 1
-1011010110 LAW-FIRM 1
-1011010110 LIVERPOOL 1
-1011010110 ERGON 1
-1011010110 older-camera 1
-1011010110 pharoah 1
-1011010110 wisenheimer 1
-1011010110 reseacher 1
-1011010110 mini-Merlin 1
-1011010110 CUSTOM 1
-1011010110 HIRES 1
-1011010110 walkout. 1
-1011010110 electro-galvanizing 1
-1011010110 law-enforcer 1
-1011010110 Plagens 1
-1011010110 octave-thundering 1
-1011010110 LIQUID-PROTEIN 1
-1011010110 Arboretum 1
-1011010110 SPERANDEO 1
-1011010110 ILIB-run 1
-1011010110 world-demand 1
-1011010110 midshipman 2
-1011010110 administration-proposed 2
-1011010110 Antiquities 2
-1011010110 oft-hostile 2
-1011010110 Renjun 2
-1011010110 centerfielders 2
-1011010110 ALLIES 2
-1011010110 anatomist 2
-1011010110 PURCHASES 2
-1011010110 Hirlap 2
-1011010110 Folles 2
-1011010110 eighth-graders 2
-1011010110 ADVISERS 2
-1011010110 Yol 2
-1011010110 adjudications 2
-1011010110 Metropole 2
-1011010110 EQUALITY 2
-1011010110 office-space 3
-1011010110 job-hopper 3
-1011010110 JUDGES 3
-1011010110 often-cited 3
-1011010110 ex-official 3
-1011010110 Nemzet 3
-1011010110 ACO 3
-1011010110 G-20 3
-1011010110 88-8 3
-1011010110 84-page 3
-1011010110 AE-1 5
-1011010110 ex-director 5
-1011010110 Russe 6
-1011010110 onlooker 6
-1011010110 inspector-general 8
-1011010110 old-timer 9
-1011010110 underling 9
-1011010110 informer 10
-1011010110 outfielder 19
-1011010110 offical 20
-1011010110 alumnus 54
-1011010110 observer 162
-1011010110 staffer 229
-1011010110 official 12828
-1011010110 aide 1740
-10110101110 reinvasion 1
-10110101110 overtightened 1
-10110101110 scholar-artists 1
-10110101110 Superstations 1
-10110101110 MARKET-WATCHERS 1
-10110101110 telegrapher 1
-10110101110 hydrologist 1
-10110101110 Brynner 1
-10110101110 chieftan 1
-10110101110 Pramaggiore 1
-10110101110 nge 1
-10110101110 revenuers 1
-10110101110 parliamentaries 1
-10110101110 Anikulapo-Kuti 1
-10110101110 Tassels 1
-10110101110 boardwhich 1
-10110101110 Shick 1
-10110101110 brawlers 1
-10110101110 ungraciously 1
-10110101110 wallpapers 1
-10110101110 cement-makers 1
-10110101110 exectives 1
-10110101110 hot-heads 1
-10110101110 OFFICER 1
-10110101110 subequently 1
-10110101110 refs 1
-10110101110 agent-turned-trader 1
-10110101110 profs 2
-10110101110 re-engaged 2
-10110101110 registrants 2
-10110101110 airbases 2
-10110101110 budgeters 2
-10110101110 Capsules 2
-10110101110 OMBUDSMEN 2
-10110101110 concessionaires 2
-10110101110 hositals 2
-10110101110 2244 3
-10110101110 troupers 4
-10110101110 official. 4
-10110101110 Zhen 5
-10110101110 spokespersons 5
-10110101110 member-states 5
-10110101110 weathermen 8
-10110101110 officals 27
-10110101110 watchers 254
-10110101110 officials 27519
-10110101110 spokesmen 366
-10110101111 A&TT 1
-10110101111 souces 1
-10110101111 Gotlibs 1
-10110101111 Korean-national 1
-10110101111 Snopishly 1
-10110101111 tattily 1
-10110101111 Calkinses 1
-10110101111 Wissing 1
-10110101111 Mr.Ruder 1
-10110101111 COMMEMORATIVES 1
-10110101111 obervers 1
-10110101111 108,000-kilowatt 1
-10110101111 coverlet 1
-10110101111 hipbone 1
-10110101111 odds-makers 1
-10110101111 yawners 1
-10110101111 Trengganu 1
-10110101111 25-billion-barrel 1
-10110101111 Penbina 1
-10110101111 Torneses 1
-10110101111 Lusa 1
-10110101111 candelabrum 1
-10110101111 Mr.Broad 1
-10110101111 Mr.Simon 1
-10110101111 Mitoji 1
-10110101111 Two-Thirds 1
-10110101111 stocks-traders 1
-10110101111 OTR-IS 1
-10110101111 disgorging 1
-10110101111 Panama-related 1
-10110101111 BRB 1
-10110101111 Gottliebs 1
-10110101111 Decison 1
-10110101111 NTB 1
-10110101111 Gund 1
-10110101111 Omdurman 1
-10110101111 Confinance 1
-10110101111 Venpres 1
-10110101111 Caplins 1
-10110101111 juleps 1
-10110101111 Mr.Nixon 1
-10110101111 ADN 2
-10110101111 Antara 2
-10110101111 Zeid 2
-10110101111 Handcuffs 2
-10110101111 mashed-potato 2
-10110101111 genies 2
-10110101111 audiologists 2
-10110101111 NPR 2
-10110101111 Beatons 2
-10110101111 cryptically 3
-10110101111 CTK 3
-10110101111 redtape 3
-10110101111 kissers 4
-10110101111 non-service 5
-10110101111 anaylsts 7
-10110101111 ANSA 7
-10110101111 gazette 8
-10110101111 trackers 8
-10110101111 Bernama 8
-10110101111 Tanjug 13
-10110101111 NMTBA 19
-10110101111 Yonhap 23
-10110101111 Eurostat 24
-10110101111 Istat 27
-10110101111 Xinhua 106
-10110101111 sources 6788
-10110101111 Tass 135
-101101100 negativists 1
-101101100 big-girls 1
-101101100 Tomahawks 1
-101101100 Kookin 1
-101101100 editor-agitator 1
-101101100 triumvirs 1
-101101100 Socialsts 1
-101101100 Mugabes 1
-101101100 state-siders 1
-101101100 pro-modernization 1
-101101100 Ovshinskys 1
-101101100 Pinsleys 1
-101101100 Rossettis 1
-101101100 sheriff. 1
-101101100 deputy. 1
-101101100 800s 1
-101101100 resettlers 1
-101101100 Naysayers 1
-101101100 Harrises 1
-101101100 Rollinsons 1
-101101100 grapepickers 1
-101101100 neo-impressionists 1
-101101100 amazin 1
-101101100 sinner-saint 1
-101101100 Kieschnicks 1
-101101100 keenin 1
-101101100 stormclouds 1
-101101100 plaintifffs 1
-101101100 Landaus 1
-101101100 MVIPs 1
-101101100 Sofies 1
-101101100 Eckankarists 1
-101101100 Blecks 1
-101101100 Knapps 1
-101101100 Bronxites 1
-101101100 Kobayashis 1
-101101100 rootin 1
-101101100 Kemplins 1
-101101100 Bednorz-Mueller 1
-101101100 meaures 1
-101101100 mummifiers 1
-101101100 Varians 1
-101101100 Blackmers 1
-101101100 Motsoaledis 1
-101101100 muezzins 1
-101101100 non-pros 1
-101101100 landords 1
-101101100 stone-washers 1
-101101100 Perots 1
-101101100 test-makers 1
-101101100 Vendas 1
-101101100 Sothos 1
-101101100 Deacons 1
-101101100 Kvistads 1
-101101100 future-claimants 1
-101101100 farmer-buyers 1
-101101100 Greenbergs 1
-101101100 limiteds 1
-101101100 Runnin 1
-101101100 F-5Es 1
-101101100 Galanises 1
-101101100 ratings-busters 1
-101101100 numerologically 1
-101101100 pan-Arab 1
-101101100 Platters 1
-101101100 Levys 1
-101101100 Mugger 1
-101101100 Rupps 1
-101101100 Tolstoys 1
-101101100 Strecks 1
-101101100 Herbfarmers 1
-101101100 Maciejowskis 1
-101101100 Maxsons 1
-101101100 Eklunds 1
-101101100 neo-Keynesian 1
-101101100 Windsors 1
-101101100 Krohs 1
-101101100 Tulalips 1
-101101100 '86s 1
-101101100 Texaconis 1
-101101100 Surgeses 1
-101101100 Me-Tooers 1
-101101100 Heywoods 1
-101101100 7-month-olds 1
-101101100 superowers 1
-101101100 Iosues 1
-101101100 neo-Keynesians 1
-101101100 drug-makers 1
-101101100 Emperors 1
-101101100 Salento 1
-101101100 Haritoses 1
-101101100 merrow 1
-101101100 Comeaways 1
-101101100 Reedys 1
-101101100 Witkowskis 1
-101101100 Kauravas 1
-101101100 Jansens 1
-101101100 Karnses 1
-101101100 somebodies 1
-101101100 Marsalises 1
-101101100 Buntrocks 1
-101101100 lunch-table 1
-101101100 cattleraisers 1
-101101100 ex-greats 1
-101101100 timber-toppers 1
-101101100 Euro-enthusiasts 1
-101101100 B1s 1
-101101100 mother. 1
-101101100 Debartolos 1
-101101100 bilingualists 1
-101101100 awe-inspired 1
-101101100 schmalz 1
-101101100 DePrees 1
-101101100 Sontheimers 1
-101101100 Front-Runners 1
-101101100 Blasphemers 1
-101101100 Tanzanians 1
-101101100 Rollers 1
-101101100 Ranevskys 1
-101101100 Shweihehs 1
-101101100 Sarney-backers 1
-101101100 Akhikaris 1
-101101100 Souzases 1
-101101100 anti-biligualists 1
-101101100 insuree 1
-101101100 mall-fighters 1
-101101100 publicity. 1
-101101100 MoynihanD 1
-101101100 Pasternaks 1
-101101100 tipoffs 1
-101101100 Russianists 1
-101101100 Thorntons 1
-101101100 rejoinders 1
-101101100 Ezells 1
-101101100 Halmoses 1
-101101100 big-leaguers 1
-101101100 hospital. 1
-101101100 Buckmans 1
-101101100 lost-profit 1
-101101100 materals 1
-101101100 Franco-Belgians 1
-101101100 cavilers 1
-101101100 MD-83s 1
-101101100 toms 1
-101101100 Obrigacao 1
-101101100 safer-cigarette 1
-101101100 flyin 1
-101101100 Non-Smokers 1
-101101100 instititutional 1
-101101100 McNultys 1
-101101100 college-aged 1
-101101100 Syreks 1
-101101100 mornin 1
-101101100 Chuongs 1
-101101100 Slifkas 1
-101101100 Guadalupes 1
-101101100 Graverobbers 1
-101101100 margin. 1
-101101100 Kersees 1
-101101100 Know-Nothings 1
-101101100 Garretts 1
-101101100 sort-of 1
-101101100 misleader 1
-101101100 Demcrats 1
-101101100 wigmakers 1
-101101100 Tommyknockers 1
-101101100 new-president 1
-101101100 Conns 1
-101101100 under-50s 1
-101101100 Quesadas 1
-101101100 perceivers 1
-101101100 pipelines. 1
-101101100 free-agents 1
-101101100 Democratics 1
-101101100 student-protester 1
-101101100 puchasers 1
-101101100 Fenians 1
-101101100 Atkissons 1
-101101100 Baeyenses 1
-101101100 accuseds 1
-101101100 manses 1
-101101100 town-financed 1
-101101100 inconvenience. 1
-101101100 Allicks 1
-101101100 Paisleys 1
-101101100 Standells 1
-101101100 rating-concerns 1
-101101100 McMahons 2
-101101100 A-cars 2
-101101100 Cervaneks 2
-101101100 Yugoslavians 2
-101101100 ravens 2
-101101100 intelligensia 2
-101101100 pouters 2
-101101100 Ewings 2
-101101100 Fins 2
-101101100 Ibos 2
-101101100 Afrikaaners 2
-101101100 Searchers 2
-101101100 Nomenklatura 2
-101101100 fun-seekers 2
-101101100 Madisons 2
-101101100 Blondskis 2
-101101100 zotls 2
-101101100 turbistas 2
-101101100 showgrounds 2
-101101100 Haases 2
-101101100 bazaaris 2
-101101100 Bidlos 2
-101101100 Alabamians 2
-101101100 Tibbettses 2
-101101100 raconteurs 2
-101101100 scarcest 2
-101101100 Bobettes 2
-101101100 Fisches 2
-101101100 Menace 2
-101101100 Balts 2
-101101100 Shaggers 2
-101101100 Sakharovs 2
-101101100 Rebs 2
-101101100 serialists 2
-101101100 threes 2
-101101100 ACE-inhibitors 2
-101101100 2,005,000 2
-101101100 Illegals 2
-101101100 Holograms 2
-101101100 Calgarians 2
-101101100 Scars 2
-101101100 Alphas 2
-101101100 Truebloods 2
-101101100 jesters 2
-101101100 bluechips 2
-101101100 Maciejkos 2
-101101100 vistors 2
-101101100 Walloons 2
-101101100 antis 2
-101101100 A-bodies 2
-101101100 clampers 2
-101101100 Nkrumahs 2
-101101100 Combses 2
-101101100 Bloodies 2
-101101100 post-minimalist 2
-101101100 superobservatory 2
-101101100 Grandeur 2
-101101100 Prairies 2
-101101100 Bahais 2
-101101100 Parallels 2
-101101100 Serbians 2
-101101100 Marcianos 2
-101101100 rhinos 2
-101101100 Keyneses 2
-101101100 Mulligans 2
-101101100 stowaways 2
-101101100 Potikers 2
-101101100 Swazis 2
-101101100 taxidermists 2
-101101100 Magyars 2
-101101100 Welchs 2
-101101100 Britishers 2
-101101100 soybeaners 2
-101101100 Cadets 2
-101101100 Aquarians 2
-101101100 compromisers 2
-101101100 penitents 2
-101101100 ex-managers 2
-101101100 Abes 2
-101101100 jalopies 2
-101101100 Maccaquanos 2
-101101100 pro-war 2
-101101100 Gators 2
-101101100 straphangers 2
-101101100 elopement 2
-101101100 Decters 2
-101101100 farmsteads 2
-101101100 Hulkster 2
-101101100 Balteses 2
-101101100 Handlins 2
-101101100 Kievan-Rus 2
-101101100 evacuees 2
-101101100 fightin 2
-101101100 Copei 2
-101101100 sensulator 2
-101101100 closed-ends 2
-101101100 Ballves 2
-101101100 office-seekers 2
-101101100 nineties 2
-101101100 kapchunka 2
-101101100 Microsofts 2
-101101100 size. 2
-101101100 Islamists 2
-101101100 about-to-retire 2
-101101100 Saitos 2
-101101100 hobos 2
-101101100 Johnny-come-latelies 2
-101101100 Mohawks 2
-101101100 porkies 2
-101101100 Hubers 2
-101101100 Guarneris 2
-101101100 Moskowitzes 2
-101101100 Colonists 2
-101101100 spin-masters 2
-101101100 Thrombolysis 2
-101101100 Soviet-watchers 2
-101101100 Eyals 2
-101101100 Shiptrac 2
-101101100 title. 2
-101101100 Johnstons 2
-101101100 Sadkers 2
-101101100 transportations 2
-101101100 Philharmonikers 2
-101101100 Siegels 2
-101101100 IPPs 2
-101101100 metamorphoses 2
-101101100 Slums 2
-101101100 party-goers 2
-101101100 worrywarts 2
-101101100 Yamadas 2
-101101100 door. 2
-101101100 Mayans 3
-101101100 Steinbrennerians 3
-101101100 sportscasters 3
-101101100 castaways 3
-101101100 Chicago-O 3
-101101100 NAD 3
-101101100 boobs 3
-101101100 malefactors 3
-101101100 cellists 3
-101101100 Mississippians 3
-101101100 Goodners 3
-101101100 Tracys 3
-101101100 Chadians 3
-101101100 Woodstockians 3
-101101100 adulterers 3
-101101100 freeholders 3
-101101100 fencers 3
-101101100 Larsons 3
-101101100 Moonies 3
-101101100 sempervivums 3
-101101100 superficialities 3
-101101100 Burgundians 3
-101101100 Argentinians 3
-101101100 metropolises 3
-101101100 FreeVees 3
-101101100 Yellobags 3
-101101100 anti-vivisectionists 3
-101101100 rumormongers 3
-101101100 ARPS 3
-101101100 Philistines 3
-101101100 Gatsbys 3
-101101100 Cancers 3
-101101100 non-economists 3
-101101100 Pandavas 3
-101101100 brigands 3
-101101100 no-names 3
-101101100 Shihs 3
-101101100 middle-road 3
-101101100 Caruccis 3
-101101100 birth-dearthers 3
-101101100 partygoers 3
-101101100 Qins 3
-101101100 Goelets 3
-101101100 Populists 3
-101101100 mujaheddin 3
-101101100 Haj 3
-101101100 Riegle-D 3
-101101100 corporatists 3
-101101100 margis 3
-101101100 missis 3
-101101100 Newfoundlanders 3
-101101100 Bourbons 3
-101101100 Darwins 3
-101101100 Neocons 3
-101101100 Al-Fayeds 3
-101101100 Cla 3
-101101100 middle-agers 3
-101101100 Inserras 3
-101101100 Daleys 3
-101101100 organics 3
-101101100 Sovs 3
-101101100 vaulters 3
-101101100 Gettys 3
-101101100 Wedviks 3
-101101100 druggies 3
-101101100 materialists 3
-101101100 Valentinos 3
-101101100 up-phases 3
-101101100 Laras 3
-101101100 Nevadans 3
-101101100 HCEs 3
-101101100 physiologists 3
-101101100 Joads 3
-101101100 IABP 3
-101101100 leathernecks 3
-101101100 Chagas 3
-101101100 Mensheviks 3
-101101100 Khasis 3
-101101100 superhawks 3
-101101100 Ojibwas 3
-101101100 Orkneys 3
-101101100 Watsons 3
-101101100 Bolivians 4
-101101100 Tavianis 4
-101101100 Shriners 4
-101101100 gauchos 4
-101101100 multilaterals 4
-101101100 checkerspots 4
-101101100 Hearins 4
-101101100 AGs 4
-101101100 repackagers 4
-101101100 Toons 4
-101101100 climatologists 4
-101101100 Antilleans 4
-101101100 strobes 4
-101101100 gapologists 4
-101101100 deconstructionists 4
-101101100 smallholders 4
-101101100 Crickets 4
-101101100 Jokers 4
-101101100 Schlachters 4
-101101100 Ravelos 4
-101101100 Wangs 4
-101101100 Grans 4
-101101100 Polynesians 4
-101101100 garimpeiros 4
-101101100 Osmenas 4
-101101100 Dorrances 4
-101101100 pagans 4
-101101100 Bradoskys 4
-101101100 Verves 4
-101101100 segregationists 4
-101101100 rhizobia 4
-101101100 bobsledders 4
-101101100 debaters 4
-101101100 Psalms 4
-101101100 Washingtons 4
-101101100 rock-throwers 4
-101101100 Jerseyites 4
-101101100 colts 4
-101101100 day-trippers 4
-101101100 Magallanes 4
-101101100 Jints 4
-101101100 Navajos 4
-101101100 Tisches 4
-101101100 Marreros 4
-101101100 Rollinses 4
-101101100 conflagrations 4
-101101100 Anglo-Saxons 4
-101101100 Broncs 4
-101101100 Dingells 4
-101101100 Stenhachs 4
-101101100 Mohajirs 4
-101101100 Einbenders 4
-101101100 for-profits 4
-101101100 drovers 4
-101101100 Aussies 4
-101101100 Hiltons 5
-101101100 Winnebagos 5
-101101100 Martians 5
-101101100 Quakers 5
-101101100 scammers 5
-101101100 publicans 5
-101101100 '21 5
-101101100 Alka-Seltzer 5
-101101100 scalpers 5
-101101100 papa-mamas 5
-101101100 gumbo 5
-101101100 Sumitros 5
-101101100 caciques 5
-101101100 Venetians 5
-101101100 Vuittons 5
-101101100 Rotarians 5
-101101100 Debentures 5
-101101100 estancieros 5
-101101100 Patels 5
-101101100 Hopis 5
-101101100 Shias 5
-101101100 Semlers 5
-101101100 Guanches 5
-101101100 absentees 5
-101101100 Bucs 5
-101101100 colorizers 5
-101101100 patrones 5
-101101100 wiccans 5
-101101100 capos 5
-101101100 Higas 5
-101101100 Saatchis 5
-101101100 stonecutters 5
-101101100 Jesudasons 5
-101101100 whys 5
-101101100 Vikes 5
-101101100 Sharks 5
-101101100 Hasidim 5
-101101100 Quayles 5
-101101100 charros 5
-101101100 j 5
-101101100 Valkyries 5
-101101100 Maiettis 5
-101101100 nay-sayers 5
-101101100 Bregmans 5
-101101100 ex-directors 5
-101101100 minimalists 5
-101101100 Yemenis 5
-101101100 Mounties 5
-101101100 Gardners 5
-101101100 Predators 5
-101101100 Crusaders 5
-101101100 Coens 5
-101101100 Carmelites 5
-101101100 Rhinos 5
-101101100 defendents 5
-101101100 Evoniuk 5
-101101100 Armstrongs 5
-101101100 Nuns 5
-101101100 Xiongs 5
-101101100 Jayhawks 5
-101101100 Rootsteins 5
-101101100 undecideds 5
-101101100 Tolchins 5
-101101100 free-thinkers 5
-101101100 McClatchys 5
-101101100 choppers 5
-101101100 semifinalists 6
-101101100 Chaumets 6
-101101100 DATs 6
-101101100 Agnellis 6
-101101100 Policemen 6
-101101100 Murphys 6
-101101100 Cranston-D 6
-101101100 al-Sabahs 6
-101101100 Nollans 6
-101101100 Arkansans 6
-101101100 Poonies 6
-101101100 Japs 6
-101101100 Meeses 6
-101101100 Morans 6
-101101100 gringos 6
-101101100 porkers 6
-101101100 precandidatos 6
-101101100 oldtimers 6
-101101100 bricklayers 6
-101101100 Zagats 6
-101101100 proprietaries 6
-101101100 alimenies 6
-101101100 '83s 6
-101101100 Visas 6
-101101100 Feshbachs 6
-101101100 Robinses 6
-101101100 Vietcong 6
-101101100 Gardeners 6
-101101100 Biminites 6
-101101100 Eucharist 6
-101101100 Poppers 6
-101101100 Sneads 6
-101101100 Blakes 6
-101101100 out-of-staters 6
-101101100 Tans 6
-101101100 Turkish-Americans 6
-101101100 Somalis 6
-101101100 pipers 6
-101101100 Thoroughbreds 6
-101101100 SBICs 6
-101101100 Affirmed 7
-101101100 interventionists 7
-101101100 complainants 7
-101101100 oligarchs 7
-101101100 Gorbachevs 7
-101101100 Compas 7
-101101100 Ashes 7
-101101100 G-men 7
-101101100 Basques 7
-101101100 SEM 7
-101101100 bromines 7
-101101100 Romers 7
-101101100 E2Cs 7
-101101100 Lubicons 7
-101101100 Maverix 7
-101101100 Ismailis 7
-101101100 scotches 7
-101101100 Ortegas 7
-101101100 stagehands 7
-101101100 Federalists 7
-101101100 twain 7
-101101100 Khoos 7
-101101100 trouble-shooters 7
-101101100 critters 7
-101101100 10s 7
-101101100 Bigs 8
-101101100 Atlantans 8
-101101100 Mellons 8
-101101100 hustlers 8
-101101100 nieces 8
-101101100 Blazers 8
-101101100 Dukakises 8
-101101100 Coasters 8
-101101100 Ivatans 8
-101101100 Jacksons 8
-101101100 Clevelanders 8
-101101100 Schecters 8
-101101100 Czechoslovaks 8
-101101100 Oehmens 8
-101101100 hostage-holders 8
-101101100 courtiers 8
-101101100 anti-smokers 8
-101101100 Rhodies 8
-101101100 Meehans 8
-101101100 glaciers 8
-101101100 bassists 8
-101101100 admen 9
-101101100 satirists 9
-101101100 Anti-Federalists 9
-101101100 nomads 9
-101101100 Bernsteins 9
-101101100 Parisians 9
-101101100 chaebol 9
-101101100 Shapiros 9
-101101100 returnees 9
-101101100 gunslingers 9
-101101100 Northerners 9
-101101100 comandante 9
-101101100 filmmakers 9
-101101100 Penans 9
-101101100 robins 9
-101101100 Lithuanians 9
-101101100 CIPs 9
-101101100 Slovenes 9
-101101100 Lapps 9
-101101100 Xus 9
-101101100 flavorists 9
-101101100 Evangelicals 9
-101101100 smokejumpers 9
-101101100 Niners 9
-101101100 Smurfs 9
-101101100 Band-Aids 10
-101101100 maharajahs 10
-101101100 Arizonans 10
-101101100 Bahrainis 10
-101101100 VIPs 10
-101101100 charlatans 10
-101101100 BOCs 10
-101101100 Estonians 10
-101101100 Dromgooles 10
-101101100 M.P.s 10
-101101100 techies 10
-101101100 linguists 10
-101101100 hares 10
-101101100 ayatollahs 10
-101101100 gorillas 10
-101101100 Persians 10
-101101100 informals 10
-101101100 highlanders 10
-101101100 Walkers 10
-101101100 algae 10
-101101100 mutineers 10
-101101100 suckers 11
-101101100 Detroiters 11
-101101100 televangelists 11
-101101100 Jaycees 11
-101101100 OSS 11
-101101100 plantiffs 11
-101101100 IBMers 11
-101101100 kibbutzim 11
-101101100 scavengers 11
-101101100 draftees 11
-101101100 Flames 11
-101101100 reactionaries 11
-101101100 Muppets 11
-101101100 SATs 11
-101101100 Gottis 11
-101101100 lads 11
-101101100 Feds 11
-101101100 MPs 11
-101101100 Riadys 11
-101101100 Miaras 11
-101101100 Whigs 11
-101101100 Caves 11
-101101100 townsfolk 11
-101101100 disappearances 11
-101101100 narcos 12
-101101100 consumerists 12
-101101100 Libertarians 12
-101101100 leakers 12
-101101100 Cajuns 12
-101101100 rodents 12
-101101100 Pathans 12
-101101100 Jamaicans 12
-101101100 Congresspersons 12
-101101100 Grays 12
-101101100 Palauans 12
-101101100 Webers 12
-101101100 Minnesotans 12
-101101100 literati 12
-101101100 malcontents 12
-101101100 idealists 12
-101101100 baby-busters 12
-101101100 QDEs 12
-101101100 resignees 12
-101101100 Ivorians 12
-101101100 cartoneros 12
-101101100 Boeskys 12
-101101100 non-Russians 13
-101101100 Carpenters 13
-101101100 Dominicans 13
-101101100 Sooners 13
-101101100 Baha 13
-101101100 Huxtables 13
-101101100 Carters 13
-101101100 Okinawans 13
-101101100 Ghanaians 13
-101101100 Bakkers 13
-101101100 kiddies 13
-101101100 Stalinists 14
-101101100 Eurocrats 14
-101101100 Victorians 14
-101101100 Korean-Americans 14
-101101100 revisionists 14
-101101100 Baptists 14
-101101100 Baileys 14
-101101100 Scots 14
-101101100 Keynesians 14
-101101100 Nordstroms 14
-101101100 conservators 15
-101101100 Latvians 15
-101101100 Georgians 15
-101101100 Masons 15
-101101100 Robinsons 15
-101101100 VRAs 15
-101101100 Latins 15
-101101100 nematodes 15
-101101100 emperors 15
-101101100 Celts 15
-101101100 Bushes 15
-101101100 politicos 16
-101101100 Kazakhs 16
-101101100 paramedics 16
-101101100 Singers 16
-101101100 Thais 16
-101101100 Disciples 16
-101101100 sinners 16
-101101100 Sunnis 16
-101101100 comandantes 16
-101101100 Vogels 16
-101101100 pickets 16
-101101100 epidemiologists 17
-101101100 Webbs 17
-101101100 Norwegians 17
-101101100 populists 17
-101101100 bullies 17
-101101100 pepenadores 17
-101101100 catalogers 17
-101101100 super-regionals 17
-101101100 pols 17
-101101100 appropriators 18
-101101100 Alaskans 18
-101101100 Nigerians 18
-101101100 neoconservatives 18
-101101100 adapters 18
-101101100 Jordanians 19
-101101100 contrarians 19
-101101100 Milkens 19
-101101100 Finns 19
-101101100 Angolans 19
-101101100 GM-10s 19
-101101100 Bostonians 19
-101101100 CSFs 19
-101101100 Basses 19
-101101100 victors 20
-101101100 doomsayers 20
-101101100 auctioneers 20
-101101100 mullahs 20
-101101100 Charities 20
-101101100 superdelegates 20
-101101100 campesinos 21
-101101100 right-wingers 21
-101101100 Algerians 21
-101101100 Mavericks 21
-101101100 Martinis 21
-101101100 GIs 21
-101101100 attackers 21
-101101100 Malaysians 21
-101101100 Kennedys 21
-101101100 Miskitos 22
-101101100 Naderites 22
-101101100 Chicagoans 22
-101101100 Brits 23
-101101100 Luddites 23
-101101100 lobstermen 23
-101101100 bandits 23
-101101100 dolphins 24
-101101100 Sterns 24
-101101100 parliamentarians 24
-101101100 jurists 24
-101101100 Radicals 24
-101101100 Clippers 25
-101101100 haves 25
-101101100 Hondurans 25
-101101100 Duvaliers 25
-101101100 Rams 25
-101101100 islanders 26
-101101100 zombies 26
-101101100 petitioners 26
-101101100 cadets 26
-101101100 hecklers 26
-101101100 Danes 26
-101101100 Bulgarians 27
-101101100 NICs 27
-101101100 Romanians 27
-101101100 baby-boomers 27
-101101100 Yugoslavs 28
-101101100 Indonesians 28
-101101100 Yeomans 28
-101101100 Austrians 28
-101101100 Czechs 28
-101101100 naysayers 29
-101101100 Yuppies 29
-101101100 cosmonauts 30
-101101100 hens 30
-101101100 Belgians 31
-101101100 surfers 31
-101101100 clergymen 31
-101101100 rioters 32
-101101100 Pistons 33
-101101100 Sikhs 33
-101101100 vigilantes 33
-101101100 termites 34
-101101100 Afrikaners 34
-101101100 Thompsons 34
-101101100 Bryans 34
-101101100 Singaporeans 34
-101101100 marines 34
-101101100 Eritreans 35
-101101100 Cohens 35
-101101100 Haitians 35
-101101100 DeBartolos 35
-101101100 marchers 36
-101101100 centrists 36
-101101100 Venezuelans 37
-101101100 Helmsleys 37
-101101100 clerics 37
-101101100 Yanks 37
-101101100 Mormons 37
-101101100 Bronfmans 39
-101101100 Spaniards 39
-101101100 Romans 39
-101101100 Allies 40
-101101100 Aborigines 40
-101101100 Iowans 40
-101101100 mules 40
-101101100 pessimists 41
-101101100 electricians 42
-101101100 Reichmanns 43
-101101100 Nationalists 43
-101101100 nonprofits 44
-101101100 Stones 44
-101101100 Jets 45
-101101100 monetarists 46
-101101100 Salvadorans 47
-101101100 superregionals 47
-101101100 Peronists 47
-101101100 townspeople 47
-101101100 Colombians 47
-101101100 pragmatists 47
-101101100 financials 48
-101101100 ideologues 48
-101101100 Cardinals 49
-101101100 vets 49
-101101100 thugs 50
-101101100 Syrians 50
-101101100 Libyans 51
-101101100 dissenters 53
-101101100 evangelicals 53
-101101100 panelists 54
-101101100 migrants 54
-101101100 Lakers 54
-101101100 Reaganites 57
-101101100 socialists 57
-101101100 combatants 58
-101101100 front-runners 58
-101101100 defectors 61
-101101100 leftists 63
-101101100 Chileans 65
-101101100 Swedes 66
-101101100 optimists 66
-101101100 Marxists 67
-101101100 Panamanians 67
-101101100 regionals 67
-101101100 Kuwaitis 68
-101101100 Egyptians 68
-101101100 Argentines 68
-101101100 kidnappers 70
-101101100 gunmen 71
-101101100 Founders 73
-101101100 supply-siders 73
-101101100 Tibetans 74
-101101100 Shiites 74
-101101100 Greeks 74
-101101100 clergy 76
-101101100 pollsters 77
-101101100 gods 78
-101101100 Australians 78
-101101100 litigants 79
-101101100 contestants 79
-101101100 twins 80
-101101100 Armenians 81
-101101100 monks 83
-101101100 A's 83
-101101100 Dunkin 84
-101101100 Fathers 86
-101101100 Pakistanis 88
-101101100 Californians 88
-101101100 Kurds 89
-101101100 natives 91
-101101100 Hungarians 92
-101101100 Congressmen 95
-101101100 villagers 100
-101101100 Nicaraguans 103
-101101100 astronauts 112
-101101100 Raiders 113
-101101100 arbs 114
-101101100 Tories 115
-101101100 hijackers 115
-101101100 Dodgers 115
-101101100 Italians 116
-101101100 fundamentalists 118
-101101100 Belzbergs 119
-101101100 Filipinos 120
-101101100 Brazilians 122
-101101100 Tigers 123
-101101100 arbitrators 123
-101101100 Texans 127
-101101100 Turks 131
-101101100 Iraqis 134
-101101100 Afghans 134
-101101100 hard-liners 135
-101101100 Greens 135
-101101100 bishops 135
-101101100 Senators 154
-101101100 radicals 160
-101101100 Christians 163
-101101100 strikers 167
-101101100 reformers 170
-101101100 Britons 170
-101101100 Giants 175
-101101100 Cubans 185
-101101100 Moslems 186
-101101100 CEOs 196
-101101100 pros 203
-101101100 newcomers 208
-101101100 communists 208
-101101100 Poles 221
-101101100 Hafts 221
-101101100 Liberals 226
-101101100 moderates 232
-101101100 incumbents 243
-101101100 peasants 246
-101101100 Socialists 249
-101101100 Mexicans 259
-101101100 respondents 287
-101101100 Marines 296
-101101100 jurors 299
-101101100 locals 300
-101101100 dissidents 311
-101101100 Bells 317
-101101100 Communists 321
-101101100 Israelis 349
-101101100 Indians 355
-101101100 Conservatives 359
-101101100 Canadians 361
-101101100 Hunts 364
-101101100 Arabs 384
-101101100 Jews 447
-101101100 Saudis 448
-101101100 Iranians 477
-101101100 Koreans 485
-101101100 terrorists 486
-101101100 Russians 513
-101101100 liberals 532
-101101100 Palestinians 541
-101101100 congressmen 541
-101101100 authors 599
-101101100 guerrillas 621
-101101100 Europeans 635
-101101100 justices 711
-101101100 legislators 776
-101101100 senators 996
-101101100 plaintiffs 1104
-101101100 conservatives 1113
-101101100 rebels 1384
-101101100 defendants 1697
-101101100 politicians 1802
-101101100 lawmakers 2231
-101101100 Republicans 2389
-101101100 voters 2762
-101101100 Soviets 3542
-101101100 Democrats 4874
-101101100 Americans 4147
-1011011010 yeomen 1
-1011011010 sickie 1
-1011011010 caribous 1
-1011011010 stumblebum 1
-1011011010 Marxist-leaning 1
-1011011010 companions-in-arms 1
-1011011010 Anglo-Americans 1
-1011011010 102,888 1
-1011011010 brothers-in-arms 1
-1011011010 businesspeople/churchmen 1
-1011011010 McHospital 1
-1011011010 legal-briefcases 1
-1011011010 cargo-area 1
-1011011010 co-eds 1
-1011011010 recanters 1
-1011011010 Adonises 1
-1011011010 out-migrants 1
-1011011010 expat 1
-1011011010 highwaymen 1
-1011011010 subluminaries 1
-1011011010 individals 1
-1011011010 degree-days 1
-1011011010 thought-oids 1
-1011011010 non-facts 1
-1011011010 14,870 1
-1011011010 brushstrokes 1
-1011011010 non-Italos 1
-1011011010 Oklahomans 1
-1011011010 chart-topper 1
-1011011010 Oostende 1
-1011011010 wisenheimers 1
-1011011010 iridians 1
-1011011010 MOMS 1
-1011011010 putti 1
-1011011010 spinnable 1
-1011011010 mega-parties 1
-1011011010 alphas 1
-1011011010 Aeghist 1
-1011011010 ship-owner 1
-1011011010 armstrokes 1
-1011011010 plurals 1
-1011011010 congress-persons 1
-1011011010 kaffiyeh 1
-1011011010 Barkers 1
-1011011010 plastic-treated 1
-1011011010 unities 1
-1011011010 holiday-goers 1
-1011011010 primatologist 1
-1011011010 pseudoscientists 1
-1011011010 golf-cleat 1
-1011011010 25345.28 1
-1011011010 manikins 1
-1011011010 snorees 1
-1011011010 athlete-clients 1
-1011011010 rooks 1
-1011011010 may-be 1
-1011011010 17,022 1
-1011011010 fifty-six 1
-1011011010 telecasters 1
-1011011010 blurbers 1
-1011011010 rainmakers 1
-1011011010 rockiness 1
-1011011010 Jacksonians 1
-1011011010 hipster 1
-1011011010 left-liberals 1
-1011011010 idealisms 1
-1011011010 sweatband 1
-1011011010 great-uncles 1
-1011011010 greatgrandsons 1
-1011011010 major-burden-to-the-planet 1
-1011011010 ownermanagers 1
-1011011010 Laredoans 2
-1011011010 drunkards 2
-1011011010 partiers 2
-1011011010 all-stars 2
-1011011010 self-starters 2
-1011011010 knitters 2
-1011011010 hillbillies 2
-1011011010 cad 2
-1011011010 misleaders 2
-1011011010 Louisianans 2
-1011011010 FANS 2
-1011011010 classifiers 2
-1011011010 late-comers 2
-1011011010 ex-leftists 2
-1011011010 bullrings 2
-1011011010 misimpressions 2
-1011011010 Opels 2
-1011011010 twerps 2
-1011011010 hezbollahis 2
-1011011010 blabbermouth 2
-1011011010 TL 2
-1011011010 Marfans 2
-1011011010 hypochondriacs 2
-1011011010 appliques 2
-1011011010 school-children 2
-1011011010 non-celebrities 2
-1011011010 85-year-olds 2
-1011011010 shmucks 2
-1011011010 '45 2
-1011011010 scrimmages 2
-1011011010 Mughals 2
-1011011010 portholes 2
-1011011010 Atlanticists 2
-1011011010 cornets 2
-1011011010 fogeys 2
-1011011010 apocalyptics 2
-1011011010 tykes 2
-1011011010 sadists 3
-1011011010 cubbyholes 3
-1011011010 BVIslanders 3
-1011011010 Acadians 3
-1011011010 mutts 3
-1011011010 personas 3
-1011011010 backpackers 3
-1011011010 assistors 3
-1011011010 urines 3
-1011011010 barracuda 3
-1011011010 Rhodesians 3
-1011011010 narcissists 3
-1011011010 stretchers 3
-1011011010 wordsmiths 3
-1011011010 Shanghainese 3
-1011011010 386s 3
-1011011010 Bavarians 3
-1011011010 carve-ups 3
-1011011010 GMers 4
-1011011010 Delawareans 4
-1011011010 photojournalists 4
-1011011010 rappers 4
-1011011010 panhandlers 4
-1011011010 sunbathers 4
-1011011010 Orientals 4
-1011011010 Kenyans 4
-1011011010 Toledoans 4
-1011011010 Oxonians 4
-1011011010 1,071 4
-1011011010 schizophrenics 4
-1011011010 geographers 4
-1011011010 Actinidias 4
-1011011010 impotency 4
-1011011010 kickoffs 4
-1011011010 biochemists 4
-1011011010 oldsters 5
-1011011010 hashers 5
-1011011010 45-year-olds 5
-1011011010 yo-yos 5
-1011011010 medalists 5
-1011011010 Oregonians 5
-1011011010 drive-ins 6
-1011011010 lollipops 6
-1011011010 Moroccans 6
-1011011010 motorcyclists 6
-1011011010 Westerns 7
-1011011010 rascals 7
-1011011010 raptors 7
-1011011010 sopranos 7
-1011011010 migraines 7
-1011011010 sleepwalkers 7
-1011011010 masons 7
-1011011010 athletically 7
-1011011010 jazzmen 7
-1011011010 unfortunates 7
-1011011010 chaps 8
-1011011010 sandbags 8
-1011011010 Philadelphians 8
-1011011010 spiders 8
-1011011010 worthies 8
-1011011010 Quebeckers 8
-1011011010 survivalists 8
-1011011010 congresspersons 9
-1011011010 straights 9
-1011011010 gentlemen-farmers 9
-1011011010 Kentuckians 10
-1011011010 mangosteens 10
-1011011010 Indianians 10
-1011011010 Samurais 10
-1011011010 out-of-towners 11
-1011011010 kibbutzniks 11
-1011011010 horsemen 11
-1011011010 communicators 11
-1011011010 Washingtonians 13
-1011011010 Mozambicans 13
-1011011010 farmer-borrowers 14
-1011011010 sportswriters 14
-1011011010 churchmen 15
-1011011010 verses 16
-1011011010 fellas 16
-1011011010 mongooses 16
-1011011010 refuseniks 16
-1011011010 Midwesterners 16
-1011011010 Floridians 17
-1011011010 workaholics 17
-1011011010 realists 18
-1011011010 Cambodians 19
-1011011010 sokaiya 22
-1011011010 exhibitors 39
-1011011010 Japanese-Americans 42
-1011011010 Frenchmen 49
-1011011010 folks 443
-1011011010 persons 660
-1011011010 people 29668
-1011011010 guys 898
-10110110110 conglomerateurs 1
-10110110110 baseblots 1
-10110110110 frontiers-woman 1
-10110110110 gashes 1
-10110110110 knighting 1
-10110110110 pronoun 1
-10110110110 soul-thrashing 1
-10110110110 Lakefront 1
-10110110110 slavers 1
-10110110110 hold-overs 1
-10110110110 reregulators 1
-10110110110 Bellamys 1
-10110110110 rescript 1
-10110110110 nasturtiums 1
-10110110110 oleanders 1
-10110110110 guided-tour 1
-10110110110 Pan-Africa 1
-10110110110 helmsmen 1
-10110110110 foothill 1
-10110110110 snake-handlers 1
-10110110110 dogfighter 1
-10110110110 kitschery 1
-10110110110 Korans 1
-10110110110 grower-seller 1
-10110110110 violists 1
-10110110110 non-cognoscenti 1
-10110110110 jackmanii 1
-10110110110 volleyballers 1
-10110110110 costumery 1
-10110110110 trull 1
-10110110110 galoshes 1
-10110110110 footman 1
-10110110110 equivocations 1
-10110110110 palisades 1
-10110110110 ruff 1
-10110110110 gins 1
-10110110110 exercism 1
-10110110110 Spanglish 1
-10110110110 Baraboo 1
-10110110110 youngsters. 1
-10110110110 Portia 1
-10110110110 parakeet 1
-10110110110 tanks. 1
-10110110110 plimsoled 1
-10110110110 butterflys 1
-10110110110 Vonnas 1
-10110110110 8,000-foot-high 1
-10110110110 megastadiums 1
-10110110110 flailers 1
-10110110110 platinum-haired 1
-10110110110 Billys 1
-10110110110 flannels 1
-10110110110 Boscobel 1
-10110110110 shakos 1
-10110110110 cross-straps 1
-10110110110 Oaklawn 1
-10110110110 supercops 1
-10110110110 boxwood 1
-10110110110 aspic 1
-10110110110 gazelles 1
-10110110110 canoist 1
-10110110110 ibises 1
-10110110110 arteritis 1
-10110110110 Norwegian-Americans 1
-10110110110 BAC-111s 1
-10110110110 whippersnappers 1
-10110110110 k.d. 1
-10110110110 oxfords 1
-10110110110 busstop 1
-10110110110 poplar- 1
-10110110110 spear-carriers 1
-10110110110 anti-clericalism 1
-10110110110 Uludere 1
-10110110110 double-talk 1
-10110110110 Cheektowaga 1
-10110110110 dropcloths 1
-10110110110 cats. 1
-10110110110 orchidomania 1
-10110110110 Luiza 1
-10110110110 Soldevilas 1
-10110110110 filmstrip 1
-10110110110 affectlessness 1
-10110110110 boatswain 1
-10110110110 fortune-seekers 1
-10110110110 lowlife 1
-10110110110 walk-ups 1
-10110110110 farmgirls 1
-10110110110 sutras 1
-10110110110 ideas. 1
-10110110110 equestrians 1
-10110110110 discoers 1
-10110110110 sods 1
-10110110110 mummiforms 1
-10110110110 paddlewheel 1
-10110110110 adulthoods 1
-10110110110 ball-heaver 1
-10110110110 mystics 1
-10110110110 fattie 1
-10110110110 artificer 1
-10110110110 Nadejda 1
-10110110110 lawyer-legislator 1
-10110110110 elite-types 1
-10110110110 Bronko 1
-10110110110 stonecutter 1
-10110110110 pipa 1
-10110110110 subregions 1
-10110110110 dancemaker 1
-10110110110 cherubim 1
-10110110110 Bosnians 1
-10110110110 boots. 1
-10110110110 adventure-seekers 1
-10110110110 watercolorists 1
-10110110110 warload 1
-10110110110 Marxes 1
-10110110110 jarheads 1
-10110110110 windcatcher 1
-10110110110 earthworm 1
-10110110110 street-front 1
-10110110110 Bidu 1
-10110110110 napery 1
-10110110110 hubbies 1
-10110110110 chihuahua 1
-10110110110 split-screen 1
-10110110110 protectiveness 1
-10110110110 rug-beater 1
-10110110110 statelet 1
-10110110110 dance-makers 1
-10110110110 Gauloises 1
-10110110110 double-bock 1
-10110110110 artisan-brother 1
-10110110110 shariat 1
-10110110110 Vizela 1
-10110110110 Dacians 1
-10110110110 Pampas 1
-10110110110 anti-Marxism 1
-10110110110 octopus-hurlers 1
-10110110110 Cratchits 1
-10110110110 bermudas 1
-10110110110 pre-debutante 1
-10110110110 acid-wash 1
-10110110110 watchtower 1
-10110110110 experiencia 1
-10110110110 Irishwoman 1
-10110110110 Jesuses 1
-10110110110 mir-doms 1
-10110110110 mirs 1
-10110110110 elephant. 1
-10110110110 Vacherie 1
-10110110110 McUpstart 1
-10110110110 supply-sidism 1
-10110110110 imperiousness 1
-10110110110 gizmo. 1
-10110110110 Turkophile 1
-10110110110 revivalists 1
-10110110110 nilgai 1
-10110110110 gravediggers 1
-10110110110 amylase 1
-10110110110 falloffs 1
-10110110110 Bottecchia 1
-10110110110 retrainee 1
-10110110110 full-timer 1
-10110110110 vaselike 1
-10110110110 tribeswomen 1
-10110110110 spokesman-designate 1
-10110110110 view-shed 1
-10110110110 Rolodexes 1
-10110110110 seed-persona 1
-10110110110 landladies 1
-10110110110 leopard. 1
-10110110110 maestros 1
-10110110110 breastbeating 1
-10110110110 gestator 1
-10110110110 pollo 1
-10110110110 turk 1
-10110110110 colonnades 1
-10110110110 sarabande 1
-10110110110 period-paper 1
-10110110110 end-pages 1
-10110110110 citizen-servants 1
-10110110110 Demre 1
-10110110110 MBoya 1
-10110110110 adrenals 1
-10110110110 labor. 1
-10110110110 Philanthropies 1
-10110110110 armband 1
-10110110110 balladeer 1
-10110110110 cupsman 1
-10110110110 cellophanelike 1
-10110110110 commiseration 1
-10110110110 housing. 1
-10110110110 legalizers 1
-10110110110 cragginess 1
-10110110110 leather-men 1
-10110110110 Euro-mausoleum 1
-10110110110 Zin 1
-10110110110 pontificators 1
-10110110110 S.S.R. 1
-10110110110 rosebud 1
-10110110110 sexagenarians 1
-10110110110 Nawal 1
-10110110110 relativists 1
-10110110110 ottomans 1
-10110110110 wood-grain 1
-10110110110 headpiece 1
-10110110110 hemorrhage. 1
-10110110110 cultivators 1
-10110110110 koan 1
-10110110110 Upanishad 1
-10110110110 artisan-bookbinder 1
-10110110110 vahines 1
-10110110110 darlingtonia 1
-10110110110 bunkmate 1
-10110110110 imbibers 1
-10110110110 free-enterprisers 1
-10110110110 Weavings 1
-10110110110 muscleman 1
-10110110110 Carterites 1
-10110110110 greenworks 1
-10110110110 MAC-10 1
-10110110110 6-feet-5 1
-10110110110 mestizos 1
-10110110110 Lances 1
-10110110110 seatmates 1
-10110110110 1100/60 1
-10110110110 Cairenes 1
-10110110110 ultra-rightists 1
-10110110110 chickhoods 1
-10110110110 mujahid 1
-10110110110 keto 1
-10110110110 Islamics 1
-10110110110 Nashvilleans 1
-10110110110 hell-raiser 1
-10110110110 Sumerians 1
-10110110110 mega-university 1
-10110110110 Adebiyeti 1
-10110110110 newscasting 1
-10110110110 Uniates 1
-10110110110 heads-of-household 1
-10110110110 mountains-chains 1
-10110110110 fitness. 1
-10110110110 non-combatants 1
-10110110110 underarms 1
-10110110110 Battersea 1
-10110110110 daywear 1
-10110110110 bods 1
-10110110110 estrus 1
-10110110110 whippersnapper 1
-10110110110 sportsbiz 1
-10110110110 stirrers 1
-10110110110 cripes 1
-10110110110 Convenant 1
-10110110110 taxpayers-- 1
-10110110110 Daikinis 1
-10110110110 Cessnas 1
-10110110110 superheroine 1
-10110110110 Joyners 1
-10110110110 nonadventures 1
-10110110110 governness 1
-10110110110 Galactica 1
-10110110110 cesspools 1
-10110110110 Firestorm 1
-10110110110 powerholders 1
-10110110110 collegian 1
-10110110110 pseudo-eclectic 1
-10110110110 Chalet-a-Gobet 1
-10110110110 stuntwoman 1
-10110110110 Churchilliana 1
-10110110110 comprehensibility 1
-10110110110 trespasser 1
-10110110110 sluggard 1
-10110110110 papyrus 1
-10110110110 spumes 1
-10110110110 Belcore 1
-10110110110 Slovenians 1
-10110110110 fortune-telling 1
-10110110110 pedagogues 1
-10110110110 kneebreeches 1
-10110110110 bedsteads 1
-10110110110 outdoorsman/writer 1
-10110110110 gatehouses 1
-10110110110 eye-shadow 1
-10110110110 chromatiographics 1
-10110110110 choler 1
-10110110110 warbler 1
-10110110110 Wellingtons 1
-10110110110 antichrist 1
-10110110110 Chelyabinsk 1
-10110110110 empty-nesters 1
-10110110110 cosmopolitanism 1
-10110110110 hole-dweller 1
-10110110110 bugbears 1
-10110110110 capitalists-in-training 1
-10110110110 briquets 1
-10110110110 intramuscularly 1
-10110110110 Irish-Bostonian 1
-10110110110 IBM-er 1
-10110110110 Frankensteins 1
-10110110110 striver 1
-10110110110 slinkiness 1
-10110110110 barrettes 1
-10110110110 lorries 1
-10110110110 octogenaraians 1
-10110110110 frame-ups 1
-10110110110 snootiness 1
-10110110110 cottonweed 1
-10110110110 Norsemen 1
-10110110110 ex-CPA 1
-10110110110 spydom 1
-10110110110 Snowmass 1
-10110110110 highrisk 2
-10110110110 common-equivalents 2
-10110110110 burghers 2
-10110110110 paraparesis 2
-10110110110 acacia 2
-10110110110 concert-goers 2
-10110110110 banquettes 2
-10110110110 saintliness 2
-10110110110 skullcaps 2
-10110110110 neocolonialism 2
-10110110110 Amazons 2
-10110110110 chickpeas 2
-10110110110 middle-managers 2
-10110110110 pre-adolescents 2
-10110110110 runabouts 2
-10110110110 apparitions 2
-10110110110 hickories 2
-10110110110 moly 2
-10110110110 notepad 2
-10110110110 watchtowers 2
-10110110110 yes-men 2
-10110110110 druids 2
-10110110110 coverlets 2
-10110110110 dorks 2
-10110110110 ocher 2
-10110110110 barangays 2
-10110110110 stenographers 2
-10110110110 artillerymen 2
-10110110110 quarterlies 2
-10110110110 oleander 2
-10110110110 tastebuds 2
-10110110110 libidos 2
-10110110110 Aage 2
-10110110110 nightgowns 2
-10110110110 philanthrophy 2
-10110110110 towboats 2
-10110110110 ibexes 2
-10110110110 amphibians 2
-10110110110 gams 2
-10110110110 fact-filled 2
-10110110110 dachshunds 2
-10110110110 jodhpurs 2
-10110110110 abaca 2
-10110110110 unrepentants 2
-10110110110 chiffon 2
-10110110110 dialer 2
-10110110110 moppets 2
-10110110110 dandies 2
-10110110110 ethnocentrism 2
-10110110110 spacesuits 2
-10110110110 stigmata 2
-10110110110 anti-infectives 2
-10110110110 Sovietology 2
-10110110110 shoes. 2
-10110110110 PAC-men 2
-10110110110 elegies 2
-10110110110 Arsenale 2
-10110110110 thistle 2
-10110110110 septuagenarians 2
-10110110110 ejaculation 2
-10110110110 mealie 2
-10110110110 16-year-olds 2
-10110110110 flyboy 2
-10110110110 Millikens 2
-10110110110 loosestrife 2
-10110110110 scallions 2
-10110110110 marathoner 2
-10110110110 Clemenson 2
-10110110110 hitchhikers 2
-10110110110 early-30s 2
-10110110110 ultranationalist 2
-10110110110 derrieres 2
-10110110110 househusband 2
-10110110110 VPs 2
-10110110110 ex-athletes 2
-10110110110 amore 2
-10110110110 off-islanders 2
-10110110110 Amishman 2
-10110110110 scarecrow 2
-10110110110 southpaws 2
-10110110110 backwoodsman 2
-10110110110 pool-hopping 2
-10110110110 panthers 2
-10110110110 peons 2
-10110110110 Lochinvar 2
-10110110110 Aerosmith 2
-10110110110 hamster 2
-10110110110 Herpolsheimer 2
-10110110110 teetotalers 2
-10110110110 mullet 2
-10110110110 30-to-40-year-olds 2
-10110110110 uvula 2
-10110110110 policewomen 2
-10110110110 loggia 2
-10110110110 dancer/choreographer 2
-10110110110 timeouts 3
-10110110110 nit-pickers 3
-10110110110 turks 3
-10110110110 misspellings 3
-10110110110 neo-conservatives 3
-10110110110 keels 3
-10110110110 sahibs 3
-10110110110 sharecroppers 3
-10110110110 tankards 3
-10110110110 businesspersons 3
-10110110110 melisma 3
-10110110110 Flowtons 3
-10110110110 marketeering 3
-10110110110 taffeta 3
-10110110110 carnivals 3
-10110110110 carbons 3
-10110110110 clarinets 3
-10110110110 Enniskillen 3
-10110110110 joviality 3
-10110110110 job-hoppers 3
-10110110110 croupiers 3
-10110110110 bagpiping 3
-10110110110 Learjets 3
-10110110110 evergreens 3
-10110110110 Dachau 3
-10110110110 hibiscus 3
-10110110110 Pats 3
-10110110110 pandas 3
-10110110110 stalactites 3
-10110110110 Einsteins 3
-10110110110 boatlift 3
-10110110110 ex-POWs 3
-10110110110 zinfandel 3
-10110110110 OD 3
-10110110110 climbery 3
-10110110110 Mesopotamia 3
-10110110110 borscht 3
-10110110110 canaries 3
-10110110110 poor. 3
-10110110110 gallbladders 3
-10110110110 eyeshades 3
-10110110110 Pee-Wee 3
-10110110110 constitutionalism 3
-10110110110 Terreri 3
-10110110110 constructivists 3
-10110110110 mutants 3
-10110110110 marrieds 3
-10110110110 sabers 3
-10110110110 narcs 3
-10110110110 tendrils 3
-10110110110 canoeists 3
-10110110110 Monets 3
-10110110110 rajahs 3
-10110110110 unicorns 3
-10110110110 SUITS 3
-10110110110 scriptures 3
-10110110110 poplars 3
-10110110110 smocks 4
-10110110110 Soso 4
-10110110110 Fadzaev 4
-10110110110 Selika 4
-10110110110 cloves 4
-10110110110 friends. 4
-10110110110 eyeshade 4
-10110110110 siderographers 4
-10110110110 jumpsuits 4
-10110110110 plungers 4
-10110110110 choirboys 4
-10110110110 Landesbanken 4
-10110110110 amputees 4
-10110110110 sanctimony 4
-10110110110 hierarchs 4
-10110110110 McMurphy 4
-10110110110 Zimbabweans 4
-10110110110 oddballs 4
-10110110110 birdshot 4
-10110110110 CitySpire 4
-10110110110 behinds 4
-10110110110 Rosacoke 4
-10110110110 selectmen 4
-10110110110 quaffers 4
-10110110110 urinals 4
-10110110110 concubines 4
-10110110110 noes 4
-10110110110 wasps 4
-10110110110 valedictorians 4
-10110110110 stringers 4
-10110110110 fowls 4
-10110110110 children. 4
-10110110110 typos 4
-10110110110 clive-ia 4
-10110110110 Padstow 4
-10110110110 ruffians 4
-10110110110 autobiographies 4
-10110110110 KTLA 4
-10110110110 cannonballs 4
-10110110110 EMCs 4
-10110110110 poinsettias 4
-10110110110 shut-ins 4
-10110110110 hairstyles 4
-10110110110 babyboomers 4
-10110110110 Puritans 4
-10110110110 walleye 4
-10110110110 speechmakers 4
-10110110110 shamans 4
-10110110110 scribblers 4
-10110110110 Steinways 5
-10110110110 goatee 5
-10110110110 you-know-what 5
-10110110110 snowflakes 5
-10110110110 overachievers 5
-10110110110 midgets 5
-10110110110 non-veterans 5
-10110110110 mermaids 5
-10110110110 voyeurs 5
-10110110110 swallowwort 5
-10110110110 Rambos 5
-10110110110 IBM-compatibles 5
-10110110110 inanities 5
-10110110110 Fergie 5
-10110110110 toymakers 5
-10110110110 Leporello 5
-10110110110 loners 5
-10110110110 Barbies 5
-10110110110 prescribers 5
-10110110110 intoxicants 5
-10110110110 dysplasia 5
-10110110110 noblemen 5
-10110110110 drifters 5
-10110110110 fireflies 5
-10110110110 mammoths 5
-10110110110 squires 5
-10110110110 Savigny 5
-10110110110 romantics 5
-10110110110 Davids 5
-10110110110 mine-sweepers 5
-10110110110 barkers 5
-10110110110 lapels 5
-10110110110 gawkers 5
-10110110110 dieters 5
-10110110110 swastikas 5
-10110110110 has-beens 5
-10110110110 psychoanalysts 5
-10110110110 glutamate 5
-10110110110 Andris 5
-10110110110 grail 5
-10110110110 lefties 5
-10110110110 Cherubino 5
-10110110110 schmaltz 5
-10110110110 perfectionists 5
-10110110110 householders 5
-10110110110 dockyards 5
-10110110110 masculinity 5
-10110110110 runaways 5
-10110110110 Cs 5
-10110110110 berets 6
-10110110110 sunsets 6
-10110110110 mustaches 6
-10110110110 maggots 6
-10110110110 hubby 6
-10110110110 pantaloons 6
-10110110110 flamingos 6
-10110110110 cherubs 6
-10110110110 complainers 6
-10110110110 vampires 6
-10110110110 Clemensen 6
-10110110110 Northeasterners 6
-10110110110 stragglers 6
-10110110110 also-rans 6
-10110110110 cowards 6
-10110110110 brows 6
-10110110110 proconsul 6
-10110110110 Segovia 6
-10110110110 suppositories 6
-10110110110 bloopers 6
-10110110110 charismatics 6
-10110110110 brothers-in-law 6
-10110110110 grooves 6
-10110110110 roosters 6
-10110110110 frescoes 6
-10110110110 Nourrit 6
-10110110110 multilateralism 6
-10110110110 red-handed 6
-10110110110 Bs 6
-10110110110 Duchenne 6
-10110110110 fillies 6
-10110110110 foxholes 6
-10110110110 barnacles 6
-10110110110 brooch 6
-10110110110 vowels 6
-10110110110 prelates 7
-10110110110 bookkeepers 7
-10110110110 triplets 7
-10110110110 lugers 7
-10110110110 crazies 7
-10110110110 dusters 7
-10110110110 churchgoers 7
-10110110110 edibles 7
-10110110110 jades 7
-10110110110 marketeer 7
-10110110110 vodkas 7
-10110110110 enlistees 7
-10110110110 moths 7
-10110110110 apes 7
-10110110110 confiterias 7
-10110110110 pacifists 7
-10110110110 outriders 7
-10110110110 aunts 7
-10110110110 armbands 7
-10110110110 jive 7
-10110110110 starlets 7
-10110110110 pansies 7
-10110110110 northerners 7
-10110110110 supers 7
-10110110110 deportees 7
-10110110110 adoptees 7
-10110110110 libido 7
-10110110110 wage-earners 7
-10110110110 kangaroos 7
-10110110110 tugboats 7
-10110110110 spotters 8
-10110110110 canines 8
-10110110110 southerners 8
-10110110110 spaceships 8
-10110110110 bluffs 8
-10110110110 womens 8
-10110110110 minstrels 8
-10110110110 mollusks 8
-10110110110 herrings 8
-10110110110 babysitters 8
-10110110110 doers 8
-10110110110 schoolboys 8
-10110110110 elitists 8
-10110110110 hippies 8
-10110110110 babes 8
-10110110110 Greek-Americans 9
-10110110110 vocals 9
-10110110110 Creator 9
-10110110110 non-Hispanics 9
-10110110110 blondes 9
-10110110110 chainsaws 9
-10110110110 Amundsen 9
-10110110110 fossils 9
-10110110110 maidens 9
-10110110110 high-schoolers 9
-10110110110 job-seekers 9
-10110110110 sweethearts 9
-10110110110 extraterrestrials 9
-10110110110 VADs 9
-10110110110 gynecologists 9
-10110110110 shanties 9
-10110110110 Dalis 9
-10110110110 supremacists 9
-10110110110 fascists 10
-10110110110 gators 10
-10110110110 serfs 10
-10110110110 weavers 10
-10110110110 farmlands 10
-10110110110 pre-schoolers 10
-10110110110 peregrines 10
-10110110110 tradesmen 10
-10110110110 fraternities 10
-10110110110 pinks 10
-10110110110 grunt 10
-10110110110 bellhops 10
-10110110110 incompetents 10
-10110110110 Burgundies 11
-10110110110 counterfeiters 11
-10110110110 schoolteachers 11
-10110110110 hoodlums 11
-10110110110 grandfathers 11
-10110110110 snatcher 11
-10110110110 goddesses 11
-10110110110 airmen 11
-10110110110 certainties 11
-10110110110 stepchildren 11
-10110110110 stylists 11
-10110110110 tyrants 11
-10110110110 eccentrics 11
-10110110110 tattoos 11
-10110110110 guardsmen 12
-10110110110 pitchmen 12
-10110110110 battleships 12
-10110110110 O-rings 12
-10110110110 dreamers 12
-10110110110 cardinals 12
-10110110110 donkeys 12
-10110110110 aristocrats 12
-10110110110 uncles 13
-10110110110 perennials 13
-10110110110 Buddhists 13
-10110110110 lambs 13
-10110110110 ballparks 13
-10110110110 zeroes 13
-10110110110 mini-malls 13
-10110110110 pebbles 13
-10110110110 homemakers 13
-10110110110 achievers 14
-10110110110 ethnics 14
-10110110110 individualists 14
-10110110110 magicians 14
-10110110110 punks 14
-10110110110 Olympias 14
-10110110110 Hyundais 15
-10110110110 visionaries 15
-10110110110 germs 15
-10110110110 jerks 15
-10110110110 chilies 15
-10110110110 martyrs 15
-10110110110 devils 15
-10110110110 dads 15
-10110110110 Anglos 15
-10110110110 suburbanites 15
-10110110110 trainmen 16
-10110110110 18-year-olds 16
-10110110110 preschoolers 16
-10110110110 Azerbaijanis 16
-10110110110 bootleggers 16
-10110110110 patrolmen 16
-10110110110 wimps 17
-10110110110 juveniles 17
-10110110110 protagonists 17
-10110110110 foremen 17
-10110110110 anti-communists 17
-10110110110 irises 17
-10110110110 brides 17
-10110110110 congregations 17
-10110110110 assailants 17
-10110110110 tombstones 18
-10110110110 shrines 18
-10110110110 palsy 18
-10110110110 berries 18
-10110110110 grandmothers 18
-10110110110 longshoremen 18
-10110110110 Buddhism 19
-10110110110 chicks 19
-10110110110 juniors 19
-10110110110 patriots 19
-10110110110 falcons 19
-10110110110 rookies 20
-10110110110 colonels 20
-10110110110 foxes 20
-10110110110 clowns 20
-10110110110 batters 20
-10110110110 monasteries 20
-10110110110 pianists 21
-10110110110 galaxies 22
-10110110110 moms 22
-10110110110 idiots 22
-10110110110 Bishops 22
-10110110110 objectors 22
-10110110110 neckties 22
-10110110110 traitors 23
-10110110110 baboons 23
-10110110110 racists 23
-10110110110 carnations 23
-10110110110 puppies 23
-10110110110 x 23
-10110110110 monsters 23
-10110110110 grown-ups 23
-10110110110 maquilas 23
-10110110110 Zionism 24
-10110110110 ants 24
-10110110110 parishes 24
-10110110110 robe 24
-10110110110 annuals 24
-10110110110 aprons 24
-10110110110 marketeers 25
-10110110110 playwrights 25
-10110110110 roaches 26
-10110110110 revivals 26
-10110110110 Peruvians 26
-10110110110 rockers 26
-10110110110 Ph.D.s 26
-10110110110 kittens 27
-10110110110 drunks 27
-10110110110 brakemen 27
-10110110110 child-bearing 28
-10110110110 Ethiopians 28
-10110110110 gardeners 28
-10110110110 adventurers 28
-10110110110 swords 28
-10110110110 soloists 28
-10110110110 daddy 28
-10110110110 doves 29
-10110110110 diplomas 29
-10110110110 pastors 29
-10110110110 microwaves 29
-10110110110 firemen 29
-10110110110 mansions 30
-10110110110 blurbs 30
-10110110110 eagles 31
-10110110110 witches 32
-10110110110 polyps 32
-10110110110 saints 32
-10110110110 suspenders 33
-10110110110 cleric 34
-10110110110 workmen 34
-10110110110 sportsmen 35
-10110110110 knights 36
-10110110110 winters 36
-10110110110 actresses 37
-10110110110 upstarts 37
-10110110110 tigers 37
-10110110110 orphans 38
-10110110110 cocktails 39
-10110110110 Cadillacs 41
-10110110110 candles 42
-10110110110 Catholicism 44
-10110110110 widows 44
-10110110110 childbearing 45
-10110110110 fetuses 45
-10110110110 adolescents 45
-10110110110 pregnancies 46
-10110110110 lobsters 46
-10110110110 boxers 46
-10110110110 teenagers 46
-10110110110 waiters 46
-10110110110 graffiti 48
-10110110110 Fords 51
-10110110110 co-defendants 51
-10110110110 caves 52
-10110110110 crooks 54
-10110110110 alcoholics 54
-10110110110 Tamils 54
-10110110110 M.B.A.s 55
-10110110110 nuns 57
-10110110110 poets 57
-10110110110 monkeys 58
-10110110110 sharks 58
-10110110110 motherhood 59
-10110110110 fellows 59
-10110110110 Protestants 61
-10110110110 cowboys 61
-10110110110 Southerners 67
-10110110110 herring 67
-10110110110 pupils 68
-10110110110 siblings 70
-10110110110 pitchers 71
-10110110110 angels 71
-10110110110 dystrophy 71
-10110110110 weeds 74
-10110110110 slaves 75
-10110110110 mayors 77
-10110110110 amateurs 81
-10110110110 schoolchildren 92
-10110110110 gentlemen 93
-10110110110 females 94
-10110110110 humanity 95
-10110110110 pets 97
-10110110110 prostitutes 99
-10110110110 elephants 103
-10110110110 townships 115
-10110110110 dependents 116
-10110110110 policemen 124
-10110110110 ducks 126
-10110110110 yuppies 142
-10110110110 sisters 148
-10110110110 husbands 156
-10110110110 grandchildren 158
-10110110110 teens 164
-10110110110 knight 164
-10110110110 priests 166
-10110110110 Catholics 168
-10110110110 cats 178
-10110110110 shorts 183
-10110110110 fathers 184
-10110110110 ladies 184
-10110110110 daughters 190
-10110110110 HMOs 190
-10110110110 spouses 199
-10110110110 youths 216
-10110110110 infants 217
-10110110110 males 218
-10110110110 wives 268
-10110110110 birds 275
-10110110110 teen-agers 279
-10110110110 ink 300
-10110110110 churches 303
-10110110110 neighborhoods 357
-10110110110 sons 361
-10110110110 babies 370
-10110110110 couples 428
-10110110110 girls 446
-10110110110 dogs 454
-10110110110 actors 482
-10110110110 mothers 509
-10110110110 boys 580
-10110110110 adults 613
-10110110110 Church 789
-10110110110 kids 1210
-10110110110 blacks 1590
-10110110110 families 2371
-10110110110 children 5202
-10110110110 men 5687
-10110110110 women 6264
-10110110111 sere 1
-10110110111 literalists 1
-10110110111 cost-inefficiency 1
-10110110111 woodcarvings 1
-10110110111 WEXCW 1
-10110110111 non-participative 1
-10110110111 stir-frys 1
-10110110111 tittles 1
-10110110111 1254.13 1
-10110110111 pina 1
-10110110111 CJs 1
-10110110111 self-confession 1
-10110110111 264-158 1
-10110110111 periodontics 1
-10110110111 decrepitude 1
-10110110111 1305.24 1
-10110110111 non-investors 1
-10110110111 Over-Population 1
-10110110111 KVIL-FM 1
-10110110111 Montagues 1
-10110110111 flashovers 1
-10110110111 salination 1
-10110110111 tribalism 1
-10110110111 wildlands 1
-10110110111 SwissAir 1
-10110110111 1,1-dichloroethylene 1
-10110110111 1,2-dichloroethane 1
-10110110111 1318.39 1
-10110110111 nearmisses 1
-10110110111 inflation/expansion 1
-10110110111 BDNIU 1
-10110110111 RSSWI 1
-10110110111 LDSWI 1
-10110110111 lechuza 1
-10110110111 12-pounders 1
-10110110111 57-0 1
-10110110111 Northeast. 1
-10110110111 ba-noo-noos 1
-10110110111 1243.32 1
-10110110111 1259.21 1
-10110110111 1241.75 1
-10110110111 617,300 1
-10110110111 selfhatred 1
-10110110111 pontificates 1
-10110110111 co-variance 1
-10110110111 SABRES 1
-10110110111 lectors 1
-10110110111 breastplates 1
-10110110111 3,183,200 1
-10110110111 bedstraw 1
-10110110111 1136.70 1
-10110110111 1235.50 1
-10110110111 diethycarbamazine 1
-10110110111 Matsu 1
-10110110111 1231.08 1
-10110110111 1208.77 1
-10110110111 1265.20 1
-10110110111 Bulawayo 1
-10110110111 disfavoring 1
-10110110111 1263.51 1
-10110110111 plantains 1
-10110110111 Pentecostals 1
-10110110111 NDPers 1
-10110110111 demagnitized 1
-10110110111 1246.79 1
-10110110111 underkarat 1
-10110110111 1240.15 1
-10110110111 divestures 1
-10110110111 depoliticized 1
-10110110111 servicess 1
-10110110111 1273.52 1
-10110110111 naphthalene 1
-10110110111 1260.56 1
-10110110111 near-stars 1
-10110110111 successes-yet-to-be 1
-10110110111 UGNEW 1
-10110110111 trotters 1
-10110110111 1271.35 1
-10110110111 practices. 1
-10110110111 1276.08 1
-10110110111 1428.01 1
-10110110111 hub-building 1
-10110110111 paperthrowing 1
-10110110111 self-managing 1
-10110110111 Monopoly. 1
-10110110111 ironwriters 1
-10110110111 Blauvelt 1
-10110110111 1261.37 1
-10110110111 Fasa-Renault 1
-10110110111 Asland 1
-10110110111 beggary 1
-10110110111 MCBKB 1
-10110110111 co-regent 1
-10110110111 ruthenium 1
-10110110111 retreaders 1
-10110110111 1258.05 1
-10110110111 1257.71 1
-10110110111 Tweedledumber 1
-10110110111 1257.04 1
-10110110111 1260.72 1
-10110110111 Termide 1
-10110110111 exercycling 1
-10110110111 1262.94 1
-10110110111 Anthems 1
-10110110111 1239.15 1
-10110110111 CELLU 1
-10110110111 leukemia/lymphoma 1
-10110110111 1249.00 1
-10110110111 1232.52 1
-10110110111 KwaNdeble 1
-10110110111 cretins 1
-10110110111 alyssum 1
-10110110111 transcoder 1
-10110110111 client-finder 1
-10110110111 1259.23 1
-10110110111 1257.05 1
-10110110111 construction. 1
-10110110111 1259.85 1
-10110110111 Pichon-Lalande 1
-10110110111 outlays. 1
-10110110111 1259.20 1
-10110110111 1255.47 1
-10110110111 1293.40 1
-10110110111 1298.96 1
-10110110111 1301.10 1
-10110110111 zineb 1
-10110110111 addons 1
-10110110111 Miri 1
-10110110111 Legitimacy 1
-10110110111 BNHNW 1
-10110110111 cassoulet 1
-10110110111 self-initiative 1
-10110110111 1299.91 1
-10110110111 juniper 1
-10110110111 asseverate 1
-10110110111 GCSWI 1
-10110110111 RFSWI 1
-10110110111 1303.27 1
-10110110111 federal-or 1
-10110110111 foot-draggers 1
-10110110111 1300.81 1
-10110110111 Irvings 1
-10110110111 guzzles 1
-10110110111 single-forward-gear 1
-10110110111 Agincourt 1
-10110110111 1264.17 1
-10110110111 HMSWI 1
-10110110111 HLSWI 1
-10110110111 XXSWI 1
-10110110111 2,241,000 1
-10110110111 2,097,000 1
-10110110111 1251.36 1
-10110110111 deep. 1
-10110110111 individualism. 1
-10110110111 tokkins 1
-10110110111 BZS 1
-10110110111 1268.86 1
-10110110111 2,074 1
-10110110111 1274.92 1
-10110110111 consume. 1
-10110110111 17. 1
-10110110111 daughters. 1
-10110110111 horsewoman 1
-10110110111 know-it-alls 1
-10110110111 1271.37 1
-10110110111 choucroute 1
-10110110111 KDVR 1
-10110110111 azimuths 1
-10110110111 position-reduction 1
-10110110111 parazylene 1
-10110110111 spleens 1
-10110110111 Kirby-Warrick 1
-10110110111 ill-fed 1
-10110110111 In-Fashion 1
-10110110111 Pre-Raphaelites 1
-10110110111 chamfers 1
-10110110111 1238.12 1
-10110110111 tediousness 1
-10110110111 video-recorders 1
-10110110111 magpies 1
-10110110111 spittin 1
-10110110111 commission-discounting 1
-10110110111 pro-something 1
-10110110111 Burst 1
-10110110111 Panics 1
-10110110111 1261.73 1
-10110110111 1264.24 1
-10110110111 asset-write-downs 1
-10110110111 WHJY-FM 1
-10110110111 near-sightedness 1
-10110110111 1250.56 1
-10110110111 paradigm-shifting 1
-10110110111 1257.30 1
-10110110111 weapons-carriers 1
-10110110111 1263.25 1
-10110110111 boozing 1
-10110110111 prioritizing 1
-10110110111 frostings 1
-10110110111 1248.83 1
-10110110111 Angola/Namibia 1
-10110110111 1236.24 1
-10110110111 non-retailers 1
-10110110111 1215.81 1
-10110110111 outer-courter 1
-10110110111 Bimbimba 1
-10110110111 1208.98 1
-10110110111 Fist-Fight 1
-10110110111 God-knows-what 1
-10110110111 assests 1
-10110110111 combustibles 1
-10110110111 Cardozos 1
-10110110111 1214.34 1
-10110110111 punctuations 1
-10110110111 self-medicating 1
-10110110111 Alabamans 1
-10110110111 nine-year-olds 1
-10110110111 1236.31 1
-10110110111 9.9s 1
-10110110111 pokerfaced 1
-10110110111 Bean. 1
-10110110111 Benneton 1
-10110110111 speediness 1
-10110110111 vasculitis 1
-10110110111 streamliner 1
-10110110111 free-booters 1
-10110110111 terrorist-watchers 1
-10110110111 Sckholm 1
-10110110111 Dacron 1
-10110110111 Birkenau 1
-10110110111 cabinetmaking 1
-10110110111 1164.05 1
-10110110111 cinematographers 1
-10110110111 actin 1
-10110110111 Curitiba 1
-10110110111 sub-subcontractors 1
-10110110111 1247.16 1
-10110110111 Precandidates 1
-10110110111 1196.79 1
-10110110111 Enmemus 1
-10110110111 1195.34 1
-10110110111 mastectomies 1
-10110110111 1432.17 1
-10110110111 non-achievements 1
-10110110111 WTOK-TV 1
-10110110111 1135.31 1
-10110110111 1148.43 1
-10110110111 syllogisms 1
-10110110111 1178.23 1
-10110110111 Screwy 1
-10110110111 1179.61 1
-10110110111 post-feminism 1
-10110110111 grass-cutters 1
-10110110111 teachers. 1
-10110110111 abettor 1
-10110110111 1270.56 1
-10110110111 Perly 1
-10110110111 fax-nots 1
-10110110111 1265.54 1
-10110110111 Steeringly 1
-10110110111 headchoppings 1
-10110110111 1278.28 1
-10110110111 best-equipped 1
-10110110111 Intertan 1
-10110110111 1278.85 1
-10110110111 amens 1
-10110110111 asp 1
-10110110111 waxwings 1
-10110110111 synagogues. 1
-10110110111 1261.27 1
-10110110111 1256.19 1
-10110110111 megabuyouts 1
-10110110111 Fagin 1
-10110110111 dividends. 1
-10110110111 1254.80 1
-10110110111 leads. 1
-10110110111 1255.49 1
-10110110111 lawsuit-threats 1
-10110110111 half-castes 1
-10110110111 8258C 1
-10110110111 undersave 1
-10110110111 non-conspiratorial 1
-10110110111 hardhats 1
-10110110111 Self-Fulfillment 1
-10110110111 non-patriots 1
-10110110111 1271.26 1
-10110110111 Al-Ahd 1
-10110110111 1x 1
-10110110111 Gondal 1
-10110110111 NSFnet 1
-10110110111 Etela 1
-10110110111 crime-fighting-programs 1
-10110110111 Chaget 1
-10110110111 Midorikawas 1
-10110110111 1288.45 1
-10110110111 harassment. 1
-10110110111 1934. 1
-10110110111 basketball-star 1
-10110110111 therapees 1
-10110110111 speaker-for-all-occasions 1
-10110110111 1428.33 1
-10110110111 Ranidine 1
-10110110111 urbanism 1
-10110110111 1426.76 1
-10110110111 1244.85 1
-10110110111 winglets 1
-10110110111 Thalheimers 1
-10110110111 weenies 1
-10110110111 Indian-past 1
-10110110111 disillusionments 1
-10110110111 Wilsonart 1
-10110110111 1425.21 1
-10110110111 1423.93 1
-10110110111 1289.88 1
-10110110111 Latesaver 1
-10110110111 squab 1
-10110110111 greys 1
-10110110111 1424.50 1
-10110110111 35.04 1
-10110110111 1426.35 1
-10110110111 G5 1
-10110110111 Pevesa 1
-10110110111 Creamsicle 1
-10110110111 Brightest 1
-10110110111 safety-study 1
-10110110111 1422.54 1
-10110110111 expedience. 1
-10110110111 Canookies 1
-10110110111 limetree 1
-10110110111 Perelmans 1
-10110110111 muskellunge 1
-10110110111 anti-Gospel 1
-10110110111 tortured. 1
-10110110111 1428.06 1
-10110110111 tash 1
-10110110111 humiliation. 1
-10110110111 ultra-coiffed 1
-10110110111 1421.17 1
-10110110111 rewrapped 1
-10110110111 Meshed 1
-10110110111 Wurtsmith 1
-10110110111 Salonika 1
-10110110111 subjourneymen 1
-10110110111 1407.67 1
-10110110111 SHCOW 1
-10110110111 BYSWI 1
-10110110111 1316.79 1
-10110110111 1323.94 1
-10110110111 Abyssinians 1
-10110110111 ex-jocks 1
-10110110111 least-tested 1
-10110110111 lackadaisy 1
-10110110111 1311.35 1
-10110110111 1306.29 1
-10110110111 1339.54 1
-10110110111 unconstructive 1
-10110110111 1288.85 1
-10110110111 weapons-dealers 1
-10110110111 5,000s 1
-10110110111 28,439 1
-10110110111 1338.82 1
-10110110111 1289.40 1
-10110110111 Afghanis 1
-10110110111 1287.29 1
-10110110111 reinsert 1
-10110110111 caneberries 1
-10110110111 conches 1
-10110110111 WFDX 1
-10110110111 KJAC 1
-10110110111 WWAY 1
-10110110111 1322.24 1
-10110110111 Jay-Jay 1
-10110110111 layabouts 1
-10110110111 redheads 1
-10110110111 Belaga 1
-10110110111 1294.54 1
-10110110111 writers-novelist 1
-10110110111 GNS 1
-10110110111 1309.29 1
-10110110111 7,412,697 1
-10110110111 1287.53 1
-10110110111 business-people 1
-10110110111 McD.L.T.s 1
-10110110111 hydroxyapatite 1
-10110110111 Squirtco 1
-10110110111 77,484 1
-10110110111 1296.20 1
-10110110111 experience. 1
-10110110111 chipmunks 1
-10110110111 Lues 1
-10110110111 SQA-B 1
-10110110111 1264.55 1
-10110110111 establish. 1
-10110110111 1387.21 1
-10110110111 1392.19 1
-10110110111 non-incendiary 1
-10110110111 monophonic 1
-10110110111 communications-driven 1
-10110110111 1240.58 1
-10110110111 Cassingham 1
-10110110111 Obies 1
-10110110111 1419.84 1
-10110110111 bed-hopping 1
-10110110111 maroons 1
-10110110111 funistrada 1
-10110110111 sickles 1
-10110110111 permethrin 1
-10110110111 methods. 1
-10110110111 educationists 1
-10110110111 1347.05 1
-10110110111 puzzlings 1
-10110110111 '42 1
-10110110111 1254.50 1
-10110110111 part-adventurer 1
-10110110111 tear-gassing 1
-10110110111 313-966-3300 1
-10110110111 phentolamine 1
-10110110111 Terumo 1
-10110110111 1326.91 1
-10110110111 Thyssens 1
-10110110111 amended. 1
-10110110111 Jubail 1
-10110110111 volitional 1
-10110110111 masturbating 1
-10110110111 1379.67 1
-10110110111 1265.28 1
-10110110111 prize-fest 1
-10110110111 catechists 1
-10110110111 poverty. 1
-10110110111 chuckholes 1
-10110110111 Vanille 1
-10110110111 Tradesmen 1
-10110110111 castanospermine 1
-10110110111 gamekeepers 1
-10110110111 tie. 1
-10110110111 nonconsent 1
-10110110111 homographs 1
-10110110111 Sinners 1
-10110110111 steelies 1
-10110110111 Anarchism 1
-10110110111 shriekings 1
-10110110111 food. 1
-10110110111 acquisitions. 1
-10110110111 Spotteswoode 1
-10110110111 1286.70 1
-10110110111 Radom 1
-10110110111 multi-violations 1
-10110110111 symbolic. 1
-10110110111 fornication 1
-10110110111 1217.02 1
-10110110111 non-taxpayers 1
-10110110111 1234.69 1
-10110110111 cheapskates 1
-10110110111 Liguria 1
-10110110111 1209.16 1
-10110110111 Kaboom 1
-10110110111 Comores 1
-10110110111 1196.29 1
-10110110111 Angaur 1
-10110110111 cowhand 1
-10110110111 insecurely 1
-10110110111 1424.56 1
-10110110111 Calistoga 1
-10110110111 MFG5987 1
-10110110111 chemophobia 1
-10110110111 footmen 1
-10110110111 1234.02 1
-10110110111 1204.02 1
-10110110111 Trollope 1
-10110110111 floor-by-floor 1
-10110110111 humidifiers 1
-10110110111 rubbings 1
-10110110111 Bizerte 1
-10110110111 periwinkles 1
-10110110111 Eurock 1
-10110110111 1243.29 1
-10110110111 booteries 1
-10110110111 overindulges 1
-10110110111 jurisidictions 1
-10110110111 fatness 1
-10110110111 self-realization 1
-10110110111 1231.80 1
-10110110111 over-crowding 1
-10110110111 1426.97 1
-10110110111 jivin 1
-10110110111 1252.04 1
-10110110111 4,024 1
-10110110111 gadgeteers 1
-10110110111 bumpily 1
-10110110111 pro-Australian 1
-10110110111 1258.52 1
-10110110111 Trigonometry 1
-10110110111 Spence-Chapin 1
-10110110111 732,699 1
-10110110111 nonselective 1
-10110110111 Celestina 1
-10110110111 re-admissions 1
-10110110111 rationality. 1
-10110110111 nationalist/religious 1
-10110110111 1244.80 1
-10110110111 ski-lifts 1
-10110110111 Fugua 1
-10110110111 non-abandonment 1
-10110110111 semiliteracy 1
-10110110111 Manigreida 1
-10110110111 petro-politics 1
-10110110111 bewigged 1
-10110110111 Ningpo 1
-10110110111 trouble/But 1
-10110110111 1411.06 1
-10110110111 jiggering 1
-10110110111 haws 1
-10110110111 Creamsicles 1
-10110110111 Victrolas 1
-10110110111 Punchinello 1
-10110110111 1435.20 1
-10110110111 DPSW 1
-10110110111 Sunar/Hauserman 1
-10110110111 Burritos 1
-10110110111 WRTV 1
-10110110111 1435.34 1
-10110110111 38-16 1
-10110110111 over-fishing 1
-10110110111 welfare-staters 1
-10110110111 1441.25 1
-10110110111 shovers 1
-10110110111 Cacherels 1
-10110110111 2,673 1
-10110110111 shuffle-ball-change 1
-10110110111 parchment-thin 1
-10110110111 Matrimony 1
-10110110111 1190.25 1
-10110110111 elswhere 1
-10110110111 1191.42 1
-10110110111 1198.70 1
-10110110111 Frescobaldi 1
-10110110111 imagination. 1
-10110110111 zabaglione 1
-10110110111 EPCOT 1
-10110110111 1191.10 1
-10110110111 wellgroomed 1
-10110110111 1180.36 1
-10110110111 1186.01 1
-10110110111 Modikwe 1
-10110110111 1426.05 1
-10110110111 1205.43 1
-10110110111 smarter. 1
-10110110111 1199.86 1
-10110110111 waxer 1
-10110110111 1429.80 1
-10110110111 1422.81 1
-10110110111 aboveboard. 1
-10110110111 power-stingy 1
-10110110111 1409.97 1
-10110110111 party-ware 1
-10110110111 1425.64 1
-10110110111 anti-Filipino 1
-10110110111 Alcmene 1
-10110110111 non-yuppies 1
-10110110111 HPS.WI 1
-10110110111 lasses 1
-10110110111 1232.26 1
-10110110111 Noodles 1
-10110110111 week-out 1
-10110110111 anti-historical 1
-10110110111 job-hunt 1
-10110110111 chromolithography 1
-10110110111 greenbelts 1
-10110110111 1429.50 1
-10110110111 peace-monitoring 1
-10110110111 1235.88 1
-10110110111 demokratizatsia 1
-10110110111 Velosef 1
-10110110111 undercautious 1
-10110110111 neutering 1
-10110110111 silenced. 1
-10110110111 Xomen-E5 1
-10110110111 contrived-confrontation 1
-10110110111 1231.18 1
-10110110111 Avebury 1
-10110110111 rearmings 1
-10110110111 Gestevision-Tele-cinco 1
-10110110111 cop-killers 1
-10110110111 psychokinesis 1
-10110110111 John-of-there 1
-10110110111 4,406,000 1
-10110110111 1235.18 1
-10110110111 mugwumps 1
-10110110111 capybaras 1
-10110110111 vacillations 1
-10110110111 cefatrizine 1
-10110110111 Tripura 1
-10110110111 1241.69 1
-10110110111 1327.39 1
-10110110111 WOE 1
-10110110111 Cifani 1
-10110110111 1252.94 1
-10110110111 kitchware 1
-10110110111 Fiberall 1
-10110110111 1248.51 1
-10110110111 mortgage-closings 1
-10110110111 duplication. 1
-10110110111 3,417 1
-10110110111 scholar-recluses 1
-10110110111 conformitarianism 1
-10110110111 suffixes 1
-10110110111 1240.02 1
-10110110111 trademarks. 1
-10110110111 bioengineers 1
-10110110111 1323.28 1
-10110110111 1234.28 1
-10110110111 1240.94 1
-10110110111 misshape 1
-10110110111 anti-Stalinists 1
-10110110111 meanly 1
-10110110111 1324.66 1
-10110110111 1233.91 1
-10110110111 1305.03 1
-10110110111 1240.18 1
-10110110111 N-platform 1
-10110110111 Vrischgewaagd 1
-10110110111 half-nelsons 1
-10110110111 playgirls 1
-10110110111 1234.99 1
-10110110111 1314.43 1
-10110110111 undermotivated 1
-10110110111 Aquariums 1
-10110110111 detentists 1
-10110110111 Bielefeld 1
-10110110111 jack-of-all 1
-10110110111 theatergoing 1
-10110110111 tranquilize 1
-10110110111 Meese. 1
-10110110111 ex-brother-in-law 1
-10110110111 honeymooned 1
-10110110111 Catholic-baiter 1
-10110110111 Mini-Mitelite 1
-10110110111 minus-four 1
-10110110111 Saltonstalls 1
-10110110111 dissembler 1
-10110110111 Nowheresville 1
-10110110111 1285.34 1
-10110110111 1243.74 1
-10110110111 half-measures 1
-10110110111 Travelodge 1
-10110110111 WTAT-TV 1
-10110110111 1331.31 1
-10110110111 penny-pincher 1
-10110110111 Leleiohaku 1
-10110110111 reasonable. 1
-10110110111 cooperations 1
-10110110111 30,846 1
-10110110111 1211.81 1
-10110110111 housecleaners 1
-10110110111 Stelazine 1
-10110110111 1212.52 1
-10110110111 1207.43 1
-10110110111 anti-state. 1
-10110110111 pressurizations 1
-10110110111 1318.22 1
-10110110111 blindered 1
-10110110111 unintrusive 1
-10110110111 Nasty 1
-10110110111 checkin 1
-10110110111 1205.56 1
-10110110111 1211.59 1
-10110110111 Vanja 1
-10110110111 euphorbias 1
-10110110111 counter-coups 1
-10110110111 emoted 1
-10110110111 usherettes 1
-10110110111 camping. 1
-10110110111 over-careful 1
-10110110111 11x14 1
-10110110111 3,522,000 1
-10110110111 137,312 1
-10110110111 mishandles 1
-10110110111 handrails 1
-10110110111 Sportvans 1
-10110110111 4,860 1
-10110110111 1275.87 1
-10110110111 regularly. 1
-10110110111 letterwriters 1
-10110110111 C-natural 1
-10110110111 white-supremacists 1
-10110110111 1325.81 1
-10110110111 baklava 1
-10110110111 Ing.C. 1
-10110110111 1326.66 1
-10110110111 soon-to-be-Rep 1
-10110110111 1306.69 1
-10110110111 novellas 1
-10110110111 Gamelords 1
-10110110111 1302.50 1
-10110110111 Scranton/Wilkes-Barre 1
-10110110111 1301.57 1
-10110110111 Taipei.Markets 1
-10110110111 WLFL 1
-10110110111 1297.76 1
-10110110111 1301.42 1
-10110110111 guanine 1
-10110110111 de-stress 1
-10110110111 Cantarell 1
-10110110111 costwise 1
-10110110111 neuraminidase 1
-10110110111 sustainment 1
-10110110111 1302.35 1
-10110110111 plumber-steamfitter 1
-10110110111 money-mad 1
-10110110111 groundwaters 1
-10110110111 KYUU 1
-10110110111 Sonalan 1
-10110110111 1311.64 1
-10110110111 diddle 1
-10110110111 SevenUp 1
-10110110111 Chemgrass 1
-10110110111 1277.63 1
-10110110111 M3. 1
-10110110111 film-watching 1
-10110110111 one-on-four 1
-10110110111 1309.24 1
-10110110111 pro-fascist 1
-10110110111 Legs/Ankles 1
-10110110111 KCOP-13 1
-10110110111 half-dollar 1
-10110110111 Brandenton 1
-10110110111 Fiume 1
-10110110111 unreadiness 1
-10110110111 marketing-intensive 1
-10110110111 FilmAccord 1
-10110110111 1504 1
-10110110111 overambition 1
-10110110111 1308.99 1
-10110110111 1246.92 1
-10110110111 psychothriller 1
-10110110111 1263.90 1
-10110110111 Raichle 1
-10110110111 corncribs 1
-10110110111 Mendelson-Zeller 1
-10110110111 acquisitions.s 1
-10110110111 Omri 1
-10110110111 kleptomania 1
-10110110111 UMass-Amherst 1
-10110110111 anxiety-provoking-phenomenon 1
-10110110111 L&Ms 1
-10110110111 pro-soldier 1
-10110110111 worldweary 1
-10110110111 1275.68 1
-10110110111 destructor 1
-10110110111 1981C 1
-10110110111 gloomers 1
-10110110111 1324.24 1
-10110110111 1222.89 1
-10110110111 underinflation 1
-10110110111 1224.86 1
-10110110111 blatherers 1
-10110110111 1270.41 1
-10110110111 MD83s 1
-10110110111 snuffle 1
-10110110111 emasculating 1
-10110110111 EMCo 1
-10110110111 hunger. 1
-10110110111 unmenacing 1
-10110110111 1235.65 1
-10110110111 212-207 1
-10110110111 cisplatin 1
-10110110111 1233.35 1
-10110110111 close-minded 1
-10110110111 abridgment 1
-10110110111 HCFC-142b 1
-10110110111 WCMH-TV 1
-10110110111 2,424 1
-10110110111 2,409 1
-10110110111 bullfighting 1
-10110110111 KCPM-TV 1
-10110110111 Cademesa 1
-10110110111 well-led 1
-10110110111 concepts. 1
-10110110111 Crescendo 1
-10110110111 1252.11 1
-10110110111 testing. 1
-10110110111 pentagrams 1
-10110110111 unsafely 1
-10110110111 freebase 1
-10110110111 access-seeking 1
-10110110111 1218.49 1
-10110110111 tollways 1
-10110110111 1239.96 1
-10110110111 Columbia/Tri-Star 1
-10110110111 WJLA-TV 1
-10110110111 WPIX-FM 1
-10110110111 Slazenger 1
-10110110111 blue-shuttered 1
-10110110111 Scripto 1
-10110110111 ducktails 1
-10110110111 haplessness 1
-10110110111 whipcracking 1
-10110110111 dismayed. 1
-10110110111 1262.56 1
-10110110111 clerestories 1
-10110110111 nail-biters 1
-10110110111 sitgo 1
-10110110111 simperers 1
-10110110111 puffins 1
-10110110111 1204.43 1
-10110110111 Ignis 1
-10110110111 1199.74 1
-10110110111 PPX-Projection 1
-10110110111 mohawks 1
-10110110111 ethnic-blind 1
-10110110111 rocosms 1
-10110110111 1203.40 1
-10110110111 commie-nukers 1
-10110110111 Roundheads 1
-10110110111 1197.31 1
-10110110111 Oxidol 1
-10110110111 Sleepinal 1
-10110110111 1199.72 1
-10110110111 NP-27 1
-10110110111 hitwoman 1
-10110110111 halters 1
-10110110111 cabalettas 1
-10110110111 Decorating/Remodeling 1
-10110110111 limit-drop 1
-10110110111 1203.74 1
-10110110111 justness 1
-10110110111 Alsace-Lorraine 1
-10110110111 1204.23 1
-10110110111 sinuousness 1
-10110110111 somatotype 1
-10110110111 vise- 1
-10110110111 Hyacinthe 1
-10110110111 1229.26 1
-10110110111 overmedicated 1
-10110110111 alyssums 1
-10110110111 1223.56 1
-10110110111 skittles 1
-10110110111 Procopius 1
-10110110111 spoonerisms 1
-10110110111 bird-lovers 1
-10110110111 Ganny 1
-10110110111 1196.62 1
-10110110111 peanuts. 1
-10110110111 oppressiveness 1
-10110110111 plume-grass 1
-10110110111 bindweed 1
-10110110111 shadowboxing 1
-10110110111 pension-minded 1
-10110110111 all-exclusive 1
-10110110111 .5335 1
-10110110111 1193.57 1
-10110110111 1256.59 1
-10110110111 counseling. 1
-10110110111 under-breastplates 1
-10110110111 nondeceptive 1
-10110110111 Tiger-Heli 1
-10110110111 '67 1
-10110110111 VOOMs 1
-10110110111 1247.24 1
-10110110111 Meisterbrau 1
-10110110111 JewishMen 1
-10110110111 Baudelaire 1
-10110110111 Emersons 1
-10110110111 enviro-cranks 1
-10110110111 goldfinches 1
-10110110111 Stolypin 1
-10110110111 2,191 1
-10110110111 provisioned 1
-10110110111 hummingbirds 1
-10110110111 Royales 1
-10110110111 yippiedom 1
-10110110111 timeconsuming 1
-10110110111 1279.49 1
-10110110111 1251.15 1
-10110110111 Shkoder 1
-10110110111 gaudier 1
-10110110111 beetgrown 1
-10110110111 fathers-to-be 1
-10110110111 1269.84 1
-10110110111 1288.32 1
-10110110111 patchouli 1
-10110110111 B-pluses 1
-10110110111 1290.80 1
-10110110111 Radek 1
-10110110111 wittiness 1
-10110110111 time-intensive 1
-10110110111 demonopolization 1
-10110110111 Gnawbone 1
-10110110111 38s 1
-10110110111 slipcovers 1
-10110110111 WZDX 1
-10110110111 Thessalonica 1
-10110110111 1235.80 1
-10110110111 secessions 1
-10110110111 2,951,000 1
-10110110111 skinnydipped 1
-10110110111 1277.31 1
-10110110111 Tabuk 1
-10110110111 1240.34 1
-10110110111 regulations. 1
-10110110111 hypocrisies 1
-10110110111 8825094 1
-10110110111 W-2P 1
-10110110111 intelligibility 1
-10110110111 1246.14 1
-10110110111 MacPaint 1
-10110110111 MacInnes 1
-10110110111 Oscar. 1
-10110110111 indirection 1
-10110110111 Nihoa 1
-10110110111 leatherwear 1
-10110110111 IRBFV 1
-10110110111 1235.36 1
-10110110111 1239.84 1
-10110110111 7,114,000 1
-10110110111 Turks. 1
-10110110111 ringlets 1
-10110110111 mousses 1
-10110110111 staff-dominated 1
-10110110111 inequitable. 1
-10110110111 Escada 1
-10110110111 1258.43 1
-10110110111 disk-readers 1
-10110110111 WedtechCorp. 1
-10110110111 1245.63 1
-10110110111 word-slips 1
-10110110111 Boulogne 1
-10110110111 Topsiders 2
-10110110111 Croats 2
-10110110111 Noni 2
-10110110111 ship-broking 2
-10110110111 chloroform 2
-10110110111 disinvest 2
-10110110111 squiggles 2
-10110110111 ceasefires 2
-10110110111 Rheims 2
-10110110111 separationist-inspired 2
-10110110111 cupidity 2
-10110110111 leptons 2
-10110110111 callouses 2
-10110110111 Contradiction 2
-10110110111 sugarplums 2
-10110110111 1,910,000 2
-10110110111 13-year-olds 2
-10110110111 deckhands 2
-10110110111 Voltron 2
-10110110111 Pardons 2
-10110110111 Helpmate 2
-10110110111 Cif 2
-10110110111 right-handers 2
-10110110111 woodworm 2
-10110110111 goof-offs 2
-10110110111 Nekrich 2
-10110110111 Alceste 2
-10110110111 pimples 2
-10110110111 bedcovers 2
-10110110111 Mukachevo 2
-10110110111 mass-marketers 2
-10110110111 Kiwis 2
-10110110111 WPDS-FM 2
-10110110111 progestogens 2
-10110110111 talcs 2
-10110110111 Trabants 2
-10110110111 Lao-tse 2
-10110110111 lawfulness 2
-10110110111 rhododendrons 2
-10110110111 Lorelco 2
-10110110111 wirecutters 2
-10110110111 cougars 2
-10110110111 joke-telling 2
-10110110111 gibbons 2
-10110110111 restructurers 2
-10110110111 BU 2
-10110110111 piccolos 2
-10110110111 Quizzard 2
-10110110111 Mattapan 2
-10110110111 Suzdal 2
-10110110111 minipiano 2
-10110110111 fieldworkers 2
-10110110111 KangaROOS 2
-10110110111 frisbees 2
-10110110111 whatnot 2
-10110110111 WEAG-FM 2
-10110110111 WZOU-FM 2
-10110110111 tobacco-growers 2
-10110110111 pound-foolish 2
-10110110111 Merlots 2
-10110110111 Graben 2
-10110110111 popes 2
-10110110111 corner-cutting 2
-10110110111 EESPs 2
-10110110111 nonstrikers 2
-10110110111 024s 2
-10110110111 upper- 2
-10110110111 Freemasons 2
-10110110111 coroners 2
-10110110111 charges. 2
-10110110111 rapeseeds 2
-10110110111 1208.75 2
-10110110111 846,625 2
-10110110111 cottonseeds 2
-10110110111 homesteaders 2
-10110110111 non-believers 2
-10110110111 joysticks 2
-10110110111 rocketry 2
-10110110111 1263.06 2
-10110110111 switchblades 2
-10110110111 brassware 2
-10110110111 bisexuals 2
-10110110111 Krasker 2
-10110110111 legumes 2
-10110110111 deutschemarks 2
-10110110111 Barbuda 2
-10110110111 Trotskyists 2
-10110110111 fellow-travelers 2
-10110110111 leukopenia 2
-10110110111 storeowners 2
-10110110111 nonfunctional 2
-10110110111 Alianca 2
-10110110111 broads 2
-10110110111 Myrthe 2
-10110110111 clinchers 2
-10110110111 ohs 2
-10110110111 goldsmiths 2
-10110110111 Pegu 2
-10110110111 maracas 2
-10110110111 DC-10-40s 2
-10110110111 regroupings 2
-10110110111 1304.37 2
-10110110111 Warda 2
-10110110111 not-Orthodox 2
-10110110111 dillettants 2
-10110110111 Hyderabad 2
-10110110111 handsaws 2
-10110110111 mini-vehicles 2
-10110110111 hermeneutics 2
-10110110111 phencyclidine 2
-10110110111 back-biting 2
-10110110111 land-rich 2
-10110110111 KTXH-TV 2
-10110110111 Zelome 2
-10110110111 almanacs 2
-10110110111 zebras 2
-10110110111 KOAQ-FM 2
-10110110111 ourselves. 2
-10110110111 PFB 2
-10110110111 1243.19 2
-10110110111 23s 2
-10110110111 mid-1998 2
-10110110111 Intergamma 2
-10110110111 servicewomen 2
-10110110111 obfuscations 2
-10110110111 1258.60 2
-10110110111 1273.24 2
-10110110111 Friscol 2
-10110110111 ligaments 2
-10110110111 non-Mormons 2
-10110110111 re-equipping 2
-10110110111 lesser-knowns 2
-10110110111 '58 2
-10110110111 mandolins 2
-10110110111 gigahertz 2
-10110110111 LAKs 2
-10110110111 Gilbraltar 2
-10110110111 Immunopathology 2
-10110110111 E-350s 2
-10110110111 broker/dealers 2
-10110110111 clamshells 2
-10110110111 shoot-outs 2
-10110110111 1250.12 2
-10110110111 WBFS-TV 2
-10110110111 wisteria 2
-10110110111 indeterminacy 2
-10110110111 Grabbits 2
-10110110111 Q-Tips 2
-10110110111 Musicmasters 2
-10110110111 Gouda 2
-10110110111 non-payers 2
-10110110111 nonbanks 2
-10110110111 ex-Rep 2
-10110110111 MBO 2
-10110110111 Tinian 2
-10110110111 gulls 2
-10110110111 scenically 2
-10110110111 Rumania 2
-10110110111 TelePrompTer 2
-10110110111 derris 2
-10110110111 vibraphone 2
-10110110111 thesauruses 2
-10110110111 upholsterers 2
-10110110111 mullets 2
-10110110111 cheetahs 2
-10110110111 Irbil 2
-10110110111 1232.64 2
-10110110111 Samothrace 2
-10110110111 counter-charges 2
-10110110111 tularemia 2
-10110110111 1485 2
-10110110111 uncongested 2
-10110110111 geeks 2
-10110110111 KCPM 2
-10110110111 KNBR-AM 2
-10110110111 landlubbers 2
-10110110111 metallurgists 2
-10110110111 Xydar 2
-10110110111 pre-teens 2
-10110110111 Maroun 2
-10110110111 freebooters 2
-10110110111 Cacho 2
-10110110111 Fascists 2
-10110110111 stretchouts 2
-10110110111 12s 2
-10110110111 perseverence 2
-10110110111 non-Britons 2
-10110110111 cavils 2
-10110110111 Prudential/Simon 2
-10110110111 IL-3 2
-10110110111 Anderson-Little 3
-10110110111 diaphragms 3
-10110110111 CFOs 3
-10110110111 employee-owners 3
-10110110111 myrrh 3
-10110110111 Keoghs 3
-10110110111 Rexfor 3
-10110110111 savings-and-loans 3
-10110110111 videophiles 3
-10110110111 cyanides 3
-10110110111 TC3s 3
-10110110111 Tonga 3
-10110110111 conjoined 3
-10110110111 nonfarmers 3
-10110110111 non-shareholders 3
-10110110111 Tabriz 3
-10110110111 F-5s 3
-10110110111 non-employees 3
-10110110111 ballot-stuffing 3
-10110110111 catalogues 3
-10110110111 lymphomas 3
-10110110111 WJBK-TV 3
-10110110111 salesclerks 3
-10110110111 polishers 3
-10110110111 supplicants 3
-10110110111 Windex 3
-10110110111 true-to-life 3
-10110110111 Pleiku 3
-10110110111 cultists 3
-10110110111 talismans 3
-10110110111 YKK 3
-10110110111 contortionists 3
-10110110111 warehousemen 3
-10110110111 Sunbury 3
-10110110111 Buckpasser 3
-10110110111 Mazdas 3
-10110110111 MacFarlanes 3
-10110110111 showgirls 3
-10110110111 humanitarianism 3
-10110110111 persecutions 3
-10110110111 vice-versa 3
-10110110111 piggies 3
-10110110111 Samarkand 3
-10110110111 sequentially 3
-10110110111 goblins 3
-10110110111 IndalGlass 3
-10110110111 jackrabbits 3
-10110110111 A-6s 3
-10110110111 thane 3
-10110110111 steamships 3
-10110110111 mirages 3
-10110110111 Mfusi 3
-10110110111 butlers 3
-10110110111 GPs 3
-10110110111 canapes 3
-10110110111 4,280 3
-10110110111 delis 3
-10110110111 microbiologists 3
-10110110111 Cacharel 3
-10110110111 non-voters 3
-10110110111 teahouses 3
-10110110111 Thomson-CGR 3
-10110110111 brimstone 3
-10110110111 songbooks 3
-10110110111 black-marketeering 3
-10110110111 mayo 3
-10110110111 drudges 3
-10110110111 WRKO 3
-10110110111 forceably 3
-10110110111 18-to-24-year-olds 3
-10110110111 Shiism 3
-10110110111 M-3 3
-10110110111 orthopedists 3
-10110110111 buckwheat 3
-10110110111 non-violence 3
-10110110111 entrepreneurism 3
-10110110111 Topazes 3
-10110110111 depressurization 3
-10110110111 MCPs 3
-10110110111 under-researched 3
-10110110111 unilateralists 3
-10110110111 Gynecology 3
-10110110111 WHBQ-AM 3
-10110110111 harpoons 3
-10110110111 grandiosity 3
-10110110111 edema 3
-10110110111 creeds 3
-10110110111 Galicians 3
-10110110111 taillights 3
-10110110111 devil-take-the-hindmost 3
-10110110111 pickerel 3
-10110110111 Cosima 3
-10110110111 jaguars 3
-10110110111 Regaine 3
-10110110111 ex-presidents 3
-10110110111 docility 3
-10110110111 seamanship 3
-10110110111 aminoglycosides 3
-10110110111 weed-killers 3
-10110110111 dogwood 3
-10110110111 nonmanufacturers 3
-10110110111 Azeris 3
-10110110111 arms-makers 3
-10110110111 Dominica 3
-10110110111 non-innovators 3
-10110110111 guppies 3
-10110110111 starfish 3
-10110110111 Monetarism 3
-10110110111 gluepots 3
-10110110111 demerits 3
-10110110111 gatherers 4
-10110110111 Mastercards 4
-10110110111 counterbids 4
-10110110111 bottom-fishers 4
-10110110111 non-users 4
-10110110111 asylum-seekers 4
-10110110111 2035 4
-10110110111 Byelorussians 4
-10110110111 flashbulbs 4
-10110110111 Jacuzzis 4
-10110110111 TV3 4
-10110110111 mortuaries 4
-10110110111 Plymouths 4
-10110110111 quarantines 4
-10110110111 Vanuatuans 4
-10110110111 non-blacks 4
-10110110111 subzones 4
-10110110111 derailments 4
-10110110111 sapphires 4
-10110110111 Arab-Americans 4
-10110110111 lyricists 4
-10110110111 Benghazi 4
-10110110111 pilings 4
-10110110111 mothers-to-be 4
-10110110111 Caucasians 4
-10110110111 Jove 4
-10110110111 ninety-two 4
-10110110111 zags 4
-10110110111 salespersons 4
-10110110111 seven-year-olds 4
-10110110111 Mazlat 4
-10110110111 brandies 4
-10110110111 bedsores 4
-10110110111 Lowe-Howard 4
-10110110111 Galina 4
-10110110111 Anglicans 4
-10110110111 MSX 4
-10110110111 five-year-olds 4
-10110110111 Flossie 4
-10110110111 oenophiles 4
-10110110111 appendices 4
-10110110111 bagpipes 4
-10110110111 Cro-Magnons 4
-10110110111 cimetidine 4
-10110110111 WGMS-FM 4
-10110110111 Joiners 4
-10110110111 trichothecenes 4
-10110110111 autopsies 4
-10110110111 unbelievers 4
-10110110111 DC-9-51s 4
-10110110111 TV6 4
-10110110111 evolutionists 4
-10110110111 creationists 4
-10110110111 Euripides 4
-10110110111 emirs 4
-10110110111 Methodists 4
-10110110111 jailers 4
-10110110111 non-Indians 4
-10110110111 IOPOs 4
-10110110111 himself. 4
-10110110111 ITP 4
-10110110111 lucidity 4
-10110110111 ahs 4
-10110110111 paparazzi 4
-10110110111 sociability 4
-10110110111 Yamahas 5
-10110110111 overbookings 5
-10110110111 charterers 5
-10110110111 hangovers 5
-10110110111 arnica 5
-10110110111 pulps 5
-10110110111 Tania 5
-10110110111 UFOs 5
-10110110111 sixth-graders 5
-10110110111 deregulators 5
-10110110111 rowdies 5
-10110110111 rubella 5
-10110110111 three-year-olds 5
-10110110111 Micronase 5
-10110110111 acorns 5
-10110110111 earthlings 5
-10110110111 nonbelievers 5
-10110110111 cellos 5
-10110110111 cachexia 5
-10110110111 predestination 5
-10110110111 mildew 5
-10110110111 Sesac 5
-10110110111 pitchforks 5
-10110110111 15-year-olds 5
-10110110111 noncooperation 5
-10110110111 hawing 5
-10110110111 Etorofu 5
-10110110111 Montenegrins 5
-10110110111 waterworks 5
-10110110111 Gretta 5
-10110110111 rangeland 5
-10110110111 WKYS-FM 5
-10110110111 bailiffs 5
-10110110111 saxophones 5
-10110110111 kayakers 5
-10110110111 winking 5
-10110110111 wheelbarrows 5
-10110110111 despondency 5
-10110110111 Lincolns 5
-10110110111 ex-convicts 5
-10110110111 tripe 5
-10110110111 Belize 6
-10110110111 self-denial 6
-10110110111 vitriol 6
-10110110111 copayments 6
-10110110111 cauliflower 6
-10110110111 whiskies 6
-10110110111 widowers 6
-10110110111 heptachlor 6
-10110110111 madmen 6
-10110110111 washouts 6
-10110110111 snipers 6
-10110110111 14-year-olds 6
-10110110111 chrysanthemums 6
-10110110111 go-betweens 6
-10110110111 winos 6
-10110110111 storytellers 6
-10110110111 dependability 6
-10110110111 blonds 6
-10110110111 musicologists 6
-10110110111 itemizers 6
-10110110111 drabs 6
-10110110111 infanticide 6
-10110110111 co-pilots 6
-10110110111 non-Europeans 6
-10110110111 minarets 6
-10110110111 Busier-Than-Thous 6
-10110110111 aphids 6
-10110110111 hashish 6
-10110110111 germination 6
-10110110111 tacos 7
-10110110111 then-Rep 7
-10110110111 Deliver 7
-10110110111 agronomists 7
-10110110111 particulates 7
-10110110111 Technics 7
-10110110111 12-year-olds 7
-10110110111 dikes 7
-10110110111 arbitrageurs 7
-10110110111 fireweed 7
-10110110111 anti-abortionists 7
-10110110111 DVFA 7
-10110110111 tuk-tuks 7
-10110110111 Interpol 7
-10110110111 taxables 7
-10110110111 asthmatics 7
-10110110111 Londoners 7
-10110110111 pestilence 7
-10110110111 rhodium 7
-10110110111 six-year-olds 7
-10110110111 heartache 7
-10110110111 bassoon 7
-10110110111 grievers 7
-10110110111 tablecloths 7
-10110110111 infantrymen 7
-10110110111 diuretics 7
-10110110111 shipbuildings 7
-10110110111 venison 8
-10110110111 non-Moslems 8
-10110110111 instrumentalists 8
-10110110111 cabbages 8
-10110110111 non-filers 8
-10110110111 starches 8
-10110110111 antacids 8
-10110110111 heparin 8
-10110110111 Rockefellers 8
-10110110111 non-Jews 8
-10110110111 vegetarians 8
-10110110111 incidentals 8
-10110110111 do-it-yourselfers 8
-10110110111 condiments 8
-10110110111 Preakness 8
-10110110111 dampers 8
-10110110111 no-loads 8
-10110110111 internationalists 8
-10110110111 sub-underwriters 8
-10110110111 landfilling 8
-10110110111 non-manufacturers 9
-10110110111 goings 9
-10110110111 passersby 9
-10110110111 Mercedeses 9
-10110110111 coconuts 9
-10110110111 beekeepers 9
-10110110111 bulimia 9
-10110110111 four-year-olds 9
-10110110111 catcalls 9
-10110110111 bronchitis 9
-10110110111 regretfully 9
-10110110111 receptionists 9
-10110110111 Goofy 9
-10110110111 businesswomen 9
-10110110111 jugglers 9
-10110110111 end-users 9
-10110110111 Mauritania 9
-10110110111 barbers 9
-10110110111 reg-negs 9
-10110110111 Gogo 9
-10110110111 Oldsmobiles 9
-10110110111 12b-1s 9
-10110110111 profiteers 9
-10110110111 Kuruman 9
-10110110111 cytotechs 10
-10110110111 butterflies 10
-10110110111 Accuracy 10
-10110110111 Essence 10
-10110110111 dimes 10
-10110110111 rodeos 10
-10110110111 pacifism 10
-10110110111 rapists 10
-10110110111 Uzbeks 10
-10110110111 splints 10
-10110110111 Hawaiians 10
-10110110111 newspapermen 10
-10110110111 Decca 10
-10110110111 sauerkraut 10
-10110110111 miscreants 10
-10110110111 mittens 10
-10110110111 redfish 10
-10110110111 cannibalism 11
-10110110111 exterminators 11
-10110110111 archaeologists 11
-10110110111 Guatemalans 11
-10110110111 joggers 11
-10110110111 hedgehogs 12
-10110110111 fungi 12
-10110110111 Mesbics 12
-10110110111 aplomb 12
-10110110111 non-whites 12
-10110110111 urologists 12
-10110110111 illiterates 13
-10110110111 Contempo 13
-10110110111 fauna 13
-10110110111 telemarketers 13
-10110110111 paralegals 13
-10110110111 WFXT-TV 13
-10110110111 synthetics 13
-10110110111 skylights 13
-10110110111 machetes 13
-10110110111 homebuilders 14
-10110110111 acetone 14
-10110110111 gonorrhea 14
-10110110111 coloreds 14
-10110110111 countercharges 14
-10110110111 latecomers 14
-10110110111 Ukrainians 15
-10110110111 internists 15
-10110110111 selfishness 15
-10110110111 hangers-on 15
-10110110111 underemployment 15
-10110110111 amphetamines 15
-10110110111 bison 15
-10110110111 clinicians 16
-10110110111 seasonings 16
-10110110111 robbers 16
-10110110111 synagogues 16
-10110110111 non-members 16
-10110110111 waitresses 16
-10110110111 conventioneers 16
-10110110111 cashiers 17
-10110110111 lesbians 17
-10110110111 IUDs 17
-10110110111 laymen 18
-10110110111 arsenic 18
-10110110111 grunts 18
-10110110111 tornadoes 19
-10110110111 misdemeanors 19
-10110110111 oilseeds 19
-10110110111 shakers 19
-10110110111 informers 19
-10110110111 pediatricians 19
-10110110111 astrologers 19
-10110110111 nonmembers 19
-10110110111 bartenders 19
-10110110111 gangsters 20
-10110110111 slats 20
-10110110111 morphine 21
-10110110111 nonresidents 21
-10110110111 snowmobiles 21
-10110110111 obstetricians 21
-10110110111 mosquitoes 22
-10110110111 Cuban-Americans 23
-10110110111 re-exports 23
-10110110111 Asian-Americans 23
-10110110111 dermatologists 24
-10110110111 15s 24
-10110110111 admirals 24
-10110110111 boos 24
-10110110111 Mexican-Americans 25
-10110110111 chimps 26
-10110110111 vomiting 26
-10110110111 cardiologists 27
-10110110111 traditionalists 27
-10110110111 non-smokers 28
-10110110111 conservationists 29
-10110110111 academicians 31
-10110110111 Hindus 32
-10110110111 veterinarians 32
-10110110111 bystanders 32
-10110110111 toddlers 32
-10110110111 strawberries 33
-10110110111 behold 33
-10110110111 old-timers 34
-10110110111 passers-by 34
-10110110111 sterility 35
-10110110111 chimpanzees 36
-10110110111 innuendo 38
-10110110111 calves 41
-10110110111 feminists 41
-10110110111 heterosexuals 41
-10110110111 goats 44
-10110110111 valleys 44
-10110110111 gays 49
-10110110111 minors 55
-10110110111 pricings 68
-10110110111 nonsmokers 74
-10110110111 Asians 92
-10110110111 pharmacists 92
-10110110111 localities 98
-10110110111 strangers 106
-10110110111 psychologists 112
-10110110111 Westerners 141
-10110110111 homosexuals 155
-10110110111 M3 182
-10110110111 academics 184
-10110110111 vegetables 230
-10110110111 environmentalists 258
-10110110111 Hispanics 309
-10110110111 minorities 449
-10110110111 outsiders 477
-10110110111 whites 623
-10110110111 individuals 2900
-10110110111 others 8601
-10110111000 sequelae 1
-10110111000 Legionnaries 1
-10110111000 oafs 1
-10110111000 Morrocans 1
-10110111000 epicures 1
-10110111000 equestrianism 1
-10110111000 cussin 1
-10110111000 limited-purposes 1
-10110111000 soli 1
-10110111000 imposts 1
-10110111000 Arab-in-the-street 1
-10110111000 Nashvillians 1
-10110111000 imperturbability 1
-10110111000 sophists 1
-10110111000 keglers 1
-10110111000 re-LBOs 1
-10110111000 solons 1
-10110111000 pythons 1
-10110111000 loadin 1
-10110111000 six-month-olds 1
-10110111000 import- 1
-10110111000 candlemaker 1
-10110111000 plagiarizers 1
-10110111000 tickin 1
-10110111000 IBM-watchers 1
-10110111000 IBM-based 1
-10110111000 museumgoers 1
-10110111000 seismologists 1
-10110111000 Andalusians 1
-10110111000 WestMarcs 1
-10110111000 monthsit 1
-10110111000 Bonzo. 1
-10110111000 wait. 2
-10110111000 Kibbles 2
-10110111000 saucepans 2
-10110111000 floppies 2
-10110111000 fast-trackers 2
-10110111000 Br 2
-10110111000 interruptions. 2
-10110111000 F-14As 2
-10110111000 nuptials 2
-10110111000 19-year-olds 2
-10110111000 alfatoxin 2
-10110111000 hermits 2
-10110111000 physiologically 2
-10110111000 licensers 2
-10110111000 nonusers 2
-10110111000 Wheeling-Pitt 2
-10110111000 westerners 2
-10110111000 snapshooters 2
-10110111000 backstrokers 2
-10110111000 forceps 2
-10110111000 motorcars 2
-10110111000 computer-users 2
-10110111000 employee-shareholders 3
-10110111000 matadors 3
-10110111000 honeymooners 3
-10110111000 home-buyers 3
-10110111000 Quebecers 3
-10110111000 Ggmd 3
-10110111000 PIGs 3
-10110111000 Zugers 3
-10110111000 longhorns 3
-10110111000 dramatists 3
-10110111000 supermen 3
-10110111000 mother-boards 3
-10110111000 acupuncturists 3
-10110111000 Walkin 3
-10110111000 docudramas 3
-10110111000 skunks 3
-10110111000 Belloc 3
-10110111000 lawyer-executives 3
-10110111000 Cinque 3
-10110111000 self-deception 3
-10110111000 femoxetine 3
-10110111000 industry-watchers 3
-10110111000 VNRs 4
-10110111000 landholders 4
-10110111000 prostatectomy 4
-10110111000 coops 4
-10110111000 Manhattanites 4
-10110111000 Irish-Americans 4
-10110111000 filibusters 4
-10110111000 Rosalinde 4
-10110111000 xenophobes 4
-10110111000 sound-alikes 4
-10110111000 museum-goers 4
-10110111000 sluggers 4
-10110111000 good-bye 4
-10110111000 non-Catholics 4
-10110111000 percussionists 4
-10110111000 Portlanders 5
-10110111000 two-year-olds 5
-10110111000 salvagers 5
-10110111000 junk-holders 5
-10110111000 canvassers 5
-10110111000 hairpieces 5
-10110111000 pro-lifers 5
-10110111000 13- 5
-10110111000 Gazans 6
-10110111000 hamsters 6
-10110111000 shortsellers 6
-10110111000 Farmboy 6
-10110111000 campsites 6
-10110111000 futurists 7
-10110111000 Sovietologists 7
-10110111000 clarinetists 7
-10110111000 Ohioans 7
-10110111000 innkeepers 7
-10110111000 multimillionaires 8
-10110111000 non-Canadians 8
-10110111000 snowboarders 8
-10110111000 turnpikes 9
-10110111000 non-itemizers 9
-10110111000 tangibles 9
-10110111000 partridges 10
-10110111000 arsonists 12
-10110111000 full-timers 13
-10110111000 anthropologists 13
-10110111000 profit-takers 15
-10110111000 monopoles 15
-10110111000 fiduciaries 15
-10110111000 newlyweds 15
-10110111000 farmworkers 16
-10110111000 non-profits 16
-10110111000 beginners 17
-10110111000 theatergoers 17
-10110111000 TPAs 18
-10110111000 boaters 18
-10110111000 vandals 19
-10110111000 non-lawyers 20
-10110111000 vintners 21
-10110111000 pedestrians 22
-10110111000 newsmen 22
-10110111000 hedgers 24
-10110111000 hygienists 24
-10110111000 photofinishers 25
-10110111000 bargain-hunters 25
-10110111000 diabetics 27
-10110111000 mortals 28
-10110111000 astronomers 29
-10110111000 moviegoers 32
-10110111000 restaurateurs 40
-10110111000 inventors 40
-10110111000 roasters 43
-10110111000 felons 44
-10110111000 grocers 50
-10110111000 cattlemen 54
-10110111000 meatpackers 56
-10110111000 broker-dealers 59
-10110111000 REITs 61
-10110111000 savers 72
-10110111000 short-sellers 103
-10110111000 motorists 105
-10110111000 franchisers 109
-10110111000 landowners 113
-10110111000 market-makers 142
-10110111000 landlords 155
-10110111000 callers 166
-10110111000 homeowners 279
-10110111000 broadcasters 406
-10110111000 shoppers 417
-10110111000 tourists 484
-10110111000 issuers 565
-10110111000 speculators 571
-10110111000 borrowers 981
-10110111000 advertisers 1030
-10110111000 foreigners 1135
-10110111000 taxpayers 1368
-10110111000 employers 2095
-10110111000 farmers 2585
-10110111000 investors 20262
-10110111000 consumers 4109
-101101110010 consignments 1
-101101110010 denizen 1
-101101110010 fenceposts 1
-101101110010 davits 1
-101101110010 poolroom 2
-101101110010 downpours 2
-101101110010 community. 2
-101101110010 name-dropper 2
-101101110010 videocameras 2
-101101110010 money-saver 2
-101101110010 extractions 2
-101101110010 counterstrikes 2
-101101110010 claimaints 2
-101101110010 sanitariums 3
-101101110010 Hessians 3
-101101110010 krewes 3
-101101110010 Mochtar 3
-101101110010 comradeship 3
-101101110010 moviemakers 3
-101101110010 mutilations 3
-101101110010 hardtop 3
-101101110010 bookshops 3
-101101110010 turntables 3
-101101110010 shoemakers 3
-101101110010 thanksgiving 3
-101101110010 sandboxes 3
-101101110010 skyways 4
-101101110010 tempura 4
-101101110010 inquisitions 4
-101101110010 uplands 4
-101101110010 essayists 5
-101101110010 florists 5
-101101110010 skinheads 5
-101101110010 terriers 5
-101101110010 warlord 5
-101101110010 marigolds 6
-101101110010 Crays 6
-101101110010 internees 6
-101101110010 redeployments 6
-101101110010 gullies 6
-101101110010 tenors 6
-101101110010 co-investors 6
-101101110010 stabbings 6
-101101110010 debutantes 6
-101101110010 boors 6
-101101110010 watermen 6
-101101110010 17-year-olds 7
-101101110010 jobbers 7
-101101110010 dioceses 7
-101101110010 highbrows 7
-101101110010 socialites 7
-101101110010 P/Es 7
-101101110010 trappers 7
-101101110010 illustrators 7
-101101110010 philanthropies 8
-101101110010 antihistamines 8
-101101110010 ecologists 8
-101101110010 saleswomen 8
-101101110010 pratfalls 8
-101101110010 wildfires 9
-101101110010 wheeler-dealers 9
-101101110010 stockbrokerages 9
-101101110010 carvings 9
-101101110010 prawns 10
-101101110010 atlases 10
-101101110010 carvers 10
-101101110010 carters 10
-101101110010 statuary 10
-101101110010 gongs 10
-101101110010 estuaries 11
-101101110010 clone-makers 11
-101101110010 vases 12
-101101110010 painkillers 12
-101101110010 primates 12
-101101110010 bigots 12
-101101110010 free-lancers 12
-101101110010 neophytes 13
-101101110010 sculptors 13
-101101110010 lampposts 13
-101101110010 diggers 14
-101101110010 honeybees 14
-101101110010 parliaments 14
-101101110010 fevers 14
-101101110010 bazaars 14
-101101110010 canneries 15
-101101110010 druggists 15
-101101110010 superstition 15
-101101110010 songwriters 15
-101101110010 planters 15
-101101110010 linemen 16
-101101110010 dealmakers 16
-101101110010 lessors 16
-101101110010 taverns 17
-101101110010 bracelets 17
-101101110010 swindlers 17
-101101110010 soils 20
-101101110010 reptiles 20
-101101110010 bronzes 21
-101101110010 booksellers 22
-101101110010 reformists 22
-101101110010 mummies 22
-101101110010 automakers 23
-101101110010 preservationists 24
-101101110010 shipowners 24
-101101110010 distillers 25
-101101110010 chipmakers 27
-101101110010 dignitaries 28
-101101110010 minimills 29
-101101110010 radiologists 29
-101101110010 jewelers 29
-101101110010 swimmers 33
-101101110010 librarians 37
-101101110010 Eskimos 37
-101101110010 pirates 38
-101101110010 geologists 40
-101101110010 spenders 41
-101101110010 golfers 44
-101101110010 philosophers 44
-101101110010 ranches 45
-101101110010 breweries 46
-101101110010 expatriates 48
-101101110010 smelters 50
-101101110010 orchestras 60
-101101110010 appraisers 62
-101101110010 shipbuilders 62
-101101110010 sweeteners 63
-101101110010 truckers 78
-101101110010 packers 85
-101101110010 dailies 85
-101101110010 insects 86
-101101110010 shipyards 89
-101101110010 discounters 90
-101101110010 intermediaries 97
-101101110010 dentists 98
-101101110010 photographers 99
-101101110010 syndicators 99
-101101110010 bookstores 105
-101101110010 brewers 105
-101101110010 bugs 113
-101101110010 embassies 116
-101101110010 thieves 119
-101101110010 ranchers 123
-101101110010 industrialists 123
-101101110010 fishermen 132
-101101110010 rivers 133
-101101110010 independents 134
-101101110010 leagues 138
-101101110010 elevators 144
-101101110010 financiers 150
-101101110010 wholesalers 158
-101101110010 shippers 167
-101101110010 warships 175
-101101110010 bottlers 178
-101101110010 municipalities 191
-101101110010 museums 198
-101101110010 refiners 253
-101101110010 importers 303
-101101110010 debtors 319
-101101110010 pipelines 351
-101101110010 processors 354
-101101110010 brokerages 372
-101101110010 steelmakers 380
-101101110010 marketers 390
-101101110010 merchants 402
-101101110010 studios 426
-101101110010 vendors 446
-101101110010 growers 447
-101101110010 S&Ls 484
-101101110010 distributors 532
-101101110010 journalists 590
-101101110010 entrepreneurs 594
-101101110010 universities 629
-101101110010 colleges 635
-101101110010 publishers 697
-101101110010 exporters 725
-101101110010 developers 831
-101101110010 businessmen 1058
-101101110010 suppliers 1416
-101101110010 insurers 1469
-101101110010 newspapers 1802
-101101110010 carriers 1812
-101101110010 hospitals 1827
-101101110010 retailers 2018
-101101110010 thrifts 2541
-101101110010 manufacturers 2863
-101101110010 corporations 3057
-101101110010 institutions 5172
-101101110010 producers 3448
-101101110011 trendies 1
-101101110011 Capulets 1
-101101110011 bowl-cleaner 1
-101101110011 provinciality 1
-101101110011 meekness 1
-101101110011 covoys 1
-101101110011 Millcreek 1
-101101110011 woif 1
-101101110011 groundstations 1
-101101110011 semipros 1
-101101110011 lunkers 1
-101101110011 tam-tams 1
-101101110011 butters 1
-101101110011 crosswalks 1
-101101110011 mohawk 1
-101101110011 crisping 1
-101101110011 narcissus 1
-101101110011 Auslesen 1
-101101110011 Aubervilliers 1
-101101110011 Robbinsdale 1
-101101110011 skin-covered 1
-101101110011 Auxerre 1
-101101110011 Khaiber 1
-101101110011 Brep 1
-101101110011 Sids 1
-101101110011 combustors 1
-101101110011 Free-Tails 1
-101101110011 preemptions 1
-101101110011 financial- 1
-101101110011 budget- 1
-101101110011 computer-buyer 1
-101101110011 pensiones 1
-101101110011 civilian-entertainer 1
-101101110011 growth-retarding 1
-101101110011 cuttable 1
-101101110011 secularized 1
-101101110011 deodorizers 1
-101101110011 purser 1
-101101110011 Hayeses 1
-101101110011 Aerospace-Thomson 1
-101101110011 ices 2
-101101110011 sevenday 2
-101101110011 Kalimantan 2
-101101110011 Shakin 2
-101101110011 defroster 2
-101101110011 institutions. 2
-101101110011 cigarette-makers 2
-101101110011 wharves 2
-101101110011 divergencies 2
-101101110011 bonds. 2
-101101110011 triplex 2
-101101110011 exploiter 2
-101101110011 concurrences 2
-101101110011 eggbeaters 2
-101101110011 justice. 2
-101101110011 A330s 2
-101101110011 tonalities 3
-101101110011 stock-indexes 3
-101101110011 stonework 3
-101101110011 transcribers 3
-101101110011 anti-Nazis 3
-101101110011 jackass 3
-101101110011 riggers 4
-101101110011 paratroops 4
-101101110011 off-track 4
-101101110011 spaceport 5
-101101110011 cantons 5
-101101110011 taxers 5
-101101110011 cactuses 5
-101101110011 gophers 5
-101101110011 aircrafts 6
-101101110011 icebreakers 6
-101101110011 toolmakers 7
-101101110011 intervenors 7
-101101110011 internationals 7
-101101110011 slaughterhouses 8
-101101110011 domestics 9
-101101110011 realtors 10
-101101110011 colonists 21
-101101110011 oceans 41
-101101110011 railways 57
-101101110011 seamen 66
-101101110011 railroads 503
-101101110011 governments 2557
-101101110011 banks 20615
-101101110011 airlines 2858
-101101110100 dirigibles 1
-101101110100 chattels 1
-101101110100 Wongs 1
-101101110100 spokes-model 1
-101101110100 recoverables 1
-101101110100 Oltcits 1
-101101110100 protuberances 1
-101101110100 miniprofiles 1
-101101110100 monotones 1
-101101110100 hiker 1
-101101110100 entrenchments 1
-101101110100 netsuke 1
-101101110100 tickseed 1
-101101110100 22,724 1
-101101110100 LeManses 1
-101101110100 fundholders 1
-101101110100 warblers 1
-101101110100 Merieux-Connaught 1
-101101110100 Irinas 1
-101101110100 Federated-Campeau 1
-101101110100 MiG-17s 1
-101101110100 store-turned-office 1
-101101110100 morticians 1
-101101110100 drummer-athletes 2
-101101110100 patent-holders 2
-101101110100 pluralities 2
-101101110100 hyperinflations 2
-101101110100 microchip-makers 2
-101101110100 autoworkers 2
-101101110100 interrogatories 2
-101101110100 Rockwells 2
-101101110100 outhouses 3
-101101110100 noncompet 3
-101101110100 hagiography 3
-101101110100 ruminants 3
-101101110100 Japanologists 3
-101101110100 spillers 3
-101101110100 EPZs 4
-101101110100 colorists 4
-101101110100 tax-shelters 4
-101101110100 lecterns 4
-101101110100 crustaceans 5
-101101110100 burnings 5
-101101110100 dinghies 5
-101101110100 M.D.s 5
-101101110100 erasers 6
-101101110100 adjusters 12
-101101110100 troupes 13
-101101110100 racers 21
-101101110100 drillers 29
-101101110100 companies 38134
-101101110100 multinationals 161
-101101110101 fencer 1
-101101110101 Boone-watchers 1
-101101110101 longue 1
-101101110101 middleranker 1
-101101110101 Ducatel-Duval 1
-101101110101 EMMS 1
-101101110101 CFPs 1
-101101110101 longues 1
-101101110101 oculoplastic 1
-101101110101 Cocles 1
-101101110101 Meidinger-Hansen 1
-101101110101 countries-had 1
-101101110101 rule-makers 1
-101101110101 tooled 1
-101101110101 Gorlaeus 1
-101101110101 Kassebaum.Burnley 1
-101101110101 Extremadura 1
-101101110101 Trump-watchers 1
-101101110101 SFB 2
-101101110101 hotshots 2
-101101110101 Mexico-watchers 2
-101101110101 archdioceses 2
-101101110101 Turban 2
-101101110101 standard-setters 2
-101101110101 high-fliers 4
-101101110101 high-flyer 4
-101101110101 ex-detainees 4
-101101110101 wretches 4
-101101110101 Iberagentes 6
-101101110101 consortiums 15
-101101110101 Practitioners 15
-101101110101 capitalists 281
-101101110101 houses 2201
-101101110101 firms 9303
-101101110110 agriculturists 1
-101101110110 southwestward 1
-101101110110 lexicographers 1
-101101110110 reapportionments 1
-101101110110 sportwriters 1
-101101110110 quints 1
-101101110110 public-utilities 1
-101101110110 aviation-research 1
-101101110110 scientsts 1
-101101110110 historical-archives 1
-101101110110 Aviaco 1
-101101110110 capitols 2
-101101110110 sparklers 2
-101101110110 cryptographers 2
-101101110110 playgoers 2
-101101110110 KSPR-TV 2
-101101110110 Popham 2
-101101110110 drug-smugglers 2
-101101110110 syllogism 3
-101101110110 ultraconservatives 3
-101101110110 Memphians 3
-101101110110 Chicanos 4
-101101110110 comptrollers 4
-101101110110 Phasar 4
-101101110110 English-speakers 4
-101101110110 schoolkids 4
-101101110110 SA-7s 4
-101101110110 buffaloes 4
-101101110110 statists 4
-101101110110 taxpayers. 5
-101101110110 WJW-TV 5
-101101110110 10-9 5
-101101110110 Gostelradio 5
-101101110110 marauders 5
-101101110110 arbitrations 5
-101101110110 grants-in-aid 5
-101101110110 funders 6
-101101110110 4500 6
-101101110110 steamboats 6
-101101110110 Nimitz 6
-101101110110 Keye/Donna/Pearlstein 7
-101101110110 parolees 7
-101101110110 registrars 7
-101101110110 chaplains 7
-101101110110 stairways 9
-101101110110 preemption 10
-101101110110 rogues 11
-101101110110 ZDF 11
-101101110110 sheriffs 11
-101101110110 technologists 12
-101101110110 lawmen 12
-101101110110 judgeships 13
-101101110110 picketers 13
-101101110110 surveyors 14
-101101110110 amnesties 18
-101101110110 policymakers 22
-101101110110 policy-makers 26
-101101110110 troopers 29
-101101110110 censors 31
-101101110110 magistrates 36
-101101110110 constitutions 37
-101101110110 mediators 40
-101101110110 enforcers 41
-101101110110 lotteries 59
-101101110110 marshals 62
-101101110110 examiners 113
-101101110110 monopolies 187
-101101110110 legislatures 208
-101101110110 juries 212
-101101110110 inspectors 421
-101101110110 prosecutors 1473
-101101110110 judges 1609
-101101110110 investigators 1819
-101101110110 courts 2343
-101101110110 authorities 2343
-101101110110 utilities 2365
-101101110110 regulators 4285
-101101110110 police 3313
-101101110111 colorer 1
-101101110111 queen-madonna 1
-101101110111 lady-in-waiting 1
-101101110111 doohickeys 1
-101101110111 forgettables 1
-101101110111 burrows 1
-101101110111 Bever 1
-101101110111 Hoften 1
-101101110111 Roijen 1
-101101110111 arthritically 1
-101101110111 asciutta 1
-101101110111 fresca 1
-101101110111 avaialble 1
-101101110111 Super-Jock 1
-101101110111 XT-1 1
-101101110111 rocket-redesigned 1
-101101110111 brans 1
-101101110111 waistbands 1
-101101110111 Beyeren 1
-101101110111 Niekirk 1
-101101110111 teardown 1
-101101110111 instrument. 1
-101101110111 Methyl 1
-101101110111 smokers. 1
-101101110111 repossessor 1
-101101110111 resourcefully 1
-101101110111 sidecars 1
-101101110111 Blackbird 1
-101101110111 loiters 1
-101101110111 nitride 1
-101101110111 CRAY-2 1
-101101110111 pointillist 1
-101101110111 abutters 1
-101101110111 mounters 1
-101101110111 form-melodrama 1
-101101110111 chuggers 1
-101101110111 typewriter-types 1
-101101110111 dibromochloropropane 1
-101101110111 Volkerkunde 1
-101101110111 makers-by 1
-101101110111 manager-ticket 1
-101101110111 universe. 1
-101101110111 car-rentals 1
-101101110111 Huyssteen 1
-101101110111 Vlissingen 1
-101101110111 skins-baked 1
-101101110111 minoxodil 1
-101101110111 ape-ography 1
-101101110111 Landeghem 1
-101101110111 shredder. 1
-101101110111 cookin 1
-101101110111 trafficking. 1
-101101110111 methamidophos 1
-101101110111 outbuilding 1
-101101110111 Chakraborty 1
-101101110111 flipflops 1
-101101110111 caste-worker 1
-101101110111 Lizards 1
-101101110111 buckler 1
-101101110111 whiskys 1
-101101110111 Cuylenberg 1
-101101110111 socials 1
-101101110111 Electrotechnische 1
-101101110111 G-STAR 1
-101101110111 crystallography 1
-101101110111 barony 1
-101101110111 Arthel 1
-101101110111 Riet 1
-101101110111 bar-and 1
-101101110111 coolers. 1
-101101110111 re-insurer 1
-101101110111 al-Yaum 1
-101101110111 Exovir-HZ 1
-101101110111 Blydskap 1
-101101110111 class-antibiotics 1
-101101110111 stereophiles 1
-101101110111 shennanigans 1
-101101110111 Amsat 1
-101101110111 Meteosat 1
-101101110111 Corsa 1
-101101110111 users. 1
-101101110111 8-MOP 1
-101101110111 liftback 1
-101101110111 amantadine 1
-101101110111 Zmaj 1
-101101110111 Erven 1
-101101110111 Tri-jet 1
-101101110111 drive-shafts 1
-101101110111 violence-only 1
-101101110111 neapolitan 1
-101101110111 microprocesser 1
-101101110111 Miltown 1
-101101110111 wonk 1
-101101110111 archways 1
-101101110111 dough. 1
-101101110111 through. 1
-101101110111 tetrazzini 1
-101101110111 takeouts 1
-101101110111 Bekkum 1
-101101110111 theopylline 1
-101101110111 Tegretol 1
-101101110111 amphibian 1
-101101110111 Breugel 1
-101101110111 Lawick 1
-101101110111 leak-valve 1
-101101110111 rhinovirus-receptors 1
-101101110111 Ciprofloxacin 1
-101101110111 1477 1
-101101110111 spectaculars 1
-101101110111 repackers 1
-101101110111 department. 1
-101101110111 Antivert 1
-101101110111 determinations. 1
-101101110111 Manen 1
-101101110111 master-in-chief 1
-101101110111 sharpeners 1
-101101110111 de-icers 1
-101101110111 czardom 1
-101101110111 lisinopril 2
-101101110111 battlers 2
-101101110111 R.M.S. 2
-101101110111 Bruggen 2
-101101110111 deliverymen 2
-101101110111 Thiel 2
-101101110111 manufactuers 2
-101101110111 probucol 2
-101101110111 rollin 2
-101101110111 windings 2
-101101110111 concert-making 2
-101101110111 capacity. 2
-101101110111 Chavalit 2
-101101110111 use. 2
-101101110111 ribaviran 2
-101101110111 freshener 2
-101101110111 ticlopidine 2
-101101110111 scenter 2
-101101110111 baster 2
-101101110111 danthron 2
-101101110111 rover 2
-101101110111 Agt 2
-101101110111 Zyl 2
-101101110111 Demerol 2
-101101110111 gobbler 2
-101101110111 separators 2
-101101110111 Es 2
-101101110111 Hove 2
-101101110111 crisps 2
-101101110111 315,106 2
-101101110111 tailpipes 2
-101101110111 Ruisdael 2
-101101110111 Ohlen 2
-101101110111 networks. 2
-101101110111 Antwerpen 2
-101101110111 detonators 3
-101101110111 Emmerik 3
-101101110111 smashers 3
-101101110111 Thorazine 3
-101101110111 soundtracks 3
-101101110111 Treflan 3
-101101110111 Drive-In 3
-101101110111 bar-codes 3
-101101110111 siders 3
-101101110111 Heerden 3
-101101110111 Goghs 4
-101101110111 sniffers 4
-101101110111 yippies 4
-101101110111 Houten 4
-101101110111 grout 4
-101101110111 sediments 4
-101101110111 trijets 5
-101101110111 stampings 5
-101101110111 machineries 5
-101101110111 Oppen 5
-101101110111 grilles 5
-101101110111 chargers 5
-101101110111 Ekris 5
-101101110111 cloners 6
-101101110111 Rijn 6
-101101110111 shufflers 6
-101101110111 Eldepryl 6
-101101110111 loadings 7
-101101110111 CJ-7 7
-101101110111 rebuilder 8
-101101110111 acyclovir 8
-101101110111 overdoses 9
-101101110111 dashboards 9
-101101110111 forwarders 9
-101101110111 steppers 9
-101101110111 Wyk 9
-101101110111 assemblers 9
-101101110111 millers 10
-101101110111 trimmer 10
-101101110111 Musschenbroek 12
-101101110111 sergeants 14
-101101110111 shooters 15
-101101110111 feces 16
-101101110111 fabricators 21
-101101110111 timers 21
-101101110111 butts 24
-101101110111 trafficker 26
-101101110111 eaters 26
-101101110111 moguls 26
-101101110111 kingpins 29
-101101110111 whisky 33
-101101110111 cones 35
-101101110111 toppings 44
-101101110111 pushers 46
-101101110111 residues 46
-101101110111 haulers 50
-101101110111 barons 56
-101101110111 optics 57
-101101110111 abusers 57
-101101110111 lords 67
-101101110111 buffs 75
-101101110111 Amerongen 80
-101101110111 der 83
-101101110111 smugglers 108
-101101110111 detectors 117
-101101110111 trailers 123
-101101110111 coolers 127
-101101110111 drinkers 135
-101101110111 boosters 159
-101101110111 trafficking 179
-101101110111 addicts 185
-101101110111 traffickers 189
-101101110111 hunters 220
-101101110111 builders 390
-101101110111 attendants 618
-101101110111 operators 1467
-101101110111 users 1503
-101101110111 participants 1869
-101101110111 makers 6332
-10110111100 bowl. 1
-10110111100 Sowetans 1
-10110111100 qu 1
-10110111100 swingin 1
-10110111100 star-topped 1
-10110111100 BAY-z 1
-10110111100 shuckin 1
-10110111100 1099-B 1
-10110111100 ham-TRAM 1
-10110111100 minin 1
-10110111100 person. 1
-10110111100 16,388 1
-10110111100 Dios. 1
-10110111100 poison-makers 1
-10110111100 manque 1
-10110111100 goof-off 1
-10110111100 92F 1
-10110111100 skinner 1
-10110111100 clappers 2
-10110111100 trespassers 2
-10110111100 dowagers 2
-10110111100 economy-watchers 2
-10110111100 fasters 2
-10110111100 muumuu 2
-10110111100 badgers 2
-10110111100 Mouseville 2
-10110111100 certainty. 2
-10110111100 1,483 2
-10110111100 gunk 2
-10110111100 loas 2
-10110111100 progressive/populist 2
-10110111100 baseballers 2
-10110111100 198-pounder 2
-10110111100 baccalaureates 2
-10110111100 4,118 2
-10110111100 agnostics 2
-10110111100 soundman 2
-10110111100 coffeepots 2
-10110111100 Anacostia 2
-10110111100 rowers 3
-10110111100 taffy 3
-10110111100 princesses 3
-10110111100 gentrifiers 3
-10110111100 exerciser 3
-10110111100 botanists 3
-10110111100 eavesdroppers 3
-10110111100 buglers 3
-10110111100 Clydesdales 3
-10110111100 doormen 3
-10110111100 Coloradans 3
-10110111100 mailbags 4
-10110111100 bellboys 4
-10110111100 singings 4
-10110111100 brownstones 4
-10110111100 anarchists 4
-10110111100 co-operatives 4
-10110111100 piglets 4
-10110111100 freestylers 4
-10110111100 RUBs 4
-10110111100 Laotians 4
-10110111100 millworkers 4
-10110111100 Econolines 4
-10110111100 centenarians 5
-10110111100 compasses 5
-10110111100 Kansans 5
-10110111100 Vinny 5
-10110111100 cricketers 5
-10110111100 Legionnaires 5
-10110111100 nonfilers 5
-10110111100 grantees 5
-10110111100 paratroopers 5
-10110111100 shoplifters 5
-10110111100 invalids 5
-10110111100 indigents 5
-10110111100 flavorist 5
-10110111100 repeaters 5
-10110111100 up-and-comers 5
-10110111100 paddlers 5
-10110111100 assisters 5
-10110111100 impersonators 5
-10110111100 paperworkers 6
-10110111100 cadavers 6
-10110111100 employees. 6
-10110111100 Camrys 6
-10110111100 haters 6
-10110111100 snobs 6
-10110111100 infiltrators 6
-10110111100 reservationists 6
-10110111100 stagecraft 6
-10110111100 sophomores 6
-10110111100 firebrands 6
-10110111100 Athenians 7
-10110111100 scofflaws 7
-10110111100 TOWs 7
-10110111100 miniatures 7
-10110111100 guitarists 7
-10110111100 urbanites 7
-10110111100 skippers 7
-10110111100 merchantmen 7
-10110111100 blokes 7
-10110111100 oncologists 8
-10110111100 moralists 8
-10110111100 probationers 8
-10110111100 transducers 8
-10110111100 caseworkers 8
-10110111100 minks 8
-10110111100 elms 8
-10110111100 opposites 8
-10110111100 Santas 8
-10110111100 homebuyers 9
-10110111100 ideologists 9
-10110111100 gymnasts 9
-10110111100 looters 9
-10110111100 catchers 10
-10110111100 goons 10
-10110111100 barristers 10
-10110111100 hostesses 10
-10110111100 whiskeys 10
-10110111100 drummers 10
-10110111100 exercisers 10
-10110111100 conscripts 10
-10110111100 tinkerers 11
-10110111100 Probes 11
-10110111100 manatees 11
-10110111100 bookies 11
-10110111100 deserters 11
-10110111100 businesspeople 11
-10110111100 groupies 12
-10110111100 temporaries 12
-10110111100 matrons 12
-10110111100 mavericks 12
-10110111100 concertos 12
-10110111100 tutors 12
-10110111100 mares 12
-10110111100 worshippers 13
-10110111100 bakers 13
-10110111100 mathematicians 13
-10110111100 mainlanders 14
-10110111100 Mustangs 14
-10110111100 Muslims 14
-10110111100 toughs 15
-10110111100 sophisticates 15
-10110111100 revelers 15
-10110111100 gadflies 15
-10110111100 visuals 15
-10110111100 reservists 16
-10110111100 ballplayers 16
-10110111100 employes 16
-10110111100 seamstresses 17
-10110111100 burglars 17
-10110111100 loggers 17
-10110111100 innocents 17
-10110111100 optometrists 17
-10110111100 Fijians 17
-10110111100 bikers 18
-10110111100 seafarers 18
-10110111100 dockworkers 18
-10110111100 Latinos 18
-10110111100 risk-takers 18
-10110111100 couriers 18
-10110111100 aviators 18
-10110111100 cabbies 19
-10110111100 escapees 19
-10110111100 crocuses 19
-10110111100 squatters 20
-10110111100 anglers 20
-10110111100 superintendents 20
-10110111100 eyewitnesses 20
-10110111100 miscues 21
-10110111100 bargainers 21
-10110111100 Serbs 21
-10110111100 markings 21
-10110111100 screeners 21
-10110111100 F-18s 21
-10110111100 bowlers 21
-10110111100 explorers 21
-10110111100 hounds 21
-10110111100 worshipers 22
-10110111100 grads 22
-10110111100 battalions 22
-10110111100 novices 23
-10110111100 whistle-blowers 23
-10110111100 interns 23
-10110111100 artisans 24
-10110111100 governorships 24
-10110111100 testers 24
-10110111100 campers 24
-10110111100 carpenters 24
-10110111100 mourners 25
-10110111100 man-hours 26
-10110111100 repairmen 26
-10110111100 enrollees 26
-10110111100 onlookers 26
-10110111100 hobbyists 26
-10110111100 Olympians 27
-10110111100 ethicists 27
-10110111100 peddlers 28
-10110111100 mobsters 28
-10110111100 choreographers 28
-10110111100 undergraduates 28
-10110111100 faxes 29
-10110111100 announcers 30
-10110111100 ol 30
-10110111100 informants 30
-10110111100 aficionados 31
-10110111100 poachers 33
-10110111100 hackers 33
-10110111100 protestors 33
-10110111100 chiropractors 33
-10110111100 preparers 35
-10110111100 breeders 36
-10110111100 stubs 36
-10110111100 entertainers 36
-10110111100 mercenaries 37
-10110111100 interpreters 37
-10110111100 attendees 37
-10110111100 temps 38
-10110111100 chefs 40
-10110111100 craftsmen 40
-10110111100 corpses 41
-10110111100 POWs 42
-10110111100 emigrants 42
-10110111100 skiers 42
-10110111100 missionaries 43
-10110111100 technocrats 45
-10110111100 skaters 46
-10110111100 convicts 46
-10110111100 novelists 46
-10110111100 shopkeepers 47
-10110111100 vacationers 47
-10110111100 newborns 47
-10110111100 dropouts 50
-10110111100 part-timers 50
-10110111100 psychiatrists 51
-10110111100 therapists 53
-10110111100 SS-20s 53
-10110111100 fanatics 53
-10110111100 freshmen 54
-10110111100 trainees 54
-10110111100 comics 55
-10110111100 detectives 56
-10110111100 wineries 58
-10110111100 painters 58
-10110111100 dwellers 58
-10110111100 renters 58
-10110111100 commuters 58
-10110111100 pensioners 59
-10110111100 gamblers 60
-10110111100 divers 61
-10110111100 ambassadors 63
-10110111100 MBAs 63
-10110111100 housewives 67
-10110111100 sufferers 67
-10110111100 firefighters 68
-10110111100 co-ops 70
-10110111100 murderers 70
-10110111100 exiles 70
-10110111100 servicemen 70
-10110111100 cardholders 71
-10110111100 instructors 72
-10110111100 trainers 72
-10110111100 detainees 75
-10110111100 diners 75
-10110111100 tribes 75
-10110111100 showers 80
-10110111100 illegals 80
-10110111100 pioneers 81
-10110111100 physicists 82
-10110111100 fats 84
-10110111100 fund-raisers 86
-10110111100 settlers 86
-10110111100 steelworkers 86
-10110111100 runners 89
-10110111100 licensees 91
-10110111100 spies 92
-10110111100 enthusiasts 98
-10110111100 crewmen 99
-10110111100 riders 100
-10110111100 seniors 102
-10110111100 bees 104
-10110111100 cops 106
-10110111100 laborers 112
-10110111100 alumni 113
-10110111100 spectators 113
-10110111100 sailors 114
-10110111100 peoples 122
-10110111100 composers 124
-10110111100 campuses 127
-10110111100 gangs 130
-10110111100 extremists 138
-10110111100 textbooks 140
-10110111100 singers 145
-10110111100 salespeople 148
-10110111100 middlemen 151
-10110111100 coaches 154
-10110111100 generals 157
-10110111100 programmers 160
-10110111100 practitioners 163
-10110111100 offenders 171
-10110111100 lovers 172
-10110111100 patrons 172
-10110111100 speakers 173
-10110111100 populations 192
-10110111100 dancers 205
-10110111100 youngsters 209
-10110111100 inmates 234
-10110111100 clerks 234
-10110111100 collectors 244
-10110111100 aliens 246
-10110111100 technicians 250
-10110111100 mechanics 252
-10110111100 nurses 264
-10110111100 civilians 275
-10110111100 intellectuals 284
-10110111100 demonstrators 285
-10110111100 musicians 293
-10110111100 protesters 307
-10110111100 volunteers 312
-10110111100 criminals 329
-10110111100 designers 354
-10110111100 athletes 355
-10110111100 professors 393
-10110111100 smokers 404
-10110111100 controllers 437
-10110111100 graduates 477
-10110111100 veterans 499
-10110111100 retirees 510
-10110111100 bureaucrats 515
-10110111100 visitors 520
-10110111100 recipients 529
-10110111100 miners 536
-10110111100 refugees 550
-10110111100 applicants 554
-10110111100 drivers 729
-10110111100 viewers 731
-10110111100 immigrants 734
-10110111100 artists 778
-10110111100 teachers 824
-10110111100 households 826
-10110111100 physicians 828
-10110111100 delegates 867
-10110111100 engineers 913
-10110111100 writers 937
-10110111100 soldiers 984
-10110111100 passengers 1138
-10110111100 residents 1593
-10110111100 citizens 1612
-10110111100 agents 2082
-10110111100 doctors 2185
-10110111100 patients 3564
-10110111100 students 3687
-10110111100 employees 11086
-10110111100 workers 11049
-101101111010 customs-users 1
-101101111010 mid-decade 1
-101101111010 then-Lt 1
-101101111010 over-supply 1
-101101111010 comraderie 1
-101101111010 IIGSs 1
-101101111010 Lousiana-Pacific 1
-101101111010 reclosure 1
-101101111010 train. 1
-101101111010 camera-lens 1
-101101111010 Sufferin 1
-101101111010 Bump. 1
-101101111010 thifts 1
-101101111010 Aug.7 1
-101101111010 nonlawyers 1
-101101111010 owner-managers 1
-101101111010 standees 1
-101101111010 949-493 1
-101101111010 orifice 1
-101101111010 Jan.31 1
-101101111010 Leiber 1
-101101111010 professionsals 1
-101101111010 nail-painting 1
-101101111010 knowledge-workers 1
-101101111010 worker-owners 1
-101101111010 quantifications 1
-101101111010 speaker-phone 1
-101101111010 Detroit- 1
-101101111010 reinfestation 1
-101101111010 theater-goers 1
-101101111010 dogsled 1
-101101111010 WCMU 1
-101101111010 detruction 1
-101101111010 socialism/communism 1
-101101111010 thro 1
-101101111010 935-658 1
-101101111010 947-707 1
-101101111010 mandolin 1
-101101111010 prefabrication 1
-101101111010 Weider-Flex 1
-101101111010 1936-37 1
-101101111010 crypto-socialists 1
-101101111010 Distraction 1
-101101111010 recruiting/relocation 1
-101101111010 non-Egyptians 1
-101101111010 Heed 1
-101101111010 anyone. 1
-101101111010 925-559 1
-101101111010 MGTB/Ayer 1
-101101111010 laboraties 1
-101101111010 Mr.Ozal 1
-101101111010 1918-1920 1
-101101111010 bargainhunting 1
-101101111010 Austro-Germans 1
-101101111010 787-592 1
-101101111010 WTTW/Chicago 1
-101101111010 estoppel 1
-101101111010 airboat 1
-101101111010 MMPI-2 1
-101101111010 Masushita 1
-101101111010 Verve/PolyGram 1
-101101111010 auto-pilot 1
-101101111010 ex-Yankee 1
-101101111010 aftershaves 1
-101101111010 948839 1
-101101111010 ministers-cum-presidents 1
-101101111010 office-holders 1
-101101111010 evangelization 1
-101101111010 lightning. 1
-101101111010 radiotelephone 1
-101101111010 Donemus 1
-101101111010 Goths 1
-101101111010 efficiency-driven 1
-101101111010 Swingin 1
-101101111010 destitutes 1
-101101111010 laggardness 1
-101101111010 earnestly. 1
-101101111010 protest-training 1
-101101111010 drum-beaters 1
-101101111010 sandbars 1
-101101111010 yes. 1
-101101111010 tramway 1
-101101111010 Teletype 1
-101101111010 Cristall 1
-101101111010 guaranties 2
-101101111010 re-investment 2
-101101111010 mid-1999 2
-101101111010 Cracklin 2
-101101111010 3,555 2
-101101111010 animations 2
-101101111010 shools 2
-101101111010 Louisvillians 2
-101101111010 affliates 2
-101101111010 7,170 2
-101101111010 Bevaeringen 2
-101101111010 both. 2
-101101111010 second-liners 2
-101101111010 tootin 2
-101101111010 ALITALIA 2
-101101111010 those. 2
-101101111010 stock. 2
-101101111010 65-days 2
-101101111010 Dordrecht 2
-101101111010 financers 3
-101101111010 transracially 3
-101101111010 Marxist-Leninists 3
-101101111010 instants 3
-101101111010 3,264,000 3
-101101111010 balletomanes 3
-101101111010 737-100s 3
-101101111010 banzai 3
-101101111010 wiseguy 3
-101101111010 jukeboxes 3
-101101111010 dislosures 3
-101101111010 Heidelberger 4
-101101111010 non-Communists 4
-101101111010 Vend 4
-101101111010 Magritte 4
-101101111010 ex-shareholders 4
-101101111010 Metrorail 4
-101101111010 Bass/Aoki 4
-101101111010 indiscipline 5
-101101111010 widths 5
-101101111010 825S 5
-101101111010 condensation 6
-101101111010 dross 7
-101101111010 physicals 7
-101101111010 Noriegas 7
-101101111010 swingers 7
-101101111010 jowl 7
-101101111010 non-residents 8
-101101111010 stewardesses 8
-101101111010 then-Sen 9
-101101111010 lawbreakers 10
-101101111010 737-200s 15
-101101111010 unitholders 23
-101101111010 WON 24
-101101111010 arbitraging 36
-101101111010 ratepayers 158
-101101111010 bondholders 466
-101101111010 depositors 522
-101101111010 stockholders 1327
-101101111010 holders 7212
-101101111010 shareholders 11634
-1011011110110 tidewaters 1
-1011011110110 breath. 1
-1011011110110 hebes 1
-1011011110110 adversarys 1
-1011011110110 polyclinics 1
-1011011110110 penetration. 1
-1011011110110 cathedrals. 1
-1011011110110 ex-superintendent 1
-1011011110110 totalities 1
-1011011110110 party-mates 1
-1011011110110 neighbor-nation 1
-1011011110110 stinkiness 1
-1011011110110 heirs-apparent 1
-1011011110110 craftworkers 1
-1011011110110 business-breakthroughs 1
-1011011110110 philosphy 1
-1011011110110 blurbists 1
-1011011110110 helipad 1
-1011011110110 salesmens 1
-1011011110110 citrus-packing 1
-1011011110110 nine-o 1
-1011011110110 backtests 1
-1011011110110 deposits. 1
-1011011110110 narcodollars 1
-1011011110110 off-time 1
-1011011110110 scientist/traders 1
-1011011110110 breathin 1
-1011011110110 work-to 1
-1011011110110 sleep. 1
-1011011110110 child. 1
-1011011110110 offsprings 1
-1011011110110 toddlin 1
-1011011110110 dual-damping 1
-1011011110110 sucessors 1
-1011011110110 revenue-enforcement 1
-1011011110110 credentials. 1
-1011011110110 workshirt 1
-1011011110110 books. 1
-1011011110110 non-clients 1
-1011011110110 saviour 1
-1011011110110 porcupines 1
-1011011110110 Bureau-gate 1
-1011011110110 delectation 1
-1011011110110 stickball-playing 1
-1011011110110 fishmonger 2
-1011011110110 pedagogy 2
-1011011110110 late-30s 2
-1011011110110 appurtenances 2
-1011011110110 relationship. 2
-1011011110110 rail-thin 2
-1011011110110 force. 2
-1011011110110 renewers 2
-1011011110110 Krushchev 2
-1011011110110 slaveholders 2
-1011011110110 MOS 2
-1011011110110 QBs 2
-1011011110110 optionees 2
-1011011110110 judgment. 2
-1011011110110 forelegs 2
-1011011110110 monolog 2
-1011011110110 globe-trotters 2
-1011011110110 far-sightedness 2
-1011011110110 unsympathetically 2
-1011011110110 supershares 2
-1011011110110 neo-isolationist 2
-1011011110110 sons-in-law 2
-1011011110110 hometowns 2
-1011011110110 backbenchers 3
-1011011110110 smoothies 3
-1011011110110 RoadRailers 3
-1011011110110 shirttail 3
-1011011110110 fanfares 3
-1011011110110 newspeople 3
-1011011110110 Fatherland 3
-1011011110110 Uprising 3
-1011011110110 parishoners 3
-1011011110110 Buddhas 3
-1011011110110 namesakes 3
-1011011110110 vassals 3
-1011011110110 persecutors 3
-1011011110110 tummies 3
-1011011110110 troth 3
-1011011110110 lookouts 4
-1011011110110 great-grandparents 4
-1011011110110 dupes 4
-1011011110110 coworkers 4
-1011011110110 confederates 4
-1011011110110 haunches 4
-1011011110110 hand. 4
-1011011110110 helpfulness 4
-1011011110110 squeri 4
-1011011110110 phoniness 4
-1011011110110 hairstyle 4
-1011011110110 boomlets 4
-1011011110110 samplers 4
-1011011110110 PAYSOPs 4
-1011011110110 salamis 4
-1011011110110 linebackers 4
-1011011110110 workroom 5
-1011011110110 alums 5
-1011011110110 sit-ups 5
-1011011110110 abrasiveness 5
-1011011110110 chins 5
-1011011110110 inspirations 5
-1011011110110 pooches 5
-1011011110110 sprinters 5
-1011011110110 bouncer 5
-1011011110110 troubleshooters 5
-1011011110110 gents 5
-1011011110110 high-rollers 5
-1011011110110 kingdoms 5
-1011011110110 fatties 6
-1011011110110 caretakers 6
-1011011110110 schoolwork 6
-1011011110110 by-laws 6
-1011011110110 missives 6
-1011011110110 residencies 6
-1011011110110 goofs 6
-1011011110110 mediums 6
-1011011110110 bridesmaids 6
-1011011110110 ripostes 7
-1011011110110 packagers 7
-1011011110110 anti-Communists 7
-1011011110110 copywriters 7
-1011011110110 generalists 8
-1011011110110 sovereigns 8
-1011011110110 cost-cutters 8
-1011011110110 oppressors 8
-1011011110110 midwives 8
-1011011110110 deal-makers 8
-1011011110110 fangs 8
-1011011110110 conquerors 9
-1011011110110 playmates 9
-1011011110110 well-wishers 9
-1011011110110 philanthropists 9
-1011011110110 followings 10
-1011011110110 revolvers 10
-1011011110110 henchmen 10
-1011011110110 bookshelves 10
-1011011110110 pursuers 10
-1011011110110 aciduria 10
-1011011110110 superstitions 10
-1011011110110 brooms 11
-1011011110110 typists 11
-1011011110110 hairdressers 11
-1011011110110 addictions 11
-1011011110110 betters 12
-1011011110110 expletives 12
-1011011110110 mistresses 12
-1011011110110 jerseys 12
-1011011110110 biographers 13
-1011011110110 wristwatches 14
-1011011110110 enthusiasms 14
-1011011110110 chums 14
-1011011110110 co-authors 14
-1011011110110 Chas 14
-1011011110110 homeworkers 14
-1011011110110 billionaires 14
-1011011110110 childrens 14
-1011011110110 basements 15
-1011011110110 emissaries 15
-1011011110110 bidcos 15
-1011011110110 quarterbacks 15
-1011011110110 questioners 15
-1011011110110 zoos 15
-1011011110110 archrivals 15
-1011011110110 shareowners 16
-1011011110110 scriptwriters 16
-1011011110110 accusers 16
-1011011110110 roommates 17
-1011011110110 acolytes 17
-1011011110110 SALs 17
-1011011110110 housekeepers 18
-1011011110110 flyers 18
-1011011110110 duds 19
-1011011110110 in-laws 19
-1011011110110 passwords 20
-1011011110110 bettors 20
-1011011110110 prospectors 22
-1011011110110 quartets 22
-1011011110110 proteges 22
-1011011110110 hurricanes 23
-1011011110110 cheerleaders 23
-1011011110110 forebears 23
-1011011110110 minions 23
-1011011110110 forefathers 24
-1011011110110 confidants 25
-1011011110110 compatriots 25
-1011011110110 disciples 26
-1011011110110 accomplices 28
-1011011110110 girlfriends 29
-1011011110110 fists 30
-1011011110110 headhunters 30
-1011011110110 collaborators 31
-1011011110110 superstores 33
-1011011110110 actuaries 34
-1011011110110 cohorts 34
-1011011110110 resellers 35
-1011011110110 proprietors 36
-1011011110110 belongings 36
-1011011110110 comedians 37
-1011011110110 parishioners 37
-1011011110110 statesmen 38
-1011011110110 flippers 38
-1011011110110 underlings 39
-1011011110110 interrogators 39
-1011011110110 benefactors 40
-1011011110110 interviewers 42
-1011011110110 mailers 42
-1011011110110 mentors 44
-1011011110110 doubters 45
-1011011110110 pals 48
-1011011110110 bodyguards 48
-1011011110110 wits 51
-1011011110110 imitators 52
-1011011110110 warriors 52
-1011011110110 adherents 58
-1011011110110 millionaires 59
-1011011110110 companions 59
-1011011110110 contemporaries 60
-1011011110110 co-conspirators 62
-1011011110110 buddies 65
-1011011110110 cronies 65
-1011011110110 comrades 68
-1011011110110 brethren 69
-1011011110110 lieutenants 71
-1011011110110 cousins 72
-1011011110110 ancestors 73
-1011011110110 mates 77
-1011011110110 acquaintances 82
-1011011110110 classmates 89
-1011011110110 believers 92
-1011011110110 souls 94
-1011011110110 elders 97
-1011011110110 admirers 98
-1011011110110 co-workers 100
-1011011110110 assistants 102
-1011011110110 correspondents 103
-1011011110110 subcontractors 110
-1011011110110 grandparents 122
-1011011110110 adversaries 143
-1011011110110 challengers 143
-1011011110110 heirs 144
-1011011110110 listeners 147
-1011011110110 successors 153
-1011011110110 favorites 154
-1011011110110 celebrities 177
-1011011110110 policyholders 185
-1011011110110 charities 200
-1011011110110 managements 202
-1011011110110 contributors 203
-1011011110110 heroes 204
-1011011110110 superiors 207
-1011011110110 peers 226
-1011011110110 fingers 229
-1011011110110 followers 248
-1011011110110 subordinates 261
-1011011110110 constituents 263
-1011011110110 predecessors 266
-1011011110110 bosses 303
-1011011110110 enemies 329
-1011011110110 donors 375
-1011011110110 salesmen 403
-1011011110110 guests 427
-1011011110110 franchisees 429
-1011011110110 tenants 437
-1011011110110 audiences 488
-1011011110110 relatives 507
-1011011110110 neighbors 586
-1011011110110 raiders 600
-1011011110110 witnesses 638
-1011011110110 fans 671
-1011011110110 travelers 687
-1011011110110 characters 882
-1011011110110 readers 937
-1011011110110 associates 996
-1011011110110 rivals 1144
-1011011110110 colleagues 1412
-1011011110110 allies 1570
-1011011110110 reporters 1805
-1011011110110 parents 2100
-1011011110110 friends 2134
-1011011110110 players 2169
-1011011110110 competitors 2903
-1011011110110 customers 8021
-1011011110110 clients 4611
-1011011110111 Delftshaven 1
-1011011110111 presence. 1
-1011011110111 Bundle 1
-1011011110111 Shell-Shocked 1
-1011011110111 diamond-earring 1
-1011011110111 Lebanization 1
-1011011110111 industry-encompassing 1
-1011011110111 trader-customers 1
-1011011110111 Glassworkers 1
-1011011110111 cheap. 1
-1011011110111 Lipsticks 1
-1011011110111 Intramarketing 1
-1011011110111 F.F. 1
-1011011110111 Octopussy 1
-1011011110111 Tradinca 1
-1011011110111 extra-option 1
-1011011110111 Frontline/Time 1
-1011011110111 team. 1
-1011011110111 x-months 1
-1011011110111 tok 1
-1011011110111 kaul 1
-1011011110111 Reinventing 1
-1011011110111 nin 1
-1011011110111 buy-dollar 1
-1011011110111 accordin 1
-1011011110111 Judge-of-the-Month 1
-1011011110111 See-no-evil 1
-1011011110111 affiliiates 1
-1011011110111 stock-raids 1
-1011011110111 Uh-Oh 1
-1011011110111 lyres 1
-1011011110111 landpartnerships 1
-1011011110111 ANTIDOTE 1
-1011011110111 1895-1913 1
-1011011110111 hypertrophy 1
-1011011110111 courseware 1
-1011011110111 Hemo 1
-1011011110111 Libertines 1
-1011011110111 u 1
-1011011110111 cold-ships 1
-1011011110111 white-hat 1
-1011011110111 oologies 1
-1011011110111 26,073 1
-1011011110111 sky-is-falling 1
-1011011110111 civilianized 1
-1011011110111 meister 1
-1011011110111 more-German-growth 1
-1011011110111 immobiles 1
-1011011110111 ilegales 1
-1011011110111 positive-energetic-relaxation 1
-1011011110111 hamsteak 1
-1011011110111 Whelchairs 1
-1011011110111 Koroga 1
-1011011110111 chinensis 1
-1011011110111 plantscapes 1
-1011011110111 Excrement 1
-1011011110111 colonias 1
-1011011110111 Eurosclerosis 1
-1011011110111 fanaticos 1
-1011011110111 1,340,200 1
-1011011110111 de-Echeverriaizing 1
-1011011110111 nope 1
-1011011110111 Habermaas 1
-1011011110111 LEFTIES 1
-1011011110111 -scam 1
-1011011110111 -gate 1
-1011011110111 junk-junk 1
-1011011110111 Boppin 1
-1011011110111 affilates 1
-1011011110111 headcounts 1
-1011011110111 quasi-political 1
-1011011110111 Occasionless 1
-1011011110111 when-it-happens 1
-1011011110111 money-centers 1
-1011011110111 She-Ras 1
-1011011110111 wings. 1
-1011011110111 one-outlook 1
-1011011110111 something-for-nothing 1
-1011011110111 Ramblin 1
-1011011110111 bee-yoo-tee-fool 1
-1011011110111 Bye-bye 1
-1011011110111 detour. 1
-1011011110111 Wagon-Lits 1
-1011011110111 Rhoda. 1
-1011011110111 poverticians. 1
-1011011110111 salade 1
-1011011110111 high-teching 1
-1011011110111 ive 1
-1011011110111 Norma. 1
-1011011110111 fibroids 1
-1011011110111 In-a-Gadda-Da-Vida 1
-1011011110111 line-cussin 1
-1011011110111 FQ 1
-1011011110111 please. 1
-1011011110111 sixmonths 1
-1011011110111 17,553 1
-1011011110111 Stasi 1
-1011011110111 ins. 1
-1011011110111 newsboys 1
-1011011110111 flight-to-safety 1
-1011011110111 lushy-gushy 1
-1011011110111 SPYCATCHER 1
-1011011110111 to-whom-er 1
-1011011110111 pre-martial-law 1
-1011011110111 semiconductor-makers 1
-1011011110111 special-counselors 1
-1011011110111 U.S.S.R 1
-1011011110111 comin 1
-1011011110111 after-care 2
-1011011110111 3,396 2
-1011011110111 disputants 2
-1011011110111 132,644 2
-1011011110111 inanition 2
-1011011110111 subdividers 2
-1011011110111 recommendation. 2
-1011011110111 aficianados 2
-1011011110111 Irece 2
-1011011110111 Hawkeyes 2
-1011011110111 P.M.D.B. 2
-1011011110111 wash-out 2
-1011011110111 Breach 2
-1011011110111 saying. 2
-1011011110111 Marne 2
-1011011110111 front-to-back 2
-1011011110111 anti-contra 2
-1011011110111 rulebooks 2
-1011011110111 plaids 2
-1011011110111 2,961 2
-1011011110111 Bul 2
-1011011110111 Clios 2
-1011011110111 clambering 2
-1011011110111 1029.50 2
-1011011110111 1067.31 2
-1011011110111 1047.42 2
-1011011110111 Capetown 2
-1011011110111 Odysseus 3
-1011011110111 Aerocancun 3
-1011011110111 damsels 3
-1011011110111 public-employees 3
-1011011110111 Hoovered 3
-1011011110111 superchargers 3
-1011011110111 Lothario 3
-1011011110111 umph 3
-1011011110111 lithotripters 3
-1011011110111 Bol 3
-1011011110111 Burnips 3
-1011011110111 Inquisitors 3
-1011011110111 aeration 3
-1011011110111 indexers 3
-1011011110111 extravagances 4
-1011011110111 somethin 4
-1011011110111 tipsters 4
-1011011110111 gettin 4
-1011011110111 SROs 4
-1011011110111 insitutions 4
-1011011110111 account. 4
-1011011110111 breastbone 4
-1011011110111 Cervantes 4
-1011011110111 1438.12 4
-1011011110111 Kunming 4
-1011011110111 roofers 4
-1011011110111 body-builders 5
-1011011110111 non-Americans 5
-1011011110111 MEDIOBANCA 5
-1011011110111 shrimpers 5
-1011011110111 oilworkers 5
-1011011110111 letterheads 5
-1011011110111 garrisons 5
-1011011110111 storekeepers 6
-1011011110111 Bricklayers 6
-1011011110111 arrangers 6
-1011011110111 kiwis 6
-1011011110111 Misanthrope 6
-1011011110111 Meda 6
-1011011110111 Astroturf 7
-1011011110111 flight-attendants 7
-1011011110111 minnows 7
-1011011110111 ne 7
-1011011110111 debt-holders 8
-1011011110111 nothin 8
-1011011110111 WASPs 8
-1011011110111 L-1011s 9
-1011011110111 feudalism 10
-1011011110111 rate-payers 10
-1011011110111 Galilee 10
-1011011110111 hostage-takers 11
-1011011110111 Bojangles 12
-1011011110111 decorators 13
-1011011110111 cogenerators 13
-1011011110111 climbers 14
-1011011110111 wrestlers 15
-1011011110111 mineworkers 16
-1011011110111 metalworkers 16
-1011011110111 rooftops 20
-1011011110111 preferreds 20
-1011011110111 paperbacks 21
-1011011110111 unionists 31
-1011011110111 signatories 33
-1011011110111 Achilles 40
-1011011110111 CMOs 43
-1011011110111 reinsurers 44
-1011011110111 noteholders 48
-1011011110111 debtholders 49
-1011011110111 darts 64
-1011011110111 initials 67
-1011011110111 captives 68
-1011011110111 ADRs 165
-1011011110111 scratch 206
-1011011110111 PACs 235
-1011011110111 supervisors 255
-1011011110111 machinists 467
-1011011110111 claimants 498
-1011011110111 affiliates 770
-1011011110111 contractors 1308
-1011011110111 lenders 2024
-1011011110111 pilots 2121
-1011011110111 unions 2586
-1011011110111 creditors 4159
-1011011110111 partners 3487
-101101111100 analyis 1
-101101111100 well-monitoring 1
-101101111100 J-Cars 1
-101101111100 political-education 1
-101101111100 theocrats 1
-101101111100 accommodationists 2
-101101111100 Augmentin 2
-101101111100 Heels 2
-101101111100 AIN 2
-101101111100 voodooists 2
-101101111100 recaps 2
-101101111100 probers 3
-101101111100 CAMPS 3
-101101111100 ladies-in-waiting 3
-101101111100 Ripperologists 3
-101101111100 flattops 3
-101101111100 Amboseli 3
-101101111100 paleontologists 3
-101101111100 image-makers 3
-101101111100 anti-militarists 3
-101101111100 Bisons 3
-101101111100 consuls 4
-101101111100 die-hards 4
-101101111100 budget-cutters 5
-101101111100 criminologists 5
-101101111100 laywers 5
-101101111100 free-marketeers 6
-101101111100 Cassandras 6
-101101111100 embezzlers 6
-101101111100 reseachers 7
-101101111100 free-traders 7
-101101111100 co-stars 7
-101101111100 aldermen 8
-101101111100 budgeteers 8
-101101111100 schedulers 9
-101101111100 geriatricians 10
-101101111100 left-wingers 11
-101101111100 audiophiles 12
-101101111100 speechwriters 12
-101101111100 presenters 14
-101101111100 animators 14
-101101111100 editorialists 14
-101101111100 psychotherapists 15
-101101111100 sleuths 15
-101101111100 decision-makers 16
-101101111100 intimates 19
-101101111100 geniuses 19
-101101111100 cynics 20
-101101111100 screenwriters 20
-101101111100 princes 22
-101101111100 wags 22
-101101111100 hoteliers 23
-101101111100 advisors 23
-101101111100 wizards 25
-101101111100 purists 25
-101101111100 apologists 26
-101101111100 cognoscenti 27
-101101111100 biologists 32
-101101111100 publicists 33
-101101111100 sociologists 40
-101101111100 statisticians 40
-101101111100 cartoonists 42
-101101111100 hardliners 47
-101101111100 reviewers 50
-101101111100 gurus 55
-101101111100 theorists 63
-101101111100 columnists 64
-101101111100 chemists 66
-101101111100 pundits 96
-101101111100 detractors 100
-101101111100 counselors 108
-101101111100 educators 141
-101101111100 promoters 153
-101101111100 historians 157
-101101111100 administrators 272
-101101111100 scholars 316
-101101111100 lobbyists 466
-101101111100 strategists 474
-101101111100 diplomats 604
-101101111100 staffers 629
-101101111100 planners 647
-101101111100 accountants 793
-101101111100 consultants 1365
-101101111100 professionals 1419
-101101111100 scientists 1783
-101101111100 aides 1810
-101101111100 advisers 1822
-101101111100 researchers 1858
-101101111100 attorneys 2091
-101101111100 critics 2198
-101101111100 managers 6742
-101101111100 bankers 3778
-101101111100 lawyers 5012
-1011011111010 Torquers 1
-1011011111010 Kinski 1
-1011011111010 wrangler 1
-1011011111010 fare-setter 1
-1011011111010 mangagement 1
-1011011111010 organziations 1
-1011011111010 PRI-haters 1
-1011011111010 yuppettes 1
-1011011111010 PPPA 1
-1011011111010 OFFSETS 1
-1011011111010 co-worker. 1
-1011011111010 ethnobotanist 1
-1011011111010 256.00 1
-1011011111010 POW. 1
-1011011111010 disconnects 1
-1011011111010 coders 1
-1011011111010 Bouis 1
-1011011111010 Malmsteen 1
-1011011111010 Telfer 1
-1011011111010 polarizes 1
-1011011111010 flameout 1
-1011011111010 Amini 1
-1011011111010 928-S4 1
-1011011111010 evolutions 1
-1011011111010 track-speed 1
-1011011111010 cocoas 1
-1011011111010 recruiter. 1
-1011011111010 sail-plane 1
-1011011111010 taxwriter 1
-1011011111010 poobah 1
-1011011111010 abbreviatus 1
-1011011111010 Cressidas 2
-1011011111010 GROWERS 2
-1011011111010 Craftsmen 2
-1011011111010 job-hunters 2
-1011011111010 ticketholders 2
-1011011111010 Sidor 2
-1011011111010 menthols 2
-1011011111010 ewes 2
-1011011111010 counterpunches 2
-1011011111010 reopenings 2
-1011011111010 Zachara 2
-1011011111010 Montrealer 2
-1011011111010 pedigrees 2
-1011011111010 ZEAL 2
-1011011111010 vote-getters 2
-1011011111010 NCOs 3
-1011011111010 woodcut 3
-1011011111010 A300s 3
-1011011111010 ex-officials 3
-1011011111010 protestants 3
-1011011111010 drillship 3
-1011011111010 docs 3
-1011011111010 exponents 4
-1011011111010 FXs 4
-1011011111010 182.55 5
-1011011111010 tax-writer 5
-1011011111010 handicappers 5
-1011011111010 provocateurs 5
-1011011111010 lifer 6
-1011011111010 number-crunchers 6
-1011011111010 lessees 8
-1011011111010 ex-employees 8
-1011011111010 savants 9
-1011011111010 GROUPS 9
-1011011111010 junkholders 9
-1011011111010 pageants 12
-1011011111010 finishers 12
-1011011111010 dealmaker 15
-1011011111010 bigwigs 19
-1011011111010 chieftains 27
-1011011111010 treasurers 50
-1011011111010 recruiters 99
-1011011111010 insiders 719
-1011011111010 officers 3114
-1011011111010 executives 9612
-1011011111011 formaldehyde-producing 1
-1011011111011 interest-rate-related 1
-1011011111011 KNSS-FM 1
-1011011111011 Khadija 1
-1011011111011 heav 1
-1011011111011 WRIF-FM 1
-1011011111011 KTEH 1
-1011011111011 Westdeutscher 1
-1011011111011 now-unnecessary 1
-1011011111011 CFTO-TV 1
-1011011111011 internalization 1
-1011011111011 WKBW 1
-1011011111011 WPIX-11 1
-1011011111011 WQBA-AM 1
-1011011111011 self-reformation 1
-1011011111011 WZFM-FM 1
-1011011111011 KKRD-FM 1
-1011011111011 Nanapush 1
-1011011111011 KIHS 1
-1011011111011 KCPQ 1
-1011011111011 Jalala 1
-1011011111011 WWWE 1
-1011011111011 leafleting 1
-1011011111011 KLRS 1
-1011011111011 WBGO-FM 1
-1011011111011 KXXV 1
-1011011111011 punchin 1
-1011011111011 reliquaries 1
-1011011111011 437-page 1
-1011011111011 WSJT 1
-1011011111011 Punjab. 1
-1011011111011 DZBB 1
-1011011111011 people-friends 1
-1011011111011 aircraft-manufacturers 1
-1011011111011 minibars 1
-1011011111011 Phlox 1
-1011011111011 blasters 1
-1011011111011 state-established 1
-1011011111011 Nuttin 1
-1011011111011 Ghazi 1
-1011011111011 673-acre 1
-1011011111011 technologies-they 1
-1011011111011 Ntomb 1
-1011011111011 KMST 1
-1011011111011 WMJI 1
-1011011111011 WCXR-FM 1
-1011011111011 births. 1
-1011011111011 Linens 1
-1011011111011 windbreaks 1
-1011011111011 WCPX 1
-1011011111011 Meltem 1
-1011011111011 KHIT-FM 1
-1011011111011 KSSN-FM 1
-1011011111011 KZOU-FM 1
-1011011111011 KTVX 1
-1011011111011 KDKA 1
-1011011111011 crosschecking 1
-1011011111011 field-officials 1
-1011011111011 WOKJ 1
-1011011111011 keyholes 1
-1011011111011 corn-buyer 1
-1011011111011 power-play 1
-1011011111011 does. 1
-1011011111011 KUED 1
-1011011111011 Stilfontein 1
-1011011111011 megabusts 1
-1011011111011 refurbishings 1
-1011011111011 Dreaded 1
-1011011111011 faculty-hiring 1
-1011011111011 KPWR 1
-1011011111011 directorates 1
-1011011111011 Sambre 1
-1011011111011 horsin 1
-1011011111011 billons 1
-1011011111011 WWSW-FM 1
-1011011111011 A-321s 2
-1011011111011 HSV7 2
-1011011111011 creaminess 2
-1011011111011 picnickers 2
-1011011111011 WKRC 2
-1011011111011 MobiTel 2
-1011011111011 alitame 2
-1011011111011 Comaneci 2
-1011011111011 Imperials 2
-1011011111011 longshots 2
-1011011111011 her. 2
-1011011111011 B-52s 2
-1011011111011 IDMS/SQL 2
-1011011111011 WBZ-TV 2
-1011011111011 HWGA 2
-1011011111011 Khomeinis 2
-1011011111011 eye-blinks 2
-1011011111011 WMHE-FM 2
-1011011111011 countesses 2
-1011011111011 Tafts 2
-1011011111011 containments 2
-1011011111011 Rabl 2
-1011011111011 rudders 2
-1011011111011 Nanotyrannus 2
-1011011111011 KIQQ 2
-1011011111011 world-weariness 2
-1011011111011 snakebites 2
-1011011111011 shovelers 3
-1011011111011 KETV 3
-1011011111011 WQYK-FM 3
-1011011111011 grotesques 3
-1011011111011 concierges 3
-1011011111011 Maroons 3
-1011011111011 MD-82s 3
-1011011111011 WQHT 3
-1011011111011 collieries 3
-1011011111011 scions 3
-1011011111011 CJOH-TV 3
-1011011111011 anvils 3
-1011011111011 Peconic 3
-1011011111011 idlings 3
-1011011111011 2200-600s 3
-1011011111011 cave-ins 3
-1011011111011 terrarium 3
-1011011111011 torturers 4
-1011011111011 trolleys 4
-1011011111011 unit-holders 4
-1011011111011 governors-at-large 4
-1011011111011 promos 4
-1011011111011 uprights 4
-1011011111011 half-brothers 4
-1011011111011 co-underwriters 4
-1011011111011 exaltation 4
-1011011111011 whiners 4
-1011011111011 willows 4
-1011011111011 infielders 5
-1011011111011 ratifiers 5
-1011011111011 KRON 5
-1011011111011 restarts 5
-1011011111011 modernizations 5
-1011011111011 violinists 5
-1011011111011 chasers 6
-1011011111011 Airbuses 6
-1011011111011 lunchroom 6
-1011011111011 renegades 6
-1011011111011 appendixes 6
-1011011111011 Ogonyok 6
-1011011111011 violas 6
-1011011111011 closedowns 6
-1011011111011 charmers 6
-1011011111011 Maoris 7
-1011011111011 knock-offs 7
-1011011111011 skimmers 8
-1011011111011 etchings 8
-1011011111011 Plunge 8
-1011011111011 fiascos 9
-1011011111011 breakups 9
-1011011111011 electors 10
-1011011111011 sharpness 10
-1011011111011 handymen 10
-1011011111011 diesels 11
-1011011111011 707s 11
-1011011111011 737-400s 12
-1011011111011 balconies 13
-1011011111011 sweeper 13
-1011011111011 butchers 13
-1011011111011 councilmen 15
-1011011111011 nephews 15
-1011011111011 jingles 15
-1011011111011 tasters 16
-1011011111011 pathologists 18
-1011011111011 umpires 18
-1011011111011 superfreighters 18
-1011011111011 meadows 18
-1011011111011 discos 18
-1011011111011 WFXT 18
-1011011111011 WOR 21
-1011011111011 assassins 21
-1011011111011 stewards 22
-1011011111011 executors 24
-1011011111011 drafters 24
-1011011111011 liquidators 32
-1011011111011 steward 34
-1011011111011 767s 36
-1011011111011 curators 36
-1011011111011 sweepers 49
-1011011111011 wagons 67
-1011011111011 creators 78
-1011011111011 closures 87
-1011011111011 chiefs 184
-1011011111011 architects 201
-1011011111011 secretaries 217
-1011011111011 founders 306
-1011011111011 principals 319
-1011011111011 commissioners 340
-1011011111011 sponsors 463
-1011011111011 trustees 480
-1011011111011 editors 528
-1011011111011 governors 624
-1011011111011 closings 694
-1011011111011 auditors 700
-1011011111011 brothers 961
-1011011111011 underwriters 1500
-1011011111011 directors 7097
-1011011111011 owners 2979
-101101111110 mega-projects 1
-101101111110 McCarthyites 1
-101101111110 hornets 1
-101101111110 icicles 1
-101101111110 restrainer 1
-101101111110 silo-protected 1
-101101111110 misnomers 1
-101101111110 newspapers. 1
-101101111110 cross-signals 1
-101101111110 secondary-bond 1
-101101111110 workbook 1
-101101111110 silvers 1
-101101111110 ground-school 1
-101101111110 go- 1
-101101111110 gladdens 1
-101101111110 Blancs 1
-101101111110 chain-smoke 1
-101101111110 singer/percussionist 1
-101101111110 isses 1
-101101111110 poufs 1
-101101111110 coddles 1
-101101111110 Airmach 1
-101101111110 Afrikaans- 1
-101101111110 smilin 1
-101101111110 rappelled 1
-101101111110 Haymans 1
-101101111110 Conventiongoers 1
-101101111110 ex-Marines 1
-101101111110 sachems 1
-101101111110 anti-Catholics 1
-101101111110 adjectivally 1
-101101111110 Democrates 1
-101101111110 German-government 1
-101101111110 Mohammedan 1
-101101111110 Ukrainsky 1
-101101111110 Eliminator 1
-101101111110 sides. 1
-101101111110 voyagers 1
-101101111110 citydwellers 1
-101101111110 procrastinators 1
-101101111110 degree-holder 1
-101101111110 cellularphone 1
-101101111110 Avises 1
-101101111110 unposted 1
-101101111110 pseudo-scientific 1
-101101111110 briskets 1
-101101111110 Sippin 1
-101101111110 language/culture 1
-101101111110 Haydnesque 1
-101101111110 self-memorialization 1
-101101111110 trackman 1
-101101111110 Beszelo 1
-101101111110 Chevreuse 1
-101101111110 Nuschelsberg 1
-101101111110 heavy-hitters 1
-101101111110 barbecue. 1
-101101111110 preteens 1
-101101111110 glitteringly 1
-101101111110 skiffs 1
-101101111110 Catalonians 1
-101101111110 Nexts 1
-101101111110 straight-shooters 1
-101101111110 Jewbaiters 1
-101101111110 semi-entities 1
-101101111110 contemporarily 1
-101101111110 moderacy 1
-101101111110 government- 1
-101101111110 getter 1
-101101111110 individual- 1
-101101111110 cartography 2
-101101111110 deejays 2
-101101111110 walk-ins 2
-101101111110 Berlins 2
-101101111110 cash-method 2
-101101111110 marms 2
-101101111110 Bavmorda 2
-101101111110 Landsats 2
-101101111110 CATALOGS 2
-101101111110 Germanies 2
-101101111110 councillor 2
-101101111110 flabbiness 2
-101101111110 grabbers 2
-101101111110 redistributionists 2
-101101111110 groups. 2
-101101111110 statehooders 2
-101101111110 leader. 2
-101101111110 Euroequities 2
-101101111110 speak-easies 2
-101101111110 pro- 2
-101101111110 public- 2
-101101111110 leavers 2
-101101111110 sots 2
-101101111110 vitae 3
-101101111110 canards 3
-101101111110 bluebloods 3
-101101111110 gotico 3
-101101111110 Metroplex 3
-101101111110 secessionists 3
-101101111110 Yakima 3
-101101111110 hatreds 3
-101101111110 countertenors 3
-101101111110 interjections 3
-101101111110 Edens 3
-101101111110 ESP 3
-101101111110 cars. 3
-101101111110 politicans 4
-101101111110 constants 4
-101101111110 fastidiousness 4
-101101111110 bulwarks 4
-101101111110 curmudgeons 5
-101101111110 Roosevelts 5
-101101111110 duchies 5
-101101111110 naturalism 5
-101101111110 Melanesians 5
-101101111110 Brennans 6
-101101111110 appellations 6
-101101111110 identically 6
-101101111110 armchairs 6
-101101111110 herdsmen 6
-101101111110 kennels 6
-101101111110 yahoos 6
-101101111110 cuisines 6
-101101111110 behaviorists 7
-101101111110 orators 7
-101101111110 schoolmates 7
-101101111110 hijinks 7
-101101111110 fundraisers 8
-101101111110 tax-writers 9
-101101111110 switchers 9
-101101111110 searchers 10
-101101111110 archivists 10
-101101111110 psychics 12
-101101111110 belligerents 12
-101101111110 warlords 13
-101101111110 persuasions 14
-101101111110 insurgencies 17
-101101111110 theses 18
-101101111110 rangers 18
-101101111110 agitators 22
-101101111110 officeholders 23
-101101111110 sages 24
-101101111110 theologians 24
-101101111110 litigators 24
-101101111110 notables 25
-101101111110 crusaders 26
-101101111110 landslides 29
-101101111110 aspirants 54
-101101111110 subcommittees 54
-101101111110 sexes 59
-101101111110 Kims 70
-101101111110 stripes 81
-101101111110 finalists 98
-101101111110 seekers 106
-101101111110 worlds 122
-101101111110 surgeons 126
-101101111110 regimes 145
-101101111110 nominations 165
-101101111110 administrations 195
-101101111110 conventions 213
-101101111110 superpowers 216
-101101111110 chambers 216
-101101111110 societies 220
-101101111110 contenders 237
-101101111110 factions 260
-101101111110 appointees 262
-101101111110 contests 292
-101101111110 nominees 429
-101101111110 races 462
-101101111110 panels 466
-101101111110 districts 477
-101101111110 camps 507
-101101111110 activists 767
-101101111110 committees 1393
-101101111110 sides 2139
-101101111110 candidates 3084
-101101111110 groups 6609
-101101111110 parties 3718
-101101111111 netters 1
-101101111111 poopers 1
-101101111111 king-maker 1
-101101111111 toeholds 1
-101101111111 sorcerer-priests 1
-101101111111 hyper-secrecy 1
-101101111111 level-late 1
-101101111111 Kurd 1
-101101111111 ho-hummer 1
-101101111111 Pipsi 1
-101101111111 SS-12/23s 1
-101101111111 Republicain 1
-101101111111 Bursa 1
-101101111111 corporatism 1
-101101111111 Jamaat-i-Islami 1
-101101111111 mini-festival 1
-101101111111 China-watchers 1
-101101111111 emigre's-eye 1
-101101111111 Glycol 1
-101101111111 Socialiste 1
-101101111111 radarplane 1
-101101111111 Fragos 1
-101101111111 all-ivy 1
-101101111111 Quebequois 1
-101101111111 Osumu 1
-101101111111 reaffiliated 1
-101101111111 POPULIST 1
-101101111111 locals. 1
-101101111111 Duru 1
-101101111111 heirarchy 1
-101101111111 loansharks 1
-101101111111 Yeni 1
-101101111111 demarche 2
-101101111111 honeysuckle 2
-101101111111 millstones 2
-101101111111 game. 2
-101101111111 vote-counters 2
-101101111111 familes 2
-101101111111 warhorses 2
-101101111111 manifestos 2
-101101111111 woodworkers 2
-101101111111 episcopate 2
-101101111111 weightlifters 2
-101101111111 Kimonos 2
-101101111111 flyboys 2
-101101111111 tunesmiths 2
-101101111111 fiddlers 3
-101101111111 tom-toms 3
-101101111111 Commies 3
-101101111111 neo-fascist 3
-101101111111 herders 3
-101101111111 militiaman 3
-101101111111 Brooklynese 3
-101101111111 songbird 3
-101101111111 highrises 3
-101101111111 sojourns 3
-101101111111 Laborites 4
-101101111111 hovercraft 4
-101101111111 houseman 4
-101101111111 reintegration 4
-101101111111 troublemaking 4
-101101111111 chocolatiers 4
-101101111111 empire-building 4
-101101111111 Rumpelstiltskin 4
-101101111111 layering 4
-101101111111 edifices 4
-101101111111 pressmen 4
-101101111111 determinism 5
-101101111111 intercession 5
-101101111111 strongmen 5
-101101111111 occupiers 5
-101101111111 militarists 5
-101101111111 humanists 5
-101101111111 capo 5
-101101111111 liturgy 6
-101101111111 humorists 6
-101101111111 steeple 6
-101101111111 tacticians 6
-101101111111 apparatchik 6
-101101111111 hangouts 7
-101101111111 kingmaker 7
-101101111111 peacekeepers 7
-101101111111 leaderships 8
-101101111111 perfidy 8
-101101111111 ideologist 8
-101101111111 protectorate 8
-101101111111 abductors 9
-101101111111 antagonisms 9
-101101111111 blacklist 9
-101101111111 theoreticians 10
-101101111111 proverb 10
-101101111111 soliders 10
-101101111111 thug 10
-101101111111 corneas 11
-101101111111 MiGs 11
-101101111111 sympathizer 11
-101101111111 Consulate 11
-101101111111 America-watchers 11
-101101111111 sects 11
-101101111111 government-in-exile 12
-101101111111 chieftain 12
-101101111111 Jewry 12
-101101111111 campaigners 12
-101101111111 functionary 12
-101101111111 trawlers 12
-101101111111 progressives 13
-101101111111 commissars 13
-101101111111 rabbis 13
-101101111111 propagandists 13
-101101111111 humorist 14
-101101111111 militarism 14
-101101111111 interrogator 14
-101101111111 congresses 14
-101101111111 apparatchiks 16
-101101111111 translators 17
-101101111111 colonialists 17
-101101111111 mole 18
-101101111111 plotters 19
-101101111111 higher-ups 20
-101101111111 serviceman 21
-101101111111 overseers 21
-101101111111 mercenary 23
-101101111111 expansionism 23
-101101111111 dictatorships 23
-101101111111 functionaries 26
-101101111111 gunners 26
-101101111111 mascot 27
-101101111111 navies 27
-101101111111 sect 27
-101101111111 speedboats 27
-101101111111 adventurism 28
-101101111111 zealots 28
-101101111111 tribesmen 29
-101101111111 surrogates 30
-101101111111 Quebecois 30
-101101111111 defector 30
-101101111111 leanings 30
-101101111111 militias 31
-101101111111 Cypriots 32
-101101111111 sheiks 33
-101101111111 envoys 35
-101101111111 sympathizers 36
-101101111111 stalwarts 36
-101101111111 mobs 36
-101101111111 pavilion 37
-101101111111 commandos 37
-101101111111 strongholds 40
-101101111111 emigres 41
-101101111111 democrats 45
-101101111111 invaders 46
-101101111111 warship 48
-101101111111 consulate 49
-101101111111 protectionists 53
-101101111111 dictators 53
-101101111111 militiamen 56
-101101111111 revolutionaries 56
-101101111111 cadres 56
-101101111111 separatists 59
-101101111111 partisans 60
-101101111111 majorities 61
-101101111111 militants 61
-101101111111 orthodoxy 65
-101101111111 fundamentalism 66
-101101111111 nationalists 67
-101101111111 pilgrims 68
-101101111111 elites 70
-101101111111 regulars 71
-101101111111 loyalists 79
-101101111111 delegations 82
-101101111111 strongman 82
-101101111111 nationals 87
-101101111111 champ 87
-101101111111 deputies 93
-101101111111 stronghold 96
-101101111111 operatives 101
-101101111111 descent 115
-101101111111 operative 116
-101101111111 commanders 118
-101101111111 ruler 121
-101101111111 warplanes 122
-101101111111 hierarchy 128
-101101111111 rulers 132
-101101111111 defenders 146
-101101111111 domination 149
-101101111111 aggression 171
-101101111111 dictatorship 177
-101101111111 dictator 193
-101101111111 organizers 208
-101101111111 congress 220
-101101111111 foes 225
-101101111111 counterpart 273
-101101111111 faction 290
-101101111111 occupation 296
-101101111111 backers 356
-101101111111 commander 363
-101101111111 delegation 467
-101101111111 prisoners 473
-101101111111 tankers 480
-101101111111 counterparts 526
-101101111111 Embassy 542
-101101111111 diplomat 580
-101101111111 negotiators 916
-101101111111 opponents 1149
-101101111111 supporters 1265
-101101111111 troops 1881
-101101111111 leadership 2647
-101101111111 leader 4567
-101101111111 leaders 5388
-10111000 386-20 1
-10111000 386-20E 1
-10111000 1267.25 1
-10111000 PCLAN/Server 1
-10111000 Sino-hype 1
-10111000 Homecourt 1
-10111000 Fabians 1
-10111000 5:00 1
-10111000 System/40 1
-10111000 slowings 1
-10111000 disrespectfully 1
-10111000 doctor-tested 1
-10111000 ex-prosecutor 1
-10111000 unbought 1
-10111000 megaproject 1
-10111000 fleet-replenishment 2
-10111000 taxidermist 2
-10111000 DECADE 2
-10111000 bedmate 2
-10111000 millworker 2
-10111000 ventriloquist 2
-10111000 doozie 2
-10111000 spymaster 2
-10111000 case. 3
-10111000 carpetbagger 3
-10111000 miser 3
-10111000 quadrennium 4
-10111000 half-decade 4
-10111000 week-and-a-half 4
-10111000 fortnight 15
-10111000 half-century 58
-10111000 quarter-century 64
-10111000 century 1731
-10111000 year 98313
-10111000 decade 2564
-10111001 yearemerged 1
-10111001 hereases 1
-10111001 description-the 1
-10111001 closing-price 1
-10111001 fazes 1
-10111001 upleg 1
-10111001 24600 1
-10111001 april 1
-10111001 reinsertion 1
-10111001 bower 1
-10111001 week-after 1
-10111001 treasure-stuffed 1
-10111001 pastlessness 1
-10111001 filigreed 1
-10111001 announcement-of-an-announcement 1
-10111001 anti-materialist 1
-10111001 Self-Portrait 1
-10111001 interglacial 1
-10111001 alarm-sounding 1
-10111001 book. 1
-10111001 sign-ups 1
-10111001 novelist-physician 1
-10111001 summmer 1
-10111001 Alamanc 1
-10111001 june 1
-10111001 H-34 1
-10111001 subgenre 1
-10111001 proj 1
-10111001 in-groups 1
-10111001 Century. 1
-10111001 WilkesBarre 1
-10111001 AA-minus 1
-10111001 overperformance 1
-10111001 ospreys 1
-10111001 Easternization 1
-10111001 packaging-containers 1
-10111001 part-concert-film-part-travelogue 1
-10111001 nutjob 1
-10111001 4- 1
-10111001 study-plan 1
-10111001 yearthat 1
-10111001 Romantics 1
-10111001 133-foot-high 1
-10111001 Zeebetite 1
-10111001 auto-blurb 1
-10111001 mega-investigation 1
-10111001 hangmen 1
-10111001 debate. 1
-10111001 Decemer 1
-10111001 straw. 1
-10111001 cattle-call 1
-10111001 half-chapter 1
-10111001 clatterings 1
-10111001 decoction 1
-10111001 collectible-conscious 1
-10111001 Yr 1
-10111001 DANGERS 1
-10111001 era. 1
-10111001 indebtedness. 1
-10111001 steel-maker 1
-10111001 cigarettes. 1
-10111001 B-17G 1
-10111001 scandal-in-the-making 1
-10111001 foxholing 1
-10111001 antler 1
-10111001 fiddle-faddle 1
-10111001 Eid 1
-10111001 well-roundedness 1
-10111001 carrier-virus 1
-10111001 quarter-hour 2
-10111001 spring. 2
-10111001 Cosmodrome 2
-10111001 professoriate 2
-10111001 farrago 2
-10111001 artcle 2
-10111001 earthmover 2
-10111001 morning. 2
-10111001 s--- 3
-10111001 century. 3
-10111001 month. 5
-10111001 week. 9
-10111001 year. 15
-10111001 Temptation 21
-10111001 month 22197
-10111001 week 28240
-101110100 693-27 1
-101110100 moonsick 1
-101110100 teratogenic 1
-101110100 9,000-square-foot 1
-101110100 830-seat 1
-101110100 soft-sloping 1
-101110100 Sulfate 1
-101110100 bad-deal 1
-101110100 petrochemical-refining 1
-101110100 toy-buying 1
-101110100 16:00-23:00 1
-101110100 bagel-delivery 1
-101110100 full-houses 1
-101110100 perpetual-problem 1
-101110100 cloudburst 1
-101110100 wards-of-the-state 1
-101110100 Mama-on-the-Couch 1
-101110100 well-installed 1
-101110100 imagistic 1
-101110100 minute. 1
-101110100 36-volt 1
-101110100 subdivisional 1
-101110100 instititute 1
-101110100 mind-storming 1
-101110100 McStory 1
-101110100 CD-length 1
-101110100 cancel-and-reissue 1
-101110100 ill-thought-out 1
-101110100 truth-is-stranger-than-fiction 1
-101110100 600-pound 1
-101110100 Photojournalist 1
-101110100 overlit 1
-101110100 redwood-studded 1
-101110100 earth-and-heaven-trembling 1
-101110100 arboreal 1
-101110100 ten-day 1
-101110100 American-painting 1
-101110100 British-originated 1
-101110100 343-126 1
-101110100 Military-Congressional 1
-101110100 cowboy-hatted 1
-101110100 quango 1
-101110100 pre-football-season 1
-101110100 prey-rich 1
-101110100 super-duper 1
-101110100 pseudo-amnesty 1
-101110100 typhoon-prone 1
-101110100 still-controversial 1
-101110100 65,000-acre 1
-101110100 molehill-into-a-mountain 1
-101110100 immigrant-turned-fame 1
-101110100 tube-weary 1
-101110100 triple-decked 1
-101110100 funnies 2
-101110100 Straubing 2
-101110100 two-month-long 2
-101110100 Seventies 2
-101110100 unedifying 2
-101110100 1929-32 2
-101110100 block. 2
-101110100 Bastion 2
-101110100 Theorem 2
-101110100 afteroon 2
-101110100 10-part 2
-101110100 solstice 2
-101110100 swan-drawn 2
-101110100 afternooon 2
-101110100 Sanday 2
-101110100 viva 2
-101110100 father. 3
-101110100 Friday. 3
-101110100 acetylcholinesterase 3
-101110100 Mohican 3
-101110100 minidrama 3
-101110100 mangy 3
-101110100 quarterfinals 3
-101110100 50K 4
-101110100 Hump 4
-101110100 seductress 4
-101110100 matinees 5
-101110100 hydrochloride 5
-101110100 fiesta 5
-101110100 hurrah 13
-101110100 off-season 26
-101110100 intermission 29
-101110100 afternoons 51
-101110100 mornings 62
-101110100 Night 284
-101110100 autumn 342
-101110100 winter 1134
-101110100 evening 1156
-101110100 afternoon 2207
-101110100 season 2534
-101110100 weekend 2657
-101110100 spring 2852
-101110100 morning 3193
-101110100 night 4256
-101110100 summer 4746
-101110101 1760s 1
-101110101 computer-inspired 1
-101110101 securitate 1
-101110101 Goosecreek 1
-101110101 unfairnesses 1
-101110101 boiler-rooms 1
-101110101 Platteville 1
-101110101 Celectol 1
-101110101 Kaliningrader 1
-101110101 sokiaya 1
-101110101 xylophone 1
-101110101 repenter 1
-101110101 Torqueline 1
-101110101 Dmark 1
-101110101 Carthaginians 1
-101110101 woodworks 1
-101110101 soul-less 1
-101110101 Bighorns 1
-101110101 wavy-haired 1
-101110101 ex-radicals 1
-101110101 Underclass 1
-101110101 gentlehanded 1
-101110101 quantifiers 1
-101110101 50,000-ton 1
-101110101 Monocle 1
-101110101 Nullifiers 1
-101110101 Staleys 1
-101110101 minitrial 1
-101110101 Be-1 1
-101110101 FDR/FMLN 1
-101110101 Frente 1
-101110101 Scriptwriter 1
-101110101 Kabikinase 1
-101110101 baconer 1
-101110101 Wauna 1
-101110101 BIMA 1
-101110101 SSM-1 1
-101110101 480-inmate 1
-101110101 BulletStop 1
-101110101 surtitlist 1
-101110101 Scheldt 1
-101110101 mink-draped 1
-101110101 80186 1
-101110101 fairground 1
-101110101 tricksters 1
-101110101 fairgounds 1
-101110101 root-weevil 1
-101110101 Pinochle 1
-101110101 procuracy 1
-101110101 GQE 1
-101110101 Karyatides 1
-101110101 corection 1
-101110101 Koches 1
-101110101 shivery 1
-101110101 8380P 1
-101110101 Mantra 1
-101110101 UNCHR 1
-101110101 12.3-mile 1
-101110101 R&A 1
-101110101 instrument-building 1
-101110101 1750s 1
-101110101 revison 1
-101110101 curlyhaired 1
-101110101 hereins 1
-101110101 l950s 1
-101110101 OMR 1
-101110101 C137 1
-101110101 megabrewery 1
-101110101 decathlon 1
-101110101 crossbars 1
-101110101 tweeb 1
-101110101 assimilationists 1
-101110101 silverhaired 1
-101110101 Tugboat 1
-101110101 Valenzuelas 1
-101110101 sale-topper 1
-101110101 Westar-6 1
-101110101 blue-denimed 1
-101110101 oft-described 1
-101110101 paper-airplane-throwing 1
-101110101 Bardeen-Cooper-Schrieffer 1
-101110101 slips-of-the-tongue 1
-101110101 furcula 1
-101110101 speculative-bubble 1
-101110101 Brain-Dead 1
-101110101 Soutpansbergs 1
-101110101 tip-offs 1
-101110101 Tempter 1
-101110101 386-SX 1
-101110101 Cathouse 1
-101110101 Saesedae 1
-101110101 bin-Nahayan 1
-101110101 4-foot-tall 1
-101110101 bumper-cars 1
-101110101 flat-faced 1
-101110101 Intels 1
-101110101 plebisicite 1
-101110101 Olmecs 1
-101110101 Totonacas 1
-101110101 apiary 1
-101110101 stem-winder 1
-101110101 privilege. 1
-101110101 Groeninge-museum 1
-101110101 Griffins 1
-101110101 slowpokes 1
-101110101 Borsenumsatzsteuer 1
-101110101 Lionheart 1
-101110101 Proletariat 1
-101110101 Turksib 1
-101110101 Louvins 1
-101110101 untamable 1
-101110101 catchline 1
-101110101 Optasia 1
-101110101 Drakes 1
-101110101 Tucumcari 1
-101110101 tooth-grinding 1
-101110101 drug-snorting 1
-101110101 1690s 1
-101110101 bakeoff 1
-101110101 up-today 1
-101110101 Dworkins 1
-101110101 DC-9-30s 1
-101110101 over-valuation 1
-101110101 long-starved 1
-101110101 lieutanants 1
-101110101 Sea-Doo 1
-101110101 Braintrain 1
-101110101 ready-mades 1
-101110101 Arensbergs 1
-101110101 Barkhor 1
-101110101 XMP-48 1
-101110101 aluminum-bodied 1
-101110101 X-MP/14se 1
-101110101 F-15J 1
-101110101 Zugersee 1
-101110101 Baarerstrasse 1
-101110101 Gaps 1
-101110101 Limiteds 1
-101110101 martyred-hero-pantheon 1
-101110101 fleur-de-lis 1
-101110101 garage-wasteland 1
-101110101 duodenum 1
-101110101 Rockford. 1
-101110101 Macandal 1
-101110101 Beanstalk 1
-101110101 Monaca 1
-101110101 single-sized 1
-101110101 more-convenient-to-make 1
-101110101 P-80 1
-101110101 Shamokin 1
-101110101 middle-1990s 1
-101110101 PJ&B 1
-101110101 litigation. 1
-101110101 penalizer 1
-101110101 17,000-resident 1
-101110101 Buckeyes 1
-101110101 S-election 1
-101110101 loratadine 1
-101110101 fingerboard 1
-101110101 overheats 1
-101110101 Luhring 1
-101110101 Tanga 1
-101110101 Hijacks 1
-101110101 best-bused 1
-101110101 bubble-popping 1
-101110101 anti-Machiavellian 1
-101110101 Newark/Elizabeth 1
-101110101 merger-conversion 1
-101110101 Red-Faced 1
-101110101 Stylite 1
-101110101 Mentors 1
-101110101 burn-throughs 1
-101110101 researcher. 1
-101110101 povo 1
-101110101 balance. 1
-101110101 medium-density 1
-101110101 Tupemaros 1
-101110101 semi-tragic 1
-101110101 salability 1
-101110101 388-room 1
-101110101 3/50 1
-101110101 1520s 1
-101110101 Bruegels 1
-101110101 growth-mongers 1
-101110101 X-MP/14 1
-101110101 Godists 1
-101110101 Lev-O-Cal 1
-101110101 age-guesser 1
-101110101 over-racing 1
-101110101 PICABIA 1
-101110101 prosecution. 1
-101110101 1630s 1
-101110101 Fling 1
-101110101 domestic-political 1
-101110101 Tarasoffs 1
-101110101 Midnighters 1
-101110101 Modernaires 1
-101110101 12-toners 1
-101110101 same-resonant 1
-101110101 penguin-shaped 1
-101110101 LaVergne 1
-101110101 Calabash 1
-101110101 nuthouse 1
-101110101 V22 1
-101110101 WHA 1
-101110101 SLV 1
-101110101 SS-300 1
-101110101 ideographic 1
-101110101 cedi 1
-101110101 Laser-LX 1
-101110101 perverseness 1
-101110101 cutstomer 1
-101110101 peanlties 1
-101110101 ever-ambitious 1
-101110101 SX-2-400 1
-101110101 electro-chemistry 1
-101110101 563-seat 1
-101110101 Mellows 1
-101110101 Amesbury 1
-101110101 CFM56-5-S3 1
-101110101 humeri 1
-101110101 condtions 1
-101110101 Ethernettes 1
-101110101 Lydian 1
-101110101 investigations. 1
-101110101 Diamondback 1
-101110101 Resurrecciones 1
-101110101 Warrren 1
-101110101 whore-with-the-heart-of 1
-101110101 churrasco 1
-101110101 enervating 1
-101110101 artist-citizens 1
-101110101 Blutwurst 1
-101110101 icy-eyed 1
-101110101 170-yard 1
-101110101 gurgler 1
-101110101 Rolligon 1
-101110101 DG/1 1
-101110101 six-woman 1
-101110101 FFG-7 1
-101110101 Ishmaels 1
-101110101 torero 1
-101110101 repopulation 1
-101110101 Hamlins 1
-101110101 greaser 1
-101110101 playbill 1
-101110101 Vermeers 1
-101110101 Dong-A-Ilbo 1
-101110101 Carribean 1
-101110101 Laender 1
-101110101 Garberville 1
-101110101 Bodnes 1
-101110101 Shengo 1
-101110101 Alley-Oop 1
-101110101 1990s. 1
-101110101 '84s 1
-101110101 still-predominant 1
-101110101 stagnancy 1
-101110101 Museuminsel 1
-101110101 Kouts 1
-101110101 re-questioning 1
-101110101 Moet-Chandon 1
-101110101 works-in-progress 1
-101110101 Ghibellines 1
-101110101 Astors 1
-101110101 737300s 1
-101110101 Diaspora 1
-101110101 Niemen 1
-101110101 Oder 1
-101110101 near-dark 1
-101110101 Himalaya 1
-101110101 mini-CD 1
-101110101 Reichsmark 1
-101110101 once-dingy 1
-101110101 GBU-15 1
-101110101 Gallicas 1
-101110101 femtosecond 1
-101110101 foehn 1
-101110101 vainest 1
-101110101 Carolines 1
-101110101 Jennette 1
-101110101 no-subsidy 1
-101110101 68040 1
-101110101 Leavers 1
-101110101 budget-bound 1
-101110101 tramontana 1
-101110101 Zhuan 1
-101110101 Rockaways 1
-101110101 HP-28C 1
-101110101 Steinbecks 1
-101110101 megaflop 1
-101110101 Embankment 1
-101110101 lordship 1
-101110101 688s 1
-101110101 Groach 1
-101110101 Slammer 1
-101110101 trash-hunting 1
-101110101 bootnecks 1
-101110101 Minseiiin 1
-101110101 carpet-cutter 1
-101110101 solution-as-idea 1
-101110101 Cheka 1
-101110101 urban-centered 1
-101110101 Merdeka 1
-101110101 slate-gray 1
-101110101 6380E 1
-101110101 toreador 1
-101110101 Realos 1
-101110101 400E 1
-101110101 150E 1
-101110101 carrousel 1
-101110101 Journl 1
-101110101 36-match 1
-101110101 host-organizer 1
-101110101 SPR 1
-101110101 post-impressionists 1
-101110101 jailbreak 1
-101110101 hype-hysteria 1
-101110101 improvers 1
-101110101 protrusions 1
-101110101 hulahoop 1
-101110101 Bridgton 1
-101110101 output- 1
-101110101 jitterbug 1
-101110101 Ibex 1
-101110101 low-to-mid-40s 1
-101110101 stuffees 1
-101110101 Iberians 1
-101110101 propopal 1
-101110101 Recordare 1
-101110101 Malvinas/Falklands 1
-101110101 condiitions 1
-101110101 cat-quick 1
-101110101 Alouettes 1
-101110101 Spitfires 1
-101110101 once-sneered-at 1
-101110101 accordion-folding 1
-101110101 promenades 1
-101110101 Shrew 1
-101110101 Condense 1
-101110101 Quads 1
-101110101 brass-knuckles 1
-101110101 Gagudju 1
-101110101 bare-knuckled 1
-101110101 Socalists 1
-101110101 Bagsvaerd 1
-101110101 Altstadt 1
-101110101 Ringstrasse 1
-101110101 Sjem 1
-101110101 push-buttons 1
-101110101 SA-14 1
-101110101 Exxon-Tenneco 1
-101110101 foot-soldiers 1
-101110101 Dairyman 1
-101110101 Shepody 1
-101110101 flipside 1
-101110101 500E 1
-101110101 280E 1
-101110101 Fiordiligi 1
-101110101 Suffragette 1
-101110101 Backstabber 1
-101110101 Hothead 1
-101110101 oinks 1
-101110101 hero-on-horseback 1
-101110101 C&J 1
-101110101 Herrin 1
-101110101 Chesses 1
-101110101 snitty 1
-101110101 HP-32S 1
-101110101 3,000-square-foot 1
-101110101 semiretirement 1
-101110101 Asuza 1
-101110101 cokies 1
-101110101 surrealists 1
-101110101 lense 1
-101110101 semi-nerd 1
-101110101 Iceberg 1
-101110101 dzhazes 1
-101110101 offer. 1
-101110101 eightball 1
-101110101 650-store 1
-101110101 ionizer 1
-101110101 Greensboro/Winston-Salem 1
-101110101 RER 1
-101110101 bombardier/navigator 1
-101110101 congresspeople 1
-101110101 beatee 1
-101110101 Long-tongued 1
-101110101 risk-aversives 1
-101110101 Rootstown 1
-101110101 FX/80 1
-101110101 FX/40 1
-101110101 leadsman 1
-101110101 Jamesons 1
-101110101 sing-songy 1
-101110101 bulrushes 1
-101110101 bare-bosomed 1
-101110101 Mattawan 1
-101110101 Redeyes 1
-101110101 palazzi 1
-101110101 Yungas 1
-101110101 Aloe 1
-101110101 obligators 1
-101110101 Manilovs 1
-101110101 Seattle/Tacoma 1
-101110101 black-clad 1
-101110101 childbearing. 1
-101110101 marriage. 1
-101110101 Do-Wops 1
-101110101 John-Johns 1
-101110101 pentimento 1
-101110101 disenrollments 1
-101110101 May-December 1
-101110101 Washingon 1
-101110101 SDYC 1
-101110101 R2000 1
-101110101 FOG-M 1
-101110101 half-milelong 1
-101110101 jingoist 1
-101110101 2200-400 1
-101110101 finite-resources 1
-101110101 gonads 1
-101110101 ball-game 1
-101110101 Aqualung 1
-101110101 physic 1
-101110101 QE-II 1
-101110101 long-headed 1
-101110101 microeconomy 1
-101110101 Waver 1
-101110101 Crimper 1
-101110101 Troggs 1
-101110101 tamest 1
-101110101 Millbrae 1
-101110101 here-and-now 1
-101110101 bandbox 1
-101110101 loiterers 1
-101110101 streaky 1
-101110101 greasies 1
-101110101 Labradors 1
-101110101 half-Spanish 1
-101110101 Sudetenland 1
-101110101 Gammas 1
-101110101 ministation 1
-101110101 YB-49 1
-101110101 DC10 1
-101110101 Borateem 1
-101110101 moralist/reformer 1
-101110101 Schauspielhaus 1
-101110101 128-passenger 1
-101110101 once-scandalous 1
-101110101 Sandbox 1
-101110101 swadeshi 1
-101110101 cheesecakes 1
-101110101 novelist-turned-screenwriter 1
-101110101 Barsuki 1
-101110101 surveillence 1
-101110101 chalky-gray 1
-101110101 defendant. 1
-101110101 Tuplimania 1
-101110101 TV-scape 1
-101110101 CEO-designate 1
-101110101 townies 1
-101110101 1.8-liter 1
-101110101 county-judge 1
-101110101 Tudeh 1
-101110101 no-waste 1
-101110101 Wauseca 1
-101110101 scholar-scientist 1
-101110101 APIs 1
-101110101 plain-labeled 1
-101110101 316-unit 1
-101110101 CA770 1
-101110101 Warts 1
-101110101 tulip-marts 1
-101110101 Leontief 1
-101110101 pro-sealed-records 1
-101110101 Sacramento-Stockton 1
-101110101 EMCF 1
-101110101 longhairs 1
-101110101 54-seat 1
-101110101 fur-covered 1
-101110101 dentist-landlord 1
-101110101 amir 1
-101110101 MRC139 1
-101110101 comittee 1
-101110101 mass-based 1
-101110101 possbility 1
-101110101 market-industrial 1
-101110101 Majlis 1
-101110101 auditioners 1
-101110101 hippocampas 1
-101110101 Tuba 1
-101110101 7-foot 1
-101110101 33-mile 1
-101110101 pseudo-objective 1
-101110101 Disklavier 1
-101110101 Stalins 1
-101110101 raw-boned 1
-101110101 man-in-the-European-street 1
-101110101 AFL/CIO 1
-101110101 Har-Tru 1
-101110101 Novel-O-Matic 1
-101110101 gravesites 1
-101110101 Thornburghs 1
-101110101 Hadassah 1
-101110101 Aiken-Augusta 1
-101110101 pickedover 1
-101110101 Hamadis 1
-101110101 ridge-tops 1
-101110101 uncertanties 1
-101110101 Melanosponges 1
-101110101 archness 1
-101110101 momentum. 1
-101110101 bedok 1
-101110101 Dorniers 1
-101110101 ECA 1
-101110101 motor-vehicles 1
-101110101 Louds 1
-101110101 Adens 1
-101110101 west-north-central 1
-101110101 steady-Eddies 1
-101110101 over-50s 1
-101110101 DPX/2 1
-101110101 trail-setters 1
-101110101 Vocalert 1
-101110101 36-mile 1
-101110101 Keyhole 1
-101110101 Winnsboro 1
-101110101 Eol 1
-101110101 Ketchens 1
-101110101 X-maquis 1
-101110101 anchors. 1
-101110101 seedpods 1
-101110101 Fribble 1
-101110101 Tupelev-144 1
-101110101 needle-nosed 1
-101110101 newssheet 1
-101110101 Wobblies 1
-101110101 SubGenius 1
-101110101 23000-level 1
-101110101 Sahel 1
-101110101 once-lush 1
-101110101 ever-dying 1
-101110101 depostion 1
-101110101 falters. 1
-101110101 Dentist 1
-101110101 glutes 1
-101110101 abs 1
-101110101 dirham 1
-101110101 Narrows 1
-101110101 Unelected 1
-101110101 guiltiest 1
-101110101 BBBs 1
-101110101 Ashkins 1
-101110101 Milkaukee 1
-101110101 uptrends 1
-101110101 ureter 1
-101110101 zotl 1
-101110101 Holleys 1
-101110101 pedicel 1
-101110101 Leontsakos 1
-101110101 Salk-vaccine 1
-101110101 grunginess 1
-101110101 EW115 1
-101110101 quayside 1
-101110101 Imbalance 1
-101110101 factory-bound 1
-101110101 inoffensive-looking 1
-101110101 superslicks 1
-101110101 Happauge 1
-101110101 triple-axel 1
-101110101 Shures 1
-101110101 riffraff 1
-101110101 Mailroom 1
-101110101 mid-120s 1
-101110101 grns 1
-101110101 shtetl 1
-101110101 indvidual 1
-101110101 Leeza 1
-101110101 lollapalooza 1
-101110101 move-in 1
-101110101 semi-sterile 1
-101110101 Tims 1
-101110101 muriqui 1
-101110101 pitchman-restaurateur-coach 1
-101110101 LTR 1
-101110101 Kuran 1
-101110101 minidorms 1
-101110101 Mandan 1
-101110101 rockchuck 1
-101110101 maquis 1
-101110101 bowsprit 1
-101110101 naprosyn 2
-101110101 lowerings 2
-101110101 1343 2
-101110101 mid-1920s 2
-101110101 Jitterbug 2
-101110101 Albatross 2
-101110101 Hedger 2
-101110101 back-stabbing 2
-101110101 dissolutions 2
-101110101 coalfields 2
-101110101 FPC 2
-101110101 325es 2
-101110101 Victrola 2
-101110101 S&Ps 2
-101110101 retirment 2
-101110101 early-1930s 2
-101110101 World-Journal-Tribune 2
-101110101 1782 2
-101110101 seven-woman 2
-101110101 near-rich 2
-101110101 Volante 2
-101110101 960-foot 2
-101110101 bloomers 2
-101110101 Bastard 2
-101110101 Nazarene 2
-101110101 Tetons 2
-101110101 Never-Sweats 2
-101110101 barrelhead 2
-101110101 endotoxins 2
-101110101 Haggins 2
-101110101 mews 2
-101110101 stablization 2
-101110101 Thesaurus 2
-101110101 Pluton 2
-101110101 pecs 2
-101110101 area. 2
-101110101 Sorbonne 2
-101110101 doomsaying 2
-101110101 value-based 2
-101110101 Houston-Galveston 2
-101110101 ASLK 2
-101110101 infiltrameter 2
-101110101 photo-ionizer 2
-101110101 150s 2
-101110101 garters 2
-101110101 2020s 2
-101110101 Shepherds 2
-101110101 Belmonts 2
-101110101 gazoo 2
-101110101 alcohols 2
-101110101 Distaff 2
-101110101 colonials 2
-101110101 IDB2000 2
-101110101 bakery-products 2
-101110101 Dynabook 2
-101110101 nonce 2
-101110101 BOHTmn 2
-101110101 cockles 2
-101110101 Boersenzeitung 2
-101110101 sharpies 2
-101110101 Zombie 2
-101110101 Stantons 2
-101110101 Hejaz 2
-101110101 Hunted 2
-101110101 phalaenopsis 2
-101110101 paperclips 2
-101110101 mediation-bashing 2
-101110101 KHAD 2
-101110101 Brandenburgs 2
-101110101 1770s 2
-101110101 Berkenbiles 2
-101110101 philistines 2
-101110101 Sideshow 2
-101110101 1980s. 2
-101110101 Apocrypha 2
-101110101 tape. 2
-101110101 blues. 2
-101110101 Phils 2
-101110101 wheelhouse 2
-101110101 oil-recycling 2
-101110101 SS25 2
-101110101 Yoge 2
-101110101 defibrillation 2
-101110101 forefinger 2
-101110101 Ritz-Carleton 2
-101110101 unmotivated 2
-101110101 Lippincotts 2
-101110101 Mophead 2
-101110101 Ottomans 2
-101110101 up-side 2
-101110101 Hokum 2
-101110101 late-1950s 3
-101110101 Galatians 3
-101110101 Ionia 3
-101110101 Apes 3
-101110101 Blanzy 3
-101110101 telly 3
-101110101 Billeses 3
-101110101 fallas 3
-101110101 d-mark 3
-101110101 muleta 3
-101110101 bathwater 3
-101110101 riyal 3
-101110101 Westclox 3
-101110101 oxygenator 3
-101110101 Sun-3/50 3
-101110101 Schiessbefehl 3
-101110101 Joshan 3
-101110101 CompuTones 3
-101110101 epidermis 3
-101110101 Cyclades 3
-101110101 Yeltsins 3
-101110101 Complainer 3
-101110101 Moets 3
-101110101 Barbalho 3
-101110101 yurts 3
-101110101 1989s 3
-101110101 5890-300 3
-101110101 Sailor 3
-101110101 footlights 3
-101110101 Hajj 3
-101110101 ZR1 4
-101110101 Chamberlains 4
-101110101 turnstile 4
-101110101 1910s 4
-101110101 Snowman 4
-101110101 urethra 4
-101110101 Bahnhofstrasse 4
-101110101 al-Banna 4
-101110101 rudest 4
-101110101 Bulge 4
-101110101 GRU 5
-101110101 Baltics 5
-101110101 Canaries 5
-101110101 Connallys 5
-101110101 seventies 5
-101110101 Bund 5
-101110101 1820s 5
-101110101 eighties 5
-101110101 reveille 5
-101110101 Crusades 6
-101110101 offence 6
-101110101 1830s 6
-101110101 1780s 6
-101110101 twenties 6
-101110101 Funks 6
-101110101 1600s 6
-101110101 comer 6
-101110101 Twenties 7
-101110101 fainthearted 7
-101110101 late-1960s 7
-101110101 mid-1940s 7
-101110101 Zionists 7
-101110101 IBMs 7
-101110101 Berkshires 7
-101110101 Temptations 8
-101110101 Caymans 8
-101110101 1840s 8
-101110101 thirties 8
-101110101 Pyramids 9
-101110101 1850s 9
-101110101 1860s 11
-101110101 Indaba 12
-101110101 1870s 12
-101110101 mid-1930s 13
-101110101 cervix 13
-101110101 beholder 15
-101110101 Hamptons 15
-101110101 1700s 15
-101110101 hilt 19
-101110101 1900s 20
-101110101 1890s 23
-101110101 1880s 24
-101110101 '90s 26
-101110101 1800s 33
-101110101 wayside 34
-101110101 '20s 35
-101110101 mid-1950s 36
-101110101 exchequer 48
-101110101 '40s 57
-101110101 '30s 83
-101110101 mid-1960s 84
-101110101 retirements 115
-101110101 mid-1990s 142
-101110101 '50s 156
-101110101 1940s 179
-101110101 mid-1980s 182
-101110101 '80s 224
-101110101 1920s 233
-101110101 '70s 244
-101110101 '60s 293
-101110101 mid-1970s 300
-101110101 Depression 331
-101110101 1930s 389
-101110101 meantime 605
-101110101 1950s 609
-101110101 1990s 734
-101110101 1960s 1068
-101110101 1980s 1760
-101110101 1970s 2155
-101110101 crash 6728
-101110110 nighters 1
-101110110 quarter-sales 1
-101110110 rock-producer-for-hire 1
-101110110 goround 1
-101110110 names. 1
-101110110 zig 1
-101110110 government-has 1
-101110110 beknighted 1
-101110110 pre-Halloween 1
-101110110 A-bomb 1
-101110110 Typhoon-class 1
-101110110 largest-airline 1
-101110110 most-read 1
-101110110 quarto 1
-101110110 non-Organization 1
-101110110 rejectees 1
-101110110 read-through 1
-101110110 megapool 1
-101110110 portrayer 1
-101110110 anti-model 1
-101110110 distinction. 1
-101110110 placings 1
-101110110 birth. 1
-101110110 computer-price 1
-101110110 neo-realist 1
-101110110 place-tied 1
-101110110 longest-flown 1
-101110110 calif 1
-101110110 operalet 1
-101110110 operina 1
-101110110 10-days 1
-101110110 X-video 1
-101110110 classoom 1
-101110110 utterings 1
-101110110 Christophers 1
-101110110 arrondissement 2
-101110110 folio 2
-101110110 OLs 2
-101110110 prong 2
-101110110 polyrhythms 2
-101110110 3200-speed 2
-101110110 viewings 3
-101110110 quarter. 6
-101110110 go-round 8
-101110110 grader 11
-101110110 trimester 13
-101110110 graders 22
-101110110 baseman 41
-101110110 quarter 25428
-101110110 inning 71
-1011101110 wave-length 1
-1011101110 splendour 1
-1011101110 God-forsaken 1
-1011101110 Egam 1
-1011101110 Catchers 1
-1011101110 technetium-99m 1
-1011101110 demises 1
-1011101110 pseudoethnology 1
-1011101110 long-trusted 1
-1011101110 buspirone 1
-1011101110 non-brother 1
-1011101110 caliphs 1
-1011101110 4,935,625 1
-1011101110 intellectualizing 1
-1011101110 thing-elated 1
-1011101110 loonies 1
-1011101110 cityis 1
-1011101110 querulousness 1
-1011101110 fatigue-producing 1
-1011101110 script-reader 1
-1011101110 Indianola 1
-1011101110 who-said-what-to-whom 1
-1011101110 PeaceNet 1
-1011101110 gamelike 1
-1011101110 reasonable-basis 1
-1011101110 quer 1
-1011101110 tion 1
-1011101110 mega-centers 1
-1011101110 Nordfinanz-Bank 1
-1011101110 moulding 1
-1011101110 Fluminense 1
-1011101110 mesa-musing 1
-1011101110 TDF2 1
-1011101110 Binational 1
-1011101110 Rhodopians 1
-1011101110 Flip-Flop 1
-1011101110 York-Eastern 1
-1011101110 Carsi 1
-1011101110 over-saturation 1
-1011101110 dis-saving 1
-1011101110 folk-rock 1
-1011101110 Mun-Yuen 1
-1011101110 pre-leasing 1
-1011101110 Talmudic 1
-1011101110 funniness 1
-1011101110 Culpa 1
-1011101110 lunettes 1
-1011101110 Vietsovpetro 1
-1011101110 Egyptology 1
-1011101110 upthen 1
-1011101110 Sonatrading 1
-1011101110 imprecisions 1
-1011101110 answer-supervision 1
-1011101110 Credicard 1
-1011101110 timespan 1
-1011101110 glasnostologists 1
-1011101110 Matinee 1
-1011101110 dimunitive 1
-1011101110 doubletalk 1
-1011101110 Kaikan 1
-1011101110 ideonomically 1
-1011101110 pterodactyls 1
-1011101110 arch-villain 1
-1011101110 chi 1
-1011101110 bounders 1
-1011101110 Eliya 1
-1011101110 debaucher 1
-1011101110 starwars 1
-1011101110 280SEL 1
-1011101110 Ez 1
-1011101110 police-room 1
-1011101110 package-labeling 1
-1011101110 John-of-here 1
-1011101110 low-dosage 1
-1011101110 half-exports 1
-1011101110 Simplesse-spiked 1
-1011101110 marbling 1
-1011101110 flounce 1
-1011101110 Babener 1
-1011101110 yellowy 1
-1011101110 bileaflet 1
-1011101110 Scrub 1
-1011101110 subhead 1
-1011101110 croaker 1
-1011101110 triple-jump 1
-1011101110 Colliery 1
-1011101110 Menahga 1
-1011101110 antiprogestin 1
-1011101110 Islamist 1
-1011101110 malediction 1
-1011101110 ball-park 1
-1011101110 unaddicted 1
-1011101110 Final-Four 1
-1011101110 arachnids 1
-1011101110 jeremiad 1
-1011101110 Numsa 1
-1011101110 gloppy 1
-1011101110 orchestrial 1
-1011101110 Handycam 1
-1011101110 3,417,661 1
-1011101110 port-of-call 1
-1011101110 tretinoin-retin-A 1
-1011101110 organisation 1
-1011101110 faculty-appointment 1
-1011101110 completo 1
-1011101110 RISComputer 1
-1011101110 lutefisk 2
-1011101110 sari 2
-1011101110 environ 2
-1011101110 fluting 2
-1011101110 know-nothings 2
-1011101110 hand-modeling 2
-1011101110 demonetization 2
-1011101110 meeeting 2
-1011101110 permissions 2
-1011101110 panhandler 2
-1011101110 Provisionals 2
-1011101110 Controledienst 2
-1011101110 party-building 2
-1011101110 paddlefish 2
-1011101110 funks 2
-1011101110 hymnal 2
-1011101110 swampland 3
-1011101110 Cheops 3
-1011101110 media-shy 3
-1011101110 price. 4
-1011101110 overbuying 4
-1011101110 nettle 4
-1011101110 13-session 5
-1011101110 Canadarm 5
-1011101110 vim 5
-1011101110 wistfulness 6
-1011101110 downtime 8
-1011101110 bandwidth 8
-1011101110 hoof 10
-1011101110 Lockerbie 11
-1011101110 beep 14
-1011101110 time 33719
-1011101110 time. 16
-10111011110 portfoilo 1
-10111011110 cheek-popper 1
-10111011110 gallonjust 1
-10111011110 agegroup 1
-10111011110 vulgarism 1
-10111011110 radiations 1
-10111011110 middlesex 1
-10111011110 Klingon 1
-10111011110 Pakistani. 1
-10111011110 trench-warfare 1
-10111011110 low-lifes 1
-10111011110 deal-stock 1
-10111011110 conglomerate-to-be 1
-10111011110 Friars 1
-10111011110 Shrove 1
-10111011110 spic 1
-10111011110 face-down 1
-10111011110 shrinker 1
-10111011110 Crabtown 1
-10111011110 trust-buster 1
-10111011110 patient/subject 1
-10111011110 antipasto 1
-10111011110 pigpath 1
-10111011110 urination 1
-10111011110 day-even 1
-10111011110 105,746 1
-10111011110 Britisher 2
-10111011110 half-cup 2
-10111011110 pylon 2
-10111011110 brushoff 2
-10111011110 levee 2
-10111011110 Vitalis/U.S. 2
-10111011110 mega-event 2
-10111011110 chit 2
-10111011110 Chamulan 2
-10111011110 washhouse 2
-10111011110 rootedness 2
-10111011110 monofill 2
-10111011110 hour. 2
-10111011110 settee 2
-10111011110 92-acre 2
-10111011110 Pashtun 2
-10111011110 balun 2
-10111011110 newsperson 2
-10111011110 storyboard 3
-10111011110 snowman 3
-10111011110 foghorn 3
-10111011110 hack-box 3
-10111011110 kiloton 3
-10111011110 backboard 3
-10111011110 ivories 3
-10111011110 gigawatt 3
-10111011110 printshop 3
-10111011110 prizefighter 3
-10111011110 near-standstill 3
-10111011110 chalice 3
-10111011110 Wayfarer 3
-10111011110 john 3
-10111011110 spareness 3
-10111011110 riptide 3
-10111011110 cowlick 3
-10111011110 Coronas 3
-10111011110 danish 3
-10111011110 dickens 4
-10111011110 righty 4
-10111011110 doorstop 4
-10111011110 near-certainty 4
-10111011110 breadbox 4
-10111011110 schoolchild 4
-10111011110 scowl 4
-10111011110 cobra 4
-10111011110 wordsmith 4
-10111011110 guardrail 4
-10111011110 manicurist 4
-10111011110 consolidator 5
-10111011110 downtick 5
-10111011110 flashpoint 5
-10111011110 crevice 5
-10111011110 vial 6
-10111011110 layup 6
-10111011110 u.s 6
-10111011110 weeknight 6
-10111011110 odaiko 6
-10111011110 drunkard 6
-10111011110 homestretch 7
-10111011110 shekel 7
-10111011110 once-over 7
-10111011110 lightbulb 7
-10111011110 day. 7
-10111011110 carload 7
-10111011110 put-on 7
-10111011110 haystack 7
-10111011110 mammogram 8
-10111011110 freebie 9
-10111011110 serpent 10
-10111011110 hectare 12
-10111011110 quarter-mile 13
-10111011110 nook 13
-10111011110 rapist 13
-10111011110 syllable 14
-10111011110 hump 16
-10111011110 treadmill 17
-10111011110 typhoon 21
-10111011110 whit 21
-10111011110 comma 22
-10111011110 lectern 22
-10111011110 gig 22
-10111011110 pfennig 26
-10111011110 gauntlet 28
-10111011110 fetus 37
-10111011110 millennium 39
-10111011110 breather 50
-10111011110 semester 52
-10111011110 precaution 57
-10111011110 cliff 83
-10111011110 paragraph 93
-10111011110 dime 102
-10111011110 penny 307
-10111011110 minute 697
-10111011110 day 16011
-10111011110 moment 1747
-10111011111 nonbusinessman 1
-10111011111 SELLOUT 1
-10111011111 sub-patterns 1
-10111011111 Undersold 1
-10111011111 anti-modernism 1
-10111011111 birddog 1
-10111011111 half-true 1
-10111011111 unruliness 1
-10111011111 half-leased 1
-10111011111 billion-Australian-dollar 1
-10111011111 unchaste 1
-10111011111 bough 1
-10111011111 book-it 1
-10111011111 pricecontrolled 1
-10111011111 ex-Jehovah 1
-10111011111 Alienate 1
-10111011111 12,856 1
-10111011111 ultra-furious 1
-10111011111 CHARISMA 1
-10111011111 grocery-shops 1
-10111011111 alia 1
-10111011111 Dagblad 1
-10111011111 shiekdom 1
-10111011111 baldies 1
-10111011111 absentions 1
-10111011111 album-followed 1
-10111011111 chartsy/graphsy 1
-10111011111 Vanished 1
-10111011111 pre-cooking 1
-10111011111 nonbelligerence 1
-10111011111 over-achiever 1
-10111011111 half-facetiously 1
-10111011111 shortseller 1
-10111011111 president-by-appointment 1
-10111011111 escarpments 1
-10111011111 Ieyasu 1
-10111011111 sterbe 1
-10111011111 non-clones 1
-10111011111 self-oriented 1
-10111011111 late-capitalist 1
-10111011111 justs 1
-10111011111 ox-cart 1
-10111011111 GRAAACK 1
-10111011111 UnAmerican 1
-10111011111 usufructuary 1
-10111011111 grumbler 1
-10111011111 Thiefs 1
-10111011111 Odabella 1
-10111011111 hellholes 1
-10111011111 unpresidential 1
-10111011111 Zeniths 1
-10111011111 Innovate 1
-10111011111 Fechit 1
-10111011111 wittier 1
-10111011111 sub-carbuncular 1
-10111011111 Niagara-sized 1
-10111011111 fakish 1
-10111011111 Expansionary 1
-10111011111 monomaniacally 1
-10111011111 half-jestingly 1
-10111011111 murderess 1
-10111011111 super-economy 1
-10111011111 Rockwell-AIM-65 1
-10111011111 polemicizing 1
-10111011111 10-foot-diameter 1
-10111011111 teepee 1
-10111011111 import-processing 1
-10111011111 corporeal. 1
-10111011111 dum-offerings-still 1
-10111011111 spectabiles 1
-10111011111 Aix 1
-10111011111 legal-like 1
-10111011111 Abby-san 1
-10111011111 Dries 1
-10111011111 Anomaly 1
-10111011111 grieves 1
-10111011111 possibility. 1
-10111011111 isolationist-minded 1
-10111011111 SCAMPER 1
-10111011111 billion-markka 1
-10111011111 Untouchable 1
-10111011111 half-aware 1
-10111011111 well-affected 1
-10111011111 Execrable 1
-10111011111 diploid 1
-10111011111 artmafioso 1
-10111011111 Tobruk 1
-10111011111 brains. 1
-10111011111 Letts 1
-10111011111 regionalisms 1
-10111011111 72,853 1
-10111011111 Perdicaris 1
-10111011111 Akdar 1
-10111011111 320,000-barrel 1
-10111011111 91-108 1
-10111011111 mutineer 1
-10111011111 Mnd 1
-10111011111 enunciates 1
-10111011111 republicans 1
-10111011111 half-shift 1
-10111011111 inveterateness 1
-10111011111 747-200B 1
-10111011111 Mousekewitz 1
-10111011111 shortcutting 1
-10111011111 sealife 1
-10111011111 joli 1
-10111011111 CAMERON 1
-10111011111 addresssed 1
-10111011111 Monkeys 1
-10111011111 yodel 1
-10111011111 readerships 1
-10111011111 newsier 1
-10111011111 LISTENING 1
-10111011111 metro-market 1
-10111011111 non-belligerence 1
-10111011111 can-cans 1
-10111011111 half-implemented 1
-10111011111 Ledenyi 1
-10111011111 ocelots 1
-10111011111 briber-turned-informer 1
-10111011111 Piart 1
-10111011111 tlc 1
-10111011111 hah 1
-10111011111 stockboy 1
-10111011111 2400-level 1
-10111011111 sad/But 1
-10111011111 Nice. 1
-10111011111 piaster 1
-10111011111 norming 1
-10111011111 klick 1
-10111011111 crashers 1
-10111011111 wunderbundle 1
-10111011111 Stoned 1
-10111011111 .250 1
-10111011111 Malagasy 1
-10111011111 impressionistically 1
-10111011111 cloacal 1
-10111011111 shrinky 1
-10111011111 hegemonically 1
-10111011111 sea- 1
-10111011111 Kazahks 1
-10111011111 non-meditators 1
-10111011111 part-day 1
-10111011111 baby-sits 1
-10111011111 shell-holes 1
-10111011111 DC9-14 1
-10111011111 unclogs 1
-10111011111 Lybyan 1
-10111011111 biographees 1
-10111011111 Dukakismobile 1
-10111011111 semi-fast 1
-10111011111 83. 1
-10111011111 indifferently 1
-10111011111 negativeis 1
-10111011111 nontheless 1
-10111011111 corpocrat 1
-10111011111 pool-hopped 1
-10111011111 Hindrance 1
-10111011111 GRASS 1
-10111011111 dummied 1
-10111011111 Datababy 1
-10111011111 if. 1
-10111011111 income-earner 1
-10111011111 extra-musical 1
-10111011111 PUBLICITY 1
-10111011111 Unelectable 1
-10111011111 plagiarizes 1
-10111011111 count-conspiracy 1
-10111011111 Sleazy 1
-10111011111 unplayed 1
-10111011111 spokemen 1
-10111011111 billion-French-franc 1
-10111011111 newes 1
-10111011111 tailcount 1
-10111011111 kinkiness 1
-10111011111 job-switching 1
-10111011111 service-disabled 1
-10111011111 UNIMPRESSED 1
-10111011111 slays 1
-10111011111 soulmate 2
-10111011111 transients 2
-10111011111 Beatie 2
-10111011111 defrosting 2
-10111011111 revellers 2
-10111011111 Muoi 2
-10111011111 qualm 2
-10111011111 McStop 2
-10111011111 137,700 2
-10111011111 Dies 2
-10111011111 berm 2
-10111011111 augury 2
-10111011111 reargument 2
-10111011111 streetlight 2
-10111011111 shebang 2
-10111011111 neurotransmitter 2
-10111011111 scuffler 2
-10111011111 misspoke 2
-10111011111 Chayefsky 2
-10111011111 prober 2
-10111011111 Listened 2
-10111011111 thing. 3
-10111011111 else. 3
-10111011111 Else 3
-10111011111 nanosecond 3
-10111011111 stampedes 3
-10111011111 Worldism 3
-10111011111 kooky 3
-10111011111 offeror 4
-10111011111 supposes 5
-10111011111 micron 5
-10111011111 yawner 5
-10111011111 stoplight 5
-10111011111 donna 7
-10111011111 centimeter 8
-10111011111 millimeter 10
-10111011111 donnas 13
-10111011111 ton 750
-10111011111 mile 1379
-10111011111 else 3017
-10111011111 thing 5081
-101111000 non-paid 1
-101111000 5/8.Among 1
-101111000 idealogue 1
-101111000 crosschecks 1
-101111000 2-and-0-ers 1
-101111000 semitones 1
-101111000 sub-waves 1
-101111000 sit-through 1
-101111000 asphaltic 1
-101111000 Iran-backed 1
-101111000 transcontinentals 1
-101111000 farmboys 1
-101111000 soloing 1
-101111000 Chonnam 1
-101111000 furnances 1
-101111000 critieria 1
-101111000 toques 1
-101111000 we-have-enough-weapons-to-blow-the-world-up-100-times 1
-101111000 Recouping 1
-101111000 Croatians 1
-101111000 all-Americans 1
-101111000 undertaking. 1
-101111000 subprocessors 1
-101111000 B-movies 1
-101111000 Diors 1
-101111000 demurrers 1
-101111000 step-ups 1
-101111000 top-five 1
-101111000 five-stand 1
-101111000 otherwise. 1
-101111000 Cornerstoners 1
-101111000 ascription 1
-101111000 ex-traders 1
-101111000 liquor-VO 1
-101111000 infighters 1
-101111000 schooners 1
-101111000 ex-students 1
-101111000 sentencer 1
-101111000 Vedas 1
-101111000 Eliases 1
-101111000 top-owner 1
-101111000 flying-saucer 1
-101111000 submovements 1
-101111000 granddaughters 1
-101111000 recipents 1
-101111000 DHC-6 1
-101111000 more-physically 1
-101111000 triple-bogeys 1
-101111000 1/2-foot-wide 1
-101111000 trading-day 1
-101111000 artlessness 1
-101111000 Euroconvertibles 1
-101111000 fast-reacting 1
-101111000 post-M.B.A. 1
-101111000 Juliets 1
-101111000 part. 1
-101111000 previously-rejected 1
-101111000 crewmembers 1
-101111000 yesteryears 1
-101111000 embossing 1
-101111000 falsities 1
-101111000 Trafalgars 1
-101111000 centimeters. 1
-101111000 Tyrones 1
-101111000 nonsequiturs 1
-101111000 December-January 1
-101111000 downmarket 2
-101111000 forty-two 2
-101111000 downers 2
-101111000 sous 2
-101111000 men-of-war 2
-101111000 Xs 2
-101111000 half-hours 2
-101111000 sixth-century 2
-101111000 corvettes 3
-101111000 Hironaka 3
-101111000 Grammys 3
-101111000 picocuries 4
-101111000 tunings 5
-101111000 nanoseconds 7
-101111000 millimeters 10
-101111000 sledding 20
-101111000 occasions 359
-101111000 times 7372
-101111000 inches 393
-101111001 supernovae 1
-101111001 exacta 1
-101111001 Avnet/International 1
-101111001 provisions. 1
-101111001 PHOG-tomorrow 1
-101111001 Significance 1
-101111001 531,396 1
-101111001 indigence 1
-101111001 girls. 1
-101111001 Kongsbergs 1
-101111001 will-o'-the-wisp 1
-101111001 batteries. 1
-101111001 tranactions 1
-101111001 milliliters 1
-101111001 flunkers 1
-101111001 overeater 1
-101111001 DC-3s 1
-101111001 libels 1
-101111001 hairpiece. 1
-101111001 monstrels 1
-101111001 hyphen 1
-101111001 mineshaft 1
-101111001 terms. 1
-101111001 ex-customers 1
-101111001 diptych 1
-101111001 Walt-worshippers 1
-101111001 squareness 1
-101111001 Launchers 1
-101111001 circumlocution 1
-101111001 mphs 1
-101111001 hard-to-recognize 1
-101111001 visages 1
-101111001 Kahlil 1
-101111001 1974-84 1
-101111001 Targa 1
-101111001 Catarrh 1
-101111001 283-point 1
-101111001 Imagineers 1
-101111001 counterdemonstrators 1
-101111001 longboard 1
-101111001 5,096,336 1
-101111001 754,636 1
-101111001 1,323,976 1
-101111001 6,409 1
-101111001 270,914 1
-101111001 crackpopulism 1
-101111001 DMB&B/International 1
-101111001 PhyCor 1
-101111001 obscenarios 1
-101111001 1,229,355 1
-101111001 2,207,241 1
-101111001 73,333 1
-101111001 249,328 1
-101111001 3,791 1
-101111001 neanderthals 1
-101111001 Jires 1
-101111001 Godzillas 1
-101111001 P.T.A. 1
-101111001 kopecks 1
-101111001 70,435 1
-101111001 2,139,333 1
-101111001 128,561 1
-101111001 1525.9 1
-101111001 4,129,949 1
-101111001 Heinekens 1
-101111001 Ruthenian 1
-101111001 waffler 1
-101111001 miliwatts 1
-101111001 prostitute-slayers 1
-101111001 galoots 1
-101111001 a-share 1
-101111001 WWL2Ms 1
-101111001 2,269,671 1
-101111001 75,635 1
-101111001 1,255,672 1
-101111001 6,421 1
-101111001 6,636 1
-101111001 9,543 1
-101111001 14,516 1
-101111001 -23.4 1
-101111001 445,432 1
-101111001 167,549 1
-101111001 chesnut 1
-101111001 Tele-Japan 1
-101111001 2,501,486 1
-101111001 777,119 1
-101111001 278,620 1
-101111001 115,601 1
-101111001 denouements 1
-101111001 2,110.0 1
-101111001 832.0 1
-101111001 775.0 1
-101111001 1,862.6 1
-101111001 811,192 1
-101111001 1,183,350 1
-101111001 372,158 1
-101111001 1560.2 1
-101111001 250.0 1
-101111001 697.9 1
-101111001 Brasiliaaircraft 1
-101111001 332.4 1
-101111001 1939.6 1
-101111001 397,955 1
-101111001 858,999 1
-101111001 69,760 1
-101111001 1,275,948 1
-101111001 5,651 1
-101111001 Management/Labor 1
-101111001 52,476 1
-101111001 12,650 1
-101111001 29,551 1
-101111001 17,194 1
-101111001 87,270 1
-101111001 163,802 1
-101111001 290,173 1
-101111001 2,580,093 1
-101111001 74,212 1
-101111001 955.0 1
-101111001 5,966.0 1
-101111001 12,001.6 1
-101111001 5,930 1
-101111001 10,010 1
-101111001 506.0 1
-101111001 11,196 1
-101111001 91,738 1
-101111001 180,289 1
-101111001 8,685 1
-101111001 28,971 1
-101111001 408,754 1
-101111001 horse-player 1
-101111001 99,239 1
-101111001 shovel-nose 1
-101111001 C-5Bs 1
-101111001 fellah 1
-101111001 photogs 1
-101111001 93-90 1
-101111001 1-800-922-2008 1
-101111001 229.0 1
-101111001 5,252,781 1
-101111001 2064.5 1
-101111001 kyat 2
-101111001 3,773 2
-101111001 72.0 2
-101111001 suavity 2
-101111001 Pretoria-backed 2
-101111001 260.0 2
-101111001 Biggsy 2
-101111001 2,990 2
-101111001 44,099 2
-101111001 547.4 2
-101111001 EH-101s 2
-101111001 rapscallions 2
-101111001 muskmelons 2
-101111001 rads 2
-101111001 435.4 3
-101111001 thousandths 3
-101111001 Carrera 3
-101111001 dependencies 3
-101111001 coot 3
-101111001 MHz 3
-101111001 frays 3
-101111001 A340s 4
-101111001 things. 4
-101111001 saloons 4
-101111001 rpm 5
-101111001 millionths 5
-101111001 Minutes 96
-101111001 days. 195
-101111001 seconds 435
-101111001 days 15548
-101111001 minutes 1945
-101111010 B-747s 1
-101111010 Equals 1
-101111010 fresh-scrubbed 1
-101111010 clearers 1
-101111010 skydivers 1
-101111010 SS24s 1
-101111010 Mao-ettes 1
-101111010 Hassles 1
-101111010 Ripkens 1
-101111010 Quartets 1
-101111010 drakes 1
-101111010 responders 1
-101111010 Sages 1
-101111010 Eurekas 1
-101111010 Hoovers 1
-101111010 Kenmores 1
-101111010 ball-shaped 1
-101111010 recluses 1
-101111010 Rive 1
-101111010 Productions/WCPX-TV 1
-101111010 F14s 1
-101111010 747-200s 1
-101111010 Claws 1
-101111010 Leonardos 1
-101111010 Dengs 1
-101111010 Hiroshimas 1
-101111010 half-minute-spots 1
-101111010 yesterdays 1
-101111010 briefers 1
-101111010 autumns 1
-101111010 Boroians 1
-101111010 pfennings 1
-101111010 GSers 1
-101111010 Eights 1
-101111010 sectors. 1
-101111010 Mhz 1
-101111010 Septembers 1
-101111010 cleanouts 1
-101111010 Liverpudlians 1
-101111010 LANES 1
-101111010 ex-linebackers 1
-101111010 PATs 1
-101111010 aircrewmen 1
-101111010 beautifuls 1
-101111010 SBs 1
-101111010 Thanksgivings 1
-101111010 Harmsel 1
-101111010 Frelinghuysens 1
-101111010 remained. 1
-101111010 Inning 1
-101111010 30-to-34-year-olds 1
-101111010 A321s 1
-101111010 Isms 1
-101111010 X-principles 1
-101111010 year-bonds 1
-101111010 Slain 1
-101111010 couples. 1
-101111010 runnersup 1
-101111010 shrimps 2
-101111010 in-patients 2
-101111010 Satins 2
-101111010 ex-wives 2
-101111010 Novembers 2
-101111010 150-megawatt 2
-101111010 crownes 3
-101111010 runnings 3
-101111010 Rs 3
-101111010 percents 3
-101111010 nines 4
-101111010 m.p.h. 4
-101111010 milliseconds 4
-101111010 gigaflops 6
-101111010 R's 7
-101111010 Stooges 7
-101111010 microns 9
-101111010 Iwo 10
-101111010 millennia 10
-101111010 A-330s 10
-101111010 quarts 11
-101111010 abstentions 15
-101111010 years 49868
-101111010 years. 26
-1011110110 Axe-men 1
-1011110110 de-stimulation 1
-1011110110 462,613 1
-1011110110 505,688 1
-1011110110 914,646 1
-1011110110 Carsons 1
-1011110110 loins 1
-1011110110 work-for-hire 1
-1011110110 sepals 1
-1011110110 ownerbanks 1
-1011110110 member-governments 1
-1011110110 decades. 1
-1011110110 summitted 1
-1011110110 bandoliers 1
-1011110110 powderpuff-fuls 1
-1011110110 confrontatons 1
-1011110110 selling-day 1
-1011110110 storys 1
-1011110110 minutes. 1
-1011110110 gigabytes 1
-1011110110 airlocks 1
-1011110110 ROV 1
-1011110110 billion-barrel 1
-1011110110 eyes. 1
-1011110110 triple-spins 1
-1011110110 organizations. 1
-1011110110 sugarbushes 1
-1011110110 decedents 1
-1011110110 toppings. 1
-1011110110 nominations. 1
-1011110110 playings 1
-1011110110 Muhlenbergs 1
-1011110110 -32.6 1
-1011110110 coowners 1
-1011110110 one-thousandths 1
-1011110110 non-season 1
-1011110110 utilites 1
-1011110110 liabilty 1
-1011110110 chukkas 1
-1011110110 million-gallon 1
-1011110110 comedy/variety 1
-1011110110 B.U. 2
-1011110110 71-23 2
-1011110110 Sterbas 2
-1011110110 wallabies 2
-1011110110 furlongs 2
-1011110110 nonbrokers 2
-1011110110 P-38s 2
-1011110110 magnums 2
-1011110110 Pankki 4
-1011110110 months. 5
-1011110110 one-hundredths 5
-1011110110 months 24300
-1011110110 megahertz 6
-1011110111 susidiaries 1
-1011110111 tiems 1
-1011110111 big-blossomed 1
-1011110111 catalpas 1
-1011110111 strenghthening 1
-1011110111 initatives 1
-1011110111 Irishmen 1
-1011110111 hydropools 1
-1011110111 Kyongsangs 1
-1011110111 near-tumbles 1
-1011110111 twosomes 1
-1011110111 novel-adaptations 1
-1011110111 suprises 1
-1011110111 unlikelihoods 1
-1011110111 100ths 1
-1011110111 co-signers 1
-1011110111 yearsmainly 1
-1011110111 30-foot-long 1
-1011110111 fourth- 1
-1011110111 pink-eyed 1
-1011110111 picoseconds 1
-1011110111 cirles 1
-1011110111 Arab-Israelis 1
-1011110111 240,000-pound 1
-1011110111 impotents 1
-1011110111 trans-axles 1
-1011110111 afternoons. 1
-1011110111 16-to-21-year-olds 1
-1011110111 Auroras 1
-1011110111 senior-college 1
-1011110111 yen. 1
-1011110111 Chernobyls 1
-1011110111 ELISAs 1
-1011110111 .45s 1
-1011110111 ex-editors 1
-1011110111 sphinxes 1
-1011110111 near-bankruptcies 1
-1011110111 Borlettis 1
-1011110111 Detroits 1
-1011110111 mini-resurgence 1
-1011110111 FUDGING 1
-1011110111 A-pluses 1
-1011110111 sinologists 1
-1011110111 adjournments 1
-1011110111 terminal-sale 1
-1011110111 ET-spending 1
-1011110111 you-know-whats 1
-1011110111 life-terms 1
-1011110111 proofreaders 1
-1011110111 3,157 1
-1011110111 annums 1
-1011110111 2,593 1
-1011110111 Macduffs 1
-1011110111 Jags 1
-1011110111 edged-sword 1
-1011110111 corgis 1
-1011110111 saxes-that 1
-1011110111 houttuynias 1
-1011110111 specfics 1
-1011110111 saltines 1
-1011110111 howlers 1
-1011110111 fathoms 1
-1011110111 bioinsecticides 1
-1011110111 Tylenols 1
-1011110111 over-achievement 1
-1011110111 whiskey-and-waters 1
-1011110111 2,967 1
-1011110111 self-indulgences 1
-1011110111 threesomes 1
-1011110111 Tenochtitlan 1
-1011110111 Chinas 1
-1011110111 candidates. 1
-1011110111 philadelphus 1
-1011110111 All-Americans 1
-1011110111 taxsellers 1
-1011110111 quick-fixes 1
-1011110111 hikers 1
-1011110111 centsthe 1
-1011110111 3,244 1
-1011110111 1,336 1
-1011110111 Druidettes 1
-1011110111 Yemens 1
-1011110111 647,202 1
-1011110111 220,010 1
-1011110111 Octobers 1
-1011110111 1,170,373 1
-1011110111 18-to-49 1
-1011110111 monofills 1
-1011110111 NDA 1
-1011110111 Hungaroton 1
-1011110111 yearinvestigation 1
-1011110111 87s 1
-1011110111 half-bottles 2
-1011110111 VLCCs 2
-1011110111 schematics 2
-1011110111 states. 2
-1011110111 iterations 2
-1011110111 Hall-of-Famer 2
-1011110111 scorpions 2
-1011110111 safeties 2
-1011110111 detonations 2
-1011110111 spacebridges 2
-1011110111 onstream 2
-1011110111 Utrillos 2
-1011110111 Horas 2
-1011110111 Impalas 2
-1011110111 descents 2
-1011110111 Jule 2
-1011110111 comedowns 2
-1011110111 Estudios 2
-1011110111 bandshell 2
-1011110111 Georgias 2
-1011110111 post-modernists 2
-1011110111 siesta 2
-1011110111 sequestrants 3
-1011110111 Biennials 3
-1011110111 freelancers 3
-1011110111 ingenues 3
-1011110111 tenths 3
-1011110111 eighths 3
-1011110111 Olympiads 3
-1011110111 ducats 4
-1011110111 frontons 4
-1011110111 Emmys 4
-1011110111 sexenios 4
-1011110111 airings 4
-1011110111 MD-87s 4
-1011110111 knockouts 4
-1011110111 Christmases 4
-1011110111 standpoints 4
-1011110111 ridings 4
-1011110111 Winns 5
-1011110111 mistrials 5
-1011110111 octaves 5
-1011110111 servings 6
-1011110111 semesters 7
-1011110111 trombones 7
-1011110111 encores 8
-1011110111 millenniums 8
-1011110111 syllables 9
-1011110111 homers 10
-1011110111 earshot 10
-1011110111 printings 10
-1011110111 Dwarfs 10
-1011110111 thirds 12
-1011110111 eons 15
-1011110111 Commandments 15
-1011110111 notches 18
-1011110111 touchdowns 20
-1011110111 stitches 21
-1011110111 Koreas 23
-1011110111 Germanys 37
-1011110111 continents 44
-1011110111 YEARS 46
-1011110111 paragraphs 51
-1011110111 innings 58
-1011110111 felonies 65
-1011110111 summers 74
-1011110111 installments 133
-1011110111 seasons 216
-1011110111 centuries 306
-1011110111 nights 336
-1011110111 generations 360
-1011110111 sessions 1104
-1011110111 quarters 1468
-1011110111 decades 1580
-1011110111 hours 4340
-1011110111 weeks 10004
-10111110 Osowski 1
-10111110 Epitome 1
-10111110 Tomsons 1
-10111110 Cirvilis 1
-10111110 VanderLind 1
-10111110 Hutchens 1
-10111110 Plechaty 1
-10111110 Meteors 1
-10111110 Forrow 1
-10111110 Filep 1
-10111110 Cowsar 1
-10111110 Vitrum 1
-10111110 Nooo 1
-10111110 Arba 1
-10111110 Peirson 1
-10111110 unservicable 1
-10111110 10163 1
-10111110 Fleischacker 1
-10111110 Ramke 1
-10111110 Torreblanca 1
-10111110 Abdulghani 1
-10111110 638,697 1
-10111110 639,340 1
-10111110 133,691 1
-10111110 133,671 1
-10111110 713,594 1
-10111110 -2,146,358 1
-10111110 312,815 1
-10111110 304,531 1
-10111110 4,409 1
-10111110 1,029,323 1
-10111110 66045 1
-10111110 20004 1
-10111110 kinnear 1
-10111110 susman 1
-10111110 GEOFFREY 1
-10111110 Ulama 1
-10111110 Ralson 1
-10111110 Schanzer 1
-10111110 Sekimoto 1
-10111110 94109 1
-10111110 Barpal 1
-10111110 20003 1
-10111110 Yahagi 1
-10111110 29695-0001 1
-10111110 21157 1
-10111110 14550 1
-10111110 Gannouchi 1
-10111110 14450 1
-10111110 Kowey 1
-10111110 Pedigo 1
-10111110 Donat 1
-10111110 Revolting 1
-10111110 Saltwater 1
-10111110 bactericidal 1
-10111110 Rossano 1
-10111110 Goldsberry 1
-10111110 Giacobbi 1
-10111110 Sprowl 1
-10111110 Pugliesi 1
-10111110 pitch-and-putt 1
-10111110 Whisenand 1
-10111110 Davidovich 1
-10111110 Raiz 1
-10111110 Lawalata 1
-10111110 Zhongyun 1
-10111110 Alberdingk 1
-10111110 Timms 1
-10111110 Dzhemilyov 1
-10111110 Jayawardena 1
-10111110 TONNAGE 1
-10111110 Hitzemann 1
-10111110 fleysh 1
-10111110 Hickingbotham 1
-10111110 junior-high-schoolers 1
-10111110 40202 1
-10111110 Petok 1
-10111110 Fenoglio 1
-10111110 Wendelgass 1
-10111110 Sents 1
-10111110 Brownjohn 1
-10111110 Hurburgh 1
-10111110 Associati 1
-10111110 Tinervin 1
-10111110 Planeti 1
-10111110 Morfey 1
-10111110 Produkte 1
-10111110 al-Hamar 1
-10111110 Ciulei 1
-10111110 Romundset 1
-10111110 Binninger 1
-10111110 Laminadas 1
-10111110 Uetani 1
-10111110 Giesbert 1
-10111110 weisswurst 1
-10111110 Teats 1
-10111110 10037 1
-10111110 94710 1
-10111110 Navab-Motlagh 1
-10111110 Palapinger 1
-10111110 Giarraputo 1
-10111110 Stys 1
-10111110 61354 1
-10111110 Vokzal 1
-10111110 Kappler 1
-10111110 Randaccio 1
-10111110 Hardis 1
-10111110 moloko 1
-10111110 Loppnow 1
-10111110 Lawlar 1
-10111110 Surnikov 1
-10111110 Cech 1
-10111110 McHam 1
-10111110 tunnelling 1
-10111110 Kawar 1
-10111110 Nijhoff 1
-10111110 Millhiser 1
-10111110 Kahlenberg 1
-10111110 Hoteles 1
-10111110 Bartholdson 1
-10111110 Pelivan 1
-10111110 Llamas 1
-10111110 Lagarde 1
-10111110 Dudine 1
-10111110 underwriter-gentlemen 1
-10111110 Anstalt 1
-10111110 Press/Morrow 1
-10111110 Acetate 1
-10111110 Saxenian 1
-10111110 Augsburg-Nurnberg 1
-10111110 20006 1
-10111110 Yisrael 1
-10111110 phuc 1
-10111110 Verzahntechnik 1
-10111110 Bandial 1
-10111110 Dammerman 1
-10111110 Borghesani 1
-10111110 92024 1
-10111110 Hafey 1
-10111110 Rinehard 1
-10111110 ragdoll 1
-10111110 LYTLE 1
-10111110 Mid-4 1
-10111110 WARTH 1
-10111110 Bunkering 1
-10111110 Katche 1
-10111110 Edds 1
-10111110 Weagraff 1
-10111110 Hammons 1
-10111110 Kazlow 1
-10111110 1/4-by-4-inch 1
-10111110 Gacho 1
-10111110 07023 1
-10111110 Asefi 1
-10111110 Lambka 1
-10111110 70801 1
-10111110 Hubb 1
-10111110 Naewboonnien 1
-10111110 Chhoy 1
-10111110 Ulrichshofer 1
-10111110 Gorecki 1
-10111110 Mangels 1
-10111110 Jacqmin 1
-10111110 Eisenhardt 1
-10111110 Halsor 1
-10111110 Giurgola 1
-10111110 Viger 1
-10111110 Afif 1
-10111110 deSouza 1
-10111110 WHAMPOA 1
-10111110 DeSimone 1
-10111110 Blacque 1
-10111110 Urist 1
-10111110 Axelson 1
-10111110 Ferroviaire 1
-10111110 Weersing 1
-10111110 Cahalan 1
-10111110 POULENC 1
-10111110 Belton-Willis 1
-10111110 Sandefur 1
-10111110 Goodridge 1
-10111110 Ciemny 1
-10111110 Friends/relatives 1
-10111110 55440 1
-10111110 Mowry 1
-10111110 Toleme 1
-10111110 INVOLVED 1
-10111110 IMarks 1
-10111110 Gaudenzi 1
-10111110 Estafen 1
-10111110 Tambaran 1
-10111110 Vasco-Leonesa 1
-10111110 98816 1
-10111110 01703 1
-10111110 98356 1
-10111110 p.m.-various 1
-10111110 Lindfors 1
-10111110 Disher 1
-10111110 Foundation. 1
-10111110 Manger 1
-10111110 Zhenhua 1
-10111110 Lavers 1
-10111110 20005 1
-10111110 writhing. 1
-10111110 coupon-clipper 1
-10111110 tosh 1
-10111110 06759 1
-10111110 07043 1
-10111110 87010 1
-10111110 65018 1
-10111110 Cart 1
-10111110 MACARTHUR 1
-10111110 Konychev 1
-10111110 02116 1
-10111110 Toller 1
-10111110 Insatiable 1
-10111110 Museum/Abrams 1
-10111110 Rushnell 1
-10111110 Milanov 1
-10111110 92658 1
-10111110 Vorkuta 1
-10111110 Naturgas 1
-10111110 Schanken 1
-10111110 DeMeayer 1
-10111110 COMPO 1
-10111110 elephantina 1
-10111110 Corradi 1
-10111110 Iperbole 1
-10111110 Technika 1
-10111110 Financas 1
-10111110 LaPlace 1
-10111110 Niimi 1
-10111110 Ferretti 1
-10111110 ubjctsyoted 1
-10111110 tteo 1
-10111110 Gunzenhauser 1
-10111110 Piol 1
-10111110 Newark-on-Trent 1
-10111110 DiGuilio 1
-10111110 10001 1
-10111110 Haug 1
-10111110 Lentzsch 1
-10111110 circumnavigation 1
-10111110 Pajon 1
-10111110 Yermolov 1
-10111110 LOONG 1
-10111110 Rensch 1
-10111110 Schwein 1
-10111110 self-indictment 1
-10111110 1970-1989 1
-10111110 Nork 1
-10111110 McMullin 1
-10111110 Grueser 1
-10111110 Grumhaus 1
-10111110 Marlett 1
-10111110 Risques 1
-10111110 Emshwiller 1
-10111110 Dresselhaus 1
-10111110 ompany 1
-10111110 Bunten 1
-10111110 Akaret 1
-10111110 Trabitz 1
-10111110 Masud 1
-10111110 20224 1
-10111110 Bozorgmanesh 1
-10111110 3/4-inch-tall 1
-10111110 Verein 1
-10111110 Lorbach 1
-10111110 Kargula 1
-10111110 McGlamery 1
-10111110 salary-wise 1
-10111110 1/2-inch-square 1
-10111110 POTTS 1
-10111110 Zaleski 1
-10111110 Macchetto 1
-10111110 Colberg 1
-10111110 papyrifera 1
-10111110 nitida 1
-10111110 sm 1
-10111110 Katerndahl 1
-10111110 Jonassaint 1
-10111110 Amani 1
-10111110 Ortino 1
-10111110 Cimoszewicz 1
-10111110 Boulderdash 1
-10111110 Gandolfi 1
-10111110 59401-1426 1
-10111110 El-Mahdi 1
-10111110 Spicola 1
-10111110 Schap 1
-10111110 Enlow 1
-10111110 Olvey 1
-10111110 Helin 1
-10111110 Moua 1
-10111110 Shashy 1
-10111110 Rocher 1
-10111110 95473 1
-10111110 Obelisk 1
-10111110 McBurney 1
-10111110 Hmmmmmm 1
-10111110 35,839 1
-10111110 polemically 1
-10111110 Suzar 1
-10111110 02134 1
-10111110 20024 1
-10111110 Staudohar 1
-10111110 Ruffer 1
-10111110 Solway 1
-10111110 Faggin 1
-10111110 17102 1
-10111110 Caulder 1
-10111110 Malasky 1
-10111110 Bidlack 1
-10111110 Pagen 1
-10111110 espanol 1
-10111110 taalta 1
-10111110 Naznacheniye 1
-10111110 Hickling 1
-10111110 Spirer 1
-10111110 Sherap 1
-10111110 Nadonley 1
-10111110 Strohmeier 1
-10111110 Balbach 1
-10111110 Schlaack 1
-10111110 Bollar 1
-10111110 Koerwer 1
-10111110 Colmant 1
-10111110 Drobis 1
-10111110 Woolford 1
-10111110 Aguais 1
-10111110 Cartooning 1
-10111110 Siswohardjono 1
-10111110 Heiser 1
-10111110 a.m.and 1
-10111110 tablog 1
-10111110 46172 1
-10111110 Furrer 1
-10111110 Strack 1
-10111110 Stampelfabrik 1
-10111110 Diekman 1
-10111110 Zirinsky 1
-10111110 Oooo 1
-10111110 05038 1
-10111110 Mannin 1
-10111110 Shellaque 1
-10111110 Ypiranga 1
-10111110 deer-killing 1
-10111110 Hirsig 1
-10111110 Goodrum 1
-10111110 Vig 1
-10111110 Trolinder 1
-10111110 Dehler 1
-10111110 Fett 1
-10111110 panky 1
-10111110 07960 1
-10111110 OPEL 1
-10111110 Ostermueller 1
-10111110 ALBUKERK 1
-10111110 Kilic 1
-10111110 Mazotti 1
-10111110 Ander 1
-10111110 Mazilo 1
-10111110 Sweere 1
-10111110 07078 1
-10111110 Roxe 1
-10111110 Baroffio 1
-10111110 28640 1
-10111110 YUCK 1
-10111110 Gotanda 1
-10111110 285,717 1
-10111110 Mroz 1
-10111110 Lyssarides 1
-10111110 5,404,713 1
-10111110 Vimukhit 1
-10111110 Grosse-Oetringhaus 1
-10111110 Svenden 1
-10111110 10012 1
-10111110 phenotyping 1
-10111110 Al-Rowas 1
-10111110 328.4 1
-10111110 Unilver 1
-10111110 McClintick 1
-10111110 Blatherwick 1
-10111110 Haselton 1
-10111110 Silone 1
-10111110 Abzug 1
-10111110 Hambelton 1
-10111110 Serwatka 1
-10111110 54494 1
-10111110 Debbink 1
-10111110 Buist 1
-10111110 Kountz 1
-10111110 Grigoriev 1
-10111110 nothwithstanding 1
-10111110 Haab 1
-10111110 Janulis 1
-10111110 Vijayaraghavan 1
-10111110 Blansett 1
-10111110 Gafford 1
-10111110 Tretter 1
-10111110 Etchelecu 1
-10111110 Mergenthaler 1
-10111110 Croisant 1
-10111110 Chats 1
-10111110 Transmoskva 1
-10111110 Whittenmore 1
-10111110 Thorneycroft 1
-10111110 Norrod 1
-10111110 Kephart 1
-10111110 Biele 1
-10111110 Chessum 1
-10111110 Schellhardt 2
-10111110 Transmissions 2
-10111110 Berthoud 2
-10111110 AU 2
-10111110 PPS 2
-10111110 GTO 2
-10111110 Rajavi 2
-10111110 Mesirov 2
-10111110 Suro 2
-10111110 JOVANOVICH 2
-10111110 Riserva 2
-10111110 Espanoles 2
-10111110 Hurwich 2
-10111110 Eee-von 2
-10111110 Hides 2
-10111110 CFR 2
-10111110 06902 2
-10111110 Revealed 2
-10111110 Riiiing 2
-10111110 LEO 2
-10111110 Dellis 2
-10111110 Grazing 2
-10111110 2,052 2
-10111110 Verbindungstechnik 2
-10111110 De-Nol 2
-10111110 Wanding 2
-10111110 Scientifiques 2
-10111110 Bagatelle 2
-10111110 WFBQ 2
-10111110 Wilks 2
-10111110 Cioci 2
-10111110 Confirms 2
-10111110 55,585 2
-10111110 395,690 2
-10111110 Michela 2
-10111110 Cunin 2
-10111110 Makkiyah 2
-10111110 DAI 2
-10111110 Beath 2
-10111110 Quadros 2
-10111110 07102 2
-10111110 WINE 2
-10111110 Spearing 2
-10111110 Naturelles 2
-10111110 Jaskol 2
-10111110 532.5 2
-10111110 ANYTHING 2
-10111110 Sainte-Victoire 2
-10111110 ICE 2
-10111110 Ikea 2
-10111110 AUDIOVOX 2
-10111110 Vilchez 2
-10111110 Ceremonies 2
-10111110 DISCOUNTED 2
-10111110 jestingly 2
-10111110 Heusi 2
-10111110 Bakke 2
-10111110 HERB 2
-10111110 Comey 2
-10111110 Picchu 2
-10111110 Trackers 2
-10111110 Widenor 2
-10111110 Nothhaft 2
-10111110 eng 2
-10111110 Cotugno 2
-10111110 Dishwasher 2
-10111110 zoologist 3
-10111110 Dangereuses 3
-10111110 HAKO 3
-10111110 Reward 3
-10111110 Biafora 3
-10111110 20036 3
-10111110 Telecommuting 3
-10111110 MoneyCenter 3
-10111110 Americanism 3
-10111110 Sweep 3
-10111110 titlists 3
-10111110 CONTROVERSY 3
-10111110 TIRES 3
-10111110 Knauer 3
-10111110 10022 3
-10111110 tock 4
-10111110 82190 4
-10111110 DEFECTOR 4
-10111110 Soghanalian 4
-10111110 MCEG 4
-10111110 Falliero 5
-10111110 Fed-bashing 5
-10111110 Chg 5
-10111110 Glavkosmos 6
-10111110 Pelerin 6
-10111110 Tracers 6
-10111110 Karolyi 7
-10111110 ---- 8
-10111110 BOS 9
-10111110 Silence 9
-10111110 TODAY 10
-10111110 Sets 12
-10111110 c-Yields 12
-10111110 OVER 14
-10111110 excepted 16
-10111110 onward 24
-10111110 Anonymous 35
-10111110 y 43
-10111110 -RRB- 49359
-10111110 B.C. 67
-101111110 Tibetans. 1
-101111110 smackers 1
-101111110 fuel-savers 1
-101111110 228,900 1
-101111110 +3641 1
-101111110 106,578 1
-101111110 CREDITBANK 1
-101111110 MicroFax 1
-101111110 Atilario 1
-101111110 footage. 1
-101111110 LT 1
-101111110 Alfas 1
-101111110 Sprints 1
-101111110 card-members 1
-101111110 francs. 1
-101111110 oulets 1
-101111110 T3100s 1
-101111110 AWARD 1
-101111110 amperes 1
-101111110 Xhosas 1
-101111110 larcenies 1
-101111110 merchantagents 1
-101111110 colones 1
-101111110 Carpathian 1
-101111110 19,087 1
-101111110 4,404 1
-101111110 cost-held 1
-101111110 Tipos 1
-101111110 amps 1
-101111110 fixer-upper 1
-101111110 Polos 1
-101111110 condo-dwellers 1
-101111110 75207 1
-101111110 1987- 1
-101111110 84,076 1
-101111110 PaintJet 1
-101111110 Miatas 1
-101111110 -22.2 1
-101111110 classroom-trailer 1
-101111110 worker-years 1
-101111110 20,826 1
-101111110 1,300,516 1
-101111110 24,405 1
-101111110 toursists 1
-101111110 115,882 1
-101111110 20,573 1
-101111110 91,259 1
-101111110 62,076 1
-101111110 dlrs 1
-101111110 6,523 1
-101111110 141,943 1
-101111110 2,809 1
-101111110 personrads 1
-101111110 -15.1 1
-101111110 -17.5 1
-101111110 -10.4 1
-101111110 grapplers 1
-101111110 feet. 1
-101111110 Mozambiquans 1
-101111110 FEET 2
-101111110 gangway 2
-101111110 bcf 2
-101111110 yen-a-share 2
-101111110 Legacys 2
-101111110 times. 2
-101111110 megatons 2
-101111110 nondailies 2
-101111110 leitmotives 2
-101111110 HX 3
-101111110 r.p.m. 4
-101111110 kiloliters 4
-101111110 sucres 4
-101111110 megabits 5
-101111110 volts 6
-101111110 light-years 6
-101111110 Angstroms 7
-101111110 man-years 8
-101111110 kwanza 9
-101111110 cordobas 10
-101111110 pints 10
-101111110 carats 11
-101111110 pixels 11
-101111110 kilos 15
-101111110 bytes 15
-101111110 kilowatt-hours 18
-101111110 centimeters 20
-101111110 hectares 22
-101111110 liters 24
-101111110 watts 26
-101111110 kilograms 31
-101111110 megabytes 37
-101111110 kilometers 49
-101111110 grams 53
-101111110 kilowatts 81
-101111110 milligrams 85
-101111110 megawatts 90
-101111110 pairs 123
-101111110 meters 214
-101111110 bales 227
-101111110 denominations 286
-101111110 gallons 307
-101111110 yards 335
-101111110 ounces 1038
-101111110 acres 1099
-101111110 pounds 1588
-101111110 barrels 2354
-101111110 feet 2481
-101111110 tons 4623
-101111110 miles 4127
-1011111110 Xometla 1
-1011111110 parasitism 1
-1011111110 500-plus 1
-1011111110 Bolingbroke 1
-1011111110 Magawish 1
-1011111110 1.76-to-1.78 1
-1011111110 Bight 1
-1011111110 ninths 1
-1011111110 technology-dependent 1
-1011111110 psychologies 1
-1011111110 WIOQ-FM 1
-1011111110 product-announcements 1
-1011111110 non-Toons 1
-1011111110 TRO 1
-1011111110 emalangeni 1
-1011111110 LPT 1
-1011111110 jaish 1
-1011111110 sheepherders 1
-1011111110 Apalachicola 1
-1011111110 Sanani 1
-1011111110 KIQQ-FM 1
-1011111110 particularities 1
-1011111110 tomographic 1
-1011111110 inititaive 1
-1011111110 underreacting 1
-1011111110 Azania 1
-1011111110 Studebakers 1
-1011111110 This-Can't-Be-Yogurt 1
-1011111110 1567 1
-1011111110 0.6777 1
-1011111110 Drogheda 1
-1011111110 Janae 1
-1011111110 Sayao 1
-1011111110 wood-and-sinew 1
-1011111110 one-test 1
-1011111110 catchphrases 1
-1011111110 leprosaria 1
-1011111110 power-unit 1
-1011111110 89.87 1
-1011111110 Shule 1
-1011111110 palmology 1
-1011111110 F-minor 1
-1011111110 guideways 1
-1011111110 Skutt 1
-1011111110 principalor 1
-1011111110 1.8733 1
-1011111110 B-25s 1
-1011111110 balsams 1
-1011111110 non-Puritans 1
-1011111110 co-hosted 1
-1011111110 mer-creatures 1
-1011111110 cannabinoids 1
-1011111110 hexachlorodibenzo-p-dioxin 1
-1011111110 exemplars 1
-1011111110 Bertill 1
-1011111110 plays-in-progress 1
-1011111110 widder-lady 1
-1011111110 personals 1
-1011111110 Boulevards 1
-1011111110 SANE/Freeze 1
-1011111110 single-A-1/Prime-1 1
-1011111110 Musavi-Ardabili 1
-1011111110 speedskaters 1
-1011111110 gastronomes 1
-1011111110 Glassworks 1
-1011111110 tvorog 1
-1011111110 smokebomb 1
-1011111110 Tigrinya 1
-1011111110 kibitzing 1
-1011111110 Dollars. 1
-1011111110 zakusky 1
-1011111110 Whitianga 1
-1011111110 churls 1
-1011111110 Pinedale 1
-1011111110 Ho-khau 1
-1011111110 Cambodiachea 1
-1011111110 Belem 1
-1011111110 computer-aided-software-engineering 1
-1011111110 C.R.A.S.H. 1
-1011111110 pre-strategic 1
-1011111110 farmboy 1
-1011111110 kpokodeilos 1
-1011111110 chargeoff 1
-1011111110 voodooism 1
-1011111110 Stopera 1
-1011111110 platforming 1
-1011111110 Polysteel 1
-1011111110 osteosarcoma 1
-1011111110 VHC-C 1
-1011111110 bestioles 1
-1011111110 helocopters 1
-1011111110 ZOG 1
-1011111110 buckpassing 1
-1011111110 Kunrad 1
-1011111110 AFDC-U 1
-1011111110 communitarians 1
-1011111110 314,850 1
-1011111110 performnginth 1
-1011111110 corruption-tainted 1
-1011111110 parkinsonism 1
-1011111110 oil-a-day 1
-1011111110 gigolo 1
-1011111110 ummah 1
-1011111110 blackmarketing 1
-1011111110 Whistlers 1
-1011111110 skylighting 2
-1011111110 lowing 2
-1011111110 soviets 2
-1011111110 condensate-a-day 2
-1011111110 Coffeyville 2
-1011111110 grapeshot 2
-1011111110 Parliment 2
-1011111110 Delights 2
-1011111110 discrimination. 2
-1011111110 Dodges 2
-1011111110 Missouri-Rolla 2
-1011111110 Mazeppa 2
-1011111110 Leimen 2
-1011111110 economic- 2
-1011111110 communalism 2
-1011111110 subsidaries 2
-1011111110 Trichosanthin 2
-1011111110 Ramazani 2
-1011111110 Eurydice 2
-1011111110 1529.52 3
-1011111110 hydrologists 3
-1011111110 F/A-18s 3
-1011111110 Rapunzel 3
-1011111110 piasters 3
-1011111110 Gonaives 3
-1011111110 monographs 3
-1011111110 blockheads 3
-1011111110 ITQs 3
-1011111110 Geos 3
-1011111110 cost-overruns 3
-1011111110 dollars. 4
-1011111110 peroration 4
-1011111110 Radio-television 4
-1011111110 Lisburn 4
-1011111110 BTUs 4
-1011111110 APMA 4
-1011111110 manhours 5
-1011111110 Copper-7s 5
-1011111110 three-pointers 5
-1011111110 POPs 6
-1011111110 cornmeal 7
-1011111110 Yugos 9
-1011111110 Radio-Television 10
-1011111110 KGMC 11
-1011111110 Mandate 15
-1011111110 Mounted 16
-1011111110 zlotys 45
-1011111110 ECUs 51
-1011111110 pennies 63
-1011111110 pesos 120
-1011111110 rubles 147
-1011111110 annually 2269
-1011111110 dollars 10132
-10111111110 Werks 1
-10111111110 auctioneer-expert 1
-10111111110 Francs 1
-10111111110 billion-Swedish-kronor 1
-10111111110 Austradollars 1
-10111111110 Landesmuseum 1
-10111111110 Thenardier 1
-10111111110 counsul 1
-10111111110 officiously 1
-10111111110 princeling 1
-10111111110 12:00-23:00 1
-10111111110 bund 1
-10111111110 92.589 1
-10111111110 92.599 1
-10111111110 WART 1
-10111111110 crystallographer 1
-10111111110 Tyson- 1
-10111111110 leaf-drop 1
-10111111110 million-Canadian-dollar 1
-10111111110 1973-1977 1
-10111111110 pentatonic 1
-10111111110 E-boat 1
-10111111110 Tympanuchus 1
-10111111110 carmaker 1
-10111111110 Prissy 1
-10111111110 humanaphobia 1
-10111111110 Nasionale 1
-10111111110 luau 1
-10111111110 SIGHTS 1
-10111111110 Billygate 1
-10111111110 9034.8 1
-10111111110 sculptress 1
-10111111110 Reichsmarks 1
-10111111110 cognate 1
-10111111110 Bankas 1
-10111111110 sericea 1
-10111111110 chole 1
-10111111110 billion-ringgit 1
-10111111110 Thursay 1
-10111111110 Thatcher- 1
-10111111110 distributers 1
-10111111110 CRTF 1
-10111111110 billion-ruble 1
-10111111110 motel-owners 1
-10111111110 bobbies 1
-10111111110 dachshounds 1
-10111111110 kwacha 1
-10111111110 Bennett/Baxter 1
-10111111110 Sportbund 1
-10111111110 Maidens 1
-10111111110 Presserat 1
-10111111110 Furness 1
-10111111110 Reichspost 1
-10111111110 Bldg 1
-10111111110 tetrachords 1
-10111111110 99.631 1
-10111111110 96.274 1
-10111111110 96.289 1
-10111111110 96.284 1
-10111111110 96.107 1
-10111111110 96.102 1
-10111111110 96.127 1
-10111111110 Concordes 1
-10111111110 64.29 1
-10111111110 orbited 1
-10111111110 ghetto-blasters 1
-10111111110 bio-statistician 1
-10111111110 SISISKY 1
-10111111110 96.031 1
-10111111110 96.026 1
-10111111110 96.042 1
-10111111110 47.62 1
-10111111110 CPQ 1
-10111111110 metacais 1
-10111111110 MENTS 1
-10111111110 million-ruble 1
-10111111110 99.579 2
-10111111110 Lombarde 2
-10111111110 billion-Malaysian-dollar 2
-10111111110 Rosanjin 2
-10111111110 colons 2
-10111111110 Swedish-kronor 2
-10111111110 bandolero 2
-10111111110 Ploshchad 2
-10111111110 co-bidders 2
-10111111110 at-bats 3
-10111111110 passenger-miles 3
-10111111110 Birlik 3
-10111111110 Kukhnya 3
-10111111110 escudos 4
-10111111110 billion-guilder 4
-10111111110 rials 4
-10111111110 rupiahs 5
-10111111110 liras 5
-10111111110 markkaa 5
-10111111110 drachmas 6
-10111111110 forints 7
-10111111110 2036 7
-10111111110 mips 7
-10111111110 shillings 7
-10111111110 australs 9
-10111111110 Irish-punt 10
-10111111110 dinars 11
-10111111110 double-spaced 12
-10111111110 bolivars 15
-10111111110 trillion-yen 19
-10111111110 kwh 21
-10111111110 cruzados 23
-10111111110 krona 24
-10111111110 baht 25
-10111111110 schillings 34
-10111111110 markkas 37
-10111111110 ringgit 40
-10111111110 rupees 42
-10111111110 punt 74
-10111111110 yuan 128
-10111111110 pesetas 144
-10111111110 kroner 208
-10111111110 rand 260
-10111111110 apiece 377
-10111111110 guilders 394
-10111111110 RATES 470
-10111111110 kronor 496
-10111111110 bushels 544
-10111111110 lire 802
-10111111110 francs 2545
-10111111110 marks 6776
-10111111110 pence 3157
-10111111111 Merita/Cotton 1
-10111111111 time-fix 1
-10111111111 USLTA 1
-10111111111 diquem 1
-10111111111 I.C.C.H. 1
-10111111111 1,900-lire 1
-10111111111 globefish 1
-10111111111 Fasolt 1
-10111111111 weapons-makers 1
-10111111111 entitites 1
-10111111111 ROL 1
-10111111111 overacted 1
-10111111111 cordons 1
-10111111111 reporter/preachers 1
-10111111111 asset-manager 1
-10111111111 Atlantist 1
-10111111111 Choferes 1
-10111111111 hags 1
-10111111111 Stepmother 1
-10111111111 Alchemedians 1
-10111111111 25,000-to-50,000 1
-10111111111 bushel-plus 1
-10111111111 higher-cap 1
-10111111111 EDT-EST 1
-10111111111 deckle 1
-10111111111 malehood 1
-10111111111 cookie-plant 1
-10111111111 phlebotomists 1
-10111111111 Savoys 1
-10111111111 illiteracies 1
-10111111111 neologisms 1
-10111111111 Epistle 1
-10111111111 3:7-12 1
-10111111111 Podlaski 1
-10111111111 Nutrimato 1
-10111111111 ex-Lafico 1
-10111111111 candy- 1
-10111111111 toll-numbers 1
-10111111111 722.7 1
-10111111111 Louey 1
-10111111111 Javan 1
-10111111111 Momoyama 1
-10111111111 380-franc 1
-10111111111 Martinu 1
-10111111111 406.06 1
-10111111111 economic-equity 1
-10111111111 2/7 1
-10111111111 quays 1
-10111111111 SAPCOs 1
-10111111111 Ricciarelli 1
-10111111111 yen-level 1
-10111111111 PAW 1
-10111111111 Victa 1
-10111111111 gooseberries 1
-10111111111 NLRA 1
-10111111111 Punxsutawney 1
-10111111111 Wapakoneta 1
-10111111111 multiparous 1
-10111111111 338.74 1
-10111111111 Nikolaikirche 1
-10111111111 94.81 1
-10111111111 afer 1
-10111111111 possbily 1
-10111111111 365-pence-a-share 1
-10111111111 HP-19-C 1
-10111111111 underwear. 1
-10111111111 leaking-underground-storage-tank 1
-10111111111 candidiasis 1
-10111111111 Hypotekforening 1
-10111111111 chipsmakers 1
-10111111111 719.2 1
-10111111111 Organisasi 1
-10111111111 shun. 1
-10111111111 homogenization 1
-10111111111 ex-governors 1
-10111111111 FTCA 1
-10111111111 martks 1
-10111111111 Boonie 1
-10111111111 Subaru/Isuzu 1
-10111111111 small-caps 1
-10111111111 title-searching 1
-10111111111 auto-appearance 1
-10111111111 plate/batter 1
-10111111111 Infertility 1
-10111111111 Dincs 1
-10111111111 stiching 1
-10111111111 T.P.O. 1
-10111111111 Renovadores 1
-10111111111 plovers 1
-10111111111 fgrancs 1
-10111111111 dolphinfish 1
-10111111111 TAMBO 1
-10111111111 bodhisattvas 1
-10111111111 megacarrier. 1
-10111111111 Xaytlon 1
-10111111111 6,526 1
-10111111111 Kandinskys 1
-10111111111 fops 1
-10111111111 Reprimand 1
-10111111111 WPI 1
-10111111111 Groggily 1
-10111111111 35-billion-mark 1
-10111111111 m&a 1
-10111111111 countercultures 1
-10111111111 pickleman 1
-10111111111 2,947,398 1
-10111111111 2,874,640 1
-10111111111 6,474 1
-10111111111 INSEAD 1
-10111111111 terrine 1
-10111111111 pool-lengths 1
-10111111111 Aero-Club 1
-10111111111 cruiserweight 1
-10111111111 Austins 1
-10111111111 Hall-Godwins 1
-10111111111 68-kilogram 1
-10111111111 694-pence-a-share 1
-10111111111 biltong 1
-10111111111 koeksisters 1
-10111111111 rusks 1
-10111111111 Nightwatchman 1
-10111111111 bodega 1
-10111111111 cash-swollen 1
-10111111111 SPH 2
-10111111111 Moreland-Portland 2
-10111111111 fortunetellers 2
-10111111111 ownership. 2
-10111111111 Malawians 2
-10111111111 solenoids 2
-10111111111 Vascar 2
-10111111111 ideographs 2
-10111111111 megaflops 2
-10111111111 1987-21 2
-10111111111 downpayments 2
-10111111111 lute 2
-10111111111 crematoria 2
-10111111111 darkrooms 2
-10111111111 AT-bus 2
-10111111111 JST 3
-10111111111 USN 3
-10111111111 rands 3
-10111111111 NLF 3
-10111111111 Dials 3
-10111111111 retinitis 4
-10111111111 markka 4
-10111111111 MST 4
-10111111111 kimonos 5
-10111111111 GMT 6
-10111111111 PST 8
-10111111111 Kommunalbank 8
-10111111111 dirhams 9
-10111111111 yen/dollar 12
-10111111111 rupiah 12
-10111111111 SX 13
-10111111111 SEL 14
-10111111111 Lp 18
-10111111111 PDT 21
-10111111111 dong 28
-10111111111 riyals 40
-10111111111 CDT 42
-10111111111 ET 46
-10111111111 CST 46
-10111111111 EST 917
-10111111111 yen 10508
-10111111111 EDT 1194
-11000 protocol-free 1
-11000 get-rich 1
-11000 aftertime 1
-11000 damnably 1
-11000 thought-through 1
-11000 privately-provided 1
-11000 0.185 1
-11000 polychromatic 1
-11000 254,200 1
-11000 company-sanctioned 1
-11000 4,293,375 1
-11000 8,475,000 1
-11000 escoria 1
-11000 6,525,000 1
-11000 22-degree 1
-11000 42,750 1
-11000 2,510,706 1
-11000 conventional-level 1
-11000 stock-depressing 1
-11000 38,520,000 1
-11000 computer-development 1
-11000 Dubonnet 1
-11000 big-buyer 1
-11000 Kahil 1
-11000 Benadryl 1
-11000 1.2168 1
-11000 that's-my-boy 1
-11000 123,386 1
-11000 fluorescent-tube 1
-11000 backstroking 1
-11000 casino-project 1
-11000 fleeced-knit 1
-11000 nicotine-related 1
-11000 crewless 1
-11000 convertible-debenture 1
-11000 pertinently 1
-11000 Welsh-born 1
-11000 16,292,073 1
-11000 Iraqi-style 1
-11000 4,014,114 1
-11000 quarterback-oriented 1
-11000 local-media 1
-11000 video-terminal 1
-11000 sicking 1
-11000 demoralizingly 1
-11000 morbidly 1
-11000 heather-touched 1
-11000 245.10 1
-11000 ghostlike 1
-11000 783,527 1
-11000 applications-specific 1
-11000 3,772,200 1
-11000 acquitting 1
-11000 Austin-Boston 1
-11000 lowest-rate 1
-11000 one-uppingly 1
-11000 earth-filled 1
-11000 43-hour 1
-11000 2235.24-makes 1
-11000 Treasury-backed 1
-11000 Tamil-controlled 1
-11000 0.000,004 1
-11000 1,187 1
-11000 home-user 1
-11000 2,607 1
-11000 217,186 1
-11000 Domenichino 1
-11000 Memphis-born 1
-11000 black-skinned 1
-11000 Goldwater-Nixon-Reagan-Kemp 1
-11000 aerostatic 1
-11000 fishlinelike 1
-11000 steerable 1
-11000 106,650 1
-11000 button-downed 1
-11000 post-offering 1
-11000 30,963,598 1
-11000 misguidedly 1
-11000 2,887,311 1
-11000 Abscam-style 1
-11000 tourist-season 1
-11000 Camaro-driving 1
-11000 0.5025 1
-11000 0.4975 1
-11000 7.8025 1
-11000 well-treated 1
-11000 Bach/Beethoven/Brahms 1
-11000 exhaustingly 1
-11000 re-engineering 1
-11000 D.C.-Virginia 1
-11000 cnventional 1
-11000 lace-making 1
-11000 20.47-year 1
-11000 3.7-year 1
-11000 Urals-to-the-Atlantic 1
-11000 0.6575 1
-11000 43,900 1
-11000 460,100 1
-11000 instant-action 1
-11000 cartridge-type 1
-11000 147-page 1
-11000 202,500 1
-11000 moderatively 1
-11000 3,656,797 1
-11000 Spanish-speakers 1
-11000 410,625 1
-11000 catheter-type 1
-11000 85,900 1
-11000 guitarlike 1
-11000 unfathomably 1
-11000 20,680 1
-11000 26-minute 1
-11000 0.6944 1
-11000 pre-Wagnerian 1
-11000 radio-transmitter 1
-11000 aircargo 1
-11000 English-Chinese 1
-11000 futures-indexed 1
-11000 exotic-looking 1
-11000 ice-capped 1
-11000 Vehbi 1
-11000 eight-year-long 1
-11000 Boer-bashing 1
-11000 gunbattles 1
-11000 sale-purchase 1
-11000 wear-resistant 1
-11000 wheat-seeded 1
-11000 investor-research 1
-11000 more-economically 1
-11000 airgun 1
-11000 silicone-film 1
-11000 more-integrated 1
-11000 money-dispensing 1
-11000 T700 1
-11000 4,369,000 1
-11000 national-television 1
-11000 retail-rate 1
-11000 inflaton 1
-11000 noncoercive 1
-11000 polylactic 1
-11000 pseudo-medical 1
-11000 user-configurable 1
-11000 cycle-free 1
-11000 market-consolidating 1
-11000 503,500 1
-11000 Second-highest 1
-11000 chip-controlled 1
-11000 chalkdust-laden 1
-11000 bank-employed 1
-11000 sales-linked 1
-11000 megamerged 1
-11000 self-mesmerization 1
-11000 steamer-trunk 1
-11000 AFL-CIO/Teamsters 1
-11000 308,500 1
-11000 consumer-stock 1
-11000 8,142,000 1
-11000 cross-cutting 1
-11000 media-conveyed 1
-11000 computer-trading 1
-11000 265-pound 1
-11000 lowpriced 1
-11000 Dali-esque 1
-11000 post-Warhol 1
-11000 unarguably 1
-11000 intelligence-briefing 1
-11000 too-too-perfect 1
-11000 coq 1
-11000 empire-style 1
-11000 22-year-veteran 1
-11000 Slowpokes 1
-11000 calcium-based 1
-11000 35015.93 1
-11000 642,240 1
-11000 .069 1
-11000 wangling 1
-11000 0.009 1
-11000 331,200 1
-11000 Mexican-manufactured 1
-11000 purse-mouthed 1
-11000 green-field 1
-11000 sucurities 1
-11000 gum-chomping 1
-11000 often-outdated 1
-11000 helpwanted 1
-11000 telecasting 2
-11000 sludgelike 2
-11000 -an 2
-11000 67,775 2
-11000 1-alpha-hydroxyvitamin 2
-11000 trichina 2
-11000 mulitiple 2
-11000 I-know-best 2
-11000 hydrodynamically 2
-11000 nondoctrinaire 2
-11000 30-degree 2
-11000 ex-Reagan 2
-11000 garishly 2
-11000 British-educated 2
-11000 Couvin 2
-11000 stodgier 3
-11000 Ouadi 3
-11000 factory-installed 4
-11000 an 147729
-11000 Workforce 8
-11001 employer-subsidized 1
-11001 0.5911 1
-11001 near-autonomous 1
-11001 stationhouse 1
-11001 1.4656 1
-11001 772,700 1
-11001 hour-shortening 1
-11001 1,315 1
-11001 customer-complaints 1
-11001 party-circuit 1
-11001 LBar-Rossborough 1
-11001 Pecans 1
-11001 multiproduct 1
-11001 3.6488 1
-11001 60-feet 1
-11001 timbral 1
-11001 sweetbread-based 1
-11001 poplar 1
-11001 inter-office 1
-11001 oil-impregnated 1
-11001 five-business 1
-11001 three-year/60,000-mile 1
-11001 3,132 1
-11001 hand-beaded 1
-11001 651,163 1
-11001 gold-spike 1
-11001 556,690 1
-11001 nonreturnable 1
-11001 rusty-haired 1
-11001 over-much 1
-11001 J-10 1
-11001 0.975 1
-11001 0.8232 1
-11001 two-spouted 1
-11001 one-reel 1
-11001 starch-full 1
-11001 dish-cloth 1
-11001 84,496 1
-11001 0.091 1
-11001 management-firm 1
-11001 L-Bar-Rossborough 1
-11001 0.8129 1
-11001 unrefueled 1
-11001 0.02917 1
-11001 heavy-lipped 1
-11001 434,500 1
-11001 grand-scaled 1
-11001 0.364 1
-11001 107-point 1
-11001 1/2-week-long 1
-11001 15,000-worker 1
-11001 sign-and-return 1
-11001 soon-to-be-licensed 1
-11001 guilt-inducing 1
-11001 4,123 1
-11001 six-note 1
-11001 Sun-4/200 1
-11001 382,632 1
-11001 1,209,792 1
-11001 0.2479 1
-11001 gooily 1
-11001 untilled 1
-11001 80-odd 1
-11001 moderate-minded 1
-11001 0.435 1
-11001 benign-appearing 1
-11001 1.5545 1
-11001 1.5640 1
-11001 mininum 1
-11001 935,628 1
-11001 guilt-mongering 1
-11001 chemical-release 1
-11001 broken-in 1
-11001 thermonuclear-policy 1
-11001 co-personal 1
-11001 3,015 1
-11001 13-and 1
-11001 0.765 1
-11001 premium-coupon 1
-11001 22-state 1
-11001 BMW-7 1
-11001 unswapped 1
-11001 2.7692 1
-11001 temper-testing 1
-11001 Owen-Illinois 2
-11001 seven-line 2
-11001 Velika 2
-11001 576,788 2
-11001 EPA-designated 2
-11001 0.667 2
-11001 half-joking 2
-11001 0.851 2
-11001 non-alternative 2
-11001 0.03575 2
-11001 co-extruded 2
-11001 venous 2
-11001 scumbled 3
-11001 actuarily 3
-11001 lily-white 3
-11001 diaphanous 3
-11001 flat-roofed 3
-11001 engendering 3
-11001 0.5263 3
-11001 product-driven 3
-11001 Buttonwood 4
-11001 a 874491
-11001 Outlaw 7
-11010 transistor-like 1
-11010 3.4090 1
-11010 bulk-licensed 1
-11010 Hezie 1
-11010 treasure-laden 1
-11010 thu 1
-11010 1.5685 1
-11010 clam-eating 1
-11010 Narrowed 1
-11010 world-shattering 1
-11010 two-to-seven-year 1
-11010 throught 1
-11010 80.94 1
-11010 unforseeable 1
-11010 Iran-like 1
-11010 82.90 1
-11010 taypayers 1
-11010 43-degree 1
-11010 net-business 1
-11010 more-dire 1
-11010 74.78 1
-11010 high-arching 1
-11010 74.71 1
-11010 football-field 1
-11010 75.46 1
-11010 Easter-less 1
-11010 government-dependent 1
-11010 hyper-accurate 1
-11010 ever-tightening 1
-11010 aluminum-rich 1
-11010 vibrational 1
-11010 1.2890 1
-11010 dollar-holding 1
-11010 2.0015 1
-11010 69.24 1
-11010 73.56 1
-11010 72.51 1
-11010 pre-concrete 1
-11010 77.09 1
-11010 stick-toting 1
-11010 78.85 1
-11010 79.17 1
-11010 toylands 1
-11010 longer-coupon 1
-11010 A&K 1
-11010 morgue-like 1
-11010 stillskittish 1
-11010 GUM 1
-11010 78.45 1
-11010 11th-ranked 1
-11010 made-in-Washington 1
-11010 art-theft 1
-11010 801,700 1
-11010 palm-fat 1
-11010 as-yet-undeclared 1
-11010 80.04 1
-11010 dimantled 1
-11010 tweaks 1
-11010 unparalled 1
-11010 80.83 1
-11010 Defy 1
-11010 76.57 1
-11010 2.9360 1
-11010 low-grossing 1
-11010 82.92 1
-11010 83.09 1
-11010 4,495 1
-11010 annulling 1
-11010 similarsized 1
-11010 out-performing 1
-11010 Lebanon-based 1
-11010 well-sounding 1
-11010 premixed 1
-11010 more-deserving 1
-11010 North-East 1
-11010 shock-resistant 1
-11010 112,800 1
-11010 drought-diminished 1
-11010 Stravinskian 2
-11010 74.11 2
-11010 Palawan 2
-11010 79.46 2
-11010 labor-tight 2
-11010 lower-coupon 2
-11010 longer-than-usual 2
-11010 small-to-medium 2
-11010 notifiying 2
-11010 May-the 2
-11010 labor-oriented 2
-11010 laxer 2
-11010 mutual-assured 2
-11010 mineral-rich 2
-11010 unexpended 2
-11010 U.S.-recognized 2
-11010 248,046 2
-11010 concrete-block 3
-11010 retaking 3
-11010 DBL 4
-11010 pre-Christian 4
-11010 non-traded 4
-11010 Ca' 5
-11010 the 1919420
-11010 BP. 10
-110110 349,900 1
-110110 37,740 1
-110110 smallbusiness 1
-110110 1,686,000 1
-110110 429,269 1
-110110 11,791,790 1
-110110 1,986,926 1
-110110 1,670,072 1
-110110 1,624,191 1
-110110 2,753,068 1
-110110 842,345 1
-110110 503,692 1
-110110 leach-solvent 1
-110110 450,544 1
-110110 sweet-tasting 1
-110110 916,746 1
-110110 4,117,676 1
-110110 2,067,380 1
-110110 211,694 1
-110110 190,118 1
-110110 827,550 1
-110110 560,245 1
-110110 1,457,691 1
-110110 1,089,281 1
-110110 1,951,450 1
-110110 3,175,000 1
-110110 Macoutes-led 1
-110110 875,750 1
-110110 15,476,000 1
-110110 10,359,000 1
-110110 13,055,334 1
-110110 indifference./A 1
-110110 shuttle-style 1
-110110 4,519,478 1
-110110 3,525,000 1
-110110 459,864 1
-110110 5,062,008 1
-110110 financial-system 1
-110110 381,977 1
-110110 1,941,361 1
-110110 reimported 1
-110110 2,129,300 1
-110110 1,094,263 1
-110110 4,448,000 1
-110110 4,820,000 1
-110110 2,323,810 1
-110110 123,600 1
-110110 2,306,474 1
-110110 563,380 1
-110110 union-built 1
-110110 1,428,793 1
-110110 129,850 1
-110110 reemphasizing 1
-110110 508,391 1
-110110 257,600 1
-110110 214,285 1
-110110 911,822 1
-110110 377,753 1
-110110 18,257,350 1
-110110 738,800 1
-110110 521,508 1
-110110 1,089,300 1
-110110 U.S.-brewed 1
-110110 A-3-rated 1
-110110 ex-Pentagon 1
-110110 broadcasting-property 1
-110110 French-designed 1
-110110 1,226,500 1
-110110 2,368,500 1
-110110 4,351,151 1
-110110 198,753 1
-110110 10,192,145 1
-110110 471,700 1
-110110 1,014,957 1
-110110 512,733 1
-110110 461,026 1
-110110 1,308,830 1
-110110 bacteria-infected 1
-110110 payments-deficit 1
-110110 3,210,150 1
-110110 2,239,790 1
-110110 4:14 1
-110110 10,992,880 1
-110110 2,186,498 1
-110110 1,667,796 1
-110110 favored-rate 1
-110110 425,700 1
-110110 time-shared 1
-110110 3,998,153 1
-110110 pencil-sized 1
-110110 307,181 1
-110110 1,419,673 1
-110110 8,257,073 1
-110110 555,448 1
-110110 2,030,000 1
-110110 4,666,667 1
-110110 44,123 1
-110110 369.24-the 1
-110110 253,604 1
-110110 15,299,165 1
-110110 transfusion-related 1
-110110 home-spun 1
-110110 9,839 1
-110110 2,300,000 1
-110110 210,200 1
-110110 1,975,197 1
-110110 residential-phone 1
-110110 31,269,996 1
-110110 3,337,924 1
-110110 companyowned 1
-110110 254,345 1
-110110 600-grit 1
-110110 18.44 1
-110110 5,075,000 1
-110110 carry-in 1
-110110 S-Food 1
-110110 2,857,143 1
-110110 6,720,000 1
-110110 system.The 1
-110110 pretentiously 1
-110110 698,480 1
-110110 17-stick 1
-110110 tax-against 1
-110110 8,450,000 1
-110110 1,494,528 1
-110110 othe 1
-110110 32,788,101 1
-110110 bossa 1
-110110 fictively 1
-110110 127,682 1
-110110 539,578 1
-110110 Namibia-based 1
-110110 21,481 1
-110110 14.485 1
-110110 276,099 1
-110110 technologic 1
-110110 snowboots 1
-110110 treaty-guaranteed 1
-110110 regasified 1
-110110 U.S.-issued 2
-110110 stock-cash 2
-110110 1,666,667 2
-110110 low-profit-margin 2
-110110 poorer-than-expected 2
-110110 37,950,000 2
-110110 965,200 2
-110110 41.77 2
-110110 78,500 2
-110110 442,600 2
-110110 1,484 2
-110110 2,525,000 2
-110110 406,012 2
-110110 610,500 2
-110110 701,754 2
-110110 125,200 2
-110110 paper-company 2
-110110 79,300 2
-110110 559,200 2
-110110 pesticide-contaminated 2
-110110 20.67 2
-110110 13,325,367 2
-110110 embassy-sponsored 2
-110110 1,093,750 2
-110110 5,021,414 2
-110110 10,724,364 2
-110110 3,675,000 2
-110110 animal-loving 2
-110110 Heike 2
-110110 3,025,097 2
-110110 216,500 2
-110110 larger-scale 3
-110110 2,875,000 3
-110110 13,540,000 3
-110110 1,062,500 3
-110110 instruction-set 3
-110110 1,053,800 3
-110110 inboard 3
-110110 1.1606 3
-110110 exportled 4
-110110 multilayer 5
-110110 backed-up 5
-110110 its 173077
-110110 3,350,000 7
-11011100 job-protected 1
-11011100 premium-paying 1
-11011100 Gaevle 1
-11011100 more-ardent 1
-11011100 out-of-sight 1
-11011100 now-distant 1
-11011100 Chicago-school 1
-11011100 securities-regulation 1
-11011100 28-foot-plus 1
-11011100 single-member 1
-11011100 direct-entry 1
-11011100 guild-like 1
-11011100 Hatfield-McCoy 1
-11011100 deifying 1
-11011100 stearates 1
-11011100 all-nurturing 1
-11011100 Cro-Magnon 1
-11011100 12,276 1
-11011100 unexpurgated 1
-11011100 fake-art 1
-11011100 basket-case 1
-11011100 still-tighter 1
-11011100 Christian-magazine 1
-11011100 Montenegrin 1
-11011100 crop-destruction 1
-11011100 white-felt 1
-11011100 biscuit-making 1
-11011100 ginseng-growing 1
-11011100 food-and-housewares 1
-11011100 home-for-the-summer 1
-11011100 flood-plagued 1
-11011100 stultify 1
-11011100 row-crop 1
-11011100 half-loaf 1
-11011100 front-braking 1
-11011100 frequent-user 1
-11011100 LEXIS 1
-11011100 similar-type 1
-11011100 nonpremium 1
-11011100 8,604 1
-11011100 post-automotive 1
-11011100 Disney-licensed 1
-11011100 electronic-gear 1
-11011100 public-investor 1
-11011100 hard-to-quantify 1
-11011100 safety-education 1
-11011100 double-crossing 1
-11011100 nonprofitable 1
-11011100 megatrendy 1
-11011100 219.42-its 1
-11011100 normal-size 1
-11011100 balloon-toting 1
-11011100 business-community 1
-11011100 Shikoku 1
-11011100 pre-auto 1
-11011100 granulocytemacrophage 1
-11011100 Sorensenian 1
-11011100 Riazan 1
-11011100 private-plot 1
-11011100 gold-hungry 1
-11011100 home-bound 1
-11011100 brain-cancer 1
-11011100 often-illogical 1
-11011100 chart-oriented 1
-11011100 well-stained 1
-11011100 fewer-but-bigger 1
-11011100 refinanancing 1
-11011100 above-median-income 1
-11011100 three-chord 1
-11011100 200,000-odd 1
-11011100 American-Jordanian 1
-11011100 near-terminal 1
-11011100 labor-management-community-shareholder 1
-11011100 rice-stuffed 1
-11011100 professional-level 1
-11011100 high-cash 1
-11011100 market-wounded 1
-11011100 380,400 1
-11011100 depreciable-asset 1
-11011100 suporting 1
-11011100 Gephardtian 1
-11011100 bellydancing 1
-11011100 software-induced 1
-11011100 joist-like 1
-11011100 Morgan-related 1
-11011100 medium-to-large 1
-11011100 automotive-industry 1
-11011100 vacation-bound 1
-11011100 irremediable 1
-11011100 sagebrush-covered 1
-11011100 Democratic-appointed 1
-11011100 lesser-heralded 1
-11011100 hard-riding 1
-11011100 limited-tax 1
-11011100 unlimited-tax 1
-11011100 capacity-strained 1
-11011100 tenting 1
-11011100 reformistminded 1
-11011100 major-firm 1
-11011100 miffing 1
-11011100 Canadian-manufactured 1
-11011100 sardined-in 1
-11011100 Gazan 1
-11011100 Pushtun 1
-11011100 stick-wielding 1
-11011100 909,091 1
-11011100 north-flowing 1
-11011100 bulk-materials 1
-11011100 K-8 1
-11011100 world-ranked 1
-11011100 near-manic 1
-11011100 supersmart 1
-11011100 less-compromised 1
-11011100 pepper-coated 1
-11011100 3,078 1
-11011100 convention-related 1
-11011100 multilocation 1
-11011100 hypersexed 1
-11011100 sreform 1
-11011100 Amcor-investor 1
-11011100 pizza-chain 1
-11011100 big-moneyed 1
-11011100 bikinied 1
-11011100 hare-brained 1
-11011100 petrochemical-producing 2
-11011100 unmarried-couple 2
-11011100 measured-service 2
-11011100 trade-negotiating 2
-11011100 non-Chrysler 2
-11011100 non-Mandarin-speaking 2
-11011100 industrial-country 2
-11011100 '80s-style 2
-11011100 post-high-school 2
-11011100 inter-racial 2
-11011100 ex-Distillers 2
-11011100 non-combatant 2
-11011100 mixed-up 2
-11011100 creditor-debtor 2
-11011100 gravity-defying 2
-11011100 well-matched 2
-11011100 low-balance 2
-11011100 negligence-prone 2
-11011100 physical-therapy 2
-11011100 host-country 2
-11011100 heathen 2
-11011100 noncombatant 2
-11011100 pre-1917 2
-11011100 big-stakes 2
-11011100 home-currency 2
-11011100 victim-based 2
-11011100 1,647 3
-11011100 least-favored 3
-11011100 self-induced 3
-11011100 pre-college 3
-11011100 press-release 3
-11011100 2,335 3
-11011100 beget 3
-11011100 AIDS-afflicted 3
-11011100 national-forest 4
-11011100 nonmarital 4
-11011100 large-caliber 4
-11011100 non-custodial 4
-11011100 poorer-quality 4
-11011100 pro-Bush 4
-11011100 Gorbachevian 4
-11011100 storm-sea 5
-11011100 high-caliber 6
-11011100 spousal 10
-11011100 glutaric 11
-11011100 our 18608
-11011100 chart-guided 23
-11011101 production-shift 1
-11011101 domestic-sugar 1
-11011101 single-stock 1
-11011101 commodity-contract 1
-11011101 cushier 1
-11011101 maintenance-safety 1
-11011101 18th-and 1
-11011101 small-country 1
-11011101 factory-constructed 1
-11011101 55-knot 1
-11011101 two-meter 1
-11011101 long-shelved 1
-11011101 Columbus-anniversary 1
-11011101 soybean-based 1
-11011101 welfare-recipient 1
-11011101 sun-bathing 1
-11011101 anti-Washington 1
-11011101 100-mile-an-hour 1
-11011101 social-visit 1
-11011101 adenomatous 1
-11011101 molotov 1
-11011101 outcome-oriented 1
-11011101 sidewalk-sized 1
-11011101 hamburger-look-alike 1
-11011101 double-wide 1
-11011101 chicken-processing 1
-11011101 drug-hungry 1
-11011101 commercial-garment 1
-11011101 gelatin-based 1
-11011101 projection-TV 1
-11011101 sharper-angled 1
-11011101 gas-affected 1
-11011101 X-raylike 1
-11011101 chip-assembly 1
-11011101 Taiwanese-made 1
-11011101 Mormon-oriented 1
-11011101 battery-making 1
-11011101 Algerian-built 1
-11011101 drug-marketing 1
-11011101 merger-defense 1
-11011101 metal-futures 1
-11011101 all-fat 1
-11011101 630,400 1
-11011101 low-rub 1
-11011101 longboats 1
-11011101 small-issue 1
-11011101 aircraft-delivery 1
-11011101 corn-storage 1
-11011101 encaustic 1
-11011101 Anheuser-related 1
-11011101 flower-carpeted 1
-11011101 fat-cell 1
-11011101 tough-to-fill 1
-11011101 Stalinist-era 1
-11011101 U.S.-denominated 1
-11011101 rat-gene 1
-11011101 occassional 1
-11011101 audience-delivery 1
-11011101 goods-production 1
-11011101 holiday-time 1
-11011101 paramedical 1
-11011101 pinstripe-narrow 1
-11011101 freeway-wide 1
-11011101 demandside 1
-11011101 company-built 1
-11011101 1,503 1
-11011101 3,002 1
-11011101 9,463 1
-11011101 into-the-wind 1
-11011101 unconforming 1
-11011101 valveless 1
-11011101 traffic-mitigation 1
-11011101 fire-scene 1
-11011101 1,346 1
-11011101 ever-hardening 1
-11011101 test-preparation 1
-11011101 unrequested 1
-11011101 state-certified 1
-11011101 university-trained 1
-11011101 catalog-consultation 1
-11011101 retributory 1
-11011101 birth-related 1
-11011101 commission-generating 1
-11011101 sometimes-reluctant 1
-11011101 well-creating 1
-11011101 Montecassino 1
-11011101 deputy-cabinet 1
-11011101 SACC-supervised 1
-11011101 wax-and-feather 1
-11011101 rudder-control 1
-11011101 state-industry 1
-11011101 office-ship 1
-11011101 road-gripping 1
-11011101 chocoholic 1
-11011101 dusky 1
-11011101 crapshoot-style 1
-11011101 dirty-dialing 1
-11011101 government-paid-for 1
-11011101 krone-denominated 1
-11011101 college-scholarship 1
-11011101 Medicaid-supported 1
-11011101 2,574 1
-11011101 Astafievian 1
-11011101 typographic 1
-11011101 non-tech 1
-11011101 anti-reformist 1
-11011101 875,077 1
-11011101 unintentional-intentional 1
-11011101 kraft-pulp 1
-11011101 bone-marrow-transplant 1
-11011101 wealth-holders 1
-11011101 three-to-nine-month 1
-11011101 ordersits 1
-11011101 49,170 1
-11011101 3,280,000 1
-11011101 water-heated 1
-11011101 Montagnard 1
-11011101 nonskilled 1
-11011101 lower-skill 1
-11011101 green-tinged 1
-11011101 9,731 1
-11011101 less-advantaged 1
-11011101 uterine-activity 1
-11011101 definitional 1
-11011101 cattle-drawn 1
-11011101 end-year 1
-11011101 12,130 1
-11011101 less-than-antiseptic 1
-11011101 literary-political 1
-11011101 245,854 1
-11011101 airport-noise 1
-11011101 legal-lending 1
-11011101 non-boxer 1
-11011101 7,321 1
-11011101 thinned-out 1
-11011101 exercise-notice 1
-11011101 body-numbing 1
-11011101 17-letter 1
-11011101 3,631 1
-11011101 none-too-discreet 1
-11011101 autopen 1
-11011101 oyster-rich 1
-11011101 non-liquor 1
-11011101 Aegis-related 1
-11011101 sterling-silver 1
-11011101 short-yen 2
-11011101 income-earning 2
-11011101 made-in-the-U.S.A. 2
-11011101 spray-paint 2
-11011101 erosion-prone 2
-11011101 111,300 2
-11011101 after-dark 2
-11011101 1.471 2
-11011101 singlefamily 2
-11011101 more-immediate 2
-11011101 tiger-paw 2
-11011101 55,200 2
-11011101 130,812 2
-11011101 less-direct 2
-11011101 foreigncurrency 2
-11011101 zero-yielding 2
-11011101 soda-fountain 2
-11011101 FERC-ordered 2
-11011101 unclosed 2
-11011101 nonfiling 2
-11011101 unstamped 2
-11011101 911,600 2
-11011101 larger-size 2
-11011101 subfreezing 2
-11011101 patent-infringing 2
-11011101 after-hour 2
-11011101 preschool-aged 2
-11011101 philosphical 2
-11011101 1,806 2
-11011101 already-tight 2
-11011101 repossesed 2
-11011101 108,800 2
-11011101 radiation-contaminated 2
-11011101 votive 2
-11011101 gas-transportation 2
-11011101 higher-skilled 2
-11011101 robust-looking 2
-11011101 unlistenable 2
-11011101 toxic-chemical 3
-11011101 product-placement 3
-11011101 train-crew 3
-11011101 combat-related 3
-11011101 large-firm 3
-11011101 nonoil 3
-11011101 boom-time 3
-11011101 workplace-safety 4
-11011101 sulfurous 4
-11011101 ever-smaller 4
-11011101 rental-rehabilitation 4
-11011101 742,000 4
-11011101 day-glo 5
-11011101 built-up 5
-11011101 crossborder 6
-11011101 capital-construction 7
-11011101 lower-paying 16
-11011101 their 79305
-11011101 sterling-denominated 17
-11011110 1,982 1
-11011110 25-to 1
-11011110 arms-deal 1
-11011110 gee-whiz-wow 1
-11011110 braises 1
-11011110 earlier-the-better 1
-11011110 bout-every-so-often 1
-11011110 nonaudit 1
-11011110 compliance-department 1
-11011110 undiscriminating 1
-11011110 out-migration-the 1
-11011110 price-restraint 1
-11011110 LISC-style 1
-11011110 Nkoane 1
-11011110 re-sift 1
-11011110 death-camp 1
-11011110 government-arranged 1
-11011110 sweet-sour 1
-11011110 simply-striped 1
-11011110 just-qualified 1
-11011110 deviant-type 1
-11011110 cost-oriented 1
-11011110 finetuned 1
-11011110 choleseterol 1
-11011110 wheyfaced 1
-11011110 Disneyesque 1
-11011110 ex-trucking 1
-11011110 sound-level 1
-11011110 bankerat 1
-11011110 often-cantankerous 1
-11011110 3,725 1
-11011110 auto-sector 1
-11011110 inerrantist 1
-11011110 pre-finals 1
-11011110 transfixing 1
-11011110 margin-oriented 1
-11011110 corporate-office 1
-11011110 12,350 1
-11011110 bump-and-grind 1
-11011110 13,979 1
-11011110 global-level 1
-11011110 19-monthlong 1
-11011110 too-slow 1
-11011110 Fatah-Uprising 1
-11011110 pinched-nosed 1
-11011110 state-enforced 2
-11011110 more-rapid 2
-11011110 rational-expectations 2
-11011110 house-hunting 2
-11011110 prayerful 2
-11011110 non-speaking 2
-11011110 corporate-turnaround 2
-11011110 non-Swiss 2
-11011110 more-than-expected 2
-11011110 lower-back 2
-11011110 impressive-looking 2
-11011110 70,200 2
-11011110 hard-plastic 2
-11011110 gruntled 2
-11011110 extrasensory 3
-11011110 2,994 3
-11011110 Krazy 4
-11011110 his 88216
-11011110 job-seeking 6
-110111110 pseudo-pueblo 1
-110111110 fear-driven 1
-110111110 hour-length 1
-110111110 naughty-boy 1
-110111110 unborrowed 1
-110111110 barnlike 1
-110111110 kill-joy 1
-110111110 Chirac-style 1
-110111110 Market-letter 1
-110111110 chin-length 1
-110111110 doll-buying 1
-110111110 graduually 1
-110111110 far-side 1
-110111110 Fun-loving 1
-110111110 straw-colored 1
-110111110 alligator-skin 1
-110111110 body-beautiful 1
-110111110 bat-winged 1
-110111110 Russian-occupied 1
-110111110 Russian-held 1
-110111110 transrectal 1
-110111110 Caligulan 1
-110111110 bequeathing 1
-110111110 polyantha 1
-110111110 OSHA-approved 1
-110111110 maroon-colored 1
-110111110 judicial-nomination 1
-110111110 side-splitting 1
-110111110 Saudi-bashing 1
-110111110 fungus-ridden 1
-110111110 f-o-w-l 1
-110111110 unsynchronized 1
-110111110 unworked-out 1
-110111110 Sandinista-forced 1
-110111110 unionrepresentation 1
-110111110 correcting-random-access 1
-110111110 seat-of-the 1
-110111110 strobe-like 1
-110111110 bended 1
-110111110 trade-sensitive 1
-110111110 loss-side 1
-110111110 profit-side 1
-110111110 red-blond 1
-110111110 autarkic 1
-110111110 Marxist-Leninst 1
-110111110 service-conscious 1
-110111110 shell-pocked 1
-110111110 Scaredy 1
-110111110 puppy-dog 1
-110111110 outer-court 1
-110111110 localelection 1
-110111110 unserviced 1
-110111110 Curity-brand 1
-110111110 anti-depression 1
-110111110 Cafe-1st 1
-110111110 dry-eyed 1
-110111110 military-retirement 1
-110111110 true-high 1
-110111110 psychosexual 1
-110111110 Recipe-brand 1
-110111110 sugar-bush 1
-110111110 anti-gringo 1
-110111110 once-secret 1
-110111110 juristic 1
-110111110 tricolored 1
-110111110 Spanish-Chinese 1
-110111110 bloodying 1
-110111110 race-course 1
-110111110 world-class-money 1
-110111110 disaster-movie 1
-110111110 private-guard 1
-110111110 supply-boat 1
-110111110 ever-stouter 1
-110111110 share-alike 1
-110111110 52,003 1
-110111110 people-are-sick-beneath-their-calm-small-town-veneer 1
-110111110 sultanic 1
-110111110 arrhythmia-producing 1
-110111110 too-little 1
-110111110 legal-trade 1
-110111110 God's-eye 1
-110111110 fraternity-style 1
-110111110 still-warm 1
-110111110 Pupperoni 1
-110111110 compartmentalizing 1
-110111110 anti-diarrhea 1
-110111110 heavy-lidded 1
-110111110 variable-policy 1
-110111110 Australia-born 1
-110111110 still-uncommon 1
-110111110 blondish-red 1
-110111110 British-sponsored 1
-110111110 native-tongue 1
-110111110 inclusionary 1
-110111110 often-neglected 1
-110111110 female-imposed 1
-110111110 clip-out 1
-110111110 Waning 1
-110111110 pre-cholesterol 1
-110111110 Ri 1
-110111110 pay-related 1
-110111110 cry-baby 1
-110111110 shamming 1
-110111110 enamelled 1
-110111110 UOA 1
-110111110 light-admitting 1
-110111110 ice-slick 1
-110111110 turkey-and-giblets 1
-110111110 near-sickening 1
-110111110 protoplast 1
-110111110 salt-encrusted 1
-110111110 mad-scientist 1
-110111110 quart-sized 1
-110111110 U.S.-contra 1
-110111110 cheese-filled 1
-110111110 ad-venture 1
-110111110 plangent 1
-110111110 service-worker 1
-110111110 jewelry-loving 1
-110111110 allocational 1
-110111110 radium-infected 1
-110111110 immigration-inspired 1
-110111110 thrift-related 1
-110111110 Confucianist 1
-110111110 otherwise-invisible 1
-110111110 M-G-M 1
-110111110 electro-shock 1
-110111110 filching 1
-110111110 slasher-type 1
-110111110 silent-movie 1
-110111110 black-hole 1
-110111110 employee-profit-sharing 1
-110111110 pin-prick 1
-110111110 non-small-cell 1
-110111110 212,753 1
-110111110 unMcGuanean 1
-110111110 nonpresidential 1
-110111110 radicalizing 1
-110111110 less-well-manicured 1
-110111110 blame-America-first 1
-110111110 splenetic 1
-110111110 seed-eating 1
-110111110 tuition-paying 1
-110111110 marriageable 1
-110111110 cutaneous 1
-110111110 bedroom-and-boardroom 1
-110111110 asphalt-contractor 1
-110111110 Shopworn 1
-110111110 private-law 1
-110111110 hooligan 1
-110111110 sarcasm-laden 1
-110111110 high-markup 1
-110111110 minimum-deposit 1
-110111110 high-waisted 1
-110111110 evangelic 1
-110111110 bowl-shaped 1
-110111110 Annoying 1
-110111110 nonoriginalist 1
-110111110 short-hemline 1
-110111110 supertight 1
-110111110 venerates 1
-110111110 news-grabbing 1
-110111110 never-play-cards-with-a-guy-named-Doc 1
-110111110 bicycle-rickshaws 1
-110111110 younger-looking 1
-110111110 unamusing 1
-110111110 non-navigable 1
-110111110 in/out 1
-110111110 nonquantifiable 1
-110111110 maroon-tinted 1
-110111110 excitatory 1
-110111110 rendre 1
-110111110 Accutane-linked 1
-110111110 high-art 1
-110111110 chenille 1
-110111110 corn-fed 1
-110111110 fashion-swept 1
-110111110 sinners/Who 1
-110111110 committee-room 1
-110111110 moisture-conserving 1
-110111110 self-deprecatory 1
-110111110 neurogenic 1
-110111110 peach-fuzz 1
-110111110 cardio-pulmonary 1
-110111110 guerrilla-held 1
-110111110 low-road 1
-110111110 0.3048 1
-110111110 upper-body 1
-110111110 morehostile 1
-110111110 Cebuano 1
-110111110 rend 1
-110111110 kneehigh 1
-110111110 medieval-style 1
-110111110 literary-world 1
-110111110 super-powered 1
-110111110 seasick-prone 1
-110111110 even-toed 1
-110111110 cinema-verite 1
-110111110 loan-department 1
-110111110 politically-sensitive 1
-110111110 goldplated 1
-110111110 Thatcherist 1
-110111110 quasi-socialized 1
-110111110 gnomic 1
-110111110 wooly-minded 1
-110111110 red-tinted 1
-110111110 intra-exchange 1
-110111110 investment-sensitive 1
-110111110 fog-shrouded 1
-110111110 hennaed 1
-110111110 tinseltown 1
-110111110 full-body 1
-110111110 broadbrush 2
-110111110 sun-damaged 2
-110111110 wired-up 2
-110111110 sun-induced 2
-110111110 bell-bottom 2
-110111110 connubial 2
-110111110 house-bound 2
-110111110 podiatric 2
-110111110 general-equivalency 2
-110111110 self-depreciating 2
-110111110 discolored 2
-110111110 profit-hungry 2
-110111110 thine 2
-110111110 Pneumocystis 2
-110111110 '60s-style 2
-110111110 pubic 2
-110111110 silent-film 2
-110111110 non-fatal 2
-110111110 out-of-line 2
-110111110 grief-stricken 2
-110111110 sugarfree 2
-110111110 typewriter-quality 2
-110111110 8-by-10-inch 2
-110111110 open-faced 2
-110111110 fortune-cookie 2
-110111110 unloving 2
-110111110 fast-break 2
-110111110 near-continuous 2
-110111110 AIDS-contaminated 2
-110111110 low-nicotine 2
-110111110 Anusol 2
-110111110 pre-bargaining 2
-110111110 nylon-rooted 2
-110111110 forest-floor 2
-110111110 huevos 3
-110111110 dynamic-random-access 3
-110111110 his/her 3
-110111110 bloodshot 3
-110111110 longer-distance 3
-110111110 Sucrets 3
-110111110 bullet-resistant 3
-110111110 recoilless 3
-110111110 post-traumatic 3
-110111110 Wilsonian 3
-110111110 Het 3
-110111110 anti-Asian 4
-110111110 studio-quality 4
-110111110 single-income 4
-110111110 non-religious 4
-110111110 slicked-back 4
-110111110 potting 4
-110111110 oxygen-rich 5
-110111110 banishing 5
-110111110 ratepayer 5
-110111110 filial 6
-110111110 small-cell 7
-110111110 rear-seat 10
-110111110 thy 11
-110111110 single-pay 11
-110111110 congestive 25
-110111110 uncharted 39
-110111110 my 9013
-110111110 your 6841
-110111111 size-16 1
-110111111 Buffalo-burger 1
-110111111 broken-home 1
-110111111 travel-along 1
-110111111 Speculum 1
-110111111 stretch-marked 1
-110111111 stochastic 1
-110111111 Hellenikon 1
-110111111 floral-patterned 1
-110111111 not-so-petty 1
-110111111 thrift-management 1
-110111111 Metallgesells 1
-110111111 Jacotte 1
-110111111 writing/production 1
-110111111 Inna 1
-110111111 fold-down 1
-110111111 pullie 1
-110111111 lubricating-oil 1
-110111111 Bible-belt 1
-110111111 low-growing 1
-110111111 mule-drawn 1
-110111111 IRS-related 1
-110111111 Stalin-Brezhnevite 1
-110111111 self-avowedly 1
-110111111 Titano 1
-110111111 lightning-sharp 1
-110111111 waterworked 1
-110111111 ugly-looking 1
-110111111 30,582 1
-110111111 too-forbearing 1
-110111111 mercury/butter 1
-110111111 19th-cenury 1
-110111111 ten-gallon 1
-110111111 outrage. 1
-110111111 federal-assisted 1
-110111111 virus-killing 1
-110111111 254-seat 1
-110111111 rediscovers 1
-110111111 Gullah 1
-110111111 frost-bitten 1
-110111111 6-month-old 1
-110111111 touseled 1
-110111111 Whoppers 1
-110111111 weak-throwing 1
-110111111 purse-winning 1
-110111111 gold-shovel 1
-110111111 idealizes 1
-110111111 white-lace 1
-110111111 homosexual/bisexual 1
-110111111 857th 1
-110111111 McGovernite 1
-110111111 religious-like 1
-110111111 81,500-member 1
-110111111 gnu-velle 1
-110111111 solid-sounding 1
-110111111 flat-toned 1
-110111111 Edvaldo 1
-110111111 e. 1
-110111111 Neoconservative 1
-110111111 shirtsleeve 1
-110111111 thrift-resolution 1
-110111111 99,337 1
-110111111 2,722 1
-110111111 half-Italian 1
-110111111 Faletan 1
-110111111 upper-medium 1
-110111111 corn-silk 1
-110111111 4,700-acre 1
-110111111 heavy-limbed 1
-110111111 Westing 1
-110111111 blood-lusting 1
-110111111 North-American 1
-110111111 point-and-click 1
-110111111 sapient 1
-110111111 118,539 1
-110111111 Medicare-supported 1
-110111111 skirt-clad 1
-110111111 stolid-looking 1
-110111111 5,465 1
-110111111 gene-carrying 1
-110111111 Hawkette 1
-110111111 neo-classic 1
-110111111 palest 1
-110111111 once-compulsory 1
-110111111 football-player 1
-110111111 barkeep 1
-110111111 make-shift 1
-110111111 deconstructivist 1
-110111111 Araoz 1
-110111111 259,181 1
-110111111 caul 1
-110111111 sod-buster 1
-110111111 traditonally 1
-110111111 more-technical 1
-110111111 active-trading 1
-110111111 Slim-Fast 1
-110111111 382,010 1
-110111111 Vandenberg-style 1
-110111111 bastardizes 1
-110111111 spandex-clad 1
-110111111 panne 1
-110111111 spy-case 1
-110111111 GE-financed 1
-110111111 1.75-times 1
-110111111 water-hungry 1
-110111111 schedule-related 1
-110111111 shift-related 1
-110111111 now-prohibited 1
-110111111 Suzushi 1
-110111111 nerve-fraying 1
-110111111 Iranian-controlled 2
-110111111 rust-colored 2
-110111111 civilrights 2
-110111111 Delta-Avia 2
-110111111 13,268 2
-110111111 south-of-the-border 2
-110111111 anoint 2
-110111111 French-backed 2
-110111111 deep-set 2
-110111111 40ish 2
-110111111 cassowary 2
-110111111 officious 2
-110111111 Redbird 2
-110111111 Afro-Caribbean 2
-110111111 chicken-fried 2
-110111111 house-plant 2
-110111111 washable 2
-110111111 Martian-like 2
-110111111 fluted 2
-110111111 3,838 2
-110111111 quavery 2
-110111111 non-dance 2
-110111111 coagulated 2
-110111111 safety-seat 2
-110111111 non-employed 2
-110111111 stampless 2
-110111111 orgiastic 2
-110111111 unprepossessing 2
-110111111 metastasizing 2
-110111111 mainlining 2
-110111111 tricalcium 2
-110111111 seabird 2
-110111111 proto-cubist 2
-110111111 Shavian 2
-110111111 lymphokine-activated 2
-110111111 triple-bypass 2
-110111111 seafoam 2
-110111111 saddlebag 3
-110111111 medicated 3
-110111111 posher 3
-110111111 ischemic 3
-110111111 exosurf 3
-110111111 uninvested 3
-110111111 lived-in 3
-110111111 rex 3
-110111111 Oakencroft 3
-110111111 characterless 3
-110111111 Audio-Animatronics 3
-110111111 Sarin 4
-110111111 ear-splitting 4
-110111111 enkephalin 4
-110111111 skintight 4
-110111111 bated 5
-110111111 ground-up 6
-110111111 Poznan 7
-110111111 ventricular 11
-110111111 pinot 17
-110111111 her 15296
-110111111 Chapelle 21
-11100000 consumer-use 1
-11100000 still-depressed 1
-11100000 men's-wear 1
-11100000 tough-but-virtuous 1
-11100000 then-exotic 1
-11100000 government-coerced 1
-11100000 thuggish-looking 1
-11100000 non-Nation 1
-11100000 reclosable 1
-11100000 CIA-owned 1
-11100000 food-connected 1
-11100000 high-placed 1
-11100000 Bakersfield-based 1
-11100000 since-deleted 1
-11100000 reg-negon 1
-11100000 23-branch 1
-11100000 27,000-square-foot 1
-11100000 302-acre 1
-11100000 interest-rate-margin 1
-11100000 white-mauve 1
-11100000 ecomomic 1
-11100000 Pontiac-Cadillac 1
-11100000 metal-fabrication 1
-11100000 member-owned 1
-11100000 three-pfennigs 1
-11100000 non-turbocharged 1
-11100000 60,000-acre 1
-11100000 37-minute 1
-11100000 government-educated 1
-11100000 Bendectin-related 1
-11100000 tab-collared 1
-11100000 Chilean-registered 1
-11100000 10,000-seat 1
-11100000 bloodly 1
-11100000 almost-universal 1
-11100000 high-potency 1
-11100000 scuba-gear 1
-11100000 Califiornia 1
-11100000 big-science 1
-11100000 thrift-based 1
-11100000 glacial-paced 1
-11100000 train-auto 1
-11100000 copy-prevention 1
-11100000 39-lawyer 1
-11100000 polymer-related 1
-11100000 double-cassette 1
-11100000 RTZ. 1
-11100000 widely-watched 1
-11100000 management-affiliated 1
-11100000 multi-holed 1
-11100000 27-acre 1
-11100000 hemorrhoid-preparation 1
-11100000 50th-anniversary 1
-11100000 1992-related 1
-11100000 four-inch-thick 1
-11100000 cell-growth 1
-11100000 44-person 1
-11100000 go-getting 1
-11100000 portable-generator 1
-11100000 lemony 1
-11100000 brake-related 1
-11100000 fiberglass-product 1
-11100000 630-megawatt 1
-11100000 thermal-vacuum 1
-11100000 county-court 1
-11100000 density-related 1
-11100000 38.2-acre 1
-11100000 banker-pleasing 1
-11100000 ex-Teradyne 1
-11100000 share-holding 1
-11100000 light-industrial 1
-11100000 price-firming 1
-11100000 At&T 1
-11100000 post-1960s 1
-11100000 14-city 1
-11100000 KKR-financed 1
-11100000 more-independent 1
-11100000 pizza-parlor 1
-11100000 private-business 1
-11100000 B-767-200 1
-11100000 550-volt 1
-11100000 10-mile-square 1
-11100000 gasoline-marketing 1
-11100000 18-pound 1
-11100000 non-semiconductor 1
-11100000 blocked-off 1
-11100000 700,000-ton 1
-11100000 Chrysler-style 1
-11100000 birdie-bogey 1
-11100000 Dallasbased 1
-11100000 36-square-block 1
-11100000 basketball-sized 1
-11100000 13,000-acre 1
-11100000 SHOOTER 1
-11100000 blade-flashing 1
-11100000 10-ship 1
-11100000 financialservice 1
-11100000 non-pharmacological 1
-11100000 shopping-bag 1
-11100000 later-maturing 1
-11100000 150-horsepower 1
-11100000 about-to-boom 1
-11100000 second-fiddle 1
-11100000 peace-of-mind 1
-11100000 free-energy 1
-11100000 anti-Rivera 1
-11100000 baby-soap 1
-11100000 trans-Africa 1
-11100000 galvanizing-line 1
-11100000 sneezy 1
-11100000 Youngstown-based 1
-11100000 once-financially 1
-11100000 no-dance 1
-11100000 swallow-savvy 1
-11100000 country-and-western-style 1
-11100000 sidelong 1
-11100000 political-image 1
-11100000 Victorian-era 1
-11100000 Soviet-British 1
-11100000 1,199,616 1
-11100000 technical-recovery 1
-11100000 Marcos-sized 1
-11100000 2,700-mile 1
-11100000 now-nationalized 1
-11100000 major-label 1
-11100000 seven-ship 1
-11100000 500-kilovolt 1
-11100000 U.S.-type 1
-11100000 toxintipped 1
-11100000 Carterera 1
-11100000 Houston-Chicago 1
-11100000 often-fractious 1
-11100000 famine-stricken 1
-11100000 traffic-system 1
-11100000 1,291 1
-11100000 jai-lai 1
-11100000 Senate-devised 1
-11100000 hick 1
-11100000 250-plus 1
-11100000 constant-level 1
-11100000 porn-house 1
-11100000 bigbuck 1
-11100000 raggle-taggle 1
-11100000 management-proposed 1
-11100000 DC-1030-ER 1
-11100000 little-recognized 1
-11100000 party-wrecking 1
-11100000 neutral-flag 1
-11100000 Sonex-modified 1
-11100000 much-beset 1
-11100000 regional-commuter 1
-11100000 public-owned 1
-11100000 non-Teamsters 1
-11100000 humanities-based 1
-11100000 cruise-missile-equipped 1
-11100000 upper-Midwest 1
-11100000 non-pharmaceuticals 1
-11100000 malpractice-suit 1
-11100000 Bethlehem-based 1
-11100000 semi-confrontational 1
-11100000 stocking-cap 1
-11100000 ceramics-related 1
-11100000 nitrogenfertilizer 1
-11100000 Posner-related 1
-11100000 wood-chip-fired 1
-11100000 TV-audience 1
-11100000 50-rupee 1
-11100000 book-craving 1
-11100000 narcotics-substitution 1
-11100000 Moscow-length 1
-11100000 premium-service 1
-11100000 noncorporate-account 1
-11100000 2,000-branch 1
-11100000 drilling-equipment 1
-11100000 auto-equipment 1
-11100000 questionable-to-weak 1
-11100000 35-seat 1
-11100000 trans-urethral 1
-11100000 Griswold-style 1
-11100000 jacked-up 1
-11100000 68-acre 1
-11100000 34-plane 1
-11100000 post-Police 1
-11100000 semisuccessful 1
-11100000 legal-profession 1
-11100000 unerasable 1
-11100000 medical-services 1
-11100000 2,513-acre 1
-11100000 55-or-15 1
-11100000 space-oriented 1
-11100000 U.S.flagged 1
-11100000 Mideast-prompted 1
-11100000 government-sized 1
-11100000 CIA-organized 1
-11100000 lodging-technology 1
-11100000 marine-engine 1
-11100000 capacity-starved 1
-11100000 quasi-constitutional 1
-11100000 140-horsepower 1
-11100000 heat-reflecting 1
-11100000 465-acre 1
-11100000 633-mile 1
-11100000 million-selling 1
-11100000 78-lawyer 1
-11100000 chickadee 1
-11100000 140-megawatt 1
-11100000 19-inch-wide 1
-11100000 boilerroom 1
-11100000 much-wealthier 1
-11100000 independence-minded 1
-11100000 hightechnology 1
-11100000 600,000-vehicle 1
-11100000 completed-but-still-unlicensed 1
-11100000 30-house 1
-11100000 deficit-boosting 1
-11100000 low-cash-flow 1
-11100000 116-page 1
-11100000 meet-the-candidate 1
-11100000 4-foot-10-inch 1
-11100000 face-toface 1
-11100000 highincome 1
-11100000 Medici-scale 1
-11100000 325-pound 1
-11100000 Treasury-controlled 1
-11100000 slow-down-Jackson 1
-11100000 retrogade 1
-11100000 U.S.-securities 1
-11100000 bull-bedecked 1
-11100000 MAIN 1
-11100000 lessthan-exciting 1
-11100000 time-and-temperature 1
-11100000 Enron-operated 1
-11100000 before-and-after-hours 1
-11100000 12-liter 1
-11100000 one-symbol 1
-11100000 glovemaking 1
-11100000 super-giant 1
-11100000 10.5-acre 1
-11100000 dishwasher-detergent 1
-11100000 Stanford-like 1
-11100000 Tennessee-chartered 1
-11100000 price-strengthing 1
-11100000 million-unit-a-year 1
-11100000 TV-sports 1
-11100000 Haas-sponsored 1
-11100000 sub-sea 1
-11100000 Soviet-Brazilian 1
-11100000 50,000-barrel 1
-11100000 5.8-million-barrel 1
-11100000 step-down 1
-11100000 1.5-million-barrel 1
-11100000 pilot-dominated 1
-11100000 Marcos-crony 1
-11100000 138-horsepower 1
-11100000 47-acre 1
-11100000 42,000-metric-ton-a-year 1
-11100000 1,296-acre 1
-11100000 10-million-ton 1
-11100000 Maltese-flagged 1
-11100000 perhaps-decisive 1
-11100000 230-horsepower 1
-11100000 repeat-call 1
-11100000 Five-Month 1
-11100000 window-film 1
-11100000 not-incidental 1
-11100000 66-story 1
-11100000 Chihuahua-born 1
-11100000 Grumman-built 1
-11100000 31-store 1
-11100000 KMT-owned 1
-11100000 Porsche-Audi 1
-11100000 block-desk 1
-11100000 260-acre 1
-11100000 infection-screening 1
-11100000 400-square-yard 1
-11100000 well-aimed 1
-11100000 national-treasure 1
-11100000 halfdozen 1
-11100000 gum-cracking 1
-11100000 moderate-sounding 1
-11100000 longlost 1
-11100000 most-sold 1
-11100000 transportation-grade 1
-11100000 college-enrolled 1
-11100000 tried-and-proven 1
-11100000 corporate-security 1
-11100000 115-acre 1
-11100000 in-field 1
-11100000 land-oriented 1
-11100000 63-cent-an-hour 1
-11100000 FASB-related 1
-11100000 always-surprising 1
-11100000 two-square-mile 1
-11100000 flood-damage 1
-11100000 provisionary 1
-11100000 discount-drugstore 1
-11100000 7,800-mile 1
-11100000 19.5-acre 1
-11100000 Swedish-Soviet 1
-11100000 Nome-Provideniya 1
-11100000 microwave-actuated 1
-11100000 well-steered 1
-11100000 Huichol 1
-11100000 liposome-based 2
-11100000 Toronto-area 2
-11100000 132-ship 2
-11100000 much-longer 2
-11100000 transfer-risk 2
-11100000 Bible-quoting 2
-11100000 computer-game 2
-11100000 bank-by-mail 2
-11100000 liveable 2
-11100000 smog-bound 2
-11100000 15-man 2
-11100000 50,000-barrel-a-day 2
-11100000 value-minded 2
-11100000 top-paying 2
-11100000 multilateralist 2
-11100000 not-so-secret 2
-11100000 117-acre 2
-11100000 middle-rank 2
-11100000 government-caused 2
-11100000 more-positive 2
-11100000 72-inch 2
-11100000 nonspeaking 2
-11100000 rocket-launch 2
-11100000 clay-like 2
-11100000 Greek-owned 2
-11100000 200-bed 2
-11100000 single-chip 2
-11100000 paper-littered 2
-11100000 special-edition 2
-11100000 quasi-regulatory 2
-11100000 1,400-mile 2
-11100000 390-acre 2
-11100000 small-to-midsize 2
-11100000 company-initiated 2
-11100000 dime-sized 2
-11100000 non-cable 2
-11100000 28-mile 2
-11100000 not-ready-for-prime-time 2
-11100000 on/off 2
-11100000 largest-asset 2
-11100000 110-volt 2
-11100000 long-declining 2
-11100000 shareholder-approved 2
-11100000 scale-model 2
-11100000 500,000-man 2
-11100000 non-export 2
-11100000 Guinness-related 2
-11100000 highest-priority 2
-11100000 72,000-kilowatt 2
-11100000 nonmonetary 2
-11100000 19-acre 2
-11100000 2,300-mile 2
-11100000 nonprogram 2
-11100000 communist-bloc 2
-11100000 dealer-led 2
-11100000 car-distribution 2
-11100000 Panamanian-flag 2
-11100000 equilibrating 2
-11100000 cross-functional 2
-11100000 zinc-nickel 2
-11100000 still-large 3
-11100000 big-cap 3
-11100000 note-issuing 3
-11100000 unmodified 3
-11100000 better-established 3
-11100000 board-authorized 3
-11100000 600-acre 3
-11100000 U.S.-inspired 3
-11100000 ship-building 3
-11100000 five-percentage-point 3
-11100000 rent-controlled 3
-11100000 metals-related 3
-11100000 line-rate 3
-11100000 cash-and-debt 3
-11100000 main-line 3
-11100000 Charlotte-based 3
-11100000 less-serious 3
-11100000 subsidy-hungry 3
-11100000 stereo-sound 3
-11100000 hand-tooled 3
-11100000 capital-hungry 3
-11100000 25-lawyer 3
-11100000 Caracas-based 3
-11100000 head-count 3
-11100000 casino-like 3
-11100000 non-Ford 3
-11100000 15-state 3
-11100000 Navy-escorted 3
-11100000 cash-conservation 3
-11100000 legal-tender 4
-11100000 price-weakening 4
-11100000 California-chartered 4
-11100000 price-strengthening 4
-11100000 hand-lettered 4
-11100000 million-bag 4
-11100000 600,000-man 4
-11100000 one-million-bag 4
-11100000 first-rank 4
-11100000 largescale 4
-11100000 Redskin 4
-11100000 Noes 5
-11100000 marketing-driven 5
-11100000 Canadian-led 5
-11100000 morale-boosting 5
-11100000 wide-reaching 5
-11100000 stock-based 5
-11100000 1929-style 5
-11100000 Japanese-managed 5
-11100000 less-active 6
-11100000 U.S.-escorted 6
-11100000 farflung 6
-11100000 two-bit 6
-11100000 budget-related 6
-11100000 car-selling 7
-11100000 19-plane 7
-11100000 non-German 7
-11100000 hand-written 7
-11100000 70-acre 8
-11100000 Seattle-area 8
-11100000 top-priority 8
-11100000 dollar-dependent 8
-11100000 poor-performing 8
-11100000 corporate-law 9
-11100000 woodwind 9
-11100000 once-proud 10
-11100000 modest-sized 11
-11100000 multi-state 11
-11100000 U.S.-led 13
-11100000 self-respecting 15
-11100000 government-ordered 16
-11100000 money-back 17
-11100000 three-time 17
-11100000 barrier-free 22
-11100000 major 24441
-11100000 world-class 111
-111000010 29-percentage-point 1
-111000010 too-simple 1
-111000010 sample-gathering 1
-111000010 Pentagon-sponsored 1
-111000010 three-weekend 1
-111000010 49,945,000 1
-111000010 bet-the-ranch 1
-111000010 chisled 1
-111000010 agent-oriented 1
-111000010 FASB-GASB 1
-111000010 not-so-doomsday 1
-111000010 westernized 1
-111000010 delusionary 1
-111000010 still-unbuilt 1
-111000010 Shell-Exxon 1
-111000010 once-tame 1
-111000010 looting-type 1
-111000010 Belgrade-Moscow 1
-111000010 10-time 1
-111000010 return-risk 1
-111000010 20-cent-an-hour 1
-111000010 risk-and 1
-111000010 Jerry-Lewis-worshipping 1
-111000010 long-insulated 1
-111000010 Treasury-Bundesbank 1
-111000010 close-call 1
-111000010 Korean-Korean 1
-111000010 negotitating 1
-111000010 advance-man 1
-111000010 non-baseball 1
-111000010 many-gadgeted 1
-111000010 sale-of-business 1
-111000010 eighth-century 1
-111000010 Miskito-Sumo-Rama 1
-111000010 late-autumn 1
-111000010 health-sector 1
-111000010 Swedish-owned 1
-111000010 Moskvitch 1
-111000010 case-load 1
-111000010 declaredly 1
-111000010 Zamboanga-del-Sur-style 1
-111000010 best-of-both-worlds 1
-111000010 mid-1990s.The 1
-111000010 Haitian-born 1
-111000010 giant-long 1
-111000010 melody-mad 1
-111000010 non-amused 1
-111000010 more-legit 1
-111000010 Toyota-Nissan 1
-111000010 minority-contractor 1
-111000010 back-home 1
-111000010 post-truce 1
-111000010 pan-Islamic 1
-111000010 gingerbreaded 1
-111000010 year-ending 1
-111000010 muddling-through 1
-111000010 rice-loving 1
-111000010 then-ruling 1
-111000010 sex-for-spying 1
-111000010 rags-to-Rodeo-Drive 1
-111000010 FDN-aligned 1
-111000010 lower-earnings 1
-111000010 already-murky 1
-111000010 beauty-contest 1
-111000010 inflation-wracked 1
-111000010 fuel-gauge 1
-111000010 trade-shrinking 1
-111000010 more-autonomous 1
-111000010 grevious 1
-111000010 Age-Old 1
-111000010 long-somnolent 1
-111000010 once-sacred 1
-111000010 Airbus/Eastern 1
-111000010 then-popular 1
-111000010 urban-mall 1
-111000010 better-safe-than-sorry 1
-111000010 more-helpful 1
-111000010 supply-threatening 1
-111000010 ground-collapse 1
-111000010 pay-scale 1
-111000010 Christmas-club 1
-111000010 fraction-of-a-point 1
-111000010 Akzo-Royal 1
-111000010 financially-struggling 1
-111000010 no-threat-for-10-years 1
-111000010 second-and-24 1
-111000010 parochial-minded 1
-111000010 120-store 1
-111000010 too-sweeping 1
-111000010 banner-headline 1
-111000010 west-coast 1
-111000010 CIA-KGB 1
-111000010 trans-border 1
-111000010 Carmens 1
-111000010 Kenya-born 1
-111000010 wpstart 1
-111000010 destroyers-for-bases 1
-111000010 more-formidable 1
-111000010 46.62-point 1
-111000010 0.49-point 1
-111000010 circle-prone 1
-111000010 time-warped 1
-111000010 Hoosierland 1
-111000010 new-jobs 1
-111000010 game-fixing 1
-111000010 door-die 1
-111000010 fire-touched 1
-111000010 sometimes-fatal 1
-111000010 year-the 1
-111000010 frozen-embryo 1
-111000010 sick-making 1
-111000010 multiagency 1
-111000010 27-time 1
-111000010 nine-bedroom 1
-111000010 15-foot-high 1
-111000010 221.07-point 1
-111000010 no-surprises 1
-111000010 small-budget 1
-111000010 often-sounded 1
-111000010 nonbargaining 1
-111000010 Lumbee 1
-111000010 Yahi 1
-111000010 thrice-postponed 1
-111000010 penalty-reform 1
-111000010 PREDICTABLY 1
-111000010 aluminum-hulled 1
-111000010 cleanshaven 1
-111000010 Karmann 1
-111000010 CorningSmithKline 1
-111000010 pilot-directed 1
-111000010 sex-for-secrets 1
-111000010 not-so-small 1
-111000010 paper-crunch 1
-111000010 Rubensesque 1
-111000010 much-scrutinized 1
-111000010 not-uncommon 1
-111000010 160-year-old 1
-111000010 noise-insulation 1
-111000010 ICN-Viratek 1
-111000010 cooling-fan 1
-111000010 delirium-inducing 1
-111000010 Stanton-Daley 1
-111000010 Russian-backed 1
-111000010 now-unforeseen 1
-111000010 Azteca 1
-111000010 Cezannes 1
-111000010 health-care-service 1
-111000010 accounting-type 1
-111000010 consultant-accountant 1
-111000010 14-acre 1
-111000010 not-so-trivial 1
-111000010 worse-case 1
-111000010 seven-medal 1
-111000010 convention-financing 1
-111000010 Brokaw-engineered 1
-111000010 prestige-sentitive 1
-111000010 stess-protein 1
-111000010 hit-or-miss 1
-111000010 daily-dividend 1
-111000010 Northrop-Korea 1
-111000010 bond-oriented 1
-111000010 Mitterrand-Kohl 1
-111000010 Alabama-Coushatta 1
-111000010 water-depletion 1
-111000010 single-celled 2
-111000010 dead-of-the-night 2
-111000010 50,000-pound 2
-111000010 pre-invasion 2
-111000010 mortgage-investment 2
-111000010 pro-West 2
-111000010 prissy 2
-111000010 Smurf 2
-111000010 catching-up 2
-111000010 Terribly 2
-111000010 poppy-seed 2
-111000010 special-interest-group 2
-111000010 tabloid-sized 2
-111000010 four-page-a-minute 2
-111000010 killer-bee 2
-111000010 less-leveraged 2
-111000010 32-yard 2
-111000010 Bangalore-based 2
-111000010 fist-sized 2
-111000010 Christmas-time 2
-111000010 Unisys-Convergent 2
-111000010 public-financing 2
-111000010 blood-curdling 2
-111000010 nondiversified 2
-111000010 trading-system 2
-111000010 no-strings-attached 2
-111000010 five-act 2
-111000010 frozen-pizza 2
-111000010 once-protected 2
-111000010 Sealink 2
-111000010 government-granted 2
-111000010 subcabinet 2
-111000010 95-cent 2
-111000010 22-point 2
-111000010 non-serious 2
-111000010 more-militant 2
-111000010 55-pound 2
-111000010 bald-faced 2
-111000010 four-eyed 2
-111000010 one-newspaper 2
-111000010 waterfront-project 2
-111000010 salaried-employee 2
-111000010 transaction-related 3
-111000010 135-year-old 3
-111000010 last-ranked 3
-111000010 two-year-long 3
-111000010 1,000-person 3
-111000010 tension-filled 3
-111000010 five-week-old 3
-111000010 gross-out 3
-111000010 government-orchestrated 3
-111000010 strikebound 3
-111000010 baldfaced 3
-111000010 brokerage-stock 3
-111000010 bases-loaded 3
-111000010 200-store 3
-111000010 low-beta 3
-111000010 Republican-sponsored 3
-111000010 million-vote 3
-111000010 candlelit 3
-111000010 microwaveable 3
-111000010 25,000-square-foot 3
-111000010 hard-to-spot 3
-111000010 lifesize 3
-111000010 400-year-old 3
-111000010 50-cent-an-hour 3
-111000010 seventh-game 3
-111000010 Utopian 3
-111000010 Moscow-Beijing 3
-111000010 beleagured 3
-111000010 37-megawatt 3
-111000010 fast-trading 3
-111000010 multifunction 3
-111000010 well-seasoned 3
-111000010 still-healthy 4
-111000010 financial-sector 4
-111000010 outsize 4
-111000010 regulatory-relief 4
-111000010 1,000-acre 4
-111000010 double-page 4
-111000010 cold-hearted 4
-111000010 white-controlled 4
-111000010 church-based 4
-111000010 May-September 4
-111000010 straight-up 4
-111000010 Akzo/Royal 4
-111000010 three-cent 5
-111000010 life-prolonging 5
-111000010 bona-fide 5
-111000010 consumer-law 5
-111000010 lose-lose 5
-111000010 cash-hungry 5
-111000010 mouth-watering 5
-111000010 similar-size 6
-111000010 viscous 6
-111000010 long-closed 6
-111000010 much-debated 6
-111000010 multihull 6
-111000010 standard-issue 6
-111000010 Gordian 6
-111000010 late-evening 7
-111000010 first-line 7
-111000010 end-of-the-quarter 7
-111000010 billion-dollar-plus 7
-111000010 cash-laden 7
-111000010 semi-governmental 8
-111000010 gravelly 8
-111000010 two-handed 8
-111000010 months-old 8
-111000010 fast-expanding 8
-111000010 160-acre 8
-111000010 300-point 8
-111000010 last-place 9
-111000010 DDG-51 9
-111000010 more-active 9
-111000010 high-yield-bond 9
-111000010 30-cent 9
-111000010 middle-size 9
-111000010 spur-of-the-moment 10
-111000010 mid-life 10
-111000010 tried-and-true 10
-111000010 13th-century 11
-111000010 no-lose 12
-111000010 wintry 13
-111000010 run-of-the-mill 20
-111000010 heavy-industry 21
-111000010 12-point 24
-111000010 top-tier 25
-111000010 knotty 26
-111000010 no-win 31
-111000010 50-point 32
-111000010 wider-than-expected 39
-111000010 back-to-back 41
-111000010 smaller-than-expected 50
-111000010 foregone 55
-111000010 splashy 67
-111000010 budding 76
-111000010 roller-coaster 79
-111000010 thorny 92
-111000010 money-losing 94
-111000010 big 17636
-111000010 billion-dollar 129
-111000011 conservative-advocacy 1
-111000011 medical-center 1
-111000011 26-bank 1
-111000011 hitherto-overlooked 1
-111000011 beaconing 1
-111000011 political-interest 1
-111000011 modest-size 1
-111000011 16-million 1
-111000011 non-minimalist 1
-111000011 variable-cost 1
-111000011 private-research 1
-111000011 mid-management 1
-111000011 35,000-extension 1
-111000011 big-commission 1
-111000011 five-window 1
-111000011 tax-identification 1
-111000011 Korean-owned 1
-111000011 426-foot 1
-111000011 telephone-book-thick 1
-111000011 Boeing-Hughes 1
-111000011 Sangster-led 1
-111000011 PaineWebber-led 1
-111000011 British-Chinese 1
-111000011 taxpayer-identification 1
-111000011 Sino-French 1
-111000011 customer-operated 1
-111000011 375-acre 1
-111000011 96-ounce 1
-111000011 165,000-acre 1
-111000011 savings-and-loan-industry 1
-111000011 company-named 1
-111000011 safety-advocacy 1
-111000011 well-refined 1
-111000011 states-government 1
-111000011 Broadway-like 1
-111000011 mischevious 1
-111000011 changin 1
-111000011 utility-financed 1
-111000011 public-assembly 1
-111000011 broaderscope 1
-111000011 consumer-activist 1
-111000011 color-LCD 1
-111000011 Dine-O-Mat 1
-111000011 refrigerated-products 1
-111000011 113-nation 1
-111000011 gospel-style 1
-111000011 burned-off 1
-111000011 dodgy 1
-111000011 speaker-manufacturing 1
-111000011 161-store 1
-111000011 textile-labeling 1
-111000011 pervertible 1
-111000011 multicomponent 1
-111000011 giddyap-and-go 1
-111000011 legend-encrusted 1
-111000011 solid-gray 1
-111000011 detainees-monitoring 1
-111000011 Spanish-Arab 1
-111000011 stamina-testing 1
-111000011 Merrill-led 1
-111000011 public-law 1
-111000011 blockheaded 1
-111000011 Frates-led 1
-111000011 to-be-determined 1
-111000011 now-unregulated 1
-111000011 long-favored 1
-111000011 pard 1
-111000011 corporate-watchdog 1
-111000011 Jacobs-led 1
-111000011 farmer-advocacy 1
-111000011 more-identifiable 1
-111000011 paltry-pursed 1
-111000011 Louisiana-based 1
-111000011 community-improvement 1
-111000011 direct-delivery 1
-111000011 Village-based 1
-111000011 food-vending 1
-111000011 protective-equipment 1
-111000011 Shula-coached 1
-111000011 94-bed 1
-111000011 more-than-average 1
-111000011 nonwoven-textile 1
-111000011 liberal-leaning 1
-111000011 620-acre 1
-111000011 VAT-like 1
-111000011 pig-farming 1
-111000011 fruit-exporting 1
-111000011 contract-sewing 1
-111000011 hypnotical 1
-111000011 Pickensled 1
-111000011 ore-like 1
-111000011 once-glutted 1
-111000011 metal-treatment 1
-111000011 dog-sized 1
-111000011 corporate-pension 1
-111000011 Starlan 1
-111000011 hot-pink 1
-111000011 Branson-controlled 1
-111000011 200-apartment 1
-111000011 early-seeded 1
-111000011 un-automated 1
-111000011 counter-pressure 1
-111000011 Fiat-led 1
-111000011 higher-than-reported 1
-111000011 Norine 1
-111000011 fast-diminishing 1
-111000011 black-oriented 1
-111000011 once-closed 1
-111000011 713-mile 1
-111000011 gay-advocacy 1
-111000011 gun-advocacy 1
-111000011 56-bed 1
-111000011 college-business 1
-111000011 small-employer 1
-111000011 97-room 1
-111000011 French-Italian 1
-111000011 doll-house-scale 1
-111000011 specialized-engineering 1
-111000011 similar-sounding 1
-111000011 sports-catalog 1
-111000011 military-tent 1
-111000011 30,000-man 1
-111000011 media-publishing 1
-111000011 nickel-size 1
-111000011 3,740-foot 1
-111000011 truck-maintenance 1
-111000011 rural-oriented 1
-111000011 jargony 1
-111000011 British-Arab 1
-111000011 248-room 1
-111000011 group-sponsored 1
-111000011 children's-advocacy 1
-111000011 postcoital 1
-111000011 5,400-mile 1
-111000011 playable 1
-111000011 160-bed 1
-111000011 fee-driven 1
-111000011 prisoner-advocacy 1
-111000011 as-yet-unspecified 1
-111000011 commoditylike 1
-111000011 BellSouth-led 1
-111000011 1.2650 1
-111000011 TravelHoliday 1
-111000011 60-patient 1
-111000011 money-lending 1
-111000011 under-valued 1
-111000011 gabby 1
-111000011 2,000-square-meter 1
-111000011 land-clearing 1
-111000011 perceived-value 1
-111000011 British-French-American 1
-111000011 lobster-supply 1
-111000011 Ferranti-led 1
-111000011 receivable-management 1
-111000011 precise-sounding 1
-111000011 New-York-based 1
-111000011 half-to-full 1
-111000011 chip-producing 1
-111000011 pet-rabbit-raising 1
-111000011 two-passenger 1
-111000011 utility-sponsored 1
-111000011 925-foot-high 1
-111000011 tree-service 1
-111000011 Czechoslovak-made 1
-111000011 securities-analysis 1
-111000011 sales-service 1
-111000011 metal-can 1
-111000011 twin-screen 1
-111000011 certain-sized 2
-111000011 grotty 2
-111000011 gun-happy 2
-111000011 sword-wielding 2
-111000011 high-achieving 2
-111000011 steering-linkage 2
-111000011 Troublesome 2
-111000011 rare-books 2
-111000011 spear-carrying 2
-111000011 50-store 2
-111000011 steering-system 2
-111000011 owlish 2
-111000011 gambling-related 2
-111000011 3,241 2
-111000011 housing-advocacy 2
-111000011 matchstick 2
-111000011 information-oriented 2
-111000011 hard-court 2
-111000011 full-out 2
-111000011 Gargantuan 2
-111000011 French-oriented 2
-111000011 Wisconsin-based 2
-111000011 hard-to-define 2
-111000011 more-combative 2
-111000011 protein-like 2
-111000011 two-team 2
-111000011 itsy-bitsy 2
-111000011 marine-transportation 2
-111000011 niche-oriented 2
-111000011 12E 2
-111000011 greater-than-normal 2
-111000011 klutzy 2
-111000011 larger-than-average 2
-111000011 tile-roofed 2
-111000011 cross-industry 2
-111000011 shoebox-sized 2
-111000011 native-language 2
-111000011 three-fund 2
-111000011 fatcat 2
-111000011 70-millimeter 2
-111000011 worry-free 2
-111000011 seven-city 2
-111000011 doubledecker 2
-111000011 well-produced 2
-111000011 bomb-damaged 2
-111000011 earthquake-damaged 2
-111000011 right-leaning 2
-111000011 college-publishing 2
-111000011 dollar-exposed 2
-111000011 well-justified 2
-111000011 PC-related 2
-111000011 pushcart 3
-111000011 fast-drying 3
-111000011 five-company 3
-111000011 3,000-foot 3
-111000011 sepulchral 3
-111000011 security-sensitive 3
-111000011 narrow-gauge 3
-111000011 heterogenous 3
-111000011 rag-tag 3
-111000011 76-acre 3
-111000011 gold-leaf 3
-111000011 land-office 3
-111000011 child-advocacy 3
-111000011 soon-to-be-published 3
-111000011 40-ton 3
-111000011 less-desirable 3
-111000011 voice-controlled 3
-111000011 wind-whipped 3
-111000011 75-pound 3
-111000011 one-for-five 3
-111000011 three-line 3
-111000011 largish 3
-111000011 silversmith 3
-111000011 family-sized 3
-111000011 claymation 3
-111000011 mediumsized 3
-111000011 500-bed 3
-111000011 5,000-share 3
-111000011 good-news 3
-111000011 10-bank 3
-111000011 low-dose 3
-111000011 diamond-shaped 4
-111000011 three-liter 4
-111000011 more-liquid 4
-111000011 hormone-like 4
-111000011 114-nation 4
-111000011 high-performing 4
-111000011 drug-crazed 4
-111000011 non-recessionary 4
-111000011 non-citizen 4
-111000011 two-foot-tall 4
-111000011 beveled 4
-111000011 export-based 4
-111000011 fenced-in 4
-111000011 half-ton 4
-111000011 used-book 4
-111000011 better-made 4
-111000011 beech 4
-111000011 two-newspaper 4
-111000011 peppy 5
-111000011 two-million 5
-111000011 treeless 5
-111000011 1,072 5
-111000011 calypso 5
-111000011 larger-than-usual 5
-111000011 teensy 5
-111000011 dirt-poor 5
-111000011 kaishime 5
-111000011 fair-sized 5
-111000011 dissonant 5
-111000011 steel-related 5
-111000011 risk-oriented 5
-111000011 bioengineered 6
-111000011 low-return 6
-111000011 1950s-vintage 6
-111000011 city-sponsored 6
-111000011 lusty 6
-111000011 plebeian 6
-111000011 curvy 6
-111000011 Brobdingnagian 6
-111000011 high-tension 6
-111000011 loose-fitting 6
-111000011 unpainted 7
-111000011 Hutu 7
-111000011 still-undetermined 7
-111000011 status-conscious 8
-111000011 king-sized 8
-111000011 better-performing 8
-111000011 technology-oriented 8
-111000011 gory 9
-111000011 one-pound 9
-111000011 fire-damaged 9
-111000011 neo-Nazi 10
-111000011 well-attended 11
-111000011 better-paying 11
-111000011 high-intensity 11
-111000011 self-governing 11
-111000011 half-finished 11
-111000011 non-Nasdaq 11
-111000011 dollar-sensitive 12
-111000011 high-dividend 13
-111000011 100-pound 13
-111000011 one-person 13
-111000011 debt-heavy 13
-111000011 tight-knit 14
-111000011 smallish 15
-111000011 detachable 15
-111000011 Beazer-led 15
-111000011 white-owned 16
-111000011 goodly 17
-111000011 low-profit 18
-111000011 recession-resistant 18
-111000011 nondescript 20
-111000011 malfunctioning 21
-111000011 discrete 22
-111000011 perishable 29
-111000011 below-average 30
-111000011 grimy 30
-111000011 deluxe 30
-111000011 finite 33
-111000011 coarse 34
-111000011 middle-sized 35
-111000011 well-capitalized 35
-111000011 well-run 47
-111000011 well-managed 54
-111000011 second-tier 56
-111000011 consumer-oriented 61
-111000011 medium-size 80
-111000011 dummy 81
-111000011 sleek 94
-111000011 sleepy 114
-111000011 disproportionate 147
-111000011 high-priced 251
-111000011 fancy 349
-111000011 lesser 385
-111000011 medium-sized 423
-111000011 cyclical 537
-111000011 sizable 792
-111000011 tiny 1190
-111000011 small 12017
-111000011 large 12508
-111000100 six-million-unit 1
-111000100 supercompetitive 1
-111000100 1,764,000 1
-111000100 steam-injection 1
-111000100 64-lane 1
-111000100 Wright-Ortega 1
-111000100 late-1962 1
-111000100 64-acre 1
-111000100 less-than-friendly 1
-111000100 1928-1929 1
-111000100 science-journalism 1
-111000100 less-activist 1
-111000100 six-percentage-point 1
-111000100 one-cell 1
-111000100 bomb-caused 1
-111000100 penlike 1
-111000100 19-week 1
-111000100 Mediterranean-sized 1
-111000100 diamond-market 1
-111000100 nine-mile-long 1
-111000100 long-abandoned 1
-111000100 dress-down 1
-111000100 Medicaid-funded 1
-111000100 two-to-three-month 1
-111000100 parachutelike 1
-111000100 pre-condemnation 1
-111000100 37-to-11 1
-111000100 defter 1
-111000100 40-person 1
-111000100 seven-block 1
-111000100 multitrack 1
-111000100 private-power 1
-111000100 high-anxiety 1
-111000100 356-56 1
-111000100 first-story 1
-111000100 fast-advancing 1
-111000100 13-7 1
-111000100 342-point 1
-111000100 208-189 1
-111000100 planetlike 1
-111000100 Martinized 1
-111000100 tower-of-power 1
-111000100 bay-side 1
-111000100 bowling-machine 1
-111000100 McKesson-provided 1
-111000100 post-rejection 1
-111000100 fast-revolving 1
-111000100 global-equities 1
-111000100 6,279,000-unit 1
-111000100 19-0 1
-111000100 caffeine-dependent 1
-111000100 natural-foods 1
-111000100 13-county 1
-111000100 1873-76 1
-111000100 1893-96 1
-111000100 talent-show 1
-111000100 anti-Ngo 1
-111000100 bomb-shelter 1
-111000100 walkout-triggered 1
-111000100 dancing-bear 1
-111000100 rock-and-gravel 1
-111000100 145-yard 1
-111000100 151-yard 1
-111000100 total-liability 1
-111000100 34-day 1
-111000100 production-based 1
-111000100 demand-based 1
-111000100 38-yard 1
-111000100 fullblown 1
-111000100 24.6-acre 1
-111000100 reactor-research 1
-111000100 cable-car 1
-111000100 27-foot 1
-111000100 calcium-dependent 1
-111000100 day-each 1
-111000100 hotel-shopping 1
-111000100 1,514,000-unit 1
-111000100 hardware-industry 1
-111000100 58-month 1
-111000100 landslide-prone 1
-111000100 three-inch-high 1
-111000100 domedshaped 1
-111000100 five-to-six-year 1
-111000100 2.3-year 1
-111000100 heretofore-undisclosed 1
-111000100 rental-building 1
-111000100 post-1956 1
-111000100 savings-club 1
-111000100 54-31 1
-111000100 71-21 1
-111000100 230-183 1
-111000100 7.5-square-mile 1
-111000100 cross-cultural-multimedia 1
-111000100 quasi-scientific 1
-111000100 propulsion-system 1
-111000100 242-190 1
-111000100 Reuter-Niefer 1
-111000100 mother-like 1
-111000100 doglike 1
-111000100 teen-crazed 1
-111000100 90,000-square-mile 1
-111000100 263-155 1
-111000100 high-radiation 1
-111000100 Hindu-run 1
-111000100 752-180 1
-111000100 Bahamian-government 1
-111000100 level-playing 1
-111000100 388-16 1
-111000100 quadratic 1
-111000100 real-grass 1
-111000100 high-walled 1
-111000100 210-foot 1
-111000100 369-48 1
-111000100 breast-pocket 1
-111000100 two-mile-wide 1
-111000100 blooped 1
-111000100 techncial 1
-111000100 3.3-year 1
-111000100 130-home 1
-111000100 municipal-garbage 1
-111000100 .366 1
-111000100 43-41 1
-111000100 50-25 1
-111000100 salmon-rich 1
-111000100 1197-to-1156 1
-111000100 spacesuit-like 1
-111000100 military-built 1
-111000100 250,000-square-foot 1
-111000100 226-168 1
-111000100 52.28-point 1
-111000100 U.N.-supervised 1
-111000100 oil-options 1
-111000100 cocaine-possession 1
-111000100 planetarium-like 1
-111000100 trading-symbol 1
-111000100 single-known 1
-111000100 tight-wire 1
-111000100 firefly-lit 1
-111000100 392-9 1
-111000100 Merrill-controlled 1
-111000100 tax-rate/terms-of-trade 1
-111000100 92-2 1
-111000100 dynamite-filled 1
-111000100 statehouse-steps 1
-111000100 panic-disorder 1
-111000100 450-mile-wide 1
-111000100 Polish-government 1
-111000100 public-services 1
-111000100 two-layer 1
-111000100 17-12 1
-111000100 112-acre 1
-111000100 gasoline-options 1
-111000100 30-0 1
-111000100 lunar-style 1
-111000100 police-state-type 1
-111000100 home-recording 1
-111000100 one-eighth-mile 1
-111000100 Fahmy-Tota 1
-111000100 homestead-equity 1
-111000100 trust-account 1
-111000100 low-gravity 1
-111000100 limestone-and-glass 1
-111000100 callin 1
-111000100 202-197 1
-111000100 Ford-type 1
-111000100 worker/computer 1
-111000100 246-171 1
-111000100 231-183 1
-111000100 black-ink 1
-111000100 12-pond 1
-111000100 365-49 1
-111000100 407-5 1
-111000100 1-to-8 1
-111000100 human-operated 1
-111000100 3,000-case 1
-111000100 public-approval 1
-111000100 16-5 1
-111000100 two-night 1
-111000100 equity-issue 1
-111000100 near-sidearm-throwing 1
-111000100 lofty-sounding 1
-111000100 child-sized 1
-111000100 12week 1
-111000100 twist-off 1
-111000100 parasite-borne 1
-111000100 nuclear-detonation-free 1
-111000100 twee 1
-111000100 30-city 1
-111000100 24.54-point 1
-111000100 bee-and-honeycomb 1
-111000100 125-day-old 1
-111000100 1/8-size 1
-111000100 2,000-year 1
-111000100 cancerlike 1
-111000100 nuclear-arms-free 1
-111000100 money-trading 1
-111000100 loan-booking 1
-111000100 145-acre 1
-111000100 fire-ant 1
-111000100 mountain-fringed 1
-111000100 chemical-weapons-free 1
-111000100 gentle-spirited 1
-111000100 6.6-million-unit 1
-111000100 subway-tunnel 1
-111000100 garbage-strewn 1
-111000100 less-than-orthodox 1
-111000100 pro-Nimrod 1
-111000100 48month 1
-111000100 rust-bowl 1
-111000100 post-nuclear-war 1
-111000100 junk-securities 1
-111000100 2,200-acre 1
-111000100 Crosby-Hope 1
-111000100 sleety 1
-111000100 six-to-nine-month 1
-111000100 four-country 1
-111000100 low-roofed 1
-111000100 high-school-equivalency 1
-111000100 double-fisted 1
-111000100 bleak-looking 1
-111000100 pearllike 1
-111000100 quarterly-tax 1
-111000100 575-room 1
-111000100 since-ended 1
-111000100 reductionist 1
-111000100 business-size 1
-111000100 seventh-inning 1
-111000100 103-unit 1
-111000100 28-by-11-mile 1
-111000100 Dunlap-Robison 1
-111000100 startling-orange 1
-111000100 housing-starved 1
-111000100 church-sanctioned 1
-111000100 1,255,000-unit 1
-111000100 asset-size 1
-111000100 40,000-pound 1
-111000100 Windhaven 1
-111000100 busines 1
-111000100 smelt-like 1
-111000100 184-day 1
-111000100 slowing-down 1
-111000100 butterfly-sighting 1
-111000100 yen-appreciation 1
-111000100 nonjury 1
-111000100 66-point 1
-111000100 postoperative 1
-111000100 1,245,000-unit 1
-111000100 1,833,000-unit 1
-111000100 industrial-comeback 1
-111000100 62-37 1
-111000100 bidder-owned 1
-111000100 automobile-hauler 1
-111000100 229-187 1
-111000100 950,000-metric 1
-111000100 27.5-miles-per-gallon 1
-111000100 Fed-induced 1
-111000100 government-enforced 1
-111000100 one-act-play 1
-111000100 230-190 1
-111000100 193-185 1
-111000100 26-acre 1
-111000100 royal-blue 1
-111000100 land-mine 1
-111000100 turntable-mounted 1
-111000100 tin-and-plywood 1
-111000100 Braves-Cardinals 1
-111000100 '30s-type 1
-111000100 258-153 1
-111000100 402-6 1
-111000100 388-5 1
-111000100 stamp-cancellation 1
-111000100 12-12 1
-111000100 none-too-steady 1
-111000100 Moonie-sponsored 1
-111000100 1,599,000-unit 1
-111000100 449,000-unit 1
-111000100 1,250,000-unit 1
-111000100 45-5 1
-111000100 25-24 1
-111000100 50,000-word 1
-111000100 CIA-led 1
-111000100 dying-second 1
-111000100 3.6-mile-long 1
-111000100 two-gallery 1
-111000100 state-prison 1
-111000100 U.N.-brokered 1
-111000100 silk-smooth-dealing 1
-111000100 multi-plant 1
-111000100 10-ring 1
-111000100 14,000-pipe 1
-111000100 fear-testing 1
-111000100 five-line 1
-111000100 21-7 1
-111000100 most-costly 1
-111000100 97-acre 1
-111000100 36-car 1
-111000100 52-to-47 1
-111000100 Ruinous 1
-111000100 40-card 1
-111000100 female-only 1
-111000100 squid-cleaning 1
-111000100 multiple-personality 1
-111000100 burgundy-striped 1
-111000100 dead-animal 1
-111000100 poor-country 1
-111000100 Wednesday-afternoon 1
-111000100 mud-slick 1
-111000100 neo-fundamentalist 1
-111000100 sage-covered 1
-111000100 nine-million-unit 1
-111000100 ship-turning 1
-111000100 small-arena 1
-111000100 12th-place 1
-111000100 squad-car 1
-111000100 weapons-possession 1
-111000100 1,129,000-unit 1
-111000100 1,477,000-unit 1
-111000100 1973-1975 1
-111000100 big-ship 1
-111000100 computer-tinkering 1
-111000100 soul-music 1
-111000100 2.25-percentage-point 1
-111000100 banking-service 1
-111000100 red-leather 1
-111000100 hiring-and-wage 1
-111000100 Chernobyl-size 1
-111000100 pressure-packed 1
-111000100 preleukemic 1
-111000100 Nativity 1
-111000100 tank-free 1
-111000100 tristate 1
-111000100 spur-like 1
-111000100 16-4 1
-111000100 log-sorting 1
-111000100 August-to-October 1
-111000100 tiger-striped 1
-111000100 blame-the-other-guy 1
-111000100 musette 1
-111000100 superconductor-exploitation 1
-111000100 six-square-mile 1
-111000100 16-inch-high 1
-111000100 caramel-pecan 1
-111000100 365-18 1
-111000100 schedule-making 1
-111000100 big-hype 1
-111000100 year.The 1
-111000100 millenary 1
-111000100 century-mark 1
-111000100 Simms-to-Manuel 1
-111000100 79,000-barrel 1
-111000100 foreign-tax-credit 1
-111000100 22-8 1
-111000100 laundrysoap 1
-111000100 not-too-calm 1
-111000100 gut-string 1
-111000100 dinosauric 1
-111000100 10-degree 1
-111000100 stock-form 1
-111000100 Kabul-backed 1
-111000100 script-to-screen 1
-111000100 73-second 1
-111000100 48/64-inch 1
-111000100 23-yard 1
-111000100 welfare-use 1
-111000100 softening-up 1
-111000100 1,893,000-unit 1
-111000100 less-detailed 1
-111000100 2.09-square-mile 1
-111000100 seven-seven 1
-111000100 Ford-style 1
-111000100 security-inducing 1
-111000100 now-past 1
-111000100 1,486,000 1
-111000100 20/64th-inch 1
-111000100 lengthly 1
-111000100 12-6 1
-111000100 45-acre 1
-111000100 no-parking 1
-111000100 111-acre 1
-111000100 multimilllion-dollar 1
-111000100 4,000-acre 1
-111000100 drug-discovery 1
-111000100 soil-rejuvenation 1
-111000100 triple-whammy 1
-111000100 better-directed 1
-111000100 Triangle-controlled 1
-111000100 chestnut-sized 1
-111000100 new-works 1
-111000100 once-swaggering 1
-111000100 justice-seeking 1
-111000100 crosswind 1
-111000100 incentive-induced 1
-111000100 moisture-absorbing 1
-111000100 Southern-timberland 1
-111000100 55/64-inch 1
-111000100 445,000-job 1
-111000100 Communist-backed 1
-111000100 2,000-square-mile 1
-111000100 U.S.engineered 1
-111000100 television-oriented 1
-111000100 Muppet-based 1
-111000100 product-packaging 1
-111000100 46-acre 1
-111000100 user-interactive 1
-111000100 free-fire 1
-111000100 shipping-industry 1
-111000100 100-foot-wide 1
-111000100 quasifinancial 1
-111000100 47-to-1 1
-111000100 near-biblical 1
-111000100 five-to-three 1
-111000100 382-26 1
-111000100 sewer-dwelling 1
-111000100 rejection-letter 1
-111000100 3-o'clock-in-the-morning 1
-111000100 grinding-it-out 1
-111000100 seven-square-mile 1
-111000100 knuckleball 1
-111000100 high-yen-induced 1
-111000100 yen-appreciation-induced 1
-111000100 mail-ballot 1
-111000100 knit-pink 1
-111000100 supermarket-warehouse 1
-111000100 1,326,000 1
-111000100 silver-backed 1
-111000100 point-of-order 1
-111000100 9/64-inch 1
-111000100 saddle-shaped 1
-111000100 200-square-mile 1
-111000100 halfsize 1
-111000100 land-reclamation 1
-111000100 crumpled-up 1
-111000100 album-liner 1
-111000100 company-and 1
-111000100 rumorfilled 1
-111000100 16.73-point 1
-111000100 company-guaranteed 1
-111000100 quite-literal 1
-111000100 233-171 1
-111000100 900-acre 1
-111000100 one-in-a-billion 1
-111000100 9-by-11-inch 1
-111000100 brass-bullet-and-hip-boots 1
-111000100 budget-cut 1
-111000100 1,360-foot-long 1
-111000100 donkey-pulled 1
-111000100 U.S.style 1
-111000100 slack-stringed 1
-111000100 50-yard-by-85-foot 1
-111000100 30/64inch 1
-111000100 47-day-old 1
-111000100 107-word 1
-111000100 10-4 1
-111000100 budget-hotel 1
-111000100 meet-the-people 1
-111000100 60-29 1
-111000100 Zhongguancun 1
-111000100 68-24 1
-111000100 summercamp 1
-111000100 securities-settlements 1
-111000100 700-bed 1
-111000100 strobe-lighted 1
-111000100 231-185 1
-111000100 hemoglobin-based 1
-111000100 brief-but-woeful 1
-111000100 brushy 1
-111000100 470-foot 1
-111000100 defense/international 1
-111000100 four-county 1
-111000100 rear-sliding 1
-111000100 men's-room 1
-111000100 quasi-corporate 1
-111000100 633-acre 1
-111000100 58-yard 1
-111000100 56-yard 1
-111000100 war-head 1
-111000100 sometimes-tense 1
-111000100 4.5-acre 1
-111000100 price-for-performance 1
-111000100 277-104 1
-111000100 schoolmarmish 1
-111000100 Southwestern-style 1
-111000100 20-3 1
-111000100 cost-reallocation 1
-111000100 carrot-without-the-stick 1
-111000100 96-hour 1
-111000100 midnight-Sunday 1
-111000100 capital-scarce 1
-111000100 crude-producing 1
-111000100 750-room 1
-111000100 328-90 1
-111000100 water-baseball 1
-111000100 cowelled 1
-111000100 grease-streaked 1
-111000100 policy-holder-owned 1
-111000100 bull's-eye-like 1
-111000100 March-inspired 1
-111000100 baby-voiced 1
-111000100 678-acre 1
-111000100 data-transfer 1
-111000100 bribery-extortion 1
-111000100 30-block 1
-111000100 French-franc 1
-111000100 278-143 1
-111000100 143-1 1
-111000100 agency-merger 1
-111000100 concert-quality 1
-111000100 379-word 1
-111000100 Lakers-Celtics 1
-111000100 tea-box 1
-111000100 234-180 1
-111000100 62-28 1
-111000100 government-only 1
-111000100 72-mile-an-hour 1
-111000100 Houstonlike 1
-111000100 58-40 1
-111000100 walnut-size 1
-111000100 seven-to-10-year 1
-111000100 22-5 1
-111000100 geodesic 1
-111000100 15/64-inch 1
-111000100 big-hit 1
-111000100 pea-sized 1
-111000100 30-foot-deep 1
-111000100 primary-campaign 1
-111000100 niche-marketing 1
-111000100 six-sevenths 1
-111000100 rifleshot 1
-111000100 double-A-minus-rated 1
-111000100 more-vibrant 1
-111000100 clean-room 1
-111000100 20-or-30-year 1
-111000100 gold-ore-program 1
-111000100 seven-floor 1
-111000100 greatest-hits 1
-111000100 284-272 1
-111000100 Russocentric 1
-111000100 405-11 1
-111000100 toothed 1
-111000100 hotel-cum-casino-cum-convention 1
-111000100 twin-hull 1
-111000100 black-browed 1
-111000100 dial-a-cargo 1
-111000100 4,500-employee 1
-111000100 foot-square 1
-111000100 Mamluk 1
-111000100 potholeless 1
-111000100 grocery-industry 1
-111000100 reggae-music 1
-111000100 bank-merger 1
-111000100 1,404,000 1
-111000100 10-to-6 1
-111000100 show-stopping 1
-111000100 farm-injury 1
-111000100 7,450,000-unit 1
-111000100 Teamsters-led 1
-111000100 12-year-long 1
-111000100 fast-receding 1
-111000100 30-acre 1
-111000100 35-city 1
-111000100 357,000-acre 1
-111000100 81-9 1
-111000100 mortgage-gain 1
-111000100 S-shaped 1
-111000100 high-seas 1
-111000100 36-exposure 1
-111000100 Chinese-sauce 1
-111000100 single-vineyard 1
-111000100 Paitilla 1
-111000100 Farmbelt 1
-111000100 2.7-million-square-foot 1
-111000100 used-plane 1
-111000100 38-12 1
-111000100 30-20 1
-111000100 27-23 1
-111000100 paper-bleaching 1
-111000100 five-mile-high 1
-111000100 15-cents-a-pound 1
-111000100 great-quality 1
-111000100 gas-meter 1
-111000100 vendor-independent 1
-111000100 23,000-acre 1
-111000100 77-pace 1
-111000100 thousand-point 1
-111000100 European-led 1
-111000100 pro-pension 1
-111000100 food-standards 1
-111000100 10-block 1
-111000100 1,041-to-967 1
-111000100 22-18 1
-111000100 five-pendant 1
-111000100 neutrino-sized 1
-111000100 forced-notification 1
-111000100 hazing-by-shouting-match 1
-111000100 higher-stakes 1
-111000100 184-foot 1
-111000100 21-week-old 1
-111000100 74-8 1
-111000100 Rich-affiliated 1
-111000100 brunet 1
-111000100 9-8 1
-111000100 most-sustained 1
-111000100 1,050-foot 1
-111000100 eightmonth 1
-111000100 14,000-acre 1
-111000100 consensus-run 1
-111000100 strawvote 1
-111000100 17-state 1
-111000100 237-183 1
-111000100 country-inn 1
-111000100 still-simmering 1
-111000100 133-foot 1
-111000100 27-picture 1
-111000100 toy-gun 1
-111000100 deeper-than-desired 1
-111000100 colored-group 1
-111000100 stable-currency 1
-111000100 drop-away 1
-111000100 locked-up 1
-111000100 head-counting 1
-111000100 family-conflict 1
-111000100 5000E 1
-111000100 368-58 1
-111000100 win-at-any-cost 1
-111000100 cowl-like 1
-111000100 loosey-goosey 1
-111000100 37-month 1
-111000100 cycle-ending 1
-111000100 theater-management 1
-111000100 look-to-the-future 1
-111000100 24-acre 1
-111000100 five-blade 1
-111000100 shaking-out 1
-111000100 taragon 1
-111000100 climatological 1
-111000100 278-142 1
-111000100 three-book 1
-111000100 630-acre 1
-111000100 1.09-inch 1
-111000100 20-to-30-year 1
-111000100 headup 1
-111000100 preconference 1
-111000100 109-inch 1
-111000100 900-square-foot 1
-111000100 kid-goes-back-in-time 1
-111000100 Nazi-sympathizing 1
-111000100 prohibition-style 1
-111000100 plant-wide 1
-111000100 six-inch-square 1
-111000100 semi-controlled 1
-111000100 32-9 1
-111000100 4922 1
-111000100 376-26 1
-111000100 212-point 1
-111000100 220-acre 1
-111000100 company-called 1
-111000100 10-blade 1
-111000100 Cheerios-brand 1
-111000100 307-98 1
-111000100 boat-rental 1
-111000100 budget-line 1
-111000100 1928-1937 1
-111000100 blue-carpeted 1
-111000100 mini-dust 1
-111000100 13-day-old 1
-111000100 business-segment 1
-111000100 20-inch-diameter 1
-111000100 capital-surplus 1
-111000100 well-watered 1
-111000100 60-foot-tall 1
-111000100 mood-type 1
-111000100 crude-product 1
-111000100 low-involvement 1
-111000100 circle-the-wagon 1
-111000100 post-liberal 1
-111000100 torpedo-shaped 1
-111000100 400-foot 1
-111000100 not-sufficient-funds 1
-111000100 sunless 1
-111000100 still-unannounced 1
-111000100 systems-management 1
-111000100 721-step 1
-111000100 thrift-like 1
-111000100 water-flood 1
-111000100 rectractable 1
-111000100 271-234 1
-111000100 57,000-acre 1
-111000100 third-straight 1
-111000100 back-burner 1
-111000100 nine-phone-number 1
-111000100 many-storied 1
-111000100 string-of-pearls 1
-111000100 six-foot-wide 1
-111000100 343-54 1
-111000100 93-2 1
-111000100 15-ounce 1
-111000100 timber-supply 1
-111000100 photoconductive 1
-111000100 301-96 1
-111000100 600-voice 1
-111000100 pot-holed 1
-111000100 subway-station 1
-111000100 15-by-20-foot 1
-111000100 rammed-shut 1
-111000100 non-accessible 1
-111000100 car-driving 1
-111000100 palm-thatched 1
-111000100 concrete-coated 1
-111000100 street-lamp-dotted 1
-111000100 podunk 1
-111000100 six-horse 1
-111000100 war-adventure 1
-111000100 big-mouthed 1
-111000100 56.53-point 1
-111000100 26-month 1
-111000100 Pirates-Mets 1
-111000100 once-idyllic 1
-111000100 herd-like 1
-111000100 consumer-fueled 1
-111000100 Formica-topped 1
-111000100 two-out 1
-111000100 9,500-worker 1
-111000100 summer-sports 1
-111000100 126-game 1
-111000100 6-all 1
-111000100 goose-feather 1
-111000100 9/32-inch 1
-111000100 75-15 1
-111000100 91-3 1
-111000100 7/32-inch 1
-111000100 52-unit 1
-111000100 bone-deteriorating 1
-111000100 Manteca 1
-111000100 thump-on-the-back 1
-111000100 hotel-conference 1
-111000100 6,000-square-foot 2
-111000100 breezeless 2
-111000100 400-year 2
-111000100 68-cent 2
-111000100 CFIUS 2
-111000100 4,600-foot 2
-111000100 nine-pound 2
-111000100 menu-like 2
-111000100 17/64-inch 2
-111000100 city-wide 2
-111000100 peace-seeking 2
-111000100 backbench 2
-111000100 secrecy-shrouded 2
-111000100 750-acre 2
-111000100 sad-eyed 2
-111000100 28-month-old 2
-111000100 parent-child 2
-111000100 single-scale 2
-111000100 government-issue 2
-111000100 stage-by-stage 2
-111000100 30-12 2
-111000100 world-competitive 2
-111000100 company-imposed 2
-111000100 post-baby 2
-111000100 business-cost 2
-111000100 25-month 2
-111000100 neverending 2
-111000100 cardinal-red 2
-111000100 Plexiglas 2
-111000100 35,000-square-foot 2
-111000100 80/64-inch 2
-111000100 416-2 2
-111000100 108-day 2
-111000100 public-audit 2
-111000100 creative-writing 2
-111000100 28/64-inch 2
-111000100 12-10 2
-111000100 three-quarter-inch 2
-111000100 '30s-style 2
-111000100 birch-paneled 2
-111000100 trident 2
-111000100 silver-plated 2
-111000100 1,500-acre 2
-111000100 five-piece 2
-111000100 long-enough 2
-111000100 12-volume 2
-111000100 25-mile 2
-111000100 200-foot 2
-111000100 15,000-foot 2
-111000100 17-story 2
-111000100 38-to-4 2
-111000100 104-year-old 2
-111000100 ridge-top 2
-111000100 Grieg 2
-111000100 125-mile-wide 2
-111000100 21-acre 2
-111000100 sight-and-sound 2
-111000100 Swiss-cheese 2
-111000100 ripsnorting 2
-111000100 tax-rule 2
-111000100 Bush-Salinas 2
-111000100 600,000-ton 2
-111000100 then-princely 2
-111000100 six-city 2
-111000100 fast-fading 2
-111000100 plantwide 2
-111000100 Hessian 2
-111000100 four-foot-tall 2
-111000100 20-city 2
-111000100 horror-movie 2
-111000100 union-free 2
-111000100 late-starting 2
-111000100 20-14 2
-111000100 gold-recovery 2
-111000100 two-block 2
-111000100 1,200-year-old 2
-111000100 42-acre 2
-111000100 nine-nation 2
-111000100 well-thumbed 2
-111000100 257-160 2
-111000100 12-5 2
-111000100 news-conference 2
-111000100 seven-foot-high 2
-111000100 30-mile-long 2
-111000100 377-40 2
-111000100 fivemonth 2
-111000100 morning-long 2
-111000100 1,000-seat 2
-111000100 quite-different 2
-111000100 voguish 2
-111000100 5-foot-4-inch 2
-111000100 union-hall 2
-111000100 27-unit 2
-111000100 four-week-old 2
-111000100 Chernobyl-like 2
-111000100 four-horse 2
-111000100 military-band 2
-111000100 1984-1987 2
-111000100 pyrrhic 2
-111000100 15-yard 2
-111000100 bench-clearing 2
-111000100 multiplayer 2
-111000100 safety-deposit 2
-111000100 marble-floored 2
-111000100 1977-80 2
-111000100 stress-relieving 2
-111000100 marijuana-smoking 2
-111000100 father-daughter 2
-111000100 roll-up-your-sleeves 2
-111000100 still-continuing 2
-111000100 banana-shaped 2
-111000100 wide-angle 2
-111000100 pen-like 2
-111000100 five-stage 2
-111000100 chromosomal 2
-111000100 policy-oriented 2
-111000100 Boeing-Aloha 2
-111000100 Pohnpeian 2
-111000100 direct-satellite 2
-111000100 48-year 2
-111000100 rifle-shot 2
-111000100 chichi 2
-111000100 cadaverous 2
-111000100 1,000-rupee 2
-111000100 screwed-up 2
-111000100 50-plus 2
-111000100 non-Christian 2
-111000100 three-night 2
-111000100 nine-week-old 2
-111000100 44-country 2
-111000100 nonsubstantive 2
-111000100 59-page 2
-111000100 Soviet-financed 2
-111000100 10-city 2
-111000100 gap-filling 2
-111000100 beauty-shop 2
-111000100 230-176 2
-111000100 yet-undetermined 2
-111000100 31-week 2
-111000100 long-studied 2
-111000100 best-of-five 2
-111000100 12year 2
-111000100 100-foot-long 2
-111000100 never-changing 2
-111000100 voter-approved 2
-111000100 fixed-fee 2
-111000100 dang 2
-111000100 17-2 2
-111000100 14-page 2
-111000100 reproportioned 2
-111000100 clubbish 2
-111000100 109-day 2
-111000100 70-square-mile 2
-111000100 40-month 2
-111000100 90-mile 2
-111000100 slaveholding 2
-111000100 jitterbugging 2
-111000100 13-concert 2
-111000100 cost-performance 2
-111000100 12-1 2
-111000100 seven-course 2
-111000100 32-week 2
-111000100 financial-advertising 2
-111000100 20-ounce 2
-111000100 staff-prepared 2
-111000100 book-lined 2
-111000100 tug-of-love 2
-111000100 two-decade-long 2
-111000100 1-to-5 2
-111000100 porch-bound 2
-111000100 76-8 2
-111000100 144-acre 2
-111000100 safety-oriented 2
-111000100 several-year 2
-111000100 200,000-ton 2
-111000100 thimble-sized 2
-111000100 catatonic 2
-111000100 coca-growing 2
-111000100 213-201 2
-111000100 bighorn-sheep 2
-111000100 two-wheeled 2
-111000100 three-decade-long 2
-111000100 32/64-inch 2
-111000100 disability-pay 2
-111000100 picture-book 2
-111000100 6-to-3 2
-111000100 pleasant-faced 2
-111000100 pre-1979 2
-111000100 college-hoops 2
-111000100 .30-.30 2
-111000100 pre-historic 2
-111000100 26-22 2
-111000100 under-40 2
-111000100 22-inch 2
-111000100 43-mile 2
-111000100 pint-size 2
-111000100 post-nuclear 2
-111000100 3-foot-high 2
-111000100 semiprivate 2
-111000100 Fiji-style 2
-111000100 15-square-foot 2
-111000100 whacked-out 2
-111000100 hiccuping 2
-111000100 one-megabyte 2
-111000100 4,500-acre 2
-111000100 3,000-seat 2
-111000100 seven-month-long 2
-111000100 120-acre 2
-111000100 management-friendly 2
-111000100 fighter-jet 2
-111000100 snap-brim 2
-111000100 out-of-school 2
-111000100 now-routine 2
-111000100 261-160 2
-111000100 wrong-way 2
-111000100 fuel-storage 2
-111000100 travel-agent 2
-111000100 114-day 2
-111000100 157-acre 2
-111000100 286-unit 2
-111000100 1,493,000-unit 2
-111000100 33-month 2
-111000100 7,000-foot 2
-111000100 rain-swollen 2
-111000100 single-topic 2
-111000100 312-107 2
-111000100 union-organized 2
-111000100 20-business-day 3
-111000100 lighter-than-expected 3
-111000100 250-acre 3
-111000100 26-volume 3
-111000100 13-mile 3
-111000100 highest-grade 3
-111000100 late-spring 3
-111000100 130-year-old 3
-111000100 stock-owned 3
-111000100 12-4 3
-111000100 six-session 3
-111000100 post-arms-control 3
-111000100 20-nation 3
-111000100 threeyear 3
-111000100 three-week-long 3
-111000100 tuition-free 3
-111000100 foamy 3
-111000100 yet-unnamed 3
-111000100 Euroconvertible 3
-111000100 steady-state 3
-111000100 remote-controlled 3
-111000100 10-10 3
-111000100 show-me 3
-111000100 lilting 3
-111000100 Sevres 3
-111000100 don't-tread-on-me 3
-111000100 15-mile 3
-111000100 26.2-mile 3
-111000100 low-commission 3
-111000100 nerve-wracking 3
-111000100 52-mile 3
-111000100 three-and-a-half-year 3
-111000100 17-1 3
-111000100 5,000-meter 3
-111000100 7,000-seat 3
-111000100 Romanian-built 3
-111000100 pro-disarmament 3
-111000100 jeweled 3
-111000100 20-13 3
-111000100 joint-manufacturing 3
-111000100 500,000-ton 3
-111000100 home-plate 3
-111000100 Sunday-afternoon 3
-111000100 33-acre 3
-111000100 fifth-inning 3
-111000100 pixieish 3
-111000100 vehicle-manufacturing 3
-111000100 Book-of-the-Month-Club 3
-111000100 30-foot-high 3
-111000100 too-small 3
-111000100 percussive 3
-111000100 postage-paid 3
-111000100 three-city 3
-111000100 17-foot 3
-111000100 pain-relieving 3
-111000100 1,000-foot 3
-111000100 one-shift 3
-111000100 225-mile 3
-111000100 Grawemeyer 3
-111000100 39-month 3
-111000100 10-megawatt 3
-111000100 light-colored 3
-111000100 stone-age 3
-111000100 fourmonth 3
-111000100 2.5-mile 3
-111000100 27-month 3
-111000100 limited-liability 3
-111000100 one-track 3
-111000100 seven-part 3
-111000100 four-team 3
-111000100 1,000-pound 3
-111000100 50-foot-high 3
-111000100 pauper 3
-111000100 rough-edged 3
-111000100 TV-like 3
-111000100 half-mile-long 3
-111000100 minoxidil-based 3
-111000100 44-year 3
-111000100 highest-stakes 3
-111000100 nonissue 3
-111000100 42-month 3
-111000100 British-French 3
-111000100 civilian-run 3
-111000100 23-day 3
-111000100 360-degree 3
-111000100 31-day 3
-111000100 long-hitting 3
-111000100 bad-cop 3
-111000100 63-36 3
-111000100 25-point 3
-111000100 Hiroshima-Nagasaki 3
-111000100 24-foot 3
-111000100 multi-agency 3
-111000100 36-day 3
-111000100 bad-tempered 3
-111000100 surefire 3
-111000100 hieroglyphic 3
-111000100 multicentered 3
-111000100 threeweek 3
-111000100 165-seat 3
-111000100 profit-boosting 3
-111000100 pre-Broadway 3
-111000100 scabrous 3
-111000100 once-in-a-generation 3
-111000100 Hobbesian 3
-111000100 many-splendored 3
-111000100 111-day 3
-111000100 summer-long 3
-111000100 onemonth 3
-111000100 10/64-inch 3
-111000100 Texaco-Icahn 3
-111000100 Philippines-style 3
-111000100 96-day 3
-111000100 41-store 3
-111000100 Monday-night 4
-111000100 fiveyear 4
-111000100 one-woman 4
-111000100 60-minute 4
-111000100 four-mile 4
-111000100 21-point 4
-111000100 53-mile 4
-111000100 heat-treatment 4
-111000100 longawaited 4
-111000100 XJ-6 4
-111000100 crochet 4
-111000100 multivolume 4
-111000100 multifranchise 4
-111000100 whispery 4
-111000100 multination 4
-111000100 56-42 4
-111000100 juried 4
-111000100 29-day 4
-111000100 31-month 4
-111000100 130-day 4
-111000100 control-share 4
-111000100 380-25 4
-111000100 three-game 4
-111000100 chemical-free 4
-111000100 trading-range 4
-111000100 launch-pad 4
-111000100 12-state 4
-111000100 248-day 4
-111000100 fouryear 4
-111000100 cross-state 4
-111000100 58-day 4
-111000100 40-cent-a-share 4
-111000100 studio-tour 4
-111000100 9-3 4
-111000100 17-minute 4
-111000100 55-day 4
-111000100 nudist 4
-111000100 twoyear 4
-111000100 sealed-bid 4
-111000100 late-year 4
-111000100 innoculation 4
-111000100 fullfledged 4
-111000100 3,303-room 4
-111000100 19-1 4
-111000100 phase-one 4
-111000100 32-hour 4
-111000100 48-month 4
-111000100 150-day 4
-111000100 TV-movie 4
-111000100 music-theater 4
-111000100 25,000-pound 4
-111000100 conference-room 4
-111000100 man-eating 4
-111000100 cost-price 4
-111000100 five-day-old 4
-111000100 five-county 4
-111000100 98-day 4
-111000100 longer-than-normal 4
-111000100 Republican-led 4
-111000100 75-minute 4
-111000100 three-day-old 4
-111000100 nonnegotiable 4
-111000100 33-story 4
-111000100 38-year 4
-111000100 Fireman's-Geico 4
-111000100 seven-week-old 4
-111000100 20-acre 4
-111000100 14/64-inch 4
-111000100 pro-Reagan 4
-111000100 quasi 4
-111000100 nonconfrontational 4
-111000100 70-minute 4
-111000100 weapons-acquisition 4
-111000100 peak-demand 5
-111000100 civilian-military 5
-111000100 Chernobyl-style 5
-111000100 150-foot 5
-111000100 pitch-black 5
-111000100 second-round 5
-111000100 hot-blooded 5
-111000100 three-block 5
-111000100 just-published 5
-111000100 quasi-religious 5
-111000100 45-second 5
-111000100 communist-led 5
-111000100 two-car 5
-111000100 contract-related 5
-111000100 46-day 5
-111000100 shapeless 5
-111000100 take-no-prisoners 5
-111000100 post-Deng 5
-111000100 shoelace 5
-111000100 stop-Jackson 5
-111000100 long-pending 5
-111000100 non-jury 5
-111000100 tariff-reduction 5
-111000100 clamorous 5
-111000100 60-year 5
-111000100 13-point 5
-111000100 three-phase 5
-111000100 mousy 5
-111000100 22/64-inch 5
-111000100 still-unfinished 5
-111000100 three-digit 5
-111000100 high-consumption 5
-111000100 3,000-acre 5
-111000100 16/64-inch 5
-111000100 two-game 5
-111000100 free-trading 5
-111000100 trash-can 5
-111000100 pre-programmed 5
-111000100 much-feared 5
-111000100 17-week 5
-111000100 28-month 5
-111000100 yuletide 5
-111000100 35-minute 5
-111000100 52-page 5
-111000100 single-aircraft 5
-111000100 600-page 5
-111000100 200-member 5
-111000100 31-mile 5
-111000100 four-minute 5
-111000100 French-American 5
-111000100 35-hour 5
-111000100 seven-game 5
-111000100 barebones 5
-111000100 two-foot 5
-111000100 three-nation 5
-111000100 half-billion-dollar 5
-111000100 10,000-acre 5
-111000100 gauzy 5
-111000100 seven-point 5
-111000100 24-day 5
-111000100 take-charge 5
-111000100 grittier 5
-111000100 2,000-acre 5
-111000100 50-acre 5
-111000100 death-defying 5
-111000100 26-mile 5
-111000100 22-acre 5
-111000100 200-year 6
-111000100 60-mile 6
-111000100 cleaned-up 6
-111000100 19-month-old 6
-111000100 six-state 6
-111000100 70-day 6
-111000100 49-day 6
-111000100 32-page 6
-111000100 70-year 6
-111000100 22-week 6
-111000100 300-mile 6
-111000100 three-session 6
-111000100 pro-Sandinista 6
-111000100 100-yard 6
-111000100 42-day 6
-111000100 60-page 6
-111000100 58-42 6
-111000100 five-part 6
-111000100 multipart 6
-111000100 water-filled 6
-111000100 grandiloquent 6
-111000100 three-ounce 6
-111000100 150-acre 6
-111000100 fire-breathing 6
-111000100 six-lane 6
-111000100 second-stage 6
-111000100 full-on 6
-111000100 39-day 6
-111000100 back-slapping 6
-111000100 five-acre 6
-111000100 600-mile 6
-111000100 lowest-rated 6
-111000100 366-day 6
-111000100 61-day 6
-111000100 19-month 6
-111000100 midwinter 6
-111000100 mid-19th-century 6
-111000100 100-acre 6
-111000100 2,000-year-old 6
-111000100 seven-man 6
-111000100 photorefractive 6
-111000100 10-day-old 7
-111000100 50-minute 7
-111000100 two-decade 7
-111000100 one-line 7
-111000100 block-long 7
-111000100 20-page 7
-111000100 300-patient 7
-111000100 13-day 7
-111000100 67-day 7
-111000100 rumor-driven 7
-111000100 45-year 7
-111000100 40-mile 7
-111000100 punk-rock 7
-111000100 six-mile 7
-111000100 true-life 7
-111000100 two-day-old 7
-111000100 99-0 7
-111000100 rollercoaster 7
-111000100 years-long 7
-111000100 bank-stock 7
-111000100 30-week 7
-111000100 60-bed 7
-111000100 1/8-point 8
-111000100 post-deregulation 8
-111000100 43-year 8
-111000100 75-day 8
-111000100 seven-foot 8
-111000100 multicenter 8
-111000100 night-time 8
-111000100 two-pound 8
-111000100 36-hour 8
-111000100 multi-party 8
-111000100 six-point 8
-111000100 22-minute 8
-111000100 little-noted 8
-111000100 first-floor 8
-111000100 quarter-inch 8
-111000100 fixed-mix 8
-111000100 six-part 8
-111000100 five-month-long 8
-111000100 five-mile 8
-111000100 five-session 8
-111000100 drought-inspired 8
-111000100 30-mile 8
-111000100 3-3 8
-111000100 29-month 8
-111000100 rollicking 8
-111000100 pay-back 8
-111000100 gestation 8
-111000100 Saturday-night 8
-111000100 wizened 8
-111000100 100-day 8
-111000100 92-5 8
-111000100 three-stage 8
-111000100 full-throated 8
-111000100 job-guarantee 9
-111000100 one-mile 9
-111000100 100-mile 9
-111000100 57-day 9
-111000100 four-day-old 9
-111000100 50-state 9
-111000100 two-lane 9
-111000100 high-protein 9
-111000100 nine-point 9
-111000100 24-year 9
-111000100 40-acre 9
-111000100 16-foot 9
-111000100 three-tiered 9
-111000100 three-level 9
-111000100 three-week-old 9
-111000100 starry 9
-111000100 four-point 9
-111000100 30-hour 9
-111000100 coffee-table 10
-111000100 jerry-built 10
-111000100 15th-century 10
-111000100 32-month 10
-111000100 three-volume 10
-111000100 3/4-inch 10
-111000100 three-ring 10
-111000100 maximum-security 10
-111000100 13-month 10
-111000100 30-foot 10
-111000100 34-year 10
-111000100 26-day 10
-111000100 17-month 10
-111000100 25-day 10
-111000100 self-congratulatory 10
-111000100 well-oiled 10
-111000100 50-day 10
-111000100 latency 10
-111000100 best-of-seven 10
-111000100 third-floor 10
-111000100 12-page 10
-111000100 ten-year 10
-111000100 mile-long 11
-111000100 150-year-old 11
-111000100 home-town 11
-111000100 21-day 11
-111000100 wage-and-price 11
-111000100 three-minute 11
-111000100 19-day 11
-111000100 moonlit 11
-111000100 two-mile 11
-111000100 dog-eat-dog 11
-111000100 six-week-old 11
-111000100 17-day 11
-111000100 6-5 11
-111000100 hush-hush 12
-111000100 roll-call 12
-111000100 make-or-break 12
-111000100 200-day 12
-111000100 windowless 12
-111000100 nine-hour 12
-111000100 5,000-ounce 12
-111000100 nine-week 12
-111000100 probationary 12
-111000100 congratulatory 12
-111000100 sacrificial 12
-111000100 triennial 12
-111000100 15-foot 12
-111000100 trillion-dollar 12
-111000100 20-month 13
-111000100 40-page 13
-111000100 16-week 13
-111000100 post-Watergate 13
-111000100 21-month 13
-111000100 three-mile 14
-111000100 schoolyard 14
-111000100 conversational 14
-111000100 hair-raising 14
-111000100 seven-month-old 14
-111000100 much-anticipated 14
-111000100 29-year 14
-111000100 12-week 14
-111000100 30-month 14
-111000100 two-week-old 14
-111000100 100-year 15
-111000100 21-year 15
-111000100 Dickensian 15
-111000100 year-and-a-half 15
-111000100 35-year 15
-111000100 200-mile 16
-111000100 lunar 16
-111000100 40-minute 17
-111000100 seven-page 17
-111000100 day-long 17
-111000100 much-heralded 17
-111000100 seven-hour 17
-111000100 six-foot 17
-111000100 half-inch 17
-111000100 one-inch 18
-111000100 40-hour 18
-111000100 27-year 18
-111000100 Martian 18
-111000100 consumer-led 18
-111000100 33-year 18
-111000100 final-hour 19
-111000100 16-day 19
-111000100 16-month 19
-111000100 39-year 19
-111000100 five-hour 19
-111000100 five-month-old 19
-111000100 three-month-old 19
-111000100 five-point 19
-111000100 nine-month-old 20
-111000100 week-long 20
-111000100 15-month 20
-111000100 long-stalled 20
-111000100 fallback 20
-111000100 two-month-old 21
-111000100 zero-sum 21
-111000100 40-day 21
-111000100 28-year 21
-111000100 12-day 21
-111000100 six-hour 22
-111000100 secluded 22
-111000100 14-month 22
-111000100 two-time 22
-111000100 party-line 23
-111000100 sold-out 23
-111000100 26-year 23
-111000100 two-minute 23
-111000100 four-month-old 24
-111000100 helluva 24
-111000100 10-minute 24
-111000100 step-by-step 24
-111000100 ground-breaking 24
-111000100 question-and-answer 25
-111000100 multi-year 25
-111000100 thank-you 25
-111000100 45-minute 26
-111000100 black-tie 26
-111000100 nine-day 26
-111000100 45-day 27
-111000100 six-month-old 27
-111000100 seven-week 27
-111000100 four-part 27
-111000100 veritable 28
-111000100 48-hour 28
-111000100 one-page 28
-111000100 10-week 29
-111000100 20-minute 30
-111000100 17-year 31
-111000100 50-year 31
-111000100 much-touted 32
-111000100 16-year 34
-111000100 daylong 34
-111000100 two-man 36
-111000100 13-year 37
-111000100 30-minute 37
-111000100 15-day 38
-111000100 cavernous 40
-111000100 decade-long 41
-111000100 post-war 41
-111000100 15-minute 42
-111000100 five-nation 44
-111000100 90-minute 44
-111000100 five-week 44
-111000100 month-long 45
-111000100 four-hour 46
-111000100 post-election 47
-111000100 20-day 48
-111000100 little-noticed 52
-111000100 seven-month 52
-111000100 maiden 55
-111000100 nine-year 58
-111000100 one-week 59
-111000100 6-3 62
-111000100 handwritten 64
-111000100 cautionary 65
-111000100 10-month 66
-111000100 four-week 66
-111000100 nuclear-free 66
-111000100 six-week 72
-111000100 three-part 73
-111000100 six-day 76
-111000100 three-hour 77
-111000100 monthlong 77
-111000100 40-year 78
-111000100 25-year 79
-111000100 14-year 82
-111000100 15-year-old 87
-111000100 one-man 88
-111000100 seven-year-old 93
-111000100 five-month 96
-111000100 weeklong 101
-111000100 two-part 105
-111000100 lone 109
-111000100 three-week 118
-111000100 late-night 120
-111000100 four-month 122
-111000100 five-day 122
-111000100 four-year-old 125
-111000100 90-day 126
-111000100 one-hour 130
-111000100 two-hour 134
-111000100 yearlong 137
-111000100 three-year-old 138
-111000100 perpetual 146
-111000100 one-month 156
-111000100 12-month 158
-111000100 four-day 171
-111000100 60-day 174
-111000100 two-year-old 175
-111000100 12-year 204
-111000100 10-day 218
-111000100 two-month 225
-111000100 15-year 245
-111000100 two-week 267
-111000100 six-year 282
-111000100 20-year 287
-111000100 three-day 296
-111000100 two-day 297
-111000100 postwar 372
-111000100 seven-year 529
-111000100 classic 638
-111000100 four-year 659
-111000100 one-year 1071
-111000100 two-year 1173
-111000100 brief 1378
-111000100 three-year 1459
-111000100 five-year 1882
-111000100 single 3512
-111000100 whole 3729
-111000101 Walker-family 1
-111000101 13-foot-high 1
-111000101 production-ready 1
-111000101 tulip-breaking 1
-111000101 anti-sales-tax 1
-111000101 not-that-complicated 1
-111000101 NBC-initiated 1
-111000101 prescription-drug-benefit 1
-111000101 currency-clearing 1
-111000101 fee-and-cost 1
-111000101 93-nation 1
-111000101 diamond-stud 1
-111000101 Volkswagen-commissioned 1
-111000101 precondemnation 1
-111000101 rights-plan 1
-111000101 stingerless 1
-111000101 now-annual 1
-111000101 easy-to-operate 1
-111000101 26/64 1
-111000101 42,092-ton 1
-111000101 NutraSweet-brand 1
-111000101 army-backed 1
-111000101 multiyear-labor 1
-111000101 steel-restraint 1
-111000101 standard-wage 1
-111000101 early-purchase 1
-111000101 Lisztian 1
-111000101 bond-purchase 1
-111000101 lease-management 1
-111000101 40,000-square-foot 1
-111000101 16/64 1
-111000101 corpselike 1
-111000101 process-driven 1
-111000101 MasterCard-Visa 1
-111000101 31-page 1
-111000101 Boeing-Ingersoll 1
-111000101 O'Neill-Reagan 1
-111000101 17/64 1
-111000101 spell-check 1
-111000101 driving-skills 1
-111000101 70-kilowatt 1
-111000101 feudalist 1
-111000101 ABA-ASL 1
-111000101 misstaken 1
-111000101 flip-top 1
-111000101 2,955 1
-111000101 job-fitness 1
-111000101 dual-market 1
-111000101 pop-opera 1
-111000101 labor-led 1
-111000101 arms-destruction 1
-111000101 main-table 1
-111000101 far-from-magnificent 1
-111000101 home-cleaning 1
-111000101 noise-control 1
-111000101 122-page 1
-111000101 pilots-machinists 1
-111000101 Intel-Mitsubishi 1
-111000101 blind-trust 1
-111000101 40-patient 1
-111000101 382-12 1
-111000101 zoo-type 1
-111000101 rate-case 1
-111000101 hepatitus-B 1
-111000101 selfimposed 1
-111000101 definitve 1
-111000101 Skandia-Vesta 1
-111000101 made-in-America 1
-111000101 182-seat 1
-111000101 G&S 1
-111000101 248-150 1
-111000101 Republican-sought 1
-111000101 operating-officer 1
-111000101 20-foot-vault 1
-111000101 Lorimar-Warner 1
-111000101 Illinois-Britain 1
-111000101 on-the-street 1
-111000101 soft-gelatin 1
-111000101 joint-agreement 1
-111000101 370-31 1
-111000101 committee-sponsored 1
-111000101 743-page 1
-111000101 Airbus-McDonnell 1
-111000101 57-32 1
-111000101 pre-competitive 1
-111000101 non-prosecution 1
-111000101 ever-so-urbane 1
-111000101 convention-speech 1
-111000101 union-member 1
-111000101 capital-forebearance 1
-111000101 15-0 1
-111000101 left-ear 1
-111000101 sector-rotation 1
-111000101 time-to-market 1
-111000101 training-wage 1
-111000101 shared-custody 1
-111000101 money-for-silence 1
-111000101 aluminum-bonded 1
-111000101 research-sharing 1
-111000101 70-27 1
-111000101 late-quarter 1
-111000101 Jardine's-affiliate 1
-111000101 Anglo-U.S 1
-111000101 Anglo-German 1
-111000101 goody-two-shoes 1
-111000101 track-sharing 1
-111000101 four-seat 1
-111000101 delayed-delivery 1
-111000101 head-over-heels 1
-111000101 Guyanese 1
-111000101 NATO/INF 1
-111000101 Nomura/Kidder 1
-111000101 cabinetlevel 1
-111000101 110-3 1
-111000101 long-negotiated 1
-111000101 few-months-earlier 1
-111000101 teacher-certification 1
-111000101 mixed-class 1
-111000101 almost-constant 1
-111000101 made-in-Geneva 1
-111000101 animal-laboratory 1
-111000101 late-term 1
-111000101 filmlike 1
-111000101 49-45 1
-111000101 AIDS-associated 1
-111000101 military-bases 1
-111000101 semi-patched-up 1
-111000101 hiring-freeze 1
-111000101 rosy-eyed 1
-111000101 U.S.-Honduras 1
-111000101 below-50 1
-111000101 get-out-your-handkerchiefs 1
-111000101 counterpurchase 1
-111000101 open-systems 1
-111000101 pink-rimmed 1
-111000101 burlap-sack-like 1
-111000101 Atari-Amiga 1
-111000101 technology-license 1
-111000101 Saudi-Algerian 1
-111000101 Ovu-Stick 1
-111000101 69-page 1
-111000101 near-general 1
-111000101 minicomputer-based 1
-111000101 beta-test 1
-111000101 GATT-sponsored 1
-111000101 Johnson-Shad 1
-111000101 difinitve 1
-111000101 money-sharing 1
-111000101 loan-limit 1
-111000101 Nefertiti 1
-111000101 heating-equipment 1
-111000101 bullet-holed 1
-111000101 kidney-function 1
-111000101 Steinberg-Disney 1
-111000101 satisfatory 1
-111000101 highmounted 1
-111000101 semi-negative 1
-111000101 242-page 1
-111000101 Enichem-Montedison 1
-111000101 cortisone-based 1
-111000101 GSA-ordered 1
-111000101 tall-antlered 1
-111000101 state-authorized 1
-111000101 pro-Ericsson 1
-111000101 14/64 1
-111000101 air-cushioned 1
-111000101 piano-vocal 1
-111000101 Krylon 1
-111000101 1,355-page 1
-111000101 Amtrak-Conrail 1
-111000101 buy-America 1
-111000101 Allegis-Boeing 1
-111000101 economic-benefits 1
-111000101 smallerscale 1
-111000101 rocket-joint 1
-111000101 Prosperolike 1
-111000101 teenage-boy 1
-111000101 less-than-productive 1
-111000101 apartheid-rules 1
-111000101 TRADE-RETALIATION 1
-111000101 IBM-Lotus 1
-111000101 Skousen-Moonie 1
-111000101 still-unreleased 1
-111000101 just-finished 1
-111000101 145-page 1
-111000101 anti-Cuomo 1
-111000101 licensing-manufacturing 1
-111000101 bi-monthly 1
-111000101 Saudi-engineered 1
-111000101 four-over-par 1
-111000101 Razaleigh-Musa 1
-111000101 secondsourcing 1
-111000101 tourist-home 1
-111000101 budget-and-taxes 1
-111000101 currency-stability 1
-111000101 fare-increase 1
-111000101 straddlers 1
-111000101 Lufthansa-Iberia 1
-111000101 gunny 1
-111000101 racing-room 1
-111000101 109-103 1
-111000101 285-120 1
-111000101 7.5-foot 1
-111000101 bronze-windowed 1
-111000101 34-passenger 1
-111000101 budget-bill 1
-111000101 best-staged 1
-111000101 payroll-trimming 1
-111000101 28-foot 1
-111000101 National-Fairchild 1
-111000101 dictation-taking 1
-111000101 paper-dictating 1
-111000101 Syria-linked 1
-111000101 AIDS-producing 1
-111000101 Arco-Britoil 1
-111000101 twelve-member 1
-111000101 Viralizer 1
-111000101 city-commissioned 1
-111000101 hand-dug 1
-111000101 intermediate-missiles 1
-111000101 Singapore-flagged 1
-111000101 85-passenger 1
-111000101 GE-IBM 1
-111000101 two-airline 1
-111000101 multiple-support 1
-111000101 Martell-Seagram 1
-111000101 Boeing/Allegis 1
-111000101 rocket-propellant 1
-111000101 deadline-breaking 1
-111000101 tax-court 1
-111000101 mid-to-low 1
-111000101 dominant-father 1
-111000101 detente-era 1
-111000101 German-U.S. 1
-111000101 denotative 1
-111000101 five-deck 1
-111000101 Matsushita-GE 1
-111000101 30,000-mile 1
-111000101 water-act 1
-111000101 U.S.-Swedish 1
-111000101 gas-search 1
-111000101 Stern-Whitehead 1
-111000101 supplications 1
-111000101 body-fat 1
-111000101 U.S.-German-Japanese 1
-111000101 simple-for-complex 1
-111000101 technology-swap 1
-111000101 7.5-mile 1
-111000101 IBM/Futjitsu 1
-111000101 not-opposed 1
-111000101 bulk-export 1
-111000101 one-goal 1
-111000101 scientific-cooperation 1
-111000101 loan-reserves 1
-111000101 first-right-of-refusal 1
-111000101 Simthsonian 1
-111000101 stone-dead 1
-111000101 months-an 1
-111000101 supply-accord 1
-111000101 cable-Hollywood 1
-111000101 team-candidate 1
-111000101 27-minute 1
-111000101 ultrasecret 1
-111000101 ENI-Montedison 1
-111000101 Ferruzzi-Me.T.A. 1
-111000101 plastic-gun 1
-111000101 state-sought 1
-111000101 werewolf-movie 1
-111000101 due-dilligence 1
-111000101 sulfa-on-site 1
-111000101 allover 1
-111000101 Hicklen 1
-111000101 mannequin-equipped 1
-111000101 semi-heterodox 1
-111000101 rig-to-reefs 1
-111000101 passenger-sharing 1
-111000101 engine-intake 1
-111000101 223-195 1
-111000101 letters-come-to-life 1
-111000101 strike-contingency 1
-111000101 HBO-Fox 1
-111000101 17-paragraph 1
-111000101 19-paragraph 1
-111000101 21-paragraph 1
-111000101 Trump-Continental 1
-111000101 326-2 1
-111000101 township-wide 1
-111000101 bird-carcass 1
-111000101 Dow-Marion 1
-111000101 farm-goods 1
-111000101 vanilla-white 1
-111000101 maroon-and-caramel 1
-111000101 keep-well 1
-111000101 in-use 1
-111000101 186-page 1
-111000101 bat-shaped 1
-111000101 U.S.-Dutch 1
-111000101 form-follows 1
-111000101 home-strep-throat 1
-111000101 interspousal 1
-111000101 AT&T-Olivetti 1
-111000101 35,982 1
-111000101 recently-announced 1
-111000101 small-missile 1
-111000101 384-1 1
-111000101 5,000-patient 1
-111000101 93-5 1
-111000101 58-second 1
-111000101 Philips-GEC 1
-111000101 self-denying 1
-111000101 110-page 1
-111000101 oceanographic-research 1
-111000101 Morrison-Olson 1
-111000101 securities-and-insurance 1
-111000101 business-cooperation 1
-111000101 Roper-Whirlpool 1
-111000101 700-question 1
-111000101 super-scalar 1
-111000101 248-175 1
-111000101 insurance-type 1
-111000101 gene-rearrangement 1
-111000101 pre-brushing 1
-111000101 Halmi-Roach 1
-111000101 Motorola/AT&T 1
-111000101 Tokyo-Yamanashi 1
-111000101 service-and-supply 1
-111000101 200-group 1
-111000101 sneak-attack 1
-111000101 Peronist/liberal 1
-111000101 structural-impediment 1
-111000101 264-page 1
-111000101 U.S.-ASEAN 1
-111000101 Bayfield 1
-111000101 technical-licensing 1
-111000101 nonVAX 1
-111000101 691-page 1
-111000101 redtailed 1
-111000101 one-centimeter-wide 1
-111000101 Ford-GM 1
-111000101 free-association 1
-111000101 gold-sale 1
-111000101 trade-jingoist 1
-111000101 liability-pool 1
-111000101 Whirlpool/Roper 1
-111000101 fair-practices 1
-111000101 77-page 1
-111000101 domestic-partners 1
-111000101 Trump-Griffin 1
-111000101 Pakistan-Kabul 1
-111000101 28-6 1
-111000101 Moscow-set 1
-111000101 fuel-supply 1
-111000101 shuttle-transfer 1
-111000101 medium-missile 1
-111000101 small/medium 1
-111000101 Chinese-Brazilian 1
-111000101 75-passenger 1
-111000101 baseball-book 1
-111000101 87.5-decibel 1
-111000101 graphite-composite 1
-111000101 moth-killing 1
-111000101 night-game 1
-111000101 cabinet-committee 1
-111000101 solvency-letter 1
-111000101 GOP-sponsored 1
-111000101 Corning-SmithKline 1
-111000101 dose-limited 1
-111000101 NutraSweet-Kraft 1
-111000101 insurance-unit 1
-111000101 gun-turret 1
-111000101 fructifying 1
-111000101 campaign-trail 1
-111000101 solid-rocket-booster 1
-111000101 31-20 1
-111000101 6,710 1
-111000101 six-to-three 1
-111000101 tent-like 1
-111000101 20-question 1
-111000101 35-to-0 1
-111000101 near-completed 1
-111000101 Yamanote 1
-111000101 jewel-trimmed 1
-111000101 leadership-sanctioned 1
-111000101 hearing-officer 1
-111000101 Who-like 1
-111000101 unduplicated 1
-111000101 Dingell-Waxman 1
-111000101 WCRS-Eurocom 1
-111000101 Itel-Henley 1
-111000101 merger-type 1
-111000101 FAA-initiated 1
-111000101 Jacques-Laurent 1
-111000101 53-page 1
-111000101 size-of-motorcade 1
-111000101 cash-infusion 1
-111000101 yet-to-be-ratified 1
-111000101 Northwest-Skinner 1
-111000101 eager-beaver 1
-111000101 finance-minister 1
-111000101 vaccine-efficacy 1
-111000101 rearview 1
-111000101 anti-Wines/Trupin 1
-111000101 Mugabe-Nkomo 1
-111000101 family-ownership 1
-111000101 Arnault-Guinness 1
-111000101 219-206 1
-111000101 short-flight 1
-111000101 extreme-to-severe 1
-111000101 10-patient 1
-111000101 DM850-a-month 1
-111000101 Jackson-Vanick 1
-111000101 Checchi-NWA 1
-111000101 25-company 1
-111000101 50-to-49 1
-111000101 service-contract 1
-111000101 government-union 1
-111000101 financialdisclosure 1
-111000101 propfan-equipped 1
-111000101 259-member 1
-111000101 healthy-diet 1
-111000101 ruble-convertibility 1
-111000101 plant-infecting 1
-111000101 Hungarian-run 1
-111000101 Wagner/Brown 1
-111000101 thrice-monthly 1
-111000101 shirtwaist 1
-111000101 22-second 1
-111000101 257-156 1
-111000101 socialist-centered 1
-111000101 51-minute 1
-111000101 credit-wrenching 1
-111000101 yacht-club 1
-111000101 word-association 1
-111000101 total-dollar 1
-111000101 59-37 1
-111000101 joint-management 1
-111000101 debt-settlement 1
-111000101 status-defining 1
-111000101 total-ban 1
-111000101 cargo-hold 1
-111000101 joint-account 1
-111000101 millionth-second 1
-111000101 flame-red 1
-111000101 veal-heaped 1
-111000101 15-plane 1
-111000101 Franco-Japanese 1
-111000101 quota-increase 1
-111000101 small-shareholder 1
-111000101 two-firm 1
-111000101 software-licensing 1
-111000101 Twenty-fourth 1
-111000101 10-8 1
-111000101 250-page 1
-111000101 bankdebt 1
-111000101 CBS-Turner 1
-111000101 CI-Bolivia 1
-111000101 wage-concessions 1
-111000101 33-page 1
-111000101 Checchi-Skinner 1
-111000101 fish-or-cut-bait 1
-111000101 Mars-1 1
-111000101 beef-citrus 1
-111000101 459-page 1
-111000101 wide-bottomed 1
-111000101 missile-reduction 1
-111000101 Kodak-like 1
-111000101 126,000-acre 1
-111000101 Varity-Fruehauf 1
-111000101 Cypriot-flagged 1
-111000101 Laffer-curve 1
-111000101 halo-like 1
-111000101 50-inch-diagonal 1
-111000101 corn-production 1
-111000101 gene-transplant 1
-111000101 birdie-making 1
-111000101 court-prescribed 2
-111000101 shareholder-sponsored 2
-111000101 yet-to-be-determined 2
-111000101 Soviet-Kiribati 2
-111000101 feeder-line 2
-111000101 mine-countermeasures 2
-111000101 261-162 2
-111000101 sky-writing 2
-111000101 good-neighbor 2
-111000101 intermediate-missile 2
-111000101 combat-support 2
-111000101 prelimary 2
-111000101 5-to-0 2
-111000101 first-of-a-kind 2
-111000101 Sanofi-Robins 2
-111000101 dioxin-contaminated 2
-111000101 haulage 2
-111000101 shared-power 2
-111000101 pro-environmental 2
-111000101 Kodak-Sterling 2
-111000101 garlic-based 2
-111000101 coerced-license 2
-111000101 beaux-arts 2
-111000101 job-loss 2
-111000101 96-2 2
-111000101 co-label 2
-111000101 trademark-infringement 2
-111000101 equal-price 2
-111000101 conspiracy-theory 2
-111000101 fuel-use 2
-111000101 price-output 2
-111000101 court-sanctioned 2
-111000101 pay-as-we-go 2
-111000101 three-in-one 2
-111000101 Hivagen 2
-111000101 noncompetition 2
-111000101 screw-on 2
-111000101 56-mile 2
-111000101 Cerise 2
-111000101 whole-bank 2
-111000101 long-disputed 2
-111000101 tougher-minded 2
-111000101 cross-investment 2
-111000101 commission-splitting 2
-111000101 coal-capability 2
-111000101 10-lane 2
-111000101 strategic-arms-reduction 2
-111000101 GM-Jaguar 2
-111000101 Model-T 2
-111000101 382-29 2
-111000101 nerdish 2
-111000101 burgundy-colored 2
-111000101 BellSouth/LIN 2
-111000101 power-selling 2
-111000101 129-page 2
-111000101 100,000-pound 2
-111000101 153-page 2
-111000101 Jaguar-GM 2
-111000101 74-page 2
-111000101 Sun-AT&T 2
-111000101 strategicarms 2
-111000101 Kongo 2
-111000101 red-herring 2
-111000101 fraud-riddled 2
-111000101 Skandia-Pohjola 2
-111000101 95-4 2
-111000101 126-page 2
-111000101 Korea-gate 2
-111000101 84-11 2
-111000101 Saudi-Texaco 2
-111000101 potato-shaped 2
-111000101 Indiana-Syracuse 2
-111000101 UAL-pilot 2
-111000101 Hutton-Shearson 2
-111000101 block-trade 2
-111000101 Ogaden 2
-111000101 Occidental-Montedison 2
-111000101 443-page 2
-111000101 172-page 2
-111000101 value-investing 2
-111000101 truth-in-negotiations 2
-111000101 lamb-import 2
-111000101 often-murky 2
-111000101 asset-purchase 2
-111000101 79-page 2
-111000101 fairplay 2
-111000101 government-opposition 2
-111000101 long-arranged 2
-111000101 previously-announced 2
-111000101 no-compete 2
-111000101 Chakrabarty 2
-111000101 yet-to-be-published 2
-111000101 target-letter 2
-111000101 private-letter 2
-111000101 tax-sharing 2
-111000101 lock-and-key 2
-111000101 Walsh-Tribe 2
-111000101 CIA-trained 2
-111000101 55-page 2
-111000101 aluminum-export 2
-111000101 freetrade 2
-111000101 cartoonlike 2
-111000101 seven-session 2
-111000101 19-page 2
-111000101 830-page 2
-111000101 blacklight 2
-111000101 Swiss-U.S. 2
-111000101 quarter-century-old 2
-111000101 cash-bonus 2
-111000101 rate-ceiling 2
-111000101 radio-TV 2
-111000101 prebrushing 2
-111000101 131-page 2
-111000101 probabilistic 2
-111000101 price-cost 2
-111000101 intermediate-forces 2
-111000101 U.S-Japan 2
-111000101 reasonable-sounding 2
-111000101 42-page 2
-111000101 61-page 2
-111000101 short-short 2
-111000101 Toshiba-Motorola 2
-111000101 production-cut 2
-111000101 gene-transfer 2
-111000101 Turner-NBC 2
-111000101 nuclear-missiles 2
-111000101 26-page 2
-111000101 intra-aortic 2
-111000101 non-sugar 2
-111000101 batched 2
-111000101 board-appointed 2
-111000101 shoreside 2
-111000101 heat-release 2
-111000101 debt-for-products 2
-111000101 too-perfect 2
-111000101 news-wire 2
-111000101 228-182 2
-111000101 now-exhausted 2
-111000101 libel-suit 2
-111000101 15,000-pound 2
-111000101 media-generated 2
-111000101 bio-equivalence 2
-111000101 1581 2
-111000101 120-minute 2
-111000101 365-page 2
-111000101 bilingual-education 2
-111000101 Belizean 2
-111000101 Sumy 2
-111000101 breathalyzer 2
-111000101 hot-issue 2
-111000101 three-number 2
-111000101 greenside 2
-111000101 302-127 2
-111000101 mutual-assistance 2
-111000101 racial-bias 2
-111000101 milk-quota 3
-111000101 fee-sharing 3
-111000101 stand-still 3
-111000101 short-form 3
-111000101 pre-sale 3
-111000101 LIN-BellSouth 3
-111000101 merit-shop 3
-111000101 defense-policy 3
-111000101 Furman/Shannon 3
-111000101 37-page 3
-111000101 one-house 3
-111000101 90-page 3
-111000101 BellSouth-LIN 3
-111000101 Saudi-backed 3
-111000101 16-inch 3
-111000101 48-45 3
-111000101 stop-work 3
-111000101 joint-operating 3
-111000101 99-page 3
-111000101 91-page 3
-111000101 Methuen 3
-111000101 once-and-for-all 3
-111000101 Boeing-United 3
-111000101 pre-nuptial 3
-111000101 microinjection 3
-111000101 double-witching 3
-111000101 Baker-Shevardnadze 3
-111000101 prudent-purchasing 3
-111000101 data-networking 3
-111000101 apostolic 3
-111000101 nuclear-arms-reduction 3
-111000101 anti-PAC 3
-111000101 road-test 3
-111000101 pre-admission 3
-111000101 41-page 3
-111000101 jailhouse 3
-111000101 plastic-waste 3
-111000101 large-trade 3
-111000101 U.S.-imposed 3
-111000101 bottom-of-the-line 3
-111000101 health-hazard 3
-111000101 57-page 3
-111000101 Rallye 3
-111000101 225-186 3
-111000101 off-off-Broadway 3
-111000101 Iranian-Syrian 3
-111000101 line-of-credit 3
-111000101 disapointing 3
-111000101 multipicture 3
-111000101 75-page 3
-111000101 letters-to-the-editor 3
-111000101 urine-based 3
-111000101 Hitler-Stalin 3
-111000101 Solomon-like 3
-111000101 post-race 3
-111000101 business-driven 3
-111000101 Carter-Mondale 3
-111000101 58-page 3
-111000101 water-conservation 3
-111000101 trading-halt 3
-111000101 non-aggression 3
-111000101 trackage-rights 3
-111000101 376-23 3
-111000101 aflatoxin-producing 3
-111000101 103-page 3
-111000101 narrow-bank 3
-111000101 93-6 3
-111000101 Clover-Mist 3
-111000101 information-exchange 3
-111000101 defense-bill 3
-111000101 tripartite 3
-111000101 methane-gas 3
-111000101 Texaco-Saudi 3
-111000101 no-sell 3
-111000101 first-edition 3
-111000101 35-page 3
-111000101 water-pump 3
-111000101 trade-opening 3
-111000101 market-sharing 4
-111000101 still-classified 4
-111000101 dog-eared 4
-111000101 dual-track 4
-111000101 frankest 4
-111000101 less-controversial 4
-111000101 160-page 4
-111000101 long-promised 4
-111000101 single-union 4
-111000101 often-repeated 4
-111000101 Solomonic 4
-111000101 volume-purchase 4
-111000101 291st 4
-111000101 notarized 4
-111000101 Molotov-Ribbentrop 4
-111000101 call-blocking 4
-111000101 handshaking 4
-111000101 400-page 4
-111000101 72-hole 4
-111000101 Nunn-Byrd 4
-111000101 much-praised 4
-111000101 65-page 4
-111000101 Nkomati 4
-111000101 mid-engine 4
-111000101 non-disclosure 4
-111000101 equal-rights 4
-111000101 U.S.-Israel 4
-111000101 66-34 4
-111000101 price-limit 4
-111000101 Ford-UAW 4
-111000101 best-effort 4
-111000101 150-page 4
-111000101 two-volume 4
-111000101 75-year 4
-111000101 300-page 4
-111000101 provisonal 4
-111000101 107-page 4
-111000101 cash-stock 4
-111000101 trade-retaliation 4
-111000101 45-page 4
-111000101 tenative 4
-111000101 dress-for-success 4
-111000101 astral 4
-111000101 two-word 4
-111000101 Seagram-Martell 4
-111000101 Tolstaya 4
-111000101 dead-of-night 4
-111000101 actual-malice 4
-111000101 leg-injury 5
-111000101 item-reduction 5
-111000101 waste-handling 5
-111000101 Dome-Amoco 5
-111000101 gold-platinum 5
-111000101 9-2 5
-111000101 time-worn 5
-111000101 fence-mending 5
-111000101 substance-by-substance 5
-111000101 government-inspired 5
-111000101 near-unanimous 5
-111000101 drug-test 5
-111000101 noncompete 5
-111000101 29-page 5
-111000101 17-month-old 5
-111000101 parenthetical 5
-111000101 joint-marketing 5
-111000101 multifiber 5
-111000101 70-page 5
-111000101 Okie 5
-111000101 75-14 5
-111000101 Pennzoil-Getty 5
-111000101 aircraft-financing 5
-111000101 little-publicized 5
-111000101 much-disputed 5
-111000101 nondisclosure 5
-111000101 conservative-liberal 5
-111000101 arms-limitation 5
-111000101 first-to-file 5
-111000101 power-purchase 5
-111000101 double-jeopardy 5
-111000101 350-73 5
-111000101 post-fight 5
-111000101 research-regulatory 6
-111000101 47-page 6
-111000101 50-member 6
-111000101 full-membership 6
-111000101 near-universal 6
-111000101 hazard-communication 6
-111000101 13-page 6
-111000101 7-7 6
-111000101 heart-to-heart 6
-111000101 post-debate 6
-111000101 computer-marketing 6
-111000101 U.S.-British 6
-111000101 36-page 6
-111000101 chest-injury 6
-111000101 short-supply 6
-111000101 prenuptial 6
-111000101 100-page 6
-111000101 Anglo-Irish 6
-111000101 semiconductor-trade 6
-111000101 Apple-Microsoft 6
-111000101 ANZUS 6
-111000101 cloture 6
-111000101 U.S.-Swiss 6
-111000101 Davis/Zweig 6
-111000101 black-money 6
-111000101 71-27 6
-111000101 production-price 6
-111000101 25-page 6
-111000101 Kodak-Fuqua 6
-111000101 AT&T/Sun 6
-111000101 unamended 7
-111000101 loss-sharing 7
-111000101 35-mph 7
-111000101 120-day 7
-111000101 21-page 7
-111000101 much-reduced 7
-111000101 zero-option 7
-111000101 baby-bust 7
-111000101 48-page 7
-111000101 school-prayer 7
-111000101 recusal 7
-111000101 three-step 7
-111000101 now-infamous 7
-111000101 22-page 7
-111000101 budget-trimming 7
-111000101 50-page 7
-111000101 history-making 7
-111000101 post-INF 7
-111000101 highway-bill 7
-111000101 12-round 7
-111000101 tax-boost 7
-111000101 item-veto 7
-111000101 pre-convention 7
-111000101 back-channel 8
-111000101 catbird 8
-111000101 buy-sell 8
-111000101 school-desegregation 8
-111000101 year-by-year 8
-111000101 Negev 8
-111000101 SPSF 8
-111000101 one-step 8
-111000101 do-or-die 8
-111000101 anti-LDP 8
-111000101 much-awaited 8
-111000101 state-Lilco 8
-111000101 IBM/Fujitsu 8
-111000101 Lilco-state 8
-111000101 put-and-call 8
-111000101 one-month-old 9
-111000101 high-court 9
-111000101 24-page 9
-111000101 15-page 9
-111000101 2,000-page 9
-111000101 wage-concession 9
-111000101 production-sharing 9
-111000101 OPEC/non-OPEC 9
-111000101 front-row 10
-111000101 17-page 10
-111000101 99-year 10
-111000101 5-2 10
-111000101 test-market 10
-111000101 16-page 10
-111000101 nonaggression 10
-111000101 focus-group 10
-111000101 Eternal 10
-111000101 cross-shareholding 10
-111000101 5-1 10
-111000101 30-page 10
-111000101 court-imposed 10
-111000101 Pavlovian 11
-111000101 grandstand 11
-111000101 pre-hire 11
-111000101 Baker-Miyazawa 11
-111000101 non-competition 11
-111000101 biennial 11
-111000101 martial-law 11
-111000101 eleventh 11
-111000101 technology-transfer 12
-111000101 Rorer-Robins 12
-111000101 10-page 12
-111000101 revenue-neutral 12
-111000101 dollar-stabilization 13
-111000101 7-1 13
-111000101 pattern-setting 13
-111000101 week-old 13
-111000101 pre-summit 13
-111000101 P.A. 13
-111000101 Jackson-Vanik 13
-111000101 plea-bargain 13
-111000101 nine-page 14
-111000101 flip-in 14
-111000101 rear-view 14
-111000101 4-4 14
-111000101 unholy 14
-111000101 due-diligence 15
-111000101 six-page 16
-111000101 voting-rights 16
-111000101 plea-bargaining 16
-111000101 no-confidence 16
-111000101 fair-price 16
-111000101 technology-sharing 16
-111000101 netback 16
-111000101 lock-up 17
-111000101 code-sharing 17
-111000101 take-it-or-leave-it 17
-111000101 debt-rescheduling 17
-111000101 base-cap 17
-111000101 circuit-breaker 18
-111000101 going-private 18
-111000101 two-track 19
-111000101 Sino-British 19
-111000101 long-expected 19
-111000101 cash-and-securities 19
-111000101 5-3 19
-111000101 Macy-Federated 20
-111000101 double-zero 21
-111000101 double-barreled 21
-111000101 month-old 22
-111000101 one-two 22
-111000101 court-approved 22
-111000101 USAir-Piedmont 22
-111000101 cross-licensing 23
-111000101 first-round 23
-111000101 Pac-Man 24
-111000101 6-2 24
-111000101 GNP-based 24
-111000101 supermajority 25
-111000101 production-cutting 25
-111000101 six-nation 25
-111000101 prudency 25
-111000101 Ku 25
-111000101 nonexclusive 26
-111000101 non-compete 26
-111000101 7-2 27
-111000101 federal-court 27
-111000101 triple-witching 28
-111000101 concessionary 29
-111000101 U.N.-sponsored 29
-111000101 trade-bill 30
-111000101 full-power 35
-111000101 9-0 36
-111000101 1,000-page 37
-111000101 precedent-setting 37
-111000101 papal 38
-111000101 currency-stabilization 43
-111000101 fateful 43
-111000101 Texaco-Pennzoil 44
-111000101 nonbinding 45
-111000101 3-2 45
-111000101 collective-bargaining 50
-111000101 strategic-arms 52
-111000101 lockup 56
-111000101 13D 57
-111000101 voluminous 59
-111000101 three-way 59
-111000101 lower-court 64
-111000101 balanced-budget 68
-111000101 5-4 75
-111000101 tacit 75
-111000101 START 78
-111000101 long-delayed 80
-111000101 2-1 86
-111000101 line-item 187
-111000101 poison-pill 194
-111000101 unanimous 252
-111000101 long-awaited 271
-111000101 landmark 280
-111000101 Louvre 281
-111000101 free-trade 295
-111000101 Boland 299
-111000101 ABM 354
-111000101 provisional 370
-111000101 standstill 418
-111000101 INF 429
-111000101 mere 610
-111000101 tentative 763
-111000101 formal 1588
-111000101 definitive 1609
-111000101 preliminary 2339
-111000101 final 4923
-111000101 original 2954
-111000110 rose-covered 1
-111000110 giant-size 1
-111000110 72-seat 1
-111000110 hand-tied 1
-111000110 jeep-like 1
-111000110 piano-like 1
-111000110 baritonal 1
-111000110 survival-products 1
-111000110 soft-core-porn 1
-111000110 bobbing-head 1
-111000110 pasta-machine 1
-111000110 self-park 1
-111000110 Ford-designed 1
-111000110 jangling 1
-111000110 AMA-sponsored 1
-111000110 thousand-pound 1
-111000110 950-foot-long 1
-111000110 theme-and-variations 1
-111000110 3-D-capable 1
-111000110 minivan-style 1
-111000110 ping-pong-playing 1
-111000110 Chevrolet-powered 1
-111000110 sodium-sulphur 1
-111000110 Flo-Jo 1
-111000110 small-scaled 1
-111000110 super-tough 1
-111000110 24-ounce 1
-111000110 kiddy 1
-111000110 Die-Hard 1
-111000110 172-bed 1
-111000110 sealed-in 1
-111000110 Nagoya-based 1
-111000110 Turkish-Lebanese 1
-111000110 supercomputer-based 1
-111000110 Lebanese-Turkish 1
-111000110 radiant-heat 1
-111000110 chlorine-carrying 1
-111000110 gravure 1
-111000110 svelter 1
-111000110 non-marketing 1
-111000110 16,000-square-foot 1
-111000110 9370/20 1
-111000110 parade-float 1
-111000110 drum-shaped 1
-111000110 thousand-mile 1
-111000110 multi-screen 1
-111000110 742-acre 1
-111000110 4,000-pound 1
-111000110 10-screen 1
-111000110 kindergarten-level 1
-111000110 cagelike 1
-111000110 108-volt 1
-111000110 dissolvable 1
-111000110 chocolate-pecan 1
-111000110 by-appointment-only 1
-111000110 wallet-thin 1
-111000110 country-English 1
-111000110 Revlon-distributed 1
-111000110 muscle-relaxing 1
-111000110 257-177 1
-111000110 between-events 1
-111000110 50-mm 1
-111000110 half-million-tree 1
-111000110 Sunfish 1
-111000110 hydrogen-powered 1
-111000110 stick-type 1
-111000110 distinctive-tasting 1
-111000110 charcoal-filter 1
-111000110 combine-producing 1
-111000110 112-mile 1
-111000110 4-millimeter 1
-111000110 Freon-cooled 1
-111000110 gas-soaked 1
-111000110 British-developed 1
-111000110 fetch-and-carry 1
-111000110 topical-application 1
-111000110 Broadway-style 1
-111000110 three-bay 1
-111000110 race-ready 1
-111000110 gallstone-dissolving 1
-111000110 driving-school 1
-111000110 Fiat-body 1
-111000110 teeth-jarring 1
-111000110 video-tube 1
-111000110 76,000-ton 1
-111000110 doggie-bag 1
-111000110 robot-mounted 1
-111000110 frontwheel-drive 1
-111000110 3/8-inch-thick 1
-111000110 sandhill 1
-111000110 teach-yourself 1
-111000110 full-fashioned 1
-111000110 radar-directed 1
-111000110 220-bed 1
-111000110 Soviet-Korean 1
-111000110 fur-production 1
-111000110 223-page 1
-111000110 laser-carrying 1
-111000110 Hemdale-backed 1
-111000110 gas-saving 1
-111000110 rum-flavored 1
-111000110 psyllium-fortified 1
-111000110 Druse-held 1
-111000110 Olympic-theme 1
-111000110 Hewlett-Apollo 1
-111000110 homemade-style 1
-111000110 non-ecumenical 1
-111000110 Houk-Creamer 1
-111000110 6.07-carat 1
-111000110 16-carat 1
-111000110 exotic-plants 1
-111000110 baby-shoe 1
-111000110 3,874,000 1
-111000110 dumpster-size 1
-111000110 home-movie 1
-111000110 once-rare 1
-111000110 still-taboo 1
-111000110 polymide 1
-111000110 blood-thinning 1
-111000110 semipermanent 1
-111000110 650-mile 1
-111000110 municipal-waste 1
-111000110 snow-crystal 1
-111000110 middle-of-the-street 1
-111000110 radiation-detecting 1
-111000110 550-cc 1
-111000110 patrol-type 1
-111000110 care-and-feeding-of-the-animals 1
-111000110 calcium-supplemented 1
-111000110 27-yearold 1
-111000110 one-car 1
-111000110 play-oriented 1
-111000110 robot-library 2
-111000110 gramophone 2
-111000110 dirt-covered 2
-111000110 debt-crisis 2
-111000110 quality-controlled 2
-111000110 1978-83 2
-111000110 now-expired 2
-111000110 market-risk 2
-111000110 PEG-modified 2
-111000110 now-beloved 2
-111000110 FiberWorld 2
-111000110 Kilngas 2
-111000110 Trovac 2
-111000110 wristwatch-sized 2
-111000110 Soviet-armed 2
-111000110 Dutch-owned 2
-111000110 plastic-based 2
-111000110 16-story 2
-111000110 500,000-gallon 2
-111000110 five-floor 2
-111000110 less-sympathetic 2
-111000110 soon-to-open 2
-111000110 travel-rebates 2
-111000110 misting 2
-111000110 26-carat 2
-111000110 computer-magazine 2
-111000110 glass-facade 2
-111000110 beginning-level 2
-111000110 sharp-toothed 2
-111000110 distinguished-professor 2
-111000110 university-sponsored 2
-111000110 portrait-photography 2
-111000110 sports-labor 2
-111000110 technetium-tagged 2
-111000110 zippier 2
-111000110 just-opened 2
-111000110 limited-production 2
-111000110 35-pound 2
-111000110 17-pound 2
-111000110 three-course 2
-111000110 1,200-ton-a-day 2
-111000110 cargo-ship 2
-111000110 ultra-high-end 2
-111000110 suboptimal 2
-111000110 less-prestigious 2
-111000110 stadium-sized 2
-111000110 Reconstruction-era 2
-111000110 large-format 2
-111000110 retail-sale 2
-111000110 23-unit 2
-111000110 No-Squint 2
-111000110 still-new 2
-111000110 hymn-like 2
-111000110 high-strain 2
-111000110 3,000-ton 2
-111000110 twomonth 2
-111000110 county-by-county 2
-111000110 younger-generation 2
-111000110 twangy 2
-111000110 StreamLine 2
-111000110 two-bill 2
-111000110 less-than-major 2
-111000110 non-chicken 2
-111000110 pollution-prevention 2
-111000110 96-acre 2
-111000110 desk-sized 2
-111000110 media-backed 2
-111000110 pan-national 2
-111000110 homeless-assistance 2
-111000110 soon-to-be-formed 2
-111000110 female-to-male 2
-111000110 spackling 2
-111000110 270-page 2
-111000110 Micronic 2
-111000110 closed-shop 2
-111000110 ozone-safe 2
-111000110 20-volume 2
-111000110 cash-budget 2
-111000110 Knoxville-based 2
-111000110 filled-in 2
-111000110 19th-floor 2
-111000110 British-listed 2
-111000110 time-wasting 2
-111000110 instant-movie 2
-111000110 item-by-item 2
-111000110 three-building 2
-111000110 TV-dinner 2
-111000110 186-mile-wide 2
-111000110 13F 2
-111000110 community-minded 2
-111000110 postage-meter 2
-111000110 twopronged 2
-111000110 50-stock 3
-111000110 guaranteed-loan 3
-111000110 higher-price 3
-111000110 campaign-contribution 3
-111000110 Byronic 3
-111000110 dispute-resolution 3
-111000110 48-inch 3
-111000110 book-filled 3
-111000110 once-lackluster 3
-111000110 MD-60 3
-111000110 special-occasion 3
-111000110 Washington-Boston 3
-111000110 950-foot 3
-111000110 late-blooming 3
-111000110 150,000-square-foot 3
-111000110 bicameral 3
-111000110 LaserJet 3
-111000110 Japanese-controlled 3
-111000110 six-car 3
-111000110 dark-colored 3
-111000110 thumbs-up 3
-111000110 more-rigid 3
-111000110 phosphorous 3
-111000110 weapons-development 3
-111000110 dual-processor 3
-111000110 yellow-and-black 3
-111000110 bomb-disposal 3
-111000110 Norwegian-owned 3
-111000110 100-mile-long 3
-111000110 200-employee 3
-111000110 misengraved 3
-111000110 picture-postcard 3
-111000110 less-favored 3
-111000110 Toyota-designed 3
-111000110 lotta 3
-111000110 once-dull 3
-111000110 bismuth-containing 3
-111000110 Republican-dominated 3
-111000110 one-volume 3
-111000110 longer-acting 3
-111000110 Fujitsu-affiliated 3
-111000110 wrap-fee 3
-111000110 ever-escalating 3
-111000110 mortgage-gathering 3
-111000110 spanking-new 3
-111000110 20-employee 3
-111000110 Georgian-style 3
-111000110 30-seat 3
-111000110 pharaonic 3
-111000110 better-qualified 3
-111000110 125-mile 3
-111000110 spring-loaded 3
-111000110 extended-service 3
-111000110 Waxman-Berman 3
-111000110 laboratory-made 3
-111000110 zero-growth 3
-111000110 top-20 3
-111000110 much-quoted 4
-111000110 160-foot 4
-111000110 five-door 4
-111000110 food-storage 4
-111000110 informed-consent 4
-111000110 normal-sized 4
-111000110 wallet-sized 4
-111000110 multistage 4
-111000110 top-dollar 4
-111000110 light-density 4
-111000110 government-authorized 4
-111000110 Dino-Riders 4
-111000110 rate-lock 4
-111000110 10-story 4
-111000110 reduced-price 4
-111000110 15,000-square-foot 4
-111000110 hot-rod 4
-111000110 heart-lung 4
-111000110 four-digit 4
-111000110 22-hour 4
-111000110 1980-1981 4
-111000110 world-scale 4
-111000110 fiesty 4
-111000110 highest-profile 4
-111000110 nuclear-submarine 4
-111000110 fast-developing 4
-111000110 carriage-trade 4
-111000110 six-foot-long 4
-111000110 truck-mounted 4
-111000110 long-vacant 4
-111000110 silk-stocking 4
-111000110 yellowed 4
-111000110 one-million-square-foot 4
-111000110 1976-82 4
-111000110 trade-oriented 4
-111000110 sealed-envelope 4
-111000110 once-hot 5
-111000110 transportation-related 5
-111000110 top-earning 5
-111000110 turbo-charged 5
-111000110 dental-care 5
-111000110 plaque-fighting 5
-111000110 non-paying 5
-111000110 300-year-old 5
-111000110 glassed-in 5
-111000110 pre-fabricated 5
-111000110 Teflon-coated 5
-111000110 seven-room 5
-111000110 500,000-square-foot 5
-111000110 campus-like 5
-111000110 super-luxury 5
-111000110 modernistic 5
-111000110 loophole-ridden 5
-111000110 trimmed-down 5
-111000110 500-page 5
-111000110 more-general 5
-111000110 three-room 6
-111000110 14-foot 6
-111000110 plug-in 6
-111000110 one-act 6
-111000110 big-dollar 6
-111000110 publicly-traded 6
-111000110 200-seat 6
-111000110 conical 6
-111000110 PS/2-compatible 6
-111000110 three-tier 6
-111000110 self-declared 6
-111000110 Liechtenstein-based 6
-111000110 higher-profile 6
-111000110 black-led 6
-111000110 new-plant 6
-111000110 Malaysian-built 6
-111000110 equity-sharing 6
-111000110 bank-financed 6
-111000110 45-story 6
-111000110 still-growing 6
-111000110 single-processor 7
-111000110 wedge-shaped 7
-111000110 well-appointed 7
-111000110 more-limited 7
-111000110 200-acre 7
-111000110 rear-drive 7
-111000110 high-commission 7
-111000110 hair-thin 7
-111000110 2,000-member 7
-111000110 blown-up 7
-111000110 punitive-damage 7
-111000110 12-acre 7
-111000110 Beechcraft 7
-111000110 government-chartered 8
-111000110 three-foot 8
-111000110 25-foot 8
-111000110 once-thriving 8
-111000110 400-member 8
-111000110 stock-transfer 8
-111000110 middle-range 8
-111000110 Liberian-registered 8
-111000110 well-diversified 8
-111000110 commercial-property 8
-111000110 top-grossing 8
-111000110 low-pay 8
-111000110 1,000-mile 8
-111000110 10-second 8
-111000110 multistory 8
-111000110 much-discussed 9
-111000110 House-approved 9
-111000110 50-story 9
-111000110 post-merger 9
-111000110 chief-executive 10
-111000110 Delaware-based 10
-111000110 five-story 10
-111000110 14-inch 10
-111000110 drilling-rig 10
-111000110 carrot-and-stick 10
-111000110 U.S.-financed 10
-111000110 European-made 10
-111000110 holographic 10
-111000110 more-restrictive 10
-111000110 stock-quote 10
-111000110 one-acre 10
-111000110 fat-cat 11
-111000110 fortress-like 11
-111000110 freestanding 11
-111000110 long-planned 12
-111000110 more-advanced 12
-111000110 less-costly 12
-111000110 100-seat 13
-111000110 money-saving 13
-111000110 supercharged 13
-111000110 less-restrictive 13
-111000110 wholly-owned 13
-111000110 two-class 13
-111000110 high-octane 14
-111000110 four-person 14
-111000110 new-generation 14
-111000110 gallstone 14
-111000110 super-secret 14
-111000110 3.5-inch 14
-111000110 less-powerful 14
-111000110 bestselling 15
-111000110 two-inch 15
-111000110 government-mandated 15
-111000110 lakeside 16
-111000110 non-competitive 16
-111000110 Japanese-built 16
-111000110 slimmed-down 16
-111000110 hottest-selling 16
-111000110 large-capital 16
-111000110 three-pronged 17
-111000110 ragtag 17
-111000110 revenue-producing 17
-111000110 gene-spliced 18
-111000110 newfangled 18
-111000110 special-purpose 18
-111000110 follow-on 18
-111000110 circuitous 19
-111000110 crystalline 19
-111000110 time-tested 20
-111000110 multimedia 21
-111000110 Soviet-built 21
-111000110 four-color 21
-111000110 kiddie 21
-111000110 three-party 21
-111000110 higher-paying 24
-111000110 more-powerful 24
-111000110 life-size 24
-111000110 price-cap 25
-111000110 two-seat 25
-111000110 souped-up 25
-111000110 big-budget 25
-111000110 10-mile 26
-111000110 book-entry 26
-111000110 back-up 26
-111000110 snazzy 27
-111000110 tax-deferral 28
-111000110 next-generation 31
-111000110 stripped-down 31
-111000110 no-frills 37
-111000110 top-secret 39
-111000110 turn-of-the-century 39
-111000110 full-length 41
-111000110 brand-new 42
-111000110 loss-making 46
-111000110 second-generation 46
-111000110 top-selling 51
-111000110 free-standing 51
-111000110 makeshift 53
-111000110 low-budget 56
-111000110 hot-selling 56
-111000110 scaled-down 59
-111000110 multiyear 61
-111000110 two-door 71
-111000110 stand-alone 82
-111000110 top-of-the-line 102
-111000110 four-door 104
-111000110 year-old 109
-111000110 five-year-old 119
-111000110 high-powered 134
-111000110 fixed-price 140
-111000110 state-of-the-art 195
-111000110 sprawling 215
-111000110 best-selling 238
-111000110 fledgling 267
-111000110 new 64683
-111000110 newer 280
-11100011100 legal-fee 1
-11100011100 552,716 1
-11100011100 real-orld 1
-11100011100 reform-proof 1
-11100011100 post-1940 1
-11100011100 sure-win 1
-11100011100 Huntsville-area 1
-11100011100 soon-to-be-dispatched 1
-11100011100 vocalist/guitarist/keyboard 1
-11100011100 foreign-credit 1
-11100011100 socialist-atheist 1
-11100011100 Wishy-Washy 1
-11100011100 swaps-desk 1
-11100011100 doctor-lawyer 1
-11100011100 Mars-happy 1
-11100011100 post-adolescent 1
-11100011100 top-salaried 1
-11100011100 tennis-camp 1
-11100011100 Tigua 1
-11100011100 6-inch 1
-11100011100 J-10/J-20 1
-11100011100 59,400 1
-11100011100 121,450 1
-11100011100 law-department 1
-11100011100 valuable-player 1
-11100011100 ex-guitar 1
-11100011100 extended-cab 1
-11100011100 now-or-never 1
-11100011100 nonimportant 1
-11100011100 C20 1
-11100011100 Abyssinian 1
-11100011100 individual-event 1
-11100011100 great-powers 1
-11100011100 Greens-Social 1
-11100011100 simlarly 1
-11100011100 once-forbidden 1
-11100011100 labor/management 1
-11100011100 cat-loving 1
-11100011100 1,000-ruble 1
-11100011100 100-ruble 1
-11100011100 32,460 1
-11100011100 Mom-and-apple-pie 1
-11100011100 estate-dotted 1
-11100011100 5,000-square-foot 1
-11100011100 big-shot 1
-11100011100 U.S.-Danish 1
-11100011100 more-critical 1
-11100011100 22-yearold 1
-11100011100 grain-wagon 1
-11100011100 bond-call 1
-11100011100 flag-carrying 1
-11100011100 five-speed-manual-transmission 1
-11100011100 heraldic 1
-11100011100 silver-spoon 1
-11100011100 red-neck 1
-11100011100 swap-driven 1
-11100011100 short-tie 1
-11100011100 intelligence-agency 1
-11100011100 food-anxiety 1
-11100011100 1742 1
-11100011100 1,445 1
-11100011100 ore-handling 1
-11100011100 high-knowledge 1
-11100011100 Weickerian 1
-11100011100 Europeanwide 2
-11100011100 CUNY 2
-11100011100 near-ideal 2
-11100011100 sports-minded 2
-11100011100 electro-weak 2
-11100011100 confederate 2
-11100011100 nondemocratic 2
-11100011100 more-reliable 2
-11100011100 leering 2
-11100011100 comeback-of-the-year 2
-11100011100 gussied-up 2
-11100011100 page-long 2
-11100011100 plant-filled 2
-11100011100 proxy-voting 2
-11100011100 Godlike 2
-11100011100 Los-Angeles-based 2
-11100011100 Jungian 2
-11100011100 long-protected 2
-11100011100 perfervid 2
-11100011100 well-played 2
-11100011100 most-popular 2
-11100011100 scandal-tarred 2
-11100011100 Lincolnesque 2
-11100011100 110-meter 2
-11100011100 Disciple 2
-11100011100 long-accepted 2
-11100011100 building-maintenance 2
-11100011100 paperlike 2
-11100011100 non-confrontational 2
-11100011100 rent-paying 2
-11100011100 lopsidedly 2
-11100011100 low-brow 2
-11100011100 backseat 2
-11100011100 major-college 2
-11100011100 anti-Socialist 2
-11100011100 2,500-man 2
-11100011100 often-used 2
-11100011100 much-lauded 3
-11100011100 2,622 3
-11100011100 sagacious 3
-11100011100 trendsetting 3
-11100011100 one-industry 3
-11100011100 semiofficial 3
-11100011100 closed-ended 3
-11100011100 risk-shy 3
-11100011100 animating 3
-11100011100 capital-weighted 3
-11100011100 less-well-known 3
-11100011100 gummed 3
-11100011100 hot-button 3
-11100011100 much-envied 3
-11100011100 post-doctoral 3
-11100011100 headline-making 3
-11100011100 PAC-financed 3
-11100011100 wave-of-the-future 3
-11100011100 pistol-packing 3
-11100011100 Paralyzed 3
-11100011100 seven-person 3
-11100011100 1972-74 3
-11100011100 triable 3
-11100011100 vertiginous 3
-11100011100 102-year-old 3
-11100011100 Hydra-matic 3
-11100011100 teleport 3
-11100011100 pace-setting 3
-11100011100 many-faceted 3
-11100011100 Tequita 3
-11100011100 meditative 4
-11100011100 300-member 4
-11100011100 group-home 4
-11100011100 often-overlooked 4
-11100011100 anti-European 4
-11100011100 1,307 4
-11100011100 fashion-show 4
-11100011100 U.S.-funded 4
-11100011100 unwrapping 4
-11100011100 most-admired 4
-11100011100 well-schooled 4
-11100011100 jury-rigged 4
-11100011100 GCP 4
-11100011100 Helsinki-based 4
-11100011100 better-managed 4
-11100011100 B-17 4
-11100011100 1,039 4
-11100011100 three-ship 4
-11100011100 Grammy-winning 4
-11100011100 9-inch 4
-11100011100 renascent 4
-11100011100 colonialist 4
-11100011100 350-member 5
-11100011100 ticket-splitting 5
-11100011100 quondam 5
-11100011100 strife-torn 5
-11100011100 recondite 5
-11100011100 God-fearing 5
-11100011100 cloistered 5
-11100011100 Shinjuku 5
-11100011100 sun-baked 5
-11100011100 semi-autonomous 5
-11100011100 giant-sized 5
-11100011100 profit-seeking 6
-11100011100 non-computer 6
-11100011100 anti-market 6
-11100011100 Western-oriented 6
-11100011100 5th 6
-11100011100 luckless 7
-11100011100 once-promising 7
-11100011100 once-powerful 7
-11100011100 gut-level 7
-11100011100 gentrifying 7
-11100011100 Soviet-controlled 7
-11100011100 once-dominant 8
-11100011100 creaking 8
-11100011100 U.S.-trained 8
-11100011100 no-new-taxes 8
-11100011100 frosted 8
-11100011100 32-year 8
-11100011100 fibrous 8
-11100011100 tangential 8
-11100011100 swanky 8
-11100011100 fast-growth 9
-11100011100 quarrelsome 9
-11100011100 Soviet-dominated 9
-11100011100 first-term 9
-11100011100 resource-rich 10
-11100011100 somnolent 10
-11100011100 globe-trotting 11
-11100011100 well-entrenched 11
-11100011100 boom-and-bust 13
-11100011100 pulsing 14
-11100011100 Polish-born 14
-11100011100 rock-solid 14
-11100011100 quintessentially 15
-11100011100 balky 15
-11100011100 similar-sized 16
-11100011100 pre-AIDS 17
-11100011100 deranged 18
-11100011100 obliging 19
-11100011100 mediating 20
-11100011100 non-family 20
-11100011100 galvanizing 20
-11100011100 ritzy 20
-11100011100 scandal-ridden 20
-11100011100 tradition-bound 22
-11100011100 flickering 23
-11100011100 naturalized 23
-11100011100 card-carrying 24
-11100011100 Depression-era 26
-11100011100 dismaying 26
-11100011100 long-established 29
-11100011100 well-placed 31
-11100011100 self-appointed 32
-11100011100 century-old 32
-11100011100 strapping 33
-11100011100 U.S.-flagged 34
-11100011100 preeminent 35
-11100011100 top-performing 36
-11100011100 standout 37
-11100011100 better-known 40
-11100011100 glittering 47
-11100011100 predominant 49
-11100011100 unifying 49
-11100011100 motivating 49
-11100011100 smashing 50
-11100011100 self-proclaimed 53
-11100011100 coincident 55
-11100011100 pre-eminent 58
-11100011100 shadowy 59
-11100011100 highflying 63
-11100011100 bustling 65
-11100011100 staid 85
-11100011100 high-flying 89
-11100011100 cash-rich 91
-11100011100 reputed 92
-11100011100 staunch 131
-11100011100 guiding 132
-11100011100 little-known 136
-11100011100 foremost 143
-11100011100 venerable 148
-11100011100 commanding 149
-11100011100 purported 158
-11100011100 hard-line 183
-11100011100 pivotal 202
-11100011100 seasoned 244
-11100011100 distinguished 247
-11100011100 prestigious 347
-11100011100 fast-growing 402
-11100011100 ranking 494
-11100011100 visiting 514
-11100011100 well-known 596
-11100011100 dominant 705
-11100011100 striking 820
-11100011100 diversified 861
-11100011100 prominent 1222
-11100011100 key 3536
-11100011100 leading 4999
-11100011101 raunchier 1
-11100011101 180-page 1
-11100011101 not-so-British 1
-11100011101 rational-expectation 1
-11100011101 project-connected 1
-11100011101 rock-blues 1
-11100011101 more-accountable 1
-11100011101 trader-and 1
-11100011101 frilled 1
-11100011101 most-conservative 1
-11100011101 laser-making 1
-11100011101 Italian-built 1
-11100011101 seven-seater 1
-11100011101 950-million-strong 1
-11100011101 often-praised 1
-11100011101 airport-group 1
-11100011101 engine-department 1
-11100011101 stock-index-options 1
-11100011101 Marietta-Oerlikon 1
-11100011101 stock-market-related 1
-11100011101 environment-enforcement 1
-11100011101 12-cents-a-share 1
-11100011101 pre-takeoff 1
-11100011101 blood-flow 1
-11100011101 baronial 1
-11100011101 bebopping 1
-11100011101 then-Wedtech 1
-11100011101 two-bar 1
-11100011101 MISSIONARY 1
-11100011101 upperlevel 1
-11100011101 20-odd-inch 1
-11100011101 now-obsolete 1
-11100011101 long-nosed 1
-11100011101 Chongqingian 1
-11100011101 ruling. 1
-11100011101 divi-divi 1
-11100011101 flashbulb-popping 1
-11100011101 Tranby 1
-11100011101 type-A 1
-11100011101 107th 1
-11100011101 59-pound 1
-11100011101 foreign-fund 1
-11100011101 Buffalino 1
-11100011101 Aerohead 1
-11100011101 beat-patrol 1
-11100011101 now-empty 1
-11100011101 high-note-studded 1
-11100011101 ex-GAP 1
-11100011101 Japanese-yen-futures 1
-11100011101 lightfilled 1
-11100011101 VCR-2 1
-11100011101 tortured-genius 1
-11100011101 RCA/Blue 1
-11100011101 boston-based 1
-11100011101 adult-white-male 1
-11100011101 racket-busting 1
-11100011101 3,205 1
-11100011101 Shampaine 1
-11100011101 easy-to-define 1
-11100011101 dump-truck 1
-11100011101 28-gauge 1
-11100011101 6,872 1
-11100011101 Reagan-type 1
-11100011101 music-world 1
-11100011101 Parker/Savoy 1
-11100011101 riderless 1
-11100011101 Milk-Bone 1
-11100011101 2.58-fold 1
-11100011101 51-million-and-growing 1
-11100011101 often-fatiguing 1
-11100011101 70,000-man 1
-11100011101 pollution/waste 1
-11100011101 retirement-oriented 1
-11100011101 three-province 1
-11100011101 Unter 1
-11100011101 now-ruined 1
-11100011101 seven-bedroom 1
-11100011101 no-nothing 1
-11100011101 fleet-fingered 1
-11100011101 6.4-ounce 1
-11100011101 5,000-foot-high 1
-11100011101 flaxen 1
-11100011101 tamped 1
-11100011101 pre-Graham 1
-11100011101 superhot 1
-11100011101 nonelected 1
-11100011101 pre-Heifetz 1
-11100011101 carb 1
-11100011101 brokerage-linked 1
-11100011101 coal-black 1
-11100011101 U.S.-Taiwan-China 1
-11100011101 innercircle 1
-11100011101 rubble-strewn 1
-11100011101 commercial-size 1
-11100011101 above-age-11 1
-11100011101 adminisitration 1
-11100011101 AnheuserBusch 1
-11100011101 unworked 1
-11100011101 nonmedical 1
-11100011101 alabasterlike 1
-11100011101 ex-Mellon 1
-11100011101 cagiest 1
-11100011101 bacteria-deposited 1
-11100011101 baize-covered 1
-11100011101 unremorseful 1
-11100011101 two-last-name 1
-11100011101 stuffed-up 1
-11100011101 trash-littered 1
-11100011101 departure-lounge 1
-11100011101 observation-deck 1
-11100011101 turf-grass 1
-11100011101 Wilton-Westport-Norwalk 1
-11100011101 navally 1
-11100011101 champagne-process 1
-11100011101 soft-on-national-security 1
-11100011101 top-echelon 1
-11100011101 wading-bird 1
-11100011101 caller-type 1
-11100011101 near-depleted 1
-11100011101 restaurant-size 1
-11100011101 411-page 1
-11100011101 trade-unionist 1
-11100011101 Bukitinggi 1
-11100011101 grouolding 1
-11100011101 bacon-scented 1
-11100011101 mahua 1
-11100011101 entranceway 1
-11100011101 best-remunerated 1
-11100011101 Rheatian 1
-11100011101 Heyman-led 1
-11100011101 ex-company 1
-11100011101 business-loving 1
-11100011101 contralto 1
-11100011101 laque 1
-11100011101 safflower-oil 1
-11100011101 Lucasian 1
-11100011101 video/image 1
-11100011101 76th-place 1
-11100011101 fuel-filler 1
-11100011101 jazz/pop 1
-11100011101 GE/Schwab 1
-11100011101 BVIslander 1
-11100011101 shop-room 1
-11100011101 still-scorched 1
-11100011101 sport-sedan 1
-11100011101 King-shirt 1
-11100011101 fourth-worst 1
-11100011101 Triestine 1
-11100011101 aircraft-division 1
-11100011101 ravening 1
-11100011101 prize-announcement 1
-11100011101 exculpate 1
-11100011101 300-contract 1
-11100011101 cyborg 1
-11100011101 programme 1
-11100011101 2.6-ton 1
-11100011101 nasties 1
-11100011101 under-age-18 1
-11100011101 droopy-lidded 1
-11100011101 long-deceased 1
-11100011101 10-rated 1
-11100011101 48,000-rand 1
-11100011101 restaurant-group 1
-11100011101 closing-night 1
-11100011101 Dongpu 1
-11100011101 historical-society 1
-11100011101 Olympics-fueled 1
-11100011101 81-mile 1
-11100011101 pink-pajama-clad 1
-11100011101 metals-futures 1
-11100011101 1522 1
-11100011101 talent-rich 1
-11100011101 Atlantic-coast 1
-11100011101 tip-tilted 1
-11100011101 vaccinia-AIDS 1
-11100011101 series-development 1
-11100011101 experimental-theater 1
-11100011101 four-hour-long 1
-11100011101 fifty-first 1
-11100011101 5,166 1
-11100011101 Padauk 1
-11100011101 900-pound 1
-11100011101 often-unsuspecting 1
-11100011101 highest-charting 1
-11100011101 sometimes-crippling 1
-11100011101 basketball-playing 1
-11100011101 well-stock-optioned 1
-11100011101 money-strapped 1
-11100011101 big-hearted 1
-11100011101 vendor/supplier 1
-11100011101 25,000-strong 1
-11100011101 once-profitable 1
-11100011101 juniormost 1
-11100011101 yen-trading 1
-11100011101 Mormon-based 1
-11100011101 Iraq-backed 1
-11100011101 Epogen 1
-11100011101 145-year 1
-11100011101 government-initiated 1
-11100011101 55-second 1
-11100011101 lace-and-net 1
-11100011101 advanced-tactical-aircraft 1
-11100011101 blood-splashed 1
-11100011101 barrelhouse 1
-11100011101 Kaiparowits 1
-11100011101 giant-company 1
-11100011101 Todesco 1
-11100011101 decentralist 1
-11100011101 unfenced 1
-11100011101 explosives-company 1
-11100011101 foulest 1
-11100011101 air-command 1
-11100011101 Loss-Ridden 1
-11100011101 ex-regulatory 1
-11100011101 vagrant 2
-11100011101 small-bank 2
-11100011101 debt-bloated 2
-11100011101 best-connected 2
-11100011101 toy-animal 2
-11100011101 Pedigree 2
-11100011101 Canadian-fisheries 2
-11100011101 six-to 2
-11100011101 square-toed 2
-11100011101 HUGE 2
-11100011101 gold-embossed 2
-11100011101 10,900 2
-11100011101 asset/liability 2
-11100011101 88th 2
-11100011101 sevenmember 2
-11100011101 hutch 2
-11100011101 three-billionth 2
-11100011101 4,000-seat 2
-11100011101 500-seat 2
-11100011101 horsedrawn 2
-11100011101 non-commissioned 2
-11100011101 hoodwinking 2
-11100011101 Propositions 2
-11100011101 above-named 2
-11100011101 Interleukin-1 2
-11100011101 moderate-growth 2
-11100011101 rolltop 2
-11100011101 skilled-craft 2
-11100011101 noninvestment 2
-11100011101 good-paying 2
-11100011101 African-based 2
-11100011101 roll-top 2
-11100011101 post-government 2
-11100011101 spy-satellite 2
-11100011101 nasty-looking 2
-11100011101 non-portable 2
-11100011101 Taliesin 2
-11100011101 long-speculated 2
-11100011101 flash-in-the-pan 2
-11100011101 tread-wear 2
-11100011101 leftist-oriented 2
-11100011101 64th 2
-11100011101 9-Lives 2
-11100011101 3T 2
-11100011101 elephant-like 2
-11100011101 mint-flavored 2
-11100011101 transgressors 2
-11100011101 piano-playing 2
-11100011101 84th 2
-11100011101 53-foot 2
-11100011101 12-gauge 2
-11100011101 Identikit 2
-11100011101 government-hired 2
-11100011101 game-high 2
-11100011101 most-desired 2
-11100011101 112-foot 2
-11100011101 sales-support 2
-11100011101 T-bone 3
-11100011101 yammering 3
-11100011101 year-around 3
-11100011101 36-year 3
-11100011101 500-ton 3
-11100011101 lowest-paying 3
-11100011101 overweening 3
-11100011101 non-physician 3
-11100011101 chrome-plated 3
-11100011101 cutting-room 3
-11100011101 noncommissioned 3
-11100011101 mile-a-minute 3
-11100011101 gate-side 3
-11100011101 eligible-age 3
-11100011101 49-state 3
-11100011101 top-caliber 3
-11100011101 fourth-place 3
-11100011101 post-withdrawal 3
-11100011101 13-month-old 3
-11100011101 since-departed 3
-11100011101 superpowerful 3
-11100011101 pre-flight 3
-11100011101 artist. 3
-11100011101 SU-25 3
-11100011101 beer-guzzling 3
-11100011101 bouffant 3
-11100011101 90-foot 4
-11100011101 second-level 4
-11100011101 on-the-air 4
-11100011101 AIDS-drug 4
-11100011101 top-paid 4
-11100011101 Japanese-yen 4
-11100011101 high-living 4
-11100011101 breeding-herd 4
-11100011101 once-successful 4
-11100011101 14-month-old 4
-11100011101 playroom 4
-11100011101 dippy 5
-11100011101 middle-ranking 5
-11100011101 Bonanno 5
-11100011101 highest-paying 5
-11100011101 45-foot 5
-11100011101 Reagan-administration 5
-11100011101 cable-industry 6
-11100011101 double-bogey 6
-11100011101 best-paid 6
-11100011101 61st 6
-11100011101 No.2 6
-11100011101 quasi-official 6
-11100011101 Willits 6
-11100011101 Rosetta 6
-11100011101 .38-caliber 6
-11100011101 ablest 6
-11100011101 health-cost 7
-11100011101 C-D 7
-11100011101 more-senior 7
-11100011101 trade-association 8
-11100011101 sixth-place 8
-11100011101 48th 9
-11100011101 par-three 9
-11100011101 NIMH 9
-11100011101 block-trading 11
-11100011101 1,000-member 11
-11100011101 higher-ranking 13
-11100011101 international-energy 13
-11100011101 non-investment 14
-11100011101 high-paid 14
-11100011101 participative 15
-11100011101 higher-level 16
-11100011101 lower-ranking 25
-11100011101 first-place 26
-11100011101 senior-level 27
-11100011101 lynch 29
-11100011101 middle-level 31
-11100011101 staunchest 31
-11100011101 second-ranking 34
-11100011101 third-place 38
-11100011101 highest-paid 50
-11100011101 second-place 50
-11100011101 highest-ranking 58
-11100011101 top 9826
-11100011101 top-level 94
-11100011110 nonconsumer 1
-11100011110 longer-oiled 1
-11100011110 commercial-telecommunication 1
-11100011110 film-services 1
-11100011110 specialtychemical 1
-11100011110 graphic-arts-materials 1
-11100011110 personal-computers 1
-11100011110 retail-building 1
-11100011110 cumbrous 1
-11100011110 best-intentioned 1
-11100011110 59-month 1
-11100011110 foil-container 1
-11100011110 power-packed 1
-11100011110 looking-for-parts 1
-11100011110 bait-wholesaling 1
-11100011110 still-thriving 1
-11100011110 food-advertising 1
-11100011110 vinyl-siding 1
-11100011110 fuller-priced 1
-11100011110 stamping-press 1
-11100011110 vaccine-testing 1
-11100011110 capital-goods-producing 1
-11100011110 post-launch 1
-11100011110 pig-racing 1
-11100011110 food-import 1
-11100011110 all-violet 1
-11100011110 board-test 1
-11100011110 ethical-drugs 1
-11100011110 milk-distribution 1
-11100011110 electronics-associated 1
-11100011110 asset-appraisal 1
-11100011110 heavy-cargo 1
-11100011110 unbelted 1
-11100011110 president-conventional 1
-11100011110 service-for-fee 1
-11100011110 nontravel-related 1
-11100011110 dope-supply 1
-11100011110 transportation-communications 1
-11100011110 hostage-holding 1
-11100011110 Australia-U.S.S.R. 1
-11100011110 automotive-controls 1
-11100011110 fluid-milk 1
-11100011110 meat-animal 1
-11100011110 IMF-supported 1
-11100011110 photomask 1
-11100011110 base-case 1
-11100011110 copier-maintenance 1
-11100011110 pro-death 1
-11100011110 plastic-fiber 1
-11100011110 drug-retailing 1
-11100011110 hydro-based 1
-11100011110 non-glitzy 1
-11100011110 band-booking 1
-11100011110 commercial-art 1
-11100011110 bromine-related 1
-11100011110 Epitope-Sakata 1
-11100011110 Northeast-to-Florida 1
-11100011110 data-solutions 1
-11100011110 fertilizer-plant 1
-11100011110 residential-services 1
-11100011110 exotic-chemicals 1
-11100011110 videotape-rental 1
-11100011110 trinket-selling 1
-11100011110 econoic 1
-11100011110 powerboat-engine 1
-11100011110 temporary-clerical 1
-11100011110 automotive-prototype 1
-11100011110 underseas-cable 1
-11100011110 water-management 1
-11100011110 Hilter 1
-11100011110 pumpkin-laden 1
-11100011110 laundry-equipment 1
-11100011110 woodtreating 1
-11100011110 jean-collection 1
-11100011110 packagedgoods 1
-11100011110 broadest-based 1
-11100011110 ceramic-powders 1
-11100011110 ambulance-chassis 1
-11100011110 food-for-work 1
-11100011110 railroad-equipment 1
-11100011110 Post-bank 1
-11100011110 investor-services 1
-11100011110 pork-processing 1
-11100011110 57,067 1
-11100011110 polyester-fibers 1
-11100011110 non-broadcast-related 1
-11100011110 community-care 1
-11100011110 drilling-fluids 1
-11100011110 controls-products 1
-11100011110 excess-SIPC 1
-11100011110 eating-and-drinking-place 1
-11100011110 financial-systems 1
-11100011110 salmon-pink 1
-11100011110 ecdysiast 1
-11100011110 independent-production 1
-11100011110 information-providing 1
-11100011110 ophthalmic-laser 1
-11100011110 hostile-deal 1
-11100011110 nonreimbursed 1
-11100011110 wrinkle-removal 1
-11100011110 negative-amortization 1
-11100011110 single-account 1
-11100011110 shelter-repackaging 1
-11100011110 Easter-Passover 1
-11100011110 warp-and-weft 1
-11100011110 nonlegendary 1
-11100011110 alternative-care 1
-11100011110 Winnepeg-based 1
-11100011110 dry-battery 1
-11100011110 pension-advisory 1
-11100011110 nonprofit-hospital 1
-11100011110 calcium-enriched 1
-11100011110 small-loan 1
-11100011110 chemical-distribution 1
-11100011110 electronic-games 1
-11100011110 polyphenyl 1
-11100011110 weightiest 1
-11100011110 wholesale-trade 1
-11100011110 big-label 1
-11100011110 modular-incineration 1
-11100011110 munitions-to-Tehran 1
-11100011110 munitions-to-Iran 1
-11100011110 coal-tar 1
-11100011110 non-superconducting 1
-11100011110 then-required 1
-11100011110 real-estate-laden 1
-11100011110 institutionally-traded 1
-11100011110 computer-database 1
-11100011110 Yongdong 1
-11100011110 tour-operator 1
-11100011110 French-defended 1
-11100011110 medium-tech 1
-11100011110 recreational-park 1
-11100011110 optical-scanner 1
-11100011110 all-Chopin 1
-11100011110 Daigo 1
-11100011110 orthopedic-implant 1
-11100011110 bubble-memory 1
-11100011110 D6H 1
-11100011110 autocarrier 1
-11100011110 industrial-yeast 1
-11100011110 covert-activity 1
-11100011110 illegal-liquor 1
-11100011110 3,996 1
-11100011110 custom-products 1
-11100011110 takeover-regulation 1
-11100011110 fast-oil 1
-11100011110 once-supportive 1
-11100011110 people-smuggling 1
-11100011110 Tarzanlike 1
-11100011110 specialty-gases 1
-11100011110 gumball-machine 1
-11100011110 shoe-materials 1
-11100011110 shoe-machinery 1
-11100011110 regulatory-biomedical 1
-11100011110 measurement-while-drilling 1
-11100011110 propane-distribution 1
-11100011110 radiopharmacy 1
-11100011110 hair-care-products 1
-11100011110 junk-LBO 1
-11100011110 most-automated 1
-11100011110 newspaper-related 1
-11100011110 reinforcing-fibers 1
-11100011110 party-run 1
-11100011110 specialized-directory 1
-11100011110 intermediate-goods 1
-11100011110 commercial-biochemical 1
-11100011110 dry-snuff 1
-11100011110 Rangoon-Bangkok 1
-11100011110 obligation-gift 1
-11100011110 INS-targeted 1
-11100011110 old-design 1
-11100011110 cable-brokerage 1
-11100011110 cable-ownership 1
-11100011110 wines-and-spirits 1
-11100011110 hand-tailored 1
-11100011110 cut-over 1
-11100011110 private-housing 1
-11100011110 grand-champion 1
-11100011110 lightdensity 1
-11100011110 downlink-uplink 1
-11100011110 premium-food 1
-11100011110 once-burgeoning 1
-11100011110 military-engine 1
-11100011110 beverage-bottling 1
-11100011110 Whitmonday 1
-11100011110 well-experienced 1
-11100011110 sales-finance 1
-11100011110 non-bike 1
-11100011110 380,250 1
-11100011110 braille-like 1
-11100011110 rascally 1
-11100011110 movie-rental 1
-11100011110 already-merged 1
-11100011110 4,100-unit 1
-11100011110 medical-laboratory 1
-11100011110 precision-technology 1
-11100011110 363-person 1
-11100011110 single-design 1
-11100011110 liquor-sales 1
-11100011110 major-appliances 1
-11100011110 glass-cutting 1
-11100011110 far-bigger 1
-11100011110 MU-300 1
-11100011110 global-securities 1
-11100011110 technical-systems 1
-11100011110 mall-development 1
-11100011110 then-prospective 1
-11100011110 legislative-leadership 1
-11100011110 inplace 1
-11100011110 fungus-prone 1
-11100011110 washroom-accessories 1
-11100011110 post-invasion 1
-11100011110 telecommunications-based 1
-11100011110 still-stricken 1
-11100011110 then-prime 1
-11100011110 input/output 1
-11100011110 agriproducts 1
-11100011110 utility-services 1
-11100011110 Walkman-style 1
-11100011110 specialty-steels 1
-11100011110 automotive-valve-lifter 1
-11100011110 thirst-quenching 1
-11100011110 ice-collecting 1
-11100011110 11-day-old 1
-11100011110 corn-export 1
-11100011110 oil-recovery 1
-11100011110 telecommunication-equipment 1
-11100011110 ritzier 1
-11100011110 frozen-fish 1
-11100011110 night-club 1
-11100011110 Asia-to-Europe 1
-11100011110 property-lending 1
-11100011110 telephone-transmission 1
-11100011110 trust-and-a-handshake 1
-11100011110 Paris-area 1
-11100011110 top-50 1
-11100011110 brush-clearing 1
-11100011110 ammonium-perchlorate 1
-11100011110 Ikebukuro 1
-11100011110 communication-services 1
-11100011110 once-freewheeling 1
-11100011110 prepared-foods 1
-11100011110 mass-merchandised 1
-11100011110 photo-offset 1
-11100011110 613,500 1
-11100011110 delicatessen-meats 1
-11100011110 sequence-tagged 1
-11100011110 consumer-paint 1
-11100011110 infusion-therapy 1
-11100011110 more-centralized 1
-11100011110 travel-leisure 1
-11100011110 short-exposure 1
-11100011110 fruit-import 1
-11100011110 fiberglass-coffin 1
-11100011110 380-acre 1
-11100011110 corporate-entertainment 1
-11100011110 oil-transport 1
-11100011110 flask-repairing 1
-11100011110 unglamourous 1
-11100011110 land-resale 1
-11100011110 machinery-maker 1
-11100011110 agroindustrial 1
-11100011110 coalfired 1
-11100011110 medical-diagnostic-equipment 1
-11100011110 brokerage-service 1
-11100011110 automated-business-centers 1
-11100011110 petroleum-sensitive 1
-11100011110 commercial-production 1
-11100011110 shooting-sports 1
-11100011110 life-bestowing 1
-11100011110 fee-only 1
-11100011110 4-by-4 1
-11100011110 solar-thermal 1
-11100011110 geothermal-equipment 1
-11100011110 hydraulic-drill 1
-11100011110 directsales 1
-11100011110 heart-drug 1
-11100011110 gas-hungry 1
-11100011110 foreign-publishing 1
-11100011110 president-picking 1
-11100011110 process-systems 1
-11100011110 fiber-material 1
-11100011110 cheer-grabbing 1
-11100011110 fast-setting 2
-11100011110 third-sector 2
-11100011110 yard-line 2
-11100011110 consumer-durables 2
-11100011110 long-hoped-for 2
-11100011110 on-field 2
-11100011110 Z-171 2
-11100011110 president/prime 2
-11100011110 water-polo 2
-11100011110 agrichemicals 2
-11100011110 hard-news 2
-11100011110 family-restaurant 2
-11100011110 109th 2
-11100011110 charango 2
-11100011110 prison-sentencing 2
-11100011110 lewdness 2
-11100011110 surplus-reduction 2
-11100011110 dissimilarities 2
-11100011110 securities-management 2
-11100011110 electrical-computer 2
-11100011110 dimwit 2
-11100011110 theatrical-distribution 2
-11100011110 W.Z.63 2
-11100011110 annuity-issuing 2
-11100011110 missile-related 2
-11100011110 Congregational 2
-11100011110 haole 2
-11100011110 150-person 2
-11100011110 swankier 2
-11100011110 shrewish 2
-11100011110 commodities-based 2
-11100011110 unclassifed 2
-11100011110 baptizing 2
-11100011110 Iraqi-backed 2
-11100011110 hardest-working 2
-11100011110 lost-luggage 2
-11100011110 three-lawyer 2
-11100011110 factory-goods 2
-11100011110 fixed-asset 2
-11100011110 single-B-plus/B 2
-11100011110 multigenerational 2
-11100011110 surgical-products 2
-11100011110 electrical-apparatus 2
-11100011110 hypercube 2
-11100011110 R-49 2
-11100011110 darvon 2
-11100011110 38-foot 2
-11100011110 electricity-selling 2
-11100011110 fastestgrowing 2
-11100011110 Itaewon 2
-11100011110 gabled 2
-11100011110 self-prescribed 2
-11100011110 falling-domino 2
-11100011110 artificial-reef 2
-11100011110 blackbird 2
-11100011110 alternate-channel 2
-11100011110 Thursday-night 2
-11100011110 now-idled 2
-11100011110 risk-sharing 2
-11100011110 sparc 2
-11100011110 100-plane 2
-11100011110 record-distribution 2
-11100011110 hotel-motel 2
-11100011110 residential-carpeting 2
-11100011110 tuxedo-clad 3
-11100011110 foreign-content 3
-11100011110 hedonist 3
-11100011110 de-nuclearization 3
-11100011110 front-door 3
-11100011110 non-beer 3
-11100011110 16-pound 3
-11100011110 anti-Iran 3
-11100011110 ShopKo 3
-11100011110 joint-custody 3
-11100011110 rotary-shaver 3
-11100011110 finished-apparel 3
-11100011110 rankest 3
-11100011110 supersized 3
-11100011110 non-publishing 3
-11100011110 fund-manager 3
-11100011110 Martex 3
-11100011110 tradeable-goods 3
-11100011110 hands-down 3
-11100011110 UAA 3
-11100011110 tiering 3
-11100011110 current-day 3
-11100011110 Mentadent 3
-11100011110 market-failure 3
-11100011110 Do-It-Yourself 3
-11100011110 bond-underwriting 3
-11100011110 stop-go 3
-11100011110 ninth-grade 3
-11100011110 spend-down 3
-11100011110 non-refining 3
-11100011110 lexical 3
-11100011110 development-cycle 3
-11100011110 H2-receptor 3
-11100011110 vibratory 3
-11100011110 check-printing 3
-11100011110 interpretivist 3
-11100011110 home-affairs 3
-11100011110 then-new 4
-11100011110 poshest 4
-11100011110 BAC-111 4
-11100011110 Kindred 4
-11100011110 equal-value 4
-11100011110 24-inch 4
-11100011110 pro-Communist 4
-11100011110 teen-oriented 4
-11100011110 frumpy 4
-11100011110 steady-as-you-go 4
-11100011110 first-in-the-nation 4
-11100011110 large-computer 4
-11100011110 redistributionist 4
-11100011110 pre-1967 4
-11100011110 Pantene 4
-11100011110 400-acre 4
-11100011110 populistic 4
-11100011110 unquantifiable 4
-11100011110 oldtime 4
-11100011110 highland 4
-11100011110 God-given 4
-11100011110 overnight-express 4
-11100011110 fair-share 5
-11100011110 mega 5
-11100011110 back-seat 5
-11100011110 state-approved 5
-11100011110 barbarous 5
-11100011110 calcium-channel 5
-11100011110 sermonizing 5
-11100011110 noncore 5
-11100011110 voyeuristic 5
-11100011110 nondegradable 5
-11100011110 trailblazing 5
-11100011110 Naderite 5
-11100011110 pagan 5
-11100011110 Feinbloom 5
-11100011110 Yuletide 5
-11100011110 Beerman 5
-11100011110 gunnery 6
-11100011110 master-planned 6
-11100011110 Pooh 6
-11100011110 slothful 6
-11100011110 Erbenheim 6
-11100011110 pre-crisis 6
-11100011110 29000 6
-11100011110 nativist 6
-11100011110 more-lucrative 6
-11100011110 386i 6
-11100011110 wellknown 6
-11100011110 single-cell 6
-11100011110 collectivized 6
-11100011110 Dumb 7
-11100011110 zippy 7
-11100011110 crabby 7
-11100011110 soft-landing 7
-11100011110 Sleeper 7
-11100011110 purchasing-power-parity 7
-11100011110 top-management 8
-11100011110 200-year-old 8
-11100011110 non-pharmaceutical 8
-11100011110 100-plus 8
-11100011110 high-society 8
-11100011110 fresh-fruit 8
-11100011110 performance-oriented 8
-11100011110 mid-priced 8
-11100011110 zero-tolerance 8
-11100011110 clannish 8
-11100011110 higher-return 8
-11100011110 worn-out 9
-11100011110 feel-good 9
-11100011110 5890 9
-11100011110 sinuous 9
-11100011110 once-mighty 9
-11100011110 new-style 9
-11100011110 27000 9
-11100011110 migratory 10
-11100011110 glittery 10
-11100011110 non-tobacco 11
-11100011110 non-hospital 11
-11100011110 Equalizer 11
-11100011110 return-on-equity 11
-11100011110 1100 11
-11100011110 super-majority 12
-11100011110 holistic 12
-11100011110 raspberry 12
-11100011110 single-party 12
-11100011110 14-state 13
-11100011110 creaky 14
-11100011110 McSleep 15
-11100011110 gridiron 15
-11100011110 1-to-1 16
-11100011110 mercantile 17
-11100011110 pre-game 17
-11100011110 non-regulated 17
-11100011110 putative 18
-11100011110 28000 18
-11100011110 Satanic 18
-11100011110 odds-on 19
-11100011110 prewar 20
-11100011110 much-criticized 20
-11100011110 subconscious 21
-11100011110 pre-war 22
-11100011110 garden-variety 23
-11100011110 non-core 25
-11100011110 1986-1987 26
-11100011110 high-margin 26
-11100011110 summertime 29
-11100011110 sublime 31
-11100011110 fee-for-service 32
-11100011110 free-spending 33
-11100011110 rough-and-tumble 33
-11100011110 bedrock 39
-11100011110 feudal 42
-11100011110 bread-and-butter 48
-11100011110 eldest 49
-11100011110 long-held 64
-11100011110 famed 66
-11100011110 freewheeling 69
-11100011110 new-found 85
-11100011110 far-flung 128
-11100011110 twin 179
-11100011110 customary 181
-11100011110 royal 183
-11100011110 founding 374
-11100011110 collective 435
-11100011110 premier 444
-11100011110 core 1562
-11100011110 usual 1676
-11100011110 normal 2016
-11100011110 traditional 2548
-11100011110 prime 2673
-11100011110 basic 2635
-11100011111 857-fund 1
-11100011111 ten-largest 1
-11100011111 nonperforming-asset 1
-11100011111 pollenation 1
-11100011111 quality-testing 1
-11100011111 13-center 1
-11100011111 5842 1
-11100011111 Wagneroid 1
-11100011111 flight-propulsion 1
-11100011111 marshmallow-coated 1
-11100011111 Labor-Tory 1
-11100011111 tariff-eliminating 1
-11100011111 11-dealer 1
-11100011111 call-ins 1
-11100011111 17-city 1
-11100011111 clematis-obliterated 1
-11100011111 bull-in-a-china-shop 1
-11100011111 compleat 1
-11100011111 Famicos 1
-11100011111 sunglasses-and-floppy-hat 1
-11100011111 on-side 1
-11100011111 real-estate-development 1
-11100011111 Dutch-flag 1
-11100011111 give-it-to-the-employees 1
-11100011111 double-key 1
-11100011111 animal-chiropractic 1
-11100011111 deep-pile 1
-11100011111 balarney 1
-11100011111 Denver-Chicago 1
-11100011111 rightfield 1
-11100011111 executive-development 1
-11100011111 nearmost 1
-11100011111 Heytesbury-Carisbrook 1
-11100011111 gas-compression 1
-11100011111 animal-import 1
-11100011111 inflation-slaying 1
-11100011111 end-of-the-cycle 1
-11100011111 solar-control 1
-11100011111 48-cents-to-the-dollar 1
-11100011111 fifth-greatest 1
-11100011111 snakeoil 1
-11100011111 catchment 1
-11100011111 recessedcross 1
-11100011111 no-big-deal 1
-11100011111 job-rich 1
-11100011111 unwired-network 1
-11100011111 Rivercenter 1
-11100011111 horse-training 1
-11100011111 dam-and-canal 1
-11100011111 cable-laying 1
-11100011111 new-house 1
-11100011111 16,000-window 1
-11100011111 pre-marked 1
-11100011111 LegiSlate 1
-11100011111 slate-covered 1
-11100011111 not-so-fine 1
-11100011111 post-oil 1
-11100011111 sun-warmed 1
-11100011111 771,900-share 1
-11100011111 left-turn 1
-11100011111 capital-budget 1
-11100011111 second-best-known 1
-11100011111 story-one 1
-11100011111 sand-filled 1
-11100011111 350,000-kilowatt 1
-11100011111 blastfurnace 1
-11100011111 ice-crusted 1
-11100011111 MoneyMaker 1
-11100011111 stage-dominating 1
-11100011111 video-disk 1
-11100011111 Ebisu 1
-11100011111 Benda 1
-11100011111 legal-watchdog 1
-11100011111 areca 1
-11100011111 rear-opening 1
-11100011111 mee 1
-11100011111 once-struggling 1
-11100011111 boot-camp-like 1
-11100011111 compactdisk 1
-11100011111 antiwave 1
-11100011111 presidential-library 1
-11100011111 membrane-based 1
-11100011111 multilateral-accord 1
-11100011111 125-day 1
-11100011111 twin-rail 1
-11100011111 shag-carpeted 1
-11100011111 835-member 1
-11100011111 daily-use 1
-11100011111 mahogany-lined 1
-11100011111 ultralow 1
-11100011111 tank-like 1
-11100011111 4,789 1
-11100011111 credit-bureau 1
-11100011111 perspectival 1
-11100011111 Burgan 1
-11100011111 office-commercial 1
-11100011111 opera-house 1
-11100011111 mass-interview 1
-11100011111 Giants-Broncos 1
-11100011111 less-dense 1
-11100011111 fourth-and-one 1
-11100011111 270-foot-long 1
-11100011111 Sagmore 1
-11100011111 chemical-aging 1
-11100011111 70-chip 1
-11100011111 wide-opened 1
-11100011111 far-less-inhibited 1
-11100011111 1,100-acre 1
-11100011111 LIPA-nominated 1
-11100011111 nattiest 1
-11100011111 clothes-make-the-woman 1
-11100011111 libel-proof 1
-11100011111 7.2-mile 1
-11100011111 below-investment 1
-11100011111 long-stated 1
-11100011111 268-seat 1
-11100011111 AmEx 1
-11100011111 tight-budget 1
-11100011111 66-acre 1
-11100011111 Pontiac-East 1
-11100011111 most-serious 1
-11100011111 import-devastated 1
-11100011111 37th-floor 1
-11100011111 direct-selling 1
-11100011111 cholesterol-stripping 1
-11100011111 industry-dominated 1
-11100011111 four-tower 1
-11100011111 neatest 1
-11100011111 Democrat-led 1
-11100011111 no-increase-in-premiums 1
-11100011111 COLLECTS 1
-11100011111 video-arcade 1
-11100011111 print-developing 1
-11100011111 glass-and-stone 1
-11100011111 Grecian-style 1
-11100011111 still-sluggish 1
-11100011111 character-baring 1
-11100011111 conterfeits 1
-11100011111 LEYLAND 1
-11100011111 early-shift 1
-11100011111 minority-counsel 1
-11100011111 power-behind-the-throne 1
-11100011111 high-school-pitching 1
-11100011111 BMD 1
-11100011111 soil-borne 1
-11100011111 advertising-review 1
-11100011111 gooky 1
-11100011111 course-development 1
-11100011111 no-longer-smiling 1
-11100011111 chopped-down 1
-11100011111 post-liberation 1
-11100011111 then-senior 1
-11100011111 10-seat 1
-11100011111 two-plant 1
-11100011111 personnel-selection 1
-11100011111 13-for-24 1
-11100011111 Interstate-4 1
-11100011111 pan-tribal 1
-11100011111 Amvets 1
-11100011111 Nelwyn 1
-11100011111 357-seat 1
-11100011111 guilty-conscience 1
-11100011111 sewer-repair 1
-11100011111 24th-floor 1
-11100011111 local-control 1
-11100011111 three-round 1
-11100011111 grant-making 1
-11100011111 GP-38 1
-11100011111 self-discribed 1
-11100011111 visitor-message 1
-11100011111 Bengals-Browns 1
-11100011111 then-thriving 1
-11100011111 ex-star 1
-11100011111 lower-energy-price 1
-11100011111 electrical-controls 1
-11100011111 draft-avoidance 1
-11100011111 condenser 1
-11100011111 150-ton 1
-11100011111 portrait-studded 1
-11100011111 third-slowest 1
-11100011111 penalty-lending 1
-11100011111 seven-night 1
-11100011111 high-dividend-yield 1
-11100011111 health-maintanence 1
-11100011111 Eisenberg-Superfon 1
-11100011111 highly-touted 1
-11100011111 dead-wrong 1
-11100011111 then-election 1
-11100011111 semidetached 1
-11100011111 nomination-and-confirmation 1
-11100011111 Esso-Shell 1
-11100011111 Taglu 1
-11100011111 five-alarm 1
-11100011111 methadrine 1
-11100011111 Mayer-Jenkins 1
-11100011111 broadcast-property 1
-11100011111 shop-within-a-shop 1
-11100011111 second-most-popular 1
-11100011111 rudderman/team 1
-11100011111 37-member 1
-11100011111 S.O.S 1
-11100011111 310th 1
-11100011111 glasnost-as-publicity 1
-11100011111 black-leather-jacket 1
-11100011111 end-stage 2
-11100011111 11-city 2
-11100011111 rattletrap 2
-11100011111 evangelistic 2
-11100011111 three-foot-thick 2
-11100011111 once-feared 2
-11100011111 intravenous-solutions 2
-11100011111 transportion 2
-11100011111 Peco 2
-11100011111 eight-acre 2
-11100011111 balance-the-budget 2
-11100011111 fantastical 2
-11100011111 second-fastest 2
-11100011111 halfday 2
-11100011111 nonconstructive 2
-11100011111 Dalts 2
-11100011111 AMC-Jeep-Renault 2
-11100011111 once-touted 2
-11100011111 200-room 2
-11100011111 100,000th 2
-11100011111 350-seat 2
-11100011111 Pacific-coast 2
-11100011111 bureaucracy-bound 2
-11100011111 12-country 2
-11100011111 best-played 2
-11100011111 executive-office 2
-11100011111 1.5-million-acre 2
-11100011111 economic-planning 2
-11100011111 bone-loss 2
-11100011111 homelier 2
-11100011111 textile-fibers 2
-11100011111 invariable 2
-11100011111 49-nation 2
-11100011111 internal-affairs 2
-11100011111 international-leasing 2
-11100011111 top-ten 2
-11100011111 vilest 2
-11100011111 SCA-Peaudouce 2
-11100011111 shiny-domed 2
-11100011111 no-inflation 2
-11100011111 drug-making 2
-11100011111 oilcloth-covered 2
-11100011111 750th 2
-11100011111 42-member 2
-11100011111 sex-changed 2
-11100011111 sudsy 2
-11100011111 577-seat 2
-11100011111 148th 2
-11100011111 acceptance-speech 2
-11100011111 two-store 2
-11100011111 23-acre 2
-11100011111 quacking 2
-11100011111 Italian-owned 2
-11100011111 Bullfrog 2
-11100011111 capital-based 2
-11100011111 long-moribund 2
-11100011111 pre-accident 2
-11100011111 since-discontinued 2
-11100011111 350-person 2
-11100011111 fuel-pump 2
-11100011111 900-employee 2
-11100011111 May/June 2
-11100011111 earlier-generation 2
-11100011111 top-priced 2
-11100011111 dirt-floor 2
-11100011111 post-1917 2
-11100011111 gray-flannel 2
-11100011111 westernmost 2
-11100011111 now-useless 2
-11100011111 1,000-ton 2
-11100011111 wifely 2
-11100011111 99-store 2
-11100011111 Conservative-dominated 2
-11100011111 accounting-principles 2
-11100011111 crude-purchasing 2
-11100011111 Beartooth-Absaroka 2
-11100011111 son-of-immigrants 2
-11100011111 last-round 2
-11100011111 rarified 2
-11100011111 84-acre 2
-11100011111 14-person 2
-11100011111 520-acre 2
-11100011111 two-committee 2
-11100011111 ferris 2
-11100011111 blood-soaked 2
-11100011111 unalluring 2
-11100011111 559-member 2
-11100011111 fifth-most-active 2
-11100011111 election-minded 2
-11100011111 four-year-long 2
-11100011111 Pulitzer-winning 2
-11100011111 blood-forming 2
-11100011111 six-room 2
-11100011111 925,340 2
-11100011111 then-unprofitable 2
-11100011111 Spontex 2
-11100011111 133rd 2
-11100011111 charcoal-broiled 2
-11100011111 import-plagued 2
-11100011111 CBOT. 2
-11100011111 Cowboys-Bears 2
-11100011111 talc-producing 2
-11100011111 oil-slicked 2
-11100011111 carnival-style 2
-11100011111 BBMC 2
-11100011111 post-summer 2
-11100011111 Danilov 2
-11100011111 60-acre 2
-11100011111 long-sheltered 2
-11100011111 Saranac 2
-11100011111 harder-line 2
-11100011111 unmapped 2
-11100011111 most-celebrated 2
-11100011111 once-common 2
-11100011111 over-arching 2
-11100011111 army-officer 2
-11100011111 coca-rich 2
-11100011111 unenhanced 2
-11100011111 sold-off 2
-11100011111 eight-day-old 2
-11100011111 often-expressed 2
-11100011111 overaggressive 2
-11100011111 6-foot-1-inch 2
-11100011111 post-1981 2
-11100011111 7,000-acre 2
-11100011111 tanker-loading 2
-11100011111 Saudi-led 2
-11100011111 pace-car 2
-11100011111 unappreciative 2
-11100011111 Obed 2
-11100011111 33,000-member 2
-11100011111 post-Olympics 2
-11100011111 Waihi 2
-11100011111 shrillest 2
-11100011111 shirt-sleeve 2
-11100011111 RVS 2
-11100011111 113,200 2
-11100011111 Yongzheng 2
-11100011111 cow-town 2
-11100011111 800-year-old 2
-11100011111 10th-floor 2
-11100011111 hermetic 3
-11100011111 most-wanted 3
-11100011111 fourth-most-active 3
-11100011111 bestknown 3
-11100011111 Jovian 3
-11100011111 equipment-finance 3
-11100011111 Nixon-era 3
-11100011111 urban-design 3
-11100011111 70,000-kilowatt 3
-11100011111 500-employee 3
-11100011111 132-year-old 3
-11100011111 CDC. 3
-11100011111 pension-tax 3
-11100011111 often-ignored 3
-11100011111 Stamford-based 3
-11100011111 government-systems 3
-11100011111 thrice-weekly 3
-11100011111 evening-length 3
-11100011111 Glenfiddich 3
-11100011111 gravel-voiced 3
-11100011111 250-seat 3
-11100011111 artery-clogging 3
-11100011111 7,800-member 3
-11100011111 dozen-member 3
-11100011111 twin-tower 3
-11100011111 18-mile 3
-11100011111 85-plus 3
-11100011111 35-member 3
-11100011111 funds-management 3
-11100011111 oak-paneled 3
-11100011111 orange-squash 3
-11100011111 close-cropped 3
-11100011111 much-talked-about 3
-11100011111 137-year-old 3
-11100011111 44th 3
-11100011111 unified-market 3
-11100011111 self-titled 3
-11100011111 shiniest 3
-11100011111 no-buy 3
-11100011111 drug-policy 3
-11100011111 98th 3
-11100011111 800-pound 3
-11100011111 soul-stirring 3
-11100011111 long-battered 3
-11100011111 national-car 3
-11100011111 Comm/Scope 3
-11100011111 presidential-campaign 3
-11100011111 pre-listing 3
-11100011111 aw-shucks 3
-11100011111 bushy-tailed 3
-11100011111 traffic-clogged 3
-11100011111 health-claims 4
-11100011111 commodity-basket 4
-11100011111 easternmost 4
-11100011111 government-operated 4
-11100011111 bullet-shaped 4
-11100011111 asset-liability 4
-11100011111 all-business 4
-11100011111 illfated 4
-11100011111 unctuous 4
-11100011111 nearterm 4
-11100011111 Carter-Reagan 4
-11100011111 much-photographed 4
-11100011111 Drexel-related 4
-11100011111 first-act 4
-11100011111 unblinking 4
-11100011111 anti-Mafia 4
-11100011111 hairless 4
-11100011111 paleolithic 4
-11100011111 hardiest 4
-11100011111 hard-set 4
-11100011111 hard-rock 4
-11100011111 80,000-square-foot 4
-11100011111 carnival-like 4
-11100011111 Democratic-dominated 4
-11100011111 untiring 4
-11100011111 April-May 4
-11100011111 9-foot 4
-11100011111 27-member 4
-11100011111 ex-officio 5
-11100011111 ever-vigilant 5
-11100011111 fledging 5
-11100011111 424,137 5
-11100011111 now-profitable 5
-11100011111 penultimate 5
-11100011111 free-flowing 5
-11100011111 Grasberg 5
-11100011111 Democratic-led 5
-11100011111 sixth-floor 5
-11100011111 hardscrabble 5
-11100011111 mud-walled 5
-11100011111 20-month-old 5
-11100011111 pseudonymous 5
-11100011111 20-story 5
-11100011111 Phillips-head 5
-11100011111 detentist 5
-11100011111 grain-merchandising 5
-11100011111 hind 5
-11100011111 record-long 5
-11100011111 Secord-Hakim 5
-11100011111 70-mile 5
-11100011111 mid-to-high 5
-11100011111 market-basket 5
-11100011111 115-year-old 5
-11100011111 just-signed 5
-11100011111 scandal-tainted 5
-11100011111 80-member 5
-11100011111 often-volatile 5
-11100011111 site-selection 5
-11100011111 snow-covered 5
-11100011111 second-leading 5
-11100011111 third-leading 5
-11100011111 Baltimore-Washington 5
-11100011111 44-story 5
-11100011111 110-year-old 5
-11100011111 250-member 5
-11100011111 best-quality 6
-11100011111 inglorious 6
-11100011111 softest 6
-11100011111 ever-popular 6
-11100011111 11-acre 6
-11100011111 A-330/A-340 6
-11100011111 ESOP. 6
-11100011111 Johnson-led 6
-11100011111 four-acre 6
-11100011111 eight-man 6
-11100011111 once-highflying 6
-11100011111 U.S.-dominated 6
-11100011111 debt-negotiating 6
-11100011111 450-seat 6
-11100011111 four-state 6
-11100011111 number-one 6
-11100011111 incantatory 6
-11100011111 IBM-Fujitsu 6
-11100011111 serpentine 7
-11100011111 eight-nation 7
-11100011111 already-high 7
-11100011111 fifth-grade 7
-11100011111 credit-sensitive 7
-11100011111 300-acre 7
-11100011111 autumnal 7
-11100011111 much-coveted 7
-11100011111 once-moribund 7
-11100011111 once-unthinkable 7
-11100011111 right-field 7
-11100011111 Wayzata 7
-11100011111 trouble-plagued 7
-11100011111 24-member 7
-11100011111 lowest-price 7
-11100011111 23,000-member 7
-11100011111 5,000-member 7
-11100011111 eight-person 7
-11100011111 prodigal 8
-11100011111 stickiest 8
-11100011111 oft-quoted 8
-11100011111 once-huge 8
-11100011111 151-country 8
-11100011111 hard-scrabble 8
-11100011111 MD-88 8
-11100011111 end-of-year 8
-11100011111 metro-area 8
-11100011111 500th 9
-11100011111 eight-currency 9
-11100011111 28-member 9
-11100011111 90th 9
-11100011111 dual-stock 9
-11100011111 Jarvik-7 9
-11100011111 service-tax 9
-11100011111 verdant 10
-11100011111 Ekofisk 10
-11100011111 Jokhang 10
-11100011111 400-meter 10
-11100011111 madcap 10
-11100011111 dumbest 10
-11100011111 1,000th 11
-11100011111 nine-state 11
-11100011111 25-member 11
-11100011111 Cyber 11
-11100011111 401st 11
-11100011111 Cabinda 11
-11100011111 five-state 11
-11100011111 once-troubled 12
-11100011111 Allenhurst 12
-11100011111 83-year-old 12
-11100011111 almighty 12
-11100011111 liquid-soap 13
-11100011111 13-nation 13
-11100011111 wood-paneled 13
-11100011111 RJR-Shearson 13
-11100011111 southernmost 13
-11100011111 Himalayan 14
-11100011111 nether 14
-11100011111 unenviable 15
-11100011111 long-troubled 15
-11100011111 two-unit 15
-11100011111 much-maligned 15
-11100011111 inimitable 16
-11100011111 immortal 16
-11100011111 left-hand 16
-11100011111 MIA 17
-11100011111 100-member 17
-11100011111 irrepressible 17
-11100011111 100-meter 18
-11100011111 least-expensive 18
-11100011111 85-year-old 19
-11100011111 eight-month-old 19
-11100011111 four-nation 19
-11100011111 now-famous 19
-11100011111 holiest 19
-11100011111 18-month-old 20
-11100011111 75th 20
-11100011111 ostensible 21
-11100011111 likeliest 22
-11100011111 87-year-old 23
-11100011111 august 23
-11100011111 buffer-stock 24
-11100011111 long-depressed 25
-11100011111 problem-plagued 26
-11100011111 unratified 26
-11100011111 much-ballyhooed 26
-11100011111 post-Reagan 28
-11100011111 obligatory 31
-11100011111 200th 31
-11100011111 ever-present 32
-11100011111 illustrious 33
-11100011111 18-member 35
-11100011111 rightful 36
-11100011111 VS 37
-11100011111 ornate 39
-11100011111 acquisitive 39
-11100011111 70th 40
-11100011111 proverbial 41
-11100011111 non-airline 44
-11100011111 fabled 44
-11100011111 all-important 44
-11100011111 age-old 45
-11100011111 top-ranked 45
-11100011111 requisite 48
-11100011111 reigning 49
-11100011111 eight-member 49
-11100011111 loss-ridden 53
-11100011111 go-go 56
-11100011111 vaunted 58
-11100011111 inaugural 59
-11100011111 quintessential 61
-11100011111 nascent 62
-11100011111 upcoming 91
-11100011111 100th 98
-11100011111 half-day 102
-11100011111 12-nation 102
-11100011111 ensuing 104
-11100011111 overriding 127
-11100011111 ill-fated 132
-11100011111 Exchequer 163
-11100011111 nearest 178
-11100011111 elder 184
-11100011111 beleaguered 233
-11100011111 hottest 280
-11100011111 newest 297
-11100011111 upper 677
-11100011111 ultimate 677
-11100011111 sole 784
-11100011111 entire 2955
-11100011111 main 4341
-11100011111 remaining 3832
-1110010000 slam-bang 1
-1110010000 less-accommodative 1
-1110010000 poison-penned 1
-1110010000 renovation-based 1
-1110010000 construction-based 1
-1110010000 hyper-inflated 1
-1110010000 high-up 1
-1110010000 capital-starved 1
-1110010000 underproducing 1
-1110010000 much-diminished 1
-1110010000 record-closing 1
-1110010000 Hollander-style 1
-1110010000 too-accommodative 1
-1110010000 no-recession 1
-1110010000 dogma-induced 1
-1110010000 slight-to-moderate 1
-1110010000 febrile 1
-1110010000 star-filled 1
-1110010000 moving. 1
-1110010000 untraveled 1
-1110010000 Y-pattern 1
-1110010000 less-promising 1
-1110010000 once-towering 1
-1110010000 subsidy-based 1
-1110010000 socialist-based 1
-1110010000 boggled 1
-1110010000 40-person-per-minute 1
-1110010000 more-robust 1
-1110010000 humanoid 1
-1110010000 10-to-one 1
-1110010000 wipe-on 1
-1110010000 too-robust 1
-1110010000 Guidici 1
-1110010000 domestic-demand-led 1
-1110010000 intra-community 1
-1110010000 market-organized 1
-1110010000 Creole-style 1
-1110010000 ex-first 1
-1110010000 temptationan 1
-1110010000 still-buoyant 1
-1110010000 securities-transactions 1
-1110010000 still-hot 1
-1110010000 single-industry-based 1
-1110010000 divine-right 1
-1110010000 chin-wagging 1
-1110010000 correlative 1
-1110010000 market-dominated 1
-1110010000 Applelike 1
-1110010000 pro-economic 1
-1110010000 freer-market 1
-1110010000 Vacationland 2
-1110010000 recession-prone 2
-1110010000 sorrier 2
-1110010000 .03 2
-1110010000 ad-revenue 2
-1110010000 self-generating 2
-1110010000 cost-heavy 2
-1110010000 two-digit 2
-1110010000 32nd-largest 2
-1110010000 four-months 2
-1110010000 greater-than-usual 2
-1110010000 socialist-oriented 2
-1110010000 factory-sector 2
-1110010000 illgotten 2
-1110010000 timed-release 2
-1110010000 healthier-than-expected 2
-1110010000 photo-finish 2
-1110010000 thin-margin 2
-1110010000 nine-iron 2
-1110010000 good-size 2
-1110010000 peppier 2
-1110010000 half-heart 2
-1110010000 stock-for-debt 2
-1110010000 inflation-stable 2
-1110010000 wiggy 2
-1110010000 well. 2
-1110010000 too-powerful 2
-1110010000 greenmailing 2
-1110010000 well-formulated 2
-1110010000 nonaddictive 3
-1110010000 incentive-driven 3
-1110010000 skull-and-crossbones 3
-1110010000 path-breaking 3
-1110010000 production-oriented 3
-1110010000 food-away-from-home 3
-1110010000 small-truck 3
-1110010000 more-relaxed 3
-1110010000 140-yen 3
-1110010000 topspin 3
-1110010000 hospital-cost 3
-1110010000 rapidfire 3
-1110010000 too-strong 3
-1110010000 lower-than-usual 3
-1110010000 tortoise-like 3
-1110010000 weaker-than-anticipated 3
-1110010000 Ronzoni 3
-1110010000 spritely 3
-1110010000 demand-driven 4
-1110010000 pro-dollar 4
-1110010000 four-foot-long 4
-1110010000 suprising 4
-1110010000 120-yen 4
-1110010000 genocidal 4
-1110010000 price-driven 4
-1110010000 legit 5
-1110010000 bone-dry 5
-1110010000 bouyant 5
-1110010000 better-balanced 5
-1110010000 dotty 5
-1110010000 pre-1984 5
-1110010000 reportable 5
-1110010000 well-researched 6
-1110010000 midgrade 6
-1110010000 more-modest 6
-1110010000 has-been 7
-1110010000 softer-than-expected 7
-1110010000 flattish 7
-1110010000 mini-refunding 7
-1110010000 multi-million 7
-1110010000 too-rapid 7
-1110010000 broadbased 7
-1110010000 full-grown 7
-1110010000 business-to-business 7
-1110010000 boffo 7
-1110010000 liquidity-driven 7
-1110010000 prostrate 8
-1110010000 service-based 8
-1110010000 better-than-anticipated 8
-1110010000 faster-than-expected 8
-1110010000 fourth-year 8
-1110010000 free-falling 8
-1110010000 trigger-happy 8
-1110010000 rip-roaring 9
-1110010000 constricting 9
-1110010000 holiday-season 9
-1110010000 fast-forward 9
-1110010000 much-improved 9
-1110010000 svelte 10
-1110010000 Germanic 10
-1110010000 low-inflation 10
-1110010000 state-dominated 10
-1110010000 less-than-expected 10
-1110010000 leaden 11
-1110010000 patchy 11
-1110010000 normalized 11
-1110010000 above-target 11
-1110010000 pro-U.S. 11
-1110010000 ravenous 11
-1110010000 record-low 12
-1110010000 fast-rising 13
-1110010000 consumer-driven 14
-1110010000 recession-free 15
-1110010000 greater-than-expected 16
-1110010000 stupendous 16
-1110010000 well-balanced 17
-1110010000 worse-than-expected 17
-1110010000 free-floating 18
-1110010000 weaker-than-expected 18
-1110010000 razor-thin 20
-1110010000 noninflationary 21
-1110010000 crummy 21
-1110010000 non-inflationary 22
-1110010000 ho-hum 23
-1110010000 checkered 24
-1110010000 lower-than-anticipated 25
-1110010000 untaxed 25
-1110010000 red-hot 26
-1110010000 grudging 27
-1110010000 subpar 27
-1110010000 slower-than-expected 30
-1110010000 puny 35
-1110010000 breakneck 36
-1110010000 hearty 37
-1110010000 sizzling 38
-1110010000 voracious 44
-1110010000 just-in-time 45
-1110010000 torrid 46
-1110010000 resurgent 51
-1110010000 single-digit 51
-1110010000 slackening 56
-1110010000 tepid 58
-1110010000 skimpy 70
-1110010000 stellar 78
-1110010000 stronger-than-expected 79
-1110010000 moribund 79
-1110010000 spotty 96
-1110010000 phenomenal 102
-1110010000 better-than-expected 134
-1110010000 flagging 135
-1110010000 waning 160
-1110010000 faltering 166
-1110010000 sustainable 166
-1110010000 stagnant 173
-1110010000 lower-than-expected 179
-1110010000 meager 180
-1110010000 dwindling 181
-1110010000 mediocre 182
-1110010000 respectable 197
-1110010000 swift 204
-1110010000 buoyant 234
-1110010000 sagging 249
-1110010000 dismal 262
-1110010000 shaky 293
-1110010000 deteriorating 296
-1110010000 double-digit 366
-1110010000 slim 372
-1110010000 vigorous 390
-1110010000 lackluster 565
-1110010000 booming 686
-1110010000 robust 694
-1110010000 disappointing 895
-1110010000 tight 1114
-1110010000 sluggish 1137
-1110010000 solid 1196
-1110010000 rapid 1251
-1110010000 soft 1266
-1110010000 stable 1442
-1110010000 steady 1488
-1110010000 healthy 1665
-1110010000 strong 12171
-1110010000 weak 2776
-1110010001 79-year 1
-1110010001 houndstooth 1
-1110010001 golfer's-eye 1
-1110010001 two-ass 1
-1110010001 twittering 1
-1110010001 Kodak-powered 1
-1110010001 radio-factory 1
-1110010001 bareknuckles 1
-1110010001 wedding-eve 1
-1110010001 36D 1
-1110010001 1,300-square-foot 1
-1110010001 ten-dollar 1
-1110010001 post-win 1
-1110010001 buttoned-jacket 1
-1110010001 ready-to-fire 1
-1110010001 less-than-welcome 1
-1110010001 user-fee 1
-1110010001 beeg 1
-1110010001 286-foot 1
-1110010001 .216 1
-1110010001 keep-the-faith 1
-1110010001 dad-gummed 1
-1110010001 922-page 1
-1110010001 spare-time 1
-1110010001 doctor-prescribed 1
-1110010001 sun-punished 1
-1110010001 faster-track 1
-1110010001 Mafia/soccer 1
-1110010001 good-luck 1
-1110010001 buddy-cop-adventure 1
-1110010001 rock-'n'-roll 1
-1110010001 neoclassic/Renaissance/romantic 1
-1110010001 political-consultative 1
-1110010001 child-like 1
-1110010001 27-day 1
-1110010001 300-square-yard 1
-1110010001 Jiji 1
-1110010001 125-foot 1
-1110010001 shot-clock 1
-1110010001 basalt 1
-1110010001 9,033 1
-1110010001 400-word 1
-1110010001 coping-with-stress 1
-1110010001 froggy 1
-1110010001 one-string 1
-1110010001 music-business 1
-1110010001 chauffered 1
-1110010001 turbocharged 1
-1110010001 Neuharth-authorized 1
-1110010001 mid-coital 1
-1110010001 40-hour-a-week 1
-1110010001 1,800-acre 1
-1110010001 film-noir 1
-1110010001 voice-steered 1
-1110010001 super-automated 1
-1110010001 phantasmagoric 1
-1110010001 old-hat 1
-1110010001 call-ahead 1
-1110010001 bottle-green 1
-1110010001 Greco-French 1
-1110010001 murmury 1
-1110010001 stevedore 1
-1110010001 19-foot-tall 1
-1110010001 dusty-looking 1
-1110010001 once-undoubted 1
-1110010001 .282 1
-1110010001 grease-caked 1
-1110010001 Christ-church 1
-1110010001 1,440-seat 1
-1110010001 pep-talk 1
-1110010001 Chinese-derived 1
-1110010001 draft-dodging 1
-1110010001 Nahuatl-Spanish 1
-1110010001 slenderer 1
-1110010001 72-pound 1
-1110010001 non-actionable 1
-1110010001 field-hospital 1
-1110010001 baby-blue 1
-1110010001 button-sewing 1
-1110010001 distinguished-sounding 1
-1110010001 285-seat 1
-1110010001 1,500-year-old 1
-1110010001 performance-life 1
-1110010001 messed-up 1
-1110010001 three-acre 1
-1110010001 nothing-to-worry-about 1
-1110010001 boarding-shed 1
-1110010001 366-page 1
-1110010001 33-foot 1
-1110010001 red-necked 1
-1110010001 Presleyan 1
-1110010001 stand-up-and-fight 1
-1110010001 nine-square-foot 1
-1110010001 Dadaist 1
-1110010001 wholesaler-storing 1
-1110010001 multiheaded 1
-1110010001 dish-warming 1
-1110010001 portfolio-manager 1
-1110010001 heart-melting 1
-1110010001 flag-clad 1
-1110010001 five-legged 1
-1110010001 Pittsburgh-bound 1
-1110010001 five-letter 1
-1110010001 film-rating 1
-1110010001 self-cleaning 1
-1110010001 Jewish-oriented 1
-1110010001 pro-Lautenberg 1
-1110010001 friendly-type 1
-1110010001 life-is-a-thwarted-dream-but-we-love-it-anyway 1
-1110010001 456-pound 1
-1110010001 long-barrel 1
-1110010001 536-page 1
-1110010001 five-room 1
-1110010001 religion-linked 1
-1110010001 50-tsubo 1
-1110010001 yogurt-like 1
-1110010001 shower-taking 1
-1110010001 lumpy-looking 1
-1110010001 dottering 1
-1110010001 none-too-private 1
-1110010001 414-acre 1
-1110010001 close-by 1
-1110010001 spirit-dampening 1
-1110010001 30-square-foot 1
-1110010001 three-sale 1
-1110010001 too-rigid 1
-1110010001 stone-solid 1
-1110010001 transitive 1
-1110010001 career-plus-home 1
-1110010001 six-column 1
-1110010001 semi-Disney 1
-1110010001 long-billed 1
-1110010001 toilet-tissue-like 1
-1110010001 ego-trip 1
-1110010001 free-spirit 1
-1110010001 late-in-life 1
-1110010001 cherry-red 1
-1110010001 barrel-like 1
-1110010001 Kelly-green 1
-1110010001 frost-promoting 1
-1110010001 250-foot 1
-1110010001 271-year-old 1
-1110010001 what's-so-funny 1
-1110010001 no-dancing 1
-1110010001 smashed-up 1
-1110010001 reverberant 1
-1110010001 Havana-Managua 1
-1110010001 tadpole 1
-1110010001 purple-striped 1
-1110010001 metal-eating 1
-1110010001 art-film 1
-1110010001 Portuguese-administered 1
-1110010001 lab-altered 1
-1110010001 prize-strewn 1
-1110010001 hand-stopped 1
-1110010001 pre-fab 1
-1110010001 hog-nosed 1
-1110010001 raw-fruit 1
-1110010001 Caponelike 1
-1110010001 high-brightness 1
-1110010001 pre-lapsarian 1
-1110010001 short-sleeve 1
-1110010001 continuous-casting 1
-1110010001 much-orphaned 1
-1110010001 culinary-minded 1
-1110010001 vote-trading 1
-1110010001 shtick-ridden 1
-1110010001 flat-top 1
-1110010001 honey-baritone 1
-1110010001 boardroom-and-bedroom 1
-1110010001 feminist-nationalist 1
-1110010001 textile-negotiator 1
-1110010001 13-foot-long 1
-1110010001 bell-roof 1
-1110010001 gin-sodden 1
-1110010001 non-espionage 1
-1110010001 deerstalker 1
-1110010001 marble-lined 1
-1110010001 page-description 1
-1110010001 trig 1
-1110010001 nontrendy 1
-1110010001 mud-caked 1
-1110010001 100-column 1
-1110010001 black-and-white-spotted 1
-1110010001 six-syllable 1
-1110010001 contrived-sounding 1
-1110010001 4,000-watt 1
-1110010001 color-sensitive 1
-1110010001 weird-tasting 1
-1110010001 parallel-bars 1
-1110010001 cartoon-strip 1
-1110010001 brown-shingle 1
-1110010001 hyperpituitary 1
-1110010001 mystical-action 1
-1110010001 mini-folk 1
-1110010001 pencil-shaped 1
-1110010001 brown-sugar 1
-1110010001 money-eating 1
-1110010001 cowled 1
-1110010001 close-clipped 1
-1110010001 roan-colored 1
-1110010001 patients-for 1
-1110010001 2,275,209 1
-1110010001 25-square-mile 1
-1110010001 five-carat 1
-1110010001 fifth-round 1
-1110010001 red-striped 1
-1110010001 gold-barrelled 1
-1110010001 much-wanted 1
-1110010001 168-page 1
-1110010001 less-cluttered 1
-1110010001 rifle-like 1
-1110010001 100,000-square 1
-1110010001 graffiti-inscribed 1
-1110010001 Columbo-like 1
-1110010001 lowgrade 1
-1110010001 inexplicit 1
-1110010001 non-difficult 1
-1110010001 war-free 1
-1110010001 more-absorbent 1
-1110010001 much-read 1
-1110010001 274-pound 1
-1110010001 no-hands 1
-1110010001 beauty-salon 1
-1110010001 50-fight 1
-1110010001 four-foot-thick 1
-1110010001 cartoon-cutout 1
-1110010001 lattice-like 1
-1110010001 pseudo-Hitchcockian 1
-1110010001 turned-up 1
-1110010001 champagne-toasting 1
-1110010001 just-printed 1
-1110010001 low-tax-rate 1
-1110010001 56-hour 1
-1110010001 trowel-rake 1
-1110010001 clear-plastic 1
-1110010001 freer-spending 1
-1110010001 spayed 1
-1110010001 pornographic-movie 1
-1110010001 socially-oriented 1
-1110010001 muchanticipated 1
-1110010001 mile-deep 1
-1110010001 Kramden-Norton 1
-1110010001 plant-dwelling 1
-1110010001 3,468-acre 1
-1110010001 Bona 1
-1110010001 16-story-high 1
-1110010001 no-cover-up 1
-1110010001 stunned-looking 1
-1110010001 small-fry 1
-1110010001 light-at-the-end-of-the-tunnel 1
-1110010001 double-padlocked 1
-1110010001 tarot-card 1
-1110010001 72-foot 1
-1110010001 post-diamond 1
-1110010001 .308 1
-1110010001 devil-red 1
-1110010001 blonde-bombshell 1
-1110010001 Broadway-type 1
-1110010001 threefoot 1
-1110010001 heart-treatment 1
-1110010001 nine-letter 1
-1110010001 close-fitting 1
-1110010001 tassled 1
-1110010001 self-reading 1
-1110010001 2,700-acre 1
-1110010001 staff-reported 1
-1110010001 paint-by-the-numbers 1
-1110010001 pug 1
-1110010001 diaper-like 1
-1110010001 284-year-old 1
-1110010001 protein-restricted 1
-1110010001 PQQ-deficient 1
-1110010001 metamorphic 1
-1110010001 medical-scientific 1
-1110010001 big-book 1
-1110010001 hot-cold 1
-1110010001 unlabored 1
-1110010001 214-page 1
-1110010001 news/bad 1
-1110010001 Daikini 1
-1110010001 safelooking 1
-1110010001 tossed-out 1
-1110010001 circulation-boosting 1
-1110010001 garden-sized 1
-1110010001 law-and-morality 1
-1110010001 historical-minded 1
-1110010001 print-and-electronic 1
-1110010001 low-strain 1
-1110010001 O2 1
-1110010001 seven-note 1
-1110010001 1,500-word 1
-1110010001 inlationary 1
-1110010001 drugsniffing 1
-1110010001 bamboo-framed 1
-1110010001 shoe-insert 1
-1110010001 liberal-capitalist 1
-1110010001 tie-less 1
-1110010001 dot-to-dot 1
-1110010001 Vader-like 1
-1110010001 five-garbage-can 1
-1110010001 western-cut 1
-1110010001 society-shaking 1
-1110010001 chrome-topped 1
-1110010001 close-run 1
-1110010001 crime-does-not-pay 1
-1110010001 mongered 1
-1110010001 wigmaker 1
-1110010001 two-million-dollar 1
-1110010001 riproaring 1
-1110010001 wheat-field-and-apple-pie 1
-1110010001 fat-restricted 1
-1110010001 drum-and-bell 1
-1110010001 telephone-aided 1
-1110010001 half-faced 1
-1110010001 diamond-and-emerald 1
-1110010001 no-writers-needed 1
-1110010001 54-year 1
-1110010001 dove-pork 1
-1110010001 success-through-voodoo 1
-1110010001 low-stress 1
-1110010001 165-foot-long 1
-1110010001 pleasant-sounding 1
-1110010001 market-inspiring 1
-1110010001 fair-to-good 1
-1110010001 minty 1
-1110010001 well-proportioned 1
-1110010001 blown-out 1
-1110010001 1468 1
-1110010001 multipage 1
-1110010001 ventilator-dependent 1
-1110010001 temple-centered 1
-1110010001 spinet 1
-1110010001 permanment 1
-1110010001 lay-of-the-land 1
-1110010001 pre-vacation 1
-1110010001 ROTC-like 1
-1110010001 488-acre 1
-1110010001 man-size 1
-1110010001 adventitious 1
-1110010001 sealed-off 1
-1110010001 pro-democratic 2
-1110010001 nondilutive 2
-1110010001 66-year 2
-1110010001 65-34 2
-1110010001 toy-like 2
-1110010001 euphonious 2
-1110010001 commercial-supported 2
-1110010001 wrong-minded 2
-1110010001 once-taboo 2
-1110010001 bigger-than-average 2
-1110010001 anti-black 2
-1110010001 Christian-Marxist 2
-1110010001 Cantaloupe 2
-1110010001 singleminded 2
-1110010001 parentless 2
-1110010001 black-eyed 2
-1110010001 harrow 2
-1110010001 gold-and-glass 2
-1110010001 half-bad 2
-1110010001 much-abused 2
-1110010001 55-foot 2
-1110010001 hosanna 2
-1110010001 hard-ball 2
-1110010001 rosin 2
-1110010001 feeble-minded 2
-1110010001 flat-chested 2
-1110010001 second-order 2
-1110010001 cold-shower 2
-1110010001 nonburning 2
-1110010001 low-sugar 2
-1110010001 not-very-subtle 2
-1110010001 halal 2
-1110010001 no-profit 2
-1110010001 economy-sensitive 2
-1110010001 Schubertian 2
-1110010001 non-direct 2
-1110010001 colorizes 2
-1110010001 23-pound 2
-1110010001 transiency 2
-1110010001 wild-haired 2
-1110010001 stress-free 2
-1110010001 infra 2
-1110010001 folky 2
-1110010001 loveable 2
-1110010001 news-bad 2
-1110010001 one-celled 2
-1110010001 two-CD 2
-1110010001 non-business-related 2
-1110010001 chesty 2
-1110010001 64-year 2
-1110010001 broad-brimmed 2
-1110010001 scatterbrained 2
-1110010001 Handelian 2
-1110010001 non-bona 2
-1110010001 low-earth 2
-1110010001 jesting 2
-1110010001 large-flowered 2
-1110010001 high-concept 2
-1110010001 metabolize 2
-1110010001 angelic 2
-1110010001 rebuttable 2
-1110010001 short-tempered 2
-1110010001 let-down 2
-1110010001 two-inch-thick 2
-1110010001 fabulous-looking 2
-1110010001 beta-blocker 2
-1110010001 fretless 2
-1110010001 manufacturing-oriented 2
-1110010001 42-year 2
-1110010001 black-and-red 2
-1110010001 Debussyan 2
-1110010001 sensation-seeking 2
-1110010001 many-headed 2
-1110010001 still-mysterious 2
-1110010001 13-part 2
-1110010001 30,000-member 2
-1110010001 lily-livered 2
-1110010001 push-up 3
-1110010001 good-hearted 3
-1110010001 biracial 3
-1110010001 cartoon-like 3
-1110010001 gamy 3
-1110010001 white-knuckle 3
-1110010001 cross-sectional 3
-1110010001 prideful 3
-1110010001 stonecrop 3
-1110010001 160-unit 3
-1110010001 heavyset 3
-1110010001 balletic 3
-1110010001 mortifying 3
-1110010001 peace-making 3
-1110010001 nonproduction 3
-1110010001 like. 3
-1110010001 bitty 3
-1110010001 hollowed-out 3
-1110010001 two-second 3
-1110010001 muddle-through 3
-1110010001 marvellous 3
-1110010001 quizzical 3
-1110010001 water-resistant 3
-1110010001 hydra-headed 3
-1110010001 man-bites-dog 3
-1110010001 tell-all 3
-1110010001 375-30 3
-1110010001 peachy 3
-1110010001 nine-to-five 3
-1110010001 stabler 3
-1110010001 late-breaking 4
-1110010001 waxy 4
-1110010001 wordy 4
-1110010001 sour-grapes 4
-1110010001 dopers 4
-1110010001 cut-and-paste 4
-1110010001 smart-aleck 4
-1110010001 project-related 4
-1110010001 cost-free 4
-1110010001 modish 4
-1110010001 kinda 4
-1110010001 high-style 4
-1110010001 V-shaped 4
-1110010001 public-good 4
-1110010001 judge-made 4
-1110010001 loveless 4
-1110010001 three-letter 4
-1110010001 doggie 4
-1110010001 carnal 4
-1110010001 ill-mannered 4
-1110010001 two-fisted 4
-1110010001 high-backed 4
-1110010001 woodsy 4
-1110010001 beaten-down 4
-1110010001 well-recognized 4
-1110010001 foxy 4
-1110010001 far-sighted 4
-1110010001 plumed 4
-1110010001 nonverbal 4
-1110010001 fluky 4
-1110010001 maladroit 4
-1110010001 multidimensional 4
-1110010001 fact-based 4
-1110010001 loping 4
-1110010001 Cucumber 4
-1110010001 tabloid-style 4
-1110010001 Berber 4
-1110010001 cornball 4
-1110010001 multilevel 4
-1110010001 high-falutin 4
-1110010001 straight-backed 4
-1110010001 pro-am 4
-1110010001 well-tried 4
-1110010001 well-reasoned 4
-1110010001 forgetful 5
-1110010001 cut-and-dried 5
-1110010001 not-so-good 5
-1110010001 well-chosen 5
-1110010001 yelping 5
-1110010001 dogeared 5
-1110010001 penitent 5
-1110010001 sappy 5
-1110010001 semicircular 5
-1110010001 unpolished 5
-1110010001 well-read 5
-1110010001 spiritless 5
-1110010001 screwball 5
-1110010001 hellish 5
-1110010001 1777 5
-1110010001 nutrient 5
-1110010001 meretricious 5
-1110010001 bandaged 5
-1110010001 crime-ridden 5
-1110010001 doggone 5
-1110010001 quasi-judicial 5
-1110010001 deathless 5
-1110010001 satiny 5
-1110010001 dumpy 5
-1110010001 maudlin 5
-1110010001 high-status 5
-1110010001 creased 5
-1110010001 doddering 5
-1110010001 wart 5
-1110010001 deniable 5
-1110010001 reductive 5
-1110010001 foul-mouthed 5
-1110010001 foppish 5
-1110010001 timorous 5
-1110010001 glimmering 5
-1110010001 pianissimo 5
-1110010001 turn-around 5
-1110010001 situational 5
-1110010001 slow-paced 5
-1110010001 preachy 5
-1110010001 screwy 5
-1110010001 cliched 5
-1110010001 people-oriented 5
-1110010001 flippant 6
-1110010001 voyeur 6
-1110010001 servile 6
-1110010001 contoured 6
-1110010001 table-pounding 6
-1110010001 ratty 6
-1110010001 sawed-off 6
-1110010001 rat-infested 6
-1110010001 none-too-subtle 6
-1110010001 bright-eyed 6
-1110010001 pre-ordained 6
-1110010001 convivial 6
-1110010001 clean-burning 6
-1110010001 querulous 6
-1110010001 talky 6
-1110010001 virginal 6
-1110010001 honeyed 6
-1110010001 freakish 6
-1110010001 Socratic 6
-1110010001 truculent 6
-1110010001 touchy-feely 6
-1110010001 cause-and-effect 6
-1110010001 goal-oriented 6
-1110010001 namby-pamby 7
-1110010001 horrid 7
-1110010001 forgivable 7
-1110010001 hale 7
-1110010001 bleakest 7
-1110010001 walk-through 7
-1110010001 raspy 7
-1110010001 buildable 7
-1110010001 pith 7
-1110010001 goddamn 7
-1110010001 guileless 7
-1110010001 spacey 7
-1110010001 catty 7
-1110010001 noontime 7
-1110010001 bang-up 7
-1110010001 salacious 7
-1110010001 spry 7
-1110010001 movie-star 7
-1110010001 fey 7
-1110010001 two-dimensional 8
-1110010001 nauseating 8
-1110010001 wearisome 8
-1110010001 tuneful 8
-1110010001 highfalutin 8
-1110010001 business-as-usual 8
-1110010001 backhanded 8
-1110010001 fill-in 8
-1110010001 trashy 8
-1110010001 plainer 8
-1110010001 lonesome 8
-1110010001 scowling 8
-1110010001 hoarse 8
-1110010001 scattershot 8
-1110010001 made-up 8
-1110010001 tatty 8
-1110010001 whodunit 9
-1110010001 BCS 9
-1110010001 tinny 9
-1110010001 song-and-dance 9
-1110010001 well-fed 9
-1110010001 slapdash 9
-1110010001 post-summit 9
-1110010001 cathartic 9
-1110010001 free-form 9
-1110010001 shopworn 9
-1110010001 hokey 9
-1110010001 puckish 9
-1110010001 surer 9
-1110010001 humongous 9
-1110010001 crackerjack 9
-1110010001 callow 9
-1110010001 junky 9
-1110010001 low-cut 9
-1110010001 serendipitous 10
-1110010001 Pollyanna 10
-1110010001 pie-in-the-sky 10
-1110010001 cockeyed 10
-1110010001 with-it 10
-1110010001 union-busting 10
-1110010001 wacko 10
-1110010001 girlish 10
-1110010001 seamy 10
-1110010001 roomy 10
-1110010001 suspenseful 11
-1110010001 cutesy 11
-1110010001 fingernail 11
-1110010001 dainty 11
-1110010001 not-so-subtle 11
-1110010001 leathery 11
-1110010001 boorish 11
-1110010001 felicitous 11
-1110010001 pro-growth 11
-1110010001 narrow-minded 11
-1110010001 rueful 11
-1110010001 frisky 11
-1110010001 virile 11
-1110010001 sophomoric 12
-1110010001 saner 12
-1110010001 beguiling 12
-1110010001 dejected 12
-1110010001 puffy 12
-1110010001 senile 12
-1110010001 cold-blooded 12
-1110010001 miserly 12
-1110010001 foggy 12
-1110010001 risque 12
-1110010001 frazzled 13
-1110010001 panoramic 13
-1110010001 Kafkaesque 13
-1110010001 dopey 13
-1110010001 vegetarian 13
-1110010001 manly 13
-1110010001 two-edged 13
-1110010001 riskless 14
-1110010001 fun-loving 14
-1110010001 make-believe 14
-1110010001 demure 14
-1110010001 woolly 14
-1110010001 thankless 14
-1110010001 nutty 14
-1110010001 sneaky 14
-1110010001 piddling 14
-1110010001 one-dimensional 14
-1110010001 scratchy 14
-1110010001 well-rounded 14
-1110010001 kinky 14
-1110010001 jaunty 15
-1110010001 moose 15
-1110010001 coming-of-age 15
-1110010001 gooey 15
-1110010001 rickety 15
-1110010001 cheeky 15
-1110010001 Herculean 15
-1110010001 disreputable 15
-1110010001 grumpy 15
-1110010001 well-qualified 15
-1110010001 wimpy 16
-1110010001 snob 16
-1110010001 humid 16
-1110010001 macabre 16
-1110010001 lighthearted 16
-1110010001 creditable 16
-1110010001 gleeful 16
-1110010001 moist 16
-1110010001 half-empty 17
-1110010001 quadriplegic 17
-1110010001 grainy 17
-1110010001 monogamous 17
-1110010001 balmy 17
-1110010001 pained 17
-1110010001 clunky 17
-1110010001 far-off 17
-1110010001 ticklish 18
-1110010001 perky 18
-1110010001 flabby 19
-1110010001 timeless 19
-1110010001 Band-Aid 19
-1110010001 sarcastic 19
-1110010001 cranky 20
-1110010001 clenched 20
-1110010001 heartbreaking 20
-1110010001 sweltering 20
-1110010001 spooky 20
-1110010001 sensual 20
-1110010001 crafty 20
-1110010001 blooming 20
-1110010001 pathological 20
-1110010001 rowdy 21
-1110010001 symbiotic 21
-1110010001 tulip 21
-1110010001 merry 21
-1110010001 gutsy 22
-1110010001 far-out 23
-1110010001 tongue-in-cheek 23
-1110010001 steely 23
-1110010001 snappy 23
-1110010001 homely 23
-1110010001 humbling 23
-1110010001 deafening 23
-1110010001 corny 24
-1110010001 jolly 24
-1110010001 wacky 24
-1110010001 joyful 24
-1110010001 materialistic 25
-1110010001 canny 25
-1110010001 well-documented 25
-1110010001 creepy 26
-1110010001 rusty 26
-1110010001 beige 26
-1110010001 figurehead 26
-1110010001 double-edged 27
-1110010001 plaintive 27
-1110010001 breezy 28
-1110010001 gaudy 28
-1110010001 pleasurable 28
-1110010001 stout 28
-1110010001 bittersweet 28
-1110010001 carefree 29
-1110010001 mischievous 29
-1110010001 wistful 31
-1110010001 justifiable 31
-1110010001 sane 31
-1110010001 soggy 32
-1110010001 cheery 32
-1110010001 loony 32
-1110010001 tasty 33
-1110010001 crass 33
-1110010001 half-hearted 33
-1110010001 wretched 33
-1110010001 harrowing 34
-1110010001 boyish 35
-1110010001 solitary 36
-1110010001 windy 36
-1110010001 dreamy 36
-1110010001 disgusting 36
-1110010001 finer 37
-1110010001 good-natured 37
-1110010001 pretentious 37
-1110010001 goofy 38
-1110010001 prima 38
-1110010001 hazy 38
-1110010001 tacky 38
-1110010001 doomsday 38
-1110010001 nifty 39
-1110010001 flimsy 39
-1110010001 market-moving 39
-1110010001 gratuitous 40
-1110010001 baffling 40
-1110010001 mind-boggling 40
-1110010001 thrilling 41
-1110010001 contrarian 41
-1110010001 plump 43
-1110010001 mortal 44
-1110010001 giddy 44
-1110010001 delicious 46
-1110010001 wicked 46
-1110010001 self-fulfilling 48
-1110010001 catchy 48
-1110010001 miraculous 50
-1110010001 likable 51
-1110010001 hysterical 52
-1110010001 cancerous 52
-1110010001 sleazy 53
-1110010001 flattering 53
-1110010001 vulgar 54
-1110010001 dreadful 54
-1110010001 sly 55
-1110010001 bum 55
-1110010001 crisp 56
-1110010001 shoddy 57
-1110010001 shabby 59
-1110010001 delightful 60
-1110010001 chilly 60
-1110010001 shining 63
-1110010001 first-rate 65
-1110010001 pathetic 65
-1110010001 rainy 66
-1110010001 nostalgic 68
-1110010001 quaint 69
-1110010001 cordial 70
-1110010001 bumpy 70
-1110010001 damned 70
-1110010001 refreshing 72
-1110010001 rotten 73
-1110010001 sturdy 74
-1110010001 splendid 75
-1110010001 fabulous 76
-1110010001 loving 80
-1110010001 horrendous 80
-1110010001 lazy 84
-1110010001 hollow 92
-1110010001 sunny 92
-1110010001 traumatic 94
-1110010001 bona 96
-1110010001 fairy 97
-1110010001 bland 97
-1110010001 sentimental 98
-1110010001 fantastic 101
-1110010001 lovely 102
-1110010001 marvelous 103
-1110010001 miserable 103
-1110010001 noisy 106
-1110010001 sexy 107
-1110010001 sore 114
-1110010001 shallow 116
-1110010001 shocking 117
-1110010001 gentle 120
-1110010001 cute 125
-1110010001 horrible 132
-1110010001 scary 132
-1110010001 polite 133
-1110010001 lonely 134
-1110010001 superb 135
-1110010001 neat 138
-1110010001 rocky 141
-1110010001 dim 145
-1110010001 weird 150
-1110010001 brave 151
-1110010001 rosy 153
-1110010001 cruel 155
-1110010001 damn 163
-1110010001 frightening 169
-1110010001 lousy 175
-1110010001 dumb 180
-1110010001 romantic 209
-1110010001 pleasant 213
-1110010001 tragic 217
-1110010001 terrific 219
-1110010001 grim 219
-1110010001 bleak 221
-1110010001 clever 232
-1110010001 silly 241
-1110010001 curious 244
-1110010001 nasty 247
-1110010001 loud 248
-1110010001 stupid 249
-1110010001 sweet 255
-1110010001 sensible 279
-1110010001 decent 286
-1110010001 sad 347
-1110010001 dirty 374
-1110010001 funny 376
-1110010001 plain 389
-1110010001 smart 447
-1110010001 rough 448
-1110010001 terrible 452
-1110010001 strange 471
-1110010001 wonderful 482
-1110010001 bright 723
-1110010001 perfect 742
-1110010001 nice 890
-1110010001 rare 1032
-1110010001 cheap 1093
-1110010001 simple 1670
-1110010001 good 14678
-1110010001 bad 4579
-11100100100 EPS-based 1
-11100100100 price-trend 1
-11100100100 romantic-type 1
-11100100100 impressive-sounding 1
-11100100100 3,293 1
-11100100100 Dino-Rider 1
-11100100100 Real-world 1
-11100100100 1,507 1
-11100100100 airport-construction 1
-11100100100 Mundane 1
-11100100100 family-awareness 1
-11100100100 hair-fine 1
-11100100100 Shambles 1
-11100100100 5,155 1
-11100100100 suction-assisted 1
-11100100100 negative-attack 1
-11100100100 1,700-person 1
-11100100100 often-draconian 1
-11100100100 fall-semester 1
-11100100100 stock-return 1
-11100100100 bank-rate 1
-11100100100 non-meritorious 1
-11100100100 patient-complaint 1
-11100100100 homeowner-corporation 1
-11100100100 self-fastening 1
-11100100100 Bernsteiniana 1
-11100100100 impotant 1
-11100100100 political-endorsement 1
-11100100100 34,478 1
-11100100100 non-optional 1
-11100100100 24.65 1
-11100100100 semi-important 1
-11100100100 boycott-backing 1
-11100100100 coconut-palm 1
-11100100100 often-complex 1
-11100100100 quoc 1
-11100100100 electronics-cleaning 1
-11100100100 massage-parlor 1
-11100100100 storm-water 1
-11100100100 almost-instant 1
-11100100100 investment-strategy 1
-11100100100 sleepy-driver 1
-11100100100 product-description 1
-11100100100 -drinking 1
-11100100100 CD-ROM-based 1
-11100100100 urine-temperature 1
-11100100100 Shearson-managed 1
-11100100100 body-cavity 1
-11100100100 sinuses 1
-11100100100 poster-like 1
-11100100100 back-pedaled 1
-11100100100 patience-building 1
-11100100100 40,331 1
-11100100100 post-Rambo 1
-11100100100 3,788 1
-11100100100 pension/retirement 1
-11100100100 secret-compartment 1
-11100100100 pro-nuclear-energy 1
-11100100100 pesticidecan 1
-11100100100 pesticide-can 1
-11100100100 tour-related 1
-11100100100 inastute 1
-11100100100 one-law-fits-all 1
-11100100100 wintry-looking 1
-11100100100 mud-bath 1
-11100100100 bungalow-like 1
-11100100100 gold-clothed 1
-11100100100 Tuesday-afternoon 1
-11100100100 expense-oriented 1
-11100100100 bouncier 1
-11100100100 firm-level 1
-11100100100 medical-training 1
-11100100100 fish-catch 1
-11100100100 anti-salmonella 1
-11100100100 chicken-driven 1
-11100100100 jobless-benefit 1
-11100100100 27,711 1
-11100100100 crime-prevention 1
-11100100100 pathbreaking 1
-11100100100 pre-symptomatic 1
-11100100100 unstifled 1
-11100100100 corporate-backed 1
-11100100100 wrinkle-fighting 1
-11100100100 TV-drama 1
-11100100100 de-dated 1
-11100100100 picture-sorting 1
-11100100100 anisotropic 1
-11100100100 non-statist 1
-11100100100 partioned 1
-11100100100 insertable 1
-11100100100 funeral-industry 1
-11100100100 large-character 1
-11100100100 near-typeset-quality 1
-11100100100 variable-transmission 1
-11100100100 dermatologic 1
-11100100100 righthanded 1
-11100100100 self-assembled 1
-11100100100 more-basic 1
-11100100100 prearrange 1
-11100100100 missing-persons 1
-11100100100 second-market 1
-11100100100 maintenance-management 1
-11100100100 joint-nuclear-testing 1
-11100100100 still-maturing 1
-11100100100 1,196 1
-11100100100 field-crop 1
-11100100100 soup-to-nuts 1
-11100100100 2,051 1
-11100100100 institutionalized-jobs 1
-11100100100 Euro-peseta 1
-11100100100 petroleum-conservation 1
-11100100100 put-together 1
-11100100100 big-character 1
-11100100100 odd-number 1
-11100100100 92,792 1
-11100100100 fit-tested 1
-11100100100 print-shop-quality 1
-11100100100 10-loss 1
-11100100100 number-based 1
-11100100100 410,447 1
-11100100100 taxpayer-related 1
-11100100100 shell-hole 1
-11100100100 laser-like 1
-11100100100 odd-seeming 1
-11100100100 proto-totalitarian 1
-11100100100 hawg 1
-11100100100 automatically-fastening 1
-11100100100 nonproprietary 1
-11100100100 AIDS-discrimination 1
-11100100100 multi-page 1
-11100100100 alternatve 1
-11100100100 piano-performance 1
-11100100100 media-spending 1
-11100100100 stomach-churning 1
-11100100100 timesheets 1
-11100100100 shareholder-suit 1
-11100100100 large-store 1
-11100100100 Zen-like 1
-11100100100 Save-the-Mangrove 1
-11100100100 prior-day 1
-11100100100 consumer-safety 1
-11100100100 tax-due 1
-11100100100 otherwise-harmlesss 1
-11100100100 negotiated-block 1
-11100100100 budget-planning 1
-11100100100 1,972,886 1
-11100100100 PPP-according 1
-11100100100 piggy-back 1
-11100100100 non-arms-length 1
-11100100100 water-pressure 1
-11100100100 somniferous 1
-11100100100 post-graduates 1
-11100100100 land-planning 1
-11100100100 fast-flashing 1
-11100100100 unlateral 1
-11100100100 chicken-hunting 1
-11100100100 casino-related 1
-11100100100 postive 1
-11100100100 highway-travel 1
-11100100100 lowbrows 1
-11100100100 brand-specific 2
-11100100100 lending-related 2
-11100100100 longer-established 2
-11100100100 scratch-and-sniff 2
-11100100100 358-67 2
-11100100100 misfiled 2
-11100100100 24-17 2
-11100100100 line-of-business 2
-11100100100 401-20 2
-11100100100 galvanometer 2
-11100100100 216-206 2
-11100100100 AR-15 2
-11100100100 toothsome 2
-11100100100 more-widespread 2
-11100100100 agriculture-livestock 2
-11100100100 phony-baloney 2
-11100100100 genetic-test 2
-11100100100 chi-square 2
-11100100100 15-2 2
-11100100100 302-105 2
-11100100100 Megabrain 2
-11100100100 juvenile-delinquency 2
-11100100100 liquid-crystal-display 2
-11100100100 illusionistic 2
-11100100100 360-53 2
-11100100100 piloted-vehicle 2
-11100100100 office-of-the-president 2
-11100100100 untruthfully 2
-11100100100 taxshelter 2
-11100100100 freedom-of-information 2
-11100100100 celebrity-oriented 2
-11100100100 21-14 2
-11100100100 Mussolini-like 2
-11100100100 58-29 2
-11100100100 94-1 2
-11100100100 electrical-current 2
-11100100100 safe-conduct 2
-11100100100 13Ds 2
-11100100100 376-45 2
-11100100100 65-29 2
-11100100100 nonscientific 2
-11100100100 asymmetric 2
-11100100100 sevenyear 2
-11100100100 wind-tunnel 2
-11100100100 mistake-free 2
-11100100100 12-0 2
-11100100100 non-urgent 2
-11100100100 345-70 2
-11100100100 highschool 2
-11100100100 11-8 2
-11100100100 nuisance-abatement 2
-11100100100 union-contract 2
-11100100100 non-Reagan 2
-11100100100 uncracked 2
-11100100100 non-Divad 2
-11100100100 multi-level 2
-11100100100 MileageSaver 2
-11100100100 college-admissions 2
-11100100100 property-value 2
-11100100100 2,038 2
-11100100100 nonlocal 2
-11100100100 capella 2
-11100100100 401-1 2
-11100100100 14-4 2
-11100100100 pre-assembled 2
-11100100100 recollected 2
-11100100100 value-enhancing 2
-11100100100 rent-seeking 2
-11100100100 smoking-ban 2
-11100100100 mastodon 2
-11100100100 Bahamians 2
-11100100100 TRUCKER 2
-11100100100 sleek-looking 2
-11100100100 non-transferrable 3
-11100100100 liquid-protein 3
-11100100100 fifty-fifty 3
-11100100100 fradulent 3
-11100100100 47-43 3
-11100100100 rail-labor 3
-11100100100 pre-hiring 3
-11100100100 67-33 3
-11100100100 jewel-like 3
-11100100100 380-38 3
-11100100100 96-1 3
-11100100100 while-you-wait 3
-11100100100 imprinting 3
-11100100100 97-1 3
-11100100100 more-selective 3
-11100100100 14-6 3
-11100100100 cross-breeding 3
-11100100100 nonstandard 3
-11100100100 joint-return 3
-11100100100 multi-billion-dollar 3
-11100100100 dollar-supporting 3
-11100100100 74-0 3
-11100100100 option-trading 3
-11100100100 198-193 3
-11100100100 third-round 3
-11100100100 stupefying 3
-11100100100 self-contradictory 3
-11100100100 documentary-style 3
-11100100100 heat-sensitive 3
-11100100100 leak-rate 3
-11100100100 244-132 3
-11100100100 nonjudicial 3
-11100100100 91-6 3
-11100100100 five-figure 4
-11100100100 passionless 4
-11100100100 well-tested 4
-11100100100 5-to-4 4
-11100100100 Odette 4
-11100100100 63-27 4
-11100100100 textile-import 4
-11100100100 strikeout 4
-11100100100 15-to-1 4
-11100100100 Japanese-designed 4
-11100100100 exculpatory 4
-11100100100 9-1 4
-11100100100 long-ignored 4
-11100100100 digitizing 4
-11100100100 230-194 4
-11100100100 time-and-motion 4
-11100100100 pre-performance 4
-11100100100 non-surgical 4
-11100100100 217-206 4
-11100100100 oceanic 4
-11100100100 not-qualified 5
-11100100100 transactional 5
-11100100100 line-by-line 5
-11100100100 SAW 5
-11100100100 72-27 5
-11100100100 governmentwide 5
-11100100100 point-by-point 5
-11100100100 malign 5
-11100100100 paper-and-pencil 5
-11100100100 quotable 6
-11100100100 19-17 6
-11100100100 customer-account 6
-11100100100 quarter-page 6
-11100100100 11-5 6
-11100100100 logarithmic 6
-11100100100 side-stepping 6
-11100100100 pre-retirement 6
-11100100100 slanderous 6
-11100100100 peremptory 6
-11100100100 last-sale 7
-11100100100 nonsurgical 7
-11100100100 hypertext 7
-11100100100 unverified 7
-11100100100 hardback 7
-11100100100 9-5 7
-11100100100 followup 7
-11100100100 blank-check 7
-11100100100 14-0 7
-11100100100 squishy 7
-11100100100 pre-approved 8
-11100100100 non-toxic 8
-11100100100 meaty 8
-11100100100 self-improvement 8
-11100100100 comparable-worth 8
-11100100100 fish-oil 8
-11100100100 20- 9
-11100100100 nonalcoholic 9
-11100100100 reverential 9
-11100100100 new-store 9
-11100100100 slice-of-life 9
-11100100100 lead-based 9
-11100100100 Kalashnikov 9
-11100100100 post-graduate 10
-11100100100 big-government 10
-11100100100 plain-vanilla 10
-11100100100 mechanistic 10
-11100100100 currency-transaction 10
-11100100100 less-favorable 10
-11100100100 typeset 10
-11100100100 warrantless 11
-11100100100 double-blind 11
-11100100100 hard-sell 11
-11100100100 yellowing 11
-11100100100 tax-oriented 11
-11100100100 contemporaneous 11
-11100100100 more-stringent 11
-11100100100 menstrual 11
-11100100100 house-to-house 12
-11100100100 placebo-controlled 12
-11100100100 non-negotiable 12
-11100100100 10-1 13
-11100100100 lateral 13
-11100100100 well-thought-out 13
-11100100100 more-detailed 13
-11100100100 well-designed 13
-11100100100 custom-tailored 14
-11100100100 five- 15
-11100100100 color-coded 15
-11100100100 non-exclusive 16
-11100100100 service-related 17
-11100100100 snide 17
-11100100100 surreptitious 17
-11100100100 similiar 19
-11100100100 little-used 19
-11100100100 derogatory 19
-11100100100 3-1 19
-11100100100 consensual 19
-11100100100 mismatched 21
-11100100100 well-funded 21
-11100100100 4-3 22
-11100100100 ready-made 24
-11100100100 two- 24
-11100100100 6-0 25
-11100100100 3-0 28
-11100100100 no-strike 33
-11100100100 how-to 34
-11100100100 4-0 34
-11100100100 market-sensitive 36
-11100100100 lie-detector 37
-11100100100 4-1 41
-11100100100 pre-arranged 41
-11100100100 copyrighted 46
-11100100100 needless 47
-11100100100 repetitive 53
-11100100100 speedier 54
-11100100100 seismic 59
-11100100100 proportional 62
-11100100100 non-public 64
-11100100100 proportionate 74
-11100100100 prearranged 80
-11100100100 reciprocal 85
-11100100100 life-threatening 102
-11100100100 sham 110
-11100100100 standardized 111
-11100100100 full-page 112
-11100100100 follow-up 187
-11100100100 bogus 193
-11100100100 phony 265
-11100100100 faulty 287
-11100100100 conflicting 347
-11100100100 random 347
-11100100100 unilateral 448
-11100100100 fraudulent 482
-11100100100 classified 629
-11100100100 confidential 825
-11100100100 quick 1441
-11100100100 false 1519
-11100100100 similar 6547
-11100100100 comparable 1807
-11100100101 nine-story 1
-11100100101 anti-Diem 1
-11100100101 oil-lubricated 1
-11100100101 Soviet-NATO 1
-11100100101 Greek-flag 1
-11100100101 years.The 1
-11100100101 industrial-computer-systems 1
-11100100101 protest-in-the-streets 1
-11100100101 dark-wool 1
-11100100101 knock-the-competition 1
-11100100101 city-manager 1
-11100100101 24-minute 1
-11100100101 keeping-computerized 1
-11100100101 new-phone 1
-11100100101 close-to-the-vest 1
-11100100101 not-so-boring 1
-11100100101 female-oppressing 1
-11100100101 built-for-power 1
-11100100101 gem-studded 1
-11100100101 train-wreck 1
-11100100101 university-industry 1
-11100100101 cross-pressured 1
-11100100101 historical-renovation 1
-11100100101 permament 1
-11100100101 manon-the-moon 1
-11100100101 simulcasted 1
-11100100101 criminal-trespass 1
-11100100101 Clarke-Hendon 1
-11100100101 parallel-processor 1
-11100100101 focussed 1
-11100100101 non-Boesky 1
-11100100101 veto-sustaining 1
-11100100101 mine-blast 1
-11100100101 40,000-share 1
-11100100101 financial-spreadsheet 1
-11100100101 canine-detective 1
-11100100101 naval-aircraft 1
-11100100101 denial-of-service 1
-11100100101 800-passenger 1
-11100100101 bow-shaped 1
-11100100101 health-damaging 1
-11100100101 tamed-down 1
-11100100101 non-leverageable 1
-11100100101 must-watch 1
-11100100101 half-expressed 1
-11100100101 bee-research 1
-11100100101 Palmer-Life 1
-11100100101 cottonseed-processing 1
-11100100101 darker-horse 1
-11100100101 zombie-like 1
-11100100101 fly-blown 1
-11100100101 monopole-hunting 1
-11100100101 urgent-care 1
-11100100101 300-meter 1
-11100100101 jokey 1
-11100100101 heat-recovery 1
-11100100101 pipeline-expansion 1
-11100100101 grand-larceny 1
-11100100101 million-size 1
-11100100101 bonus-program 1
-11100100101 state-legislative 1
-11100100101 nonexchange 1
-11100100101 modern-technology 1
-11100100101 low-octane 1
-11100100101 transcendant 1
-11100100101 snow-colored 1
-11100100101 disabled-persons 1
-11100100101 more-polished 1
-11100100101 machine-sealed 1
-11100100101 bamboo-munching 1
-11100100101 safe-driving 1
-11100100101 high-contrast 1
-11100100101 teacher-pedagogue 1
-11100100101 age-segregated 1
-11100100101 150,000-kilowatt 1
-11100100101 human-size 1
-11100100101 antifunding 1
-11100100101 limpwristed 1
-11100100101 Pechora-Krasnoyarsk-class 1
-11100100101 budget-reform 1
-11100100101 redacted 1
-11100100101 copier-market 1
-11100100101 1,780,800 1
-11100100101 counter-rotating 1
-11100100101 land-locked 1
-11100100101 775-foot 1
-11100100101 well-shielded 1
-11100100101 Park-Northrop 1
-11100100101 multi 1
-11100100101 unslated 1
-11100100101 shortie 1
-11100100101 below-the-knee 1
-11100100101 undubbed 1
-11100100101 pain-racked 1
-11100100101 killed-virus 1
-11100100101 all-Russian 1
-11100100101 dark-clad 1
-11100100101 UH60 1
-11100100101 selling-of-snake-oil 1
-11100100101 sporting-clay 1
-11100100101 self-consuming 1
-11100100101 aggregates-distribution 1
-11100100101 front-of-the-pack 1
-11100100101 non-hardware 1
-11100100101 soil-hauling 1
-11100100101 pro-Coniston 1
-11100100101 immigrant-support 1
-11100100101 wedged-shaped 1
-11100100101 maximize-the-bottom-line 1
-11100100101 industrial-waste-processing 1
-11100100101 chicken-vs.-egg 1
-11100100101 rail-crew 1
-11100100101 planet-like 1
-11100100101 semi-local 1
-11100100101 12.5-inch-diameter 1
-11100100101 video-disc 1
-11100100101 box-off 1
-11100100101 flanged 1
-11100100101 cash-and-warrants 1
-11100100101 copy-editing 1
-11100100101 then-known 1
-11100100101 dervishes 1
-11100100101 fulllength 1
-11100100101 Grisha-class 1
-11100100101 9.9-plus 1
-11100100101 trial-run 1
-11100100101 square-jawed 1
-11100100101 concert/interview 1
-11100100101 banana-peel 1
-11100100101 side-of-the-mouth 1
-11100100101 stablike 1
-11100100101 Ritalin-related 1
-11100100101 lower-ticket 1
-11100100101 pomegranate 1
-11100100101 co-existing 1
-11100100101 outpatient-care 1
-11100100101 save-the-whales 1
-11100100101 boob-tube 1
-11100100101 slap-on-the-hand 1
-11100100101 pin-up 2
-11100100101 retentive 2
-11100100101 saw-tooth 2
-11100100101 boldfaced 2
-11100100101 run-oriented 2
-11100100101 ATV-accident 2
-11100100101 Marcos-controlled 2
-11100100101 turbine-generator 2
-11100100101 price-manipulation 2
-11100100101 muscat 2
-11100100101 black-controlled 2
-11100100101 preconcert 2
-11100100101 spring-fed 2
-11100100101 unmemorable 2
-11100100101 celebrity-studded 2
-11100100101 foreign-sounding 2
-11100100101 hardbound 2
-11100100101 1940s-vintage 2
-11100100101 late-onset 2
-11100100101 nonlegal 2
-11100100101 post-WWII 2
-11100100101 seat-back 2
-11100100101 Dantesque 2
-11100100101 modifiable 2
-11100100101 noninfectious 2
-11100100101 untrodden 2
-11100100101 benzene-related 2
-11100100101 town-hall 2
-11100100101 illegal-lobbying 2
-11100100101 non-daily 2
-11100100101 concessions-for-stock 2
-11100100101 150-foot-high 2
-11100100101 11-inch 2
-11100100101 tabloid-size 2
-11100100101 engine-generator 2
-11100100101 immune-cell 2
-11100100101 sweet-smelling 2
-11100100101 gummed-up 2
-11100100101 image-driven 2
-11100100101 refrigerator-sized 2
-11100100101 silver-blue 2
-11100100101 550,000-kilowatt 2
-11100100101 50-foot 2
-11100100101 216-166 2
-11100100101 end-of-cycle 2
-11100100101 uncoupled 2
-11100100101 resistance-free 2
-11100100101 marriage-trap 2
-11100100101 support-group 2
-11100100101 gnarly 2
-11100100101 truck-driving 2
-11100100101 chaperoned 2
-11100100101 reading-matter 2
-11100100101 drug-therapy 2
-11100100101 different-looking 3
-11100100101 business-trivia 3
-11100100101 clotted 3
-11100100101 themed 3
-11100100101 sexual-harassment 3
-11100100101 cost-increasing 3
-11100100101 arm-wrestling 3
-11100100101 sub-cabinet 3
-11100100101 vocational-training 3
-11100100101 sculptured 3
-11100100101 health-research 3
-11100100101 well-insulated 3
-11100100101 low-probability 3
-11100100101 capital-short 3
-11100100101 classier 3
-11100100101 rubberstamp 3
-11100100101 4-to-2 3
-11100100101 credit-guarantee 3
-11100100101 copper-oxygen 3
-11100100101 long-hidden 3
-11100100101 trouble-prone 3
-11100100101 rapier-like 3
-11100100101 97,750 3
-11100100101 yes-or-no 3
-11100100101 pool-playing 3
-11100100101 filmy 3
-11100100101 5H-T 3
-11100100101 automated-teller-machine 3
-11100100101 laboratory-produced 3
-11100100101 foot-high 3
-11100100101 Spanish-owned 3
-11100100101 epicure 4
-11100100101 light-hearted 4
-11100100101 moistened 4
-11100100101 well-functioning 4
-11100100101 17-inch 4
-11100100101 daylit 4
-11100100101 disused 4
-11100100101 more-modern 4
-11100100101 boneheaded 4
-11100100101 standing-room 4
-11100100101 Samoyed 4
-11100100101 non-news 4
-11100100101 high-dose 4
-11100100101 more-ambitious 4
-11100100101 sodden 4
-11100100101 rhymed 5
-11100100101 soccer-golf 5
-11100100101 college-level 5
-11100100101 looping 5
-11100100101 surrogate-motherhood 5
-11100100101 lower-volume 5
-11100100101 bite-sized 6
-11100100101 torturous 6
-11100100101 moderate-sized 6
-11100100101 grim-faced 6
-11100100101 feathery 6
-11100100101 quilted 6
-11100100101 smoking-cessation 6
-11100100101 sterner 6
-11100100101 third-down 6
-11100100101 combat-ready 7
-11100100101 wage-earner 7
-11100100101 coequal 7
-11100100101 meatier 7
-11100100101 buckshot 7
-11100100101 diverging 8
-11100100101 high-visibility 8
-11100100101 longitudinal 8
-11100100101 discordant 8
-11100100101 boldface 8
-11100100101 seditious 9
-11100100101 tie-breaking 10
-11100100101 same-day 11
-11100100101 low-ball 12
-11100100101 smarmy 12
-11100100101 sub-par 12
-11100100101 nontaxable 14
-11100100101 blurry 14
-11100100101 protruding 14
-11100100101 finalist 15
-11100100101 psychedelic 15
-11100100101 gunshot 15
-11100100101 multiple-choice 15
-11100100101 uncounted 16
-11100100101 disembodied 17
-11100100101 so-so 19
-11100100101 pirated 19
-11100100101 smoke-free 25
-11100100101 holdover 26
-11100100101 well-defined 31
-11100100101 divergent 53
-11100100101 knit 54
-11100100101 concurrent 55
-11100100101 three-dimensional 64
-11100100101 microscopic 77
-11100100101 clogged 78
-11100100101 veiled 88
-11100100101 misdemeanor 91
-11100100101 glowing 94
-11100100101 dissenting 125
-11100100101 disparate 128
-11100100101 worded 147
-11100100101 differing 147
-11100100101 successive 152
-11100100101 distinct 255
-11100100101 felony 401
-11100100101 straight 904
-11100100101 fresh 1268
-11100100101 competing 1736
-11100100101 different 5643
-11100100101 separate 3607
-11100100110 bolero 1
-11100100110 juster 1
-11100100110 uncapitalistic 1
-11100100110 Methuselah 1
-11100100110 faggot 1
-11100100110 peg. 1
-11100100110 1-in-3 1
-11100100110 four-lot 1
-11100100110 generation. 1
-11100100110 tranquillity. 1
-11100100110 anti-palace 1
-11100100110 Groupie 1
-11100100110 deep-running 1
-11100100110 several-hundred-thousand-dollar 1
-11100100110 trade-bureaucracy 1
-11100100110 stirring-up 1
-11100100110 lawbook-sized 1
-11100100110 patient-education 1
-11100100110 game-kill 1
-11100100110 de-multiplier 1
-11100100110 show-me-mentality 1
-11100100110 terrorist-related 1
-11100100110 Form. 1
-11100100110 fat-burning 1
-11100100110 fragrance-industry 1
-11100100110 foot-stomping 1
-11100100110 hair-curling 1
-11100100110 taxiing-in 1
-11100100110 Insurmountable 1
-11100100110 -bred 1
-11100100110 chemical-pollution 1
-11100100110 youthful-sounding 1
-11100100110 not-so-pleasant 1
-11100100110 fundmental 1
-11100100110 quarter-year 1
-11100100110 unsocialist-sounding 1
-11100100110 tax-bred 1
-11100100110 hyperbolical 1
-11100100110 Ploy 1
-11100100110 nonliberal 1
-11100100110 self-corrective 1
-11100100110 Faking 1
-11100100110 bricklike 1
-11100100110 shape-up 1
-11100100110 Imperialist 1
-11100100110 SLEEPER 1
-11100100110 arbitary 1
-11100100110 fastbreaking 1
-11100100110 axle-breaking 1
-11100100110 Faun 1
-11100100110 option-adjusted 1
-11100100110 photoelectric 1
-11100100110 ulcer-related 1
-11100100110 photovoltiac 1
-11100100110 wash-and-wear 1
-11100100110 inebriating 1
-11100100110 run-of-the-litter 1
-11100100110 7-point 1
-11100100110 anti-Gillette 1
-11100100110 Gilderian 1
-11100100110 bad-luck 1
-11100100110 greater-than-planned 1
-11100100110 sleazebag 1
-11100100110 performance-sharing 1
-11100100110 work-space 1
-11100100110 toy-market 1
-11100100110 17-yen 1
-11100100110 small-space 1
-11100100110 Boesky-style 1
-11100100110 universe-shaking 1
-11100100110 coal-equivalent 1
-11100100110 fluctating 1
-11100100110 wandervogel 1
-11100100110 big-dividend 1
-11100100110 static-laden 1
-11100100110 single-file 1
-11100100110 tune-in 2
-11100100110 light-to-moderate 2
-11100100110 one-time-only 2
-11100100110 Bluebook 2
-11100100110 pro-taxpayer 2
-11100100110 black/white 2
-11100100110 dappled 2
-11100100110 non-sexist 2
-11100100110 milder-than-expected 2
-11100100110 micro-managing 2
-11100100110 2,083 2
-11100100110 conventionalarms 2
-11100100110 fixed-dollar 2
-11100100110 hygienic 2
-11100100110 multi-vendor 2
-11100100110 kid-glove 2
-11100100110 thousand-year-old 2
-11100100110 fly-away 2
-11100100110 reverse-repurchase 2
-11100100110 tulus 2
-11100100110 salutory 2
-11100100110 non-day 2
-11100100110 grace-period 2
-11100100110 chicken-or-egg 2
-11100100110 market-reserve 2
-11100100110 0.5-point 2
-11100100110 prima-donna 2
-11100100110 Dukakis/Bentsen 2
-11100100110 partywide 2
-11100100110 gray-markets 2
-11100100110 smoke-blackened 2
-11100100110 fresh-start 2
-11100100110 Shaman 2
-11100100110 project-management 2
-11100100110 formidible 2
-11100100110 EDfare 2
-11100100110 rule-book 2
-11100100110 staff-written 2
-11100100110 tax-protest 2
-11100100110 convergent 2
-11100100110 millennialist 2
-11100100110 more-satisfactory 2
-11100100110 worse-than-average 2
-11100100110 big-brother 2
-11100100110 releverage 2
-11100100110 just-the-facts 2
-11100100110 snap-back 2
-11100100110 four-in-hand 2
-11100100110 aggresive 2
-11100100110 Q&A 2
-11100100110 minimalls 2
-11100100110 class-wide 2
-11100100110 McDonnell-Airbus 2
-11100100110 multi-site 2
-11100100110 snail's-pace 2
-11100100110 disaster-prone 2
-11100100110 town-gown 2
-11100100110 heterogamous 2
-11100100110 natural-born 2
-11100100110 public-goods 2
-11100100110 public-purpose 2
-11100100110 satellite-related 2
-11100100110 salubrious 3
-11100100110 current-density 3
-11100100110 cancer-treatment 3
-11100100110 separate-but-equal 3
-11100100110 misimpression 3
-11100100110 vernal 3
-11100100110 lamppost 3
-11100100110 nonadversarial 3
-11100100110 government-directed 3
-11100100110 parasitical 3
-11100100110 lowest-common-denominator 3
-11100100110 store-by-store 3
-11100100110 non-interested 3
-11100100110 time-sensitive 3
-11100100110 movie-like 3
-11100100110 cooked-up 3
-11100100110 current-services 3
-11100100110 mid-course 3
-11100100110 kitchen-table 3
-11100100110 managed-trade 3
-11100100110 price-softening 3
-11100100110 covenantal 3
-11100100110 gated 3
-11100100110 longer-than-anticipated 3
-11100100110 unbusinesslike 3
-11100100110 dirt-pile 3
-11100100110 white-squire 3
-11100100110 god-awful 3
-11100100110 U.S.-government 3
-11100100110 Deja 3
-11100100110 no-go 3
-11100100110 6-to-1 4
-11100100110 neutral-principled 4
-11100100110 pro-industry 4
-11100100110 trilateral 4
-11100100110 meteor 4
-11100100110 middle-ground 4
-11100100110 discontinuous 4
-11100100110 truth-in-spending 4
-11100100110 cam-out 4
-11100100110 exploitable 4
-11100100110 first-to-invent 4
-11100100110 can't-miss 4
-11100100110 snugged 4
-11100100110 less-publicized 4
-11100100110 Kingfish 4
-11100100110 democratizing 4
-11100100110 legitimating 4
-11100100110 Carteresque 4
-11100100110 qat 4
-11100100110 chastening 5
-11100100110 discernable 5
-11100100110 best-case 5
-11100100110 pre-cancerous 5
-11100100110 criticality 5
-11100100110 nondiscretionary 5
-11100100110 park-to-reverse 5
-11100100110 Red-Green 5
-11100100110 no-risk 5
-11100100110 perceptual 5
-11100100110 free-rider 5
-11100100110 lock-in 5
-11100100110 weightier 5
-11100100110 less-than-perfect 6
-11100100110 pro-market 6
-11100100110 low-priority 6
-11100100110 unhealthful 6
-11100100110 meat-ax 6
-11100100110 walk-away 6
-11100100110 Medigap 6
-11100100110 second-source 6
-11100100110 white-knight 6
-11100100110 macro-economic 6
-11100100110 4-to-3 7
-11100100110 first-tier 7
-11100100110 locked-in 7
-11100100110 market-supporting 7
-11100100110 one-word 7
-11100100110 quick-fix 7
-11100100110 knock-out 7
-11100100110 sissy 7
-11100100110 Soviet-U.S. 7
-11100100110 good-government 7
-11100100110 harebrained 8
-11100100110 warmed-over 8
-11100100110 incontrovertible 8
-11100100110 gradualist 8
-11100100110 subliminal 8
-11100100110 service-connected 8
-11100100110 after-the-fact 8
-11100100110 guayabera 8
-11100100110 demonstrative 8
-11100100110 cross-marketing 8
-11100100110 hackneyed 8
-11100100110 soak-the-rich 8
-11100100110 cost-push 9
-11100100110 sex-based 9
-11100100110 commodity-like 9
-11100100110 trickle-down 9
-11100100110 macro 9
-11100100110 Pygmalion 9
-11100100110 broad-ranging 9
-11100100110 low-intensity 10
-11100100110 primal 10
-11100100110 corroborating 10
-11100100110 heterodox 10
-11100100110 bad-faith 10
-11100100110 corporate-wide 10
-11100100110 miniscule 10
-11100100110 long-cherished 11
-11100100110 statesmanlike 11
-11100100110 preconceived 11
-11100100110 fortuitous 12
-11100100110 bon 12
-11100100110 patentable 12
-11100100110 demonstrable 12
-11100100110 business-related 13
-11100100110 budget-busting 13
-11100100110 snowballing 13
-11100100110 homegrown 13
-11100100110 randomized 13
-11100100110 humanistic 13
-11100100110 portentous 13
-11100100110 top-to-bottom 13
-11100100110 back-to-basics 14
-11100100110 pesky 14
-11100100110 back-door 14
-11100100110 half-baked 15
-11100100110 sizeable 15
-11100100110 predicate 15
-11100100110 signficant 15
-11100100110 sequential 15
-11100100110 roundabout 16
-11100100110 life-and-death 16
-11100100110 for-sale 16
-11100100110 good-will 16
-11100100110 sickening 17
-11100100110 good-sized 17
-11100100110 invidious 17
-11100100110 counterrevolutionary 18
-11100100110 back-end 18
-11100100110 proximate 18
-11100100110 perceptible 19
-11100100110 synergistic 19
-11100100110 grievous 19
-11100100110 judicious 21
-11100100110 dispassionate 21
-11100100110 perfunctory 21
-11100100110 horrific 21
-11100100110 well-deserved 21
-11100100110 cutting-edge 22
-11100100110 win-win 22
-11100100110 meritorious 22
-11100100110 dampening 23
-11100100110 noncontroversial 23
-11100100110 once-in-a-lifetime 23
-11100100110 salient 23
-11100100110 telltale 24
-11100100110 qualitative 25
-11100100110 untoward 25
-11100100110 deleterious 25
-11100100110 concomitant 25
-11100100110 price-depressing 26
-11100100110 backdoor 26
-11100100110 wondrous 26
-11100100110 cataclysmic 26
-11100100110 face-saving 27
-11100100110 crossover 27
-11100100110 cursory 29
-11100100110 Draconian 29
-11100100110 common-sense 30
-11100100110 circumstantial 30
-11100100110 deja 30
-11100100110 self-inflicted 31
-11100100110 sure-fire 32
-11100100110 disquieting 32
-11100100110 precautionary 32
-11100100110 detectable 33
-11100100110 spurious 34
-11100100110 bloodless 34
-11100100110 rudimentary 35
-11100100110 salutary 35
-11100100110 jarring 36
-11100100110 draconian 36
-11100100110 first-hand 36
-11100100110 measurable 37
-11100100110 domino 37
-11100100110 preemptive 37
-11100100110 short-run 39
-11100100110 irreparable 40
-11100100110 price-supporting 41
-11100100110 principled 42
-11100100110 weighty 43
-11100100110 momentary 43
-11100100110 extraneous 43
-11100100110 systemic 44
-11100100110 flagrant 47
-11100100110 momentous 48
-11100100110 recessionary 48
-11100100110 generalized 53
-11100100110 discernible 55
-11100100110 grandiose 57
-11100100110 worst-case 58
-11100100110 glaring 61
-11100100110 sensational 62
-11100100110 deflationary 62
-11100100110 hasty 66
-11100100110 knee-jerk 70
-11100100110 soothing 70
-11100100110 breathtaking 71
-11100100110 sobering 72
-11100100110 graceful 72
-11100100110 bottom-line 75
-11100100110 sticky 76
-11100100110 lukewarm 83
-11100100110 conclusive 88
-11100100110 superficial 92
-11100100110 noticeable 96
-11100100110 wrenching 99
-11100100110 blatant 105
-11100100110 greenhouse 106
-11100100110 clear-cut 107
-11100100110 subjective 110
-11100100110 heroic 116
-11100100110 hypothetical 132
-11100100110 chilling 141
-11100100110 recurring 144
-11100100110 daunting 147
-11100100110 stimulative 149
-11100100110 systematic 151
-11100100110 dire 158
-11100100110 coherent 166
-11100100110 token 169
-11100100110 definite 202
-11100100110 thorough 211
-11100100110 concerted 217
-11100100110 far-reaching 225
-11100100110 startling 231
-11100100110 progressive 237
-11100100110 deliberate 237
-11100100110 tangible 245
-11100100110 profound 272
-11100100110 constructive 274
-11100100110 rational 279
-11100100110 decisive 286
-11100100110 credible 290
-11100100110 substantive 295
-11100100110 subtle 308
-11100100110 notable 315
-11100100110 probable 323
-11100100110 drastic 343
-11100100110 lasting 349
-11100100110 spectacular 358
-11100100110 timely 358
-11100100110 formidable 382
-11100100110 gradual 390
-11100100110 logical 390
-11100100110 harsh 394
-11100100110 satisfactory 395
-11100100110 precise 400
-11100100110 minimal 414
-11100100110 meaningful 429
-11100100110 mild 457
-11100100110 bold 459
-11100100110 passive 500
-11100100110 violent 530
-11100100110 comprehensive 569
-11100100110 concrete 635
-11100100110 remarkable 638
-11100100110 practical 673
-11100100110 legitimate 741
-11100100110 frequent 752
-11100100110 radical 892
-11100100110 minor 923
-11100100110 detailed 929
-11100100110 dramatic 951
-11100100110 slight 990
-11100100110 fundamental 1285
-11100100110 reasonable 1362
-11100100110 severe 1599
-11100100110 favorable 1657
-11100100110 modest 2277
-11100100110 negative 2488
-11100100110 positive 2551
-11100100110 specific 3353
-11100100110 substantial 3713
-11100100110 significant 5574
-11100100110 serious 4350
-11100100111 supervisor-subordinate 1
-11100100111 Belgian-Canadian 1
-11100100111 Time-NBC 1
-11100100111 price-raising 1
-11100100111 clear-headed 1
-11100100111 client-master 1
-11100100111 rap-song 1
-11100100111 acoustic-detection 1
-11100100111 five-word 1
-11100100111 trained-help 1
-11100100111 expense-to-revenue 1
-11100100111 217-203 1
-11100100111 harrowingly 1
-11100100111 duskier 1
-11100100111 not-unusual 1
-11100100111 red-letter 1
-11100100111 tax-and-pretend 1
-11100100111 one-guide 1
-11100100111 fast-improving 1
-11100100111 family-time 1
-11100100111 get-away-from-everyone 1
-11100100111 four-union 1
-11100100111 tyrant/fool 1
-11100100111 Casey-North 1
-11100100111 wild-mustang 1
-11100100111 concert-version 1
-11100100111 Mao-Nixon 1
-11100100111 Marcosian 1
-11100100111 nouveau-riche 1
-11100100111 Beijing-Seoul 1
-11100100111 North-Casey 1
-11100100111 roll-down 1
-11100100111 intra-german 1
-11100100111 well-weeded 1
-11100100111 rebel-officers 1
-11100100111 watery-limbed 1
-11100100111 Seoul-Washington 1
-11100100111 lower-dose 1
-11100100111 liquid-concentrate 1
-11100100111 Pearson-Elsevier 1
-11100100111 disputatious 1
-11100100111 23,000-page 1
-11100100111 bigfoot-like 1
-11100100111 unmeltably 1
-11100100111 seven-ball 1
-11100100111 Kroger-Dart 1
-11100100111 supermarket-industry 1
-11100100111 30-million-piece 1
-11100100111 U.S.S.R.-U.S. 1
-11100100111 Nome-Siberia 1
-11100100111 granola-flavored 1
-11100100111 Japan-Indonesia 1
-11100100111 Borgia-like 1
-11100100111 24th-century 1
-11100100111 garlic-guava 1
-11100100111 statistics-reporting 1
-11100100111 double-round-robin 1
-11100100111 let's-do-it 1
-11100100111 checklike 1
-11100100111 death-bed 1
-11100100111 child-rape 1
-11100100111 non-computerized 1
-11100100111 promising-sounding 1
-11100100111 one-wink 1
-11100100111 arms-for-no-hostages 1
-11100100111 bad-expectations 1
-11100100111 production-led 1
-11100100111 boss/subordinate 1
-11100100111 third-of-a-mile 1
-11100100111 most-raced 1
-11100100111 nine-part 1
-11100100111 KGB/WAD 1
-11100100111 leashless 1
-11100100111 Jekyll-Hyde 1
-11100100111 CFC-ozone 1
-11100100111 boiled-down 1
-11100100111 weapon-makers 1
-11100100111 mobile-artillery 1
-11100100111 where-am-I-headed 1
-11100100111 hard-bristle 1
-11100100111 rock-'em-and-sock-'em 1
-11100100111 creditor-regulator 1
-11100100111 four-decades-old 1
-11100100111 high-society-murder-and-scandal 1
-11100100111 always-gripping 1
-11100100111 spicier 1
-11100100111 five-bus 1
-11100100111 arms-hostages 1
-11100100111 Piedmont-TWA 1
-11100100111 manta 1
-11100100111 poster-size 1
-11100100111 1,000-watt 1
-11100100111 candy-bar-like 1
-11100100111 UAL-Hertz-Hilton 1
-11100100111 period-vaulting 1
-11100100111 600-milligram 1
-11100100111 stageworthy 1
-11100100111 Moldauesque 1
-11100100111 sawtooth 1
-11100100111 U.S.-Libyan 1
-11100100111 Scottsdale-based 1
-11100100111 lay-language 1
-11100100111 60-kilogram 1
-11100100111 pro-immigrant 1
-11100100111 Soviet-Mozambique 1
-11100100111 mind-out-of-body 1
-11100100111 soapstone 1
-11100100111 data-and-phone 1
-11100100111 1.2mile 1
-11100100111 long-postponed 1
-11100100111 Tiffany-quality 1
-11100100111 sometimes-strained 1
-11100100111 331-fund 1
-11100100111 300-mule 1
-11100100111 187-member 1
-11100100111 Franco-American 1
-11100100111 persecutable 1
-11100100111 less-imposing 1
-11100100111 plastic-pouch 1
-11100100111 cutest 1
-11100100111 higher-thrust 1
-11100100111 26-ounce 1
-11100100111 minority-firm 1
-11100100111 semi-pacifist 1
-11100100111 speed-control 1
-11100100111 desktop-sized 1
-11100100111 less-charged 1
-11100100111 windshield-robot 1
-11100100111 zero-solution 1
-11100100111 chiten-and-protein 1
-11100100111 salsa-style 1
-11100100111 contractor-subcontractor 1
-11100100111 lengthened-fuselage 1
-11100100111 Demirel-Ecevit 1
-11100100111 primary-needs 1
-11100100111 TWA-USAir-Piedmont 1
-11100100111 10-pack 1
-11100100111 Spinks-Tyson 1
-11100100111 bowdlerized 1
-11100100111 camel-to-Cadillac 1
-11100100111 pre-broadcast 1
-11100100111 7,242-foot 1
-11100100111 Bates-Backer 1
-11100100111 funkadelic 1
-11100100111 435-mile 1
-11100100111 best-to-worst 1
-11100100111 soft-rock 1
-11100100111 25-player 1
-11100100111 right-shoulder 1
-11100100111 1973-74-style 1
-11100100111 jellolike 1
-11100100111 opposition-government 1
-11100100111 strawberry-flavored 1
-11100100111 100-gram 1
-11100100111 pre-liturgy 1
-11100100111 300-kilometer 1
-11100100111 seven-piece 1
-11100100111 border-strip 1
-11100100111 half-witted 1
-11100100111 government-prepared 1
-11100100111 38-cent 1
-11100100111 rock-history 1
-11100100111 dirt-real 1
-11100100111 Virginia-chartered 1
-11100100111 microencapsulated 1
-11100100111 by-now-familiar 1
-11100100111 slow-releasing 1
-11100100111 300-piece 1
-11100100111 too-close 1
-11100100111 volume-to-outcome 1
-11100100111 120,000-word 1
-11100100111 low-odor 1
-11100100111 hand-size 1
-11100100111 multi-media 1
-11100100111 music-dance 1
-11100100111 squinty 1
-11100100111 broad-front 1
-11100100111 quasi-social 1
-11100100111 pro-employer 1
-11100100111 cloud-enshrouded 1
-11100100111 State-of-the-Heart 1
-11100100111 snideness 1
-11100100111 hog-farmer 1
-11100100111 645-member 1
-11100100111 Rubensian 1
-11100100111 prison-scene 1
-11100100111 166-year 1
-11100100111 rock-pop 1
-11100100111 government-leaked 1
-11100100111 palm-fringed 1
-11100100111 sound-muffling 1
-11100100111 seven-fight 1
-11100100111 much-later 1
-11100100111 quasi-colonial 1
-11100100111 learnable 1
-11100100111 Hitachi-Samsung 1
-11100100111 bonus-rate 1
-11100100111 marbleized 1
-11100100111 shoetop-scoop 1
-11100100111 page-two 1
-11100100111 10-minute-or-free 1
-11100100111 daughter-father 1
-11100100111 GATT-ordered 1
-11100100111 story-telling 1
-11100100111 Paris-to-Lyon 1
-11100100111 four-decade 1
-11100100111 21-vehicle 1
-11100100111 scaled-up 1
-11100100111 cawing 1
-11100100111 low-oil 1
-11100100111 420-passenger 1
-11100100111 212-year-old 1
-11100100111 room-by-room 1
-11100100111 quarter-mile-long 1
-11100100111 107-member 1
-11100100111 memorial-year 1
-11100100111 16-director 1
-11100100111 local-long 1
-11100100111 freeze-frame 1
-11100100111 pro-cut 1
-11100100111 splintery 1
-11100100111 post-Easter 1
-11100100111 ozone-cancer 1
-11100100111 Robertson-Dole 1
-11100100111 40-40-20 1
-11100100111 Watergate-related 1
-11100100111 72-year 1
-11100100111 solvent-detergent 1
-11100100111 jazz-music 1
-11100100111 debtor-creditor 1
-11100100111 Cairo-sponsored 1
-11100100111 sober-looking 1
-11100100111 heart-of-gold 1
-11100100111 U.S.Pacific 1
-11100100111 Sony-Columbia 1
-11100100111 manufacturing-capacity 1
-11100100111 Qintex-MGM/UA 1
-11100100111 cell-penetrating 1
-11100100111 too-diverse 1
-11100100111 109-passenger 1
-11100100111 mission-capable 1
-11100100111 kid-gloves 1
-11100100111 goatskin 1
-11100100111 pro-Cuba 1
-11100100111 pseudo-Marxian 1
-11100100111 65-mile-long 1
-11100100111 half-attractive 1
-11100100111 slow-developing 1
-11100100111 BellSouth-MCCA 1
-11100100111 iron-triangle 1
-11100100111 post-nuptial 1
-11100100111 anything-but-loving 1
-11100100111 75-site 1
-11100100111 lowprofile 1
-11100100111 side-door 1
-11100100111 20-week 1
-11100100111 medium-speed 1
-11100100111 company-drawn 1
-11100100111 squarest 1
-11100100111 13-piece 1
-11100100111 yearby-year 1
-11100100111 white/non-white 1
-11100100111 sleep-deprived 1
-11100100111 near-miraculous 1
-11100100111 business-university 1
-11100100111 1,000-lot 1
-11100100111 10-stock 1
-11100100111 Galvin-Paisley 1
-11100100111 Cuban-Soviet 1
-11100100111 300-foot-long 1
-11100100111 UNH 1
-11100100111 1/34-scale 1
-11100100111 market-segment 1
-11100100111 three-pack-a-day 1
-11100100111 stock-show 1
-11100100111 court-held 1
-11100100111 15-concert 1
-11100100111 much-shelled 1
-11100100111 long-exiled 1
-11100100111 Moscow-Madrid 1
-11100100111 KLM-NWA 1
-11100100111 310-vessel 1
-11100100111 400-piece 1
-11100100111 Coors-Stroh 1
-11100100111 let-kids-be-kids 1
-11100100111 yen-for-SDR 1
-11100100111 100-order 1
-11100100111 1.5-liter 1
-11100100111 cooked-onion 1
-11100100111 business/educational 1
-11100100111 750-milliliter 1
-11100100111 double-barrel 1
-11100100111 Houston-Dallas 1
-11100100111 22-story 2
-11100100111 superstring 2
-11100100111 clothlike 2
-11100100111 fresh-smelling 2
-11100100111 semi-staged 2
-11100100111 quick-turnaround 2
-11100100111 hangdog 2
-11100100111 115-point 2
-11100100111 95-foot-high 2
-11100100111 2.5-acre 2
-11100100111 five-country 2
-11100100111 50-million-share 2
-11100100111 16-point 2
-11100100111 Russian-German 2
-11100100111 Damascus-backed 2
-11100100111 MasterCard-Cirrus 2
-11100100111 four-piece 2
-11100100111 human-sized 2
-11100100111 BBC/A&E 2
-11100100111 non-conventional 2
-11100100111 Winterskol 2
-11100100111 direct-action 2
-11100100111 7/8-inch 2
-11100100111 black-robed 2
-11100100111 hundred-year 2
-11100100111 Kidder-Nomura 2
-11100100111 pyrotechnical 2
-11100100111 business-clergy 2
-11100100111 post-incentive 2
-11100100111 pre-induction 2
-11100100111 boxing-ring 2
-11100100111 puritan 2
-11100100111 decapitating 2
-11100100111 fourth-echelon 2
-11100100111 country-and-Western 2
-11100100111 near-complete 2
-11100100111 lip-service 2
-11100100111 godawful 2
-11100100111 more-unified 2
-11100100111 TWA-Eastern 2
-11100100111 17-party 2
-11100100111 faroff 2
-11100100111 three-picture 2
-11100100111 350-mile 2
-11100100111 U.S.-like 2
-11100100111 200,000-square-foot 2
-11100100111 Peaceline 2
-11100100111 Nasdaq-Singapore 2
-11100100111 Chekhovian 2
-11100100111 modern-dress 2
-11100100111 Comex-Sydney 2
-11100100111 dried-out 2
-11100100111 spasmodic 2
-11100100111 less-than-favorable 2
-11100100111 Soviet-inspired 2
-11100100111 too-familiar 2
-11100100111 two-network 2
-11100100111 AIDS-antibody 2
-11100100111 smaller-than-anticipated 2
-11100100111 collision-damage-waiver 2
-11100100111 foreshortened 2
-11100100111 festival-commissioned 2
-11100100111 stop-Dukakis 2
-11100100111 man-sized 2
-11100100111 business-broker 2
-11100100111 Meese-McKean 2
-11100100111 Marlens-Black 2
-11100100111 gaudiest 2
-11100100111 master-servant 2
-11100100111 three-inch-long 2
-11100100111 car-bomb 3
-11100100111 15-round 3
-11100100111 scalding 3
-11100100111 brackish 3
-11100100111 GM-EDS 3
-11100100111 heatless 3
-11100100111 platonic 3
-11100100111 March-May 3
-11100100111 Vesuvian 3
-11100100111 topographical 3
-11100100111 salt-water 3
-11100100111 stair-step 3
-11100100111 preponderant 3
-11100100111 six-ton 3
-11100100111 49-year 3
-11100100111 price-revenue 3
-11100100111 beatific 3
-11100100111 first-order 3
-11100100111 Oedipal 3
-11100100111 well-guarded 3
-11100100111 leftish 3
-11100100111 Romanesque 3
-11100100111 one-in-four 3
-11100100111 cheerless 3
-11100100111 crop-damaging 3
-11100100111 pinko 3
-11100100111 kaleidoscopic 3
-11100100111 risk/benefit 3
-11100100111 160-pound 3
-11100100111 53-year 3
-11100100111 full-spectrum 3
-11100100111 worse-than-anticipated 3
-11100100111 lunch-hour 3
-11100100111 chimerical 3
-11100100111 Rambo-like 3
-11100100111 Pechora 3
-11100100111 6,000-mile 3
-11100100111 Hitchcockian 3
-11100100111 junk-food 3
-11100100111 sensor-equipped 3
-11100100111 decadelong 3
-11100100111 long-smoldering 3
-11100100111 field-sanitation 3
-11100100111 long-neck 3
-11100100111 1,500-mile 3
-11100100111 choleric 3
-11100100111 germ-killing 4
-11100100111 less-than-enthusiastic 4
-11100100111 self-protective 4
-11100100111 Texas-size 4
-11100100111 free-thinking 4
-11100100111 36-hole 4
-11100100111 still-secret 4
-11100100111 priori 4
-11100100111 free-ranging 4
-11100100111 thoroughgoing 4
-11100100111 parking-related 4
-11100100111 satellite-transmitted 4
-11100100111 heart-stopping 4
-11100100111 silken 4
-11100100111 ninth-century 4
-11100100111 homoerotic 4
-11100100111 three-class 4
-11100100111 twice-a-day 4
-11100100111 expository 4
-11100100111 play-it-safe 4
-11100100111 Homeric 4
-11100100111 30-year-long 4
-11100100111 nursery-school 4
-11100100111 one-in-a-million 4
-11100100111 six-month-long 4
-11100100111 non-invasive 4
-11100100111 patch-up 4
-11100100111 multipronged 4
-11100100111 seventh-grade 4
-11100100111 continent-wide 4
-11100100111 lemming 4
-11100100111 computer-enhanced 4
-11100100111 third-term 4
-11100100111 well-made 4
-11100100111 multifarious 4
-11100100111 Foamy 4
-11100100111 52-year 4
-11100100111 gap-toothed 4
-11100100111 well-orchestrated 5
-11100100111 less-than-stellar 5
-11100100111 bohemian 5
-11100100111 stealthy 5
-11100100111 less-generous 5
-11100100111 Manichaean 5
-11100100111 domestic-market 5
-11100100111 century-long 5
-11100100111 large-enough 5
-11100100111 matchless 5
-11100100111 long-suspected 5
-11100100111 weeks-long 5
-11100100111 broad-scale 5
-11100100111 toned-down 5
-11100100111 studious 5
-11100100111 pro-merger 5
-11100100111 not-too-subtle 5
-11100100111 sylvan 5
-11100100111 syncopated 6
-11100100111 zero-based 6
-11100100111 kazoo 6
-11100100111 35-foot 6
-11100100111 62-year 6
-11100100111 50-mile 6
-11100100111 .500 6
-11100100111 full-dress 6
-11100100111 guttural 6
-11100100111 half-gallon 6
-11100100111 saucy 6
-11100100111 corporatewide 6
-11100100111 near-fatal 6
-11100100111 cold-water 6
-11100100111 father-son 6
-11100100111 income-based 6
-11100100111 stop-gap 6
-11100100111 convulsive 6
-11100100111 150-mile 6
-11100100111 baptismal 7
-11100100111 late-season 7
-11100100111 jingoistic 7
-11100100111 second-story 7
-11100100111 20-mile 7
-11100100111 primordial 7
-11100100111 boom-or-bust 7
-11100100111 speeded-up 7
-11100100111 15-inch 7
-11100100111 dialectical 7
-11100100111 vestigial 7
-11100100111 rutted 7
-11100100111 long-ago 7
-11100100111 12-mile 7
-11100100111 spongy 7
-11100100111 bifurcated 7
-11100100111 Novosibirsk 7
-11100100111 grungy 7
-11100100111 quickie 7
-11100100111 near-zero 7
-11100100111 yellowish 7
-11100100111 once-a-day 7
-11100100111 high-velocity 7
-11100100111 redemptive 8
-11100100111 rapturous 8
-11100100111 superheated 8
-11100100111 race-track 8
-11100100111 government-aided 8
-11100100111 misbegotten 8
-11100100111 forcible 8
-11100100111 safe-haven 8
-11100100111 nation-wide 8
-11100100111 triumphal 8
-11100100111 tragicomic 8
-11100100111 sooty 8
-11100100111 pared-down 8
-11100100111 Russian-made 8
-11100100111 six-inch 8
-11100100111 Florentine 8
-11100100111 doughty 9
-11100100111 month-end 9
-11100100111 12-foot 9
-11100100111 victimless 9
-11100100111 well-kept 9
-11100100111 Faustian 9
-11100100111 sardonic 9
-11100100111 squirt 9
-11100100111 frightful 9
-11100100111 long-dormant 9
-11100100111 longer-run 9
-11100100111 pitiless 9
-11100100111 late-1986 9
-11100100111 damage-control 9
-11100100111 toothy 9
-11100100111 caloric 9
-11100100111 fictionalized 10
-11100100111 next-day 10
-11100100111 vicarious 10
-11100100111 budget-process 10
-11100100111 woeful 10
-11100100111 line-item-veto 10
-11100100111 non-violent 10
-11100100111 cashless 10
-11100100111 neighborly 10
-11100100111 180-degree 10
-11100100111 five-pound 10
-11100100111 campfire 10
-11100100111 ritualistic 11
-11100100111 short-order 11
-11100100111 sliding-scale 11
-11100100111 U.N.-backed 11
-11100100111 farcical 11
-11100100111 wall-to-wall 11
-11100100111 Texas-sized 11
-11100100111 cradle-to-grave 11
-11100100111 everlasting 12
-11100100111 post-Boesky 12
-11100100111 gold-plated 12
-11100100111 life-long 12
-11100100111 tit-for-tat 12
-11100100111 non-business 12
-11100100111 thunderous 12
-11100100111 multilayered 12
-11100100111 stultifying 12
-11100100111 love-hate 12
-11100100111 desultory 13
-11100100111 blissful 13
-11100100111 furtive 13
-11100100111 devilish 13
-11100100111 24-hour-a-day 13
-11100100111 storybook 13
-11100100111 posthumous 13
-11100100111 pre-set 13
-11100100111 20-point 14
-11100100111 near-perfect 14
-11100100111 causal 14
-11100100111 world-renowned 14
-11100100111 scarlet 14
-11100100111 Japan-U.S. 14
-11100100111 do-nothing 14
-11100100111 hoary 14
-11100100111 better-than-average 14
-11100100111 copious 14
-11100100111 motley 14
-11100100111 masterly 14
-11100100111 business-oriented 15
-11100100111 slumbering 15
-11100100111 jazzy 15
-11100100111 no-holds-barred 15
-11100100111 heavenly 15
-11100100111 frothy 15
-11100100111 gut-wrenching 15
-11100100111 Thatcherite 16
-11100100111 shameless 16
-11100100111 gossipy 16
-11100100111 tearful 16
-11100100111 springtime 16
-11100100111 herculean 16
-11100100111 ceaseless 16
-11100100111 space-age 16
-11100100111 roving 16
-11100100111 high-class 16
-11100100111 spotless 16
-11100100111 cubist 17
-11100100111 squeaky 17
-11100100111 chronological 17
-11100100111 months-long 17
-11100100111 merciless 17
-11100100111 10-foot 17
-11100100111 board-room 17
-11100100111 labyrinthine 17
-11100100111 pay-as-you-go 18
-11100100111 preset 18
-11100100111 jigsaw 18
-11100100111 near-total 18
-11100100111 three-inch 18
-11100100111 semantic 18
-11100100111 slow-motion 18
-11100100111 watery 18
-11100100111 valiant 18
-11100100111 xenophobic 19
-11100100111 bucolic 19
-11100100111 radiant 19
-11100100111 titanic 19
-11100100111 boundless 19
-11100100111 blithe 19
-11100100111 first-day 20
-11100100111 jagged 20
-11100100111 well-developed 20
-11100100111 20-foot 20
-11100100111 laborious 20
-11100100111 hard-hitting 20
-11100100111 homey 20
-11100100111 two-stage 20
-11100100111 prototypical 20
-11100100111 spiffy 20
-11100100111 bottomless 21
-11100100111 zany 21
-11100100111 scorching 21
-11100100111 well-worn 21
-11100100111 middling 21
-11100100111 high-pitched 21
-11100100111 mind-numbing 21
-11100100111 catch-all 21
-11100100111 blinding 21
-11100100111 moody 21
-11100100111 cushy 22
-11100100111 winner-take-all 22
-11100100111 hallowed 22
-11100100111 celebratory 23
-11100100111 bountiful 23
-11100100111 dowdy 23
-11100100111 1973-74 23
-11100100111 decrepit 24
-11100100111 centuries-old 24
-11100100111 three-point 24
-11100100111 can-do 24
-11100100111 government-imposed 24
-11100100111 decades-old 24
-11100100111 sumptuous 24
-11100100111 degenerative 24
-11100100111 rancorous 25
-11100100111 hideous 25
-11100100111 decade-old 25
-11100100111 shoestring 25
-11100100111 state-by-state 26
-11100100111 seminal 26
-11100100111 shimmering 26
-11100100111 climactic 26
-11100100111 bare-bones 26
-11100100111 two-pronged 26
-11100100111 long-shot 26
-11100100111 hard-fought 27
-11100100111 long-sought 27
-11100100111 long-overdue 27
-11100100111 one-shot 27
-11100100111 glacial 27
-11100100111 nightmarish 28
-11100100111 seesaw 29
-11100100111 never-ending 29
-11100100111 ghastly 29
-11100100111 deep-seated 29
-11100100111 10-point 30
-11100100111 two-tiered 31
-11100100111 pious 31
-11100100111 gargantuan 31
-11100100111 melodic 31
-11100100111 incessant 33
-11100100111 satirical 33
-11100100111 wide-open 33
-11100100111 singular 34
-11100100111 searing 34
-11100100111 resultant 35
-11100100111 teddy 36
-11100100111 leisurely 37
-11100100111 beefed-up 38
-11100100111 watered-down 39
-11100100111 mindless 39
-11100100111 withering 39
-11100100111 slow-growth 39
-11100100111 blistering 40
-11100100111 painstaking 40
-11100100111 mythical 40
-11100100111 monstrous 40
-11100100111 hard-won 40
-11100100111 rambling 41
-11100100111 masterful 41
-11100100111 resounding 42
-11100100111 leaky 44
-11100100111 tortuous 44
-11100100111 rousing 44
-11100100111 time-honored 44
-11100100111 stinging 44
-11100100111 bruising 44
-11100100111 gaping 44
-11100100111 drawn-out 45
-11100100111 rapid-fire 46
-11100100111 latent 46
-11100100111 newfound 46
-11100100111 scathing 47
-11100100111 juicy 47
-11100100111 pre-election 47
-11100100111 bewildering 49
-11100100111 fast-paced 50
-11100100111 five-minute 50
-11100100111 prodigious 50
-11100100111 predetermined 51
-11100100111 much-publicized 51
-11100100111 recurrent 52
-11100100111 horizontal 52
-11100100111 laissez-faire 53
-11100100111 murderous 53
-11100100111 feverish 53
-11100100111 deft 53
-11100100111 court-ordered 53
-11100100111 round-the-clock 53
-11100100111 manic 53
-11100100111 savage 54
-11100100111 cutthroat 55
-11100100111 pelvic 56
-11100100111 colossal 56
-11100100111 tidal 57
-11100100111 dreary 58
-11100100111 belated 59
-11100100111 year-long 60
-11100100111 wry 61
-11100100111 one-on-one 62
-11100100111 midair 62
-11100100111 self-imposed 63
-11100100111 mystical 63
-11100100111 simulated 65
-11100100111 triumphant 66
-11100100111 continual 67
-11100100111 million-dollar 67
-11100100111 fast-track 68
-11100100111 towering 69
-11100100111 consequent 69
-11100100111 lopsided 69
-11100100111 long-standing 70
-11100100111 magnificent 71
-11100100111 strenuous 73
-11100100111 transitional 76
-11100100111 grueling 76
-11100100111 dazzling 77
-11100100111 wrongful 81
-11100100111 fiery 82
-11100100111 dizzying 87
-11100100111 tidy 88
-11100100111 full-blown 89
-11100100111 good-faith 89
-11100100111 companywide 89
-11100100111 monumental 90
-11100100111 pioneering 96
-11100100111 well-publicized 98
-11100100111 nagging 99
-11100100111 glossy 100
-11100100111 mock 100
-11100100111 two-way 102
-11100100111 compulsory 104
-11100100111 gigantic 107
-11100100111 high-stakes 109
-11100100111 spirited 113
-11100100111 stormy 113
-11100100111 fictitious 113
-11100100111 heady 114
-11100100111 noble 115
-11100100111 built-in 118
-11100100111 crushing 120
-11100100111 tumultuous 122
-11100100111 perennial 127
-11100100111 full-fledged 127
-11100100111 stern 128
-11100100111 much-needed 130
-11100100111 super 130
-11100100111 crippling 131
-11100100111 frantic 133
-11100100111 lofty 134
-11100100111 speedy 137
-11100100111 relentless 143
-11100100111 corresponding 146
-11100100111 vicious 147
-11100100111 stark 157
-11100100111 runaway 168
-11100100111 mammoth 178
-11100100111 wide-ranging 180
-11100100111 24-hour 180
-11100100111 theoretical 187
-11100100111 long-running 189
-11100100111 broad-based 203
-11100100111 simultaneous 205
-11100100111 multimillion-dollar 206
-11100100111 lavish 207
-11100100111 high-profile 210
-11100100111 virtual 211
-11100100111 full-scale 213
-11100100111 periodic 223
-11100100111 dual 235
-11100100111 continuous 239
-11100100111 bloody 252
-11100100111 burgeoning 261
-11100100111 handsome 262
-11100100111 multibillion-dollar 263
-11100100111 unified 263
-11100100111 grave 269
-11100100111 stunning 286
-11100100111 protracted 289
-11100100111 peaceful 315
-11100100111 large-scale 316
-11100100111 delicate 327
-11100100111 chronic 327
-11100100111 genuine 387
-11100100111 last-minute 406
-11100100111 fierce 435
-11100100111 prolonged 438
-11100100111 longstanding 477
-11100100111 golden 480
-11100100111 bipartisan 480
-11100100111 stiff 514
-11100100111 strict 539
-11100100111 historic 608
-11100100111 constant 619
-11100100111 wild 641
-11100100111 lengthy 651
-11100100111 mandatory 714
-11100100111 partial 761
-11100100111 voluntary 825
-11100100111 tremendous 868
-11100100111 sudden 885
-11100100111 sweeping 894
-11100100111 bitter 909
-11100100111 proper 971
-11100100111 vast 1115
-11100100111 permanent 1258
-11100100111 considerable 1315
-11100100111 deep 1537
-11100100111 massive 1653
-11100100111 wide 1749
-11100100111 hot 1764
-11100100111 temporary 1914
-11100100111 broad 2349
-11100100111 huge 4889
-11100100111 great 5233
-1110010100 water-entertainment 1
-1110010100 434.79 1
-1110010100 over-specified 1
-1110010100 JuneSeptember 1
-1110010100 rank-conscious 1
-1110010100 heisted 1
-1110010100 Westernness 1
-1110010100 Pap-testing 1
-1110010100 substitutable 1
-1110010100 451.65 1
-1110010100 caz 1
-1110010100 laser-catheter 1
-1110010100 est-like 1
-1110010100 permile 1
-1110010100 self-understanding 1
-1110010100 instant-results 1
-1110010100 non-corporate 1
-1110010100 unreassuring 1
-1110010100 higher-than-legal 1
-1110010100 low-relief 1
-1110010100 1/16-percentage 1
-1110010100 1.8797 1
-1110010100 detectible 1
-1110010100 half-developed 1
-1110010100 Pollyanna-ish 1
-1110010100 Gilbert-inspired 1
-1110010100 435.16 1
-1110010100 familiars 1
-1110010100 3.4200 1
-1110010100 necesary 1
-1110010100 124.15-yen 1
-1110010100 422.93 1
-1110010100 45-0 1
-1110010100 business-friendly 1
-1110010100 three-by-five-foot 1
-1110010100 single-reel 1
-1110010100 1,737 1
-1110010100 unsystematic 1
-1110010100 Letter-Writer 1
-1110010100 army-style 1
-1110010100 reserves-poor 1
-1110010100 469,167 1
-1110010100 ultra-detailed 1
-1110010100 husbanding 1
-1110010100 price-stable 1
-1110010100 25890.95 1
-1110010100 1.8538 1
-1110010100 4.2166 1
-1110010100 127-yen 1
-1110010100 show-bizzy 1
-1110010100 mild-to-warm 1
-1110010100 anti-elitist 1
-1110010100 1.6450 1
-1110010100 711.15 1
-1110010100 la-di-da 1
-1110010100 quiveringly 1
-1110010100 highlyin 1
-1110010100 copy-machine 1
-1110010100 hill-country 1
-1110010100 3.3300 1
-1110010100 guerrilla-war 1
-1110010100 200,000-units-a-month 1
-1110010100 fishing-pole 1
-1110010100 romancer 1
-1110010100 open-handedness 1
-1110010100 3.1030 1
-1110010100 60,286 1
-1110010100 36,066 1
-1110010100 885-student 1
-1110010100 tomcat 1
-1110010100 Westernlike 1
-1110010100 financable 1
-1110010100 smile-button 1
-1110010100 cut-pile 1
-1110010100 hematocrit 1
-1110010100 nonprogressive 1
-1110010100 2791.54 1
-1110010100 1.9938 1
-1110010100 1.9935 1
-1110010100 two-foot-high 1
-1110010100 hit-driven 1
-1110010100 5408.83 1
-1110010100 57,292 1
-1110010100 59,180 1
-1110010100 partner-to-be 1
-1110010100 largemouth 1
-1110010100 127,092,990 1
-1110010100 84,367,214 1
-1110010100 sub-institution 1
-1110010100 war-casualty 1
-1110010100 cost-inefficient 1
-1110010100 3.1400 1
-1110010100 overcautious 1
-1110010100 floor-exercise 1
-1110010100 better-sticking 1
-1110010100 poison-like 1
-1110010100 29,510 1
-1110010100 1.9719 1
-1110010100 beef-cow 1
-1110010100 big-top 1
-1110010100 peanut-growing 1
-1110010100 1.6780 1
-1110010100 still-strong 2
-1110010100 codicils 2
-1110010100 final-minute 2
-1110010100 Squirrel 2
-1110010100 3.3093 2
-1110010100 dramedies 2
-1110010100 ear-catching 2
-1110010100 variegated 2
-1110010100 primeval 2
-1110010100 13-cent 2
-1110010100 malunya 2
-1110010100 minimum-pay 2
-1110010100 once-bright 2
-1110010100 1.6980 2
-1110010100 52-pound 2
-1110010100 27869.36 2
-1110010100 loose-limbed 2
-1110010100 digital-audio 2
-1110010100 risk-analysis 2
-1110010100 LWRs 2
-1110010100 Bugattis 2
-1110010100 INJURY 2
-1110010100 12,575 2
-1110010100 thin-minded 2
-1110010100 endstage 2
-1110010100 Spheripol 2
-1110010100 trafficked 2
-1110010100 3.0850 2
-1110010100 87-00 2
-1110010100 co-trustees 2
-1110010100 war-relief 3
-1110010100 Franco-Francais 3
-1110010100 deracinated 3
-1110010100 next-highest 3
-1110010100 still-high 3
-1110010100 roman 3
-1110010100 3.3120 3
-1110010100 blood-lead 3
-1110010100 non-fuel 3
-1110010100 un-Islamic 4
-1110010100 dealer-managers 4
-1110010100 pseudo-science 4
-1110010100 per-barrel 4
-1110010100 uninventive 4
-1110010100 superannuated 4
-1110010100 Trybuna 5
-1110010100 sure-footed 5
-1110010100 34953.87 5
-1110010100 racketball 5
-1110010100 JATP 5
-1110010100 well-coached 5
-1110010100 checkless 5
-1110010100 luscious 6
-1110010100 25000 6
-1110010100 supercooled 7
-1110010100 near-capacity 10
-1110010100 higher-than-average 16
-1110010100 2250 16
-1110010100 higher-than-normal 21
-1110010100 stratospheric 27
-1110010100 2400 29
-1110010100 sky-high 36
-1110010100 rock-bottom 36
-1110010100 2100 77
-1110010100 low 7445
-1110010100 high 15240
-11100101010 bond-dominated 1
-11100101010 438-yard 1
-11100101010 343-yard 1
-11100101010 unscintillating 1
-11100101010 3,303 1
-11100101010 romper 1
-11100101010 regional-based 1
-11100101010 non-aggressive 1
-11100101010 equinox 1
-11100101010 chain-chugging 1
-11100101010 leaning-back 1
-11100101010 management-set 1
-11100101010 bob-and-weave 1
-11100101010 time-efficient 1
-11100101010 general-manager 1
-11100101010 Himachal 1
-11100101010 non-balance 1
-11100101010 six-game 1
-11100101010 brick-lined 1
-11100101010 forward-leaning 1
-11100101010 out-of-house 1
-11100101010 non-objective 1
-11100101010 club-floor 1
-11100101010 pink-wallpapered 1
-11100101010 lucite 1
-11100101010 cancer-linked 1
-11100101010 semi-auction 1
-11100101010 paisley-wallpapered 1
-11100101010 Summun 1
-11100101010 G-E-O 1
-11100101010 picture-pretty 1
-11100101010 equivalent-level 1
-11100101010 .00025 1
-11100101010 Nobel-decorated 1
-11100101010 strain-free 1
-11100101010 less-competitive 1
-11100101010 aerating 1
-11100101010 chiller 1
-11100101010 package-customer 1
-11100101010 engineering-faculty 1
-11100101010 county-commission 1
-11100101010 more-defensive 1
-11100101010 U.S.market 1
-11100101010 industrial-repair 1
-11100101010 stat 1
-11100101010 better-furnished 1
-11100101010 conflict-of 1
-11100101010 Unsuitable 1
-11100101010 policy-forming 1
-11100101010 more-pliant 1
-11100101010 Gandhi-like 1
-11100101010 lowlier 1
-11100101010 non-homicidal 1
-11100101010 take-along 1
-11100101010 Wolfean 1
-11100101010 training-related 1
-11100101010 foreign-investor 1
-11100101010 venture-capital-type 1
-11100101010 owner-manager-risk 1
-11100101010 20,000-square-foot 1
-11100101010 mix-and-match 1
-11100101010 swifter-selling 1
-11100101010 drug/alcoholic 1
-11100101010 no-compromise 1
-11100101010 strategical 1
-11100101010 120-mile 1
-11100101010 75-hour 1
-11100101010 news-management 1
-11100101010 Eastern-time 1
-11100101010 non-managerial 1
-11100101010 rigid-container 1
-11100101010 Cotswolds 1
-11100101010 papain 1
-11100101010 nuclear-defense 1
-11100101010 phosphate-mining 1
-11100101010 post-1930s 1
-11100101010 direct-ownership 1
-11100101010 loan/asset 1
-11100101010 polar-bear 1
-11100101010 near-impossible 1
-11100101010 multi-action 1
-11100101010 triple-weighted 1
-11100101010 stable-to-lower 1
-11100101010 sector-wide 1
-11100101010 export-generating 1
-11100101010 nine-room 1
-11100101010 tax-shelter-related 1
-11100101010 neck-under-stomach 1
-11100101010 camel-stopping 1
-11100101010 accured 1
-11100101010 white-tiled 1
-11100101010 hotel-hospitality 1
-11100101010 4,600-square-foot 1
-11100101010 15-M 1
-11100101010 pony-tailed 1
-11100101010 60-65-day 1
-11100101010 third-longest 1
-11100101010 lambent 1
-11100101010 378-yard 1
-11100101010 sea-front 1
-11100101010 intrafallopian 1
-11100101010 level-controlled 1
-11100101010 quarter-million-dollar 1
-11100101010 pro-China 1
-11100101010 detox 1
-11100101010 security-based 1
-11100101010 non-Koreans 1
-11100101010 Faisalabad 1
-11100101010 market-share-driven 1
-11100101010 non-hard-line 1
-11100101010 7800 1
-11100101010 professional/executive 1
-11100101010 Yoda-like 1
-11100101010 once-lively 1
-11100101010 member-relations 1
-11100101010 net-of-tax 1
-11100101010 Gorbachev-inspired 1
-11100101010 post-performance 1
-11100101010 sheafs 1
-11100101010 syphilitic 1
-11100101010 double-your-money 1
-11100101010 head-in-the-sand 1
-11100101010 double-or-nothing 1
-11100101010 less-panicky 1
-11100101010 benefical 1
-11100101010 punch-and-cookie 1
-11100101010 line-broadening 1
-11100101010 assignee 1
-11100101010 Alma-Alta 1
-11100101010 call-switching 1
-11100101010 TV-riveted 1
-11100101010 Kiplingesque 1
-11100101010 philosophical/legal 1
-11100101010 mock-nightmarish 1
-11100101010 born-in-the-U.S.A. 1
-11100101010 less-than-thrilled 1
-11100101010 drug-war 1
-11100101010 famine-bloated 1
-11100101010 30,000-volume 1
-11100101010 twiglets 1
-11100101010 crocus-slimming 1
-11100101010 knee-length 1
-11100101010 Tupperware-like 1
-11100101010 loan-contract 1
-11100101010 gathering-of-information 1
-11100101010 already-missed 1
-11100101010 nonsensitive 1
-11100101010 windowed 1
-11100101010 nonpatentable 1
-11100101010 ungratefully 1
-11100101010 sand-sprinkled 1
-11100101010 HUD-owned 1
-11100101010 ungraceful 1
-11100101010 tablet-shattering 1
-11100101010 negroes 1
-11100101010 tourist-delivery 1
-11100101010 mortgage-swap 1
-11100101010 flounced 1
-11100101010 non-partner 1
-11100101010 2,200-square-foot 1
-11100101010 arcadian 1
-11100101010 17-10 1
-11100101010 fabric-softener 1
-11100101010 slacker 1
-11100101010 engineering-related 1
-11100101010 hold-the-line 1
-11100101010 high-spread 1
-11100101010 liabilties 1
-11100101010 sororal 1
-11100101010 pro-Sinhalese 1
-11100101010 banshee 1
-11100101010 less-sullied 1
-11100101010 Low-paying 1
-11100101010 seven-minute 2
-11100101010 overaged 2
-11100101010 once-modest 2
-11100101010 rec 2
-11100101010 near-empty 2
-11100101010 Chandos 2
-11100101010 25,012 2
-11100101010 hunker-down 2
-11100101010 Buscayno 2
-11100101010 June-August 2
-11100101010 0.0114-inch 2
-11100101010 53-day 2
-11100101010 sayang 2
-11100101010 loss-absorbing 2
-11100101010 miles-per-hour 2
-11100101010 one-to-four-family 2
-11100101010 3,325 2
-11100101010 11,047 2
-11100101010 super-sinker 2
-11100101010 pledge-drive 2
-11100101010 grow-from-within 2
-11100101010 robing 2
-11100101010 sourdough 2
-11100101010 bios 2
-11100101010 WHAM 2
-11100101010 flexibile 2
-11100101010 infelicitous 2
-11100101010 Genie 2
-11100101010 low-salaried 2
-11100101010 median-priced 2
-11100101010 preplacement 2
-11100101010 textural 2
-11100101010 relatedly 2
-11100101010 plaiting 2
-11100101010 nonconforming 2
-11100101010 regulatory-review 2
-11100101010 subbasement 2
-11100101010 charmlessness 2
-11100101010 bridge-over 2
-11100101010 super-low 3
-11100101010 otherwise-exempt 3
-11100101010 Uttar 3
-11100101010 pre-judgment 3
-11100101010 60-to-65-day 3
-11100101010 1,344 3
-11100101010 Madhya 3
-11100101010 73-day 3
-11100101010 FreeVee 3
-11100101010 outbuildings 3
-11100101010 FIRST-TIME 3
-11100101010 union-covered 3
-11100101010 carbon-copy 3
-11100101010 deficit-bond 3
-11100101010 windward 3
-11100101010 long-yen 3
-11100101010 prosthetic 3
-11100101010 F-2-alpha 3
-11100101010 high-pay 4
-11100101010 quarantining 4
-11100101010 prosecutive 4
-11100101010 ninth-inning 4
-11100101010 mismatching 4
-11100101010 newly-created 4
-11100101010 uncontaminated 4
-11100101010 tenure-track 4
-11100101010 mimeographed 4
-11100101010 multicurrency 4
-11100101010 69-day 4
-11100101010 Tudor-style 4
-11100101010 1981-87 5
-11100101010 venality 5
-11100101010 board-and-care 5
-11100101010 grand-slam 5
-11100101010 retiming 5
-11100101010 Sins 5
-11100101010 prejudgment 6
-11100101010 walloping 6
-11100101010 biomass 6
-11100101010 1977-81 6
-11100101010 two-family 7
-11100101010 smoke-filled 11
-11100101010 short-dollar 12
-11100101010 off-balance 13
-11100101010 pejorative 19
-11100101010 Search 58
-11100101010 vested 129
-11100101010 dining 210
-11100101010 grace 320
-11100101010 nursing 548
-11100101010 accrued 587
-11100101010 short 6504
-11100101011 out-of-store 1
-11100101011 exclusionist 1
-11100101011 two-billion-share 1
-11100101011 municipal-note 1
-11100101011 pen-raised 1
-11100101011 Mussolini-style 1
-11100101011 unlunatic 1
-11100101011 Soviet-aided 1
-11100101011 Russian-accented 1
-11100101011 94-degree 1
-11100101011 detoxifying 1
-11100101011 Gestalt 1
-11100101011 lottery-sales 1
-11100101011 dealer-dominated 1
-11100101011 once-busy 1
-11100101011 risk-pool 1
-11100101011 finance-reliant 1
-11100101011 acidrain 1
-11100101011 Japanese-accented 1
-11100101011 sour-cream 1
-11100101011 earthquake-free 1
-11100101011 body-temperature 1
-11100101011 loosely-run 1
-11100101011 ozone-depleted 1
-11100101011 unsanctified 1
-11100101011 below-tariff 1
-11100101011 scripless 1
-11100101011 soybean-planted 1
-11100101011 395,294 1
-11100101011 Soviet-directed 1
-11100101011 coat-hanger 1
-11100101011 soft-on-Moscow 1
-11100101011 12,500-square-foot 1
-11100101011 computer-and-telecommunications 1
-11100101011 potatoes-futures 1
-11100101011 economic-limbo 1
-11100101011 well-focused 1
-11100101011 orange-tree 1
-11100101011 well-aged 1
-11100101011 bodyfat 1
-11100101011 rumor-rattled 1
-11100101011 plant-capacity 1
-11100101011 opera-housey 1
-11100101011 oleic 1
-11100101011 dividendcapture 1
-11100101011 chestdeep 1
-11100101011 high-premium 1
-11100101011 nineteenth-century 1
-11100101011 May-to-May 1
-11100101011 soil-saving 1
-11100101011 red-topped 1
-11100101011 helio-copters 1
-11100101011 rust-related 1
-11100101011 two-couple 1
-11100101011 question-mark 1
-11100101011 deeper-than-usual 1
-11100101011 NASD-imposed 1
-11100101011 semi-constant 1
-11100101011 essense 1
-11100101011 highstakes 1
-11100101011 emigration-related 1
-11100101011 technical-oriented 1
-11100101011 NCAA-administered 1
-11100101011 Haniya 1
-11100101011 NYSE-composite 1
-11100101011 highclass 1
-11100101011 school-textbook 1
-11100101011 95-degree 1
-11100101011 41-degree 1
-11100101011 bank-lending 1
-11100101011 sometimes-aggressive 1
-11100101011 illicit-trading 1
-11100101011 futures-led 1
-11100101011 loan-investment 1
-11100101011 noncommission-generating 1
-11100101011 Bermudan 2
-11100101011 152,135 2
-11100101011 plutocratic 2
-11100101011 ice-free 2
-11100101011 skin-tight 2
-11100101011 holiday-related 2
-11100101011 noncaloric 2
-11100101011 Guerlain 2
-11100101011 Bolshoia 2
-11100101011 uncharitable 2
-11100101011 blunderbuss 2
-11100101011 20th-anniversary 2
-11100101011 post-bourse 2
-11100101011 non-negligent 2
-11100101011 before-hours 2
-11100101011 service-center 2
-11100101011 corporate-insider 2
-11100101011 microform 2
-11100101011 globalist 2
-11100101011 broker-assisted 2
-11100101011 preholiday 2
-11100101011 Sweden. 2
-11100101011 post-surgery 2
-11100101011 post-budget 2
-11100101011 subtherapeutic 2
-11100101011 Paris. 2
-11100101011 Herodion 2
-11100101011 anterior 2
-11100101011 heavier-than-normal 2
-11100101011 machine-generated 2
-11100101011 Wittgenstein 2
-11100101011 conventional-looking 2
-11100101011 flagrante 2
-11100101011 Tera 2
-11100101011 long-duration 2
-11100101011 Shekou 2
-11100101011 margin-related 3
-11100101011 nonspeculative 3
-11100101011 1,515 3
-11100101011 dark-green 3
-11100101011 summer-vacation 3
-11100101011 heavier-than-usual 3
-11100101011 stock-and-bond 3
-11100101011 tasseled 3
-11100101011 sureness 3
-11100101011 three-ton 4
-11100101011 undersized 4
-11100101011 transverse 4
-11100101011 fourth-busiest 4
-11100101011 deer-hunting 4
-11100101011 Lefortovo 4
-11100101011 zero-risk 4
-11100101011 crocheted 4
-11100101011 hard-to-reach 5
-11100101011 pre-Gorbachev 5
-11100101011 program-related 5
-11100101011 re-flagged 5
-11100101011 mark-yen 5
-11100101011 flight-to-quality 5
-11100101011 knee-high 6
-11100101011 higher-than-usual 6
-11100101011 37-day 6
-11100101011 price-insensitive 6
-11100101011 computer-directed 6
-11100101011 want-ad 7
-11100101011 droning 7
-11100101011 pre-market 8
-11100101011 torpid 8
-11100101011 cesium 8
-11100101011 unreconciled 8
-11100101011 stop-and-go 9
-11100101011 drowsy 9
-11100101011 overcast 10
-11100101011 straight-line 10
-11100101011 unpayable 11
-11100101011 languid 11
-11100101011 scuffed 12
-11100101011 Actinidia 13
-11100101011 midseason 14
-11100101011 vitro 14
-11100101011 index-related 15
-11100101011 aimless 18
-11100101011 post-holiday 18
-11100101011 tax-motivated 19
-11100101011 rainwater 20
-11100101011 rotational 20
-11100101011 pre-Christmas 23
-11100101011 featureless 26
-11100101011 trendless 29
-11100101011 directionless 34
-11100101011 after-hours 40
-11100101011 pre-holiday 43
-11100101011 follow-through 52
-11100101011 listless 75
-11100101011 choppy 84
-11100101011 sparse 84
-11100101011 handy 98
-11100101011 lethargic 105
-11100101011 frenzied 121
-11100101011 hectic 149
-11100101011 when-issued 170
-11100101011 earnest 213
-11100101011 lively 213
-11100101011 slack 229
-11100101011 subdued 254
-11100101011 suspicious 346
-11100101011 brisk 456
-11100101011 thin 1069
-11100101011 quiet 1274
-11100101011 excess 1679
-11100101011 moderate 2232
-11100101011 light 4029
-11100101011 heavy 4839
-11100101100 immunologically 1
-11100101100 74-acre 1
-11100101100 half-mile-wide 1
-11100101100 floor-trader 1
-11100101100 no-plant-closing 1
-11100101100 unscientifically 1
-11100101100 80-point 1
-11100101100 tax-spend-elect 1
-11100101100 300-pound-plus 1
-11100101100 reinserting 1
-11100101100 straight-foward 1
-11100101100 bearably 1
-11100101100 life-jacket 1
-11100101100 19,571 1
-11100101100 Shermanesque 1
-11100101100 retaliatory-discrimination 1
-11100101100 red-orange 1
-11100101100 43,532 1
-11100101100 exercise-bike 1
-11100101100 population-old-fashioned 1
-11100101100 heavily-guarded 1
-11100101100 catatonically 1
-11100101100 hysteric 1
-11100101100 archaelogically 1
-11100101100 page-turners 1
-11100101100 whompers 1
-11100101100 closed-council 1
-11100101100 miniseries-to-be 1
-11100101100 government-office 1
-11100101100 limb-makers 1
-11100101100 anti-Protestant 1
-11100101100 liability-suit 1
-11100101100 Tchaikovskyan 1
-11100101100 blood-colored 1
-11100101100 self-revelatory 1
-11100101100 uproariously 1
-11100101100 lusciously 1
-11100101100 INS-issued 1
-11100101100 unclearly 1
-11100101100 tube's-eye 1
-11100101100 restaurant-bar 1
-11100101100 Toshiba-designed 1
-11100101100 Japanese-user 1
-11100101100 near-developed 1
-11100101100 teasingly 1
-11100101100 mock-learned 1
-11100101100 particulaly 1
-11100101100 twin-peaked 1
-11100101100 12-foot-long 1
-11100101100 Euro-centric 1
-11100101100 physician-care 1
-11100101100 vasoconstrictor 1
-11100101100 unsuitably 1
-11100101100 end-of-the-day 1
-11100101100 hotel-retail-office 1
-11100101100 sunnily 1
-11100101100 god's-eye 1
-11100101100 self-demeaning 1
-11100101100 356-unit 1
-11100101100 Cah 1
-11100101100 easy-to-caricature 1
-11100101100 TV-network 1
-11100101100 scrubbed-clean 1
-11100101100 dust-ball 1
-11100101100 new-engine 1
-11100101100 chemicals-producing 1
-11100101100 -ridden 1
-11100101100 aristocratically 1
-11100101100 lower-than-inflation 1
-11100101100 deplorably 1
-11100101100 7,000-unit 1
-11100101100 low-set 1
-11100101100 ceiling-top 1
-11100101100 slimly 1
-11100101100 pre-exam 1
-11100101100 military-congressional 1
-11100101100 histo-compatibility 1
-11100101100 hand-copying 1
-11100101100 sales-a-square 1
-11100101100 lynch-mob 1
-11100101100 180-acre 1
-11100101100 Vaya 1
-11100101100 magnificient 1
-11100101100 Broadgatelike 1
-11100101100 taste-conveying 1
-11100101100 white-and-gold 1
-11100101100 nearsightedly 1
-11100101100 PineSol 1
-11100101100 stock-more 1
-11100101100 adminstratively 1
-11100101100 doctor-originated 1
-11100101100 assaultive 1
-11100101100 congregrate-care 1
-11100101100 non-frivolous 1
-11100101100 30-bolivar 1
-11100101100 sublimely 1
-11100101100 abrasively 2
-11100101100 post-hurricane 2
-11100101100 public-debt 2
-11100101100 more-subtle 2
-11100101100 spectrally 2
-11100101100 stokes 2
-11100101100 jack-of-all-trades 2
-11100101100 nine-minute 2
-11100101100 stupendously 2
-11100101100 geostrategically 2
-11100101100 long-developed 2
-11100101100 supercritical 2
-11100101100 35,000-year-old 2
-11100101100 symmetric 2
-11100101100 sweepingly 2
-11100101100 phonetically 2
-11100101100 407.48-carat 2
-11100101100 Khasi 2
-11100101100 more-costly 2
-11100101100 ripest 2
-11100101100 employer-financed 2
-11100101100 enduringly 2
-11100101100 blood-spurting 2
-11100101100 146,500 2
-11100101100 scandalously 2
-11100101100 1960s-era 2
-11100101100 parol 2
-11100101100 Warholian 2
-11100101100 quantitatively 2
-11100101100 louse 2
-11100101100 Pine-Sol 2
-11100101100 prophetically 2
-11100101100 well-contested 2
-11100101100 50-unit 2
-11100101100 hiply 2
-11100101100 73-story 2
-11100101100 price-supportive 2
-11100101100 680-mile 2
-11100101100 barge-like 2
-11100101100 570-square-mile 2
-11100101100 amortizable 3
-11100101100 supercold 3
-11100101100 four-channel 3
-11100101100 field-dressed 3
-11100101100 needful 3
-11100101100 20-foot-high 3
-11100101100 metaphysically 3
-11100101100 stereophonic 3
-11100101100 once-again 3
-11100101100 mind-numbingly 3
-11100101100 four-building 3
-11100101100 prohibitionist 3
-11100101100 18-screen 3
-11100101100 post-coup 3
-11100101100 Whiggish 3
-11100101100 hypnotically 3
-11100101100 260-pound 3
-11100101100 Faerie 3
-11100101100 verapamil 3
-11100101100 2-2 4
-11100101100 snakeskin 4
-11100101100 slower-growth 4
-11100101100 defuses 4
-11100101100 cyclically 4
-11100101100 innately 4
-11100101100 downy 4
-11100101100 right-handed 5
-11100101100 awesomely 5
-11100101100 swiveling 5
-11100101100 disconcertingly 5
-11100101100 evanescent 5
-11100101100 non-dairy 5
-11100101100 white-hot 5
-11100101100 complexly 5
-11100101100 reheating 5
-11100101100 wondrously 5
-11100101100 seductively 6
-11100101100 militantly 6
-11100101100 astoundingly 6
-11100101100 full-blooded 6
-11100101100 sleekly 6
-11100101100 1-megabit 6
-11100101100 more-or-less 7
-11100101100 flamboyantly 7
-11100101100 pecan 7
-11100101100 cosmetically 7
-11100101100 downwardly 8
-11100101100 hair-trigger 8
-11100101100 12th-century 9
-11100101100 crabbed 9
-11100101100 feigning 10
-11100101100 logistically 10
-11100101100 educationally 10
-11100101100 mathematically 10
-11100101100 architecturally 11
-11100101100 refreshingly 12
-11100101100 raving 12
-11100101100 military-industrial 12
-11100101100 undying 13
-11100101100 manifestly 14
-11100101100 classically 15
-11100101100 wreaking 16
-11100101100 persisting 18
-11100101100 ecologically 21
-11100101100 faintly 23
-11100101100 smoldering 25
-11100101100 fiscally 29
-11100101100 upwardly 29
-11100101100 peculiarly 33
-11100101100 simmering 36
-11100101100 terminally 43
-11100101100 anecdotal 58
-11100101100 hugely 63
-11100101100 uniquely 73
-11100101100 environmentally 99
-11100101100 raging 109
-11100101100 deepening 110
-11100101100 technologically 111
-11100101100 unconfirmed 114
-11100101100 mighty 115
-11100101100 strategically 149
-11100101100 socially 151
-11100101100 sexually 157
-11100101100 lingering 201
-11100101100 predominantly 203
-11100101100 rampant 219
-11100101100 mentally 222
-11100101100 purely 306
-11100101100 heightened 371
-11100101100 heated 407
-11100101100 seemingly 454
-11100101100 persistent 460
-11100101100 mounting 730
-11100101100 financially 886
-11100101100 potentially 1080
-11100101100 politically 1133
-11100101100 widespread 1695
-11100101100 highly 3614
-11100101100 growing 6420
-11100101101 ocean-dumped 1
-11100101101 midcalf 1
-11100101101 retail-broking 1
-11100101101 network-radio 1
-11100101101 less-mechanized 1
-11100101101 1229.24 1
-11100101101 supply-vessel 1
-11100101101 overseas-factoring 1
-11100101101 clearing-account 1
-11100101101 fullcost 1
-11100101101 frozen-novelty 1
-11100101101 split-oak 1
-11100101101 552,150 1
-11100101101 1232.89 1
-11100101101 nonhomogeneous 1
-11100101101 1.7088 1
-11100101101 cogenerating 1
-11100101101 northeasterly 1
-11100101101 surplus-boosting 1
-11100101101 leftist-backed 1
-11100101101 in-route 1
-11100101101 duck-related 1
-11100101101 proContra 1
-11100101101 truck-production 1
-11100101101 business-solicitation 1
-11100101101 1277.80 1
-11100101101 better-run 1
-11100101101 tax-limit 1
-11100101101 door-kicking 1
-11100101101 insurance-restoration 1
-11100101101 Jugoslovenski 1
-11100101101 fustiness 1
-11100101101 Cocom-screening 1
-11100101101 281,514 1
-11100101101 moneylaundering 1
-11100101101 1368 1
-11100101101 bar-making 1
-11100101101 SCHLUMBERGER 1
-11100101101 later-than-expected 1
-11100101101 student-counseling 1
-11100101101 volunteer-intensive 1
-11100101101 X- 1
-11100101101 non-school 1
-11100101101 continuting 1
-11100101101 credito 1
-11100101101 pulp-products 1
-11100101101 converted-nitrogen 1
-11100101101 non-drugstore 1
-11100101101 airline-guides 1
-11100101101 bed-wetting 1
-11100101101 1236.91 1
-11100101101 lunchboxes 1
-11100101101 wheeled-vehicle 1
-11100101101 Chihuahuas 1
-11100101101 near-unknown 1
-11100101101 diamond-marketing 1
-11100101101 116,120 1
-11100101101 multiregional 1
-11100101101 non-electronics 1
-11100101101 Gomorrah 1
-11100101101 scutinizing 1
-11100101101 warfare-related 1
-11100101101 space-tracking 1
-11100101101 ethanol-processing 1
-11100101101 1799 1
-11100101101 inorganic-chemicals 1
-11100101101 securities-dealing 1
-11100101101 anti-quota 1
-11100101101 fiber-product 1
-11100101101 rotary-dial 1
-11100101101 newly-taxed 1
-11100101101 bill-reimbursement 1
-11100101101 service-parts 1
-11100101101 interior-systems 1
-11100101101 fast-deteriorating 1
-11100101101 energy-resource 1
-11100101101 dayearlier 1
-11100101101 328,267 1
-11100101101 import/export 1
-11100101101 antipoverty 1
-11100101101 residential-sales 1
-11100101101 Judice 1
-11100101101 electronic-materials 1
-11100101101 computer-simulated 1
-11100101101 Orcadian 1
-11100101101 pre-coup 1
-11100101101 information-production 1
-11100101101 shore-based 1
-11100101101 515,802 1
-11100101101 sawmilling 1
-11100101101 Ibero-American 1
-11100101101 lunch-counter 1
-11100101101 Stralsund 1
-11100101101 mechancial 1
-11100101101 combinemanufacturing 1
-11100101101 sunup 1
-11100101101 dry-plate 1
-11100101101 near-abstraction 1
-11100101101 ball-stealing 1
-11100101101 pro-contra 1
-11100101101 land-drilling 1
-11100101101 consumer-health-products 1
-11100101101 oveseas 1
-11100101101 flatroll 1
-11100101101 overpredicting 1
-11100101101 janizary 1
-11100101101 Castro-supported 1
-11100101101 Wescar/TDS 1
-11100101101 noninsurance 1
-11100101101 hot-strip 1
-11100101101 non-amphibious 1
-11100101101 Surabaya 1
-11100101101 Pantasma 1
-11100101101 bus-related 1
-11100101101 17,289 1
-11100101101 1294.66 1
-11100101101 used-truck 1
-11100101101 wholesale-trading 1
-11100101101 spy-related 1
-11100101101 lower-overhead 1
-11100101101 project-lending 1
-11100101101 dam-construction 1
-11100101101 capitalist-type 1
-11100101101 loan-control 1
-11100101101 arboretums 1
-11100101101 legal-publishing 1
-11100101101 crab-shell 1
-11100101101 placer-mine 1
-11100101101 late-1984 1
-11100101101 industrial-valve 1
-11100101101 5,882 1
-11100101101 gold-drilling 1
-11100101101 automotive-paint 1
-11100101101 community-related 1
-11100101101 mega-voltage 1
-11100101101 mostly-depressed 1
-11100101101 television-manufacturing 1
-11100101101 1220.86 1
-11100101101 coke-fired 1
-11100101101 customer-clearing 1
-11100101101 coated-paperboard 1
-11100101101 Bahamian-flag 1
-11100101101 1,807,100 1
-11100101101 low-production 1
-11100101101 steel-coating 1
-11100101101 non-dialysis 1
-11100101101 worm-farm 1
-11100101101 rail-related 1
-11100101101 general-engineering 1
-11100101101 chart-based 1
-11100101101 airdelivery 1
-11100101101 257.00 1
-11100101101 3,119 1
-11100101101 7,354 1
-11100101101 hippiedom 1
-11100101101 cargo-shipping 1
-11100101101 stockboys 1
-11100101101 near-parity 1
-11100101101 marketing-support 1
-11100101101 Vercingetorix 1
-11100101101 Bo-Peep 1
-11100101101 1,741,800 1
-11100101101 foreign-aided 1
-11100101101 9,240 1
-11100101101 oil-gathering 1
-11100101101 240.96 1
-11100101101 pool-party 1
-11100101101 agri-industrial 1
-11100101101 agro-chemicals 1
-11100101101 engine-overhaul 1
-11100101101 22,713 1
-11100101101 argriculture 1
-11100101101 handsized 1
-11100101101 1,424,000 1
-11100101101 tidewater 1
-11100101101 non-paper 1
-11100101101 6:20 1
-11100101101 Chiang-family 1
-11100101101 gas-liquids 1
-11100101101 BethForge 1
-11100101101 recreational-properties 1
-11100101101 foil-rolling 1
-11100101101 1236.34 1
-11100101101 patient-referral 1
-11100101101 GE/RCA/Thomson 1
-11100101101 44,967 1
-11100101101 23-inch 1
-11100101101 cross-promotional 1
-11100101101 mineral-related 1
-11100101101 brokerage-office 1
-11100101101 data-distribution 1
-11100101101 retail-support 1
-11100101101 seedstocks 1
-11100101101 equity-arbitrage 1
-11100101101 redi-mix 1
-11100101101 lumber-product 1
-11100101101 aluminum-extrusion 1
-11100101101 nucleargrade 1
-11100101101 gas-only 1
-11100101101 space-policy 1
-11100101101 flat-rolled-steel 1
-11100101101 Atoke 1
-11100101101 faster-spending 1
-11100101101 TKUNK 1
-11100101101 text-publishing 1
-11100101101 automobile-lending 1
-11100101101 concrete-product-making 1
-11100101101 234,141 1
-11100101101 innate-ability 1
-11100101101 developer/fast-buck 1
-11100101101 breast-imaging 1
-11100101101 paper-cup 1
-11100101101 non-Airbus 1
-11100101101 1.103 1
-11100101101 real-estate-asset 1
-11100101101 non-Ciba 1
-11100101101 227,786 1
-11100101101 floating-point 1
-11100101101 series-production 1
-11100101101 moldable 1
-11100101101 monthearlier 1
-11100101101 111,767 1
-11100101101 liquidation-sale 1
-11100101101 Mar-Salle 1
-11100101101 country-based 1
-11100101101 job-threatening 1
-11100101101 BiLo 1
-11100101101 agriculture-chemicals 1
-11100101101 milkmaids 1
-11100101101 50,715 1
-11100101101 contract-printing 1
-11100101101 business-computing 1
-11100101101 knishes 1
-11100101101 remote-site 1
-11100101101 Ocean-going 1
-11100101101 noncyclical 1
-11100101101 pencil-pushing 1
-11100101101 cattle-rustling 1
-11100101101 discount-house 1
-11100101101 street-cleaners 1
-11100101101 bulk-imported 1
-11100101101 transactionstructuring 1
-11100101101 driver-license 1
-11100101101 appointment-book 1
-11100101101 whistleblowing 1
-11100101101 Jonathan-the-child 1
-11100101101 nonmining 1
-11100101101 risk-capital 1
-11100101101 Rochester-area 1
-11100101101 trading-support 1
-11100101101 690,946 1
-11100101101 44,456 1
-11100101101 airliner-building 1
-11100101101 3,186 1
-11100101101 Swaledale 1
-11100101101 30,050 1
-11100101101 share-financing 1
-11100101101 process-machinery 1
-11100101101 nongrocery 2
-11100101101 vivisection 2
-11100101101 non-phone 2
-11100101101 bill-collecting 2
-11100101101 roofing-tile 2
-11100101101 sheet-rolling 2
-11100101101 Ugo 2
-11100101101 uranium-mining 2
-11100101101 resistor 2
-11100101101 81-year 2
-11100101101 tree-cutting 2
-11100101101 fee-producing 2
-11100101101 extraparliamentary 2
-11100101101 anti-male 2
-11100101101 liquor-related 2
-11100101101 PPO 2
-11100101101 247,623 2
-11100101101 1247.87 2
-11100101101 1984-tax-act 2
-11100101101 air-dryer 2
-11100101101 tough-sounding 2
-11100101101 162,200 2
-11100101101 non-copper 2
-11100101101 2,909,000 2
-11100101101 communist-pattern 2
-11100101101 1,264 2
-11100101101 home-fashion 2
-11100101101 counter-cyclical 2
-11100101101 unathorized 2
-11100101101 Libyan-sponsored 2
-11100101101 delusional 2
-11100101101 vote-delivering 2
-11100101101 strip-mining 2
-11100101101 stress-induced 2
-11100101101 food-wholesaling 2
-11100101101 restyling 2
-11100101101 Coldforge 2
-11100101101 clear-sighted 2
-11100101101 costcontainment 2
-11100101101 unscholarly 2
-11100101101 hazardous-chemical 2
-11100101101 securities-markets 2
-11100101101 auto-glass 2
-11100101101 Sverdlov 2
-11100101101 geophysical-exploration 2
-11100101101 monopanel 2
-11100101101 moneylosing 2
-11100101101 craft-store 2
-11100101101 exploration-and-production 2
-11100101101 microwave-communications 2
-11100101101 filmmaking 2
-11100101101 non-IFR 2
-11100101101 Helmsley-controlled 2
-11100101101 non-aluminum 3
-11100101101 trade-war 3
-11100101101 ferrosilicon 3
-11100101101 original-instrument 3
-11100101101 fine-wine 3
-11100101101 TMI 3
-11100101101 securities-dealer 3
-11100101101 pay-later 3
-11100101101 terroristic 3
-11100101101 news-division 3
-11100101101 one-part 3
-11100101101 Betze 3
-11100101101 shimmying 3
-11100101101 non-California 3
-11100101101 mixed-media 3
-11100101101 pillorying 3
-11100101101 landholding 3
-11100101101 secessionist 3
-11100101101 single-handed 3
-11100101101 taxpayer-subsidized 4
-11100101101 atavistic 4
-11100101101 Wedtech-related 4
-11100101101 excretory 4
-11100101101 population-control 4
-11100101101 well-head 4
-11100101101 more-established 4
-11100101101 die-casting 4
-11100101101 developed-country 4
-11100101101 profit-based 4
-11100101101 22-month 5
-11100101101 refitting 5
-11100101101 anti-state 5
-11100101101 end-of-the-month 6
-11100101101 half-way 6
-11100101101 feigned 6
-11100101101 non-grocery 11
-11100101101 reawakened 14
-11100101101 ceasing 19
-11100101101 professed 66
-11100101101 seeming 134
-11100101101 day-to-day 484
-11100101101 discontinued 1260
-11100101101 renewed 1309
-11100101101 continuing 5615
-11100101101 relative 1330
-11100101110 nonuniformly 1
-11100101110 buttercups 1
-11100101110 new-looking 1
-11100101110 hubristic 1
-11100101110 high-handedly 1
-11100101110 Thanksgiving-Christmas 1
-11100101110 skating-rink-sized 1
-11100101110 16-performance 1
-11100101110 re-hearing 1
-11100101110 37.5-hour 1
-11100101110 decade-and-a-half 1
-11100101110 nonassessable 1
-11100101110 foully 1
-11100101110 non-kosher 1
-11100101110 halfhour 1
-11100101110 already-hard 1
-11100101110 less-watched 1
-11100101110 bootblack 1
-11100101110 red-carpeted 1
-11100101110 existing-employees 1
-11100101110 four-foot-square 1
-11100101110 theater-like 1
-11100101110 metal-to-metal 1
-11100101110 mini-emergency 1
-11100101110 three-yard 1
-11100101110 73-mile 1
-11100101110 legal-limit 1
-11100101110 four-city 1
-11100101110 Atlanta-to-Houston 1
-11100101110 corn-beef 1
-11100101110 humidor 1
-11100101110 back-handed 1
-11100101110 sensible-sounding 1
-11100101110 1-day 1
-11100101110 sound-dampened 1
-11100101110 currency-resistant 1
-11100101110 anti-tax-increase 1
-11100101110 17-yard 1
-11100101110 non-splashy 1
-11100101110 four-yard 1
-11100101110 bed-wetter 1
-11100101110 target-splitting 1
-11100101110 video-projection 1
-11100101110 people-and 1
-11100101110 inheritance-tax 1
-11100101110 three-and-a-half-hour 1
-11100101110 tire-testing 1
-11100101110 tanagers 1
-11100101110 green-carpeted 1
-11100101110 waterpipe 1
-11100101110 stop-watched 1
-11100101110 desk-packed 1
-11100101110 third-set 1
-11100101110 inauspiciously 1
-11100101110 memorandum-of-understanding 1
-11100101110 aconites 1
-11100101110 badly-healed 1
-11100101110 direct-equity 1
-11100101110 small-appearing 1
-11100101110 sportscast 1
-11100101110 12-by-15-foot 1
-11100101110 surreptious 1
-11100101110 crack-induced 1
-11100101110 Superpretzel 1
-11100101110 medium-to-long 1
-11100101110 normal-sounding 1
-11100101110 yo-yoed 1
-11100101110 Surveyors 1
-11100101110 ice-stacked 1
-11100101110 pundit-confounding 1
-11100101110 living-dining 1
-11100101110 transAtlantic 1
-11100101110 low-keyed 1
-11100101110 anti-sanctions 2
-11100101110 65-year 2
-11100101110 oratorios 2
-11100101110 phallic-shaped 2
-11100101110 clearcut 2
-11100101110 non-fat 2
-11100101110 1,157 2
-11100101110 cai 2
-11100101110 untarnished 2
-11100101110 hypnotist 2
-11100101110 trend-happy 2
-11100101110 chinning 2
-11100101110 deconstructionist 2
-11100101110 GIC-backed 2
-11100101110 Wrightsman 2
-11100101110 featherbed 2
-11100101110 Ti 2
-11100101110 Alsatians 2
-11100101110 millisecond 2
-11100101110 Palestinian-Israeli 2
-11100101110 breath-taking 2
-11100101110 47-46 2
-11100101110 co-location 2
-11100101110 multi-disciplinary 2
-11100101110 spick 2
-11100101110 phoney 2
-11100101110 farreaching 2
-11100101110 Ypres 2
-11100101110 fondue 3
-11100101110 street-tough 3
-11100101110 non-trivial 3
-11100101110 linguistically 3
-11100101110 hysterectomies 3
-11100101110 gas-compressor 3
-11100101110 Bufo 3
-11100101110 tarantula 3
-11100101110 rapturously 3
-11100101110 25-yard 3
-11100101110 bastardized 3
-11100101110 bio 5
-11100101110 goal-line 5
-11100101110 Neanderthals 5
-11100101110 non-threatening 6
-11100101110 1-0 6
-11100101110 spool-up 7
-11100101110 comfy 8
-11100101110 2-0 10
-11100101110 billable 10
-11100101110 one-night 17
-11100101110 elapsed 21
-11100101110 long 12840
-11100101110 darkened 36
-11100101111 Housecleaner 1
-11100101111 1,298 1
-11100101111 one-in-three 1
-11100101111 italoid 1
-11100101111 single-earner 1
-11100101111 theoretic 1
-11100101111 U-shape 1
-11100101111 3,800-square-foot 1
-11100101111 71-91 1
-11100101111 affectedly 1
-11100101111 Hemingwayesque 1
-11100101111 long-wanted 1
-11100101111 half-serious 1
-11100101111 piddle 1
-11100101111 270-board 1
-11100101111 1976-style 1
-11100101111 somewhat-less-radical 1
-11100101111 Washington-Moscow 1
-11100101111 tidal-wave 1
-11100101111 KGB-inspired 1
-11100101111 basketwork 1
-11100101111 not-so-difficult 1
-11100101111 prescription-free 1
-11100101111 253-182 1
-11100101111 self-admiring 1
-11100101111 retirement-facility 1
-11100101111 cross-class 1
-11100101111 three-opera 1
-11100101111 purer-than-usual 1
-11100101111 three-games-to-one 1
-11100101111 jalopy 1
-11100101111 171-133 1
-11100101111 precendential 1
-11100101111 one-currency 1
-11100101111 sometimes-difficult 1
-11100101111 take-it-whole 1
-11100101111 fourth-gear 1
-11100101111 piling-on 1
-11100101111 Giulietti 1
-11100101111 finger-busting 1
-11100101111 12,000-pound 1
-11100101111 strangulated 1
-11100101111 250-to-1 1
-11100101111 debiting 1
-11100101111 30-to-1 1
-11100101111 zero/zero 1
-11100101111 payees 1
-11100101111 350-to-293 1
-11100101111 brick-strewn 1
-11100101111 raindrop 1
-11100101111 settling-in 1
-11100101111 59-23 1
-11100101111 28-4 1
-11100101111 1:50 1
-11100101111 jeepload 1
-11100101111 five-symphony 1
-11100101111 litle 1
-11100101111 six-mile-long 1
-11100101111 391-240 1
-11100101111 seven-to-one 1
-11100101111 existentialist 1
-11100101111 home-turf 1
-11100101111 13,013 1
-11100101111 dichotomous 1
-11100101111 goodsized 1
-11100101111 too-dim 1
-11100101111 swirly 1
-11100101111 trustee-like 1
-11100101111 litte 1
-11100101111 round-card 1
-11100101111 seven-to-four 1
-11100101111 non-chemical 1
-11100101111 31.26 1
-11100101111 safe-vault 1
-11100101111 price-suppressing 1
-11100101111 intiatives 1
-11100101111 populist-left 1
-11100101111 1-in-5 1
-11100101111 red-breasted 1
-11100101111 1:57 1
-11100101111 pressure-free 1
-11100101111 REFRIGERATOR 1
-11100101111 1-in-67 1
-11100101111 beer-and-wine 1
-11100101111 car-filled 1
-11100101111 coattail 1
-11100101111 Steagle 1
-11100101111 four-hole 1
-11100101111 legislatory 1
-11100101111 Annenberg/CPB-funded 1
-11100101111 wink-and-a-nod 1
-11100101111 strong-headed 1
-11100101111 gluesniffer 1
-11100101111 one-in-65 1
-11100101111 ever-burgeoning 1
-11100101111 10.5-point 1
-11100101111 best-in-the-Majors 1
-11100101111 Slavophone 1
-11100101111 not-bad 1
-11100101111 Rus'-Kievan 1
-11100101111 jurisprudential 1
-11100101111 tongue-and-cheek 1
-11100101111 75-onion 1
-11100101111 clip-studded 1
-11100101111 gang-dominated 1
-11100101111 coriander 1
-11100101111 Gabon-based 1
-11100101111 Carternomics 1
-11100101111 rackety 1
-11100101111 1-in-25,000 1
-11100101111 sad/Mad 1
-11100101111 freeform 1
-11100101111 lab-test 1
-11100101111 four-field 1
-11100101111 auspiciously 1
-11100101111 needle's-eye 1
-11100101111 Gloria-Cedric 1
-11100101111 seven-for-seven 1
-11100101111 nonpromotional 1
-11100101111 Neo-Liberal 1
-11100101111 collagelike 1
-11100101111 low-educated 1
-11100101111 less-than-zero 1
-11100101111 macadam 1
-11100101111 trade-blocking 1
-11100101111 poison-ivy 1
-11100101111 basketlike 1
-11100101111 once-in-a-decade 1
-11100101111 wordprocessor 1
-11100101111 coat-tailing 1
-11100101111 public-resource 1
-11100101111 God- 1
-11100101111 pompon 1
-11100101111 non-random 1
-11100101111 more-informed 1
-11100101111 prior-approval 1
-11100101111 skull-and-crossbone 1
-11100101111 coked-out 1
-11100101111 next-to-no 1
-11100101111 mud-like 1
-11100101111 better-than-random 1
-11100101111 300,309 1
-11100101111 air-water 1
-11100101111 geomagnetic 1
-11100101111 1:12 1
-11100101111 not-insignificant 1
-11100101111 marionette 1
-11100101111 unchurchly 1
-11100101111 21-party 1
-11100101111 multimillion- 1
-11100101111 revolutionist 1
-11100101111 250-car 1
-11100101111 French- 1
-11100101111 Cyprus-style 1
-11100101111 CEMETERY 1
-11100101111 grandscale 1
-11100101111 less-shocking 1
-11100101111 unfertilized 1
-11100101111 110-trombone 2
-11100101111 two-syllable 2
-11100101111 finnicky 2
-11100101111 bell-like 2
-11100101111 1-in-100 2
-11100101111 five-concert 2
-11100101111 non-disruptive 2
-11100101111 near-solid 2
-11100101111 full-frontal 2
-11100101111 blatent 2
-11100101111 wall-sized 2
-11100101111 110-megabyte 2
-11100101111 drug- 2
-11100101111 possessive 2
-11100101111 durn 2
-11100101111 half-foot 2
-11100101111 one-in-10,000 2
-11100101111 Christmas-tree 2
-11100101111 gradeschool 2
-11100101111 husky-voiced 2
-11100101111 queenly 2
-11100101111 snaky 2
-11100101111 not-so-obvious 2
-11100101111 14-point 2
-11100101111 construction-engineering 2
-11100101111 half-second 2
-11100101111 13-episode 2
-11100101111 pedigreed 2
-11100101111 finned 2
-11100101111 tired-looking 2
-11100101111 slighty 2
-11100101111 burbling 2
-11100101111 religious-based 2
-11100101111 Meissen 2
-11100101111 Sincere 2
-11100101111 pasty 2
-11100101111 half-height 3
-11100101111 pink-and-white 3
-11100101111 breakable 3
-11100101111 pilots-union 3
-11100101111 staph 3
-11100101111 one-in-five 3
-11100101111 two-state 3
-11100101111 definable 3
-11100101111 regretful 3
-11100101111 pre-sold 3
-11100101111 tar-like 3
-11100101111 spavined 3
-11100101111 usurious 3
-11100101111 presumptively 3
-11100101111 better-than-even 4
-11100101111 jet-set 4
-11100101111 clairvoyant 4
-11100101111 plain-looking 4
-11100101111 better-than-.500 4
-11100101111 competitive-shift 4
-11100101111 status-quo 5
-11100101111 more-effective 5
-11100101111 55-45 5
-11100101111 supercilious 6
-11100101111 organically 6
-11100101111 20-megabyte 8
-11100101111 heckuva 11
-11100101111 ripple 117
-11100101111 little 12600
-11100101111 scant 283
-1110011000 post-hospital 1
-1110011000 everdwindling 1
-1110011000 80-degree 1
-1110011000 anti-sex-harassment 1
-1110011000 825,151 1
-1110011000 1,520,000 1
-1110011000 foreign-market 1
-1110011000 Indian-looking 1
-1110011000 air-traveler 1
-1110011000 CHARGE 1
-1110011000 unbinding 1
-1110011000 anxiolytic 1
-1110011000 11.1-million 1
-1110011000 mortgage-deduction 1
-1110011000 222.50 1
-1110011000 Abscam-like 1
-1110011000 single-stranded 1
-1110011000 anti-anticommunist 1
-1110011000 5,255,822 1
-1110011000 Apple-coined 1
-1110011000 Iraqi-sought 1
-1110011000 multisyllable 1
-1110011000 isopropyl 1
-1110011000 142,500 1
-1110011000 9,972,868 1
-1110011000 grocery-checkout 1
-1110011000 Frankensteinan 1
-1110011000 high-topped 1
-1110011000 outreached 1
-1110011000 arctic-white 1
-1110011000 979,129 1
-1110011000 as-yet-unknown 1
-1110011000 even-stronger 1
-1110011000 uspecified 1
-1110011000 956,083 1
-1110011000 hardcurrency 1
-1110011000 THEFT 1
-1110011000 pre-made 1
-1110011000 DIZZYING 1
-1110011000 Ailes-inspired 1
-1110011000 U.S.-team 1
-1110011000 282,955 1
-1110011000 113,985 1
-1110011000 221,563 1
-1110011000 794,570 1
-1110011000 Alfried 1
-1110011000 airport-grant 1
-1110011000 258,424 1
-1110011000 6,695,102 1
-1110011000 3,426,120 1
-1110011000 American-run 1
-1110011000 out-of-area 1
-1110011000 aeronautical-engineering 1
-1110011000 10,245 1
-1110011000 air-fouling 1
-1110011000 oft-promised 1
-1110011000 857-page 1
-1110011000 anti-War-on-Poverty 1
-1110011000 Edvard 1
-1110011000 ex-Parker 1
-1110011000 681,600 1
-1110011000 uneviable 1
-1110011000 second-most-powerful 1
-1110011000 YEN 1
-1110011000 186,820 1
-1110011000 I-told-you-so 1
-1110011000 1.4302 1
-1110011000 30,400 1
-1110011000 362,700 1
-1110011000 keypunch 1
-1110011000 easier-credit 1
-1110011000 112,796 1
-1110011000 fuel-replacement 1
-1110011000 non-obscene 1
-1110011000 268,570 1
-1110011000 404,700 1
-1110011000 anti-Rehnquist 1
-1110011000 1.3483 1
-1110011000 73,100 1
-1110011000 Alice-Through-the-Looking-Glass 1
-1110011000 evil-looking 1
-1110011000 SAVORED 1
-1110011000 out-take 1
-1110011000 56,800 1
-1110011000 noninherited 1
-1110011000 Olympic-type 1
-1110011000 acid-like 1
-1110011000 ex-Microsoft 1
-1110011000 885,800 1
-1110011000 717,780 1
-1110011000 1,540,500 1
-1110011000 wireframe 1
-1110011000 addititonal 1
-1110011000 un-self-conscious 1
-1110011000 long-distant 1
-1110011000 small-export 1
-1110011000 UNKNOWN 1
-1110011000 98,781 1
-1110011000 1,394,556 1
-1110011000 350,110 1
-1110011000 employment-eligibilty 1
-1110011000 232,700 1
-1110011000 economics-oriented 1
-1110011000 dye-containing 1
-1110011000 warrant-debenture 1
-1110011000 1,424,313 1
-1110011000 226,316 1
-1110011000 1.770 1
-1110011000 296,875 1
-1110011000 432,605 1
-1110011000 328,275 1
-1110011000 eight-column 1
-1110011000 807-car 1
-1110011000 286,700 1
-1110011000 undeterminable 1
-1110011000 opposition-backed 1
-1110011000 550,647 1
-1110011000 umber 1
-1110011000 8-inch-by-11-inch 1
-1110011000 self-attestation 1
-1110011000 oil-seeds 1
-1110011000 data-mandatory 1
-1110011000 18,000-square-foot 1
-1110011000 85-foot-high 1
-1110011000 IDI 1
-1110011000 80-passenger 1
-1110011000 easy-to-remember 1
-1110011000 eight-bank 1
-1110011000 11,569,200 1
-1110011000 62,400 1
-1110011000 1,254,587 1
-1110011000 4,027,619 1
-1110011000 Eastern-grip 1
-1110011000 output-price 1
-1110011000 298,500 1
-1110011000 650,200 1
-1110011000 1.4557 1
-1110011000 anti-City 1
-1110011000 anarchist-dark 1
-1110011000 eye-glazing 1
-1110011000 antimodernist 1
-1110011000 293,300 1
-1110011000 even-narrower 1
-1110011000 associate-pastor 1
-1110011000 172,700 1
-1110011000 inflationadjusted 1
-1110011000 local-governmental 1
-1110011000 320,300 1
-1110011000 565,500 1
-1110011000 490,700 1
-1110011000 800-person 1
-1110011000 188,847 1
-1110011000 unemployment-rate 1
-1110011000 anti-racketering 1
-1110011000 unemployment-claims 1
-1110011000 unregisterd 1
-1110011000 almost-identical 1
-1110011000 Pawiak 1
-1110011000 THACHER 1
-1110011000 8-by-8 1
-1110011000 unbankerly 1
-1110011000 quasi-abstract 1
-1110011000 115,460 1
-1110011000 4,022,767 1
-1110011000 intra-governmental 1
-1110011000 uncustomary 1
-1110011000 year-more 1
-1110011000 ever-sprouting 1
-1110011000 tenorial 1
-1110011000 extra-capacity 1
-1110011000 430,107 1
-1110011000 957,800 1
-1110011000 hard-currency-paying 1
-1110011000 unecological 1
-1110011000 all-but-dead 1
-1110011000 ever-so-slight 1
-1110011000 NIH-invented 1
-1110011000 bonbon 1
-1110011000 more-vigorous 1
-1110011000 anti-gold 1
-1110011000 extraordinarly 1
-1110011000 capitalmarket 1
-1110011000 optional-equipment 1
-1110011000 POISONING 1
-1110011000 extra-shiny 1
-1110011000 uninfluential 1
-1110011000 car-ad 1
-1110011000 11-session 1
-1110011000 anti-humanitarian 1
-1110011000 either-or-you 1
-1110011000 870,550 1
-1110011000 EPA-funded 1
-1110011000 11,053 1
-1110011000 all-too-clear 1
-1110011000 often-extended 1
-1110011000 offcourse 1
-1110011000 Assignation 1
-1110011000 alcohol-and-substance-abuse 1
-1110011000 1986-act 1
-1110011000 PLACED 1
-1110011000 time-transcending 1
-1110011000 6,315 1
-1110011000 toy-box 1
-1110011000 0.707 1
-1110011000 overwelming 1
-1110011000 1,723,491 1
-1110011000 easy-to-follow 1
-1110011000 68,965 1
-1110011000 otherwise-innocuous 1
-1110011000 9,761 1
-1110011000 2,460,000 1
-1110011000 ever-dwindling 1
-1110011000 10-ruble-note 1
-1110011000 unindexed 1
-1110011000 ethanol-powered 1
-1110011000 20.9586 1
-1110011000 extrastrength 1
-1110011000 6,725,425 1
-1110011000 intervention-free 1
-1110011000 odd-numbered 2
-1110011000 unprovable 2
-1110011000 whitecollar 2
-1110011000 1.1333 2
-1110011000 2,614 2
-1110011000 administration-opposed 2
-1110011000 970,800 2
-1110011000 insured-deposit 2
-1110011000 less-onerous 2
-1110011000 immediate-payment 2
-1110011000 over-the-phone 2
-1110011000 techniques. 2
-1110011000 economy-of-scale 2
-1110011000 even-faster 2
-1110011000 apodictic 2
-1110011000 3,029,200 2
-1110011000 unvoted 2
-1110011000 eight-ounce 2
-1110011000 party-oriented 2
-1110011000 unassembled 2
-1110011000 opium-like 2
-1110011000 23,200 2
-1110011000 373,861 2
-1110011000 industry-leading 2
-1110011000 1,057,000 2
-1110011000 unsheltered 2
-1110011000 ADR. 2
-1110011000 unsolicted 2
-1110011000 heel-nipping 2
-1110011000 oft-told 2
-1110011000 regional-company 2
-1110011000 1,193,887 2
-1110011000 extra-extra 2
-1110011000 1.163 2
-1110011000 in-country 2
-1110011000 1,033,333 2
-1110011000 electrogalvanizing 2
-1110011000 Apple-compatible 2
-1110011000 all-too-rare 2
-1110011000 all-Boeing 2
-1110011000 movielike 2
-1110011000 similar-looking 2
-1110011000 summer-school 2
-1110011000 definitive-bearer 3
-1110011000 IMPORTANT 3
-1110011000 aggregrate 3
-1110011000 gold-rush 3
-1110011000 unpurchased 3
-1110011000 hard-and-fast 3
-1110011000 8,000-foot 3
-1110011000 underground-storage 3
-1110011000 hotel-venture 3
-1110011000 0.3322 3
-1110011000 out-of-tune 3
-1110011000 substanial 3
-1110011000 off-farm 3
-1110011000 unmixed 3
-1110011000 1,830,000 3
-1110011000 374,093 3
-1110011000 ever-greater 3
-1110011000 distributional 4
-1110011000 unsuspected 4
-1110011000 as-yet-undetermined 4
-1110011000 11-page 4
-1110011000 untitled 4
-1110011000 parking-meter 4
-1110011000 anti-dilution 4
-1110011000 800-milligram 4
-1110011000 corporate-sponsored 4
-1110011000 option-package 4
-1110011000 additonal 4
-1110011000 out-of-print 5
-1110011000 onsite 5
-1110011000 4,960,000 5
-1110011000 odd-looking 5
-1110011000 already-scheduled 5
-1110011000 less-severe 5
-1110011000 sincerest 5
-1110011000 gainful 5
-1110011000 664,400 6
-1110011000 income-related 6
-1110011000 government-led 6
-1110011000 high-dollar 8
-1110011000 uncensored 8
-1110011000 unsubscribed 9
-1110011000 non-essential 9
-1110011000 DM 13
-1110011000 unspent 14
-1110011000 ever-larger 17
-1110011000 18-hour 18
-1110011000 unreleased 26
-1110011000 NT 31
-1110011000 I-9 31
-1110011000 inflation-indexed 33
-1110011000 unclaimed 35
-1110011000 as-yet 44
-1110011000 eight-hour 45
-1110011000 nondefense 46
-1110011000 inordinate 58
-1110011000 up-front 99
-1110011000 undetermined 129
-1110011000 unwanted 412
-1110011000 undisclosed 502
-1110011000 unspecified 629
-1110011000 additional 8595
-1110011000 extra 1649
-11100110010 graffiti-scarred 1
-11100110010 already-uncomfortably 1
-11100110010 tribes. 1
-11100110010 8.6-mark 1
-11100110010 OPEC-meeting 1
-11100110010 84-10 1
-11100110010 equal-protection-clause 1
-11100110010 index-portfolio 1
-11100110010 85-10 1
-11100110010 89-5 1
-11100110010 asset-and-liability 1
-11100110010 cash-up-front 1
-11100110010 whiplashing 1
-11100110010 over-consumption 1
-11100110010 arena-quality 1
-11100110010 investment-adviser 1
-11100110010 eel-like 1
-11100110010 86.11-point 1
-11100110010 81-17 1
-11100110010 Islamic-Israeli 1
-11100110010 eight-lane 1
-11100110010 unshored 1
-11100110010 univited 1
-11100110010 SABATICALS 1
-11100110010 influence-buying 1
-11100110010 magazine-consuming 1
-11100110010 insurance-liability 1
-11100110010 eight-line 1
-11100110010 indoor-plant 1
-11100110010 oil-speculation 1
-11100110010 ice-encrusted 1
-11100110010 18year 1
-11100110010 scatter-site 1
-11100110010 export-spawned 1
-11100110010 83-9 1
-11100110010 1000th 1
-11100110010 earthshattering 1
-11100110010 trade-induced 1
-11100110010 recongnizable 1
-11100110010 age-neutral 1
-11100110010 anti-system 1
-11100110010 job-cut 1
-11100110010 AIDS-law 1
-11100110010 even-wider 1
-11100110010 economic-populism 1
-11100110010 tennis-hacking 1
-11100110010 27-to-23 1
-11100110010 less-than-shining 1
-11100110010 aide-item 1
-11100110010 Iranian-mediated 1
-11100110010 Iranian-brokered 1
-11100110010 vanity-press 1
-11100110010 foreign-unit 1
-11100110010 off-machine 1
-11100110010 thumb-indexed 1
-11100110010 earlier-than-contemplated 1
-11100110010 hot-blow 1
-11100110010 everybody-wins 1
-11100110010 continued-employment 1
-11100110010 pre-tariff 1
-11100110010 even-bigger 1
-11100110010 ultra-high-pressure 1
-11100110010 unconfessed 1
-11100110010 image-damaging 1
-11100110010 all-Airbus 1
-11100110010 four-magazine 1
-11100110010 polychlorinated-biphenyls 1
-11100110010 80-mph 1
-11100110010 Icahn-style 1
-11100110010 eleven-member 1
-11100110010 execution-style 1
-11100110010 89-day 1
-11100110010 imagineer 1
-11100110010 Italian-Mexican 1
-11100110010 Ethiopian-Soviet 1
-11100110010 extra-heavy 1
-11100110010 82-17 1
-11100110010 once-competitive 1
-11100110010 eocnomic 1
-11100110010 air-traveling 1
-11100110010 anti-poison-pill 1
-11100110010 inner-ear 1
-11100110010 already-negative 1
-11100110010 aberrationally 1
-11100110010 once-deserved 1
-11100110010 NWA-level 1
-11100110010 FTC-approved 1
-11100110010 ill-placed 1
-11100110010 ore-crusher 1
-11100110010 15th-19th 1
-11100110010 800-employee 1
-11100110010 oil-tainted 1
-11100110010 newly-formed 1
-11100110010 half-ironic 1
-11100110010 investment-protection 1
-11100110010 87-11 1
-11100110010 REBUFFED 1
-11100110010 per-month 1
-11100110010 unwelcomed 1
-11100110010 as-yet-unanswered 1
-11100110010 52week 1
-11100110010 April-like 1
-11100110010 89,094 1
-11100110010 extra-moist 1
-11100110010 offer-to-purchase 1
-11100110010 eight-ninths 1
-11100110010 unconcentrated 1
-11100110010 84-1 1
-11100110010 post-September 1
-11100110010 8.51-point 1
-11100110010 oil-dependency 1
-11100110010 almost-Shakespearean 1
-11100110010 all-but-unachievable 1
-11100110010 underhood 1
-11100110010 amphibious-assault 1
-11100110010 urban-rural 1
-11100110010 end-of-October 1
-11100110010 Indian-mediated 1
-11100110010 elementary-grade 1
-11100110010 free-share 1
-11100110010 threetranche 1
-11100110010 amendatory 1
-11100110010 acetylene-fueled 1
-11100110010 most-severe 1
-11100110010 total-tons 1
-11100110010 Adenoclone 1
-11100110010 floutingly 1
-11100110010 vampire-movie 1
-11100110010 book-buying 1
-11100110010 89-6 1
-11100110010 also-not-unusual 1
-11100110010 model-home 1
-11100110010 already-strong 1
-11100110010 81-4 1
-11100110010 84-8 1
-11100110010 800,000-acre 1
-11100110010 71-page 1
-11100110010 long-perceived 1
-11100110010 IBM-developed 1
-11100110010 food-buying 1
-11100110010 intragovernmental 1
-11100110010 67-year 2
-11100110010 full-hearted 2
-11100110010 earlier-than-expected 2
-11100110010 account-executive 2
-11100110010 18-11 2
-11100110010 revenue-bond 2
-11100110010 Two-part 2
-11100110010 eight-session 2
-11100110010 once-grand 2
-11100110010 bank-by-bank 2
-11100110010 peek-a-boo 2
-11100110010 absentee-ballot 2
-11100110010 ski-watching 2
-11100110010 private-partnership 2
-11100110010 O-shaped 2
-11100110010 USBL 2
-11100110010 in-progress 2
-11100110010 anti-obesity 2
-11100110010 ever-broadening 2
-11100110010 84-day 2
-11100110010 often-quoted 2
-11100110010 arms-shipping 2
-11100110010 oft-noted 2
-11100110010 post-Plaza 2
-11100110010 immunologic 2
-11100110010 intrayear 2
-11100110010 EC-Comecon 2
-11100110010 86-11 2
-11100110010 8,000-person 2
-11100110010 financial-report 2
-11100110010 uncomplaining 2
-11100110010 rapid-growth 2
-11100110010 safety-evacuation 2
-11100110010 paper-money 2
-11100110010 Boiron 2
-11100110010 eight-mile-long 2
-11100110010 anti-Turk 2
-11100110010 still-tentative 2
-11100110010 direct-line 2
-11100110010 amnesty-application 2
-11100110010 CANCELED 2
-11100110010 80-yard 2
-11100110010 early-1985 2
-11100110010 once-generous 2
-11100110010 40,000-mile 2
-11100110010 Maxfin 2
-11100110010 industry-mix 2
-11100110010 Amoco-Dome 2
-11100110010 anti-yuppie 2
-11100110010 unexcelled 2
-11100110010 often-rumored 2
-11100110010 silver-foot-in-the-mouth 2
-11100110010 conscience-stricken 2
-11100110010 Angolan-Cuban 2
-11100110010 all-wise 2
-11100110010 undemanding 3
-11100110010 88-day 3
-11100110010 eagle-eyed 3
-11100110010 all-economy 3
-11100110010 early-January 3
-11100110010 seven-year-long 3
-11100110010 26-24 3
-11100110010 all-share 3
-11100110010 executive-privilege 3
-11100110010 85-page 3
-11100110010 official-looking 3
-11100110010 anti-regulatory 3
-11100110010 on-again-off-again 3
-11100110010 apartment-complex 3
-11100110010 dislocating 3
-11100110010 early-August 3
-11100110010 issue-by-issue 3
-11100110010 83-day 3
-11100110010 less-demanding 3
-11100110010 unhurried 3
-11100110010 intrasession 3
-11100110010 400th 3
-11100110010 insurance-buying 3
-11100110010 unscripted 3
-11100110010 six-week-long 3
-11100110010 four-month-long 3
-11100110010 eight-mile 3
-11100110010 unrequired 3
-11100110010 extemporaneous 3
-11100110010 Indian-backed 3
-11100110010 intitial 3
-11100110010 Indian-sponsored 3
-11100110010 87-day 3
-11100110010 home-court 4
-11100110010 lengthiest 4
-11100110010 fiscal-1989 4
-11100110010 Oxford-educated 4
-11100110010 inflation-hedge 4
-11100110010 11-week 4
-11100110010 equal-sized 4
-11100110010 enterprise-zone 4
-11100110010 twice-yearly 4
-11100110010 intial 4
-11100110010 arms-length 4
-11100110010 auto-buying 4
-11100110010 often-stated 4
-11100110010 earnings-growth 4
-11100110010 ultra-liberal 4
-11100110010 18-month-long 4
-11100110010 home-field 4
-11100110010 early-1988 4
-11100110010 8,000-mile 4
-11100110010 85-day 4
-11100110010 moviegoing 4
-11100110010 80-page 4
-11100110010 convention-center 4
-11100110010 11,000-member 4
-11100110010 oft-rumored 4
-11100110010 all-expenses-paid 5
-11100110010 either/or 5
-11100110010 anything-goes 5
-11100110010 88-page 5
-11100110010 all-expense-paid 5
-11100110010 early-April 5
-11100110010 field-artillery 5
-11100110010 inital 6
-11100110010 inauspicious 6
-11100110010 unceremonious 6
-11100110010 earlier-reported 6
-11100110010 unsuccesful 6
-11100110010 game-winning 6
-11100110010 four-volume 7
-11100110010 all-or-nothing 7
-11100110010 18-week 7
-11100110010 18-page 7
-11100110010 82-day 7
-11100110010 FDIC-assisted 8
-11100110010 alltime 9
-11100110010 industry-financed 10
-11100110010 late-August 10
-11100110010 11-day 11
-11100110010 80-day 11
-11100110010 18-day 11
-11100110010 first-served 12
-11100110010 post-October 13
-11100110010 intra-day 13
-11100110010 oft-repeated 14
-11100110010 undiluted 14
-11100110010 eleventh-hour 15
-11100110010 all-stock 16
-11100110010 offhand 18
-11100110010 eight-point 19
-11100110010 unexpired 20
-11100110010 11th-hour 20
-11100110010 11-month 22
-11100110010 eight-day 25
-11100110010 11-year 37
-11100110010 18-year 37
-11100110010 appreciable 38
-11100110010 eight-week 40
-11100110010 eight-month 58
-11100110010 abortive 62
-11100110010 introductory 86
-11100110010 eight-year-old 86
-11100110010 18-month 115
-11100110010 all-cash 117
-11100110010 indefinite 151
-11100110010 eight-year 179
-11100110010 all-time 188
-11100110010 unfriendly 258
-11100110010 intraday 414
-11100110010 eventual 443
-11100110010 unsolicited 759
-11100110010 interim 871
-11100110010 shelf 1020
-11100110010 initial 4825
-11100110010 immediate 2164
-11100110011 ever-broader 1
-11100110011 land-price 1
-11100110011 own-brand 1
-11100110011 payment-free 1
-11100110011 black-consciousness 1
-11100110011 job-interview 1
-11100110011 best-recalled 1
-11100110011 exercise-related 1
-11100110011 tour-de-force 1
-11100110011 1,587 1
-11100110011 Taiwan-Japan-Korea 1
-11100110011 reefer 1
-11100110011 preflight 1
-11100110011 heat-seeking-missile 1
-11100110011 time-distance 1
-11100110011 mass-volume 1
-11100110011 national-income 1
-11100110011 debt-oriented 1
-11100110011 Mattia 1
-11100110011 antislavery 1
-11100110011 Kwang-ju 1
-11100110011 luxury-jewelry 1
-11100110011 enhanced-oil 1
-11100110011 socialist-capitalist 1
-11100110011 lumpish 1
-11100110011 joint-and-several 1
-11100110011 reputational 1
-11100110011 12-to-18-month 1
-11100110011 Indian-health 1
-11100110011 sawdust-trail 1
-11100110011 fear-greed 1
-11100110011 toilet-humor 1
-11100110011 fuel-emission 1
-11100110011 guarantee-assisted 1
-11100110011 dollar-value 1
-11100110011 official-car 1
-11100110011 how-to-compute 1
-11100110011 chest-crushing 1
-11100110011 prospectus-like 1
-11100110011 no-less-difficult 1
-11100110011 then-emerging 1
-11100110011 oil-partnership 1
-11100110011 takeover-inspired 1
-11100110011 grad-school 1
-11100110011 drugs-and-dependency 1
-11100110011 walking-through-mine-fields 1
-11100110011 minimart 1
-11100110011 287th 1
-11100110011 choice-in-education 1
-11100110011 long-in-the-tooth 1
-11100110011 broker-arranged 1
-11100110011 liberal-radical 1
-11100110011 no-medal 1
-11100110011 state-action 1
-11100110011 then-preeminent 1
-11100110011 early-phase 1
-11100110011 Pigouvian 1
-11100110011 Secord-related 1
-11100110011 pre-filing 1
-11100110011 bulletlike 1
-11100110011 commuter-train 1
-11100110011 non-repayable 1
-11100110011 grandtheft 1
-11100110011 50-odd-year 1
-11100110011 highest-salaried 1
-11100110011 hearts-and-minds 1
-11100110011 south-wing 1
-11100110011 summerlong 1
-11100110011 Pillow-commissioned 1
-11100110011 politically-motivated 1
-11100110011 non-reusable 1
-11100110011 85-member 1
-11100110011 unforced 1
-11100110011 unrueful 1
-11100110011 lemming-like 1
-11100110011 least-requested 1
-11100110011 Germanlike 1
-11100110011 Lebanon-like 1
-11100110011 anti-MPLA 1
-11100110011 pre-recessionary 1
-11100110011 fraud-linked 1
-11100110011 molasses-tank 1
-11100110011 near-cult 1
-11100110011 individual-sized 1
-11100110011 per-plane 1
-11100110011 eyehole 1
-11100110011 terrorist-inflicted 1
-11100110011 bigger-is-better 1
-11100110011 marine-toxicology 1
-11100110011 employee-shareholder 1
-11100110011 personal-spending 1
-11100110011 pre-uprising 1
-11100110011 whinnying 1
-11100110011 blood-in-the-stool 1
-11100110011 phalluscentric 1
-11100110011 otherwise-high 1
-11100110011 Antar-era 1
-11100110011 pre-Wimbledon 1
-11100110011 pennant-stretch 1
-11100110011 McCall-related 1
-11100110011 middle-period 1
-11100110011 residential-building-contract 1
-11100110011 7,866 1
-11100110011 human-potential 1
-11100110011 religious-cultural-political 1
-11100110011 flittering 1
-11100110011 conservative-Christianity 1
-11100110011 coal-field 1
-11100110011 land-breaking 1
-11100110011 second-most-common 1
-11100110011 pincer 1
-11100110011 Vietnamese-installed 1
-11100110011 company-kept 1
-11100110011 deep-pocket-picking 1
-11100110011 jungle-flavored 1
-11100110011 skin-tingling 1
-11100110011 egg-associated 1
-11100110011 50mg 1
-11100110011 non-gasoline 1
-11100110011 event-sponsorship 1
-11100110011 anything-but-peaceful 1
-11100110011 tax-scam 1
-11100110011 eight-month-long 1
-11100110011 deposit-transfer 1
-11100110011 Miller-Studds 1
-11100110011 teen-labor 1
-11100110011 ten-speediest 1
-11100110011 Medicare-induced 1
-11100110011 after-the-crash 1
-11100110011 early-June 1
-11100110011 post-Indian 1
-11100110011 enjoyably 2
-11100110011 tree-trunk 2
-11100110011 anti-Shoreham 2
-11100110011 Chlor-Trimeton 2
-11100110011 on-location 2
-11100110011 information-swapping 2
-11100110011 earnest-money 2
-11100110011 unofficial-official 2
-11100110011 unlamented 2
-11100110011 30,310 2
-11100110011 handsdown 2
-11100110011 chuckwagon 2
-11100110011 midsized-car 2
-11100110011 six-team 2
-11100110011 school-reform 2
-11100110011 office-computer 2
-11100110011 estate-building 2
-11100110011 yowling 2
-11100110011 TBS-MGM/UA 2
-11100110011 WFF 2
-11100110011 personal-liability 2
-11100110011 community-scale 2
-11100110011 education-reform 2
-11100110011 German-Italian 2
-11100110011 director-and-officer 2
-11100110011 iliac 2
-11100110011 internal-customer 2
-11100110011 work-shift 2
-11100110011 bozhe 2
-11100110011 electricity-rate 2
-11100110011 Alice-in-Wonderland 3
-11100110011 trading-volume 3
-11100110011 mainframe-computer 3
-11100110011 three-dozen 3
-11100110011 non-dancing 3
-11100110011 miscalculates 3
-11100110011 numbers-crunching 3
-11100110011 shorter-lived 3
-11100110011 bankruptcy-related 3
-11100110011 larger-than-normal 3
-11100110011 F18 3
-11100110011 USBC 3
-11100110011 1,164 3
-11100110011 college-entrance 3
-11100110011 TWA-Ozark 3
-11100110011 polio-vaccine 3
-11100110011 Indiana-style 3
-11100110011 unpredicted 3
-11100110011 golden-share 3
-11100110011 age-21 3
-11100110011 meat-team 3
-11100110011 early-week 3
-11100110011 Op-Ed 3
-11100110011 big-car 3
-11100110011 FCC-ordered 3
-11100110011 life-expectancy 3
-11100110011 voiceless 3
-11100110011 opposition-sponsored 3
-11100110011 amendment-free 4
-11100110011 oft-heard 4
-11100110011 per-hour 4
-11100110011 cristobalite 4
-11100110011 eddy 4
-11100110011 in-hospital 4
-11100110011 Ramp-C 4
-11100110011 11th-century 4
-11100110011 unexcused 4
-11100110011 off-field 4
-11100110011 noblest 4
-11100110011 even-larger 4
-11100110011 anti-choice 4
-11100110011 dividend-record 4
-11100110011 easier-to-read 4
-11100110011 ineluctable 4
-11100110011 late-February 5
-11100110011 wise-cracking 5
-11100110011 less-attractive 5
-11100110011 extra-large 5
-11100110011 inflation-induced 5
-11100110011 qui 5
-11100110011 unforseen 5
-11100110011 more-severe 6
-11100110011 artificial-heart 6
-11100110011 unvarnished 6
-11100110011 often-violent 6
-11100110011 inflation-related 6
-11100110011 America-bashing 6
-11100110011 unamortized 6
-11100110011 unflagging 6
-11100110011 infernal 6
-11100110011 reperfusion 6
-11100110011 inflation-driven 6
-11100110011 on-campus 7
-11100110011 onrushing 7
-11100110011 iron-clad 8
-11100110011 honorific 8
-11100110011 unsanctioned 8
-11100110011 executive-suite 9
-11100110011 general-fund 9
-11100110011 marketwide 10
-11100110011 elemental 10
-11100110011 asymmetrical 11
-11100110011 agreed-to 11
-11100110011 pre-publication 11
-11100110011 orphan-drug 12
-11100110011 ossified 12
-11100110011 end-of-the-year 12
-11100110011 ever-widening 13
-11100110011 almost-certain 13
-11100110011 subsoil 14
-11100110011 Iran/Contra 14
-11100110011 interest-payment 16
-11100110011 COLA 17
-11100110011 spare-parts 18
-11100110011 ever-growing 20
-11100110011 ever-changing 27
-11100110011 industry-wide 28
-11100110011 untold 33
-11100110011 odometer 33
-11100110011 incipient 42
-11100110011 ever-increasing 44
-11100110011 optimum 46
-11100110011 intrinsic 53
-11100110011 unbridled 53
-11100110011 unanticipated 61
-11100110011 agreed-upon 65
-11100110011 long-run 65
-11100110011 upfront 75
-11100110011 intangible 91
-11100110011 overheated 94
-11100110011 incremental 119
-11100110011 omnibus 129
-11100110011 involuntary 143
-11100110011 implicit 147
-11100110011 industrywide 275
-11100110011 sheer 279
-11100110011 across-the-board 312
-11100110011 impending 318
-11100110011 inherent 319
-11100110011 aggregate 321
-11100110011 exact 539
-11100110011 automatic 840
-11100110011 underlying 1143
-11100110011 actual 1773
-11100110011 overall 3355
-11100110011 alleged 3733
-1110011010 MODIFIED-ATMOSPHERE 1
-1110011010 employer-maintained 1
-1110011010 record-your-own-voice 1
-1110011010 often-mentioned 1
-1110011010 entrepreneurial-oriented 1
-1110011010 intestinal-bypass 1
-1110011010 antip-apartheid 1
-1110011010 overinflated 1
-1110011010 all-Indian 1
-1110011010 aviation-marketing 1
-1110011010 anti-aircraft-gun 1
-1110011010 M.F.A. 1
-1110011010 Ypsilanti-based 1
-1110011010 American-chartered 1
-1110011010 eight-foot-diameter 1
-1110011010 Edper-controlled 1
-1110011010 aspartame-making 1
-1110011010 amnesty-processing 1
-1110011010 active-sportswear 1
-1110011010 eight-unit 1
-1110011010 outriding 1
-1110011010 avalanche-entombed 1
-1110011010 extra-thin 1
-1110011010 intermediate-care 1
-1110011010 867-room 1
-1110011010 antipodal 1
-1110011010 Brezhnev-period 1
-1110011010 11-screen 1
-1110011010 algae-green 1
-1110011010 equitable-distribution 1
-1110011010 equipment-repair 1
-1110011010 MCA-like 1
-1110011010 otherwise-blank 1
-1110011010 80,000-kernel 1
-1110011010 PREVENT 1
-1110011010 electrolytic-zinc 1
-1110011010 Afghan-affairs 1
-1110011010 all-Reagan-appointed 1
-1110011010 electronic-mall 1
-1110011010 18th-floor 1
-1110011010 immunomodulating 1
-1110011010 in-city 1
-1110011010 authorityon 1
-1110011010 all-women 1
-1110011010 87.5-mile 1
-1110011010 oxygen-containing 1
-1110011010 RJR-KKR 1
-1110011010 action/animation 1
-1110011010 ice-battered 1
-1110011010 adulthood-long 1
-1110011010 oil-drilling-rig 1
-1110011010 88-store 1
-1110011010 ex-vaudeville 1
-1110011010 anti-respiratory 1
-1110011010 all-scrub 1
-1110011010 extra-durable 1
-1110011010 11,200-barrel-a-day 1
-1110011010 Ohio-chartered 1
-1110011010 auto-salvage 1
-1110011010 adding-machine 1
-1110011010 extra-efficient 1
-1110011010 KENT 1
-1110011010 ex-management 1
-1110011010 India-rubber 1
-1110011010 ice-hockey 1
-1110011010 electronic-chip 1
-1110011010 inaugural-season 1
-1110011010 Amsler 1
-1110011010 87-store 1
-1110011010 open-body 1
-1110011010 T-shirt-clad 1
-1110011010 office/retail 1
-1110011010 ex-Nicaragua 1
-1110011010 easy-to-see 1
-1110011010 Orlando-area 1
-1110011010 odiferous 1
-1110011010 unpainted-furniture 1
-1110011010 old-movie 1
-1110011010 ultra-refined 1
-1110011010 Oldsmobile/AMC 1
-1110011010 end-of-innocence 1
-1110011010 over-cranked 1
-1110011010 ore-dressing 1
-1110011010 oak-shaded 1
-1110011010 8-foot-by-10-foot 1
-1110011010 all-boy 1
-1110011010 auction-like 1
-1110011010 oil-burner 1
-1110011010 oil-brokering 1
-1110011010 under-exploited 1
-1110011010 immigrant-swollen 1
-1110011010 payment-differential 1
-1110011010 8,000-barrel-a-day 1
-1110011010 eight-season 1
-1110011010 anti-passing 1
-1110011010 insurance-services 1
-1110011010 east-of-the-Hudson 1
-1110011010 intercustomer 1
-1110011010 under-the-leg 1
-1110011010 opportunity-seeking 1
-1110011010 oil-drilling-platform 1
-1110011010 automotive-marketing 1
-1110011010 employee-theft 1
-1110011010 trans-Alaskan 1
-1110011010 easy-looking 1
-1110011010 all-sangiovese 1
-1110011010 old-Chicago 1
-1110011010 11story 1
-1110011010 anti-moderate-growth 1
-1110011010 economic-information 1
-1110011010 anti-tension 1
-1110011010 anti-relativistic 1
-1110011010 already-uncertain 1
-1110011010 immuno-suppressive 1
-1110011010 81-mile-long 1
-1110011010 130-voice 1
-1110011010 Argentinian-style 1
-1110011010 insurance-case-management 1
-1110011010 eight-store 1
-1110011010 economy-lodging 1
-1110011010 BIG-LEAGUE 1
-1110011010 85-seat 1
-1110011010 action/Claymation 1
-1110011010 end-blown 1
-1110011010 ORANGE-PICKING 1
-1110011010 Ndebele-speaking 1
-1110011010 industrial-rubber-products 1
-1110011010 800-foot 1
-1110011010 occupation-related 1
-1110011010 800-square-mile 1
-1110011010 offshore-Angola 1
-1110011010 ice-filled 1
-1110011010 equipment-packed 1
-1110011010 anti-graffiti 1
-1110011010 already-complex 1
-1110011010 oat-growing 1
-1110011010 Arena-dominated 1
-1110011010 electric-power-generation 1
-1110011010 antiviolence 1
-1110011010 eight-foot-long 1
-1110011010 emotion-filled 1
-1110011010 82-acre 1
-1110011010 out-of-balance 1
-1110011010 acid-throwing 1
-1110011010 eighth-round 1
-1110011010 out-of-sync 1
-1110011010 850-foot 1
-1110011010 AT&T-style 1
-1110011010 insulated-glass 1
-1110011010 Armenian-dominated 1
-1110011010 NIT 1
-1110011010 8.7-grade 1
-1110011010 8.45-grade 1
-1110011010 airplane-leasing 1
-1110011010 anti-travel 1
-1110011010 GUIDEBOOKS 1
-1110011010 85-bed 1
-1110011010 ES-3A 1
-1110011010 inn-like 1
-1110011010 etiolated 1
-1110011010 ammunition-dump 1
-1110011010 11,000-square-foot 1
-1110011010 alcoholic-treatment 1
-1110011010 ocelot 1
-1110011010 850-job 1
-1110011010 umpiring 1
-1110011010 electrothermal 1
-1110011010 WOOD-BURNING 1
-1110011010 private-independent 1
-1110011010 anti-worm 1
-1110011010 international-business 1
-1110011010 42-minute 1
-1110011010 Uzi-toting 1
-1110011010 endowmentless 1
-1110011010 antique-clothes 1
-1110011010 insulation-board 1
-1110011010 1,100-ton-a-day 1
-1110011010 ammonia-urea 1
-1110011010 eversteadier 1
-1110011010 electronic-engineering 1
-1110011010 unembarrassing 1
-1110011010 enemy-held 1
-1110011010 AIDS-oriented 1
-1110011010 85-chain 1
-1110011010 850-branch 1
-1110011010 Olmsted-designed 1
-1110011010 OLDEST 1
-1110011010 8,000-acre 1
-1110011010 anti-convulsive 1
-1110011010 X-linked 1
-1110011010 ocean-pollution 1
-1110011010 operations-research 1
-1110011010 HRS-licensed 1
-1110011010 ex-furniture 1
-1110011010 8-to-faint 1
-1110011010 asbestos-landfill 1
-1110011010 electromagnetic-test 1
-1110011010 anti-infective 1
-1110011010 Occidental-sponsored 1
-1110011010 arms-for-drugs 1
-1110011010 ever-worsening 1
-1110011010 airplane-wing 1
-1110011010 afterhours 1
-1110011010 early-1989 1
-1110011010 over-30 1
-1110011010 Italian-inspired 1
-1110011010 automobile-manufacturing 1
-1110011010 Istel-type 1
-1110011010 Airbus-type 1
-1110011010 artillery-impact 1
-1110011010 oat-processing 1
-1110011010 Iraqu 1
-1110011010 80-screen 1
-1110011010 ironbound 1
-1110011010 815-foot 1
-1110011010 extra-innings 1
-1110011010 Australian-Chinese 1
-1110011010 wire-room 1
-1110011010 audiocomponent 1
-1110011010 Alzheimer's-like 2
-1110011010 uncomprehending 2
-1110011010 all-professional 2
-1110011010 awkward-looking 2
-1110011010 ever-faster 2
-1110011010 8,400-square-mile 2
-1110011010 XMP-24 2
-1110011010 pseudo-Gothic 2
-1110011010 ex-Journal 2
-1110011010 ABC-affiliated 2
-1110011010 over-the-wing 2
-1110011010 antismoking 2
-1110011010 Indian-style 2
-1110011010 RCMP 2
-1110011010 innocuous-looking 2
-1110011010 anticlerical 2
-1110011010 extra-tall 2
-1110011010 energy-short 2
-1110011010 older-model 2
-1110011010 eight-screen 2
-1110011010 all-conference 2
-1110011010 86-9 2
-1110011010 non-taxpaying 2
-1110011010 Arkansas-based 2
-1110011010 Dircote 2
-1110011010 Alcatraz 2
-1110011010 African-style 2
-1110011010 deep-pockets 2
-1110011010 I-beam 2
-1110011010 all-woman 2
-1110011010 office-bound 2
-1110011010 overseas-based 2
-1110011010 anti-convulsant 2
-1110011010 open-space 2
-1110011010 Armenian-American 2
-1110011010 Alfa-Lancia 2
-1110011010 11-for-10 2
-1110011010 expense-paid 2
-1110011010 trash-to-energy 2
-1110011010 82nd-floor 2
-1110011010 afternoon-long 2
-1110011010 old-car 2
-1110011010 FDIC-administered 2
-1110011010 east-bank 2
-1110011010 Anglophile 2
-1110011010 8-for-1 2
-1110011010 ankle-high 2
-1110011010 hubbing 2
-1110011010 AMC/Renault 2
-1110011010 80-mile 2
-1110011010 Alabama-based 2
-1110011010 urban-affairs 2
-1110011010 employment-law 2
-1110011010 advice-giving 2
-1110011010 agricultural-policy 2
-1110011010 Iraqi-born 2
-1110011010 plain-speaking 2
-1110011010 all-Schumann 2
-1110011010 uncleared 2
-1110011010 cross-media 2
-1110011010 Sino-Vietnamese 2
-1110011010 single-sheet 2
-1110011010 American-type 2
-1110011010 INSTITUTIONS 2
-1110011010 Israeli-Jordanian 2
-1110011010 odd-jobs 2
-1110011010 all-fiber 2
-1110011010 extracongressional 2
-1110011010 unwired 2
-1110011010 infrared-gun 2
-1110011010 18-story 3
-1110011010 end-to-end 3
-1110011010 electroluminescent 3
-1110011010 loutish 3
-1110011010 test-taking 3
-1110011010 breadwinning 3
-1110011010 Arab-owned 3
-1110011010 international-affairs 3
-1110011010 Andersen-Price 3
-1110011010 overhand 3
-1110011010 Poletown 3
-1110011010 anhydrous 3
-1110011010 out-of-home 3
-1110011010 Emmy-winning 3
-1110011010 insurance-linked 3
-1110011010 avocational 3
-1110011010 must-win 3
-1110011010 omnifont 3
-1110011010 agricultural-research 3
-1110011010 80,000-kilowatt 3
-1110011010 unseasonable 3
-1110011010 highquality 3
-1110011010 office-copier 3
-1110011010 ILS 3
-1110011010 interior-ministry 3
-1110011010 frequent-fliers 3
-1110011010 LBO-related 3
-1110011010 80-acre 3
-1110011010 Afrikaans-language 3
-1110011010 oxidizing 3
-1110011010 ultra-leftist 3
-1110011010 quirkiest 3
-1110011010 emerald-green 3
-1110011010 art-filled 3
-1110011010 occupational-health 3
-1110011010 inflation-prone 3
-1110011010 eye-tracking 3
-1110011010 after-shave 4
-1110011010 egghead 4
-1110011010 granulocyte 4
-1110011010 exotic-animal 4
-1110011010 ad-hoc 4
-1110011010 A-340-300 4
-1110011010 American-flagged 4
-1110011010 papa-mama 4
-1110011010 entertainment-oriented 4
-1110011010 Israeli-born 4
-1110011010 invitation-only 4
-1110011010 over-aggressive 4
-1110011010 antique-car 4
-1110011010 amusement-park 4
-1110011010 unpolluted 4
-1110011010 entertainment-law 4
-1110011010 ice-covered 4
-1110011010 emotion-charged 4
-1110011010 anti-microbial 4
-1110011010 CL-215 4
-1110011010 oil-shipping 4
-1110011010 assembly-plant 4
-1110011010 up-tick 4
-1110011010 under-used 5
-1110011010 franchisee-owned 5
-1110011010 Illinois-based 5
-1110011010 on-the-record 5
-1110011010 8-2 5
-1110011010 avocado 5
-1110011010 antiquarian 5
-1110011010 off-campus 5
-1110011010 investment-newsletter 5
-1110011010 industry-backed 5
-1110011010 ultrathin 5
-1110011010 Atlanta-area 5
-1110011010 H2 5
-1110011010 arch-conservative 5
-1110011010 8x10 5
-1110011010 all-pro 5
-1110011010 undefended 5
-1110011010 igloo 5
-1110011010 all-weather 5
-1110011010 auto-body 5
-1110011010 80-foot 5
-1110011010 action-adventure 5
-1110011010 easier-to-use 5
-1110011010 anti-tumor 5
-1110011010 Imax 5
-1110011010 unregenerate 5
-1110011010 on-court 5
-1110011010 amputee 5
-1110011010 irresolute 5
-1110011010 air-tight 5
-1110011010 hand-made 5
-1110011010 eye-opening 5
-1110011010 urban-renewal 5
-1110011010 11-story 5
-1110011010 artificial-turf 5
-1110011010 unlit 5
-1110011010 tension-leg 5
-1110011010 import-buying 5
-1110011010 18-2 5
-1110011010 after-Christmas 5
-1110011010 Unctad 6
-1110011010 A&S 6
-1110011010 air-force 6
-1110011010 Axis 6
-1110011010 unescorted 6
-1110011010 asthmatic 6
-1110011010 appointive 6
-1110011010 unalienable 6
-1110011010 extroverted 6
-1110011010 inside-the-Beltway 6
-1110011010 anti-anemia 6
-1110011010 ebony 6
-1110011010 Italian-style 6
-1110011010 infectious-disease 6
-1110011010 auction-house 7
-1110011010 anti-capitalist 7
-1110011010 upstanding 7
-1110011010 asteroid 7
-1110011010 oxygen-free 7
-1110011010 adulterous 7
-1110011010 explosives-laden 7
-1110011010 AppleShare 7
-1110011010 Aborigine 7
-1110011010 accusatory 8
-1110011010 all-black 8
-1110011010 embalmed 8
-1110011010 egocentric 8
-1110011010 Maori 8
-1110011010 invitational 8
-1110011010 obsolescent 8
-1110011010 untreatable 8
-1110011010 unattached 8
-1110011010 all-news 8
-1110011010 margined 8
-1110011010 open-necked 8
-1110011010 over-leveraged 8
-1110011010 SST 9
-1110011010 economic-forecasting 9
-1110011010 Irish-American 9
-1110011010 airless 9
-1110011010 unheralded 9
-1110011010 ultramodern 9
-1110011010 over-funded 10
-1110011010 anti-nausea 10
-1110011010 acquisition-hungry 10
-1110011010 in-patient 10
-1110011010 issue-oriented 10
-1110011010 LPGA 10
-1110011010 AM/FM 10
-1110011010 out-of-control 10
-1110011010 oriental 10
-1110011010 epileptic 10
-1110011010 unheated 11
-1110011010 internationalist 11
-1110011010 11-man 11
-1110011010 AWOL 11
-1110011010 interconnected 11
-1110011010 Edwardian 11
-1110011010 add-in 11
-1110011010 up-market 12
-1110011010 off-the-record 12
-1110011010 inhouse 12
-1110011010 inch-thick 12
-1110011010 uninfected 12
-1110011010 after-dinner 13
-1110011010 employer-sponsored 13
-1110011010 onboard 14
-1110011010 auto-repair 14
-1110011010 underused 14
-1110011010 Iranian-born 14
-1110011010 eight-foot 14
-1110011010 honorarium 14
-1110011010 acoustical 14
-1110011010 18-hole 15
-1110011010 unguarded 15
-1110011010 ad-agency 15
-1110011010 cookie-cutter 15
-1110011010 apprenticeship 15
-1110011010 orchid 15
-1110011010 American-owned 16
-1110011010 oversize 16
-1110011010 asset-rich 17
-1110011010 M-16 18
-1110011010 out-and-out 18
-1110011010 evergreen 18
-1110011010 uncompleted 18
-1110011010 AIDS-virus 18
-1110011010 inalienable 19
-1110011010 unincorporated 20
-1110011010 atheist 20
-1110011010 anti-sense 20
-1110011010 off-site 20
-1110011010 inveterate 21
-1110011010 easy-to-use 21
-1110011010 immaculate 22
-1110011010 inertial 22
-1110011010 anti-Castro 22
-1110011010 implantable 22
-1110011010 superconductive 22
-1110011010 all-star 22
-1110011010 FDIC-insured 23
-1110011010 unmarked 23
-1110011010 all-purpose 23
-1110011010 apprentice 23
-1110011010 all-male 24
-1110011010 open-access 24
-1110011010 eight-page 25
-1110011010 all-around 25
-1110011010 unindicted 25
-1110011010 unexplored 26
-1110011010 uninvited 26
-1110011010 errant 26
-1110011010 undiscovered 26
-1110011010 underutilized 27
-1110011010 ostrich 27
-1110011010 anti-depressant 27
-1110011010 on-screen 27
-1110011010 oval 28
-1110011010 engraved 28
-1110011010 anguished 29
-1110011010 itinerant 29
-1110011010 oddball 30
-1110011010 all-day 31
-1110011010 unaffiliated 31
-1110011010 unscheduled 33
-1110011010 off-duty 33
-1110011010 aerodynamic 34
-1110011010 hourlong 34
-1110011010 unlicensed 36
-1110011010 award-winning 37
-1110011010 unseen 37
-1110011010 all-white 38
-1110011010 off-budget 39
-1110011010 uncommitted 43
-1110011010 electron 44
-1110011010 open-air 47
-1110011010 unneeded 51
-1110011010 upright 51
-1110011010 all-night 51
-1110011010 off-price 51
-1110011010 hour-long 51
-1110011010 elective 53
-1110011010 accredited 53
-1110011010 olive 53
-1110011010 untapped 54
-1110011010 affable 56
-1110011010 environmentalist 57
-1110011010 oversized 58
-1110011010 orphan 59
-1110011010 insurgent 62
-1110011010 outmoded 64
-1110011010 inland 65
-1110011010 adjoining 66
-1110011010 18-year-old 73
-1110011010 eminent 77
-1110011010 onshore 77
-1110011010 airborne 83
-1110011010 indemnity 84
-1110011010 antiquated 89
-1110011010 18th-century 90
-1110011010 upstart 95
-1110011010 unfinished 99
-1110011010 Aramco 101
-1110011010 underwater 102
-1110011010 avid 102
-1110011010 ambulance 104
-1110011010 undergraduate 106
-1110011010 autonomous 111
-1110011010 old-line 111
-1110011010 downstream 122
-1110011010 interactive 124
-1110011010 antique 130
-1110011010 M.B.A. 132
-1110011010 unrestricted 151
-1110011010 animated 153
-1110011010 undercover 155
-1110011010 unnamed 160
-1110011010 alternate 163
-1110011010 amateur 169
-1110011010 exploratory 173
-1110011010 optional 181
-1110011010 unregulated 217
-1110011010 anonymous 241
-1110011010 LBO 255
-1110011010 in-house 304
-1110011010 inefficient 308
-1110011010 evil 324
-1110011010 unidentified 364
-1110011010 IRA 408
-1110011010 instant 423
-1110011010 outright 506
-1110011010 underground 526
-1110011010 integrated 539
-1110011010 empty 548
-1110011010 unprofitable 554
-1110011010 offshore 793
-1110011010 exclusive 823
-1110011010 insolvent 839
-1110011010 emergency 1514
-1110011010 independent 5014
-1110011010 employee 3380
-1110011011 old-rose-pink 1
-1110011011 anti-odor 1
-1110011011 ecological/cultural 1
-1110011011 80-ton 1
-1110011011 Iranian-U.S. 1
-1110011011 illicit-drug 1
-1110011011 all-bug 1
-1110011011 ethnic-minority 1
-1110011011 unrepeatable 1
-1110011011 unperformable 1
-1110011011 IMF-controlled 1
-1110011011 air-speed 1
-1110011011 isometric 1
-1110011011 inchthick 1
-1110011011 over-simplified 1
-1110011011 indoor/outdoor 1
-1110011011 oft-reported 1
-1110011011 empowerment-oriented 1
-1110011011 8,000-space 1
-1110011011 anticompact 1
-1110011011 alphatrack 1
-1110011011 ever-fattening 1
-1110011011 easy-on-crime 1
-1110011011 abolitionist-type 1
-1110011011 ECG 1
-1110011011 all-Czech 1
-1110011011 adult-adult 1
-1110011011 eight-million-member 1
-1110011011 equity-based 1
-1110011011 American-sounding 1
-1110011011 already-dead 1
-1110011011 ultralong 1
-1110011011 anti-adoption 1
-1110011011 Argyll-Safeway 1
-1110011011 anti-Swedish 1
-1110011011 uncompromisingly 1
-1110011011 acrimonius 1
-1110011011 unconsecrated 1
-1110011011 anti-U.N. 1
-1110011011 intracorporate 1
-1110011011 Indian-built 1
-1110011011 all-but-done 1
-1110011011 eight-to-five 1
-1110011011 ill-disguised 1
-1110011011 Orientalist 1
-1110011011 egg-lecithin 1
-1110011011 adrenaline-charged 1
-1110011011 equity-stake 1
-1110011011 oftcited 1
-1110011011 about-average 1
-1110011011 over-educated 1
-1110011011 upstairs/downstairs 1
-1110011011 against-the-odds 1
-1110011011 all-too-human 1
-1110011011 itchy-fingered 1
-1110011011 unprovocative 1
-1110011011 import-marketing 1
-1110011011 ultranationalistic 1
-1110011011 earlymorning 1
-1110011011 oil-recession 1
-1110011011 anti-Colombian 1
-1110011011 position-its 1
-1110011011 already-emotional 1
-1110011011 energy-eating 1
-1110011011 FAA-decreed 1
-1110011011 air-security 1
-1110011011 Australian-made 1
-1110011011 11-game 1
-1110011011 ill-crafted 1
-1110011011 investor-fraud 1
-1110011011 eight-foot-wide 1
-1110011011 all-pervasive 1
-1110011011 eddying 1
-1110011011 ever-receding 2
-1110011011 teleshopping 2
-1110011011 embassylike 2
-1110011011 anti-wrinkling 2
-1110011011 LDP-led 2
-1110011011 ever-shrinking 2
-1110011011 800-word 2
-1110011011 open-borders 2
-1110011011 high-tempo 2
-1110011011 BBS 2
-1110011011 inapparent 2
-1110011011 extra-caffeine 2
-1110011011 8,500-square-mile 2
-1110011011 either-or 2
-1110011011 easeful 2
-1110011011 all-year 2
-1110011011 Iranian-style 2
-1110011011 electro-static 2
-1110011011 electric-orange 2
-1110011011 nonjudgmental 2
-1110011011 enkephalinase 2
-1110011011 old-master 2
-1110011011 apples-to-apples 2
-1110011011 anti-safety 2
-1110011011 American-size 2
-1110011011 ashen 2
-1110011011 SEC-style 2
-1110011011 unretouched 2
-1110011011 kink 2
-1110011011 evaluative 2
-1110011011 bogie 2
-1110011011 anticlimatic 2
-1110011011 waveless 2
-1110011011 self-acknowledged 2
-1110011011 recent-quarter 2
-1110011011 outrigger 2
-1110011011 anti-Florida 2
-1110011011 OEZ 2
-1110011011 emotive 2
-1110011011 agencywide 2
-1110011011 epidemiologic 2
-1110011011 uncontainable 2
-1110011011 AGF-GAN 2
-1110011011 practical-capacity 2
-1110011011 CHAINS 2
-1110011011 especial 2
-1110011011 anti-Alliance 2
-1110011011 imperturbable 2
-1110011011 easy-listening 2
-1110011011 emotional-distress 2
-1110011011 COURTS 2
-1110011011 soporific 2
-1110011011 anti-bourgeois 2
-1110011011 animal. 2
-1110011011 interexchange 2
-1110011011 arbitral 2
-1110011011 epoch-making 3
-1110011011 inductive 3
-1110011011 insipid 3
-1110011011 unknowing 3
-1110011011 often-hostile 3
-1110011011 18-acre 3
-1110011011 open-mike 3
-1110011011 overage 3
-1110011011 bewitching 3
-1110011011 speciously 3
-1110011011 aberrational 3
-1110011011 Eastward 3
-1110011011 honest-to-God 3
-1110011011 out-of-body 3
-1110011011 unerring 3
-1110011011 indoor-outdoor 3
-1110011011 countercyclical 3
-1110011011 octagonal 3
-1110011011 albino 3
-1110011011 83-0 3
-1110011011 affectingly 3
-1110011011 18-inch-high 3
-1110011011 jargon-laden 3
-1110011011 non-adversarial 3
-1110011011 auction-style 3
-1110011011 everchanging 3
-1110011011 acid-tongued 3
-1110011011 out-of-character 3
-1110011011 upraised 3
-1110011011 unsponsored 3
-1110011011 anti-coagulant 3
-1110011011 overbred 3
-1110011011 insuperable 3
-1110011011 anti-imperialism 4
-1110011011 underwhelming 4
-1110011011 oligarchic 4
-1110011011 eight-minute 4
-1110011011 action-oriented 4
-1110011011 dollar-bashing 4
-1110011011 eight-week-old 4
-1110011011 unspecific 4
-1110011011 anti-child 4
-1110011011 absolutist 4
-1110011011 ill-planned 4
-1110011011 80-minute 4
-1110011011 pre-race 4
-1110011011 elegiac 4
-1110011011 uppity 4
-1110011011 profuse 4
-1110011011 unquenchable 4
-1110011011 equity-warrants 4
-1110011011 panic-driven 4
-1110011011 all-volunteer 4
-1110011011 atonal 4
-1110011011 Autobahn 4
-1110011011 originalist 4
-1110011011 unfunny 4
-1110011011 unpronounceable 4
-1110011011 often-bitter 4
-1110011011 uncommercial 4
-1110011011 acrid 5
-1110011011 unwashed 5
-1110011011 obsessional 5
-1110011011 untutored 5
-1110011011 anti-Russian 5
-1110011011 early-year 5
-1110011011 ultraliberal 5
-1110011011 yield-maintenance 5
-1110011011 insouciant 5
-1110011011 unexceptional 5
-1110011011 eight-part 5
-1110011011 anti-Indian 5
-1110011011 all-you-can-eat 5
-1110011011 interfaith 5
-1110011011 underarm 5
-1110011011 unrewarding 5
-1110011011 unearthly 5
-1110011011 all-plastic 5
-1110011011 proactive 5
-1110011011 inborn 5
-1110011011 apple-pie 5
-1110011011 unmeasurable 5
-1110011011 18-foot 5
-1110011011 oft-cited 5
-1110011011 artless 5
-1110011011 incorruptible 5
-1110011011 indiscreet 5
-1110011011 unwholesome 5
-1110011011 ungodly 5
-1110011011 ill-chosen 5
-1110011011 illiberal 5
-1110011011 over-valued 5
-1110011011 mordant 5
-1110011011 anti 5
-1110011011 unsolvable 5
-1110011011 see-saw 6
-1110011011 ineffable 6
-1110011011 building-related 6
-1110011011 ice-cold 6
-1110011011 off-center 6
-1110011011 unceasing 6
-1110011011 expurgated 6
-1110011011 off-hours 6
-1110011011 anti-Arab 6
-1110011011 atrophied 6
-1110011011 off-and-on 6
-1110011011 ever-ready 6
-1110011011 unobstructed 6
-1110011011 unrecovered 6
-1110011011 all-too-familiar 6
-1110011011 unshakeable 6
-1110011011 illusionary 6
-1110011011 MMC 6
-1110011011 exultant 6
-1110011011 improvident 6
-1110011011 above-board 6
-1110011011 imbalanced 6
-1110011011 on-going 6
-1110011011 immovable 6
-1110011011 inebriated 6
-1110011011 exogenous 6
-1110011011 jumbled 6
-1110011011 self-managed 6
-1110011011 on-camera 7
-1110011011 unedited 7
-1110011011 uncivilized 7
-1110011011 ethnographic 7
-1110011011 iron-willed 7
-1110011011 electroshock 7
-1110011011 underhanded 7
-1110011011 unappetizing 7
-1110011011 unknowable 7
-1110011011 extraterrestrial 7
-1110011011 earnings-driven 7
-1110011011 earthshaking 7
-1110011011 adaptive 7
-1110011011 succulent 7
-1110011011 uncluttered 7
-1110011011 unsubtle 7
-1110011011 undetectable 7
-1110011011 unbounded 7
-1110011011 untraditional 8
-1110011011 ultra-conservative 8
-1110011011 outstretched 8
-1110011011 unforeseeable 8
-1110011011 antic 8
-1110011011 undifferentiated 8
-1110011011 nuanced 8
-1110011011 unsparing 8
-1110011011 all-consuming 8
-1110011011 indelible 8
-1110011011 all-embracing 8
-1110011011 uncritical 8
-1110011011 aqua 8
-1110011011 all-natural 8
-1110011011 infantile 8
-1110011011 unthinking 8
-1110011011 rate-cutting 8
-1110011011 undisguised 8
-1110011011 unmanaged 8
-1110011011 anti-Israel 8
-1110011011 undignified 9
-1110011011 overeager 9
-1110011011 ultraconservative 9
-1110011011 ungainly 9
-1110011011 uglier 9
-1110011011 agressive 9
-1110011011 overambitious 9
-1110011011 under-the-table 9
-1110011011 inward-looking 9
-1110011011 odorless 9
-1110011011 slavish 9
-1110011011 anti-socialist 9
-1110011011 boastful 9
-1110011011 unprovoked 9
-1110011011 emerald 9
-1110011011 ascetic 9
-1110011011 interracial 9
-1110011011 aberrant 9
-1110011011 chaste 9
-1110011011 unrelieved 9
-1110011011 on-the-spot 9
-1110011011 career-oriented 9
-1110011011 ornery 10
-1110011011 avowedly 10
-1110011011 obstructive 10
-1110011011 contemplative 10
-1110011011 unrequited 10
-1110011011 indestructible 10
-1110011011 11-month-old 10
-1110011011 indomitable 10
-1110011011 ivory-tower 10
-1110011011 ingratiating 10
-1110011011 observable 10
-1110011011 undoubted 11
-1110011011 off-the-wall 11
-1110011011 imperialistic 11
-1110011011 unshakable 11
-1110011011 incestuous 11
-1110011011 unfailing 11
-1110011011 unflinching 11
-1110011011 extortionate 11
-1110011011 ecumenical 11
-1110011011 impish 11
-1110011011 archetypal 11
-1110011011 unbending 11
-1110011011 emergent 11
-1110011011 anorexic 11
-1110011011 mawkish 11
-1110011011 in-person 11
-1110011011 unalloyed 11
-1110011011 abstruse 11
-1110011011 agreed-on 11
-1110011011 incendiary 11
-1110011011 abridged 11
-1110011011 unjustifiable 11
-1110011011 intoxicating 11
-1110011011 uptight 11
-1110011011 intergenerational 11
-1110011011 attention-getting 11
-1110011011 easy-going 12
-1110011011 even-handed 12
-1110011011 unquestioning 12
-1110011011 effortless 12
-1110011011 abominable 12
-1110011011 ignominious 12
-1110011011 obedient 12
-1110011011 assiduous 12
-1110011011 introverted 12
-1110011011 adoring 12
-1110011011 absurdist 12
-1110011011 irrefutable 12
-1110011011 eighth-grade 13
-1110011011 indeterminate 13
-1110011011 electrostatic 13
-1110011011 obstructionist 13
-1110011011 uninhibited 13
-1110011011 otherworldly 13
-1110011011 iconoclastic 13
-1110011011 insufferable 14
-1110011011 unprincipled 14
-1110011011 interdisciplinary 14
-1110011011 oblique 14
-1110011011 elliptical 14
-1110011011 villainous 14
-1110011011 unflappable 14
-1110011011 off-the-books 14
-1110011011 infinitesimal 14
-1110011011 estimable 14
-1110011011 individualized 14
-1110011011 unblemished 14
-1110011011 anti-Reagan 14
-1110011011 aching 14
-1110011011 ill-considered 14
-1110011011 existential 15
-1110011011 unsentimental 15
-1110011011 ill-starred 15
-1110011011 indulgent 15
-1110011011 undeserved 15
-1110011011 familial 15
-1110011011 intemperate 15
-1110011011 ever-expanding 15
-1110011011 amateurish 15
-1110011011 moralistic 16
-1110011011 unspeakable 16
-1110011011 exploitative 16
-1110011011 implacable 16
-1110011011 uncoordinated 16
-1110011011 around-the-clock 16
-1110011011 unscientific 16
-1110011011 in-kind 16
-1110011011 erudite 17
-1110011011 impulsive 17
-1110011011 unspectacular 17
-1110011011 antiseptic 17
-1110011011 airtight 17
-1110011011 undisciplined 17
-1110011011 unforgettable 17
-1110011011 introspective 17
-1110011011 up-and-down 17
-1110011011 impressionistic 17
-1110011011 unadorned 17
-1110011011 anticipatory 17
-1110011011 encyclopedic 17
-1110011011 anti-establishment 18
-1110011011 incalculable 18
-1110011011 overwrought 18
-1110011011 undulating 18
-1110011011 calamitous 18
-1110011011 all-new 18
-1110011011 au 19
-1110011011 unsteady 19
-1110011011 all-encompassing 19
-1110011011 acerbic 19
-1110011011 abject 19
-1110011011 obstinate 20
-1110011011 uncontested 20
-1110011011 unimaginable 20
-1110011011 esteemed 20
-1110011011 investigational 20
-1110011011 unpublicized 20
-1110011011 unpromising 20
-1110011011 overbearing 21
-1110011011 ersatz 21
-1110011011 unstated 21
-1110011011 unmitigated 21
-1110011011 unheard-of 21
-1110011011 untried 21
-1110011011 idiotic 21
-1110011011 ironclad 21
-1110011011 ethereal 21
-1110011011 earthy 22
-1110011011 unwavering 22
-1110011011 uncaring 22
-1110011011 expansionist 22
-1110011011 undeclared 23
-1110011011 unsolved 23
-1110011011 nonpolitical 23
-1110011011 unrestrained 23
-1110011011 oily 23
-1110011011 collusive 23
-1110011011 anti-democratic 24
-1110011011 interminable 24
-1110011011 instinctive 24
-1110011011 irreverent 24
-1110011011 artful 24
-1110011011 unrecognized 24
-1110011011 altruistic 24
-1110011011 airy 24
-1110011011 unending 25
-1110011011 outsized 25
-1110011011 unplanned 25
-1110011011 uplifting 25
-1110011011 uninspired 26
-1110011011 Orwellian 26
-1110011011 optimal 26
-1110011011 instantaneous 26
-1110011011 innate 26
-1110011011 ill-defined 26
-1110011011 cryptic 26
-1110011011 eye-popping 27
-1110011011 inexorable 27
-1110011011 eye-catching 27
-1110011011 opulent 27
-1110011011 ill-gotten 27
-1110011011 imperious 27
-1110011011 amorphous 27
-1110011011 unwitting 27
-1110011011 unspoken 28
-1110011011 idyllic 28
-1110011011 unintentional 28
-1110011011 uncompromising 28
-1110011011 anti-business 28
-1110011011 unsigned 29
-1110011011 idealized 29
-1110011011 unambiguous 29
-1110011011 unbroken 29
-1110011011 embryonic 30
-1110011011 unpretentious 30
-1110011011 infinite 30
-1110011011 incisive 30
-1110011011 undemocratic 31
-1110011011 overarching 31
-1110011011 enigmatic 31
-1110011011 unlucky 31
-1110011011 apolitical 32
-1110011011 anti-union 32
-1110011011 interventionist 32
-1110011011 unbearable 32
-1110011011 incurable 32
-1110011011 outlandish 32
-1110011011 unquestioned 33
-1110011011 exquisite 33
-1110011011 excruciating 33
-1110011011 undeniable 34
-1110011011 uncontrollable 34
-1110011011 idealistic 34
-1110011011 untimely 34
-1110011011 affectionate 34
-1110011011 overzealous 34
-1110011011 incriminating 35
-1110011011 air-conditioned 35
-1110011011 antagonistic 35
-1110011011 ill-conceived 36
-1110011011 unbiased 36
-1110011011 elitist 36
-1110011011 inspirational 36
-1110011011 undefined 36
-1110011011 impenetrable 36
-1110011011 inert 36
-1110011011 unimpressive 37
-1110011011 unbalanced 37
-1110011011 apocalyptic 37
-1110011011 intuitive 38
-1110011011 uncontrolled 38
-1110011011 unflattering 38
-1110011011 isolationist 38
-1110011011 unsavory 38
-1110011011 unrelenting 38
-1110011011 overallotment 39
-1110011011 all-American 39
-1110011011 avowed 39
-1110011011 anti-Semitic 40
-1110011011 evasive 40
-1110011011 unpublished 41
-1110011011 agile 41
-1110011011 insightful 41
-1110011011 unnatural 42
-1110011011 abysmal 42
-1110011011 unsophisticated 42
-1110011011 ineffectual 42
-1110011011 unequivocal 42
-1110011011 elastic 42
-1110011011 uneventful 43
-1110011011 intermittent 44
-1110011011 indecisive 44
-1110011011 unexplained 45
-1110011011 unparalleled 45
-1110011011 amiable 45
-1110011011 unseemly 46
-1110011011 insatiable 46
-1110011011 anticompetitive 46
-1110011011 impeccable 47
-1110011011 enviable 47
-1110011011 expressive 48
-1110011011 impromptu 48
-1110011011 impassioned 49
-1110011011 unabashed 49
-1110011011 aristocratic 49
-1110011011 abrasive 49
-1110011011 inventive 49
-1110011011 imperfect 50
-1110011011 uncanny 51
-1110011011 inadvertent 51
-1110011011 abbreviated 51
-1110011011 uncharacteristic 51
-1110011011 exemplary 53
-1110011011 evolutionary 53
-1110011011 erotic 53
-1110011011 exorbitant 54
-1110011011 indiscriminate 54
-1110011011 insurmountable 54
-1110011011 ebullient 54
-1110011011 unproductive 55
-1110011011 audacious 55
-1110011011 arduous 56
-1110011011 uninterrupted 57
-1110011011 obsessive 57
-1110011011 archaic 57
-1110011011 eclectic 59
-1110011011 exuberant 59
-1110011011 astronomical 60
-1110011011 unjust 61
-1110011011 unfettered 61
-1110011011 unwieldy 62
-1110011011 adversarial 62
-1110011011 intentional 62
-1110011011 unsubstantiated 63
-1110011011 unsound 63
-1110011011 imaginary 64
-1110011011 inept 64
-1110011011 authoritative 65
-1110011011 inspiring 65
-1110011011 opportunistic 66
-1110011011 unannounced 67
-1110011011 impartial 68
-1110011011 unconditional 69
-1110011011 irregular 69
-1110011011 irrevocable 69
-1110011011 unsatisfactory 69
-1110011011 orthodox 70
-1110011011 early-morning 71
-1110011011 offbeat 72
-1110011011 irreversible 73
-1110011011 austere 74
-1110011011 open-ended 75
-1110011011 icy 75
-1110011011 astounding 77
-1110011011 overt 77
-1110011011 ingenious 78
-1110011011 unconventional 78
-1110011011 in-depth 78
-1110011011 eerie 79
-1110011011 undesirable 80
-1110011011 awesome 80
-1110011011 unorthodox 81
-1110011011 unhealthy 81
-1110011011 unequal 81
-1110011011 extravagant 81
-1110011011 enlightened 82
-1110011011 unforeseen 82
-1110011011 eternal 84
-1110011011 exhaustive 84
-1110011011 admirable 84
-1110011011 above-average 84
-1110011011 unqualified 88
-1110011011 sporadic 88
-1110011011 eloquent 89
-1110011011 infectious 94
-1110011011 abnormal 94
-1110011011 expansionary 95
-1110011011 infamous 96
-1110011011 election-year 98
-1110011011 acrimonious 99
-1110011011 anti-American 100
-1110011011 authentic 102
-1110011011 amicable 103
-1110011011 honorable 104
-1110011011 unrealized 105
-1110011011 astute 106
-1110011011 obscene 107
-1110011011 accidental 108
-1110011011 arcane 119
-1110011011 unethical 122
-1110011011 expansive 122
-1110011011 ardent 122
-1110011011 coercive 124
-1110011011 intricate 127
-1110011011 epic 130
-1110011011 anemic 132
-1110011011 undue 132
-1110011011 unintended 136
-1110011011 uneven 137
-1110011011 abundant 138
-1110011011 all-out 141
-1110011011 erroneous 146
-1110011011 enduring 146
-1110011011 unlawful 151
-1110011011 abusive 151
-1110011011 imaginative 157
-1110011011 unwelcome 163
-1110011011 unwarranted 167
-1110011011 intimate 168
-1110011011 astonishing 171
-1110011011 energetic 179
-1110011011 arbitrary 181
-1110011011 incomplete 184
-1110011011 exceptional 185
-1110011011 illicit 186
-1110011011 unofficial 186
-1110011011 abstract 188
-1110011011 entrenched 199
-1110011011 elegant 200
-1110011011 immense 205
-1110011011 ugly 217
-1110011011 unpredictable 218
-1110011011 erratic 223
-1110011011 endless 226
-1110011011 abrupt 230
-1110011011 unlimited 237
-1110011011 unreasonable 244
-1110011011 incredible 252
-1110011011 explicit 255
-1110011011 intensive 258
-1110011011 unfavorable 265
-1110011011 upbeat 266
-1110011011 acute 267
-1110011011 urgent 273
-1110011011 outspoken 275
-1110011011 exotic 291
-1110011011 awful 326
-1110011011 old-fashioned 329
-1110011011 explosive 351
-1110011011 indirect 358
-1110011011 orderly 363
-1110011011 entrepreneurial 372
-1110011011 odd 372
-1110011011 isolated 389
-1110011011 unauthorized 392
-1110011011 occasional 419
-1110011011 honest 419
-1110011011 ideal 433
-1110011011 absolute 456
-1110011011 questionable 462
-1110011011 overwhelming 504
-1110011011 innovative 510
-1110011011 unknown 536
-1110011011 adverse 569
-1110011011 imminent 585
-1110011011 informal 613
-1110011011 improper 628
-1110011011 influential 644
-1110011011 unsuccessful 681
-1110011011 emotional 686
-1110011011 extreme 722
-1110011011 ambitious 735
-1110011011 unprecedented 798
-1110011011 unexpected 815
-1110011011 excellent 878
-1110011011 excessive 892
-1110011011 intense 1009
-1110011011 unfair 1098
-1110011011 extensive 1152
-1110011011 enormous 1258
-1110011011 extraordinary 1582
-1110011011 apparent 1659
-1110011011 unusual 2206
-1110011011 aggressive 2259
-1110011011 illegal 2532
-1110011011 active 3491
-1110011100 11.7-cent-per-barrel 1
-1110011100 dollar-franc 1
-1110011100 381-page 1
-1110011100 auto-headlight 1
-1110011100 primary-capital 1
-1110011100 fiscal-1986 1
-1110011100 8-to-7 1
-1110011100 two-cents-a-share 1
-1110011100 80-odd-foot 1
-1110011100 as-needed 1
-1110011100 investment-credit 1
-1110011100 full-quarter 1
-1110011100 ECC-sponsored 1
-1110011100 75-person 1
-1110011100 80-to-1 1
-1110011100 put-to-call 1
-1110011100 election-winning 1
-1110011100 policy-related 1
-1110011100 third-mostimportant 1
-1110011100 benefit/risk 1
-1110011100 10Q 1
-1110011100 160-person 1
-1110011100 200-degree 1
-1110011100 NIA-organized 1
-1110011100 NIA-sponsored 1
-1110011100 open-agenda 1
-1110011100 import-to-export 1
-1110011100 flight-cancellation 1
-1110011100 debt-asset 1
-1110011100 2,100-member 1
-1110011100 text-to-photograph 1
-1110011100 office-form 1
-1110011100 togenerate 1
-1110011100 photographic-industry 1
-1110011100 -a-day 1
-1110011100 earlier-than-scheduled 1
-1110011100 open-bid 1
-1110011100 Aflatest 1
-1110011100 fertilizer-sales 1
-1110011100 Datawand 1
-1110011100 ABC-News 1
-1110011100 student-computer 1
-1110011100 earnings-per-ton 1
-1110011100 month-on-month 1
-1110011100 uncooked-weight 1
-1110011100 southpaw 1
-1110011100 dollar-austral 1
-1110011100 quarter-to-qarter 1
-1110011100 automotive-related 1
-1110011100 84-7 1
-1110011100 Vogtle-related 1
-1110011100 lube-center 1
-1110011100 eight-to-one 1
-1110011100 uptick-to-downtick 1
-1110011100 edible-weight 1
-1110011100 import-tax 1
-1110011100 technicalservices 1
-1110011100 800-shareholder 1
-1110011100 peccable 1
-1110011100 profit-to-revenue 1
-1110011100 Wright-Michel 1
-1110011100 annual-earnings 1
-1110011100 operating-earnings 1
-1110011100 prime-lending 1
-1110011100 fixed-exchange 1
-1110011100 19-cent 1
-1110011100 post-judgment 1
-1110011100 chain-store-sales 1
-1110011100 732,000-unit 1
-1110011100 early-November 1
-1110011100 FC143a 1
-1110011100 suburban-Tokyo 1
-1110011100 learning-improvement 1
-1110011100 Baker-Stoltenberg 1
-1110011100 investment-tax-credit 1
-1110011100 Tlatelolco 1
-1110011100 three-onth 1
-1110011100 225-page 1
-1110011100 long-term-gain 1
-1110011100 seven-year-low 1
-1110011100 424-page 1
-1110011100 profit-to-sales 1
-1110011100 income-filing 1
-1110011100 87-nation 1
-1110011100 pendinging 1
-1110011100 170-page 1
-1110011100 combat-to-support-staff 1
-1110011100 acreage-idling 1
-1110011100 long-maintained 1
-1110011100 uemployment 1
-1110011100 invisible-trade 1
-1110011100 next-smallest 1
-1110011100 EPA-sponsored 1
-1110011100 Ayacuchan 1
-1110011100 -unionized 1
-1110011100 new-infection 1
-1110011100 35,000-a-barrel 1
-1110011100 heating-division 1
-1110011100 general-partner 1
-1110011100 sales-to-purchases 1
-1110011100 offers-only 1
-1110011100 defectinvestigation 1
-1110011100 691,000-unit 1
-1110011100 Bundesbank-led 1
-1110011100 oil-cartel 1
-1110011100 loan-delinquency 1
-1110011100 America-wide 1
-1110011100 return-on-assets 1
-1110011100 total-factor 1
-1110011100 pre-devaluation 1
-1110011100 extractable 1
-1110011100 birth-defects 1
-1110011100 physician-to-patient 1
-1110011100 133-page 1
-1110011100 minimum-acceptance 1
-1110011100 rent-to-income 1
-1110011100 1,585,000 1
-1110011100 sweat/comfort 1
-1110011100 winner-loser 1
-1110011100 patient-occupancy 1
-1110011100 apparel-retail 1
-1110011100 1,606,000-unit 1
-1110011100 transit-impact 1
-1110011100 securities-guarantee 1
-1110011100 land-disturbance 1
-1110011100 equipment-use 1
-1110011100 coin-box 1
-1110011100 40,000-person 1
-1110011100 8.5-to-1 1
-1110011100 safer-housing 1
-1110011100 -rate 1
-1110011100 yendollar 1
-1110011100 still-unresolved 1
-1110011100 non-filer 1
-1110011100 eight-vote 1
-1110011100 19,500-gallon-a-minute 1
-1110011100 402-page 1
-1110011100 1,476,000-unit 1
-1110011100 quasi-mandatory 1
-1110011100 618-page 1
-1110011100 AIDS-policy 1
-1110011100 credit-commitment 1
-1110011100 NIH-Japanese 1
-1110011100 industry-by-industry 1
-1110011100 ads-to-editorial 1
-1110011100 11-cents-a-share 1
-1110011100 consumer-roducts 1
-1110011100 unassured 1
-1110011100 approrpiate 1
-1110011100 180,000-man 1
-1110011100 earnings-momentum 1
-1110011100 deliquency 1
-1110011100 policy-committee 1
-1110011100 pound/dollar 1
-1110011100 put-call 1
-1110011100 much-steeper-than-usual 1
-1110011100 cost-to-benefit 1
-1110011100 142-pence 1
-1110011100 280-page 1
-1110011100 oil-and 1
-1110011100 maxium 1
-1110011100 sales-to-cost 1
-1110011100 one-hour-and-45-minute 1
-1110011100 global-export 1
-1110011100 liquid-waste 1
-1110011100 energy-adjusted 1
-1110011100 sombrero-assisted 1
-1110011100 interest-requested 1
-1110011100 fatal-accident 1
-1110011100 energy-equivalent 1
-1110011100 comparable-restaurant 1
-1110011100 fiscal-1990 1
-1110011100 harness-emotions 1
-1110011100 gold-content 1
-1110011100 eight-volume 1
-1110011100 1.4-million-unit 1
-1110011100 planning-agency 1
-1110011100 per-salesman 1
-1110011100 two-and-a-half-hour 1
-1110011100 672-page 1
-1110011100 small-systems 1
-1110011100 cost-to-sales 1
-1110011100 deal-destroying 1
-1110011100 foodprice 1
-1110011100 threehour 1
-1110011100 far-lower 1
-1110011100 envelope-sized 1
-1110011100 non-accelerating-inflation 1
-1110011100 third-quarter-GNP 1
-1110011100 increases-to-decreases 1
-1110011100 inflation-offsetting 1
-1110011100 gimmick-ridden 1
-1110011100 futuristic-looking 1
-1110011100 Iranian-trained 1
-1110011100 stillunfinished 1
-1110011100 all-broker 1
-1110011100 6.25-cent-a-share 1
-1110011100 engineer-to-engineer 1
-1110011100 IRS-produced 1
-1110011100 11-mark 1
-1110011100 recovery-program 1
-1110011100 three-cents-a-pound 1
-1110011100 all-or-none 1
-1110011100 412,000-unit 1
-1110011100 securities-repurchase-agreement 1
-1110011100 network-usage 1
-1110011100 OSHA-employer 1
-1110011100 Britain-dominated 1
-1110011100 net-operating-loss 1
-1110011100 21-cent 1
-1110011100 consumption-to-income 1
-1110011100 money-market-intervention 1
-1110011100 report-request 1
-1110011100 Revlon-related 1
-1110011100 weather-service 1
-1110011100 benefit-to-cost 2
-1110011100 assets-to-capital 2
-1110011100 Shultz-Tambo 2
-1110011100 unusal 2
-1110011100 annual-rate 2
-1110011100 languorous 2
-1110011100 substantial-understatement 2
-1110011100 Catholic-school 2
-1110011100 signal-to-noise 2
-1110011100 husbandly 2
-1110011100 pound-dollar 2
-1110011100 annual-interest 2
-1110011100 AT&T-sponsored 2
-1110011100 premiums-to-surplus 2
-1110011100 premium-to-surplus 2
-1110011100 35-to-1 2
-1110011100 price-sales 2
-1110011100 lumpsum 2
-1110011100 814-page 2
-1110011100 SEC-mandated 2
-1110011100 telephone-tax 2
-1110011100 rediscount 2
-1110011100 subordinated-debenture 2
-1110011100 insured-unemployment 2
-1110011100 886-page 2
-1110011100 crop-subsidy 2
-1110011100 alkaline-battery 2
-1110011100 computer-supported 2
-1110011100 late-June 2
-1110011100 individual-case 2
-1110011100 corn-hog 2
-1110011100 federal-provincial 3
-1110011100 mark-dollar 3
-1110011100 18-cent 3
-1110011100 8-to-6 3
-1110011100 security-analyst 3
-1110011100 fed-funds 3
-1110011100 operating-profit 3
-1110011100 housing-starts 3
-1110011100 gold/oil 3
-1110011100 first-prize 3
-1110011100 institute-sponsored 4
-1110011100 800-page 4
-1110011100 January-February 4
-1110011100 above-trend 5
-1110011100 bid-to-cover 5
-1110011100 already-low 5
-1110011100 unattributed 6
-1110011100 early-withdrawal 6
-1110011100 inventory-to-sales 6
-1110011100 market-crash 6
-1110011100 bill-discount 10
-1110011100 operating-loss 10
-1110011100 equity-to-asset 10
-1110011100 Five-Year 12
-1110011100 -a-year 14
-1110011100 broker-loan 14
-1110011100 -plus 25
-1110011100 a-Average 61
-1110011100 oil-import 71
-1110011100 annualized 192
-1110011100 annual 11496
-1110011100 adjustable 538
-1110011101 used-goods 1
-1110011101 23/64-inch 1
-1110011101 5.9-million-unit 1
-1110011101 1,317,000-unit 1
-1110011101 557,000-unit 1
-1110011101 sombrero-shaped 1
-1110011101 10,000-circulation 1
-1110011101 three-toone 1
-1110011101 522-room 1
-1110011101 TWA-United 1
-1110011101 apple-juice 1
-1110011101 692,000-unit 1
-1110011101 5,971,000-unit 1
-1110011101 throughbred 1
-1110011101 501,000-unit 1
-1110011101 1,096,000-unit 1
-1110011101 1,475,000-unit 1
-1110011101 seven-eighths-inch 1
-1110011101 blast-furnance 1
-1110011101 22-frigate 1
-1110011101 gas-transport 1
-1110011101 54.8-hour 1
-1110011101 1.25-inch 1
-1110011101 mini-movie 1
-1110011101 7/32nds-inch 1
-1110011101 100-investor 1
-1110011101 1,119,000-unit 1
-1110011101 1,602,000-unit 1
-1110011101 robotics-show 1
-1110011101 Hungary-Suez 1
-1110011101 Sydneybased 1
-1110011101 faster-than-normal 1
-1110011101 15-or 1
-1110011101 union-affiliated 1
-1110011101 Board-certified 1
-1110011101 20/64ths-inch 1
-1110011101 .148 1
-1110011101 404-bed 1
-1110011101 65-unit 1
-1110011101 Lewisham 1
-1110011101 1,250-room 1
-1110011101 radiochemical 1
-1110011101 distemper 1
-1110011101 Tygerberg 1
-1110011101 coconut-log 1
-1110011101 standard-transaction 1
-1110011101 23/64ths-inch 1
-1110011101 convict-supervisor 1
-1110011101 269-room 1
-1110011101 670,000-unit 1
-1110011101 POP-industry 1
-1110011101 139-store 1
-1110011101 53-store 1
-1110011101 Libor-related 1
-1110011101 per-box 1
-1110011101 21/64inch 1
-1110011101 542-pence 1
-1110011101 card-and-gift 1
-1110011101 multiplex 1
-1110011101 100-missile 1
-1110011101 weapons-producing 1
-1110011101 551,000-unit 1
-1110011101 180,000-square-foot 1
-1110011101 Stettin 1
-1110011101 7/64th-inch 1
-1110011101 420-bed 1
-1110011101 germ-laden 1
-1110011101 25/64-inch 1
-1110011101 30-cents-a-share 1
-1110011101 debt-to-GNP 1
-1110011101 Grace-donated 1
-1110011101 federal-debt 1
-1110011101 1,749,000-unit 1
-1110011101 one-hour-average 1
-1110011101 406-room 1
-1110011101 insurance-covered 1
-1110011101 MITI-built 1
-1110011101 stereo-supply 1
-1110011101 10.3-million 1
-1110011101 incentive-helped 1
-1110011101 40/64-inch 1
-1110011101 44-bed 1
-1110011101 five-cent-a-pound 1
-1110011101 19-to-1 1
-1110011101 city-funded 1
-1110011101 44/64-inch 1
-1110011101 weapons-industry 1
-1110011101 strength-to-weight 1
-1110011101 travel-and-geography 1
-1110011101 heart-on-the-sleeve 1
-1110011101 462-room 1
-1110011101 50-warship 1
-1110011101 IRA-rollover 1
-1110011101 gas-sale 1
-1110011101 Indian-trained 1
-1110011101 time-warp 1
-1110011101 355-page 1
-1110011101 593,000-unit 1
-1110011101 1,209,000 1
-1110011101 lunchpail 1
-1110011101 1-to-30 1
-1110011101 gold-window 1
-1110011101 six-theater 1
-1110011101 seven-dollar 1
-1110011101 Wonsan 1
-1110011101 40/64ths-inch 1
-1110011101 annual-benefit 1
-1110011101 millionbushel 1
-1110011101 5.80-dollar 1
-1110011101 inventoryto-sales 1
-1110011101 6/64-inch 1
-1110011101 six-to-eight-year 1
-1110011101 robot-run 1
-1110011101 white-dining-cloth 1
-1110011101 36/34-inch 1
-1110011101 color-glutted 1
-1110011101 Barlays 1
-1110011101 296-room 1
-1110011101 Firehouse 1
-1110011101 5/16-inch 1
-1110011101 78-room 1
-1110011101 chicken-and-biscuits 1
-1110011101 OCAW-represented 1
-1110011101 status-dropout 1
-1110011101 237-room 1
-1110011101 Crick-Watson 1
-1110011101 telephone-book-sized 1
-1110011101 good-ole-boy 1
-1110011101 46,004 1
-1110011101 general-base 1
-1110011101 building-service 1
-1110011101 adult-illiteracy 1
-1110011101 BUMP 1
-1110011101 specialty-clothing 1
-1110011101 penalty-triggering 1
-1110011101 720-seat 1
-1110011101 134-all 1
-1110011101 width-to-height 1
-1110011101 22/64ths-inch 1
-1110011101 1,257,000-unit 1
-1110011101 370,000-unit 1
-1110011101 399,000-unit 1
-1110011101 13-screen 1
-1110011101 miniature-auto-racing 1
-1110011101 less-hectic 1
-1110011101 .370 1
-1110011101 cash-draw 1
-1110011101 nine-paragraph 1
-1110011101 Y---er 1
-1110011101 tradition-rich 1
-1110011101 663-room 1
-1110011101 geneamp 1
-1110011101 marks-per-share 1
-1110011101 Twinsburg-based 1
-1110011101 215-room 1
-1110011101 ministorage 1
-1110011101 sewing-supplies 1
-1110011101 medical-supplies 1
-1110011101 144-room 1
-1110011101 three-times-delayed 1
-1110011101 20-million-franc 1
-1110011101 material-management 1
-1110011101 six-cent-a-pound 1
-1110011101 daily-decline 1
-1110011101 platinum-futures 1
-1110011101 996,000-unit 1
-1110011101 356,000-unit 1
-1110011101 1,436,000-unit 1
-1110011101 4:1 1
-1110011101 two-bag 1
-1110011101 beer-tax 1
-1110011101 securities-repurchase-agreements 1
-1110011101 artificial-hormone 1
-1110011101 sixth-highest 1
-1110011101 second-shift 1
-1110011101 126-bed 1
-1110011101 21/64-inch 1
-1110011101 Medicare-payment 1
-1110011101 Semarang 1
-1110011101 96-suite 1
-1110011101 stock-bond 1
-1110011101 125-1000 1
-1110011101 12/64ths-inch 1
-1110011101 perfume-scented 1
-1110011101 twocent 1
-1110011101 35-bed 1
-1110011101 greater-than-predicted 1
-1110011101 ENDINGS 1
-1110011101 federal-insurance 1
-1110011101 kernel-making 1
-1110011101 relatively-high 1
-1110011101 weeky 1
-1110011101 false-alarm 2
-1110011101 risk-to-capital 2
-1110011101 far-greater 2
-1110011101 state-commissioned 2
-1110011101 snap-on 2
-1110011101 capital-to-liabilities 2
-1110011101 per-minute 2
-1110011101 50-hour 2
-1110011101 12-million-barrel 2
-1110011101 250,000-ton 2
-1110011101 hunt-club 2
-1110011101 60-room 2
-1110011101 subnormal 2
-1110011101 1,095,000-unit 2
-1110011101 mark-franc 2
-1110011101 start-to-finish 2
-1110011101 55-mph 2
-1110011101 buy/sell 2
-1110011101 URPE 2
-1110011101 seat-mile 2
-1110011101 7-to-10 2
-1110011101 risk-to-reward 2
-1110011101 152-story 2
-1110011101 529,000-unit 2
-1110011101 criminal-libel 2
-1110011101 business-publications 2
-1110011101 benefit-cost 2
-1110011101 1,300-office 2
-1110011101 first-marriage 2
-1110011101 per-trade 2
-1110011101 margin-loan 2
-1110011101 150-million-share 2
-1110011101 Woolco 2
-1110011101 futures-only 2
-1110011101 semi-holiday 2
-1110011101 stocks-to-consumption 2
-1110011101 secondary-issue 2
-1110011101 clay-animated 2
-1110011101 modified-atmosphere 2
-1110011101 7/64-inch 2
-1110011101 2,719 2
-1110011101 45-point 2
-1110011101 long-idled 2
-1110011101 debt-to-assets 2
-1110011101 700,000-barrel-a-day 2
-1110011101 10-7 3
-1110011101 auto-price 3
-1110011101 26/64-inch 3
-1110011101 12/64-inch 3
-1110011101 12.5-cent 3
-1110011101 full-menu 3
-1110011101 debt-to-income 3
-1110011101 price-rise 3
-1110011101 13/64-inch 3
-1110011101 22-cent 3
-1110011101 false-negative 3
-1110011101 curiae 3
-1110011101 fine-arts 3
-1110011101 Allied-Federated 3
-1110011101 white-family 3
-1110011101 single-season 3
-1110011101 per-student 3
-1110011101 greenhouse-gas 3
-1110011101 time-released 3
-1110011101 price-to-book-value 3
-1110011101 inventory-sales 4
-1110011101 quality-related 4
-1110011101 C-section 4
-1110011101 70-cent 4
-1110011101 job-growth 4
-1110011101 sell-buy 4
-1110011101 book-value 4
-1110011101 personal-savings 4
-1110011101 major-studio 4
-1110011101 month-by-month 4
-1110011101 three-to-two 4
-1110011101 Sunday-school 4
-1110011101 non-intervention 4
-1110011101 loan-to-value 4
-1110011101 war-risk 4
-1110011101 Famous-Barr 5
-1110011101 dollar/yen 5
-1110011101 pre-1981 5
-1110011101 Gimbels 5
-1110011101 black-family 5
-1110011101 full-day 5
-1110011101 full-season 5
-1110011101 4-to-5 5
-1110011101 debt-to-capitalization 6
-1110011101 false-positive 6
-1110011101 per-acre 6
-1110011101 government-administered 6
-1110011101 28-page 6
-1110011101 accrual-basis 6
-1110011101 pound-mark 6
-1110011101 unit-sales 6
-1110011101 post-convention 6
-1110011101 mutinous 6
-1110011101 mark-to-market 6
-1110011101 20-cent 6
-1110011101 20/64-inch 6
-1110011101 miles-per-gallon 7
-1110011101 24/64-inch 7
-1110011101 coupon-equivalent 7
-1110011101 diem 7
-1110011101 late-November 7
-1110011101 put/call 8
-1110011101 1,000-share 8
-1110011101 phased-in 8
-1110011101 1,139 9
-1110011101 price-to-book 9
-1110011101 grade-point 9
-1110011101 single-month 9
-1110011101 million-barrel 10
-1110011101 equity-to-assets 10
-1110011101 15-cent 10
-1110011101 infant-mortality 10
-1110011101 price-to-earnings 11
-1110011101 twice-weekly 11
-1110011101 capital-asset 11
-1110011101 fall-back 11
-1110011101 walk-up 11
-1110011101 taxable-equivalent 11
-1110011101 risk-reward 12
-1110011101 production-line 12
-1110011101 dutch 12
-1110011101 farm-export 12
-1110011101 15-point 13
-1110011101 Courtyard 13
-1110011101 piecework 15
-1110011101 calorie 15
-1110011101 capacity-utilization 15
-1110011101 country-by-country 15
-1110011101 two-cent 17
-1110011101 federal-funds 17
-1110011101 barrel-a-day 17
-1110011101 seven-state 19
-1110011101 kilowatt-hour 19
-1110011101 capital-to-assets 21
-1110011101 debt-to-capital 22
-1110011101 T-bill 23
-1110011101 year-on-year 23
-1110011101 bimonthly 24
-1110011101 trade-weighted 24
-1110011101 at-risk 26
-1110011101 dollar-mark 28
-1110011101 preparatory 28
-1110011101 repo 29
-1110011101 fatality 33
-1110011101 short-interest 35
-1110011101 off-peak 38
-1110011101 14-day 38
-1110011101 quarter-to-quarter 51
-1110011101 price/earnings 54
-1110011101 bond-equivalent 58
-1110011101 P/E 67
-1110011101 debt-to-equity 69
-1110011101 book-to-bill 70
-1110011101 black-market 76
-1110011101 nightly 92
-1110011101 Lombard 113
-1110011101 P-E 119
-1110011101 one-way 145
-1110011101 lump-sum 152
-1110011101 capita 154
-1110011101 subscription 196
-1110011101 price-earnings 261
-1110011101 year-to-year 276
-1110011101 seven-day 278
-1110011101 yearly 278
-1110011101 variable 305
-1110011101 jobless 421
-1110011101 30-day 430
-1110011101 hourly 641
-1110011101 weekly 1411
-1110011101 monthly 2278
-1110011101 discount 3917
-1110011101 daily 3273
-111001111000 Libyan-trained 1
-111001111000 jack-o'-lantern 1
-111001111000 trading-oversight 1
-111001111000 investment-software 1
-111001111000 post-plunge 1
-111001111000 small-unit 1
-111001111000 earliest-known 1
-111001111000 consumer-regulation 1
-111001111000 sewer-discharge 1
-111001111000 trench-safety 1
-111001111000 bicycle-pedestrian 1
-111001111000 vacation-related 1
-111001111000 financial-firm 1
-111001111000 recreation-related 1
-111001111000 drug-driven 1
-111001111000 capital-rules 1
-111001111000 factor-based 1
-111001111000 foreign-chip 1
-111001111000 bunkbed-related 1
-111001111000 now-weakened 1
-111001111000 plant-rule 1
-111001111000 child-caused 1
-111001111000 Japanese-initiated 1
-111001111000 dog-related 1
-111001111000 political-protest 1
-111001111000 radio-division 1
-111001111000 corporate-bureaucracy 1
-111001111000 limited-objective 1
-111001111000 alligator-hide 1
-111001111000 frisk-and-cuff 1
-111001111000 oil-bust 1
-111001111000 bulk-rate 1
-111001111000 oil-price-control 1
-111001111000 system-unit 1
-111001111000 truck-related 1
-111001111000 exportcontrol 1
-111001111000 nuclear-treaty 1
-111001111000 semiconductor-agreement 1
-111001111000 franchise-related 1
-111001111000 airplane-part 1
-111001111000 worksite 1
-111001111000 debt-funded 1
-111001111000 French-currency 1
-111001111000 TSCA 1
-111001111000 reclamation-law 1
-111001111000 contract-interference 1
-111001111000 psychological-distress 1
-111001111000 safety-code 1
-111001111000 variable-product 1
-111001111000 outdoor-boot 1
-111001111000 Value-conscious 1
-111001111000 economy-wide 1
-111001111000 security-law 1
-111001111000 U.S.-U.S.S.R.-China 1
-111001111000 radio-popularity 1
-111001111000 non-community 1
-111001111000 less-than-successful 1
-111001111000 money-center-bank 1
-111001111000 defrauds 1
-111001111000 foreign-parts 1
-111001111000 outstate 1
-111001111000 party-finance 1
-111001111000 dollar-profits 1
-111001111000 middleaged 1
-111001111000 small-crocus 1
-111001111000 non-alliance 1
-111001111000 physical-market 1
-111001111000 Chilean-sponsored 1
-111001111000 slength 1
-111001111000 securitieslaw 1
-111001111000 Marxist/right-wing 1
-111001111000 Kennedy-King 1
-111001111000 plastic-timber 1
-111001111000 company-policy 1
-111001111000 line-drive 1
-111001111000 firm-wide 1
-111001111000 meet-the-family 1
-111001111000 manaufacturing 1
-111001111000 credibility-damaging 1
-111001111000 small-craft 1
-111001111000 non-combat-related 1
-111001111000 red-shirted 2
-111001111000 point-spread 2
-111001111000 mayorality 2
-111001111000 aluminum-siding 2
-111001111000 broadcast-advertising 2
-111001111000 blood-brain 2
-111001111000 telecommunications-industry 2
-111001111000 winding-down 2
-111001111000 bridge-financing 2
-111001111000 line-cutting 2
-111001111000 undecipherable 2
-111001111000 care-taking 2
-111001111000 bankcard 2
-111001111000 metal-tipped 2
-111001111000 first-party 2
-111001111000 theatrical-film 2
-111001111000 long-lingering 2
-111001111000 heating-coil 2
-111001111000 skin-panel 2
-111001111000 cumulative-trauma 2
-111001111000 flint-hearted 2
-111001111000 super-power 2
-111001111000 less-dramatic 2
-111001111000 safety-rule 2
-111001111000 stray-bullet 2
-111001111000 extrajudicial 2
-111001111000 housing-code 2
-111001111000 foreign-led 2
-111001111000 takeover-law 2
-111001111000 border-patrol 2
-111001111000 ATM-related 2
-111001111000 junk-bonds 2
-111001111000 lost-time 2
-111001111000 campaign-disclosure 2
-111001111000 keelhaul 2
-111001111000 agency-client 2
-111001111000 back-court 2
-111001111000 single-vehicle 2
-111001111000 openmarket 2
-111001111000 nickelodeon 3
-111001111000 spinal-cord 3
-111001111000 cable-company 3
-111001111000 TMIC-related 3
-111001111000 waterborne-disease 3
-111001111000 less-aggressive 3
-111001111000 Twinkie 3
-111001111000 highly-leveraged 3
-111001111000 Jonestown 3
-111001111000 on-course 3
-111001111000 roll-bar 3
-111001111000 khaki-clad 3
-111001111000 gemstone 3
-111001111000 hand-gun 3
-111001111000 districtwide 3
-111001111000 post-card 3
-111001111000 rat-a-tat-tat 3
-111001111000 disfavored 4
-111001111000 repetitive-motion 4
-111001111000 less-frequent 4
-111001111000 gall-bladder 4
-111001111000 1,617 4
-111001111000 Duchenne-type 4
-111001111000 move-up 4
-111001111000 Philippine-style 4
-111001111000 pollution-law 4
-111001111000 comedic 4
-111001111000 grain-dust 4
-111001111000 currency-reporting 4
-111001111000 restorative 4
-111001111000 punctilious 5
-111001111000 bottomline 5
-111001111000 split-interest 5
-111001111000 work-site 5
-111001111000 rental-property 5
-111001111000 first-home 5
-111001111000 flange 5
-111001111000 once-loyal 6
-111001111000 banking-law 6
-111001111000 phonetic 6
-111001111000 defense-contractor 6
-111001111000 bond-buying 6
-111001111000 commodity-law 6
-111001111000 bathing-suit 6
-111001111000 ODP 6
-111001111000 coloristic 7
-111001111000 noncorporate 7
-111001111000 curbside 7
-111001111000 world-famous 7
-111001111000 second-time 7
-111001111000 roundtable 8
-111001111000 nonbusiness 8
-111001111000 whiplash 10
-111001111000 securities-laws 11
-111001111000 fuel-line 12
-111001111000 tailgate 12
-111001111000 laissez 13
-111001111000 more-moderate 13
-111001111000 paper-work 14
-111001111000 gold-medal 14
-111001111000 halo 15
-111001111000 numismatic 15
-111001111000 front-seat 16
-111001111000 pre-paid 17
-111001111000 Japanese-American 20
-111001111000 bust-up 22
-111001111000 hothouse 22
-111001111000 job-related 24
-111001111000 lung-cancer 25
-111001111000 multiplier 25
-111001111000 big-money 27
-111001111000 short-swing 31
-111001111000 me-too 35
-111001111000 work-related 47
-111001111000 debt-financed 50
-111001111000 caretaker 58
-111001111000 predatory 81
-111001111000 myriad 112
-111001111000 residual 128
-111001111000 willful 133
-111001111000 first-time 170
-111001111000 securities-law 199
-111001111000 superpower 329
-111001111000 would-be 411
-111001111000 multiple 670
-111001111000 replacement 782
-111001111000 prospective 916
-111001111000 mass 1038
-111001111000 potential 7107
-111001111000 secret 2027
-111001111001 quasi-ideological 1
-111001111001 post-coronary 1
-111001111001 spending-reduction 1
-111001111001 540,000-share 1
-111001111001 unreasoned 1
-111001111001 Iranian-Soviet 1
-111001111001 Shoreham-less 1
-111001111001 non-humilating 1
-111001111001 nuclear-energy-level 1
-111001111001 30-hours-in-seven-days 1
-111001111001 little-discussed 1
-111001111001 air-sea 1
-111001111001 not-so-rosy 1
-111001111001 liability-cost 1
-111001111001 non-hostile 1
-111001111001 preference-stock 1
-111001111001 management-contract 1
-111001111001 potassium-channel 1
-111001111001 bogus/sham 1
-111001111001 top-bet 1
-111001111001 2,470-pound 1
-111001111001 stock-lifting 1
-111001111001 coil-spring 1
-111001111001 test-rocket 1
-111001111001 three-business-day 1
-111001111001 electronics-company 1
-111001111001 RCA-size 1
-111001111001 market-efficient 1
-111001111001 client-contact 1
-111001111001 controllability 1
-111001111001 European-controlled 1
-111001111001 post-merger-battle 1
-111001111001 junior-grade 1
-111001111001 sniggering 1
-111001111001 non-sudden 1
-111001111001 Vidalian 1
-111001111001 GOP-backed 1
-111001111001 43-minute 1
-111001111001 work-hours 1
-111001111001 fugure 1
-111001111001 immed 1
-111001111001 Japanese-Brazilian 1
-111001111001 overrefined 1
-111001111001 Dalkson 1
-111001111001 100-warhead 1
-111001111001 cold-turkey 1
-111001111001 hog-wire 1
-111001111001 over-hasty 1
-111001111001 integrated-plant 1
-111001111001 Balanchinian 1
-111001111001 industrial-waste 1
-111001111001 1.5-million-share 1
-111001111001 later-dated 1
-111001111001 Aapri 1
-111001111001 whorl 1
-111001111001 Superior-size 1
-111001111001 475-million-dollar 1
-111001111001 gasolinetax 1
-111001111001 management-organized 1
-111001111001 freehold 1
-111001111001 safety-system 1
-111001111001 dollar-day 1
-111001111001 500-share 1
-111001111001 share-but 1
-111001111001 big-number 1
-111001111001 prognostic 1
-111001111001 matched-sales 1
-111001111001 peseta-linked 1
-111001111001 savings-stock 1
-111001111001 nonpeaceful 1
-111001111001 U.S.-Nicaraguan 1
-111001111001 lung-tissue 1
-111001111001 two-container 1
-111001111001 more-sedate 1
-111001111001 crash-fire 1
-111001111001 two-million-share 1
-111001111001 submachine-gun-toting 1
-111001111001 U.S.-opposed 1
-111001111001 refrigerator-manufacturing 1
-111001111001 over-engineering 1
-111001111001 Chinese-American-Canadian 1
-111001111001 single-plane 1
-111001111001 oligopsonistic 1
-111001111001 PCR-test 1
-111001111001 half-teaspoon 1
-111001111001 non-hegemonic 1
-111001111001 metholated 1
-111001111001 lake-water 1
-111001111001 2.4-point 1
-111001111001 2,500-contract 1
-111001111001 mootness 1
-111001111001 Waspish 1
-111001111001 double-wishbone 2
-111001111001 one-game 2
-111001111001 400-ton 2
-111001111001 still-tougher 2
-111001111001 now-dissolved 2
-111001111001 ripped-off 2
-111001111001 containerized-waste 2
-111001111001 three-cornered 2
-111001111001 foreign-equity 2
-111001111001 short-interval 2
-111001111001 iontophoresis 2
-111001111001 free-swinging 2
-111001111001 2,200-pound 2
-111001111001 sanctions-filled 2
-111001111001 volume-starved 2
-111001111001 pattern-matching 2
-111001111001 4,644 2
-111001111001 2.5-to-1 2
-111001111001 more-intense 2
-111001111001 co-signatory 2
-111001111001 TESS 2
-111001111001 per-patient 2
-111001111001 Chinese-foreign 2
-111001111001 jazz-rock 2
-111001111001 1979-83 2
-111001111001 gale-force 2
-111001111001 moonbeam 2
-111001111001 stretched-out 2
-111001111001 sooner-than-expected 2
-111001111001 pictorially 2
-111001111001 three-million-share 2
-111001111001 not-distant 2
-111001111001 anti-Christian 2
-111001111001 non-acoustic 2
-111001111001 showboating 2
-111001111001 pre-industrial 3
-111001111001 tax-change 3
-111001111001 possibile 3
-111001111001 still-undisclosed 3
-111001111001 lightning-like 3
-111001111001 pillowcase 3
-111001111001 temporomandibular 3
-111001111001 180-day 3
-111001111001 little-understood 3
-111001111001 trade-liberalizing 3
-111001111001 Drexel-financed 3
-111001111001 street-fighting 4
-111001111001 Texaco-Getty 4
-111001111001 single-owner 4
-111001111001 U.S.-foreign 5
-111001111001 sickle-cell 5
-111001111001 long-threatened 5
-111001111001 python 5
-111001111001 dilatory 5
-111001111001 zebra 6
-111001111001 longshot 6
-111001111001 third-degree 7
-111001111001 hold-in-custody 7
-111001111001 management-sponsored 7
-111001111001 communitywide 7
-111001111001 TV-station 7
-111001111001 management-backed 7
-111001111001 premeditated 7
-111001111001 75-point 8
-111001111001 underpaying 9
-111001111001 non-accruing 9
-111001111001 54-46 14
-111001111001 disqualifying 15
-111001111001 screeching 21
-111001111001 long-rumored 24
-111001111001 practicable 33
-111001111001 preferred-stock 88
-111001111001 permissible 150
-111001111001 50-50 244
-111001111001 possible 10537
-111001111001 beneficial 498
-111001111010 coated-steel 1
-111001111010 cvil 1
-111001111010 record-cold 1
-111001111010 '87-'88 1
-111001111010 1099B 1
-111001111010 miminum 1
-111001111010 anti-Establishment 1
-111001111010 ADEA 1
-111001111010 liquidity-crazed 1
-111001111010 wood-smoke 1
-111001111010 two-volumes-and-a-magnifying-glass 1
-111001111010 190-point 1
-111001111010 .Total 1
-111001111010 9000S 1
-111001111010 multiflavor 1
-111001111010 Irish-bred 1
-111001111010 summer-travel 1
-111001111010 Fourth-Amendment 1
-111001111010 ticket-purchase 1
-111001111010 proctoscoptic 1
-111001111010 shareholder-voting 1
-111001111010 1986/87 1
-111001111010 29,851 1
-111001111010 drainage-ditch 1
-111001111010 masonic 1
-111001111010 McKinley-Taft 1
-111001111010 big-action 1
-111001111010 blizzardy 1
-111001111010 doggy 1
-111001111010 wakeful 1
-111001111010 first-serial 1
-111001111010 regionalist 1
-111001111010 162-game 1
-111001111010 health-care-fraud 1
-111001111010 football-less 1
-111001111010 can-distribution 1
-111001111010 return-the 1
-111001111010 trans-membrane 1
-111001111010 Noid 1
-111001111010 rolling-stock 1
-111001111010 DuraFlo 1
-111001111010 family-viewing 1
-111001111010 50-win 1
-111001111010 Yigal 1
-111001111010 poison-pill-shareholder 1
-111001111010 Impossibility 1
-111001111010 12,000-person 1
-111001111010 7,500-foot 1
-111001111010 51-vote 1
-111001111010 viewer-proof 1
-111001111010 fall-travel 1
-111001111010 Post-WNYW-TV 1
-111001111010 silver-sequined 1
-111001111010 most-productive 1
-111001111010 non-gig 1
-111001111010 beef-oriented 1
-111001111010 passive-tense 1
-111001111010 aflatoxin-free 1
-111001111010 drier-than-usual 1
-111001111010 Contel-Comsat 2
-111001111010 cool-down 2
-111001111010 135-pound 2
-111001111010 early-19th-century 2
-111001111010 fog-free 2
-111001111010 September-December 2
-111001111010 pay-increase 2
-111001111010 pre-1968 2
-111001111010 end-of-the-week 2
-111001111010 primary-day 2
-111001111010 freon-distillation 2
-111001111010 firm-order 2
-111001111010 devil-may-care 2
-111001111010 radio-broadcast 2
-111001111010 inconvertible 2
-111001111010 gift-buying 2
-111001111010 Venezuelan-owned 2
-111001111010 388,426 2
-111001111010 161,800,000 2
-111001111010 nickel-and-dime 2
-111001111010 classical-liberal 2
-111001111010 Whirlpool-Roper 2
-111001111010 post-Olympic 2
-111001111010 topographic 2
-111001111010 case-law 2
-111001111010 play-for-pay 2
-111001111010 panty-hose 2
-111001111010 timber-cutting 2
-111001111010 sky-box 2
-111001111010 700,000-square-foot 2
-111001111010 yet-another 2
-111001111010 rainier 3
-111001111010 saw-toothed 3
-111001111010 near-majority 3
-111001111010 campuswide 3
-111001111010 regionwide 3
-111001111010 chainwide 3
-111001111010 non-major 3
-111001111010 card-holder 3
-111001111010 electricity-distribution 3
-111001111010 Downy 3
-111001111010 postmark 3
-111001111010 weight-control 3
-111001111010 poison-oak 3
-111001111010 spear-fishing 3
-111001111010 JEC 3
-111001111010 limited-voting 3
-111001111010 Bluestone-Harrison 4
-111001111010 lipid 4
-111001111010 marlin 4
-111001111010 1,620,500 4
-111001111010 Quebec-owned 4
-111001111010 return-filing 4
-111001111010 Amaretto 4
-111001111010 news-media 4
-111001111010 economizing 4
-111001111010 give-back 4
-111001111010 overflight 4
-111001111010 low-traffic 4
-111001111010 sesquicentennial 4
-111001111010 presidential-primary 4
-111001111010 STX 4
-111001111010 924S 4
-111001111010 countrywide 4
-111001111010 2,950,000 5
-111001111010 system-wide 5
-111001111010 building-block 5
-111001111010 preemptory 5
-111001111010 anti-protectionist 5
-111001111010 1986-1990 6
-111001111010 borderless 6
-111001111010 Polavision 6
-111001111010 subsurface 6
-111001111010 primrose 6
-111001111010 genuessscheine 6
-111001111010 frost-prone 7
-111001111010 1989-1990 7
-111001111010 cone-like 7
-111001111010 cymbal 7
-111001111010 ticker-tape 7
-111001111010 perfumed 8
-111001111010 late-cycle 8
-111001111010 movie-studio 8
-111001111010 fat-free 8
-111001111010 uncorrected 8
-111001111010 1929-30 8
-111001111010 mangosteen 9
-111001111010 500-mile 9
-111001111010 late-summer 10
-111001111010 whirring 10
-111001111010 British-owned 10
-111001111010 paid-up 11
-111001111010 1985-1986 11
-111001111010 midcourse 11
-111001111010 first-refusal 11
-111001111010 citywide 13
-111001111010 Jeep-Eagle 15
-111001111010 topsy-turvy 16
-111001111010 Europe-wide 19
-111001111010 leasehold 20
-111001111010 pollination 21
-111001111010 monsoon 22
-111001111010 trackage 23
-111001111010 1987-1988 25
-111001111010 1989-90 29
-111001111010 coast-to-coast 31
-111001111010 back-to-school 41
-111001111010 systemwide 46
-111001111010 worldwide 49
-111001111010 door-to-door 72
-111001111010 1988-89 96
-111001111010 paperback 103
-111001111010 1986-87 104
-111001111010 1987-88 126
-111001111010 CreditWatch 439
-111001111010 bargaining 871
-111001111010 holiday 1122
-111001111010 nationwide 1594
-111001111010 primary 2704
-111001111010 world-wide 2714
-111001111010 voting 2747
-111001111011 FORMATION 1
-111001111011 COACHES 1
-111001111011 Otselic 1
-111001111011 Non-airline 1
-111001111011 computer-synthesized 1
-111001111011 JONATHAN 1
-111001111011 WINDFALL 1
-111001111011 pommes 1
-111001111011 institutional-buying 1
-111001111011 SPEECH 1
-111001111011 NAVASOTA 1
-111001111011 Zaabal 1
-111001111011 Ericcson 1
-111001111011 plein 1
-111001111011 midair-collision 1
-111001111011 BRIEFED 1
-111001111011 Etchmiadzin 1
-111001111011 Nagorno 1
-111001111011 home-style 1
-111001111011 Flin 1
-111001111011 Garabak 1
-111001111011 Galleya 1
-111001111011 Araks 1
-111001111011 Aist 1
-111001111011 Blinnaya 1
-111001111011 Agdam 1
-111001111011 AUSTRALASIA 1
-111001111011 Paonia 1
-111001111011 familia 1
-111001111011 Cassiar 1
-111001111011 1980-they 1
-111001111011 Itemizers 1
-111001111011 ACQUITTED 1
-111001111011 Salamis 1
-111001111011 Saveh 1
-111001111011 Esztergom 1
-111001111011 FLURRY 1
-111001111011 TABS 1
-111001111011 DIARY 1
-111001111011 Tema 1
-111001111011 Bogor 1
-111001111011 TAILORED 1
-111001111011 SKIPPER 1
-111001111011 REIGN 1
-111001111011 desperately-ill 1
-111001111011 OPTIONAL 1
-111001111011 Velay 1
-111001111011 PLANNED 1
-111001111011 SOPHIA 1
-111001111011 Deadhorse 1
-111001111011 Brownwood 1
-111001111011 INSTINCTS 1
-111001111011 WEAK 1
-111001111011 KALGOORLIE 1
-111001111011 Plains. 1
-111001111011 Patrais 1
-111001111011 VALLARTA 1
-111001111011 Berchtesgaden 1
-111001111011 Chipinga 1
-111001111011 Rushinga 1
-111001111011 Groenlandia 1
-111001111011 bouteilles 1
-111001111011 RICAN 1
-111001111011 INSISTED 1
-111001111011 Lambertville 1
-111001111011 Bly 1
-111001111011 IMPLANTABLE 1
-111001111011 Lovelock 1
-111001111011 BARREL 1
-111001111011 Westmorland 1
-111001111011 Golecchha 1
-111001111011 full-diamond 1
-111001111011 ANYWHERE 1
-111001111011 AUTOMATE 1
-111001111011 Baxley 1
-111001111011 Jalamabad 1
-111001111011 Luddism 1
-111001111011 steeper-than-normal 1
-111001111011 Etoiles 1
-111001111011 explosion-wary 1
-111001111011 30900 1
-111001111011 Fredricton 1
-111001111011 Bacalod 1
-111001111011 Vryburg 1
-111001111011 Kuhestak 1
-111001111011 Estacada 1
-111001111011 multinational-linked 1
-111001111011 Freetown. 1
-111001111011 SENTENCING 1
-111001111011 Whitecourt 1
-111001111011 ELECTABILITY 1
-111001111011 CRAFTS 1
-111001111011 PARODY 1
-111001111011 anti-malarial 1
-111001111011 NEPTUNE 1
-111001111011 140-pence-a-share 1
-111001111011 REMOVED 1
-111001111011 Armistead 1
-111001111011 croute 1
-111001111011 MACHINISTS 1
-111001111011 &P 1
-111001111011 Geddobar 1
-111001111011 Recognitn 1
-111001111011 Bashed 1
-111001111011 Cmwlth 1
-111001111011 adrenocortical 1
-111001111011 high-leveraged 1
-111001111011 84,394 1
-111001111011 LIGHTER 1
-111001111011 JUNTA 1
-111001111011 MISHANDLING 1
-111001111011 SURPRISED 1
-111001111011 LOBBIED 1
-111001111011 DAWDLING 1
-111001111011 Insein 1
-111001111011 AFTERMATH 1
-111001111011 Genl 1
-111001111011 Trucks-buses 1
-111001111011 Trucks/busesxx 1
-111001111011 Pro-rated 1
-111001111011 Mareb 1
-111001111011 555,436 1
-111001111011 227,900 1
-111001111011 1/16. 1
-111001111011 LUXURY 1
-111001111011 27,229 1
-111001111011 782-acre 1
-111001111011 1,115,867 1
-111001111011 Mid-July 1
-111001111011 Enterprises/ 1
-111001111011 Laverton 1
-111001111011 inter-generational 1
-111001111011 Sasabe 1
-111001111011 Preungesheim 1
-111001111011 11.5-cent 1
-111001111011 OWN 1
-111001111011 home-and-hearth 1
-111001111011 Bolinao 1
-111001111011 seedcorn 2
-111001111011 Oconomowoc 2
-111001111011 BRUNEI 2
-111001111011 overtime-pay 2
-111001111011 cueros 2
-111001111011 cuero 2
-111001111011 Iragua 2
-111001111011 NASIONAL 2
-111001111011 baby-sitter 2
-111001111011 Catania 2
-111001111011 UNUSUAL 2
-111001111011 VETO 2
-111001111011 roach-infested 2
-111001111011 oilpatch 2
-111001111011 living. 2
-111001111011 NCCS 2
-111001111011 HARVY 2
-111001111011 DIP 2
-111001111011 ENDORSEMENT 2
-111001111011 Pohnpeians 2
-111001111011 Calueque 2
-111001111011 evangelizing 2
-111001111011 earnings-contingent 2
-111001111011 Zombies 2
-111001111011 Wilburton 2
-111001111011 1938-45 2
-111001111011 perishability 2
-111001111011 1,168 2
-111001111011 uncharged 2
-111001111011 Shimachu 2
-111001111011 Spandau 2
-111001111011 lawyers. 2
-111001111011 Kamloops 2
-111001111011 well-advertised 2
-111001111011 MEMORY 2
-111001111011 Ultrix 2
-111001111011 Pawling 2
-111001111011 Cayucos 2
-111001111011 Paveurs 2
-111001111011 Karolewo 2
-111001111011 LYING 2
-111001111011 land. 2
-111001111011 longrun 2
-111001111011 TESTIMONY 2
-111001111011 improvement. 2
-111001111011 1980-1982 3
-111001111011 Mercedes-b 3
-111001111011 BMW-b 3
-111001111011 Volvo-b 3
-111001111011 Jaguar-b 3
-111001111011 Volkswagen-d 3
-111001111011 Hyundai-b 3
-111001111011 Saab-b 3
-111001111011 Audi-b 3
-111001111011 flypaper 3
-111001111011 Siberie 3
-111001111011 Winnemucca 3
-111001111011 PAL 3
-111001111011 self-development 3
-111001111011 yet-to-be-announced 3
-111001111011 post-fair 3
-111001111011 price-value 3
-111001111011 Malaga 3
-111001111011 Kalispell 3
-111001111011 Lloydminster 3
-111001111011 TOTAL-x 3
-111001111011 Skylarks 3
-111001111011 pre-approval 4
-111001111011 SWITZERLAND 4
-111001111011 Orangeville 4
-111001111011 Pavlograd 4
-111001111011 Hetch 4
-111001111011 1926-87 4
-111001111011 inflation-free 4
-111001111011 1980-85 4
-111001111011 topside 4
-111001111011 sibilant 4
-111001111011 cost-efficiency 4
-111001111011 pointe 4
-111001111011 Imunox 4
-111001111011 1650 4
-111001111011 azure 4
-111001111011 suprise 4
-111001111011 SunAmerica 4
-111001111011 Orangi 5
-111001111011 CONVICTED 5
-111001111011 Minneapolis/St 6
-111001111011 super-rich 6
-111001111011 future. 7
-111001111011 mambo 7
-111001111011 Killeagh 7
-111001111011 mid-air 8
-111001111011 invisibility 8
-111001111011 Smolensk 8
-111001111011 early-1980s 9
-111001111011 Treblinka 9
-111001111011 ERICSSON 10
-111001111011 Shield-related 10
-111001111011 Diam.Star 10
-111001111011 aloe 11
-111001111011 jugular 12
-111001111011 Ilopango 12
-111001111011 crash-related 12
-111001111011 post-Christmas 12
-111001111011 pell-mell 12
-111001111011 Nowa 13
-111001111011 Minsk 15
-111001111011 U.S.-U.S.S.R. 16
-111001111011 pre-payment 18
-111001111011 yearend 20
-111001111011 banc 20
-111001111011 mid-year 57
-111001111011 extinction 59
-111001111011 year-to-date 69
-111001111011 prepayment 86
-111001111011 Copper-7 149
-111001111011 midyear 207
-111001111011 downside 229
-111001111011 workplace 353
-111001111011 near-term 418
-111001111011 Shield 649
-111001111011 future 9499
-111001111011 year-end 1387
-111001111100 Europeanlike 1
-111001111100 60-fold 1
-111001111100 C-movie 1
-111001111100 Mizells 1
-111001111100 753-page 1
-111001111100 three-dimensionality 1
-111001111100 trust-payment 1
-111001111100 BB-plus/B 1
-111001111100 2.7-times-book 1
-111001111100 mostrecent 1
-111001111100 fist-fight 1
-111001111100 long-term-debt 1
-111001111100 micro-flap 1
-111001111100 113.47 1
-111001111100 magazinecover 1
-111001111100 37-state 1
-111001111100 blanket/Than 1
-111001111100 49-member 1
-111001111100 low-fuel 1
-111001111100 11,000-person 1
-111001111100 400-inn 1
-111001111100 less-stable 1
-111001111100 then-indicated 1
-111001111100 well-beaten 1
-111001111100 waiver-insurance 1
-111001111100 refined-copper 1
-111001111100 112,000-square-foot 1
-111001111100 war-room 1
-111001111100 tulip-bulb 1
-111001111100 black-migrant 1
-111001111100 futures-market-style 1
-111001111100 non-supermarket 1
-111001111100 retail-auto-leasing 1
-111001111100 osseous 1
-111001111100 record-matching 1
-111001111100 1,780,000-car 1
-111001111100 fast-depreciating 1
-111001111100 phosphate-fertilizer 1
-111001111100 ever-shortening 1
-111001111100 once-heavy 1
-111001111100 tariff-soaked 1
-111001111100 domestic-stores 1
-111001111100 program-restructuring 1
-111001111100 slicense 1
-111001111100 less-than-popular 1
-111001111100 nonstatic 1
-111001111100 fixed-equity 1
-111001111100 sale-tax 1
-111001111100 already-staggering 1
-111001111100 per-vehicle 1
-111001111100 32-day 1
-111001111100 ozone-forming 1
-111001111100 flight-training-equipment 1
-111001111100 non-ore 1
-111001111100 once-expansive 1
-111001111100 220-person 1
-111001111100 farlarger 1
-111001111100 nine-line 1
-111001111100 Sportsline 1
-111001111100 587,248 1
-111001111100 often-heavy 1
-111001111100 250-broker 1
-111001111100 180,000-member 1
-111001111100 pen-on-the-dollar 1
-111001111100 museumlike 1
-111001111100 then-enormous 1
-111001111100 minority-enterprise 2
-111001111100 2,500-person 2
-111001111100 fiscal-1988 2
-111001111100 motorboat-fuel 2
-111001111100 noncurrent 2
-111001111100 whirligig 2
-111001111100 non-guaranteed 2
-111001111100 hand-knit 2
-111001111100 debt-to-total 2
-111001111100 Cleveland-to-Chicago 2
-111001111100 one-off 2
-111001111100 near-guarantee 2
-111001111100 443,100 2
-111001111100 two-dollar 2
-111001111100 late-January 2
-111001111100 cast-proof 2
-111001111100 one-under-par 2
-111001111100 earlier-announced 2
-111001111100 sonnet 3
-111001111100 18,000-member 3
-111001111100 47,600 3
-111001111100 post-restructuring 3
-111001111100 stronger-than-anticipated 3
-111001111100 Eulexin 3
-111001111100 non-filing 4
-111001111100 half-share 4
-111001111100 commodity-backed 4
-111001111100 half-liter 4
-111001111100 risk-weighted 5
-111001111100 unsealing 5
-111001111100 proofreading 5
-111001111100 pastiche 6
-111001111100 split-adjusted 9
-111001111100 rate-slashing 9
-111001111100 non-taxable 12
-111001111100 non-Seabrook 13
-111001111100 narrower-than-expected 14
-111001111100 bigger-than-expected 25
-111001111100 price-adjusted 31
-111001111100 larger-than-expected 89
-111001111100 total 13987
-111001111100 whopping 143
-111001111101 phantasmic 1
-111001111101 scraggy 1
-111001111101 limit-provision 1
-111001111101 disparately 1
-111001111101 eye-witness 1
-111001111101 33,000-to-1 1
-111001111101 33-1 1
-111001111101 animalistic 1
-111001111101 toe-to-thigh 1
-111001111101 still-costly 1
-111001111101 Camerawork 1
-111001111101 month- 1
-111001111101 decade-low 1
-111001111101 17,000-metric-ton 1
-111001111101 Auscom 1
-111001111101 baseyear 1
-111001111101 now-stalled 1
-111001111101 wind-tossed 1
-111001111101 psychophotosynthetic 1
-111001111101 not-to-exceed 1
-111001111101 1,489,108 1
-111001111101 sweat-stained 1
-111001111101 movie-about 1
-111001111101 much-wider 1
-111001111101 six-iron 1
-111001111101 1080.04 1
-111001111101 DISABLING 1
-111001111101 still-optimistic 1
-111001111101 now-generous 1
-111001111101 gain.On 1
-111001111101 February-contract 1
-111001111101 then-unthinkable 1
-111001111101 22-article 1
-111001111101 close-to- 1
-111001111101 five-chip 1
-111001111101 1489.53 1
-111001111101 bill-drafting 1
-111001111101 piggish 1
-111001111101 far-from-princely 1
-111001111101 four-by-seven-foot 1
-111001111101 superlow 1
-111001111101 2,946,000 1
-111001111101 symmetries 1
-111001111101 12-piece 1
-111001111101 supernova-exploding 1
-111001111101 31-inch 1
-111001111101 bid-to 1
-111001111101 small-but-growing 1
-111001111101 unrealisticly 1
-111001111101 two-hour-plus 1
-111001111101 86,404 1
-111001111101 Kelso-structured 1
-111001111101 pre-buy-out 1
-111001111101 not-to-be-sneezed-at 1
-111001111101 double-chocolate 1
-111001111101 already-minimal 1
-111001111101 flower-bed 1
-111001111101 suspender 1
-111001111101 say-great 1
-111001111101 clientslose 1
-111001111101 Goodyear-owned 1
-111001111101 1,165,000 1
-111001111101 9-year 1
-111001111101 long-considered 1
-111001111101 deputy-foreign-minister 1
-111001111101 lifeof-contract 1
-111001111101 storm-blocking 1
-111001111101 238,493 1
-111001111101 non-dumping 1
-111001111101 TC2000 1
-111001111101 JAILHOUSE 1
-111001111101 Jodhi 1
-111001111101 373,216.24 1
-111001111101 hostage-taker 1
-111001111101 uneconomically 2
-111001111101 rockabilly 2
-111001111101 three-chip 2
-111001111101 factoid 2
-111001111101 296.49 2
-111001111101 384.54 2
-111001111101 still-huge 2
-111001111101 2289.5 2
-111001111101 about-to-expire 2
-111001111101 post-1940s 2
-111001111101 all-Japan 2
-111001111101 382.24 2
-111001111101 18-point 2
-111001111101 collet 2
-111001111101 10-session 2
-111001111101 one-column 2
-111001111101 13-foot 2
-111001111101 Bremerhaven 2
-111001111101 two-record 2
-111001111101 penknife 2
-111001111101 desert-like 2
-111001111101 384.53 2
-111001111101 fauve 2
-111001111101 awfulness 2
-111001111101 well-muscled 2
-111001111101 post-acquisition 3
-111001111101 two-tablet 3
-111001111101 35140.83 3
-111001111101 socko 3
-111001111101 Megacom 3
-111001111101 pterodactyl 3
-111001111101 pimple 3
-111001111101 2002.8 3
-111001111101 truck-sales 3
-111001111101 worst-ever 3
-111001111101 73-89 3
-111001111101 sunbeam 3
-111001111101 treetop 3
-111001111101 Gabcikovo 3
-111001111101 tannery 3
-111001111101 8789.78 3
-111001111101 non-shelter 4
-111001111101 four-family 4
-111001111101 336.77 4
-111001111101 longhouse 5
-111001111101 post-1949 5
-111001111101 carousel 5
-111001111101 then-record 6
-111001111101 8-to-1 6
-111001111101 383.41 6
-111001111101 par-four 7
-111001111101 best-ever 7
-111001111101 near-panic 7
-111001111101 record-shattering 8
-111001111101 trifling 8
-111001111101 precrash 8
-111001111101 measly 9
-111001111101 late-October 9
-111001111101 396.11 12
-111001111101 halftime 14
-111001111101 postcrash 19
-111001111101 record-breaking 40
-111001111101 rerun 58
-111001111101 near-record 68
-111001111101 saturation 70
-111001111101 paltry 92
-111001111101 life-of-contract 190
-111001111101 52-week 250
-111001111101 post-crash 460
-111001111101 record 10901
-111001111101 peak 1362
-111001111110 1,535-foot 1
-111001111110 2.25-point 1
-111001111110 1,804,000-unit 1
-111001111110 1,247,000-unit 1
-111001111110 five-wave 1
-111001111110 Nakasone-style 1
-111001111110 6,000-job 1
-111001111110 14,000-job 1
-111001111110 20.25-point 1
-111001111110 platinum-card 1
-111001111110 27-cents-a-share 1
-111001111110 yet-to-be-completed 1
-111001111110 1766 1
-111001111110 per-dance 1
-111001111110 25.37-point 1
-111001111110 51-cent-a-share 1
-111001111110 tax-protected 1
-111001111110 35-fold 1
-111001111110 horsefly 1
-111001111110 tree-studded 1
-111001111110 45,000-job 1
-111001111110 big-sister 1
-111001111110 U.K.-listed 1
-111001111110 452,000-unit 1
-111001111110 1,159,000-unit 1
-111001111110 1,517,000-unit 1
-111001111110 1,597,000-unit 1
-111001111110 Polish-Lithuanian 1
-111001111110 percentage-change 1
-111001111110 superconductor-advisory 1
-111001111110 pre-tour 1
-111001111110 city-for-city 1
-111001111110 pre-medical 1
-111001111110 participative-type 1
-111001111110 proforma 1
-111001111110 once-insular 1
-111001111110 pink-granite 1
-111001111110 483,000-unit 1
-111001111110 1,092,000-unit 1
-111001111110 purchase-of-assets 1
-111001111110 pre-IND 1
-111001111110 Sbarbaro 1
-111001111110 half-billion-to-billion-dollar 1
-111001111110 752-108 1
-111001111110 disharmonious 1
-111001111110 one-chairman 1
-111001111110 380-pound 1
-111001111110 conspiracy-fraud 1
-111001111110 premoistened 1
-111001111110 30-cent-a-unit 1
-111001111110 712,000-unit 1
-111001111110 situation-by-situation 1
-111001111110 security-to-security 1
-111001111110 doctor-tight 1
-111001111110 313,400 1
-111001111110 380-million-mark 1
-111001111110 37.29-point 1
-111001111110 PLO-run 1
-111001111110 round-turn 1
-111001111110 legislature-appointed 1
-111001111110 cost-per-mile 1
-111001111110 education-conscious 1
-111001111110 JWT-owned 1
-111001111110 182.24-point 1
-111001111110 50,000-circulation 1
-111001111110 2.2-million-share 1
-111001111110 GNP-weighted 1
-111001111110 long-secret 1
-111001111110 government-operations 1
-111001111110 Hanover-area 1
-111001111110 late-return 1
-111001111110 68.86-point 1
-111001111110 performance-tied 1
-111001111110 86-12 1
-111001111110 sports-rights 1
-111001111110 roundlot 1
-111001111110 primary-share 1
-111001111110 749-to-702 1
-111001111110 go-go-go 1
-111001111110 currency-conversion 1
-111001111110 1,051-to-420 1
-111001111110 1,058-416 1
-111001111110 151.69-point 1
-111001111110 715,000-unit 1
-111001111110 Bihar 1
-111001111110 Revolutionary-era 1
-111001111110 medical-policy 1
-111001111110 dry-run 1
-111001111110 175,000-ton 1
-111001111110 per-transaction 1
-111001111110 lot-by-lot 1
-111001111110 limited-risk 1
-111001111110 mining-related 1
-111001111110 per-job 1
-111001111110 Rubbian 1
-111001111110 five-foot-high 1
-111001111110 93.75-cent 1
-111001111110 principal-to-principal 1
-111001111110 seven-goal 1
-111001111110 583,000-unit 1
-111001111110 1,225,000-unit 1
-111001111110 1,808,000-unit 1
-111001111110 per-prisoner 1
-111001111110 REFURBISHED 1
-111001111110 13.92-point 1
-111001111110 600-to-30 1
-111001111110 Kelantan 1
-111001111110 Edmonton-to-Washington 1
-111001111110 44.76-point 1
-111001111110 32.20-point 1
-111001111110 1,299,000-unit 1
-111001111110 lowest-ranking 1
-111001111110 14member 1
-111001111110 machine-by-machine 1
-111001111110 hazardous-duty 1
-111001111110 less-than-stately 1
-111001111110 cent-per-kilowatt-hour 1
-111001111110 Young-installed 1
-111001111110 plainclothed 1
-111001111110 Mobil-owned 1
-111001111110 Parade-type 1
-111001111110 523,000-unit 1
-111001111110 1,226,000-unit 1
-111001111110 3,700-square-foot 1
-111001111110 poke-along 1
-111001111110 price-per-performance 1
-111001111110 time-and-cost 1
-111001111110 Marxist-trained 1
-111001111110 dime-a-share 1
-111001111110 5-mark 1
-111001111110 union-organization 1
-111001111110 two-to-four-point 1
-111001111110 5-to-3 1
-111001111110 500-dollar 1
-111001111110 443,000-unit 1
-111001111110 1,222,000-unit 1
-111001111110 nation-by-nation 1
-111001111110 650,000-unit 1
-111001111110 vassal 1
-111001111110 26,000-line 1
-111001111110 Monday-evening 1
-111001111110 cost-comparison 1
-111001111110 drug-dependency 1
-111001111110 least-populous 1
-111001111110 propellant-mixing 1
-111001111110 25-win 1
-111001111110 10-unit 1
-111001111110 cost-plus-fee 1
-111001111110 50.90-point 1
-111001111110 termite-infested 1
-111001111110 membership-subscriber 1
-111001111110 FOURFOLD 1
-111001111110 128-point 1
-111001111110 P-63 1
-111001111110 Democractic-controlled 1
-111001111110 1,598,000-unit 1
-111001111110 profit-eroding 1
-111001111110 133-116 1
-111001111110 validation-and-registration 1
-111001111110 middle-line 1
-111001111110 soap-factory 1
-111001111110 1.50-point 1
-111001111110 divestiture-related 1
-111001111110 1,613,000-unit 1
-111001111110 1,087,000 1
-111001111110 religious-cum-political 1
-111001111110 two-vote 1
-111001111110 second-most-expensive 1
-111001111110 more-legalistic 1
-111001111110 freeway-laced 1
-111001111110 fiber-only 1
-111001111110 1,090,000-unit 1
-111001111110 uncoveted 1
-111001111110 stock-type 1
-111001111110 300-image 1
-111001111110 Coniston-nominated 1
-111001111110 nonadvertising 1
-111001111110 291-point 1
-111001111110 1,554,000-unit 1
-111001111110 1,176,000-unit 1
-111001111110 378,000-unit 1
-111001111110 prearranged-trading 1
-111001111110 black-card 1
-111001111110 show-by-show 1
-111001111110 Magnatek 1
-111001111110 22.94-point 1
-111001111110 dog-powered 1
-111001111110 12-mark 1
-111001111110 all-California 1
-111001111110 sports-and-entertainment 1
-111001111110 82-18 1
-111001111110 more-prevalent 1
-111001111110 cent-a-trade 1
-111001111110 just-expired 1
-111001111110 20,000-circulation 1
-111001111110 25,000-circulation 1
-111001111110 harlequin 1
-111001111110 home-district 1
-111001111110 two-million-plus 1
-111001111110 8.20-cents-a-pound 1
-111001111110 HIGH-TONED 1
-111001111110 cash-before-delivery 1
-111001111110 CIBB 1
-111001111110 25-second 1
-111001111110 10-to-9 1
-111001111110 per-passenger 1
-111001111110 Solidarity-like 1
-111001111110 10-issue 1
-111001111110 majority-ownership 1
-111001111110 PLO-dominated 1
-111001111110 sub-20 1
-111001111110 day-for-day 1
-111001111110 777-618 1
-111001111110 653,000-unit 1
-111001111110 half-column 1
-111001111110 shipment-by-shipment 1
-111001111110 fast-balling 1
-111001111110 non-negligence 1
-111001111110 47-45 1
-111001111110 four-judge 1
-111001111110 fishery-promotion 1
-111001111110 588,000-unit 1
-111001111110 7.5-cents-a-share 1
-111001111110 Spanish-and-English 1
-111001111110 1,002,000-unit 1
-111001111110 royalty-bearing 1
-111001111110 618,000-ounce 1
-111001111110 back-street 1
-111001111110 per-employee 1
-111001111110 military-police 1
-111001111110 29-story 1
-111001111110 extraordianry 1
-111001111110 trade-by-trade 1
-111001111110 three-arbitrator 1
-111001111110 patient-to-patient 1
-111001111110 sugar-pill 1
-111001111110 well-furnished 1
-111001111110 288-134 1
-111001111110 market-weighted 1
-111001111110 loan-loss-provision 1
-111001111110 804-766 1
-111001111110 3,000-vote 1
-111001111110 99.79-point 1
-111001111110 677,000-unit 1
-111001111110 726-to-711 1
-111001111110 lease-contract 1
-111001111110 63-cent-a-share 1
-111001111110 status-sensitive 1
-111001111110 crime-investigating 1
-111001111110 63.98-point 1
-111001111110 similar-style 1
-111001111110 tire-pressure 1
-111001111110 2.77-cent 1
-111001111110 advance-disposal 1
-111001111110 1,098,000-unit 1
-111001111110 1,384,000-unit 1
-111001111110 1,489,000-unit 1
-111001111110 246-167 1
-111001111110 470,400-share 1
-111001111110 50-student 1
-111001111110 dairyland 1
-111001111110 22-vote 1
-111001111110 less-embarrassing 1
-111001111110 non-diluted 1
-111001111110 40.84-point 1
-111001111110 293-114 1
-111001111110 drought-seared 1
-111001111110 management-dominated 1
-111001111110 shareholder-elected 1
-111001111110 hyperanimated 1
-111001111110 planning-board 1
-111001111110 Iacocca-size 1
-111001111110 hastily-arranged 1
-111001111110 direct-deposit 1
-111001111110 negotiated-fee 1
-111001111110 274-152 1
-111001111110 politicalaction 1
-111001111110 batch-by-batch 1
-111001111110 spending-money 1
-111001111110 65-win 1
-111001111110 price-per-kilowatt 1
-111001111110 10-director 1
-111001111110 county-council 1
-111001111110 14.5-cent 1
-111001111110 cost-plus-award-fee 1
-111001111110 film-by-film 1
-111001111110 1,469,000-unit 1
-111001111110 1,110,000-unit 1
-111001111110 1,639,000-unit 1
-111001111110 low-emission 1
-111001111110 109,000-job 1
-111001111110 263,000-job 1
-111001111110 testimony-review 1
-111001111110 litigation-contingency 1
-111001111110 rack-and-pinon 1
-111001111110 72-yard 1
-111001111110 274-137 1
-111001111110 9.2mark 1
-111001111110 5.33-cent-a-decatherm 1
-111001111110 113-point 1
-111001111110 1617 1
-111001111110 35-13 2
-111001111110 nonmathematical 2
-111001111110 491,000-unit 2
-111001111110 securities-analyst 2
-111001111110 5/8-point 2
-111001111110 virgin-soil 2
-111001111110 comparably-equipped 2
-111001111110 Alagoan 2
-111001111110 minute-to-minute 2
-111001111110 498,000-unit 2
-111001111110 59-yard 2
-111001111110 one-for-six 2
-111001111110 fundamentalist-controlled 2
-111001111110 still-undecided 2
-111001111110 pilot-plant 2
-111001111110 21.5-million-barrel 2
-111001111110 Hama-style 2
-111001111110 debt-repurchase 2
-111001111110 takings-clause 2
-111001111110 red-nosed 2
-111001111110 17-cent-a-share 2
-111001111110 guitar-shaped 2
-111001111110 jute-mill 2
-111001111110 product-licensing 2
-111001111110 ethnic-Chinese 2
-111001111110 10.05-point 2
-111001111110 patient-advocacy 2
-111001111110 collect-on-delivery 2
-111001111110 business-card 2
-111001111110 non-judgmental 2
-111001111110 casualty-loss 2
-111001111110 lefthanded 2
-111001111110 Dutch-language 2
-111001111110 200-strong 2
-111001111110 weak-minded 2
-111001111110 man-on-the-street 2
-111001111110 risk-return 2
-111001111110 full-month 2
-111001111110 straight-time 2
-111001111110 73-19 2
-111001111110 post-graduation 2
-111001111110 community-property 2
-111001111110 brand-by-brand 2
-111001111110 270-pound 2
-111001111110 seven-seat 2
-111001111110 22-cent-a-share 2
-111001111110 727-vote 2
-111001111110 nonmaterial 2
-111001111110 hiring-discrimination 2
-111001111110 20-hour-a-day 2
-111001111110 post-midnight 2
-111001111110 wheat-producing 2
-111001111110 12-yard 2
-111001111110 per-game 2
-111001111110 post-issue 2
-111001111110 historic-cost 2
-111001111110 once-depressed 2
-111001111110 stronger-than-usual 2
-111001111110 retail-office 2
-111001111110 35-cent 2
-111001111110 free-care 2
-111001111110 daily-selling-rate 2
-111001111110 daily-rate 2
-111001111110 264-153 2
-111001111110 chamber-of-commerce 2
-111001111110 comparative-store 2
-111001111110 customs-cleared 2
-111001111110 land-preservation 2
-111001111110 factory-financed 2
-111001111110 12-seat 2
-111001111110 no-limit 2
-111001111110 non-controlling 2
-111001111110 per-car 2
-111001111110 16-cent-a-share 2
-111001111110 public-fund 2
-111001111110 quarter-percentage-point 2
-111001111110 union-sponsored 2
-111001111110 60-member 2
-111001111110 534,000-unit 2
-111001111110 profit-splitting 2
-111001111110 Louvres 2
-111001111110 7-to-1 2
-111001111110 pre-colonial 2
-111001111110 23-nation 2
-111001111110 chinchilla 2
-111001111110 65-member 2
-111001111110 product-design 2
-111001111110 dress-code 2
-111001111110 flight-by-flight 3
-111001111110 price-committee 3
-111001111110 three-justice 3
-111001111110 ministerial-level 3
-111001111110 sixth-grade 3
-111001111110 phone-line 3
-111001111110 Watergate-style 3
-111001111110 nonactive 3
-111001111110 illegal-alien 3
-111001111110 rock-climbing 3
-111001111110 current-cost-of-supplies 3
-111001111110 two-floor 3
-111001111110 customs-clearance 3
-111001111110 million-dollar-a-year 3
-111001111110 long-scheduled 3
-111001111110 sheep-producing 3
-111001111110 piece-by-piece 3
-111001111110 7-to-5 3
-111001111110 fatality-review 3
-111001111110 need-to-know 3
-111001111110 Soviet-run 3
-111001111110 replacement-cost 3
-111001111110 construction-loan 3
-111001111110 business-administration 3
-111001111110 50/50 3
-111001111110 31-member 3
-111001111110 GE-Roper 3
-111001111110 150-point 3
-111001111110 government-contracts 3
-111001111110 Ouija 3
-111001111110 company-by-company 3
-111001111110 space-available 3
-111001111110 sidebar 3
-111001111110 Teutonic 3
-111001111110 post-marketing 3
-111001111110 six-unit 3
-111001111110 401k 3
-111001111110 product-related 3
-111001111110 mine-by-mine 3
-111001111110 law-based 3
-111001111110 10-mark 3
-111001111110 15-person 3
-111001111110 more-conventional 4
-111001111110 high-stress 4
-111001111110 per-episode 4
-111001111110 Drexel-sponsored 4
-111001111110 community-oriented 4
-111001111110 two-nation 4
-111001111110 EC-U.S. 4
-111001111110 gushy 4
-111001111110 straight-A 4
-111001111110 five-judge 4
-111001111110 30-member 4
-111001111110 telescopic 4
-111001111110 six-cent 4
-111001111110 nine-person 4
-111001111110 boom-town 4
-111001111110 vegetative 4
-111001111110 distributive 4
-111001111110 six-cent-a-share 4
-111001111110 too-high 4
-111001111110 schmaltzy 4
-111001111110 bi-weekly 4
-111001111110 current-value 4
-111001111110 per-subscriber 5
-111001111110 taxloss 5
-111001111110 pink-cheeked 5
-111001111110 blow-by-blow 5
-111001111110 32-point 5
-111001111110 sales-weighted 5
-111001111110 late-September 5
-111001111110 drunken-driving 5
-111001111110 nine-seat 5
-111001111110 plant-by-plant 5
-111001111110 500,000-share 5
-111001111110 prorata 5
-111001111110 stock-selection 5
-111001111110 smaller-than-usual 5
-111001111110 still-robust 5
-111001111110 40-member 5
-111001111110 pro-regulatory 5
-111001111110 corporate-level 5
-111001111110 two-member 5
-111001111110 human-relations 5
-111001111110 worthier 6
-111001111110 smooth-talking 6
-111001111110 total-return 6
-111001111110 25-cent-a-share 6
-111001111110 one-by-one 6
-111001111110 European-wide 6
-111001111110 Shultz-Shevardnadze 6
-111001111110 premerger 6
-111001111110 15-cent-a-share 7
-111001111110 400-pound 7
-111001111110 franked 7
-111001111110 high-crime 7
-111001111110 25-minute 7
-111001111110 per-issue 7
-111001111110 pre-med 7
-111001111110 unrecorded 7
-111001111110 10-man 7
-111001111110 world-record 7
-111001111110 company-run 7
-111001111110 still-pending 7
-111001111110 market-by-market 8
-111001111110 pooling-of-interest 8
-111001111110 per-diem 8
-111001111110 get-acquainted 9
-111001111110 16-member 9
-111001111110 40-cent 9
-111001111110 day-by-day 9
-111001111110 Russian-language 9
-111001111110 passive-activity 9
-111001111110 polka-dot 10
-111001111110 10-state 10
-111001111110 Europewide 10
-111001111110 more-generous 10
-111001111110 project-by-project 10
-111001111110 pro-rated 10
-111001111110 bad-loan 11
-111001111110 princely 11
-111001111110 going-away 12
-111001111110 first-name 12
-111001111110 employer-paid 12
-111001111110 quasi-public 13
-111001111110 calendar-year 13
-111001111110 70-30 13
-111001111110 dollar-for-dollar 14
-111001111110 five-person 14
-111001111110 merger-related 14
-111001111110 23-member 14
-111001111110 cast-iron 14
-111001111110 pooling-of-interests 15
-111001111110 performance-based 16
-111001111110 company-wide 16
-111001111110 noncash 16
-111001111110 six-person 16
-111001111110 nondiscriminatory 16
-111001111110 three-person 16
-111001111110 historical-cost 18
-111001111110 20-member 18
-111001111110 21-member 18
-111001111110 Pan-European 19
-111001111110 cross-town 19
-111001111110 one-to-one 19
-111001111110 22-member 20
-111001111110 cost-plus 20
-111001111110 state-appointed 20
-111001111110 semi-annual 22
-111001111110 consultative 22
-111001111110 graphical 24
-111001111110 17-member 25
-111001111110 pre-merger 26
-111001111110 1-for-1 26
-111001111110 pro-forma 27
-111001111110 10-cent 27
-111001111110 crosstown 28
-111001111110 second-year 28
-111001111110 share-for-share 29
-111001111110 G-5 29
-111001111110 25-cent 30
-111001111110 plenary 32
-111001111110 current-cost 32
-111001111110 fully-diluted 35
-111001111110 14-member 36
-111001111110 preferred-share 37
-111001111110 10-member 37
-111001111110 quid 38
-111001111110 blue-ribbon 38
-111001111110 four-member 41
-111001111110 government-appointed 45
-111001111110 non-recurring 45
-111001111110 non-operating 45
-111001111110 one-for-one 51
-111001111110 15-member 53
-111001111110 12-member 53
-111001111110 13-member 57
-111001111110 non-cash 59
-111001111110 weekly-average 69
-111001111110 pro-rata 70
-111001111110 nine-member 77
-111001111110 six-member 79
-111001111110 ministerial 90
-111001111110 face-to-face 91
-111001111110 three-member 102
-111001111110 onetime 109
-111001111110 closed-door 109
-111001111110 seven-member 113
-111001111110 common-stock 118
-111001111110 low-level 126
-111001111110 five-member 128
-111001111110 case-by-case 137
-111001111110 semiannual 159
-111001111110 three-judge 171
-111001111110 supplemental 182
-111001111110 nonrecurring 313
-111001111110 high-level 332
-111001111110 tax-loss 353
-111001111110 dissident 569
-111001111110 hefty 751
-111001111110 controlling 1167
-111001111110 one-time 1434
-111001111110 minority 2203
-111001111110 special 7535
-111001111110 regular 2219
-111001111111 federal-income 1
-111001111111 flat-to-lower 1
-111001111111 smaller-than-normal 1
-111001111111 television-making 1
-111001111111 economy-destroying 1
-111001111111 growth-damaging 1
-111001111111 anti-wealth 1
-111001111111 50-bed 1
-111001111111 federal-excise 1
-111001111111 airtransportation 1
-111001111111 floriferous 1
-111001111111 hydrocracker 1
-111001111111 refrigerator-making 1
-111001111111 steam-heating 1
-111001111111 muni-related 1
-111001111111 post-Smiley 1
-111001111111 fresh-stream 1
-111001111111 wine-import 1
-111001111111 Blagoveshchenka 1
-111001111111 not-so-successful 1
-111001111111 Ballooning 1
-111001111111 consumer-based 1
-111001111111 miscounting 1
-111001111111 communist-infiltrated 1
-111001111111 wide-base 1
-111001111111 non-equine 1
-111001111111 half-a-percent 1
-111001111111 sub-minimum 1
-111001111111 loss-riddled 1
-111001111111 larger-than-justified 1
-111001111111 349-seat 1
-111001111111 GMUAW 1
-111001111111 wage-withholding 1
-111001111111 partially-owned 1
-111001111111 Democratically-crafted 1
-111001111111 unearned-income 1
-111001111111 45-cents-a-pound 1
-111001111111 76-seat 1
-111001111111 incentive-killing 1
-111001111111 incurrred 1
-111001111111 textile-bill 1
-111001111111 five-rate 1
-111001111111 probate-related 1
-111001111111 flatlander 1
-111001111111 generation-skipping-transfer 1
-111001111111 18,187 1
-111001111111 five-cent-a-gallon 1
-111001111111 Eskimo-owned 1
-111001111111 property-oriented 1
-111001111111 unclimbed 1
-111001111111 nex 1
-111001111111 sexiest-sounding 1
-111001111111 hotel-bed 1
-111001111111 property-company 1
-111001111111 lowest-discount 1
-111001111111 business-profits 1
-111001111111 cartoon-making 1
-111001111111 folk-medicine 1
-111001111111 Packwood-Rostenkowski 1
-111001111111 Kemp-Kasten 1
-111001111111 pre-20th 1
-111001111111 over-the-cap 1
-111001111111 smaller-than-hoped-for 1
-111001111111 800-mg. 1
-111001111111 financial-publishing 1
-111001111111 three-and-one-half 1
-111001111111 Superfund-excise 1
-111001111111 1,487,000 1
-111001111111 1,098,000 1
-111001111111 feistiest 1
-111001111111 Whig-dominated 1
-111001111111 large-lipped 1
-111001111111 import-incentive 1
-111001111111 69,814 1
-111001111111 later-divested 1
-111001111111 once-respectable 1
-111001111111 Blackboard 1
-111001111111 worker-tight 1
-111001111111 word-weary 1
-111001111111 bonus-and 1
-111001111111 already-paper-thin 1
-111001111111 freedom-endorsing 1
-111001111111 deferred-item 1
-111001111111 pre-revision 1
-111001111111 strike-adjusted 1
-111001111111 pre-consumption 1
-111001111111 Reagan-Kemp-Roth 1
-111001111111 just-revised 1
-111001111111 leakiest 1
-111001111111 forced-saving 1
-111001111111 profit-linked 1
-111001111111 courtlier 1
-111001111111 10,000-employee 1
-111001111111 Social-Security 1
-111001111111 230-store 1
-111001111111 Kennedy-Simpson 1
-111001111111 firm-National 1
-111001111111 alternative-minimum 1
-111001111111 Uganda-born 1
-111001111111 HERS 1
-111001111111 half-a-loaf 1
-111001111111 market-hog 1
-111001111111 Treasury-wide 1
-111001111111 firstyear 1
-111001111111 first-bracket 1
-111001111111 Penn-Central 1
-111001111111 no-hit 1
-111001111111 Liberal-controlled 1
-111001111111 two-cents-a-pack 1
-111001111111 90-hour 1
-111001111111 crawl-through-the-bushes 1
-111001111111 branch-profits 1
-111001111111 Liberal-dominated 1
-111001111111 loophole-littered 1
-111001111111 bottomtier 1
-111001111111 Duluth-based 1
-111001111111 high-incentive 1
-111001111111 End-of-quarter 1
-111001111111 broadstroke 1
-111001111111 cost-of-goods 2
-111001111111 AEWR 2
-111001111111 less-than-dazzling 2
-111001111111 spunoff 2
-111001111111 10-week-old 2
-111001111111 brake-fluid 2
-111001111111 20-percentage-point 2
-111001111111 revenue-maximizing 2
-111001111111 floor-level 2
-111001111111 flat-fee 2
-111001111111 recuperative 2
-111001111111 penny-a-share 2
-111001111111 stock-earnings 2
-111001111111 witholding 2
-111001111111 trade-closing 2
-111001111111 full-range 2
-111001111111 securities-information 2
-111001111111 0.0625 2
-111001111111 nonimmigrant 2
-111001111111 mimimum 2
-111001111111 cavity-causing 2
-111001111111 Reagan-backed 2
-111001111111 zero-return 2
-111001111111 historic-rehabilitation 2
-111001111111 retirement-earnings 2
-111001111111 income-fund 2
-111001111111 suction-like 2
-111001111111 submergence 2
-111001111111 coals-to-Newcastle 2
-111001111111 fuel-management 2
-111001111111 once-commanding 2
-111001111111 Hammerhead 2
-111001111111 three-shot 2
-111001111111 thousandth 2
-111001111111 multiphase 3
-111001111111 high-enough 3
-111001111111 claylike 3
-111001111111 100-hour 3
-111001111111 valueadded 3
-111001111111 vapor-control 3
-111001111111 fringe-benefits 3
-111001111111 capitalgains 3
-111001111111 learning-curve 3
-111001111111 60-cent-a-gallon 3
-111001111111 multi-tiered 3
-111001111111 tax-break 3
-111001111111 state-and-local 3
-111001111111 too-low 3
-111001111111 gross-receipts 3
-111001111111 site-by-site 3
-111001111111 paid-diversion 3
-111001111111 123-year-old 3
-111001111111 emission-system 3
-111001111111 1,582,000 3
-111001111111 1,472,000 3
-111001111111 consumption-based 3
-111001111111 terms-of-trade 4
-111001111111 constant-dollar 4
-111001111111 MaxSaver-type 4
-111001111111 fainter 4
-111001111111 Technicare 4
-111001111111 Alaska-natives 4
-111001111111 stock-transaction 4
-111001111111 half-trillion-dollar 4
-111001111111 Simpson-Rodino 4
-111001111111 outside-director 4
-111001111111 9-to-1 4
-111001111111 trackless 4
-111001111111 900-number 5
-111001111111 five-digit 5
-111001111111 marketbasket 5
-111001111111 25-cent-an-hour 5
-111001111111 half-percent 5
-111001111111 Maxsaver 5
-111001111111 new-hire 5
-111001111111 tell-tale 5
-111001111111 9-to-6 5
-111001111111 1970-71 6
-111001111111 windfall-profit 6
-111001111111 nontransferable 6
-111001111111 mid-contract 6
-111001111111 Kemp-Roth 6
-111001111111 red-carpet 6
-111001111111 government-set 6
-111001111111 granular 7
-111001111111 blood-alcohol 7
-111001111111 gross-profit 7
-111001111111 gas-guzzler 7
-111001111111 more-favorable 7
-111001111111 mail-in 7
-111001111111 200-point 7
-111001111111 last-resort 8
-111001111111 sub-zero 8
-111001111111 life-sustaining 9
-111001111111 17-point 10
-111001111111 nine-digit 10
-111001111111 cut-off 10
-111001111111 generation-skipping 10
-111001111111 crazy-quilt 10
-111001111111 soon-to-expire 10
-111001111111 earned-income 10
-111001111111 capital-gain 11
-111001111111 9-to-5 11
-111001111111 full-coach 11
-111001111111 three-to-one 11
-111001111111 Tacit 11
-111001111111 two-to-one 11
-111001111111 millionth 13
-111001111111 undivided 13
-111001111111 checkerboard 13
-111001111111 net-worth 14
-111001111111 50-cent 14
-111001111111 non-deductible 14
-111001111111 output-based 15
-111001111111 record-high 15
-111001111111 cents-off 16
-111001111111 nitty-gritty 16
-111001111111 ejection 16
-111001111111 subminimum 16
-111001111111 3-to-2 16
-111001111111 scaled-back 17
-111001111111 4-to-1 17
-111001111111 power-train 17
-111001111111 supersaver 19
-111001111111 diesel-fuel 19
-111001111111 personal-income 19
-111001111111 seven-figure 20
-111001111111 flat-rate 20
-111001111111 strictest 21
-111001111111 Bicentennial 23
-111001111111 risk-based 23
-111001111111 windfall-profits 25
-111001111111 non 36
-111001111111 3-to-1 39
-111001111111 unitary 45
-111001111111 six-figure 61
-111001111111 Smoot-Hawley 65
-111001111111 allowable 99
-111001111111 2-to-1 105
-111001111111 lump 136
-111001111111 MaxSaver 137
-111001111111 360-day 139
-111001111111 365-day 139
-111001111111 preferential 160
-111001111111 first-year 161
-111001111111 two-tier 175
-111001111111 break-even 195
-111001111111 value-added 217
-111001111111 statutory 239
-111001111111 excise 273
-111001111111 nominal 386
-111001111111 withholding 501
-111001111111 marginal 617
-111001111111 capital-gains 701
-111001111111 typical 1261
-111001111111 maximum 1582
-111001111111 full 6817
-111001111111 minimum 2934
-11101000 Hawaii-Guam 1
-11101000 already-depleted 1
-11101000 DAP. 1
-11101000 CITES. 1
-11101000 pipleline 1
-11101000 Japanense 1
-11101000 anti-estrogen 1
-11101000 still-wide 1
-11101000 public-administration 1
-11101000 Value-Added 1
-11101000 1,128-page 1
-11101000 industry-oriented 1
-11101000 post-Solidarity 1
-11101000 H.M.A.S. 1
-11101000 ungolden 1
-11101000 pigment-churning 1
-11101000 ex-FBI 1
-11101000 anti-Managua 1
-11101000 N.K. 1
-11101000 much-misunderstood 1
-11101000 still-burgeoning 1
-11101000 then-limited 1
-11101000 Bork/Ginsburg 1
-11101000 Israeli-Iran 1
-11101000 AFLCIO. 1
-11101000 Meghauly 1
-11101000 Ondes 1
-11101000 OSHA-set 1
-11101000 CBO. 1
-11101000 berobed 1
-11101000 Kellogg-Briand 1
-11101000 recently-vetoed 1
-11101000 Labor-affiliated 1
-11101000 bank-insuring 1
-11101000 VDMA 1
-11101000 PTA. 1
-11101000 thrift-owned 1
-11101000 GM-Ford 1
-11101000 defense-fund 1
-11101000 export-is-everything 1
-11101000 U.S./Canada 1
-11101000 unpedigreed 1
-11101000 out-of-kilter 1
-11101000 adult-toy 1
-11101000 KMU. 1
-11101000 new-styled 1
-11101000 IPO. 1
-11101000 U-Save 1
-11101000 Vigo 1
-11101000 Ultracel 1
-11101000 ITC. 1
-11101000 P-47 1
-11101000 Japanese-Chinese 1
-11101000 Sidel-Braniff 1
-11101000 then-secret 2
-11101000 strong-selling 2
-11101000 NAFTA 2
-11101000 300,000-square-foot 2
-11101000 more-accessible 2
-11101000 summer-stock 2
-11101000 center-field 2
-11101000 exercise-equipment 2
-11101000 Nonlethal 2
-11101000 UAW. 2
-11101000 USIA. 2
-11101000 once-lucrative 2
-11101000 now-ailing 2
-11101000 u.s. 2
-11101000 Wayn-Tex 2
-11101000 CD. 2
-11101000 Soviet-Cuban 2
-11101000 7-Nation 2
-11101000 Scimitar 2
-11101000 Xicheng 2
-11101000 nonaccountable 2
-11101000 lithium-iron-sulphide 2
-11101000 Socialist-dominated 2
-11101000 Banif 2
-11101000 Allens 2
-11101000 38-nation 2
-11101000 Eurofranc 2
-11101000 Mogadishu 2
-11101000 Optic-Electronic 2
-11101000 Pontdrif 2
-11101000 Old-Time 2
-11101000 Dantos 2
-11101000 coat-and-tie 2
-11101000 Sumptuous 2
-11101000 EC-approved 2
-11101000 TF-1 2
-11101000 McEvoy-Willis 2
-11101000 now-abandoned 3
-11101000 ACLU. 3
-11101000 Undugu 3
-11101000 6350 3
-11101000 ADB. 3
-11101000 24th-largest 3
-11101000 U.S.-initiated 3
-11101000 Dawa 3
-11101000 Cherco 3
-11101000 Kiddicraft 3
-11101000 CCR 3
-11101000 CFTC. 3
-11101000 MEBA 3
-11101000 G-10 3
-11101000 FTC. 3
-11101000 Dip-Stick 3
-11101000 U.S.-Taiwan 3
-11101000 PC. 4
-11101000 Escondida 4
-11101000 Vneshekonobank 4
-11101000 1986-1988 4
-11101000 plumbing-products 4
-11101000 Texocom 4
-11101000 X.400 4
-11101000 104th 4
-11101000 Tenderloin 4
-11101000 NASD. 5
-11101000 Ikwezi 5
-11101000 Nazi-Soviet 5
-11101000 Rocketdyne 5
-11101000 Waterfront 5
-11101000 long-beleaguered 5
-11101000 Tutto 5
-11101000 FRELIMO 5
-11101000 Catawba 6
-11101000 15-carrier 6
-11101000 Tuna 6
-11101000 Multistate 6
-11101000 Puget-Columbia 6
-11101000 undelivered 7
-11101000 SPARC 7
-11101000 now-discontinued 7
-11101000 Northeast-Midwest 7
-11101000 Hitco 7
-11101000 EMT 8
-11101000 Maldives 8
-11101000 Intermediate-Range 8
-11101000 Surry 9
-11101000 Champs 9
-11101000 No.1 9
-11101000 Jerez 9
-11101000 Stanhope 9
-11101000 Lachmar 9
-11101000 1973-1974 10
-11101000 supersecret 10
-11101000 Detroit-Hamtramck 10
-11101000 9th 11
-11101000 PDF 12
-11101000 Meadowlands 12
-11101000 Aussie 14
-11101000 Lithuanian 14
-11101000 Ritz-Carlton 15
-11101000 IRS. 15
-11101000 LME 15
-11101000 FDA. 17
-11101000 FMLN 18
-11101000 CIA. 18
-11101000 SS 19
-11101000 FSLIC. 22
-11101000 Maoist 22
-11101000 unwary 23
-11101000 Bafokeng 24
-11101000 Talbots 25
-11101000 RT 48
-11101000 Yukon 50
-11101000 U.S 166
-11101000 U.S. 87492
-11101000 U.K. 1765
-1110100100 9,420,602 1
-1110100100 more-diversified 1
-1110100100 Fireflame 1
-1110100100 malachite-inlaid 1
-1110100100 tank-trailer-interior 1
-1110100100 A7-D 1
-1110100100 37,000-acre 1
-1110100100 Scandinavian-type 1
-1110100100 Cincinnati-bound 1
-1110100100 Shell-BP 1
-1110100100 well-disciplined 1
-1110100100 Euro-Swiss 1
-1110100100 Koury 1
-1110100100 Templeton/ 1
-1110100100 Templeton/Taft 1
-1110100100 388-store 1
-1110100100 T.T.Z. 1
-1110100100 679-bed 1
-1110100100 Kennelwood 1
-1110100100 once-passive 1
-1110100100 22-outlet 1
-1110100100 Mid-Bronx 1
-1110100100 110-passenger 1
-1110100100 fleetest 1
-1110100100 soft-headed 1
-1110100100 Hearst-funded 1
-1110100100 Kokusai-Hyatt 1
-1110100100 increasein 1
-1110100100 15,000-watt 1
-1110100100 NHK-Lear 1
-1110100100 Passionate 1
-1110100100 hydrant-shaped 1
-1110100100 188-room 1
-1110100100 ever-moving 1
-1110100100 27-paper 1
-1110100100 88-hotel 1
-1110100100 claustrophobia-causing 1
-1110100100 Fujitsu-controlled 1
-1110100100 Dugi 1
-1110100100 Newhouse-family 1
-1110100100 152nd 1
-1110100100 ex-Boston 1
-1110100100 Butterfinger 1
-1110100100 fifth-highest-paid 1
-1110100100 Chiriaco 1
-1110100100 Ryetown 1
-1110100100 27,000-acre 1
-1110100100 similarly-rated 1
-1110100100 bottom-dweller 1
-1110100100 20-restaurant 1
-1110100100 U.S.-Honda 1
-1110100100 Ferruzzi-Iniziativa 1
-1110100100 British-centered 1
-1110100100 4,786,500 1
-1110100100 Pajaro 1
-1110100100 Buy-Rite 1
-1110100100 29-branch 1
-1110100100 840-unit 1
-1110100100 Wuyou 1
-1110100100 sputtered-out 1
-1110100100 850,000-member 1
-1110100100 Tivoli-type 1
-1110100100 Saskatoon-based 2
-1110100100 Bangkok-based 2
-1110100100 quick-moving 2
-1110100100 once-threatened 2
-1110100100 loss-producing 2
-1110100100 151st 2
-1110100100 7,951-ton 2
-1110100100 89-unit 2
-1110100100 2-inch 2
-1110100100 short-hop 2
-1110100100 100-bed 2
-1110100100 lucractive 2
-1110100100 Finnish-Soviet 2
-1110100100 once-bitter 2
-1110100100 17,300 2
-1110100100 Darwin-based 2
-1110100100 thread-bare 2
-1110100100 Fairbanks-based 2
-1110100100 Binghamton-based 2
-1110100100 Clinchfield 2
-1110100100 Murdoch-controlled 2
-1110100100 Monaco-based 2
-1110100100 YF-23 2
-1110100100 closedend 2
-1110100100 IDC. 2
-1110100100 war-shattered 2
-1110100100 1,055 2
-1110100100 Pi 2
-1110100100 fast-devaluing 2
-1110100100 multitrillion-dollar 2
-1110100100 Autonetics 2
-1110100100 52-yard 2
-1110100100 Deserted 2
-1110100100 146-seat 2
-1110100100 photodegradable 2
-1110100100 bonus-eligible 2
-1110100100 then-troubled 2
-1110100100 now-bankrupt 2
-1110100100 drought-dried 2
-1110100100 YF-23A 2
-1110100100 supplemental-health 2
-1110100100 DFS/Dorland 2
-1110100100 star-quality 2
-1110100100 445-employee 2
-1110100100 black-run 2
-1110100100 UAP. 2
-1110100100 Perelman-controlled 2
-1110100100 2,100-store 2
-1110100100 Gannett-owned 2
-1110100100 counter-top 2
-1110100100 talcum 2
-1110100100 Kentucky-born 2
-1110100100 Belgian-based 2
-1110100100 CIA-chartered 2
-1110100100 U.S.-Spanish 2
-1110100100 Wallenberg-controlled 2
-1110100100 warm-blooded 2
-1110100100 Amarillo-based 2
-1110100100 Olympic-related 2
-1110100100 long-vanished 2
-1110100100 Groningen 2
-1110100100 development-bank 2
-1110100100 10,000-man 2
-1110100100 Irving-based 2
-1110100100 Florence-based 2
-1110100100 Tabloid 2
-1110100100 Buffalo-area 2
-1110100100 35-nation 2
-1110100100 Beijing-controlled 2
-1110100100 Berkeley-based 2
-1110100100 Santiago-based 2
-1110100100 scandal-scarred 2
-1110100100 anti-Vietnam 3
-1110100100 still-troubled 3
-1110100100 12,300 3
-1110100100 Swiss-owned 3
-1110100100 Bronfman-controlled 3
-1110100100 CIA-controlled 3
-1110100100 2,800-member 3
-1110100100 125-seat 3
-1110100100 Roltra 3
-1110100100 Pakistani-born 3
-1110100100 780-unit 3
-1110100100 Oregon-based 3
-1110100100 Rochester-based 3
-1110100100 cutting-tool 3
-1110100100 Norway-based 3
-1110100100 home-team 3
-1110100100 unquoted 3
-1110100100 Tobaccoville 3
-1110100100 cash-squeezed 3
-1110100100 145-year-old 3
-1110100100 Avenida 3
-1110100100 Goodday 3
-1110100100 2,000-store 3
-1110100100 government-linked 3
-1110100100 Lubbock-based 3
-1110100100 Auckland-based 3
-1110100100 least-cost 3
-1110100100 bottom-ranked 3
-1110100100 15-store 3
-1110100100 Colorado-based 3
-1110100100 Delware 3
-1110100100 Haft-controlled 3
-1110100100 then-small 3
-1110100100 6,500-member 3
-1110100100 Toledo-based 3
-1110100100 1,159 3
-1110100100 Greenwich-based 3
-1110100100 Axe 3
-1110100100 Burlington-based 3
-1110100100 European-American 3
-1110100100 Imperiled 3
-1110100100 Wienerschnitzel 3
-1110100100 then-ailing 3
-1110100100 700-room 3
-1110100100 Syracuse-based 3
-1110100100 Simon-led 3
-1110100100 British-Dutch 3
-1110100100 Khashoggi-controlled 3
-1110100100 Ravenna-based 4
-1110100100 Dusseldorf-based 4
-1110100100 130-seat 4
-1110100100 19-seat 4
-1110100100 Louisville-based 4
-1110100100 Omaha-based 4
-1110100100 Hawaii-based 4
-1110100100 LeBow-controlled 4
-1110100100 trade-book 4
-1110100100 Providence-based 4
-1110100100 Maxwell-controlled 4
-1110100100 Gourd 4
-1110100100 financially-troubled 4
-1110100100 42-store 4
-1110100100 Barcelona-based 4
-1110100100 Massachussets 4
-1110100100 Chicagobased 4
-1110100100 British-built 4
-1110100100 Cambridge-based 4
-1110100100 Anglo/Dutch 4
-1110100100 Buffalo-based 4
-1110100100 Tragic 4
-1110100100 then-Socialist 4
-1110100100 Delegate 4
-1110100100 Acadian 4
-1110100100 lead-manager 4
-1110100100 5-foot-7 4
-1110100100 now-canceled 4
-1110100100 French-controlled 4
-1110100100 once-ailing 4
-1110100100 Kentucky-based 4
-1110100100 Silesian 4
-1110100100 300-pound 4
-1110100100 600-member 4
-1110100100 Soviet-aligned 4
-1110100100 Kelly-Springfield 4
-1110100100 Edmonton-based 4
-1110100100 Monterrey-based 5
-1110100100 Swedish-Swiss 5
-1110100100 Socialist-led 5
-1110100100 Glasgow-based 5
-1110100100 CMA 5
-1110100100 Burbank-based 5
-1110100100 Hamburg-based 5
-1110100100 Korean-born 5
-1110100100 400-lawyer 5
-1110100100 Bosnian 5
-1110100100 Newark-based 5
-1110100100 Wilmington-based 5
-1110100100 Orlando-based 5
-1110100100 union-owned 5
-1110100100 family-held 5
-1110100100 GM-Toyota 5
-1110100100 once-bustling 5
-1110100100 Ecuadorian 5
-1110100100 Johannesburg-based 5
-1110100100 Curacao-based 5
-1110100100 province-owned 5
-1110100100 Felmont 5
-1110100100 island-hopping 6
-1110100100 Ghanaian 6
-1110100100 All-England 6
-1110100100 Dutch-Anglo 6
-1110100100 state-operated 6
-1110100100 Sacramento-based 6
-1110100100 Belzberg-controlled 6
-1110100100 debt-plagued 6
-1110100100 Nasdaq-listed 6
-1110100100 20,000-member 6
-1110100100 Southside 6
-1110100100 research-based 6
-1110100100 Shulton 6
-1110100100 Dayton-based 6
-1110100100 Cactus 6
-1110100100 Taiwan-based 6
-1110100100 family-dominated 6
-1110100100 Basel-based 6
-1110100100 London-listed 6
-1110100100 motor-freight 7
-1110100100 Fortunate 7
-1110100100 French-based 7
-1110100100 Bermuda-registered 7
-1110100100 Tulsa-based 7
-1110100100 Communist-dominated 7
-1110100100 Rome-based 7
-1110100100 Massachusetts-based 7
-1110100100 Portland-based 7
-1110100100 Oakland-based 7
-1110100100 Bronx-based 8
-1110100100 Hellenic 8
-1110100100 much-smaller 8
-1110100100 KIMS 8
-1110100100 121-year-old 8
-1110100100 Osaka-based 8
-1110100100 Bahrain-based 8
-1110100100 Minnesota-based 8
-1110100100 Anchorage-based 8
-1110100100 Tampa-based 8
-1110100100 Madrid-based 9
-1110100100 once-sleepy 9
-1110100100 Manhattan-based 9
-1110100100 55-gallon 9
-1110100100 Michigan-based 9
-1110100100 British-American 10
-1110100100 government-held 10
-1110100100 Hunt-held 10
-1110100100 Turin-based 10
-1110100100 Belgium-based 10
-1110100100 Japanese-based 10
-1110100100 Nashville-based 10
-1110100100 once-booming 10
-1110100100 Dublin-based 10
-1110100100 Oslo-based 10
-1110100100 101st 10
-1110100100 Washingtonian 11
-1110100100 Manchester-based 11
-1110100100 Dutch-based 11
-1110100100 Perth-based 11
-1110100100 Melbourne-based 12
-1110100100 Akron-based 12
-1110100100 quasi-private 12
-1110100100 Hartford-based 12
-1110100100 Darth 13
-1110100100 youth-oriented 13
-1110100100 Canadian-based 14
-1110100100 Richmond-based 14
-1110100100 Ireland-based 14
-1110100100 Amsterdam-based 14
-1110100100 Austin-based 14
-1110100100 Columbus-based 14
-1110100100 Tunisian 14
-1110100100 third-ranked 14
-1110100100 Memphis-based 15
-1110100100 Stockholm-based 15
-1110100100 Bituminous 16
-1110100100 closely-held 17
-1110100100 Frankfurt-based 17
-1110100100 Vienna-based 17
-1110100100 Connecticut-based 18
-1110100100 Utah-based 18
-1110100100 Virginia-based 18
-1110100100 Singapore-based 19
-1110100100 spun-off 19
-1110100100 Brussels-based 19
-1110100100 Liberian 19
-1110100100 Britain-based 19
-1110100100 Detroit-area 22
-1110100100 Ottawa-based 24
-1110100100 Netherlands-based 24
-1110100100 Sydney-based 25
-1110100100 Hugoton 25
-1110100100 U.K.-based 26
-1110100100 Flamingo 26
-1110100100 Munich-based 28
-1110100100 much-larger 28
-1110100100 Florida-based 30
-1110100100 Yugoslavian 30
-1110100100 acquisition-minded 30
-1110100100 family-controlled 33
-1110100100 Mid-Atlantic 33
-1110100100 Australian-based 35
-1110100100 Luxembourg-based 37
-1110100100 Milan-based 39
-1110100100 family-run 40
-1110100100 Zurich-based 43
-1110100100 Phoenix-based 44
-1110100100 Bahamian 45
-1110100100 Honolulu-based 46
-1110100100 Calgary-based 46
-1110100100 Japan-based 49
-1110100100 Swiss-based 51
-1110100100 debt-laden 58
-1110100100 Geneva-based 59
-1110100100 loss-plagued 60
-1110100100 Bavarian 63
-1110100100 Indianapolis-based 69
-1110100100 Bermuda-based 74
-1110100100 Australia-based 78
-1110100100 California-based 82
-1110100100 Vancouver-based 84
-1110100100 Anglo-Dutch 85
-1110100100 British-based 86
-1110100100 Nigerian 98
-1110100100 Baltimore-based 108
-1110100100 Milwaukee-based 110
-1110100100 Portuguese 111
-1110100100 Detroit-based 136
-1110100100 Finnish 153
-1110100100 Chilean 159
-1110100100 defunct 168
-1110100100 Indonesian 179
-1110100100 state-controlled 181
-1110100100 Tokyo-based 187
-1110100100 Danish 205
-1110100100 Malaysian 207
-1110100100 Venezuelan 216
-1110100100 U.S.-based 233
-1110100100 Thai 234
-1110100100 Hawaiian 241
-1110100100 Austrian 244
-1110100100 Hungarian 259
-1110100100 Cleveland-based 271
-1110100100 Philadelphia-based 282
-1110100100 Cincinnati-based 284
-1110100100 Paris-based 293
-1110100100 Miami-based 295
-1110100100 Seattle-based 297
-1110100100 Peruvian 303
-1110100100 government-owned 336
-1110100100 Denver-based 347
-1110100100 Montreal-based 369
-1110100100 Norwegian 385
-1110100100 Pittsburgh-based 396
-1110100100 Minneapolis-based 427
-1110100100 Argentine 439
-1110100100 Boston-based 442
-1110100100 Atlanta-based 454
-1110100100 Greek 499
-1110100100 Washington-based 694
-1110100100 Toronto-based 765
-1110100100 Belgian 786
-1110100100 Irish 794
-1110100100 Houston-based 857
-1110100100 Swedish 904
-1110100100 Dallas-based 904
-1110100100 Philippine 919
-1110100100 state-owned 924
-1110100100 Spanish 978
-1110100100 London-based 1077
-1110100100 Dutch 1183
-1110100100 Indian 1203
-1110100100 Brazilian 1293
-1110100100 Chicago-based 1365
-1110100100 Italian 1696
-1110100100 Mexican 1728
-1110100100 Swiss 2702
-1110100100 British 12994
-1110100100 French 5570
-11101001010 once-similar 1
-11101001010 mid-market 1
-11101001010 basic-product 1
-11101001010 91,696 1
-11101001010 computer-hacker 1
-11101001010 Japense 1
-11101001010 economy-wary 1
-11101001010 140-to-155 1
-11101001010 reinsurance-client 1
-11101001010 import-pressed 1
-11101001010 wattled 1
-11101001010 Kerensky 1
-11101001010 best-hedged 1
-11101001010 70.00 1
-11101001010 mark-short 1
-11101001010 racing-style 1
-11101001010 Arriva 1
-11101001010 backstreet 1
-11101001010 IBM-clone 1
-11101001010 FBI-organized 1
-11101001010 Yankee-fueled 1
-11101001010 tycoon-run 1
-11101001010 once-robust 1
-11101001010 Vaz 1
-11101001010 commercial-weary 1
-11101001010 125.80-to-126 1
-11101001010 maker-authorized 1
-11101001010 leerier 1
-11101001010 bankruptcy-bound 1
-11101001010 Bond-controlled 1
-11101001010 BOLD-BOLD 1
-11101001010 foreign-partner 1
-11101001010 Meese-Reynolds-Manion-Rehnquist 1
-11101001010 ceramic-fiber 1
-11101001010 139.50 1
-11101001010 government-computed 1
-11101001010 gasoline-fueled 1
-11101001010 chorus-line 1
-11101001010 hopsital 1
-11101001010 dairy-run 1
-11101001010 diving-equipment 1
-11101001010 progammable 1
-11101001010 140-145 1
-11101001010 yen-battered 1
-11101001010 extra-strength 1
-11101001010 158.00 1
-11101001010 end-of-November 1
-11101001010 bulk-commodity 1
-11101001010 Nabisco-type 1
-11101001010 state-influenced 1
-11101001010 car-cuffing 1
-11101001010 organized-labor 1
-11101001010 Safelite 1
-11101001010 tabloid-television 1
-11101001010 97,750-unit 1
-11101001010 1,317 1
-11101001010 marine-transport 1
-11101001010 associate-label 1
-11101001010 Caribbean-based 1
-11101001010 hold-out 1
-11101001010 mark-Japanese 1
-11101001010 harp-shaped 1
-11101001010 Philippine-based 1
-11101001010 one-in-six 1
-11101001010 auto-product 1
-11101001010 cookwear 1
-11101001010 54,270 1
-11101001010 outer-island 1
-11101001010 low-credibility 1
-11101001010 steel-radial 1
-11101001010 desert-bound 1
-11101001010 1,863 1
-11101001010 severable 1
-11101001010 delicious-looking 1
-11101001010 snoopy 1
-11101001010 domestic-retailing 1
-11101001010 non-Alaskan 1
-11101001010 fund-oriented 1
-11101001010 Gabelli-controlled 1
-11101001010 lesser-rank 1
-11101001010 first-sector 1
-11101001010 rock-strewn 1
-11101001010 applied-science 1
-11101001010 Palestinian-run 1
-11101001010 highest-capitalized 1
-11101001010 bean-counting 2
-11101001010 soverign 2
-11101001010 non-malpractice 2
-11101001010 Peridex 2
-11101001010 385-acre 2
-11101001010 status-symbol 2
-11101001010 mining-company 2
-11101001010 500-attorney 2
-11101001010 China-backed 2
-11101001010 China-owned 2
-11101001010 golden-yellow 2
-11101001010 inter-related 2
-11101001010 U.S.-induced 2
-11101001010 creditor-country 2
-11101001010 Labeling 2
-11101001010 Japanse 2
-11101001010 ORC 2
-11101001010 less-skilled 2
-11101001010 Wolfsburg-based 2
-11101001010 public-college 2
-11101001010 Boise-based 2
-11101001010 early-reporting 2
-11101001010 Malaysian-Chinese 2
-11101001010 137.00 2
-11101001010 nightime 2
-11101001010 liquor-industry 2
-11101001010 Zalga 2
-11101001010 Ghia 2
-11101001010 private-passenger 2
-11101001010 Brazilian-owned 2
-11101001010 RISC-chip 2
-11101001010 once-skeptical 2
-11101001010 stong 3
-11101001010 takeover-target 3
-11101001010 cone-shaped 3
-11101001010 soda-ash 3
-11101001010 conservative-minded 3
-11101001010 near-bankrupt 3
-11101001010 12-million 3
-11101001010 off-the-road 3
-11101001010 1,924 3
-11101001010 AAA-rated 3
-11101001010 Trans-Pacific 3
-11101001010 paste-up 3
-11101001010 commmercial 3
-11101001010 profit-driven 3
-11101001010 25-speed 3
-11101001010 CLS 3
-11101001010 male-bashing 3
-11101001010 student-run 3
-11101001010 Landless 3
-11101001010 four-legged 3
-11101001010 minority-run 4
-11101001010 Delaware-incorporated 4
-11101001010 mujahidin 4
-11101001010 stateowned 4
-11101001010 service/information 4
-11101001010 poky 4
-11101001010 Beijing-based 4
-11101001010 robotized 4
-11101001010 GE/RCA 5
-11101001010 electro-mechanical 5
-11101001010 Mexican-made 5
-11101001010 once-great 5
-11101001010 Type-A 5
-11101001010 journeymen 5
-11101001010 weight-conscious 5
-11101001010 Norges 6
-11101001010 liquefied-natural-gas 6
-11101001010 Japanese-car 6
-11101001010 yummy 7
-11101001010 nothing-down 7
-11101001010 U.S.-bound 7
-11101001010 Bahraini 8
-11101001010 Canadian-controlled 8
-11101001010 S&P-500 9
-11101001010 Bedouin 10
-11101001010 venture-backed 10
-11101001010 large-volume 10
-11101001010 144.55 10
-11101001010 Favored 11
-11101001010 142.95 11
-11101001010 Cuisinart 11
-11101001010 120.25 11
-11101001010 non-American 12
-11101001010 multiline 12
-11101001010 Communist-controlled 13
-11101001010 full-line 13
-11101001010 retail-oriented 13
-11101001010 Touareg 15
-11101001010 Kenyan 16
-11101001010 142.20 16
-11101001010 best-managed 17
-11101001010 Singaporean 18
-11101001010 small-cap 20
-11101001010 food-industry 23
-11101001010 Spetsnaz 31
-11101001010 deposit-taking 33
-11101001010 packaged-goods 45
-11101001010 U.S.-owned 49
-11101001010 foreign-owned 88
-11101001010 Burmese 96
-11101001010 Taiwanese 309
-11101001010 Vietnamese 349
-11101001010 multinational 394
-11101001010 Japanese 19179
-11101001010 Chinese 2271
-11101001011 composer/performance 1
-11101001011 five-ounce 1
-11101001011 1,715 1
-11101001011 fifth-century 1
-11101001011 barbituates 1
-11101001011 helicopter-manufacturing 1
-11101001011 1314 1
-11101001011 159,750,000 1
-11101001011 Low-fat 1
-11101001011 shoe-production 1
-11101001011 small-sum 1
-11101001011 Citifunds 1
-11101001011 then-strong 1
-11101001011 ill-boding 1
-11101001011 Booberry 1
-11101001011 mynah 1
-11101001011 handnote 1
-11101001011 refiner-use 1
-11101001011 air-treatment 1
-11101001011 Dap 1
-11101001011 securities-sales 1
-11101001011 reactor-safety 1
-11101001011 Glyn 1
-11101001011 pithiness 1
-11101001011 Chuchoholics 1
-11101001011 60-employee 1
-11101001011 Brieck 1
-11101001011 Barasch 1
-11101001011 Mistretta 1
-11101001011 telepathy 1
-11101001011 methacrylate 1
-11101001011 defaulter 1
-11101001011 aluminium-can 1
-11101001011 Hitlerdammerung 1
-11101001011 overstrong 1
-11101001011 short-fibered 1
-11101001011 SPEED-RATED 1
-11101001011 Genpak 1
-11101001011 healt-hcare 1
-11101001011 glass-fibers 1
-11101001011 fiber-kilometers 1
-11101001011 Struggler 1
-11101001011 major-crimes 1
-11101001011 Tisch-Buffett 1
-11101001011 auto-finance 1
-11101001011 portland 1
-11101001011 98-91 1
-11101001011 state-of-the-network-censor 1
-11101001011 automotive-carrier 1
-11101001011 then-23-year-old 1
-11101001011 nuclear-construction 1
-11101001011 Eleme 1
-11101001011 hydro-electricity 1
-11101001011 consumer/commercial-finance 1
-11101001011 break-car 1
-11101001011 Alaskan-North 1
-11101001011 Anglo-dominated 1
-11101001011 4525 1
-11101001011 Seas/Japan 1
-11101001011 IIHS 1
-11101001011 Chens 1
-11101001011 Dravidians 1
-11101001011 sodium-borohydride 1
-11101001011 kms 1
-11101001011 then-overvalued 1
-11101001011 antiterrorist 1
-11101001011 1971-through-1976 1
-11101001011 coca-eradication 1
-11101001011 Pause. 1
-11101001011 4524 1
-11101001011 Molycorp 1
-11101001011 Winnipeg-based 1
-11101001011 California-to-Texas 1
-11101001011 CIBI-school 1
-11101001011 environmental-systems 1
-11101001011 25.568 1
-11101001011 can-sized 1
-11101001011 Manufacturers/Chrysler 1
-11101001011 212-307-7171 1
-11101001011 bakery-cafe 1
-11101001011 controlled-rate 1
-11101001011 1647 1
-11101001011 army-led 1
-11101001011 December-settlement 1
-11101001011 Bulgarian-born 1
-11101001011 Lisbon-based 1
-11101001011 33.40 1
-11101001011 cafeteria/gymnasium 1
-11101001011 professional-car 1
-11101001011 commercial-bus 1
-11101001011 handsoff 1
-11101001011 tons-a-year 1
-11101001011 fast-skidding 1
-11101001011 Polish-dominated 1
-11101001011 565foot-long 1
-11101001011 14-story-tall 1
-11101001011 Radiators 1
-11101001011 over-promised 1
-11101001011 tax-adjusted 1
-11101001011 Antartic 1
-11101001011 3,000-film 1
-11101001011 Syrian-tolerated 1
-11101001011 fish-canning 1
-11101001011 frontispiece 1
-11101001011 Meridian-Marine 1
-11101001011 Friskies 1
-11101001011 methylglyoxal 1
-11101001011 Filipino-Spanish 1
-11101001011 metric-ton-per-year 1
-11101001011 table-wine 1
-11101001011 paling 1
-11101001011 Taheh 1
-11101001011 FilMag 1
-11101001011 Double-decked 1
-11101001011 telephones. 1
-11101001011 key-man 1
-11101001011 154-foot-long 1
-11101001011 game-control 1
-11101001011 580-store 1
-11101001011 91.99 1
-11101001011 Jewish-rights 1
-11101001011 keyman 1
-11101001011 20-249 1
-11101001011 barge-transportation 1
-11101001011 Occasion 1
-11101001011 Catel 1
-11101001011 meditational 1
-11101001011 1,250-kilowatt 1
-11101001011 45-person 1
-11101001011 Pre-faded 1
-11101001011 5514 1
-11101001011 explosive. 1
-11101001011 tax-aversive 1
-11101001011 Bollere 1
-11101001011 outlets. 1
-11101001011 1,500-square-foot 1
-11101001011 gajillion 1
-11101001011 once-splendid 1
-11101001011 surburban 1
-11101001011 5X 1
-11101001011 6X 1
-11101001011 financing/leasing. 1
-11101001011 Euro-Canadian 1
-11101001011 benefits-services 1
-11101001011 Wannabees 1
-11101001011 Jigaboos 1
-11101001011 Heartaches 1
-11101001011 compan 1
-11101001011 permit. 1
-11101001011 Overvalued 1
-11101001011 Special-election 1
-11101001011 15th-ranked 1
-11101001011 harder-working 1
-11101001011 Earthly 1
-11101001011 Sitz 1
-11101001011 Abend 1
-11101001011 KICKING 1
-11101001011 auto-manufacturing 1
-11101001011 emblem. 1
-11101001011 Goodyear-France 1
-11101001011 imported-food 1
-11101001011 Nestle-owned 1
-11101001011 not-so-mighty 1
-11101001011 234.48 1
-11101001011 243.97 1
-11101001011 Mergens 1
-11101001011 Pentagon-derived 1
-11101001011 U.S.56 1
-11101001011 1058-1111 1
-11101001011 African-Americans 1
-11101001011 Corometrics 1
-11101001011 curvature. 1
-11101001011 Prussin 1
-11101001011 trackable 1
-11101001011 Beringwerke 1
-11101001011 X-marked 1
-11101001011 clearing-firm 1
-11101001011 bond-market-related 1
-11101001011 anti-hero 1
-11101001011 redhooded 1
-11101001011 packer-bound 1
-11101001011 67,000-ton 1
-11101001011 Mylar-coated 1
-11101001011 1/2C 1
-11101001011 CHEERS 1
-11101001011 not-so-close 1
-11101001011 Nautilus. 1
-11101001011 489.06 1
-11101001011 5,914.92 1
-11101001011 ex-Padre 1
-11101001011 450,000-kilowatt 1
-11101001011 K-12 2
-11101001011 Sire 2
-11101001011 FOI 2
-11101001011 SLORC 2
-11101001011 Arabesque 2
-11101001011 polyester-film 2
-11101001011 3/3 2
-11101001011 420-acre 2
-11101001011 Emmber 2
-11101001011 anodized 2
-11101001011 Decaffeinated 2
-11101001011 ink-making 2
-11101001011 1945-48 2
-11101001011 SRINF 2
-11101001011 ILWAS 2
-11101001011 six-screen 2
-11101001011 late-maturing 2
-11101001011 ginkgo 2
-11101001011 Christian-dominated 2
-11101001011 disposal-firm 2
-11101001011 RRF 2
-11101001011 far-away 2
-11101001011 Sosad 2
-11101001011 Assurance-Compagniet 2
-11101001011 2,000-foot 2
-11101001011 CII 2
-11101001011 Charmglow 2
-11101001011 Rossing 2
-11101001011 liberal/Keynesian 2
-11101001011 uncashable 2
-11101001011 Mallinkrodt 2
-11101001011 lignite-fired 2
-11101001011 OMIA 2
-11101001011 CMPs 2
-11101001011 YPLL 2
-11101001011 unconvertible 2
-11101001011 DOE/EIA 2
-11101001011 Sumiton 2
-11101001011 Indian-majority 2
-11101001011 FMMIA 2
-11101001011 Miramichi 2
-11101001011 TEFAP 2
-11101001011 capacity-controlled 2
-11101001011 PIOB 2
-11101001011 gaming-enforcement 2
-11101001011 '54 2
-11101001011 LeeWards 2
-11101001011 190-pound 2
-11101001011 male-headed 2
-11101001011 Entrecanales 2
-11101001011 DEZ 2
-11101001011 Armindo 2
-11101001011 SEC-regulated 2
-11101001011 UNP 2
-11101001011 less-popular 2
-11101001011 Mainstay 2
-11101001011 medium-grade 2
-11101001011 non-ANC 2
-11101001011 1967-68 2
-11101001011 Consoldiated 2
-11101001011 Worsley 2
-11101001011 fifth-generation 2
-11101001011 11-state 2
-11101001011 Tonio 2
-11101001011 IRET 2
-11101001011 Mocha 2
-11101001011 MSW 2
-11101001011 COPPE 2
-11101001011 FLSA 2
-11101001011 soft-goods 2
-11101001011 Svcs. 2
-11101001011 single-property 2
-11101001011 SPF 2
-11101001011 1978-86 2
-11101001011 ECM 2
-11101001011 NMB 2
-11101001011 NLS 2
-11101001011 600,600 2
-11101001011 faux-Ivy-League-campus-style 2
-11101001011 .320 2
-11101001011 1970-1976 2
-11101001011 record-labels 2
-11101001011 video-publishing 2
-11101001011 nonelectric 2
-11101001011 Angel/EMI 3
-11101001011 Rustenberg 3
-11101001011 Butternut 3
-11101001011 seven-story 3
-11101001011 592-room 3
-11101001011 Oglala 3
-11101001011 NERC 3
-11101001011 NIFA 3
-11101001011 silicon-chip 3
-11101001011 dealer-owned 3
-11101001011 continuing-operations 3
-11101001011 P&A 3
-11101001011 RCRA 3
-11101001011 1976-79 3
-11101001011 eponymous 3
-11101001011 TMAs 3
-11101001011 16-unit 3
-11101001011 CEBA 3
-11101001011 spring-sown 3
-11101001011 Hanoi-backed 4
-11101001011 July-delivery 4
-11101001011 Mazda-made 4
-11101001011 Case-IH 4
-11101001011 nine-cent-a-gallon 4
-11101001011 V.J. 4
-11101001011 Omni-Horizon 4
-11101001011 March-settlement 4
-11101001011 CBW 4
-11101001011 1,875 4
-11101001011 upmarket 5
-11101001011 November-delivery 5
-11101001011 Aryan 5
-11101001011 USL 5
-11101001011 PCE 5
-11101001011 Khalda 5
-11101001011 June-delivery 6
-11101001011 Pointer 6
-11101001011 MILLION 6
-11101001011 Cleveland-area 6
-11101001011 Caffeine-Free 6
-11101001011 strike-bound 6
-11101001011 multi-billion 6
-11101001011 Australian-dollar 6
-11101001011 February-delivery 7
-11101001011 Bistro 7
-11101001011 Borse 7
-11101001011 S.O.S. 7
-11101001011 Gaspe 7
-11101001011 ROC 7
-11101001011 lower-valued 8
-11101001011 September-delivery 8
-11101001011 Folgers 8
-11101001011 May-delivery 9
-11101001011 Kodacolor 10
-11101001011 half-billion 11
-11101001011 October-delivery 13
-11101001011 market-value 20
-11101001011 January-delivery 28
-11101001011 March-delivery 39
-11101001011 multimillion 49
-11101001011 December-delivery 57
-11101001011 multibillion 67
-11101001011 Anglo-French 86
-11101001011 Canadian 8802
-11101001011 Australian 2565
-1110100110 107-slot 1
-1110100110 job-short 1
-1110100110 granulocyte-monocyte 1
-1110100110 non-complying 1
-1110100110 unengaged 1
-1110100110 nonallied 1
-1110100110 aluminum-oriented 1
-1110100110 OPEC-member 1
-1110100110 corporate-conscious 1
-1110100110 ceilingless 1
-1110100110 European-immigrant 1
-1110100110 unrhythmic 1
-1110100110 protitable 1
-1110100110 highest-taxed 1
-1110100110 least-taxed 1
-1110100110 Southern-tier 1
-1110100110 shareholder-related 1
-1110100110 non-Netherlands 1
-1110100110 Bin-Mahfouz 1
-1110100110 beef-exporting 1
-1110100110 apple-producing 1
-1110100110 high-techonology 1
-1110100110 pre-mass 1
-1110100110 soybean-importing 1
-1110100110 car-producing 1
-1110100110 Esterline-related 1
-1110100110 Africano 1
-1110100110 flag-of-convenience 1
-1110100110 debt-distressed 1
-1110100110 losses.Guardian 1
-1110100110 African-built 1
-1110100110 consuming-member 1
-1110100110 Fullerton-area 1
-1110100110 far-tinier 1
-1110100110 energy-based 1
-1110100110 Micronesian 1
-1110100110 non-EEC 1
-1110100110 Africa-restricted 1
-1110100110 middle-Atlantic 1
-1110100110 communist-ruled 1
-1110100110 nonregulating 1
-1110100110 malaria-infested 1
-1110100110 lower-tax 1
-1110100110 wheat-selling 1
-1110100110 land-poor 1
-1110100110 shareholders-a 1
-1110100110 dollar-surplus 1
-1110100110 mango-exporting 1
-1110100110 vegetated 1
-1110100110 Korea-owned 1
-1110100110 Bible-related 1
-1110100110 military-ruled 1
-1110100110 bad-actor 1
-1110100110 coffee-importing 1
-1110100110 summiteering 1
-1110100110 weakcurrency 1
-1110100110 lessdeveloped 1
-1110100110 non-gulf 1
-1110100110 sugar-exporting 1
-1110100110 late-primary 1
-1110100110 pre-nuclear 1
-1110100110 African-marked 1
-1110100110 beat. 1
-1110100110 most-destitute 1
-1110100110 arms-building 1
-1110100110 technical-skills 1
-1110100110 timber-producing 1
-1110100110 non-G-7 1
-1110100110 tradition-loving 1
-1110100110 spy-catching 1
-1110100110 fourth-rate 1
-1110100110 non-participatory 1
-1110100110 clothing-making 1
-1110100110 debtridden 1
-1110100110 unassimilable 1
-1110100110 consumer-type 1
-1110100110 burley-belt 1
-1110100110 arms-exporting 1
-1110100110 most-developed 1
-1110100110 war-fractured 1
-1110100110 disaster-struck 1
-1110100110 exhibition. 1
-1110100110 less-admired 1
-1110100110 data-proccessing 1
-1110100110 diked 1
-1110100110 drug-source 1
-1110100110 latex-producing 1
-1110100110 underpopulated 1
-1110100110 trucking-company 1
-1110100110 drug-supplier 1
-1110100110 Robusta-producing 1
-1110100110 over-supplied 1
-1110100110 Marquesan 1
-1110100110 delegate-rich 1
-1110100110 ex-Swapo 1
-1110100110 2,998,450 1
-1110100110 Arab-ruled 1
-1110100110 aid-providing 1
-1110100110 miniwelfare 1
-1110100110 Mafia-inspired 1
-1110100110 Pinakothek 1
-1110100110 Pot-like 1
-1110100110 IDA-beneficiary 1
-1110100110 drug-producing 1
-1110100110 coca-producing 1
-1110100110 cheap-wage 1
-1110100110 Rouge-style 1
-1110100110 drug-supplying 1
-1110100110 Warsaw-pact 1
-1110100110 non-quota 1
-1110100110 littoral 1
-1110100110 oil-sector 1
-1110100110 most-polluted 1
-1110100110 long-deprived 1
-1110100110 Kong-made 1
-1110100110 Pacific-based 1
-1110100110 Transcaucasian 1
-1110100110 harder-hit 1
-1110100110 high-cost-housing 1
-1110100110 brain-impaired 1
-1110100110 Win-style 1
-1110100110 84,312 1
-1110100110 seven-Emirate 1
-1110100110 Howeizah 1
-1110100110 Shore-sponsored 1
-1110100110 food-exporting 1
-1110100110 corn-belt 1
-1110100110 Wakayama 1
-1110100110 wimpier 1
-1110100110 chili-producing 1
-1110100110 Sahelian 1
-1110100110 seven-emirate 1
-1110100110 G-24 1
-1110100110 states-policies 1
-1110100110 wintery 1
-1110100110 more-rural 1
-1110100110 lumber-producing 2
-1110100110 tobacco-producing 2
-1110100110 smaller-than-requested 2
-1110100110 voter-controlled 2
-1110100110 SOMA 2
-1110100110 second-rank 2
-1110100110 high-AIDS-incidence 2
-1110100110 portmanteau 2
-1110100110 AZT-treated 2
-1110100110 textile-exporting 2
-1110100110 labor-short 2
-1110100110 technology-exporting 2
-1110100110 already-crowded 2
-1110100110 Paulo-based 2
-1110100110 Kong-registered 2
-1110100110 commodity-exporting 2
-1110100110 coffee-consuming 2
-1110100110 industrial-heartland 2
-1110100110 Cloisters 2
-1110100110 revenue-needy 2
-1110100110 Stuart-Menlo 2
-1110100110 strife-ridden 2
-1110100110 non-pound 2
-1110100110 pied 2
-1110100110 Korea-bashing 2
-1110100110 Korean-Japanese 2
-1110100110 farm-supply 2
-1110100110 voter-owned 2
-1110100110 lower-proof 2
-1110100110 lottery-free 2
-1110100110 Jilin 2
-1110100110 machinist-union 2
-1110100110 non-Philippine 2
-1110100110 water-rich 2
-1110100110 industralized 2
-1110100110 most-indebted 2
-1110100110 major-currency 2
-1110100110 African-supplied 2
-1110100110 price-indexed 2
-1110100110 drought-parched 2
-1110100110 Japan-Soviet 2
-1110100110 weaker-currency 2
-1110100110 English-reading 2
-1110100110 gas-buying 2
-1110100110 non-Gulf 2
-1110100110 driftnet-fishing 2
-1110100110 high-minimum-wage 2
-1110100110 nonmarket 2
-1110100110 Pacific-rim 2
-1110100110 polyunsaturated 2
-1110100110 petro 2
-1110100110 rebate-taxing 2
-1110100110 liberal-democratic 2
-1110100110 market-economy 3
-1110100110 first-ranked 3
-1110100110 cosseted 3
-1110100110 cocaine-producing 3
-1110100110 150-odd 3
-1110100110 non-NATO 3
-1110100110 cotton-producing 3
-1110100110 oil-region 3
-1110100110 least-developed 3
-1110100110 energy-rich 3
-1110100110 FSLIC-aided 3
-1110100110 speed-skating 3
-1110100110 overpopulated 3
-1110100110 timbered 3
-1110100110 Carleo 3
-1110100110 Swiss-American 3
-1110100110 tin-consuming 3
-1110100110 pork-producing 3
-1110100110 sugar-producing 3
-1110100110 British-ruled 3
-1110100110 recession-hit 3
-1110100110 non-Cocom 3
-1110100110 wheat-growing 3
-1110100110 '50s-style 3
-1110100110 hog-producing 4
-1110100110 soybean-producing 4
-1110100110 energy-belt 4
-1110100110 Asia-based 4
-1110100110 Francophone 4
-1110100110 middlebrow 4
-1110100110 stateless 4
-1110100110 state-insured 4
-1110100110 now-vanished 4
-1110100110 fastgrowing 4
-1110100110 oil-importing 4
-1110100110 Bengali 4
-1110100110 steel-exporting 4
-1110100110 trade-surplus 4
-1110100110 Manchurian 4
-1110100110 non-lending 4
-1110100110 heavily-indebted 5
-1110100110 weak-currency 5
-1110100110 interisland 5
-1110100110 first-asylum 5
-1110100110 revenue-hungry 5
-1110100110 grain-growing 5
-1110100110 corn-producing 5
-1110100110 Eastern-bloc 5
-1110100110 nonsocialist 5
-1110100110 lower-wage 6
-1110100110 Hubei 6
-1110100110 white-ruled 6
-1110100110 Korea-based 6
-1110100110 Argentinean 6
-1110100110 majority-held 6
-1110100110 wine-producing 6
-1110100110 woebegone 6
-1110100110 third-world 6
-1110100110 Republican-leaning 6
-1110100110 food-importing 6
-1110100110 textile-producing 6
-1110100110 cattle-producing 7
-1110100110 German-French 7
-1110100110 African-backed 7
-1110100110 corn-growing 7
-1110100110 steel-producing 7
-1110100110 granulocyte-macrophage 7
-1110100110 grain-producing 8
-1110100110 Maginot 8
-1110100110 food-producing 8
-1110100110 strong-currency 8
-1110100110 cash-short 8
-1110100110 Yemeni 9
-1110100110 cattle-feeding 9
-1110100110 Berlin-based 9
-1110100110 non-allied 9
-1110100110 frontline 9
-1110100110 Korean-built 10
-1110100110 oil-consuming 10
-1110100110 urbanized 12
-1110100110 Communist-bloc 13
-1110100110 coffee-producing 13
-1110100110 beef-producing 14
-1110100110 less-than-truckload 14
-1110100110 deficit-ridden 14
-1110100110 pre-revolutionary 15
-1110100110 cash-starved 15
-1110100110 Korean-made 15
-1110100110 non-socialist 15
-1110100110 North-South 16
-1110100110 high-wage 16
-1110100110 low-tax 16
-1110100110 lesser-developed 17
-1110100110 ASEAN 17
-1110100110 Mideastern 18
-1110100110 midwestern 18
-1110100110 Benelux 19
-1110100110 oil-exporting 21
-1110100110 debt-burdened 22
-1110100110 Transvaal 23
-1110100110 nonaligned 25
-1110100110 Contadora 26
-1110100110 debt-troubled 28
-1110100110 high-tax 28
-1110100110 Andean 29
-1110100110 non-Russian 30
-1110100110 noncommunist 30
-1110100110 East-bloc 34
-1110100110 Asia-Pacific 36
-1110100110 interdependent 39
-1110100110 front-line 39
-1110100110 oil-patch 39
-1110100110 FSLIC-insured 41
-1110100110 oil-rich 45
-1110100110 industrializing 50
-1110100110 mid-Atlantic 51
-1110100110 Nordic 52
-1110100110 debt-ridden 57
-1110100110 GMC 57
-1110100110 underdeveloped 59
-1110100110 cash-strapped 83
-1110100110 non-Communist 92
-1110100110 non-communist 93
-1110100110 Northeastern 107
-1110100110 Baltic 109
-1110100110 oil-producing 122
-1110100110 less-developed 164
-1110100110 sovereign 202
-1110100110 indebted 203
-1110100110 Midwestern 212
-1110100110 non-OPEC 239
-1110100110 inner 328
-1110100110 industrialized 567
-1110100110 ailing 614
-1110100110 debtor 764
-1110100110 Asian 1472
-1110100110 African 2017
-1110100110 Korean 2112
-1110100110 European 8548
-1110100110 troubled 2688
-11101001110 elderly-rights 1
-11101001110 50-employee 1
-11101001110 transport-credit 1
-11101001110 film-unit 1
-11101001110 Soviet-propped 1
-11101001110 decent-sized 1
-11101001110 25thlargest 1
-11101001110 smaller-capitalized 1
-11101001110 Paris-registered 1
-11101001110 made-in-Texas 1
-11101001110 Forty-Niners 1
-11101001110 Columbia-Idaho 1
-11101001110 300th-largest 1
-11101001110 508,200 1
-11101001110 260-person 1
-11101001110 five-lawyer 1
-11101001110 widely-traded 1
-11101001110 Ga.based 1
-11101001110 garageman 1
-11101001110 41st-largest 1
-11101001110 non-ACLU 1
-11101001110 Aeroperu 1
-11101001110 money-gushing 1
-11101001110 motleyest 1
-11101001110 60-degree 1
-11101001110 tropical-forest 1
-11101001110 132nd 1
-11101001110 median-sized 1
-11101001110 median-size 1
-11101001110 bugproof 1
-11101001110 Franco-Arab 1
-11101001110 still-wounded 1
-11101001110 commercial/investment 1
-11101001110 Concord-based 1
-11101001110 quasi-central 1
-11101001110 28th-largest 1
-11101001110 computer-phobic 1
-11101001110 cross-side 1
-11101001110 S/T-15 1
-11101001110 135-branch 1
-11101001110 businessman-oriented 1
-11101001110 ECU-denomimated 1
-11101001110 military-tied 1
-11101001110 value-heavy 1
-11101001110 pro-Pakistan 1
-11101001110 Wilimington 1
-11101001110 historical-performance 1
-11101001110 collective-farm 1
-11101001110 turnover-reporting 1
-11101001110 farm-area 1
-11101001110 industrial-financing 1
-11101001110 statesman/philosopher 1
-11101001110 somewhat-confused 1
-11101001110 cross-county-line 1
-11101001110 guerrilla-aid 1
-11101001110 Bologna-based 1
-11101001110 Norinchukin 1
-11101001110 retail-weighted 1
-11101001110 price-making 1
-11101001110 Dallas-controlled 1
-11101001110 Dallas-owned 1
-11101001110 27-point 1
-11101001110 weaker-capitalized 1
-11101001110 5,900-employee 1
-11101001110 non-Dutch 1
-11101001110 223-room 1
-11101001110 102nd-largest 1
-11101001110 stronger-rated 1
-11101001110 Sardinian 1
-11101001110 12,944 1
-11101001110 Airbus-sponsoring 1
-11101001110 Waterloo-based 1
-11101001110 loss-prone 1
-11101001110 semi-good 1
-11101001110 semi-bad 1
-11101001110 then-unstaged 1
-11101001110 community-run 1
-11101001110 then-depressed 1
-11101001110 bank/investment 1
-11101001110 green-winged 1
-11101001110 KLM-controlled 1
-11101001110 LDC-lending 1
-11101001110 13,613 1
-11101001110 cement-export 1
-11101001110 problem-debtor 1
-11101001110 minority-oriented 1
-11101001110 trigonometric 1
-11101001110 major-country 1
-11101001110 piranha-infested 1
-11101001110 brassiest 1
-11101001110 48-story 2
-11101001110 83rd 2
-11101001110 turncoat 2
-11101001110 cental 2
-11101001110 30th-largest 2
-11101001110 wellheeled 2
-11101001110 bailed-out 2
-11101001110 moneycenter 2
-11101001110 800,000-square-foot 2
-11101001110 good/bad 2
-11101001110 agricultural-credit 2
-11101001110 34-member 2
-11101001110 more-developed 2
-11101001110 clearing-house 2
-11101001110 top-seeded 2
-11101001110 computer-produced 2
-11101001110 Afrika 3
-11101001110 119-year-old 3
-11101001110 economic-affairs 3
-11101001110 lesser-reserved 3
-11101001110 bank/bad 5
-11101001110 limited-purpose 5
-11101001110 19-member 6
-11101001110 Soviet-owned 7
-11101001110 12-bank 8
-11101001110 six-to-10-day 9
-11101001110 misapplying 10
-11101001110 piggy 21
-11101001110 super-regional 32
-11101001110 money-center 226
-11101001110 central 6378
-11101001110 merchant 1184
-11101001111 CH-46 1
-11101001111 access-memory 1
-11101001111 533,395 1
-11101001111 fluoridated 1
-11101001111 1,500-ton-a-day 1
-11101001111 146-QT 1
-11101001111 RV-1 1
-11101001111 169-seat 1
-11101001111 terrain-following 1
-11101001111 lamppost-like 1
-11101001111 bewhiskered 1
-11101001111 unguided 1
-11101001111 ice-cone 1
-11101001111 A-6A 1
-11101001111 UH-60A 1
-11101001111 cold-form 1
-11101001111 intersperses 1
-11101001111 Resealable 1
-11101001111 95-plane 1
-11101001111 F-l5 1
-11101001111 KC-130t 1
-11101001111 big-deck 1
-11101001111 F-16N 1
-11101001111 C-22B 1
-11101001111 Estrogens 1
-11101001111 national-to-state 1
-11101001111 mental-hospital 1
-11101001111 psuedo 1
-11101001111 cholesterol-altering 1
-11101001111 eight-valve 1
-11101001111 EF-18 1
-11101001111 AF-18 1
-11101001111 desalinizing 1
-11101001111 isotope-tagged 1
-11101001111 subsonic 1
-11101001111 F-4EJ 1
-11101001111 496-seat 1
-11101001111 temporarily-lost 1
-11101001111 6,200-mile-range 1
-11101001111 semaless 1
-11101001111 solid-fueled 1
-11101001111 munitions-production 1
-11101001111 Reim 1
-11101001111 126-foot 1
-11101001111 racing-pig 1
-11101001111 126-foot-long 1
-11101001111 grittily 1
-11101001111 T-53 1
-11101001111 peak-time 1
-11101001111 ooow 1
-11101001111 46-seat 1
-11101001111 four-masted 1
-11101001111 museum-leased 1
-11101001111 600-foot 1
-11101001111 lowest-weight 1
-11101001111 anti-fascist 1
-11101001111 lower-deck 1
-11101001111 hand-worked 1
-11101001111 Ky.-bound 1
-11101001111 London-to-Cincinnati 1
-11101001111 12-by-120-foot 1
-11101001111 bus-sized 1
-11101001111 Earth-study 1
-11101001111 onionskin 1
-11101001111 81-foot 1
-11101001111 C-21A 1
-11101001111 SH-60 1
-11101001111 magic-marker-red 1
-11101001111 Peruvian-owned 1
-11101001111 fare-steel 1
-11101001111 immune-regulatory 1
-11101001111 football-field-length 1
-11101001111 102nd 1
-11101001111 valuabe 1
-11101001111 industrialized-country 1
-11101001111 220-horsepower 1
-11101001111 gefilte 1
-11101001111 steel-encased 1
-11101001111 Aero-Mexico 1
-11101001111 fuel-stingy 1
-11101001111 poorer-selling 1
-11101001111 142-passenger 1
-11101001111 7,464 1
-11101001111 sintered 1
-11101001111 escrowed-to-maturity 1
-11101001111 1,342,100 1
-11101001111 data-relay 1
-11101001111 spoonable 1
-11101001111 GE-38 1
-11101001111 thuggish 1
-11101001111 freezer-case 1
-11101001111 50-inch-square 1
-11101001111 Fiumicino 1
-11101001111 lung-like 1
-11101001111 straw-roofed 1
-11101001111 regular-size 1
-11101001111 two-cycle 1
-11101001111 jet-powered 1
-11101001111 turboprop-powered 1
-11101001111 non-premium 1
-11101001111 Tokyo-Alaska-Europe 1
-11101001111 Rolls-Turbomeca 1
-11101001111 technologically-advanced 1
-11101001111 Boeing-made 1
-11101001111 Krasnoyark 1
-11101001111 airline-coupon 1
-11101001111 hands-high 1
-11101001111 ALPS-directed 1
-11101001111 X-31A 1
-11101001111 B-1D 1
-11101001111 machine-made 1
-11101001111 cell-to-cell 1
-11101001111 5.3-liter 1
-11101001111 long-sour 1
-11101001111 aluminum-alloy 1
-11101001111 poison-carrying 1
-11101001111 37-foot 1
-11101001111 MH-47E 1
-11101001111 Selway-Bitterroot 1
-11101001111 V-1b 1
-11101001111 EC-135 1
-11101001111 Zaisei 1
-11101001111 narrow-bodied 1
-11101001111 Washington-bound 1
-11101001111 Shopska 1
-11101001111 Cubbie 1
-11101001111 Super-Stealth 1
-11101001111 large-diameter 1
-11101001111 megestrol 1
-11101001111 270-mile 1
-11101001111 black-and-silver 1
-11101001111 enameled 1
-11101001111 A-6f 1
-11101001111 F-21A 1
-11101001111 virus-research 1
-11101001111 life-defrauding 1
-11101001111 private-capital 1
-11101001111 Gensco 1
-11101001111 DC-914 1
-11101001111 Kharkongor 1
-11101001111 146-passenger 1
-11101001111 oil-bearing 1
-11101001111 agricultural-outlook 1
-11101001111 3.9-liter 1
-11101001111 longer-bodied 1
-11101001111 brisk-selling 1
-11101001111 2,096 1
-11101001111 Falcon-20 1
-11101001111 titanium-skinned 1
-11101001111 Lockheed-built 1
-11101001111 F-7M 1
-11101001111 wristband 1
-11101001111 Medivac 1
-11101001111 food-testing 1
-11101001111 COMBI 1
-11101001111 289-cubic-inch 1
-11101001111 very-short-range 1
-11101001111 local-authority 1
-11101001111 T-34C 1
-11101001111 UH-1H 1
-11101001111 combined-effects 1
-11101001111 exoatmospheric 1
-11101001111 agricultural-training 1
-11101001111 24-transponder 1
-11101001111 Schoenefeld 1
-11101001111 Caribbean-area 1
-11101001111 tank-production 1
-11101001111 slick-coated 1
-11101001111 4-68 1
-11101001111 156-seat 1
-11101001111 CFM56-5A1 1
-11101001111 Seck 1
-11101001111 44-seat 1
-11101001111 high-endurance 1
-11101001111 environmental-study 1
-11101001111 190-seat 1
-11101001111 non-Brunei 1
-11101001111 short-take-off 1
-11101001111 war-proven 1
-11101001111 nonirrigated 1
-11101001111 SF340 1
-11101001111 bean-sprout 1
-11101001111 three-word 1
-11101001111 321-seat 1
-11101001111 Firefly 1
-11101001111 Orbitron 1
-11101001111 S-21A 1
-11101001111 triple-warhead 1
-11101001111 1,650-acre 1
-11101001111 just-unloaded 1
-11101001111 company-car 1
-11101001111 much-hailed 1
-11101001111 C-130h 1
-11101001111 highest-circulation 1
-11101001111 chromed 1
-11101001111 high-bypass 1
-11101001111 1981-84-model 1
-11101001111 241-seat 1
-11101001111 stage-door 1
-11101001111 non-office 1
-11101001111 1,500-pound 1
-11101001111 170-seat 1
-11101001111 767300ER 1
-11101001111 C-135 1
-11101001111 61-foot 1
-11101001111 electric-vehicle 1
-11101001111 for-and 1
-11101001111 passenger-carrying 1
-11101001111 121-seat 1
-11101001111 rodlike 1
-11101001111 solid-booster 1
-11101001111 steeltesting 1
-11101001111 commecial 1
-11101001111 CFM-made 1
-11101001111 non-archival 1
-11101001111 TR1 1
-11101001111 Jetstream-31 1
-11101001111 E-4B 1
-11101001111 10-passenger 1
-11101001111 J-79 1
-11101001111 super-calendared 1
-11101001111 30-millimeter 1
-11101001111 Tennnessee 1
-11101001111 knapsack-sized 1
-11101001111 nylon-resin 1
-11101001111 post-bankruptcy 1
-11101001111 poplin 1
-11101001111 horse-country 1
-11101001111 A-6e 1
-11101001111 SF-340 1
-11101001111 MI-24 1
-11101001111 dome-mounted 1
-11101001111 magenta-colored 1
-11101001111 disfigures 1
-11101001111 white-gray 1
-11101001111 D-flawless 1
-11101001111 Avot-Vallee 1
-11101001111 disease-proof 1
-11101001111 fast-attack 1
-11101001111 heavy-gauge 1
-11101001111 longer-fuselage 1
-11101001111 most-ordered 1
-11101001111 hip-hop 1
-11101001111 32,500-square-foot 1
-11101001111 sensor-bearing 1
-11101001111 extracorporeal 1
-11101001111 news-release 1
-11101001111 50mm 1
-11101001111 mono-clonal 1
-11101001111 10,000-pound 1
-11101001111 Douglas-Home 1
-11101001111 energy-conserving 1
-11101001111 fuel-loaded 1
-11101001111 taxation-reform 1
-11101001111 Otopeni 1
-11101001111 EF18A 1
-11101001111 MiG-21B 1
-11101001111 C17 1
-11101001111 receptor-binding 1
-11101001111 meerschaum 1
-11101001111 ultra-posh 1
-11101001111 Delaware-chartered 1
-11101001111 Molesworth 1
-11101001111 Tomi 1
-11101001111 13-ton 1
-11101001111 concrete-brick 1
-11101001111 rocket-proposion 1
-11101001111 short-takeoff-and-landing 1
-11101001111 ECS 1
-11101001111 continentwide 1
-11101001111 water-bomber 1
-11101001111 arms-for-Iran-money-for-contras 1
-11101001111 raisin-type 1
-11101001111 Latin-owned 1
-11101001111 Earth-mapping 1
-11101001111 18-wheel-truck 1
-11101001111 F-101 1
-11101001111 dry-bulk 1
-11101001111 al-Rahim 1
-11101001111 TF-34 1
-11101001111 mall-security 1
-11101001111 35,673 1
-11101001111 Digital-developed 1
-11101001111 food-irradiation 1
-11101001111 transmigration-related 1
-11101001111 state-leased 1
-11101001111 H-3 1
-11101001111 Florida-bound 1
-11101001111 puppy-eyed 1
-11101001111 butterfly-shaped 1
-11101001111 C-123K 1
-11101001111 forecloseable 1
-11101001111 largest-capacity 1
-11101001111 mid-London 1
-11101001111 free-booting 1
-11101001111 feed-fiber 1
-11101001111 four-dimensional 1
-11101001111 irradiate 1
-11101001111 plutonium-recovery 1
-11101001111 Times-owned 1
-11101001111 swept-wing 1
-11101001111 bleached-hardwood 1
-11101001111 ice-melting 1
-11101001111 non-critical 1
-11101001111 medical-clinical 1
-11101001111 peephole-equipped 1
-11101001111 yellow-fleshed 1
-11101001111 V-12 1
-11101001111 orange-based 1
-11101001111 sentrylike 1
-11101001111 grayish-black 1
-11101001111 single-aisle 1
-11101001111 easy-to-shield-against 1
-11101001111 flimsy-looking 1
-11101001111 MC-130 1
-11101001111 globe-spanning 1
-11101001111 research-animal 1
-11101001111 SD3-60 1
-11101001111 294-seat 1
-11101001111 42-ton 1
-11101001111 black-clawed 1
-11101001111 near-infinite 1
-11101001111 lease-funded 1
-11101001111 345-inch 1
-11101001111 potato-research 1
-11101001111 heavy-sound 1
-11101001111 oil-filled 1
-11101001111 co-produces 1
-11101001111 Singer-made 1
-11101001111 KC135 1
-11101001111 Asian-bound 1
-11101001111 Huzzar 1
-11101001111 compulsive-gambling 1
-11101001111 woodclad 1
-11101001111 F-8B 1
-11101001111 eighth-busiest 1
-11101001111 acid-free 1
-11101001111 bronze-age 1
-11101001111 RB211535E4 1
-11101001111 tri-engine 1
-11101001111 Bac-III 1
-11101001111 AB-8B 1
-11101001111 50,000-horsepower 1
-11101001111 Fokker-50 1
-11101001111 cotton-fiber 1
-11101001111 B52 1
-11101001111 general-line 1
-11101001111 RF-4C 1
-11101001111 tooth-scarred 1
-11101001111 200-passenger 1
-11101001111 carrier-capable 1
-11101001111 nitrocellulose 1
-11101001111 tail-mounted 1
-11101001111 EF-18a 1
-11101001111 rail-car-based 1
-11101001111 tree-sized 1
-11101001111 MSD-200 1
-11101001111 Gordeeva 1
-11101001111 25-pound 1
-11101001111 fiber-optics-guided 1
-11101001111 nickel-base 1
-11101001111 Calculate 1
-11101001111 E7 1
-11101001111 Sun-developed 1
-11101001111 brakeless 1
-11101001111 no-annual-fee 1
-11101001111 B1-b 1
-11101001111 trust-owned 1
-11101001111 PW400 1
-11101001111 balance-shafted 1
-11101001111 37-passenger 1
-11101001111 88100 1
-11101001111 398-passenger 1
-11101001111 398-seat 1
-11101001111 Gini 1
-11101001111 YS-11 1
-11101001111 69-pound 1
-11101001111 dry-cargo 1
-11101001111 2,637 1
-11101001111 CF66 1
-11101001111 C-130E 1
-11101001111 H1 1
-11101001111 Chicago-Cleveland 1
-11101001111 portable-phone 1
-11101001111 B-52G 1
-11101001111 216,025 1
-11101001111 surface-treated 1
-11101001111 timehonored 1
-11101001111 12,500-member 1
-11101001111 missile-interceptor 1
-11101001111 AHIP 1
-11101001111 primitivistic 1
-11101001111 tail-less 1
-11101001111 B-1A 1
-11101001111 IFC-approved 1
-11101001111 Titan-4 1
-11101001111 already-known 1
-11101001111 Ka-32 1
-11101001111 light-sensitized 1
-11101001111 747-124SF 1
-11101001111 nonporous 1
-11101001111 115-country 1
-11101001111 no-taste 1
-11101001111 225-branch 1
-11101001111 330-pound 1
-11101001111 bulbous-nosed 1
-11101001111 E-4 1
-11101001111 hyaline 1
-11101001111 32-foot 1
-11101001111 street-stand 1
-11101001111 Sun-designed 1
-11101001111 often-delayed 1
-11101001111 267-passenger 1
-11101001111 Nimbus-7 1
-11101001111 C-2A 1
-11101001111 still-ravaged 1
-11101001111 nine-seater 1
-11101001111 MD-80-series 1
-11101001111 250-horsepower 1
-11101001111 ultra-pure 1
-11101001111 C-12F 1
-11101001111 Bible-type 1
-11101001111 Austrian-Argentine 1
-11101001111 pre-festival 1
-11101001111 Geometric 1
-11101001111 wider-body 1
-11101001111 CF18 1
-11101001111 128-outlet 1
-11101001111 garbage-out 1
-11101001111 battle-damaged 1
-11101001111 abraded 1
-11101001111 48-seat 1
-11101001111 signal-gathering 1
-11101001111 signal-intercept 1
-11101001111 narrowbody 1
-11101001111 pinkish-lavender 1
-11101001111 low-winged 1
-11101001111 radar-resistant 1
-11101001111 three-engined 1
-11101001111 twin-aisled 1
-11101001111 153-seat 1
-11101001111 J52 1
-11101001111 Mirabel 1
-11101001111 191-passenger 1
-11101001111 quicker-responding 1
-11101001111 300-ton-a-day 1
-11101001111 15-story 1
-11101001111 supercalender 1
-11101001111 government-idled 1
-11101001111 twin-line 1
-11101001111 Tele-X 1
-11101001111 rear-facing 1
-11101001111 bolognaise 1
-11101001111 B-47 1
-11101001111 K-135 1
-11101001111 black-framed 1
-11101001111 grapefruit-sized 1
-11101001111 yellow-tinted 1
-11101001111 Ariane-type 1
-11101001111 Primat 1
-11101001111 structure-adjusting 1
-11101001111 half-frozen 1
-11101001111 Benton-backed 1
-11101001111 Hi-Dry 1
-11101001111 post-desegregation 1
-11101001111 C-130A 1
-11101001111 medium-to-long-range 1
-11101001111 civilian-owned 1
-11101001111 1-liter 1
-11101001111 Chinet 1
-11101001111 F-18A 1
-11101001111 on-the-road 1
-11101001111 Antonov-24 1
-11101001111 six-days-a-week 1
-11101001111 retreaded 2
-11101001111 missile-firing 2
-11101001111 catalysis 2
-11101001111 Shrike 2
-11101001111 advance-fare 2
-11101001111 atomic-powered 2
-11101001111 multimarket 2
-11101001111 C130 2
-11101001111 air-system 2
-11101001111 higher-volume 2
-11101001111 photo-reconnaissance 2
-11101001111 747-200F 2
-11101001111 postage-stamp 2
-11101001111 A321 2
-11101001111 rear-mounted 2
-11101001111 European-built 2
-11101001111 U-21 2
-11101001111 communications-technology 2
-11101001111 DC-9-30 2
-11101001111 short-block 2
-11101001111 Do-328 2
-11101001111 polymeric 2
-11101001111 Mehrabad 2
-11101001111 flower-power 2
-11101001111 football-field-sized 2
-11101001111 twin-aisle 2
-11101001111 vanilla-flavoring 2
-11101001111 475,407 2
-11101001111 207,547 2
-11101001111 man-powered 2
-11101001111 98-seat 2
-11101001111 747-273 2
-11101001111 ultralight 2
-11101001111 almost-finished 2
-11101001111 rust-resistant 2
-11101001111 mass-screening 2
-11101001111 472,163 2
-11101001111 sports-fishing 2
-11101001111 minishuttle 2
-11101001111 B-1b 2
-11101001111 Headstart 2
-11101001111 273-passenger 2
-11101001111 non-scheduled 2
-11101001111 fuel-guzzling 2
-11101001111 once-lagging 2
-11101001111 F404 2
-11101001111 tunafish 2
-11101001111 136-seat 2
-11101001111 tank-training 2
-11101001111 super-sophisticated 2
-11101001111 Nike-Hercules 2
-11101001111 Prithvi 2
-11101001111 anabolic-steroid 2
-11101001111 F/A18 2
-11101001111 3-liter 2
-11101001111 ARSR-4 2
-11101001111 Milstar 2
-11101001111 wing-shaped 2
-11101001111 similar-acting 2
-11101001111 mined-out 2
-11101001111 Nimitz-class 2
-11101001111 chicken-noodle 2
-11101001111 F-108 2
-11101001111 Pringles 2
-11101001111 multi-ply 2
-11101001111 turbo-jet 2
-11101001111 current-generation 2
-11101001111 soda-pop 2
-11101001111 12-valve 2
-11101001111 remote-piloted 2
-11101001111 shared-appreciation 2
-11101001111 reconditioning 2
-11101001111 environment-related 2
-11101001111 KA-6D 2
-11101001111 japanese 2
-11101001111 ground-hugging 2
-11101001111 H-46 2
-11101001111 T46 2
-11101001111 AH-1T 2
-11101001111 commodity-grade 2
-11101001111 T-38 2
-11101001111 CH-47 2
-11101001111 BMX 2
-11101001111 55-minute 2
-11101001111 cardio-renal 2
-11101001111 McDLT 2
-11101001111 C-20 2
-11101001111 troop-transport 2
-11101001111 Dougway 2
-11101001111 FA18 2
-11101001111 FH-60B 2
-11101001111 155-mm 2
-11101001111 commericial 2
-11101001111 four-liter 2
-11101001111 25,270 2
-11101001111 30,000-pound 2
-11101001111 rail-launched 2
-11101001111 super-quiet 2
-11101001111 147,143 2
-11101001111 three-warhead 2
-11101001111 F-14A 2
-11101001111 82,853 2
-11101001111 mood-setting 2
-11101001111 26,317 2
-11101001111 sub-hunting 2
-11101001111 Japanese-speaking 2
-11101001111 eight-piece 2
-11101001111 silo-based 2
-11101001111 feedwater 2
-11101001111 CF6 2
-11101001111 145-seat 2
-11101001111 A-4 2
-11101001111 AH64 2
-11101001111 super-calendered 2
-11101001111 Mitsubishi-made 2
-11101001111 cellulose-based 3
-11101001111 CH-53E 3
-11101001111 radar-equipped 3
-11101001111 JT-8D 3
-11101001111 Evinrude 3
-11101001111 F-8 3
-11101001111 MiG-27 3
-11101001111 EF-18A 3
-11101001111 Mi-24 3
-11101001111 speech-making 3
-11101001111 Combi 3
-11101001111 AH-64A 3
-11101001111 non-radioactive 3
-11101001111 B1B 3
-11101001111 S-3B 3
-11101001111 DC-10-10 3
-11101001111 water-project 3
-11101001111 TF-30 3
-11101001111 high-thrust 3
-11101001111 130-passenger 3
-11101001111 F111 3
-11101001111 general-use 3
-11101001111 multiple-launch 3
-11101001111 S-3A 3
-11101001111 shocking-pink 3
-11101001111 105-mm 3
-11101001111 8087 3
-11101001111 slowest-selling 3
-11101001111 Energia 3
-11101001111 CH-53 3
-11101001111 noninterstate 3
-11101001111 F-28 3
-11101001111 single-ply 3
-11101001111 child-size 3
-11101001111 36-inch 3
-11101001111 50-seat 3
-11101001111 Southmark-sponsored 3
-11101001111 DC-9-10 3
-11101001111 equity-oriented 3
-11101001111 Stake-made 3
-11101001111 B-1-B 3
-11101001111 2.5-liter 3
-11101001111 CH-47D 3
-11101001111 human-powered 3
-11101001111 rail-based 3
-11101001111 fuel-saving 3
-11101001111 DNA-sequencing 3
-11101001111 niobium-titanium 3
-11101001111 immunoassay 3
-11101001111 interchanging 3
-11101001111 108-seat 3
-11101001111 pearl-gray 3
-11101001111 machine-like 3
-11101001111 multi-valve 3
-11101001111 SH-2F 3
-11101001111 tangy 3
-11101001111 260-seat 3
-11101001111 over-age 3
-11101001111 MC-130H 3
-11101001111 Avianca 3
-11101001111 magnetohydrodynamic 3
-11101001111 Boeing-747 3
-11101001111 unbleached 3
-11101001111 OV-10 3
-11101001111 AH-1W 3
-11101001111 groundwood 3
-11101001111 Western-built 3
-11101001111 fixed-wing 4
-11101001111 RB-211 4
-11101001111 precision-guided 4
-11101001111 Dynamo 4
-11101001111 P3 4
-11101001111 superfan 4
-11101001111 sperm-bank 4
-11101001111 F15 4
-11101001111 polyphenylene 4
-11101001111 landing-craft 4
-11101001111 real-estate-related 4
-11101001111 coal-hauling 4
-11101001111 ChemPlus 4
-11101001111 TR-1 4
-11101001111 F-5E 4
-11101001111 viewer-selected 4
-11101001111 pilotless 4
-11101001111 commodious 4
-11101001111 8088 4
-11101001111 propfan-powered 4
-11101001111 B-24 4
-11101001111 single-serving 4
-11101001111 balsam 4
-11101001111 1.4-liter 4
-11101001111 C-5A 4
-11101001111 purplish 4
-11101001111 polycrystalline 4
-11101001111 high-precision 4
-11101001111 federally-insured 4
-11101001111 CL-215T 4
-11101001111 alternate-site 4
-11101001111 photoreconnaissance 4
-11101001111 Am29000 4
-11101001111 state-supervised 4
-11101001111 French-built 4
-11101001111 three-cylinder 4
-11101001111 two-ton 4
-11101001111 CF-18 4
-11101001111 CF6-6 4
-11101001111 thatched-roof 5
-11101001111 AH-1 5
-11101001111 KC-10 5
-11101001111 IAE 5
-11101001111 150-passenger 5
-11101001111 T-56 5
-11101001111 Aegis-class 5
-11101001111 186-seat 5
-11101001111 missile-bearing 5
-11101001111 Euro-commercial 5
-11101001111 non-theatrical 5
-11101001111 A-10 5
-11101001111 tuna-fish 5
-11101001111 SH-60F 5
-11101001111 trust-held 5
-11101001111 sea-skimming 5
-11101001111 posterior 5
-11101001111 calorie-free 5
-11101001111 B-767 5
-11101001111 ultra-quiet 5
-11101001111 MH-53E 5
-11101001111 MiG-23 5
-11101001111 over-water 5
-11101001111 voice-grade 5
-11101001111 hollow-fiber 5
-11101001111 cargo-carrying 5
-11101001111 SH-60B 5
-11101001111 SH-08 5
-11101001111 DC-10-30 5
-11101001111 80486 6
-11101001111 self-propelled 6
-11101001111 new-technology 6
-11101001111 T-45 6
-11101001111 anti-tartar 6
-11101001111 T-700 6
-11101001111 F-402 6
-11101001111 MiG-21 6
-11101001111 all-cargo 6
-11101001111 ultraquiet 6
-11101001111 Cybex 6
-11101001111 Atlas/Centaur 6
-11101001111 vinifera 6
-11101001111 filmless 6
-11101001111 single-spaced 6
-11101001111 third-stage 6
-11101001111 live-action 6
-11101001111 B1-B 6
-11101001111 scout/attack 6
-11101001111 MiG-29 7
-11101001111 debtor-nation 7
-11101001111 C-141 7
-11101001111 S-3 7
-11101001111 J-52 7
-11101001111 C-130H 7
-11101001111 high-security 7
-11101001111 Risc 7
-11101001111 T-46A 7
-11101001111 over-the-horizon 7
-11101001111 Eurocommercial 7
-11101001111 roast-beef 7
-11101001111 unplaced 7
-11101001111 EH-101 7
-11101001111 SSN-21 8
-11101001111 A-7 8
-11101001111 Ku-band 8
-11101001111 remote-sensing 8
-11101001111 seria 8
-11101001111 Atra 8
-11101001111 16-valve 8
-11101001111 around-the-world 8
-11101001111 aero 8
-11101001111 card-issuing 8
-11101001111 two-stroke 8
-11101001111 lighter-weight 9
-11101001111 prop-fan 9
-11101001111 propeller-driven 9
-11101001111 Quik 9
-11101001111 CFM56-5 9
-11101001111 first-stage 9
-11101001111 jumbo-jet 9
-11101001111 Harrier 9
-11101001111 F-110 9
-11101001111 parking-lot 10
-11101001111 1.6-liter 10
-11101001111 containerized 10
-11101001111 turbine-engine 10
-11101001111 meteorological 10
-11101001111 U.S.-designed 10
-11101001111 three-engine 10
-11101001111 E-3A 10
-11101001111 narrow-body 10
-11101001111 submarine-hunting 10
-11101001111 hypersonic 10
-11101001111 radar-eluding 10
-11101001111 Tornado 11
-11101001111 tilt-rotor 11
-11101001111 uncoated 11
-11101001111 nuclear-capable 11
-11101001111 P-3C 11
-11101001111 phased-array 11
-11101001111 A-6F 12
-11101001111 widebody 12
-11101001111 MD-82 12
-11101001111 overbooked 12
-11101001111 F-15E 12
-11101001111 radar-evading 12
-11101001111 direct-broadcast 13
-11101001111 UH-60 13
-11101001111 ocean-going 13
-11101001111 Sidewinder 13
-11101001111 Nexis 13
-11101001111 C-123 13
-11101001111 post-Challenger 14
-11101001111 eight-inch 14
-11101001111 150-seat 14
-11101001111 automated-teller 14
-11101001111 methylene 16
-11101001111 Cobra 16
-11101001111 short-line 16
-11101001111 E-6A 17
-11101001111 anti-ballistic 17
-11101001111 Atlas-Centaur 17
-11101001111 piston 18
-11101001111 solid-rocket 18
-11101001111 six-cylinder 18
-11101001111 KC-135 19
-11101001111 F-4 19
-11101001111 F-14D 19
-11101001111 A-6E 19
-11101001111 carrier-based 19
-11101001111 F-5 20
-11101001111 superregional 20
-11101001111 noncommercial 20
-11101001111 solid-fuel 21
-11101001111 high-frequency 21
-11101001111 F-404 21
-11101001111 general-aviation 21
-11101001111 AH-64 21
-11101001111 single-engine 22
-11101001111 off-road 22
-11101001111 guided-missile 25
-11101001111 two-engine 26
-11101001111 AV-8B 26
-11101001111 E-2C 27
-11101001111 single-warhead 27
-11101001111 EA-6B 27
-11101001111 V-6 27
-11101001111 F-111 28
-11101001111 commerical 28
-11101001111 C-5 29
-11101001111 C-5B 29
-11101001111 V-8 30
-11101001111 extended-range 30
-11101001111 four-engine 30
-11101001111 four-cylinder 31
-11101001111 Sparrow 31
-11101001111 long-haul 31
-11101001111 non-stop 33
-11101001111 wide-bodied 33
-11101001111 nonbank 34
-11101001111 bleached 34
-11101001111 FA-18 35
-11101001111 rotary 36
-11101001111 air-launched 36
-11101001111 Tomahawk 37
-11101001111 Minuteman 38
-11101001111 F-100 39
-11101001111 transcontinental 40
-11101001111 supersonic 42
-11101001111 B-52 43
-11101001111 C-130 46
-11101001111 seamless 46
-11101001111 polyvinyl 50
-11101001111 Patriot 57
-11101001111 shipboard 73
-11101001111 twin-engine 76
-11101001111 peanut 76
-11101001111 80286 78
-11101001111 wide-body 82
-11101001111 vinyl 91
-11101001111 limited-service 93
-11101001111 monoclonal 95
-11101001111 B-1B 104
-11101001111 F-15 105
-11101001111 unmanned 115
-11101001111 Titan 118
-11101001111 F-14 120
-11101001111 undeveloped 135
-11101001111 coated 135
-11101001111 nonstop 145
-11101001111 Trident 163
-11101001111 toilet 169
-11101001111 80386 180
-11101001111 F-16 181
-11101001111 foreclosed 196
-11101001111 jumbo 259
-11101001111 Stealth 302
-11101001111 commuter 343
-11101001111 residential 877
-11101001111 commercial 8020
-11101001111 creditor 1065
-1110101000 foreign-stocks 1
-1110101000 ex-IRS 1
-1110101000 venture-fund 1
-1110101000 90-year-long 1
-1110101000 syndicalist 1
-1110101000 bigger-capitalized 1
-1110101000 Juneau-based 1
-1110101000 catalog-advertising 1
-1110101000 office-pool 1
-1110101000 Anamar 1
-1110101000 foreign-distribution 1
-1110101000 president-legal 1
-1110101000 nuclear-trading 1
-1110101000 slow-footed 1
-1110101000 too-tolerant 1
-1110101000 dollar-bond 1
-1110101000 byline-strike 1
-1110101000 credit-industry 1
-1110101000 frowned-on 1
-1110101000 educational-policy 1
-1110101000 sexy-looking 1
-1110101000 type-cast 1
-1110101000 pre-Thatcher 1
-1110101000 military-affairs 1
-1110101000 combat-readiness 1
-1110101000 comanaging 1
-1110101000 market-program 1
-1110101000 Monnell 1
-1110101000 cobwebbed 1
-1110101000 minority-issues 1
-1110101000 nucleic-acid 1
-1110101000 plant-utilization 1
-1110101000 brand-identity 1
-1110101000 medical-treatment 1
-1110101000 all-American-boy 1
-1110101000 tissue-like 1
-1110101000 Milwaukee-born 1
-1110101000 toxic-substances 1
-1110101000 330-member 1
-1110101000 Linne 1
-1110101000 I've-seen-it-all-don't-bother-me 1
-1110101000 lenghthy 1
-1110101000 best-graded 1
-1110101000 sixteenth-inch-thin 1
-1110101000 inflation-provoked 1
-1110101000 technical-development 1
-1110101000 78th-floor 1
-1110101000 trading-desk 1
-1110101000 sub-investment-grade 1
-1110101000 smoked-glass 1
-1110101000 ballot-access 1
-1110101000 licensing-industry 1
-1110101000 Hitchcock-style 1
-1110101000 woodcutting 1
-1110101000 musical-theater 1
-1110101000 weight-management 1
-1110101000 program-control 1
-1110101000 hard-maintained 1
-1110101000 legal-management 1
-1110101000 product-information 1
-1110101000 gangster-filled 1
-1110101000 wholesale-marketing 1
-1110101000 Counter-Reformation 1
-1110101000 equable 1
-1110101000 Clevelandbased 1
-1110101000 tuxedo-wearing 1
-1110101000 butterfly-and-leaf-covered 1
-1110101000 convertible-mutual-fund 1
-1110101000 snake-bitten 1
-1110101000 insurance-products 1
-1110101000 Southern-culture 1
-1110101000 pre-government 1
-1110101000 voting-behavior 1
-1110101000 bomb-proof 1
-1110101000 Boeskyesque 1
-1110101000 Eliseo 1
-1110101000 foreignexchange 1
-1110101000 convertible-fund 1
-1110101000 bullion-trading 1
-1110101000 energy-department 1
-1110101000 one-voiced 1
-1110101000 sharp-penciled 1
-1110101000 dumb-blond 1
-1110101000 Soviet-trade 1
-1110101000 television-remake 1
-1110101000 forensic-documents 1
-1110101000 residential-project 1
-1110101000 catalog-center 1
-1110101000 cancer-fearing 1
-1110101000 Seloken 1
-1110101000 Pulmicort 1
-1110101000 dance-company 1
-1110101000 military-market 1
-1110101000 litter-control 1
-1110101000 legislative-executive 1
-1110101000 mechanical-safety 1
-1110101000 Chinese-side 1
-1110101000 calculable 1
-1110101000 restaurant-development 1
-1110101000 142.85-yen 1
-1110101000 apple-Alar 1
-1110101000 country-development 1
-1110101000 cave-resources 1
-1110101000 once-fearsome 1
-1110101000 physicist-turned 1
-1110101000 fashion-business 1
-1110101000 financial-product 1
-1110101000 fire-walking 1
-1110101000 retail-marketing 1
-1110101000 nurse-education 1
-1110101000 marketing-strategies 1
-1110101000 urban-wildlife 1
-1110101000 twice-fired 1
-1110101000 Canadian-style 1
-1110101000 chemical-engineering 1
-1110101000 police-rodeo 1
-1110101000 Razumovsky 1
-1110101000 stress-claim 1
-1110101000 co-portfolio 1
-1110101000 company-qualifications 1
-1110101000 minority-equity 1
-1110101000 non-astronaut 1
-1110101000 physician/ 1
-1110101000 hostility-shy 1
-1110101000 spindly-looking 1
-1110101000 drug-trade 1
-1110101000 general-designate 1
-1110101000 space-electronics 1
-1110101000 district-judge 1
-1110101000 spotlight-stealing 1
-1110101000 Babylonesque 1
-1110101000 super-string 1
-1110101000 schoolbook 1
-1110101000 dirt-track 1
-1110101000 takeover-ravaged 1
-1110101000 Lexington-based 1
-1110101000 transportation-safety 1
-1110101000 JetScript 1
-1110101000 first-rerun 1
-1110101000 high-echelon 1
-1110101000 then-housing 1
-1110101000 160-member 1
-1110101000 exTreasury 1
-1110101000 149-yen 1
-1110101000 ex-Puma 1
-1110101000 consulting-firm 1
-1110101000 firing-room 1
-1110101000 civics-book 1
-1110101000 fill-in-your-favorite-epithet 1
-1110101000 ink-and-paint 1
-1110101000 merger-law 1
-1110101000 well-connnected 1
-1110101000 fixe-drate 1
-1110101000 publishing-management 1
-1110101000 covert-electronics 1
-1110101000 drug-ridden 1
-1110101000 Fiorani 1
-1110101000 space-lift 1
-1110101000 highpaid 1
-1110101000 free-television 1
-1110101000 GrantThornton 2
-1110101000 psychographic 2
-1110101000 hazardous-materials 2
-1110101000 two-legged 2
-1110101000 tart-tongued 2
-1110101000 Jackson-style 2
-1110101000 well-distributed 2
-1110101000 UCS 2
-1110101000 HiPro 2
-1110101000 legal-affairs 2
-1110101000 thirdlargest 2
-1110101000 generalship 2
-1110101000 market-timer 2
-1110101000 MoneyLetter 2
-1110101000 porcupine-haired 2
-1110101000 Criepi 2
-1110101000 farm-bank 2
-1110101000 rod-plant 2
-1110101000 most-sought-after 2
-1110101000 commission-regulated 2
-1110101000 Primatene 2
-1110101000 koza 2
-1110101000 business-PAC 2
-1110101000 health-and-beauty 2
-1110101000 bill-collection 2
-1110101000 air-combat 2
-1110101000 then-presidential 2
-1110101000 free-flying 2
-1110101000 off-year 2
-1110101000 tourist-information 2
-1110101000 bufferstock 2
-1110101000 left-led 2
-1110101000 clubland 2
-1110101000 six-legged 2
-1110101000 marine-habitat 2
-1110101000 co-general 2
-1110101000 health-worker 2
-1110101000 252,350 2
-1110101000 fair-site 2
-1110101000 Sipri 2
-1110101000 PMAI 2
-1110101000 body-sculpting 2
-1110101000 classified-advertising 2
-1110101000 flirty 3
-1110101000 MATIF 3
-1110101000 gas-company 3
-1110101000 Sotebeer 3
-1110101000 stock-lending 3
-1110101000 Dollywood 3
-1110101000 copper-industry 3
-1110101000 bird's-eye 3
-1110101000 400-person 4
-1110101000 president/general 4
-1110101000 military-academy 4
-1110101000 IBGE 5
-1110101000 Milanese 6
-1110101000 equity-investment 7
-1110101000 telephone-company 8
-1110101000 general 11639
-1110101000 taxpaying 12
-1110101001 interfered-with 1
-1110101001 mortgage-originating 1
-1110101001 over-cautious 1
-1110101001 airport-affairs 1
-1110101001 resarch 1
-1110101001 insurance-risk 1
-1110101001 SBKKV-centered 1
-1110101001 AlbertoCulver 1
-1110101001 disability-claims 1
-1110101001 legal-writing 1
-1110101001 Folgers-decaffeinated 1
-1110101001 apartment-leasing 1
-1110101001 ChemieHandelsgesellschaft 1
-1110101001 securities-division 1
-1110101001 advice-to-George 1
-1110101001 co-national 1
-1110101001 governmentrelations 1
-1110101001 then-Soviet 1
-1110101001 sports-sociology 1
-1110101001 tobacco-marketing 1
-1110101001 ssociate 1
-1110101001 unhysterical 1
-1110101001 insurance-defense 1
-1110101001 nerve-calming 1
-1110101001 FSLIC-appointed 1
-1110101001 OTC-journal 1
-1110101001 rescue-swimmer 1
-1110101001 automotive-plant 1
-1110101001 tile-floored 1
-1110101001 ex-ITT 1
-1110101001 arson-blackened 1
-1110101001 auto-group 1
-1110101001 platinum-tressed 1
-1110101001 molecular-biophysics 1
-1110101001 opportunity-scarce 1
-1110101001 molecular-biology 1
-1110101001 demand-analysis 1
-1110101001 corporate-research 1
-1110101001 sales-section 1
-1110101001 African-affairs 1
-1110101001 Sullivan/Dean 1
-1110101001 ex-deputy 1
-1110101001 Egypt-based 1
-1110101001 bluing 1
-1110101001 plant-safety 1
-1110101001 closet-puffing 1
-1110101001 gum-chewing 1
-1110101001 co-creative 1
-1110101001 airline-baggage 1
-1110101001 urban-planning 1
-1110101001 easy-info 1
-1110101001 Intermediate-the 1
-1110101001 company-benefits 1
-1110101001 ex-Volkswagen 1
-1110101001 40-store 1
-1110101001 annihilating 1
-1110101001 publicist/managerial 1
-1110101001 bloodclot-dissolving 1
-1110101001 polar-programs 1
-1110101001 AMERICAS 1
-1110101001 war-materials 1
-1110101001 state-revenue 1
-1110101001 nursing-magazine 1
-1110101001 cultural-affairs 1
-1110101001 consumer-division 1
-1110101001 mananging 1
-1110101001 34-hour 1
-1110101001 tobacco-ripening 1
-1110101001 supervisory-board 1
-1110101001 partnerof 1
-1110101001 market-planning 1
-1110101001 receptor-blocking 1
-1110101001 Gerate 1
-1110101001 gruff-spoken 1
-1110101001 joint-lead 1
-1110101001 nuclear-engineering 1
-1110101001 assitant 1
-1110101001 aviation-negotiations 1
-1110101001 gasoline-card 1
-1110101001 political-economy 1
-1110101001 office-park 1
-1110101001 ex-currency 1
-1110101001 emergency-operations 1
-1110101001 co-canvass 1
-1110101001 Tau 1
-1110101001 bridal-gifts 1
-1110101001 materials-management 1
-1110101001 jazz-dance 1
-1110101001 then-party 1
-1110101001 operations-oriented 1
-1110101001 co-acting 1
-1110101001 zap-happy 1
-1110101001 investment-research-firm 1
-1110101001 piano-tuning 1
-1110101001 employment-policy 1
-1110101001 bloody-handed 1
-1110101001 war-materiel 1
-1110101001 census-program 1
-1110101001 LCT 1
-1110101001 Venezuelan-born 1
-1110101001 then-attorney 1
-1110101001 imaging-industry 1
-1110101001 alligator-program 1
-1110101001 police-practices 1
-1110101001 fine-print-reading 1
-1110101001 ex-plant 1
-1110101001 Yulu 1
-1110101001 California-bred 1
-1110101001 crankier 1
-1110101001 food-division 1
-1110101001 bakery-department 1
-1110101001 super-ready 1
-1110101001 media-services 1
-1110101001 then-finance 1
-1110101001 already-higher 1
-1110101001 area-sales 1
-1110101001 space-sciences 1
-1110101001 financial-practices 1
-1110101001 loss-free 1
-1110101001 policy-affairs 1
-1110101001 country-specific 1
-1110101001 FDD/HDD 1
-1110101001 stick-to-it 1
-1110101001 NIE 1
-1110101001 in-charge 1
-1110101001 Informationsverarbeitung 1
-1110101001 marketing-data 1
-1110101001 actress/fitness 1
-1110101001 environmental-problems 1
-1110101001 benefits-planning 1
-1110101001 women's-clothing-store 1
-1110101001 here-are-the-facts 1
-1110101001 Mauthausen 1
-1110101001 Tokyo-branch 1
-1110101001 cocreative 1
-1110101001 tank-turret 1
-1110101001 reactor-licensing 1
-1110101001 radiation-research 1
-1110101001 chest-to-chest 1
-1110101001 beauty-school 1
-1110101001 Finnish-American 1
-1110101001 insurance-product 2
-1110101001 ad-industry 2
-1110101001 camera-store 2
-1110101001 materials-science 2
-1110101001 video-unit 2
-1110101001 HBS 2
-1110101001 co-artistic 2
-1110101001 women's-team 2
-1110101001 ex-managing 2
-1110101001 health-spa 2
-1110101001 Edinburgh-based 2
-1110101001 soft-commodity 2
-1110101001 co-executive 2
-1110101001 international-oil 2
-1110101001 broadcast-station 2
-1110101001 youngest-ever 2
-1110101001 aquatics 2
-1110101001 NWF 2
-1110101001 futures-research 3
-1110101001 anti-diabetes 3
-1110101001 Lebanese-American 3
-1110101001 engineering-school 3
-1110101001 material-division 3
-1110101001 art-gallery 4
-1110101001 bulking 4
-1110101001 Eberle 4
-1110101001 HEW 5
-1110101001 criminal-law 5
-1110101001 ex-CIA 6
-1110101001 loss-prevention 6
-1110101001 nonexecutive 13
-1110101001 editorial-features 15
-1110101001 brigadier 16
-1110101001 political-science 22
-1110101001 co-managing 34
-1110101001 non-executive 36
-1110101001 adjunct 49
-1110101001 honorary 67
-1110101001 associate 1467
-1110101001 deputy 1793
-1110101001 assistant 2327
-1110101001 managing 3722
-1110101010 214-acre 1
-1110101010 keen-eyed 1
-1110101010 Herrmann-Soiffer 1
-1110101010 Soiffer-Herrmann 1
-1110101010 DEBT-SADDLED 1
-1110101010 management-review 1
-1110101010 brown-haired 1
-1110101010 ever-congenial 1
-1110101010 still-to-be-met 1
-1110101010 get-away-car 1
-1110101010 once-impoverished 1
-1110101010 night-duty 1
-1110101010 Druish 1
-1110101010 gray-stubbled 1
-1110101010 Weehawken-based 1
-1110101010 great-great 1
-1110101010 Jamaican-born 1
-1110101010 self-hating 1
-1110101010 lordly 1
-1110101010 self-enriching 1
-1110101010 neo-liberal 1
-1110101010 quince 1
-1110101010 130-pound 1
-1110101010 126-pound 1
-1110101010 soberer 1
-1110101010 central-committee 1
-1110101010 frightened-looking 1
-1110101010 fly-ball-hitting 1
-1110101010 Balzacian 1
-1110101010 dipso 1
-1110101010 flood-lit 1
-1110101010 then-Fed 1
-1110101010 32-member 1
-1110101010 re-read 1
-1110101010 thrice-divorced 1
-1110101010 .208 1
-1110101010 God-appointed 1
-1110101010 brain-machine 1
-1110101010 labor-leaning 1
-1110101010 bullet-headed 1
-1110101010 12-term 1
-1110101010 business-owning 1
-1110101010 pre-import 1
-1110101010 once-muscular 1
-1110101010 co-principal 1
-1110101010 divine-looking 1
-1110101010 All-African 1
-1110101010 lion-faced 1
-1110101010 Buchlamer 1
-1110101010 once-sputtering 1
-1110101010 well-tanned 1
-1110101010 1970s-vintage 1
-1110101010 six-century 1
-1110101010 plainspoken 1
-1110101010 ageless 1
-1110101010 28-17 1
-1110101010 financial-newsletter 1
-1110101010 still-unchosen 1
-1110101010 1,453 1
-1110101010 Bass/Mechem 1
-1110101010 31st-floor 1
-1110101010 62,000-mile 1
-1110101010 500-rial 1
-1110101010 28-handicap 1
-1110101010 patronage-rich 1
-1110101010 shiftless 1
-1110101010 eunuch. 1
-1110101010 54-member 1
-1110101010 self-standing 1
-1110101010 abovementioned 1
-1110101010 small-stage 1
-1110101010 bug-eyed 1
-1110101010 fever-sick 1
-1110101010 coarse-tongued 1
-1110101010 mold-yard 1
-1110101010 mop-headed 1
-1110101010 PRSA 1
-1110101010 71-foot 1
-1110101010 1,700-ship 1
-1110101010 blood-and-guts 1
-1110101010 gay-family 1
-1110101010 Atlanta-born 1
-1110101010 taxi-company 1
-1110101010 bus-company 1
-1110101010 computer-generation 1
-1110101010 traitorous 1
-1110101010 steroid-pumped 1
-1110101010 then-editorial 1
-1110101010 47-inch 1
-1110101010 RB211-524 1
-1110101010 593-page 1
-1110101010 more-specialized 1
-1110101010 NACDL 1
-1110101010 Kiley-Gunn 1
-1110101010 feudalistic 1
-1110101010 Gilbert-and-Berreth 1
-1110101010 job-service 1
-1110101010 not-so-young 1
-1110101010 political-corporate 1
-1110101010 five-woman 1
-1110101010 since-traded 1
-1110101010 good-humor 1
-1110101010 policy-critiquing 1
-1110101010 Grumman-led 1
-1110101010 low-to-middle-income 1
-1110101010 Belfast-born 1
-1110101010 sixth-richest 1
-1110101010 shoulder-massaging 1
-1110101010 half-pack-a-day 1
-1110101010 thick-lipped 1
-1110101010 6-feet-4-inch 1
-1110101010 sales-hungry 1
-1110101010 60,000-man 1
-1110101010 Landegger 1
-1110101010 Bargersville 1
-1110101010 240-man 1
-1110101010 saddest-looking 1
-1110101010 al-Fayed 1
-1110101010 sheriff's-department 1
-1110101010 320-pound 1
-1110101010 libertarian-oriented 1
-1110101010 plump-faced 1
-1110101010 white-clad 1
-1110101010 cement-truck 1
-1110101010 still-favorite 1
-1110101010 non-Drexel 1
-1110101010 tie-back 1
-1110101010 whitehaired 1
-1110101010 tax-shy 1
-1110101010 Sicilian-born 1
-1110101010 green-eyed 1
-1110101010 IDCA 1
-1110101010 film-music 1
-1110101010 21,282,070 1
-1110101010 care-worn 1
-1110101010 unallied 1
-1110101010 non-Isham 1
-1110101010 inter-party 1
-1110101010 Kuwait-administered 1
-1110101010 snootiest 1
-1110101010 26inch 1
-1110101010 many-languaged 1
-1110101010 five-car 1
-1110101010 bit-part 1
-1110101010 kick-return 1
-1110101010 later-than-usual 1
-1110101010 pimple-faced 1
-1110101010 NPA. 1
-1110101010 grenade-toting 1
-1110101010 snowwhite 1
-1110101010 Kuba 1
-1110101010 maroon-robed 1
-1110101010 65-acre 1
-1110101010 clerk's-office 1
-1110101010 porn-movie 1
-1110101010 post-teen-age 1
-1110101010 testing-service 1
-1110101010 MPAA-appointed 1
-1110101010 110-floor 1
-1110101010 ex-Pemex 1
-1110101010 be-curlered 1
-1110101010 Labor-allied 1
-1110101010 262-foot-tall 1
-1110101010 shoe-shine 1
-1110101010 ju-ju 1
-1110101010 printing-plant 1
-1110101010 Pakistan-based 1
-1110101010 dry-bean 1
-1110101010 peglegged 1
-1110101010 hookah-smoking 1
-1110101010 U.S.-resident 1
-1110101010 rubber-faced 1
-1110101010 beatup 1
-1110101010 semi-abandoned 1
-1110101010 seriousminded 1
-1110101010 Iran-initiative 1
-1110101010 cardiac-arrest 1
-1110101010 more-cunning 1
-1110101010 Nascar 1
-1110101010 strongminded 1
-1110101010 guerrilla-alliance 1
-1110101010 multi-dimensional 1
-1110101010 middle-ranked 1
-1110101010 world-recognized 1
-1110101010 metal-oxide-silicon 1
-1110101010 once-unruly 1
-1110101010 once-abandoned 1
-1110101010 Iranian-influenced 1
-1110101010 ever-discreet 1
-1110101010 hardest-line 1
-1110101010 tax-book 1
-1110101010 Cubanized 1
-1110101010 steady-eyed 1
-1110101010 Life-alumnus 1
-1110101010 frizzle-tressed 1
-1110101010 surprised-looking 1
-1110101010 resservations 1
-1110101010 sea-slug 1
-1110101010 cereal-factory 1
-1110101010 blackknight 1
-1110101010 beer-newsletter 1
-1110101010 maternity-ward 1
-1110101010 25-hour 1
-1110101010 Iran-preoccupied 1
-1110101010 mailed-in 1
-1110101010 McCabe-Gordon 1
-1110101010 corporate/bankruptcy 1
-1110101010 Portuguese-built 1
-1110101010 PSUM-affiliated 1
-1110101010 physics-literate 1
-1110101010 far-more-efficient 1
-1110101010 mysterious-sounding 1
-1110101010 Bowen-Burke 1
-1110101010 hard-bargaining 1
-1110101010 madras-clad 1
-1110101010 youngest-looking 1
-1110101010 3-to-5 1
-1110101010 pudgy-faced 1
-1110101010 Western-supported 1
-1110101010 athletic-appearing 1
-1110101010 windburned 1
-1110101010 Johnson-family 1
-1110101010 near-blind 1
-1110101010 Paris-educated 1
-1110101010 non-wooden 1
-1110101010 high-count 1
-1110101010 Bechar 1
-1110101010 444-member 1
-1110101010 practical-joking 1
-1110101010 U.S.-Italian 1
-1110101010 spear-throwing 1
-1110101010 Dardi 1
-1110101010 ginger-haired 1
-1110101010 profilic 1
-1110101010 betel-leaf 1
-1110101010 Manhattan-raised 1
-1110101010 10-year-long 1
-1110101010 face-mask-wearing 1
-1110101010 halfway-decent 1
-1110101010 Mimran 1
-1110101010 23-team 1
-1110101010 review-committee 1
-1110101010 wiseacre 1
-1110101010 swimsuit-clad 1
-1110101010 295,950 1
-1110101010 pop-eyed 1
-1110101010 track-testing 1
-1110101010 Yukon-sired 1
-1110101010 3,500-volume 1
-1110101010 best-preserved 1
-1110101010 protectionist-sounding 1
-1110101010 shaer 1
-1110101010 France-sized 1
-1110101010 Church-going 1
-1110101010 Bronx-born 1
-1110101010 now-divorced 1
-1110101010 seven-term 1
-1110101010 sausage-fingered 1
-1110101010 BOTCHED 1
-1110101010 oversexed 1
-1110101010 butter-smooth 1
-1110101010 12-carrier 1
-1110101010 free-market-minded 1
-1110101010 twodoor 1
-1110101010 bread-truck 1
-1110101010 skinniest 1
-1110101010 34-acre 1
-1110101010 daddy's-girl 1
-1110101010 plain-clothed 1
-1110101010 ex-thug 1
-1110101010 Ty-D-bol 1
-1110101010 Rio-based 1
-1110101010 Getty-controlled 1
-1110101010 revival-style 1
-1110101010 draft-Reagan-for-president 1
-1110101010 mouse-type 1
-1110101010 most-qualified 1
-1110101010 accounting-practices 1
-1110101010 lumber-mill 1
-1110101010 ex-U.N. 1
-1110101010 12-yearold 1
-1110101010 new-account 1
-1110101010 bold-eyed 1
-1110101010 Yankees-Boston 1
-1110101010 crowd-pulling 1
-1110101010 755-acre 1
-1110101010 garden-lined 1
-1110101010 supplest 1
-1110101010 patrician-looking 1
-1110101010 news-crew 1
-1110101010 single-arched 1
-1110101010 broader-minded 1
-1110101010 Lorimar-Telepicture 1
-1110101010 pistol-wielding 1
-1110101010 I've-seen-it-all 1
-1110101010 populist-minded 1
-1110101010 milk-delivery 1
-1110101010 craggy-headed 1
-1110101010 public-relation 1
-1110101010 95-pound 1
-1110101010 round-cheeked 1
-1110101010 once-bedraggled 1
-1110101010 deconsolidated 1
-1110101010 Victorian-looking 1
-1110101010 single-unit 1
-1110101010 then-Miami 1
-1110101010 curly-blonde 1
-1110101010 hoo 1
-1110101010 garment-factory 1
-1110101010 prejudice-free 1
-1110101010 14-handicap 1
-1110101010 Brooklyn-accented 1
-1110101010 once-inflexible 1
-1110101010 more-streamlined 1
-1110101010 yet-to-be-born 1
-1110101010 250,000-man 1
-1110101010 over-wintering 1
-1110101010 high-cheekboned 1
-1110101010 not-so-photogenic 1
-1110101010 fashion-minded 1
-1110101010 bond-desk 1
-1110101010 morning-talk-show 1
-1110101010 new-ideas 1
-1110101010 acquisition-hunting 1
-1110101010 ruddy-cheeked 1
-1110101010 Duchaine 1
-1110101010 hundred-day 1
-1110101010 blue-bottled 1
-1110101010 father-and-son 1
-1110101010 fogbound 1
-1110101010 park-maintenance 1
-1110101010 pro-Batista 1
-1110101010 PICKY 1
-1110101010 puzzle-posing 1
-1110101010 tappable 1
-1110101010 self-resurrected 1
-1110101010 peace-through-strength 1
-1110101010 taffy-colored 1
-1110101010 roaringly 1
-1110101010 sports-facilities 1
-1110101010 bare-lipped 1
-1110101010 barramunda 1
-1110101010 stern-faced 1
-1110101010 three-pump 1
-1110101010 loop-tailed 1
-1110101010 23-or-so-year-old 1
-1110101010 fur-coated 1
-1110101010 goriest 1
-1110101010 335,000-square-foot 1
-1110101010 Leiters 1
-1110101010 Campodonico 1
-1110101010 body-stamping 1
-1110101010 Bogart-type 1
-1110101010 elfin-faced 1
-1110101010 Lithuanian-born 1
-1110101010 razor-tongued 1
-1110101010 forty-second 1
-1110101010 still-blond 1
-1110101010 chic-looking 1
-1110101010 regulatory-agency 1
-1110101010 still-bearish 1
-1110101010 petty-minded 1
-1110101010 non-company 1
-1110101010 playwright/lawyer 1
-1110101010 transcendental-meditation 1
-1110101010 guitar-playing 1
-1110101010 177-page 1
-1110101010 Brezhnevite 1
-1110101010 fiftyish 1
-1110101010 civilian-backed 1
-1110101010 305-page 1
-1110101010 miffs 1
-1110101010 seventh-generation 1
-1110101010 158-nation 1
-1110101010 deaf-mute 1
-1110101010 student-supported 1
-1110101010 longest-surviving 1
-1110101010 repressively 1
-1110101010 roboticized 1
-1110101010 stentorian-voiced 1
-1110101010 nowdefunct 1
-1110101010 debt-saddled 1
-1110101010 Lucas-Klein 1
-1110101010 100-employee 1
-1110101010 title-holding 1
-1110101010 sunburnt 1
-1110101010 most-talked-about 1
-1110101010 delicate-looking 1
-1110101010 cat-crazy 1
-1110101010 trade-section 1
-1110101010 market-manipulating 1
-1110101010 speech-impaired 1
-1110101010 tour-bus 1
-1110101010 publicity-mad 1
-1110101010 pink-skinned 1
-1110101010 much-less-fearsome 1
-1110101010 Yoda 1
-1110101010 second-echelon 1
-1110101010 Khomeini-inspired 1
-1110101010 two-child 1
-1110101010 harsh-looking 1
-1110101010 six-foot-four 1
-1110101010 64-player 1
-1110101010 ex-KGB 1
-1110101010 dark-bearded 1
-1110101010 sixman 1
-1110101010 crackhouse 1
-1110101010 925,746 1
-1110101010 unlikeable 1
-1110101010 beetled 1
-1110101010 publishing-company 1
-1110101010 Unpopular 1
-1110101010 pilot-appointed 1
-1110101010 heavy-sweating 1
-1110101010 Reagan/Deaver 1
-1110101010 Ukrainian-born 1
-1110101010 credit-recovery 1
-1110101010 900-ship 1
-1110101010 worn-looking 1
-1110101010 once-unprofitable 1
-1110101010 yet-to-be-named 1
-1110101010 information-counter 1
-1110101010 USOC. 1
-1110101010 placid-looking 1
-1110101010 Particle 1
-1110101010 ever-successful 1
-1110101010 PLA 1
-1110101010 thirdplace 1
-1110101010 love-starved 1
-1110101010 promotion-minded 1
-1110101010 Toronto-Michigan 1
-1110101010 2,100-square-foot 1
-1110101010 goo-goo-eyed 1
-1110101010 Danilovsky 1
-1110101010 DOE-site 1
-1110101010 prestidigitating 1
-1110101010 world-and 1
-1110101010 Sollogub 1
-1110101010 test-flight 1
-1110101010 U.N-funded 1
-1110101010 bright-blue 1
-1110101010 exposure-conscious 1
-1110101010 272-pound 1
-1110101010 12-year-veteran 1
-1110101010 non-negotiating 1
-1110101010 potato-like 1
-1110101010 Christrian 1
-1110101010 company-hired 1
-1110101010 gruff-looking 1
-1110101010 old-as-the-century 1
-1110101010 Hassidic 1
-1110101010 Meridian-First 1
-1110101010 lead-line-swinging 1
-1110101010 now-paunchy 1
-1110101010 two-cigar-a-day 1
-1110101010 Naples-born 1
-1110101010 Norwegian-American 1
-1110101010 Oklahoma-born 1
-1110101010 leather-lunged 1
-1110101010 steel-fingered 1
-1110101010 dumb-but-sweet 1
-1110101010 just-arrived 1
-1110101010 pigtailed 1
-1110101010 not-so-skeptical 1
-1110101010 seven-beer 1
-1110101010 six-beer 1
-1110101010 Kasler-Rados 1
-1110101010 bowie 1
-1110101010 black-uniformed 1
-1110101010 50-ish 1
-1110101010 275-plus 1
-1110101010 all-tourney 1
-1110101010 acid-penned 1
-1110101010 30-to 1
-1110101010 AEA/Zschau 1
-1110101010 PSC. 1
-1110101010 Havasupai 1
-1110101010 Treasury-led 1
-1110101010 non-charismatic 1
-1110101010 physical-training 1
-1110101010 track-suited 1
-1110101010 bubble-covered 1
-1110101010 broken-hearted 1
-1110101010 pestiest 1
-1110101010 wellborn 1
-1110101010 WGBH. 1
-1110101010 mussel 1
-1110101010 330,000-square-foot 1
-1110101010 bigshot 1
-1110101010 keno 1
-1110101010 un-Volkswagenlike 1
-1110101010 Palmer/Caygill 1
-1110101010 downtownish 1
-1110101010 stick-up 1
-1110101010 drugged-up 1
-1110101010 diamond-eared 1
-1110101010 154-foot 1
-1110101010 pro-student 1
-1110101010 jean-clad 1
-1110101010 Soviet-educated 1
-1110101010 white-robed 1
-1110101010 sometimes-divided 1
-1110101010 glass-eating 1
-1110101010 Collins-instigated 1
-1110101010 middle-distance 1
-1110101010 cardiac-rehabilitation 1
-1110101010 60ish 1
-1110101010 Montreal-born 1
-1110101010 then-obscure 1
-1110101010 sour-sounding 1
-1110101010 22-term 1
-1110101010 flattened-out 1
-1110101010 state-constructed 1
-1110101010 drug-case 1
-1110101010 home-service 1
-1110101010 carpet-wrapped 1
-1110101010 Larraneta 1
-1110101010 mud-splattered 1
-1110101010 now-fired 1
-1110101010 hitherto-unknown 1
-1110101010 brakeson 1
-1110101010 140,000-barrel-a-day 1
-1110101010 chicken-in-every-pot 1
-1110101010 120,000-employee 1
-1110101010 mud-spattered 1
-1110101010 10,000th 1
-1110101010 British-trained 1
-1110101010 chi-chi 1
-1110101010 30-meter 1
-1110101010 salty-tongued 1
-1110101010 toi 1
-1110101010 botanist-gardener-plant 1
-1110101010 Wilson-to-Jim 1
-1110101010 best-picture 1
-1110101010 stamping-plant 1
-1110101010 Pittsburgh-born 1
-1110101010 3,215 1
-1110101010 -46.7 1
-1110101010 flower-planting 1
-1110101010 small-boned 1
-1110101010 600-person 1
-1110101010 Dbase 1
-1110101010 senior-management-led 1
-1110101010 2,000-unit 1
-1110101010 family-practice 1
-1110101010 celebration-wet 1
-1110101010 leather-jacketed 1
-1110101010 TV-addicted 1
-1110101010 company-trained 1
-1110101010 fraud-busting 1
-1110101010 live-out 1
-1110101010 polyrhythmic 1
-1110101010 plausible-sounding 1
-1110101010 holed-up 1
-1110101010 woven-wire 1
-1110101010 California-educated 1
-1110101010 still-standing 1
-1110101010 Casper-based 1
-1110101010 prosecutorial-minded 1
-1110101010 Jupiter-bound 1
-1110101010 Coastal-owned 1
-1110101010 metal-clad 1
-1110101010 muzak 1
-1110101010 PTO 1
-1110101010 torch-hoisting 1
-1110101010 Lockheed-led 1
-1110101010 Sokehs 1
-1110101010 godfearing 1
-1110101010 long-insolvent 1
-1110101010 tomato-planting 1
-1110101010 studious-looking 1
-1110101010 as-yet-anonymous 1
-1110101010 five-billionth 1
-1110101010 once-spare 1
-1110101010 Nixon-appointed 1
-1110101010 several-inch-thick 1
-1110101010 NALU. 1
-1110101010 deadline-pressed 1
-1110101010 co-operating 1
-1110101010 not-quite-prime-time 1
-1110101010 second-century 1
-1110101010 titian-haired 1
-1110101010 pleasant-looking 1
-1110101010 tabloid-newspaper 1
-1110101010 non-Sperry 1
-1110101010 22-company 1
-1110101010 peace-negotiating 1
-1110101010 growth-limiting 1
-1110101010 computer-age 1
-1110101010 Eisner-Wells 1
-1110101010 cost-minimizing 1
-1110101010 ECPA. 1
-1110101010 five-handicap 1
-1110101010 all-time-best 1
-1110101010 Elardi 1
-1110101010 quarter-moon 1
-1110101010 then-22-year-old 1
-1110101010 software-company 1
-1110101010 religious-book 1
-1110101010 sit-com-sweetie 1
-1110101010 threater-owning 1
-1110101010 100-site 1
-1110101010 whiskey-baritoned 1
-1110101010 blowzy 1
-1110101010 yet-unannounced 1
-1110101010 jovial-looking 1
-1110101010 campaign-memorabilia 1
-1110101010 cautery 1
-1110101010 flour-division 1
-1110101010 drug-pushing 1
-1110101010 strong-faced 1
-1110101010 JOA. 1
-1110101010 fib 1
-1110101010 self-willed 1
-1110101010 12-week-old 1
-1110101010 post-Eisenhower 1
-1110101010 highly-opinionated 1
-1110101010 lizard-lounge 1
-1110101010 heavy-spending 1
-1110101010 beauteous 1
-1110101010 p-----off 1
-1110101010 transistor-radio-sized 1
-1110101010 Eliel 1
-1110101010 spaced-out 1
-1110101010 avant-guard 1
-1110101010 post-Freudian 1
-1110101010 crop-haired 1
-1110101010 Magdalenic 1
-1110101010 Bogota-based 1
-1110101010 skinny-legged 1
-1110101010 ore-truck 1
-1110101010 plain-thinking 1
-1110101010 Cheyenne-Arapaho 1
-1110101010 2,000-kilowatt 1
-1110101010 Four-Day 1
-1110101010 media-blitzed 1
-1110101010 capacity-swollen 1
-1110101010 675-store 1
-1110101010 cherubic-faced 1
-1110101010 Wisconsin-born 1
-1110101010 Baghdad-based 1
-1110101010 stage-struck 1
-1110101010 gruff-speaking 1
-1110101010 Stanford-Idec 1
-1110101010 Bard-Tauscher 1
-1110101010 LHX. 1
-1110101010 ever-imaginative 1
-1110101010 small-bore 1
-1110101010 gray-browed 1
-1110101010 Libyan-born 1
-1110101010 pearl-encrusted 1
-1110101010 Schawlow-Townes 1
-1110101010 firm-by-firm 1
-1110101010 starcrossed 1
-1110101010 32-foot-long 1
-1110101010 outprepared 1
-1110101010 12,000-barrel-a-day 1
-1110101010 non-CAA 1
-1110101010 Pollet 1
-1110101010 Kalashnikov-wielding 1
-1110101010 Zenchu-affiliated 1
-1110101010 managment-led 1
-1110101010 1,095-foot 1
-1110101010 now-flat 1
-1110101010 quota-happy 1
-1110101010 reddish-haired 1
-1110101010 40-yearold 1
-1110101010 35-ish 1
-1110101010 controversy-prone 1
-1110101010 Massachusetts-Texas 1
-1110101010 payroll-related 2
-1110101010 3,500-member 2
-1110101010 nervous-looking 2
-1110101010 Swiss-French 2
-1110101010 100,000-member 2
-1110101010 dollar-boosting 2
-1110101010 far-larger 2
-1110101010 multi-millionaire 2
-1110101010 armor-clad 2
-1110101010 Paris-born 2
-1110101010 cancer-ridden 2
-1110101010 bowling-center 2
-1110101010 elfin-looking 2
-1110101010 Aquino-appointed 2
-1110101010 debt-lightened 2
-1110101010 TRW. 2
-1110101010 near-successful 2
-1110101010 velvet-voiced 2
-1110101010 hollow-cheeked 2
-1110101010 American-trained 2
-1110101010 treasury-department 2
-1110101010 thieving 2
-1110101010 spike-haired 2
-1110101010 five-term 2
-1110101010 soft-porn 2
-1110101010 beardless 2
-1110101010 320-acre 2
-1110101010 cash-flush 2
-1110101010 metal-industry 2
-1110101010 uppermiddle-class 2
-1110101010 mercado 2
-1110101010 communist-backed 2
-1110101010 235-pound 2
-1110101010 Monday-morning 2
-1110101010 six-foot-tall 2
-1110101010 self-published 2
-1110101010 long-struggling 2
-1110101010 dyslexic 2
-1110101010 children's-book 2
-1110101010 now-ousted 2
-1110101010 PRI-affiliated 2
-1110101010 rock-band 2
-1110101010 pro-Socialist 2
-1110101010 lap-dog 2
-1110101010 Shanghai-born 2
-1110101010 highway-department 2
-1110101010 inner-directed 2
-1110101010 Soviet-born 2
-1110101010 restaurant-chain 2
-1110101010 Bombay-based 2
-1110101010 taxi-bureau 2
-1110101010 bosomy 2
-1110101010 Jerusalem-based 2
-1110101010 television-sports 2
-1110101010 six-time 2
-1110101010 lisping 2
-1110101010 14,000-member 2
-1110101010 homeowning 2
-1110101010 newly-elected 2
-1110101010 untenured 2
-1110101010 multi-windowed 2
-1110101010 slow-talking 2
-1110101010 blunt-talking 2
-1110101010 ever-engaging 2
-1110101010 since-deposed 2
-1110101010 psychopathic 2
-1110101010 31-man 2
-1110101010 160,000-member 2
-1110101010 Pinsley 2
-1110101010 weary-looking 2
-1110101010 low-rolling 2
-1110101010 then-acting 2
-1110101010 French-born 2
-1110101010 SAT. 2
-1110101010 Riverview 2
-1110101010 regional-bank 2
-1110101010 Colombia-based 2
-1110101010 all-Reagan 2
-1110101010 once-dormant 2
-1110101010 190-room 2
-1110101010 UMNO. 2
-1110101010 Springfield-based 2
-1110101010 pipsqueak 2
-1110101010 frolicsome 2
-1110101010 red-bearded 2
-1110101010 shoeless 2
-1110101010 bony-faced 2
-1110101010 two-lawyer 2
-1110101010 158-year-old 2
-1110101010 350-lawyer 2
-1110101010 trust-company 2
-1110101010 French-style 2
-1110101010 Najieh 2
-1110101010 blue-jeaned 2
-1110101010 ertswhile 2
-1110101010 6-foot-tall 2
-1110101010 strategy-setting 2
-1110101010 friendly-looking 2
-1110101010 briefcase-toting 2
-1110101010 mid-ranking 2
-1110101010 pre-mixed 2
-1110101010 screenwriting 2
-1110101010 protean 2
-1110101010 security-police 2
-1110101010 green-jacketed 2
-1110101010 UE 2
-1110101010 well-cared-for 2
-1110101010 once-giant 2
-1110101010 already-insolvent 2
-1110101010 105-lawyer 2
-1110101010 14-term 2
-1110101010 Mexican-born 2
-1110101010 five-to-seven-year 2
-1110101010 187-lawyer 2
-1110101010 Bass-controlled 2
-1110101010 economy-minded 2
-1110101010 flatland 2
-1110101010 non-gerrymandered 2
-1110101010 near-legendary 2
-1110101010 GS-5 2
-1110101010 1,000-room 2
-1110101010 racing-car 2
-1110101010 170-year-old 2
-1110101010 youngish 2
-1110101010 crack-dealing 2
-1110101010 Malaysian-based 2
-1110101010 self-admitted 2
-1110101010 115-pound 2
-1110101010 K&E 2
-1110101010 sixtyish 2
-1110101010 metal-headed 2
-1110101010 then-independent 2
-1110101010 vulgarian 2
-1110101010 three-pound 2
-1110101010 Danish-born 2
-1110101010 Royal/Dutch 2
-1110101010 nonpracticing 2
-1110101010 Inuk 2
-1110101010 Honzawa 2
-1110101010 French-trained 2
-1110101010 26-story 2
-1110101010 5-foot-3 2
-1110101010 Rice-a-Roni 2
-1110101010 stiff-backed 2
-1110101010 steepled 2
-1110101010 4-year-old 2
-1110101010 Spokane-based 2
-1110101010 Romanian-born 2
-1110101010 Mesmer 2
-1110101010 Otay 2
-1110101010 40,000-man 2
-1110101010 ham-fisted 2
-1110101010 opera-singer 2
-1110101010 courtappointed 2
-1110101010 16,000-man 2
-1110101010 many-time 2
-1110101010 more-difficult 2
-1110101010 top-most 2
-1110101010 most-revered 2
-1110101010 diabolic 2
-1110101010 just-resigned 2
-1110101010 460,000-acre 2
-1110101010 pig-headed 2
-1110101010 SBA. 2
-1110101010 heavy-hitting 2
-1110101010 Reaganized 2
-1110101010 ex-Guinness 2
-1110101010 re-employed 2
-1110101010 great-great-great 2
-1110101010 cupped 2
-1110101010 silvery-haired 2
-1110101010 fed-up 2
-1110101010 cosmetics-industry 2
-1110101010 crash-investigation 2
-1110101010 Texas-born 2
-1110101010 Dutch-born 2
-1110101010 nine-acre 2
-1110101010 5-inch 2
-1110101010 latterday 2
-1110101010 ex-Scallop 2
-1110101010 bellweather 2
-1110101010 150-member 3
-1110101010 Egyptian-born 3
-1110101010 blunt-speaking 3
-1110101010 pro-Moscow 3
-1110101010 Sunday-night 3
-1110101010 shipping-company 3
-1110101010 dark-eyed 3
-1110101010 hat-check 3
-1110101010 robed 3
-1110101010 three-company 3
-1110101010 French-Canadian 3
-1110101010 195-pound 3
-1110101010 diversification-minded 3
-1110101010 quiet-spoken 3
-1110101010 Czechoslovakian-born 3
-1110101010 red-and-blue 3
-1110101010 slack-jawed 3
-1110101010 drugged-out 3
-1110101010 plain-talking 3
-1110101010 then-NSC 3
-1110101010 defense-contracts 3
-1110101010 22-month-old 3
-1110101010 guilt-ridden 3
-1110101010 flashiest 3
-1110101010 Italian-born 3
-1110101010 straight-shooting 3
-1110101010 bemedaled 3
-1110101010 156-year-old 3
-1110101010 athletic-looking 3
-1110101010 ex-Navy 3
-1110101010 pear-shaped 3
-1110101010 4,000-member 3
-1110101010 36-story 3
-1110101010 250,000-member 3
-1110101010 Jewish-born 3
-1110101010 Chandris 3
-1110101010 crack-infested 3
-1110101010 last-day 3
-1110101010 waggish 3
-1110101010 45-man 3
-1110101010 Japanese-born 3
-1110101010 Goelet 3
-1110101010 poker-playing 3
-1110101010 heart-surgery 3
-1110101010 Texaco-owned 3
-1110101010 98-year-old 3
-1110101010 500-member 3
-1110101010 stuntman 3
-1110101010 Yale-educated 3
-1110101010 executive-committee 3
-1110101010 Tore 3
-1110101010 self-confessed 3
-1110101010 insomniac 3
-1110101010 KGB-trained 3
-1110101010 fifth-term 3
-1110101010 twinkly 3
-1110101010 conservative-dominated 3
-1110101010 much-admired 3
-1110101010 now-discredited 3
-1110101010 sweat-soaked 3
-1110101010 SSC. 3
-1110101010 chandeliered 3
-1110101010 ever-cautious 3
-1110101010 war-hardened 3
-1110101010 bankruptcy-case 3
-1110101010 no-fee 3
-1110101010 Chrysanthemum 3
-1110101010 180-pound 3
-1110101010 control-tower 3
-1110101010 4-inch 3
-1110101010 low-handicap 3
-1110101010 500-lawyer 3
-1110101010 computer-company 3
-1110101010 second-term 3
-1110101010 strongwilled 3
-1110101010 founding-family 3
-1110101010 ramrod-straight 4
-1110101010 tobacco-industry 4
-1110101010 5-foot-7-inch 4
-1110101010 Chadds 4
-1110101010 freckle-faced 4
-1110101010 6-foot-5-inch 4
-1110101010 5-year-old 4
-1110101010 faction-ridden 4
-1110101010 two-pack-a-day 4
-1110101010 6-foot-3-inch 4
-1110101010 Austrian-born 4
-1110101010 62-story 4
-1110101010 silver-tongued 4
-1110101010 101-year-old 4
-1110101010 93-year-old 4
-1110101010 physical-education 4
-1110101010 land-owning 4
-1110101010 Emir 4
-1110101010 fourth-ranking 4
-1110101010 unicameral 4
-1110101010 washed-out 4
-1110101010 light-hitting 4
-1110101010 Oaxacan 4
-1110101010 crew-cut 4
-1110101010 social-climbing 4
-1110101010 China-born 4
-1110101010 motherly 4
-1110101010 music-store 4
-1110101010 NSC. 4
-1110101010 nine-term 4
-1110101010 pipe-smoking 4
-1110101010 BYU 4
-1110101010 takeover-minded 4
-1110101010 6-foot-7-inch 4
-1110101010 well-born 4
-1110101010 Moronic 4
-1110101010 GAF. 4
-1110101010 stumpy 5
-1110101010 shirt-sleeved 5
-1110101010 smalltown 5
-1110101010 now-insolvent 5
-1110101010 grandmotherly 5
-1110101010 70-pound 5
-1110101010 15-lawyer 5
-1110101010 blunt-spoken 5
-1110101010 peach-colored 5
-1110101010 non-elected 5
-1110101010 four-time 5
-1110101010 125-year-old 5
-1110101010 Russian-born 5
-1110101010 110-story 5
-1110101010 once-obscure 5
-1110101010 statuesque 5
-1110101010 now-disbanded 5
-1110101010 bow-tied 5
-1110101010 abolitionist 5
-1110101010 250-pound 5
-1110101010 curly-haired 5
-1110101010 poker-faced 5
-1110101010 15-acre 5
-1110101010 92-year-old 5
-1110101010 rosy-cheeked 5
-1110101010 less-visible 5
-1110101010 quasi-independent 6
-1110101010 Pesh 6
-1110101010 ne'er-do-well 6
-1110101010 redheaded 6
-1110101010 raffish 6
-1110101010 Canton-based 6
-1110101010 Fuzzy 6
-1110101010 16-month-old 6
-1110101010 hot-shot 6
-1110101010 softspoken 6
-1110101010 straight-talking 6
-1110101010 Scottish-born 6
-1110101010 Vermont-based 6
-1110101010 Russian-speaking 6
-1110101010 long-serving 6
-1110101010 Pied 6
-1110101010 distinguished-looking 6
-1110101010 baby-faced 6
-1110101010 6-foot-4-inch 6
-1110101010 pro-Solidarity 7
-1110101010 leftwing 7
-1110101010 10-person 7
-1110101010 futures-industry 7
-1110101010 91-year-old 7
-1110101010 two-star 7
-1110101010 150-lawyer 7
-1110101010 Rip 7
-1110101010 U.S.-operated 7
-1110101010 jeering 7
-1110101010 Manila-based 7
-1110101010 21-month-old 7
-1110101010 500-room 7
-1110101010 Hungarian-born 7
-1110101010 shoe-store 7
-1110101010 6-foot-2-inch 7
-1110101010 sandy-haired 7
-1110101010 then-CIA 7
-1110101010 then-deputy 7
-1110101010 good-humored 7
-1110101010 budget-priced 7
-1110101010 bloodthirsty 8
-1110101010 gangly 8
-1110101010 vivacious 8
-1110101010 redoubtable 8
-1110101010 31-year 8
-1110101010 now-retired 8
-1110101010 Brooklyn-born 8
-1110101010 10-term 8
-1110101010 four-term 8
-1110101010 now-imprisoned 8
-1110101010 one-term 8
-1110101010 public-information 8
-1110101010 37-year 8
-1110101010 89-year-old 8
-1110101010 desk-bound 8
-1110101010 grandfatherly 9
-1110101010 Shanghai-based 9
-1110101010 five-time 9
-1110101010 now-deceased 9
-1110101010 youthful-looking 9
-1110101010 Nez 9
-1110101010 Brooklyn-based 9
-1110101010 10-month-old 10
-1110101010 plain-spoken 10
-1110101010 94-year-old 10
-1110101010 unsmiling 10
-1110101010 Canadian-born 10
-1110101010 broad-shouldered 10
-1110101010 cigar-chomping 10
-1110101010 barrel-chested 10
-1110101010 street-smart 11
-1110101010 live-in 12
-1110101010 88-year-old 13
-1110101010 trusty 13
-1110101010 grizzled 13
-1110101010 tough-talking 13
-1110101010 Harvard-trained 13
-1110101010 spunky 13
-1110101010 red-haired 14
-1110101010 Korean-American 14
-1110101010 doting 14
-1110101010 husband-and-wife 14
-1110101010 American-born 14
-1110101010 90-year-old 15
-1110101010 cigar-smoking 15
-1110101010 Australian-born 15
-1110101010 titular 15
-1110101010 top-ranking 16
-1110101010 German-born 16
-1110101010 third-year 16
-1110101010 mild-mannered 18
-1110101010 four-man 18
-1110101010 second-ranked 18
-1110101010 portly 18
-1110101010 23-year 18
-1110101010 S.S. 18
-1110101010 84-year-old 18
-1110101010 86-year-old 19
-1110101010 swank 19
-1110101010 22-year 19
-1110101010 19-year 19
-1110101010 three-term 19
-1110101010 fast-talking 19
-1110101010 husky 20
-1110101010 100-year-old 21
-1110101010 78-year-old 21
-1110101010 one-year-old 22
-1110101010 beefy 22
-1110101010 third-ranking 22
-1110101010 boyish-looking 22
-1110101010 16th-century 23
-1110101010 latter-day 23
-1110101010 hard-charging 24
-1110101010 British-born 24
-1110101010 Harvard-educated 24
-1110101010 79-year-old 24
-1110101010 five-man 24
-1110101010 Cuban-born 25
-1110101010 dapper 25
-1110101010 81-year-old 26
-1110101010 diminutive 26
-1110101010 73-year-old 28
-1110101010 third-generation 30
-1110101010 two-term 30
-1110101010 82-year-old 30
-1110101010 gray-haired 31
-1110101010 wily 32
-1110101010 scandal-plagued 34
-1110101010 tireless 35
-1110101010 69-year-old 36
-1110101010 77-year-old 37
-1110101010 silver-haired 38
-1110101010 76-year-old 38
-1110101010 74-year-old 38
-1110101010 lame-duck 41
-1110101010 75-year-old 41
-1110101010 mid-level 41
-1110101010 three-man 44
-1110101010 68-year-old 45
-1110101010 72-year-old 45
-1110101010 reclusive 45
-1110101010 80-year-old 46
-1110101010 lanky 46
-1110101010 white-haired 48
-1110101010 nine-year-old 56
-1110101010 bespectacled 57
-1110101010 strong-willed 59
-1110101010 66-year-old 60
-1110101010 67-year-old 62
-1110101010 71-year-old 62
-1110101010 22-year-old 62
-1110101010 14-year-old 67
-1110101010 burly 67
-1110101010 12-year-old 72
-1110101010 16-year-old 72
-1110101010 65-year-old 73
-1110101010 21-year-old 75
-1110101010 27-year-old 77
-1110101010 36-year-old 78
-1110101010 self-described 79
-1110101010 19-year-old 80
-1110101010 61-year-old 81
-1110101010 26-year-old 82
-1110101010 64-year-old 82
-1110101010 long-time 83
-1110101010 13-year-old 84
-1110101010 lifelong 85
-1110101010 31-year-old 86
-1110101010 62-year-old 87
-1110101010 17-year-old 88
-1110101010 23-year-old 89
-1110101010 28-year-old 91
-1110101010 six-year-old 94
-1110101010 70-year-old 94
-1110101010 63-year-old 95
-1110101010 47-year-old 96
-1110101010 34-year-old 97
-1110101010 33-year-old 97
-1110101010 10-year-old 98
-1110101010 49-year-old 98
-1110101010 25-year-old 98
-1110101010 32-year-old 100
-1110101010 24-year-old 101
-1110101010 29-year-old 101
-1110101010 54-year-old 102
-1110101010 59-year-old 102
-1110101010 37-year-old 102
-1110101010 35-year-old 103
-1110101010 55-year-old 106
-1110101010 57-year-old 107
-1110101010 52-year-old 108
-1110101010 56-year-old 108
-1110101010 58-year-old 110
-1110101010 48-year-old 114
-1110101010 46-year-old 117
-1110101010 53-year-old 119
-1110101010 42-year-old 122
-1110101010 outgoing 124
-1110101010 51-year-old 124
-1110101010 39-year-old 125
-1110101010 43-year-old 132
-1110101010 45-year-old 133
-1110101010 30-year-old 133
-1110101010 38-year-old 135
-1110101010 60-year-old 140
-1110101010 41-year-old 142
-1110101010 now-defunct 142
-1110101010 44-year-old 147
-1110101010 50-year-old 157
-1110101010 40-year-old 168
-1110101010 embattled 178
-1110101010 high-ranking 209
-1110101010 disgruntled 212
-1110101010 court-appointed 226
-1110101010 former 16616
-1110101010 longtime 995
-1110101011 mediumterm 1
-1110101011 cement-industry 1
-1110101011 commmittee 1
-1110101011 fascist-left 1
-1110101011 variablerate 1
-1110101011 more-agressive 1
-1110101011 large-fund 1
-1110101011 equity-risk 1
-1110101011 just-retired 1
-1110101011 acquisition-heightened 1
-1110101011 19,000-employee 1
-1110101011 taxpayer-supplied 1
-1110101011 asbestos-health 1
-1110101011 chairman-of-the-board 1
-1110101011 suntan-lotion 1
-1110101011 ill-deployed 1
-1110101011 floridly 1
-1110101011 already-established 1
-1110101011 least-experienced 1
-1110101011 personal-asset 1
-1110101011 strategy-forming 1
-1110101011 size-standards 1
-1110101011 pension-money 1
-1110101011 MSure 1
-1110101011 disaster-planning 1
-1110101011 semiconducter 1
-1110101011 technology-policy 1
-1110101011 transit-union 1
-1110101011 Swiss-securities 1
-1110101011 coarse-grains 1
-1110101011 wastedisposal 1
-1110101011 political-communications 1
-1110101011 pharmaceuticals-industry 1
-1110101011 not-so-hot 1
-1110101011 Nobel-prize-winning 1
-1110101011 Swiss-companies 1
-1110101011 60-person 1
-1110101011 four-lettered 1
-1110101011 pseudo-secular 1
-1110101011 AIDB 1
-1110101011 higher-echelon 1
-1110101011 UA1 1
-1110101011 research-firm 1
-1110101011 clubbable 1
-1110101011 review-course 1
-1110101011 relief-organization 1
-1110101011 nuclear-strategy 1
-1110101011 soon-to-retire 1
-1110101011 tax-committee 1
-1110101011 Argonne-Gould 1
-1110101011 15year 1
-1110101011 dollar-issue 1
-1110101011 company-based 1
-1110101011 strength-portfolio 1
-1110101011 team-based 1
-1110101011 business-economics 1
-1110101011 Papuan 1
-1110101011 casinoindustry 1
-1110101011 acrylic-topped 1
-1110101011 roasting-company 1
-1110101011 computer-governed 1
-1110101011 convertible-securities 1
-1110101011 green-eyeshades 1
-1110101011 drug-stock 1
-1110101011 recession-wary 1
-1110101011 thrill-a-pitch 1
-1110101011 17,631 1
-1110101011 street-repair 1
-1110101011 Arab-state 1
-1110101011 Western-states 1
-1110101011 weapons-software 1
-1110101011 golf-tournament 1
-1110101011 fish-department 1
-1110101011 UAW-Ford 1
-1110101011 brewing-operations 1
-1110101011 innocent-seeming 1
-1110101011 health-association 1
-1110101011 shareholder-oriented 1
-1110101011 most-quoted 1
-1110101011 Reagan-named 1
-1110101011 Peru-like 1
-1110101011 music-personality 1
-1110101011 nursing-related 1
-1110101011 window-washing 1
-1110101011 subordinatd 1
-1110101011 motor-industry 1
-1110101011 medication-use 1
-1110101011 Kadarist 1
-1110101011 PR-conscious 1
-1110101011 Organizacion 1
-1110101011 professional-liability-risk 1
-1110101011 gutter-talking 1
-1110101011 696-page 1
-1110101011 15-property 1
-1110101011 car-quality 1
-1110101011 Halmos-led 1
-1110101011 technical-planning 1
-1110101011 primitive-arts 1
-1110101011 laboratory-minded 1
-1110101011 G-7769 1
-1110101011 subordindated 1
-1110101011 investment-house 1
-1110101011 black-bourgeoisie 1
-1110101011 state-insurance 1
-1110101011 lesser-light 1
-1110101011 Bedouin-based 1
-1110101011 Chun-administration 1
-1110101011 Tettamanti-led 1
-1110101011 HFV 1
-1110101011 23-bank 1
-1110101011 medicial 1
-1110101011 ex-NBC 1
-1110101011 consumer-behavior 1
-1110101011 claims-service 1
-1110101011 law-practice 1
-1110101011 Hanmi 1
-1110101011 McGraw-Hill/DRI 1
-1110101011 7,500-worker 1
-1110101011 hotel/restaurant 1
-1110101011 first-name-basis 1
-1110101011 roadster-style 1
-1110101011 regulative 1
-1110101011 well-programmed 1
-1110101011 professorial-looking 1
-1110101011 two-pilot 1
-1110101011 three-faction 1
-1110101011 railroad-industry 1
-1110101011 BRA 1
-1110101011 financial-research 1
-1110101011 smoking-addiction 1
-1110101011 Rasmus 1
-1110101011 cost-benefits 1
-1110101011 utilities-industry 1
-1110101011 handson 2
-1110101011 casino-industry 2
-1110101011 earlier-maturing 2
-1110101011 EARNS 2
-1110101011 budget-and-tax 2
-1110101011 leather-clad 2
-1110101011 Joyous 2
-1110101011 four-bank 2
-1110101011 4,143 2
-1110101011 public-union 2
-1110101011 Carter-administration 2
-1110101011 2,059,456 2
-1110101011 mining-industry 2
-1110101011 Novacap 2
-1110101011 Western-trained 2
-1110101011 Sirenevyy 2
-1110101011 pharmaceutical-industry 2
-1110101011 Single-A-minus 2
-1110101011 private-company 3
-1110101011 construction-trades 3
-1110101011 Chinese-speaking 3
-1110101011 new-products 3
-1110101011 foreign-ministry 3
-1110101011 non-tenured 3
-1110101011 non-Texas 3
-1110101011 corporate-benefits 3
-1110101011 low-class 3
-1110101011 Yale-trained 3
-1110101011 turbaned 3
-1110101011 Nobel-laureate 3
-1110101011 product-marketing 3
-1110101011 Ektaprint 3
-1110101011 power-industry 4
-1110101011 growth-minded 4
-1110101011 gambling-industry 4
-1110101011 textile-industry 4
-1110101011 mortgage-company 4
-1110101011 sharp-eyed 5
-1110101011 nine-man 5
-1110101011 Taipei-based 5
-1110101011 publishing-industry 5
-1110101011 strategic-planning 6
-1110101011 26-member 8
-1110101011 chemical-industry 9
-1110101011 six-man 11
-1110101011 Soviet-trained 13
-1110101011 tenured 22
-1110101011 midlevel 28
-1110101011 utility-bond 32
-1110101011 human-resources 33
-1110101011 senior 12934
-1110101011 junior 605
-111010110 cystic-fibrosis 1
-111010110 Romantic-era 1
-111010110 Cro-Magnonesque 1
-111010110 non-supporting 1
-111010110 chipster 1
-111010110 cardboard-cutout 1
-111010110 Lohengrin-like 1
-111010110 bladder-cancer 1
-111010110 French-system 1
-111010110 look-but-don't-touch 1
-111010110 postmenopausal 1
-111010110 not-very-nice 1
-111010110 now-forgotten 1
-111010110 swing-era 1
-111010110 wageearning 1
-111010110 peacock-shaped 1
-111010110 never-crowned 1
-111010110 logging-company 1
-111010110 Sun-2 1
-111010110 leeching 1
-111010110 enhaloed 1
-111010110 comp. 1
-111010110 7,000,000 1
-111010110 four-ton 1
-111010110 glib-talking 1
-111010110 black-frocked 1
-111010110 brake-warning 1
-111010110 more-than-9,400 1
-111010110 orange-and-black 1
-111010110 just-out-of-college 1
-111010110 filmland 1
-111010110 76,579 1
-111010110 synchronized-swimming 1
-111010110 shiny-shoe 1
-111010110 trench-style 1
-111010110 faded-denim 1
-111010110 sharp-nailed 1
-111010110 already-vaccinated 1
-111010110 nonscreened 1
-111010110 4,159 1
-111010110 majority-ruled 1
-111010110 non-middle-class 1
-111010110 18,226 1
-111010110 bermuda 1
-111010110 second-income 1
-111010110 bellringing 1
-111010110 short-statured 1
-111010110 once-neglected 1
-111010110 coal-refining 1
-111010110 6,254 1
-111010110 multipocketed 1
-111010110 Kansas-educated 1
-111010110 6,520 1
-111010110 2,041 1
-111010110 tool-wielding 1
-111010110 green-eye-shade 1
-111010110 sight/The 1
-111010110 aluminum-plated 1
-111010110 non-Shiite 1
-111010110 most-illiterate 1
-111010110 tomato-flavor 1
-111010110 fad-prone 1
-111010110 2,200-student 1
-111010110 floppy-eared 1
-111010110 65-to-69-year-old 1
-111010110 heretic-hunting 1
-111010110 sad-looking 1
-111010110 232,600 1
-111010110 rock-liberated 1
-111010110 rostered 1
-111010110 non-Medicaid-eligible 1
-111010110 96,865 1
-111010110 conch-Cuban-Bahamian 1
-111010110 N.Y.P.D. 1
-111010110 estate-bottled 1
-111010110 hicktown 1
-111010110 angry-faced 1
-111010110 full-breasted 1
-111010110 Townarea 1
-111010110 big-muscled 1
-111010110 ground-nesting 1
-111010110 Greek-letter 1
-111010110 understimulated 1
-111010110 post-Exilic 1
-111010110 stiff-necked 1
-111010110 power-in-numbers 1
-111010110 7,188 1
-111010110 neon-ribbed 1
-111010110 power-addled 1
-111010110 chalk-ware 1
-111010110 samurai-style 1
-111010110 Venusian 1
-111010110 heavy-breathing 1
-111010110 slumped-shouldered 1
-111010110 sea-life 1
-111010110 twenty-two-year-old 1
-111010110 white-and-yellow 1
-111010110 Parsee 1
-111010110 Wallis-blue 1
-111010110 growth-deficient 1
-111010110 non-Southern 1
-111010110 swallowtail 1
-111010110 tile-and-marble 1
-111010110 goal-directed 1
-111010110 bayfront 1
-111010110 check/blind 1
-111010110 best-of-five-set 1
-111010110 seven-spotted 1
-111010110 multi-problem 1
-111010110 peewee 1
-111010110 proper-looking 1
-111010110 mandarinlike 1
-111010110 armless 1
-111010110 presidential-preference 1
-111010110 high-school-educated 1
-111010110 briard 1
-111010110 Allium 1
-111010110 slow-growth/no-growth 1
-111010110 bebaubled 1
-111010110 lower-wattage 1
-111010110 fan-wielding 1
-111010110 best-treated 1
-111010110 Pandava 1
-111010110 Ivatan 1
-111010110 textile-factory 1
-111010110 telephone-fraud 1
-111010110 well-followed 1
-111010110 calorie-conscious 1
-111010110 printing-factory 1
-111010110 S&M 1
-111010110 most-hacked-at 1
-111010110 homberg 1
-111010110 cutsey-poo 1
-111010110 poor-family 1
-111010110 credentialed 1
-111010110 street-gang 1
-111010110 voting-eligible 1
-111010110 bunko 1
-111010110 fur-trading 1
-111010110 softboiled 1
-111010110 long-striking 1
-111010110 denim-clad 1
-111010110 18-to-24-year-old 1
-111010110 toy-factory 1
-111010110 delible 1
-111010110 maatjes 1
-111010110 mid-budget 1
-111010110 single-headed 1
-111010110 multijob 1
-111010110 37,654 1
-111010110 boozed-out 1
-111010110 Finnish-speaking 1
-111010110 5,025 1
-111010110 406,887 1
-111010110 leopard-spot 1
-111010110 old-stock 1
-111010110 30,708 1
-111010110 lower-rung 1
-111010110 673,565 1
-111010110 prescreened 1
-111010110 semiskilled 1
-111010110 anthropoid 1
-111010110 latch-key 1
-111010110 Kilauea 1
-111010110 northern-bred 1
-111010110 cop/black 1
-111010110 cop/young 1
-111010110 man-hating 1
-111010110 55-foot-tall 1
-111010110 dope-peddling 1
-111010110 metalic-tipped 1
-111010110 pinheaded 1
-111010110 under-21 1
-111010110 late-century 1
-111010110 nonpublic-assistance 1
-111010110 growth-stunted 1
-111010110 evzone 1
-111010110 fanaticized 1
-111010110 water-logged 1
-111010110 wanderlustful 1
-111010110 12-inch-diameter 1
-111010110 herringbone 1
-111010110 wellpaying 1
-111010110 fundamendalist 1
-111010110 ill-conditioned 1
-111010110 detroit 1
-111010110 Russo-American 1
-111010110 nacho-crunching 1
-111010110 travel-weary 1
-111010110 nonadopted 1
-111010110 rock-hurling 1
-111010110 difficult-to-place 1
-111010110 2,238 1
-111010110 strawberry-blond 1
-111010110 two-wage 1
-111010110 ham-actress 1
-111010110 31,754,000 1
-111010110 moonshiner-turned-stock-car 1
-111010110 spun-sugar 1
-111010110 2,129 1
-111010110 stuck-up 1
-111010110 lowest-strata 1
-111010110 Halevy 1
-111010110 DENK 1
-111010110 three-or-more 1
-111010110 super-nervous 1
-111010110 3,845 1
-111010110 4,962 1
-111010110 one-million-dollar 1
-111010110 Hezbollah-affiliated 1
-111010110 pretty-faced 1
-111010110 Sabaneta 1
-111010110 femaleheaded 1
-111010110 whalesized 1
-111010110 one-income 1
-111010110 mob-linked 1
-111010110 bassist/ 1
-111010110 guitar-strumming 1
-111010110 single-wage-earner 1
-111010110 swamp-style 1
-111010110 crack-using 1
-111010110 knuckle-headed 1
-111010110 be-thonged 1
-111010110 17,187 1
-111010110 old-maid 1
-111010110 Williamsesque 1
-111010110 Scandinavian-American 1
-111010110 27,548 1
-111010110 recidivist 1
-111010110 anti-heroic 1
-111010110 unframed 1
-111010110 crack-addicted 1
-111010110 mallard-dotted 1
-111010110 mansy-pansy 1
-111010110 beauty-parlor 1
-111010110 top-scale 1
-111010110 58,682 1
-111010110 74-store 1
-111010110 dual-employed 1
-111010110 Greek-Cypriot 1
-111010110 Sparta-loving 1
-111010110 broad-beamed 1
-111010110 business-history 1
-111010110 bull-fight 1
-111010110 gonad 1
-111010110 Glaswegian 1
-111010110 immune-suppressed 1
-111010110 low-birth-weight 2
-111010110 graffiti-covered 2
-111010110 prepubescent 2
-111010110 Karimabad 2
-111010110 gray-suited 2
-111010110 last-second 2
-111010110 buffo 2
-111010110 2,029 2
-111010110 rock-concert 2
-111010110 half-breed 2
-111010110 reenforcing 2
-111010110 effectual 2
-111010110 singsong 2
-111010110 2,500-year-old 2
-111010110 style-conscious 2
-111010110 blue-jean 2
-111010110 family-type 2
-111010110 finny 2
-111010110 cauterizing 2
-111010110 rock-star 2
-111010110 psychotherapeutic 2
-111010110 pre-pubescent 2
-111010110 legless 2
-111010110 white-skinned 2
-111010110 100,000-acre 2
-111010110 large-mouth 2
-111010110 laidoff 2
-111010110 Ashkenazic 2
-111010110 Western-state 2
-111010110 lake-front 2
-111010110 Hickey-Freeman 2
-111010110 hooch 2
-111010110 Dostoevskian 2
-111010110 U.S.-reflagged 2
-111010110 flat-topped 2
-111010110 Vietnamese-American 2
-111010110 minority-language 2
-111010110 steak-and-potatoes 2
-111010110 Millsboro 2
-111010110 antibody-free 2
-111010110 bare-breasted 2
-111010110 satin-lined 2
-111010110 team-owned 2
-111010110 pensioned 2
-111010110 job-bank 2
-111010110 day-and-night 2
-111010110 best-fed 2
-111010110 non-priority 2
-111010110 fresh-tasting 2
-111010110 porky 2
-111010110 large-circulation 2
-111010110 small-city 2
-111010110 fecally 2
-111010110 white-gloved 2
-111010110 nicotine-stained 2
-111010110 unworldly 2
-111010110 plummy 2
-111010110 dour-looking 2
-111010110 sex-obsessed 2
-111010110 65-pound 2
-111010110 French-educated 2
-111010110 city-financed 2
-111010110 junior-level 2
-111010110 split-shift 2
-111010110 WASP-ish 2
-111010110 sharp-edged 2
-111010110 second-best-selling 2
-111010110 shrewder 2
-111010110 sniveling 2
-111010110 middle-brow 2
-111010110 Ersatz 2
-111010110 peacenik 2
-111010110 second-trust 2
-111010110 down-at-the-mouth 2
-111010110 two-worker 2
-111010110 dual-earner 2
-111010110 movie-mad 2
-111010110 spy-agency 2
-111010110 higher-earning 2
-111010110 1,645 2
-111010110 whitish 2
-111010110 single-person 2
-111010110 Balinese 2
-111010110 crossword-puzzle 2
-111010110 4,081 2
-111010110 12,666 2
-111010110 CFTO 2
-111010110 smeary 2
-111010110 humanitarian-assistance 2
-111010110 love-struck 2
-111010110 tough-looking 2
-111010110 pimply-faced 2
-111010110 well-credentialed 2
-111010110 2,394 2
-111010110 time-traveling 2
-111010110 non-combat 2
-111010110 Melanoma 2
-111010110 two-household 2
-111010110 1,200-pound 2
-111010110 central-Tokyo 2
-111010110 dwarfish 2
-111010110 weird-looking 2
-111010110 nice-looking 2
-111010110 odd-duck 2
-111010110 untalented 2
-111010110 church-affiliated 2
-111010110 Diaoyutai 2
-111010110 Soviet-type 2
-111010110 anti-authority 2
-111010110 raggedy 2
-111010110 ethnic-German 2
-111010110 less-ill 2
-111010110 14-karat 2
-111010110 nonphysician 2
-111010110 neo-Fascist 2
-111010110 reedy 2
-111010110 dinky 2
-111010110 whole-body 2
-111010110 mosquito-infested 2
-111010110 uncircumcised 2
-111010110 near-sighted 2
-111010110 government-party 2
-111010110 melting-pot 2
-111010110 one-plant 2
-111010110 Straussian 2
-111010110 car-racing 2
-111010110 propped-up 2
-111010110 scullery 2
-111010110 Hydra 2
-111010110 Hopkins-trained 2
-111010110 shedlike 2
-111010110 green-clad 2
-111010110 undercounts 2
-111010110 under-qualified 2
-111010110 gold-digging 2
-111010110 140-pound 2
-111010110 Clonard 2
-111010110 disenfranchising 2
-111010110 steel-mesh 2
-111010110 humane-society 2
-111010110 pre-menopausal 2
-111010110 bluecollar 2
-111010110 titanium-dioxide 2
-111010110 sleazy-looking 2
-111010110 shape-note 2
-111010110 kennel-club 2
-111010110 blasphemes 2
-111010110 un-Christian 2
-111010110 strip-tease 2
-111010110 MaGrath 2
-111010110 dry-ice 2
-111010110 junior-team 2
-111010110 Izala 2
-111010110 community-college 2
-111010110 full-featured 2
-111010110 18-carat 2
-111010110 menacing-looking 2
-111010110 pure-bred 2
-111010110 frail-looking 2
-111010110 well-coiffed 2
-111010110 palsied 2
-111010110 non-Vietnam 2
-111010110 wide-brimmed 2
-111010110 high-producing 2
-111010110 professional-looking 2
-111010110 drug-dependent 2
-111010110 new-breed 2
-111010110 righthand 2
-111010110 attack-dog 2
-111010110 wood-block 2
-111010110 postdated 2
-111010110 three-car 2
-111010110 unscented 2
-111010110 stout-hearted 2
-111010110 ponytailed 2
-111010110 pubescent 2
-111010110 drawling 2
-111010110 democratic-minded 2
-111010110 pasty-faced 2
-111010110 once-docile 2
-111010110 never-say-die 2
-111010110 late-1940s 2
-111010110 loud-mouthed 2
-111010110 '51 2
-111010110 mail-room 2
-111010110 splendiferous 2
-111010110 white-liberal 2
-111010110 hate-filled 2
-111010110 saber-toothed 2
-111010110 menopausal 2
-111010110 insulation-plant 2
-111010110 Ganden 2
-111010110 unstudied 2
-111010110 conjur 2
-111010110 once-rich 2
-111010110 scaredy 2
-111010110 maned 2
-111010110 pre-adolescent 2
-111010110 4,681,845 2
-111010110 race-walking 2
-111010110 vicuna 2
-111010110 non-liberal 2
-111010110 gray-and-white 2
-111010110 one-armed 3
-111010110 unclothed 3
-111010110 red-eyed 3
-111010110 under-50 3
-111010110 red-brown 3
-111010110 800-acre 3
-111010110 blond-haired 3
-111010110 Triple-X 3
-111010110 two-wage-earner 3
-111010110 tumbledown 3
-111010110 blue-haired 3
-111010110 Porcupine 3
-111010110 split-level 3
-111010110 cannibal 3
-111010110 polka-dotted 3
-111010110 terpsichorean 3
-111010110 dope-smoking 3
-111010110 well-grounded 3
-111010110 pussy 3
-111010110 grandes 3
-111010110 middle-manager 3
-111010110 Anatolian 3
-111010110 vote-seeking 3
-111010110 purebred 3
-111010110 Calvinist 3
-111010110 teal 3
-111010110 then-unknown 3
-111010110 madder 3
-111010110 dim-witted 3
-111010110 23-month-old 3
-111010110 country-rock 3
-111010110 group-practice 3
-111010110 cockney 3
-111010110 over-40 3
-111010110 flat-earth 3
-111010110 husband-wife 3
-111010110 springy 3
-111010110 tuxedoed 3
-111010110 Guazapa 3
-111010110 long-gone 3
-111010110 jet-black 3
-111010110 more-productive 3
-111010110 chivalric 3
-111010110 flamingo 3
-111010110 front-desk 3
-111010110 what-me-worry 3
-111010110 resident-alien 3
-111010110 lynx 3
-111010110 nonsupervisory 3
-111010110 incapacitating 3
-111010110 long-limbed 3
-111010110 yodeling 3
-111010110 Gobbler 3
-111010110 disunited 3
-111010110 gallant 3
-111010110 beetle-browed 3
-111010110 toe-tapping 3
-111010110 kilted 3
-111010110 organ-donor 3
-111010110 priggish 3
-111010110 pointy-headed 3
-111010110 hard-flying 3
-111010110 Tahitian 3
-111010110 cliff-top 3
-111010110 backbreaking 3
-111010110 hard-muscled 3
-111010110 ribald 3
-111010110 rising-sun 3
-111010110 primary-school 3
-111010110 second-grade 3
-111010110 bald-headed 3
-111010110 fierce-looking 3
-111010110 tentlike 3
-111010110 motherless 3
-111010110 cornrow 3
-111010110 teddy-bear 3
-111010110 novel-writing 3
-111010110 couch-bound 3
-111010110 hardnosed 3
-111010110 painkilling 3
-111010110 quarried 3
-111010110 once-formidable 3
-111010110 bombed-out 3
-111010110 Revisionist 3
-111010110 foot-tall 3
-111010110 first-growth 3
-111010110 60-pound 3
-111010110 weather-driven 3
-111010110 private-practice 3
-111010110 light-brown 3
-111010110 peep-show 3
-111010110 quality-conscious 3
-111010110 11,806 3
-111010110 non-Islamic 3
-111010110 spit-and-polish 3
-111010110 scaly 3
-111010110 foreign-trained 3
-111010110 rickshaw 3
-111010110 dual-income 3
-111010110 drop-dead 3
-111010110 Nahuatl 3
-111010110 negro 3
-111010110 finches 3
-111010110 pearl-handled 3
-111010110 operating-room 3
-111010110 internal-medicine 3
-111010110 moderate-liberal 3
-111010110 sleazeball 3
-111010110 parakeets 3
-111010110 Jacobean 3
-111010110 Western-looking 3
-111010110 mestizo 3
-111010110 refugee-camp 3
-111010110 snotty 3
-111010110 open-collar 3
-111010110 seeing-eye 3
-111010110 conscript 3
-111010110 Hangzhou 3
-111010110 six-pound 3
-111010110 unacknowledged 3
-111010110 seven-inch 3
-111010110 cavelike 3
-111010110 velour 3
-111010110 Huguenot 3
-111010110 dart-throwing 3
-111010110 theater-party 3
-111010110 unlettered 3
-111010110 eight-foot-tall 3
-111010110 throaty 3
-111010110 mean-looking 3
-111010110 fistic 3
-111010110 pot-bellied 3
-111010110 drug-impaired 3
-111010110 north-side 3
-111010110 snippy 3
-111010110 nippy 3
-111010110 Redeemer 3
-111010110 25-foot-high 3
-111010110 moussed 3
-111010110 Magnitka 3
-111010110 kicky 3
-111010110 multitalented 3
-111010110 featherweight 3
-111010110 mewling 3
-111010110 money-grubbing 3
-111010110 gold-trimmed 3
-111010110 152,400 3
-111010110 microsocial 3
-111010110 industrial-state 3
-111010110 girlhood 3
-111010110 Southern-born 3
-111010110 AWBA 3
-111010110 1,776 3
-111010110 Ismaili 3
-111010110 Belorussian 4
-111010110 up-river 4
-111010110 farm-belt 4
-111010110 bolo 4
-111010110 hotheaded 4
-111010110 middle-American 4
-111010110 sinewy 4
-111010110 Colima 4
-111010110 teary-eyed 4
-111010110 self-professed 4
-111010110 fatherless 4
-111010110 centralist 4
-111010110 self-dramatizing 4
-111010110 auburn 4
-111010110 oldline 4
-111010110 Autocephalous 4
-111010110 Uniate 4
-111010110 150-pound 4
-111010110 Brut 4
-111010110 over-65 4
-111010110 85th 4
-111010110 cigarette-smoking 4
-111010110 hot-headed 4
-111010110 effervescent 4
-111010110 homebound 4
-111010110 greenest 4
-111010110 smooth-faced 4
-111010110 1,223 4
-111010110 foreign-educated 4
-111010110 drug-addicted 4
-111010110 coloured 4
-111010110 TV-commercial 4
-111010110 semi-educated 4
-111010110 Iban 4
-111010110 wage-earning 4
-111010110 hard-driven 4
-111010110 misclassified 4
-111010110 Trotskyite 4
-111010110 Piltdown 4
-111010110 non-black 4
-111010110 5-foot-10-inch 4
-111010110 doe-eyed 4
-111010110 knife-wielding 4
-111010110 light-blue 4
-111010110 riotous 4
-111010110 tawny 4
-111010110 closet-sized 4
-111010110 sober-sided 4
-111010110 pluralist 4
-111010110 church-going 4
-111010110 well-turned-out 4
-111010110 non-career 4
-111010110 consumptive 4
-111010110 pro-regulation 4
-111010110 buttonholing 4
-111010110 lowbrow 4
-111010110 citified 4
-111010110 antibody-positive 4
-111010110 teacup 4
-111010110 willowy 4
-111010110 degreed 4
-111010110 cheesy 4
-111010110 stockade 4
-111010110 squirmy 4
-111010110 rifle-toting 4
-111010110 spiny 4
-111010110 spidery 4
-111010110 hardhearted 4
-111010110 elfin 4
-111010110 jet-lagged 4
-111010110 stentorian 4
-111010110 40-foot-long 4
-111010110 self-educated 4
-111010110 pearly 4
-111010110 1,752 4
-111010110 white-tailed 4
-111010110 Stalin-era 4
-111010110 sniffling 4
-111010110 Aymara 4
-111010110 overachieving 4
-111010110 folk-singing 4
-111010110 Amerasian 4
-111010110 pock-marked 4
-111010110 bobby 4
-111010110 windblown 4
-111010110 slinky 4
-111010110 flame-retardant 4
-111010110 bleeding-heart 4
-111010110 blue-suited 4
-111010110 far-seeing 4
-111010110 rolled-up 4
-111010110 brown-skinned 4
-111010110 fiery-eyed 4
-111010110 kitschy 4
-111010110 curvaceous 4
-111010110 wearable 4
-111010110 high-stepping 4
-111010110 hard-to-adopt 4
-111010110 ill-tempered 4
-111010110 shelf-stable 4
-111010110 6-foot-7 4
-111010110 chocolate-coated 4
-111010110 heifer 4
-111010110 speckled 4
-111010110 mud-hut 4
-111010110 corpulent 4
-111010110 constipated 4
-111010110 meatless 4
-111010110 monounsaturated 4
-111010110 oxymoronic 4
-111010110 Xhosa 4
-111010110 spastic 4
-111010110 furrowed 4
-111010110 anti-Long 4
-111010110 macrobiotic 4
-111010110 Pierrot 4
-111010110 LDS 4
-111010110 roller-skating 4
-111010110 Szechuan 4
-111010110 bitchy 4
-111010110 ABA-approved 4
-111010110 dime-store 4
-111010110 well-groomed 4
-111010110 muscle-bound 4
-111010110 much-loved 4
-111010110 faithless 4
-111010110 escapist 4
-111010110 fair-weather 4
-111010110 flirtatious 4
-111010110 buttoned-up 4
-111010110 higher-salaried 4
-111010110 monosodium 4
-111010110 draft-age 4
-111010110 neolithic 4
-111010110 geranium 4
-111010110 nonstriking 4
-111010110 workman-like 4
-111010110 never-married 4
-111010110 technology-stock 4
-111010110 headier 4
-111010110 full-term 4
-111010110 incontinent 4
-111010110 repentant 4
-111010110 non-verbal 4
-111010110 warmhearted 4
-111010110 Transylvanian 4
-111010110 self-aggrandizing 5
-111010110 stoical 5
-111010110 countercultural 5
-111010110 razor-sharp 5
-111010110 wind-up 5
-111010110 know-it-all 5
-111010110 piquant 5
-111010110 magenta 5
-111010110 self-involved 5
-111010110 SRO 5
-111010110 breathy 5
-111010110 liberal-left 5
-111010110 drug-sniffing 5
-111010110 uncirculated 5
-111010110 wind-blown 5
-111010110 limited-government 5
-111010110 downscale 5
-111010110 white-water 5
-111010110 uncultivated 5
-111010110 formless 5
-111010110 gossamer 5
-111010110 indolent 5
-111010110 ill-trained 5
-111010110 outmanned 5
-111010110 Sotho 5
-111010110 northbound 5
-111010110 scrimshaw 5
-111010110 oceanside 5
-111010110 board-certified 5
-111010110 peerless 5
-111010110 funny-looking 5
-111010110 profit-minded 5
-111010110 one-earner 5
-111010110 well-endowed 5
-111010110 stressed-out 5
-111010110 long-dead 5
-111010110 panic-stricken 5
-111010110 computer-literate 5
-111010110 new-wave 5
-111010110 Siamese 5
-111010110 liver-transplant 5
-111010110 Shropshire 5
-111010110 100-foot 5
-111010110 big-game 5
-111010110 nosy 5
-111010110 dyed-in-the-wool 5
-111010110 rhinestone 5
-111010110 220-pound 5
-111010110 ditzy 5
-111010110 celibate 5
-111010110 Mennonite 5
-111010110 fire-resistant 5
-111010110 freedom-loving 5
-111010110 sober-minded 5
-111010110 haired 5
-111010110 red-headed 5
-111010110 chapped 5
-111010110 nutrient-rich 5
-111010110 mulatto 5
-111010110 war-weary 5
-111010110 terraced 5
-111010110 unsalaried 5
-111010110 non-germane 5
-111010110 locked-out 5
-111010110 well-ordered 5
-111010110 adoptable 5
-111010110 self-mocking 5
-111010110 petting 5
-111010110 grammar-school 5
-111010110 surrealist 5
-111010110 his-and-her 5
-111010110 Latin-American 5
-111010110 spindly 5
-111010110 sky-blue 5
-111010110 washing-machine 5
-111010110 churchgoing 5
-111010110 early-evening 5
-111010110 nubile 5
-111010110 hard-drinking 5
-111010110 autistic 5
-111010110 weepy 5
-111010110 uncooked 5
-111010110 bikini-clad 5
-111010110 odder 5
-111010110 pre-selected 5
-111010110 slouching 5
-111010110 world-champion 5
-111010110 anti-science 5
-111010110 despotic 5
-111010110 10-gallon 5
-111010110 well-spoken 5
-111010110 lascivious 5
-111010110 glass-walled 5
-111010110 emancipated 5
-111010110 fast-buck 5
-111010110 half-eaten 5
-111010110 tubby 5
-111010110 form-fitting 5
-111010110 uncongenial 5
-111010110 martyred 5
-111010110 deep-fried 5
-111010110 federalized 5
-111010110 new-collar 5
-111010110 nonworking 5
-111010110 white-coated 5
-111010110 rosewood 5
-111010110 Battleship 5
-111010110 certifiable 5
-111010110 illegal-immigrant 5
-111010110 leadoff 5
-111010110 rightwing 5
-111010110 train-service 5
-111010110 four-inch 6
-111010110 backward-looking 6
-111010110 tubercular 6
-111010110 tin-roofed 6
-111010110 average-sized 6
-111010110 bigoted 6
-111010110 canary 6
-111010110 5-foot-10 6
-111010110 semi-literate 6
-111010110 flaccid 6
-111010110 down-and-dirty 6
-111010110 cross-eyed 6
-111010110 heavy-set 6
-111010110 well-scrubbed 6
-111010110 anti-NATO 6
-111010110 hardworking 6
-111010110 diamond-studded 6
-111010110 godless 6
-111010110 jeepney 6
-111010110 strait-laced 6
-111010110 hedonistic 6
-111010110 mariachi 6
-111010110 zen 6
-111010110 matronly 6
-111010110 60-foot 6
-111010110 better-financed 6
-111010110 racquet 6
-111010110 carnivorous 6
-111010110 post-menopausal 6
-111010110 priestly 6
-111010110 Indian-born 6
-111010110 unshaven 6
-111010110 UAW-represented 6
-111010110 long-sleeved 6
-111010110 anti-reform 6
-111010110 back-country 6
-111010110 nondenominational 6
-111010110 anencephalic 6
-111010110 blow-dried 6
-111010110 turf-conscious 6
-111010110 square-dance 6
-111010110 comely 6
-111010110 replaceable 6
-111010110 soupy 6
-111010110 capacious 6
-111010110 swarthy 6
-111010110 droopy 6
-111010110 paisley 6
-111010110 ruddy-faced 6
-111010110 insolent 6
-111010110 dimpled 6
-111010110 Italian-American 6
-111010110 lower-earning 6
-111010110 foreign-looking 6
-111010110 Roald 6
-111010110 junior-high-school 6
-111010110 magnetized 6
-111010110 epistolary 6
-111010110 bossy 6
-111010110 .22-caliber 6
-111010110 Trotskyist 6
-111010110 dewy 6
-111010110 rakish 6
-111010110 non-AIDS 6
-111010110 know-nothing 6
-111010110 shoulder-length 6
-111010110 Trappist 6
-111010110 oxygen-carrying 6
-111010110 anti-Nazi 6
-111010110 Sumo 6
-111010110 nerdy 6
-111010110 non-Jewish 6
-111010110 drug-using 6
-111010110 beer-drinking 6
-111010110 less-educated 6
-111010110 dowager 6
-111010110 one-legged 6
-111010110 tremulous 6
-111010110 Netherlandish 6
-111010110 Amazonian 6
-111010110 greenish 6
-111010110 chrysanthemum 6
-111010110 Episcopalian 6
-111010110 1,568 6
-111010110 quick-buck 6
-111010110 Neapolitan 6
-111010110 liberal-minded 6
-111010110 shimmery 6
-111010110 materialist 6
-111010110 lecherous 6
-111010110 fossilized 6
-111010110 Nehru 6
-111010110 starry-eyed 6
-111010110 straight-ahead 6
-111010110 sunburned 6
-111010110 non-official 6
-111010110 non-Moslem 6
-111010110 revivalist 6
-111010110 doughy 6
-111010110 bronzed 6
-111010110 lineal 6
-111010110 honky-tonk 6
-111010110 maniacal 6
-111010110 well-mannered 6
-111010110 old-money 6
-111010110 Hires 6
-111010110 decorous 6
-111010110 rampaging 6
-111010110 peregrine 7
-111010110 reconditioned 7
-111010110 well-tailored 7
-111010110 bilious 7
-111010110 college-bound 7
-111010110 headless 7
-111010110 Polynesian 7
-111010110 be-bop 7
-111010110 non-English 7
-111010110 scrubby 7
-111010110 KMA 7
-111010110 tradition-minded 7
-111010110 long-necked 7
-111010110 vacuum-packed 7
-111010110 violet 7
-111010110 wisecracking 7
-111010110 best-financed 7
-111010110 gloved 7
-111010110 propagandistic 7
-111010110 grande 7
-111010110 Fendi 7
-111010110 foot-long 7
-111010110 gnarled 7
-111010110 still-young 7
-111010110 taxicab 7
-111010110 white-bread 7
-111010110 heart-shaped 7
-111010110 straight-arrow 7
-111010110 saintly 7
-111010110 excitable 7
-111010110 one-parent 7
-111010110 late-19th-century 7
-111010110 whistle-blowing 7
-111010110 whiz-bang 7
-111010110 fretful 7
-111010110 pliable 7
-111010110 14th-century 7
-111010110 anti-defense 7
-111010110 pro-reform 7
-111010110 gang-related 7
-111010110 Nubian 7
-111010110 maltreated 7
-111010110 warm-hearted 7
-111010110 meat-and-potatoes 7
-111010110 Carmelite 7
-111010110 neoliberal 7
-111010110 chirpy 7
-111010110 anthropomorphic 7
-111010110 ankle-length 7
-111010110 rootless 7
-111010110 considerate 7
-111010110 stewed 7
-111010110 corduroy 7
-111010110 hand-operated 7
-111010110 commoner 7
-111010110 '76 7
-111010110 free-spirited 7
-111010110 trapeze 7
-111010110 turgid 7
-111010110 rhyming 7
-111010110 reloadable 7
-111010110 non-striking 7
-111010110 hard-headed 7
-111010110 cartoonish 7
-111010110 buxom 7
-111010110 tweedy 7
-111010110 semi-skilled 7
-111010110 wind-swept 7
-111010110 Provencal 7
-111010110 power-hungry 7
-111010110 shin 7
-111010110 Whig 7
-111010110 scraggly 7
-111010110 hyperkinetic 7
-111010110 beaded 7
-111010110 overstuffed 7
-111010110 giggly 7
-111010110 money-hungry 7
-111010110 inscrutable 7
-111010110 moderate-to-liberal 7
-111010110 crotchety 7
-111010110 mustachioed 7
-111010110 Sunday-morning 7
-111010110 care-giving 7
-111010110 spiky 7
-111010110 Adventist 7
-111010110 unashamed 7
-111010110 Javanese 7
-111010110 more-affluent 7
-111010110 fashion-conscious 8
-111010110 libertine 8
-111010110 gawky 8
-111010110 B-movie 8
-111010110 short-story 8
-111010110 leggy 8
-111010110 errand 8
-111010110 ruddy 8
-111010110 nonracial 8
-111010110 custom-built 8
-111010110 battle-hardened 8
-111010110 ruby 8
-111010110 herding 8
-111010110 fuddy-duddy 8
-111010110 country-and-western 8
-111010110 omnipotent 8
-111010110 bouncy 8
-111010110 underage 8
-111010110 low-skill 8
-111010110 unrepresented 8
-111010110 starched 8
-111010110 natty 8
-111010110 hyphenated 8
-111010110 Druze 8
-111010110 magisterial 8
-111010110 U.S.-educated 8
-111010110 benighted 8
-111010110 dark-skinned 8
-111010110 swaggering 8
-111010110 bare-chested 8
-111010110 pre-1980 8
-111010110 dual-career 8
-111010110 barbarian 8
-111010110 fleshy 8
-111010110 gastronomic 8
-111010110 kook 8
-111010110 pro-communist 8
-111010110 downcast 8
-111010110 self-pitying 8
-111010110 sugary 8
-111010110 dastardly 8
-111010110 Western-educated 8
-111010110 powder-blue 8
-111010110 stringy 8
-111010110 pointy 8
-111010110 homesick 8
-111010110 post-independence 8
-111010110 wheelchair-bound 8
-111010110 chauvinist 8
-111010110 LEP 8
-111010110 non-ideological 8
-111010110 throbbing 8
-111010110 skilled-trades 8
-111010110 41-year 8
-111010110 non-unionized 8
-111010110 drug-infested 8
-111010110 Myoscint 8
-111010110 baby-boomer 8
-111010110 rattan 8
-111010110 fourth-grade 8
-111010110 grownup 8
-111010110 fiendish 8
-111010110 peace-loving 8
-111010110 enfeebled 8
-111010110 blue-blooded 8
-111010110 clean-shaven 8
-111010110 rhesus 9
-111010110 malnourished 9
-111010110 half-naked 9
-111010110 low-rise 9
-111010110 windswept 9
-111010110 excludable 9
-111010110 Eurasian 9
-111010110 javelin 9
-111010110 blushing 9
-111010110 Medicaid-eligible 9
-111010110 jet-setting 9
-111010110 bookish 9
-111010110 Mongolian 9
-111010110 polyglot 9
-111010110 weather-beaten 9
-111010110 stone-throwing 9
-111010110 fulltime 9
-111010110 weedy 9
-111010110 warlike 9
-111010110 non-technical 9
-111010110 lower-class 9
-111010110 secondary-school 9
-111010110 humanist 9
-111010110 bulbous 9
-111010110 peaceable 9
-111010110 glad-handing 9
-111010110 narcissistic 9
-111010110 untidy 9
-111010110 Pathan 9
-111010110 low-slung 9
-111010110 scallop 9
-111010110 fetid 9
-111010110 down-and-out 9
-111010110 non-Western 9
-111010110 voice-activated 9
-111010110 pro-defense 9
-111010110 Irianese 9
-111010110 cocktail-party 9
-111010110 low-skilled 9
-111010110 standup 9
-111010110 warmup 9
-111010110 scrawny 9
-111010110 sonorous 9
-111010110 eel 9
-111010110 emaciated 9
-111010110 nonpaying 9
-111010110 Saturday-morning 9
-111010110 infection-fighting 9
-111010110 bedraggled 9
-111010110 jowly 9
-111010110 Polish-American 9
-111010110 cylindrical 9
-111010110 woozy 9
-111010110 transcendental 9
-111010110 malformed 9
-111010110 likeable 9
-111010110 Weatherbee 9
-111010110 artsy 9
-111010110 non-working 9
-111010110 tipsy 9
-111010110 civic-minded 9
-111010110 homicidal 9
-111010110 rah-rah 9
-111010110 self-satisfied 9
-111010110 sumo 9
-111010110 Turkic 9
-111010110 three-legged 9
-111010110 2,081 9
-111010110 battle-scarred 9
-111010110 non-poor 9
-111010110 dark-blue 9
-111010110 paper-thin 10
-111010110 self-taught 10
-111010110 tawdry 10
-111010110 one-ton 10
-111010110 upper-crust 10
-111010110 Slovene 10
-111010110 nonconformist 10
-111010110 nouvelle 10
-111010110 multi-ethnic 10
-111010110 fair-haired 10
-111010110 fruity 10
-111010110 non-Catholic 10
-111010110 Caucasian 10
-111010110 mustached 10
-111010110 high-price 10
-111010110 postdoctoral 10
-111010110 Mayan 10
-111010110 Wagnerian 10
-111010110 nearsighted 10
-111010110 waterproof 10
-111010110 budget-minded 10
-111010110 midpriced 10
-111010110 deep-pocket 10
-111010110 long-neglected 10
-111010110 Elizabethan 10
-111010110 pint-sized 10
-111010110 flesh-and-blood 10
-111010110 boozy 10
-111010110 cherubic 10
-111010110 Pittsburgh-area 10
-111010110 pixie 10
-111010110 whiny 10
-111010110 unreconstructed 10
-111010110 SIDS 10
-111010110 brain-damaged 10
-111010110 voting-age 10
-111010110 cohabiting 10
-111010110 flinty 10
-111010110 pert 10
-111010110 garrulous 10
-111010110 sorority 10
-111010110 temperance 10
-111010110 Ojibwa 10
-111010110 aromatic 10
-111010110 monochromatic 10
-111010110 suave 10
-111010110 forlorn 10
-111010110 Hopi 10
-111010110 florid 10
-111010110 anticommunist 10
-111010110 stay-at-home 10
-111010110 Iranian-American 10
-111010110 stony 11
-111010110 tingling 11
-111010110 post-modernist 11
-111010110 gun-toting 11
-111010110 long-lost 11
-111010110 lacy 11
-111010110 parquet 11
-111010110 married-couple 11
-111010110 strong-minded 11
-111010110 costumed 11
-111010110 soulful 11
-111010110 hard-bitten 11
-111010110 lower-middle-class 11
-111010110 IL-1 11
-111010110 well-armed 11
-111010110 Westernized 11
-111010110 hooded 11
-111010110 young-adult 11
-111010110 deadbeat 11
-111010110 fair-minded 11
-111010110 petulant 11
-111010110 bawdy 11
-111010110 winged 11
-111010110 at-large 11
-111010110 shoeshine 11
-111010110 high-strung 11
-111010110 allegorical 11
-111010110 decayed 11
-111010110 addled 11
-111010110 non-Hispanic 11
-111010110 Zinfandel 11
-111010110 Potemkin 11
-111010110 U.S.-born 11
-111010110 sassy 11
-111010110 Chinese-American 11
-111010110 pro-union 11
-111010110 satiric 11
-111010110 craggy 11
-111010110 longish 11
-111010110 world-weary 11
-111010110 shaggy 11
-111010110 supremacist 11
-111010110 divinity 11
-111010110 high-spirited 11
-111010110 Catalan 12
-111010110 winsome 12
-111010110 third-grade 12
-111010110 beat-up 12
-111010110 powdery 12
-111010110 voluble 12
-111010110 two-career 12
-111010110 race-car 12
-111010110 classless 12
-111010110 multilingual 12
-111010110 long-haired 12
-111010110 haggard 12
-111010110 poverty-stricken 12
-111010110 meddlesome 12
-111010110 Afro-American 12
-111010110 neophyte 12
-111010110 out-of-wedlock 12
-111010110 intrepid 12
-111010110 HIV-infected 12
-111010110 plucky 12
-111010110 gaunt 12
-111010110 teen-aged 12
-111010110 Uzbek 12
-111010110 wrinkled 12
-111010110 rough-hewn 12
-111010110 arty 12
-111010110 brawny 12
-111010110 puritanical 12
-111010110 spendthrift 12
-111010110 tweed 12
-111010110 flowery 12
-111010110 semi-retired 12
-111010110 Jeffersonian 12
-111010110 redneck 12
-111010110 porno 12
-111010110 left-handed 12
-111010110 plural 12
-111010110 bereaved 12
-111010110 serious-minded 12
-111010110 crimson 12
-111010110 image-conscious 12
-111010110 elongated 12
-111010110 translucent 12
-111010110 Czechoslovakian 12
-111010110 ringside 12
-111010110 indefatigable 12
-111010110 Arab-American 12
-111010110 debutante 12
-111010110 scab 12
-111010110 6-foot-5 12
-111010110 stateside 13
-111010110 wild-eyed 13
-111010110 brassy 13
-111010110 figurative 13
-111010110 non-aligned 13
-111010110 voluptuous 13
-111010110 unsung 13
-111010110 willow 13
-111010110 campy 13
-111010110 anti-nuke 13
-111010110 discontented 13
-111010110 Sephardic 13
-111010110 post-industrial 13
-111010110 stinking 13
-111010110 hard-boiled 13
-111010110 threadbare 13
-111010110 gringo 13
-111010110 wavy 13
-111010110 Indochinese 13
-111010110 blustery 13
-111010110 crazed 13
-111010110 dutiful 13
-111010110 muckraking 13
-111010110 philandering 13
-111010110 Slavic 13
-111010110 brainy 13
-111010110 Lilliputian 13
-111010110 amorous 13
-111010110 fluffy 13
-111010110 life-sized 14
-111010110 carpentry 14
-111010110 devious 14
-111010110 ping-pong 14
-111010110 infirm 14
-111010110 pro-government 14
-111010110 clapboard 14
-111010110 misty 14
-111010110 patriarchal 14
-111010110 nonfatal 14
-111010110 top-drawer 14
-111010110 curly 14
-111010110 sensationalist 14
-111010110 dank 14
-111010110 retro 14
-111010110 Chicano 14
-111010110 obese 14
-111010110 non-white 14
-111010110 hard-edged 14
-111010110 nameless 14
-111010110 storied 14
-111010110 bony 14
-111010110 red-and-white 14
-111010110 neoclassical 14
-111010110 heterogeneous 14
-111010110 lithe 14
-111010110 reclining 14
-111010110 Gaullist 14
-111010110 hilly 14
-111010110 Prussian 14
-111010110 chunky 14
-111010110 fresh-faced 14
-111010110 gullible 14
-111010110 more-conservative 14
-111010110 loquacious 14
-111010110 grey 14
-111010110 high-rolling 14
-111010110 all-female 15
-111010110 alto 15
-111010110 grubby 15
-111010110 stubby 15
-111010110 precocious 15
-111010110 temporal 15
-111010110 ambassadorial 15
-111010110 grade-school 15
-111010110 Afrikaans 15
-111010110 taciturn 15
-111010110 sagebrush 15
-111010110 dark-haired 15
-111010110 straight-laced 15
-111010110 talkative 15
-111010110 wide-eyed 15
-111010110 unassuming 15
-111010110 Pentecostal 15
-111010110 karate 15
-111010110 landless 15
-111010110 buttoned-down 15
-111010110 irascible 15
-111010110 pro-Bork 15
-111010110 moneyed 15
-111010110 third-rate 15
-111010110 Hmong 15
-111010110 poached 15
-111010110 riverboat 15
-111010110 wispy 15
-111010110 pre-school 15
-111010110 hearing-impaired 15
-111010110 pacifist 15
-111010110 satanic 15
-111010110 workaday 15
-111010110 paternal 15
-111010110 flannel 15
-111010110 Unification 16
-111010110 octogenarian 16
-111010110 marriage-license 16
-111010110 NFC 16
-111010110 Africanized 16
-111010110 chauffeured 16
-111010110 blue-eyed 16
-111010110 showy 16
-111010110 better-educated 16
-111010110 mixed-race 16
-111010110 able-bodied 16
-111010110 acrobatic 16
-111010110 school-age 16
-111010110 chatty 16
-111010110 sheet-metal 16
-111010110 prim 16
-111010110 Romantic 16
-111010110 grieving 16
-111010110 larger-than-life 16
-111010110 dueling 16
-111010110 pickled 16
-111010110 show-business 16
-111010110 observant 16
-111010110 old-guard 16
-111010110 petite 16
-111010110 gallows 16
-111010110 mechanized 16
-111010110 unkempt 16
-111010110 red-faced 16
-111010110 disgraced 16
-111010110 flag-waving 16
-111010110 middle-age 16
-111010110 back-yard 16
-111010110 sedum 16
-111010110 cholesterol-free 16
-111010110 second-hand 16
-111010110 college-age 16
-111010110 native-born 17
-111010110 maroon 17
-111010110 prehistoric 17
-111010110 technocratic 17
-111010110 self-assured 17
-111010110 bumbling 17
-111010110 psychotic 17
-111010110 furry 17
-111010110 two-earner 17
-111010110 anarchic 17
-111010110 vengeful 17
-111010110 Hasidic 17
-111010110 meek 17
-111010110 mutant 17
-111010110 prize-winning 17
-111010110 Zimbabwean 17
-111010110 stolid 17
-111010110 cowardly 17
-111010110 price-conscious 17
-111010110 manicured 17
-111010110 nontechnical 17
-111010110 orphaned 17
-111010110 supple 17
-111010110 backwoods 17
-111010110 mid-career 18
-111010110 curved 18
-111010110 pushy 18
-111010110 swashbuckling 18
-111010110 amoral 18
-111010110 post-modern 18
-111010110 post-apartheid 18
-111010110 bisexual 18
-111010110 expectant 18
-111010110 hairy 18
-111010110 rock-throwing 18
-111010110 rotund 18
-111010110 smoky 18
-111010110 mythological 18
-111010110 scruffy 18
-111010110 malevolent 18
-111010110 foreign-born 18
-111010110 skid-row 18
-111010110 health-conscious 18
-111010110 Greek-American 18
-111010110 demonic 18
-111010110 ghostly 18
-111010110 tightfisted 18
-111010110 tax-and-spend 18
-111010110 panting 18
-111010110 silky 19
-111010110 penny-pinching 19
-111010110 first-generation 19
-111010110 narcotic 19
-111010110 restyled 19
-111010110 soap-opera 19
-111010110 pulsating 19
-111010110 Malay 19
-111010110 big-business 19
-111010110 Molotov 19
-111010110 unsupervised 19
-111010110 topless 19
-111010110 down-home 19
-111010110 dispirited 19
-111010110 heavy-metal 19
-111010110 upside-down 19
-111010110 sickest 19
-111010110 non-partisan 19
-111010110 out-of-work 20
-111010110 rambunctious 20
-111010110 underprivileged 20
-111010110 button-down 20
-111010110 angular 20
-111010110 overgrown 20
-111010110 Inuit 20
-111010110 pudgy 20
-111010110 selfless 20
-111010110 self-confident 20
-111010110 elementary-school 20
-111010110 Creole 20
-111010110 ginseng 20
-111010110 deformed 20
-111010110 celluloid 20
-111010110 righteous 20
-111010110 Leninist 20
-111010110 lumpy 20
-111010110 stereotypical 20
-111010110 gypsy 20
-111010110 baggy 20
-111010110 Nickelodeon 21
-111010110 higher-paid 21
-111010110 grown-up 21
-111010110 traditionalist 21
-111010110 dead-end 21
-111010110 Albanian 21
-111010110 fourth-generation 21
-111010110 home-based 21
-111010110 family-oriented 21
-111010110 sandy 21
-111010110 breakaway 21
-111010110 industrious 21
-111010110 contented 21
-111010110 courtly 21
-111010110 burned-out 21
-111010110 hulking 21
-111010110 nonwhite 21
-111010110 highbrow 21
-111010110 dazed 21
-111010110 Asian-American 22
-111010110 peripatetic 22
-111010110 tanned 22
-111010110 turquoise 22
-111010110 diabetic 22
-111010110 diseased 22
-111010110 salty 22
-111010110 vacillating 22
-111010110 reflagged 22
-111010110 Zen 22
-111010110 brain-dead 22
-111010110 Biblical 22
-111010110 Navajo 22
-111010110 nesting 22
-111010110 sullen 22
-111010110 self-righteous 22
-111010110 Tanqueray 22
-111010110 all-powerful 23
-111010110 publicity-shy 23
-111010110 downtrodden 23
-111010110 mournful 23
-111010110 silvery 23
-111010110 domineering 23
-111010110 primary-care 23
-111010110 preppy 23
-111010110 well-dressed 23
-111010110 wiry 23
-111010110 surly 23
-111010110 widowed 23
-111010110 smelly 23
-111010110 Evangelical 23
-111010110 chain-smoking 24
-111010110 two-income 24
-111010110 stocky 24
-111010110 comatose 24
-111010110 flashier 24
-111010110 Viennese 24
-111010110 working-age 24
-111010110 Anglo-Saxon 24
-111010110 Blind 24
-111010110 rooftop 24
-111010110 Venetian 24
-111010110 Cuban-American 25
-111010110 leafy 25
-111010110 chubby 25
-111010110 long-suffering 25
-111010110 AIDS-infected 25
-111010110 satin 25
-111010110 wayward 25
-111010110 hatchet 25
-111010110 habitual 25
-111010110 musty 25
-111010110 law-abiding 25
-111010110 professorial 25
-111010110 Kazakh 25
-111010110 boisterous 25
-111010110 low-volume 25
-111010110 WASP 25
-111010110 amber 25
-111010110 racy 26
-111010110 gruff 26
-111010110 mahogany 26
-111010110 upper-class 26
-111010110 spicy 26
-111010110 Flemish 26
-111010110 modernist 26
-111010110 boxy 26
-111010110 infertile 26
-111010110 urbane 26
-111010110 sultry 26
-111010110 heartless 26
-111010110 pirate 27
-111010110 destitute 27
-111010110 lower-paid 27
-111010110 kangaroo 27
-111010110 Eskimo 27
-111010110 like-minded 27
-111010110 gregarious 27
-111010110 hyperactive 27
-111010110 caribou 27
-111010110 uneducated 27
-111010110 lyric 28
-111010110 toothless 28
-111010110 canine 28
-111010110 hard-driving 28
-111010110 teenage 28
-111010110 close-knit 28
-111010110 pearl 28
-111010110 clean-cut 28
-111010110 rabid 28
-111010110 ramshackle 28
-111010110 genial 29
-111010110 scrappy 29
-111010110 pompous 29
-111010110 dour 29
-111010110 big-spending 29
-111010110 Reaganite 29
-111010110 glistening 29
-111010110 transient 29
-111010110 rustic 29
-111010110 Reformed 29
-111010110 socialized 29
-111010110 virgin 29
-111010110 nonsmoking 30
-111010110 four-star 30
-111010110 Iranian-backed 30
-111010110 dingy 30
-111010110 unruly 30
-111010110 flaming 30
-111010110 stand-up 30
-111010110 Jesuit 31
-111010110 alpha 31
-111010110 disenfranchised 31
-111010110 untrained 31
-111010110 picturesque 31
-111010110 armchair 31
-111010110 middle-of-the-road 31
-111010110 childless 31
-111010110 unwed 31
-111010110 arid 32
-111010110 stuffy 32
-111010110 folksy 32
-111010110 spectator 32
-111010110 four-letter 32
-111010110 low-cholesterol 32
-111010110 higher-income 32
-111010110 college-educated 32
-111010110 dilapidated 33
-111010110 slow-growing 33
-111010110 well-trained 33
-111010110 majestic 33
-111010110 pampered 33
-111010110 anti-Western 33
-111010110 decadent 33
-111010110 faceless 33
-111010110 Zulu 33
-111010110 right-hand 33
-111010110 secondhand 34
-111010110 hardy 34
-111010110 cunning 34
-111010110 good-looking 34
-111010110 pastel 34
-111010110 low-paid 34
-111010110 adorable 34
-111010110 hereditary 34
-111010110 squat 34
-111010110 worldly 34
-111010110 distraught 34
-111010110 lesbian 35
-111010110 operatic 35
-111010110 pro-Soviet 35
-111010110 velvet 35
-111010110 well-to-do 35
-111010110 gilded 36
-111010110 personalized 36
-111010110 striped 36
-111010110 lumbering 36
-111010110 punk 36
-111010110 placid 36
-111010110 Spanish-speaking 36
-111010110 seedy 36
-111010110 patrician 37
-111010110 crusty 37
-111010110 minimalist 37
-111010110 two-parent 37
-111010110 second-rate 37
-111010110 well-paid 38
-111010110 fascist 38
-111010110 sweaty 38
-111010110 clematis 38
-111010110 harried 38
-111010110 reactionary 38
-111010110 frigid 38
-111010110 charcoal 38
-111010110 tough-minded 38
-111010110 small-time 38
-111010110 ragged 38
-111010110 rectangular 39
-111010110 mercurial 39
-111010110 female-headed 39
-111010110 old-style 39
-111010110 self-made 39
-111010110 untreated 39
-111010110 aggrieved 40
-111010110 upper-middle-class 40
-111010110 fast-moving 40
-111010110 Hoosier 40
-111010110 decaying 40
-111010110 Mexican-American 40
-111010110 parched 40
-111010110 top-notch 40
-111010110 middle-management 40
-111010110 independent-minded 40
-111010110 Mariel 41
-111010110 benevolent 41
-111010110 lesser-known 42
-111010110 mainline 42
-111010110 fanatical 42
-111010110 business-school 42
-111010110 lowly 42
-111010110 dislocated 42
-111010110 snowy 42
-111010110 graying 43
-111010110 single-parent 43
-111010110 monolithic 43
-111010110 erstwhile 43
-111010110 melancholy 43
-111010110 pro-Western 43
-111010110 drab 43
-111010110 minority-group 44
-111010110 novice 44
-111010110 renegade 44
-111010110 born-again 44
-111010110 unsuspecting 44
-111010110 barefoot 44
-111010110 filthy 44
-111010110 baroque 44
-111010110 Yiddish 45
-111010110 sickly 45
-111010110 weeping 45
-111010110 Episcopal 45
-111010110 no-nonsense 46
-111010110 reform-minded 46
-111010110 gritty 47
-111010110 pro-choice 47
-111010110 Trojan 47
-111010110 devout 47
-111010110 gleaming 47
-111010110 literate 48
-111010110 litigious 48
-111010110 low-wage 48
-111010110 neon 48
-111010110 orchestral 48
-111010110 enterprising 48
-111010110 stately 48
-111010110 old-time 49
-111010110 English-speaking 49
-111010110 anti-Communist 49
-111010110 slender 49
-111010110 balding 49
-111010110 home-grown 50
-111010110 die-hard 50
-111010110 well-meaning 51
-111010110 Sunni 51
-111010110 migrant 51
-111010110 Latino 51
-111010110 steamy 52
-111010110 rookie 52
-111010110 rebellious 52
-111010110 low-fat 52
-111010110 gorgeous 52
-111010110 French-speaking 52
-111010110 Stalinist 53
-111010110 spacious 53
-111010110 illiterate 54
-111010110 Lutheran 54
-111010110 moderate-income 54
-111010110 tattered 54
-111010110 overworked 54
-111010110 Afrikaner 56
-111010110 victorious 56
-111010110 barren 57
-111010110 autocratic 57
-111010110 two-story 57
-111010110 adoptive 57
-111010110 Hindu 58
-111010110 retarded 59
-111010110 left-leaning 59
-111010110 17th-century 59
-111010110 fractious 59
-111010110 adolescent 60
-111010110 homemade 60
-111010110 expatriate 60
-111010110 disaffected 60
-111010110 recalcitrant 61
-111010110 conscientious 61
-111010110 plush 61
-111010110 uniformed 62
-111010110 lower-income 63
-111010110 well-educated 63
-111010110 Georgian 63
-111010110 unborn 63
-111010110 overweight 64
-111010110 stodgy 64
-111010110 prolific 64
-111010110 modern-day 64
-111010110 libertarian 64
-111010110 scenic 64
-111010110 cerebral 64
-111010110 preschool 65
-111010110 undisputed 65
-111010110 hard-working 65
-111010110 prairie 65
-111010110 pedestrian 65
-111010110 well-connected 66
-111010110 skinny 67
-111010110 hapless 67
-111010110 indigent 67
-111010110 unarmed 67
-111010110 unskilled 68
-111010110 lush 68
-111010110 frail 68
-111010110 Buddhist 68
-111010110 self-styled 68
-111010110 public-school 69
-111010110 second-class 69
-111010110 Ukrainian 69
-111010110 Filipino 70
-111010110 glitzy 70
-111010110 Amish 70
-111010110 baby-boom 70
-111010110 estranged 71
-111010110 muddy 71
-111010110 indigenous 72
-111010110 self-employed 72
-111010110 newborn 72
-111010110 rugged 72
-111010110 drunken 72
-111010110 illegitimate 73
-111010110 Sinhalese 74
-111010110 purple 74
-111010110 stylish 74
-111010110 hard-core 75
-111010110 aspiring 75
-111010110 bald 75
-111010110 shiny 76
-111010110 heterosexual 76
-111010110 ceremonial 78
-111010110 wealthier 78
-111010110 sparkling 78
-111010110 gifted 79
-111010110 deceased 79
-111010110 sporty 79
-111010110 humble 81
-111010110 civilized 82
-111010110 laid-off 82
-111010110 imperial 82
-111010110 restless 84
-111010110 banana 84
-111010110 brash 85
-111010110 chic 85
-111010110 teen 86
-111010110 fictional 87
-111010110 avant-garde 87
-111010110 nonpartisan 87
-111010110 fugitive 87
-111010110 slave 87
-111010110 visionary 88
-111010110 con 88
-111010110 exiled 89
-111010110 medieval 89
-111010110 nude 90
-111010110 overcrowded 93
-111010110 unmarried 93
-111010110 Tibetan 94
-111010110 Armenian 94
-111010110 macho 94
-111010110 deaf 95
-111010110 Mormon 95
-111010110 Cajun 96
-111010110 20-year-old 97
-111010110 fertile 97
-111010110 bearded 98
-111010110 evangelical 98
-111010110 real-life 98
-111010110 well-heeled 100
-111010110 maverick 101
-111010110 bronze 104
-111010110 totalitarian 106
-111010110 soft-spoken 107
-111010110 dusty 108
-111010110 beloved 108
-111010110 feminist 108
-111010110 feisty 109
-111010110 anti-communist 109
-111010110 undocumented 110
-111010110 20th-century 111
-111010110 eccentric 113
-111010110 muscular 113
-111010110 Orthodox 119
-111010110 holy 120
-111010110 yuppie 120
-111010110 Victorian 121
-111010110 needy 122
-111010110 hip 122
-111010110 pale 123
-111010110 peasant 124
-111010110 Protestant 125
-111010110 hands-on 125
-111010110 surrogate 126
-111010110 rank-and-file 126
-111010110 blond 126
-111010110 cowboy 127
-111010110 vintage 128
-111010110 cocktail 129
-111010110 inexperienced 138
-111010110 charismatic 141
-111010110 disadvantaged 143
-111010110 working-class 143
-111010110 marble 144
-111010110 youthful 144
-111010110 impoverished 144
-111010110 blank 146
-111010110 middle-income 149
-111010110 trendy 153
-111010110 fundamentalist 155
-111010110 flamboyant 156
-111010110 taxi 166
-111010110 slick 167
-111010110 inner-city 172
-111010110 middle-aged 177
-111010110 graphic 179
-111010110 naked 179
-111010110 militant 185
-111010110 fake 186
-111010110 left-wing 189
-111010110 poorer 191
-111010110 first-class 200
-111010110 clerical 209
-111010110 folk 216
-111010110 corrupt 218
-111010110 pink 220
-111010110 wooden 223
-111010110 legendary 225
-111010110 competent 228
-111010110 homosexual 229
-111010110 populist 230
-111010110 savvy 231
-111010110 immigrant 232
-111010110 brown 233
-111010110 unionized 248
-111010110 teen-age 256
-111010110 talented 257
-111010110 casual 259
-111010110 handicapped 259
-111010110 classical 264
-111010110 gay 272
-111010110 salaried 278
-111010110 Shiite 286
-111010110 right-wing 297
-111010110 unemployed 300
-111010110 affluent 332
-111010110 skilled 333
-111010110 disabled 334
-111010110 blue-collar 335
-111010110 capitalist 341
-111010110 free-lance 347
-111010110 middle-class 355
-111010110 part-time 358
-111010110 pregnant 369
-111010110 tall 372
-111010110 white-collar 373
-111010110 ancient 375
-111010110 high-school 381
-111010110 upscale 386
-111010110 yellow 393
-111010110 revolutionary 415
-111010110 contemporary 434
-111010110 gray 434
-111010110 beautiful 452
-111010110 adult 477
-111010110 homeless 483
-111010110 mainstream 511
-111010110 low-income 517
-111010110 socialist 531
-111010110 Hispanic 536
-111010110 full-time 563
-111010110 Moslem 579
-111010110 aging 605
-111010110 sick 648
-111010110 female 685
-111010110 Palestinian 688
-111010110 green 693
-111010110 male 718
-111010110 dark 729
-111010110 fat 759
-111010110 wealthy 776
-111010110 Jewish 797
-111010110 Catholic 854
-111010110 Russian 926
-111010110 cold 969
-111010110 elderly 1016
-111010110 nearby 1099
-111010110 younger 1107
-111010110 modern 1393
-111010110 red 1451
-111010110 rich 1471
-111010110 liberal 1696
-111010110 older 1800
-111010110 white 3058
-111010110 conservative 3161
-111010110 poor 3383
-111010110 young 4197
-111010110 black 5369
-1110101110 Birthing 1
-1110101110 18-partner 1
-1110101110 BBC-produced 1
-1110101110 Mid-Life 1
-1110101110 Taiping 1
-1110101110 Non-poor 1
-1110101110 Ringing 1
-1110101110 UnitedBank-College 1
-1110101110 post-Independence 1
-1110101110 College-a-Year 1
-1110101110 Pantanal 1
-1110101110 Status-Quo 1
-1110101110 Watertower 1
-1110101110 spy-ring 1
-1110101110 Elsaker 1
-1110101110 ex-Laxalt 1
-1110101110 Russian-Jewish 1
-1110101110 Sandillal 1
-1110101110 non-Leninist 1
-1110101110 like-thinking 1
-1110101110 238-page 1
-1110101110 42-million-member 1
-1110101110 Babubhai 1
-1110101110 Mameluke 1
-1110101110 1,025,995 1
-1110101110 5,635,109 1
-1110101110 AppleFax 1
-1110101110 Sociosemiotic 1
-1110101110 Contextual 1
-1110101110 Sewanee 1
-1110101110 Accelerate 1
-1110101110 four-day-long 1
-1110101110 beady-browed 1
-1110101110 smear-sneer 1
-1110101110 fever-pitched 1
-1110101110 once-reviled 1
-1110101110 Morgan-Gallup 1
-1110101110 B------s 1
-1110101110 Humanist 1
-1110101110 super-heavyweight 1
-1110101110 2,700-seat 1
-1110101110 12-inning 1
-1110101110 Clergy-Laity 1
-1110101110 Rhinoceros 1
-1110101110 ethnic-based 1
-1110101110 Quemoy-based 1
-1110101110 federal-judge 1
-1110101110 Dinamo 1
-1110101110 Oktobersky 1
-1110101110 Royal-George 1
-1110101110 3.5-mile 1
-1110101110 Bible-thumping 1
-1110101110 Stonefence 1
-1110101110 346-seat 1
-1110101110 Mswati 1
-1110101110 SMU-Texas 1
-1110101110 Westbeth 1
-1110101110 Takarazuka 1
-1110101110 ever-richer 1
-1110101110 beauxarts 1
-1110101110 neon-striped 1
-1110101110 Ground-Based 1
-1110101110 Ebeneezer 1
-1110101110 ultra-religious 1
-1110101110 closer-than-expected 1
-1110101110 Luay 1
-1110101110 Fillies 1
-1110101110 Nuclear-Free 1
-1110101110 super-liberal 1
-1110101110 Post-Vietnam 1
-1110101110 Broadcasting-Cablecasting 1
-1110101110 night-life 1
-1110101110 Democatic 1
-1110101110 first-in-nation 1
-1110101110 Purloined 1
-1110101110 Movement-Liberal 1
-1110101110 intelligence-oversight 1
-1110101110 Gotha 1
-1110101110 antinuclear 1
-1110101110 Subodh 1
-1110101110 Sheldonian 1
-1110101110 Lwanga 1
-1110101110 Bolster 1
-1110101110 Inter-Church 1
-1110101110 Willliams 1
-1110101110 Feb.5 1
-1110101110 Apawamis 1
-1110101110 majority-led 1
-1110101110 Douglas-Mansfield 1
-1110101110 Pleistocene 1
-1110101110 louvered 1
-1110101110 congressional-relations 1
-1110101110 McCarren-Ferguson 1
-1110101110 11,506 1
-1110101110 5,008,120 1
-1110101110 Hageseth 1
-1110101110 Klan-like 1
-1110101110 Hexagon 1
-1110101110 Zanla 1
-1110101110 Kumgangsan 1
-1110101110 24,000-guerrilla 1
-1110101110 oft-damned 1
-1110101110 Full-force 1
-1110101110 XyWrite 1
-1110101110 post-Memorial 1
-1110101110 early-music 1
-1110101110 Caribou 1
-1110101110 Kremlin-backed 1
-1110101110 export-minded 1
-1110101110 killer-moonshine 1
-1110101110 dark-hued 1
-1110101110 Harmonie 1
-1110101110 VJ 1
-1110101110 Chilterns 1
-1110101110 Conversative 1
-1110101110 Takuji 1
-1110101110 big-tent 1
-1110101110 run-of-the-arena 1
-1110101110 Kreeger 1
-1110101110 defense-minded 1
-1110101110 Sine 1
-1110101110 Nomine 1
-1110101110 3,234 1
-1110101110 Chuangchant 1
-1110101110 Thorbjorn 1
-1110101110 162-member 1
-1110101110 Vaderlike 1
-1110101110 Janata 1
-1110101110 socialist-conservative 1
-1110101110 SAAvers 1
-1110101110 emotion-prone 1
-1110101110 more-populist 1
-1110101110 Tawheed 1
-1110101110 Social-Democratic 1
-1110101110 Barbican 1
-1110101110 Know-Nothing 1
-1110101110 Lifeboat 1
-1110101110 Thai-Euro 1
-1110101110 five-ringed 1
-1110101110 world-indoor 1
-1110101110 Jamiat-i-Islami 1
-1110101110 ProFarmer 1
-1110101110 Ironbound 1
-1110101110 chickie 1
-1110101110 Panjshir 1
-1110101110 wood-mounted 1
-1110101110 Noonday 1
-1110101110 ZOMO 1
-1110101110 glass-and-metal 1
-1110101110 more-centrist 1
-1110101110 Taiwan-elected 1
-1110101110 steel-bodied 1
-1110101110 much-courted 1
-1110101110 military-strategy 1
-1110101110 Comeauarea 1
-1110101110 Zambesi 1
-1110101110 version-dBASE 1
-1110101110 oilrefinery 1
-1110101110 Mikroszkop 1
-1110101110 Sunday-before-Memorial 1
-1110101110 Liberal-Social 1
-1110101110 Sucia 1
-1110101110 pro-parliamentary 1
-1110101110 US/USSR 1
-1110101110 Mid-Day 1
-1110101110 Gras-type 1
-1110101110 cartoon-camel 1
-1110101110 cool-eyed 1
-1110101110 Eastgate 1
-1110101110 Stiemke 1
-1110101110 Favorite-son 1
-1110101110 non-liberalizing 1
-1110101110 permanent-looking 1
-1110101110 102-nation 1
-1110101110 Theatersports 1
-1110101110 youth-group 1
-1110101110 Roundabout 1
-1110101110 2,928-stock 1
-1110101110 102-member 1
-1110101110 ex-Soviet 1
-1110101110 34-3 1
-1110101110 lame-hawk 1
-1110101110 last-season 1
-1110101110 News-Free 1
-1110101110 Zuni 1
-1110101110 Hill-Burton 1
-1110101110 Jabaliya 1
-1110101110 Olympics-like 1
-1110101110 1,530,000 1
-1110101110 neither-nor 1
-1110101110 caulk 1
-1110101110 Dewey-Brownell 1
-1110101110 club-pro 1
-1110101110 no-surprises-expected 1
-1110101110 Meltnomah 1
-1110101110 Jamat-e-Islami 1
-1110101110 once-fervent 1
-1110101110 Week-r 1
-1110101110 black-bearded 1
-1110101110 ex-bureaucrat 1
-1110101110 post-Baker 1
-1110101110 ex-Communist 1
-1110101110 long-odds 1
-1110101110 Bhabha 1
-1110101110 pre-Democratic 1
-1110101110 Kerr-Mills 1
-1110101110 No-Lose 1
-1110101110 Liberal-National 1
-1110101110 conocido 1
-1110101110 Maranatha 1
-1110101110 Client/Contract 1
-1110101110 post-Chiang 1
-1110101110 Tonto 1
-1110101110 now-purged 1
-1110101110 buttondown 1
-1110101110 baseball-fantasy 1
-1110101110 Korea-Euro 1
-1110101110 ENVOY 2
-1110101110 Kokoomus 2
-1110101110 WW 2
-1110101110 Wiltern 2
-1110101110 Magnuson-Moss 2
-1110101110 Liberal-Democratic 2
-1110101110 challenge-proof 2
-1110101110 scimitar-wielding 2
-1110101110 balkanized 2
-1110101110 five-way 2
-1110101110 Moratorium 2
-1110101110 Nacionalista 2
-1110101110 anti-Iraq 2
-1110101110 Me-Too 2
-1110101110 non-committee 2
-1110101110 Marionette 2
-1110101110 18-million-acre 2
-1110101110 WaterPark 2
-1110101110 DeLancey 2
-1110101110 Fawaz 2
-1110101110 Huk 2
-1110101110 Matsuzawa 2
-1110101110 millwright 2
-1110101110 Hortenstine 2
-1110101110 Iditarod 2
-1110101110 Immorality 2
-1110101110 AMCAP 2
-1110101110 Tunero 2
-1110101110 Chrysler-Maserati 2
-1110101110 bantamweight 2
-1110101110 Ton-Ton 2
-1110101110 que 2
-1110101110 anti-Hoover 2
-1110101110 desegregating 2
-1110101110 Reagan-Meese 2
-1110101110 lightning-bolt 2
-1110101110 Anzac 2
-1110101110 long-dominant 2
-1110101110 Perilous 2
-1110101110 now-certain 2
-1110101110 county-commissioner 2
-1110101110 houston 2
-1110101110 progressive-minded 2
-1110101110 Tarot 2
-1110101110 Bogeyman 2
-1110101110 Conservative-controlled 2
-1110101110 Armistice 2
-1110101110 cartoony 2
-1110101110 vote-getting 2
-1110101110 dissolute 2
-1110101110 Landrum-Griffin 2
-1110101110 Moneda 2
-1110101110 hard-rocking 2
-1110101110 60-odd 2
-1110101110 Dixiecrat 2
-1110101110 Petofi 2
-1110101110 Confiscation 2
-1110101110 2,250-member 2
-1110101110 NCNB/Texas 2
-1110101110 Saudi-Kuwait 2
-1110101110 Domed 2
-1110101110 Rhea-Graham 2
-1110101110 Fontenelle 2
-1110101110 4,436,851 2
-1110101110 Democrat-dominated 2
-1110101110 Abed 2
-1110101110 Papago 2
-1110101110 naturist 2
-1110101110 9,716,000 2
-1110101110 Australia-Israel 2
-1110101110 Roosevelt-Truman 2
-1110101110 Extinction 2
-1110101110 1,015,000 2
-1110101110 Tradeshow 2
-1110101110 hill-climbing 2
-1110101110 anti-Bresser 2
-1110101110 six-term 2
-1110101110 church-backed 2
-1110101110 Seven-Year 2
-1110101110 Zollinger-Ellison 2
-1110101110 Hoc 2
-1110101110 farm-owner 2
-1110101110 Hanns 2
-1110101110 Arnt 2
-1110101110 Harmonic 2
-1110101110 Orme 2
-1110101110 spell-binding 2
-1110101110 light-heavy 2
-1110101110 Nobelist 2
-1110101110 Jefferson-Jackson 2
-1110101110 Gunnery 2
-1110101110 Brown-appointed 2
-1110101110 none-of-the-above 2
-1110101110 Aprista 2
-1110101110 MuniInsured 2
-1110101110 Phantasy 2
-1110101110 Supply-Side 3
-1110101110 Humphrey-Hawkins 3
-1110101110 NLD 3
-1110101110 Ghetto 3
-1110101110 lovelorn 3
-1110101110 Ramses 3
-1110101110 non-incumbent 3
-1110101110 RFK 3
-1110101110 Creation/Evolution 3
-1110101110 quisling 3
-1110101110 Ebury 3
-1110101110 Grise 3
-1110101110 Indian-dominated 3
-1110101110 Pan-Hellenic 3
-1110101110 Shatila 3
-1110101110 Authentic 3
-1110101110 all-but-certain 3
-1110101110 UAW-Chrysler 3
-1110101110 more-pragmatic 3
-1110101110 pre-Labor 3
-1110101110 Norris-LaGuardia 3
-1110101110 Llano 3
-1110101110 Cort 3
-1110101110 577-member 3
-1110101110 Simpson-Rodino-Mazzoli 3
-1110101110 Kievsky 3
-1110101110 lead-off 3
-1110101110 Maryknoll 3
-1110101110 Hispania 3
-1110101110 Bialetti 3
-1110101110 Usonian 3
-1110101110 Democractic 3
-1110101110 Weintal 3
-1110101110 early-bird 3
-1110101110 Bypass 3
-1110101110 gun-owners 3
-1110101110 violence-ridden 3
-1110101110 HUAC 3
-1110101110 Statehood 3
-1110101110 Wafd 3
-1110101110 Deeper 3
-1110101110 Volstead 3
-1110101110 time-pressed 3
-1110101110 Primavera 3
-1110101110 Lyceum 3
-1110101110 B-4 3
-1110101110 upperhouse 3
-1110101110 Karabakh 3
-1110101110 much-decorated 3
-1110101110 Princeton-educated 3
-1110101110 Yueksekova 3
-1110101110 Racket 3
-1110101110 right-center 3
-1110101110 Robinson-Patman 3
-1110101110 Rajendra 3
-1110101110 venture-capitalist 3
-1110101110 Giro 4
-1110101110 Waitangi 4
-1110101110 best-liked 4
-1110101110 Eurocommunist 4
-1110101110 Demilitarized 4
-1110101110 Aquino-backed 4
-1110101110 pro-military 4
-1110101110 conservative-led 4
-1110101110 Gatlin 4
-1110101110 long-ruling 4
-1110101110 Gascard 4
-1110101110 Adak 4
-1110101110 Rightime 4
-1110101110 Cuban-backed 4
-1110101110 Smuts 4
-1110101110 prisoner-of-war 4
-1110101110 Duvalierist 4
-1110101110 Dynamit 4
-1110101110 Coccoloba 4
-1110101110 Latter 4
-1110101110 mud-slinging 4
-1110101110 bumpkin 4
-1110101110 Kennedy-Nixon 4
-1110101110 Mod 4
-1110101110 74th 4
-1110101110 Anti-Drug 4
-1110101110 75-acre 4
-1110101110 Shiloh 4
-1110101110 anti-immigrant 4
-1110101110 Maryinsky 4
-1110101110 750,000-member 4
-1110101110 Kookaburra 5
-1110101110 Rosendo 5
-1110101110 SDP-Liberal 5
-1110101110 Cheetah 5
-1110101110 Wrestlemania 5
-1110101110 Coinage 5
-1110101110 hard-right 5
-1110101110 Mysterious 5
-1110101110 opposition-controlled 5
-1110101110 Bangladeshi 5
-1110101110 pro-Castro 5
-1110101110 Baath 5
-1110101110 Goodwrench 5
-1110101110 Demon 5
-1110101110 diocesan 5
-1110101110 Ascot 5
-1110101110 Pinocchio 5
-1110101110 Freequent 5
-1110101110 TV-Cable 5
-1110101110 Kits 5
-1110101110 major-party 5
-1110101110 communist-dominated 5
-1110101110 101-seat 5
-1110101110 Non-Aligned 6
-1110101110 Taft-Hartley 6
-1110101110 450-member 6
-1110101110 Waxman-Hatch 6
-1110101110 Laotian 6
-1110101110 Guarneri 6
-1110101110 Cutty 6
-1110101110 Diversa 6
-1110101110 Thanatos 6
-1110101110 antigovernment 6
-1110101110 Marabar 6
-1110101110 pro-gun 6
-1110101110 right-of-center 6
-1110101110 Hezb-e-Islami 6
-1110101110 post-Thanksgiving 6
-1110101110 mini-Marshall 6
-1110101110 Summum 6
-1110101110 light-heavyweight 7
-1110101110 Vanuaaku 7
-1110101110 Hype 7
-1110101110 PLO. 7
-1110101110 Pirate 7
-1110101110 four-party 7
-1110101110 issueless 7
-1110101110 Polisario 7
-1110101110 post-Labor 7
-1110101110 military-led 7
-1110101110 pilot-union 7
-1110101110 whistle-stop 7
-1110101110 Tuscan 7
-1110101110 regimental 7
-1110101110 12-man 7
-1110101110 Gridiron 7
-1110101110 segregationist 7
-1110101110 Sealtest 7
-1110101110 Lend-Lease 7
-1110101110 white-minority 8
-1110101110 oil-state 8
-1110101110 Price-Anderson 8
-1110101110 Melanesian 8
-1110101110 Disabilities 8
-1110101110 Taganka 8
-1110101110 IP 8
-1110101110 4-H 8
-1110101110 Gallic 8
-1110101110 military-run 8
-1110101110 Philharmonia 8
-1110101110 Merwin 8
-1110101110 Promenade 8
-1110101110 Macoute 9
-1110101110 Bipartisan 9
-1110101110 Antique 9
-1110101110 Akali 9
-1110101110 law-making 9
-1110101110 publicity-seeking 9
-1110101110 out-of-power 9
-1110101110 Maronite 10
-1110101110 extreme-right 10
-1110101110 Vietnam-backed 10
-1110101110 Musee 10
-1110101110 Anti-Dumping 10
-1110101110 Neutrality 10
-1110101110 military-backed 10
-1110101110 P.C. 10
-1110101110 Machinist 10
-1110101110 Orderly 11
-1110101110 Labour 11
-1110101110 WPA 12
-1110101110 Tonton 12
-1110101110 Parnassus 12
-1110101110 Tunney 12
-1110101110 Ton 13
-1110101110 Carle 13
-1110101110 Tontons 13
-1110101110 Departure 13
-1110101110 Partisan 13
-1110101110 Napoleonic 14
-1110101110 criminal-defense 14
-1110101110 Soviet-supported 14
-1110101110 Staggers 14
-1110101110 Bohemian 14
-1110101110 Tex-Mex 14
-1110101110 Acorn 14
-1110101110 post-Khomeini 14
-1110101110 Muslim 15
-1110101110 far-left 15
-1110101110 Communist-led 15
-1110101110 Anti-Deficiency 15
-1110101110 Racquet 15
-1110101110 Kronos 16
-1110101110 Elderly 16
-1110101110 squatter 16
-1110101110 Bastille 16
-1110101110 Orpheum 16
-1110101110 Agri 18
-1110101110 Kiwanis 18
-1110101110 Davis-Bacon 19
-1110101110 Populist 19
-1110101110 Sicilian 20
-1110101110 Mardi 20
-1110101110 APRA 20
-1110101110 Cosa 20
-1110101110 far-right 20
-1110101110 pro-apartheid 21
-1110101110 Clipper 21
-1110101110 farm-state 21
-1110101110 Twilight 22
-1110101110 Ninety-Ten 22
-1110101110 Neutral 22
-1110101110 Libertarian 24
-1110101110 Austral 25
-1110101110 Prospector 26
-1110101110 Grammy 26
-1110101110 Reunification 26
-1110101110 Senatorial 26
-1110101110 Fijian 27
-1110101110 Partido 28
-1110101110 McCarran-Ferguson 31
-1110101110 Portable 32
-1110101110 center-left 34
-1110101110 Dodger 35
-1110101110 Book-of-the-Month 35
-1110101110 MacBride 35
-1110101110 Motherland 37
-1110101110 anti-Bork 38
-1110101110 rightist 38
-1110101110 Goodwill 39
-1110101110 Reagan-Bush 39
-1110101110 P.R. 39
-1110101110 ACT 46
-1110101110 emigre 46
-1110101110 ruling-party 46
-1110101110 Amal 48
-1110101110 Marxist-Leninist 50
-1110101110 Rotary 53
-1110101110 Radical 65
-1110101110 one-party 73
-1110101110 Peronist 73
-1110101110 Founding 75
-1110101110 pro-Iranian 77
-1110101110 Nationalist 81
-1110101110 warring 90
-1110101110 Cruzado 99
-1110101110 Constitutional 100
-1110101110 centrist 103
-1110101110 Tory 106
-1110101110 Gallup 123
-1110101110 Baptist 134
-1110101110 center-right 138
-1110101110 Likud 140
-1110101110 Pulitzer 142
-1110101110 Hart-Scott-Rodino 162
-1110101110 Glass-Steagall 200
-1110101110 Veterans 224
-1110101110 Summer 232
-1110101110 refugee 289
-1110101110 leftist 305
-1110101110 incumbent 335
-1110101110 Marxist 351
-1110101110 Nobel 352
-1110101110 Winter 364
-1110101110 Socialist 470
-1110101110 Associated 516
-1110101110 Liberal 552
-1110101110 Free 605
-1110101110 communist 738
-1110101110 Olympic 738
-1110101110 Conservative 772
-1110101110 Christian 1047
-1110101110 Communist 1653
-1110101110 GOP 1819
-1110101110 Democratic 5508
-1110101110 Republican 3847
-1110101111 animal-liberation 1
-1110101111 pro-arms-control 1
-1110101111 non-landowning 1
-1110101111 13,180 1
-1110101111 Spanish-mission 1
-1110101111 EVERYDAY 1
-1110101111 Nazi-inspired 1
-1110101111 fare-paying 1
-1110101111 Trecento 1
-1110101111 starched-white 1
-1110101111 Detroit-Windsor 1
-1110101111 Chinese-supported 1
-1110101111 160-piece 1
-1110101111 7,240 1
-1110101111 post-congress 1
-1110101111 communist-party 1
-1110101111 grenade-resistant 1
-1110101111 sandiest 1
-1110101111 1,632 1
-1110101111 still-vibrant 1
-1110101111 you-can-almost-feel-her-breathe 1
-1110101111 lesser-rated 1
-1110101111 nonartistic 1
-1110101111 regulation-happy 1
-1110101111 dewlapped 1
-1110101111 coastal-strip 1
-1110101111 public-employee-union 1
-1110101111 sun-struck 1
-1110101111 pro-Berne 1
-1110101111 pairs-against-the-clock 1
-1110101111 7,427 1
-1110101111 Engravers 1
-1110101111 50-Foot 1
-1110101111 explosive-laden 1
-1110101111 Undergound 1
-1110101111 topdown 1
-1110101111 clematis-indifferent 1
-1110101111 Soviet-chartered 1
-1110101111 wooden-hulled 1
-1110101111 Haitain 1
-1110101111 public-management 1
-1110101111 right-winged 1
-1110101111 Asociacion 1
-1110101111 India-China 1
-1110101111 tennisracket 1
-1110101111 paper-clogged 1
-1110101111 Putsch-style 1
-1110101111 non-Cuban 1
-1110101111 once-poor 1
-1110101111 Cinemascope-sized 1
-1110101111 expolitical 1
-1110101111 Telefunken-line 1
-1110101111 600,000-member 1
-1110101111 pre-Revolution 1
-1110101111 Bionic 1
-1110101111 personalistic 1
-1110101111 motorcyclelike 1
-1110101111 9,574 1
-1110101111 trainer-witch 1
-1110101111 non-objecting 1
-1110101111 pro-prosecution 1
-1110101111 3,007 1
-1110101111 inward-turning 1
-1110101111 Karens 1
-1110101111 6,135 1
-1110101111 export-capable 1
-1110101111 centrist-to-liberal 1
-1110101111 anti-Maputo 1
-1110101111 health-column 1
-1110101111 heparin-treated 1
-1110101111 stress-filled 1
-1110101111 Genoan 1
-1110101111 lottery-happy 1
-1110101111 less-competent 1
-1110101111 palm-out 1
-1110101111 gap-jawed 1
-1110101111 expansion-hungry 1
-1110101111 long-lagging 1
-1110101111 brownish-gray 1
-1110101111 bloodred 1
-1110101111 Anglo-Indian 1
-1110101111 most-militant 1
-1110101111 Dogon 1
-1110101111 CFA-Consumers 1
-1110101111 Dukakis-appointed 1
-1110101111 placard-waving 1
-1110101111 prismatic 1
-1110101111 fruit-eating 1
-1110101111 Hard-Worked 1
-1110101111 Jewish-American 1
-1110101111 Baker-Darman 1
-1110101111 TPA-treated 1
-1110101111 non-orthodox 1
-1110101111 tinpot 1
-1110101111 550,000-member 1
-1110101111 Bahurutshe 1
-1110101111 less-radical 1
-1110101111 non-chiropractic 1
-1110101111 Isreali 1
-1110101111 too-stubborn 1
-1110101111 too-compromising 1
-1110101111 credit-system 1
-1110101111 Inter-Parliamentary 1
-1110101111 Hollywood-Nashville 1
-1110101111 Poindexter/North 1
-1110101111 LTV-owned 1
-1110101111 non-sectarian 1
-1110101111 ruminative 1
-1110101111 drug-ring 1
-1110101111 constabulary 1
-1110101111 more-resistant 1
-1110101111 laser-sculpted 1
-1110101111 producing-nation 1
-1110101111 movie-mogul 1
-1110101111 Mongolian-looking 1
-1110101111 takeover-hungry 1
-1110101111 Nicarguan 1
-1110101111 once-bold 1
-1110101111 Managuan 1
-1110101111 PAP. 1
-1110101111 Posnan 1
-1110101111 1,528 1
-1110101111 gold-generated 1
-1110101111 cocaine-cartel 1
-1110101111 companionate 1
-1110101111 criminal-case 1
-1110101111 steel-state 1
-1110101111 158-acre 1
-1110101111 Sha 1
-1110101111 sports-loving 1
-1110101111 Secord-operated 1
-1110101111 cave-dwelling 1
-1110101111 Scots-Irish-German 1
-1110101111 medium-bracket 1
-1110101111 brainiest 1
-1110101111 student-government 1
-1110101111 silver-gold 1
-1110101111 farm-group 1
-1110101111 environmental-group 1
-1110101111 21-jewel 1
-1110101111 1,800-year-old 1
-1110101111 templelike 1
-1110101111 un-French 1
-1110101111 EC-Austrian 1
-1110101111 state-dependent 1
-1110101111 Yoruban 1
-1110101111 moral-political 1
-1110101111 doctoral-degree 1
-1110101111 liberal-oriented 1
-1110101111 revenge-seeking 1
-1110101111 Salo 1
-1110101111 darkbrowed 1
-1110101111 3.3245 1
-1110101111 1.4612 1
-1110101111 waist-deep 1
-1110101111 thick-necked 1
-1110101111 supergroup 1
-1110101111 semi-pronounceable 1
-1110101111 self-defining 1
-1110101111 anti-computer 1
-1110101111 wood-shingled 1
-1110101111 superabundant 1
-1110101111 tin-horn 1
-1110101111 nonmasked 1
-1110101111 Saudi-financed 1
-1110101111 1,094 1
-1110101111 bombs-away 1
-1110101111 non-tonal 1
-1110101111 anti-Fascist 1
-1110101111 maurauding 1
-1110101111 blank-faced 1
-1110101111 Ronnie-Mickey 1
-1110101111 bunker-bound 1
-1110101111 1991-95 1
-1110101111 musky 1
-1110101111 Soviet-dubbed 1
-1110101111 four-power 1
-1110101111 Carib-related 1
-1110101111 pop-management-book 1
-1110101111 Comedie 1
-1110101111 Consumer-group 1
-1110101111 anti-intellectualist 1
-1110101111 power-shortage 1
-1110101111 113,600 1
-1110101111 communications-industry 1
-1110101111 Dole-Domenici 1
-1110101111 freedom-fighter 1
-1110101111 enginemaker 1
-1110101111 220-foot-tall 1
-1110101111 paid-off 1
-1110101111 non-Roman 1
-1110101111 cotton-related 1
-1110101111 semitrailer 1
-1110101111 mule-team 1
-1110101111 6,685 1
-1110101111 national-cultural 1
-1110101111 spade-wielding 1
-1110101111 day-section 1
-1110101111 brie-eating 1
-1110101111 Illyrian 1
-1110101111 charro 1
-1110101111 Conch 1
-1110101111 now-governing 1
-1110101111 Republican-appointed 1
-1110101111 southern-front 1
-1110101111 surlier 1
-1110101111 rifle-bearing 1
-1110101111 McDonald's-style 1
-1110101111 Nandi 1
-1110101111 Battle-hardened 1
-1110101111 pro-cat 1
-1110101111 pro-Robertson 1
-1110101111 50-degree 1
-1110101111 then-and-now 1
-1110101111 2,182 1
-1110101111 often-flawed 1
-1110101111 draft-resistance 1
-1110101111 enrapt 1
-1110101111 Harvard-Washington 1
-1110101111 pre-GM 1
-1110101111 -assisted 1
-1110101111 foresighted 1
-1110101111 fourth-act 1
-1110101111 PROVIDED 1
-1110101111 meat-industry 1
-1110101111 fish-hunting 1
-1110101111 official-line 1
-1110101111 then-Brooklyn 1
-1110101111 M113 1
-1110101111 mid-pack 1
-1110101111 suburban-oriented 1
-1110101111 Thomson-GE 1
-1110101111 Bork-Reagan 1
-1110101111 blacksleeved 1
-1110101111 Kharaji 1
-1110101111 war-game 1
-1110101111 one-meter 1
-1110101111 Academie 1
-1110101111 broad-striped 1
-1110101111 green-uniformed 1
-1110101111 canine-costumed 1
-1110101111 secret-agent 1
-1110101111 resending 1
-1110101111 Will-style 1
-1110101111 35,478 1
-1110101111 reverse-destructive 1
-1110101111 greased-up 1
-1110101111 PLO-backed 1
-1110101111 Watchworkers 1
-1110101111 Teamsters-Machinists 1
-1110101111 special-action 1
-1110101111 Marmosets 1
-1110101111 PX. 1
-1110101111 insurrectionary 1
-1110101111 NABF 1
-1110101111 Iranian-owned 1
-1110101111 hoarier 1
-1110101111 Terpsichore-Apollo 1
-1110101111 headline-seeking 1
-1110101111 white-clothed 1
-1110101111 banned-in-Britain 1
-1110101111 Barbula 1
-1110101111 Dinka 1
-1110101111 Hanuman 1
-1110101111 gun-wielding 1
-1110101111 late-sixties 1
-1110101111 livelier-than-expected 1
-1110101111 unidimensional 1
-1110101111 sun-and-sport 1
-1110101111 Reaktorbrennenelemente 1
-1110101111 time-chartered 1
-1110101111 fruitwood-paneled 1
-1110101111 life-and-working 1
-1110101111 Vietnamese-imposed 1
-1110101111 Mantle-Maris 1
-1110101111 Non-aligned 1
-1110101111 then-Panamanian 1
-1110101111 uncreated 1
-1110101111 right/conservative 1
-1110101111 2.5652 1
-1110101111 Bardavon 1
-1110101111 Vatican-linked 1
-1110101111 46,394 1
-1110101111 score-proud 1
-1110101111 cocaine-dealing 1
-1110101111 predominating 1
-1110101111 anti-speculative 1
-1110101111 let's-party 1
-1110101111 102-inch-wide 1
-1110101111 grow-your-own 1
-1110101111 Allen-film 1
-1110101111 Jordian 1
-1110101111 anti-Galileo 1
-1110101111 12-branch 1
-1110101111 evil-minded 1
-1110101111 4,162 1
-1110101111 gerontocratic 1
-1110101111 sixth-seeded 1
-1110101111 still-sickly 1
-1110101111 38-story 1
-1110101111 Unsung 1
-1110101111 bureaucratic-minded 1
-1110101111 most-exposed 1
-1110101111 managerial-sounding 1
-1110101111 anti-JOA 1
-1110101111 same-colored 1
-1110101111 Pretoria-administered 1
-1110101111 non-discontented 1
-1110101111 benefits-for-all 1
-1110101111 50-square-block 1
-1110101111 38,000-acre 1
-1110101111 Pomo 1
-1110101111 growl-and-plunger 1
-1110101111 Hinduish 1
-1110101111 compromise-minded 1
-1110101111 headline-hawking 1
-1110101111 British-French-Israeli 1
-1110101111 no-trade 1
-1110101111 U.S-backed 1
-1110101111 20-student 1
-1110101111 lambskin 1
-1110101111 Mauritanian 1
-1110101111 chirpier 1
-1110101111 U.K.-owned 1
-1110101111 ex-heavyweight 1
-1110101111 10,835 1
-1110101111 6,771,060 1
-1110101111 voodoolike 1
-1110101111 17-week-old 1
-1110101111 heavy-hoofed 1
-1110101111 Guarani 1
-1110101111 pitchfork-wielding 1
-1110101111 Gore-Tex 1
-1110101111 Manhattan-establishment 1
-1110101111 Boucherie 1
-1110101111 non-college-bound 1
-1110101111 Second-Tier 1
-1110101111 Kremlin-inspired 1
-1110101111 crude-rich 1
-1110101111 non-Michigan 1
-1110101111 dramatis 1
-1110101111 fundamentalist-dominated 1
-1110101111 hyperzealous 1
-1110101111 Fisherian 1
-1110101111 pre-Mexican 1
-1110101111 non-Aborigine 1
-1110101111 Boston-Austin 1
-1110101111 Ulyanovsk 2
-1110101111 Pakistan-Afghan 2
-1110101111 600,000-strong 2
-1110101111 cube-shaped 2
-1110101111 Pakistan-backed 2
-1110101111 Hindu-dominated 2
-1110101111 Marxist-inspired 2
-1110101111 Soviet-client 2
-1110101111 rear-echelon 2
-1110101111 protectionist-minded 2
-1110101111 IBT 2
-1110101111 urban-based 2
-1110101111 street-wise 2
-1110101111 Gabonese 2
-1110101111 information/service 2
-1110101111 Texas-Oklahoma 2
-1110101111 Flaming 2
-1110101111 post-1988 2
-1110101111 microwave-based 2
-1110101111 twin-deficit 2
-1110101111 Sinhalese-dominated 2
-1110101111 Christian-led 2
-1110101111 Merrie 2
-1110101111 health-fascist 2
-1110101111 five-square-mile 2
-1110101111 Tracon 2
-1110101111 superdelegate 2
-1110101111 schoolbus 2
-1110101111 wised-up 2
-1110101111 non-Sandinista 2
-1110101111 Marxist/Leninist 2
-1110101111 thrip 2
-1110101111 midrange-computer 2
-1110101111 Presser-Mathis 2
-1110101111 Roofers 2
-1110101111 morning-after 2
-1110101111 antiSandinista 2
-1110101111 Turkish-Cypriot 2
-1110101111 21,200 2
-1110101111 Indo-Chinese 2
-1110101111 Iranian-held 2
-1110101111 Screeching 2
-1110101111 sprocket 2
-1110101111 short-play 2
-1110101111 Russian-dominated 2
-1110101111 Formosan 2
-1110101111 Eminase-treated 2
-1110101111 Guayaquil-based 2
-1110101111 eight-term 2
-1110101111 engorged 2
-1110101111 ex-Army 2
-1110101111 resistance-party 2
-1110101111 40,000-ton 2
-1110101111 pro-Vietnamese 2
-1110101111 Arizona-Nevada 2
-1110101111 drug-treated 2
-1110101111 LaRouche-ite 2
-1110101111 mad-dog 2
-1110101111 Tatar 2
-1110101111 Kwa-Zulu 2
-1110101111 Castroite 2
-1110101111 U.S.-armed 3
-1110101111 anti-army 3
-1110101111 piney 3
-1110101111 lovesick 3
-1110101111 McChicken 3
-1110101111 American-educated 3
-1110101111 Libyan-backed 3
-1110101111 Tulalip 3
-1110101111 medium-level 3
-1110101111 Soviet-based 3
-1110101111 Zairian 3
-1110101111 2.332 3
-1110101111 pro-Syrian 3
-1110101111 Vanuatuan 3
-1110101111 hard-left 3
-1110101111 tax-revolt 3
-1110101111 Panamian 3
-1110101111 anti-Khomeini 4
-1110101111 anti-Kabul 4
-1110101111 paternalist 4
-1110101111 Tadzhik 4
-1110101111 Shia 4
-1110101111 white-ethnic 4
-1110101111 Deliverers 4
-1110101111 decriminalizing 4
-1110101111 Satmar 4
-1110101111 seven-party 4
-1110101111 Chilewich 4
-1110101111 India-Pakistan 4
-1110101111 pro-Iran 4
-1110101111 PRI-controlled 4
-1110101111 Threepenny 4
-1110101111 Somali 4
-1110101111 atheistic 4
-1110101111 anti-Marcos 4
-1110101111 1976-83 5
-1110101111 pro-Marcos 5
-1110101111 CIA-backed 5
-1110101111 Ghana-Togo 5
-1110101111 placebo-treated 5
-1110101111 opposition-party 5
-1110101111 aviation-industry 5
-1110101111 American-backed 5
-1110101111 marauding 5
-1110101111 REGIE 6
-1110101111 Hashemite 6
-1110101111 3,000-mile 6
-1110101111 120-seat 6
-1110101111 anti-Mecham 6
-1110101111 oil-union 7
-1110101111 half-century-old 7
-1110101111 free-market-oriented 7
-1110101111 Sandinista-Contra 7
-1110101111 low-ranking 7
-1110101111 German-German 7
-1110101111 Cystic 8
-1110101111 Swazi 8
-1110101111 Inca 8
-1110101111 Kanak 8
-1110101111 Soviet-designed 8
-1110101111 bicoastal 8
-1110101111 Tasmanian 9
-1110101111 Swedish-made 9
-1110101111 nomadic 9
-1110101111 Uruguayan 9
-1110101111 Mentally 9
-1110101111 Babylonian 9
-1110101111 Azerbaijani 10
-1110101111 anti-Marxist 10
-1110101111 Brezhnev-era 10
-1110101111 orbital 10
-1110101111 Iranian-inspired 11
-1110101111 Austro-Hungarian 11
-1110101111 Icelandic 11
-1110101111 first-phase 12
-1110101111 Israeli-backed 12
-1110101111 Athenian 12
-1110101111 Ugandan 12
-1110101111 Marxist-led 12
-1110101111 U.S.-sponsored 13
-1110101111 U.S.-Mexico 13
-1110101111 Hapsburg 13
-1110101111 Estonian 13
-1110101111 Soviet-led 13
-1110101111 U.S.-supported 13
-1110101111 Vietnam-era 14
-1110101111 Tanzanian 15
-1110101111 Omani 15
-1110101111 Syrian-backed 15
-1110101111 Rhodesian 15
-1110101111 Moroccan 15
-1110101111 Zambian 16
-1110101111 active-duty 16
-1110101111 Latvian 16
-1110101111 blue-light 17
-1110101111 Aboriginal 17
-1110101111 Druse 18
-1110101111 Reagan-era 20
-1110101111 Chadian 21
-1110101111 Mozambican 23
-1110101111 Yom 26
-1110101111 hardline 27
-1110101111 unelected 28
-1110101111 Sudanese 29
-1110101111 Czechoslovak 31
-1110101111 Confederate 32
-1110101111 Ottoman 33
-1110101111 Guatemalan 33
-1110101111 Bolshevik 38
-1110101111 Serbian 39
-1110101111 Basque 41
-1110101111 Bolivian 42
-1110101111 Soviet-backed 56
-1110101111 Jamaican 62
-1110101111 Ethiopian 70
-1110101111 anti-Sandinista 71
-1110101111 Bulgarian 72
-1110101111 Teamster 75
-1110101111 Romanian 75
-1110101111 Cambodian 80
-1110101111 Anglican 80
-1110101111 Algerian 84
-1110101111 Kurdish 88
-1110101111 Jordanian 91
-1110101111 Angolan 94
-1110101111 Yugoslav 95
-1110101111 Haitian 98
-1110101111 Czech 102
-1110101111 Banana 105
-1110101111 Sikh 109
-1110101111 U.S.-backed 113
-1110101111 Salvadoran 128
-1110101111 Honduran 145
-1110101111 Syrian 175
-1110101111 Libyan 193
-1110101111 Dominican 198
-1110101111 Tamil 229
-1110101111 Egyptian 246
-1110101111 Colombian 265
-1110101111 Pakistani 266
-1110101111 Lebanese 334
-1110101111 Turkish 335
-1110101111 Kuwaiti 516
-1110101111 Panamanian 520
-1110101111 Islamic 527
-1110101111 Cuban 555
-1110101111 Polish 565
-1110101111 Sandinista 612
-1110101111 Iraqi 704
-1110101111 Afghan 725
-1110101111 Nicaraguan 1241
-1110101111 Israeli 1718
-1110101111 Soviet 12759
-1110101111 Iranian 2086
-1110110000 go-away 1
-1110110000 chemo-mechanical 1
-1110110000 tax-needs 1
-1110110000 waste-cutting 1
-1110110000 small-business-corporation 1
-1110110000 moving-expense 1
-1110110000 unhighlighted 1
-1110110000 Watergate-inspired 1
-1110110000 disasterous 1
-1110110000 now-attractive 1
-1110110000 4.2-million-barrel 1
-1110110000 bearer-depositary 1
-1110110000 estate-asset 1
-1110110000 in-rate 1
-1110110000 28-bed 1
-1110110000 once-local 1
-1110110000 97,000-job 1
-1110110000 drip-proof 1
-1110110000 70,000-won 1
-1110110000 peer-group 1
-1110110000 often-perverse 1
-1110110000 network-licensing 1
-1110110000 fund-diversion 1
-1110110000 note-by-note 1
-1110110000 posted-price 1
-1110110000 safety-control 1
-1110110000 nuisance-prevention 1
-1110110000 -cash 1
-1110110000 more-caustic 1
-1110110000 data-transmitting 1
-1110110000 60-cents-a-month 1
-1110110000 total-cleanup 1
-1110110000 health-and-safety 1
-1110110000 50-cent-a-barrel 1
-1110110000 70,832 1
-1110110000 starting-wage 1
-1110110000 ABUSE 1
-1110110000 1/16-point 1
-1110110000 specialinterest 1
-1110110000 equipment-adjusted 1
-1110110000 bar-bet 1
-1110110000 distortionary 1
-1110110000 permissable 1
-1110110000 further-reaching 1
-1110110000 pay-for-play 1
-1110110000 non-commital 1
-1110110000 businessman-is-the-villain 1
-1110110000 business-fare 1
-1110110000 early-model-year 1
-1110110000 partyline 1
-1110110000 nonresident-alien 1
-1110110000 stare-glare 1
-1110110000 forest-spirit 1
-1110110000 200,000-unit 1
-1110110000 22,000-job 1
-1110110000 more-than-sixfold 1
-1110110000 videotape-testimony 1
-1110110000 smaller-than-planned 1
-1110110000 royalty-tax 1
-1110110000 two-body 1
-1110110000 employee-pension 1
-1110110000 18-mile-a-day 1
-1110110000 equity-loan 1
-1110110000 Shariah-Islamic 1
-1110110000 25-cent-a-pack 1
-1110110000 worker-discharge 1
-1110110000 1.20-guilder 1
-1110110000 boss-worker 1
-1110110000 information-stealing 1
-1110110000 service-firm 1
-1110110000 coal-leasing 1
-1110110000 Setagaya 1
-1110110000 partnership-investing 1
-1110110000 consumer-financing 1
-1110110000 1.2-million-barrel-a-day 1
-1110110000 foreclosure-rate 1
-1110110000 1927-29 1
-1110110000 125-point 1
-1110110000 130-point 1
-1110110000 more-than-fivefold 1
-1110110000 collect-and-win 1
-1110110000 29,000-job 1
-1110110000 boating-accident 1
-1110110000 cash-assistance 1
-1110110000 productivity-related 1
-1110110000 2,310,000 1
-1110110000 loan-level 1
-1110110000 phony-shelter 1
-1110110000 stabilization-fund 1
-1110110000 one-mpg 1
-1110110000 60-cent-a-month 1
-1110110000 stay-loose 1
-1110110000 tire-price 1
-1110110000 power-rate 1
-1110110000 58,609-share 1
-1110110000 744,530 1
-1110110000 40-cent-an-hour 1
-1110110000 204,000-job 1
-1110110000 license-fee 1
-1110110000 price-index 1
-1110110000 143-mile-an-hour 1
-1110110000 product-inventory 1
-1110110000 91,000-job 1
-1110110000 smog-reduction 1
-1110110000 2.5-cent 1
-1110110000 domestic-sales 1
-1110110000 400,000-barrel-a-day 1
-1110110000 economist-information 1
-1110110000 investment-skewing 1
-1110110000 single-woman-headed 1
-1110110000 countercomplacency 1
-1110110000 appeal-deadline 1
-1110110000 software-import 1
-1110110000 federal-funding 1
-1110110000 newly-approved 1
-1110110000 incentive-rate 1
-1110110000 agilely 1
-1110110000 inexpensive-labor 1
-1110110000 market-widening 1
-1110110000 38-4 1
-1110110000 lower-than-requested 1
-1110110000 Allied-related 1
-1110110000 Galosh 1
-1110110000 exaction 1
-1110110000 stock-for-performance 1
-1110110000 1-point 1
-1110110000 65-cent 1
-1110110000 court-created 1
-1110110000 expatriate-employee 1
-1110110000 oligarcho-bureaucratic 1
-1110110000 table-service 1
-1110110000 department-by-department 1
-1110110000 entrepreneur-turned-daredevil 1
-1110110000 two-method 1
-1110110000 marginal-tax-rate 1
-1110110000 IMF-arranged 1
-1110110000 loanorigination 1
-1110110000 punctuation-like 1
-1110110000 one-million-ton 1
-1110110000 one-cent-a-liter 1
-1110110000 loan-orgination 1
-1110110000 13,000-ton 1
-1110110000 cake-baking 1
-1110110000 salary-protection 1
-1110110000 retail-ready 1
-1110110000 77,615 1
-1110110000 consumer-tax 1
-1110110000 muralist 1
-1110110000 teaching-load 1
-1110110000 highest/lowest 1
-1110110000 escalator-licensing 1
-1110110000 529,042-contract 1
-1110110000 2,102 1
-1110110000 1,611 1
-1110110000 casino-game 1
-1110110000 customs-user 1
-1110110000 MTV-style 1
-1110110000 more-than-twofold 1
-1110110000 theft-of-government-property 1
-1110110000 regional-banking 1
-1110110000 convention-alarms 1
-1110110000 multitudinous 1
-1110110000 15-cent-a-gallon 1
-1110110000 taxcut 1
-1110110000 standard-risk 1
-1110110000 barcodes 1
-1110110000 five-million-box 1
-1110110000 staff-to-child 1
-1110110000 51-cent-a-barrel 1
-1110110000 cushiest 1
-1110110000 open-container 1
-1110110000 385,000-job 1
-1110110000 problem-lawyer 1
-1110110000 cement-price 1
-1110110000 black-student 1
-1110110000 20-bed 1
-1110110000 nonprice 1
-1110110000 expert-witness 1
-1110110000 24,000-person 1
-1110110000 137,000-job 1
-1110110000 137,000job 1
-1110110000 280,000-job 1
-1110110000 perdiem 1
-1110110000 license-rate 1
-1110110000 35-cents-an-hour 1
-1110110000 California-crude 1
-1110110000 410,137-share 1
-1110110000 less-than-mystical 1
-1110110000 600-article 1
-1110110000 below-benchmark 1
-1110110000 already-legislated 1
-1110110000 54-page 1
-1110110000 convention-time 1
-1110110000 stroke-reducing 1
-1110110000 higher-than-standard 1
-1110110000 anti-Racal 1
-1110110000 record-sale 1
-1110110000 foreign-transaction 1
-1110110000 securities-investment 1
-1110110000 customer-inventory 1
-1110110000 perfect-attendance 1
-1110110000 life-without-parole 1
-1110110000 trade-license 1
-1110110000 one-cent-a-pound 1
-1110110000 Anti-Jitney 1
-1110110000 federal-securities 1
-1110110000 121,713 1
-1110110000 Larger-than-expected 1
-1110110000 less-than-feared 1
-1110110000 buy-in-advance 1
-1110110000 scholarship-aid 1
-1110110000 patent-harmonizing 1
-1110110000 300,000-account 1
-1110110000 truck-driver-licensing 1
-1110110000 building-permit 1
-1110110000 consumer-price-index 1
-1110110000 gross-income 1
-1110110000 venture-like 1
-1110110000 private-plan 1
-1110110000 town-provided 1
-1110110000 36-word 1
-1110110000 294,000-job 1
-1110110000 home-mortgage-interest 1
-1110110000 work-loss 1
-1110110000 sorely-needed 1
-1110110000 wildlife-conservation 1
-1110110000 bases-closing 1
-1110110000 comfort-ruling 1
-1110110000 wage-indexation 2
-1110110000 10,000-ton 2
-1110110000 loan-to-deposit 2
-1110110000 gas-rate 2
-1110110000 refinery-run 2
-1110110000 often-mediocre 2
-1110110000 Goru 2
-1110110000 taxlaw 2
-1110110000 guarantee-fund 2
-1110110000 home-interest 2
-1110110000 alternative-minimum-tax 2
-1110110000 crop-planting 2
-1110110000 moneyback 2
-1110110000 short-time-compensation 2
-1110110000 super-state 2
-1110110000 concealed-weapons 2
-1110110000 price-move 2
-1110110000 Reagan-proposed 2
-1110110000 nonsafety 2
-1110110000 trade-reform 2
-1110110000 6,000-hour 2
-1110110000 head-of-household 2
-1110110000 per-program 2
-1110110000 incometax 2
-1110110000 pre-death 2
-1110110000 drug-price 2
-1110110000 deficit-related 2
-1110110000 debt-interest 2
-1110110000 discountrate 2
-1110110000 workrule 2
-1110110000 tiered 2
-1110110000 wage-cost 2
-1110110000 living-cost 2
-1110110000 25-fold 2
-1110110000 financial-regulation 2
-1110110000 co-payment 2
-1110110000 stock-class 2
-1110110000 worker-protection 2
-1110110000 16-paragraph 2
-1110110000 crew-size 2
-1110110000 postage-rate 2
-1110110000 state-required 2
-1110110000 textile-protection 2
-1110110000 15-cent-an-hour 2
-1110110000 no-veto 2
-1110110000 contract-rights 2
-1110110000 certificate-of-need 2
-1110110000 cigarette-tax 3
-1110110000 FINA 3
-1110110000 newsprint-price 3
-1110110000 capital-cost 3
-1110110000 sign-on 3
-1110110000 government-spending 3
-1110110000 special-funds 3
-1110110000 pay-raise 3
-1110110000 pre-export 3
-1110110000 gas-tax 3
-1110110000 balance-due 3
-1110110000 thirtyfold 3
-1110110000 anti-cartel 3
-1110110000 nonwage 3
-1110110000 court-set 3
-1110110000 risk-asset 3
-1110110000 work-hour 3
-1110110000 immigration-law 3
-1110110000 ticket-price 3
-1110110000 fixed-pricing 3
-1110110000 phone-rate 3
-1110110000 290-137 3
-1110110000 dog-boarding 3
-1110110000 advance-notification 3
-1110110000 pro-competition 3
-1110110000 regular-tax 3
-1110110000 price-related 3
-1110110000 pollution-reduction 3
-1110110000 year-toyear 3
-1110110000 postal-rate 4
-1110110000 non-immigrant 4
-1110110000 press-control 4
-1110110000 computer-ready 4
-1110110000 veto-override 4
-1110110000 federal-tax 4
-1110110000 fixed-cost 4
-1110110000 business-tax 4
-1110110000 half-percentage-point 4
-1110110000 landing-fee 5
-1110110000 value-added-tax 5
-1110110000 passive-loss 5
-1110110000 unkindest 5
-1110110000 medical-insurance 5
-1110110000 investment-tax 5
-1110110000 insurance-premium 5
-1110110000 debt/equity 6
-1110110000 fuel-cost 6
-1110110000 gains-tax 6
-1110110000 post-closing 6
-1110110000 late-payment 6
-1110110000 foreign-tax 7
-1110110000 cost-accounting 7
-1110110000 state-mandated 7
-1110110000 state-income-tax 7
-1110110000 wage-and-benefit 8
-1110110000 state-tax 8
-1110110000 medicare 8
-1110110000 electric-rate 9
-1110110000 tied-aid 9
-1110110000 base-price 10
-1110110000 capital-gains-tax 10
-1110110000 tax-accounting 10
-1110110000 tax-return 10
-1110110000 consumer-interest 10
-1110110000 corporate-tax 11
-1110110000 withholding-tax 11
-1110110000 local-content 12
-1110110000 relative-value 13
-1110110000 preferred-dividend 14
-1110110000 gasoline-tax 14
-1110110000 slotting 15
-1110110000 food-price 15
-1110110000 defense-spending 17
-1110110000 base-wage 19
-1110110000 wage-price 19
-1110110000 passbook 20
-1110110000 payroll-tax 20
-1110110000 excise-tax 26
-1110110000 prime-rate 31
-1110110000 base-rate 32
-1110110000 minimum-tax 37
-1110110000 child-support 38
-1110110000 ZIP 38
-1110110000 property-tax 45
-1110110000 labor-cost 50
-1110110000 work-force 54
-1110110000 itemized 60
-1110110000 tax-rate 69
-1110110000 sales-tax 87
-1110110000 discount-rate 109
-1110110000 minimum-wage 133
-1110110000 fringe 185
-1110110000 cost-of-living 189
-1110110000 martial 203
-1110110000 tariff 390
-1110110000 income-tax 407
-1110110000 immigration 695
-1110110000 tax 21033
-1110110000 wage 2643
-11101100010 content-based 1
-11101100010 career-criminals 1
-11101100010 career-criminal 1
-11101100010 victim-compensation 1
-11101100010 thorn-in-the-side 1
-11101100010 pilottraining 1
-11101100010 expanded-coverage 1
-11101100010 self-submissions 1
-11101100010 financial-responsibility 1
-11101100010 13year 1
-11101100010 interdepartment 1
-11101100010 capital-and-surplus 1
-11101100010 computer-spawned 1
-11101100010 anti-insider-trading 1
-11101100010 anti-contraceptive 1
-11101100010 missile-dismantling 1
-11101100010 minimum-withdrawal 1
-11101100010 agency-dictated 1
-11101100010 real-estate-depreciation 1
-11101100010 cause-oriented 1
-11101100010 psychomotor 1
-11101100010 engine-shutdown 1
-11101100010 mass-markete 1
-11101100010 cash-saving 1
-11101100010 Trusted 1
-11101100010 anti-dogfighting 1
-11101100010 41-2 1
-11101100010 congressional-notification 1
-11101100010 subject-specific 1
-11101100010 multi-government 1
-11101100010 provision-by-provision 1
-11101100010 electrical-hazard 1
-11101100010 pro-Tibet 1
-11101100010 job-posting 1
-11101100010 supplemental-income 1
-11101100010 risk-reserve 1
-11101100010 10,392 1
-11101100010 Albatrosses 1
-11101100010 anti-subsidy 1
-11101100010 earnings-protection 1
-11101100010 belt-retracting 1
-11101100010 minimum-strength 1
-11101100010 pre-loan 1
-11101100010 space-occupancy 1
-11101100010 radio-emissions 1
-11101100010 environmental-enforcement 1
-11101100010 procurement-revision 1
-11101100010 ice-removal 1
-11101100010 misogynist 1
-11101100010 capital-repatriation 1
-11101100010 exposure-monitoring 1
-11101100010 worker-health 1
-11101100010 incentive-building 1
-11101100010 anti-Zia 1
-11101100010 therapeutic/support 1
-11101100010 calendar-defying 1
-11101100010 casino-style 1
-11101100010 non-sustainable 1
-11101100010 183,415 1
-11101100010 revenue-increasing 1
-11101100010 products-liability 1
-11101100010 growth-damping 1
-11101100010 groupy 1
-11101100010 check-list 1
-11101100010 anti-poaching 1
-11101100010 maintenance-period 1
-11101100010 usually-routine 1
-11101100010 radio-talk-show 1
-11101100010 offsides 1
-11101100010 selfrighteous 1
-11101100010 police-style 1
-11101100010 apartheid-based 1
-11101100010 three-by-six-foot 1
-11101100010 lab-safety 1
-11101100010 water-efficiency 1
-11101100010 professional-ethics 1
-11101100010 trademark-license 1
-11101100010 pre-RJR 1
-11101100010 wage-hour 1
-11101100010 sports-injury 1
-11101100010 security-building 1
-11101100010 celebrity-protection 1
-11101100010 once-a-decade 1
-11101100010 machine-precision 1
-11101100010 asset-depreciation 1
-11101100010 holding-period 1
-11101100010 single- 1
-11101100010 experimental-film 1
-11101100010 security-force 1
-11101100010 job-targeted 1
-11101100010 but-for 1
-11101100010 ever-proliferating 1
-11101100010 quarterly-estimated-tax 1
-11101100010 acquisition-review 1
-11101100010 demonstration-project 1
-11101100010 brain-cell 1
-11101100010 pre-manufacture-notice 1
-11101100010 minimum-bid 1
-11101100010 reduced-speed 1
-11101100010 sample-collection 1
-11101100010 anti-Federalist 1
-11101100010 taxable-bond 1
-11101100010 rail-riding 1
-11101100010 title-registration 1
-11101100010 Fed-Japanese 1
-11101100010 Revolution-style 1
-11101100010 adjacency 1
-11101100010 income-source 1
-11101100010 price-volatility 1
-11101100010 hard-hat 1
-11101100010 Pollack/Rogers 1
-11101100010 yet-unfinished 1
-11101100010 concerned-citizen 1
-11101100010 student-faculty 1
-11101100010 case-related 1
-11101100010 anti-porn 1
-11101100010 IOM 1
-11101100010 capital-control 1
-11101100010 state-of-siege 1
-11101100010 restraint-of-trade 1
-11101100010 pension-portability 1
-11101100010 nuclear-nonproliferation 1
-11101100010 sterlized 1
-11101100010 4,282 1
-11101100010 investment-exchange 1
-11101100010 debtor-credit 1
-11101100010 investment-review 1
-11101100010 minimum-funding 1
-11101100010 non-compensable 1
-11101100010 linguistic-political 1
-11101100010 spending-restraint 1
-11101100010 antitrust-related 1
-11101100010 2,816 1
-11101100010 virus-positive 1
-11101100010 risk-vs.-reward 1
-11101100010 no-spouse 1
-11101100010 county-option 1
-11101100010 foreign-trade-control 1
-11101100010 '60s-ish 1
-11101100010 bank-reserve 1
-11101100010 minority-ownership 1
-11101100010 ex-Batterymarch 1
-11101100010 cost-controlling 1
-11101100010 PIN-diode 1
-11101100010 child-staff 1
-11101100010 costsaving 1
-11101100010 moronic 1
-11101100010 U.S.-crew 1
-11101100010 access-code 1
-11101100010 production-curbing 1
-11101100010 just-disclosed 1
-11101100010 rating-concern 1
-11101100010 federal-bankruptcy 1
-11101100010 informationgathering 1
-11101100010 export-restriction 1
-11101100010 worker-rights 1
-11101100010 white-black 1
-11101100010 airsafety 1
-11101100010 -water 1
-11101100010 fastpaced 1
-11101100010 rate-of-return-based 1
-11101100010 internal-review 1
-11101100010 teacher-student 1
-11101100010 document-verification 1
-11101100010 press-hungry 1
-11101100010 racial-justice 1
-11101100010 shareholder-protection 1
-11101100010 coffee-export 1
-11101100010 early-Mormon 1
-11101100010 license-related 1
-11101100010 planning-department 1
-11101100010 trade-dispute 1
-11101100010 import-quota 1
-11101100010 one-month-liquidation 1
-11101100010 blues-oriented 1
-11101100010 social-conscience 1
-11101100010 deceptive-trade-practice 1
-11101100010 campaign-expenditure 1
-11101100010 metal-coining 1
-11101100010 resource-balancing 1
-11101100010 import-license 1
-11101100010 package-weight 1
-11101100010 work-by-the-book 1
-11101100010 veterinary-medicine 1
-11101100010 index-product 1
-11101100010 spousal-notification 1
-11101100010 aircraft-operations 1
-11101100010 more-generic 1
-11101100010 external-sector 1
-11101100010 full-market 1
-11101100010 bank-imposed 1
-11101100010 movie-based 1
-11101100010 ESOP-like 1
-11101100010 production-accounting 1
-11101100010 higher-court 1
-11101100010 smallholder 1
-11101100010 workers'-compensation 1
-11101100010 length-of-service 1
-11101100010 industrial-development-bond 1
-11101100010 hard-to-obtain 1
-11101100010 nit-picky 1
-11101100010 anti-bilingual 1
-11101100010 time-keeping 1
-11101100010 prepositional 1
-11101100010 pro-independent-counsel 1
-11101100010 old/new 1
-11101100010 noncooperative 1
-11101100010 FDA-prescribed 1
-11101100010 environmental-improvement 1
-11101100010 animal-testing 1
-11101100010 artificial-conception 1
-11101100010 outside-contracting 1
-11101100010 wine-purity 1
-11101100010 party-finance-reporting 1
-11101100010 incumbententrenchment 1
-11101100010 anti-jitney 1
-11101100010 foreign-steel 1
-11101100010 semifinished-steel 1
-11101100010 drug-racketeering 1
-11101100010 pre-noon 1
-11101100010 antibias 1
-11101100010 job-satisfaction 1
-11101100010 drug-funding 1
-11101100010 Baa-1/Preliminary 1
-11101100010 concerted-action 1
-11101100010 federal-procurement 1
-11101100010 non-comparable 1
-11101100010 well-understood 1
-11101100010 secret-session 1
-11101100010 industrial-emissions 1
-11101100010 kindred-interest 1
-11101100010 interest-cutting 1
-11101100010 pithiest 1
-11101100010 alley-cat 1
-11101100010 pro-tenant 1
-11101100010 banking-secrecy 1
-11101100010 sit-com 1
-11101100010 Venereal-disease 1
-11101100010 high-performance-lighting 1
-11101100010 cost-containing 1
-11101100010 tobacco-defense 1
-11101100010 import-inspection 1
-11101100010 headwater 1
-11101100010 lending-agreement 1
-11101100010 more-predictable 1
-11101100010 single-A-minus/ 1
-11101100010 crisis-control 1
-11101100010 UPC 1
-11101100010 speed-drill 1
-11101100010 financial-privacy 1
-11101100010 plant-access 1
-11101100010 less-than-exacting 1
-11101100010 check-lane 1
-11101100010 liquidity-policy 1
-11101100010 cost-of-service 1
-11101100010 birth-policy 1
-11101100010 conventional-arms-control 1
-11101100010 stack-height 1
-11101100010 union-grievance 1
-11101100010 tougher-than-expected 1
-11101100010 factory-determined 1
-11101100010 44,845 1
-11101100010 noninterest-income 1
-11101100010 working-hour 1
-11101100010 sea-turtle-saving 1
-11101100010 church-supported 1
-11101100010 customs-inspection 1
-11101100010 55-m.p.h. 1
-11101100010 eye-for-an-eye 1
-11101100010 waste-discharge 1
-11101100010 European-content 1
-11101100010 leash-law 1
-11101100010 six-million-share 1
-11101100010 inspector-training 1
-11101100010 landmark-protection 1
-11101100010 de-escalatory 1
-11101100010 cartoon-and-live 1
-11101100010 minimum-price-verification 1
-11101100010 mortgage-tax-relief 1
-11101100010 ticket-transfer 1
-11101100010 long-contested 1
-11101100010 discount-market 1
-11101100010 prosecutory 1
-11101100010 insider-filing 1
-11101100010 NIH-RAC 1
-11101100010 deceptive-advertising 1
-11101100010 anti-displacement 1
-11101100010 criminal-responsibility 1
-11101100010 product-control 1
-11101100010 less-than-compelling 1
-11101100010 factorydetermined 1
-11101100010 victim's-rights 1
-11101100010 FDA-NIH-industry 1
-11101100010 terminal-pay 1
-11101100010 particulate-emission 1
-11101100010 trade-restricting 2
-11101100010 electionlaw 2
-11101100010 marketing-order 2
-11101100010 appreciated-property 2
-11101100010 soft-loan 2
-11101100010 special-interests 2
-11101100010 currency-stabilizing 2
-11101100010 voter-sponsored 2
-11101100010 regulation-writing 2
-11101100010 lead-exposure 2
-11101100010 loan-application 2
-11101100010 bounty-hunter 2
-11101100010 proscriptive 2
-11101100010 military-aircraft 2
-11101100010 housing-aid 2
-11101100010 more-conciliatory 2
-11101100010 strange-looking 2
-11101100010 advance-booking 2
-11101100010 more-mundane 2
-11101100010 stability-and-growth 2
-11101100010 anti-price-fixing 2
-11101100010 unpatented 2
-11101100010 trade-control 2
-11101100010 college-aid 2
-11101100010 state-compelled 2
-11101100010 criminal-sentencing 2
-11101100010 time-off 2
-11101100010 employee-training 2
-11101100010 permanant 2
-11101100010 trade-practice 2
-11101100010 accounting-industry 2
-11101100010 patent-law 2
-11101100010 covert-operations 2
-11101100010 more-imaginative 2
-11101100010 tobacco-ad 2
-11101100010 electrohydraulic 2
-11101100010 ex-FDA 2
-11101100010 bar-association 2
-11101100010 original-issue-discount 2
-11101100010 data-sharing 2
-11101100010 ill-understood 2
-11101100010 plastic-surgery 2
-11101100010 influx-control 2
-11101100010 cash-raising 2
-11101100010 antismog 2
-11101100010 share-ownership 2
-11101100010 stock-crash 2
-11101100010 Super-301 2
-11101100010 internal-control 2
-11101100010 individual-country 2
-11101100010 pepper-and-salt 2
-11101100010 casino-licensing 2
-11101100010 anti-tax-shelter 2
-11101100010 meat-import 2
-11101100010 anti-lobbying 2
-11101100010 check-hold 2
-11101100010 lender-of-last-resort 2
-11101100010 anti-gun 2
-11101100010 experimental-drug 2
-11101100010 anti-patent 2
-11101100010 cargo-weight 2
-11101100010 automated-trading 2
-11101100010 drug-eradication 2
-11101100010 state-regulatory 2
-11101100010 minority-shareholder 2
-11101100010 incontestability 2
-11101100010 environmental-control 2
-11101100010 soy-based 2
-11101100010 pro-smoking 2
-11101100010 loan-rate 2
-11101100010 line-extension 2
-11101100010 long-term-strategy 2
-11101100010 4,893 2
-11101100010 anti-takover 2
-11101100010 safety-belt 2
-11101100010 diagnosis-related 2
-11101100010 SPCC 2
-11101100010 drug-research 2
-11101100010 consumer-fraud 2
-11101100010 quality-review 2
-11101100010 oneparty 2
-11101100010 musicological 2
-11101100010 state-wide 2
-11101100010 personal-ethics 2
-11101100010 atomic-energy 2
-11101100010 takeover-bid 2
-11101100010 anti-nepotism 2
-11101100010 drug-trial 2
-11101100010 LCN 2
-11101100010 time-of-day 2
-11101100010 ownership-disclosure 2
-11101100010 preventive-care 2
-11101100010 over-broad 2
-11101100010 health-protection 2
-11101100010 belt-use 2
-11101100010 visual-display 2
-11101100010 auto-damage 2
-11101100010 appliance-efficiency 2
-11101100010 customer-protection 2
-11101100010 public-employer 2
-11101100010 labor-protection 2
-11101100010 capital-flows 2
-11101100010 anti-strike 2
-11101100010 burner-can 2
-11101100010 merger-control 2
-11101100010 anti-appropriations 2
-11101100010 car-safety 2
-11101100010 12-part 2
-11101100010 advanced-development 2
-11101100010 view-protection 2
-11101100010 corporate-governance 3
-11101100010 tailpipe-emissions 3
-11101100010 trust-busting 3
-11101100010 fuel-control 3
-11101100010 equal-treatment 3
-11101100010 administration-backed 3
-11101100010 women's-rights 3
-11101100010 anti-homosexual 3
-11101100010 unsterilized 3
-11101100010 primary-election 3
-11101100010 foreign-relations 3
-11101100010 arms-buying 3
-11101100010 proportional-representation 3
-11101100010 community-services 3
-11101100010 stimulatory 3
-11101100010 neurologic 3
-11101100010 oil-refinery 3
-11101100010 gangland 3
-11101100010 trade-relief 3
-11101100010 tax-payment 3
-11101100010 long-proposed 3
-11101100010 installment-sale 3
-11101100010 Teamster-related 3
-11101100010 all-English 3
-11101100010 animal-welfare 3
-11101100010 equal-pay 3
-11101100010 mandatory-testing 3
-11101100010 contingent-fee 3
-11101100010 superconductor-research 3
-11101100010 anti-espionage 3
-11101100010 choose-a-school 3
-11101100010 anti-alcoholism 3
-11101100010 market-reform 3
-11101100010 defense-research 3
-11101100010 egg-marketing 3
-11101100010 fringe-benefit 3
-11101100010 capital-labor 3
-11101100010 land-conservation 3
-11101100010 non-animal 3
-11101100010 internal-market 3
-11101100010 election-eve 3
-11101100010 obligational 3
-11101100010 88-4 3
-11101100010 end-of-the-season 3
-11101100010 exclusionary-rule 3
-11101100010 sex-role 3
-11101100010 vendor-neutral 3
-11101100010 supply-control 3
-11101100010 drought-insurance 3
-11101100010 liquor-pricing 3
-11101100010 eight-count 3
-11101100010 arms-trading 3
-11101100010 anti-sodomy 3
-11101100010 fee-forfeiture 3
-11101100010 technology-export 3
-11101100010 sex-related 4
-11101100010 enzyme-based 4
-11101100010 corporate-disclosure 4
-11101100010 state-senate 4
-11101100010 campaign-financing 4
-11101100010 domestic-content 4
-11101100010 trial-lawyer 4
-11101100010 retirement-income 4
-11101100010 cantonal 4
-11101100010 parent-teacher 4
-11101100010 cash-reporting 4
-11101100010 cost-recovery 4
-11101100010 lens-care 4
-11101100010 expenditure-based 4
-11101100010 public-nuisance 4
-11101100010 anti-kickback 4
-11101100010 margin-setting 4
-11101100010 Shibuya 4
-11101100010 electric-supply 4
-11101100010 airline-deregulation 4
-11101100010 ethics-law 4
-11101100010 long-needed 4
-11101100010 open-housing 4
-11101100010 housing-policy 4
-11101100010 student-teacher 4
-11101100010 black-line 4
-11101100010 textile-quota 4
-11101100010 emergency-planning 4
-11101100010 gear-shift 4
-11101100010 consumer-advocacy 4
-11101100010 abandoned-property 4
-11101100010 rabbinical 4
-11101100010 equal-time 4
-11101100010 moderate-price 4
-11101100010 less-sweeping 4
-11101100010 unfair-trade-practice 4
-11101100010 sector-specific 4
-11101100010 multiple-ownership 4
-11101100010 deficit-trimming 4
-11101100010 interest-deduction 4
-11101100010 executive-level 4
-11101100010 sovereign-loan 4
-11101100010 unauthorized-practice-of-law 4
-11101100010 arms-trade 5
-11101100010 industrial-policy 5
-11101100010 consumer-group 5
-11101100010 rate-base 5
-11101100010 heart-muscle 5
-11101100010 moment-of-silence 5
-11101100010 anti-tobacco 5
-11101100010 return-free 5
-11101100010 antiwar 5
-11101100010 rear-brake 5
-11101100010 anti-shelter 5
-11101100010 injudicious 5
-11101100010 fetal-protection 5
-11101100010 age-based 5
-11101100010 maintenance-related 5
-11101100010 cost-reducing 5
-11101100010 public-disclosure 5
-11101100010 corporate-restructuring 5
-11101100010 trading-floor 5
-11101100010 dividend-payment 5
-11101100010 nuclear-safety 5
-11101100010 car-production 5
-11101100010 unfair-trading 5
-11101100010 aviation-safety 5
-11101100010 anti-pill 5
-11101100010 sex-bias 5
-11101100010 hurry-up 5
-11101100010 maternity-leave 5
-11101100010 fairness-doctrine 5
-11101100010 business-conduct 5
-11101100010 wage-and-hour 5
-11101100010 import-relief 5
-11101100010 loophole-closing 5
-11101100010 labor-related 5
-11101100010 energy-policy 5
-11101100010 noise-abatement 6
-11101100010 sick-building 6
-11101100010 takeover-defense 6
-11101100010 Indiana-type 6
-11101100010 branch-banking 6
-11101100010 worker-safety 6
-11101100010 anti-manipulation 6
-11101100010 prudential 6
-11101100010 bright-line 6
-11101100010 pajama 6
-11101100010 water-quality 6
-11101100010 antidumping 6
-11101100010 loan-repayment 6
-11101100010 cultural-exchange 6
-11101100010 market-access 6
-11101100010 import-licensing 6
-11101100010 religious-right 6
-11101100010 exchange-market 6
-11101100010 capital-punishment 6
-11101100010 fiscal-policy 6
-11101100010 special-operations 6
-11101100010 capital-structure 6
-11101100010 curatorial 6
-11101100010 ice-skating 6
-11101100010 social-issue 6
-11101100010 antifraud 6
-11101100010 social-spending 6
-11101100010 endangered-species 7
-11101100010 energy-security 7
-11101100010 net-capital 7
-11101100010 trade-law 7
-11101100010 industrial-relations 7
-11101100010 criminal-contempt 7
-11101100010 insurance-reform 7
-11101100010 nude-dancing 7
-11101100010 wash-sale 7
-11101100010 defense-contract 7
-11101100010 central-planning 7
-11101100010 incumbent-protection 7
-11101100010 in-plant 7
-11101100010 market-closing 7
-11101100010 pro-labor 7
-11101100010 countervailing-duty 7
-11101100010 employer-sanctions 7
-11101100010 smoke-density 7
-11101100010 financial-reporting 7
-11101100010 rail-safety 7
-11101100010 information-gathering 8
-11101100010 pay-equity 8
-11101100010 employee-relations 8
-11101100010 antitrust-law 8
-11101100010 debt-management 8
-11101100010 water-pollution 8
-11101100010 blue-sky 8
-11101100010 baleful 8
-11101100010 environmental-protection 8
-11101100010 credit-policy 8
-11101100010 tax-raising 8
-11101100010 catastrophic-health-care 9
-11101100010 worker-compensation 9
-11101100010 equal-employment 9
-11101100010 fuel-tank 9
-11101100010 child-labor 9
-11101100010 more-radical 9
-11101100010 stock-fraud 9
-11101100010 covert-action 9
-11101100010 inter-agency 9
-11101100010 bank-board 9
-11101100010 energy-conservation 10
-11101100010 growth-control 10
-11101100010 safety-board 10
-11101100010 election-law 10
-11101100010 consumer-service 10
-11101100010 job-protection 10
-11101100010 algebraic 10
-11101100010 tax-bill 10
-11101100010 export-promotion 10
-11101100010 fair-employment 11
-11101100010 buy-American 11
-11101100010 arms-export 11
-11101100010 product-safety 11
-11101100010 intramarginal 11
-11101100010 equal-opportunity 11
-11101100010 rear-guard 11
-11101100010 food-safety 11
-11101100010 EC-wide 11
-11101100010 taste-test 12
-11101100010 bank-borrowing 12
-11101100010 investor-protection 12
-11101100010 autoimmune 12
-11101100010 unemployment-insurance 12
-11101100010 debtholder 12
-11101100010 abortion-rights 12
-11101100010 anti-bias 12
-11101100010 right-to-work 12
-11101100010 S-corporation 12
-11101100010 dispute-settlement 13
-11101100010 anti-greenmail 13
-11101100010 binational 13
-11101100010 anti-trust 13
-11101100010 evidentiary 13
-11101100010 mine-safety 13
-11101100010 moral-rights 13
-11101100010 spending-cut 13
-11101100010 work-practice 14
-11101100010 more-flexible 14
-11101100010 bond-and-lien 14
-11101100010 tort-reform 14
-11101100010 anti-boycott 14
-11101100010 short-sale 14
-11101100010 anti-bribery 14
-11101100010 up-or-down 14
-11101100010 tied-house 15
-11101100010 fair-trade 15
-11101100010 gas-mileage 15
-11101100010 bank-secrecy 15
-11101100010 ecclesiastical 16
-11101100010 side-impact 16
-11101100010 export-licensing 16
-11101100010 tax-code 17
-11101100010 state-of-emergency 17
-11101100010 off-the-cuff 17
-11101100010 inside-trading 17
-11101100010 oil-spill 17
-11101100010 anti-pornography 17
-11101100010 anti-crime 18
-11101100010 event-risk 18
-11101100010 voter-registration 18
-11101100010 fuel-efficiency 18
-11101100010 debt-repayment 18
-11101100010 investigatory 19
-11101100010 financial-disclosure 19
-11101100010 foreign-affairs 20
-11101100010 gun-control 20
-11101100010 civil-liberties 20
-11101100010 job-safety 20
-11101100010 currency-market 21
-11101100010 insurance-industry 21
-11101100010 auto-safety 22
-11101100010 back-to-work 22
-11101100010 anti-pollution 22
-11101100010 fair-housing 23
-11101100010 air-quality 23
-11101100010 environmental-impact 24
-11101100010 rent-control 24
-11101100010 revenue-losing 24
-11101100010 tax-cutting 24
-11101100010 mail-fraud 25
-11101100010 market-opening 26
-11101100010 drug-fighting 26
-11101100010 intergovernmental 26
-11101100010 anti-terrorist 26
-11101100010 gay-rights 27
-11101100010 anti-taping 28
-11101100010 animal-rights 28
-11101100010 anti-racketeering 28
-11101100010 anti-poverty 28
-11101100010 must-carry 30
-11101100010 air-safety 30
-11101100010 peer-review 31
-11101100010 antitakeover 32
-11101100010 no-smoking 32
-11101100010 drug-approval 34
-11101100010 parental-leave 34
-11101100010 new-drug 35
-11101100010 unfair-trade 35
-11101100010 rate-of-return 35
-11101100010 civil-service 36
-11101100010 cost-control 38
-11101100010 anti-terrorism 38
-11101100010 employee-benefits 40
-11101100010 seat-belt 42
-11101100010 foreign-investment 42
-11101100010 penal 44
-11101100010 Contra-aid 44
-11101100010 death-penalty 46
-11101100010 thrift-industry 47
-11101100010 campaign-finance 47
-11101100010 unwritten 47
-11101100010 consumer-protection 49
-11101100010 air-pollution 50
-11101100010 deregulatory 55
-11101100010 capital-adequacy 55
-11101100010 fuel-economy 56
-11101100010 land-use 57
-11101100010 cost-saving 60
-11101100010 public-service 60
-11101100010 cost-containment 63
-11101100010 estate-tax 66
-11101100010 tender-offer 73
-11101100010 political-action 73
-11101100010 anti-fraud 73
-11101100010 job-security 75
-11101100010 rule-making 77
-11101100010 acid-rain 78
-11101100010 pre-trial 82
-11101100010 affirmative-action 82
-11101100010 anti-discrimination 84
-11101100010 revenue-raising 87
-11101100010 public-interest 96
-11101100010 interagency 97
-11101100010 pretrial 102
-11101100010 executive-branch 107
-11101100010 conflict-of-interest 110
-11101100010 export-control 113
-11101100010 remedial 114
-11101100010 anti-nuclear 118
-11101100010 corrective 125
-11101100010 anti-abortion 130
-11101100010 anti-smoking 133
-11101100010 retaliatory 144
-11101100010 self-regulatory 154
-11101100010 tort 193
-11101100010 anti-dumping 199
-11101100010 special-interest 200
-11101100010 central-bank 203
-11101100010 affirmative 225
-11101100010 anti-apartheid 232
-11101100010 tax-law 251
-11101100010 disciplinary 274
-11101100010 oral 282
-11101100010 investigative 297
-11101100010 anti-drug 303
-11101100010 governmental 330
-11101100010 human-rights 340
-11101100010 electoral 410
-11101100010 civil-rights 434
-11101100010 arms-control 569
-11101100010 judicial 761
-11101100010 anti-takeover 1026
-11101100010 legislative 1307
-11101100010 administrative 1535
-11101100010 environmental 1705
-11101100010 antitrust 2039
-11101100010 regulatory 3780
-11101100010 congressional 4251
-11101100011 no-regulation 1
-11101100011 cold-headed 1
-11101100011 4.5-million-barrel 1
-11101100011 tough-it-out 1
-11101100011 un-iced 1
-11101100011 4.30-cent 1
-11101100011 lead-poisoning 1
-11101100011 honest-government 1
-11101100011 odometer-fraud 1
-11101100011 220-foot 1
-11101100011 28.38-point 1
-11101100011 4,000-job 1
-11101100011 retail-securities 1
-11101100011 sixteenfold 1
-11101100011 big-is-beautiful 1
-11101100011 40.02-point 1
-11101100011 40.2-point 1
-11101100011 Torcaso 1
-11101100011 security-system 1
-11101100011 retardataire 1
-11101100011 metal-and-glass 1
-11101100011 Perot-related 1
-11101100011 156-point 1
-11101100011 palm-tree-shaded 1
-11101100011 3836.48-point 1
-11101100011 insurance-fraud 1
-11101100011 zero-probability 1
-11101100011 twonight 1
-11101100011 156.83-point 1
-11101100011 240-point 1
-11101100011 sharepurchase 1
-11101100011 Air-Safety 1
-11101100011 wound-down 1
-11101100011 jobless-insurance 1
-11101100011 scoff-law 1
-11101100011 108.36-point 1
-11101100011 235-point 1
-11101100011 186.84-point 1
-11101100011 35-mile-an-hour 1
-11101100011 SwingsCause 1
-11101100011 39-point 1
-11101100011 confidence-shaking 1
-11101100011 Solow-type 1
-11101100011 conscientious-objector 1
-11101100011 95-point 1
-11101100011 well-greased 1
-11101100011 all-hard 1
-11101100011 product-license 1
-11101100011 consumer-be-damned 1
-11101100011 unfair-labor-practices 1
-11101100011 windowpane-check 1
-11101100011 fourteenfold 1
-11101100011 2,954 1
-11101100011 sixth-longest 1
-11101100011 63-month 1
-11101100011 tainted-Tylenol 1
-11101100011 commiserative 1
-11101100011 car-defect 1
-11101100011 precipitious 1
-11101100011 specificed 1
-11101100011 100,000-person 1
-11101100011 co-ed 1
-11101100011 near-term-supply 1
-11101100011 disability-leave 1
-11101100011 plague-on-both-your-houses 1
-11101100011 onepoint 1
-11101100011 Messersmith-McNally 1
-11101100011 45.91-point 1
-11101100011 worker-liability 1
-11101100011 false-arrest 1
-11101100011 dollar-led 1
-11101100011 physician-assisted 1
-11101100011 trash-choked 1
-11101100011 25.35-point 1
-11101100011 anti-copycode 1
-11101100011 three-handkerchief 1
-11101100011 831.32-point 1
-11101100011 unliquidated 1
-11101100011 auto-pool 1
-11101100011 44-month 1
-11101100011 anti-treaty-shopping 1
-11101100011 failure-to-file 1
-11101100011 12,065 1
-11101100011 labor-arbitration 1
-11101100011 PennzoilTexaco 1
-11101100011 antiques-company 1
-11101100011 train-crash 1
-11101100011 35-mile-per-hour 1
-11101100011 30-mile-per-hour 1
-11101100011 904.42-point 1
-11101100011 160-foot-deep 1
-11101100011 breach-of-agreement 1
-11101100011 38,808 1
-11101100011 46.1-point 1
-11101100011 private-development 1
-11101100011 Sumner-area 1
-11101100011 much-tarnished 1
-11101100011 indirect-purchaser 1
-11101100011 fullscale 1
-11101100011 Rand-created 1
-11101100011 gray-silk 1
-11101100011 ghosted 1
-11101100011 government-media 1
-11101100011 insurance-contract 1
-11101100011 mega-sporting 1
-11101100011 gang-rape 1
-11101100011 priest-penitent 1
-11101100011 rumor-related 1
-11101100011 10,000-person 1
-11101100011 legal-type 1
-11101100011 half-pfennig 1
-11101100011 34-count 1
-11101100011 96-point 1
-11101100011 grandslam 1
-11101100011 42.50-point 1
-11101100011 lifesized 1
-11101100011 258-pound 1
-11101100011 ball-control 1
-11101100011 much-watched 1
-11101100011 jobless-rate 1
-11101100011 mandatory-purchase 1
-11101100011 huckstering 1
-11101100011 218-page 1
-11101100011 431.69-point 1
-11101100011 0.2-point 1
-11101100011 gator-related 1
-11101100011 graven 1
-11101100011 17.07-point 1
-11101100011 most-touted 1
-11101100011 shareholder-derivative 1
-11101100011 14-percentage-point 1
-11101100011 78,000-man 1
-11101100011 Soeharno 1
-11101100011 peck-and-hunt 1
-11101100011 38.59-point 1
-11101100011 twinhull 1
-11101100011 gas-chambers 1
-11101100011 one-for-three 1
-11101100011 10.77-point 1
-11101100011 Miles-Cutter 1
-11101100011 pro-sterilization 1
-11101100011 tanker-shipping 1
-11101100011 1-for-12 1
-11101100011 159-point 1
-11101100011 hot-springs 1
-11101100011 deep-blue 1
-11101100011 95.46-point 1
-11101100011 79-count 1
-11101100011 5,000-job 1
-11101100011 132,000-job 1
-11101100011 franked-mail 1
-11101100011 once-in-forever 1
-11101100011 windiest 1
-11101100011 1-for-9 1
-11101100011 keener-than-usual 1
-11101100011 Korematsu 1
-11101100011 one-out 1
-11101100011 interest-based 1
-11101100011 5.1-million-share 1
-11101100011 cell-restructuring 1
-11101100011 corporate-credit 1
-11101100011 red-ink-drenched 1
-11101100011 lowercourt 1
-11101100011 rate-rollback 1
-11101100011 unlawful-detainer 1
-11101100011 47-point 1
-11101100011 growth-driven 1
-11101100011 31-count 1
-11101100011 internal-controls 1
-11101100011 stripy 1
-11101100011 property-by-property 1
-11101100011 4.51-point 1
-11101100011 wrongful-dismissal 1
-11101100011 Superfund-related 1
-11101100011 13,000-vote 1
-11101100011 presciption-drug 1
-11101100011 first-step 1
-11101100011 Tiriac-negotiated 1
-11101100011 31.5-point 1
-11101100011 payroll-fraud 1
-11101100011 R-infringement 1
-11101100011 name-infringement 1
-11101100011 oftsounded 1
-11101100011 proto-fascist 1
-11101100011 much-too-small 1
-11101100011 industrial-espionage 1
-11101100011 470-count 1
-11101100011 paper-trail 1
-11101100011 137-count 1
-11101100011 anti-haute 1
-11101100011 police-torture 1
-11101100011 rosette-covered 1
-11101100011 buyer-be-damned 1
-11101100011 lime-like 1
-11101100011 finanial 1
-11101100011 fire-warning 1
-11101100011 bus-hijacking 1
-11101100011 scimitar-carrying 1
-11101100011 unfair-competition 1
-11101100011 wild-goose 1
-11101100011 pro-Merkle 1
-11101100011 unbreached 1
-11101100011 Reagan-Shultz 1
-11101100011 butcher-shop 1
-11101100011 corruption-related 1
-11101100011 pin-stripped 1
-11101100011 anti-civil 1
-11101100011 10.97-point 1
-11101100011 trouble-filled 1
-11101100011 dioxin-exposure 1
-11101100011 Philippine-government 1
-11101100011 2,000-job 1
-11101100011 story-theater 1
-11101100011 51-point 1
-11101100011 jobsafety 1
-11101100011 dermatic 1
-11101100011 secured-lease 1
-11101100011 78-count 1
-11101100011 2.86-point 1
-11101100011 45,400-kilowatt 1
-11101100011 ring-shaped 1
-11101100011 18.70-point 1
-11101100011 more-focused 1
-11101100011 nut-brown 1
-11101100011 derivative-action 1
-11101100011 triple-damage 1
-11101100011 purse-snatching 1
-11101100011 telephone-installation 1
-11101100011 deactivates 1
-11101100011 1,004-count 1
-11101100011 gray-area 1
-11101100011 baseball-bat 1
-11101100011 reserves-for 1
-11101100011 57-count 1
-11101100011 2.53-point 1
-11101100011 patent-extension 1
-11101100011 property-insurance 1
-11101100011 156-count 1
-11101100011 38-page 1
-11101100011 9,000-acre 1
-11101100011 CBS-Westmoreland 1
-11101100011 two-degree 1
-11101100011 109-page 1
-11101100011 book-income 1
-11101100011 34,000-job 1
-11101100011 189,000-job 1
-11101100011 Crocker-Midland 1
-11101100011 45.60-point 1
-11101100011 tariff-limitation 1
-11101100011 state-conducted 1
-11101100011 arbitrage-program 1
-11101100011 10-straight-points 1
-11101100011 1977-1980 1
-11101100011 1,000-job 1
-11101100011 15,000-job 1
-11101100011 32,000-job 1
-11101100011 57.39-point 1
-11101100011 past-performance 1
-11101100011 24-count 1
-11101100011 Citicorp-related 1
-11101100011 soft-on-the-Soviets 1
-11101100011 federal-law 1
-11101100011 pie-throwing 1
-11101100011 15-for-1 1
-11101100011 liverlike 1
-11101100011 always-escalating 1
-11101100011 21,073 1
-11101100011 reverse-bias 1
-11101100011 so-far-unpublicized 1
-11101100011 central-border 1
-11101100011 news-operations 1
-11101100011 treble-damage 1
-11101100011 2.61-point 1
-11101100011 38-count 1
-11101100011 environmentalist-pacifist 1
-11101100011 49-count 1
-11101100011 48.6-point 1
-11101100011 42.47-point 1
-11101100011 super-energetic 1
-11101100011 390-point 1
-11101100011 51.98-point 1
-11101100011 labor-practice 1
-11101100011 37-count 1
-11101100011 lesser-than-expected 1
-11101100011 alienable 1
-11101100011 merger-contract 1
-11101100011 four-in-the-morning 1
-11101100011 late-minute 1
-11101100011 attempted-murder 1
-11101100011 drug-conspiracy 1
-11101100011 deficit-widening 1
-11101100011 non-bankruptcy-court 1
-11101100011 Duster 1
-11101100011 post-ballot 1
-11101100011 33-month-old 1
-11101100011 33-seat 1
-11101100011 steam-valve 1
-11101100011 3.8-million-barrel 1
-11101100011 electrical-contract 1
-11101100011 sixteen-count 1
-11101100011 nonsparkling 1
-11101100011 2.8-million-barrel 1
-11101100011 toxic-injury 1
-11101100011 long-feared 1
-11101100011 211-point 1
-11101100011 71.7-point 1
-11101100011 religious-liberties 1
-11101100011 highcourt 1
-11101100011 gold-reserve 1
-11101100011 subtantial 1
-11101100011 pension-surplus 1
-11101100011 BP-Britoil 1
-11101100011 herpeslike 1
-11101100011 start-of-the-year 1
-11101100011 sashimithin 1
-11101100011 162-day 1
-11101100011 quota-premium 1
-11101100011 preferred-status 1
-11101100011 16.29-point 1
-11101100011 semi-isolated 1
-11101100011 236-page 1
-11101100011 light-textured 1
-11101100011 campaign-payments 1
-11101100011 yellow-checked 1
-11101100011 64.42-point 1
-11101100011 equity-skimming 1
-11101100011 non-piscatorial 1
-11101100011 worker-death 1
-11101100011 less-than-cooperative 1
-11101100011 unjust-enrichment 1
-11101100011 sailor-style 1
-11101100011 sharp-eared 1
-11101100011 36.39-point 1
-11101100011 mini-bidding 1
-11101100011 cyclotron 1
-11101100011 pinging 1
-11101100011 results-based 1
-11101100011 software-copying 1
-11101100011 airline-consumer 1
-11101100011 5-foot-1 1
-11101100011 price-induced 1
-11101100011 hang-tough 1
-11101100011 9,000-job 1
-11101100011 fur-trimmed 1
-11101100011 13.7-mark 1
-11101100011 too-frequent 1
-11101100011 190-billion-barrel 1
-11101100011 rate-request 1
-11101100011 6.50-dollar 1
-11101100011 false-claim 1
-11101100011 159,000-job 1
-11101100011 25,000-acre 1
-11101100011 black-lace 1
-11101100011 2.84-cents 1
-11101100011 veterinarian-backed 1
-11101100011 housing-oriented 1
-11101100011 peak-to-trough 1
-11101100011 seventh-straight 1
-11101100011 missile-definition 1
-11101100011 utility-cost 1
-11101100011 performance-standard 1
-11101100011 29-point 1
-11101100011 36-point 1
-11101100011 Batman-related 1
-11101100011 22-cent-a-pound 1
-11101100011 phys 1
-11101100011 too-steep 1
-11101100011 3,398,947 1
-11101100011 portage 1
-11101100011 vested-pension 1
-11101100011 maximium 1
-11101100011 NHSTA 1
-11101100011 anti-draft 1
-11101100011 0.5-percentage-point 1
-11101100011 Soering 1
-11101100011 17-count 1
-11101100011 bribery-scandal 1
-11101100011 more-violent 1
-11101100011 1.5-percentage-point 1
-11101100011 much-aggrieved 1
-11101100011 quasicollective 1
-11101100011 12-count 1
-11101100011 Rios-embryos 1
-11101100011 conversion-to-stock 1
-11101100011 5-point 1
-11101100011 more-thorough 1
-11101100011 rain-induced 1
-11101100011 capsule-tampering 1
-11101100011 13.9-point 1
-11101100011 corporate-antitrust 1
-11101100011 275-fold 1
-11101100011 56-point 1
-11101100011 trophy-size 1
-11101100011 borrower-rights 1
-11101100011 nose-thumbing 1
-11101100011 anti-austerity 1
-11101100011 Bakke-type 1
-11101100011 difficult-to-prove 1
-11101100011 pleay-hippie 1
-11101100011 magazine-group 1
-11101100011 NEJM 1
-11101100011 Isuzu-sized 1
-11101100011 20.23-point 1
-11101100011 511.46-yen 1
-11101100011 14-session 1
-11101100011 stress-inducing 1
-11101100011 Pan-Slavic 1
-11101100011 shop-till-you 1
-11101100011 56,000-vehicle 1
-11101100011 9-mark 1
-11101100011 Vietnam-type 1
-11101100011 audit-malpractice 1
-11101100011 70-cent-a-barrel 1
-11101100011 liquor-fee 1
-11101100011 24.70-point 1
-11101100011 wine-related 1
-11101100011 local-access 1
-11101100011 sideway 1
-11101100011 non-North-American 1
-11101100011 2.4-percentage-point 1
-11101100011 crosscultural 1
-11101100011 19-day-old 1
-11101100011 breach-of-fiduciary-duty 1
-11101100011 company-friendly 1
-11101100011 nine-count 1
-11101100011 Sverdlosk 1
-11101100011 mustard-based 1
-11101100011 account-related 1
-11101100011 39-page 1
-11101100011 55,000-job 1
-11101100011 enhanced-risk 1
-11101100011 crime-influence 1
-11101100011 stem-to-stern 1
-11101100011 Motorola-Intel 1
-11101100011 color-safe 1
-11101100011 791-point 1
-11101100011 off-the-rack 1
-11101100011 93-page 1
-11101100011 self-promoted 1
-11101100011 1992-driven 1
-11101100011 0.26-point 1
-11101100011 90-mile-an-hour 1
-11101100011 F-111C 1
-11101100011 Warholesque 1
-11101100011 recession-year 1
-11101100011 bank-fund 1
-11101100011 ground-war 1
-11101100011 73-count 1
-11101100011 product-liabilty 1
-11101100011 cancer-liability 1
-11101100011 6.28-pound 1
-11101100011 insurance-certificate 1
-11101100011 patent-suit 1
-11101100011 bean-producing 1
-11101100011 8.5-million-barrel 1
-11101100011 50-cent-a-bushel 1
-11101100011 oil-dispute 1
-11101100011 Taiwan-style 1
-11101100011 3-for-7 1
-11101100011 profit-eating 1
-11101100011 380,000-job 1
-11101100011 17,000-job 1
-11101100011 deaththreat 1
-11101100011 share-earnings 1
-11101100011 recorded-tapes 1
-11101100011 tax-cheating 1
-11101100011 bank-authority 1
-11101100011 1,440-acre 1
-11101100011 life-bettering 1
-11101100011 warranty-service 1
-11101100011 20.27-point 1
-11101100011 206-count 1
-11101100011 Chanel-style 1
-11101100011 Boston-made 1
-11101100011 inflation-flattening 1
-11101100011 ghost-like 1
-11101100011 Italian-cut 1
-11101100011 17.40-point 1
-11101100011 4.5-point 1
-11101100011 Christian-Moslem 1
-11101100011 pro-Bosch 1
-11101100011 26-cent 1
-11101100011 coffin-sized 1
-11101100011 five-grade 1
-11101100011 46.40-point 1
-11101100011 four-graduation 1
-11101100011 pro-Mandela 1
-11101100011 ABSCAM 1
-11101100011 state-conferred 1
-11101100011 11.56-point 1
-11101100011 nastier-than-necessary 1
-11101100011 quarter-earnings 1
-11101100011 copyrght 1
-11101100011 trade-allocating 1
-11101100011 up-the-ranks 1
-11101100011 long-forecast 1
-11101100011 contract-surrender 1
-11101100011 anti-Shah 1
-11101100011 secondhalf 1
-11101100011 seersucker 1
-11101100011 excess-baggage 1
-11101100011 fireable 1
-11101100011 script-writers 1
-11101100011 long-term-fund 1
-11101100011 37.5-cent 1
-11101100011 3.49-point 1
-11101100011 513.09-point 1
-11101100011 4.2-point 1
-11101100011 high-season 1
-11101100011 0.25-point 1
-11101100011 four-basis-point 1
-11101100011 gimlet 1
-11101100011 high-plains 1
-11101100011 well-telegraphed 1
-11101100011 369,209-share 1
-11101100011 614,000-square-foot 1
-11101100011 interest-capitalization 1
-11101100011 wrongful-firing 1
-11101100011 Dodd-type 1
-11101100011 stomach-wrenching 1
-11101100011 union-bribery 1
-11101100011 tax-understatement 1
-11101100011 junk-holder 1
-11101100011 439-count 1
-11101100011 federal-grand-jury 1
-11101100011 40-count 1
-11101100011 67-page 1
-11101100011 credit-discrimination 1
-11101100011 not-very-interesting 1
-11101100011 market-wide 1
-11101100011 stroboscopic 1
-11101100011 insider-trading-related 1
-11101100011 rumor-led 1
-11101100011 94.06-point 1
-11101100011 14,470 1
-11101100011 44.99-point 1
-11101100011 six-pfennig 1
-11101100011 tobaccoliability 1
-11101100011 54-count 1
-11101100011 perhaps-temporary 1
-11101100011 5.34-point 1
-11101100011 four-justice 1
-11101100011 navigators 1
-11101100011 jobs-discrimination 1
-11101100011 tax-refund 1
-11101100011 27-page 1
-11101100011 Pentagon-fraud 1
-11101100011 crash-like 1
-11101100011 civil-racketeering 1
-11101100011 29.8-point 1
-11101100011 third-sharpest 1
-11101100011 gimme-a-handout 1
-11101100011 130-foot-tall 1
-11101100011 grain-soybean 1
-11101100011 tobacco/cancer 1
-11101100011 once-in-a-century 1
-11101100011 RICO-expanding 1
-11101100011 Cipolone 1
-11101100011 jail-like 1
-11101100011 note-acquisition 1
-11101100011 cocaine-trafficking 1
-11101100011 Oswald-Ruby 1
-11101100011 philological 1
-11101100011 anti-touting 1
-11101100011 20.09-point 1
-11101100011 five-pfennig 1
-11101100011 negligent-homicide 1
-11101100011 hard-platic 1
-11101100011 2.8-percentage-point 1
-11101100011 newsrack 1
-11101100011 57.20-point 1
-11101100011 28.45-point 1
-11101100011 21.7-point 1
-11101100011 3.82-point 1
-11101100011 240,000-job 1
-11101100011 DWI 1
-11101100011 192,000-job 1
-11101100011 asbestos-products 1
-11101100011 insurance-tax 1
-11101100011 casino-sponsored 1
-11101100011 big-spender 1
-11101100011 4.5-mark 1
-11101100011 1.22-point 1
-11101100011 7-to-4 1
-11101100011 physician-malpractice 1
-11101100011 Wang-Lee 1
-11101100011 hospital-stay 1
-11101100011 43-count 1
-11101100011 intervention-aided 1
-11101100011 73-song 1
-11101100011 86.61-point 2
-11101100011 bad-check 2
-11101100011 162-page 2
-11101100011 paratroop 2
-11101100011 SEC-obstruction 2
-11101100011 145-count 2
-11101100011 61.87-point 2
-11101100011 Utrillo 2
-11101100011 360-point 2
-11101100011 recession-related 2
-11101100011 loan-fraud 2
-11101100011 deep-drilling 2
-11101100011 27-count 2
-11101100011 Rifkinesque 2
-11101100011 rear-end 2
-11101100011 354,000-job 2
-11101100011 24.34-point 2
-11101100011 zoot 2
-11101100011 32-cent 2
-11101100011 78-page 2
-11101100011 cigarette-liability 2
-11101100011 205-day 2
-11101100011 small-animal 2
-11101100011 0.90-point 2
-11101100011 glasnostian 2
-11101100011 global-market 2
-11101100011 fetal-alcohol 2
-11101100011 market-sector 2
-11101100011 campaign-contributions 2
-11101100011 90-cent-an-hour 2
-11101100011 invasion-of-privacy 2
-11101100011 floor-joint 2
-11101100011 junglelike 2
-11101100011 early-winter 2
-11101100011 rocket-powered 2
-11101100011 lost-bag 2
-11101100011 shoulder-high 2
-11101100011 military-contractor 2
-11101100011 room-and-board 2
-11101100011 charcoal-gray 2
-11101100011 WPPSS-related 2
-11101100011 flood-insurance 2
-11101100011 rental-rate 2
-11101100011 157-point 2
-11101100011 800-room 2
-11101100011 currency-fraud 2
-11101100011 AER 2
-11101100011 share-manipulation 2
-11101100011 employer-sanction 2
-11101100011 false-advertising 2
-11101100011 hyperbaric 2
-11101100011 government-induced 2
-11101100011 0.7-point 2
-11101100011 reverse-discrimination 2
-11101100011 windfall-tax 2
-11101100011 banking-fraud 2
-11101100011 death-threat 2
-11101100011 multi-colored 2
-11101100011 28.27-point 2
-11101100011 higher-pressure 2
-11101100011 second-sharpest 2
-11101100011 42-count 2
-11101100011 silver-conspiracy 2
-11101100011 one-basis-point 2
-11101100011 computer-crime 2
-11101100011 two-basis-point 2
-11101100011 35-count 2
-11101100011 70-count 2
-11101100011 hard-to-believe 2
-11101100011 car-pricing 2
-11101100011 13-instrument 2
-11101100011 41-point 2
-11101100011 non-returnable 2
-11101100011 19-count 2
-11101100011 47.66-point 2
-11101100011 first-priority 2
-11101100011 probate-court 2
-11101100011 late-hour 2
-11101100011 Syrian-led 2
-11101100011 Worcestershire 2
-11101100011 asbestos-exposure 2
-11101100011 late-campaign 2
-11101100011 anti-raider 2
-11101100011 tax-protester 2
-11101100011 color-field 2
-11101100011 0.1-point 2
-11101100011 farm-economy 2
-11101100011 60-point 2
-11101100011 least-profitable 2
-11101100011 Vetak 2
-11101100011 health-damage 2
-11101100011 case-study 2
-11101100011 hang-'em-high 2
-11101100011 70-point 2
-11101100011 spermicidal 2
-11101100011 palimony 2
-11101100011 450-point 2
-11101100011 656,000-barrel 2
-11101100011 72.44-point 2
-11101100011 farm-related 2
-11101100011 institutional-fund 2
-11101100011 24,000-job 2
-11101100011 divorce-fixing 2
-11101100011 doubling-every-day 2
-11101100011 mass-tort 2
-11101100011 101.46-point 2
-11101100011 24-can 2
-11101100011 mass-disaster 2
-11101100011 land-claims 2
-11101100011 Syrian-brokered 2
-11101100011 odometer-tampering 2
-11101100011 continued-coverage 2
-11101100011 three-second 2
-11101100011 recordbreaking 2
-11101100011 bribery-conspiracy 2
-11101100011 14-cent 2
-11101100011 unsucessful 2
-11101100011 mental-disability 2
-11101100011 market-induced 2
-11101100011 well-paced 3
-11101100011 consent-decree 3
-11101100011 wrongful-termination 3
-11101100011 69.89-point 3
-11101100011 35-point 3
-11101100011 justiciable 3
-11101100011 28-point 3
-11101100011 hurricane-related 3
-11101100011 two-count 3
-11101100011 junk-market 3
-11101100011 13-count 3
-11101100011 first-month 3
-11101100011 rubber-hose 3
-11101100011 1,000-point 3
-11101100011 last-hour 3
-11101100011 anti-election 3
-11101100011 lameduck 3
-11101100011 asbestos-injury 3
-11101100011 cocaine-distribution 3
-11101100011 First-Amendment 3
-11101100011 fuel-price 3
-11101100011 40.97-point 3
-11101100011 center-ring 3
-11101100011 post-1929 3
-11101100011 war-crime 3
-11101100011 Ferguson-Ladd 3
-11101100011 88-count 3
-11101100011 Democratic-sponsored 3
-11101100011 keyless 3
-11101100011 30-mph 3
-11101100011 91-point 3
-11101100011 91.55-point 3
-11101100011 failure-to-supervise 3
-11101100011 racial-discrimination 3
-11101100011 108.35-point 3
-11101100011 drought-caused 3
-11101100011 British-style 3
-11101100011 15-count 3
-11101100011 smoking-liability 3
-11101100011 66.47-point 3
-11101100011 one-pfennig 3
-11101100011 copper-price 3
-11101100011 recession-induced 3
-11101100011 sharkskin 3
-11101100011 civil-fraud 3
-11101100011 early-summer 3
-11101100011 irredentist 3
-11101100011 toxic-tort 3
-11101100011 14-count 3
-11101100011 vertical-restraints 3
-11101100011 Jaycee 3
-11101100011 4-point 3
-11101100011 grain-price 3
-11101100011 public-accommodations 3
-11101100011 million-mile 3
-11101100011 52-point 3
-11101100011 Boesky-related 3
-11101100011 11-count 3
-11101100011 pulpy 3
-11101100011 retail-level 3
-11101100011 22-count 3
-11101100011 58-count 3
-11101100011 four-session 4
-11101100011 Jebel 4
-11101100011 liveried 4
-11101100011 now-settled 4
-11101100011 two-run 4
-11101100011 skin-cancer 4
-11101100011 23-count 4
-11101100011 takeover-driven 4
-11101100011 trade-practices 4
-11101100011 unfair-labor-practice 4
-11101100011 Freeman-Wigton-Tabor 4
-11101100011 copyright-infringement 4
-11101100011 loss-reserve 4
-11101100011 18-count 4
-11101100011 pro-ration 4
-11101100011 civil-investigative 4
-11101100011 tax-base 4
-11101100011 mortgage-fraud 4
-11101100011 insidertrading 4
-11101100011 race-related 4
-11101100011 cocaine-smuggling 4
-11101100011 public-corruption 4
-11101100011 loan-sharking 4
-11101100011 labor-racketeering 4
-11101100011 43-point 4
-11101100011 25-count 4
-11101100011 101-page 4
-11101100011 bond-price 5
-11101100011 employment-discrimination 5
-11101100011 one-percentage-point 5
-11101100011 age-bias 5
-11101100011 bet-the-company 5
-11101100011 single-session 5
-11101100011 crop-threatening 5
-11101100011 post-feminist 5
-11101100011 wage-floor 5
-11101100011 three-count 5
-11101100011 trade-secret 5
-11101100011 market-manipulation 5
-11101100011 chem 5
-11101100011 140.58-point 5
-11101100011 108-point 5
-11101100011 drenching 5
-11101100011 child-molestation 5
-11101100011 legal-malpractice 5
-11101100011 1930s-style 5
-11101100011 post- 5
-11101100011 two-front 6
-11101100011 Scopes 6
-11101100011 big-stock 6
-11101100011 52-count 6
-11101100011 10-count 6
-11101100011 gold-price 7
-11101100011 40-point 7
-11101100011 prosecutable 7
-11101100011 fire-related 7
-11101100011 classaction 7
-11101100011 false-claims 7
-11101100011 gun-smuggling 7
-11101100011 energy-price 7
-11101100011 15-month-old 7
-11101100011 one-half-point 7
-11101100011 heavier-than-expected 7
-11101100011 plane-by-plane 7
-11101100011 seven-count 7
-11101100011 tax-revenue 7
-11101100011 pinstriped 7
-11101100011 dioxin-related 7
-11101100011 contempt-of-court 7
-11101100011 bribery-related 7
-11101100011 trade-secrets 7
-11101100011 23-month 7
-11101100011 crude-price 7
-11101100011 sharper-than-expected 7
-11101100011 book-club 8
-11101100011 five-count 8
-11101100011 four-count 8
-11101100011 drought-driven 8
-11101100011 bounced-check 8
-11101100011 lawyer-client 8
-11101100011 drought-induced 8
-11101100011 seat-price 8
-11101100011 back-pay 8
-11101100011 pinstripe 8
-11101100011 101-point 8
-11101100011 full-point 8
-11101100011 six-count 8
-11101100011 obstruction-of-justice 9
-11101100011 60-cent 9
-11101100011 single-year 9
-11101100011 Kongsberg-Toshiba 9
-11101100011 double-breasted 9
-11101100011 counterespionage 9
-11101100011 pin-stripe 9
-11101100011 tobacco-liability 9
-11101100011 98-count 9
-11101100011 184-page 9
-11101100011 anti-Chinese 9
-11101100011 two-percentage-point 9
-11101100011 stock-appreciation 10
-11101100011 drunk-driving 10
-11101100011 fraud-related 10
-11101100011 140-point 10
-11101100011 three-run 10
-11101100011 lender-liability 11
-11101100011 30-point 11
-11101100011 late-day 11
-11101100011 contract-steering 12
-11101100011 student-led 12
-11101100011 wrongful-death 12
-11101100011 silver-market 12
-11101100011 special-prosecutor 12
-11101100011 two-point 13
-11101100011 Koreagate 13
-11101100011 car-sales 13
-11101100011 trumped-up 14
-11101100011 stock-manipulation 14
-11101100011 Pennzoil-Texaco 14
-11101100011 declaratory 14
-11101100011 mortgage-rate 14
-11101100011 job-discrimination 14
-11101100011 pro-independence 15
-11101100011 bull-market 15
-11101100011 508.00-point 15
-11101100011 midlife 16
-11101100011 drug-smuggling 17
-11101100011 wrongful-discharge 17
-11101100011 defense-procurement 18
-11101100011 cancerphobia 18
-11101100011 commodity-price 18
-11101100011 sex-discrimination 19
-11101100011 post-trial 19
-11101100011 one-point 20
-11101100011 one-cent 20
-11101100011 500-point 21
-11101100011 three-piece 21
-11101100011 share-trading 22
-11101100011 torrential 22
-11101100011 age-discrimination 23
-11101100011 pin-striped 24
-11101100011 subscriber-line 25
-11101100011 child-abuse 25
-11101100011 concurring 27
-11101100011 wire-fraud 28
-11101100011 stockmarket 29
-11101100011 attorney-client 29
-11101100011 bank-fraud 29
-11101100011 drought-related 30
-11101100011 508-point 33
-11101100011 meteoric 34
-11101100011 tax-fraud 36
-11101100011 cost-benefit 38
-11101100011 day-earlier 39
-11101100011 poison-gas 40
-11101100011 tax-evasion 41
-11101100011 Reagan-Gorbachev 42
-11101100011 drug-trafficking 43
-11101100011 grand-jury 50
-11101100011 quantum 51
-11101100011 single-day 54
-11101100011 breach-of-contract 54
-11101100011 bathing 55
-11101100011 securities-fraud 73
-11101100011 pro-democracy 74
-11101100011 pre-emptive 79
-11101100011 month-to-month 84
-11101100011 wait-and-see 86
-11101100011 patent-infringement 88
-11101100011 half-point 92
-11101100011 money-laundering 98
-11101100011 asbestos-related 100
-11101100011 personal-injury 100
-11101100011 stock-price 100
-11101100011 precipitous 111
-11101100011 product-liability 132
-11101100011 oil-price 199
-11101100011 derivative 216
-11101100011 anti-government 243
-11101100011 libel 252
-11101100011 one-day 351
-11101100011 class-action 459
-11101100011 steep 807
-11101100011 insider-trading 1200
-11101100011 stock-market 1386
-11101100011 civil 2869
-11101100011 sharp 3319
-11101100011 criminal 3076
-111011001000 12,700-ton 1
-111011001000 D&F 1
-111011001000 snow-cone 1
-111011001000 copper-purchase 1
-111011001000 3,091 1
-111011001000 40,000-liter 1
-111011001000 TV-video 1
-111011001000 stop-sign 1
-111011001000 mud-inundated 1
-111011001000 entomb 1
-111011001000 dual-leadership 1
-111011001000 anti-AT&T 1
-111011001000 financial-products 1
-111011001000 antidiscrimination 1
-111011001000 producer-supply 1
-111011001000 bank-credit-card 1
-111011001000 buy-two-get-one-free 1
-111011001000 government-security 1
-111011001000 per-square-foot 1
-111011001000 3,436 1
-111011001000 go-forward 1
-111011001000 second-day 1
-111011001000 nuclearemergency 1
-111011001000 lens-shutter 1
-111011001000 interest-expense 1
-111011001000 retransmits 1
-111011001000 all-commodity 1
-111011001000 stop-test 1
-111011001000 name-bearing 1
-111011001000 export-controls 1
-111011001000 gas-project 1
-111011001000 auto-enthusiast 1
-111011001000 reactor-core 1
-111011001000 re-penetrate 1
-111011001000 garbage-incineration 1
-111011001000 safecracking 1
-111011001000 video-catalog 1
-111011001000 bus-length 1
-111011001000 40-plane 1
-111011001000 enviornmental 1
-111011001000 5,412 1
-111011001000 election-money 1
-111011001000 152,971 1
-111011001000 Herend 1
-111011001000 cosmetic-industry 1
-111011001000 more-accurate 1
-111011001000 smoky-blue 1
-111011001000 regulator-imposed 1
-111011001000 piezo 1
-111011001000 customhouse 1
-111011001000 life-is-miserable 1
-111011001000 FCC-mandated 1
-111011001000 doclose 1
-111011001000 fair-competition 1
-111011001000 61,236 1
-111011001000 temporary-resident 1
-111011001000 consumer-analgesic 1
-111011001000 spending-freeze 1
-111011001000 export-quota 1
-111011001000 engine-block 1
-111011001000 tube-feeding 1
-111011001000 prebuilt 1
-111011001000 prerevolutionary 1
-111011001000 gyroscopic 1
-111011001000 double-bolt 1
-111011001000 decist 1
-111011001000 allergy-like 1
-111011001000 plant-evacuation 1
-111011001000 firearms-control 1
-111011001000 stop-shipment 1
-111011001000 brass-mill 1
-111011001000 alarm-company 1
-111011001000 shop-type 1
-111011001000 supra-competitive 1
-111011001000 wholesale-electricity 1
-111011001000 120-page 1
-111011001000 2,746 1
-111011001000 cold-call 1
-111011001000 government-bond-futures 1
-111011001000 million-dollar-plus 1
-111011001000 reductio 1
-111011001000 Leuna 1
-111011001000 Moorish-style 1
-111011001000 department-approved 1
-111011001000 kneejerk 1
-111011001000 store-name 1
-111011001000 foliaged 1
-111011001000 once-segregated 1
-111011001000 OPEC-supply 1
-111011001000 79,411 1
-111011001000 gold-and-white 1
-111011001000 new-unit 1
-111011001000 domestic-crude 1
-111011001000 premium-product 1
-111011001000 near-hysterical 1
-111011001000 foreign-currency-futures 2
-111011001000 unwieldly 2
-111011001000 commercial-jetliner 2
-111011001000 steel-consuming 2
-111011001000 foreign-export 2
-111011001000 soybean-processing 2
-111011001000 minimum-purchase 2
-111011001000 multiple-unit 2
-111011001000 gold-tailings 2
-111011001000 EPA-approved 2
-111011001000 pharmaceutical-product 2
-111011001000 PC-clone 2
-111011001000 union-organizing 2
-111011001000 asset-backed-securities 2
-111011001000 rice-import 2
-111011001000 consumer-photography 2
-111011001000 launch-test 2
-111011001000 image-enhancing 2
-111011001000 occupational-safety 2
-111011001000 movie-ticket 2
-111011001000 advertiser-programming 2
-111011001000 term-life 2
-111011001000 pre-1983 2
-111011001000 200-share 2
-111011001000 picture-tube 2
-111011001000 S&P-related 2
-111011001000 often-arcane 2
-111011001000 oil-fueled 2
-111011001000 quick-draw 2
-111011001000 non-ICO 2
-111011001000 computer-product 2
-111011001000 college-football 2
-111011001000 C5-B 2
-111011001000 piece-rate 2
-111011001000 intraregional 2
-111011001000 179,572 2
-111011001000 not-so-new 2
-111011001000 cream-puff 2
-111011001000 mortgage-production 2
-111011001000 nearer-term 2
-111011001000 fresh-produce 2
-111011001000 non-tire 2
-111011001000 conveyor-belt 2
-111011001000 spic-and-span 2
-111011001000 reprographics 3
-111011001000 aerospace-related 3
-111011001000 sesame-seed 3
-111011001000 carpet-backing 3
-111011001000 education-related 3
-111011001000 back-shop 3
-111011001000 gasket 3
-111011001000 U.S.-related 3
-111011001000 major-city 3
-111011001000 slower-than-anticipated 3
-111011001000 large-print 3
-111011001000 classic-car 3
-111011001000 dealer-only 3
-111011001000 extended-hours 3
-111011001000 media-ownership 3
-111011001000 basketball-shoe 3
-111011001000 medical-diagnostics 3
-111011001000 sugar-import 3
-111011001000 Airtron 3
-111011001000 toilet-paper 3
-111011001000 commercial-launch 3
-111011001000 domestic-vehicle 3
-111011001000 pre-established 4
-111011001000 single-copy 4
-111011001000 country-style 4
-111011001000 less-than-robust 4
-111011001000 GM-related 4
-111011001000 gold-coin 4
-111011001000 auto-import 4
-111011001000 lawn-dart 4
-111011001000 near-month 4
-111011001000 incentive-spurred 4
-111011001000 Lufttransport 4
-111011001000 group-health 4
-111011001000 pedagogical 4
-111011001000 shoot-to-kill 4
-111011001000 storewide 4
-111011001000 non-movie 4
-111011001000 public-partnership 4
-111011001000 auto-emission 5
-111011001000 steel-import 5
-111011001000 replacement-tire 5
-111011001000 securities-lending 5
-111011001000 retransmit 5
-111011001000 car-insurance 6
-111011001000 steel-plate 6
-111011001000 grain-export 6
-111011001000 fuel-oil 6
-111011001000 computer-terminal 6
-111011001000 corporate-image 6
-111011001000 profitless 6
-111011001000 late-December 7
-111011001000 export-license 7
-111011001000 co-generation 7
-111011001000 mortgage-origination 8
-111011001000 bad-risk 8
-111011001000 capital-equipment 8
-111011001000 nonautomotive 8
-111011001000 retail-banking 8
-111011001000 state-local 8
-111011001000 oil-export 8
-111011001000 direct-response 9
-111011001000 major-appliance 9
-111011001000 domestic-car 10
-111011001000 packaged-food 10
-111011001000 loan-origination 10
-111011001000 auto-service 10
-111011001000 muskrat 10
-111011001000 beef-import 10
-111011001000 civil-aircraft 10
-111011001000 world-market 11
-111011001000 consumer-credit 11
-111011001000 tailpipe 12
-111011001000 chain-store 13
-111011001000 existing-home 13
-111011001000 per-store 14
-111011001000 food-store 14
-111011001000 alphabetical 14
-111011001000 oil-rig 14
-111011001000 non-auto 16
-111011001000 cash-market 19
-111011001000 general-merchandise 21
-111011001000 re-export 21
-111011001000 pecking 23
-111011001000 non-GM 26
-111011001000 video-rental 26
-111011001000 heavy-truck 29
-111011001000 variable-life 30
-111011001000 cease-and-desist 30
-111011001000 wellhead 33
-111011001000 home-market 33
-111011001000 spot-market 34
-111011001000 program-trading 36
-111011001000 new-home 38
-111011001000 newsstand 48
-111011001000 stop-loss 53
-111011001000 help-wanted 59
-111011001000 new-car 76
-111011001000 comparable-store 77
-111011001000 durable-goods 87
-111011001000 duty-free 95
-111011001000 same-store 171
-111011001000 restraining 365
-111011001000 rental 711
-111011001000 wholesale 1032
-111011001000 import 2078
-111011001000 retail 4709
-111011001000 export 3282
-111011001001 statistical-process 1
-111011001001 home-television 1
-111011001001 tissue-products 1
-111011001001 now-essential 1
-111011001001 now-predictable 1
-111011001001 morning-afternoon-evening 1
-111011001001 government-asset 1
-111011001001 theater-ticket 1
-111011001001 custom-ordered 1
-111011001001 president-quality 1
-111011001001 Nagoyathe 1
-111011001001 Griffin-Resorts 1
-111011001001 blood-sample 1
-111011001001 shadow-boxing 1
-111011001001 post-mix 1
-111011001001 smalldenomination 1
-111011001001 non-leather 1
-111011001001 mine-defusing 1
-111011001001 chemicalweapons 1
-111011001001 fuel-alcohol 1
-111011001001 Dole-for-President 1
-111011001001 almost-unchallenged 1
-111011001001 unsold-car 1
-111011001001 semicondutor 1
-111011001001 authority-conscious 1
-111011001001 gravel-contract 1
-111011001001 cancer-killing 1
-111011001001 once-standard 1
-111011001001 apeace 1
-111011001001 Feinblooms 1
-111011001001 asbestos-type 1
-111011001001 animal-damage 1
-111011001001 land-flip 1
-111011001001 stationary-cycle 1
-111011001001 pension-asset 1
-111011001001 illegal-weapons 1
-111011001001 employee-owned-enterprise 1
-111011001001 over-projected 1
-111011001001 traffic-signal 1
-111011001001 Italo-Americans 1
-111011001001 spy-sex 1
-111011001001 Japan-those 1
-111011001001 fairmarket 1
-111011001001 EC-bound 1
-111011001001 mangrove-forest 1
-111011001001 gasline 1
-111011001001 Airways-United 1
-111011001001 single-stop 1
-111011001001 table-fruit 1
-111011001001 disequilibrating 1
-111011001001 feed-wheat 1
-111011001001 armssale 1
-111011001001 strategic-products 1
-111011001001 wage-scale 1
-111011001001 launch-customer 1
-111011001001 weapons-for-hostages 1
-111011001001 standards-production 1
-111011001001 microwave-transmission 1
-111011001001 cocaine-exporting 1
-111011001001 paranoiac 1
-111011001001 not-for-attribution 1
-111011001001 muni-bond 1
-111011001001 Gooberesque 1
-111011001001 carbonfiber 1
-111011001001 military-gear 1
-111011001001 millinery 1
-111011001001 manufacturing-industry 1
-111011001001 personal-car 1
-111011001001 4,600-member 1
-111011001001 high-tech-equipment 1
-111011001001 quasimilitary 1
-111011001001 same-facility 1
-111011001001 road-work 1
-111011001001 Jonestown-style 1
-111011001001 arms-dump 1
-111011001001 late-1983 1
-111011001001 boutique-clearance 1
-111011001001 gold-development 1
-111011001001 rural-to-urban 1
-111011001001 main-plant 1
-111011001001 public-asset 1
-111011001001 fill-in-the-blank 1
-111011001001 Cato-Johnson/Y&R 1
-111011001001 Ceding 1
-111011001001 Fidelity-related 1
-111011001001 304,833 1
-111011001001 4,500-broker 1
-111011001001 650-horsepower 1
-111011001001 television-ad 1
-111011001001 kick-starting 1
-111011001001 talk-to-the-camera 1
-111011001001 computer-unit 1
-111011001001 first-customer 1
-111011001001 basswood 1
-111011001001 anti-Carlylean 1
-111011001001 government-labor-business 1
-111011001001 network-affiliation 1
-111011001001 domestic-flight 1
-111011001001 occupancy-related 1
-111011001001 groundwater-pollution 1
-111011001001 water-tank 1
-111011001001 oil-lease 1
-111011001001 girl-on-bulldozer 1
-111011001001 grocery-product 2
-111011001001 China-bound 2
-111011001001 above-plan 2
-111011001001 broker-client 2
-111011001001 overabundant 2
-111011001001 first-offense 2
-111011001001 legal-assistance 2
-111011001001 favored-nation 2
-111011001001 Hoyt-family 2
-111011001001 chemical-arms 2
-111011001001 going-out-of-business 2
-111011001001 Fest 2
-111011001001 rondo 2
-111011001001 commodity-options 2
-111011001001 interdepartmental 2
-111011001001 warning-light 2
-111011001001 re-run 2
-111011001001 gummy 2
-111011001001 odd-sized 2
-111011001001 sackings 2
-111011001001 local-rights 2
-111011001001 behavioral-science 2
-111011001001 domestic-make 2
-111011001001 arms-shipment 2
-111011001001 newcar 2
-111011001001 antidemocratic 2
-111011001001 international-currency 2
-111011001001 investment-portfolio 2
-111011001001 1,200-book 2
-111011001001 1175 2
-111011001001 lottery-ticket 2
-111011001001 incentive-program 2
-111011001001 off-system 3
-111011001001 80-person 3
-111011001001 non-block 3
-111011001001 bons 3
-111011001001 strategic-export 3
-111011001001 cotton-coat 3
-111011001001 equity-fund 3
-111011001001 owned-property 3
-111011001001 milling-machine 3
-111011001001 castoff 3
-111011001001 private-market 3
-111011001001 Mazowsze 4
-111011001001 export-restraint 4
-111011001001 water-damage 4
-111011001001 new-vehicle 4
-111011001001 sure-handed 4
-111011001001 end-of-season 4
-111011001001 airtraffic 4
-111011001001 net-asset 4
-111011001001 unvaccinated 5
-111011001001 Arab-Israel 5
-111011001001 TakeCare 6
-111011001001 nuclear-missile 9
-111011001001 realizable 10
-111011001001 non-proliferation 15
-111011001001 AK-47 15
-111011001001 transracial 16
-111011001001 arms-reduction 20
-111011001001 conventional-arms 25
-111011001001 fair-market 33
-111011001001 pest 35
-111011001001 nuclear-arms 39
-111011001001 arms-sale 53
-111011001001 arms-for-hostages 59
-111011001001 arms-sales 62
-111011001001 troop 176
-111011001001 air-traffic 290
-111011001001 arms 4719
-111011001001 asset 2706
-111011001010 spouse-employment 1
-111011001010 bookpublishing 1
-111011001010 Mauch 1
-111011001010 ren 1
-111011001010 disintegrative 1
-111011001010 Kornfleks 1
-111011001010 RESUME 1
-111011001010 raga 1
-111011001010 U.S.-Saigon 1
-111011001010 team-competition 1
-111011001010 horse-auction 1
-111011001010 naval-escort 1
-111011001010 biochemical-warfare 1
-111011001010 nuclear-security 1
-111011001010 anti-drilling 1
-111011001010 Bahamasbased 1
-111011001010 get-the-government-off-the-backs-of-the-people 1
-111011001010 bottled-up 1
-111011001010 pro-treaty 1
-111011001010 save-the-whale 1
-111011001010 ex-commercial 1
-111011001010 LSAT 1
-111011001010 industrial-style 1
-111011001010 ladstone 1
-111011001010 audience-participation 1
-111011001010 directed-radiation 1
-111011001010 strawberry-pattern 1
-111011001010 nuclear-equipped 1
-111011001010 gas-attack 1
-111011001010 special-delivery 1
-111011001010 anti-Renamo 1
-111011001010 Israeli-controlled 1
-111011001010 350-man 1
-111011001010 wood-grained 1
-111011001010 juris 1
-111011001010 germ-warfare 1
-111011001010 sheep-herding 1
-111011001010 U.S.-assigned 1
-111011001010 5-foot-3-inch 1
-111011001010 book-manufacturing 1
-111011001010 displaced-workers 1
-111011001010 nondetachable 1
-111011001010 contra-revolutionary 1
-111011001010 t-shirt 1
-111011001010 nuclear-deterrence 1
-111011001010 China-affairs 1
-111011001010 middle-finger 1
-111011001010 need-based 1
-111011001010 unleashable 1
-111011001010 anti-maquila 1
-111011001010 fire-truck 1
-111011001010 anti-conformist 1
-111011001010 strength-their 1
-111011001010 car-export 1
-111011001010 speech. 1
-111011001010 wind-energy 1
-111011001010 Pause 1
-111011001010 alphabet-agency 1
-111011001010 light-transmission 1
-111011001010 Plan-style 1
-111011001010 industrial-safety 1
-111011001010 sugar-subsidy 1
-111011001010 drug-curbing 1
-111011001010 Soviet-blasting 1
-111011001010 TV-viewing 1
-111011001010 anti-proliferation 1
-111011001010 cotton-mill 1
-111011001010 tropic 1
-111011001010 serotonin-affecting 1
-111011001010 anti-drink 1
-111011001010 public-transportation 1
-111011001010 anisoylated 1
-111011001010 anti-Swapo 1
-111011001010 pectoral 1
-111011001010 military-economic 1
-111011001010 anti-conservation 1
-111011001010 syllogistic 1
-111011001010 slab-constructed 1
-111011001010 spoon-bending 1
-111011001010 U.S.-Greece 1
-111011001010 merchant-class 1
-111011001010 anti-ecdysiast 1
-111011001010 arpeggio 1
-111011001010 confetti-firing 1
-111011001010 600-foot-high 1
-111011001010 export-aid 1
-111011001010 cozying-up 1
-111011001010 anti-Brennan 1
-111011001010 garbage-barge 1
-111011001010 then-domestic 1
-111011001010 vehicle-distribution 1
-111011001010 anti-busing 1
-111011001010 truce-keeping 1
-111011001010 economic-supporting 2
-111011001010 French-German 2
-111011001010 U.S.-Egyptian 2
-111011001010 pre-harvest 2
-111011001010 so-and-sos 2
-111011001010 1987. 2
-111011001010 shilling 2
-111011001010 suntan-oil 2
-111011001010 bulk-buying 2
-111011001010 jewel-encrusted 2
-111011001010 arbitrage-trading 2
-111011001010 ESCALATED 2
-111011001010 economic-support 2
-111011001010 French-British 2
-111011001010 beach-party 2
-111011001010 pro-Constitution 2
-111011001010 potable-water 2
-111011001010 anti-capitalistic 2
-111011001010 full-priced 2
-111011001010 anti-HMO 2
-111011001010 longest-reigning 2
-111011001010 concha 2
-111011001010 state-security 2
-111011001010 miltary 2
-111011001010 space-launching 2
-111011001010 drug-cartel 2
-111011001010 epidermal 2
-111011001010 consumer-markets 2
-111011001010 mass-games 2
-111011001010 anti-shutdown 2
-111011001010 310-mile 2
-111011001010 jointventure 2
-111011001010 deep-breathing 2
-111011001010 military-training 2
-111011001010 Mi-17 2
-111011001010 career-track 2
-111011001010 neon-lit 2
-111011001010 nuclear-deterrent 2
-111011001010 securities-processing 2
-111011001010 suit-and-tie 2
-111011001010 fee-cutting 2
-111011001010 special-forces 2
-111011001010 potato-futures 2
-111011001010 municipal-course 2
-111011001010 right-led 2
-111011001010 philharmonic 2
-111011001010 anti-shah 2
-111011001010 ABM-related 2
-111011001010 hostage-rescue 2
-111011001010 food-trade 2
-111011001010 earth-resources 2
-111011001010 on-duty 3
-111011001010 CIA-run 3
-111011001010 speech-writing 3
-111011001010 publicworks 3
-111011001010 nose-to-nose 3
-111011001010 work-ethic 3
-111011001010 labor-movement 3
-111011001010 alternating-current 3
-111011001010 government-dominated 3
-111011001010 new-born 3
-111011001010 post-census 3
-111011001010 anti-insurgency 3
-111011001010 strategic-weapons 3
-111011001010 displaced-worker 3
-111011001010 anti-Islamic 3
-111011001010 press-relations 3
-111011001010 dollar-support 3
-111011001010 anti-perestroika 3
-111011001010 weapons-systems 4
-111011001010 anti-Meese 4
-111011001010 portfolio-management 4
-111011001010 criminal-investigation 4
-111011001010 anti-mall 4
-111011001010 Palestinian-Jordanian 4
-111011001010 Jordanian-Palestinian 4
-111011001010 debtor-country 4
-111011001010 EF-111 4
-111011001010 chip-company 4
-111011001010 drug-sales 4
-111011001010 foreign-exchange-market 4
-111011001010 Heisman 4
-111011001010 tissue-type 4
-111011001010 surface-water 4
-111011001010 headquarter 4
-111011001010 OTEC 4
-111011001010 tire-worker 5
-111011001010 space-agency 5
-111011001010 expeditionary 5
-111011001010 military-intelligence 5
-111011001010 foreign-airline 5
-111011001010 branch-office 5
-111011001010 world-trade 5
-111011001010 Soviet-Afghan 5
-111011001010 denominational 5
-111011001010 alimentary 5
-111011001010 pro-Noriega 5
-111011001010 utility-industry 6
-111011001010 anti-narcotics 6
-111011001010 Brownie 6
-111011001010 famine-relief 6
-111011001010 direct-loan 6
-111011001010 stock-selling 6
-111011001010 auto-company 6
-111011001010 MI-5 6
-111011001010 food-aid 6
-111011001010 counterterrorist 7
-111011001010 non-humanitarian 7
-111011001010 nonemergency 7
-111011001010 art-world 7
-111011001010 full-employment 7
-111011001010 anti-guerrilla 8
-111011001010 secret-police 8
-111011001010 moneymaking 9
-111011001010 harmonica 9
-111011001010 equestrian 9
-111011001010 oil-tanker 9
-111011001010 pro-abortion 10
-111011001010 farm-credit 10
-111011001010 centrifugal 11
-111011001010 Ecuadorean 12
-111011001010 drug-control 12
-111011001010 fee-based 13
-111011001010 pro-Contra 14
-111011001010 mine-laying 14
-111011001010 non-lethal 15
-111011001010 drug-enforcement 16
-111011001010 trust-fund 17
-111011001010 CW 17
-111011001010 domestic-policy 18
-111011001010 trade-policy 18
-111011001010 UNITA 20
-111011001010 consular 20
-111011001010 foster-care 20
-111011001010 pro-nuclear 22
-111011001010 disaster-relief 24
-111011001010 Miskito 24
-111011001010 non-military 24
-111011001010 Gestapo 26
-111011001010 peace-keeping 29
-111011001010 Cypriot 29
-111011001010 conveyor 32
-111011001010 counterterrorism 35
-111011001010 space-shuttle 36
-111011001010 counterintelligence 45
-111011001010 contra 53
-111011001010 paramilitary 67
-111011001010 mine-sweeping 68
-111011001010 foreign-trade 71
-111011001010 peacekeeping 73
-111011001010 separatist 85
-111011001010 back-office 108
-111011001010 wartime 111
-111011001010 maritime 132
-111011001010 nonmilitary 138
-111011001010 colonial 157
-111011001010 law-enforcement 270
-111011001010 Nazi 278
-111011001010 guerrilla 383
-111011001010 customs 403
-111011001010 rebel 418
-111011001010 naval 453
-111011001010 postal 483
-111011001010 covert 526
-111011001010 armed 807
-111011001010 Contra 1336
-111011001010 intelligence 1684
-111011001010 military 8370
-111011001010 farm 2806
-111011001011 arboretum 1
-111011001011 Assert 1
-111011001011 on-demand 1
-111011001011 flower-cutting 1
-111011001011 bean-shaped 1
-111011001011 local-authority-managed 1
-111011001011 gun-making 1
-111011001011 alternative-education 1
-111011001011 market-incentive 1
-111011001011 antiinflationary 1
-111011001011 easy-to-film 1
-111011001011 pesticide-spraying 1
-111011001011 low-tariff 1
-111011001011 first-fired 1
-111011001011 family-protection 1
-111011001011 Soviet-grown 1
-111011001011 internal-printing 1
-111011001011 pseudo-Cyrillic 1
-111011001011 index-trading 1
-111011001011 market-building 1
-111011001011 corroborative 1
-111011001011 recession-relief 1
-111011001011 fraudulent-document 1
-111011001011 ticket-refund 1
-111011001011 2,334 1
-111011001011 7,295 1
-111011001011 technology-shopping 1
-111011001011 rock-type 1
-111011001011 bus-ride 1
-111011001011 income-forecasting 1
-111011001011 post-natal 1
-111011001011 growth-inducing 1
-111011001011 flexible-time 1
-111011001011 employee-parking 1
-111011001011 peacful 1
-111011001011 tough-on-taxes 1
-111011001011 parochial-aid 1
-111011001011 shire 1
-111011001011 soil-test 1
-111011001011 fluoroscopic 1
-111011001011 mosaic-covered 1
-111011001011 master-recording 1
-111011001011 aromatherapy 1
-111011001011 football-like 1
-111011001011 business-consumer 1
-111011001011 bargain-travel 1
-111011001011 worker-injuries 1
-111011001011 Medicare-supplement 1
-111011001011 lawyer-executive 1
-111011001011 feeder-flight 1
-111011001011 1989-92 1
-111011001011 extended-assignment 1
-111011001011 presentation-quality 1
-111011001011 resistent 1
-111011001011 merit-raise 1
-111011001011 non-complete 1
-111011001011 nonelectronic 1
-111011001011 tax-timing 1
-111011001011 fixed-sum 1
-111011001011 towel-making 1
-111011001011 collectively-owned 1
-111011001011 decallike 1
-111011001011 profit-improvement 1
-111011001011 hospital-franchise 1
-111011001011 4,000-tune 1
-111011001011 Turley-Mackey 1
-111011001011 473-home 1
-111011001011 oceanshipping 1
-111011001011 wind-surfing 1
-111011001011 management-education 1
-111011001011 termlife 1
-111011001011 farm-research 1
-111011001011 contractural 1
-111011001011 prawn-farm 1
-111011001011 Weekender 1
-111011001011 tissue-culture 1
-111011001011 reverse-image 1
-111011001011 anti-nuclear-energy 1
-111011001011 consumer-rights 1
-111011001011 pipe-like 1
-111011001011 cranial 1
-111011001011 gas-heating 1
-111011001011 teacher-related 1
-111011001011 school-budget 1
-111011001011 undergraduate-level 1
-111011001011 personal-line 1
-111011001011 1-2-3-related 1
-111011001011 dispute-solving 1
-111011001011 community-support 1
-111011001011 relief-stamp 1
-111011001011 46,850 1
-111011001011 anorectic 1
-111011001011 gold-dealing 1
-111011001011 victims-assistance 1
-111011001011 aluminum-wrapped 1
-111011001011 government-jobs 1
-111011001011 building-stamp 1
-111011001011 health-issue 1
-111011001011 newbusiness 1
-111011001011 weapons-plant-cleanup 1
-111011001011 loan-processing 1
-111011001011 lilly 1
-111011001011 residential-house 1
-111011001011 glass-coated 1
-111011001011 black-studies 1
-111011001011 government-insurance 1
-111011001011 non-classified 1
-111011001011 nuclear-weapon-free 1
-111011001011 state-linked 1
-111011001011 catastrophic-acute 1
-111011001011 Ottoman-style 1
-111011001011 verveless 1
-111011001011 race-matching 1
-111011001011 plant-location 1
-111011001011 preventive-maintenance 1
-111011001011 wind-plan 1
-111011001011 custom-imprinted 1
-111011001011 subsistence-farming 1
-111011001011 maternal-health 1
-111011001011 Kunstschau 1
-111011001011 forward-support 1
-111011001011 more-satisfying 1
-111011001011 HESTON 1
-111011001011 unglitzy 1
-111011001011 stock-buy 1
-111011001011 manufacturer-leasing 1
-111011001011 Macintosh-only 1
-111011001011 Cash-value 1
-111011001011 government-published 1
-111011001011 college-acceleration 1
-111011001011 talent-agency 1
-111011001011 self-inspection 1
-111011001011 more-demanding 1
-111011001011 end-of-life 1
-111011001011 family-development 1
-111011001011 sale-and-leaseback 1
-111011001011 chemical-physics 1
-111011001011 boat-and-motor 1
-111011001011 video-training 1
-111011001011 load-carrying 1
-111011001011 FCC-issued 1
-111011001011 business-application 1
-111011001011 post-filing 1
-111011001011 insecticidal 1
-111011001011 insurance-reimbursement 1
-111011001011 housing-cavalry 1
-111011001011 non-charitable 1
-111011001011 bed-and-bored 1
-111011001011 four-inch-long 1
-111011001011 apartheid-enforcing 1
-111011001011 Gramm-Rudman-era 1
-111011001011 anti-flaming 1
-111011001011 community-release 1
-111011001011 stress-maintenance 1
-111011001011 offshore-bank 1
-111011001011 open-trade 1
-111011001011 employee-promotion 1
-111011001011 indigent-health-care 1
-111011001011 non-pet-product 1
-111011001011 John-Witherspoon 1
-111011001011 tight-control 1
-111011001011 business-law 1
-111011001011 mass-communication 1
-111011001011 Joyce-stylish 1
-111011001011 two-by-two-inch 1
-111011001011 non-journalistic 1
-111011001011 research-for-recruiting 1
-111011001011 270-gross-ton 1
-111011001011 take-out-my-appendix 1
-111011001011 behind-the-back 1
-111011001011 hand-scrawled 1
-111011001011 heat-insulating 1
-111011001011 pretournament 1
-111011001011 state-maintained 1
-111011001011 two-language 1
-111011001011 Jupiter-like 1
-111011001011 tumor-cell 1
-111011001011 adjustment-assistance 1
-111011001011 muscular-dystrophy 1
-111011001011 admissions-office 1
-111011001011 military-promotion 1
-111011001011 loan-discount 1
-111011001011 equity-ownership 1
-111011001011 queer 1
-111011001011 counter-yuppie 1
-111011001011 preferential-pricing 1
-111011001011 company-held 1
-111011001011 not-so-public 1
-111011001011 hot-lunch 1
-111011001011 oceangraphic 1
-111011001011 nursing-home-type 1
-111011001011 elderly-long-term 1
-111011001011 urban-homesteading 1
-111011001011 anti-Inkatha 1
-111011001011 three-million-annual-home-attendance 1
-111011001011 cotton-subsidy 1
-111011001011 unemployment-assistance 1
-111011001011 employee-commuting 1
-111011001011 cantilivering 1
-111011001011 property-acquisition 1
-111011001011 hand-sized 1
-111011001011 risk-classification 1
-111011001011 factory-production 1
-111011001011 marketing-gift 1
-111011001011 enteral 1
-111011001011 microsystems 1
-111011001011 home-merchandising 1
-111011001011 customsfree 1
-111011001011 Marmara 1
-111011001011 joint-trading 1
-111011001011 antitrust-enforcement 1
-111011001011 highway-oriented 1
-111011001011 violence-tainted 1
-111011001011 linkage-fee 1
-111011001011 funkiest 1
-111011001011 164-member 1
-111011001011 40,000-volume 1
-111011001011 M16 1
-111011001011 meritocratic 1
-111011001011 farmer-aid 1
-111011001011 Pentagon-supported 1
-111011001011 tuition-assistance 1
-111011001011 sick-out 1
-111011001011 speak-Mandarin 1
-111011001011 wealth-creating 1
-111011001011 Bittania 1
-111011001011 utility-refund 1
-111011001011 Altiplano 1
-111011001011 U.S.-bankrolled 1
-111011001011 between-meals 1
-111011001011 fast-teaching 1
-111011001011 soft-cookie 1
-111011001011 CFC-related 1
-111011001011 DAYTIME 1
-111011001011 Bennett-endorsed 1
-111011001011 outpatient-surgical 1
-111011001011 product-service 1
-111011001011 pre-event 1
-111011001011 dayglow 1
-111011001011 regional-compounding 1
-111011001011 sales-moving 1
-111011001011 adventurist 1
-111011001011 manufacturer-written 1
-111011001011 option-selling 1
-111011001011 management-rights 1
-111011001011 southside 1
-111011001011 corporate-development 1
-111011001011 fertilizer-pricing 1
-111011001011 currency-management 1
-111011001011 elementary-particle 1
-111011001011 employee-incentive 1
-111011001011 peace-and-prosperity 1
-111011001011 publicly-held 1
-111011001011 quota-setting 1
-111011001011 cormorant 1
-111011001011 down-on-his-luck 1
-111011001011 cotter 1
-111011001011 personal-development 1
-111011001011 outlet-store 1
-111011001011 truck-rate 1
-111011001011 rat-eradication 1
-111011001011 tire-edge 1
-111011001011 sex-determination 1
-111011001011 Lanvin-owned 1
-111011001011 amber-colored 1
-111011001011 54,000-student 1
-111011001011 med 1
-111011001011 manufacturer-distributor 1
-111011001011 video-conference 1
-111011001011 market-responsive 1
-111011001011 frequent-renter 1
-111011001011 showgirl-filled 1
-111011001011 farmworker-legalization 1
-111011001011 race-separation 1
-111011001011 presort-service 1
-111011001011 tin-sided 1
-111011001011 gazetted 1
-111011001011 baby-changing 1
-111011001011 product-strategy 1
-111011001011 private-companies 1
-111011001011 revegetation 1
-111011001011 book-industry 1
-111011001011 dog-training 1
-111011001011 drug-money-laundering 1
-111011001011 print-on-tape 1
-111011001011 trade-restraining 1
-111011001011 hospice-style 1
-111011001011 pay-for-prototype 1
-111011001011 top-hatted 1
-111011001011 foreign-import 1
-111011001011 income-transfer 1
-111011001011 once-firm 1
-111011001011 tighting 1
-111011001011 field-survey 1
-111011001011 often-doubtful 1
-111011001011 radar-evasion 1
-111011001011 muscle-relaxation 1
-111011001011 partial-repayment 1
-111011001011 yield-accounting 1
-111011001011 HOPPING 1
-111011001011 often-crippling 1
-111011001011 Treasury-funded 1
-111011001011 radar-antenna 1
-111011001011 cytosurgical 1
-111011001011 Affton 1
-111011001011 hermodialysis 1
-111011001011 cocaine-detoxification 1
-111011001011 workmen's-compensation 1
-111011001011 urban-housing 1
-111011001011 sausage-shaped 1
-111011001011 nonpeak 1
-111011001011 manager-training 1
-111011001011 public-awareness 1
-111011001011 Germans/Who 1
-111011001011 Medisave 1
-111011001011 loft-type 1
-111011001011 Sematech-funded 1
-111011001011 Caress 1
-111011001011 pro-Mitterrand 1
-111011001011 unwaxed 1
-111011001011 custodial-care 1
-111011001011 death-oriented 1
-111011001011 28,000-student 1
-111011001011 best-endowed 1
-111011001011 general-hospital 1
-111011001011 intra-quarter 1
-111011001011 non-high 1
-111011001011 melanin-containing 1
-111011001011 animal-handling 1
-111011001011 Bajau 1
-111011001011 job-destroying 1
-111011001011 special-service 1
-111011001011 heath-care 1
-111011001011 market-allocation 1
-111011001011 pine-and-tarpaper 1
-111011001011 commercial-pilot 1
-111011001011 safari/tourism 1
-111011001011 amusement/theme 1
-111011001011 nofault 1
-111011001011 architecture-show 1
-111011001011 heavy-apparel 1
-111011001011 missile-impact 1
-111011001011 marzipan 1
-111011001011 air-controller 1
-111011001011 White-chapel 1
-111011001011 land-protection 1
-111011001011 market-zapping 1
-111011001011 flexible-leave 1
-111011001011 violin-making 1
-111011001011 colonoscopic 1
-111011001011 14,431 1
-111011001011 oil-containment 1
-111011001011 employee-protection 1
-111011001011 chicken-scratch 1
-111011001011 prodnoses 1
-111011001011 interest-subsidy 1
-111011001011 Louisville-area 1
-111011001011 supply-management 1
-111011001011 free-food 1
-111011001011 school-aid 1
-111011001011 Brazil-Venezuela 1
-111011001011 market-specific 1
-111011001011 Tuborg 1
-111011001011 memory-improvement 1
-111011001011 half-white 1
-111011001011 insurance-processing 1
-111011001011 signal-compliance 1
-111011001011 gifted-children 1
-111011001011 socialist-realist 1
-111011001011 rigor-minded 1
-111011001011 deposit-based 1
-111011001011 loading-ramp 1
-111011001011 fetal-vulnerability 1
-111011001011 deferred-income 1
-111011001011 corporate-records 2
-111011001011 broadcast-television 2
-111011001011 ill-focused 2
-111011001011 social-responsibility 2
-111011001011 foreign-exchange-rate 2
-111011001011 self-laudatory 2
-111011001011 gold-storage 2
-111011001011 consumer-information 2
-111011001011 print-ad 2
-111011001011 health-department 2
-111011001011 neurosurgical 2
-111011001011 contracting-out 2
-111011001011 asset-swap 2
-111011001011 inartistic 2
-111011001011 work-schedule 2
-111011001011 career-training 2
-111011001011 prison-release 2
-111011001011 drug-screening 2
-111011001011 conch 2
-111011001011 weapons-trade 2
-111011001011 communication-service 2
-111011001011 ukiyo-e 2
-111011001011 alternate-energy 2
-111011001011 foster-home 2
-111011001011 reverent 2
-111011001011 quota-compliance 2
-111011001011 quick-strike 2
-111011001011 air-raid 2
-111011001011 drug-withdrawal 2
-111011001011 Xili 2
-111011001011 trade-allocation 2
-111011001011 22,000-student 2
-111011001011 halogen 2
-111011001011 union-employer 2
-111011001011 oligarchical 2
-111011001011 pollution-liability 2
-111011001011 water-delivery 2
-111011001011 promote-from-within 2
-111011001011 ad-sales 2
-111011001011 blood-gas 2
-111011001011 sales-training 2
-111011001011 poured-concrete 2
-111011001011 medical/surgical 2
-111011001011 corporate-training 2
-111011001011 infant-care 2
-111011001011 music-composing 2
-111011001011 inhibitory 2
-111011001011 whacky 2
-111011001011 institutional-trading 2
-111011001011 medical-test 2
-111011001011 calla 2
-111011001011 cup-like 2
-111011001011 solidwaste 2
-111011001011 bulletin-board 2
-111011001011 UDAG-like 2
-111011001011 wheelers 2
-111011001011 non-marine 2
-111011001011 campus-based 2
-111011001011 aeromedical 2
-111011001011 driver-education 2
-111011001011 job-termination 2
-111011001011 joint-training 2
-111011001011 Ptolemaic 2
-111011001011 submarine-missile 2
-111011001011 reverse-mortgage 2
-111011001011 cliquish 2
-111011001011 Age-Less 2
-111011001011 trip-cancellation 2
-111011001011 anti-ballistic-missile 2
-111011001011 accounting-profession 2
-111011001011 debt-reducing 2
-111011001011 undirected 2
-111011001011 Polish-language 2
-111011001011 shell-company 2
-111011001011 American-Jewish 2
-111011001011 import-related 2
-111011001011 Toey 2
-111011001011 recreational-facility 2
-111011001011 open-office 2
-111011001011 cash-rebate 2
-111011001011 legal-service 2
-111011001011 pro-SDI 2
-111011001011 historic-preservation 2
-111011001011 sugar-price-support 2
-111011001011 far-term 2
-111011001011 private-agency 2
-111011001011 NCI-backed 2
-111011001011 combat-vehicle 2
-111011001011 computer-application 2
-111011001011 rent-a-judge 2
-111011001011 risk-bearing 2
-111011001011 credit-information 2
-111011001011 accident-reporting 2
-111011001011 postural 2
-111011001011 telephone-based 2
-111011001011 flexible-premium 2
-111011001011 frequentflier 2
-111011001011 welfare-entrepreneur 2
-111011001011 political-policy 2
-111011001011 option-buying 2
-111011001011 Sufi 2
-111011001011 force-reduction 2
-111011001011 sick-child 2
-111011001011 navigation-satellite 2
-111011001011 junior-development 2
-111011001011 plant-layoff 2
-111011001011 transplantable 2
-111011001011 mixed-income 2
-111011001011 telephone-connection 2
-111011001011 lodge-pole 2
-111011001011 national-convention 2
-111011001011 school-related 2
-111011001011 graduate-level 3
-111011001011 dietetic 3
-111011001011 off-brand 3
-111011001011 emergency-evacuation 3
-111011001011 counterprogramming 3
-111011001011 social-insurance 3
-111011001011 NCO 3
-111011001011 space-saving 3
-111011001011 stick-on 3
-111011001011 civil-defense 3
-111011001011 grant-in-aid 3
-111011001011 job-sharing 3
-111011001011 physician-service 3
-111011001011 cell-culture 3
-111011001011 incentive-pay 3
-111011001011 expert-system 3
-111011001011 public-security 3
-111011001011 health-improvement 3
-111011001011 race-conscious 3
-111011001011 chest-pain 3
-111011001011 submarine-construction 3
-111011001011 low-temperature 3
-111011001011 housing-finance 3
-111011001011 family-life 3
-111011001011 selfhelp 3
-111011001011 steel-service 3
-111011001011 black-lung 3
-111011001011 naproxen 3
-111011001011 Tzotzil 3
-111011001011 accidental-death 3
-111011001011 spread-sheet 3
-111011001011 employee-motivation 3
-111011001011 fly-drive 3
-111011001011 political-campaign 3
-111011001011 technical-assistance 3
-111011001011 Medicare-covered 3
-111011001011 mustard-colored 3
-111011001011 college-preparatory 3
-111011001011 document-destruction 3
-111011001011 mnemonic 3
-111011001011 NOAA 3
-111011001011 self-funded 3
-111011001011 data-management 3
-111011001011 customer-sponsored 3
-111011001011 life-type 3
-111011001011 pregnancy-test 3
-111011001011 dual-shop 3
-111011001011 bootlegged 3
-111011001011 jobless-pay 3
-111011001011 patient-funded 3
-111011001011 do-good 3
-111011001011 economic-austerity 3
-111011001011 tax-practice 3
-111011001011 branch-plant 3
-111011001011 decision-support 3
-111011001011 cost-analysis 3
-111011001011 food-assistance 3
-111011001011 spill-related 3
-111011001011 credit-life 3
-111011001011 forest-management 3
-111011001011 information-handling 3
-111011001011 political-risk 3
-111011001011 crude-supply 3
-111011001011 men-only 3
-111011001011 time-management 3
-111011001011 non-work 3
-111011001011 rule-enforcement 3
-111011001011 corrosion-protection 3
-111011001011 bolt-action 3
-111011001011 first-dollar 3
-111011001011 network-quality 3
-111011001011 teacher-education 3
-111011001011 car-loan 3
-111011001011 technical-training 3
-111011001011 mechanical-engineering 3
-111011001011 sleep-disorder 3
-111011001011 dam-safety 3
-111011001011 stress-reduction 4
-111011001011 medical-leave 4
-111011001011 environmental-cleanup 4
-111011001011 management-development 4
-111011001011 store-brand 4
-111011001011 career-planning 4
-111011001011 social-action 4
-111011001011 Hindu-Arabic 4
-111011001011 trade-group 4
-111011001011 foreign-invested 4
-111011001011 freemarket 4
-111011001011 call-forwarding 4
-111011001011 flight-simulation 4
-111011001011 applique 4
-111011001011 give-away 4
-111011001011 time-card 4
-111011001011 pan-Nordic 4
-111011001011 autographing 4
-111011001011 discount-for-data 4
-111011001011 life-science 4
-111011001011 bank-regulatory 4
-111011001011 public-choice 4
-111011001011 codeine 4
-111011001011 bank-deposit 4
-111011001011 customer-relations 4
-111011001011 ship-construction 4
-111011001011 state-federal 4
-111011001011 asbestos-liability 4
-111011001011 California-style 4
-111011001011 business-entertainment 4
-111011001011 single-sex 4
-111011001011 tenant-management 4
-111011001011 extended-warranty 4
-111011001011 genealogical 4
-111011001011 annual-premium 4
-111011001011 retirement-savings 4
-111011001011 INF-capable 4
-111011001011 continuing-education 4
-111011001011 commercial-type 4
-111011001011 sports-medicine 5
-111011001011 unkept 5
-111011001011 health-plan 5
-111011001011 escalatory 5
-111011001011 kidney-dialysis 5
-111011001011 patient-care 5
-111011001011 male-only 5
-111011001011 employee-severance 5
-111011001011 zoological 5
-111011001011 management-training 5
-111011001011 sick-leave 5
-111011001011 social-work 5
-111011001011 mass-marketing 5
-111011001011 bank-account 5
-111011001011 Pap-smear 5
-111011001011 pop-psychology 5
-111011001011 radiation-protection 5
-111011001011 public-safety 5
-111011001011 hospital-based 5
-111011001011 hemodialysis 5
-111011001011 pre-clinical 5
-111011001011 big-band 5
-111011001011 out-of-hospital 5
-111011001011 well-baby 5
-111011001011 flight-training 5
-111011001011 behavior-modification 5
-111011001011 means-tested 6
-111011001011 pet-care 6
-111011001011 acreage-reduction 6
-111011001011 fire-safety 6
-111011001011 paper-industry 6
-111011001011 occupational-disease 6
-111011001011 home-health 6
-111011001011 unabridged 6
-111011001011 tax-planning 6
-111011001011 credit-related 6
-111011001011 industry-specific 6
-111011001011 klieg 6
-111011001011 directional 6
-111011001011 anti-smog 6
-111011001011 highway-safety 6
-111011001011 group-rate 6
-111011001011 farmworker 6
-111011001011 heart-assist 6
-111011001011 free-travel 6
-111011001011 life-extending 6
-111011001011 clinical-testing 6
-111011001011 glow-in-the-dark 6
-111011001011 single-room 6
-111011001011 unemployment-compensation 7
-111011001011 government-relations 7
-111011001011 sex-education 7
-111011001011 executive-compensation 7
-111011001011 preclinical 7
-111011001011 low-vision 7
-111011001011 overnight-delivery 7
-111011001011 crash-test 7
-111011001011 stop-smoking 7
-111011001011 AIDS-testing 7
-111011001011 toxicological 7
-111011001011 billy 7
-111011001011 cosmetology 7
-111011001011 estate-planning 7
-111011001011 stress-management 7
-111011001011 non-personnel 8
-111011001011 investment-related 8
-111011001011 health-benefit 8
-111011001011 post-operative 8
-111011001011 tax-saving 8
-111011001011 revenue-generating 8
-111011001011 discount-coupon 8
-111011001011 special-education 8
-111011001011 post-employment 8
-111011001011 low-interest-rate 8
-111011001011 medical-research 8
-111011001011 baggage-handling 8
-111011001011 funerary 8
-111011001011 auto-sales 8
-111011001011 land-idling 8
-111011001011 social-services 8
-111011001011 food-stamp 9
-111011001011 public-transit 9
-111011001011 childcare 9
-111011001011 drug-rehabilitation 9
-111011001011 emergency-response 9
-111011001011 chemical-dependency 9
-111011001011 frequent-flyer 9
-111011001011 sewer-construction 9
-111011001011 phase-three 9
-111011001011 kisha 9
-111011001011 adult-education 9
-111011001011 anatomical 9
-111011001011 emissions-control 9
-111011001011 elder-care 9
-111011001011 market-timing 10
-111011001011 fire-prevention 10
-111011001011 urban-development 10
-111011001011 postnatal 10
-111011001011 pre-natal 10
-111011001011 buyer-incentive 10
-111011001011 work-study 10
-111011001011 daycare 10
-111011001011 logistic 10
-111011001011 coated-paper 10
-111011001011 dependent-care 10
-111011001011 bereavement 10
-111011001011 back-pain 10
-111011001011 bond-rating 10
-111011001011 general-liability 10
-111011001011 highway-construction 11
-111011001011 recordkeeping 11
-111011001011 industrial-development 11
-111011001011 biotechnological 11
-111011001011 public-assistance 11
-111011001011 whole-life 11
-111011001011 foreign-language 11
-111011001011 drug-development 11
-111011001011 construction-management 11
-111011001011 garbage-disposal 11
-111011001011 blood-screening 11
-111011001011 space-science 11
-111011001011 archival 12
-111011001011 pilot-training 12
-111011001011 wind-shear 12
-111011001011 curricular 12
-111011001011 catastrophic-health 12
-111011001011 first-aid 12
-111011001011 audiotex 13
-111011001011 skilled-nursing 13
-111011001011 gymnastic 13
-111011001011 SBIR 13
-111011001011 student-aid 14
-111011001011 gynecological 14
-111011001011 anti-copying 14
-111011001011 in-home 14
-111011001011 loan-guarantee 14
-111011001011 home-office 15
-111011001011 epidemiological 15
-111011001011 booby 15
-111011001011 substance-abuse 16
-111011001011 job-placement 16
-111011001011 cash-value 17
-111011001011 medigap 17
-111011001011 legal-services 17
-111011001011 water-supply 17
-111011001011 psychoanalytic 17
-111011001011 computer-science 18
-111011001011 community-development 19
-111011001011 sales-incentive 19
-111011001011 rural-development 19
-111011001011 free-choice 19
-111011001011 geophysical 19
-111011001011 securities-related 19
-111011001011 drug-treatment 19
-111011001011 ambulatory 20
-111011001011 sonic 20
-111011001011 neonatal 21
-111011001011 waste-water 21
-111011001011 higher-education 22
-111011001011 community-service 22
-111011001011 universal-life 23
-111011001011 pressure-sensitive 23
-111011001011 scuba 23
-111011001011 people-meter 23
-111011001011 investment-oriented 23
-111011001011 analytic 23
-111011001011 post-retirement 24
-111011001011 space-station 24
-111011001011 oceanographic 24
-111011001011 planetary 24
-111011001011 spinal 25
-111011001011 farm-subsidy 26
-111011001011 acoustic 26
-111011001011 social-security 26
-111011001011 paternity 26
-111011001011 correctional 27
-111011001011 aquatic 28
-111011001011 job-search 28
-111011001011 rate-making 29
-111011001011 triple-mileage 29
-111011001011 social-service 29
-111011001011 employer-provided 30
-111011001011 travel-related 31
-111011001011 medical-care 33
-111011001011 community-based 33
-111011001011 gelatin 34
-111011001011 nonfiction 36
-111011001011 custodial 36
-111011001011 drug-abuse 37
-111011001011 inpatient 37
-111011001011 GSP 37
-111011001011 student-loan 38
-111011001011 air-traffic-control 38
-111011001011 bodily 38
-111011001011 instructional 39
-111011001011 safe-harbor 39
-111011001011 home-care 39
-111011001011 test-tube 41
-111011001011 empirical 41
-111011001011 audio-visual 42
-111011001011 long-term-care 45
-111011001011 mergers-and-acquisitions 45
-111011001011 family-planning 45
-111011001011 orthopedic 45
-111011001011 secretarial 46
-111011001011 social-welfare 47
-111011001011 no-fault 48
-111011001011 economic-development 48
-111011001011 nuclear-plant 48
-111011001011 veterinary 48
-111011001011 financial-aid 49
-111011001011 birth-control 49
-111011001011 catastrophic-illness 55
-111011001011 healthcare 59
-111011001011 sanitation 60
-111011001011 mass-transit 61
-111011001011 job-training 65
-111011001011 prenatal 76
-111011001011 machining 76
-111011001011 prescription-drug 77
-111011001011 dial-a-porn 78
-111011001011 actuarial 78
-111011001011 mental-health 80
-111011001011 polygraph 82
-111011001011 maternity 84
-111011001011 public-health 88
-111011001011 vocational 94
-111011001011 nutritional 98
-111011001011 molecular 102
-111011001011 miscellaneous 109
-111011001011 amusement 123
-111011001011 therapeutic 136
-111011001011 analytical 145
-111011001011 outpatient 154
-111011001011 health-insurance 155
-111011001011 nursing-home 161
-111011001011 dental 189
-111011001011 elementary 192
-111011001011 disability 215
-111011001011 frequent-flier 218
-111011001011 surgical 224
-111011001011 day-care 267
-111011001011 protective 331
-111011001011 athletic 337
-111011001011 diagnostic 340
-111011001011 child-care 399
-111011001011 statistical 463
-111011001011 aviation 645
-111011001011 clinical 716
-111011001011 academic 768
-111011001011 educational 808
-111011001011 scientific 1416
-111011001011 health-care 1464
-111011001011 health 6033
-111011001011 medical 4166
-11101100110 religious/political 1
-11101100110 non-Euclidean 1
-11101100110 work-family 1
-11101100110 medicine-containing 1
-11101100110 pre-automotive 1
-11101100110 race-reform 1
-11101100110 queen-sized 1
-11101100110 down-in-the-mud 1
-11101100110 pro-civil 1
-11101100110 21000.00 1
-11101100110 hour-to-hour 1
-11101100110 closing-costs 1
-11101100110 banquette 1
-11101100110 live-for-today 1
-11101100110 pro-feminist 1
-11101100110 nuclear-free-world 1
-11101100110 pro-strike 1
-11101100110 animist 1
-11101100110 almost-successful 1
-11101100110 carved-wood 1
-11101100110 chicory-flavored 1
-11101100110 premeeting 1
-11101100110 body-construction 1
-11101100110 command-economy 1
-11101100110 boyar 1
-11101100110 Italian-Yiddish 1
-11101100110 harbor-dredging 1
-11101100110 inkind 1
-11101100110 all-arms 1
-11101100110 manufacturing-plant 1
-11101100110 feminized 1
-11101100110 off-the-field 1
-11101100110 radar-station 1
-11101100110 map-reading 1
-11101100110 show-of-strength 1
-11101100110 chip-production 1
-11101100110 technical/political/media 1
-11101100110 fuzzy-data 1
-11101100110 rocket-vehicle 1
-11101100110 dressup 1
-11101100110 office-management 1
-11101100110 waste-infested 1
-11101100110 animistic 1
-11101100110 Burnett-Vickers 1
-11101100110 countrystyle 1
-11101100110 weapons-exports 1
-11101100110 star-like 1
-11101100110 customer-gouging 1
-11101100110 haute-bimbo 1
-11101100110 publicity-raising 1
-11101100110 agent-related 1
-11101100110 tuxed 1
-11101100110 MX-missile 1
-11101100110 behaviorial 1
-11101100110 core-business 1
-11101100110 kamikaze-style 1
-11101100110 mind-game 1
-11101100110 bacchanalian 1
-11101100110 hydrological 1
-11101100110 after-glowing 1
-11101100110 supply/service 1
-11101100110 night-pay 1
-11101100110 acdemic 1
-11101100110 Cui 1
-11101100110 pre 1
-11101100110 separtion-of-powers 1
-11101100110 epicurean 1
-11101100110 early-campaign 1
-11101100110 long-deserved 1
-11101100110 limb-threatening 1
-11101100110 corporate-levity 1
-11101100110 re-sifting 1
-11101100110 anti-surrogacy 1
-11101100110 pressed-down 1
-11101100110 monument-eroding 1
-11101100110 white-on-white 1
-11101100110 non-exempt 1
-11101100110 camera-friendly 1
-11101100110 capital-recovery 1
-11101100110 antiU.S. 1
-11101100110 honey-colored 1
-11101100110 post-octogenarian 1
-11101100110 homographic 1
-11101100110 scholastics 1
-11101100110 British-governed 1
-11101100110 Cuban/Haitian 1
-11101100110 flulike 1
-11101100110 wrong-side-of-the-tracks 1
-11101100110 signal-emitting 1
-11101100110 mutton-chop 1
-11101100110 handcraft 1
-11101100110 Nobel-prize 1
-11101100110 post-work 1
-11101100110 not-terribly-convincing 1
-11101100110 wind-mussed 1
-11101100110 bioenvironmental 1
-11101100110 32-pound 1
-11101100110 violet-velvet 1
-11101100110 liquorous 1
-11101100110 pedestrian-oriented 1
-11101100110 plant-crossing 1
-11101100110 coat-hanging 1
-11101100110 zinging 1
-11101100110 powder-and-brush 1
-11101100110 moseying 1
-11101100110 job-program 1
-11101100110 scriptural 1
-11101100110 one-man-army 1
-11101100110 oft-voiced 1
-11101100110 enrapturing 1
-11101100110 government-protected 1
-11101100110 central-utility 1
-11101100110 boxing-hype 1
-11101100110 British-patrolled 1
-11101100110 international-bullion 1
-11101100110 interatomic 1
-11101100110 duck-liver 1
-11101100110 SDI-system 1
-11101100110 oasislike 1
-11101100110 mass-layoff 1
-11101100110 sometimes-blatant 1
-11101100110 hand-syringe 1
-11101100110 employee-employer 1
-11101100110 anti-rejection 1
-11101100110 electroweak 1
-11101100110 quark 1
-11101100110 lane-changing 1
-11101100110 political-ideological 1
-11101100110 45-inch 1
-11101100110 combat-flier 1
-11101100110 pure-meat 1
-11101100110 security-clearance 1
-11101100110 quasi-baroque 1
-11101100110 Loden 1
-11101100110 retro-date 1
-11101100110 more-willing 1
-11101100110 give-em-hell 1
-11101100110 55-year 1
-11101100110 liver-damage 1
-11101100110 publicpolicy 1
-11101100110 Hamletlike 1
-11101100110 rocket-system 1
-11101100110 pan-Turkic 1
-11101100110 political/economic 1
-11101100110 city-related 1
-11101100110 dog-earred 1
-11101100110 74-year 1
-11101100110 chemical-by-chemical 1
-11101100110 pseudoeconomic 1
-11101100110 inter-hour 1
-11101100110 white-figured 1
-11101100110 he's-guilty-until-proved-innocent 1
-11101100110 work-time 1
-11101100110 gas-mask 1
-11101100110 nonjailable 1
-11101100110 Nutrasome 1
-11101100110 half-conscious 1
-11101100110 peek-aboo 1
-11101100110 bus-truck 1
-11101100110 customer-relation 1
-11101100110 typological 1
-11101100110 market-damping 1
-11101100110 doom-filled 1
-11101100110 rhapsodical 1
-11101100110 crime-drama 1
-11101100110 Dentyne 1
-11101100110 telecaster 1
-11101100110 slice-of-America 1
-11101100110 hard-edge 1
-11101100110 electrowinning 1
-11101100110 unglittering 1
-11101100110 Laverne/Shirley 1
-11101100110 fished-out 1
-11101100110 Catholic-Protestant 1
-11101100110 plutonium-handling 1
-11101100110 disease-resistance 1
-11101100110 revenue-law 1
-11101100110 congressional-media 1
-11101100110 slouchy 1
-11101100110 broadcast-and-cable 1
-11101100110 bargaining-table 1
-11101100110 class-oriented 1
-11101100110 five-story-high 1
-11101100110 toweling 1
-11101100110 thigh-length 1
-11101100110 Democratic-style 1
-11101100110 seven-country 1
-11101100110 cough-and-cold 1
-11101100110 university-entrance 1
-11101100110 fatigue-related 1
-11101100110 benefit-to-risk 1
-11101100110 yellowwood 1
-11101100110 batting-helmet-throw 1
-11101100110 hoed 1
-11101100110 whitened 1
-11101100110 ever-more-ingenious 1
-11101100110 digital-recording 1
-11101100110 anti-Moscow 2
-11101100110 quotidian 2
-11101100110 Hindu-Moslem 2
-11101100110 nice-guy 2
-11101100110 unacademic 2
-11101100110 inquisitorial 2
-11101100110 uranium-contract 2
-11101100110 1,000-word 2
-11101100110 intra-agency 2
-11101100110 Verdian 2
-11101100110 quasi-legal 2
-11101100110 Spenglerian 2
-11101100110 foreign-study 2
-11101100110 burn-like 2
-11101100110 guerrilla-like 2
-11101100110 beach-front 2
-11101100110 57-year 2
-11101100110 neo-populist 2
-11101100110 contrapuntal 2
-11101100110 fizzy 2
-11101100110 ill-health 2
-11101100110 locational 2
-11101100110 sociocultural 2
-11101100110 fresh-water 2
-11101100110 regulatory-approval 2
-11101100110 slangy 2
-11101100110 pressure-group 2
-11101100110 inside-Washington 2
-11101100110 property-rights 2
-11101100110 warmongering 2
-11101100110 self-limited 2
-11101100110 base-line 2
-11101100110 food-scare 2
-11101100110 free-radical 2
-11101100110 Fifth-Amendment 2
-11101100110 spy-novel 2
-11101100110 re-regulatory 2
-11101100110 often-brutal 2
-11101100110 true-Texas 2
-11101100110 tough-cop 2
-11101100110 center-city 2
-11101100110 roguish 2
-11101100110 nuclear-forces 2
-11101100110 pro-trade 2
-11101100110 pro-European 2
-11101100110 twin-deficits 2
-11101100110 risk-aversive 2
-11101100110 how-to-channel 2
-11101100110 paper-towel 2
-11101100110 personal-destruction 2
-11101100110 odd-couple 2
-11101100110 heart-pounding 2
-11101100110 ever-shifting 2
-11101100110 anti-colonial 2
-11101100110 post-sales 2
-11101100110 arteriosclerotic 2
-11101100110 writerly 2
-11101100110 country-risk 2
-11101100110 Kennedyesque 2
-11101100110 ulcerative 2
-11101100110 side-to-side 2
-11101100110 public-diplomacy 2
-11101100110 north-country 2
-11101100110 Gorbachev-era 2
-11101100110 closed-camp 2
-11101100110 six-pointed 2
-11101100110 meterological 2
-11101100110 Maoist-style 2
-11101100110 forest-fire 2
-11101100110 slate-blue 2
-11101100110 multicompany 2
-11101100110 drug-consuming 2
-11101100110 dairy-goat 2
-11101100110 floating-dollar 2
-11101100110 health-risk 2
-11101100110 less-than-overwhelming 2
-11101100110 post-campaign 2
-11101100110 anti-Afghan 2
-11101100110 option-writing 2
-11101100110 Parkinson's-like 2
-11101100110 wasp 2
-11101100110 circadian 2
-11101100110 immodest 2
-11101100110 Reagan-like 2
-11101100110 job-induced 2
-11101100110 womanly 2
-11101100110 eugenic 2
-11101100110 four-ounce 2
-11101100110 we-they 2
-11101100110 parabolic 2
-11101100110 Goliathan 2
-11101100110 pantheistic 2
-11101100110 once-strong 2
-11101100110 patient-centered 2
-11101100110 ozone-layer 2
-11101100110 industrial-pollution 2
-11101100110 stem-winding 2
-11101100110 origami 2
-11101100110 fashion-industry 2
-11101100110 patient-rights 2
-11101100110 down-the-middle 2
-11101100110 coachly 2
-11101100110 etymological 2
-11101100110 emerging-growth-stock 2
-11101100110 petty-cash 2
-11101100110 anti-employee 2
-11101100110 Swabian 2
-11101100110 anti-vivisection 2
-11101100110 sanguinary 2
-11101100110 non-racial 2
-11101100110 work-and-family 2
-11101100110 cold-war 2
-11101100110 language-arts 2
-11101100110 scat-singing 2
-11101100110 time-limited 2
-11101100110 interregional 2
-11101100110 sightless 2
-11101100110 worker-management 2
-11101100110 shaggy-dog 2
-11101100110 corporate-raider 2
-11101100110 pro-America 2
-11101100110 well-displayed 2
-11101100110 decisional 2
-11101100110 multisport 2
-11101100110 money-growth 2
-11101100110 credit-damaging 3
-11101100110 beady 3
-11101100110 disease-fighting 3
-11101100110 anti-Thatcher 3
-11101100110 pyschological 3
-11101100110 family-farm 3
-11101100110 treatment-related 3
-11101100110 small-is-beautiful 3
-11101100110 legal-size 3
-11101100110 anti-Turkish 3
-11101100110 porcine 3
-11101100110 fratricidal 3
-11101100110 civil-libertarian 3
-11101100110 gluey 3
-11101100110 subregional 3
-11101100110 kung-fu 3
-11101100110 price-chart 3
-11101100110 more-cautious 3
-11101100110 much-different 3
-11101100110 wise-guy 3
-11101100110 muddle-headed 3
-11101100110 patrimonial 3
-11101100110 nuclear-testing 3
-11101100110 health-threatening 3
-11101100110 second-to-die 3
-11101100110 canopied 3
-11101100110 often-conflicting 3
-11101100110 CFTR 3
-11101100110 telephone-industry 3
-11101100110 target-zone 3
-11101100110 exploitive 3
-11101100110 pietistic 3
-11101100110 anal 3
-11101100110 semiotic 3
-11101100110 socio-political 3
-11101100110 affectless 3
-11101100110 oil-stock 3
-11101100110 tolling 3
-11101100110 time-zone 3
-11101100110 leavening 3
-11101100110 resource-allocation 3
-11101100110 global-debt 3
-11101100110 bumper-sticker 3
-11101100110 quality-of-life 3
-11101100110 big-power 3
-11101100110 Franco-U.S. 3
-11101100110 elasticized 3
-11101100110 pouty 3
-11101100110 sports-law 3
-11101100110 lower-key 3
-11101100110 tire-industry 3
-11101100110 art-nouveau 3
-11101100110 conjugal 3
-11101100110 guaranteed-acceptance 3
-11101100110 exchange-control 3
-11101100110 Spielbergian 3
-11101100110 psychosomatic 3
-11101100110 he-man 3
-11101100110 inter-Arab 3
-11101100110 anti-plastic 3
-11101100110 buddy-buddy 3
-11101100110 electoral-vote 3
-11101100110 straw-man 3
-11101100110 great-power 3
-11101100110 film-industry 3
-11101100110 Churchillian 3
-11101100110 gee-whiz 3
-11101100110 monthslong 3
-11101100110 limpid 3
-11101100110 intra-party 3
-11101100110 buy-side 3
-11101100110 accommodationist 3
-11101100110 labor-shortage 3
-11101100110 waspish 3
-11101100110 loan-portfolio 3
-11101100110 single-firm 3
-11101100110 public-speaking 3
-11101100110 avantgarde 3
-11101100110 public-image 3
-11101100110 corporate-culture 3
-11101100110 birth-defect 4
-11101100110 drug-addiction 4
-11101100110 more-serious 4
-11101100110 market-like 4
-11101100110 libel-law 4
-11101100110 pro-development 4
-11101100110 permanent-residence 4
-11101100110 mother-daughter 4
-11101100110 statute-of-limitations 4
-11101100110 crinkly 4
-11101100110 periodontal 4
-11101100110 martial-arts 4
-11101100110 Alsatian 4
-11101100110 trade-gap 4
-11101100110 social-science 4
-11101100110 retinal 4
-11101100110 immigration-rights 4
-11101100110 anti-Dukakis 4
-11101100110 high-decibel 4
-11101100110 garage-sale 4
-11101100110 computer-market 4
-11101100110 pre-fight 4
-11101100110 hot-dip 4
-11101100110 comic-strip 4
-11101100110 chamber-music 4
-11101100110 co-dependent 4
-11101100110 post-surgical 4
-11101100110 income-distribution 4
-11101100110 playing-field 4
-11101100110 growth-related 4
-11101100110 loan-quality 4
-11101100110 state-law 4
-11101100110 neo-conservative 4
-11101100110 microbiological 4
-11101100110 permafrost 4
-11101100110 libidinous 4
-11101100110 chemical-waste 4
-11101100110 neo-Marxist 4
-11101100110 discourteous 4
-11101100110 arms-treaty 4
-11101100110 free-agency 4
-11101100110 wave-making 4
-11101100110 exempt-entity 4
-11101100110 politicial 4
-11101100110 cacophonous 4
-11101100110 secret-society 4
-11101100110 property-owning 4
-11101100110 foreignpolicy 4
-11101100110 horned 4
-11101100110 militarist 4
-11101100110 subtropical 4
-11101100110 no-nukes 4
-11101100110 fustian 4
-11101100110 anti-management 4
-11101100110 state-sanctioned 4
-11101100110 microtonal 4
-11101100110 family-related 4
-11101100110 bluesy 4
-11101100110 foreign-ownership 4
-11101100110 hotel-like 4
-11101100110 unsworn 4
-11101100110 creole 4
-11101100110 fix-it 4
-11101100110 MX-related 4
-11101100110 Emancipation 4
-11101100110 fascistic 4
-11101100110 split-second 4
-11101100110 remastering 4
-11101100110 political-party 4
-11101100110 share-voting 4
-11101100110 1,000-year 4
-11101100110 atom-smasher 5
-11101100110 showbiz 5
-11101100110 art-historical 5
-11101100110 private-property 5
-11101100110 price-reform 5
-11101100110 lapidary 5
-11101100110 dinner-table 5
-11101100110 family-travel 5
-11101100110 multistep 5
-11101100110 law-and-economics 5
-11101100110 seasonal-adjustment 5
-11101100110 whimpering 5
-11101100110 metal-fatigue 5
-11101100110 bluish 5
-11101100110 pro-Palestinian 5
-11101100110 larcenous 5
-11101100110 semiconscious 5
-11101100110 calving 5
-11101100110 state-imposed 5
-11101100110 non-academic 5
-11101100110 civilizing 5
-11101100110 Malthusian 5
-11101100110 high-flown 5
-11101100110 off-beat 5
-11101100110 equal-information 5
-11101100110 authorial 5
-11101100110 classified-ad 5
-11101100110 constructivist 5
-11101100110 social-justice 5
-11101100110 post-traumatic-stress 5
-11101100110 legal-studies 5
-11101100110 fluidized 5
-11101100110 pain-and-suffering 5
-11101100110 cell-killing 5
-11101100110 Yanqui 5
-11101100110 anti-Yankee 5
-11101100110 vaporous 5
-11101100110 carotid 5
-11101100110 result-oriented 6
-11101100110 fulsome 6
-11101100110 McCarthyite 6
-11101100110 40-degree 6
-11101100110 high-sounding 6
-11101100110 nihilistic 6
-11101100110 hemorrhoid 6
-11101100110 family-centered 6
-11101100110 grammatical 6
-11101100110 undesired 6
-11101100110 iatrogenic 6
-11101100110 intercollegiate 6
-11101100110 free-press 6
-11101100110 pro-Arab 6
-11101100110 weak-dollar 6
-11101100110 millennial 6
-11101100110 boot-camp 6
-11101100110 anti-slavery 6
-11101100110 aboriginal 6
-11101100110 Soviet-sponsored 6
-11101100110 gothic 6
-11101100110 curative 6
-11101100110 life-or-death 6
-11101100110 senior-management 6
-11101100110 black-white 6
-11101100110 argyle 6
-11101100110 dynastic 6
-11101100110 concentric 6
-11101100110 egg-shaped 6
-11101100110 sunlit 6
-11101100110 more-liberal 6
-11101100110 foxhole 6
-11101100110 social-policy 6
-11101100110 site-specific 6
-11101100110 trade-zone 6
-11101100110 legal-ethics 6
-11101100110 smaller-scale 6
-11101100110 nuclear-freeze 6
-11101100110 flamenco 6
-11101100110 big-picture 6
-11101100110 constitutional-law 6
-11101100110 theocratic 6
-11101100110 depressive 6
-11101100110 cartel-like 6
-11101100110 flight-crew 6
-11101100110 fecal 6
-11101100110 old-world 6
-11101100110 drug-induced 6
-11101100110 cross-rate 7
-11101100110 product-by-product 7
-11101100110 venomous 7
-11101100110 class-warfare 7
-11101100110 projective 7
-11101100110 flight-test 7
-11101100110 rheumatic 7
-11101100110 wiccan 7
-11101100110 scholastic 7
-11101100110 tough-guy 7
-11101100110 shelf-life 7
-11101100110 crowd-pleasing 7
-11101100110 auto-immune 7
-11101100110 harmonic 7
-11101100110 banana-republic 7
-11101100110 pop-culture 7
-11101100110 post-colonial 7
-11101100110 ulterior 7
-11101100110 black-on-black 7
-11101100110 on-and-off 7
-11101100110 anti-merger 7
-11101100110 investment-banker 8
-11101100110 dollars-and-cents 8
-11101100110 locker-room 8
-11101100110 pre-opening 8
-11101100110 methodological 8
-11101100110 counter-revolutionary 8
-11101100110 government-sanctioned 8
-11101100110 anti-social 8
-11101100110 price-level 8
-11101100110 well-crafted 8
-11101100110 before-and-after 8
-11101100110 farm-policy 8
-11101100110 prefab 8
-11101100110 new-fangled 8
-11101100110 national-defense 8
-11101100110 nuclear-winter 8
-11101100110 neoconservative 8
-11101100110 fast-breaking 8
-11101100110 redistributive 8
-11101100110 strep 8
-11101100110 cross-cultural 9
-11101100110 bottom-up 9
-11101100110 go-it-alone 9
-11101100110 police-state 9
-11101100110 left-right 9
-11101100110 olfactory 9
-11101100110 anti-labor 9
-11101100110 horse-race 9
-11101100110 penile 9
-11101100110 balance-of-power 9
-11101100110 revolving-door 9
-11101100110 histrionic 9
-11101100110 brain-drain 9
-11101100110 social-democratic 10
-11101100110 incomparable 10
-11101100110 shifty 10
-11101100110 air-fare 10
-11101100110 opening-night 10
-11101100110 novelistic 10
-11101100110 tax-avoidance 10
-11101100110 scorched-earth 10
-11101100110 infrastructural 10
-11101100110 gravitational 10
-11101100110 sensory 10
-11101100110 rococo 10
-11101100110 lawyerly 10
-11101100110 business-climate 10
-11101100110 puerile 10
-11101100110 cost-based 10
-11101100110 bushy 10
-11101100110 lunch-time 10
-11101100110 contorted 10
-11101100110 sinus 10
-11101100110 minute-by-minute 10
-11101100110 flu-like 10
-11101100110 aural 10
-11101100110 race-based 10
-11101100110 anti-military 10
-11101100110 sartorial 11
-11101100110 pugnacious 11
-11101100110 antisocial 11
-11101100110 health-policy 11
-11101100110 philosophic 11
-11101100110 show-biz 11
-11101100110 long-suppressed 11
-11101100110 diabolical 11
-11101100110 drug-dealing 11
-11101100110 shop-floor 11
-11101100110 tonal 11
-11101100110 single-issue 11
-11101100110 product-line 11
-11101100110 unswerving 11
-11101100110 normative 11
-11101100110 financial-industry 11
-11101100110 intramural 11
-11101100110 directorial 11
-11101100110 interest-group 11
-11101100110 circulatory 12
-11101100110 equine 12
-11101100110 transcendent 12
-11101100110 national-interest 12
-11101100110 internecine 12
-11101100110 seat-of-the-pants 12
-11101100110 opening-day 12
-11101100110 celestial 12
-11101100110 microeconomic 12
-11101100110 geologic 12
-11101100110 hegemonic 12
-11101100110 Shakespearean 12
-11101100110 barbed-wire 12
-11101100110 fatherly 12
-11101100110 choreographic 12
-11101100110 doctor-patient 12
-11101100110 left-liberal 13
-11101100110 programmatic 13
-11101100110 compositional 13
-11101100110 skeletal 13
-11101100110 rags-to-riches 13
-11101100110 oratorical 13
-11101100110 post-Vietnam 13
-11101100110 unenumerated 13
-11101100110 get-rich-quick 13
-11101100110 attitudinal 13
-11101100110 trend-following 13
-11101100110 symphonic 13
-11101100110 anthropological 14
-11101100110 sculptural 14
-11101100110 textual 14
-11101100110 inbred 14
-11101100110 sci-fi 14
-11101100110 Luddite 14
-11101100110 Freudian 14
-11101100110 go-slow 14
-11101100110 brotherly 14
-11101100110 kamikaze 14
-11101100110 cut-throat 14
-11101100110 sloping 14
-11101100110 ergonomic 14
-11101100110 painterly 14
-11101100110 nuts-and-bolts 14
-11101100110 price-performance 14
-11101100110 derisive 15
-11101100110 Namibian 15
-11101100110 thoughtless 15
-11101100110 sanctimonious 15
-11101100110 neutralist 15
-11101100110 demand-side 15
-11101100110 proletarian 15
-11101100110 original-intent 15
-11101100110 anti-Israeli 15
-11101100110 pithy 15
-11101100110 intraparty 15
-11101100110 kindred 15
-11101100110 tax-act 15
-11101100110 socialistic 16
-11101100110 backroom 16
-11101100110 child-welfare 16
-11101100110 astrological 16
-11101100110 arctic 16
-11101100110 anti-Noriega 16
-11101100110 non-smoking 16
-11101100110 tax-policy 16
-11101100110 sectarian 17
-11101100110 labor-union 17
-11101100110 Darwinian 17
-11101100110 Judeo-Christian 17
-11101100110 triangular 17
-11101100110 headline-grabbing 17
-11101100110 cognitive 17
-11101100110 crisis-management 18
-11101100110 pungent 18
-11101100110 termite 18
-11101100110 hormonal 18
-11101100110 grassroots 18
-11101100110 bear-market 18
-11101100110 no-tax 18
-11101100110 immunological 18
-11101100110 two-party 18
-11101100110 re-education 18
-11101100110 vascular 18
-11101100110 welfare-state 18
-11101100110 nefarious 19
-11101100110 disinflationary 19
-11101100110 nocturnal 19
-11101100110 futures-market 19
-11101100110 digestive 19
-11101100110 on-air 19
-11101100110 unremitting 19
-11101100110 high-priority 19
-11101100110 anti-U.S. 19
-11101100110 choral 19
-11101100110 chemical-warfare 19
-11101100110 vaginal 19
-11101100110 fraternal 20
-11101100110 Confucian 20
-11101100110 inflation-fighting 20
-11101100110 drug-industry 20
-11101100110 profit-margin 20
-11101100110 diversionary 20
-11101100110 duplicative 21
-11101100110 mercantilist 21
-11101100110 monastic 21
-11101100110 pro-family 21
-11101100110 demagogic 21
-11101100110 collectivist 21
-11101100110 no-growth 21
-11101100110 kiss-and-tell 21
-11101100110 earthly 22
-11101100110 intestinal 22
-11101100110 no-layoff 22
-11101100110 back-room 22
-11101100110 expense-account 22
-11101100110 tree-lined 22
-11101100110 imperialist 23
-11101100110 living-room 23
-11101100110 market-based 23
-11101100110 interpersonal 23
-11101100110 right-to-life 23
-11101100110 anti-aging 23
-11101100110 biochemical 23
-11101100110 contingency-fee 23
-11101100110 capitalistic 24
-11101100110 physiological 24
-11101100110 explanatory 24
-11101100110 non-economic 24
-11101100110 hit-and-run 24
-11101100110 efficient-market 24
-11101100110 interlocking 24
-11101100110 motivational 24
-11101100110 plaid 25
-11101100110 interpretive 25
-11101100110 supernatural 25
-11101100110 cinematic 26
-11101100110 free-speech 26
-11101100110 subterranean 26
-11101100110 sudden-acceleration 26
-11101100110 noneconomic 27
-11101100110 maternal 27
-11101100110 separation-of-powers 27
-11101100110 thematic 27
-11101100110 fait 27
-11101100110 brokerage-house 28
-11101100110 gastrointestinal 28
-11101100110 pulmonary 28
-11101100110 country-club 28
-11101100110 fairy-tale 29
-11101100110 geriatric 29
-11101100110 theological 29
-11101100110 socioeconomic 30
-11101100110 metaphysical 30
-11101100110 get-tough 30
-11101100110 haute 30
-11101100110 typographical 30
-11101100110 pre-existing 31
-11101100110 cosmic 31
-11101100110 Zionist 31
-11101100110 monopolistic 31
-11101100110 archaeological 31
-11101100110 forensic 32
-11101100110 strong-arm 32
-11101100110 business-cycle 32
-11101100110 culinary 33
-11101100110 behavioral 33
-11101100110 linguistic 33
-11101100110 factional 34
-11101100110 life-style 34
-11101100110 balance-sheet 34
-11101100110 financial-market 34
-11101100110 customer-service 34
-11101100110 pictorial 34
-11101100110 vigilante 35
-11101100110 stylistic 36
-11101100110 common-law 36
-11101100110 sociological 36
-11101100110 philanthropic 36
-11101100110 revisionist 37
-11101100110 volcanic 38
-11101100110 geometric 38
-11101100110 egalitarian 38
-11101100110 biographical 39
-11101100110 gamma 39
-11101100110 monetarist 40
-11101100110 securities-industry 40
-11101100110 geological 40
-11101100110 anti-war 40
-11101100110 law-school 40
-11101100110 computer-industry 40
-11101100110 Gothic 41
-11101100110 law-and-order 41
-11101100110 rhythmic 41
-11101100110 neurological 41
-11101100110 free-enterprise 43
-11101100110 stock-picking 43
-11101100110 real-world 44
-11101100110 anti-tax 45
-11101100110 bond-market 46
-11101100110 migraine 46
-11101100110 herbal 46
-11101100110 pro-life 47
-11101100110 jurisdictional 48
-11101100110 nonviolent 48
-11101100110 trade-union 48
-11101100110 developmental 49
-11101100110 biblical 49
-11101100110 generational 53
-11101100110 statist 53
-11101100110 conceptual 56
-11101100110 anti-Soviet 58
-11101100110 fetal 58
-11101100110 facial 59
-11101100110 societal 59
-11101100110 safety-related 60
-11101100110 pork-barrel 60
-11101100110 reproductive 63
-11101100110 rhetorical 63
-11101100110 cardiac 66
-11101100110 communal 67
-11101100110 dietary 67
-11101100110 public-policy 68
-11101100110 reformist 69
-11101100110 Western-style 71
-11101100110 geopolitical 73
-11101100110 inflammatory 73
-11101100110 hands-off 76
-11101100110 nationalistic 78
-11101100110 work-rule 78
-11101100110 numerical 79
-11101100110 Keynesian 79
-11101100110 ecological 82
-11101100110 logistical 82
-11101100110 functional 83
-11101100110 vertical 86
-11101100110 quantitative 86
-11101100110 viral 87
-11101100110 bilingual 88
-11101100110 repressive 88
-11101100110 petty 91
-11101100110 factual 98
-11101100110 marital 99
-11101100110 aesthetic 101
-11101100110 behind-the-scenes 107
-11101100110 prosecutorial 109
-11101100110 drug-related 109
-11101100110 preventive 109
-11101100110 geographical 110
-11101100110 occupational 115
-11101100110 territorial 116
-11101100110 authoritarian 117
-11101100110 mathematical 118
-11101100110 journalistic 118
-11101100110 bourgeois 118
-11101100110 patriotic 119
-11101100110 respiratory 125
-11101100110 coronary 131
-11101100110 market-oriented 138
-11101100110 secular 138
-11101100110 grass-roots 141
-11101100110 tribal 143
-11101100110 scholarly 144
-11101100110 contractual 148
-11101100110 national-security 154
-11101100110 labor-management 154
-11101100110 nationalist 154
-11101100110 cash-flow 163
-11101100110 box-office 164
-11101100110 anti-competitive 164
-11101100110 comparative 179
-11101100110 verbal 184
-11101100110 everyday 190
-11101100110 geographic 195
-11101100110 theatrical 197
-11101100110 budgetary 211
-11101100110 supply-side 214
-11101100110 organizational 223
-11101100110 procedural 230
-11101100110 civic 230
-11101100110 spiritual 231
-11101100110 demographic 234
-11101100110 philosophical 244
-11101100110 visual 252
-11101100110 managerial 274
-11101100110 artistic 280
-11101100110 comic 295
-11101100110 partisan 298
-11101100110 mechanical 327
-11101100110 catastrophic 349
-11101100110 charitable 362
-11101100110 mental 401
-11101100110 bureaucratic 403
-11101100110 operational 405
-11101100110 literary 425
-11101100110 structural 426
-11101100110 foreign-policy 440
-11101100110 ethical 461
-11101100110 free-market 470
-11101100110 ideological 503
-11101100110 psychological 506
-11101100110 terrorist 543
-11101100110 racial 594
-11101100110 ethnic 610
-11101100110 sexual 614
-11101100110 intellectual 665
-11101100110 technological 708
-11101100110 historical 758
-11101100110 creative 795
-11101100110 physical 798
-11101100110 cultural 850
-11101100110 democratic 887
-11101100110 diplomatic 927
-11101100110 moral 976
-11101100110 religious 1202
-11101100110 constitutional 1422
-11101100110 human 2807
-11101100110 social 2972
-11101100110 technical 3262
-11101100110 political 13276
-11101100110 legal 6830
-111011001110 labor-generated 1
-111011001110 base-support 1
-111011001110 rural-traveling 1
-111011001110 anti-Congress 1
-111011001110 drug-preparation 1
-111011001110 once-stellar 1
-111011001110 aircraft-support 1
-111011001110 order-transmittal 1
-111011001110 fleet-planning 1
-111011001110 Corp.in 1
-111011001110 pension-management 1
-111011001110 counter-inflationary 1
-111011001110 one-at-a-time 1
-111011001110 balanced-investment 1
-111011001110 specialty-care 1
-111011001110 one-decision 1
-111011001110 switchings 1
-111011001110 go-stop-go 1
-111011001110 interindustry 1
-111011001110 peseta-bashing 1
-111011001110 bronze-decked 1
-111011001110 punk-pop 1
-111011001110 travel-assistance 1
-111011001110 5,759 1
-111011001110 already-precarious 1
-111011001110 capital-forming 1
-111011001110 facilities-design 1
-111011001110 discount-trading 1
-111011001110 metals-dealing 1
-111011001110 stock-chart 1
-111011001110 board-recruitment 1
-111011001110 non-permitted 1
-111011001110 trade-execution 1
-111011001110 family-stabilization 1
-111011001110 bolt-substitution 1
-111011001110 Fiesp 1
-111011001110 bond-law 1
-111011001110 teleprocessing 1
-111011001110 snow-trampling 1
-111011001110 go-for-broke 1
-111011001110 technical-product 1
-111011001110 pesticide-research 1
-111011001110 well-constructed 1
-111011001110 foreign-policy-setting 1
-111011001110 space-transportation-user 1
-111011001110 foreign-wig 1
-111011001110 less-than-wholesome 1
-111011001110 unresonant 1
-111011001110 475-year-old 1
-111011001110 consumer-financial 1
-111011001110 semi-comatose 1
-111011001110 trade-negotiation 1
-111011001110 spread-thin 1
-111011001110 global-growth 1
-111011001110 Country-direct 1
-111011001110 anti-court 1
-111011001110 customs-brokerages 1
-111011001110 tough-to-reach 1
-111011001110 covert-weapons 1
-111011001110 then-unfashionable 1
-111011001110 Asakusa 1
-111011001110 site-development 1
-111011001110 condemnatory 1
-111011001110 chemical-supply 1
-111011001110 tougher-on-defense 1
-111011001110 weapon-development 1
-111011001110 average-store 1
-111011001110 expansion-through-acquisition 1
-111011001110 125-year 1
-111011001110 computer-purchasing 1
-111011001110 subscriber-supported 1
-111011001110 hamhanded 1
-111011001110 smaller-pie 1
-111011001110 bunt-and-steal 1
-111011001110 pressure-pumping 1
-111011001110 niftiest 1
-111011001110 hardware-maintenance 1
-111011001110 workstation-management 1
-111011001110 nuclear-ship 1
-111011001110 fax-related 1
-111011001110 insider-dealing 1
-111011001110 day-health 1
-111011001110 quasi-banking 1
-111011001110 Goldengate 1
-111011001110 radioactive-waste 1
-111011001110 Del.-financial 1
-111011001110 financial-record 1
-111011001110 aviation-support 1
-111011001110 rope-walking 1
-111011001110 entertainment/communications/financial 1
-111011001110 teaching/research 1
-111011001110 graphic-reproduction 1
-111011001110 fresh-food 1
-111011001110 much-cited 1
-111011001110 eye-grabbing 1
-111011001110 industrial-dismantling 1
-111011001110 long-announced 1
-111011001110 never-spun 1
-111011001110 van-pool 1
-111011001110 expressionist-type 1
-111011001110 dark-alley 1
-111011001110 capital-driven 1
-111011001110 management-worker 1
-111011001110 passanger 1
-111011001110 volunteer-assisted 1
-111011001110 bottom-to-top 1
-111011001110 limit-skirting 1
-111011001110 bank-at-home 1
-111011001110 welfare-hotel 1
-111011001110 iron-pipe 1
-111011001110 post-Yalta 1
-111011001110 pay-perview 1
-111011001110 wealth-destroying 1
-111011001110 lithographing 1
-111011001110 arms-cutting 1
-111011001110 central-nervous-system 1
-111011001110 equipment-procurement 1
-111011001110 once-legendary 1
-111011001110 already-difficult 1
-111011001110 unhesitating 1
-111011001110 individual-account 1
-111011001110 staff-pay 1
-111011001110 question-answering 1
-111011001110 open-handed 1
-111011001110 base-operation 1
-111011001110 cost-controlled 1
-111011001110 batonless 1
-111011001110 tourist-related 1
-111011001110 testable 1
-111011001110 rubberchicken 1
-111011001110 logistics-planning 1
-111011001110 work-over 1
-111011001110 license-application-preparation 1
-111011001110 educative 1
-111011001110 rate-filing 1
-111011001110 pro-Shoreham 1
-111011001110 seismic-data 1
-111011001110 conslidated 1
-111011001110 hotel-reservation 1
-111011001110 then-unswerving 1
-111011001110 farm-crisis 1
-111011001110 electronic-research 1
-111011001110 dial-a-something 1
-111011001110 carrier-and-information 1
-111011001110 graphic-data 1
-111011001110 civic-lunch 1
-111011001110 producer-related 1
-111011001110 sick-care 1
-111011001110 brand-image 1
-111011001110 cloth-diaper 1
-111011001110 investment-law 1
-111011001110 big-rig 1
-111011001110 building-systems 1
-111011001110 drop-kicking 1
-111011001110 Sharpshooter 1
-111011001110 market-return 1
-111011001110 business-support 1
-111011001110 payroll-accounting 1
-111011001110 lewd-message 1
-111011001110 irradiation-sterilization 1
-111011001110 macho-attack 1
-111011001110 drug-monitoring 1
-111011001110 near-irrelevant 1
-111011001110 safety-regulation 1
-111011001110 share-dealing 1
-111011001110 pre-moratorium 1
-111011001110 Chinese-red 1
-111011001110 farm-politics 1
-111011001110 voice-and-data 1
-111011001110 nail-growing 1
-111011001110 oil-slick 1
-111011001110 retail-fixtures 1
-111011001110 swift-moving 1
-111011001110 Tianhe 1
-111011001110 no-frills-apparel 1
-111011001110 vagueness-as-virtue 1
-111011001110 business-policy 1
-111011001110 agriculture-extension 1
-111011001110 York-Simcoe 1
-111011001110 dial-aporn 1
-111011001110 non-loan 1
-111011001110 microwave-transmissions 1
-111011001110 enchanced 1
-111011001110 12-month-improvement 1
-111011001110 debt-redemption 1
-111011001110 system-financing 1
-111011001110 Mafia-busting 1
-111011001110 integrated-management 1
-111011001110 full-acquisition 1
-111011001110 plague-sized 1
-111011001110 tele-processing 1
-111011001110 electronic-listing 1
-111011001110 ocean-transport 1
-111011001110 truck-line 1
-111011001110 drilling-related 1
-111011001110 day-surgery 1
-111011001110 item-processing 1
-111011001110 immunology-based 1
-111011001110 stay-ahead 1
-111011001110 centrex 1
-111011001110 more-dynamic 1
-111011001110 better-devised 1
-111011001110 over-literary 1
-111011001110 structures-technology 1
-111011001110 real-estate-investor 1
-111011001110 livestock-feeding 1
-111011001110 information-provider 1
-111011001110 alternate-operator 1
-111011001110 software-and-services 1
-111011001110 much-postponed 1
-111011001110 Eurocity 1
-111011001110 pink-telephone 1
-111011001110 dashboard-styling 1
-111011001110 coastwise 1
-111011001110 fiscal-agent 1
-111011001110 shop-by-catalog 1
-111011001110 selfdamaging 1
-111011001110 deflector 1
-111011001110 noneducational 1
-111011001110 asset-financial 1
-111011001110 small-type 1
-111011001110 retrogressing 1
-111011001110 ground-transit 1
-111011001110 already-positive 1
-111011001110 theater-related 1
-111011001110 Triangle-related 1
-111011001110 aviation-training 1
-111011001110 foreign-news 1
-111011001110 errand-running 1
-111011001110 engineering-construction 1
-111011001110 tax-preferred 1
-111011001110 safety-glass 1
-111011001110 ad-spending 1
-111011001110 airline-crash 1
-111011001110 six-decade 1
-111011001110 socionomic 1
-111011001110 strategic-thinker 1
-111011001110 drilling-engineering 1
-111011001110 field-support 1
-111011001110 buildings-materials 1
-111011001110 spill-containment 1
-111011001110 326-day 2
-111011001110 multiple-listing 2
-111011001110 alternative-operator 2
-111011001110 construction-sector 2
-111011001110 tort-law 2
-111011001110 price-moving 2
-111011001110 pedagogic 2
-111011001110 three-president 2
-111011001110 open-interest 2
-111011001110 mimetic 2
-111011001110 cross-national 2
-111011001110 target-company 2
-111011001110 sun-bleached 2
-111011001110 submarine-design 2
-111011001110 PCB-disposal 2
-111011001110 portfolio-accounting 2
-111011001110 geotechnical 2
-111011001110 Covia/Apollo 2
-111011001110 global-financial 2
-111011001110 voting-booth 2
-111011001110 deferred-tax 2
-111011001110 dial-a-message 2
-111011001110 maintenence 2
-111011001110 computerized-trading 2
-111011001110 bid-related 2
-111011001110 telecom-equipment 2
-111011001110 trust-banking 2
-111011001110 merchandise-group 2
-111011001110 stockpicking 2
-111011001110 discount-pricing 2
-111011001110 calling-card 2
-111011001110 propulsions 2
-111011001110 near-photographic 2
-111011001110 radar-engineering 2
-111011001110 overseas-oriented 2
-111011001110 customer-support 2
-111011001110 ship-design 2
-111011001110 doom-laden 2
-111011001110 highway-patrol 2
-111011001110 car-industry 2
-111011001110 operator-assistance 2
-111011001110 car-auction 3
-111011001110 home-study 3
-111011001110 state-ordered 3
-111011001110 bumptious 3
-111011001110 risk-disclosure 3
-111011001110 out-of-stock 3
-111011001110 price-reporting 3
-111011001110 music-related 3
-111011001110 computer-programming 3
-111011001110 high-yen 3
-111011001110 central-banking 3
-111011001110 Lincoln-Douglas 3
-111011001110 technology-trade 3
-111011001110 Antillean 3
-111011001110 still-operating 3
-111011001110 small-print 3
-111011001110 restaurant-industry 3
-111011001110 school-sponsored 3
-111011001110 bill-paying 3
-111011001110 information-system 3
-111011001110 livestock-feed 3
-111011001110 knowledge-based 3
-111011001110 bank-like 4
-111011001110 Kvant 4
-111011001110 end-use 4
-111011001110 human-health 4
-111011001110 most-successful 4
-111011001110 title-related 4
-111011001110 mobile-communications 4
-111011001110 Wrongful 4
-111011001110 corporate-relations 4
-111011001110 teething 4
-111011001110 enviromental 4
-111011001110 technical-support 4
-111011001110 birth-dearth 4
-111011001110 weight-lifting 4
-111011001110 adminstrative 5
-111011001110 finanical 5
-111011001110 divide-and-conquer 5
-111011001110 retail-industry 5
-111011001110 Khoo-controlled 5
-111011001110 mellifluous 5
-111011001110 search-and-destroy 6
-111011001110 trade-matching 6
-111011001110 non-railroad 6
-111011001110 private-enterprise 6
-111011001110 voice-message 6
-111011001110 human-interest 6
-111011001110 nonacademic 7
-111011001110 gold-mine 7
-111011001110 savings-institution 7
-111011001110 radiological 7
-111011001110 janitorial 8
-111011001110 data-retrieval 8
-111011001110 open-bank 9
-111011001110 Pap-test 9
-111011001110 foreign-service 10
-111011001110 merchant-bank 10
-111011001110 air-transportation 10
-111011001110 aircraft-engineering 10
-111011001110 Arabica 13
-111011001110 quality-assurance 18
-111011001110 dial-it 18
-111011001110 dial-up 23
-111011001110 third-country 43
-111011001110 foreign-debt 81
-111011001110 financial 20755
-111011001110 oil-field 253
-111011001111 illegal-campaign-contribution 1
-111011001111 stratospheric-ozone 1
-111011001111 active-ownership 1
-111011001111 market-distorting 1
-111011001111 Road-Railer 1
-111011001111 cheapened-dollar 1
-111011001111 sales/marketing 1
-111011001111 too-hasty 1
-111011001111 down-labeling 1
-111011001111 Statesmanlike 1
-111011001111 nonstatutory 1
-111011001111 salad-fork 1
-111011001111 avionics-support-system 1
-111011001111 once-indisputable 1
-111011001111 forced-draft 1
-111011001111 debt-dependent 1
-111011001111 Olympic-look-alike 1
-111011001111 anti-Somoza 1
-111011001111 new-tort 1
-111011001111 margin-rate 1
-111011001111 canvas-and-steel 1
-111011001111 fanatstic 1
-111011001111 simon-pure 1
-111011001111 HUD-financed 1
-111011001111 world-premiere 1
-111011001111 143-year-old 1
-111011001111 computer-initiated 1
-111011001111 Noh-style 1
-111011001111 Democratic-written 1
-111011001111 post-peace-talk 1
-111011001111 unthoughtful 1
-111011001111 pro-Romanian 1
-111011001111 saucerlike 1
-111011001111 state-led 1
-111011001111 51-year 1
-111011001111 religious-related 1
-111011001111 language-acquisition 1
-111011001111 slowed-down 1
-111011001111 opening-era 1
-111011001111 still-underdeveloped 1
-111011001111 call-traffic 1
-111011001111 union-related 1
-111011001111 room-design 1
-111011001111 mobile-home-market 1
-111011001111 long-frustrated 1
-111011001111 radongas 1
-111011001111 narrow-ranged 1
-111011001111 sleep/dream 1
-111011001111 foreign-exchange-induced 1
-111011001111 Bergmanesque 1
-111011001111 Kach 1
-111011001111 teen-pregnancy 1
-111011001111 biochemical-weapons 1
-111011001111 hyperfast 1
-111011001111 sheep-in-deer's-clothing 1
-111011001111 too-programmed 1
-111011001111 wage-demand 1
-111011001111 missile-warhead 1
-111011001111 two-of-three-game 1
-111011001111 seven-plus 1
-111011001111 time-lag 1
-111011001111 backwood 1
-111011001111 art-market 1
-111011001111 no-imports 1
-111011001111 dollar-driven 1
-111011001111 pizza-making 1
-111011001111 dual-sourcing 1
-111011001111 industrial-world 1
-111011001111 keffiyah 1
-111011001111 insulin-like 1
-111011001111 minority-teacher 1
-111011001111 Bartokian 1
-111011001111 structural-deficit 1
-111011001111 loan-agreement 1
-111011001111 1,055-to-554 1
-111011001111 less-than-social 1
-111011001111 cult-hero 1
-111011001111 tanker-reflagging 1
-111011001111 no-lunch 1
-111011001111 anti-profit 1
-111011001111 149-year 1
-111011001111 steamboating 1
-111011001111 Reagan-caused 1
-111011001111 A-330/A340 1
-111011001111 product-to-product 1
-111011001111 no-conflict 1
-111011001111 submarine-propulsion 1
-111011001111 under-two-minute 1
-111011001111 156-year 1
-111011001111 ceramics-engine 1
-111011001111 low-pricing 1
-111011001111 melt-textured 1
-111011001111 youth-gang 1
-111011001111 biowarfare 1
-111011001111 school-linked 1
-111011001111 super-long 1
-111011001111 satellite-system 1
-111011001111 arthritis-like 1
-111011001111 non-dividend-paying 1
-111011001111 capital-requirement 1
-111011001111 trade-based 1
-111011001111 14-game 1
-111011001111 anti-Texaco 1
-111011001111 nuclear-effects 1
-111011001111 defense-sector 1
-111011001111 autarkical 1
-111011001111 1910-1920 1
-111011001111 water-consuming 1
-111011001111 not-so-discreet 1
-111011001111 patio-home 1
-111011001111 geo-military 1
-111011001111 -pricing 1
-111011001111 heroin-distribution 1
-111011001111 petroleumish 1
-111011001111 superpotent 1
-111011001111 cancer-cell 1
-111011001111 product-substitution 1
-111011001111 bidrigging 1
-111011001111 poll-related 1
-111011001111 whistle-wetting 1
-111011001111 temporary-refugee 1
-111011001111 black-black 1
-111011001111 white-white 1
-111011001111 actualizing 1
-111011001111 engine-valve 1
-111011001111 hare-like 1
-111011001111 lawn-maintenance 1
-111011001111 defense-acquisition 1
-111011001111 intergovernment 1
-111011001111 farmpolicy 1
-111011001111 asset-play 1
-111011001111 post-nationalization 1
-111011001111 film-cost 1
-111011001111 Japan-led 1
-111011001111 no-diversification 1
-111011001111 ill-begotten 1
-111011001111 timber-capitalization 1
-111011001111 against-the-grain 1
-111011001111 rail-to-rail 1
-111011001111 Daco-Roman 1
-111011001111 silver-buying 1
-111011001111 again-brisk 1
-111011001111 Allegis-style 1
-111011001111 budget-resolution 1
-111011001111 two-airlines 1
-111011001111 forwardlooking 1
-111011001111 brokerage-rate 1
-111011001111 conflictual 1
-111011001111 near-brisk 1
-111011001111 service-job 1
-111011001111 46.5-degree 1
-111011001111 overdetermined 1
-111011001111 already-large 1
-111011001111 ever-less-repressed 1
-111011001111 Oscar-aiming 1
-111011001111 laggardly 1
-111011001111 marketmoving 1
-111011001111 computer-publication 1
-111011001111 individual-bank 1
-111011001111 disease-transmitting 1
-111011001111 no-smokestack 1
-111011001111 counter-inflation 1
-111011001111 jobcreating 1
-111011001111 philosophic-botanic 1
-111011001111 Iyak-3 1
-111011001111 neo-apartheid 1
-111011001111 low-gear 1
-111011001111 no-build 1
-111011001111 inter-exchange 1
-111011001111 tin-market 1
-111011001111 steam/gas 1
-111011001111 condom-advertising 1
-111011001111 child-nutrition 1
-111011001111 nine-play 1
-111011001111 all-but-official 1
-111011001111 Mondale-Hart 1
-111011001111 classroom-based 1
-111011001111 new-concept 1
-111011001111 tomato-sauce 1
-111011001111 almost-inevitable 1
-111011001111 theatrical-production 1
-111011001111 ink-migration 1
-111011001111 Nepalese-speaking 1
-111011001111 army-linked 1
-111011001111 sizzly 1
-111011001111 emissionlevel 1
-111011001111 ego-inflating 1
-111011001111 land-sales 1
-111011001111 open-mouth 1
-111011001111 Oil-export 1
-111011001111 still-good 1
-111011001111 centerleft 1
-111011001111 fuel-pressure 1
-111011001111 anti-Eastern 1
-111011001111 already-shaky 1
-111011001111 loss-of-coolant 1
-111011001111 Mikanesque 1
-111011001111 position-adjusting 1
-111011001111 currentcarrying 1
-111011001111 temporary-residency 1
-111011001111 card-service 1
-111011001111 least-developed-nation 1
-111011001111 sociopathic 1
-111011001111 blacklist-era 1
-111011001111 defense/foreign 1
-111011001111 earnings-reinvestment 1
-111011001111 12-years 1
-111011001111 non-mathematical 1
-111011001111 ga-ga 1
-111011001111 Falwell-like 1
-111011001111 agency-acquisition 1
-111011001111 nuclear-weapons-sites 1
-111011001111 signal-radiation 1
-111011001111 fleetwide 1
-111011001111 lawsuit-induced 1
-111011001111 trade-and-investment 1
-111011001111 noncancellable 1
-111011001111 Spanish-stock 1
-111011001111 leisure-resort 1
-111011001111 discount-leasing 1
-111011001111 slower-than-desired 1
-111011001111 consumer-focused 1
-111011001111 drug-traffic 1
-111011001111 under-the-counter 1
-111011001111 local-interview 1
-111011001111 near-desert 1
-111011001111 Kohl-Genscher 1
-111011001111 price-stabilized 1
-111011001111 once-astounding 1
-111011001111 belly-shaking 1
-111011001111 bid/offer 1
-111011001111 pizza-industry 1
-111011001111 sleep-at-night 1
-111011001111 car-stealing 1
-111011001111 phone-market 1
-111011001111 resin-supply 1
-111011001111 shoe-line 1
-111011001111 wafer-scale 1
-111011001111 industrial-organizational 1
-111011001111 arms-peddling 1
-111011001111 top-star 1
-111011001111 alcohol-drinking 1
-111011001111 fifth-month 1
-111011001111 intraoffice 1
-111011001111 payroll-employment 1
-111011001111 Yankee-style 1
-111011001111 domestic-credit 1
-111011001111 low-seeded 1
-111011001111 angiogenic 1
-111011001111 twiglike 1
-111011001111 value-personal 1
-111011001111 loan-volume 1
-111011001111 enrichment-facility 1
-111011001111 prison-population 1
-111011001111 toughest-guy-in-the-old-days 1
-111011001111 protection-seeking 1
-111011001111 channel-changing 1
-111011001111 stock-investing 1
-111011001111 calling-volume 1
-111011001111 federal-corporate 1
-111011001111 anti-famine 1
-111011001111 championship-game 1
-111011001111 Byrd-Boren 1
-111011001111 school-entrance 1
-111011001111 aircraft-procurement 1
-111011001111 clothing-buying 1
-111011001111 calendar-week 1
-111011001111 non-entitlement 1
-111011001111 office-employment 1
-111011001111 anti-litter 1
-111011001111 down-the-drain 1
-111011001111 narcotics-crop 1
-111011001111 six-year/60,000-mile 1
-111011001111 cleaning-fluid 1
-111011001111 151-year 1
-111011001111 space-technology 1
-111011001111 bosky 1
-111011001111 occupation-by-occupation 1
-111011001111 technologies/life 1
-111011001111 100,672 1
-111011001111 duller-than-normal 1
-111011001111 incineration/energy 1
-111011001111 flat-to-negative 1
-111011001111 post-Holmesian 1
-111011001111 coin-price 1
-111011001111 Olympics-related 1
-111011001111 loan-officer 1
-111011001111 not-too-acceptable 1
-111011001111 unexepected 1
-111011001111 opendoor 1
-111011001111 operating-cost 1
-111011001111 property-market 1
-111011001111 mark-with 1
-111011001111 narcotics-trafficking 1
-111011001111 wrinkle-smoothing 1
-111011001111 stocktrading 1
-111011001111 new-series 1
-111011001111 Washington-style 1
-111011001111 coreholding 1
-111011001111 cross-share 1
-111011001111 competitive-carrier 1
-111011001111 once-vital 1
-111011001111 suburban-type 1
-111011001111 middle-of-the-night 1
-111011001111 push-off 1
-111011001111 back-cover 1
-111011001111 multivehicle 1
-111011001111 post-farm 1
-111011001111 jewelery-related 1
-111011001111 banking-sector 1
-111011001111 gross-domestic-product 1
-111011001111 once-aggressive 1
-111011001111 dwindling-sales 1
-111011001111 scalp-hair 1
-111011001111 drought-fueled 1
-111011001111 inter-government 1
-111011001111 favored-tax 1
-111011001111 soak-the-elderly-rich 1
-111011001111 new-employee 1
-111011001111 year-to-year-revenue 1
-111011001111 real-GNP 1
-111011001111 price-regulating 1
-111011001111 stock-dealing 1
-111011001111 come-from-nowhere 1
-111011001111 social-kissing 1
-111011001111 petrochemical-plant 1
-111011001111 unilateral-disarmament 2
-111011001111 document-control 2
-111011001111 taxpayer-service 2
-111011001111 dollar-sales 2
-111011001111 snail-like 2
-111011001111 Soviet-Chinese 2
-111011001111 educational-reform 2
-111011001111 super-strong 2
-111011001111 no-growth/slow-growth 2
-111011001111 monetary-fiscal 2
-111011001111 records-check 2
-111011001111 macular 2
-111011001111 currency-reserve 2
-111011001111 construction-cost 2
-111011001111 intercorporate 2
-111011001111 monetary-base 2
-111011001111 world-leading 2
-111011001111 hard-cash 2
-111011001111 84-year 2
-111011001111 98-year 2
-111011001111 low-productivity 2
-111011001111 trade-security 2
-111011001111 1747 2
-111011001111 margin-call 2
-111011001111 free-mileage 2
-111011001111 procreational 2
-111011001111 operating-margin 2
-111011001111 sales-force 2
-111011001111 waste-heat 2
-111011001111 auto-trade 2
-111011001111 anti-Pinochet 2
-111011001111 pre-closing 2
-111011001111 corporate-responsibility 2
-111011001111 multiple-plot 2
-111011001111 access-line 2
-111011001111 growth-through-acquisition 2
-111011001111 hydrologic 2
-111011001111 volume-related 2
-111011001111 balanced-loading 2
-111011001111 70-month 2
-111011001111 free-mailing 2
-111011001111 patent-enforcement 2
-111011001111 anti-Sikh 2
-111011001111 as-yet-unborn 2
-111011001111 national-advertising 2
-111011001111 storage-tank 2
-111011001111 OAU-brokered 2
-111011001111 CFC-elimination 2
-111011001111 sewer-system 2
-111011001111 Lassa 2
-111011001111 formula-driven 2
-111011001111 price-increase 2
-111011001111 141-year 2
-111011001111 black-power 2
-111011001111 tight-supply 2
-111011001111 115-year 2
-111011001111 annual-mammography 2
-111011001111 moneysupply 2
-111011001111 90-year 2
-111011001111 farm-spending 2
-111011001111 large-stock 2
-111011001111 assisted-housing 2
-111011001111 calculation-intensive 2
-111011001111 party-military 2
-111011001111 extra-marital 2
-111011001111 animal-research 2
-111011001111 employee-oriented 2
-111011001111 trade-barrier 2
-111011001111 anti-industry 2
-111011001111 legal-resident 2
-111011001111 fire-management 2
-111011001111 alcohol-abuse 2
-111011001111 fudiciary 2
-111011001111 transformational 2
-111011001111 freight-rate 3
-111011001111 116-year 3
-111011001111 politico-military 3
-111011001111 OPEC-like 3
-111011001111 revenue-recognition 3
-111011001111 gloom-and-doom 3
-111011001111 andante 3
-111011001111 anti-alliance 3
-111011001111 Tektronix/NEC 3
-111011001111 arithmetical 3
-111011001111 auto-export 3
-111011001111 pre-release 3
-111011001111 gas-industry 3
-111011001111 fee-income 3
-111011001111 more-balanced 3
-111011001111 anti-counterfeiting 3
-111011001111 bid-and-asked 3
-111011001111 corporate-earnings 3
-111011001111 anti-French 3
-111011001111 dengue 3
-111011001111 Edenic 3
-111011001111 102-year 3
-111011001111 anti-Jewish 3
-111011001111 lost-baggage 3
-111011001111 tensile 3
-111011001111 sink-or-swim 3
-111011001111 musculoskeletal 3
-111011001111 spaying 3
-111011001111 minority-hiring 3
-111011001111 profit-growth 3
-111011001111 nuclear-force 3
-111011001111 saline 3
-111011001111 59-year 3
-111011001111 Arab-run 3
-111011001111 pentup 3
-111011001111 pass-along 3
-111011001111 coldblooded 3
-111011001111 oilprice 3
-111011001111 counter-terrorist 3
-111011001111 class-war 3
-111011001111 labor-supply 3
-111011001111 demand-led 3
-111011001111 metropolitan-wide 3
-111011001111 telecommunications-procurement 3
-111011001111 government-business 3
-111011001111 small-investor 3
-111011001111 investment-led 4
-111011001111 AIDS-vaccine 4
-111011001111 anti-Tamil 4
-111011001111 family-income 4
-111011001111 equity-market 4
-111011001111 steel-company 4
-111011001111 400-point 4
-111011001111 tort-litigation 4
-111011001111 corn-crop 4
-111011001111 stockprice 4
-111011001111 flow-of-funds 4
-111011001111 tuition-setting 4
-111011001111 rental-housing 4
-111011001111 war-related 4
-111011001111 bid-asked 4
-111011001111 personal-tax 4
-111011001111 international-debt 4
-111011001111 psychosocial 4
-111011001111 oil-buying 4
-111011001111 westerly 4
-111011001111 aspirin-free 4
-111011001111 opinion-poll 5
-111011001111 tight-credit 5
-111011001111 energy-market 5
-111011001111 domestic-led 5
-111011001111 polyp 5
-111011001111 dry-eye 5
-111011001111 independent-contractor 5
-111011001111 political-military 5
-111011001111 industry-group 5
-111011001111 exchangerate 5
-111011001111 currency-swap 5
-111011001111 income-maintenance 5
-111011001111 geostrategic 6
-111011001111 brain-wave 6
-111011001111 stock-sale 6
-111011001111 price-boosting 6
-111011001111 Borehole 6
-111011001111 electoral-college 6
-111011001111 cardiopulmonary 6
-111011001111 defense-budget 6
-111011001111 death-squad 6
-111011001111 nuclear-disarmament 6
-111011001111 drug-use 6
-111011001111 anti-recession 6
-111011001111 car-buying 6
-111011001111 end-of-quarter 6
-111011001111 pre-weekend 6
-111011001111 tax-collection 6
-111011001111 one-child 6
-111011001111 bid-offer 7
-111011001111 red-tape 7
-111011001111 extenuating 7
-111011001111 asset-quality 7
-111011001111 election-related 7
-111011001111 oil-pricing 7
-111011001111 telephone-line 7
-111011001111 exponential 8
-111011001111 mortgage-Treasury 8
-111011001111 anti-foreign 8
-111011001111 economic-growth 9
-111011001111 currency-rate 9
-111011001111 new-order 9
-111011001111 unsanitary 9
-111011001111 cashflow 9
-111011001111 price-matching 10
-111011001111 D&O 10
-111011001111 supply/demand 11
-111011001111 118-year 11
-111011001111 easy-money 13
-111011001111 conventional-force 13
-111011001111 socio-economic 13
-111011001111 interestrate 13
-111011001111 supply-and-demand 14
-111011001111 tight-money 14
-111011001111 computational 14
-111011001111 earnings-per-share 16
-111011001111 no-refund 16
-111011001111 living-standard 17
-111011001111 climatic 17
-111011001111 market-affecting 18
-111011001111 monetary-policy 18
-111011001111 liability-insurance 18
-111011001111 anti-Japanese 19
-111011001111 consumer-spending 19
-111011001111 extramarital 20
-111011001111 debt-protection 21
-111011001111 inter-American 23
-111011001111 ground-water 23
-111011001111 blood-cell 24
-111011001111 bovine 24
-111011001111 oil-market 25
-111011001111 below-normal 25
-111011001111 primary-dealer 32
-111011001111 labor-market 32
-111011001111 labor-force 32
-111011001111 criminal-justice 32
-111011001111 supply-demand 34
-111011001111 economic-policy 39
-111011001111 anti-inflationary 41
-111011001111 agrarian 58
-111011001111 share-price 66
-111011001111 debt-for-equity 83
-111011001111 new-product 86
-111011001111 organized-crime 88
-111011001111 market-share 103
-111011001111 macroeconomic 106
-111011001111 money-supply 142
-111011001111 debt-equity 145
-111011001111 on-time 164
-111011001111 exchange-rate 521
-111011001111 interest-rate 896
-111011001111 economic 16666
-111011001111 monetary 2616
-11101101000 nutritive 1
-11101101000 lower-costing 1
-11101101000 unutilized 1
-11101101000 non-stock 1
-11101101000 tax-consuming 1
-11101101000 race-horse 1
-11101101000 dressed-to-kill 1
-11101101000 water-tight 1
-11101101000 lowtax 1
-11101101000 unboycotted 1
-11101101000 EEC-nation 1
-11101101000 balancea 1
-11101101000 in-court 1
-11101101000 government-securities-options 1
-11101101000 nuclear-policy 1
-11101101000 tighter-money 1
-11101101000 no-beards 1
-11101101000 nerved 1
-11101101000 cheap-jack 1
-11101101000 boiled-peanut 1
-11101101000 news-making 1
-11101101000 industrial-talc 1
-11101101000 yen-to-dollar 1
-11101101000 Butcher-controlled 1
-11101101000 high-ranked 1
-11101101000 wine-sipping 1
-11101101000 stock-majority 1
-11101101000 chairman-credit 1
-11101101000 droughtstricken 1
-11101101000 NATO-to-Warsaw 1
-11101101000 smog-prone 1
-11101101000 car-trunk 1
-11101101000 yen-stabilization 1
-11101101000 non-Warsaw 1
-11101101000 50-cents-on-the-dollar 1
-11101101000 serveral 1
-11101101000 live-and-let-live 1
-11101101000 ever-inventive 1
-11101101000 better-aligned 1
-11101101000 sweaters-and-jeans-clad 1
-11101101000 summer-type 1
-11101101000 guns-and-butter 1
-11101101000 no-negotiations 1
-11101101000 white-goods 1
-11101101000 deep-discounted 1
-11101101000 manufacturer-controlled 1
-11101101000 3,786 1
-11101101000 3,134 1
-11101101000 heir-conscious 1
-11101101000 debt-for-local 1
-11101101000 pro-land 1
-11101101000 Pepsi-owned 1
-11101101000 ask-questions-afterward 1
-11101101000 since-convicted 1
-11101101000 middle-tier 1
-11101101000 no-military-use 1
-11101101000 tailstring 1
-11101101000 corn-borer 1
-11101101000 semi-floating 1
-11101101000 energy-future 1
-11101101000 farm-sector 1
-11101101000 post-abstract 1
-11101101000 Rescind 1
-11101101000 pushed-to-the-wall 1
-11101101000 filbert 1
-11101101000 teletypewriter 1
-11101101000 loan-by-phone 1
-11101101000 standard-type 1
-11101101000 high-deductible 1
-11101101000 remarketizing 1
-11101101000 national-class 1
-11101101000 frozen-mice 1
-11101101000 approachif 1
-11101101000 hydro-powered 1
-11101101000 closed-management 1
-11101101000 dollar-peso 1
-11101101000 rageful 1
-11101101000 286,431 1
-11101101000 almost-unlimited 1
-11101101000 higher-saving 1
-11101101000 kronor-dollar 1
-11101101000 Western-type 1
-11101101000 up-scale 1
-11101101000 troubled-country 1
-11101101000 20,000-to-one 1
-11101101000 cordoba-dollar 1
-11101101000 commercial-saturated 1
-11101101000 bolivars-to-the-dollar 1
-11101101000 developing-world 1
-11101101000 theft-replacement 1
-11101101000 Soviet-Bloc 1
-11101101000 resident-only 1
-11101101000 malfeasant 1
-11101101000 often-localized 1
-11101101000 creditor-supported 1
-11101101000 British-pound 1
-11101101000 president/public 1
-11101101000 out-of-season 2
-11101101000 subway-riding 2
-11101101000 store-bound 2
-11101101000 equitylinked 2
-11101101000 strike-prone 2
-11101101000 non-local 2
-11101101000 theatrical-exhibition 2
-11101101000 non-Iranian 2
-11101101000 newsprint-mill 2
-11101101000 non-EMS 2
-11101101000 farm-chemical 2
-11101101000 14,020 2
-11101101000 over-eager 2
-11101101000 semisecret 2
-11101101000 U.S.-guaranteed 2
-11101101000 blackmarket 2
-11101101000 market-liberalization 2
-11101101000 non-industrial 2
-11101101000 electronic-related 2
-11101101000 gold-share 2
-11101101000 no-discount 2
-11101101000 non-textile 2
-11101101000 EC-member 2
-11101101000 profit-starved 2
-11101101000 mid-tier 2
-11101101000 non-domestic 2
-11101101000 interspersing 2
-11101101000 unseasonal 2
-11101101000 building-trade 2
-11101101000 noncompliant 2
-11101101000 related-party 3
-11101101000 phased-out 3
-11101101000 foriegn 3
-11101101000 credit-conscious 3
-11101101000 toy-industry 3
-11101101000 non-Swedish 3
-11101101000 coal-industry 3
-11101101000 non-Korean 3
-11101101000 large-city 3
-11101101000 bullion-coin 3
-11101101000 pro-tax 4
-11101101000 goldmining 4
-11101101000 non-institutional 4
-11101101000 Khoo-family 4
-11101101000 non-convertible 4
-11101101000 household-name 4
-11101101000 foreign-securities 4
-11101101000 more-stable 5
-11101101000 dealer-placed 5
-11101101000 mark/dollar 5
-11101101000 military-clothing 5
-11101101000 non-retail 5
-11101101000 developing-nation 6
-11101101000 junk-fund 6
-11101101000 non-U.K. 7
-11101101000 nondollar 8
-11101101000 Maryland-based 8
-11101101000 foreign-government 9
-11101101000 non-European 13
-11101101000 nongovernmental 14
-11101101000 free-world 15
-11101101000 non-Canadian 16
-11101101000 dividend-paying 16
-11101101000 income-oriented 17
-11101101000 foreign-bank 19
-11101101000 stock-fund 21
-11101101000 non-British 24
-11101101000 non-member 24
-11101101000 Third-World 25
-11101101000 non-EC 26
-11101101000 nonmember 28
-11101101000 Khoo-related 32
-11101101000 Soviet-bloc 51
-11101101000 LDC 58
-11101101000 non-Japanese 88
-11101101000 foreign 17849
-11101101000 non-U.S. 162
-11101101001 not-quite-so-new 1
-11101101001 ment 1
-11101101001 steel-restructuring 1
-11101101001 dealer-sold 1
-11101101001 news-starved 1
-11101101001 2,933 1
-11101101001 victims-compensation 1
-11101101001 potentially-reduced 1
-11101101001 full-load 1
-11101101001 6,730 1
-11101101001 share-offer 1
-11101101001 lowergrade 1
-11101101001 tobacco-chewing 1
-11101101001 deductibile 1
-11101101001 parking-space 1
-11101101001 fixed-benefit 1
-11101101001 index-oriented 1
-11101101001 tax-privileged 1
-11101101001 foodstock 1
-11101101001 top-listed 1
-11101101001 file-cabinet 1
-11101101001 bank-deposit-insurance 1
-11101101001 intra-corporate 1
-11101101001 tranfer 1
-11101101001 Munimax 1
-11101101001 drought-weary 1
-11101101001 administred 1
-11101101001 2,800,000 1
-11101101001 already-frustrated 1
-11101101001 snail-loving 1
-11101101001 Japan-oriented 1
-11101101001 tax-qualified 1
-11101101001 benefit/compensation 1
-11101101001 1,100-plus 1
-11101101001 still-feverish 1
-11101101001 agriculture-and-livestock 1
-11101101001 mailorder 1
-11101101001 Tokyo-managed 1
-11101101001 born-of-fear 1
-11101101001 individual-oriented 1
-11101101001 flexible-income 1
-11101101001 snow-blown 1
-11101101001 fleet-development 1
-11101101001 once-burned 1
-11101101001 under-financed 1
-11101101001 option-stock 1
-11101101001 target-firm 1
-11101101001 Indian-staffed 1
-11101101001 Kemper-run 1
-11101101001 anti-hush 1
-11101101001 nonhypertensive 1
-11101101001 ethical-investment 1
-11101101001 multipremium 1
-11101101001 401K 1
-11101101001 26,809 1
-11101101001 Low-load 1
-11101101001 -bracket 1
-11101101001 carry-through 1
-11101101001 non-appropriated 1
-11101101001 retail-related 1
-11101101001 welfare-benefit 1
-11101101001 service-company 1
-11101101001 defined-compensation 1
-11101101001 Capped 1
-11101101001 export-subsidizing 1
-11101101001 non-accredited 1
-11101101001 still-ample 1
-11101101001 option-related 1
-11101101001 depositable 1
-11101101001 cash-balance 1
-11101101001 health-incentive 1
-11101101001 non-manager 1
-11101101001 pre-venture-capital 1
-11101101001 Mi-26 1
-11101101001 long-laid 1
-11101101001 ship-escort 1
-11101101001 lowest-yielding 1
-11101101001 prepaid-tuition 1
-11101101001 debt-reserve 1
-11101101001 sweet-potato 1
-11101101001 best-peforming 1
-11101101001 international-bond 1
-11101101001 railcar-management 1
-11101101001 executive-option 1
-11101101001 Chinese-potential 1
-11101101001 lower-fee 1
-11101101001 most-affected 1
-11101101001 revolving-loan 1
-11101101001 unemploymentinsurance 1
-11101101001 small-saver 1
-11101101001 insurance-stock 1
-11101101001 severance-incentive 1
-11101101001 Korea-oriented 1
-11101101001 ml 1
-11101101001 non-agriculture 1
-11101101001 late-paying 1
-11101101001 surrendered-profits 1
-11101101001 postal-insurance 1
-11101101001 PERS 1
-11101101001 crossfeed 1
-11101101001 lower-than-projected 1
-11101101001 wiped-out 1
-11101101001 towing-insurance 1
-11101101001 semi-open-end 1
-11101101001 multiple-asset 1
-11101101001 brokerdealer 1
-11101101001 sun-dazed 1
-11101101001 private-pension-plan 1
-11101101001 metal-heavy 1
-11101101001 sunflower-oil 1
-11101101001 computer-led 1
-11101101001 toconsolidated 1
-11101101001 still-vacationing 1
-11101101001 disaster-contingency 1
-11101101001 top-yielding 1
-11101101001 million-rand 1
-11101101001 TLC/McCall 1
-11101101001 shares-unlike 1
-11101101001 gimlet-eyed 1
-11101101001 incentive-compensation 1
-11101101001 extra-cautious 1
-11101101001 partner-benefits 1
-11101101001 capital-stock 1
-11101101001 secondary-reserve 1
-11101101001 clothes-horses 1
-11101101001 long-weekend 1
-11101101001 thrift-institutions 1
-11101101001 173,000-member 1
-11101101001 globalbond 1
-11101101001 trading-account 1
-11101101001 Mafia-tainted 1
-11101101001 1,542 1
-11101101001 25-performing 1
-11101101001 1,741 1
-11101101001 high-revenue 1
-11101101001 IRS-qualified 1
-11101101001 fad-conscious 1
-11101101001 private-syndication 1
-11101101001 Eqty 1
-11101101001 Panama-incorporated 1
-11101101001 safety-hazard 1
-11101101001 waste-anagement 1
-11101101001 already-authorized 1
-11101101001 savings-for-retirement 1
-11101101001 plant-extension 1
-11101101001 price-discount 1
-11101101001 Board-traded 1
-11101101001 airline-stock 1
-11101101001 2,161 1
-11101101001 12B-1 1
-11101101001 roadconstruction 1
-11101101001 strgglwithout 1
-11101101001 license-application 1
-11101101001 general-equity 1
-11101101001 individual-type 1
-11101101001 equity-income 1
-11101101001 minority-internship 1
-11101101001 air-interdiction 2
-11101101001 security-assistance 2
-11101101001 country-related 2
-11101101001 health-and-welfare 2
-11101101001 cash-type 2
-11101101001 U.S.-assisted 2
-11101101001 Iran-related 2
-11101101001 beguile 2
-11101101001 gardening-tool 2
-11101101001 openended 2
-11101101001 soil-conservation 2
-11101101001 lendable 2
-11101101001 round-lot 2
-11101101001 short-intermediate 2
-11101101001 payroll-savings 2
-11101101001 yield-seeking 2
-11101101001 savings-investment 2
-11101101001 abusive-shelter 2
-11101101001 company-stock 2
-11101101001 level-4 2
-11101101001 consumer-advocate 2
-11101101001 first-wave 2
-11101101001 loanable 2
-11101101001 stock-oriented 2
-11101101001 bonus-pay 2
-11101101001 flexible-benefit 2
-11101101001 338,528 2
-11101101001 yield-conscious 2
-11101101001 anti-drug-abuse 2
-11101101001 state-registered 2
-11101101001 donor-advised 2
-11101101001 housing-bond 2
-11101101001 unequal-voting-rights 2
-11101101001 contigency 2
-11101101001 aggressive-growth 2
-11101101001 energy-product 2
-11101101001 Idex 3
-11101101001 silver-mining 3
-11101101001 merger-speculating 3
-11101101001 unobligated 3
-11101101001 civil-servant 3
-11101101001 non-depository 3
-11101101001 tax-financed 3
-11101101001 unemployment-benefit 3
-11101101001 single-employer 3
-11101101001 high-expense 3
-11101101001 single-currency 3
-11101101001 computer-oriented 3
-11101101001 trusteed 3
-11101101001 credit-quality 3
-11101101001 employee-savings 3
-11101101001 non-rail 3
-11101101001 institutional-type 3
-11101101001 wire-maintenance 3
-11101101001 green-card 3
-11101101001 college-tuition 3
-11101101001 gold-stock 4
-11101101001 thrift-insurance 4
-11101101001 moneymarket 4
-11101101001 institutional-investor 4
-11101101001 employee-retirement 4
-11101101001 bank-insurance 4
-11101101001 yield-oriented 4
-11101101001 rainy-day 4
-11101101001 tax-managed 4
-11101101001 payroll-deduction 4
-11101101001 Inv 4
-11101101001 Fd 4
-11101101001 one-country 4
-11101101001 coal-related 4
-11101101001 energy-sector 4
-11101101001 salary-deferral 4
-11101101001 nonfederal 4
-11101101001 financial-statement 4
-11101101001 chart-related 4
-11101101001 tax-supported 5
-11101101001 limited-partner 5
-11101101001 growth-and-income 6
-11101101001 non-broadcasting 6
-11101101001 employee-stock 6
-11101101001 individual-investor 6
-11101101001 low-load 6
-11101101001 non-diversified 7
-11101101001 Tokkin 7
-11101101001 direct-marketed 7
-11101101001 broker/dealer 7
-11101101001 maruyu 7
-11101101001 multiemployer 8
-11101101001 seed-capital 8
-11101101001 investable 8
-11101101001 checking-account 8
-11101101001 option-income 8
-11101101001 directors-and-officers 9
-11101101001 multi-employer 9
-11101101001 merit-pay 10
-11101101001 deferred-compensation 10
-11101101001 broker-sold 11
-11101101001 capital-appreciation 11
-11101101001 season-ticket 11
-11101101001 rent-subsidy 13
-11101101001 buy-and-hold 13
-11101101001 growth-stock 13
-11101101001 government-plus 14
-11101101001 under-funded 14
-11101101001 defined-contribution 15
-11101101001 Pierpont 17
-11101101001 gold-oriented 17
-11101101001 gold-related 17
-11101101001 holding-company 20
-11101101001 revenue-sharing 21
-11101101001 public-employee 21
-11101101001 insurance-related 21
-11101101001 Erisa 23
-11101101001 defined-benefit 23
-11101101001 tokkin 25
-11101101001 slush 25
-11101101001 vulture 26
-11101101001 single-country 27
-11101101001 computer-guided 28
-11101101001 guaranty 28
-11101101001 employee-benefit 35
-11101101001 Keogh 36
-11101101001 computer-assisted 41
-11101101001 front-end 43
-11101101001 takeover-stock 43
-11101101001 computer-driven 44
-11101101001 tax-related 49
-11101101001 asset-allocation 50
-11101101001 arbitrage-related 61
-11101101001 general-purpose 84
-11101101001 futures-related 86
-11101101001 unfunded 86
-11101101001 open-end 92
-11101101001 12b-1 104
-11101101001 no-load 117
-11101101001 contingency 241
-11101101001 broker-dealer 263
-11101101001 sinking 468
-11101101001 money-market 493
-11101101001 closed-end 528
-11101101001 mutual 2752
-11101101001 institutional 2958
-11101101001 pension 3126
-111011010100 computer-colored 1
-111011010100 EPS. 1
-111011010100 2,419 1
-111011010100 JRMX. 1
-111011010100 grain-backed 1
-111011010100 cash-based 1
-111011010100 nonspouse 1
-111011010100 viticultural 1
-111011010100 nonsurvivable 1
-111011010100 consumer-repayment 1
-111011010100 obscure-sounding 1
-111011010100 Tryggwe 1
-111011010100 cyhexatin-related 1
-111011010100 long-settled 1
-111011010100 fraudulent-banking 1
-111011010100 copper-market 1
-111011010100 DOT. 1
-111011010100 campaign-money 1
-111011010100 rose-filtered 1
-111011010100 First-Quarter 1
-111011010100 Ex-Left 1
-111011010100 S&P-indexed 1
-111011010100 semi-tropical 1
-111011010100 388,988 1
-111011010100 share-fraud 1
-111011010100 celestial-based 1
-111011010100 test-related 1
-111011010100 nonassenting 1
-111011010100 equipment-trust 1
-111011010100 dark-red 1
-111011010100 circus-style 1
-111011010100 abuse-of-power 1
-111011010100 amyotrophic 1
-111011010100 bin-bursting 1
-111011010100 LV 1
-111011010100 Chikako 1
-111011010100 Visionary 1
-111011010100 oil-sand 1
-111011010100 multi-solid 1
-111011010100 Karl-Egmont 1
-111011010100 MMWEC. 1
-111011010100 plastic-production 1
-111011010100 chemical-biological-warfare 1
-111011010100 must-meet 1
-111011010100 radio-syndication 1
-111011010100 LEPYV. 1
-111011010100 venturous 1
-111011010100 unmanagerlike 1
-111011010100 supplier-dealer 1
-111011010100 vehicle-control 1
-111011010100 anti-sexist 1
-111011010100 organization-chart 1
-111011010100 oxydemetonmethyl 1
-111011010100 HDL. 1
-111011010100 Uniglobe 1
-111011010100 container-fleet 1
-111011010100 wellrecognized 1
-111011010100 pro-waterbed 1
-111011010100 verruga 1
-111011010100 142.97 1
-111011010100 market-representative 1
-111011010100 automotive-trade 1
-111011010100 noncomplying 1
-111011010100 Medicare-related 1
-111011010100 capacity-increasing 1
-111011010100 Consoldated 1
-111011010100 brand-rich 1
-111011010100 less-than-spotless 1
-111011010100 CMOS. 1
-111011010100 food-encrusted 1
-111011010100 WPPSS. 1
-111011010100 sovereign-related 1
-111011010100 non-timely 1
-111011010100 LCP. 1
-111011010100 Iranian-arms-sales 1
-111011010100 lowfat 1
-111011010100 cabinet-ranked 1
-111011010100 Britain-first 1
-111011010100 connective-tissue 1
-111011010100 Arendal 1
-111011010100 Mazda-designed 1
-111011010100 gay-activist 1
-111011010100 nontrading 1
-111011010100 Vinzenz 1
-111011010100 publicity-rabid 1
-111011010100 Cecilio 1
-111011010100 gold-bar 1
-111011010100 less-organized 1
-111011010100 777,824 1
-111011010100 Maruey 1
-111011010100 near-anarchic 1
-111011010100 Tansukh 1
-111011010100 stock-for-pay 1
-111011010100 guerrilla-organized 1
-111011010100 IFI. 1
-111011010100 reserves-accounting 1
-111011010100 Dugald 1
-111011010100 non-regional 1
-111011010100 production-credit 1
-111011010100 mango-growing 1
-111011010100 NECO. 1
-111011010100 method-instrument 1
-111011010100 7-foot-by-8-foot 1
-111011010100 lousy-quality 1
-111011010100 pre-washed 1
-111011010100 Kenju 1
-111011010100 fare/rate 1
-111011010100 swamp-for-swamp 1
-111011010100 March-June-September-December 1
-111011010100 DEARDEN 1
-111011010100 first-amendment 1
-111011010100 path-side 1
-111011010100 SNPE. 1
-111011010100 out-of-province 1
-111011010100 CHF. 1
-111011010100 schematized 1
-111011010100 anti-IRS 1
-111011010100 window-space 1
-111011010100 anti-maquiladora 1
-111011010100 EMS-related 1
-111011010100 investment-board 1
-111011010100 MOMA. 1
-111011010100 0.22834718 1
-111011010100 ever-more-expensive 1
-111011010100 Self-Help 1
-111011010100 149.98 1
-111011010100 lesshurried 1
-111011010100 progovernment 1
-111011010100 cash-funding 1
-111011010100 U.S.-devised 1
-111011010100 homebuying 1
-111011010100 non-communications 1
-111011010100 high-capital/high-technology 1
-111011010100 allgedly 1
-111011010100 water-buying 1
-111011010100 perked-up 1
-111011010100 economnic 1
-111011010100 apartment-building 1
-111011010100 STV. 1
-111011010100 GAAP-basis 1
-111011010100 ultra-hazardous 1
-111011010100 unpopulated 1
-111011010100 Solel 1
-111011010100 near-famine 1
-111011010100 NHLBI. 1
-111011010100 meu 1
-111011010100 watermain 1
-111011010100 near-subliminal 1
-111011010100 director-supported 1
-111011010100 gasu 1
-111011010100 heavy-oil-treatment 1
-111011010100 steel-flanged 1
-111011010100 work-crazed 1
-111011010100 near-malpractice 1
-111011010100 100-story-plus 1
-111011010100 risk-group 1
-111011010100 Jens-Jacob 1
-111011010100 now-standard 1
-111011010100 Bunjevacko 1
-111011010100 Hava 1
-111011010100 154,710 1
-111011010100 protectionism-minded 1
-111011010100 lesserknown 1
-111011010100 Impropriety 1
-111011010100 Phuopsis 1
-111011010100 Cynoglossum 1
-111011010100 consumer-buying 1
-111011010100 Gaishi 1
-111011010100 cetain 1
-111011010100 non-cancelable 1
-111011010100 Musicien 1
-111011010100 never-before-harvested 1
-111011010100 Claude-Eric 1
-111011010100 timeshare 1
-111011010100 Excelon 1
-111011010100 Fouquieria 1
-111011010100 Jean-Charles 1
-111011010100 hydrocodone 1
-111011010100 oil-gas 1
-111011010100 infared 1
-111011010100 mini-economic 1
-111011010100 Tempa 1
-111011010100 action-series 1
-111011010100 cermamic 1
-111011010100 Zyklon 1
-111011010100 mutual-to-stock 1
-111011010100 ades 1
-111011010100 now-grown-up 1
-111011010100 Andranik 1
-111011010100 waiver-sales 1
-111011010100 pimply 1
-111011010100 water-use 1
-111011010100 quality-of-care 1
-111011010100 8,503,401 1
-111011010100 aflatoxin-related 1
-111011010100 anti-Yank 1
-111011010100 Flaviano 1
-111011010100 gasoline-price 1
-111011010100 SILENT 1
-111011010100 key-financial 1
-111011010100 overpack 1
-111011010100 off-books 1
-111011010100 airport-crime 1
-111011010100 pre-pasted 1
-111011010100 Ballantine/Del 1
-111011010100 start-stop 1
-111011010100 course-proud 1
-111011010100 low-value-added 1
-111011010100 103-degree 1
-111011010100 junkfood 1
-111011010100 10.49-second 1
-111011010100 anti-deer 1
-111011010100 150-second 1
-111011010100 fine-line 1
-111011010100 betamethasone 1
-111011010100 sales-to-installation 1
-111011010100 debt-for-local-currency 1
-111011010100 Hidemori 1
-111011010100 anti-immigration 1
-111011010100 paperback-book 1
-111011010100 molto 1
-111011010100 side-loading 1
-111011010100 Ula 1
-111011010100 Gehl 1
-111011010100 monetary-damage 1
-111011010100 high-interestrate 1
-111011010100 2,677 1
-111011010100 nine-to-11-year 1
-111011010100 foreign-ordering 1
-111011010100 Zweet 1
-111011010100 Iso 1
-111011010100 Khateeb 1
-111011010100 F.P. 1
-111011010100 minor-brand 1
-111011010100 Mariann 1
-111011010100 Bridas 1
-111011010100 non-subcommittee 1
-111011010100 crude-market 1
-111011010100 Toufic 1
-111011010100 fund-objective 1
-111011010100 anti-Asia 1
-111011010100 all-Taiwanese 1
-111011010100 firstrefusal 1
-111011010100 reverse-reverse 1
-111011010100 bland-looking 1
-111011010100 massincineration 1
-111011010100 heritable 1
-111011010100 non-deposit 1
-111011010100 Hayati 1
-111011010100 RKO. 1
-111011010100 failed-thrift 1
-111011010100 Speen 1
-111011010100 more-recognizable 1
-111011010100 Ulisse 1
-111011010100 investment-club 1
-111011010100 Lythia 1
-111011010100 think-small 1
-111011010100 retirement-fund 2
-111011010100 income-capital 2
-111011010100 Tory-spawned 2
-111011010100 non-aircraft 2
-111011010100 retirement-related 2
-111011010100 single-page 2
-111011010100 IMA. 2
-111011010100 less-productive 2
-111011010100 VMX. 2
-111011010100 4,986 2
-111011010100 155,136 2
-111011010100 FHA. 2
-111011010100 GMAC. 2
-111011010100 liposome-encapsulated 2
-111011010100 corraling 2
-111011010100 productivity-based 2
-111011010100 meteorite 2
-111011010100 PDP 2
-111011010100 highpriced 2
-111011010100 AIL. 2
-111011010100 floor-broker 2
-111011010100 under-earning 2
-111011010100 2,876 2
-111011010100 near-weightless 2
-111011010100 drought-like 2
-111011010100 42,400 2
-111011010100 soup-and-sandwich 2
-111011010100 train-station 2
-111011010100 debt-for-debt 2
-111011010100 yield-curve 2
-111011010100 lower-sulfur 2
-111011010100 auto-defect 2
-111011010100 once-scorned 2
-111011010100 drought-disaster 2
-111011010100 EPIC. 2
-111011010100 soft-shoe 2
-111011010100 present-value 2
-111011010100 housing-project 2
-111011010100 IRI. 2
-111011010100 stock-margin 2
-111011010100 industrial-remediation 2
-111011010100 noncapital 2
-111011010100 RTE. 2
-111011010100 profit-related 2
-111011010100 MTV. 2
-111011010100 9,490 2
-111011010100 SAD. 2
-111011010100 2.4-year 2
-111011010100 enforcement-related 2
-111011010100 nonOPEC 2
-111011010100 Clyfford 2
-111011010100 long-festering 2
-111011010100 annuity-related 3
-111011010100 PNC. 3
-111011010100 NTT. 3
-111011010100 savings-account 3
-111011010100 performance-linked 3
-111011010100 market-leader 3
-111011010100 less-crowded 3
-111011010100 CIC. 3
-111011010100 safe-sex 3
-111011010100 NWA. 3
-111011010100 armed-forces 3
-111011010100 lease-related 3
-111011010100 SAS. 3
-111011010100 Ozar 3
-111011010100 IL-2/LAK 3
-111011010100 WTC. 3
-111011010100 less-traveled 3
-111011010100 KN. 3
-111011010100 MK. 3
-111011010100 sub-underwriting 3
-111011010100 UCLA. 3
-111011010100 non-inherited 3
-111011010100 brain-like 3
-111011010100 FBB 3
-111011010100 digitalized 3
-111011010100 drug-law 3
-111011010100 DWG. 3
-111011010100 15,400 3
-111011010100 CIT. 3
-111011010100 RCA. 3
-111011010100 station-wagon 3
-111011010100 peppery 3
-111011010100 Kit-Kat 3
-111011010100 subhuman 4
-111011010100 THA. 4
-111011010100 underproductive 4
-111011010100 KDI. 4
-111011010100 pre-determined 4
-111011010100 HBO. 4
-111011010100 later-model 4
-111011010100 private-plane 4
-111011010100 CNN. 4
-111011010100 Pritikin 4
-111011010100 expiration-related 4
-111011010100 non-asbestos 4
-111011010100 ITT. 4
-111011010100 RICO. 5
-111011010100 more-specific 5
-111011010100 cubistic 5
-111011010100 AMR. 5
-111011010100 more-attractive 5
-111011010100 MCA. 5
-111011010100 NEC. 5
-111011010100 unpledged 5
-111011010100 cinder 5
-111011010100 MITI. 6
-111011010100 nonearning 6
-111011010100 overgenerous 6
-111011010100 WPP. 6
-111011010100 NASA. 6
-111011010100 low-frequency 7
-111011010100 Seoul-based 7
-111011010100 safety-sensitive 7
-111011010100 inventory-related 7
-111011010100 ABC. 8
-111011010100 USG. 8
-111011010100 UAL. 9
-111011010100 non-earning 9
-111011010100 GE. 9
-111011010100 less-stringent 9
-111011010100 AMC. 10
-111011010100 TWA. 10
-111011010100 non-trade 10
-111011010100 CBS. 11
-111011010100 non-monetary 11
-111011010100 NATO. 11
-111011010100 boom-bust 11
-111011010100 hemorrhagic 12
-111011010100 RJR. 12
-111011010100 NBC. 12
-111011010100 inflation-linked 12
-111011010100 non-steel 13
-111011010100 EDS. 13
-111011010100 cataract 14
-111011010100 intercepting 14
-111011010100 OPEC. 16
-111011010100 TPA. 18
-111011010100 non-strategic 25
-111011010100 GM. 35
-111011010100 IBM. 44
-111011010100 certain 11687
-111011010100 AIDS. 102
-111011010101 accrued-interest 1
-111011010101 10,144 1
-111011010101 2,953 1
-111011010101 3,089 1
-111011010101 red-tiled 1
-111011010101 pipe-fabrication 1
-111011010101 aerospace-engineering 1
-111011010101 wood-cribbed 1
-111011010101 odd-sounding 1
-111011010101 dining-hall 1
-111011010101 weird-shaped 1
-111011010101 U.S.-Asia 1
-111011010101 inappropriate-sized 1
-111011010101 mobile-home-related 1
-111011010101 shareholder-enhancement 1
-111011010101 1,099,798 1
-111011010101 1,100,710 1
-111011010101 medium-lifting 1
-111011010101 nondiplomatic 1
-111011010101 oatmeal-colored 1
-111011010101 hard-to-staff 1
-111011010101 mini-photoprocessing 1
-111011010101 work-limiting 1
-111011010101 Medusoid 1
-111011010101 traffic-jammed 1
-111011010101 MAINTENANCE 1
-111011010101 commercial-perfect 1
-111011010101 11th-graders 1
-111011010101 short-handled 1
-111011010101 well-charted 1
-111011010101 city-regulated 1
-111011010101 CIA-created 1
-111011010101 single-site 1
-111011010101 union-dominated 1
-111011010101 company-underwritten 1
-111011010101 employee-communications 1
-111011010101 double-thick 1
-111011010101 institute-supported 1
-111011010101 squamous-cell 1
-111011010101 NASA-controlled 1
-111011010101 metal-lined 1
-111011010101 one-paper 1
-111011010101 incomplet 1
-111011010101 high-threat 1
-111011010101 English-sounding 1
-111011010101 2,674 1
-111011010101 2,348 1
-111011010101 slowg-rowth 1
-111011010101 more-authoritarian 1
-111011010101 used-bicycle 1
-111011010101 IBM-oriented 1
-111011010101 2,359 1
-111011010101 3,178 1
-111011010101 coal-firing 1
-111011010101 181.28 1
-111011010101 low-to-the-ground 1
-111011010101 oxidizable 1
-111011010101 long-prohibited 1
-111011010101 Russian-sounding 1
-111011010101 non-commodity 1
-111011010101 post-position 1
-111011010101 export-producing 1
-111011010101 satellite-programming 1
-111011010101 basemetal 1
-111011010101 bladdercell 1
-111011010101 29,566 1
-111011010101 reality-altering 1
-111011010101 unprofitabile 1
-111011010101 tiki 1
-111011010101 electricity-related 1
-111011010101 flipper-like 1
-111011010101 154.57 1
-111011010101 108.42 1
-111011010101 across-the-border 1
-111011010101 fasttrack 1
-111011010101 52.39 1
-111011010101 anti-BGH 1
-111011010101 25.51 1
-111011010101 apres-bowling 1
-111011010101 drought-weakened 1
-111011010101 groovy 1
-111011010101 back-care 1
-111011010101 official-sounding 1
-111011010101 228,876,684 1
-111011010101 stronger-growth 1
-111011010101 non-automobile 1
-111011010101 popout 1
-111011010101 M-word 1
-111011010101 professional-interest 1
-111011010101 intermediate-octane 1
-111011010101 flour-sack 1
-111011010101 Gladiator 1
-111011010101 upfor 1
-111011010101 stillfond 1
-111011010101 horse-related 1
-111011010101 maufacturing 1
-111011010101 trade-destruction 1
-111011010101 meadowlarks 1
-111011010101 pattern-recognition 2
-111011010101 ultra-pasteurized 2
-111011010101 GM-owned 2
-111011010101 early-spring 2
-111011010101 supraventricular 2
-111011010101 587.50 2
-111011010101 plutonium-powered 2
-111011010101 takeover-oriented 2
-111011010101 less-famous 2
-111011010101 low-security 2
-111011010101 mass-mailing 2
-111011010101 EPA-licensed 2
-111011010101 low-loss 2
-111011010101 grain-handling 2
-111011010101 malcontented 2
-111011010101 non-timber 2
-111011010101 short-stay 2
-111011010101 publicsector 2
-111011010101 AIDS-patient 2
-111011010101 emery 2
-111011010101 13,666 2
-111011010101 899,000 2
-111011010101 cloud-shrouded 2
-111011010101 large-block 2
-111011010101 1,597 2
-111011010101 ethnocentric 2
-111011010101 bomb-sniffing 2
-111011010101 unsinged 2
-111011010101 11,815 2
-111011010101 149,750 2
-111011010101 over-enthusiastic 2
-111011010101 teachers-union 2
-111011010101 single-payment 2
-111011010101 modest-income 2
-111011010101 ERROR 3
-111011010101 spruced-up 3
-111011010101 higher-valued 3
-111011010101 overactive 3
-111011010101 tax-driven 3
-111011010101 bomb-plant 3
-111011010101 under-30 3
-111011010101 job-application 3
-111011010101 22,200 3
-111011010101 advanced-degree 3
-111011010101 in-air 3
-111011010101 computer-operated 3
-111011010101 1,379 3
-111011010101 data-storing 3
-111011010101 acquiescent 3
-111011010101 air-courier 3
-111011010101 banking-deregulation 3
-111011010101 commodity-related 3
-111011010101 two-headed 3
-111011010101 bottom-of-the-barrel 3
-111011010101 often-criticized 3
-111011010101 low-earning 3
-111011010101 undiscounted 3
-111011010101 incentive-based 3
-111011010101 music-loving 3
-111011010101 odd-shaped 3
-111011010101 materials-related 3
-111011010101 low-cal 3
-111011010101 2,562 3
-111011010101 non-professional 3
-111011010101 non-Renault 3
-111011010101 basic-industry 3
-111011010101 400-odd 3
-111011010101 lesser-quality 3
-111011010101 stick-figure 3
-111011010101 profit-squeezing 3
-111011010101 wind-borne 3
-111011010101 yield-hungry 3
-111011010101 farm-worker 4
-111011010101 knowledge-intensive 4
-111011010101 luxury-box 4
-111011010101 food-poisoning 4
-111011010101 airline-related 4
-111011010101 low-performing 4
-111011010101 bricks-and-mortar 4
-111011010101 campaign-related 4
-111011010101 high-hazard 4
-111011010101 tsetse 4
-111011010101 non-Medicare 4
-111011010101 government-provided 4
-111011010101 interpretative 4
-111011010101 management-level 4
-111011010101 non-native 4
-111011010101 Comoran 4
-111011010101 hypertensive 4
-111011010101 unhip 4
-111011010101 American-Israeli 4
-111011010101 less-busy 4
-111011010101 women-owned 4
-111011010101 1983-1986 4
-111011010101 property-related 4
-111011010101 ill-designed 4
-111011010101 coal-producing 4
-111011010101 photo-taking 4
-111011010101 red-blood-cell 4
-111011010101 buy-and-sell 4
-111011010101 airline-scheduling 4
-111011010101 bank-related 4
-111011010101 better-paid 4
-111011010101 unaccounted-for 4
-111011010101 green-eyeshade 4
-111011010101 non-resident 4
-111011010101 school-based 4
-111011010101 inside-information 5
-111011010101 palm-sized 5
-111011010101 big-bucks 5
-111011010101 Europe-based 5
-111011010101 recombinant-DNA 5
-111011010101 high-bracket 5
-111011010101 inflation-wary 5
-111011010101 entertainment-related 5
-111011010101 drought-affected 5
-111011010101 trouser 5
-111011010101 non-affiliated 5
-111011010101 trade-distorting 5
-111011010101 business-ethics 5
-111011010101 land-related 5
-111011010101 consumer-backed 5
-111011010101 copper-using 5
-111011010101 high-spending 5
-111011010101 soulless 5
-111011010101 Evanite 5
-111011010101 already-weak 5
-111011010101 Greco-Roman 5
-111011010101 antibacterial 5
-111011010101 local-market 5
-111011010101 dividend-oriented 6
-111011010101 paid-for 6
-111011010101 unmade 6
-111011010101 video-related 6
-111011010101 unimagined 6
-111011010101 exisiting 6
-111011010101 domestic-oriented 6
-111011010101 made-to-order 6
-111011010101 non-Marxist 7
-111011010101 intersecting 7
-111011010101 more-profitable 7
-111011010101 auto-related 7
-111011010101 late-arriving 7
-111011010101 lower-tier 7
-111011010101 retirement-plan 7
-111011010101 nonmanagement 7
-111011010101 noblesse 8
-111011010101 home-country 8
-111011010101 frequent-stay 8
-111011010101 nonutility 8
-111011010101 small-ticket 8
-111011010101 non-insurance 8
-111011010101 unallocated 9
-111011010101 ever-rising 9
-111011010101 interest-paying 9
-111011010101 state-level 9
-111011010101 food-related 9
-111011010101 nonbanking 9
-111011010101 oil-supply 10
-111011010101 inflation-sensitive 10
-111011010101 less-sophisticated 10
-111011010101 nonagricultural 10
-111011010101 foreign-held 10
-111011010101 non-tax 11
-111011010101 high-rate 12
-111011010101 small-lot 12
-111011010101 application-specific 12
-111011010101 HUD-related 12
-111011010101 tax-paying 13
-111011010101 unreimbursed 13
-111011010101 unrated 13
-111011010101 double-A-rated 13
-111011010101 less-profitable 13
-111011010101 Argentinian 14
-111011010101 nonprofessional 14
-111011010101 1984-1986 14
-111011010101 highest-quality 15
-111011010101 menial 16
-111011010101 deep-pocketed 16
-111011010101 job-hunting 16
-111011010101 import-battered 17
-111011010101 expansion-minded 17
-111011010101 unsubsidized 18
-111011010101 top-grade 19
-111011010101 old-age 21
-111011010101 intercompany 21
-111011010101 W-2 22
-111011010101 higher-cost 22
-111011010101 big-company 22
-111011010101 hard-to-get 23
-111011010101 czarist 24
-111011010101 emergency-room 24
-111011010101 sundry 24
-111011010101 out-of-the-way 25
-111011010101 dollar-based 25
-111011010101 oil-related 25
-111011010101 higher-margin 26
-111011010101 index-arbitrage 27
-111011010101 nonessential 29
-111011010101 dual-class 29
-111011010101 undated 30
-111011010101 non-traditional 30
-111011010101 export-related 30
-111011010101 up-and-coming 31
-111011010101 out-of-favor 32
-111011010101 consumer-related 33
-111011010101 drought-stricken 33
-111011010101 off-the-shelf 33
-111011010101 in-state 33
-111011010101 eyewitness 34
-111011010101 income-producing 35
-111011010101 ancillary 36
-111011010101 in-store 38
-111011010101 health-related 44
-111011010101 add-on 44
-111011010101 out-of-town 45
-111011010101 higher-yielding 49
-111011010101 absentee 49
-111011010101 triple-A-rated 50
-111011010101 odd-lot 53
-111011010101 upper-income 64
-111011010101 interest-bearing 65
-111011010101 PCW 66
-111011010101 unscrupulous 70
-111011010101 overlapping 82
-111011010101 unreported 84
-111011010101 small-company 92
-111011010101 takeover-related 97
-111011010101 high-income 99
-111011010101 assorted 105
-111011010101 unregistered 109
-111011010101 entry-level 114
-111011010101 offending 124
-111011010101 unused 136
-111011010101 high-cost 146
-111011010101 incoming 160
-111011010101 parental 182
-111011010101 uninsured 194
-111011010101 AIDS-related 205
-111011010101 respective 235
-111011010101 varying 263
-111011010101 unpaid 323
-111011010101 ordinary 976
-111011010101 existing 3620
-111011010101 various 4083
-111011010101 individual 4376
-1110110101100 waterplane 1
-1110110101100 44-page 1
-1110110101100 Espectacular 1
-1110110101100 burger-and-fries 1
-1110110101100 jewlery 1
-1110110101100 750,000-square-foot 1
-1110110101100 main-growing 1
-1110110101100 Claridge-related 1
-1110110101100 memento-crammed 1
-1110110101100 fraudulent-shelter 1
-1110110101100 trash-filled 1
-1110110101100 121-story 1
-1110110101100 RENAMO-held 1
-1110110101100 marriage-match 1
-1110110101100 energy-dependant 1
-1110110101100 welfare-supported 1
-1110110101100 17th-floor 1
-1110110101100 publisher-owned 1
-1110110101100 lumber-company 1
-1110110101100 Whitehall-chosen 1
-1110110101100 Disciple-controlled 1
-1110110101100 too-lavish 1
-1110110101100 34-foot 1
-1110110101100 structural-engineering 1
-1110110101100 black-targeted 1
-1110110101100 Democrat-appointed 1
-1110110101100 drug-chase 1
-1110110101100 copyright-protected 1
-1110110101100 Chun-related 1
-1110110101100 strifetorn 1
-1110110101100 flood-affected 1
-1110110101100 higher-growth 1
-1110110101100 volume-sensitive 1
-1110110101100 racketeering-related 1
-1110110101100 hot-spring 1
-1110110101100 slum-clearance 1
-1110110101100 250-unit 1
-1110110101100 import-sales 1
-1110110101100 player-movement 1
-1110110101100 Digital-compatible 1
-1110110101100 AdWeek 1
-1110110101100 once-disputed 1
-1110110101100 Brookhollow 1
-1110110101100 production-related 1
-1110110101100 36-floor 1
-1110110101100 A340-300 1
-1110110101100 highest-need 1
-1110110101100 muststock 1
-1110110101100 contract-fraud 1
-1110110101100 Benetton-approved 1
-1110110101100 Stikapig 1
-1110110101100 fastest-moving 1
-1110110101100 non-image 1
-1110110101100 body-image 1
-1110110101100 more-standard 1
-1110110101100 low-competition 1
-1110110101100 semiarid 1
-1110110101100 American-market 1
-1110110101100 20-unit 1
-1110110101100 movie-processing 1
-1110110101100 asbestosinjury 1
-1110110101100 71-story 1
-1110110101100 Propa 1
-1110110101100 disease-based 1
-1110110101100 consumer-aid 1
-1110110101100 higher-asset 1
-1110110101100 development-park 1
-1110110101100 data-voice 1
-1110110101100 rebel-occupied 1
-1110110101100 RENAMO-controlled 1
-1110110101100 1,819 1
-1110110101100 Overdrive 1
-1110110101100 Pentagon-related 1
-1110110101100 FBI-related 1
-1110110101100 pesticide-poisoning 1
-1110110101100 Visao 1
-1110110101100 cable-connected 1
-1110110101100 12th-floor 1
-1110110101100 custom-framing 1
-1110110101100 computerizes 1
-1110110101100 lesser-level-of-care 1
-1110110101100 policy-study 1
-1110110101100 cola-war 1
-1110110101100 fiberoptics 1
-1110110101100 square-meal 1
-1110110101100 Conservative-led 1
-1110110101100 resource-producing 1
-1110110101100 often-corrupt 1
-1110110101100 44,757 1
-1110110101100 abestos-related 1
-1110110101100 250-year-old 1
-1110110101100 more-populous 1
-1110110101100 non-beef 1
-1110110101100 Levine/Boesky 1
-1110110101100 four-square-mile 1
-1110110101100 basic-technology 1
-1110110101100 high-need 1
-1110110101100 Western-connected 1
-1110110101100 market-sweep 1
-1110110101100 Galanis-related 1
-1110110101100 mustier 1
-1110110101100 240,000-square-foot 1
-1110110101100 academic-scientific 1
-1110110101100 overearnest 1
-1110110101100 111,000-square-foot 1
-1110110101100 nonforested 1
-1110110101100 sugar-and-spice 1
-1110110101100 PayPhone 1
-1110110101100 murkiest 1
-1110110101100 basic-skills 1
-1110110101100 non-primary 1
-1110110101100 Norwegian-flag 1
-1110110101100 on-staff 1
-1110110101100 brown-and-green 1
-1110110101100 UMNO-controlled 1
-1110110101100 national-constituency 1
-1110110101100 old-law 1
-1110110101100 mishandle 1
-1110110101100 restaurant/brew 1
-1110110101100 nonequity 1
-1110110101100 Jordan-Israeli 1
-1110110101100 fish-producing 1
-1110110101100 gene-research 1
-1110110101100 pension-funded 1
-1110110101100 58-story 1
-1110110101100 225,000-square-foot 1
-1110110101100 drive-landing 1
-1110110101100 coat-check 1
-1110110101100 Italian-design 1
-1110110101100 900-room 1
-1110110101100 plant-care 1
-1110110101100 72-story 1
-1110110101100 riot-torn 1
-1110110101100 muscle-wasting 1
-1110110101100 hot-bonded 1
-1110110101100 trail-side 1
-1110110101100 Off-Road 1
-1110110101100 lantern-decked 1
-1110110101100 790-foot 1
-1110110101100 hard-goods 1
-1110110101100 rurul 1
-1110110101100 employee-injury 1
-1110110101100 64,000-square-foot 1
-1110110101100 non-Slavic 1
-1110110101100 244-unit 1
-1110110101100 unmowed 1
-1110110101100 race-bias 1
-1110110101100 domestic/economic 1
-1110110101100 less-complicated 1
-1110110101100 broad-line 1
-1110110101100 gray-glass 1
-1110110101100 72-unit 1
-1110110101100 mouth-filling 1
-1110110101100 2.2-million-square-foot 1
-1110110101100 chronic-call 1
-1110110101100 cafe-verite 1
-1110110101100 Kuwaiti-backed 1
-1110110101100 130-lawyer 1
-1110110101100 hospitality-industry 1
-1110110101100 six-bottle 1
-1110110101100 fourroom 1
-1110110101100 Harrowsmith 1
-1110110101100 shark-like 1
-1110110101100 inheritable 1
-1110110101100 flight-critical 1
-1110110101100 panic-stop 1
-1110110101100 711,000-square-foot 1
-1110110101100 eye-destroying 1
-1110110101100 steering-motor 1
-1110110101100 non-merchandise 1
-1110110101100 worm-producing 1
-1110110101100 medical-licensing 1
-1110110101100 non-gallery 1
-1110110101100 SportStyle 1
-1110110101100 Jordonelle 1
-1110110101100 blood-system 1
-1110110101100 corngrowing 1
-1110110101100 2,400-acre 2
-1110110101100 orange-producing 2
-1110110101100 Dignity-sponsored 2
-1110110101100 seventh-century 2
-1110110101100 jerry-rigged 2
-1110110101100 38,000-barrel-a-day 2
-1110110101100 30-man 2
-1110110101100 paperwhite 2
-1110110101100 more-distant 2
-1110110101100 insect-borne 2
-1110110101100 516-room 2
-1110110101100 272-unit 2
-1110110101100 non-vaccinated 2
-1110110101100 non-narrative 2
-1110110101100 plant-breeding 2
-1110110101100 jumped-up 2
-1110110101100 mountain-ringed 2
-1110110101100 scalloped 2
-1110110101100 must-read 2
-1110110101100 seafront 2
-1110110101100 plate-shaped 2
-1110110101100 fruiting 2
-1110110101100 white-collar-crime 2
-1110110101100 150-story 2
-1110110101100 Druze-controlled 2
-1110110101100 untargeted 2
-1110110101100 policyholder-owned 2
-1110110101100 higher-security 2
-1110110101100 long-barreled 2
-1110110101100 75-foot 2
-1110110101100 102-room 2
-1110110101100 5,000-room 2
-1110110101100 tourist-conscious 2
-1110110101100 special-effects-laden 2
-1110110101100 stock-quotation 2
-1110110101100 insurance-coverage 2
-1110110101100 special-event 2
-1110110101100 yellow-and-white 2
-1110110101100 parochial-school 2
-1110110101100 sex-addled 2
-1110110101100 fleet-sales 2
-1110110101100 white-elephant 2
-1110110101100 Disney-related 2
-1110110101100 helicopter-borne 2
-1110110101100 military-procurement 2
-1110110101100 sex-harassment 2
-1110110101100 TV-show 2
-1110110101100 600-square-foot 2
-1110110101100 Ethiopian-controlled 2
-1110110101100 medical-industry 2
-1110110101100 one-slide 2
-1110110101100 conference-call 2
-1110110101100 city-hall 2
-1110110101100 Oiga 2
-1110110101100 nonclassified 2
-1110110101100 city-run 2
-1110110101100 food-preparation 2
-1110110101100 4,500-square-foot 2
-1110110101100 metal-mesh 2
-1110110101100 blankety-blank 2
-1110110101100 FDIC-controlled 2
-1110110101100 already-developed 2
-1110110101100 warbird 2
-1110110101100 pesticide-use 2
-1110110101100 middleclass 2
-1110110101100 cholesterol-related 2
-1110110101100 multiple-use 2
-1110110101100 neuromuscular 2
-1110110101100 company-controlled 2
-1110110101100 high-exposure 2
-1110110101100 non-metropolitan 2
-1110110101100 multiethnic 2
-1110110101100 28-inch 2
-1110110101100 downtown-Tokyo 2
-1110110101100 mass-injury 2
-1110110101100 ultra-modern 2
-1110110101100 frontier-era 2
-1110110101100 glass-and-steel 2
-1110110101100 all-suites 2
-1110110101100 open-bar 2
-1110110101100 non-speech 2
-1110110101100 Sacramento-area 2
-1110110101100 noncompeting 2
-1110110101100 car-buff 2
-1110110101100 three-foot-high 2
-1110110101100 nerve-cell 2
-1110110101100 steel-and-glass 2
-1110110101100 inshore 2
-1110110101100 one-chair 2
-1110110101100 water-stained 2
-1110110101100 multivendor 2
-1110110101100 valorous 2
-1110110101100 mission-style 2
-1110110101100 soot-covered 2
-1110110101100 Asian-language 2
-1110110101100 central-city 2
-1110110101100 mixed-doubles 2
-1110110101100 toilet-seat 2
-1110110101100 4,355 2
-1110110101100 cocoa-producing 2
-1110110101100 slushy 2
-1110110101100 39-story 2
-1110110101100 non-acute 2
-1110110101100 new-high 2
-1110110101100 Chinese-owned 2
-1110110101100 phone-worker 2
-1110110101100 often-inefficient 2
-1110110101100 conservation-minded 2
-1110110101100 nitrogen-oxygen 2
-1110110101100 pro-capitalist 2
-1110110101100 enteric 3
-1110110101100 Reno-based 3
-1110110101100 horsebreeding 3
-1110110101100 cancer-research 3
-1110110101100 vacuum-tube 3
-1110110101100 disproportionate-share 3
-1110110101100 25-story 3
-1110110101100 Punjabi 3
-1110110101100 heart-failure 3
-1110110101100 advertiser-sponsored 3
-1110110101100 low-turnout 3
-1110110101100 salmon-colored 3
-1110110101100 pre-rock 3
-1110110101100 capital-rich 3
-1110110101100 financial-district 3
-1110110101100 Brazil-based 3
-1110110101100 20-lawyer 3
-1110110101100 noncriminal 3
-1110110101100 rice-producing 3
-1110110101100 109-year-old 3
-1110110101100 2,493 3
-1110110101100 grain-elevator 3
-1110110101100 46-story 3
-1110110101100 rear-window 3
-1110110101100 drug-abusing 3
-1110110101100 600-room 3
-1110110101100 600,000-square-foot 3
-1110110101100 brother-sister 3
-1110110101100 Lebanese-born 3
-1110110101100 daily-wear 3
-1110110101100 west-side 3
-1110110101100 non-safety 3
-1110110101100 beachside 3
-1110110101100 Fenway 3
-1110110101100 gas-rich 3
-1110110101100 35-story 3
-1110110101100 midtown-Manhattan 3
-1110110101100 stock-analysis 3
-1110110101100 Soviet-equipped 3
-1110110101100 tuxedo-rental 3
-1110110101100 chromatic 3
-1110110101100 heavy-manufacturing 3
-1110110101100 network-owned 3
-1110110101100 crustacean 3
-1110110101100 life-destroying 3
-1110110101100 brick-and-mortar 3
-1110110101100 dogmeat 3
-1110110101100 equal-access 3
-1110110101100 red-and-black 3
-1110110101100 fast-lane 3
-1110110101100 detente-type 3
-1110110101100 Korean-language 3
-1110110101100 less-regulated 3
-1110110101100 paper-mill 3
-1110110101100 wide-screen 3
-1110110101100 riparian 3
-1110110101100 70-person 3
-1110110101100 fishing-tackle 3
-1110110101100 current-affairs 3
-1110110101100 nuclear-weapons-free 3
-1110110101100 1,753 3
-1110110101100 3,562 3
-1110110101100 agave 3
-1110110101100 bond-bank 4
-1110110101100 Flemish-speaking 4
-1110110101100 innercity 4
-1110110101100 39th-floor 4
-1110110101100 Portuguese-language 4
-1110110101100 semi-arid 4
-1110110101100 well-lighted 4
-1110110101100 colonial-style 4
-1110110101100 twice-monthly 4
-1110110101100 fecund 4
-1110110101100 4,000-room 4
-1110110101100 en-route 4
-1110110101100 grand-scale 4
-1110110101100 high-turnover 4
-1110110101100 high-ticket 4
-1110110101100 compacted 4
-1110110101100 oil-soaked 4
-1110110101100 pro-free-trade 4
-1110110101100 light-infantry 4
-1110110101100 tree-shaded 4
-1110110101100 shallow-water 4
-1110110101100 prep-school 4
-1110110101100 innocent-looking 4
-1110110101100 Tremont 4
-1110110101100 felonious 4
-1110110101100 shoulder-held 4
-1110110101100 customer-owned 4
-1110110101100 sign-language 4
-1110110101100 non-dominant 4
-1110110101100 archetypical 4
-1110110101100 mammary 4
-1110110101100 pink-collar 4
-1110110101100 herbaceous 4
-1110110101100 well-practiced 4
-1110110101100 41-story 4
-1110110101100 legal-aid 4
-1110110101100 one-horse 4
-1110110101100 smaller-sized 4
-1110110101100 fire-department 4
-1110110101100 commercial-industrial 4
-1110110101100 job-hungry 4
-1110110101100 sex-oriented 4
-1110110101100 Labor-led 4
-1110110101100 bigticket 4
-1110110101100 timeworn 4
-1110110101100 90-seat 4
-1110110101100 smoggy 4
-1110110101100 43-story 4
-1110110101100 private-duty 4
-1110110101100 military-controlled 4
-1110110101100 anti-West 4
-1110110101100 12-story 4
-1110110101100 pyramid-shaped 5
-1110110101100 imitative 5
-1110110101100 single-room-occupancy 5
-1110110101100 24-story 5
-1110110101100 members-only 5
-1110110101100 information-based 5
-1110110101100 non-productive 5
-1110110101100 Denver-area 5
-1110110101100 commercial-airline 5
-1110110101100 non-sports 5
-1110110101100 middle-priced 5
-1110110101100 steel-using 5
-1110110101100 controlled-circulation 5
-1110110101100 blood-red 5
-1110110101100 long-ailing 5
-1110110101100 tri-state 5
-1110110101100 non-merger 5
-1110110101100 U.S.-registered 5
-1110110101100 70-story 5
-1110110101100 14-story 5
-1110110101100 soft-core 5
-1110110101100 64-page 5
-1110110101100 30,000-square-foot 5
-1110110101100 search-and-rescue 5
-1110110101100 small-screen 5
-1110110101100 blood-bank 5
-1110110101100 Gutenberg 5
-1110110101100 sugar-growing 5
-1110110101100 niche-market 5
-1110110101100 near-shore 5
-1110110101100 40-story 5
-1110110101100 greyhound 5
-1110110101100 member-firm 5
-1110110101100 seedless 5
-1110110101100 heavy-oil 5
-1110110101100 fifth-floor 6
-1110110101100 foodstuff 6
-1110110101100 down-at-the-heels 6
-1110110101100 personal-finance 6
-1110110101100 Marcos-era 6
-1110110101100 300-seat 6
-1110110101100 burnt-out 6
-1110110101100 nine-hole 6
-1110110101100 Andalusian 6
-1110110101100 nuclear-weapon 6
-1110110101100 quick-service 6
-1110110101100 basic-research 6
-1110110101100 gynecologic 6
-1110110101100 defense-oriented 6
-1110110101100 postgraduate 6
-1110110101100 U-shaped 6
-1110110101100 34-story 6
-1110110101100 school-board 6
-1110110101100 consumer-owned 6
-1110110101100 government-created 6
-1110110101100 early-childhood 6
-1110110101100 more-traditional 6
-1110110101100 hard-luck 6
-1110110101100 fortresslike 6
-1110110101100 junior-high 6
-1110110101100 lower-ranked 6
-1110110101100 half-built 6
-1110110101100 energy-dependent 6
-1110110101100 unbuilt 6
-1110110101100 day-old 7
-1110110101100 store-bought 7
-1110110101100 fourth-floor 7
-1110110101100 42-story 7
-1110110101100 medium-security 7
-1110110101100 lawless 7
-1110110101100 more-competitive 7
-1110110101100 remotest 7
-1110110101100 food-product 7
-1110110101100 family-style 7
-1110110101100 sloe-eyed 7
-1110110101100 400-room 7
-1110110101100 Hispanic-owned 7
-1110110101100 blood-borne 7
-1110110101100 art-deco 7
-1110110101100 giant-screen 7
-1110110101100 10-acre 7
-1110110101100 seventh-floor 7
-1110110101100 state-licensed 7
-1110110101100 flight-attendant 7
-1110110101100 resource-based 7
-1110110101100 Dallas-area 7
-1110110101100 state-based 7
-1110110101100 antebellum 7
-1110110101100 less-efficient 7
-1110110101100 300-room 7
-1110110101100 gull-wing 7
-1110110101100 large-size 7
-1110110101100 paneled 8
-1110110101100 Minneapolis-area 8
-1110110101100 spring-training 8
-1110110101100 ocean-front 8
-1110110101100 alpine 8
-1110110101100 prefectural 8
-1110110101100 baggage-claim 8
-1110110101100 galactic 8
-1110110101100 adrenal 8
-1110110101100 mass-media 8
-1110110101100 2,487 8
-1110110101100 high-traffic 8
-1110110101100 Houston-area 8
-1110110101100 12,000-acre 8
-1110110101100 orange-growing 8
-1110110101100 military-dominated 8
-1110110101100 nonreligious 9
-1110110101100 cocoa-growing 9
-1110110101100 mass-circulation 9
-1110110101100 church-sponsored 9
-1110110101100 wine-making 9
-1110110101100 white-dominated 9
-1110110101100 non-supervisory 9
-1110110101100 loan-production 9
-1110110101100 corporate-owned 9
-1110110101100 plain-paper 9
-1110110101100 cold-weather 9
-1110110101100 base-metal 9
-1110110101100 Montreal-area 9
-1110110101100 Dutch-speaking 9
-1110110101100 citrus-growing 9
-1110110101100 non-market 9
-1110110101100 dead-mail 9
-1110110101100 90-degree 9
-1110110101100 better-heeled 9
-1110110101100 car-haul 9
-1110110101100 riverside 10
-1110110101100 99-cent 10
-1110110101100 non-commercial 10
-1110110101100 pro-Israeli 10
-1110110101100 all-sports 10
-1110110101100 20-inch 10
-1110110101100 housing-related 11
-1110110101100 low-lying 11
-1110110101100 left-of-center 11
-1110110101100 drive-through 11
-1110110101100 French-language 11
-1110110101100 four-story 11
-1110110101100 four-bedroom 11
-1110110101100 60-story 11
-1110110101100 state-financed 11
-1110110101100 19-inch 11
-1110110101100 taxpayer-financed 11
-1110110101100 nonunionized 11
-1110110101100 botanical 11
-1110110101100 consumerist 12
-1110110101100 hot-pot 12
-1110110101100 non-department 12
-1110110101100 Miami-area 12
-1110110101100 unaccredited 12
-1110110101100 Japanese-language 12
-1110110101100 blood-clotting 12
-1110110101100 high-altitude 12
-1110110101100 ground-floor 13
-1110110101100 Mexican-style 13
-1110110101100 Mexican-food 13
-1110110101100 more-open 13
-1110110101100 European-based 13
-1110110101100 warm-water 13
-1110110101100 war-ravaged 13
-1110110101100 Philadelphia-area 14
-1110110101100 non-UAW 14
-1110110101100 improvisational 14
-1110110101100 marshy 14
-1110110101100 Chinese-language 14
-1110110101100 budget-conscious 14
-1110110101100 one-story 14
-1110110101100 four-room 14
-1110110101100 communicable 14
-1110110101100 land-grant 15
-1110110101100 republican 15
-1110110101100 death-row 15
-1110110101100 micro 16
-1110110101100 two-room 16
-1110110101100 red-brick 16
-1110110101100 earthen 16
-1110110101100 home-state 17
-1110110101100 sugar-cane 17
-1110110101100 post-secondary 17
-1110110101100 beachfront 18
-1110110101100 comic-book 18
-1110110101100 Masonic 18
-1110110101100 multicolored 19
-1110110101100 three-star 19
-1110110101100 sit-down 19
-1110110101100 12-inch 19
-1110110101100 low-fare 19
-1110110101100 second-floor 19
-1110110101100 obsessive-compulsive 19
-1110110101100 quasi-governmental 20
-1110110101100 minimum-security 20
-1110110101100 male-dominated 20
-1110110101100 senior-citizen 20
-1110110101100 Reagan-appointed 20
-1110110101100 ornamental 21
-1110110101100 five-star 23
-1110110101100 grassy 23
-1110110101100 Boston-area 23
-1110110101100 bridal 24
-1110110101100 city-owned 24
-1110110101100 lymph 25
-1110110101100 one-bedroom 25
-1110110101100 nonnuclear 25
-1110110101100 cotton-growing 26
-1110110101100 two-bedroom 27
-1110110101100 ancestral 27
-1110110101100 low-rent 27
-1110110101100 non-government 27
-1110110101100 three-bedroom 28
-1110110101100 drive-in 28
-1110110101100 regular-season 28
-1110110101100 full-court 28
-1110110101100 first-run 29
-1110110101100 plainclothes 29
-1110110101100 metro 31
-1110110101100 Japanese-style 32
-1110110101100 general-interest 32
-1110110101100 run-down 33
-1110110101100 government-run 33
-1110110101100 major-league 33
-1110110101100 collegiate 34
-1110110101100 liberal-arts 34
-1110110101100 faraway 35
-1110110101100 outlying 36
-1110110101100 Chicago-area 36
-1110110101100 faster-growing 36
-1110110101100 one-room 36
-1110110101100 minor-league 38
-1110110101100 coffee-growing 38
-1110110101100 wooded 39
-1110110101100 Japanese-owned 39
-1110110101100 present-day 39
-1110110101100 medical-malpractice 40
-1110110101100 pediatric 40
-1110110101100 mountainous 42
-1110110101100 big-league 43
-1110110101100 seaside 45
-1110110101100 Siberian 48
-1110110101100 stock-exchange 49
-1110110101100 multistate 50
-1110110101100 mom-and-pop 51
-1110110101100 catalytic 51
-1110110101100 acute-care 52
-1110110101100 tony 53
-1110110101100 rogue 54
-1110110101100 pro-Israel 56
-1110110101100 high-growth 56
-1110110101100 mass-market 63
-1110110101100 non-bank 65
-1110110101100 government-controlled 73
-1110110101100 big-city 74
-1110110101100 top-rated 76
-1110110101100 investor-owned 82
-1110110101100 high-rise 82
-1110110101100 posh 85
-1110110101100 lower-level 85
-1110110101100 big-name 87
-1110110101100 non-union 88
-1110110101100 public-housing 96
-1110110101100 small-town 98
-1110110101100 miniature 110
-1110110101100 Spanish-language 137
-1110110101100 big-ticket 137
-1110110101100 state-chartered 139
-1110110101100 English-language 142
-1110110101100 outer 166
-1110110101100 full-service 183
-1110110101100 19th-century 188
-1110110101100 tropical 195
-1110110101100 state-run 202
-1110110101100 coastal 219
-1110110101100 psychiatric 233
-1110110101100 nonunion 238
-1110110101100 metropolitan 396
-1110110101100 provincial 444
-1110110101100 mobile 472
-1110110101100 digital 502
-1110110101100 suburban 585
-1110110101100 downtown 788
-1110110101100 civilian 790
-1110110101100 urban 831
-1110110101100 rural 1084
-1110110101100 local 8430
-1110110101100 regional 3347
-1110110101101 this-side-of-the-rainbow 1
-1110110101101 salvific 1
-1110110101101 semi-liberated 1
-1110110101101 post-apocalyptic 1
-1110110101101 build-to-suit 1
-1110110101101 trans-Soviet 1
-1110110101101 desk-published 1
-1110110101101 floor-length 1
-1110110101101 Denver-bound 1
-1110110101101 modern-jazz 1
-1110110101101 196-page 1
-1110110101101 furniture-industry 1
-1110110101101 stall-prone 1
-1110110101101 Sandinista-built 1
-1110110101101 nonelastic 1
-1110110101101 trade-led 1
-1110110101101 single-event 1
-1110110101101 Cree 1
-1110110101101 100-volt 1
-1110110101101 basic-business-skills 1
-1110110101101 personal-property 1
-1110110101101 human-capital 1
-1110110101101 Bahamian-based 1
-1110110101101 6,000-home 1
-1110110101101 lantern-lit 1
-1110110101101 semi-barbaric 1
-1110110101101 Swiss-registered 1
-1110110101101 medical-product 1
-1110110101101 tract-mansion 1
-1110110101101 this-season 1
-1110110101101 receiving-room 1
-1110110101101 multitrillion-yen 1
-1110110101101 35-doctor 1
-1110110101101 insitutional 1
-1110110101101 toric 1
-1110110101101 weight-watchers 1
-1110110101101 Sumerian 1
-1110110101101 long-film 1
-1110110101101 one-company 1
-1110110101101 ninth-move 1
-1110110101101 MIGA-insured 1
-1110110101101 patroldog 1
-1110110101101 rocket-engine 1
-1110110101101 tree-dotted 1
-1110110101101 color-obsessed 1
-1110110101101 corn-and-beans 1
-1110110101101 office-worker 1
-1110110101101 night-darkened 1
-1110110101101 71-acre 1
-1110110101101 5.1-mile 1
-1110110101101 post-riot 1
-1110110101101 too-broad 1
-1110110101101 Fragonard-like 1
-1110110101101 Syrianheld 1
-1110110101101 triannual 1
-1110110101101 sewage-system 1
-1110110101101 13-star 1
-1110110101101 history-reenactment 1
-1110110101101 food-shop 1
-1110110101101 matriarchal 1
-1110110101101 forest-resource 1
-1110110101101 computer-tape 1
-1110110101101 Harcourt-built 1
-1110110101101 once-picturesque 1
-1110110101101 equity-incentive 1
-1110110101101 groundwater-contamination 1
-1110110101101 rain-forested 1
-1110110101101 photograph-like 1
-1110110101101 postimpressionist 1
-1110110101101 composite-wing 1
-1110110101101 farm-safety 1
-1110110101101 once-distinguished 1
-1110110101101 Russian-emigre 1
-1110110101101 1,600-home 1
-1110110101101 colonialistic 1
-1110110101101 smoke-choked 1
-1110110101101 blood-sucking 1
-1110110101101 minority-group-owned 1
-1110110101101 6,000-volume 1
-1110110101101 reel-to-reel 1
-1110110101101 54-partner 1
-1110110101101 30-foot-wide 1
-1110110101101 Corp.-backed 1
-1110110101101 defense-waste 1
-1110110101101 studio/theme 1
-1110110101101 British-government-bond 1
-1110110101101 20-block 1
-1110110101101 CREF-TIAA 1
-1110110101101 A-330s-a 1
-1110110101101 false-flag 1
-1110110101101 one-street 1
-1110110101101 unattributable 2
-1110110101101 radon-reduction 2
-1110110101101 beef-marketing 2
-1110110101101 32,600 2
-1110110101101 poster-sized 2
-1110110101101 Philistine 2
-1110110101101 sex-appeal 2
-1110110101101 non-membership 2
-1110110101101 rebel-controlled 2
-1110110101101 river-front 2
-1110110101101 worm-farming 2
-1110110101101 handwriting-analysis 2
-1110110101101 post-high 2
-1110110101101 cookery 2
-1110110101101 B-grade 2
-1110110101101 finance-related 2
-1110110101101 regulation-size 2
-1110110101101 tax-administration 2
-1110110101101 chainstore 2
-1110110101101 Miamibased 2
-1110110101101 50-inch 2
-1110110101101 taxexempt 2
-1110110101101 shipwrecked 2
-1110110101101 business-education 2
-1110110101101 less-celebrated 2
-1110110101101 radio-jamming 2
-1110110101101 Abdus 2
-1110110101101 crop-producing 2
-1110110101101 newspaper-funded 2
-1110110101101 car-hauling 2
-1110110101101 foundation-owned 2
-1110110101101 subsidy-free 2
-1110110101101 Rendezvous 2
-1110110101101 retailing-industry 2
-1110110101101 50-month 2
-1110110101101 free-roaming 2
-1110110101101 profitmaking 2
-1110110101101 multispecialty 2
-1110110101101 less-qualified 2
-1110110101101 fantasy-sports 2
-1110110101101 broad-spectrum 2
-1110110101101 once-famous 2
-1110110101101 single-volume 2
-1110110101101 business-government 2
-1110110101101 Swiss-German 2
-1110110101101 racketeering-influenced 2
-1110110101101 discrimination-free 2
-1110110101101 deepwater 2
-1110110101101 lawschool 2
-1110110101101 white-bearded 2
-1110110101101 still-unexplained 2
-1110110101101 degree-granting 3
-1110110101101 well-executed 3
-1110110101101 less-prominent 3
-1110110101101 duck-hunting 3
-1110110101101 bank-affiliated 3
-1110110101101 disobedient 3
-1110110101101 beer-industry 3
-1110110101101 mirror-image 3
-1110110101101 religious-affiliated 3
-1110110101101 commercial-real-estate 3
-1110110101101 colo-rectal 3
-1110110101101 metals-industry 3
-1110110101101 bonafide 3
-1110110101101 service-producing 3
-1110110101101 retirement-center 3
-1110110101101 modern-dance 3
-1110110101101 higher-caliber 3
-1110110101101 small-asset 3
-1110110101101 minimall 3
-1110110101101 gunslinging 3
-1110110101101 sybaritic 3
-1110110101101 serve-and-volley 3
-1110110101101 homestate 3
-1110110101101 value-adding 3
-1110110101101 female-dominated 3
-1110110101101 tow-truck 3
-1110110101101 photo-industry 3
-1110110101101 cheap-labor 3
-1110110101101 Boesky-controlled 3
-1110110101101 organ-transplant 3
-1110110101101 public-enterprise 3
-1110110101101 county-wide 3
-1110110101101 15-3 3
-1110110101101 hightech 4
-1110110101101 farm-machinery 4
-1110110101101 retirement-community 4
-1110110101101 Kaskel-led 4
-1110110101101 Barbados-based 4
-1110110101101 go-along 4
-1110110101101 Valencian 4
-1110110101101 land-sale 4
-1110110101101 Burgundian 4
-1110110101101 90-second 4
-1110110101101 hedged-index 4
-1110110101101 less-friendly 4
-1110110101101 insulin-dependent 4
-1110110101101 company-funded 4
-1110110101101 set-price 4
-1110110101101 new-music 4
-1110110101101 wine-tasting 4
-1110110101101 Freezer 4
-1110110101101 travel-industry 4
-1110110101101 Unitarian 4
-1110110101101 curb-side 4
-1110110101101 major-market 4
-1110110101101 car-service 4
-1110110101101 low-capital 4
-1110110101101 military-related 4
-1110110101101 female-owned 4
-1110110101101 goggle-eyed 4
-1110110101101 monied 4
-1110110101101 Minstar-led 5
-1110110101101 software-industry 5
-1110110101101 mouth-to-mouth 5
-1110110101101 new-venture 5
-1110110101101 debtor-in-possession 5
-1110110101101 child-custody 5
-1110110101101 nonconventional 5
-1110110101101 IRA-type 5
-1110110101101 non-Indian 5
-1110110101101 human-tissue 5
-1110110101101 European-Arab 5
-1110110101101 landowning 5
-1110110101101 high-return 5
-1110110101101 state-administered 5
-1110110101101 classical-music 6
-1110110101101 pakeha 6
-1110110101101 luxury-hotel 6
-1110110101101 car-marketing 6
-1110110101101 bribe-taking 6
-1110110101101 currency-options 6
-1110110101101 unreturned 6
-1110110101101 male-female 6
-1110110101101 business-backed 6
-1110110101101 artesian 6
-1110110101101 Bass-led 6
-1110110101101 make-work 7
-1110110101101 Brahmin 7
-1110110101101 nonmanufacturing 7
-1110110101101 prawn 7
-1110110101101 family-law 7
-1110110101101 accounting-firm 7
-1110110101101 hand-drawn 7
-1110110101101 mini-mall 7
-1110110101101 homosexual-rights 7
-1110110101101 yen-based 7
-1110110101101 dockside 8
-1110110101101 less-experienced 8
-1110110101101 steel-making 8
-1110110101101 Panamanian-registered 8
-1110110101101 less-risky 8
-1110110101101 low-altitude 8
-1110110101101 Moscow-based 8
-1110110101101 music-industry 8
-1110110101101 non-governmental 8
-1110110101101 Quebec-based 8
-1110110101101 record-industry 8
-1110110101101 shanty 9
-1110110101101 industry-sponsored 9
-1110110101101 French-owned 9
-1110110101101 co-operative 10
-1110110101101 role-playing 10
-1110110101101 higher-risk 10
-1110110101101 technical-service 10
-1110110101101 minority-controlled 10
-1110110101101 trade-finance 10
-1110110101101 graduate-school 10
-1110110101101 horse-breeding 11
-1110110101101 heart-transplant 11
-1110110101101 refresher 11
-1110110101101 nonresident 11
-1110110101101 recreational-vehicle 11
-1110110101101 retail-store 11
-1110110101101 USO 11
-1110110101101 sedentary 12
-1110110101101 matrimonial 12
-1110110101101 quasi-government 12
-1110110101101 non-lawyer 12
-1110110101101 government-financed 12
-1110110101101 shareholder-owned 12
-1110110101101 cruise-ship 12
-1110110101101 state-funded 12
-1110110101101 bank-owned 13
-1110110101101 street-corner 13
-1110110101101 state-supported 13
-1110110101101 second-mortgage 13
-1110110101101 realestate 14
-1110110101101 Washington-area 14
-1110110101101 mixed-use 14
-1110110101101 supranational 16
-1110110101101 better-capitalized 16
-1110110101101 congregate-care 17
-1110110101101 depreciable 17
-1110110101101 commodity-trading 17
-1110110101101 company-sponsored 18
-1110110101101 rare-coin 18
-1110110101101 two-person 19
-1110110101101 shopping-mall 19
-1110110101101 freelance 19
-1110110101101 value-oriented 19
-1110110101101 stockholder-owned 20
-1110110101101 public-private 20
-1110110101101 state-sponsored 21
-1110110101101 nongovernment 22
-1110110101101 bond-fund 23
-1110110101101 self-insured 24
-1110110101101 government-supported 24
-1110110101101 transnational 25
-1110110101101 company-paid 26
-1110110101101 hard-cover 26
-1110110101101 government-funded 27
-1110110101101 top-flight 27
-1110110101101 life-care 28
-1110110101101 middle-market 29
-1110110101101 walk-in 31
-1110110101101 shopping-center 31
-1110110101101 non-manufacturing 31
-1110110101101 prep 32
-1110110101101 limited-partnership 34
-1110110101101 small-stock 34
-1110110101101 multiracial 34
-1110110101101 leveraged-buy-out 34
-1110110101101 wildcat 36
-1110110101101 profit-making 42
-1110110101101 solid-waste 49
-1110110101101 non-banking 51
-1110110101101 low-risk 52
-1110110101101 pan-European 57
-1110110101101 reputable 57
-1110110101101 black-owned 58
-1110110101101 not-for-profit 64
-1110110101101 small-scale 68
-1110110101101 toxic-waste 68
-1110110101101 penny-stock 71
-1110110101101 parochial 86
-1110110101101 for-profit 88
-1110110101101 big-time 90
-1110110101101 non-profit 99
-1110110101101 family-owned 106
-1110110101101 peacetime 106
-1110110101101 government-sponsored 110
-1110110101101 minority-owned 112
-1110110101101 standby 118
-1110110101101 tax-shelter 121
-1110110101101 hazardous-waste 132
-1110110101101 statewide 151
-1110110101101 third-party 160
-1110110101101 venture-capital 238
-1110110101101 syndicated 312
-1110110101101 mutual-fund 321
-1110110101101 joint-venture 344
-1110110101101 private-sector 360
-1110110101101 nonprofit 660
-1110110101101 real-estate 1724
-1110110101101 private 10065
-1110110101101 professional 2029
-1110110101110 television-evangelist 1
-1110110101110 company-auditor 1
-1110110101110 semi-automated 1
-1110110101110 Indian-summer 1
-1110110101110 earthquake-preparation 1
-1110110101110 oil-for-equipment 1
-1110110101110 Iran-Soviet 1
-1110110101110 growth-stunting 1
-1110110101110 Seoul-Beijing 1
-1110110101110 electrical-parts 1
-1110110101110 Hyper-channel 1
-1110110101110 accident-related 1
-1110110101110 Indian-Soviet 1
-1110110101110 already-strained 1
-1110110101110 eight-liter 1
-1110110101110 more-practical 1
-1110110101110 engineering-consulting 1
-1110110101110 under-prepared 1
-1110110101110 animal-based 1
-1110110101110 offensive-oriented 1
-1110110101110 all-too-regular 1
-1110110101110 83-36 1
-1110110101110 American-funded 1
-1110110101110 protection-sodden 1
-1110110101110 IMF-backed 1
-1110110101110 per-home 1
-1110110101110 patient-financed 1
-1110110101110 teacher-licensing 1
-1110110101110 hotel-related 1
-1110110101110 powersales 1
-1110110101110 artificialintelligence 1
-1110110101110 actor-audience 1
-1110110101110 manufacturing-systems 1
-1110110101110 slow-but-steady 1
-1110110101110 M1-B 1
-1110110101110 excommunicable 1
-1110110101110 government-derived 1
-1110110101110 commodities-investment 1
-1110110101110 oil-driven 1
-1110110101110 distant-water 1
-1110110101110 Asadabad 1
-1110110101110 28-state 1
-1110110101110 Olympic-level 1
-1110110101110 airline-career 1
-1110110101110 aviation-consultancy 1
-1110110101110 election-oriented 1
-1110110101110 synthetic-blood 1
-1110110101110 orange-rind 1
-1110110101110 already-over-leveraged 1
-1110110101110 efficiency-oriented 1
-1110110101110 ship-to-shore 1
-1110110101110 over-heated 1
-1110110101110 umpteen 1
-1110110101110 goods-and-services 1
-1110110101110 oil-linked 1
-1110110101110 extra-far-seeing 1
-1110110101110 airplane-parts 1
-1110110101110 Unwritten 1
-1110110101110 hugh 1
-1110110101110 unlocal 1
-1110110101110 producer-owned 1
-1110110101110 MKV 1
-1110110101110 company-managed 1
-1110110101110 self-created 1
-1110110101110 Girmi 1
-1110110101110 traffic-sharing 1
-1110110101110 once-ballyhooed 1
-1110110101110 already-burdened 1
-1110110101110 2,100-mile 1
-1110110101110 anti-crisis 1
-1110110101110 silicon/gallium 1
-1110110101110 61-month-old 1
-1110110101110 deepsea 1
-1110110101110 Seoul-Moscow 1
-1110110101110 still-shaky 1
-1110110101110 card-member 1
-1110110101110 unrestrictive 1
-1110110101110 82-month 1
-1110110101110 SBA-backed 1
-1110110101110 already-deteriorating 1
-1110110101110 semicondctor 1
-1110110101110 is-it-an-import-or-is-it-a-Chevy 1
-1110110101110 arms-control-treaty 1
-1110110101110 anti-oil 1
-1110110101110 synthetic-diamond 1
-1110110101110 all-year-round 1
-1110110101110 customer-company 1
-1110110101110 U.S.-Turkish 1
-1110110101110 anti-hijacking 1
-1110110101110 coal-engine 1
-1110110101110 center-pivoted 1
-1110110101110 two-hectare 1
-1110110101110 ESOP-related 1
-1110110101110 factory-like 1
-1110110101110 over-land 1
-1110110101110 bileratal 1
-1110110101110 Annenberg-supported 1
-1110110101110 waterfrugal 1
-1110110101110 66-month-old 1
-1110110101110 engineering/construction 1
-1110110101110 broad-scaled 1
-1110110101110 industrial-era 2
-1110110101110 all-bond 2
-1110110101110 premium-price 2
-1110110101110 often-fatal 2
-1110110101110 alternative-card 2
-1110110101110 Sino-Indian 2
-1110110101110 iniquitous 2
-1110110101110 inter-industry 2
-1110110101110 part-object 2
-1110110101110 once-close 2
-1110110101110 Afghanistan-Pakistan 2
-1110110101110 IMF-approved 2
-1110110101110 Alzheimer's-disease 2
-1110110101110 league-wide 2
-1110110101110 impeachable 2
-1110110101110 screw-top 2
-1110110101110 celebrity-recipe 2
-1110110101110 already-battered 2
-1110110101110 electric-drive 2
-1110110101110 undersupplied 2
-1110110101110 NAHB 2
-1110110101110 back-to-the-land 2
-1110110101110 airliner-cabin 2
-1110110101110 interest-deductible 2
-1110110101110 seat-making 2
-1110110101110 term-loan 2
-1110110101110 Bible-based 2
-1110110101110 U.S.-Australian 2
-1110110101110 sometimes-frayed 2
-1110110101110 granite-and-glass 2
-1110110101110 end-of-the-world 2
-1110110101110 U.S.-Europe 2
-1110110101110 individual-practice 2
-1110110101110 recently-completed 2
-1110110101110 non-crisis 2
-1110110101110 Saudi-British 2
-1110110101110 taxpayer-paid 2
-1110110101110 seagoing 2
-1110110101110 84-bed 2
-1110110101110 non-taxed 2
-1110110101110 IMF-monitored 2
-1110110101110 nonsecurities 2
-1110110101110 Wright-Mallick 2
-1110110101110 arms-delivery 2
-1110110101110 anti-import 2
-1110110101110 11-nation 2
-1110110101110 racial-segregation 2
-1110110101110 last-mentioned 2
-1110110101110 three-continent 2
-1110110101110 economic-rights 2
-1110110101110 U.S.-Pakistani 2
-1110110101110 biotechnical 2
-1110110101110 mental-illness 2
-1110110101110 execution-only 2
-1110110101110 Sino-U.S. 2
-1110110101110 grandparent-grandchild 3
-1110110101110 residential-real-estate 3
-1110110101110 Soviet-Iranian 3
-1110110101110 more-careful 3
-1110110101110 high-production 3
-1110110101110 attack-submarine 3
-1110110101110 takeover-trading 3
-1110110101110 U.S.-French 3
-1110110101110 sheet-music 3
-1110110101110 extra-governmental 3
-1110110101110 cool-headed 3
-1110110101110 on-stage 3
-1110110101110 pollution-related 3
-1110110101110 individual-retirement-account 3
-1110110101110 non-broadcast 3
-1110110101110 more-expansive 3
-1110110101110 EC-Japanese 3
-1110110101110 American-Japanese 3
-1110110101110 agriculture-based 3
-1110110101110 atom-smashing 3
-1110110101110 accidental-launch 3
-1110110101110 interservice 3
-1110110101110 350,000-square-foot 3
-1110110101110 state-directed 3
-1110110101110 106-month 3
-1110110101110 IBM-Sears 3
-1110110101110 transborder 3
-1110110101110 interparty 3
-1110110101110 ever-tighter 3
-1110110101110 game-day 3
-1110110101110 Japanese-U.S. 3
-1110110101110 Soviet-Western 3
-1110110101110 U.S.-Cuba 3
-1110110101110 Kingly 3
-1110110101110 long-strained 3
-1110110101110 U.S.-held 3
-1110110101110 indepth 3
-1110110101110 attention-grabbing 3
-1110110101110 U.S.-Brazil 3
-1110110101110 multiservice 3
-1110110101110 buyer-seller 3
-1110110101110 migrant-worker 3
-1110110101110 unseasoned 3
-1110110101110 on-premises 3
-1110110101110 management-labor 4
-1110110101110 space-development 4
-1110110101110 upper-echelon 4
-1110110101110 epidural 4
-1110110101110 U.S.-Korean 4
-1110110101110 off-network 4
-1110110101110 U.S.Soviet 4
-1110110101110 pastel-colored 4
-1110110101110 white-shoe 4
-1110110101110 130-member 4
-1110110101110 agency-shop 4
-1110110101110 root-canal 4
-1110110101110 export-boosting 4
-1110110101110 interstate-banking 4
-1110110101110 non-producing 4
-1110110101110 intra-EC 4
-1110110101110 intra-company 4
-1110110101110 German-language 4
-1110110101110 U.S.-Cuban 4
-1110110101110 labor-contract 4
-1110110101110 high-multiple 4
-1110110101110 inter-governmental 4
-1110110101110 associational 4
-1110110101110 contributory 4
-1110110101110 gold-based 4
-1110110101110 intergalactic 4
-1110110101110 U.S.-Iraqi 4
-1110110101110 antarctic 4
-1110110101110 extraditable 4
-1110110101110 anti-corrosion 5
-1110110101110 inter-German 5
-1110110101110 performing-arts 5
-1110110101110 Greek-Turkish 5
-1110110101110 esophageal 5
-1110110101110 U.S.-Korea 5
-1110110101110 computer-screen 5
-1110110101110 lap-belt 5
-1110110101110 U.S.Canada 5
-1110110101110 cross-currency 5
-1110110101110 state-to-state 5
-1110110101110 central-government 5
-1110110101110 company-union 5
-1110110101110 computer-to-computer 5
-1110110101110 Japanese-Soviet 5
-1110110101110 NBC-Turner 5
-1110110101110 more-aggressive 5
-1110110101110 industry-government 5
-1110110101110 Soviet-Israeli 5
-1110110101110 U.S.-Indian 5
-1110110101110 anti-Iranian 5
-1110110101110 non-aspirin 5
-1110110101110 U.S.-Vietnamese 5
-1110110101110 Bhopal-related 5
-1110110101110 heart-bypass 6
-1110110101110 revocable 6
-1110110101110 American-Iranian 6
-1110110101110 extralegal 6
-1110110101110 in-and-out 6
-1110110101110 tobacco-company 6
-1110110101110 public-access 6
-1110110101110 gas-contract 6
-1110110101110 anticholesterol 6
-1110110101110 post-takeover 6
-1110110101110 inter-European 6
-1110110101110 seaborne 6
-1110110101110 securities-market 6
-1110110101110 Australasian 6
-1110110101110 pharmacological 6
-1110110101110 German-American 7
-1110110101110 cause-related 7
-1110110101110 working-level 7
-1110110101110 U.S.-EC 7
-1110110101110 employer-employee 7
-1110110101110 Soviet-German 7
-1110110101110 Turkish-American 7
-1110110101110 emotion-laden 7
-1110110101110 abortion-related 7
-1110110101110 AIDS-treatment 7
-1110110101110 advance-fee 7
-1110110101110 manufacturing-related 7
-1110110101110 AIDS-linked 8
-1110110101110 reduced-instruction-set 8
-1110110101110 arm's-length 8
-1110110101110 non-pipeline 8
-1110110101110 operating-unit 8
-1110110101110 government-industry 9
-1110110101110 iridescent 9
-1110110101110 intracompany 9
-1110110101110 capitalist-style 9
-1110110101110 arms-for-hostage 9
-1110110101110 German-Soviet 9
-1110110101110 informatics 10
-1110110101110 aircraft-carrier 10
-1110110101110 university-based 10
-1110110101110 elephantine 10
-1110110101110 person-to-person 10
-1110110101110 fast-changing 10
-1110110101110 deep-sea 10
-1110110101110 inflight 11
-1110110101110 Israeli-Arab 11
-1110110101110 parimutuel 11
-1110110101110 post-1992 11
-1110110101110 interoffice 11
-1110110101110 Israeli-Palestinian 11
-1110110101110 government-to-government 12
-1110110101110 Iranian-sponsored 12
-1110110101110 trend-setting 12
-1110110101110 oligopolistic 12
-1110110101110 real-time 12
-1110110101110 wiretapped 12
-1110110101110 local-currency 13
-1110110101110 hemispheric 13
-1110110101110 church-state 13
-1110110101110 east-west 13
-1110110101110 intra-European 14
-1110110101110 government-approved 14
-1110110101110 bridge-loan 14
-1110110101110 premarital 15
-1110110101110 short-time 15
-1110110101110 transpacific 15
-1110110101110 Sino-Japanese 15
-1110110101110 anti-Contra 15
-1110110101110 extracurricular 15
-1110110101110 U.S.-Mexican 17
-1110110101110 cash-generating 17
-1110110101110 north-south 18
-1110110101110 Sino-American 18
-1110110101110 immune-system 18
-1110110101110 after-school 18
-1110110101110 farmer-owned 18
-1110110101110 cash-basis 19
-1110110101110 normalizing 19
-1110110101110 sectoral 19
-1110110101110 U.S.-European 19
-1110110101110 ultrasonic 20
-1110110101110 counterinsurgency 20
-1110110101110 end-user 20
-1110110101110 one-minute 20
-1110110101110 up-to-the-minute 21
-1110110101110 new-business 23
-1110110101110 U.S.-Iran 23
-1110110101110 inflatable 24
-1110110101110 U.S.-Israeli 24
-1110110101110 on-board 24
-1110110101110 federal-state 24
-1110110101110 off-balance-sheet 24
-1110110101110 Canada-U.S. 24
-1110110101110 entertainment-industry 24
-1110110101110 U.S.-Iranian 27
-1110110101110 oil-production 27
-1110110101110 most-favored-nation 28
-1110110101110 risk-arbitrage 28
-1110110101110 abdominal 28
-1110110101110 unclassified 28
-1110110101110 money-making 29
-1110110101110 open-door 29
-1110110101110 U.S.-China 30
-1110110101110 capital-market 31
-1110110101110 departmental 31
-1110110101110 American-style 31
-1110110101110 Soviet-American 31
-1110110101110 trans-Pacific 31
-1110110101110 econometric 33
-1110110101110 secondary-market 37
-1110110101110 Sino-Soviet 40
-1110110101110 growth-oriented 40
-1110110101110 undersea 40
-1110110101110 Franco-German 42
-1110110101110 market-related 43
-1110110101110 stock-loan 46
-1110110101110 on-the-job 47
-1110110101110 in-flight 47
-1110110101110 export-driven 49
-1110110101110 U.S.-style 50
-1110110101110 nighttime 50
-1110110101110 high-energy 52
-1110110101110 one-stop 52
-1110110101110 fatty 56
-1110110101110 informational 59
-1110110101110 transatlantic 63
-1110110101110 high-pressure 64
-1110110101110 intrastate 64
-1110110101110 atmospheric 67
-1110110101110 dividend-capture 69
-1110110101110 on-line 70
-1110110101110 U.S.-Canadian 70
-1110110101110 trans-Atlantic 80
-1110110101110 U.S.-Japanese 82
-1110110101110 hard-currency 83
-1110110101110 Arab-Israeli 90
-1110110101110 intermarket 91
-1110110101110 expedited 104
-1110110101110 clandestine 108
-1110110101110 on-site 119
-1110110101110 cross-border 122
-1110110101110 indoor 132
-1110110101110 U.S.-Canada 144
-1110110101110 stepped-up 166
-1110110101110 U.S.-Japan 175
-1110110101110 East-West 187
-1110110101110 open-market 194
-1110110101110 multilateral 206
-1110110101110 out-of-state 252
-1110110101110 U.S.-Soviet 340
-1110110101110 bilateral 402
-1110110101110 ongoing 423
-1110110101110 genetic 468
-1110110101110 artificial 476
-1110110101110 automated 550
-1110110101110 experimental 561
-1110110101110 interstate 588
-1110110101110 external 592
-1110110101110 credit-card 660
-1110110101110 global 1951
-1110110101110 international 8925
-1110110101110 internal 2473
-1110110101111 PC-making 1
-1110110101111 non-ESOP 1
-1110110101111 overseas-currency-translation 1
-1110110101111 conspiracy-minded 1
-1110110101111 end-of-the-model-year 1
-1110110101111 much-fatter 1
-1110110101111 computer-fraud 1
-1110110101111 cable-dish 1
-1110110101111 7,037 1
-1110110101111 Seventieth 1
-1110110101111 deferred-salary 1
-1110110101111 detail-anxious 1
-1110110101111 prize-fight 1
-1110110101111 personnel-department 1
-1110110101111 tranquilized 1
-1110110101111 big-businesses 1
-1110110101111 international-service 1
-1110110101111 jungle-fowl 1
-1110110101111 price-percentage 1
-1110110101111 Arpeggione 1
-1110110101111 Salzburger 1
-1110110101111 celebrity-contacts 1
-1110110101111 tax-conscious 1
-1110110101111 super-quality 1
-1110110101111 non-handicapped 1
-1110110101111 mechandise 1
-1110110101111 protein-wrapped 1
-1110110101111 tennis-racquets 1
-1110110101111 yellow-painted 1
-1110110101111 less-expert 1
-1110110101111 fish-head 1
-1110110101111 diploma-mill 1
-1110110101111 Germinal 1
-1110110101111 pretesting 1
-1110110101111 lost-cost 1
-1110110101111 single-interests 1
-1110110101111 microcassette 1
-1110110101111 flattened-fauna 1
-1110110101111 acquired-loan 1
-1110110101111 fifth-grade-level 1
-1110110101111 KVEA-TV 1
-1110110101111 already-deferred 1
-1110110101111 installment-purchase 1
-1110110101111 farm-exporting 1
-1110110101111 too-pushy 1
-1110110101111 mazelike 1
-1110110101111 day-shift 1
-1110110101111 board-management 1
-1110110101111 high-usage 1
-1110110101111 grim-gray 1
-1110110101111 brokerreferred 1
-1110110101111 estate-return 1
-1110110101111 Catastrophic-health 1
-1110110101111 multibillion-yen 1
-1110110101111 apple-growth 1
-1110110101111 2,609 1
-1110110101111 antimarket 1
-1110110101111 stir-fry-the 1
-1110110101111 earthquake-threatened 1
-1110110101111 Fateful 1
-1110110101111 shoe-leather 1
-1110110101111 secured-card 1
-1110110101111 burglarize 1
-1110110101111 obligation/special 1
-1110110101111 back-to-better 1
-1110110101111 PCW-1 1
-1110110101111 gaming-related 1
-1110110101111 information-hungry 1
-1110110101111 airfreight 1
-1110110101111 post-Coltrane 1
-1110110101111 water-gun 1
-1110110101111 basset-hound 1
-1110110101111 hammer-tipped 1
-1110110101111 business-loan 1
-1110110101111 mom-and-apple-pie 1
-1110110101111 inflation-generated 1
-1110110101111 Japanese-company 1
-1110110101111 gambling-casino 1
-1110110101111 obigation 1
-1110110101111 drift-net 1
-1110110101111 luxurycar 1
-1110110101111 card-playing 1
-1110110101111 film-asset 1
-1110110101111 non-audit 1
-1110110101111 PLO-style 1
-1110110101111 radio-tape 1
-1110110101111 nonminority 1
-1110110101111 prenatal-health 1
-1110110101111 information-trading 1
-1110110101111 anti-Perot 1
-1110110101111 display-advertising 1
-1110110101111 readymade 1
-1110110101111 garment-district 2
-1110110101111 securities-house 2
-1110110101111 apartment-house 2
-1110110101111 farm-cooperative 2
-1110110101111 long-outstanding 2
-1110110101111 crack-cocaine 2
-1110110101111 air-space 2
-1110110101111 acronymic 2
-1110110101111 anarchistic 2
-1110110101111 farm-crop 2
-1110110101111 single-store 2
-1110110101111 direct-to-consumer 2
-1110110101111 steel-blue 2
-1110110101111 pick-and-shovel 2
-1110110101111 more-orthodox 2
-1110110101111 49-story 2
-1110110101111 big-block 2
-1110110101111 nonsteel 2
-1110110101111 lawn-tractor 2
-1110110101111 forward-contract 2
-1110110101111 media-company 2
-1110110101111 six-piece 2
-1110110101111 100-meter-dash 2
-1110110101111 on-airport 2
-1110110101111 regenerative 2
-1110110101111 executional 2
-1110110101111 dental-products 2
-1110110101111 software-product 2
-1110110101111 buy-out-related 2
-1110110101111 velvet-glove 2
-1110110101111 cartridge-firing 2
-1110110101111 Earth-bound 2
-1110110101111 Israel-Arab 2
-1110110101111 Eastern-establishment 2
-1110110101111 computer-fund 2
-1110110101111 captive-import 2
-1110110101111 borrower-owned 2
-1110110101111 slow-paying 2
-1110110101111 problem-resolution 2
-1110110101111 resort-property 2
-1110110101111 less-effective 2
-1110110101111 strategic-missile 3
-1110110101111 cigar-shaped 3
-1110110101111 lower-Manhattan 3
-1110110101111 high-earning 3
-1110110101111 petroleum-industry 3
-1110110101111 company-related 3
-1110110101111 commission-house 3
-1110110101111 beastly 3
-1110110101111 drive-thru 3
-1110110101111 church-related 3
-1110110101111 horse-meat 3
-1110110101111 inventory-adjustment 3
-1110110101111 lower-rate 3
-1110110101111 admiralty 3
-1110110101111 coporate 3
-1110110101111 private-court 3
-1110110101111 food-company 3
-1110110101111 strobe 3
-1110110101111 tax-form 3
-1110110101111 church-owned 3
-1110110101111 more-experienced 3
-1110110101111 reverse-repo 3
-1110110101111 extra-judicial 3
-1110110101111 glass-and-granite 3
-1110110101111 big-firm 3
-1110110101111 first-world 3
-1110110101111 error-resolution 3
-1110110101111 commercial-building 3
-1110110101111 five-years 3
-1110110101111 credit-risk 4
-1110110101111 national-brand 4
-1110110101111 business-visa 4
-1110110101111 wood-frame 4
-1110110101111 small-firm 4
-1110110101111 Treasury-based 4
-1110110101111 gab-line 4
-1110110101111 no-cost 4
-1110110101111 daily-newspaper 4
-1110110101111 financial-institution 4
-1110110101111 employment-tax 4
-1110110101111 future-oriented 4
-1110110101111 creditcard 5
-1110110101111 garment-industry 5
-1110110101111 cloak-and-dagger 5
-1110110101111 compact-disc 5
-1110110101111 front-office 5
-1110110101111 blood-thirsty 5
-1110110101111 second-home 5
-1110110101111 insurance-policy 5
-1110110101111 development-assistance 5
-1110110101111 campaign-law 5
-1110110101111 blast-furnace 5
-1110110101111 utility-company 5
-1110110101111 iron-fisted 6
-1110110101111 53-story 6
-1110110101111 taxpayer-funded 6
-1110110101111 stock-car 6
-1110110101111 record-company 6
-1110110101111 still-unknown 6
-1110110101111 tax-advantaged 6
-1110110101111 state-government 6
-1110110101111 employment-related 7
-1110110101111 snake-oil 7
-1110110101111 non-employee 7
-1110110101111 woodlot 7
-1110110101111 lower-grade 7
-1110110101111 head-office 8
-1110110101111 banking-industry 8
-1110110101111 construction-industry 9
-1110110101111 big-bank 10
-1110110101111 medical-school 12
-1110110101111 steel-industry 12
-1110110101111 uncompensated 12
-1110110101111 peak-hour 13
-1110110101111 deep-discount 13
-1110110101111 terra 13
-1110110101111 acquisition-related 16
-1110110101111 family-business 17
-1110110101111 upper-level 18
-1110110101111 charge-card 18
-1110110101111 airline-industry 18
-1110110101111 law-firm 19
-1110110101111 brokerage-firm 19
-1110110101111 human-resource 19
-1110110101111 local-government 19
-1110110101111 blood-clot 22
-1110110101111 Seabrook-related 22
-1110110101111 labor-backed 24
-1110110101111 labor-relations 24
-1110110101111 insurance-company 25
-1110110101111 defense-industry 26
-1110110101111 money-fund 28
-1110110101111 oil-company 33
-1110110101111 pension-plan 36
-1110110101111 non-management 39
-1110110101111 divisional 71
-1110110101111 pension-fund 125
-1110110101111 corporate 12124
-1110110101111 small-business 421
-11101101100 91,817 1
-11101101100 150,582 1
-11101101100 cattle-fattening 1
-11101101100 C-MH53 1
-11101101100 prison-issue 1
-11101101100 mammal-type 1
-11101101100 very-lily-white 1
-11101101100 unhybridized 1
-11101101100 zinc-based 1
-11101101100 castbronze 1
-11101101100 great-book 1
-11101101100 school-use 1
-11101101100 more-potent 1
-11101101100 lycra 1
-11101101100 non-marital 1
-11101101100 1974-1983 1
-11101101100 least-troublesome 1
-11101101100 117-seat 1
-11101101100 271,500 1
-11101101100 154,046 1
-11101101100 hospital-dispensed 1
-11101101100 super-contoured 1
-11101101100 space-adventure 1
-11101101100 658,389 1
-11101101100 S.F.A. 1
-11101101100 plastic-encased 1
-11101101100 corporate-hospitality 1
-11101101100 decay-preventing 1
-11101101100 Belzberg-owned 1
-11101101100 661,509 1
-11101101100 behind-the-wheel 1
-11101101100 milch 1
-11101101100 udo 1
-11101101100 horizonless 1
-11101101100 S800 1
-11101101100 Eisenhower-era 1
-11101101100 267,795 1
-11101101100 hospital-marketed 1
-11101101100 special-diet 1
-11101101100 Navy-leased 1
-11101101100 Model-80 1
-11101101100 M-54 1
-11101101100 M813 1
-11101101100 California-led 1
-11101101100 over-regulating 1
-11101101100 room-like 1
-11101101100 213-passenger 1
-11101101100 251-seat 1
-11101101100 midmarket 1
-11101101100 attracter 1
-11101101100 33,631 1
-11101101100 81,564 1
-11101101100 166,445 1
-11101101100 154,026 1
-11101101100 1,313 1
-11101101100 1,099,021 1
-11101101100 legionella 1
-11101101100 159,974 1
-11101101100 half-brogue 1
-11101101100 1980s-vintage 1
-11101101100 42,550 1
-11101101100 Cu-7 1
-11101101100 156,561 1
-11101101100 one-lane 1
-11101101100 Kongsberg-made 1
-11101101100 fly-borne 1
-11101101100 Caribbean-made 1
-11101101100 love/free 1
-11101101100 5,821,593 1
-11101101100 156,016 1
-11101101100 1,025,283 1
-11101101100 sporty-looking 1
-11101101100 micro-size 1
-11101101100 1,814,330 1
-11101101100 590,772 1
-11101101100 605,603 1
-11101101100 1,787,209 1
-11101101100 322,890 1
-11101101100 merit-oriented 1
-11101101100 97,224 1
-11101101100 13,612 1
-11101101100 McKesson-supplied 1
-11101101100 light-conducting 1
-11101101100 176,511 1
-11101101100 157,255 1
-11101101100 word-filled 1
-11101101100 cash-oriented 1
-11101101100 158,811 1
-11101101100 393,848 1
-11101101100 optically-pumped 1
-11101101100 50,924 1
-11101101100 most-requested 1
-11101101100 billowy 1
-11101101100 Sansui 1
-11101101100 9,983 1
-11101101100 218,649 1
-11101101100 nontheatrical 1
-11101101100 unboxed 1
-11101101100 unsquished 1
-11101101100 two-lane-wide 1
-11101101100 reptile-skin 1
-11101101100 remodelling 1
-11101101100 152,035 1
-11101101100 septicemia 1
-11101101100 uncaged 1
-11101101100 off-lease 1
-11101101100 JT8D-219 1
-11101101100 68,697 1
-11101101100 72,305 1
-11101101100 orange-colored 1
-11101101100 lavender-jade 1
-11101101100 flower-bud 1
-11101101100 271-seat 1
-11101101100 spring-flowering 1
-11101101100 blackeyed 1
-11101101100 darning 1
-11101101100 premium-class 1
-11101101100 Vietnam-generation 1
-11101101100 stapler-sized 1
-11101101100 microscope-mounted 1
-11101101100 4,735,638 1
-11101101100 140,482 1
-11101101100 128,113 1
-11101101100 Washington-driven 1
-11101101100 multi-wheeled 1
-11101101100 roadmobile 1
-11101101100 79,557 1
-11101101100 93,205 1
-11101101100 current-technology 1
-11101101100 intellectual-looking 1
-11101101100 caboose-less 1
-11101101100 square-shaped 1
-11101101100 rate-responsive 1
-11101101100 32,788 1
-11101101100 200,296 1
-11101101100 235,866 1
-11101101100 Brazilianaccented 1
-11101101100 sports-fantasy 1
-11101101100 foot-treadle 1
-11101101100 317,723 1
-11101101100 1950s-era 1
-11101101100 135,128 1
-11101101100 72,308 1
-11101101100 94,715 1
-11101101100 F5 1
-11101101100 same-sized 1
-11101101100 3/X 1
-11101101100 1,448,895 1
-11101101100 5,200-pound 1
-11101101100 558,122 1
-11101101100 263,682 1
-11101101100 Phiroshaw 1
-11101101100 tuberculosis-like 1
-11101101100 JT8D-9A 1
-11101101100 Ford-related 1
-11101101100 desk-side 1
-11101101100 rockwalled 1
-11101101100 factors-the 1
-11101101100 termite-dwelling 1
-11101101100 4,466,934 1
-11101101100 74,147 1
-11101101100 niobiumtin 1
-11101101100 non-ceramic 1
-11101101100 blaxploitation 1
-11101101100 palm-frond 1
-11101101100 165,910 1
-11101101100 dance-conscious 1
-11101101100 bellybutton-baring 1
-11101101100 29,686 1
-11101101100 49,848 1
-11101101100 2,676,334 1
-11101101100 out-at-the-elbow 1
-11101101100 quaffing 1
-11101101100 sound-recognition 1
-11101101100 deviled 1
-11101101100 71,568 1
-11101101100 size-12 1
-11101101100 1,400-odd 1
-11101101100 308,428 1
-11101101100 30,472 1
-11101101100 257,655 1
-11101101100 13mm 1
-11101101100 millimeter-wide 1
-11101101100 matchbox-size 1
-11101101100 F8 1
-11101101100 marine-based 1
-11101101100 smelterable 1
-11101101100 Thelper 1
-11101101100 religious-music 1
-11101101100 1,055,000 1
-11101101100 73,743 1
-11101101100 standardbred 1
-11101101100 bing 1
-11101101100 two-cylinder 1
-11101101100 one-cylinder 1
-11101101100 gadget-armed 1
-11101101100 live-weight 1
-11101101100 highly-concentrated 1
-11101101100 gasesmostly 1
-11101101100 Model-70 1
-11101101100 most-recognizable 1
-11101101100 regular-body 1
-11101101100 Hackneywrite 1
-11101101100 aluminum-based 1
-11101101100 Afghan-flagged 1
-11101101100 NX650 1
-11101101100 amorphous-looking 1
-11101101100 summit-produced 1
-11101101100 Schrader-directed 1
-11101101100 hard-surface 1
-11101101100 multi-layer 1
-11101101100 upper-stage 1
-11101101100 148,938 1
-11101101100 738,000 1
-11101101100 M939A2 1
-11101101100 patent-protected 1
-11101101100 cloud-dotted 1
-11101101100 PW2040 1
-11101101100 ultra-low 1
-11101101100 58,407 1
-11101101100 183,652 1
-11101101100 fascimile 1
-11101101100 151,978 1
-11101101100 market-mechanism 1
-11101101100 370-seat 1
-11101101100 wall-size 1
-11101101100 customed-designed 1
-11101101100 virus-fighting 1
-11101101100 U.S.-free 1
-11101101100 purposive 1
-11101101100 adjustable-flame 1
-11101101100 75-watt 1
-11101101100 60-watt 1
-11101101100 151,038 1
-11101101100 5,680-unit 1
-11101101100 tobacco-juice 1
-11101101100 largeengine 1
-11101101100 967,687 1
-11101101100 99,314 1
-11101101100 Intel-designed 1
-11101101100 microchip-based 1
-11101101100 electrodeless 1
-11101101100 mandarin-style 1
-11101101100 two-humped 1
-11101101100 24,000-watt 1
-11101101100 ironwood 1
-11101101100 COMDEX 1
-11101101100 33,050 1
-11101101100 33,486 1
-11101101100 Gaulloise 1
-11101101100 fuzzball 1
-11101101100 106,289 1
-11101101100 bone-shaking 1
-11101101100 812,274 1
-11101101100 leased-line 1
-11101101100 RS/16 1
-11101101100 118,235 1
-11101101100 40-watt 1
-11101101100 10,846,500 1
-11101101100 semi-trailer 1
-11101101100 industrial-investment 1
-11101101100 Alliance-provided 1
-11101101100 smoke-belching 1
-11101101100 200-model 1
-11101101100 luxury-size 1
-11101101100 59,734 1
-11101101100 125,852 1
-11101101100 134,387 1
-11101101100 front-drive 1
-11101101100 100,654 1
-11101101100 overwater 1
-11101101100 international-domestic 1
-11101101100 fully-powered 1
-11101101100 smallpox-carrying 1
-11101101100 match-related 1
-11101101100 Aerobix 1
-11101101100 craftsy 1
-11101101100 people-sized 1
-11101101100 169,403 1
-11101101100 167,443 1
-11101101100 5,259,632 1
-11101101100 146,940 1
-11101101100 aerodynamic-looking 1
-11101101100 286,100 1
-11101101100 lightning-caused 1
-11101101100 fire-killed 1
-11101101100 field-planted 1
-11101101100 seven-ton 1
-11101101100 rocket-firing 1
-11101101100 pre-filled 1
-11101101100 transoceanic 1
-11101101100 Japanese-pedigree 1
-11101101100 Huffy-brand 1
-11101101100 11,390 1
-11101101100 yk 1
-11101101100 5,121,975 1
-11101101100 146,911 1
-11101101100 ACR-type 1
-11101101100 88,680 1
-11101101100 1.2-megabyte 1
-11101101100 XT-class 1
-11101101100 random-access-memory 1
-11101101100 wind-making 1
-11101101100 mouse-activated 1
-11101101100 62,853 1
-11101101100 70,627 1
-11101101100 142,347 1
-11101101100 Ramen 1
-11101101100 Progesso 1
-11101101100 149,096 1
-11101101100 137,657 1
-11101101100 148,601 1
-11101101100 dash-mounted 1
-11101101100 Soviet-bound 1
-11101101100 hand-rolled 1
-11101101100 462,964 1
-11101101100 multiprocessor-based 1
-11101101100 Stradella 1
-11101101100 186,521 1
-11101101100 gas-turbine-driven 1
-11101101100 landing-ship 1
-11101101100 ultra-sophisticated 1
-11101101100 lie-witness 1
-11101101100 80286-based 1
-11101101100 wide-brim 1
-11101101100 MV/7800 1
-11101101100 161,633 1
-11101101100 minivending 1
-11101101100 silicone-joint 1
-11101101100 215-piece 1
-11101101100 pneumococcal 1
-11101101100 price-reading 1
-11101101100 35,319 1
-11101101100 Mig-21 1
-11101101100 12-megabyte 1
-11101101100 Moroci 1
-11101101100 3,236 1
-11101101100 733,956 1
-11101101100 6,284,519 1
-11101101100 5,669,578 1
-11101101100 39,916 1
-11101101100 155,979 1
-11101101100 company-purchased 1
-11101101100 DataLifePlus 1
-11101101100 national-team 1
-11101101100 under-animated 1
-11101101100 913,970 1
-11101101100 Ming-style 1
-11101101100 Twinings 1
-11101101100 dark-rimmed 1
-11101101100 live-floor 1
-11101101100 bile-sequestrant 1
-11101101100 142,080 1
-11101101100 148,806 1
-11101101100 anti-hemophilia 1
-11101101100 six-cents-a-gallon 1
-11101101100 all-season 1
-11101101100 easy-to-mix-and-wear 1
-11101101100 vibrant-colored 1
-11101101100 body-shaped 1
-11101101100 5,879,969 1
-11101101100 160,254 1
-11101101100 162,190 1
-11101101100 159,786 1
-11101101100 6-cylinder 1
-11101101100 eraseable-programmable 1
-11101101100 paper-eating 1
-11101101100 548,350 1
-11101101100 Reebok-brand 1
-11101101100 even-tougher 1
-11101101100 oil-additive 1
-11101101100 TPA-producing 1
-11101101100 pulldown 1
-11101101100 Brontosaurus 1
-11101101100 Minute-Maid 1
-11101101100 topselling 1
-11101101100 PW-200 1
-11101101100 5,718,867 1
-11101101100 156,596 1
-11101101100 160,874 1
-11101101100 non-benzanoid 1
-11101101100 transship 1
-11101101100 pigment-producing 1
-11101101100 endothelial 1
-11101101100 phospholipid 1
-11101101100 units-a-year 1
-11101101100 litho 1
-11101101100 Brownberry 1
-11101101100 methanogenic 1
-11101101100 under-the-cabinet 1
-11101101100 manufacturer-authorized 1
-11101101100 15,831 1
-11101101100 dual-engine 1
-11101101100 black-faced 1
-11101101100 unrecyclable 1
-11101101100 Pulsar-N1 1
-11101101100 attack-warning 1
-11101101100 pro-NRA 1
-11101101100 magnetic-levitating 1
-11101101100 6,626 1
-11101101100 157,358 1
-11101101100 155,223 1
-11101101100 165,790 1
-11101101100 unstored 1
-11101101100 GM-based 1
-11101101100 heavier-duty 1
-11101101100 510,725 1
-11101101100 159,072 1
-11101101100 150,551 1
-11101101100 sickly-sweet-smelling 1
-11101101100 7,490 1
-11101101100 38,945 1
-11101101100 165,505 1
-11101101100 1,000-to-1,200-pound 1
-11101101100 273-seat 1
-11101101100 3B2-600G 1
-11101101100 blousy 1
-11101101100 concrete-floored 1
-11101101100 sequin 1
-11101101100 half-sunk 1
-11101101100 H-53 1
-11101101100 often-abused 1
-11101101100 150-watt 1
-11101101100 32-watt 1
-11101101100 Saphir 1
-11101101100 antihypertension 1
-11101101100 abortion-inducing 1
-11101101100 pistol-shaped 1
-11101101100 catcher-processor 1
-11101101100 15,925 1
-11101101100 260,962 1
-11101101100 169,635 1
-11101101100 4.9-liter 1
-11101101100 horned-rim 1
-11101101100 pre-Nice 1
-11101101100 Isuzu-built 1
-11101101100 lion-emblazoned 1
-11101101100 7.8-liter 1
-11101101100 1,970,084 1
-11101101100 1,899,085 1
-11101101100 AS-30L 1
-11101101100 Korean-engineered 1
-11101101100 IIc-compatible 1
-11101101100 157,768 1
-11101101100 69,598 1
-11101101100 135,810 1
-11101101100 136,774 1
-11101101100 67,974 1
-11101101100 pseudotropical 1
-11101101100 plum-sized 1
-11101101100 foreign-earned 1
-11101101100 different-model 1
-11101101100 Honeywell-model 1
-11101101100 176,554 1
-11101101100 170,196 1
-11101101100 CF6-80C2B1F 1
-11101101100 40,046 1
-11101101100 161,279 1
-11101101100 broad-band 1
-11101101100 81-millimeter 1
-11101101100 red-plaid 1
-11101101100 glass-skinned 1
-11101101100 Ohio-class 1
-11101101100 screen-print 1
-11101101100 217,909 1
-11101101100 412,616 1
-11101101100 new-tech 1
-11101101100 sun-worshipping 1
-11101101100 Vare 1
-11101101100 hobnailed 1
-11101101100 gleaming-toothed 1
-11101101100 parrot-bright 1
-11101101100 1.2-micron 1
-11101101100 hash-brown 1
-11101101100 Dragonfly 1
-11101101100 XMP/28 1
-11101101100 3,825 1
-11101101100 enamel-eroding 1
-11101101100 179,785 1
-11101101100 model-boat 1
-11101101100 stereopticon 1
-11101101100 Compushop 1
-11101101100 174,952 1
-11101101100 173,911 1
-11101101100 175,421 1
-11101101100 Amiga-brand 1
-11101101100 kookiest 1
-11101101100 635,904 1
-11101101100 lowest-grossing 1
-11101101100 20,000-line 1
-11101101100 Z-248 1
-11101101100 Z-148 1
-11101101100 MK-45 1
-11101101100 6,900-ton 1
-11101101100 blackwall 1
-11101101100 699,810 1
-11101101100 half-bare 1
-11101101100 A320-200 1
-11101101100 A300-600 1
-11101101100 yen-priced 1
-11101101100 folk-based 1
-11101101100 173,195 1
-11101101100 gray-colored 1
-11101101100 70,024 1
-11101101100 well-padded 1
-11101101100 injectable-pharmaceutical 1
-11101101100 nickel-cadmium 1
-11101101100 7,281 1
-11101101100 235,247 1
-11101101100 glucose-monitoring 1
-11101101100 marsh-grass 1
-11101101100 brown-and-gray-barred 1
-11101101100 ship-borne 1
-11101101100 nicotine-soaked 1
-11101101100 168,912 1
-11101101100 mirror-lined 1
-11101101100 jazz-piano 1
-11101101100 RB211 1
-11101101100 market-tracking 1
-11101101100 high-electron-mobility 1
-11101101100 bridge-erection 1
-11101101100 emerald-cut 1
-11101101100 T200 1
-11101101100 chocolate-chunk 1
-11101101100 171,638 1
-11101101100 174,924 1
-11101101100 lead/acid 1
-11101101100 ever-improving 1
-11101101100 ruffle-front 1
-11101101100 valve-stem 1
-11101101100 credit-card-sized 1
-11101101100 combustion-engine 1
-11101101100 PW-4056 1
-11101101100 77,012 1
-11101101100 crop-dusting 1
-11101101100 specially-shortened 1
-11101101100 high-content 1
-11101101100 167,015 1
-11101101100 127,061 1
-11101101100 125-cubic-centimeter 1
-11101101100 quasi-art 1
-11101101100 H-60 1
-11101101100 special-effects-action 1
-11101101100 super-thin 1
-11101101100 65,391 1
-11101101100 129,144 1
-11101101100 1,941,000 1
-11101101100 corvette/frigate-size 1
-11101101100 embyronic 1
-11101101100 164,692 1
-11101101100 138,895 1
-11101101100 165,271 1
-11101101100 Four-cylinder 1
-11101101100 cheese-and-tomato 1
-11101101100 coca-paste 1
-11101101100 798,214 1
-11101101100 673,300 1
-11101101100 116,942 1
-11101101100 regular-production 1
-11101101100 army-surplus 1
-11101101100 298,487 1
-11101101100 719,563 1
-11101101100 Starfire 1
-11101101100 126,524 1
-11101101100 1,956,341 1
-11101101100 164,702 1
-11101101100 163,216 1
-11101101100 160,672 1
-11101101100 businesses.Net 1
-11101101100 Filet-O-Fish 1
-11101101100 21,320 1
-11101101100 puddinglike 1
-11101101100 58,491 1
-11101101100 oil-on-glass 1
-11101101100 small-portion 1
-11101101100 one-humped 1
-11101101100 189,610 1
-11101101100 136,082 1
-11101101100 Porche 1
-11101101100 labor-bloated 1
-11101101100 244,866 1
-11101101100 649,351 1
-11101101100 682,117 1
-11101101100 non-acting 1
-11101101100 laboratory-manufactured 1
-11101101100 136,265 1
-11101101100 167,209 1
-11101101100 20,528 1
-11101101100 furled 1
-11101101100 his-or-her 1
-11101101100 mud-stained 1
-11101101100 133,324 1
-11101101100 167,066 1
-11101101100 24,244 1
-11101101100 168,489 1
-11101101100 RISC-architecture 1
-11101101100 paprika 1
-11101101100 5,000-square-mile 1
-11101101100 20-mm 1
-11101101100 141-seat 1
-11101101100 armor-penetrating 1
-11101101100 F250 1
-11101101100 color-related 1
-11101101100 Chicago-Jackson 1
-11101101100 sex-shop 1
-11101101100 scallop-fishing 1
-11101101100 20-hour-a-week 1
-11101101100 sub-one-micron 1
-11101101100 azalea 1
-11101101100 postmatch 1
-11101101100 warfare-training 1
-11101101100 frozen-concentrated 1
-11101101100 reprogrammable 1
-11101101100 150,779 1
-11101101100 162,403 1
-11101101100 164,972 1
-11101101100 84,992 1
-11101101100 ketchup-splattered 1
-11101101100 J-57 1
-11101101100 E-class 1
-11101101100 108-passenger 1
-11101101100 easy-opening 1
-11101101100 neuron 1
-11101101100 56,164 1
-11101101100 80,432 1
-11101101100 tabulator 1
-11101101100 stall-kept 1
-11101101100 JT9D-7Q3 1
-11101101100 RB211-535C 1
-11101101100 kiawe 1
-11101101100 177,154 1
-11101101100 natural-membrane 1
-11101101100 incomefrom 1
-11101101100 Atlanta-Cincinnati 1
-11101101100 pollarded 1
-11101101100 plaque-depositing 1
-11101101100 739,876 1
-11101101100 674,287 1
-11101101100 1,423,895 1
-11101101100 WalkLite 1
-11101101100 Samurai-like 1
-11101101100 art-type 1
-11101101100 immune-sentry 1
-11101101100 break-bulk 1
-11101101100 orange-flowered 1
-11101101100 anti-rheumatic 1
-11101101100 Winchester-brand 1
-11101101100 System/3X 1
-11101101100 38,170 1
-11101101100 immune-modulating 1
-11101101100 167,316 1
-11101101100 154,207 1
-11101101100 masticated 1
-11101101100 651,650 1
-11101101100 TPA-type 1
-11101101100 anti-clog 1
-11101101100 hydrogen-fueled 1
-11101101100 636,087 1
-11101101100 77,020 1
-11101101100 156,645 1
-11101101100 purple-podded 1
-11101101100 unisexual 1
-11101101100 158-seat 1
-11101101100 twoinch 1
-11101101100 3083 1
-11101101100 A-series 1
-11101101100 slip-on 1
-11101101100 unironed 1
-11101101100 shell-growing 1
-11101101100 photo-developing 1
-11101101100 business-card-printing 1
-11101101100 shoe-repair 1
-11101101100 key-copying 1
-11101101100 geranium-lined 1
-11101101100 chianti 1
-11101101100 sei 1
-11101101100 Netview 1
-11101101100 747-341B 1
-11101101100 custom-build 1
-11101101100 small-area 1
-11101101100 home-electronic 1
-11101101100 274,783 1
-11101101100 248,873 1
-11101101100 131,594 1
-11101101100 football-playing 1
-11101101100 Inderide 1
-11101101100 worm-chewed 1
-11101101100 serio-sexual 1
-11101101100 under-the-dashboard 1
-11101101100 300SD 1
-11101101100 M-body 1
-11101101100 Tagamet-like 1
-11101101100 6,712 1
-11101101100 107,427 1
-11101101100 60,389 1
-11101101100 218,336 1
-11101101100 laboratory-bred 1
-11101101100 172,369 1
-11101101100 147,277 1
-11101101100 152,485 1
-11101101100 artillery-locating 1
-11101101100 photo-rearranging 1
-11101101100 presensitized 1
-11101101100 JT9D7R4GS 1
-11101101100 TXP 1
-11101101100 fuel-return 1
-11101101100 inflation-monitoring 1
-11101101100 domestic-built 1
-11101101100 cheese-serving 1
-11101101100 mong 1
-11101101100 149,727 1
-11101101100 currency-colored 1
-11101101100 bleached-paperboard 1
-11101101100 313,285 1
-11101101100 radio-operated 1
-11101101100 one-Kim-drop-out 1
-11101101100 L10 1
-11101101100 storm-trooper 1
-11101101100 male-action 1
-11101101100 buckeye 1
-11101101100 385,055 1
-11101101100 control-released 1
-11101101100 16-plus-ton 1
-11101101100 95,713 1
-11101101100 wine-based 1
-11101101100 830,959 1
-11101101100 92,130 1
-11101101100 151,511 1
-11101101100 cash-filled 1
-11101101100 nonoperable 1
-11101101100 Hatteras 1
-11101101100 playful-looking 1
-11101101100 panama 1
-11101101100 condom-vending 1
-11101101100 480-pound 1
-11101101100 saltpacked 1
-11101101100 153,557 1
-11101101100 11,558,000 1
-11101101100 blue-skinned 1
-11101101100 GE-RCA 1
-11101101100 profits-tax 1
-11101101100 1,019,837 1
-11101101100 PW-2037 1
-11101101100 accident-plagued 1
-11101101100 standard-sized 1
-11101101100 half-nightmare 1
-11101101100 safety-document 1
-11101101100 home-baked 1
-11101101100 ion-beam 1
-11101101100 photo-facsimile 1
-11101101100 nail-studded 1
-11101101100 breakfast-beverage 1
-11101101100 C25 1
-11101101100 hospital-acquired 1
-11101101100 132,594 1
-11101101100 Supralife 1
-11101101100 long-sleeve 1
-11101101100 75,065 1
-11101101100 mattress-ticking 1
-11101101100 172,969 1
-11101101100 167,895 1
-11101101100 Forms-Reader 1
-11101101100 68-hour 1
-11101101100 8,790 1
-11101101100 crocodile-hunting 1
-11101101100 product-steel 1
-11101101100 electronic-talking 1
-11101101100 4,661,581 1
-11101101100 175,069 1
-11101101100 142,305 1
-11101101100 174,802 1
-11101101100 animal-horned 1
-11101101100 697,246 1
-11101101100 Addressograph 1
-11101101100 arsenic-based 1
-11101101100 Botrytis-affected 1
-11101101100 off-dry 1
-11101101100 botrytised 1
-11101101100 cholesterol-starved 1
-11101101100 86,903 1
-11101101100 antifriction 1
-11101101100 20-day-old 1
-11101101100 arson-caused 1
-11101101100 DC-9-51 1
-11101101100 U.S-made 1
-11101101100 85,240 1
-11101101100 771,753 1
-11101101100 826,682 1
-11101101100 401,463 1
-11101101100 bad-weather 1
-11101101100 cost-watching 1
-11101101100 179,037 1
-11101101100 165,386 1
-11101101100 second-most-resourceful 1
-11101101100 18,656 1
-11101101100 219,915 1
-11101101100 pump-dispensed 1
-11101101100 somaclonal 1
-11101101100 starch-eating 1
-11101101100 Tampax-brand 1
-11101101100 longer-haul 1
-11101101100 castable 1
-11101101100 Epps-Cash 1
-11101101100 touchable 1
-11101101100 fecal-borne 1
-11101101100 hoofed 1
-11101101100 171,149 1
-11101101100 156,549 1
-11101101100 flyblown 1
-11101101100 igloo-shaped 1
-11101101100 R-2800 1
-11101101100 one-pot 1
-11101101100 AT-class 1
-11101101100 146-200 1
-11101101100 107,015 1
-11101101100 Lorimar-produced 1
-11101101100 snow-clogged 1
-11101101100 dried-grape 1
-11101101100 thick-framed 1
-11101101100 chlamydial 1
-11101101100 psuedo-Sondheim 1
-11101101100 dill-pickle 1
-11101101100 sum-and-french 1
-11101101100 non-mink 1
-11101101100 Goldbergish 1
-11101101100 launchingtwo 1
-11101101100 463,865 1
-11101101100 2,501 1
-11101101100 more-muscled 1
-11101101100 137,936 1
-11101101100 light-sensitive 1
-11101101100 69,239 1
-11101101100 elephant-sized 1
-11101101100 multi-layered 1
-11101101100 1,634,247 1
-11101101100 184,378 1
-11101101100 May-August 1
-11101101100 grass-chomping 1
-11101101100 cultured-pearl 1
-11101101100 7.5-liter 1
-11101101100 frozen-concentrate 1
-11101101100 lowest-fare 1
-11101101100 nontraumatic 1
-11101101100 kapok 1
-11101101100 different-pitched 1
-11101101100 2,000-cc. 1
-11101101100 Uncovering 1
-11101101100 1978-1984 1
-11101101100 gender-specific 1
-11101101100 92-nation 1
-11101101100 dirt-filled 1
-11101101100 yeast-based 1
-11101101100 1,000-year-old 1
-11101101100 acid-stained 1
-11101101100 gouda 1
-11101101100 silicon-polishing 1
-11101101100 44,662 1
-11101101100 62,451 1
-11101101100 146,508 1
-11101101100 Moondreamer 1
-11101101100 Tax-sheltered 1
-11101101100 XT-286 1
-11101101100 MV/20000 1
-11101101100 drugs-and-violence 1
-11101101100 cat-eye 1
-11101101100 778,642 1
-11101101100 lab-to-lab 1
-11101101100 166,813 1
-11101101100 179,226 1
-11101101100 Empire-style 1
-11101101100 infrared-light-emitting 1
-11101101100 Walkman-sized 1
-11101101100 325iX 1
-11101101100 165,715 1
-11101101100 3,079,447 1
-11101101100 five-element 1
-11101101100 720-kilobyte 1
-11101101100 dirtier-running 1
-11101101100 IBM-Kodak 1
-11101101100 26-inch 1
-11101101100 refastener 1
-11101101100 2,104 1
-11101101100 7,643 1
-11101101100 well-backed 1
-11101101100 35,832 1
-11101101100 3,395 1
-11101101100 deep-draft 1
-11101101100 voice-imprint 1
-11101101100 U.S.Japan 1
-11101101100 3B2/700 1
-11101101100 U.S.-donated 1
-11101101100 maguey 1
-11101101100 3090-200E 1
-11101101100 fallopian 1
-11101101100 polyamine 1
-11101101100 1,829 1
-11101101100 1,109,215 1
-11101101100 radiator-coolant 1
-11101101100 Symbolics-like 1
-11101101100 1,691,240 1
-11101101100 2,080,097 1
-11101101100 beach-blanket 1
-11101101100 black-rim 1
-11101101100 elephant-skin 1
-11101101100 impounding 1
-11101101100 more-fuel-efficient 1
-11101101100 cholesterol-laden 1
-11101101100 schlocky-but-profitable 1
-11101101100 570-series 1
-11101101100 high-horsepower 1
-11101101100 FDA-defined 1
-11101101100 level-triggered 1
-11101101100 2,046,917 1
-11101101100 1,032,533 1
-11101101100 2,018,179 1
-11101101100 1,905,206 1
-11101101100 Arrivederci 1
-11101101100 Japan-built 1
-11101101100 135,277 1
-11101101100 wing-tipped 1
-11101101100 barium-lead-bismuth-oxygen 1
-11101101100 Dagenham-manufactured 1
-11101101100 Chakra 1
-11101101100 197,300 1
-11101101100 10,738 1
-11101101100 112,344 1
-11101101100 24,789 1
-11101101100 Japanese-manufactured 1
-11101101100 130,980 1
-11101101100 CF6-80C2B4 1
-11101101100 222-seat 1
-11101101100 lunch-box 1
-11101101100 drug-designing 1
-11101101100 Trafalgar-class 1
-11101101100 pay-as-you-view 1
-11101101100 kidney-stone 1
-11101101100 final-step 1
-11101101100 2.9-liter 1
-11101101100 CFM56-3C1 1
-11101101100 steel-spiked 1
-11101101100 high-button 1
-11101101100 bloodsucking 1
-11101101100 mini-mainframe 1
-11101101100 22,000-kilowatt 1
-11101101100 2,767 1
-11101101100 159,294 1
-11101101100 lizardlike 1
-11101101100 127,471 1
-11101101100 liquid-propellant 1
-11101101100 133,517 1
-11101101100 gold-rimmed 1
-11101101100 Karimesque 1
-11101101100 931,644 1
-11101101100 259,447 1
-11101101100 14,315 1
-11101101100 space-test 1
-11101101100 Washington-to-Boston 1
-11101101100 N-body 1
-11101101100 liberal-colored 1
-11101101100 ultra-dark 1
-11101101100 910-watt 1
-11101101100 10-watt 1
-11101101100 acrylic-fiber 1
-11101101100 maiden-voyage 1
-11101101100 V2500-powered 1
-11101101100 lower-powered 1
-11101101100 cinnamon-raisin 1
-11101101100 274,320 1
-11101101100 303,292 1
-11101101100 85,350 1
-11101101100 6,840 1
-11101101100 126,388 1
-11101101100 127,773 1
-11101101100 algebraic-entry 1
-11101101100 2,462 1
-11101101100 garbage-choked 1
-11101101100 wide-sailed 1
-11101101100 X-MP/48 1
-11101101100 cytokine 1
-11101101100 light-gray 1
-11101101100 55,020 1
-11101101100 193,055 1
-11101101100 136,744 1
-11101101100 top-30 1
-11101101100 100-equation 1
-11101101100 342,492 1
-11101101100 government-franked 1
-11101101100 brilliant-cut 1
-11101101100 comparable-quality 1
-11101101100 172,498 1
-11101101100 3,363 1
-11101101100 custom-painted 1
-11101101100 mainframe-class 1
-11101101100 spark-control 1
-11101101100 motorcycle-gang 1
-11101101100 stomach-soothing 1
-11101101100 cattle-loading 1
-11101101100 Goldbergesque 1
-11101101100 Chuckwagon 1
-11101101100 rail-container 1
-11101101100 Micronite 1
-11101101100 domesticmade 1
-11101101100 IL-2/ 1
-11101101100 American-sized 1
-11101101100 time-deposit 1
-11101101100 extremey 1
-11101101100 no-alcohol 1
-11101101100 216,325 1
-11101101100 regular-sized 1
-11101101100 steel-toed 1
-11101101100 165,488 1
-11101101100 soon-to-premiere 1
-11101101100 stocking-making 1
-11101101100 584,674 1
-11101101100 non-contact 1
-11101101100 honey-graham 1
-11101101100 50-Series 1
-11101101100 super-mini 1
-11101101100 AH-1F 1
-11101101100 60,631 1
-11101101100 57,492 1
-11101101100 broader-coverage 1
-11101101100 commercial-satellite-launching 1
-11101101100 flat-head 1
-11101101100 Indy-style 1
-11101101100 INSTALL 1
-11101101100 modem-equipped 1
-11101101100 Kienzle 1
-11101101100 oil-eating 1
-11101101100 PW2000 1
-11101101100 toe-length 1
-11101101100 code-cracking 1
-11101101100 text-searching 1
-11101101100 92,173 1
-11101101100 laser-scanner 1
-11101101100 tennis-ball-size 1
-11101101100 plant-and-seed 1
-11101101100 CFM56-3B 1
-11101101100 140,663 1
-11101101100 Tom-and-Jerry 1
-11101101100 4-cylinder 1
-11101101100 razor-blade-thin 1
-11101101100 predesignated 1
-11101101100 392,360 1
-11101101100 239,405 1
-11101101100 563,864 1
-11101101100 barrel-shaped 1
-11101101100 French-cut 1
-11101101100 slide-maker 1
-11101101100 neon-green 1
-11101101100 spangly 1
-11101101100 communter 1
-11101101100 80386sx 1
-11101101100 332,604 1
-11101101100 CFM-56-3 1
-11101101100 CF6-59E2 1
-11101101100 soon-to-be-out 1
-11101101100 83,044 1
-11101101100 three-layer 1
-11101101100 venture-capital-backed 1
-11101101100 Off-the-road 1
-11101101100 foreign-flagged 1
-11101101100 dart-gun 1
-11101101100 488,803 1
-11101101100 1,022,889 1
-11101101100 287,903 1
-11101101100 snap-in 1
-11101101100 pesticidal 1
-11101101100 mamalian 1
-11101101100 39,728 1
-11101101100 near-abstract 1
-11101101100 lice-ridden 1
-11101101100 244,173 1
-11101101100 212,334 1
-11101101100 country-oriented 1
-11101101100 290-seat 1
-11101101100 CF680A 1
-11101101100 cartridge-loading 1
-11101101100 transplantrelated 1
-11101101100 computer-cleaning 1
-11101101100 limited-use 1
-11101101100 AH-1S 1
-11101101100 OH-58C 1
-11101101100 game-oriented 1
-11101101100 1-pound 1
-11101101100 iconlike 1
-11101101100 4980 1
-11101101100 silicone-filled 1
-11101101100 paint-coating 1
-11101101100 Rol 1
-11101101100 11/780 1
-11101101100 highest-performance 1
-11101101100 Canadian-assembled 1
-11101101100 drug-sensitive 1
-11101101100 129,578 1
-11101101100 anti-Biden 1
-11101101100 local-built 1
-11101101100 737-model 1
-11101101100 building-management 1
-11101101100 140,159 1
-11101101100 132,277 1
-11101101100 over-the-highway 1
-11101101100 disk-shaped 1
-11101101100 linden 1
-11101101100 122,828 1
-11101101100 safari-inspired 1
-11101101100 15,938 1
-11101101100 telephone-cordlike 1
-11101101100 dehorning 1
-11101101100 earlier-than-usual 1
-11101101100 oft-copied 1
-11101101100 211,772 1
-11101101100 1100/80 1
-11101101100 flu-linked 1
-11101101100 rib-wracking 1
-11101101100 flea-ridden 1
-11101101100 60-lane 1
-11101101100 crankshaft-pulley 1
-11101101100 cryptococcal 1
-11101101100 173,450 1
-11101101100 topless-dancer 1
-11101101100 self-performed 1
-11101101100 12-meter-class 1
-11101101100 exhaust-gas 1
-11101101100 air-cleaner-duct 1
-11101101100 Raleigh-brand 1
-11101101100 unrealeased 1
-11101101100 inefficacious 1
-11101101100 noninterest-bearing 1
-11101101100 Extaprint 1
-11101101100 lymphoid 1
-11101101100 240-series 1
-11101101100 2.8-liter 1
-11101101100 coated-magnetic 1
-11101101100 Ungranulated 1
-11101101100 rail-guided 1
-11101101100 electrical-railroad 1
-11101101100 27,616 1
-11101101100 57,503 1
-11101101100 98,792 1
-11101101100 4000-series 1
-11101101100 sculpted-glass 1
-11101101100 sand-blasted 1
-11101101100 single-masted 1
-11101101100 Sihanoukist 1
-11101101100 Baxters 1
-11101101100 investmentlike 1
-11101101100 Goodrich-brand 1
-11101101100 DDM-100 1
-11101101100 86,715 1
-11101101100 151,635 1
-11101101100 YMP 1
-11101101100 PARS-Datas 1
-11101101100 shinier 1
-11101101100 heavy-duty-vehicle 1
-11101101100 104,119 1
-11101101100 hospital-related 1
-11101101100 50-100-seat 1
-11101101100 fishnet 1
-11101101100 unmounted 1
-11101101100 CFM56-3C 1
-11101101100 seismic-air 1
-11101101100 128,704 1
-11101101100 3,096 1
-11101101100 off-the-farm 1
-11101101100 power-switching 1
-11101101100 152,246 1
-11101101100 X-MP432 1
-11101101100 2.4-ton 1
-11101101100 ozone-exposed 1
-11101101100 earth-sculpting 1
-11101101100 22,669 1
-11101101100 satellite-linked 1
-11101101100 fixed-base 1
-11101101100 332,721 1
-11101101100 183,875 1
-11101101100 twin-rotor 1
-11101101100 1,705,283 1
-11101101100 205,875 1
-11101101100 312,609 1
-11101101100 1,897,462 1
-11101101100 122,088 1
-11101101100 1,203,260 1
-11101101100 985,827 1
-11101101100 1,334,170 1
-11101101100 48,968 1
-11101101100 813,114 1
-11101101100 871,655 1
-11101101100 250-passenger 1
-11101101100 Penney-Missouri 1
-11101101100 anti-Campeau 1
-11101101100 custom-loaded 1
-11101101100 Petrovskite 1
-11101101100 89,385 1
-11101101100 111,660 1
-11101101100 Gortex 1
-11101101100 Hawaii-bound 1
-11101101100 91,800 1
-11101101100 Pennwalt-produced 1
-11101101100 365,322 1
-11101101100 2,744 1
-11101101100 Super-8 1
-11101101100 rhinestone-speckled 1
-11101101100 potato-sack 1
-11101101100 oven-prepared 1
-11101101100 wrap-around 1
-11101101100 918,348 1
-11101101100 285,308 1
-11101101100 Ohio-made 1
-11101101100 transferee 1
-11101101100 210,316 1
-11101101100 2,339,243 1
-11101101100 123,562 1
-11101101100 heat-and-eat 1
-11101101100 20,552 1
-11101101100 -18.2 1
-11101101100 interceptor-guidance 1
-11101101100 677,504 1
-11101101100 99,486 1
-11101101100 114,978 1
-11101101100 tamper-evident 1
-11101101100 supercolliding 1
-11101101100 6.1-liter 1
-11101101100 228-seat 1
-11101101100 163-mile 1
-11101101100 1,036,365 1
-11101101100 1,022,372 1
-11101101100 64,684 1
-11101101100 202,522 1
-11101101100 gluten-free 1
-11101101100 rodent-infested 1
-11101101100 medium-distance 1
-11101101100 buy-down 1
-11101101100 factory-made 1
-11101101100 less-defective 1
-11101101100 272,217 1
-11101101100 water-toting 1
-11101101100 radar-imaging 1
-11101101100 Europeanstyle 1
-11101101100 bootlegs 1
-11101101100 279,821 1
-11101101100 misprescribing 1
-11101101100 jounce 1
-11101101100 teardrop 1
-11101101100 speed-detection 1
-11101101100 gray-striped 1
-11101101100 fiberboard-and-bamboo-thatch 1
-11101101100 antispasm 1
-11101101100 22,936 1
-11101101100 smell-detecting 1
-11101101100 hand-carved 1
-11101101100 S-class 1
-11101101100 turret-style 1
-11101101100 CF680C2 1
-11101101100 alcohol-containing 1
-11101101100 imidazolinone 1
-11101101100 Southern-style 1
-11101101100 398,436 1
-11101101100 3,807 1
-11101101100 corrugated-iron 1
-11101101100 line-hand-wired 1
-11101101100 daisy-like 1
-11101101100 592,302 1
-11101101100 4,244 1
-11101101100 oriented-polypropylene 1
-11101101100 JT8D-217C 1
-11101101100 Western-made 1
-11101101100 lap-sized 1
-11101101100 product-monoclonal 1
-11101101100 single-domain 1
-11101101100 957,394 1
-11101101100 reduced-salt 1
-11101101100 body-armor 1
-11101101100 IBM-type 1
-11101101100 27,757 1
-11101101100 eat-in 1
-11101101100 pizza-eating 1
-11101101100 human-cartoon 1
-11101101100 Democratic-sounding 1
-11101101100 cold-bonded 1
-11101101100 113,778 1
-11101101100 100,923 1
-11101101100 weeder 1
-11101101100 hormone-secreting 1
-11101101100 59-game 1
-11101101100 7,097,262 1
-11101101100 animal-borne 1
-11101101100 more-entrenched 1
-11101101100 88,929 1
-11101101100 coal-bearing 1
-11101101100 unmortared 1
-11101101100 83,652 1
-11101101100 4,290,380 1
-11101101100 97,758 1
-11101101100 108,204 1
-11101101100 160,414 1
-11101101100 469,433 1
-11101101100 watersoluble 1
-11101101100 12,866,322 1
-11101101100 cassislike 1
-11101101100 custom-produced 1
-11101101100 higher-tar 1
-11101101100 ninth-floor 1
-11101101100 Pechora-class 1
-11101101100 contractor-caused 1
-11101101100 109,236 1
-11101101100 hackberry 1
-11101101100 Ivax-patented 1
-11101101100 rot-resistant 1
-11101101100 non-alcohol 1
-11101101100 frog-egg 1
-11101101100 Intosh 1
-11101101100 1911-12 1
-11101101100 liquid-filled 1
-11101101100 386-seat 1
-11101101100 bulb-making 1
-11101101100 post-chemotherapy 1
-11101101100 electrowon 1
-11101101100 soup-and-salad 1
-11101101100 F100-PW-200 1
-11101101100 immunosuppressive 1
-11101101100 non-brand 1
-11101101100 saggy 1
-11101101100 Medicaid-paid 1
-11101101100 motor-operated 1
-11101101100 car-sale 1
-11101101100 prepaid-card 1
-11101101100 defoliate 1
-11101101100 75-ton 1
-11101101100 4,485 1
-11101101100 190,445 1
-11101101100 234,719 1
-11101101100 25,985 1
-11101101100 1,603 1
-11101101100 226,698 1
-11101101100 89,600 1
-11101101100 CFM56-56s 1
-11101101100 thatch-roofed 1
-11101101100 superprecision 1
-11101101100 F-118 1
-11101101100 crocodile-skin 1
-11101101100 77,900 1
-11101101100 ultra-suede 1
-11101101100 shot-up 1
-11101101100 steno 1
-11101101100 24,600 1
-11101101100 airbag-equipped 1
-11101101100 67-mile 1
-11101101100 100,807 1
-11101101100 181,913 1
-11101101100 163,417 1
-11101101100 Top-20 1
-11101101100 turf-dominated 1
-11101101100 photo-reproduction 1
-11101101100 Banacol-label 1
-11101101100 3,829,000 1
-11101101100 seldom-stolen 1
-11101101100 592,412 1
-11101101100 491,210 1
-11101101100 oiled-cotton 1
-11101101100 Irish-made 1
-11101101100 good-for-you 1
-11101101100 notebook-sized 1
-11101101100 highperformance 1
-11101101100 battery-driven 1
-11101101100 British-assembled 1
-11101101100 nystatin 1
-11101101100 98,658 1
-11101101100 scanner-equipped 1
-11101101100 electronic-bomb 1
-11101101100 MIServer 1
-11101101100 infection-causing 1
-11101101100 heat-shock 1
-11101101100 immune-provoking 1
-11101101100 models-on-the-way-up 1
-11101101100 rainmaking 1
-11101101100 aliphatic 1
-11101101100 faster-working 1
-11101101100 107,067 1
-11101101100 floodlighted 1
-11101101100 hamburger-destined 1
-11101101100 124-seat 1
-11101101100 high-twist 1
-11101101100 Czech-made 1
-11101101100 Wordbench 1
-11101101100 cancercausing 1
-11101101100 161,630 1
-11101101100 teen-sex 1
-11101101100 tubeless 1
-11101101100 violence-laden 1
-11101101100 222,262 1
-11101101100 363,067 1
-11101101100 37-seat 1
-11101101100 hooved 1
-11101101100 basketball-style 1
-11101101100 congestion-predicting 1
-11101101100 limited-volume 1
-11101101100 161,502 1
-11101101100 departmental-sized 1
-11101101100 X-MP/24 1
-11101101100 super-moussed 1
-11101101100 low-vigor 1
-11101101100 BBB-sponsored 1
-11101101100 sustained-release 1
-11101101100 higher-caffeine 1
-11101101100 smoke-jumper 1
-11101101100 martin 1
-11101101100 rehydrated 1
-11101101100 623,500 1
-11101101100 360,189 1
-11101101100 362,669 1
-11101101100 729,729 1
-11101101100 280,380 1
-11101101100 1,491,224 1
-11101101100 1,430,242 1
-11101101100 54,083 1
-11101101100 45,886 1
-11101101100 186,193 1
-11101101100 get-away 1
-11101101100 feebased 1
-11101101100 highest-temperature 1
-11101101100 no-default 1
-11101101100 double-buffer 1
-11101101100 game-controlling 1
-11101101100 already-overcrowded 1
-11101101100 non-single 1
-11101101100 ultra-loud 1
-11101101100 bowhead 1
-11101101100 single-panel 1
-11101101100 velvet-covered 1
-11101101100 telephone-network 1
-11101101100 now-successful 1
-11101101100 RCA-made 1
-11101101100 126,735 1
-11101101100 ColorEdge 1
-11101101100 alkaline-manganese 1
-11101101100 33,868 1
-11101101100 198,647 1
-11101101100 cooling-water 1
-11101101100 diesel-engined 1
-11101101100 strew 1
-11101101100 fat-laden 1
-11101101100 pitson-powered 1
-11101101100 490-mph 1
-11101101100 75,715 1
-11101101100 1,875,711 1
-11101101100 freakiest 1
-11101101100 oats-based 1
-11101101100 market-disposable 1
-11101101100 500-year-old 1
-11101101100 prepreg 1
-11101101100 wind-detection 1
-11101101100 59,490 1
-11101101100 18,520 1
-11101101100 4,482 1
-11101101100 missile-grade 1
-11101101100 pari-mutuel 1
-11101101100 Chevrolet-brand 1
-11101101100 Geo-brand 1
-11101101100 167,724 1
-11101101100 amyloid-containing 1
-11101101100 2,000-cc 1
-11101101100 bias-constructed 1
-11101101100 V-2 1
-11101101100 chainmail 1
-11101101100 anise-flavored 1
-11101101100 short-to-medium-range 1
-11101101100 lunch-box-sized 1
-11101101100 African-inspired 1
-11101101100 Halston-label 1
-11101101100 traditional-- 1
-11101101100 boer 1
-11101101100 4,344,284 1
-11101101100 4,296,995 1
-11101101100 730,278 1
-11101101100 459,918 1
-11101101100 alcohol-powered 1
-11101101100 355,384 1
-11101101100 dependence-producing 1
-11101101100 AS400 1
-11101101100 strongest-selling 1
-11101101100 now-ubiquitous 1
-11101101100 vascular-lesion 1
-11101101100 BAC-1-11 1
-11101101100 83,443 1
-11101101100 72,272 1
-11101101100 60,550 1
-11101101100 explosive-packed 1
-11101101100 diposable 1
-11101101100 CCK-related 1
-11101101100 tree-trimming 1
-11101101100 grime-coated 1
-11101101100 door-sized 1
-11101101100 CFM56-3B2 1
-11101101100 wideshouldered 1
-11101101100 fiber-optic-based 1
-11101101100 110,353 1
-11101101100 brick-red 1
-11101101100 now-legal 1
-11101101100 20mm 1
-11101101100 Chrysler-brand 2
-11101101100 149,601 2
-11101101100 81-mm 2
-11101101100 177,512 2
-11101101100 non-volatile 2
-11101101100 125,774 2
-11101101100 Balloons 2
-11101101100 black-cased 2
-11101101100 slower-selling 2
-11101101100 deciduous 2
-11101101100 Huggies-brand 2
-11101101100 JT-9D 2
-11101101100 flue-gas 2
-11101101100 InCide 2
-11101101100 commission-driven 2
-11101101100 unripe 2
-11101101100 three-foot-tall 2
-11101101100 safety-critical 2
-11101101100 ink-and-brush 2
-11101101100 crunchier 2
-11101101100 Capraesque 2
-11101101100 helium-filled 2
-11101101100 T8 2
-11101101100 Howson-Algraphy 2
-11101101100 131,879 2
-11101101100 sometimes-violent 2
-11101101100 Beta-format 2
-11101101100 PC-Slave/286 2
-11101101100 frost-retarding 2
-11101101100 pale-green 2
-11101101100 4,686 2
-11101101100 24-exposure 2
-11101101100 Spectrum-based 2
-11101101100 163,295 2
-11101101100 trap-oxidizer 2
-11101101100 plug-compatible 2
-11101101100 140,528 2
-11101101100 patent-leather 2
-11101101100 108,575 2
-11101101100 145,386 2
-11101101100 cigarette-vending 2
-11101101100 foxglove 2
-11101101100 U.S.-protected 2
-11101101100 low-polluting 2
-11101101100 radar-carrying 2
-11101101100 154,387 2
-11101101100 fluid-filled 2
-11101101100 156,961 2
-11101101100 lymphocyte 2
-11101101100 5.8-liter 2
-11101101100 voice-stress 2
-11101101100 automatic-teller 2
-11101101100 French-English 2
-11101101100 waste-burning 2
-11101101100 cherry-tree 2
-11101101100 multifuel 2
-11101101100 693,515 2
-11101101100 semicustom 2
-11101101100 machine-gun-toting 2
-11101101100 rose-tinted 2
-11101101100 earth-mover 2
-11101101100 table-model 2
-11101101100 flint 2
-11101101100 177,563 2
-11101101100 140,567 2
-11101101100 anti-clot 2
-11101101100 Vuarnet 2
-11101101100 computer-output 2
-11101101100 notebook-size 2
-11101101100 23,189 2
-11101101100 steel-rimmed 2
-11101101100 148,911 2
-11101101100 higher-speed 2
-11101101100 10,214 2
-11101101100 structual 2
-11101101100 109,470 2
-11101101100 Sony-brand 2
-11101101100 blood-growth 2
-11101101100 fennel 2
-11101101100 E350 2
-11101101100 2-liter 2
-11101101100 8-millimeter 2
-11101101100 steel-hulled 2
-11101101100 1.7-liter 2
-11101101100 ultrafine 2
-11101101100 storm-tossed 2
-11101101100 desktop-presentation 2
-11101101100 YAG 2
-11101101100 3270 2
-11101101100 MacWrite 2
-11101101100 non-Apple 2
-11101101100 181,567 2
-11101101100 Olivetti-made 2
-11101101100 mild-to-moderate 2
-11101101100 ophthalmological 2
-11101101100 now-banned 2
-11101101100 Colorocs-designed 2
-11101101100 small-market 2
-11101101100 S27 2
-11101101100 Mateus 2
-11101101100 juke 2
-11101101100 different-colored 2
-11101101100 immuno-supportive 2
-11101101100 '57 2
-11101101100 mac+ 2
-11101101100 moated 2
-11101101100 knobby 2
-11101101100 shorter-skirt 2
-11101101100 tunnel-boring 2
-11101101100 runny 2
-11101101100 immune-boosting 2
-11101101100 Swat 2
-11101101100 ultra-high-speed 2
-11101101100 plum-colored 2
-11101101100 amyloid-producing 2
-11101101100 whole-virus 2
-11101101100 37,300 2
-11101101100 A15 2
-11101101100 third-power 2
-11101101100 low-saturated-fat 2
-11101101100 nonsteroidal 2
-11101101100 military-communications 2
-11101101100 4,546,245 2
-11101101100 126,654 2
-11101101100 130,348 2
-11101101100 139,575 2
-11101101100 highpowered 2
-11101101100 25mm 2
-11101101100 overmature 2
-11101101100 accident-warning 2
-11101101100 list-cleansing 2
-11101101100 white-blood 2
-11101101100 industrial-type 2
-11101101100 standalone 2
-11101101100 i.v. 2
-11101101100 teensy-weensy 2
-11101101100 low-performance 2
-11101101100 157,594 2
-11101101100 1,912,293 2
-11101101100 Tastykake 2
-11101101100 easy-to-read 2
-11101101100 crew-neck 2
-11101101100 less-polluting 2
-11101101100 youth-appeal 2
-11101101100 play-only 2
-11101101100 86,229 2
-11101101100 143-seat 2
-11101101100 ever-tinier 2
-11101101100 multi-processor 2
-11101101100 Mandarin-language 2
-11101101100 VDT-type 2
-11101101100 semi-precious 2
-11101101100 petits 2
-11101101100 dry-cell 2
-11101101100 open-neck 2
-11101101100 193,139 2
-11101101100 pre-1959 2
-11101101100 brazing 2
-11101101100 nonexempt 2
-11101101100 jellied 2
-11101101100 EDB-tainted 2
-11101101100 iron-based 2
-11101101100 heavyduty 2
-11101101100 classic-style 2
-11101101100 sporting-event 2
-11101101100 unwrinkled 2
-11101101100 Crayola 2
-11101101100 Apres 2
-11101101100 display-based 2
-11101101100 87,088 2
-11101101100 hemlock 2
-11101101100 RB211-524G 2
-11101101100 nail-polish 2
-11101101100 Cray-2S/4-128 2
-11101101100 engine-control 2
-11101101100 anaerobic 2
-11101101100 four-barrel 2
-11101101100 Lodgmate 2
-11101101100 made-for-cable 2
-11101101100 nonathletic 2
-11101101100 165,348 2
-11101101100 small-incision 2
-11101101100 air-bag-equipped 2
-11101101100 109,208 2
-11101101100 123,765 2
-11101101100 pre-islet 2
-11101101100 low-powered 2
-11101101100 insulin-producing 2
-11101101100 direct-random-access-memory 2
-11101101100 superconductor-based 2
-11101101100 chemotherapeutic 2
-11101101100 pre-sensitized 2
-11101101100 middle-ear 2
-11101101100 six-wheel 2
-11101101100 smog-forming 2
-11101101100 water-regulating 2
-11101101100 IBM-style 2
-11101101100 VaxSyn 2
-11101101100 3-series 2
-11101101100 fork-lift 2
-11101101100 weather-satellite 2
-11101101100 gum-inflaming 2
-11101101100 volt 2
-11101101100 troop-carrying 2
-11101101100 percapita 2
-11101101100 Egypt-bound 2
-11101101100 10-speed 2
-11101101100 crosscountry 2
-11101101100 itty-bitty 2
-11101101100 155,498 2
-11101101100 anti-migraine 2
-11101101100 wire-rim 2
-11101101100 1.9-liter 2
-11101101100 86,743 2
-11101101100 25,119 2
-11101101100 three-tone 2
-11101101100 1,799,595 2
-11101101100 birch-bark 2
-11101101100 more-promising 2
-11101101100 CFM56-3B1 2
-11101101100 snuffling 2
-11101101100 four-stage 2
-11101101100 Firestone-brand 2
-11101101100 Larousse 2
-11101101100 35,249 2
-11101101100 Benelli 2
-11101101100 anti-androgen 2
-11101101100 Asian-made 2
-11101101100 palm-leaf 2
-11101101100 sealskin 2
-11101101100 Continental/General 2
-11101101100 off-patent 2
-11101101100 high-field 2
-11101101100 second-run 2
-11101101100 medium-power 2
-11101101100 polycarboxylic 2
-11101101100 fish-net 2
-11101101100 airline-owned 2
-11101101100 16-minute 2
-11101101100 two-foot-wide 2
-11101101100 50,648 2
-11101101100 Mystic 2
-11101101100 forest-green 2
-11101101100 181,820 2
-11101101100 73,541 2
-11101101100 86,851 2
-11101101100 felt-tip 2
-11101101100 Dolby-encoded 2
-11101101100 revenue-driven 2
-11101101100 big-studio 2
-11101101100 hobnail 2
-11101101100 air-cushion 2
-11101101100 track-type 2
-11101101100 wire-rimmed 2
-11101101100 front-teeth 2
-11101101100 cell-replication 2
-11101101100 edge-triggered 2
-11101101100 HIND 2
-11101101100 ground-attack 2
-11101101100 JT9D-7R4 2
-11101101100 Am22V10 2
-11101101100 6,411 2
-11101101100 AT-compatible 2
-11101101100 opthalmic 2
-11101101100 Akihabara 2
-11101101100 PrintMaster 2
-11101101100 F-body 2
-11101101100 bridesmaid 2
-11101101100 223,376 2
-11101101100 extended-length 2
-11101101100 corn-colored 2
-11101101100 G-body 2
-11101101100 strip-mill 2
-11101101100 lizard-skin 2
-11101101100 muscle-toning 2
-11101101100 CFM56 2
-11101101100 bloodstain 2
-11101101100 MX6 2
-11101101100 postgame 2
-11101101100 IBM-made 2
-11101101100 472,600 2
-11101101100 youth-market 2
-11101101100 M-88 2
-11101101100 2.2-liter 2
-11101101100 4,668,203 2
-11101101100 136,771 2
-11101101100 121,326 2
-11101101100 psychotropic 2
-11101101100 JT9D-7R4G2 2
-11101101100 3B2/600 2
-11101101100 3B2 2
-11101101100 phone-system 2
-11101101100 dictionary-sized 2
-11101101100 mopey 3
-11101101100 M-113 3
-11101101100 V-tail 3
-11101101100 anti-epileptic 3
-11101101100 blue-gray 3
-11101101100 higher-density 3
-11101101100 132,440 3
-11101101100 hand-sewn 3
-11101101100 ski-lift 3
-11101101100 methanol-powered 3
-11101101100 non-pornographic 3
-11101101100 nine-millimeter 3
-11101101100 full-front 3
-11101101100 16-millimeter 3
-11101101100 hot-money 3
-11101101100 opalescent 3
-11101101100 foreign-patented 3
-11101101100 anti-hepatitis 3
-11101101100 2.0-liter 3
-11101101100 American-designed 3
-11101101100 mimeograph 3
-11101101100 XT-compatible 3
-11101101100 1980-model 3
-11101101100 eight-millimeter 3
-11101101100 Chicago-style 3
-11101101100 self-regarding 3
-11101101100 Ohio-built 3
-11101101100 641,087 3
-11101101100 in-office 3
-11101101100 home-satellite 3
-11101101100 pre-feminist 3
-11101101100 AIDs 3
-11101101100 cottonwood 3
-11101101100 electrophotographic 3
-11101101100 coronary-bypass 3
-11101101100 high-blood-pressure 3
-11101101100 CFM56-3 3
-11101101100 twice-a-year 3
-11101101100 eraseable 3
-11101101100 semi-frozen 3
-11101101100 questing 3
-11101101100 long-stemmed 3
-11101101100 adult-sized 3
-11101101100 Russian-built 3
-11101101100 high-proof 3
-11101101100 hallucinogenic 3
-11101101100 non-steroid 3
-11101101100 IBM-PC 3
-11101101100 System/36 3
-11101101100 egg-white 3
-11101101100 foreign-developed 3
-11101101100 telephone-equipped 3
-11101101100 1960s-vintage 3
-11101101100 handheld 3
-11101101100 Winnie-the-Pooh 3
-11101101100 upper-end 3
-11101101100 handcrafted 3
-11101101100 room-sized 3
-11101101100 ionization 3
-11101101100 OH-58D 3
-11101101100 S10 3
-11101101100 Unisteel 3
-11101101100 Mark-48 3
-11101101100 angora 3
-11101101100 spandex 3
-11101101100 oat-based 3
-11101101100 well-cut 3
-11101101100 coliform 3
-11101101100 tangerine 3
-11101101100 Bounceroo 3
-11101101100 bongo 3
-11101101100 hummable 3
-11101101100 cochlear 3
-11101101100 methanol-fueled 3
-11101101100 deep-diving 3
-11101101100 VR-G 3
-11101101100 finback 3
-11101101100 FSD-II 3
-11101101100 metal-alloy 3
-11101101100 10-foot-high 3
-11101101100 plano 3
-11101101100 nucleic 3
-11101101100 crossbred 3
-11101101100 internal-combustion 3
-11101101100 Yum 3
-11101101100 gold-tipped 3
-11101101100 short-oiled 3
-11101101100 MPS 3
-11101101100 36-foot 3
-11101101100 Hilux 3
-11101101100 thousand-dollar 3
-11101101100 pay-for-view 3
-11101101100 random-source 3
-11101101100 herbicide-tainted 3
-11101101100 DieHard 3
-11101101100 horsehair 3
-11101101100 medium-launch 3
-11101101100 ficus 3
-11101101100 fee-earning 3
-11101101100 humpback 3
-11101101100 2,013 3
-11101101100 dressier 3
-11101101100 clone-proof 3
-11101101100 risk-reducing 3
-11101101100 D-Flawless 3
-11101101100 700-series 3
-11101101100 Roledex 3
-11101101100 VHS-format 3
-11101101100 Mylar 3
-11101101100 soft-money 3
-11101101100 small-donor 3
-11101101100 tumor-infiltrating 3
-11101101100 red-eye 3
-11101101100 T-series 3
-11101101100 methane-making 3
-11101101100 antigen-binding 3
-11101101100 PW4060 3
-11101101100 roll-your-own 3
-11101101100 in-room 3
-11101101100 two-toned 3
-11101101100 higher-tech 3
-11101101100 suitcase-sized 3
-11101101100 immune-deficient 3
-11101101100 diluted-juice 3
-11101101100 black-painted 3
-11101101100 multipoint 3
-11101101100 CF6-80 3
-11101101100 yard-long 3
-11101101100 Spacemaker 3
-11101101100 30mm 3
-11101101100 telefax 3
-11101101100 140-seat 3
-11101101100 bag-handling 3
-11101101100 5-liter 3
-11101101100 interest-charge 3
-11101101100 Jeep-type 3
-11101101100 nasogastric 3
-11101101100 gas-guzzling 3
-11101101100 flat-bed 4
-11101101100 interstitial 4
-11101101100 Bear-H 4
-11101101100 briny 4
-11101101100 voice-processing 4
-11101101100 fat-soluble 4
-11101101100 queen-size 4
-11101101100 melanin-producing 4
-11101101100 two-section 4
-11101101100 Day-Glo 4
-11101101100 staphylococcal 4
-11101101100 F-Series 4
-11101101100 RISC/UNIX 4
-11101101100 black-rimmed 4
-11101101100 Hi-C 4
-11101101100 odorant 4
-11101101100 System/88 4
-11101101100 scalping 4
-11101101100 soft-leather 4
-11101101100 100-passenger 4
-11101101100 gear-cutting 4
-11101101100 5-series 4
-11101101100 felt-tipped 4
-11101101100 hot-weather 4
-11101101100 Axxess 4
-11101101100 late-harvest 4
-11101101100 Flxible 4
-11101101100 64-kilobit 4
-11101101100 die-cast 4
-11101101100 silicon-based 4
-11101101100 whitewall 4
-11101101100 Sparc-based 4
-11101101100 lower-calorie 4
-11101101100 king-size 4
-11101101100 blood-chemistry 4
-11101101100 high-demand 4
-11101101100 farm-to-market 4
-11101101100 Wisk 4
-11101101100 foam-rubber 4
-11101101100 pewter 4
-11101101100 satellite-based 4
-11101101100 chocolate-chip 4
-11101101100 higher-resolution 4
-11101101100 trichothecene 4
-11101101100 lower-middle 4
-11101101100 bulk-cargo 4
-11101101100 PEG 4
-11101101100 286-based 4
-11101101100 terrycloth 4
-11101101100 high-heeled 4
-11101101100 four-processor 4
-11101101100 high-top 4
-11101101100 Ford-built 4
-11101101100 economywide 4
-11101101100 pre-shrunk 4
-11101101100 transdermal 4
-11101101100 pullover 4
-11101101100 catgut 4
-11101101100 minke 4
-11101101100 pull-down 4
-11101101100 more-complex 4
-11101101100 short-year 4
-11101101100 non-aerosol 4
-11101101100 pre-1975 4
-11101101100 absorbable 5
-11101101100 C/K 5
-11101101100 premalignant 5
-11101101100 fresh-cut 5
-11101101100 ballpoint 5
-11101101100 pre-production 5
-11101101100 PW4000 5
-11101101100 tortoise-shell 5
-11101101100 RB211-535E4 5
-11101101100 controlled-release 5
-11101101100 HFC 5
-11101101100 rechargeable 5
-11101101100 feral 5
-11101101100 cash-dispensing 5
-11101101100 non-interstate 5
-11101101100 C-band 5
-11101101100 E-body 5
-11101101100 peptic 5
-11101101100 chlorinated 5
-11101101100 non-steroidal 5
-11101101100 clot-busting 5
-11101101100 Westlaw 5
-11101101100 health-oriented 5
-11101101100 cholesterol-reducing 5
-11101101100 double-decker 5
-11101101100 C-body 5
-11101101100 military-type 5
-11101101100 ibuprofen-based 5
-11101101100 cut-up 5
-11101101100 wing-tip 5
-11101101100 top-end 5
-11101101100 piped-in 5
-11101101100 1984-model 5
-11101101100 Pennsylvania-based 5
-11101101100 sleeveless 5
-11101101100 canvas-top 5
-11101101100 crime-fighting 5
-11101101100 minesweeping 5
-11101101100 pontoon 5
-11101101100 beribboned 5
-11101101100 blood-testing 5
-11101101100 metal-oxide 5
-11101101100 long-tailed 5
-11101101100 5.7-liter 5
-11101101100 U.S.made 6
-11101101100 foreign-built 6
-11101101100 idle-stabilization 6
-11101101100 S-15 6
-11101101100 tight-fitting 6
-11101101100 chocolate-covered 6
-11101101100 F-350 6
-11101101100 fighter-plane 6
-11101101100 bonsai 6
-11101101100 food-borne 6
-11101101100 high-mobility 6
-11101101100 reduced-calorie 6
-11101101100 mangrove 6
-11101101100 urology 6
-11101101100 jean 6
-11101101100 anti-friction 6
-11101101100 back-alley 6
-11101101100 68020 6
-11101101100 13-inch 6
-11101101100 sports-utility 6
-11101101100 home-cooked 6
-11101101100 MX-6 6
-11101101100 1982-model 6
-11101101100 Canadian-built 6
-11101101100 American-flag 6
-11101101100 heavy-lift 6
-11101101100 home-made 6
-11101101100 cell-replicating 6
-11101101100 early-model 6
-11101101100 Vax 6
-11101101100 sportier 6
-11101101100 acid-washed 6
-11101101100 self-locking 6
-11101101100 short-sleeved 6
-11101101100 tunable 6
-11101101100 MHC 6
-11101101100 Ultralife 6
-11101101100 nitrogen-fixing 7
-11101101100 Godiva 7
-11101101100 cypress 7
-11101101100 E-150 7
-11101101100 1983-model 7
-11101101100 loose-leaf 7
-11101101100 urinary-tract 7
-11101101100 pain-killing 7
-11101101100 multivalve 7
-11101101100 inorganic 7
-11101101100 relational 7
-11101101100 Proleukin 7
-11101101100 10-ton 7
-11101101100 phone-answering 7
-11101101100 reconstructive 7
-11101101100 T-suppressor 7
-11101101100 hickory 7
-11101101100 parallel-processing 7
-11101101100 Seahawk 7
-11101101100 monogrammed 7
-11101101100 .45-caliber 7
-11101101100 throw-away 7
-11101101100 bronchial 7
-11101101100 frictionless 7
-11101101100 Energizer 7
-11101101100 medium-weight 8
-11101101100 stand-by 8
-11101101100 Copperhead 8
-11101101100 higher-powered 8
-11101101100 fungal 8
-11101101100 reportorial 8
-11101101100 late-model 8
-11101101100 single-chain 8
-11101101100 K-body 8
-11101101100 manila 8
-11101101100 highspeed 8
-11101101100 LAK 8
-11101101100 fast-selling 8
-11101101100 ball-point 8
-11101101100 Oreo 8
-11101101100 pea 8
-11101101100 Barracuda 8
-11101101100 UART 8
-11101101100 Carter-era 8
-11101101100 sectional 8
-11101101100 two-wheel-drive 9
-11101101100 anti-plaque 9
-11101101100 NetView 9
-11101101100 Betamax 9
-11101101100 low-alcohol 9
-11101101100 multi-user 9
-11101101100 touch-screen 9
-11101101100 multiprocessor 9
-11101101100 fuel-injected 9
-11101101100 Mies 9
-11101101100 CF6-80C2 9
-11101101100 public-domain 9
-11101101100 pre-Olympic 9
-11101101100 1985-model 9
-11101101100 free-electron 9
-11101101100 reddish 9
-11101101100 star-studded 10
-11101101100 12-meter 10
-11101101100 nine-volt 10
-11101101100 extended-body 10
-11101101100 red-white-and-blue 10
-11101101100 rose-colored 10
-11101101100 MacIntosh 10
-11101101100 radio-controlled 10
-11101101100 musk 10
-11101101100 papilloma 10
-11101101100 gasoline-powered 10
-11101101100 flatbed 10
-11101101100 mine-sweeper 10
-11101101100 levitating 10
-11101101100 E-250 10
-11101101100 cathode-ray 10
-11101101100 RISC-based 10
-11101101100 fuel-system 10
-11101101100 mashed 10
-11101101100 H-body 11
-11101101100 AM-FM 11
-11101101100 made-for-television 11
-11101101100 higher-performance 11
-11101101100 corneal 11
-11101101100 congenital 11
-11101101100 T-helper 12
-11101101100 Tampax 12
-11101101100 transportable 12
-11101101100 2.3-liter 12
-11101101100 80386-based 12
-11101101100 anabolic 12
-11101101100 cashmere 12
-11101101100 J-body 12
-11101101100 386-based 12
-11101101100 high-power 13
-11101101100 Braille 13
-11101101100 cancer-fighting 13
-11101101100 JT8D 13
-11101101100 paperless 13
-11101101100 diesel-powered 13
-11101101100 sunken 13
-11101101100 laser-guided 13
-11101101100 tartar-control 13
-11101101100 sequined 13
-11101101100 low-back 13
-11101101100 hot-air 13
-11101101100 four-megabit 14
-11101101100 industry-standard 14
-11101101100 Rolodex 14
-11101101100 solar-powered 14
-11101101100 T-4 15
-11101101100 large-screen 15
-11101101100 arthritic 15
-11101101100 four-speed 15
-11101101100 fault-tolerant 15
-11101101100 lead-acid 15
-11101101100 upper-middle 15
-11101101100 bullet-proof 15
-11101101100 American-built 15
-11101101100 khaki 16
-11101101100 suede 16
-11101101100 S-10 16
-11101101100 incandescent 16
-11101101100 battery-operated 16
-11101101100 levitated 16
-11101101100 electrolytic 16
-11101101100 toy-based 17
-11101101100 multiuser 17
-11101101100 horn-rimmed 17
-11101101100 3B 17
-11101101100 solid-state 17
-11101101100 per-unit 17
-11101101100 R-rated 17
-11101101100 parasitic 17
-11101101100 four-wheeled 17
-11101101100 first-person 17
-11101101100 dual-deck 17
-11101101100 excimer 18
-11101101100 diskless 18
-11101101100 lap-top 18
-11101101100 hypodermic 18
-11101101100 superfast 18
-11101101100 chauffeur-driven 18
-11101101100 five-ton 19
-11101101100 F-series 19
-11101101100 transgenic 20
-11101101100 desk-top 20
-11101101100 nonoperating 20
-11101101100 E-350 20
-11101101100 Unix-based 20
-11101101100 made-for-TV 21
-11101101100 submachine 21
-11101101100 A-body 21
-11101101100 open-heart 21
-11101101100 CMOS 21
-11101101100 life-saving 22
-11101101100 256K 22
-11101101100 LifeStyles 22
-11101101100 pre-recorded 22
-11101101100 self-employment 23
-11101101100 16-bit 23
-11101101100 custom-designed 24
-11101101100 aerobic 24
-11101101100 multipurpose 24
-11101101100 rear-wheel-drive 25
-11101101100 battery-powered 25
-11101101100 copycat 26
-11101101100 Econoline 26
-11101101100 throwaway 26
-11101101100 bulletproof 27
-11101101100 domestic-made 27
-11101101100 medicinal 28
-11101101100 erasable 28
-11101101100 PC-AT 28
-11101101100 high-resolution 30
-11101101100 motorized 31
-11101101100 fluorescent 31
-11101101100 Florsheim 33
-11101101100 Aerostar 33
-11101101100 big-selling 35
-11101101100 alkaline 36
-11101101100 T4 38
-11101101100 light-duty 39
-11101101100 pornographic 39
-11101101100 sport-utility 40
-11101101100 blood-pressure 41
-11101101100 32-bit 41
-11101101100 prerecorded 42
-11101101100 unearned 42
-11101101100 1989-model 42
-11101101100 1990-model 42
-11101101100 medium-duty 42
-11101101100 all-terrain 43
-11101101100 front-wheel-drive 45
-11101101100 radial 46
-11101101100 programmable 47
-11101101100 high-temperature 52
-11101101100 french 52
-11101101100 1987-model 54
-11101101100 phantom 54
-11101101100 nuclear-powered 55
-11101101100 bacterial 56
-11101101100 four-wheel-drive 59
-11101101100 full-sized 60
-11101101100 U.S.-built 62
-11101101100 mid-range 64
-11101101100 one-megabit 64
-11101101100 tax-deferred 65
-11101101100 Japanese-made 85
-11101101100 armored 104
-11101101100 laptop 107
-11101101100 heavy-duty 109
-11101101100 customized 112
-11101101100 VAX 117
-11101101100 RISC 140
-11101101100 hand-held 145
-11101101100 American-made 156
-11101101100 IBM-compatible 165
-11101101100 teller 172
-11101101100 midrange 177
-11101101100 high-performance 198
-11101101100 discretionary 219
-11101101100 high-speed 236
-11101101100 per-capita 258
-11101101100 desktop 283
-11101101100 disposable 295
-11101101100 portable 331
-11101101100 mainframe 455
-11101101100 Macintosh 489
-11101101100 prescription 562
-11101101100 taxable 784
-11101101100 blue 974
-11101101100 seasonal 1205
-11101101100 personal 6784
-11101101100 gross 1841
-111011011010 fetal-monitoring 1
-111011011010 yield-enhancing 1
-111011011010 already-unhappy 1
-111011011010 fitness-center 1
-111011011010 lower-saturated-fat 1
-111011011010 pre-acquisition 1
-111011011010 liquids-filtering 1
-111011011010 attacksubmarine 1
-111011011010 position-locating 1
-111011011010 280ZX 1
-111011011010 collision-alert 1
-111011011010 anti-fire 1
-111011011010 patient-handling 1
-111011011010 dowsing 1
-111011011010 death-dealing 1
-111011011010 clear-amber 1
-111011011010 non-motor 1
-111011011010 metal-detecting 1
-111011011010 Eurocheque 1
-111011011010 food-grade 1
-111011011010 food-stand 1
-111011011010 mid-price 1
-111011011010 computer-image-generation 1
-111011011010 fixed-insurance 1
-111011011010 laser-optical 1
-111011011010 high-intelligence 1
-111011011010 data-measuring 1
-111011011010 microcomputer-developed 1
-111011011010 beast-shaped 1
-111011011010 petroleum-distribution 1
-111011011010 image-seeking 1
-111011011010 processcontrol 1
-111011011010 high-ridership 1
-111011011010 undissonant 1
-111011011010 ammunition-handling 1
-111011011010 air-pollution-control 1
-111011011010 shoplifting-detection 1
-111011011010 Indy-racer 1
-111011011010 MS-DOS-compatible 1
-111011011010 mud-shedding 1
-111011011010 meat-grinding 1
-111011011010 air-power 1
-111011011010 luminescent 1
-111011011010 propeller-making 1
-111011011010 fictive 1
-111011011010 submarine-periscope 1
-111011011010 lecture-oriented 1
-111011011010 18.8-year 1
-111011011010 pecan-processing 1
-111011011010 Marxist-inclined 1
-111011011010 stamped-metal 1
-111011011010 dolly 1
-111011011010 super-cooling 1
-111011011010 avalanche-prone 1
-111011011010 position-determining 1
-111011011010 heat-related 1
-111011011010 motel-room 1
-111011011010 interconnecting 1
-111011011010 misdiagnosing 1
-111011011010 underseas-surveillance 1
-111011011010 air-handling 1
-111011011010 target-designating 1
-111011011010 stuck-together 1
-111011011010 30-by-50-inch 1
-111011011010 electronic-document 1
-111011011010 submarine-control 1
-111011011010 sailcloth 1
-111011011010 quick-release 1
-111011011010 shock-absorbing 1
-111011011010 plastics-extrusion 1
-111011011010 military-satellite-launching 1
-111011011010 lawn-watering 1
-111011011010 kinkier 1
-111011011010 shoe-care 1
-111011011010 advanced-TV 1
-111011011010 actuation 1
-111011011010 tube-making 1
-111011011010 offset-printing 1
-111011011010 powerconversion 1
-111011011010 microcomputer-related 1
-111011011010 extra-vehicular 1
-111011011010 card-access 1
-111011011010 securities-offering 1
-111011011010 Nissan-built 1
-111011011010 water-recreation 1
-111011011010 credit-evaluation 1
-111011011010 PW2 1
-111011011010 water-testing 1
-111011011010 precision-machined 1
-111011011010 generation-and-transmission 1
-111011011010 color-transmission 1
-111011011010 maple-covered 1
-111011011010 water-control 1
-111011011010 helicopter-modification 1
-111011011010 fingerprinting-identification 1
-111011011010 Maloneys 1
-111011011010 tactical-communications 1
-111011011010 upper-atmospheric 1
-111011011010 electromedia 1
-111011011010 160,360 1
-111011011010 emergency-warning 1
-111011011010 Scottish-style 1
-111011011010 tape-backup 1
-111011011010 per-inmate 1
-111011011010 orthopedic-support 1
-111011011010 target-detection 1
-111011011010 missile-recovery 1
-111011011010 ECR-42 1
-111011011010 can-manufacturing 1
-111011011010 remoter 1
-111011011010 low-oxygen 1
-111011011010 threat-warning 1
-111011011010 fusillage 1
-111011011010 MTV-inspired 1
-111011011010 yak-butter 1
-111011011010 Protestant-Catholic 1
-111011011010 military-plane 1
-111011011010 superthin 1
-111011011010 aspartame-containing 1
-111011011010 electricity-consuming 1
-111011011010 oil-tube 1
-111011011010 radio-phonograph-tape 1
-111011011010 record-player 1
-111011011010 company-approved 1
-111011011010 circular-knitting 1
-111011011010 private-voice 1
-111011011010 fare-controls 1
-111011011010 dioxide-removal 1
-111011011010 nuclearpropulsion 1
-111011011010 aircraft-targeting 1
-111011011010 faculty-room 1
-111011011010 rubber-gloves 1
-111011011010 shipboard-communications 1
-111011011010 tracking-station 1
-111011011010 vascular-access 1
-111011011010 medical-grade 1
-111011011010 treatment-center 1
-111011011010 can-washing 1
-111011011010 miniature-stereo 1
-111011011010 Japanese-government-sponsored 1
-111011011010 narcotic-related 1
-111011011010 exhaust-system 1
-111011011010 horse-sized 1
-111011011010 non-Wang 1
-111011011010 seldom-ordered 1
-111011011010 video-editing 1
-111011011010 copper-clad 1
-111011011010 night-sight 1
-111011011010 trading-screen 1
-111011011010 magnetic-resonance-imaging 1
-111011011010 Houseworks 1
-111011011010 hand-cream 1
-111011011010 P&H 1
-111011011010 digital-parts 1
-111011011010 noise-reduction 1
-111011011010 heat-sealing 1
-111011011010 pictographic 1
-111011011010 ultra-sensitive 1
-111011011010 computer-softwear 1
-111011011010 seat-reclining 1
-111011011010 missile-test 1
-111011011010 65-60 1
-111011011010 1200-series 1
-111011011010 beverage-production 1
-111011011010 field-combat 1
-111011011010 laser-guidance 1
-111011011010 bridge-building 1
-111011011010 body-panel 1
-111011011010 telecommunications-switching 1
-111011011010 foxhole-digging 1
-111011011010 armored-car 1
-111011011010 wing-control 1
-111011011010 progessive-cavity 1
-111011011010 cholesterol-measuring 1
-111011011010 machinery-calibration 1
-111011011010 Unix-like 1
-111011011010 less-interesting 1
-111011011010 thermal-process 1
-111011011010 dark-chocolate 1
-111011011010 automated-process-control 1
-111011011010 welding-assembly 1
-111011011010 automobile-production 1
-111011011010 bourbon-pecan 1
-111011011010 French-sounding 1
-111011011010 53,290 1
-111011011010 55,115 1
-111011011010 four-alarm 1
-111011011010 aircraft-evacuation 1
-111011011010 field-goals-allowed 1
-111011011010 commercial-cooking 1
-111011011010 self-rescue 1
-111011011010 museum-bashing 1
-111011011010 multisexual 1
-111011011010 arrow-felled 1
-111011011010 tacky-looking 1
-111011011010 balloonlike 1
-111011011010 dehumidification 1
-111011011010 pulmonary-care 1
-111011011010 fluid-transfer 1
-111011011010 A-car 1
-111011011010 adapter-VCR 1
-111011011010 square-mile 1
-111011011010 garbage-dump 1
-111011011010 convection 1
-111011011010 automatic-brake 1
-111011011010 artillery-projectile 1
-111011011010 water-jet-assisted 1
-111011011010 diamond-dusted 1
-111011011010 semi-stiff 1
-111011011010 wild-game 1
-111011011010 dimension-scanning 1
-111011011010 laser-inspection 1
-111011011010 accelerator-control 1
-111011011010 government-donated 1
-111011011010 Axcess 1
-111011011010 Renault-made 1
-111011011010 openwork 1
-111011011010 security-themed 1
-111011011010 pro-Kemp 1
-111011011010 balance-weighted 1
-111011011010 physical-rehabilitation 1
-111011011010 non-beverage 1
-111011011010 river-crossing 1
-111011011010 non-bar 1
-111011011010 bobbin 1
-111011011010 aluminum-housing 1
-111011011010 paint-trim 1
-111011011010 stair-stepped 1
-111011011010 extra-high-voltage 1
-111011011010 boarding-pass 1
-111011011010 electrical-mechanical 1
-111011011010 blood-processing 1
-111011011010 breath-analyzing 1
-111011011010 rerevised 1
-111011011010 ready-to-plant 1
-111011011010 metal-detector 1
-111011011010 intrusion-detection 1
-111011011010 professional-designation 1
-111011011010 pine-filled 1
-111011011010 satellite-terminal 1
-111011011010 boars'-tusk 1
-111011011010 roof-control 1
-111011011010 even-stranger 1
-111011011010 bank-brokerage 1
-111011011010 self-play 1
-111011011010 bomb-case 1
-111011011010 vision-correction 1
-111011011010 electric-communications 1
-111011011010 hair-salon 1
-111011011010 oil-extraction 1
-111011011010 13,459 1
-111011011010 picture-enhancing 1
-111011011010 Anti-Federalist 1
-111011011010 DEC-compatible 1
-111011011010 LN-700 1
-111011011010 cell-controller 1
-111011011010 ticket-processing 1
-111011011010 engine-idle 1
-111011011010 auto-dialing 1
-111011011010 anti-CBW 1
-111011011010 properties-initially 1
-111011011010 bomb-targeting 1
-111011011010 tuning-fork 1
-111011011010 light-producing 1
-111011011010 electro-hydraulic 1
-111011011010 paper-plant 1
-111011011010 debt-covenant 1
-111011011010 industrial-electrical 1
-111011011010 lighttruck 1
-111011011010 vehicle-customization 1
-111011011010 first-trimester 1
-111011011010 executive-style 1
-111011011010 caraway 1
-111011011010 data-encryption 1
-111011011010 electronic-processing 1
-111011011010 super-smart 1
-111011011010 pastilles 1
-111011011010 beer-brewing 1
-111011011010 radio-tracking 1
-111011011010 clay-tile 1
-111011011010 storm-sewer 1
-111011011010 criterion-referenced 1
-111011011010 conusmer 1
-111011011010 Adelphia-owned 1
-111011011010 ivied 1
-111011011010 air-separation 1
-111011011010 10,000-share 1
-111011011010 leveraged-takeover 1
-111011011010 diagnotic 1
-111011011010 news-staff 1
-111011011010 blood-coagulation 1
-111011011010 motor-drive 1
-111011011010 ABM-capable 1
-111011011010 electro-rheological 1
-111011011010 valve-type 1
-111011011010 electric-arc 1
-111011011010 business-automation 1
-111011011010 missile-delivery 1
-111011011010 pneumatic-control 1
-111011011010 adult-training 1
-111011011010 paint-spraying 1
-111011011010 harpoonlike 1
-111011011010 doll-making 1
-111011011010 nonexplosive 1
-111011011010 product-sample 1
-111011011010 de-energize 1
-111011011010 ground-station 1
-111011011010 cold-formed 1
-111011011010 debt-like 1
-111011011010 all-funds 1
-111011011010 TouchTone 1
-111011011010 information-communication 1
-111011011010 computer-automated 1
-111011011010 rocket-launching 1
-111011011010 mail-transportation 1
-111011011010 steam-generating 1
-111011011010 catalpa 1
-111011011010 automobile-finishing 1
-111011011010 long-idle 1
-111011011010 biomagnetic 1
-111011011010 information-network 1
-111011011010 telecommuications 1
-111011011010 global-education 1
-111011011010 erosion-caused 1
-111011011010 transportation-engine 1
-111011011010 laser-surgery 1
-111011011010 rocket-launcher 1
-111011011010 MasterCare 1
-111011011010 mobile-missile-launching 1
-111011011010 cargo-compartment 1
-111011011010 4,792 1
-111011011010 non-porous 1
-111011011010 color-mapping 1
-111011011010 orthopaedic 1
-111011011010 asphalt-paving 1
-111011011010 optical-laser 1
-111011011010 image-management 1
-111011011010 battlefield-electronic 1
-111011011010 radar-simulation 1
-111011011010 drug-aid 1
-111011011010 tire-changing 1
-111011011010 saucer-shaped 1
-111011011010 attack-ad 1
-111011011010 passenger-related 1
-111011011010 on-the-water 1
-111011011010 explosives-related 1
-111011011010 income-reporting 1
-111011011010 tax-effort 1
-111011011010 Luron 1
-111011011010 2.5-ounce 1
-111011011010 noise-cancellation 1
-111011011010 tool-making 1
-111011011010 postcard-size 1
-111011011010 12-channel 1
-111011011010 radar-system 1
-111011011010 pre-Revolutionary 1
-111011011010 non-durable-goods 1
-111011011010 white-baby's-breath 1
-111011011010 computerized-networking 1
-111011011010 environmental/business-management 1
-111011011010 arts-related 1
-111011011010 opthalmological 1
-111011011010 electrical-power-generating 1
-111011011010 test-and-measurement 1
-111011011010 10-foot-long 1
-111011011010 U.K.-built 1
-111011011010 automated-people-mover 1
-111011011010 semiconductor-related 1
-111011011010 national-achievement 1
-111011011010 heat-shrink 1
-111011011010 natural-gas-transportation 1
-111011011010 worker-referral 1
-111011011010 sepia 1
-111011011010 marketing-motion 1
-111011011010 impact-printer 1
-111011011010 flexible-production 1
-111011011010 Scotchgard 1
-111011011010 200-milliliter 1
-111011011010 nuclear-weapons-carrying 1
-111011011010 computer-graphics-display 1
-111011011010 ultrasonic-scanning 1
-111011011010 outerwing 1
-111011011010 urban-transit 1
-111011011010 customer-mandated 1
-111011011010 status-determination 1
-111011011010 electrical/electronic 1
-111011011010 inking 1
-111011011010 work-group 1
-111011011010 weapons-tactics 1
-111011011010 heart-monitoring 1
-111011011010 seafood-poisoning 1
-111011011010 chip-mounted 1
-111011011010 pre-press 1
-111011011010 heart-support 1
-111011011010 photo-optical 1
-111011011010 cement-importing 1
-111011011010 lower-register 1
-111011011010 opto-electronic 1
-111011011010 day-in-the-life 1
-111011011010 electrical-cable 1
-111011011010 commercial-information 1
-111011011010 industrial-cleaning 1
-111011011010 accoustic 1
-111011011010 devil-worship 1
-111011011010 label-application 1
-111011011010 fire-direction 1
-111011011010 transaction-entry 1
-111011011010 Risc-based 1
-111011011010 datacommunications 1
-111011011010 call-screening 1
-111011011010 production-floor 1
-111011011010 weapon-guidance 1
-111011011010 optical-character-recognition 1
-111011011010 well-logging 1
-111011011010 intercommunications 1
-111011011010 mill-type 1
-111011011010 page-composition 1
-111011011010 fearsome-sounding 1
-111011011010 submarine-propeller 1
-111011011010 pilot-control 1
-111011011010 lawn-feeding 1
-111011011010 self-calibrating 1
-111011011010 image-intensification 1
-111011011010 oil-encrusted 1
-111011011010 blood-salvage 1
-111011011010 flatrolled 1
-111011011010 uncrate 1
-111011011010 building-control 1
-111011011010 comet-like 1
-111011011010 microwave-landing 1
-111011011010 precision-control 1
-111011011010 petroleum-monitoring 1
-111011011010 radar-related 1
-111011011010 Ku-Band 1
-111011011010 scavanged 1
-111011011010 flight-controller 1
-111011011010 blue-glazed 1
-111011011010 gunnery-training 1
-111011011010 slide-making 1
-111011011010 outdoor-maintenance 1
-111011011010 non-CASE 1
-111011011010 energy-monitoring 1
-111011011010 helicopter-missile 1
-111011011010 heavy-maintenance 1
-111011011010 business-switchboard 1
-111011011010 time-stamping 1
-111011011010 mailing-room 1
-111011011010 military-explosive 1
-111011011010 yellow-shafted 1
-111011011010 glass-sided 1
-111011011010 strike-forced 1
-111011011010 dta-processing 1
-111011011010 spray-paint-resistant 1
-111011011010 fuel-measurement 1
-111011011010 plastic-extrusion 1
-111011011010 32-ounce 1
-111011011010 pasted-in 1
-111011011010 fluid-purification 1
-111011011010 82-game 1
-111011011010 1,062,016 1
-111011011010 damage-repair 1
-111011011010 defense-electronic 1
-111011011010 town-hall-like 1
-111011011010 stroke-related 1
-111011011010 process-metering 1
-111011011010 fluid-cracking 1
-111011011010 radio-linked 1
-111011011010 passenger-loading 1
-111011011010 people-moving 1
-111011011010 floorcare 1
-111011011010 sawmill-equipment 1
-111011011010 submarine-silencing 1
-111011011010 lifetime-warranty 1
-111011011010 data-sifting 1
-111011011010 non-flight 1
-111011011010 verbalistic 1
-111011011010 type-to-voice 1
-111011011010 diffusion-oxidation 1
-111011011010 10W-40 1
-111011011010 heart-pacing 1
-111011011010 4-megabyte 1
-111011011010 6400 1
-111011011010 power-control 2
-111011011010 non-subsidized 2
-111011011010 deep-strike 2
-111011011010 scuba-diving 2
-111011011010 medium-scale 2
-111011011010 one-gallon 2
-111011011010 earthmoving 2
-111011011010 lightwave 2
-111011011010 pressure-measurement 2
-111011011010 ficticious 2
-111011011010 arts-and-crafts 2
-111011011010 pourable 2
-111011011010 character-building 2
-111011011010 double-stacked 2
-111011011010 odorous 2
-111011011010 rust-preventive 2
-111011011010 synchronous 2
-111011011010 vinylidene 2
-111011011010 communications-related 2
-111011011010 pussy-willow 2
-111011011010 office-telephone 2
-111011011010 capital-exporting 2
-111011011010 flight-tracking 2
-111011011010 first-shift 2
-111011011010 one-foot 2
-111011011010 proficiency-test 2
-111011011010 ambulatory-infusion 2
-111011011010 supermarket-refrigeration 2
-111011011010 Magnesia 2
-111011011010 arena-size 2
-111011011010 petrochemical-based 2
-111011011010 tobacco-product 2
-111011011010 adults-only 2
-111011011010 nacelle 2
-111011011010 Etruscan 2
-111011011010 Ratier 2
-111011011010 minicartridge 2
-111011011010 nonstructural 2
-111011011010 food-deficit 2
-111011011010 satellite-encryption 2
-111011011010 commodity-dependent 2
-111011011010 auto-transfusion 2
-111011011010 well-completion 2
-111011011010 vendor-supplied 2
-111011011010 Ultraphone 2
-111011011010 telemetric 2
-111011011010 electromedical 2
-111011011010 whole-milk 2
-111011011010 Instamatic 2
-111011011010 government-supplied 2
-111011011010 cable-control 2
-111011011010 sanitary-tissue 2
-111011011010 cogenerations 2
-111011011010 price-appreciation 2
-111011011010 microwave-system 2
-111011011010 earthenware 2
-111011011010 auto-painting 2
-111011011010 powder-metal 2
-111011011010 wildflower 2
-111011011010 missile-launcher 2
-111011011010 non-CFC 2
-111011011010 energy-conversion 2
-111011011010 airline-reservations 2
-111011011010 communications-information 2
-111011011010 highly-rated 2
-111011011010 swiss 2
-111011011010 enhanced-octane 2
-111011011010 gear-production 2
-111011011010 atom-bomb 2
-111011011010 high-leverage 2
-111011011010 dialysis-related 2
-111011011010 metal-treating 2
-111011011010 associative 2
-111011011010 cultural/patriotic 2
-111011011010 carpet-related 2
-111011011010 electronics-based 2
-111011011010 131,322 2
-111011011010 UNIX-based 2
-111011011010 non-instant 2
-111011011010 salmon-fishing 2
-111011011010 8-bit 2
-111011011010 equity-like 2
-111011011010 Almonds 2
-111011011010 phthalic 2
-111011011010 heat-processing 2
-111011011010 grounds-maintenance 2
-111011011010 signal-collection 2
-111011011010 automotive-replacement 2
-111011011010 hair-wave 2
-111011011010 portable-computer 2
-111011011010 wheel-alignment 2
-111011011010 blood-analysis 2
-111011011010 glass-related 2
-111011011010 shoe-making 2
-111011011010 export-crop 2
-111011011010 high-force 2
-111011011010 higher-octane 2
-111011011010 aircraft-radio 2
-111011011010 less-volatile 2
-111011011010 quartz-crystal 2
-111011011010 text-management 2
-111011011010 Delft 2
-111011011010 weapon-delivery 2
-111011011010 industrial-control 2
-111011011010 engine-technology 2
-111011011010 paradisiacal 2
-111011011010 weapon-launching 2
-111011011010 investment-insurance 2
-111011011010 1040-EZ 2
-111011011010 helicopter-engine 2
-111011011010 lowerpriced 2
-111011011010 resinous 2
-111011011010 vegetable-growing 2
-111011011010 auto-test 2
-111011011010 Dowlex 2
-111011011010 encrusting 2
-111011011010 arpeggiated 2
-111011011010 ceramic-like 2
-111011011010 noncrystalline 2
-111011011010 adult-literacy 2
-111011011010 television-related 2
-111011011010 anti-contamination 2
-111011011010 foul-weather 2
-111011011010 aircraft-test 2
-111011011010 direct-reduction 2
-111011011010 Ovenware 2
-111011011010 multispindle 2
-111011011010 digital-audiotape 2
-111011011010 vibration-control 2
-111011011010 satellite-communication 2
-111011011010 Indian-made 2
-111011011010 scrambling/descrambling 2
-111011011010 bulding 3
-111011011010 video-recording 3
-111011011010 burglar-alarm 3
-111011011010 personal-computing 3
-111011011010 agricultural-related 3
-111011011010 export-dominated 3
-111011011010 magnetic-tape 3
-111011011010 machine-vision 3
-111011011010 electro-optic 3
-111011011010 hard-shell 3
-111011011010 carrental 3
-111011011010 red-wine 3
-111011011010 air-filtration 3
-111011011010 pesticide-related 3
-111011011010 missile-testing 3
-111011011010 community-action 3
-111011011010 microdot 3
-111011011010 energy-consuming 3
-111011011010 anti-shoplifting 3
-111011011010 sugar-containing 3
-111011011010 proof-of-claim 3
-111011011010 electronic-based 3
-111011011010 untamed 3
-111011011010 stenographic 3
-111011011010 Italian-based 3
-111011011010 pre-engineered 3
-111011011010 out-of-context 3
-111011011010 olive-green 3
-111011011010 millimeter-wave 3
-111011011010 bottle-making 3
-111011011010 wood-based 3
-111011011010 postal-service 3
-111011011010 factory-floor 3
-111011011010 well-manicured 3
-111011011010 immunodiagnostic 3
-111011011010 inventory-management 3
-111011011010 board-game 3
-111011011010 business-communications 3
-111011011010 optoelectronic 3
-111011011010 unweighted 3
-111011011010 solar-energy 3
-111011011010 industial 3
-111011011010 software-writing 3
-111011011010 flight-management 3
-111011011010 extended-care 3
-111011011010 tooth-colored 3
-111011011010 light-emitting 3
-111011011010 medical-electronic 3
-111011011010 article-surveillance 3
-111011011010 heat-exchange 3
-111011011010 commodity-producing 3
-111011011010 mineral-processing 3
-111011011010 home-infusion 3
-111011011010 rubberized 3
-111011011010 motor-carrier 3
-111011011010 cholesterol-testing 3
-111011011010 solid-propellant 3
-111011011010 independent-power 3
-111011011010 energy-production 3
-111011011010 high-profit-margin 3
-111011011010 electronic-countermeasures 3
-111011011010 missile-control 3
-111011011010 energy-absorbing 3
-111011011010 instant-coffee 3
-111011011010 computer-accessory 3
-111011011010 protein-based 3
-111011011010 air-moving 3
-111011011010 electronic-measuring 3
-111011011010 computer-storage 3
-111011011010 unordered 3
-111011011010 automobile-engine 3
-111011011010 character-recognition 4
-111011011010 semiconductor-making 4
-111011011010 grounds-care 4
-111011011010 car-care 4
-111011011010 narcotics-related 4
-111011011010 sodium-vapor 4
-111011011010 fluorocarbon 4
-111011011010 half-reformed 4
-111011011010 steelmill 4
-111011011010 SureCell 4
-111011011010 weapon-targeting 4
-111011011010 phone-linked 4
-111011011010 medical-related 4
-111011011010 anti-fungal 4
-111011011010 snowcapped 4
-111011011010 patient-monitoring 4
-111011011010 Corelle 4
-111011011010 non-woven 4
-111011011010 aircraft-navigation 4
-111011011010 space-weapons 4
-111011011010 stress-measurement 4
-111011011010 metal-related 4
-111011011010 demobilizing 4
-111011011010 cryptographic 4
-111011011010 Pharaonic 4
-111011011010 log-cabin 4
-111011011010 conveyer 4
-111011011010 network-based 4
-111011011010 Glenlivet 4
-111011011010 color-graphics 4
-111011011010 self-adhesive 4
-111011011010 mail-handling 4
-111011011010 copper-based 4
-111011011010 food-packaging 4
-111011011010 inner-tube 4
-111011011010 low-voltage 4
-111011011010 preprinted 4
-111011011010 air-powered 4
-111011011010 undrilled 4
-111011011010 tricone 4
-111011011010 anti-skid 4
-111011011010 injection-molding 5
-111011011010 plastic-coated 5
-111011011010 guidance-system 5
-111011011010 semiconductor-production 5
-111011011010 laser-based 5
-111011011010 obstetrical 5
-111011011010 nonhazardous 5
-111011011010 Medicare-approved 5
-111011011010 hi-tech 5
-111011011010 video-cassette 5
-111011011010 art-related 5
-111011011010 archery 5
-111011011010 petroleum-related 5
-111011011010 apparel-related 5
-111011011010 interior-design 5
-111011011010 document-processing 5
-111011011010 low-light 5
-111011011010 OTC-traded 5
-111011011010 iron-oxide 5
-111011011010 conventional-weapons 5
-111011011010 Impressionist 5
-111011011010 medical-testing 5
-111011011010 clinical-diagnostic 5
-111011011010 drive-train 5
-111011011010 coal-fueled 5
-111011011010 over-voltage 5
-111011011010 antibody-based 5
-111011011010 jet-aircraft 5
-111011011010 pickup-truck 6
-111011011010 slower-moving 6
-111011011010 turf-care 6
-111011011010 terra-cotta 6
-111011011010 memory-storage 6
-111011011010 outer-space 6
-111011011010 heat-transfer 6
-111011011010 sterility-assurance 6
-111011011010 copper-producing 6
-111011011010 tissue-paper 6
-111011011010 sanitizing 6
-111011011010 energy-generating 6
-111011011010 engine-cooling 6
-111011011010 flue 6
-111011011010 air-control 6
-111011011010 computer-support 6
-111011011010 pre-1982 6
-111011011010 anti-riot 6
-111011011010 printed-circuit 6
-111011011010 lower-profile 6
-111011011010 800-mile 6
-111011011010 post-impressionist 6
-111011011010 sports-related 7
-111011011010 telecommunications-related 7
-111011011010 computer-room 7
-111011011010 electronics-industry 7
-111011011010 anti-theft 7
-111011011010 Canadian-made 7
-111011011010 missile-launching 7
-111011011010 nitrogen-oxide 7
-111011011010 spring-planted 7
-111011011010 sensor-instrumentation 7
-111011011010 Noxema 7
-111011011010 engine-repair 7
-111011011010 denture 7
-111011011010 weapon-control 7
-111011011010 F-250 8
-111011011010 micrographic 8
-111011011010 water-saving 8
-111011011010 radio-frequency 8
-111011011010 dot-matrix 8
-111011011010 paper-related 8
-111011011010 avionic 8
-111011011010 steel-mill 8
-111011011010 beauty-care 8
-111011011010 unlabeled 9
-111011011010 non-electrical 9
-111011011010 oil-like 9
-111011011010 space-related 9
-111011011010 electro-optical 9
-111011011010 high-fidelity 9
-111011011010 microelectronic 9
-111011011010 acetic 9
-111011011010 pre-Columbian 9
-111011011010 technology-related 10
-111011011010 motion-control 10
-111011011010 particulate 10
-111011011010 fluid-power 10
-111011011010 high-efficiency 11
-111011011010 gaseous 11
-111011011010 sewerage 11
-111011011010 umbilical 11
-111011011010 connective 11
-111011011010 construction-related 11
-111011011010 microbial 11
-111011011010 energy-industry 11
-111011011010 power-conversion 11
-111011011010 heat-resistant 12
-111011011010 non-consumer 12
-111011011010 newsreel 12
-111011011010 animal-health 12
-111011011010 asbestos-containing 12
-111011011010 night-viewing 13
-111011011010 heavy-industrial 13
-111011011010 road-building 13
-111011011010 energy-producing 14
-111011011010 wireline 14
-111011011010 electronic-warfare 14
-111011011010 custom-engineered 14
-111011011010 nonelectrical 14
-111011011010 machined 15
-111011011010 labor-saving 15
-111011011010 armored-vehicle 15
-111011011010 oilfield 15
-111011011010 process-control 16
-111011011010 semiconductor-manufacturing 16
-111011011010 unspoiled 16
-111011011010 rye 16
-111011011010 earth-moving 17
-111011011010 non-residential 18
-111011011010 refractory 20
-111011011010 fire-protection 21
-111011011010 portfolio-insurance 22
-111011011010 material-handling 22
-111011011010 uncured 22
-111011011010 nuclear-propulsion 23
-111011011010 office-building 23
-111011011010 electromechanical 24
-111011011010 oil-well 24
-111011011010 electroplating 26
-111011011010 outboard 28
-111011011010 deep-water 28
-111011011010 third-class 28
-111011011010 bar-code 29
-111011011010 photovoltaic 29
-111011011010 night-vision 30
-111011011010 domestic-demand 31
-111011011010 aeronautical 32
-111011011010 glass-fiber 34
-111011011010 filtration 36
-111011011010 water-treatment 36
-111011011010 telecommunication 37
-111011011010 office-automation 37
-111011011010 electric-power 45
-111011011010 sunflower 52
-111011011010 energy-related 52
-111011011010 data-storage 55
-111011011010 oil-drilling 56
-111011011010 navigational 61
-111011011010 aerosol 61
-111011011010 non-food 62
-111011011010 computer-based 66
-111011011010 computer-related 70
-111011011010 defense-related 73
-111011011010 infrared 74
-111011011010 electromagnetic 75
-111011011010 ultraviolet 75
-111011011010 oil-and-gas 76
-111011011010 sanitary 77
-111011011010 impressionist 80
-111011011010 non-financial 96
-111011011010 nonfinancial 105
-111011011010 decorative 111
-111011011010 organic 117
-111011011010 pollution-control 123
-111011011010 air-conditioning 129
-111011011010 hydraulic 137
-111011011010 export-led 153
-111011011010 architectural 180
-111011011010 computer-aided 202
-111011011010 outdoor 259
-111011011010 marine 287
-111011011010 optical 310
-111011011010 audio 327
-111011011010 high-technology 636
-111011011010 raw 927
-111011011010 automotive 1312
-111011011010 electric 1412
-111011011010 electrical 1435
-111011011010 agricultural 1521
-111011011010 electronic 3111
-111011011010 industrial 7752
-1110110110110 fiberbased 1
-1110110110110 non-biodegradable 1
-1110110110110 human-pharmaceuticals 1
-1110110110110 futureslike 1
-1110110110110 household-related 1
-1110110110110 high-alloy 1
-1110110110110 crash-shaken 1
-1110110110110 941,300 1
-1110110110110 personal-hygiene 1
-1110110110110 fluid-clarification 1
-1110110110110 extra-budgetary 1
-1110110110110 metric-sized 1
-1110110110110 raspberry-colored 1
-1110110110110 Danish-modern 1
-1110110110110 vinyl-top 1
-1110110110110 economy-priced 1
-1110110110110 endorsable 1
-1110110110110 Lee-Wards 1
-1110110110110 clotbusting 1
-1110110110110 employerprovided 1
-1110110110110 low-sulfer 1
-1110110110110 big-impact 1
-1110110110110 financial-type 1
-1110110110110 respirable 1
-1110110110110 textile-mill 1
-1110110110110 theater-type 1
-1110110110110 strategically-sensitive 1
-1110110110110 Whirlpool-brand 1
-1110110110110 600-ton-per-day 1
-1110110110110 interest-accumulating 1
-1110110110110 specialized-clay 1
-1110110110110 lunch-meat 1
-1110110110110 gruff-sounding 1
-1110110110110 cocoa-related 1
-1110110110110 utility-fired 1
-1110110110110 union-produced 1
-1110110110110 chicken-flavored 1
-1110110110110 German-system 1
-1110110110110 Buffet-Crampon 1
-1110110110110 choice-beef 1
-1110110110110 Bellevue-based 1
-1110110110110 nontradeable 1
-1110110110110 Guadalajara-based 1
-1110110110110 advanced-design 1
-1110110110110 more-sensitive 1
-1110110110110 straightbacked 1
-1110110110110 feminine-hygiene 1
-1110110110110 rogue-wave 1
-1110110110110 miraging 1
-1110110110110 Suprenum 1
-1110110110110 CheckUp 1
-1110110110110 armament-control 1
-1110110110110 American-origin 1
-1110110110110 semimanufactured 1
-1110110110110 Conestoga-like 1
-1110110110110 tornout 1
-1110110110110 executive-quality 1
-1110110110110 Lejon 1
-1110110110110 boat-shaped 1
-1110110110110 sheet-steel 1
-1110110110110 dual-ovenable 1
-1110110110110 medium-technology 1
-1110110110110 longest-tailed 1
-1110110110110 integrated-software 1
-1110110110110 corroding 1
-1110110110110 carbon-brush 1
-1110110110110 packagesmainly 1
-1110110110110 moisture-resistant 1
-1110110110110 1/8-inch 1
-1110110110110 Sunday-evening 1
-1110110110110 fluorinated 1
-1110110110110 zippered 1
-1110110110110 fluorochemical-based 1
-1110110110110 Lexan 1
-1110110110110 discount-price 1
-1110110110110 actuated 1
-1110110110110 bromine-containing 1
-1110110110110 post-consumer 1
-1110110110110 protective-coatings 1
-1110110110110 information-related 1
-1110110110110 household-service 1
-1110110110110 Earthbound 1
-1110110110110 cherry-topped 1
-1110110110110 bio-medical 1
-1110110110110 III-type 1
-1110110110110 Kevlar-like 1
-1110110110110 engineering-intensive 1
-1110110110110 NASA-dependent 1
-1110110110110 gold-and-silver 1
-1110110110110 polyvinylchloride 1
-1110110110110 thin-gauge 1
-1110110110110 lower-fat 1
-1110110110110 hotrolled 1
-1110110110110 Perdue-Tyson 1
-1110110110110 voice-related 1
-1110110110110 U.S.-originated 1
-1110110110110 meeting-room 1
-1110110110110 malted-milk 1
-1110110110110 AutoCAD-related 1
-1110110110110 power-source 1
-1110110110110 polyethylene-teraphthalate 1
-1110110110110 110-car 1
-1110110110110 bamboo-made 1
-1110110110110 Halloween-related 1
-1110110110110 Listerhill 1
-1110110110110 blood-image 1
-1110110110110 Extrion 1
-1110110110110 soil-conditioning 1
-1110110110110 asbestos-bearing 1
-1110110110110 Shurfine 1
-1110110110110 acetate-based 1
-1110110110110 silcone 1
-1110110110110 silicone-based 1
-1110110110110 arak 1
-1110110110110 Kenmore-brand 1
-1110110110110 Canadian-produced 1
-1110110110110 technical-information 1
-1110110110110 private-construction 1
-1110110110110 pocketsize 1
-1110110110110 C.O.M.B.-marketed 1
-1110110110110 post-attack 1
-1110110110110 still-undelivered 1
-1110110110110 Thom-McAn 1
-1110110110110 urine-specimen 1
-1110110110110 bleached-board 1
-1110110110110 red-ink-stained 1
-1110110110110 Midwest-based 1
-1110110110110 U.S.-patented 1
-1110110110110 larger-systems 1
-1110110110110 expensive-looking 1
-1110110110110 bead-and-reel 1
-1110110110110 non-memory 1
-1110110110110 Philippine-bound 1
-1110110110110 Soviet-manufactured 1
-1110110110110 electrical-resistance 1
-1110110110110 broad-weave 1
-1110110110110 white-painted 1
-1110110110110 semi-manufactured 1
-1110110110110 then-slumping 1
-1110110110110 100-proof 1
-1110110110110 2,711 1
-1110110110110 ignition-resistant 1
-1110110110110 high-sulphur 1
-1110110110110 air-purification 1
-1110110110110 soft-drinking 1
-1110110110110 measurment 1
-1110110110110 turf-maintenance 1
-1110110110110 Celentano 1
-1110110110110 very-low-density 1
-1110110110110 Neronian 1
-1110110110110 non-salable 1
-1110110110110 world-traded 1
-1110110110110 two-foot-long 1
-1110110110110 Faircrest 1
-1110110110110 polyethlyene 1
-1110110110110 lowdensity 1
-1110110110110 small-tag 1
-1110110110110 ceramic-based-fiber 1
-1110110110110 non-petroleum-based 1
-1110110110110 Lowney 1
-1110110110110 light-sensor 1
-1110110110110 bast-cellulosic 1
-1110110110110 indigo-dyed 1
-1110110110110 garment-center 1
-1110110110110 Army-supplied 1
-1110110110110 mass-consumption 1
-1110110110110 1-2-3/G 1
-1110110110110 cancer-drug 1
-1110110110110 photosensitized 1
-1110110110110 heat-and-serve 1
-1110110110110 2,343 1
-1110110110110 retro-fitting 1
-1110110110110 Detaclad 1
-1110110110110 explosive-bonded 1
-1110110110110 nickel-cobalt 1
-1110110110110 room-and-pillar 1
-1110110110110 silverplate 1
-1110110110110 850-cc. 1
-1110110110110 turkey-based 1
-1110110110110 50-person 1
-1110110110110 made-in-Taiwan 1
-1110110110110 materials-processing 1
-1110110110110 higher-fare 1
-1110110110110 broadwoven 1
-1110110110110 safety-seal 1
-1110110110110 400-man 1
-1110110110110 39-store 1
-1110110110110 electronic-image 1
-1110110110110 electrical-connector 1
-1110110110110 foreign-grown 1
-1110110110110 war-caused 1
-1110110110110 gasified 1
-1110110110110 Osaka-area 1
-1110110110110 Sienese 1
-1110110110110 thermo-formed 1
-1110110110110 tin-mill 1
-1110110110110 personal-grooming 1
-1110110110110 non-decaying 1
-1110110110110 MLC 1
-1110110110110 grain-based 1
-1110110110110 made-in-Massachusetts 1
-1110110110110 plastics/industrial 1
-1110110110110 forest- 1
-1110110110110 Playmobile 1
-1110110110110 aeromechanical 1
-1110110110110 European-cut 1
-1110110110110 mass-cultivated 1
-1110110110110 103-acre 1
-1110110110110 domestic-leg 1
-1110110110110 infectous 1
-1110110110110 mass-appeal 1
-1110110110110 beautycare 1
-1110110110110 new-type 1
-1110110110110 cotton-blend 1
-1110110110110 foreign-style 1
-1110110110110 treated-wood 1
-1110110110110 wafer-etching 1
-1110110110110 phosgene 1
-1110110110110 red-velvet 1
-1110110110110 borate 1
-1110110110110 cash-like 1
-1110110110110 taste-affecting 1
-1110110110110 rice-based 1
-1110110110110 chocolate-type 1
-1110110110110 ACMA 1
-1110110110110 petroleum-drilling 1
-1110110110110 salmonella-killing 1
-1110110110110 Coffee-mate 1
-1110110110110 Soviet-operated 1
-1110110110110 marble-topped 1
-1110110110110 constitututional 1
-1110110110110 reusuable 1
-1110110110110 girl-driven 1
-1110110110110 boy-driven 1
-1110110110110 thermoset 1
-1110110110110 high-grain 1
-1110110110110 over-world-price 1
-1110110110110 non-pressurized 1
-1110110110110 rate-protection 1
-1110110110110 microencapsulation 1
-1110110110110 plushly 1
-1110110110110 industrial-office 1
-1110110110110 ethylene-related 1
-1110110110110 immuno-diagnostic 1
-1110110110110 imprintable 1
-1110110110110 specialty-tool 1
-1110110110110 finished-steel 1
-1110110110110 nonstore 1
-1110110110110 AIDSrelated 1
-1110110110110 even-harsher 1
-1110110110110 urology-related 1
-1110110110110 fast- 1
-1110110110110 kiln-dry 1
-1110110110110 nvestor 1
-1110110110110 college-dorm 1
-1110110110110 Cor-ten 1
-1110110110110 bone-growth-stimulation 1
-1110110110110 player-activated-terminal 1
-1110110110110 refrigerated-dough 1
-1110110110110 Catalyst-owned 1
-1110110110110 butterfat-rich 1
-1110110110110 low-to-no-fat 1
-1110110110110 range-top 1
-1110110110110 frozen-at-sea 1
-1110110110110 Luxembourg-registered 1
-1110110110110 otherwise-empty 1
-1110110110110 rubber-based 1
-1110110110110 diagnostic-testing 1
-1110110110110 non-milk-based 1
-1110110110110 sound-stage 1
-1110110110110 much-favored 1
-1110110110110 uncommercialized 1
-1110110110110 already-completed 1
-1110110110110 bamboo-leaf 1
-1110110110110 Alloting 1
-1110110110110 Frango-mint 1
-1110110110110 strike-hurt 1
-1110110110110 plastic-industry 1
-1110110110110 Campbell-brand 1
-1110110110110 ultraviolet-cured 1
-1110110110110 cyanoacrylate 1
-1110110110110 cloth-cutting 1
-1110110110110 body-care 1
-1110110110110 yogurt-type 1
-1110110110110 closely-owned 1
-1110110110110 automobile-care 1
-1110110110110 lithographed 1
-1110110110110 fire-protective 1
-1110110110110 food-substitute 1
-1110110110110 educational-television 1
-1110110110110 Groko 1
-1110110110110 higher-profit-margin 1
-1110110110110 frequency-control 1
-1110110110110 Bolivian-born 1
-1110110110110 petrochemicals-based 1
-1110110110110 safari-style 1
-1110110110110 polyester-cotton 1
-1110110110110 electronbeam 1
-1110110110110 mammalian-cell-culture 1
-1110110110110 non-persistent 1
-1110110110110 club-like 1
-1110110110110 semipostal 1
-1110110110110 McKesson-distributed 1
-1110110110110 pick-up-and-take-out 1
-1110110110110 zircoa 1
-1110110110110 plastic-lined 1
-1110110110110 Duco 1
-1110110110110 electrical-wiring 1
-1110110110110 foam-plastic 1
-1110110110110 speciality-steel 1
-1110110110110 tool-storage 1
-1110110110110 1,363 1
-1110110110110 2,066 1
-1110110110110 don't-sit-down-with-the-family 1
-1110110110110 paddle-wheel 1
-1110110110110 auto-care 1
-1110110110110 ever-mounting 1
-1110110110110 crop-improving 1
-1110110110110 fluorine-based 1
-1110110110110 V-neck 1
-1110110110110 high-techology 1
-1110110110110 Sun-drop 1
-1110110110110 Caribbean-type 1
-1110110110110 triple-sealed 1
-1110110110110 allergy-causing 1
-1110110110110 condign 1
-1110110110110 turkey-hunting 1
-1110110110110 products-oriented 1
-1110110110110 perworker 1
-1110110110110 lower-value-added 1
-1110110110110 Maalox-can 1
-1110110110110 diagnostical 1
-1110110110110 ultrasonic-diagnostics 1
-1110110110110 anxiety-free 1
-1110110110110 polyester/cotton 1
-1110110110110 on-highway 1
-1110110110110 Israeli-manufactured 1
-1110110110110 low-fire 1
-1110110110110 automative 1
-1110110110110 Sonet-based 1
-1110110110110 non-degradable 1
-1110110110110 CIS-based 1
-1110110110110 pickup-bed 1
-1110110110110 vinyl-laminated 1
-1110110110110 lowmargin 1
-1110110110110 healthfood 1
-1110110110110 anti-rust 1
-1110110110110 laser-resistant 1
-1110110110110 sheet-and-tube 1
-1110110110110 high-calcium 1
-1110110110110 research-intensive 1
-1110110110110 Drambuie 1
-1110110110110 compressed-air-operated 1
-1110110110110 motoroil 1
-1110110110110 Halsa 1
-1110110110110 doubtable 1
-1110110110110 rigid-sheet 1
-1110110110110 sulfite-treated 1
-1110110110110 plant-science 1
-1110110110110 250,000-tons-per-year 1
-1110110110110 less-toxic 1
-1110110110110 Macintosh-related 1
-1110110110110 spe 1
-1110110110110 cialty 1
-1110110110110 terry-cloth 1
-1110110110110 eye-protection 1
-1110110110110 zinc-consuming 1
-1110110110110 33-foot-long 1
-1110110110110 uranium-waste 1
-1110110110110 namebrand 1
-1110110110110 market-consumer 1
-1110110110110 lower-density 1
-1110110110110 lowest-density 1
-1110110110110 mendicant 1
-1110110110110 cutover 1
-1110110110110 oceanthermal 1
-1110110110110 certian 1
-1110110110110 region-by-region 1
-1110110110110 October.The 1
-1110110110110 steel-laden 1
-1110110110110 fly-by-day 1
-1110110110110 blackwood 1
-1110110110110 plasticfoam 1
-1110110110110 Conn.-pharmaceutical 1
-1110110110110 soda-based 1
-1110110110110 semiconductive 1
-1110110110110 steellike 1
-1110110110110 sand-like 1
-1110110110110 sumptuous-looking 1
-1110110110110 state-private 1
-1110110110110 Emeraude 1
-1110110110110 commodities-related 1
-1110110110110 retirement-planning 1
-1110110110110 yet-to-be-imagined 1
-1110110110110 earlier-designed 1
-1110110110110 consumer-branded 1
-1110110110110 ABS-based 1
-1110110110110 plastic-incineration 1
-1110110110110 fluid-measurement 1
-1110110110110 hardware/home 1
-1110110110110 Keepsake 1
-1110110110110 thermoformed 1
-1110110110110 eyeware 1
-1110110110110 stainess 1
-1110110110110 world-lass 1
-1110110110110 plant-protection 1
-1110110110110 non-sterile 1
-1110110110110 consumer-solar 1
-1110110110110 20-company 1
-1110110110110 jointly-owned 1
-1110110110110 lowest-tech 1
-1110110110110 arthroscopy 1
-1110110110110 photographic-imaging 1
-1110110110110 rocker-recliner 1
-1110110110110 chewier 1
-1110110110110 moulded 1
-1110110110110 Retin-A-type 1
-1110110110110 hotter-selling 1
-1110110110110 anti-biotech 2
-1110110110110 computers/office 2
-1110110110110 corn-starch 2
-1110110110110 trashcan 2
-1110110110110 oral-hygiene 2
-1110110110110 snazziest 2
-1110110110110 low-acid 2
-1110110110110 Cajun-Creole 2
-1110110110110 highest-margin 2
-1110110110110 requisition 2
-1110110110110 television-rental 2
-1110110110110 Halawi 2
-1110110110110 Limoges 2
-1110110110110 20-pence 2
-1110110110110 brownish 2
-1110110110110 amyl 2
-1110110110110 anodyne 2
-1110110110110 specialty-card 2
-1110110110110 overstimulated 2
-1110110110110 smoking-deterrent 2
-1110110110110 paper-packaging 2
-1110110110110 1,500-meter 2
-1110110110110 steel-containing 2
-1110110110110 gaucho 2
-1110110110110 first-class-only 2
-1110110110110 21-foot 2
-1110110110110 small-volume 2
-1110110110110 Sonet 2
-1110110110110 sanitary-protection 2
-1110110110110 coal-gasification 2
-1110110110110 water-heating 2
-1110110110110 heat-shrinkable 2
-1110110110110 laser-related 2
-1110110110110 first-class-sized 2
-1110110110110 European-produced 2
-1110110110110 powdered-metal 2
-1110110110110 Leyse 2
-1110110110110 Milka 2
-1110110110110 milk-chocolate 2
-1110110110110 imported-goods 2
-1110110110110 Microtech 2
-1110110110110 112-foot-long 2
-1110110110110 Apple-related 2
-1110110110110 multicourse 2
-1110110110110 foreign-brand 2
-1110110110110 electrochromic 2
-1110110110110 hard-to-place 2
-1110110110110 Polish-made 2
-1110110110110 Creda 2
-1110110110110 ozone-damaging 2
-1110110110110 tea-bag 2
-1110110110110 Airflow 2
-1110110110110 porcelain-on-steel 2
-1110110110110 ophthalmic-pharmaceutical 2
-1110110110110 microprocessor-controlled 2
-1110110110110 easy-to-prepare 2
-1110110110110 car-wax 2
-1110110110110 low-sulphur 2
-1110110110110 non-staple 2
-1110110110110 skin-treatment 2
-1110110110110 ozone-eroding 2
-1110110110110 '40s-style 2
-1110110110110 store-based 2
-1110110110110 80-proof 2
-1110110110110 big-star 2
-1110110110110 top-class 2
-1110110110110 Hatch-Johnson 2
-1110110110110 tumor-killing 2
-1110110110110 neuropharmalogical 2
-1110110110110 29-store 2
-1110110110110 color-imaging 2
-1110110110110 coal-plant 2
-1110110110110 business-magazine 2
-1110110110110 90-proof 2
-1110110110110 board-level 2
-1110110110110 formaldehyde-based 2
-1110110110110 designer-label 2
-1110110110110 64-ounce 2
-1110110110110 end-zone 2
-1110110110110 company-specific 2
-1110110110110 electroplated 2
-1110110110110 seven-event 2
-1110110110110 half-million-dollar 2
-1110110110110 vinyl-coated 2
-1110110110110 main-meal 2
-1110110110110 health-testing 2
-1110110110110 adult-incontinence 2
-1110110110110 Chinese-produced 2
-1110110110110 unchallenging 2
-1110110110110 Burberrys 2
-1110110110110 DMSO 2
-1110110110110 single-serve 2
-1110110110110 brominated 2
-1110110110110 Almas 2
-1110110110110 discount-goods 2
-1110110110110 transit-authority 2
-1110110110110 household-cleaning 2
-1110110110110 SoftView 2
-1110110110110 electro-surgical 2
-1110110110110 whole-grain 2
-1110110110110 trademark-bearing 2
-1110110110110 mayonnaise-type 2
-1110110110110 engineered-components 2
-1110110110110 reservations-only 2
-1110110110110 two-prong 2
-1110110110110 structural-steel 2
-1110110110110 diecast 2
-1110110110110 electric-pasta-machine 2
-1110110110110 non-seasonal 2
-1110110110110 Bayway 2
-1110110110110 mobile-treatment 2
-1110110110110 fiberglass-reinforced 2
-1110110110110 cyclic 2
-1110110110110 chlor-alkali 2
-1110110110110 117-mile 2
-1110110110110 unsalted 2
-1110110110110 controlled-atmosphere 2
-1110110110110 safari-type 2
-1110110110110 green-glass 2
-1110110110110 foot-care 2
-1110110110110 terpene 2
-1110110110110 beauty-aid 2
-1110110110110 particle-board 2
-1110110110110 copper-alloy 2
-1110110110110 carbon-based 2
-1110110110110 Morgans 2
-1110110110110 K-resin 2
-1110110110110 anti-embolism 2
-1110110110110 personal-computer-based 2
-1110110110110 tamper-resistant 2
-1110110110110 double-knit 2
-1110110110110 Lanerossi 2
-1110110110110 RCA-brand 3
-1110110110110 non-emergency 3
-1110110110110 beginning-of-the-year 3
-1110110110110 Campari 3
-1110110110110 navy-blue 3
-1110110110110 180-seat 3
-1110110110110 bus-stop 3
-1110110110110 LensCrafter 3
-1110110110110 better-equipped 3
-1110110110110 non-cigarette 3
-1110110110110 export-quality 3
-1110110110110 pureed 3
-1110110110110 pressed-wood 3
-1110110110110 automotive-care 3
-1110110110110 angiographic 3
-1110110110110 Birthright 3
-1110110110110 skincare 3
-1110110110110 water-soluble 3
-1110110110110 outworn 3
-1110110110110 balsa 3
-1110110110110 truck-stop 3
-1110110110110 hypoallergenic 3
-1110110110110 body-side 3
-1110110110110 mountain-climbing 3
-1110110110110 baseload 3
-1110110110110 nonwoven 3
-1110110110110 billion-dollar-a-year 3
-1110110110110 cell-biology 3
-1110110110110 corporate-banking 3
-1110110110110 optical-waveguide 3
-1110110110110 smoked-ham 3
-1110110110110 goat's-milk 3
-1110110110110 custom-molded 3
-1110110110110 Japan-made 3
-1110110110110 rubber-coated 3
-1110110110110 65-foot 3
-1110110110110 non-targeted 3
-1110110110110 calf-roping 3
-1110110110110 photosensitive 3
-1110110110110 pleated 3
-1110110110110 nuclear-research 3
-1110110110110 Zircoa 3
-1110110110110 Burberry 3
-1110110110110 added-value 3
-1110110110110 advanced-materials 3
-1110110110110 mescaline 3
-1110110110110 indentification 3
-1110110110110 manufactured-home 3
-1110110110110 1,593 3
-1110110110110 higher-technology 3
-1110110110110 warehouse-store 3
-1110110110110 crop-protection 3
-1110110110110 gerbera 3
-1110110110110 oral-care 3
-1110110110110 Bazooka 3
-1110110110110 melanin-impregnated 3
-1110110110110 civil-engineering 3
-1110110110110 permanent-press 3
-1110110110110 munition 3
-1110110110110 home-improvements 3
-1110110110110 wound-closure 3
-1110110110110 Rayonnier 4
-1110110110110 diversifed 4
-1110110110110 six-ounce 4
-1110110110110 melanin-based 4
-1110110110110 Sunbeam/Oster 4
-1110110110110 laminating 4
-1110110110110 Hotpoint 4
-1110110110110 ceramic-based 4
-1110110110110 stringed 4
-1110110110110 manmade 4
-1110110110110 fresh-baked 4
-1110110110110 orthodontic 4
-1110110110110 sun-drenched 4
-1110110110110 ready-to-assemble 4
-1110110110110 buck-passing 4
-1110110110110 Courvoisier 4
-1110110110110 optometry 4
-1110110110110 non-wood 4
-1110110110110 cholesterol-fighting 4
-1110110110110 tobacco-related 4
-1110110110110 GE-brand 4
-1110110110110 high-budget 4
-1110110110110 material-analysis 4
-1110110110110 arthroscopic 4
-1110110110110 CFC-based 4
-1110110110110 injection-molded 4
-1110110110110 after-work 4
-1110110110110 non-aerospace 4
-1110110110110 wood-preserving 4
-1110110110110 36-store 4
-1110110110110 Lucite 4
-1110110110110 shape-memory 4
-1110110110110 sheathing 4
-1110110110110 ethylene-based 5
-1110110110110 polyvinyl-chloride 5
-1110110110110 consumer-electronic 5
-1110110110110 Georgia-based 5
-1110110110110 tufted 5
-1110110110110 copper-containing 5
-1110110110110 flue-cured 5
-1110110110110 plastic-related 5
-1110110110110 paper-based 5
-1110110110110 slickly 5
-1110110110110 home-decorating 5
-1110110110110 haircare 5
-1110110110110 tracer 5
-1110110110110 foreign-produced 5
-1110110110110 risk-retention 5
-1110110110110 art-auction 5
-1110110110110 high-cholesterol 5
-1110110110110 termite-control 5
-1110110110110 hardy-kiwi 5
-1110110110110 frozen-breakfast 5
-1110110110110 truck-bed 6
-1110110110110 U.S.-manufactured 6
-1110110110110 reddish-brown 6
-1110110110110 home-entertainment 6
-1110110110110 petroleum-based 6
-1110110110110 polycarbonate 6
-1110110110110 sugared 6
-1110110110110 home-delivered 6
-1110110110110 biotechnology-based 6
-1110110110110 slower-growing 6
-1110110110110 tabletop 6
-1110110110110 home-related 6
-1110110110110 third-tier 6
-1110110110110 sun-care 6
-1110110110110 old-growth 6
-1110110110110 salt-and-pepper 6
-1110110110110 wound-healing 7
-1110110110110 Sealy-brand 7
-1110110110110 slag 7
-1110110110110 dermatological 7
-1110110110110 compressed-air 7
-1110110110110 floor-care 7
-1110110110110 corrosion-resistant 7
-1110110110110 LensCrafters 7
-1110110110110 self-chilling 7
-1110110110110 higher-value 7
-1110110110110 melon 7
-1110110110110 consumer-health 7
-1110110110110 unsaturated 7
-1110110110110 fire-retardant 7
-1110110110110 five-foot 8
-1110110110110 Germaine 8
-1110110110110 moderate-priced 8
-1110110110110 Rickel 8
-1110110110110 adulterated 8
-1110110110110 unprocessed 8
-1110110110110 lower-end 8
-1110110110110 Close-Up 8
-1110110110110 commodity-based 8
-1110110110110 two-piece 8
-1110110110110 high-gloss 8
-1110110110110 worsted 8
-1110110110110 phenolic 8
-1110110110110 swimming-pool 8
-1110110110110 shearing 8
-1110110110110 fat-substitute 8
-1110110110110 low-alloy 8
-1110110110110 Peterbilt 8
-1110110110110 prostaglandin 9
-1110110110110 bituminous 9
-1110110110110 shut-down 9
-1110110110110 pop-music 9
-1110110110110 fiber-reinforced 9
-1110110110110 incontinence 9
-1110110110110 caramel 9
-1110110110110 aramid 9
-1110110110110 extended-wear 9
-1110110110110 Climax 9
-1110110110110 immigrant-rights 9
-1110110110110 ethyl 9
-1110110110110 marinated 10
-1110110110110 low-technology 10
-1110110110110 home-delivery 10
-1110110110110 cedar 10
-1110110110110 coin-operated 10
-1110110110110 leisure-time 10
-1110110110110 eyewear 10
-1110110110110 glass-enclosed 10
-1110110110110 wrought-iron 10
-1110110110110 non-energy 10
-1110110110110 resealable 10
-1110110110110 small-diameter 11
-1110110110110 binary 11
-1110110110110 home-furnishing 11
-1110110110110 gastric 11
-1110110110110 redwood 12
-1110110110110 ozone-destroying 12
-1110110110110 Lechmere 12
-1110110110110 nonfood 12
-1110110110110 fossil-fuel 12
-1110110110110 nitrate 13
-1110110110110 hot-rolled 13
-1110110110110 hair-growth 14
-1110110110110 super-premium 14
-1110110110110 horticultural 14
-1110110110110 ozone-depleting 14
-1110110110110 dehydrated 14
-1110110110110 high-sulfur 14
-1110110110110 extruded 14
-1110110110110 cold-rolled 15
-1110110110110 upholstered 15
-1110110110110 McKids 15
-1110110110110 glassy 16
-1110110110110 coking 16
-1110110110110 semi-finished 16
-1110110110110 low-sulfur 17
-1110110110110 ready-to-serve 18
-1110110110110 tertiary 18
-1110110110110 reindeer 18
-1110110110110 lignite 19
-1110110110110 tortilla 19
-1110110110110 polyurethane 19
-1110110110110 still-video 19
-1110110110110 laminated 19
-1110110110110 medium-priced 20
-1110110110110 tungsten 20
-1110110110110 time-share 20
-1110110110110 Glycel 20
-1110110110110 self-service 21
-1110110110110 health-food 21
-1110110110110 non-durable 21
-1110110110110 houseware 21
-1110110110110 silicone 21
-1110110110110 rusted 21
-1110110110110 high-profit 21
-1110110110110 methyl 22
-1110110110110 Kenmore 22
-1110110110110 knitted 23
-1110110110110 weight-loss 23
-1110110110110 acrylic 23
-1110110110110 take-out 23
-1110110110110 deli 24
-1110110110110 pear 24
-1110110110110 kosher 25
-1110110110110 hardwood 26
-1110110110110 potassium 28
-1110110110110 guinea 28
-1110110110110 malt 29
-1110110110110 takeout 29
-1110110110110 Converse 30
-1110110110110 poor-quality 30
-1110110110110 molten 30
-1110110110110 speciality 30
-1110110110110 thermoplastic 30
-1110110110110 phosphate 31
-1110110110110 ophthalmic 32
-1110110110110 reusable 32
-1110110110110 bank-card 33
-1110110110110 high-fashion 35
-1110110110110 nylon 35
-1110110110110 semifinished 41
-1110110110110 flat-rolled 42
-1110110110110 metallurgical 43
-1110110110110 thoroughbred 45
-1110110110110 tubular 47
-1110110110110 high-density 52
-1110110110110 modular 52
-1110110110110 biodegradable 57
-1110110110110 softwood 58
-1110110110110 hair-care 58
-1110110110110 latex 58
-1110110110110 molded 61
-1110110110110 corrugated 62
-1110110110110 polymer 65
-1110110110110 skin-care 72
-1110110110110 thermal 74
-1110110110110 smokeless 84
-1110110110110 stainless 89
-1110110110110 cardiovascular 89
-1110110110110 nondurable 92
-1110110110110 man-made 94
-1110110110110 juvenile 94
-1110110110110 do-it-yourself 96
-1110110110110 foam 100
-1110110110110 costume 101
-1110110110110 baked 102
-1110110110110 gourmet 105
-1110110110110 polyester 108
-1110110110110 refrigerated 109
-1110110110110 home-improvement 113
-1110110110110 tomato 113
-1110110110110 personal-care 119
-1110110110110 snack 122
-1110110110110 fabricated 129
-1110110110110 private-label 135
-1110110110110 canned 164
-1110110110110 ceramic 207
-1110110110110 solar 208
-1110110110110 packaged 223
-1110110110110 recreational 258
-1110110110110 leather 259
-1110110110110 sporting 294
-1110110110110 pet 350
-1110110110110 wood 438
-1110110110110 durable 481
-1110110110110 grocery 655
-1110110110110 forest 784
-1110110110110 household 929
-1110110110110 luxury 951
-1110110110110 plastic 1344
-1110110110110 consumer 7904
-1110110110110 specialty 2218
-1110110110111 nostalgia-laced 1
-1110110110111 moth-eaten 1
-1110110110111 artistic-technological 1
-1110110110111 computer-coloring 1
-1110110110111 Corners-Sweet 1
-1110110110111 dividend-growth 1
-1110110110111 ethanol-blended 1
-1110110110111 40,311 1
-1110110110111 two-axis 1
-1110110110111 polyester-filament 1
-1110110110111 temporao 1
-1110110110111 early-cash-flow 1
-1110110110111 doublestack 1
-1110110110111 non-Getty 1
-1110110110111 walnut-topped 1
-1110110110111 metal-markets 1
-1110110110111 FX/4 1
-1110110110111 28-by-36 1
-1110110110111 house-brand 1
-1110110110111 longer-tested 1
-1110110110111 NOx 1
-1110110110111 end-of-the-line 1
-1110110110111 failed-auction 1
-1110110110111 Texasrefined 1
-1110110110111 then-soaring 1
-1110110110111 blue-and-white-striped 1
-1110110110111 waste-derived 1
-1110110110111 105,801 1
-1110110110111 often-impulsive 1
-1110110110111 StainBlocker 1
-1110110110111 easy-to-clean 1
-1110110110111 silly-season 1
-1110110110111 off-grade 1
-1110110110111 single-reflex 1
-1110110110111 44-degree-gravity 1
-1110110110111 fabrication-related 1
-1110110110111 sludge-like 1
-1110110110111 four-millimeter 1
-1110110110111 4mm 1
-1110110110111 anti-BW 1
-1110110110111 No.8 1
-1110110110111 Sun3/60 1
-1110110110111 market-grade 1
-1110110110111 medium-octane 1
-1110110110111 milk-producing 1
-1110110110111 human-hair 1
-1110110110111 newly-harvested 1
-1110110110111 aflatoxin-adulterated 1
-1110110110111 lithium-sulfur 1
-1110110110111 rhizobia-infested 1
-1110110110111 Soho-brand 1
-1110110110111 filter-tip 1
-1110110110111 Zendium 1
-1110110110111 cotton-blended 1
-1110110110111 jug-like 1
-1110110110111 Dolomites 1
-1110110110111 B39 1
-1110110110111 discountpriced 1
-1110110110111 corn-based 1
-1110110110111 Austrian-border 1
-1110110110111 Lalique 1
-1110110110111 Cinola 1
-1110110110111 bidet-like 1
-1110110110111 Pretoria-supplied 1
-1110110110111 39-gallon 1
-1110110110111 buff-colored 1
-1110110110111 corn-distilled 1
-1110110110111 tin-can 1
-1110110110111 now-cooled 1
-1110110110111 tinfoil 1
-1110110110111 Roundup-resistent 1
-1110110110111 silicon-sealants 1
-1110110110111 newsgrade 1
-1110110110111 conventional-trash 1
-1110110110111 popular-brand 1
-1110110110111 Mouska 1
-1110110110111 preform 1
-1110110110111 parasol-like 1
-1110110110111 shop-streamlining 1
-1110110110111 humidity-controlled 1
-1110110110111 secret-formula 1
-1110110110111 All-Bran 1
-1110110110111 blue-and-green 1
-1110110110111 client-driven 1
-1110110110111 corn-derived 1
-1110110110111 utility-generated 1
-1110110110111 non-Saudi 1
-1110110110111 sacrifical 1
-1110110110111 1,142,700 1
-1110110110111 Pascalis 1
-1110110110111 unmovable 1
-1110110110111 staked-out 1
-1110110110111 Fiat-made 1
-1110110110111 pedal-operated 1
-1110110110111 thumbnail-sized 1
-1110110110111 school-enrollment 1
-1110110110111 Northwest-Alaskan 1
-1110110110111 unblended 1
-1110110110111 preemployment 1
-1110110110111 video-controller 1
-1110110110111 platinum-adorned 1
-1110110110111 aqua-eyed 1
-1110110110111 bragging-rights 1
-1110110110111 smaller-dosage 1
-1110110110111 Imovax 1
-1110110110111 methanol-based 1
-1110110110111 acanthus 1
-1110110110111 motor-driven 1
-1110110110111 less-rosy 1
-1110110110111 46-head 1
-1110110110111 46,000-gallon 1
-1110110110111 30,000-acre 1
-1110110110111 Rosita 1
-1110110110111 sterilant 1
-1110110110111 Goldwing 1
-1110110110111 Campos-family 1
-1110110110111 anti-herpes 1
-1110110110111 economy-sport 1
-1110110110111 below-weapons-grade 1
-1110110110111 3.3-ounce 1
-1110110110111 Savonnerie 1
-1110110110111 Colorado-brewed 1
-1110110110111 utility-provided 1
-1110110110111 4-supported 1
-1110110110111 Wiluna 1
-1110110110111 pillow-shaped 1
-1110110110111 almost-invisible 1
-1110110110111 anti-vomiting 1
-1110110110111 EDB-treated 1
-1110110110111 Supertrim 1
-1110110110111 balance-sheet-lending 1
-1110110110111 Cepacol 1
-1110110110111 sodium-sulfur 1
-1110110110111 extraheavy 1
-1110110110111 nickel-iron 1
-1110110110111 antiAIDS 1
-1110110110111 unwrought 1
-1110110110111 faster-speed 1
-1110110110111 three-tank 1
-1110110110111 delivered-in 1
-1110110110111 non-commemorative 1
-1110110110111 Villeperdue 1
-1110110110111 tomato-and-cheese 1
-1110110110111 Alimenies 1
-1110110110111 lithium-iron-sulfide 1
-1110110110111 weather-inspired 1
-1110110110111 pancreatic-cancer 1
-1110110110111 low-to-moderate-income 1
-1110110110111 Mavica 1
-1110110110111 10-digit 1
-1110110110111 1,000-ounce 1
-1110110110111 Opemiska 1
-1110110110111 jams-knee-length 1
-1110110110111 anti-venom 1
-1110110110111 Times-Post 1
-1110110110111 Fendant 1
-1110110110111 nutrition-minded 1
-1110110110111 21-ounce 1
-1110110110111 1,900-acre 1
-1110110110111 electro-melting 1
-1110110110111 Montrealbased 1
-1110110110111 pump-dispenser 1
-1110110110111 already-heavy 1
-1110110110111 182,000-metric-ton-a-year 1
-1110110110111 collarless 1
-1110110110111 sevenstate 1
-1110110110111 one-cup 1
-1110110110111 metallized 1
-1110110110111 Scottish-taught 1
-1110110110111 130-mile 1
-1110110110111 oil/gas 1
-1110110110111 powder-fine 1
-1110110110111 51-cent 1
-1110110110111 anti-arrhythmic 1
-1110110110111 cranberry-prune 1
-1110110110111 heat-strengthening 1
-1110110110111 heat-strengthened 1
-1110110110111 1,530,600 1
-1110110110111 three-taste 1
-1110110110111 illict 1
-1110110110111 Cajun-style 1
-1110110110111 deep-pan 1
-1110110110111 curdles 1
-1110110110111 100,000-head 1
-1110110110111 single-plant 1
-1110110110111 Pazyrik 1
-1110110110111 free-range 1
-1110110110111 shrink-wrapped 1
-1110110110111 once-inviolate 1
-1110110110111 U.S.-mined 1
-1110110110111 J.A.B. 1
-1110110110111 tigress 1
-1110110110111 electrofused 1
-1110110110111 soft-touch 1
-1110110110111 carbon-tipped 1
-1110110110111 short-version 1
-1110110110111 used-up 1
-1110110110111 guar 1
-1110110110111 phone-booth-sized 1
-1110110110111 good-tasting 1
-1110110110111 2,548 1
-1110110110111 7-year-old 1
-1110110110111 Totinos 1
-1110110110111 742-unit 1
-1110110110111 Spelling-produced 1
-1110110110111 extended-term 1
-1110110110111 hammer-and 1
-1110110110111 offduty 1
-1110110110111 Thalanga 1
-1110110110111 openpit 1
-1110110110111 sun-splashed 1
-1110110110111 Elrich-Flavel 1
-1110110110111 2,117 1
-1110110110111 Western-world 1
-1110110110111 Gevalia 1
-1110110110111 cholesterol-zapping 1
-1110110110111 multiunit 1
-1110110110111 Indian-red 1
-1110110110111 AIDS-fighting 1
-1110110110111 Forrestania 1
-1110110110111 AIDS-Salk 1
-1110110110111 movie-division 1
-1110110110111 vegetable-protein 1
-1110110110111 more-humble 1
-1110110110111 cashew-nut 1
-1110110110111 untracking 1
-1110110110111 diphtheria-tetanus-pertussis 1
-1110110110111 honey-based 1
-1110110110111 lipstick-stained 1
-1110110110111 240-unit 1
-1110110110111 Kunnming 1
-1110110110111 mid-length 1
-1110110110111 Cuban-assisted 1
-1110110110111 Soviet-finished 1
-1110110110111 BGH-tested 1
-1110110110111 Sparkle 1
-1110110110111 smaller-than-legal-size 1
-1110110110111 weatherproof 1
-1110110110111 coconut-covered 1
-1110110110111 neuropsychotropic 1
-1110110110111 unmilled 1
-1110110110111 460,000-ton-a-year 1
-1110110110111 all-glass 1
-1110110110111 anthrax-contaminated 1
-1110110110111 Amontillado 1
-1110110110111 made-for-Japan 1
-1110110110111 under-the-floor 1
-1110110110111 Moroccan-style 1
-1110110110111 disease-free 1
-1110110110111 multi-port 1
-1110110110111 then-experimental 1
-1110110110111 explosion-proof-equipment 1
-1110110110111 no-knock 1
-1110110110111 space-launched 1
-1110110110111 glove-compartment 1
-1110110110111 hyper-powered 1
-1110110110111 profit-center 1
-1110110110111 convict-produced 1
-1110110110111 sugar-based 1
-1110110110111 3/60 1
-1110110110111 Colombia-U.S. 1
-1110110110111 non-NASA 1
-1110110110111 48th-largest 1
-1110110110111 polyimide 1
-1110110110111 Yugoslavia-built 1
-1110110110111 winter-blah 1
-1110110110111 rolled-down 1
-1110110110111 bank-aided 1
-1110110110111 Astropizza 1
-1110110110111 fresh-perked 1
-1110110110111 price-supported 1
-1110110110111 ever-stricter 1
-1110110110111 anti-Jesse 1
-1110110110111 ROOKIE 1
-1110110110111 best-priced 1
-1110110110111 city-sized 1
-1110110110111 ordinary-grade 1
-1110110110111 fruit-in-the-middle 1
-1110110110111 hexavalent 1
-1110110110111 premium-category 1
-1110110110111 cholla 1
-1110110110111 barbequed 1
-1110110110111 1,197,411th 1
-1110110110111 deisel 1
-1110110110111 CH600 1
-1110110110111 embargo-free 1
-1110110110111 microsocietal 1
-1110110110111 Tartan-Highlander-Petronella 1
-1110110110111 lot-fed 1
-1110110110111 738,900 1
-1110110110111 Close-up 1
-1110110110111 steering-rocket 1
-1110110110111 brown-coal 1
-1110110110111 35,000-ton-a-day 1
-1110110110111 rent-subsidized 1
-1110110110111 pre-1960 1
-1110110110111 877,600 1
-1110110110111 gold-mining-company 1
-1110110110111 ethanol-based 1
-1110110110111 five-contract 1
-1110110110111 uncared-for 1
-1110110110111 technophiliac 1
-1110110110111 weather-stressed 1
-1110110110111 bacteria-laden 1
-1110110110111 low-pollution 1
-1110110110111 fresh-dough 1
-1110110110111 hawk-hatching 1
-1110110110111 antigeneric 1
-1110110110111 85-title 1
-1110110110111 melon-like 1
-1110110110111 Dniepr 1
-1110110110111 Reformulated 1
-1110110110111 Hebrew-labeled 1
-1110110110111 110-format 1
-1110110110111 hulled 1
-1110110110111 cornfed 1
-1110110110111 automobiletire 1
-1110110110111 lager-type 1
-1110110110111 actioner 1
-1110110110111 tomato-grape 1
-1110110110111 lite 1
-1110110110111 589,100 1
-1110110110111 diethyl 1
-1110110110111 22-karat 1
-1110110110111 rubbber 1
-1110110110111 6,074 1
-1110110110111 40-by-8-foot 1
-1110110110111 fired-up 1
-1110110110111 Sava-Semperit 1
-1110110110111 half-pint 2
-1110110110111 80,000-pound 2
-1110110110111 2,280,000 2
-1110110110111 Aqua-Fresh 2
-1110110110111 state-held 2
-1110110110111 rubberlike 2
-1110110110111 single-family-home 2
-1110110110111 higher-than-projected 2
-1110110110111 140-acre 2
-1110110110111 U.S.-subsidized 2
-1110110110111 intermediate-sized 2
-1110110110111 champagne-based 2
-1110110110111 died-in-the-wool 2
-1110110110111 ultra-low-tar 2
-1110110110111 MPact 2
-1110110110111 ready-to-buy 2
-1110110110111 SuperNaturals 2
-1110110110111 sea-borne 2
-1110110110111 lower-skilled 2
-1110110110111 hormone-treated 2
-1110110110111 commercial-airliner 2
-1110110110111 embargoing 2
-1110110110111 200-speed 2
-1110110110111 American-grown 2
-1110110110111 charbroiled 2
-1110110110111 granulated 2
-1110110110111 oil-dominated 2
-1110110110111 Grenadian 2
-1110110110111 high-alcohol 2
-1110110110111 better-selling 2
-1110110110111 PCB-tainted 2
-1110110110111 oil-covered 2
-1110110110111 reinsures 2
-1110110110111 electro-fused 2
-1110110110111 110-film 2
-1110110110111 anti-anxiety 2
-1110110110111 10-ounce 2
-1110110110111 multi-fiber 2
-1110110110111 malted 2
-1110110110111 galvanized-steel 2
-1110110110111 second-trimester 2
-1110110110111 apple-flavored 2
-1110110110111 un-Hollywoodlike 2
-1110110110111 Dentagard 2
-1110110110111 Butterball 2
-1110110110111 16mm 2
-1110110110111 Sun-3/60 2
-1110110110111 polystyrene-based 2
-1110110110111 long-life 2
-1110110110111 ultrafast 2
-1110110110111 carryout 2
-1110110110111 next-year 2
-1110110110111 rubber-like 2
-1110110110111 biosynthetic 2
-1110110110111 per-gallon 2
-1110110110111 solid-gold 2
-1110110110111 low-occupancy 2
-1110110110111 reduced-alcohol 2
-1110110110111 18-track 2
-1110110110111 peak-load 2
-1110110110111 accounting-standards 2
-1110110110111 passenger-vehicle 2
-1110110110111 in-process 2
-1110110110111 option-pricing 2
-1110110110111 soft-tissue 2
-1110110110111 Lazaroids 2
-1110110110111 picture-frame 2
-1110110110111 Tundra 2
-1110110110111 BGH-treated 2
-1110110110111 rail-freight 2
-1110110110111 digital-exchange 2
-1110110110111 price-regulated 2
-1110110110111 cheap-looking 2
-1110110110111 snow-white 2
-1110110110111 Cochin 2
-1110110110111 antibody-producing 2
-1110110110111 overpressurized 2
-1110110110111 23-karat 2
-1110110110111 steroid-related 2
-1110110110111 drought-tolerant 2
-1110110110111 carry-out 2
-1110110110111 electro-pneumatic 2
-1110110110111 contracted-for 2
-1110110110111 corned 2
-1110110110111 low-demand 2
-1110110110111 slaughter-ready 2
-1110110110111 full-serve 2
-1110110110111 50-cent-a-gallon 2
-1110110110111 cheaper-priced 2
-1110110110111 ACE-inhibitor 2
-1110110110111 silver-halide 2
-1110110110111 804,184 2
-1110110110111 permanent-wave 2
-1110110110111 high-carbon 2
-1110110110111 whole-kernel 2
-1110110110111 performance-enhancing 2
-1110110110111 work-wear 2
-1110110110111 Spanish-based 2
-1110110110111 monocyte/macrophage 2
-1110110110111 robusta 2
-1110110110111 state-managed 2
-1110110110111 1978-84 2
-1110110110111 less-than-average 2
-1110110110111 Superbowl 2
-1110110110111 eight-cylinder 2
-1110110110111 single-cylinder 2
-1110110110111 sonar-equipped 2
-1110110110111 brass-plated 2
-1110110110111 computer-run 2
-1110110110111 tomato-based 2
-1110110110111 anti-miscarriage 2
-1110110110111 event-driven 2
-1110110110111 ceramic-composite 2
-1110110110111 EGA 2
-1110110110111 34-title 2
-1110110110111 surgery-related 2
-1110110110111 accented-French 2
-1110110110111 2.5-ton 2
-1110110110111 down-filled 2
-1110110110111 diamondback 2
-1110110110111 played-out 2
-1110110110111 highercost 2
-1110110110111 red-blood 2
-1110110110111 money-grabbing 2
-1110110110111 blood-clot-dissolving 2
-1110110110111 vulcanized 2
-1110110110111 Bousquet-Cadillac 2
-1110110110111 hard-to-market 2
-1110110110111 yttrium-barium-copper 2
-1110110110111 vitamin-like 2
-1110110110111 anti-cavity 2
-1110110110111 909,971 2
-1110110110111 mottled 2
-1110110110111 lemon-scented 2
-1110110110111 soya 2
-1110110110111 lowincome 2
-1110110110111 Murano 2
-1110110110111 hand-dipped 2
-1110110110111 Gazet 2
-1110110110111 anti-seizure 3
-1110110110111 18-karat 3
-1110110110111 black-buck 3
-1110110110111 mineral-wool 3
-1110110110111 tear-stained 3
-1110110110111 self-serve 3
-1110110110111 utility-supplied 3
-1110110110111 non-electronic 3
-1110110110111 Prohibition-era 3
-1110110110111 antihypertensive 3
-1110110110111 LISC-funded 3
-1110110110111 government-required 3
-1110110110111 3.0-liter 3
-1110110110111 A300-600R 3
-1110110110111 non-Merrill 3
-1110110110111 1974-1979 3
-1110110110111 color-negative 3
-1110110110111 Andechser 3
-1110110110111 evaporative 3
-1110110110111 anti-inflammation 3
-1110110110111 squamous 3
-1110110110111 nearby-delivery 3
-1110110110111 8200 3
-1110110110111 broadcloth 3
-1110110110111 mud-colored 3
-1110110110111 300-movie 3
-1110110110111 1,393 3
-1110110110111 off-shore 3
-1110110110111 high-productivity 3
-1110110110111 milky 3
-1110110110111 August-delivery 3
-1110110110111 steel-like 3
-1110110110111 1,000-plus 3
-1110110110111 sphagnum 3
-1110110110111 spacelaunch 3
-1110110110111 anti-stroke 3
-1110110110111 weak-selling 3
-1110110110111 citrus-flavored 3
-1110110110111 long-handled 3
-1110110110111 semolina 3
-1110110110111 liquid-fuel 3
-1110110110111 five-liter 3
-1110110110111 lower-than-normal 3
-1110110110111 white-walled 3
-1110110110111 Dromedary 3
-1110110110111 graham 3
-1110110110111 clinking 3
-1110110110111 unpasteurized 3
-1110110110111 L6 3
-1110110110111 muscle-building 3
-1110110110111 bitter-tasting 3
-1110110110111 ammunition-hauling 3
-1110110110111 BTOS 3
-1110110110111 1985-1988 3
-1110110110111 steel-cord 3
-1110110110111 inter-city 3
-1110110110111 less-robust 3
-1110110110111 107,735 3
-1110110110111 consumable 3
-1110110110111 Progresso 3
-1110110110111 unroasted 3
-1110110110111 non-approved 3
-1110110110111 warehouse-type 3
-1110110110111 nacho 3
-1110110110111 tap-water 3
-1110110110111 12,000-mile 3
-1110110110111 from-concentrate 3
-1110110110111 five-foot-long 3
-1110110110111 735iL 3
-1110110110111 psychoactive 4
-1110110110111 highend 4
-1110110110111 Depend 4
-1110110110111 ride-on 4
-1110110110111 under-hood 4
-1110110110111 large-capacity 4
-1110110110111 Alaskan-oil 4
-1110110110111 unrationed 4
-1110110110111 better-tasting 4
-1110110110111 single-user 4
-1110110110111 scavenging 4
-1110110110111 Gleem 4
-1110110110111 FX-16 4
-1110110110111 Castrol 4
-1110110110111 misbranded 4
-1110110110111 hair-growing 4
-1110110110111 not-from-concentrate 4
-1110110110111 corrosion-related 4
-1110110110111 premium-quality 4
-1110110110111 400-speed 4
-1110110110111 alcohol-free 4
-1110110110111 unreinforced 4
-1110110110111 anti-epilepsy 4
-1110110110111 cryogenic 4
-1110110110111 waterlogged 4
-1110110110111 U.S.-grown 4
-1110110110111 aspen 4
-1110110110111 direct-current 4
-1110110110111 21st-century 4
-1110110110111 pesticide-tainted 4
-1110110110111 out-of-fashion 4
-1110110110111 deep-dish 4
-1110110110111 nitric 4
-1110110110111 ungraded 4
-1110110110111 noncarbonated 4
-1110110110111 feature-length 4
-1110110110111 permeable 4
-1110110110111 once-elegant 4
-1110110110111 image-oriented 4
-1110110110111 nonproducing 4
-1110110110111 i960CA 4
-1110110110111 low-salt 4
-1110110110111 ready-to-drink 4
-1110110110111 handpainted 4
-1110110110111 ultraluxury 4
-1110110110111 blue- 4
-1110110110111 Brazilian-made 4
-1110110110111 factory-built 4
-1110110110111 anti-arthritic 4
-1110110110111 Israeli-made 4
-1110110110111 near-luxury 4
-1110110110111 pesticide-free 4
-1110110110111 videotape-recorder 4
-1110110110111 CMOS-based 4
-1110110110111 two-sided 4
-1110110110111 non-shuttle 4
-1110110110111 economy-class 4
-1110110110111 salmonella-free 4
-1110110110111 cherry-flavored 4
-1110110110111 upland 4
-1110110110111 public-TV 4
-1110110110111 broiled 4
-1110110110111 multiscreen 4
-1110110110111 crystal-clear 4
-1110110110111 commodity-oriented 4
-1110110110111 made-in-Japan 5
-1110110110111 non-petroleum 5
-1110110110111 job-creating 5
-1110110110111 seafaring 5
-1110110110111 mood-altering 5
-1110110110111 commodity-type 5
-1110110110111 away-from-home 5
-1110110110111 terrestrial 5
-1110110110111 1983-1987 5
-1110110110111 low-smoke 5
-1110110110111 aflatoxin-tainted 5
-1110110110111 aflatoxin-contaminated 5
-1110110110111 convalescent 5
-1110110110111 peanut-butter 5
-1110110110111 short-distance 5
-1110110110111 plastic-bodied 5
-1110110110111 over-the-road 5
-1110110110111 color-converted 5
-1110110110111 non-ILA 5
-1110110110111 unrefined 5
-1110110110111 V8 5
-1110110110111 photosensitizing 5
-1110110110111 U.S.-developed 5
-1110110110111 electronic-security 5
-1110110110111 injectible 5
-1110110110111 non-rubber 5
-1110110110111 skinless 5
-1110110110111 consumption-oriented 5
-1110110110111 spot-month 5
-1110110110111 gas-well 5
-1110110110111 carbonless 5
-1110110110111 post-harvest 5
-1110110110111 high-impact 5
-1110110110111 fetal-tissue 5
-1110110110111 ultra-thin 5
-1110110110111 dried-up 5
-1110110110111 81-store 5
-1110110110111 bentonite 5
-1110110110111 anti-asthma 5
-1110110110111 5.0-liter 5
-1110110110111 Taiwan-made 5
-1110110110111 12-volt 5
-1110110110111 non-metallic 6
-1110110110111 Yugoslavian-made 6
-1110110110111 low-sodium 6
-1110110110111 anti-acne 6
-1110110110111 unburned 6
-1110110110111 higher-temperature 6
-1110110110111 agriculture-related 6
-1110110110111 commercial-loan 6
-1110110110111 Yugoslavian-built 6
-1110110110111 30-pound 6
-1110110110111 598,079 6
-1110110110111 anticancer 6
-1110110110111 Engerix-B 6
-1110110110111 street-level 6
-1110110110111 200-odd 6
-1110110110111 freeze-dried 6
-1110110110111 herbicide-resistant 6
-1110110110111 dressy 6
-1110110110111 inbound 6
-1110110110111 big-volume 6
-1110110110111 purifying 6
-1110110110111 blister 6
-1110110110111 lemon-lime 6
-1110110110111 manual-transmission 6
-1110110110111 Viadent 6
-1110110110111 rancid 6
-1110110110111 lithographic 6
-1110110110111 table-top 7
-1110110110111 brandname 7
-1110110110111 VegiSnax 7
-1110110110111 dollar-earning 7
-1110110110111 high-value-added 7
-1110110110111 mud-brick 7
-1110110110111 on-shore 7
-1110110110111 bleacher 7
-1110110110111 room-service 7
-1110110110111 import-substitution 7
-1110110110111 million-ounce 7
-1110110110111 movie-quality 7
-1110110110111 Viceroy 7
-1110110110111 Nasdaq-traded 7
-1110110110111 multi-purpose 7
-1110110110111 undercooked 7
-1110110110111 private-brand 7
-1110110110111 market-leading 7
-1110110110111 Christmas-season 8
-1110110110111 high-fat 8
-1110110110111 super-absorbent 8
-1110110110111 discount-priced 8
-1110110110111 U.S.-produced 8
-1110110110111 Ethernet 8
-1110110110111 no-name 8
-1110110110111 Unimate 8
-1110110110111 high-mileage 8
-1110110110111 gold-colored 8
-1110110110111 marked-down 8
-1110110110111 three-wheel 8
-1110110110111 Italian-made 8
-1110110110111 U.S.-approved 8
-1110110110111 plastic-body 8
-1110110110111 anti-psychotic 8
-1110110110111 color-print 8
-1110110110111 ground-level 8
-1110110110111 35-millimeter 9
-1110110110111 cathode 9
-1110110110111 sucrose 9
-1110110110111 microcomputer-based 9
-1110110110111 halogenated 9
-1110110110111 1983-87 9
-1110110110111 O.B. 9
-1110110110111 higher-profit 9
-1110110110111 unbranded 9
-1110110110111 popular-priced 9
-1110110110111 pre-measured 9
-1110110110111 infant-formula 9
-1110110110111 carbonized 9
-1110110110111 varietal 10
-1110110110111 energy-efficient 10
-1110110110111 large-sized 10
-1110110110111 pasteurized 10
-1110110110111 non-agricultural 10
-1110110110111 small-engine 10
-1110110110111 eastbound 11
-1110110110111 gold-bullion 11
-1110110110111 Sunoco 11
-1110110110111 Primrose 11
-1110110110111 FDA-approved 11
-1110110110111 caffeine-free 11
-1110110110111 limited-edition 11
-1110110110111 Chubby 11
-1110110110111 Mazola 11
-1110110110111 two-liter 12
-1110110110111 low-growth 12
-1110110110111 LiFeS 12
-1110110110111 barbecued 12
-1110110110111 soluble 12
-1110110110111 westbound 12
-1110110110111 state-subsidized 12
-1110110110111 malting 12
-1110110110111 well-paying 12
-1110110110111 boneless 12
-1110110110111 off-highway 13
-1110110110111 dishwashing 13
-1110110110111 outbound 13
-1110110110111 new-model 13
-1110110110111 disease-causing 13
-1110110110111 Jeep-like 13
-1110110110111 100-ounce 13
-1110110110111 service-industry 13
-1110110110111 one-family 13
-1110110110111 oil-based 13
-1110110110111 lower-margin 13
-1110110110111 mammalian 14
-1110110110111 Soviet-style 14
-1110110110111 hard-to-find 14
-1110110110111 blue-and-white 14
-1110110110111 small-sized 14
-1110110110111 oceangoing 14
-1110110110111 near-normal 15
-1110110110111 microwavable 15
-1110110110111 prefabricated 15
-1110110110111 Styrofoam 15
-1110110110111 foreign-flag 16
-1110110110111 Robusta 16
-1110110110111 Corinthian 16
-1110110110111 roaster 16
-1110110110111 anti-clotting 16
-1110110110111 five-speed 17
-1110110110111 decaffeinated 17
-1110110110111 bootleg 17
-1110110110111 double-stack 17
-1110110110111 British-made 17
-1110110110111 low-tar 18
-1110110110111 anti-cholesterol 18
-1110110110111 megabit 18
-1110110110111 non-alcoholic 19
-1110110110111 ready-to-eat 19
-1110110110111 high-fructose 19
-1110110110111 sulfa 19
-1110110110111 8-mm 19
-1110110110111 good-quality 19
-1110110110111 low-density 20
-1110110110111 anti-hypertension 20
-1110110110111 at-home 20
-1110110110111 anti-arthritis 20
-1110110110111 premium-priced 20
-1110110110111 high-fiber 21
-1110110110111 foreign-controlled 21
-1110110110111 short-haul 21
-1110110110111 sulfur-dioxide 21
-1110110110111 durum 21
-1110110110111 nuclear-armed 21
-1110110110111 owner-occupied 21
-1110110110111 above-quota 21
-1110110110111 1986-model 22
-1110110110111 tinted 22
-1110110110111 pressurized 22
-1110110110111 adobe 22
-1110110110111 high-value 22
-1110110110111 more-expensive 22
-1110110110111 magnifying 22
-1110110110111 handmade 22
-1110110110111 more-efficient 22
-1110110110111 more-sophisticated 22
-1110110110111 full-fare 22
-1110110110111 carbonated 23
-1110110110111 service-sector 23
-1110110110111 D-ram 23
-1110110110111 close-out 23
-1110110110111 bargain-priced 23
-1110110110111 three-wheeled 24
-1110110110111 menthol 24
-1110110110111 lower-quality 24
-1110110110111 non-prescription 24
-1110110110111 anti-inflammatory 25
-1110110110111 mass-produced 25
-1110110110111 multi-family 25
-1110110110111 uncut 25
-1110110110111 roasted 26
-1110110110111 one-ounce 26
-1110110110111 U.S.-flag 26
-1110110110111 cranberry 26
-1110110110111 better-quality 27
-1110110110111 nonprescription 28
-1110110110111 low-paying 29
-1110110110111 drinking-water 29
-1110110110111 unapproved 30
-1110110110111 anti-hypertensive 30
-1110110110111 low-price 32
-1110110110111 Euro 32
-1110110110111 government-subsidized 33
-1110110110111 tax-sheltered 34
-1110110110111 X-rated 35
-1110110110111 high-paying 35
-1110110110111 injectable 35
-1110110110111 antiviral 37
-1110110110111 commemorative 37
-1110110110111 original-equipment 37
-1110110110111 ammonium 37
-1110110110111 name-brand 38
-1110110110111 leaded 38
-1110110110111 low-margin 38
-1110110110111 stationary 39
-1110110110111 256-kilobit 40
-1110110110111 light-truck 40
-1110110110111 mid-size 40
-1110110110111 roast 42
-1110110110111 coconut 42
-1110110110111 anti-ulcer 42
-1110110110111 cholesterol-lowering 43
-1110110110111 anti-viral 43
-1110110110111 current-delivery 43
-1110110110111 top-quality 43
-1110110110111 foreign-based 44
-1110110110111 edible 44
-1110110110111 slow-selling 47
-1110110110111 intercity 47
-1110110110111 liquefied 49
-1110110110111 cross-country 50
-1110110110111 labor-intensive 50
-1110110110111 lithium 51
-1110110110111 anti-baldness 51
-1110110110111 nontraditional 53
-1110110110111 gray-market 54
-1110110110111 topical 54
-1110110110111 smokestack 54
-1110110110111 slow-moving 55
-1110110110111 higher-quality 56
-1110110110111 leftover 56
-1110110110111 less-expensive 57
-1110110110111 cherry 57
-1110110110111 foreign-made 57
-1110110110111 powdered 57
-1110110110111 metallic 58
-1110110110111 caustic 59
-1110110110111 counterfeit 61
-1110110110111 feeder 62
-1110110110111 non-defense 62
-1110110110111 export-dependent 64
-1110110110111 anti-AIDS 64
-1110110110111 fossil 67
-1110110110111 high-grade 68
-1110110110111 titanium 69
-1110110110111 1988-model 70
-1110110110111 DRAM 76
-1110110110111 pent-up 76
-1110110110111 beet 76
-1110110110111 full-size 76
-1110110110111 fried 77
-1110110110111 clot-dissolving 77
-1110110110111 single-premium 81
-1110110110111 cancer-causing 84
-1110110110111 midsize 86
-1110110110111 anti-cancer 86
-1110110110111 multifamily 92
-1110110110111 lower-cost 94
-1110110110111 CFC 98
-1110110110111 mid-sized 102
-1110110110111 high-volume 108
-1110110110111 higher-priced 111
-1110110110111 lower-priced 113
-1110110110111 nonfarm 114
-1110110110111 export-oriented 116
-1110110110111 cut-rate 119
-1110110110111 low-end 121
-1110110110111 unleaded 129
-1110110110111 intravenous 137
-1110110110111 palm 142
-1110110110111 high-end 157
-1110110110111 public-sector 158
-1110110110111 sulfur 160
-1110110110111 black-and-white 174
-1110110110111 alcoholic 186
-1110110110111 round-trip 198
-1110110110111 brand-name 208
-1110110110111 non-farm 211
-1110110110111 midsized 212
-1110110110111 U.S.-made 222
-1110110110111 synthetic 224
-1110110110111 low-priced 224
-1110110110111 diesel 273
-1110110110111 Alaskan 277
-1110110110111 seed 282
-1110110110111 carbon 290
-1110110110111 intermediate 296
-1110110110111 high-quality 306
-1110110110111 single-family 336
-1110110110111 refined 378
-1110110110111 unsold 398
-1110110110111 orange 436
-1110110110111 low-cost 465
-1110110110111 generic 666
-1110110110111 domestic 7144
-1110110110111 imported 1290
-111011011100 six-centimeter 1
-111011011100 five-centimeter 1
-111011011100 light-responsive 1
-111011011100 butter-yellow 1
-111011011100 gift-ordering 1
-111011011100 express-money 1
-111011011100 fluid-processing 1
-111011011100 Buick-Oldsmobile 1
-111011011100 flight-path 1
-111011011100 177,300 1
-111011011100 on-orbit 1
-111011011100 homecare-products 1
-111011011100 flip-flops-with 1
-111011011100 bargelike 1
-111011011100 refining-marketing 1
-111011011100 66-by-20-foot 1
-111011011100 Copenhagen-area 1
-111011011100 in-place 1
-111011011100 loan-shopping 1
-111011011100 supersharp 1
-111011011100 scheduled-airline 1
-111011011100 recreational-boat 1
-111011011100 prestidigitorial 1
-111011011100 carbonated-beverage 1
-111011011100 flow-controller 1
-111011011100 Lizwear 1
-111011011100 uremic 1
-111011011100 one-inch-square 1
-111011011100 Jayhawk 1
-111011011100 postmidnight 1
-111011011100 partnership-rating 1
-111011011100 Entel 1
-111011011100 constant-velocity 1
-111011011100 tennis-ball-style 1
-111011011100 7-by-10 1
-111011011100 institutional-commercial 1
-111011011100 all-frills 1
-111011011100 Nivea 1
-111011011100 VT220 1
-111011011100 14,545 1
-111011011100 7,266 1
-111011011100 processing-product 1
-111011011100 Galician-language 1
-111011011100 closed-network 1
-111011011100 in-terminal 1
-111011011100 rubber-surface 1
-111011011100 astroturf 1
-111011011100 made-for-pay 1
-111011011100 WMMJ-FM 1
-111011011100 KNX-AM 1
-111011011100 gasoline-pump 1
-111011011100 single-platoon 1
-111011011100 center-cum-bomb 1
-111011011100 600-man 1
-111011011100 battalion-sized 1
-111011011100 160,000-seat 1
-111011011100 thermometry 1
-111011011100 Lightdays 1
-111011011100 coffee-roasting 1
-111011011100 15-megawatt 1
-111011011100 business-phone 1
-111011011100 satellite-information 1
-111011011100 party-game 1
-111011011100 eightday 1
-111011011100 24-megawatt 1
-111011011100 LC500 1
-111011011100 1,708 1
-111011011100 gospel-backed 1
-111011011100 weekend-long 1
-111011011100 call-distributing 1
-111011011100 television-quality 1
-111011011100 sunglass 1
-111011011100 Indianapolis-area 1
-111011011100 bath-product 1
-111011011100 2,430-mile 1
-111011011100 strong-performing 1
-111011011100 military-owned 1
-111011011100 home-videotex 1
-111011011100 slackest 1
-111011011100 Spain-U.S. 1
-111011011100 168-acre 1
-111011011100 2.2-million 1
-111011011100 Mailfast 1
-111011011100 now-private 1
-111011011100 21-gun 1
-111011011100 Saturday-afternoon 1
-111011011100 tennis-ball 1
-111011011100 racy-telegram 1
-111011011100 championship-round 1
-111011011100 1,125,200 1
-111011011100 Carina 1
-111011011100 off-on 1
-111011011100 twohour 1
-111011011100 executive-employment 1
-111011011100 carpet-fiber 1
-111011011100 Corona-made 1
-111011011100 government-school 1
-111011011100 motorcycle-messenger 1
-111011011100 direct-dialing 1
-111011011100 flowers-by-wire 1
-111011011100 TeleTax 1
-111011011100 real-estate-brokerage 1
-111011011100 playoff-bound 1
-111011011100 Saturday-Sunday 1
-111011011100 76mm 1
-111011011100 14.5mm 1
-111011011100 sardine-can 1
-111011011100 mush-brained 1
-111011011100 equipment-filled 1
-111011011100 el-cheapo 1
-111011011100 98-megawatt 1
-111011011100 50,000-capacity 1
-111011011100 Teletax 1
-111011011100 wide-striped 1
-111011011100 3,300-volt 1
-111011011100 laceless 1
-111011011100 DMS-10 1
-111011011100 business-customer 1
-111011011100 broadcast-gear 1
-111011011100 multichannel 1
-111011011100 data-moving 1
-111011011100 Tastemaker 1
-111011011100 decorative-paints 1
-111011011100 Yale-Princeton 1
-111011011100 four-inch-tall 1
-111011011100 less-spacious 1
-111011011100 sports-mad 1
-111011011100 homer-hitting 1
-111011011100 lighter-taste 1
-111011011100 AC-Delco 1
-111011011100 160,000-subscriber 1
-111011011100 federal-revenue 1
-111011011100 ship-support 1
-111011011100 1991-1992 1
-111011011100 smoke-shrouded 1
-111011011100 Peking-based 1
-111011011100 route-oriented 1
-111011011100 autofocus 1
-111011011100 sex-message 1
-111011011100 S-2G 1
-111011011100 500SL/SEL 1
-111011011100 Camaro/Firebird 1
-111011011100 action-figure 1
-111011011100 pipe-fabricator 1
-111011011100 five-and-dime-type 1
-111011011100 77-yard 1
-111011011100 summer-season 1
-111011011100 smiling-cat 1
-111011011100 mortgage-processing 1
-111011011100 dock-to-boat 1
-111011011100 pumping-services 1
-111011011100 Tao-yuan 1
-111011011100 hard-maple 1
-111011011100 multiband 1
-111011011100 GTE-Thomson 1
-111011011100 FX16-GTS 1
-111011011100 corporation-wide 1
-111011011100 13-station 1
-111011011100 mountain-lion 1
-111011011100 battlefield-communications 1
-111011011100 185-unit 1
-111011011100 270,950 1
-111011011100 26,000-plus 1
-111011011100 major-network 1
-111011011100 securities-services 1
-111011011100 tenth-largest 1
-111011011100 overstylized 1
-111011011100 professional-management 1
-111011011100 Easter-egg 1
-111011011100 blonde-laden 1
-111011011100 life-enhancing 1
-111011011100 40,000-acre 1
-111011011100 safety-shutdown 1
-111011011100 300,000-kilowatt 1
-111011011100 anti-Westernization 1
-111011011100 vending-distribution 1
-111011011100 manager-employee 1
-111011011100 publicinterest 1
-111011011100 6,887 1
-111011011100 U.K.-to-U.K. 1
-111011011100 chocolate-chip-cookie 1
-111011011100 boutique-sized 1
-111011011100 conglomerate-scale 1
-111011011100 25-inch 1
-111011011100 crank-type 1
-111011011100 machinery-and-equipment 1
-111011011100 karate-like 1
-111011011100 PC6 1
-111011011100 Nontraditional-Dance 1
-111011011100 in-territory 1
-111011011100 out-of-territory 1
-111011011100 portfolio-monitoring 1
-111011011100 heating-air 1
-111011011100 broader-band 1
-111011011100 ring/no-answer 1
-111011011100 trade-and-services 1
-111011011100 water-development 1
-111011011100 multibutton 1
-111011011100 pre-played 1
-111011011100 broadcast-quality 1
-111011011100 WCZY-AM/FM 1
-111011011100 temporary-job 1
-111011011100 red-silk 1
-111011011100 16,128 1
-111011011100 SAM-13 1
-111011011100 Coustic-Glo 1
-111011011100 ceiling-cleaning 1
-111011011100 C-9 1
-111011011100 option-laden 1
-111011011100 dancing-raisins 1
-111011011100 four-panel 1
-111011011100 16-watt 1
-111011011100 super-cheap 1
-111011011100 briefcase-sized 1
-111011011100 software-defined 1
-111011011100 2,633 1
-111011011100 FM-band 1
-111011011100 nuclear-generating 1
-111011011100 2.7-inch 1
-111011011100 Chevrolet-Pontiac 1
-111011011100 housekeeper-referral 1
-111011011100 parts-buying 1
-111011011100 62,000-square-foot 1
-111011011100 118,000-square-foot 1
-111011011100 reference-book 1
-111011011100 country-jamboree 1
-111011011100 forest-warfare 1
-111011011100 fullservice 1
-111011011100 200-pound-plus 1
-111011011100 ground-launch 1
-111011011100 Bofors-made 1
-111011011100 6,953 1
-111011011100 60,000-subscriber 1
-111011011100 WGRZ 1
-111011011100 7,833 1
-111011011100 wideband 1
-111011011100 rent-a-chimp 1
-111011011100 1,574 1
-111011011100 child-study 1
-111011011100 Fleetwood-Clark 1
-111011011100 shoulder-mounted 1
-111011011100 hand-cut 1
-111011011100 general-strike 1
-111011011100 terminal-truck 1
-111011011100 Viracon/Dial 1
-111011011100 Redskins-Giants 1
-111011011100 garbage-fired 1
-111011011100 19-point 1
-111011011100 mail-presort 1
-111011011100 decorative-products 1
-111011011100 90-mph 1
-111011011100 96-unit 1
-111011011100 pay-per-use 1
-111011011100 2,904 1
-111011011100 freight-courier 1
-111011011100 knife-sharpening 1
-111011011100 91,920 1
-111011011100 international-direct-dial 1
-111011011100 then-nascent 1
-111011011100 copying-machine 1
-111011011100 pachydermic 1
-111011011100 Uva 1
-111011011100 Washington-Dallas 1
-111011011100 short-skirt 1
-111011011100 odd-hour 1
-111011011100 telephone-holding 1
-111011011100 fast-packet 1
-111011011100 ozonation 1
-111011011100 guns-and-drugs 1
-111011011100 upper-rent 1
-111011011100 non-playoff 1
-111011011100 beret-clad 1
-111011011100 R-16 1
-111011011100 846,669 1
-111011011100 Oremet 1
-111011011100 KAYI 1
-111011011100 special-technology 1
-111011011100 five-station 1
-111011011100 direct-calling 1
-111011011100 packagedelivery 1
-111011011100 artificial-coloring 1
-111011011100 cable-programming 1
-111011011100 doublespaced 1
-111011011100 38-inch 1
-111011011100 missile-transporter 1
-111011011100 data-marketing 1
-111011011100 dendritic 1
-111011011100 maintenance/margin 1
-111011011100 271-employee 1
-111011011100 15,000-customer 1
-111011011100 Cellnet 1
-111011011100 marine-life 1
-111011011100 19,000-seat 1
-111011011100 1.2-inch-diameter 1
-111011011100 4,079 1
-111011011100 rattiest 1
-111011011100 66-foot-long 1
-111011011100 Create-A-Print 1
-111011011100 car-distributorship 1
-111011011100 terra-cotta-colored 1
-111011011100 roundball 1
-111011011100 television-rating 1
-111011011100 seagull 1
-111011011100 Trump-related 1
-111011011100 tall-stemmed 1
-111011011100 semi-statist 1
-111011011100 sting-like 1
-111011011100 operator-dialed 1
-111011011100 less-fettered 1
-111011011100 cable-television-systems 1
-111011011100 7,635 1
-111011011100 l8-hole 1
-111011011100 439-yard 1
-111011011100 lot-in 1
-111011011100 third-string 1
-111011011100 U.S.-manned 1
-111011011100 45-mile 1
-111011011100 convention-doings 1
-111011011100 2,812 1
-111011011100 1,971 1
-111011011100 organ-donation 1
-111011011100 phone-operating 1
-111011011100 building-product-distribution 1
-111011011100 primo 1
-111011011100 43,000-seat 1
-111011011100 waterdistribution 1
-111011011100 40-channel 1
-111011011100 467,575 1
-111011011100 galleried 1
-111011011100 herdlike 1
-111011011100 informations-system 1
-111011011100 225-room 1
-111011011100 agro-chemical 1
-111011011100 citizens'-band 1
-111011011100 get-Noriega 1
-111011011100 macaws 1
-111011011100 U.S.-U.K. 1
-111011011100 four-game 1
-111011011100 advertiser-bankrolled 1
-111011011100 4,693 1
-111011011100 Shidongkou 1
-111011011100 Balinese-inspired 1
-111011011100 Barclay-share 1
-111011011100 Detroit-built 1
-111011011100 Latvian-language 1
-111011011100 matriculants 1
-111011011100 precision-instruments 1
-111011011100 utility-installed 1
-111011011100 75-store 1
-111011011100 rent-a-family 1
-111011011100 Binsteads 1
-111011011100 steam-flow 1
-111011011100 data-communication 1
-111011011100 60-ish 1
-111011011100 super-clear 1
-111011011100 jitney-cab 1
-111011011100 6803 1
-111011011100 Vilage 1
-111011011100 nine-foot-high 1
-111011011100 all-wheel 1
-111011011100 copy-restricting 1
-111011011100 gull-winged 1
-111011011100 bankrating 1
-111011011100 kitchen-cutlery 1
-111011011100 mail-deposit 1
-111011011100 Hamersley 1
-111011011100 SA-5 1
-111011011100 Baccarat 1
-111011011100 Grated 1
-111011011100 differentiating/changing 1
-111011011100 non-remote 1
-111011011100 68-channel 1
-111011011100 Movado-made 1
-111011011100 vehicle-marketing 1
-111011011100 255-megawatt 1
-111011011100 Simian 1
-111011011100 Hoerzu 1
-111011011100 Cut-Rite 1
-111011011100 Freeman-Regan 1
-111011011100 option-loaded 1
-111011011100 PAC-10 1
-111011011100 tour-packaging 1
-111011011100 super-cushiony 1
-111011011100 cooler-than-usual 1
-111011011100 long-faded 1
-111011011100 377-megawatt 1
-111011011100 door-panel 1
-111011011100 multi-flexible 1
-111011011100 electronic-cables 1
-111011011100 paperdisk 1
-111011011100 papertape 1
-111011011100 78,468 1
-111011011100 heroin-soaked 1
-111011011100 magnetic-tapes 1
-111011011100 20-yard 1
-111011011100 through-the-air 1
-111011011100 79-yard 1
-111011011100 ticketing-reservation 1
-111011011100 chart-inspired 1
-111011011100 stand-and-slurp 1
-111011011100 Diasonics-Sonotron 1
-111011011100 Super-America 1
-111011011100 shatterproof 1
-111011011100 opium-bearing 1
-111011011100 opium-yielding 1
-111011011100 Playboy-at-Night 1
-111011011100 horse-pulled 1
-111011011100 T-shaped 1
-111011011100 guided-missile-equipped 1
-111011011100 99,089 1
-111011011100 RF-082 1
-111011011100 cryptographics 1
-111011011100 cafe-cum-taxi 1
-111011011100 E-Class 1
-111011011100 non-animated 1
-111011011100 dedicated-WATS 1
-111011011100 Videopolis 1
-111011011100 7,046 1
-111011011100 monofilament 1
-111011011100 UNWELCOME 1
-111011011100 six-way 1
-111011011100 50,000-kilowatt 1
-111011011100 sports-scores 1
-111011011100 TelShop 1
-111011011100 once-carefree 1
-111011011100 junior-varsity 1
-111011011100 Stanley-Bostitch 1
-111011011100 network-type 1
-111011011100 big-network 1
-111011011100 7-series 1
-111011011100 visa-free 1
-111011011100 superconductor/supercollider 1
-111011011100 pay-subscription 1
-111011011100 dosage-measuring 1
-111011011100 800-NO-BLOOD 1
-111011011100 Gatorade-type 1
-111011011100 duck-shaped 1
-111011011100 specially-designed 1
-111011011100 cement-producing 1
-111011011100 drugtrafficking 1
-111011011100 then-worthless 1
-111011011100 specialist-credit 1
-111011011100 primary-color 1
-111011011100 expatriate-Chinese 1
-111011011100 ABG-Semca 1
-111011011100 barbed-wired 1
-111011011100 10-hour-a-day 1
-111011011100 Tampa-area 1
-111011011100 KRPM-AM/FM 1
-111011011100 33-day 1
-111011011100 big-audience 1
-111011011100 photocomposition 1
-111011011100 impossible-to-miss 1
-111011011100 9,300-line 1
-111011011100 visitor-aid 1
-111011011100 broad-appeal 1
-111011011100 legal-residency 1
-111011011100 midocean 1
-111011011100 interractive 1
-111011011100 book-flogging 1
-111011011100 WPTA 1
-111011011100 10,345 1
-111011011100 snailing 1
-111011011100 fourth-shortest 1
-111011011100 Sellafield 1
-111011011100 expert-training 1
-111011011100 MCI/Northwest 1
-111011011100 non-SLR 1
-111011011100 graffiti-stained 1
-111011011100 home-intercom 1
-111011011100 Yankees-Mets 1
-111011011100 Sunday-newspaper 1
-111011011100 full-round 1
-111011011100 sandtrapped 1
-111011011100 wholesale-sized 1
-111011011100 package-holiday 1
-111011011100 silvergilt 1
-111011011100 wine-buying 1
-111011011100 McCarthy-style 1
-111011011100 bait-casting 1
-111011011100 nuceoside 1
-111011011100 73,300 1
-111011011100 magnetic-wave 1
-111011011100 69-yard 1
-111011011100 document-transmission 2
-111011011100 computer-to-fax 2
-111011011100 document-delivery 2
-111011011100 arms-production 2
-111011011100 3,287 2
-111011011100 juice-concentrate 2
-111011011100 lastminute 2
-111011011100 manufacturing-automation 2
-111011011100 sled-dog 2
-111011011100 customer-dialed 2
-111011011100 Pensupreme 2
-111011011100 prescription-only 2
-111011011100 small-engines 2
-111011011100 E-Z-Go 2
-111011011100 outside-produced 2
-111011011100 Lestoil 2
-111011011100 gold-and-diamond 2
-111011011100 chemical-arms-control 2
-111011011100 Teleflora 2
-111011011100 UH-1 2
-111011011100 mobil 2
-111011011100 local-phone 2
-111011011100 Stop-N-Go 2
-111011011100 flashless 2
-111011011100 investment-services 2
-111011011100 semi-structured 2
-111011011100 Antwerp-based 2
-111011011100 cotton-diaper 2
-111011011100 flight-information 2
-111011011100 157-year-old 2
-111011011100 subcutaneous 2
-111011011100 wakeup 2
-111011011100 water-distribution 2
-111011011100 Bainbridge/Aquabatten 2
-111011011100 fine-tooth 2
-111011011100 high-jump 2
-111011011100 syndicated-loans 2
-111011011100 fine-toothed 2
-111011011100 splashier 2
-111011011100 Gauge 2
-111011011100 MS-2401 2
-111011011100 door-drive 2
-111011011100 Tele-Cip 2
-111011011100 in-bound 2
-111011011100 communciations 2
-111011011100 17,142 2
-111011011100 MRC-139 2
-111011011100 liquid-fuels 2
-111011011100 Readyline 2
-111011011100 drug-selling 2
-111011011100 optical-scanning 2
-111011011100 multiwall 2
-111011011100 Worldnet 2
-111011011100 Naguib 2
-111011011100 InfusionCare 2
-111011011100 hip-replacement 2
-111011011100 commuter-rail 2
-111011011100 business-and-sports 2
-111011011100 phone-order 2
-111011011100 32-inch 2
-111011011100 after-sales 2
-111011011100 Khashoggi-owned 2
-111011011100 maid-service 2
-111011011100 big-splash 2
-111011011100 car-of-the-year 2
-111011011100 long-distance-telephone 2
-111011011100 higher-than-necessary 2
-111011011100 Q30E 2
-111011011100 Talknet 2
-111011011100 post-paid 2
-111011011100 Fafnier 2
-111011011100 drilling-services 2
-111011011100 desk-drawer 2
-111011011100 container-recycling 2
-111011011100 aircraft-identification 2
-111011011100 touchtone 2
-111011011100 floodlit 2
-111011011100 ramen 2
-111011011100 946,945 2
-111011011100 rear-projection 2
-111011011100 Sovietski 2
-111011011100 energy-information 2
-111011011100 bank-teller 2
-111011011100 palmetto 2
-111011011100 nonairline 2
-111011011100 longdistance 2
-111011011100 560SL 2
-111011011100 commercial-television 2
-111011011100 health-information 2
-111011011100 daytime-only 2
-111011011100 Japanese-financed 2
-111011011100 dump-Meese 2
-111011011100 power-window 2
-111011011100 Dyno-Riders 2
-111011011100 dialup 2
-111011011100 multiple-system 3
-111011011100 non-disadvantaged 3
-111011011100 AS-15 3
-111011011100 out-of-bounds 3
-111011011100 government-services 3
-111011011100 23,000-mile 3
-111011011100 permanent-placement 3
-111011011100 six-minute 3
-111011011100 fast-lube 3
-111011011100 SA-7 3
-111011011100 multi-national 3
-111011011100 system-specific 3
-111011011100 cable-televison 3
-111011011100 industrial-systems 3
-111011011100 direct-dialed 3
-111011011100 livery 3
-111011011100 Nopri 3
-111011011100 product-oriented 3
-111011011100 oil-distribution 3
-111011011100 yellow-page 3
-111011011100 coronary-care 3
-111011011100 full-screen 3
-111011011100 mail-marketing 3
-111011011100 group-insurance 3
-111011011100 fiber-optical 3
-111011011100 non-mining 3
-111011011100 neurobiology 3
-111011011100 inter-league 3
-111011011100 key-punch 3
-111011011100 mine-hunting 3
-111011011100 news-clipping 3
-111011011100 short-wave 3
-111011011100 non-wireline 3
-111011011100 beeping 3
-111011011100 check-authorization 3
-111011011100 read-out 3
-111011011100 single-line 3
-111011011100 central-processing 3
-111011011100 zero-tax 3
-111011011100 Nelco 3
-111011011100 ScanTrack 3
-111011011100 telephone-services 3
-111011011100 copper-wire 3
-111011011100 toilet-bowl 3
-111011011100 chip-manufacturing 4
-111011011100 underseas 4
-111011011100 input-output 4
-111011011100 home-trading 4
-111011011100 video-screen 4
-111011011100 car-telephone 4
-111011011100 cable-television-system 4
-111011011100 carbon-steel 4
-111011011100 dance-hall 4
-111011011100 on-off 4
-111011011100 non-French 4
-111011011100 non-department-store 4
-111011011100 dog-racing 4
-111011011100 rail-passenger 4
-111011011100 twin-blade 4
-111011011100 Foot-Joy 4
-111011011100 Touch-Tone 4
-111011011100 charter-boat 4
-111011011100 food-manufacturing 4
-111011011100 airline-ticket 4
-111011011100 basic-cable 5
-111011011100 conelike 5
-111011011100 800-number 5
-111011011100 gold-exploration 5
-111011011100 financial-guarantee 5
-111011011100 fly-fishing 5
-111011011100 underhand 5
-111011011100 directory-assistance 5
-111011011100 Herblock 5
-111011011100 teletext 5
-111011011100 womenswear 5
-111011011100 Panama-based 5
-111011011100 non-hotel 5
-111011011100 local-service 5
-111011011100 phone-service 6
-111011011100 mobile-telephone 6
-111011011100 non-Bell 6
-111011011100 television-station 6
-111011011100 doo-wop 6
-111011011100 credit-repair 6
-111011011100 gas-fueled 6
-111011011100 SuperNode 6
-111011011100 air-express 6
-111011011100 mobile-radio 6
-111011011100 Immunodeficiency 6
-111011011100 mucous 6
-111011011100 garbage-hauling 7
-111011011100 local-area 7
-111011011100 credit-scoring 7
-111011011100 joint-stock 7
-111011011100 canned-foods 7
-111011011100 direct-dial 7
-111011011100 hot-line 8
-111011011100 clarion 8
-111011011100 DMS 8
-111011011100 financial-news 8
-111011011100 cost-management 8
-111011011100 horoscope 8
-111011011100 penny-ante 8
-111011011100 music-video 9
-111011011100 non-consolidated 9
-111011011100 rear-wheel 10
-111011011100 VOR 10
-111011011100 teller-machine 10
-111011011100 two-wheel 10
-111011011100 gas-distribution 10
-111011011100 non-drug 10
-111011011100 front-wheel 11
-111011011100 shoulder-fired 11
-111011011100 yellow-pages 11
-111011011100 computer-communications 12
-111011011100 push-button 12
-111011011100 operator-assisted 13
-111011011100 satellite-delivered 13
-111011011100 advertiser-supported 13
-111011011100 school-bus 14
-111011011100 optical-fiber 14
-111011011100 vision-care 14
-111011011100 mobile-phone 15
-111011011100 Centrex 15
-111011011100 private-line 15
-111011011100 pay-cable 15
-111011011100 central-office 15
-111011011100 wake-up 15
-111011011100 electrification 16
-111011011100 e-mail 17
-111011011100 coaxial 17
-111011011100 phone-company 17
-111011011100 car-phone 18
-111011011100 raunchy 18
-111011011100 Vodafone 18
-111011011100 network-affiliated 19
-111011011100 WATS 20
-111011011100 financial-information 20
-111011011100 cordless 21
-111011011100 floppy-disk 21
-111011011100 touch-tone 21
-111011011100 fiber-optics 27
-111011011100 pay-TV 28
-111011011100 sea-launched 29
-111011011100 switchboard 33
-111011011100 neural 33
-111011011100 phone-in 34
-111011011100 ground-launched 36
-111011011100 closed-circuit 44
-111011011100 videotex 54
-111011011100 four-wheel 55
-111011011100 cellular-telephone 65
-111011011100 home-shopping 66
-111011011100 witch 83
-111011011100 pay-per-view 91
-111011011100 high-definition 96
-111011011100 toll-free 148
-111011011100 fiber-optic 161
-111011011100 cellular 749
-111011011100 long-distance 1004
-111011011100 phone 3508
-111011011100 cable 3615
-111011011100 telephone 3838
-111011011101 engine-building 1
-111011011101 underwater-surveillance 1
-111011011101 co-extrusion 1
-111011011101 immunotoxin 1
-111011011101 phase-change 1
-111011011101 propeller-grinding 1
-111011011101 glass-forming 1
-111011011101 envelope-making 1
-111011011101 submarine-detection 1
-111011011101 office-communication 1
-111011011101 company-developed 1
-111011011101 PC/ 1
-111011011101 network-related 1
-111011011101 Cadra-11 1
-111011011101 Cadra-1 1
-111011011101 Japanese-introduced 1
-111011011101 1,000-ton-per-day 1
-111011011101 IRIS-4D 1
-111011011101 frozen-novelties 1
-111011011101 read-only-memory 1
-111011011101 popsicle-stick 1
-111011011101 Pap-screening 1
-111011011101 electrochemical-processing 1
-111011011101 Surface-mount 1
-111011011101 surface-mount 1
-111011011101 intravenous-equipment-and-solutions-pro 1
-111011011101 iron-spike 1
-111011011101 Dual-purpose 1
-111011011101 tomato-leaf 1
-111011011101 Apollo/Covia 1
-111011011101 submarine-quietening 1
-111011011101 aroma-therapy 1
-111011011101 aircraft-weapon 1
-111011011101 ever-grinding 1
-111011011101 Cocom-proscribed 1
-111011011101 aircraft-instrument 1
-111011011101 digital-tape 1
-111011011101 computer-console 1
-111011011101 snap-up 1
-111011011101 corporate-profits 1
-111011011101 laminated-panels 1
-111011011101 IntelliStar 1
-111011011101 database-management 1
-111011011101 pulp-making 1
-111011011101 Aardvark 1
-111011011101 book-fair 1
-111011011101 spelling-checker 1
-111011011101 unpopped 1
-111011011101 microwave-lamp 1
-111011011101 fermentation-process 1
-111011011101 more-versatile 1
-111011011101 3Display 1
-111011011101 configurable 1
-111011011101 long-fragmented 1
-111011011101 hand-out 1
-111011011101 engineering/safety 1
-111011011101 Goldstar-designed 1
-111011011101 mine-removal 1
-111011011101 pet-products 1
-111011011101 electronicorder 1
-111011011101 film-based 1
-111011011101 instant-photographic 1
-111011011101 VAXBI 1
-111011011101 360-kilobyte 1
-111011011101 next-best-selling 1
-111011011101 groundstation 1
-111011011101 larger-diameter 1
-111011011101 independent-owned 1
-111011011101 embarrassed-looking 1
-111011011101 Microsoft-IBM 1
-111011011101 3B1 1
-111011011101 laser-disk 1
-111011011101 country-two 1
-111011011101 submarine-quieting 1
-111011011101 microchip-manufacturing 1
-111011011101 spreadsheet-modeling 1
-111011011101 amorphous-metal 1
-111011011101 bank-provided 1
-111011011101 low-pesticide 1
-111011011101 T3 1
-111011011101 glass-based 1
-111011011101 4.7-inch 1
-111011011101 electricial 1
-111011011101 unmaintained 1
-111011011101 fluid-components 1
-111011011101 PFS 1
-111011011101 cylinder-head 1
-111011011101 million-character 1
-111011011101 street-light 1
-111011011101 takeover-financing 1
-111011011101 electronic-switching 1
-111011011101 football-stadium 1
-111011011101 nucleation 1
-111011011101 best-of-breed 1
-111011011101 semiconductor-process 1
-111011011101 Voyageur 1
-111011011101 CD-Rolm 1
-111011011101 near-supercomputer 1
-111011011101 language-analysis 1
-111011011101 non-Malaysian 1
-111011011101 new-product-driven 1
-111011011101 trade-model 1
-111011011101 videocassette-recorder 1
-111011011101 Microsoft-AT&T 1
-111011011101 high-volume-dependent 1
-111011011101 readonly 1
-111011011101 non-consumer-related 1
-111011011101 express-parcel 1
-111011011101 weapons-related 1
-111011011101 electrical-storage 1
-111011011101 bond-financing 1
-111011011101 graphics-arts 1
-111011011101 loan-and-aid 1
-111011011101 solids-processing 1
-111011011101 Wars-like 1
-111011011101 Selectric 1
-111011011101 then-chaotic 1
-111011011101 laser-enrichment 1
-111011011101 radar-homing 1
-111011011101 linear-programming 1
-111011011101 vapor-inhalation 1
-111011011101 22,000-acre 1
-111011011101 cut-and-grind 1
-111011011101 telephone-to-terminal 1
-111011011101 computer-design 1
-111011011101 steam-production 1
-111011011101 weigh-feeding 1
-111011011101 gas-pump 1
-111011011101 produce-marketing 1
-111011011101 debt-discounting 1
-111011011101 IBM-Microsoft 1
-111011011101 print-on 1
-111011011101 utility-pole 1
-111011011101 target-acquisition 1
-111011011101 cockpit-voice 1
-111011011101 quote-service 1
-111011011101 electrical-stimulus 1
-111011011101 automatic-switching 1
-111011011101 defense-manufacturing 1
-111011011101 government-contracting 1
-111011011101 outdoor-attraction 1
-111011011101 machine-control 1
-111011011101 MIT-Japan 1
-111011011101 Disney-designed 1
-111011011101 cell-making 1
-111011011101 cell-engineering 1
-111011011101 automobile-hauling 1
-111011011101 asplenia 1
-111011011101 vehicle-location 1
-111011011101 check-sorting 1
-111011011101 loud-speaker 1
-111011011101 cellular-enhancer 1
-111011011101 inkjet 1
-111011011101 electronic-dictionary 1
-111011011101 4-by-2 1
-111011011101 non-game 1
-111011011101 direct-view 1
-111011011101 computer-analysis 1
-111011011101 program-interface 1
-111011011101 spill-fighting 1
-111011011101 airdefense 1
-111011011101 low-observable 1
-111011011101 radar-absorptive 1
-111011011101 throttle-position 1
-111011011101 walkie-talkie-like 1
-111011011101 handwritten-diary 1
-111011011101 brake-rotor 1
-111011011101 longer-lived 1
-111011011101 transmission-manufacturing 1
-111011011101 toilet-sound 1
-111011011101 Mom-and-Pop 1
-111011011101 electronic-jamming 1
-111011011101 chip-packaging 1
-111011011101 Deskmate 1
-111011011101 four-millionth 1
-111011011101 Disneyland-like 1
-111011011101 receptor-site 1
-111011011101 fish/small 1
-111011011101 marketing-department 1
-111011011101 out-of-the-limelight 1
-111011011101 calcium-containing 1
-111011011101 white-on-black 1
-111011011101 directional-control 1
-111011011101 Euro-train 1
-111011011101 water-reactor 1
-111011011101 color-copying 1
-111011011101 Starport 1
-111011011101 data-acquisition 1
-111011011101 job-screening 1
-111011011101 composites-fabrication 1
-111011011101 telecommunications-testing 1
-111011011101 1980s-style 1
-111011011101 needle-exchange 1
-111011011101 MUSE 1
-111011011101 Freehand 1
-111011011101 radar-shielding 1
-111011011101 point-of-sales 1
-111011011101 FreeHand 1
-111011011101 portable-appliance 1
-111011011101 herniated 1
-111011011101 Telford-made 1
-111011011101 gasoline-storage 1
-111011011101 spelling-only 1
-111011011101 Geneamp 1
-111011011101 often-stunning 1
-111011011101 biscuit-baking 1
-111011011101 ground-strike 1
-111011011101 helicopter-improvement 1
-111011011101 identi 1
-111011011101 ever-thickening 1
-111011011101 radiowave 1
-111011011101 voicerecognition 1
-111011011101 DeskMate 1
-111011011101 5-1/4inch 1
-111011011101 0661 1
-111011011101 vendor-insulated 1
-111011011101 patty-cake 1
-111011011101 TV-network-advertising 1
-111011011101 Aegis-capable 1
-111011011101 network-operating 1
-111011011101 Arwood 1
-111011011101 micro-chip 1
-111011011101 computer-surveillance 1
-111011011101 gizmos-computer-generated 1
-111011011101 textile-making 1
-111011011101 courtoom 1
-111011011101 TCI-affiliated 1
-111011011101 voltage-regulated 1
-111011011101 voyage-date 1
-111011011101 morning.The 1
-111011011101 voice-response 1
-111011011101 account-information 1
-111011011101 Praxis-driven 1
-111011011101 fly-and-drive 1
-111011011101 telemedical 1
-111011011101 voice-altering 1
-111011011101 reduced-instruction-set-computer 1
-111011011101 marine-construction 1
-111011011101 eight-page-a-minute 1
-111011011101 document-imaging 1
-111011011101 affective 1
-111011011101 RISC/ 1
-111011011101 image-compression 1
-111011011101 bag-making 1
-111011011101 medication-dispensing 1
-111011011101 steel-servicing 1
-111011011101 gene-replication 1
-111011011101 rain-making 1
-111011011101 quarter-scale 1
-111011011101 3,147 1
-111011011101 stealth-aircraft 1
-111011011101 memory-upgrade 1
-111011011101 bacteria-based 1
-111011011101 6200 1
-111011011101 Swissmade 1
-111011011101 business-systems 2
-111011011101 office-information 2
-111011011101 domestic-appliance 2
-111011011101 printing-equipment 2
-111011011101 tire-valve 2
-111011011101 box-like 2
-111011011101 drip-watering 2
-111011011101 rocket-propulsion 2
-111011011101 leak-detection 2
-111011011101 computer-type 2
-111011011101 radio-cassette 2
-111011011101 plant-vaccine 2
-111011011101 merchant-marine 2
-111011011101 family-tent 2
-111011011101 car-wash 2
-111011011101 missile-development 2
-111011011101 gene-probe 2
-111011011101 oral-pharmaceutical 2
-111011011101 school-financing 2
-111011011101 ticket-sales 2
-111011011101 tele-shopping 2
-111011011101 medical-data 2
-111011011101 8250 2
-111011011101 110-model 2
-111011011101 ocean-surveillance 2
-111011011101 non-microwave 2
-111011011101 merger-advisory 2
-111011011101 Teletel 2
-111011011101 computer-control 2
-111011011101 applications-software 2
-111011011101 computer-information 2
-111011011101 jewellike 2
-111011011101 monoclonal-antibody 2
-111011011101 paste-resin 2
-111011011101 electronic-eavesdropping 2
-111011011101 software-engineering 2
-111011011101 xerographic 2
-111011011101 racial-preference 2
-111011011101 spell-checking 2
-111011011101 letter-sorting 2
-111011011101 autotransfusion 2
-111011011101 plastic-pipe 2
-111011011101 drilling-mud 2
-111011011101 electric-machinery 2
-111011011101 communications-products 2
-111011011101 small-size 2
-111011011101 communications-satellite 2
-111011011101 military-history 2
-111011011101 research-only 2
-111011011101 higher-value-added 2
-111011011101 network-management 2
-111011011101 computer-voice 2
-111011011101 cellular-ceramic 2
-111011011101 women's-clothing 2
-111011011101 drug-dispensing 2
-111011011101 180-mile 2
-111011011101 air-brake 2
-111011011101 4,545,074 2
-111011011101 phone-network 2
-111011011101 telecommunications-management 2
-111011011101 data-communications-equipment 2
-111011011101 VCR-adapter 2
-111011011101 home-taping 2
-111011011101 car-stereo 2
-111011011101 space-satellite 2
-111011011101 fixed-exchange-rate 2
-111011011101 video-duplication 2
-111011011101 Hardcard 2
-111011011101 risk-control 2
-111011011101 communications-network 2
-111011011101 2,500-mile 2
-111011011101 lens-molding 2
-111011011101 instant-photo 2
-111011011101 graphics-oriented 2
-111011011101 computer-display 2
-111011011101 vote-stealing 2
-111011011101 operating-environment 2
-111011011101 PVC-backed 2
-111011011101 fire-alarm 2
-111011011101 ventricular-assist 2
-111011011101 design-automation 2
-111011011101 endotoxin 2
-111011011101 line-testing 2
-111011011101 closed-caption 2
-111011011101 computer-memory 2
-111011011101 tax-processing 2
-111011011101 medical-monitoring 2
-111011011101 previous-generation 2
-111011011101 convenience-food 2
-111011011101 lead-strontium 2
-111011011101 affinity-card 2
-111011011101 radiation-detection 2
-111011011101 radio/cassette 2
-111011011101 paper-coating 2
-111011011101 intra-uterine 2
-111011011101 solid-ink 2
-111011011101 data-switching 2
-111011011101 ground-handling 2
-111011011101 pre-modern 2
-111011011101 letter-quality 2
-111011011101 shock-wave 2
-111011011101 strip-mine 2
-111011011101 silver-oxide 2
-111011011101 radio-detection 2
-111011011101 value-driven 2
-111011011101 chilled-juice 2
-111011011101 fire-extinguishing 2
-111011011101 electronic-communications 2
-111011011101 clinical-lab 2
-111011011101 leatherback 2
-111011011101 grape-based 2
-111011011101 radar-absorbing 2
-111011011101 electronic-surveillance 2
-111011011101 numeric 2
-111011011101 data-input 2
-111011011101 mail-service 2
-111011011101 emission-reduction 2
-111011011101 clot-resisting 2
-111011011101 Japanese-market 2
-111011011101 Toshiba-Kongsberg 2
-111011011101 aircraft-modification 2
-111011011101 HDTV-related 2
-111011011101 QSound 2
-111011011101 coal-transport 2
-111011011101 electrical-transmission 2
-111011011101 stain-blocking 2
-111011011101 DN590 2
-111011011101 IIx 2
-111011011101 jewelry-manufacturing 2
-111011011101 microcontroller 2
-111011011101 brick-making 2
-111011011101 directory-publishing 2
-111011011101 used-furniture 2
-111011011101 renal-care 2
-111011011101 product-identification 2
-111011011101 multicolor 2
-111011011101 business-presentation 2
-111011011101 business-brokerage 2
-111011011101 can-making 2
-111011011101 legal-information 2
-111011011101 gum-ball 2
-111011011101 color-film 2
-111011011101 management-bargaining 2
-111011011101 telephone-dialing 3
-111011011101 chemcial 3
-111011011101 airsickness 3
-111011011101 gelatinous 3
-111011011101 VAXmate 3
-111011011101 minerals-processing 3
-111011011101 solid-waste-disposal 3
-111011011101 Jafra 3
-111011011101 audio-cassette 3
-111011011101 french-fry 3
-111011011101 microprocessor-based 3
-111011011101 semiconductor-coating 3
-111011011101 surround-sound 3
-111011011101 super-minicomputer 3
-111011011101 light-beer 3
-111011011101 computer-data 3
-111011011101 PC-compatible 3
-111011011101 train-making 3
-111011011101 drug-product 3
-111011011101 food-service-equipment 3
-111011011101 broken-down 3
-111011011101 car-manufacturing 3
-111011011101 paper-handling 3
-111011011101 trade-name 3
-111011011101 efficiency-enhancing 3
-111011011101 trade-tracking 3
-111011011101 lodging-industry 3
-111011011101 spring-summer 3
-111011011101 encrypting 3
-111011011101 fastening 3
-111011011101 flow-measurement 3
-111011011101 3/50M 3
-111011011101 district-heating 3
-111011011101 Wy-Cal 3
-111011011101 aluminum-can 3
-111011011101 cursor-guiding 3
-111011011101 toll-road 3
-111011011101 drug-benefit 3
-111011011101 educational-publishing 3
-111011011101 datatransmission 3
-111011011101 PC-based 3
-111011011101 fare-collection 3
-111011011101 bomb-detecting 3
-111011011101 dynamical 3
-111011011101 unwatched 3
-111011011101 instant-film 3
-111011011101 printing-ink 3
-111011011101 faster-moving 3
-111011011101 telephone-message 3
-111011011101 seismographic 3
-111011011101 telecommunicatons 3
-111011011101 diamond-encrusted 3
-111011011101 LightStyle 3
-111011011101 once-genteel 3
-111011011101 calico 3
-111011011101 national-park 3
-111011011101 water-related 3
-111011011101 oil-technology 3
-111011011101 candy-colored 3
-111011011101 space-systems 3
-111011011101 intelligent-network 3
-111011011101 tinning 3
-111011011101 pulp-mill 3
-111011011101 card-counting 3
-111011011101 radio-wave 3
-111011011101 open-hearth 3
-111011011101 recirculation 3
-111011011101 descrambling 3
-111011011101 food-can 3
-111011011101 temperature-resistant 3
-111011011101 Palette 3
-111011011101 airline-reservation 3
-111011011101 computer-operating 3
-111011011101 digitizer 3
-111011011101 ticket-reservation 3
-111011011101 computerized-design 4
-111011011101 phone-mail 4
-111011011101 nerve-gas 4
-111011011101 solar-power 4
-111011011101 war-games 4
-111011011101 windshield-wiper 4
-111011011101 audio-tape 4
-111011011101 promo 4
-111011011101 water-bed 4
-111011011101 traffic-control 4
-111011011101 cash-cow 4
-111011011101 plastic-can 4
-111011011101 integrated-circuit 4
-111011011101 cutaway 4
-111011011101 laser-beam 4
-111011011101 propeller-milling 4
-111011011101 corporate-trust 4
-111011011101 disk-storage 4
-111011011101 graphic-design 4
-111011011101 advanced-ceramics 4
-111011011101 ship-propulsion 4
-111011011101 off-screen 4
-111011011101 merit-based 4
-111011011101 daisy-wheel 4
-111011011101 speech-recognition 4
-111011011101 phone-porn 4
-111011011101 time-lapse 4
-111011011101 light-rail 4
-111011011101 laboratory-testing 4
-111011011101 voice-messaging 4
-111011011101 crowd-control 4
-111011011101 biodegradation 4
-111011011101 wide-area 4
-111011011101 color-conversion 4
-111011011101 home-sewing 4
-111011011101 fast-burn 4
-111011011101 shag 4
-111011011101 business-graphics 4
-111011011101 heap-leach 4
-111011011101 energy-management 4
-111011011101 microcircuit 4
-111011011101 video-conferencing 4
-111011011101 watchmaking 4
-111011011101 chemical-analysis 4
-111011011101 solar-cell 4
-111011011101 military-electronics 4
-111011011101 container-shipping 4
-111011011101 audio/visual 4
-111011011101 videogame 4
-111011011101 cross-connect 4
-111011011101 2755 4
-111011011101 credit-services 4
-111011011101 radio-telephone 4
-111011011101 sport-fishing 4
-111011011101 fried-chicken 4
-111011011101 machine-translation 4
-111011011101 shoemaking 4
-111011011101 digital-switching 4
-111011011101 fire-detection 4
-111011011101 power-line 4
-111011011101 bindery 5
-111011011101 single-purpose 5
-111011011101 voyage-data 5
-111011011101 super-fast 5
-111011011101 scrubber 5
-111011011101 optical-storage 5
-111011011101 chip-design 5
-111011011101 TV-production 5
-111011011101 auto-auction 5
-111011011101 photo-products 5
-111011011101 information-management 5
-111011011101 metal-finishing 5
-111011011101 NTX 5
-111011011101 stern-drive 5
-111011011101 retreading 5
-111011011101 interstate-highway 5
-111011011101 computer-aided-design 5
-111011011101 hand-me-down 5
-111011011101 ring-laser 5
-111011011101 cruise-control 5
-111011011101 gas-gathering 5
-111011011101 climate-control 5
-111011011101 waste-hauling 5
-111011011101 doughnut-shaped 5
-111011011101 antipollution 5
-111011011101 carbon-fiber 5
-111011011101 frozen-potato 5
-111011011101 lower-profit 5
-111011011101 radio-network 5
-111011011101 physical-fitness 6
-111011011101 better-trained 6
-111011011101 bank-note 6
-111011011101 signal-processing 6
-111011011101 medical-cost 6
-111011011101 mortgage-trading 6
-111011011101 pipe-fabricating 6
-111011011101 rapid-transit 6
-111011011101 business-computer 6
-111011011101 medical-device 6
-111011011101 money-order 6
-111011011101 teletype 6
-111011011101 audio-video 6
-111011011101 rare-book 6
-111011011101 hospital-supply 6
-111011011101 passive-restraint 6
-111011011101 tape-drive 6
-111011011101 computer-security 6
-111011011101 mortuary 6
-111011011101 production-monitoring 6
-111011011101 travel-service 6
-111011011101 gold-dredging 6
-111011011101 gene-amplification 6
-111011011101 lawn-mower 6
-111011011101 trading-room 6
-111011011101 Camay 6
-111011011101 token-ring 7
-111011011101 cash-and-carry 7
-111011011101 heavy-machinery 7
-111011011101 8800 7
-111011011101 medical-imaging 7
-111011011101 VAN 7
-111011011101 Floptical 7
-111011011101 CD-I 7
-111011011101 temporary-employment 7
-111011011101 Ethospace 7
-111011011101 woodworking 7
-111011011101 Cycolor 7
-111011011101 metal-coating 7
-111011011101 GEnie 7
-111011011101 Kearfott 7
-111011011101 non-impact 8
-111011011101 after-market 8
-111011011101 blood-test 8
-111011011101 dog-food 8
-111011011101 steel-processing 8
-111011011101 mini-computer 8
-111011011101 technical-school 8
-111011011101 bomb-detection 8
-111011011101 garbage-to-energy 8
-111011011101 copper-oxide 8
-111011011101 video-display 8
-111011011101 MR 8
-111011011101 low-pressure 8
-111011011101 computer-network 8
-111011011101 document-management 8
-111011011101 seldom-used 8
-111011011101 computer-graphics 8
-111011011101 self-healing 8
-111011011101 telephone-exchange 8
-111011011101 videotext 8
-111011011101 ink-jet 8
-111011011101 unit-trust 8
-111011011101 laser-printer 8
-111011011101 property-management 8
-111011011101 power-transmission 9
-111011011101 video-retailing 9
-111011011101 telephone-answering 9
-111011011101 computer-system 9
-111011011101 gold-ore 9
-111011011101 liposome 9
-111011011101 fruit-flavored 9
-111011011101 water-jet 9
-111011011101 ground-support 9
-111011011101 work-station 9
-111011011101 word-processor 9
-111011011101 PBX 9
-111011011101 diagnostic-imaging 9
-111011011101 aircraft-manufacturing 9
-111011011101 multiplexer 9
-111011011101 systems-integration 9
-111011011101 fiberoptic 9
-111011011101 home-security 9
-111011011101 Sun-4 9
-111011011101 TCAS 9
-111011011101 Craftsman 9
-111011011101 radio-paging 10
-111011011101 satellite-communications 10
-111011011101 refuse-to-energy 10
-111011011101 mass-production 10
-111011011101 debit-card 10
-111011011101 pocket-sized 10
-111011011101 PATH 10
-111011011101 PostScript 10
-111011011101 boudoir 10
-111011011101 bottled-water 10
-111011011101 lumbar 10
-111011011101 driftnet 10
-111011011101 encoding 10
-111011011101 genetic-engineering 10
-111011011101 hearing-aid 11
-111011011101 computer-networking 11
-111011011101 junkbond 11
-111011011101 financial-printing 11
-111011011101 vacuum-cleaner 11
-111011011101 check-out 11
-111011011101 biosensor 11
-111011011101 optical-disk 11
-111011011101 nuclear-energy 11
-111011011101 transaction-processing 11
-111011011101 photo-finishing 11
-111011011101 wine-cooler 12
-111011011101 service-station 12
-111011011101 collision-avoidance 12
-111011011101 leather-goods 12
-111011011101 Doppler 12
-111011011101 data-transmission 12
-111011011101 data-entry 12
-111011011101 non-IBM 12
-111011011101 computer-imaging 12
-111011011101 specialty-chemical 12
-111011011101 home-computer 12
-111011011101 audiovisual 13
-111011011101 wireless 13
-111011011101 12-ounce 13
-111011011101 disaster-recovery 13
-111011011101 voice-mail 13
-111011011101 window-shade 13
-111011011101 stain-resistant 13
-111011011101 management-information 13
-111011011101 altitude-reporting 13
-111011011101 flight-control 13
-111011011101 graphic-arts 13
-111011011101 fish-processing 13
-111011011101 water-purification 14
-111011011101 small-package 14
-111011011101 booster-rocket 14
-111011011101 order-execution 14
-111011011101 five-inch 14
-111011011101 cucumber 14
-111011011101 3X 14
-111011011101 CD-V 14
-111011011101 telephone-equipment 15
-111011011101 voice-recognition 15
-111011011101 special-effects 15
-111011011101 ship-repair 15
-111011011101 flight-data 15
-111011011101 gas-turbine 15
-111011011101 power-steering 15
-111011011101 electronic-mail 15
-111011011101 drug-delivery 16
-111011011101 public-address 16
-111011011101 optometric 16
-111011011101 diesel-engine 16
-111011011101 maquila 16
-111011011101 ready-to-wear 16
-111011011101 greeting-card 17
-111011011101 electronic-publishing 17
-111011011101 VDT 17
-111011011101 small-order 17
-111011011101 technology-based 17
-111011011101 radar-jamming 17
-111011011101 factory-automation 17
-111011011101 neural-network 17
-111011011101 desktop-publishing 17
-111011011101 power-generation 17
-111011011101 fuel-injection 17
-111011011101 emission-control 18
-111011011101 materials-handling 18
-111011011101 feng 18
-111011011101 quick-lube 18
-111011011101 heavy-equipment 18
-111011011101 fire-control 18
-111011011101 telephone-switch 18
-111011011101 power-supply 18
-111011011101 uranium-enrichment 18
-111011011101 pest-control 18
-111011011101 mail-sorting 18
-111011011101 metalworking 19
-111011011101 computer-reservations 19
-111011011101 AI 19
-111011011101 life-support 19
-111011011101 clean-coal 20
-111011011101 instant-camera 20
-111011011101 non-automotive 20
-111011011101 pneumatic 20
-111011011101 single-source 20
-111011011101 ASIC 20
-111011011101 turnkey 21
-111011011101 power-tool 21
-111011011101 removable 21
-111011011101 hi-fi 21
-111011011101 receptor 21
-111011011101 computer-store 21
-111011011101 read-only 22
-111011011101 stainless-steel 22
-111011011101 food-distribution 22
-111011011101 power-generating 23
-111011011101 telephone-switching 23
-111011011101 photocopier 23
-111011011101 random-access 24
-111011011101 frozen-food 24
-111011011101 point-of-sale 25
-111011011101 high-capacity 25
-111011011101 metal-working 25
-111011011101 rail-car 25
-111011011101 thin-film 25
-111011011101 computer-chip 26
-111011011101 full-color 26
-111011011101 contact-lens 27
-111011011101 floral 27
-111011011101 instant-photography 27
-111011011101 PVC 27
-111011011101 Covia 28
-111011011101 direct-sales 28
-111011011101 600-ship 28
-111011011101 remote-control 29
-111011011101 computer-systems 30
-111011011101 loudspeaker 30
-111011011101 cellular-phone 31
-111011011101 3-D 31
-111011011101 computer-reservation 31
-111011011101 CD-ROM 31
-111011011101 medical-equipment 32
-111011011101 microfilm 32
-111011011101 CAD/CAM 32
-111011011101 CAT 33
-111011011101 encryption 33
-111011011101 passenger-car 34
-111011011101 boiler-room 34
-111011011101 artificial-intelligence 35
-111011011101 information-processing 35
-111011011101 leading-edge 37
-111011011101 specialty-store 38
-111011011101 forklift 39
-111011011101 jet-engine 40
-111011011101 money-transfer 41
-111011011101 air-travel 41
-111011011101 computer-software 42
-111011011101 gene-splicing 44
-111011011101 sprinkler 44
-111011011101 direct-marketing 44
-111011011101 video-game 47
-111011011101 temporary-help 47
-111011011101 computer-controlled 48
-111011011101 coal-mining 49
-111011011101 checkout 52
-111011011101 operating-system 52
-111011011101 pacemaker 57
-111011011101 computer-generated 58
-111011011101 data-communications 58
-111011011101 VHS 61
-111011011101 sonar 66
-111011011101 ultrasound 69
-111011011101 home-video 70
-111011011101 data-base 76
-111011011101 word-processing 88
-111011011101 Sabre 90
-111011011101 biotech 90
-111011011101 sewing 101
-111011011101 disk-drive 101
-111011011101 photofinishing 103
-111011011101 microcomputer 103
-111011011101 Acura 110
-111011011101 DAT 125
-111011011101 facsimile 125
-111011011101 copier 126
-111011011101 sewer 126
-111011011101 biomedical 132
-111011011101 floppy 133
-111011011101 consumer-electronics 141
-111011011101 database 145
-111011011101 peripheral 145
-111011011101 milling 159
-111011011101 telex 167
-111011011101 stereo 171
-111011011101 direct-mail 172
-111011011101 garment 177
-111011011101 superconducting 177
-111011011101 food-service 202
-111011011101 minicomputer 203
-111011011101 superconductor 213
-111011011101 cable-television 219
-111011011101 photographic 232
-111011011101 data-processing 237
-111011011101 cable-TV 267
-111011011101 mail-order 285
-111011011101 magnetic 296
-111011011101 videocassette 316
-111011011101 personal-computer 345
-111011011101 tourist 354
-111011011101 proprietary 363
-111011011101 microwave 370
-111011011101 shoe 409
-111011011101 PC 510
-111011011101 fast-food 575
-111011011101 laser 591
-111011011101 compact 597
-111011011101 high-tech 708
-111011011101 rail 895
-111011011101 toy 912
-111011011101 computerized 941
-111011011101 semiconductor 1536
-111011011101 computer 10321
-111011011101 telecommunications 2456
-111011011110 oak-shuttered 1
-111011011110 Marine-barracks 1
-111011011110 I-a 1
-111011011110 48,000-square-foot 1
-111011011110 Maltese-registered 1
-111011011110 main-battle 1
-111011011110 oil-pipe 1
-111011011110 swim-up 1
-111011011110 fresh-fish 1
-111011011110 we've-got-it-all 1
-111011011110 cruiser-training 1
-111011011110 33-foot-high 1
-111011011110 behind-the-counter 1
-111011011110 mini-hydroelectric 1
-111011011110 rent-stabilized 1
-111011011110 plenteous 1
-111011011110 powdered-milk 1
-111011011110 best-stocked 1
-111011011110 front-switchboard 1
-111011011110 Pajingo 1
-111011011110 wood-wheeled 1
-111011011110 356B 1
-111011011110 art-supplies 1
-111011011110 Arnprior 1
-111011011110 Frosted-glass 1
-111011011110 Russe-inspired 1
-111011011110 Winkle-type 1
-111011011110 soft-sponge 1
-111011011110 body-parts 1
-111011011110 Tacs 1
-111011011110 185-acre 1
-111011011110 Blinkpan 1
-111011011110 Liberian-flagged 1
-111011011110 500-car 1
-111011011110 liquids-extraction 1
-111011011110 Dipping 1
-111011011110 265,000-watt 1
-111011011110 5,000-watt 1
-111011011110 1,429 1
-111011011110 concrete-slab 1
-111011011110 strike-breaker 1
-111011011110 65,000-seat 1
-111011011110 thirty-second 1
-111011011110 drive-shaft 1
-111011011110 hairbreadth 1
-111011011110 frozen-dinners 1
-111011011110 Angra-1 1
-111011011110 950-megawatt 1
-111011011110 all-Berlin 1
-111011011110 market-and-gas 1
-111011011110 126,500-square-foot 1
-111011011110 MX-type 1
-111011011110 Sikh-owned 1
-111011011110 contemporary-music 1
-111011011110 trash-to-steam 1
-111011011110 hovercraft-style 1
-111011011110 records-storage 1
-111011011110 eight-ton 1
-111011011110 messenger-service 1
-111011011110 38,840 1
-111011011110 Pershing-1A 1
-111011011110 dual-lock 1
-111011011110 401,000-ton 1
-111011011110 three-quarters-full 1
-111011011110 brussels 1
-111011011110 step-gabled 1
-111011011110 less-fattening 1
-111011011110 49-megawatt 1
-111011011110 sensitivity-training 1
-111011011110 nonleguminous 1
-111011011110 60-foot-deep 1
-111011011110 sulfide-based 1
-111011011110 Fengjing 1
-111011011110 185,875-square-foot 1
-111011011110 degassing 1
-111011011110 now-damaged 1
-111011011110 Hospital-sponsored 1
-111011011110 waste-recycling 1
-111011011110 14-room 1
-111011011110 3,292 1
-111011011110 Jymees 1
-111011011110 diamond-and-onyx 1
-111011011110 Windscale 1
-111011011110 re-roll 1
-111011011110 115-mph 1
-111011011110 20-megawatt 1
-111011011110 neon-sign 1
-111011011110 100-scientist 1
-111011011110 labor-hungry 1
-111011011110 tree-clearing 1
-111011011110 Salads 1
-111011011110 U.S.-franchised 1
-111011011110 Chinese-cabbage 1
-111011011110 grocery-drug 1
-111011011110 vinyl-chloride-monomer 1
-111011011110 foreign-maintenance 1
-111011011110 horror-film 1
-111011011110 talk-radio 1
-111011011110 WQHT-FM 1
-111011011110 LNG-fired 1
-111011011110 paper-recycling 1
-111011011110 raisin-producing 1
-111011011110 shrimp-processing 1
-111011011110 30-story-high 1
-111011011110 semiconductor-division 1
-111011011110 road-mobile 1
-111011011110 still-inoperable 1
-111011011110 still-shuttered 1
-111011011110 11,200-square-foot 1
-111011011110 hard-to-use 1
-111011011110 WGHPTV 1
-111011011110 pistachio-processing 1
-111011011110 profit-reporting 1
-111011011110 float-glass 1
-111011011110 300-foot-high 1
-111011011110 paintmixing 1
-111011011110 pigmentation 1
-111011011110 50-some 1
-111011011110 superoside 1
-111011011110 750,000-ton-a-year 1
-111011011110 network-produced 1
-111011011110 touch-football 1
-111011011110 Kuwaiti-bound 1
-111011011110 interest-swap 1
-111011011110 hydroskimming 1
-111011011110 700-plus 1
-111011011110 chill-pack 1
-111011011110 pumpkin-patch 1
-111011011110 buffet-style 1
-111011011110 KKR-owned 1
-111011011110 TravelAge 1
-111011011110 mall-based 1
-111011011110 Sohio-brand 1
-111011011110 diesel-fuel-storage 1
-111011011110 Singapore-born 1
-111011011110 salmon-spinach 1
-111011011110 cellulose-rich 1
-111011011110 Subaru-Isuzu 1
-111011011110 noteprinting 1
-111011011110 money-changing 1
-111011011110 optical-retail 1
-111011011110 Mirafiori 1
-111011011110 Gulf-brand 1
-111011011110 filling-station 1
-111011011110 neodymium 1
-111011011110 telephone-order 1
-111011011110 Plaza-Suite 1
-111011011110 Sakchi 1
-111011011110 NUMMI 1
-111011011110 1,608 1
-111011011110 mine-hunter 1
-111011011110 T-90 1
-111011011110 road-maintenance 1
-111011011110 same-race 1
-111011011110 almost-complete 1
-111011011110 SSN-23 1
-111011011110 SSN-20 1
-111011011110 tobacco-stemming 1
-111011011110 well-stuffed 1
-111011011110 SAM-14 1
-111011011110 tripod-mounted 1
-111011011110 stratus 1
-111011011110 transaction-audit 1
-111011011110 TM-2 1
-111011011110 rocketborne 1
-111011011110 cheeks-and-sniffles 1
-111011011110 costume-rental 1
-111011011110 brick-covered 1
-111011011110 overamplified 1
-111011011110 fruit-based 1
-111011011110 fiberboard-products 1
-111011011110 non-bounce 1
-111011011110 foam-products 1
-111011011110 Longbridge 1
-111011011110 3,801 1
-111011011110 UHF-TV 1
-111011011110 bomber-based 1
-111011011110 No-Nonsense 1
-111011011110 Calny-franchised 1
-111011011110 42-room 1
-111011011110 Ruesselsheim 1
-111011011110 four-story-tall 1
-111011011110 exam-preparation 1
-111011011110 fuel-recycling 1
-111011011110 Hartebeestfontein 1
-111011011110 mahjongg 1
-111011011110 Soviet-engineered 1
-111011011110 12-line 1
-111011011110 government-electronics 1
-111011011110 non-shopping 1
-111011011110 taxidermy 1
-111011011110 driver's-license 1
-111011011110 body-and-fender 1
-111011011110 Citrucel 1
-111011011110 closed-down 1
-111011011110 nuclear-materials-production 1
-111011011110 68,000-kilowatt 1
-111011011110 crawl/walk/yowl 1
-111011011110 ToF 1
-111011011110 chocolate-walnut 1
-111011011110 twoday 1
-111011011110 44-liter 1
-111011011110 Unfamiliar 1
-111011011110 single-walled 1
-111011011110 10-barrel-a-day 1
-111011011110 650-foot-high 1
-111011011110 260,000-square-foot 1
-111011011110 natural-fiber 1
-111011011110 gelatin-silver 1
-111011011110 directional-listening 1
-111011011110 ranchera 1
-111011011110 combination-locked 1
-111011011110 panel-making 1
-111011011110 protest-filled 1
-111011011110 war-simulation 1
-111011011110 long-lens 1
-111011011110 engine-manufacturing 1
-111011011110 116-bed 1
-111011011110 T-62 1
-111011011110 Ho-Chi-Minhstrasse 1
-111011011110 Quarterstyle 1
-111011011110 700,000-kilowatt 1
-111011011110 wind-operated 1
-111011011110 geographic-based 1
-111011011110 orgotein/superoxide 1
-111011011110 Ghermezian 1
-111011011110 fish-and-chip 1
-111011011110 seamless-tubing 1
-111011011110 73,000-seat 1
-111011011110 wood-panel 1
-111011011110 butoh 1
-111011011110 alcohol-fuel 1
-111011011110 silicon-products 1
-111011011110 Goldrush 1
-111011011110 sparkling-clean 1
-111011011110 Gulang 1
-111011011110 phosphate-chemical 1
-111011011110 specialty-paper 1
-111011011110 mind-building 1
-111011011110 book-size 1
-111011011110 curious-looking 1
-111011011110 Kuwaiti-flagged 1
-111011011110 tailings-containment 1
-111011011110 one-kiln 1
-111011011110 Yuppie-based 1
-111011011110 scandal-mongering 1
-111011011110 Secretariate 1
-111011011110 Greek-flagged 1
-111011011110 54,000-square-foot 1
-111011011110 45,000-square-foot 1
-111011011110 60-ton 1
-111011011110 -cable 1
-111011011110 340,000-square-foot 1
-111011011110 remodels 1
-111011011110 multiple-fatality 1
-111011011110 gas-liquefaction 1
-111011011110 steel-refining 1
-111011011110 assembly-related 1
-111011011110 1,177,000-square-foot 1
-111011011110 3,138 1
-111011011110 corrugated-packaging 1
-111011011110 fashion-shoe 1
-111011011110 test-tube-and-eyedropper 1
-111011011110 glass-fabricating 1
-111011011110 X59 1
-111011011110 coal-washing 1
-111011011110 construction-equipment-tire 1
-111011011110 tire-incineration 1
-111011011110 pesiticide 1
-111011011110 bicycle-repair 1
-111011011110 49,000-kilowatt 1
-111011011110 languidly 1
-111011011110 7052 1
-111011011110 7050 1
-111011011110 liquid-metal 1
-111011011110 Operates 1
-111011011110 disk-making 1
-111011011110 A500 1
-111011011110 raisin-packing 1
-111011011110 FPO 1
-111011011110 fleet-post-office 1
-111011011110 Greenhills 1
-111011011110 5,000-person 1
-111011011110 SS-4 1
-111011011110 Judaica 1
-111011011110 150-store 1
-111011011110 34-megawatt 1
-111011011110 lignite-generated 1
-111011011110 thermoslike 1
-111011011110 condominium-style 1
-111011011110 tied-in 1
-111011011110 watch-dial 1
-111011011110 airplane-delivered 1
-111011011110 Wilton-Fijenoord 1
-111011011110 fruit-processing 1
-111011011110 tourist-trap 1
-111011011110 housing-reconstruction 1
-111011011110 Renault-Jeep 1
-111011011110 easy-to-load 1
-111011011110 Woolwich 1
-111011011110 9,605 1
-111011011110 lever-operated 1
-111011011110 3,196 1
-111011011110 6,000-pound 1
-111011011110 85.91 1
-111011011110 phone-PC 1
-111011011110 Eye+Tech 1
-111011011110 warm-air 1
-111011011110 hemp 1
-111011011110 nine-press 1
-111011011110 beauty-supply 1
-111011011110 coral-colored 1
-111011011110 hyperaccurate 1
-111011011110 late-news 1
-111011011110 Luray 1
-111011011110 Kitsault 1
-111011011110 Morosco 1
-111011011110 mid-size-car 1
-111011011110 913-megawatt 1
-111011011110 Tidd 1
-111011011110 in-body 1
-111011011110 Pakistani-Chinese-U.S. 1
-111011011110 limpet 1
-111011011110 26-building 1
-111011011110 jean-making 1
-111011011110 remote-call-collection 1
-111011011110 disease-of-the-week 1
-111011011110 Carneval 1
-111011011110 no-star 1
-111011011110 31,526 1
-111011011110 criminal-history 1
-111011011110 CJ-series 1
-111011011110 Duisburg-based 1
-111011011110 B-body 1
-111011011110 balletlike 1
-111011011110 780-megawatt 1
-111011011110 break-dance 1
-111011011110 sewer-hookup 1
-111011011110 video-laden 1
-111011011110 TV-repair 1
-111011011110 controlled-distribution 1
-111011011110 railroad-car 1
-111011011110 compact-car 1
-111011011110 coffee-and-bagel 1
-111011011110 hardwood-flooring 1
-111011011110 7600 1
-111011011110 satellite-earth 1
-111011011110 baked-products 1
-111011011110 seed-crushing 1
-111011011110 central-distribution 1
-111011011110 nondepartment 1
-111011011110 bunker-like 1
-111011011110 horsetails 1
-111011011110 enterpreneurial 1
-111011011110 Lehders 1
-111011011110 still-unlicensed 1
-111011011110 errorless 1
-111011011110 fruit-concentrate 1
-111011011110 free-tailed 1
-111011011110 less-valued 1
-111011011110 open-top 1
-111011011110 double-glazed 1
-111011011110 Aruban 1
-111011011110 black-media 1
-111011011110 wastewater-treatment 1
-111011011110 forms-printing 1
-111011011110 70,000-seat-plus 1
-111011011110 retractable-dome 1
-111011011110 small-explosive 1
-111011011110 thermal-power 1
-111011011110 military-magazine 1
-111011011110 Sasson-label 1
-111011011110 non-Whittle 1
-111011011110 Hooker-owned 1
-111011011110 body-surfing 1
-111011011110 Numazu 1
-111011011110 Norwegian-operated 1
-111011011110 1500-3500 1
-111011011110 broadcast-network 1
-111011011110 parts-supply 1
-111011011110 easy-load 1
-111011011110 restaurant-quality 1
-111011011110 pot-luck 1
-111011011110 silver-domed 1
-111011011110 data-reception 1
-111011011110 recording-tape 1
-111011011110 plastics-molding 1
-111011011110 LG-4 1
-111011011110 recycled-paper 1
-111011011110 Brand-Discount 1
-111011011110 44-acre 1
-111011011110 concave 1
-111011011110 tritium-production 1
-111011011110 pasta-and-sauce 1
-111011011110 exhibition-game 1
-111011011110 soap-box 1
-111011011110 30,000-barrel-a-day 1
-111011011110 then-underutilized 1
-111011011110 petrochemical-production 1
-111011011110 chain-operated 1
-111011011110 community-integrated 1
-111011011110 hidden-camera 1
-111011011110 NASA-owned 1
-111011011110 tape-product 1
-111011011110 magnetic-tape-coating 1
-111011011110 Bocho-conceived 1
-111011011110 70-bed 1
-111011011110 rail-repair 1
-111011011110 1,246 1
-111011011110 coal-preparation 1
-111011011110 food-packing 1
-111011011110 coke-byproduct 1
-111011011110 coke-producing 1
-111011011110 light-source 1
-111011011110 double-pump 1
-111011011110 Back-In-Your-Face 1
-111011011110 metals-processing 1
-111011011110 sheetmetal 1
-111011011110 Inland-Nippon 1
-111011011110 telphone 1
-111011011110 625,000-square-foot 1
-111011011110 2,000-worker 1
-111011011110 6,500-seat 1
-111011011110 sodium-chlorate 1
-111011011110 Chuquicamata 1
-111011011110 Richway 1
-111011011110 English-cucumber 1
-111011011110 crabmeat-picking 1
-111011011110 woodframe 1
-111011011110 Israeli-owned 1
-111011011110 750-square-foot 1
-111011011110 Dead-mail 1
-111011011110 garbage-shredding 1
-111011011110 non-gritty 1
-111011011110 Dingolfing 1
-111011011110 81-bed 1
-111011011110 35,000-kilowatt 1
-111011011110 78,925-square-foot 1
-111011011110 2,000-bed 1
-111011011110 multiple-city 1
-111011011110 mini-disc 1
-111011011110 Llanelli 1
-111011011110 Warski 1
-111011011110 1,700-inmate 1
-111011011110 Y12 1
-111011011110 coke-production 1
-111011011110 fractionation 1
-111011011110 metal-melting 1
-111011011110 dental-technology 1
-111011011110 wax-molding 1
-111011011110 computer-equipped 1
-111011011110 Leica 1
-111011011110 microimage 1
-111011011110 rubber-gasket 1
-111011011110 iron-casting 1
-111011011110 rice-paper 1
-111011011110 not-OK 1
-111011011110 cutglass 1
-111011011110 Tunnels 1
-111011011110 bent-wood 1
-111011011110 bakery-mix 1
-111011011110 rhubarb-like 1
-111011011110 steel-gray 1
-111011011110 various-sized 1
-111011011110 de-inking 1
-111011011110 cigar-making 1
-111011011110 bowling-supply 1
-111011011110 stone-crushing 1
-111011011110 engine-per-year 1
-111011011110 MCA-owned 1
-111011011110 55-acre 1
-111011011110 Pakistani-insect 1
-111011011110 non-chain 1
-111011011110 advertising-trade 1
-111011011110 Enchova 1
-111011011110 outboard-motor 1
-111011011110 metal-recycling 1
-111011011110 Niglintgak 1
-111011011110 foundation-supported 1
-111011011110 20,000-metric-ton-per-year 1
-111011011110 17,000-square-foot 1
-111011011110 ceiling-materials 1
-111011011110 153-bed 1
-111011011110 12-room 1
-111011011110 man-high 1
-111011011110 cyclone-wire 1
-111011011110 Boesky-owned 1
-111011011110 5,989 1
-111011011110 iron-making 1
-111011011110 fluoropolymer 1
-111011011110 reindeer-processing 1
-111011011110 vegetable-processing 1
-111011011110 syndicated-TV 1
-111011011110 film-TV 1
-111011011110 paycable 1
-111011011110 brights 1
-111011011110 Monitor-Radio 1
-111011011110 UHF-television 1
-111011011110 largest-viewership 1
-111011011110 rubber-manufacturing 1
-111011011110 call-waiting 1
-111011011110 once-empty 1
-111011011110 aircraft-assembly 1
-111011011110 rosewater 1
-111011011110 seafood-packing 1
-111011011110 A330-A340 1
-111011011110 hotdog-and-hamburger 1
-111011011110 29,000-square-foot 1
-111011011110 junior-apparel 1
-111011011110 flea-infested 1
-111011011110 high-detail 1
-111011011110 open-cut 1
-111011011110 786-megawatt 1
-111011011110 49,000-square-foot 1
-111011011110 430,000-square-foot 1
-111011011110 three-boiler 1
-111011011110 salt-mining 1
-111011011110 170,000-square-foot 1
-111011011110 fiber-producing 1
-111011011110 rail-transit 1
-111011011110 Camaro-Firebird 2
-111011011110 two-LP 2
-111011011110 25-bed 2
-111011011110 well-tended 2
-111011011110 MV/15000 2
-111011011110 arrowhead 2
-111011011110 sensitizing 2
-111011011110 performance-art 2
-111011011110 biological-weapons 2
-111011011110 gusting 2
-111011011110 jargon-filled 2
-111011011110 food-and-drug 2
-111011011110 coon 2
-111011011110 120-bed 2
-111011011110 ABC-owned 2
-111011011110 budget-writing 2
-111011011110 380,000-square-foot 2
-111011011110 fuel-air 2
-111011011110 methanol-gasoline 2
-111011011110 near-future 2
-111011011110 Pro-Box 2
-111011011110 tennis-playing 2
-111011011110 final-assembly 2
-111011011110 paint-and-hardware 2
-111011011110 flightless 2
-111011011110 16-acre 2
-111011011110 BHS 2
-111011011110 TV-news 2
-111011011110 water-ski 2
-111011011110 sintering 2
-111011011110 sinter 2
-111011011110 nouvelle-cuisine 2
-111011011110 15th-floor 2
-111011011110 televsion 2
-111011011110 BBC-TV 2
-111011011110 middle-school 2
-111011011110 rust-proofing 2
-111011011110 1,205,000-kilowatt 2
-111011011110 SS-23 2
-111011011110 SS-22 2
-111011011110 Lada-Canada 2
-111011011110 children's-rights 2
-111011011110 one-joke 2
-111011011110 I/A 2
-111011011110 peelu 2
-111011011110 basic-oxygen 2
-111011011110 medium-wave 2
-111011011110 fingernail-sized 2
-111011011110 NRC-licensed 2
-111011011110 choo-choo 2
-111011011110 skybox 2
-111011011110 Iran-scandal 2
-111011011110 brain-tuning 2
-111011011110 antlered 2
-111011011110 petroleum-exploration 2
-111011011110 50,000-seat 2
-111011011110 unassigned 2
-111011011110 Tyson-Biggs 2
-111011011110 dragline 2
-111011011110 NBC-affiliated 2
-111011011110 glassless 2
-111011011110 nonmetropolitan 2
-111011011110 silk-screen 2
-111011011110 strikebreaker 2
-111011011110 grouch 2
-111011011110 gas-burning 2
-111011011110 pipe-making 2
-111011011110 Dickensesque 2
-111011011110 computer-designed 2
-111011011110 best-rated 2
-111011011110 waste-energy 2
-111011011110 wood-framed 2
-111011011110 plant-growing 2
-111011011110 mess-hall 2
-111011011110 requalification 2
-111011011110 tire-production 2
-111011011110 retail-food 2
-111011011110 24-valve 2
-111011011110 residential-lending 2
-111011011110 paint-spattered 2
-111011011110 country-bumpkin 2
-111011011110 gas-turbine-powered 2
-111011011110 Loulou 2
-111011011110 used-clothing 2
-111011011110 mutuel 2
-111011011110 crosslinked 2
-111011011110 ceiling-tile 2
-111011011110 weapons-material 2
-111011011110 WBRC-TV 2
-111011011110 22,000-square-foot 2
-111011011110 spruce-covered 2
-111011011110 owner-operated 2
-111011011110 Schweinfurt 2
-111011011110 knick-knack 2
-111011011110 cream-and-egg 2
-111011011110 left-hand-drive 2
-111011011110 3,387 2
-111011011110 already-planned 2
-111011011110 wood-treating 2
-111011011110 custom-integrated 2
-111011011110 France-Soir 2
-111011011110 electrochemical 2
-111011011110 burdock 2
-111011011110 sound-effects 2
-111011011110 now-vacant 2
-111011011110 Magnox 2
-111011011110 heroin-like 2
-111011011110 hazardous-waste-handling 2
-111011011110 natural-gas-fired 2
-111011011110 Danubian 2
-111011011110 magnetic-disk 2
-111011011110 50-megawatt 2
-111011011110 television-network 2
-111011011110 gamma-ray 2
-111011011110 melanin-coated 2
-111011011110 gooseberry 2
-111011011110 server-training 2
-111011011110 pharmaceutical-manufacturing 2
-111011011110 plutonium-bearing 2
-111011011110 850,000-square-foot 2
-111011011110 radial-tire 2
-111011011110 air-polluting 2
-111011011110 SAM-7 2
-111011011110 television-tube 2
-111011011110 60,184 2
-111011011110 wood-product 2
-111011011110 land-launched 2
-111011011110 nuclear-warhead 2
-111011011110 CBS-affiliated 2
-111011011110 nonmetal 2
-111011011110 Pharmacity 2
-111011011110 waste-coal 2
-111011011110 ironore 2
-111011011110 Karmax 2
-111011011110 drycleaning 2
-111011011110 convention-type 2
-111011011110 price-movement 2
-111011011110 rural-based 2
-111011011110 road-crew 2
-111011011110 RDF 2
-111011011110 video-production 2
-111011011110 obfuscating 2
-111011011110 1,447 2
-111011011110 best-paying 2
-111011011110 beefpacking 2
-111011011110 Antaibao 2
-111011011110 double-wall 2
-111011011110 calisthenic 2
-111011011110 even-numbered 2
-111011011110 pink-and-green 3
-111011011110 counter-culture 3
-111011011110 65,000-square-foot 3
-111011011110 asembly 3
-111011011110 Hostess 3
-111011011110 China-based 3
-111011011110 parenteral 3
-111011011110 semiautomatic 3
-111011011110 nativity 3
-111011011110 yellow-brick 3
-111011011110 teleconferencing 3
-111011011110 Waferwood 3
-111011011110 anchovy 3
-111011011110 coal-miner 3
-111011011110 owned-and-operated 3
-111011011110 Sedum 3
-111011011110 smorgasboard 3
-111011011110 woodcuts 3
-111011011110 Raddison 3
-111011011110 50,000-square-foot 3
-111011011110 berthing 3
-111011011110 satellite-servicing 3
-111011011110 retail-entertainment 3
-111011011110 Dalt 3
-111011011110 bow-tie 3
-111011011110 half-court 3
-111011011110 television-news 3
-111011011110 engine-assembly 3
-111011011110 sedimentary 3
-111011011110 U.S.-to-Japan 3
-111011011110 Intellivision 3
-111011011110 vehicle-assembly 3
-111011011110 antilock 3
-111011011110 warehouse-sized 3
-111011011110 WATL-TV 3
-111011011110 hair-products 3
-111011011110 local-TV 3
-111011011110 rent-to-own 3
-111011011110 Schwann 3
-111011011110 machine-building 3
-111011011110 Cradock 3
-111011011110 Cresthil 3
-111011011110 SX-2 3
-111011011110 factory-outlet 3
-111011011110 minehunter 3
-111011011110 action/adventure 3
-111011011110 comedy-oriented 3
-111011011110 radio-navigation 3
-111011011110 non-glare 3
-111011011110 GapKids 3
-111011011110 refinery-expansion 3
-111011011110 heart-rate 3
-111011011110 pre-cut 3
-111011011110 lieder 3
-111011011110 airplane-shaped 3
-111011011110 semi-private 3
-111011011110 22-yard 3
-111011011110 long-jump 3
-111011011110 movie-house 3
-111011011110 21-inch 3
-111011011110 car-repair 3
-111011011110 pinot-noir 3
-111011011110 computer-making 3
-111011011110 Renaissance-style 3
-111011011110 100-minute 3
-111011011110 280,000-square-foot 3
-111011011110 mass-burn 3
-111011011110 botanic 3
-111011011110 wafer-fabrication 3
-111011011110 smog-check 3
-111011011110 Rudna 3
-111011011110 mini-post 3
-111011011110 quarter-sized 3
-111011011110 '30 3
-111011011110 Interalumina 3
-111011011110 El-Hadjar 3
-111011011110 Ottawa-area 3
-111011011110 subway-car 3
-111011011110 pork-packing 3
-111011011110 taxpayer-assistance 4
-111011011110 drug-manufacturing 4
-111011011110 lead-zinc 4
-111011011110 RapeMan 4
-111011011110 beef-processing 4
-111011011110 Zelaya 4
-111011011110 dunce 4
-111011011110 woodblock 4
-111011011110 Blackhawks 4
-111011011110 point-of-purchase 4
-111011011110 Iveco 4
-111011011110 comedy-club 4
-111011011110 plexiglass 4
-111011011110 truck-tire 4
-111011011110 fold-out 4
-111011011110 handball 4
-111011011110 answering-machine 4
-111011011110 Sunderland 4
-111011011110 mini-van 4
-111011011110 Novotel 4
-111011011110 top-40 4
-111011011110 Gaelic 4
-111011011110 Futura 4
-111011011110 long-playing 4
-111011011110 Neptunian 4
-111011011110 shale-oil 4
-111011011110 broadsheet 4
-111011011110 uranium-processing 4
-111011011110 adhesive-backed 4
-111011011110 Rack 4
-111011011110 sporting-clays 4
-111011011110 non-sedating 4
-111011011110 logrolling 4
-111011011110 donut 4
-111011011110 auto-racing 4
-111011011110 Pavilions 4
-111011011110 Shopko 4
-111011011110 satellite-TV 4
-111011011110 rock-video 4
-111011011110 single-story 4
-111011011110 mansard 4
-111011011110 petri 4
-111011011110 coffee-shop 4
-111011011110 poultry-processing 4
-111011011110 brontosaurus 4
-111011011110 half-minute 4
-111011011110 Bruins 4
-111011011110 bass-fishing 4
-111011011110 CBS-owned 4
-111011011110 4300 4
-111011011110 bibulous 4
-111011011110 petrol 4
-111011011110 corrugated-box 5
-111011011110 tire-manufacturing 5
-111011011110 lime-green 5
-111011011110 superhero 5
-111011011110 Redeye 5
-111011011110 Keds 5
-111011011110 news-magazine 5
-111011011110 cocker 5
-111011011110 mass-merchandise 5
-111011011110 point-and-shoot 5
-111011011110 croquet 5
-111011011110 light-filled 5
-111011011110 bromide 5
-111011011110 semipro 5
-111011011110 bipolar 5
-111011011110 M30 5
-111011011110 uninformative 5
-111011011110 free-throw 5
-111011011110 play-off 5
-111011011110 license-renewal 5
-111011011110 Vuillard 5
-111011011110 water-based 5
-111011011110 multi-use 5
-111011011110 gas-processing 5
-111011011110 brocade 5
-111011011110 licorice 5
-111011011110 WGHP-TV 5
-111011011110 passive-income 5
-111011011110 swidden 5
-111011011110 Maxxum 5
-111011011110 Ping-Pong 5
-111011011110 hydroelectric-power 5
-111011011110 trade-school 5
-111011011110 true-crime 5
-111011011110 horsey 5
-111011011110 union-represented 5
-111011011110 epigrammatic 5
-111011011110 four-pound 5
-111011011110 oil-loading 5
-111011011110 toxic-gas 5
-111011011110 A310 6
-111011011110 basset 6
-111011011110 audiotape 6
-111011011110 curio 6
-111011011110 120,000-square-foot 6
-111011011110 Playskool 6
-111011011110 100,000-square-foot 6
-111011011110 home-center 6
-111011011110 am/pm 6
-111011011110 telephoto 6
-111011011110 AIDS-education 6
-111011011110 dogleg 6
-111011011110 stock-tip 6
-111011011110 public-broadcasting 6
-111011011110 photo-processing 6
-111011011110 coed 6
-111011011110 Coppertone 6
-111011011110 snooker 6
-111011011110 primetime 6
-111011011110 rhythm-and-blues 6
-111011011110 order-taking 6
-111011011110 WCBS 6
-111011011110 cold-rolling 6
-111011011110 wiper 6
-111011011110 price-quote 7
-111011011110 custom-calling 7
-111011011110 intraocular 7
-111011011110 12-minute 7
-111011011110 Jif 7
-111011011110 firecracker 7
-111011011110 lotto 7
-111011011110 mud-wrestling 7
-111011011110 1-A 7
-111011011110 ivy-covered 7
-111011011110 jai-alai 7
-111011011110 public-power 7
-111011011110 taco 7
-111011011110 Stainmaster 7
-111011011110 dog-and-pony 7
-111011011110 Noh 7
-111011011110 co-equal 7
-111011011110 gas-powered 7
-111011011110 Shop-Rite 8
-111011011110 junior-college 8
-111011011110 fine-paper 8
-111011011110 20-second 8
-111011011110 flat-panel 8
-111011011110 fern 8
-111011011110 maquiladora 8
-111011011110 granola 8
-111011011110 Galleria 8
-111011011110 desalination 8
-111011011110 J-car 8
-111011011110 non-fiction 8
-111011011110 CVS 8
-111011011110 country-music 9
-111011011110 garbage-burning 9
-111011011110 Foodtown 9
-111011011110 Flotta 9
-111011011110 quarrying 9
-111011011110 all-suite 9
-111011011110 hairdressing 9
-111011011110 stained-glass 9
-111011011110 Sisley 9
-111011011110 chuck-wagon 9
-111011011110 warehouse-club 9
-111011011110 company-operated 9
-111011011110 fastfood 9
-111011011110 Ilo 10
-111011011110 68000 10
-111011011110 500-pound 10
-111011011110 yachting 10
-111011011110 cat-and-mouse 10
-111011011110 racquetball 10
-111011011110 Mothercare 10
-111011011110 NBC-owned 10
-111011011110 wicker 10
-111011011110 London/Decca 10
-111011011110 SuperAmerica 10
-111011011110 bobsled 10
-111011011110 Mahfouz 10
-111011011110 judo 10
-111011011110 color-TV 10
-111011011110 swivel 10
-111011011110 muffler 11
-111011011110 horse-drawn 11
-111011011110 frozen-yogurt 11
-111011011110 post-office 11
-111011011110 top-10 11
-111011011110 Watts-Willowbrook 11
-111011011110 girlie 11
-111011011110 LCD 11
-111011011110 stickball 11
-111011011110 HomeClub 11
-111011011110 meat-processing 11
-111011011110 craps 11
-111011011110 post-game 12
-111011011110 televison 12
-111011011110 rock-music 12
-111011011110 domed 12
-111011011110 Federated-Allied 12
-111011011110 pancake 12
-111011011110 big-screen 12
-111011011110 VHF 12
-111011011110 truck-assembly 12
-111011011110 CTV 12
-111011011110 Wasatch 13
-111011011110 panty 13
-111011011110 billiards 13
-111011011110 jute 13
-111011011110 crossword 13
-111011011110 Skippy 13
-111011011110 over-the-air 13
-111011011110 Soyuz 13
-111011011110 billiard 13
-111011011110 extended-stay 14
-111011011110 1A 14
-111011011110 trolley 14
-111011011110 Muzak 14
-111011011110 Sambo 14
-111011011110 pingpong 14
-111011011110 M-60 14
-111011011110 monochrome 14
-111011011110 resource-recovery 14
-111011011110 suntan 14
-111011011110 shortwave 15
-111011011110 diagonal 15
-111011011110 sniper 15
-111011011110 middleweight 15
-111011011110 oil-pipeline 15
-111011011110 vaudeville 15
-111011011110 safe-deposit 16
-111011011110 five-and-dime 16
-111011011110 eyeglass 16
-111011011110 public-television 17
-111011011110 woolen 17
-111011011110 post-season 17
-111011011110 poppy 17
-111011011110 campground 17
-111011011110 rectal 18
-111011011110 MD-90 18
-111011011110 stucco 18
-111011011110 cycling 18
-111011011110 rivet 18
-111011011110 horse-racing 19
-111011011110 60-second 19
-111011011110 film-making 19
-111011011110 pre-season 19
-111011011110 cavalry 19
-111011011110 fermentation 19
-111011011110 bestseller 20
-111011011110 liquid-crystal 20
-111011011110 35-mm 21
-111011011110 game-show 21
-111011011110 auto-assembly 21
-111011011110 science-fiction 21
-111011011110 color-television 22
-111011011110 peach 22
-111011011110 MedFirst 22
-111011011110 SupeRx 22
-111011011110 noodle 23
-111011011110 tanning 24
-111011011110 cabaret 25
-111011011110 varsity 25
-111011011110 15-second 25
-111011011110 typewritten 25
-111011011110 call-in 25
-111011011110 spider 26
-111011011110 blackjack 26
-111011011110 non-network 27
-111011011110 Page-Williams 27
-111011011110 Bonanza 28
-111011011110 bingo 28
-111011011110 Kresge 28
-111011011110 potted 30
-111011011110 sewage-treatment 31
-111011011110 civics 32
-111011011110 chemical-weapons 32
-111011011110 metal-forming 34
-111011011110 volleyball 36
-111011011110 CBS-TV 37
-111011011110 surface-to-air 38
-111011011110 ID 38
-111011011110 porn 38
-111011011110 golfing 38
-111011011110 patio 41
-111011011110 Bougainville 41
-111011011110 antiaircraft 42
-111011011110 UHF 43
-111011011110 analog 43
-111011011110 barber 44
-111011011110 gas-fired 47
-111011011110 car-assembly 51
-111011011110 rugby 52
-111011011110 coke 54
-111011011110 Lincoln-Mercury 55
-111011011110 best-seller 55
-111011011110 compact-disk 61
-111011011110 talk-show 61
-111011011110 softball 62
-111011011110 cricket 67
-111011011110 souvenir 68
-111011011110 35mm 73
-111011011110 Stinger 75
-111011011110 NBC-TV 76
-111011011110 polo 81
-111011011110 stamping 81
-111011011110 M-1 84
-111011011110 FM 85
-111011011110 LeBaron 85
-111011011110 30-second 87
-111011011110 playoff 90
-111011011110 anti-aircraft 100
-111011011110 chess 102
-111011011110 poker 102
-111011011110 heavyweight 115
-111011011110 Hawk 116
-111011011110 7-Eleven 117
-111011011110 franchised 119
-111011011110 company-owned 135
-111011011110 razor 141
-111011011110 flower 147
-111011011110 soccer 147
-111011011110 cassette 170
-111011011110 Pershing 182
-111011011110 ski 189
-111011011110 crystal 189
-111011011110 championship 190
-111011011110 hockey 194
-111011011110 railway 217
-111011011110 subway 257
-111011011110 prime-time 275
-111011011110 cartoon 289
-111011011110 cogeneration 298
-111011011110 convenience 456
-111011011110 basketball 468
-111011011110 cruise 491
-111011011110 tennis 571
-111011011110 golf 578
-111011011110 football 786
-111011011110 baseball 955
-111011011110 assembly 1365
-111011011110 sports 1514
-111011011110 video 1714
-111011011110 radio 2309
-111011011110 TV 4234
-111011011110 television 6158
-111011011111 23,500-barrel-a-day 1
-111011011111 mother-and-baby 1
-111011011111 tactical-aircraft 1
-111011011111 12,500-kilowatt 1
-111011011111 shipborne 1
-111011011111 advanced-semiconductor 1
-111011011111 transfrontier 1
-111011011111 W-series 1
-111011011111 multithousand-job 1
-111011011111 optical-mark 1
-111011011111 natural-alcohols 1
-111011011111 sub-machine-gun 1
-111011011111 pseudo-gladiatorial 1
-111011011111 1,442 1
-111011011111 crop-killing 1
-111011011111 Kalabagh 1
-111011011111 chemical-fertilizer 1
-111011011111 one-million-pixel 1
-111011011111 SH-2 1
-111011011111 offload 1
-111011011111 orange-color 1
-111011011111 rhodamine 1
-111011011111 cork-lined 1
-111011011111 1.5-million-square-foot 1
-111011011111 hurricane-disaster 1
-111011011111 life-anddeath 1
-111011011111 polticial 1
-111011011111 pull-tab 1
-111011011111 25.8-megawatt 1
-111011011111 ever-longer 1
-111011011111 tiremaking 1
-111011011111 SDI-type 1
-111011011111 Chinesemade 1
-111011011111 governmental-relations 1
-111011011111 hard-liquor 1
-111011011111 neo-expressionist 1
-111011011111 self-developed 1
-111011011111 defense-dominant 1
-111011011111 single-combat 1
-111011011111 days-nuclear 1
-111011011111 weapon-carrying 1
-111011011111 170-foot 1
-111011011111 Voronezh 1
-111011011111 babushka 1
-111011011111 deep-underground 1
-111011011111 condo-grade 1
-111011011111 twin-block 1
-111011011111 kaolin-processing 1
-111011011111 Firestone-owned 1
-111011011111 towel-finishing 1
-111011011111 1,080,000-kilowatt 1
-111011011111 brighter-colored 1
-111011011111 Soviet-launched 1
-111011011111 space-operations 1
-111011011111 resort-condo 1
-111011011111 ship-model 1
-111011011111 fingerless 1
-111011011111 unfinished-furniture 1
-111011011111 art-rock 1
-111011011111 yupped-up 1
-111011011111 eastwest 1
-111011011111 siezed 1
-111011011111 hegemonistic 1
-111011011111 pumped-storage 1
-111011011111 Paks 1
-111011011111 Czechoslovak-Hungarian 1
-111011011111 scruffy-looking 1
-111011011111 anti-HBc 1
-111011011111 Ambassador-at-large 1
-111011011111 fake-hair 1
-111011011111 cogeneraton 1
-111011011111 no-net 1
-111011011111 information-consulting 1
-111011011111 business-telephone 1
-111011011111 twin-unit 1
-111011011111 mint-green 1
-111011011111 MediMart 1
-111011011111 AN/ALQ-126B 1
-111011011111 anti-chemical 1
-111011011111 extendedstay 1
-111011011111 anti-bee 1
-111011011111 doublerunner 1
-111011011111 energy-beam 1
-111011011111 man-produced 1
-111011011111 assets-power 1
-111011011111 instant-winner 1
-111011011111 non-power 1
-111011011111 icon-covered 1
-111011011111 ground-penetrating 1
-111011011111 attack-inducing 1
-111011011111 petroleum-buying 1
-111011011111 transfiguring 1
-111011011111 corked 1
-111011011111 news-dealer 1
-111011011111 Mets-Cardinals 1
-111011011111 software-only 1
-111011011111 semifeudal 1
-111011011111 route-by-route 1
-111011011111 government-supervised 1
-111011011111 sheet-glass 1
-111011011111 waste-conversion 1
-111011011111 airline-ticketing 1
-111011011111 satellite-processing 1
-111011011111 unremembered 1
-111011011111 Bruce-Mansfield 1
-111011011111 waste-fired 1
-111011011111 twin-hulled 1
-111011011111 13-meter-long 1
-111011011111 high-school-as-metaphor-for-life 1
-111011011111 blue-glass 1
-111011011111 nearer-to-zero 1
-111011011111 body-repair 1
-111011011111 submarine-communications 1
-111011011111 full-sized-van 1
-111011011111 pre-sighted 1
-111011011111 Kingswinford 1
-111011011111 sea-green 1
-111011011111 761st 1
-111011011111 already-produced 1
-111011011111 aluminum-casting 1
-111011011111 utility-size 1
-111011011111 fluid-bed 1
-111011011111 Cawtawba 1
-111011011111 red-ocher 1
-111011011111 now-disappearing 1
-111011011111 lithium-powered 1
-111011011111 corn-buying 1
-111011011111 U-boat 1
-111011011111 purchashing 1
-111011011111 Renault-built 1
-111011011111 zonal 1
-111011011111 aircraft-delivered 1
-111011011111 open-casket 1
-111011011111 punched-out 1
-111011011111 as-yet-unbuilt 1
-111011011111 microprocessor-run 1
-111011011111 5,818 1
-111011011111 Franco-Iranian 1
-111011011111 TOW-missile 1
-111011011111 1,500-megawatt 1
-111011011111 Victorian/industrial 1
-111011011111 never-used 1
-111011011111 Israeli-Iranian 1
-111011011111 non-interruptible 1
-111011011111 bank-buying 1
-111011011111 pre-buttered 1
-111011011111 7,672 1
-111011011111 IV-class 1
-111011011111 1,633 1
-111011011111 Mi-8 1
-111011011111 weather-monitoring 1
-111011011111 zone-press 1
-111011011111 birch-wood 1
-111011011111 smoothbore 1
-111011011111 equity-buying 1
-111011011111 sometimes-liberal 1
-111011011111 semi-vacant 1
-111011011111 6,500-megaton 1
-111011011111 2,504 1
-111011011111 1,461 1
-111011011111 15.6-mile 1
-111011011111 wiper/washer 1
-111011011111 longpending 1
-111011011111 left-and-right-handed 1
-111011011111 hydroelectic 1
-111011011111 coalburning 1
-111011011111 52-megawatt 1
-111011011111 Skagit/Hanford 1
-111011011111 388-seat 1
-111011011111 Botlek 1
-111011011111 War-vintage 1
-111011011111 graphite-moderated 1
-111011011111 Western-designed 1
-111011011111 5,200-acre 1
-111011011111 4-Way 1
-111011011111 art-therapy 1
-111011011111 syntactically 1
-111011011111 rocket-borne 1
-111011011111 XJS 1
-111011011111 Soviet-model 1
-111011011111 safety-valve 1
-111011011111 rotary-wing 1
-111011011111 boost-phase 1
-111011011111 Gorbachev-managed 1
-111011011111 1/2-gallon 1
-111011011111 asset-shifting 1
-111011011111 never-completed 1
-111011011111 50,720 1
-111011011111 time-delayed 1
-111011011111 80-megawatt 1
-111011011111 double-walled 1
-111011011111 multiple-concept 1
-111011011111 urbanoid 1
-111011011111 peepshow 1
-111011011111 pancake-house 1
-111011011111 shot-blocking 1
-111011011111 AIDS-screening 1
-111011011111 station-buying 1
-111011011111 tax-boosting 1
-111011011111 16,000-kilowatt 1
-111011011111 URW-represented 1
-111011011111 7,337 1
-111011011111 large-leaf 1
-111011011111 5,755 1
-111011011111 theater-nuclear 1
-111011011111 gasified-coal 1
-111011011111 energy-redundant 1
-111011011111 handtool 1
-111011011111 bomber-carried 1
-111011011111 college-draft 1
-111011011111 earth-penetrating 1
-111011011111 airplane-launched 1
-111011011111 frozen-cheese 1
-111011011111 HY-2 1
-111011011111 HQ-2 1
-111011011111 agricultural-experiment 1
-111011011111 designer-green 1
-111011011111 nose-mounted 1
-111011011111 below-standard 1
-111011011111 non-concealed 1
-111011011111 smaller-circulation 1
-111011011111 least-reliable 1
-111011011111 hand-rubbed 1
-111011011111 sheet-finishing 1
-111011011111 five-megawatt 1
-111011011111 16-megawatt 1
-111011011111 like-sized 1
-111011011111 seaskimming 1
-111011011111 L.A.-area 1
-111011011111 intercontinenal 1
-111011011111 15,000-ton-per-day 1
-111011011111 ocean-spanning 1
-111011011111 unfired 1
-111011011111 diesel-products 1
-111011011111 off-the-odometer 1
-111011011111 air-suspension 1
-111011011111 B17 1
-111011011111 public-agency 1
-111011011111 distorted-spectrum 1
-111011011111 battery-recharging 1
-111011011111 Cajun/rhythm-and-blues 1
-111011011111 baby-furniture 1
-111011011111 fast-food-restaurant 1
-111011011111 turkey-and-cranberry 1
-111011011111 blended-ice-cream 1
-111011011111 competitiveintelligence 1
-111011011111 Turkish-Greek 1
-111011011111 ammonia-fertilizer 1
-111011011111 recherche 1
-111011011111 farthest-striking 1
-111011011111 space-strike 1
-111011011111 Spanishlanguage 1
-111011011111 federal-aid 1
-111011011111 Hamiltonian 1
-111011011111 Astrodome-type 1
-111011011111 six-key 1
-111011011111 self-effacing-to-the-point-of-complete- 1
-111011011111 seed-proceesing 1
-111011011111 one-to-four 1
-111011011111 gypsum-based 1
-111011011111 European-theater 1
-111011011111 HP-700/71 1
-111011011111 85-millimeter 1
-111011011111 Candu-type 1
-111011011111 tropical-hued 1
-111011011111 Zouar 1
-111011011111 bottom-of-the-heap 1
-111011011111 more-sweeping 1
-111011011111 Midtec 1
-111011011111 mock-comic 1
-111011011111 orthographic 1
-111011011111 upper-story 1
-111011011111 hotsheets 1
-111011011111 Millstone-3 1
-111011011111 loan-liquidation 1
-111011011111 business-specific 1
-111011011111 Juarez-area 1
-111011011111 weapons-production 1
-111011011111 yellow-gray 1
-111011011111 air-over-hydraulic 1
-111011011111 artificial-flower 1
-111011011111 loss-laden 1
-111011011111 antiWestern 1
-111011011111 Pancakes 1
-111011011111 styrofoam-making 1
-111011011111 bedroom-one 1
-111011011111 warehouse-style 1
-111011011111 Zarnow 1
-111011011111 super-hard 1
-111011011111 semi-bleached-kraft-pulp 1
-111011011111 more-capable 1
-111011011111 reef-building 1
-111011011111 speed-adjusting 1
-111011011111 hydrophilic 1
-111011011111 bloated-budget 1
-111011011111 crating 1
-111011011111 easy-care 1
-111011011111 atom-derived 1
-111011011111 drug-containing 1
-111011011111 2,250-megawatt 1
-111011011111 plutonium-based 1
-111011011111 flapjack 1
-111011011111 Japanese-majority-owned 1
-111011011111 Peachbottom 1
-111011011111 ethane-based 1
-111011011111 non-hemispheric 1
-111011011111 officesupply 1
-111011011111 car-enthusiast 1
-111011011111 manned-space 1
-111011011111 tipping-type 1
-111011011111 weapon-free 1
-111011011111 foil-laminating 1
-111011011111 HUD-subsidized 1
-111011011111 force-level 1
-111011011111 still-vacant 1
-111011011111 foreign-run 1
-111011011111 Trident-2 1
-111011011111 ear-lobe 1
-111011011111 multivariant 1
-111011011111 primate-research 1
-111011011111 Caribbean-style 1
-111011011111 supermarket-type 1
-111011011111 barge-mounted 1
-111011011111 Gabcikovo-Nagymaros 1
-111011011111 once-posh 1
-111011011111 East-Coast 1
-111011011111 still-incomplete 1
-111011011111 19,000-kilowatt 1
-111011011111 silicon-wafering 1
-111011011111 chemical-contaminated 1
-111011011111 packet-switching 1
-111011011111 9,835 1
-111011011111 between-pitches 1
-111011011111 Montreal-Washington 1
-111011011111 bagels-and-lox 1
-111011011111 5,643 1
-111011011111 quarterhorse 1
-111011011111 Frenchmade 1
-111011011111 two-reactor 1
-111011011111 flock-upholstery 1
-111011011111 hacksaw 1
-111011011111 predischarge 1
-111011011111 Brussels-style 1
-111011011111 Benetton-only 1
-111011011111 intragovernment 1
-111011011111 life-line 1
-111011011111 now-idle 1
-111011011111 700,000-ton-ayear 1
-111011011111 155-millimeter 1
-111011011111 three-kiloton 1
-111011011111 lignite-fuel 1
-111011011111 TV-executive 1
-111011011111 marginal-type 1
-111011011111 lens-processing 1
-111011011111 three-to-four-hour 1
-111011011111 space-vehicle 1
-111011011111 funny-money 1
-111011011111 ring-like 1
-111011011111 impoundment-veto 1
-111011011111 bio-equivalency 1
-111011011111 stoker 1
-111011011111 vinegar-and-shallot 1
-111011011111 semi-liquid 1
-111011011111 80-lane 1
-111011011111 chemical/biological 1
-111011011111 TU-95 1
-111011011111 sandwich-making 1
-111011011111 law-student 1
-111011011111 130,000-square-foot 1
-111011011111 pool-equipped 1
-111011011111 already-favored 1
-111011011111 TV-industry 1
-111011011111 auto-show 1
-111011011111 emergency-path 1
-111011011111 MacSteel 1
-111011011111 stretched-thin 1
-111011011111 M-1A1 1
-111011011111 body-altering 1
-111011011111 events-steer 1
-111011011111 ultra-accurate 1
-111011011111 optionpricing 1
-111011011111 474th 1
-111011011111 1,491 1
-111011011111 12-speed 1
-111011011111 rope-course 1
-111011011111 pollution-causing 1
-111011011111 stomach-acid 1
-111011011111 Heavenly 1
-111011011111 land-attack 1
-111011011111 1,297 1
-111011011111 brush-like 1
-111011011111 hand-off 1
-111011011111 most-efficient 1
-111011011111 full-throttled 1
-111011011111 Air-supported 1
-111011011111 engine-firing 1
-111011011111 run-of-the 1
-111011011111 capital-improvements 1
-111011011111 tuneup 1
-111011011111 Renabie 1
-111011011111 2.7-liter 1
-111011011111 yogurt-dill 1
-111011011111 drug-crop 1
-111011011111 submarine-sandwich 1
-111011011111 Maverick-G 1
-111011011111 1,300-megawatt 1
-111011011111 electron-beam 1
-111011011111 cable-supported 1
-111011011111 ultradense 1
-111011011111 entrenchment-driven 1
-111011011111 twinunit 1
-111011011111 fatigue-induced 1
-111011011111 hand-woven 1
-111011011111 three-yards-and-a-cloud-of-dust 1
-111011011111 libellous 1
-111011011111 fast-waning 1
-111011011111 once-absolute 1
-111011011111 wood-encased 1
-111011011111 Pentagram 1
-111011011111 better-prepared 1
-111011011111 80,000-acre 1
-111011011111 Zortman/Landusky 1
-111011011111 quasi-genocidal 1
-111011011111 already-formidable 1
-111011011111 minimum-budget 1
-111011011111 Tissue-type 1
-111011011111 wicker-furniture 1
-111011011111 ship-based 1
-111011011111 Anglo-style 1
-111011011111 low-stomata 1
-111011011111 now-declining 1
-111011011111 Essen-based 1
-111011011111 European-related 1
-111011011111 20-cigarette 1
-111011011111 KHON-TV 1
-111011011111 earth-orbiting 1
-111011011111 mini-nuclear 1
-111011011111 disaster-designated 1
-111011011111 defense-led 1
-111011011111 unrented 1
-111011011111 dollar-signs 1
-111011011111 automobile-interior 1
-111011011111 analog-digital 1
-111011011111 computerese-laced 1
-111011011111 impulse-capable 1
-111011011111 missile-manufacturing 1
-111011011111 integrated-pest-management 1
-111011011111 military-conservative 1
-111011011111 unautomatic 1
-111011011111 12,052 1
-111011011111 Datago 1
-111011011111 light-oil-products 1
-111011011111 60-yard-tall 1
-111011011111 400-warhead 1
-111011011111 antisatellite 1
-111011011111 15,000-kilowatt 1
-111011011111 biomass-fired 1
-111011011111 product-based 1
-111011011111 anti-rebel 1
-111011011111 solar-electric 1
-111011011111 automotive-lubrication 1
-111011011111 nonhierarchical 1
-111011011111 anti-germ 2
-111011011111 intermediaterange 2
-111011011111 120-mm 2
-111011011111 regional-mall 2
-111011011111 once-conventional 2
-111011011111 consumer-incentive 2
-111011011111 fossil-fired 2
-111011011111 160,000-square-foot 2
-111011011111 Yvan 2
-111011011111 AM-radio 2
-111011011111 central-station 2
-111011011111 orange-processing 2
-111011011111 lignite-fueled 2
-111011011111 American-operated 2
-111011011111 ferroalloy 2
-111011011111 more-numerous 2
-111011011111 wood-working 2
-111011011111 mossy 2
-111011011111 Manila-area 2
-111011011111 Seasparrow 2
-111011011111 bacteriological 2
-111011011111 Hiroshima-size 2
-111011011111 TOW-2 2
-111011011111 weapons-control 2
-111011011111 wire-guided 2
-111011011111 green-shuttered 2
-111011011111 stenciling 2
-111011011111 satellite-tracking 2
-111011011111 51-acre 2
-111011011111 spinning-wheel 2
-111011011111 health-education 2
-111011011111 Iranian-bound 2
-111011011111 liquid-hydrogen 2
-111011011111 mile-wide 2
-111011011111 shoulder-launched 2
-111011011111 dome-shaped 2
-111011011111 52-card 2
-111011011111 glider-like 2
-111011011111 jetfighter 2
-111011011111 unadvertised 2
-111011011111 Maverick-D 2
-111011011111 Swedish-built 2
-111011011111 2,250-ton-a-day 2
-111011011111 Hamilton-Fairfield 2
-111011011111 Chaplinesque 2
-111011011111 million-seller 2
-111011011111 Portugese 2
-111011011111 adjudicatory 2
-111011011111 Seabrook-generated 2
-111011011111 atomic-weapons 2
-111011011111 biomass-fueled 2
-111011011111 600,000-kilowatt 2
-111011011111 base-load 2
-111011011111 open-to-hire 2
-111011011111 non-standard 2
-111011011111 conventional-warfare 2
-111011011111 hypervelocity 2
-111011011111 waiting-room 2
-111011011111 25-megawatt 2
-111011011111 theater-range 2
-111011011111 Afrin 2
-111011011111 low-trajectory 2
-111011011111 two-to-three 2
-111011011111 hydrostatic 2
-111011011111 lifetime-care 2
-111011011111 Fina-brand 2
-111011011111 Alouette 2
-111011011111 condop 2
-111011011111 personnel-service 2
-111011011111 freehand 2
-111011011111 paper-producing 2
-111011011111 Texas-grown 2
-111011011111 300-megawatt 2
-111011011111 atomic-power 2
-111011011111 sand-and-gravel 2
-111011011111 gray-metal 2
-111011011111 shortest-range 2
-111011011111 touch-sensitive 2
-111011011111 palm-lined 2
-111011011111 U-235 2
-111011011111 cheap-but-decent 2
-111011011111 dual-capable 2
-111011011111 coal-powered 2
-111011011111 fixed-site 2
-111011011111 330,000-kilowatt 2
-111011011111 sales-operation 2
-111011011111 story. 2
-111011011111 program-length 2
-111011011111 party-government 2
-111011011111 T-55 2
-111011011111 Cheddar 2
-111011011111 medical-waste 2
-111011011111 war-making 2
-111011011111 oil-reserve 2
-111011011111 leaded-glass 2
-111011011111 ultrasophisticated 2
-111011011111 topsecret 2
-111011011111 SS-16 2
-111011011111 once-a-year 2
-111011011111 intercontinental-range 2
-111011011111 laser-bar 2
-111011011111 Trouble-Shooting 2
-111011011111 highrise 2
-111011011111 Euromissile 2
-111011011111 five-passenger 2
-111011011111 well-laid 2
-111011011111 cranberry-based 2
-111011011111 reel-type 2
-111011011111 boutique-lined 2
-111011011111 Columbus-area 2
-111011011111 walk-behind 2
-111011011111 Teflon-like 2
-111011011111 gold-buying 2
-111011011111 metal-parts 2
-111011011111 pre-marketing 2
-111011011111 irritancy 2
-111011011111 part-of-a-bill 2
-111011011111 1,472 2
-111011011111 unarticulated 2
-111011011111 methyl-isocyanate 2
-111011011111 tank-heavy 2
-111011011111 cabin-pressure 2
-111011011111 2.4-meter 2
-111011011111 oil-prospecting 2
-111011011111 70,000-barrel-a-day 2
-111011011111 rapid-response 2
-111011011111 weapons-manufacturing 2
-111011011111 45,000-kilowatt 2
-111011011111 acid-rich 2
-111011011111 wild-cow 2
-111011011111 Pershing-2 2
-111011011111 wheel-and-rail 2
-111011011111 main-frame 2
-111011011111 Israeli-arranged 2
-111011011111 spine-tingling 2
-111011011111 40-kilometer 2
-111011011111 blood-drenched 2
-111011011111 infrared-sensor 2
-111011011111 metal-processing 2
-111011011111 flushable 2
-111011011111 cocaine-processing 3
-111011011111 AXE 3
-111011011111 periwinkle 3
-111011011111 movie-distribution 3
-111011011111 30,000-kilowatt 3
-111011011111 D5 3
-111011011111 nuclear-bomb 3
-111011011111 nuclear-generated 3
-111011011111 multiwarhead 3
-111011011111 suborbital 3
-111011011111 older-generation 3
-111011011111 Candu 3
-111011011111 Vezina 3
-111011011111 weapons-free 3
-111011011111 general-population 3
-111011011111 zinc-lead 3
-111011011111 tax-producing 3
-111011011111 disinfecting 3
-111011011111 cartridge-based 3
-111011011111 high-desert 3
-111011011111 Blowpipe 3
-111011011111 plutonium-producing 3
-111011011111 foreign-designed 3
-111011011111 120mm 3
-111011011111 Bellefonte 3
-111011011111 Campeau-owned 3
-111011011111 anatomic 3
-111011011111 1.2-million-square-foot 3
-111011011111 freight-train 3
-111011011111 game-like 3
-111011011111 12-tone 3
-111011011111 government-contractor 3
-111011011111 plate-making 3
-111011011111 ore-processing 3
-111011011111 astrodome 3
-111011011111 10th-grade 3
-111011011111 Palladian 3
-111011011111 block-time 3
-111011011111 fee-generating 3
-111011011111 laser-type 3
-111011011111 sales-operations 3
-111011011111 Nicolai 3
-111011011111 Yvan-Vezina 3
-111011011111 Carl-Gustaf 3
-111011011111 Colomac 3
-111011011111 spacebased 3
-111011011111 chip-fabrication 3
-111011011111 Ginna 3
-111011011111 shortrange 3
-111011011111 non-irrigated 3
-111011011111 rule-change 3
-111011011111 CSS-2 3
-111011011111 contractor-run 3
-111011011111 plutonium-processing 3
-111011011111 asbestos-contaminated 3
-111011011111 mammographic 3
-111011011111 500-foot 3
-111011011111 quick-printing 3
-111011011111 U.S.-sanctioned 3
-111011011111 hair-styling 3
-111011011111 forswore 3
-111011011111 jalapeno 3
-111011011111 asbestos-laced 3
-111011011111 decontaminating 3
-111011011111 folkloric 3
-111011011111 300-foot 3
-111011011111 24-carat 3
-111011011111 thermonuclear 4
-111011011111 Lemington 4
-111011011111 fossil-fueled 4
-111011011111 alcohol-based 4
-111011011111 Kemano 4
-111011011111 PCB-contaminated 4
-111011011111 1,100-pound 4
-111011011111 anti-tactical 4
-111011011111 inter-union 4
-111011011111 particle-beam 4
-111011011111 lead-lined 4
-111011011111 Canadian-designed 4
-111011011111 oil-burning 4
-111011011111 heavy-water 4
-111011011111 hydro-electric 4
-111011011111 missile-carrying 4
-111011011111 light-water 4
-111011011111 phallic 4
-111011011111 400,000-square-foot 4
-111011011111 70,000-square-foot 4
-111011011111 mediumrange 4
-111011011111 wraparound 4
-111011011111 T-72 4
-111011011111 M-48 4
-111011011111 Iran-bound 4
-111011011111 mass-merchandising 4
-111011011111 600-megawatt 4
-111011011111 non-stick 4
-111011011111 network-affiliate 4
-111011011111 ground-to-ground 4
-111011011111 non-casino 5
-111011011111 church-run 5
-111011011111 all-leather 5
-111011011111 anti-armor 5
-111011011111 PacMan 5
-111011011111 over-budget 5
-111011011111 cytogenetics 5
-111011011111 multiple-warhead 5
-111011011111 pathogenic 5
-111011011111 electrical-power 5
-111011011111 fireproof 5
-111011011111 nuclear-test 5
-111011011111 air-to-surface 5
-111011011111 radar-guided 5
-111011011111 non-offensive 5
-111011011111 cafeteria-style 5
-111011011111 forward-based 5
-111011011111 cash-producing 5
-111011011111 small-arms 5
-111011011111 kinetic-energy 5
-111011011111 four-unit 5
-111011011111 oil-storage 5
-111011011111 LG-1 5
-111011011111 Scud-B 5
-111011011111 biological-warfare 6
-111011011111 longrange 6
-111011011111 helium-cooled 6
-111011011111 slash-and-burn 6
-111011011111 SS-18 6
-111011011111 Chernobyl-type 6
-111011011111 non-hazardous 6
-111011011111 disease-resistant 6
-111011011111 ballot-box 6
-111011011111 floor-to-ceiling 6
-111011011111 radar-warning 6
-111011011111 tempera 6
-111011011111 Hellfire 6
-111011011111 test-ban 6
-111011011111 fissionable 6
-111011011111 low-hanging 6
-111011011111 pre-1987 6
-111011011111 45-rpm 6
-111011011111 nine-inch 6
-111011011111 OH-58 6
-111011011111 electricity-generating 6
-111011011111 flood-control 6
-111011011111 worst-managed 7
-111011011111 erosive 7
-111011011111 single-state 7
-111011011111 color-coordinated 7
-111011011111 confirmatory 7
-111011011111 submarine-based 7
-111011011111 war-fighting 7
-111011011111 unexploded 7
-111011011111 wood-burning 7
-111011011111 uninterruptible 8
-111011011111 low-speed 8
-111011011111 cogenerated 8
-111011011111 space-defense 8
-111011011111 four-lane 8
-111011011111 anti-radiation 8
-111011011111 addressable 8
-111011011111 rocket-fuel 8
-111011011111 electric-generating 8
-111011011111 battle-management 8
-111011011111 directed-energy 8
-111011011111 oil-fired 8
-111011011111 desalinization 9
-111011011111 U.S.-supplied 9
-111011011111 sealift 9
-111011011111 pre-marital 9
-111011011111 Bailly 9
-111011011111 antisubmarine 9
-111011011111 sea-based 9
-111011011111 ultra-high 9
-111011011111 ERIS 10
-111011011111 combined-cycle 10
-111011011111 gas-cooled 10
-111011011111 ground-to-air 10
-111011011111 U.S.-controlled 10
-111011011111 armor-piercing 10
-111011011111 Loco 11
-111011011111 Soviet-supplied 11
-111011011111 DNA-probe 12
-111011011111 water-cooled 12
-111011011111 lifesaving 12
-111011011111 nonproliferation 12
-111011011111 heat-seeking 13
-111011011111 tear-gas 14
-111011011111 boarded-up 14
-111011011111 energy-saving 14
-111011011111 10-warhead 15
-111011011111 Walla 16
-111011011111 weapons-grade 16
-111011011111 ASAT 16
-111011011111 intracranial 17
-111011011111 open-pit 17
-111011011111 air-to-ground 17
-111011011111 French-made 18
-111011011111 subatomic 19
-111011011111 high-voltage 21
-111011011111 carry-on 22
-111011011111 septic 22
-111011011111 surface-to-surface 22
-111011011111 antitank 23
-111011011111 anti-lock 24
-111011011111 missile-defense 25
-111011011111 nuclear-tipped 25
-111011011111 submarine-launched 27
-111011011111 polychlorinated 28
-111011011111 low-flying 28
-111011011111 coal-burning 28
-111011011111 kinetic 29
-111011011111 Harpoon 29
-111011011111 Chinese-made 29
-111011011111 Exocet 31
-111011011111 auxiliary 33
-111011011111 amphibious 34
-111011011111 Soviet-made 37
-111011011111 anti-satellite 37
-111011011111 air-to-air 38
-111011011111 anti-ship 39
-111011011111 PCB 42
-111011011111 nasal 43
-111011011111 longer-range 44
-111011011111 Maverick 47
-111011011111 litmus 48
-111011011111 non-nuclear 56
-111011011111 low-power 61
-111011011111 Vogtle 63
-111011011111 ground-based 63
-111011011111 anti-tank 65
-111011011111 anti-submarine 69
-111011011111 TOW 70
-111011011111 Silkworm 72
-111011011111 antimissile 75
-111011011111 shorter-range 76
-111011011111 nuclear-weapons 83
-111011011111 geothermal 84
-111011011111 land-based 87
-111011011111 intercontinental 87
-111011011111 waste-to-energy 105
-111011011111 coal-fired 114
-111011011111 Pap 140
-111011011111 hydroelectric 144
-111011011111 anti-missile 145
-111011011111 nuclear-power 149
-111011011111 atomic 151
-111011011111 ballistic 200
-111011011111 radioactive 205
-111011011111 space-based 227
-111011011111 intermediate-range 235
-111011011111 medium-range 238
-111011011111 short-range 268
-111011011111 biological 291
-111011011111 tactical 327
-111011011111 long-range 443
-111011011111 toxic 545
-111011011111 conventional 2169
-111011011111 nuclear 5342
-111011011111 strategic 2227
-111011100 yet-raised 1
-111011100 bond-coupon 1
-111011100 professor/antitrust 1
-111011100 Lebanon-style 1
-111011100 steeper-than-expected 1
-111011100 LANDES 1
-111011100 asbestos-claims 1
-111011100 non-salary 1
-111011100 low-and-moderate 1
-111011100 depressed-worker 1
-111011100 high-net 1
-111011100 ninemonth 1
-111011100 1.69-point 1
-111011100 next-quarter 1
-111011100 quick-to-field 1
-111011100 NSC-directed 1
-111011100 higher-than-estimated 1
-111011100 financecharge 1
-111011100 service-charge 1
-111011100 nonpassive 1
-111011100 oper. 1
-111011100 4th-quarter 1
-111011100 after-college 1
-111011100 pre-expense 1
-111011100 dollar-for-ruble 1
-111011100 10.66-points 1
-111011100 Spendable 1
-111011100 living-personal 1
-111011100 U.S.-source 1
-111011100 photo-business 1
-111011100 coventional 1
-111011100 nonreported 1
-111011100 investment-firm 1
-111011100 79-78 1
-111011100 calendar-1987 1
-111011100 copyright-fee 1
-111011100 most-significant 1
-111011100 brokerage-commission 1
-111011100 72-cent-a-share 1
-111011100 98-89 1
-111011100 10-yen 1
-111011100 resultsthe 1
-111011100 30,000-words 1
-111011100 switcheroo 1
-111011100 chicken-company 1
-111011100 22-cent-share 1
-111011100 343.06-a 1
-111011100 double-overtime 2
-111011100 minimum-taxable 2
-111011100 distributable 2
-111011100 quality-adjusted 2
-111011100 lost-workday 2
-111011100 2,301 2
-111011100 low-to-moderate 2
-111011100 dead-weight 3
-111011100 debt-cancellation 3
-111011100 ROLLS 3
-111011100 Withhold 3
-111011100 adjusted-gross 3
-111011100 loan-fee 4
-111011100 non-wage 5
-111011100 foreign-source 6
-111011100 spendable 9
-111011100 noninterest 10
-111011100 net 17239
-111011100 non-interest 138
-1110111010 900,000-barrel-a-day 1
-1110111010 manufacturing-climate 1
-1110111010 chemical-product 1
-1110111010 trading-business 1
-1110111010 world-cotton 1
-1110111010 906.42-point 1
-1110111010 paperthin 1
-1110111010 specialty-chain 1
-1110111010 next-biggest 1
-1110111010 per-ADR 1
-1110111010 daily-production 1
-1110111010 companion-discount 1
-1110111010 pro-Gorbachev 1
-1110111010 halfyear 1
-1110111010 once-skimpy 1
-1110111010 industrial-scale 1
-1110111010 homesite 1
-1110111010 offshore-China 1
-1110111010 2.77-point 1
-1110111010 suit-settlement 1
-1110111010 12,431,866 1
-1110111010 past-12-month 1
-1110111010 Texas-area 1
-1110111010 college-support 1
-1110111010 still-to-be-reported 1
-1110111010 BTOS-II 1
-1110111010 most-notorious 1
-1110111010 24-cent 1
-1110111010 Monday-through-Friday 1
-1110111010 ooey-gooey 1
-1110111010 322-pence 1
-1110111010 slightly-better-than-expected 1
-1110111010 investment-monitoring 1
-1110111010 strike-blunted 1
-1110111010 rebatable 1
-1110111010 debt-retirement 1
-1110111010 0.3-percentage-point 1
-1110111010 304,000-job 1
-1110111010 residential-subscriber 1
-1110111010 equipment-trust-certificate 1
-1110111010 fuller-bodied 1
-1110111010 17.57-point 1
-1110111010 budget/tax 1
-1110111010 record-division 1
-1110111010 rail-unit 1
-1110111010 non-extraordinary 1
-1110111010 home-attendance 1
-1110111010 12-months 1
-1110111010 dog-track 1
-1110111010 76-cents-a-share 1
-1110111010 maxmium 1
-1110111010 loan-syndication 1
-1110111010 23.60-point 1
-1110111010 296,000-job 1
-1110111010 15.81-point 1
-1110111010 soybean-export 1
-1110111010 epidemically 1
-1110111010 parent-bank 1
-1110111010 development-contract 1
-1110111010 default-related 1
-1110111010 45.43-point 1
-1110111010 56.20-point 1
-1110111010 still-promising 1
-1110111010 48,000-member 1
-1110111010 132,100 1
-1110111010 consumer-business 1
-1110111010 51.6-point 1
-1110111010 120,000-member 1
-1110111010 modest-to-good 1
-1110111010 25.87-point 1
-1110111010 hotel-operating 1
-1110111010 pre-July 1
-1110111010 airplane-division 1
-1110111010 50-cent-a-share 1
-1110111010 steel-output 1
-1110111010 December-to-January 1
-1110111010 44,000-job 1
-1110111010 film-thin 1
-1110111010 consolidated-pretax 1
-1110111010 1.06-point 1
-1110111010 pre-code 1
-1110111010 10-mark-a-share 1
-1110111010 March-to-March 1
-1110111010 finance-unit 1
-1110111010 15.09-point 1
-1110111010 industry-trailing 1
-1110111010 114-point 1
-1110111010 more-than-double 1
-1110111010 2.55-cent 1
-1110111010 interest-related 1
-1110111010 sale-price 1
-1110111010 Wandsworth 1
-1110111010 63-cent 1
-1110111010 pretrade 1
-1110111010 wage-dividend 1
-1110111010 50-cents-a-share 1
-1110111010 total-year 1
-1110111010 1,680,000-car 1
-1110111010 7,000-employee 1
-1110111010 paper-route 1
-1110111010 investment-sale 1
-1110111010 16-win 1
-1110111010 nonrecognized 1
-1110111010 core-bank 1
-1110111010 Redcoats 1
-1110111010 unit-sale 1
-1110111010 4th-period 1
-1110111010 first-six-month 1
-1110111010 twelve-month 1
-1110111010 best-groomed 1
-1110111010 5.80-point 1
-1110111010 3.20-point 1
-1110111010 25.42-point 1
-1110111010 catastrophic-healthcare 1
-1110111010 6.5-cent-a-share 1
-1110111010 a-Excludes 1
-1110111010 61-cent-a-share 1
-1110111010 76-cent-a-share 1
-1110111010 5-cent-a-share 1
-1110111010 29,000-employee 1
-1110111010 Canopean 1
-1110111010 44.5-cent 1
-1110111010 fiscal-second-quarter 1
-1110111010 corn-stocks 1
-1110111010 per-viewer 1
-1110111010 1,589,278 1
-1110111010 17.24-point 1
-1110111010 10.3-million-car 1
-1110111010 1.8-mark 1
-1110111010 once-raciest 1
-1110111010 23.04-point 1
-1110111010 pre-charge 1
-1110111010 38.94-point 1
-1110111010 churro 1
-1110111010 point-and-a-quarter 1
-1110111010 111-seat 1
-1110111010 presale 1
-1110111010 bank-group 1
-1110111010 19-billion-mark 1
-1110111010 loss-deduction 1
-1110111010 reserve-related 1
-1110111010 Sava 1
-1110111010 supperregional 1
-1110111010 51.60-point 2
-1110111010 60-cent-a-share 2
-1110111010 oneday 2
-1110111010 asset-value 2
-1110111010 66-cent-a-share 2
-1110111010 AIDS-test 2
-1110111010 54.14-point 2
-1110111010 direct-investment 2
-1110111010 samestore 2
-1110111010 foreign-portfolio 2
-1110111010 cash-position 2
-1110111010 coal-company 2
-1110111010 consoldiated 2
-1110111010 70-cent-a-share 2
-1110111010 two-quarter 2
-1110111010 accounting-change 2
-1110111010 record-level 2
-1110111010 nonpetroleum 2
-1110111010 3,000-dollar 2
-1110111010 fiscal-third-quarter 2
-1110111010 41-cent 2
-1110111010 pre-depreciation 2
-1110111010 doubledigit 2
-1110111010 fiscal-first-quarter 2
-1110111010 Time/Yankelovich 2
-1110111010 four-cent-a-share 2
-1110111010 OPEC-assigned 2
-1110111010 23-cents-a-share 2
-1110111010 commercial-construction 2
-1110111010 most-positive 2
-1110111010 barrels-a-day 2
-1110111010 7.5-cent 2
-1110111010 15-mark 2
-1110111010 non-takeover 3
-1110111010 per-mile 3
-1110111010 four-cent 3
-1110111010 pre-interest 3
-1110111010 1,783,000 3
-1110111010 December-to-March 3
-1110111010 firsthalf 3
-1110111010 volumetric 3
-1110111010 102.27-point 3
-1110111010 102-point 3
-1110111010 one-cent-a-share 3
-1110111010 latest-period 3
-1110111010 single-quarter 3
-1110111010 less-optimistic 4
-1110111010 eight-cent 4
-1110111010 75-cent 4
-1110111010 firstquarter 4
-1110111010 unadited 4
-1110111010 64-point 4
-1110111010 fiscal-fourth-quarter 5
-1110111010 five-cent-a-share 5
-1110111010 post-tax 6
-1110111010 nine-months 6
-1110111010 home-sales 6
-1110111010 secondquarter 6
-1110111010 fullyear 6
-1110111010 fourthquarter 7
-1110111010 30-cent-a-share 7
-1110111010 unremitted 7
-1110111010 current-quarter 7
-1110111010 10-cent-a-share 7
-1110111010 net-income 8
-1110111010 thirdquarter 9
-1110111010 per-ton 9
-1110111010 store-for-store 10
-1110111010 undistributed 11
-1110111010 second-period 16
-1110111010 third-period 17
-1110111010 aftertax 17
-1110111010 first-period 18
-1110111010 pershare 19
-1110111010 current-year 22
-1110111010 year-over-year 22
-1110111010 fourth-period 23
-1110111010 half-year 51
-1110111010 fiscal-year 52
-1110111010 second-half 106
-1110111010 unconsolidated 118
-1110111010 unaudited 124
-1110111010 first-half 461
-1110111010 full-year 495
-1110111010 consolidated 897
-1110111010 after-tax 1091
-1110111010 pre-tax 1121
-1110111010 per-share 1385
-1110111010 third-quarter 2023
-1110111010 first-quarter 2057
-1110111010 second-quarter 2142
-1110111010 pretax 2304
-1110111010 quarterly 3134
-1110111010 fourth-quarter 2541
-1110111011 executive-hamburger 1
-1110111011 over-stressed 1
-1110111011 already-sagging 1
-1110111011 liberalizer 1
-1110111011 11-foot 1
-1110111011 Versicherungs-Gesellschaft 1
-1110111011 116-112 1
-1110111011 panpipe 1
-1110111011 old-school-tie 1
-1110111011 prescription-insurance 1
-1110111011 Lappalainen 1
-1110111011 ahuge 1
-1110111011 still-increasing 1
-1110111011 already-thin 1
-1110111011 HMO-type 1
-1110111011 anti-copy 1
-1110111011 guilder-denominated 1
-1110111011 pop-top 1
-1110111011 directmail 1
-1110111011 204,167 1
-1110111011 oncehealthy 1
-1110111011 incentive-management 1
-1110111011 p.m.-7 1
-1110111011 588,697 1
-1110111011 capital-related 1
-1110111011 45,317 1
-1110111011 Oksanna 1
-1110111011 picture-transmission 1
-1110111011 after-inflation 1
-1110111011 premium-payment 1
-1110111011 already-slim 1
-1110111011 auction-type 1
-1110111011 output-incentive 1
-1110111011 reinoculation 1
-1110111011 1,800,000 1
-1110111011 quasi-interest 1
-1110111011 all-national 1
-1110111011 BARRING 1
-1110111011 advanced-automation 1
-1110111011 206,007 1
-1110111011 semi-naked 1
-1110111011 unwriterly 1
-1110111011 all-competitive 1
-1110111011 483,467 1
-1110111011 preprivatization 1
-1110111011 2,042,108 1
-1110111011 louse-borne 1
-1110111011 bank-rescue 1
-1110111011 municipal-fund 1
-1110111011 free-enterpise 1
-1110111011 odd-even 1
-1110111011 Chibas 1
-1110111011 131,400 1
-1110111011 once-royal 1
-1110111011 mini-rebellion 1
-1110111011 short-lasting 1
-1110111011 223,168 1
-1110111011 Kantorei 1
-1110111011 104,340 1
-1110111011 1,976,541 1
-1110111011 pretax-operating 1
-1110111011 33,407 1
-1110111011 weapons-test 1
-1110111011 97,974 1
-1110111011 early-alert 1
-1110111011 hexagonal 2
-1110111011 power-buying 2
-1110111011 chemical-products 2
-1110111011 equity-account 2
-1110111011 group-health-insurance 2
-1110111011 legal-compliance 2
-1110111011 gas-exploration 4
-1110111011 operating 11911
-1110111011 toxic-shock 7
-11101111000 environmental-technology 1
-11101111000 1,047,936 1
-11101111000 home-selling 1
-11101111000 discount-broker 1
-11101111000 Iiapco 1
-11101111000 London-brokerage 1
-11101111000 Slumps 1
-11101111000 Sizewell 1
-11101111000 451,743 1
-11101111000 41,772 1
-11101111000 IMMOBILAIRE 1
-11101111000 mega-debt 1
-11101111000 CRACK 1
-11101111000 cargo-airline 1
-11101111000 alkylation 1
-11101111000 tax-reporting 1
-11101111000 interest-paid 1
-11101111000 pro-vitamin 1
-11101111000 Gasco 1
-11101111000 loan-selling 1
-11101111000 trucking-industry 1
-11101111000 prostaglandine 1
-11101111000 extended-burn 1
-11101111000 ConvaTec 1
-11101111000 840,513 1
-11101111000 clone-proofing 1
-11101111000 QHI 1
-11101111000 855,255 1
-11101111000 155,054 1
-11101111000 market-auction 1
-11101111000 Marpac 1
-11101111000 vitmain 1
-11101111000 previously-proposed 1
-11101111000 carpet-making 1
-11101111000 15,948 1
-11101111000 slower-earning 1
-11101111000 Kitchenaid 1
-11101111000 well-drafted 1
-11101111000 cogeneration-development 1
-11101111000 84,596 1
-11101111000 currency-hedge 1
-11101111000 equities-trading 1
-11101111000 double-A-3-rated 1
-11101111000 1,884,000 1
-11101111000 hog-buying 1
-11101111000 machine-tool-factory 1
-11101111000 XJ-SC 1
-11101111000 security-service 1
-11101111000 tea-making 1
-11101111000 building-contracting 1
-11101111000 3,267,019 1
-11101111000 HealthWin 1
-11101111000 vacation-travel 1
-11101111000 177,479 1
-11101111000 high-dividend-rate 1
-11101111000 Ceraver 1
-11101111000 co-writing 1
-11101111000 OshKosh 1
-11101111000 anti-fruitcake 1
-11101111000 2,335,987 1
-11101111000 2,500-gate 1
-11101111000 107,130 1
-11101111000 Vedril 1
-11101111000 12,481,680 1
-11101111000 26-branch 1
-11101111000 per-script 1
-11101111000 Atkinson/Commonwealth 1
-11101111000 geography-bond 1
-11101111000 Cono 1
-11101111000 HEARTechnology 1
-11101111000 seven-tiered 1
-11101111000 tour-operating 1
-11101111000 Home-Club 1
-11101111000 FinAmerica 1
-11101111000 American-influenced 1
-11101111000 39,647 1
-11101111000 milage 1
-11101111000 92nd-Street 1
-11101111000 Bank-funded 1
-11101111000 3-mark 1
-11101111000 engines-and-turbine 1
-11101111000 interest-arrears 1
-11101111000 12-million-ton 1
-11101111000 minumum 1
-11101111000 Teltronics 1
-11101111000 single-C-rated 1
-11101111000 4,225,694 1
-11101111000 736,900 1
-11101111000 gourd-shaped 1
-11101111000 607,400 1
-11101111000 33,485 1
-11101111000 formula-rate 1
-11101111000 black-trimmed 1
-11101111000 bank-linked 1
-11101111000 lead-refining 1
-11101111000 cl 1
-11101111000 dividened 1
-11101111000 35,577 1
-11101111000 Brdcst 1
-11101111000 Bdcstg 1
-11101111000 DALLY 1
-11101111000 compliance-reporting 1
-11101111000 Harper-Wyman 1
-11101111000 Photomat 1
-11101111000 domestic-tobacco 1
-11101111000 1,100,001 1
-11101111000 microwave-cooking-products 1
-11101111000 roastee 1
-11101111000 energy-releasing 1
-11101111000 capital-assets 1
-11101111000 Retin 1
-11101111000 interim-dividend 1
-11101111000 Ohemeda 1
-11101111000 10,459,000 1
-11101111000 Daisy-Cadnetix 1
-11101111000 10,000-kilowatt 1
-11101111000 Guber-Peters-Barris 1
-11101111000 Dagger 1
-11101111000 country-limits 1
-11101111000 NF-Kappa 1
-11101111000 insulters 1
-11101111000 SQUARE 1
-11101111000 301,594 1
-11101111000 commercial-airplane 2
-11101111000 dollar-cost 2
-11101111000 particpating 2
-11101111000 DEVELOPING 2
-11101111000 Lenscrafter 2
-11101111000 Amphotericin 2
-11101111000 Signa 2
-11101111000 mile-square 2
-11101111000 13,350 2
-11101111000 Dryer 2
-11101111000 dress-slacks 2
-11101111000 477,500 2
-11101111000 preferred-customer 2
-11101111000 Cosimo 2
-11101111000 Immense 2
-11101111000 Viggo 2
-11101111000 20,120 2
-11101111000 Top-10 2
-11101111000 Trilea 2
-11101111000 24,150,000 2
-11101111000 NordicTrack 2
-11101111000 time-measuring 2
-11101111000 Addison-Wesley-Longman 2
-11101111000 commercial-leasing 2
-11101111000 principal-and-interest 2
-11101111000 plush-toy 2
-11101111000 BLOCK 2
-11101111000 princial 2
-11101111000 amphotericin 3
-11101111000 90-pound 3
-11101111000 569,200 3
-11101111000 Getaway 3
-11101111000 small-airplane 3
-11101111000 Wireline 3
-11101111000 dividends-received 3
-11101111000 Euroc 3
-11101111000 already-diminished 3
-11101111000 Zytel 3
-11101111000 3,975,000 3
-11101111000 MVestment 3
-11101111000 interstate-pipeline 3
-11101111000 Corporacion 3
-11101111000 Symmetry 4
-11101111000 prinicipal 4
-11101111000 zero-bracket 4
-11101111000 T/A 4
-11101111000 Ponderay 4
-11101111000 Bauhaus 4
-11101111000 Lancia 5
-11101111000 PAYSOP 5
-11101111000 Sharples-Stokes 5
-11101111000 Polyco 5
-11101111000 Etch 6
-11101111000 Retinyl 6
-11101111000 Intron 6
-11101111000 Triumph-Adler 7
-11101111000 Topic 7
-11101111000 Auction-rate 7
-11101111000 Vitamin 10
-11101111000 nai 10
-11101111000 Housekeeper 11
-11101111000 Hubby 11
-11101111000 rentable 12
-11101111000 Exhibit 12
-11101111000 Scud 13
-11101111000 Salon 14
-11101111000 Lazy 15
-11101111000 Statement 16
-11101111000 Grade 23
-11101111000 Hepatitis 26
-11101111000 Schedule 35
-11101111000 auction-rate 49
-11101111000 Type 61
-11101111000 vitamin 108
-11101111000 hepatitis 161
-11101111000 Discover 165
-11101111000 revolving 440
-11101111000 Series 1457
-11101111000 Class 3280
-11101111000 principal 3138
-11101111001 billion-schilling 1
-11101111001 Homare 1
-11101111001 non-gilt 1
-11101111001 junior-subordinated 1
-11101111001 299,100 1
-11101111001 overhype 1
-11101111001 639,996 1
-11101111001 desingers 1
-11101111001 Detroit-to-Florida 1
-11101111001 monthly-coupon 1
-11101111001 related-company 1
-11101111001 silver-indexed 1
-11101111001 115,455 1
-11101111001 peseta-selling 1
-11101111001 Merrill-style 1
-11101111001 13,050,000 1
-11101111001 portuguese-language 1
-11101111001 non-cummulative 1
-11101111001 overcriminalizing 1
-11101111001 1,329,130 1
-11101111001 sisterly 1
-11101111001 Minstar-issued 1
-11101111001 toasty 1
-11101111001 reduced-interest 1
-11101111001 26-8 1
-11101111001 Inc.-backed 1
-11101111001 single-A-plus-rated 1
-11101111001 35-kyat 1
-11101111001 75-kyat 1
-11101111001 8830001 1
-11101111001 8833018 1
-11101111001 B-rated 1
-11101111001 influence-wielding 1
-11101111001 89,933 1
-11101111001 506,784 1
-11101111001 crop-duster 1
-11101111001 1/2-game 1
-11101111001 B-a-2-rated 1
-11101111001 post-it 1
-11101111001 airline-qualified 1
-11101111001 ex-sparring 1
-11101111001 B-plus-rated 1
-11101111001 Boesky-issued 1
-11101111001 commercial-investor 1
-11101111001 920,016 1
-11101111001 2,720,032 1
-11101111001 1,844,715 1
-11101111001 Co-general 1
-11101111001 concrete-workers 1
-11101111001 double-C-rated 1
-11101111001 128,950 1
-11101111001 double-B-plus-rated 1
-11101111001 2,575,000 1
-11101111001 convertbile 1
-11101111001 14,650,000 1
-11101111001 propagandization 1
-11101111001 revenue-anticipation 1
-11101111001 equity-commitment 1
-11101111001 single-A-minus-rated 1
-11101111001 CTM-affiliated 1
-11101111001 double-A/triple-A 1
-11101111001 player-agent 1
-11101111001 subdordinated 1
-11101111001 secured-equipment 1
-11101111001 Animator 1
-11101111001 396,454 1
-11101111001 accumlated 1
-11101111001 unbacked 1
-11101111001 919,905 1
-11101111001 near-legend 1
-11101111001 program-supplier 1
-11101111001 extinguishable 1
-11101111001 Japan-targeted 1
-11101111001 very-short-term 1
-11101111001 169-member 1
-11101111001 Non-recourse 1
-11101111001 gasoline-guzzling 1
-11101111001 5,118,800 1
-11101111001 23,167,000 1
-11101111001 236,018 1
-11101111001 capital-income 1
-11101111001 municipal-market 1
-11101111001 punitiveness 1
-11101111001 1989-Third 1
-11101111001 rate-type 1
-11101111001 wrong-doing 1
-11101111001 plastic-hologram 1
-11101111001 position-building 1
-11101111001 non-Eastern 1
-11101111001 1152.13 1
-11101111001 1349.9 1
-11101111001 B-1-rated 1
-11101111001 bearer-form 1
-11101111001 mini-films 1
-11101111001 payable-in-kind 1
-11101111001 fixed/adjustable-rate 1
-11101111001 subpart 1
-11101111001 shares.The 1
-11101111001 7-1/4 1
-11101111001 openess 1
-11101111001 who's-in-charge 1
-11101111001 Mitibank 1
-11101111001 non-asset-backed 1
-11101111001 heavy-voting 1
-11101111001 rating-sensitive 1
-11101111001 resort-building 1
-11101111001 RIA 1
-11101111001 eightyear 1
-11101111001 junk-bond-rate 1
-11101111001 40,902 1
-11101111001 1,505,028 1
-11101111001 intermediateterm 1
-11101111001 GM-made 1
-11101111001 interestrates 1
-11101111001 highgrade 1
-11101111001 11,226 1
-11101111001 377,591 1
-11101111001 4,157 1
-11101111001 41,134 1
-11101111001 less-fussy 1
-11101111001 singleA-3-rated 1
-11101111001 6,880,000 1
-11101111001 Fila 1
-11101111001 collateralised 1
-11101111001 double-B-rated 2
-11101111001 386,662 2
-11101111001 Rade 2
-11101111001 public-housing-project 2
-11101111001 triple-A-3 2
-11101111001 credit-card-backed 2
-11101111001 1.4625 2
-11101111001 0-2 2
-11101111001 nondischargable 2
-11101111001 two-rupee 2
-11101111001 pay-through 2
-11101111001 convertible-subordinated 2
-11101111001 130,423 2
-11101111001 triple-C-plus-rated 2
-11101111001 guranteed 2
-11101111001 10,339 2
-11101111001 bank-equity 2
-11101111001 3,695 2
-11101111001 Antilles-issued 2
-11101111001 5,999,800 2
-11101111001 par-value 2
-11101111001 Barbie-doll 2
-11101111001 nondischargeable 2
-11101111001 auction-market 3
-11101111001 lease-backed 3
-11101111001 4,650,000 3
-11101111001 oil-indexed 3
-11101111001 tax-anticipation 3
-11101111001 ordinary-share 3
-11101111001 Ba-3-rated 3
-11101111001 multiclass 3
-11101111001 nonredeemable 3
-11101111001 gold-indexed 3
-11101111001 triple-C-rated 3
-11101111001 receivables-backed 3
-11101111001 remarketable 3
-11101111001 senior-subordinated 3
-11101111001 newly-issued 3
-11101111001 IV-drug 3
-11101111001 non-call 3
-11101111001 untraded 3
-11101111001 covertible 4
-11101111001 single-B-plus-rated 4
-11101111001 10-dollar 4
-11101111001 single-B-minus-rated 5
-11101111001 non-recourse 6
-11101111001 single-B-rated 6
-11101111001 exchangable 6
-11101111001 resettable 6
-11101111001 dual-currency 7
-11101111001 untendered 7
-11101111001 one-dollar 9
-11101111001 triple-B-rated 9
-11101111001 90-cent 10
-11101111001 retractable 11
-11101111001 noncumulative 11
-11101111001 non-interest-bearing 12
-11101111001 non-cumulative 14
-11101111001 shelf-registered 15
-11101111001 extendable 16
-11101111001 nonconvertible 18
-11101111001 remarketed 25
-11101111001 pay-in-kind 28
-11101111001 increasing-rate 32
-11101111001 extendible 35
-11101111001 sinking-fund 90
-11101111001 reset 141
-11101111001 promissory 158
-11101111001 collateralized 160
-11101111001 redeemable 264
-11101111001 exchangeable 293
-11101111001 medium-term 388
-11101111001 floating-rate 508
-11101111001 cumulative 813
-11101111001 unsecured 922
-11101111001 secured 1061
-11101111001 convertible 3410
-11101111001 subordinated 2954
-11101111010 full-stay 1
-11101111010 higher-costing 1
-11101111010 right-to-die 1
-11101111010 late-round 1
-11101111010 spublic 1
-11101111010 1,606 1
-11101111010 similiar-maturing 1
-11101111010 oil-application 1
-11101111010 alcoholic-beverage-industry 1
-11101111010 planned-for 1
-11101111010 death-transcending 1
-11101111010 per-launch 1
-11101111010 retail-investor 1
-11101111010 laryngeal 1
-11101111010 FSLIC-issued 1
-11101111010 drug-export 1
-11101111010 aerospace-tooling 1
-11101111010 cutting-rights 1
-11101111010 sometimes-flimsy 1
-11101111010 Soviet-Turkish 1
-11101111010 20-million-share 1
-11101111010 installment-debt 1
-11101111010 heavier-than-anticipated 1
-11101111010 102-city 1
-11101111010 nonaccural 1
-11101111010 automatic-firing 1
-11101111010 pianistic 1
-11101111010 touristic 1
-11101111010 1,100-foot 1
-11101111010 Argentine-Brazilian 1
-11101111010 meat-price 1
-11101111010 20,421,865 1
-11101111010 Chrysler-backed 1
-11101111010 non-yen 1
-11101111010 Arasy 1
-11101111010 once-secondary 1
-11101111010 thirty-year 1
-11101111010 pretty-good-rated 1
-11101111010 1-capable 1
-11101111010 mortgage-industry 1
-11101111010 35,828 1
-11101111010 7,585 1
-11101111010 5,928 1
-11101111010 ammunitions 1
-11101111010 579,810 1
-11101111010 economic-populist 1
-11101111010 OTC-listed 1
-11101111010 settlement-related 1
-11101111010 114,330 1
-11101111010 spot-buying 1
-11101111010 milk-supply 1
-11101111010 distribution-system 1
-11101111010 large-deposit 1
-11101111010 eight-times 1
-11101111010 producing/directing 1
-11101111010 private-equity 1
-11101111010 38-day 1
-11101111010 apprentice-type 1
-11101111010 UYQ-21 1
-11101111010 nontrade 2
-11101111010 comparable-maturity 2
-11101111010 OPEC-related 2
-11101111010 shareholder/management 2
-11101111010 January-April 2
-11101111010 30year 2
-11101111010 arms-transfer 2
-11101111010 non-accural 2
-11101111010 lower-interest 2
-11101111010 water-and-sewer 2
-11101111010 higher-rated 2
-11101111010 Mexico-style 2
-11101111010 drought-aid 2
-11101111010 farm-relief 2
-11101111010 less-developed-countries 2
-11101111010 1,368 2
-11101111010 36,000-mile 2
-11101111010 non-dollar-denominated 2
-11101111010 already-serious 2
-11101111010 second-resolution 2
-11101111010 state-issued 2
-11101111010 per-farm 2
-11101111010 political-contributions 2
-11101111010 litmus-test 2
-11101111010 multiple-part 2
-11101111010 1692 2
-11101111010 dollar-plus 2
-11101111010 low-income-housing 2
-11101111010 unmatured 3
-11101111010 247-day 3
-11101111010 non-mortgage 3
-11101111010 market-led 3
-11101111010 non-marketable 3
-11101111010 rights-issue 3
-11101111010 training-camp 3
-11101111010 index-based 3
-11101111010 higher-coupon 3
-11101111010 petroleum-price 3
-11101111010 spring-planting 3
-11101111010 now-defaulted 3
-11101111010 Mexican-debt 3
-11101111010 500-mark 3
-11101111010 longerterm 4
-11101111010 coupon-bearing 4
-11101111010 going-concern 4
-11101111010 similar-maturity 4
-11101111010 taxfree 4
-11101111010 currency-induced 4
-11101111010 sixmonth 4
-11101111010 home-secured 4
-11101111010 Treasury-issued 4
-11101111010 biannual 5
-11101111010 foreign-stock 5
-11101111010 2-related 5
-11101111010 10year 5
-11101111010 oneyear 6
-11101111010 threemonth 6
-11101111010 credit-market 6
-11101111010 three-to-five-year 6
-11101111010 36-month 7
-11101111010 consumer-debt 7
-11101111010 six-months 7
-11101111010 longer-dated 8
-11101111010 doctrinal 8
-11101111010 higher-grade 8
-11101111010 problem-country 8
-11101111010 pension-related 9
-11101111010 shorter-dated 9
-11101111010 60-month 11
-11101111010 28-day 11
-11101111010 large-denomination 12
-11101111010 long-dated 14
-11101111010 risk-adjusted 15
-11101111010 prurient 15
-11101111010 high-interest-rate 15
-11101111010 shortterm 16
-11101111010 24-month 18
-11101111010 tax-favored 21
-11101111010 single-A-rated 22
-11101111010 nonaccrual 24
-11101111010 working-capital 29
-11101111010 past-due 30
-11101111010 similar-maturing 31
-11101111010 intermediate-term 47
-11101111010 longterm 58
-11101111010 developing-country 74
-11101111010 shorter-term 83
-11101111010 yen-denominated 92
-11101111010 non-accrual 182
-11101111010 26-week 306
-11101111010 13-week 315
-11101111010 longer-term 389
-11101111010 three-month 945
-11101111010 six-month 1116
-11101111010 10-year 1632
-11101111010 30-year 2003
-11101111010 long-term 6763
-11101111010 short-term 4162
-11101111011 marketable-equity 1
-11101111011 property-secured 1
-11101111011 low-drain 1
-11101111011 fluid-system 1
-11101111011 9,997 1
-11101111011 coal-haulage 1
-11101111011 forestry-project 1
-11101111011 second-lien 1
-11101111011 prime-based 1
-11101111011 nonperfomring 1
-11101111011 fourth-mortgage 1
-11101111011 better-grade 1
-11101111011 loan-fund 1
-11101111011 long-bearish 1
-11101111011 Drexelissued 1
-11101111011 wellregarded 1
-11101111011 non-accountable 1
-11101111011 escrow-type 1
-11101111011 Iranian-supplied 1
-11101111011 advanced-fee 1
-11101111011 hard-to-price 1
-11101111011 non-rated 1
-11101111011 1,242 1
-11101111011 6,659 1
-11101111011 wholesale-power 1
-11101111011 2,700-pound 1
-11101111011 Marcos-held 1
-11101111011 OAT 1
-11101111011 121,378 1
-11101111011 77,470 1
-11101111011 6-month 1
-11101111011 condominium-construction 1
-11101111011 three-currency 1
-11101111011 agency-approved 1
-11101111011 size-small 1
-11101111011 25,212 1
-11101111011 46,250,000 1
-11101111011 session-ending 1
-11101111011 milker 1
-11101111011 stadium-construction 1
-11101111011 court-stripping 1
-11101111011 more-pummeled 1
-11101111011 280-person 1
-11101111011 5,152 1
-11101111011 market-to-market 1
-11101111011 113-year 1
-11101111011 Bowmaker 1
-11101111011 non-delinquent 1
-11101111011 unirrigated 1
-11101111011 ratecase 1
-11101111011 construction-project 1
-11101111011 energy-state 1
-11101111011 heavy-weaponry 1
-11101111011 junior-senior 1
-11101111011 EDS-related 1
-11101111011 multiple-year 1
-11101111011 warrant-bearing 1
-11101111011 housing-rehabilitation 1
-11101111011 multiple-machine 1
-11101111011 2,951 1
-11101111011 ever-riskier 1
-11101111011 42,531 1
-11101111011 still-deductible 1
-11101111011 slowpaying 1
-11101111011 homeequity 1
-11101111011 overseas-futures 1
-11101111011 monthy 1
-11101111011 97,200 1
-11101111011 1,458 1
-11101111011 fixed-rated 1
-11101111011 difficult-to-collect 1
-11101111011 mortgage-collateralized 1
-11101111011 non-negative-amortization 1
-11101111011 time-controlled 1
-11101111011 continous 1
-11101111011 rate-linked 1
-11101111011 securities-based 1
-11101111011 ammunition-products 1
-11101111011 administration-supported 1
-11101111011 quarterly-expiration 1
-11101111011 130-mm 1
-11101111011 multilateral-agency 1
-11101111011 Kroh-related 1
-11101111011 income-property 1
-11101111011 260-odd 1
-11101111011 18,057 1
-11101111011 Debt-backed 1
-11101111011 mortage-backing 1
-11101111011 bank-guaranteed 1
-11101111011 492,844 1
-11101111011 37,864 1
-11101111011 568,120 1
-11101111011 14,370 1
-11101111011 more-timely 1
-11101111011 reserve-based 1
-11101111011 interlibrary 1
-11101111011 50,058 1
-11101111011 multistock 1
-11101111011 legal-residence 1
-11101111011 rural-electrification 1
-11101111011 127,386 1
-11101111011 152,846 1
-11101111011 deficit-covering 1
-11101111011 balloon-payment 1
-11101111011 MIRA 1
-11101111011 5,795,890 1
-11101111011 emergency-assistance 1
-11101111011 high-yeild 1
-11101111011 failed-bank 1
-11101111011 42,148 1
-11101111011 57,732 1
-11101111011 less-star-struck 1
-11101111011 pre-1949 1
-11101111011 latticeworks 1
-11101111011 chenin 1
-11101111011 monetary-stabilization 1
-11101111011 student-visa 1
-11101111011 already-transferred 1
-11101111011 Swiss-franc-denominated 1
-11101111011 mark-futures 1
-11101111011 AVC 1
-11101111011 Mortgage-related 1
-11101111011 101,552 1
-11101111011 5,000-dong 1
-11101111011 non-junk 1
-11101111011 zero-octane 1
-11101111011 assurety 1
-11101111011 low-down-payment 1
-11101111011 blue-chip-caliber 1
-11101111011 unmarketed 1
-11101111011 sequential-payment 1
-11101111011 base-lending 1
-11101111011 tank-related 1
-11101111011 take-or-buy 1
-11101111011 1989-71 1
-11101111011 job-destruction 1
-11101111011 781,746 1
-11101111011 cocoa-futures 1
-11101111011 vehicle-service 1
-11101111011 fewer-than-expected 1
-11101111011 888,256 1
-11101111011 709,273 1
-11101111011 1,244 1
-11101111011 death-backed 1
-11101111011 WLRO-FM 1
-11101111011 11,684 1
-11101111011 12,776 1
-11101111011 AA-rated 1
-11101111011 1-for-6 1
-11101111011 longer-termed 1
-11101111011 5-year 1
-11101111011 natural-gas-company 1
-11101111011 arbitrage-driven 1
-11101111011 unreceived 1
-11101111011 share-options 1
-11101111011 farm-operating 1
-11101111011 Euro-DM 1
-11101111011 cheif 1
-11101111011 asset-starved 1
-11101111011 50-million-peseta 1
-11101111011 thousand-share 1
-11101111011 inferior-quality 1
-11101111011 Unix-Sparc 1
-11101111011 medium-sized-business 1
-11101111011 Equity-warrant 1
-11101111011 tophatted 1
-11101111011 Ticor-insured 1
-11101111011 gas-measurement 1
-11101111011 lot-only 1
-11101111011 tax-savings 1
-11101111011 2,841 1
-11101111011 bad-bank 1
-11101111011 single-home 1
-11101111011 807,381 1
-11101111011 mortgagebacked 1
-11101111011 assets-government 1
-11101111011 dollar-buy 1
-11101111011 shelf-registration 1
-11101111011 shared-participation 1
-11101111011 1,263 1
-11101111011 3,000-pound 1
-11101111011 bond-insured 1
-11101111011 pregnancy-for-pay 1
-11101111011 deal-related 1
-11101111011 1,268 1
-11101111011 stop/loss 1
-11101111011 bubble-canopy 1
-11101111011 different-quality 1
-11101111011 civilian-aircraft 1
-11101111011 mortgage-revenue 1
-11101111011 cotton-goods 1
-11101111011 audio-video-based 1
-11101111011 non-earnings 1
-11101111011 non-federal 1
-11101111011 36,255 1
-11101111011 1,024,457 1
-11101111011 923,653 1
-11101111011 newdrug 1
-11101111011 capital-bank 1
-11101111011 pilot-labor 1
-11101111011 most-capitalized 1
-11101111011 Colts-type 1
-11101111011 energyrelated 1
-11101111011 mortage-backed 2
-11101111011 1,243 2
-11101111011 slablike 2
-11101111011 REA-guaranteed 2
-11101111011 Drexel-issued 2
-11101111011 six-digit 2
-11101111011 more-volatile 2
-11101111011 value-related 2
-11101111011 health-facility 2
-11101111011 group-travel 2
-11101111011 government-agency 2
-11101111011 vehicle-loan 2
-11101111011 multiple-family 2
-11101111011 exempt-organization 2
-11101111011 Treausry 2
-11101111011 junk-bond-backed 2
-11101111011 less-than-investment-grade 2
-11101111011 longest-term 2
-11101111011 installment-loan 2
-11101111011 foot-thick 2
-11101111011 second-section 2
-11101111011 single-sponsor 2
-11101111011 VA-backed 2
-11101111011 cruzado-denominated 2
-11101111011 post-strike 2
-11101111011 SuperCore 2
-11101111011 flexible-rate 2
-11101111011 revenue-refunding 2
-11101111011 Deeridge 2
-11101111011 bargain-rate 2
-11101111011 Treasury-linked 2
-11101111011 discount-window 2
-11101111011 noninvestment-grade 2
-11101111011 2,831 2
-11101111011 undrawn 2
-11101111011 bank-sponsored 2
-11101111011 project-based 2
-11101111011 peak-season 2
-11101111011 sub-market 2
-11101111011 VA-guaranteed 2
-11101111011 now-doubtful 2
-11101111011 lira-denominated 2
-11101111011 first-resolution 2
-11101111011 long-maturity 2
-11101111011 unrepaid 2
-11101111011 spectroscopic 2
-11101111011 overseas-dependent 2
-11101111011 interest-rate-futures 2
-11101111011 SBA-related 2
-11101111011 quick-disbursing 2
-11101111011 yuan-denominated 2
-11101111011 more-desirable 2
-11101111011 junk-backed 2
-11101111011 PROF 2
-11101111011 mortgage-based 2
-11101111011 home-purchase 3
-11101111011 international-agency 3
-11101111011 private-purpose 3
-11101111011 deferred-interest 3
-11101111011 foreign-currency-denominated 3
-11101111011 housing-backed 3
-11101111011 post-petition 3
-11101111011 no-money-down 3
-11101111011 zero-interest 3
-11101111011 seller-financed 3
-11101111011 building-refurbishing 3
-11101111011 adjustablerate 3
-11101111011 debt-based 3
-11101111011 ex-warrant 3
-11101111011 residential-mortgage 3
-11101111011 consumer-installment 3
-11101111011 higher-interest 3
-11101111011 interest-only/principal-only 3
-11101111011 below-market-rate 3
-11101111011 sous-vide 3
-11101111011 Drexel-managed 3
-11101111011 supply-driven 3
-11101111011 junkier 3
-11101111011 fixedrate 3
-11101111011 M-4 3
-11101111011 lease-obligation 3
-11101111011 Treasury-note 3
-11101111011 building-society 3
-11101111011 hundred-dollar 3
-11101111011 Chichi 3
-11101111011 corporate/government 3
-11101111011 non-yen-denominated 3
-11101111011 junkiest 4
-11101111011 municipal-revenue 4
-11101111011 Japanese-government 4
-11101111011 hard-to-sell 4
-11101111011 higher-rate 4
-11101111011 planned-amortization 4
-11101111011 Campeau-related 4
-11101111011 boat-loan 4
-11101111011 deficit-financing 4
-11101111011 second-line 4
-11101111011 nonaccruing 4
-11101111011 medium-dated 4
-11101111011 72-month 4
-11101111011 SBA-guaranteed 4
-11101111011 mortgaged-backed 4
-11101111011 collaterized 4
-11101111011 WHOOPS 4
-11101111011 short-maturity 4
-11101111011 Drexel-underwritten 4
-11101111011 nonmarketable 4
-11101111011 FSLIC-guaranteed 4
-11101111011 option-like 4
-11101111011 FHA-backed 4
-11101111011 charged-off 4
-11101111011 shorter-maturity 4
-11101111011 government-issued 4
-11101111011 non-project 4
-11101111011 personal-recognizance 5
-11101111011 REMIC 5
-11101111011 sovereign-risk 5
-11101111011 unbilled 5
-11101111011 low-yield 5
-11101111011 government-related 5
-11101111011 loan-backed 5
-11101111011 longer-maturity 5
-11101111011 policy-based 5
-11101111011 nonrecourse 5
-11101111011 current-coupon 5
-11101111011 uncollateralized 5
-11101111011 build-nothing 5
-11101111011 unshipped 5
-11101111011 fixed-term 5
-11101111011 muncipal 5
-11101111011 savings-type 5
-11101111011 non-investment-grade 5
-11101111011 gold-backed 6
-11101111011 gold-futures 6
-11101111011 TMIC-insured 6
-11101111011 rising-rate 6
-11101111011 reduced-rate 6
-11101111011 graduated-payment 6
-11101111011 FHA-insured 6
-11101111011 pre-refunded 6
-11101111011 passthrough 6
-11101111011 debt-backed 6
-11101111011 Shogun 6
-11101111011 industrial-revenue 6
-11101111011 multi-currency 6
-11101111011 private-activity 6
-11101111011 no-interest 6
-11101111011 auto-loan 6
-11101111011 less-liquid 6
-11101111011 reduction-option 6
-11101111011 income-contingent 7
-11101111011 non-gold 7
-11101111011 corporate-debt 7
-11101111011 Libor-linked 7
-11101111011 below-investment-grade 7
-11101111011 less-developed-country 7
-11101111011 various-purpose 7
-11101111011 gold-linked 8
-11101111011 high-rated 8
-11101111011 special-tax 8
-11101111011 cash-equivalent 9
-11101111011 gilt-edged 9
-11101111011 highest-yielding 9
-11101111011 foreign-denominated 9
-11101111011 GNMA 9
-11101111011 sole-source 9
-11101111011 highyield 9
-11101111011 Vendee 9
-11101111011 baccalaureate 9
-11101111011 pre-petition 10
-11101111011 steel-belted 10
-11101111011 fixed-interest 10
-11101111011 escrowed 10
-11101111011 golden-parachute 11
-11101111011 market-rate 11
-11101111011 shared-equity 11
-11101111011 renminbi 11
-11101111011 Treasury-bill 11
-11101111011 market-on-close 11
-11101111011 new-money 11
-11101111011 speculative-grade 11
-11101111011 MortgagePower 12
-11101111011 lower-yielding 12
-11101111011 Canadian-dollar 12
-11101111011 rocket-propelled 12
-11101111011 government-insured 13
-11101111011 lower-rated 13
-11101111011 mark-denominated 13
-11101111011 short-dated 13
-11101111011 ECU-denominated 14
-11101111011 blind-pool 14
-11101111011 FMS 14
-11101111011 general-obligation 17
-11101111011 uncollectable 18
-11101111011 pound-denominated 18
-11101111011 mortage 19
-11101111011 concessional 19
-11101111011 Ecuadoran 20
-11101111011 Swiss-franc 20
-11101111011 interest-only 20
-11101111011 payment-in-kind 20
-11101111011 PIK 20
-11101111011 tradeable 20
-11101111011 untied 21
-11101111011 gratis 21
-11101111011 index-linked 22
-11101111011 high-coupon 23
-11101111011 asset-based 23
-11101111011 mezzanine 24
-11101111011 structural-adjustment 24
-11101111011 low-yielding 25
-11101111011 surety 26
-11101111011 trade-related 26
-11101111011 principal-only 27
-11101111011 low-quality 28
-11101111011 AMT 28
-11101111011 low-rate 29
-11101111011 securitized 30
-11101111011 government-guaranteed 30
-11101111011 home-mortgage 30
-11101111011 mortgage-related 32
-11101111011 third-mortgage 34
-11101111011 bridging 34
-11101111011 REA 37
-11101111011 cash-management 38
-11101111011 low-grade 39
-11101111011 equity-related 43
-11101111011 non-performing 51
-11101111011 Euromark 53
-11101111011 pass-through 57
-11101111011 low-rated 57
-11101111011 equity-warrant 61
-11101111011 Eurosterling 67
-11101111011 first-mortgage 67
-11101111011 equity-linked 67
-11101111011 government-backed 73
-11101111011 high-interest 75
-11101111011 lien 75
-11101111011 noncompetitive 82
-11101111011 non-dollar 83
-11101111011 variable-rate 90
-11101111011 bearer 96
-11101111011 interest-free 98
-11101111011 high-yielding 103
-11101111011 asset-backed 109
-11101111011 fixed-coupon 110
-11101111011 unfilled 117
-11101111011 ECU 119
-11101111011 low-interest 122
-11101111011 investment-grade 128
-11101111011 serial 138
-11101111011 Euroyen 159
-11101111011 home-equity 187
-11101111011 marketable 211
-11101111011 Remic 233
-11101111011 installment 234
-11101111011 adjustable-rate 267
-11101111011 zero-coupon 312
-11101111011 dollar-denominated 349
-11101111011 nonperforming 368
-11101111011 high-risk 402
-11101111011 refunding 438
-11101111011 mortgage-backed 648
-11101111011 tax-exempt 664
-11101111011 high-yield 753
-11101111011 Eurodollar 839
-11101111011 bridge 845
-11101111011 fixed-rate 877
-11101111011 municipal 2077
-11101111011 mortgage 3940
-11101111011 junk 2100
-11101111100 peaked-and-gabled 1
-11101111100 gun-buying 1
-11101111100 fun-sated 1
-11101111100 sometimes-lucrative 1
-11101111100 institution-oriented 1
-11101111100 scientific-information 1
-11101111100 high-oil-price 1
-11101111100 still-tight 1
-11101111100 already-burdensome 1
-11101111100 UV200 1
-11101111100 hard-crabble 1
-11101111100 post-moral 1
-11101111100 bargain-minded 1
-11101111100 liability-happy 1
-11101111100 all-too-real 1
-11101111100 IBM-AT-compatible 1
-11101111100 advertising-saturated 1
-11101111100 dual-chambered 1
-11101111100 workanight 1
-11101111100 Syncopated 1
-11101111100 maple-tree 1
-11101111100 all-too-troubled 1
-11101111100 chemi-thermo 1
-11101111100 large-scaled 1
-11101111100 HFA 1
-11101111100 technology-dominated 1
-11101111100 sublunar 1
-11101111100 SH60-J 1
-11101111100 data-oriented 1
-11101111100 metallic-looking 1
-11101111100 post-death 1
-11101111100 money-driven 1
-11101111100 clement 1
-11101111100 pass-dominated 1
-11101111100 good-guy/bad-guy 1
-11101111100 windmill-based 1
-11101111100 mortgage/real 1
-11101111100 yell-and-holler 1
-11101111100 lectio 1
-11101111100 50-star 1
-11101111100 nonreal 1
-11101111100 not-yet-developed 1
-11101111100 out-of-time 1
-11101111100 once-shadowy 1
-11101111100 fast-vanishing 1
-11101111100 below-the-reach-of-the-media 1
-11101111100 Potage 1
-11101111100 trust-your-buddy 1
-11101111100 often-inept 1
-11101111100 megamoney 1
-11101111100 punk-music 1
-11101111100 easy-to-explain 1
-11101111100 then-oversupplied 1
-11101111100 once-staid 1
-11101111100 Shearerlike 1
-11101111100 killjoy 1
-11101111100 90-nation 1
-11101111100 two-power 1
-11101111100 overdeveloped 1
-11101111100 2,529 1
-11101111100 Papandreotic 1
-11101111100 oversubsidized 1
-11101111100 Islamic-dominated 1
-11101111100 1643 2
-11101111100 4,800-acre 2
-11101111100 Brat 2
-11101111100 seven-acre 2
-11101111100 Pomerol 2
-11101111100 Moslem-Christian 2
-11101111100 Ils 2
-11101111100 multisyllabic 2
-11101111100 bureacratic 3
-11101111100 Dragonbreath 3
-11101111100 iconographic 3
-11101111100 non-real 3
-11101111100 deterministic 3
-11101111100 boom-to-bust 3
-11101111100 truth-in-packaging 3
-11101111100 technicolor 3
-11101111100 farm-boy 4
-11101111100 13-acre 4
-11101111100 spatial 4
-11101111100 proxy-fight 4
-11101111100 real 12277
-11101111100 Netherland 9
-11101111101 Crass 1
-11101111101 non-securities-related 1
-11101111101 raw-steel 1
-11101111101 resalable 1
-11101111101 catastrophicillness 1
-11101111101 yarn-processing 1
-11101111101 1,552,600 1
-11101111101 don't-rock-the-boat 1
-11101111101 rib-cage 1
-11101111101 13-event 1
-11101111101 1,734,000 1
-11101111101 incentive-stock 1
-11101111101 478,300 1
-11101111101 CRYOGENIC 1
-11101111101 wide-mouth 1
-11101111101 13,325,365 1
-11101111101 3,029,235 1
-11101111101 four-quart 1
-11101111101 wealth-producing 1
-11101111101 three-dimensional-graphics 1
-11101111101 headache-inducing 1
-11101111101 procurement-oversight 1
-11101111101 air-terminal 1
-11101111101 gas-handling 1
-11101111101 Kotaneelee 1
-11101111101 Yinggehai 1
-11101111101 100-kilometer 1
-11101111101 capital-loss 1
-11101111101 blue-and-white-capped 1
-11101111101 sealed-environment 1
-11101111101 poision 1
-11101111101 gold-and 1
-11101111101 nonperishable 1
-11101111101 still-photograph 1
-11101111101 filmproduction 1
-11101111101 sacher-torte 1
-11101111101 water-absorbent 1
-11101111101 ship-handling 1
-11101111101 midload 1
-11101111101 tourist-traffic 1
-11101111101 750-orchid 1
-11101111101 10,025,316 1
-11101111101 Kyodo-branded 1
-11101111101 inflation-hedged 1
-11101111101 then-cheaper 1
-11101111101 size-42 1
-11101111101 algae-breeding 1
-11101111101 client-of-the-state 1
-11101111101 nuclear-strike 1
-11101111101 transformative 1
-11101111101 extra-terrestrial 1
-11101111101 alcohol/drug 1
-11101111101 chip-fabricating 1
-11101111101 landing-fees 1
-11101111101 nondeferred 1
-11101111101 misallocate 1
-11101111101 college-basketball 1
-11101111101 494,500 1
-11101111101 super-unleaded 1
-11101111101 oral-argument 1
-11101111101 light-bending 1
-11101111101 prohibitied 1
-11101111101 220,000-word 1
-11101111101 opertions 1
-11101111101 counter-mine 1
-11101111101 360,537 1
-11101111101 work-program 1
-11101111101 assault-weapon 1
-11101111101 returned-rock 1
-11101111101 equitypurchase 1
-11101111101 70-child 1
-11101111101 12-to-20-user 1
-11101111101 Bleacher 1
-11101111101 smart-mouthed 1
-11101111101 carpeting-related 1
-11101111101 fat-fighting 1
-11101111101 at-the-desk 1
-11101111101 30-mm 1
-11101111101 30-mm. 1
-11101111101 calendar-watching 1
-11101111101 hydroelectric-generating 1
-11101111101 Gavel-to-gavel 1
-11101111101 tumor-fighting 1
-11101111101 semi-proven 1
-11101111101 traffic-handling 1
-11101111101 good-for-a-lifetime 1
-11101111101 sports-news 1
-11101111101 flavoring-free 1
-11101111101 15,000-megawatt 1
-11101111101 well-tempered 1
-11101111101 918,411 1
-11101111101 Heimdal 1
-11101111101 Frigg 1
-11101111101 dealer-added 1
-11101111101 whiskey-making 1
-11101111101 Saltine 1
-11101111101 multi-situs 1
-11101111101 kiwi-fruit 1
-11101111101 swingy 1
-11101111101 career-jolting 1
-11101111101 tanklike 1
-11101111101 fidiciary 1
-11101111101 1,043,000 1
-11101111101 educational-facilities 1
-11101111101 tooth-for-a-tooth 1
-11101111101 Urongoi 1
-11101111101 199,363 1
-11101111101 oven-ready 1
-11101111101 price-bolstering 1
-11101111101 marriage-penalty 1
-11101111101 stay-cool 1
-11101111101 future-claims 1
-11101111101 oversea 1
-11101111101 war-widening 1
-11101111101 non-renewable 1
-11101111101 feeder-cattle 1
-11101111101 deficit-bred 1
-11101111101 womb-to-tomb 1
-11101111101 random-length 1
-11101111101 tortilla-wrapped 1
-11101111101 200,000-ton-a-year 1
-11101111101 Merc-listed 1
-11101111101 france 1
-11101111101 371,500 1
-11101111101 religious-school 1
-11101111101 tissue-paper-like 1
-11101111101 government-bonds 1
-11101111101 debt-maturity 1
-11101111101 partial-reserve 1
-11101111101 burking 1
-11101111101 combat-plane 1
-11101111101 5,098,420 1
-11101111101 scantiest 1
-11101111101 51,788 1
-11101111101 protoplanetary 1
-11101111101 agricultural-sector 1
-11101111101 115-person 1
-11101111101 moment-to-moment 1
-11101111101 printing-paper 1
-11101111101 Trans-Texas 1
-11101111101 debtor-possession 1
-11101111101 debt-induced 1
-11101111101 68,457 1
-11101111101 fixed-repayment 1
-11101111101 private-management 1
-11101111101 Jamburg 1
-11101111101 morefickle 1
-11101111101 latermaturing 1
-11101111101 continuous-release 1
-11101111101 5,200-foot 1
-11101111101 dollar-traded 1
-11101111101 turbine-building 1
-11101111101 travelogue-style 1
-11101111101 vaccine-related 1
-11101111101 35-million-pound 1
-11101111101 institutionwide 1
-11101111101 avaiation 1
-11101111101 European-initiated 1
-11101111101 multitier 1
-11101111101 congressional-presidential 1
-11101111101 basic-load 1
-11101111101 Court-controlled 1
-11101111101 falciparum 1
-11101111101 20,100 1
-11101111101 soul-healing 1
-11101111101 lower-48 1
-11101111101 1710 1
-11101111101 tax-hike 1
-11101111101 quilt-filled 1
-11101111101 cementlike 1
-11101111101 180-game 1
-11101111101 I-4 1
-11101111101 rhinestone-studded 1
-11101111101 common-bulb 1
-11101111101 1,200-bunk 1
-11101111101 profit-reducing 1
-11101111101 through-put 1
-11101111101 property/ 1
-11101111101 counter-spying 1
-11101111101 strike-force 1
-11101111101 hair-sized 1
-11101111101 worst-first 1
-11101111101 low-deductible 1
-11101111101 27,000-kilowatt 1
-11101111101 peak-volume 1
-11101111101 softwood-pulp 1
-11101111101 naked-put 1
-11101111101 absorptive 1
-11101111101 cranberry-flavored 1
-11101111101 activated-carbon 1
-11101111101 lease-like 1
-11101111101 stock-indexed 1
-11101111101 unforethought 1
-11101111101 inside-the-paper 1
-11101111101 mine-waste 1
-11101111101 blimp-making 1
-11101111101 62,749 1
-11101111101 scatter-shot 1
-11101111101 large-agency 1
-11101111101 550-million-pound 1
-11101111101 grain-related 1
-11101111101 physical-delivery 1
-11101111101 deferred-delivery 1
-11101111101 AFM 1
-11101111101 837-mile 1
-11101111101 local-finance 1
-11101111101 physical-damage 1
-11101111101 mineable 1
-11101111101 multiple-peril 1
-11101111101 unflagged 1
-11101111101 professional-liability 1
-11101111101 all-too-evident 1
-11101111101 penumbral 2
-11101111101 cuff-like 2
-11101111101 non-condensable 2
-11101111101 non-borrowed 2
-11101111101 less-hostile 2
-11101111101 hucksterish 2
-11101111101 scalar 2
-11101111101 common-situs 2
-11101111101 burnable 2
-11101111101 somatic 2
-11101111101 platinum-group 2
-11101111101 599,500 2
-11101111101 nonmetallic 2
-11101111101 ethanol-producing 2
-11101111101 tank-and-artillery 2
-11101111101 engine-production 2
-11101111101 as-yet-unnamed 2
-11101111101 warhead-carrying 2
-11101111101 life-giving 2
-11101111101 all-risk 2
-11101111101 nonprecious 2
-11101111101 pucker 2
-11101111101 yen-currency 2
-11101111101 pre-fire 2
-11101111101 minable 2
-11101111101 ion-exchange 2
-11101111101 near-full 2
-11101111101 Restored 2
-11101111101 S&P-index 2
-11101111101 XMI 2
-11101111101 non-equity 2
-11101111101 400-mile 2
-11101111101 voting-right 2
-11101111101 industrial-revenue-bond 2
-11101111101 winter-related 2
-11101111101 26,135,682 2
-11101111101 near-dictatorial 2
-11101111101 semi-proved 2
-11101111101 fire-blocking 2
-11101111101 air-worthiness 2
-11101111101 institution-wide 2
-11101111101 subsistence-pay 2
-11101111101 high-estrogen 2
-11101111101 trunkline 2
-11101111101 man-to-man 3
-11101111101 1970s-style 3
-11101111101 submicroscopic 3
-11101111101 unpriced 3
-11101111101 petrodollar 3
-11101111101 extra-cost 3
-11101111101 non-production 3
-11101111101 single-tax 3
-11101111101 foul-smelling 3
-11101111101 12,261,127 3
-11101111101 retin-A 3
-11101111101 stockindex 3
-11101111101 damage-waiver 3
-11101111101 second-strike 3
-11101111101 tetroxide 3
-11101111101 anti-competition 3
-11101111101 small-caliber 3
-11101111101 coal-seam 3
-11101111101 crash-induced 3
-11101111101 gonzo 3
-11101111101 full-funding 3
-11101111101 rail-mobile 4
-11101111101 performance-related 4
-11101111101 pinkish 4
-11101111101 gavel-to-gavel 4
-11101111101 already-depressed 4
-11101111101 light-vehicle 4
-11101111101 shockwave 4
-11101111101 rare-earth 4
-11101111101 treasury-bond 4
-11101111101 crime-control 4
-11101111101 call-processing 4
-11101111101 nouveaux 4
-11101111101 time-release 5
-11101111101 lower-risk 5
-11101111101 acetylene 5
-11101111101 unleaded-gasoline 5
-11101111101 dollar-priced 6
-11101111101 hoi 6
-11101111101 high-purity 6
-11101111101 non-precious 6
-11101111101 powertrain 7
-11101111101 black-majority 7
-11101111101 loanloss 7
-11101111101 100,000-mile 7
-11101111101 interruptible 8
-11101111101 collision-damage 8
-11101111101 out-of-the-money 8
-11101111101 pecuniary 8
-11101111101 market-index 8
-11101111101 current-carrying 9
-11101111101 low-energy 9
-11101111101 anti-poison 10
-11101111101 exchange-traded 10
-11101111101 pork-belly 10
-11101111101 Ragu 10
-11101111101 unexercised 12
-11101111101 non-ferrous 16
-11101111101 securities-underwriting 18
-11101111101 foreign-loan 24
-11101111101 nonqualified 25
-11101111101 injunctive 31
-11101111101 stock-related 34
-11101111101 European-style 34
-11101111101 nonferrous 35
-11101111101 mustard 36
-11101111101 bad-debt 39
-11101111101 Treasury-bond 55
-11101111101 countervailing 78
-11101111101 take-or-pay 108
-11101111101 equity-purchase 133
-11101111101 foreign-currency 212
-11101111101 tear 260
-11101111101 fiduciary 433
-11101111101 loan-loss 907
-11101111101 poison 955
-11101111101 precious 1022
-11101111101 stock-index 1469
-11101111101 natural 3717
-11101111101 direct 2912
-11101111110 anti-Garb 1
-11101111110 on-rushing 1
-11101111110 wheat-trade 1
-11101111110 15-6 1
-11101111110 image-switching 1
-11101111110 image-makeover 1
-11101111110 body-odor 1
-11101111110 hot-air-balloon 1
-11101111110 QDE. 1
-11101111110 445-member 1
-11101111110 44,017 1
-11101111110 Party-led 1
-11101111110 pseudo-event 1
-11101111110 black-bordered 1
-11101111110 jezebel 1
-11101111110 pre-sellout 1
-11101111110 41-game 1
-11101111110 pro-Texas 1
-11101111110 Texas-touting 1
-11101111110 38-store 1
-11101111110 no-offense 1
-11101111110 spurlike 1
-11101111110 to-be 1
-11101111110 292,200 1
-11101111110 one-in-500 1
-11101111110 Louvre-like 1
-11101111110 Moscow-led 1
-11101111110 clue. 1
-11101111110 vertebrate 1
-11101111110 full-rigged 1
-11101111110 13-room 1
-11101111110 precinct-delegate 1
-11101111110 right-of-left 1
-11101111110 public-art 1
-11101111110 fast-draw 1
-11101111110 free-information 1
-11101111110 meta-analysis 1
-11101111110 president/creative 1
-11101111110 president-customer 1
-11101111110 party-wide 1
-11101111110 now-disputed 1
-11101111110 record-time 1
-11101111110 anti-lewd-rock 1
-11101111110 Intercable-managed 1
-11101111110 34-7 1
-11101111110 swankest 1
-11101111110 presidential-race 1
-11101111110 Sun/AT&T 1
-11101111110 secondfront-page 1
-11101111110 letterwriting 1
-11101111110 coat-over-the-shoulder 1
-11101111110 CEGB 1
-11101111110 54.91 1
-11101111110 leftist-front 1
-11101111110 XXIV 1
-11101111110 gun-lobby 1
-11101111110 president-Army 1
-11101111110 then-approaching 1
-11101111110 Hoeschlers 1
-11101111110 torchlight 1
-11101111110 once-highly 1
-11101111110 Bork-hate 1
-11101111110 tile-and-brick-paved 1
-11101111110 diamond-film 1
-11101111110 recovered-alcoholic 1
-11101111110 androgynously 1
-11101111110 time-for-a-change 1
-11101111110 just-plain-Hoosier 1
-11101111110 Lautenberg-Dawkins 1
-11101111110 splendours 1
-11101111110 bed-sized 1
-11101111110 proagreement 1
-11101111110 three-CD 1
-11101111110 much-disparaged 1
-11101111110 Truth-in-Initiative 1
-11101111110 arduously 1
-11101111110 chiropractor-entrepreneur 1
-11101111110 F-8s 1
-11101111110 nuclear-free-Europe 1
-11101111110 often-bickering 1
-11101111110 international-section 1
-11101111110 non-presidential 1
-11101111110 rustic-looking 1
-11101111110 pro-Indaba 1
-11101111110 beer-and- 1
-11101111110 mine-planting 1
-11101111110 215-seat 1
-11101111110 party-centered 1
-11101111110 bobwhites 1
-11101111110 secularizing 1
-11101111110 early-to-mid-50s 1
-11101111110 once-slumping 1
-11101111110 teepee-like 1
-11101111110 pro-party 1
-11101111110 anti-bourgeois-liberalization 1
-11101111110 Layer 1
-11101111110 parlimentary 1
-11101111110 anti-phone 1
-11101111110 corporate-statism 1
-11101111110 64-megabyte 1
-11101111110 scanner-type 1
-11101111110 publicity-blitz 1
-11101111110 magnetic-train 1
-11101111110 114-page 1
-11101111110 religious-retreat 1
-11101111110 anti-dam 1
-11101111110 nerveless 1
-11101111110 TV-advertising 1
-11101111110 Ebano-style 1
-11101111110 sub-chapter 1
-11101111110 Filipino-style 1
-11101111110 television-industry 1
-11101111110 intellectualism 1
-11101111110 unromantically 1
-11101111110 pro-incinerator 1
-11101111110 Mi-25 1
-11101111110 7,280,000 1
-11101111110 Danish-made 1
-11101111110 climate-of-fear 1
-11101111110 to-each-according-to-his-work 1
-11101111110 Mafia-style 1
-11101111110 anti-vodka 1
-11101111110 strong-defense 1
-11101111110 multiballoted 1
-11101111110 Republican-turned-third-party 1
-11101111110 pre-presidential 1
-11101111110 market-rattling 1
-11101111110 magazine-subscription 1
-11101111110 post-bowl 1
-11101111110 anti-liberalization 1
-11101111110 wimpy-sounding 1
-11101111110 drawl-voiced 1
-11101111110 Administration-backed 1
-11101111110 so-far-unsuccessful 1
-11101111110 defacto 1
-11101111110 1,125-page 1
-11101111110 nondaily 1
-11101111110 2,492 1
-11101111110 labor-representation 1
-11101111110 3,011 1
-11101111110 stand-up-for-America 1
-11101111110 post-Iowa 1
-11101111110 pro-Murray 1
-11101111110 10.5-pence-a-share 1
-11101111110 Democratic-Socialist 1
-11101111110 Democratic-Socialist-Liberal 1
-11101111110 lemonade-stand 1
-11101111110 still-producing 1
-11101111110 subjectively 1
-11101111110 oped-page 1
-11101111110 loss-of-virginity 1
-11101111110 computer-programmed 1
-11101111110 water-boil 1
-11101111110 taxpayer-education 1
-11101111110 caveman 1
-11101111110 Prizewinning 1
-11101111110 Prize-nominated 1
-11101111110 editoral-page 1
-11101111110 over-lights 1
-11101111110 April-through-July 1
-11101111110 katzenjammer 1
-11101111110 political-advertising 1
-11101111110 county/city 1
-11101111110 gravel-bottomed 1
-11101111110 much-closer-than-expected 1
-11101111110 excoriative 1
-11101111110 then-suppressed 1
-11101111110 quadruple-decker 1
-11101111110 15,000-word 1
-11101111110 since-abandoned 1
-11101111110 dollar-a-plate 1
-11101111110 Bush-for-President 1
-11101111110 market-forces 1
-11101111110 purgative 1
-11101111110 Ph.D.s. 1
-11101111110 left-versus-right 1
-11101111110 business-getting 1
-11101111110 operation-a 1
-11101111110 Bommers 1
-11101111110 national-legislative 1
-11101111110 factory-approved 1
-11101111110 fortitudinous 1
-11101111110 local-autonomy 1
-11101111110 president-federal 1
-11101111110 anti-Lorenzo 1
-11101111110 multi-ballot 1
-11101111110 Indian-rights 1
-11101111110 pro-taxation 1
-11101111110 designator 1
-11101111110 made-in-the-North 1
-11101111110 president/marketing 1
-11101111110 vacanies 1
-11101111110 anti-stain 1
-11101111110 cutesy-pie 1
-11101111110 final-game 1
-11101111110 Pulitzers 1
-11101111110 256-bit 1
-11101111110 not-always-exciting 1
-11101111110 Gephardt-Dukakis 1
-11101111110 index-card 1
-11101111110 17-14 1
-11101111110 incumbent-entrenching 1
-11101111110 border-state 1
-11101111110 twice-bankrupt 1
-11101111110 cardboard-people 1
-11101111110 glueball 1
-11101111110 scientist-cum-magician 1
-11101111110 seven-way 1
-11101111110 court-appointment 1
-11101111110 one-judge 1
-11101111110 comminque 1
-11101111110 then-respected 1
-11101111110 12-chapter 1
-11101111110 patent-pending 1
-11101111110 50,000-vote 1
-11101111110 JSP-supported 1
-11101111110 eye-cancer 1
-11101111110 compact-camcorder 1
-11101111110 African-safari 1
-11101111110 Jackson-backed 1
-11101111110 bobtailed 1
-11101111110 one-million-letter 1
-11101111110 anti-leak 1
-11101111110 anti-Pakistan 1
-11101111110 Cabee 1
-11101111110 dozen-room 1
-11101111110 Cox-Roosevelt 1
-11101111110 president-Southwestern 1
-11101111110 Steiger-Jenkins 1
-11101111110 country-lawyer 1
-11101111110 Jenkins-Bush 1
-11101111110 IMC-related 1
-11101111110 lieutenant-governor 1
-11101111110 postelection 1
-11101111110 Mankhokwe 1
-11101111110 free-skating 1
-11101111110 14-mile 1
-11101111110 outside-the-Beltway 1
-11101111110 Thursday-through-Sunday 1
-11101111110 anti-apple 1
-11101111110 anti-generic-drug 1
-11101111110 Perception/Reality 1
-11101111110 five-vote 1
-11101111110 now-shrinking 1
-11101111110 165,688 1
-11101111110 almost-perfect 1
-11101111110 vague-sounding 1
-11101111110 most-likely 1
-11101111110 precinct-level 1
-11101111110 working-day 1
-11101111110 108-96 1
-11101111110 dirty-trick 1
-11101111110 poisonbait 1
-11101111110 law-journal 1
-11101111110 Franco-Gaelic 1
-11101111110 VCs 1
-11101111110 tactile 1
-11101111110 13-inch-diagonal 1
-11101111110 slap-dash 1
-11101111110 49-vote 1
-11101111110 six-album 1
-11101111110 anti-Tower 1
-11101111110 five-ring 2
-11101111110 signature-gathering 2
-11101111110 ferro-cement 2
-11101111110 prenomination 2
-11101111110 gay-student 2
-11101111110 proctors 2
-11101111110 more-familiar 2
-11101111110 semi-independent 2
-11101111110 form-letter 2
-11101111110 land-bound 2
-11101111110 10-kilometer 2
-11101111110 president-general 2
-11101111110 extreme-left 2
-11101111110 French-Flemish 2
-11101111110 1,479 2
-11101111110 pre-specified 2
-11101111110 two-horse 2
-11101111110 Reaganaut 2
-11101111110 Republican-Democratic 2
-11101111110 bigtime 2
-11101111110 Senate-confirmed 2
-11101111110 first-ballot 2
-11101111110 sweatpants 2
-11101111110 British-run 2
-11101111110 Mabsorba 2
-11101111110 corporate-advertising 2
-11101111110 IHT 2
-11101111110 pro-liberalization 2
-11101111110 must-do 2
-11101111110 city-by-city 2
-11101111110 groupwide 2
-11101111110 no-issues 2
-11101111110 186-member 2
-11101111110 anti-generic 2
-11101111110 twice-amended 2
-11101111110 liquified 2
-11101111110 content-less 2
-11101111110 party-based 2
-11101111110 editorialpage 2
-11101111110 bond-issue 2
-11101111110 blood-stained 2
-11101111110 PLM-sponsored 2
-11101111110 bylined 2
-11101111110 sucessful 2
-11101111110 national-assembly 2
-11101111110 college-player 2
-11101111110 one-issue 2
-11101111110 anti-drugs 2
-11101111110 villification 2
-11101111110 post-Duvalier 2
-11101111110 productivity-improvement 2
-11101111110 president/chief 2
-11101111110 Congress-only 2
-11101111110 Mondale-Ferraro 2
-11101111110 Southern-dominated 2
-11101111110 40,000-word 2
-11101111110 sub-compact 2
-11101111110 dirty-tricks 2
-11101111110 fraud-ridden 2
-11101111110 two-level 2
-11101111110 TV-ad 2
-11101111110 Trumanesque 2
-11101111110 tear-jerking 2
-11101111110 collective-liability 3
-11101111110 union-representation 3
-11101111110 French-government 3
-11101111110 oft-mentioned 3
-11101111110 end-of-ideology 3
-11101111110 anti-rightist 3
-11101111110 20,000-word 3
-11101111110 slickest 3
-11101111110 hydraulically 3
-11101111110 now-common 3
-11101111110 six-day-a-week 3
-11101111110 metaphoric 3
-11101111110 anti-palm 3
-11101111110 growth-fund 3
-11101111110 1,788-room 3
-11101111110 secret-ballot 3
-11101111110 four-candidate 3
-11101111110 president-human 3
-11101111110 company-subsidized 3
-11101111110 heart-tugging 3
-11101111110 op-ed-page 3
-11101111110 Procrustean 3
-11101111110 Arts-page 3
-11101111110 10-meter 3
-11101111110 30,000-word 3
-11101111110 international-page 3
-11101111110 clean-government 4
-11101111110 two-round 4
-11101111110 state-assembly 4
-11101111110 10-nation 4
-11101111110 one-candidate 4
-11101111110 candidate-centered 4
-11101111110 anti-leftist 4
-11101111110 anti-pesticide 4
-11101111110 million-ton-a-year 4
-11101111110 presidental 4
-11101111110 Millrose 4
-11101111110 antiapartheid 4
-11101111110 fire-engine 4
-11101111110 Sark 5
-11101111110 picaresque 5
-11101111110 anti-Stalin 5
-11101111110 .357 5
-11101111110 4-megabit 5
-11101111110 Senegalese 5
-11101111110 best-qualified 5
-11101111110 dog-sled 6
-11101111110 .357-caliber 6
-11101111110 1/2-mile 6
-11101111110 public-education 6
-11101111110 10-inch 6
-11101111110 three-state 6
-11101111110 presidential-election 6
-11101111110 yet-to-be 6
-11101111110 Sovietskaya 6
-11101111110 now-familiar 7
-11101111110 Dukakis-Bush 7
-11101111110 favorite-son 7
-11101111110 high-rent 8
-11101111110 four-way 8
-11101111110 Sovetskaya 8
-11101111110 quiet-crisis 8
-11101111110 dark-horse 9
-11101111110 Pyrrhic 9
-11101111110 write-in 9
-11101111110 presumptive 10
-11101111110 multicandidate 10
-11101111110 Prosorba 10
-11101111110 back-page 11
-11101111110 mid-term 12
-11101111110 fungus-produced 12
-11101111110 presidentially 12
-11101111110 Bush-Dukakis 13
-11101111110 lower-house 14
-11101111110 anti-alcohol 14
-11101111110 Oscar-winning 14
-11101111110 general-election 15
-11101111110 magnetically 16
-11101111110 socalled 16
-11101111110 upper-house 17
-11101111110 letter-writing 18
-11101111110 soon-to-be 21
-11101111110 law-review 21
-11101111110 whites-only 23
-11101111110 cross-market 25
-11101111110 midterm 26
-11101111110 second-front 28
-11101111110 quadrennial 34
-11101111110 second-front-page 35
-11101111110 Prize-winning 42
-11101111110 senatorial 43
-11101111110 congressionally 46
-11101111110 doctoral 47
-11101111110 multiparty 52
-11101111110 vice-presidential 58
-11101111110 mayoral 58
-11101111110 democratically 60
-11101111110 gubernatorial 111
-11101111110 nominating 115
-11101111110 page-one 162
-11101111110 front-page 251
-11101111110 editorial-page 279
-11101111110 genetically 282
-11101111110 parliamentary 615
-11101111110 federally 707
-11101111110 newly 2493
-11101111110 so-called 3288
-11101111110 presidential 4506
-11101111111 3,966 1
-11101111111 Hydrocare 1
-11101111111 copper-tipped 1
-11101111111 still-limited 1
-11101111111 lower-taxed 1
-11101111111 stakeless 1
-11101111111 2.1-billion-bushel 1
-11101111111 six-level 1
-11101111111 rabbinical-school 1
-11101111111 regional-edition 1
-11101111111 small-airline 1
-11101111111 CBS-designed 1
-11101111111 AT/339 1
-11101111111 high-poverty 1
-11101111111 downtown-oriented 1
-11101111111 3/260 1
-11101111111 re-engined 1
-11101111111 medium-small 1
-11101111111 OB 1
-11101111111 FAULTS 1
-11101111111 dough-based 1
-11101111111 veil-less 1
-11101111111 salami-shaped 1
-11101111111 Invicta 1
-11101111111 cross-claim 1
-11101111111 presweetened 1
-11101111111 reactor-operator 1
-11101111111 SoftSoap 1
-11101111111 purgatorial 1
-11101111111 Activitrax 1
-11101111111 six-foot-by-six-foot 1
-11101111111 MATERNAL 1
-11101111111 Four-month 1
-11101111111 NEEDN 1
-11101111111 speech-controlled 1
-11101111111 pre-moistened 1
-11101111111 ceramic-tiled 1
-11101111111 single-entry 1
-11101111111 Iran-sponsored 1
-11101111111 vehicle-weight 1
-11101111111 lithium-magnesium 1
-11101111111 Japanese-dominated 1
-11101111111 TOWNS 1
-11101111111 Solt-Wolper 1
-11101111111 lipid-regulation 1
-11101111111 bow-hunter 1
-11101111111 warranty-based 1
-11101111111 finger-scanning 1
-11101111111 PLUNDERED 1
-11101111111 departmentstore 1
-11101111111 disposable-diaper 1
-11101111111 jet-pilot 1
-11101111111 Hershey-name 1
-11101111111 Ford-Nissan 1
-11101111111 444-foot 1
-11101111111 low-medium/high-minimum 1
-11101111111 garnet-red 1
-11101111111 job-specific 1
-11101111111 further-processed 1
-11101111111 Hetchery 1
-11101111111 E-4b 1
-11101111111 federal-worker 1
-11101111111 wound-dressing 1
-11101111111 Nok 1
-11101111111 Boesky-era 1
-11101111111 10-inch-tall 1
-11101111111 PACEMAKERS 1
-11101111111 team-work 1
-11101111111 20-degree 1
-11101111111 4,582 1
-11101111111 T-6 1
-11101111111 Pengaton 1
-11101111111 4,576 1
-11101111111 record-related 1
-11101111111 death-protection 1
-11101111111 Soviet-fueled 1
-11101111111 simulator-based 1
-11101111111 R-25 1
-11101111111 too-generous 1
-11101111111 internatinal 1
-11101111111 usage-sensitive 1
-11101111111 seat-by-seat 1
-11101111111 oil-investment 1
-11101111111 Vitamaster 1
-11101111111 sonar-system 1
-11101111111 historic-building 1
-11101111111 better-conceived 1
-11101111111 Fidelity-Monarch 1
-11101111111 steel-and-concrete 1
-11101111111 ball-like 1
-11101111111 Wittgensteinian 1
-11101111111 charcoal-filtered 1
-11101111111 blown-insulation 1
-11101111111 insulation-fiber 1
-11101111111 wet-suit 1
-11101111111 Allez 1
-11101111111 SELTZERS 1
-11101111111 limitededition 1
-11101111111 valuated 1
-11101111111 pseudo-Italian 1
-11101111111 10-acres-per-lot 1
-11101111111 anti-snob 1
-11101111111 cigarette-substitute 1
-11101111111 Airship-Westinghouse 1
-11101111111 heat-transfer-fluid 1
-11101111111 Cramer-Krasselt 1
-11101111111 post-exposure 1
-11101111111 4Runner 1
-11101111111 revolution-mongering 1
-11101111111 double-entry 1
-11101111111 sunken-ship 1
-11101111111 jungle-warfare 1
-11101111111 vigororous 1
-11101111111 student-staffed 1
-11101111111 cotton-eating 1
-11101111111 offshore-based 1
-11101111111 cartoon-time 1
-11101111111 life-style-neutral 1
-11101111111 094-A 1
-11101111111 hidden-city 1
-11101111111 carefully-selected 1
-11101111111 lease-vs.-buy 1
-11101111111 patrol-dog 1
-11101111111 ET-type 1
-11101111111 sphincter-stimulus 1
-11101111111 Convention-era 1
-11101111111 refined-oil 1
-11101111111 capitation-fee 1
-11101111111 job-skills 1
-11101111111 mercury-vapor 1
-11101111111 Unicenter 1
-11101111111 East-bloc-style 1
-11101111111 550-car 1
-11101111111 multi-modal 1
-11101111111 anti-Kim 1
-11101111111 easiest-to-play 1
-11101111111 dual-skill 1
-11101111111 top-gun 1
-11101111111 mahogany-and-birch 1
-11101111111 anti-evolutionist 1
-11101111111 foreign-arms 1
-11101111111 once-tabled 1
-11101111111 blacks-only 1
-11101111111 soft-rubber 1
-11101111111 durational 1
-11101111111 iced-coffee 1
-11101111111 RESUMES 1
-11101111111 soon-to-be-succeeded 1
-11101111111 price-wage 1
-11101111111 42,810 1
-11101111111 Korean-U.S. 1
-11101111111 two-fish 1
-11101111111 video-game-like 1
-11101111111 powdered-tobacco 1
-11101111111 retail-newspaper 1
-11101111111 over-regulated 1
-11101111111 3090-F 1
-11101111111 expectational 1
-11101111111 computer-literacy 1
-11101111111 drug-education 1
-11101111111 newpaper 1
-11101111111 phosphate-fiber 1
-11101111111 lager-drinking 1
-11101111111 1966-1979 1
-11101111111 three-generation 1
-11101111111 funkier 1
-11101111111 CD4-based 1
-11101111111 muscle-meat 1
-11101111111 solid-muscle 1
-11101111111 race-driver 1
-11101111111 4,403 1
-11101111111 all-in-the-family 1
-11101111111 POSSIBILITIES 1
-11101111111 furniture-company 1
-11101111111 Deheisha 1
-11101111111 multivitamin 1
-11101111111 media-sensitive 1
-11101111111 samurai-tough 1
-11101111111 still-stronger 1
-11101111111 recession-oriented 1
-11101111111 Eggo 1
-11101111111 half-sunken 1
-11101111111 commuter-pilot 1
-11101111111 4,917,633 1
-11101111111 Brezhnev-style 1
-11101111111 image-obsessed 1
-11101111111 non-factory 1
-11101111111 four-step 1
-11101111111 trivia-game 1
-11101111111 now-convicted 1
-11101111111 RESTORER 1
-11101111111 driver-safety 1
-11101111111 mid-volume 1
-11101111111 Cholybar 1
-11101111111 macrophage 1
-11101111111 Novantrone 1
-11101111111 Asian-marketed 1
-11101111111 fixed-focus 1
-11101111111 convertible-only 1
-11101111111 housing-subsidy 1
-11101111111 Jackson/Robertson 1
-11101111111 Dukakis-Nunn 1
-11101111111 jeans-clad 1
-11101111111 90-foot-long 1
-11101111111 15,000-man 1
-11101111111 all-altitude 1
-11101111111 45-foot-high 1
-11101111111 tournament-program 1
-11101111111 mid-thirtyish 1
-11101111111 polyethyline 1
-11101111111 +32.6 1
-11101111111 longer-form 1
-11101111111 7.3-billion-bushel 1
-11101111111 1,875-square-foot 1
-11101111111 non-program 1
-11101111111 pale-blue 1
-11101111111 full-run 1
-11101111111 C202 1
-11101111111 biotechnology-derived 1
-11101111111 female-oriented 1
-11101111111 up-to-the-second 1
-11101111111 bombshell-and-Ferrari 1
-11101111111 slightly-modified 1
-11101111111 weapons-system 1
-11101111111 collar-white 1
-11101111111 quick-thinking 1
-11101111111 burning-hot 1
-11101111111 pride-of-ownership 1
-11101111111 vehicle-insurance 1
-11101111111 junkfund 1
-11101111111 white-powdered 1
-11101111111 pen-type 1
-11101111111 special-version 1
-11101111111 patient-interview 1
-11101111111 2,484 1
-11101111111 whole-egg 1
-11101111111 direct-sell 1
-11101111111 fill-in-the-blanks 1
-11101111111 U.N.-enforced 1
-11101111111 trading-based 1
-11101111111 MegaRay 1
-11101111111 agrotechnical 1
-11101111111 whodunnit-style 1
-11101111111 sweetest-tasting 1
-11101111111 Folonari 1
-11101111111 4,625 1
-11101111111 country-life 1
-11101111111 4,413,008 1
-11101111111 whey-based 1
-11101111111 ex-self-levitating 1
-11101111111 2,982 1
-11101111111 Truman-Barkley 1
-11101111111 reckless-driving 1
-11101111111 Microsoft/Ashton-Tate 1
-11101111111 GVX 1
-11101111111 most-exclusive 1
-11101111111 single-spokesman 1
-11101111111 expenive 1
-11101111111 drug-needle 1
-11101111111 1982-through-1985 1
-11101111111 4,641 1
-11101111111 balloonist 1
-11101111111 high-pocketed 1
-11101111111 six-hours-a-day 1
-11101111111 process-by-process 1
-11101111111 potty 1
-11101111111 biopesticide 1
-11101111111 4,633 1
-11101111111 trans-European 1
-11101111111 less-abrasive 1
-11101111111 ever-leaner 1
-11101111111 posturepedic 1
-11101111111 fairytale 2
-11101111111 airline-seat 2
-11101111111 preclusive 2
-11101111111 land-ownership 2
-11101111111 IIcx 2
-11101111111 gridlike 2
-11101111111 long-desired 2
-11101111111 five-level 2
-11101111111 child-oriented 2
-11101111111 high-fare 2
-11101111111 wholesale-market 2
-11101111111 Xomen 2
-11101111111 melanocyte-stimulating 2
-11101111111 casino-stock 2
-11101111111 passenger-train 2
-11101111111 486-based 2
-11101111111 property-poor 2
-11101111111 land-speculation 2
-11101111111 tri-level 2
-11101111111 seven-mile 2
-11101111111 4,655 2
-11101111111 hemp-like 2
-11101111111 4,640 2
-11101111111 4,594 2
-11101111111 spring-wheat 2
-11101111111 Zeitschrift 2
-11101111111 digestive-tract 2
-11101111111 better-for-you 2
-11101111111 once-laggard 2
-11101111111 Anzus 2
-11101111111 work-zone 2
-11101111111 consumer-sensitive 2
-11101111111 then-national 2
-11101111111 Zerex 2
-11101111111 blue-jeans 2
-11101111111 red-coated 2
-11101111111 well-proven 2
-11101111111 lower-than-planned 2
-11101111111 winter-spring 2
-11101111111 subsidiary-rights 2
-11101111111 plastic-cabinet 2
-11101111111 sudden-death 3
-11101111111 roller-derby 3
-11101111111 Norse 3
-11101111111 gonadotropin-releasing 3
-11101111111 42-foot 3
-11101111111 quit-smoking 3
-11101111111 anti-cigarette 3
-11101111111 military-supervised 3
-11101111111 preseason 3
-11101111111 crash-depressed 3
-11101111111 shark-infested 3
-11101111111 8700 3
-11101111111 coprocessing 3
-11101111111 steam-powered 3
-11101111111 five-minister 3
-11101111111 potholed 3
-11101111111 tag-team 4
-11101111111 seedling 4
-11101111111 market-linked 4
-11101111111 ex-national 4
-11101111111 bond-issuing 4
-11101111111 semiabstract 4
-11101111111 weight-reduction 4
-11101111111 stock-basket 4
-11101111111 trial-like 4
-11101111111 performance-measurement 5
-11101111111 six-course 5
-11101111111 fresh-air 5
-11101111111 quality-improvement 5
-11101111111 basal 6
-11101111111 pain-relief 6
-11101111111 wordless 6
-11101111111 decennial 7
-11101111111 Swiss-controlled 8
-11101111111 Dukakis-Bentsen 15
-11101111111 fig 21
-11101111111 national 11887
-11101111111 intrauterine 105
-11110000 non-Inkatha 1
-11110000 fuzzy-headed 1
-11110000 psychotically 1
-11110000 basic-training 1
-11110000 Ford-Carter 1
-11110000 residual-generating 1
-11110000 9:30-to-4 1
-11110000 oft-considered 1
-11110000 brain-enhancing 1
-11110000 U.J.A. 1
-11110000 433,503 1
-11110000 record-blasting 1
-11110000 fa-sol-la 1
-11110000 chintz-stuffed 1
-11110000 news-and-advertising 1
-11110000 18,170 1
-11110000 15th-18th 1
-11110000 5,867 1
-11110000 store-operated 1
-11110000 bare-bottomed 1
-11110000 mind-dulling 1
-11110000 beak-nosed 1
-11110000 higher-performing 1
-11110000 15-by-25-meter 1
-11110000 southward-moving 1
-11110000 18,270 1
-11110000 coupfollowing 1
-11110000 multiple-retirement 1
-11110000 space-stealing 1
-11110000 movie-buff 1
-11110000 jeans-wear 1
-11110000 time-emblematic 1
-11110000 55-hour 1
-11110000 out-of-religion 1
-11110000 bile-acid 1
-11110000 evening-news 1
-11110000 benzedrine 1
-11110000 aluminum-foil 1
-11110000 broker-linked 1
-11110000 half-moon 1
-11110000 26,610 1
-11110000 1,817,697 1
-11110000 disinfesting 1
-11110000 236,192 1
-11110000 2,564 1
-11110000 non-degree 1
-11110000 arm-weary 1
-11110000 sometimes-arcane 1
-11110000 post-baby-boom 1
-11110000 lofty-minded 1
-11110000 hen-pecked 1
-11110000 fastballing 1
-11110000 2,268,000 1
-11110000 10th-sized 1
-11110000 blow-'em-up-and-let-the-pieces-fall 1
-11110000 five-and-one-half 1
-11110000 hobby-oriented 1
-11110000 reupholstered 1
-11110000 self-proliferating 1
-11110000 paid-down 1
-11110000 puffyfaced 1
-11110000 high-rate-paying 1
-11110000 2,977 1
-11110000 17,419 1
-11110000 Bedside 1
-11110000 language-minority 1
-11110000 17th-20th 1
-11110000 insured-white 1
-11110000 last-hurrah 1
-11110000 modest-priced 1
-11110000 17,987 1
-11110000 three-candidate 1
-11110000 cash-squeezing 1
-11110000 bat-eared 1
-11110000 open-checkbook 1
-11110000 10,820 1
-11110000 ice-collection 1
-11110000 hard-faced 1
-11110000 multiple-paged 1
-11110000 paid-subscriber 1
-11110000 29,323,000 1
-11110000 two-bout 1
-11110000 once-doomed 1
-11110000 watch-your-car 1
-11110000 142-seat 1
-11110000 evil-but-cute 1
-11110000 self-glorified 1
-11110000 guillotine-like 1
-11110000 twilight-zone 1
-11110000 split-day 1
-11110000 1,797 1
-11110000 Ford-Kissinger 1
-11110000 3,772,000 1
-11110000 side-hill 1
-11110000 pro-vulgarity 1
-11110000 often-risky 1
-11110000 So-Ho 1
-11110000 blownup 1
-11110000 3,154 1
-11110000 special-category 1
-11110000 post-storm 1
-11110000 3,037 2
-11110000 not-so-tough 2
-11110000 ferocious-looking 2
-11110000 61,200 2
-11110000 lowest-risk 2
-11110000 firework 2
-11110000 respectable-looking 2
-11110000 radio-equipped 2
-11110000 pie-shaped 2
-11110000 empty-shelved 2
-11110000 two-and-one-half 2
-11110000 low-fertility 2
-11110000 made-to-measure 2
-11110000 20-or-so 2
-11110000 2,148 2
-11110000 white-jacketed 2
-11110000 6,298 2
-11110000 1,204 2
-11110000 group-therapy 2
-11110000 2,748 2
-11110000 emotion-packed 2
-11110000 less-known 2
-11110000 italicized 2
-11110000 budget-drafting 2
-11110000 higher-tax 2
-11110000 commercial-minded 2
-11110000 2,392 2
-11110000 post-War 2
-11110000 non-Aryan 2
-11110000 three-plus 2
-11110000 JAS-39 2
-11110000 7,920,000 2
-11110000 30-or-so 2
-11110000 more-mature 2
-11110000 100-odd 2
-11110000 South-Central 3
-11110000 uncountable 3
-11110000 thirty-seven 3
-11110000 non-industry 3
-11110000 family-founded 3
-11110000 magma 3
-11110000 highest-risk 3
-11110000 big-buck 3
-11110000 inflammable 3
-11110000 1,501 3
-11110000 Byelorussian 4
-11110000 scratch-off 4
-11110000 snow-capped 4
-11110000 zero-gravity 4
-11110000 non-English-speaking 4
-11110000 oil-boom 4
-11110000 2,064 5
-11110000 five-and-a-half 5
-11110000 sixty 5
-11110000 randy 5
-11110000 predawn 6
-11110000 2,002 6
-11110000 17,800 6
-11110000 80-hour 6
-11110000 Kennedy-Johnson 6
-11110000 20-odd 6
-11110000 1,156 7
-11110000 30-odd 7
-11110000 better-off 8
-11110000 200-plus 10
-11110000 high-inflation 10
-11110000 half-a-dozen 11
-11110000 two-dozen 13
-11110000 two 47531
-11110000 fifty 16
-111100010 gold-hoarders 1
-111100010 10-to-20 1
-111100010 13-to-25 1
-111100010 thirty-one 1
-111100010 Spanish-colonial 1
-111100010 10,260 1
-111100010 anti-sex 1
-111100010 high-mortgage-rate 1
-111100010 not-so-innocent 1
-111100010 5-feet-6 1
-111100010 70- 1
-111100010 25-plus 1
-111100010 tenderizing 1
-111100010 some-of-the 1
-111100010 2,316 1
-111100010 penetrable 1
-111100010 chew-the-fat 1
-111100010 better-ventilated 1
-111100010 citizens-band 1
-111100010 34,050 1
-111100010 three-and-half 1
-111100010 McFour 1
-111100010 kitchenless 1
-111100010 seventy-five 1
-111100010 61.76 1
-111100010 1940s-style 1
-111100010 drawstring 1
-111100010 19.43 1
-111100010 8,234 1
-111100010 256-Ks 1
-111100010 fridges 1
-111100010 27.43 1
-111100010 superblocs 1
-111100010 25.67 1
-111100010 steel-framed 1
-111100010 dirt-floored 2
-111100010 68,300 2
-111100010 five-plus 2
-111100010 nonelection 2
-111100010 1,631 2
-111100010 25-54 2
-111100010 1,835 2
-111100010 32,750 2
-111100010 2,185 2
-111100010 2,663 2
-111100010 smoggiest 2
-111100010 51.39 2
-111100010 low-flow 2
-111100010 eighteen 3
-111100010 2,500,000 3
-111100010 one-and-a-half 4
-111100010 1,532 4
-111100010 1,046 4
-111100010 1,388 4
-111100010 six-and-a-half 5
-111100010 301,000 5
-111100010 thirteen 5
-111100010 Sis 5
-111100010 1,364 5
-111100010 non-peak 6
-111100010 1,048 6
-111100010 50-odd 7
-111100010 30-plus 7
-111100010 1,185 7
-111100010 40-odd 8
-111100010 fifteen 9
-111100010 1,500,000 9
-111100010 three-and-a-half 12
-111100010 thirty 13
-111100010 twenty 15
-111100010 two-and-a-half 24
-111100010 ten 140
-111100010 three 24821
-111100010 five 13692
-111100010 four 13121
-111100010 eight 5123
-111100010 seven 5464
-111100011 SFr100 1
-111100011 six-to-12 1
-111100011 longer-life 1
-111100011 stock-values 1
-111100011 storm-skiing 1
-111100011 10,443 1
-111100011 hard-glazed 1
-111100011 all-home 1
-111100011 hard-currency-earning 1
-111100011 7,312 1
-111100011 seven-fifteenths 1
-111100011 president-ending 1
-111100011 12-24 1
-111100011 83.00 1
-111100011 ad-budget 1
-111100011 7.45-7.50 1
-111100011 multiple-event 1
-111100011 12-18 1
-111100011 2,374 1
-111100011 cartoon-character 1
-111100011 6,877.50 1
-111100011 estranging 1
-111100011 8,085 1
-111100011 human-heart 1
-111100011 downs-only 1
-111100011 80-U.S. 1
-111100011 6,877.5 1
-111100011 pressure-filled 1
-111100011 first-six 1
-111100011 human-leukocyte-derived 1
-111100011 221,231 2
-111100011 NABE 2
-111100011 Turkish-made 2
-111100011 1,605 2
-111100011 1,504 2
-111100011 Osake 4
-111100011 first-eight 4
-111100011 four-and-a-half 5
-111100011 eights 7
-111100011 eleven 23
-111100011 twelve 25
-111100011 nine 5464
-111100011 six 11359
-11110010 supersuccessful 1
-11110010 couple-three 1
-11110010 ferrofluid-film 1
-11110010 full-paying 1
-11110010 eighty-one 1
-11110010 firelit 1
-11110010 byline-less 1
-11110010 go-with-the-flow 1
-11110010 export-liberalizing 1
-11110010 image-wrenching 1
-11110010 designated-risk 1
-11110010 Contra-ry 1
-11110010 nine-season 1
-11110010 pretention 1
-11110010 still-unnamed 1
-11110010 mini-CABs 1
-11110010 jealous-sounding 1
-11110010 gr-reat 1
-11110010 half-concealed 1
-11110010 14-inch-long 1
-11110010 month-two 1
-11110010 white-smocked 1
-11110010 triagic 1
-11110010 generous-spirited 1
-11110010 technical-trade 1
-11110010 law-group 1
-11110010 fall-winter 1
-11110010 Lorimar-MGM 1
-11110010 1.4-carat 1
-11110010 value-enhancement 1
-11110010 DEAF 1
-11110010 skin-disease 1
-11110010 --to 1
-11110010 one-hit 1
-11110010 ambidextrous 1
-11110010 still-resistant 1
-11110010 carbohydrate-rich 1
-11110010 wide-release 1
-11110010 bow-hunting 1
-11110010 five-to-eight 1
-11110010 trespassing-on-government-property 1
-11110010 GE-sponsored 1
-11110010 flak-jacketed 1
-11110010 150-milliliter 1
-11110010 quarter-billion 1
-11110010 final-inning 1
-11110010 semi-punk 1
-11110010 pork-packer 1
-11110010 supermarketing 1
-11110010 DARK 1
-11110010 fire-eating 1
-11110010 MTV-ified 1
-11110010 jillion 1
-11110010 SLICK 1
-11110010 hard-learned 1
-11110010 century-style 1
-11110010 HCA-owned 1
-11110010 not-too-small 1
-11110010 collosal 1
-11110010 three-four 1
-11110010 Rachmaninoffian 1
-11110010 kingfisher 1
-11110010 Edelman-controlled 1
-11110010 crop-growing 1
-11110010 Shenzhen-based 1
-11110010 non-finance 1
-11110010 hawk-manque 1
-11110010 non-Fed 1
-11110010 non-generic 1
-11110010 PRIEST 1
-11110010 13-inch-wide 1
-11110010 semi-open 1
-11110010 phobic 1
-11110010 computer-connected 1
-11110010 Taj-related 1
-11110010 counter-offensive 1
-11110010 five-city 1
-11110010 union-inspired 1
-11110010 20-feet-high 1
-11110010 Democratic-oriented 1
-11110010 China-investment 1
-11110010 late-middle-age 1
-11110010 misadventuring 1
-11110010 hammerhead 1
-11110010 rocket-related 1
-11110010 310-300 1
-11110010 month.The 1
-11110010 computer-savvy 1
-11110010 election-free 1
-11110010 plant-derived 1
-11110010 brillant 1
-11110010 fund-related 1
-11110010 Barbados-born 1
-11110010 debt-riddled 1
-11110010 California-perfect 1
-11110010 not-so-loving 1
-11110010 trading-fraud 1
-11110010 non-adjacent 1
-11110010 letter-sized 1
-11110010 ten-foot 1
-11110010 crinoline 1
-11110010 43-YEAR-OLD 1
-11110010 as-yet-untold 1
-11110010 zingy 2
-11110010 dad-gum 2
-11110010 improved-definition 2
-11110010 loose-lipped 2
-11110010 half-trillion 2
-11110010 5,375,000 2
-11110010 Venir 2
-11110010 Dum 2
-11110010 dozen-odd 2
-11110010 20-plus 2
-11110010 plus-.500 3
-11110010 scrofulous 3
-11110010 5.25-inch 3
-11110010 5,000-pound 4
-11110010 50ish 4
-11110010 Bonn-based 4
-11110010 bioethical 5
-11110010 Amaru 5
-11110010 zillion 10
-11110010 quarter-million 11
-11110010 half-million 44
-11110010 half-dozen 256
-11110010 thousand 655
-11110010 hundred 864
-11110010 few 14641
-11110010 dozen 1791
-111100110 job-level 1
-111100110 candy-munching 1
-111100110 Dow-commissioned 1
-111100110 702-person 1
-111100110 pre-Fed 1
-111100110 over-air-conditioned 1
-111100110 1924-53 1
-111100110 plant-level 1
-111100110 political-related 1
-111100110 147-patient 1
-111100110 wood-and-steel 1
-111100110 pre-breakup 1
-111100110 post-enumeration 1
-111100110 on-the-move 1
-111100110 50-city 1
-111100110 heartstopping 1
-111100110 protective-order 1
-111100110 62,000-household 1
-111100110 bed-related 1
-111100110 voting-related 1
-111100110 long-departed 1
-111100110 sports-book 1
-111100110 terrorist-linked 1
-111100110 pre-FDA 1
-111100110 often-reported 1
-111100110 dead-ball 1
-111100110 29-patient 1
-111100110 nosmoking 1
-111100110 fun-money 1
-111100110 1,163 1
-111100110 9,132 1
-111100110 Reagan-ordered 1
-111100110 animated-adventure 1
-111100110 coercive-type 1
-111100110 race-discrimination 1
-111100110 won-loss 1
-111100110 board-commissioned 1
-111100110 pre-affluence 1
-111100110 ordinary-negligence 1
-111100110 four-month-per-exam 1
-111100110 retail-fund 1
-111100110 CIA-Pentagon 1
-111100110 business-travel 1
-111100110 regular-corporation 1
-111100110 less-noticeable 1
-111100110 unquiet 1
-111100110 black-Jewish 1
-111100110 PLAGUE 1
-111100110 Guthriesque 1
-111100110 pre-Marcos 1
-111100110 pro-utility 1
-111100110 Indian-claims 1
-111100110 brand-blind 1
-111100110 Calcutta-like 1
-111100110 deferred-policy 1
-111100110 1988-a 1
-111100110 record-volume 1
-111100110 mid-teen-age 1
-111100110 highinflation 1
-111100110 semi-carefree 1
-111100110 dark-windowed 1
-111100110 Disney-produced 1
-111100110 jouncy 1
-111100110 15-three 1
-111100110 CAREERS 1
-111100110 obsessive/compulsive 1
-111100110 palmier 1
-111100110 cerebrally 1
-111100110 financing-cost 1
-111100110 low-interest-paying 1
-111100110 topic-by-topic 1
-111100110 similiarly 1
-111100110 pre-maquila 1
-111100110 Shakespearian 1
-111100110 agriculture-policy 1
-111100110 limited-substitution 1
-111100110 griped-about 1
-111100110 176-point 1
-111100110 platform-drafting 1
-111100110 pre-Hart 1
-111100110 Venezuela-like 1
-111100110 near-archaic 1
-111100110 widely-seen 1
-111100110 pre-1956 1
-111100110 cycling-related 1
-111100110 one-book-a-week 1
-111100110 Easter-related 1
-111100110 premlinary 1
-111100110 non-class 1
-111100110 multimonth 1
-111100110 50-company 1
-111100110 political-office 1
-111100110 6,346 1
-111100110 already-arranged 1
-111100110 project-feasibility 1
-111100110 social-adjustment 1
-111100110 pro-Norman 1
-111100110 not-distant-enough 1
-111100110 corporate-settlement 1
-111100110 Soviet-Polish 1
-111100110 consumer-opinion 1
-111100110 hard-bound 1
-111100110 culture-bearing 1
-111100110 four-concert 1
-111100110 takeover-fueled 1
-111100110 doggiest 1
-111100110 158-patient 1
-111100110 non-drought 1
-111100110 25-patient 1
-111100110 common-law-marriage 1
-111100110 post-mortal 1
-111100110 615-point 1
-111100110 Marcos-related 1
-111100110 91,615 1
-111100110 Time-Yankelovich 1
-111100110 17-pence 1
-111100110 drought-damage 1
-111100110 seven-and-a-half 1
-111100110 light-therapy 1
-111100110 more-than-terrible 1
-111100110 port-merger 1
-111100110 news-spoof 1
-111100110 takeover-style 1
-111100110 barracks-style 1
-111100110 low-back-pain 1
-111100110 latecycle 1
-111100110 post-1960 1
-111100110 tes-score 1
-111100110 less-bullish 1
-111100110 BMW-3 1
-111100110 micro-economic 1
-111100110 eight-and-a-half 1
-111100110 Compaq2 1
-111100110 25-city 2
-111100110 USDA-sponsored 2
-111100110 U.S.-Syrian 2
-111100110 600-million-share 2
-111100110 20.62-point 2
-111100110 air-traffic-controller 2
-111100110 real-sector 2
-111100110 luxuriantly 2
-111100110 more-sober 2
-111100110 preconvention 2
-111100110 when-did-you-stop-beating-your-wife 2
-111100110 post-1975 2
-111100110 half-inch-high 2
-111100110 month-ago 2
-111100110 20-game 2
-111100110 long-married 2
-111100110 bi-annual 2
-111100110 council-sanctioned 2
-111100110 JT8D-200 2
-111100110 couch-potato 2
-111100110 silver-trading 2
-111100110 cash-conserving 2
-111100110 often-heard 2
-111100110 Hearstian 2
-111100110 product-quality 2
-111100110 category-three 2
-111100110 late-1985 2
-111100110 3,000-year 2
-111100110 26-game 2
-111100110 olden 3
-111100110 121-point 3
-111100110 pre-communist 3
-111100110 sun-filled 3
-111100110 high-riding 3
-111100110 euphemistic 3
-111100110 18-man 3
-111100110 early-October 3
-111100110 17-hour 3
-111100110 1,200-person 3
-111100110 local-level 3
-111100110 longneck 3
-111100110 book-length 3
-111100110 bite-size 3
-111100110 late-winter 4
-111100110 200-page 4
-111100110 trade-publication 4
-111100110 not-so-distant 4
-111100110 earnings-related 4
-111100110 AAAS 4
-111100110 pre-1966 5
-111100110 high-saving 5
-111100110 hotel-room 5
-111100110 long-predicted 5
-111100110 subzero 6
-111100110 government-commissioned 6
-111100110 Marplan 6
-111100110 strike-free 7
-111100110 late-morning 8
-111100110 60-65 8
-111100110 16-count 8
-111100110 bone-chilling 9
-111100110 13-hour 9
-111100110 15-hour 9
-111100110 16-hour 10
-111100110 halcyon 11
-111100110 14-hour 12
-111100110 U.N.-mediated 14
-111100110 70-hour 15
-111100110 election-day 15
-111100110 10-hour 15
-111100110 just-released 15
-111100110 soon-to-be-released 16
-111100110 pre-dawn 18
-111100110 sleepless 18
-111100110 formative 19
-111100110 bygone 22
-111100110 wee 40
-111100110 record-setting 44
-111100110 12-hour 45
-111100110 late-afternoon 46
-111100110 recent 19814
-111100110 subsequent 916
-111100111 321,067 1
-111100111 Spring-Summer 1
-111100111 october 1
-111100111 rockiest 1
-111100111 70-cents-a-unit 1
-111100111 bunkered 1
-111100111 Ethnography. 1
-111100111 20,000-copy 1
-111100111 146-page 1
-111100111 calender 1
-111100111 best-of-three 1
-111100111 giggle-a-minute 1
-111100111 24-cents-a-share 1
-111100111 fully-equipped 1
-111100111 power-hitting 1
-111100111 vines/lived 1
-111100111 technologies.In 1
-111100111 descriptor 1
-111100111 now-complete 1
-111100111 Marcos-rigged 1
-111100111 35-cents-a-share 1
-111100111 1986.That 1
-111100111 33-cent-a-share 1
-111100111 3,970,000 1
-111100111 74-cent-a-share 1
-111100111 42-cent 1
-111100111 fisal 1
-111100111 death-by-glancing-blows 1
-111100111 economic-deregulation 1
-111100111 late-20th 1
-111100111 22,560 1
-111100111 FY 1
-111100111 39-cents-a-share 1
-111100111 Auteroche. 1
-111100111 bordering-on-anarchy 1
-111100111 400,000-copy 1
-111100111 Mitsubishi-built 1
-111100111 about-to-be-published 1
-111100111 recession/deflation 1
-111100111 Midler-Disney 1
-111100111 9.5-cent-a-share 1
-111100111 three-millimeter 1
-111100111 200-year-long 1
-111100111 September-November 1
-111100111 autarchic 1
-111100111 much-rumored 1
-111100111 nickel-a-share 1
-111100111 rate-tightening 1
-111100111 dots. 1
-111100111 five-cents-a-share 1
-111100111 Pakistani-Afghan 1
-111100111 debt-solution 1
-111100111 monopsonistic 1
-111100111 scandal-marred 1
-111100111 multilateralism. 1
-111100111 Matisse. 1
-111100111 water-tax 1
-111100111 dark-gray 1
-111100111 Sommerfest 1
-111100111 two-to-five 1
-111100111 victimizes 1
-111100111 1,000-store 1
-111100111 Tradicional 1
-111100111 nonpornographic 1
-111100111 safety-first 1
-111100111 firm-dollar 1
-111100111 42-cents-a-share 1
-111100111 fiscasl 1
-111100111 uncaptured 1
-111100111 Janury 1
-111100111 Taiwan-funded 1
-111100111 seven-run 2
-111100111 211th 2
-111100111 turn-of-the 2
-111100111 late-19th 2
-111100111 10-cents-a-share 2
-111100111 Olympics/election 2
-111100111 9. 2
-111100111 Kamerlingh 2
-111100111 deficit-plagued 2
-111100111 overcollected 2
-111100111 75-cent-a-share 3
-111100111 nineteenth 3
-111100111 97.5-cent 3
-111100111 Olympics-election 3
-111100111 January-June 3
-111100111 non-election 3
-111100111 14-week 4
-111100111 October-December 16
-111100111 fiscal 11269
-111100111 centennial 105
-11110100 military-terrorist 1
-11110100 side-stepped 1
-11110100 agricultural-laborer 1
-11110100 scheduled-items 1
-11110100 semi-privatized 1
-11110100 firebomb-throwing 1
-11110100 post-press 1
-11110100 ill-adapted 1
-11110100 mispronounced 1
-11110100 takeover-protection 1
-11110100 Sesotho 1
-11110100 extra-effort 1
-11110100 plasticrelated 1
-11110100 health-giving 1
-11110100 mural-sized 1
-11110100 brushless 1
-11110100 baton-wielding 1
-11110100 pseudo-illnesses 1
-11110100 selection-type 1
-11110100 fashion-plate 1
-11110100 3,862 1
-11110100 boardmeeting 1
-11110100 ex-Howden 1
-11110100 button-sized 1
-11110100 noncancelable 1
-11110100 patronage-conscious 1
-11110100 jet-assisted 1
-11110100 Capulet 1
-11110100 1.5536 1
-11110100 Ranneau 1
-11110100 voter-fraud 1
-11110100 tax-effective 1
-11110100 VPPI 1
-11110100 undertaxing 1
-11110100 blue-suede-shoe 1
-11110100 out-of-office 1
-11110100 price-tempering 1
-11110100 executive-class 1
-11110100 JanSport 1
-11110100 soonest-maturing 1
-11110100 Camalox 1
-11110100 loans-in-progress 1
-11110100 bribe-seeking 1
-11110100 A-l 1
-11110100 becomingly 1
-11110100 heavy-walled 1
-11110100 abesnt-minded 1
-11110100 dacron 1
-11110100 commodity-using 1
-11110100 statusconscious 1
-11110100 loud-talking 1
-11110100 not-so-entertaining 1
-11110100 poster-receipt 1
-11110100 adulatory 1
-11110100 accordion-flavored 1
-11110100 once-orchidaceous 1
-11110100 work-assignment 1
-11110100 Eurokroner 1
-11110100 hand-surgery 1
-11110100 personal-exemption 1
-11110100 landbased 1
-11110100 no-fun 1
-11110100 fax-directory 1
-11110100 non-felony 1
-11110100 telephone-directory 1
-11110100 revenue-starved 1
-11110100 LXI-brand 1
-11110100 jerkiest 1
-11110100 mid-priced-clone 1
-11110100 graphics-related 1
-11110100 delaying-type 1
-11110100 company-designated 1
-11110100 precision/production 1
-11110100 legitimate-seeming 1
-11110100 complaint-free 1
-11110100 small-blood-vessel 1
-11110100 quick-freezes 1
-11110100 first-birthday 1
-11110100 work-rules 1
-11110100 less-industrialized 1
-11110100 Spirolox 1
-11110100 money-fixated 1
-11110100 heart-warming 1
-11110100 non-salty 1
-11110100 secondand 1
-11110100 Power-Circuit 1
-11110100 chigger 1
-11110100 not-so-common 1
-11110100 Moba 1
-11110100 low-resistance 1
-11110100 NIH-related 1
-11110100 stationwagon 1
-11110100 near-retirement 1
-11110100 super-efficient 1
-11110100 Eskimo-rights 1
-11110100 mirgration 1
-11110100 nononsense 1
-11110100 business-hungry 1
-11110100 religious-order 1
-11110100 less-considered 1
-11110100 Butter-Nut 1
-11110100 fish-market 1
-11110100 spacewalking 1
-11110100 Otoe-Missouria 1
-11110100 copper-related 1
-11110100 two-to-10-store 1
-11110100 creepy-crawly 1
-11110100 freshly-grilled 1
-11110100 right-side-up 1
-11110100 non-special-interest 1
-11110100 expenditure-oriented 1
-11110100 arrowleaf 1
-11110100 presentday 1
-11110100 thousand-and-one 1
-11110100 stability-minded 1
-11110100 gate-rental 1
-11110100 Marielito 1
-11110100 door-trim 1
-11110100 T-64 1
-11110100 store-display 1
-11110100 drinking-related 1
-11110100 -armed 1
-11110100 recombining 1
-11110100 not-so-major 1
-11110100 no-tech 1
-11110100 multimember 1
-11110100 capital-importing 1
-11110100 texturally 1
-11110100 Rynite 1
-11110100 Rust-Bowl 1
-11110100 GOP-leaning 1
-11110100 tennis-related 1
-11110100 Farsi-speaking 1
-11110100 fuzzy-looking 1
-11110100 lower-caste 1
-11110100 mid-southern 1
-11110100 high-incidence 1
-11110100 non-tourism 1
-11110100 minority-member 1
-11110100 computer-dealership 1
-11110100 frontseat 1
-11110100 unpowered 1
-11110100 auto-hauling 1
-11110100 super-tech 1
-11110100 slicked-over 1
-11110100 shortenings 1
-11110100 retirement-system 1
-11110100 stock-owning 1
-11110100 angry-eyed 1
-11110100 bottom-dwelling 1
-11110100 foresightful 1
-11110100 nontravel 1
-11110100 FAA-required 1
-11110100 beer-and-pretzel 1
-11110100 brigade-sized 1
-11110100 1,224 1
-11110100 afterschool 1
-11110100 2,956 1
-11110100 aspirin-containing 1
-11110100 volume-ballooning 1
-11110100 passenger-bus 1
-11110100 gift-with-purchase 1
-11110100 Solidarity-unionist 1
-11110100 original-cast 1
-11110100 southcentral 1
-11110100 Willistic 1
-11110100 achievement-level 1
-11110100 non-Comecon 1
-11110100 Ripon-type 1
-11110100 weapon-systems 1
-11110100 business-consultation 1
-11110100 Basilicata 1
-11110100 livestock-growing 1
-11110100 foreign-exchange-earning 1
-11110100 multilaterial 1
-11110100 power-plant-production 1
-11110100 heavily-leveraged 1
-11110100 hypochlorite 1
-11110100 3-ounce 1
-11110100 fiddle-driven 1
-11110100 Shantung 1
-11110100 bowling-alley 1
-11110100 government-restricted 1
-11110100 re-enacts 1
-11110100 weeks.The 1
-11110100 kids-league 1
-11110100 personal-phone-call 1
-11110100 non-frosty 1
-11110100 gunking 1
-11110100 non-routine 1
-11110100 pre-colored 1
-11110100 most-loss-ridden 1
-11110100 most-appealing 1
-11110100 treasurable 1
-11110100 skinnylegged 1
-11110100 folk-dancing 1
-11110100 100-millimeter 1
-11110100 oilstate 1
-11110100 meat-plant 1
-11110100 free-enterprising 1
-11110100 tricep 1
-11110100 debt-guarantee 1
-11110100 white-uniformed 1
-11110100 cotton-exporting 1
-11110100 South-central 1
-11110100 Canadian-mining 1
-11110100 fast-action 1
-11110100 non-rental 1
-11110100 brown-bag 1
-11110100 vehicle-use-tax 1
-11110100 folk-dance 1
-11110100 other-nation 1
-11110100 family-tied 1
-11110100 one-design 1
-11110100 central-casting 1
-11110100 nonearnings 1
-11110100 drab-colored 1
-11110100 non-Tibetan 1
-11110100 high-turnout 1
-11110100 well-set 1
-11110100 life-enhancement 1
-11110100 super-congested 1
-11110100 sharp-leafed 1
-11110100 load-bearing 1
-11110100 less-than-altruistic 1
-11110100 29-lawyer 1
-11110100 weapons-exporting 1
-11110100 refined-sugar 1
-11110100 earliest-contest 1
-11110100 English-trained 1
-11110100 less-than-diffident 1
-11110100 mass-psychology 1
-11110100 single-A-2-rated 1
-11110100 non-familial 1
-11110100 Christian-right 1
-11110100 adoption-assistance 1
-11110100 aluminum-worker 1
-11110100 airline-management 1
-11110100 Nixon-Humphrey 1
-11110100 8888 1
-11110100 fired-on 1
-11110100 horizontal-restraints 1
-11110100 crash-scarred 1
-11110100 over-rewarding 1
-11110100 small-to-medium-size 1
-11110100 cow-calf 1
-11110100 machine-sale 1
-11110100 Taitham-Laird 1
-11110100 murder-for-insurance 1
-11110100 mosquito-control 1
-11110100 un-toilet-trained 1
-11110100 expedites 1
-11110100 party-giving 1
-11110100 volume-inflating 1
-11110100 Kingsford 1
-11110100 Kootenai 1
-11110100 precipitation-free 1
-11110100 California-licensed 1
-11110100 Mexican-government 1
-11110100 special-relief 1
-11110100 anti-Khomenei 1
-11110100 plastics-processing 1
-11110100 re-oils 1
-11110100 Arickara 1
-11110100 five-foot-wide 1
-11110100 international-grocery 1
-11110100 college-station 1
-11110100 familiar-looking 2
-11110100 multi-line 2
-11110100 Visigoth 2
-11110100 gun-related 2
-11110100 graphics-processing 2
-11110100 bridge-construction 2
-11110100 Tarasoff-type 2
-11110100 exchange-house 2
-11110100 Mosel 2
-11110100 rec-room 2
-11110100 job-preservation 2
-11110100 blue-pen 2
-11110100 unequally 2
-11110100 one-tenth-ounce 2
-11110100 cost-sensitive 2
-11110100 debt-strapped 2
-11110100 non-capitalist 2
-11110100 movie-industry 2
-11110100 dingbat 2
-11110100 plant-growth 2
-11110100 congenitally 2
-11110100 1.593 2
-11110100 Minarco 2
-11110100 nonsectarian 2
-11110100 pension-benefit 2
-11110100 suspicious-looking 2
-11110100 prison-reform 2
-11110100 soft-shell 2
-11110100 Brahma 2
-11110100 inflation-fearing 2
-11110100 semp 2
-11110100 worst-run 2
-11110100 semi-rural 2
-11110100 nature-loving 2
-11110100 compact-disc-quality 2
-11110100 sweat-equity 2
-11110100 non-degreed 2
-11110100 U.S.-traded 2
-11110100 self-designated 2
-11110100 crude-short 2
-11110100 rock-ribbed 2
-11110100 taxiing-out 2
-11110100 ADM-related 2
-11110100 newish 2
-11110100 undertrained 2
-11110100 16,662 2
-11110100 silverplated 2
-11110100 unencoded 2
-11110100 2,118 2
-11110100 hai 2
-11110100 self-anointed 2
-11110100 strong-demand 2
-11110100 trend-seeking 2
-11110100 1,261 2
-11110100 price-swing 2
-11110100 as-yet-unexplained 2
-11110100 weight-gain 2
-11110100 nonstatistical 2
-11110100 13,820 2
-11110100 Mase 2
-11110100 DoD 2
-11110100 ophthalmalogic 2
-11110100 bloodstained 2
-11110100 product-origination 2
-11110100 nonofficial 2
-11110100 lethal-looking 2
-11110100 peristaltic 2
-11110100 low-VAT 2
-11110100 fuel-adjustment 2
-11110100 already-soft 3
-11110100 high-debt 3
-11110100 cement-distribution 3
-11110100 biomorphic 3
-11110100 less-glamorous 3
-11110100 chancier 3
-11110100 non-health 3
-11110100 Asian-based 3
-11110100 gold-producing 3
-11110100 frat 3
-11110100 drug-linked 3
-11110100 twiggy 3
-11110100 Dyson-Kissner 3
-11110100 Giuseppi 3
-11110100 freedom-of-religion 3
-11110100 brainless 3
-11110100 less-populated 3
-11110100 credit-union 3
-11110100 work-at-home 3
-11110100 Swiss-made 3
-11110100 non-price 3
-11110100 likeminded 3
-11110100 network-news 3
-11110100 fee-hungry 3
-11110100 lowcost 3
-11110100 symptomless 4
-11110100 wide-flange 4
-11110100 different-sized 4
-11110100 high-unemployment 4
-11110100 renewable-energy 4
-11110100 otheir 4
-11110100 under-served 4
-11110100 unlined 4
-11110100 college-student 4
-11110100 ex-military 4
-11110100 less-successful 4
-11110100 needier 4
-11110100 property-development 4
-11110100 state-backed 4
-11110100 Coptic 4
-11110100 sociopolitical 4
-11110100 small-to-medium-sized 4
-11110100 higher-wage 5
-11110100 child-development 5
-11110100 consumer-brand 5
-11110100 airport-terminal 5
-11110100 small-group 5
-11110100 Tigrean 6
-11110100 non-Arab 7
-11110100 import-sensitive 8
-11110100 open-shop 9
-11110100 upper-middle-income 9
-11110100 soybean-growing 10
-11110100 diehard 11
-11110100 trendier 11
-11110100 small-plane 15
-11110100 other 63911
-11110100 alcohol-related 22
-11110101 49,201 1
-11110101 super-cold 1
-11110101 Fleetwood/Clark 1
-11110101 sixth-most 1
-11110101 astringently 1
-11110101 adaptions 1
-11110101 now-hidden 1
-11110101 super-militarization 1
-11110101 most-criticized 1
-11110101 272,000-man 1
-11110101 non-planting 1
-11110101 noodlers 1
-11110101 bonily 1
-11110101 easy-grab 1
-11110101 135-unit 1
-11110101 non-filter 1
-11110101 syrup-additive 1
-11110101 390-bed 1
-11110101 water-up-the-nose 1
-11110101 black-stained 1
-11110101 400-unit 1
-11110101 Liberals. 1
-11110101 less-than-totally 1
-11110101 sejm 1
-11110101 non-hospital-insurance 1
-11110101 dreariest 1
-11110101 seven-cent-a-share 1
-11110101 46-building 1
-11110101 botanically 1
-11110101 four-largest 1
-11110101 23-foot-high 1
-11110101 mall-card 1
-11110101 coltishly 1
-11110101 6-foot-4-inches 1
-11110101 tapped-out 1
-11110101 nine-foot-deep 1
-11110101 swankdom 1
-11110101 satanically 1
-11110101 voyeuristically 1
-11110101 500-kilometer 1
-11110101 still-bound 1
-11110101 still-steamy 1
-11110101 dirt-entrapping 1
-11110101 AOPA 1
-11110101 dormitory-laboratory 1
-11110101 3,266 1
-11110101 jet-plane 1
-11110101 10th-most 1
-11110101 AmeriTrust/SRI 1
-11110101 could-be-anywhere 1
-11110101 315,000-share 1
-11110101 untraditionally 1
-11110101 sound-conducting 1
-11110101 debatably 1
-11110101 Slobovian 1
-11110101 cognitive-services 1
-11110101 dollar-vis-a-vis 1
-11110101 non-motorized 1
-11110101 office-apartment 1
-11110101 DTA 1
-11110101 next-to-lowest 1
-11110101 Northamptonshire 1
-11110101 perturbingly 1
-11110101 susurrate 1
-11110101 off-hand 1
-11110101 technology-base 1
-11110101 museology 1
-11110101 future-perfect 1
-11110101 left-out 1
-11110101 infamously 1
-11110101 now-forsaken 1
-11110101 nuclearweapons 1
-11110101 multifamilies 1
-11110101 early-on 1
-11110101 unmitigatingly 1
-11110101 until-recently 1
-11110101 wind. 1
-11110101 pointy-eared 1
-11110101 astrologically 1
-11110101 militaryindustrial 1
-11110101 diabolically 1
-11110101 dullish 1
-11110101 IA 1
-11110101 not-necessarily 1
-11110101 chattered 1
-11110101 unforgettably 1
-11110101 hotel/office/residential 1
-11110101 fuzz-covered 1
-11110101 average-size 1
-11110101 trach 1
-11110101 grim-and-gripping 1
-11110101 kharif 1
-11110101 Koethers 1
-11110101 to-be-expected 1
-11110101 10-building 1
-11110101 unfreezing 2
-11110101 149,103 2
-11110101 41,600 2
-11110101 quick-trading 2
-11110101 windshield-washer 2
-11110101 second-poorest 2
-11110101 open-armed 2
-11110101 seventh-most 2
-11110101 luminously 2
-11110101 urbanizing 2
-11110101 shiftings 2
-11110101 ill-judged 2
-11110101 neigboring 2
-11110101 seatbacks 2
-11110101 less-flattering 2
-11110101 oft-maligned 2
-11110101 heavy-footed 2
-11110101 warm-weather 2
-11110101 3/8-inch 2
-11110101 by-no-means 2
-11110101 folding-room 3
-11110101 precast 3
-11110101 best-informed 4
-11110101 mistrustful 4
-11110101 280-pound 4
-11110101 lyrically 4
-11110101 torments 5
-11110101 thermally 5
-11110101 Mutuelles 5
-11110101 quadraphonic 5
-11110101 fourth-most 6
-11110101 ready-mix 6
-11110101 pre-cast 8
-11110101 Frusen 8
-11110101 2,082 10
-11110101 so-far 11
-11110101 second-most 11
-11110101 third-most 14
-11110101 most 35061
-11110101 ready-mixed 17
-11110110 employer-leaning 1
-11110110 97,175 1
-11110110 snot 1
-11110110 contractor-switching 1
-11110110 935-818 1
-11110110 sheepishness 1
-11110110 1754 1
-11110110 we-sell-it 1
-11110110 REGB 1
-11110110 56,967,000 1
-11110110 high-luxe 1
-11110110 unblocked 1
-11110110 572,869 1
-11110110 tractability 1
-11110110 intranasally 1
-11110110 kenneling 1
-11110110 .209 1
-11110110 Strained 1
-11110110 16,000,000 1
-11110110 1.5395 1
-11110110 sweat-attire 1
-11110110 96,251 1
-11110110 still-golden 1
-11110110 name-your-own-favorite 1
-11110110 Fairbury 1
-11110110 881,873 1
-11110110 miscarrying 1
-11110110 self-justifying 1
-11110110 themelves 1
-11110110 Consolidated-Minorco 1
-11110110 quick-printers 1
-11110110 MISCLASSED 1
-11110110 rebel-government 1
-11110110 home/studio 1
-11110110 Strangelovian 1
-11110110 184,506 1
-11110110 better-staffed 1
-11110110 226,712 1
-11110110 I-90 1
-11110110 261,680 1
-11110110 Fizzles 1
-11110110 261,704 1
-11110110 mid-Texas 1
-11110110 sassing 1
-11110110 26,363 1
-11110110 Karanja 1
-11110110 Soyo 1
-11110110 nondogmatic 1
-11110110 246,473 1
-11110110 Import-export 1
-11110110 Grisly 1
-11110110 poi 1
-11110110 denied-boarding 1
-11110110 scotching 1
-11110110 320,980 1
-11110110 Anti-poverty 1
-11110110 less-scientific 1
-11110110 reanimated 1
-11110110 Reinosa 1
-11110110 Amok 1
-11110110 warfighting 1
-11110110 1,590,657 1
-11110110 1,003.80 1
-11110110 hard-to-service 1
-11110110 165,132 1
-11110110 326,411 1
-11110110 gimmick-laden 1
-11110110 cash-on-hand 1
-11110110 dispersements 1
-11110110 293.00 1
-11110110 174,954 1
-11110110 56,724 1
-11110110 hard-to-lease 1
-11110110 coarser 1
-11110110 state-refund 1
-11110110 nonrelated 1
-11110110 lower-production 1
-11110110 otherwise-private 1
-11110110 cathedral-building 1
-11110110 water-flow 1
-11110110 white-victim 1
-11110110 flogs 1
-11110110 pre-shadowed 1
-11110110 24133.10 1
-11110110 seldom-explored 1
-11110110 First-hand 1
-11110110 ground-air-ground 1
-11110110 less-fortunate 1
-11110110 child-dependency 1
-11110110 patient-specific 1
-11110110 mega-stardom 1
-11110110 self-laceration 1
-11110110 270,299 1
-11110110 Kiswahili 1
-11110110 346,249 1
-11110110 replanning 1
-11110110 industrial-manufacturing 1
-11110110 car-oriented 1
-11110110 -described 1
-11110110 32,575 1
-11110110 692,748 1
-11110110 Montedison-Ferruzzi 1
-11110110 pyromaniacs 1
-11110110 broadsided 1
-11110110 foreigner-hating 1
-11110110 Russian-populated 1
-11110110 brain-damaged-baby 1
-11110110 health-and-beauty-aid 1
-11110110 specially-designated 1
-11110110 small-company-stock 1
-11110110 big-cost 1
-11110110 Lysenkoism 1
-11110110 rally-round-the-case 1
-11110110 particularized 1
-11110110 C3-P0 1
-11110110 336,700 1
-11110110 sulfonamides 1
-11110110 mid1982 1
-11110110 Fedwatchers 1
-11110110 365,199 1
-11110110 contravening 1
-11110110 Sept.9 1
-11110110 Winstom-Salem 1
-11110110 five-pointed 1
-11110110 ear-shattering 1
-11110110 438,399 1
-11110110 three-film 1
-11110110 Newtonian 1
-11110110 will-related 1
-11110110 arrowheads 1
-11110110 pituitary-gland 1
-11110110 definance 1
-11110110 exluding 1
-11110110 singlehood 1
-11110110 Schroders-supplied 1
-11110110 Mitusbishi 1
-11110110 management-involved 1
-11110110 pro-pig 1
-11110110 1,761 1
-11110110 often-treatable 1
-11110110 1,340,344 1
-11110110 vicars 1
-11110110 359,784 1
-11110110 316,298 1
-11110110 nonresidential-contracting 1
-11110110 6,443 1
-11110110 53,064 1
-11110110 labor-protective 2
-11110110 8,926 2
-11110110 nomilin 2
-11110110 Wat 2
-11110110 wurst 2
-11110110 slick-looking 2
-11110110 2,113 2
-11110110 960,300 2
-11110110 jump-starting 2
-11110110 gladiatorial 2
-11110110 land-tenure 2
-11110110 more-informal 2
-11110110 centerstage 2
-11110110 170,382 2
-11110110 Ballast 2
-11110110 immigration-related 3
-11110110 nervous-system 3
-11110110 bigger-ticket 4
-11110110 easy-to-understand 5
-11110110 untrammeled 8
-11110110 inasmuch 9
-11110110 such 37737
-11110110 insofar 35
-1111011100 harder-to-catch 1
-1111011100 muncipals 1
-1111011100 overdocumenting 1
-1111011100 more-otherworldly 1
-1111011100 more-mainstream 1
-1111011100 subject-matter 1
-1111011100 capital-crime 1
-1111011100 pension-planning 1
-1111011100 245,110,000 1
-1111011100 semifree-market 1
-1111011100 fade-in 1
-1111011100 elderly-care 1
-1111011100 market-development 1
-1111011100 cerebrovascular 1
-1111011100 lower-dosage 1
-1111011100 yenbond 1
-1111011100 painwracked 1
-1111011100 asbestos-linked 1
-1111011100 besets 1
-1111011100 old-breed 1
-1111011100 daylight-savings 1
-1111011100 Tonnie 1
-1111011100 internal-communications 1
-1111011100 water-resource 1
-1111011100 job-development 1
-1111011100 travel-card 1
-1111011100 radar-defense 1
-1111011100 hailstones 1
-1111011100 non-sanctioned 1
-1111011100 solemly 1
-1111011100 full-commission 1
-1111011100 undeleted 1
-1111011100 569,600 1
-1111011100 tradition-conscious 1
-1111011100 glass-covered 1
-1111011100 electric-transport 1
-1111011100 pharaohs 1
-1111011100 construction-standards 1
-1111011100 8,563 1
-1111011100 34,800 1
-1111011100 17,006,802,720 1
-1111011100 cross-indexed 1
-1111011100 pool-sized 1
-1111011100 983,050 1
-1111011100 ferry-riding 1
-1111011100 Yamaha/Steinway 1
-1111011100 74,763 1
-1111011100 Jakartans 1
-1111011100 autoimmune-disease 1
-1111011100 1,460,900 1
-1111011100 city-club 1
-1111011100 Detsky 1
-1111011100 speculators/ 1
-1111011100 one-eighth-point 1
-1111011100 fumble-fingered 1
-1111011100 human-factors 1
-1111011100 9,123 2
-1111011100 English-only 2
-1111011100 4,491 2
-1111011100 non-growth 2
-1111011100 136,300 2
-1111011100 anencephalics 2
-1111011100 Tamiami 3
-1111011100 more-common 3
-1111011100 overfilling 3
-1111011100 shiitake 3
-1111011100 15,200 4
-1111011100 deficit-conscious 4
-1111011100 furloughing 5
-1111011100 some 58635
-1111011100 high-loss 5
-1111011101 UDF-sympathetic 1
-1111011101 shareholderas 1
-1111011101 de-escalation 1
-1111011101 sea-route 1
-1111011101 essay-length 1
-1111011101 male-to-male 1
-1111011101 salty-tasting 1
-1111011101 non-ethnic 1
-1111011101 industrial-health 1
-1111011101 less-capitalized 1
-1111011101 school-shackled 1
-1111011101 162-foot-tall 1
-1111011101 spear-toting 1
-1111011101 account-management 1
-1111011101 334,800 1
-1111011101 high-functioning 1
-1111011101 congressional-corruption 1
-1111011101 1,132,731 1
-1111011101 non-bulk 1
-1111011101 Porsche-driving 1
-1111011101 dislocuted 1
-1111011101 10,442 1
-1111011101 untractable 1
-1111011101 hip-fracture 1
-1111011101 non-college 1
-1111011101 14,943 1
-1111011101 Kaldoun 1
-1111011101 craftier 1
-1111011101 3,375 1
-1111011101 Hanns-Arnt 1
-1111011101 low-producing 1
-1111011101 textile-state 1
-1111011101 still-nervous 1
-1111011101 less-than-honest 1
-1111011101 fighting-age 1
-1111011101 lowest-level 1
-1111011101 rock-show 1
-1111011101 credit-card-industry 1
-1111011101 U.S.-industry 1
-1111011101 passing-shot 1
-1111011101 pro-TVA 1
-1111011101 Western-government 1
-1111011101 blowhard 1
-1111011101 institutitonal 1
-1111011101 non-Punjabi 1
-1111011101 time-crunched 1
-1111011101 wide-hatted 1
-1111011101 unlovable 1
-1111011101 musicians-turned-stock 1
-1111011101 3,389 1
-1111011101 Halloween-crazed 1
-1111011101 less-trained 1
-1111011101 pitch-out 1
-1111011101 safety-minded 1
-1111011101 fee-paying 1
-1111011101 prisonlike 1
-1111011101 ill-prepares 1
-1111011101 striped-pants 1
-1111011101 pork-seeking 1
-1111011101 three-card-monte 1
-1111011101 stubble-toothed 1
-1111011101 6.9-liter 1
-1111011101 30,316 1
-1111011101 part-skim 1
-1111011101 337,105 1
-1111011101 professsional 1
-1111011101 864,900 1
-1111011101 art-minded 1
-1111011101 3,077 1
-1111011101 gold-minded 1
-1111011101 unappreciated 1
-1111011101 heavily-capitalized 1
-1111011101 academic-research 1
-1111011101 169,198 1
-1111011101 ACCUSE 1
-1111011101 non-minority 1
-1111011101 business-unit 1
-1111011101 co-senior 1
-1111011101 out-of-stocks 1
-1111011101 20,557 1
-1111011101 salt-of-the-earth 1
-1111011101 technology-minded 1
-1111011101 transmission-service 1
-1111011101 Ionnis 1
-1111011101 post-residency 1
-1111011101 787,000 1
-1111011101 structural-package 1
-1111011101 more-extravagant 1
-1111011101 nutrition-conscious 1
-1111011101 7.7500 1
-1111011101 869,800 1
-1111011101 1,524 1
-1111011101 technically-motivated 1
-1111011101 begowned 1
-1111011101 caucus/primary 1
-1111011101 buy-now-pay-later 1
-1111011101 foam-insulator 1
-1111011101 lower-middle-income 1
-1111011101 bias-proof 1
-1111011101 crime-forecasting 1
-1111011101 hammed 1
-1111011101 gold-seeking 1
-1111011101 more-detached 1
-1111011101 anti-booze 1
-1111011101 less-potent 1
-1111011101 thing-oriented 1
-1111011101 TV-market 1
-1111011101 U.S.backed 1
-1111011101 cash-advance 1
-1111011101 2,054 1
-1111011101 prominant 1
-1111011101 K-1 1
-1111011101 pitch-true 1
-1111011101 air-crash 1
-1111011101 knickknack 1
-1111011101 ensnarls 1
-1111011101 fast-money 1
-1111011101 69,346 1
-1111011101 single-talent 1
-1111011101 zinc-sulphide 1
-1111011101 JVC/Victor-financed 1
-1111011101 military-jet 1
-1111011101 successor-designate 1
-1111011101 noncontributing 1
-1111011101 just-plain 1
-1111011101 uninsured-black 1
-1111011101 540,800 1
-1111011101 post-McGovern 1
-1111011101 defense-dependent 1
-1111011101 Nike-shod 1
-1111011101 auto-supply 1
-1111011101 non-resistant 1
-1111011101 bargaining-related 1
-1111011101 health-minded 1
-1111011101 Triassic 1
-1111011101 primitivizing 1
-1111011101 ex-IRA 1
-1111011101 acquisitive-minded 1
-1111011101 non-Italian 1
-1111011101 beef-loving 1
-1111011101 69,800 1
-1111011101 deregulation-oriented 1
-1111011101 Meskhetian 1
-1111011101 Moscow-controlled 1
-1111011101 OTC-market 1
-1111011101 pro-GM 1
-1111011101 8,606 1
-1111011101 double-crop 1
-1111011101 recession-ridden 1
-1111011101 1,611,593 1
-1111011101 court-made 1
-1111011101 once-admiring 1
-1111011101 long-lined 1
-1111011101 Fla.-Sixty-two 1
-1111011101 destructively 1
-1111011101 2,549 1
-1111011101 over-insured 1
-1111011101 1,592 1
-1111011101 NYSE-registered 1
-1111011101 hyperbole-prone 1
-1111011101 ever-individualistic 1
-1111011101 convention-going 1
-1111011101 577,702 1
-1111011101 renegotiable 1
-1111011101 guileful 1
-1111011101 travel-reservations 1
-1111011101 insurance-claims 1
-1111011101 22,462 1
-1111011101 stony-faced 1
-1111011101 inflation-minded 1
-1111011101 80-20 1
-1111011101 surpassingly 1
-1111011101 recession-weary 1
-1111011101 17,463 1
-1111011101 Lauritz 1
-1111011101 besandaled 1
-1111011101 1,283,000 1
-1111011101 re-reported 1
-1111011101 no-down-payment 1
-1111011101 7,157 1
-1111011101 supervisory-level 1
-1111011101 248,515 1
-1111011101 rate-watching 1
-1111011101 lawyer-loving 1
-1111011101 asset-overhaul 1
-1111011101 earthquake-prone 2
-1111011101 low-seniority 2
-1111011101 munificence 2
-1111011101 more-neutral 2
-1111011101 seldom-seen 2
-1111011101 already-jittery 2
-1111011101 single-malt 2
-1111011101 Mesopotamian 2
-1111011101 auto-worker 2
-1111011101 irrigating 2
-1111011101 retirement-age 2
-1111011101 shop-at-home 2
-1111011101 tobacco-state 2
-1111011101 overfed 2
-1111011101 not-so-friendly 2
-1111011101 bonus-paying 2
-1111011101 emptyhanded 2
-1111011101 stackware 2
-1111011101 resortlike 2
-1111011101 airborne-transmitted 2
-1111011101 labor-owned 2
-1111011101 1,987 2
-1111011101 fleet-footed 2
-1111011101 Conradian 2
-1111011101 1,194 2
-1111011101 Bakelite 2
-1111011101 starstruck 2
-1111011101 437,811 3
-1111011101 1,014 3
-1111011101 bouilleurs 3
-1111011101 1,231 3
-1111011101 up-tight 3
-1111011101 braised 4
-1111011101 low-unemployment 4
-1111011101 non-insured 4
-1111011101 less-affluent 5
-1111011101 larger-sized 6
-1111011101 light-skinned 6
-1111011101 Vicks 6
-1111011101 many 33157
-1111011101 pistachio 9
-11110111100 timeservers 1
-11110111100 reservedly 1
-11110111100 76,993 1
-11110111100 Maoettes 1
-11110111100 megaliterateur 1
-11110111100 110,400 1
-11110111100 Yokasuka 1
-11110111100 A-dollar 1
-11110111100 wildcats 1
-11110111100 seal-like 1
-11110111100 broadleaf 1
-11110111100 jobhoppers 1
-11110111100 Selfridges 1
-11110111100 3,951,600 1
-11110111100 soft-soap 1
-11110111100 Monday-afternoon 1
-11110111100 22,328 1
-11110111100 chopped-steak 1
-11110111100 Reforma 1
-11110111100 anti-age 1
-11110111100 1,646,700 1
-11110111100 875,767 1
-11110111100 Alisons 1
-11110111100 Florida-owned 1
-11110111100 Bork-the-moderate 1
-11110111100 less-refined 1
-11110111100 18,842,000 1
-11110111100 energy-producers 1
-11110111100 2,136,600 1
-11110111100 cricket-gamblers 1
-11110111100 anencephaly 1
-11110111100 synfuel 1
-11110111100 wine-makers 1
-11110111100 174,200 1
-11110111100 then-legal 1
-11110111100 importsa 1
-11110111100 uncomplainingly 1
-11110111100 currently-available 1
-11110111100 rear-guardists 1
-11110111100 more-material 1
-11110111100 128,800 1
-11110111100 5,354,800 1
-11110111100 too-loose 1
-11110111100 ever-sliding 1
-11110111100 single-track 1
-11110111100 Unimates 1
-11110111100 general-ledger 1
-11110111100 UFO-watchers 1
-11110111100 already-announced 1
-11110111100 2,155,400 1
-11110111100 coconut-rich 1
-11110111100 gushingly 1
-11110111100 Procter-speakers 1
-11110111100 Afro-Americans 1
-11110111100 colleages 1
-11110111100 Gujaratis 1
-11110111100 non-dancers 1
-11110111100 pristine-condition 1
-11110111100 24,019 1
-11110111100 puertorriquenos 1
-11110111100 cholesterol-raising 1
-11110111100 686,792 1
-11110111100 non-felons 1
-11110111100 psycho-sickos 1
-11110111100 Wispa 1
-11110111100 vaudevillians 1
-11110111100 self-guided 1
-11110111100 ready-to-use 1
-11110111100 Russells 1
-11110111100 declamatory 1
-11110111100 29,200 1
-11110111100 retaliators 1
-11110111100 Danae 1
-11110111100 trust-bank 1
-11110111100 Zorro 1
-11110111100 blade-length 1
-11110111100 17year-old 1
-11110111100 parts-makers 1
-11110111100 1,506 1
-11110111100 1,100,000 1
-11110111100 non-swimmers 1
-11110111100 hard-asset 1
-11110111100 auto-obscuria 1
-11110111100 La-la-landers 1
-11110111100 lawyer-authors 1
-11110111100 disabling-injury 1
-11110111100 ascetics 1
-11110111100 nutrition-oriented 1
-11110111100 408,700 1
-11110111100 fun-in-the-sun 1
-11110111100 Erfurt 1
-11110111100 self-denigration 1
-11110111100 18-to-22-year-olds 1
-11110111100 neo-populists 1
-11110111100 Reizl 1
-11110111100 burrowers 1
-11110111100 164,360,000 1
-11110111100 squibs 1
-11110111100 Emmies 1
-11110111100 color-separation 1
-11110111100 100Jacuzzis 1
-11110111100 chartwatchers 1
-11110111100 American-held 1
-11110111100 Giuliani-type 1
-11110111100 disease-producing 1
-11110111100 hourglasses 1
-11110111100 abbots 1
-11110111100 detenteniks 1
-11110111100 Hausfrauen 1
-11110111100 4,394 1
-11110111100 extroverts 1
-11110111100 2,735 2
-11110111100 unprecendented 2
-11110111100 noncharitable 2
-11110111100 117,600 2
-11110111100 more-hazardous 2
-11110111100 epicenters 2
-11110111100 print-media 2
-11110111100 shareholder-employees 2
-11110111100 housebound 2
-11110111100 210,654 2
-11110111100 1,624 2
-11110111100 56,200 2
-11110111100 daytrippers 2
-11110111100 19,400 2
-11110111100 dietary-induced 2
-11110111100 1,380,000 2
-11110111100 WXRK-FM 2
-11110111100 84,300 2
-11110111100 4,654 2
-11110111100 hydroelectricity 2
-11110111100 Bedouins 2
-11110111100 266,900 2
-11110111100 164,212 2
-11110111100 276,500 2
-11110111100 mishandled-baggage 2
-11110111100 19,700 2
-11110111100 summering 2
-11110111100 PROs 2
-11110111100 barbecuing 2
-11110111100 67,200 2
-11110111100 86,300 2
-11110111100 135,187 2
-11110111100 35,875 2
-11110111100 tricosanthin 2
-11110111100 one-ninth 2
-11110111100 1,276 2
-11110111100 pay-movie 2
-11110111100 balmier 2
-11110111100 1,744,000 2
-11110111100 Pollyannaish 2
-11110111100 stags 2
-11110111100 1,102,000 2
-11110111100 110,600 2
-11110111100 bioequivalance 2
-11110111100 1,705 2
-11110111100 apparel-oriented 2
-11110111100 5,125,000 2
-11110111100 19,401 2
-11110111100 65,013 2
-11110111100 subcategories 2
-11110111100 dioramas 2
-11110111100 932,400 2
-11110111100 36,600 2
-11110111100 141,500 3
-11110111100 non-S&P 3
-11110111100 1,575,000 3
-11110111100 Dutch-auction-rate 3
-11110111100 47,300 3
-11110111100 half-pints 3
-11110111100 Schiapparelli 3
-11110111100 1,452 3
-11110111100 487,500 3
-11110111100 more-exotic 4
-11110111100 eighty 4
-11110111100 60,900 4
-11110111100 penalty-free 6
-11110111100 sulfamethazine 6
-11110111100 74,241 7
-11110111100 all-taxable 10
-11110111100 those 22979
-11110111100 pneumocystis 17
-11110111101 employee-attitude 1
-11110111101 street-side 1
-11110111101 sucrose-dextrose 1
-11110111101 oft-used 1
-11110111101 MTV-related 1
-11110111101 Cluj 1
-11110111101 ABC-approved 1
-11110111101 gender-related 1
-11110111101 Gorbachev-style 1
-11110111101 nonpregnant 1
-11110111101 Vernon-financed 1
-11110111101 economic-stimulative 1
-11110111101 diesel-power 1
-11110111101 anti-Algerian 1
-11110111101 high-tag 1
-11110111101 racket-sports 1
-11110111101 Woody-worlds 1
-11110111101 chain-owned 1
-11110111101 anti-futures 1
-11110111101 asbestos-exposed 1
-11110111101 federal-spending 1
-11110111101 Darmstadt-style 1
-11110111101 non-ordained 1
-11110111101 low-heeled 1
-11110111101 17,510 1
-11110111101 more-ethereal 1
-11110111101 7J7-related 1
-11110111101 transaction-oriented 1
-11110111101 Austrian-based 1
-11110111101 miskept 1
-11110111101 hotel-construction 1
-11110111101 Putnam. 1
-11110111101 cervical-cancer 1
-11110111101 investment-letter 1
-11110111101 Euro-equity 1
-11110111101 multitask 1
-11110111101 1,833 1
-11110111101 drinking-and-driving 1
-11110111101 market-minded 1
-11110111101 non-decisionmaking 1
-11110111101 currency-design 1
-11110111101 wage-reduction 1
-11110111101 nonmetro 1
-11110111101 ameliorative 1
-11110111101 stress-ridden 1
-11110111101 Treausury 1
-11110111101 cartridge-tape 1
-11110111101 fraudulent-pricing 1
-11110111101 Parapsychology 1
-11110111101 short-fused 1
-11110111101 predigested 1
-11110111101 cheap-lipstick 1
-11110111101 59,800,000 1
-11110111101 yellow-and-lavender 1
-11110111101 time-clock 1
-11110111101 fire-insurance 1
-11110111101 employee-trust 1
-11110111101 ADULT-ENTERTAINMENT 1
-11110111101 commodity-trade 1
-11110111101 4,127 1
-11110111101 bull-and-bear 1
-11110111101 product-review 1
-11110111101 miles-long 1
-11110111101 swimsuited 1
-11110111101 consumer-relations 1
-11110111101 heat-damaged 1
-11110111101 auto-industry-related 1
-11110111101 Parisian-style 1
-11110111101 still-successful 1
-11110111101 intradealer 1
-11110111101 20-meter 1
-11110111101 batting-average 1
-11110111101 tarantella 1
-11110111101 78-rpm 1
-11110111101 2,252,000 1
-11110111101 dairy-related 1
-11110111101 government-assigned 1
-11110111101 individual-sport 1
-11110111101 leverage-defensive 1
-11110111101 package-good 1
-11110111101 tenderhearted 1
-11110111101 full-panel 1
-11110111101 world-historical 1
-11110111101 post-classical 1
-11110111101 alonggetting 1
-11110111101 OPIC-insured 1
-11110111101 immune-blocking 1
-11110111101 crash-specific 1
-11110111101 workforce-trimming 1
-11110111101 low-to-no-margin 1
-11110111101 voice-production 1
-11110111101 pure-cultured 1
-11110111101 despoiling 1
-11110111101 billing-system 1
-11110111101 visitors-bureau 1
-11110111101 too-large 1
-11110111101 2,494 1
-11110111101 9,597 1
-11110111101 1,497 1
-11110111101 five-to-seven 1
-11110111101 paper-saving 1
-11110111101 demand-control 1
-11110111101 arrear 1
-11110111101 54.95 1
-11110111101 detestable 1
-11110111101 satellite-building 1
-11110111101 hard-to-assail 1
-11110111101 0.225 1
-11110111101 critical/scholarly 1
-11110111101 punch-drunk 1
-11110111101 2,621 1
-11110111101 Radiology-reached 1
-11110111101 4,034 1
-11110111101 delivery-van 1
-11110111101 health-budget 1
-11110111101 Tibetan-independence 1
-11110111101 2492 1
-11110111101 rent-an-office 1
-11110111101 model-shop 1
-11110111101 good-practice 1
-11110111101 pseudo-courtroom 1
-11110111101 deep-fat-fried 1
-11110111101 china-shop 1
-11110111101 divorceable 1
-11110111101 hard-braking 1
-11110111101 FDA-supervised 1
-11110111101 pro-black 1
-11110111101 look-back 1
-11110111101 marketing-related 1
-11110111101 regular-force 1
-11110111101 auto-crash 1
-11110111101 acid-reflux 1
-11110111101 grain-supply 1
-11110111101 envenomed 1
-11110111101 like-aged 1
-11110111101 16,482 1
-11110111101 scandal-tinged 1
-11110111101 mega-billion-dollar 1
-11110111101 active-adult 1
-11110111101 bathhouse 1
-11110111101 capitalist-tinged 1
-11110111101 conference-committee 1
-11110111101 great-looking 1
-11110111101 cotton-program 1
-11110111101 slim-yielding 1
-11110111101 congressional-appropriations 1
-11110111101 less-than-joyous 1
-11110111101 cement-related 1
-11110111101 hammer-wielding 1
-11110111101 sell-and-buyback 1
-11110111101 independent-living 1
-11110111101 60,537 1
-11110111101 jaycee 1
-11110111101 less-extensive 1
-11110111101 25-milligram 1
-11110111101 10-milligram 1
-11110111101 urban-policy 1
-11110111101 trade-assisting 1
-11110111101 America-style 1
-11110111101 job-quality 1
-11110111101 1,872 1
-11110111101 sandlot 1
-11110111101 pilot-certification 1
-11110111101 investment-product 1
-11110111101 euchring 1
-11110111101 pre-boom 1
-11110111101 3,224 1
-11110111101 number-coded 1
-11110111101 coffee-buying 1
-11110111101 market-structure 1
-11110111101 turbanned 1
-11110111101 well-creeled 1
-11110111101 campaign-overhaul 1
-11110111101 dimensionless 1
-11110111101 quasi-protectionist 1
-11110111101 outerspace 1
-11110111101 39,387 1
-11110111101 once-incurable 1
-11110111101 Windracer 1
-11110111101 solid-modeling 1
-11110111101 department-sanctioned 1
-11110111101 diabetes-related 1
-11110111101 Thomson-owned 1
-11110111101 anti-Communist-party 1
-11110111101 newbound 1
-11110111101 age-driven 1
-11110111101 leaderlike 1
-11110111101 managment-recommended 1
-11110111101 pre-formed 1
-11110111101 Clinton-era 1
-11110111101 non-social 1
-11110111101 less-lucrative 1
-11110111101 blood-count 1
-11110111101 on-the-ropes 1
-11110111101 non-operational 1
-11110111101 artificial-insemination 1
-11110111101 1,706 1
-11110111101 school-bond 1
-11110111101 clay-dough 1
-11110111101 five-scene 1
-11110111101 income-helping 1
-11110111101 taxiing-related 1
-11110111101 93,173 1
-11110111101 taxpayer-relations 1
-11110111101 Inuit-speaking 1
-11110111101 savage-looking 1
-11110111101 post-bout 1
-11110111101 anti-arbitrage 1
-11110111101 hard-to-copy 1
-11110111101 FSLIC-backed 1
-11110111101 physician-dispensed 1
-11110111101 never-seamy 1
-11110111101 7,077,900 1
-11110111101 not-so-nice 1
-11110111101 petty-bourgeois 1
-11110111101 1100-series 1
-11110111101 HMO-style 1
-11110111101 vine-ripened 1
-11110111101 often-warring 1
-11110111101 foreign-paid 1
-11110111101 budget-revision 1
-11110111101 rainbow-shaped 1
-11110111101 strong-smelling 1
-11110111101 classical-concert 1
-11110111101 replowing 1
-11110111101 utility-accounting 1
-11110111101 coated-fabric 1
-11110111101 physician-office 1
-11110111101 19th-century-style 1
-11110111101 welfare-to-work 1
-11110111101 neoplastic 1
-11110111101 employee-identification 1
-11110111101 cocoa-agreement 1
-11110111101 risk-premium 1
-11110111101 Zimbabwean/Mozambican 1
-11110111101 G.A. 1
-11110111101 schnoz 1
-11110111101 cigarette-related 1
-11110111101 nonmainstream 1
-11110111101 monetaristic 1
-11110111101 173,500 1
-11110111101 818,700 1
-11110111101 earth-trembling 1
-11110111101 tax-replacement 1
-11110111101 foot-in-the-door 1
-11110111101 motorsport 1
-11110111101 made-in-Mexico 1
-11110111101 public-assistance-level 1
-11110111101 non-acquisition 1
-11110111101 public-exposure 1
-11110111101 nonscholastic 1
-11110111101 business-world 1
-11110111101 on-train 1
-11110111101 late-18th-century 1
-11110111101 31,834 1
-11110111101 telephone-related 1
-11110111101 cllege 1
-11110111101 pounds-per-capita 1
-11110111101 budget-law 1
-11110111101 foreign-exchange-oriented 1
-11110111101 non-SEC 1
-11110111101 repeat-offender 1
-11110111101 41,735 1
-11110111101 animal-management 1
-11110111101 fresh-off-the-boat 1
-11110111101 fewer-than-desired 1
-11110111101 MTV-created 1
-11110111101 airwave 1
-11110111101 health-environmental 1
-11110111101 922,666 1
-11110111101 microfilm-related 1
-11110111101 extramural 1
-11110111101 5,072,975 1
-11110111101 pre-Korean-war 1
-11110111101 1,263,815 1
-11110111101 parasoled 1
-11110111101 273,496 1
-11110111101 Afro-Oriental 1
-11110111101 cuddlesome 1
-11110111101 pro-ethanol 1
-11110111101 academic-sounding 1
-11110111101 electronic-funds 1
-11110111101 professional-quality 1
-11110111101 1,828 1
-11110111101 clover-shaped 1
-11110111101 raisin-decorated 1
-11110111101 coolant-line 1
-11110111101 yet-unknown 1
-11110111101 big-fee 1
-11110111101 child-related 1
-11110111101 variable-annuity 1
-11110111101 electronics-manufacturing 1
-11110111101 intra-branch 1
-11110111101 still-weak 1
-11110111101 heretofore-not-needy 1
-11110111101 blue-penciling 1
-11110111101 sticky-topped 1
-11110111101 luxury-model 1
-11110111101 non-teaching 1
-11110111101 regional-development 1
-11110111101 special-entry 1
-11110111101 Hollywood-exploring 1
-11110111101 prime-age 1
-11110111101 low-maintenance 1
-11110111101 more-substantial 1
-11110111101 low-order 1
-11110111101 weatherbeaten 1
-11110111101 sheep-related 1
-11110111101 parses 1
-11110111101 Brezhnevian 1
-11110111101 account-churning 1
-11110111101 backstairs 1
-11110111101 European-oriented 1
-11110111101 1,283 1
-11110111101 erosioncontrol 1
-11110111101 energy-generation 1
-11110111101 hospital-discharge 1
-11110111101 already-working 1
-11110111101 three-judge-panel 1
-11110111101 university-construction 1
-11110111101 airline-safety 1
-11110111101 marijuana-cultivation 1
-11110111101 post-announcement 1
-11110111101 data-bank 1
-11110111101 18-to-29-year-old 1
-11110111101 nonrationalized 1
-11110111101 Molotov-cocktail-throwing 1
-11110111101 teacher-management 1
-11110111101 interest-tracing 1
-11110111101 5,472 1
-11110111101 Russianist 1
-11110111101 provincial-level 1
-11110111101 INF. 1
-11110111101 price-growth 1
-11110111101 65-70 1
-11110111101 pre-LP 1
-11110111101 9,194,000 1
-11110111101 accounting-law 1
-11110111101 drinkingwater 1
-11110111101 revenue-increase 1
-11110111101 often-innocent 1
-11110111101 vertical-equity 1
-11110111101 federal-crop 1
-11110111101 alchemical 1
-11110111101 money-generating 1
-11110111101 quick-selling 1
-11110111101 numbercrunching 1
-11110111101 not-so-premium 1
-11110111101 2,867 1
-11110111101 inter-ethnic 1
-11110111101 favorite-sauce 1
-11110111101 officer-employment 1
-11110111101 pro-BGH 1
-11110111101 more-fundamentalist 1
-11110111101 democractic 1
-11110111101 conversa 1
-11110111101 prepurchase 1
-11110111101 high-priority/low-income 1
-11110111101 10-for-24 1
-11110111101 long-termers 1
-11110111101 black-comic 1
-11110111101 8,422 1
-11110111101 Tylenol-tampering 1
-11110111101 field-study 1
-11110111101 deficit-driven 1
-11110111101 multi-college 1
-11110111101 indpendent 1
-11110111101 half- 1
-11110111101 China-related 1
-11110111101 356,306 1
-11110111101 menopause-related 1
-11110111101 brain-related 1
-11110111101 3,577 1
-11110111101 non-lucky 1
-11110111101 high-pollution 1
-11110111101 90-odd 1
-11110111101 94,572 1
-11110111101 psycho-social 1
-11110111101 nuclear-investment 1
-11110111101 plant-investment 1
-11110111101 coke-supply 1
-11110111101 press-bashing 1
-11110111101 pajamaclad 1
-11110111101 non-relevant 1
-11110111101 asset-growth 1
-11110111101 textile-production 1
-11110111101 seafood-borne 1
-11110111101 less-privileged 1
-11110111101 computer-accessible 1
-11110111101 community-investment 1
-11110111101 snow-melting 1
-11110111101 6,028 1
-11110111101 nonstate 1
-11110111101 gene-hunting 1
-11110111101 more-punitive 1
-11110111101 Sonet-compatible 1
-11110111101 non-methanol 1
-11110111101 87,526 1
-11110111101 press-freedom 1
-11110111101 studied-casual 1
-11110111101 173.075 1
-11110111101 4,833 1
-11110111101 boat-people 1
-11110111101 dualuse 1
-11110111101 long-drawn-out 1
-11110111101 ready-cash 1
-11110111101 1,077,000 1
-11110111101 2,207 1
-11110111101 5,220,324 1
-11110111101 703,579 1
-11110111101 AIDS-bias 1
-11110111101 33,512 1
-11110111101 out-of-alignment 1
-11110111101 non-contested 1
-11110111101 currency-price 1
-11110111101 optimization-type 1
-11110111101 stutterer 1
-11110111101 quick-silver 1
-11110111101 confidence-shattering 1
-11110111101 city-charter 1
-11110111101 By-the-Book 1
-11110111101 non-elderly 1
-11110111101 Sync 1
-11110111101 rumor-wire 1
-11110111101 dental-plan 1
-11110111101 quasi-tax 1
-11110111101 2,277 1
-11110111101 research-heavy 1
-11110111101 hypocracy 1
-11110111101 oilshock 1
-11110111101 Tsarist 1
-11110111101 pro-ethics 1
-11110111101 over-mature 1
-11110111101 all-points 1
-11110111101 959,195 1
-11110111101 mind-altering 1
-11110111101 blood-in-the-streets 1
-11110111101 essayish 1
-11110111101 non-cost 1
-11110111101 IV-drug-free 1
-11110111101 counteractive 1
-11110111101 vacation-pay 1
-11110111101 22.36 1
-11110111101 technology-rights 1
-11110111101 immunosuppressed 1
-11110111101 firebomb-wielding 1
-11110111101 9-liter 1
-11110111101 hightoned 1
-11110111101 pet-protection 1
-11110111101 drug-resistant 1
-11110111101 adopt-a-school 1
-11110111101 10-trip 1
-11110111101 attorney-fee 1
-11110111101 rate-payer 1
-11110111101 EDfare-type 1
-11110111101 cost-overrun 1
-11110111101 neonatal-care 1
-11110111101 4,255 1
-11110111101 5,975,000 1
-11110111101 IDD. 1
-11110111101 margin-lending 1
-11110111101 nonHispanic 1
-11110111101 Indian-related 1
-11110111101 still-sealed 1
-11110111101 arbitration-panel 1
-11110111101 21,785 1
-11110111101 16,325 1
-11110111101 solid-waste-management 1
-11110111101 luxury-marketing 1
-11110111101 ambigous 1
-11110111101 brick-clad 1
-11110111101 perfume-bottle 1
-11110111101 nonphysical 1
-11110111101 bifurcating 1
-11110111101 91,351 1
-11110111101 market-style 1
-11110111101 3,000-plus 1
-11110111101 cast-off 1
-11110111101 lower-order 1
-11110111101 far-from-crack 1
-11110111101 governing-party 1
-11110111101 gas-regulatory 1
-11110111101 sugar-using 1
-11110111101 French-held 1
-11110111101 Algerian-sponsored 1
-11110111101 coca-bush 1
-11110111101 non-traffic 1
-11110111101 women's-league 1
-11110111101 582,131 1
-11110111101 5,808 1
-11110111101 1033 1
-11110111101 still-lively 1
-11110111101 pro-Pittsburgh 1
-11110111101 Asia-oriented 1
-11110111101 still-unspecified 2
-11110111101 VA-insured 2
-11110111101 ad-rate 2
-11110111101 upcountry 2
-11110111101 limited-growth 2
-11110111101 high-lead 2
-11110111101 building-code 2
-11110111101 housing-construction 2
-11110111101 right-thinking 2
-11110111101 329,431 2
-11110111101 factory-level 2
-11110111101 cheap-wine 2
-11110111101 12th-grade 2
-11110111101 more-extensive 2
-11110111101 multi-unit 2
-11110111101 11th-grade 2
-11110111101 near-midair 2
-11110111101 concealed-weapon 2
-11110111101 pre-trading 2
-11110111101 market-dominant 2
-11110111101 futures-like 2
-11110111101 demand-damping 2
-11110111101 colon-cancer 2
-11110111101 keyboarding 2
-11110111101 country-to-country 2
-11110111101 public-works-style 2
-11110111101 1,558 2
-11110111101 swap-linked 2
-11110111101 apricot 2
-11110111101 non-classroom 2
-11110111101 unassimilated 2
-11110111101 sugar-trade 2
-11110111101 traffic-management 2
-11110111101 credit-backed 2
-11110111101 chain-mail 2
-11110111101 service-type 2
-11110111101 exasperatingly 2
-11110111101 Teamsters-related 2
-11110111101 22,071 2
-11110111101 storm-damaged 2
-11110111101 land-holding 2
-11110111101 extra-literary 2
-11110111101 super-sharp 2
-11110111101 father's-rights 2
-11110111101 non-infectious 2
-11110111101 rebel-held 2
-11110111101 alligator-farm 2
-11110111101 T-37 2
-11110111101 trail-blazing 2
-11110111101 homeimprovement 2
-11110111101 40-60 2
-11110111101 still-useful 2
-11110111101 noncritical 2
-11110111101 KCRW 2
-11110111101 business-plan 2
-11110111101 1,494,000 2
-11110111101 Blini 2
-11110111101 2,362 2
-11110111101 Syrian-Iranian 2
-11110111101 half-timbered 2
-11110111101 anisotropy 2
-11110111101 4,660 2
-11110111101 gustatory 2
-11110111101 french-fried 2
-11110111101 multiple-candidate 2
-11110111101 143,500 2
-11110111101 40,200 2
-11110111101 Southland-sponsored 2
-11110111101 1,165 2
-11110111101 high-VAT 2
-11110111101 stock-investment 2
-11110111101 534,600 2
-11110111101 energy-control 2
-11110111101 superconductor-related 2
-11110111101 non-takeover-related 2
-11110111101 in-ground 2
-11110111101 Contra-related 3
-11110111101 sexual-abuse 3
-11110111101 domestic-demand-related 3
-11110111101 AZT-resistant 3
-11110111101 personal-interest 3
-11110111101 pre-planned 3
-11110111101 c.o.d. 3
-11110111101 inside-wire 3
-11110111101 Western-bloc 3
-11110111101 Zbrosza 3
-11110111101 laboratory-grown 3
-11110111101 TVSAT 3
-11110111101 native-owned 3
-11110111101 job-bias 3
-11110111101 on-ground 3
-11110111101 EPIC-related 3
-11110111101 4,638 3
-11110111101 high-potential 3
-11110111101 1,544 4
-11110111101 child-health 4
-11110111101 Schwaebisch 4
-11110111101 bar-coded 4
-11110111101 extra-long 4
-11110111101 1,576 4
-11110111101 precancerous 5
-11110111101 1,273 5
-11110111101 aircraft-related 5
-11110111101 landlord-tenant 6
-11110111101 stress-related 6
-11110111101 credit-supported 7
-11110111101 '60 7
-11110111101 later-stage 7
-11110111101 ill-fitting 7
-11110111101 Koranic 7
-11110111101 these 18904
-11110111101 interest-earning 14
-11110111110 back-of-the-pack 1
-11110111110 owner-managed 1
-11110111110 casino-owning 1
-11110111110 Vaslav 1
-11110111110 nuclear-watchdog 1
-11110111110 8,328 1
-11110111110 thoracic 1
-11110111110 diagnostic-related 1
-11110111110 quota-violations 1
-11110111110 textile-fiber 1
-11110111110 0.828456 1
-11110111110 life-and-health-insurance 1
-11110111110 do-it-yourself-oriented 1
-11110111110 antiporn 1
-11110111110 fiscal-watchdog 1
-11110111110 more-protectionist 1
-11110111110 horse-pulling 1
-11110111110 cemical 1
-11110111110 Tokyo-born 1
-11110111110 identical-twin 1
-11110111110 sun-starved 1
-11110111110 drug-enhanced 1
-11110111110 look-a-like 1
-11110111110 consumer-action 1
-11110111110 folklorically 1
-11110111110 small-pickup 1
-11110111110 big-truck 1
-11110111110 platform-construction 1
-11110111110 Sullivan-signee 1
-11110111110 family-issue 1
-11110111110 7,030 1
-11110111110 Velimir 1
-11110111110 forprofit 1
-11110111110 Novato-based 1
-11110111110 deviationist 1
-11110111110 ear-blasting 1
-11110111110 Aquino-supported 1
-11110111110 hs 1
-11110111110 haunted-house 1
-11110111110 LaRouche-related 1
-11110111110 3,873 1
-11110111110 sleep-away 1
-11110111110 N.Y.U. 1
-11110111110 whaleboat 1
-11110111110 tree-branch 1
-11110111110 anti-logging 1
-11110111110 defogging 1
-11110111110 water-skiing-tournament 1
-11110111110 C.P.E. 1
-11110111110 private-aid 1
-11110111110 camera-bulb 1
-11110111110 zebra-like 1
-11110111110 steel-fence 1
-11110111110 genetically-engineered 1
-11110111110 narrow-interest 1
-11110111110 goodwilled 1
-11110111110 footballese 1
-11110111110 scientific-publishing 1
-11110111110 Exterminator 1
-11110111110 nontypical 1
-11110111110 social-club 1
-11110111110 non-health-care 1
-11110111110 one-business 1
-11110111110 non-student 1
-11110111110 farm-fence 1
-11110111110 immigrant-assistance 1
-11110111110 un-Confucian 1
-11110111110 1,609 1
-11110111110 Green-labeled 1
-11110111110 Amex-listed 1
-11110111110 BVI-based 1
-11110111110 trucking-services 1
-11110111110 AIDS-issue 1
-11110111110 brkered 1
-11110111110 vanilla-flavored 1
-11110111110 sometimes-fragile 1
-11110111110 round-backed 1
-11110111110 state-contolled 1
-11110111110 212-unit 1
-11110111110 single-fund 1
-11110111110 general-construction 1
-11110111110 likesized 1
-11110111110 Japanesese 1
-11110111110 15,743 1
-11110111110 partridge-shooting 1
-11110111110 injury-prone 1
-11110111110 market-entry 1
-11110111110 24-or-so 1
-11110111110 Bank-holding 1
-11110111110 '20s-era 1
-11110111110 enhanced-service 1
-11110111110 more-repressive 1
-11110111110 Coniston-related 1
-11110111110 Afghan-resistance 1
-11110111110 45-mile-an-hour 1
-11110111110 sound-reflective 1
-11110111110 state-sector 1
-11110111110 wider-spaced 1
-11110111110 foodrelated 1
-11110111110 G.A.B. 1
-11110111110 refugee-relief 1
-11110111110 mother-only 1
-11110111110 antipornography 1
-11110111110 campaign-donation 1
-11110111110 consistent-earnings-growth 1
-11110111110 pro-disinvestment 1
-11110111110 mixed-capital 1
-11110111110 2,196 1
-11110111110 discount-movie 1
-11110111110 already-public 1
-11110111110 starlet-spangled 1
-11110111110 hawk-hunting 1
-11110111110 Luchino 1
-11110111110 KNBC-TV 1
-11110111110 PC-powerhouse 1
-11110111110 export-management 1
-11110111110 counterstereotypic 1
-11110111110 Leonide 1
-11110111110 operetta-style 1
-11110111110 Canadian-listed 1
-11110111110 exchange-listing 1
-11110111110 Solidarity-backed 1
-11110111110 anti-smut 2
-11110111110 forced-labor 2
-11110111110 inculcating 2
-11110111110 flaxen-haired 2
-11110111110 1,738 2
-11110111110 MCC. 2
-11110111110 left-oriented 2
-11110111110 repopulating 2
-11110111110 2,014 2
-11110111110 7,350,000 2
-11110111110 property-rich 2
-11110111110 60-mile-an-hour 2
-11110111110 1,695,430 2
-11110111110 consumer-staple 2
-11110111110 plurinational 2
-11110111110 unscrambling 2
-11110111110 61,232 2
-11110111110 builtin 2
-11110111110 2,326 2
-11110111110 ransoming 2
-11110111110 non-Mexican 2
-11110111110 currency-sensitive 2
-11110111110 uninsulated 2
-11110111110 Brierley-controlled 2
-11110111110 1,181 2
-11110111110 non-welfare 2
-11110111110 maddened 2
-11110111110 KLM. 2
-11110111110 Tupperware-style 2
-11110111110 biasing 2
-11110111110 low-scoring 2
-11110111110 Bedrich 2
-11110111110 JGI 2
-11110111110 4,006 2
-11110111110 conciliating 2
-11110111110 Movado 2
-11110111110 2,857 2
-11110111110 pop-art 2
-11110111110 1,221 3
-11110111110 tobacco-growing 3
-11110111110 1,143 3
-11110111110 BNL. 3
-11110111110 apprehending 3
-11110111110 despising 3
-11110111110 1,601 3
-11110111110 1,234 3
-11110111110 unsoiled 3
-11110111110 egg-throwing 3
-11110111110 1,419 3
-11110111110 1,119 3
-11110111110 whitewashing 3
-11110111110 1,043 3
-11110111110 anthologies 3
-11110111110 reconstituting 4
-11110111110 Czarist 4
-11110111110 equatorial 4
-11110111110 axing 4
-11110111110 combatting 4
-11110111110 nonparticipating 4
-11110111110 Denmark-based 5
-11110111110 welfare-rights 5
-11110111110 7,050 5
-11110111110 frequenting 5
-11110111110 Nueva 6
-11110111110 1,114 8
-11110111110 harmonizing 9
-11110111110 USX. 10
-11110111110 338,000 12
-11110111110 domesticated 13
-11110111110 both 17465
-11110111110 allaying 18
-11110111111 non-police 1
-11110111111 2,953,800 1
-11110111111 five-to-10 1
-11110111111 elocution 1
-11110111111 LDP-sponsored 1
-11110111111 teak-covered 1
-11110111111 ever-so-plucky 1
-11110111111 pre-arranging 1
-11110111111 weather-based 1
-11110111111 914.402 1
-11110111111 nonoperational 1
-11110111111 unreciprocated 1
-11110111111 deposit-insured 1
-11110111111 innocuous-sounding 1
-11110111111 flickery 1
-11110111111 convalescent-care 1
-11110111111 format-oriented 1
-11110111111 Britain-bound 1
-11110111111 corporate-produced 1
-11110111111 pre-shipment 1
-11110111111 superspecialized 1
-11110111111 70mm 1
-11110111111 bond-selling 1
-11110111111 tax-in-advance 1
-11110111111 5-feet-9 1
-11110111111 long-unemployed 1
-11110111111 seizure-prone 1
-11110111111 3217 1
-11110111111 deals-curbing 1
-11110111111 voice-storage 1
-11110111111 snow-tipped 1
-11110111111 pasted-on 1
-11110111111 sweeter-tasting 1
-11110111111 name-happy 1
-11110111111 labor-favored 1
-11110111111 narcoleptic 1
-11110111111 research-planning 1
-11110111111 subcontinental 1
-11110111111 unclassifiable 1
-11110111111 1,861 1
-11110111111 spitballing 1
-11110111111 once-despised 1
-11110111111 ear-training 1
-11110111111 bigger-than-normal 1
-11110111111 prearrangedtrading 1
-11110111111 1,536,000 1
-11110111111 60-to-70-hour 1
-11110111111 program-fearing 1
-11110111111 10,537,289 1
-11110111111 Gandhian 1
-11110111111 save-the-rigs 1
-11110111111 winter-killed 1
-11110111111 13.724 1
-11110111111 4,348 1
-11110111111 7,387 1
-11110111111 Texas-chartered 1
-11110111111 studentled 1
-11110111111 back-wrenching 1
-11110111111 high-net-worth 1
-11110111111 nongold 1
-11110111111 non-Russian-speaking 1
-11110111111 later-delivery 1
-11110111111 malaria-carrying 1
-11110111111 malarial 1
-11110111111 tariff-relief 1
-11110111111 more-drastic 1
-11110111111 anti-Bolshevik 1
-11110111111 haymaking 1
-11110111111 easy-credit 1
-11110111111 loan-monitoring 1
-11110111111 already-expensive 1
-11110111111 slam-blam 1
-11110111111 Brand-X 1
-11110111111 international-economic 1
-11110111111 immune-related 1
-11110111111 non-secured 1
-11110111111 parent-counseling 1
-11110111111 bat-wielding 1
-11110111111 less-beaten 1
-11110111111 5,031 1
-11110111111 6,776 1
-11110111111 managament 1
-11110111111 10,166 1
-11110111111 1,925,386 1
-11110111111 3,311,691 1
-11110111111 circuitboard 1
-11110111111 well-populated 1
-11110111111 capital-flush 1
-11110111111 59,647 1
-11110111111 gains-tax-cut 1
-11110111111 G-brand 1
-11110111111 vectors 1
-11110111111 fire-proof 1
-11110111111 twenty-five 2
-11110111111 cold-resistant 2
-11110111111 non-Olympic 2
-11110111111 more-convenient 2
-11110111111 action-packed 2
-11110111111 fourteen 2
-11110111111 21.39 2
-11110111111 spiriting 2
-11110111111 33.62 2
-11110111111 1,131 2
-11110111111 twenty-six 2
-11110111111 energy-intensive 2
-11110111111 shop-closing 2
-11110111111 political-study 2
-11110111111 hand-cranked 2
-11110111111 management-endorsed 2
-11110111111 pre-glasnost 2
-11110111111 unrepatriated 3
-11110111111 10-plus 3
-11110111111 benefit-plan 3
-11110111111 Wakako 3
-11110111111 assaying 3
-11110111111 Jewish-owned 3
-11110111111 87,400 4
-11110111111 smoking-related 4
-11110111111 yen-pit 5
-11110111111 innumerable 30
-11110111111 alternating 33
-11110111111 countless 139
-11110111111 several 17400
-11110111111 numerous 1165
-11111000 Girondist 1
-11111000 2301 1
-11111000 Yiddishe 1
-11111000 often-observed 1
-11111000 one-liter 1
-11111000 too-opulent 1
-11111000 polyped 1
-11111000 faith-healer 1
-11111000 LDP-controlled 1
-11111000 baked-good 1
-11111000 share-nearly 1
-11111000 multithrift 1
-11111000 445th 1
-11111000 acquisition-and-expansion 1
-11111000 69-member 1
-11111000 cabinet-like 1
-11111000 almost-no-show 1
-11111000 somber-toned 1
-11111000 Taebaek 1
-11111000 Maryland-sized 1
-11111000 1987-about 1
-11111000 1/4.The 1
-11111000 cancer-rate 1
-11111000 Chess/Checker/Cadet 1
-11111000 insurance-loss 1
-11111000 softball-sized 1
-11111000 127-member 1
-11111000 36-plane 1
-11111000 breading 1
-11111000 bronze-medal 1
-11111000 white-steepled 1
-11111000 Tyson-Givens 1
-11111000 hard-to-measure 1
-11111000 half-dressed 1
-11111000 gold-robed 1
-11111000 anti-liberal 1
-11111000 better-executed 1
-11111000 Industries-Under-Accumulation 1
-11111000 4x100-meter 1
-11111000 forbidden-customer 1
-11111000 full-scale-production 1
-11111000 self-exiled 1
-11111000 less-than-ebullient 1
-11111000 duck-billed 1
-11111000 come-as-you-were 1
-11111000 58-million-piece 1
-11111000 second-zero 1
-11111000 groundworkers 1
-11111000 194th 1
-11111000 one-milliliter 1
-11111000 AZT-acyclovir 1
-11111000 rock-performers 1
-11111000 Wright-Brooks-Dingell 1
-11111000 wolflike 1
-11111000 crunchy-granola 1
-11111000 F-Plan 1
-11111000 Setpoint 1
-11111000 120-Year 1
-11111000 121st 1
-11111000 6-4-or-under 1
-11111000 bus-station 1
-11111000 use-tax 1
-11111000 anti-Arafat 1
-11111000 PA-32 1
-11111000 good-buddy 1
-11111000 creative-financing 1
-11111000 tight-squeeze 1
-11111000 co-conspirators/agents 1
-11111000 two-house 1
-11111000 prosperpous 1
-11111000 130th 1
-11111000 Tefila 1
-11111000 13-9 1
-11111000 since-banned 1
-11111000 six-gram-daily 1
-11111000 valerian 1
-11111000 post-1971 1
-11111000 nine-piece 1
-11111000 buppie 1
-11111000 19-campus 1
-11111000 Rotation 1
-11111000 Last-Chance 1
-11111000 Washington-to-Miami 1
-11111000 Detroit-Washington 1
-11111000 Backer-Bates 1
-11111000 medal-collecting 1
-11111000 165th 1
-11111000 once-tightly 1
-11111000 strategic-bomber 1
-11111000 five-figure-a-year 1
-11111000 long-and-thin 1
-11111000 ILA. 1
-11111000 wadded-up 1
-11111000 Reagan-and-baby-boomer 1
-11111000 30,000-strong 1
-11111000 Virgo 1
-11111000 desk-size 1
-11111000 Italian-language 1
-11111000 conservative-communist 1
-11111000 power-elite 1
-11111000 nine-foot-tall 1
-11111000 AZT-probenecid 1
-11111000 half-normal 1
-11111000 258th 1
-11111000 4,500-man 1
-11111000 Bennett-Bloom 1
-11111000 179th 1
-11111000 4,500-year-old 1
-11111000 gospelly 1
-11111000 top-10-TV-issues 1
-11111000 12-handed 1
-11111000 immigrant-preference 1
-11111000 volume-decliner 1
-11111000 large-engine 1
-11111000 30ish 1
-11111000 Streltsy 1
-11111000 40th-birthday 1
-11111000 spookily 1
-11111000 105-member 1
-11111000 shortstop-second 1
-11111000 120-member 1
-11111000 Messa 1
-11111000 InterFirst-RepublicBank 1
-11111000 SouthernNet-Teleconnect 1
-11111000 2,400-home 1
-11111000 Daimler-MBB 1
-11111000 Takeshita-faction 1
-11111000 75,000-member 1
-11111000 medal-playoff 1
-11111000 Zimbabwe-Rhodesia 1
-11111000 Sunni-run 1
-11111000 5,200-member 1
-11111000 85,000-member 1
-11111000 appearent 1
-11111000 20th-year 1
-11111000 news-junkie 1
-11111000 Schroders-Wertheim 1
-11111000 34-item 1
-11111000 after-run 1
-11111000 dioxin-phobes 1
-11111000 50th-year 1
-11111000 Urraca 1
-11111000 high-reward/high-standard 1
-11111000 Game-Boy 1
-11111000 best-traveled 1
-11111000 400-trolley 1
-11111000 thousand-throat 1
-11111000 twenty-first 1
-11111000 day-laborer 1
-11111000 Tridentine 1
-11111000 burger-heavy 1
-11111000 sleepover 1
-11111000 Lee-Wang 1
-11111000 D'Amato-Lauder 1
-11111000 cro 1
-11111000 180-member 1
-11111000 Conservative-Communist 1
-11111000 offshore-workers 1
-11111000 PEMEX 1
-11111000 22,000-member 2
-11111000 fleshpot 2
-11111000 AFL 2
-11111000 134-seat 2
-11111000 1988-92 2
-11111000 platform-writing 2
-11111000 hatcheck 2
-11111000 1,037 2
-11111000 124th 2
-11111000 Rabelaisian 2
-11111000 tree-covered 2
-11111000 museum-quality 2
-11111000 skin-patch 2
-11111000 60-to-65 2
-11111000 17-man 2
-11111000 five-quarter 2
-11111000 36-truck 2
-11111000 minutest 2
-11111000 teeny-weeny 2
-11111000 topmost 2
-11111000 113th 3
-11111000 105th 3
-11111000 103rd 3
-11111000 ARENA 3
-11111000 114th 3
-11111000 non-interventionist 3
-11111000 toughly 3
-11111000 gangbuster 3
-11111000 155th 3
-11111000 three-headed 3
-11111000 fiscal-second 3
-11111000 1991-92 4
-11111000 September-October 4
-11111000 thirteenth 4
-11111000 fiscal-third 4
-11111000 77th 4
-11111000 200-pound 4
-11111000 54th 4
-11111000 39th 4
-11111000 250th 4
-11111000 Volvo-Renault 4
-11111000 45th 5
-11111000 95th 5
-11111000 fiscal-first 6
-11111000 Northwest-Republic 6
-11111000 150th 6
-11111000 next-to-last 6
-11111000 1986-90 7
-11111000 125th 7
-11111000 40-plus 7
-11111000 350th 7
-11111000 72nd 8
-11111000 deathwatch 8
-11111000 91st 9
-11111000 fiscal-fourth 9
-11111000 28th 10
-11111000 80th 10
-11111000 41st 10
-11111000 33rd 11
-11111000 43rd 12
-11111000 32nd 12
-11111000 29th 14
-11111000 51st 14
-11111000 36th 14
-11111000 37th 14
-11111000 38th 16
-11111000 31st 17
-11111000 49th 17
-11111000 46th 17
-11111000 34th 19
-11111000 35th 20
-11111000 five-party 20
-11111000 24th 23
-11111000 26th 25
-11111000 22nd 25
-11111000 27th 31
-11111000 23rd 31
-11111000 60th 35
-11111000 30th 39
-11111000 40th 52
-11111000 50th 63
-11111000 25th 68
-11111000 16th 101
-11111000 17th 109
-11111000 15th 116
-11111000 13th 126
-11111000 12th 133
-11111000 14th 159
-11111000 11th 186
-11111000 ninth 195
-11111000 10th 241
-11111000 eighth 263
-11111000 seventh 309
-11111000 sixth 447
-11111000 fifth 846
-11111000 second 12269
-11111000 third 8617
-11111000 fourth 5451
-11111001 U.S.-interests 1
-11111001 last-hole 1
-11111001 run-for-cover 1
-11111001 cash-control 1
-11111001 chicken-soup 1
-11111001 1,030,963 1
-11111001 179,286 1
-11111001 sometimes-closed 1
-11111001 1,260-foot 1
-11111001 invariant 1
-11111001 74,130 1
-11111001 franchise-winners 1
-11111001 pre-silver-haired 1
-11111001 modelchangeover 1
-11111001 career-worst 1
-11111001 compulsory-exercise 1
-11111001 cottonwoods 1
-11111001 drill-and-filling 1
-11111001 1988-act 1
-11111001 1946-49 1
-11111001 150,310 1
-11111001 special-activities 1
-11111001 327th 1
-11111001 pin-the-tail-on-the-donkey 1
-11111001 unscrupulously 1
-11111001 four-issue 1
-11111001 Vitas 1
-11111001 octogonally 1
-11111001 no-hassle 1
-11111001 document-discovery 1
-11111001 171,761 1
-11111001 business-opportunities 1
-11111001 game-leading 1
-11111001 nosmoking-at-home 1
-11111001 four-sided 1
-11111001 8-to-9-p.m.-EST 1
-11111001 162,550 1
-11111001 then-unheard-of 1
-11111001 336,885 1
-11111001 public-integrity 1
-11111001 new-comics 1
-11111001 tablelike 1
-11111001 200,000-square 1
-11111001 Haydn-Mozart-Schubert 1
-11111001 16-piece 1
-11111001 slow-ripening 1
-11111001 Mair-Langenscheidt 1
-11111001 Jcars 1
-11111001 Pedases 1
-11111001 33-employee 1
-11111001 weather-forecaster 1
-11111001 trim-a-tree 1
-11111001 mine-ventilation 1
-11111001 extra-chromosome 1
-11111001 541,030 1
-11111001 Kohl-Stoltenberg 1
-11111001 spongier 1
-11111001 650,000-square 1
-11111001 attorney-general 1
-11111001 owner-financed 1
-11111001 private-jet 1
-11111001 bead-and-incense 1
-11111001 Bedouin-like 1
-11111001 short-the-dollar 1
-11111001 square-block 1
-11111001 embroidered-pants 1
-11111001 Group-of-Seven 1
-11111001 spun-cast 1
-11111001 two-hundred 1
-11111001 four-LP 1
-11111001 121,908 1
-11111001 A-320200 1
-11111001 now-lower 1
-11111001 winglike 1
-11111001 synthetical 1
-11111001 150-household 1
-11111001 96,277 1
-11111001 second-richest 1
-11111001 hay-fever 1
-11111001 592-megawatt 1
-11111001 design-competition 1
-11111001 48.36-point 1
-11111001 compassion-crowd 1
-11111001 U.S.-about 1
-11111001 expoxy 1
-11111001 Pretzlcone 1
-11111001 four-coin 1
-11111001 nine-class 1
-11111001 Kefauver-mandated 1
-11111001 more-favored 1
-11111001 tassling 1
-11111001 653,225 1
-11111001 crystal-goblet 1
-11111001 referencing 1
-11111001 Trastevere 2
-11111001 restaurant-division 2
-11111001 ofttimes 2
-11111001 american 2
-11111001 goofiest 2
-11111001 snowiest 2
-11111001 Haralabos 2
-11111001 highest-earning 2
-11111001 Bridesburg 2
-11111001 unrenovated 2
-11111001 bloodcurdling 3
-11111001 Colonies 4
-11111001 blackest 4
-11111001 now-legendary 4
-11111001 propulsive 4
-11111001 first 37757
-11111001 undigested 4
-1111101000 staff-level 1
-1111101000 already-feeble 1
-1111101000 cigarette-consumption 1
-1111101000 mock-heroic 1
-1111101000 arbitrage-bond 1
-1111101000 anti-cyclical 1
-1111101000 auto-exhaust 1
-1111101000 fruit-and-vegetable 1
-1111101000 excess-capacity 1
-1111101000 property-owners 1
-1111101000 six-a-month 1
-1111101000 off-tariff 1
-1111101000 rate-controlled 1
-1111101000 external-debt 1
-1111101000 378-mile 1
-1111101000 non-Colab 1
-1111101000 pre-stock 1
-1111101000 crawling-peg 1
-1111101000 customs-duty 1
-1111101000 unessential 1
-1111101000 300-milligram 1
-1111101000 less-traditional 1
-1111101000 free-ticket 1
-1111101000 Europe-needing 1
-1111101000 ITKA 1
-1111101000 farm-caused 1
-1111101000 ambulatory-health-care 1
-1111101000 sempiternal 1
-1111101000 rural-care 1
-1111101000 buydown 1
-1111101000 super-strict 1
-1111101000 profit-limiting 1
-1111101000 Plentipaks 1
-1111101000 pizza-and-video 1
-1111101000 small-farm 1
-1111101000 store-to-door 1
-1111101000 November/December 1
-1111101000 tourist-advertising 1
-1111101000 disinformative 1
-1111101000 trial-tested 1
-1111101000 low-to-middle 2
-1111101000 weighing-scales 2
-1111101000 license-plate 2
-1111101000 income-paying 2
-1111101000 currrent 2
-1111101000 state-enterprise 2
-1111101000 early-primary 2
-1111101000 anti-allergy 2
-1111101000 three-division 2
-1111101000 two-decade-old 2
-1111101000 rice-subsidy 2
-1111101000 wire-rod 2
-1111101000 won-dollar 2
-1111101000 yet-to-be-filed 2
-1111101000 first-hour 2
-1111101000 just-approved 2
-1111101000 European-designed 2
-1111101000 pre-reform 2
-1111101000 spot-related 2
-1111101000 2,000-person 2
-1111101000 Wrather-owned 2
-1111101000 world-beating 2
-1111101000 post-1985 2
-1111101000 wainscot 2
-1111101000 Starmaster 2
-1111101000 1988/1989 2
-1111101000 countryclub 2
-1111101000 ontime 2
-1111101000 domestic-banking 2
-1111101000 Swintex 2
-1111101000 high-occupancy 2
-1111101000 1.8600-mark 2
-1111101000 disabled-rights 2
-1111101000 Arborite 2
-1111101000 once-vaunted 2
-1111101000 OPEC-imposed 2
-1111101000 purchase-price 2
-1111101000 week-ago 2
-1111101000 1979-1983 2
-1111101000 Hypo-Care 2
-1111101000 quirkier 2
-1111101000 trade-data 2
-1111101000 by-the-numbers 2
-1111101000 prestrike 2
-1111101000 option-exercise 2
-1111101000 anti-solicitation 2
-1111101000 megalomaniacal 2
-1111101000 semi-autobiographical 2
-1111101000 then-existing 2
-1111101000 faster-paced 3
-1111101000 One-for-All 3
-1111101000 Marxist-oriented 3
-1111101000 105-year-old 3
-1111101000 minimum-capital 3
-1111101000 Smith-Perot 3
-1111101000 42,000-mile 3
-1111101000 11-week-old 3
-1111101000 wire-transfer 3
-1111101000 technical-workstation 3
-1111101000 free-zone 3
-1111101000 dermal 3
-1111101000 gift-tax 3
-1111101000 Noriega-controlled 3
-1111101000 Moscow-backed 3
-1111101000 double-stranded 3
-1111101000 industry-run 3
-1111101000 custom-chip 3
-1111101000 radon-gas 3
-1111101000 much-noted 3
-1111101000 federalist 3
-1111101000 double-taxation 4
-1111101000 1981-84 4
-1111101000 130-yen 4
-1111101000 punitive-damages 4
-1111101000 minority-white 4
-1111101000 two-week-long 4
-1111101000 budget-office 4
-1111101000 1,500-member 4
-1111101000 more-realistic 4
-1111101000 Rather-Bush 4
-1111101000 best-laid 4
-1111101000 still-unfolding 4
-1111101000 extrabudgetary 4
-1111101000 SLR 4
-1111101000 100-milligram 5
-1111101000 government-managed 5
-1111101000 DeRance 5
-1111101000 STS 5
-1111101000 single-carrier 5
-1111101000 two-mark 6
-1111101000 12-person 6
-1111101000 Reagan-Nakasone 6
-1111101000 1.80-mark 6
-1111101000 vehicular 6
-1111101000 multitiered 6
-1111101000 more-important 6
-1111101000 risk-benefit 6
-1111101000 air-show 6
-1111101000 70/30 6
-1111101000 highest-level 7
-1111101000 pre-introduction 7
-1111101000 direst 7
-1111101000 then-prevailing 7
-1111101000 gold-card 7
-1111101000 late-April 7
-1111101000 no-layoffs 7
-1111101000 oil-depletion 8
-1111101000 sterling-mark 8
-1111101000 semi-official 8
-1111101000 1981-1982 8
-1111101000 carbon-monoxide 9
-1111101000 three-months 10
-1111101000 pre-strike 10
-1111101000 just-concluded 10
-1111101000 more-recent 10
-1111101000 blood-sugar 10
-1111101000 two-acre 11
-1111101000 Bush-Quayle 14
-1111101000 Flex 16
-1111101000 then-current 17
-1111101000 free-agent 32
-1111101000 hoped-for 39
-1111101000 dollar-yen 58
-1111101000 first-ever 60
-1111101000 seven-nation 65
-1111101000 yen-dollar 73
-1111101000 pre-crash 171
-1111101000 current 17082
-1111101000 prevailing 380
-1111101001 bonds-making 1
-1111101001 beggar-my-neighbor 1
-1111101001 85-77 1
-1111101001 shock-induced 1
-1111101001 15-to-20 1
-1111101001 NRC-ordered 1
-1111101001 127-volume 1
-1111101001 microwavable-product 1
-1111101001 DynaRide 1
-1111101001 large-type 1
-1111101001 Tbilisi-stay 1
-1111101001 record./A 1
-1111101001 20-to-25 1
-1111101001 near-400-pound 1
-1111101001 baked-bean 1
-1111101001 now-soaring 1
-1111101001 623,000-unit 1
-1111101001 125.25-yen 1
-1111101001 QUARTER 1
-1111101001 8-K 1
-1111101001 Christmas-holiday 1
-1111101001 15-4 1
-1111101001 career-home-run 1
-1111101001 big-college 1
-1111101001 buon 1
-1111101001 treaty-sanctioned 1
-1111101001 film-set 1
-1111101001 late-1981 1
-1111101001 sex-educational 1
-1111101001 45-hour 1
-1111101001 pre-Atari 1
-1111101001 million-baht 1
-1111101001 morning-session 1
-1111101001 four-hour-and-18-minute 1
-1111101001 10-grand-a-year 1
-1111101001 long-gilt 1
-1111101001 catalog-division 1
-1111101001 27-1 1
-1111101001 any-quarter 1
-1111101001 rolling-division 1
-1111101001 date-of-death 1
-1111101001 technopop 1
-1111101001 loathesome 1
-1111101001 once-leisurely 1
-1111101001 Hemingway-like 1
-1111101001 69-0 1
-1111101001 flower-art 1
-1111101001 T-28s 1
-1111101001 no-leak 1
-1111101001 envirnomental 1
-1111101001 corrosion-maintenance 1
-1111101001 won-lost-tied 1
-1111101001 personal-best 1
-1111101001 sixth-slowest 1
-1111101001 late-1988 1
-1111101001 just-abandoned 1
-1111101001 junk-financed 2
-1111101001 275,461 2
-1111101001 multi-event 2
-1111101001 six-to-10 2
-1111101001 June-to-September 2
-1111101001 Shearson-Salomon 2
-1111101001 thousand-year 2
-1111101001 once-heralded 2
-1111101001 500,000-acre 2
-1111101001 1,372,000-unit 2
-1111101001 inter-war 2
-1111101001 per-case 2
-1111101001 final-round 2
-1111101001 in-school 2
-1111101001 pre-Easter 3
-1111101001 Ebenezer 3
-1111101001 pre-independence 3
-1111101001 second-consecutive 3
-1111101001 warmer-than-usual 3
-1111101001 near-certain 3
-1111101001 Recruit-Cosmos 3
-1111101001 fourth-consecutive 3
-1111101001 electricity-industry 3
-1111101001 growth-rate 3
-1111101001 sales-growth 4
-1111101001 non-holiday 4
-1111101001 pre-Depression 4
-1111101001 four-to-five 4
-1111101001 pre-Reagan 5
-1111101001 60-hour 5
-1111101001 71st 5
-1111101001 6th 5
-1111101001 three-to-five 5
-1111101001 military-service 6
-1111101001 hair-pulling 6
-1111101001 post-Depression 6
-1111101001 model-changeover 7
-1111101001 billion-share 9
-1111101001 preceeding 10
-1111101001 holiday-shortened 14
-1111101001 foregoing 14
-1111101001 just-completed 21
-1111101001 won-lost 33
-1111101001 preceding 341
-1111101001 previous 7262
-1111101001 prior 2519
-1111101010 course-rating 1
-1111101010 inch-by-inch 1
-1111101010 Soviet-Libyan 1
-1111101010 share-denominated 1
-1111101010 six-furlong 1
-1111101010 purchasing-agents 1
-1111101010 active-rig 1
-1111101010 Dragnetian 1
-1111101010 1297 1
-1111101010 closely-related 1
-1111101010 second-from-top 1
-1111101010 Deng-Zhao 1
-1111101010 Al-Shall 1
-1111101010 Luening-Ussachevsky 1
-1111101010 airline-merger 1
-1111101010 buttonlike 1
-1111101010 future-price 1
-1111101010 turn-on-a-dime 1
-1111101010 tax-swap 1
-1111101010 plucky-ingenue 1
-1111101010 bulk-license 1
-1111101010 256-159 1
-1111101010 still-to-be-negotiated 1
-1111101010 equally-owned 1
-1111101010 Alosa 1
-1111101010 11-volume 1
-1111101010 16-to-20-page 1
-1111101010 travel-advice 1
-1111101010 fast-dealing 1
-1111101010 industrial-output 1
-1111101010 strike-affected 1
-1111101010 81-seat 1
-1111101010 post-verdict 1
-1111101010 gorilla-like 1
-1111101010 once-jubilant 1
-1111101010 Karpoff-Rankine 1
-1111101010 allocation-of-costs 1
-1111101010 Ltf. 1
-1111101010 kleig-light 1
-1111101010 double-roofed 1
-1111101010 Fee-for-Research 1
-1111101010 390-foot 1
-1111101010 vehicle-export 1
-1111101010 not-too-surprising 1
-1111101010 four-play 1
-1111101010 Veckans 1
-1111101010 Nixonian 1
-1111101010 EPO-AZT 1
-1111101010 3,300-employee 1
-1111101010 FT-100 1
-1111101010 overall-demand 1
-1111101010 246-page 1
-1111101010 character-education 1
-1111101010 favorability-unfavorability 1
-1111101010 forbidden-customers 1
-1111101010 CBIPA 1
-1111101010 60,000-household 1
-1111101010 Feltsmans 1
-1111101010 weight-room 1
-1111101010 Ornaments 1
-1111101010 anti-indexing 1
-1111101010 severy 1
-1111101010 instance-by-instance 1
-1111101010 recent-restructuring 1
-1111101010 Labor-Likud 1
-1111101010 hit-toy 1
-1111101010 54-to-46 1
-1111101010 Stones-like 1
-1111101010 UCLA-Rand 1
-1111101010 Mitchell-initiated 1
-1111101010 oft-elaborated 1
-1111101010 dollar-devaluation 1
-1111101010 black-pregnancy 1
-1111101010 77-76 1
-1111101010 10-hottest 1
-1111101010 Edificio 1
-1111101010 problem-bank 1
-1111101010 pro-coal 1
-1111101010 ADAPSO/Broadview 1
-1111101010 TWA-for-sale 1
-1111101010 248-page 1
-1111101010 gene-marker 1
-1111101010 Aerospatiale-Canadair 1
-1111101010 temperature-and-time 1
-1111101010 154-page 1
-1111101010 301-page 1
-1111101010 Commercial-Industrial 1
-1111101010 366-mile 1
-1111101010 Misunderstood 1
-1111101010 landfill-removal 1
-1111101010 famine-aid 1
-1111101010 district-wide 1
-1111101010 business-failures 1
-1111101010 Lieberthal-Oksenberg 1
-1111101010 paradigmatic 1
-1111101010 federal-deficit 1
-1111101010 gene-altered 1
-1111101010 then-covert 1
-1111101010 Rothman-Lichter 1
-1111101010 worth-getting 1
-1111101010 DCCT 1
-1111101010 industrialshare 1
-1111101010 Fairchild-Fujitsu 1
-1111101010 ASCT 1
-1111101010 showboat 1
-1111101010 consumer-sentiment 1
-1111101010 Wellcome-Genentech 1
-1111101010 patent-dispute 1
-1111101010 twice-sweetened 1
-1111101010 All-Share 1
-1111101010 19-city 1
-1111101010 hypothethical 1
-1111101010 defects-investigation 1
-1111101010 30stock 1
-1111101010 pro-testing 1
-1111101010 Summers-Poterba 1
-1111101010 short-falls 1
-1111101010 October-to-October 1
-1111101010 California-spurred 1
-1111101010 voice-recorder 1
-1111101010 corporate-espionage 1
-1111101010 Ansbacher-Guinness 1
-1111101010 no-downpayment 1
-1111101010 budget-overhaul 1
-1111101010 conducting. 1
-1111101010 10-chapter 1
-1111101010 Moynihan-Stafford 1
-1111101010 Bradley-Gephardt 1
-1111101010 bunkerlike 1
-1111101010 nine-city 1
-1111101010 hotel/casinos 1
-1111101010 abortion-funding 1
-1111101010 Curmudgeon 1
-1111101010 often-dour 1
-1111101010 D100 1
-1111101010 trick-play 1
-1111101010 leadingindicator 1
-1111101010 Nacoa 1
-1111101010 95-3 1
-1111101010 tax-harmonization 1
-1111101010 GE-Whirlpool 1
-1111101010 Treasury-bank 1
-1111101010 60th-birthday 1
-1111101010 passenger-traffic 1
-1111101010 16,265-person 1
-1111101010 1,388-student 1
-1111101010 10,000-piece 1
-1111101010 5008 1
-1111101010 30-company 1
-1111101010 49-firm 1
-1111101010 5,000-household 1
-1111101010 269-page 1
-1111101010 living-standards 1
-1111101010 226-page 1
-1111101010 Eighteenth 1
-1111101010 agricole 1
-1111101010 budget-oriented 1
-1111101010 physical-demand 1
-1111101010 288-page 1
-1111101010 29-26 1
-1111101010 11-cent-a-share 1
-1111101010 JCPS 1
-1111101010 AARP/Villers-sponsored 1
-1111101010 S&P500 1
-1111101010 46-page 1
-1111101010 Forstman-Little 1
-1111101010 187-page 1
-1111101010 Kiewitt-Kajima 1
-1111101010 yelped 1
-1111101010 33.3-acre 1
-1111101010 619-plane 1
-1111101010 dollar-tossing 1
-1111101010 quiet-time 1
-1111101010 admissions-overlap 1
-1111101010 narrow-market 1
-1111101010 ESS5 1
-1111101010 N-- 1
-1111101010 open-society 1
-1111101010 Freeman-Hall 1
-1111101010 pre-bull-market 1
-1111101010 Duke-EPA 1
-1111101010 Crest-Colgate 1
-1111101010 Multi-factorial 1
-1111101010 NCEI 1
-1111101010 106-page 1
-1111101010 26-point 1
-1111101010 500Stock 1
-1111101010 Wagner-Brown 1
-1111101010 FT-30 1
-1111101010 AllShares 1
-1111101010 equity-mutual-fund 1
-1111101010 main-course 1
-1111101010 educational-savings-bond 1
-1111101010 fat-is-OK 1
-1111101010 Cezanne-inspired 1
-1111101010 audience-rating 1
-1111101010 691-acre 1
-1111101010 NCNB-FirstRepublic 1
-1111101010 best-documented 1
-1111101010 student-exchange 1
-1111101010 200-mile-wide 1
-1111101010 ABC/Post 1
-1111101010 electronic-link 1
-1111101010 1929-1930 1
-1111101010 always-compact 1
-1111101010 wine-glass 1
-1111101010 now-renowned 1
-1111101010 232-page 1
-1111101010 profits-optimism 1
-1111101010 98-page 1
-1111101010 Chis 1
-1111101010 29-center 1
-1111101010 366-50 1
-1111101010 most-obvious 1
-1111101010 11,600-person 1
-1111101010 87-question 1
-1111101010 381-41 1
-1111101010 86-page 1
-1111101010 brown-colored 1
-1111101010 asset-mix 1
-1111101010 586,000-square-foot 1
-1111101010 heart-medicine 1
-1111101010 capital-flow 1
-1111101010 30-patient 1
-1111101010 259-169 1
-1111101010 already-released 1
-1111101010 civil-tax-penalty 1
-1111101010 389.5-pence 1
-1111101010 tightly-worded 1
-1111101010 29-bushel-per-acre 1
-1111101010 driving-distance 1
-1111101010 50-question 1
-1111101010 pro-Iraq 1
-1111101010 time-allocation 1
-1111101010 oft-delayed 2
-1111101010 longer-than-expected 2
-1111101010 just-announced 2
-1111101010 factory-orders 2
-1111101010 225-share 2
-1111101010 once-quarterly 2
-1111101010 8.9-acre 2
-1111101010 stormiest 2
-1111101010 stock-conversion 2
-1111101010 500stock 2
-1111101010 capital-increase 2
-1111101010 1967-86 2
-1111101010 140-page 2
-1111101010 Khoo-Shearson 2
-1111101010 jostlers 2
-1111101010 300-stock 2
-1111101010 330-pence-a-share 2
-1111101010 new-orders 2
-1111101010 depletion-allowance 2
-1111101010 56-page 2
-1111101010 lagging-indicator 2
-1111101010 Vestron-Hemdale 2
-1111101010 Quilted 2
-1111101010 petroleum-institute 2
-1111101010 690-page 2
-1111101010 100share 2
-1111101010 Polaroid-Shamrock 2
-1111101010 professional-football 2
-1111101010 per-screen 2
-1111101010 Phillips-curve 2
-1111101010 once-sluggish 2
-1111101010 Gillette-Coniston 2
-1111101010 RBRVS 2
-1111101010 330-patient 2
-1111101010 twice-extended 2
-1111101010 12-million-square-foot 2
-1111101010 270-138 2
-1111101010 100-Stock 2
-1111101010 finished-good 2
-1111101010 less-explosive 2
-1111101010 Affaersvaerlden 2
-1111101010 dry-as-dust 2
-1111101010 hospital-mortality 2
-1111101010 100th-anniversary 2
-1111101010 latest-issued 2
-1111101010 255-page 2
-1111101010 Chrysler-AMC 2
-1111101010 rate-cap 2
-1111101010 30share 2
-1111101010 carbon-dating 2
-1111101010 Macro-Economic 3
-1111101010 all-urban 3
-1111101010 most-actives 3
-1111101010 leading-indicators 3
-1111101010 gold-mines 3
-1111101010 72-page 3
-1111101010 consumer-confidence 3
-1111101010 Shree 3
-1111101010 all-ordinaries 3
-1111101010 Meyerson-Rainwater 4
-1111101010 Treasury-securities 4
-1111101010 400-stock 4
-1111101010 strike-marred 4
-1111101010 Longest 4
-1111101010 fastest-falling 4
-1111101010 Affarsvarlden 4
-1111101010 second-most-active 4
-1111101010 name-change 5
-1111101010 WSJ/NBC 5
-1111101010 PATC 5
-1111101010 calf-crop 5
-1111101010 Blanket 5
-1111101010 now-scuttled 5
-1111101010 Harvard-Yale 6
-1111101010 CAC 7
-1111101010 13-state 7
-1111101010 fixed-weight 8
-1111101010 cruelest 9
-1111101010 leading-indicator 12
-1111101010 lastest 12
-1111101010 NET 13
-1111101010 All-Ordinaries 14
-1111101010 Ordinaries 17
-1111101010 industrial-share 19
-1111101010 100-stock 19
-1111101010 30-stock 19
-1111101010 100-Share 21
-1111101010 225-stock 25
-1111101010 producer-price 27
-1111101010 FAZ 29
-1111101010 consumer-price 31
-1111101010 futures-price 34
-1111101010 DAX 43
-1111101010 500-Stock 47
-1111101010 most-recent 61
-1111101010 Seng 105
-1111101010 30-share 459
-1111101010 100-share 611
-1111101010 500-stock 695
-1111101010 latest 9467
-1111101010 Nikkei 1340
-1111101011 scientific-technical-industrial 1
-1111101011 generation-old 1
-1111101011 best-possible 1
-1111101011 shortstory 1
-1111101011 Chicago/Milwaukee 1
-1111101011 frostprone 1
-1111101011 417-yard 1
-1111101011 609-yard 1
-1111101011 288-yard 1
-1111101011 10th-busiest 1
-1111101011 post-thalidomide 1
-1111101011 Stealth-related 1
-1111101011 slow-play 1
-1111101011 three-act 1
-1111101011 wickedest 1
-1111101011 fourth-straight 1
-1111101011 mortgagor 1
-1111101011 old-buddy 1
-1111101011 college-like 1
-1111101011 petro-Islam 1
-1111101011 Barzan 1
-1111101011 Barzani 1
-1111101011 fraud-enforcement 1
-1111101011 187-yard 1
-1111101011 160-yard 1
-1111101011 pilot-error 1
-1111101011 Kemp-Bradley 1
-1111101011 dispute-plagued 1
-1111101011 airport-capacity 1
-1111101011 bad-advice 1
-1111101011 shadowiest 1
-1111101011 modular-assembly 1
-1111101011 Boston-to-Washington 1
-1111101011 lavish-pool 1
-1111101011 6-iron 1
-1111101011 Maryland-Virginia 1
-1111101011 official-unofficial 1
-1111101011 198287 1
-1111101011 Leninist-Stalinist 1
-1111101011 grass-is-greener 1
-1111101011 insolvent-thrift 1
-1111101011 Gorsuch/Watt 1
-1111101011 pesticide-plant 1
-1111101011 4,000-square-mile 1
-1111101011 five-run 1
-1111101011 98-93 1
-1111101011 159-member 1
-1111101011 1.8100-mark 1
-1111101011 May-through-June 1
-1111101011 non-chronological 1
-1111101011 Philippine-proposed 1
-1111101011 scrunched-up 1
-1111101011 one-company-for-life 1
-1111101011 Laziska 1
-1111101011 Thermo-Air 1
-1111101011 Lancaster-Palmdale 1
-1111101011 wheels-off 1
-1111101011 300-employee 1
-1111101011 potato-trading 1
-1111101011 easy-spirited 1
-1111101011 Bayombang 1
-1111101011 efficient-buy 1
-1111101011 civil-law 1
-1111101011 weekly-earnings 1
-1111101011 1985-2000 1
-1111101011 business-pleasure 1
-1111101011 133-nation 1
-1111101011 IBM/clone 1
-1111101011 post-Irangate 1
-1111101011 1,682,000 1
-1111101011 floating-franchise 1
-1111101011 third-act 1
-1111101011 most-studied 1
-1111101011 June-its 1
-1111101011 40,000-ounce 1
-1111101011 dirt-flecked 1
-1111101011 membership-contract 1
-1111101011 postbankruptcy 1
-1111101011 January-July 1
-1111101011 tax-controlling 1
-1111101011 property-tax-slashing 1
-1111101011 cash-for-information 1
-1111101011 still-contending 1
-1111101011 interparliamentary 1
-1111101011 June-September 1
-1111101011 1973-81 1
-1111101011 return-processing 1
-1111101011 1,966,008 1
-1111101011 waste-services 1
-1111101011 93-mile-wide 1
-1111101011 government-prescribed 1
-1111101011 early-May 1
-1111101011 162-seat 1
-1111101011 Lubbock-Midland 1
-1111101011 cost-amortization 1
-1111101011 34-week 1
-1111101011 military-political 1
-1111101011 Kanasai 1
-1111101011 22-lap 1
-1111101011 super-heterodyne 1
-1111101011 post-tax-overhaul 1
-1111101011 huntable 1
-1111101011 non-detectable 1
-1111101011 mid-six 1
-1111101011 high-glitz 1
-1111101011 holiday-affected 1
-1111101011 Technicare-related 1
-1111101011 death-rate 1
-1111101011 Pearson-Trudeau 1
-1111101011 pro-liver 1
-1111101011 128-by-45-foot 1
-1111101011 Danilov-Goldfarb-Zakharov 1
-1111101011 guerrilla-controlled 1
-1111101011 EAO 1
-1111101011 Texaco/Pennzoil 1
-1111101011 career-services 1
-1111101011 personal-type 1
-1111101011 April-through-June 1
-1111101011 Syrian-sponsored 1
-1111101011 small-press 1
-1111101011 street-drug 1
-1111101011 appoximately 1
-1111101011 1961-1980 1
-1111101011 sperm-storage 1
-1111101011 withdrawal-rights 1
-1111101011 Cooper-Eromanga 1
-1111101011 Reagan-Mulroney 1
-1111101011 pre-Rajiv 1
-1111101011 public-comment 1
-1111101011 Portland/Salem 1
-1111101011 52-game 1
-1111101011 throatal 1
-1111101011 Shaare 1
-1111101011 debt-blockage 1
-1111101011 utilty 1
-1111101011 evacuation-planning 1
-1111101011 central-front 1
-1111101011 52-vote 1
-1111101011 IQ-testing 1
-1111101011 pre-civil-rights 1
-1111101011 Bellovian 1
-1111101011 productivity-change 1
-1111101011 bare-bone 1
-1111101011 29,028-foot 1
-1111101011 Steger-Schurke 1
-1111101011 automotive-supplies 1
-1111101011 Adams-Morgan 1
-1111101011 still-traumatized 1
-1111101011 86-to-88 1
-1111101011 Carter-Gladman 1
-1111101011 computer-arts 1
-1111101011 ignition-control 1
-1111101011 low-to-mid- 1
-1111101011 Aspen/Snowmass 1
-1111101011 OPEC-intensive 1
-1111101011 early-March 1
-1111101011 Saturn-inflated 1
-1111101011 Durban-Pietermartizburg 1
-1111101011 high-use 1
-1111101011 Karpov-Kasparov 1
-1111101011 66,864 1
-1111101011 Eisenhower-Khrushchev 1
-1111101011 sixth-busiest 1
-1111101011 1957-77 1
-1111101011 fastest-gaining 1
-1111101011 peak-travel 1
-1111101011 petroleum-export 1
-1111101011 1986-96 1
-1111101011 1985-95 1
-1111101011 U.S.ISoviet 1
-1111101011 all-registered 1
-1111101011 Iran-arms/contra 1
-1111101011 4,500-strong 1
-1111101011 7,500-acre 1
-1111101011 long-accelerating 1
-1111101011 not-simple 1
-1111101011 horse-farm 1
-1111101011 Geysers 1
-1111101011 1950-65 1
-1111101011 Broesky 1
-1111101011 old-and-tried 1
-1111101011 rock-school 1
-1111101011 1986-91 1
-1111101011 mail-order-catalog 1
-1111101011 pre-implant 1
-1111101011 Tyson-Smith 1
-1111101011 share-net 1
-1111101011 concert-playing 1
-1111101011 February-through-April 1
-1111101011 fuel-overpressurization 1
-1111101011 AID-supported 1
-1111101011 Asia-Australasia 1
-1111101011 Meese-Eastland 1
-1111101011 May-through-August 1
-1111101011 pennywise 1
-1111101011 crystal-boundary 1
-1111101011 post-recession 1
-1111101011 January-to-August 1
-1111101011 700-franc 1
-1111101011 32-man 1
-1111101011 under-100,000 1
-1111101011 9.7-million-ton 1
-1111101011 six-firm 1
-1111101011 AIDS-inspired 1
-1111101011 shortest-priced 1
-1111101011 prioryear 1
-1111101011 flower-filled 1
-1111101011 grandprize 1
-1111101011 transfer-tax 1
-1111101011 computer-learning 1
-1111101011 Northrop-Park 1
-1111101011 multimillion-square-foot 1
-1111101011 retirement-funding 1
-1111101011 store-owner 1
-1111101011 Brunel 1
-1111101011 Us-against-Them 1
-1111101011 below-expectation 1
-1111101011 X-1 1
-1111101011 Dresden-like 1
-1111101011 outdoor-sportswear 1
-1111101011 clematis-rose-peony-iris 1
-1111101011 450-yard 1
-1111101011 product-piracy 1
-1111101011 453-yard 1
-1111101011 Sukhumi 1
-1111101011 Falwell-Robertson 1
-1111101011 long-proven 1
-1111101011 smaller-issue 1
-1111101011 Anglophone 1
-1111101011 1969-88 1
-1111101011 precomputer 1
-1111101011 early-1920s 1
-1111101011 Pravdaesque 1
-1111101011 no-documents 1
-1111101011 Dukakis-opposed 1
-1111101011 oxygen-sniffing 1
-1111101011 corporate-return 1
-1111101011 liver-enzyme 1
-1111101011 18-to-49-year-old 1
-1111101011 boobyhatch 1
-1111101011 1910-1932 1
-1111101011 baby-products 1
-1111101011 slimmer-than-expected 1
-1111101011 1946-52 1
-1111101011 post-competition 1
-1111101011 pre-CD 1
-1111101011 brush-fire-fighting 1
-1111101011 inter-year 1
-1111101011 April-to-June 1
-1111101011 wordiness/commercial 1
-1111101011 Nitze-Kvitsinsky 1
-1111101011 Vanderhoof 1
-1111101011 Soviet-suppressed 1
-1111101011 October-February 1
-1111101011 oil-from-coal 1
-1111101011 storage-life 1
-1111101011 cache-memory 1
-1111101011 seldom-acknowledged 1
-1111101011 Washington-Baltimore-Richmond 1
-1111101011 post-Chun 1
-1111101011 visual-arts 1
-1111101011 never-implemented 1
-1111101011 psyched-up 1
-1111101011 two-China 1
-1111101011 1978-1988 1
-1111101011 Youghal/Killeagh 1
-1111101011 thermostable 1
-1111101011 96-country 1
-1111101011 Sabra-Shatilla 1
-1111101011 Reagan-Congress 1
-1111101011 Swaggert 1
-1111101011 erasability 1
-1111101011 140-member 1
-1111101011 liberal-moderate 1
-1111101011 gravy-train 1
-1111101011 already-ample 1
-1111101011 just-passed 1
-1111101011 1988-91 1
-1111101011 technically-important 1
-1111101011 senile-president 1
-1111101011 frivolous-buying 1
-1111101011 1972-1988 1
-1111101011 North-Poindexter 1
-1111101011 deficit-debt 1
-1111101011 1991-93 1
-1111101011 abrasion 1
-1111101011 Brentsupply 1
-1111101011 433-day 1
-1111101011 Sajaiyeh 1
-1111101011 444-day 1
-1111101011 134-acre 1
-1111101011 Gravesend-Bensonhurst 1
-1111101011 pancake-flat 1
-1111101011 oil-bonds 1
-1111101011 1975-84 1
-1111101011 prelisting 1
-1111101011 already-long 1
-1111101011 Damman 1
-1111101011 bargain-book 1
-1111101011 post-Carthyism 1
-1111101011 inner-harbor 1
-1111101011 1,652,000 1
-1111101011 quill-pen 1
-1111101011 defense-business 1
-1111101011 Muncie-Peru 1
-1111101011 more-than- 1
-1111101011 already-troubling 1
-1111101011 1914-39 1
-1111101011 ex-Cub 1
-1111101011 locust-control 1
-1111101011 August-to-December 1
-1111101011 10-county 1
-1111101011 X-plant 1
-1111101011 then-speaker 1
-1111101011 strike-ravaged 1
-1111101011 now-meaningless 1
-1111101011 1973-86 1
-1111101011 post-conciliar 1
-1111101011 49-week 1
-1111101011 assertiveness-training 1
-1111101011 breast-enlargement 1
-1111101011 Baa-2-rated 1
-1111101011 client-conflict 1
-1111101011 suavest 1
-1111101011 fifth-busiest 1
-1111101011 d'Estaing-Barre 1
-1111101011 Hunt-bank 1
-1111101011 January-to-April 1
-1111101011 bank-settlement 1
-1111101011 pre-high-tech 1
-1111101011 not-so-super 1
-1111101011 capital-flight 1
-1111101011 four-block 1
-1111101011 1986-bill 1
-1111101011 flight-ramp 1
-1111101011 still-sizable 1
-1111101011 canape 1
-1111101011 1960-80 1
-1111101011 less-formal 1
-1111101011 12-year-useful-life 1
-1111101011 below- 2
-1111101011 sex-and-spy 2
-1111101011 January-August 2
-1111101011 bazaar-like 2
-1111101011 in-camera 2
-1111101011 third-busiest 2
-1111101011 160-decibel 2
-1111101011 below-target 2
-1111101011 January-to-March 2
-1111101011 February-March 2
-1111101011 1988-1990 2
-1111101011 February-April 2
-1111101011 core-calving 2
-1111101011 post-segregation 2
-1111101011 then-estimated 2
-1111101011 special-project 2
-1111101011 health-statistics 2
-1111101011 Seplan 2
-1111101011 26-piece 2
-1111101011 Kohl-Gorbachev 2
-1111101011 post-2010 2
-1111101011 California-only 2
-1111101011 1,614,000 2
-1111101011 first-night 2
-1111101011 January-to-June 2
-1111101011 550-yard 2
-1111101011 radical/moderate 2
-1111101011 112-year-old 2
-1111101011 mid-single 2
-1111101011 copywriting 2
-1111101011 youth-unemployment 2
-1111101011 Pentagon-procurement 2
-1111101011 1969-1971 2
-1111101011 230-day 2
-1111101011 Haddads 2
-1111101011 latest-year 2
-1111101011 1980-1985 2
-1111101011 '79-'80-'81 2
-1111101011 intertidal 2
-1111101011 July-to-September 2
-1111101011 1987-1990 2
-1111101011 six-quarter 2
-1111101011 par-five 2
-1111101011 Iranian-contra 3
-1111101011 1979-84 3
-1111101011 IranContra 3
-1111101011 1.70-mark 3
-1111101011 low-to-mid 3
-1111101011 21-week 3
-1111101011 23-state 3
-1111101011 senior-citizens 3
-1111101011 record-tying 3
-1111101011 March/April 3
-1111101011 Boston-Washington 3
-1111101011 -the 3
-1111101011 January-May 3
-1111101011 arms-for-Iran 3
-1111101011 ozone-depletion 3
-1111101011 week-earlier 4
-1111101011 April-September 4
-1111101011 March-April 4
-1111101011 atmospheric-research 4
-1111101011 Bush-Gorbachev 4
-1111101011 39-week 4
-1111101011 interwar 4
-1111101011 over- 4
-1111101011 June-July 5
-1111101011 May-June 5
-1111101011 40-week 5
-1111101011 Iran-Contras 5
-1111101011 under- 5
-1111101011 64-cent 6
-1111101011 Iran-arms 6
-1111101011 October-March 6
-1111101011 24-week 6
-1111101011 Dammam 6
-1111101011 month-earlier 7
-1111101011 sine 8
-1111101011 chicken-and-egg 8
-1111101011 low-water 9
-1111101011 incubation 10
-1111101011 popular-vote 10
-1111101011 yearago 10
-1111101011 sex-spy 10
-1111101011 previous-year 14
-1111101011 demilitarized 15
-1111101011 latest-quarter 17
-1111101011 Iran-Nicaragua 18
-1111101011 300-day 18
-1111101011 prior-year 21
-1111101011 July-September 21
-1111101011 January-March 24
-1111101011 April-June 27
-1111101011 yearearlier 38
-1111101011 Iran-contra 47
-1111101011 cooling-off 52
-1111101011 just-ended 56
-1111101011 year-before 66
-1111101011 mid- 72
-1111101011 nine-month 250
-1111101011 year-ago 1419
-1111101011 year-earlier 5327
-1111101011 Iran-Contra 1513
-111110110 CL-289 1
-111110110 already-distressed 1
-111110110 tubular-products 1
-111110110 engineering-development 1
-111110110 in-force 1
-111110110 business-gift 1
-111110110 seventh-best 1
-111110110 export-linked 1
-111110110 Technimont 1
-111110110 3,904 1
-111110110 air-monitoring 1
-111110110 fast-consolidating 1
-111110110 52-acre 1
-111110110 bureaucrat-mandated 1
-111110110 DONUTS 1
-111110110 Ontario-owned 1
-111110110 audio/video 1
-111110110 electronic-photography 1
-111110110 highly-competitive 1
-111110110 then-radical 1
-111110110 Afrikaner-dominated 1
-111110110 SEIBU 1
-111110110 business-books 1
-111110110 epicene 1
-111110110 medical-reviewing 1
-111110110 even-lower 1
-111110110 55-cents-a-gallon 1
-111110110 then-weakening 1
-111110110 bullion-purchasing 1
-111110110 margin-account 1
-111110110 often-salty 1
-111110110 philanthropic-services 1
-111110110 Gibco 1
-111110110 budget-destroying 1
-111110110 10,000-mile 1
-111110110 meat-snack 1
-111110110 VictorMarsh 1
-111110110 Eastern-U.S. 1
-111110110 20,000-man 1
-111110110 radical-left 1
-111110110 longrunning 1
-111110110 needle-and-thread 1
-111110110 non-prison 1
-111110110 auto-resale-services 1
-111110110 82586 1
-111110110 second-deadliest 1
-111110110 Optimum 1
-111110110 Wingaersheek 1
-111110110 55-company 1
-111110110 predominently 1
-111110110 Ultratech 1
-111110110 Comedia 1
-111110110 Galion 1
-111110110 much-expanded 1
-111110110 dissension-ridden 1
-111110110 flippered 1
-111110110 Atacama 1
-111110110 Shia-Moslem 1
-111110110 petroleum-dependent 1
-111110110 altitude-signaling 1
-111110110 8,500-man 1
-111110110 mineral-marketing 1
-111110110 electrical-conductor 1
-111110110 100-largest 1
-111110110 demimondaine 1
-111110110 Jaguar-like 1
-111110110 testi 1
-111110110 bulkiest 1
-111110110 stain-repelling 1
-111110110 social-worker 1
-111110110 service-led 1
-111110110 recession-struck 1
-111110110 ALI 1
-111110110 M-109 1
-111110110 far-smaller 1
-111110110 paperback-sized 1
-111110110 history-minded 1
-111110110 non-banking-related 1
-111110110 spiciest 1
-111110110 CGR 1
-111110110 228-member 1
-111110110 23rd-largest 1
-111110110 glut-plagued 1
-111110110 Hammond-based 1
-111110110 low-death-rate 1
-111110110 third-largest-selling 1
-111110110 525-pence 1
-111110110 soon-to-be-privatized 1
-111110110 Comau 1
-111110110 statechartered 1
-111110110 wood-pulp 1
-111110110 Boeing-dependent 1
-111110110 Athabaska 1
-111110110 eighth-best 1
-111110110 mush-mouth 1
-111110110 Dutral 1
-111110110 then-groundbreaking 1
-111110110 Warner-Chris-Craft 1
-111110110 most-comprehensive 1
-111110110 Oxychem 1
-111110110 wound-treatment 1
-111110110 Sealtron 1
-111110110 123rd 1
-111110110 plaque-killing 1
-111110110 ExciMed 1
-111110110 Vojvodie 1
-111110110 43,537 1
-111110110 outer-continental 1
-111110110 Intertrading 1
-111110110 holey 1
-111110110 drought-reduced 1
-111110110 1,210-member 1
-111110110 al-Bayan 1
-111110110 highly-regulated 1
-111110110 stiff-papered 1
-111110110 auto-testing 1
-111110110 roofing-products 1
-111110110 Trieste-based 1
-111110110 2,900-hectare 1
-111110110 more-classic 1
-111110110 unreacted 1
-111110110 Selbaie 1
-111110110 Phildelphia 1
-111110110 imported-vehicle 1
-111110110 second-top-grossing 1
-111110110 ash-covered 1
-111110110 In-Sink-Erator 1
-111110110 59-36 1
-111110110 Technium 1
-111110110 proud-to-be-perky 1
-111110110 once-controversial 1
-111110110 94,218 1
-111110110 3,000-stock 1
-111110110 412-seat 1
-111110110 five-biggest 1
-111110110 two-electrode 1
-111110110 then-forthcoming 1
-111110110 morale-sapping 1
-111110110 still-mountainous 1
-111110110 19-newspaper 1
-111110110 fountain-sales 1
-111110110 three-head 1
-111110110 37,000-mile 1
-111110110 Microtronics 1
-111110110 london 1
-111110110 MESSERSCHMITT-BOEL 1
-111110110 me-first 1
-111110110 Toronto-developed 1
-111110110 mushiest 1
-111110110 Trans-Con 1
-111110110 6,018,356 1
-111110110 crones 1
-111110110 Patrini 1
-111110110 catamite 1
-111110110 three-largest 1
-111110110 amibitious 1
-111110110 seat-cushion 1
-111110110 radar-plane 1
-111110110 14-plant 1
-111110110 funeral-supply 1
-111110110 misappropriation-of-information 1
-111110110 1,042-page 1
-111110110 knife-edged 1
-111110110 88,000-member 1
-111110110 Khlong 1
-111110110 Califo 1
-111110110 town-planning 1
-111110110 Tatas 1
-111110110 Gumps 1
-111110110 top-performance 1
-111110110 biggest-single 1
-111110110 foam-package 1
-111110110 capitalist-imperialist 1
-111110110 chrome-nickel 1
-111110110 anti-biographical 1
-111110110 crane-leasing 1
-111110110 government-products 1
-111110110 231,660 1
-111110110 administration-negotiated 1
-111110110 too-exquisite 1
-111110110 balaclava-masked 1
-111110110 commercial-mortgage 1
-111110110 2,000-mile-long 1
-111110110 non-tactical 1
-111110110 Fallon-based 1
-111110110 T-45TS 1
-111110110 now-crying 1
-111110110 state-paid 1
-111110110 GHHensley 1
-111110110 JVX 1
-111110110 accounting-programs 1
-111110110 grocery-business 1
-111110110 greencard 1
-111110110 Hunt-owned 1
-111110110 large-dollar 1
-111110110 fourteenth 1
-111110110 CCTV 1
-111110110 group-practice-model 1
-111110110 bias-ply 1
-111110110 Hydro-Matic 1
-111110110 chocolate-flavored 1
-111110110 safety-equipment 1
-111110110 near-worthless 1
-111110110 faster-running 1
-111110110 already-hefty 1
-111110110 then-usual 1
-111110110 36-office 1
-111110110 mortgage-information 1
-111110110 imperishable 1
-111110110 260,000-member 1
-111110110 material-service 1
-111110110 semantical 1
-111110110 Tchaikovsky/Petipa 1
-111110110 Arlington-based 1
-111110110 700-odd 1
-111110110 convertible-note 1
-111110110 hypercompetitive 1
-111110110 restricted-fare 1
-111110110 retail-furniture 1
-111110110 most-battered 1
-111110110 Keizaiki 1
-111110110 B.H.24 1
-111110110 military-semiconductor 1
-111110110 blueribbon 1
-111110110 325-acre 1
-111110110 more-forthcoming 1
-111110110 Wheaties-box 1
-111110110 Main-Street 1
-111110110 Nazi-tracking 1
-111110110 57-company 1
-111110110 rare-comics 1
-111110110 winged-horse 1
-111110110 fourthlargest 1
-111110110 hide-bound 1
-111110110 material-technical 1
-111110110 AIDS-wracked 1
-111110110 Affirmative-Action 1
-111110110 Tote-A-Poke 1
-111110110 A-2-rated 1
-111110110 171-year-old 1
-111110110 fast-gaining 1
-111110110 ankh 1
-111110110 flag-carrier 1
-111110110 nondirectory 1
-111110110 ever-more-established 1
-111110110 ERCO 1
-111110110 1,487 1
-111110110 Uhuru 1
-111110110 commodity-chemicals 1
-111110110 Greenland-bound 1
-111110110 off-priced 1
-111110110 general-affairs 1
-111110110 non-sell 1
-111110110 Panorex 1
-111110110 already-slumping 1
-111110110 fine-art 1
-111110110 once-radical 1
-111110110 concrete-and-tile 1
-111110110 UCAR 1
-111110110 Forsvarets 1
-111110110 Al-Ahmadi 1
-111110110 biomedical-products 1
-111110110 lobsterlike 1
-111110110 Taverns 1
-111110110 gyspum 1
-111110110 open-fronted 1
-111110110 1,100-member 1
-111110110 420-member 1
-111110110 bullfrog-faced 1
-111110110 Anglicized 1
-111110110 unbarked 1
-111110110 revisionary 1
-111110110 KL 1
-111110110 dog-meat 1
-111110110 seaplane 1
-111110110 least-efficient 1
-111110110 internal-investigations 1
-111110110 small-account 1
-111110110 110-person 1
-111110110 Versateller 1
-111110110 scanner-system 1
-111110110 Farmoplant 1
-111110110 87-75 1
-111110110 oil-and-energy 1
-111110110 McGhan 1
-111110110 internationalenergy 1
-111110110 108.26point 1
-111110110 pure-play 1
-111110110 Bulgari 1
-111110110 four-car 1
-111110110 DC-8-73CF 1
-111110110 Cyrillic-language 1
-111110110 still-falling 1
-111110110 holiday-curtailed 1
-111110110 photochemicals 1
-111110110 29-member 1
-111110110 comatose-brother 1
-111110110 anti-cocaine 1
-111110110 132-store 1
-111110110 EA-International 1
-111110110 office-dominated 1
-111110110 16th-biggest 1
-111110110 10th-biggest 1
-111110110 eponymously 1
-111110110 most-valuable-player 1
-111110110 flesh-and-bone 1
-111110110 154-city 1
-111110110 30-lawyer 1
-111110110 choky 1
-111110110 bigget 1
-111110110 Medicaid-style 1
-111110110 bulk-penicillin 1
-111110110 155-seat 1
-111110110 1,639 1
-111110110 merger-minded 1
-111110110 U.S-built 1
-111110110 sixthlargest 1
-111110110 Italsider 1
-111110110 1,300-dealer 1
-111110110 166th-ranked 1
-111110110 materials-storage 1
-111110110 aid-policy 1
-111110110 cholesterol-making 1
-111110110 air-cured 1
-111110110 2,000-share 1
-111110110 Chrysler/Plymouth 1
-111110110 4TEL 1
-111110110 biocommunications 1
-111110110 Argyle 1
-111110110 guerrilla-aligned 1
-111110110 397-page 1
-111110110 Snia-Bpd 1
-111110110 long-regulated 1
-111110110 58,000-square-foot 1
-111110110 70-branch 1
-111110110 director-liability 1
-111110110 Audiotone 1
-111110110 coupon-book 1
-111110110 still-simpler 1
-111110110 civil-airplane-engine 1
-111110110 55,300 1
-111110110 liquor-at-the-table 1
-111110110 ultra-successful 1
-111110110 biggest-known 1
-111110110 biggest-grossing 1
-111110110 law-enforcement-fleet 1
-111110110 Togliattigrad 1
-111110110 speed-dial 1
-111110110 Ivrea-based 1
-111110110 overseas-finance 1
-111110110 six-branch 1
-111110110 job-generating 1
-111110110 million-man 1
-111110110 already-struggling 1
-111110110 Cerrejon 1
-111110110 high-prestige 1
-111110110 232-cubic-inch 1
-111110110 3,798 1
-111110110 No.4-ranked 1
-111110110 precious-metals-marketing 1
-111110110 34,000-employee 1
-111110110 specialty-re-insuring 1
-111110110 200,000-strong 1
-111110110 Tamil-Sinhalese 1
-111110110 Jamaat 1
-111110110 80-pound 1
-111110110 Phoenix-area 1
-111110110 planetary-science 1
-111110110 sales-planning 1
-111110110 bankruptcy-filing 1
-111110110 Westport-based 1
-111110110 twelfth-largest 1
-111110110 community-newspaper 1
-111110110 most-compliant 1
-111110110 once-exploding 1
-111110110 20-seat 1
-111110110 coated-board 1
-111110110 heaviest-hitting 1
-111110110 83-foot 1
-111110110 Tiberios 1
-111110110 uncarbonated 1
-111110110 2401 1
-111110110 lese 1
-111110110 dancing-Barbie 1
-111110110 field-engineering 1
-111110110 35th-largest 1
-111110110 nomination-clinching 1
-111110110 TG&Y 1
-111110110 athletc 1
-111110110 bank-check 1
-111110110 dividend-trading 1
-111110110 166,692 1
-111110110 OSHA-designed 1
-111110110 precision-flying 1
-111110110 East-Central 1
-111110110 Salif 1
-111110110 10th-leading 1
-111110110 marijuana-smuggling 1
-111110110 most-cherished 1
-111110110 ever-crisper 1
-111110110 NetExpress 1
-111110110 convenience-products 1
-111110110 Cobriza 1
-111110110 aerospace-optical 1
-111110110 optical-sciences 1
-111110110 five-block 1
-111110110 anti-gout 1
-111110110 retail-finance 1
-111110110 420-seat 1
-111110110 not-prime-rated 1
-111110110 36-branch 1
-111110110 4,688 1
-111110110 766,450 1
-111110110 4,692 1
-111110110 laugh-a-minute 1
-111110110 rigid-packaging 1
-111110110 nonguaranteed 1
-111110110 individual-banking 1
-111110110 then-largest 1
-111110110 corporate-related 1
-111110110 4,691 1
-111110110 oft-losing 1
-111110110 rule-bound 1
-111110110 empty-chair 1
-111110110 Isotron 1
-111110110 laminar 1
-111110110 Abekas 1
-111110110 prehistoric-looking 1
-111110110 Klong 1
-111110110 now-sand-covered 1
-111110110 one-child-per-couple 1
-111110110 best-placed 1
-111110110 Gestnord 1
-111110110 Heptavax-B 1
-111110110 less-renowned 1
-111110110 wavelike 1
-111110110 now-stablized 1
-111110110 170th 1
-111110110 44,800 1
-111110110 3/80 1
-111110110 credit-driven 1
-111110110 still-provisional 1
-111110110 14-company 1
-111110110 long-inflexible 1
-111110110 Pumwani 1
-111110110 equipment-marketing 1
-111110110 DDM-1000 1
-111110110 now-bewildered 1
-111110110 general-insurance 1
-111110110 broadcast-services 1
-111110110 no-more-greenmail 1
-111110110 Stinking 1
-111110110 third-richest 1
-111110110 three-doctor 1
-111110110 earlier-scheduled 1
-111110110 least-restrictive 1
-111110110 Alte 1
-111110110 well-articulated 1
-111110110 2,106 1
-111110110 womens-wear 1
-111110110 publishing-systems-business 1
-111110110 Dumex 1
-111110110 Baltimorebased 1
-111110110 HomeLenders 1
-111110110 Phoenician 1
-111110110 593,691 1
-111110110 43rd-largest 1
-111110110 Easternmost 1
-111110110 Northbridge 1
-111110110 dark-wood 1
-111110110 palm-studded 1
-111110110 14-largest 1
-111110110 quarter-century-long 1
-111110110 32-city 1
-111110110 Jacquard 1
-111110110 3,126 1
-111110110 natural-gas-reserve 1
-111110110 Irgun 1
-111110110 more-dovish 1
-111110110 deepest-held 1
-111110110 double-ribbed 1
-111110110 GOP-designed 1
-111110110 TrendSights 1
-111110110 still-mourned 1
-111110110 cross-channel 1
-111110110 good-industrial-design 1
-111110110 dark-side 1
-111110110 psychological/supernatural 1
-111110110 100-selection 1
-111110110 Prescriptives 1
-111110110 Jenn-Air 1
-111110110 long-isolated 1
-111110110 corrosion-prevention 1
-111110110 now-challenged 1
-111110110 closed-market 1
-111110110 8,014 1
-111110110 shifter 1
-111110110 area-wide 1
-111110110 Stering 1
-111110110 1+ 1
-111110110 all-first-class 1
-111110110 least-leveraged 1
-111110110 career-switching 1
-111110110 content-oriented 1
-111110110 39th-largest 1
-111110110 Foster's-brand 1
-111110110 now-small 1
-111110110 SH-11 1
-111110110 17-person 1
-111110110 SA-12 1
-111110110 specialty-aviation 1
-111110110 DM2,800 1
-111110110 one-branch 1
-111110110 microwave-products 1
-111110110 once-bloated 1
-111110110 two-and-a-half-year 1
-111110110 46th-largest 1
-111110110 10,600-broker 1
-111110110 Vigor 1
-111110110 25,000-man 1
-111110110 get-in-before-they-soar 1
-111110110 550,000-ton-a-year 1
-111110110 3-meter 1
-111110110 2,207,380 1
-111110110 S&L-deposit 1
-111110110 Uusi 1
-111110110 16-state 1
-111110110 J-2 1
-111110110 European-branch 1
-111110110 Dialight 1
-111110110 oil-country 1
-111110110 best-watched 1
-111110110 automobile-finance 1
-111110110 import-damaged 1
-111110110 34,000-square-foot 1
-111110110 steel-faced 1
-111110110 block-wide 1
-111110110 instrument-products 1
-111110110 84-seat 1
-111110110 diagnostic-systems 1
-111110110 designated-hitter 1
-111110110 three-golds 1
-111110110 ex-record 1
-111110110 multi-spired 1
-111110110 precision-engineering 1
-111110110 Apennine 1
-111110110 Interamics 1
-111110110 insider-information 1
-111110110 price-oriented 1
-111110110 market-services 1
-111110110 Sacremento 1
-111110110 aircraft-engines 1
-111110110 Fourtrax 1
-111110110 I/S 1
-111110110 Goldwaters 1
-111110110 loose-cannon 1
-111110110 4-12 1
-111110110 Cinecitta 1
-111110110 phone-bank 1
-111110110 Xindu 1
-111110110 highest-grossing 1
-111110110 Prairie-region 1
-111110110 chocolate-syrup 1
-111110110 passenger-reservation 1
-111110110 Vietnam-vintage 1
-111110110 electric-shaver 1
-111110110 antibaldness 1
-111110110 retail-brokers 1
-111110110 47-store 1
-111110110 stale-smelling 1
-111110110 federal-systems 1
-111110110 barrier-reducing 1
-111110110 already-shrunken 1
-111110110 forest-industry 1
-111110110 ss-town 1
-111110110 1985-89 1
-111110110 BeairdPoulan/Weed 1
-111110110 83-store 1
-111110110 Prime-1-rated 1
-111110110 SNA 1
-111110110 Ghent-based 1
-111110110 CICS 1
-111110110 Potty-Time 1
-111110110 121-member 1
-111110110 740th-biggest 1
-111110110 wild-blueberry 1
-111110110 Emmental 1
-111110110 middle-of-the-lineup 1
-111110110 Robinair 1
-111110110 4,600-plane 1
-111110110 Obed-Marsh 1
-111110110 climate-change 1
-111110110 batten-down-the-hatches 1
-111110110 Walk-In 1
-111110110 Dependencia 1
-111110110 46-store 1
-111110110 most-valued 1
-111110110 2,500-acre 1
-111110110 homeclub 1
-111110110 2,233 1
-111110110 graphic-systems 2
-111110110 Beaumont-based 2
-111110110 feeblest 2
-111110110 1/2-foot-tall 2
-111110110 Taystee 2
-111110110 early-season 2
-111110110 biggest-producing 2
-111110110 dual-lens 2
-111110110 PayPoint 2
-111110110 heat-processing-systems 2
-111110110 second-largest-selling 2
-111110110 fifth-most-populous 2
-111110110 newswriting 2
-111110110 15,000-member 2
-111110110 most-prestigious 2
-111110110 growth-regulating 2
-111110110 Pensacola-based 2
-111110110 knottiest 2
-111110110 tightknit 2
-111110110 cocoa-products 2
-111110110 Worldperks 2
-111110110 highcost 2
-111110110 third-person 2
-111110110 printing-systems 2
-111110110 Atlac 2
-111110110 ticket-buying 2
-111110110 oil-field-equipment 2
-111110110 IBRD 2
-111110110 Bagnoli 2
-111110110 surface-combustion 2
-111110110 loveliest 2
-111110110 15th-biggest 2
-111110110 58-store 2
-111110110 third-fastest-growing 2
-111110110 number-two 2
-111110110 Al-Sagar 2
-111110110 then-struggling 2
-111110110 pyramidal 2
-111110110 PageWilliams 2
-111110110 Paramins 2
-111110110 below-ground 2
-111110110 SeeQuence 2
-111110110 Electro-Motive 2
-111110110 white-page 2
-111110110 chloracetanilide 2
-111110110 500-stock-index 2
-111110110 auto-lending 2
-111110110 snap-together 2
-111110110 wishywashy 2
-111110110 50-meter 2
-111110110 Rdb 2
-111110110 90-member 2
-111110110 single-largest 2
-111110110 most-favored 2
-111110110 Kendall/Amalie 2
-111110110 90-store 2
-111110110 1.5-gallon 2
-111110110 biggest-circulation 2
-111110110 once-sacrosanct 2
-111110110 900-member 2
-111110110 Kydex 2
-111110110 52-lawyer 2
-111110110 best-loved 2
-111110110 Lantirn 2
-111110110 800,000-man 2
-111110110 northern-most 2
-111110110 psychiatric-hospital 2
-111110110 26th-largest 2
-111110110 Elmgrove 2
-111110110 40-yard 2
-111110110 Palouse 2
-111110110 English-born 2
-111110110 237,000-person 2
-111110110 frailest 2
-111110110 Fanta 2
-111110110 most-advanced 2
-111110110 122-year-old 2
-111110110 once-beleaguered 2
-111110110 RCA/GE 2
-111110110 Magcobar 2
-111110110 Chicago-to-Cleveland 2
-111110110 ex-TRW 2
-111110110 drought-ravaged 2
-111110110 252-store 2
-111110110 lowest-ranked 2
-111110110 million-employee 2
-111110110 120th 2
-111110110 60-foot-long 2
-111110110 Tsukiji 2
-111110110 pooper 2
-111110110 mass-memory 2
-111110110 Asian/Pacific 2
-111110110 Am29116 2
-111110110 eight-station 2
-111110110 12th-biggest 2
-111110110 radical-chic 2
-111110110 corporate-planning 2
-111110110 1,328-member 2
-111110110 Duff-Norton 2
-111110110 lowest-wage 2
-111110110 extra-hole 2
-111110110 choicer 2
-111110110 long-recognized 2
-111110110 AppleTalk 3
-111110110 31st-largest 3
-111110110 touchiest 3
-111110110 export-insurance 3
-111110110 UNIX-PC 3
-111110110 131st 3
-111110110 third-most-active 3
-111110110 18-minute 3
-111110110 Indiana-based 3
-111110110 ninth-biggest 3
-111110110 WTVN-TV 3
-111110110 North-Central 3
-111110110 1,155 3
-111110110 shuttle-fuel 3
-111110110 white-paper 3
-111110110 22-store 3
-111110110 120-foot-long 3
-111110110 38th-largest 3
-111110110 35,000-ton 3
-111110110 MovieQuick 3
-111110110 most-troubled 3
-111110110 once-stodgy 3
-111110110 22-nation 3
-111110110 ritziest 3
-111110110 17th-largest 3
-111110110 Oronite 3
-111110110 25th-largest 3
-111110110 Monarch-Merrill 3
-111110110 project-financing 3
-111110110 14th-biggest 3
-111110110 59-story 3
-111110110 Hydra-Matic 3
-111110110 once-prosperous 3
-111110110 scrappiest 3
-111110110 then-pending 3
-111110110 once-high-flying 3
-111110110 third-most-populous 3
-111110110 second-favorite 3
-111110110 10-largest 3
-111110110 seven-time 3
-111110110 Superfest 3
-111110110 sports-science 3
-111110110 blue-blood 3
-111110110 16,000-member 3
-111110110 most-affluent 4
-111110110 omnivorous 4
-111110110 Chibougamau 4
-111110110 21st-largest 4
-111110110 most-influential 4
-111110110 top-producing 4
-111110110 Bio-Products 4
-111110110 eight-state 4
-111110110 Broadway-Southwest 4
-111110110 tastiest 4
-111110110 LXI 4
-111110110 Link-Miles 4
-111110110 fastest-selling 4
-111110110 flexible-packaging 4
-111110110 Cantata 4
-111110110 Albuquerque-based 4
-111110110 secondlargest 4
-111110110 5ESS 4
-111110110 184th 4
-111110110 75th-anniversary 4
-111110110 Rumasa 4
-111110110 second-busiest 5
-111110110 best-organized 5
-111110110 Jack-in-the-Box 5
-111110110 mightiest 5
-111110110 19th-largest 5
-111110110 best-looking 5
-111110110 18th-largest 5
-111110110 20th-largest 5
-111110110 second-heaviest 6
-111110110 winningest 6
-111110110 midcontinent 6
-111110110 second-longest 6
-111110110 drought-damaged 6
-111110110 juiciest 6
-111110110 Ruttan 6
-111110110 once-popular 6
-111110110 eighth-biggest 6
-111110110 Prinos 6
-111110110 Ticketron 6
-111110110 million-strong 6
-111110110 largest-circulation 6
-111110110 22nd-largest 6
-111110110 most-populous 7
-111110110 seventh-biggest 7
-111110110 best-capitalized 7
-111110110 neediest 7
-111110110 most-profitable 7
-111110110 Mercur 7
-111110110 sixth-biggest 7
-111110110 shakiest 8
-111110110 most-powerful 8
-111110110 thorniest 8
-111110110 16th-largest 8
-111110110 fastest-rising 8
-111110110 13th-largest 8
-111110110 best-kept 8
-111110110 transducer 9
-111110110 trendiest 9
-111110110 15th-largest 9
-111110110 toniest 9
-111110110 market-regulation 9
-111110110 grandest 9
-111110110 best-run 9
-111110110 14th-largest 10
-111110110 innermost 10
-111110110 highest-volume 10
-111110110 fanciest 10
-111110110 200-meter 10
-111110110 most-expensive 10
-111110110 highest-flying 11
-111110110 fifth-biggest 11
-111110110 shrewdest 12
-111110110 fourth-biggest 12
-111110110 drought-stunted 13
-111110110 longest-serving 13
-111110110 most-watched 13
-111110110 priciest 13
-111110110 much-vaunted 14
-111110110 largest-selling 15
-111110110 savviest 15
-111110110 highest-cost 15
-111110110 highest-rated 16
-111110110 biggest-ever 16
-111110110 close. 17
-111110110 northernmost 17
-111110110 tiniest 18
-111110110 10th-largest 18
-111110110 11th-largest 18
-111110110 choicest 18
-111110110 highest-priced 18
-111110110 ninth-largest 19
-111110110 biggest-selling 22
-111110110 12th-largest 23
-111110110 hardest-hit 25
-111110110 longest-running 26
-111110110 eighth-largest 27
-111110110 worst-performing 27
-111110110 largest-ever 31
-111110110 lowest-cost 37
-111110110 lowest-priced 37
-111110110 third-biggest 41
-111110110 costliest 45
-111110110 seventh-largest 55
-111110110 best-performing 68
-111110110 sixth-largest 85
-111110110 most-active 95
-111110110 wealthiest 100
-111110110 second-biggest 118
-111110110 fifth-largest 125
-111110110 finest 154
-111110110 busiest 195
-111110110 best-known 219
-111110110 fourth-largest 221
-111110110 richest 228
-111110110 poorest 260
-111110110 fastest-growing 278
-111110110 oldest 339
-111110110 flagship 372
-111110110 third-largest 387
-111110110 second-largest 817
-111110110 largest 10393
-111110110 biggest 6816
-1111101110 pre-panic 1
-1111101110 one-part-per-million 1
-1111101110 Robertses 1
-1111101110 same-size 1
-1111101110 latest-generation 1
-1111101110 305-franc 1
-1111101110 ownself 1
-1111101110 7.65-cent 1
-1111101110 Kargers 1
-1111101110 1600-point 1
-1111101110 Penneyites 1
-1111101110 currency-adjustment 1
-1111101110 1.8700-mark 1
-1111101110 multimillion-watt 1
-1111101110 conciliation-board 1
-1111101110 134-yen 1
-1111101110 2,400-year-old 1
-1111101110 fleetest-footed 1
-1111101110 1,200-rig 1
-1111101110 non-historical-minded 1
-1111101110 allowed-earnings 1
-1111101110 first-draft 1
-1111101110 Iranian-Saudi 1
-1111101110 state-party 1
-1111101110 290-to-300 1
-1111101110 3,771-member 1
-1111101110 480-strong 1
-1111101110 soul-saving 1
-1111101110 beekeeping 1
-1111101110 stock-sales 1
-1111101110 minmum 1
-1111101110 chicken-egg 1
-1111101110 136.75-yen 1
-1111101110 .270 1
-1111101110 1.4-point 1
-1111101110 2.8-point 1
-1111101110 85-cent-a-share 1
-1111101110 sailmaker 1
-1111101110 liability-limitation 1
-1111101110 123.35-yen 1
-1111101110 123.50-yen 1
-1111101110 2545 1
-1111101110 160-yen 1
-1111101110 278,000-ton 1
-1111101110 200-milligrams-per-deciliter 1
-1111101110 10,000-unit 1
-1111101110 scuzziest 1
-1111101110 least-palatable 1
-1111101110 123.85-yen 1
-1111101110 more-rational 1
-1111101110 123.45-yen 1
-1111101110 122.50-yen 1
-1111101110 summerintern 1
-1111101110 affluency 1
-1111101110 18000 1
-1111101110 greater-than-acceptable 1
-1111101110 2.03-mark 1
-1111101110 week-before 1
-1111101110 pre-accord 1
-1111101110 airborne-early 1
-1111101110 gym-class 1
-1111101110 AFRS 1
-1111101110 most-experienced 1
-1111101110 Photoplay 1
-1111101110 pre-Boesky 1
-1111101110 Miller-led 1
-1111101110 1000-point 1
-1111101110 600-pence 1
-1111101110 more-routine 1
-1111101110 privateer 1
-1111101110 open-eyed 1
-1111101110 -a-barrel 1
-1111101110 division-management 1
-1111101110 two-cent-a-pound 1
-1111101110 placental 1
-1111101110 ever-so-open 1
-1111101110 bacteria-formed 1
-1111101110 extra-dimensional 1
-1111101110 quite-ridiculous 1
-1111101110 cafeteria-plan 1
-1111101110 fastest- 1
-1111101110 23000.00 1
-1111101110 dual-chairmanship 1
-1111101110 surving 1
-1111101110 hardest-to-break 1
-1111101110 munitions-delivery 1
-1111101110 29,320-person 1
-1111101110 welfare-payment 1
-1111101110 seven-cent-apound 1
-1111101110 communications-image 1
-1111101110 152-yen 1
-1111101110 172-day-old 1
-1111101110 yet-to-be-perfected 1
-1111101110 10th-fastest 1
-1111101110 1.8320-mark 1
-1111101110 18936.98-point 1
-1111101110 violent-predator 1
-1111101110 300,000-unit 1
-1111101110 973-page 1
-1111101110 already-collapsed 1
-1111101110 3.2-mark 1
-1111101110 seven-day-old 1
-1111101110 local-pharmacy 1
-1111101110 low-20s 1
-1111101110 2390-point 1
-1111101110 10,000-gallon-a-minute 1
-1111101110 sub-strategic 1
-1111101110 roistering 1
-1111101110 rig-removing 1
-1111101110 125yen 1
-1111101110 1.6800-mark 1
-1111101110 two-lift 1
-1111101110 suspender-clad 1
-1111101110 countercoup 1
-1111101110 commodities-type 1
-1111101110 3.20-mark 1
-1111101110 110-yen 1
-1111101110 Roosevelt-Truman-Kennedy-Johnson 1
-1111101110 1.7207-marks 1
-1111101110 lovelier-than-life 1
-1111101110 3,050-yen 1
-1111101110 41.2-hour 1
-1111101110 10-cents-a-pound 1
-1111101110 100,000-odd 1
-1111101110 bio-safety 1
-1111101110 government-formation 1
-1111101110 geared-up 1
-1111101110 less-than-benevolent 1
-1111101110 Don't-Try-This 1
-1111101110 Torahs 1
-1111101110 214th 1
-1111101110 zip-code 1
-1111101110 150-mark 1
-1111101110 145.50-yen 1
-1111101110 1900-point 1
-1111101110 above-permitted 1
-1111101110 146-yen 1
-1111101110 profit-staggering 1
-1111101110 still-enigmatic 1
-1111101110 605-unit 1
-1111101110 one-man-gang 1
-1111101110 27000-point 1
-1111101110 nonregulated-energy 1
-1111101110 parent-guided 1
-1111101110 mid-1800 1
-1111101110 phonewatch 1
-1111101110 EPA-mandated 1
-1111101110 work-dominated 1
-1111101110 Chambonnais 1
-1111101110 taxhikers 1
-1111101110 13-cent-a-pound 1
-1111101110 Buick-Olds 1
-1111101110 already-booming 1
-1111101110 1.8625-mark 1
-1111101110 1.8665-mark 1
-1111101110 13.75-cents 1
-1111101110 9,700-foot 1
-1111101110 133-yen 1
-1111101110 book-breaking 1
-1111101110 1.900-mark 1
-1111101110 1.8900-mark 1
-1111101110 mid-2200 1
-1111101110 blurbee 1
-1111101110 fixed-production 1
-1111101110 poop-out 1
-1111101110 grassroot 1
-1111101110 1.8670-mark 1
-1111101110 10-cent-a-pound 1
-1111101110 military-could 1
-1111101110 lower-spending 1
-1111101110 1.75-1.85 1
-1111101110 educably 1
-1111101110 mid-chest 1
-1111101110 agriculturals 1
-1111101110 world-amid 1
-1111101110 20-cent-a-bushel 1
-1111101110 10000-point 1
-1111101110 1.5-cent-a-pound 1
-1111101110 just-discovered 1
-1111101110 131-yen 1
-1111101110 1.9680-mark 1
-1111101110 decades-low 1
-1111101110 1,000-cases 1
-1111101110 1.8200-mark 1
-1111101110 cash-contributing 1
-1111101110 88,000-person 1
-1111101110 still-smooth 1
-1111101110 pre-1973 1
-1111101110 damage-related 1
-1111101110 incentive-bloated 1
-1111101110 height-finding 1
-1111101110 13.75-cents-a-pound 1
-1111101110 19000-point 2
-1111101110 Bush-Baker 2
-1111101110 81-cent 2
-1111101110 ChristoSoth 2
-1111101110 Senate-authorized 2
-1111101110 capital-gains-cut 2
-1111101110 2,365 2
-1111101110 early-1987 2
-1111101110 freespending 2
-1111101110 23500 2
-1111101110 Graham-and-Dodd 2
-1111101110 wackier 2
-1111101110 charity-ball 2
-1111101110 diatonic 2
-1111101110 2000-point 2
-1111101110 158-yen 2
-1111101110 3.00-mark 2
-1111101110 Ionian 2
-1111101110 slighest 2
-1111101110 de-yuppification 2
-1111101110 45-cent 2
-1111101110 upper-tier 2
-1111101110 then-market 2
-1111101110 sparest 2
-1111101110 pre-buyout 2
-1111101110 bassoons 2
-1111101110 gastronomical 2
-1111101110 Wear-Dated 2
-1111101110 profoundest 2
-1111101110 1.8800-mark 2
-1111101110 seven-cent-a-pound 2
-1111101110 tree-top 2
-1111101110 unlived 2
-1111101110 2360.4 2
-1111101110 2350-point 2
-1111101110 sky's-the-limit 2
-1111101110 once-heretical 2
-1111101110 cuatro 2
-1111101110 contortionist 2
-1111101110 lightning-quick 2
-1111101110 unvarying 2
-1111101110 lake-side 2
-1111101110 34000 2
-1111101110 147-yen 2
-1111101110 saturated-fat 2
-1111101110 single-biggest 2
-1111101110 black-history 2
-1111101110 gender-gap 2
-1111101110 educable 2
-1111101110 curent 2
-1111101110 often-staggering 2
-1111101110 intelligence-sharing 3
-1111101110 seventh-highest 3
-1111101110 fifth-best 3
-1111101110 melodious 3
-1111101110 1969-1970 3
-1111101110 148-yen 3
-1111101110 highest-valued 3
-1111101110 bratty 3
-1111101110 speediest 3
-1111101110 Indo-Pakistan 3
-1111101110 gutsiest 3
-1111101110 Whiteheads 3
-1111101110 cleverest 3
-1111101110 highest-ever 3
-1111101110 pro-spending 3
-1111101110 ham-handed 3
-1111101110 Judaic-Christian 3
-1111101110 rosiest 3
-1111101110 Sary 3
-1111101110 free-and-easy 3
-1111101110 stop-Bork 3
-1111101110 238-mark 3
-1111101110 role-model 3
-1111101110 loftiest 3
-1111101110 Yoshiwara 3
-1111101110 banking-commerce 3
-1111101110 weather-induced 3
-1111101110 70-pence 3
-1111101110 damndest 3
-1111101110 filthiest 3
-1111101110 Ivorian 3
-1111101110 lowest-ever 3
-1111101110 Rubenesque 3
-1111101110 580-unit 3
-1111101110 1800-point 3
-1111101110 28000-level 3
-1111101110 125,306 3
-1111101110 more-optimistic 3
-1111101110 limit-order 3
-1111101110 single-wing 3
-1111101110 lowest-income 3
-1111101110 125.50-yen 3
-1111101110 antiseptically 3
-1111101110 second-smallest 4
-1111101110 barest 4
-1111101110 pocket-veto 4
-1111101110 briefest 4
-1111101110 gentlest 4
-1111101110 starkest 4
-1111101110 edible-oil 4
-1111101110 Mongol 4
-1111101110 126-yen 4
-1111101110 decades-long 4
-1111101110 splashiest 4
-1111101110 Lucchese 4
-1111101110 800-meter 4
-1111101110 noisiest 4
-1111101110 20000-point 4
-1111101110 progam 4
-1111101110 hippest 4
-1111101110 longest-lived 4
-1111101110 best-built 4
-1111101110 late-May 4
-1111101110 thickest 5
-1111101110 steadiest 5
-1111101110 fervid 5
-1111101110 Adagio 5
-1111101110 20,000-point 5
-1111101110 LCG 5
-1111101110 three-mark 5
-1111101110 budget-summit 5
-1111101110 lingua 5
-1111101110 fourth-highest 5
-1111101110 swiftest 6
-1111101110 best-educated 6
-1111101110 fifth-highest 6
-1111101110 friendliest 6
-1111101110 antediluvian 6
-1111101110 bravest 6
-1111101110 soundest 7
-1111101110 dearest 7
-1111101110 grimmest 7
-1111101110 1.90-mark 7
-1111101110 fattest 7
-1111101110 silliest 7
-1111101110 bluntest 7
-1111101110 freest 7
-1111101110 craziest 7
-1111101110 smoothest 7
-1111101110 lowest-paid 8
-1111101110 mildest 8
-1111101110 merest 8
-1111101110 ground-proximity 8
-1111101110 prettiest 8
-1111101110 trickiest 8
-1111101110 thinnest 8
-1111101110 truest 8
-1111101110 severest 9
-1111101110 coldest 9
-1111101110 warmest 9
-1111101110 150-yen 9
-1111101110 second-worst 9
-1111101110 firmest 9
-1111101110 fondest 9
-1111101110 sweetest 10
-1111101110 keenest 10
-1111101110 nastiest 10
-1111101110 heftiest 10
-1111101110 Nerd 10
-1111101110 rarest 10
-1111101110 freshest 11
-1111101110 slimmest 11
-1111101110 dirtiest 11
-1111101110 deadening 11
-1111101110 meanest 11
-1111101110 decibel 12
-1111101110 dullest 12
-1111101110 driest 12
-1111101110 third-best 12
-1111101110 leanest 12
-1111101110 oddest 12
-1111101110 money-raising 13
-1111101110 gravest 13
-1111101110 second-lowest 14
-1111101110 125-yen 14
-1111101110 bloodiest 14
-1111101110 stiffest 14
-1111101110 saddest 14
-1111101110 wisest 16
-1111101110 ugliest 17
-1111101110 fairest 17
-1111101110 bitterest 18
-1111101110 liveliest 18
-1111101110 crowning 19
-1111101110 happiest 20
-1111101110 cleanest 21
-1111101110 tightest 22
-1111101110 strangest 22
-1111101110 third-highest 24
-1111101110 purest 24
-1111101110 riskiest 24
-1111101110 proudest 24
-1111101110 second-best 25
-1111101110 Genovese 26
-1111101110 fewest 26
-1111101110 funniest 27
-1111101110 quietest 27
-1111101110 fullest 28
-1111101110 smartest 29
-1111101110 darkest 29
-1111101110 healthiest 29
-1111101110 surest 30
-1111101110 lightest 31
-1111101110 fiercest 34
-1111101110 wildest 36
-1111101110 boldest 39
-1111101110 utmost 43
-1111101110 narrowest 43
-1111101110 quickest 46
-1111101110 loudest 48
-1111101110 harshest 50
-1111101110 shortest 55
-1111101110 widest 62
-1111101110 steepest 72
-1111101110 simplest 75
-1111101110 second-highest 79
-1111101110 safest 80
-1111101110 clearest 87
-1111101110 deepest 87
-1111101110 easiest 113
-1111101110 brightest 133
-1111101110 broadest 140
-1111101110 heaviest 142
-1111101110 slowest 146
-1111101110 weakest 170
-1111101110 cheapest 184
-1111101110 youngest 190
-1111101110 sharpest 195
-1111101110 toughest 248
-1111101110 longest 258
-1111101110 earliest 259
-1111101110 fastest 360
-1111101110 closest 390
-1111101110 smallest 403
-1111101110 strongest 767
-1111101110 greatest 985
-1111101110 lowest 1706
-1111101110 worst 1822
-1111101110 highest 2834
-1111101110 best 8007
-1111101111 Natal/kwaZulu 1
-1111101111 corkscrew-shaped 1
-1111101111 weaker-dollar 1
-1111101111 adobe-making 1
-1111101111 blue-smoke-and-mirrors 1
-1111101111 hour/of 1
-1111101111 hour/Of 1
-1111101111 own-label 1
-1111101111 earnings-surprise 1
-1111101111 tucked-and-sculpted 1
-1111101111 bumper/ricochet 1
-1111101111 avoid-sequestration 1
-1111101111 hot-cutting 1
-1111101111 bareknuckle 1
-1111101111 mediocrity-is-sufficient 1
-1111101111 LSX3000 1
-1111101111 more-restrained 1
-1111101111 bug's-eye 1
-1111101111 run-of-the-barn 1
-1111101111 Wyeth-Helga 1
-1111101111 Soviet-Mozambican 1
-1111101111 90-acre 1
-1111101111 upsidedown 1
-1111101111 still-unsolved 1
-1111101111 admininstration 1
-1111101111 crocodile-infested 1
-1111101111 credit-granting 1
-1111101111 Ciociaro 1
-1111101111 5890-180E 1
-1111101111 scarcity-of-outlets 1
-1111101111 special-counsel 1
-1111101111 rent-vs.-aid 1
-1111101111 great-man 1
-1111101111 stereotype-ridden 1
-1111101111 muddling-along 1
-1111101111 swing-vote 1
-1111101111 80-a-week 1
-1111101111 159-acre 1
-1111101111 chthonic 1
-1111101111 Flak 1
-1111101111 radio-isotope 1
-1111101111 litmus-paper 1
-1111101111 Dibrell 1
-1111101111 Cards-Twins 1
-1111101111 four-abreast 1
-1111101111 exclsiuon 1
-1111101111 bizzare 1
-1111101111 Inventaire 1
-1111101111 Scandalous 1
-1111101111 Heidrun 1
-1111101111 magneto-caloric 1
-1111101111 political-influence 1
-1111101111 starting-date 1
-1111101111 sand-dune 1
-1111101111 1,400-acre 1
-1111101111 spot-the-OTC-bargain 1
-1111101111 Terans 1
-1111101111 no-free-lunch 1
-1111101111 often-explicit 1
-1111101111 OTR 1
-1111101111 Tabbynacle 1
-1111101111 at-present 1
-1111101111 retail-style 1
-1111101111 Sarkin 1
-1111101111 XT-4 1
-1111101111 8,500-foot 1
-1111101111 charcoal-like 1
-1111101111 thrift-targeted 1
-1111101111 un-canine 1
-1111101111 groundwater-protection 1
-1111101111 living-alone 1
-1111101111 siderographic 1
-1111101111 Fatimid 1
-1111101111 single-team 1
-1111101111 single-vendor 1
-1111101111 250-square-mile 1
-1111101111 blowsy 1
-1111101111 less-is-more-charming 1
-1111101111 150-milligram 1
-1111101111 weakness-into-strength 1
-1111101111 socio-theological 1
-1111101111 Keeni 1
-1111101111 champagne-sipping 1
-1111101111 fuzziest 1
-1111101111 unhealed 1
-1111101111 Rossetti-Miara 1
-1111101111 prickliest 1
-1111101111 155-yard 1
-1111101111 hollow-tie 1
-1111101111 financial-instruments 1
-1111101111 deflation-recession 1
-1111101111 often-uneconomical 1
-1111101111 mine-damaged 1
-1111101111 Vietnam-movie 1
-1111101111 Erechtheum 1
-1111101111 heap-leaching 1
-1111101111 once-glittering 1
-1111101111 now-crowded 1
-1111101111 potassium-based 1
-1111101111 dungeonlike 1
-1111101111 jacking-up 1
-1111101111 left-dominated 1
-1111101111 Hararghe 1
-1111101111 coloring-book 1
-1111101111 mid-to 1
-1111101111 no-sovereign-risk 1
-1111101111 takeover-restructuring 1
-1111101111 spark-plug-shaped 1
-1111101111 join-the-West 1
-1111101111 televised-hearing 1
-1111101111 heat-stricken 1
-1111101111 89-year 1
-1111101111 corporate-acquisitions 1
-1111101111 summit-planning 1
-1111101111 ankle-deep 1
-1111101111 deadest 1
-1111101111 Hogoton 1
-1111101111 dust-jacket 1
-1111101111 renovation-luxury 1
-1111101111 drawing-board 1
-1111101111 85-acre 1
-1111101111 high-amount 1
-1111101111 prior-law 1
-1111101111 tea-sipping 1
-1111101111 Algemeen 1
-1111101111 often-poisonous 1
-1111101111 non-credit-related 1
-1111101111 I/B/ 1
-1111101111 gray-painted 1
-1111101111 fervidly 1
-1111101111 wholesale-banking 1
-1111101111 multiple-stage 1
-1111101111 Tokyo-London 1
-1111101111 early-recession 1
-1111101111 Middle-Atlantic 1
-1111101111 market-growth 1
-1111101111 Robinson-type 1
-1111101111 judge-invented 1
-1111101111 gas-field 1
-1111101111 free-swap 1
-1111101111 light-vehicles 1
-1111101111 2,500-megawatt 1
-1111101111 Westmoreland/Sharon 1
-1111101111 still-real 1
-1111101111 information-seeking 1
-1111101111 revenue-realization 1
-1111101111 hot-lipped 1
-1111101111 170,000-member 1
-1111101111 winemaking 1
-1111101111 single-greatest 1
-1111101111 crispest 1
-1111101111 sale-by-mail 1
-1111101111 Chablis-and-Brie 1
-1111101111 gross-revenue 1
-1111101111 gelling 1
-1111101111 costume-diamond 1
-1111101111 economic-nationalism 1
-1111101111 bullying-and-lobbying 1
-1111101111 unengaging 1
-1111101111 gorgelike 1
-1111101111 formaldehyde-containing 1
-1111101111 resident-theater 1
-1111101111 we-did-wrong 1
-1111101111 death-rattle 1
-1111101111 art-school 1
-1111101111 now-pristine 1
-1111101111 very-correct 1
-1111101111 ball-yard 1
-1111101111 percentage-of-income 1
-1111101111 phosphate-rich 1
-1111101111 racqueteering 1
-1111101111 33,000-acre 1
-1111101111 summum 1
-1111101111 bric-and-wood 1
-1111101111 walnut-tree-lined 1
-1111101111 share-issuing 1
-1111101111 modern-sounding 1
-1111101111 140,000-circulation 1
-1111101111 deckled 1
-1111101111 then-British 1
-1111101111 export-slowing 1
-1111101111 ecclesiastical/theological 1
-1111101111 53,000-megawatt 1
-1111101111 current-law 1
-1111101111 Moche 1
-1111101111 PC-market 1
-1111101111 lowest-priority 1
-1111101111 admonitory 1
-1111101111 nonauctioned 1
-1111101111 extract-of-marvelous-mixtures 1
-1111101111 draft-choice 1
-1111101111 half-moon-shaped 1
-1111101111 vulture-fund 1
-1111101111 rotundal 1
-1111101111 naughtiest 1
-1111101111 tourism-inspired 1
-1111101111 lip-reading 1
-1111101111 Duchampian 1
-1111101111 pre-Stalinist 1
-1111101111 sybol 1
-1111101111 Exche 1
-1111101111 inspira 1
-1111101111 2,600-square-foot 1
-1111101111 steam-making 1
-1111101111 non-PC 1
-1111101111 two-stringed 1
-1111101111 vasty 1
-1111101111 publicity-driven 1
-1111101111 farmer-oriented 1
-1111101111 cash-accounting 1
-1111101111 Scandinavian-controlled 1
-1111101111 11,759 1
-1111101111 longheld 1
-1111101111 antibody-plus-TPA 1
-1111101111 porgram 1
-1111101111 Baixada 1
-1111101111 130,000-case 1
-1111101111 preelection 1
-1111101111 Enteractive 1
-1111101111 long-transplanted 1
-1111101111 Guajira 1
-1111101111 Waverley 1
-1111101111 464-unit 1
-1111101111 oxygenless 1
-1111101111 bonus-based 1
-1111101111 Yacyreta 1
-1111101111 yield-plus-growth 1
-1111101111 seldom-violated 1
-1111101111 precommercial 1
-1111101111 ventilation-system 1
-1111101111 multicourt 1
-1111101111 bridal-suite 1
-1111101111 Sofia-based 1
-1111101111 aluminum-investment 1
-1111101111 security-studies 1
-1111101111 maroon-kerchiefed 1
-1111101111 High-Top 1
-1111101111 time-scarred 1
-1111101111 Aeroform 1
-1111101111 Al-Badr 1
-1111101111 12-horse 1
-1111101111 dog-biscuit 1
-1111101111 car-chasing 1
-1111101111 death-of-the-dollar 1
-1111101111 specialty-retailers 1
-1111101111 Washington-beltway-New 1
-1111101111 Kapali 1
-1111101111 Soviet-planted 1
-1111101111 still-uncounted 1
-1111101111 Regan-Miller 1
-1111101111 biological/medical 1
-1111101111 swingingest 1
-1111101111 political-propaganda 1
-1111101111 rice-farming 1
-1111101111 70,000-bottle 1
-1111101111 25,000-kilowatt 1
-1111101111 Tribe-Lewis-Fascell 1
-1111101111 study-circle 1
-1111101111 Et 1
-1111101111 engineer-exchange 1
-1111101111 93-mile-area 1
-1111101111 Alabama-Auburn 1
-1111101111 Kwa-Zulu-Natal 1
-1111101111 export-and-pay 1
-1111101111 379-mile 1
-1111101111 successful-efforts 1
-1111101111 above-300 1
-1111101111 rubber-chicken 1
-1111101111 SEC-sanctioned 1
-1111101111 25,000-metric 1
-1111101111 soap-bubble 1
-1111101111 Lewis-Davis 1
-1111101111 peopling 1
-1111101111 day-late-and-a-dollar-short 1
-1111101111 ratepaying 1
-1111101111 business-center 1
-1111101111 physician-centered 1
-1111101111 many-sectioned 1
-1111101111 once-in-the-decade 1
-1111101111 most-cynical 1
-1111101111 non-burning 1
-1111101111 target-zones 1
-1111101111 run-for-dollars 1
-1111101111 Socialist-run 1
-1111101111 fan's-eye 1
-1111101111 subtlest 1
-1111101111 sandsage 1
-1111101111 Midway-Sunset 1
-1111101111 much-questioned 1
-1111101111 jazz-tinged 1
-1111101111 harbor-side 1
-1111101111 Tuen 1
-1111101111 stop-inflation 1
-1111101111 Jolliet 1
-1111101111 Itaipu 1
-1111101111 16-year-long 1
-1111101111 fishing-gear 1
-1111101111 next-lower 1
-1111101111 unluckiest 1
-1111101111 party-plan 1
-1111101111 Virazole-against-AIDS 1
-1111101111 market-signals 1
-1111101111 gangster-and-love 1
-1111101111 store-closing 1
-1111101111 early-loss 1
-1111101111 un-Reagan-like 1
-1111101111 entrenched-management 1
-1111101111 Diller-Eisner 1
-1111101111 Gainesburger 1
-1111101111 wackiest 1
-1111101111 stress-relief 1
-1111101111 Rousseauist 1
-1111101111 first-down 1
-1111101111 Mea 1
-1111101111 Carbohydrate 1
-1111101111 anti-liver 1
-1111101111 Saguneay 1
-1111101111 WBC 1
-1111101111 return-to-basics 1
-1111101111 once-gloomy 1
-1111101111 anti-deportation 1
-1111101111 Vung 1
-1111101111 Westish 1
-1111101111 Tswana-speaking 1
-1111101111 nine-time 1
-1111101111 218-volt 1
-1111101111 lease-sale 1
-1111101111 public-participation 1
-1111101111 382-acre 1
-1111101111 see-no-evil 1
-1111101111 underdog-gets-his 1
-1111101111 WILLIAMSTOWN 1
-1111101111 tofu-and-granola 1
-1111101111 electricity-transmission 1
-1111101111 fall-blooming 1
-1111101111 white-marble 1
-1111101111 foreign-lending 1
-1111101111 road-type 1
-1111101111 job-selection 1
-1111101111 advice-business 1
-1111101111 Pachamama 1
-1111101111 high-coordination 1
-1111101111 Reliant-designed 1
-1111101111 face-on 1
-1111101111 nutrition-advertising 1
-1111101111 Wagnerite 1
-1111101111 panther-shaped 1
-1111101111 73-square-mile 1
-1111101111 good-man-is-hard-to-find 1
-1111101111 one-for-all 1
-1111101111 Elliott-wave 1
-1111101111 Playing-Field 1
-1111101111 Haneda-Oki 1
-1111101111 TAT 1
-1111101111 big-boy 1
-1111101111 Agees 1
-1111101111 travel-empire 1
-1111101111 hydraulic-robot 1
-1111101111 knight-errant/Rambo 1
-1111101111 MTV-spawned 1
-1111101111 party-sponsored 1
-1111101111 large-cab 1
-1111101111 loft-theater 1
-1111101111 discouraged-employer 1
-1111101111 discouraged-worker 1
-1111101111 Zaireans 1
-1111101111 jury-selection 1
-1111101111 flight-problems 1
-1111101111 Brix 1
-1111101111 scraggliest 1
-1111101111 Ryukyu 1
-1111101111 corniest 1
-1111101111 Rio-Antirrio 1
-1111101111 ANTA 1
-1111101111 blanket-draped 1
-1111101111 near-simultaneous 1
-1111101111 179-member 1
-1111101111 free-election 1
-1111101111 frost-fighting 1
-1111101111 margarine-making 1
-1111101111 long-deferred 1
-1111101111 heavyweight-championship 1
-1111101111 fanfold 1
-1111101111 South-to-North 1
-1111101111 high-welfare 1
-1111101111 low-welfare 1
-1111101111 doctor-care 1
-1111101111 pine-bur 1
-1111101111 late-Monday 1
-1111101111 Powercize 1
-1111101111 pretty-boy 1
-1111101111 egg-laying 1
-1111101111 midwifing 1
-1111101111 3,400-square-mile 1
-1111101111 Kayu 1
-1111101111 white-tie 1
-1111101111 kibbitzing 1
-1111101111 Albright-Weaver 1
-1111101111 Raphaelesque 1
-1111101111 Ruffed 1
-1111101111 category-killer 1
-1111101111 10th-ranked 1
-1111101111 eureka 1
-1111101111 cable-operating 1
-1111101111 Yanomamo 1
-1111101111 Woodbine 1
-1111101111 funny-shy 1
-1111101111 Salentine 1
-1111101111 Pennsylvania/New 1
-1111101111 KwaZulu-Natal 1
-1111101111 once-reliable 1
-1111101111 polling-booth 1
-1111101111 one-fund 1
-1111101111 goyish 1
-1111101111 fish-tailed 1
-1111101111 groundhog 1
-1111101111 semi-rigid 1
-1111101111 needlepoint 1
-1111101111 gestural 1
-1111101111 care-delivery 1
-1111101111 combined-drug 1
-1111101111 non-subsidy 1
-1111101111 funds-diversion 1
-1111101111 self-editing 1
-1111101111 incentive-distorting 1
-1111101111 bao 1
-1111101111 now-natty 1
-1111101111 Nuwara 1
-1111101111 trendy-cause 1
-1111101111 Mantuan 1
-1111101111 smooth-moving 1
-1111101111 reproachful 1
-1111101111 Ryokujizo 1
-1111101111 6,000-acre 1
-1111101111 telephone-manufacturing 1
-1111101111 goddawg 1
-1111101111 public-trustee 1
-1111101111 emergency-relief 1
-1111101111 bond-heavy 1
-1111101111 anti-personality-cult 1
-1111101111 American-network 1
-1111101111 skylit 1
-1111101111 brand-loyalty 1
-1111101111 bee-feces 1
-1111101111 still-evolving 1
-1111101111 piece-meal 1
-1111101111 national-tax 1
-1111101111 consulting-services 1
-1111101111 Emblem 1
-1111101111 maturity-to-decline 1
-1111101111 indoor-football 1
-1111101111 pre-Mass 1
-1111101111 52-foot-long 1
-1111101111 once-raucous 1
-1111101111 pipe-bomb 1
-1111101111 pedestrian-controlled 1
-1111101111 big-stick 1
-1111101111 Dier 1
-1111101111 Penn-Amtrak 1
-1111101111 30-legged 1
-1111101111 end-of-the-summer 1
-1111101111 commercial-music 1
-1111101111 Turkic-speaking 1
-1111101111 56-year 1
-1111101111 oft-leveled 1
-1111101111 new-school 1
-1111101111 1,215-room 1
-1111101111 official-film 1
-1111101111 creation/evolution 1
-1111101111 cattle-car 1
-1111101111 defense-sensitive 1
-1111101111 347-apartment 1
-1111101111 down-the-chimney 1
-1111101111 policy-development 1
-1111101111 largest-producing 1
-1111101111 shun-the-leper 1
-1111101111 5,000-acre 1
-1111101111 I-want-what-I-want-when-I-want-it 1
-1111101111 fan-blade 1
-1111101111 60-cent-per-gallon 1
-1111101111 232-mile 1
-1111101111 17-horse 1
-1111101111 Melvillean 1
-1111101111 Orphic 1
-1111101111 hieratic 1
-1111101111 wringing-out 1
-1111101111 hair-bow 1
-1111101111 policy-level 1
-1111101111 cost-and-revenue 1
-1111101111 route-transfer 1
-1111101111 ice-geyser 1
-1111101111 archtype 1
-1111101111 anti-four-day-week 1
-1111101111 nondelivery 1
-1111101111 air-base 1
-1111101111 anti-traditional 1
-1111101111 Sirs 1
-1111101111 world-economic 1
-1111101111 therapeutic/confessional 1
-1111101111 often-mysterious 1
-1111101111 once-polluted 1
-1111101111 military-surplus 1
-1111101111 chicken-in-every-pot-and-condom- 1
-1111101111 42-inch 1
-1111101111 apiarian 1
-1111101111 boy-in-the-bubble 1
-1111101111 sports-licensing 1
-1111101111 Hazara 1
-1111101111 troubled-vet 1
-1111101111 straight-and-simple 1
-1111101111 green-walled 1
-1111101111 baser 1
-1111101111 expanded-voter-pool 1
-1111101111 Ndau-Shona 1
-1111101111 pro-moratorium 1
-1111101111 Emilia-Romagna 1
-1111101111 power-grid 1
-1111101111 COO 1
-1111101111 disembarking 1
-1111101111 plaid-shirt-and-gum-boots 1
-1111101111 highest-wattage 1
-1111101111 candy-store 1
-1111101111 continuing-prosperity 1
-1111101111 Ziggy 1
-1111101111 east-south-central 1
-1111101111 525,000-square-foot 1
-1111101111 no-exceptions 1
-1111101111 covered-writing 1
-1111101111 125-mile-long 1
-1111101111 get-out-of-Panama 1
-1111101111 cell-turnover 1
-1111101111 compact/subcompact 1
-1111101111 Turnpike-widening 1
-1111101111 television-marketing 1
-1111101111 flaunt-your-wealth 1
-1111101111 unilateralist 1
-1111101111 personal-relations 1
-1111101111 prehearing 1
-1111101111 kick-now-talk-later 1
-1111101111 capital-dry 1
-1111101111 trash-basket 1
-1111101111 public-performance 1
-1111101111 Zhdanovsky 1
-1111101111 marginal-rate 1
-1111101111 cylical 1
-1111101111 Tyumen 1
-1111101111 knockabout 1
-1111101111 too-ambitious 1
-1111101111 phoniest 1
-1111101111 hot-sauce 1
-1111101111 chain-link-and-wisteria 1
-1111101111 high-grass 1
-1111101111 IBM-Digital-Hewlett- 1
-1111101111 Prentif 1
-1111101111 price-jolting 1
-1111101111 common-position 1
-1111101111 27-square-mile 1
-1111101111 better-than-thou 1
-1111101111 floating-nuke 1
-1111101111 birch-fringed 1
-1111101111 national-origins 1
-1111101111 memory-loss 1
-1111101111 Edwards-Durmedics 1
-1111101111 harass-them-until-they-drop 1
-1111101111 local-money 1
-1111101111 socio-psycho 1
-1111101111 salary-pool 1
-1111101111 163,000-acre 1
-1111101111 variable-fee 1
-1111101111 run-before-you-can-walk 1
-1111101111 Wotan/Wandererlike 1
-1111101111 now-frozen 1
-1111101111 dividend-based 1
-1111101111 Fortrel 1
-1111101111 Minnelusa 1
-1111101111 no-bunkum 1
-1111101111 anti-Kemp 1
-1111101111 man-against-man 1
-1111101111 51-mile 1
-1111101111 sombrero-wearing 1
-1111101111 20th-season 1
-1111101111 use-restriction 1
-1111101111 greed-is-good 1
-1111101111 Stat 1
-1111101111 equal-weighting 1
-1111101111 product-realization 1
-1111101111 much-hated 1
-1111101111 childhood-to-late-middle-age 1
-1111101111 management-systems 1
-1111101111 personal-finances 1
-1111101111 range-payload 1
-1111101111 awkward-speaking 1
-1111101111 Dutch-English 1
-1111101111 Peretzfeld 1
-1111101111 nonstock 1
-1111101111 Gillette-Avon 1
-1111101111 profit-dampening 1
-1111101111 slats-retracted 1
-1111101111 Rhine-Main 1
-1111101111 bigger-sucker 1
-1111101111 wiggier 1
-1111101111 buy-low 1
-1111101111 Fradean 1
-1111101111 Rodessa 1
-1111101111 specifiable 1
-1111101111 fair-use 1
-1111101111 claim-settlement 1
-1111101111 Ariete 1
-1111101111 crap-shoot 1
-1111101111 wine-region 1
-1111101111 yellow-bellied 1
-1111101111 rich-consumption 1
-1111101111 hullish 1
-1111101111 220-seat 1
-1111101111 stadium-wide 1
-1111101111 hammer-on-the-thumb 1
-1111101111 Legend-800 1
-1111101111 Nagorno-Karabak 1
-1111101111 orange-yellow 1
-1111101111 steel-tube 1
-1111101111 fast-court 1
-1111101111 pearl-white 1
-1111101111 buy-market-share 1
-1111101111 program-making 1
-1111101111 post-primary 1
-1111101111 most-arresting 1
-1111101111 fuddled 1
-1111101111 manufacturing-wage 1
-1111101111 Saudi-Nigerian 1
-1111101111 French-produced 1
-1111101111 Fateh 1
-1111101111 dollar-throwing 1
-1111101111 Hollywood-liberal 1
-1111101111 Marxist-liberal 1
-1111101111 Calpine-Stikine 1
-1111101111 CRAF-Cassini 1
-1111101111 bonus/profit-sharing 1
-1111101111 draft-beer 1
-1111101111 fraternity-sorority 1
-1111101111 phone-inquiry 1
-1111101111 Walthari 1
-1111101111 less-than-disastrous 1
-1111101111 700,000-circulation 1
-1111101111 squirrelly 1
-1111101111 Rossinian 1
-1111101111 summary-format 1
-1111101111 Jabotabek 1
-1111101111 refractive 1
-1111101111 right-wing-zealots 1
-1111101111 poverty-creating 1
-1111101111 Cahuilla 1
-1111101111 Cieszyn 1
-1111101111 runty 1
-1111101111 no-heavy-lifting 1
-1111101111 animal-cruelty 1
-1111101111 minority-candidate 1
-1111101111 pre-diet 1
-1111101111 sweet-corn 1
-1111101111 2,000-contract 1
-1111101111 management-theory 1
-1111101111 hypermart 1
-1111101111 share-issuance 1
-1111101111 Saturday-Monday 1
-1111101111 non-vegetable 1
-1111101111 wood-fiber 1
-1111101111 once-prevailing 1
-1111101111 gross-national-product 1
-1111101111 overemphatic 1
-1111101111 donation-annuity 1
-1111101111 thermo-mechanical 1
-1111101111 714-page 1
-1111101111 415-page 1
-1111101111 inner-Detroit 1
-1111101111 infant-industries 1
-1111101111 555-tank 1
-1111101111 Abbott-3M 1
-1111101111 working-girl-gone-bad 1
-1111101111 15,000-strong 1
-1111101111 often-voiced 1
-1111101111 migraine-research 1
-1111101111 162-year 1
-1111101111 botulin 1
-1111101111 income-capitalization 1
-1111101111 pick-your-commission 1
-1111101111 job-killing 1
-1111101111 land-improvement 1
-1111101111 soak-the-utilities 1
-1111101111 I-dare-you-to-read-this 1
-1111101111 ungarnished 1
-1111101111 hostage-concession 1
-1111101111 hoariest 1
-1111101111 45-plus 1
-1111101111 resort-leisure 1
-1111101111 thorn-crusted 1
-1111101111 gasdiffusion 1
-1111101111 sportily 1
-1111101111 monographic 1
-1111101111 trade-stimulating 1
-1111101111 manful 1
-1111101111 frivolous-case 1
-1111101111 uppercrust 1
-1111101111 153-feet-long 1
-1111101111 cathoderay 1
-1111101111 Selmer 1
-1111101111 fee-for-service/insurance 1
-1111101111 heat-trap 1
-1111101111 country-house 1
-1111101111 podfilling 1
-1111101111 farwestern 1
-1111101111 backmost 1
-1111101111 three-meter-high 1
-1111101111 eight-candidate 1
-1111101111 tension-ridden 1
-1111101111 pre-priced 1
-1111101111 Weaver-Dillon 1
-1111101111 election-campaign-style 1
-1111101111 television-broadcasting-equipment 1
-1111101111 Bluto 1
-1111101111 Talleres 1
-1111101111 high-tech-sounding 1
-1111101111 second-hottest 1
-1111101111 12-team 1
-1111101111 extended-play 1
-1111101111 CCD-TR5 1
-1111101111 234-square-mile 1
-1111101111 cockamamie 1
-1111101111 3,000-meter 1
-1111101111 Kumon 1
-1111101111 12,752 1
-1111101111 disposal-fee 1
-1111101111 door/ 1
-1111101111 space-alien 1
-1111101111 now-brittle 1
-1111101111 computer-response 1
-1111101111 conservatizing 1
-1111101111 5,000-store 1
-1111101111 61-acre 1
-1111101111 tax-deduction 1
-1111101111 traffic-ridden 1
-1111101111 Care-Unit 1
-1111101111 snow-blitz 1
-1111101111 repressers 1
-1111101111 asphalt-hard 1
-1111101111 requited 1
-1111101111 mind's-eye 1
-1111101111 Reebok-Avia 1
-1111101111 sun-fearing 1
-1111101111 6,800acre 1
-1111101111 beer-and-brat 1
-1111101111 international-set 1
-1111101111 project-creation 1
-1111101111 hymnlike 1
-1111101111 smokestack-chasing 1
-1111101111 band-wagon 1
-1111101111 10,000-point 1
-1111101111 single-sentence 1
-1111101111 6,000-membership 1
-1111101111 bottom-left 1
-1111101111 top-right 1
-1111101111 drying-conversion 1
-1111101111 nicotine-removal 1
-1111101111 slow-sales 1
-1111101111 un-teamly 1
-1111101111 570,000-acre 1
-1111101111 drouth 1
-1111101111 fourth-fastest 1
-1111101111 lazy-making 1
-1111101111 work-to-play 1
-1111101111 preheating 1
-1111101111 love-and-sex 1
-1111101111 presidential-election-year 1
-1111101111 suds-of-the-future 1
-1111101111 going-home 1
-1111101111 biweekly-mortgage 1
-1111101111 culture-forming 1
-1111101111 health-and-hospitals 1
-1111101111 Mawat 1
-1111101111 chilled-foods 1
-1111101111 Broncos-Browns 1
-1111101111 868-acre 1
-1111101111 780-acre 1
-1111101111 six-buck 1
-1111101111 chicken-farm 1
-1111101111 weaponsbuying 1
-1111101111 stock-table 1
-1111101111 Bundesbank-meeting 1
-1111101111 520,000-square-foot 1
-1111101111 540-acre 1
-1111101111 Aquino-family 1
-1111101111 Kandahar-Kabul 1
-1111101111 lateboom 1
-1111101111 moral-equivalency 1
-1111101111 terror-filled 1
-1111101111 film-and-TV-studio 1
-1111101111 147-acre 1
-1111101111 traffic-free 1
-1111101111 icebreaking 1
-1111101111 forms-development 1
-1111101111 50,000-item 1
-1111101111 failure-to-warn 1
-1111101111 midsized-agency 1
-1111101111 cashless-exercise 1
-1111101111 flat-rate-tax 1
-1111101111 built-for-football 1
-1111101111 Riau 1
-1111101111 Duri 1
-1111101111 faux-Beckett 1
-1111101111 tenants-in-common 1
-1111101111 virus-boosting 1
-1111101111 hard-to-make 1
-1111101111 a-la-carte 1
-1111101111 brusquer 1
-1111101111 ever-cheering 1
-1111101111 ghetto-like 1
-1111101111 Regius 1
-1111101111 Cinderella-like 1
-1111101111 fire-retardent 1
-1111101111 three-inning 1
-1111101111 carro 1
-1111101111 less-lofty 1
-1111101111 non-tumorous 1
-1111101111 ratiocinative 1
-1111101111 C.E.O. 1
-1111101111 winnowing-out 1
-1111101111 disk-in-an-ad 1
-1111101111 Pintupi 1
-1111101111 M/2000 1
-1111101111 water-bearing 1
-1111101111 Southeasterners 1
-1111101111 Shearson-Lehman-Hutton 1
-1111101111 fleshly 1
-1111101111 gut-grinding 1
-1111101111 center-court 2
-1111101111 well-accepted 2
-1111101111 August/September 2
-1111101111 newlywed 2
-1111101111 post-Stalinist 2
-1111101111 license-free 2
-1111101111 greater-fool 2
-1111101111 sleep-out 2
-1111101111 smooth-transition 2
-1111101111 clangorous 2
-1111101111 mucky 2
-1111101111 650-acre 2
-1111101111 well-turned 2
-1111101111 Hasbro-Disney 2
-1111101111 service-intensive 2
-1111101111 public-accommodation 2
-1111101111 fix-it-up 2
-1111101111 25-to-54-year-old 2
-1111101111 Bidlo-Picassos 2
-1111101111 110-mile-long 2
-1111101111 presidential-selection 2
-1111101111 theater-going 2
-1111101111 256-megabit 2
-1111101111 phase-down 2
-1111101111 Western-Pacific 2
-1111101111 presidential-nomination 2
-1111101111 mislocated 2
-1111101111 thinking-machine 2
-1111101111 paper-pushing 2
-1111101111 shareholder-value 2
-1111101111 goddam 2
-1111101111 Ricardian 2
-1111101111 good-product 2
-1111101111 symbo 2
-1111101111 humanitarian-aid 2
-1111101111 madding 2
-1111101111 Saudi-Iran 2
-1111101111 Liuhua 2
-1111101111 corporate-merger 2
-1111101111 fastest-expanding 2
-1111101111 flower-shop 2
-1111101111 815-room 2
-1111101111 best-available 2
-1111101111 sunbaked 2
-1111101111 production-definition 2
-1111101111 criminal-conspiracy 2
-1111101111 unlovely 2
-1111101111 natural-burn 2
-1111101111 three-hour-plus 2
-1111101111 baneful 2
-1111101111 no-work 2
-1111101111 new-stock 2
-1111101111 brute-force 2
-1111101111 1965-1975 2
-1111101111 Sidak-Woodward 2
-1111101111 out-of-the-blue 2
-1111101111 two-vendor 2
-1111101111 threeday 2
-1111101111 synthetic-hair 2
-1111101111 F-Area 2
-1111101111 much-promoted 2
-1111101111 Kissinger-Nixon 2
-1111101111 Dominoes 2
-1111101111 missile-shield 2
-1111101111 nine-foot 2
-1111101111 50-and-over 2
-1111101111 buy-below-book 2
-1111101111 800-seat 2
-1111101111 97-nation 2
-1111101111 Economische 2
-1111101111 under-45 2
-1111101111 Mazda-built 2
-1111101111 moderate-to-conservative 2
-1111101111 one-vendor 2
-1111101111 pre-Lenten 2
-1111101111 egg-and-dart 2
-1111101111 15-to-24-year-old 2
-1111101111 last-act 2
-1111101111 contextual 2
-1111101111 Haltenbanken 2
-1111101111 currency-manipulation 2
-1111101111 fee-cap 2
-1111101111 Labin 2
-1111101111 25-to-34-year-old 2
-1111101111 second-youngest 2
-1111101111 morning-sickness 2
-1111101111 18-to-34 2
-1111101111 Minnesota-sized 2
-1111101111 oft-discussed 2
-1111101111 egomaniacal 2
-1111101111 Wright-Coelho 2
-1111101111 post-Napoleonic 2
-1111101111 Courtelle 2
-1111101111 10-pin 2
-1111101111 Hafenstrasse 2
-1111101111 subjunctive 2
-1111101111 1971-1973 2
-1111101111 extra-constitutional 2
-1111101111 guilt-by-association 2
-1111101111 laziest 2
-1111101111 second-strongest 2
-1111101111 45-to-54-year 2
-1111101111 Rockefeller-Kissinger 2
-1111101111 loan-approval 2
-1111101111 McFarlane-Poindexter 2
-1111101111 three-network 3
-1111101111 two-drug 3
-1111101111 PRK 3
-1111101111 Dhurnal 3
-1111101111 arms-to-Iran 3
-1111101111 best-regarded 3
-1111101111 budget-making 3
-1111101111 6,550-acre 3
-1111101111 loss-indemnity 3
-1111101111 grossest 3
-1111101111 mineralized 3
-1111101111 otic 3
-1111101111 tackiest 3
-1111101111 1980-86 3
-1111101111 all-too-common 3
-1111101111 efficient-markets 3
-1111101111 human-testing 3
-1111101111 48-foot-high 3
-1111101111 1979-1987 3
-1111101111 Tokugawa 3
-1111101111 trial-heat 3
-1111101111 commercial-speech 3
-1111101111 1979-1985 3
-1111101111 heartiest 3
-1111101111 next-best 4
-1111101111 scariest 4
-1111101111 odorant-binding 4
-1111101111 second-fastest-growing 4
-1111101111 nth 4
-1111101111 Demidoff 4
-1111101111 post-Stalin 4
-1111101111 inky 4
-1111101111 kindest 4
-1111101111 baddest 4
-1111101111 gear-box 4
-1111101111 price-war 5
-1111101111 A10 5
-1111101111 Blackfeet 5
-1111101111 trainer-jet 5
-1111101111 Dublin-London 5
-1111101111 foggiest 6
-1111101111 WBA 6
-1111101111 roughest 6
-1111101111 luckiest 7
-1111101111 stupidest 7
-1111101111 July-August 7
-1111101111 humblest 8
-1111101111 densest 8
-1111101111 faintest 9
-1111101111 littlest 9
-1111101111 vaguest 9
-1111101111 weirdest 10
-1111101111 Iran/contra 10
-1111101111 umpteenth 10
-1111101111 above-mentioned 11
-1111101111 sexiest 11
-1111101111 random-walk 11
-1111101111 nicest 18
-1111101111 aforementioned 21
-1111101111 installment-sales 21
-1111101111 completed-contract 26
-1111101111 same 14961
-1111101111 slightest 118
-1111110 slave-holding 1
-1111110 shell-fanciers 1
-1111110 16-to-24 1
-1111110 Wertheimer-Leeper 1
-1111110 Deterred 1
-1111110 little-implemented 1
-1111110 just-wave-at-the-camera 1
-1111110 strike-divided 1
-1111110 dark-browed 1
-1111110 guns-for-no-hostage 1
-1111110 bleary 1
-1111110 shap 1
-1111110 star-bright 1
-1111110 wrinkly 1
-1111110 sperm-banking 1
-1111110 end-of-the 1
-1111110 1,400-vertical-foot 1
-1111110 trust-or 1
-1111110 Bikinis 1
-1111110 glutaraldehyde 1
-1111110 Monday-through-Thursday 1
-1111110 holidaying 1
-1111110 Hawthornian 1
-1111110 Zor 1
-1111110 growth-stimulating 1
-1111110 war-on-drugs 1
-1111110 protectant 1
-1111110 5-to-12 1
-1111110 faux-Victorian 1
-1111110 improvisional 1
-1111110 trans-atlantic 1
-1111110 prosy 1
-1111110 promethazine 1
-1111110 post-greed 1
-1111110 45-to-64 1
-1111110 Ifira 2
-1111110 1981-model 2
-1111110 cash-stuffed 2
-1111110 such-and-such 2
-1111110 this 84158
-1111110 GLAD 4
-11111110 6,480,000 1
-11111110 10,018,000 1
-11111110 just-as-sudden 1
-11111110 castle-theme 1
-11111110 100.60 1
-11111110 97.86 1
-11111110 2.9961 1
-11111110 fair-to-middling 1
-11111110 7,100,000 1
-11111110 1,556.8 1
-11111110 2.0130 1
-11111110 3.2750 1
-11111110 2.0193 1
-11111110 42-23 1
-11111110 1.4953 1
-11111110 22-mark 1
-11111110 15th-16th 1
-11111110 707.80 1
-11111110 724.95 1
-11111110 2.9738 1
-11111110 1.4044 1
-11111110 9,152,150 1
-11111110 non-carbonated 1
-11111110 13,560,000 1
-11111110 76.01 1
-11111110 9,860,000 1
-11111110 11,852,190 1
-11111110 17,450,000 1
-11111110 227.59 1
-11111110 10,490,000 1
-11111110 101.837 1
-11111110 77.62 1
-11111110 7,997,930 1
-11111110 8,480,000 1
-11111110 12,710,000 1
-11111110 79.10 1
-11111110 1751.1 1
-11111110 2.9987 1
-11111110 3.0827 1
-11111110 crash-dazed 1
-11111110 12,590,000 1
-11111110 1.6589 1
-11111110 9,840,000 1
-11111110 14,240,000 1
-11111110 8,567,000 1
-11111110 11,598,000 1
-11111110 13,200,000 1
-11111110 1.5540 1
-11111110 October/early 1
-11111110 702.52 1
-11111110 453,067,175 1
-11111110 164,357,000 1
-11111110 98.49 1
-11111110 12,910,000 1
-11111110 11,990,000 1
-11111110 only-children 1
-11111110 8,501,000 1
-11111110 13,302,000 1
-11111110 8,640,000 1
-11111110 industrynext 1
-11111110 11,659,000 1
-11111110 8,820,860 1
-11111110 8,709,000 1
-11111110 risers 1
-11111110 winter-heating 1
-11111110 copper-delivery 1
-11111110 11,514,000 1
-11111110 12,433,000 1
-11111110 8,513,925 1
-11111110 hard-to-predict 1
-11111110 9,030,000 1
-11111110 176-acre 2
-11111110 fur-buying 2
-11111110 last 57219
-11111110 20-hour 3
-111111110 shareholder-meeting 1
-111111110 62-nd 1
-111111110 21,500-circulation 1
-111111110 revenue-rich 1
-111111110 steamiest 1
-111111110 51-year-history 1
-111111110 1978-87 1
-111111110 Stygian 1
-111111110 subarctic 1
-111111110 less-art-conscious 1
-111111110 muskrat-eating 1
-111111110 17-to-20 1
-111111110 summer-holiday 1
-111111110 tumultous 1
-111111110 re-enlisting 1
-111111110 1992-model 1
-111111110 Christmas-buying 1
-111111110 advertising-poor 1
-111111110 bargain-buying 1
-111111110 1989/90 1
-111111110 pre-Black 1
-111111110 third-strongest 1
-111111110 1990-1991 1
-111111110 mid-17th 1
-111111110 now-reviled 1
-111111110 gangrenous-yellow 1
-111111110 birdieing 1
-111111110 low-consumption 1
-111111110 third-consecutive 1
-111111110 late-18th 1
-111111110 53-week 1
-111111110 summerdriving 1
-111111110 198788 1
-111111110 1991-model 1
-111111110 mid-18th 2
-111111110 second-straight 2
-111111110 avian 2
-111111110 mid-16th 2
-111111110 mid-20th 3
-111111110 post-Black 4
-111111110 Baikonur 4
-111111110 twentieth 5
-111111110 mid-19th 12
-111111110 18th 128
-111111110 21st 152
-111111110 19th 271
-111111110 next 22455
-111111110 20th 288
-111111111 stiff-penalty 1
-111111111 what-did-he-know-and-when 1
-111111111 Hudson. 1
-111111111 113-mile 1
-111111111 PBS-commissioned 1
-111111111 Twins-Cards 1
-111111111 Ameritech-funded 1
-111111111 Goldman-Sachs 1
-111111111 British-links 1
-111111111 Ameritech-underwritten 1
-111111111 AS/EXTM 1
-111111111 24-part 1
-111111111 CFM563 1
-111111111 then-standard 1
-111111111 first-choice 1
-111111111 golden-green 1
-111111111 beatifying 1
-111111111 cane-fiber 1
-111111111 Mobil-funded 1
-111111111 fuel/air 1
-111111111 198182 1
-111111111 dullard 1
-111111111 Arriflex 1
-111111111 209th 1
-111111111 Dead/MATRIX 1
-111111111 now-dominant 1
-111111111 kick-after-touchdown 1
-111111111 bicyle-producing 1
-111111111 ISE-Nikkei 1
-111111111 one-chance-in-a-thousand 1
-111111111 lap-speeds 1
-111111111 five-event 1
-111111111 nine-concert 1
-111111111 Vietnam-nurses 1
-111111111 Herald-Leader 1
-111111111 time-makes 1
-111111111 two-job 1
-111111111 shares-approximately 1
-111111111 Arkansas-born 2
-111111111 sleaziest 2
-111111111 post-Proposition 2
-111111111 0-6 2
-111111111 -300 3
-111111111 mid-90s 3
-111111111 DeskPro 3
-111111111 25-44 4
-111111111 1990-91 4
-111111111 Tupac 5
-111111111 rainiest 5
-111111111 Wheelwriter 7
-111111111 past 16343
-111111111 1988-1989 8
diff --git a/corpora/en/wordnet/AUTHORS b/corpora/en/wordnet/AUTHORS
deleted file mode 100644
index b95a7570d..000000000
--- a/corpora/en/wordnet/AUTHORS
+++ /dev/null
@@ -1,6 +0,0 @@
-Cognitive Science Laboratory
-Princeton University
-
-http://wordnet.princeton.edu
-wordnet@princeton.edu
-
diff --git a/corpora/en/wordnet/COPYING b/corpora/en/wordnet/COPYING
deleted file mode 100644
index a77f7a8f6..000000000
--- a/corpora/en/wordnet/COPYING
+++ /dev/null
@@ -1,31 +0,0 @@
-WordNet Release 3.0
-
-This software and database is being provided to you, the LICENSEE, by
-Princeton University under the following license. By obtaining, using
-and/or copying this software and database, you agree that you have
-read, understood, and will comply with these terms and conditions.:
-
-Permission to use, copy, modify and distribute this software and
-database and its documentation for any purpose and without fee or
-royalty is hereby granted, provided that you agree to comply with
-the following copyright notice and statements, including the disclaimer,
-and that the same appear on ALL copies of the software, database and
-documentation, including modifications that you make for internal
-use or for distribution.
-
-WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
-
-THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
-ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
-OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
-INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
-OTHER RIGHTS.
-
-The name of Princeton University or Princeton may not be used in
-advertising or publicity pertaining to distribution of the software
-and/or database. Title to copyright in this software, database and
-any associated documentation shall at all times remain with
-Princeton University and LICENSEE agrees to preserve same.
diff --git a/corpora/en/wordnet/ChangeLog b/corpora/en/wordnet/ChangeLog
deleted file mode 100644
index 0f6df276d..000000000
--- a/corpora/en/wordnet/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-Changes between WordNet 2.1 and 3.0
-
-Some changes were made to the graphical interface and WordNet library
-with regard to adjective and adverb searches. The adjective search
-"Synonyms/Related Nouns" was relabeled "Synonyms", and, similarly, the
-adverb search "Synonyms/Stem Adjectives" was relabled "Synonyms". A
-separate "Related Noun" search was inserted for adjectives, and a
-separate "Base Adjective" search was added for adverbs.
-
diff --git a/corpora/en/wordnet/INSTALL b/corpora/en/wordnet/INSTALL
deleted file mode 100644
index 902317e9f..000000000
--- a/corpora/en/wordnet/INSTALL
+++ /dev/null
@@ -1,312 +0,0 @@
-
- WordNet 3.0 Installation Instructions
-
-Beginning with Version 2.1, we have changed the Unix package to a GNU
-Autotools package. With Autotools, a system independent installation
-process builds and installs WordNet on your specific platform. Read
-both the `Basic Installation' and `WordNet Installation' sections
-below before attempting to build and install WordNet.
-
-See the `Running WordNet' section for important information concerning
-environment variables and the commands to run WordNet.
-
-The WordNet browser makes use of the open source Tcl and Tk
-packages. Many systems come with either or both pre-installed. If
-your system doesn't (some systems have Tcl installed, but not Tk)
-Tcl/Tk can be downloaded from:
-
-Linux - http://www.tcl.tk/
-
-OS X - http://tcltkaqua.sourceforge.net/ (note that 10.4 comes with
-Tcl/Tk preinstalled, but earlier versions may not)
-
-Some Linux systems come with the Tcl/Tk libraries installed, but not
-all the header files. If your build fails due to missing Tk headers, a
-subset that may be sufficient on your system can be found in the
-"include/tk" directory. Copy the header files to the "include" directory
-and try the make again. If it fails, you should download and install
-a full copy of Tcl and/or Tk from the site above.
-
-Tcl and Tk must be installed BEFORE you build and install WordNet. You
-must also have a C compiler before installing Tcl/Tk or WordNet.
-WordNet has been built and tested with the GNU gcc compiler. This is
-pre-installed on most Unix systems, and can be downloaded from:
-
-http://gcc.gnu.org/
-
-Basic Installation
-==================
-
-********************************************************************
- These are generic installation instructions. Details specific to
- WordNet follow in the `WordNet Installation' section below.
-********************************************************************
-
- The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation. It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions. Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
- It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring. (Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.)
-
-The simplest way to compile this package is:
-
- 1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system. If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
-
- Running `configure' takes awhile. While running, it prints some
- messages telling which features it is checking for.
-
- 2. Type `make' to compile the package.
-
- 3. Type `make install' to install the programs and any data files and
- documentation.
-
- 4. You can remove the program binaries and object files from the
- source code directory by typing `make clean'. To also remove the
- files that `configure' created (so you can compile the package for
- a different kind of computer), type `make distclean'. There is
- also a `make maintainer-clean' target, but that is intended mainly
- for the package's developers. If you use it, you may have to get
- all sorts of other programs in order to regenerate files that came
- with the distribution.
-
-Compilers and Options
-=====================
-
- Some systems require unusual options for compilation or linking that
-the `configure' script does not know about. Run `./configure --help'
-for details on some of the pertinent environment variables.
-
- You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment. Here
-is an example:
-
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
-
- *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-====================================
-
- You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory. To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'. `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script. `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
- If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory. After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
-
-Installation Names
-==================
-
- By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc. You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PATH'.
-
- You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files. If you
-give `configure' the option `--exec-prefix=PATH', the package will use
-PATH as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
-
- In addition, if you use an unusual directory layout you can give
-options like `--bindir=PATH' to specify different values for particular
-kinds of files. Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
- If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
- Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System). The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
- For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
- There may be some features `configure' cannot figure out
-automatically, but needs to determine by the type of machine the package
-will run on. Usually, assuming the package is built to be run on the
-_same_ architectures, `configure' can figure that out, but if it prints
-a message saying it cannot guess the machine type, give it the
-`--build=TYPE' option. TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name which has the form:
-
- CPU-COMPANY-SYSTEM
-
-where SYSTEM can have one of these forms:
-
- OS KERNEL-OS
-
- See the file `config.sub' for the possible values of each field. If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the machine type.
-
- If you are _building_ compiler tools for cross-compiling, you should
-use the `--target=TYPE' option to select the type of system they will
-produce code for.
-
- If you want to _use_ a cross compiler, that generates code for a
-platform different from the build platform, you should specify the
-"host" platform (i.e., that on which the generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
- If you want to set default values for `configure' scripts to share,
-you can create a site shell script called `config.site' that gives
-default values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists. Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Defining Variables
-==================
-
- Variables not defined in a site shell script can be set in the
-environment passed to `configure'. However, some packages may run
-configure again during the build, and the customized values of these
-variables may be lost. In order to avoid this problem, you should set
-them in the `configure' command line, using `VAR=value'. For example:
-
- ./configure CC=/usr/local2/bin/gcc
-
-will cause the specified gcc to be used as the C compiler (unless it is
-overridden in the site shell script).
-
-`configure' Invocation
-======================
-
- `configure' recognizes the following options to control how it
-operates.
-
-`--help'
-`-h'
- Print a summary of the options to `configure', and exit.
-
-`--version'
-`-V'
- Print the version of Autoconf used to generate the `configure'
- script, and exit.
-
-`--cache-file=FILE'
- Enable the cache: use and save the results of the tests in FILE,
- traditionally `config.cache'. FILE defaults to `/dev/null' to
- disable caching.
-
-`--config-cache'
-`-C'
- Alias for `--cache-file=config.cache'.
-
-`--quiet'
-`--silent'
-`-q'
- Do not print messages saying which checks are being made. To
- suppress all normal output, redirect it to `/dev/null' (any error
- messages will still be shown).
-
-`--srcdir=DIR'
- Look for the package's source code in directory DIR. Usually
- `configure' can determine that directory automatically.
-
-`configure' also accepts some other, not widely useful, options. Run
-`configure --help' for more details.
-
-
-WordNet Installation
-====================
-
-By default, WordNet is installed in `/usr/local/WordNet-3.0'. You
-must usually be the `root' user to install something here. If you
-choose to install WordNet in a different location, you must use the
-`--prefix=' option to `configure' and specify an installation
-directory.
-
-WordNet relies on the Tcl/Tk package, which you must have installed on
-your system prior to building the WordNet package. If you have
-installed Tcl/Tk in a non-standard location, you must specify the
-`--with-tcl=' and `--with-tk=' options to `configure' and specify the
-directory that contains the `tclConfig.sh' and `tkConfig.sh'
-configuration scripts, respectively. (Note that these are usually the
-same directories.)
-
-If you're running OS X and installed the Aqua Tcl/Tk package from the
-web site above, use the following settings:
-
- --with-tcl=/Library/Frameworks/Tcl.framework
- --with-tk=/Library/Frameworks/Tk.framework
-
-If `configure' can't find either `tclConfig.sh' or `tkConfig.sh', it
-will print an error and stop processing.
-
-After successfully running `configure', you must then build and
-install WordNet using these commands:
-
-make
-make install
-
-Running WordNet
-===============
-
-In order to run WordNet, you must set your PATH variable to include
-the directory that contains the WordNet binraries. By default, WordNet
-is installed in `/usr/local/WordNet-3.0'.
-
-Several other environment variables may need to be set in order to
-run WordNet on your system:
-
-PATH - should include either `/usr/local/WordNet-3.0/bin' or the path
-you specified with the `--prefix=' option to `configure', unless you
-installed WordNet in a directory that is already in your path.
-
-WNHOME - if you did not install in the default location, you must set
-this environment variable to the value you specified on the `prefix='
-option. This tells the WordNet browser where to find the database files.
-
-LD_LIBRARY_PATH - may need to be set to the location of the Tcl/Tk
-libraries.
-
-TK_LIBRARY - on OS X, may need to be set to the directory that
-contains the `tk.tcl' file (usually a subidrectory of where the Tk
-library is installed).
-
-The command `wnb' starts the WordNet browser application. If any
-of the above variables is not set, or not set properly, an error will
-occur when you run `wnb'.
-
-The command line interface is run with the `wn' command. The `PATH' and
-`WNHOME' environment variables must also be set.
-
diff --git a/corpora/en/wordnet/Makefile.am b/corpora/en/wordnet/Makefile.am
deleted file mode 100644
index 6c1bd555d..000000000
--- a/corpora/en/wordnet/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-EXTRA_DIST = README ChangeLog COPYING INSTALL AUTHORS LICENSE doc dict include
-SUBDIRS = doc dict include lib src
diff --git a/corpora/en/wordnet/Makefile.in b/corpora/en/wordnet/Makefile.in
deleted file mode 100644
index 8eca0b2d0..000000000
--- a/corpora/en/wordnet/Makefile.in
+++ /dev/null
@@ -1,569 +0,0 @@
-# Makefile.in generated by automake 1.9 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
- compile depcomp install-sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
- html-recursive info-recursive install-data-recursive \
- install-exec-recursive install-info-recursive \
- install-recursive installcheck-recursive installdirs-recursive \
- pdf-recursive ps-recursive uninstall-info-recursive \
- uninstall-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
- { test ! -d $(distdir) \
- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
-AMTAR = @AMTAR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
-TCL_LIB_SPEC = @TCL_LIB_SPEC@
-TK_LIBS = @TK_LIBS@
-TK_LIB_SPEC = @TK_LIB_SPEC@
-TK_PREFIX = @TK_PREFIX@
-TK_XINCLUDES = @TK_XINCLUDES@
-VERSION = @VERSION@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
-ac_prefix = @ac_prefix@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-datadir = @datadir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-EXTRA_DIST = README ChangeLog COPYING INSTALL AUTHORS LICENSE doc dict include
-SUBDIRS = doc dict include lib src
-all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-am--refresh:
- @:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
- cd $(srcdir) && $(AUTOMAKE) --gnu \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- echo ' $(SHELL) ./config.status'; \
- $(SHELL) ./config.status;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- $(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-config.h: stamp-h1
- @if test ! -f $@; then \
- rm -f stamp-h1; \
- $(MAKE) stamp-h1; \
- else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
- @rm -f stamp-h1
- cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: $(am__configure_deps)
- cd $(top_srcdir) && $(AUTOHEADER)
- rm -f stamp-h1
- touch $@
-
-distclean-hdr:
- -rm -f config.h stamp-h1
-uninstall-info-am:
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-# (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
- @set fnord $$MAKEFLAGS; amf=$$2; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- dot_seen=yes; \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done; \
- if test "$$dot_seen" = "no"; then \
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; test -z "$$fail"
-
-mostlyclean-recursive clean-recursive distclean-recursive \
-maintainer-clean-recursive:
- @set fnord $$MAKEFLAGS; amf=$$2; \
- dot_seen=no; \
- case "$@" in \
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
- *) list='$(SUBDIRS)' ;; \
- esac; \
- rev=''; for subdir in $$list; do \
- if test "$$subdir" = "."; then :; else \
- rev="$$subdir $$rev"; \
- fi; \
- done; \
- rev="$$rev ."; \
- target=`echo $@ | sed s/-recursive//`; \
- for subdir in $$rev; do \
- echo "Making $$target in $$subdir"; \
- if test "$$subdir" = "."; then \
- local_target="$$target-am"; \
- else \
- local_target="$$target"; \
- fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
- done && test -z "$$fail"
-tags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
- done
-ctags-recursive:
- list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
- done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
- include_option=--etags-include; \
- empty_fix=.; \
- else \
- include_option=--include; \
- empty_fix=; \
- fi; \
- list='$(SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
- fi; \
- done; \
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
- fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
- $(TAGS_FILES) $(LISP)
- tags=; \
- here=`pwd`; \
- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | \
- $(AWK) ' { files[$$0] = 1; } \
- END { for (i in files) print i; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
-
-GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
- $(am__remove_distdir)
- mkdir $(distdir)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
- esac; \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkdir_p) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
- if test -d $$d/$$file; then \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(mkdir_p) "$(distdir)/$$subdir" \
- || exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
- distdir) \
- || exit 1; \
- fi; \
- done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
- ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
- || chmod -R a+r $(distdir)
-dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-dist-bzip2: distdir
- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
- $(am__remove_distdir)
-
-dist-tarZ: distdir
- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
- $(am__remove_distdir)
-
-dist-shar: distdir
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
- $(am__remove_distdir)
-
-dist-zip: distdir
- -rm -f $(distdir).zip
- zip -rq $(distdir).zip $(distdir)
- $(am__remove_distdir)
-
-dist dist-all: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
- $(am__remove_distdir)
-
-# This target untars the dist file and tries a VPATH configuration. Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
- case '$(DIST_ARCHIVES)' in \
- *.tar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
- *.tar.bz2*) \
- bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
- *.tar.Z*) \
- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- *.shar.gz*) \
- GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
- *.zip*) \
- unzip $(distdir).zip ;;\
- esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
- mkdir $(distdir)/_build
- mkdir $(distdir)/_inst
- chmod a-w $(distdir)
- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
- && cd $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
- $(DISTCHECK_CONFIGURE_FLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) \
- && $(MAKE) $(AM_MAKEFLAGS) dvi \
- && $(MAKE) $(AM_MAKEFLAGS) check \
- && $(MAKE) $(AM_MAKEFLAGS) install \
- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
- distuninstallcheck \
- && chmod -R a-w "$$dc_install_base" \
- && ({ \
- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
- } || { rm -rf "$$dc_destdir"; exit 1; }) \
- && rm -rf "$$dc_destdir" \
- && $(MAKE) $(AM_MAKEFLAGS) dist \
- && rm -rf $(DIST_ARCHIVES) \
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
- $(am__remove_distdir)
- @(echo "$(distdir) archives ready for distribution: "; \
- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
- sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
-distuninstallcheck:
- @cd $(distuninstallcheck_dir) \
- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
- || { echo "ERROR: files left after uninstall:" ; \
- if test -n "$(DESTDIR)"; then \
- echo " (check DESTDIR support)"; \
- fi ; \
- $(distuninstallcheck_listfiles) ; \
- exit 1; } >&2
-distcleancheck: distclean
- @if test '$(srcdir)' = . ; then \
- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
- exit 1 ; \
- fi
- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
- || { echo "ERROR: files left in build directory after distclean:" ; \
- $(distcleancheck_listfiles) ; \
- exit 1; } >&2
-check-am: all-am
-check: check-recursive
-all-am: Makefile config.h
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic mostlyclean-am
-
-distclean: distclean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-exec-am:
-
-install-info: install-info-recursive
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -rf $(top_srcdir)/autom4te.cache
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-info-am
-
-uninstall-info: uninstall-info-recursive
-
-.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
- check-am clean clean-generic clean-recursive ctags \
- ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
- dist-tarZ dist-zip distcheck distclean distclean-generic \
- distclean-hdr distclean-recursive distclean-tags \
- distcleancheck distdir distuninstallcheck dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic maintainer-clean-recursive \
- mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
- uninstall-info-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/corpora/en/wordnet/README b/corpora/en/wordnet/README
deleted file mode 100644
index 2d6100c43..000000000
--- a/corpora/en/wordnet/README
+++ /dev/null
@@ -1,101 +0,0 @@
-
- This is the README file for WordNet 3.0
-
-1. About WordNet
-
-WordNet was developed at Princeton University's Cognitive Science
-Laboratory under the direction of George Miller, James S. McDonnell
-Distinguished University Professor of Psychology, Emeritus. Over the
-years many linguists, lexicographers, students, and software engineers
-have contributed to the project.
-
-WordNet is an online lexical reference system. Word forms in WordNet
-are represented in their familiar orthography; word meanings are
-represented by synonym sets (synsets) - lists of synonymous word forms
-that are interchangeable in some context. Two kinds of relations are
-recognized: lexical and semantic. Lexical relations hold between word
-forms; semantic relations hold between word meanings.
-
-To learn more about WordNet, the book "WordNet: An Electronic Lexical
-Database," containing an updated version of "Five Papers on WordNet"
-and additional papers by WordNet users, is available from MIT Press:
-
- http://mitpress.mit.edu/book-home.tcl?isbn=026206197X
-
-2. The WordNet Web Site
-
-We maintain a Web site at:
-
-http://wordnet.princeton.edu
-
-Information about WordNet, access to our online interface, and the
-various WordNet packages that you can download are available from our
-web site. All of the software documentation is available online, as
-well as a FAQ. On this site we also have information about other
-applications that use WordNet. If you have an application that you
-would like included, please send e-mail to the above address.
-
-3. Contacting Us
-
-Ongoing deveopment work and WordNet related projects are done by a
-small group of researchers, lexicographers, and systems programmers.
-Since our resources are VERY limited, we request that you please
-confine correspondence to WordNet topics only. Please check the
-documentation, FAQ, and other resources for the answer to your
-question or problem before contacting us.
-
-If you have trouble installing or downloading WordNet, have a bug to
-report, or any other problem, please refer to the online FAQ file
-first. If you can heal thyself, please do so. The FAQ will be
-updated over time. And if you do find a previously unreported
-problem, please use our Bug Report Form:
-
-http://wordnet.princeton.edu/cgi-bin/bugsubmit.pl
-
-When reporting a problem, please be as specific as possible, stating
-the computer platform you are using, which interface you are using,
-and the exact error. The more details you can provide, the more
-likely it is that you will get an answer.
-
-There is a WordNet user discussion group mailing list that we invite
-our users to join. Users use this list to ask questions of one
-another, announce extensions to WordNet that they've developed, and
-other topics of general usefulness to the user community.
-
-Information on joining the user discussion list, reporting bugs and other
-contact information is in found on our website at:
-
-http://wordnet.princeton.edu/contact
-
-4. Current Release
-
-WordNet Version 3.0 is the latest version available for download. Two
-basic database packages are available - one for Windows and one for
-Unix platforms (including Mac OS X). See the file ChangeLog (Unix) or
-CHANGES.txt (Windows) for a list of changes from previous versions.
-
-WordNet packages can either be downloaded from our web site via:
-
-http://wordnet.princeton.edu/obtain
-
-The Windows package is a self-extracting archive that installs itself
-when you double-click on it.
-
-Beginning with Version 2.1, we changed the Unix package to a GNU Autotools
-package. The WordNet browser makes use of the open source Tcl and Tk
-packages. Many systems come with either or both pre-installed. If
-your system doesn't (some systems have Tcl installed, but not Tk)
-Tcl/Tk can be downloaded from:
-
-http://www.tcl.tk/
-
-Tcl and Tk must be installed BEFORE you compile WordNet. You must also
-have a C compiler before installing Tcl/Tk or WordNet. WordNet has
-been built and tested with the GNU gcc compiler. This is
-pre-installed on most Unix systems, and can be downloaded from:
-
-http://gcc.gnu.org/
-
-See the file INSTALL for detailed WordNet installation instructions.
-
-
diff --git a/corpora/en/wordnet/acinclude.m4 b/corpora/en/wordnet/acinclude.m4
deleted file mode 100644
index d404f4b02..000000000
--- a/corpora/en/wordnet/acinclude.m4
+++ /dev/null
@@ -1,333 +0,0 @@
-#------------------------------------------------------------------------
-# SC_PATH_TCLCONFIG --
-#
-# Locate the tclConfig.sh file and perform a sanity check on
-# the Tcl compile flags
-#
-# Arguments:
-# none
-#
-# Results:
-#
-# Adds the following arguments to configure:
-# --with-tcl=...
-#
-# Defines the following vars:
-# TCL_BIN_DIR Full path to the directory containing
-# the tclConfig.sh file
-#------------------------------------------------------------------------
-
-AC_DEFUN(SC_PATH_TCLCONFIG, [
- #
- # Ok, lets find the tcl configuration
- # First, look for one uninstalled.
- # the alternative search directory is invoked by --with-tcl
- #
-
- if test x"${no_tcl}" = x ; then
- # we reset no_tcl in case something fails here
- no_tcl=true
- AC_ARG_WITH(tcl, [ --with-tcl directory containing tcl configuration (tclConfig.sh)], with_tclconfig=${withval})
- AC_MSG_CHECKING([for Tcl configuration])
- AC_CACHE_VAL(ac_cv_c_tclconfig,[
-
- # First check to see if --with-tcl was specified.
- if test x"${with_tclconfig}" != x ; then
- if test -f "${with_tclconfig}/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
- else
- AC_MSG_ERROR([${with_tclconfig} directory doesn't contain tclConfig.sh])
- fi
- fi
-
- # then check for a private Tcl installation
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in \
- ../tcl \
- `ls -dr ../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../tcl[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../tcl[[8-9]].[[0-9]]* 2>/dev/null` \
- ../../tcl \
- `ls -dr ../../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../../tcl[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../../tcl[[8-9]].[[0-9]]* 2>/dev/null` \
- ../../../tcl \
- `ls -dr ../../../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../../../tcl[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../../../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
- if test -f "$i/unix/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
-
- # check in a few common install locations
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in `ls -d ${libdir} 2>/dev/null` \
- `ls -d /usr/local/lib 2>/dev/null` \
- `ls -d /usr/contrib/lib 2>/dev/null` \
- `ls -d /usr/lib 2>/dev/null` \
- `ls -d /usr/lib64 2>/dev/null` \
- ; do
- if test -f "$i/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i; pwd)`
- break
- fi
- done
- fi
-
- # check in a few other private locations
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in \
- ${srcdir}/../tcl \
- `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
- if test -f "$i/unix/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
- ])
-
- if test x"${ac_cv_c_tclconfig}" = x ; then
- TCL_BIN_DIR="# no Tcl configs found"
- AC_MSG_WARN(Can't find Tcl configuration definitions)
- exit 0
- else
- no_tcl=
- TCL_BIN_DIR=${ac_cv_c_tclconfig}
- AC_MSG_RESULT(found $TCL_BIN_DIR/tclConfig.sh)
- fi
- fi
-])
-
-#------------------------------------------------------------------------
-# SC_PATH_TKCONFIG --
-#
-# Locate the tkConfig.sh file
-#
-# Arguments:
-# none
-#
-# Results:
-#
-# Adds the following arguments to configure:
-# --with-tk=...
-#
-# Defines the following vars:
-# TK_BIN_DIR Full path to the directory containing
-# the tkConfig.sh file
-#------------------------------------------------------------------------
-
-AC_DEFUN(SC_PATH_TKCONFIG, [
- #
- # Ok, lets find the tk configuration
- # First, look for one uninstalled.
- # the alternative search directory is invoked by --with-tk
- #
-
- if test x"${no_tk}" = x ; then
- # we reset no_tk in case something fails here
- no_tk=true
- AC_ARG_WITH(tk, [ --with-tk directory containing tk configuration (tkConfig.sh)], with_tkconfig=${withval})
- AC_MSG_CHECKING([for Tk configuration])
- AC_CACHE_VAL(ac_cv_c_tkconfig,[
-
- # First check to see if --with-tkconfig was specified.
- if test x"${with_tkconfig}" != x ; then
- if test -f "${with_tkconfig}/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
- else
- AC_MSG_ERROR([${with_tkconfig} directory doesn't contain tkConfig.sh])
- fi
- fi
-
- # then check for a private Tk library
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in \
- ../tk \
- `ls -dr ../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../tk[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../tk[[8-9]].[[0-9]]* 2>/dev/null` \
- ../../tk \
- `ls -dr ../../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../../tk[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../../tk[[8-9]].[[0-9]]* 2>/dev/null` \
- ../../../tk \
- `ls -dr ../../../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ../../../tk[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ../../../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
- if test -f "$i/unix/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
- # check in a few common install locations
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in `ls -d ${libdir} 2>/dev/null` \
- `ls -d /usr/local/lib 2>/dev/null` \
- `ls -d /usr/contrib/lib 2>/dev/null` \
- `ls -d /usr/lib 2>/dev/null` \
- `ls -d /usr/lib64 2>/dev/null` \
- ; do
- if test -f "$i/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i; pwd)`
- break
- fi
- done
- fi
- # check in a few other private locations
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in \
- ${srcdir}/../tk \
- `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
- `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
- `ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
- if test -f "$i/unix/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
- ])
- if test x"${ac_cv_c_tkconfig}" = x ; then
- TK_BIN_DIR="# no Tk configs found"
- AC_MSG_WARN(Can't find Tk configuration definitions)
- exit 0
- else
- no_tk=
- TK_BIN_DIR=${ac_cv_c_tkconfig}
- AC_MSG_RESULT(found $TK_BIN_DIR/tkConfig.sh)
- fi
- fi
-
-])
-
-#------------------------------------------------------------------------
-# SC_LOAD_TCLCONFIG --
-#
-# Load the tclConfig.sh file
-#
-# Arguments:
-#
-# Requires the following vars to be set:
-# TCL_BIN_DIR
-#
-# Results:
-#
-# Subst the following vars:
-# TCL_BIN_DIR
-# TCL_SRC_DIR
-# TCL_LIB_FILE
-#
-#------------------------------------------------------------------------
-
-AC_DEFUN(SC_LOAD_TCLCONFIG, [
- AC_MSG_CHECKING([for existence of $TCL_BIN_DIR/tclConfig.sh])
-
- if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
- AC_MSG_RESULT([loading])
- . $TCL_BIN_DIR/tclConfig.sh
- else
- AC_MSG_RESULT([file not found])
- fi
-
- #
- # If the TCL_BIN_DIR is the build directory (not the install directory),
- # then set the common variable name to the value of the build variables.
- # For example, the variable TCL_LIB_SPEC will be set to the value
- # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
- # instead of TCL_BUILD_LIB_SPEC since it will work with both an
- # installed and uninstalled version of Tcl.
- #
-
- if test -f $TCL_BIN_DIR/Makefile ; then
- TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
- TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
- TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
- fi
-
- #
- # eval is required to do the TCL_DBGX substitution
- #
-
- eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
- eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
- eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
- eval "TCL_INCLUDE_SPEC=\"${TCL_INCLUDE_SPEC}\""
-
- eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
- eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
- eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
-
-# AC_SUBST(TCL_VERSION)
-# AC_SUBST(TCL_BIN_DIR)
-# AC_SUBST(TCL_SRC_DIR)
-
-# AC_SUBST(TCL_LIB_FILE)
-# AC_SUBST(TCL_LIB_FLAG)
- AC_SUBST(TCL_LIB_SPEC)
- AC_SUBST(TCL_INCLUDE_SPEC)
-
-# AC_SUBST(TCL_STUB_LIB_FILE)
-# AC_SUBST(TCL_STUB_LIB_FLAG)
-# AC_SUBST(TCL_STUB_LIB_SPEC)
-])
-
-#------------------------------------------------------------------------
-# SC_LOAD_TKCONFIG --
-#
-# Load the tkConfig.sh file
-#
-# Arguments:
-#
-# Requires the following vars to be set:
-# TK_BIN_DIR
-#
-# Results:
-#
-# Sets the following vars that should be in tkConfig.sh:
-# TK_BIN_DIR
-#------------------------------------------------------------------------
-
-AC_DEFUN(SC_LOAD_TKCONFIG, [
- AC_MSG_CHECKING([for existence of $TK_BIN_DIR/tkConfig.sh])
-
- if test -f "$TK_BIN_DIR/tkConfig.sh" ; then
- AC_MSG_RESULT([loading])
- . $TK_BIN_DIR/tkConfig.sh
- else
- AC_MSG_RESULT([could not find $TK_BIN_DIR/tkConfig.sh])
- fi
-
- AC_SUBST(TK_LIB_SPEC)
- AC_SUBST(TK_LIBS)
- AC_SUBST(TK_XINCLUDES)
- AC_SUBST(TK_PREFIX)
-
-# AC_SUBST(TK_VERSION)
-# AC_SUBST(TK_BIN_DIR)
-# AC_SUBST(TK_SRC_DIR)
-# AC_SUBST(TK_LIB_FILE)
-])
-
-dnl From Bruno Haible.
-
-AC_DEFUN([AC_LANGINFO_CODESET],
-[
- AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
- [AC_TRY_LINK([#include ],
- [char* cs = nl_langinfo(CODESET);],
- am_cv_langinfo_codeset=yes,
- am_cv_langinfo_codeset=no)
- ])
- if test $am_cv_langinfo_codeset = yes; then
- AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
- [Define if you have and nl_langinfo(CODESET).])
- fi
-])
-
diff --git a/corpora/en/wordnet/aclocal.m4 b/corpora/en/wordnet/aclocal.m4
deleted file mode 100644
index 94aeed519..000000000
--- a/corpora/en/wordnet/aclocal.m4
+++ /dev/null
@@ -1,1021 +0,0 @@
-# generated automatically by aclocal 1.9 -*- Autoconf -*-
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-# Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-# -*- Autoconf -*-
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
-# Generated from amversion.in; do not edit by hand.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION so it can be traced.
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.9])])
-
-# AM_AUX_DIR_EXPAND
-
-# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
-#
-# Of course, Automake must honor this variable whenever it calls a
-# tool from the auxiliary directory. The problem is that $srcdir (and
-# therefore $ac_aux_dir as well) can be either absolute or relative,
-# depending on how configure is run. This is pretty annoying, since
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
-# source directory, any form will work fine, but in subdirectories a
-# relative path needs to be adjusted first.
-#
-# $ac_aux_dir/missing
-# fails when called from a subdirectory if $ac_aux_dir is relative
-# $top_srcdir/$ac_aux_dir/missing
-# fails if $ac_aux_dir is absolute,
-# fails when called from a subdirectory in a VPATH build with
-# a relative $ac_aux_dir
-#
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
-# are both prefixed by $srcdir. In an in-source build this is usually
-# harmless because $srcdir is `.', but things will broke when you
-# start a VPATH build or use an absolute $srcdir.
-#
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
-# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
-# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
-# and then we would define $MISSING as
-# MISSING="\${SHELL} $am_aux_dir/missing"
-# This will work as long as MISSING is not called from configure, because
-# unfortunately $(top_srcdir) has no meaning in configure.
-# However there are other variables, like CC, which are often used in
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
-#
-# Another solution, used here, is to always expand $ac_aux_dir to an
-# absolute PATH. The drawback is that using absolute paths prevent a
-# configured tree to be moved without reconfiguration.
-
-AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-])
-
-# AM_CONDITIONAL -*- Autoconf -*-
-
-# Copyright (C) 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 6
-
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-# -------------------------------------
-# Define a conditional.
-AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ(2.52)dnl
- ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-AC_SUBST([$1_TRUE])
-AC_SUBST([$1_FALSE])
-if $2; then
- $1_TRUE=
- $1_FALSE='#'
-else
- $1_TRUE='#'
- $1_FALSE=
-fi
-AC_CONFIG_COMMANDS_PRE(
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
- AC_MSG_ERROR([[conditional "$1" was never defined.
-Usually this means the macro was only invoked conditionally.]])
-fi])])
-
-# serial 7 -*- Autoconf -*-
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
-# Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
-# written in clear, in which case automake, when reading aclocal.m4,
-# will think it sees a *use*, and therefore will trigger all it's
-# C support machinery. Also note that it means that autoscan, seeing
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-
-
-
-# _AM_DEPENDENCIES(NAME)
-# ----------------------
-# See how the compiler implements dependency checking.
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
-# We try a few techniques and use that to set a single cache variable.
-#
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
-# dependency, and given that the user is not expected to run this macro,
-# just rely on AC_PROG_CC.
-AC_DEFUN([_AM_DEPENDENCIES],
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
-AC_REQUIRE([AM_DEP_TRACK])dnl
-
-ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
- [$1], CXX, [depcc="$CXX" am_compiler_list=],
- [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
- [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
- [depcc="$$1" am_compiler_list=])
-
-AC_CACHE_CHECK([dependency style of $depcc],
- [am_cv_$1_dependencies_compiler_type],
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
- # We make a subdir and do the tests there. Otherwise we can end up
- # making bogus files that we don't know about and never remove. For
- # instance it was reported that on HP-UX the gcc test will end up
- # making a dummy file named `D' -- because `-MD' means `put the output
- # in D'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_$1_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
- fi
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch sub/conftst$i.h
- done
- echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
- case $depmode in
- nosideeffect)
- # after this tag, mechanisms are not by side-effect, so they'll
- # only be used when explicitly requested
- if test "x$enable_dependency_tracking" = xyes; then
- continue
- else
- break
- fi
- ;;
- none) break ;;
- esac
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this.
- if depmode=$depmode \
- source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_$1_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_$1_dependencies_compiler_type=none
-fi
-])
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
-AM_CONDITIONAL([am__fastdep$1], [
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
-])
-
-
-# AM_SET_DEPDIR
-# -------------
-# Choose a directory name for dependency files.
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
-AC_DEFUN([AM_SET_DEPDIR],
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-
-
-# AM_DEP_TRACK
-# ------------
-AC_DEFUN([AM_DEP_TRACK],
-[AC_ARG_ENABLE(dependency-tracking,
-[ --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors])
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])
-])
-
-# Generate code to set up dependency tracking. -*- Autoconf -*-
-
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
-# Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-#serial 2
-
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
-# ------------------------------
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[for mf in $CONFIG_FILES; do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # So let's grep whole file.
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
- dirpart=`AS_DIRNAME("$mf")`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`AS_DIRNAME(["$file"])`
- AS_MKDIR_P([$dirpart/$fdir])
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
-done
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
-
-
-# AM_OUTPUT_DEPENDENCY_COMMANDS
-# -----------------------------
-# This macro should only be invoked once -- use via AC_REQUIRE.
-#
-# This code is only required when automatic dependency tracking
-# is enabled. FIXME. This creates each `.P' file that we will
-# need in order to bootstrap the dependency handling code.
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
-[AC_CONFIG_COMMANDS([depfiles],
- [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-
-# Do all the work for Automake. -*- Autoconf -*-
-
-# This macro actually does too much some checks are only needed if
-# your package does certain things. But this isn't really a big deal.
-
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
-# Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 11
-
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-# AM_INIT_AUTOMAKE([OPTIONS])
-# -----------------------------------------------
-# The call with PACKAGE and VERSION arguments is the old style
-# call (pre autoconf-2.50), which is being phased out. PACKAGE
-# and VERSION should now be passed to AC_INIT and removed from
-# the call to AM_INIT_AUTOMAKE.
-# We support both call styles for the transition. After
-# the next Automake release, Autoconf can make the AC_INIT
-# arguments mandatory, and then we can depend on a new Autoconf
-# release and drop the old call support.
-AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.58])dnl
-dnl Autoconf wants to disallow AM_ names. We explicitly allow
-dnl the ones we care about.
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-AC_REQUIRE([AC_PROG_INSTALL])dnl
-# test to see if srcdir already configured
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
- test -f $srcdir/config.status; then
- AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
- if (cygpath --version) >/dev/null 2>/dev/null; then
- CYGPATH_W='cygpath -w'
- else
- CYGPATH_W=echo
- fi
-fi
-AC_SUBST([CYGPATH_W])
-
-# Define the identity of the package.
-dnl Distinguish between old-style and new-style calls.
-m4_ifval([$2],
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
- AC_SUBST([PACKAGE], [$1])dnl
- AC_SUBST([VERSION], [$2])],
-[_AM_SET_OPTIONS([$1])dnl
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
-
-_AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
-
-# Some tools Automake needs.
-AC_REQUIRE([AM_SANITY_CHECK])dnl
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
-AM_MISSING_PROG(AUTOCONF, autoconf)
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
-AM_MISSING_PROG(AUTOHEADER, autoheader)
-AM_MISSING_PROG(MAKEINFO, makeinfo)
-AM_PROG_INSTALL_SH
-AM_PROG_INSTALL_STRIP
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
- [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
- [_AM_PROG_TAR([v7])])])
-_AM_IF_OPTION([no-dependencies],,
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
- [_AM_DEPENDENCIES(CC)],
- [define([AC_PROG_CC],
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
- [_AM_DEPENDENCIES(CXX)],
- [define([AC_PROG_CXX],
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-])
-])
-
-
-# When config.status generates a header, we must update the stamp-h file.
-# This file resides in the same directory as the config header
-# that is generated. The stamp files are numbered to have different names.
-
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-# loop where config.status creates the headers, so we can generate
-# our stamp files there.
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-[# Compute $1's index in $config_headers.
-_am_stamp_count=1
-for _am_header in $config_headers :; do
- case $_am_header in
- $1 | $1:* )
- break ;;
- * )
- _am_stamp_count=`expr $_am_stamp_count + 1` ;;
- esac
-done
-echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-
-# AM_PROG_INSTALL_SH
-# ------------------
-# Define $install_sh.
-
-# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-AC_DEFUN([AM_PROG_INSTALL_SH],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
-AC_SUBST(install_sh)])
-
-# -*- Autoconf -*-
-# Copyright (C) 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 1
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot. For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
-# Check to see how 'make' treats includes. -*- Autoconf -*-
-
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 2
-
-# AM_MAKE_INCLUDE()
-# -----------------
-# Check to see how make treats includes.
-AC_DEFUN([AM_MAKE_INCLUDE],
-[am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo done
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# We grep out `Entering directory' and `Leaving directory'
-# messages which can occur if `w' ends up in MAKEFLAGS.
-# In particular we don't look at `^make:' because GNU make might
-# be invoked under some other name (usually "gmake"), in which
-# case it prints its new name instead of `make'.
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
- am__include=include
- am__quote=
- _am_result=GNU
-fi
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
- am__include=.include
- am__quote="\""
- _am_result=BSD
- fi
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-
-# -*- Autoconf -*-
-
-
-# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 3
-
-# AM_MISSING_PROG(NAME, PROGRAM)
-# ------------------------------
-AC_DEFUN([AM_MISSING_PROG],
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-
-
-# AM_MISSING_HAS_RUN
-# ------------------
-# Define MISSING if not defined so far and test if it supports --run.
-# If it does, set am_missing_run to use it, otherwise, to nothing.
-AC_DEFUN([AM_MISSING_HAS_RUN],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-# Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- AC_MSG_WARN([`missing' script is too old or missing])
-fi
-])
-
-# AM_PROG_MKDIR_P
-# ---------------
-# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
-
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
-# created by `make install' are always world readable, even if the
-# installer happens to have an overly restrictive umask (e.g. 077).
-# This was a mistake. There are at least two reasons why we must not
-# use `-m 0755':
-# - it causes special bits like SGID to be ignored,
-# - it may be too restrictive (some setups expect 775 directories).
-#
-# Do not use -m 0755 and let people choose whatever they expect by
-# setting umask.
-#
-# We cannot accept any implementation of `mkdir' that recognizes `-p'.
-# Some implementations (such as Solaris 8's) are not thread-safe: if a
-# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
-# concurrently, both version can detect that a/ is missing, but only
-# one can create it and the other will error out. Consequently we
-# restrict ourselves to GNU make (using the --version option ensures
-# this.)
-AC_DEFUN([AM_PROG_MKDIR_P],
-[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
- # We used to keeping the `.' as first argument, in order to
- # allow $(mkdir_p) to be used without argument. As in
- # $(mkdir_p) $(somedir)
- # where $(somedir) is conditionally defined. However this is wrong
- # for two reasons:
- # 1. if the package is installed by a user who cannot write `.'
- # make install will fail,
- # 2. the above comment should most certainly read
- # $(mkdir_p) $(DESTDIR)$(somedir)
- # so it does not work when $(somedir) is undefined and
- # $(DESTDIR) is not.
- # To support the latter case, we have to write
- # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
- # so the `.' trick is pointless.
- mkdir_p='mkdir -p --'
-else
- # On NextStep and OpenStep, the `mkdir' command does not
- # recognize any option. It will interpret all options as
- # directories to create, and then abort because `.' already
- # exists.
- for d in ./-p ./--version;
- do
- test -d $d && rmdir $d
- done
- # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
- if test -f "$ac_aux_dir/mkinstalldirs"; then
- mkdir_p='$(mkinstalldirs)'
- else
- mkdir_p='$(install_sh) -d'
- fi
-fi
-AC_SUBST([mkdir_p])])
-
-# Helper functions for option handling. -*- Autoconf -*-
-
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 2
-
-# _AM_MANGLE_OPTION(NAME)
-# -----------------------
-AC_DEFUN([_AM_MANGLE_OPTION],
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-
-# _AM_SET_OPTION(NAME)
-# ------------------------------
-# Set option NAME. Presently that only means defining a flag for this option.
-AC_DEFUN([_AM_SET_OPTION],
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-
-# _AM_SET_OPTIONS(OPTIONS)
-# ----------------------------------
-# OPTIONS is a space-separated list of Automake options.
-AC_DEFUN([_AM_SET_OPTIONS],
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
-# -------------------------------------------
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-AC_DEFUN([_AM_IF_OPTION],
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-
-#
-# Check to make sure that the build environment is sane.
-#
-
-# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 3
-
-# AM_SANITY_CHECK
-# ---------------
-AC_DEFUN([AM_SANITY_CHECK],
-[AC_MSG_CHECKING([whether build environment is sane])
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# Do `set' in a subshell so we don't clobber the current shell's
-# arguments. Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
- if test "$[*]" = "X"; then
- # -L didn't work.
- set X `ls -t $srcdir/configure conftest.file`
- fi
- rm -f conftest.file
- if test "$[*]" != "X $srcdir/configure conftest.file" \
- && test "$[*]" != "X conftest.file $srcdir/configure"; then
-
- # If neither matched, then we have a broken ls. This can happen
- # if, for instance, CONFIG_SHELL is bash and it inherits a
- # broken ls alias from the environment. This has actually
- # happened. Such a system could not be considered "sane".
- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
-alias in your environment])
- fi
-
- test "$[2]" = conftest.file
- )
-then
- # Ok.
- :
-else
- AC_MSG_ERROR([newly created file is older than distributed files!
-Check your system clock])
-fi
-AC_MSG_RESULT(yes)])
-
-# AM_PROG_INSTALL_STRIP
-
-# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# One issue with vendor `install' (even GNU) is that you can't
-# specify the program used to strip binaries. This is especially
-# annoying in cross-compiling environments, where the build's strip
-# is unlikely to handle the host's binaries.
-# Fortunately install-sh will honor a STRIPPROG variable, so we
-# always use install-sh in `make install-strip', and initialize
-# STRIPPROG with the value of the STRIP variable (set by the user).
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'. However `strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
-if test "$cross_compiling" != no; then
- AC_CHECK_TOOL([STRIP], [strip], :)
-fi
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
-
-# Check how to create a tarball. -*- Autoconf -*-
-
-# Copyright (C) 2004 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# serial 1
-
-
-# _AM_PROG_TAR(FORMAT)
-# --------------------
-# Check how to create a tarball in format FORMAT.
-# FORMAT should be one of `v7', `ustar', or `pax'.
-#
-# Substitute a variable $(am__tar) that is a command
-# writing to stdout a FORMAT-tarball containing the directory
-# $tardir.
-# tardir=directory && $(am__tar) > result.tar
-#
-# Substitute a variable $(am__untar) that extract such
-# a tarball read from stdin.
-# $(am__untar) < result.tar
-AC_DEFUN([_AM_PROG_TAR],
-[# Always define AMTAR for backward compatibility.
-AM_MISSING_PROG([AMTAR], [tar])
-m4_if([$1], [v7],
- [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
- [m4_case([$1], [ustar],, [pax],,
- [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of `-'.
-for _am_tool in $_am_tools
-do
- case $_am_tool in
- gnutar)
- for _am_tar in tar gnutar gtar;
- do
- AM_RUN_LOG([$_am_tar --version]) && break
- done
- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
- am__untar="$_am_tar -xf -"
- ;;
- plaintar)
- # Must skip GNU tar: if it does not support --format= it doesn't create
- # ustar tarball either.
- (tar --version) >/dev/null 2>&1 && continue
- am__tar='tar chf - "$$tardir"'
- am__tar_='tar chf - "$tardir"'
- am__untar='tar xf -'
- ;;
- pax)
- am__tar='pax -L -x $1 -w "$$tardir"'
- am__tar_='pax -L -x $1 -w "$tardir"'
- am__untar='pax -r'
- ;;
- cpio)
- am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
- am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
- am__untar='cpio -i -H $1 -d'
- ;;
- none)
- am__tar=false
- am__tar_=false
- am__untar=false
- ;;
- esac
-
- # If the value was cached, stop now. We just wanted to have am__tar
- # and am__untar set.
- test -n "${am_cv_prog_tar_$1}" && break
-
- # tar/untar a dummy directory, and stop if the command works
- rm -rf conftest.dir
- mkdir conftest.dir
- echo GrepMe > conftest.dir/file
- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
- rm -rf conftest.dir
- if test -s conftest.tar; then
- AM_RUN_LOG([$am__untar /dev/null 2>&1 && break
- fi
-done
-rm -rf conftest.dir
-
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
-AC_SUBST([am__tar])
-AC_SUBST([am__untar])
-]) # _AM_PROG_TAR
-
-m4_include([acinclude.m4])
diff --git a/corpora/en/wordnet/compile b/corpora/en/wordnet/compile
deleted file mode 100755
index a81e000ae..000000000
--- a/corpora/en/wordnet/compile
+++ /dev/null
@@ -1,136 +0,0 @@
-#! /bin/sh
-# Wrapper for compilers which do not understand `-c -o'.
-
-scriptversion=2003-11-09.00
-
-# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
-# Written by Tom Tromey .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This file is maintained in Automake, please report
-# bugs to or send patches to
-# .
-
-case $1 in
- '')
- echo "$0: No command. Try \`$0 --help' for more information." 1>&2
- exit 1;
- ;;
- -h | --h*)
- cat <<\EOF
-Usage: compile [--help] [--version] PROGRAM [ARGS]
-
-Wrapper for compilers which do not understand `-c -o'.
-Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
-arguments, and rename the output as expected.
-
-If you are trying to build a whole package this is not the
-right script to run: please start by reading the file `INSTALL'.
-
-Report bugs to .
-EOF
- exit 0
- ;;
- -v | --v*)
- echo "compile $scriptversion"
- exit 0
- ;;
-esac
-
-
-prog=$1
-shift
-
-ofile=
-cfile=
-args=
-while test $# -gt 0; do
- case "$1" in
- -o)
- # configure might choose to run compile as `compile cc -o foo foo.c'.
- # So we do something ugly here.
- ofile=$2
- shift
- case "$ofile" in
- *.o | *.obj)
- ;;
- *)
- args="$args -o $ofile"
- ofile=
- ;;
- esac
- ;;
- *.c)
- cfile=$1
- args="$args $1"
- ;;
- *)
- args="$args $1"
- ;;
- esac
- shift
-done
-
-if test -z "$ofile" || test -z "$cfile"; then
- # If no `-o' option was seen then we might have been invoked from a
- # pattern rule where we don't need one. That is ok -- this is a
- # normal compilation that the losing compiler can handle. If no
- # `.c' file was seen then we are probably linking. That is also
- # ok.
- exec "$prog" $args
-fi
-
-# Name of file we expect compiler to create.
-cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
-
-# Create the lock directory.
-# Note: use `[/.-]' here to ensure that we don't use the same name
-# that we are using for the .o file. Also, base the name on the expected
-# object file name, since that is what matters with a parallel build.
-lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
-while true; do
- if mkdir $lockdir > /dev/null 2>&1; then
- break
- fi
- sleep 1
-done
-# FIXME: race condition here if user kills between mkdir and trap.
-trap "rmdir $lockdir; exit 1" 1 2 15
-
-# Run the compile.
-"$prog" $args
-status=$?
-
-if test -f "$cofile"; then
- mv "$cofile" "$ofile"
-fi
-
-rmdir $lockdir
-exit $status
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
-# End:
diff --git a/corpora/en/wordnet/config.h.in b/corpora/en/wordnet/config.h.in
deleted file mode 100644
index 94a49b402..000000000
--- a/corpora/en/wordnet/config.h.in
+++ /dev/null
@@ -1,86 +0,0 @@
-/* config.h.in. Generated from configure.ac by autoheader. */
-
-/* Default installation prefix. */
-#undef DEFAULTPATH
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have and nl_langinfo(CODESET). */
-#undef HAVE_LANGINFO_CODESET
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_LOCALE_H
-
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
-#undef HAVE_MALLOC
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_MALLOC_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the `strchr' function. */
-#undef HAVE_STRCHR
-
-/* Define to 1 if you have the `strdup' function. */
-#undef HAVE_STRDUP
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the `strrchr' function. */
-#undef HAVE_STRRCHR
-
-/* Define to 1 if you have the `strstr' function. */
-#undef HAVE_STRSTR
-
-/* Define to 1 if you have the `strtol' function. */
-#undef HAVE_STRTOL
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the header file. */
-#undef HAVE_UNISTD_H
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
diff --git a/corpora/en/wordnet/configure b/corpora/en/wordnet/configure
deleted file mode 100755
index dc237a4bd..000000000
--- a/corpora/en/wordnet/configure
+++ /dev/null
@@ -1,5755 +0,0 @@
-#! /bin/sh
-# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for WordNet 3.0.
-#
-# Report bugs to .
-#
-# Copyright (C) 2003 Free Software Foundation, Inc.
-# This configure script is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-## --------------------- ##
-## M4sh Initialization. ##
-## --------------------- ##
-
-# Be Bourne compatible
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
- set -o posix
-fi
-DUALCASE=1; export DUALCASE # for MKS sh
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
- as_unset=unset
-else
- as_unset=false
-fi
-
-
-# Work around bugs in pre-3.0 UWIN ksh.
-$as_unset ENV MAIL MAILPATH
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-for as_var in \
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
- LC_TELEPHONE LC_TIME
-do
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
- eval $as_var=C; export $as_var
- else
- $as_unset $as_var
- fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
- as_basename=basename
-else
- as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)$' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X/"$0" |
- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
- /^X\/\(\/\/\)$/{ s//\1/; q; }
- /^X\/\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
-
-
-# PATH needs CR, and LINENO needs CR and PATH.
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conf$$.sh
-fi
-
-
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" || {
- # Find who we are. Look in the path if we contain no path at all
- # relative or not.
- case $0 in
- *[\\/]* ) as_myself=$0 ;;
- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-
- ;;
- esac
- # We did not find ourselves, most probably we were run as `sh COMMAND'
- # in which case we are not to be found in the path.
- if test "x$as_myself" = x; then
- as_myself=$0
- fi
- if test ! -f "$as_myself"; then
- { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
- { (exit 1); exit 1; }; }
- fi
- case $CONFIG_SHELL in
- '')
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for as_base in sh bash ksh sh5; do
- case $as_dir in
- /*)
- if ("$as_dir/$as_base" -c '
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
- CONFIG_SHELL=$as_dir/$as_base
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$0" ${1+"$@"}
- fi;;
- esac
- done
-done
-;;
- esac
-
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line before each line; the second 'sed' does the real
- # work. The second script uses 'N' to pair each line-number line
- # with the numbered line, and appends trailing '-' during
- # substitution so that $LINENO is not a special case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
- sed '=' <$as_myself |
- sed '
- N
- s,$,-,
- : loop
- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
- t loop
- s,-$,,
- s,^['$as_cr_digits']*\n,,
- ' >$as_me.lineno &&
- chmod +x $as_me.lineno ||
- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
- { (exit 1); exit 1; }; }
-
- # Don't try to exec as it changes $[0], causing all sort of problems
- # (the dirname of $[0] is not the place where we might find the
- # original and so on. Autoconf is especially sensible to this).
- . ./$as_me.lineno
- # Exit status is that of the last command.
- exit
-}
-
-
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
- *c*,-n*) ECHO_N= ECHO_C='
-' ECHO_T=' ' ;;
- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
- *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
-esac
-
-if expr a : '\(a\)' >/dev/null 2>&1; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conf$$.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
-elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.file
-
-if mkdir -p . 2>/dev/null; then
- as_mkdir_p=:
-else
- test -d ./-p && rmdir ./-p
- as_mkdir_p=false
-fi
-
-as_executable_p="test -f"
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.
-as_nl='
-'
-IFS=" $as_nl"
-
-# CDPATH.
-$as_unset CDPATH
-
-
-# Name of the host.
-# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-exec 6>&1
-
-#
-# Initializations.
-#
-ac_default_prefix=/usr/local
-ac_config_libobj_dir=.
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-
-# Maximum number of lines to put in a shell here document.
-# This variable seems obsolete. It should probably be removed, and
-# only ac_max_sed_lines should be used.
-: ${ac_max_here_lines=38}
-
-# Identity of this package.
-PACKAGE_NAME='WordNet'
-PACKAGE_TARNAME='wordnet'
-PACKAGE_VERSION='3.0'
-PACKAGE_STRING='WordNet 3.0'
-PACKAGE_BUGREPORT='wordnet@princeton.edu'
-
-ac_unique_file="config.h.in"
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include
-#if HAVE_SYS_TYPES_H
-# include
-#endif
-#if HAVE_SYS_STAT_H
-# include
-#endif
-#if STDC_HEADERS
-# include
-# include
-#else
-# if HAVE_STDLIB_H
-# include
-# endif
-#endif
-#if HAVE_STRING_H
-# if !STDC_HEADERS && HAVE_MEMORY_H
-# include
-# endif
-# include
-#endif
-#if HAVE_STRINGS_H
-# include
-#endif
-#if HAVE_INTTYPES_H
-# include
-#else
-# if HAVE_STDINT_H
-# include
-# endif
-#endif
-#if HAVE_UNISTD_H
-# include
-#endif"
-
-ac_default_prefix=/usr/local/WordNet-3.0
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CPP EGREP LIBOBJS CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE TCL_LIB_SPEC TCL_INCLUDE_SPEC TK_LIB_SPEC TK_LIBS TK_XINCLUDES TK_PREFIX ac_prefix LTLIBOBJS'
-ac_subst_files=''
-
-# Initialize some variables set by options.
-ac_init_help=
-ac_init_version=false
-# The variables have the same names as the options, with
-# dashes changed to underlines.
-cache_file=/dev/null
-exec_prefix=NONE
-no_create=
-no_recursion=
-prefix=NONE
-program_prefix=NONE
-program_suffix=NONE
-program_transform_name=s,x,x,
-silent=
-site=
-srcdir=
-verbose=
-x_includes=NONE
-x_libraries=NONE
-
-# Installation directory options.
-# These are left unexpanded so users can "make install exec_prefix=/foo"
-# and all the variables that are supposed to be based on exec_prefix
-# by default will actually change.
-# Use braces instead of parens because sh, perl, etc. also accept them.
-bindir='${exec_prefix}/bin'
-sbindir='${exec_prefix}/sbin'
-libexecdir='${exec_prefix}/libexec'
-datadir='${prefix}/share'
-sysconfdir='${prefix}/etc'
-sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
-libdir='${exec_prefix}/lib'
-includedir='${prefix}/include'
-oldincludedir='/usr/include'
-infodir='${prefix}/info'
-mandir='${prefix}/man'
-
-ac_prev=
-for ac_option
-do
- # If the previous option needs an argument, assign it.
- if test -n "$ac_prev"; then
- eval "$ac_prev=\$ac_option"
- ac_prev=
- continue
- fi
-
- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
-
- # Accept the important Cygnus configure options, so we can diagnose typos.
-
- case $ac_option in
-
- -bindir | --bindir | --bindi | --bind | --bin | --bi)
- ac_prev=bindir ;;
- -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
- bindir=$ac_optarg ;;
-
- -build | --build | --buil | --bui | --bu)
- ac_prev=build_alias ;;
- -build=* | --build=* | --buil=* | --bui=* | --bu=*)
- build_alias=$ac_optarg ;;
-
- -cache-file | --cache-file | --cache-fil | --cache-fi \
- | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
- ac_prev=cache_file ;;
- -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
- | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
- cache_file=$ac_optarg ;;
-
- --config-cache | -C)
- cache_file=config.cache ;;
-
- -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
- ac_prev=datadir ;;
- -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
- | --da=*)
- datadir=$ac_optarg ;;
-
- -disable-* | --disable-*)
- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
- # Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2
- { (exit 1); exit 1; }; }
- ac_feature=`echo $ac_feature | sed 's/-/_/g'`
- eval "enable_$ac_feature=no" ;;
-
- -enable-* | --enable-*)
- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
- # Reject names that are not valid shell variable names.
- expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid feature name: $ac_feature" >&2
- { (exit 1); exit 1; }; }
- ac_feature=`echo $ac_feature | sed 's/-/_/g'`
- case $ac_option in
- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
- *) ac_optarg=yes ;;
- esac
- eval "enable_$ac_feature='$ac_optarg'" ;;
-
- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
- | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
- | --exec | --exe | --ex)
- ac_prev=exec_prefix ;;
- -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
- | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
- | --exec=* | --exe=* | --ex=*)
- exec_prefix=$ac_optarg ;;
-
- -gas | --gas | --ga | --g)
- # Obsolete; use --with-gas.
- with_gas=yes ;;
-
- -help | --help | --hel | --he | -h)
- ac_init_help=long ;;
- -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
- ac_init_help=recursive ;;
- -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
- ac_init_help=short ;;
-
- -host | --host | --hos | --ho)
- ac_prev=host_alias ;;
- -host=* | --host=* | --hos=* | --ho=*)
- host_alias=$ac_optarg ;;
-
- -includedir | --includedir | --includedi | --included | --include \
- | --includ | --inclu | --incl | --inc)
- ac_prev=includedir ;;
- -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
- | --includ=* | --inclu=* | --incl=* | --inc=*)
- includedir=$ac_optarg ;;
-
- -infodir | --infodir | --infodi | --infod | --info | --inf)
- ac_prev=infodir ;;
- -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
- infodir=$ac_optarg ;;
-
- -libdir | --libdir | --libdi | --libd)
- ac_prev=libdir ;;
- -libdir=* | --libdir=* | --libdi=* | --libd=*)
- libdir=$ac_optarg ;;
-
- -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
- | --libexe | --libex | --libe)
- ac_prev=libexecdir ;;
- -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
- | --libexe=* | --libex=* | --libe=*)
- libexecdir=$ac_optarg ;;
-
- -localstatedir | --localstatedir | --localstatedi | --localstated \
- | --localstate | --localstat | --localsta | --localst \
- | --locals | --local | --loca | --loc | --lo)
- ac_prev=localstatedir ;;
- -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
- | --localstate=* | --localstat=* | --localsta=* | --localst=* \
- | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
- localstatedir=$ac_optarg ;;
-
- -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
- ac_prev=mandir ;;
- -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
- mandir=$ac_optarg ;;
-
- -nfp | --nfp | --nf)
- # Obsolete; use --without-fp.
- with_fp=no ;;
-
- -no-create | --no-create | --no-creat | --no-crea | --no-cre \
- | --no-cr | --no-c | -n)
- no_create=yes ;;
-
- -no-recursion | --no-recursion | --no-recursio | --no-recursi \
- | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
- no_recursion=yes ;;
-
- -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
- | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
- | --oldin | --oldi | --old | --ol | --o)
- ac_prev=oldincludedir ;;
- -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
- | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
- | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
- oldincludedir=$ac_optarg ;;
-
- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
- ac_prev=prefix ;;
- -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
- prefix=$ac_optarg ;;
-
- -program-prefix | --program-prefix | --program-prefi | --program-pref \
- | --program-pre | --program-pr | --program-p)
- ac_prev=program_prefix ;;
- -program-prefix=* | --program-prefix=* | --program-prefi=* \
- | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
- program_prefix=$ac_optarg ;;
-
- -program-suffix | --program-suffix | --program-suffi | --program-suff \
- | --program-suf | --program-su | --program-s)
- ac_prev=program_suffix ;;
- -program-suffix=* | --program-suffix=* | --program-suffi=* \
- | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
- program_suffix=$ac_optarg ;;
-
- -program-transform-name | --program-transform-name \
- | --program-transform-nam | --program-transform-na \
- | --program-transform-n | --program-transform- \
- | --program-transform | --program-transfor \
- | --program-transfo | --program-transf \
- | --program-trans | --program-tran \
- | --progr-tra | --program-tr | --program-t)
- ac_prev=program_transform_name ;;
- -program-transform-name=* | --program-transform-name=* \
- | --program-transform-nam=* | --program-transform-na=* \
- | --program-transform-n=* | --program-transform-=* \
- | --program-transform=* | --program-transfor=* \
- | --program-transfo=* | --program-transf=* \
- | --program-trans=* | --program-tran=* \
- | --progr-tra=* | --program-tr=* | --program-t=*)
- program_transform_name=$ac_optarg ;;
-
- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
- | -silent | --silent | --silen | --sile | --sil)
- silent=yes ;;
-
- -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
- ac_prev=sbindir ;;
- -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
- | --sbi=* | --sb=*)
- sbindir=$ac_optarg ;;
-
- -sharedstatedir | --sharedstatedir | --sharedstatedi \
- | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
- | --sharedst | --shareds | --shared | --share | --shar \
- | --sha | --sh)
- ac_prev=sharedstatedir ;;
- -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
- | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
- | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
- | --sha=* | --sh=*)
- sharedstatedir=$ac_optarg ;;
-
- -site | --site | --sit)
- ac_prev=site ;;
- -site=* | --site=* | --sit=*)
- site=$ac_optarg ;;
-
- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
- ac_prev=srcdir ;;
- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
- srcdir=$ac_optarg ;;
-
- -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
- | --syscon | --sysco | --sysc | --sys | --sy)
- ac_prev=sysconfdir ;;
- -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
- | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
- sysconfdir=$ac_optarg ;;
-
- -target | --target | --targe | --targ | --tar | --ta | --t)
- ac_prev=target_alias ;;
- -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
- target_alias=$ac_optarg ;;
-
- -v | -verbose | --verbose | --verbos | --verbo | --verb)
- verbose=yes ;;
-
- -version | --version | --versio | --versi | --vers | -V)
- ac_init_version=: ;;
-
- -with-* | --with-*)
- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
- # Reject names that are not valid shell variable names.
- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid package name: $ac_package" >&2
- { (exit 1); exit 1; }; }
- ac_package=`echo $ac_package| sed 's/-/_/g'`
- case $ac_option in
- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
- *) ac_optarg=yes ;;
- esac
- eval "with_$ac_package='$ac_optarg'" ;;
-
- -without-* | --without-*)
- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
- # Reject names that are not valid shell variable names.
- expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid package name: $ac_package" >&2
- { (exit 1); exit 1; }; }
- ac_package=`echo $ac_package | sed 's/-/_/g'`
- eval "with_$ac_package=no" ;;
-
- --x)
- # Obsolete; use --with-x.
- with_x=yes ;;
-
- -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
- | --x-incl | --x-inc | --x-in | --x-i)
- ac_prev=x_includes ;;
- -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
- | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
- x_includes=$ac_optarg ;;
-
- -x-libraries | --x-libraries | --x-librarie | --x-librari \
- | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
- ac_prev=x_libraries ;;
- -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
- | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
- x_libraries=$ac_optarg ;;
-
- -*) { echo "$as_me: error: unrecognized option: $ac_option
-Try \`$0 --help' for more information." >&2
- { (exit 1); exit 1; }; }
- ;;
-
- *=*)
- ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
- # Reject names that are not valid shell variable names.
- expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
- { (exit 1); exit 1; }; }
- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
- eval "$ac_envvar='$ac_optarg'"
- export $ac_envvar ;;
-
- *)
- # FIXME: should be removed in autoconf 3.0.
- echo "$as_me: WARNING: you should use --build, --host, --target" >&2
- expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
- echo "$as_me: WARNING: invalid host type: $ac_option" >&2
- : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
- ;;
-
- esac
-done
-
-if test -n "$ac_prev"; then
- ac_option=--`echo $ac_prev | sed 's/_/-/g'`
- { echo "$as_me: error: missing argument to $ac_option" >&2
- { (exit 1); exit 1; }; }
-fi
-
-# Be sure to have absolute paths.
-for ac_var in exec_prefix prefix
-do
- eval ac_val=$`echo $ac_var`
- case $ac_val in
- [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
- { (exit 1); exit 1; }; };;
- esac
-done
-
-# Be sure to have absolute paths.
-for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
- localstatedir libdir includedir oldincludedir infodir mandir
-do
- eval ac_val=$`echo $ac_var`
- case $ac_val in
- [\\/$]* | ?:[\\/]* ) ;;
- *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
- { (exit 1); exit 1; }; };;
- esac
-done
-
-# There might be people who depend on the old broken behavior: `$host'
-# used to hold the argument of --host etc.
-# FIXME: To remove some day.
-build=$build_alias
-host=$host_alias
-target=$target_alias
-
-# FIXME: To remove some day.
-if test "x$host_alias" != x; then
- if test "x$build_alias" = x; then
- cross_compiling=maybe
- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
- If a cross compiler is detected then cross compile mode will be used." >&2
- elif test "x$build_alias" != "x$host_alias"; then
- cross_compiling=yes
- fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-# Find the source files, if location was not specified.
-if test -z "$srcdir"; then
- ac_srcdir_defaulted=yes
- # Try the directory containing this script, then its parent.
- ac_confdir=`(dirname "$0") 2>/dev/null ||
-$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$0" : 'X\(//\)[^/]' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$0" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- srcdir=$ac_confdir
- if test ! -r $srcdir/$ac_unique_file; then
- srcdir=..
- fi
-else
- ac_srcdir_defaulted=no
-fi
-if test ! -r $srcdir/$ac_unique_file; then
- if test "$ac_srcdir_defaulted" = yes; then
- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
- { (exit 1); exit 1; }; }
- else
- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
- { (exit 1); exit 1; }; }
- fi
-fi
-(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
- { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
- { (exit 1); exit 1; }; }
-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
-ac_env_build_alias_set=${build_alias+set}
-ac_env_build_alias_value=$build_alias
-ac_cv_env_build_alias_set=${build_alias+set}
-ac_cv_env_build_alias_value=$build_alias
-ac_env_host_alias_set=${host_alias+set}
-ac_env_host_alias_value=$host_alias
-ac_cv_env_host_alias_set=${host_alias+set}
-ac_cv_env_host_alias_value=$host_alias
-ac_env_target_alias_set=${target_alias+set}
-ac_env_target_alias_value=$target_alias
-ac_cv_env_target_alias_set=${target_alias+set}
-ac_cv_env_target_alias_value=$target_alias
-ac_env_CC_set=${CC+set}
-ac_env_CC_value=$CC
-ac_cv_env_CC_set=${CC+set}
-ac_cv_env_CC_value=$CC
-ac_env_CFLAGS_set=${CFLAGS+set}
-ac_env_CFLAGS_value=$CFLAGS
-ac_cv_env_CFLAGS_set=${CFLAGS+set}
-ac_cv_env_CFLAGS_value=$CFLAGS
-ac_env_LDFLAGS_set=${LDFLAGS+set}
-ac_env_LDFLAGS_value=$LDFLAGS
-ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
-ac_cv_env_LDFLAGS_value=$LDFLAGS
-ac_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_env_CPPFLAGS_value=$CPPFLAGS
-ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
-ac_cv_env_CPPFLAGS_value=$CPPFLAGS
-ac_env_CPP_set=${CPP+set}
-ac_env_CPP_value=$CPP
-ac_cv_env_CPP_set=${CPP+set}
-ac_cv_env_CPP_value=$CPP
-
-#
-# Report the --help message.
-#
-if test "$ac_init_help" = "long"; then
- # Omit some internal or obsolete options to make the list less imposing.
- # This message is too long to be a string in the A/UX 3.1 sh.
- cat <<_ACEOF
-\`configure' configures WordNet 3.0 to adapt to many kinds of systems.
-
-Usage: $0 [OPTION]... [VAR=VALUE]...
-
-To assign environment variables (e.g., CC, CFLAGS...), specify them as
-VAR=VALUE. See below for descriptions of some of the useful variables.
-
-Defaults for the options are specified in brackets.
-
-Configuration:
- -h, --help display this help and exit
- --help=short display options specific to this package
- --help=recursive display the short help of all the included packages
- -V, --version display version information and exit
- -q, --quiet, --silent do not print \`checking...' messages
- --cache-file=FILE cache test results in FILE [disabled]
- -C, --config-cache alias for \`--cache-file=config.cache'
- -n, --no-create do not create output files
- --srcdir=DIR find the sources in DIR [configure dir or \`..']
-
-_ACEOF
-
- cat <<_ACEOF
-Installation directories:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
- [PREFIX]
-
-By default, \`make install' will install all the files in
-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
-an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
-
-For better control, use the options below.
-
-Fine tuning of the installation directories:
- --bindir=DIR user executables [EPREFIX/bin]
- --sbindir=DIR system admin executables [EPREFIX/sbin]
- --libexecdir=DIR program executables [EPREFIX/libexec]
- --datadir=DIR read-only architecture-independent data [PREFIX/share]
- --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
- --localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --libdir=DIR object code libraries [EPREFIX/lib]
- --includedir=DIR C header files [PREFIX/include]
- --oldincludedir=DIR C header files for non-gcc [/usr/include]
- --infodir=DIR info documentation [PREFIX/info]
- --mandir=DIR man documentation [PREFIX/man]
-_ACEOF
-
- cat <<\_ACEOF
-
-Program names:
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM run sed PROGRAM on installed program names
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
- case $ac_init_help in
- short | recursive ) echo "Configuration of WordNet 3.0:";;
- esac
- cat <<\_ACEOF
-
-Optional Features:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --disable-dependency-tracking speeds up one-time build
- --enable-dependency-tracking do not reject slow dependency extractors
-
-Optional Packages:
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --with-tcl directory containing tcl configuration (tclConfig.sh)
- --with-tk directory containing tk configuration (tkConfig.sh)
-
-Some influential environment variables:
- CC C compiler command
- CFLAGS C compiler flags
- LDFLAGS linker flags, e.g. -L if you have libraries in a
- nonstandard directory
- CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have
- headers in a nonstandard directory
- CPP C preprocessor
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to .
-_ACEOF
-fi
-
-if test "$ac_init_help" = "recursive"; then
- # If there are subdirs, report their specific --help.
- ac_popdir=`pwd`
- for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
- test -d $ac_dir || continue
- ac_builddir=.
-
-if test "$ac_dir" != .; then
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
- # A "../" for each directory in $ac_dir_suffix.
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
- ac_dir_suffix= ac_top_builddir=
-fi
-
-case $srcdir in
- .) # No --srcdir option. We are building in place.
- ac_srcdir=.
- if test -z "$ac_top_builddir"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
- fi ;;
- [\\/]* | ?:[\\/]* ) # Absolute path.
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_top_builddir$srcdir ;;
-esac
-
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
- case "$ac_dir" in
- .) ac_abs_builddir=`pwd`;;
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
- *) ac_abs_builddir=`pwd`/"$ac_dir";;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
- case ${ac_top_builddir}. in
- .) ac_abs_top_builddir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
- case $ac_srcdir in
- .) ac_abs_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
- case $ac_top_srcdir in
- .) ac_abs_top_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
- esac;;
-esac
-
- cd $ac_dir
- # Check for guested configure; otherwise get Cygnus style configure.
- if test -f $ac_srcdir/configure.gnu; then
- echo
- $SHELL $ac_srcdir/configure.gnu --help=recursive
- elif test -f $ac_srcdir/configure; then
- echo
- $SHELL $ac_srcdir/configure --help=recursive
- elif test -f $ac_srcdir/configure.ac ||
- test -f $ac_srcdir/configure.in; then
- echo
- $ac_configure --help
- else
- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
- fi
- cd $ac_popdir
- done
-fi
-
-test -n "$ac_init_help" && exit 0
-if $ac_init_version; then
- cat <<\_ACEOF
-WordNet configure 3.0
-generated by GNU Autoconf 2.59
-
-Copyright (C) 2003 Free Software Foundation, Inc.
-This configure script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it.
-_ACEOF
- exit 0
-fi
-exec 5>config.log
-cat >&5 <<_ACEOF
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by WordNet $as_me 3.0, which was
-generated by GNU Autoconf 2.59. Invocation command line was
-
- $ $0 $@
-
-_ACEOF
-{
-cat <<_ASUNAME
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
-
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
-
-/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
-/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
-/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
-/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
-/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
-
-_ASUNAME
-
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- echo "PATH: $as_dir"
-done
-
-} >&5
-
-cat >&5 <<_ACEOF
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-_ACEOF
-
-
-# Keep a trace of the command line.
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Strip out --silent because we don't want to record it for future runs.
-# Also quote any args containing shell meta-characters.
-# Make two passes to allow for proper duplicate-argument suppression.
-ac_configure_args=
-ac_configure_args0=
-ac_configure_args1=
-ac_sep=
-ac_must_keep_next=false
-for ac_pass in 1 2
-do
- for ac_arg
- do
- case $ac_arg in
- -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
- | -silent | --silent | --silen | --sile | --sil)
- continue ;;
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
- esac
- case $ac_pass in
- 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
- 2)
- ac_configure_args1="$ac_configure_args1 '$ac_arg'"
- if test $ac_must_keep_next = true; then
- ac_must_keep_next=false # Got value, back to normal.
- else
- case $ac_arg in
- *=* | --config-cache | -C | -disable-* | --disable-* \
- | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
- | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
- | -with-* | --with-* | -without-* | --without-* | --x)
- case "$ac_configure_args0 " in
- "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
- esac
- ;;
- -* ) ac_must_keep_next=true ;;
- esac
- fi
- ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
- # Get rid of the leading space.
- ac_sep=" "
- ;;
- esac
- done
-done
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
-
-# When interrupted or exit'd, cleanup temporary files, and complete
-# config.log. We remove comments because anyway the quotes in there
-# would cause problems or look ugly.
-# WARNING: Be sure not to use single quotes in there, as some shells,
-# such as our DU 5.0 friend, will then `close' the trap.
-trap 'exit_status=$?
- # Save into config.log some information that might help in debugging.
- {
- echo
-
- cat <<\_ASBOX
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-_ASBOX
- echo
- # The following way of writing the cache mishandles newlines in values,
-{
- (set) 2>&1 |
- case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- sed -n \
- "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
- ;;
- *)
- sed -n \
- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
- ;;
- esac;
-}
- echo
-
- cat <<\_ASBOX
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-_ASBOX
- echo
- for ac_var in $ac_subst_vars
- do
- eval ac_val=$`echo $ac_var`
- echo "$ac_var='"'"'$ac_val'"'"'"
- done | sort
- echo
-
- if test -n "$ac_subst_files"; then
- cat <<\_ASBOX
-## ------------- ##
-## Output files. ##
-## ------------- ##
-_ASBOX
- echo
- for ac_var in $ac_subst_files
- do
- eval ac_val=$`echo $ac_var`
- echo "$ac_var='"'"'$ac_val'"'"'"
- done | sort
- echo
- fi
-
- if test -s confdefs.h; then
- cat <<\_ASBOX
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-_ASBOX
- echo
- sed "/^$/d" confdefs.h | sort
- echo
- fi
- test "$ac_signal" != 0 &&
- echo "$as_me: caught signal $ac_signal"
- echo "$as_me: exit $exit_status"
- } >&5
- rm -f core *.core &&
- rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
- exit $exit_status
- ' 0
-for ac_signal in 1 2 13 15; do
- trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
-done
-ac_signal=0
-
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -rf conftest* confdefs.h
-# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-echo >confdefs.h
-
-# Predefined preprocessor variables.
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_NAME "$PACKAGE_NAME"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_VERSION "$PACKAGE_VERSION"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_STRING "$PACKAGE_STRING"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-_ACEOF
-
-
-# Let the site file select an alternate cache file if it wants to.
-# Prefer explicitly selected file to automatically selected ones.
-if test -z "$CONFIG_SITE"; then
- if test "x$prefix" != xNONE; then
- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
- else
- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
- fi
-fi
-for ac_site_file in $CONFIG_SITE; do
- if test -r "$ac_site_file"; then
- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
-echo "$as_me: loading site script $ac_site_file" >&6;}
- sed 's/^/| /' "$ac_site_file" >&5
- . "$ac_site_file"
- fi
-done
-
-if test -r "$cache_file"; then
- # Some versions of bash will fail to source /dev/null (special
- # files actually), so we avoid doing that.
- if test -f "$cache_file"; then
- { echo "$as_me:$LINENO: loading cache $cache_file" >&5
-echo "$as_me: loading cache $cache_file" >&6;}
- case $cache_file in
- [\\/]* | ?:[\\/]* ) . $cache_file;;
- *) . ./$cache_file;;
- esac
- fi
-else
- { echo "$as_me:$LINENO: creating cache $cache_file" >&5
-echo "$as_me: creating cache $cache_file" >&6;}
- >$cache_file
-fi
-
-# Check that the precious variables saved in the cache have kept the same
-# value.
-ac_cache_corrupted=false
-for ac_var in `(set) 2>&1 |
- sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
- eval ac_old_set=\$ac_cv_env_${ac_var}_set
- eval ac_new_set=\$ac_env_${ac_var}_set
- eval ac_old_val="\$ac_cv_env_${ac_var}_value"
- eval ac_new_val="\$ac_env_${ac_var}_value"
- case $ac_old_set,$ac_new_set in
- set,)
- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
- ac_cache_corrupted=: ;;
- ,set)
- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
-echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
- ac_cache_corrupted=: ;;
- ,);;
- *)
- if test "x$ac_old_val" != "x$ac_new_val"; then
- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
-echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
-echo "$as_me: former value: $ac_old_val" >&2;}
- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
-echo "$as_me: current value: $ac_new_val" >&2;}
- ac_cache_corrupted=:
- fi;;
- esac
- # Pass precious variables to config.status.
- if test "$ac_new_set" = set; then
- case $ac_new_val in
- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
- *) ac_arg=$ac_var=$ac_new_val ;;
- esac
- case " $ac_configure_args " in
- *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
- *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
- esac
- fi
-done
-if $ac_cache_corrupted; then
- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ac_config_headers="$ac_config_headers config.h"
-
-
-# Checks for programs.
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$CC"; then
- ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_CC="${ac_tool_prefix}gcc"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
- echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_CC"; then
- ac_ct_CC=$CC
- # Extract the first word of "gcc", so it can be a program name with args.
-set dummy gcc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_CC"; then
- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_ac_ct_CC="gcc"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- CC=$ac_ct_CC
-else
- CC="$ac_cv_prog_CC"
-fi
-
-if test -z "$CC"; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$CC"; then
- ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_CC="${ac_tool_prefix}cc"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
- echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_CC"; then
- ac_ct_CC=$CC
- # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_CC"; then
- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_ac_ct_CC="cc"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- CC=$ac_ct_CC
-else
- CC="$ac_cv_prog_CC"
-fi
-
-fi
-if test -z "$CC"; then
- # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$CC"; then
- ac_cv_prog_CC="$CC" # Let the user override the test.
-else
- ac_prog_rejected=no
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
- ac_prog_rejected=yes
- continue
- fi
- ac_cv_prog_CC="cc"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-if test $ac_prog_rejected = yes; then
- # We found a bogon in the path, so make sure we never use it.
- set dummy $ac_cv_prog_CC
- shift
- if test $# != 0; then
- # We chose a different compiler from the bogus one.
- # However, it has the same basename, so the bogon will be chosen
- # first if we set CC to just the basename; use the full file name.
- shift
- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
- fi
-fi
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
- echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$CC"; then
- if test -n "$ac_tool_prefix"; then
- for ac_prog in cl
- do
- # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$CC"; then
- ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
- echo "$as_me:$LINENO: result: $CC" >&5
-echo "${ECHO_T}$CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- test -n "$CC" && break
- done
-fi
-if test -z "$CC"; then
- ac_ct_CC=$CC
- for ac_prog in cl
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_CC"; then
- ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_ac_ct_CC="$ac_prog"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
- echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-echo "${ECHO_T}$ac_ct_CC" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- test -n "$ac_ct_CC" && break
-done
-
- CC=$ac_ct_CC
-fi
-
-fi
-
-
-test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-See \`config.log' for more details." >&5
-echo "$as_me: error: no acceptable C compiler found in \$PATH
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
-
-# Provide some information about the compiler.
-echo "$as_me:$LINENO:" \
- "checking for C compiler version" >&5
-ac_compiler=`set X $ac_compile; echo $2`
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5
- (eval $ac_compiler --version &5) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5
- (eval $ac_compiler -v &5) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }
-{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5
- (eval $ac_compiler -V &5) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }
-
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.exe b.out"
-# Try to create an executable without -o first, disregard a.out.
-# It will help us diagnose broken compilers, and finding out an intuition
-# of exeext.
-echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
-ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
- (eval $ac_link_default) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- # Find the output, starting from the most likely. This scheme is
-# not robust to junk in `.', hence go to wildcards (a.*) only as a last
-# resort.
-
-# Be careful to initialize this variable, since it used to be cached.
-# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
-ac_cv_exeext=
-# b.out is created by i960 compilers.
-for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
-do
- test -f "$ac_file" || continue
- case $ac_file in
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
- ;;
- conftest.$ac_ext )
- # This is the source file.
- ;;
- [ab].out )
- # We found the default executable, but exeext='' is most
- # certainly right.
- break;;
- *.* )
- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
- # FIXME: I believe we export ac_cv_exeext for Libtool,
- # but it would be cool to find out if it's true. Does anybody
- # maintain Libtool? --akim.
- export ac_cv_exeext
- break;;
- * )
- break;;
- esac
-done
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
-See \`config.log' for more details." >&5
-echo "$as_me: error: C compiler cannot create executables
-See \`config.log' for more details." >&2;}
- { (exit 77); exit 77; }; }
-fi
-
-ac_exeext=$ac_cv_exeext
-echo "$as_me:$LINENO: result: $ac_file" >&5
-echo "${ECHO_T}$ac_file" >&6
-
-# Check the compiler produces executables we can run. If not, either
-# the compiler is broken, or we cross compile.
-echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-# If not cross compiling, check that we can run a simple program.
-if test "$cross_compiling" != yes; then
- if { ac_try='./$ac_file'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- cross_compiling=no
- else
- if test "$cross_compiling" = maybe; then
- cross_compiling=yes
- else
- { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." >&5
-echo "$as_me: error: cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
- fi
- fi
-fi
-echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-
-rm -f a.out a.exe conftest$ac_cv_exeext b.out
-ac_clean_files=$ac_clean_files_save
-# Check the compiler produces executables we can run. If not, either
-# the compiler is broken, or we cross compile.
-echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-echo "$as_me:$LINENO: result: $cross_compiling" >&5
-echo "${ECHO_T}$cross_compiling" >&6
-
-echo "$as_me:$LINENO: checking for suffix of executables" >&5
-echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- # If both `conftest.exe' and `conftest' are `present' (well, observable)
-# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
-# work properly (i.e., refer to `conftest.exe'), while it won't with
-# `rm'.
-for ac_file in conftest.exe conftest conftest.*; do
- test -f "$ac_file" || continue
- case $ac_file in
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
- *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
- export ac_cv_exeext
- break;;
- * ) break;;
- esac
-done
-else
- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." >&5
-echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-rm -f conftest$ac_cv_exeext
-echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-echo "${ECHO_T}$ac_cv_exeext" >&6
-
-rm -f conftest.$ac_ext
-EXEEXT=$ac_cv_exeext
-ac_exeext=$EXEEXT
-echo "$as_me:$LINENO: checking for suffix of object files" >&5
-echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
-if test "${ac_cv_objext+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.o conftest.obj
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
- for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
- case $ac_file in
- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
- *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
- break;;
- esac
-done
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." >&5
-echo "$as_me: error: cannot compute suffix of object files: cannot compile
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-echo "${ECHO_T}$ac_cv_objext" >&6
-OBJEXT=$ac_cv_objext
-ac_objext=$OBJEXT
-echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-
-int
-main ()
-{
-#ifndef __GNUC__
- choke me
-#endif
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_compiler_gnu=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_compiler_gnu=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
-fi
-echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
-GCC=`test $ac_compiler_gnu = yes && echo yes`
-ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-CFLAGS="-g"
-echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
-if test "${ac_cv_prog_cc_g+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_prog_cc_g=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_prog_cc_g=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
-if test "$ac_test_CFLAGS" = set; then
- CFLAGS=$ac_save_CFLAGS
-elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
- CFLAGS="-g -O2"
- else
- CFLAGS="-g"
- fi
-else
- if test "$GCC" = yes; then
- CFLAGS="-O2"
- else
- CFLAGS=
- fi
-fi
-echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
-echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-if test "${ac_cv_prog_cc_stdc+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- ac_cv_prog_cc_stdc=no
-ac_save_CC=$CC
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-#include
-#include
-#include
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
-struct buf { int x; };
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
- char **p;
- int i;
-{
- return p[i];
-}
-static char *f (char * (*g) (char **, int), char **p, ...)
-{
- char *s;
- va_list v;
- va_start (v,p);
- s = g (p, va_arg (v,int));
- va_end (v);
- return s;
-}
-
-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
- function prototypes and stuff, but not '\xHH' hex character constants.
- These don't provoke an error unfortunately, instead are silently treated
- as 'x'. The following induces an error, until -std1 is added to get
- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
- array size at least. It's necessary to write '\x00'==0 to get something
- that's true only with -std1. */
-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-
-int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-int argc;
-char **argv;
-int
-main ()
-{
-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
- ;
- return 0;
-}
-_ACEOF
-# Don't try gcc -ansi; that turns off useful extensions and
-# breaks some systems' header files.
-# AIX -qlanglvl=ansi
-# Ultrix and OSF/1 -std1
-# HP-UX 10.20 and later -Ae
-# HP-UX older versions -Aa -D_HPUX_SOURCE
-# SVR4 -Xc -D__EXTENSIONS__
-for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
- CC="$ac_save_CC $ac_arg"
- rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_prog_cc_stdc=$ac_arg
-break
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -f conftest.err conftest.$ac_objext
-done
-rm -f conftest.$ac_ext conftest.$ac_objext
-CC=$ac_save_CC
-
-fi
-
-case "x$ac_cv_prog_cc_stdc" in
- x|xno)
- echo "$as_me:$LINENO: result: none needed" >&5
-echo "${ECHO_T}none needed" >&6 ;;
- *)
- echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
- CC="$CC $ac_cv_prog_cc_stdc" ;;
-esac
-
-# Some people use a C++ compiler to compile C. Since we use `exit',
-# in C++ we need to declare it. In case someone uses the same compiler
-# for both compiling C and C++ we need to have the C++ compiler decide
-# the declaration of exit, since it's the most demanding environment.
-cat >conftest.$ac_ext <<_ACEOF
-#ifndef __cplusplus
- choke me
-#endif
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- for ac_declaration in \
- '' \
- 'extern "C" void std::exit (int) throw (); using std::exit;' \
- 'extern "C" void std::exit (int); using std::exit;' \
- 'extern "C" void exit (int) throw ();' \
- 'extern "C" void exit (int);' \
- 'void exit (int);'
-do
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_declaration
-#include
-int
-main ()
-{
-exit (42);
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- :
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-continue
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_declaration
-int
-main ()
-{
-exit (42);
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- break
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-rm -f conftest*
-if test -n "$ac_declaration"; then
- echo '#ifdef __cplusplus' >>confdefs.h
- echo $ac_declaration >>confdefs.h
- echo '#endif' >>confdefs.h
-fi
-
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_RANLIB+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$RANLIB"; then
- ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-RANLIB=$ac_cv_prog_RANLIB
-if test -n "$RANLIB"; then
- echo "$as_me:$LINENO: result: $RANLIB" >&5
-echo "${ECHO_T}$RANLIB" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_RANLIB"; then
- ac_ct_RANLIB=$RANLIB
- # Extract the first word of "ranlib", so it can be a program name with args.
-set dummy ranlib; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_RANLIB"; then
- ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_ac_ct_RANLIB="ranlib"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
- test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
-fi
-fi
-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
-if test -n "$ac_ct_RANLIB"; then
- echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-echo "${ECHO_T}$ac_ct_RANLIB" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- RANLIB=$ac_ct_RANLIB
-else
- RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-ac_aux_dir=
-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
- if test -f $ac_dir/install-sh; then
- ac_aux_dir=$ac_dir
- ac_install_sh="$ac_aux_dir/install-sh -c"
- break
- elif test -f $ac_dir/install.sh; then
- ac_aux_dir=$ac_dir
- ac_install_sh="$ac_aux_dir/install.sh -c"
- break
- elif test -f $ac_dir/shtool; then
- ac_aux_dir=$ac_dir
- ac_install_sh="$ac_aux_dir/shtool install -c"
- break
- fi
-done
-if test -z "$ac_aux_dir"; then
- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
-echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
- { (exit 1); exit 1; }; }
-fi
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-
-# Find a good install program. We prefer a C program (faster),
-# so one script is as good as another. But avoid the broken or
-# incompatible versions:
-# SysV /etc/install, /usr/sbin/install
-# SunOS /usr/etc/install
-# IRIX /sbin/install
-# AIX /bin/install
-# AmigaOS /C/install, which installs bootblocks on floppy discs
-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-# OS/2's system install, which has a completely different semantic
-# ./install, which can be erroneously created by make from ./install.sh.
-echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
-if test -z "$INSTALL"; then
-if test "${ac_cv_path_install+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- # Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in
- ./ | .// | /cC/* | \
- /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
- ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
- /usr/ucb/* ) ;;
- *)
- # OSF1 and SCO ODT 3.0 have their own names for install.
- # Don't use installbsd from OSF since it installs stuff as root
- # by default.
- for ac_prog in ginstall scoinst install; do
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
- if test $ac_prog = install &&
- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
- # AIX install. It has an incompatible calling convention.
- :
- elif test $ac_prog = install &&
- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
- # program-specific install script used by HP pwplus--don't use.
- :
- else
- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
- break 3
- fi
- fi
- done
- done
- ;;
-esac
-done
-
-
-fi
- if test "${ac_cv_path_install+set}" = set; then
- INSTALL=$ac_cv_path_install
- else
- # As a last resort, use the slow shell script. We don't cache a
- # path for INSTALL within a source directory, because that will
- # break other packages using the cache if that directory is
- # removed, or if the path is relative.
- INSTALL=$ac_install_sh
- fi
-fi
-echo "$as_me:$LINENO: result: $INSTALL" >&5
-echo "${ECHO_T}$INSTALL" >&6
-
-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-# It thinks the first close brace ends the variable substitution.
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-
-# Checks for header files.
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
- CPP=
-fi
-if test -z "$CPP"; then
- if test "${ac_cv_prog_CPP+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- # Double quotes because CPP needs to be expanded
- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
- do
- ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- # Prefer to if __STDC__ is defined, since
- # exists even on freestanding compilers.
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp. "Syntax error" is here to catch this case.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#ifdef __STDC__
-# include
-#else
-# include
-#endif
- Syntax error
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- :
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.$ac_ext
-
- # OK, works on sane cases. Now check whether non-existent headers
- # can be detected and how.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- # Broken: success on invalid input.
-continue
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then
- break
-fi
-
- done
- ac_cv_prog_CPP=$CPP
-
-fi
- CPP=$ac_cv_prog_CPP
-else
- ac_cv_prog_CPP=$CPP
-fi
-echo "$as_me:$LINENO: result: $CPP" >&5
-echo "${ECHO_T}$CPP" >&6
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
- # Use a header file that comes with gcc, so configuring glibc
- # with a fresh cross-compiler works.
- # Prefer to if __STDC__ is defined, since
- # exists even on freestanding compilers.
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp. "Syntax error" is here to catch this case.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#ifdef __STDC__
-# include
-#else
-# include
-#endif
- Syntax error
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- :
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.$ac_ext
-
- # OK, works on sane cases. Now check whether non-existent headers
- # can be detected and how.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- # Broken: success on invalid input.
-continue
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then
- :
-else
- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." >&5
-echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-echo "$as_me:$LINENO: checking for egrep" >&5
-echo $ECHO_N "checking for egrep... $ECHO_C" >&6
-if test "${ac_cv_prog_egrep+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if echo a | (grep -E '(a|b)') >/dev/null 2>&1
- then ac_cv_prog_egrep='grep -E'
- else ac_cv_prog_egrep='egrep'
- fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
-echo "${ECHO_T}$ac_cv_prog_egrep" >&6
- EGREP=$ac_cv_prog_egrep
-
-
-echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
-if test "${ac_cv_header_stdc+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-#include
-#include
-#include
-
-int
-main ()
-{
-
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_header_stdc=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_cv_header_stdc=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-
-if test $ac_cv_header_stdc = yes; then
- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "memchr" >/dev/null 2>&1; then
- :
-else
- ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
- $EGREP "free" >/dev/null 2>&1; then
- :
-else
- ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
- if test "$cross_compiling" = yes; then
- :
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-#if ((' ' & 0x0FF) == 0x020)
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-#else
-# define ISLOWER(c) \
- (('a' <= (c) && (c) <= 'i') \
- || ('j' <= (c) && (c) <= 'r') \
- || ('s' <= (c) && (c) <= 'z'))
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-#endif
-
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-int
-main ()
-{
- int i;
- for (i = 0; i < 256; i++)
- if (XOR (islower (i), ISLOWER (i))
- || toupper (i) != TOUPPER (i))
- exit(2);
- exit (0);
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- :
-else
- echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_header_stdc=no
-fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-echo "${ECHO_T}$ac_cv_header_stdc" >&6
-if test $ac_cv_header_stdc = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define STDC_HEADERS 1
-_ACEOF
-
-fi
-
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-
-
-
-
-
-
-
-
-
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
- inttypes.h stdint.h unistd.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_includes_default
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- eval "$as_ac_Header=yes"
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-eval "$as_ac_Header=no"
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-
-
-for ac_header in locale.h malloc.h stdlib.h string.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-else
- # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_header_compiler=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_header_compiler=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
-
-# Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <$ac_header>
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- ac_header_preproc=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_header_preproc=no
-fi
-rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
-
-# So? What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
- yes:no: )
- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
- ac_header_preproc=yes
- ;;
- no:yes:* )
- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
- (
- cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to wordnet@princeton.edu ##
-## ------------------------------------ ##
-_ASBOX
- ) |
- sed "s/^/$as_me: WARNING: /" >&2
- ;;
-esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- eval "$as_ac_Header=\$ac_header_preproc"
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-
-fi
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
-
-for ac_header in stdlib.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-else
- # Is the header compilable?
-echo "$as_me:$LINENO: checking $ac_header usability" >&5
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_header_compiler=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-ac_header_compiler=no
-fi
-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-echo "${ECHO_T}$ac_header_compiler" >&6
-
-# Is the header present?
-echo "$as_me:$LINENO: checking $ac_header presence" >&5
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <$ac_header>
-_ACEOF
-if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null; then
- if test -s conftest.err; then
- ac_cpp_err=$ac_c_preproc_warn_flag
- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
- else
- ac_cpp_err=
- fi
-else
- ac_cpp_err=yes
-fi
-if test -z "$ac_cpp_err"; then
- ac_header_preproc=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_header_preproc=no
-fi
-rm -f conftest.err conftest.$ac_ext
-echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-echo "${ECHO_T}$ac_header_preproc" >&6
-
-# So? What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
- yes:no: )
- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
- ac_header_preproc=yes
- ;;
- no:yes:* )
- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
-echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
-echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
- (
- cat <<\_ASBOX
-## ------------------------------------ ##
-## Report this to wordnet@princeton.edu ##
-## ------------------------------------ ##
-_ASBOX
- ) |
- sed "s/^/$as_me: WARNING: /" >&2
- ;;
-esac
-echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-if eval "test \"\${$as_ac_Header+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- eval "$as_ac_Header=\$ac_header_preproc"
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-
-fi
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
-echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
-if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test "$cross_compiling" = yes; then
- ac_cv_func_malloc_0_nonnull=no
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#if STDC_HEADERS || HAVE_STDLIB_H
-# include
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-exit (malloc (0) ? 0 : 1);
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- ac_cv_func_malloc_0_nonnull=yes
-else
- echo "$as_me: program exited with status $ac_status" >&5
-echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-( exit $ac_status )
-ac_cv_func_malloc_0_nonnull=no
-fi
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
-echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
-if test $ac_cv_func_malloc_0_nonnull = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_MALLOC 1
-_ACEOF
-
-else
- cat >>confdefs.h <<\_ACEOF
-#define HAVE_MALLOC 0
-_ACEOF
-
- case $LIBOBJS in
- "malloc.$ac_objext" | \
- *" malloc.$ac_objext" | \
- "malloc.$ac_objext "* | \
- *" malloc.$ac_objext "* ) ;;
- *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
-esac
-
-
-cat >>confdefs.h <<\_ACEOF
-#define malloc rpl_malloc
-_ACEOF
-
-fi
-
-
-
-
-
-
-
-
-for ac_func in strchr strdup strrchr strstr strtol
-do
-as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-echo "$as_me:$LINENO: checking for $ac_func" >&5
-echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-if eval "test \"\${$as_ac_var+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-/* Define $ac_func to an innocuous variant, in case declares $ac_func.
- For example, HP-UX 11i declares gettimeofday. */
-#define $ac_func innocuous_$ac_func
-
-/* System header to define __stub macros and hopefully few prototypes,
- which can conflict with char $ac_func (); below.
- Prefer to if __STDC__ is defined, since
- exists even on freestanding compilers. */
-
-#ifdef __STDC__
-# include
-#else
-# include
-#endif
-
-#undef $ac_func
-
-/* Override any gcc2 internal prototype to avoid an error. */
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-/* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
-char $ac_func ();
-/* The GNU C library defines this for functions which it implements
- to always fail with ENOSYS. Some functions are actually named
- something starting with __ and the normal name is an alias. */
-#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-choke me
-#else
-char (*f) () = $ac_func;
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-int
-main ()
-{
-return f != $ac_func;
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- eval "$as_ac_var=yes"
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-eval "$as_ac_var=no"
-fi
-rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-fi
-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-if test `eval echo '${'$as_ac_var'}'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-# Set HAVE_LANGINFO_CODESET if nl_langinfo is found
-
-
- echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
-echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
-if test "${am_cv_langinfo_codeset+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include
-int
-main ()
-{
-char* cs = nl_langinfo(CODESET);
- ;
- return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag"
- || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- am_cv_langinfo_codeset=yes
-else
- echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-am_cv_langinfo_codeset=no
-fi
-rm -f conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
-fi
-echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5
-echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
- if test $am_cv_langinfo_codeset = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_LANGINFO_CODESET 1
-_ACEOF
-
- fi
-
-
-am__api_version="1.9"
-echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
-# Just in case
-sleep 1
-echo timestamp > conftest.file
-# Do `set' in a subshell so we don't clobber the current shell's
-# arguments. Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
- set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
- if test "$*" = "X"; then
- # -L didn't work.
- set X `ls -t $srcdir/configure conftest.file`
- fi
- rm -f conftest.file
- if test "$*" != "X $srcdir/configure conftest.file" \
- && test "$*" != "X conftest.file $srcdir/configure"; then
-
- # If neither matched, then we have a broken ls. This can happen
- # if, for instance, CONFIG_SHELL is bash and it inherits a
- # broken ls alias from the environment. This has actually
- # happened. Such a system could not be considered "sane".
- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&5
-echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
-alias in your environment" >&2;}
- { (exit 1); exit 1; }; }
- fi
-
- test "$2" = conftest.file
- )
-then
- # Ok.
- :
-else
- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-Check your system clock" >&5
-echo "$as_me: error: newly created file is older than distributed files!
-Check your system clock" >&2;}
- { (exit 1); exit 1; }; }
-fi
-echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
-test "$program_prefix" != NONE &&
- program_transform_name="s,^,$program_prefix,;$program_transform_name"
-# Use a double $ so make ignores it.
-test "$program_suffix" != NONE &&
- program_transform_name="s,\$,$program_suffix,;$program_transform_name"
-# Double any \ or $. echo might interpret backslashes.
-# By default was `s,x,x', remove it if useless.
-cat <<\_ACEOF >conftest.sed
-s/[\\$]/&&/g;s/;s,x,x,$//
-_ACEOF
-program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-rm conftest.sed
-
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
-
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-# Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
- am_missing_run="$MISSING --run "
-else
- am_missing_run=
- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
-echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
-fi
-
-if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
- # We used to keeping the `.' as first argument, in order to
- # allow $(mkdir_p) to be used without argument. As in
- # $(mkdir_p) $(somedir)
- # where $(somedir) is conditionally defined. However this is wrong
- # for two reasons:
- # 1. if the package is installed by a user who cannot write `.'
- # make install will fail,
- # 2. the above comment should most certainly read
- # $(mkdir_p) $(DESTDIR)$(somedir)
- # so it does not work when $(somedir) is undefined and
- # $(DESTDIR) is not.
- # To support the latter case, we have to write
- # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
- # so the `.' trick is pointless.
- mkdir_p='mkdir -p --'
-else
- # On NextStep and OpenStep, the `mkdir' command does not
- # recognize any option. It will interpret all options as
- # directories to create, and then abort because `.' already
- # exists.
- for d in ./-p ./--version;
- do
- test -d $d && rmdir $d
- done
- # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
- if test -f "$ac_aux_dir/mkinstalldirs"; then
- mkdir_p='$(mkinstalldirs)'
- else
- mkdir_p='$(install_sh) -d'
- fi
-fi
-
-for ac_prog in gawk mawk nawk awk
-do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_AWK+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$AWK"; then
- ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_AWK="$ac_prog"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
- echo "$as_me:$LINENO: result: $AWK" >&5
-echo "${ECHO_T}$AWK" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- test -n "$AWK" && break
-done
-
-echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- cat >conftest.make <<\_ACEOF
-all:
- @echo 'ac_maketemp="$(MAKE)"'
-_ACEOF
-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
-if test -n "$ac_maketemp"; then
- eval ac_cv_prog_make_${ac_make}_set=yes
-else
- eval ac_cv_prog_make_${ac_make}_set=no
-fi
-rm -f conftest.make
-fi
-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
- echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
- SET_MAKE=
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- SET_MAKE="MAKE=${MAKE-make}"
-fi
-
-rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
- am__leading_dot=.
-else
- am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-
-DEPDIR="${am__leading_dot}deps"
-
- ac_config_commands="$ac_config_commands depfiles"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
- @echo done
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# We grep out `Entering directory' and `Leaving directory'
-# messages which can occur if `w' ends up in MAKEFLAGS.
-# In particular we don't look at `^make:' because GNU make might
-# be invoked under some other name (usually "gmake"), in which
-# case it prints its new name instead of `make'.
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
- am__include=include
- am__quote=
- _am_result=GNU
-fi
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
- echo '.include "confinc"' > confmf
- if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
- am__include=.include
- am__quote="\""
- _am_result=BSD
- fi
-fi
-
-
-echo "$as_me:$LINENO: result: $_am_result" >&5
-echo "${ECHO_T}$_am_result" >&6
-rm -f confinc confmf
-
-# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
-if test "${enable_dependency_tracking+set}" = set; then
- enableval="$enable_dependency_tracking"
-
-fi;
-if test "x$enable_dependency_tracking" != xno; then
- am_depcomp="$ac_aux_dir/depcomp"
- AMDEPBACKSLASH='\'
-fi
-
-
-if test "x$enable_dependency_tracking" != xno; then
- AMDEP_TRUE=
- AMDEP_FALSE='#'
-else
- AMDEP_TRUE='#'
- AMDEP_FALSE=
-fi
-
-
-
-# test to see if srcdir already configured
-if test "`cd $srcdir && pwd`" != "`pwd`" &&
- test -f $srcdir/config.status; then
- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
-echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
- if (cygpath --version) >/dev/null 2>/dev/null; then
- CYGPATH_W='cygpath -w'
- else
- CYGPATH_W=echo
- fi
-fi
-
-
-# Define the identity of the package.
- PACKAGE=WordNet
- VERSION=3.0
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE "$PACKAGE"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
-
-# Some tools Automake needs.
-
-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
-
-
-AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
-
-
-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
-
-
-AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
-
-
-MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
-
-install_sh=${install_sh-"$am_aux_dir/install-sh"}
-
-# Installed binaries are usually stripped using `strip' when the user
-# run `make install-strip'. However `strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the `STRIP' environment variable to overrule this program.
-if test "$cross_compiling" != no; then
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-set dummy ${ac_tool_prefix}strip; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_STRIP+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$STRIP"; then
- ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_STRIP="${ac_tool_prefix}strip"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
-fi
-fi
-STRIP=$ac_cv_prog_STRIP
-if test -n "$STRIP"; then
- echo "$as_me:$LINENO: result: $STRIP" >&5
-echo "${ECHO_T}$STRIP" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
-fi
-if test -z "$ac_cv_prog_STRIP"; then
- ac_ct_STRIP=$STRIP
- # Extract the first word of "strip", so it can be a program name with args.
-set dummy strip; ac_word=$2
-echo "$as_me:$LINENO: checking for $ac_word" >&5
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -n "$ac_ct_STRIP"; then
- ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_prog_ac_ct_STRIP="strip"
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
-done
-
- test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
-fi
-fi
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-if test -n "$ac_ct_STRIP"; then
- echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-echo "${ECHO_T}$ac_ct_STRIP" >&6
-else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
-fi
-
- STRIP=$ac_ct_STRIP
-else
- STRIP="$ac_cv_prog_STRIP"
-fi
-
-fi
-INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-
-# We need awk for the "check" target. The system "awk" is bad on
-# some platforms.
-# Always define AMTAR for backward compatibility.
-
-AMTAR=${AMTAR-"${am_missing_run}tar"}
-
-am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-
-
-
-
-depcc="$CC" am_compiler_list=
-
-echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
- # We make a subdir and do the tests there. Otherwise we can end up
- # making bogus files that we don't know about and never remove. For
- # instance it was reported that on HP-UX the gcc test will end up
- # making a dummy file named `D' -- because `-MD' means `put the output
- # in D'.
- mkdir conftest.dir
- # Copy depcomp to subdir because otherwise we won't find it if we're
- # using a relative directory.
- cp "$am_depcomp" conftest.dir
- cd conftest.dir
- # We will build objects and dependencies in a subdirectory because
- # it helps to detect inapplicable dependency modes. For instance
- # both Tru64's cc and ICC support -MD to output dependencies as a
- # side effect of compilation, but ICC will put the dependencies in
- # the current directory while Tru64 will put them in the object
- # directory.
- mkdir sub
-
- am_cv_CC_dependencies_compiler_type=none
- if test "$am_compiler_list" = ""; then
- am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
- fi
- for depmode in $am_compiler_list; do
- # Setup a source with many dependencies, because some compilers
- # like to wrap large dependency lists on column 80 (with \), and
- # we should not choose a depcomp mode which is confused by this.
- #
- # We need to recreate these files for each test, as the compiler may
- # overwrite some of them when testing with obscure command lines.
- # This happens at least with the AIX C compiler.
- : > sub/conftest.c
- for i in 1 2 3 4 5 6; do
- echo '#include "conftst'$i'.h"' >> sub/conftest.c
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
- # Solaris 8's {/usr,}/bin/sh.
- touch sub/conftst$i.h
- done
- echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
- case $depmode in
- nosideeffect)
- # after this tag, mechanisms are not by side-effect, so they'll
- # only be used when explicitly requested
- if test "x$enable_dependency_tracking" = xyes; then
- continue
- else
- break
- fi
- ;;
- none) break ;;
- esac
- # We check with `-c' and `-o' for the sake of the "dashmstdout"
- # mode. It turns out that the SunPro C++ compiler does not properly
- # handle `-M -o', and we need to detect this.
- if depmode=$depmode \
- source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
- depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
- $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
- >/dev/null 2>conftest.err &&
- grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
- grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
- ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
- # icc doesn't choke on unknown options, it will just issue warnings
- # or remarks (even with -Werror). So we grep stderr for any message
- # that says an option was ignored or not supported.
- # When given -MP, icc 7.0 and 7.1 complain thusly:
- # icc: Command line warning: ignoring option '-M'; no argument required
- # The diagnosis changed in icc 8.0:
- # icc: Command line remark: option '-MP' not supported
- if (grep 'ignoring option' conftest.err ||
- grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
- am_cv_CC_dependencies_compiler_type=$depmode
- break
- fi
- fi
- done
-
- cd ..
- rm -rf conftest.dir
-else
- am_cv_CC_dependencies_compiler_type=none
-fi
-
-fi
-echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
-
-
-
-if
- test "x$enable_dependency_tracking" != xno \
- && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
- am__fastdepCC_TRUE=
- am__fastdepCC_FALSE='#'
-else
- am__fastdepCC_TRUE='#'
- am__fastdepCC_FALSE=
-fi
-
-
-
-
-
- #
- # Ok, lets find the tcl configuration
- # First, look for one uninstalled.
- # the alternative search directory is invoked by --with-tcl
- #
-
- if test x"${no_tcl}" = x ; then
- # we reset no_tcl in case something fails here
- no_tcl=true
-
-# Check whether --with-tcl or --without-tcl was given.
-if test "${with_tcl+set}" = set; then
- withval="$with_tcl"
- with_tclconfig=${withval}
-fi;
- echo "$as_me:$LINENO: checking for Tcl configuration" >&5
-echo $ECHO_N "checking for Tcl configuration... $ECHO_C" >&6
- if test "${ac_cv_c_tclconfig+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-
- # First check to see if --with-tcl was specified.
- if test x"${with_tclconfig}" != x ; then
- if test -f "${with_tclconfig}/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
- else
- { { echo "$as_me:$LINENO: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&5
-echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >&2;}
- { (exit 1); exit 1; }; }
- fi
- fi
-
- # then check for a private Tcl installation
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in \
- ../tcl \
- `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
- ../../tcl \
- `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
- ../../../tcl \
- `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
- if test -f "$i/unix/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
-
- # check in a few common install locations
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in `ls -d ${libdir} 2>/dev/null` \
- `ls -d /usr/local/lib 2>/dev/null` \
- `ls -d /usr/contrib/lib 2>/dev/null` \
- `ls -d /usr/lib 2>/dev/null` \
- `ls -d /usr/lib64 2>/dev/null` \
- ; do
- if test -f "$i/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i; pwd)`
- break
- fi
- done
- fi
-
- # check in a few other private locations
- if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in \
- ${srcdir}/../tcl \
- `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
- `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
- if test -f "$i/unix/tclConfig.sh" ; then
- ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
-
-fi
-
-
- if test x"${ac_cv_c_tclconfig}" = x ; then
- TCL_BIN_DIR="# no Tcl configs found"
- { echo "$as_me:$LINENO: WARNING: Can't find Tcl configuration definitions" >&5
-echo "$as_me: WARNING: Can't find Tcl configuration definitions" >&2;}
- exit 0
- else
- no_tcl=
- TCL_BIN_DIR=${ac_cv_c_tclconfig}
- echo "$as_me:$LINENO: result: found $TCL_BIN_DIR/tclConfig.sh" >&5
-echo "${ECHO_T}found $TCL_BIN_DIR/tclConfig.sh" >&6
- fi
- fi
-
-
- #
- # Ok, lets find the tk configuration
- # First, look for one uninstalled.
- # the alternative search directory is invoked by --with-tk
- #
-
- if test x"${no_tk}" = x ; then
- # we reset no_tk in case something fails here
- no_tk=true
-
-# Check whether --with-tk or --without-tk was given.
-if test "${with_tk+set}" = set; then
- withval="$with_tk"
- with_tkconfig=${withval}
-fi;
- echo "$as_me:$LINENO: checking for Tk configuration" >&5
-echo $ECHO_N "checking for Tk configuration... $ECHO_C" >&6
- if test "${ac_cv_c_tkconfig+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-
- # First check to see if --with-tkconfig was specified.
- if test x"${with_tkconfig}" != x ; then
- if test -f "${with_tkconfig}/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
- else
- { { echo "$as_me:$LINENO: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&5
-echo "$as_me: error: ${with_tkconfig} directory doesn't contain tkConfig.sh" >&2;}
- { (exit 1); exit 1; }; }
- fi
- fi
-
- # then check for a private Tk library
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in \
- ../tk \
- `ls -dr ../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../tk[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../tk[8-9].[0-9]* 2>/dev/null` \
- ../../tk \
- `ls -dr ../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../../tk[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../../tk[8-9].[0-9]* 2>/dev/null` \
- ../../../tk \
- `ls -dr ../../../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ../../../tk[8-9].[0-9] 2>/dev/null` \
- `ls -dr ../../../tk[8-9].[0-9]* 2>/dev/null` ; do
- if test -f "$i/unix/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
- # check in a few common install locations
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in `ls -d ${libdir} 2>/dev/null` \
- `ls -d /usr/local/lib 2>/dev/null` \
- `ls -d /usr/contrib/lib 2>/dev/null` \
- `ls -d /usr/lib 2>/dev/null` \
- `ls -d /usr/lib64 2>/dev/null` \
- ; do
- if test -f "$i/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i; pwd)`
- break
- fi
- done
- fi
- # check in a few other private locations
- if test x"${ac_cv_c_tkconfig}" = x ; then
- for i in \
- ${srcdir}/../tk \
- `ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
- `ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
- `ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
- if test -f "$i/unix/tkConfig.sh" ; then
- ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
- break
- fi
- done
- fi
-
-fi
-
- if test x"${ac_cv_c_tkconfig}" = x ; then
- TK_BIN_DIR="# no Tk configs found"
- { echo "$as_me:$LINENO: WARNING: Can't find Tk configuration definitions" >&5
-echo "$as_me: WARNING: Can't find Tk configuration definitions" >&2;}
- exit 0
- else
- no_tk=
- TK_BIN_DIR=${ac_cv_c_tkconfig}
- echo "$as_me:$LINENO: result: found $TK_BIN_DIR/tkConfig.sh" >&5
-echo "${ECHO_T}found $TK_BIN_DIR/tkConfig.sh" >&6
- fi
- fi
-
-
-
- echo "$as_me:$LINENO: checking for existence of $TCL_BIN_DIR/tclConfig.sh" >&5
-echo $ECHO_N "checking for existence of $TCL_BIN_DIR/tclConfig.sh... $ECHO_C" >&6
-
- if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
- echo "$as_me:$LINENO: result: loading" >&5
-echo "${ECHO_T}loading" >&6
- . $TCL_BIN_DIR/tclConfig.sh
- else
- echo "$as_me:$LINENO: result: file not found" >&5
-echo "${ECHO_T}file not found" >&6
- fi
-
- #
- # If the TCL_BIN_DIR is the build directory (not the install directory),
- # then set the common variable name to the value of the build variables.
- # For example, the variable TCL_LIB_SPEC will be set to the value
- # of TCL_BUILD_LIB_SPEC. An extension should make use of TCL_LIB_SPEC
- # instead of TCL_BUILD_LIB_SPEC since it will work with both an
- # installed and uninstalled version of Tcl.
- #
-
- if test -f $TCL_BIN_DIR/Makefile ; then
- TCL_LIB_SPEC=${TCL_BUILD_LIB_SPEC}
- TCL_STUB_LIB_SPEC=${TCL_BUILD_STUB_LIB_SPEC}
- TCL_STUB_LIB_PATH=${TCL_BUILD_STUB_LIB_PATH}
- fi
-
- #
- # eval is required to do the TCL_DBGX substitution
- #
-
- eval "TCL_LIB_FILE=\"${TCL_LIB_FILE}\""
- eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\""
- eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\""
- eval "TCL_INCLUDE_SPEC=\"${TCL_INCLUDE_SPEC}\""
-
- eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
- eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
- eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\""
-
-# AC_SUBST(TCL_VERSION)
-# AC_SUBST(TCL_BIN_DIR)
-# AC_SUBST(TCL_SRC_DIR)
-
-# AC_SUBST(TCL_LIB_FILE)
-# AC_SUBST(TCL_LIB_FLAG)
-
-
-
-# AC_SUBST(TCL_STUB_LIB_FILE)
-# AC_SUBST(TCL_STUB_LIB_FLAG)
-# AC_SUBST(TCL_STUB_LIB_SPEC)
-
-
- echo "$as_me:$LINENO: checking for existence of $TK_BIN_DIR/tkConfig.sh" >&5
-echo $ECHO_N "checking for existence of $TK_BIN_DIR/tkConfig.sh... $ECHO_C" >&6
-
- if test -f "$TK_BIN_DIR/tkConfig.sh" ; then
- echo "$as_me:$LINENO: result: loading" >&5
-echo "${ECHO_T}loading" >&6
- . $TK_BIN_DIR/tkConfig.sh
- else
- echo "$as_me:$LINENO: result: could not find $TK_BIN_DIR/tkConfig.sh" >&5
-echo "${ECHO_T}could not find $TK_BIN_DIR/tkConfig.sh" >&6
- fi
-
-
-
-
-
-
-# AC_SUBST(TK_VERSION)
-# AC_SUBST(TK_BIN_DIR)
-# AC_SUBST(TK_SRC_DIR)
-# AC_SUBST(TK_LIB_FILE)
-
-
-# Set default installation prefix.
-
-ac_prefix=$prefix
-if test "x$ac_prefix" = "xNONE"; then
- ac_prefix=$ac_default_prefix
-fi
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define DEFAULTPATH "$ac_prefix/dict"
-_ACEOF
-
-
-#AC_DEFINE_UNQUOTED(DEFAULTPATH,"${prefix}/dict")
-
-# This doesn't do anything
- ac_config_commands="$ac_config_commands default"
-
-
- ac_config_files="$ac_config_files Makefile dict/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile doc/pdf/Makefile doc/ps/Makefile include/Makefile include/tk/Makefile src/Makefile lib/Makefile lib/wnres/Makefile"
-
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems. If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, don't put newlines in cache variables' values.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-{
- (set) 2>&1 |
- case `(ac_space=' '; set | grep ac_space) 2>&1` in
- *ac_space=\ *)
- # `set' does not quote correctly, so add quotes (double-quote
- # substitution turns \\\\ into \\, and sed turns \\ into \).
- sed -n \
- "s/'/'\\\\''/g;
- s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
- ;;
- *)
- # `set' quotes correctly as required by POSIX, so do not add quotes.
- sed -n \
- "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
- ;;
- esac;
-} |
- sed '
- t clear
- : clear
- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
- t end
- /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
- : end' >>confcache
-if diff $cache_file confcache >/dev/null 2>&1; then :; else
- if test -w $cache_file; then
- test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
- cat confcache >$cache_file
- else
- echo "not updating unwritable cache $cache_file"
- fi
-fi
-rm -f confcache
-
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
-# Let make expand exec_prefix.
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-# trailing colons and then remove the whole line if VPATH becomes empty
-# (actually we leave an empty line to preserve line numbers).
-if test "x$srcdir" = x.; then
- ac_vpsub='/^[ ]*VPATH[ ]*=/{
-s/:*\$(srcdir):*/:/;
-s/:*\${srcdir}:*/:/;
-s/:*@srcdir@:*/:/;
-s/^\([^=]*=[ ]*\):*/\1/;
-s/:*$//;
-s/^[^=]*=[ ]*$//;
-}'
-fi
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
- # 1. Remove the extension, and $U if already installed.
- ac_i=`echo "$ac_i" |
- sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
- # 2. Add them.
- ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
- ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
-done
-LIBOBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
-if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
-fi
-
-: ${CONFIG_STATUS=./config.status}
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
-echo "$as_me: creating $CONFIG_STATUS" >&6;}
-cat >$CONFIG_STATUS <<_ACEOF
-#! $SHELL
-# Generated by $as_me.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-SHELL=\${CONFIG_SHELL-$SHELL}
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF
-## --------------------- ##
-## M4sh Initialization. ##
-## --------------------- ##
-
-# Be Bourne compatible
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
- emulate sh
- NULLCMD=:
- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
- # is contrary to our usage. Disable this feature.
- alias -g '${1+"$@"}'='"$@"'
-elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
- set -o posix
-fi
-DUALCASE=1; export DUALCASE # for MKS sh
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
- as_unset=unset
-else
- as_unset=false
-fi
-
-
-# Work around bugs in pre-3.0 UWIN ksh.
-$as_unset ENV MAIL MAILPATH
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-for as_var in \
- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
- LC_TELEPHONE LC_TIME
-do
- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
- eval $as_var=C; export $as_var
- else
- $as_unset $as_var
- fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
- as_basename=basename
-else
- as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
- X"$0" : 'X\(//\)$' \| \
- X"$0" : 'X\(/\)$' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X/"$0" |
- sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
- /^X\/\(\/\/\)$/{ s//\1/; q; }
- /^X\/\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
-
-
-# PATH needs CR, and LINENO needs CR and PATH.
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
- echo "#! /bin/sh" >conf$$.sh
- echo "exit 0" >>conf$$.sh
- chmod +x conf$$.sh
- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
- PATH_SEPARATOR=';'
- else
- PATH_SEPARATOR=:
- fi
- rm -f conf$$.sh
-fi
-
-
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" || {
- # Find who we are. Look in the path if we contain no path at all
- # relative or not.
- case $0 in
- *[\\/]* ) as_myself=$0 ;;
- *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-
- ;;
- esac
- # We did not find ourselves, most probably we were run as `sh COMMAND'
- # in which case we are not to be found in the path.
- if test "x$as_myself" = x; then
- as_myself=$0
- fi
- if test ! -f "$as_myself"; then
- { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
-echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
- { (exit 1); exit 1; }; }
- fi
- case $CONFIG_SHELL in
- '')
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for as_base in sh bash ksh sh5; do
- case $as_dir in
- /*)
- if ("$as_dir/$as_base" -c '
- as_lineno_1=$LINENO
- as_lineno_2=$LINENO
- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
- test "x$as_lineno_1" != "x$as_lineno_2" &&
- test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
- $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
- $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
- CONFIG_SHELL=$as_dir/$as_base
- export CONFIG_SHELL
- exec "$CONFIG_SHELL" "$0" ${1+"$@"}
- fi;;
- esac
- done
-done
-;;
- esac
-
- # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
- # uniformly replaced by the line number. The first 'sed' inserts a
- # line-number line before each line; the second 'sed' does the real
- # work. The second script uses 'N' to pair each line-number line
- # with the numbered line, and appends trailing '-' during
- # substitution so that $LINENO is not a special case at line end.
- # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
- # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
- sed '=' <$as_myself |
- sed '
- N
- s,$,-,
- : loop
- s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
- t loop
- s,-$,,
- s,^['$as_cr_digits']*\n,,
- ' >$as_me.lineno &&
- chmod +x $as_me.lineno ||
- { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
-echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
- { (exit 1); exit 1; }; }
-
- # Don't try to exec as it changes $[0], causing all sort of problems
- # (the dirname of $[0] is not the place where we might find the
- # original and so on. Autoconf is especially sensible to this).
- . ./$as_me.lineno
- # Exit status is that of the last command.
- exit
-}
-
-
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
- *c*,-n*) ECHO_N= ECHO_C='
-' ECHO_T=' ' ;;
- *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
- *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
-esac
-
-if expr a : '\(a\)' >/dev/null 2>&1; then
- as_expr=expr
-else
- as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
- # We could just check for DJGPP; but this test a) works b) is more generic
- # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
- if test -f conf$$.exe; then
- # Don't use ln at all; we don't have any links
- as_ln_s='cp -p'
- else
- as_ln_s='ln -s'
- fi
-elif ln conf$$.file conf$$ 2>/dev/null; then
- as_ln_s=ln
-else
- as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.file
-
-if mkdir -p . 2>/dev/null; then
- as_mkdir_p=:
-else
- test -d ./-p && rmdir ./-p
- as_mkdir_p=false
-fi
-
-as_executable_p="test -f"
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.
-as_nl='
-'
-IFS=" $as_nl"
-
-# CDPATH.
-$as_unset CDPATH
-
-exec 6>&1
-
-# Open the log real soon, to keep \$[0] and so on meaningful, and to
-# report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling. Logging --version etc. is OK.
-exec 5>>config.log
-{
- echo
- sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-} >&5
-cat >&5 <<_CSEOF
-
-This file was extended by WordNet $as_me 3.0, which was
-generated by GNU Autoconf 2.59. Invocation command line was
-
- CONFIG_FILES = $CONFIG_FILES
- CONFIG_HEADERS = $CONFIG_HEADERS
- CONFIG_LINKS = $CONFIG_LINKS
- CONFIG_COMMANDS = $CONFIG_COMMANDS
- $ $0 $@
-
-_CSEOF
-echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
-echo >&5
-_ACEOF
-
-# Files that config.status was made for.
-if test -n "$ac_config_files"; then
- echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
-fi
-
-if test -n "$ac_config_headers"; then
- echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
-fi
-
-if test -n "$ac_config_links"; then
- echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
-fi
-
-if test -n "$ac_config_commands"; then
- echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
-fi
-
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-ac_cs_usage="\
-\`$as_me' instantiates files from templates according to the
-current configuration.
-
-Usage: $0 [OPTIONS] [FILE]...
-
- -h, --help print this help, then exit
- -V, --version print version number, then exit
- -q, --quiet do not print progress messages
- -d, --debug don't remove temporary files
- --recheck update $as_me by reconfiguring in the same conditions
- --file=FILE[:TEMPLATE]
- instantiate the configuration file FILE
- --header=FILE[:TEMPLATE]
- instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to ."
-_ACEOF
-
-cat >>$CONFIG_STATUS <<_ACEOF
-ac_cs_version="\\
-WordNet config.status 3.0
-configured by $0, generated by GNU Autoconf 2.59,
- with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
-
-Copyright (C) 2003 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-srcdir=$srcdir
-INSTALL="$INSTALL"
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF
-# If no file are specified by the user, then we need to provide default
-# value. By we need to know if files were specified by the user.
-ac_need_defaults=:
-while test $# != 0
-do
- case $1 in
- --*=*)
- ac_option=`expr "x$1" : 'x\([^=]*\)='`
- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
- ac_shift=:
- ;;
- -*)
- ac_option=$1
- ac_optarg=$2
- ac_shift=shift
- ;;
- *) # This is not an option, so the user has probably given explicit
- # arguments.
- ac_option=$1
- ac_need_defaults=false;;
- esac
-
- case $ac_option in
- # Handling of the options.
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- ac_cs_recheck=: ;;
- --version | --vers* | -V )
- echo "$ac_cs_version"; exit 0 ;;
- --he | --h)
- # Conflict between --help and --header
- { { echo "$as_me:$LINENO: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; };;
- --help | --hel | -h )
- echo "$ac_cs_usage"; exit 0 ;;
- --debug | --d* | -d )
- debug=: ;;
- --file | --fil | --fi | --f )
- $ac_shift
- CONFIG_FILES="$CONFIG_FILES $ac_optarg"
- ac_need_defaults=false;;
- --header | --heade | --head | --hea )
- $ac_shift
- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
- ac_need_defaults=false;;
- -q | -quiet | --quiet | --quie | --qui | --qu | --q \
- | -silent | --silent | --silen | --sile | --sil | --si | --s)
- ac_cs_silent=: ;;
-
- # This is an error.
- -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&5
-echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2;}
- { (exit 1); exit 1; }; } ;;
-
- *) ac_config_targets="$ac_config_targets $1" ;;
-
- esac
- shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
- exec 6>/dev/null
- ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF
-if \$ac_cs_recheck; then
- echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
- exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-fi
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<_ACEOF
-#
-# INIT-COMMANDS section.
-#
-
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-_ACEOF
-
-
-
-cat >>$CONFIG_STATUS <<\_ACEOF
-for ac_config_target in $ac_config_targets
-do
- case "$ac_config_target" in
- # Handling of arguments.
- "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "dict/Makefile" ) CONFIG_FILES="$CONFIG_FILES dict/Makefile" ;;
- "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
- "doc/html/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Makefile" ;;
- "doc/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/man/Makefile" ;;
- "doc/pdf/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/pdf/Makefile" ;;
- "doc/ps/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/ps/Makefile" ;;
- "include/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
- "include/tk/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/tk/Makefile" ;;
- "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
- "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
- "lib/wnres/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/wnres/Makefile" ;;
- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
- "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
- { (exit 1); exit 1; }; };;
- esac
-done
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used. Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience. Make it in the build tree
-# simply because there is no reason to put it here, and in addition,
-# creating and moving files from /tmp can sometimes cause problems.
-# Create a temporary directory, and hook for its removal unless debugging.
-$debug ||
-{
- trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
- trap '{ (exit 1); exit 1; }' 1 2 13 15
-}
-
-# Create a (secure) tmp directory for tmp files.
-
-{
- tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
- test -n "$tmp" && test -d "$tmp"
-} ||
-{
- tmp=./confstat$$-$RANDOM
- (umask 077 && mkdir $tmp)
-} ||
-{
- echo "$me: cannot create a temporary directory in ." >&2
- { (exit 1); exit 1; }
-}
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<_ACEOF
-
-#
-# CONFIG_FILES section.
-#
-
-# No need to generate the scripts if there are no CONFIG_FILES.
-# This happens for instance when ./config.status config.h
-if test -n "\$CONFIG_FILES"; then
- # Protect against being on the right side of a sed subst in config.status.
- sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
- s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
-s,@SHELL@,$SHELL,;t t
-s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
-s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
-s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
-s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
-s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
-s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
-s,@exec_prefix@,$exec_prefix,;t t
-s,@prefix@,$prefix,;t t
-s,@program_transform_name@,$program_transform_name,;t t
-s,@bindir@,$bindir,;t t
-s,@sbindir@,$sbindir,;t t
-s,@libexecdir@,$libexecdir,;t t
-s,@datadir@,$datadir,;t t
-s,@sysconfdir@,$sysconfdir,;t t
-s,@sharedstatedir@,$sharedstatedir,;t t
-s,@localstatedir@,$localstatedir,;t t
-s,@libdir@,$libdir,;t t
-s,@includedir@,$includedir,;t t
-s,@oldincludedir@,$oldincludedir,;t t
-s,@infodir@,$infodir,;t t
-s,@mandir@,$mandir,;t t
-s,@build_alias@,$build_alias,;t t
-s,@host_alias@,$host_alias,;t t
-s,@target_alias@,$target_alias,;t t
-s,@DEFS@,$DEFS,;t t
-s,@ECHO_C@,$ECHO_C,;t t
-s,@ECHO_N@,$ECHO_N,;t t
-s,@ECHO_T@,$ECHO_T,;t t
-s,@LIBS@,$LIBS,;t t
-s,@CC@,$CC,;t t
-s,@CFLAGS@,$CFLAGS,;t t
-s,@LDFLAGS@,$LDFLAGS,;t t
-s,@CPPFLAGS@,$CPPFLAGS,;t t
-s,@ac_ct_CC@,$ac_ct_CC,;t t
-s,@EXEEXT@,$EXEEXT,;t t
-s,@OBJEXT@,$OBJEXT,;t t
-s,@RANLIB@,$RANLIB,;t t
-s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
-s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
-s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
-s,@INSTALL_DATA@,$INSTALL_DATA,;t t
-s,@CPP@,$CPP,;t t
-s,@EGREP@,$EGREP,;t t
-s,@LIBOBJS@,$LIBOBJS,;t t
-s,@CYGPATH_W@,$CYGPATH_W,;t t
-s,@PACKAGE@,$PACKAGE,;t t
-s,@VERSION@,$VERSION,;t t
-s,@ACLOCAL@,$ACLOCAL,;t t
-s,@AUTOCONF@,$AUTOCONF,;t t
-s,@AUTOMAKE@,$AUTOMAKE,;t t
-s,@AUTOHEADER@,$AUTOHEADER,;t t
-s,@MAKEINFO@,$MAKEINFO,;t t
-s,@install_sh@,$install_sh,;t t
-s,@STRIP@,$STRIP,;t t
-s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
-s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
-s,@mkdir_p@,$mkdir_p,;t t
-s,@AWK@,$AWK,;t t
-s,@SET_MAKE@,$SET_MAKE,;t t
-s,@am__leading_dot@,$am__leading_dot,;t t
-s,@AMTAR@,$AMTAR,;t t
-s,@am__tar@,$am__tar,;t t
-s,@am__untar@,$am__untar,;t t
-s,@DEPDIR@,$DEPDIR,;t t
-s,@am__include@,$am__include,;t t
-s,@am__quote@,$am__quote,;t t
-s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
-s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
-s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
-s,@CCDEPMODE@,$CCDEPMODE,;t t
-s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
-s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
-s,@TCL_LIB_SPEC@,$TCL_LIB_SPEC,;t t
-s,@TCL_INCLUDE_SPEC@,$TCL_INCLUDE_SPEC,;t t
-s,@TK_LIB_SPEC@,$TK_LIB_SPEC,;t t
-s,@TK_LIBS@,$TK_LIBS,;t t
-s,@TK_XINCLUDES@,$TK_XINCLUDES,;t t
-s,@TK_PREFIX@,$TK_PREFIX,;t t
-s,@ac_prefix@,$ac_prefix,;t t
-s,@LTLIBOBJS@,$LTLIBOBJS,;t t
-CEOF
-
-_ACEOF
-
- cat >>$CONFIG_STATUS <<\_ACEOF
- # Split the substitutions into bite-sized pieces for seds with
- # small command number limits, like on Digital OSF/1 and HP-UX.
- ac_max_sed_lines=48
- ac_sed_frag=1 # Number of current file.
- ac_beg=1 # First line for current file.
- ac_end=$ac_max_sed_lines # Line after last line for current file.
- ac_more_lines=:
- ac_sed_cmds=
- while $ac_more_lines; do
- if test $ac_beg -gt 1; then
- sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- else
- sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
- fi
- if test ! -s $tmp/subs.frag; then
- ac_more_lines=false
- else
- # The purpose of the label and of the branching condition is to
- # speed up the sed processing (if there are no `@' at all, there
- # is no need to browse any of the substitutions).
- # These are the two extra sed commands mentioned above.
- (echo ':t
- /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
- else
- ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
- fi
- ac_sed_frag=`expr $ac_sed_frag + 1`
- ac_beg=$ac_end
- ac_end=`expr $ac_end + $ac_max_sed_lines`
- fi
- done
- if test -z "$ac_sed_cmds"; then
- ac_sed_cmds=cat
- fi
-fi # test -n "$CONFIG_FILES"
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case $ac_file in
- - | *:- | *:-:* ) # input from stdin
- cat >$tmp/stdin
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- * ) ac_file_in=$ac_file.in ;;
- esac
-
- # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
- ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$ac_file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- { if $as_mkdir_p; then
- mkdir -p "$ac_dir"
- else
- as_dir="$ac_dir"
- as_dirs=
- while test ! -d "$as_dir"; do
- as_dirs="$as_dir $as_dirs"
- as_dir=`(dirname "$as_dir") 2>/dev/null ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- done
- test ! -n "$as_dirs" || mkdir $as_dirs
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
- { (exit 1); exit 1; }; }; }
-
- ac_builddir=.
-
-if test "$ac_dir" != .; then
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
- # A "../" for each directory in $ac_dir_suffix.
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
- ac_dir_suffix= ac_top_builddir=
-fi
-
-case $srcdir in
- .) # No --srcdir option. We are building in place.
- ac_srcdir=.
- if test -z "$ac_top_builddir"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
- fi ;;
- [\\/]* | ?:[\\/]* ) # Absolute path.
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_top_builddir$srcdir ;;
-esac
-
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
- case "$ac_dir" in
- .) ac_abs_builddir=`pwd`;;
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
- *) ac_abs_builddir=`pwd`/"$ac_dir";;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
- case ${ac_top_builddir}. in
- .) ac_abs_top_builddir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
- case $ac_srcdir in
- .) ac_abs_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
- case $ac_top_srcdir in
- .) ac_abs_top_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
- esac;;
-esac
-
-
- case $INSTALL in
- [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
- *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
- esac
-
- if test x"$ac_file" != x-; then
- { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
- rm -f "$ac_file"
- fi
- # Let's still pretend it is `configure' which instantiates (i.e., don't
- # use $as_me), people would be surprised to read:
- # /* config.h. Generated by config.status. */
- if test x"$ac_file" = x-; then
- configure_input=
- else
- configure_input="$ac_file. "
- fi
- configure_input=$configure_input"Generated from `echo $ac_file_in |
- sed 's,.*/,,'` by configure."
-
- # First look for the input files in the build tree, otherwise in the
- # src tree.
- ac_file_inputs=`IFS=:
- for f in $ac_file_in; do
- case $f in
- -) echo $tmp/stdin ;;
- [\\/$]*)
- # Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- echo "$f";;
- *) # Relative
- if test -f "$f"; then
- # Build tree
- echo "$f"
- elif test -f "$srcdir/$f"; then
- # Source tree
- echo "$srcdir/$f"
- else
- # /dev/null tree
- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- fi;;
- esac
- done` || { (exit 1); exit 1; }
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF
- sed "$ac_vpsub
-$extrasub
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s,@configure_input@,$configure_input,;t t
-s,@srcdir@,$ac_srcdir,;t t
-s,@abs_srcdir@,$ac_abs_srcdir,;t t
-s,@top_srcdir@,$ac_top_srcdir,;t t
-s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
-s,@builddir@,$ac_builddir,;t t
-s,@abs_builddir@,$ac_abs_builddir,;t t
-s,@top_builddir@,$ac_top_builddir,;t t
-s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
-s,@INSTALL@,$ac_INSTALL,;t t
-" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
- rm -f $tmp/stdin
- if test x"$ac_file" != x-; then
- mv $tmp/out $ac_file
- else
- cat $tmp/out
- rm -f $tmp/out
- fi
-
-done
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-#
-# CONFIG_HEADER section.
-#
-
-# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
-# NAME is the cpp macro being defined and VALUE is the value it is being given.
-#
-# ac_d sets the value in "#define NAME VALUE" lines.
-ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
-ac_dB='[ ].*$,\1#\2'
-ac_dC=' '
-ac_dD=',;t'
-# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
-ac_uB='$,\1#\2define\3'
-ac_uC=' '
-ac_uD=',;t'
-
-for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
- # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
- case $ac_file in
- - | *:- | *:-:* ) # input from stdin
- cat >$tmp/stdin
- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
- * ) ac_file_in=$ac_file.in ;;
- esac
-
- test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-
- # First look for the input files in the build tree, otherwise in the
- # src tree.
- ac_file_inputs=`IFS=:
- for f in $ac_file_in; do
- case $f in
- -) echo $tmp/stdin ;;
- [\\/$]*)
- # Absolute (can't be DOS-style, as IFS=:)
- test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- # Do quote $f, to prevent DOS paths from being IFS'd.
- echo "$f";;
- *) # Relative
- if test -f "$f"; then
- # Build tree
- echo "$f"
- elif test -f "$srcdir/$f"; then
- # Source tree
- echo "$srcdir/$f"
- else
- # /dev/null tree
- { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-echo "$as_me: error: cannot find input file: $f" >&2;}
- { (exit 1); exit 1; }; }
- fi;;
- esac
- done` || { (exit 1); exit 1; }
- # Remove the trailing spaces.
- sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
-
-_ACEOF
-
-# Transform confdefs.h into two sed scripts, `conftest.defines' and
-# `conftest.undefs', that substitutes the proper values into
-# config.h.in to produce config.h. The first handles `#define'
-# templates, and the second `#undef' templates.
-# And first: Protect against being on the right side of a sed subst in
-# config.status. Protect against being in an unquoted here document
-# in config.status.
-rm -f conftest.defines conftest.undefs
-# Using a here document instead of a string reduces the quoting nightmare.
-# Putting comments in sed scripts is not portable.
-#
-# `end' is used to avoid that the second main sed command (meant for
-# 0-ary CPP macros) applies to n-ary macro definitions.
-# See the Autoconf documentation for `clear'.
-cat >confdef2sed.sed <<\_ACEOF
-s/[\\&,]/\\&/g
-s,[\\$`],\\&,g
-t clear
-: clear
-s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
-t end
-s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
-: end
-_ACEOF
-# If some macros were called several times there might be several times
-# the same #defines, which is useless. Nevertheless, we may not want to
-# sort them, since we want the *last* AC-DEFINE to be honored.
-uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
-sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
-rm -f confdef2sed.sed
-
-# This sed command replaces #undef with comments. This is necessary, for
-# example, in the case of _POSIX_SOURCE, which is predefined and required
-# on some systems where configure will not decide to define it.
-cat >>conftest.undefs <<\_ACEOF
-s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
-_ACEOF
-
-# Break up conftest.defines because some shells have a limit on the size
-# of here documents, and old seds have small limits too (100 cmds).
-echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
-echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
-echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
-echo ' :' >>$CONFIG_STATUS
-rm -f conftest.tail
-while grep . conftest.defines >/dev/null
-do
- # Write a limited-size here document to $tmp/defines.sed.
- echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS
- # Speed up: don't consider the non `#define' lines.
- echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
- # Work around the forget-to-reset-the-flag bug.
- echo 't clr' >>$CONFIG_STATUS
- echo ': clr' >>$CONFIG_STATUS
- sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
- echo 'CEOF
- sed -f $tmp/defines.sed $tmp/in >$tmp/out
- rm -f $tmp/in
- mv $tmp/out $tmp/in
-' >>$CONFIG_STATUS
- sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
- rm -f conftest.defines
- mv conftest.tail conftest.defines
-done
-rm -f conftest.defines
-echo ' fi # grep' >>$CONFIG_STATUS
-echo >>$CONFIG_STATUS
-
-# Break up conftest.undefs because some shells have a limit on the size
-# of here documents, and old seds have small limits too (100 cmds).
-echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
-rm -f conftest.tail
-while grep . conftest.undefs >/dev/null
-do
- # Write a limited-size here document to $tmp/undefs.sed.
- echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS
- # Speed up: don't consider the non `#undef'
- echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
- # Work around the forget-to-reset-the-flag bug.
- echo 't clr' >>$CONFIG_STATUS
- echo ': clr' >>$CONFIG_STATUS
- sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
- echo 'CEOF
- sed -f $tmp/undefs.sed $tmp/in >$tmp/out
- rm -f $tmp/in
- mv $tmp/out $tmp/in
-' >>$CONFIG_STATUS
- sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
- rm -f conftest.undefs
- mv conftest.tail conftest.undefs
-done
-rm -f conftest.undefs
-
-cat >>$CONFIG_STATUS <<\_ACEOF
- # Let's still pretend it is `configure' which instantiates (i.e., don't
- # use $as_me), people would be surprised to read:
- # /* config.h. Generated by config.status. */
- if test x"$ac_file" = x-; then
- echo "/* Generated by configure. */" >$tmp/config.h
- else
- echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
- fi
- cat $tmp/in >>$tmp/config.h
- rm -f $tmp/in
- if test x"$ac_file" != x-; then
- if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-echo "$as_me: $ac_file is unchanged" >&6;}
- else
- ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_file" : 'X\(//\)[^/]' \| \
- X"$ac_file" : 'X\(//\)$' \| \
- X"$ac_file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$ac_file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- { if $as_mkdir_p; then
- mkdir -p "$ac_dir"
- else
- as_dir="$ac_dir"
- as_dirs=
- while test ! -d "$as_dir"; do
- as_dirs="$as_dir $as_dirs"
- as_dir=`(dirname "$as_dir") 2>/dev/null ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- done
- test ! -n "$as_dirs" || mkdir $as_dirs
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
- { (exit 1); exit 1; }; }; }
-
- rm -f $ac_file
- mv $tmp/config.h $ac_file
- fi
- else
- cat $tmp/config.h
- rm -f $tmp/config.h
- fi
-# Compute $ac_file's index in $config_headers.
-_am_stamp_count=1
-for _am_header in $config_headers :; do
- case $_am_header in
- $ac_file | $ac_file:* )
- break ;;
- * )
- _am_stamp_count=`expr $_am_stamp_count + 1` ;;
- esac
-done
-echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
-$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X$ac_file : 'X\(//\)[^/]' \| \
- X$ac_file : 'X\(//\)$' \| \
- X$ac_file : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X$ac_file |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`/stamp-h$_am_stamp_count
-done
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-#
-# CONFIG_COMMANDS section.
-#
-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
- ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
- ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
-$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$ac_dest" : 'X\(//\)[^/]' \| \
- X"$ac_dest" : 'X\(//\)$' \| \
- X"$ac_dest" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$ac_dest" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- { if $as_mkdir_p; then
- mkdir -p "$ac_dir"
- else
- as_dir="$ac_dir"
- as_dirs=
- while test ! -d "$as_dir"; do
- as_dirs="$as_dir $as_dirs"
- as_dir=`(dirname "$as_dir") 2>/dev/null ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- done
- test ! -n "$as_dirs" || mkdir $as_dirs
- fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
- { (exit 1); exit 1; }; }; }
-
- ac_builddir=.
-
-if test "$ac_dir" != .; then
- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
- # A "../" for each directory in $ac_dir_suffix.
- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-else
- ac_dir_suffix= ac_top_builddir=
-fi
-
-case $srcdir in
- .) # No --srcdir option. We are building in place.
- ac_srcdir=.
- if test -z "$ac_top_builddir"; then
- ac_top_srcdir=.
- else
- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
- fi ;;
- [\\/]* | ?:[\\/]* ) # Absolute path.
- ac_srcdir=$srcdir$ac_dir_suffix;
- ac_top_srcdir=$srcdir ;;
- *) # Relative path.
- ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
- ac_top_srcdir=$ac_top_builddir$srcdir ;;
-esac
-
-# Do not use `cd foo && pwd` to compute absolute paths, because
-# the directories may not exist.
-case `pwd` in
-.) ac_abs_builddir="$ac_dir";;
-*)
- case "$ac_dir" in
- .) ac_abs_builddir=`pwd`;;
- [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
- *) ac_abs_builddir=`pwd`/"$ac_dir";;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_builddir=${ac_top_builddir}.;;
-*)
- case ${ac_top_builddir}. in
- .) ac_abs_top_builddir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
- *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_srcdir=$ac_srcdir;;
-*)
- case $ac_srcdir in
- .) ac_abs_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
- *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
- esac;;
-esac
-case $ac_abs_builddir in
-.) ac_abs_top_srcdir=$ac_top_srcdir;;
-*)
- case $ac_top_srcdir in
- .) ac_abs_top_srcdir=$ac_abs_builddir;;
- [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
- *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
- esac;;
-esac
-
-
- { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
-echo "$as_me: executing $ac_dest commands" >&6;}
- case $ac_dest in
- depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
- # Strip MF so we end up with the name of the file.
- mf=`echo "$mf" | sed -e 's/:.*$//'`
- # Check whether this is an Automake generated Makefile or not.
- # We used to match only the files named `Makefile.in', but
- # some people rename them; so instead we look at the file content.
- # Grep'ing the first line is not enough: some people post-process
- # each Makefile.in and add a new line on top of each file to say so.
- # So let's grep whole file.
- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
- dirpart=`(dirname "$mf") 2>/dev/null ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$mf" : 'X\(//\)[^/]' \| \
- X"$mf" : 'X\(//\)$' \| \
- X"$mf" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$mf" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- else
- continue
- fi
- # Extract the definition of DEPDIR, am__include, and am__quote
- # from the Makefile without running `make'.
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
- test -z "$DEPDIR" && continue
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
- test -z "am__include" && continue
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
- # When using ansi2knr, U may be empty or an underscore; expand it
- U=`sed -n 's/^U = //p' < "$mf"`
- # Find all dependency output files, they are included files with
- # $(DEPDIR) in their names. We invoke sed twice because it is the
- # simplest approach to changing $(DEPDIR) to its actual value in the
- # expansion.
- for file in `sed -n "
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
- # Make sure the directory exists.
- test -f "$dirpart/$file" && continue
- fdir=`(dirname "$file") 2>/dev/null ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$file" : 'X\(//\)[^/]' \| \
- X"$file" : 'X\(//\)$' \| \
- X"$file" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$file" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- { if $as_mkdir_p; then
- mkdir -p $dirpart/$fdir
- else
- as_dir=$dirpart/$fdir
- as_dirs=
- while test ! -d "$as_dir"; do
- as_dirs="$as_dir $as_dirs"
- as_dir=`(dirname "$as_dir") 2>/dev/null ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
- X"$as_dir" : 'X\(//\)[^/]' \| \
- X"$as_dir" : 'X\(//\)$' \| \
- X"$as_dir" : 'X\(/\)' \| \
- . : '\(.\)' 2>/dev/null ||
-echo X"$as_dir" |
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
- done
- test ! -n "$as_dirs" || mkdir $as_dirs
- fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
-echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
- { (exit 1); exit 1; }; }; }
-
- # echo "creating $dirpart/$file"
- echo '# dummy' > "$dirpart/$file"
- done
-done
- ;;
- esac
-done
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF
-
-{ (exit 0); exit 0; }
-_ACEOF
-chmod +x $CONFIG_STATUS
-ac_clean_files=$ac_clean_files_save
-
-
-# configure is writing to config.log, and then calls config.status.
-# config.status does its own redirection, appending to config.log.
-# Unfortunately, on DOS this fails, as config.log is still kept open
-# by configure, so config.status won't be able to write to it; its
-# output is simply discarded. So we exec the FD to /dev/null,
-# effectively closing config.log, so it can be properly (re)opened and
-# appended to by config.status. When coming back to configure, we
-# need to make the FD available again.
-if test "$no_create" != yes; then
- ac_cs_success=:
- ac_config_status_args=
- test "$silent" = yes &&
- ac_config_status_args="$ac_config_status_args --quiet"
- exec 5>/dev/null
- $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
- exec 5>>config.log
- # Use ||, not &&, to avoid exiting from the if with $? = 1, which
- # would make configure fail if this is the last instruction.
- $ac_cs_success || { (exit 1); exit 1; }
-fi
-
-
-echo "$as_me:$LINENO: result:
-WordNet is now configured
-
- Installation directory: ${prefix}
-
- To build and install WordNet:
-
- make
- make install
-
- To run, environment variables should be set as follows:
-
- PATH - include ${bindir}
- WNHOME - if not using default installation location, set to ${prefix}
-
- See INSTALL file for details and additional environment variables
- which may need to be set on your system.
-
-" >&5
-echo "${ECHO_T}
-WordNet is now configured
-
- Installation directory: ${prefix}
-
- To build and install WordNet:
-
- make
- make install
-
- To run, environment variables should be set as follows:
-
- PATH - include ${bindir}
- WNHOME - if not using default installation location, set to ${prefix}
-
- See INSTALL file for details and additional environment variables
- which may need to be set on your system.
-
-" >&6
diff --git a/corpora/en/wordnet/configure.ac b/corpora/en/wordnet/configure.ac
deleted file mode 100644
index b6d1c1434..000000000
--- a/corpora/en/wordnet/configure.ac
+++ /dev/null
@@ -1,74 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ(2.59)
-AC_INIT(WordNet, 3.0, [wordnet@princeton.edu], wordnet)
-AC_CONFIG_SRCDIR([config.h.in])
-AC_CONFIG_HEADER([config.h])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_RANLIB
-AC_PROG_INSTALL
-
-# Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS([locale.h malloc.h stdlib.h string.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-
-# Checks for library functions.
-AC_FUNC_MALLOC
-AC_CHECK_FUNCS([strchr strdup strrchr strstr strtol])
-
-# Set HAVE_LANGINFO_CODESET if nl_langinfo is found
-
-AC_LANGINFO_CODESET
-
-AM_INIT_AUTOMAKE(WordNet, 3.0)
-
-SC_PATH_TCLCONFIG
-SC_PATH_TKCONFIG
-SC_LOAD_TCLCONFIG
-SC_LOAD_TKCONFIG
-
-# Set default installation prefix.
-AC_PREFIX_DEFAULT([/usr/local/WordNet-3.0])
-ac_prefix=$prefix
-if test "x$ac_prefix" = "xNONE"; then
- ac_prefix=$ac_default_prefix
-fi
-AC_SUBST(ac_prefix)
-AH_TEMPLATE([DEFAULTPATH],[The default search path for WordNet data files])
-AC_DEFINE_UNQUOTED(DEFAULTPATH, ["$ac_prefix/dict"], [Default installation prefix.])
-
-#AC_DEFINE_UNQUOTED(DEFAULTPATH,"${prefix}/dict")
-
-# This doesn't do anything
-AC_CONFIG_COMMANDS([default])
-
-AC_CONFIG_FILES(Makefile dict/Makefile doc/Makefile doc/html/Makefile doc/man/Makefile doc/pdf/Makefile doc/ps/Makefile include/Makefile include/tk/Makefile
-src/Makefile lib/Makefile lib/wnres/Makefile)
-
-AC_OUTPUT
-
-AC_MSG_RESULT(
-[
-WordNet is now configured
-
- Installation directory: ${prefix}
-
- To build and install WordNet:
-
- make
- make install
-
- To run, environment variables should be set as follows:
-
- PATH - include ${bindir}
- WNHOME - if not using default installation location, set to ${prefix}
-
- See INSTALL file for details and additional environment variables
- which may need to be set on your system.
-
-])
diff --git a/corpora/en/wordnet/depcomp b/corpora/en/wordnet/depcomp
deleted file mode 100755
index 11e2d3bfe..000000000
--- a/corpora/en/wordnet/depcomp
+++ /dev/null
@@ -1,522 +0,0 @@
-#! /bin/sh
-# depcomp - compile a program generating dependencies as side-effects
-
-scriptversion=2004-05-31.23
-
-# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# Originally written by Alexandre Oliva .
-
-case $1 in
- '')
- echo "$0: No command. Try \`$0 --help' for more information." 1>&2
- exit 1;
- ;;
- -h | --h*)
- cat <<\EOF
-Usage: depcomp [--help] [--version] PROGRAM [ARGS]
-
-Run PROGRAMS ARGS to compile a file, generating dependencies
-as side-effects.
-
-Environment variables:
- depmode Dependency tracking mode.
- source Source file read by `PROGRAMS ARGS'.
- object Object file output by `PROGRAMS ARGS'.
- DEPDIR directory where to store dependencies.
- depfile Dependency file to output.
- tmpdepfile Temporary file to use when outputing dependencies.
- libtool Whether libtool is used (yes/no).
-
-Report bugs to .
-EOF
- exit 0
- ;;
- -v | --v*)
- echo "depcomp $scriptversion"
- exit 0
- ;;
-esac
-
-if test -z "$depmode" || test -z "$source" || test -z "$object"; then
- echo "depcomp: Variables source, object and depmode must be set" 1>&2
- exit 1
-fi
-
-# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
-depfile=${depfile-`echo "$object" |
- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
-tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
-
-rm -f "$tmpdepfile"
-
-# Some modes work just like other modes, but use different flags. We
-# parameterize here, but still list the modes in the big case below,
-# to make depend.m4 easier to write. Note that we *cannot* use a case
-# here, because this file can only contain one case statement.
-if test "$depmode" = hp; then
- # HP compiler uses -M and no extra arg.
- gccflag=-M
- depmode=gcc
-fi
-
-if test "$depmode" = dashXmstdout; then
- # This is just like dashmstdout with a different argument.
- dashmflag=-xM
- depmode=dashmstdout
-fi
-
-case "$depmode" in
-gcc3)
-## gcc 3 implements dependency tracking that does exactly what
-## we want. Yay! Note: for some reason libtool 1.4 doesn't like
-## it if -MD -MP comes after the -MF stuff. Hmm.
- "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- mv "$tmpdepfile" "$depfile"
- ;;
-
-gcc)
-## There are various ways to get dependency output from gcc. Here's
-## why we pick this rather obscure method:
-## - Don't want to use -MD because we'd like the dependencies to end
-## up in a subdir. Having to rename by hand is ugly.
-## (We might end up doing this anyway to support other compilers.)
-## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
-## -MM, not -M (despite what the docs say).
-## - Using -M directly means running the compiler twice (even worse
-## than renaming).
- if test -z "$gccflag"; then
- gccflag=-MD,
- fi
- "$@" -Wp,"$gccflag$tmpdepfile"
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- rm -f "$depfile"
- echo "$object : \\" > "$depfile"
- alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-## The second -e expression handles DOS-style file names with drive letters.
- sed -e 's/^[^:]*: / /' \
- -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
-## This next piece of magic avoids the `deleted header file' problem.
-## The problem is that when a header file which appears in a .P file
-## is deleted, the dependency causes make to die (because there is
-## typically no way to rebuild the header). We avoid this by adding
-## dummy dependencies for each header file. Too bad gcc doesn't do
-## this for us directly.
- tr ' ' '
-' < "$tmpdepfile" |
-## Some versions of gcc put a space before the `:'. On the theory
-## that the space means something, we add a space to the output as
-## well.
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
- rm -f "$tmpdepfile"
- ;;
-
-hp)
- # This case exists only to let depend.m4 do its work. It works by
- # looking at the text of this script. This case will never be run,
- # since it is checked for above.
- exit 1
- ;;
-
-sgi)
- if test "$libtool" = yes; then
- "$@" "-Wp,-MDupdate,$tmpdepfile"
- else
- "$@" -MDupdate "$tmpdepfile"
- fi
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- rm -f "$depfile"
-
- if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files
- echo "$object : \\" > "$depfile"
-
- # Clip off the initial element (the dependent). Don't try to be
- # clever and replace this with sed code, as IRIX sed won't handle
- # lines with more than a fixed number of characters (4096 in
- # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
- # the IRIX cc adds comments like `#:fec' to the end of the
- # dependency line.
- tr ' ' '
-' < "$tmpdepfile" \
- | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
- tr '
-' ' ' >> $depfile
- echo >> $depfile
-
- # The second pass generates a dummy entry for each header file.
- tr ' ' '
-' < "$tmpdepfile" \
- | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
- >> $depfile
- else
- # The sourcefile does not contain any dependencies, so just
- # store a dummy comment line, to avoid errors with the Makefile
- # "include basename.Plo" scheme.
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-aix)
- # The C for AIX Compiler uses -M and outputs the dependencies
- # in a .u file. In older versions, this file always lives in the
- # current directory. Also, the AIX compiler puts `$object:' at the
- # start of each line; $object doesn't have directory information.
- # Version 6 uses the directory in both cases.
- stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
- tmpdepfile="$stripped.u"
- if test "$libtool" = yes; then
- "$@" -Wc,-M
- else
- "$@" -M
- fi
- stat=$?
-
- if test -f "$tmpdepfile"; then :
- else
- stripped=`echo "$stripped" | sed 's,^.*/,,'`
- tmpdepfile="$stripped.u"
- fi
-
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
-
- if test -f "$tmpdepfile"; then
- outname="$stripped.o"
- # Each line is of the form `foo.o: dependent.h'.
- # Do two passes, one to just change these to
- # `$object: dependent.h' and one to simply `dependent.h:'.
- sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
- sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
- else
- # The sourcefile does not contain any dependencies, so just
- # store a dummy comment line, to avoid errors with the Makefile
- # "include basename.Plo" scheme.
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-icc)
- # Intel's C compiler understands `-MD -MF file'. However on
- # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
- # ICC 7.0 will fill foo.d with something like
- # foo.o: sub/foo.c
- # foo.o: sub/foo.h
- # which is wrong. We want:
- # sub/foo.o: sub/foo.c
- # sub/foo.o: sub/foo.h
- # sub/foo.c:
- # sub/foo.h:
- # ICC 7.1 will output
- # foo.o: sub/foo.c sub/foo.h
- # and will wrap long lines using \ :
- # foo.o: sub/foo.c ... \
- # sub/foo.h ... \
- # ...
-
- "$@" -MD -MF "$tmpdepfile"
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile"
- exit $stat
- fi
- rm -f "$depfile"
- # Each line is of the form `foo.o: dependent.h',
- # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
- # Do two passes, one to just change these to
- # `$object: dependent.h' and one to simply `dependent.h:'.
- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
- # Some versions of the HPUX 10.20 sed can't process this invocation
- # correctly. Breaking it into two sed invocations is a workaround.
- sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
- sed -e 's/$/ :/' >> "$depfile"
- rm -f "$tmpdepfile"
- ;;
-
-tru64)
- # The Tru64 compiler uses -MD to generate dependencies as a side
- # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
- # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
- # dependencies in `foo.d' instead, so we check for that too.
- # Subdirectories are respected.
- dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
- test "x$dir" = "x$object" && dir=
- base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
-
- if test "$libtool" = yes; then
- # Dependencies are output in .lo.d with libtool 1.4.
- # With libtool 1.5 they are output both in $dir.libs/$base.o.d
- # and in $dir.libs/$base.o.d and $dir$base.o.d. We process the
- # latter, because the former will be cleaned when $dir.libs is
- # erased.
- tmpdepfile1="$dir.libs/$base.lo.d"
- tmpdepfile2="$dir$base.o.d"
- tmpdepfile3="$dir.libs/$base.d"
- "$@" -Wc,-MD
- else
- tmpdepfile1="$dir$base.o.d"
- tmpdepfile2="$dir$base.d"
- tmpdepfile3="$dir$base.d"
- "$@" -MD
- fi
-
- stat=$?
- if test $stat -eq 0; then :
- else
- rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
- exit $stat
- fi
-
- if test -f "$tmpdepfile1"; then
- tmpdepfile="$tmpdepfile1"
- elif test -f "$tmpdepfile2"; then
- tmpdepfile="$tmpdepfile2"
- else
- tmpdepfile="$tmpdepfile3"
- fi
- if test -f "$tmpdepfile"; then
- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
- # That's a tab and a space in the [].
- sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
- else
- echo "#dummy" > "$depfile"
- fi
- rm -f "$tmpdepfile"
- ;;
-
-#nosideeffect)
- # This comment above is used by automake to tell side-effect
- # dependency tracking mechanisms from slower ones.
-
-dashmstdout)
- # Important note: in order to support this mode, a compiler *must*
- # always write the preprocessed file to stdout, regardless of -o.
- "$@" || exit $?
-
- # Remove the call to Libtool.
- if test "$libtool" = yes; then
- while test $1 != '--mode=compile'; do
- shift
- done
- shift
- fi
-
- # Remove `-o $object'.
- IFS=" "
- for arg
- do
- case $arg in
- -o)
- shift
- ;;
- $object)
- shift
- ;;
- *)
- set fnord "$@" "$arg"
- shift # fnord
- shift # $arg
- ;;
- esac
- done
-
- test -z "$dashmflag" && dashmflag=-M
- # Require at least two characters before searching for `:'
- # in the target name. This is to cope with DOS-style filenames:
- # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
- "$@" $dashmflag |
- sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
- rm -f "$depfile"
- cat < "$tmpdepfile" > "$depfile"
- tr ' ' '
-' < "$tmpdepfile" | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
- rm -f "$tmpdepfile"
- ;;
-
-dashXmstdout)
- # This case only exists to satisfy depend.m4. It is never actually
- # run, as this mode is specially recognized in the preamble.
- exit 1
- ;;
-
-makedepend)
- "$@" || exit $?
- # Remove any Libtool call
- if test "$libtool" = yes; then
- while test $1 != '--mode=compile'; do
- shift
- done
- shift
- fi
- # X makedepend
- shift
- cleared=no
- for arg in "$@"; do
- case $cleared in
- no)
- set ""; shift
- cleared=yes ;;
- esac
- case "$arg" in
- -D*|-I*)
- set fnord "$@" "$arg"; shift ;;
- # Strip any option that makedepend may not understand. Remove
- # the object too, otherwise makedepend will parse it as a source file.
- -*|$object)
- ;;
- *)
- set fnord "$@" "$arg"; shift ;;
- esac
- done
- obj_suffix="`echo $object | sed 's/^.*\././'`"
- touch "$tmpdepfile"
- ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
- rm -f "$depfile"
- cat < "$tmpdepfile" > "$depfile"
- sed '1,2d' "$tmpdepfile" | tr ' ' '
-' | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly. Breaking it into two sed invocations is a workaround.
- sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
- rm -f "$tmpdepfile" "$tmpdepfile".bak
- ;;
-
-cpp)
- # Important note: in order to support this mode, a compiler *must*
- # always write the preprocessed file to stdout.
- "$@" || exit $?
-
- # Remove the call to Libtool.
- if test "$libtool" = yes; then
- while test $1 != '--mode=compile'; do
- shift
- done
- shift
- fi
-
- # Remove `-o $object'.
- IFS=" "
- for arg
- do
- case $arg in
- -o)
- shift
- ;;
- $object)
- shift
- ;;
- *)
- set fnord "$@" "$arg"
- shift # fnord
- shift # $arg
- ;;
- esac
- done
-
- "$@" -E |
- sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
- sed '$ s: \\$::' > "$tmpdepfile"
- rm -f "$depfile"
- echo "$object : \\" > "$depfile"
- cat < "$tmpdepfile" >> "$depfile"
- sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
- rm -f "$tmpdepfile"
- ;;
-
-msvisualcpp)
- # Important note: in order to support this mode, a compiler *must*
- # always write the preprocessed file to stdout, regardless of -o,
- # because we must use -o when running libtool.
- "$@" || exit $?
- IFS=" "
- for arg
- do
- case "$arg" in
- "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
- set fnord "$@"
- shift
- shift
- ;;
- *)
- set fnord "$@" "$arg"
- shift
- shift
- ;;
- esac
- done
- "$@" -E |
- sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
- rm -f "$depfile"
- echo "$object : \\" > "$depfile"
- . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
- echo " " >> "$depfile"
- . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
- rm -f "$tmpdepfile"
- ;;
-
-none)
- exec "$@"
- ;;
-
-*)
- echo "Unknown depmode $depmode" 1>&2
- exit 1
- ;;
-esac
-
-exit 0
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
-# End:
diff --git a/corpora/en/wordnet/dict/Makefile b/corpora/en/wordnet/dict/Makefile
deleted file mode 100644
index 3c8897287..000000000
--- a/corpora/en/wordnet/dict/Makefile
+++ /dev/null
@@ -1,314 +0,0 @@
-# Makefile.in generated by automake 1.9 from Makefile.am.
-# dict/Makefile. Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-srcdir = .
-top_srcdir = ..
-
-pkgdatadir = $(datadir)/WordNet
-pkglibdir = $(libdir)/WordNet
-pkgincludedir = $(includedir)/WordNet
-top_builddir = ..
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = /usr/csl/bin/install -c
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-subdir = dict
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(dictdir)"
-dictDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(dict_DATA)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run aclocal-1.9
-AMDEP_FALSE = #
-AMDEP_TRUE =
-AMTAR = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run tar
-AUTOCONF = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run autoconf
-AUTOHEADER = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run autoheader
-AUTOMAKE = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run automake-1.9
-AWK = nawk
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS =
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-ECHO_C =
-ECHO_N = -n
-ECHO_T =
-EGREP = egrep
-EXEEXT =
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
-LDFLAGS =
-LIBOBJS =
-LIBS =
-LTLIBOBJS =
-MAKEINFO = ${SHELL} /people/wn/src/Release/3.0/Unix/missing --run makeinfo
-OBJEXT = o
-PACKAGE = WordNet
-PACKAGE_BUGREPORT = wordnet@princeton.edu
-PACKAGE_NAME = WordNet
-PACKAGE_STRING = WordNet 3.0
-PACKAGE_TARNAME = wordnet
-PACKAGE_VERSION = 3.0
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SET_MAKE =
-SHELL = /bin/bash
-STRIP =
-TCL_INCLUDE_SPEC = -I/usr/csl/include
-TCL_LIB_SPEC = -L/usr/csl/lib -ltcl8.4
-TK_LIBS = -L/usr/openwin/lib -lX11 -ldl -lpthread -lsocket -lnsl -lm
-TK_LIB_SPEC = -L/usr/csl/lib -ltk8.4
-TK_PREFIX = /usr/csl
-TK_XINCLUDES = -I/usr/openwin/include
-VERSION = 3.0
-ac_ct_CC = gcc
-ac_ct_RANLIB = ranlib
-ac_ct_STRIP =
-ac_prefix = /usr/local/WordNet-3.0
-am__fastdepCC_FALSE = #
-am__fastdepCC_TRUE =
-am__include = include
-am__leading_dot = .
-am__quote =
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build_alias =
-datadir = ${prefix}/share
-exec_prefix = ${prefix}
-host_alias =
-includedir = ${prefix}/include
-infodir = ${prefix}/info
-install_sh = /people/wn/src/Release/3.0/Unix/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localstatedir = ${prefix}/var
-mandir = ${prefix}/man
-mkdir_p = $(install_sh) -d
-oldincludedir = /usr/include
-prefix = /usr/local/WordNet-3.0
-program_transform_name = s,x,x,
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-sysconfdir = ${prefix}/etc
-target_alias =
-dictdir = $(prefix)/dict
-dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dict/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu dict/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-uninstall-info-am:
-install-dictDATA: $(dict_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(dictdir)" || $(mkdir_p) "$(DESTDIR)$(dictdir)"
- @list='$(dict_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
- $(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
- done
-
-uninstall-dictDATA:
- @$(NORMAL_UNINSTALL)
- @list='$(dict_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
- rm -f "$(DESTDIR)$(dictdir)/$$f"; \
- done
-tags: TAGS
-TAGS:
-
-ctags: CTAGS
-CTAGS:
-
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
- esac; \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkdir_p) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
- if test -d $$d/$$file; then \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
- for dir in "$(DESTDIR)$(dictdir)"; do \
- test -z "$$dir" || $(mkdir_p) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am: install-dictDATA
-
-install-exec-am:
-
-install-info: install-info-am
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-dictDATA uninstall-info-am
-
-.PHONY: all all-am check check-am clean clean-generic distclean \
- distclean-generic distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am \
- install-dictDATA install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am uninstall uninstall-am uninstall-dictDATA \
- uninstall-info-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/corpora/en/wordnet/dict/Makefile.am b/corpora/en/wordnet/dict/Makefile.am
deleted file mode 100644
index d51bde229..000000000
--- a/corpora/en/wordnet/dict/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-dictdir = $(prefix)/dict
-dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
diff --git a/corpora/en/wordnet/dict/Makefile.in b/corpora/en/wordnet/dict/Makefile.in
deleted file mode 100644
index 823307412..000000000
--- a/corpora/en/wordnet/dict/Makefile.in
+++ /dev/null
@@ -1,314 +0,0 @@
-# Makefile.in generated by automake 1.9 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-subdir = dict
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
- $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(dictdir)"
-dictDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(dict_DATA)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
-AMTAR = @AMTAR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-RANLIB = @RANLIB@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
-TCL_LIB_SPEC = @TCL_LIB_SPEC@
-TK_LIBS = @TK_LIBS@
-TK_LIB_SPEC = @TK_LIB_SPEC@
-TK_PREFIX = @TK_PREFIX@
-TK_XINCLUDES = @TK_XINCLUDES@
-VERSION = @VERSION@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
-ac_prefix = @ac_prefix@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build_alias = @build_alias@
-datadir = @datadir@
-exec_prefix = @exec_prefix@
-host_alias = @host_alias@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-dictdir = $(prefix)/dict
-dict_DATA = adj.exc adv.exc cntlist cntlist.rev data.adj data.adv data.noun data.verb frames.vrb index.adj index.adv index.noun index.sense index.verb log.grind.3.0 noun.exc sentidx.vrb sents.vrb verb.Framestext verb.exc lexnames
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dict/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu dict/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
- esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-uninstall-info-am:
-install-dictDATA: $(dict_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(dictdir)" || $(mkdir_p) "$(DESTDIR)$(dictdir)"
- @list='$(dict_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(dictDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dictdir)/$$f'"; \
- $(dictDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dictdir)/$$f"; \
- done
-
-uninstall-dictDATA:
- @$(NORMAL_UNINSTALL)
- @list='$(dict_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(dictdir)/$$f'"; \
- rm -f "$(DESTDIR)$(dictdir)/$$f"; \
- done
-tags: TAGS
-TAGS:
-
-ctags: CTAGS
-CTAGS:
-
-
-distdir: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
- list='$(DISTFILES)'; for file in $$list; do \
- case $$file in \
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
- esac; \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
- dir="/$$dir"; \
- $(mkdir_p) "$(distdir)$$dir"; \
- else \
- dir=''; \
- fi; \
- if test -d $$d/$$file; then \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
- fi; \
- done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
- for dir in "$(DESTDIR)$(dictdir)"; do \
- test -z "$$dir" || $(mkdir_p) "$$dir"; \
- done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic mostlyclean-am
-
-distclean: distclean-am
- -rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am: install-dictDATA
-
-install-exec-am:
-
-install-info: install-info-am
-
-install-man:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
- -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-dictDATA uninstall-info-am
-
-.PHONY: all all-am check check-am clean clean-generic distclean \
- distclean-generic distdir dvi dvi-am html html-am info info-am \
- install install-am install-data install-data-am \
- install-dictDATA install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am uninstall uninstall-am uninstall-dictDATA \
- uninstall-info-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/corpora/en/wordnet/dict/adj.exc b/corpora/en/wordnet/dict/adj.exc
deleted file mode 100644
index e05328344..000000000
--- a/corpora/en/wordnet/dict/adj.exc
+++ /dev/null
@@ -1,1490 +0,0 @@
-acer acer
-after after
-airier airy
-airiest airy
-all-arounder all-arounder
-angrier angry
-angriest angry
-archer archer
-artier arty
-artiest arty
-ashier ashy
-ashiest ashy
-assaulter assaulter
-attacker attacker
-backer backer
-baggier baggy
-baggiest baggy
-balkier balky
-balkiest balky
-balmier balmy
-balmiest balmy
-bandier bandy
-bandiest bandy
-bargainer bargainer
-barmier barmy
-barmiest barmy
-battier batty
-battiest batty
-baulkier baulky
-baulkiest baulky
-bawdier bawdy
-bawdiest bawdy
-bayer bayer
-beadier beady
-beadiest beady
-beastlier beastly
-beastliest beastly
-beater beater
-beefier beefy
-beefiest beefy
-beerier beery
-beeriest beery
-bendier bendy
-bendiest bendy
-best good
-better good well
-bigger big
-biggest big
-bitchier bitchy
-bitchiest bitchy
-biter biter
-bittier bitty
-bittiest bitty
-blearier bleary
-bleariest bleary
-bloodier bloody
-bloodiest bloody
-bloodthirstier bloodthirsty
-bloodthirstiest bloodthirsty
-blowier blowy
-blowiest blowy
-blowsier blowsy
-blowsiest blowsy
-blowzier blowzy
-blowziest blowzy
-bluer blue
-bluest blue
-boner boner
-bonier bony
-boniest bony
-bonnier bonny
-bonniest bonny
-boozier boozy
-booziest boozy
-boskier bosky
-boskiest bosky
-bossier bossy
-bossiest bossy
-botchier botchy
-botchiest botchy
-bother bother
-bouncier bouncy
-bounciest bouncy
-bounder bounder
-bower bower
-brainier brainy
-brainiest brainy
-brashier brashy
-brashiest brashy
-brassier brassy
-brassiest brassy
-brawnier brawny
-brawniest brawny
-breathier breathy
-breathiest breathy
-breezier breezy
-breeziest breezy
-brinier briny
-briniest briny
-britisher britisher
-broadcaster broadcaster
-brooder brooder
-broodier broody
-broodiest broody
-bubblier bubbly
-bubbliest bubbly
-buggier buggy
-buggiest buggy
-bulkier bulky
-bulkiest bulky
-bumpier bumpy
-bumpiest bumpy
-bunchier bunchy
-bunchiest bunchy
-burlier burly
-burliest burly
-burrier burry
-burriest burry
-burster burster
-bushier bushy
-bushiest bushy
-busier busy
-busiest busy
-buster buster
-bustier busty
-bustiest busty
-cagier cagey
-cagiest cagey
-camper camper
-cannier canny
-canniest canny
-canter canter
-cantier canty
-cantiest canty
-caster caster
-catchier catchy
-catchiest catchy
-cattier catty
-cattiest catty
-cer cer
-chancier chancy
-chanciest chancy
-charier chary
-chariest chary
-chattier chatty
-chattiest chatty
-cheekier cheeky
-cheekiest cheeky
-cheerier cheery
-cheeriest cheery
-cheesier cheesy
-cheesiest cheesy
-chestier chesty
-chestiest chesty
-chewier chewy
-chewiest chewy
-chillier chilly
-chilliest chilly
-chintzier chintzy
-chintziest chintzy
-chippier chippy
-chippiest chippy
-choosier choosy
-choosiest choosy
-choppier choppy
-choppiest choppy
-chubbier chubby
-chubbiest chubby
-chuffier chuffy
-chuffiest chuffy
-chummier chummy
-chummiest chummy
-chunkier chunky
-chunkiest chunky
-churchier churchy
-churchiest churchy
-clammier clammy
-clammiest clammy
-classier classy
-classiest classy
-cleanlier cleanly
-cleanliest cleanly
-clerklier clerkly
-clerkliest clerkly
-cloudier cloudy
-cloudiest cloudy
-clubbier clubby
-clubbiest clubby
-clumsier clumsy
-clumsiest clumsy
-cockier cocky
-cockiest cocky
-coder coder
-collier colly
-colliest colly
-comelier comely
-comeliest comely
-comfier comfy
-comfiest comfy
-cornier corny
-corniest corny
-cosier cosy
-cosiest cosy
-costlier costly
-costliest costly
-costumer costumer
-counterfeiter counterfeiter
-courtlier courtly
-courtliest courtly
-cozier cozy
-coziest cozy
-crabbier crabby
-crabbiest crabby
-cracker cracker
-craftier crafty
-craftiest crafty
-craggier craggy
-craggiest craggy
-crankier cranky
-crankiest cranky
-crasher crasher
-crawlier crawly
-crawliest crawly
-crazier crazy
-craziest crazy
-creamer creamer
-creamier creamy
-creamiest creamy
-creepier creepy
-creepiest creepy
-crispier crispy
-crispiest crispy
-crumbier crumby
-crumbiest crumby
-crumblier crumbly
-crumbliest crumbly
-crummier crummy
-crummiest crummy
-crustier crusty
-crustiest crusty
-curlier curly
-curliest curly
-customer customer
-cuter cute
-daffier daffy
-daffiest daffy
-daintier dainty
-daintiest dainty
-dandier dandy
-dandiest dandy
-deadlier deadly
-deadliest deadly
-dealer dealer
-deserter deserter
-dewier dewy
-dewiest dewy
-dicier dicey
-diciest dicey
-dimer dimer
-dimmer dim
-dimmest dim
-dingier dingy
-dingiest dingy
-dinkier dinky
-dinkiest dinky
-dippier dippy
-dippiest dippy
-dirtier dirty
-dirtiest dirty
-dishier dishy
-dishiest dishy
-dizzier dizzy
-dizziest dizzy
-dodgier dodgy
-dodgiest dodgy
-dopier dopey
-dopiest dopey
-dottier dotty
-dottiest dotty
-doughier doughy
-doughiest doughy
-doughtier doughty
-doughtiest doughty
-dowdier dowdy
-dowdiest dowdy
-dowier dowie dowy
-dowiest dowie dowy
-downer downer
-downier downy
-downiest downy
-dozier dozy
-doziest dozy
-drabber drab
-drabbest drab
-draftier drafty
-draftiest drafty
-draggier draggy
-draggiest draggy
-draughtier draughty
-draughtiest draughty
-dreamier dreamy
-dreamiest dreamy
-drearier dreary
-dreariest dreary
-dreggier dreggy
-dreggiest dreggy
-dresser dresser
-dressier dressy
-dressiest dressy
-drier dry
-driest dry
-drippier drippy
-drippiest drippy
-drowsier drowsy
-drowsiest drowsy
-dryer dry
-dryest dry
-dumpier dumpy
-dumpiest dumpy
-dunner dun
-dunnest dun
-duskier dusky
-duskiest dusky
-dustier dusty
-dustiest dusty
-earlier early
-earliest early
-earthier earthy
-earthiest earthy
-earthlier earthly
-earthliest earthly
-easier easy
-easiest easy
-easter easter
-eastsider eastsider
-edger edger
-edgier edgy
-edgiest edgy
-eerier eerie
-eeriest eerie
-emptier empty
-emptiest empty
-faker faker
-fancier fancy
-fanciest fancy
-fatter fat
-fattest fat
-fattier fatty
-fattiest fatty
-faultier faulty
-faultiest faulty
-feistier feisty
-feistiest feisty
-feller feller
-fiddlier fiddly
-fiddliest fiddly
-filmier filmy
-filmiest filmy
-filthier filthy
-filthiest filthy
-finnier finny
-finniest finny
-first-rater first-rater
-first-stringer first-stringer
-fishier fishy
-fishiest fishy
-fitter fit
-fittest fit
-flabbier flabby
-flabbiest flabby
-flaggier flaggy
-flaggiest flaggy
-flakier flaky
-flakiest flaky
-flasher flasher
-flashier flashy
-flashiest flashy
-flatter flat
-flattest flat
-flauntier flaunty
-flauntiest flaunty
-fledgier fledgy
-fledgiest fledgy
-fleecier fleecy
-fleeciest fleecy
-fleshier fleshy
-fleshiest fleshy
-fleshlier fleshly
-fleshliest fleshly
-flightier flighty
-flightiest flighty
-flimsier flimsy
-flimsiest flimsy
-flintier flinty
-flintiest flinty
-floatier floaty
-floatiest floaty
-floppier floppy
-floppiest floppy
-flossier flossy
-flossiest flossy
-fluffier fluffy
-fluffiest fluffy
-flukier fluky
-flukiest fluky
-foamier foamy
-foamiest foamy
-foggier foggy
-foggiest foggy
-folder folder
-folksier folksy
-folksiest folksy
-foolhardier foolhardy
-foolhardiest foolhardy
-fore-and-after fore-and-after
-foreigner foreigner
-forest forest
-founder founder
-foxier foxy
-foxiest foxy
-fratchier fratchy
-fratchiest fratchy
-freakier freaky
-freakiest freaky
-freer free
-freest free
-frenchier frenchy
-frenchiest frenchy
-friendlier friendly
-friendliest friendly
-friskier frisky
-friskiest frisky
-frizzier frizzy
-frizziest frizzy
-frizzlier frizzly
-frizzliest frizzly
-frostier frosty
-frostiest frosty
-frouzier frouzy
-frouziest frouzy
-frowsier frowsy
-frowsiest frowsy
-frowzier frowzy
-frowziest frowzy
-fruitier fruity
-fruitiest fruity
-funkier funky
-funkiest funky
-funnier funny
-funniest funny
-furrier furry
-furriest furry
-fussier fussy
-fussiest fussy
-fustier fusty
-fustiest fusty
-fuzzier fuzzy
-fuzziest fuzzy
-gabbier gabby
-gabbiest gabby
-gamier gamy
-gamiest gamy
-gammier gammy
-gammiest gammy
-gassier gassy
-gassiest gassy
-gaudier gaudy
-gaudiest gaudy
-gauzier gauzy
-gauziest gauzy
-gawkier gawky
-gawkiest gawky
-ghastlier ghastly
-ghastliest ghastly
-ghostlier ghostly
-ghostliest ghostly
-giddier giddy
-giddiest giddy
-gladder glad
-gladdest glad
-glassier glassy
-glassiest glassy
-glibber glib
-glibbest glib
-gloomier gloomy
-gloomiest gloomy
-glossier glossy
-glossiest glossy
-glummer glum
-glummest glum
-godlier godly
-godliest godly
-goer goer
-goner goner
-goodlier goodly
-goodliest goodly
-goofier goofy
-goofiest goofy
-gooier gooey
-gooiest gooey
-goosier goosy
-goosiest goosy
-gorier gory
-goriest gory
-gradelier gradely
-gradeliest gradely
-grader grader
-grainier grainy
-grainiest grainy
-grassier grassy
-grassiest grassy
-greasier greasy
-greasiest greasy
-greedier greedy
-greediest greedy
-grimmer grim
-grimmest grim
-grislier grisly
-grisliest grisly
-grittier gritty
-grittiest gritty
-grizzlier grizzly
-grizzliest grizzly
-groggier groggy
-groggiest groggy
-groovier groovy
-grooviest groovy
-grottier grotty
-grottiest grotty
-grounder grounder
-grouper grouper
-groutier grouty
-groutiest grouty
-grubbier grubby
-grubbiest grubby
-grumpier grumpy
-grumpiest grumpy
-guest guest
-guiltier guilty
-guiltiest guilty
-gummier gummy
-gummiest gummy
-gushier gushy
-gushiest gushy
-gustier gusty
-gustiest gusty
-gutsier gutsy
-gutsiest gutsy
-hairier hairy
-hairiest hairy
-halfways halfway
-halter halter
-hammier hammy
-hammiest hammy
-handier handy
-handiest handy
-happier happy
-happiest happy
-hardier hardy
-hardiest hardy
-hastier hasty
-hastiest hasty
-haughtier haughty
-haughtiest haughty
-hazier hazy
-haziest hazy
-header header
-headier heady
-headiest heady
-healthier healthy
-healthiest healthy
-heartier hearty
-heartiest hearty
-heavier heavy
-heaviest heavy
-heftier hefty
-heftiest hefty
-hepper hep
-heppest hep
-herbier herby
-herbiest herby
-hinder hind
-hipper hip
-hippest hip
-hippier hippy
-hippiest hippy
-hoarier hoary
-hoariest hoary
-holier holy
-holiest holy
-homelier homely
-homeliest homely
-homer homer
-homier homey
-homiest homey
-hornier horny
-horniest horny
-horsier horsy
-horsiest horsy
-hotter hot
-hottest hot
-humpier humpy
-humpiest humpy
-hunger hunger
-hungrier hungry
-hungriest hungry
-huskier husky
-huskiest husky
-icier icy
-iciest icy
-inkier inky
-inkiest inky
-insider insider
-interest interest
-jaggier jaggy
-jaggiest jaggy
-jammier jammy
-jammiest jammy
-jauntier jaunty
-jauntiest jaunty
-jazzier jazzy
-jazziest jazzy
-jerkier jerky
-jerkiest jerky
-jointer jointer
-jollier jolly
-jolliest jolly
-juicier juicy
-juiciest juicy
-jumpier jumpy
-jumpiest jumpy
-kindlier kindly
-kindliest kindly
-kinkier kinky
-kinkiest kinky
-knottier knotty
-knottiest knotty
-knurlier knurly
-knurliest knurly
-kookier kooky
-kookiest kooky
-lacier lacy
-laciest lacy
-lairier lairy
-lairiest lairy
-lakier laky
-lakiest laky
-lander lander
-lankier lanky
-lankiest lanky
-lathier lathy
-lathiest lathy
-layer layer
-lazier lazy
-laziest lazy
-leafier leafy
-leafiest leafy
-leakier leaky
-leakiest leaky
-learier leary
-leariest leary
-leer leer
-leerier leery
-leeriest leery
-left-hander left-hander
-left-winger left-winger
-leggier leggy
-leggiest leggy
-lengthier lengthy
-lengthiest lengthy
-ler ler
-leveler leveler
-limier limy
-limiest limy
-lippier lippy
-lippiest lippy
-liter liter
-livelier lively
-liveliest lively
-liver liver
-loather loather
-loftier lofty
-loftiest lofty
-logier logy
-logiest logy
-lonelier lonely
-loneliest lonely
-loner loner
-loonier loony
-looniest loony
-loopier loopy
-loopiest loopy
-lordlier lordly
-lordliest lordly
-lousier lousy
-lousiest lousy
-lovelier lovely
-loveliest lovely
-lowlander lowlander
-lowlier lowly
-lowliest lowly
-luckier lucky
-luckiest lucky
-lumpier lumpy
-lumpiest lumpy
-lunier luny
-luniest luny
-lustier lusty
-lustiest lusty
-madder mad
-maddest mad
-mainer mainer
-maligner maligner
-maltier malty
-maltiest malty
-mangier mangy
-mangiest mangy
-mankier manky
-mankiest manky
-manlier manly
-manliest manly
-mariner mariner
-marshier marshy
-marshiest marshy
-massier massy
-massiest massy
-matter matter
-maungier maungy
-maungiest maungy
-mazier mazy
-maziest mazy
-mealier mealy
-mealiest mealy
-measlier measly
-measliest measly
-meatier meaty
-meatiest meaty
-meeter meeter
-merrier merry
-merriest merry
-messier messy
-messiest messy
-miffier miffy
-miffiest miffy
-mightier mighty
-mightiest mighty
-milcher milcher
-milker milker
-milkier milky
-milkiest milky
-mingier mingy
-mingiest mingy
-minter minter
-mirkier mirky
-mirkiest mirky
-miser miser
-mistier misty
-mistiest misty
-mocker mocker
-modeler modeler
-modest modest
-moldier moldy
-moldiest moldy
-moodier moody
-moodiest moody
-moonier moony
-mooniest moony
-mothier mothy
-mothiest mothy
-mouldier mouldy
-mouldiest mouldy
-mousier mousy
-mousiest mousy
-mouthier mouthy
-mouthiest mouthy
-muckier mucky
-muckiest mucky
-muddier muddy
-muddiest muddy
-muggier muggy
-muggiest muggy
-multiplexer multiplexer
-murkier murky
-murkiest murky
-mushier mushy
-mushiest mushy
-muskier musky
-muskiest musky
-muster muster
-mustier musty
-mustiest musty
-muzzier muzzy
-muzziest muzzy
-nappier nappy
-nappiest nappy
-nastier nasty
-nastiest nasty
-nattier natty
-nattiest natty
-naughtier naughty
-naughtiest naughty
-needier needy
-neediest needy
-nervier nervy
-nerviest nervy
-newsier newsy
-newsiest newsy
-niftier nifty
-niftiest nifty
-nippier nippy
-nippiest nippy
-nittier nitty
-nittiest nitty
-noisier noisy
-noisiest noisy
-northeasterner northeasterner
-norther norther
-northerner northerner
-nosier nosy
-nosiest nosy
-number number
-nuttier nutty
-nuttiest nutty
-offer off
-offer offer
-oilier oily
-oiliest oily
-old-timer old-timer
-oliver oliver
-oozier oozy
-ooziest oozy
-opener opener
-outsider outsider
-overcomer overcomer
-overnighter overnighter
-owner owner
-pallier pally
-palliest pally
-palmier palmy
-palmiest palmy
-paltrier paltry
-paltriest paltry
-pappier pappy
-pappiest pappy
-parkier parky
-parkiest parky
-part-timer part-timer
-passer passer
-paster paster
-pastier pasty
-pastiest pasty
-patchier patchy
-patchiest patchy
-pater pater
-pawkier pawky
-pawkiest pawky
-peachier peachy
-peachiest peachy
-pearler pearler
-pearlier pearly
-pearliest pearly
-pedaler pedaler
-peppier peppy
-peppiest peppy
-perkier perky
-perkiest perky
-peskier pesky
-peskiest pesky
-peter peter
-pettier petty
-pettiest petty
-phonier phony
-phoniest phony
-pickier picky
-pickiest picky
-piggier piggy
-piggiest piggy
-pinier piny
-piniest piny
-pitchier pitchy
-pitchiest pitchy
-pithier pithy
-pithiest pithy
-planer planer
-plashier plashy
-plashiest plashy
-platier platy
-platiest platy
-player player
-pluckier plucky
-pluckiest plucky
-plumber plumber
-plumier plumy
-plumiest plumy
-plummier plummy
-plummiest plummy
-podgier podgy
-podgiest podgy
-pokier poky
-pokiest poky
-polisher polisher
-porkier porky
-porkiest porky
-porter porter
-portlier portly
-portliest portly
-poster poster
-pottier potty
-pottiest potty
-preachier preachy
-preachiest preachy
-presenter presenter
-pretender pretender
-prettier pretty
-prettiest pretty
-pricier pricy
-priciest pricy
-pricklier prickly
-prickliest prickly
-priestlier priestly
-priestliest priestly
-primer primer
-primmer prim
-primmest prim
-princelier princely
-princeliest princely
-printer printer
-prissier prissy
-prissiest prissy
-privateer privateer
-privier privy
-priviest privy
-prompter prompter
-prosier prosy
-prosiest prosy
-pudgier pudgy
-pudgiest pudgy
-puffer puffer
-puffier puffy
-puffiest puffy
-pulpier pulpy
-pulpiest pulpy
-punchier punchy
-punchiest punchy
-punier puny
-puniest puny
-pushier pushy
-pushiest pushy
-pussier pussy
-pussiest pussy
-quaggier quaggy
-quaggiest quaggy
-quakier quaky
-quakiest quaky
-queasier queasy
-queasiest queasy
-queenlier queenly
-queenliest queenly
-racier racy
-raciest racy
-rainier rainy
-rainiest rainy
-randier randy
-randiest randy
-rangier rangy
-rangiest rangy
-ranker ranker
-rattier ratty
-rattiest ratty
-rattlier rattly
-rattliest rattly
-raunchier raunchy
-raunchiest raunchy
-readier ready
-readiest ready
-recorder recorder
-redder red
-reddest red
-reedier reedy
-reediest reedy
-renter renter
-retailer retailer
-right-hander right-hander
-right-winger right-winger
-rimier rimy
-rimiest rimy
-riskier risky
-riskiest risky
-ritzier ritzy
-ritziest ritzy
-roaster roaster
-rockier rocky
-rockiest rocky
-roilier roily
-roiliest roily
-rookier rooky
-rookiest rooky
-roomier roomy
-roomiest roomy
-ropier ropy
-ropiest ropy
-rosier rosy
-rosiest rosy
-rowdier rowdy
-rowdiest rowdy
-ruddier ruddy
-ruddiest ruddy
-runnier runny
-runniest runny
-rusher rusher
-rushier rushy
-rushiest rushy
-rustier rusty
-rustiest rusty
-ruttier rutty
-ruttiest rutty
-sadder sad
-saddest sad
-salter salter
-saltier salty
-saltiest salty
-sampler sampler
-sandier sandy
-sandiest sandy
-sappier sappy
-sappiest sappy
-sassier sassy
-sassiest sassy
-saucier saucy
-sauciest saucy
-savvier savvy
-savviest savvy
-scabbier scabby
-scabbiest scabby
-scalier scaly
-scaliest scaly
-scantier scanty
-scantiest scanty
-scarier scary
-scariest scary
-scraggier scraggy
-scraggiest scraggy
-scragglier scraggly
-scraggliest scraggly
-scraper scraper
-scrappier scrappy
-scrappiest scrappy
-scrawnier scrawny
-scrawniest scrawny
-screwier screwy
-screwiest screwy
-scrubbier scrubby
-scrubbiest scrubby
-scruffier scruffy
-scruffiest scruffy
-scungier scungy
-scungiest scungy
-scurvier scurvy
-scurviest scurvy
-seamier seamy
-seamiest seamy
-second-rater second-rater
-seconder seconder
-seedier seedy
-seediest seedy
-seemlier seemly
-seemliest seemly
-serer serer
-sexier sexy
-sexiest sexy
-shabbier shabby
-shabbiest shabby
-shadier shady
-shadiest shady
-shaggier shaggy
-shaggiest shaggy
-shakier shaky
-shakiest shaky
-shapelier shapely
-shapeliest shapely
-shier shy
-shiest shy
-shiftier shifty
-shiftiest shifty
-shinier shiny
-shiniest shiny
-shirtier shirty
-shirtiest shirty
-shoddier shoddy
-shoddiest shoddy
-showier showy
-showiest showy
-shrubbier shrubby
-shrubbiest shrubby
-shyer shy
-shyest shy
-sicklier sickly
-sickliest sickly
-sightlier sightly
-sightliest sightly
-signaler signaler
-signer signer
-silkier silky
-silkiest silky
-sillier silly
-silliest silly
-sketchier sketchy
-sketchiest sketchy
-skewer skewer
-skimpier skimpy
-skimpiest skimpy
-skinnier skinny
-skinniest skinny
-slaphappier slaphappy
-slaphappiest slaphappy
-slatier slaty
-slatiest slaty
-slaver slaver
-sleazier sleazy
-sleaziest sleazy
-sleepier sleepy
-sleepiest sleepy
-slier sly
-sliest sly
-slimier slimy
-slimiest slimy
-slimmer slim
-slimmest slim
-slimsier slimsy
-slimsiest slimsy
-slinkier slinky
-slinkiest slinky
-slippier slippy
-slippiest slippy
-sloppier sloppy
-sloppiest sloppy
-slyer sly
-slyest sly
-smarmier smarmy
-smarmiest smarmy
-smellier smelly
-smelliest smelly
-smokier smoky
-smokiest smoky
-smugger smug
-smuggest smug
-snakier snaky
-snakiest snaky
-snappier snappy
-snappiest snappy
-snatchier snatchy
-snatchiest snatchy
-snazzier snazzy
-snazziest snazzy
-sneaker sneaker
-sniffier sniffy
-sniffiest sniffy
-snootier snooty
-snootiest snooty
-snottier snotty
-snottiest snotty
-snowier snowy
-snowiest snowy
-snuffer snuffer
-snuffier snuffy
-snuffiest snuffy
-snugger snug
-snuggest snug
-soapier soapy
-soapiest soapy
-soggier soggy
-soggiest soggy
-solder solder
-sonsier sonsy
-sonsiest sonsy
-sootier sooty
-sootiest sooty
-soppier soppy
-soppiest soppy
-sorrier sorry
-sorriest sorry
-soupier soupy
-soupiest soupy
-souther souther
-southerner southerner
-speedier speedy
-speediest speedy
-spicier spicy
-spiciest spicy
-spiffier spiffy
-spiffiest spiffy
-spikier spiky
-spikiest spiky
-spindlier spindly
-spindliest spindly
-spinier spiny
-spiniest spiny
-splashier splashy
-splashiest splashy
-spongier spongy
-spongiest spongy
-spookier spooky
-spookiest spooky
-spoonier spoony
-spooniest spoony
-sportier sporty
-sportiest sporty
-spottier spotty
-spottiest spotty
-spreader spreader
-sprier spry
-spriest spry
-sprightlier sprightly
-sprightliest sprightly
-springer springer
-springier springy
-springiest springy
-squashier squashy
-squashiest squashy
-squatter squat
-squattest squat
-squattier squatty
-squattiest squatty
-squiffier squiffy
-squiffiest squiffy
-stagier stagy
-stagiest stagy
-stalkier stalky
-stalkiest stalky
-stapler stapler
-starchier starchy
-starchiest starchy
-starer starer
-starest starest
-starrier starry
-starriest starry
-statelier stately
-stateliest stately
-steadier steady
-steadiest steady
-stealthier stealthy
-stealthiest stealthy
-steamier steamy
-steamiest steamy
-stingier stingy
-stingiest stingy
-stiper striper
-stocker stocker
-stockier stocky
-stockiest stocky
-stodgier stodgy
-stodgiest stodgy
-stonier stony
-stoniest stony
-stormier stormy
-stormiest stormy
-streakier streaky
-streakiest streaky
-streamier streamy
-streamiest streamy
-stretcher stretcher
-stretchier stretchy
-stretchiest stretchy
-stringier stringy
-stringiest stringy
-stripier stripy
-stripiest stripy
-stronger strong
-strongest strong
-stroppier stroppy
-stroppiest stroppy
-stuffier stuffy
-stuffiest stuffy
-stumpier stumpy
-stumpiest stumpy
-sturdier sturdy
-sturdiest sturdy
-submariner submariner
-sulkier sulky
-sulkiest sulky
-sultrier sultry
-sultriest sultry
-sunnier sunny
-sunniest sunny
-surlier surly
-surliest surly
-swagger swagger
-swankier swanky
-swankiest swanky
-swarthier swarthy
-swarthiest swarthy
-sweatier sweaty
-sweatiest sweaty
-tackier tacky
-tackiest tacky
-talkier talky
-talkiest talky
-tangier tangy
-tangiest tangy
-tanner tan
-tannest tan
-tardier tardy
-tardiest tardy
-tastier tasty
-tastiest tasty
-tattier tatty
-tattiest tatty
-tawdrier tawdry
-tawdriest tawdry
-techier techy
-techiest techy
-teenager teenager
-teenier teeny
-teeniest teeny
-teetotaler teetotaler
-tester tester
-testier testy
-testiest testy
-tetchier tetchy
-tetchiest tetchy
-thinner thin
-thinnest thin
-third-rater third-rater
-thirstier thirsty
-thirstiest thirsty
-thornier thorny
-thorniest thorny
-threadier thready
-threadiest thready
-thriftier thrifty
-thriftiest thrifty
-throatier throaty
-throatiest throaty
-tidier tidy
-tidiest tidy
-timelier timely
-timeliest timely
-tinier tiny
-tiniest tiny
-tinnier tinny
-tinniest tinny
-tipsier tipsy
-tipsiest tipsy
-tonier tony
-toniest tony
-toothier toothy
-toothiest toothy
-toper toper
-touchier touchy
-touchiest touchy
-trader trader
-trashier trashy
-trashiest trashy
-trendier trendy
-trendiest trendy
-trickier tricky
-trickiest tricky
-tricksier tricksy
-tricksiest tricksy
-trimer trimer
-trimmer trim
-trimmest trim
-truer true
-truest true
-trustier trusty
-trustiest trusty
-tubbier tubby
-tubbiest tubby
-turfier turfy
-turfiest turfy
-tweedier tweedy
-tweediest tweedy
-twiggier twiggy
-twiggiest twiggy
-uglier ugly
-ugliest ugly
-unfriendlier unfriendly
-unfriendliest unfriendly
-ungainlier ungainly
-ungainliest ungainly
-ungodlier ungodly
-ungodliest ungodly
-unhappier unhappy
-unhappiest unhappy
-unhealthier unhealthy
-unhealthiest unhealthy
-unholier unholy
-unholiest unholy
-unrulier unruly
-unruliest unruly
-untidier untidy
-untidiest untidy
-vastier vasty
-vastiest vasty
-vest vest
-viewier viewy
-viewiest viewy
-wackier wacky
-wackiest wacky
-wanner wan
-wannest wan
-warier wary
-wariest wary
-washier washy
-washiest washy
-waster waster
-wavier wavy
-waviest wavy
-waxier waxy
-waxiest waxy
-weaklier weakly
-weakliest weakly
-wealthier wealthy
-wealthiest wealthy
-wearier weary
-weariest weary
-webbier webby
-webbiest webby
-weedier weedy
-weediest weedy
-weenier weeny
-weeniest weeny
-weensier weensy
-weensiest weensy
-weepier weepy
-weepiest weepy
-weightier weighty
-weightiest weighty
-welsher welsher
-wetter wet
-wettest wet
-whackier whacky
-whackiest whacky
-whimsier whimsy
-whimsiest whimsy
-wholesaler wholesaler
-wieldier wieldy
-wieldiest wieldy
-wilier wily
-wiliest wily
-windier windy
-windiest windy
-winier winy
-winiest winy
-winterier wintery
-winteriest wintery
-wintrier wintry
-wintriest wintry
-wirier wiry
-wiriest wiry
-wispier wispy
-wispiest wispy
-wittier witty
-wittiest witty
-wonkier wonky
-wonkiest wonky
-woodier woody
-woodiest woody
-woodsier woodsy
-woodsiest woodsy
-woollier woolly
-woolliest woolly
-woozier woozy
-wooziest woozy
-wordier wordy
-wordiest wordy
-worldlier worldly
-worldliest worldly
-wormier wormy
-wormiest wormy
-worse bad
-worst bad
-worthier worthy
-worthiest worthy
-wrier wry
-wriest wry
-wryer wry
-wryest wry
-yarer yare
-yarest yare
-yeastier yeasty
-yeastiest yeasty
-younger young
-youngest young
-yummier yummy
-yummiest yummy
-zanier zany
-zaniest zany
-zippier zippy
-zippiest zippy
diff --git a/corpora/en/wordnet/dict/adv.exc b/corpora/en/wordnet/dict/adv.exc
deleted file mode 100644
index 5ddf0851d..000000000
--- a/corpora/en/wordnet/dict/adv.exc
+++ /dev/null
@@ -1,7 +0,0 @@
-best well
-better well
-deeper deeply
-farther far
-further far
-harder hard
-hardest hard
diff --git a/corpora/en/wordnet/dict/cntlist b/corpora/en/wordnet/dict/cntlist
deleted file mode 100644
index a8843cf2d..000000000
--- a/corpora/en/wordnet/dict/cntlist
+++ /dev/null
@@ -1,37387 +0,0 @@
-10742 be%2:42:03:: 1
-6833 person%1:03:00:: 1
-3019 be%2:42:06:: 2
-1861 say%2:32:00:: 1
-1837 not%4:02:00:: 1
-1345 group%1:03:00:: 1
-1202 have%2:40:00:: 1
-1007 n't%4:02:00:: 1
-992 location%1:03:00:: 1
-901 be%2:42:05:: 3
-749 man%1:18:00:: 1
-701 be%2:42:00:: 4
-698 be%2:42:04:: 5
-613 see%2:39:00:: 1
-607 seem%2:39:00:: 1
-603 use%2:34:01:: 1
-585 know%2:31:01:: 1
-526 do%2:41:01:: 1
-508 two%5:00:00:cardinal:00 1
-508 make%2:41:00:: 1
-483 other%3:00:00:: 1
-459 make%2:30:00:: 2
-426 year%1:28:01:: 1
-422 one%5:00:00:cardinal:00 1
-411 also%4:02:00:: 1
-401 such%5:00:01:specified:00 1
-394 even%4:02:00:: 1
-389 want%2:37:00:: 1
-377 have%2:42:00:: 2
-375 begin%2:30:00:: 1
-374 more%4:02:00:: 1
-347 many%3:00:00:: 1
-346 man%1:18:03:: 2
-343 go%2:38:00:: 1
-342 try%2:41:00:: 1
-333 then%4:02:00:: 1
-327 become%2:30:00:: 1
-323 youth%1:18:00:: 1
-322 so%4:02:02:: 1
-310 new%3:00:00:: 1
-283 now%4:02:05:: 1
-276 come%2:38:00:: 1
-275 hear%2:39:00:: 1
-274 think%2:31:01:: 1
-274 look%2:39:00:: 1
-270 provide%2:40:00:: 1
-270 be%2:42:07:: 6
-263 eye%1:08:00:: 1
-260 very%4:02:00:: 1
-259 own%5:00:00:personal:00 1
-258 only%4:02:02:: 1
-257 people%1:14:00:: 1
-255 never%4:02:00:: 1
-254 say%2:32:01:: 2
-249 again%4:02:00:: 1
-247 all%3:00:00:: 1
-244 ask%2:32:00:: 1
-243 make%2:36:00:: 3
-235 get%2:40:00:: 1
-235 come%2:38:04:: 2
-234 include%2:42:00:: 1
-233 still%4:02:01:: 1
-232 first%3:00:00:: 1
-226 only%4:02:01:: 2
-221 three%5:00:00:cardinal:00 1
-220 have%2:39:06:: 3
-220 become%2:42:01:: 2
-219 time%1:11:00:: 1
-219 let%2:41:00:: 1
-215 hand%1:08:00:: 1
-213 small%3:00:00:: 1
-208 head%1:08:00:: 1
-206 keep%2:42:00:: 1
-204 expect%2:31:00:: 1
-196 tell%2:32:04:: 1
-196 always%4:02:00:: 1
-193 face%1:08:00:: 1
-190 good%3:00:01:: 1
-189 tell%2:32:00:: 2
-189 be%2:42:02:: 7
-188 think%2:31:03:: 2
-187 turn%2:38:00:: 1
-187 here%4:02:00:: 1
-184 walk%2:38:00:: 1
-183 way%1:07:01:: 1
-183 help%2:41:00:: 1
-182 now%4:02:00:: 2
-181 there%4:02:00:: 1
-181 feel%2:37:00:: 1
-180 too%4:02:00:: 1
-180 most%4:02:00:: 1
-180 however%4:02:00:: 1
-179 give%2:40:03:: 1
-175 almost%4:02:00:: 1
-173 do%2:36:01:: 2
-169 stand%2:35:00:: 1
-169 friend%1:18:00:: 1
-169 day%1:28:00:: 1
-166 soldier%1:18:00:: 1
-165 ask%2:32:01:: 2
-163 night%1:28:00:: 1
-163 little%3:00:01:: 1
-162 just%4:02:00:: 1
-160 time%1:28:05:: 2
-160 give%2:40:05:: 2
-159 start%2:30:00:: 1
-159 see%2:31:01:: 2
-159 find%2:40:02:: 1
-157 house%1:06:00:: 1
-157 get%2:30:00:: 2
-153 often%4:02:00:: 1
-151 problem%1:26:00:: 1
-151 idea%1:09:00:: 1
-150 feel%2:31:00:: 2
-149 happen%2:30:00:: 1
-148 child%1:18:00:: 1
-147 come%2:30:01:: 3
-146 leave%2:38:01:: 1
-146 important%3:00:00:: 1
-146 continue%2:42:01:: 1
-146 area%1:15:01:: 1
-145 regiment%1:14:00:: 1
-144 require%2:42:00:: 1
-144 boy%1:18:00:: 1
-143 woman%1:18:00:: 1
-143 have%2:40:04:: 4
-142 know%2:31:03:: 2
-141 nothing%1:23:00:: 1
-141 find%2:39:02:: 2
-141 die%2:30:00:: 1
-140 see%2:39:02:: 3
-139 large%3:00:00:: 1
-138 put%2:35:00:: 1
-138 pay%2:40:00:: 1
-138 have%2:42:05:: 5
-138 a_few%5:00:00:few:00 1
-137 much%3:00:00:: 1
-136 water%1:27:00:: 1
-136 type%1:09:00:: 1
-136 show%2:39:02:: 1
-136 possible%3:00:00:: 1
-135 place%2:35:00:: 1
-135 no%3:00:00:: 1
-134 sit%2:35:00:: 1
-134 more%3:00:01:: 1
-134 high%3:00:02:: 1
-134 do%2:41:04:: 3
-131 number%1:07:00:: 1
-131 certain%5:00:00:definite:00 1
-130 some%3:00:00:: 1
-130 four%5:00:00:cardinal:00 1
-129 same%3:00:02:: 1
-129 one%5:00:00:unspecified:00 2
-129 live%2:42:08:: 1
-128 remain%2:30:00:: 1
-126 look%2:39:01:: 2
-126 kind%1:09:00:: 1
-125 school%1:14:00:: 1
-123 perhaps%4:02:00:: 1
-123 of_course%4:02:00:: 1
-123 lose%2:40:02:: 1
-123 know%2:31:02:: 3
-123 decide%2:31:00:: 1
-123 build%2:36:00:: 1
-122 receive%2:40:00:: 1
-122 bring%2:38:00:: 1
-121 appear%2:39:00:: 1
-120 wife%1:18:00:: 1
-120 mind%1:09:00:: 1
-118 only%5:00:00:single(a):00 1
-118 long%3:00:02:: 1
-118 believe%2:31:00:: 1
-117 word%1:10:00:: 1
-117 too%4:02:01:: 2
-117 then%4:02:02:: 2
-117 american%3:01:01:: 1
-116 room%1:06:00:: 1
-116 obtain%2:40:00:: 1
-116 add%2:30:00:: 1
-115 read%2:31:00:: 1
-114 time%1:28:00:: 3
-114 great%5:00:01:large:00 1
-113 part%1:24:00:: 1
-113 body%1:08:00:: 1
-112 write%2:36:00:: 1
-112 several%5:00:00:some(a):00 3
-112 probably%4:02:00:: 1
-112 fight%2:33:00:: 1
-111 think%2:31:00:: 3
-111 return%2:38:00:: 1
-111 contain%2:42:00:: 1
-110 understand%2:31:00:: 1
-110 need%2:42:00:: 1
-110 move%2:38:03:: 1
-110 cause%2:36:00:: 1
-109 whole%3:00:00:: 1
-109 last%5:00:00:past:00 1
-109 explain%2:32:00:: 1
-108 talk%2:32:01:: 1
-108 state%1:15:01:: 1
-108 second%5:00:00:ordinal:00 1
-108 old%3:00:02:: 1
-107 young%3:00:00:: 1
-107 tree%1:20:00:: 1
-107 later%4:02:01:: 1
-107 ever%4:02:04:: 1
-107 determine%2:32:00:: 1
-107 consider%2:31:00:: 1
-107 big%3:00:01:: 1
-107 already%4:02:00:: 1
-107 1%5:00:00:cardinal:00 1
-106 run%2:38:00:: 1
-106 remember%2:31:00:: 1
-106 program%1:09:00:: 1
-105 long%3:00:01:: 2
-104 arm%1:08:00:: 1
-103 week%1:28:00:: 1
-103 reach%2:38:01:: 1
-103 kill%2:35:00:: 1
-103 horse%1:05:00:: 1
-103 five%5:00:00:cardinal:00 1
-103 city%1:15:00:: 1
-103 century%1:28:00:: 1
-102 reduce%2:30:00:: 1
-102 information%1:10:00:: 1
-102 buy%2:40:00:: 1
-102 appear%2:30:00:: 2
-101 enough%4:02:00:: 1
-101 effect%1:19:00:: 1
-100 wait%2:42:00:: 1
-100 mother%1:18:00:: 1
-100 government%1:14:00:: 1
-100 exist%2:42:00:: 1
-100 achieve%2:41:00:: 1
-99 sometimes%4:02:01:: 1
-98 spend%2:42:00:: 1
-98 put%2:35:05:: 2
-98 once%4:02:00:: 1
-98 need%2:34:00:: 2
-98 down%4:02:00:: 1
-98 door%1:06:00:: 1
-96 usually%4:02:00:: 1
-96 give%2:40:00:: 3
-96 form%1:10:00:: 1
-96 2%5:00:00:cardinal:00 1
-95 old%3:00:01:: 2
-95 offer%2:40:02:: 1
-95 much%4:02:00:: 1
-95 method%1:09:00:: 1
-95 just%4:02:05:: 2
-95 go%2:41:00:: 2
-94 write%2:32:00:: 2
-94 road%1:06:00:: 1
-94 period%1:28:00:: 1
-94 name%1:10:00:: 1
-94 create%2:36:00:: 1
-94 best%3:00:00:: 1
-94 action%1:04:02:: 1
-93 mean%2:32:01:: 1
-92 take%2:41:04:: 1
-92 hour%1:28:00:: 1
-91 temperature%1:07:00:: 1
-91 side%1:15:02:: 1
-91 here%4:02:02:: 2
-91 call%2:32:02:: 1
-91 back%4:02:04:: 1
-91 available%3:00:00:: 1
-90 work%1:04:00:: 1
-90 use%1:04:00:: 1
-90 thus%4:02:00:: 1
-90 surface%1:06:00:: 1
-90 study%1:04:00:: 1
-90 next%5:00:00:succeeding(a):00 3
-90 learn%2:31:00:: 1
-90 god%1:18:00:: 1
-89 mean%2:42:00:: 2
-89 great%5:00:00:high:02 2
-89 foot%1:08:01:: 1
-88 therefore%4:02:00:: 1
-88 society%1:14:00:: 1
-88 lie%2:42:00:: 1
-88 different%3:00:00:: 1
-87 then%4:02:01:: 3
-87 man%1:18:04:: 3
-87 general%3:00:00:: 1
-86 teach%2:32:00:: 1
-86 street%1:06:00:: 1
-86 speak%2:32:00:: 1
-86 remove%2:30:00:: 1
-86 officer%1:18:03:: 1
-86 morning%1:28:00:: 1
-86 moment%1:28:00:: 1
-86 increase%2:30:00:: 1
-86 ground%1:17:00:: 1
-86 find%2:40:00:: 3
-86 be%2:41:00:: 8
-85 make%2:32:00:: 4
-85 fact%1:09:01:: 1
-85 enter%2:38:00:: 1
-84 seem%2:39:01:: 2
-84 effort%1:04:00:: 1
-84 attend%2:42:00:: 1
-83 wear%2:29:00:: 1
-83 true%3:00:00:: 1
-83 result%1:19:00:: 1
-83 minute%1:28:00:: 1
-82 wall%1:06:00:: 1
-82 stare%2:39:00:: 1
-82 get%2:30:02:: 3
-82 ago%4:02:00:: 1
-81 social%3:01:00:: 1
-81 question%1:10:00:: 1
-81 occur%2:30:00:: 1
-81 necessary%3:00:00:: 1
-81 foot%1:23:00:: 2
-81 at_all%4:02:00:: 1
-80 same%3:00:00:: 2
-80 girl%1:18:00:: 1
-80 few%3:00:00:: 1
-80 choose%2:31:00:: 1
-80 a_little%4:02:00:: 1
-79 up%4:02:00:: 1
-79 so%4:02:06:: 2
-79 smile%2:29:00:: 1
-79 send%2:38:01:: 1
-79 hold%2:42:00:: 1
-79 early%3:00:00:: 1
-78 war%1:04:00:: 1
-78 voice%1:07:00:: 1
-78 slowly%4:02:02:: 1
-78 make%2:36:08:: 5
-78 give%2:40:07:: 4
-77 watch%2:39:00:: 1
-77 six%5:00:00:cardinal:00 1
-77 place%1:15:00:: 1
-77 normal%3:00:01:: 1
-77 money%1:21:00:: 1
-77 describe%2:32:00:: 1
-77 3%5:00:00:cardinal:00 1
-76 work%1:06:00:: 2
-76 well%4:02:00:: 1
-76 reason%1:16:00:: 1
-76 most%3:00:02:: 1
-76 like%2:37:01:: 1
-76 know%2:31:00:: 4
-76 job%1:04:00:: 1
-76 data%1:14:00:: 1
-76 and_then%4:02:00:: 1
-75 tell%2:32:01:: 3
-75 rifle%1:06:00:: 1
-75 purpose%1:09:00:: 1
-75 man%1:14:00:: 4
-75 leg%1:08:01:: 1
-75 join%2:41:00:: 1
-75 cost%1:21:00:: 1
-75 base%2:31:00:: 1
-75 age%1:07:00:: 1
-74 work%2:41:02:: 1
-74 take%2:40:06:: 2
-74 single%3:00:00:: 1
-74 follow%2:38:00:: 1
-74 announce%2:32:00:: 1
-73 third%5:00:00:ordinal:00 1
-73 tall%3:00:00:: 1
-73 take%2:38:09:: 3
-73 study%2:31:02:: 1
-73 state%2:32:00:: 1
-73 so%4:02:05:: 3
-73 sell%2:40:00:: 1
-73 patient%1:18:00:: 1
-73 moment%1:28:01:: 2
-73 merely%4:02:00:: 1
-73 material%1:27:00:: 1
-73 like%2:37:05:: 2
-73 fear%1:12:00:: 1
-73 doctor%1:18:00:: 1
-73 difference%1:07:00:: 1
-73 battle%1:04:00:: 1
-72 window%1:06:00:: 1
-72 thing%1:26:00:: 1
-72 more_than%4:02:00:: 1
-72 gun%1:06:00:: 1
-72 father%1:18:00:: 1
-72 dead%3:00:01:: 1
-72 condition%1:26:00:: 1
-72 case%1:11:00:: 1
-72 carry%2:35:02:: 1
-72 believe%2:31:04:: 2
-71 win%2:33:00:: 1
-71 united_states%1:15:00:: 1
-71 training%1:04:00:: 1
-71 ten%5:00:00:cardinal:00 1
-71 not_only%4:02:00:: 1
-71 little%3:00:03:: 2
-71 cell%1:06:03:: 1
-71 car%1:06:00:: 1
-70 wage%1:21:00:: 1
-70 thought%1:09:01:: 1
-70 size%1:07:00:: 1
-70 play%2:33:00:: 1
-70 month%1:28:01:: 1
-70 grow%2:30:03:: 1
-70 day%1:28:03:: 2
-70 away%4:02:00:: 1
-70 able%3:00:00:: 1
-69 voice%1:10:00:: 2
-69 today%1:28:00:: 1
-69 produce%2:36:02:: 1
-69 level%1:07:00:: 1
-69 better%3:00:00:: 1
-69 10%5:00:00:cardinal:00 1
-68 rate%1:28:00:: 1
-68 less%4:02:00:: 1
-68 indicate%2:32:01:: 1
-68 husband%1:18:00:: 1
-68 country%1:14:00:: 1
-68 before%4:02:03:: 1
-68 assume%2:31:00:: 1
-68 add%2:32:01:: 2
-67 town%1:15:00:: 1
-67 student%1:18:00:: 1
-67 stress%1:10:01:: 1
-67 opportunity%1:26:00:: 1
-67 more%3:00:02:: 2
-67 member%1:18:00:: 1
-67 go_to%2:38:00:: 1
-67 election%1:04:01:: 1
-67 complete%3:00:00:: 1
-67 community%1:14:00:: 1
-67 animal%1:03:00:: 1
-66 some%5:00:00:unspecified:00 2
-66 situation%1:26:00:: 1
-66 open%2:35:00:: 1
-66 life%1:26:01:: 1
-66 indeed%4:02:03:: 1
-66 improve%2:30:01:: 1
-66 imagine%2:36:00:: 1
-66 feel%2:39:00:: 3
-66 family%1:14:02:: 1
-66 fail%2:41:02:: 1
-66 especially%4:02:00:: 1
-66 enemy%1:14:00:: 1
-66 anode%1:06:00:: 1
-65 value%1:09:00:: 1
-65 sort%1:09:00:: 1
-65 smoke%1:19:00:: 1
-65 shoulder%1:08:00:: 1
-65 religious%3:01:00:: 1
-65 region%1:15:00:: 1
-65 pressure%1:19:00:: 1
-65 letter%1:10:00:: 1
-65 indicate%2:32:03:: 2
-65 hold%2:35:00:: 2
-65 figure%1:10:00:: 1
-65 economic%3:01:01:: 1
-65 child%1:18:01:: 2
-65 attitude%1:09:00:: 1
-65 allow%2:41:00:: 1
-64 watch%2:41:00:: 2
-64 suddenly%4:02:02:: 1
-64 report%2:32:00:: 1
-64 percent%1:24:00:: 1
-64 list%1:10:00:: 1
-64 laugh%2:29:00:: 1
-64 have%2:30:00:: 6
-64 get%2:30:03:: 4
-64 each%5:00:00:all(a):00 1
-64 care%2:37:02:: 1
-64 admit%2:32:00:: 1
-63 show%2:31:00:: 2
-63 religion%1:09:00:: 1
-63 process%1:04:00:: 1
-63 plant%1:06:01:: 1
-63 plan%1:09:00:: 1
-63 number%1:23:00:: 2
-63 most%4:02:01:: 2
-63 leave%2:31:05:: 2
-63 for_example%4:02:00:: 1
-63 difficult%3:00:00:: 1
-63 answer%2:32:00:: 1
-62 work%2:41:00:: 2
-62 prevent%2:41:01:: 1
-62 power%1:07:00:: 1
-62 office%1:06:00:: 1
-62 mention%2:32:02:: 1
-62 interest%1:09:00:: 1
-62 hold%2:36:00:: 3
-62 grow%2:30:00:: 2
-62 form%1:09:01:: 2
-62 event%1:03:00:: 1
-62 easy%3:00:01:: 1
-62 agree%2:32:00:: 1
-61 white%3:00:01:: 1
-61 way%1:04:01:: 2
-61 similar%3:00:00:: 1
-61 really%4:02:03:: 1
-61 particularly%4:02:00:: 1
-61 increase%2:30:02:: 2
-61 forget%2:31:01:: 1
-61 first%5:00:00:ordinal:00 2
-61 fill%2:30:01:: 1
-61 far%4:02:02:: 1
-61 eat%2:34:00:: 1
-61 course%1:04:01:: 1
-61 blood%1:08:00:: 1
-61 army%1:14:00:: 1
-60 world%1:14:00:: 1
-60 tell%2:32:02:: 4
-60 soon%4:02:00:: 1
-60 present%3:00:01:: 1
-60 literature%1:10:00:: 1
-60 listen%2:39:00:: 1
-60 hope%2:37:01:: 1
-60 hear%2:31:00:: 2
-60 company%1:14:01:: 1
-60 church%1:14:00:: 1
-60 audience%1:14:00:: 1
-60 at_least%4:02:01:: 1
-59 tend%2:42:01:: 1
-59 rather%4:02:02:: 1
-59 look_like%2:42:00:: 1
-59 insist%2:32:00:: 1
-59 home%4:02:01:: 1
-59 hair%1:08:00:: 1
-59 express%2:32:01:: 1
-59 experiment%1:04:00:: 1
-59 consist_of%2:42:00:: 1
-59 church%1:06:00:: 2
-58 wonder%2:31:00:: 1
-58 technique%1:09:00:: 1
-58 summer%1:28:00:: 1
-58 strong%3:00:00:: 1
-58 statement%1:10:00:: 1
-58 sleep%2:29:00:: 1
-58 select%2:31:00:: 1
-58 see%2:36:00:: 4
-58 ready%3:00:00:: 1
-58 prove%2:42:00:: 1
-58 likely%3:00:00:: 1
-58 lie%2:35:00:: 2
-58 get%2:38:00:: 5
-58 first%4:02:00:: 1
-58 do%2:42:00:: 4
-58 cut%2:35:00:: 1
-58 be%2:42:08:: 9
-57 suggest%2:32:00:: 1
-57 stop%2:38:00:: 1
-57 show%2:32:00:: 3
-57 quite%4:02:02:: 1
-57 move%2:38:01:: 2
-57 modern%3:00:00:: 1
-57 maybe%4:02:00:: 1
-57 lip%1:08:00:: 1
-57 girl%1:18:02:: 2
-57 find%2:32:00:: 4
-57 find%2:31:10:: 5
-57 every%5:00:00:all(a):00 2
-57 employee%1:18:00:: 1
-57 compare%2:31:00:: 1
-57 change%2:30:01:: 1
-57 begin%2:42:00:: 2
-57 at_least%4:02:00:: 2
-56 stop%2:42:00:: 2
-56 simple%3:00:02:: 1
-56 shelter%1:06:00:: 1
-56 push%2:38:00:: 1
-56 price%1:07:00:: 1
-56 need%1:26:00:: 1
-56 leave%2:42:02:: 3
-56 involve%2:42:01:: 1
-56 industry%1:14:00:: 1
-56 face%2:32:00:: 1
-56 drive%2:38:01:: 1
-56 concern%2:42:00:: 1
-56 center%1:15:01:: 1
-56 attention%1:09:00:: 1
-55 words%1:10:03:: 1
-55 thus%4:02:01:: 2
-55 serve%2:42:03:: 1
-55 river%1:17:00:: 1
-55 permit%2:32:00:: 1
-55 low%3:00:02:: 1
-55 jew%1:18:00:: 1
-55 home%1:15:04:: 1
-55 comrade%1:18:00:: 1
-55 clear%3:00:00:: 1
-55 certainly%4:02:00:: 1
-55 bring%2:35:04:: 2
-55 about%4:02:00:: 1
-54 take_place%2:30:00:: 1
-54 real%3:00:00:: 1
-54 much%1:23:00:: 1
-54 life%1:09:00:: 2
-54 evidence%1:09:00:: 1
-54 distance%1:07:00:: 1
-54 discuss%2:32:01:: 1
-54 day%1:28:01:: 3
-54 change%2:30:00:: 2
-53 throw%2:35:00:: 1
-53 think_of%2:31:00:: 1
-53 text%1:10:00:: 1
-53 stand%2:42:04:: 2
-53 speak%2:32:01:: 2
-53 ride%2:38:01:: 1
-53 reply%2:32:00:: 1
-53 remember%2:31:01:: 2
-53 rather%4:02:04:: 2
-53 one%5:00:01:single(a):00 8
-53 nearly%4:02:00:: 1
-53 learn%2:31:01:: 2
-53 kid%1:18:00:: 1
-53 forward%4:02:00:: 1
-53 finger%1:08:00:: 1
-53 end%2:42:00:: 1
-53 encourage%2:41:00:: 1
-53 back%1:08:00:: 1
-52 value%1:07:00:: 2
-52 thing%1:04:00:: 2
-52 table%1:14:00:: 1
-52 report%2:32:04:: 2
-52 product%1:06:01:: 1
-52 move%2:38:00:: 3
-52 more%1:23:00:: 1
-52 make%2:36:01:: 6
-52 latter%3:00:00:: 1
-52 larger%5:00:00:large:00 1
-52 just%4:02:01:: 3
-52 jewish%3:01:01:: 1
-52 in_fact%4:02:00:: 1
-52 family%1:14:00:: 2
-52 experience%1:09:01:: 1
-52 enjoy%2:37:00:: 1
-52 dictionary%1:10:00:: 1
-52 development%1:04:01:: 1
-52 describe%2:32:01:: 2
-52 complete%2:30:02:: 1
-52 black%3:00:01:: 1
-52 be_born%2:30:00:: 1
-52 arrive%2:38:00:: 1
-52 apparently%4:02:00:: 1
-52 5%5:00:00:cardinal:00 1
-51 sure%3:00:00:: 1
-51 still%4:02:04:: 2
-51 site%1:15:00:: 1
-51 point%1:09:00:: 1
-51 object%1:03:00:: 1
-51 music%1:10:00:: 1
-51 live%2:42:06:: 2
-51 line%1:14:03:: 1
-51 knee%1:08:00:: 1
-51 individual%1:03:00:: 1
-51 high%3:00:01:: 2
-51 existence%1:26:00:: 1
-51 earth%1:17:00:: 1
-51 dominant%3:00:01:: 1
-51 consider%2:39:00:: 2
-51 call%2:32:00:: 2
-51 bed%1:06:00:: 1
-51 bad%3:00:00:: 1
-51 another%5:00:00:other:00 1
-51 afternoon%1:28:00:: 1
-51 4%5:00:00:cardinal:00 1
-50 take%2:35:00:: 4
-50 somewhat%4:02:01:: 1
-50 report%1:10:03:: 1
-50 recommend%2:32:01:: 1
-50 question%1:10:01:: 2
-50 public%3:00:00:: 1
-50 means%1:04:00:: 1
-50 loud%3:00:00:: 1
-50 look_for%2:35:00:: 1
-50 law%1:14:00:: 1
-50 in_addition%4:02:00:: 1
-50 importance%1:07:00:: 1
-50 hot%3:00:01:: 1
-50 hate%2:37:00:: 1
-50 follow%2:42:00:: 2
-50 file%2:32:02:: 1
-50 establish%2:41:00:: 1
-50 enough%5:00:00:sufficient:00 1
-50 emotion%1:12:00:: 1
-50 attempt%2:41:00:: 1
-49 world%1:17:01:: 2
-49 wait%2:42:01:: 2
-49 vocational%3:01:00:: 1
-49 trial%1:04:01:: 1
-49 theory%1:09:00:: 1
-49 sky%1:17:00:: 1
-49 ship%1:06:00:: 1
-49 mile%1:23:01:: 1
-49 meet%2:38:01:: 1
-49 manner%1:07:02:: 1
-49 increase%1:23:00:: 1
-49 inch%1:23:00:: 1
-49 history%1:28:00:: 1
-49 go%2:38:01:: 3
-49 field%1:15:00:: 1
-49 feeling%1:03:00:: 1
-49 farm%1:06:00:: 1
-49 dark%3:00:01:: 1
-49 attempt%1:04:00:: 1
-49 art%1:06:00:: 1
-49 allow%2:32:00:: 2
-49 all_of%3:00:00:: 1
-48 wish%2:37:00:: 1
-48 son%1:18:00:: 1
-48 sample%1:09:00:: 1
-48 realize%2:31:01:: 1
-48 out%4:02:00:: 1
-48 no_longer%4:02:00:: 1
-48 mouth%1:08:01:: 1
-48 meaning%1:10:00:: 1
-48 language%1:10:00:: 1
-48 home%1:06:00:: 2
-48 force%2:41:00:: 1
-48 figure%1:08:00:: 2
-48 fellow%1:18:00:: 1
-48 experience%1:09:00:: 2
-48 equipment%1:06:00:: 1
-48 color%1:07:00:: 1
-48 building%1:06:00:: 1
-48 blue%5:00:00:chromatic:00 1
-47 see%2:31:00:: 5
-47 refuse%2:32:00:: 1
-47 recall%2:31:00:: 1
-47 quite%4:02:01:: 2
-47 own%2:40:00:: 1
-47 local%3:00:01:: 1
-47 information%1:09:00:: 2
-47 feed%2:34:04:: 1
-47 demand%2:32:00:: 1
-47 cross%2:38:00:: 1
-47 any%5:00:00:some(a):00 2
-46 various%5:00:02:different:00 1
-46 song%1:10:00:: 1
-46 sing%2:36:01:: 1
-46 simply%4:02:00:: 1
-46 research%1:04:00:: 1
-46 new_york%1:15:01:: 1
-46 national%3:01:00:: 1
-46 light%1:19:00:: 1
-46 inform%2:32:00:: 1
-46 immediately%4:02:00:: 1
-46 human%3:01:00:: 1
-46 greater%3:00:00:: 1
-46 future%1:28:00:: 1
-46 development%1:22:02:: 2
-46 come_back%2:38:00:: 1
-46 coffee%1:13:00:: 1
-46 change%1:11:00:: 1
-46 book%1:10:00:: 1
-46 approach%2:38:00:: 1
-45 wide%3:00:00:: 1
-45 start%2:30:01:: 2
-45 spirit%1:18:01:: 1
-45 result%2:42:00:: 1
-45 range%1:07:00:: 1
-45 prove%2:31:00:: 2
-45 prepare%2:30:00:: 1
-45 political%3:00:00:: 1
-45 out%4:02:01:: 2
-45 open%2:41:00:: 2
-45 murder%1:04:00:: 1
-45 last%3:00:00:: 2
-45 knowledge%1:03:00:: 1
-45 income%1:21:00:: 1
-45 get%2:35:03:: 6
-45 find%2:39:01:: 6
-45 fig%1:10:00:: 1
-45 example%1:09:00:: 1
-45 else%4:02:01:: 1
-45 death%1:11:00:: 1
-45 college%1:14:00:: 1
-45 change%1:24:00:: 2
-45 cause%2:32:00:: 2
-45 better%4:02:00:: 1
-45 basic%3:00:00:: 1
-45 apply%2:34:00:: 1
-45 analysis%1:04:00:: 1
-45 additional%5:00:00:added:00 1
-44 trial%1:04:00:: 2
-44 tax%1:21:00:: 1
-44 supply%2:40:00:: 1
-44 such_as%5:00:00:specified:00 1
-44 seek%2:40:00:: 1
-44 rest%1:24:00:: 1
-44 pull%2:35:00:: 1
-44 private%3:00:00:: 1
-44 plan%2:31:01:: 1
-44 one%1:23:00:: 1
-44 obviously%4:02:00:: 1
-44 near%3:00:00:: 1
-44 marry%2:41:00:: 1
-44 go_on%2:42:00:: 1
-44 finish%2:30:02:: 1
-44 finally%4:02:02:: 1
-44 enable%2:30:00:: 1
-44 develop%2:36:01:: 1
-44 develop%2:36:00:: 2
-44 conduct%2:41:00:: 1
-44 come_in%2:38:02:: 1
-44 clothes%1:06:00:: 1
-44 cell%1:03:00:: 2
-44 at_last%4:02:00:: 1
-44 artist%1:18:00:: 1
-44 allotment%1:21:00:: 1
-43 woods%1:14:00:: 1
-43 time%1:28:06:: 4
-43 team%1:14:00:: 1
-43 system%1:06:00:: 1
-43 stay%2:30:00:: 1
-43 show%2:39:00:: 4
-43 short%3:00:02:: 1
-43 section%1:10:00:: 1
-43 red%5:00:01:chromatic:00 1
-43 protect%2:33:00:: 1
-43 noise%1:11:00:: 1
-43 muscle%1:08:00:: 1
-43 mean%2:32:03:: 3
-43 love%2:37:00:: 1
-43 kitchen%1:06:00:: 1
-43 highly%4:02:02:: 1
-43 function%1:24:00:: 1
-43 fire%1:11:00:: 1
-43 fall%2:38:03:: 1
-43 entirely%4:02:00:: 1
-43 affect%2:30:00:: 1
-43 activity%1:04:00:: 1
-43 6%5:00:00:cardinal:00 1
-42 win%2:40:00:: 2
-42 victory%1:11:00:: 1
-42 sun%1:17:00:: 1
-42 suddenly%4:02:00:: 2
-42 successful%3:00:00:: 1
-42 strength%1:07:00:: 1
-42 shake%2:38:00:: 1
-42 really%4:02:04:: 2
-42 quality%1:07:00:: 1
-42 pound%1:23:09:: 1
-42 point_out%2:32:01:: 1
-42 past%1:28:00:: 1
-42 onset%1:11:00:: 1
-42 love%1:12:00:: 1
-42 lack%1:26:00:: 1
-42 heart%1:09:00:: 1
-42 have%2:34:00:: 7
-42 half%1:23:00:: 1
-42 guess%2:31:00:: 1
-42 feature%1:09:00:: 1
-42 entire%5:00:01:whole:00 1
-42 employ%2:34:00:: 1
-42 dog%1:05:00:: 1
-42 destroy%2:36:00:: 1
-42 court%1:14:00:: 1
-42 boy%1:18:02:: 2
-42 air%1:27:00:: 1
-41 wonder%2:32:01:: 2
-41 water%1:17:00:: 2
-41 teacher%1:18:00:: 1
-41 strange%3:00:00:: 1
-41 seek%2:35:00:: 2
-41 save%2:41:01:: 1
-41 right%1:07:00:: 1
-41 remark%2:32:00:: 1
-41 reflect%2:39:01:: 1
-41 procedure%1:04:00:: 1
-41 note%2:32:00:: 1
-41 nature%1:07:02:: 1
-41 maintain%2:42:00:: 1
-41 life%1:26:02:: 3
-41 lieutenant%1:18:01:: 1
-41 handle%2:41:00:: 1
-41 grass%1:20:00:: 1
-41 full%3:00:00:: 1
-41 find%2:40:01:: 7
-41 different%5:00:00:other:00 2
-41 develop%2:30:06:: 3
-41 come%2:30:03:: 4
-40 way%1:15:00:: 3
-40 wave%1:11:01:: 1
-40 talk_about%2:32:00:: 1
-40 series%1:14:00:: 1
-40 see%2:31:02:: 6
-40 season%1:28:02:: 1
-40 rapidly%4:02:00:: 1
-40 prevent%2:41:00:: 2
-40 present%2:39:00:: 1
-40 on%4:02:00:: 1
-40 lead%2:38:01:: 1
-40 general%1:18:00:: 1
-40 further%5:00:00:added:00 1
-40 form%1:09:00:: 3
-40 first%4:02:02:: 2
-40 eliminate%2:30:01:: 1
-40 disappear%2:30:00:: 1
-40 corporation%1:14:00:: 1
-40 completion%1:04:01:: 1
-40 come%2:42:04:: 5
-40 chance%1:26:00:: 1
-40 aware%3:00:00:: 1
-40 amount%1:21:00:: 1
-39 state%1:03:00:: 2
-39 specific%3:00:00:: 1
-39 skill%1:09:01:: 1
-39 shout%2:32:00:: 1
-39 represent%2:42:02:: 1
-39 reach%2:38:00:: 2
-39 rate%1:21:00:: 2
-39 publish%2:36:01:: 1
-39 present%3:00:02:: 2
-39 permit%2:41:00:: 2
-39 oxygen%1:27:00:: 1
-39 observe%2:39:02:: 1
-39 notice%2:39:04:: 1
-39 more%5:00:00:added:00 3
-39 mg%1:23:00:: 1
-39 local%3:00:03:: 2
-39 less_than%4:02:00:: 1
-39 less%3:00:00:: 1
-39 keep%2:42:07:: 2
-39 hotel%1:06:00:: 1
-39 go_into%2:38:00:: 1
-39 frequently%4:02:00:: 1
-39 feel%2:29:00:: 4
-39 federal%5:00:00:national:01 1
-39 far%4:02:00:: 2
-39 england%1:15:00:: 1
-39 depend_on%2:42:00:: 1
-39 death%1:19:00:: 2
-39 continue%2:32:00:: 2
-39 circumstance%1:26:01:: 1
-39 case%1:26:00:: 2
-39 carefully%4:02:00:: 1
-39 amount%1:07:00:: 2
-39 america%1:15:00:: 1
-39 achievement%1:04:00:: 1
-38 understanding%1:09:01:: 1
-38 tooth%1:08:00:: 1
-38 take%2:30:01:: 5
-38 stand%2:42:03:: 3
-38 sound%2:39:06:: 1
-38 sit_down%2:38:00:: 1
-38 run%2:38:04:: 2
-38 result%2:42:02:: 2
-38 remain%2:42:03:: 2
-38 reaction%1:22:00:: 1
-38 produce%2:36:00:: 2
-38 problem%1:10:00:: 2
-38 presently%4:02:01:: 1
-38 place%1:15:04:: 2
-38 old_man%1:18:02:: 1
-38 objective%1:09:00:: 1
-38 no%4:02:02:: 1
-38 meet%2:41:01:: 2
-38 major%3:00:06:: 1
-38 maintain%2:40:00:: 2
-38 length%1:07:00:: 1
-38 individual%3:00:00:: 1
-38 great%5:00:01:important:00 3
-38 gray%5:00:00:achromatic:00 1
-38 game%1:04:00:: 1
-38 free%3:00:00:: 1
-38 floor%1:06:00:: 1
-38 film%1:10:01:: 1
-38 evening%1:28:00:: 1
-38 dust%1:27:00:: 1
-38 district%1:15:00:: 1
-38 day%1:28:02:: 4
-38 create%2:36:02:: 2
-38 close%3:00:01:: 1
-38 chapter%1:10:00:: 1
-38 call%2:32:01:: 3
-38 brown%5:00:00:chromatic:00 1
-38 basis%1:24:00:: 1
-38 author%1:18:00:: 1
-37 tissue%1:08:00:: 1
-37 term%1:10:00:: 1
-37 spirit%1:26:00:: 2
-37 south%1:15:01:: 1
-37 shape%1:07:00:: 1
-37 sense%1:09:05:: 1
-37 sea%1:17:00:: 1
-37 realize%2:31:00:: 2
-37 play%2:41:12:: 2
-37 plant%1:03:00:: 2
-37 moreover%4:02:00:: 1
-37 month%1:28:00:: 2
-37 military%3:01:00:: 1
-37 indicate%2:32:00:: 3
-37 hope%2:37:00:: 2
-37 high_school%1:14:00:: 1
-37 hardly%4:02:00:: 1
-37 hard%3:00:06:: 1
-37 happy%3:00:00:: 1
-37 growth%1:22:00:: 1
-37 go_back%2:38:00:: 1
-37 generally%4:02:02:: 1
-37 flee%2:38:00:: 1
-37 feel%2:31:01:: 5
-37 exactly%4:02:01:: 1
-37 eight%5:00:00:cardinal:00 1
-37 daily%4:02:00:: 1
-37 consider%2:31:01:: 3
-37 concept%1:09:00:: 1
-37 completely%4:02:04:: 1
-37 believe%2:31:03:: 3
-37 arc%1:19:00:: 1
-36 writer%1:18:00:: 1
-36 view%1:09:02:: 1
-36 various%5:00:00:individual:00 2
-36 urge%2:32:00:: 1
-36 time%1:03:00:: 5
-36 thing%1:09:00:: 3
-36 thing%1:06:00:: 4
-36 take%2:31:07:: 6
-36 surface%1:15:00:: 2
-36 success%1:11:00:: 1
-36 story%1:10:03:: 1
-36 step%1:04:02:: 1
-36 spend%2:40:00:: 2
-36 sound%1:07:00:: 1
-36 serve%2:33:00:: 2
-36 see%4:02:00:: 1
-36 relatively%4:02:00:: 1
-36 recent%5:00:00:new:00 1
-36 program%1:09:01:: 2
-36 production%1:04:00:: 1
-36 note%2:39:00:: 2
-36 new%5:00:00:original:00 2
-36 million%5:00:00:cardinal:00 1
-36 maximum%3:00:00:: 1
-36 long%4:02:00:: 1
-36 job%1:04:01:: 2
-36 instead%4:02:00:: 1
-36 get%2:39:00:: 7
-36 forest%1:14:00:: 1
-36 emerge%2:30:00:: 1
-36 ear%1:08:00:: 1
-36 drop%2:38:01:: 1
-36 door%1:06:01:: 2
-36 device%1:06:00:: 1
-36 climb%2:38:00:: 1
-36 christian%3:01:00:: 1
-36 carry%2:42:01:: 2
-36 brother%1:18:00:: 1
-36 back%4:02:00:: 2
-36 aid%2:41:00:: 1
-36 actually%4:02:01:: 1
-36 activity%1:26:00:: 2
-35 tattered%5:00:01:worn:00 1
-35 swing%2:38:02:: 1
-35 sing%2:36:00:: 2
-35 public%1:14:00:: 1
-35 pretty%4:02:00:: 1
-35 polynomial%1:09:00:: 1
-35 parent%1:18:00:: 1
-35 non%5:00:00:negative:02 1
-35 nod%2:32:01:: 1
-35 men%1:14:00:: 1
-35 measure%2:31:00:: 1
-35 matter%1:09:01:: 1
-35 mass%1:07:00:: 1
-35 left%3:00:00:: 1
-35 lead%2:42:04:: 2
-35 known%3:00:00:: 1
-35 hang%2:35:03:: 1
-35 facility%1:06:00:: 1
-35 end%1:15:00:: 1
-35 do%2:36:02:: 5
-35 display%2:39:00:: 1
-35 direction%1:15:00:: 1
-35 crowd%1:14:00:: 1
-35 cover%2:35:00:: 1
-35 cost%2:42:00:: 1
-35 compute%2:31:00:: 1
-35 communism%1:14:00:: 1
-35 cold%3:00:01:: 1
-35 chair%1:06:00:: 1
-35 business%1:14:00:: 1
-35 bullet%1:06:00:: 1
-35 ball%1:06:01:: 1
-35 act%2:41:00:: 1
-35 act%1:10:01:: 1
-35 8%5:00:00:cardinal:00 1
-34 yard%1:23:00:: 1
-34 world%1:14:01:: 3
-34 travel%2:38:00:: 1
-34 throat%1:08:00:: 1
-34 that_is%4:02:00:: 1
-34 suppose%2:32:00:: 1
-34 source%1:15:00:: 1
-34 serum%1:08:00:: 1
-34 roof%1:06:00:: 1
-34 role%1:04:00:: 1
-34 reveal%2:39:00:: 1
-34 remain%2:42:05:: 3
-34 record%2:32:00:: 1
-34 range%2:42:01:: 1
-34 purchase%2:40:00:: 1
-34 proper%3:00:00:: 1
-34 position%1:15:00:: 1
-34 police%1:14:00:: 1
-34 page%1:10:00:: 1
-34 operate%2:41:00:: 1
-34 open%3:00:01:: 1
-34 neck%1:08:00:: 1
-34 more%4:02:01:: 2
-34 material%1:10:00:: 2
-34 listen%2:39:01:: 2
-34 impossible%3:00:00:: 1
-34 goal%1:09:00:: 1
-34 glance%2:39:00:: 1
-34 fine%5:00:00:superior:02 1
-34 find%2:36:00:: 8
-34 fight%2:33:01:: 2
-34 feel%2:39:01:: 6
-34 fact%1:10:01:: 2
-34 estimate%2:31:00:: 1
-34 element%1:09:00:: 1
-34 education%1:04:00:: 1
-34 deal%2:32:08:: 1
-34 county%1:15:00:: 1
-34 contain%2:42:13:: 2
-34 claim%2:32:00:: 1
-34 chest%1:08:00:: 1
-34 belong_to%2:42:00:: 1
-34 average%5:00:02:normal:01 1
-34 as_well%4:02:01:: 1
-34 argue%2:32:02:: 1
-34 adopt%2:40:02:: 1
-34 acquire%2:40:00:: 1
-34 accept%2:31:00:: 1
-34 50%5:00:00:cardinal:00 1
-34 15%5:00:00:cardinal:00 1
-33 write%2:36:02:: 3
-33 wait%2:31:00:: 3
-33 two%1:23:00:: 1
-33 touch%2:35:00:: 1
-33 sunday%1:28:00:: 1
-33 sudden%3:00:00:: 1
-33 such%5:00:00:specified:00 2
-33 smaller%5:00:00:small:00 1
-33 sit%2:42:00:: 2
-33 show%2:39:03:: 5
-33 seven%5:00:00:cardinal:00 1
-33 respond%2:31:00:: 1
-33 repeat%2:32:00:: 1
-33 regard%2:31:00:: 1
-33 recognize%2:31:02:: 1
-33 raise%2:30:01:: 1
-33 policy%1:09:00:: 1
-33 particle%1:27:01:: 1
-33 other%5:00:00:added:00 2
-33 nation%1:14:00:: 1
-33 measurement%1:07:00:: 1
-33 make%2:31:00:: 7
-33 main%5:00:00:important:00 1
-33 machine%1:06:00:: 1
-33 late%3:00:00:: 1
-33 just%4:02:03:: 4
-33 illustrate%2:32:00:: 1
-33 hire%2:41:00:: 1
-33 hill%1:17:00:: 1
-33 guy%1:18:00:: 1
-33 further%4:02:02:: 1
-33 fourth%5:00:00:ordinal:00 1
-33 fly%2:38:00:: 1
-33 find_out%2:32:00:: 1
-33 fail%2:41:00:: 2
-33 face%2:33:00:: 2
-33 english%3:01:00:: 1
-33 distant%3:00:01:: 1
-33 declare%2:32:00:: 1
-33 conclude%2:31:00:: 1
-33 come_out%2:30:00:: 1
-33 colonel%1:18:00:: 1
-33 american%1:18:00:: 1
-33 accept%2:40:00:: 2
-33 100%5:00:00:cardinal:00 1
-32 worry%2:37:00:: 1
-32 work%2:41:03:: 3
-32 turn_out%2:42:00:: 1
-32 thing%1:11:00:: 5
-32 thing%1:09:02:: 6
-32 test%2:41:00:: 1
-32 take%2:38:10:: 7
-32 stay%2:38:00:: 2
-32 show%2:36:00:: 6
-32 seek%2:41:00:: 3
-32 return%1:10:01:: 1
-32 remark%1:10:00:: 1
-32 recognize%2:31:01:: 2
-32 press%2:35:00:: 1
-32 play%1:10:01:: 1
-32 payment%1:21:00:: 1
-32 pass%2:38:00:: 1
-32 pain%1:26:00:: 1
-32 meet%2:42:02:: 3
-32 matter%1:09:00:: 2
-32 keep%2:40:00:: 3
-32 interest%1:07:01:: 2
-32 intend%2:31:00:: 1
-32 include%2:31:00:: 2
-32 identify%2:31:00:: 1
-32 heavy%3:00:01:: 1
-32 grow%2:30:02:: 3
-32 give%2:32:01:: 5
-32 full%5:00:01:whole:00 2
-32 fence%1:06:00:: 1
-32 feed%1:13:00:: 1
-32 express%2:32:00:: 2
-32 desire%1:12:00:: 1
-32 depth%1:07:00:: 1
-32 crawl%2:38:00:: 1
-32 considerable%3:00:00:: 1
-32 congregation%1:14:00:: 1
-32 common%3:00:02:: 1
-32 close%2:35:00:: 1
-32 clearly%4:02:00:: 1
-32 chlorine%1:27:00:: 1
-32 called%5:00:00:titled:00 1
-32 authorize%2:32:00:: 1
-32 apartment%1:06:00:: 1
-32 alone%4:02:00:: 1
-32 above%4:02:00:: 1
-32 20%5:00:00:cardinal:00 1
-31 world%1:09:00:: 4
-31 wish%2:37:02:: 2
-31 trip%1:04:00:: 1
-31 total%5:00:00:whole:00 1
-31 suppose%2:31:00:: 2
-31 sentence%1:10:00:: 1
-31 section%1:17:00:: 2
-31 regard_as%2:31:00:: 1
-31 recently%4:02:00:: 1
-31 radiation%1:19:00:: 1
-31 promote%2:41:01:: 1
-31 possess%2:42:00:: 1
-31 portion%1:24:00:: 1
-31 personal%3:00:00:: 1
-31 pass%2:38:05:: 2
-31 offer%2:40:00:: 2
-31 newspaper%1:10:00:: 1
-31 name%2:32:03:: 1
-31 meaning%1:09:00:: 2
-31 marketing%1:04:00:: 1
-31 lift%2:38:00:: 1
-31 lack%2:42:00:: 1
-31 item%1:10:00:: 1
-31 image%1:09:00:: 1
-31 have%2:41:00:: 8
-31 go_to%2:42:00:: 2
-31 glance%1:04:00:: 1
-31 get_out%2:38:01:: 1
-31 flower%1:20:00:: 1
-31 flag%1:06:00:: 1
-31 final%5:00:00:closing:00 1
-31 factor%1:11:00:: 1
-31 equal%3:00:00:: 1
-31 engage%2:41:06:: 1
-31 energy%1:19:00:: 1
-31 end%1:28:00:: 2
-31 easily%4:02:01:: 1
-31 dream%1:09:01:: 1
-31 design%2:36:02:: 1
-31 contribute%2:40:01:: 1
-31 constitute%2:42:00:: 1
-31 cm%1:23:00:: 1
-31 bring%2:36:00:: 3
-31 begin%2:36:00:: 3
-31 25%5:00:00:cardinal:00 1
-30 well%4:02:05:: 2
-30 vote%2:41:13:: 1
-30 vast%5:00:00:large:00 1
-30 treat%2:41:00:: 1
-30 sufficient%3:00:00:: 1
-30 special%5:00:01:specific:00 1
-30 southern%3:00:02:: 1
-30 somewhere%4:02:00:: 1
-30 solve%2:31:00:: 1
-30 set%2:35:00:: 1
-30 ride%2:38:00:: 2
-30 quote%2:32:00:: 1
-30 property%1:21:00:: 1
-30 probability%1:07:01:: 1
-30 previously%4:02:00:: 1
-30 presence%1:26:00:: 1
-30 petitioner%1:18:00:: 1
-30 peer%2:39:00:: 1
-30 paper%1:27:00:: 1
-30 occasionally%4:02:00:: 1
-30 moon%1:17:01:: 1
-30 meeting%1:14:00:: 1
-30 lung%1:08:00:: 1
-30 like%3:00:00:: 1
-30 increased%3:00:00:: 1
-30 in_front%4:02:00:: 1
-30 hurry%2:38:00:: 1
-30 have%2:36:00:: 9
-30 hat%1:06:00:: 1
-30 following%5:00:01:succeeding(a):00 4
-30 fire%2:33:01:: 1
-30 expect%2:32:00:: 2
-30 empty%3:00:00:: 1
-30 drug%1:06:00:: 1
-30 drink%2:34:00:: 1
-30 discuss%2:32:00:: 2
-30 devote%2:32:00:: 1
-30 conduct%2:36:00:: 2
-30 busy%3:00:00:: 1
-30 behavior%1:04:00:: 1
-30 as%4:02:00:: 1
-29 worker%1:18:00:: 1
-29 with_respect_to%5:00:00:related:02 1
-29 wild%3:00:02:: 1
-29 weapon%1:06:00:: 1
-29 visit%2:41:02:: 1
-29 village%1:14:00:: 1
-29 usual%3:00:00:: 1
-29 united_states%1:14:00:: 2
-29 understand%2:31:01:: 2
-29 too_much%4:02:00:: 1
-29 thyroid%1:08:00:: 1
-29 stress%2:32:00:: 1
-29 start%2:38:02:: 3
-29 smile%1:10:00:: 1
-29 share%1:21:00:: 1
-29 set%2:31:04:: 2
-29 services%1:04:00:: 1
-29 serious%3:00:00:: 1
-29 see%2:39:03:: 7
-29 say%2:32:03:: 3
-29 sale%1:04:00:: 1
-29 reason%1:10:01:: 2
-29 reach%2:35:00:: 3
-29 pressure%1:07:00:: 2
-29 play%2:36:12:: 3
-29 physical%3:00:00:: 1
-29 past%3:00:00:: 1
-29 pass%2:41:02:: 3
-29 party%1:14:01:: 1
-29 organization%1:14:00:: 1
-29 operate%2:35:03:: 2
-29 occurrence%1:11:00:: 1
-29 now%4:02:02:: 3
-29 note%2:39:02:: 3
-29 need%1:17:00:: 2
-29 medical%3:01:00:: 1
-29 may%1:28:00:: 1
-29 manager%1:18:00:: 1
-29 man%1:05:01:: 5
-29 live%2:42:04:: 3
-29 life%1:26:00:: 4
-29 intensity%1:07:03:: 1
-29 head%2:38:00:: 1
-29 go%2:30:04:: 4
-29 give%2:36:02:: 6
-29 fund%1:21:00:: 1
-29 fully%4:02:02:: 1
-29 force%1:07:01:: 1
-29 food%1:03:00:: 1
-29 find%2:31:09:: 9
-29 farmer%1:18:00:: 1
-29 end%2:30:01:: 2
-29 effective%3:00:00:: 1
-29 deserve%2:42:00:: 1
-29 country%1:15:00:: 2
-29 contact%1:04:02:: 1
-29 conclusion%1:09:00:: 1
-29 complain%2:32:00:: 1
-29 coat%1:06:00:: 1
-29 citizen%1:18:00:: 1
-29 block%1:06:00:: 1
-29 bird%1:05:00:: 1
-29 arise%2:42:00:: 1
-29 appropriate%3:00:00:: 1
-29 approach%1:04:02:: 1
-29 apply%2:42:00:: 2
-29 answer%1:10:01:: 1
-29 air%1:15:00:: 2
-29 afraid%3:00:00:: 1
-29 accomplish%2:36:00:: 1
-28 work%2:41:06:: 4
-28 wind%1:19:00:: 1
-28 way%1:26:00:: 4
-28 treatment%1:04:00:: 1
-28 tradition%1:09:01:: 1
-28 take%2:40:00:: 8
-28 such%4:02:00:: 1
-28 succeed%2:41:00:: 1
-28 style%1:07:00:: 1
-28 stock%1:21:00:: 1
-28 shoot%2:33:01:: 1
-28 retain%2:40:01:: 1
-28 represent%2:32:02:: 2
-28 put%2:32:00:: 3
-28 primarily%4:02:01:: 1
-28 present%2:32:00:: 2
-28 predict%2:32:00:: 1
-28 people%1:14:01:: 2
-28 pattern%1:09:00:: 1
-28 participate%2:41:00:: 1
-28 ordinary%3:00:00:: 1
-28 order%2:32:01:: 1
-28 one%5:00:02:single(a):00 7
-28 once%4:02:02:: 2
-28 nose%1:08:00:: 1
-28 nevertheless%4:02:00:: 1
-28 neighborhood%1:15:00:: 1
-28 monday%1:28:00:: 1
-28 install%2:35:00:: 1
-28 honor%2:41:00:: 1
-28 hide%2:39:00:: 1
-28 have%2:40:01:: 10
-28 furnish%2:40:00:: 1
-28 form%2:41:00:: 1
-28 feeling%1:09:03:: 2
-28 explanation%1:10:00:: 1
-28 experience%1:11:00:: 3
-28 europe%1:17:00:: 1
-28 establish%2:36:00:: 2
-28 essentially%4:02:01:: 1
-28 edge%1:15:00:: 1
-28 destroy%2:35:00:: 2
-28 design%2:31:00:: 2
-28 department%1:14:00:: 1
-28 control%2:41:00:: 1
-28 construct%2:36:00:: 1
-28 complex%3:00:00:: 1
-28 company%1:14:03:: 2
-28 bottle%1:06:00:: 1
-28 board%1:14:00:: 1
-28 basis%1:09:00:: 2
-28 balance%1:26:00:: 1
-28 assistance%1:04:00:: 1
-28 alone%4:02:01:: 2
-27 work%1:04:01:: 3
-27 washington%1:15:01:: 1
-27 warm%3:00:01:: 1
-27 war%1:26:00:: 2
-27 visual%3:01:04:: 1
-27 valley%1:17:00:: 1
-27 union%1:14:01:: 1
-27 troops%1:14:00:: 1
-27 thermal%3:01:00:: 1
-27 tell%2:31:00:: 5
-27 suspect%2:31:02:: 1
-27 steps%1:06:00:: 1
-27 species%1:14:00:: 1
-27 shoot%2:41:00:: 2
-27 shoe%1:06:00:: 1
-27 see%2:38:00:: 8
-27 see%2:32:00:: 9
-27 saline%1:27:00:: 1
-27 right%1:15:00:: 2
-27 receive%2:30:01:: 2
-27 provision%1:10:00:: 1
-27 protestant%3:01:00:: 1
-27 practically%4:02:00:: 1
-27 population%1:14:00:: 1
-27 play%2:36:02:: 4
-27 plan%2:31:00:: 2
-27 personnel%1:14:00:: 1
-27 performance%1:10:00:: 1
-27 operator%1:24:00:: 1
-27 mean%2:31:00:: 4
-27 manage%2:41:09:: 1
-27 literary%3:01:00:: 1
-27 liberal%1:18:00:: 1
-27 leave%2:30:02:: 4
-27 lead%2:42:12:: 3
-27 lady%1:18:02:: 1
-27 interesting%3:00:00:: 1
-27 influence%1:07:00:: 1
-27 hypothalamic%3:01:00:: 1
-27 gram%1:23:00:: 1
-27 grab%2:35:00:: 1
-27 gain%2:40:03:: 1
-27 folklore%1:09:00:: 1
-27 discussion%1:10:02:: 1
-27 differ%2:42:00:: 1
-27 diameter%1:07:00:: 1
-27 detective%1:18:00:: 1
-27 description%1:10:01:: 1
-27 dark%3:00:02:: 2
-27 consider%2:32:00:: 4
-27 commission%1:14:00:: 1
-27 check%2:31:00:: 1
-27 begin%2:30:01:: 4
-27 area%1:09:00:: 2
-27 approve%2:32:00:: 1
-27 30%5:00:00:cardinal:00 1
-26 yellow%5:00:00:chromatic:00 1
-26 world%1:17:00:: 5
-26 weight%1:07:00:: 1
-26 vary%2:30:01:: 1
-26 undertake%2:36:00:: 1
-26 typical%3:00:00:: 1
-26 tube%1:06:00:: 1
-26 together%4:02:04:: 1
-26 title%1:10:05:: 1
-26 think_of%2:31:03:: 2
-26 think_of%2:31:01:: 3
-26 thing%1:10:00:: 7
-26 thing%1:06:01:: 8
-26 talk%2:32:00:: 2
-26 tale%1:10:00:: 1
-26 take%2:38:02:: 9
-26 take%2:31:01:: 10
-26 support%2:41:00:: 1
-26 still%4:02:00:: 3
-26 sponsor%2:40:00:: 1
-26 slightly%4:02:01:: 1
-26 shoot%2:33:00:: 3
-26 sense%2:39:00:: 1
-26 science%1:09:01:: 1
-26 saturday%1:28:00:: 1
-26 rise%2:38:00:: 1
-26 record%1:10:03:: 1
-26 raise%2:38:00:: 2
-26 purpose%1:07:00:: 2
-26 property%1:07:00:: 2
-26 promise%2:32:00:: 1
-26 produce%2:36:03:: 3
-26 possibly%4:02:00:: 1
-26 pond%1:17:00:: 1
-26 percentage%1:24:00:: 1
-26 perceive%2:39:00:: 1
-26 pay%2:32:00:: 2
-26 order%1:10:03:: 1
-26 one%1:09:00:: 2
-26 on_the_other_hand%4:02:00:: 1
-26 obvious%3:00:00:: 1
-26 observation%1:04:01:: 1
-26 movie%1:10:00:: 1
-26 most%3:00:01:: 2
-26 milligram%1:23:00:: 1
-26 marriage%1:26:00:: 1
-26 love%2:37:02:: 2
-26 last%5:00:00:closing:00 3
-26 june%1:28:00:: 1
-26 institution%1:14:00:: 1
-26 independent%3:00:00:: 1
-26 hundred%5:00:00:cardinal:00 1
-26 hr%1:28:00:: 1
-26 hold%2:40:00:: 4
-26 guest%1:18:00:: 1
-26 green%5:00:00:chromatic:00 1
-26 great%5:00:00:major:06 4
-26 god%1:18:01:: 2
-26 game%1:04:03:: 2
-26 freedom%1:26:00:: 1
-26 form%2:42:00:: 2
-26 follow%2:42:05:: 3
-26 firm%1:14:00:: 1
-26 filled%5:00:01:full:00 1
-26 exercise%1:04:00:: 1
-26 emphasize%2:32:00:: 1
-26 else%5:00:00:other:00 1
-26 doubt%1:09:00:: 1
-26 disease%1:26:00:: 1
-26 directly%4:02:00:: 1
-26 detailed%5:00:00:careful:00 1
-26 detail%1:09:00:: 1
-26 communication%1:10:01:: 1
-26 claim%1:10:00:: 1
-26 award%1:04:00:: 1
-26 around%4:02:01:: 1
-26 approximately%4:02:00:: 1
-26 another%5:00:00:added:00 2
-26 alter%2:30:01:: 1
-26 alone%5:00:00:unsocial:00 1
-26 all%4:02:00:: 1
-26 a_couple_of%5:00:00:few:00 1
-25 wish%2:31:00:: 3
-25 wavelength%1:07:00:: 1
-25 volume%1:23:00:: 1
-25 treatment%1:04:01:: 2
-25 thick%3:00:01:: 1
-25 take%2:40:05:: 11
-25 table%1:06:01:: 2
-25 store%1:06:00:: 1
-25 stop%2:41:00:: 3
-25 stage%1:28:00:: 1
-25 spring%1:28:00:: 1
-25 speed%1:28:00:: 1
-25 soviet%3:01:00:: 1
-25 side%1:14:00:: 2
-25 scream%2:32:01:: 1
-25 safe%3:00:01:: 1
-25 result%1:10:00:: 2
-25 relative%3:00:00:: 1
-25 relationship%1:24:00:: 1
-25 recommendation%1:10:00:: 1
-25 recognize%2:39:01:: 3
-25 receive%2:39:00:: 3
-25 rain%1:19:00:: 1
-25 provide%2:34:00:: 2
-25 product%1:06:00:: 2
-25 process%1:22:00:: 2
-25 policy%1:10:00:: 2
-25 point%2:32:00:: 1
-25 planning%1:04:00:: 1
-25 picture%1:06:00:: 1
-25 phenomenon%1:03:00:: 1
-25 perform%2:36:00:: 1
-25 no_doubt%4:02:00:: 1
-25 memory%1:09:02:: 1
-25 major%3:00:02:: 2
-25 look%2:29:00:: 3
-25 local%5:00:00:native:01 3
-25 limited%3:00:00:: 1
-25 interested%3:00:00:: 1
-25 hospital%1:06:00:: 1
-25 hit%2:35:03:: 1
-25 hence%4:02:00:: 1
-25 heart%1:08:00:: 2
-25 have%2:42:12:: 11
-25 have%2:30:01:: 12
-25 hand%2:40:00:: 1
-25 hall%1:06:03:: 1
-25 gun%1:06:01:: 2
-25 given%5:00:00:specified:00 1
-25 gaze%2:39:00:: 1
-25 friendly%3:00:01:: 1
-25 fool%1:18:00:: 1
-25 fluid%1:27:02:: 1
-25 fighting%1:04:00:: 1
-25 expense%1:21:00:: 1
-25 discussion%1:10:00:: 2
-25 dinner%1:13:00:: 1
-25 desire%2:37:00:: 1
-25 derive%2:31:00:: 1
-25 degree%1:07:00:: 1
-25 decision%1:04:00:: 1
-25 decade%1:28:00:: 1
-25 customer%1:18:00:: 1
-25 cool%3:00:01:: 1
-25 contribute%2:40:00:: 2
-25 construction%1:04:00:: 1
-25 concentration%1:07:02:: 1
-25 companion%1:18:00:: 1
-25 chicago%1:15:00:: 1
-25 cease%2:42:00:: 1
-25 cattle%1:05:00:: 1
-25 catholic%3:01:00:: 1
-25 catholic%1:18:00:: 1
-25 call%2:32:09:: 4
-25 call%2:32:05:: 5
-25 bronchial_artery%1:08:00:: 1
-25 box%1:06:00:: 1
-25 blow%1:04:01:: 1
-25 beautiful%3:00:00:: 1
-25 be_due%2:42:00:: 1
-25 bank%1:17:01:: 1
-25 await%2:31:00:: 1
-25 associate%2:31:00:: 1
-25 along%4:02:01:: 1
-25 agree%2:32:01:: 2
-25 absence%1:26:00:: 1
-25 12%5:00:00:cardinal:00 1
-24 winter%1:28:00:: 1
-24 weakness%1:26:00:: 1
-24 watch%2:39:05:: 3
-24 wagon%1:06:00:: 1
-24 visit%2:38:00:: 2
-24 variation%1:11:01:: 1
-24 unusual%3:00:00:: 1
-24 train%1:06:00:: 1
-24 tone%1:10:01:: 1
-24 thousand%1:23:00:: 1
-24 structure%1:06:00:: 1
-24 strengthen%2:30:01:: 1
-24 state%5:00:02:public:00 1
-24 state%1:14:01:: 3
-24 spread%2:35:00:: 1
-24 space%1:03:00:: 1
-24 soil%1:26:00:: 1
-24 sigh%2:29:00:: 1
-24 show%2:32:02:: 7
-24 show%2:32:01:: 8
-24 shot%1:04:00:: 1
-24 service%1:04:08:: 1
-24 serve%2:42:01:: 3
-24 second%1:28:00:: 1
-24 result%1:11:00:: 3
-24 resemble%2:42:00:: 1
-24 replace%2:30:00:: 1
-24 quickly%4:02:00:: 1
-24 progress%1:04:01:: 1
-24 previous%5:00:00:preceding(a):00 3
-24 picture%1:06:01:: 2
-24 phase%1:28:00:: 1
-24 particular%5:00:00:specific:00 1
-24 part%1:06:00:: 2
-24 otherwise%4:02:01:: 1
-24 other_than%5:00:00:other:00 1
-24 oppose%2:32:01:: 1
-24 office%1:14:01:: 2
-24 next%5:00:00:close:01 1
-24 movement%1:04:00:: 1
-24 minimal%3:00:00:: 1
-24 march%2:38:01:: 1
-24 look%1:07:01:: 1
-24 limit%1:07:00:: 1
-24 lean%2:38:00:: 1
-24 lay%2:35:01:: 1
-24 law%1:10:00:: 2
-24 largely%4:02:00:: 1
-24 go_on%2:30:00:: 2
-24 give%2:32:00:: 7
-24 function%1:07:00:: 2
-24 forgive%2:32:00:: 1
-24 fifty%5:00:00:cardinal:00 1
-24 evident%5:00:00:obvious:00 1
-24 entertain%2:41:00:: 1
-24 enter%2:33:00:: 2
-24 due_to%5:00:00:attributable:00 1
-24 drive%2:38:00:: 2
-24 desk%1:06:00:: 1
-24 deny%2:32:00:: 1
-24 demonstrate%2:39:01:: 1
-24 death%1:26:00:: 3
-24 congress%1:14:01:: 1
-24 confront%2:33:00:: 1
-24 composer%1:18:00:: 1
-24 compete%2:33:00:: 1
-24 comment%1:10:00:: 1
-24 cloud%1:19:01:: 1
-24 call_for%2:32:04:: 1
-24 binomial%3:01:00:: 1
-24 believe_in%2:31:01:: 1
-24 back%4:02:05:: 3
-24 avoid%2:32:00:: 1
-24 at_once%4:02:00:: 1
-24 aspect%1:09:00:: 1
-24 all_right%4:02:00:: 1
-24 afford%2:34:00:: 1
-24 act_as%2:42:00:: 1
-24 act%1:03:00:: 2
-24 account_for%2:42:00:: 1
-24 24%5:00:00:cardinal:00 1
-23 while%1:28:00:: 1
-23 wet%3:00:01:: 1
-23 virginia%1:15:00:: 1
-23 vacation%1:28:00:: 1
-23 treat%2:30:01:: 2
-23 traditional%3:00:00:: 1
-23 top%1:15:01:: 1
-23 threaten%2:42:00:: 1
-23 though%4:02:00:: 1
-23 system%1:14:00:: 2
-23 sure%5:00:00:careful:00 2
-23 sufficiently%4:02:00:: 1
-23 success%1:04:00:: 2
-23 stomach%1:08:00:: 1
-23 step%2:38:00:: 1
-23 stem%1:10:01:: 1
-23 steal%2:40:00:: 1
-23 station%1:06:00:: 1
-23 stand_up%2:38:00:: 1
-23 staining%1:04:00:: 1
-23 square%1:25:00:: 1
-23 spot%1:15:01:: 1
-23 speak%2:32:02:: 3
-23 slow%3:00:01:: 1
-23 sleep%1:26:00:: 1
-23 share%2:42:00:: 1
-23 set%1:14:00:: 1
-23 serve%2:41:00:: 4
-23 sense%1:10:00:: 2
-23 row%1:14:00:: 1
-23 rise%2:30:00:: 2
-23 remember%2:31:02:: 3
-23 relation%1:03:00:: 1
-23 recreation%1:04:00:: 1
-23 record%1:06:00:: 2
-23 protein%1:27:00:: 1
-23 propose%2:32:00:: 1
-23 project%1:04:00:: 1
-23 practice%1:04:00:: 1
-23 play%2:41:03:: 5
-23 piece%1:06:00:: 1
-23 payment%1:04:00:: 2
-23 pause%2:42:00:: 1
-23 particular%5:00:00:individual:00 2
-23 papa%1:18:00:: 1
-23 over%4:02:01:: 1
-23 official%1:18:01:: 1
-23 officer%1:18:02:: 2
-23 nice%3:00:00:: 1
-23 network%1:14:00:: 1
-23 neighbor%1:18:00:: 1
-23 mud%1:27:00:: 1
-23 minimum%3:00:00:: 1
-23 meet%2:34:00:: 4
-23 low%3:00:01:: 2
-23 list%2:32:00:: 1
-23 limit%2:30:01:: 1
-23 light%1:06:00:: 2
-23 leader%1:18:00:: 1
-23 issue%1:09:01:: 1
-23 involved%3:00:00:: 1
-23 involve%2:42:04:: 2
-23 instrument%1:06:00:: 1
-23 illusion%1:09:01:: 1
-23 huge%5:00:01:large:00 1
-23 hope%2:31:00:: 3
-23 holder%1:06:00:: 1
-23 history%1:10:00:: 2
-23 help%2:29:00:: 2
-23 heavily%4:02:00:: 1
-23 greatly%4:02:00:: 1
-23 gradually%4:02:00:: 1
-23 go_on%2:38:00:: 3
-23 gather%2:35:00:: 1
-23 form%1:07:01:: 4
-23 finance%2:40:00:: 1
-23 fear%2:37:03:: 1
-23 familiar%3:00:00:: 1
-23 face%1:07:03:: 2
-23 extent%1:26:00:: 1
-23 expression%1:07:00:: 1
-23 evidence%1:10:01:: 2
-23 establish%2:31:00:: 3
-23 end%1:11:00:: 3
-23 dollar%1:23:00:: 1
-23 distribution%1:09:00:: 1
-23 direct%3:00:00:: 1
-23 daughter%1:18:00:: 1
-23 date%1:28:00:: 1
-23 count%2:32:00:: 1
-23 contrast%1:24:00:: 1
-23 comment%2:32:00:: 1
-23 command%1:10:00:: 1
-23 close%3:00:02:: 2
-23 better%3:00:02:: 2
-23 bend%2:38:00:: 1
-23 bear%2:42:01:: 1
-23 attract%2:35:00:: 1
-23 at_the_same_time%4:02:03:: 1
-23 at_first%4:02:00:: 1
-23 age%1:28:02:: 2
-23 affair%1:09:00:: 1
-23 advantage%1:07:00:: 1
-23 7%5:00:00:cardinal:00 1
-22 yet%4:02:02:: 1
-22 wound%1:26:00:: 1
-22 willing%3:00:00:: 1
-22 whisper%2:32:00:: 1
-22 wear%2:29:04:: 2
-22 warn%2:32:00:: 1
-22 variety%1:14:01:: 1
-22 tsunami%1:11:00:: 1
-22 tonight%4:02:00:: 1
-22 tone%1:07:02:: 2
-22 together%4:02:02:: 2
-22 take%2:41:00:: 12
-22 take%2:31:03:: 13
-22 surprise%2:31:00:: 1
-22 such%5:00:00:much(a):00 3
-22 suburban%3:01:00:: 1
-22 substantial%5:00:00:considerable:00 1
-22 stay%2:42:01:: 3
-22 see%2:31:03:: 10
-22 russian%3:01:00:: 1
-22 roll%2:38:00:: 1
-22 remind%2:31:00:: 1
-22 receive%2:39:03:: 4
-22 reading%1:09:00:: 1
-22 react%2:31:00:: 1
-22 reach%2:32:00:: 4
-22 public%5:00:00:common:02 2
-22 prior%5:00:00:antecedent:00 1
-22 prefer%2:37:00:: 1
-22 place%1:09:00:: 3
-22 picture%1:09:00:: 3
-22 pick_up%2:38:01:: 1
-22 phase%1:26:00:: 2
-22 pattern%1:04:00:: 2
-22 pa%1:18:00:: 1
-22 old%5:00:00:past:00 3
-22 november%1:28:00:: 1
-22 not_yet%4:02:00:: 1
-22 negro%1:18:00:: 1
-22 naturally%4:02:00:: 1
-22 natural%3:00:01:: 1
-22 mere%5:00:00:specified:00 1
-22 major%3:00:01:: 3
-22 life%1:28:00:: 5
-22 lie_in%2:42:00:: 1
-22 level%1:26:01:: 2
-22 leap%2:38:00:: 1
-22 land%1:21:01:: 1
-22 keep%2:41:01:: 4
-22 instant%1:28:01:: 1
-22 independence%1:26:00:: 1
-22 incident%1:11:00:: 1
-22 ice%1:27:00:: 1
-22 hundred%1:23:00:: 1
-22 hour%1:28:01:: 2
-22 hen%1:05:01:: 1
-22 half%5:00:00:fractional:00 1
-22 good%5:00:00:ample:00 2
-22 glass%1:27:00:: 1
-22 fraction%1:27:00:: 1
-22 financial%3:01:00:: 1
-22 final%5:00:00:ultimate:00 2
-22 field%1:15:04:: 2
-22 fat%3:00:01:: 1
-22 far%4:02:04:: 3
-22 face%1:07:00:: 3
-22 escape%2:38:00:: 1
-22 end%1:09:02:: 4
-22 early%3:00:02:: 2
-22 down%4:02:02:: 2
-22 detergent%1:27:00:: 1
-22 demonstrate%2:31:00:: 2
-22 demand%2:42:00:: 2
-22 demand%1:10:00:: 1
-22 dangerous%3:00:00:: 1
-22 corpse%1:08:00:: 1
-22 continue%2:42:00:: 3
-22 conjugate%1:27:00:: 1
-22 concern%2:42:01:: 2
-22 commercial%3:00:00:: 1
-22 come%2:42:01:: 6
-22 cheek%1:08:00:: 1
-22 characteristic%3:00:00:: 1
-22 career%1:04:00:: 1
-22 breathe%2:29:00:: 1
-22 brain%1:08:00:: 1
-22 bill%1:10:04:: 1
-22 bedroom%1:06:00:: 1
-22 bastard%1:18:00:: 1
-22 barn%1:06:00:: 1
-22 avoid%2:41:01:: 2
-22 attack%2:33:00:: 1
-22 attach%2:35:01:: 1
-22 assert%2:32:01:: 1
-22 argument%1:10:02:: 1
-22 april%1:28:00:: 1
-22 appear%2:30:01:: 3
-22 apparatus%1:06:00:: 1
-22 anti-semitism%1:09:00:: 1
-22 anger%1:12:00:: 1
-22 actual%3:00:00:: 1
-22 act%2:29:00:: 2
-22 accuse%2:32:00:: 1
-21 work_on%2:41:00:: 1
-21 western%3:00:01:: 1
-21 wave%2:32:00:: 1
-21 velocity%1:28:00:: 1
-21 values%1:09:00:: 1
-21 universal%5:00:00:comprehensive:00 1
-21 twice%4:02:00:: 1
-21 turn%2:30:04:: 2
-21 trouble%1:09:00:: 1
-21 total%5:00:00:gross:00 2
-21 threaten%2:32:00:: 2
-21 thought%1:09:00:: 2
-21 think_about%2:31:05:: 1
-21 take%2:42:00:: 14
-21 take%2:39:00:: 15
-21 supply%1:23:00:: 1
-21 suggest%2:32:04:: 2
-21 state%1:14:00:: 4
-21 speak_to%2:32:00:: 1
-21 space%1:14:00:: 2
-21 similarly%4:02:00:: 1
-21 significance%1:07:00:: 1
-21 short%3:00:01:: 2
-21 shooting%1:04:00:: 1
-21 shear%1:19:00:: 1
-21 serve%2:34:01:: 5
-21 schedule%2:31:00:: 1
-21 run%2:42:00:: 3
-21 reply%1:10:01:: 1
-21 replace%2:41:00:: 2
-21 refer%2:32:01:: 1
-21 reality%1:09:00:: 1
-21 ratio%1:24:01:: 1
-21 rapid%5:00:00:fast:01 1
-21 raise%2:32:00:: 3
-21 rage%1:12:00:: 1
-21 pulmonary_artery%1:08:00:: 1
-21 propose%2:31:00:: 2
-21 properly%4:02:00:: 1
-21 preserve%2:42:00:: 1
-21 pray%2:32:00:: 1
-21 practical%3:00:00:: 1
-21 possibility%1:09:03:: 1
-21 porch%1:06:00:: 1
-21 politics%1:24:00:: 1
-21 point%1:15:00:: 2
-21 pocket%1:06:00:: 1
-21 pleasure%1:12:00:: 1
-21 planet%1:17:00:: 1
-21 plane%1:06:01:: 1
-21 part-time%3:00:00:: 1
-21 paper%1:10:01:: 2
-21 over%5:00:01:finished:01 1
-21 organic%3:00:01:: 1
-21 opinion%1:09:00:: 1
-21 once%4:02:01:: 3
-21 occur%2:31:00:: 2
-21 occasional%5:00:00:infrequent:00 1
-21 no%1:10:00:: 1
-21 nine%5:00:00:cardinal:00 1
-21 news%1:10:00:: 1
-21 needed%5:00:00:necessary:00 1
-21 musical%3:01:00:: 1
-21 moral%3:01:00:: 1
-21 metal%1:27:00:: 1
-21 matter%2:42:00:: 1
-21 manager%1:18:01:: 2
-21 lower%5:00:00:bottom(a):00 3
-21 jury%1:14:00:: 1
-21 issue%2:32:00:: 1
-21 introduce%2:32:00:: 1
-21 interest%1:07:02:: 3
-21 instead%4:02:01:: 2
-21 initial%5:00:00:first:00 1
-21 increase%1:11:00:: 2
-21 human_being%1:05:00:: 1
-21 hit%2:35:01:: 2
-21 health%1:26:00:: 1
-21 head%1:05:00:: 2
-21 growing%5:00:00:increasing:00 1
-21 go_out%2:38:00:: 1
-21 go_home%2:38:00:: 1
-21 former%3:00:00:: 1
-21 forget%2:31:00:: 2
-21 for_instance%4:02:00:: 1
-21 fight%1:04:01:: 1
-21 famous%5:00:00:known:00 1
-21 fall%2:38:00:: 2
-21 exceed%2:42:01:: 1
-21 environment%1:26:00:: 1
-21 elect%2:41:00:: 1
-21 drop%2:38:00:: 2
-21 drill%2:35:00:: 1
-21 discover%2:39:03:: 1
-21 discover%2:31:01:: 2
-21 difference%1:09:00:: 2
-21 determine%2:31:02:: 2
-21 detect%2:39:00:: 1
-21 deliver%2:32:00:: 1
-21 continually%4:02:01:: 1
-21 concern%1:09:00:: 1
-21 conceive%2:36:00:: 1
-21 compel%2:41:00:: 1
-21 christ%1:18:00:: 1
-21 carry_out%2:36:00:: 1
-21 call_for%2:42:00:: 2
-21 calculate%2:31:00:: 1
-21 c%1:23:02:: 1
-21 battery%1:14:02:: 1
-21 baseball%1:04:00:: 1
-21 away%4:02:01:: 2
-21 assist%2:41:02:: 1
-21 argument%1:10:03:: 2
-21 answer%1:10:02:: 2
-21 annual%3:01:00:: 1
-21 analyze%2:31:00:: 1
-21 ahead%4:02:00:: 1
-21 agent%1:17:00:: 1
-21 address%1:10:04:: 1
-21 a_bit%4:02:00:: 1
-21 1%1:23:00:: 1
-20 work%2:35:02:: 5
-20 weep%2:29:00:: 1
-20 weather%1:19:00:: 1
-20 vary%2:42:00:: 2
-20 university%1:14:00:: 1
-20 unable%3:00:00:: 1
-20 twelve%5:00:00:cardinal:00 1
-20 truly%4:02:00:: 1
-20 truck%1:06:00:: 1
-20 transfer%1:04:00:: 1
-20 think_of%2:31:02:: 4
-20 thing%1:07:00:: 9
-20 swear%2:32:01:: 1
-20 survive%2:42:01:: 1
-20 subject%1:10:00:: 1
-20 strong%5:00:00:stressed:00 2
-20 stream%1:17:00:: 1
-20 steel%1:27:00:: 1
-20 status%1:26:00:: 1
-20 special%5:00:00:extraordinary:00 2
-20 soul%1:18:00:: 1
-20 snake%1:05:00:: 1
-20 sister%1:18:00:: 1
-20 simultaneously%4:02:00:: 1
-20 shot%1:06:00:: 2
-20 serve%2:34:00:: 6
-20 separate%3:00:00:: 1
-20 send%2:35:00:: 2
-20 send%2:32:00:: 3
-20 secure%2:40:00:: 1
-20 same%3:00:04:: 3
-20 salesman%1:18:00:: 1
-20 rush%2:38:00:: 1
-20 run%2:41:02:: 4
-20 rise%2:38:05:: 3
-20 right%3:00:02:: 2
-20 right%3:00:00:: 1
-20 rest%2:35:00:: 1
-20 related%3:00:02:: 1
-20 rank%1:14:00:: 1
-20 quick%5:00:00:fast:01 1
-20 pretty%5:00:00:beautiful:00 1
-20 precisely%4:02:00:: 1
-20 possible%3:00:04:: 2
-20 positive%3:00:01:: 1
-20 point%1:10:01:: 3
-20 player%1:18:01:: 1
-20 paris%1:15:00:: 1
-20 oxidation%1:22:00:: 1
-20 north%1:15:02:: 1
-20 normally%4:02:00:: 1
-20 neither%4:02:00:: 1
-20 move%2:38:02:: 4
-20 milk%1:13:01:: 1
-20 message%1:10:01:: 1
-20 measure%2:30:00:: 2
-20 meal%1:13:00:: 1
-20 located%5:00:00:settled:01 1
-20 line%1:10:01:: 2
-20 leave%2:38:00:: 5
-20 leaf%1:20:00:: 1
-20 labor%1:14:00:: 1
-20 labor%1:04:00:: 2
-20 intense%3:00:00:: 1
-20 integration%1:04:00:: 1
-20 industrial%3:01:00:: 1
-20 in_terms_of%5:00:00:related:02 1
-20 in_general%4:02:00:: 1
-20 however%4:02:04:: 2
-20 hold%2:31:01:: 5
-20 historian%1:18:00:: 1
-20 help%1:04:00:: 1
-20 hard%3:00:02:: 2
-20 happen%2:30:02:: 2
-20 growth%1:22:01:: 2
-20 give%2:40:01:: 8
-20 gesture%1:04:00:: 1
-20 front%1:15:00:: 1
-20 former%5:00:01:past:00 2
-20 foreign%3:00:02:: 1
-20 force%1:19:00:: 2
-20 following%5:00:02:succeeding(a):00 3
-20 follow%2:38:01:: 4
-20 fist%1:08:00:: 1
-20 finally%4:02:00:: 2
-20 figure%2:31:01:: 1
-20 field%1:15:01:: 3
-20 fellow%1:18:02:: 2
-20 fear%2:37:00:: 2
-20 far%3:00:00:: 1
-20 fairly%4:02:02:: 1
-20 extend%2:30:01:: 1
-20 expert%1:18:00:: 1
-20 expenditure%1:21:00:: 1
-20 economy%1:14:00:: 1
-20 earth%1:27:00:: 2
-20 earth%1:17:01:: 3
-20 eager%3:00:00:: 1
-20 drink%1:13:04:: 1
-20 doctrine%1:09:00:: 1
-20 do%2:41:02:: 6
-20 divide%2:41:00:: 1
-20 deny%2:32:01:: 2
-20 define%2:42:00:: 1
-20 darkness%1:26:00:: 1
-20 curve%1:25:00:: 1
-20 cow%1:05:01:: 1
-20 corner%1:15:02:: 1
-20 cop%1:18:00:: 1
-20 cooperate%2:41:00:: 1
-20 conversation%1:10:00:: 1
-20 control%2:41:01:: 2
-20 consciousness%1:09:00:: 1
-20 component%1:09:00:: 1
-20 coast%1:17:00:: 1
-20 coach%1:18:01:: 1
-20 close%2:35:06:: 2
-20 capable%3:00:00:: 1
-20 candidate%1:18:01:: 1
-20 business%1:04:01:: 2
-20 bee%1:05:00:: 1
-20 bank%1:14:00:: 2
-20 assure%2:32:03:: 1
-20 arrive_at%2:38:00:: 1
-20 arrest%2:35:00:: 1
-20 area%1:08:00:: 3
-20 anxiety%1:26:00:: 1
-20 amount%1:03:00:: 3
-20 agency%1:14:00:: 1
-20 accord%2:42:00:: 1
-20 accompany%2:42:00:: 1
-20 60%5:00:00:cardinal:00 1
-20 0%1:23:00:: 1
-19 years%1:28:00:: 1
-19 wounded%5:00:01:injured:00 1
-19 whisky%1:13:00:: 1
-19 west%1:15:00:: 1
-19 way%1:04:00:: 5
-19 view%2:31:00:: 1
-19 very%5:00:00:precise:00 1
-19 unity%1:26:00:: 1
-19 twenty%5:00:00:cardinal:00 1
-19 tsh%1:27:00:: 1
-19 tremendous%5:00:00:large:00 1
-19 today%4:02:01:: 1
-19 tiny%5:00:00:small:00 1
-19 three%1:23:00:: 1
-19 test%1:09:02:: 1
-19 tear%2:35:00:: 1
-19 suggest%2:32:02:: 3
-19 stem%2:42:00:: 1
-19 stain%2:30:01:: 1
-19 specialist%1:18:00:: 1
-19 southerner%1:18:00:: 1
-19 sir%1:18:00:: 1
-19 share%2:40:02:: 2
-19 sewage%1:27:00:: 1
-19 serve%2:41:02:: 7
-19 seriously%4:02:00:: 1
-19 rub%2:35:00:: 1
-19 requirement%1:09:01:: 1
-19 reject%2:31:00:: 1
-19 regard%2:39:00:: 2
-19 readily%4:02:00:: 1
-19 reader%1:18:00:: 1
-19 pursuant%5:00:00:consistent:00 1
-19 professor%1:18:00:: 1
-19 proceed%2:32:00:: 1
-19 principal%5:00:00:important:00 1
-19 pick_up%2:35:01:: 2
-19 performance%1:04:01:: 2
-19 perform%2:41:02:: 2
-19 perform%2:36:01:: 3
-19 partly%4:02:00:: 1
-19 part%1:17:00:: 3
-19 part%1:09:02:: 4
-19 pansy%1:20:01:: 1
-19 object%2:32:00:: 1
-19 notice%2:39:00:: 2
-19 nonspecific%3:00:00:: 1
-19 near%4:02:01:: 1
-19 narrow%3:00:00:: 1
-19 mutter%2:32:01:: 1
-19 model%1:09:00:: 1
-19 measurement%1:04:00:: 2
-19 management%1:04:00:: 1
-19 make_up%2:42:00:: 1
-19 loan%1:21:00:: 1
-19 little%5:00:00:short:02 3
-19 list%2:41:00:: 2
-19 liquid%3:00:00:: 1
-19 like%2:37:04:: 3
-19 left%1:15:00:: 1
-19 leave%2:42:01:: 6
-19 last%2:42:00:: 1
-19 laboratory%1:06:00:: 1
-19 l%1:23:00:: 1
-19 king%1:18:00:: 1
-19 jump%2:38:00:: 1
-19 judgment%1:09:04:: 1
-19 joy%1:12:00:: 1
-19 international%3:00:00:: 1
-19 inside%4:02:00:: 1
-19 influence%2:41:00:: 1
-19 in%4:02:01:: 1
-19 i.e.%4:02:00:: 1
-19 human%3:01:01:: 2
-19 holmes%1:18:00:: 1
-19 hero%1:18:00:: 1
-19 help%2:42:00:: 3
-19 heat%1:19:00:: 1
-19 hearing_officer%1:18:00:: 1
-19 head%2:41:00:: 2
-19 go_up%2:38:00:: 1
-19 furthermore%4:02:00:: 1
-19 funds%1:21:00:: 1
-19 form%1:08:00:: 5
-19 force%1:07:00:: 3
-19 finally%4:02:03:: 3
-19 existing%5:00:00:present(a):01 3
-19 everywhere%4:02:00:: 1
-19 emotional%3:00:02:: 1
-19 egg%1:05:00:: 1
-19 effluent%1:27:00:: 1
-19 earn%2:40:01:: 1
-19 early%4:02:01:: 1
-19 domestic%3:00:00:: 1
-19 disclose%2:32:00:: 1
-19 develop%2:29:00:: 4
-19 design%2:36:01:: 3
-19 defend%2:32:00:: 1
-19 damn%5:00:00:cursed:00 1
-19 dallas%1:15:00:: 1
-19 curiosity%1:09:00:: 1
-19 cover%2:35:01:: 2
-19 conviction%1:09:00:: 1
-19 control%1:07:00:: 1
-19 contract%1:10:00:: 1
-19 considerably%4:02:01:: 1
-19 closely%4:02:00:: 1
-19 choose%2:31:02:: 2
-19 catch%2:31:01:: 1
-19 case%1:04:00:: 3
-19 careful%3:00:00:: 1
-19 carbon_tetrachloride%1:27:00:: 1
-19 camp%1:06:00:: 1
-19 bring%2:35:00:: 4
-19 brigade%1:14:00:: 1
-19 branch%1:14:00:: 1
-19 body%1:14:00:: 2
-19 blanket%1:06:00:: 1
-19 bet%2:32:00:: 1
-19 belief%1:09:00:: 1
-19 atom%1:27:00:: 1
-19 appearance%1:07:00:: 1
-19 apparent%5:00:00:obvious:00 1
-19 air%1:07:01:: 3
-19 adjust%2:30:00:: 1
-19 ability%1:07:00:: 1
-19 a_hundred%5:00:00:cardinal:00 1
-19 40%5:00:00:cardinal:00 1
-19 14%5:00:00:cardinal:00 1
-19 1000%5:00:00:cardinal:00 1
-18 yell%2:32:01:: 1
-18 year%1:28:02:: 2
-18 word%1:10:03:: 2
-18 wander%2:38:00:: 1
-18 vague%5:00:00:unclear:00 1
-18 use%1:07:00:: 2
-18 upper%5:00:00:top(a):00 2
-18 uniform%1:06:00:: 1
-18 ultimate%3:00:00:: 1
-18 u.s.%1:14:00:: 1
-18 tumor%1:26:00:: 1
-18 trend%1:15:02:: 1
-18 together%4:02:03:: 3
-18 theory%1:09:01:: 2
-18 telephone%1:06:00:: 1
-18 task%1:04:01:: 1
-18 tangent%1:25:00:: 1
-18 symbol%1:10:00:: 1
-18 swiftly%4:02:00:: 1
-18 sure%4:02:00:: 1
-18 strongly%4:02:00:: 1
-18 strike%2:35:00:: 1
-18 stockholder%1:18:00:: 1
-18 stand%2:42:00:: 4
-18 stage%1:26:00:: 2
-18 spot%2:39:00:: 1
-18 spectrum%1:19:00:: 1
-18 softly%4:02:00:: 1
-18 soft%3:00:01:: 1
-18 slide%2:38:01:: 1
-18 slave%1:18:00:: 1
-18 situation%1:26:01:: 2
-18 silent%5:00:00:quiet:01 1
-18 significant%3:00:00:: 1
-18 sign%1:10:05:: 1
-18 side%1:08:00:: 3
-18 show%1:04:00:: 1
-18 shout%2:32:01:: 2
-18 shore%1:17:00:: 1
-18 september%1:28:00:: 1
-18 separate%2:42:00:: 1
-18 secretary_of_the_interior%1:04:00:: 1
-18 score%2:33:00:: 1
-18 score%1:09:00:: 1
-18 scene%1:15:00:: 1
-18 sale%1:04:02:: 2
-18 rural%3:00:00:: 1
-18 run%1:04:01:: 1
-18 retire%2:41:01:: 1
-18 respectively%4:02:00:: 1
-18 requirement%1:17:00:: 2
-18 reflect%2:31:00:: 2
-18 refer%2:42:00:: 2
-18 reach%2:41:00:: 5
-18 put_on%2:29:00:: 1
-18 pure%3:00:02:: 1
-18 protection%1:04:00:: 1
-18 powerful%3:00:00:: 1
-18 possibility%1:26:00:: 2
-18 position%1:15:02:: 2
-18 position%1:09:00:: 3
-18 poor%5:00:00:unfortunate:00 2
-18 poor%5:00:00:inferior:02 1
-18 pass_through%2:38:00:: 1
-18 particle%1:17:00:: 2
-18 pair%1:14:01:: 1
-18 numerous%5:00:00:many:00 1
-18 mystery%1:09:00:: 1
-18 multiply%2:31:00:: 1
-18 motive%1:03:00:: 1
-18 mission%1:14:01:: 1
-18 meet%2:42:01:: 5
-18 life%1:28:01:: 6
-18 later%4:02:02:: 2
-18 large_number%1:23:00:: 1
-18 land%1:17:01:: 2
-18 kiss%2:35:00:: 1
-18 join%2:35:01:: 2
-18 instance%1:11:00:: 1
-18 include%2:30:00:: 3
-18 hypothalamus%1:08:00:: 1
-18 hope%1:12:01:: 1
-18 hit%2:35:00:: 3
-18 hatred%1:12:00:: 1
-18 half%4:02:00:: 1
-18 grin%2:29:00:: 1
-18 greek%3:01:01:: 1
-18 great%5:00:01:extraordinary:00 5
-18 give%2:36:03:: 9
-18 give%2:31:02:: 10
-18 get_back%2:38:00:: 1
-18 gate%1:06:00:: 1
-18 friday%1:28:00:: 1
-18 form%2:42:02:: 3
-18 follow%2:41:00:: 5
-18 flux%1:28:00:: 1
-18 flow%1:11:00:: 1
-18 fire%1:04:00:: 2
-18 figure%1:23:00:: 3
-18 fight%1:04:02:: 2
-18 field%1:09:00:: 4
-18 female%1:05:00:: 1
-18 fellow%1:18:03:: 3
-18 feature%1:08:00:: 2
-18 fast%3:00:01:: 1
-18 faith%1:09:00:: 1
-18 failure%1:04:00:: 1
-18 factory%1:06:00:: 1
-18 expression%1:10:02:: 2
-18 experience%2:39:01:: 1
-18 exception%1:09:00:: 1
-18 evaluate%2:31:00:: 1
-18 english%1:10:00:: 1
-18 emphasis%1:26:00:: 1
-18 earlier%5:00:00:past:00 1
-18 earlier%4:02:00:: 1
-18 dry%3:00:01:: 1
-18 distance%1:15:00:: 2
-18 discover%2:36:00:: 3
-18 director%1:18:00:: 1
-18 difficulty%1:04:00:: 1
-18 developed%3:00:00:: 1
-18 determine%2:31:01:: 3
-18 danger%1:26:00:: 1
-18 cut%2:30:06:: 2
-18 crime%1:04:00:: 1
-18 cover%2:42:01:: 3
-18 cope_with%2:41:00:: 1
-18 consequence%1:19:00:: 1
-18 confirm%2:31:00:: 1
-18 condemn%2:32:00:: 1
-18 communist%3:01:00:: 1
-18 comedy%1:10:00:: 1
-18 combination%1:14:00:: 1
-18 column%1:14:00:: 1
-18 close%2:41:00:: 3
-18 check%1:21:00:: 1
-18 characteristic%1:09:00:: 1
-18 cause%1:11:00:: 1
-18 cat%1:05:00:: 1
-18 camera%1:06:00:: 1
-18 bring_in%2:38:00:: 1
-18 bother%2:41:00:: 1
-18 board%1:27:00:: 2
-18 bit%1:23:01:: 1
-18 behave%2:29:00:: 1
-18 beginning%1:11:00:: 1
-18 beer%1:13:00:: 1
-18 beat%2:33:00:: 1
-18 basement%1:06:00:: 1
-18 avoid%2:41:03:: 3
-18 authority%1:07:00:: 1
-18 atmosphere%1:26:01:: 1
-18 aspect%1:07:02:: 2
-18 artistic%3:01:00:: 1
-18 apart%4:02:03:: 1
-18 anaconda%1:05:00:: 1
-18 advice%1:10:00:: 1
-18 action%1:26:00:: 2
-18 academic%3:01:00:: 1
-18 18%5:00:00:cardinal:00 1
-17 witness%2:39:00:: 1
-17 wipe%2:35:00:: 1
-17 widely%4:02:00:: 1
-17 weigh%2:42:01:: 1
-17 truth%1:09:00:: 1
-17 treat%2:29:00:: 3
-17 thirty%5:00:00:cardinal:00 1
-17 thank%2:32:00:: 1
-17 tent%1:06:00:: 1
-17 sweet_clover%1:20:00:: 1
-17 surely%4:02:00:: 1
-17 suppose%2:31:01:: 3
-17 suffer%2:39:01:: 1
-17 suffer%2:29:01:: 2
-17 such_that%5:00:00:specified:00 1
-17 substance%1:03:00:: 1
-17 study%2:31:03:: 2
-17 study%1:09:03:: 2
-17 stride%2:38:04:: 1
-17 stay%2:42:02:: 4
-17 start%2:42:00:: 4
-17 staff%1:14:01:: 1
-17 someone%1:03:00:: 1
-17 so%5:00:00:true:00 1
-17 sight%1:09:01:: 1
-17 shadow%1:26:01:: 1
-17 set_up%2:41:02:: 1
-17 security%1:26:00:: 1
-17 scene%1:11:00:: 2
-17 same%5:00:00:unchanged:00 4
-17 right%4:02:04:: 1
-17 rich%3:00:00:: 1
-17 reveal%2:32:00:: 2
-17 resume%2:30:00:: 1
-17 responsibility%1:04:00:: 1
-17 relax%2:29:00:: 1
-17 regular%3:00:00:: 1
-17 regard_to%1:24:00:: 1
-17 reflect%2:39:00:: 3
-17 read%2:42:00:: 2
-17 question%2:32:01:: 1
-17 puerto_rico%1:15:00:: 1
-17 provide_for%2:42:01:: 1
-17 proposal%1:10:00:: 1
-17 proceed%2:38:00:: 2
-17 problem%1:09:00:: 3
-17 previous%5:00:00:past:00 1
-17 prevention%1:04:00:: 1
-17 present%1:28:00:: 1
-17 point%1:09:01:: 4
-17 plan%2:36:00:: 3
-17 place%1:15:01:: 4
-17 pistol%1:06:00:: 1
-17 photograph%1:06:00:: 1
-17 persuade%2:41:00:: 1
-17 perfect%3:00:00:: 1
-17 pass%2:38:03:: 4
-17 paint%2:36:01:: 1
-17 original%5:00:01:first:00 1
-17 open%3:00:02:: 2
-17 open%2:35:06:: 3
-17 obtain%2:30:00:: 2
-17 observe%2:32:00:: 2
-17 novel%1:10:00:: 1
-17 news%1:10:01:: 2
-17 new_england%1:15:00:: 1
-17 negotiate%2:32:00:: 1
-17 national%3:00:00:: 2
-17 much%4:02:03:: 2
-17 mountain%1:17:00:: 1
-17 modify%2:30:00:: 1
-17 mexican%1:18:00:: 1
-17 married%3:00:00:: 1
-17 manner%1:07:01:: 2
-17 make%2:36:15:: 8
-17 majority%1:07:00:: 1
-17 lose%2:33:00:: 2
-17 look_at%2:31:00:: 1
-17 longer%4:02:00:: 1
-17 lead%2:38:00:: 4
-17 lead%2:32:00:: 5
-17 know%2:31:04:: 5
-17 justify%2:32:01:: 1
-17 journey%1:04:00:: 1
-17 iodine%1:27:00:: 1
-17 involve%2:42:00:: 3
-17 investigate%2:32:00:: 1
-17 interpret%2:31:00:: 1
-17 imply%2:32:00:: 1
-17 ignore%2:32:02:: 1
-17 hope%1:12:00:: 2
-17 hold%2:37:00:: 6
-17 hold%2:35:03:: 7
-17 here%4:02:01:: 3
-17 happen%2:41:00:: 3
-17 grow_up%2:41:00:: 1
-17 grade%1:14:00:: 1
-17 go_on%2:32:00:: 4
-17 georgia%1:15:00:: 1
-17 front%3:00:00:: 1
-17 force%2:36:00:: 2
-17 follow%2:42:01:: 6
-17 fiscal_year%1:28:00:: 1
-17 find_out%2:31:00:: 2
-17 file%1:10:00:: 1
-17 fifteen%5:00:00:cardinal:00 1
-17 favor%2:41:00:: 1
-17 fashion%1:07:00:: 1
-17 express%2:32:02:: 3
-17 experiment%2:41:01:: 1
-17 excellent%5:00:00:superior:02 1
-17 examine%2:31:00:: 1
-17 essential%5:00:00:necessary:00 1
-17 erect%2:36:00:: 1
-17 equivalent%1:09:00:: 1
-17 entitle%2:41:00:: 1
-17 enter%2:41:06:: 3
-17 enormous%5:00:00:large:00 1
-17 enforce%2:41:00:: 1
-17 encounter%2:38:00:: 1
-17 effect%2:36:00:: 1
-17 editor%1:18:00:: 1
-17 earthquake%1:11:00:: 1
-17 driver%1:18:00:: 1
-17 direction%1:24:00:: 2
-17 direct%2:32:00:: 1
-17 degree%1:26:01:: 2
-17 defense%1:04:00:: 1
-17 debate%1:10:01:: 1
-17 dance%2:38:01:: 1
-17 curse%2:32:00:: 1
-17 current%3:00:00:: 1
-17 culture%1:14:00:: 1
-17 cuba%1:15:00:: 1
-17 cry%2:32:01:: 1
-17 consideration%1:09:00:: 1
-17 competition%1:24:01:: 1
-17 comfortable%3:00:00:: 1
-17 collage%1:06:00:: 1
-17 close%4:02:01:: 1
-17 clean%3:00:01:: 1
-17 clarity%1:07:01:: 1
-17 civilization%1:14:00:: 1
-17 change%1:04:00:: 3
-17 category%1:14:00:: 1
-17 bear%2:29:01:: 2
-17 basic%5:00:00:standard:01 2
-17 automatically%4:02:00:: 1
-17 attack%1:04:00:: 1
-17 arrow%1:10:00:: 1
-17 argue%2:32:00:: 2
-17 application%1:04:02:: 1
-17 antibody%1:27:00:: 1
-17 angry%3:00:00:: 1
-17 allow%2:40:00:: 3
-17 after_all%4:02:00:: 1
-17 adequate%3:00:00:: 1
-17 accept%2:32:00:: 3
-17 a_lot%4:02:00:: 1
-17 16%5:00:00:cardinal:00 1
-16 yesterday%1:28:01:: 1
-16 world%1:14:02:: 6
-16 work_out%2:30:00:: 1
-16 wooden%5:00:00:woody:00 1
-16 well%4:02:03:: 3
-16 way%1:06:00:: 6
-16 valuable%3:00:00:: 1
-16 useful%3:00:00:: 1
-16 try%2:41:01:: 2
-16 trust%2:31:00:: 1
-16 trouble%1:26:01:: 2
-16 trouble%1:11:01:: 3
-16 tremble%2:29:00:: 1
-16 trade%1:04:05:: 1
-16 trade%1:04:00:: 2
-16 total%2:42:00:: 1
-16 thyroglobulin%1:27:00:: 1
-16 threat%1:26:00:: 1
-16 think_of%2:36:00:: 5
-16 thin%3:00:01:: 1
-16 technical%3:01:00:: 1
-16 tax%2:40:00:: 1
-16 take%2:32:02:: 16
-16 take%2:30:00:: 17
-16 symbolize%2:32:00:: 1
-16 surprise%1:12:00:: 1
-16 support%2:40:00:: 2
-16 superior%3:00:02:: 1
-16 suburb%1:15:00:: 1
-16 struggle%1:04:01:: 1
-16 strike%2:37:00:: 2
-16 stretch%2:42:00:: 1
-16 store%2:40:00:: 1
-16 stone%1:17:00:: 1
-16 still%5:00:01:nonmoving:00 1
-16 start%2:36:00:: 5
-16 speech%1:10:01:: 1
-16 space%1:25:00:: 3
-16 sound%1:09:00:: 2
-16 somehow%4:02:00:: 1
-16 signal%1:10:00:: 1
-16 sign%2:32:02:: 1
-16 sidewalk%1:06:00:: 1
-16 sexual%3:01:01:: 1
-16 several%5:00:00:individual:00 1
-16 settle%2:38:01:: 1
-16 sense%1:09:02:: 3
-16 self%1:09:00:: 1
-16 save%2:40:00:: 2
-16 roleplaying%1:04:00:: 1
-16 right%5:00:01:proper:00 3
-16 require%2:32:01:: 2
-16 require%2:32:00:: 3
-16 reduction%1:04:00:: 1
-16 receive%2:35:00:: 5
-16 reasonable%3:00:00:: 1
-16 rear%1:14:00:: 1
-16 rarely%4:02:00:: 1
-16 radio_emission%1:19:00:: 1
-16 quickly%4:02:02:: 2
-16 queen%1:05:01:: 1
-16 quality%1:07:02:: 2
-16 psychologist%1:18:00:: 1
-16 prime_minister%1:18:01:: 1
-16 prime_minister%1:18:00:: 2
-16 primary%3:00:00:: 1
-16 presumably%4:02:00:: 1
-16 prefer%2:31:00:: 2
-16 precise%3:00:00:: 1
-16 point%1:26:00:: 5
-16 plane%1:25:00:: 2
-16 outcome%1:11:00:: 1
-16 occur%2:42:00:: 3
-16 o'clock%4:02:00:: 1
-16 nod%2:32:00:: 2
-16 new_york%1:15:00:: 2
-16 need%2:42:01:: 3
-16 movement%1:04:04:: 2
-16 mm%1:23:00:: 1
-16 miss%2:39:00:: 1
-16 million%1:23:00:: 1
-16 mean%5:00:00:normal:01 1
-16 maturity%1:28:00:: 1
-16 match%2:42:00:: 1
-16 march%1:28:00:: 1
-16 manufacturer%1:14:00:: 1
-16 make%2:36:09:: 9
-16 ma%1:18:00:: 1
-16 loss%1:21:01:: 1
-16 look%1:04:00:: 2
-16 locate%2:40:00:: 1
-16 live%2:42:01:: 4
-16 little%4:02:00:: 1
-16 linguist%1:18:01:: 1
-16 leave%2:42:00:: 7
-16 laugh%1:10:00:: 1
-16 later%5:00:00:subsequent:00 1
-16 late%4:02:00:: 1
-16 largest%5:00:00:large:00 1
-16 land%2:38:00:: 1
-16 keep_on%2:42:00:: 1
-16 justice%1:07:00:: 1
-16 item%1:24:00:: 2
-16 item%1:06:00:: 3
-16 investigation%1:09:00:: 1
-16 interior%1:15:01:: 1
-16 inning%1:28:00:: 1
-16 inner%5:00:00:inward:00 1
-16 increasingly%4:02:00:: 1
-16 impressive%3:00:00:: 1
-16 imagination%1:09:01:: 1
-16 history%1:09:00:: 3
-16 hills%1:17:00:: 1
-16 hesitate%2:42:00:: 1
-16 have_got%2:40:00:: 1
-16 give%2:36:00:: 11
-16 fresh%3:00:01:: 1
-16 floor%1:06:01:: 2
-16 fire%2:33:00:: 2
-16 finding%1:04:00:: 1
-16 find%2:40:03:: 10
-16 find%2:32:01:: 11
-16 film%1:10:00:: 2
-16 feeling%1:26:00:: 3
-16 february%1:28:00:: 1
-16 feature%2:42:00:: 1
-16 fast%4:02:01:: 1
-16 fall%2:30:08:: 3
-16 extend%2:42:03:: 2
-16 electrical%3:01:00:: 1
-16 electric%3:01:00:: 1
-16 drag%2:35:00:: 1
-16 doubt%2:31:00:: 1
-16 discover%2:31:00:: 4
-16 direct%5:00:00:immediate:00 2
-16 direct%2:33:01:: 2
-16 difference%1:11:00:: 3
-16 desirable%3:00:00:: 1
-16 depend_upon%2:42:00:: 1
-16 deny%2:40:01:: 3
-16 deeply%4:02:00:: 1
-16 deep%3:00:02:: 1
-16 creature%1:03:00:: 1
-16 cover%2:42:00:: 4
-16 cost%2:42:01:: 2
-16 convenient%3:00:00:: 1
-16 control%1:24:00:: 2
-16 continuous%3:00:01:: 1
-16 concrete%1:27:00:: 1
-16 comparison%1:04:00:: 1
-16 committee%1:14:00:: 1
-16 collect%2:40:00:: 1
-16 clutch%2:35:00:: 1
-16 cloud%1:17:00:: 2
-16 cloth%1:06:00:: 1
-16 clear%2:30:02:: 1
-16 clean%2:35:00:: 1
-16 cigarette%1:06:00:: 1
-16 chief%5:00:02:important:00 1
-16 chicken%1:13:00:: 1
-16 charge%2:33:00:: 1
-16 charge%1:04:01:: 1
-16 character%1:18:02:: 1
-16 certain%3:00:02:: 2
-16 carry_out%2:30:00:: 2
-16 captain%1:18:05:: 1
-16 broken%3:00:01:: 1
-16 bright%3:00:00:: 1
-16 boy%1:18:03:: 3
-16 bother%2:37:00:: 2
-16 borrow%2:40:00:: 1
-16 benefit%1:21:00:: 1
-16 below%4:02:01:: 1
-16 beauty%1:07:00:: 1
-16 baby%1:18:00:: 1
-16 attribute%2:31:00:: 1
-16 attain%2:41:00:: 1
-16 ask%2:32:02:: 3
-16 anyway%4:02:00:: 1
-16 anti%5:00:00:counteractive:00 1
-16 alternative%1:09:00:: 1
-16 administrative%3:01:00:: 1
-16 address%2:32:00:: 1
-16 active%1:27:00:: 1
-16 action%1:04:03:: 3
-15 yet%4:02:04:: 2
-15 yes%1:10:00:: 1
-15 wrong%3:00:02:: 1
-15 write%2:32:08:: 4
-15 worse%3:00:00:: 1
-15 wire%1:06:00:: 1
-15 white%3:00:02:: 2
-15 welcome%2:40:00:: 1
-15 want%2:34:00:: 2
-15 wall%1:17:00:: 2
-15 visit%2:41:00:: 3
-15 utopia%1:10:00:: 1
-15 utilize%2:34:00:: 1
-15 uneasy%3:00:00:: 1
-15 turn_into%2:42:00:: 1
-15 tradition%1:09:02:: 2
-15 top%1:15:00:: 2
-15 tool%1:06:00:: 1
-15 tomorrow%1:28:01:: 1
-15 thin%3:00:03:: 2
-15 thereby%4:02:00:: 1
-15 theological%3:01:00:: 1
-15 term%2:32:00:: 1
-15 task%1:04:00:: 2
-15 take_off%2:38:00:: 1
-15 take%2:34:00:: 18
-15 take%2:31:09:: 19
-15 swing%2:38:00:: 2
-15 swift%5:00:00:fast:01 1
-15 surprised%3:00:00:: 1
-15 support%1:04:04:: 1
-15 supplies%1:21:00:: 1
-15 successfully%4:02:00:: 1
-15 study%2:39:00:: 3
-15 studio%1:06:00:: 1
-15 stranger%1:18:00:: 1
-15 strange%5:00:01:unfamiliar:00 2
-15 state%2:32:01:: 2
-15 stairs%1:06:00:: 1
-15 stage%1:06:00:: 3
-15 spring%2:38:01:: 1
-15 slap%2:35:00:: 1
-15 sketch%1:06:00:: 1
-15 show%2:39:04:: 9
-15 shirt%1:06:00:: 1
-15 share%2:40:01:: 3
-15 set_forth%2:32:00:: 1
-15 sense%1:09:03:: 4
-15 scope%1:07:00:: 1
-15 rule%1:09:01:: 2
-15 rule%1:09:00:: 1
-15 roar%2:32:01:: 1
-15 ring%2:39:00:: 1
-15 respect%1:09:00:: 1
-15 rely_on%2:31:01:: 1
-15 relate%2:31:00:: 1
-15 reject%2:40:00:: 2
-15 read%2:31:01:: 3
-15 radiation%1:04:00:: 2
-15 race%2:38:00:: 1
-15 quantity%1:03:00:: 1
-15 protestant%1:18:00:: 1
-15 procedure%1:04:02:: 2
-15 prepare%2:36:01:: 2
-15 powder%1:27:00:: 1
-15 plug%1:06:00:: 1
-15 please%2:37:00:: 1
-15 plato%1:18:00:: 1
-15 pitcher%1:18:00:: 1
-15 philosopher%1:18:00:: 1
-15 past%4:02:00:: 1
-15 part%1:15:00:: 5
-15 painter%1:18:00:: 1
-15 owner%1:18:00:: 1
-15 outside%4:02:00:: 1
-15 once_more%4:02:00:: 1
-15 occupy%2:42:02:: 1
-15 oath%1:10:01:: 1
-15 now%4:02:04:: 4
-15 northern%3:00:02:: 1
-15 no_more%4:02:01:: 1
-15 nigger%1:18:00:: 1
-15 need%2:37:00:: 4
-15 natural%3:00:02:: 2
-15 musician%1:18:01:: 1
-15 murmur%2:32:00:: 1
-15 move%2:41:01:: 5
-15 money%1:21:02:: 2
-15 mind%2:32:00:: 1
-15 middle-class%3:00:00:: 1
-15 metropolitan%3:01:00:: 1
-15 memory%1:09:01:: 2
-15 meet%2:41:02:: 6
-15 marked%5:00:00:noticeable:00 1
-15 magnitude%1:07:00:: 1
-15 machinery%1:06:00:: 1
-15 lower%2:38:00:: 1
-15 long_time%1:28:00:: 1
-15 line%1:14:01:: 3
-15 limit%2:41:00:: 2
-15 lie%2:42:01:: 3
-15 level%1:26:00:: 3
-15 let%2:32:00:: 2
-15 legend%1:10:01:: 1
-15 lawyer%1:18:00:: 1
-15 laughter%1:10:00:: 1
-15 jerk%2:35:01:: 1
-15 jazz%1:04:00:: 1
-15 iron%1:27:00:: 1
-15 interaction%1:04:00:: 1
-15 industry%1:04:00:: 2
-15 in_turn%4:02:00:: 1
-15 human%3:00:00:: 3
-15 hit%1:04:03:: 1
-15 helium%1:27:00:: 1
-15 healthy%3:00:00:: 1
-15 hard%3:00:01:: 3
-15 handle%2:41:03:: 2
-15 guard%1:18:03:: 1
-15 greatest%5:00:00:maximal:00 1
-15 grasp%2:35:00:: 1
-15 graph%1:10:00:: 1
-15 gradient%1:24:00:: 1
-15 glue%2:35:00:: 1
-15 get_up%2:38:01:: 1
-15 gas%1:26:00:: 1
-15 front%1:15:01:: 2
-15 four%1:23:00:: 1
-15 force%1:14:00:: 4
-15 forbid%2:32:00:: 1
-15 for_the_most_part%4:02:00:: 1
-15 fog%1:19:00:: 1
-15 flame%1:22:00:: 1
-15 feed%2:34:01:: 2
-15 extreme%5:00:00:intense:00 1
-15 extent%1:07:00:: 2
-15 expression%1:10:04:: 3
-15 exclude%2:31:01:: 1
-15 examination%1:04:00:: 1
-15 evidently%4:02:00:: 1
-15 ever%4:02:00:: 2
-15 establish%2:31:02:: 4
-15 essential%3:00:00:: 2
-15 error%1:04:02:: 1
-15 enjoy%2:34:01:: 2
-15 earn%2:40:03:: 2
-15 dust%1:27:01:: 2
-15 dress%2:29:00:: 1
-15 dress%1:06:00:: 1
-15 dream%2:36:00:: 1
-15 dozen%1:23:00:: 1
-15 distinguish%2:31:00:: 1
-15 develop%2:42:00:: 5
-15 deny%2:40:00:: 4
-15 density%1:07:00:: 1
-15 deliver%2:35:00:: 2
-15 deal%2:31:10:: 2
-15 dance%1:10:00:: 1
-15 crew%1:14:01:: 1
-15 courage%1:07:00:: 1
-15 corner%1:15:00:: 2
-15 cool%2:30:01:: 1
-15 convince%2:32:00:: 1
-15 consult%2:32:02:: 1
-15 consider%2:32:02:: 5
-15 concerned%3:00:00:: 1
-15 complement%1:10:00:: 1
-15 collect%2:40:01:: 2
-15 clock%1:06:00:: 1
-15 class%1:14:00:: 1
-15 circle%1:25:00:: 1
-15 cent%1:23:00:: 1
-15 catcher%1:18:00:: 1
-15 cast%2:36:02:: 1
-15 capital%1:21:01:: 1
-15 capacity%1:07:00:: 1
-15 cancer%1:26:00:: 1
-15 by_no_means%4:02:00:: 1
-15 breath%1:04:00:: 1
-15 break%2:30:03:: 1
-15 branch%1:20:00:: 2
-15 bond%1:19:00:: 1
-15 benefit%2:40:00:: 1
-15 benefit%1:07:00:: 2
-15 back%4:02:01:: 4
-15 back%3:00:00:: 1
-15 avocado%1:13:00:: 1
-15 average%2:42:00:: 1
-15 automobile%1:06:00:: 1
-15 august%1:28:00:: 1
-15 attempt%2:36:00:: 2
-15 at_times%4:02:00:: 1
-15 assumption%1:10:00:: 1
-15 assign%2:41:00:: 1
-15 assign%2:40:01:: 2
-15 assemble%2:36:00:: 1
-15 art%1:04:00:: 2
-15 alaska%1:15:00:: 1
-15 aircraft%1:06:00:: 1
-15 add%2:40:00:: 3
-15 acre%1:23:00:: 1
-15 30_minutes%1:28:00:: 1
-14 young_man%1:18:00:: 1
-14 wood%1:27:00:: 1
-14 wonderful%5:00:00:extraordinary:00 1
-14 washing%1:04:00:: 1
-14 visible%3:00:00:: 1
-14 virtually%4:02:00:: 1
-14 viewpoint%1:09:00:: 1
-14 very_much%4:02:01:: 1
-14 very%5:00:00:same:02 2
-14 vaguely%4:02:00:: 1
-14 upper%5:00:00:high:01 1
-14 university%1:06:00:: 2
-14 unit%1:23:00:: 1
-14 transform%2:30:02:: 1
-14 train%2:31:01:: 1
-14 thousand%5:00:00:cardinal:00 1
-14 theorem%1:10:00:: 1
-14 texas%1:15:00:: 1
-14 talent%1:09:00:: 1
-14 take%2:40:15:: 20
-14 system%1:27:00:: 3
-14 surround%2:42:00:: 1
-14 support%2:41:01:: 3
-14 support%2:35:00:: 4
-14 supper%1:13:00:: 1
-14 suggest%2:32:03:: 4
-14 subject%1:06:00:: 2
-14 student%1:18:01:: 2
-14 striking%5:00:00:impressive:00 1
-14 strike%2:35:01:: 3
-14 straight%4:02:05:: 1
-14 story%1:10:00:: 2
-14 sound%2:39:00:: 2
-14 solid%1:27:04:: 1
-14 smell%2:39:01:: 1
-14 slide%2:38:00:: 2
-14 sin%1:07:00:: 1
-14 shell%1:06:00:: 1
-14 sheep%1:05:00:: 1
-14 sharply%4:02:00:: 1
-14 shake%2:29:00:: 2
-14 sex%1:04:00:: 1
-14 set%1:14:02:: 2
-14 sensation%1:09:00:: 1
-14 send%2:38:00:: 4
-14 seek_out%2:35:00:: 1
-14 secretary%1:18:01:: 1
-14 secretary%1:18:00:: 2
-14 season%1:28:00:: 2
-14 search%1:04:00:: 1
-14 satisfactory%3:00:00:: 1
-14 saddle%1:06:00:: 1
-14 rumor%1:10:00:: 1
-14 rock%1:17:01:: 1
-14 right%4:02:08:: 2
-14 return%2:40:08:: 2
-14 resent%2:37:00:: 1
-14 represent%2:41:02:: 3
-14 relations%1:24:00:: 1
-14 regional%3:01:00:: 1
-14 recording%1:06:00:: 1
-14 reasonable%5:00:00:moderate:00 2
-14 reality%1:26:01:: 2
-14 real%3:00:02:: 2
-14 range%1:15:01:: 2
-14 raise%2:40:00:: 4
-14 question%2:32:03:: 2
-14 qualify%2:42:00:: 1
-14 quack%1:18:00:: 1
-14 publish%2:32:00:: 2
-14 provide%2:32:00:: 3
-14 proud%3:00:00:: 1
-14 president%1:18:01:: 1
-14 present%2:36:00:: 3
-14 prepared%3:00:00:: 1
-14 preparation%1:04:02:: 1
-14 praise%2:32:00:: 1
-14 position%1:07:01:: 4
-14 popular%3:00:00:: 1
-14 poet%1:18:00:: 1
-14 poem%1:10:00:: 1
-14 play%2:36:00:: 6
-14 physiological%3:01:00:: 1
-14 personality%1:07:00:: 1
-14 per_capita%5:00:00:proportionate:00 1
-14 pay%1:21:01:: 1
-14 pass_through%2:38:02:: 2
-14 party%1:14:00:: 2
-14 pain%1:12:00:: 2
-14 overcome%2:33:03:: 1
-14 order%2:32:00:: 2
-14 opium%1:06:00:: 1
-14 operate%2:35:00:: 3
-14 open%2:41:01:: 4
-14 occasion%1:11:00:: 1
-14 oblige%2:41:00:: 1
-14 obligation%1:04:00:: 1
-14 obey%2:41:00:: 1
-14 notion%1:09:02:: 1
-14 notion%1:09:00:: 2
-14 note%1:10:00:: 1
-14 nineteenth%5:00:00:ordinal:00 1
-14 nest%1:17:00:: 1
-14 neighborhood%1:14:00:: 2
-14 myth%1:10:00:: 1
-14 mysterious%5:00:00:inexplicable:00 1
-14 movement%1:11:00:: 3
-14 mouse%1:05:00:: 1
-14 mood%1:12:00:: 1
-14 mention%2:32:00:: 2
-14 meet%2:41:00:: 7
-14 measure%2:42:00:: 3
-14 mass%1:23:00:: 2
-14 mars%1:17:00:: 1
-14 march%1:04:00:: 2
-14 make%2:40:01:: 10
-14 make%2:36:05:: 11
-14 long_ago%4:02:00:: 1
-14 live%2:42:00:: 5
-14 link%2:31:00:: 1
-14 light%3:00:01:: 1
-14 lie%2:42:03:: 4
-14 left%5:00:00:unexhausted:00 2
-14 leave%2:41:00:: 8
-14 leave%2:30:01:: 9
-14 lawn%1:15:00:: 1
-14 key%1:06:00:: 1
-14 irish%3:01:00:: 1
-14 invent%2:36:00:: 1
-14 interrupt%2:32:00:: 1
-14 international_law%1:14:00:: 1
-14 interior_design%1:04:00:: 1
-14 interest%1:21:00:: 4
-14 inside%4:02:01:: 2
-14 inherit%2:40:00:: 1
-14 individual%1:18:00:: 2
-14 indicate%2:32:02:: 4
-14 increasing%3:00:00:: 1
-14 inadequate%3:00:00:: 1
-14 impression%1:09:00:: 1
-14 imply%2:32:01:: 2
-14 immortality%1:07:00:: 1
-14 hut%1:06:01:: 1
-14 hunting%1:04:01:: 1
-14 hope%1:09:00:: 3
-14 hold%2:40:02:: 8
-14 history%1:28:02:: 4
-14 grant%2:40:01:: 1
-14 go%2:42:06:: 5
-14 give%2:40:09:: 12
-14 give%2:36:01:: 13
-14 get%2:33:00:: 8
-14 generate%2:36:00:: 1
-14 game%1:04:01:: 3
-14 funny%5:00:00:humorous:00 1
-14 forty%5:00:00:cardinal:00 1
-14 forever%4:02:00:: 1
-14 foreign_policy%1:10:00:: 1
-14 folk%1:14:00:: 1
-14 float%2:38:00:: 1
-14 fit%2:42:05:: 1
-14 figure%1:06:00:: 4
-14 field%1:19:00:: 5
-14 fiction%1:10:00:: 1
-14 fiber%1:27:00:: 1
-14 feel%2:42:00:: 7
-14 fall_into%2:42:00:: 1
-14 fall%1:28:00:: 1
-14 face%2:42:00:: 3
-14 expose%2:39:02:: 1
-14 explore%2:31:00:: 1
-14 explode%2:30:01:: 1
-14 experimental%3:01:00:: 1
-14 exercise%2:34:00:: 1
-14 exchange%1:19:00:: 1
-14 exaggerate%2:32:00:: 1
-14 eventually%4:02:00:: 1
-14 european%3:01:00:: 1
-14 era%1:28:00:: 1
-14 equally%4:02:01:: 1
-14 enough%1:23:00:: 1
-14 employer%1:18:00:: 1
-14 employ%2:41:00:: 2
-14 elsewhere%4:02:00:: 1
-14 effective%5:00:00:competent:00 2
-14 distinct%5:00:00:different:00 1
-14 dismiss%2:32:00:: 1
-14 dirt%1:27:01:: 1
-14 directly%4:02:05:: 2
-14 direction%1:09:00:: 3
-14 dignity%1:07:00:: 1
-14 diagonalizable%3:01:00:: 1
-14 devise%2:36:00:: 1
-14 defend%2:33:00:: 2
-14 defeat%2:33:00:: 1
-14 december%1:28:00:: 1
-14 death%1:28:00:: 4
-14 deal%2:41:09:: 3
-14 dance%2:36:00:: 2
-14 curious%5:00:00:strange:00 1
-14 cup%1:06:00:: 1
-14 cover%2:32:01:: 5
-14 course%1:14:00:: 2
-14 context%1:10:00:: 1
-14 constant%5:00:00:invariable:00 1
-14 connection%1:24:00:: 1
-14 confusion%1:26:01:: 1
-14 compose%2:42:00:: 1
-14 common%3:00:01:: 2
-14 come_down%2:38:00:: 1
-14 combine%2:42:00:: 1
-14 combat%1:04:00:: 1
-14 club%1:14:01:: 1
-14 clinical%3:01:00:: 1
-14 classify%2:31:00:: 1
-14 claim%2:40:00:: 2
-14 chin%1:08:00:: 1
-14 cheer%1:10:00:: 1
-14 champion%1:18:01:: 1
-14 chain%1:14:00:: 1
-14 catch%2:39:01:: 2
-14 captain%1:18:02:: 2
-14 business_concern%1:14:00:: 1
-14 broad%3:00:04:: 1
-14 breath%1:27:00:: 2
-14 body%1:08:02:: 3
-14 boat%1:06:00:: 1
-14 best%4:02:01:: 1
-14 beach%1:17:00:: 1
-14 bacterial%3:01:00:: 1
-14 back%4:02:06:: 5
-14 attract%2:37:01:: 2
-14 athabascan%1:10:00:: 1
-14 assess%2:31:00:: 1
-14 as_follows%4:02:00:: 1
-14 article%1:10:00:: 1
-14 arouse%2:37:00:: 1
-14 aqueous%3:01:00:: 1
-14 apply%2:41:05:: 3
-14 appear%2:39:01:: 4
-14 anyhow%4:02:00:: 1
-14 antenna%1:06:00:: 1
-14 alive%3:00:01:: 1
-14 adam%1:18:00:: 1
-14 actor%1:18:00:: 1
-13 worthy%3:00:00:: 1
-13 worth%5:00:00:worthy:00 1
-13 wise%3:00:00:: 1
-13 weekend%1:28:00:: 1
-13 weak%3:00:00:: 1
-13 wash%2:35:02:: 1
-13 warning%1:10:00:: 1
-13 vote%1:04:00:: 1
-13 vision%1:09:03:: 1
-13 violence%1:04:01:: 1
-13 vigorous%5:00:00:energetic:00 1
-13 view_as%2:31:00:: 1
-13 vertex%1:09:00:: 1
-13 vector%1:09:00:: 1
-13 valued%5:00:00:quantitative:00 1
-13 value%1:21:00:: 3
-13 utopian%3:01:00:: 1
-13 used_to%5:00:00:accustomed:00 1
-13 upstairs%4:02:00:: 1
-13 unknown%3:00:00:: 1
-13 unit%1:24:00:: 2
-13 twist%2:38:01:: 1
-13 turn_away%2:38:02:: 1
-13 traffic%1:14:00:: 1
-13 total%1:06:00:: 1
-13 toss%2:35:04:: 1
-13 tongue%1:08:00:: 1
-13 toe%1:08:01:: 1
-13 today%1:28:01:: 2
-13 tie%2:35:00:: 1
-13 thursday%1:28:00:: 1
-13 texture%1:07:00:: 1
-13 testify%2:32:01:: 1
-13 take%2:40:01:: 21
-13 sympathetic%3:01:00:: 1
-13 sweep%2:38:01:: 1
-13 sun%1:19:00:: 2
-13 suitable%5:00:00:good:01 1
-13 suit%1:06:00:: 1
-13 suggestion%1:09:00:: 1
-13 substitute%2:40:00:: 1
-13 study%2:31:00:: 4
-13 struggle%2:41:00:: 1
-13 structure%1:07:00:: 2
-13 strive%2:41:00:: 1
-13 step%1:23:00:: 2
-13 spirit%1:07:00:: 3
-13 specifically%4:02:00:: 1
-13 south%3:00:00:: 1
-13 soft%3:00:02:: 2
-13 so-called%5:00:00:questionable:00 1
-13 snow%1:19:00:: 1
-13 snatch%2:35:00:: 1
-13 small%5:00:00:limited:00 2
-13 slight%5:00:00:little(a):03 2
-13 skeletal%3:01:00:: 1
-13 sign%2:41:00:: 2
-13 shift%2:30:00:: 1
-13 session%1:10:00:: 1
-13 sequence%1:14:00:: 1
-13 sensitive%3:00:01:: 1
-13 selection%1:04:00:: 1
-13 seize%2:35:00:: 1
-13 see%2:41:11:: 11
-13 secretary_of_the_treasury%1:18:00:: 1
-13 secede%2:41:00:: 1
-13 search%2:35:00:: 1
-13 scene%1:09:00:: 3
-13 satisfy%2:42:00:: 1
-13 sample%1:09:01:: 2
-13 sail%2:38:03:: 1
-13 safety%1:26:00:: 1
-13 rousseau%1:18:00:: 1
-13 rough%3:00:00:: 1
-13 roar%1:11:00:: 1
-13 review%2:31:00:: 1
-13 respiratory%3:01:00:: 1
-13 residential%3:00:00:: 1
-13 required%5:00:00:necessary:00 1
-13 reproduce%2:36:00:: 1
-13 remind%2:32:00:: 2
-13 remarkable%5:00:00:extraordinary:00 1
-13 refuse%2:40:00:: 2
-13 reach%2:42:00:: 6
-13 rain%2:43:00:: 1
-13 railroad%1:06:00:: 1
-13 quit%2:42:04:: 1
-13 quiet%3:00:02:: 1
-13 protest%2:32:00:: 1
-13 prominent%5:00:00:conspicuous:00 1
-13 productivity%1:07:00:: 1
-13 proclaim%2:32:02:: 1
-13 principle%1:09:03:: 1
-13 present%2:40:01:: 4
-13 power%1:19:00:: 2
-13 power%1:09:01:: 3
-13 pool%1:06:00:: 1
-13 point_of_view%1:09:00:: 1
-13 plenty%1:07:00:: 1
-13 place%2:41:01:: 2
-13 piece%1:06:05:: 2
-13 pick%2:31:00:: 1
-13 phone%1:06:00:: 1
-13 permanent%3:00:00:: 1
-13 performance%1:04:00:: 3
-13 perfectly%4:02:00:: 1
-13 peace%1:26:00:: 1
-13 pass%2:40:00:: 5
-13 particular%5:00:02:specific:00 3
-13 participation%1:04:00:: 1
-13 part%1:04:01:: 6
-13 park%1:15:00:: 1
-13 paramagnetic%3:01:00:: 1
-13 papers%1:10:00:: 1
-13 painting%1:06:00:: 1
-13 paint%2:35:00:: 2
-13 out%3:00:01:: 1
-13 openly%4:02:00:: 1
-13 open%5:00:00:unprotected:00 3
-13 only%4:02:00:: 3
-13 once_again%4:02:00:: 1
-13 off%4:02:03:: 1
-13 october%1:28:00:: 1
-13 note%1:10:03:: 2
-13 newspaper%1:14:00:: 2
-13 musketry%1:14:00:: 1
-13 mode%1:07:00:: 1
-13 ml%1:23:00:: 1
-13 mistake%1:04:00:: 1
-13 miss%2:37:00:: 2
-13 mind%1:09:01:: 2
-13 mark%2:35:09:: 1
-13 mark%2:32:02:: 2
-13 mark%2:31:09:: 3
-13 make_for%2:36:00:: 1
-13 maintain%2:34:00:: 3
-13 maid%1:18:01:: 1
-13 magazine%1:10:00:: 1
-13 love%2:37:01:: 3
-13 lot%1:23:00:: 1
-13 look_around%2:39:00:: 1
-13 london%1:15:00:: 1
-13 line%1:25:00:: 4
-13 light%1:09:01:: 3
-13 lie%1:10:00:: 1
-13 lead%2:42:00:: 6
-13 lead%2:41:00:: 7
-13 laos%1:15:00:: 1
-13 landscape%1:15:00:: 1
-13 just%4:02:04:: 5
-13 july%1:28:00:: 1
-13 island%1:17:00:: 1
-13 inspect%2:39:00:: 1
-13 inquire%2:32:01:: 1
-13 injury%1:26:00:: 1
-13 infantry%1:14:00:: 1
-13 indication%1:10:00:: 1
-13 ignore%2:32:00:: 2
-13 house%2:42:02:: 1
-13 home_run%1:04:00:: 1
-13 goods%1:06:00:: 1
-13 good_deal%1:23:00:: 1
-13 get_in%2:38:01:: 1
-13 gas%1:27:00:: 2
-13 gain%2:40:01:: 2
-13 foster%2:41:00:: 1
-13 formal%3:00:01:: 1
-13 force%2:38:00:: 3
-13 follow%2:30:00:: 7
-13 flow%2:38:01:: 1
-13 fling%2:35:00:: 1
-13 find%2:30:00:: 12
-13 figure%1:18:00:: 5
-13 fifth%5:00:00:ordinal:00 1
-13 fasten%2:35:01:: 1
-13 extensive%5:00:00:large:00 1
-13 extension%1:28:00:: 1
-13 expensive%3:00:00:: 1
-13 exhibit%2:42:00:: 1
-13 example%1:09:02:: 2
-13 even%4:02:03:: 2
-13 estimate%1:09:00:: 1
-13 essay%1:10:00:: 1
-13 equal%2:42:00:: 1
-13 engineer%1:18:00:: 1
-13 end%1:09:00:: 5
-13 enact%2:41:00:: 1
-13 eliminate%2:42:01:: 2
-13 eat%2:34:01:: 2
-13 duty%1:04:00:: 1
-13 drive%2:38:02:: 3
-13 drive%2:35:00:: 4
-13 draw%2:35:03:: 1
-13 dramatic%3:00:00:: 1
-13 drag%2:35:01:: 2
-13 downtown%3:00:00:: 1
-13 dot%1:25:00:: 1
-13 distribution%1:07:00:: 2
-13 dislike%2:37:00:: 1
-13 discharge%1:11:00:: 1
-13 direct%2:36:00:: 3
-13 difficulty%1:09:02:: 2
-13 design%1:04:00:: 1
-13 democratic%3:00:00:: 1
-13 degree%1:10:00:: 3
-13 definite%3:00:00:: 1
-13 define%2:32:00:: 2
-13 deem%2:31:00:: 1
-13 deduct%2:31:01:: 1
-13 decrease%2:30:00:: 1
-13 declare%2:32:05:: 2
-13 dark%5:00:00:brunet:00 3
-13 curious%3:00:00:: 2
-13 cry%1:10:00:: 1
-13 criticize%2:32:00:: 1
-13 creative%3:00:00:: 1
-13 couple%1:14:00:: 1
-13 correct%2:30:00:: 1
-13 convert%2:30:00:: 1
-13 contribute%2:41:12:: 3
-13 constantly%4:02:02:: 1
-13 confidence%1:09:00:: 1
-13 common%5:00:00:shared:00 3
-13 colored%3:00:00:: 1
-13 cold%3:00:02:: 2
-13 close%2:41:01:: 4
-13 clergyman%1:18:00:: 1
-13 cleaning%1:04:00:: 1
-13 class%1:14:03:: 2
-13 city%1:15:01:: 2
-13 cite%2:32:00:: 1
-13 cherish%2:37:00:: 1
-13 charge%1:10:00:: 2
-13 changing%5:00:00:dynamic:00 1
-13 change%2:30:02:: 3
-13 change%1:19:00:: 4
-13 central_city%1:15:00:: 1
-13 camping%1:04:00:: 1
-13 california%1:15:00:: 1
-13 calendar_year%1:28:00:: 1
-13 cafeteria%1:06:00:: 1
-13 business%1:04:00:: 3
-13 bumblebee%1:05:00:: 1
-13 bull's_eye%1:04:00:: 1
-13 bronchiole%1:08:00:: 1
-13 break%2:30:00:: 2
-13 bounce%2:38:00:: 1
-13 boston%1:15:00:: 1
-13 boot%1:06:00:: 1
-13 bond%1:21:02:: 2
-13 blue%5:00:00:northern:02 2
-13 bible%1:10:00:: 1
-13 below%4:02:00:: 2
-13 behind%4:02:00:: 1
-13 bear%2:31:00:: 3
-13 based%3:44:00:: 1
-13 away%4:02:03:: 3
-13 average%1:09:00:: 1
-13 autonomic%5:00:00:involuntary:02 1
-13 assumption%1:09:00:: 2
-13 assume%2:41:00:: 2
-13 assume%2:30:00:: 3
-13 assemble%2:41:00:: 2
-13 arrangement%1:09:01:: 1
-13 arrange%2:36:04:: 1
-13 arrange%2:35:00:: 2
-13 around%4:02:05:: 2
-13 appoint%2:41:01:: 1
-13 apply%2:32:00:: 4
-13 applicant%1:18:00:: 1
-13 announce%2:32:02:: 2
-13 amazement%1:12:00:: 1
-13 afterward%4:02:00:: 1
-13 afford%2:40:00:: 2
-13 admire%2:37:00:: 1
-13 actually%4:02:00:: 2
-13 activity%1:22:00:: 3
-13 accomplish%2:41:00:: 2
-13 absolutely%4:02:00:: 1
-13 above%5:00:00:preceding(a):00 1
-13 a_thousand%5:00:00:cardinal:00 1
-13 9%5:00:00:cardinal:00 1
-13 4%1:23:00:: 1
-13 22%5:00:00:cardinal:00 1
-12 yard%1:06:02:: 2
-12 wrong%3:00:01:: 2
-12 worship%1:04:00:: 1
-12 wish%2:32:02:: 4
-12 wide%5:00:00:comprehensive:00 2
-12 wheel%1:06:00:: 1
-12 wednesday%1:28:00:: 1
-12 way%1:04:02:: 7
-12 warrant%2:32:00:: 1
-12 virgin_islands%1:15:00:: 1
-12 view%2:39:00:: 2
-12 view%1:09:01:: 2
-12 vase%1:06:00:: 1
-12 vacuum%1:26:00:: 1
-12 use%2:34:02:: 2
-12 unstructured%3:00:00:: 1
-12 universe%1:17:00:: 1
-12 unfortunately%4:02:00:: 1
-12 undergo%2:39:00:: 1
-12 unadjusted%3:00:00:: 1
-12 turn_to%2:32:01:: 1
-12 turn_on%2:35:00:: 1
-12 turn%2:42:00:: 3
-12 tune%1:10:00:: 1
-12 tuesday%1:28:00:: 1
-12 tray%1:06:00:: 1
-12 together%4:02:10:: 4
-12 times%1:28:01:: 1
-12 the_matter%5:00:00:malfunctioning:00 1
-12 television%1:10:00:: 1
-12 telephone%2:32:00:: 1
-12 teenager%1:18:00:: 1
-12 technology%1:04:00:: 1
-12 talk%1:10:00:: 1
-12 take_part%2:41:00:: 1
-12 take_over%2:40:07:: 1
-12 take_into_account%2:31:00:: 1
-12 swim%2:38:00:: 1
-12 sweep%2:38:00:: 2
-12 swallow%2:34:00:: 1
-12 sum%1:21:00:: 1
-12 suggest%2:32:01:: 5
-12 suffer%2:37:00:: 3
-12 succeed%2:41:01:: 2
-12 subsection%1:06:00:: 1
-12 submit%2:32:01:: 1
-12 structured%3:00:00:: 1
-12 strategy%1:09:00:: 1
-12 steeple%1:06:00:: 1
-12 standard%3:00:02:: 1
-12 spectator%1:18:00:: 1
-12 space%1:15:00:: 4
-12 source%1:10:00:: 2
-12 source%1:09:00:: 3
-12 solution%1:27:00:: 1
-12 soil%1:27:01:: 2
-12 smoke%2:34:00:: 1
-12 smell%2:39:00:: 2
-12 sixth%5:00:00:ordinal:00 1
-12 silence%1:26:00:: 1
-12 sight%1:10:00:: 2
-12 side%1:15:00:: 4
-12 shift%2:38:00:: 2
-12 sheet%1:17:00:: 1
-12 shatter%2:30:00:: 1
-12 share%1:21:01:: 2
-12 set%2:32:00:: 3
-12 sell%2:42:00:: 2
-12 seed%1:20:00:: 1
-12 see%2:41:12:: 12
-12 score%2:35:00:: 2
-12 scientific%3:01:00:: 1
-12 scientific%3:00:00:: 2
-12 school%1:06:00:: 2
-12 run_away%2:38:00:: 1
-12 rule%2:41:00:: 1
-12 round%3:00:00:: 1
-12 return%2:30:00:: 3
-12 respect%2:31:00:: 1
-12 resource%1:21:00:: 1
-12 resolution%1:10:01:: 1
-12 resist%2:42:01:: 1
-12 report%2:32:03:: 3
-12 render%2:30:00:: 1
-12 relief%1:12:00:: 1
-12 release%2:35:00:: 1
-12 related_to%3:00:00:: 1
-12 regardless%4:02:00:: 1
-12 regard%2:42:00:: 3
-12 refer%2:31:00:: 3
-12 redcoat%1:18:00:: 1
-12 quality%1:09:00:: 3
-12 purely%4:02:00:: 1
-12 punishment%1:04:00:: 1
-12 publicly%4:02:00:: 1
-12 progress%2:30:00:: 1
-12 profound%3:00:00:: 1
-12 professional%3:00:01:: 1
-12 production%1:10:00:: 2
-12 produce%2:39:01:: 4
-12 private_eye%1:18:00:: 1
-12 private%1:18:00:: 1
-12 prisoner%1:18:00:: 1
-12 print%2:36:02:: 1
-12 principal%1:21:01:: 1
-12 pretend%2:32:00:: 1
-12 presume%2:31:00:: 1
-12 pour%2:38:03:: 1
-12 postpone%2:42:00:: 1
-12 possibility%1:09:00:: 3
-12 possess%2:40:00:: 2
-12 position%1:26:00:: 5
-12 position%1:04:01:: 6
-12 poor%3:00:00:: 3
-12 plainly%4:02:00:: 1
-12 pink%5:00:00:chromatic:00 1
-12 philosophy%1:09:01:: 1
-12 persuade%2:32:00:: 2
-12 personal%5:00:00:subjective:00 2
-12 pennsylvania%1:15:00:: 1
-12 pay%2:40:04:: 3
-12 pause%2:32:01:: 2
-12 pause%1:28:00:: 1
-12 party%1:14:02:: 3
-12 paper%1:10:03:: 3
-12 pale%5:00:00:light:05 1
-12 outline%2:32:00:: 1
-12 originate%2:42:00:: 1
-12 organization%1:09:00:: 2
-12 operation%1:26:00:: 1
-12 offer%2:41:00:: 3
-12 off%4:02:00:: 2
-12 observe%2:39:01:: 3
-12 nuclear%3:00:00:: 1
-12 no_more%4:02:05:: 2
-12 nilpotent%3:01:00:: 1
-12 negative%3:00:02:: 1
-12 need%1:03:00:: 3
-12 necessitate%2:42:00:: 1
-12 nature%1:18:00:: 2
-12 mythological%5:00:00:unreal:00 1
-12 music%1:09:00:: 2
-12 murderer%1:18:00:: 1
-12 move_into%2:38:00:: 1
-12 mouth%1:08:00:: 2
-12 most%1:23:00:: 1
-12 minimize%2:30:00:: 1
-12 mine%1:06:01:: 1
-12 military%3:00:02:: 2
-12 mess%1:26:00:: 1
-12 mental%3:00:00:: 1
-12 meet%2:41:03:: 8
-12 match%2:40:00:: 2
-12 mass%1:14:02:: 3
-12 market%1:04:00:: 1
-12 make_one's_way%2:38:00:: 1
-12 make%2:42:05:: 12
-12 make%2:38:02:: 13
-12 mail%2:35:00:: 1
-12 magnificent%5:00:00:impressive:00 1
-12 mad%5:00:00:angry:00 1
-12 lyric%1:10:01:: 1
-12 lunch%1:13:00:: 1
-12 loss%1:22:00:: 2
-12 locate%2:42:00:: 2
-12 living_room%1:06:00:: 1
-12 little%5:00:00:young:00 4
-12 little%5:00:00:minor:06 5
-12 little%1:23:00:: 1
-12 light%2:30:00:: 1
-12 lick%2:35:01:: 1
-12 less%4:02:01:: 2
-12 lamp%1:06:00:: 1
-12 lagoon%1:17:00:: 1
-12 january%1:28:00:: 1
-12 jacket%1:06:00:: 1
-12 issue%2:41:00:: 2
-12 issue%2:32:01:: 3
-12 isolate%2:30:00:: 1
-12 involve%2:42:07:: 4
-12 invariably%4:02:00:: 1
-12 intention%1:09:00:: 1
-12 intensity%1:07:00:: 2
-12 insure%2:31:00:: 1
-12 insert%2:35:00:: 1
-12 injure%2:29:00:: 1
-12 improve%2:30:00:: 2
-12 impossible%5:00:00:unthinkable:00 2
-12 impose%2:41:00:: 1
-12 identity%1:07:00:: 1
-12 identical%5:00:00:same:00 1
-12 homer%1:04:00:: 1
-12 hole%1:17:01:: 1
-12 highway%1:06:00:: 1
-12 hear%2:41:00:: 3
-12 haste%1:07:00:: 1
-12 hard%4:02:00:: 1
-12 hang%2:35:00:: 2
-12 guide%2:38:01:: 1
-12 grow%2:30:01:: 4
-12 greet%2:32:00:: 1
-12 good%3:00:02:: 3
-12 gone%5:00:00:absent:00 1
-12 go_wrong%2:41:00:: 1
-12 glass%1:06:00:: 2
-12 give%2:40:02:: 14
-12 garage%1:06:00:: 1
-12 future%3:00:00:: 1
-12 frown%2:29:00:: 1
-12 frequency%1:28:00:: 1
-12 form%2:30:01:: 4
-12 for_a_while%4:02:01:: 1
-12 follow%2:42:02:: 8
-12 foe%1:18:01:: 1
-12 flesh%1:08:02:: 1
-12 fixed%5:00:00:determinate:01 1
-12 fish%1:05:00:: 1
-12 firm%5:00:00:resolute:00 1
-12 finish%2:30:01:: 2
-12 fill%2:30:00:: 2
-12 feel_like%2:37:00:: 1
-12 favor%1:04:00:: 1
-12 farming%1:04:00:: 1
-12 extraordinary%3:00:00:: 1
-12 extra%5:00:00:added:00 1
-12 experiment%1:09:00:: 2
-12 expect%2:31:01:: 3
-12 exert%2:34:00:: 1
-12 exciting%3:00:00:: 1
-12 estimated%5:00:00:calculable:00 1
-12 encourage%2:37:00:: 2
-12 else%5:00:00:added:00 2
-12 eleven%5:00:00:cardinal:00 1
-12 electron%1:17:00:: 1
-12 eighth%5:00:00:ordinal:00 1
-12 effort%1:04:01:: 2
-12 efficiency%1:24:00:: 1
-12 effectively%4:02:01:: 1
-12 duty%1:04:02:: 2
-12 dump%2:40:00:: 1
-12 dry%2:30:01:: 1
-12 drop%2:30:00:: 3
-12 draw%2:37:03:: 2
-12 drama%1:10:01:: 1
-12 double%2:30:00:: 1
-12 double%1:04:00:: 1
-12 district_of_columbia%1:15:00:: 1
-12 disk%1:25:00:: 1
-12 discovery%1:04:00:: 1
-12 discourage%2:32:01:: 1
-12 dirty%3:00:01:: 1
-12 dialysis%1:04:00:: 1
-12 devil%1:18:02:: 1
-12 develop%2:30:04:: 6
-12 despair%1:26:00:: 1
-12 designate%2:32:00:: 1
-12 design%1:09:01:: 2
-12 descend%2:38:00:: 1
-12 deliberately%4:02:00:: 1
-12 defeat%1:11:00:: 1
-12 deep%5:00:00:profound:00 2
-12 deduction%1:21:01:: 1
-12 deae_cellulose%1:27:00:: 1
-12 damage%2:30:00:: 1
-12 cure%2:29:00:: 1
-12 culture%1:09:00:: 2
-12 cry%2:29:00:: 2
-12 crowded%3:00:00:: 1
-12 criminal%1:18:00:: 1
-12 covered%3:00:00:: 1
-12 country%1:14:01:: 3
-12 counterpart%1:09:00:: 1
-12 conventional%3:00:00:: 1
-12 contribution%1:04:02:: 1
-12 continuity%1:26:00:: 1
-12 continued%3:00:00:: 1
-12 content%1:14:00:: 1
-12 conscience%1:16:00:: 1
-12 conference%1:14:00:: 1
-12 condition%1:10:01:: 2
-12 concerned%5:00:00:involved:00 2
-12 concern%1:12:01:: 2
-12 competitive%3:00:00:: 1
-12 compare%2:42:00:: 2
-12 commute%2:30:04:: 1
-12 commit%2:41:00:: 1
-12 commit%2:32:01:: 2
-12 come_in%2:38:01:: 2
-12 combine%2:30:02:: 2
-12 colored%5:00:00:black:02 2
-12 collection%1:14:00:: 1
-12 collect%2:35:00:: 3
-12 character%1:09:00:: 2
-12 chaos%1:26:00:: 1
-12 challenge%2:32:01:: 1
-12 canteen%1:06:00:: 1
-12 call_out%2:32:01:: 1
-12 business%1:09:01:: 4
-12 broad%5:00:00:comprehensive:00 2
-12 brief%5:00:00:short:02 1
-12 breakfast%1:13:00:: 1
-12 blame%2:32:00:: 1
-12 bitter%5:00:00:resentful:00 1
-12 bite%2:35:00:: 1
-12 birth_control%1:04:00:: 1
-12 belief%1:10:01:: 2
-12 being%1:26:00:: 1
-12 band%1:14:01:: 1
-12 back%1:06:00:: 2
-12 attitude%1:07:01:: 2
-12 as_such%4:02:00:: 1
-12 around%4:02:04:: 3
-12 appreciate%2:37:00:: 1
-12 answer%1:10:00:: 3
-12 all_over%4:02:01:: 1
-12 aim%1:09:00:: 1
-12 adventure%1:04:00:: 1
-12 accurate%3:00:00:: 1
-12 account%1:10:00:: 1
-12 accept%2:31:01:: 4
-12 absent%3:00:00:: 1
-12 21%5:00:00:cardinal:00 1
-12 2%1:23:00:: 1
-11 work%1:09:00:: 4
-11 wind_up%2:30:01:: 1
-11 will%1:09:00:: 1
-11 wildly%4:02:00:: 1
-11 wholly%4:02:00:: 1
-11 weary%5:00:00:tired:00 1
-11 way_of_life%1:04:00:: 1
-11 voyage%1:04:01:: 1
-11 volume%1:07:03:: 2
-11 visit%1:04:02:: 1
-11 veteran%5:00:00:experienced:00 1
-11 very%4:02:01:: 2
-11 varied%3:00:00:: 1
-11 vanish%2:30:00:: 1
-11 urge%2:32:03:: 2
-11 twenty-five%5:00:00:cardinal:00 1
-11 twentieth%5:00:00:ordinal:00 1
-11 trouble%1:11:00:: 4
-11 transducer%1:06:00:: 1
-11 top%3:00:00:: 1
-11 tone%1:07:01:: 3
-11 today%4:02:00:: 2
-11 to_be_sure%4:02:00:: 1
-11 to_and_fro%4:02:00:: 1
-11 thrust%2:38:00:: 1
-11 thought%1:09:02:: 3
-11 though%4:02:01:: 2
-11 thinking%1:09:00:: 1
-11 thicket%1:14:00:: 1
-11 theology%1:09:01:: 1
-11 terror%1:12:00:: 1
-11 terrible%5:00:00:alarming:00 1
-11 tendency%1:09:00:: 1
-11 technical%3:00:00:: 2
-11 take_advantage%2:40:00:: 1
-11 syllable%1:10:00:: 1
-11 sweat%1:08:00:: 1
-11 suspicion%1:09:01:: 1
-11 surrounding%5:00:00:close:01 1
-11 surprising%3:00:00:: 1
-11 surface%1:17:00:: 3
-11 supervise%2:41:00:: 1
-11 suitcase%1:06:00:: 1
-11 suffering%1:26:00:: 1
-11 subject%1:09:00:: 3
-11 stumble%2:38:01:: 1
-11 struggle%1:04:02:: 2
-11 stretch%2:29:01:: 2
-11 store%2:40:02:: 2
-11 stiffen%2:30:00:: 1
-11 steady%3:00:00:: 1
-11 startling%5:00:00:surprising:00 1
-11 start%2:36:01:: 6
-11 start%1:11:00:: 1
-11 standard%1:10:00:: 1
-11 standard%1:09:00:: 2
-11 sport%1:04:00:: 1
-11 spit%2:29:00:: 1
-11 spin%2:38:01:: 1
-11 speak_of%2:32:00:: 1
-11 speak%2:32:03:: 4
-11 sound%1:19:00:: 3
-11 sound%1:11:00:: 4
-11 socialism%1:09:00:: 1
-11 snow%1:27:00:: 2
-11 smooth%3:00:00:: 1
-11 slope%1:17:00:: 1
-11 slip%2:38:01:: 1
-11 skin%1:08:00:: 1
-11 skilled%3:00:00:: 1
-11 side%1:06:00:: 5
-11 show%2:39:01:: 10
-11 sheet%1:10:00:: 2
-11 shape%2:31:00:: 1
-11 shakespeare%1:18:00:: 1
-11 section%1:15:01:: 3
-11 secondary%3:00:01:: 1
-11 search%2:39:00:: 2
-11 screw%2:35:00:: 1
-11 schedule%1:09:00:: 1
-11 satisfied%5:00:00:contented:00 1
-11 route%1:15:00:: 1
-11 root%1:20:00:: 1
-11 roadway%1:06:00:: 1
-11 right%4:02:09:: 3
-11 rider%1:18:00:: 1
-11 retired%5:00:00:inactive:08 1
-11 restrain%2:41:01:: 1
-11 response%1:19:00:: 1
-11 response%1:04:01:: 2
-11 resist%2:33:00:: 2
-11 residence%1:15:00:: 1
-11 rescue%2:41:00:: 1
-11 requirement%1:09:00:: 3
-11 request%2:32:01:: 1
-11 represent%2:41:00:: 4
-11 repeat%2:36:00:: 2
-11 repair%2:30:00:: 1
-11 relevant%3:00:00:: 1
-11 reinforce%2:30:00:: 1
-11 recognize%2:31:00:: 4
-11 reasonably%4:02:00:: 1
-11 ray%1:19:00:: 1
-11 random_variable%1:09:00:: 1
-11 radar%1:06:00:: 1
-11 quarrel%2:32:00:: 1
-11 pursue%2:41:00:: 1
-11 protest%1:10:00:: 1
-11 proprietor%1:18:00:: 1
-11 promise%2:32:01:: 2
-11 professional%3:01:01:: 2
-11 probable%3:00:00:: 1
-11 private_detective%1:18:00:: 1
-11 prestige%1:26:00:: 1
-11 preliminary%5:00:00:exploratory:00 1
-11 practice%2:41:00:: 1
-11 posse%1:14:00:: 1
-11 porous%5:00:00:permeable:00 1
-11 political%3:01:01:: 2
-11 policeman%1:18:00:: 1
-11 poetry%1:10:02:: 1
-11 playing%1:04:01:: 1
-11 persist%2:42:00:: 1
-11 pat%2:35:01:: 1
-11 part%4:02:00:: 1
-11 park%2:35:00:: 1
-11 paint%2:36:00:: 3
-11 pack%2:35:00:: 1
-11 owe%2:40:01:: 1
-11 outlook%1:09:01:: 1
-11 origin%1:15:00:: 1
-11 organize%2:41:01:: 1
-11 organization%1:14:01:: 3
-11 orbit%1:15:00:: 1
-11 operation%1:04:06:: 2
-11 older%5:00:00:old:02 1
-11 old_woman%1:18:00:: 1
-11 observer%1:18:00:: 1
-11 nowhere%4:02:00:: 1
-11 north%4:02:00:: 1
-11 ninth%5:00:00:ordinal:00 1
-11 next%4:02:00:: 1
-11 new%5:00:00:inexperienced:00 3
-11 necessity%1:26:00:: 1
-11 near%2:38:00:: 1
-11 named%5:00:00:titled:00 1
-11 municipal%3:01:00:: 1
-11 more_or_less%4:02:00:: 1
-11 model%1:09:03:: 2
-11 mob%1:14:00:: 1
-11 mixture%1:27:00:: 1
-11 mimesis%1:09:00:: 1
-11 millions%1:23:00:: 1
-11 micrometeorite%1:17:00:: 1
-11 micelle%1:17:00:: 1
-11 message%1:10:00:: 2
-11 meet%2:38:06:: 9
-11 medieval%3:01:00:: 1
-11 means%1:06:00:: 2
-11 maximum%1:23:00:: 1
-11 maturity%1:26:00:: 2
-11 manifold%1:06:00:: 1
-11 manchester%1:15:01:: 1
-11 mainly%4:02:00:: 1
-11 lucky%5:00:00:fortunate:00 1
-11 low%5:00:00:soft:04 3
-11 los_angeles%1:15:00:: 1
-11 look_back%2:39:00:: 1
-11 liver%1:08:00:: 1
-11 liquor%1:13:00:: 1
-11 line%1:10:02:: 5
-11 lie_down%2:38:00:: 1
-11 legal%3:00:00:: 1
-11 leather%1:27:00:: 1
-11 lay%2:35:00:: 2
-11 law%1:09:00:: 3
-11 lap%1:08:00:: 1
-11 land%1:15:01:: 3
-11 kick%2:35:01:: 1
-11 kansas_city%1:15:00:: 1
-11 judgment%1:04:02:: 2
-11 judge%2:31:02:: 1
-11 investigate%2:32:01:: 2
-11 interpretation%1:09:01:: 1
-11 intermediate%3:00:00:: 1
-11 interfere%2:41:01:: 1
-11 instruction%1:10:04:: 1
-11 insane%3:00:00:: 1
-11 innocent%3:00:00:: 1
-11 induce%2:36:00:: 1
-11 incur%2:42:00:: 1
-11 in_detail%4:02:00:: 1
-11 impact%1:11:00:: 1
-11 immediate%5:00:00:present(a):01 4
-11 imitation%1:09:00:: 1
-11 imagine%2:31:01:: 2
-11 however%4:02:02:: 3
-11 honor%1:10:00:: 1
-11 historical%3:01:00:: 1
-11 height%1:07:00:: 1
-11 heat%2:30:01:: 1
-11 hay%1:13:00:: 1
-11 have%2:29:02:: 13
-11 hang%2:41:00:: 3
-11 half%5:00:00:incomplete:00 2
-11 gymnastics%1:04:00:: 1
-11 guide%2:38:00:: 2
-11 grunt%2:32:00:: 1
-11 ground%1:16:00:: 2
-11 govern%2:41:02:: 1
-11 good%1:07:00:: 1
-11 go_down%2:38:02:: 1
-11 glad%3:00:00:: 1
-11 get_into%2:42:00:: 1
-11 germany%1:15:00:: 1
-11 german%3:01:00:: 1
-11 generally%4:02:01:: 2
-11 furniture%1:06:00:: 1
-11 full-time%3:00:00:: 1
-11 frequency%1:24:00:: 2
-11 formulation%1:27:00:: 1
-11 form%2:36:00:: 5
-11 fluorescence%1:19:00:: 1
-11 flourish%2:30:01:: 1
-11 flat%5:00:00:even:01 1
-11 fit%2:42:02:: 2
-11 firmly%4:02:02:: 1
-11 finite%3:00:00:: 1
-11 find%2:39:05:: 13
-11 fewer%3:00:00:: 1
-11 female%3:00:00:: 1
-11 fee%1:21:00:: 1
-11 federal_government%1:14:00:: 1
-11 fact%1:26:01:: 3
-11 fabric%1:06:00:: 1
-11 eye%2:39:00:: 1
-11 extremely%4:02:02:: 1
-11 extend%2:42:01:: 3
-11 exhibit%2:39:01:: 2
-11 exercise%2:41:00:: 2
-11 examine%2:39:00:: 2
-11 every_day%4:02:00:: 1
-11 every%5:00:02:all(a):00 1
-11 equip%2:40:00:: 1
-11 entity%1:03:00:: 1
-11 entitled%5:00:00:eligible:00 1
-11 enemy%1:18:00:: 2
-11 electoral%3:01:00:: 1
-11 effectiveness%1:07:00:: 1
-11 effect%1:07:00:: 2
-11 dwelling%1:06:00:: 1
-11 dry%2:30:00:: 2
-11 drip%2:38:00:: 1
-11 dream%2:39:00:: 2
-11 downtown%1:15:00:: 1
-11 doorway%1:06:00:: 1
-11 dollar%1:21:00:: 2
-11 do%2:42:01:: 7
-11 divide%2:31:00:: 2
-11 distinction%1:09:00:: 1
-11 dirt%1:26:00:: 2
-11 difficulty%1:26:00:: 3
-11 development%1:22:01:: 3
-11 determine%2:32:03:: 4
-11 derive%2:40:00:: 2
-11 depart%2:38:04:: 1
-11 denote%2:32:01:: 1
-11 delightful%5:00:00:pleasing:00 1
-11 definition%1:10:00:: 1
-11 deep%3:00:01:: 3
-11 declare%2:32:01:: 3
-11 day%1:28:04:: 5
-11 dawn%1:28:00:: 1
-11 dare%2:41:00:: 1
-11 damage%1:11:00:: 1
-11 current%1:19:01:: 1
-11 cry%2:32:07:: 3
-11 creep%2:38:00:: 1
-11 course%1:15:00:: 3
-11 country%1:15:01:: 4
-11 corner%1:06:02:: 3
-11 convict%2:32:00:: 1
-11 consideration%1:09:01:: 2
-11 conservative%3:00:00:: 1
-11 connection%1:26:00:: 2
-11 confront%2:32:00:: 2
-11 conception%1:09:00:: 1
-11 comprehend%2:31:00:: 1
-11 complicated%5:00:00:complex:00 1
-11 comparable%3:00:00:: 1
-11 commonly%4:02:00:: 1
-11 command%1:14:00:: 2
-11 come%2:30:02:: 7
-11 cluster%1:14:00:: 1
-11 clay%1:27:00:: 1
-11 claim%1:10:02:: 2
-11 civil_war%1:04:00:: 1
-11 choose%2:31:01:: 3
-11 choice%1:09:00:: 1
-11 chiefly%4:02:00:: 1
-11 chemical%3:01:00:: 1
-11 character%1:07:01:: 3
-11 central%5:00:00:important:00 1
-11 center%2:42:00:: 1
-11 celebrate%2:41:01:: 1
-11 case%1:09:00:: 4
-11 cannon%1:06:00:: 1
-11 calm%5:00:00:composed:00 1
-11 burst%2:30:00:: 1
-11 burn%2:30:02:: 1
-11 builder%1:27:00:: 1
-11 build%2:30:00:: 2
-11 brush%2:35:01:: 1
-11 brush%1:14:00:: 1
-11 british%3:01:00:: 1
-11 brilliant%5:00:00:superior:02 1
-11 brightness%1:07:00:: 1
-11 brass%1:27:00:: 1
-11 bow%2:32:00:: 1
-11 bloom%2:30:00:: 1
-11 blink%2:29:00:: 1
-11 blind%3:00:00:: 1
-11 biological%3:01:00:: 1
-11 bend%2:38:01:: 2
-11 beg%2:32:00:: 1
-11 bat%2:35:01:: 1
-11 barely%4:02:00:: 1
-11 assurance%1:09:00:: 1
-11 associated%5:00:00:related:02 1
-11 arms%1:06:00:: 1
-11 approval%1:04:02:: 1
-11 appropriate%2:31:00:: 1
-11 appreciate%2:31:00:: 2
-11 apply%2:35:00:: 5
-11 anymore%4:02:01:: 1
-11 anxious%5:00:00:uneasy:00 1
-11 antigen%1:27:00:: 1
-11 ammunition%1:06:00:: 1
-11 amateur%1:18:00:: 1
-11 altogether%4:02:04:: 1
-11 after_all%4:02:01:: 2
-11 affect%2:29:00:: 2
-11 aerosol%1:19:00:: 1
-11 aerator%1:06:00:: 1
-11 advise%2:32:00:: 1
-11 admit%2:41:01:: 2
-11 added%3:00:00:: 1
-11 acquisition%1:04:00:: 1
-11 acknowledge%2:31:00:: 1
-11 accelerate%2:30:00:: 1
-11 absolute%3:00:00:: 1
-11 13%5:00:00:cardinal:00 1
-10 youthful%5:00:00:young:00 1
-10 youth%1:14:00:: 2
-10 yesterday%4:02:00:: 1
-10 write%2:32:01:: 5
-10 wreck%2:35:00:: 1
-10 would%2:42:00:: 1
-10 wood%1:14:00:: 2
-10 wink%2:29:02:: 1
-10 white%1:18:00:: 1
-10 western%5:00:02:west:00 2
-10 west%1:24:00:: 2
-10 weekly%3:01:00:: 1
-10 way%1:23:00:: 8
-10 watch%2:39:02:: 4
-10 waste%2:40:00:: 1
-10 vote%2:41:10:: 2
-10 vivid%5:00:00:realistic:00 1
-10 vice_president%1:18:00:: 1
-10 vapor_pressure%1:19:00:: 1
-10 unique%5:00:00:single(a):00 3
-10 unique%5:00:00:incomparable:00 1
-10 two_weeks%1:28:00:: 1
-10 turn_to%2:32:00:: 2
-10 turn_out%2:42:01:: 2
-10 turn_out%2:36:01:: 3
-10 turn_around%2:38:00:: 1
-10 tumble%2:38:00:: 1
-10 trot%2:38:00:: 1
-10 troop%1:14:00:: 1
-10 tremendous%5:00:00:extraordinary:00 2
-10 treat%2:32:00:: 4
-10 translate%2:32:00:: 1
-10 transition%1:04:00:: 1
-10 transform%2:30:00:: 2
-10 training_program%1:09:00:: 1
-10 toss%2:38:00:: 2
-10 ton%1:23:02:: 1
-10 time%1:11:01:: 6
-10 tight%3:00:01:: 1
-10 threaten%2:32:01:: 3
-10 thief%1:18:00:: 1
-10 thermometer%1:06:00:: 1
-10 taxpayer%1:18:00:: 1
-10 taste%2:39:02:: 1
-10 tape%1:06:00:: 1
-10 talk_about%2:32:01:: 2
-10 take_on%2:30:00:: 1
-10 take%2:38:00:: 22
-10 system%1:09:00:: 4
-10 sympathy%1:09:00:: 1
-10 survival%1:26:00:: 1
-10 supplement%2:40:00:: 1
-10 success%1:26:00:: 3
-10 subjective%3:00:00:: 1
-10 subject%2:39:03:: 1
-10 stupid%3:00:00:: 1
-10 strength%1:07:05:: 2
-10 straw%1:27:00:: 1
-10 straight%5:00:00:continuous:01 1
-10 stimulus%1:09:00:: 1
-10 stem%1:20:00:: 2
-10 statement%1:10:02:: 2
-10 stall%1:06:03:: 1
-10 staining%1:04:01:: 2
-10 stagger%2:38:00:: 1
-10 sort_of%4:02:00:: 1
-10 someday%4:02:00:: 1
-10 soiled%3:00:04:: 1
-10 snow%2:43:00:: 1
-10 skill%1:09:00:: 2
-10 sit%2:38:00:: 3
-10 simple%5:00:00:easy:01 2
-10 silent%5:00:00:uncommunicative:00 2
-10 silence%1:07:00:: 2
-10 shut%2:35:00:: 1
-10 shrug%2:29:00:: 1
-10 several%5:00:00:different:00 2
-10 seventeen%5:00:00:cardinal:00 1
-10 settler%1:18:00:: 1
-10 settle%2:31:00:: 2
-10 set_up%2:36:00:: 2
-10 set%2:32:01:: 4
-10 serious%5:00:00:important:00 2
-10 sense_of_touch%1:09:00:: 1
-10 send_out%2:35:00:: 1
-10 seldom%4:02:00:: 1
-10 see%2:41:10:: 13
-10 section%1:06:00:: 4
-10 secret%5:00:00:concealed:00 1
-10 second%5:00:00:intermediate:00 2
-10 scheme%1:09:00:: 1
-10 scarcely%4:02:00:: 1
-10 scale%1:24:03:: 1
-10 scale%1:24:00:: 2
-10 satisfaction%1:12:00:: 1
-10 sand%1:27:00:: 1
-10 san_francisco%1:15:00:: 1
-10 salvation%1:04:00:: 1
-10 salary%1:21:00:: 1
-10 sake%1:07:00:: 1
-10 sacrifice%2:40:00:: 1
-10 run%2:42:04:: 5
-10 rule%1:10:00:: 3
-10 routine%1:04:00:: 1
-10 room%1:23:00:: 2
-10 roll%2:38:01:: 2
-10 role%1:09:00:: 2
-10 right_away%4:02:00:: 1
-10 right%3:00:01:: 4
-10 reveal%2:39:01:: 3
-10 retrieve%2:40:00:: 1
-10 retreat%2:38:00:: 1
-10 restore%2:41:01:: 1
-10 reside%2:42:00:: 1
-10 request%1:10:01:: 1
-10 representation%1:09:00:: 1
-10 representation%1:06:00:: 2
-10 reporter%1:18:00:: 1
-10 report%1:10:01:: 2
-10 report%1:10:00:: 3
-10 repeatedly%4:02:00:: 1
-10 render%2:40:02:: 2
-10 religious%5:00:00:sacred:00 2
-10 regulation%1:10:00:: 1
-10 red_river%1:17:00:: 1
-10 recount%2:32:00:: 1
-10 recognition%1:26:00:: 1
-10 rebel%1:18:02:: 1
-10 realistic%3:00:00:: 1
-10 reaction%1:09:00:: 2
-10 range%1:15:03:: 3
-10 raise%2:36:03:: 5
-10 quiet%3:00:01:: 2
-10 punish%2:41:00:: 1
-10 prospect%1:26:00:: 1
-10 proprietorship%1:21:00:: 1
-10 proof%1:09:00:: 1
-10 profile%1:10:01:: 1
-10 proclaim%2:32:00:: 2
-10 procession%1:14:00:: 1
-10 priest%1:18:00:: 1
-10 pretend%2:36:00:: 2
-10 press%1:14:00:: 1
-10 preaching%1:10:00:: 1
-10 pottery%1:06:00:: 1
-10 potential%1:26:00:: 1
-10 possession%1:04:00:: 1
-10 pollen%1:20:00:: 1
-10 please%2:37:01:: 2
-10 plead%2:32:00:: 1
-10 play%1:10:03:: 2
-10 plan%1:09:01:: 2
-10 picture%1:26:00:: 4
-10 piano%1:06:00:: 1
-10 physics%1:09:00:: 1
-10 phrase%1:10:00:: 1
-10 persistent%5:00:00:continual:00 1
-10 perpetuate%2:42:00:: 1
-10 pbs%1:27:00:: 1
-10 patrol%1:14:00:: 1
-10 path%1:04:00:: 1
-10 parallel%3:00:00:: 1
-10 pair%1:23:00:: 2
-10 painful%3:00:00:: 1
-10 pacific%1:17:00:: 1
-10 pace%2:38:00:: 1
-10 pace%1:28:00:: 1
-10 orchestra%1:14:00:: 1
-10 oppose%2:33:01:: 2
-10 opera%1:10:00:: 1
-10 one_hundred%5:00:00:cardinal:00 1
-10 on_the_way%4:02:00:: 1
-10 on_the_one_hand%4:02:00:: 1
-10 on_the_contrary%4:02:02:: 1
-10 omit%2:31:01:: 1
-10 ominous%5:00:00:alarming:00 1
-10 oil%1:27:00:: 1
-10 official%3:00:00:: 1
-10 observe%2:39:00:: 4
-10 objection%1:10:01:: 1
-10 nucleus%1:08:00:: 1
-10 now%1:28:00:: 1
-10 notify%2:32:00:: 1
-10 no_matter%4:02:00:: 1
-10 newly%4:02:00:: 1
-10 nature%1:26:00:: 3
-10 nation%1:14:01:: 2
-10 muse%2:31:00:: 1
-10 mule_driver%1:18:00:: 1
-10 much%4:02:04:: 3
-10 mount%2:35:00:: 1
-10 mostly%4:02:00:: 1
-10 morning%5:00:00:antemeridian:00 1
-10 moderate%3:00:00:: 1
-10 mist%1:19:00:: 1
-10 missile%1:06:01:: 1
-10 minister%1:18:00:: 1
-10 mind%1:09:04:: 3
-10 mighty%5:00:00:powerful:00 1
-10 middle%1:15:00:: 1
-10 merge%2:30:00:: 1
-10 membership%1:14:00:: 1
-10 mechanical%3:00:00:: 1
-10 measure%2:31:01:: 4
-10 measure%1:07:00:: 1
-10 meanwhile%4:02:01:: 1
-10 mean%1:09:00:: 1
-10 mass%1:04:00:: 4
-10 marriage%1:14:00:: 2
-10 make_up_one's_mind%2:31:00:: 1
-10 make%2:42:00:: 14
-10 mad%5:00:00:insane:00 2
-10 lovely%5:00:00:beautiful:00 1
-10 loudly%4:02:00:: 1
-10 lots%1:23:00:: 1
-10 lose%2:37:00:: 3
-10 lord%1:18:02:: 1
-10 look_upon%2:31:00:: 1
-10 long%1:28:00:: 1
-10 literal%5:00:00:true:00 1
-10 linear_operator%1:24:00:: 1
-10 line%1:19:00:: 6
-10 line%1:15:02:: 7
-10 line%1:09:01:: 8
-10 light%2:34:00:: 2
-10 light%1:07:01:: 4
-10 lift%2:35:00:: 2
-10 legislation%1:10:00:: 1
-10 leaders%1:14:00:: 1
-10 lead%2:42:01:: 8
-10 lb%1:23:00:: 1
-10 launch%2:41:01:: 1
-10 know%2:31:06:: 6
-10 keep%2:41:03:: 5
-10 joke%1:10:00:: 1
-10 japanese%3:01:00:: 1
-10 introduce%2:36:00:: 2
-10 interval%1:28:00:: 1
-10 intersection%1:09:00:: 1
-10 interpret%2:32:00:: 2
-10 internal%3:00:00:: 1
-10 interior_designer%1:18:00:: 1
-10 intellectual%3:01:00:: 1
-10 insure%2:32:04:: 2
-10 instantly%4:02:00:: 1
-10 inspection%1:04:01:: 1
-10 influence%1:04:00:: 2
-10 indian%1:18:00:: 1
-10 incredible%3:00:00:: 1
-10 in_the_midst%4:02:00:: 1
-10 in_relation_to%5:00:00:related:02 1
-10 impulse%1:16:00:: 1
-10 identification%1:04:00:: 1
-10 hydrogen_atom%1:27:00:: 1
-10 howl%1:10:00:: 1
-10 horror%1:12:01:: 1
-10 honest%3:00:00:: 1
-10 home%1:15:02:: 3
-10 higher%5:00:02:high:02 1
-10 high%5:00:00:superior:01 3
-10 hero%1:09:00:: 2
-10 heavy%3:00:03:: 2
-10 hearing%1:04:01:: 1
-10 hands%1:04:00:: 1
-10 hall%1:06:05:: 2
-10 guilty%3:00:00:: 1
-10 guess%2:32:00:: 2
-10 guam%1:15:00:: 1
-10 grip%2:35:00:: 1
-10 great_deal%1:23:00:: 1
-10 grateful%3:00:00:: 1
-10 good%5:00:00:reputable:00 4
-10 go_with%2:42:01:: 1
-10 go_out%2:38:02:: 2
-10 go_in%2:38:00:: 1
-10 go%2:42:02:: 6
-10 go%2:42:00:: 7
-10 go%2:30:01:: 8
-10 gm%1:23:00:: 1
-10 gloom%1:26:01:: 1
-10 give%2:41:00:: 15
-10 give%2:40:10:: 16
-10 give%2:40:06:: 17
-10 further%4:02:03:: 2
-10 fundamental%5:00:00:important:00 1
-10 fulfill%2:36:00:: 1
-10 fruit%1:20:00:: 1
-10 front_door%1:06:00:: 1
-10 frighten%2:37:00:: 1
-10 frantic%5:00:00:agitated:00 1
-10 france%1:15:00:: 1
-10 foreign%3:00:01:: 2
-10 force%1:14:01:: 5
-10 for_the_first_time%4:02:00:: 1
-10 fool%1:18:01:: 2
-10 flow%2:38:00:: 2
-10 fire%2:30:00:: 3
-10 filter%2:35:00:: 1
-10 file%2:35:00:: 2
-10 fallout%1:27:00:: 1
-10 fair%3:00:03:: 1
-10 failure%1:11:00:: 2
-10 extension%1:04:02:: 2
-10 experienced%3:00:00:: 1
-10 experience%2:31:00:: 2
-10 expansion%1:04:00:: 1
-10 excuse%1:10:00:: 1
-10 exchange%2:40:00:: 1
-10 evoke%2:37:00:: 1
-10 evidence%2:32:00:: 1
-10 establishment%1:04:00:: 1
-10 erect%3:00:00:: 1
-10 entry%1:10:01:: 1
-10 entrance%1:06:00:: 1
-10 enjoy%2:37:01:: 3
-10 end%2:42:01:: 3
-10 emergency%1:11:00:: 1
-10 element%1:06:00:: 2
-10 electronics%1:09:00:: 1
-10 either%4:02:00:: 1
-10 education%1:09:00:: 2
-10 early%5:00:00:past:00 3
-10 dusty%5:00:00:dirty:01 1
-10 duck%2:38:00:: 1
-10 drinking%1:04:00:: 1
-10 drink%2:34:01:: 2
-10 draw%2:40:00:: 3
-10 draw%2:35:01:: 4
-10 draw%2:31:00:: 5
-10 doubtful%5:00:00:questionable:00 1
-10 division%1:14:00:: 1
-10 distribute%2:40:00:: 1
-10 distinct%3:00:00:: 2
-10 dispel%2:38:00:: 1
-10 disc%1:06:01:: 1
-10 disagree%2:32:00:: 1
-10 dimly%4:02:00:: 1
-10 diminish%2:30:00:: 1
-10 determined%5:00:00:resolute:00 1
-10 depend%2:42:00:: 1
-10 denounce%2:32:00:: 1
-10 denomination%1:14:00:: 1
-10 definition%1:07:00:: 2
-10 decision%1:09:00:: 2
-10 dare%2:41:01:: 2
-10 curve%1:10:00:: 2
-10 curse%2:32:02:: 2
-10 cry_out%2:32:00:: 1
-10 cry%1:10:04:: 2
-10 crazy%5:00:00:insane:00 1
-10 cover%2:42:02:: 6
-10 convinced%5:00:00:certain(p):02 2
-10 contrast%1:04:00:: 2
-10 contend%2:32:02:: 1
-10 contemporary%5:00:00:modern:00 1
-10 contact%2:32:00:: 1
-10 consumer%1:18:00:: 1
-10 confuse%2:31:02:: 1
-10 confess%2:32:00:: 1
-10 conceive%2:31:00:: 2
-10 concede%2:32:00:: 1
-10 compulsivity%1:07:00:: 1
-10 component%1:24:00:: 2
-10 complexity%1:07:00:: 1
-10 completely%4:02:03:: 2
-10 commerce%1:04:00:: 1
-10 commend%2:32:00:: 1
-10 commander%1:18:00:: 1
-10 command%2:32:01:: 1
-10 come_upon%2:40:09:: 1
-10 come_to%2:39:00:: 1
-10 column%1:06:02:: 2
-10 cling_to%2:35:00:: 1
-10 clearly%4:02:01:: 2
-10 circle%1:14:00:: 2
-10 church%1:04:00:: 3
-10 christianity%1:09:00:: 1
-10 christian%1:18:00:: 1
-10 chicken%1:05:01:: 2
-10 chew%2:34:00:: 1
-10 chase%2:38:00:: 1
-10 charge%2:32:02:: 2
-10 center%1:06:02:: 2
-10 catch%2:35:13:: 3
-10 cast%1:14:00:: 1
-10 cap%1:06:00:: 1
-10 camper%1:18:00:: 1
-10 call_upon%2:32:00:: 1
-10 businessman%1:18:00:: 1
-10 burn%2:43:01:: 2
-10 brush%2:35:00:: 2
-10 brood%1:14:00:: 1
-10 briefly%4:02:00:: 1
-10 brave%3:00:00:: 1
-10 book%1:06:00:: 2
-10 bone%1:08:00:: 1
-10 blue%3:01:00:: 3
-10 bleed%2:29:00:: 1
-10 bitter%5:00:00:intolerable:00 2
-10 beyond%4:02:01:: 1
-10 besides%4:02:01:: 1
-10 belong%2:40:00:: 1
-10 bellow%2:32:00:: 1
-10 believe%2:31:01:: 4
-10 bearded%5:00:00:unshaven:00 1
-10 bear%2:35:00:: 4
-10 bar%1:06:04:: 1
-10 balanced%3:00:00:: 1
-10 awful%5:00:00:bad:00 1
-10 awareness%1:09:00:: 1
-10 authorities%1:14:00:: 1
-10 attention%1:04:01:: 2
-10 association%1:14:00:: 1
-10 armed%3:00:01:: 1
-10 apprentice%1:18:00:: 1
-10 apart%4:02:01:: 2
-10 antagonist%1:18:00:: 1
-10 angle%1:25:00:: 1
-10 analytic%3:01:00:: 1
-10 amount%2:42:03:: 1
-10 aloud%4:02:00:: 1
-10 all_right%5:00:00:satisfactory:00 1
-10 aid%1:07:00:: 1
-10 africa%1:17:00:: 1
-10 aesthetic%3:01:00:: 1
-10 advise%2:32:01:: 2
-10 ace%1:23:00:: 1
-10 accordingly%4:02:00:: 1
-10 about%4:02:06:: 2
-10 abandon%2:40:00:: 1
-10 26%5:00:00:cardinal:00 1
-10 11%5:00:00:cardinal:00 1
-9 wrong%5:00:00:inappropriate:00 3
-9 written%3:00:00:: 1
-9 write%2:36:04:: 6
-9 wrist%1:08:00:: 1
-9 worst%3:00:00:: 1
-9 worry%2:37:12:: 2
-9 worry%2:37:01:: 3
-9 work%2:36:00:: 6
-9 work%2:29:00:: 7
-9 withdraw%2:38:00:: 1
-9 wit%1:10:00:: 1
-9 wine%1:13:00:: 1
-9 will%1:09:01:: 2
-9 widespread%5:00:00:general:00 1
-9 wave%1:04:02:: 2
-9 watercolor%1:06:00:: 1
-9 watch%1:06:00:: 1
-9 wash%2:29:00:: 2
-9 warning%1:10:01:: 2
-9 warfare%1:04:00:: 1
-9 wage%2:41:00:: 1
-9 voting%1:04:00:: 1
-9 volley%1:04:00:: 1
-9 viscosity%1:07:00:: 1
-9 view%1:04:00:: 3
-9 vertical%3:00:00:: 1
-9 vehicle%1:06:00:: 1
-9 variation%1:04:00:: 2
-9 usage%1:04:00:: 1
-9 unit%1:14:00:: 3
-9 undoubtedly%4:02:00:: 1
-9 underway%5:00:00:current:00 1
-9 understand%2:31:03:: 3
-9 tv%1:10:00:: 1
-9 turn_to%2:31:00:: 3
-9 turn_to%2:30:00:: 4
-9 trooper%1:18:01:: 1
-9 travel%2:38:04:: 2
-9 train%2:31:00:: 2
-9 tracing%1:04:00:: 1
-9 trace%2:31:00:: 1
-9 tough%3:00:03:: 1
-9 tomorrow%1:28:00:: 2
-9 together%4:02:00:: 5
-9 tired%3:00:00:: 1
-9 tip%1:15:00:: 1
-9 tilt%2:38:00:: 1
-9 thyroxine%1:08:00:: 1
-9 throw%2:38:00:: 2
-9 thigh%1:08:00:: 1
-9 thereof%4:02:00:: 1
-9 therapist%1:18:00:: 1
-9 theologian%1:18:00:: 1
-9 theme%1:10:00:: 1
-9 theatre%1:06:00:: 1
-9 test%2:41:01:: 2
-9 tension%1:26:03:: 1
-9 teaching%1:04:00:: 1
-9 take_up%2:30:00:: 1
-9 take_care%2:41:00:: 1
-9 sword%1:06:00:: 1
-9 sweet%3:00:02:: 1
-9 sweden%1:15:00:: 1
-9 surgeon%1:18:00:: 1
-9 support%1:04:00:: 2
-9 superstition%1:09:00:: 1
-9 summarize%2:32:00:: 1
-9 sullen%5:00:00:ill-natured:00 1
-9 suggestion%1:10:00:: 2
-9 subtract%2:31:00:: 1
-9 subtle%5:00:00:impalpable:00 1
-9 substitute%1:09:00:: 1
-9 substantially%4:02:01:: 1
-9 subject_to%5:00:00:susceptible:00 1
-9 subject%1:09:01:: 4
-9 sturdy%5:00:00:robust:00 1
-9 stumble%2:38:00:: 2
-9 strong%5:00:00:intense:00 3
-9 stone%1:06:00:: 2
-9 still%5:00:00:quiet:01 2
-9 startle%2:37:00:: 1
-9 stare%1:04:00:: 1
-9 stand%2:31:00:: 5
-9 stained%3:00:00:: 1
-9 stage%2:36:00:: 1
-9 st._louis%1:15:00:: 1
-9 squeeze%2:35:05:: 1
-9 speed%1:07:00:: 2
-9 speaker%1:18:00:: 1
-9 sound%2:39:03:: 3
-9 sophisticated%3:00:00:: 1
-9 solely%4:02:00:: 1
-9 soap%1:06:00:: 1
-9 slow%2:30:00:: 1
-9 slavery%1:26:00:: 1
-9 sin%1:04:00:: 2
-9 simply%4:02:03:: 2
-9 similarity%1:07:00:: 1
-9 significant%5:00:00:considerable:00 2
-9 shrill%5:00:00:high:03 1
-9 show%1:10:03:: 2
-9 shop%1:06:00:: 1
-9 shine%2:43:01:: 1
-9 sharp%5:00:00:distinct:00 1
-9 shame%1:12:00:: 1
-9 shade%1:26:00:: 1
-9 set_out%2:30:00:: 1
-9 set%2:30:01:: 5
-9 servant%1:18:00:: 1
-9 selling%1:04:00:: 1
-9 seemingly%4:02:00:: 1
-9 secret%1:10:00:: 1
-9 second%4:02:00:: 1
-9 seat%2:35:00:: 1
-9 seat%1:15:01:: 1
-9 sculpture%1:06:00:: 1
-9 scratch%2:35:03:: 1
-9 scramble%2:38:00:: 1
-9 scared%5:00:00:afraid(p):00 1
-9 scan%2:39:01:: 1
-9 salt%1:27:00:: 1
-9 sad%3:00:00:: 1
-9 run%2:38:01:: 6
-9 rule%2:31:00:: 2
-9 rugged%3:00:00:: 1
-9 roughly%4:02:00:: 1
-9 room_temperature%1:07:00:: 1
-9 rhode_island%1:15:00:: 1
-9 review%2:32:00:: 2
-9 retirement%1:26:00:: 1
-9 restrict%2:30:02:: 1
-9 responsible_for%5:00:00:causative:00 1
-9 responsible%3:00:00:: 1
-9 resign%2:41:00:: 1
-9 removal%1:04:00:: 1
-9 remarkably%4:02:00:: 1
-9 remain%2:42:01:: 4
-9 relinquish%2:40:01:: 1
-9 religion%1:14:00:: 2
-9 relieve%2:29:00:: 1
-9 reliable%3:00:00:: 1
-9 relationship%1:26:00:: 2
-9 relate%2:42:00:: 2
-9 reference%1:10:02:: 1
-9 reduce%2:30:06:: 2
-9 red%1:07:00:: 1
-9 recover%2:40:00:: 1
-9 record%2:32:01:: 2
-9 recent%5:00:00:past:00 2
-9 reb%1:18:00:: 1
-9 reader%1:18:02:: 2
-9 reactivity%1:09:00:: 1
-9 reach%2:38:06:: 7
-9 rate%2:31:00:: 1
-9 rag%1:06:00:: 1
-9 radio%1:10:00:: 1
-9 rabbit%1:05:00:: 1
-9 question%1:10:03:: 3
-9 queer%5:00:00:strange:00 1
-9 pursue%2:38:00:: 2
-9 purple%5:00:00:chromatic:00 1
-9 pulmonary_vein%1:08:00:: 1
-9 pseudo%5:00:00:counterfeit:00 1
-9 protective%3:00:00:: 1
-9 proposed%5:00:00:planned:00 1
-9 proportion%1:24:00:: 1
-9 prompt%2:36:00:: 1
-9 promising%5:00:00:likely:00 1
-9 prominent%5:00:02:conspicuous:00 2
-9 projection%1:09:01:: 1
-9 producer%1:18:01:: 1
-9 prize%1:21:00:: 1
-9 principle%1:09:01:: 2
-9 price%1:21:00:: 2
-9 preserve%2:40:01:: 3
-9 preserve%2:40:00:: 2
-9 precision%1:07:00:: 1
-9 precede%2:42:00:: 1
-9 preach%2:32:02:: 1
-9 pre%5:00:00:preceding(a):00 1
-9 posture%1:07:00:: 1
-9 portray%2:32:00:: 1
-9 popular%5:00:00:democratic:00 2
-9 poorly%4:02:00:: 1
-9 ponder%2:31:00:: 1
-9 politician%1:18:01:: 1
-9 point%1:28:00:: 6
-9 plot%1:09:00:: 1
-9 pleased%3:00:00:: 1
-9 pleasant%3:00:00:: 1
-9 plank%1:27:00:: 1
-9 place%1:04:01:: 5
-9 pilot%5:00:00:empirical:00 1
-9 pile%1:14:00:: 1
-9 photograph%2:32:00:: 1
-9 phosphate%1:27:00:: 1
-9 phonologic%3:01:00:: 1
-9 philadelphia%1:15:00:: 1
-9 pertain%2:42:01:: 1
-9 performance%1:04:02:: 4
-9 perceive%2:31:00:: 2
-9 peculiar%5:00:00:strange:00 1
-9 pattern%1:06:00:: 3
-9 patience%1:07:00:: 1
-9 pastor%1:18:00:: 1
-9 part%1:09:01:: 7
-9 parasympathetic%3:01:00:: 1
-9 pant%2:29:00:: 1
-9 pale%5:00:00:weak:00 2
-9 painting%1:04:00:: 2
-9 pain%1:09:00:: 3
-9 owner%1:18:02:: 2
-9 overcome%2:33:01:: 2
-9 overall%5:00:00:general:00 1
-9 organism%1:03:00:: 1
-9 ordinarily%4:02:00:: 1
-9 opposite%5:00:01:other:00 1
-9 operator%1:18:00:: 2
-9 ohio%1:15:00:: 1
-9 observer%1:18:01:: 2
-9 objective%3:00:00:: 1
-9 null_space%1:14:00:: 1
-9 now%4:02:01:: 5
-9 nov%1:28:00:: 1
-9 norm%1:24:00:: 1
-9 nervous%5:00:00:tense:03 1
-9 negro%5:00:00:black:02 1
-9 neat%5:00:00:tidy:00 1
-9 navy%1:14:00:: 1
-9 nature%1:17:00:: 4
-9 namely%4:02:00:: 1
-9 mystery_story%1:10:00:: 1
-9 musket%1:06:00:: 1
-9 much%4:02:01:: 4
-9 moving%3:00:02:: 1
-9 motion_picture%1:10:00:: 1
-9 morphophonemics%1:09:00:: 1
-9 monitor%2:39:00:: 1
-9 molecule%1:27:00:: 1
-9 mixed%5:00:00:blended:00 1
-9 miss%2:42:01:: 3
-9 minimum%1:23:00:: 1
-9 mingle%2:35:00:: 1
-9 mineral%1:27:00:: 1
-9 middle_class%1:14:00:: 1
-9 memory%1:09:00:: 3
-9 membership%1:26:00:: 2
-9 measured%3:00:00:: 1
-9 mean%2:42:03:: 5
-9 mayor%1:18:00:: 1
-9 massive%5:00:00:large:00 1
-9 market%1:14:00:: 2
-9 mark%2:31:01:: 4
-9 manifest%2:32:00:: 1
-9 make_sense%2:42:00:: 1
-9 make%2:36:11:: 15
-9 mad%5:00:00:wild:02 3
-9 look%1:07:00:: 3
-9 load%1:06:00:: 1
-9 listener%1:18:00:: 1
-9 line%1:06:01:: 9
-9 likely%4:02:00:: 1
-9 light%3:00:05:: 2
-9 lie%2:32:00:: 5
-9 league%1:14:01:: 1
-9 leadership%1:04:00:: 1
-9 lead%2:41:12:: 9
-9 later_on%4:02:00:: 1
-9 land%1:17:00:: 4
-9 kneel%2:35:00:: 1
-9 kidney%1:08:00:: 1
-9 kick%2:38:00:: 2
-9 keep%2:31:00:: 6
-9 justify%2:32:00:: 2
-9 jaw%1:08:00:: 1
-9 introduce%2:30:03:: 3
-9 intonation%1:10:00:: 1
-9 instruct%2:32:01:: 2
-9 instruct%2:32:00:: 1
-9 institute%2:36:01:: 1
-9 instant%1:28:00:: 2
-9 inspire%2:37:00:: 1
-9 insoluble%3:00:01:: 1
-9 insight%1:09:02:: 1
-9 initiate%2:36:01:: 1
-9 initially%4:02:00:: 1
-9 influence%2:31:00:: 2
-9 influence%1:09:00:: 3
-9 inflict%2:32:00:: 1
-9 infection%1:26:00:: 1
-9 individualism%1:07:00:: 1
-9 indicator%1:10:00:: 1
-9 incomplete%3:00:00:: 1
-9 in_time%4:02:00:: 1
-9 in_the_end%4:02:02:: 1
-9 in_particular%4:02:00:: 1
-9 impress%2:37:01:: 1
-9 implication%1:09:01:: 1
-9 imagination%1:09:02:: 2
-9 image%1:07:00:: 2
-9 illuminate%2:30:03:: 1
-9 identical%5:00:00:same:02 2
-9 hurl%2:35:00:: 1
-9 hunger%1:26:00:: 1
-9 humorous%3:00:00:: 1
-9 how%4:02:00:: 1
-9 hours%1:28:00:: 1
-9 horizon%1:15:00:: 1
-9 honey%1:13:00:: 1
-9 holiday%1:28:00:: 1
-9 hole%1:06:00:: 2
-9 hold%2:40:04:: 9
-9 hold%2:35:01:: 10
-9 hit%2:38:00:: 4
-9 high%4:02:00:: 1
-9 hesitate%2:42:01:: 2
-9 helpful%3:00:00:: 1
-9 hell%1:15:00:: 1
-9 heart%1:07:01:: 3
-9 hawaii%1:15:00:: 1
-9 hate%1:12:00:: 1
-9 happen%2:30:01:: 4
-9 halfback%1:18:00:: 1
-9 grant%2:40:03:: 2
-9 governor%1:18:00:: 1
-9 governmental%3:01:00:: 1
-9 good%4:02:00:: 1
-9 good%1:07:01:: 2
-9 golf%1:04:00:: 1
-9 go%2:30:08:: 9
-9 glory%1:26:00:: 1
-9 glare%2:29:00:: 1
-9 give_up%2:40:02:: 1
-9 give_rise%2:36:01:: 1
-9 gigantic%5:00:01:large:00 1
-9 giant%5:00:00:large:00 1
-9 get_out%2:35:00:: 2
-9 get%2:40:01:: 9
-9 geometric%5:00:00:nonrepresentational:00 1
-9 gentleman%1:18:00:: 1
-9 gay%5:00:00:cheerful:00 1
-9 gaunt%5:00:00:thin:03 1
-9 gasp%2:29:00:: 1
-9 gadget%1:06:00:: 1
-9 funny%5:00:00:strange:00 2
-9 function%2:35:00:: 1
-9 fun%1:04:00:: 1
-9 frequent%3:00:00:: 1
-9 french%3:01:00:: 1
-9 found%2:41:00:: 1
-9 forget%2:31:03:: 3
-9 football%1:04:00:: 1
-9 follow%2:40:00:: 9
-9 fly%2:38:02:: 2
-9 flatness%1:07:00:: 1
-9 flash%2:39:00:: 1
-9 fix%2:30:01:: 1
-9 fit%2:42:01:: 3
-9 first%4:02:03:: 3
-9 first%1:24:00:: 1
-9 field%1:04:00:: 6
-9 feeding%1:04:00:: 1
-9 fate%1:11:00:: 1
-9 false%3:00:00:: 1
-9 faith%1:09:01:: 2
-9 external%3:00:00:: 1
-9 explain%2:32:01:: 2
-9 excitement%1:12:00:: 1
-9 evil%3:00:00:: 1
-9 eternal%5:00:00:permanent:00 1
-9 estimate%2:31:01:: 2
-9 estate%1:21:02:: 1
-9 envy%2:37:01:: 1
-9 envelope%1:06:01:: 1
-9 enthusiastic%3:00:00:: 1
-9 enjoy%2:39:00:: 4
-9 engine%1:06:00:: 1
-9 engage%2:31:00:: 2
-9 employment%1:26:00:: 1
-9 employment%1:04:00:: 2
-9 emphasize%2:30:00:: 2
-9 emerge%2:30:02:: 2
-9 elbow%1:08:00:: 1
-9 elaborate%5:00:00:fancy:00 1
-9 efficiency%1:09:00:: 2
-9 effect%1:09:00:: 3
-9 educator%1:18:00:: 1
-9 dwindle%2:30:00:: 1
-9 dumb%5:00:00:stupid:00 1
-9 drunk%3:00:00:: 1
-9 drop%1:25:00:: 1
-9 drop%1:23:00:: 2
-9 dressed%5:00:00:clothed:00 1
-9 draw%2:38:01:: 6
-9 down%3:00:00:: 1
-9 doom%2:32:01:: 1
-9 dominate%2:42:00:: 1
-9 do%2:36:00:: 8
-9 distal%3:00:01:: 1
-9 dish%1:06:00:: 1
-9 directly%4:02:07:: 3
-9 din%1:11:00:: 1
-9 dilute%2:30:00:: 1
-9 dig%2:35:00:: 1
-9 dice%1:06:00:: 1
-9 diarrhea%1:26:00:: 1
-9 development%1:11:01:: 4
-9 detroit%1:15:00:: 1
-9 determine%2:31:00:: 5
-9 detail%1:24:00:: 2
-9 detail%1:10:00:: 3
-9 desperately%4:02:00:: 1
-9 desire%1:07:00:: 2
-9 deputy%1:18:01:: 1
-9 depend_on%2:31:00:: 2
-9 demand%1:22:00:: 2
-9 delight%1:12:00:: 1
-9 defy%2:42:00:: 1
-9 define%2:42:01:: 3
-9 defensive%3:00:00:: 1
-9 defense%1:04:03:: 2
-9 deed%1:04:00:: 1
-9 declare%2:32:04:: 4
-9 dec%1:28:00:: 1
-9 deal%2:41:00:: 4
-9 dead%1:14:00:: 1
-9 dark%1:26:00:: 1
-9 daily%5:00:00:regular:00 1
-9 cultural%3:01:01:: 1
-9 crouch%2:38:00:: 1
-9 crisis%1:26:00:: 1
-9 creak%2:39:00:: 1
-9 crash%2:38:02:: 1
-9 crash%1:11:01:: 1
-9 cowboy%1:18:00:: 1
-9 cover%1:06:02:: 1
-9 course%1:04:00:: 4
-9 couple%1:14:01:: 2
-9 corridor%1:06:00:: 1
-9 corresponding%5:00:00:related:02 1
-9 correspond%2:42:00:: 1
-9 correlation%1:24:00:: 1
-9 corporal%1:18:00:: 1
-9 corner%1:06:00:: 4
-9 coordinate%2:30:00:: 1
-9 cook%2:36:01:: 1
-9 cook%2:36:00:: 2
-9 convey%2:32:00:: 1
-9 conversion%1:11:00:: 1
-9 concrete%3:00:00:: 1
-9 conclude%2:31:01:: 2
-9 composite%1:09:00:: 1
-9 comply%2:41:00:: 1
-9 compare%2:31:01:: 3
-9 companion%1:18:02:: 2
-9 communication%1:03:00:: 2
-9 communicate%2:32:01:: 1
-9 common%5:00:00:familiar:02 4
-9 come_up%2:36:03:: 1
-9 come_on%2:30:01:: 1
-9 come%2:42:13:: 8
-9 collector%1:18:01:: 1
-9 collaborate%2:41:00:: 1
-9 coincide%2:42:00:: 1
-9 code%1:10:01:: 1
-9 clump%1:14:00:: 1
-9 clue%1:10:00:: 1
-9 club%1:14:00:: 2
-9 clothing%1:06:00:: 1
-9 cling%2:35:00:: 1
-9 client%1:18:00:: 1
-9 claim%2:32:02:: 3
-9 chronic%3:00:00:: 1
-9 chimney%1:06:00:: 1
-9 childhood%1:28:00:: 1
-9 cheap%3:00:00:: 1
-9 characterize%2:32:00:: 1
-9 character%1:09:01:: 4
-9 ceremony%1:11:00:: 1
-9 cellar%1:06:00:: 1
-9 cause%1:10:00:: 2
-9 catch_up_with%2:33:00:: 1
-9 cash%1:21:00:: 1
-9 carve%2:35:01:: 1
-9 carry_on%2:41:00:: 1
-9 care%2:41:13:: 2
-9 care%1:04:01:: 1
-9 capitalism%1:14:00:: 1
-9 capacity%1:26:00:: 2
-9 cancel%2:41:03:: 1
-9 canada%1:15:00:: 1
-9 campaign%1:11:00:: 1
-9 calmly%4:02:00:: 1
-9 call%2:41:04:: 7
-9 call%2:41:00:: 6
-9 call%1:10:01:: 1
-9 business%1:09:00:: 5
-9 burn%2:30:00:: 3
-9 bunk%1:06:03:: 1
-9 brow%1:08:00:: 1
-9 broaden%2:30:01:: 1
-9 bring_out%2:39:00:: 1
-9 bring_about%2:36:00:: 1
-9 bring%2:30:00:: 5
-9 briefly%4:02:03:: 2
-9 break%2:30:06:: 3
-9 bottom%1:15:00:: 1
-9 bomber%1:06:00:: 1
-9 bold%3:00:00:: 1
-9 blush%2:29:00:: 1
-9 blue%1:07:00:: 1
-9 blue%1:06:01:: 2
-9 blame%2:32:01:: 2
-9 black_body%1:17:00:: 1
-9 bigger%5:00:00:large:00 1
-9 bench%1:06:00:: 1
-9 belong%2:42:00:: 2
-9 bell%1:06:00:: 1
-9 begin%2:32:03:: 5
-9 beckon%2:32:00:: 1
-9 beat%2:35:01:: 2
-9 beam%1:10:00:: 1
-9 beam%1:06:00:: 2
-9 battery%1:06:00:: 2
-9 bar%2:32:00:: 1
-9 banker%1:18:00:: 1
-9 away%5:00:00:distant:01 1
-9 awake%3:00:00:: 1
-9 audience%1:14:01:: 2
-9 attack%2:32:00:: 2
-9 at_once%4:02:03:: 2
-9 assure%2:32:01:: 3
-9 assure%2:32:00:: 2
-9 asleep%3:00:00:: 1
-9 as_yet%4:02:00:: 1
-9 arise%2:42:01:: 2
-9 area%1:26:00:: 4
-9 architect%1:18:00:: 1
-9 approach%2:42:00:: 2
-9 approach%1:04:00:: 2
-9 applause%1:10:00:: 1
-9 appeal_to%2:32:00:: 1
-9 appeal%1:10:00:: 1
-9 anywhere%4:02:00:: 1
-9 anxiety%1:12:00:: 2
-9 and_so_on%4:02:00:: 1
-9 analyst%1:18:00:: 1
-9 amend%2:32:00:: 1
-9 ambition%1:12:00:: 1
-9 ambiguous%3:00:04:: 1
-9 along%4:02:00:: 2
-9 all_the_way%4:02:09:: 1
-9 all_right%4:02:01:: 2
-9 all_but%4:02:00:: 1
-9 alert%2:32:00:: 1
-9 albumin%1:27:00:: 1
-9 air%1:07:00:: 4
-9 aid%1:04:00:: 2
-9 agreement%1:10:01:: 1
-9 affirm%2:31:00:: 1
-9 affection%1:12:00:: 1
-9 aerated%5:00:00:treated:00 1
-9 advocate%2:32:00:: 1
-9 administer%2:41:00:: 1
-9 active%3:00:02:: 1
-9 act%1:10:00:: 3
-9 abruptly%4:02:00:: 1
-9 above%4:02:01:: 2
-9 abolish%2:41:00:: 1
-9 ability%1:09:00:: 2
-9 a_trifle%4:02:00:: 1
-9 70%5:00:00:cardinal:00 1
-9 500%5:00:00:cardinal:00 1
-9 3%1:23:00:: 1
-8 yokuts%1:10:00:: 1
-8 yellow%1:07:00:: 1
-8 writing%1:04:02:: 1
-8 write%2:36:01:: 7
-8 wrath%1:12:00:: 1
-8 worth%5:00:00:valuable:00 2
-8 worry%1:09:00:: 1
-8 workbench%1:06:00:: 1
-8 work_out%2:42:00:: 2
-8 words%1:10:02:: 2
-8 withhold%2:40:00:: 1
-8 wing%1:05:00:: 1
-8 willow%1:20:00:: 1
-8 willingness%1:07:00:: 1
-8 whole%1:09:00:: 1
-8 whip%2:35:00:: 1
-8 west%3:00:00:: 1
-8 well%1:06:00:: 1
-8 weird%5:00:00:supernatural:00 1
-8 waste%2:34:05:: 2
-8 warsaw%1:15:00:: 1
-8 warm%3:00:02:: 2
-8 wake_up%2:29:01:: 1
-8 vulnerable%3:00:00:: 1
-8 volume%1:06:00:: 3
-8 voltaire%1:18:00:: 1
-8 voltage%1:19:02:: 1
-8 vitality%1:07:01:: 1
-8 visitor%1:18:00:: 1
-8 vision%1:09:01:: 2
-8 violent%3:00:00:: 1
-8 victim%1:18:00:: 1
-8 vein%1:08:00:: 1
-8 veer%2:38:00:: 1
-8 vague%3:00:04:: 2
-8 utterly%4:02:00:: 1
-8 use%2:34:00:: 3
-8 up%3:00:00:: 1
-8 unmolested%5:00:00:untroubled:00 1
-8 underlie%2:42:00:: 1
-8 undergo%2:39:02:: 2
-8 unaware%3:00:00:: 1
-8 ultrasonic%5:00:00:inaudible:00 1
-8 turn_up%2:30:00:: 1
-8 turn_off%2:35:00:: 1
-8 turn%2:38:02:: 4
-8 tuck%2:35:00:: 1
-8 try_out%2:41:00:: 1
-8 true%5:00:00:genuine:00 2
-8 trouble%1:04:02:: 5
-8 trim%2:35:03:: 1
-8 trained%3:00:00:: 1
-8 trail%2:38:02:: 1
-8 tragedy%1:11:00:: 1
-8 town%1:14:00:: 2
-8 touch%1:11:00:: 1
-8 totally%4:02:00:: 1
-8 top%1:15:02:: 3
-8 title%1:10:00:: 2
-8 titer%1:07:00:: 1
-8 tire%1:06:00:: 1
-8 tighten%2:30:01:: 1
-8 thunder%1:11:00:: 1
-8 through%4:02:00:: 1
-8 thoughtfully%4:02:01:: 1
-8 thoroughly%4:02:00:: 1
-8 think_about%2:31:03:: 2
-8 think%2:31:02:: 4
-8 thereafter%4:02:00:: 1
-8 theoretical%3:00:00:: 1
-8 terribly%4:02:00:: 1
-8 terminate%2:30:01:: 1
-8 term%1:28:00:: 2
-8 ten_thousand%1:23:00:: 1
-8 ten%1:23:00:: 1
-8 temptation%1:09:00:: 1
-8 technical%3:01:01:: 3
-8 team%1:14:01:: 2
-8 taste%1:09:02:: 1
-8 talk%2:32:03:: 3
-8 take_over%2:41:01:: 2
-8 take_care%2:41:12:: 2
-8 take%2:40:07:: 23
-8 system%1:09:02:: 5
-8 symptom%1:26:00:: 1
-8 sympathetic%3:00:00:: 2
-8 swoop%2:38:00:: 1
-8 swear%2:32:03:: 2
-8 sustain%2:42:01:: 1
-8 suspend%2:35:00:: 1
-8 survive%2:42:02:: 2
-8 surplus%1:07:00:: 1
-8 surge%2:38:01:: 1
-8 supply%2:41:00:: 2
-8 sunlight%1:19:00:: 1
-8 summon%2:32:00:: 1
-8 suffering%1:26:01:: 2
-8 suffer%2:31:00:: 4
-8 sue%2:41:00:: 1
-8 subspace%1:14:00:: 1
-8 submit%2:32:00:: 2
-8 strip%1:17:00:: 1
-8 storm%1:19:00:: 1
-8 stone%1:27:00:: 3
-8 stature%1:26:00:: 1
-8 star%1:17:00:: 1
-8 standard_deviation%1:09:00:: 1
-8 stand%2:31:01:: 6
-8 squat%2:35:00:: 1
-8 squad%1:14:01:: 1
-8 spring_up%2:42:00:: 1
-8 sprawl%2:35:00:: 1
-8 spontaneous%3:00:00:: 1
-8 spell_out%2:32:00:: 1
-8 spectacle%1:10:00:: 1
-8 spatial%3:01:00:: 1
-8 span%2:42:00:: 1
-8 south%4:02:00:: 1
-8 source%1:06:00:: 4
-8 sound%3:00:00:: 1
-8 sorry%5:00:00:unhappy:00 1
-8 sore%5:00:00:painful:00 1
-8 solution%1:10:00:: 2
-8 solution%1:09:00:: 3
-8 solid%5:00:00:good:01 1
-8 smell%1:09:02:: 1
-8 smart%3:00:00:: 1
-8 small%5:00:00:young:00 3
-8 slam%2:35:01:: 1
-8 slam%2:35:00:: 2
-8 sink%2:38:01:: 1
-8 silence%1:07:01:: 3
-8 sign%2:32:00:: 3
-8 sick%3:00:01:: 1
-8 show_up%2:30:00:: 1
-8 shopping_center%1:06:00:: 1
-8 shopping%1:04:00:: 1
-8 shelf%1:06:00:: 1
-8 shave%2:29:00:: 1
-8 share_in%2:41:00:: 1
-8 shake%2:38:01:: 3
-8 shadow%1:15:00:: 2
-8 severely%4:02:01:: 1
-8 severe%5:00:00:intense:00 1
-8 settle%2:32:00:: 3
-8 set_up%2:36:01:: 3
-8 service%1:04:00:: 2
-8 separate%2:35:01:: 2
-8 sensitivity%1:09:00:: 1
-8 sense%1:09:04:: 5
-8 scratch%2:35:00:: 2
-8 score%1:10:00:: 2
-8 scene%1:10:01:: 4
-8 say%2:42:00:: 4
-8 say%2:32:04:: 5
-8 satisfy%2:37:00:: 2
-8 satisfy%2:34:01:: 3
-8 russia%1:15:00:: 1
-8 rush%1:04:00:: 1
-8 run%2:35:00:: 7
-8 rotate%2:38:01:: 1
-8 rookie%1:18:00:: 1
-8 roman_catholic%1:18:00:: 1
-8 role%1:07:00:: 3
-8 risk%2:41:00:: 1
-8 rise%2:42:00:: 4
-8 rise%1:11:00:: 1
-8 rip%2:35:00:: 1
-8 reverse%2:30:00:: 1
-8 revenge%1:04:00:: 1
-8 retention%1:04:00:: 1
-8 rest_on%2:35:00:: 1
-8 rest%2:32:00:: 2
-8 resource%1:07:00:: 2
-8 resolve%2:31:01:: 1
-8 republican%1:18:01:: 1
-8 representative%1:18:00:: 1
-8 represent%2:32:00:: 5
-8 repeat%2:30:00:: 3
-8 remainder%1:24:00:: 1
-8 relief%1:26:00:: 2
-8 relative%1:18:00:: 1
-8 relationship%1:26:01:: 3
-8 regular%5:00:00:typical:00 2
-8 regret%2:37:00:: 1
-8 registrant%1:18:00:: 1
-8 reflection%1:09:00:: 1
-8 red%5:00:02:colored:00 2
-8 red%5:00:02:bloody:00 3
-8 recognition%1:09:00:: 2
-8 recently%4:02:01:: 2
-8 receive%2:31:00:: 6
-8 rebuild%2:36:00:: 1
-8 reappear%2:30:00:: 1
-8 realize%2:36:00:: 3
-8 realism%1:06:00:: 1
-8 real%4:02:01:: 1
-8 radish%1:13:00:: 1
-8 radio%1:06:01:: 2
-8 quiver%2:38:00:: 1
-8 quietly%4:02:00:: 1
-8 question%1:07:00:: 4
-8 qualification%1:07:00:: 1
-8 purchase%1:04:00:: 1
-8 pupil%1:18:00:: 1
-8 pull%2:35:02:: 2
-8 protest%2:41:00:: 2
-8 proof%1:10:00:: 2
-8 promise%1:10:00:: 1
-8 promise%1:09:00:: 2
-8 prohibit%2:32:00:: 1
-8 profound%5:00:00:intense:00 2
-8 productive%3:00:00:: 1
-8 product%1:09:00:: 3
-8 procurement%1:04:00:: 1
-8 proceed%2:41:00:: 3
-8 privilege%1:07:02:: 1
-8 primitive%5:00:02:early:02 1
-8 primary%5:00:00:underived:00 2
-8 presidential%3:01:00:: 1
-8 present-day%5:00:00:current:00 1
-8 prepare%2:36:02:: 3
-8 prepare%2:36:00:: 4
-8 preacher%1:18:00:: 1
-8 point%2:42:00:: 2
-8 point%2:33:00:: 3
-8 plight%1:26:00:: 1
-8 play%2:36:01:: 7
-8 play%1:04:05:: 3
-8 plant%2:35:00:: 1
-8 planetary%3:01:00:: 1
-8 plain%5:00:00:obvious:00 1
-8 pillow%1:06:00:: 1
-8 pile%2:35:00:: 1
-8 piece%1:17:00:: 3
-8 philosophy%1:09:00:: 2
-8 persist%2:30:01:: 2
-8 performer%1:18:00:: 1
-8 pen%1:06:00:: 1
-8 pegboard%1:06:00:: 1
-8 pattern%1:09:03:: 4
-8 path%1:06:00:: 2
-8 pass%2:42:08:: 6
-8 pass%2:38:01:: 7
-8 partner%1:18:01:: 1
-8 part%1:21:00:: 8
-8 parlor%1:06:00:: 1
-8 overwhelming%5:00:00:irresistible:00 1
-8 overhear%2:39:00:: 1
-8 overcome%2:37:00:: 3
-8 overall%5:00:00:gross:00 2
-8 other%5:00:00:past:00 3
-8 orthography%1:10:00:: 1
-8 original%5:00:00:primary:00 2
-8 organ%1:08:00:: 1
-8 order%1:07:01:: 2
-8 or_so%4:02:00:: 1
-8 operation%1:04:04:: 3
-8 operation%1:04:03:: 4
-8 opening%3:00:00:: 1
-8 officer%1:18:01:: 3
-8 ocean%1:17:00:: 1
-8 occupy%2:41:00:: 2
-8 notice%1:10:01:: 1
-8 noon%1:28:00:: 1
-8 non-catholic%1:18:00:: 1
-8 no.%1:23:00:: 1
-8 neurosis%1:26:00:: 1
-8 nephew%1:18:00:: 1
-8 nearby%5:00:00:near:00 1
-8 naval%3:01:00:: 1
-8 narrative%1:10:00:: 1
-8 nail%2:35:00:: 1
-8 move%1:04:00:: 1
-8 mount%2:30:00:: 2
-8 motionless%5:00:00:nonmoving:00 1
-8 motion%1:10:00:: 1
-8 more_and_more%4:02:00:: 1
-8 morality%1:07:00:: 1
-8 moral%3:00:00:: 2
-8 monkey%1:05:00:: 1
-8 modernization%1:04:00:: 1
-8 mission%1:04:01:: 2
-8 mission%1:04:00:: 3
-8 misery%1:26:00:: 1
-8 mirror%1:06:00:: 1
-8 minute%1:28:01:: 2
-8 mid%5:00:00:middle:00 1
-8 meteorite%1:17:00:: 1
-8 merchant%1:18:00:: 1
-8 mention%1:10:01:: 1
-8 menace%1:26:00:: 1
-8 melody%1:10:00:: 1
-8 meet%2:33:00:: 10
-8 mechanism%1:22:00:: 1
-8 meaningful%3:00:00:: 1
-8 mean%2:31:01:: 6
-8 master%1:18:00:: 1
-8 martyr%1:18:00:: 1
-8 marksman%1:18:00:: 1
-8 marble%1:27:00:: 1
-8 management%1:14:00:: 2
-8 male%3:00:00:: 1
-8 maker%1:18:00:: 1
-8 make_out%2:39:00:: 1
-8 make%2:36:12:: 16
-8 maintain%2:32:00:: 4
-8 machine_gun%1:06:00:: 1
-8 lurk%2:42:01:: 1
-8 lunar%3:01:00:: 1
-8 luck%1:26:00:: 1
-8 lookup%1:22:00:: 1
-8 look_up%2:32:00:: 1
-8 look_to%2:31:00:: 1
-8 look%2:39:02:: 4
-8 lock%2:35:00:: 1
-8 load%2:35:01:: 1
-8 livestock%1:05:00:: 1
-8 little%5:00:00:unimportant:00 6
-8 line%1:14:02:: 10
-8 likewise%4:02:00:: 1
-8 lightning%1:19:00:: 1
-8 legislator%1:18:00:: 1
-8 lecture%1:10:00:: 1
-8 leave%2:40:06:: 10
-8 leave%2:40:00:: 11
-8 lead%2:36:00:: 10
-8 layer%1:06:00:: 1
-8 lay_down%2:31:00:: 1
-8 laugh_at%2:32:00:: 1
-8 label%2:32:00:: 1
-8 known_as%5:00:00:titled:00 1
-8 killer%1:18:00:: 1
-8 key%5:00:00:important:00 1
-8 keep%2:40:01:: 7
-8 judge%2:31:00:: 2
-8 join%2:41:01:: 3
-8 italian%3:01:00:: 1
-8 isolated%5:00:00:sporadic:00 1
-8 ion%1:17:00:: 1
-8 investigator%1:18:01:: 1
-8 investigation%1:04:00:: 2
-8 interview%2:32:00:: 1
-8 interval%1:09:00:: 2
-8 international%5:00:00:foreign:02 2
-8 interlobular%3:01:00:: 1
-8 insect%1:05:00:: 1
-8 infinite%3:00:00:: 1
-8 individual%5:00:00:independent:00 2
-8 indirect%5:00:00:mediate:00 1
-8 indignation%1:12:00:: 1
-8 indefinite%3:00:00:: 1
-8 include%2:41:03:: 4
-8 incident%3:01:00:: 1
-8 in_short%4:02:01:: 1
-8 in_any_case%4:02:00:: 1
-8 in%4:02:00:: 2
-8 impurity%1:27:00:: 1
-8 impress%2:37:00:: 2
-8 image%1:06:00:: 3
-8 illinois%1:15:00:: 1
-8 ideal%5:00:00:perfect:00 1
-8 hurt%2:39:00:: 1
-8 hurt%2:29:01:: 2
-8 hurry%2:30:00:: 2
-8 humor%1:10:00:: 1
-8 humor%1:07:01:: 2
-8 humanity%1:14:00:: 1
-8 how%4:02:01:: 2
-8 household%1:14:00:: 1
-8 host%1:18:02:: 1
-8 hit%2:35:05:: 5
-8 hit%2:33:01:: 6
-8 highest%5:00:00:maximal:00 1
-8 here_and_there%4:02:00:: 1
-8 hear%2:39:01:: 4
-8 haze%1:19:00:: 1
-8 have_on%2:29:00:: 1
-8 have_in_mind%2:31:01:: 1
-8 have%2:32:00:: 14
-8 hastily%4:02:00:: 1
-8 harbor%1:15:00:: 1
-8 hang_up%2:35:00:: 1
-8 halt%2:38:05:: 1
-8 guilt%1:26:00:: 1
-8 guide%2:41:00:: 3
-8 guidance%1:10:00:: 1
-8 guarantee%2:32:00:: 1
-8 grow%2:30:04:: 5
-8 gross%3:00:00:: 1
-8 grim%5:00:00:implacable:00 1
-8 grasp%2:31:00:: 2
-8 grandmother%1:18:00:: 1
-8 govern%2:41:01:: 2
-8 gold%1:21:00:: 1
-8 gold%1:07:00:: 2
-8 go_through%2:39:00:: 1
-8 gnp%1:21:00:: 1
-8 give%2:32:03:: 18
-8 girl%1:18:04:: 3
-8 gift%1:21:00:: 1
-8 get_away%2:38:00:: 1
-8 generation%1:14:01:: 1
-8 gaze%1:04:00:: 1
-8 gallop%2:38:00:: 1
-8 fur%1:27:00:: 1
-8 funeral%1:11:00:: 1
-8 from_time_to_time%4:02:00:: 1
-8 fringe%1:25:00:: 1
-8 freely%4:02:00:: 1
-8 fourteen%5:00:00:cardinal:00 1
-8 forward%3:00:01:: 1
-8 formulate%2:32:03:: 1
-8 formula%1:10:00:: 1
-8 form%1:03:00:: 6
-8 forehead%1:08:00:: 1
-8 force%2:32:00:: 4
-8 foot%1:15:00:: 3
-8 follow%2:42:03:: 10
-8 follow%2:36:00:: 11
-8 flower%1:20:02:: 2
-8 flesh%1:08:01:: 2
-8 first_step%1:04:00:: 1
-8 firing%1:04:03:: 1
-8 finish%2:42:00:: 3
-8 fill%2:42:00:: 3
-8 figure%2:42:00:: 2
-8 figure%1:25:00:: 6
-8 figure%1:21:00:: 7
-8 figure%1:07:00:: 8
-8 fight%2:41:00:: 3
-8 fierce%5:00:00:violent:00 1
-8 field%1:26:00:: 7
-8 field%1:15:02:: 8
-8 fellow%5:00:00:related:02 1
-8 feeling%1:09:01:: 4
-8 fault%1:04:00:: 1
-8 fashion%2:36:00:: 1
-8 family%1:14:04:: 3
-8 fall_asleep%2:29:00:: 1
-8 factor%1:09:00:: 2
-8 f%1:23:02:: 1
-8 eye%1:09:00:: 2
-8 extract%2:35:04:: 1
-8 exploit%2:34:00:: 1
-8 explanation%1:09:00:: 2
-8 experience%2:39:00:: 3
-8 expanding%5:00:00:increasing:00 1
-8 exhibition%1:04:00:: 1
-8 exclaim%2:32:00:: 1
-8 excitedly%4:02:00:: 1
-8 excite%2:37:02:: 1
-8 exception%1:09:01:: 2
-8 exceed%2:42:00:: 2
-8 exact%3:00:00:: 1
-8 evaluation%1:04:00:: 1
-8 etcetera%1:06:00:: 1
-8 essential%5:00:00:important:00 3
-8 escape%2:32:00:: 2
-8 equation%1:10:00:: 1
-8 equate%2:31:00:: 1
-8 enterprise%1:04:00:: 1
-8 enter%2:42:00:: 4
-8 energy%1:07:00:: 2
-8 enemy%5:00:00:hostile:02 1
-8 encounter%2:40:00:: 2
-8 electricity%1:19:00:: 1
-8 eighteen%5:00:00:cardinal:00 1
-8 effective%5:00:00:efficacious:00 3
-8 eastern%5:00:00:east:00 1
-8 duly%4:02:00:: 1
-8 dress%2:29:01:: 2
-8 draw_back%2:38:00:: 1
-8 doubtless%4:02:00:: 1
-8 domestic%3:01:00:: 2
-8 divorce%1:04:00:: 1
-8 disturb%2:37:00:: 1
-8 dilemma%1:09:00:: 1
-8 differently%4:02:00:: 1
-8 diet%1:13:00:: 1
-8 dictate%2:32:00:: 1
-8 destruction%1:04:00:: 1
-8 despise%2:37:00:: 1
-8 despair%1:12:00:: 2
-8 design%2:36:00:: 4
-8 depth%1:07:01:: 2
-8 depending_on%5:00:00:conditional:00 1
-8 dependent%3:00:00:: 1
-8 departure%1:04:00:: 1
-8 department_store%1:06:00:: 1
-8 denver%1:15:00:: 1
-8 demonstration%1:04:00:: 1
-8 democratic%3:01:00:: 2
-8 delayed%3:00:00:: 1
-8 delay%2:30:00:: 1
-8 definitely%4:02:00:: 1
-8 decomposition%1:09:00:: 1
-8 decisive%3:00:00:: 1
-8 dear%5:00:00:loved:00 1
-8 dealer%1:18:02:: 1
-8 deal%1:04:02:: 1
-8 danger%1:04:00:: 2
-8 dancer%1:18:00:: 1
-8 damned%5:00:00:cursed:00 1
-8 cyclist%1:18:00:: 1
-8 cut_off%2:32:00:: 1
-8 cut_down%2:30:00:: 1
-8 cure%1:06:00:: 1
-8 cultural%5:00:00:social:00 2
-8 culminate%2:30:00:: 1
-8 crop%1:20:00:: 1
-8 crisis%1:11:00:: 2
-8 crest%1:15:00:: 1
-8 cover%1:06:01:: 2
-8 count_on%2:31:00:: 1
-8 council%1:14:01:: 1
-8 convey%2:32:01:: 2
-8 controversy%1:10:00:: 1
-8 contract%2:32:00:: 1
-8 contest%1:11:00:: 1
-8 content%1:10:00:: 2
-8 contemplate%2:39:00:: 1
-8 consistently%4:02:00:: 1
-8 consist_of%2:42:01:: 2
-8 connect%2:35:00:: 1
-8 concentrate%2:30:01:: 1
-8 conceal%2:39:01:: 1
-8 comprise%2:42:01:: 1
-8 comprehensive%3:00:00:: 1
-8 composed%5:00:00:combined:00 1
-8 comparison%1:24:00:: 2
-8 community%1:14:03:: 2
-8 communicate%2:32:00:: 2
-8 common_man%1:18:00:: 1
-8 commence%2:30:00:: 1
-8 command%2:32:00:: 2
-8 come_up%2:30:00:: 2
-8 column%1:14:01:: 3
-8 collect%2:35:01:: 4
-8 collapse%2:38:00:: 1
-8 co-optation%1:04:00:: 1
-8 closed%3:00:01:: 1
-8 close%1:28:00:: 1
-8 clear%5:00:00:clearheaded:00 2
-8 clean_up%2:30:03:: 1
-8 classification%1:04:00:: 1
-8 classical%3:00:00:: 1
-8 claimant%1:18:00:: 1
-8 civilian%3:00:00:: 1
-8 circumstance%1:26:02:: 2
-8 chuckle%2:29:00:: 1
-8 choke%2:29:00:: 1
-8 choice%1:04:00:: 2
-8 childish%5:00:00:immature:02 1
-8 charming%5:00:00:pleasing:00 1
-8 characterize%2:42:01:: 2
-8 chapel%1:06:00:: 1
-8 chance%1:19:00:: 2
-8 chairman%1:18:01:: 1
-8 certain%3:00:01:: 3
-8 centrifuge%2:38:00:: 1
-8 cause%1:04:01:: 3
-8 cathode%1:06:00:: 1
-8 catch%2:35:01:: 5
-8 catch%2:35:00:: 4
-8 carry%2:38:03:: 3
-8 carry%2:32:02:: 4
-8 carpenter%1:18:00:: 1
-8 career%1:04:01:: 2
-8 capability%1:07:00:: 1
-8 calm%5:00:00:peaceful:00 2
-8 call_on%2:32:00:: 1
-8 button%1:06:00:: 1
-8 buffer%1:27:00:: 1
-8 buckskin%1:05:00:: 1
-8 brush%1:06:00:: 2
-8 break%2:35:01:: 4
-8 break%2:30:10:: 5
-8 box%1:06:02:: 2
-8 bother%2:41:01:: 3
-8 bomb%1:06:00:: 1
-8 bodybuilder%1:18:00:: 1
-8 body_weight%1:07:00:: 1
-8 bloody%3:00:00:: 1
-8 blockade%1:04:00:: 1
-8 bloat%1:26:00:: 1
-8 birthday%1:28:00:: 1
-8 binomial_distribution%1:09:00:: 1
-8 bind%2:35:06:: 1
-8 big%5:00:00:significant:00 2
-8 biblical%3:01:00:: 1
-8 better%5:00:00:advisable:00 3
-8 betray%2:32:01:: 1
-8 belly%1:08:00:: 1
-8 behavior%1:26:00:: 2
-8 behavior%1:07:00:: 3
-8 beginning%1:28:00:: 2
-8 beat%2:35:00:: 3
-8 beard%1:08:00:: 1
-8 bawl%2:32:00:: 1
-8 battle_cry%1:10:00:: 1
-8 battle%1:04:01:: 2
-8 barrel%1:06:01:: 1
-8 baptize%2:32:00:: 1
-8 band%1:14:00:: 2
-8 baltimore%1:15:00:: 1
-8 ballplayer%1:18:00:: 1
-8 bag%1:06:00:: 1
-8 badness%1:07:00:: 1
-8 background%1:07:00:: 1
-8 back_and_forth%4:02:00:: 1
-8 b%1:14:00:: 1
-8 axe%1:06:00:: 1
-8 awaken%2:29:01:: 2
-8 awaken%2:29:00:: 1
-8 augment%2:30:01:: 1
-8 attorney%1:18:00:: 1
-8 attack%2:33:01:: 3
-8 at_the_same_time%5:00:00:synchronous:00 1
-8 at_the_same_time%4:02:05:: 2
-8 at_present%4:02:00:: 1
-8 at_a_time%4:02:00:: 1
-8 astonishment%1:12:00:: 1
-8 artillery%1:06:00:: 1
-8 arise%2:38:00:: 3
-8 area%1:06:00:: 5
-8 arbitrary%3:00:00:: 1
-8 appoint%2:41:00:: 2
-8 application%1:10:00:: 2
-8 appeal%1:07:00:: 2
-8 appeal%1:04:00:: 3
-8 apparent%5:00:00:superficial:00 2
-8 anticipate%2:31:00:: 1
-8 anglican%3:01:00:: 1
-8 angel%1:18:00:: 1
-8 anecdote%1:10:00:: 1
-8 andrena%1:05:00:: 1
-8 ample%3:00:00:: 1
-8 alveolar%3:01:00:: 1
-8 allow_for%2:42:00:: 1
-8 allow%2:31:01:: 4
-8 all_too%4:02:00:: 1
-8 all_the_time%4:02:01:: 1
-8 aim%2:33:00:: 1
-8 agreement%1:07:00:: 2
-8 agglutinin%1:27:00:: 1
-8 affairs%1:09:00:: 1
-8 admission%1:04:00:: 1
-8 admire%2:39:00:: 2
-8 admiration%1:12:01:: 1
-8 administration%1:04:00:: 1
-8 actual%5:00:00:real:00 2
-8 accordance%1:10:00:: 1
-8 accompany%2:38:00:: 2
-8 accept%2:40:03:: 5
-8 absorb%2:35:01:: 1
-8 absence%1:04:00:: 2
-8 abroad%4:02:00:: 1
-8 23%5:00:00:cardinal:00 1
-8 19%5:00:00:cardinal:00 1
-8 15th%5:00:00:ordinal:00 1
-8 15_minutes%1:28:00:: 1
-7 young%1:05:00:: 1
-7 yell%1:10:00:: 1
-7 yank%1:18:02:: 1
-7 writhe%2:38:00:: 1
-7 worried%5:00:00:troubled:00 1
-7 working%5:00:00:employed:00 1
-7 witness%2:39:01:: 2
-7 witness%1:18:00:: 1
-7 widen%2:30:00:: 1
-7 wheel%2:38:00:: 1
-7 way%4:02:00:: 1
-7 way%1:07:02:: 9
-7 wax%1:27:00:: 1
-7 wave%1:11:00:: 3
-7 wash%2:35:00:: 3
-7 wake_up%2:29:00:: 2
-7 wake%2:29:00:: 1
-7 wail%2:32:00:: 1
-7 voter%1:18:00:: 1
-7 visit%1:14:00:: 2
-7 vision%1:09:02:: 3
-7 violate%2:42:00:: 1
-7 vine%1:20:00:: 1
-7 view%1:15:00:: 4
-7 veteran%1:18:02:: 1
-7 version%1:10:01:: 1
-7 version%1:09:01:: 2
-7 verify%2:31:01:: 1
-7 vary%2:42:01:: 3
-7 variety%1:07:00:: 2
-7 valor%1:07:00:: 1
-7 useless%3:00:00:: 1
-7 use%1:07:02:: 3
-7 uphold%2:42:00:: 1
-7 unite%2:41:00:: 1
-7 unite%2:30:00:: 2
-7 unfortunate%3:00:00:: 1
-7 unexpected%3:00:00:: 1
-7 undermine%2:41:00:: 1
-7 underlying%5:00:00:implicit:00 1
-7 underground%5:00:00:subsurface:00 1
-7 typically%4:02:00:: 1
-7 type%1:18:00:: 2
-7 turn_back%2:38:00:: 1
-7 turn%2:30:00:: 5
-7 turn%1:25:00:: 1
-7 tug%2:35:00:: 1
-7 tube%1:06:02:: 2
-7 tub%1:06:01:: 1
-7 truth%1:26:00:: 2
-7 trembling%5:00:00:unsteady:00 1
-7 treasury%1:21:00:: 1
-7 travel%1:04:00:: 1
-7 transportation%1:06:00:: 1
-7 translate%2:30:01:: 2
-7 tramp%2:38:00:: 1
-7 tragic%5:00:00:sad:00 1
-7 top%5:00:00:important:00 2
-7 tolerate%2:31:00:: 1
-7 together%4:02:01:: 6
-7 tired_of%5:00:00:displeased:00 1
-7 time%1:28:03:: 7
-7 thrust%2:38:02:: 2
-7 throw%2:35:07:: 3
-7 throw%2:35:02:: 4
-7 threshold%1:28:00:: 1
-7 thoroughly%4:02:01:: 2
-7 things%1:21:00:: 1
-7 thin%5:00:00:narrow:00 3
-7 thick%5:00:00:concentrated:00 2
-7 therapy%1:04:00:: 1
-7 theater%1:06:00:: 1
-7 thanks%1:10:00:: 1
-7 textile%1:06:00:: 1
-7 test%1:04:02:: 2
-7 terminal%5:00:00:last:00 1
-7 tentative%5:00:00:conditional:00 1
-7 tears%1:04:00:: 1
-7 tear%2:35:01:: 2
-7 taste%1:12:02:: 2
-7 tank%1:06:01:: 1
-7 talk_into%2:32:00:: 1
-7 take_out%2:41:01:: 1
-7 take_a_look%2:39:00:: 1
-7 take%2:30:08:: 24
-7 tactual%3:01:00:: 1
-7 system%1:08:00:: 6
-7 synthetic%5:00:00:artificial:00 1
-7 sympathy%1:12:00:: 2
-7 symmetric%3:00:00:: 1
-7 suspended%5:00:01:supported:00 1
-7 surplus%5:00:00:unnecessary:00 1
-7 suit%2:42:05:: 1
-7 suffering%1:12:02:: 3
-7 suffer%2:30:00:: 5
-7 submarine%1:06:00:: 1
-7 subject%5:00:01:taxable:00 1
-7 style%1:10:00:: 2
-7 style%1:09:01:: 3
-7 struggle%2:35:00:: 2
-7 structure%1:09:00:: 3
-7 strip%2:40:03:: 1
-7 strike%2:33:00:: 4
-7 strike%1:04:00:: 1
-7 strictly%4:02:00:: 1
-7 straighten%2:38:00:: 1
-7 straight_line%1:25:00:: 1
-7 straight%4:02:04:: 2
-7 story%1:06:00:: 3
-7 storage%1:04:01:: 1
-7 stop%2:38:02:: 4
-7 stop%2:38:01:: 5
-7 stoop%2:38:00:: 1
-7 stolid%5:00:00:unemotional:00 1
-7 stir%2:38:01:: 1
-7 stick%1:06:00:: 1
-7 step%2:38:01:: 2
-7 step%1:04:00:: 3
-7 stay%2:38:01:: 5
-7 statistic%1:09:00:: 1
-7 start_out%2:30:00:: 1
-7 start%2:38:04:: 7
-7 start%2:38:01:: 8
-7 stand_still%2:38:00:: 1
-7 square%3:00:00:: 1
-7 sponsor%2:40:01:: 2
-7 splendid%5:00:00:beautiful:00 1
-7 spiritual%5:00:00:sacred:00 1
-7 spirit%1:18:00:: 4
-7 spiral%1:25:00:: 1
-7 speed%2:38:03:: 1
-7 speech%1:10:00:: 2
-7 specificity%1:07:01:: 1
-7 special%5:00:00:uncommon:00 3
-7 spare%2:41:00:: 1
-7 southern%5:00:02:south:00 2
-7 son_of_a_bitch%1:18:00:: 1
-7 somehow%4:02:01:: 2
-7 some%5:00:00:much(a):00 5
-7 some%5:00:00:many:00 3
-7 solder%2:35:00:: 1
-7 social%3:00:00:: 2
-7 so_far%4:02:00:: 1
-7 so%4:02:07:: 4
-7 snap%2:32:00:: 1
-7 smooth%2:35:00:: 1
-7 slug%2:35:00:: 1
-7 slip%2:30:04:: 2
-7 slight%5:00:00:weak:00 1
-7 slash%2:35:01:: 1
-7 skirmisher%1:18:00:: 1
-7 skip%2:31:01:: 1
-7 skiff%1:06:00:: 1
-7 sixty%5:00:00:cardinal:00 1
-7 sip%2:34:00:: 1
-7 single%1:04:00:: 1
-7 sin%2:41:00:: 1
-7 simply%4:02:02:: 3
-7 silly%5:00:00:foolish:00 1
-7 significance%1:09:01:: 2
-7 sick%5:00:02:ill:01 2
-7 shut%3:00:00:: 1
-7 show%2:32:04:: 11
-7 short%3:00:03:: 3
-7 shop%2:40:00:: 1
-7 shoot%2:32:01:: 4
-7 ship%2:38:00:: 1
-7 sheriff%1:18:00:: 1
-7 sex%1:14:00:: 2
-7 settlement%1:14:00:: 1
-7 settle%2:30:00:: 4
-7 setting%1:15:00:: 1
-7 serve%2:42:02:: 8
-7 series%1:10:01:: 2
-7 separate%2:31:01:: 3
-7 sentiment%1:12:00:: 1
-7 sensor%1:06:00:: 1
-7 sensitive%3:00:02:: 2
-7 self%1:18:00:: 2
-7 see%2:41:14:: 14
-7 seated%3:00:00:: 1
-7 scientist%1:18:00:: 1
-7 scholarship%1:21:00:: 1
-7 scholar%1:18:00:: 1
-7 scene%1:26:00:: 5
-7 scene%1:10:00:: 6
-7 scattered%5:00:00:distributed:00 1
-7 scar%1:26:00:: 1
-7 savagely%4:02:00:: 1
-7 satisfactory%5:00:00:good:01 2
-7 satisfactorily%4:02:00:: 1
-7 satire%1:10:00:: 1
-7 sample%2:34:00:: 1
-7 sadly%4:02:00:: 1
-7 sacrifice%1:04:01:: 1
-7 rustle%2:39:00:: 1
-7 rural%3:01:01:: 2
-7 run_a_risk%2:41:00:: 1
-7 run%2:42:07:: 8
-7 run%2:33:06:: 9
-7 rule%1:10:01:: 4
-7 roman_catholic_church%1:14:00:: 1
-7 roll%2:42:00:: 3
-7 roar%2:32:03:: 2
-7 roam%2:38:00:: 1
-7 ring%2:39:04:: 2
-7 rhythm%1:10:01:: 1
-7 revolutionary%5:00:00:new:00 1
-7 reverse%2:30:01:: 2
-7 retire%2:41:02:: 2
-7 resulting%5:00:00:subsequent:00 1
-7 restaurant%1:06:00:: 1
-7 respond%2:32:00:: 2
-7 resort%2:41:11:: 1
-7 resistor%1:06:00:: 1
-7 reserve%2:40:03:: 1
-7 resemblance%1:07:00:: 1
-7 request%2:32:02:: 2
-7 republic%1:14:00:: 1
-7 reproach%1:10:00:: 1
-7 represent%2:42:01:: 6
-7 replace%2:35:00:: 3
-7 repel%2:35:00:: 1
-7 repeat%2:32:01:: 4
-7 repay%2:40:00:: 1
-7 renew%2:36:00:: 1
-7 relevance%1:24:00:: 1
-7 relate%2:32:00:: 3
-7 rehabilitation%1:04:01:: 1
-7 registration%1:04:00:: 1
-7 register%2:41:00:: 1
-7 regimental%3:01:00:: 1
-7 refund%1:21:00:: 1
-7 red%5:00:00:colored:00 4
-7 red%1:17:00:: 2
-7 recruit%2:41:01:: 1
-7 record%1:23:00:: 3
-7 reconsider%2:31:00:: 1
-7 reciprocal%3:00:00:: 1
-7 rebut%2:32:00:: 1
-7 rear%2:38:00:: 1
-7 reaction%1:04:00:: 3
-7 raw%5:00:00:unprocessed:00 1
-7 ration%1:13:01:: 1
-7 rating%1:09:00:: 1
-7 range%1:15:02:: 4
-7 raise%2:41:00:: 6
-7 raise%2:36:01:: 7
-7 quirt%1:06:00:: 1
-7 quietly%4:02:01:: 2
-7 quick%4:02:00:: 1
-7 quarter%1:23:01:: 1
-7 quantity%1:07:00:: 2
-7 push%2:32:01:: 2
-7 public_law%1:10:00:: 1
-7 providence%1:15:00:: 1
-7 protrude%2:42:00:: 1
-7 proportion%1:07:00:: 2
-7 propagandist%1:18:00:: 1
-7 project%2:32:00:: 1
-7 profession%1:14:00:: 1
-7 probe%2:32:00:: 1
-7 privately%4:02:00:: 1
-7 priority%1:26:00:: 1
-7 principle%1:09:00:: 3
-7 primary%5:00:00:important:00 3
-7 press%2:32:00:: 2
-7 present%2:42:00:: 5
-7 prescribe%2:32:00:: 1
-7 prepare_for%2:30:00:: 1
-7 precious%5:00:00:loved:00 1
-7 preceding%3:00:00:: 1
-7 practice%2:31:00:: 2
-7 power%1:26:00:: 4
-7 power%1:18:00:: 5
-7 power%1:10:00:: 6
-7 poverty%1:26:00:: 1
-7 pour%2:38:00:: 2
-7 potter%1:18:00:: 1
-7 potential%3:00:00:: 1
-7 position%1:07:00:: 7
-7 pose%2:42:00:: 1
-7 populate%2:42:00:: 1
-7 polish%2:35:00:: 1
-7 poland%1:15:00:: 1
-7 poke%2:35:01:: 1
-7 point_out%2:32:03:: 2
-7 pleasing%3:00:00:: 1
-7 planter%1:18:00:: 1
-7 place%2:31:01:: 3
-7 place%1:26:01:: 6
-7 pitching%1:04:00:: 1
-7 pig%1:05:00:: 1
-7 piece%1:10:01:: 4
-7 physician%1:18:00:: 1
-7 physically%4:02:00:: 1
-7 photographic%3:01:00:: 1
-7 phone%2:32:00:: 1
-7 philosophical%3:01:00:: 1
-7 ph%1:07:00:: 1
-7 personally%4:02:01:: 1
-7 period_of_time%1:28:00:: 1
-7 perfection%1:26:00:: 1
-7 penetrate%2:35:00:: 1
-7 pencil%1:06:00:: 1
-7 pay_attention%2:39:00:: 1
-7 patch%1:07:00:: 1
-7 passionate%3:00:00:: 1
-7 passing%1:04:03:: 1
-7 pass%2:30:00:: 8
-7 partner%1:18:00:: 2
-7 particular%1:09:00:: 1
-7 partially%4:02:00:: 1
-7 part%1:09:00:: 9
-7 panic%1:12:00:: 1
-7 pair%1:14:00:: 3
-7 paint%1:06:00:: 1
-7 packet%1:14:00:: 1
-7 outside%1:15:01:: 1
-7 outfit%1:14:00:: 1
-7 otherwise%4:02:03:: 2
-7 originate_in%2:42:00:: 1
-7 order%1:26:00:: 3
-7 orange%5:00:00:chromatic:00 1
-7 or_else%4:02:01:: 1
-7 opposition%1:04:01:: 1
-7 operational%3:01:00:: 1
-7 open%5:00:00:public:00 4
-7 one-third%1:23:00:: 1
-7 one-half%1:23:00:: 1
-7 on_the_job%5:00:00:employed:00 1
-7 on_it%4:02:00:: 1
-7 old_boy%1:18:02:: 1
-7 of_a_sudden%4:02:00:: 1
-7 odor%1:07:00:: 1
-7 odd%3:00:00:: 1
-7 occupy%2:42:00:: 3
-7 occupation%1:04:00:: 1
-7 obvious%5:00:00:palpable:00 2
-7 observed%5:00:00:determined:00 1
-7 obliged%5:00:00:obligated(p):00 1
-7 north%3:00:00:: 1
-7 next%5:00:00:incoming:00 2
-7 negligible%5:00:00:minimal:00 1
-7 necessity%1:17:00:: 2
-7 nearby%4:02:00:: 1
-7 naturally%4:02:01:: 2
-7 nationalism%1:07:00:: 1
-7 multiply%2:30:00:: 2
-7 muffled%5:00:00:soft:04 1
-7 muddy%5:00:00:wet:01 1
-7 move_on%2:38:00:: 1
-7 move%2:29:06:: 6
-7 motion%1:11:00:: 2
-7 monument%1:06:00:: 1
-7 momentum%1:07:00:: 1
-7 moisture%1:26:00:: 1
-7 mix%2:30:00:: 1
-7 mistake%2:31:02:: 1
-7 missouri%1:15:00:: 1
-7 mission%1:04:02:: 4
-7 miracle%1:11:00:: 1
-7 mild%3:00:00:: 1
-7 midnight%1:28:00:: 1
-7 microscope%1:06:00:: 1
-7 metropolis%1:15:00:: 1
-7 messenger%1:18:00:: 1
-7 meet%2:42:00:: 11
-7 matter%1:03:00:: 3
-7 material%1:06:00:: 3
-7 mate%2:35:00:: 1
-7 map%1:06:00:: 1
-7 manner%1:09:01:: 3
-7 making%1:04:00:: 1
-7 make_it%2:42:00:: 1
-7 major_axis%1:09:00:: 1
-7 loyalty%1:07:00:: 1
-7 lover%1:18:00:: 1
-7 lose%2:35:00:: 4
-7 loom%2:42:02:: 1
-7 look_out%2:39:00:: 1
-7 look_forward%2:31:00:: 1
-7 log%1:27:01:: 1
-7 lock%2:35:01:: 2
-7 living%5:00:01:alive(p):01 9
-7 living%1:09:00:: 1
-7 lively%3:00:00:: 1
-7 liquor%1:27:00:: 2
-7 line%2:42:00:: 1
-7 light%1:15:00:: 5
-7 lieutenant%1:18:00:: 2
-7 lick%2:35:00:: 2
-7 liberty%1:26:01:: 1
-7 letter%1:10:01:: 2
-7 let_down%2:38:00:: 1
-7 less%1:23:00:: 1
-7 lend%2:40:01:: 1
-7 lend%2:40:00:: 2
-7 leg%1:08:02:: 2
-7 leave%2:40:01:: 12
-7 learned%5:00:00:scholarly:00 1
-7 lead%1:07:02:: 1
-7 lay_out%2:35:00:: 1
-7 lately%4:02:00:: 1
-7 last%2:42:01:: 2
-7 land%1:15:02:: 5
-7 lag%2:38:00:: 1
-7 knock%2:35:04:: 1
-7 kitten%1:05:00:: 1
-7 kiss%1:04:00:: 1
-7 kind_of%4:02:00:: 1
-7 kick%2:35:00:: 3
-7 jupiter%1:17:00:: 1
-7 join%2:35:00:: 4
-7 jesus%1:18:00:: 1
-7 iodide%1:27:00:: 1
-7 invite%2:37:01:: 1
-7 investment%1:04:00:: 1
-7 invest%2:40:00:: 1
-7 invade%2:33:00:: 1
-7 introduce%2:38:00:: 4
-7 intricate%5:00:00:complex:00 1
-7 interview%1:10:01:: 1
-7 intersect%2:38:00:: 1
-7 interest%1:21:03:: 5
-7 intelligence%1:09:00:: 1
-7 insurance%1:21:02:: 1
-7 injury%1:11:00:: 2
-7 injured%3:00:00:: 1
-7 inherent%5:00:00:intrinsic:00 1
-7 infectious%5:00:00:septic:00 1
-7 individually%4:02:00:: 1
-7 indirectly%4:02:00:: 1
-7 increase%1:22:00:: 3
-7 in_truth%4:02:01:: 1
-7 in_common%4:02:00:: 1
-7 in_a_way%4:02:02:: 1
-7 improvement%1:11:00:: 1
-7 improvement%1:04:00:: 2
-7 impose%2:32:00:: 2
-7 impart%2:40:00:: 1
-7 imaginary%5:00:00:unreal:00 1
-7 ignore%2:39:00:: 3
-7 identify%2:32:00:: 2
-7 identification%1:12:00:: 2
-7 ideal%1:09:00:: 1
-7 hymn%1:10:00:: 1
-7 hunter%1:18:00:: 1
-7 hungry%3:00:00:: 1
-7 humor%1:12:00:: 3
-7 human%1:03:00:: 1
-7 horn%1:06:06:: 1
-7 horizon%1:07:00:: 2
-7 hop%2:38:00:: 1
-7 hoof%1:05:00:: 1
-7 homogeneous%3:00:00:: 1
-7 home%3:00:00:: 1
-7 hold%2:42:13:: 11
-7 hoarse%5:00:00:cacophonous:00 1
-7 historical%3:01:01:: 2
-7 hint%2:32:00:: 1
-7 highest%5:00:00:ultimate:00 2
-7 high%3:00:03:: 4
-7 hidden%5:00:01:concealed:00 2
-7 hidden%5:00:00:invisible:00 1
-7 hereby%4:02:00:: 1
-7 heed%2:41:00:: 1
-7 hebephrenic%5:00:00:insane:00 1
-7 heavily%4:02:04:: 2
-7 heaven%1:15:00:: 1
-7 headquarters%1:06:01:: 1
-7 head%1:09:00:: 3
-7 have%2:40:05:: 15
-7 have%2:40:03:: 16
-7 haul%2:35:01:: 1
-7 hasten%2:30:00:: 1
-7 happy%5:00:00:glad:00 2
-7 hang_around%2:42:00:: 1
-7 handsome%5:00:00:beautiful:00 1
-7 halt%2:38:01:: 2
-7 habit%1:09:00:: 1
-7 grow%2:42:00:: 6
-7 ground%1:27:00:: 3
-7 groan%2:32:00:: 1
-7 grip%1:04:00:: 1
-7 grim%5:00:00:alarming:00 2
-7 greatest%5:00:00:large:00 2
-7 great%5:00:00:good:01 6
-7 greasy%5:00:00:fatty:00 1
-7 graduate%2:40:00:: 1
-7 gradual%3:00:01:: 1
-7 government%1:04:00:: 2
-7 gospel%1:10:00:: 1
-7 goodness%1:07:02:: 1
-7 go_up%2:30:00:: 2
-7 go_after%2:38:01:: 1
-7 go%2:42:07:: 10
-7 give_way%2:38:00:: 1
-7 get_rid_of%2:40:01:: 1
-7 get_into%2:38:00:: 2
-7 get%2:32:00:: 10
-7 german%1:18:00:: 1
-7 gently%4:02:00:: 1
-7 generation%1:14:00:: 2
-7 gather%2:41:00:: 2
-7 gas%1:27:02:: 3
-7 garden%1:06:00:: 1
-7 gang%1:14:01:: 1
-7 game%1:05:00:: 4
-7 gain%2:40:02:: 3
-7 further%2:41:01:: 1
-7 furiously%4:02:00:: 1
-7 furious%5:00:00:violent:00 1
-7 fundamental%5:00:00:basic:00 2
-7 function%1:04:00:: 3
-7 full%5:00:00:complete:00 3
-7 frontage%1:07:00:: 1
-7 frightened%5:00:00:afraid(p):00 2
-7 freeway%1:06:00:: 1
-7 free_burning%5:00:00:continuous:01 1
-7 frame%1:06:02:: 1
-7 fragment%1:17:01:: 1
-7 fortunate%3:00:00:: 1
-7 formerly%4:02:00:: 1
-7 formation%1:14:00:: 1
-7 foreigner%1:18:00:: 1
-7 follower%1:18:00:: 1
-7 flow%1:28:00:: 2
-7 flexibility%1:07:02:: 1
-7 flatter%2:32:00:: 1
-7 flash%1:11:00:: 1
-7 fix%2:35:00:: 2
-7 fit%2:30:01:: 4
-7 fire%2:41:00:: 4
-7 fire%1:22:00:: 3
-7 fine%5:00:00:skilled:00 2
-7 field%1:17:00:: 9
-7 field%1:14:00:: 10
-7 fictional%3:01:00:: 1
-7 fellowship%1:14:00:: 1
-7 fear%1:12:01:: 2
-7 favor%2:31:00:: 2
-7 fascinating%5:00:00:interesting:00 1
-7 fame%1:26:01:: 1
-7 fall_in_love%2:30:00:: 1
-7 fake%5:00:00:counterfeit:00 1
-7 faded%5:00:00:colorless:02 1
-7 expose%2:32:01:: 2
-7 explicit%3:00:00:: 1
-7 explain%2:32:02:: 3
-7 experiment%1:04:01:: 3
-7 expend%2:34:00:: 1
-7 expand%2:38:00:: 1
-7 exert%2:40:00:: 2
-7 execute%2:41:02:: 1
-7 exclusively%4:02:00:: 1
-7 exclude%2:41:00:: 2
-7 exclamation%1:10:00:: 1
-7 excessive%5:00:00:immoderate:00 1
-7 examine%2:32:01:: 3
-7 exact%5:00:00:correct:00 2
-7 evidence%1:10:00:: 3
-7 everyday%5:00:00:ordinary:00 1
-7 ever%4:02:05:: 3
-7 eve%1:18:00:: 1
-7 established%3:00:00:: 1
-7 escort%2:38:00:: 1
-7 escape%2:32:04:: 3
-7 equivalent_to%5:00:00:equal:00 1
-7 enzyme%1:27:00:: 1
-7 enter%2:32:04:: 5
-7 entail%2:42:01:: 1
-7 ensue%2:42:00:: 1
-7 enrich%2:30:00:: 1
-7 enlist%2:33:00:: 1
-7 enlarge%2:30:03:: 1
-7 engaged%5:00:02:busy:00 1
-7 enforce%2:41:01:: 2
-7 endorse%2:41:00:: 1
-7 encounter%1:04:00:: 1
-7 emphasis%1:07:00:: 2
-7 emotional%3:00:00:: 2
-7 elaborate%2:32:00:: 1
-7 eighteenth%5:00:00:ordinal:00 1
-7 efficient%3:00:00:: 1
-7 educate%2:41:00:: 1
-7 east%3:00:00:: 1
-7 earlier%4:02:02:: 2
-7 ear%1:09:00:: 2
-7 each%4:02:00:: 1
-7 e.g.%4:02:00:: 1
-7 dugout%1:06:01:: 1
-7 due_date%1:28:00:: 1
-7 drop%2:38:05:: 4
-7 dressing_room%1:06:00:: 1
-7 dream%1:09:02:: 2
-7 drawing%1:10:00:: 1
-7 draw%2:36:00:: 7
-7 drama%1:11:00:: 2
-7 donor%1:18:00:: 1
-7 done%5:00:00:finished:01 1
-7 donate%2:40:00:: 1
-7 distribution%1:04:00:: 3
-7 distinguished%5:00:00:important:00 1
-7 distinctly%4:02:00:: 1
-7 disobedience%1:04:00:: 1
-7 discern%2:39:00:: 1
-7 disaster%1:26:00:: 1
-7 disaster%1:11:00:: 2
-7 disappointment%1:12:00:: 1
-7 direct%2:41:00:: 4
-7 din%1:04:00:: 2
-7 dimension%1:07:00:: 1
-7 differential_equation%1:10:00:: 1
-7 development%1:04:02:: 5
-7 determine%2:31:03:: 6
-7 determination%1:04:00:: 1
-7 detectable%5:00:00:perceptible:00 1
-7 desperate%5:00:00:hopeless:00 1
-7 desert%2:31:00:: 1
-7 derive%2:30:01:: 3
-7 denote%2:32:00:: 2
-7 democracy%1:09:00:: 1
-7 demand%2:32:02:: 3
-7 deja_vu%1:09:00:: 1
-7 degree%1:23:00:: 4
-7 deep%5:00:00:distant:01 4
-7 deduce%2:31:00:: 1
-7 deaf%3:00:00:: 1
-7 dc%1:15:00:: 1
-7 day%1:28:05:: 6
-7 dash%2:38:00:: 1
-7 damn%2:32:00:: 1
-7 daily%3:01:00:: 2
-7 curriculum%1:10:00:: 1
-7 cup%1:23:01:: 2
-7 cuban%3:01:00:: 1
-7 cruel%5:00:00:heartless:00 1
-7 crown_gall%1:26:00:: 1
-7 crouch%2:35:00:: 2
-7 cross%2:38:03:: 2
-7 critical%3:00:01:: 1
-7 crimson%5:00:00:chromatic:00 1
-7 creek%1:17:00:: 1
-7 credit%1:10:00:: 1
-7 count%2:42:00:: 2
-7 costume%1:06:00:: 1
-7 cost%1:07:00:: 2
-7 cosmic%3:01:00:: 1
-7 corresponding%5:00:00:similar:00 2
-7 copy%1:10:00:: 1
-7 cooperative%5:00:00:joint:00 1
-7 cooperation%1:04:01:: 1
-7 cook%1:18:00:: 1
-7 control%2:35:00:: 3
-7 control%1:04:02:: 3
-7 contrast%2:31:00:: 1
-7 contradiction%1:24:00:: 1
-7 continuing%5:00:00:continued:00 1
-7 contempt%1:12:00:: 1
-7 contemplate%2:31:02:: 2
-7 constitutional%3:01:01:: 1
-7 constituent%1:06:00:: 1
-7 constant%5:00:00:continual:00 2
-7 consistent%3:00:00:: 1
-7 consequently%4:02:00:: 1
-7 consent%1:10:00:: 1
-7 conscious%5:00:00:intended:00 1
-7 congregational%3:01:00:: 1
-7 confusion%1:09:00:: 2
-7 confront%2:32:03:: 3
-7 confident%3:00:00:: 1
-7 conditioned_reaction%1:04:00:: 1
-7 concentration_camp%1:06:00:: 1
-7 compulsive%5:00:00:neurotic:00 1
-7 competitor%1:18:00:: 1
-7 competent%3:00:00:: 1
-7 competence%1:07:00:: 1
-7 comparatively%4:02:00:: 1
-7 communist%1:18:01:: 1
-7 come_up%2:38:02:: 3
-7 come_along%2:30:00:: 1
-7 come%2:42:09:: 9
-7 combat%2:33:00:: 1
-7 color%2:30:00:: 1
-7 colony%1:14:00:: 1
-7 collective%5:00:00:joint:00 1
-7 colleague%1:18:00:: 1
-7 cold_war%1:26:00:: 1
-7 coin%1:21:02:: 1
-7 close_in%2:38:00:: 1
-7 clerk%1:18:00:: 1
-7 classification%1:14:00:: 2
-7 clarify%2:31:00:: 1
-7 clamp%2:35:00:: 1
-7 clamber%2:38:00:: 1
-7 civil%5:00:00:civilian:00 1
-7 cigar%1:06:00:: 1
-7 chosen%5:00:00:selected:00 1
-7 chore%1:04:00:: 1
-7 check%2:41:04:: 2
-7 chart%1:10:00:: 1
-7 charged%3:00:00:: 1
-7 charge%2:40:03:: 3
-7 change%2:30:05:: 4
-7 challenge%2:32:00:: 2
-7 central%3:00:01:: 2
-7 center_on%2:42:00:: 1
-7 ceiling%1:06:00:: 1
-7 cavalry%1:14:01:: 1
-7 catkin%1:20:00:: 1
-7 catch%2:35:06:: 6
-7 case%1:06:00:: 5
-7 cartridge%1:06:00:: 1
-7 care%2:37:00:: 3
-7 captain%1:18:04:: 3
-7 canvas%1:06:00:: 1
-7 can%2:42:00:: 1
-7 campaign%2:33:01:: 1
-7 camp%2:42:00:: 1
-7 camp%1:14:00:: 2
-7 called%5:00:01:titled:00 2
-7 call_for%2:32:00:: 3
-7 calibration%1:04:00:: 1
-7 calculation%1:04:00:: 1
-7 business%1:04:02:: 6
-7 bury%2:39:00:: 1
-7 burst%2:37:00:: 2
-7 burst%2:30:09:: 3
-7 burden%1:09:01:: 1
-7 build_up%2:30:02:: 1
-7 buddy%1:18:00:: 1
-7 bronchus%1:08:00:: 1
-7 brilliant%5:00:00:intelligent:00 2
-7 brick%1:06:00:: 1
-7 brand%1:10:00:: 1
-7 bourbon%1:18:01:: 1
-7 boredom%1:12:00:: 1
-7 bore%2:37:00:: 1
-7 body%1:17:00:: 4
-7 body%1:08:01:: 5
-7 boast%2:32:00:: 1
-7 blow%1:11:00:: 2
-7 blot%1:07:00:: 1
-7 block%2:35:00:: 1
-7 blindness%1:26:00:: 1
-7 blend%2:35:00:: 1
-7 bitterness%1:12:00:: 1
-7 biggest%5:00:00:large:00 1
-7 big%5:00:00:important:00 3
-7 benefit%2:40:01:: 2
-7 beloved%5:00:00:loved:00 1
-7 behold%2:39:00:: 1
-7 beebread%1:27:00:: 1
-7 bc%1:28:00:: 1
-7 bay%1:17:00:: 1
-7 basically%4:02:00:: 1
-7 badly%4:02:02:: 1
-7 back%2:41:00:: 1
-7 away%5:00:00:out(p):01 4
-7 awake%2:29:00:: 1
-7 autumn%1:28:00:: 1
-7 automatic%3:00:00:: 1
-7 authenticity%1:07:00:: 1
-7 atmosphere%1:23:00:: 2
-7 atmosphere%1:15:00:: 3
-7 atlanta%1:15:00:: 1
-7 athlete%1:18:00:: 1
-7 associate%1:18:00:: 1
-7 assistant%1:18:00:: 1
-7 assignment%1:04:00:: 1
-7 assign%2:31:02:: 3
-7 assign%2:31:00:: 4
-7 assault%2:33:00:: 1
-7 aside%4:02:00:: 1
-7 art%1:09:00:: 3
-7 arrange%2:32:04:: 3
-7 arise%2:30:00:: 4
-7 argon%1:27:00:: 1
-7 approve%2:31:00:: 2
-7 appreciation%1:09:00:: 1
-7 appear%2:30:02:: 5
-7 appeal_board%1:14:00:: 1
-7 anxiously%4:02:00:: 1
-7 anti%3:00:00:: 2
-7 answer%2:31:02:: 2
-7 answer%2:31:00:: 3
-7 anonymous%3:00:00:: 1
-7 ankle%1:08:00:: 1
-7 anionic%1:27:00:: 1
-7 anatomical%3:01:00:: 1
-7 anastomosis%1:08:00:: 1
-7 amusing%5:00:00:entertaining:00 1
-7 amen_corner%1:06:00:: 1
-7 ambassador%1:18:00:: 1
-7 allusion%1:10:00:: 1
-7 alert%3:00:00:: 1
-7 aim%2:31:01:: 2
-7 ailment%1:26:00:: 1
-7 affix%2:35:00:: 1
-7 aegean%1:17:00:: 1
-7 advertising%1:10:00:: 1
-7 advertise%2:32:01:: 1
-7 advance%2:38:00:: 1
-7 advance%1:11:00:: 1
-7 adapt%2:30:01:: 1
-7 active%5:00:00:operational:00 2
-7 action%1:22:00:: 4
-7 act%2:36:00:: 3
-7 accustomed%3:00:00:: 1
-7 accurately%4:02:01:: 1
-7 accuracy%1:07:02:: 1
-7 accreditation%1:04:00:: 1
-7 account%1:10:03:: 2
-7 accomplishment%1:04:00:: 1
-7 accident%1:11:01:: 1
-7 accept%2:40:01:: 6
-7 absurd%5:00:00:illogical:00 1
-7 absorbed%5:00:00:attentive:00 1
-7 able%5:00:00:competent:00 2
-7 a%1:14:00:: 1
-7 80%5:00:00:cardinal:00 1
-7 27%5:00:00:cardinal:00 1
-7 19th%5:00:00:ordinal:00 1
-7 17%5:00:00:cardinal:00 1
-6 zinc%1:27:00:: 1
-6 zero%1:23:02:: 1
-6 yr%1:28:00:: 1
-6 yield%2:40:02:: 1
-6 yet%4:02:03:: 3
-6 yell%2:32:00:: 2
-6 years%1:28:01:: 2
-6 x_ray%1:19:00:: 1
-6 writing%1:10:00:: 2
-6 worry%1:12:00:: 2
-6 world%1:17:02:: 7
-6 workshop%1:06:00:: 1
-6 workout%1:04:00:: 1
-6 work_out%2:30:01:: 3
-6 work_at%2:41:01:: 1
-6 withstand%2:42:00:: 1
-6 within%4:02:00:: 1
-6 wish%1:12:00:: 1
-6 wing%1:06:00:: 2
-6 window%1:06:01:: 2
-6 will%1:10:00:: 3
-6 white%1:07:00:: 2
-6 whisper%1:10:00:: 1
-6 whiskey%1:13:00:: 1
-6 whirl%2:38:01:: 1
-6 west%1:15:01:: 3
-6 well-known%5:00:00:known:00 1
-6 well%4:02:15:: 4
-6 wear%2:42:01:: 3
-6 wealth%1:26:00:: 1
-6 weaken%2:30:01:: 1
-6 wash%1:06:02:: 1
-6 walk_around%2:38:00:: 1
-6 vocational_program%1:09:00:: 1
-6 vocabulary%1:10:00:: 1
-6 vital%5:00:00:indispensable:00 1
-6 visit%2:38:01:: 4
-6 virtue%1:07:01:: 1
-6 violation%1:04:00:: 1
-6 vindication%1:04:01:: 1
-6 village%1:15:00:: 2
-6 view%1:09:04:: 5
-6 vientiane%1:15:00:: 1
-6 vessel%1:08:00:: 1
-6 vessel%1:06:00:: 2
-6 verb%1:10:01:: 1
-6 vehicle%1:10:00:: 2
-6 vastly%4:02:00:: 1
-6 varying%5:00:00:varied:00 1
-6 variable%3:00:00:: 1
-6 vanish%2:39:00:: 2
-6 utter%2:32:01:: 1
-6 utility%1:14:00:: 1
-6 urgent%5:00:00:imperative:00 1
-6 upward%4:02:00:: 1
-6 up_the_stairs%4:02:00:: 1
-6 up_and_down%4:02:01:: 1
-6 unspeakable%5:00:00:inexpressible:00 1
-6 unsatisfactory%3:00:00:: 1
-6 unpleasant%3:00:00:: 1
-6 unlike%3:00:00:: 1
-6 unit%1:09:00:: 4
-6 unhappy%3:00:00:: 1
-6 understandable%5:00:00:comprehensible:00 1
-6 underline%2:32:00:: 1
-6 uncle%1:18:00:: 1
-6 uncertainty%1:07:00:: 1
-6 uncertain%3:00:02:: 1
-6 u.s.%1:15:00:: 2
-6 turn_out%2:42:02:: 4
-6 turn%1:04:01:: 2
-6 truth%1:10:00:: 3
-6 trustee%1:18:00:: 1
-6 trudge%2:38:01:: 1
-6 trouble%2:37:01:: 1
-6 triumph%1:11:00:: 1
-6 transfer%2:41:00:: 1
-6 transfer%2:40:01:: 2
-6 transfer%2:38:05:: 3
-6 trance%1:26:00:: 1
-6 trade%2:40:01:: 1
-6 trade%2:40:00:: 2
-6 trade%1:04:01:: 3
-6 track%1:17:00:: 1
-6 towel%1:06:00:: 1
-6 tournament%1:11:00:: 1
-6 total%1:09:00:: 2
-6 torso%1:08:00:: 1
-6 tonal%3:01:00:: 1
-6 tomb%1:06:00:: 1
-6 timing%1:07:00:: 1
-6 thyroid_gland%1:08:00:: 1
-6 throw%2:32:00:: 5
-6 thither%4:02:00:: 1
-6 third%1:23:00:: 1
-6 thick%3:00:02:: 3
-6 thermocouple%1:06:00:: 1
-6 thereto%4:02:00:: 1
-6 therein%4:02:00:: 1
-6 there%4:02:02:: 2
-6 theology%1:09:00:: 2
-6 then%1:28:00:: 1
-6 territory%1:15:00:: 1
-6 term%1:10:02:: 3
-6 tendency%1:12:00:: 2
-6 temporary%3:00:00:: 1
-6 temple%1:06:00:: 1
-6 tell%2:32:08:: 6
-6 teen%5:00:00:young:00 1
-6 technological%5:00:00:scientific:00 1
-6 tear%1:08:01:: 1
-6 target%1:10:00:: 1
-6 tap%2:35:02:: 1
-6 tale%1:10:01:: 2
-6 take_out%2:35:01:: 2
-6 take_on%2:41:01:: 2
-6 take_off%2:35:01:: 2
-6 take_off%2:30:00:: 3
-6 take_care%2:41:11:: 3
-6 take_a_chance%2:41:00:: 1
-6 take%2:31:02:: 25
-6 tail%1:05:00:: 1
-6 system%1:09:01:: 7
-6 synthesis%1:22:00:: 1
-6 symptom%1:10:00:: 2
-6 swollen%5:00:00:unhealthy:00 1
-6 swollen%5:00:00:expanded:01 2
-6 swing%2:38:03:: 3
-6 swedish%3:01:00:: 1
-6 suspension%1:27:00:: 1
-6 suspect%2:32:00:: 2
-6 survey%2:31:00:: 1
-6 surround%2:35:00:: 2
-6 surface-active_agent%1:27:00:: 1
-6 supreme%5:00:00:ultimate:00 1
-6 support%2:31:00:: 5
-6 supervision%1:04:00:: 1
-6 superb%5:00:00:superior:02 1
-6 subsidize%2:40:00:: 1
-6 submit%2:33:00:: 3
-6 subject%2:33:00:: 2
-6 study%1:10:00:: 3
-6 study%1:09:04:: 4
-6 study%1:06:00:: 5
-6 stubbornly%4:02:00:: 1
-6 structural%3:01:01:: 1
-6 strive%2:33:00:: 2
-6 strip%1:06:00:: 2
-6 stride%1:04:00:: 1
-6 stravinsky%1:18:00:: 1
-6 strangely%4:02:00:: 1
-6 strain%2:33:00:: 1
-6 straighten%2:35:00:: 2
-6 straight%3:00:01:: 2
-6 stimulate%2:30:00:: 1
-6 stillness%1:07:00:: 1
-6 stick%1:20:00:: 2
-6 stereotype%1:09:00:: 1
-6 step_out%2:38:00:: 1
-6 steadily%4:02:01:: 1
-6 startled%5:00:00:surprised:00 1
-6 starting_buffer%1:27:00:: 1
-6 standpoint%1:09:00:: 1
-6 stammer%2:32:00:: 1
-6 stagger%2:38:01:: 2
-6 stage%1:10:00:: 4
-6 stable%3:00:00:: 1
-6 stability%1:07:00:: 1
-6 squeeze%2:35:00:: 2
-6 spread_out%2:38:00:: 1
-6 spread%2:35:07:: 2
-6 sportsman%1:18:00:: 1
-6 sport%1:04:01:: 2
-6 spirit%1:26:01:: 5
-6 specify%2:32:03:: 1
-6 specified%3:00:00:: 1
-6 specialized%3:00:00:: 1
-6 special%5:00:00:specialized:00 4
-6 speak_for%2:41:00:: 1
-6 spanish%1:10:00:: 1
-6 span%1:28:00:: 1
-6 sound%1:10:00:: 5
-6 soul%1:03:00:: 2
-6 sorb%2:35:00:: 1
-6 sonar%1:06:00:: 1
-6 sometime%4:02:00:: 1
-6 solution%1:14:00:: 4
-6 solid%3:00:01:: 2
-6 sole%5:00:00:single(a):00 2
-6 solar_radiation%1:19:00:: 1
-6 society%1:14:01:: 2
-6 soaked%5:00:00:wet:01 1
-6 so%4:02:08:: 5
-6 snarl%2:32:00:: 1
-6 smash%2:35:00:: 1
-6 slip%2:38:00:: 3
-6 slender%5:00:00:thin:03 1
-6 sleepy%5:00:00:asleep(p):00 1
-6 sketch%1:10:03:: 2
-6 sixties%1:28:01:: 1
-6 six%1:23:00:: 1
-6 sit%2:38:01:: 4
-6 single%2:35:00:: 1
-6 singing%1:04:00:: 1
-6 sincere%3:00:00:: 1
-6 similitude%1:07:00:: 1
-6 similar%3:00:04:: 2
-6 silk%1:06:00:: 1
-6 significantly%4:02:04:: 1
-6 sight%1:09:00:: 3
-6 sigh%1:10:00:: 1
-6 side%3:00:00:: 1
-6 shut_up%2:32:00:: 1
-6 show%2:32:03:: 12
-6 shove%2:38:00:: 1
-6 shot%1:04:06:: 3
-6 shortly%4:02:01:: 1
-6 shorten%2:30:01:: 1
-6 shock%1:12:01:: 1
-6 shipping_fever%1:26:00:: 1
-6 shine%2:43:00:: 2
-6 sherlock_holmes%1:18:00:: 1
-6 sheer%5:00:00:complete:00 1
-6 sharp%5:00:00:smart:00 4
-6 sharp%5:00:00:pointed:00 2
-6 sharp%5:00:00:perceptive:00 3
-6 shape%2:36:00:: 2
-6 shape%1:03:00:: 2
-6 shallow%3:00:01:: 1
-6 shake%2:38:02:: 4
-6 shake%2:30:00:: 5
-6 sexual_relationship%1:26:00:: 1
-6 set_up%2:30:00:: 4
-6 set_aside%2:31:00:: 1
-6 set%2:35:02:: 6
-6 set%1:04:00:: 3
-6 session%1:28:00:: 2
-6 sergeant%1:18:01:: 1
-6 septum%1:08:00:: 1
-6 separate%2:41:01:: 4
-6 sentiment%1:09:00:: 2
-6 sentence%2:32:00:: 1
-6 senator%1:18:00:: 1
-6 senate%1:14:00:: 1
-6 seeming%5:00:00:superficial:00 1
-6 secular%5:00:00:profane:00 1
-6 secretary_of_state%1:18:01:: 1
-6 second%1:28:01:: 2
-6 scrutinize%2:39:00:: 1
-6 script%1:10:00:: 1
-6 scream%1:10:00:: 1
-6 scorn%1:12:00:: 1
-6 school%1:09:00:: 3
-6 schedule%2:32:00:: 2
-6 schedule%1:10:00:: 2
-6 scan%2:39:00:: 2
-6 scale%1:24:01:: 3
-6 saving%1:04:00:: 1
-6 savage%5:00:00:inhumane:00 1
-6 sandwich%1:13:00:: 1
-6 sanction%2:32:01:: 1
-6 safely%4:02:00:: 1
-6 safe%1:06:00:: 1
-6 russian%1:18:00:: 1
-6 rush%2:33:00:: 2
-6 run_into%2:42:01:: 1
-6 rule_out%2:42:00:: 1
-6 rpm%1:28:00:: 1
-6 round%1:06:01:: 1
-6 rotor%1:06:01:: 1
-6 romantic%3:01:00:: 1
-6 roll%2:35:05:: 4
-6 role%1:04:01:: 4
-6 rock%2:38:00:: 1
-6 rock%1:27:00:: 2
-6 roar%2:32:02:: 3
-6 ritual%1:04:00:: 1
-6 ripe%3:00:00:: 1
-6 ridge%1:17:00:: 1
-6 ride%1:04:00:: 1
-6 ribbon%1:17:00:: 1
-6 rhythm%1:07:01:: 2
-6 revolution%1:11:01:: 1
-6 revolution%1:04:00:: 2
-6 revise%2:32:00:: 1
-6 return%1:04:01:: 2
-6 retreating%3:00:00:: 1
-6 retrace%2:38:00:: 1
-6 rest_on%2:42:00:: 2
-6 rest%2:32:01:: 3
-6 rest%1:04:00:: 2
-6 response%1:10:01:: 3
-6 resolve%2:32:00:: 2
-6 resolve%2:31:02:: 3
-6 resistance%1:04:02:: 1
-6 resident%1:18:00:: 1
-6 reserve%2:31:00:: 2
-6 resentment%1:12:00:: 1
-6 research%1:09:00:: 2
-6 require%2:34:00:: 4
-6 republican%3:01:01:: 1
-6 replenish%2:30:00:: 1
-6 replace%2:40:00:: 4
-6 repetition%1:11:00:: 1
-6 repeated%5:00:00:continual:00 1
-6 rent%2:41:01:: 1
-6 rent%1:21:00:: 1
-6 religious_belief%1:09:00:: 1
-6 release%2:41:00:: 2
-6 release%1:06:00:: 1
-6 rehearsal%1:04:01:: 1
-6 regulate%2:30:00:: 1
-6 regularly%4:02:00:: 1
-6 register%2:32:03:: 2
-6 reflector%1:06:00:: 1
-6 reference%1:10:03:: 2
-6 refer%2:38:00:: 4
-6 reduced%3:00:04:: 1
-6 recruitment%1:04:00:: 1
-6 record%1:04:01:: 4
-6 recommend%2:32:00:: 2
-6 receptionist%1:18:00:: 1
-6 rear%1:15:00:: 2
-6 realm%1:26:01:: 1
-6 reaffirm%2:32:00:: 1
-6 rattlesnake%1:05:00:: 1
-6 rather%4:02:01:: 3
-6 rare%5:00:00:uncommon:00 1
-6 rank%1:26:00:: 2
-6 radio%1:06:00:: 3
-6 radically%4:02:00:: 1
-6 racial%3:01:00:: 1
-6 race%1:11:01:: 1
-6 race%1:11:00:: 2
-6 rabbi%1:18:00:: 1
-6 quite%4:02:03:: 3
-6 quick%5:00:00:hurried:00 2
-6 questioning%1:10:00:: 1
-6 quarters%1:06:00:: 1
-6 quarterback%1:18:00:: 1
-6 quality%1:07:01:: 4
-6 quackery%1:04:00:: 1
-6 puzzle%2:31:00:: 1
-6 put_in%2:30:00:: 1
-6 put_down%2:35:02:: 1
-6 put%2:34:00:: 4
-6 pushup%1:04:00:: 1
-6 push%2:32:00:: 3
-6 pursue%2:35:00:: 3
-6 pull_up%2:38:02:: 1
-6 pull%2:38:01:: 3
-6 publication%1:10:00:: 1
-6 psychological%5:00:00:mental:00 1
-6 pseudophloem%1:20:00:: 1
-6 prove%2:32:00:: 3
-6 protestantism%1:09:00:: 1
-6 prospective%3:00:00:: 1
-6 proposition%1:10:00:: 1
-6 propose%2:31:01:: 3
-6 proportional%5:00:00:proportionate:00 1
-6 prominently%4:02:00:: 1
-6 project%2:42:00:: 2
-6 progress%1:04:00:: 2
-6 profits%1:21:01:: 1
-6 profit%1:21:00:: 1
-6 professional%3:00:02:: 3
-6 production%1:06:00:: 3
-6 produce%2:36:05:: 5
-6 proclamation%1:10:00:: 1
-6 prime%5:00:02:first:00 1
-6 pride%1:12:00:: 1
-6 prevail%2:42:02:: 1
-6 presentation%1:04:01:: 1
-6 presence%1:15:00:: 2
-6 precede%2:42:01:: 2
-6 powdered%5:00:00:fine:00 1
-6 powder%1:27:01:: 2
-6 pour%2:38:04:: 3
-6 potential%5:00:00:prospective:00 2
-6 pot%1:06:00:: 1
-6 post%5:00:00:succeeding(a):00 1
-6 possibility%1:09:01:: 4
-6 possession%1:03:00:: 2
-6 positivist%1:18:00:: 1
-6 popularity%1:07:00:: 1
-6 pope%1:18:00:: 1
-6 polyphosphate%1:27:00:: 1
-6 political%3:01:02:: 3
-6 pole%1:06:00:: 1
-6 point_up%2:32:00:: 1
-6 point%1:09:02:: 7
-6 plunge%2:35:01:: 1
-6 plow%2:36:00:: 1
-6 plot%2:31:00:: 1
-6 plot%1:15:00:: 2
-6 plod%2:38:00:: 1
-6 pleural%3:01:00:: 1
-6 pleura%1:08:00:: 1
-6 plenty%4:02:00:: 1
-6 play%2:29:01:: 8
-6 play%1:04:04:: 4
-6 platoon%1:14:00:: 1
-6 plate%1:06:04:: 1
-6 plan%1:06:00:: 3
-6 plague%2:43:00:: 1
-6 placement%1:07:00:: 1
-6 place%1:15:06:: 7
-6 pity%1:12:00:: 1
-6 pitch%2:35:00:: 1
-6 pipe%1:06:01:: 1
-6 pilot%1:18:00:: 1
-6 pill%1:06:01:: 1
-6 pick_up%2:38:00:: 3
-6 phony%5:00:00:counterfeit:00 1
-6 petition%1:10:00:: 1
-6 perspective%1:09:00:: 1
-6 permit%1:10:02:: 1
-6 perch%2:35:00:: 1
-6 perception%1:09:01:: 1
-6 percentage%1:21:00:: 2
-6 penalty%1:04:00:: 1
-6 peculiar%5:00:00:specific:00 2
-6 peasant%1:18:00:: 1
-6 peace%1:26:01:: 2
-6 peace%1:12:00:: 3
-6 pay%2:40:02:: 5
-6 pay%2:40:01:: 4
-6 paste%1:27:01:: 1
-6 passage%1:04:04:: 1
-6 pass_by%2:38:00:: 1
-6 pass%1:04:04:: 1
-6 party%1:11:00:: 4
-6 particular%5:00:00:uncommon:00 4
-6 parking_lot%1:15:00:: 1
-6 pale%5:00:00:colorless:03 3
-6 painfully%4:02:00:: 1
-6 pace%2:38:01:: 2
-6 pace%1:23:01:: 2
-6 oxen%1:05:00:: 1
-6 overlook%2:39:01:: 1
-6 overcast%1:26:00:: 1
-6 outside%4:02:01:: 2
-6 outer%3:00:00:: 1
-6 outdoor%3:00:00:: 1
-6 ossification%1:22:00:: 1
-6 organize%2:41:00:: 2
-6 order%1:14:00:: 4
-6 oral%5:00:00:spoken:00 1
-6 optimum%5:00:00:best:00 1
-6 only%4:02:04:: 4
-6 one_by_one%4:02:02:: 1
-6 on%3:00:00:: 1
-6 office%1:04:01:: 3
-6 odd%5:00:00:unusual:00 2
-6 occupant%1:18:00:: 1
-6 occasion%1:11:01:: 2
-6 observation%1:04:00:: 2
-6 o%1:14:00:: 1
-6 number%2:42:00:: 1
-6 novelist%1:18:00:: 1
-6 novel%5:00:00:original:00 1
-6 northern%5:00:02:north:00 2
-6 nightclub%1:06:00:: 1
-6 new_york_city%1:15:00:: 1
-6 net%3:00:00:: 1
-6 nerve%1:08:00:: 1
-6 neighboring%5:00:00:near:00 1
-6 neglect%2:31:00:: 1
-6 negative%5:00:00:backward:01 2
-6 neatly%4:02:00:: 1
-6 nazi%1:18:00:: 1
-6 national%3:00:01:: 3
-6 nation%1:15:00:: 3
-6 name%2:32:02:: 2
-6 name%1:26:00:: 2
-6 naked%5:00:00:unclothed:00 1
-6 naive%3:00:00:: 1
-6 mutter%2:32:00:: 2
-6 mustache%1:08:00:: 1
-6 must_not%2:42:00:: 1
-6 muscular%3:01:00:: 1
-6 mumble%2:32:00:: 1
-6 multiplicity%1:07:02:: 1
-6 multiple%3:00:00:: 1
-6 much%4:02:06:: 5
-6 move%2:30:00:: 7
-6 mourn%2:37:00:: 1
-6 mount%2:30:01:: 3
-6 motor%1:06:00:: 1
-6 motivate%2:36:00:: 1
-6 motion%1:04:00:: 3
-6 mood%1:26:00:: 2
-6 monroe_doctrine%1:10:00:: 1
-6 molecular%3:01:00:: 1
-6 moist%5:00:00:wet:01 1
-6 modern%5:00:00:fashionable:00 2
-6 model%1:18:00:: 3
-6 mixed%5:00:00:heterogeneous:00 2
-6 mistaken%5:00:00:wrong:01 1
-6 mistake%1:09:00:: 2
-6 miss%2:31:00:: 4
-6 minor%3:00:06:: 1
-6 millidegree%1:23:00:: 1
-6 microscopically%4:02:00:: 1
-6 meter%1:23:00:: 1
-6 meteoritic%3:01:00:: 1
-6 meteor%1:17:00:: 1
-6 merit%2:42:04:: 1
-6 merger%1:04:00:: 1
-6 mercury%1:27:00:: 1
-6 mention%2:32:01:: 3
-6 mentally%4:02:00:: 1
-6 memorize%2:31:00:: 1
-6 memorable%5:00:02:unforgettable:00 1
-6 member%1:24:00:: 2
-6 meet%2:38:00:: 12
-6 meanwhile%4:02:00:: 2
-6 mean%5:00:00:nasty:00 2
-6 meadow%1:15:00:: 1
-6 may%2:42:01:: 1
-6 match%2:35:08:: 3
-6 mass%5:00:00:general:00 1
-6 mass%1:17:00:: 5
-6 margin%1:25:00:: 1
-6 mar%2:30:00:: 1
-6 many_a%5:00:00:many:00 1
-6 manometer%1:06:00:: 1
-6 manifestation%1:11:00:: 1
-6 manhattan%1:15:00:: 1
-6 mama%1:18:00:: 1
-6 male%1:05:00:: 1
-6 malaise%1:26:00:: 1
-6 maintenance%1:04:00:: 1
-6 magnetism%1:19:00:: 1
-6 madly%4:02:02:: 1
-6 lure%2:32:00:: 1
-6 lunge%2:38:00:: 1
-6 lumber%1:27:00:: 1
-6 luggage%1:06:00:: 1
-6 luck%1:19:00:: 2
-6 loyal%3:00:00:: 1
-6 lower%2:30:01:: 2
-6 low%5:00:00:unrefined:01 4
-6 losses%1:21:00:: 1
-6 loss%1:04:00:: 3
-6 lose%2:40:01:: 5
-6 loosely%4:02:00:: 1
-6 loose%5:00:02:free:00 1
-6 look_into%2:32:00:: 1
-6 look_at%2:39:01:: 2
-6 long-term%5:00:00:long:02 1
-6 long%2:37:02:: 1
-6 logical%3:00:00:: 1
-6 lock%1:06:00:: 1
-6 locality%1:15:00:: 1
-6 lobe%1:08:00:: 1
-6 lobby%1:06:00:: 1
-6 loaded%5:00:00:full:00 1
-6 live%3:00:02:: 1
-6 literature%1:09:00:: 2
-6 liquid%1:27:04:: 1
-6 line%1:15:00:: 11
-6 limit%2:30:00:: 3
-6 limb%1:08:00:: 1
-6 lighted%5:00:00:light:06 2
-6 lighted%3:00:00:: 1
-6 liberalism%1:09:00:: 1
-6 liberal%5:00:00:broad-minded:00 1
-6 let_go%2:35:00:: 1
-6 lesson%1:04:01:: 1
-6 lesser%3:00:00:: 1
-6 lengthy%5:00:00:long:02 1
-6 length%1:07:01:: 2
-6 left_hand%1:08:00:: 1
-6 learn%2:31:03:: 3
-6 lean_on%2:35:00:: 1
-6 lean%2:35:00:: 2
-6 leadership%1:14:00:: 2
-6 lead%2:42:08:: 11
-6 lead%1:27:00:: 2
-6 law_of_nations%1:14:00:: 1
-6 launch%2:35:00:: 2
-6 latest%5:00:00:modern:00 1
-6 latent%5:00:00:potential:00 1
-6 larva%1:05:00:: 1
-6 landing%1:06:01:: 1
-6 knock%2:35:01:: 2
-6 knife%1:06:00:: 1
-6 ketosis%1:26:00:: 1
-6 keep_up%2:33:00:: 1
-6 justice%1:04:00:: 2
-6 jump%2:38:04:: 2
-6 judge%2:31:01:: 3
-6 judge%1:18:00:: 1
-6 jesus_christ%1:18:00:: 1
-6 ivory%1:27:00:: 1
-6 italy%1:15:00:: 1
-6 issue%2:30:00:: 4
-6 irritation%1:26:00:: 1
-6 irrelevant%3:00:00:: 1
-6 involve%2:42:02:: 5
-6 invoke%2:36:00:: 1
-6 invite%2:41:00:: 2
-6 invite%2:37:00:: 3
-6 invite%2:32:00:: 4
-6 invention%1:09:00:: 1
-6 invention%1:06:00:: 2
-6 intend%2:31:01:: 2
-6 integrate%2:30:00:: 1
-6 instantly%4:02:02:: 2
-6 instal%2:35:00:: 1
-6 inorganic%3:00:01:: 1
-6 inhibit%2:30:00:: 1
-6 inference%1:09:00:: 1
-6 inevitably%4:02:00:: 1
-6 induce%2:32:00:: 2
-6 independently%4:02:00:: 1
-6 independent%5:00:00:absolute:00 2
-6 incorporate%2:30:00:: 1
-6 incline%2:42:01:: 1
-6 inch%1:23:02:: 2
-6 in_the_first_place%4:02:01:: 1
-6 in_reply%4:02:00:: 1
-6 in_place%4:02:00:: 1
-6 in_for%5:00:00:certain:03 1
-6 in_effect%4:02:00:: 1
-6 in_any_event%4:02:00:: 1
-6 in_a_sense%4:02:00:: 1
-6 impression%1:07:00:: 2
-6 implication%1:09:00:: 2
-6 impersonal%3:00:00:: 1
-6 impatiently%4:02:00:: 1
-6 impact%1:19:00:: 2
-6 immediate%5:00:00:close:01 1
-6 immediacy%1:07:02:: 1
-6 illusion%1:09:00:: 2
-6 illumine%2:30:00:: 1
-6 illness%1:26:00:: 1
-6 identity%1:09:00:: 2
-6 identify%2:31:04:: 3
-6 hydrogen%1:27:00:: 1
-6 hurt%1:26:00:: 1
-6 hurry%1:26:00:: 1
-6 hunch%1:09:00:: 1
-6 human_race%1:14:00:: 1
-6 hug%2:35:01:: 1
-6 hue%1:07:00:: 1
-6 huddle%2:38:01:: 1
-6 host%1:14:00:: 2
-6 horseman%1:18:00:: 1
-6 horror%1:06:00:: 2
-6 hormone%1:08:00:: 1
-6 honeybee%1:05:00:: 1
-6 honestly%4:02:00:: 1
-6 hollywood%1:14:00:: 1
-6 hold%2:40:03:: 12
-6 hither%4:02:00:: 1
-6 historically%4:02:01:: 1
-6 highroad%1:06:00:: 1
-6 hide%2:39:01:: 2
-6 heritage%1:09:00:: 1
-6 hell%1:15:01:: 2
-6 heel%1:06:00:: 1
-6 heat%1:07:01:: 2
-6 heap%1:14:00:: 1
-6 head%1:18:00:: 4
-6 head%1:14:00:: 5
-6 have_a_look%2:39:00:: 1
-6 hasten%2:38:00:: 2
-6 harmony%1:07:01:: 1
-6 hang%2:38:03:: 4
-6 handkerchief%1:06:00:: 1
-6 hall%1:06:02:: 3
-6 half-hour%1:28:00:: 1
-6 had_better%2:42:00:: 1
-6 habit%1:04:02:: 2
-6 guess%2:31:02:: 4
-6 guess%2:31:01:: 3
-6 guard%2:41:00:: 1
-6 guard%2:33:00:: 2
-6 grove%1:14:00:: 1
-6 grounds%1:09:00:: 1
-6 grope%2:35:01:: 1
-6 grin%1:10:00:: 1
-6 green%1:07:00:: 1
-6 greek%1:10:00:: 1
-6 gray%5:00:00:old:02 2
-6 gray%1:07:00:: 1
-6 grand%5:00:00:impressive:00 1
-6 graduation%1:04:01:: 1
-6 graduate%1:18:00:: 1
-6 good%1:07:02:: 3
-6 golden%5:00:00:chromatic:00 1
-6 goat%1:05:00:: 1
-6 go_forward%2:38:00:: 1
-6 go_by%2:38:01:: 2
-6 go_by%2:38:00:: 1
-6 go_ahead%2:32:00:: 1
-6 glove%1:06:01:: 1
-6 glory%1:07:00:: 2
-6 glittering%5:00:00:bright:00 1
-6 glimpse%1:04:00:: 1
-6 glaze%2:35:00:: 1
-6 gland%1:08:00:: 1
-6 give_vent%2:32:00:: 1
-6 girl%1:18:01:: 4
-6 giant%1:05:00:: 1
-6 get_up%2:29:00:: 2
-6 german%1:10:00:: 2
-6 genuine%3:00:00:: 1
-6 gentle%5:00:00:mild:00 1
-6 generation%1:28:00:: 3
-6 generalize%2:32:01:: 1
-6 gather%2:38:00:: 3
-6 garden%1:14:00:: 2
-6 garden%1:06:01:: 3
-6 gain%1:23:00:: 1
-6 gag%1:10:00:: 1
-6 fun%5:00:00:entertaining:00 1
-6 frightening%5:00:00:alarming:00 1
-6 frenzy%1:26:00:: 1
-6 french%1:10:00:: 1
-6 free%2:41:00:: 1
-6 foundation%1:24:00:: 1
-6 formula%1:10:02:: 2
-6 for_the_moment%4:02:00:: 1
-6 for_one_thing%4:02:00:: 1
-6 foolish%3:00:00:: 1
-6 fool%2:41:00:: 1
-6 foliage%1:20:00:: 1
-6 focus_on%2:42:00:: 1
-6 focus%2:31:00:: 1
-6 focus%1:09:00:: 1
-6 fly%1:05:00:: 1
-6 flow_rate%1:28:00:: 1
-6 flood%2:35:00:: 1
-6 flight%1:14:01:: 1
-6 flight%1:04:00:: 2
-6 flatten%2:30:01:: 1
-6 flash%2:30:03:: 2
-6 flash%1:07:00:: 2
-6 fixed%5:00:00:nonmoving:00 2
-6 fix%2:32:03:: 3
-6 fisherman%1:18:00:: 1
-6 firm%5:00:00:hard:01 2
-6 firm%5:00:00:forceful:00 3
-6 firing%1:04:02:: 2
-6 firearm%1:06:00:: 1
-6 fille_de_chambre%1:18:00:: 1
-6 figure_out%2:31:00:: 1
-6 fighter%1:18:00:: 1
-6 fifteenth%5:00:00:ordinal:00 1
-6 fibrosis%1:26:00:: 1
-6 feelings%1:12:00:: 1
-6 feeding%1:04:01:: 2
-6 feather%1:05:00:: 1
-6 feat%1:04:00:: 1
-6 fatal%3:00:00:: 1
-6 fashion%1:04:00:: 2
-6 family_planning%1:04:00:: 1
-6 familiar_with%5:00:00:familiar:00 1
-6 fall_down%2:38:00:: 1
-6 fall%2:42:03:: 4
-6 faith%1:14:00:: 3
-6 fair%3:00:04:: 2
-6 fade%2:30:02:: 1
-6 eye%1:09:01:: 3
-6 extremely%4:02:00:: 2
-6 extreme%1:07:00:: 1
-6 extend%2:40:05:: 4
-6 exposure%1:07:00:: 1
-6 explosion%1:11:00:: 1
-6 expected%3:00:00:: 1
-6 expand%2:30:07:: 2
-6 exhausted%5:00:00:tired:00 1
-6 exertion%1:04:00:: 1
-6 exclusive%5:00:00:unshared:00 1
-6 exasperation%1:12:00:: 1
-6 evil%1:04:00:: 1
-6 eventually%4:02:03:: 2
-6 event%1:26:00:: 2
-6 even%4:02:01:: 3
-6 etc.%4:02:00:: 1
-6 et_al.%4:02:00:: 1
-6 establish%2:36:01:: 5
-6 escape_from%2:38:00:: 1
-6 escape%1:04:00:: 1
-6 escalation%1:04:00:: 1
-6 erupt%2:30:01:: 1
-6 error%1:07:00:: 2
-6 entrepreneur%1:18:00:: 1
-6 entitle%2:32:00:: 2
-6 entertainment%1:04:00:: 1
-6 ensure%2:32:00:: 1
-6 enroll%2:41:00:: 1
-6 enlist%2:40:00:: 2
-6 enjoyment%1:12:00:: 1
-6 enjoy%2:34:00:: 5
-6 engineering%1:04:01:: 1
-6 engender%2:36:00:: 1
-6 engagement%1:04:01:: 1
-6 energy%1:07:02:: 3
-6 enduring%5:00:00:permanent:00 1
-6 endure%2:31:00:: 1
-6 endless%5:00:00:long:02 1
-6 end%1:26:00:: 6
-6 empty%5:00:00:meaningless:00 2
-6 employment%1:04:02:: 3
-6 emission%1:04:00:: 1
-6 elite%1:14:00:: 1
-6 elicit%2:37:00:: 1
-6 elderly%5:00:00:old:02 1
-6 eighty%5:00:00:cardinal:00 1
-6 ego%1:12:01:: 1
-6 eggs%1:13:00:: 1
-6 efficacy%1:07:00:: 1
-6 educational%3:01:00:: 1
-6 education%1:09:01:: 3
-6 economical%5:00:00:efficient:00 1
-6 east%1:24:00:: 1
-6 early%5:00:00:young:00 4
-6 early%4:02:00:: 2
-6 ear%1:08:01:: 3
-6 eagerly%4:02:00:: 1
-6 due%3:00:00:: 1
-6 drugstore%1:06:00:: 1
-6 drop%2:41:01:: 5
-6 drop%2:32:00:: 6
-6 drive%2:41:02:: 5
-6 drive%1:04:04:: 1
-6 drinking%1:04:01:: 2
-6 drift%2:38:02:: 1
-6 dreadful%5:00:00:alarming:00 1
-6 draw%2:38:00:: 8
-6 draw%2:32:00:: 9
-6 draw%2:31:13:: 10
-6 dragon%1:18:02:: 1
-6 downstairs%4:02:00:: 1
-6 dosage%1:23:00:: 1
-6 domination%1:04:00:: 1
-6 dominate%2:42:01:: 2
-6 dominate%2:41:00:: 3
-6 dodge%2:38:00:: 1
-6 do_well%2:42:00:: 1
-6 division%1:09:00:: 2
-6 distributor%1:18:00:: 1
-6 distinguish%2:39:00:: 2
-6 disseminate%2:32:00:: 1
-6 dismount%2:38:00:: 1
-6 discrimination%1:04:00:: 1
-6 discover%2:40:00:: 5
-6 disclose%2:39:00:: 2
-6 disastrous%5:00:00:unfortunate:00 1
-6 disapproval%1:12:00:: 1
-6 disabled%5:00:00:unfit:01 1
-6 director%1:18:03:: 3
-6 director%1:18:02:: 2
-6 dipole%1:17:00:: 1
-6 dining_room%1:06:00:: 1
-6 dine%2:34:01:: 1
-6 dilate%2:30:01:: 1
-6 diffusion%1:22:00:: 1
-6 difficulty%1:07:00:: 4
-6 die%1:06:00:: 1
-6 dialect%1:10:00:: 1
-6 diagram%1:06:00:: 1
-6 devoted%5:00:02:dedicated:00 1
-6 development%1:15:00:: 6
-6 develop%2:32:00:: 7
-6 destructive%3:00:00:: 1
-6 destruction%1:11:00:: 2
-6 destiny%1:11:00:: 1
-6 depict%2:36:00:: 1
-6 depict%2:32:01:: 2
-6 dependence%1:26:00:: 1
-6 department_of_defense%1:14:00:: 1
-6 demythologization%1:10:00:: 1
-6 demand%1:09:00:: 3
-6 deliver%2:40:01:: 3
-6 delicate%3:00:00:: 1
-6 delay%2:42:00:: 2
-6 degree%1:09:00:: 5
-6 deficiency%1:26:00:: 1
-6 deep%5:00:00:intense:00 5
-6 decorate%2:36:00:: 1
-6 declare%2:32:02:: 5
-6 deck%1:06:00:: 1
-6 decide%2:31:01:: 2
-6 deadly%5:00:01:fatal:00 1
-6 darned%5:00:02:cursed:00 1
-6 darkness%1:15:00:: 2
-6 danger%1:26:01:: 3
-6 dancing%1:04:00:: 1
-6 damp%5:00:00:wet:01 1
-6 damned%5:00:00:lost:02 2
-6 cut_off%2:30:00:: 2
-6 curtain%1:06:00:: 1
-6 current%1:11:00:: 2
-6 culture%1:09:01:: 3
-6 crude%5:00:01:unskilled:00 1
-6 crucial%3:00:00:: 1
-6 crowd%2:38:01:: 1
-6 criticism%1:10:00:: 1
-6 critic%1:18:00:: 1
-6 credo%1:09:00:: 1
-6 create%2:36:01:: 3
-6 crack%2:30:01:: 1
-6 couple%1:23:01:: 3
-6 countenance%1:07:00:: 1
-6 cough%2:29:00:: 1
-6 cotton%1:27:01:: 1
-6 cortical%3:01:00:: 1
-6 correspond%2:42:04:: 2
-6 correctly%4:02:01:: 1
-6 copy%1:06:00:: 2
-6 cooling%1:22:00:: 1
-6 cook%2:30:00:: 3
-6 controlled%3:00:00:: 1
-6 contour%1:10:00:: 1
-6 continuously%4:02:00:: 1
-6 conservatism%1:09:00:: 1
-6 consent%2:32:00:: 1
-6 conscious%5:00:00:aware(p):00 3
-6 conscious%3:00:00:: 2
-6 conscience%1:07:00:: 2
-6 conform_to%2:42:01:: 1
-6 conflict%1:04:00:: 1
-6 confidence%1:12:00:: 2
-6 confide%2:32:00:: 1
-6 conductor%1:18:00:: 1
-6 conceive_of%2:36:01:: 1
-6 concede%2:32:01:: 2
-6 computer%1:06:00:: 1
-6 comprise%2:42:00:: 2
-6 compress%2:35:01:: 1
-6 compound%2:30:01:: 1
-6 complex%1:09:00:: 1
-6 compensation%1:21:00:: 1
-6 compatible%3:00:01:: 1
-6 company%1:26:00:: 3
-6 commuter%1:06:00:: 1
-6 commotion%1:26:00:: 1
-6 commercially%4:02:00:: 1
-6 comment%1:10:01:: 2
-6 commence%2:30:01:: 2
-6 command%2:32:02:: 3
-6 come_with%2:42:00:: 1
-6 come_through%2:30:00:: 1
-6 come_out%2:30:01:: 2
-6 come%2:42:03:: 10
-6 come%2:30:04:: 11
-6 colorful%3:00:00:: 1
-6 collision%1:11:01:: 1
-6 collapse%2:29:00:: 2
-6 coincidence%1:11:00:: 1
-6 closed%3:00:04:: 3
-6 closed%3:00:02:: 2
-6 close%3:00:05:: 3
-6 clearly%4:02:02:: 3
-6 clear%5:00:00:unobstructed:00 3
-6 clatter%2:39:00:: 1
-6 classic%5:00:00:standard:01 1
-6 class%1:14:01:: 3
-6 claim%1:04:00:: 3
-6 circular%3:00:00:: 1
-6 circle%2:38:01:: 1
-6 chemical%1:27:00:: 1
-6 check_out%2:31:00:: 1
-6 check%2:31:02:: 3
-6 charm%1:07:00:: 1
-6 charge%2:38:00:: 4
-6 characteristic%1:07:00:: 2
-6 chant%2:32:00:: 1
-6 change%2:30:03:: 5
-6 champagne%1:13:00:: 1
-6 chamber%1:06:00:: 1
-6 center%1:06:00:: 3
-6 celebrate%2:41:00:: 2
-6 cease%2:42:13:: 2
-6 caution%2:32:00:: 1
-6 catch%2:35:07:: 7
-6 carry_out%2:41:15:: 3
-6 carry_away%2:35:00:: 1
-6 carry%2:35:09:: 5
-6 carefully%4:02:02:: 2
-6 carbon%1:27:00:: 1
-6 captain%1:18:03:: 4
-6 capacity%1:23:00:: 3
-6 camp%1:06:01:: 3
-6 call_out%2:32:00:: 2
-6 calf%1:05:00:: 1
-6 button%1:06:01:: 2
-6 bury%2:41:00:: 2
-6 bureaucracy%1:14:00:: 1
-6 bunch%1:14:00:: 1
-6 build_up%2:30:01:: 3
-6 build_up%2:30:00:: 2
-6 bubble%1:17:00:: 1
-6 brother%1:18:02:: 2
-6 brooklyn%1:15:00:: 1
-6 bring_together%2:35:01:: 1
-6 bring_on%2:36:00:: 1
-6 bring_back%2:38:00:: 1
-6 bright%5:00:00:colorful:00 2
-6 brief%5:00:00:concise:00 2
-6 breeze%1:19:00:: 1
-6 breast%1:08:01:: 1
-6 boyhood%1:28:00:: 1
-6 bough%1:20:00:: 1
-6 boss%1:18:01:: 1
-6 booking%1:04:01:: 1
-6 bond%1:24:00:: 3
-6 bob%2:38:00:: 1
-6 boast%2:42:00:: 2
-6 boa_constrictor%1:05:00:: 1
-6 blow%2:29:00:: 1
-6 blot_out%2:30:00:: 1
-6 blossom%1:20:00:: 1
-6 blood%1:04:00:: 2
-6 block%1:15:00:: 2
-6 bitter%5:00:00:unpleasant:00 3
-6 bishop%1:18:00:: 1
-6 birth%1:28:00:: 1
-6 bill%1:10:01:: 2
-6 bid%2:40:00:: 1
-6 bewildered%5:00:00:perplexed:00 1
-6 best%4:02:00:: 2
-6 best%1:04:00:: 1
-6 berlin%1:15:00:: 1
-6 beneficial%5:00:00:advantageous:00 1
-6 bench%1:06:02:: 2
-6 belief%1:09:01:: 3
-6 being%1:03:00:: 2
-6 beginning%1:09:00:: 3
-6 beef%1:05:00:: 1
-6 beautifully%4:02:00:: 1
-6 bear%2:36:00:: 5
-6 battle%2:33:00:: 1
-6 bathroom%1:06:00:: 1
-6 basket%1:06:00:: 1
-6 base%5:00:00:basic:00 1
-6 bandage%1:06:00:: 1
-6 balance%2:42:00:: 1
-6 bake%2:30:00:: 1
-6 back_off%2:38:00:: 1
-6 back%2:38:00:: 2
-6 babe%1:18:00:: 1
-6 axis%1:09:00:: 1
-6 awkward%5:00:00:inconvenient:00 1
-6 award%2:40:00:: 1
-6 award%1:10:00:: 2
-6 average%5:00:00:common:01 2
-6 author%1:18:01:: 2
-6 authentic%5:00:00:trustworthy:00 1
-6 authentic%5:00:00:genuine:00 2
-6 attain%2:38:00:: 2
-6 assure%2:31:00:: 4
-6 assume%2:40:01:: 4
-6 association%1:04:00:: 2
-6 assert%2:32:00:: 2
-6 assault%1:04:00:: 1
-6 assassin%1:18:00:: 1
-6 assail%2:33:00:: 1
-6 article%1:03:00:: 2
-6 arterial%3:01:00:: 1
-6 art_school%1:06:00:: 1
-6 around%4:02:06:: 4
-6 armed_forces%1:14:00:: 1
-6 arc%1:25:00:: 2
-6 apt%5:00:00:inclined(p):02 3
-6 approach%2:41:00:: 3
-6 approach%2:38:01:: 4
-6 approach%2:32:00:: 5
-6 appreciably%4:02:01:: 1
-6 appointment%1:04:00:: 1
-6 applicable%5:00:00:relevant:00 1
-6 appendix%1:10:00:: 1
-6 any%5:00:00:immoderate:00 1
-6 antithyroid%3:01:00:: 1
-6 antiserum%1:08:00:: 1
-6 antelope%1:05:00:: 1
-6 antagonism%1:07:00:: 1
-6 ant%1:05:00:: 1
-6 angrily%4:02:00:: 1
-6 analogous%5:00:00:similar:00 1
-6 amuse%2:41:00:: 1
-6 amplitude%1:11:00:: 1
-6 amount%1:09:00:: 4
-6 amendment%1:04:00:: 1
-6 ambiguity%1:10:00:: 1
-6 amazed%5:00:00:surprised:00 1
-6 allot%2:40:01:: 1
-6 allocate%2:40:00:: 1
-6 all_right%5:00:00:well:01 2
-6 all_over%4:02:00:: 2
-6 algae%1:05:00:: 1
-6 aid%1:21:00:: 3
-6 agricultural%3:01:00:: 1
-6 agreement%1:26:01:: 3
-6 aggressive%3:00:00:: 1
-6 agent%1:18:02:: 2
-6 agency%1:14:01:: 2
-6 age%1:28:00:: 3
-6 again_and_again%4:02:00:: 1
-6 afterwards%4:02:00:: 1
-6 affixed%3:00:00:: 1
-6 advertising%1:04:00:: 2
-6 advance%2:32:00:: 2
-6 advance%1:11:01:: 2
-6 adopt%2:40:00:: 2
-6 administer%2:40:01:: 2
-6 adjust%2:30:05:: 2
-6 adjust%2:30:02:: 3
-6 adjust%2:30:01:: 4
-6 ad%1:10:00:: 1
-6 activation_energy%1:19:00:: 1
-6 account_for%2:32:00:: 2
-6 absurdity%1:10:00:: 1
-6 absently%4:02:00:: 1
-6 abroad%5:00:00:foreign:02 1
-6 abandon%2:40:01:: 2
-6 abandon%2:38:00:: 3
-6 a%1:23:01:: 2
-6 90%5:00:00:cardinal:00 1
-6 9%1:23:00:: 1
-6 29%5:00:00:cardinal:00 1
-6 20th%5:00:00:ordinal:00 1
-6 12%1:23:00:: 1
-6 11%1:23:00:: 1
-5 zero%5:00:00:cardinal:00 1
-5 youth%1:28:00:: 3
-5 yield%2:30:00:: 2
-5 yearning%1:12:00:: 1
-5 year%1:28:00:: 3
-5 yankee%1:18:02:: 1
-5 yank%2:35:00:: 1
-5 wrong%5:00:00:malfunctioning:00 4
-5 writer%1:18:01:: 2
-5 wrench%2:35:00:: 1
-5 wrap%2:35:00:: 1
-5 wound%2:29:00:: 1
-5 worth%1:23:00:: 1
-5 worship%2:37:00:: 1
-5 world_series%1:11:00:: 1
-5 world%1:09:01:: 8
-5 works%1:06:02:: 1
-5 work_out%2:29:00:: 4
-5 work_on%2:36:00:: 2
-5 work%2:38:00:: 8
-5 work%1:19:00:: 5
-5 word%1:10:02:: 3
-5 wonder%1:12:00:: 1
-5 wobble%2:38:00:: 1
-5 witty%5:00:00:humorous:00 1
-5 wish%2:37:01:: 5
-5 wisdom%1:09:02:: 1
-5 wire%1:06:01:: 2
-5 wing%2:38:00:: 1
-5 wing%1:06:03:: 3
-5 wild%5:00:00:passionate:00 3
-5 wild%3:00:01:: 2
-5 wiggle%2:38:00:: 1
-5 wheel%1:06:05:: 2
-5 weight%1:06:01:: 2
-5 wealth%1:07:00:: 2
-5 wave%2:35:00:: 2
-5 watch_out%2:39:00:: 1
-5 waste%1:27:00:: 1
-5 warn%2:32:01:: 2
-5 warehouse%1:06:00:: 1
-5 wakeful%5:00:00:alert:00 1
-5 voice%1:11:00:: 3
-5 voice%1:10:01:: 4
-5 vitally%4:02:00:: 1
-5 virgin%1:18:00:: 1
-5 violently%4:02:00:: 1
-5 violate%2:41:00:: 2
-5 vigorously%4:02:00:: 1
-5 veteran%1:18:01:: 2
-5 veteran%1:18:00:: 3
-5 verbal%5:00:00:communicative:00 1
-5 verb%1:10:00:: 2
-5 venus%1:17:00:: 1
-5 venture%2:41:01:: 1
-5 vein%1:10:00:: 2
-5 veil%2:35:00:: 1
-5 vegetable%1:13:00:: 1
-5 vary%2:30:04:: 4
-5 variety%1:09:00:: 3
-5 vapor%1:27:01:: 1
-5 valuable%5:00:00:worthy:00 2
-5 valid%3:00:00:: 1
-5 usefulness%1:07:00:: 1
-5 useful%5:00:00:important:00 2
-5 urban%3:01:00:: 1
-5 uptake%1:04:00:: 1
-5 upstairs%3:00:00:: 1
-5 upright%5:00:00:vertical:00 1
-5 uphold%2:32:00:: 2
-5 up%5:00:00:awake(p):00 8
-5 unstable%3:00:00:: 1
-5 unreconstructed%3:00:00:: 1
-5 unprecedented%3:00:00:: 1
-5 unpaid%3:00:00:: 1
-5 unnecessary%3:00:00:: 1
-5 unlikely%3:00:04:: 1
-5 unlikely%3:00:00:: 2
-5 unknown%1:15:00:: 1
-5 universally%4:02:00:: 1
-5 unit%1:06:00:: 5
-5 unify%2:30:00:: 1
-5 unified%5:00:00:united:00 1
-5 unfold%2:30:00:: 1
-5 unexpectedly%4:02:01:: 1
-5 unconsciously%4:02:00:: 1
-5 unconscious%3:00:00:: 1
-5 unavoidable%5:00:00:inevitable:00 1
-5 unanimously%4:02:00:: 1
-5 unable%5:00:00:incapable:00 2
-5 ultimately%4:02:01:: 1
-5 ultimate%5:00:00:last:00 2
-5 twist%2:35:02:: 2
-5 twine%2:35:00:: 1
-5 turned%3:00:00:: 1
-5 turn_over%2:40:00:: 1
-5 turn_down%2:40:00:: 1
-5 turn%2:38:03:: 6
-5 turn%2:30:03:: 7
-5 turmoil%1:26:00:: 1
-5 try%1:04:00:: 1
-5 trust%2:41:00:: 2
-5 troop%1:14:03:: 2
-5 triumph%1:12:00:: 2
-5 trigger%1:06:00:: 1
-5 tribute%1:10:01:: 1
-5 tremendously%4:02:00:: 1
-5 treetop%1:20:00:: 1
-5 transportation%1:04:00:: 2
-5 transparent%5:00:00:clear:02 1
-5 transfer%2:38:00:: 4
-5 trample%2:38:00:: 1
-5 train%2:41:02:: 3
-5 train%2:41:00:: 4
-5 trail%1:17:01:: 1
-5 traditionalist%1:18:00:: 1
-5 trader%1:18:00:: 1
-5 trace%2:35:00:: 2
-5 trace%1:23:00:: 1
-5 tough%5:00:01:difficult:00 2
-5 touch%2:39:00:: 2
-5 toss%2:35:05:: 3
-5 torn%5:00:00:injured:00 1
-5 topic%1:10:00:: 1
-5 tool%1:04:00:: 2
-5 too_bad%5:00:00:unfortunate:00 1
-5 tone%1:26:01:: 4
-5 toast%2:30:00:: 1
-5 toast%1:13:00:: 1
-5 tip%2:38:02:: 1
-5 tin%1:27:00:: 1
-5 time%1:28:04:: 8
-5 tie%2:33:00:: 2
-5 tie%1:06:01:: 1
-5 tide%1:11:00:: 1
-5 thwart%2:41:00:: 1
-5 thunder%1:11:01:: 2
-5 thumb%1:08:00:: 1
-5 throw_away%2:40:00:: 1
-5 throw%2:35:01:: 6
-5 through%4:02:03:: 2
-5 thrill%1:12:00:: 1
-5 three-dimensional%5:00:00:multidimensional:00 1
-5 thirteen%5:00:00:cardinal:00 1
-5 third_base%1:06:00:: 1
-5 therapeutic%5:00:00:healthful:00 1
-5 theory%1:09:02:: 3
-5 theme%1:09:01:: 2
-5 thaw%2:30:00:: 1
-5 testing%1:04:00:: 1
-5 testimony%1:10:00:: 1
-5 tendency%1:07:00:: 3
-5 temporarily%4:02:00:: 1
-5 telegrapher%1:18:00:: 1
-5 technical%3:01:03:: 4
-5 tear_down%2:36:00:: 1
-5 teamster%1:18:02:: 1
-5 tea%1:13:00:: 1
-5 taxi%1:06:00:: 1
-5 taunt%2:32:00:: 1
-5 tangled%3:00:00:: 1
-5 take_up%2:31:00:: 2
-5 take_shape%2:42:00:: 1
-5 take_over%2:41:00:: 3
-5 take_over%2:40:06:: 4
-5 take_form%2:42:00:: 1
-5 take_back%2:38:03:: 1
-5 take_away%2:35:00:: 1
-5 take_away%2:30:01:: 2
-5 take%2:32:00:: 26
-5 tailor%2:30:00:: 1
-5 table%1:06:02:: 3
-5 symphonic%3:01:00:: 1
-5 symmetry%1:07:00:: 1
-5 switch_on%2:35:00:: 1
-5 switch%2:30:03:: 1
-5 swiss%1:18:00:: 1
-5 swell%2:30:02:: 1
-5 sweep%2:35:00:: 3
-5 sweat%2:29:00:: 1
-5 sway%2:38:00:: 1
-5 survive%2:42:00:: 3
-5 survey%2:39:00:: 2
-5 survey%1:04:02:: 1
-5 surroundings%1:26:00:: 1
-5 surrender%2:33:00:: 1
-5 surprisingly%4:02:00:: 1
-5 surprise%1:11:00:: 2
-5 supposed%5:00:00:expected:00 1
-5 supportive%3:00:00:: 1
-5 sundown%1:28:00:: 1
-5 summary%1:10:00:: 1
-5 sum_up%2:32:00:: 1
-5 suited%5:00:00:fit:02 1
-5 sugar%1:13:00:: 1
-5 successive%5:00:00:ordered:00 1
-5 substitute%2:40:01:: 2
-5 subsequent%3:00:00:: 1
-5 stupidity%1:09:00:: 1
-5 stump%1:20:00:: 1
-5 stuff%2:35:00:: 1
-5 stuff%1:27:00:: 1
-5 stuff%1:06:00:: 2
-5 study%2:31:01:: 5
-5 stubborn%3:00:00:: 1
-5 string%1:06:00:: 1
-5 strike%2:32:00:: 5
-5 stress%1:26:01:: 2
-5 strain%1:19:00:: 1
-5 straight%3:00:03:: 3
-5 stove%1:06:01:: 1
-5 store%1:21:00:: 2
-5 stomach%1:08:01:: 2
-5 stock_market%1:06:00:: 1
-5 stir%2:38:00:: 2
-5 stimulation%1:04:00:: 1
-5 stimulate%2:32:01:: 2
-5 stiffly%4:02:00:: 1
-5 stick_to%2:42:00:: 1
-5 stick%2:35:02:: 1
-5 stick%1:06:03:: 3
-5 stern%5:00:00:nonindulgent:00 1
-5 stereotyped%5:00:00:conventional:01 1
-5 stereo%1:06:00:: 1
-5 steep%3:00:00:: 1
-5 stay_on%2:42:00:: 1
-5 statute%1:10:00:: 1
-5 statue%1:06:00:: 1
-5 statistical%3:01:00:: 1
-5 static%5:00:00:undynamic:00 1
-5 state_government%1:14:00:: 1
-5 start%2:38:00:: 9
-5 start%1:28:00:: 2
-5 standard%5:00:00:common:01 2
-5 stand_up%2:33:00:: 2
-5 stand_for%2:32:01:: 1
-5 stand%2:42:06:: 7
-5 stain%1:07:00:: 1
-5 stage%2:36:01:: 2
-5 square_mile%1:23:00:: 1
-5 sprinkle%2:35:01:: 1
-5 spring%2:42:00:: 2
-5 spread%2:42:00:: 3
-5 spread%2:35:03:: 4
-5 spread%2:32:00:: 5
-5 sporting%5:00:00:fair:03 1
-5 split%1:04:02:: 1
-5 spin%2:38:00:: 2
-5 spherical%3:01:00:: 1
-5 sphere%1:26:00:: 1
-5 sphere%1:06:00:: 2
-5 speed%2:30:00:: 2
-5 speculate%2:31:01:: 1
-5 specter%1:09:00:: 1
-5 specimen%1:09:00:: 1
-5 specific%5:00:00:specified:00 2
-5 species%1:09:00:: 2
-5 spark%2:36:00:: 1
-5 spare%2:41:01:: 2
-5 spare%2:40:00:: 3
-5 sow%2:35:00:: 1
-5 soviet_union%1:15:00:: 1
-5 sovereign%1:18:00:: 1
-5 southpaw%1:18:01:: 1
-5 south%1:15:00:: 2
-5 somewhat%4:02:00:: 2
-5 solve%2:31:01:: 2
-5 soloist%1:18:00:: 1
-5 solidarity%1:07:00:: 1
-5 solid%3:00:02:: 3
-5 sofa%1:06:00:: 1
-5 social_class%1:14:00:: 1
-5 sober%5:00:00:serious:00 2
-5 sober%3:00:01:: 1
-5 sob%1:10:00:: 1
-5 sniff%2:39:00:: 1
-5 smell%1:07:00:: 2
-5 smash%2:30:00:: 2
-5 smallest%5:00:00:small:00 1
-5 slow_down%2:30:00:: 1
-5 slit%1:06:00:: 1
-5 slipper%1:06:00:: 1
-5 slightest%5:00:00:least(a):00 1
-5 sleeve%1:06:00:: 1
-5 slack%5:00:00:lax:01 1
-5 skull%1:08:00:: 1
-5 skilled_worker%1:18:00:: 1
-5 sixteen%5:00:00:cardinal:00 1
-5 sink%2:38:02:: 2
-5 sincerely%4:02:00:: 1
-5 simulated%5:00:00:artificial:00 1
-5 simulate%2:36:04:: 1
-5 simplify%2:30:01:: 1
-5 simmer%2:30:00:: 1
-5 silhouette%1:15:00:: 1
-5 sign%1:10:00:: 2
-5 side%1:09:00:: 6
-5 shutter%1:06:01:: 1
-5 shutter%1:06:00:: 2
-5 shutdown%1:04:00:: 1
-5 shunt%1:08:00:: 1
-5 shudder%2:29:00:: 1
-5 shower%1:06:00:: 1
-5 shove%2:35:00:: 2
-5 short_bone%1:08:00:: 1
-5 short-term%5:00:00:short:02 1
-5 shooting_preserve%1:15:00:: 1
-5 shiver%2:38:00:: 1
-5 shine%2:39:01:: 3
-5 shift%2:38:02:: 3
-5 shift%1:11:01:: 2
-5 shift%1:11:00:: 1
-5 shield%2:33:00:: 1
-5 shed%2:35:01:: 1
-5 shame%1:26:00:: 2
-5 shade%1:07:00:: 2
-5 sewage_system%1:06:00:: 1
-5 sew%2:35:00:: 1
-5 sever%2:35:01:: 1
-5 settle%2:32:02:: 5
-5 set_out%2:35:00:: 2
-5 set%2:30:09:: 7
-5 set%2:30:02:: 8
-5 service%1:04:01:: 3
-5 serpent%1:05:00:: 1
-5 serene%5:00:00:peaceful:00 1
-5 separated%5:00:00:separate:00 1
-5 sentence%1:04:00:: 2
-5 send%2:33:00:: 5
-5 send%2:32:02:: 6
-5 sell%2:32:00:: 3
-5 seize%2:35:01:: 2
-5 segregate%2:41:00:: 1
-5 seed%1:20:02:: 2
-5 security%1:21:01:: 2
-5 sector%1:25:00:: 1
-5 search%1:04:02:: 2
-5 scripture%1:10:00:: 1
-5 screech%2:39:00:: 1
-5 scours%1:26:00:: 1
-5 scot%1:18:00:: 1
-5 science%1:09:00:: 2
-5 scenic%5:00:00:beautiful:00 1
-5 scatter%2:38:01:: 1
-5 scamper%2:38:00:: 1
-5 salt%1:13:00:: 2
-5 saloon%1:06:00:: 1
-5 sag%2:38:00:: 1
-5 rushing%1:04:00:: 1
-5 run_out%2:30:12:: 1
-5 run%2:36:01:: 10
-5 run%1:04:06:: 2
-5 royalty%1:21:00:: 1
-5 rose%1:20:00:: 1
-5 rope%1:06:00:: 1
-5 rock%2:38:01:: 2
-5 robber%1:18:01:: 1
-5 rob%2:40:01:: 2
-5 rob%2:40:00:: 1
-5 rise%2:38:04:: 5
-5 ring%2:39:01:: 3
-5 rigid%5:00:00:inflexible:01 1
-5 right%1:06:00:: 3
-5 rid%2:40:00:: 1
-5 rich%3:00:02:: 2
-5 rice%1:13:00:: 1
-5 revive%2:29:01:: 1
-5 revive%2:29:00:: 2
-5 revenue%1:21:01:: 1
-5 return%2:32:00:: 4
-5 retailer%1:18:00:: 1
-5 resume%2:30:01:: 2
-5 resultant%5:00:00:subsequent:00 1
-5 restriction%1:09:00:: 1
-5 restrict%2:41:00:: 2
-5 restraint%1:04:00:: 1
-5 respectable%5:00:00:reputable:00 2
-5 respectable%3:00:00:: 1
-5 respect%1:26:00:: 2
-5 respect%1:09:01:: 3
-5 resonance%1:19:01:: 1
-5 residential%3:01:00:: 2
-5 reserves%1:14:00:: 1
-5 reserve%5:00:00:nonoperational:00 1
-5 reserve%2:40:00:: 3
-5 reservation%1:15:00:: 1
-5 reputation%1:26:00:: 1
-5 reproducible%3:00:00:: 1
-5 represent%2:42:00:: 7
-5 report%2:32:01:: 4
-5 repair%1:04:00:: 1
-5 renaissance%1:28:00:: 1
-5 remote%5:00:01:far:00 1
-5 remaining%5:00:00:other:00 1
-5 reluctantly%4:02:00:: 1
-5 relieved%5:00:00:mitigated:00 1
-5 relief%1:21:00:: 3
-5 relax%2:30:01:: 2
-5 rejection%1:04:00:: 1
-5 reiterate%2:32:00:: 1
-5 rein%1:06:00:: 1
-5 rehearse%2:36:00:: 1
-5 regular%5:00:00:standard:02 3
-5 regret%1:12:00:: 1
-5 region%1:08:00:: 2
-5 regain%2:40:00:: 1
-5 refuse%2:42:00:: 3
-5 refugee%1:18:00:: 1
-5 refrain_from%2:41:00:: 1
-5 reflex%1:04:00:: 1
-5 reflect%2:43:00:: 4
-5 reference%1:10:06:: 3
-5 reference%1:10:04:: 4
-5 reduce%2:41:00:: 3
-5 red_blood_cell%1:08:00:: 1
-5 recur%2:30:00:: 1
-5 recording%1:04:00:: 2
-5 record%5:00:00:best:00 1
-5 reckon%2:31:02:: 1
-5 rebellion%1:04:01:: 1
-5 rebellion%1:04:00:: 2
-5 rebel%2:41:00:: 1
-5 reassure%2:37:00:: 1
-5 reasoning%1:09:00:: 1
-5 realistically%4:02:01:: 1
-5 real_life%1:09:00:: 1
-5 real_estate%1:21:00:: 1
-5 real%5:00:00:genuine:00 3
-5 read%2:31:09:: 6
-5 read%2:31:06:: 4
-5 read%2:31:02:: 5
-5 reactionary%1:18:00:: 1
-5 razor%1:06:00:: 1
-5 ratify%2:41:00:: 1
-5 rat%1:05:00:: 1
-5 rap%2:35:00:: 1
-5 random%3:00:00:: 1
-5 rancher%1:18:00:: 1
-5 rain%1:27:00:: 2
-5 railroad_station%1:06:00:: 1
-5 rail%1:06:02:: 1
-5 ragged%5:00:01:worn:00 1
-5 radical%5:00:00:immoderate:00 1
-5 rack%1:06:01:: 1
-5 quivering%5:00:00:unsteady:00 1
-5 question%2:32:00:: 3
-5 quantitative%3:00:00:: 1
-5 qualitative%3:00:00:: 1
-5 pyrex%1:27:00:: 1
-5 purse%1:06:00:: 1
-5 purpose%1:07:01:: 3
-5 purified%5:00:00:pure:02 1
-5 pulmonary%3:01:00:: 1
-5 pull%1:04:00:: 1
-5 publication%1:04:01:: 2
-5 psychology%1:09:00:: 1
-5 protestant%1:14:00:: 2
-5 protection%1:06:00:: 2
-5 protease%1:27:00:: 1
-5 pronoun%1:10:00:: 1
-5 promote%2:41:00:: 2
-5 promise%2:32:02:: 3
-5 prolonged%5:00:00:long:02 1
-5 project%2:35:01:: 3
-5 progress%1:11:00:: 3
-5 program%1:10:01:: 3
-5 profoundly%4:02:00:: 1
-5 profession%1:04:00:: 2
-5 producer%1:18:02:: 2
-5 produce%2:39:00:: 6
-5 procreation%1:04:00:: 1
-5 proceedings%1:04:00:: 1
-5 pro%3:00:00:: 1
-5 priest%1:18:01:: 2
-5 pride%1:12:01:: 2
-5 prevision%1:09:01:: 1
-5 prevail%2:42:01:: 2
-5 prevail%2:42:00:: 3
-5 president%1:18:04:: 2
-5 president%1:18:00:: 3
-5 presently%4:02:00:: 2
-5 prepare%2:41:00:: 5
-5 preparation%1:27:00:: 2
-5 predictable%3:00:00:: 1
-5 precaution%1:04:00:: 1
-5 prayer%1:04:00:: 1
-5 praise%1:10:00:: 1
-5 practice%2:36:00:: 3
-5 practice%1:04:02:: 2
-5 power%1:07:02:: 7
-5 pound%2:35:00:: 1
-5 potential_energy%1:19:00:: 1
-5 potassium%1:27:00:: 1
-5 pot%1:06:01:: 2
-5 posterior%3:00:00:: 1
-5 positively%4:02:00:: 1
-5 portal%1:06:01:: 1
-5 port%1:15:00:: 1
-5 popular%5:00:01:common:01 3
-5 poke%2:39:00:: 2
-5 point%2:38:05:: 4
-5 plot%1:10:00:: 3
-5 play%2:38:00:: 9
-5 play%2:33:01:: 10
-5 platform%1:06:00:: 1
-5 plasma%1:27:00:: 1
-5 plasma%1:08:00:: 2
-5 planned%3:00:00:: 1
-5 pituitary%1:08:00:: 1
-5 pittsburgh%1:15:00:: 1
-5 pitch%2:38:03:: 2
-5 pitch%1:07:00:: 1
-5 pit%1:17:00:: 1
-5 picture_plane%1:25:00:: 1
-5 picture%2:36:01:: 1
-5 pick_up%2:40:01:: 4
-5 pianist%1:18:00:: 1
-5 physical%5:00:00:material:01 3
-5 physical%3:01:00:: 2
-5 phonology%1:09:00:: 1
-5 phenomenon%1:11:00:: 2
-5 pertinent%5:00:00:relevant:00 1
-5 perspiration%1:08:00:: 1
-5 persistence%1:07:02:: 1
-5 permission%1:10:00:: 1
-5 perish%2:30:00:: 1
-5 periodic%3:00:00:: 1
-5 per_year%4:02:00:: 1
-5 per_se%4:02:00:: 1
-5 pebble%1:17:00:: 1
-5 peaceful%3:00:00:: 1
-5 patrol%2:41:00:: 1
-5 pathological%3:01:00:: 1
-5 patent%1:10:01:: 1
-5 paste%2:35:01:: 1
-5 past%1:28:01:: 2
-5 passive%3:00:01:: 1
-5 passage%1:10:00:: 2
-5 partnership%1:14:00:: 1
-5 partial%5:00:00:incomplete:00 1
-5 parked%3:44:00:: 1
-5 park%1:15:01:: 2
-5 parameter%1:09:00:: 1
-5 parallel%2:42:00:: 1
-5 parallel%1:07:00:: 1
-5 paragraph%1:10:00:: 1
-5 paradoxically%4:02:00:: 1
-5 pan%1:06:01:: 1
-5 pail%1:06:00:: 1
-5 owe%2:42:00:: 2
-5 overlap%2:42:03:: 1
-5 over_and_over%4:02:00:: 1
-5 outstanding%5:00:00:superior:02 1
-5 outside%5:00:00:extrinsic:00 2
-5 outside%3:00:00:: 1
-5 outreach%1:04:00:: 1
-5 output%1:06:00:: 1
-5 outlook%1:09:00:: 2
-5 out%4:02:02:: 3
-5 ought%2:42:01:: 1
-5 original%3:00:00:: 3
-5 organized%3:00:02:: 1
-5 organize%2:31:00:: 3
-5 order_of_magnitude%1:07:00:: 1
-5 order%2:32:02:: 3
-5 opening%1:17:00:: 1
-5 old_testament%1:10:00:: 1
-5 old%5:00:00:familiar:00 4
-5 oil%1:06:01:: 2
-5 offset%2:42:01:: 1
-5 off%4:02:04:: 3
-5 obstacle%1:09:00:: 1
-5 number%1:10:04:: 3
-5 number%1:10:03:: 4
-5 nuclear%3:01:01:: 2
-5 notorious%5:00:00:disreputable:00 1
-5 notably%4:02:00:: 1
-5 notable%5:00:00:worthy:00 1
-5 nonsense%1:10:00:: 1
-5 noble%5:00:00:honorable:00 1
-5 nitrogen%1:27:00:: 1
-5 nine%1:23:00:: 1
-5 nicely%4:02:00:: 1
-5 nice%5:00:00:respectable:00 2
-5 new_mexico%1:15:00:: 1
-5 new_englander%1:18:00:: 1
-5 new%5:00:00:unprecedented:00 4
-5 neutrophil%1:08:00:: 1
-5 neutralist%1:18:00:: 1
-5 neutral%5:00:00:amoral:00 1
-5 nestle%2:35:00:: 1
-5 nerve%1:07:00:: 2
-5 neocortex%1:08:00:: 1
-5 necessarily%4:02:00:: 1
-5 nazi%3:01:02:: 1
-5 native%3:00:01:: 1
-5 nationalism%1:09:00:: 2
-5 national%5:00:00:public:00 4
-5 national%5:00:00:domestic:00 5
-5 name%2:41:01:: 3
-5 murder%2:41:00:: 1
-5 mulch%1:06:00:: 1
-5 mucosa%1:08:00:: 1
-5 mound%1:06:01:: 1
-5 motivation%1:03:00:: 1
-5 motif%1:06:00:: 1
-5 morality%1:16:00:: 2
-5 moonlight%1:19:00:: 1
-5 monthly%3:01:00:: 1
-5 monstrous%5:00:00:large:00 1
-5 monster%1:18:02:: 1
-5 monopoly%1:26:01:: 1
-5 monocle%1:06:00:: 1
-5 mono-iodotyrosine%1:27:00:: 1
-5 monk%1:18:00:: 1
-5 monastic%5:00:00:unworldly:00 1
-5 modifier%1:10:00:: 1
-5 modernity%1:07:00:: 1
-5 modern%5:00:00:nonclassical:00 3
-5 mobilize%2:30:02:: 1
-5 mississippi%1:17:00:: 1
-5 mississippi%1:15:00:: 2
-5 missing%5:00:00:lost:01 2
-5 missing%5:00:00:absent:00 1
-5 miss%2:38:00:: 5
-5 misplaced%5:00:00:disarranged:00 1
-5 miscellaneous%5:00:00:general:00 1
-5 minute%5:00:00:small:00 1
-5 minnesota%1:15:00:: 1
-5 mine%1:06:00:: 2
-5 mind%2:31:02:: 2
-5 min%1:28:00:: 1
-5 militia%1:14:00:: 1
-5 mile%1:23:04:: 2
-5 middle_ages%1:28:00:: 1
-5 middle%5:00:00:intermediate:00 1
-5 microorganism%1:05:00:: 1
-5 michigan%1:15:00:: 1
-5 methodically%4:02:00:: 1
-5 metal%3:00:00:: 1
-5 merit%1:07:01:: 1
-5 mend%2:30:00:: 1
-5 member%1:08:00:: 3
-5 megaton_bomb%1:06:00:: 1
-5 medium%5:00:00:moderate:00 1
-5 medium%1:10:01:: 1
-5 medicine%1:09:00:: 1
-5 measure%1:04:01:: 2
-5 measure%1:03:00:: 3
-5 mc%1:28:00:: 1
-5 may_not%2:42:00:: 1
-5 mature%2:30:00:: 1
-5 material%5:00:00:worldly:00 1
-5 material%1:06:01:: 4
-5 match%2:42:01:: 4
-5 master%1:18:04:: 2
-5 massachusetts%1:15:00:: 1
-5 martian%3:01:00:: 1
-5 marshal%1:18:00:: 1
-5 mark%2:30:00:: 5
-5 mark%1:09:01:: 1
-5 marine_corps%1:14:00:: 1
-5 march%2:38:04:: 2
-5 march%2:38:00:: 3
-5 manners%1:07:00:: 1
-5 mankind%1:14:00:: 1
-5 manipulate%2:41:00:: 1
-5 maneuver%2:38:00:: 1
-5 maneuver%1:04:02:: 1
-5 manage%2:41:00:: 2
-5 mamma%1:18:00:: 1
-5 make_sure%2:41:00:: 1
-5 make%2:36:13:: 17
-5 make%2:30:15:: 18
-5 make%2:29:08:: 19
-5 majority%1:23:00:: 2
-5 magnetic_force%1:19:00:: 1
-5 magician%1:18:01:: 1
-5 m%1:23:00:: 1
-5 m%1:07:00:: 2
-5 luxury%1:07:00:: 1
-5 lurch%2:38:03:: 1
-5 lug%2:35:00:: 1
-5 lower%5:00:00:inferior:01 1
-5 lot%1:15:00:: 2
-5 lost%5:00:00:unoriented:00 2
-5 lost%3:00:01:: 1
-5 loosen%2:30:01:: 1
-5 looking%5:00:00:superficial:00 1
-5 look_after%2:39:00:: 1
-5 long_since%4:02:01:: 1
-5 logical%5:00:00:valid:00 2
-5 live_up_to%2:42:00:: 1
-5 literature%1:10:01:: 3
-5 literally%4:02:01:: 2
-5 literally%4:02:00:: 1
-5 liter%1:23:00:: 1
-5 liquid%1:26:00:: 2
-5 link%1:24:00:: 1
-5 link%1:06:00:: 2
-5 line%2:35:00:: 2
-5 line%1:25:01:: 12
-5 life%1:28:02:: 7
-5 life%1:18:00:: 8
-5 life%1:07:01:: 9
-5 life%1:03:00:: 10
-5 level%1:07:01:: 4
-5 let_go_of%2:35:00:: 1
-5 lessening%1:11:00:: 1
-5 lessen%2:30:00:: 1
-5 lens%1:06:00:: 1
-5 legislature%1:14:00:: 1
-5 legislative%3:01:01:: 1
-5 legal%3:01:00:: 2
-5 ledger%1:21:00:: 1
-5 leave_behind%2:38:00:: 1
-5 leave%2:42:03:: 13
-5 leave%2:30:03:: 14
-5 least%4:02:00:: 1
-5 leap%1:04:00:: 1
-5 lean_against%2:35:00:: 1
-5 lean%3:00:04:: 1
-5 lead%2:42:03:: 12
-5 lay%2:36:00:: 3
-5 law%1:09:01:: 4
-5 language%1:10:01:: 2
-5 lamb%1:05:00:: 1
-5 ladder%1:06:00:: 1
-5 lacking%5:00:00:absent:00 1
-5 laborer%1:18:00:: 1
-5 labor%2:41:01:: 1
-5 knock_down%2:35:01:: 1
-5 knife%1:06:01:: 2
-5 killing%1:11:00:: 1
-5 killing%1:04:00:: 2
-5 kid%2:32:01:: 1
-5 keep_up%2:42:00:: 2
-5 keep_an_eye_on%2:39:00:: 1
-5 k%1:23:05:: 1
-5 joy%1:09:00:: 2
-5 jeep%1:06:00:: 1
-5 japan%1:15:01:: 1
-5 jap%1:18:00:: 1
-5 isolated%5:00:00:separate:00 2
-5 irony%1:10:01:: 1
-5 ironical%5:00:00:incongruous:00 1
-5 iodinated%3:01:00:: 1
-5 inward%3:00:00:: 1
-5 invitation%1:10:00:: 1
-5 invisible%3:00:00:: 1
-5 investment%1:21:00:: 2
-5 inventory%1:10:00:: 1
-5 invent%2:36:01:: 2
-5 introject%1:09:00:: 1
-5 intimate%5:00:00:close:02 1
-5 interview%2:32:01:: 2
-5 interruption%1:04:00:: 1
-5 interrupt%2:30:03:: 2
-5 interrelation%1:24:00:: 1
-5 interest%2:37:00:: 1
-5 interest%1:14:00:: 6
-5 interdependence%1:24:00:: 1
-5 interchange%1:06:00:: 1
-5 intercept%2:35:00:: 1
-5 intent%5:00:00:concentrated:00 1
-5 intelligible%5:00:00:comprehensible:00 1
-5 intellect%1:09:02:: 1
-5 integer%1:23:00:: 1
-5 intake%1:04:00:: 1
-5 intact%5:00:00:whole:00 1
-5 instructor%1:18:00:: 1
-5 instruction%1:04:01:: 2
-5 institute%2:36:00:: 2
-5 inspire%2:36:00:: 2
-5 inspire%2:32:00:: 3
-5 innocence%1:07:01:: 1
-5 inner%3:00:00:: 2
-5 initiative%1:07:00:: 1
-5 infiltration%1:04:00:: 1
-5 inevitable%3:00:00:: 1
-5 induce%2:36:01:: 3
-5 indian_python%1:05:00:: 1
-5 india%1:15:00:: 1
-5 incredibly%4:02:00:: 1
-5 incidence%1:24:00:: 1
-5 incentive%1:16:00:: 1
-5 inability%1:09:00:: 1
-5 in_the_first_place%4:02:00:: 2
-5 in_the_end%4:02:00:: 2
-5 in_some_way%4:02:00:: 1
-5 in_reality%4:02:00:: 1
-5 in_question%5:00:00:relevant:00 1
-5 in_other_words%4:02:00:: 1
-5 in_order%5:00:00:appropriate:00 1
-5 in_charge%5:00:00:dominant:01 1
-5 impress%2:31:00:: 3
-5 impatient%3:00:00:: 1
-5 immunity%1:26:00:: 1
-5 immortal%3:00:00:: 1
-5 immigrant%1:18:00:: 1
-5 immense%5:00:01:large:00 1
-5 immediately%4:02:03:: 2
-5 imagined%5:00:00:unreal:00 1
-5 illustrate%2:36:00:: 2
-5 illuminate%2:31:00:: 2
-5 iliad%1:10:00:: 1
-5 ignorance%1:09:00:: 1
-5 ideal_gas%1:27:00:: 1
-5 human%1:05:00:: 2
-5 hued%5:00:00:colored:00 1
-5 hudson%1:17:00:: 1
-5 houston%1:15:00:: 1
-5 housewife%1:18:00:: 1
-5 house_of_representatives%1:14:00:: 1
-5 hostile%3:00:01:: 1
-5 honest%5:00:00:sincere:00 2
-5 homozygous%3:00:00:: 1
-5 homely%5:00:00:unattractive:00 1
-5 holster%1:06:00:: 1
-5 hole%1:06:01:: 3
-5 hold_out%2:29:00:: 1
-5 hold_on%2:35:00:: 1
-5 hold%1:04:00:: 1
-5 history%1:09:01:: 5
-5 historical%5:00:00:real:00 3
-5 historical%5:00:00:past:00 4
-5 hip%1:08:00:: 1
-5 hilum%1:08:00:: 1
-5 high%1:07:00:: 1
-5 hiding_place%1:15:00:: 1
-5 heroic%5:00:00:large:00 1
-5 herd%1:14:00:: 1
-5 hemisphere%1:15:00:: 1
-5 helpful%5:00:00:useful:00 2
-5 help%2:42:08:: 4
-5 heavy%3:00:04:: 3
-5 heave%2:32:00:: 1
-5 heat%1:09:00:: 3
-5 heart%1:15:00:: 4
-5 headlight%1:06:00:: 1
-5 headed%5:00:00:oriented:00 1
-5 headache%1:09:00:: 1
-5 have%2:29:05:: 17
-5 haul%2:35:00:: 2
-5 harm%1:26:00:: 1
-5 hard%5:00:00:strong:00 4
-5 happily%4:02:01:: 1
-5 hang%2:35:02:: 5
-5 hand_over%2:40:00:: 1
-5 hand_out%2:40:00:: 1
-5 hand%1:18:00:: 2
-5 hallway%1:06:00:: 1
-5 halfway%4:02:00:: 1
-5 haired%5:00:00:hairy:00 1
-5 gymnast%1:18:00:: 1
-5 gunfire%1:04:00:: 1
-5 gulp%2:34:01:: 1
-5 grumble%2:32:01:: 1
-5 grouping%1:03:00:: 1
-5 grounds%1:06:00:: 2
-5 grocer%1:18:00:: 1
-5 grimly%4:02:00:: 1
-5 grief%1:12:00:: 1
-5 grenade%1:06:00:: 1
-5 greeting%1:10:00:: 1
-5 greece%1:15:00:: 1
-5 greatcoat%1:06:00:: 1
-5 grave%1:28:00:: 1
-5 grave%1:06:00:: 2
-5 graphite%1:27:00:: 1
-5 grant%2:32:00:: 3
-5 grant%1:21:00:: 1
-5 grant%1:04:00:: 2
-5 grammatic%3:01:00:: 1
-5 grade%1:26:00:: 2
-5 gown%1:06:00:: 1
-5 good_will%1:07:00:: 1
-5 good%5:00:00:advantageous:00 5
-5 gone%5:00:00:destroyed:00 2
-5 go_over%2:31:00:: 1
-5 go_down%2:38:00:: 2
-5 go_about%2:41:00:: 1
-5 glow%2:39:00:: 1
-5 glorious%3:00:00:: 1
-5 globe%1:17:00:: 1
-5 glimpse%2:39:00:: 1
-5 glare%1:07:00:: 1
-5 given%5:00:00:acknowledged:00 2
-5 give_up%2:40:00:: 2
-5 give_up%2:33:00:: 3
-5 give_in%2:32:02:: 1
-5 give%2:40:14:: 20
-5 give%2:40:13:: 19
-5 give%2:32:02:: 21
-5 girlish%5:00:00:young:00 1
-5 girl%1:18:03:: 5
-5 ghetto%1:15:00:: 1
-5 get_up%2:38:00:: 3
-5 get_started%2:30:00:: 1
-5 get_married%2:41:00:: 1
-5 get_in_touch%2:41:00:: 1
-5 gain%2:38:00:: 4
-5 g%1:23:00:: 1
-5 futility%1:07:00:: 1
-5 furnishings%1:06:00:: 1
-5 fundamentally%4:02:00:: 1
-5 fuel%1:27:00:: 1
-5 frustrate%2:41:00:: 1
-5 frontier%1:25:00:: 1
-5 fresh%5:00:00:new:00 2
-5 frenchman%1:18:00:: 1
-5 freeze%2:38:00:: 1
-5 freeze%2:30:00:: 2
-5 fraud%1:04:00:: 1
-5 frantically%4:02:00:: 1
-5 frankly%4:02:00:: 1
-5 frame%1:06:03:: 2
-5 fragmentary%5:00:00:fractional:00 1
-5 fraction%1:06:00:: 2
-5 forward%4:02:03:: 2
-5 formally%4:02:01:: 1
-5 forlorn%5:00:00:forsaken:00 1
-5 forgotten%5:00:00:unnoticed:00 1
-5 foresee%2:31:00:: 1
-5 forecast%2:32:00:: 1
-5 force%1:04:01:: 6
-5 for_that_matter%4:02:00:: 1
-5 fold%2:35:00:: 1
-5 foil%1:06:01:: 1
-5 fly%2:38:01:: 3
-5 flux%1:11:00:: 2
-5 flow%1:04:00:: 3
-5 flounder%2:38:00:: 1
-5 flood%1:19:00:: 1
-5 flight%1:06:00:: 3
-5 flight%1:04:01:: 4
-5 flat%5:00:00:planar:00 2
-5 flank%2:42:00:: 1
-5 fix_up%2:34:00:: 1
-5 fix%2:36:00:: 4
-5 five_hundred%5:00:00:cardinal:00 1
-5 fitting%5:00:00:proper:00 1
-5 fit%2:30:02:: 5
-5 fishing%1:04:00:: 1
-5 first_of_all%4:02:00:: 1
-5 first%1:23:00:: 2
-5 firmly%4:02:03:: 2
-5 fireplace%1:06:01:: 1
-5 fire%2:33:02:: 5
-5 finished%3:00:02:: 1
-5 fingerprint%1:10:01:: 1
-5 financing%1:04:00:: 1
-5 financially%4:02:00:: 1
-5 film%1:06:01:: 3
-5 film%1:06:00:: 4
-5 fill_out%2:32:00:: 1
-5 fill%2:41:00:: 4
-5 fill%2:34:02:: 5
-5 fighting%5:00:00:operational:00 1
-5 fight%2:41:10:: 4
-5 fierce%5:00:00:intense:00 2
-5 few%1:23:00:: 1
-5 feel%2:39:10:: 8
-5 feel%1:09:00:: 1
-5 feedlot%1:06:00:: 1
-5 feed%2:34:03:: 3
-5 federal%3:01:02:: 2
-5 feb%1:28:00:: 1
-5 favorite%1:09:00:: 1
-5 favor%1:07:00:: 2
-5 faraway%5:00:00:far:00 1
-5 far%5:00:00:long:01 2
-5 family%1:14:01:: 4
-5 faithful%3:00:00:: 1
-5 faint%5:00:00:perceptible:00 1
-5 faint%5:00:00:indistinct:00 2
-5 fail%2:37:00:: 3
-5 facilitate%2:30:00:: 1
-5 face%2:42:01:: 4
-5 face%1:04:00:: 4
-5 extreme%5:00:00:immoderate:00 2
-5 extend%2:29:01:: 5
-5 expression%1:10:00:: 4
-5 exposed%5:00:00:unprotected:00 1
-5 exploration%1:04:02:: 1
-5 explode%2:30:00:: 2
-5 experimentally%4:02:00:: 1
-5 experience%2:37:00:: 4
-5 expectation%1:09:00:: 1
-5 exist%2:42:01:: 2
-5 exclaim%2:32:01:: 2
-5 excitement%1:26:01:: 2
-5 example%1:09:01:: 3
-5 ex%5:00:00:past:00 1
-5 evolution%1:22:01:: 1
-5 estimate%1:04:01:: 2
-5 errand%1:04:00:: 1
-5 erase%2:30:00:: 1
-5 epoch%1:28:00:: 1
-5 epitomize%2:42:00:: 1
-5 epiphysis%1:08:00:: 1
-5 epidemic%3:00:00:: 1
-5 epidemic%1:11:00:: 1
-5 entry%1:04:01:: 2
-5 entrance%1:11:00:: 2
-5 entire%5:00:02:whole:00 2
-5 enthusiasm%1:12:00:: 1
-5 enthusiasm%1:07:00:: 2
-5 enterprise%1:14:00:: 2
-5 ensemble%1:14:02:: 1
-5 enhance%2:30:00:: 1
-5 englishman%1:18:00:: 1
-5 enemy%1:14:01:: 3
-5 endeavor%1:04:01:: 1
-5 end%1:15:02:: 7
-5 emotional_state%1:26:00:: 1
-5 emerge%2:30:01:: 3
-5 embrace%2:42:00:: 1
-5 embankment%1:06:00:: 1
-5 ellipsoid%1:25:00:: 1
-5 eligible%3:00:00:: 1
-5 elevator%1:06:00:: 1
-5 electricity%1:19:01:: 2
-5 elastic%3:00:00:: 1
-5 elapse%2:38:00:: 1
-5 education%1:04:01:: 4
-5 educated%3:00:00:: 1
-5 edged%5:00:00:bordered:00 1
-5 edge%1:25:00:: 2
-5 edge%1:06:00:: 3
-5 economic%3:01:00:: 2
-5 echo%2:32:00:: 1
-5 echo%1:07:00:: 1
-5 easy%4:02:01:: 1
-5 eagerness%1:12:00:: 1
-5 dutch%3:01:00:: 1
-5 dusk%1:28:00:: 1
-5 duration%1:28:02:: 1
-5 dull%3:00:03:: 1
-5 dull%3:00:02:: 2
-5 due_process%1:04:00:: 1
-5 drum%1:06:00:: 1
-5 drought%1:26:00:: 1
-5 drop%2:30:01:: 7
-5 drizzle%1:19:00:: 1
-5 driveway%1:06:00:: 1
-5 drive%2:35:11:: 6
-5 drive%1:06:02:: 2
-5 drill%2:31:03:: 2
-5 dress_up%2:29:00:: 1
-5 drawing%1:06:00:: 2
-5 drawer%1:06:00:: 1
-5 draw%2:37:01:: 11
-5 draw%2:34:01:: 12
-5 draw%1:17:00:: 1
-5 dramatic%5:00:00:impressive:00 2
-5 double%5:00:03:multiple:00 1
-5 double%5:00:02:multiple:00 2
-5 door%1:07:00:: 3
-5 documentary%1:10:00:: 1
-5 do_good%2:40:00:: 1
-5 dividend%1:21:00:: 1
-5 divan%1:06:00:: 1
-5 disturbing%5:00:00:heavy:02 1
-5 distribute%2:35:01:: 2
-5 distort%2:32:00:: 1
-5 distinctive%5:00:00:characteristic:00 1
-5 distinction%1:26:00:: 2
-5 distance%1:07:01:: 3
-5 dissolved%5:00:00:melted:00 1
-5 disrupt%2:32:00:: 1
-5 dispatch%2:38:00:: 1
-5 disorder%1:26:03:: 1
-5 discrimination%1:09:00:: 2
-5 discretion%1:26:00:: 1
-5 discrepancy%1:07:00:: 1
-5 discovery%1:10:00:: 2
-5 discovery%1:09:00:: 3
-5 disapprove%2:31:00:: 1
-5 disappoint%2:37:00:: 1
-5 directly%4:02:01:: 4
-5 direction%1:10:00:: 4
-5 direct%3:00:02:: 3
-5 direct%2:38:01:: 6
-5 direct%2:38:00:: 5
-5 direct%2:33:00:: 7
-5 dinner%1:14:00:: 2
-5 dimension%1:09:00:: 2
-5 dig%2:35:01:: 2
-5 differentiation%1:09:00:: 1
-5 diaphragm%1:06:00:: 1
-5 di-iodotyrosine%1:27:00:: 1
-5 devote%2:31:00:: 2
-5 devil%1:18:00:: 2
-5 develop%2:31:00:: 8
-5 desired%5:00:00:desirable:00 1
-5 deserted%5:00:00:forsaken:00 1
-5 derision%1:10:00:: 1
-5 department_of_state%1:14:00:: 1
-5 depart%2:42:00:: 2
-5 demonstration%1:04:02:: 2
-5 demonstrate%2:39:00:: 3
-5 delight%2:37:00:: 1
-5 delegate%2:41:01:: 1
-5 defeat%2:41:00:: 2
-5 deep%5:00:00:low:03 6
-5 dedication%1:07:00:: 1
-5 decrease%1:11:00:: 1
-5 decline%2:30:01:: 1
-5 declaration_of_independence%1:10:00:: 1
-5 deceive%2:41:00:: 1
-5 debut%1:04:00:: 1
-5 debris%1:27:00:: 1
-5 debate%1:10:00:: 2
-5 deal%2:40:01:: 5
-5 day_school%1:14:00:: 1
-5 datum%1:09:00:: 1
-5 date_back%2:42:00:: 1
-5 dark%5:00:00:evil:00 4
-5 dark%5:00:00:cheerless:00 5
-5 dark%1:26:01:: 2
-5 cylindrical%5:00:00:rounded:00 1
-5 curved%3:00:00:: 1
-5 curtail%2:30:00:: 1
-5 curse%1:10:00:: 1
-5 curb%1:06:00:: 1
-5 cumulative%5:00:00:additive:00 1
-5 cubist%3:01:00:: 1
-5 cubism%1:14:00:: 1
-5 critical%3:00:04:: 2
-5 critical%3:00:02:: 3
-5 crimson%5:00:00:bloody:00 2
-5 credit%1:21:02:: 2
-5 creation%1:04:00:: 1
-5 crave%2:34:00:: 1
-5 cows%1:05:00:: 1
-5 cousin%1:18:00:: 1
-5 court%2:41:00:: 1
-5 court%1:06:02:: 2
-5 course%1:17:00:: 5
-5 couple%2:35:02:: 1
-5 countless%5:00:00:incalculable:00 1
-5 counsel%1:18:00:: 1
-5 could%2:42:00:: 1
-5 couch%1:06:00:: 1
-5 correspondence%1:10:00:: 1
-5 correct%5:00:00:proper:00 2
-5 correct%3:00:00:: 1
-5 correct%2:41:01:: 2
-5 coroner%1:18:00:: 1
-5 corner%1:15:01:: 5
-5 core%1:14:00:: 1
-5 cord%1:06:00:: 1
-5 cope%2:41:00:: 1
-5 cooking%1:13:00:: 1
-5 convert%2:30:03:: 2
-5 conversely%4:02:00:: 1
-5 converse%2:32:00:: 1
-5 convenience%1:26:00:: 1
-5 control%1:09:02:: 4
-5 control%1:04:00:: 5
-5 contrary%5:00:00:different:00 1
-5 contradict%2:42:00:: 1
-5 contractor%1:18:00:: 1
-5 continue%2:38:00:: 4
-5 continent%1:17:00:: 1
-5 contention%1:10:02:: 1
-5 content%3:00:04:: 1
-5 contemporary%5:00:00:current:00 2
-5 contemplate%2:31:00:: 3
-5 container%1:06:00:: 1
-5 construe%2:31:00:: 1
-5 constructive%3:00:00:: 1
-5 construction%1:10:01:: 2
-5 construct%2:36:01:: 2
-5 consonantal_system%1:10:00:: 1
-5 conserve%2:40:01:: 1
-5 conquer%2:30:00:: 1
-5 connected%5:00:00:related:02 1
-5 conjure_up%2:36:00:: 1
-5 conjugated%5:00:02:bound:03 1
-5 congratulate%2:32:00:: 1
-5 confused%5:00:00:perplexed:00 1
-5 confuse%2:31:03:: 2
-5 confirm%2:32:00:: 2
-5 confine%2:30:00:: 1
-5 conduct%1:04:00:: 1
-5 concur%2:32:00:: 1
-5 conclusion%1:09:01:: 2
-5 concert%1:10:00:: 1
-5 concentration%1:07:03:: 2
-5 concentrated%5:00:00:undiluted:00 2
-5 concentrated%3:00:00:: 1
-5 concentrate_on%2:42:00:: 1
-5 conceivable%5:00:00:possible:00 1
-5 comprehension%1:09:00:: 1
-5 compose%2:36:03:: 2
-5 complicate%2:30:00:: 1
-5 complete%2:30:00:: 2
-5 compensate%2:42:00:: 1
-5 compel%2:32:00:: 2
-5 company%1:14:02:: 4
-5 commune%1:15:00:: 1
-5 commissioner%1:18:00:: 1
-5 command%1:07:00:: 3
-5 coming%5:00:01:future:00 1
-5 comfortably%4:02:00:: 1
-5 comfort%1:26:00:: 1
-5 comfort%1:12:00:: 2
-5 come_out%2:30:04:: 3
-5 come_on%2:38:00:: 2
-5 combined%5:00:00:joint:00 1
-5 combine%2:35:01:: 3
-5 column%1:25:02:: 4
-5 colors%1:06:00:: 1
-5 colonial%3:01:00:: 1
-5 collar%1:06:00:: 1
-5 coldly%4:02:00:: 1
-5 cold%1:26:00:: 1
-5 cold%1:07:00:: 2
-5 coincide%2:30:00:: 2
-5 cocktail_party%1:11:00:: 1
-5 coax%2:32:00:: 1
-5 coal%1:27:00:: 1
-5 cling%2:37:00:: 2
-5 climate%1:26:00:: 1
-5 click%2:38:00:: 1
-5 cliche%1:10:00:: 1
-5 cleveland%1:15:00:: 1
-5 clear%2:30:09:: 2
-5 clean_out%2:30:00:: 1
-5 classroom%1:06:00:: 1
-5 clarify%2:30:00:: 2
-5 clamor%2:32:03:: 1
-5 clamor%1:11:00:: 1
-5 churchyard%1:15:00:: 1
-5 chromatography%1:22:00:: 1
-5 choreograph%2:36:00:: 1
-5 chinese%3:01:00:: 1
-5 china%1:15:00:: 1
-5 chief%1:18:00:: 1
-5 chemistry%1:09:00:: 1
-5 cheery%5:00:00:cheerful:00 1
-5 checklist%1:10:00:: 1
-5 checkbook%1:21:00:: 1
-5 check%2:41:08:: 4
-5 chase%1:04:00:: 1
-5 chart%2:31:13:: 1
-5 change%2:30:04:: 6
-5 chance%5:00:00:unplanned:00 1
-5 challenge%1:26:00:: 1
-5 centrally%4:02:00:: 1
-5 central%3:00:02:: 3
-5 center%2:31:00:: 2
-5 center%1:15:00:: 4
-5 cellulose%1:27:00:: 1
-5 celebration%1:11:00:: 1
-5 causal%5:00:00:causative:00 1
-5 catholicism%1:09:00:: 1
-5 case%1:18:03:: 6
-5 cart%1:06:00:: 1
-5 carry%2:35:01:: 6
-5 caress%2:35:00:: 1
-5 card%1:06:00:: 1
-5 capture%2:36:00:: 1
-5 capable%5:00:00:susceptible:00 2
-5 canyon%1:17:00:: 1
-5 canon%1:10:00:: 1
-5 cane%1:06:01:: 1
-5 candidate%1:18:00:: 2
-5 campaign%1:04:02:: 2
-5 calm%2:37:00:: 1
-5 cafe%1:06:00:: 1
-5 cabin%1:06:01:: 1
-5 by_the_way%4:02:00:: 1
-5 bw%1:04:00:: 1
-5 business%1:14:02:: 7
-5 bush%1:20:00:: 1
-5 burst%1:04:00:: 1
-5 burial%1:11:00:: 1
-5 bulk%1:07:02:: 1
-5 buffer%2:30:00:: 1
-5 brush%2:35:02:: 3
-5 brood%2:31:00:: 1
-5 broad%5:00:00:general:00 3
-5 bristle%1:06:00:: 1
-5 bright%5:00:00:intelligent:00 3
-5 breed%1:14:01:: 1
-5 breathless%3:00:00:: 1
-5 breathing%1:04:00:: 1
-5 breakdown%1:04:02:: 1
-5 break_up%2:38:01:: 1
-5 break%2:41:00:: 6
-5 branch%1:25:00:: 3
-5 brain%1:09:01:: 3
-5 brain%1:09:00:: 2
-5 boxcar%1:06:00:: 1
-5 bowed%5:00:00:unerect:00 1
-5 bounce%2:35:03:: 2
-5 bottom%1:15:01:: 2
-5 borrow%2:40:01:: 2
-5 born%3:00:00:: 1
-5 border%1:15:00:: 1
-5 boom%2:39:00:: 1
-5 body%1:14:02:: 6
-5 board%2:38:00:: 1
-5 blurred%5:00:00:indistinct:00 1
-5 bluff%1:17:00:: 1
-5 blow%2:43:00:: 2
-5 blind%1:14:00:: 1
-5 blaze%2:43:01:: 1
-5 birdie%2:35:00:: 1
-5 bicycle%1:06:00:: 1
-5 beset%2:37:00:: 1
-5 bend%2:35:00:: 3
-5 beg%2:32:01:: 2
-5 become%2:42:00:: 3
-5 bear%2:40:02:: 6
-5 beam%2:29:00:: 1
-5 bayonet%1:06:00:: 1
-5 battlefield%1:15:00:: 1
-5 bathe%2:29:00:: 1
-5 bath%1:06:02:: 1
-5 bat%1:06:01:: 1
-5 basic%5:00:00:essential:00 3
-5 barrel%1:06:00:: 2
-5 barge%1:06:00:: 1
-5 barbell%1:06:00:: 1
-5 bar%2:35:00:: 2
-5 bandaged%5:00:00:treated:02 1
-5 ball%1:06:03:: 2
-5 background%1:09:01:: 3
-5 background%1:09:00:: 2
-5 awfully%4:02:00:: 1
-5 award%1:21:00:: 3
-5 avert%2:41:00:: 1
-5 automatic%5:00:00:mechanical:00 2
-5 authorization%1:10:00:: 1
-5 authority%1:18:01:: 2
-5 atmosphere%1:26:00:: 4
-5 at_hand%5:00:02:close:01 1
-5 assent%1:10:00:: 1
-5 aside%4:02:01:: 2
-5 asia%1:17:00:: 1
-5 ashamed%3:00:00:: 1
-5 as_many%5:00:00:equal:00 1
-5 arts%1:09:00:: 1
-5 artery%1:08:00:: 1
-5 arrest%1:04:00:: 1
-5 area%1:07:00:: 6
-5 archbishop%1:18:00:: 1
-5 approximate%2:42:00:: 1
-5 apprehension%1:12:00:: 1
-5 appreciate%2:40:00:: 3
-5 applaud%2:32:01:: 1
-5 appetite%1:12:00:: 1
-5 apparent%5:00:00:visible:00 3
-5 anticipated%5:00:00:expected:00 1
-5 anticipate%2:41:00:: 2
-5 anti-semite%1:18:00:: 1
-5 answer%2:31:03:: 4
-5 annoy%2:37:00:: 1
-5 anniversary%1:28:00:: 1
-5 anemia%1:26:00:: 1
-5 and_others%4:02:00:: 1
-5 ancient%5:00:01:old:01 3
-5 ancient%5:00:00:past:00 1
-5 ancient%5:00:00:old:02 2
-5 ancestral%5:00:00:inheritable:00 1
-5 analytical_cubism%1:14:00:: 1
-5 analysis%1:09:00:: 2
-5 analogy%1:07:00:: 1
-5 ambush%1:04:00:: 1
-5 ambitious%3:00:00:: 1
-5 amazing%5:00:00:surprising:00 1
-5 amazing%5:00:00:impressive:00 2
-5 alveolus%1:08:00:: 1
-5 aluminum%1:27:00:: 1
-5 altercation%1:10:00:: 1
-5 allege%2:32:00:: 1
-5 all_the_way%4:02:03:: 2
-5 all_along%4:02:00:: 1
-5 alarm%1:12:00:: 1
-5 airplane%1:06:00:: 1
-5 air%3:00:00:: 1
-5 aim%2:32:09:: 3
-5 ahead%4:02:06:: 2
-5 ahead%4:02:02:: 3
-5 agony%1:12:00:: 1
-5 agent%1:27:00:: 3
-5 after%4:02:01:: 1
-5 african%3:01:00:: 1
-5 affected%3:00:00:: 1
-5 affair%1:26:00:: 2
-5 aeration%1:22:00:: 1
-5 aegean%3:01:01:: 1
-5 advanced%5:00:00:precocious:00 1
-5 advance%2:30:08:: 3
-5 adult%1:18:00:: 1
-5 adult%1:05:00:: 2
-5 administrator%1:18:00:: 1
-5 adjustment%1:11:00:: 1
-5 adjunct%1:17:00:: 1
-5 adhere%2:42:00:: 1
-5 adequately%4:02:00:: 1
-5 address%2:32:02:: 2
-5 address%1:15:00:: 2
-5 additive%1:06:00:: 1
-5 addition%1:06:00:: 1
-5 addition%1:04:02:: 2
-5 active%3:00:03:: 3
-5 acting%1:04:00:: 1
-5 act_on%2:41:00:: 1
-5 acquire%2:30:00:: 2
-5 acknowledge%2:32:00:: 2
-5 account_for%2:42:01:: 3
-5 account%1:26:00:: 3
-5 accord%2:40:00:: 2
-5 accommodate%2:42:00:: 1
-5 accommodate%2:30:00:: 2
-5 accident%1:11:00:: 2
-5 accent%1:10:01:: 1
-5 academy%1:14:00:: 1
-5 abstraction%1:09:00:: 1
-5 abstract%3:00:00:: 1
-5 abstract%2:31:00:: 1
-5 absorb%2:31:00:: 2
-5 above_all%4:02:00:: 1
-5 about%4:02:01:: 3
-5 abandon%2:31:01:: 4
-5 a_million%5:00:00:cardinal:00 1
-5 50%1:23:00:: 1
-5 5%1:23:00:: 1
-5 100%1:23:00:: 1
-4 youngster%1:18:00:: 1
-4 young_woman%1:18:00:: 1
-4 young_girl%1:18:00:: 1
-4 yield%2:36:00:: 3
-4 yield%1:04:00:: 1
-4 yell%1:10:01:: 2
-4 yearn%2:37:00:: 1
-4 xylem%1:20:00:: 1
-4 written_language%1:10:00:: 1
-4 writing%1:10:02:: 3
-4 write_of%2:36:00:: 1
-4 write_down%2:32:01:: 1
-4 write_about%2:36:00:: 1
-4 write%2:32:03:: 8
-4 wrinkled%5:00:00:furrowed:00 1
-4 wrinkle%1:25:00:: 1
-4 wrap%2:35:02:: 2
-4 worth%1:07:00:: 2
-4 worse%4:02:00:: 1
-4 worker%1:18:01:: 2
-4 worker%1:05:01:: 3
-4 workable%5:00:00:possible:00 1
-4 work_up%2:30:00:: 1
-4 work%2:41:04:: 9
-4 work%2:30:00:: 10
-4 wondrously%4:02:00:: 1
-4 wonder%1:11:00:: 2
-4 wonder%1:09:00:: 3
-4 withdraw%2:41:01:: 2
-4 withdraw%2:35:00:: 3
-4 wiry%5:00:00:thin:03 1
-4 wind_up%2:30:02:: 2
-4 wildly%4:02:02:: 2
-4 width%1:07:00:: 1
-4 widow%1:18:00:: 1
-4 wide%5:00:00:open:08 3
-4 wide%4:02:01:: 1
-4 whole_thing%1:06:00:: 1
-4 whole%1:06:00:: 2
-4 white_man%1:18:00:: 1
-4 whip%2:33:00:: 2
-4 wet%2:30:00:: 1
-4 well_known%5:00:00:known:00 1
-4 well%4:02:08:: 5
-4 well%4:02:07:: 6
-4 well%3:00:01:: 1
-4 welcome%3:00:00:: 1
-4 welcome%2:32:00:: 2
-4 weight%1:07:01:: 3
-4 weigh%2:32:00:: 2
-4 wearily%4:02:00:: 1
-4 weapons_system%1:06:00:: 1
-4 weapon_system%1:06:00:: 1
-4 wave%2:38:00:: 3
-4 watercolorist%1:18:00:: 1
-4 waste%1:04:00:: 2
-4 warmth%1:09:00:: 1
-4 walk%1:04:01:: 2
-4 walk%1:04:00:: 1
-4 wakefulness%1:09:00:: 1
-4 wake%1:19:00:: 1
-4 waiter%1:18:00:: 1
-4 waist%1:08:00:: 1
-4 wade%2:38:00:: 1
-4 vulture%1:05:00:: 1
-4 vow%2:32:00:: 1
-4 volunteer%2:32:00:: 1
-4 volume%1:10:00:: 4
-4 voice%2:32:00:: 1
-4 voice%1:04:00:: 5
-4 vocational_school%1:14:00:: 1
-4 vividly%4:02:00:: 1
-4 vivid%5:00:00:clear:00 2
-4 visualize%2:36:00:: 1
-4 visit%1:04:01:: 3
-4 visible_light%1:19:00:: 1
-4 virus%1:05:00:: 1
-4 virtually%4:02:02:: 3
-4 virtually%4:02:01:: 2
-4 view%1:10:00:: 6
-4 view%1:09:00:: 7
-4 vie%2:33:00:: 1
-4 victim%1:18:01:: 2
-4 vicious%5:00:00:inhumane:00 1
-4 vicinity%1:15:00:: 1
-4 very%5:00:00:actual:00 3
-4 veranda%1:06:00:: 1
-4 venture%2:32:00:: 2
-4 vending_machine%1:06:00:: 1
-4 vaudeville%1:10:00:: 1
-4 variable%1:17:00:: 1
-4 vanity%1:12:00:: 1
-4 value-system%1:09:00:: 1
-4 validity%1:07:01:: 1
-4 utopian%1:18:00:: 1
-4 used%3:00:00:: 1
-4 upset%2:30:00:: 1
-4 uproar%1:26:00:: 1
-4 uphold%2:32:02:: 3
-4 up_here%4:02:00:: 1
-4 unstressed%3:00:00:: 1
-4 unpopular%3:00:00:: 1
-4 unpaired%5:00:00:mismatched:00 1
-4 unnatural%3:00:00:: 1
-4 unlock%2:35:00:: 1
-4 united_states_of_america%1:15:00:: 1
-4 united_nations%1:14:00:: 1
-4 uniquely%4:02:00:: 1
-4 union%5:00:00:northern:02 1
-4 uniform%3:00:00:: 1
-4 ungainly%5:00:00:awkward:00 1
-4 unfamiliar%3:00:00:: 1
-4 uneven%3:00:00:: 1
-4 understand%2:31:02:: 4
-4 under_fire%5:00:00:vulnerable:00 1
-4 undepicted%5:00:00:undelineated:00 1
-4 uncover%2:39:00:: 1
-4 uncommon%3:00:00:: 1
-4 uncharged%3:00:00:: 1
-4 uncertainty%1:09:00:: 2
-4 unavailable%3:00:00:: 1
-4 ultracentrifugation%1:22:00:: 1
-4 ulcer%1:26:00:: 1
-4 twitch%2:29:00:: 1
-4 twice%4:02:01:: 2
-4 turn_upon%2:30:00:: 1
-4 turn_back%2:30:00:: 2
-4 turn_away%2:38:00:: 2
-4 turn%1:04:06:: 3
-4 tubing%1:06:00:: 1
-4 tuberculosis%1:26:00:: 1
-4 try%2:41:06:: 3
-4 trust%2:31:02:: 3
-4 trust%1:21:03:: 1
-4 trousers%1:06:00:: 1
-4 trough%1:17:00:: 1
-4 trivial%5:00:00:unimportant:00 1
-4 triumphantly%4:02:00:: 1
-4 trigger%2:36:00:: 1
-4 triamcinolone%1:27:00:: 1
-4 tri-iodothyronine%1:27:00:: 1
-4 tremble%2:38:00:: 2
-4 treatment%1:07:00:: 3
-4 treason%1:04:00:: 1
-4 traverse%2:38:00:: 1
-4 trap%1:06:00:: 1
-4 transverse%5:00:00:crosswise:00 1
-4 transport%2:38:00:: 1
-4 transpiring%3:44:00:: 1
-4 transmit%2:40:10:: 1
-4 transmission%1:04:01:: 1
-4 translation%1:10:00:: 1
-4 translate%2:31:00:: 3
-4 traitor%1:18:00:: 1
-4 trail%1:06:00:: 2
-4 toy%1:06:00:: 1
-4 town_meeting%1:14:00:: 1
-4 town%1:15:01:: 3
-4 tower%1:06:00:: 1
-4 touchdown%1:04:00:: 1
-4 touch_on%2:32:01:: 1
-4 touch%2:37:00:: 3
-4 totter%2:38:02:: 1
-4 toss%2:38:01:: 4
-4 topple%2:38:00:: 1
-4 top%5:00:00:maximal:00 3
-4 tongue%1:10:00:: 2
-4 tone_system%1:10:00:: 1
-4 tobacco%1:06:00:: 1
-4 toad%1:05:00:: 1
-4 to_it%4:02:00:: 1
-4 tissue%1:27:02:: 2
-4 time_period%1:28:00:: 1
-4 time_off%1:28:00:: 1
-4 time%2:30:00:: 1
-4 tie%2:30:01:: 3
-4 tie%1:26:01:: 2
-4 thyroid_hormone%1:08:00:: 1
-4 thrust%2:38:01:: 3
-4 throw%2:36:02:: 7
-4 throw%1:04:00:: 1
-4 through%5:00:00:finished:01 1
-4 throttle%1:06:00:: 1
-4 threat%1:10:01:: 3
-4 threat%1:10:00:: 2
-4 thread%1:06:00:: 1
-4 thorough%5:00:00:careful:00 1
-4 third%1:04:00:: 2
-4 think%2:36:00:: 5
-4 thing%1:09:01:: 10
-4 thieving%5:00:00:dishonest:00 1
-4 thickness%1:07:01:: 1
-4 therapeutic%3:01:00:: 2
-4 then_again%4:02:00:: 1
-4 the_like%1:09:00:: 1
-4 the_french%1:18:00:: 1
-4 that_much%4:02:00:: 1
-4 that_is_to_say%4:02:00:: 1
-4 testing%1:04:03:: 2
-4 testimony%1:10:01:: 2
-4 test%5:00:00:empirical:00 1
-4 test%2:32:00:: 3
-4 test%1:09:01:: 3
-4 territory%1:21:01:: 2
-4 terrified%5:00:00:afraid(p):00 1
-4 tenth%5:00:00:ordinal:00 1
-4 tension%1:26:01:: 2
-4 tenement%1:06:00:: 1
-4 tend%2:42:00:: 2
-4 tenant%1:18:00:: 1
-4 tempt%2:32:04:: 2
-4 tempt%2:32:01:: 1
-4 tell%2:32:03:: 7
-4 teenage%5:00:00:young:00 1
-4 technique%1:09:01:: 2
-4 teaching_method%1:09:00:: 1
-4 taut%5:00:00:tense:01 1
-4 target%1:18:00:: 2
-4 target%1:15:00:: 3
-4 tally%1:04:01:: 1
-4 talk%2:32:02:: 4
-4 talent%1:18:00:: 2
-4 take_up%2:41:01:: 3
-4 take_to%2:37:00:: 1
-4 take_root%2:30:01:: 1
-4 take_out%2:30:00:: 3
-4 take_off%2:38:02:: 4
-4 take_charge%2:41:00:: 1
-4 take_away%2:30:00:: 3
-4 take%2:38:05:: 27
-4 take%2:33:09:: 28
-4 take%2:30:09:: 29
-4 tag%1:10:00:: 1
-4 tactic%1:09:00:: 1
-4 tabulate%2:36:00:: 1
-4 systematize%2:30:00:: 1
-4 symphony%1:10:00:: 1
-4 sympathy%1:24:00:: 3
-4 switch%1:06:01:: 1
-4 swirling%5:00:00:moving:02 1
-4 swing%2:41:01:: 4
-4 swing%2:35:00:: 5
-4 swerve%2:38:00:: 1
-4 swell%2:41:00:: 2
-4 swell%2:30:00:: 3
-4 sweet%5:00:00:lovable:00 2
-4 sweaty%5:00:00:wet:01 1
-4 sway%2:38:01:: 2
-4 swamp%1:17:00:: 1
-4 swallow%2:33:00:: 2
-4 suspend%2:30:01:: 2
-4 survey%1:10:00:: 2
-4 surge%1:11:00:: 1
-4 surface_tension%1:19:00:: 1
-4 surface%1:09:00:: 4
-4 sure%3:00:04:: 3
-4 supremacy%1:26:00:: 1
-4 suppress%2:30:00:: 1
-4 supposedly%4:02:00:: 1
-4 supposed%5:00:00:obligated(p):00 6
-4 support%1:09:00:: 3
-4 support%1:04:03:: 4
-4 supply%1:22:00:: 2
-4 supplement%1:10:00:: 1
-4 supplement%1:07:00:: 2
-4 supplement%1:06:00:: 3
-4 supersede%2:41:00:: 1
-4 superior%3:00:01:: 2
-4 superintendent%1:18:00:: 1
-4 superimpose%2:35:00:: 1
-4 superficial%3:00:00:: 1
-4 sundry%5:00:00:heterogeneous:00 1
-4 sum%1:09:01:: 2
-4 suggested%5:00:00:advisable:00 1
-4 suffer%2:29:00:: 6
-4 suck%2:34:04:: 1
-4 succumb%2:32:00:: 1
-4 successor%1:18:01:: 1
-4 subtle%5:00:00:delicate:00 2
-4 subsystem%1:14:00:: 1
-4 subside%2:30:00:: 1
-4 subsequently%4:02:00:: 1
-4 submit%2:40:00:: 4
-4 submissive%3:00:00:: 1
-4 sublime%5:00:00:glorious:00 1
-4 subject%1:10:01:: 5
-4 stuff%2:38:00:: 2
-4 strychnine%1:27:00:: 1
-4 stroll%2:38:01:: 1
-4 stroke%2:35:00:: 1
-4 strip%1:06:02:: 3
-4 strike_up%2:36:01:: 1
-4 strike%2:35:02:: 6
-4 strewn%5:00:00:covered:00 1
-4 strew%2:35:00:: 1
-4 stretch%2:38:00:: 3
-4 stretch%2:30:00:: 4
-4 stress%2:32:01:: 2
-4 strength%1:07:06:: 3
-4 stream%2:38:01:: 1
-4 stream%1:14:00:: 2
-4 strangle%2:35:00:: 1
-4 straighten_up%2:38:01:: 1
-4 straddle%2:42:01:: 1
-4 stoutly%4:02:00:: 1
-4 stop%2:30:05:: 6
-4 stolidly%4:02:00:: 1
-4 stocking%1:06:00:: 1
-4 stir%2:39:00:: 3
-4 stir%2:37:01:: 4
-4 stipulate%2:32:00:: 1
-4 stiffened%5:00:00:inflexible:01 1
-4 stiff%5:00:02:inflexible:01 1
-4 sticky%5:00:00:adhesive:00 1
-4 stick_to%2:35:03:: 2
-4 steroid%1:27:00:: 1
-4 stepmother%1:18:00:: 1
-4 steer%2:38:00:: 1
-4 steal%2:38:00:: 2
-4 statutory%3:01:00:: 1
-4 station%2:33:00:: 1
-4 statesman%1:18:00:: 1
-4 state_department%1:14:00:: 1
-4 starve%2:34:00:: 1
-4 stare%2:29:00:: 2
-4 stand_out%2:42:02:: 1
-4 stand_out%2:42:00:: 2
-4 stand_by%2:42:00:: 1
-4 stand%1:06:00:: 1
-4 stalk%2:38:00:: 1
-4 staff%2:33:00:: 1
-4 squeeze%2:35:03:: 3
-4 square%2:30:00:: 1
-4 squad%1:14:00:: 2
-4 sprout%2:30:00:: 1
-4 springtime%1:28:00:: 1
-4 spring%1:06:00:: 2
-4 spree%1:04:00:: 1
-4 spread%5:00:00:distributed:00 1
-4 spread%2:32:02:: 6
-4 sponsor%1:18:00:: 1
-4 split%2:41:03:: 1
-4 spire%1:06:00:: 1
-4 spell%1:26:00:: 1
-4 speed%1:04:00:: 3
-4 speech%1:10:06:: 3
-4 speculate%2:32:00:: 2
-4 spectral%3:01:00:: 1
-4 spectacular%5:00:00:impressive:00 1
-4 specify%2:32:02:: 2
-4 spark%1:11:01:: 1
-4 spark%1:07:00:: 2
-4 spare_time%1:28:00:: 1
-4 space%1:15:01:: 5
-4 sovereign%5:00:00:free:00 1
-4 sophomore%1:18:00:: 1
-4 somersault%1:04:00:: 1
-4 somatic%5:00:00:physical:00 1
-4 solid%5:00:00:unbroken:02 5
-4 solid%5:00:00:homogeneous:00 4
-4 solicit%2:32:00:: 1
-4 solemnly%4:02:00:: 1
-4 solar_system%1:17:00:: 1
-4 solar%3:01:00:: 1
-4 soften%2:39:00:: 1
-4 soft%3:00:04:: 3
-4 sod%1:17:00:: 1
-4 soar%2:38:01:: 1
-4 soak%2:35:01:: 1
-4 snore%2:29:00:: 1
-4 smoke%1:22:00:: 2
-4 small_town%1:14:00:: 1
-4 slump%2:38:01:: 1
-4 slug%1:06:00:: 1
-4 sludge%1:27:01:: 1
-4 slope%1:07:00:: 2
-4 slip%2:30:00:: 4
-4 slip%1:04:02:: 1
-4 slim%5:00:00:thin:03 1
-4 slacks%1:06:00:: 1
-4 slacken%2:30:02:: 1
-4 skirt%1:06:01:: 1
-4 sketch%2:36:00:: 1
-4 sinner%1:18:00:: 1
-4 sink%2:38:07:: 3
-4 sink%1:06:00:: 1
-4 simultaneous%5:00:00:synchronous:00 1
-4 simplicity%1:07:02:: 1
-4 simple%5:00:02:plain:01 3
-4 silver%5:00:00:metallic:00 1
-4 silver%5:00:00:bright:00 2
-4 silently%4:02:00:: 1
-4 silence%2:30:00:: 1
-4 signal%2:32:00:: 1
-4 sign%1:10:03:: 3
-4 sight%2:39:00:: 1
-4 sickness%1:26:00:: 1
-4 shy_away_from%2:32:00:: 1
-4 shun%2:32:00:: 1
-4 shuffle%2:38:00:: 1
-4 shriek%2:32:00:: 1
-4 shriek%1:10:00:: 1
-4 shower%1:04:00:: 2
-4 show_up%2:39:00:: 2
-4 show_off%2:39:00:: 1
-4 shortstop%1:18:00:: 1
-4 shortsighted%5:00:00:improvident:00 1
-4 shortage%1:07:00:: 1
-4 shooting%1:04:01:: 2
-4 shock%2:37:01:: 1
-4 shiver%2:29:00:: 2
-4 shipping%1:04:00:: 1
-4 share%2:40:00:: 4
-4 shaped%5:00:00:formed:00 1
-4 shaking%5:00:00:unsteady:00 1
-4 shaded%3:00:01:: 1
-4 shabby%5:00:00:worn:00 1
-4 sexually%4:02:01:: 1
-4 sewer%1:06:00:: 1
-4 seventh%5:00:00:ordinal:00 1
-4 settle_down%2:38:00:: 1
-4 settle_down%2:30:00:: 2
-4 settle%2:38:07:: 6
-4 set_up%5:00:00:established:00 1
-4 set_up%2:35:00:: 5
-4 set_off%2:36:00:: 1
-4 set_in_motion%2:35:05:: 1
-4 set%5:00:00:ready:00 1
-4 session%1:04:00:: 3
-4 service%1:14:05:: 4
-4 sermon%1:10:00:: 1
-4 serious%5:00:00:critical:03 3
-4 separately%4:02:02:: 1
-4 separate%5:00:01:individual:00 2
-4 sensory%5:00:00:afferent:00 1
-4 sensitivity%1:07:00:: 2
-4 sensibility%1:09:00:: 1
-4 sending%1:04:00:: 1
-4 send_for%2:32:00:: 1
-4 senate%1:14:01:: 2
-4 semi%5:00:00:fractional:00 1
-4 sell%2:40:01:: 4
-4 self-sustaining%5:00:00:independent:00 1
-4 self-satisfaction%1:12:00:: 1
-4 seize%2:40:01:: 3
-4 segment%1:06:00:: 1
-4 seep%2:38:00:: 1
-4 see_to_it%2:31:00:: 1
-4 see%2:35:09:: 15
-4 secure%2:35:01:: 2
-4 sector%1:14:00:: 2
-4 seat%1:08:00:: 2
-4 scrub%2:35:00:: 1
-4 screen%1:06:06:: 1
-4 scrape%2:35:00:: 1
-4 scramble%2:38:01:: 2
-4 score%1:23:00:: 3
-4 score%1:14:00:: 4
-4 scoff%2:32:00:: 1
-4 school_superintendent%1:18:00:: 1
-4 school%1:14:02:: 4
-4 scholarship%1:09:00:: 2
-4 schizophrenic%5:00:01:insane:00 1
-4 scatter%2:38:00:: 2
-4 scare%2:37:00:: 1
-4 scar%1:07:00:: 2
-4 say%2:32:02:: 6
-4 savor%2:37:00:: 1
-4 save%2:41:00:: 3
-4 save%2:40:02:: 4
-4 save%2:40:01:: 5
-4 save%2:30:00:: 6
-4 savannah%1:15:00:: 1
-4 satisfying%5:00:00:rewarding:00 1
-4 satisfaction%1:26:00:: 2
-4 satellite%1:06:00:: 1
-4 sarcastic%3:00:00:: 1
-4 sampling%1:04:00:: 1
-4 same%4:02:00:: 1
-4 saline%5:00:00:salt:00 1
-4 sales_force%1:14:00:: 1
-4 safety%1:15:00:: 2
-4 sacred%3:00:00:: 1
-4 rustling%1:04:00:: 1
-4 russian%1:10:00:: 2
-4 run_through%2:34:01:: 1
-4 run%2:38:11:: 11
-4 rumble%1:11:00:: 1
-4 ruling%1:04:00:: 1
-4 ruler%1:18:00:: 1
-4 ruin%2:35:00:: 1
-4 rug%1:06:00:: 1
-4 rubber%1:27:00:: 1
-4 royal%3:01:00:: 1
-4 row%2:38:00:: 1
-4 round_up%2:35:00:: 1
-4 rome%1:15:00:: 1
-4 romance%1:26:00:: 1
-4 roman_catholic%1:14:00:: 2
-4 rolling%5:00:00:reverberant:00 1
-4 roast%2:30:00:: 1
-4 rival%5:00:00:competitive:00 1
-4 rival%2:42:00:: 1
-4 ritual%1:04:01:: 2
-4 risk%1:26:00:: 1
-4 rise_up%2:38:00:: 1
-4 rise%2:42:01:: 6
-4 rise%2:38:06:: 7
-4 rise%2:30:03:: 8
-4 rise%2:30:02:: 9
-4 rise%2:29:08:: 10
-4 ripple%1:11:00:: 1
-4 ring_out%2:39:00:: 1
-4 ring%1:07:00:: 1
-4 rightly%4:02:00:: 1
-4 right%4:02:03:: 4
-4 right%1:14:00:: 4
-4 ridiculous%5:00:00:undignified:00 1
-4 richmond%1:15:00:: 1
-4 rice%1:20:00:: 2
-4 rib%1:06:00:: 1
-4 rhode_islander%1:18:00:: 1
-4 rh_antibody%1:27:00:: 1
-4 reward%1:11:00:: 1
-4 revolver%1:06:00:: 1
-4 revolt%1:04:00:: 1
-4 review%1:09:00:: 1
-4 revelation%1:10:02:: 1
-4 revelation%1:09:00:: 2
-4 retort%2:32:00:: 1
-4 retailing%1:04:00:: 1
-4 resume%2:41:00:: 3
-4 resume%1:10:00:: 1
-4 restrict%2:30:00:: 3
-4 restore%2:30:00:: 2
-4 restatement%1:10:00:: 1
-4 rest%2:42:00:: 4
-4 rest%2:29:00:: 5
-4 response%1:10:02:: 4
-4 respective%5:00:00:individual:00 1
-4 respect%2:41:00:: 2
-4 resistance%1:19:00:: 2
-4 resentful%3:00:00:: 1
-4 request%1:10:00:: 2
-4 reputation%1:26:01:: 2
-4 reputable%3:00:00:: 1
-4 representative%1:18:02:: 2
-4 representative%1:18:01:: 3
-4 replacement%1:04:00:: 1
-4 repetition%1:04:00:: 2
-4 render%2:36:03:: 3
-4 remove%2:41:00:: 2
-4 remove%2:40:00:: 3
-4 remote%5:00:00:unlikely:00 2
-4 relieve%2:41:01:: 2
-4 relegate%2:41:02:: 1
-4 release%2:35:01:: 3
-4 related%3:00:01:: 2
-4 relate%2:42:01:: 4
-4 rejoice%2:37:00:: 1
-4 reinforcement%1:04:01:: 1
-4 regulate%2:41:01:: 2
-4 register%2:41:01:: 3
-4 regional%5:00:00:territorial:00 2
-4 regard%1:09:00:: 1
-4 refusal%1:10:01:: 1
-4 reflection%1:19:00:: 2
-4 reflection%1:10:01:: 3
-4 reference%1:10:01:: 5
-4 refer%2:32:12:: 5
-4 recreate%2:29:02:: 1
-4 recover%2:29:00:: 2
-4 record%2:32:03:: 3
-4 recollection%1:09:00:: 1
-4 recollect%2:31:00:: 1
-4 reception%1:10:01:: 1
-4 recent%5:00:00:modern:00 3
-4 receiver%1:06:00:: 1
-4 recede%2:38:01:: 1
-4 recall%2:32:00:: 2
-4 reassurance%1:04:00:: 1
-4 rearward%4:02:00:: 1
-4 rearrange%2:30:00:: 1
-4 rear%1:15:01:: 3
-4 reality%1:26:02:: 3
-4 real%5:00:00:serious:00 4
-4 ready%5:00:01:available:00 2
-4 reading%1:10:01:: 2
-4 read%2:31:05:: 7
-4 reach_out%2:35:00:: 1
-4 rattle%2:39:00:: 1
-4 rational%3:00:00:: 1
-4 rape%2:41:00:: 1
-4 ranch%1:06:00:: 1
-4 ramrod%1:06:00:: 1
-4 raised%3:00:00:: 1
-4 raise%2:38:02:: 8
-4 rage%2:42:01:: 1
-4 rage%2:42:00:: 2
-4 rage%1:26:00:: 2
-4 radius%1:07:00:: 1
-4 radical%5:00:00:new:00 2
-4 radical%1:27:00:: 1
-4 race%1:14:00:: 3
-4 questionnaire%1:10:00:: 1
-4 queen%1:18:00:: 2
-4 quasi%5:00:00:similar:00 1
-4 quarter%1:15:00:: 2
-4 quantum%1:03:00:: 1
-4 quack%5:00:00:unqualified:01 1
-4 puzzled%5:00:00:perplexed:00 1
-4 put_up%2:35:00:: 1
-4 put_together%2:36:00:: 1
-4 pussy%1:08:00:: 1
-4 push%1:04:00:: 1
-4 pursuit%1:04:00:: 1
-4 pursue%2:41:01:: 4
-4 pump%2:35:00:: 1
-4 pump%1:06:00:: 1
-4 pull_out%2:38:03:: 2
-4 pull_out%2:38:00:: 1
-4 pull_in%2:35:00:: 1
-4 publisher%1:14:00:: 1
-4 publicity%1:10:00:: 1
-4 public_school%1:14:00:: 1
-4 public_relations%1:10:00:: 1
-4 public%1:14:01:: 2
-4 psychical%5:00:00:mental:00 1
-4 psychiatrist%1:18:00:: 1
-4 psithyrus%1:05:00:: 1
-4 provision%1:04:01:: 2
-4 province%1:15:00:: 1
-4 prove%2:31:02:: 4
-4 proudly%4:02:00:: 1
-4 protest%1:04:00:: 2
-4 prosecutor%1:18:00:: 1
-4 proportionately%4:02:00:: 1
-4 property%1:15:00:: 3
-4 proper%5:00:00:real(a):02 4
-4 propel%2:35:00:: 1
-4 propagandistic%3:01:00:: 1
-4 propaganda%1:10:00:: 1
-4 pronounced%5:00:00:noticeable:00 1
-4 prone%5:00:00:inclined(p):02 2
-4 promptly%4:02:02:: 1
-4 promotion%1:10:00:: 1
-4 program%2:32:00:: 1
-4 profitable%3:00:00:: 1
-4 professional%3:01:00:: 4
-4 profess%2:32:00:: 1
-4 prodigious%5:00:00:large:00 1
-4 procedural%3:01:00:: 1
-4 privileged%3:00:00:: 1
-4 printed%5:00:00:written:00 1
-4 price%2:40:00:: 1
-4 pressure%1:04:00:: 3
-4 preside%2:41:01:: 1
-4 presentation%1:04:00:: 2
-4 present%1:21:00:: 2
-4 preferably%4:02:00:: 1
-4 predecessor%1:18:00:: 1
-4 precisely%4:02:01:: 2
-4 precipitate%2:36:00:: 1
-4 precipitate%2:30:00:: 2
-4 precarious%5:00:00:uneasy:00 1
-4 preach%2:32:00:: 2
-4 prayer%1:10:02:: 2
-4 pour%2:38:02:: 4
-4 positivist%3:01:00:: 1
-4 pose%2:39:00:: 2
-4 portrait%1:06:01:: 1
-4 portion%1:06:00:: 2
-4 portion%1:04:00:: 3
-4 pork%1:13:00:: 1
-4 population_shift%1:11:00:: 1
-4 population%1:14:01:: 2
-4 pop_up%2:39:00:: 1
-4 pool%2:40:00:: 1
-4 poll%1:09:00:: 1
-4 politics%1:09:00:: 2
-4 politician%1:18:00:: 2
-4 politely%4:02:00:: 1
-4 police_chief%1:18:00:: 1
-4 police%2:41:00:: 1
-4 pole%1:18:00:: 2
-4 poison%1:27:00:: 1
-4 poised%5:00:00:balanced:00 1
-4 pm%1:28:00:: 1
-4 plunge%2:38:05:: 3
-4 plunge%2:38:01:: 2
-4 plunge%2:30:10:: 4
-4 plumpness%1:07:00:: 1
-4 pleasure%1:09:00:: 2
-4 plead%2:32:02:: 2
-4 plead%2:32:01:: 3
-4 playwright%1:18:00:: 1
-4 play%2:41:00:: 11
-4 play%2:36:06:: 12
-4 plate%1:06:02:: 2
-4 plantation%1:21:00:: 1
-4 planning%1:04:02:: 2
-4 planner%1:18:00:: 1
-4 place%2:40:00:: 4
-4 place%2:32:01:: 5
-4 place%1:04:00:: 8
-4 pity%2:37:00:: 1
-4 pipe%1:06:00:: 2
-4 pine%1:20:00:: 1
-4 pile_up%2:30:00:: 1
-4 piece%1:11:00:: 5
-4 picture%2:36:00:: 2
-4 pick_up%2:31:00:: 5
-4 pick_out%2:31:00:: 1
-4 pick%2:35:01:: 2
-4 phonemic_system%1:10:00:: 1
-4 phonemic%3:01:00:: 1
-4 personally%4:02:00:: 2
-4 permanently%4:02:00:: 1
-4 periphery%1:25:00:: 1
-4 periodical%1:10:00:: 1
-4 perilous%5:00:00:dangerous:00 1
-4 perfect%2:30:00:: 1
-4 perception%1:09:02:: 2
-4 perception%1:09:00:: 3
-4 pension%1:21:00:: 1
-4 pennant%1:10:01:: 1
-4 peer%1:18:00:: 1
-4 peculiarly%4:02:01:: 1
-4 pecs%1:08:00:: 1
-4 pay_off%2:40:02:: 1
-4 pay%2:31:00:: 6
-4 pattern%2:36:00:: 1
-4 patronne%1:18:00:: 1
-4 patron%1:18:00:: 1
-4 patriotic%3:00:00:: 1
-4 pasture%1:15:00:: 1
-4 pasted%5:00:00:affixed:00 1
-4 past%5:00:00:outgoing:00 2
-4 passion%1:12:00:: 1
-4 passenger%1:18:00:: 1
-4 passage%1:06:00:: 3
-4 pass_on%2:40:01:: 1
-4 pass%2:41:04:: 9
-4 part%2:38:02:: 1
-4 parenchyma%1:08:01:: 1
-4 parasite%1:05:00:: 1
-4 paradigm%1:24:00:: 1
-4 parade_ground%1:15:00:: 1
-4 paper%1:10:00:: 4
-4 pants%1:06:00:: 1
-4 palm%1:08:00:: 1
-4 palestine%1:15:01:: 1
-4 painting%1:04:02:: 3
-4 pains%1:04:00:: 1
-4 pace%1:07:01:: 3
-4 oyabun%1:18:00:: 1
-4 ownership%1:21:00:: 1
-4 overthrow%2:41:00:: 1
-4 overpayment%1:21:00:: 1
-4 overhead%3:00:00:: 1
-4 overall%1:06:00:: 1
-4 oval%5:00:00:rounded:00 1
-4 outside%5:00:00:external:00 3
-4 outset%1:28:00:: 1
-4 outfielder%1:18:00:: 1
-4 outdistance%2:38:00:: 1
-4 out_of_sight%5:00:00:invisible:00 1
-4 oust%2:41:00:: 1
-4 ounce%1:23:02:: 1
-4 ornery%5:00:00:ill-natured:00 1
-4 originate%2:36:00:: 2
-4 oriented%3:00:00:: 1
-4 oriental%5:00:00:eastern:01 1
-4 organize%2:30:00:: 4
-4 organification%1:22:00:: 1
-4 ordinary%5:00:02:common:01 2
-4 orderly%3:00:00:: 1
-4 ordering%1:14:00:: 1
-4 ordered%5:00:00:organized:01 2
-4 ordered%3:00:00:: 1
-4 order%1:26:02:: 5
-4 orange%1:13:00:: 1
-4 opposition%1:24:02:: 2
-4 opposite%5:00:02:other:00 3
-4 opposite%3:00:00:: 2
-4 opposing%5:00:00:hostile:01 1
-4 oppose%2:42:00:: 3
-4 opinion%1:10:01:: 2
-4 operetta%1:10:00:: 1
-4 operational%5:00:00:serviceable:00 2
-4 operation%1:22:00:: 5
-4 operation%1:04:02:: 6
-4 open%5:00:00:available:00 6
-4 open%3:00:08:: 5
-4 open%2:35:08:: 5
-4 open%2:30:00:: 6
-4 only%4:02:06:: 5
-4 one_and_the_same%5:00:00:same:02 1
-4 one%5:00:00:united:00 3
-4 on_the_whole%4:02:00:: 1
-4 on_request%4:02:00:: 1
-4 on_paper%4:02:01:: 1
-4 on_hand%5:00:00:available:00 1
-4 olympic%3:01:00:: 1
-4 old_maid%1:18:00:: 1
-4 old%5:00:00:unoriginal:00 5
-4 oily%5:00:00:fatty:00 1
-4 officiate%2:41:01:: 1
-4 offer%2:31:00:: 4
-4 of_age%5:00:00:old:02 1
-4 occupational%3:01:00:: 1
-4 obstruction%1:06:00:: 1
-4 obstacle%1:06:00:: 2
-4 observe%2:41:01:: 5
-4 obscure%5:00:00:unclear:00 1
-4 numerical%5:00:00:quantitative:00 1
-4 nourish%2:34:00:: 1
-4 note%1:10:04:: 3
-4 north_america%1:17:00:: 1
-4 nonmetallic%3:00:00:: 1
-4 nonfiction%1:10:00:: 1
-4 nonetheless%4:02:00:: 1
-4 nominate%2:32:00:: 1
-4 noisy%3:00:00:: 1
-4 no%4:02:01:: 2
-4 ninety%5:00:00:cardinal:00 1
-4 nineteen%5:00:00:cardinal:00 1
-4 nightfall%1:28:00:: 1
-4 nickel%1:27:00:: 1
-4 newport%1:15:00:: 1
-4 newborn%5:00:00:young:00 1
-4 neutralism%1:10:00:: 1
-4 neutral%5:00:00:objective:00 2
-4 network%1:06:01:: 2
-4 net%1:06:01:: 1
-4 nest%2:42:00:: 1
-4 neo%5:00:00:modern:00 1
-4 neglect%2:41:00:: 2
-4 neglect%2:31:05:: 3
-4 need%2:42:02:: 5
-4 necessitate%2:42:01:: 2
-4 necessarily%4:02:03:: 2
-4 nearer%5:00:00:near:00 1
-4 naval_blockade%1:04:00:: 1
-4 natural_law%1:09:00:: 1
-4 natural%3:00:03:: 3
-4 napoleon%1:18:00:: 1
-4 name%2:41:00:: 4
-4 name%2:32:07:: 5
-4 mysterious%5:00:00:esoteric:00 2
-4 muster%2:35:02:: 1
-4 must%2:42:00:: 1
-4 musical_comedy%1:10:00:: 1
-4 movement%1:14:00:: 4
-4 movement%1:10:00:: 5
-4 movement%1:04:03:: 6
-4 move_in%2:38:02:: 1
-4 move_back%2:38:00:: 1
-4 mount%2:36:00:: 4
-4 mount%1:05:00:: 1
-4 moscow%1:15:00:: 1
-4 mortgage%1:21:00:: 1
-4 mortality%1:07:00:: 1
-4 morphophonemic%3:01:00:: 1
-4 monotonous%5:00:00:unmelodious:00 1
-4 monitoring%1:04:00:: 1
-4 molecular_weight%1:07:00:: 1
-4 mold%2:36:02:: 1
-4 modern_world%1:28:00:: 1
-4 model%1:06:00:: 4
-4 mock%2:32:00:: 1
-4 mixing%1:04:00:: 1
-4 mistress%1:18:01:: 1
-4 mistake%2:31:00:: 2
-4 missile%1:06:00:: 2
-4 miss%2:42:00:: 6
-4 miss%2:35:00:: 7
-4 miss%2:33:00:: 8
-4 misleading%5:00:00:dishonest:00 1
-4 misfortune%1:11:00:: 1
-4 mirror%2:43:00:: 1
-4 millennium%1:28:00:: 1
-4 mill%1:06:01:: 1
-4 migrate%2:38:00:: 1
-4 mighty%4:02:00:: 1
-4 midwestern%5:00:00:western:02 1
-4 middle-aged%5:00:00:old:02 1
-4 middle%5:00:01:central:01 2
-4 microsecond%1:28:00:: 1
-4 microscopic%3:01:00:: 1
-4 microphone%1:06:00:: 1
-4 micron%1:23:00:: 1
-4 mexican%3:01:00:: 1
-4 meticulously%4:02:00:: 1
-4 method%1:07:00:: 2
-4 merry%5:00:02:joyous:00 1
-4 mere%5:00:00:plain:01 2
-4 mercy%1:04:00:: 1
-4 merchandise%1:06:00:: 1
-4 mental_image%1:09:00:: 1
-4 mental%3:01:00:: 2
-4 menarche%1:11:00:: 1
-4 memphis%1:15:00:: 1
-4 melody%1:09:00:: 2
-4 melancholy%1:12:00:: 1
-4 meeting%1:14:01:: 2
-4 meet%1:11:00:: 1
-4 meek%5:00:00:humble:00 1
-4 medium%1:15:01:: 2
-4 meditate%2:31:00:: 1
-4 medical%3:00:00:: 2
-4 medal%1:10:00:: 1
-4 meat%1:13:01:: 1
-4 measurable%3:00:00:: 1
-4 meaningless%3:00:00:: 1
-4 meager%3:00:00:: 1
-4 mature%5:00:00:developed:00 2
-4 mature%3:00:02:: 1
-4 matter_to%2:42:00:: 1
-4 mathematics%1:09:00:: 1
-4 mate%1:18:02:: 1
-4 match%1:06:00:: 1
-4 mat%1:06:00:: 1
-4 mastery%1:09:00:: 1
-4 masterpiece%1:06:00:: 1
-4 master%2:31:01:: 1
-4 mass%1:14:01:: 6
-4 marvel%2:32:12:: 1
-4 marketable%5:00:01:salable:00 1
-4 market_value%1:21:00:: 1
-4 market_price%1:21:00:: 1
-4 market%1:06:00:: 3
-4 mark%1:10:02:: 2
-4 marginal%5:00:00:peripheral:00 1
-4 march%1:04:01:: 3
-4 manure%1:27:00:: 1
-4 manufacturer%1:18:00:: 2
-4 manpower%1:14:00:: 1
-4 maniac%1:18:00:: 1
-4 man%1:18:08:: 6
-4 male%1:18:00:: 2
-4 make_up%2:36:03:: 2
-4 make%2:41:03:: 20
-4 make%2:40:02:: 21
-4 make%2:38:00:: 22
-4 make%2:31:13:: 23
-4 major_league%1:14:00:: 1
-4 maintain%2:40:01:: 5
-4 mailbox%1:06:00:: 1
-4 magnify%2:30:00:: 1
-4 magnetic%3:01:00:: 1
-4 magic%1:09:00:: 1
-4 lyricist%1:18:00:: 1
-4 lunkhead%1:18:00:: 1
-4 lull%1:28:00:: 1
-4 lower-middle-class%5:00:00:middle-class:00 1
-4 low_temperature%1:07:00:: 1
-4 low%3:00:03:: 5
-4 lot%1:14:00:: 3
-4 loss%1:07:00:: 4
-4 lose%2:39:00:: 6
-4 lore%1:09:00:: 1
-4 loom%2:42:00:: 2
-4 look_to%2:31:01:: 2
-4 look_back%2:31:00:: 2
-4 longing%1:12:00:: 1
-4 long_island%1:15:00:: 1
-4 long-range%5:00:00:long:02 1
-4 long%2:37:01:: 2
-4 lonely%5:00:00:unaccompanied:00 1
-4 lonely%5:00:00:dejected:00 2
-4 loneliness%1:26:00:: 1
-4 locker%1:06:00:: 1
-4 lock%2:30:00:: 3
-4 locate%2:40:01:: 3
-4 locate%2:30:00:: 4
-4 loading%1:06:01:: 1
-4 litter%1:14:00:: 1
-4 listen%2:41:11:: 3
-4 liquid%1:27:00:: 3
-4 linguistic%3:01:00:: 1
-4 linear%3:00:02:: 1
-4 line%1:06:06:: 13
-4 line%1:06:03:: 14
-4 liking%1:12:00:: 1
-4 likely%3:00:04:: 2
-4 like_the_devil%4:02:00:: 1
-4 lignite%1:27:00:: 1
-4 lightly%4:02:06:: 1
-4 light%3:00:04:: 3
-4 light%1:26:01:: 6
-4 light%1:07:00:: 7
-4 lifter%1:18:00:: 1
-4 lie%2:42:02:: 6
-4 lie%2:38:00:: 7
-4 lid%1:08:00:: 1
-4 license%1:10:00:: 1
-4 liberal%5:00:00:left:02 2
-4 liable%5:00:00:likely:00 1
-4 lexicostatistics%1:09:00:: 1
-4 levy%2:40:00:: 1
-4 level%2:33:02:: 1
-4 let_go%2:42:00:: 2
-4 lesson%1:10:01:: 3
-4 lesson%1:10:00:: 2
-4 lemon%1:13:00:: 1
-4 lemma%1:10:00:: 1
-4 leftfield%1:06:00:: 1
-4 left_ventricle%1:08:00:: 1
-4 lecture%2:32:01:: 1
-4 learning%1:09:00:: 1
-4 leak_out%2:32:00:: 1
-4 leading%5:00:02:major:06 1
-4 leadership%1:26:00:: 3
-4 lead_up%2:30:00:: 1
-4 lazy%5:00:00:slow:01 1
-4 lay%2:35:02:: 4
-4 law_enforcement%1:04:00:: 1
-4 launch%2:35:02:: 3
-4 latin%1:10:00:: 1
-4 late%5:00:00:unpunctual:00 2
-4 lat%1:08:00:: 1
-4 last%4:02:00:: 1
-4 lash%2:35:01:: 1
-4 lantern%1:06:00:: 1
-4 lane%1:06:00:: 1
-4 land_reform%1:04:00:: 1
-4 land%2:38:01:: 2
-4 lad%1:18:01:: 1
-4 lacking%5:00:00:inadequate:00 2
-4 korea%1:15:00:: 1
-4 knock_out%2:30:01:: 1
-4 knock%2:35:00:: 3
-4 knapsack%1:06:00:: 1
-4 kinetic_energy%1:19:00:: 1
-4 kinesthetic%3:01:00:: 1
-4 kind%3:00:00:: 1
-4 kidnapper%1:18:00:: 1
-4 key%1:09:00:: 2
-4 keep_up%2:40:00:: 3
-4 keep%2:32:00:: 8
-4 just_about%4:02:02:: 1
-4 just%3:00:00:: 1
-4 jurisdiction%1:07:02:: 1
-4 jump%2:33:00:: 3
-4 judgment%1:04:00:: 3
-4 joyous%3:00:00:: 1
-4 journalist%1:18:00:: 1
-4 journalism%1:10:00:: 1
-4 joint_resolution%1:10:00:: 1
-4 joint%3:00:00:: 1
-4 job%1:06:00:: 3
-4 jimdandy%1:18:00:: 1
-4 jerusalem%1:15:00:: 1
-4 jerky%5:00:00:irregular:00 1
-4 jerk%2:38:00:: 2
-4 itemize%2:32:00:: 1
-4 isolated%5:00:01:separate:00 3
-4 irregular%3:00:00:: 1
-4 involvement%1:04:00:: 1
-4 invoke%2:32:01:: 2
-4 inversely%4:02:00:: 1
-4 invade%2:38:00:: 2
-4 intuition%1:09:00:: 1
-4 intimate%2:32:00:: 1
-4 intervene%2:41:00:: 1
-4 interstellar%3:01:00:: 1
-4 interpreter%1:18:01:: 1
-4 interminable%5:00:00:long:02 1
-4 interlude%1:28:00:: 1
-4 interferometer%1:06:00:: 1
-4 intently%4:02:00:: 1
-4 intent%5:00:00:attentive:00 2
-4 intend%2:32:00:: 3
-4 intelligent%5:00:00:sophisticated:00 2
-4 intelligent%3:00:00:: 1
-4 insurance_company%1:14:00:: 1
-4 instrument%1:04:00:: 2
-4 instinct%1:09:00:: 1
-4 instance%1:09:00:: 2
-4 installation%1:04:00:: 1
-4 inspector%1:18:01:: 1
-4 insistence%1:10:00:: 1
-4 insist%2:32:03:: 2
-4 insinuation%1:10:00:: 1
-4 inside%1:15:01:: 1
-4 inside%1:15:00:: 2
-4 insert%2:30:00:: 2
-4 inscribed%5:00:00:written:00 1
-4 inquiry%1:09:01:: 1
-4 inquire%2:31:00:: 2
-4 injection%1:04:00:: 1
-4 inject%2:29:00:: 1
-4 initiative%1:04:00:: 2
-4 inhabitant%1:18:00:: 1
-4 ingenious%5:00:00:creative:00 1
-4 infrared_emission%1:19:00:: 1
-4 infield%1:06:00:: 1
-4 infectious%3:00:00:: 2
-4 inexpensive%3:00:00:: 1
-4 inescapable%5:00:00:inevitable:00 1
-4 indolent%5:00:00:idle:00 1
-4 individual%5:00:00:unshared:00 3
-4 indifferent%5:00:00:uninterested:00 1
-4 indifference%1:12:00:: 1
-4 indictment%1:10:00:: 1
-4 indicate%2:32:04:: 5
-4 index_finger%1:08:00:: 1
-4 income_tax_return%1:10:00:: 1
-4 income_tax%1:21:00:: 1
-4 inclined%3:00:02:: 1
-4 incapable%3:00:00:: 1
-4 in_trouble%5:00:00:troubled:00 1
-4 in_this%4:02:00:: 1
-4 in_the_middle%4:02:00:: 1
-4 in_the_meantime%4:02:00:: 1
-4 in_that%4:02:00:: 1
-4 in_sight%5:00:00:visible:00 1
-4 in_practice%4:02:00:: 1
-4 in_no_way%4:02:01:: 1
-4 in_harmony%5:00:00:harmonious:00 1
-4 in_evidence%5:00:00:conspicuous:00 1
-4 in_effect%5:00:00:operative:00 1
-4 in_check%4:02:00:: 1
-4 in_case%4:02:00:: 1
-4 improvement%1:26:00:: 3
-4 imprecation%1:10:00:: 1
-4 impotent%3:00:00:: 1
-4 impose%2:40:00:: 3
-4 important%3:00:04:: 2
-4 importance%1:26:00:: 2
-4 import%2:40:00:: 1
-4 implore%2:32:00:: 1
-4 impending%5:00:00:close:01 1
-4 impatience%1:26:00:: 1
-4 impassioned%5:00:00:passionate:00 1
-4 impair%2:30:00:: 1
-4 imitation%1:06:00:: 2
-4 imitation%1:04:00:: 3
-4 imitate%2:36:00:: 1
-4 imagination%1:09:03:: 3
-4 imagery%1:09:00:: 1
-4 illustration%1:10:00:: 1
-4 ill%3:00:01:: 1
-4 if_not%4:02:00:: 1
-4 idle%3:00:00:: 1
-4 idiot%1:18:00:: 1
-4 ideology%1:09:01:: 1
-4 identify%2:31:03:: 4
-4 ideally%4:02:00:: 1
-4 idealized%5:00:00:perfect:00 1
-4 idea%1:09:01:: 2
-4 i.q.%1:24:00:: 1
-4 hypothesis%1:10:00:: 1
-4 hydrogen_bond%1:19:00:: 1
-4 hydride%1:27:00:: 1
-4 hut%1:06:00:: 2
-4 hurt%2:37:01:: 3
-4 hurt%2:30:04:: 4
-4 hunt%2:33:00:: 1
-4 hum%2:32:00:: 1
-4 housing%1:06:00:: 1
-4 house%2:41:00:: 2
-4 hot%5:00:00:violent:00 2
-4 host%1:05:00:: 3
-4 horrible%5:00:00:alarming:00 1
-4 horizontal%3:00:00:: 1
-4 honored%5:00:00:reputable:00 1
-4 honey%1:18:00:: 2
-4 homogeneity%1:07:00:: 1
-4 holiday%1:28:01:: 2
-4 hold_up%2:35:00:: 1
-4 hold_on%2:30:05:: 2
-4 hold_back%2:33:00:: 1
-4 hilar%3:01:00:: 1
-4 high_fidelity%1:04:00:: 1
-4 high-pitched%3:00:00:: 1
-4 heterogeneous%3:00:00:: 1
-4 hesitation%1:09:00:: 1
-4 heretofore%4:02:00:: 1
-4 hemorrhage%1:26:00:: 1
-4 hemoglobin%1:27:00:: 1
-4 helpless%5:00:01:powerless:00 1
-4 helpfully%4:02:00:: 1
-4 height%1:26:00:: 2
-4 heel%1:08:00:: 2
-4 heedless%3:00:00:: 1
-4 heavy%5:00:00:thick:02 4
-4 heating%1:22:00:: 1
-4 heartily%4:02:03:: 1
-4 hearing%1:26:00:: 2
-4 headlong%4:02:00:: 1
-4 haversack%1:06:00:: 1
-4 harden%2:30:00:: 1
-4 harbor%2:37:00:: 1
-4 harangue%2:32:00:: 1
-4 happiness%1:26:00:: 1
-4 hang_on%2:35:00:: 1
-4 handle%2:32:00:: 3
-4 handle%1:06:00:: 1
-4 handful%1:23:01:: 1
-4 handful%1:23:00:: 2
-4 hand%1:10:00:: 3
-4 hamper%2:30:00:: 1
-4 hammer%2:35:00:: 1
-4 halt%2:41:00:: 3
-4 halt%2:38:00:: 4
-4 halo%1:07:00:: 1
-4 halfway%5:00:00:central:01 1
-4 half-breed%1:18:00:: 1
-4 hail%2:32:02:: 1
-4 gymnastic%5:00:00:active:01 1
-4 gym%1:06:00:: 1
-4 gunner%1:18:00:: 1
-4 guidance%1:04:01:: 2
-4 guardian%1:18:00:: 1
-4 grownup%1:18:01:: 1
-4 growl%2:32:00:: 1
-4 group%2:31:00:: 1
-4 ground_floor%1:06:00:: 1
-4 grotesque%5:00:00:ugly:00 1
-4 grind%2:35:02:: 1
-4 grimy%5:00:00:dirty:01 1
-4 greet%2:32:01:: 2
-4 greek%1:18:00:: 2
-4 greatness%1:07:00:: 1
-4 greatest%5:00:00:best:00 3
-4 grease%1:27:00:: 1
-4 gray%5:00:00:cloudy:00 3
-4 gravely%4:02:00:: 1
-4 grave%5:00:00:serious:00 1
-4 grasshopper%1:05:00:: 1
-4 granted%5:00:00:acknowledged:00 1
-4 grandfather%1:18:00:: 1
-4 grand_jury%1:14:00:: 1
-4 grammatical%3:01:00:: 1
-4 grace%1:26:00:: 1
-4 grace%1:07:01:: 2
-4 grab%2:40:00:: 2
-4 governed%1:14:00:: 1
-4 good-bye%1:10:00:: 1
-4 good%5:00:00:superior:02 6
-4 good%5:00:00:nice:00 7
-4 good%4:02:01:: 2
-4 goitrogen%1:27:00:: 1
-4 goddamn%5:00:00:cursed:00 1
-4 go_up%2:38:03:: 3
-4 go_to_bed%2:29:00:: 1
-4 go_off%2:38:00:: 1
-4 go_back%2:42:00:: 2
-4 go_back%2:32:00:: 3
-4 go_away%2:38:05:: 1
-4 go_along%2:41:00:: 1
-4 glycerine%1:27:00:: 1
-4 glowing%5:00:00:bright:00 1
-4 glower%2:29:01:: 1
-4 glow%2:39:01:: 2
-4 glorify%2:32:00:: 1
-4 glitter%2:39:00:: 1
-4 glinting%5:00:00:bright:00 1
-4 glint%2:39:00:: 1
-4 glasses%1:06:00:: 1
-4 glass%1:23:00:: 3
-4 give%2:40:11:: 22
-4 give%2:38:00:: 23
-4 give%2:34:00:: 24
-4 giggle%2:29:00:: 1
-4 gift%1:09:00:: 2
-4 ghost%1:09:00:: 1
-4 get_to%2:38:02:: 1
-4 get_through%2:30:00:: 1
-4 get_over%2:38:00:: 1
-4 get_it%2:31:00:: 1
-4 get_into%2:40:00:: 3
-4 get_back%2:33:01:: 2
-4 get_away%2:32:00:: 2
-4 get_around_to%2:41:00:: 1
-4 get_around%2:32:00:: 1
-4 get_along%2:42:00:: 1
-4 get_along%2:41:00:: 2
-4 get_ahead%2:33:00:: 1
-4 get%2:35:09:: 11
-4 get%2:29:01:: 12
-4 get%2:29:00:: 13
-4 gesture%1:10:00:: 2
-4 gesticulate%2:32:00:: 1
-4 genuine%5:00:00:sincere:00 2
-4 gentle%5:00:01:kind:00 2
-4 generator%1:06:01:: 1
-4 generalized%5:00:00:unspecialized:00 1
-4 gastrocnemius%1:08:00:: 1
-4 gasp%1:04:00:: 1
-4 garment%1:06:00:: 1
-4 gambling%1:04:00:: 1
-4 gaiety%1:12:00:: 1
-4 future%5:00:00:subsequent:00 3
-4 future%5:00:00:prospective:00 2
-4 fuss%2:37:00:: 1
-4 fusion%1:11:00:: 1
-4 fury%1:12:00:: 1
-4 furious%5:00:00:angry:00 2
-4 funny%5:00:00:questionable:00 3
-4 fumble%2:35:00:: 1
-4 frustration%1:12:00:: 1
-4 front_room%1:06:00:: 1
-4 frightful%5:00:00:alarming:00 1
-4 friendly%5:00:00:amicable:00 2
-4 fresh%5:00:00:invigorating:00 3
-4 french_revolution%1:04:00:: 1
-4 freight%1:06:00:: 1
-4 free_of%5:00:00:free:00 1
-4 free%3:00:02:: 2
-4 freak%1:18:00:: 1
-4 frame%2:35:00:: 1
-4 frail%3:00:00:: 1
-4 found%2:36:00:: 2
-4 fortune%1:19:00:: 1
-4 fortunately%4:02:00:: 1
-4 fortify%2:30:01:: 1
-4 fort_up%2:38:00:: 1
-4 forsake%2:31:00:: 1
-4 formulate%2:36:00:: 2
-4 formulate%2:32:00:: 3
-4 formidable%5:00:01:impressive:00 1
-4 formidable%5:00:00:alarming:00 2
-4 former%5:00:02:past:00 3
-4 formation%1:04:01:: 3
-4 formation%1:04:00:: 2
-4 fork%1:06:00:: 1
-4 forestall%2:41:01:: 1
-4 foreign%5:00:00:extrinsic:00 3
-4 foregoing%5:00:00:preceding(a):00 1
-4 forbidden%5:00:00:impermissible:00 1
-4 footstep%1:11:00:: 1
-4 footstep%1:04:00:: 2
-4 foot%1:05:01:: 4
-4 follow_through%2:41:00:: 1
-4 follow%2:31:00:: 12
-4 focus%2:39:00:: 2
-4 foam%1:17:00:: 1
-4 flurry%1:04:00:: 1
-4 florida%1:15:00:: 1
-4 flop%2:38:01:: 1
-4 float%2:38:01:: 2
-4 flatly%4:02:00:: 1
-4 flat-bottomed%5:00:00:bottomed:00 1
-4 flask%1:06:00:: 1
-4 flap%2:38:01:: 1
-4 five%1:23:00:: 1
-4 fit%5:00:00:ready:00 2
-4 fit%3:00:02:: 1
-4 fit%2:42:04:: 6
-4 first%5:00:02:opening:00 3
-4 first%5:00:01:opening:00 4
-4 first%4:02:01:: 4
-4 firm%5:00:00:settled:02 4
-4 fire%1:06:00:: 4
-4 finest%5:00:00:best:00 1
-4 fine%5:00:00:satisfactory:00 3
-4 fine%5:00:00:precise:00 4
-4 finance%1:04:00:: 1
-4 finale%1:11:00:: 1
-4 filter%1:06:00:: 1
-4 filling%1:27:00:: 1
-4 fill_in%2:32:00:: 1
-4 fill%1:23:00:: 1
-4 field%1:15:03:: 11
-4 feverish%5:00:00:agitated:00 1
-4 fever%1:26:00:: 1
-4 fever%1:12:00:: 2
-4 feminine%3:00:01:: 1
-4 female%1:18:00:: 2
-4 fell%2:35:00:: 1
-4 feel%2:35:00:: 9
-4 feed%2:30:01:: 4
-4 feeble%5:00:02:weak:00 1
-4 federal%5:00:00:northern:02 3
-4 feasible%5:00:00:possible:00 1
-4 favorable%5:00:00:auspicious:00 2
-4 favorable%3:00:02:: 1
-4 fault%1:26:00:: 2
-4 fatigue%1:26:00:: 1
-4 fathom%2:31:00:: 1
-4 fate%1:18:00:: 2
-4 fatal%5:00:00:decisive:00 2
-4 fasten%2:35:00:: 2
-4 farm%5:00:00:rural:00 1
-4 farm%2:41:00:: 1
-4 farewell%1:10:00:: 1
-4 fantastic%5:00:00:strange:00 1
-4 fan_out%2:38:00:: 1
-4 fan%1:06:00:: 1
-4 fall%2:43:00:: 5
-4 fall%2:41:02:: 6
-4 fall%1:04:01:: 2
-4 faint%5:00:00:weak:00 3
-4 fade%2:30:01:: 2
-4 fade%2:30:00:: 3
-4 faculty%1:09:00:: 1
-4 factory_worker%1:18:00:: 1
-4 factor%1:23:00:: 3
-4 facet_plane%1:25:00:: 1
-4 face%2:42:02:: 5
-4 face%2:38:00:: 6
-4 face%1:06:02:: 5
-4 eyes%1:09:00:: 1
-4 exuberant%5:00:00:spirited:00 1
-4 extra%5:00:00:unnecessary:00 2
-4 extended%5:00:00:long:02 1
-4 extend_to%2:42:00:: 1
-4 extend%2:42:02:: 6
-4 expression%1:10:03:: 6
-4 expression%1:10:01:: 5
-4 expressed%5:00:00:spoken:00 1
-4 expose%2:39:00:: 3
-4 export%2:40:00:: 1
-4 explore%2:31:01:: 2
-4 exploration%1:04:00:: 2
-4 explode%2:31:00:: 3
-4 experimentation%1:09:00:: 1
-4 expense%1:11:00:: 2
-4 expedition%1:04:01:: 1
-4 expectation%1:26:00:: 2
-4 expand%2:30:12:: 3
-4 expand%2:30:01:: 4
-4 exhibition%1:14:00:: 2
-4 exhibit%2:39:00:: 3
-4 exhaust%2:29:00:: 1
-4 exemption%1:26:00:: 1
-4 execution%1:04:00:: 1
-4 excitement%1:04:00:: 3
-4 excited%5:00:00:agitated:00 1
-4 excite%2:30:00:: 2
-4 excitatory%5:00:00:stimulative:00 1
-4 excitability%1:09:00:: 1
-4 excess%5:00:00:unnecessary:00 1
-4 excess%1:07:02:: 1
-4 exceed%2:33:00:: 3
-4 evil%1:07:02:: 2
-4 even_so%4:02:00:: 1
-4 even%3:00:02:: 1
-4 establishment%1:14:00:: 2
-4 error%1:09:00:: 3
-4 equitable%3:00:00:: 1
-4 equilibrium%1:26:00:: 1
-4 episode%1:11:00:: 1
-4 envision%2:36:00:: 1
-4 enlightened%5:00:00:educated:00 1
-4 enlarged%5:00:02:expanded:01 1
-4 enhance%2:30:01:: 2
-4 engrossed%5:00:00:attentive:00 1
-4 energetic%3:00:00:: 1
-4 endure%2:42:04:: 2
-4 endure%2:42:00:: 3
-4 endurance%1:07:00:: 1
-4 endeavor%2:41:00:: 1
-4 encounter%2:42:00:: 3
-4 encounter%1:11:00:: 2
-4 encompass%2:42:00:: 1
-4 enact%2:36:00:: 2
-4 empty%2:30:01:: 1
-4 empirically%4:02:00:: 1
-4 empirical%3:00:00:: 1
-4 elution%1:22:00:: 1
-4 eloquent%5:00:00:articulate:00 1
-4 electronic%3:01:00:: 1
-4 electric_current%1:19:00:: 1
-4 elaborate%5:00:00:careful:00 2
-4 ejaculate%2:32:00:: 1
-4 effective%5:00:00:operative:00 4
-4 educational%5:00:00:instructive:00 2
-4 editorial%1:10:00:: 1
-4 ecstasy%1:26:00:: 1
-4 economize%2:40:00:: 1
-4 economist%1:18:00:: 1
-4 eccentric%5:00:00:unconventional:01 1
-4 eat%2:34:02:: 3
-4 easy%5:00:00:unhurried:00 2
-4 east%1:15:00:: 2
-4 easel%1:06:00:: 1
-4 ease%2:38:00:: 1
-4 ease%2:29:00:: 2
-4 earnings%1:21:01:: 1
-4 each_week%4:02:00:: 1
-4 dwell%2:31:00:: 1
-4 dumbbell%1:06:00:: 1
-4 dulled%5:00:00:uninterested:00 1
-4 due%1:07:00:: 1
-4 duck%1:05:00:: 1
-4 drunkenly%4:02:00:: 1
-4 drunken%5:00:02:intoxicated:00 1
-4 drunk%1:18:00:: 1
-4 drive_in%2:33:00:: 1
-4 drive%2:36:00:: 7
-4 drive%1:04:02:: 3
-4 drink%1:04:00:: 2
-4 dress%1:06:01:: 2
-4 dregs%1:17:00:: 1
-4 dream%1:12:00:: 3
-4 dread%2:37:00:: 1
-4 draw%2:38:02:: 13
-4 drapery%1:06:00:: 1
-4 dramatically%4:02:02:: 1
-4 draft%2:36:00:: 1
-4 doze%2:29:00:: 1
-4 downgrade%2:31:00:: 1
-4 down_the_stairs%4:02:00:: 1
-4 doubt%1:07:00:: 2
-4 double%5:00:01:multiple:00 3
-4 dose%1:06:00:: 1
-4 don%2:29:00:: 1
-4 dominion%1:26:00:: 1
-4 dominated_by%5:00:00:controlled:00 1
-4 dominance%1:07:02:: 1
-4 domain%1:26:00:: 1
-4 doing%1:04:00:: 1
-4 doggedly%4:02:00:: 1
-4 divorce%2:41:01:: 1
-4 divisive%5:00:00:discordant:00 1
-4 division%1:04:00:: 3
-4 divisible_by%5:00:00:divisible:00 1
-4 divinity%1:18:00:: 1
-4 divine%5:00:00:heavenly:00 1
-4 divide%2:42:00:: 3
-4 divestiture%1:10:00:: 1
-4 diverse%5:00:02:different:00 1
-4 dive%2:38:00:: 1
-4 dive%1:06:01:: 1
-4 disturbance%1:11:00:: 1
-4 disturb%2:35:01:: 2
-4 distribution%1:04:01:: 4
-4 distribute%2:41:00:: 3
-4 distress%1:12:02:: 1
-4 distinguishable%3:00:00:: 1
-4 distinction%1:07:01:: 3
-4 distance%1:12:00:: 4
-4 dissolve%2:30:03:: 1
-4 dispute%2:32:00:: 1
-4 dispute%1:10:00:: 1
-4 disposal%1:07:00:: 1
-4 display%1:10:01:: 1
-4 disobey%2:41:00:: 1
-4 dismiss%2:32:02:: 2
-4 dismay%1:12:02:: 1
-4 dislike%1:09:00:: 1
-4 disk%1:06:00:: 2
-4 discover%2:32:04:: 6
-4 discontinuity%1:26:00:: 1
-4 discontinue%2:42:00:: 1
-4 disciplined%5:00:00:controlled:00 1
-4 discipline%2:41:01:: 1
-4 disappointed%5:00:00:unsuccessful:00 1
-4 disappearance%1:04:00:: 1
-4 direct%2:36:02:: 8
-4 dipper%1:06:00:: 1
-4 diplomat%1:18:00:: 1
-4 dingy%5:00:00:dirty:01 1
-4 dim%5:00:00:dark:01 1
-4 dilution%1:27:00:: 1
-4 dignity%1:07:01:: 2
-4 dig_into%2:35:00:: 1
-4 differentiate%2:31:01:: 1
-4 dietary%3:01:00:: 1
-4 dialyze%2:30:00:: 1
-4 dialectic%1:09:00:: 1
-4 diagonal%5:00:02:oblique:00 1
-4 diagnosis%1:04:00:: 1
-4 diagnose%2:31:00:: 1
-4 developmental%3:01:00:: 1
-4 development%1:26:00:: 7
-4 developer%1:18:00:: 1
-4 develop%2:30:05:: 9
-4 develop%2:30:00:: 10
-4 deteriorate%2:30:00:: 1
-4 detector%1:06:00:: 1
-4 detection%1:09:00:: 1
-4 detached%5:00:00:unconcerned:00 1
-4 destine%2:32:00:: 1
-4 desperation%1:26:01:: 1
-4 desolate%5:00:00:inhospitable:00 1
-4 desert%1:15:00:: 1
-4 depression%1:26:00:: 1
-4 dependable%3:00:00:: 1
-4 dense%5:00:00:thick:02 1
-4 denominational%3:01:00:: 1
-4 denmark%1:15:00:: 1
-4 denial%1:10:00:: 1
-4 demon%1:18:00:: 1
-4 democrat%1:18:01:: 1
-4 demanding%3:00:01:: 1
-4 defendant%1:18:00:: 1
-4 dedicate%2:32:00:: 1
-4 decry%2:32:00:: 1
-4 decree%1:10:00:: 1
-4 decoration%1:06:00:: 1
-4 decline%2:40:00:: 2
-4 decline%2:32:00:: 3
-4 decline%1:22:02:: 1
-4 declaration%1:10:00:: 1
-4 decide%2:31:02:: 3
-4 deceased%5:00:00:dead:01 1
-4 death%1:28:01:: 5
-4 dear%1:18:00:: 1
-4 deal%2:40:00:: 6
-4 dead%3:00:02:: 2
-4 deacon%1:18:01:: 1
-4 darken%2:30:00:: 1
-4 dark_ages%1:28:00:: 1
-4 dark%1:15:00:: 3
-4 dairy_cow%1:05:00:: 1
-4 dairy_cattle%1:05:00:: 1
-4 czechoslovakia%1:15:00:: 1
-4 cytoplasm%1:08:00:: 1
-4 cycle%1:28:00:: 1
-4 cut_across%2:38:00:: 1
-4 customary%5:00:00:usual:00 2
-4 customary%5:00:00:conventional:00 1
-4 custom%1:04:00:: 1
-4 curving%3:00:00:: 1
-4 currently%4:02:00:: 1
-4 crystal%1:27:00:: 1
-4 crushing%5:00:00:destructive:00 1
-4 crush%2:41:00:: 1
-4 cruelty%1:04:00:: 1
-4 crossroads%1:14:00:: 1
-4 cross%5:00:00:crosswise:00 1
-4 croon%2:32:00:: 1
-4 crew%1:14:00:: 2
-4 creep%2:38:04:: 2
-4 credit%2:31:01:: 1
-4 credit%1:21:01:: 3
-4 creation%1:06:00:: 2
-4 crash%1:11:00:: 2
-4 cracker_box%1:06:00:: 1
-4 crack%2:39:01:: 2
-4 coward%1:18:00:: 1
-4 cover%2:38:00:: 7
-4 cover%1:04:00:: 3
-4 countryman%1:18:00:: 1
-4 count%2:32:03:: 3
-4 count%1:23:00:: 1
-4 count%1:04:00:: 2
-4 counseling%1:10:00:: 1
-4 cottage%1:06:00:: 1
-4 cost%1:07:01:: 3
-4 cortex%1:08:01:: 1
-4 correlate%2:42:00:: 1
-4 corps%1:14:00:: 1
-4 corporate%3:01:00:: 1
-4 core%1:15:00:: 2
-4 copper%1:27:00:: 1
-4 copenhagen%1:15:00:: 1
-4 coordinate%2:41:00:: 2
-4 coolly%4:02:00:: 1
-4 cooking%1:04:00:: 2
-4 convincing%3:00:00:: 1
-4 convention%1:14:00:: 1
-4 convention%1:09:00:: 2
-4 conveniently%4:02:00:: 1
-4 control%1:26:00:: 6
-4 contribution%1:21:00:: 2
-4 contractual%3:01:00:: 1
-4 contraceptive%1:06:00:: 1
-4 contraception%1:04:00:: 1
-4 continuously%4:02:01:: 2
-4 continuous%3:00:02:: 2
-4 continual%3:00:00:: 1
-4 context%1:26:00:: 2
-4 contaminate%2:30:00:: 1
-4 contact%1:04:00:: 2
-4 consult%2:32:01:: 2
-4 constant%1:09:00:: 1
-4 consonantal%3:00:02:: 1
-4 consonant%1:10:00:: 1
-4 consist_in%2:42:00:: 1
-4 consist%2:42:00:: 1
-4 consequent%5:00:00:subsequent:00 1
-4 consequence%1:11:00:: 2
-4 connection%1:06:00:: 3
-4 connect%2:31:00:: 2
-4 congratulation%1:10:00:: 1
-4 confront%2:42:00:: 4
-4 conflict%1:12:00:: 2
-4 conflict%1:04:01:: 3
-4 confirmation%1:09:00:: 1
-4 confine%2:30:01:: 2
-4 confession%1:10:00:: 1
-4 cone%1:06:00:: 1
-4 conclusively%4:02:00:: 1
-4 concern%1:12:00:: 3
-4 concern%1:09:01:: 4
-4 conception%1:04:01:: 2
-4 concentrate%2:31:00:: 2
-4 concentrate%2:30:02:: 3
-4 conceivably%4:02:00:: 1
-4 concede%2:40:00:: 3
-4 compulsive%1:18:00:: 1
-4 compromise%1:04:00:: 1
-4 composition%1:07:02:: 1
-4 composition%1:07:01:: 2
-4 compose%2:36:01:: 3
-4 component%1:06:00:: 3
-4 compliment%1:10:00:: 1
-4 complicity%1:26:00:: 1
-4 completed%5:00:00:complete:00 1
-4 complete%5:00:00:perfect:00 2
-4 competitive%5:00:00:capitalistic:00 2
-4 competition%1:11:00:: 2
-4 competition%1:04:00:: 3
-4 compartment%1:06:01:: 1
-4 comparative%5:00:00:relative:00 2
-4 comparative%3:01:00:: 1
-4 comparable_to%5:00:00:comparable:00 1
-4 community%1:21:00:: 3
-4 communist%1:18:00:: 2
-4 communism%1:09:00:: 2
-4 communion%1:04:01:: 1
-4 commodity%1:06:00:: 1
-4 commercial%1:10:00:: 1
-4 commentary%1:10:00:: 1
-4 commanding_officer%1:18:00:: 1
-4 comforts%1:21:00:: 1
-4 comfort%2:37:01:: 1
-4 comfort%1:04:00:: 3
-4 comedian%1:18:00:: 1
-4 come_to_grips%2:41:00:: 1
-4 come_to%2:42:03:: 2
-4 come_to%2:41:00:: 3
-4 come_by%2:41:00:: 1
-4 come_about%2:30:00:: 1
-4 combine%2:40:00:: 4
-4 column%1:10:00:: 5
-4 columbus%1:15:00:: 1
-4 color_bearer%1:18:00:: 1
-4 color%3:00:00:: 1
-4 color%1:07:03:: 2
-4 collaboration%1:04:01:: 1
-4 cold_frame%1:06:00:: 1
-4 coincide%2:42:01:: 3
-4 cohesion%1:26:00:: 1
-4 coefficient%1:23:00:: 1
-4 cluster%2:38:00:: 1
-4 clumsy%5:00:00:awkward:00 1
-4 clothe%2:29:00:: 1
-4 closet%1:06:03:: 1
-4 close%5:00:00:careful:00 4
-4 close%4:02:02:: 2
-4 clog%2:35:00:: 1
-4 clear%3:00:02:: 4
-4 cleaner%1:06:00:: 1
-4 clatter%1:11:00:: 1
-4 classic%5:00:00:classical:00 2
-4 class%1:04:00:: 4
-4 clasp%2:35:00:: 1
-4 claim%2:32:03:: 4
-4 clad%3:00:00:: 1
-4 civic%3:01:00:: 1
-4 cite%2:32:01:: 2
-4 circulation%1:10:00:: 1
-4 circuit%1:06:00:: 1
-4 circle%2:38:00:: 2
-4 circle%1:25:01:: 3
-4 church_of_england%1:14:00:: 1
-4 chromium%1:27:00:: 1
-4 christmas_card%1:10:00:: 1
-4 chortle%2:29:00:: 1
-4 cholesterol%1:27:00:: 1
-4 chisel%1:06:00:: 1
-4 china%1:06:00:: 2
-4 chief%5:00:01:important:00 2
-4 chemist%1:18:00:: 1
-4 cheering%1:10:00:: 1
-4 cheerful%3:00:00:: 1
-4 check%1:09:00:: 2
-4 charge%2:41:00:: 5
-4 charge%1:21:02:: 3
-4 charcoal%1:27:00:: 1
-4 characterization%1:10:00:: 1
-4 character%1:18:00:: 5
-4 channel%1:10:00:: 1
-4 chance%1:04:00:: 3
-4 certify%2:32:00:: 1
-4 certain%3:00:03:: 4
-4 ceremony%1:04:01:: 2
-4 central%3:01:00:: 4
-4 cemetery%1:15:00:: 1
-4 cell-free%5:00:00:noncellular:00 1
-4 cave%1:17:00:: 1
-4 cautiously%4:02:00:: 1
-4 cause%1:03:00:: 4
-4 cathedral%1:06:00:: 1
-4 catharsis%1:04:00:: 1
-4 cater%2:34:00:: 1
-4 catch%2:35:03:: 8
-4 catalogue%1:10:01:: 1
-4 carry_through%2:36:00:: 1
-4 carry_over%2:30:00:: 1
-4 carry%2:42:03:: 7
-4 carry%2:41:00:: 8
-4 carefree%5:00:00:untroubled:00 1
-4 care_for%2:37:01:: 1
-4 care%2:41:11:: 4
-4 care%1:09:00:: 2
-4 capture%2:37:00:: 2
-4 capture%2:35:01:: 3
-4 capillary_bed%1:08:00:: 1
-4 candle%1:06:00:: 1
-4 campaign%1:04:00:: 3
-4 camp_ground%1:15:00:: 1
-4 camera%1:06:01:: 2
-4 calm_down%2:37:01:: 1
-4 call%1:09:00:: 2
-4 calibrate%2:30:00:: 1
-4 calculation%1:09:00:: 2
-4 cage%1:06:00:: 1
-4 cabinet%1:06:00:: 1
-4 cab%1:06:02:: 1
-4 bypass%2:32:00:: 1
-4 by-product%1:19:00:: 1
-4 buzz%2:39:00:: 1
-4 burst%2:38:00:: 4
-4 burrow%1:17:00:: 1
-4 burn%2:39:00:: 4
-4 bunk%1:06:00:: 2
-4 bundle%1:14:00:: 1
-4 bundle%1:06:00:: 2
-4 bulky%5:00:00:large:00 1
-4 built%5:00:00:improved:00 1
-4 build%2:36:09:: 3
-4 budget%1:21:02:: 1
-4 bronchial%3:01:00:: 1
-4 bronc%1:05:00:: 1
-4 broadway%1:15:00:: 1
-4 briskly%4:02:00:: 1
-4 bring_to_bear%2:41:00:: 1
-4 bring_in%2:40:01:: 2
-4 bring_about%2:42:00:: 2
-4 bring%2:35:02:: 6
-4 brigadier%1:18:00:: 1
-4 bridle%1:06:00:: 1
-4 bridge%1:06:00:: 1
-4 break_out%2:30:04:: 1
-4 break_into%2:32:00:: 1
-4 break%2:38:08:: 8
-4 break%2:38:02:: 7
-4 break%2:37:00:: 9
-4 break%2:30:02:: 10
-4 brakes%1:06:00:: 1
-4 bow%1:06:03:: 1
-4 boundary%1:15:00:: 1
-4 bound%3:00:01:: 1
-4 bound%2:38:01:: 1
-4 bounce%2:38:02:: 3
-4 both%5:00:00:some(a):00 1
-4 boss%1:18:00:: 2
-4 bore%2:35:00:: 2
-4 bombus%1:05:00:: 1
-4 boil%2:30:01:: 1
-4 boil%2:30:00:: 2
-4 board%1:06:00:: 3
-4 blur%1:09:00:: 1
-4 blow_up%2:30:03:: 1
-4 blood_vessel%1:08:00:: 1
-4 blindly%4:02:00:: 1
-4 blind_man%1:18:00:: 1
-4 blind%5:00:00:unperceptive:00 2
-4 bless%2:32:00:: 1
-4 blaze%1:22:00:: 1
-4 blanket%1:17:00:: 2
-4 blame%2:31:00:: 3
-4 blade%1:20:00:: 1
-4 blackness%1:07:00:: 1
-4 black%5:00:00:angry:00 3
-4 black%3:00:02:: 2
-4 black%1:07:00:: 1
-4 bit%1:17:00:: 2
-4 biscuit%1:13:00:: 1
-4 biology%1:09:00:: 1
-4 binding%1:07:00:: 1
-4 bind%2:41:01:: 2
-4 bind%2:35:00:: 3
-4 billion%5:00:00:cardinal:00 1
-4 bill%1:21:00:: 3
-4 bevel%2:35:00:: 1
-4 bet_on%2:33:00:: 1
-4 bestow%2:40:00:: 1
-4 bern%1:15:00:: 1
-4 bequest%1:21:00:: 1
-4 bent%5:00:00:crooked:01 1
-4 belt%1:06:01:: 1
-4 belt%1:06:00:: 2
-4 belong%2:42:02:: 3
-4 behalf%1:04:00:: 1
-4 beginning%5:00:00:early:02 1
-4 beat%2:38:00:: 4
-4 beast%1:03:00:: 1
-4 bear%2:42:14:: 7
-4 bear%2:40:01:: 8
-4 base%1:06:04:: 1
-4 barrier%1:06:00:: 1
-4 bark%1:20:00:: 1
-4 barbed_wire%1:06:00:: 1
-4 bar%1:06:05:: 2
-4 bar%1:06:00:: 3
-4 banner%1:06:00:: 1
-4 ballistic_missile%1:06:00:: 1
-4 ballet%1:04:00:: 1
-4 badly%4:02:00:: 2
-4 bacon%1:13:00:: 1
-4 backyard%1:06:00:: 1
-4 backward%4:02:03:: 1
-4 back%2:41:01:: 3
-4 back%2:38:01:: 4
-4 back%1:15:02:: 3
-4 b-52%1:06:00:: 1
-4 awful%5:00:00:alarming:00 2
-4 awful%4:02:00:: 1
-4 awe%1:12:02:: 1
-4 avoidance%1:04:00:: 1
-4 average_cost%1:07:00:: 1
-4 aureomycin%1:06:00:: 1
-4 aunt%1:18:00:: 1
-4 aug%1:28:00:: 1
-4 attributable%3:00:00:: 1
-4 attractive%3:00:01:: 1
-4 attraction%1:19:00:: 1
-4 attract%2:37:00:: 3
-4 attention%1:09:02:: 3
-4 attention%1:04:02:: 4
-4 attack%2:33:02:: 4
-4 attach%2:35:02:: 2
-4 atrophy%1:26:00:: 1
-4 atomic%3:01:00:: 1
-4 atmosphere%1:17:00:: 5
-4 at_length%4:02:01:: 1
-4 at_hand%5:00:01:close:01 2
-4 at_best%4:02:00:: 1
-4 at_bay%5:00:00:unfree:00 1
-4 at_any_rate%4:02:00:: 1
-4 astonishing%5:00:00:surprising:00 1
-4 astonished%5:00:00:surprised:00 1
-4 assistant%5:00:00:subordinate:01 1
-4 assist%2:41:00:: 2
-4 assessment%1:09:00:: 1
-4 assert_oneself%2:41:00:: 1
-4 ask_for%2:37:00:: 1
-4 aside%4:02:04:: 3
-4 ascertain%2:32:01:: 1
-4 as_usual%4:02:00:: 1
-4 as_it_were%4:02:00:: 1
-4 as_a_whole%5:00:00:general:00 1
-4 as_a_matter_of_fact%4:02:00:: 1
-4 artificial%3:00:00:: 1
-4 arteriolar%3:01:00:: 1
-4 arrival%1:04:00:: 1
-4 array%1:14:00:: 1
-4 arrangement%1:14:00:: 2
-4 arrangement%1:09:00:: 3
-4 arm%2:33:00:: 1
-4 arkansas%1:15:00:: 1
-4 arithmetic%1:09:00:: 1
-4 aristotle%1:18:00:: 1
-4 architectural%3:01:00:: 1
-4 approved%5:00:00:authorized:00 1
-4 appreciable%5:00:00:considerable:00 1
-4 apply%2:42:01:: 6
-4 application%1:04:03:: 3
-4 applaud%2:32:00:: 2
-4 appearance%1:11:00:: 2
-4 appeal%2:41:00:: 1
-4 appalling%5:00:00:alarming:00 1
-4 apostolic%3:01:00:: 1
-4 any%4:02:00:: 1
-4 anticipation%1:12:00:: 1
-4 anticipation%1:09:01:: 2
-4 anticipate%2:31:01:: 3
-4 anti-semitic%3:01:00:: 1
-4 answer%2:32:06:: 5
-4 annually%4:02:00:: 1
-4 announcement%1:10:01:: 1
-4 anguish%1:12:02:: 1
-4 and_so_forth%4:02:00:: 1
-4 anatomy%1:09:00:: 1
-4 amplify%2:30:00:: 1
-4 amp%1:23:00:: 1
-4 amount%2:42:01:: 2
-4 amount%2:42:00:: 3
-4 amorphous%5:00:00:unformed:00 1
-4 amethystine_python%1:05:00:: 1
-4 american%3:01:00:: 2
-4 ambitious%5:00:00:difficult:00 2
-4 ambiguous%3:00:00:: 2
-4 amaze%2:31:00:: 1
-4 although%4:02:00:: 1
-4 alternative%5:00:00:secondary:01 1
-4 alteration%1:11:00:: 1
-4 alone%5:00:00:unaccompanied:00 2
-4 allot%2:40:00:: 2
-4 all_right%4:02:02:: 3
-4 all_over%5:00:00:finished:01 1
-4 algebraically%4:02:00:: 1
-4 airy%5:00:00:ventilated:00 1
-4 airway%1:06:01:: 1
-4 airport%1:06:00:: 1
-4 aim%1:09:01:: 2
-4 aim%1:04:00:: 3
-4 agriculture%1:04:01:: 1
-4 agree%2:42:00:: 3
-4 agony%1:26:00:: 2
-4 affect%2:42:00:: 3
-4 affect%2:32:00:: 4
-4 affair%1:11:00:: 3
-4 afar%4:02:00:: 1
-4 aerial%5:00:02:air(a):00 2
-4 advise%2:32:02:: 3
-4 adverse%5:00:00:unfavorable:02 1
-4 advance%2:41:01:: 4
-4 advance%2:38:01:: 5
-4 admirable%5:00:00:estimable:00 1
-4 adjusted%3:00:00:: 1
-4 adjourn%2:30:00:: 1
-4 adjacent%5:00:00:close:01 1
-4 adequate_to%5:00:00:adequate:00 1
-4 adequate%5:00:00:sufficient:00 2
-4 address%2:32:03:: 3
-4 add_up%2:42:01:: 1
-4 acutely%4:02:01:: 1
-4 actuality%1:26:00:: 1
-4 active%5:00:00:involved:00 4
-4 acting%5:00:00:impermanent:00 1
-4 act%2:33:00:: 4
-4 across%4:02:01:: 1
-4 acres%1:21:00:: 1
-4 acreage%1:07:00:: 1
-4 acid%1:27:00:: 1
-4 acetone%1:27:00:: 1
-4 accumulate%2:40:00:: 1
-4 accumulate%2:30:00:: 2
-4 accost%2:32:01:: 1
-4 acceptance%1:09:00:: 1
-4 academically%4:02:00:: 1
-4 absorption%1:22:00:: 1
-4 absorb%2:40:00:: 3
-4 absorb%2:35:00:: 4
-4 absolute%5:00:01:complete:00 2
-4 aboard%4:02:01:: 1
-4 able%5:00:00:capable:00 3
-4 abandon%1:07:00:: 1
-4 6th%5:00:00:ordinal:00 1
-4 4th%5:00:00:ordinal:00 1
-4 30%1:23:00:: 1
-4 29%1:23:00:: 1
-4 28%5:00:00:cardinal:00 1
-4 22%1:23:00:: 1
-4 20%1:23:00:: 1
-4 17th%5:00:00:ordinal:00 1
-4 16%1:23:00:: 1
-4 15%1:23:00:: 1
-4 10%1:23:00:: 1
-3 zero%1:23:01:: 2
-3 younger%5:00:00:junior:00 2
-3 younger%3:00:00:: 1
-3 young_man%1:18:01:: 2
-3 you_bet%4:02:00:: 1
-3 yielding%5:00:00:docile:00 1
-3 yield%2:40:01:: 4
-3 yelp%2:32:00:: 1
-3 yawn%2:29:00:: 1
-3 yankee%5:00:00:northern:02 1
-3 x-ray_diffraction%1:19:00:: 1
-3 wyoming%1:15:00:: 1
-3 wrong%1:07:01:: 1
-3 write_on%2:36:00:: 1
-3 wreathed%5:00:00:adorned:00 1
-3 wrangle%2:32:00:: 1
-3 worthwhile%5:00:00:worthy:00 1
-3 worry%2:31:00:: 4
-3 worm%1:05:00:: 1
-3 workman%1:18:00:: 1
-3 work_of_art%1:06:00:: 1
-3 work%2:41:05:: 11
-3 work%2:38:02:: 12
-3 work%2:36:01:: 13
-3 work%1:06:01:: 6
-3 word_class%1:10:00:: 1
-3 word%1:10:06:: 4
-3 word%1:10:04:: 5
-3 wool%1:06:00:: 1
-3 woodwork%1:06:00:: 1
-3 wonderfully%4:02:00:: 1
-3 woe%1:26:00:: 1
-3 witness%1:18:01:: 2
-3 withholding%1:04:00:: 1
-3 witch%1:18:00:: 1
-3 wit%1:09:00:: 2
-3 wisdom%1:07:00:: 2
-3 wire%2:40:00:: 1
-3 wipe_off%2:35:00:: 1
-3 winning%5:00:02:successful:00 1
-3 wink%2:39:00:: 2
-3 windshield%1:06:00:: 1
-3 window%1:06:02:: 3
-3 wind%2:38:00:: 1
-3 will%2:42:00:: 1
-3 will%2:32:00:: 2
-3 wildlife%1:14:00:: 1
-3 wield%2:40:00:: 1
-3 widespread%5:00:00:distributed:00 2
-3 why%4:02:00:: 1
-3 whore%1:18:00:: 1
-3 whoop%2:32:00:: 1
-3 whistle%2:39:00:: 1
-3 whip%2:38:00:: 3
-3 whip%2:35:02:: 4
-3 whip%1:06:00:: 1
-3 whining%5:00:00:complaining(a):00 2
-3 whereabouts%1:15:00:: 1
-3 wheel%2:38:04:: 2
-3 wheel%2:38:02:: 3
-3 westward%4:02:00:: 1
-3 western_hemisphere%1:15:00:: 1
-3 western%3:00:02:: 3
-3 west%4:02:00:: 1
-3 well_up%2:42:00:: 1
-3 well-informed%5:00:00:sophisticated:00 1
-3 well-educated%5:00:00:educated:00 1
-3 well%5:00:00:fortunate:00 2
-3 well%5:00:00:advisable:00 3
-3 well%2:38:00:: 1
-3 welfare%1:04:00:: 1
-3 weir%1:06:00:: 1
-3 weight%1:06:00:: 4
-3 week%1:28:01:: 2
-3 weed%1:20:00:: 1
-3 wee%5:00:00:small:00 1
-3 wedding%1:11:00:: 1
-3 wed%2:41:00:: 1
-3 weave%2:35:00:: 1
-3 wealthy%5:00:00:rich:00 1
-3 weak%5:00:00:diluted:00 3
-3 weak%3:00:04:: 2
-3 way%1:09:00:: 10
-3 waving%5:00:00:moving:02 1
-3 waterfall%1:17:00:: 1
-3 watercolor%1:06:01:: 2
-3 water-cooled%5:00:00:cool:01 1
-3 water%2:30:00:: 1
-3 watch%1:28:00:: 2
-3 watch%1:04:00:: 3
-3 wastebasket%1:06:00:: 1
-3 washington%1:15:00:: 2
-3 wash%1:04:01:: 2
-3 warrior%1:18:00:: 1
-3 warm%3:00:03:: 3
-3 wardrobe%1:06:00:: 1
-3 ward%1:18:00:: 1
-3 want%2:35:00:: 3
-3 want%1:26:00:: 1
-3 wallpaper%1:27:00:: 1
-3 wallow%2:34:01:: 1
-3 wallop%2:35:00:: 1
-3 wallop%2:33:00:: 2
-3 walk_around%2:38:01:: 2
-3 walk%2:38:01:: 2
-3 walk%2:33:00:: 3
-3 walk%1:07:00:: 3
-3 wake%2:29:01:: 2
-3 wag%2:38:00:: 1
-3 vulnerability%1:26:00:: 1
-3 vowel_system%1:10:00:: 1
-3 vowel%1:10:00:: 1
-3 vote%1:04:01:: 2
-3 voluptuous%5:00:00:sexy:00 1
-3 volunteer%1:18:01:: 1
-3 voluminous%5:00:00:large:00 1
-3 voice%1:10:03:: 6
-3 vocational_rehabilitation%1:04:00:: 1
-3 vocabulary%1:09:00:: 2
-3 vitamin%1:27:00:: 1
-3 visually%4:02:00:: 1
-3 visit%2:32:01:: 5
-3 visibly%4:02:00:: 1
-3 visceral_brain%1:08:00:: 1
-3 virtue%1:07:03:: 2
-3 violin%1:06:00:: 1
-3 violence%1:07:00:: 2
-3 victorian%3:01:00:: 1
-3 vicious_circle%1:22:00:: 1
-3 vice%1:07:00:: 1
-3 vest%2:41:00:: 1
-3 very_well%4:02:00:: 1
-3 vermont%1:15:00:: 1
-3 verbena%1:20:00:: 1
-3 verbal%3:01:01:: 2
-3 venture%1:04:00:: 1
-3 ventilation%1:04:00:: 1
-3 vent%2:32:00:: 1
-3 vengeance%1:04:00:: 1
-3 velvety%5:00:00:smooth:00 1
-3 veiled%3:00:00:: 1
-3 vascular%3:01:00:: 1
-3 various%5:00:00:different:00 3
-3 valiant%5:00:00:brave:00 1
-3 vain%5:00:00:proud:00 1
-3 vacancy%1:26:00:: 1
-3 utter%5:00:00:unmitigated:00 1
-3 utter%2:32:02:: 2
-3 utmost%5:00:00:intense:00 1
-3 utilize%2:41:00:: 2
-3 utilization%1:04:00:: 1
-3 user%1:18:00:: 1
-3 use_up%2:34:00:: 1
-3 usable%5:00:00:useful:00 1
-3 urban_area%1:15:00:: 1
-3 upwards%4:02:00:: 1
-3 upside_down%4:02:00:: 1
-3 up_to%5:00:00:busy:00 1
-3 up_and_down%4:02:03:: 2
-3 up-to-date%5:00:00:current:00 1
-3 unwillingness%1:07:00:: 1
-3 unusually%4:02:00:: 1
-3 untie%2:35:00:: 1
-3 unsteadily%4:02:00:: 1
-3 unspeakable%5:00:00:bad:00 2
-3 unsolved%3:00:00:: 1
-3 unseen%5:00:00:invisible:00 1
-3 unquestionably%4:02:00:: 1
-3 unofficial%3:00:00:: 1
-3 unmistakable%5:00:00:clear:00 1
-3 unload%2:35:02:: 1
-3 unlimited%3:00:00:: 1
-3 universality%1:07:00:: 1
-3 unity%1:23:00:: 2
-3 united%3:00:00:: 1
-3 unit_cell%1:17:00:: 1
-3 unit%1:06:01:: 6
-3 uniqueness%1:07:00:: 1
-3 unimpressed%5:00:00:unaffected:00 1
-3 uniformly%4:02:00:: 1
-3 uniformed%5:00:00:clothed:00 1
-3 unfortunate%3:00:04:: 2
-3 unforgettable%3:00:00:: 1
-3 unfitting%5:00:00:incongruous:00 1
-3 unexplored%5:00:00:unknown:00 1
-3 unequivocally%4:02:01:: 1
-3 unemployment%1:26:00:: 1
-3 uneasily%4:02:00:: 1
-3 undo%2:35:00:: 1
-3 undiminished%5:00:00:unmitigated:00 1
-3 undershirt%1:06:00:: 1
-3 underscore%2:32:00:: 1
-3 undergo%2:31:00:: 3
-3 underfoot%4:02:00:: 1
-3 underachievement%1:04:00:: 1
-3 unconcerned%3:00:00:: 1
-3 uncle_sam%1:18:00:: 1
-3 uncertain%3:00:01:: 2
-3 unbroken%3:00:02:: 1
-3 unbearable%5:00:00:intolerable:00 1
-3 unanimous%5:00:00:accordant:00 1
-3 unaided%5:00:02:unassisted:00 1
-3 ultraviolet_light%1:19:00:: 1
-3 ultraviolet%1:19:00:: 1
-3 ultracentrifuge%1:06:00:: 1
-3 ultimately%4:02:02:: 2
-3 ugly%3:00:00:: 1
-3 tyrosine%1:27:00:: 1
-3 tyranny%1:14:00:: 1
-3 two-thirds%1:23:00:: 1
-3 twenty-three%5:00:00:cardinal:00 1
-3 twenty-one%5:00:00:cardinal:00 1
-3 twenty-four_hours%1:28:00:: 1
-3 twenty-first%5:00:00:ordinal:00 1
-3 twenty-fifth%5:00:00:ordinal:00 1
-3 twenties%1:28:00:: 1
-3 tweed%1:06:00:: 1
-3 turn_up%2:35:00:: 2
-3 turn_to%2:42:00:: 5
-3 turbine%1:06:00:: 1
-3 tuning%1:04:00:: 1
-3 tumult%1:26:00:: 1
-3 truth%1:07:01:: 4
-3 trust%1:09:00:: 2
-3 trust%1:07:00:: 3
-3 trunk%1:20:00:: 1
-3 trunk%1:06:00:: 2
-3 trundle%2:38:00:: 1
-3 true%5:00:00:accurate:00 3
-3 trouser%1:06:00:: 1
-3 troublesome%5:00:00:difficult:00 1
-3 trouble%2:41:00:: 2
-3 trouble%2:37:00:: 3
-3 tropical%5:00:00:equatorial:00 1
-3 trivial%5:00:00:ordinary:00 2
-3 triumphant%5:00:00:elated:00 1
-3 triple%2:30:00:: 1
-3 triple%1:04:00:: 1
-3 trill%1:10:00:: 1
-3 trial%1:09:00:: 3
-3 treaty%1:10:00:: 1
-3 treat%2:40:00:: 5
-3 treasurer%1:18:00:: 1
-3 tread_on%2:38:00:: 1
-3 tread%2:38:01:: 1
-3 tread%2:38:00:: 2
-3 traveler%1:18:00:: 1
-3 travel%2:38:01:: 3
-3 trapper%1:18:00:: 1
-3 transport%1:06:00:: 1
-3 transplant%2:38:00:: 1
-3 transpiration%1:22:01:: 1
-3 transitional%3:01:00:: 1
-3 transition%1:11:00:: 2
-3 transformation%1:11:00:: 1
-3 transform%2:30:03:: 3
-3 transcend%2:42:00:: 1
-3 tranquilly%4:02:01:: 1
-3 tranquilizer%1:06:00:: 1
-3 tranquil%5:00:00:peaceful:00 1
-3 trait%1:07:00:: 1
-3 trained%5:00:00:skilled:00 2
-3 trail%2:38:00:: 2
-3 tragic%3:01:00:: 2
-3 traditional%5:00:00:orthodox:00 2
-3 trademark%1:07:00:: 1
-3 trade_name%1:10:00:: 1
-3 trade%1:04:02:: 4
-3 tractor%1:06:00:: 1
-3 tract%1:15:00:: 1
-3 tract%1:08:01:: 2
-3 track_down%2:33:00:: 1
-3 toxic%3:00:00:: 1
-3 tousled%5:00:00:untidy:00 1
-3 tourist%1:18:00:: 1
-3 tour%2:38:00:: 1
-3 tour%1:04:00:: 1
-3 touching%5:00:00:moving:01 1
-3 touch_off%2:36:00:: 1
-3 touch%2:42:00:: 4
-3 touch%2:35:01:: 5
-3 touch%2:30:00:: 6
-3 touch%1:09:01:: 2
-3 tottering%5:00:00:unsteady:00 1
-3 toss%1:04:01:: 1
-3 torture%2:37:00:: 1
-3 topography%1:07:00:: 1
-3 top_dog%1:18:00:: 1
-3 top%1:28:00:: 4
-3 top%1:26:00:: 5
-3 too_much%5:00:00:immoderate:00 1
-3 tonight%1:28:00:: 1
-3 tone_language%1:10:00:: 1
-3 tomorrow%4:02:00:: 1
-3 tolerant%3:00:00:: 1
-3 tolerable%5:00:00:acceptable:00 1
-3 tokyo%1:15:00:: 1
-3 toilet%1:06:00:: 1
-3 to_the_north%4:02:00:: 1
-3 to_the_contrary%4:02:00:: 1
-3 to_begin_with%4:02:00:: 1
-3 titled%3:00:00:: 1
-3 title%2:32:00:: 1
-3 title%1:10:01:: 3
-3 tire%2:29:01:: 2
-3 tire%2:29:00:: 1
-3 tip%1:21:00:: 2
-3 tip%1:10:00:: 3
-3 tingle%2:39:00:: 1
-3 timid%3:00:00:: 1
-3 timely%5:00:01:punctual:00 1
-3 time%2:31:00:: 2
-3 timber%1:27:00:: 1
-3 tightly%4:02:02:: 1
-3 tight%4:02:00:: 1
-3 tie_up%2:35:00:: 1
-3 tie%1:26:00:: 3
-3 tidings%1:10:00:: 1
-3 ticket%1:10:01:: 1
-3 thus_far%4:02:00:: 1
-3 thunderous%5:00:00:loud:00 1
-3 thump%2:38:00:: 1
-3 thrust%2:32:00:: 4
-3 throw_out%2:41:01:: 1
-3 throw_out%2:40:00:: 2
-3 throw_out%2:35:00:: 3
-3 throughout%4:02:00:: 1
-3 throng%1:14:00:: 1
-3 thrive%2:30:00:: 1
-3 three_times%4:02:01:: 1
-3 thread%2:38:00:: 1
-3 thread%2:35:00:: 2
-3 thoughtfully%4:02:00:: 2
-3 thorough%5:00:00:complete:00 2
-3 third%4:02:00:: 1
-3 third%1:24:00:: 3
-3 thiouracil%1:27:00:: 1
-3 think_over%2:31:00:: 1
-3 think%2:31:09:: 6
-3 thesis%1:10:00:: 1
-3 therefrom%4:02:02:: 1
-3 theater%1:10:00:: 2
-3 thank_you%1:10:00:: 1
-3 texture%1:09:00:: 2
-3 testing_room%1:06:00:: 1
-3 terrifying%5:00:00:alarming:00 1
-3 terrific%5:00:00:intense:00 1
-3 termination%1:28:00:: 1
-3 terminate%2:42:03:: 2
-3 term%1:09:00:: 4
-3 tentatively%4:02:00:: 1
-3 tension%1:26:02:: 3
-3 tension%1:19:00:: 4
-3 tendon%1:08:00:: 1
-3 tenderness%1:07:00:: 1
-3 tend%2:41:00:: 3
-3 temporal%5:00:00:impermanent:00 1
-3 temperature_gradient%1:24:00:: 1
-3 temper%1:12:01:: 1
-3 tell%2:31:01:: 8
-3 televise%2:32:00:: 1
-3 telephone_line%1:06:01:: 1
-3 telegraph%1:06:00:: 1
-3 teens%1:28:00:: 1
-3 technological%3:01:00:: 2
-3 technician%1:18:00:: 1
-3 teaching%1:09:00:: 2
-3 taunt%1:04:00:: 1
-3 taste%2:39:00:: 2
-3 taste%2:34:00:: 3
-3 taste%1:09:01:: 3
-3 task_force%1:14:00:: 1
-3 target%1:06:00:: 4
-3 tap%2:40:00:: 2
-3 tap%2:35:00:: 3
-3 tap%2:34:00:: 4
-3 tap%1:11:00:: 1
-3 tank%1:06:00:: 2
-3 talk_of%2:32:00:: 1
-3 talented%5:00:00:precocious:00 1
-3 take_up%2:42:00:: 4
-3 take_pride%2:37:00:: 1
-3 take_pains%2:41:00:: 1
-3 take_over%2:40:03:: 5
-3 take_it_easy%2:29:00:: 1
-3 take_in%2:42:00:: 1
-3 take_hold%2:41:00:: 1
-3 take_for_granted%2:31:00:: 1
-3 take_down%2:38:00:: 1
-3 take_a_breath%2:29:00:: 1
-3 tailored%5:00:00:plain:01 1
-3 tag%2:35:00:: 1
-3 tackle%2:41:00:: 1
-3 tack_hammer%1:06:00:: 1
-3 tack%2:35:00:: 1
-3 synthesize%2:31:00:: 1
-3 symptomatic_of%5:00:00:characteristic:00 1
-3 sympathize_with%2:37:00:: 1
-3 switch%2:40:00:: 2
-3 swiss%3:01:00:: 1
-3 swirl%2:38:01:: 1
-3 swirl%2:38:00:: 2
-3 swimming_pool%1:06:00:: 1
-3 swell%1:11:00:: 1
-3 sweetheart%1:18:02:: 2
-3 sweetheart%1:18:00:: 1
-3 sweet%5:00:00:melodious:00 3
-3 sweep_over%2:37:00:: 1
-3 sweep%2:42:00:: 4
-3 sweep%1:07:00:: 1
-3 sway%2:41:00:: 3
-3 sway%2:38:02:: 4
-3 swarm%2:42:00:: 1
-3 swarm%2:38:00:: 2
-3 swallow%1:13:00:: 1
-3 sustain%2:29:00:: 2
-3 suspicious%5:00:00:distrustful:00 1
-3 survivor%1:18:03:: 1
-3 surrounded%5:00:00:enclosed:00 1
-3 surfactant%1:27:00:: 1
-3 sure_enough%4:02:02:: 2
-3 sure_enough%4:02:00:: 1
-3 supreme%5:00:00:dominant:01 2
-3 supra%4:02:00:: 1
-3 support%2:32:00:: 6
-3 support%1:04:02:: 5
-3 supply%2:34:00:: 3
-3 supplant%2:41:00:: 1
-3 supervisor%1:18:00:: 1
-3 supernatural%3:00:00:: 1
-3 superiority%1:07:00:: 1
-3 super%5:00:00:superior:02 1
-3 sunray%1:19:00:: 1
-3 suitable%5:00:00:fit:02 2
-3 suit%1:04:00:: 2
-3 suicide%1:04:00:: 1
-3 suggestive_of%5:00:00:connotative:00 1
-3 suffuse%2:30:01:: 1
-3 suffocate%2:35:00:: 1
-3 suffice%2:42:00:: 1
-3 suds%1:17:00:: 1
-3 suddenly%4:02:04:: 3
-3 succession%1:07:00:: 1
-3 success%1:18:00:: 4
-3 succeeding%3:00:00:: 1
-3 subway%1:06:00:: 1
-3 subspecies%1:14:00:: 1
-3 subsistence%1:21:00:: 1
-3 subordinate%1:18:00:: 1
-3 submission%1:10:00:: 1
-3 subjectivist%1:18:00:: 1
-3 subject_matter%1:10:00:: 1
-3 subdued%5:00:00:soft:04 1
-3 sub-interval%1:09:00:: 1
-3 stupidly%4:02:00:: 1
-3 study%1:09:02:: 6
-3 stud%2:42:00:: 1
-3 struggling%5:00:00:troubled:00 1
-3 struggle%2:38:00:: 3
-3 structure%1:08:00:: 4
-3 strong%5:00:00:powerful:00 4
-3 stroke%1:04:00:: 1
-3 striving%1:04:00:: 1
-3 string%1:06:05:: 2
-3 strikingly%4:02:00:: 1
-3 strike%2:41:00:: 7
-3 strict%5:00:00:exact:00 1
-3 stricken%5:00:01:ill:01 1
-3 stretched%5:00:00:flexible:01 1
-3 stretch%2:30:04:: 5
-3 stretch%1:17:00:: 1
-3 stretch%1:04:01:: 2
-3 stress%1:26:03:: 3
-3 streetcar%1:06:00:: 1
-3 street%1:06:01:: 2
-3 stream%2:29:00:: 2
-3 stream%1:04:00:: 3
-3 stratum%1:15:00:: 1
-3 strategic%3:01:00:: 1
-3 strange%5:00:00:uneasy:00 4
-3 strange%5:00:00:foreign:01 3
-3 strait%1:17:00:: 1
-3 strained%5:00:00:awkward:00 1
-3 strain%2:37:00:: 2
-3 strain%2:34:00:: 3
-3 strain%1:26:02:: 2
-3 strain%1:10:00:: 3
-3 straighten%2:38:01:: 3
-3 straggler%1:18:00:: 1
-3 stout%5:00:00:resolute:00 1
-3 storyline%1:10:00:: 1
-3 story%1:10:04:: 4
-3 storm%1:26:00:: 2
-3 storehouse%1:06:00:: 1
-3 stop%2:33:00:: 7
-3 stop%1:11:00:: 1
-3 stop%1:04:02:: 3
-3 stop%1:04:00:: 2
-3 stooped%5:00:00:unerect:00 1
-3 stool%1:06:00:: 1
-3 stoicism%1:07:00:: 1
-3 stoic%5:00:00:unemotional:00 1
-3 stock%1:06:00:: 2
-3 stirrup%1:06:00:: 1
-3 stimulation%1:09:00:: 2
-3 stimulate%2:37:00:: 3
-3 stimulate%2:29:00:: 4
-3 still%5:00:00:calm:00 3
-3 still%4:02:02:: 4
-3 stick_with%2:42:00:: 1
-3 stick_to%2:30:00:: 3
-3 step_up%2:30:00:: 1
-3 step_on%2:38:00:: 1
-3 step_by_step%4:02:00:: 1
-3 steer%2:38:01:: 2
-3 stealthily%4:02:00:: 1
-3 steal%2:33:00:: 3
-3 steady%5:00:00:invariable:00 2
-3 stay_at%2:42:01:: 1
-3 stay%2:30:01:: 6
-3 stave_off%2:41:00:: 1
-3 status_quo%1:26:00:: 1
-3 station_wagon%1:06:00:: 1
-3 station_keeper%1:18:00:: 1
-3 starve%2:34:02:: 2
-3 starting%1:04:00:: 1
-3 star%2:42:00:: 1
-3 star%1:18:01:: 2
-3 star%1:17:01:: 3
-3 standing%1:26:00:: 1
-3 stand%2:42:02:: 8
-3 stamp%2:38:00:: 1
-3 stamp%2:35:01:: 2
-3 stall%1:06:00:: 2
-3 stairway%1:06:00:: 1
-3 staircase%1:06:00:: 1
-3 stable%1:06:00:: 1
-3 st._paul%1:15:00:: 1
-3 squirrel%1:05:00:: 1
-3 squirm%2:38:00:: 1
-3 squint%2:29:00:: 1
-3 squeak%2:39:00:: 1
-3 squawk%2:32:01:: 1
-3 squat%5:00:00:short:03 1
-3 squarely%4:02:03:: 1
-3 squared%5:00:00:square:00 1
-3 spy%1:18:00:: 1
-3 spur%1:10:00:: 1
-3 spring_training%1:28:00:: 1
-3 spring%1:17:00:: 3
-3 spread_over%2:35:00:: 1
-3 spread%2:38:02:: 8
-3 spread%2:38:00:: 7
-3 spread%1:11:00:: 1
-3 spread%1:07:02:: 2
-3 spraying%1:04:03:: 1
-3 spray%2:35:01:: 1
-3 spray%1:27:01:: 1
-3 spouse%1:18:00:: 1
-3 spotless%5:00:00:clean:01 1
-3 sporting%3:01:00:: 2
-3 sporadic%3:00:00:: 1
-3 spontaneity%1:07:00:: 1
-3 sponsorship%1:04:01:: 1
-3 split%2:35:00:: 2
-3 splinter%1:17:00:: 1
-3 spleen%1:08:00:: 1
-3 spiritually%4:02:00:: 1
-3 spirited%3:00:00:: 1
-3 spirit%1:10:00:: 6
-3 spirit%1:07:02:: 7
-3 spine%1:08:00:: 1
-3 spin_around%2:38:00:: 1
-3 spill_out%2:38:00:: 1
-3 spend%2:40:01:: 3
-3 spellbound%5:00:00:enchanted:00 1
-3 speed_up%2:30:00:: 1
-3 speed%2:38:00:: 3
-3 spectroscopy%1:04:00:: 1
-3 specimen%1:08:00:: 2
-3 specify%2:42:00:: 3
-3 specially%4:02:01:: 1
-3 specialize%2:30:00:: 1
-3 special%5:00:00:specific:00 5
-3 spear%2:35:00:: 1
-3 speak%2:39:00:: 5
-3 sparse%5:00:00:distributed:00 1
-3 spare%5:00:00:thin:03 1
-3 spanish%3:01:00:: 1
-3 spaced%5:00:00:distributed:00 1
-3 space_probe%1:06:00:: 1
-3 space%2:38:00:: 1
-3 soviets%1:14:00:: 1
-3 southward%4:02:00:: 1
-3 southern%3:00:01:: 3
-3 south_america%1:17:00:: 1
-3 source%1:18:01:: 5
-3 sound_wave%1:11:00:: 1
-3 sound%5:00:00:reasonable:00 2
-3 soul%1:12:00:: 3
-3 sort_out%2:31:00:: 1
-3 sorry%5:00:00:compassionate:00 2
-3 sorrow%1:12:00:: 1
-3 sonny%1:18:00:: 1
-3 song%1:11:00:: 2
-3 song%1:04:00:: 3
-3 solitary%5:00:01:unsocial:00 1
-3 solemn%5:00:00:formal:01 1
-3 sole%1:06:00:: 1
-3 soil%1:17:00:: 3
-3 softly%4:02:04:: 2
-3 softly%4:02:02:: 3
-3 sodium_nitrate%1:27:00:: 1
-3 sock%1:06:00:: 1
-3 socially%4:02:00:: 1
-3 socialistic%3:00:00:: 1
-3 socialist%3:01:00:: 1
-3 social_science%1:09:00:: 1
-3 soberly%4:02:00:: 1
-3 sober_up%2:30:00:: 1
-3 so_much%5:00:00:much(a):00 1
-3 so-so%5:00:00:ordinary:00 1
-3 snuggle%2:35:00:: 1
-3 snub%2:32:01:: 1
-3 snort%2:32:00:: 1
-3 snort%2:29:00:: 2
-3 snap%2:35:01:: 2
-3 snap%2:30:00:: 3
-3 snake%2:38:01:: 1
-3 snail%1:05:00:: 1
-3 smuggle%2:40:00:: 1
-3 smug%5:00:00:contented:00 1
-3 smoothness%1:07:00:: 1
-3 smoothly%4:02:00:: 1
-3 smooth%5:00:00:diplomatic:00 2
-3 smolder%2:30:00:: 1
-3 smell%2:39:02:: 3
-3 smart%5:00:00:stylish:00 2
-3 smallest%5:00:00:minimal:00 2
-3 slum%1:15:00:: 1
-3 slugger%1:18:00:: 1
-3 slowing%1:07:00:: 1
-3 slow%3:00:02:: 2
-3 slovenly%5:00:00:untidy:00 1
-3 slot%1:10:00:: 1
-3 slippery%3:00:00:: 1
-3 slide%2:38:02:: 3
-3 slice%1:21:00:: 1
-3 slender%5:00:00:narrow:00 2
-3 sleeping%5:00:00:asleep(p):00 2
-3 slaughter%2:35:00:: 1
-3 slaughter%1:04:00:: 1
-3 slash%2:35:02:: 2
-3 slash%2:35:00:: 3
-3 slanting%5:00:00:inclined:01 1
-3 slab%1:06:00:: 1
-3 skylight%1:06:00:: 1
-3 skirmish%1:04:00:: 1
-3 skin%1:27:02:: 2
-3 skin%1:06:01:: 3
-3 skin%1:05:01:: 4
-3 skillfully%4:02:00:: 1
-3 skillful%5:00:00:skilled:00 1
-3 skid%2:38:03:: 1
-3 skeptical%5:00:00:incredulous:00 1
-3 skeptic%1:18:00:: 1
-3 skedaddle%2:38:00:: 1
-3 size%1:07:01:: 2
-3 situate%2:42:00:: 1
-3 sit_up%2:29:00:: 1
-3 sit_back%2:29:00:: 1
-3 sire%2:29:00:: 1
-3 sioux%1:18:00:: 1
-3 sink%2:38:06:: 5
-3 sink%2:38:00:: 4
-3 sinister%5:00:00:alarming:00 1
-3 singular%5:00:00:extraordinary:00 1
-3 singer%1:18:00:: 1
-3 sing%2:32:08:: 3
-3 sinfulness%1:07:00:: 1
-3 simply%4:02:01:: 4
-3 simplify%2:30:00:: 2
-3 signify%2:32:02:: 1
-3 significantly%4:02:03:: 2
-3 significant%3:00:01:: 3
-3 signed%3:00:00:: 1
-3 signal%2:32:01:: 2
-3 sign%1:06:01:: 4
-3 sight%1:06:00:: 4
-3 sidestep%2:32:00:: 1
-3 side%5:00:00:incidental:00 2
-3 side%1:15:01:: 7
-3 siberia%1:15:00:: 1
-3 shy%5:00:00:unconfident:00 1
-3 shy%5:00:00:timid:00 2
-3 shut_out%2:41:00:: 1
-3 shudder%2:38:00:: 2
-3 shrug%1:10:00:: 1
-3 shrub%1:20:00:: 1
-3 shrink%2:30:02:: 1
-3 shred%1:23:00:: 1
-3 shout%1:10:00:: 1
-3 shortly%4:02:00:: 2
-3 shorten%2:30:02:: 2
-3 short_story%1:10:00:: 1
-3 short%5:00:00:insufficient:00 4
-3 short%1:06:00:: 1
-3 shoot%2:38:03:: 5
-3 shoot%2:38:00:: 6
-3 shock%2:37:02:: 2
-3 shipment%1:06:00:: 1
-3 shipment%1:04:00:: 2
-3 shine%2:42:01:: 4
-3 shifting%5:00:00:moving:02 1
-3 shift%1:28:00:: 3
-3 shift%1:04:01:: 4
-3 shielding%1:04:00:: 1
-3 shield%1:06:02:: 1
-3 sherry%1:13:00:: 1
-3 shelter%1:06:01:: 2
-3 shell%1:27:00:: 2
-3 sheet_of_paper%1:10:00:: 1
-3 sheet%1:06:00:: 3
-3 shed%2:35:02:: 2
-3 shear%2:35:00:: 1
-3 shaving%1:04:00:: 1
-3 sharply%4:02:01:: 2
-3 sharp%5:00:00:unpleasant:00 5
-3 sharp%5:00:00:steep:00 7
-3 sharp%5:00:00:high:03 6
-3 share%1:04:01:: 4
-3 share%1:04:00:: 3
-3 shapeless%5:00:00:unformed:00 1
-3 shape%2:30:00:: 3
-3 shape%1:08:00:: 3
-3 shake_off%2:38:00:: 1
-3 shaft%1:10:01:: 2
-3 shaft%1:10:00:: 1
-3 shadow%2:38:00:: 1
-3 shadow%1:09:00:: 3
-3 shade%1:06:00:: 3
-3 sex_act%1:04:00:: 1
-3 severely%4:02:02:: 2
-3 severe%5:00:00:strong:00 2
-3 sever%2:35:00:: 2
-3 seventeenth%5:00:00:ordinal:00 1
-3 seven%1:23:00:: 1
-3 settle%2:30:02:: 7
-3 setback%1:11:01:: 1
-3 set_up%2:36:02:: 6
-3 set_out%2:38:00:: 3
-3 set_off%2:38:00:: 2
-3 set_about%2:41:00:: 1
-3 set%5:00:00:nonmoving:00 2
-3 set%2:36:01:: 9
-3 set%1:06:00:: 4
-3 service%2:41:00:: 1
-3 service%1:04:07:: 5
-3 serve%2:42:00:: 9
-3 serve%2:41:01:: 10
-3 serve%2:35:00:: 11
-3 serious%5:00:00:intellectual:00 4
-3 series%1:10:00:: 3
-3 sergeant%1:18:00:: 2
-3 sequence%1:07:00:: 2
-3 sequence%1:06:00:: 3
-3 sequence%1:04:00:: 4
-3 septic%3:00:00:: 1
-3 sept%1:28:00:: 1
-3 separation%1:26:00:: 1
-3 separation%1:11:00:: 2
-3 separate%2:35:02:: 5
-3 separate%2:31:00:: 6
-3 sentence%1:28:00:: 3
-3 sensory%3:00:00:: 2
-3 sensitivity%1:12:00:: 3
-3 sensing%1:09:00:: 1
-3 sensible%3:00:04:: 1
-3 sense_datum%1:09:00:: 1
-3 sense%1:10:01:: 6
-3 sensational%5:00:00:impressive:00 2
-3 sensational%3:00:00:: 1
-3 senior%3:00:00:: 1
-3 senior%1:18:00:: 1
-3 send%2:40:00:: 7
-3 semester_hour%1:04:00:: 1
-3 semantic%3:01:00:: 1
-3 selfish%3:00:00:: 1
-3 self-esteem%1:12:00:: 1
-3 self-determination%1:26:00:: 1
-3 self-confidence%1:09:00:: 1
-3 selective%5:00:00:discriminating:00 1
-3 seizure%1:26:00:: 1
-3 seize%2:40:02:: 4
-3 see%2:39:04:: 16
-3 sediment%1:17:00:: 1
-3 secure%3:00:01:: 1
-3 sector%1:09:00:: 3
-3 secretly%4:02:00:: 1
-3 secretion%1:22:00:: 1
-3 second_moment%1:09:00:: 1
-3 sec%1:28:00:: 1
-3 searchlight%1:06:00:: 1
-3 search%2:31:00:: 3
-3 seal_off%2:35:00:: 1
-3 seal%2:35:03:: 1
-3 seal%2:35:00:: 2
-3 seal%1:06:01:: 1
-3 sea%1:23:00:: 2
-3 scuttle%2:38:00:: 1
-3 sculpture%1:04:00:: 2
-3 sculptor%1:18:00:: 1
-3 scuffle%1:04:00:: 1
-3 scrutiny%1:04:00:: 1
-3 scribe%2:35:00:: 1
-3 screen%1:06:04:: 2
-3 screech%2:32:00:: 2
-3 scowl%2:29:00:: 1
-3 score%2:32:00:: 3
-3 scoot%2:38:00:: 1
-3 scoop_up%2:35:00:: 1
-3 scold%2:32:00:: 1
-3 scientifically%4:02:00:: 1
-3 schoolroom%1:06:00:: 1
-3 schoolmate%1:18:00:: 1
-3 schoolhouse%1:06:00:: 1
-3 school_system%1:06:00:: 1
-3 school_principal%1:18:00:: 1
-3 schematic%5:00:00:nonrepresentational:00 1
-3 scent%1:09:01:: 1
-3 scenery%1:06:00:: 1
-3 scandal%1:10:00:: 1
-3 scan%1:04:00:: 1
-3 savings%1:21:00:: 1
-3 saturn%1:17:00:: 1
-3 sandal%1:06:00:: 1
-3 sameness%1:07:00:: 1
-3 salvage%2:41:00:: 1
-3 salient%5:00:00:conspicuous:00 1
-3 salesmanship%1:09:00:: 1
-3 saleslady%1:18:00:: 1
-3 saint%1:18:03:: 1
-3 sailor%1:18:00:: 1
-3 sail%2:38:01:: 2
-3 saddlebag%1:06:00:: 1
-3 rusty%5:00:00:rusted:00 1
-3 rustler%1:18:00:: 1
-3 rustle%2:40:00:: 2
-3 rural_area%1:15:00:: 1
-3 running%5:00:00:moving:02 1
-3 runner%1:18:01:: 1
-3 runaway%5:00:00:uncontrolled:00 1
-3 run_over%2:29:00:: 1
-3 run_out%2:38:02:: 3
-3 run_out%2:38:01:: 2
-3 run_around%2:38:00:: 1
-3 run%2:42:01:: 12
-3 run%2:35:04:: 13
-3 run%2:30:07:: 15
-3 run%2:30:03:: 14
-3 rumble%2:39:00:: 1
-3 rule%1:09:03:: 5
-3 ruin%1:26:00:: 1
-3 row%1:10:00:: 2
-3 routine%5:00:00:regular:00 1
-3 rounded%3:00:00:: 1
-3 round_out%2:30:03:: 1
-3 round_out%2:30:00:: 2
-3 round%4:02:00:: 1
-3 round%2:38:00:: 1
-3 rotation%1:04:00:: 1
-3 rot%2:30:00:: 1
-3 rooster%1:05:00:: 1
-3 room%1:26:00:: 3
-3 romanticize%2:31:00:: 1
-3 roman%1:18:00:: 1
-3 roll_over%2:38:00:: 1
-3 rocky%5:00:00:rough:00 1
-3 robe%1:06:00:: 1
-3 robbery%1:04:00:: 1
-3 rising%3:00:00:: 1
-3 rise%2:30:09:: 11
-3 rise%1:04:00:: 2
-3 rigidly%4:02:00:: 1
-3 rightfield%1:06:00:: 1
-3 right_hand%1:08:00:: 1
-3 right%4:02:01:: 5
-3 right%4:02:00:: 6
-3 rifleman%1:18:01:: 1
-3 ridiculous%5:00:00:foolish:00 2
-3 ridicule%2:32:00:: 1
-3 richness%1:07:03:: 1
-3 rhythmic%3:00:00:: 1
-3 rewrite%2:32:00:: 1
-3 revulsion%1:12:00:: 1
-3 revision%1:04:00:: 1
-3 revised%5:00:00:altered:00 1
-3 revise%2:41:00:: 2
-3 review%2:31:02:: 3
-3 revert%2:30:00:: 1
-3 revel%2:34:00:: 1
-3 revamp%2:30:00:: 1
-3 return%2:38:12:: 5
-3 return%1:11:02:: 3
-3 return%1:04:02:: 4
-3 retreat%1:04:00:: 1
-3 retract%2:32:00:: 1
-3 retinal%3:01:00:: 1
-3 reticulate%3:00:00:: 1
-3 retaliation%1:04:00:: 1
-3 resuspend%2:30:00:: 1
-3 restrain%2:30:00:: 2
-3 rest%1:28:00:: 3
-3 respects%1:10:00:: 1
-3 respectful%3:00:00:: 1
-3 resonant%5:00:00:reverberant:00 1
-3 resonance%1:19:00:: 2
-3 resolve%2:31:04:: 4
-3 researcher%1:18:00:: 1
-3 rescue%1:04:00:: 1
-3 rescind%2:32:00:: 1
-3 reread%2:31:00:: 1
-3 repudiate%2:32:00:: 1
-3 representative%5:00:00:typical:00 1
-3 repose%1:04:00:: 1
-3 reportedly%4:02:00:: 1
-3 repetitious%5:00:00:unvaried:00 1
-3 repertory%1:06:00:: 1
-3 repeat%2:41:00:: 5
-3 repeal%2:32:00:: 1
-3 reorganize%2:41:00:: 1
-3 reopen%2:35:00:: 1
-3 renew%2:30:00:: 2
-3 rendezvous%1:04:00:: 1
-3 removed%5:00:00:separate:00 1
-3 remove%2:41:02:: 4
-3 remove%2:38:00:: 5
-3 remote%5:00:02:far:00 3
-3 remodel%2:30:00:: 1
-3 remnant%1:24:00:: 1
-3 reminisce%2:31:00:: 1
-3 reminder%1:10:00:: 1
-3 reminder%1:09:00:: 2
-3 remembrance%1:09:00:: 1
-3 remedy%2:30:00:: 1
-3 remand%2:32:00:: 1
-3 remaining%5:00:00:unexhausted:00 2
-3 rely_upon%2:31:01:: 1
-3 reluctant%5:00:00:unwilling:00 1
-3 reliving%1:09:00:: 1
-3 religiously%4:02:00:: 1
-3 religious%3:00:00:: 3
-3 relief%1:25:00:: 4
-3 relief%1:18:00:: 5
-3 relief%1:04:02:: 6
-3 relentlessly%4:02:00:: 1
-3 relent%2:42:00:: 1
-3 release%2:32:00:: 4
-3 release%2:29:01:: 5
-3 release%2:29:00:: 6
-3 release%1:04:01:: 2
-3 relax%2:30:02:: 3
-3 relation_to%1:24:00:: 1
-3 rejoin%2:41:00:: 1
-3 reign%2:41:00:: 1
-3 regular_army%1:14:00:: 1
-3 register%2:39:00:: 4
-3 refreshed%5:00:00:rested:00 1
-3 refrain%1:10:00:: 1
-3 reform%1:04:00:: 1
-3 reflective%5:00:00:thoughtful:00 1
-3 reference%1:09:00:: 6
-3 refer%2:32:00:: 6
-3 reexamine%2:31:00:: 1
-3 reelect%2:41:00:: 1
-3 reel%1:06:02:: 1
-3 reduction%1:22:00:: 2
-3 reduce%2:40:04:: 4
-3 reduce%2:37:00:: 5
-3 reduce%2:30:11:: 6
-3 redeem%2:41:04:: 1
-3 red%5:00:00:bloody:00 5
-3 recruit%2:40:00:: 2
-3 recovery%1:11:00:: 1
-3 recover%2:30:00:: 3
-3 record%1:10:02:: 5
-3 record%1:04:00:: 6
-3 reconstruct%2:31:00:: 1
-3 recommended%5:00:00:advisable:00 1
-3 recollection%1:09:01:: 2
-3 recognized%5:00:00:acknowledged:00 1
-3 reckon%2:31:03:: 2
-3 reception%1:14:00:: 2
-3 reception%1:10:00:: 3
-3 receiver%1:18:01:: 2
-3 receiver%1:06:01:: 3
-3 receipt%1:04:00:: 1
-3 recede%2:38:00:: 2
-3 recapture%2:37:00:: 1
-3 rebuke%2:32:00:: 1
-3 rebuff%2:32:00:: 1
-3 rebel%1:18:00:: 2
-3 reassemble%2:36:00:: 1
-3 reason%2:31:01:: 1
-3 reason%1:09:00:: 3
-3 rear_window%1:06:00:: 1
-3 rear%5:00:00:back(a):00 1
-3 reap%2:35:00:: 1
-3 realization%1:09:00:: 1
-3 realization%1:04:00:: 2
-3 realism%1:07:00:: 2
-3 real%5:00:00:concrete:00 5
-3 reagent%1:27:00:: 1
-3 reading%1:09:02:: 3
-3 readiness%1:26:00:: 1
-3 read%2:32:02:: 8
-3 reactivate%2:30:00:: 1
-3 reactionary%5:00:00:right:03 1
-3 reactant%1:27:00:: 1
-3 reach_out%2:42:00:: 2
-3 reach_into%2:42:00:: 1
-3 rattle%2:38:00:: 2
-3 rattle%1:11:00:: 1
-3 rationalize%2:32:00:: 1
-3 rationale%1:09:00:: 1
-3 rating%1:04:00:: 2
-3 rate_of_growth%1:28:00:: 1
-3 ransack%2:40:00:: 1
-3 ransack%2:35:02:: 2
-3 rank%1:14:01:: 3
-3 ranch_house%1:06:00:: 1
-3 ran_into%2:38:01:: 1
-3 rally%2:35:00:: 1
-3 raise%1:07:00:: 1
-3 railing%1:06:00:: 1
-3 rail%1:06:03:: 2
-3 raid%1:04:00:: 1
-3 radius_of_curvature%1:07:00:: 1
-3 radiochlorine%1:27:00:: 1
-3 radioactive%3:00:00:: 1
-3 radio_source%1:17:00:: 1
-3 radical%1:27:02:: 2
-3 racketeer%1:18:00:: 1
-3 racket%1:11:00:: 1
-3 race%2:33:00:: 2
-3 quietly%4:02:02:: 3
-3 quiet%5:00:00:unostentatious:00 3
-3 quicken%2:30:01:: 1
-3 question%2:32:09:: 4
-3 query%2:32:00:: 1
-3 quell%2:30:00:: 1
-3 quavering%5:00:00:unsteady:00 1
-3 quarter-century%1:28:00:: 1
-3 quart%1:23:01:: 1
-3 quantitatively%4:02:00:: 1
-3 qualify%2:32:02:: 2
-3 quake%1:11:00:: 1
-3 quaint%5:00:00:strange:00 2
-3 quaint%5:00:00:nonmodern:00 1
-3 python%1:05:00:: 1
-3 pyrometer%1:06:00:: 1
-3 puzzle_over%2:31:00:: 1
-3 putt%2:35:00:: 1
-3 put_up%2:41:01:: 2
-3 put_up%2:36:00:: 3
-3 put_on%2:30:00:: 2
-3 put%2:40:00:: 5
-3 push_back%2:35:00:: 1
-3 push_aside%2:38:00:: 1
-3 push%2:41:00:: 4
-3 push%2:38:02:: 5
-3 pursuer%1:18:00:: 1
-3 purport%2:32:00:: 1
-3 purity%1:26:00:: 1
-3 purchase%1:21:00:: 2
-3 puncher%1:18:00:: 1
-3 punch%2:35:00:: 1
-3 pumps%1:06:00:: 1
-3 pump%2:33:00:: 2
-3 pulley%1:06:00:: 1
-3 pull%2:35:04:: 4
-3 pucker%2:35:00:: 1
-3 publisher%1:18:00:: 2
-3 published%3:00:00:: 1
-3 publicize%2:32:00:: 1
-3 public_opinion%1:09:00:: 1
-3 pubescent%5:00:00:immature:01 1
-3 psychically%4:02:00:: 1
-3 pry%2:35:00:: 1
-3 prowess%1:09:00:: 1
-3 provoke%2:37:00:: 1
-3 provoke%2:36:00:: 2
-3 provoke%2:32:00:: 3
-3 provisional%5:00:00:conditional:00 1
-3 provincial%3:01:00:: 1
-3 proverb%1:10:00:: 1
-3 protozoa%1:05:00:: 1
-3 protogeometric%5:00:00:nonrepresentational:00 1
-3 protestant_denomination%1:14:00:: 1
-3 protection%1:21:00:: 3
-3 prosperity%1:26:02:: 1
-3 prosper%2:30:00:: 1
-3 prospect%1:09:01:: 2
-3 prosecution%1:04:00:: 1
-3 prosecute%2:41:01:: 1
-3 prosecute%2:41:00:: 2
-3 prose%1:10:00:: 1
-3 prophetic%3:00:00:: 1
-3 prophet%1:18:00:: 1
-3 pronouncement%1:10:00:: 1
-3 pronounce%2:32:01:: 1
-3 pronounce%2:32:00:: 2
-3 promptly%4:02:00:: 2
-3 promise%2:42:00:: 4
-3 prominence%1:26:00:: 1
-3 prolong%2:30:00:: 1
-3 proliferation%1:22:00:: 1
-3 projection%1:10:00:: 2
-3 prohibition%1:10:02:: 1
-3 progressively%4:02:01:: 1
-3 progressive%5:00:00:liberal:00 2
-3 progressive%3:00:01:: 1
-3 progress%2:38:00:: 2
-3 program%2:36:00:: 2
-3 program%1:10:04:: 4
-3 profitably%4:02:00:: 1
-3 profitable%5:00:00:advantageous:00 2
-3 profit_margin%1:21:00:: 1
-3 profile%1:15:01:: 2
-3 proficient%5:00:00:skilled:00 1
-3 professional%1:18:00:: 1
-3 profess%2:32:03:: 2
-3 procure%2:40:00:: 1
-3 proclaim%2:32:03:: 3
-3 process%1:09:00:: 3
-3 proceeds%1:21:00:: 1
-3 proceed%2:30:00:: 4
-3 privilege%1:07:00:: 2
-3 private_school%1:14:00:: 1
-3 prison%1:06:00:: 1
-3 principle%1:09:04:: 4
-3 primitive%5:00:00:natural:01 2
-3 primeval%5:00:00:early:00 1
-3 prime%5:00:01:first:00 2
-3 primary%1:04:00:: 1
-3 pride%1:07:00:: 3
-3 prick%2:35:00:: 1
-3 pricing%1:09:00:: 1
-3 priceless%5:00:00:valuable:00 1
-3 price_competition%1:24:00:: 1
-3 prey%1:18:00:: 1
-3 prewar%3:00:00:: 1
-3 pretty_much%4:02:00:: 1
-3 pretty%5:00:00:bad:00 2
-3 presumption%1:09:00:: 1
-3 pressure%1:26:00:: 4
-3 pressing%5:00:00:imperative:00 1
-3 president%1:18:03:: 4
-3 president%1:18:02:: 5
-3 preside%2:41:00:: 2
-3 presentation%1:10:00:: 3
-3 present%2:40:02:: 6
-3 present%2:40:00:: 7
-3 present%2:32:02:: 8
-3 prepositional%3:01:00:: 1
-3 premix%1:13:00:: 1
-3 prejudice%1:09:01:: 1
-3 pregnant%3:00:00:: 1
-3 prednisone%1:27:00:: 1
-3 precisely%4:02:02:: 3
-3 precious%5:00:00:valuable:00 2
-3 precedent%1:09:00:: 1
-3 precede%2:41:00:: 3
-3 practice%1:04:04:: 3
-3 power_tool%1:06:00:: 1
-3 power%2:34:00:: 1
-3 pound%2:35:01:: 2
-3 potentiality%1:26:00:: 1
-3 potato_yellow-dwarf_virus%1:05:00:: 1
-3 postulate%2:32:00:: 1
-3 post_office%1:14:01:: 1
-3 post%2:35:02:: 1
-3 post%2:32:03:: 2
-3 post%1:15:00:: 1
-3 post%1:06:01:: 2
-3 post%1:04:00:: 3
-3 positivism%1:09:00:: 1
-3 positive%5:00:00:certain(p):02 10
-3 position%1:15:03:: 8
-3 position%1:04:02:: 9
-3 portray%2:36:00:: 2
-3 portable%3:00:00:: 1
-3 populous%5:00:00:inhabited:00 1
-3 population%1:09:00:: 3
-3 popping%1:11:00:: 1
-3 pop_out%2:30:01:: 1
-3 pop%2:38:00:: 1
-3 pop%2:35:00:: 2
-3 poncho%1:06:00:: 1
-3 polymerization%1:22:00:: 1
-3 polls%1:15:00:: 1
-3 politics%1:04:00:: 3
-3 political_system%1:14:00:: 1
-3 political_campaign%1:11:00:: 1
-3 politeness%1:07:00:: 1
-3 polite%3:00:00:: 1
-3 polish%3:01:00:: 1
-3 polish%2:30:01:: 2
-3 police_department%1:14:00:: 1
-3 police_car%1:06:00:: 1
-3 polarization%1:19:00:: 1
-3 polarity%1:24:01:: 1
-3 polar%5:00:00:charged:00 1
-3 poison%2:41:00:: 1
-3 poise%2:38:00:: 1
-3 point_out%2:32:02:: 3
-3 point_of_intersection%1:09:00:: 1
-3 point%1:25:00:: 8
-3 poignant%5:00:00:moving:01 1
-3 pm%5:00:00:postmeridian:00 1
-3 plumber%1:18:00:: 1
-3 pluck%2:35:00:: 1
-3 pledge%2:32:00:: 1
-3 pleased%5:00:00:proud:00 2
-3 playmate%1:18:00:: 1
-3 player%1:18:02:: 2
-3 play%2:36:11:: 13
-3 platonism%1:09:00:: 1
-3 platinum%1:27:00:: 1
-3 plate%1:06:06:: 3
-3 plate%1:06:00:: 4
-3 plasticity%1:07:00:: 1
-3 plaster%1:27:00:: 1
-3 planting%1:04:00:: 1
-3 planning%1:09:00:: 3
-3 plane%1:26:00:: 3
-3 place_of_business%1:06:00:: 1
-3 place-kicking%1:04:00:: 1
-3 place%2:31:03:: 6
-3 place%1:15:05:: 9
-3 pity%1:11:00:: 2
-3 piteous%5:00:00:unfortunate:00 1
-3 pitch%1:04:03:: 2
-3 pit_run%1:27:00:: 1
-3 pioneer%2:36:00:: 1
-3 pinpoint%2:40:00:: 1
-3 pinch%2:35:00:: 1
-3 pimp%1:18:00:: 1
-3 pile%1:23:00:: 2
-3 pigeon%1:05:00:: 1
-3 piece_of_paper%1:10:00:: 1
-3 picture%1:10:02:: 6
-3 picture%1:10:01:: 7
-3 picture%1:10:00:: 5
-3 pictorial%3:01:00:: 1
-3 pick_up%2:40:02:: 6
-3 pick_up%2:35:00:: 7
-3 picasso%1:18:00:: 1
-3 piano_stool%1:06:00:: 1
-3 physicist%1:18:00:: 1
-3 physical_science%1:09:00:: 1
-3 physical%5:00:00:natural:03 4
-3 phrase%2:32:00:: 1
-3 phrase%1:10:01:: 2
-3 photochemical_exchange%1:19:00:: 1
-3 photo%1:06:00:: 1
-3 phenothiazine%1:27:00:: 1
-3 phalanx%1:08:00:: 1
-3 pervade%2:35:00:: 1
-3 persistency%1:07:00:: 1
-3 persist_in%2:42:00:: 1
-3 persecution%1:04:00:: 1
-3 periodically%4:02:00:: 1
-3 perceptual%3:01:00:: 1
-3 per_centum%1:24:00:: 1
-3 people%1:14:02:: 3
-3 penetrate%2:31:00:: 2
-3 pending%5:00:00:unfinished:01 1
-3 penalize%2:41:00:: 1
-3 pen%2:36:00:: 1
-3 peel%2:35:00:: 1
-3 peddler%1:18:00:: 1
-3 pectoral%1:08:00:: 1
-3 peck%2:35:01:: 1
-3 pear%1:13:00:: 1
-3 peak%1:23:00:: 1
-3 pea%1:13:00:: 1
-3 pay_out%2:40:00:: 1
-3 pay%2:42:00:: 7
-3 paved%3:00:00:: 1
-3 pause%1:04:00:: 2
-3 patronage%1:04:00:: 1
-3 patrolman%1:18:00:: 1
-3 patriotism%1:07:00:: 1
-3 patiently%4:02:00:: 1
-3 patient%3:00:00:: 1
-3 path%1:15:00:: 3
-3 patch%1:15:00:: 2
-3 passion%1:07:00:: 2
-3 passerby%1:18:00:: 1
-3 passage%1:04:01:: 4
-3 passage%1:04:00:: 5
-3 pass_on%2:40:03:: 2
-3 pass_away%2:30:00:: 1
-3 pass%2:42:00:: 10
-3 pass%2:35:00:: 11
-3 pass%2:32:01:: 12
-3 pass%2:30:01:: 13
-3 pass%1:28:00:: 2
-3 particulate%3:00:00:: 1
-3 part%1:08:01:: 10
-3 park%2:38:00:: 2
-3 parish%1:14:00:: 1
-3 paramount%5:00:00:dominant:01 1
-3 parallelism%1:07:00:: 1
-3 paradox%1:10:00:: 1
-3 parade%1:14:00:: 1
-3 paper%1:10:02:: 5
-3 panting%5:00:00:breathless:00 1
-3 paneling%1:06:00:: 1
-3 pane%1:06:00:: 1
-3 pale%5:00:00:colorless:02 4
-3 palace%1:06:01:: 1
-3 pair%2:41:00:: 1
-3 painted%5:00:00:delineated:00 1
-3 package%1:14:00:: 1
-3 package%1:06:00:: 2
-3 pacify%2:37:00:: 1
-3 ozone%1:27:00:: 1
-3 owl%1:05:00:: 1
-3 owe%2:40:00:: 3
-3 overtake%2:33:00:: 1
-3 oversimplified%5:00:00:simple:02 1
-3 overrun%2:38:01:: 1
-3 override%2:31:00:: 1
-3 overreach%2:41:00:: 1
-3 overnighter%1:18:00:: 1
-3 overlook%2:42:01:: 2
-3 overhead%1:21:00:: 1
-3 overcoat%1:06:00:: 1
-3 overboard%4:02:01:: 1
-3 overboard%4:02:00:: 2
-3 over_and_over_again%4:02:00:: 1
-3 oval%1:25:00:: 1
-3 outweigh%2:33:00:: 1
-3 outward%3:00:00:: 1
-3 outstanding%5:00:00:conspicuous:00 2
-3 outskirts%1:15:00:: 1
-3 outside%5:00:00:extramural:00 5
-3 outside%5:00:00:exterior:00 6
-3 outside%3:00:04:: 4
-3 outline%1:15:00:: 1
-3 outlet%1:06:01:: 1
-3 outburst%1:10:00:: 1
-3 out_of_hand%4:02:00:: 1
-3 out_of_doors%4:02:00:: 1
-3 out-of-town%5:00:00:distant:01 1
-3 out-of-bounds%5:00:00:foul:00 1
-3 out%3:00:02:: 2
-3 osmotic_pressure%1:19:00:: 1
-3 orthographic%3:01:00:: 1
-3 orthodox%3:01:00:: 1
-3 orthodox%3:00:00:: 2
-3 originally%4:02:00:: 1
-3 originality%1:09:00:: 1
-3 original%1:06:00:: 1
-3 origin%1:07:00:: 2
-3 organizational%3:01:00:: 1
-3 organization%1:04:00:: 4
-3 ore%1:27:00:: 1
-3 ordinary%1:18:01:: 1
-3 ordering%1:04:00:: 2
-3 order%2:41:01:: 4
-3 ordeal%1:11:00:: 1
-3 ordain%2:41:01:: 1
-3 orchestration%1:10:00:: 1
-3 orange%1:07:00:: 2
-3 optimal%5:00:00:best:00 1
-3 opposition%1:04:00:: 3
-3 opposite%5:00:02:different:00 5
-3 opposite%5:00:00:other:00 4
-3 opposed%5:00:00:anti:00 1
-3 oppose%2:33:00:: 4
-3 opinion%1:09:01:: 3
-3 operate%2:33:00:: 4
-3 opener%1:11:00:: 1
-3 open_to%5:00:00:receptive:00 1
-3 open%5:00:00:unrestricted:00 7
-3 opaque%3:00:00:: 1
-3 onward%5:00:00:advancing:00 1
-3 only_when%4:02:00:: 1
-3 onlooker%1:18:00:: 1
-3 one-man%5:00:00:single(a):00 1
-3 one-fifth%1:23:00:: 1
-3 one%5:00:00:same:00 4
-3 once%5:00:00:past:00 1
-3 onboard%4:02:00:: 1
-3 on_the_spot%4:02:00:: 1
-3 ominously%4:02:00:: 1
-3 omen%1:11:00:: 1
-3 oleophilic%3:00:00:: 1
-3 older%5:00:00:senior:00 3
-3 older%3:00:00:: 2
-3 old_south%1:15:00:: 1
-3 old_man%1:18:03:: 2
-3 offspring%1:18:00:: 1
-3 official%1:18:00:: 2
-3 offer%2:40:09:: 5
-3 offer%2:40:03:: 6
-3 off%3:00:00:: 1
-3 odd%5:00:00:inexact:00 3
-3 oct%1:28:00:: 1
-3 occurrence%1:26:00:: 2
-3 occupy%2:42:01:: 4
-3 occupied%3:00:00:: 1
-3 occasion%2:36:00:: 1
-3 occasion%1:16:00:: 3
-3 obtainable%5:00:00:available:00 1
-3 observe%2:41:02:: 6
-3 obscurity%1:07:02:: 1
-3 obscure%2:39:00:: 1
-3 objection%1:10:00:: 2
-3 object%1:09:00:: 2
-3 obedient%3:00:00:: 1
-3 obedience%1:04:00:: 1
-3 oak%1:20:02:: 1
-3 o%1:27:00:: 2
-3 nun%1:18:00:: 1
-3 numbing%5:00:00:desensitizing:00 1
-3 numb%5:00:00:insensible:00 1
-3 nuisance%1:09:00:: 1
-3 nudge%2:35:00:: 1
-3 nucleus%1:17:00:: 2
-3 nucleus%1:14:00:: 3
-3 nowise%4:02:00:: 1
-3 now_and_then%4:02:00:: 1
-3 novelty%1:07:00:: 1
-3 notice%1:09:00:: 2
-3 noteworthy%5:00:00:worthy:00 1
-3 noted%5:00:00:known:00 1
-3 note%2:32:01:: 4
-3 note%1:10:05:: 4
-3 notch%2:35:00:: 1
-3 nostrils%1:08:00:: 1
-3 nose%1:06:00:: 2
-3 northward%4:02:00:: 1
-3 northerner%1:18:00:: 1
-3 north_carolina%1:15:00:: 1
-3 north-american%3:01:00:: 1
-3 north%1:15:01:: 2
-3 norm%1:09:00:: 2
-3 nonverbal%5:00:01:communicative:00 1
-3 nonspecifically%4:02:00:: 1
-3 nonexistent%3:00:00:: 1
-3 nomination%1:04:00:: 1
-3 noble%5:00:00:impressive:00 2
-3 night_game%1:04:00:: 1
-3 next_door%4:02:00:: 1
-3 news%1:10:02:: 3
-3 new_year's_eve%1:28:00:: 1
-3 new%5:00:00:other:00 5
-3 neutralize%2:41:00:: 1
-3 neutral%5:00:00:unreactive:00 3
-3 neurotic%3:01:00:: 1
-3 nervously%4:02:00:: 1
-3 nervous_breakdown%1:26:00:: 1
-3 nervous%5:00:00:troubled:00 2
-3 nerves%1:26:00:: 1
-3 neocortical%3:01:00:: 1
-3 neglect%2:31:01:: 4
-3 nectar%1:27:00:: 1
-3 necrosis%1:19:00:: 1
-3 nature%1:07:01:: 5
-3 natural_resource%1:21:00:: 1
-3 native_land%1:15:00:: 1
-3 native%5:00:00:natural:01 2
-3 native%1:18:00:: 1
-3 nationalistic%5:00:00:patriotic:00 1
-3 narrowly%4:02:00:: 1
-3 naked%5:00:00:unprotected:00 2
-3 nail%1:08:00:: 1
-3 nail%1:06:00:: 2
-3 mythology%1:14:00:: 1
-3 myriad%5:00:00:incalculable:00 1
-3 mutually_exclusive%5:00:00:incompatible:01 1
-3 mutual%5:00:00:shared:00 1
-3 mutual%5:00:00:reciprocal:00 2
-3 mutely%4:02:00:: 1
-3 mute%5:00:00:inarticulate:00 1
-3 musician%1:18:00:: 2
-3 museum%1:06:00:: 1
-3 muscular%3:00:04:: 2
-3 multi%5:00:00:multiple:00 1
-3 mule%1:05:00:: 1
-3 mud_digger%1:18:00:: 1
-3 much_as%4:02:00:: 1
-3 mover%1:18:02:: 1
-3 movement%1:19:00:: 7
-3 move_up%2:38:01:: 1
-3 move_up%2:38:00:: 2
-3 move%2:41:00:: 8
-3 move%2:37:00:: 9
-3 move%2:36:00:: 10
-3 move%1:04:01:: 2
-3 mouth%2:32:00:: 1
-3 mount%2:38:01:: 5
-3 mount%2:38:00:: 6
-3 motivated%3:00:00:: 1
-3 moth%1:05:00:: 1
-3 mostly%4:02:03:: 2
-3 mortar%2:35:00:: 1
-3 mortar%1:06:00:: 1
-3 mortal%3:00:00:: 1
-3 morphophonemic_system%1:10:00:: 1
-3 morocco%1:15:00:: 1
-3 moroccan%3:01:00:: 1
-3 montreal%1:15:00:: 1
-3 monstrous%5:00:00:evil:00 2
-3 monotony%1:07:00:: 1
-3 monologue%1:10:00:: 1
-3 monic_polynomial%1:09:00:: 1
-3 momentary%5:00:00:short:02 1
-3 momentarily%4:02:02:: 1
-3 molten%5:00:00:melted:00 1
-3 moisten%2:30:00:: 1
-3 modulation%1:10:01:: 1
-3 modest%3:00:02:: 1
-3 modernize%2:30:00:: 1
-3 modern%5:00:00:progressive:01 4
-3 model%1:09:01:: 5
-3 moan%2:32:00:: 1
-3 mixture%1:13:00:: 2
-3 mitigate%2:32:00:: 1
-3 misunderstand%2:31:01:: 1
-3 missionary%1:18:00:: 1
-3 miss%1:18:00:: 1
-3 misgiving%1:12:00:: 1
-3 misfortune%1:26:00:: 2
-3 miserable%5:00:00:unhappy:00 1
-3 misconception%1:09:00:: 1
-3 mischief%1:04:00:: 1
-3 misbehavior%1:04:00:: 1
-3 minority%1:14:00:: 1
-3 minor_league%1:14:00:: 1
-3 minor%3:00:02:: 2
-3 minister%2:41:12:: 1
-3 mining%1:04:00:: 1
-3 mine%2:34:00:: 1
-3 mindful%3:00:00:: 1
-3 mind%1:18:00:: 4
-3 milk%2:30:00:: 1
-3 military_force%1:14:00:: 1
-3 military%3:00:01:: 3
-3 miles_per_hour%1:28:01:: 1
-3 mildly%4:02:00:: 1
-3 might%1:07:00:: 1
-3 midst%1:15:00:: 1
-3 mexico%1:15:00:: 1
-3 methodical%5:00:00:organized:01 1
-3 metaphor%1:10:00:: 1
-3 metallic%3:00:00:: 1
-3 merit%1:07:02:: 2
-3 merge%2:30:01:: 2
-3 merciless%3:00:00:: 1
-3 mercifully%4:02:00:: 1
-3 memory%1:06:00:: 4
-3 melt%2:30:01:: 1
-3 melancholy%5:00:00:sad:00 1
-3 meet%2:39:00:: 13
-3 medicine%1:06:00:: 2
-3 medicine%1:04:00:: 3
-3 medical_school%1:14:00:: 1
-3 mechanism%1:04:00:: 2
-3 mechanics%1:09:00:: 1
-3 mean%5:00:00:ignoble:01 3
-3 mathematically%4:02:00:: 1
-3 mathematical%3:01:00:: 1
-3 materialize%2:30:00:: 1
-3 material%3:00:01:: 2
-3 match%2:30:01:: 5
-3 mast%1:06:00:: 1
-3 masseur%1:18:00:: 1
-3 masses%1:14:00:: 1
-3 mass%2:38:00:: 1
-3 mass%1:07:01:: 7
-3 marvelous%5:00:00:incredible:00 2
-3 marvelous%5:00:00:extraordinary:00 1
-3 martian%1:18:00:: 1
-3 marriage_contract%1:10:00:: 1
-3 marksmanship%1:09:00:: 1
-3 marketplace%1:04:00:: 1
-3 market%2:40:00:: 1
-3 mark%1:10:04:: 3
-3 marginal_cost%1:07:00:: 1
-3 marginal%5:00:00:minimal:00 2
-3 marching%5:00:00:moving:02 1
-3 march_on%2:38:00:: 1
-3 march%1:04:02:: 4
-3 map%2:36:00:: 1
-3 many_more%5:00:00:more(a):02 1
-3 manufacture%2:36:00:: 1
-3 manned%3:00:00:: 1
-3 manipulate%2:35:00:: 2
-3 manifestation%1:10:00:: 2
-3 mandatory%5:00:00:obligatory:00 1
-3 manage%2:41:03:: 3
-3 manage%2:41:01:: 4
-3 man%1:18:06:: 7
-3 mammal%1:05:00:: 1
-3 make_way%2:38:00:: 1
-3 make_up%2:40:00:: 3
-3 make_possible%2:42:01:: 1
-3 make_it%2:41:00:: 2
-3 make_fun%2:32:00:: 1
-3 make%2:41:13:: 24
-3 major-general%1:18:00:: 1
-3 mainland%1:17:00:: 1
-3 maiden%1:18:00:: 1
-3 magnified%5:00:00:increased:00 1
-3 magnetic_field%1:19:00:: 1
-3 magic%5:00:00:supernatural:00 1
-3 madman%1:18:00:: 1
-3 made%5:00:00:ready-made:00 1
-3 machinery%1:14:00:: 2
-3 lyric%5:00:00:emotional:00 1
-3 luxurious%5:00:00:indulgent:00 1
-3 lurid%5:00:00:violent:00 1
-3 lurid%5:00:00:sensational:00 2
-3 lurch%2:38:00:: 2
-3 luminous%5:00:00:bright:00 1
-3 lucid%5:00:00:clear:00 1
-3 lower_limit%1:23:00:: 1
-3 low%5:00:00:contemptible:00 6
-3 low%4:02:00:: 1
-3 loving%3:00:00:: 1
-3 love%1:09:00:: 2
-3 lousy%5:00:00:bad:00 1
-3 louisiana%1:15:00:: 1
-3 lot%1:26:00:: 4
-3 lot%1:06:00:: 5
-3 lost%3:00:02:: 3
-3 loss%1:11:01:: 5
-3 lose%2:40:06:: 7
-3 lord%1:18:01:: 2
-3 loom%2:42:06:: 3
-3 looking_at%1:04:00:: 1
-3 look_on%2:39:00:: 1
-3 look_for%2:37:00:: 2
-3 long_bone%1:08:00:: 1
-3 long-run%5:00:00:long:02 1
-3 long-range%5:00:00:long:01 2
-3 lodge%2:42:02:: 1
-3 lock_up%2:35:01:: 1
-3 lock_up%2:35:00:: 2
-3 local%3:01:01:: 4
-3 lobule%1:08:00:: 1
-3 loathe%2:37:00:: 1
-3 loan%2:40:00:: 1
-3 loaf%1:13:00:: 1
-3 loaded%3:00:00:: 2
-3 load%2:35:02:: 2
-3 load%1:23:00:: 2
-3 live_on%2:34:00:: 1
-3 live%5:00:00:alive(p):01 10
-3 little%5:00:00:soft:04 7
-3 literalness%1:07:00:: 1
-3 liquid_air%1:27:00:: 1
-3 lint%1:27:02:: 1
-3 link%2:35:00:: 2
-3 linguistic%3:01:01:: 2
-3 linger%2:42:02:: 1
-3 lined%5:00:00:bordered:00 1
-3 linearly%4:02:00:: 1
-3 linear%3:00:01:: 2
-3 line_up%2:42:00:: 1
-3 line%1:06:07:: 15
-3 line%1:04:01:: 16
-3 limp%5:00:00:weak:00 1
-3 limp%5:00:00:stale:00 2
-3 limp%2:38:00:: 1
-3 limiting%5:00:01:restrictive:00 1
-3 limited%5:00:00:restricted:00 2
-3 limited%5:00:00:noncomprehensive:00 3
-3 limitation%1:09:00:: 1
-3 limitation%1:07:00:: 2
-3 limit%1:28:00:: 2
-3 lilac%1:20:00:: 1
-3 likewise%4:02:01:: 2
-3 lightning%1:11:00:: 2
-3 lighting%1:26:00:: 1
-3 light-green%5:00:00:chromatic:00 1
-3 light-footed%3:00:00:: 1
-3 light%3:00:06:: 6
-3 light%3:00:03:: 4
-3 light%3:00:02:: 5
-3 light%2:38:00:: 3
-3 light%1:18:00:: 8
-3 life_history%1:10:00:: 1
-3 life_class%1:04:00:: 1
-3 life%1:19:00:: 11
-3 lieutenant_governor%1:18:00:: 1
-3 license%1:26:01:: 2
-3 library%1:06:01:: 1
-3 liberal%5:00:00:generous:01 4
-3 liberal%3:00:00:: 3
-3 level_off%2:30:00:: 1
-3 level%5:00:01:even:01 1
-3 lettering%1:10:00:: 1
-3 let_alone%4:02:00:: 1
-3 lest%4:02:00:: 1
-3 lesson%1:04:00:: 4
-3 length%1:07:02:: 3
-3 leisure%1:28:00:: 1
-3 legislative%3:01:00:: 2
-3 legendary%5:00:00:known:00 1
-3 legal%5:00:00:valid:00 3
-3 left_over%5:00:00:unexhausted:00 1
-3 left%4:02:03:: 1
-3 leer%2:39:00:: 1
-3 leave_out%2:31:01:: 1
-3 leave%2:40:02:: 15
-3 leave%2:31:02:: 16
-3 learned%5:00:00:educated:00 2
-3 learn%2:31:02:: 4
-3 lean_back%2:38:00:: 1
-3 lean%2:42:01:: 3
-3 leading%5:00:00:superior:01 2
-3 leadership%1:09:00:: 4
-3 lead%1:09:00:: 3
-3 lead%1:04:01:: 4
-3 layer%2:35:00:: 1
-3 lay_off%2:42:00:: 1
-3 law_of_nature%1:09:00:: 1
-3 law%1:09:02:: 5
-3 lavender%5:00:00:chromatic:00 1
-3 laurels%1:10:00:: 1
-3 launch%2:36:00:: 4
-3 latter%5:00:00:late:00 2
-3 latin_america%1:15:00:: 1
-3 latin-american%3:01:00:: 1
-3 lather%1:17:00:: 1
-3 latest%5:00:00:current:00 2
-3 later%5:00:00:late:00 2
-3 late%5:00:00:past:00 3
-3 late%5:00:00:dead:01 4
-3 late%4:02:01:: 2
-3 last%1:28:00:: 1
-3 largest%5:00:00:maximal:00 2
-3 lapse%1:04:00:: 1
-3 lap%2:42:00:: 1
-3 lao%3:01:00:: 1
-3 languid%5:00:00:lethargic:00 1
-3 landlord%1:18:00:: 1
-3 land_area%1:07:00:: 1
-3 land%2:30:00:: 3
-3 lake%1:17:00:: 1
-3 laity%1:14:00:: 1
-3 lady%1:18:01:: 2
-3 laden%5:00:00:full:00 1
-3 lacy%5:00:00:fancy:00 1
-3 labor_union%1:14:00:: 1
-3 label%2:35:00:: 2
-3 label%2:32:01:: 3
-3 label%1:10:01:: 1
-3 korean_war%1:04:00:: 1
-3 knuckle%1:08:00:: 1
-3 knock_off%2:35:00:: 1
-3 knight%1:18:00:: 1
-3 knee%1:05:01:: 2
-3 kinetic%3:01:00:: 1
-3 kinda%4:02:00:: 1
-3 kill%1:04:00:: 1
-3 kidnap%2:35:00:: 1
-3 kick%1:04:00:: 1
-3 kerygma%1:10:00:: 1
-3 kentucky%1:15:00:: 1
-3 keep_out%2:41:00:: 1
-3 keep_company%2:42:00:: 1
-3 keep_an_eye_on%2:41:00:: 2
-3 keep%2:42:01:: 9
-3 keep%2:41:02:: 10
-3 keep%2:34:00:: 11
-3 keen%5:00:00:perceptive:00 1
-3 justification%1:09:00:: 1
-3 junior%3:00:00:: 1
-3 junior%1:18:02:: 1
-3 jungle%1:17:00:: 1
-3 jumble%1:26:00:: 1
-3 judgment%1:09:00:: 4
-3 judge%1:18:01:: 2
-3 jointly%4:02:02:: 1
-3 joint%1:08:00:: 1
-3 jimhickey%1:18:00:: 1
-3 jejunum%1:08:00:: 1
-3 jeer%2:32:00:: 1
-3 jealous%5:00:00:desirous:00 1
-3 japan%1:15:00:: 2
-3 janitor%1:18:00:: 1
-3 jam%1:13:00:: 1
-3 jail%1:06:00:: 1
-3 jagged%5:00:00:uneven:00 1
-3 jaded%5:00:00:tired:00 1
-3 jacket%1:06:01:: 2
-3 jackass%1:18:00:: 1
-3 itch%2:39:01:: 1
-3 issue%1:10:00:: 2
-3 isotropic%3:00:00:: 1
-3 isotonic%3:00:00:: 1
-3 isolation%1:26:00:: 1
-3 isolate%2:30:01:: 2
-3 irritate%2:37:00:: 1
-3 irritably%4:02:01:: 1
-3 irregularity%1:04:00:: 1
-3 irony%1:07:00:: 2
-3 irons%1:06:00:: 1
-3 ionic%3:01:00:: 1
-3 iodinating%3:00:00:: 1
-3 involved%5:00:00:encumbered:00 2
-3 invite%2:41:01:: 5
-3 investor%1:18:00:: 1
-3 invention%1:04:00:: 3
-3 invasion%1:04:00:: 1
-3 invariant%5:00:02:invariable:00 1
-3 inure%2:30:00:: 1
-3 introductory%5:00:00:opening:00 1
-3 introduction%1:04:01:: 1
-3 intrinsically%4:02:00:: 1
-3 intra%3:00:00:: 1
-3 intolerable%3:00:00:: 1
-3 interview%1:10:00:: 2
-3 intervention%1:04:00:: 1
-3 interrupt%2:30:04:: 3
-3 interpretation%1:04:02:: 2
-3 interplanetary_space%1:15:00:: 1
-3 interlocking%5:00:00:complex:00 1
-3 interlace%2:35:00:: 1
-3 interference%1:10:00:: 1
-3 interference%1:04:00:: 2
-3 interfere%2:41:00:: 2
-3 interfacial_tension%1:19:00:: 1
-3 interface%1:06:00:: 1
-3 interest%1:04:01:: 7
-3 interdependent%5:00:00:dependent:00 1
-3 intent%1:09:00:: 1
-3 intensify%2:30:02:: 1
-3 intensely%4:02:00:: 1
-3 intended%3:00:00:: 1
-3 intelligent%5:00:00:reasonable:00 3
-3 intelligence_test%1:04:00:: 1
-3 intellectual%5:00:00:mental:00 2
-3 intellectual%1:18:00:: 1
-3 integrity%1:26:00:: 1
-3 integral%5:00:00:intrinsic:00 1
-3 insult%2:32:00:: 1
-3 insulin%1:08:00:: 1
-3 insufficient%3:00:00:: 1
-3 instrumentation%1:06:00:: 1
-3 institutional%3:01:00:: 1
-3 installation%1:06:00:: 2
-3 insolently%4:02:00:: 1
-3 insolent%5:00:00:disrespectful:00 1
-3 insolence%1:07:00:: 1
-3 insofar%4:02:00:: 1
-3 insignificant%5:00:00:inconsiderable:00 1
-3 insight%1:12:00:: 2
-3 insight%1:09:01:: 3
-3 inside_out%4:02:00:: 1
-3 insert%2:35:01:: 3
-3 inscription%1:10:00:: 1
-3 inquiry%1:10:01:: 2
-3 input%1:10:00:: 1
-3 innovation%1:06:00:: 1
-3 inner%5:00:00:intrinsic:00 3
-3 inn%1:06:00:: 1
-3 inlet%1:17:00:: 1
-3 inject%2:30:00:: 2
-3 initiate%2:36:00:: 2
-3 inhibition%1:04:00:: 1
-3 inhabit%2:42:00:: 1
-3 ingredient%1:06:00:: 1
-3 infuriate%2:37:00:: 1
-3 informal%3:00:01:: 1
-3 influence%1:19:00:: 4
-3 infer%2:31:00:: 1
-3 infectious_disease%1:26:00:: 1
-3 infant%1:18:00:: 1
-3 infancy%1:28:00:: 1
-3 inexperienced%3:00:00:: 1
-3 inevitable%5:00:00:predictable:00 2
-3 industrial%3:00:00:: 2
-3 induct%2:41:00:: 1
-3 individualist%1:18:00:: 1
-3 indifferent%5:00:00:unconcerned:00 2
-3 indian%3:01:00:: 1
-3 indefinitely%4:02:00:: 1
-3 incubation_period%1:28:00:: 1
-3 increase%1:07:00:: 4
-3 increase%1:04:00:: 5
-3 inconsequential%5:00:00:unimportant:00 1
-3 incitement%1:04:02:: 1
-3 inaugurate%2:41:00:: 1
-3 inactive%5:00:00:unreactive:00 1
-3 in_vivo%4:02:00:: 1
-3 in_vitro%3:00:00:: 1
-3 in_use%5:00:00:occupied:00 1
-3 in_unison%4:02:02:: 1
-3 in_the_last_analysis%4:02:00:: 1
-3 in_the_air%4:02:00:: 1
-3 in_full%4:02:00:: 1
-3 in_advance%4:02:00:: 1
-3 in%1:23:00:: 1
-3 impute%2:31:00:: 1
-3 impurity%1:26:00:: 2
-3 impulse%1:12:01:: 2
-3 improvise%2:36:00:: 1
-3 improved%3:00:00:: 1
-3 imprisonment%1:04:01:: 1
-3 imprison%2:41:00:: 1
-3 implicit%3:00:00:: 1
-3 implement%2:41:01:: 1
-3 impinging%1:11:00:: 1
-3 impetus%1:19:00:: 1
-3 impair%2:30:01:: 2
-3 immensely%4:02:01:: 1
-3 immediate%3:00:00:: 2
-3 imbed%2:35:00:: 1
-3 imaginative%5:00:00:creative:00 1
-3 illustration%1:10:01:: 2
-3 illustrate%2:36:01:: 3
-3 illuminating%3:00:00:: 1
-3 illegal%3:00:00:: 1
-3 ill-starred%5:00:00:unfortunate:00 1
-3 ill%4:02:00:: 1
-3 ignore%2:31:03:: 4
-3 ignorant%5:00:02:uneducated:00 1
-3 idly%4:02:00:: 1
-3 idiotic%5:00:00:insane:00 1
-3 identification%1:10:01:: 3
-3 ideal%5:00:00:utopian:00 2
-3 icebox%1:06:00:: 1
-3 ice_water%1:13:00:: 1
-3 icbm%1:06:00:: 1
-3 hysterical%5:00:00:neurotic:00 1
-3 hypothetical%5:00:00:theoretical:00 1
-3 hypothesize%2:31:00:: 1
-3 hypocrite%1:18:00:: 1
-3 hydrocarbon%1:27:00:: 1
-3 husky%5:00:00:robust:00 1
-3 hurtle%2:38:01:: 1
-3 hurt%5:00:02:injured:00 2
-3 hurt%5:00:01:injured:00 1
-3 hurt%2:37:00:: 5
-3 hurrying%5:00:00:fast:01 1
-3 hurried%3:00:00:: 1
-3 hurl%2:38:00:: 2
-3 humbly%4:02:00:: 1
-3 humble%5:00:00:inferior:01 1
-3 huddle_together%2:38:00:: 1
-3 huddle%2:38:00:: 2
-3 hp%1:23:00:: 1
-3 howl%2:32:02:: 1
-3 hours%1:28:01:: 2
-3 hot%3:00:02:: 3
-3 hostility%1:07:00:: 1
-3 hostile%3:00:02:: 2
-3 host%1:18:01:: 4
-3 horror%1:12:00:: 3
-3 horribly%4:02:00:: 1
-3 horn%1:05:01:: 2
-3 horde%1:14:00:: 1
-3 hopelessly%4:02:01:: 1
-3 hopeless%3:00:00:: 1
-3 hopefully%4:02:00:: 1
-3 hoot%2:32:00:: 1
-3 honor%2:41:01:: 2
-3 honor%1:26:00:: 2
-3 honor%1:07:00:: 3
-3 honolulu%1:15:00:: 1
-3 honeymoon%2:42:00:: 1
-3 homesteader%1:18:00:: 1
-3 homesick%5:00:00:unhappy:00 1
-3 homely%5:00:00:comfortable:00 2
-3 home%3:01:00:: 2
-3 home%1:06:02:: 4
-3 hollering%1:10:00:: 1
-3 holler%2:32:06:: 1
-3 hold_up%2:39:00:: 2
-3 hold_up%2:30:00:: 3
-3 hold_out%2:33:00:: 2
-3 hold_off%2:33:00:: 1
-3 hold%2:42:05:: 13
-3 hold%2:42:01:: 14
-3 hold%2:35:02:: 15
-3 hitler%1:18:00:: 1
-3 hit%2:40:05:: 7
-3 hit%2:33:02:: 8
-3 hinge%1:06:00:: 1
-3 hinder%2:41:01:: 1
-3 hillside%1:17:00:: 1
-3 hideout%1:15:00:: 1
-3 hideous%5:00:00:offensive:01 1
-3 herpetologist%1:18:00:: 1
-3 hereinafter%4:02:00:: 1
-3 hereafter%4:02:00:: 1
-3 here_and_now%1:28:00:: 1
-3 hem%1:06:00:: 1
-3 helpless%5:00:00:hopeless:00 2
-3 help%1:18:00:: 2
-3 heir%1:18:00:: 1
-3 height%1:07:01:: 3
-3 hegelian%3:01:00:: 1
-3 heavy%5:00:00:wide:00 5
-3 heave%2:35:01:: 2
-3 heated%5:00:00:hot:01 1
-3 hearing%1:15:00:: 3
-3 healthy%5:00:00:sound:00 2
-3 headline%1:10:00:: 1
-3 headache%1:26:00:: 2
-3 head_off%2:41:00:: 1
-3 head%2:38:02:: 3
-3 head%1:19:00:: 6
-3 hazard%1:26:00:: 1
-3 hawaiian_islands%1:15:00:: 1
-3 hawaii%1:15:01:: 2
-3 havoc%1:04:00:: 1
-3 have%2:40:02:: 18
-3 have%2:29:00:: 19
-3 haunt%2:38:00:: 1
-3 haunt%2:37:00:: 2
-3 hatching%1:22:00:: 1
-3 harvest%2:35:00:: 1
-3 harshly%4:02:02:: 1
-3 harsh%5:00:01:unpleasant:00 1
-3 harmony%1:10:01:: 2
-3 harm%2:29:00:: 1
-3 hardware%1:06:02:: 1
-3 hardtack%1:13:00:: 1
-3 hardly_a%5:00:00:few:00 1
-3 hard%5:00:01:effortful:00 5
-3 hard%4:02:05:: 2
-3 hang_up%2:35:01:: 2
-3 hang_on%2:30:00:: 2
-3 handstand%1:04:00:: 1
-3 handspike%1:06:00:: 1
-3 handsome%5:00:00:generous:01 2
-3 handle%2:35:00:: 4
-3 handbag%1:06:00:: 1
-3 hand%1:09:00:: 4
-3 hall%1:06:04:: 4
-3 half_mile%1:23:00:: 1
-3 hail%1:19:00:: 1
-3 gust%1:19:00:: 1
-3 gush%2:38:00:: 1
-3 gunman%1:18:00:: 1
-3 guitar%1:06:00:: 1
-3 guided%5:00:00:led:00 1
-3 guerrilla%1:18:00:: 1
-3 grumble%2:32:00:: 2
-3 grudge%1:12:00:: 1
-3 growth%1:22:02:: 3
-3 growth%1:14:00:: 4
-3 growing%1:22:00:: 1
-3 grow%2:36:00:: 7
-3 grow%2:29:00:: 8
-3 grotesque%5:00:00:strange:00 2
-3 grip%2:35:03:: 2
-3 grind%2:35:00:: 2
-3 grim%5:00:00:sarcastic:00 3
-3 grim%5:00:00:cheerless:00 4
-3 greet%2:31:00:: 3
-3 greatest%5:00:00:superior:01 4
-3 graze%2:35:01:: 1
-3 gray%5:00:00:southern:02 4
-3 gray%1:06:00:: 2
-3 graveyard%1:15:00:: 1
-3 gravel%1:27:00:: 1
-3 grave%5:00:00:critical:03 2
-3 gratification%1:26:00:: 1
-3 grapple%2:41:00:: 1
-3 grapevine%1:10:00:: 1
-3 grape_arbor%1:06:00:: 1
-3 granular%5:00:00:coarse:00 1
-3 grant%2:40:00:: 4
-3 grant%1:21:02:: 3
-3 granny%1:18:00:: 1
-3 grandeur%1:07:01:: 1
-3 graduate%5:00:00:high:02 1
-3 graduate%2:40:01:: 2
-3 gracefully%4:02:00:: 1
-3 government_office%1:06:00:: 1
-3 govern%2:41:00:: 3
-3 gouge%2:35:00:: 1
-3 gossip%1:10:00:: 1
-3 goose%1:05:00:: 1
-3 good_night%1:10:00:: 1
-3 good_luck%1:26:00:: 1
-3 good_humor%1:12:00:: 1
-3 good_fortune%1:26:00:: 1
-3 good%5:00:00:righteous:00 8
-3 gone%5:00:00:dead:01 3
-3 goitre%1:26:00:: 1
-3 goddamned%5:00:02:cursed:00 1
-3 goddam%5:00:00:cursed:00 1
-3 go_to_sleep%2:29:01:: 1
-3 go_to%2:32:00:: 3
-3 go_out%2:38:01:: 3
-3 go_on%2:35:00:: 5
-3 go_off%2:30:00:: 2
-3 go_into%2:42:00:: 2
-3 go_down%2:30:00:: 3
-3 go_away%2:38:00:: 2
-3 go_along%2:42:00:: 2
-3 go%2:39:00:: 11
-3 go%2:35:00:: 12
-3 go%2:34:00:: 13
-3 go%2:30:02:: 14
-3 glow%1:26:00:: 1
-3 glow%1:07:00:: 2
-3 gloves%1:06:00:: 1
-3 glottochronological%3:01:00:: 1
-3 glossary%1:10:00:: 1
-3 globulin%1:27:00:: 1
-3 glisten%2:39:00:: 1
-3 glide%2:38:00:: 1
-3 gleeful%5:00:00:joyous:00 1
-3 glee%1:12:00:: 1
-3 gleaming%5:00:00:bright:00 1
-3 gleam%2:39:01:: 1
-3 gleam%2:39:00:: 2
-3 gleam%1:07:00:: 1
-3 glaring%5:00:00:bright:00 1
-3 give_up%2:42:00:: 4
-3 give_up%2:40:05:: 5
-3 give_up%2:40:03:: 6
-3 give_away%2:40:00:: 1
-3 give_away%2:32:00:: 2
-3 give%2:40:08:: 25
-3 gifted%5:00:00:precocious:00 1
-3 ghoul%1:18:01:: 1
-3 get_up%2:29:01:: 4
-3 get_to%2:30:00:: 2
-3 get_rid_of%2:30:00:: 2
-3 get_out%2:38:00:: 3
-3 get_off%2:38:02:: 1
-3 get_down%2:38:02:: 1
-3 get_by%2:41:00:: 1
-3 get_a_look%2:39:00:: 1
-3 get%2:32:03:: 14
-3 get%2:30:01:: 15
-3 gesture%2:32:00:: 1
-3 gesture%1:04:02:: 3
-3 germanium%1:27:00:: 1
-3 geometry%1:09:00:: 1
-3 gently%4:02:03:: 3
-3 gently%4:02:01:: 2
-3 gentile%3:01:00:: 1
-3 genial%5:00:00:friendly:01 1
-3 genesis%1:11:00:: 1
-3 generate%2:36:02:: 2
-3 generalist%1:18:00:: 1
-3 general_manager%1:18:00:: 1
-3 general%5:00:00:undiversified:00 2
-3 gender%1:10:00:: 1
-3 gear%2:30:00:: 1
-3 gay%5:00:02:joyous:00 2
-3 gay%5:00:00:indulgent:00 3
-3 gay%5:00:00:colorful:03 4
-3 gathering%1:14:00:: 1
-3 gathering%1:04:00:: 2
-3 gather%2:30:00:: 4
-3 gas_jet%1:06:00:: 1
-3 gardener%1:18:00:: 1
-3 garden%2:36:00:: 1
-3 gaping%5:00:00:open:08 1
-3 gap%1:07:00:: 1
-3 gangster%1:18:00:: 1
-3 gallop%2:38:01:: 2
-3 future%5:00:00:incoming:00 4
-3 fuse%2:30:00:: 1
-3 fury%1:26:00:: 2
-3 fury%1:07:00:: 3
-3 furnish%2:40:01:: 2
-3 fundamental_law%1:10:00:: 1
-3 fund%1:21:01:: 2
-3 functioning%1:04:00:: 1
-3 functional%3:00:00:: 1
-3 function%2:42:12:: 2
-3 fun%1:10:00:: 2
-3 full%4:02:01:: 1
-3 fulfillment%1:12:00:: 1
-3 fulfill%2:42:00:: 2
-3 fulfill%2:34:00:: 3
-3 fulfil%2:36:00:: 1
-3 fruit%1:06:00:: 2
-3 frivolous%3:00:00:: 1
-3 fringed%5:00:00:bordered:00 1
-3 frightened%5:00:02:afraid(p):00 1
-3 friendship%1:26:00:: 1
-3 fret%2:37:03:: 1
-3 fresh%5:00:00:original:00 4
-3 frequent%5:00:00:common:01 2
-3 french%1:18:00:: 2
-3 freeze%2:29:00:: 3
-3 freehand%5:00:00:original:00 1
-3 free-swimming%5:00:00:vagile:00 1
-3 free%5:00:02:unoccupied:00 4
-3 free%5:00:00:unpaid:00 3
-3 free%2:40:02:: 2
-3 free%2:35:02:: 3
-3 frank%5:00:00:direct:02 1
-3 framework%1:09:00:: 1
-3 frame%2:42:00:: 2
-3 frame%1:08:01:: 3
-3 fragile%5:00:00:breakable:00 1
-3 fractionate%2:35:01:: 1
-3 foyer%1:06:00:: 1
-3 fox%1:05:00:: 1
-3 foundation%1:14:00:: 2
-3 forward%5:00:00:fore(a):00 6
-3 forward%4:02:02:: 3
-3 forward%4:02:01:: 4
-3 forward%2:38:00:: 1
-3 fortune%1:21:00:: 2
-3 fortress%1:06:00:: 1
-3 fortitude%1:07:00:: 1
-3 forth%4:02:00:: 1
-3 formula%1:10:01:: 3
-3 formation%1:17:00:: 4
-3 formation%1:06:00:: 5
-3 formal%5:00:00:official:00 2
-3 form%2:41:02:: 6
-3 form%2:35:00:: 7
-3 form%1:07:00:: 7
-3 forgetfulness%1:09:00:: 1
-3 foresee%2:36:00:: 2
-3 forego%2:42:00:: 1
-3 forefinger%1:08:00:: 1
-3 force%2:35:00:: 5
-3 footstep%1:23:00:: 3
-3 football_team%1:14:00:: 1
-3 foot_rot%1:26:00:: 1
-3 fondness%1:12:01:: 1
-3 fondly%4:02:00:: 1
-3 fond%5:00:02:loving:00 1
-3 following%3:00:00:: 1
-3 follow%2:41:02:: 13
-3 folded%3:00:00:: 1
-3 fold%1:25:00:: 1
-3 fog%1:26:01:: 2
-3 focus%1:07:01:: 2
-3 focal%5:00:00:central:01 1
-3 foamy%5:00:00:gaseous:00 1
-3 fly%2:35:00:: 4
-3 flush%2:29:00:: 1
-3 flowing%5:00:00:graceful:00 1
-3 flower_garden%1:06:00:: 1
-3 flow%1:22:00:: 4
-3 flour%1:13:00:: 1
-3 flounder%2:41:00:: 2
-3 floor%1:10:00:: 3
-3 flood%2:30:00:: 2
-3 floc%1:27:00:: 1
-3 float%2:38:02:: 3
-3 flip%2:38:00:: 1
-3 flinch%2:38:00:: 1
-3 flight%1:14:00:: 5
-3 flicker%2:38:00:: 1
-3 flavor%1:26:00:: 1
-3 flavor%1:09:00:: 2
-3 flaunt%2:39:00:: 1
-3 flashlight%1:06:00:: 1
-3 flash%2:39:01:: 3
-3 flash%2:32:00:: 4
-3 flap%1:06:00:: 1
-3 flank%1:14:00:: 1
-3 flag%1:10:01:: 2
-3 fix%2:33:00:: 5
-3 fitness%1:07:00:: 1
-3 fit%3:00:01:: 3
-3 fit%1:26:01:: 1
-3 fishing_boat%1:06:00:: 1
-3 fish_hawk%1:05:00:: 1
-3 fish%1:13:00:: 2
-3 fiscal%3:01:00:: 1
-3 first_and_foremost%4:02:00:: 1
-3 first%5:00:00:best:00 5
-3 firecracker%1:06:00:: 1
-3 fire%1:27:01:: 5
-3 fire%1:12:00:: 6
-3 finish%2:35:00:: 4
-3 finish%1:07:00:: 1
-3 fine%5:00:02:bad:00 5
-3 fine%4:02:00:: 1
-3 fine%2:40:00:: 1
-3 finding%1:04:01:: 2
-3 final%5:00:00:unalterable:00 3
-3 filter%2:35:01:: 2
-3 filing%1:10:00:: 1
-3 file_out%2:38:00:: 1
-3 file%2:38:00:: 3
-3 figure%2:36:00:: 3
-3 figurative%3:00:00:: 1
-3 fighter%1:06:00:: 2
-3 fiercely%4:02:00:: 1
-3 fiend%1:18:00:: 1
-3 field_of_battle%1:15:00:: 1
-3 fictional%5:00:00:unreal:00 2
-3 fibrous_tissue%1:08:00:: 1
-3 fiat%1:10:00:: 1
-3 feverishly%4:02:00:: 1
-3 fete%2:41:00:: 1
-3 fetch%2:35:00:: 1
-3 festivity%1:04:00:: 1
-3 fervent%5:00:00:passionate:00 1
-3 fence_line%1:15:00:: 1
-3 female%5:00:02:feminine:01 2
-3 fella%1:18:00:: 1
-3 feel%2:35:01:: 10
-3 feed%2:41:00:: 5
-3 feed%2:34:00:: 6
-3 feature%2:42:01:: 2
-3 feasibility%1:07:00:: 1
-3 fearfully%4:02:00:: 1
-3 favorably%4:02:00:: 1
-3 faster%4:02:01:: 1
-3 fashionable%3:00:00:: 1
-3 fascinate%2:42:00:: 1
-3 fascinate%2:37:00:: 2
-3 farther%4:02:02:: 1
-3 farmhouse%1:06:00:: 1
-3 far%4:02:01:: 4
-3 fantasy%1:09:00:: 1
-3 fantastic%5:00:00:extraordinary:00 2
-3 fancy%3:00:00:: 1
-3 fancy%2:36:00:: 1
-3 fan%2:35:01:: 1
-3 fan%1:18:01:: 2
-3 fan%1:18:00:: 3
-3 family_business%1:14:00:: 1
-3 famed%5:00:00:known:00 1
-3 falter%2:42:00:: 1
-3 falsify%2:32:00:: 1
-3 fall_short_of%2:42:00:: 1
-3 fall_in%2:38:00:: 1
-3 fall%2:42:04:: 8
-3 fall%2:42:00:: 7
-3 fall%2:40:05:: 9
-3 fall%2:30:06:: 11
-3 fall%2:30:00:: 10
-3 fall%1:11:03:: 3
-3 fairytale%1:10:00:: 1
-3 fairly%4:02:00:: 2
-3 faintly%4:02:00:: 1
-3 failure%1:26:00:: 3
-3 failure%1:18:00:: 4
-3 fail%2:30:00:: 4
-3 faded%5:00:00:decreased:00 2
-3 faculty%1:14:00:: 2
-3 fact%1:09:02:: 4
-3 facet%1:09:00:: 1
-3 face_up%2:32:03:: 1
-3 face%2:32:03:: 7
-3 facade%1:06:00:: 1
-3 eyelid%1:08:00:: 1
-3 eyebrow%1:08:00:: 1
-3 exultant%5:00:00:elated:00 1
-3 extreme%1:15:00:: 2
-3 extravagant%5:00:00:unrestrained:00 1
-3 extrapolation%1:09:00:: 1
-3 extract%1:27:00:: 1
-3 extra_points%1:04:00:: 1
-3 exterminate%2:35:01:: 1
-3 extensively%4:02:00:: 1
-3 extensive%5:00:00:comprehensive:00 2
-3 extensive%5:00:00:abundant:00 3
-3 extend%2:40:04:: 7
-3 exquisite%5:00:00:intense:00 1
-3 expressive%5:00:00:communicative:00 1
-3 expound%2:32:00:: 1
-3 exposure%1:04:06:: 2
-3 expose%2:35:00:: 4
-3 explosive%5:00:00:unstable:00 2
-3 explosive%3:00:00:: 1
-3 explorer%1:18:00:: 1
-3 exploit%2:34:01:: 2
-3 explode%2:30:03:: 4
-3 expire%2:42:00:: 1
-3 experimenter%1:18:00:: 1
-3 experimentation%1:04:00:: 2
-3 experimental%5:00:01:empirical:00 2
-3 experiential%3:01:00:: 1
-3 expenditure%1:04:00:: 2
-3 expel%2:41:00:: 1
-3 expedition%1:14:00:: 2
-3 expedition%1:04:00:: 3
-3 expectantly%4:02:00:: 1
-3 expectant%5:00:00:hopeful:00 1
-3 expanded%3:00:01:: 1
-3 expand%2:30:02:: 5
-3 existing%3:00:00:: 1
-3 exhaust%2:34:00:: 2
-3 exercise%2:29:01:: 3
-3 exercise%2:29:00:: 4
-3 exercise%1:04:03:: 2
-3 executive%1:18:00:: 1
-3 exclude%2:42:00:: 3
-3 exciting%5:00:00:stimulating:00 2
-3 excited%3:00:00:: 2
-3 exchange%1:10:00:: 2
-3 exchange%1:04:03:: 4
-3 exchange%1:04:02:: 3
-3 exceptional%5:00:00:extraordinary:00 1
-3 exacerbation%1:04:01:: 1
-3 evolve%2:36:00:: 1
-3 evolve%2:30:00:: 2
-3 evoke%2:36:00:: 2
-3 evil%1:07:00:: 3
-3 evidence%2:32:01:: 2
-3 every_other%5:00:00:cyclic:01 1
-3 every_night%4:02:00:: 1
-3 eventual%5:00:00:ultimate:00 1
-3 even%5:00:01:equal:00 2
-3 evangelism%1:04:00:: 1
-3 evaluation%1:09:00:: 2
-3 evade%2:32:00:: 1
-3 ethyl_acetate%1:27:00:: 1
-3 ethnic%5:00:00:social:00 2
-3 ethnic%3:01:00:: 1
-3 ethical%3:01:00:: 1
-3 eternity%1:28:00:: 1
-3 etcetera%4:02:00:: 1
-3 estimate%1:10:00:: 3
-3 establishment%1:14:02:: 3
-3 establishment%1:06:00:: 4
-3 established%5:00:00:secure:02 2
-3 esprit_de_corps%1:07:00:: 1
-3 espouse%2:40:00:: 1
-3 erudite%5:00:00:scholarly:00 1
-3 error%1:04:03:: 4
-3 err%2:31:00:: 1
-3 erotic%5:00:00:sexy:00 1
-3 equal%3:00:02:: 2
-3 epithet%1:10:01:: 1
-3 episode%1:10:01:: 2
-3 epicenter%1:15:00:: 1
-3 epic%1:10:00:: 1
-3 envision%2:36:01:: 2
-3 envelop%2:35:00:: 1
-3 entrust%2:40:00:: 1
-3 entropy%1:19:00:: 1
-3 entrance%1:04:00:: 3
-3 enthusiasm%1:09:00:: 3
-3 enterprising%3:00:00:: 1
-3 entail%2:42:00:: 2
-3 ensuing%5:00:00:succeeding(a):00 1
-3 enrol%2:41:00:: 1
-3 enraged%5:00:00:angry:00 1
-3 enormously%4:02:00:: 1
-3 engulf%2:31:00:: 1
-3 english%1:18:00:: 2
-3 english%1:09:00:: 3
-3 enforcement%1:04:00:: 1
-3 endow%2:41:00:: 1
-3 endless%5:00:02:infinite:00 2
-3 ending%1:10:00:: 1
-3 endeavor%1:04:00:: 2
-3 endear%2:37:00:: 1
-3 endanger%2:42:00:: 1
-3 end_up%2:30:01:: 1
-3 end%1:18:00:: 8
-3 encroachment%1:11:00:: 1
-3 encouragement%1:10:01:: 1
-3 encounter%1:04:01:: 3
-3 enclose%2:35:01:: 1
-3 empty%2:30:00:: 2
-3 empire%1:15:00:: 1
-3 emphysema%1:26:00:: 1
-3 emerge%2:38:00:: 4
-3 embrace%2:35:00:: 2
-3 embody%2:42:01:: 1
-3 embody%2:42:00:: 2
-3 emblematic%5:00:00:representative:00 1
-3 emblem%1:06:00:: 1
-3 embarrassment%1:12:00:: 1
-3 embarrassing%5:00:00:difficult:00 1
-3 embark_on%2:36:00:: 1
-3 elimination%1:04:02:: 1
-3 elevate%2:41:00:: 1
-3 elephant%1:05:00:: 1
-3 elemental%5:00:00:natural:01 1
-3 element%1:27:00:: 3
-3 elegance%1:07:00:: 1
-3 electrode%1:06:00:: 1
-3 elected%3:00:02:: 1
-3 elect%2:31:00:: 2
-3 elder%1:18:00:: 1
-3 elasticity%1:07:00:: 1
-3 egotist%1:18:00:: 1
-3 efficient%5:00:00:competent:00 2
-3 effectiveness%1:07:01:: 2
-3 effect%2:41:15:: 2
-3 eeg%1:10:00:: 1
-3 education%1:07:01:: 5
-3 educate%2:31:00:: 2
-3 edition%1:10:02:: 1
-3 edge%2:38:00:: 1
-3 ecstasy%1:26:02:: 2
-3 economics%1:09:00:: 1
-3 economically%4:02:00:: 1
-3 ecliptic%1:15:00:: 1
-3 ecclesiastical%3:01:00:: 1
-3 eccentric%1:18:00:: 1
-3 eating%1:04:00:: 1
-3 easter%1:28:00:: 1
-3 easily%4:02:06:: 2
-3 ease%2:30:00:: 3
-3 earth%1:15:00:: 4
-3 each_year%4:02:00:: 1
-3 dynamic%3:00:00:: 1
-3 dweller%1:18:00:: 1
-3 dwell%2:42:01:: 2
-3 dwell%2:42:00:: 3
-3 dwarf%2:42:00:: 1
-3 dust%2:35:00:: 1
-3 dusk%1:26:00:: 2
-3 duplicate%2:36:00:: 1
-3 dungeon%1:06:00:: 1
-3 duffer%1:18:00:: 1
-3 duffel_bag%1:06:00:: 1
-3 duck%2:38:01:: 2
-3 dual%5:00:00:multiple:00 1
-3 drygoods%1:06:00:: 1
-3 drugged%5:00:00:intoxicated:00 1
-3 drown_out%2:39:00:: 1
-3 drown%2:35:00:: 1
-3 droplet%1:23:00:: 1
-3 drop_down%2:38:01:: 1
-3 drop%2:35:00:: 8
-3 drive%1:06:01:: 4
-3 dripping%5:00:00:wet:01 1
-3 drink%1:13:00:: 3
-3 drift%2:38:04:: 2
-3 drift%2:38:01:: 3
-3 drift%1:19:00:: 1
-3 dried%5:00:00:dry:01 1
-3 dressing_gown%1:06:00:: 1
-3 dream_up%2:36:00:: 1
-3 drawing_room%1:06:00:: 1
-3 draw_near%2:38:00:: 1
-3 draw%2:40:01:: 14
-3 draw%2:33:01:: 15
-3 drastically%4:02:02:: 1
-3 draped%5:00:00:covered:00 1
-3 drape%2:35:00:: 1
-3 drainage%1:04:00:: 1
-3 dozens%1:23:00:: 1
-3 dozen%5:00:00:cardinal:00 1
-3 downward%5:00:00:descending(a):00 2
-3 downright%4:02:00:: 1
-3 down%2:34:00:: 1
-3 dough%1:13:00:: 1
-3 double_bass%1:06:00:: 1
-3 dot%2:42:00:: 1
-3 doorman%1:18:00:: 1
-3 doom%1:11:00:: 1
-3 don_quixote%1:18:01:: 1
-3 dominance%1:26:00:: 2
-3 domestic%3:00:01:: 3
-3 dogma%1:10:00:: 1
-3 document%2:32:00:: 1
-3 document%1:10:00:: 1
-3 docile%3:00:00:: 1
-3 do_one's_best%2:41:00:: 1
-3 do%2:29:09:: 9
-3 division%1:14:03:: 4
-3 diversified%3:00:00:: 1
-3 diurnal_variation%1:11:00:: 1
-3 distrust%2:31:00:: 1
-3 district_manager%1:18:00:: 1
-3 distribution_cost%1:21:00:: 1
-3 distribute%2:40:01:: 4
-3 distressing%5:00:00:heavy:02 1
-3 distress%1:26:01:: 2
-3 distract%2:37:00:: 1
-3 distinguish%2:31:02:: 3
-3 distinctive%5:00:00:identifiable:00 2
-3 distinction%1:07:00:: 4
-3 distillation%1:22:00:: 1
-3 distill%2:30:03:: 1
-3 distill%2:30:01:: 2
-3 distaste%1:12:00:: 1
-3 dissuade%2:32:00:: 1
-3 dissolve%2:30:01:: 2
-3 dissociation%1:04:00:: 1
-3 disregard%2:32:02:: 1
-3 dispose%2:40:11:: 1
-3 dispose%2:40:00:: 2
-3 displeasure%1:12:00:: 1
-3 display%1:04:00:: 2
-3 displace%2:38:01:: 1
-3 dispersed%5:00:00:distributed:00 1
-3 dispense%2:40:00:: 1
-3 dispatch%1:10:00:: 1
-3 disordered%5:00:00:disorganized:00 1
-3 dish%1:13:00:: 2
-3 discrete%5:00:00:separate:00 1
-3 discrepancy%1:11:00:: 2
-3 discourage%2:37:00:: 2
-3 discount%2:32:00:: 1
-3 discomfort%1:26:00:: 1
-3 discharge%2:41:00:: 1
-3 discharge%2:35:00:: 2
-3 discharge%1:04:04:: 2
-3 discernible%3:00:00:: 1
-3 discard%2:40:00:: 1
-3 disbelief%1:09:00:: 1
-3 disagreement%1:26:00:: 1
-3 disadvantage%1:07:00:: 1
-3 disability%1:26:00:: 1
-3 direction%1:04:00:: 5
-3 diminished%5:00:00:impaired:00 1
-3 dimensioning%5:00:00:orienting:00 1
-3 dimensional%5:00:00:multidimensional:00 2
-3 dimensional%3:01:00:: 1
-3 dim%5:00:00:indistinct:00 2
-3 differentiated%3:00:00:: 1
-3 differentiable%3:01:00:: 1
-3 diethylstilbestrol%1:27:00:: 1
-3 dictionary_entry%1:10:00:: 1
-3 dictatorship%1:14:00:: 1
-3 diary%1:10:00:: 1
-3 diarrhoea%1:26:00:: 1
-3 diamond%1:21:00:: 1
-3 dialogue%1:10:01:: 1
-3 dial%2:32:00:: 1
-3 devoid_of%5:00:00:empty:00 1
-3 devil%1:10:00:: 3
-3 develop%2:39:04:: 11
-3 develop%2:30:09:: 12
-3 develop%2:30:01:: 13
-3 devastate%2:30:00:: 1
-3 detonate%2:30:00:: 1
-3 determination%1:07:00:: 2
-3 detergent%1:06:00:: 2
-3 detergency%1:07:00:: 1
-3 detect%2:31:00:: 2
-3 detach%2:35:01:: 1
-3 despondent%5:00:00:hopeless:00 1
-3 desperately%4:02:01:: 2
-3 desperate%5:00:00:resolute:00 2
-3 despairing%5:00:00:hopeless:00 1
-3 despair%2:37:00:: 1
-3 design%1:09:02:: 3
-3 descend%2:42:00:: 2
-3 derive%2:30:00:: 4
-3 deprive%2:40:01:: 1
-3 deprive%2:40:00:: 2
-3 depression%1:26:02:: 2
-3 depression%1:17:00:: 3
-3 depressing%5:00:00:cheerless:00 1
-3 depress%2:37:00:: 1
-3 depravity%1:07:00:: 1
-3 deposit%2:35:00:: 1
-3 dependent_on%5:00:00:conditional:00 1
-3 dependency%1:26:00:: 1
-3 department_of_agriculture%1:14:00:: 1
-3 depart%2:38:01:: 3
-3 denunciation%1:10:00:: 1
-3 dentist%1:18:00:: 1
-3 dent%2:35:00:: 1
-3 denial%1:10:01:: 2
-3 demythologize%2:30:00:: 1
-3 demonstration%1:04:01:: 3
-3 democracy%1:14:00:: 2
-3 demeanor%1:07:00:: 1
-3 demand%1:04:00:: 4
-3 deltoid%1:08:00:: 1
-3 delivery%1:04:04:: 1
-3 deliver%2:41:01:: 4
-3 delighted%5:00:00:pleased:00 1
-3 delight%2:34:00:: 2
-3 delicate%5:00:00:skilled:00 2
-3 delicate%5:00:00:breakable:00 3
-3 delay%2:30:01:: 3
-3 deformation%1:11:00:: 1
-3 defiance%1:07:00:: 1
-3 defender%1:18:00:: 1
-3 defend%2:33:02:: 3
-3 defeat%1:12:00:: 2
-3 deeply%4:02:03:: 2
-3 deep%5:00:00:colorful:00 7
-3 deep%4:02:00:: 1
-3 deductible%3:00:00:: 1
-3 deduct%2:40:00:: 2
-3 dedicated%3:00:00:: 1
-3 decrease%2:30:01:: 2
-3 decorator%1:18:01:: 1
-3 decomposition%1:26:00:: 2
-3 decompose%2:30:00:: 1
-3 decidedly%4:02:00:: 1
-3 decent%5:00:00:respectable:00 1
-3 decay%2:30:01:: 1
-3 debt%1:26:00:: 1
-3 debt%1:21:00:: 2
-3 death%1:18:00:: 6
-3 deal%2:41:13:: 7
-3 deal%2:41:04:: 8
-3 dead_body%1:08:00:: 1
-3 dazzle%2:39:00:: 1
-3 dazed%5:00:00:confused:00 1
-3 daylight%1:28:00:: 1
-3 day_watch%1:14:00:: 1
-3 day_by_day%4:02:00:: 1
-3 date_from%2:42:00:: 1
-3 date%1:18:00:: 2
-3 date%1:14:00:: 3
-3 dart%2:38:01:: 1
-3 darling%1:18:00:: 1
-3 dark%1:28:00:: 4
-3 dare%2:32:00:: 3
-3 danish%3:01:00:: 1
-3 dangle%2:42:00:: 1
-3 dance%1:14:00:: 2
-3 dampen%2:30:05:: 1
-3 dad%1:18:00:: 1
-3 cyst%1:26:00:: 1
-3 cut_short%2:30:02:: 1
-3 cut%3:00:01:: 1
-3 cut%2:38:08:: 3
-3 custom%1:09:00:: 2
-3 cursing%3:44:00:: 1
-3 curl%2:30:00:: 1
-3 curiously%4:02:01:: 1
-3 cure-all%1:06:00:: 1
-3 culturally%4:02:00:: 1
-3 cultural%3:01:00:: 3
-3 cultivate%2:36:00:: 1
-3 cult%1:14:00:: 1
-3 culmination%1:28:00:: 1
-3 crush%2:35:00:: 2
-3 crush%2:33:00:: 3
-3 cruise%2:38:03:: 1
-3 cruel%5:00:01:inhumane:00 2
-3 crowd%2:42:00:: 2
-3 cross_section%1:15:00:: 1
-3 criticism%1:09:00:: 2
-3 critical%5:00:00:indispensable:00 4
-3 criterion%1:10:00:: 1
-3 crisscrossed%5:00:00:reticulate:00 1
-3 crisp%5:00:00:distinct:00 1
-3 criminal%3:01:00:: 1
-3 crib%1:06:00:: 1
-3 crest%1:15:01:: 2
-3 credit%2:31:12:: 2
-3 credit%1:04:01:: 4
-3 creator%1:18:01:: 1
-3 creative%5:00:00:constructive:00 2
-3 crash%2:38:01:: 2
-3 craft%1:04:00:: 1
-3 cradle%2:35:00:: 1
-3 crack%1:17:00:: 1
-3 cr%1:27:00:: 1
-3 cps%1:28:00:: 1
-3 cover%2:32:02:: 8
-3 court%1:14:01:: 3
-3 country%1:15:02:: 5
-3 counter%1:06:00:: 1
-3 count%2:32:01:: 4
-3 counselor%1:18:01:: 1
-3 counsel%2:32:00:: 1
-3 cost_of_living%1:21:00:: 1
-3 corrupt%3:00:00:: 1
-3 corroborate%2:31:00:: 1
-3 correspondent%1:18:00:: 1
-3 correspond%2:32:00:: 3
-3 corner%1:25:00:: 6
-3 corn%1:20:00:: 1
-3 copy%2:36:05:: 1
-3 copy%2:36:00:: 2
-3 cooperative%3:00:00:: 2
-3 cooperative%1:04:00:: 1
-3 cool%5:00:00:unexcited:00 2
-3 convinced%3:00:00:: 1
-3 conviction%1:04:00:: 2
-3 convert%2:30:02:: 4
-3 convert%2:30:01:: 3
-3 convert%1:18:00:: 1
-3 conversion%1:09:00:: 2
-3 convenient%5:00:00:accessible:00 2
-3 control%1:07:01:: 7
-3 contributory%5:00:00:causative:00 1
-3 contribution%1:04:00:: 3
-3 contribute%2:40:02:: 4
-3 contrast%2:42:00:: 2
-3 contrast%1:09:01:: 3
-3 contrary%1:24:01:: 1
-3 contract%2:41:00:: 2
-3 contortion%1:04:00:: 1
-3 continental%3:01:01:: 1
-3 contest%2:32:00:: 1
-3 contented%3:00:00:: 1
-3 content%2:34:00:: 1
-3 content%1:24:00:: 3
-3 contend%2:32:01:: 2
-3 contemporary%1:18:00:: 1
-3 contemplation%1:04:01:: 1
-3 consumptive%3:00:00:: 1
-3 consume%2:34:03:: 1
-3 consume%2:34:00:: 2
-3 consultant%1:18:00:: 1
-3 conspire%2:31:00:: 1
-3 conspiracy%1:10:00:: 1
-3 conspiracy%1:09:00:: 2
-3 consolidate%2:30:00:: 1
-3 consolation%1:12:00:: 1
-3 consign%2:40:01:: 1
-3 conservative%1:18:00:: 1
-3 consequence%1:07:00:: 3
-3 consensus%1:26:00:: 1
-3 consecutive%5:00:00:succeeding(a):00 3
-3 consciously%4:02:00:: 1
-3 conscientious_objector%1:18:00:: 1
-3 connotation%1:10:00:: 1
-3 connecticut%1:15:00:: 1
-3 connected%5:00:02:related:02 3
-3 connected%3:00:00:: 2
-3 connect%2:42:02:: 3
-3 connect%2:32:12:: 4
-3 conjunction%1:07:00:: 1
-3 congressman%1:18:00:: 1
-3 congratulate%2:32:01:: 2
-3 confused%5:00:00:incoherent:00 2
-3 confine%2:35:03:: 3
-3 confidence%1:26:02:: 3
-3 confess%2:32:01:: 2
-3 confer_with%2:32:00:: 1
-3 conduct%1:07:00:: 2
-3 condescension%1:07:00:: 1
-3 condescending%5:00:00:superior:01 1
-3 condensation%1:09:00:: 1
-3 condemnation%1:10:00:: 1
-3 condemnation%1:04:00:: 2
-3 concurrent%5:00:00:synchronous:00 1
-3 conclusive%5:00:00:decisive:00 2
-3 conclusive%3:00:00:: 1
-3 concessionaire%1:18:00:: 1
-3 concerto%1:10:00:: 1
-3 concentration%1:04:01:: 3
-3 concentrate%1:27:00:: 1
-3 concave%3:00:00:: 1
-3 computation%1:04:00:: 1
-3 compulsion%1:16:01:: 1
-3 comptroller_general%1:18:00:: 1
-3 compromise%2:32:01:: 1
-3 comprehensively%4:02:00:: 1
-3 compound%2:30:00:: 2
-3 compound%1:09:00:: 1
-3 composure%1:07:00:: 1
-3 compost%1:27:00:: 1
-3 compose%2:36:09:: 4
-3 complication%1:04:00:: 1
-3 complex_number%1:23:00:: 1
-3 completion%1:04:02:: 2
-3 complete%2:41:00:: 3
-3 complement%2:30:02:: 1
-3 complaint%1:26:00:: 1
-3 compile%2:40:00:: 1
-3 compile%2:36:00:: 2
-3 competent%5:00:00:adequate:00 2
-3 compelled%5:00:00:obligated(p):00 1
-3 compass%1:06:00:: 1
-3 company%1:18:00:: 5
-3 company%1:14:00:: 6
-3 communion%1:10:00:: 2
-3 communicative%3:01:00:: 1
-3 communication_system%1:06:01:: 1
-3 commonsense%5:00:00:reasonable:00 1
-3 commonplace%5:00:00:ordinary:00 1
-3 committeeman%1:18:00:: 1
-3 committed%3:00:00:: 1
-3 commit%2:40:02:: 3
-3 commensurate%3:00:00:: 1
-3 commence%2:36:00:: 3
-3 commemorate%2:31:02:: 1
-3 commanding%5:00:00:superior:01 1
-3 commander%1:18:03:: 2
-3 comic%5:00:00:humorous:00 1
-3 come_up_to%2:32:00:: 1
-3 come_up%2:38:01:: 4
-3 come_to_mind%2:31:00:: 1
-3 come_out%2:42:00:: 4
-3 come_near%2:41:00:: 1
-3 come_into_being%2:30:01:: 1
-3 come_close%2:41:00:: 1
-3 come_by%2:40:00:: 2
-3 come_back%2:30:00:: 2
-3 come_across%2:40:02:: 1
-3 come%2:42:05:: 12
-3 come%2:38:03:: 13
-3 combination%1:11:00:: 2
-3 comb%1:06:00:: 1
-3 colossal%5:00:01:large:00 1
-3 colorful%3:00:03:: 2
-3 color_sergeant%1:18:00:: 1
-3 color%1:07:02:: 3
-3 collapse%1:26:01:: 1
-3 cold_weather%1:19:00:: 1
-3 coin%2:36:01:: 1
-3 cohesive%5:00:00:adhesive:00 1
-3 coherent%3:00:00:: 1
-3 coffin%1:06:00:: 1
-3 code_of_behavior%1:09:00:: 1
-3 coconut%1:13:02:: 1
-3 cocky%5:00:00:assertive:00 1
-3 coat%2:35:00:: 1
-3 coal-black%5:00:00:achromatic:00 1
-3 co-worker%1:18:00:: 1
-3 cluttered%5:00:00:untidy:00 1
-3 cluck%2:32:00:: 1
-3 club%1:06:00:: 3
-3 closing%3:00:00:: 1
-3 closeup%1:06:00:: 1
-3 closer%4:02:00:: 1
-3 closed_interval%1:09:00:: 1
-3 closed%3:00:03:: 4
-3 close_to%4:02:00:: 1
-3 close%5:00:00:accurate:00 5
-3 clinched%5:00:00:tight:01 1
-3 clinch%2:35:01:: 1
-3 climb_up%2:38:00:: 1
-3 climb_down%2:38:00:: 1
-3 climate%1:26:01:: 2
-3 cliff%1:17:00:: 1
-3 clever%5:00:00:artful:00 1
-3 clerical%3:01:01:: 1
-3 clearness%1:07:01:: 1
-3 clearing%1:15:00:: 1
-3 cleared%3:00:00:: 1
-3 clear_up%2:32:00:: 1
-3 clear%5:00:02:free:00 5
-3 clear%4:02:03:: 1
-3 clean%2:30:01:: 2
-3 clarify%2:32:00:: 3
-3 clang%2:39:00:: 1
-3 clamor%2:32:00:: 2
-3 claim%1:07:02:: 4
-3 civilized%3:00:00:: 1
-3 civil_law%1:14:00:: 1
-3 civil_defense%1:04:00:: 1
-3 cite%2:36:00:: 3
-3 circumstance%1:09:00:: 3
-3 circuit%1:04:00:: 2
-3 cinematic%3:01:00:: 1
-3 ciliated_protozoan%1:05:00:: 1
-3 church_father%1:18:00:: 1
-3 church_bell%1:06:00:: 1
-3 chunk%1:14:00:: 1
-3 chrome%1:27:00:: 1
-3 chromatographic%3:01:00:: 1
-3 christmas%1:28:01:: 1
-3 chosen%1:18:00:: 1
-3 chorus%1:11:00:: 1
-3 choice%5:00:00:superior:02 1
-3 choice%1:09:02:: 3
-3 chill%1:07:00:: 1
-3 chieftain%1:18:01:: 1
-3 chide%2:32:00:: 1
-3 chemical%3:01:01:: 2
-3 check_in%2:32:00:: 1
-3 charger%1:05:00:: 1
-3 charge%2:32:03:: 7
-3 charge%2:32:00:: 6
-3 charge%1:19:00:: 4
-3 characteristically%4:02:00:: 1
-3 change%2:40:00:: 7
-3 change%2:38:00:: 8
-3 chandelier%1:06:00:: 1
-3 chamber_music%1:10:00:: 1
-3 challenging%5:00:00:difficult:00 1
-3 challenge%1:10:00:: 2
-3 chain%1:17:00:: 2
-3 certify%2:40:02:: 2
-3 certified%3:00:00:: 1
-3 certificate%1:10:00:: 1
-3 certainty%1:09:00:: 1
-3 centimeter%1:23:00:: 1
-3 center%1:09:01:: 6
-3 center%1:09:00:: 5
-3 center%1:08:00:: 7
-3 celestial%3:01:01:: 1
-3 ceiling%1:07:00:: 2
-3 cavort%2:38:00:: 1
-3 caution%1:07:00:: 1
-3 caught_up%5:00:00:involved:00 1
-3 category%1:09:02:: 2
-3 catch_on%2:31:00:: 1
-3 catch%2:38:00:: 9
-3 catastrophe%1:11:00:: 1
-3 casual%5:00:00:unconcerned:00 1
-3 castle%1:06:02:: 1
-3 cast%2:40:13:: 2
-3 case%1:18:02:: 7
-3 case%1:10:02:: 8
-3 case%1:10:01:: 9
-3 carve%2:35:02:: 2
-3 cartoonist%1:18:00:: 1
-3 carry%2:30:05:: 9
-3 carrier%1:18:03:: 1
-3 carrier%1:06:03:: 2
-3 carrier%1:06:01:: 3
-3 carpet%1:06:00:: 1
-3 carpentry%1:04:00:: 1
-3 cargo%1:06:00:: 1
-3 careless%3:00:00:: 1
-3 career%2:38:00:: 1
-3 cardinal%5:00:00:important:00 1
-3 capitalize%2:40:00:: 1
-3 capitalist%3:01:00:: 1
-3 capital_gain%1:21:00:: 1
-3 capital%1:21:00:: 2
-3 capital%1:15:00:: 3
-3 capacity%1:04:00:: 4
-3 cap%2:42:00:: 1
-3 canvas%1:06:04:: 2
-3 cancel_out%2:30:00:: 1
-3 campfire%1:11:00:: 1
-3 calving%1:22:00:: 1
-3 calm%1:07:00:: 1
-3 callous%5:00:00:insensitive:02 1
-3 caller%1:18:00:: 1
-3 call%1:10:02:: 3
-3 calculate%2:31:03:: 2
-3 calcium%1:27:00:: 1
-3 calamity%1:11:00:: 1
-3 cabin%1:06:02:: 2
-3 cabana%1:06:00:: 1
-3 buzz%2:38:00:: 2
-3 buying%1:04:00:: 1
-3 butter%1:13:00:: 1
-3 butt%2:35:02:: 1
-3 business%5:00:00:commercial:00 1
-3 busily%4:02:00:: 1
-3 bushel%1:23:02:: 1
-3 busboy%1:18:00:: 1
-3 bury%2:35:00:: 3
-3 burst_out%2:32:00:: 1
-3 burrow%2:38:00:: 1
-3 burning%5:00:00:painful:00 1
-3 burn_down%2:30:00:: 1
-3 burma%1:15:00:: 1
-3 buried%5:00:00:concealed:00 1
-3 burgeon%2:30:01:: 1
-3 bureaucratic%3:01:00:: 1
-3 bureau%1:14:00:: 1
-3 bunk%1:06:01:: 3
-3 bunch%1:14:01:: 2
-3 bulge%2:30:00:: 1
-3 bulge%1:25:00:: 1
-3 buildup%1:04:00:: 1
-3 building%1:04:00:: 2
-3 bugle%1:06:00:: 1
-3 buffet%2:35:00:: 1
-3 buffalo%1:05:02:: 1
-3 budget%1:21:03:: 2
-3 budge%2:38:00:: 1
-3 buddha%1:18:00:: 1
-3 bud%1:20:02:: 1
-3 bubble%2:30:00:: 1
-3 brow%1:08:01:: 2
-3 broom%1:06:00:: 1
-3 brook%1:17:00:: 1
-3 brooding%5:00:00:thoughtful:00 1
-3 bronzed%5:00:00:brunet:00 1
-3 broadcast%1:10:00:: 1
-3 british%1:18:00:: 1
-3 bristle%2:42:00:: 1
-3 bring_up%2:36:00:: 1
-3 bring_together%2:35:02:: 2
-3 bring_oneself%2:41:00:: 1
-3 bring_home%2:30:00:: 1
-3 bring_down%2:38:01:: 1
-3 bring%2:36:01:: 7
-3 brindle%5:00:00:patterned:00 1
-3 brilliantly%4:02:01:: 1
-3 bright%5:00:00:light:06 4
-3 briefcase%1:06:00:: 1
-3 bridge%2:42:00:: 1
-3 bridge%1:06:05:: 2
-3 bride%1:18:00:: 1
-3 breakfast_table%1:06:00:: 1
-3 break_with%2:41:00:: 1
-3 break_up%2:41:00:: 2
-3 break_through%2:30:02:: 1
-3 break_seal%1:06:00:: 1
-3 break_out%2:30:03:: 2
-3 break_down%2:33:00:: 1
-3 break_down%2:31:00:: 2
-3 break%2:41:11:: 11
-3 break%2:30:11:: 12
-3 break%1:11:00:: 1
-3 bread%1:13:00:: 1
-3 brandy%1:13:00:: 1
-3 brand%1:09:00:: 2
-3 bramble%1:20:02:: 1
-3 brain%1:18:00:: 4
-3 brackish%5:00:00:salt:00 1
-3 box%1:23:00:: 3
-3 bow%2:32:01:: 2
-3 bouquet%1:06:00:: 1
-3 bounded%5:00:00:finite:00 1
-3 bound%3:00:03:: 2
-3 borough%1:15:00:: 1
-3 born%5:00:00:natural:01 2
-3 border_on%2:42:00:: 1
-3 border%2:35:01:: 1
-3 boost%2:38:00:: 1
-3 boost%1:04:00:: 1
-3 book%2:31:00:: 1
-3 bonnet%1:06:00:: 1
-3 bonfire%1:11:00:: 1
-3 bone%1:27:00:: 2
-3 bombproof%1:06:00:: 1
-3 bomb%2:33:00:: 1
-3 bolster%2:30:01:: 1
-3 bold%5:00:00:conspicuous:00 2
-3 boil%2:30:02:: 3
-3 bogus%5:00:00:counterfeit:00 1
-3 boatswain%1:18:00:: 1
-3 board_of_directors%1:14:00:: 1
-3 blue%1:14:00:: 3
-3 blowing%1:22:00:: 1
-3 blower%1:06:00:: 1
-3 blow%2:29:01:: 3
-3 blossom%2:30:01:: 1
-3 blooming%5:00:00:flowering:00 1
-3 blooming%1:22:00:: 1
-3 bloom%1:22:00:: 1
-3 bloodstream%1:08:00:: 1
-3 blood_group%1:14:00:: 1
-3 block%2:41:00:: 2
-3 blithe%5:00:00:unconcerned:00 1
-3 blind%5:00:00:irrational:00 3
-3 bleakly%4:02:00:: 1
-3 blazing%5:00:00:bright:00 1
-3 blaze%2:33:00:: 2
-3 blaze%1:11:00:: 2
-3 blast%2:39:00:: 1
-3 blame%1:10:01:: 1
-3 bitterly%4:02:00:: 1
-3 biting%5:00:00:sarcastic:00 1
-3 birefringence%1:19:00:: 1
-3 biopsy%1:09:00:: 1
-3 biography%1:10:00:: 1
-3 bind%2:35:08:: 4
-3 big_league%1:14:00:: 1
-3 bid%2:32:02:: 3
-3 bid%2:32:01:: 2
-3 better_off%5:00:00:fortunate:00 1
-3 betray%2:41:00:: 2
-3 bethink%2:39:00:: 1
-3 berry%1:13:00:: 1
-3 bereavement%1:26:00:: 1
-3 bended%5:00:00:unerect:00 1
-3 bend%2:38:03:: 4
-3 bench%2:41:00:: 1
-3 belong%2:42:03:: 4
-3 belligerent%5:00:00:hostile:01 1
-3 belie%2:42:00:: 1
-3 behind%4:02:01:: 2
-3 behave%2:41:01:: 2
-3 befall%2:30:01:: 1
-3 beef%1:13:00:: 2
-3 bedding%1:06:00:: 1
-3 bed%1:06:01:: 2
-3 beat%2:36:00:: 5
-3 bearer%1:18:03:: 1
-3 bear_out%2:42:00:: 1
-3 beam%1:19:01:: 3
-3 beam%1:19:00:: 4
-3 beachhead%1:15:00:: 1
-3 be_after%2:31:00:: 1
-3 batter's_box%1:06:00:: 1
-3 batter%2:35:01:: 1
-3 baton%1:06:00:: 1
-3 basketball%1:04:00:: 1
-3 bask%2:37:13:: 1
-3 based_on%5:00:00:supported:02 1
-3 based%5:00:00:supported:00 2
-3 base_on_balls%1:04:00:: 1
-3 base%1:06:02:: 3
-3 base%1:06:01:: 2
-3 barrier%1:09:00:: 2
-3 bargain%1:10:00:: 1
-3 barbaric%5:00:00:noncivilized:00 1
-3 banshee%1:18:00:: 1
-3 banish%2:41:01:: 1
-3 bang%2:35:00:: 1
-3 bandit%1:18:00:: 1
-3 balustrade%1:06:00:: 1
-3 ballroom%1:06:00:: 1
-3 ballot%1:10:00:: 1
-3 balloon%1:06:00:: 1
-3 ballad%1:10:01:: 1
-3 ball_club%1:14:00:: 1
-3 ball%1:25:00:: 3
-3 balk%2:41:00:: 1
-3 balance%2:40:00:: 2
-3 balance%1:21:00:: 2
-3 badge%1:10:00:: 1
-3 bad%5:00:00:uncomfortable:00 3
-3 bad%5:00:00:intense:00 2
-3 bacteria%1:05:00:: 1
-3 backwoods%1:15:00:: 1
-3 back_up%2:41:00:: 1
-3 back_up%2:38:00:: 2
-3 babble%2:32:02:: 1
-3 awkwardly%4:02:00:: 1
-3 awestruck%3:00:00:: 1
-3 away%4:02:04:: 4
-3 average%5:00:00:ordinary:00 3
-3 availability%1:07:00:: 1
-3 avail%2:34:00:: 1
-3 autofluorescence%1:19:00:: 1
-3 authority%1:18:00:: 3
-3 australia%1:15:00:: 1
-3 auditorium%1:06:00:: 1
-3 attractive%5:00:00:appealing:00 2
-3 attorney_general%1:18:00:: 1
-3 attendant%1:18:00:: 1
-3 attacker%1:18:00:: 1
-3 attack%1:04:04:: 2
-3 attach_to%2:42:01:: 1
-3 attach%2:35:00:: 3
-3 atrophic%3:01:00:: 1
-3 atlantic%1:17:00:: 1
-3 athletic%3:01:00:: 1
-3 at_work%5:00:00:busy:00 1
-3 at_the_start%4:02:00:: 1
-3 at_large%4:02:00:: 1
-3 at_first_glance%4:02:00:: 1
-3 at_birth%4:02:00:: 1
-3 astound%2:31:00:: 1
-3 assuredly%4:02:00:: 1
-3 assume%2:38:00:: 5
-3 association%1:26:02:: 3
-3 association%1:09:00:: 4
-3 associate%2:41:02:: 2
-3 assistance%1:07:00:: 2
-3 assignment%1:10:02:: 2
-3 assent%2:32:00:: 1
-3 assembly%1:06:00:: 1
-3 assembly%1:04:01:: 2
-3 ass%1:08:00:: 1
-3 ascribe%2:31:00:: 1
-3 ascend%2:38:02:: 1
-3 as_required%4:02:00:: 1
-3 as_much_as_possible%4:02:00:: 1
-3 as_good_as%5:00:00:equal:00 1
-3 artistic%5:00:00:aesthetic:00 2
-3 artillery%1:14:00:: 2
-3 art%1:10:00:: 4
-3 arroyo%1:17:00:: 1
-3 arrow%1:06:00:: 2
-3 arrival%1:04:01:: 2
-3 arrangement%1:04:02:: 4
-3 arrange%2:36:03:: 4
-3 arouse%2:29:05:: 2
-3 armchair%1:06:00:: 1
-3 arm%1:06:03:: 2
-3 ardor%1:12:01:: 1
-3 architecture%1:06:00:: 1
-3 arch%2:38:00:: 1
-3 arbitrarily%4:02:00:: 1
-3 aptitude%1:09:00:: 1
-3 apron%1:06:00:: 1
-3 approximation%1:09:00:: 1
-3 approximate%5:00:00:inexact:00 1
-3 approval%1:12:00:: 2
-3 appropriation%1:21:00:: 1
-3 appropriate%5:00:00:expedient:00 2
-3 apprehension%1:09:00:: 2
-3 apportion%2:40:01:: 1
-3 apple_tree%1:20:00:: 1
-3 appealing%3:00:00:: 1
-3 apothecary%1:18:00:: 1
-3 apologize%2:32:00:: 1
-3 apologetically%4:02:00:: 1
-3 apex%1:15:00:: 1
-3 apartment_building%1:06:00:: 1
-3 aorta%1:08:00:: 1
-3 anxious%5:00:00:eager:00 2
-3 anticipate%2:32:00:: 4
-3 anthropologist%1:18:00:: 1
-3 anterior%3:00:00:: 1
-3 another%5:00:01:other:00 3
-3 annoyed%5:00:00:displeased:00 1
-3 annoyance%1:26:00:: 1
-3 announcement%1:10:00:: 2
-3 animallike%5:00:00:animal:00 1
-3 anglo-american%1:18:00:: 1
-3 anew%4:02:00:: 1
-3 anchor%2:35:01:: 1
-3 anchor%2:35:00:: 2
-3 anchor%1:06:00:: 1
-3 ancestry%1:14:00:: 1
-3 analytic%3:00:03:: 2
-3 amusement%1:12:00:: 1
-3 ammo%1:06:00:: 1
-3 amicus_curiae%1:18:00:: 1
-3 americana%1:06:00:: 1
-3 ambulance%1:06:00:: 1
-3 ambivalent%5:00:00:equivocal:00 1
-3 amber%5:00:00:chromatic:00 1
-3 amateur%5:00:00:nonprofessional:00 1
-3 altitude%1:07:00:: 1
-3 alternately%4:02:00:: 1
-3 alternate%5:00:02:cyclic:01 1
-3 alternate%2:30:01:: 1
-3 ally%1:14:00:: 1
-3 allowable%5:00:00:deductible:00 1
-3 allow%2:42:00:: 5
-3 allow%2:31:00:: 6
-3 allocable%5:00:00:distributive:00 1
-3 alleged%5:00:00:declared:00 1
-3 all_in_all%4:02:00:: 1
-3 all%5:00:00:complete:00 2
-3 alkali_bee%1:05:00:: 1
-3 alkali%1:27:00:: 1
-3 alive%5:00:00:lively:00 2
-3 alienate%2:37:00:: 1
-3 alien%5:00:00:extrinsic:00 1
-3 alert%5:00:00:intelligent:00 2
-3 alcohol%1:13:00:: 1
-3 alarm%1:06:00:: 2
-3 alabama%1:15:00:: 1
-3 akin%5:00:00:similar:00 1
-3 airborne%5:00:00:mobile:00 1
-3 air%1:19:00:: 5
-3 aimless%5:00:00:purposeless:00 1
-3 aim%2:31:02:: 4
-3 aide%1:18:01:: 1
-3 agreed_upon%5:00:00:uncontroversial:00 1
-3 aggressiveness%1:07:00:: 1
-3 aggravate%2:30:00:: 1
-3 agglutination%1:22:01:: 1
-3 agenda%1:09:00:: 1
-3 afraid%5:00:00:concerned:00 2
-3 affluence%1:26:00:: 1
-3 affirm%2:32:00:: 2
-3 adverb%1:10:01:: 1
-3 advanced%5:00:00:late:02 2
-3 advance%2:33:00:: 6
-3 adsorbed%5:00:00:adsorbable:00 1
-3 adorn%2:36:00:: 1
-3 adolescence%1:28:00:: 1
-3 admonition%1:10:01:: 1
-3 administrator%1:18:01:: 2
-3 administration%1:14:00:: 2
-3 adjustment%1:04:00:: 2
-3 adjoining%5:00:00:connected:00 1
-3 adjoin%2:35:02:: 1
-3 adjective%1:10:00:: 1
-3 adhesive%1:27:00:: 1
-3 adherent%1:18:00:: 1
-3 adhere%2:30:00:: 2
-3 address%2:32:08:: 4
-3 address%1:10:00:: 3
-3 add%2:31:00:: 4
-3 adapt%2:36:01:: 2
-3 adapt%2:30:02:: 3
-3 actual%5:00:00:true:00 3
-3 actress%1:18:00:: 1
-3 actively%4:02:00:: 1
-3 active%3:00:01:: 5
-3 activated%5:00:00:treated:00 1
-3 activate%2:36:00:: 1
-3 act%1:10:02:: 4
-3 acquiescence%1:26:00:: 1
-3 acquiesce%2:32:00:: 1
-3 acknowledge%2:32:04:: 3
-3 ache%2:39:01:: 1
-3 ache%2:37:06:: 2
-3 acetonemia%1:26:00:: 1
-3 ace%1:06:00:: 2
-3 accusation%1:10:00:: 1
-3 accurately%4:02:02:: 2
-3 account%1:10:04:: 4
-3 accompany%2:36:00:: 3
-3 accommodate%2:34:00:: 3
-3 acclaim%2:32:00:: 1
-3 acceptance%1:04:00:: 2
-3 academic%5:00:00:theoretical:01 2
-3 abyss%1:17:00:: 1
-3 abuse%2:41:00:: 1
-3 abstraction%1:04:00:: 2
-3 absorption%1:22:02:: 2
-3 absentmindedly%4:02:00:: 1
-3 absentminded%5:00:00:inattentive:00 1
-3 abscess%1:26:00:: 1
-3 abrupt%5:00:00:staccato:00 1
-3 about%4:02:04:: 4
-3 about%4:02:02:: 5
-3 abortion%1:04:00:: 1
-3 abject%5:00:00:contemptible:00 1
-3 abet%2:41:00:: 1
-3 abdominal%3:01:00:: 1
-3 abandonment%1:04:03:: 1
-3 abandon%2:31:00:: 5
-3 8%1:23:00:: 1
-3 7%1:23:00:: 1
-3 40%1:23:00:: 1
-3 25%1:23:00:: 1
-3 24%1:23:00:: 1
-3 0%5:00:00:cardinal:00 1
-2 zoom%2:38:00:: 1
-2 zoo%1:06:00:: 1
-2 zodiacal_light%1:19:00:: 1
-2 zigzag%2:38:00:: 1
-2 zeal%1:12:02:: 2
-2 zeal%1:12:01:: 1
-2 youth%1:26:00:: 4
-2 yokel%1:18:00:: 1
-2 yield%2:42:00:: 5
-2 yellow-green%5:00:00:chromatic:00 1
-2 yellow%5:00:00:cowardly:00 2
-2 yellow%2:30:00:: 1
-2 yelling%5:00:00:noisy:00 1
-2 yearly%3:01:00:: 1
-2 yardage%1:07:00:: 1
-2 yale%1:06:00:: 1
-2 wryly%4:02:00:: 1
-2 wrong%5:00:00:false:00 5
-2 wrong%1:04:00:: 2
-2 writing%1:10:01:: 4
-2 writing%1:04:01:: 5
-2 writhing%5:00:00:moving:02 1
-2 write_out%2:36:00:: 1
-2 write_off%2:31:00:: 1
-2 writ%1:10:00:: 1
-2 wrinkle%2:35:01:: 1
-2 wriggle%2:38:00:: 1
-2 wretched%5:00:00:uncomfortable:00 2
-2 wretched%5:00:00:inferior:02 1
-2 wrestle%2:33:01:: 1
-2 wrench%2:38:00:: 2
-2 wreath%1:06:00:: 1
-2 wrathful%5:00:00:angry:00 1
-2 wrapped%5:00:00:covered:00 1
-2 wrangle%1:10:01:: 1
-2 wraithlike%5:00:00:insubstantial:00 1
-2 wound%1:11:00:: 2
-2 would-be%5:00:00:hopeful:00 1
-2 worst%1:11:00:: 1
-2 worshiping%3:44:00:: 1
-2 worship%2:37:01:: 2
-2 worn%5:00:00:tired:00 2
-2 worn%3:00:00:: 1
-2 worm%1:18:00:: 2
-2 world_war_ii%1:04:00:: 1
-2 world_war_i%1:04:00:: 1
-2 world_war%1:04:00:: 1
-2 world_record%1:04:00:: 1
-2 workshop%1:04:00:: 2
-2 working_capital%1:21:00:: 1
-2 working%5:00:00:practical:00 2
-2 worker_bee%1:05:00:: 1
-2 work_out%2:41:00:: 5
-2 work%2:41:01:: 14
-2 work%2:36:09:: 15
-2 wordsworth%1:18:00:: 1
-2 words%1:10:04:: 3
-2 word_of_god%1:11:00:: 1
-2 word%2:32:00:: 1
-2 woodpecker%1:05:00:: 1
-2 woodenly%4:02:00:: 1
-2 wooden_leg%1:06:00:: 1
-2 woo%2:41:01:: 1
-2 wondrous%5:00:00:extraordinary:00 1
-2 wonder%2:32:12:: 3
-2 woeful%5:00:00:sorrowful:00 1
-2 wizard%1:18:01:: 1
-2 witness%1:10:00:: 3
-2 withdraw%2:40:01:: 4
-2 with_confidence%4:02:00:: 1
-2 witch_doctor%1:18:00:: 1
-2 witch%1:18:01:: 2
-2 wishful_thinking%1:09:00:: 1
-2 wish%2:32:01:: 6
-2 wish%2:32:00:: 7
-2 wish%1:10:00:: 2
-2 wisely%4:02:00:: 1
-2 wisecrack%2:32:00:: 1
-2 wise%5:00:00:prudent:00 2
-2 wise%1:07:00:: 1
-2 wisdom%1:09:01:: 3
-2 wire%2:32:00:: 2
-2 wiped_out%5:00:00:destroyed:00 1
-2 winter%2:42:00:: 1
-2 winning%5:00:01:successful:00 2
-2 winner%1:18:00:: 1
-2 winless%5:00:00:unsuccessful:00 1
-2 wings%1:04:00:: 1
-2 wingman%1:18:00:: 1
-2 wing%1:14:00:: 4
-2 wine%1:07:00:: 2
-2 windy%5:00:00:stormy:00 1
-2 windowpane%1:06:00:: 1
-2 wind%2:42:00:: 2
-2 wind%2:35:06:: 3
-2 wince%2:38:00:: 1
-2 win_back%2:33:00:: 1
-2 win%2:33:01:: 3
-2 win%1:11:00:: 1
-2 willy-nilly%4:02:00:: 1
-2 will%2:31:01:: 4
-2 will%2:31:00:: 3
-2 wildcat%1:06:00:: 1
-2 wild_pitch%1:04:00:: 1
-2 wild-eyed%5:00:00:agitated:00 1
-2 wild%5:00:01:uncontrolled:00 4
-2 wigmaker%1:18:00:: 1
-2 wield%2:35:00:: 2
-2 widowed%5:00:00:unmarried:00 1
-2 widely%4:02:01:: 2
-2 wicker%1:27:00:: 1
-2 wicked%3:00:00:: 1
-2 wholesome%3:00:00:: 1
-2 whiz%2:39:00:: 1
-2 whiteface%1:05:00:: 1
-2 white-collar%3:00:00:: 1
-2 whistle%2:38:00:: 2
-2 whistle%2:32:00:: 3
-2 whirring%1:11:00:: 1
-2 whirl%2:38:02:: 2
-2 whinny%2:32:00:: 1
-2 wherefore%4:02:00:: 1
-2 wheeze%2:29:00:: 1
-2 whack%2:35:00:: 1
-2 wend%2:38:00:: 1
-2 welter%1:26:00:: 1
-2 well-kept%5:00:00:preserved:01 1
-2 well-fed%5:00:00:nourished:00 1
-2 well-being%1:26:00:: 1
-2 well%4:02:11:: 7
-2 welfare_state%1:14:00:: 1
-2 welcome%2:35:00:: 3
-2 weightlessness%1:07:00:: 1
-2 weight%1:12:00:: 5
-2 weigh%2:42:00:: 3
-2 weekly%1:10:00:: 1
-2 weed_out%2:40:00:: 1
-2 wedding_day%1:28:00:: 1
-2 weave%2:36:00:: 2
-2 weave%1:06:00:: 1
-2 weariness%1:26:00:: 1
-2 wear_out%2:29:00:: 1
-2 wear_on%2:30:00:: 1
-2 wear%2:30:00:: 4
-2 wear%2:29:02:: 5
-2 weapon%1:10:00:: 2
-2 weakness%1:07:01:: 2
-2 weakness%1:07:00:: 3
-2 weakly%4:02:01:: 1
-2 weaken%2:30:00:: 2
-2 wayward%5:00:00:disobedient:00 1
-2 ways%1:07:00:: 1
-2 way_out%1:06:00:: 1
-2 wax%2:35:00:: 1
-2 wavy%5:00:00:curly:00 1
-2 waver%2:42:00:: 1
-2 wave%1:11:02:: 4
-2 watt%1:23:00:: 1
-2 water%2:40:00:: 2
-2 water%2:29:00:: 3
-2 water%1:27:02:: 3
-2 water%1:06:00:: 4
-2 watching%1:04:00:: 1
-2 watch%1:28:01:: 4
-2 wastewater%1:27:00:: 1
-2 wasteland%1:15:00:: 1
-2 wasteful%5:00:00:inefficient:00 1
-2 washington%1:14:00:: 3
-2 washed%5:00:00:clean:01 1
-2 wash_down%2:34:00:: 1
-2 wash%2:38:01:: 4
-2 wash%1:17:00:: 3
-2 wary%3:00:00:: 1
-2 warrant%1:10:00:: 1
-2 warp%2:32:00:: 1
-2 warm_up%2:41:00:: 1
-2 warm_up%2:30:01:: 2
-2 warm_to%2:37:00:: 1
-2 warm%2:30:00:: 1
-2 warlike%5:00:00:unpeaceful:00 1
-2 warily%4:02:00:: 1
-2 ward-heeler%1:18:00:: 1
-2 ward%1:15:00:: 2
-2 want%2:31:01:: 4
-2 wane%2:30:02:: 1
-2 wandering%5:00:02:unsettled:01 1
-2 wandering%5:00:00:indirect:00 2
-2 wallow%2:38:00:: 2
-2 wallet%1:06:00:: 1
-2 walled%3:00:00:: 1
-2 wall_street%1:15:00:: 1
-2 walk_out_of%2:38:00:: 1
-2 walk_out%2:41:00:: 1
-2 walk%1:04:03:: 4
-2 waiting%5:00:00:ready:00 1
-2 waiting%1:04:00:: 1
-2 wait%2:41:00:: 4
-2 wait%1:28:00:: 1
-2 wait%1:04:00:: 2
-2 wail%2:29:00:: 2
-2 wail%1:10:00:: 1
-2 wages%1:11:00:: 1
-2 vulgar%5:00:00:unrefined:01 1
-2 voyage%1:04:00:: 2
-2 volunteer%2:41:01:: 2
-2 volunteer%2:41:00:: 3
-2 voluntarily%4:02:00:: 1
-2 volume%1:23:01:: 5
-2 voltaic_pile%1:06:00:: 1
-2 voltaic_battery%1:06:00:: 1
-2 voltaic%3:01:00:: 1
-2 voltage%1:19:01:: 2
-2 volatile%3:00:00:: 1
-2 voice%1:18:01:: 7
-2 voice%1:18:00:: 8
-2 voice%1:07:01:: 9
-2 vogue%1:09:00:: 1
-2 vociferous%5:00:00:noisy:00 1
-2 vocation%1:04:00:: 1
-2 vivify%2:29:00:: 1
-2 vivacious%5:00:00:spirited:00 1
-2 vitals%1:08:00:: 1
-2 vision%1:09:04:: 4
-2 visible%5:00:00:overt:00 2
-2 viscoelastic%5:00:00:elastic:00 1
-2 virulence%1:07:00:: 1
-2 virtuous%5:00:00:righteous:00 1
-2 virgin_mary%1:18:00:: 1
-2 virgin%5:00:00:new:00 1
-2 violinist%1:18:00:: 1
-2 violence%1:26:00:: 3
-2 violation%1:04:04:: 2
-2 violation%1:04:01:: 3
-2 vindictive%5:00:00:unforgiving:00 1
-2 villain%1:18:00:: 1
-2 villager%1:18:00:: 1
-2 vigilance%1:09:00:: 1
-2 view%2:39:02:: 3
-2 view%1:06:00:: 8
-2 victimize%2:41:01:: 1
-2 vicious%5:00:00:wicked:00 2
-2 vice_versa%4:02:00:: 1
-2 vibrant%5:00:00:spirited:00 1
-2 veto%1:04:00:: 1
-2 vestibule%1:06:00:: 1
-2 vest%1:06:01:: 1
-2 very_well%4:02:01:: 2
-2 verve%1:07:00:: 1
-2 vertebral%3:01:00:: 1
-2 verse%1:10:02:: 1
-2 verse%1:10:00:: 2
-2 verify%2:41:00:: 2
-2 venture%2:32:01:: 3
-2 venture%1:21:00:: 2
-2 vent%1:06:00:: 1
-2 venetian_blind%1:06:00:: 1
-2 vendor%1:18:00:: 1
-2 velvet%1:06:00:: 1
-2 veil%1:06:00:: 1
-2 vehement%5:00:00:intense:00 1
-2 vegetation%1:14:00:: 1
-2 vatican%1:06:00:: 1
-2 vasa_vasorum%1:08:00:: 1
-2 variously%4:02:00:: 1
-2 various%5:00:02:varied:00 4
-2 variation%1:10:00:: 3
-2 variable%5:00:00:varied:00 2
-2 variable%1:09:00:: 2
-2 variability%1:07:00:: 1
-2 vanished%5:00:00:nonexistent:00 1
-2 valve%1:08:00:: 1
-2 value%2:31:03:: 1
-2 value%1:07:01:: 4
-2 valuation%1:09:00:: 1
-2 valuable%5:00:00:important:00 3
-2 validate%2:41:00:: 1
-2 validate%2:31:00:: 2
-2 valet%1:18:00:: 1
-2 vain%5:00:00:unproductive:00 2
-2 vacuum%2:35:00:: 1
-2 vacuolization%1:26:00:: 1
-2 vacation%2:42:00:: 1
-2 vacate%2:41:00:: 1
-2 vacant%5:00:02:empty:00 1
-2 utopia%1:15:00:: 2
-2 uto-aztecan%1:10:00:: 1
-2 utensil%1:06:00:: 1
-2 utah%1:15:00:: 1
-2 usurp%2:40:00:: 1
-2 usual%5:00:00:familiar:02 2
-2 ussr%1:15:00:: 1
-2 usher%2:38:00:: 1
-2 useless%5:00:00:unhelpful:00 2
-2 useful%5:00:00:practical:00 3
-2 us_navy%1:14:00:: 1
-2 urgency%1:26:00:: 1
-2 urge%1:16:00:: 1
-2 urge%1:12:00:: 2
-2 urbanized%5:00:00:urban:00 1
-2 urban_center%1:15:00:: 1
-2 urban%3:00:00:: 2
-2 uranyl_oxalate%1:27:00:: 1
-2 upward%5:00:00:up:00 1
-2 uptown%1:15:00:: 1
-2 upstream%4:02:00:: 1
-2 upset%2:37:01:: 2
-2 upset%2:37:00:: 3
-2 upraised%5:00:00:raised:00 1
-2 upper_limit%1:23:00:: 1
-2 uplifting%1:11:00:: 1
-2 upkeep%1:04:00:: 1
-2 upheaval%1:26:00:: 1
-2 upgrade%2:31:00:: 1
-2 update%2:30:00:: 1
-2 up_to_now%4:02:00:: 1
-2 up_to%5:00:00:adequate:00 2
-2 up%2:30:00:: 1
-2 unwittingly%4:02:00:: 1
-2 unwise%5:00:00:foolish:00 1
-2 unwire%2:35:00:: 1
-2 unwelcome%3:00:00:: 1
-2 unwanted%3:00:00:: 1
-2 unsympathetic%3:00:00:: 1
-2 unsuccessful%5:00:00:unfruitful:00 2
-2 unsuccessful%3:00:00:: 1
-2 unstained%3:00:00:: 1
-2 unsmiling%5:00:00:joyless:00 1
-2 unseen%5:00:00:undetected:00 2
-2 unscrupulous%3:00:00:: 1
-2 unscrew%2:35:00:: 1
-2 unscientific%3:00:00:: 1
-2 unsaturated%3:00:01:: 1
-2 unreliable%5:00:00:fallible:00 1
-2 unrelated%3:00:02:: 1
-2 unrealistic%3:00:00:: 1
-2 unqualified%3:00:02:: 1
-2 unprepared%3:00:00:: 1
-2 unpredictable%3:00:00:: 1
-2 unorthodox%5:00:00:unconventional:00 1
-2 unoccupied%3:00:00:: 1
-2 unobtainable%5:00:00:unavailable:00 1
-2 unnecessarily%4:02:00:: 1
-2 unmoved%3:00:00:: 1
-2 unmistakably%4:02:00:: 1
-2 unmarried%3:00:00:: 1
-2 unlocked%5:00:00:unfastened:00 1
-2 unloading%1:04:00:: 1
-2 unlined%3:00:00:: 1
-2 unleavened_bread%1:13:00:: 1
-2 unleash%2:35:00:: 1
-2 unknown%5:00:00:anonymous:00 2
-2 universe%1:14:00:: 2
-2 unity%1:07:00:: 3
-2 united_kingdom%1:15:00:: 1
-2 unit_cost%1:21:00:: 1
-2 unit%1:17:00:: 7
-2 unique%5:00:00:specific:00 2
-2 union_of_soviet_socialist_republics%1:15:00:: 1
-2 union%1:15:00:: 2
-2 uninterrupted%5:00:00:unbroken:02 1
-2 unimportant%3:00:00:: 1
-2 unify%2:35:00:: 2
-2 uniformity%1:07:01:: 1
-2 uniform%5:00:00:homogeneous:00 2
-2 unhurriedly%4:02:00:: 1
-2 unhitch%2:35:00:: 1
-2 unhesitatingly%4:02:00:: 1
-2 unheeding%3:00:00:: 1
-2 ungodly%5:00:00:wicked:00 1
-2 unfrozen%3:00:00:: 1
-2 unfavorable%3:00:02:: 1
-2 unfair%3:00:04:: 1
-2 unexplained%5:00:00:undetermined:00 1
-2 unexpectedly%4:02:00:: 2
-2 unequally%4:02:02:: 1
-2 unendurable%5:00:00:intolerable:00 1
-2 unemployed%3:00:00:: 1
-2 uneconomical%5:00:00:inefficient:00 1
-2 uneasiness%1:12:02:: 1
-2 unearth%2:40:01:: 1
-2 undue%3:00:00:: 1
-2 undress%2:29:00:: 1
-2 undeveloped%3:00:00:: 1
-2 undesirable%3:00:00:: 1
-2 underwrite%2:32:01:: 1
-2 underwater%5:00:00:subsurface:00 1
-2 undertake%2:41:01:: 2
-2 undertake%2:32:01:: 4
-2 undertake%2:32:00:: 3
-2 understate%2:32:00:: 1
-2 understandingly%4:02:00:: 1
-2 understanding%1:10:00:: 2
-2 understandable%5:00:00:meaningful:00 2
-2 underprivileged%3:00:00:: 1
-2 underdeveloped%5:00:00:nonindustrial:00 1
-2 underbrush%1:14:00:: 1
-2 underachiever%1:18:00:: 1
-2 under_the_circumstances%4:02:00:: 1
-2 under%5:00:00:low:01 1
-2 under%4:02:05:: 1
-2 undeniable%3:00:00:: 1
-2 undaunted%5:00:00:resolute:00 1
-2 undaunted%5:00:00:brave:00 2
-2 uncooperative%3:00:00:: 1
-2 unconvincing%3:00:00:: 1
-2 unconcernedly%4:02:00:: 1
-2 uncomfortable%3:00:01:: 1
-2 uncomfortable%3:00:00:: 2
-2 unclean%3:00:04:: 1
-2 unchanged%3:00:00:: 1
-2 uncertainly%4:02:01:: 1
-2 uncertain%5:00:00:insecure:03 3
-2 unawareness%1:09:00:: 1
-2 unassisted%5:00:00:unsupported:02 1
-2 unasked%5:00:00:unrequested:00 1
-2 unambiguously%4:02:01:: 1
-2 unambiguous%3:00:00:: 1
-2 unaccompanied%3:00:00:: 1
-2 umbrella%1:06:00:: 1
-2 ultraviolet_spectrum%1:19:00:: 1
-2 ultraviolet_radiation%1:19:00:: 1
-2 ultraviolet%5:00:00:invisible:00 1
-2 typography%1:04:00:: 1
-2 typing%1:10:00:: 1
-2 typify%2:42:00:: 1
-2 typical%5:00:00:characteristic:00 2
-2 typhus%1:26:00:: 1
-2 typewriter%1:06:00:: 1
-2 type%2:32:00:: 1
-2 twotime%2:41:00:: 1
-2 twofold%5:00:02:multiple:00 1
-2 two-by-four%1:06:00:: 1
-2 twitch%2:38:01:: 2
-2 twisting%5:00:00:moving:02 1
-2 twist%2:35:00:: 3
-2 twist%1:11:00:: 1
-2 twist%1:10:00:: 2
-2 twist%1:04:01:: 3
-2 twirler%1:18:01:: 1
-2 twirl%2:38:00:: 1
-2 twinge%1:12:00:: 1
-2 twilight%1:26:00:: 1
-2 twenty-four%5:00:00:cardinal:00 1
-2 twenty-eighth%5:00:00:ordinal:00 1
-2 twenties%1:28:01:: 2
-2 twelfth%5:00:00:ordinal:00 1
-2 turnover%1:24:00:: 1
-2 turning%1:04:01:: 2
-2 turning%1:04:00:: 1
-2 turn_up%2:40:00:: 3
-2 turn_to%2:41:00:: 6
-2 turn_over%2:38:02:: 2
-2 turn_out%2:30:00:: 5
-2 turn_on%2:42:00:: 2
-2 turn_of_the_century%1:28:00:: 1
-2 turn_in%2:38:00:: 1
-2 turn_in%2:36:02:: 2
-2 turn%2:35:08:: 8
-2 turn%1:11:01:: 4
-2 turkey%1:05:00:: 1
-2 turban%1:06:00:: 1
-2 tungsten%1:27:00:: 1
-2 tumbling%5:00:00:moving:02 1
-2 tumble%2:38:06:: 2
-2 tumble%2:38:04:: 3
-2 tularemia%1:26:00:: 1
-2 tuition%1:21:00:: 1
-2 tug-of-war%1:04:00:: 1
-2 tudor%1:14:00:: 1
-2 trying%5:00:00:difficult:00 1
-2 try%2:34:00:: 4
-2 trust%2:37:00:: 4
-2 trumpet_vine%1:20:01:: 1
-2 true%5:00:02:faithful:00 4
-2 true%4:02:00:: 1
-2 trudge%2:38:00:: 2
-2 truck_bed%1:06:00:: 1
-2 troupe%1:14:00:: 1
-2 trot%2:38:01:: 2
-2 triple%5:00:00:multiple:00 1
-2 trip%2:38:00:: 1
-2 trigger-happy%5:00:00:irresponsible:00 1
-2 trick%1:04:05:: 1
-2 tribal%3:01:00:: 1
-2 triangle%1:25:00:: 1
-2 trial_and_error%1:04:00:: 1
-2 trial%1:04:03:: 4
-2 trespass%2:41:01:: 1
-2 trench%1:06:00:: 1
-2 tremor%1:04:00:: 1
-2 tree_trunk%1:20:00:: 1
-2 treatment%1:10:00:: 4
-2 treated%5:00:00:stained:00 2
-2 treated%3:00:00:: 1
-2 treasury%1:14:00:: 2
-2 treasure%1:21:00:: 1
-2 treasure%1:06:00:: 2
-2 tread%1:04:00:: 1
-2 travel_to%2:38:00:: 1
-2 travel%2:38:02:: 4
-2 trap%2:41:00:: 1
-2 trap%2:35:00:: 2
-2 trap%1:06:04:: 2
-2 transpose%2:30:00:: 1
-2 transport%2:35:00:: 2
-2 transparent%5:00:00:thin:01 2
-2 transmute%2:30:00:: 1
-2 transmutation%1:04:00:: 1
-2 transmit%2:38:00:: 2
-2 transmit%2:32:00:: 3
-2 transmission%1:10:00:: 2
-2 translucent%5:00:00:clear:02 1
-2 translation%1:11:00:: 2
-2 translation%1:04:02:: 3
-2 translate%2:35:00:: 4
-2 translate%2:30:00:: 5
-2 transit%1:06:00:: 1
-2 transcendental%5:00:00:supernatural:00 1
-2 transcendent%5:00:00:unknown:00 1
-2 transaction%1:04:00:: 1
-2 transact%2:40:14:: 1
-2 trampled%5:00:00:damaged:00 1
-2 tragicomic%3:01:00:: 1
-2 trading%1:04:00:: 1
-2 trade%5:00:00:commercial:00 1
-2 trade%2:42:00:: 3
-2 trade%2:40:02:: 4
-2 trade%1:14:00:: 5
-2 track%2:38:02:: 1
-2 trachea%1:08:01:: 1
-2 trace%2:38:01:: 3
-2 trace%2:38:00:: 4
-2 trace%1:10:00:: 2
-2 tower%2:42:00:: 1
-2 tough%5:00:00:rugged:00 4
-2 tough%3:00:02:: 3
-2 touch%2:41:00:: 7
-2 touch%2:35:04:: 8
-2 touch%1:10:01:: 3
-2 touch%1:07:01:: 4
-2 touch%1:04:00:: 5
-2 total%5:00:02:complete:00 4
-2 total%5:00:00:unconditional:00 3
-2 total%2:32:00:: 2
-2 toss_away%2:40:00:: 1
-2 toss%1:04:00:: 2
-2 tory%1:18:01:: 1
-2 tortuous%5:00:00:complex:00 1
-2 torn%5:00:00:divided:00 2
-2 torn%5:00:00:damaged:00 3
-2 tormentor%1:18:00:: 1
-2 torch%1:06:02:: 1
-2 topical%5:00:00:local:02 1
-2 topic%1:09:00:: 2
-2 topgallant_mast%1:06:00:: 1
-2 top%2:42:00:: 1
-2 tooth%1:06:01:: 2
-2 tool-and-die_work%1:04:00:: 1
-2 too_large%5:00:00:large:00 1
-2 tons%1:23:00:: 1
-2 tongue-in-cheek%5:00:00:humorous:00 1
-2 tongue%1:25:00:: 3
-2 tone%1:07:00:: 5
-2 tomato%1:13:00:: 1
-2 token%1:10:00:: 1
-2 toilet%1:06:01:: 2
-2 toil%2:41:00:: 1
-2 together%5:00:00:unneurotic:00 1
-2 toe_the_line%2:41:00:: 1
-2 toe%1:06:00:: 2
-2 to_what_extent%4:02:00:: 1
-2 titter%2:29:00:: 1
-2 title%1:26:00:: 4
-2 title%1:10:04:: 5
-2 tit%1:08:01:: 1
-2 tissue_paper%1:27:00:: 1
-2 tire_out%2:29:00:: 1
-2 tinted%5:00:00:colored:00 1
-2 tinkle%2:39:00:: 1
-2 tingling%5:00:00:exciting:00 1
-2 tine%1:06:00:: 1
-2 timidly%4:02:00:: 1
-2 time_of_life%1:28:00:: 1
-2 time_machine%1:06:00:: 1
-2 time_and_time_again%4:02:00:: 1
-2 time_and_again%4:02:00:: 1
-2 timbre%1:07:00:: 1
-2 timber%1:06:00:: 2
-2 tilted%5:00:00:inclined:01 1
-2 tight%5:00:00:tense:01 2
-2 tied%5:00:00:bound:01 1
-2 tie_in%2:42:00:: 1
-2 tie%2:35:01:: 4
-2 tick%2:39:00:: 1
-2 tick%1:11:00:: 1
-2 tibet%1:15:00:: 1
-2 thunder%2:38:00:: 1
-2 thumping%1:11:00:: 1
-2 thumb%2:38:00:: 1
-2 thrust%1:19:00:: 1
-2 throw_off%2:35:00:: 1
-2 throw_in%2:40:00:: 1
-2 throw%2:38:03:: 8
-2 throw%2:37:00:: 9
-2 throw%2:32:03:: 10
-2 through%4:02:01:: 3
-2 throttle%2:30:01:: 1
-2 throb%2:39:00:: 1
-2 throb%2:38:01:: 2
-2 throat%1:06:01:: 2
-2 throat%1:06:00:: 3
-2 thriving%5:00:00:successful:00 1
-2 thrilling%5:00:00:exciting:00 1
-2 thrill%2:39:00:: 1
-2 thrill%1:12:02:: 2
-2 thrifty%3:00:00:: 1
-2 three-dimensionality%1:07:00:: 1
-2 three-dimensional_figure%1:25:00:: 1
-2 threatening%5:00:00:alarming:00 1
-2 thrash%2:35:00:: 1
-2 thoughtless%3:00:00:: 1
-2 thoughtful%5:00:00:profound:00 1
-2 thoroughgoing%5:00:00:complete:00 1
-2 thoroughfare%1:06:00:: 1
-2 this_evening%4:02:00:: 1
-2 thirty%1:23:00:: 1
-2 thirst%1:26:00:: 1
-2 third-dimensional%5:00:00:multidimensional:00 1
-2 third%5:00:00:fractional:00 2
-2 think_up%2:36:00:: 1
-2 think_out%2:31:00:: 1
-2 think_back%2:31:00:: 1
-2 think%2:31:06:: 7
-2 thin%5:00:01:weak:00 4
-2 thin%5:00:00:distributed:00 5
-2 thin%2:30:00:: 1
-2 thieving%1:04:00:: 1
-2 thickspread%5:00:00:covered:00 1
-2 thicken%2:30:01:: 1
-2 thicken%2:30:00:: 2
-2 thick%5:00:00:unintelligible:00 4
-2 thermometry%1:04:00:: 1
-2 thermodynamically%4:02:00:: 1
-2 thermodynamic%3:01:00:: 1
-2 therewith%4:02:00:: 1
-2 thereupon%4:02:00:: 1
-2 theretofore%4:02:00:: 1
-2 there%4:02:01:: 3
-2 theorize%2:31:00:: 1
-2 theoretically%4:02:00:: 1
-2 thence%4:02:01:: 1
-2 theatrically%4:02:00:: 1
-2 theatre%1:10:00:: 2
-2 the_shits%1:26:00:: 1
-2 the_netherlands%1:15:00:: 1
-2 the_least_bit%4:02:00:: 1
-2 the_english%1:18:00:: 1
-2 the_bronx%1:15:00:: 1
-2 thanksgiving%1:28:00:: 1
-2 thanks%1:04:00:: 2
-2 texan%1:18:00:: 1
-2 testing%1:04:02:: 3
-2 testimony%1:10:02:: 3
-2 testimonial%1:10:02:: 1
-2 testicle%1:08:00:: 1
-2 tested%5:00:00:proved:00 1
-2 testament%1:09:00:: 1
-2 test%1:10:00:: 4
-2 test%1:04:03:: 5
-2 test%1:04:00:: 6
-2 territory%1:09:00:: 3
-2 territorial%3:01:00:: 1
-2 terrific%5:00:00:extraordinary:00 2
-2 terrier%1:05:00:: 1
-2 terrible%5:00:01:bad:00 2
-2 terrain%1:15:00:: 1
-2 terrace%1:06:00:: 1
-2 terms%1:26:00:: 1
-2 terminology%1:10:00:: 1
-2 terminate%2:42:00:: 3
-2 terminal%1:06:00:: 1
-2 tenure%1:28:00:: 1
-2 tenth%1:23:00:: 1
-2 tensely%4:02:00:: 1
-2 tense%1:10:00:: 1
-2 tenderly%4:02:00:: 1
-2 tender%5:00:00:young:00 3
-2 tender%5:00:00:painful:00 2
-2 tender%5:00:00:loving:00 4
-2 tender%3:00:03:: 1
-2 tenancy%1:04:00:: 1
-2 tempo%1:28:01:: 1
-2 temper%1:12:00:: 2
-2 temper%1:07:02:: 3
-2 temerity%1:07:00:: 1
-2 television_set%1:06:00:: 1
-2 television_program%1:10:00:: 1
-2 television%1:06:00:: 2
-2 telephone_pole%1:06:00:: 1
-2 telephone_operator%1:18:00:: 1
-2 telephone_call%1:10:00:: 1
-2 telephone_booth%1:06:00:: 1
-2 telegraphic%3:01:00:: 1
-2 telegraph%2:32:00:: 1
-2 telegram%1:10:00:: 1
-2 teeter%2:38:00:: 1
-2 tedious%5:00:00:uninteresting:00 1
-2 technology%1:09:00:: 2
-2 teat%1:08:00:: 1
-2 tease%2:37:00:: 1
-2 tear_away%2:30:00:: 1
-2 tear%2:38:00:: 3
-2 teammate%1:18:00:: 1
-2 team_up%2:33:00:: 1
-2 teach%2:30:00:: 2
-2 teacart%1:06:00:: 1
-2 taxi%2:38:01:: 1
-2 tax_return%1:10:00:: 1
-2 tavern%1:06:00:: 1
-2 tarpaulin%1:06:00:: 1
-2 tariff%1:21:00:: 1
-2 target_area%1:15:00:: 1
-2 target%1:09:00:: 5
-2 tapping%1:11:00:: 1
-2 tapered%5:00:00:pointed:00 1
-2 tape%1:06:01:: 2
-2 tango%1:04:00:: 1
-2 tangled%5:00:00:complex:00 2
-2 tangle_with%2:42:00:: 1
-2 tangle%1:17:00:: 1
-2 tall_tale%1:10:00:: 1
-2 talk%2:32:06:: 5
-2 take_up%2:41:00:: 5
-2 take_turns%2:30:00:: 1
-2 take_to_be%2:31:00:: 1
-2 take_the_floor%2:38:00:: 1
-2 take_out%2:40:02:: 4
-2 take_on%2:41:00:: 3
-2 take_on%2:33:00:: 4
-2 take_off%2:41:00:: 5
-2 take_notice%2:39:00:: 1
-2 take_note%2:39:00:: 1
-2 take_leave%2:38:00:: 1
-2 take_in%2:32:00:: 2
-2 take_hold%2:35:00:: 2
-2 take_for%2:31:00:: 1
-2 take_away%2:40:01:: 4
-2 take_account%2:31:12:: 1
-2 take%2:42:10:: 30
-2 take%2:40:03:: 31
-2 tail%1:28:00:: 2
-2 taffy%1:13:00:: 1
-2 tactile%3:01:00:: 1
-2 tactics%1:09:01:: 1
-2 tact%1:07:00:: 1
-2 tabula_rasa%1:09:00:: 1
-2 systematization%1:04:00:: 1
-2 systematically%4:02:00:: 1
-2 systematic%3:00:00:: 1
-2 synthetic_cubism%1:14:00:: 1
-2 synthesis%1:09:00:: 2
-2 syntax%1:09:01:: 1
-2 synonym%1:10:00:: 1
-2 synchrony%1:24:00:: 1
-2 synagogue%1:06:00:: 1
-2 symposium%1:14:00:: 1
-2 sympathize%2:37:01:: 1
-2 sympathetic%5:00:00:congenial:00 3
-2 symbolically%4:02:00:: 1
-2 symbolic%5:00:00:representative:00 2
-2 symbolic%3:01:00:: 1
-2 symbol%1:09:00:: 2
-2 swivel_chair%1:06:00:: 1
-2 swivel%2:38:00:: 1
-2 switch_off%2:35:00:: 1
-2 switch%2:30:02:: 3
-2 swirl%1:25:00:: 1
-2 swinging%5:00:00:moving:02 1
-2 swing_around%2:38:00:: 1
-2 swing%2:42:00:: 6
-2 swing%2:33:00:: 7
-2 swing%2:30:08:: 8
-2 swindle%2:41:00:: 1
-2 swelling%1:26:00:: 1
-2 swell%1:17:00:: 2
-2 sweet%5:00:02:pleasing:00 5
-2 sweet%5:00:01:pleasing:00 6
-2 sweet%5:00:00:tasteful:01 4
-2 sweet%5:00:00:fragrant:00 7
-2 sweeping%5:00:00:wide:00 1
-2 sweeping%5:00:00:moving:02 2
-2 sweep_away%2:36:00:: 1
-2 sweep%2:42:03:: 5
-2 sweatshirt%1:06:00:: 1
-2 sweating%5:00:00:wet:01 1
-2 swear_off%2:32:00:: 1
-2 swear%2:32:02:: 3
-2 swatch%1:06:00:: 1
-2 sward%1:17:00:: 1
-2 swallow_up%2:35:00:: 1
-2 swallow%2:35:00:: 3
-2 swaggering%5:00:00:proud:00 1
-2 swagger%2:38:00:: 1
-2 sustenance%1:13:00:: 1
-2 sustain%2:34:01:: 3
-2 sustain%2:34:00:: 4
-2 suspiciously%4:02:00:: 1
-2 suspicion%1:09:00:: 2
-2 suspense%1:12:02:: 1
-2 suspense%1:09:00:: 2
-2 suspended_animation%1:26:00:: 1
-2 suspend%2:41:00:: 3
-2 suspend%2:30:00:: 4
-2 suspect%5:00:00:questionable:00 1
-2 suspect%2:31:00:: 3
-2 susceptible%3:00:00:: 1
-2 susceptibility%1:26:00:: 1
-2 surviving%5:00:00:extant:00 1
-2 surveyor%1:18:00:: 1
-2 surveillance%1:04:01:: 1
-2 surround%2:35:01:: 3
-2 surrender%2:40:00:: 2
-2 surrender%2:33:01:: 3
-2 surprisingly%4:02:01:: 2
-2 surpass%2:42:00:: 1
-2 surpass%2:33:00:: 2
-2 surmount%2:33:00:: 1
-2 surmise%2:31:00:: 1
-2 surge%1:04:00:: 2
-2 surface_area%1:07:00:: 1
-2 surface%5:00:00:shallow:02 2
-2 surface%3:00:00:: 1
-2 supreme_court%1:14:00:: 1
-2 supposed%5:00:02:improbable:00 2
-2 supposed%5:00:00:acknowledged:00 3
-2 supporting%5:00:00:supportive:00 1
-2 support%2:42:00:: 7
-2 support%2:32:01:: 8
-2 support%1:21:00:: 6
-2 support%1:06:01:: 7
-2 support%1:04:01:: 8
-2 supply%1:04:00:: 3
-2 supplier%1:18:00:: 1
-2 supplicate%2:32:00:: 1
-2 supplementary%5:00:00:added:00 1
-2 supersonic%3:00:00:: 1
-2 supernaturalism%1:09:00:: 1
-2 supernatural%1:18:00:: 1
-2 superimposed%5:00:00:added:00 1
-2 superbly%4:02:00:: 1
-2 super%4:02:00:: 1
-2 sunshade%1:06:00:: 1
-2 sunny%5:00:00:clear:03 1
-2 sunny%5:00:00:cheerful:00 2
-2 sunken%5:00:00:hollow:00 1
-2 sumptuous%5:00:00:rich:03 1
-2 summon%2:32:05:: 2
-2 sullenly%4:02:00:: 1
-2 sulky%1:06:00:: 1
-2 sulkily%4:02:00:: 1
-2 suite%1:10:00:: 1
-2 suite%1:06:00:: 2
-2 suitably%4:02:00:: 1
-2 suffix%1:10:00:: 1
-2 suffering%1:12:01:: 4
-2 sufferer%1:18:00:: 1
-2 suck_in%2:34:00:: 1
-2 suck%2:38:00:: 2
-2 succor%1:04:00:: 1
-2 successor%1:09:00:: 2
-2 suburbanite%1:18:00:: 1
-2 subtend%2:42:00:: 1
-2 substrate%1:27:00:: 1
-2 substitute%5:00:01:secondary:01 1
-2 substantiate%2:31:00:: 1
-2 substance%1:09:01:: 2
-2 substance%1:09:00:: 3
-2 subscribe%2:40:01:: 1
-2 subordinator%5:00:00:subordinating(a):00 1
-2 subordinate%3:00:01:: 1
-2 submucosa%1:08:00:: 1
-2 submit%2:41:00:: 5
-2 submit%2:32:02:: 6
-2 submit%2:31:12:: 7
-2 submission%1:04:01:: 2
-2 submerge%2:38:00:: 1
-2 submachine_gun%1:06:00:: 1
-2 subject%2:32:07:: 3
-2 subject%2:31:00:: 4
-2 subject%1:18:01:: 6
-2 subject%1:18:00:: 7
-2 subgross%5:00:00:microscopic:00 1
-2 subdued%5:00:00:restrained:00 2
-2 subdue%2:41:00:: 1
-2 subdue%2:30:01:: 2
-2 subdivision%1:15:00:: 1
-2 subdivision%1:04:00:: 2
-2 sub-test%1:04:00:: 1
-2 stylization%1:04:00:: 1
-2 style%1:09:00:: 4
-2 stutter%2:32:00:: 1
-2 stupendous%5:00:00:large:00 1
-2 stunt%1:04:00:: 1
-2 stunned%5:00:00:surprised:00 1
-2 stun%2:30:00:: 1
-2 stumbling%5:00:00:unsteady:00 1
-2 stumble%2:40:10:: 3
-2 study%2:31:04:: 6
-2 study%1:06:01:: 7
-2 studiously%4:02:00:: 1
-2 stucco%1:27:00:: 1
-2 strut%2:38:00:: 1
-2 strut%1:04:00:: 1
-2 strum%2:39:00:: 1
-2 struggle%2:33:00:: 4
-2 structurally%4:02:00:: 1
-2 structural%3:01:00:: 2
-2 strop%2:35:00:: 1
-2 stroke%1:11:00:: 2
-2 strip%2:29:01:: 2
-2 string%2:35:02:: 1
-2 string%1:06:03:: 3
-2 strike_out%2:32:00:: 1
-2 strike%2:42:00:: 8
-2 strike%2:41:02:: 9
-2 strike%2:35:03:: 10
-2 strike%2:30:00:: 11
-2 strike%1:04:02:: 2
-2 strife%1:26:00:: 1
-2 strife%1:04:00:: 2
-2 stride%1:23:00:: 2
-2 strictly_speaking%4:02:00:: 1
-2 strictly%4:02:02:: 2
-2 strict%5:00:00:invariable:00 2
-2 striation%1:25:00:: 1
-2 stretched_out%5:00:00:extended:00 1
-2 stretched%5:00:00:extended:00 2
-2 stretch_out%2:38:00:: 1
-2 stretch_forth%2:29:00:: 1
-2 stretch%1:06:00:: 3
-2 stretch%1:04:00:: 4
-2 stress%2:30:00:: 3
-2 stress%1:26:02:: 4
-2 stress%1:19:00:: 5
-2 strength%1:07:01:: 4
-2 streetlight%1:06:00:: 1
-2 street_corner%1:06:00:: 1
-2 street%1:26:00:: 3
-2 streamlined%5:00:00:efficient:00 1
-2 streaming%3:44:00:: 1
-2 stream%2:38:03:: 3
-2 stream%1:26:00:: 4
-2 stream%1:11:00:: 5
-2 streaked%5:00:00:patterned:00 1
-2 streak%2:38:00:: 1
-2 stray%5:00:00:sporadic:00 1
-2 stray%2:38:01:: 1
-2 straw_hat%1:06:00:: 1
-2 straw%1:27:01:: 2
-2 strap%1:06:01:: 1
-2 strand%2:40:00:: 1
-2 strained%5:00:00:tense:03 2
-2 strain%1:26:01:: 4
-2 strain%1:14:00:: 5
-2 straightforward%5:00:00:unequivocal:00 1
-2 straightforward%5:00:00:direct:02 2
-2 straighten_out%2:30:01:: 1
-2 straight_face%1:10:00:: 1
-2 straight%5:00:00:erect:00 4
-2 straggle%2:38:00:: 1
-2 stout%5:00:00:fat:01 2
-2 storyteller%1:18:00:: 1
-2 story%1:10:01:: 5
-2 stormy%3:00:00:: 1
-2 storm%2:42:00:: 1
-2 storefront%1:06:00:: 1
-2 stop%2:35:00:: 8
-2 stone_wall%1:06:00:: 1
-2 stomp%2:38:00:: 1
-2 stoicism%1:09:00:: 2
-2 stoic%1:18:01:: 1
-2 stock%2:40:00:: 1
-2 stock%1:06:02:: 3
-2 stir%2:35:00:: 5
-2 stink%2:42:00:: 1
-2 sting%1:26:00:: 1
-2 stimulate%2:36:00:: 5
-2 still%3:00:03:: 4
-2 still%1:06:01:: 1
-2 stifle%2:35:00:: 1
-2 stiffly%4:02:01:: 2
-2 stiffen%2:30:01:: 2
-2 stiff%5:00:00:immobile:00 2
-2 stiff%1:18:00:: 1
-2 sticky%5:00:02:wet:01 2
-2 sticking%5:00:00:protrusive:00 1
-2 stick%2:38:00:: 2
-2 stick%2:35:05:: 3
-2 stick%2:35:00:: 4
-2 stethoscope%1:06:00:: 1
-2 stern%5:00:00:implacable:00 2
-2 stern%5:00:00:demanding:01 3
-2 stern%1:06:00:: 1
-2 sterilize%2:29:01:: 1
-2 stepwise%5:00:00:gradual:01 1
-2 steps%1:17:00:: 2
-2 step_up%2:30:01:: 2
-2 step_in%2:41:00:: 1
-2 step%1:06:00:: 4
-2 steep%2:31:00:: 1
-2 steam%2:38:02:: 1
-2 steak%1:13:00:: 1
-2 steady%2:30:00:: 1
-2 steadfastly%4:02:00:: 1
-2 stead%1:04:00:: 1
-2 stay_put%2:38:00:: 1
-2 stay%1:04:00:: 1
-2 staunch%5:00:00:constant:00 1
-2 statistically%4:02:00:: 1
-2 stationery%1:10:00:: 1
-2 state%2:32:02:: 3
-2 starvation%1:26:00:: 1
-2 starting_point%1:28:00:: 1
-2 start_up%2:38:00:: 1
-2 start_out%2:38:00:: 2
-2 start%2:41:00:: 10
-2 start%1:04:02:: 3
-2 star_of_david%1:10:00:: 1
-2 stands%1:06:00:: 1
-2 standing%5:00:00:erect:00 1
-2 standardized%5:00:00:standard:02 1
-2 standard_of_living%1:26:00:: 1
-2 standard%3:00:01:: 3
-2 stand_up%2:35:03:: 3
-2 stand_up%2:35:00:: 4
-2 stand_up%2:32:00:: 5
-2 stand_guard%2:41:00:: 1
-2 stand_for%2:32:00:: 2
-2 stand_by%2:42:02:: 2
-2 stand%2:42:01:: 9
-2 stand%1:15:00:: 2
-2 stand%1:14:00:: 3
-2 stand%1:06:04:: 4
-2 stand%1:06:03:: 5
-2 stampede%2:38:01:: 1
-2 stamp_out%2:30:00:: 1
-2 staminate%5:00:00:male:00 1
-2 stall%2:42:00:: 1
-2 stall%1:06:01:: 3
-2 stalking%5:00:00:following:00 1
-2 stake%2:41:00:: 1
-2 stake%2:33:00:: 2
-2 stake%1:21:02:: 1
-2 stain%2:35:00:: 2
-2 stain%2:30:00:: 3
-2 stain%1:27:00:: 2
-2 stagnant%5:00:00:standing(a):02 1
-2 staggeringly%4:02:00:: 1
-2 stagger%2:31:00:: 3
-2 stage_door%1:06:00:: 1
-2 stage%1:06:01:: 5
-2 stage%1:04:00:: 6
-2 staff%1:06:00:: 2
-2 stadium%1:06:00:: 1
-2 stack%2:35:01:: 1
-2 stack%1:14:00:: 1
-2 stable%5:00:00:sound:00 2
-2 stabilize%2:30:01:: 1
-2 stabilization%1:04:00:: 1
-2 squire%1:18:01:: 1
-2 squeal%2:32:01:: 1
-2 squat%5:00:00:low:01 2
-2 squat%2:42:01:: 2
-2 square_up%2:30:00:: 1
-2 square%4:02:00:: 1
-2 square%2:31:00:: 2
-2 square%1:23:00:: 2
-2 square%1:15:00:: 3
-2 spy%2:39:00:: 1
-2 spy%2:32:01:: 2
-2 sputnik%1:06:00:: 1
-2 spurn%2:32:00:: 1
-2 spur%2:41:00:: 1
-2 spur%2:37:00:: 2
-2 sprinter%1:18:00:: 1
-2 sprinkling%1:23:00:: 1
-2 springfield%1:15:00:: 1
-2 spring%2:38:00:: 3
-2 spread_out%2:35:00:: 2
-2 spread-out%5:00:00:distributed:00 1
-2 spread%1:06:01:: 3
-2 spray%2:35:00:: 2
-2 sprawled%5:00:00:extended:00 1
-2 sprawl%2:38:00:: 2
-2 spot%1:10:01:: 2
-2 spot%1:07:02:: 3
-2 spot%1:07:01:: 5
-2 spot%1:07:00:: 4
-2 sports_editor%1:18:00:: 1
-2 spore%1:20:00:: 1
-2 spontaneously%4:02:00:: 1
-2 spongy%5:00:00:soft:01 1
-2 sponge_off%2:35:00:: 1
-2 sponge%2:35:00:: 1
-2 spoken_language%1:10:00:: 1
-2 spoken%3:00:00:: 1
-2 spoke%1:06:00:: 1
-2 spoil%2:41:02:: 1
-2 spluttering%5:00:00:noisy:00 1
-2 split%2:41:00:: 3
-2 split%2:38:00:: 4
-2 split%2:30:01:: 5
-2 splintered%5:00:00:broken:01 1
-2 splendor%1:07:01:: 2
-2 splendor%1:07:00:: 1
-2 splattered%5:00:00:covered:00 1
-2 splash%2:35:01:: 1
-2 spit_out%2:29:00:: 1
-2 spiritual%1:10:00:: 1
-2 spirit_world%1:15:00:: 1
-2 spirit%1:07:03:: 8
-2 spiral%2:38:00:: 1
-2 spill%2:35:04:: 1
-2 spike%1:11:00:: 1
-2 sphere%1:15:00:: 3
-2 sphere%1:09:00:: 4
-2 spelling%1:10:00:: 1
-2 spell%2:32:01:: 2
-2 spell%2:32:00:: 1
-2 speedy%5:00:00:fast:01 1
-2 speedily%4:02:00:: 1
-2 speed%2:38:01:: 4
-2 speculation%1:10:03:: 1
-2 speculation%1:09:00:: 2
-2 spectrum%1:07:00:: 2
-2 spectrometer%1:06:00:: 1
-2 spectral%5:00:00:supernatural:00 2
-2 spectacularly%4:02:00:: 1
-2 spectacle%1:06:00:: 2
-2 speck%1:07:00:: 1
-2 specify%2:32:00:: 4
-2 specialty%1:07:02:: 1
-2 specially%4:02:00:: 2
-2 specialized%5:00:00:technical:00 2
-2 specialize%2:32:00:: 2
-2 specialize%2:30:01:: 3
-2 specialization%1:04:01:: 1
-2 specialization%1:04:00:: 2
-2 special%5:00:00:primary:00 6
-2 speaker%1:06:00:: 2
-2 spatially%4:02:00:: 1
-2 sparkling%5:00:00:starry:00 1
-2 sparkle%1:07:01:: 1
-2 spark%1:19:00:: 3
-2 spanish-american_war%1:04:00:: 1
-2 spain%1:15:00:: 1
-2 spade%1:06:01:: 1
-2 spaciousness%1:07:00:: 1
-2 spacious%5:00:00:large:00 1
-2 space%1:10:00:: 6
-2 sovereign%5:00:00:dominant:01 2
-2 southeast%4:02:00:: 1
-2 south_side%1:15:00:: 1
-2 south%1:24:00:: 3
-2 south%1:15:02:: 4
-2 sour%2:30:01:: 1
-2 soup%1:13:00:: 1
-2 soundtrack%1:06:00:: 1
-2 sounding%5:00:00:superficial:00 1
-2 sort_out%2:31:01:: 2
-2 sort%1:07:00:: 2
-2 sorrowful%3:00:00:: 1
-2 sorption%1:22:00:: 1
-2 sorority%1:14:00:: 1
-2 sorely%4:02:01:: 1
-2 sordid%5:00:00:disreputable:00 1
-2 sorbed%5:00:00:combined:00 1
-2 soprano%1:18:00:: 1
-2 sophistication%1:09:00:: 1
-2 soothingly%4:02:00:: 1
-2 sooner%4:02:00:: 1
-2 soon_enough%4:02:00:: 1
-2 songwriter%1:18:00:: 1
-2 son%1:18:01:: 2
-2 somnolent%5:00:00:asleep(p):00 1
-2 some_other%5:00:00:other:00 1
-2 some%4:02:00:: 1
-2 somber%5:00:00:cheerless:00 1
-2 solitary%5:00:00:single(a):00 5
-2 solidity%1:07:02:: 1
-2 solid_angle%1:25:00:: 1
-2 solid-state%5:00:02:solid:01 1
-2 solicitude%1:12:00:: 1
-2 solemn%5:00:00:serious:00 2
-2 sole%5:00:00:unshared:00 1
-2 soldiery%1:14:00:: 1
-2 solace%2:37:00:: 1
-2 solace%1:12:00:: 1
-2 softness%1:07:00:: 1
-2 soft_drink%1:13:00:: 1
-2 soft%5:00:00:tender:02 4
-2 sodium_tripolyphosphate%1:27:00:: 1
-2 sodium_iodide%1:27:00:: 1
-2 sodden%5:00:00:wet:01 1
-2 sock%2:35:00:: 1
-2 sociological%3:01:00:: 1
-2 socioeconomic%3:01:00:: 1
-2 social_welfare%1:04:00:: 1
-2 social_system%1:14:00:: 1
-2 social_structure%1:14:00:: 1
-2 social_security%1:04:00:: 1
-2 social_organization%1:14:00:: 1
-2 social_contract%1:26:00:: 1
-2 social%5:00:00:sociable:00 4
-2 social%3:01:02:: 3
-2 sob%2:29:00:: 1
-2 soaring%5:00:00:high:02 1
-2 soaking%5:00:00:wet:01 1
-2 so_to_speak%4:02:00:: 1
-2 so%4:02:04:: 6
-2 snugly%4:02:00:: 1
-2 snowball%1:20:00:: 1
-2 snoring%1:04:00:: 1
-2 sniper%1:18:00:: 1
-2 snicker%2:29:00:: 1
-2 sneer%2:29:01:: 1
-2 sneer%1:10:00:: 1
-2 sneaker%1:06:00:: 1
-2 sneak_off%2:38:00:: 1
-2 sneak%2:38:00:: 1
-2 snap%2:38:00:: 4
-2 snap%2:30:01:: 5
-2 snag%2:35:00:: 1
-2 smuggler%1:18:00:: 1
-2 smudged%5:00:00:dirty:01 1
-2 smother%2:35:02:: 1
-2 smooth_over%2:41:00:: 1
-2 smokehouse%1:06:00:: 1
-2 smitten%5:00:00:affected:00 1
-2 smite%2:35:00:: 1
-2 smiling%5:00:00:cheerful:00 1
-2 smash%1:11:01:: 1
-2 smart%5:00:00:intelligent:00 3
-2 smart%5:00:00:forward:02 4
-2 smallness%1:07:00:: 1
-2 small_intestine%1:08:00:: 1
-2 small-arm%1:06:00:: 1
-2 small%5:00:00:little(a):03 11
-2 smack%2:35:02:: 1
-2 slump%1:22:00:: 1
-2 slumber%2:29:00:: 1
-2 slum_area%1:15:00:: 1
-2 sluggish%5:00:01:slow:01 1
-2 slowness%1:09:02:: 1
-2 slow_down%2:30:01:: 2
-2 slow%4:02:00:: 1
-2 slow%2:30:01:: 2
-2 sloppy%5:00:00:untidy:00 1
-2 sloping%5:00:00:inclined:01 1
-2 slop%2:35:00:: 1
-2 sloe%1:20:02:: 1
-2 slob%1:18:00:: 1
-2 slip%2:38:05:: 5
-2 slink%2:38:00:: 1
-2 sling%2:35:00:: 1
-2 slight%1:04:00:: 1
-2 slide%1:06:02:: 1
-2 slicker%1:06:00:: 1
-2 slice%2:35:01:: 1
-2 slice%1:13:00:: 2
-2 slavic%1:10:00:: 1
-2 slaughter%2:30:00:: 2
-2 slate_roof%1:06:00:: 1
-2 slate%2:31:00:: 1
-2 slat%1:06:00:: 1
-2 slash%2:30:00:: 4
-2 skirt%2:32:00:: 1
-2 skirt%1:06:00:: 2
-2 skinny%5:00:00:thin:03 1
-2 skin%1:26:00:: 5
-2 skim_off%2:35:00:: 1
-2 sketch%1:10:00:: 3
-2 skeptical%5:00:00:distrustful:00 2
-2 sizzling%5:00:00:hot:01 1
-2 sized%3:00:00:: 1
-2 size_up%2:39:00:: 1
-2 size%5:00:00:sized:00 1
-2 sizable%5:00:00:large:00 1
-2 sixteenth%5:00:00:ordinal:00 1
-2 situated%5:00:00:settled:01 1
-2 sitting_room%1:06:00:: 1
-2 sip%1:04:01:: 1
-2 sinusoid%1:08:00:: 1
-2 sink_in%2:31:00:: 1
-2 sink%2:38:04:: 6
-2 sink%2:30:00:: 7
-2 single_out%2:31:00:: 1
-2 sinful%5:00:00:wicked:00 1
-2 sinewy%5:00:00:tough:01 1
-2 sincerity%1:12:00:: 1
-2 sincerity%1:07:00:: 2
-2 simplistic%5:00:00:simple:02 1
-2 simplified%5:00:00:easy:01 1
-2 simple%5:00:00:naive:00 4
-2 silver_chloride%1:27:00:: 1
-2 silver%1:27:00:: 1
-2 silver%1:21:00:: 2
-2 silver%1:07:00:: 3
-2 silo%1:06:00:: 1
-2 sill%1:06:00:: 1
-2 silent_movie%1:10:00:: 1
-2 significant%5:00:00:meaningful:00 4
-2 significance%1:10:00:: 3
-2 sign_up%2:41:00:: 1
-2 sign%2:41:01:: 4
-2 sign%1:15:00:: 5
-2 sightseeing%1:04:00:: 1
-2 sight%1:09:03:: 5
-2 sight%1:09:02:: 6
-2 sight%1:04:00:: 7
-2 sigh%2:32:01:: 2
-2 siege%1:04:00:: 1
-2 sidle%2:38:01:: 1
-2 sidle%2:38:00:: 2
-2 sidewise%4:02:03:: 1
-2 sidelong%5:00:00:indirect:00 1
-2 side_by_side%5:00:00:close:01 1
-2 sicken%2:37:00:: 1
-2 sick_pay%1:21:00:: 1
-2 sicilian%3:01:00:: 1
-2 sicilian%1:18:00:: 1
-2 sic%4:02:00:: 1
-2 siamese_cat%1:05:00:: 1
-2 shuttle%2:38:00:: 1
-2 shut_down%2:41:00:: 1
-2 shut%3:00:02:: 2
-2 shut%2:35:06:: 2
-2 shrink_from%2:41:00:: 1
-2 shrink_back%2:38:00:: 1
-2 shrink%2:38:00:: 2
-2 shrink%2:30:01:: 3
-2 shrilly%4:02:00:: 1
-2 shrill%2:32:00:: 1
-2 shrewd%5:00:00:smart:00 1
-2 shrapnel%1:06:00:: 1
-2 shower_room%1:06:00:: 1
-2 shower%2:40:00:: 1
-2 shower%2:35:00:: 2
-2 shower%2:29:00:: 3
-2 showdown%1:10:00:: 1
-2 showcase%1:26:00:: 1
-2 show%2:38:00:: 13
-2 shovel%1:06:00:: 1
-2 shouting%1:10:01:: 2
-2 shouting%1:10:00:: 1
-2 shout%2:32:08:: 3
-2 shoulder_blade%1:08:00:: 1
-2 shoulder%2:35:02:: 1
-2 shoulder%2:35:00:: 2
-2 shotgun%1:06:00:: 1
-2 shortly%4:02:02:: 3
-2 shortage%1:26:00:: 2
-2 short-run%5:00:00:short:02 1
-2 short-lived%5:00:00:impermanent:00 1
-2 shore_up%2:35:00:: 1
-2 shoot_up%2:30:00:: 1
-2 shoot-down%1:04:00:: 1
-2 shod%3:00:00:: 1
-2 shock%1:04:01:: 2
-2 shock%1:04:00:: 3
-2 shirk%2:41:01:: 1
-2 shiny%5:00:00:bright:00 1
-2 shining%5:00:00:superior:02 1
-2 shining%5:00:00:bright:00 2
-2 shin%1:08:01:: 1
-2 shifting%5:00:00:variable:00 2
-2 shift%2:38:01:: 4
-2 shift%2:30:03:: 5
-2 shift%1:04:00:: 5
-2 shielding%1:06:00:: 2
-2 shielded%5:00:00:protected:00 1
-2 shield%1:06:01:: 2
-2 shenanigan%1:04:00:: 1
-2 sheltered%5:00:00:protected:00 1
-2 shell%1:05:02:: 3
-2 sheet_metal%1:06:00:: 1
-2 sheer%5:00:00:pure:02 2
-2 sheeplike%5:00:00:docile:00 1
-2 shed_light_on%2:31:00:: 1
-2 sheath%1:06:00:: 1
-2 shawl%1:06:00:: 1
-2 shaved%3:00:00:: 1
-2 shattered%5:00:00:broken:01 1
-2 sharply%4:02:02:: 3
-2 sharp%5:00:00:intelligent:00 9
-2 sharp%3:00:04:: 8
-2 shared%3:00:00:: 1
-2 shape%1:09:01:: 4
-2 shape%1:07:01:: 5
-2 shameful%5:00:00:dishonorable:00 1
-2 shamble%2:38:00:: 1
-2 sham%1:06:00:: 1
-2 shaking%1:04:00:: 1
-2 shaken%5:00:00:agitated:00 1
-2 shake_off%2:35:00:: 2
-2 shake_hands%2:32:00:: 1
-2 shake%2:37:00:: 6
-2 shade%2:43:00:: 1
-2 shade%1:10:00:: 4
-2 shackled%5:00:00:bound:01 1
-2 shackle%1:06:00:: 1
-2 sewage_disposal%1:04:00:: 1
-2 severity%1:07:01:: 1
-2 severe%5:00:00:plain:01 3
-2 setup%1:06:00:: 1
-2 settlement%1:14:01:: 2
-2 settlement%1:10:00:: 3
-2 settlement%1:04:01:: 4
-2 settled%3:00:02:: 1
-2 settle%2:30:05:: 8
-2 settle%2:30:03:: 9
-2 setting%1:26:00:: 2
-2 set_up%2:41:00:: 7
-2 set_up%2:36:03:: 8
-2 set_up%2:35:02:: 9
-2 set_on_fire%2:43:01:: 1
-2 set_off%2:30:02:: 3
-2 set_off%2:30:00:: 4
-2 set_down%2:32:00:: 1
-2 set_aside%2:30:00:: 2
-2 set%5:00:00:settled:01 3
-2 set%2:38:00:: 10
-2 set%2:36:00:: 11
-2 set%2:35:09:: 12
-2 set%1:14:01:: 5
-2 serviceable%3:00:00:: 1
-2 service%1:14:00:: 6
-2 serratus%1:08:00:: 1
-2 seriousness%1:12:00:: 1
-2 seriously%4:02:01:: 2
-2 series%1:11:00:: 4
-2 serenity%1:07:00:: 1
-2 serenely%4:02:00:: 1
-2 separated%5:00:00:distributed:00 2
-2 separate_out%2:35:00:: 1
-2 separate%5:00:00:detached:00 3
-2 separate%2:38:01:: 7
-2 separable%5:00:01:divisible:00 1
-2 sensuality%1:12:00:: 1
-2 sensitize%2:30:00:: 1
-2 sensibility%1:12:00:: 2
-2 senseless%5:00:00:unreasonable:00 1
-2 sense_of_purpose%1:07:00:: 1
-2 sense_of_humor%1:07:00:: 1
-2 senior_high_school%1:14:00:: 1
-2 send_on%2:38:00:: 1
-2 send%2:32:03:: 8
-2 seminary%1:14:01:: 1
-2 semiliterate%5:00:00:educated:00 1
-2 semi%5:00:00:similar:00 2
-2 semantically%4:02:00:: 1
-2 sell_out%2:40:00:: 1
-2 sell%2:40:02:: 5
-2 selfishness%1:07:00:: 1
-2 self-sufficient%5:00:00:independent:00 1
-2 self-respect%1:07:00:: 1
-2 self-government%1:26:00:: 1
-2 self-evident%5:00:00:obvious:00 1
-2 self-deception%1:09:00:: 1
-2 self-contained%5:00:00:complete:00 1
-2 self-consciousness%1:12:00:: 1
-2 self-confident%5:00:00:confident:00 1
-2 self-assertive%5:00:00:aggressive:00 1
-2 self%5:00:00:same:02 1
-2 selection%1:14:00:: 2
-2 selected%3:00:00:: 1
-2 select%5:00:02:superior:02 1
-2 seismograph%1:06:00:: 1
-2 segregated%3:00:00:: 1
-2 seedbed%1:06:00:: 1
-2 seed_grain%1:21:00:: 1
-2 see_also%4:02:00:: 1
-2 sedimentation%1:19:00:: 1
-2 sedan%1:06:00:: 1
-2 secure%3:00:02:: 2
-2 secure%2:40:01:: 3
-2 secularized%5:00:00:profane:00 1
-2 secretary_of_state%1:18:00:: 2
-2 secret%5:00:01:covert:00 2
-2 secret%5:00:00:unacknowledged:00 3
-2 secrecy%1:07:02:: 1
-2 secondly%4:02:00:: 1
-2 secondary_school%1:14:00:: 1
-2 secondarily%4:02:00:: 1
-2 second_half%1:28:00:: 1
-2 second%1:04:00:: 3
-2 seattle%1:15:00:: 1
-2 seat%2:42:00:: 2
-2 seat%2:41:00:: 3
-2 seat%1:06:01:: 3
-2 seat%1:06:00:: 4
-2 seasonal%3:00:00:: 1
-2 searching%5:00:00:inquiring:00 1
-2 search%2:35:01:: 4
-2 sear%2:30:00:: 1
-2 seaman%1:18:00:: 1
-2 seam%1:06:00:: 1
-2 sealed_off%5:00:00:sealed:01 1
-2 seal%2:31:00:: 3
-2 scurrying%5:00:00:fast:01 1
-2 scurry%2:38:00:: 1
-2 sculpture%2:36:00:: 1
-2 sculptural%3:01:00:: 1
-2 scrutiny%1:04:01:: 2
-2 scriptural%3:01:00:: 1
-2 screen_door%1:06:00:: 1
-2 screen%2:41:01:: 1
-2 screen%2:31:00:: 2
-2 screen%1:06:05:: 3
-2 screen%1:06:01:: 4
-2 screaming%5:00:00:noisy:00 1
-2 scream%2:32:08:: 2
-2 scrawny%5:00:00:thin:03 1
-2 scrape%1:11:00:: 1
-2 scout%2:39:00:: 1
-2 scotland_yard%1:14:00:: 1
-2 scotland%1:15:00:: 1
-2 scornfully%4:02:00:: 1
-2 scornful%5:00:00:disrespectful:00 1
-2 scorn%2:37:00:: 1
-2 scores%1:23:00:: 1
-2 scoreless%5:00:00:unsuccessful:00 1
-2 scolding%3:44:00:: 1
-2 scoffing%1:10:00:: 1
-2 scimitar%1:06:00:: 1
-2 science_fiction%1:10:00:: 1
-2 sciatica%1:26:00:: 1
-2 schoolgirl%1:18:00:: 1
-2 schooldays%1:28:00:: 1
-2 schoolboy%1:18:00:: 1
-2 school_year%1:28:00:: 1
-2 school_board%1:14:00:: 1
-2 school%2:41:01:: 1
-2 scholastic%3:01:00:: 1
-2 scholarly%3:00:00:: 1
-2 scented%3:00:00:: 1
-2 scatter%2:35:00:: 3
-2 scarf%1:06:00:: 1
-2 scare_off%2:37:00:: 1
-2 scare%2:37:04:: 2
-2 scant%5:00:00:insufficient:00 1
-2 scan%2:31:01:: 3
-2 scale%1:20:00:: 4
-2 scalar_field%1:14:00:: 1
-2 scaffold%1:06:01:: 1
-2 say%2:32:07:: 7
-2 save%2:41:05:: 8
-2 save%2:41:02:: 7
-2 savage%1:18:00:: 1
-2 saturation%1:22:00:: 1
-2 sarcasm%1:10:00:: 1
-2 sane%3:00:00:: 1
-2 sand_dune%1:17:00:: 1
-2 sand%2:35:00:: 1
-2 sanctity%1:07:00:: 1
-2 sanction%1:10:00:: 1
-2 saloon%1:06:01:: 2
-2 salon%1:06:01:: 1
-2 saliva%1:08:00:: 1
-2 saint%1:18:00:: 2
-2 sailing%1:04:01:: 1
-2 said%5:00:00:same:02 1
-2 saga%1:10:00:: 1
-2 safeguard%2:33:00:: 1
-2 sadness%1:12:00:: 1
-2 sadly%4:02:03:: 2
-2 sadism%1:12:00:: 1
-2 sacrilege%1:04:00:: 1
-2 sabotage%1:04:00:: 1
-2 sable%1:06:01:: 1
-2 rust%2:30:00:: 1
-2 rush_out%2:38:00:: 1
-2 rush_off%2:38:00:: 1
-2 rush%2:30:01:: 3
-2 rush%1:11:00:: 2
-2 runoff%1:11:00:: 1
-2 running_time%1:28:00:: 1
-2 running%1:04:03:: 1
-2 running%1:04:01:: 2
-2 runner-up%1:18:00:: 1
-2 run_up%2:30:00:: 1
-2 run_off%2:38:02:: 1
-2 run_down%2:41:00:: 1
-2 run_down%2:38:02:: 2
-2 run_down%2:29:01:: 3
-2 run_down%2:29:00:: 4
-2 run_across%2:38:00:: 1
-2 run%2:42:06:: 18
-2 run%2:42:03:: 17
-2 run%2:42:02:: 16
-2 run%2:41:00:: 19
-2 run%2:36:02:: 20
-2 run%2:36:00:: 21
-2 run%2:35:01:: 22
-2 run%1:11:02:: 3
-2 rummage%2:35:00:: 1
-2 rule%2:42:00:: 3
-2 ruin%1:06:00:: 2
-2 ruefully%4:02:00:: 1
-2 rude%5:00:00:impolite:00 1
-2 rove%2:38:00:: 1
-2 routine%5:00:00:ordinary:00 2
-2 routine%1:10:01:: 2
-2 route%1:06:00:: 2
-2 rouse%2:38:01:: 1
-2 roundup%1:04:01:: 1
-2 round_bone%1:08:00:: 1
-2 round%1:28:01:: 2
-2 roughness%1:07:00:: 1
-2 rough%5:00:00:unrefined:01 2
-2 rough%5:00:00:inexact:00 3
-2 rotating%5:00:00:moving:02 1
-2 roster%1:10:01:: 1
-2 rooting%1:22:00:: 1
-2 root%2:30:00:: 1
-2 root%1:15:00:: 2
-2 root%1:10:00:: 3
-2 rooms%1:06:00:: 1
-2 rooftop%1:15:00:: 1
-2 romp%2:38:00:: 1
-2 rome%1:14:00:: 2
-2 romantic%5:00:01:loving:00 2
-2 romantic%1:18:00:: 1
-2 roman_church%1:14:00:: 1
-2 roman%3:01:02:: 1
-2 roman%3:01:01:: 2
-2 roll%2:39:00:: 5
-2 roll%2:35:00:: 6
-2 roll%1:11:02:: 1
-2 roll%1:10:00:: 2
-2 roiling%5:00:00:agitated:02 1
-2 rodeo%1:04:00:: 1
-2 rocklike%5:00:00:hard:01 1
-2 rocket%1:06:01:: 1
-2 rocket%1:06:00:: 2
-2 rock_python%1:05:00:: 1
-2 roaring%1:11:00:: 1
-2 roar%1:10:00:: 2
-2 roadside%1:06:00:: 1
-2 road%1:04:00:: 2
-2 rivet%2:31:00:: 1
-2 riverbank%1:17:00:: 1
-2 rite%1:04:01:: 1
-2 rite%1:04:00:: 2
-2 risk%2:41:01:: 2
-2 risk%1:04:00:: 2
-2 rising%3:00:01:: 2
-2 rise%2:37:00:: 12
-2 rise%2:33:00:: 13
-2 ripple%2:38:00:: 1
-2 rip%2:38:00:: 2
-2 rip%2:35:01:: 3
-2 riotous%5:00:00:abundant:00 1
-2 ring%1:25:00:: 2
-2 ring%1:06:02:: 3
-2 rim%1:25:00:: 1
-2 rigor%1:07:00:: 1
-2 rigid%5:00:00:unadaptable:00 3
-2 rigid%5:00:00:intolerant:00 2
-2 rightfully%4:02:00:: 1
-2 right_to_vote%1:07:00:: 1
-2 right_of_entry%1:07:00:: 1
-2 right-hander%1:18:01:: 1
-2 right%4:02:07:: 7
-2 right%4:02:06:: 8
-2 right%3:00:04:: 5
-2 right%1:08:00:: 5
-2 right%1:04:00:: 6
-2 rig%1:06:00:: 1
-2 riding_boot%1:06:00:: 1
-2 ridicule%1:10:00:: 1
-2 rider%1:10:00:: 2
-2 ride_away%2:38:00:: 1
-2 ride%2:42:00:: 3
-2 ride%2:38:02:: 4
-2 riddle%2:35:00:: 1
-2 ridden%5:00:00:controlled:00 1
-2 rich_man%1:18:00:: 1
-2 rich_in%5:00:00:full:00 1
-2 rich%5:00:00:valuable:00 3
-2 rich%5:00:00:fruitful:00 4
-2 rich%5:00:00:colorful:00 5
-2 ribbon_snake%1:05:00:: 1
-2 rib_cage%1:08:00:: 1
-2 rib%1:08:01:: 2
-2 rhubarb%1:13:00:: 1
-2 rhinotracheitis%1:26:00:: 1
-2 rhino%1:05:00:: 1
-2 rheumatism%1:26:00:: 1
-2 rh%1:27:01:: 1
-2 rewarding%3:00:00:: 1
-2 reward%1:21:00:: 2
-2 reward%1:04:01:: 3
-2 revolve_around%2:42:00:: 1
-2 revolve_about%2:42:00:: 1
-2 revive%2:30:00:: 3
-2 review%1:10:01:: 2
-2 reversible%3:00:00:: 1
-2 reverse%2:31:00:: 3
-2 revere%2:37:01:: 1
-2 reverberation%1:07:00:: 1
-2 reunite%2:41:01:: 2
-2 reunite%2:41:00:: 1
-2 return%2:40:03:: 6
-2 return%2:35:01:: 7
-2 return%2:32:01:: 8
-2 return%2:30:01:: 9
-2 return%1:04:00:: 5
-2 retire%2:38:03:: 4
-2 retire%2:38:00:: 3
-2 rethink%2:31:00:: 1
-2 retain%2:42:00:: 2
-2 retain%2:41:01:: 3
-2 restriction%1:07:00:: 2
-2 restricted%3:00:00:: 1
-2 restrict%2:30:01:: 4
-2 restraint%1:07:00:: 2
-2 restrained%5:00:00:undemonstrative:00 1
-2 restore%2:40:00:: 3
-2 restlessly%4:02:00:: 1
-2 restless%5:00:00:unquiet:00 1
-2 restless%5:00:00:discontented:00 2
-2 restive%5:00:00:tense:03 1
-2 restate%2:32:00:: 1
-2 rest%2:30:00:: 6
-2 responsiveness%1:09:00:: 1
-2 responsibility%1:26:00:: 2
-2 responsibility%1:07:00:: 3
-2 respite%1:26:00:: 1
-2 respite%1:04:00:: 2
-2 respiratory_tract%1:08:00:: 1
-2 respected%5:00:00:reputable:00 1
-2 respectable%5:00:00:considerable:00 3
-2 respect_to%1:24:00:: 1
-2 resource%1:09:00:: 3
-2 resorcinol%1:27:00:: 1
-2 resolved%5:00:00:resolute:00 1
-2 resolution%1:19:00:: 2
-2 resolution%1:07:00:: 3
-2 resolution%1:04:01:: 4
-2 resolutely%4:02:00:: 1
-2 resistance%1:19:01:: 3
-2 resist%2:41:02:: 3
-2 residue%1:27:00:: 1
-2 resident%3:00:00:: 1
-2 residence%1:06:00:: 2
-2 residence%1:04:00:: 3
-2 reservoir%1:23:00:: 1
-2 reserve%1:07:01:: 1
-2 requisition%2:32:00:: 1
-2 repute%2:31:00:: 1
-2 repulsive_force%1:19:00:: 1
-2 repulsion%1:19:00:: 1
-2 repulse%2:33:00:: 1
-2 reproducibility%1:07:00:: 1
-2 reproach%2:32:00:: 1
-2 reprisal%1:04:00:: 1
-2 reprimand%2:32:00:: 1
-2 repress%2:41:00:: 1
-2 representational%3:00:00:: 1
-2 represent%2:41:06:: 8
-2 represent%2:36:01:: 9
-2 repository%1:06:00:: 1
-2 reported%3:00:00:: 1
-2 report_out%2:32:00:: 1
-2 report%1:11:00:: 4
-2 reply%1:10:00:: 2
-2 replacement%1:18:02:: 2
-2 replacement%1:11:00:: 3
-2 repent%2:37:01:: 1
-2 repel%2:37:00:: 2
-2 repel%2:33:00:: 3
-2 repeat%1:11:00:: 1
-2 rent_out%2:40:00:: 1
-2 rent%2:40:01:: 2
-2 rent%1:17:00:: 2
-2 renewal%1:04:00:: 1
-2 rendition%1:10:00:: 1
-2 rending%5:00:00:cacophonous:00 1
-2 render%2:36:00:: 4
-2 rend%2:35:00:: 1
-2 rename%2:32:00:: 1
-2 removed%5:00:01:far:00 2
-2 remove%2:30:01:: 6
-2 remonstrate%2:32:00:: 1
-2 remonstrance%1:10:00:: 1
-2 remembered%3:44:00:: 1
-2 remember%2:40:00:: 4
-2 remedy%1:04:00:: 1
-2 remarkable%5:00:00:significant:00 2
-2 remake%2:36:00:: 1
-2 remain_firm%2:42:00:: 1
-2 reluctant%5:00:00:disinclined:00 2
-2 reload%2:35:01:: 1
-2 relish%2:37:00:: 1
-2 relish%1:12:02:: 1
-2 relieve%2:41:02:: 3
-2 relieve%2:37:00:: 4
-2 relic%1:06:00:: 1
-2 reliance%1:09:00:: 1
-2 reliability%1:07:00:: 1
-2 relevancy%1:24:00:: 1
-2 relentlessness%1:07:00:: 1
-2 relentless%5:00:00:implacable:00 1
-2 relegate%2:41:00:: 2
-2 released%5:00:00:free:00 1
-2 release%1:22:00:: 3
-2 release%1:10:00:: 4
-2 release%1:04:02:: 5
-2 relay%2:32:00:: 1
-2 relaxed%3:00:00:: 1
-2 relaxation_time%1:28:00:: 1
-2 relative_frequency%1:24:00:: 1
-2 relative%1:05:00:: 2
-2 relation%1:04:01:: 2
-2 relate%2:41:00:: 5
-2 rejoicing%1:12:00:: 1
-2 rejoice%2:32:00:: 2
-2 rejected%5:00:00:forsaken:00 1
-2 reject%2:32:00:: 3
-2 reinterpret%2:32:00:: 1
-2 reinforced_concrete%1:27:00:: 1
-2 rein_in%2:38:00:: 1
-2 rehabilitation_program%1:09:00:: 1
-2 rehabilitation%1:04:00:: 2
-2 regulation%1:09:00:: 2
-2 regular%5:00:00:usual:00 5
-2 regular%5:00:00:scheduled:00 4
-2 regret%2:37:01:: 2
-2 regression_line%1:09:00:: 1
-2 register%2:32:00:: 5
-2 register%1:10:00:: 1
-2 region%1:15:01:: 3
-2 regime%1:14:00:: 1
-2 regarding%5:00:00:related:02 1
-2 regard%1:09:01:: 2
-2 refute%2:32:00:: 1
-2 refuse%2:40:01:: 4
-2 refuel%2:40:01:: 1
-2 refrigerator%1:06:00:: 1
-2 refrigeration%1:22:00:: 1
-2 refreshing%5:00:00:invigorating:00 1
-2 reflexly%4:02:00:: 1
-2 reflection%1:07:02:: 4
-2 reflection%1:06:00:: 5
-2 refined%3:00:01:: 1
-2 refine%2:30:01:: 1
-2 reference_to%1:24:00:: 1
-2 reference%1:04:00:: 7
-2 reenact%2:36:01:: 1
-2 reel%2:38:00:: 1
-2 redundant%5:00:00:unnecessary:00 1
-2 reduce%2:30:05:: 7
-2 redoubtable%5:00:00:alarming:00 1
-2 redouble%2:30:00:: 1
-2 redistribute%2:35:00:: 1
-2 rediscover%2:39:00:: 1
-2 redeposition%1:22:00:: 1
-2 redefinition%1:10:00:: 1
-2 reddish%5:00:00:colored:00 1
-2 red-faced%5:00:00:colored:00 1
-2 recurrent%5:00:00:continual:00 1
-2 rectifier%1:06:00:: 1
-2 recruit%2:33:00:: 3
-2 recruit%1:18:01:: 1
-2 recruit%1:18:00:: 2
-2 recrimination%1:10:00:: 1
-2 recovery%1:22:00:: 2
-2 recovery%1:04:00:: 3
-2 recourse%1:04:00:: 1
-2 recorder%1:06:01:: 1
-2 recorded%3:00:00:: 1
-2 reconvene%2:38:00:: 1
-2 reconstruction%1:28:00:: 1
-2 reconcile%2:30:01:: 1
-2 reconcile%2:30:00:: 2
-2 recoil%2:38:00:: 1
-2 recognize%2:41:00:: 5
-2 recognize%2:32:01:: 6
-2 recognize%2:32:00:: 7
-2 recognizable%5:00:00:perceptible:00 1
-2 recognizable%5:00:00:identifiable:00 2
-2 reclassify%2:31:00:: 1
-2 reclaimed%5:00:00:saved:00 1
-2 reclaim%2:40:00:: 1
-2 recklessness%1:07:00:: 1
-2 reckless%5:00:00:bold:00 1
-2 recite%2:32:02:: 1
-2 recite%2:32:00:: 2
-2 recipient%1:18:00:: 1
-2 recess%2:35:01:: 1
-2 receive%2:32:00:: 7
-2 receive%2:30:00:: 8
-2 receipts%1:21:00:: 1
-2 receipt%1:10:00:: 2
-2 rebuilding%1:04:00:: 1
-2 rebel%5:00:00:southern:02 1
-2 rebel%2:41:01:: 2
-2 reassuring%3:00:00:: 1
-2 reassert%2:32:00:: 1
-2 reason%2:32:00:: 2
-2 rear%2:41:00:: 2
-2 realize%2:40:01:: 4
-2 realism%1:26:00:: 3
-2 real_thing%1:07:00:: 1
-2 real_property%1:21:00:: 1
-2 ready%5:00:00:willing:00 3
-2 ready%1:26:00:: 1
-2 readjust%2:30:00:: 1
-2 reading%1:10:00:: 4
-2 readiness%1:07:01:: 2
-2 reader%1:18:03:: 3
-2 react%2:41:00:: 2
-2 react%2:30:00:: 3
-2 reach%1:15:00:: 1
-2 reach%1:07:00:: 2
-2 reach%1:04:00:: 3
-2 re-enter%2:38:00:: 1
-2 re-emerge%2:30:00:: 1
-2 raw_material%1:27:00:: 1
-2 raw%5:00:00:injured:00 2
-2 raucous%5:00:00:cacophonous:00 1
-2 rattling%1:11:00:: 1
-2 rattler%1:05:00:: 1
-2 rationing%1:04:00:: 1
-2 rationally%4:02:00:: 1
-2 rationalize%2:30:00:: 2
-2 rationalism%1:09:02:: 1
-2 rate_of_pay%1:21:00:: 1
-2 rate%2:42:01:: 2
-2 rare%5:00:00:scarce:00 3
-2 rare%5:00:00:infrequent:00 2
-2 rapture%1:26:00:: 1
-2 rank_and_file%1:14:00:: 1
-2 rank%2:31:13:: 1
-2 rank%1:26:01:: 4
-2 ranging%3:44:00:: 1
-2 range%2:38:00:: 2
-2 randomly%4:02:00:: 1
-2 random%5:00:00:unselected:00 2
-2 rampart%1:06:00:: 1
-2 ramp%1:06:00:: 1
-2 ramble%2:42:00:: 1
-2 ram%2:35:02:: 1
-2 ram%2:35:00:: 2
-2 rally%2:33:00:: 2
-2 rally%1:14:00:: 1
-2 raising%5:00:00:increasing:00 1
-2 raise_up%2:35:00:: 1
-2 raise%2:36:02:: 9
-2 rainbow%1:17:00:: 1
-2 railroad_siding%1:06:00:: 1
-2 rail%2:32:00:: 1
-2 raid%2:41:00:: 1
-2 raid%2:38:00:: 2
-2 ragged%5:00:00:uneven:00 3
-2 ragged%5:00:00:tired:00 2
-2 raft%1:06:00:: 1
-2 radio_wave%1:19:00:: 1
-2 radio_radiation%1:19:00:: 1
-2 radio_observation%1:04:00:: 1
-2 radio_noise%1:11:00:: 1
-2 radio_brightness%1:07:00:: 1
-2 radio%2:32:00:: 1
-2 radicalism%1:09:00:: 1
-2 radiate%2:43:00:: 1
-2 radiant%5:00:00:bright:00 1
-2 radiance%1:19:00:: 1
-2 rack%2:38:00:: 1
-2 race%1:14:01:: 4
-2 quiz%1:10:00:: 1
-2 quixotic%5:00:00:impractical:00 1
-2 quietness%1:07:00:: 1
-2 quick%5:00:00:active:01 3
-2 questionable%3:00:00:: 1
-2 question%2:32:02:: 5
-2 querulous%5:00:00:complaining(a):00 1
-2 quarter_mile%1:23:00:: 1
-2 quarrel%1:10:00:: 1
-2 qualify%2:30:02:: 3
-2 qualified%3:00:01:: 1
-2 qualification%1:04:00:: 2
-2 quake%2:38:01:: 1
-2 pyknotic%3:01:00:: 1
-2 puzzling%5:00:00:unclear:00 2
-2 puzzling%5:00:00:incomprehensible:00 1
-2 puzzle_out%2:31:00:: 1
-2 putter_around%2:35:00:: 1
-2 put_up%2:31:00:: 4
-2 put_to_death%2:41:00:: 1
-2 put_through%2:30:00:: 1
-2 put_out%2:41:00:: 1
-2 put_on%2:36:02:: 3
-2 put_in%2:42:00:: 2
-2 put_in%2:40:00:: 3
-2 put_in%2:32:00:: 4
-2 put_down%2:35:00:: 2
-2 put_back%2:35:00:: 1
-2 put_away%2:35:01:: 1
-2 put%2:31:13:: 6
-2 push_up%2:38:00:: 1
-2 pursuit%1:09:00:: 2
-2 pursuing%5:00:00:following:00 1
-2 purse%2:30:00:: 1
-2 purposely%4:02:00:: 1
-2 purposeful%3:00:00:: 1
-2 purple%1:07:00:: 1
-2 purl%2:38:00:: 1
-2 purl%2:32:00:: 2
-2 purify%2:30:00:: 1
-2 purification%1:04:00:: 1
-2 pure%5:00:00:unmitigated:00 2
-2 purchasing_department%1:14:00:: 1
-2 puppy%1:05:00:: 1
-2 pupate%2:29:00:: 1
-2 punctured%5:00:00:cut:01 1
-2 pumped-up%5:00:00:tense:03 1
-2 pulsating%5:00:00:rhythmical:00 1
-2 pulpit%1:06:00:: 1
-2 pulp%1:17:00:: 1
-2 pull_the_leg_of%2:32:00:: 1
-2 pull_off%2:35:00:: 1
-2 pull_down%2:36:00:: 1
-2 pull%2:41:00:: 5
-2 pull%2:38:03:: 6
-2 pull%1:19:00:: 2
-2 puff%2:34:01:: 1
-2 publicize%2:32:01:: 2
-2 public_square%1:15:00:: 1
-2 psychotherapy%1:09:00:: 1
-2 psychological%3:01:00:: 2
-2 psychoactive_drug%1:06:00:: 1
-2 psyche%1:09:00:: 1
-2 pry%2:32:00:: 2
-2 proximate%3:00:00:: 1
-2 proximal%3:00:00:: 1
-2 prowl%2:38:00:: 1
-2 provincial%3:00:00:: 2
-2 providence%1:04:00:: 2
-2 provide%2:41:00:: 4
-2 proud%5:00:00:impressive:00 2
-2 prototype%1:09:00:: 1
-2 proto%5:00:00:early:00 1
-2 proteolysis%1:22:00:: 1
-2 prostrate%5:00:01:unerect:00 1
-2 prostitution%1:04:00:: 1
-2 prosperous%5:00:00:rich:00 1
-2 prospective%5:00:00:future:00 2
-2 prosecuting_attorney%1:18:00:: 1
-2 proscribe%2:32:00:: 1
-2 proposition%1:10:01:: 2
-2 proportionate%3:00:00:: 1
-2 prophetically%4:02:00:: 1
-2 prophecy%1:09:00:: 1
-2 proper%5:00:00:specific:00 2
-2 proper%5:00:00:appropriate:00 3
-2 prop_up%2:35:00:: 1
-2 prone%5:00:00:unerect:00 1
-2 promptly%4:02:01:: 3
-2 prompt%2:32:00:: 2
-2 promotional%3:01:00:: 1
-2 promoter%1:18:00:: 1
-2 promote%2:32:00:: 3
-2 promising%5:00:00:auspicious:00 2
-2 prominence%1:07:00:: 2
-2 projectile%1:06:00:: 1
-2 projected%5:00:00:planned:00 1
-2 project%2:39:01:: 4
-2 prohibition%1:10:00:: 2
-2 progressivism%1:09:00:: 1
-2 progression%1:14:00:: 1
-2 programming%1:04:01:: 1
-2 profit-maximizing%5:00:00:increasing:00 1
-2 profit%2:40:02:: 1
-2 profit%2:40:00:: 2
-2 proffer%2:40:00:: 1
-2 professionally%4:02:00:: 1
-2 professedly%4:02:00:: 1
-2 production%1:04:01:: 4
-2 product%1:27:00:: 4
-2 producer%1:11:00:: 3
-2 produce%1:13:00:: 1
-2 prod%2:35:02:: 1
-2 prod%2:35:00:: 2
-2 proclaimed%5:00:01:declared:00 1
-2 processing%1:22:00:: 1
-2 process%2:30:00:: 1
-2 probe%2:35:00:: 2
-2 probable%5:00:00:likely:00 2
-2 probability%1:07:00:: 2
-2 pro_rata%4:02:00:: 1
-2 privacy%1:07:00:: 1
-2 prisoner_of_war%1:18:00:: 1
-2 printing%1:10:01:: 1
-2 print_shop%1:06:00:: 1
-2 print%1:10:00:: 1
-2 print%1:06:00:: 2
-2 principle%1:10:00:: 5
-2 principle%1:09:02:: 6
-2 principally%4:02:00:: 1
-2 principal%1:18:00:: 2
-2 primitive%5:00:01:early:02 3
-2 primitive%5:00:00:underived:00 4
-2 primed%5:00:00:ready:00 1
-2 prime%5:00:00:superior:02 3
-2 prime%1:23:00:: 1
-2 pride%2:37:00:: 1
-2 prick%1:18:00:: 1
-2 price%1:07:02:: 3
-2 price%1:07:01:: 4
-2 prey%1:05:00:: 2
-2 prevalent%5:00:00:current:00 1
-2 prevail%2:33:00:: 4
-2 pretended%5:00:00:counterfeit:00 1
-2 presupposition%1:09:00:: 1
-2 presuppose%2:31:01:: 1
-2 presuppose%2:31:00:: 2
-2 pressure%1:09:00:: 5
-2 press%2:42:01:: 3
-2 press%2:35:02:: 5
-2 press%2:35:01:: 4
-2 presentable%5:00:00:respectable:00 1
-2 present_time%1:28:00:: 1
-2 present%2:32:01:: 9
-2 presence%1:18:00:: 3
-2 presence%1:09:00:: 4
-2 prescription%1:10:00:: 1
-2 prescribed%5:00:00:nonarbitrary:00 1
-2 preposterous%5:00:00:foolish:00 1
-2 preposition%1:10:00:: 1
-2 prepare%2:31:01:: 6
-2 preparatory_school%1:14:00:: 1
-2 preparation%1:09:00:: 3
-2 prep_school%1:14:00:: 1
-2 premonition%1:12:00:: 1
-2 preferentially%4:02:00:: 1
-2 preference%1:12:00:: 1
-2 preference%1:09:01:: 2
-2 predominate%2:42:00:: 1
-2 predominantly%4:02:00:: 1
-2 predictive%5:00:00:prophetic:00 1
-2 prediction%1:09:00:: 1
-2 predict%2:32:01:: 2
-2 predicator%1:10:00:: 1
-2 precondition%2:30:00:: 1
-2 preclude%2:41:00:: 1
-2 preceding%3:00:04:: 2
-2 precedence%1:26:00:: 1
-2 precaution%1:07:00:: 2
-2 prayer%1:10:00:: 3
-2 pray%2:32:01:: 2
-2 prance%2:38:00:: 1
-2 prairie%1:15:00:: 1
-2 pragmatic%5:00:00:practical:00 1
-2 practice%2:41:01:: 4
-2 practice%1:04:03:: 4
-2 practical%5:00:01:realistic:00 2
-2 practicable%5:00:00:practical:00 1
-2 practicable%5:00:00:possible:00 2
-2 powerfully%4:02:01:: 1
-2 powerful%5:00:02:strong:00 2
-2 powerful%5:00:00:influential:00 3
-2 powered%5:00:00:powerful:00 1
-2 pour_out%2:32:00:: 1
-2 pound%1:23:01:: 2
-2 pounce%2:38:00:: 1
-2 poultry%1:05:00:: 1
-2 pothole%1:17:00:: 1
-2 potentially%4:02:00:: 1
-2 potentiality%1:09:00:: 2
-2 potent%5:00:00:powerful:00 2
-2 potent%5:00:00:influential:00 1
-2 potency%1:07:01:: 1
-2 potato%1:13:00:: 1
-2 postwar%3:00:00:: 1
-2 postmaster_general%1:18:00:: 1
-2 post%1:06:00:: 4
-2 possum%1:05:01:: 1
-2 possessed%5:00:00:controlled:00 1
-2 possess%2:42:02:: 3
-2 posseman%1:18:00:: 1
-2 positive%5:00:00:advantageous:00 2
-2 position%2:38:00:: 1
-2 position%1:04:00:: 10
-2 portwatcher%1:18:00:: 1
-2 portray%2:36:01:: 3
-2 portrait%1:10:00:: 2
-2 portrait%1:06:00:: 3
-2 portion%1:21:00:: 4
-2 portfolio%1:06:00:: 1
-2 portentous%5:00:00:significant:00 1
-2 pore%1:25:00:: 1
-2 populated%5:00:00:inhabited:00 1
-2 popularly%4:02:00:: 1
-2 popular_music%1:10:00:: 1
-2 populace%1:14:00:: 1
-2 poppy%1:20:00:: 1
-2 pop_in%2:38:00:: 1
-2 poor_devil%1:18:00:: 1
-2 poor%5:00:00:low:02 5
-2 poor%3:00:03:: 4
-2 pool%2:40:01:: 2
-2 pool%1:17:00:: 2
-2 pool%1:14:01:: 3
-2 pool%1:14:00:: 4
-2 pony%1:05:02:: 1
-2 ponderous%5:00:00:heavy-footed:00 1
-2 pompously%4:02:00:: 1
-2 pompous%5:00:00:pretentious:00 1
-2 polyethylene%1:27:00:: 1
-2 polycrystalline%5:00:00:crystalline:00 1
-2 polybutene%1:27:00:: 1
-2 political_arena%1:26:00:: 1
-2 polished%3:00:00:: 1
-2 polish%1:07:00:: 1
-2 policy%1:10:02:: 3
-2 police_headquarters%1:06:00:: 1
-2 pole%2:35:00:: 1
-2 pole%1:09:00:: 3
-2 polarize%2:30:02:: 1
-2 poise%1:23:00:: 1
-2 pointed%3:00:00:: 1
-2 point_the_way%2:32:00:: 1
-2 point%1:25:02:: 9
-2 point%1:23:01:: 10
-2 point%1:17:02:: 11
-2 point%1:10:03:: 12
-2 poignant%5:00:00:painful:00 2
-2 pocket%1:25:00:: 2
-2 pocket%1:21:00:: 3
-2 plump%5:00:00:fat:01 1
-2 plumbing%1:06:00:: 1
-2 plumb%4:02:04:: 1
-2 plum%4:02:02:: 1
-2 plug_in%2:35:00:: 1
-2 plug-ugly%1:18:00:: 1
-2 plug%2:35:01:: 1
-2 plowshare%1:06:00:: 1
-2 plowing%1:04:00:: 1
-2 plow%2:32:00:: 2
-2 plow%1:06:00:: 1
-2 plot%2:36:00:: 2
-2 plenty%1:23:00:: 2
-2 plentiful%5:00:02:abundant:00 1
-2 plentiful%5:00:01:abundant:00 2
-2 pleasantly%4:02:01:: 1
-2 pleasantly%4:02:00:: 2
-2 playoff_game%1:04:00:: 1
-2 play%2:36:03:: 14
-2 play%2:33:03:: 15
-2 play%2:29:00:: 16
-2 play%1:26:00:: 5
-2 plausible%3:00:00:: 1
-2 platoon%1:14:01:: 2
-2 platonist%1:18:00:: 1
-2 platonic%3:01:00:: 1
-2 platform%1:10:00:: 2
-2 plastic%1:27:00:: 1
-2 plaster_cast%1:06:00:: 1
-2 plaque%1:08:00:: 1
-2 plant%2:35:01:: 2
-2 plank%2:35:00:: 1
-2 plane%5:00:00:even:01 1
-2 plane%2:35:00:: 1
-2 planar%3:00:00:: 1
-2 plan%2:36:01:: 4
-2 plainclothesman%1:18:00:: 1
-2 plain%5:00:00:unpretentious:00 2
-2 plague%2:37:00:: 2
-2 placid%5:00:00:calm:00 1
-2 placement%1:04:01:: 2
-2 place%2:33:03:: 7
-2 place%2:31:00:: 8
-2 place%1:26:00:: 10
-2 place%1:15:03:: 11
-2 place%1:10:00:: 12
-2 pituitary_gland%1:08:00:: 1
-2 pitiless%5:00:00:merciless:00 1
-2 pitchfork%1:06:00:: 1
-2 pitcher%1:06:00:: 2
-2 pitched%3:44:00:: 1
-2 pitch%2:38:00:: 3
-2 pirate%1:18:01:: 1
-2 pipeline_company%1:14:00:: 1
-2 pinpoint%5:00:00:precise:00 1
-2 pink%1:07:00:: 1
-2 pine%1:20:02:: 2
-2 pinch%2:35:01:: 2
-2 pin%2:35:03:: 2
-2 pin%2:35:00:: 1
-2 pilgrimage%1:04:00:: 1
-2 pilfer%2:40:00:: 1
-2 pile_up%2:35:00:: 2
-2 pile%2:38:00:: 2
-2 pile%1:21:00:: 3
-2 pigment%1:27:00:: 1
-2 piezoelectric%3:01:00:: 1
-2 pierce%2:35:02:: 1
-2 piece%1:10:02:: 6
-2 piece%1:06:03:: 7
-2 pie%1:13:00:: 1
-2 picturesque%5:00:00:beautiful:00 1
-2 picture%1:10:03:: 8
-2 picnic%1:28:00:: 1
-2 pickup%1:06:00:: 1
-2 picket%1:18:01:: 1
-2 picket%1:14:00:: 2
-2 pick_up%2:40:00:: 8
-2 pick_up%2:39:01:: 9
-2 pick_up%2:30:01:: 10
-2 pick_out%2:39:00:: 2
-2 pick%2:32:09:: 3
-2 physique%1:07:00:: 1
-2 physiologic%3:01:00:: 1
-2 physiognomy%1:08:00:: 1
-2 physical_property%1:07:00:: 1
-2 physical_phenomenon%1:19:00:: 1
-2 physical_education%1:09:00:: 1
-2 physical%5:00:00:energetic:00 5
-2 photochemical_reaction%1:22:00:: 1
-2 phonetic%3:01:01:: 1
-2 phonemics%1:09:00:: 1
-2 phoneme%1:10:00:: 1
-2 philosophical%5:00:00:unemotional:00 2
-2 philosophic%3:01:00:: 1
-2 philippines%1:15:00:: 1
-2 pheasant%1:05:00:: 1
-2 phantom%1:18:00:: 1
-2 petition%2:32:00:: 1
-2 petal%1:20:00:: 1
-2 pet%1:05:00:: 1
-2 pestered%5:00:00:troubled:00 1
-2 pester%2:37:00:: 1
-2 perversely%4:02:00:: 1
-2 perverse%5:00:00:negative:02 1
-2 pervasive%5:00:00:general:00 1
-2 pervading%5:00:00:general:00 1
-2 perturbation%1:26:00:: 1
-2 pertinent%5:00:00:apropos:00 2
-2 personify%2:42:01:: 1
-2 personify%2:42:00:: 2
-2 personally%4:02:04:: 4
-2 personally%4:02:03:: 3
-2 personality%1:18:00:: 2
-2 personal_property%1:21:00:: 1
-2 personal_pronoun%1:10:00:: 1
-2 personal%3:01:01:: 3
-2 persistence%1:07:00:: 2
-2 persecute%2:41:00:: 1
-2 perplexing%5:00:00:unclear:00 1
-2 perplexed%3:00:00:: 1
-2 perpetuation%1:04:00:: 1
-2 perpetrate%2:41:00:: 1
-2 permeated%3:44:00:: 1
-2 permeate%2:35:01:: 1
-2 perky%5:00:00:cheerful:00 1
-2 peripherally%4:02:00:: 1
-2 peripheral%3:01:00:: 1
-2 peripheral%3:00:00:: 2
-2 periodic%5:00:00:rhythmical:00 2
-2 period%1:28:02:: 2
-2 perfunctorily%4:02:00:: 1
-2 perfume%1:09:00:: 1
-2 perfume%1:06:00:: 2
-2 performance%1:04:03:: 5
-2 perform%2:41:00:: 4
-2 perfectly%4:02:01:: 2
-2 perennial%3:00:00:: 1
-2 peremptory%5:00:00:domineering:00 1
-2 percussive%3:01:00:: 1
-2 per_annum%4:02:00:: 1
-2 peony%1:20:00:: 1
-2 pentagon%1:06:00:: 1
-2 penny%1:23:00:: 1
-2 penetration%1:04:00:: 1
-2 penetrating%5:00:00:perceptive:00 1
-2 pelvic%3:01:00:: 1
-2 peg%1:06:00:: 1
-2 peek%2:39:00:: 1
-2 pedigree%1:14:00:: 1
-2 peddle%2:40:00:: 1
-2 peculiarly%4:02:00:: 2
-2 peanut_butter%1:13:00:: 1
-2 peaked%5:00:00:ill:01 1
-2 peak%1:28:00:: 2
-2 peak%1:26:00:: 3
-2 peak%1:25:00:: 4
-2 peak%1:15:00:: 5
-2 peacock%1:05:02:: 1
-2 peacock%1:05:01:: 2
-2 peacefully%4:02:00:: 1
-2 peaceable%5:00:02:peaceful:00 1
-2 pea_soup%1:13:00:: 1
-2 payday%1:28:00:: 1
-2 payable%5:00:00:due:00 1
-2 pay_off%2:40:03:: 3
-2 pay_off%2:40:00:: 2
-2 paw%1:05:00:: 1
-2 pavement%1:06:00:: 1
-2 patter%1:10:00:: 1
-2 patronizing%5:00:00:superior:01 1
-2 patronize%2:40:00:: 1
-2 patron_saint%1:18:00:: 1
-2 patristic%3:01:00:: 1
-2 patriot%1:18:00:: 1
-2 pathway%1:08:00:: 1
-2 pathology%1:09:00:: 1
-2 pathologist%1:18:00:: 1
-2 pathogenic%5:00:00:unhealthful:00 1
-2 patch%2:35:00:: 1
-2 patch%1:06:00:: 3
-2 pat%2:35:00:: 2
-2 passively%4:02:00:: 1
-2 passionately%4:02:00:: 1
-2 passing%5:00:00:moving:02 2
-2 passing%5:00:00:impermanent:00 1
-2 passageway%1:06:00:: 1
-2 passage%1:10:01:: 6
-2 pass_over%2:31:00:: 1
-2 pass_on%2:38:01:: 3
-2 pass%2:41:08:: 14
-2 pass%1:04:02:: 3
-2 parts%1:15:00:: 1
-2 partition%1:06:00:: 1
-2 parting%1:04:00:: 1
-2 participation_loan%1:21:00:: 1
-2 part%1:10:00:: 11
-2 part%1:04:03:: 12
-2 parson%1:18:00:: 1
-2 parody%1:10:00:: 1
-2 parochial%3:01:00:: 1
-2 parliamentary%3:01:00:: 1
-2 parliament%1:14:00:: 1
-2 parking_area%1:15:00:: 1
-2 parking%1:23:00:: 1
-2 parking%1:04:00:: 2
-2 park%1:06:00:: 3
-2 parisian%3:01:00:: 1
-2 parimutuel%1:04:00:: 1
-2 parenthood%1:26:00:: 1
-2 pardon%2:32:01:: 1
-2 pardon%2:32:00:: 2
-2 pardner%1:18:00:: 1
-2 paraphrase%1:10:00:: 1
-2 paranoid%5:00:00:insane:00 1
-2 parametric%3:01:00:: 1
-2 parameter%1:11:00:: 2
-2 paradoxical%5:00:00:inexplicable:00 1
-2 paradise%1:15:01:: 1
-2 parade%2:38:01:: 1
-2 parachute%1:06:00:: 1
-2 parable%1:10:00:: 1
-2 par%1:23:00:: 1
-2 paper_electrophoresis%1:22:00:: 1
-2 paper%1:14:00:: 6
-2 panther%1:05:03:: 1
-2 pant_leg%1:06:00:: 1
-2 panic%1:26:01:: 2
-2 pallor%1:07:00:: 1
-2 pallid%5:00:00:colorless:02 1
-2 palace%1:14:00:: 2
-2 pair%2:35:01:: 2
-2 painted%3:00:00:: 2
-2 painfully%4:02:01:: 2
-2 pain%2:29:00:: 1
-2 paid%3:00:00:: 1
-2 paean%1:10:00:: 1
-2 packing%1:27:00:: 1
-2 package%2:35:00:: 1
-2 pack_on%2:29:00:: 1
-2 pack%2:38:02:: 2
-2 pack%2:35:08:: 4
-2 pack%2:35:02:: 3
-2 pace%2:30:00:: 3
-2 pa_system%1:06:00:: 1
-2 p.m.%1:28:00:: 1
-2 oxytetracycline%1:06:00:: 1
-2 ownership%1:04:00:: 2
-2 overwhelmingly%4:02:00:: 1
-2 overturn%2:38:00:: 1
-2 overture%1:10:01:: 1
-2 overtake%2:38:00:: 2
-2 oversized%5:00:00:large:00 1
-2 overpower%2:33:00:: 1
-2 overnight%5:00:00:long:02 1
-2 overnight%4:02:00:: 1
-2 overhead%4:02:01:: 1
-2 overhead%4:02:00:: 2
-2 overhanging%5:00:00:wide:00 1
-2 overflow%2:38:00:: 1
-2 overemphasize%2:32:00:: 1
-2 overdone%5:00:00:immoderate:00 1
-2 overbearing%5:00:00:domineering:00 1
-2 overachiever%1:18:00:: 1
-2 overachievement%1:04:00:: 1
-2 over%5:00:00:immoderate:00 2
-2 over%4:02:02:: 2
-2 outweigh%2:42:00:: 2
-2 outstandingly%4:02:00:: 1
-2 outsmart%2:33:00:: 1
-2 outsider%1:18:00:: 1
-2 outside_door%1:06:00:: 1
-2 outside%5:00:00:foreign:02 7
-2 outrun%2:38:00:: 1
-2 outright%4:02:01:: 1
-2 outrage%2:37:01:: 1
-2 output%1:04:00:: 2
-2 outnumber%2:42:00:: 1
-2 outlive%2:42:00:: 1
-2 outline%1:10:00:: 2
-2 outlaw%2:41:00:: 1
-2 outgoing%3:00:00:: 1
-2 outfield%1:06:00:: 1
-2 outface%2:39:00:: 1
-2 outdoors%4:02:00:: 1
-2 outdoor%3:01:00:: 2
-2 outdo%2:33:00:: 1
-2 outcry%1:10:00:: 1
-2 outcome%1:19:00:: 2
-2 outcast%1:18:00:: 1
-2 outburst%1:11:00:: 2
-2 out_of_action%5:00:00:injured:00 1
-2 out_loud%4:02:00:: 1
-2 out-of-bounds%5:00:00:restricted:00 2
-2 out%5:00:00:dead:02 3
-2 osseous%3:01:00:: 1
-2 original%1:09:00:: 2
-2 orifice%1:08:00:: 1
-2 orientation%1:04:00:: 1
-2 orient%2:42:00:: 1
-2 orient%2:39:00:: 2
-2 organized%3:00:01:: 2
-2 organize%2:36:00:: 5
-2 oregon%1:15:00:: 1
-2 orderly%1:18:01:: 1
-2 order%1:10:01:: 7
-2 order%1:10:00:: 6
-2 orchard%1:06:00:: 1
-2 orbital%3:01:00:: 1
-2 orbit%2:38:00:: 1
-2 orb%1:08:00:: 1
-2 oratorical%5:00:00:rhetorical:00 1
-2 oration%1:10:00:: 1
-2 opus%1:10:00:: 1
-2 optimistic%3:00:00:: 1
-2 optimism%1:12:00:: 1
-2 optical%3:01:01:: 1
-2 opt_for%2:31:00:: 1
-2 oppressed%5:00:00:wronged:00 1
-2 opposite%1:10:00:: 1
-2 opponent%1:18:02:: 1
-2 opponent%1:18:01:: 2
-2 opponent%1:18:00:: 3
-2 opinion%1:10:00:: 4
-2 opinion%1:04:01:: 5
-2 operational%3:00:00:: 3
-2 operation%1:04:05:: 8
-2 operation%1:04:00:: 7
-2 operating_cost%1:21:00:: 1
-2 operating%3:44:00:: 1
-2 operatic%3:01:00:: 1
-2 operate%2:30:00:: 5
-2 openmouthed%5:00:00:surprised:00 1
-2 opening%1:11:01:: 2
-2 opening%1:04:02:: 3
-2 opened%3:00:02:: 1
-2 open_up%2:35:00:: 1
-2 open_up%2:30:01:: 2
-2 open_up%2:30:00:: 3
-2 open%5:00:00:vulnerable:00 8
-2 open%5:00:00:unfolded:00 11
-2 open%5:00:00:unenclosed:00 10
-2 open%5:00:00:coarse:00 9
-2 open%2:30:01:: 7
-2 onslaught%1:11:00:: 1
-2 onslaught%1:04:00:: 2
-2 onrush%1:04:00:: 1
-2 only_too%4:02:00:: 1
-2 only%4:02:03:: 6
-2 onetime%5:00:00:past:00 1
-2 oneness%1:07:00:: 1
-2 one_thousand%5:00:00:cardinal:00 1
-2 one_percent%1:23:00:: 1
-2 one_at_a_time%4:02:00:: 1
-2 one_after_another%4:02:01:: 1
-2 one-eighth%1:23:00:: 1
-2 once_and_for_all%4:02:00:: 1
-2 on_occasion%4:02:00:: 1
-2 on_his_own%5:00:00:independent:00 1
-2 on%4:02:01:: 2
-2 omission%1:04:01:: 1
-2 olympics%1:11:00:: 1
-2 olive%5:00:00:chromatic:00 1
-2 oldster%1:18:00:: 1
-2 old_country%1:15:00:: 1
-2 old-fashioned%5:00:00:nonmodern:00 1
-2 oklahoma%1:15:00:: 1
-2 okay%5:00:00:satisfactory:00 1
-2 oilfield%1:15:00:: 1
-2 oil_well%1:06:00:: 1
-2 oil_painting%1:06:00:: 1
-2 oil-water_interface%1:17:00:: 1
-2 ogle%2:39:00:: 1
-2 often%4:02:01:: 2
-2 offset%2:42:00:: 2
-2 officially%4:02:00:: 1
-2 office%1:26:00:: 4
-2 offer%1:10:01:: 1
-2 offer%1:10:00:: 2
-2 offense%1:04:02:: 1
-2 offend%2:37:01:: 1
-2 off_guard%5:00:00:unready:00 1
-2 of_our_own%5:00:00:personal:00 1
-2 of_late%4:02:00:: 1
-2 of_all_time%4:02:00:: 1
-2 odor%1:09:00:: 2
-2 odds_and_ends%1:14:00:: 1
-2 oddly_enough%4:02:00:: 1
-2 oddly%4:02:00:: 1
-2 occupy%2:42:04:: 5
-2 occupy%2:33:00:: 6
-2 occluded%5:00:00:obstructed:00 1
-2 occasional%5:00:00:unpredictable:00 2
-2 obstruct%2:41:00:: 1
-2 obstruct%2:35:00:: 2
-2 obstinately%4:02:00:: 1
-2 obsess%2:37:00:: 1
-2 observe%2:41:00:: 7
-2 observation_dome%1:06:00:: 1
-2 observant%5:00:00:attentive:00 1
-2 obsequious%5:00:00:insincere:00 1
-2 obscurity%1:26:01:: 3
-2 obscurity%1:26:00:: 2
-2 obscure%5:00:00:incomprehensible:00 2
-2 obscure%2:31:00:: 2
-2 obscure%2:30:00:: 3
-2 obscene%5:00:00:indecent:00 1
-2 obnoxious%5:00:00:offensive:01 1
-2 oblivious%5:00:00:unaware:00 1
-2 obliteration%1:04:00:: 1
-2 oblique%3:00:00:: 1
-2 obligated%3:00:00:: 1
-2 objectivity%1:07:00:: 1
-2 objection%1:04:01:: 3
-2 objectification%1:04:00:: 1
-2 object%1:10:00:: 3
-2 oath%1:10:00:: 2
-2 o.k.%5:00:00:satisfactory:00 1
-2 nymphomaniac%1:18:00:: 1
-2 nut%1:20:00:: 1
-2 nursery%1:06:01:: 1
-2 nurse%2:29:00:: 1
-2 nurse%1:18:00:: 1
-2 numbering%1:10:00:: 1
-2 number%2:32:03:: 2
-2 number%1:10:01:: 5
-2 number%1:10:00:: 6
-2 nude%5:00:00:unclothed:00 1
-2 nude%1:06:00:: 1
-2 nucleolus%1:08:00:: 1
-2 nuance%1:10:00:: 1
-2 nozzle%1:06:00:: 1
-2 notion%1:09:01:: 3
-2 noticeable%3:00:00:: 1
-2 notice%1:10:02:: 3
-2 notebook%1:10:00:: 1
-2 note%1:07:00:: 5
-2 notation%1:10:00:: 1
-2 not_to_mention%4:02:00:: 1
-2 not_long%4:02:00:: 1
-2 nostalgia%1:12:00:: 1
-2 north_pole%1:15:00:: 1
-2 north_korean%3:01:00:: 1
-2 north_korean%1:18:00:: 1
-2 north%1:24:00:: 3
-2 north%1:15:00:: 4
-2 nonresident%3:00:00:: 1
-2 nonparty%5:00:00:nonpartisan:00 1
-2 nonlinguistic%3:01:00:: 1
-2 nominally%4:02:00:: 1
-2 nomia%1:05:00:: 1
-2 noisemaker%1:06:00:: 1
-2 nociceptive%5:00:00:sensitive:01 1
-2 noble%3:00:02:: 3
-2 nineteen%1:23:00:: 1
-2 nightmare%1:26:00:: 1
-2 nightmare%1:09:00:: 2
-2 nightingale%1:05:00:: 1
-2 next-to-last%5:00:01:last:00 1
-2 newtonian%3:01:00:: 1
-2 newspaper%1:06:00:: 3
-2 newsman%1:18:00:: 1
-2 newsletter%1:10:00:: 1
-2 newsboy%1:18:00:: 1
-2 news_conference%1:10:00:: 1
-2 newcomer%1:18:00:: 1
-2 newborn%5:00:00:new:00 2
-2 new_year's_day%1:28:00:: 1
-2 new_testament%1:10:00:: 1
-2 new_orleans%1:15:00:: 1
-2 new_jersey%1:15:00:: 1
-2 new_deal%1:10:00:: 1
-2 neutralization%1:04:01:: 1
-2 neutral%5:00:00:nonaligned:00 4
-2 neuropsychiatric%3:01:00:: 1
-2 net%1:06:02:: 2
-2 nest%2:35:00:: 2
-2 nervously%4:02:01:: 2
-2 nervous_system%1:08:00:: 1
-2 nemesis%1:18:00:: 1
-2 negotiation%1:10:00:: 1
-2 negligence%1:04:00:: 1
-2 neglect%1:09:00:: 1
-2 negative_charge%1:19:00:: 1
-2 negative%3:00:01:: 3
-2 needless%5:00:00:unnecessary:00 1
-2 needle%1:20:00:: 1
-2 needle%1:06:01:: 2
-2 necktie%1:06:00:: 1
-2 nearest%5:00:00:near:00 1
-2 navigate%2:38:02:: 1
-2 navel%1:08:00:: 1
-2 nausea%1:26:00:: 1
-2 naturally%4:02:03:: 3
-2 natural%5:00:00:normal:01 4
-2 native%3:00:03:: 3
-2 nationwide%5:00:00:wide:00 1
-2 nationally%4:02:02:: 1
-2 nationalize%2:30:00:: 1
-2 national_guard%1:14:00:: 1
-2 national%1:18:00:: 1
-2 nasty%3:00:00:: 1
-2 narrowed%5:00:00:narrow:00 1
-2 narrow%5:00:00:limited:00 2
-2 narrow%2:30:00:: 1
-2 name%2:40:00:: 6
-2 name%2:32:04:: 7
-2 name%1:14:00:: 3
-2 nail%2:35:01:: 2
-2 nag%2:32:00:: 1
-2 nadir%1:26:00:: 1
-2 mystique%1:07:00:: 1
-2 mystic%5:00:00:esoteric:00 1
-2 myrrh%1:27:00:: 1
-2 myofibrilla%1:08:00:: 1
-2 myocardial%3:01:00:: 1
-2 muzzle%1:06:01:: 1
-2 muzzle%1:05:00:: 2
-2 mutton%1:13:00:: 1
-2 mutiny%1:04:00:: 1
-2 muster%2:32:00:: 2
-2 musket_ball%1:06:00:: 1
-2 musicianship%1:09:00:: 1
-2 musical_theater%1:10:00:: 1
-2 musical%3:00:02:: 2
-2 musical%1:10:00:: 1
-2 music%1:04:00:: 3
-2 muscular_dystrophy%1:26:00:: 1
-2 muscle_fiber%1:08:00:: 1
-2 muscle%1:08:01:: 2
-2 murmur%1:11:00:: 1
-2 murky%5:00:00:opaque:00 1
-2 mundane%5:00:00:ordinary:00 1
-2 munch%2:34:01:: 1
-2 multiple_sclerosis%1:26:00:: 1
-2 muffler%1:06:01:: 1
-2 muffle%2:35:00:: 1
-2 mucus%1:08:00:: 1
-2 mph%1:28:01:: 1
-2 moving%3:00:01:: 2
-2 movie_star%1:18:00:: 1
-2 move_over%2:38:00:: 1
-2 move%2:37:01:: 11
-2 mouth%1:17:01:: 4
-2 mouth%1:17:00:: 3
-2 mournfully%4:02:00:: 1
-2 mournful%5:00:01:sorrowful:00 1
-2 mourner%1:18:00:: 1
-2 mounted%5:00:00:affixed:00 2
-2 mounted%3:00:00:: 1
-2 mountainside%1:17:00:: 1
-2 mountainous%5:00:00:rough:00 1
-2 mountainous%5:00:00:large:00 2
-2 mount_up%2:38:00:: 1
-2 motto%1:10:00:: 1
-2 mottle%2:36:00:: 1
-2 motivating%5:00:00:causative:00 1
-2 motion%1:26:00:: 4
-2 mother%2:41:00:: 1
-2 most_valuable_player%1:18:00:: 1
-2 most_recently%4:02:00:: 1
-2 mosquito%1:05:00:: 1
-2 mosaic%1:06:00:: 1
-2 mortar%1:27:00:: 2
-2 mortal%1:03:00:: 1
-2 morrow%1:28:00:: 1
-2 morose%5:00:00:ill-natured:00 1
-2 morning%1:10:00:: 2
-2 more_often_than_not%4:02:00:: 1
-2 morals%1:16:00:: 1
-2 morally%4:02:01:: 1
-2 morale%1:26:00:: 1
-2 morale%1:07:00:: 2
-2 moral%1:10:00:: 1
-2 mop_up%2:35:00:: 1
-2 mop%2:35:01:: 1
-2 mop%2:35:00:: 2
-2 monsoon%1:19:00:: 1
-2 monotonous%5:00:00:dull:03 2
-2 monotone%3:00:04:: 1
-2 monosyllable%1:10:00:: 1
-2 monopoly%1:26:02:: 2
-2 monopolize%2:41:00:: 1
-2 monopolize%2:40:00:: 2
-2 monarch%1:18:00:: 1
-2 mon-khmer%1:10:00:: 1
-2 mommy%1:18:00:: 1
-2 momentum%1:07:01:: 2
-2 molest%2:41:00:: 1
-2 molal%3:01:00:: 1
-2 modulation%1:10:00:: 2
-2 modification%1:04:00:: 1
-2 modestly%4:02:00:: 1
-2 modest%5:00:00:moderate:00 2
-2 modernism%1:06:00:: 1
-2 modern_times%1:28:00:: 1
-2 modern%1:18:00:: 1
-2 moderately%4:02:00:: 1
-2 moderate%5:00:00:mild:00 2
-2 modal%5:00:00:normal:01 1
-2 mock%5:00:00:counterfeit:00 1
-2 moblike%5:00:00:disorderly:00 1
-2 mobilize%2:33:01:: 2
-2 mobility%1:07:00:: 1
-2 mobile%5:00:00:unsettled:01 1
-2 mixture%1:14:00:: 3
-2 mix_in%2:30:00:: 1
-2 mittens%1:06:00:: 1
-2 mite%1:23:00:: 1
-2 misuse%2:34:00:: 1
-2 mistrust%2:31:00:: 1
-2 mister%1:18:00:: 1
-2 mistakenly%4:02:00:: 1
-2 mistaken%5:00:00:incorrect:00 2
-2 mistake%1:10:00:: 3
-2 mississippi_river%1:17:00:: 1
-2 misrepresent%2:32:00:: 1
-2 mislead%2:38:00:: 1
-2 mislead%2:32:00:: 2
-2 misjudge%2:31:00:: 1
-2 misdeed%1:04:00:: 1
-2 misconstrue%2:31:01:: 1
-2 miscellaneous%5:00:00:heterogeneous:00 2
-2 miscalculation%1:04:00:: 1
-2 miraculously%4:02:00:: 1
-2 minority%1:07:00:: 2
-2 minor%3:00:01:: 3
-2 minor%1:18:00:: 1
-2 minneapolis%1:15:00:: 1
-2 minimize%2:32:01:: 2
-2 mingle%2:41:00:: 2
-2 miner%1:18:00:: 1
-2 minded%5:00:00:oriented:00 1
-2 mind%2:41:01:: 3
-2 mince%2:32:00:: 1
-2 min%1:10:00:: 2
-2 mimetic%5:00:00:representational:00 1
-2 milquetoast%1:18:00:: 1
-2 milliliter%1:23:00:: 1
-2 milliampere%1:23:00:: 1
-2 military_personnel%1:14:00:: 1
-2 milestone%1:10:01:: 1
-2 migration%1:04:00:: 1
-2 might%2:42:01:: 1
-2 midway%5:00:00:central:01 1
-2 midshipman%1:18:00:: 1
-2 middle%1:09:00:: 2
-2 middle%1:08:00:: 3
-2 mid-june%1:28:00:: 1
-2 mid-fifties%1:28:00:: 1
-2 microwave%1:19:00:: 1
-2 micrometeoritic%3:01:00:: 1
-2 meteorological_conditions%1:26:00:: 1
-2 metaphysical%3:01:00:: 1
-2 mess_around%2:35:00:: 1
-2 merriment%1:12:00:: 1
-2 merrily%4:02:00:: 1
-2 mercy%1:07:00:: 2
-2 merchandising%1:04:00:: 1
-2 mercenary%1:18:00:: 1
-2 meq%1:07:00:: 1
-2 memory_picture%1:09:00:: 1
-2 memory_image%1:09:00:: 1
-2 memorandum%1:10:00:: 1
-2 melting_pot%1:15:00:: 1
-2 melt%2:30:04:: 3
-2 melt%2:30:00:: 2
-2 melon%1:13:00:: 1
-2 melee%1:04:00:: 1
-2 meeting%1:11:00:: 3
-2 meeting%1:04:00:: 4
-2 meet_up_with%2:38:00:: 1
-2 medium%1:10:00:: 3
-2 medication%1:06:00:: 1
-2 meddling%5:00:00:intrusive:01 1
-2 mechanism%1:17:00:: 3
-2 mechanics%1:04:00:: 2
-2 mechanical%3:01:01:: 2
-2 measuring%1:04:00:: 1
-2 measure%1:10:02:: 4
-2 measure%1:04:00:: 5
-2 meandering%5:00:00:indirect:00 1
-2 maze%1:06:00:: 1
-2 maximize%2:30:00:: 1
-2 maximal%3:00:00:: 1
-2 mauve%5:00:00:chromatic:00 1
-2 maturing%1:22:01:: 1
-2 maturation%1:22:01:: 1
-2 matriculate%2:41:00:: 1
-2 mating%1:04:00:: 1
-2 materialism%1:26:00:: 1
-2 mate%1:18:04:: 2
-2 mate%1:18:01:: 3
-2 matching_funds%1:21:00:: 1
-2 matching%5:00:02:matched:00 1
-2 masterpiece%1:04:00:: 2
-2 master_bedroom%1:06:00:: 1
-2 master%2:33:00:: 2
-2 massachuset%1:10:00:: 1
-2 mass_media%1:10:00:: 1
-2 masquerade%2:39:00:: 1
-2 masonry%1:06:00:: 1
-2 masculine%3:00:02:: 1
-2 mary%1:18:00:: 1
-2 marxist%3:01:00:: 1
-2 martini%1:13:00:: 1
-2 marry%2:41:01:: 2
-2 marrow%1:08:00:: 1
-2 married_couple%1:14:00:: 1
-2 marriage%1:04:00:: 3
-2 marketplace%1:06:00:: 2
-2 market%1:14:01:: 4
-2 markedly%4:02:00:: 1
-2 marked%5:00:00:conspicuous:00 2
-2 mark%2:41:00:: 6
-2 mark%2:39:00:: 7
-2 mark%1:10:03:: 4
-2 mark%1:07:02:: 5
-2 marital%3:01:00:: 1
-2 marine%3:01:00:: 1
-2 marinate%2:30:00:: 1
-2 marginality%1:07:00:: 1
-2 margin%1:07:00:: 2
-2 mare%1:05:00:: 1
-2 march%1:14:00:: 5
-2 marbles%1:04:00:: 1
-2 marble%1:06:00:: 2
-2 maple%1:20:02:: 1
-2 many_another%5:00:00:many:00 1
-2 manuscript%1:10:00:: 1
-2 manufacturing%1:04:00:: 1
-2 manufactured%5:00:00:factory-made:00 1
-2 manufacture%1:04:00:: 1
-2 manual%1:10:00:: 1
-2 mantel%1:06:00:: 1
-2 manor_house%1:06:00:: 1
-2 manic%5:00:00:wild:02 1
-2 maniacal%5:00:00:insane:00 1
-2 mania%1:16:00:: 1
-2 manhood%1:26:00:: 1
-2 management_personnel%1:14:00:: 1
-2 manage%2:41:08:: 5
-2 man%2:41:00:: 1
-2 mammalian%3:01:00:: 1
-2 malaria%1:26:00:: 1
-2 make_out%2:32:00:: 2
-2 make_out%2:31:00:: 3
-2 make_noise%2:39:00:: 1
-2 make%2:41:01:: 25
-2 make%2:36:04:: 26
-2 make%2:30:02:: 27
-2 majors%1:14:00:: 1
-2 major%2:31:09:: 1
-2 major%1:18:00:: 1
-2 maine%1:15:00:: 1
-2 main_street%1:06:00:: 1
-2 mail%1:10:01:: 1
-2 mail%1:10:00:: 2
-2 mahogany%1:20:02:: 1
-2 magnificently%4:02:00:: 1
-2 magnetize%2:30:00:: 1
-2 magnetic_resonance%1:19:00:: 1
-2 magnet%1:06:00:: 1
-2 magical%5:00:00:supernatural:00 1
-2 maggot%1:05:00:: 1
-2 magazine%1:06:02:: 2
-2 madness%1:26:00:: 1
-2 maddening%5:00:00:displeasing:00 1
-2 maddened%5:00:00:angry:00 1
-2 machinist%1:18:00:: 1
-2 machine%1:18:00:: 2
-2 machine%1:14:01:: 3
-2 lymph_node%1:08:00:: 1
-2 luxury%5:00:00:elegant:00 1
-2 lurid%5:00:00:bright:00 3
-2 lurch%2:38:01:: 3
-2 lunation%1:28:00:: 1
-2 lump%2:35:00:: 1
-2 lump%1:14:00:: 1
-2 lull%2:37:01:: 1
-2 luck%1:19:01:: 3
-2 lucifer%1:18:00:: 1
-2 loyalty%1:12:00:: 2
-2 lowered%3:00:00:: 1
-2 lower_rank%1:26:00:: 1
-2 lower-class%3:00:00:: 1
-2 lower%5:00:00:junior:00 2
-2 low_frequency%1:07:01:: 1
-2 low-toned%5:00:00:soft:04 1
-2 low-down%1:10:00:: 1
-2 low-cost%5:00:00:cheap:00 1
-2 low-class%3:00:04:: 1
-2 lover%1:18:01:: 2
-2 loveliness%1:07:00:: 1
-2 love%1:18:00:: 3
-2 lousy%5:00:00:dirty:01 2
-2 louse_up%2:41:00:: 1
-2 louse%1:05:01:: 1
-2 lounge%2:35:00:: 1
-2 lost%5:00:00:unrecoverable:00 5
-2 lost%3:00:03:: 4
-2 loss%1:21:00:: 6
-2 loss%1:11:00:: 7
-2 loser%1:18:01:: 1
-2 lose%2:40:00:: 8
-2 lose%2:33:01:: 9
-2 lordship%1:10:00:: 1
-2 loot%1:21:00:: 1
-2 loose%5:00:00:uncontrolled:00 3
-2 loose%4:02:00:: 1
-2 loose%3:00:02:: 2
-2 loophole%1:10:00:: 1
-2 look_to%2:37:00:: 3
-2 look_out_on%2:42:00:: 1
-2 look_into%2:31:00:: 2
-2 look_away%2:39:00:: 1
-2 look_across%2:42:00:: 1
-2 long%5:00:00:tall:00 3
-2 logically%4:02:01:: 1
-2 logical%5:00:00:coherent:00 3
-2 logic%1:09:02:: 2
-2 logic%1:09:00:: 1
-2 log%2:32:00:: 1
-2 log%1:27:00:: 2
-2 lodgings%1:06:00:: 1
-2 lodging%1:06:00:: 1
-2 locust%1:05:00:: 1
-2 lockup%1:06:00:: 1
-2 locker_room%1:06:00:: 1
-2 locked%5:00:00:fastened:00 1
-2 lock%2:35:04:: 4
-2 lock%2:35:03:: 5
-2 lock%1:08:00:: 2
-2 location%1:04:02:: 2
-2 location%1:04:01:: 3
-2 locally%4:02:00:: 1
-2 localization%1:04:00:: 1
-2 locale%1:15:00:: 1
-2 local_call%1:10:00:: 1
-2 local%1:06:00:: 1
-2 lobscuse%1:13:00:: 1
-2 loading%1:23:00:: 2
-2 load%2:35:03:: 3
-2 load%1:06:02:: 3
-2 living_space%1:23:00:: 1
-2 living%5:00:00:realistic:00 2
-2 living%3:01:00:: 1
-2 living%1:14:00:: 2
-2 livery_stable%1:06:00:: 1
-2 litter%1:27:00:: 2
-2 literature%1:04:00:: 4
-2 literary_work%1:10:00:: 1
-2 liquidation%1:04:00:: 1
-2 liquidate%2:35:00:: 1
-2 liquid_nitrogen%1:27:00:: 1
-2 lipstick%1:06:00:: 1
-2 lionize%2:41:00:: 1
-2 lion%1:05:00:: 1
-2 linguistics%1:09:00:: 1
-2 lingering%5:00:00:unforgettable:00 1
-2 linger%2:42:00:: 2
-2 linger%2:38:01:: 3
-2 linen%1:06:01:: 1
-2 linear_algebra%1:09:00:: 1
-2 lineage%1:14:00:: 1
-2 line%1:14:00:: 17
-2 line%1:06:00:: 18
-2 line%1:04:00:: 19
-2 likelihood%1:07:00:: 1
-2 like_thunder%4:02:00:: 1
-2 like_hell%4:02:00:: 1
-2 like-minded%5:00:00:like:00 1
-2 like%2:31:00:: 4
-2 lightly%4:02:04:: 5
-2 lightly%4:02:02:: 2
-2 lightly%4:02:01:: 4
-2 lightly%4:02:00:: 3
-2 lighting%1:06:00:: 2
-2 light_bulb%1:06:00:: 1
-2 light_beam%1:19:00:: 1
-2 light%5:00:00:unstressed:00 7
-2 light%5:00:00:loose:02 9
-2 light%5:00:00:digestible:00 8
-2 light%2:43:00:: 4
-2 light%1:26:00:: 9
-2 light%1:09:00:: 10
-2 light%1:07:02:: 11
-2 lift%2:38:03:: 4
-2 lift%2:38:01:: 3
-2 lift%2:32:02:: 5
-2 lift%2:32:00:: 6
-2 lifetime%1:28:00:: 1
-2 lifelike%5:00:00:realistic:00 1
-2 lifeless%5:00:01:dead:01 1
-2 life_style%1:07:00:: 1
-2 life_eternal%1:26:00:: 1
-2 life-size%5:00:00:large:00 1
-2 life%1:10:00:: 12
-2 lie_dormant%2:41:00:: 1
-2 lie_awake%2:35:00:: 1
-2 licking%1:11:01:: 1
-2 licensed%5:00:00:authorized:00 1
-2 license_number%1:10:00:: 1
-2 license%2:41:00:: 1
-2 library%1:14:00:: 2
-2 library%1:06:00:: 3
-2 liberty%1:26:02:: 2
-2 liberate%2:41:01:: 1
-2 liar%1:18:00:: 1
-2 leyte%1:04:00:: 1
-2 lexicon%1:09:00:: 1
-2 lexical%3:01:00:: 1
-2 letterman%1:18:00:: 1
-2 letter_writer%1:18:00:: 1
-2 lethargy%1:26:00:: 1
-2 lethal%5:00:00:fatal:00 1
-2 let_out%2:32:02:: 1
-2 let_out%2:32:00:: 2
-2 let%2:32:02:: 3
-2 let%2:30:01:: 4
-2 lessened%5:00:00:impaired:00 1
-2 lessen%2:30:02:: 2
-2 lesion%1:26:01:: 1
-2 lengthening%5:00:00:increasing:00 1
-2 lend%2:42:00:: 3
-2 lemon%1:07:00:: 2
-2 leisurely%4:02:00:: 1
-2 leisure%1:04:00:: 2
-2 legislation%1:04:00:: 2
-2 legation%1:04:00:: 1
-2 legally%4:02:01:: 1
-2 legal_holiday%1:28:00:: 1
-2 legal%3:01:01:: 4
-2 leg%1:06:01:: 3
-2 lefty%1:18:00:: 1
-2 left_fielder%1:18:00:: 1
-2 left-hander%1:18:01:: 1
-2 left-hand%5:00:00:left-handed:00 1
-2 left%1:14:00:: 2
-2 left%1:08:00:: 3
-2 left%1:06:00:: 4
-2 leering%5:00:00:malicious:00 1
-2 led%3:00:00:: 1
-2 lecturer%1:18:01:: 1
-2 leave_off%2:42:00:: 1
-2 leave_off%2:31:00:: 2
-2 leave_off%2:30:12:: 3
-2 leave_behind%2:40:01:: 2
-2 leave%1:28:00:: 1
-2 least%3:00:00:: 1
-2 leash%1:06:00:: 1
-2 lease%2:41:00:: 1
-2 learn%2:32:00:: 5
-2 leapfrog%1:04:01:: 1
-2 leap%1:11:00:: 2
-2 league%1:14:00:: 2
-2 leading%3:00:00:: 3
-2 leaden%5:00:00:cloudy:00 1
-2 lead%2:38:02:: 13
-2 lazy%5:00:00:idle:00 2
-2 lazily%4:02:00:: 1
-2 layoff%1:04:00:: 1
-2 layman%1:18:00:: 1
-2 laying%1:22:00:: 1
-2 lay_to_rest%2:41:00:: 1
-2 lawman%1:18:00:: 1
-2 law_merchant%1:14:00:: 1
-2 law%1:04:00:: 6
-2 lavishly%4:02:00:: 1
-2 lavish%5:00:00:generous:01 1
-2 lavish%2:40:00:: 1
-2 lavatory%1:06:00:: 1
-2 launch%2:30:10:: 5
-2 launch%2:30:00:: 6
-2 latitude%1:15:00:: 1
-2 latin_american%1:18:00:: 1
-2 lather%2:35:00:: 1
-2 late%3:00:01:: 5
-2 latch%2:35:00:: 1
-2 lasting%3:00:04:: 1
-2 last%5:00:00:unlikely:00 4
-2 last%5:00:00:dying(a):00 11
-2 large-scale%5:00:00:large:00 1
-2 large%5:00:00:significant:00 2
-2 language%1:10:02:: 3
-2 landscape%1:06:01:: 2
-2 landscape%1:06:00:: 3
-2 landmass%1:17:00:: 1
-2 landmark%1:15:00:: 1
-2 land%2:38:03:: 4
-2 land%1:26:00:: 6
-2 land%1:21:00:: 7
-2 land%1:14:01:: 8
-2 lance%1:06:00:: 1
-2 lamplight%1:19:00:: 1
-2 lamp%1:06:01:: 2
-2 lamentation%1:10:00:: 1
-2 lam%2:38:00:: 1
-2 laissez_faire%1:09:00:: 1
-2 laissez-faire%5:00:00:capitalistic:00 1
-2 lactating%3:00:00:: 1
-2 lacerate%2:35:00:: 1
-2 labeled%3:00:00:: 1
-2 label%1:10:02:: 2
-2 lab%1:06:00:: 1
-2 knuckle_under%2:32:00:: 1
-2 knowing%5:00:00:informed:00 1
-2 knot%1:14:00:: 1
-2 knot%1:06:00:: 2
-2 knock_over%2:38:00:: 1
-2 knock_out%2:35:00:: 2
-2 knock%1:11:01:: 1
-2 knob%1:06:01:: 1
-2 knit%2:36:00:: 1
-2 knight-errant%1:18:00:: 1
-2 knee_joint%1:08:00:: 1
-2 knack%1:09:00:: 1
-2 kitchenette%1:06:00:: 1
-2 kitchen_sink%1:06:00:: 1
-2 kit%1:06:01:: 1
-2 kissing%1:04:00:: 1
-2 kinship%1:24:02:: 1
-2 kingdom%1:26:00:: 1
-2 kindred%5:00:00:similar:00 1
-2 kid%2:32:00:: 2
-2 kickoff%1:04:00:: 1
-2 keynote%2:30:00:: 1
-2 keyhole%1:06:00:: 1
-2 keyboard%1:06:01:: 1
-2 key%1:07:00:: 3
-2 ken%1:09:00:: 1
-2 keep_up%2:30:00:: 4
-2 keep_in%2:41:00:: 1
-2 keep_from%2:41:00:: 1
-2 keep_away%2:41:00:: 1
-2 keep%2:42:03:: 12
-2 keep%2:41:05:: 13
-2 keep%2:41:00:: 14
-2 keenly%4:02:00:: 1
-2 juxtapose%2:35:00:: 1
-2 jutting%5:00:02:protrusive:00 1
-2 justify%2:32:02:: 3
-2 justification%1:10:00:: 2
-2 justifiably%4:02:00:: 1
-2 just_right%4:02:00:: 1
-2 just_about%4:02:00:: 2
-2 jury%1:14:01:: 2
-2 juror%1:18:00:: 1
-2 jurisprudence%1:09:00:: 1
-2 junior_high%1:14:00:: 1
-2 junior%5:00:00:intermediate:00 2
-2 junior%1:18:01:: 2
-2 jump%2:30:00:: 4
-2 jumbled%5:00:00:untidy:00 1
-2 juice%1:13:00:: 1
-2 judaism%1:14:00:: 1
-2 jubilant%5:00:00:elated:00 1
-2 jowl%1:08:00:: 1
-2 jovial%5:00:00:joyous:00 1
-2 journalese%1:10:00:: 1
-2 journal%1:10:01:: 1
-2 jolly%5:00:00:joyous:00 1
-2 joke%2:32:00:: 1
-2 join_forces%2:41:00:: 1
-2 johnny%1:18:00:: 1
-2 john%1:06:00:: 1
-2 jocular%5:00:00:humorous:00 1
-2 job%1:06:01:: 4
-2 job%1:04:05:: 6
-2 job%1:04:04:: 5
-2 jilt%2:31:00:: 1
-2 jeweler%1:18:01:: 1
-2 jeweled%5:00:00:adorned:00 1
-2 jewel%1:06:00:: 1
-2 jew-baiter%1:18:00:: 1
-2 jet%1:06:00:: 1
-2 jesuit%1:18:00:: 1
-2 jerk%2:29:00:: 3
-2 jerk%1:18:00:: 1
-2 jeopardy%1:26:00:: 1
-2 jeopardize%2:42:00:: 1
-2 jeopardize%2:41:00:: 2
-2 jealousy%1:12:00:: 1
-2 jealous%5:00:00:distrustful:00 2
-2 jazz_musician%1:18:00:: 1
-2 jazz_festival%1:04:00:: 1
-2 java%1:15:00:: 1
-2 jar%1:06:00:: 1
-2 jangling%5:00:00:cacophonous:00 1
-2 jan%1:28:00:: 1
-2 jaded%5:00:00:satiate:00 2
-2 jade%1:27:00:: 1
-2 jabber%2:32:00:: 1
-2 jab%2:35:00:: 1
-2 ivory%1:07:00:: 2
-2 item%1:09:00:: 4
-2 issue%1:09:00:: 3
-2 isopleth%1:15:00:: 1
-2 isolate%2:30:02:: 3
-2 ism%1:09:00:: 1
-2 island%1:06:00:: 2
-2 irrigation%1:04:00:: 1
-2 irrigate%2:30:00:: 1
-2 irresponsible%3:00:00:: 1
-2 irreproducibility%1:07:00:: 1
-2 irreparable%3:00:00:: 1
-2 irregularly%4:02:01:: 1
-2 irregularity%1:07:00:: 2
-2 irrational%3:00:00:: 1
-2 iron_cage%1:26:00:: 1
-2 iron%5:00:00:robust:00 1
-2 iron%2:35:00:: 1
-2 iron%1:06:01:: 2
-2 irishman%1:18:00:: 1
-2 irish%1:18:00:: 1
-2 ireland%1:15:01:: 1
-2 iraq%1:15:00:: 1
-2 ionized%3:00:00:: 1
-2 iodination%1:22:00:: 1
-2 iodinate%2:30:00:: 1
-2 inwardly%4:02:00:: 1
-2 inviting%3:00:00:: 1
-2 invite%2:35:00:: 6
-2 invite%2:32:01:: 7
-2 inveterate%5:00:00:addicted:00 1
-2 invest%2:41:03:: 2
-2 inverse%1:24:01:: 1
-2 inventory%1:06:00:: 2
-2 invader%1:18:00:: 1
-2 intuitive%5:00:00:natural:01 1
-2 intrusion%1:11:00:: 1
-2 intrude%2:38:01:: 1
-2 introduction%1:10:00:: 2
-2 intrinsic%3:00:00:: 1
-2 intrenchment%1:06:00:: 1
-2 intractable%3:00:00:: 1
-2 intone%2:32:04:: 1
-2 intimidation%1:04:01:: 1
-2 intimidate%2:37:00:: 1
-2 intimately%4:02:00:: 1
-2 intimate%2:32:01:: 2
-2 intima%1:08:00:: 1
-2 interwoven%5:00:00:complex:00 1
-2 interweave%2:35:00:: 1
-2 interviewer%1:18:00:: 1
-2 intertwine%2:35:00:: 1
-2 interstitial%3:01:00:: 1
-2 interspecies%3:00:00:: 1
-2 intersection%1:06:00:: 2
-2 interrelated%5:00:00:reticulate:00 1
-2 interpret%2:36:01:: 4
-2 interpret%2:36:00:: 3
-2 interpose%2:38:01:: 1
-2 interplay%1:04:00:: 1
-2 internationally%4:02:00:: 1
-2 internally%4:02:00:: 1
-2 internalize%2:31:00:: 1
-2 internal_revenue%1:21:00:: 1
-2 intermittent%5:00:00:sporadic:00 1
-2 intermediate%1:27:00:: 1
-2 interlayer%1:06:00:: 1
-2 interject%2:32:00:: 1
-2 interim%5:00:00:impermanent:00 1
-2 interest%2:42:01:: 2
-2 intercontinental%3:00:00:: 1
-2 interact%2:41:00:: 1
-2 inter%3:00:00:: 1
-2 intentional%5:00:00:intended:00 1
-2 intent_on%5:00:00:resolute:00 1
-2 intent%1:10:00:: 2
-2 intensify%2:30:01:: 2
-2 intensify%2:30:00:: 3
-2 intensification%1:04:00:: 1
-2 intellectually%4:02:00:: 1
-2 integration%1:04:03:: 3
-2 integration%1:04:02:: 2
-2 integrated%5:00:00:united:00 1
-2 integrate%2:41:00:: 2
-2 intact%5:00:00:unimpaired:00 2
-2 insurrection%1:04:00:: 1
-2 insure%2:32:00:: 3
-2 insurance%1:10:00:: 2
-2 insult%1:10:00:: 1
-2 insulate%2:30:01:: 1
-2 insulate%2:30:00:: 2
-2 instrumental%3:01:00:: 1
-2 instruction%1:04:00:: 3
-2 institution%1:06:00:: 2
-2 instigate%2:32:00:: 1
-2 instant%5:00:00:fast:01 1
-2 installment%1:21:00:: 1
-2 insistent%5:00:00:continual:00 1
-2 insignificant%5:00:00:unnoticeable:00 2
-2 insidiously%4:02:00:: 1
-2 inside%3:00:00:: 1
-2 inscribe%2:35:00:: 1
-2 insanely%4:02:01:: 1
-2 inquiry%1:04:00:: 3
-2 inquiring%3:00:00:: 1
-2 inoculation%1:04:00:: 1
-2 innocent%5:00:00:harmless:00 2
-2 inner_city%1:15:00:: 1
-2 inner%5:00:02:exclusive:00 4
-2 inmate%1:18:00:: 1
-2 ink%1:27:01:: 1
-2 injustice%1:04:00:: 1
-2 initiation%1:11:00:: 1
-2 initiate%2:41:01:: 3
-2 inhumane%3:00:00:: 1
-2 inhibitory%5:00:00:restrictive:00 1
-2 inhibition%1:07:00:: 2
-2 inheritance%1:04:00:: 1
-2 ingest%2:34:00:: 1
-2 infuriating%5:00:00:displeasing:00 1
-2 infrequent%3:00:00:: 1
-2 infrared%5:00:00:invisible:00 1
-2 informed%3:00:00:: 1
-2 informally%4:02:00:: 1
-2 inform%2:30:00:: 2
-2 influential%3:00:00:: 1
-2 influent%5:00:00:incoming:00 1
-2 inflected%5:00:00:derivative:00 1
-2 inflame%2:29:01:: 1
-2 infiltrate%2:38:01:: 1
-2 infidelity%1:07:00:: 1
-2 infested%5:00:00:troubled:00 1
-2 infest%2:38:00:: 1
-2 inferior%3:00:01:: 1
-2 infective%5:00:00:unhealthful:00 1
-2 infectious_hepatitis%1:26:00:: 1
-2 infect%2:31:00:: 1
-2 infect%2:29:01:: 2
-2 infatuation%1:12:00:: 1
-2 infantryman%1:18:00:: 1
-2 infantile%5:00:00:immature:02 1
-2 infamous%5:00:00:disreputable:00 1
-2 inexplicable%3:00:00:: 1
-2 inexperience%1:09:00:: 1
-2 inevitably%4:02:02:: 2
-2 inert%5:00:00:nonmoving:00 1
-2 industrialization%1:04:00:: 1
-2 industrial_revolution%1:28:00:: 1
-2 industrial%5:00:00:blue-collar:00 4
-2 industrial%3:01:01:: 3
-2 indulge%2:41:01:: 1
-2 indulge%2:34:00:: 2
-2 induction%1:11:00:: 1
-2 induce%2:31:00:: 4
-2 indoor%3:00:00:: 1
-2 individualized%5:00:00:personal:00 1
-2 individual%5:00:00:personal:00 4
-2 indispensable%3:00:00:: 1
-2 indirect%3:00:00:: 2
-2 indignant%5:00:00:angry:00 1
-2 indifferent%5:00:00:heedless:00 3
-2 indict%2:41:00:: 1
-2 indicator%1:10:01:: 2
-2 indicator%1:06:00:: 3
-2 indicative_of%5:00:00:communicative:00 1
-2 indianapolis%1:15:00:: 1
-2 indiana%1:15:00:: 1
-2 independent%5:00:00:free:00 3
-2 indecision%1:09:00:: 1
-2 indecent%5:00:00:improper:00 1
-2 indebted%5:00:01:obligated(p):00 2
-2 incompletely%4:02:00:: 1
-2 incompetent%1:18:00:: 1
-2 incompatible%3:00:01:: 1
-2 inclusive%3:00:00:: 1
-2 incline_bench_press%1:04:00:: 1
-2 inclination%1:09:00:: 1
-2 incite%2:36:00:: 1
-2 incite%2:32:00:: 2
-2 incisive%5:00:00:perceptive:00 1
-2 incipiency%1:28:00:: 1
-2 incidentally%4:02:00:: 1
-2 inception%1:11:00:: 1
-2 inaudible%3:00:00:: 1
-2 inappropriate%3:00:00:: 1
-2 inaccurate%3:00:00:: 1
-2 in_view%5:00:00:visible:00 1
-2 in_use%5:00:00:used:00 2
-2 in_trouble%5:00:00:pregnant:00 2
-2 in_time%4:02:01:: 2
-2 in_theory%4:02:00:: 1
-2 in_the_long_run%4:02:00:: 1
-2 in_stride%4:02:00:: 1
-2 in_so_far%4:02:00:: 1
-2 in_secret%4:02:00:: 1
-2 in_public%4:02:00:: 1
-2 in_principle%4:02:00:: 1
-2 in_person%4:02:01:: 1
-2 in_operation%5:00:01:operative:00 1
-2 in_length%5:00:00:long:01 1
-2 in_hand%5:00:00:accessible:00 1
-2 in_essence%4:02:00:: 1
-2 in_concert%4:02:00:: 1
-2 in_arrears%5:00:00:late:00 1
-2 in_agreement%4:02:00:: 1
-2 in_advance%5:00:00:front(a):00 1
-2 in_a_way%4:02:00:: 2
-2 in_a_moment%4:02:00:: 1
-2 in%3:00:00:: 1
-2 impulse%1:11:00:: 3
-2 impudent%5:00:00:disrespectful:00 1
-2 improved%5:00:00:better:00 2
-2 imprint%2:41:00:: 1
-2 impractical%3:00:00:: 1
-2 imposition%1:04:02:: 1
-2 important%3:00:02:: 3
-2 import%1:06:00:: 1
-2 implike%5:00:00:playful:00 1
-2 implementation%1:04:01:: 1
-2 implement%2:41:00:: 2
-2 implement%2:30:00:: 3
-2 implement%1:06:00:: 1
-2 implacable%3:00:00:: 1
-2 impious%3:00:00:: 1
-2 impinge_on%2:35:00:: 1
-2 impetuous%5:00:00:incautious:00 1
-2 impersonate%2:36:00:: 1
-2 imperialism%1:10:00:: 1
-2 imperfectly%4:02:00:: 1
-2 imperfect%3:00:00:: 1
-2 imperative%3:00:00:: 1
-2 impede%2:41:00:: 1
-2 impeccably%4:02:00:: 1
-2 impeccable%5:00:00:perfect:00 1
-2 impatient%5:00:00:eager:00 2
-2 impasse%1:26:00:: 1
-2 impale%2:35:00:: 1
-2 immoral%5:00:00:wrong:01 2
-2 immoral%3:00:00:: 1
-2 immediate%5:00:00:proximate:00 3
-2 immature%3:00:02:: 1
-2 imitative%3:00:00:: 1
-2 imitation%5:00:02:artificial:00 1
-2 imitate%2:42:00:: 2
-2 imbecile%1:18:00:: 1
-2 image%1:09:02:: 4
-2 illustrator%1:18:00:: 1
-2 illustrative%5:00:00:informative:00 1
-2 illustrated%3:00:00:: 1
-2 illumination%1:26:01:: 1
-2 illiterate%5:00:00:uneducated:00 2
-2 illiterate%3:00:00:: 1
-2 ill_will%1:12:00:: 1
-2 ill%1:26:01:: 1
-2 ignorant%5:00:01:uneducated:00 2
-2 ignite%2:43:00:: 1
-2 idyllic%5:00:00:perfect:00 1
-2 idol%1:06:00:: 1
-2 idler%1:18:00:: 1
-2 idleness%1:04:00:: 1
-2 idle%2:35:00:: 1
-2 idiotically%4:02:00:: 1
-2 idiosyncrasy%1:07:00:: 1
-2 idiom%1:10:02:: 1
-2 identity%1:24:01:: 3
-2 identity%1:07:02:: 4
-2 identify%2:31:02:: 6
-2 identify%2:31:01:: 5
-2 idealist%1:18:00:: 1
-2 ideal%5:00:00:abstract:00 3
-2 ideal%1:18:00:: 2
-2 icy%5:00:00:cold:02 1
-2 iceland%1:15:01:: 2
-2 iceland%1:15:00:: 1
-2 hysterically%4:02:00:: 1
-2 hypothesis%1:09:00:: 2
-2 hypertrophy%1:26:00:: 1
-2 hyperemic%3:01:00:: 1
-2 hyperemia%1:26:00:: 1
-2 hyperbolic%5:00:00:increased:00 1
-2 hydrophobic%3:00:00:: 1
-2 hydrophilic%3:00:00:: 1
-2 hutment%1:06:00:: 1
-2 hustle%2:38:01:: 1
-2 hush%2:30:00:: 1
-2 hurtle%2:38:00:: 2
-2 hurry%1:07:00:: 2
-2 hurricane_deck%1:06:00:: 1
-2 hurricane%1:19:00:: 1
-2 hurler%1:18:00:: 1
-2 hurdle%2:38:00:: 1
-2 hunting_expedition%1:04:00:: 1
-2 hunt_down%2:33:00:: 1
-2 hunt%2:38:00:: 2
-2 hungary%1:15:00:: 1
-2 hundred_dollar_bill%1:21:00:: 1
-2 hunch%2:38:00:: 1
-2 humorist%1:18:00:: 1
-2 humor%2:32:00:: 1
-2 humility%1:07:00:: 1
-2 humiliation%1:26:00:: 1
-2 humiliation%1:12:00:: 2
-2 humiliating%5:00:00:undignified:00 1
-2 humiliate%2:37:00:: 1
-2 human_body%1:08:00:: 1
-2 hug%2:35:00:: 2
-2 hudson_river%1:17:00:: 1
-2 hudson_bay%1:17:00:: 1
-2 huddle%1:10:00:: 1
-2 huckster%1:18:00:: 1
-2 hub%1:06:00:: 1
-2 however%4:02:01:: 4
-2 how_come%4:02:00:: 1
-2 hover%2:42:01:: 2
-2 hover%2:42:00:: 1
-2 hover%2:38:00:: 3
-2 housekeeping%1:04:00:: 1
-2 householder%1:18:00:: 1
-2 house_of_prostitution%1:06:00:: 1
-2 house%1:14:01:: 2
-2 hound%1:05:00:: 1
-2 hostess%1:18:02:: 1
-2 hostess%1:18:00:: 2
-2 host%1:14:02:: 5
-2 horseback%1:05:00:: 1
-2 horse_race%1:11:00:: 1
-2 horror-stricken%5:00:00:afraid(p):00 1
-2 horrified%5:00:00:afraid(p):00 1
-2 hopeful%3:00:00:: 1
-2 hope%1:18:00:: 4
-2 hoop_snake%1:05:00:: 1
-2 hook%2:35:00:: 1
-2 honorably%4:02:02:: 1
-2 honeymoon%1:28:00:: 1
-2 honey%5:00:00:chromatic:00 1
-2 honesty%1:07:00:: 1
-2 honest%5:00:00:trustworthy:00 3
-2 homogenate%1:27:00:: 1
-2 homeric%3:01:00:: 1
-2 homeland%1:15:00:: 1
-2 home_plate%1:06:00:: 1
-2 home_folks%1:14:00:: 1
-2 home_economics%1:09:00:: 1
-2 home%4:02:04:: 2
-2 home%1:15:05:: 5
-2 holy_spirit%1:18:00:: 1
-2 holocaust%1:04:00:: 1
-2 hollow%1:25:02:: 1
-2 holler%2:32:05:: 2
-2 hole%1:25:00:: 4
-2 hole%1:17:02:: 5
-2 hold_up%2:40:00:: 4
-2 hold_over%2:37:00:: 1
-2 hold_out%2:42:01:: 3
-2 hold_on%2:30:00:: 3
-2 hold%2:42:02:: 16
-2 hold%2:31:08:: 17
-2 hold%1:09:00:: 2
-2 hold%1:07:00:: 3
-2 hobby%1:04:00:: 1
-2 hobble%2:38:00:: 1
-2 hoarsely%4:02:00:: 1
-2 hitter%1:18:00:: 1
-2 hitherto%4:02:00:: 1
-2 hitch%2:35:00:: 1
-2 hit%2:39:00:: 9
-2 hit%2:33:00:: 10
-2 hit%1:04:00:: 2
-2 historic%3:01:00:: 1
-2 hissing%1:11:00:: 1
-2 hired_man%1:18:00:: 1
-2 hired%5:00:00:employed:00 1
-2 hind_leg%1:05:00:: 1
-2 hillock%1:17:00:: 1
-2 hike%1:04:00:: 1
-2 hijack%2:35:00:: 1
-2 highwayman%1:18:00:: 1
-2 highlight%2:30:00:: 1
-2 high_temperature%1:07:00:: 1
-2 high_society%1:14:00:: 1
-2 high_explosive%1:27:00:: 1
-2 high-spirited%5:00:00:spirited:00 1
-2 high-speed%5:00:01:fast:01 1
-2 high-priced%5:00:00:expensive:00 1
-2 high%5:00:00:elated:00 5
-2 high%4:02:02:: 2
-2 hierarchy%1:14:01:: 2
-2 hierarchy%1:14:00:: 1
-2 hiding%1:04:00:: 1
-2 hideous%5:00:00:ugly:00 2
-2 hide%1:27:00:: 1
-2 hide%1:05:00:: 2
-2 hibernate%2:29:00:: 1
-2 heyday%1:28:00:: 1
-2 heterozygous%3:00:00:: 1
-2 hesitation%1:07:01:: 2
-2 hesitantly%4:02:00:: 1
-2 heroism%1:07:00:: 1
-2 heroine%1:18:01:: 1
-2 heroic%5:00:00:bold:00 3
-2 heroic%3:01:00:: 2
-2 heritage%1:07:00:: 2
-2 here%5:00:00:present:02 1
-2 herd%1:14:01:: 2
-2 henceforth%4:02:00:: 1
-2 hemosiderin%1:27:00:: 1
-2 helplessly%4:02:00:: 1
-2 help%2:34:00:: 5
-2 hellenic%5:00:00:classical:00 1
-2 hell_to_pay%1:07:00:: 1
-2 heights%1:15:00:: 1
-2 hegel%1:18:00:: 1
-2 hedge%1:06:00:: 1
-2 heavy%3:00:02:: 6
-2 heaving%5:00:00:moving:02 1
-2 heaviness%1:07:00:: 1
-2 heavily%4:02:05:: 3
-2 heaver%1:06:00:: 1
-2 heavens%1:15:00:: 1
-2 heave%2:38:00:: 3
-2 heave%2:35:00:: 4
-2 heated%5:00:00:hot:02 2
-2 heat_of_formation%1:19:00:: 1
-2 heat_energy%1:19:00:: 1
-2 heat%1:07:02:: 4
-2 hearth%1:06:01:: 1
-2 heartening%5:00:00:encouraging:00 1
-2 heartbeat%1:11:00:: 1
-2 heart%1:09:01:: 5
-2 hearing%1:04:00:: 4
-2 heap%1:23:00:: 2
-2 healthful%3:00:00:: 1
-2 heal%2:30:00:: 1
-2 headwaters%1:15:00:: 1
-2 headstand%1:04:00:: 1
-2 headquarters%1:06:00:: 2
-2 headmaster%1:18:00:: 1
-2 headless%3:00:00:: 1
-2 headland%1:17:00:: 1
-2 head_up%2:42:00:: 1
-2 head%5:00:00:important:00 1
-2 head%2:42:01:: 4
-2 head%2:38:01:: 5
-2 hawk%2:40:00:: 1
-2 hawk%1:05:00:: 1
-2 hawaiian%1:10:00:: 1
-2 have%2:35:00:: 20
-2 haunting%5:00:00:unforgettable:00 1
-2 haunt%1:15:00:: 1
-2 haunch%1:08:01:: 1
-2 haunch%1:05:00:: 2
-2 hatless%3:00:00:: 1
-2 hateful%5:00:00:nasty:00 2
-2 hateful%3:00:00:: 1
-2 hatchway%1:06:00:: 1
-2 hatch%2:29:01:: 1
-2 hasten%2:41:00:: 3
-2 haste%1:04:00:: 2
-2 harvest%1:20:00:: 1
-2 harvard%1:06:00:: 1
-2 harshly%4:02:00:: 2
-2 harsh%5:00:03:unpleasant:00 2
-2 harrow%2:36:00:: 1
-2 harness%2:35:00:: 1
-2 harness%1:06:01:: 1
-2 harm%1:11:01:: 2
-2 harlem%1:15:00:: 1
-2 hardware_store%1:06:00:: 1
-2 hardly%4:02:02:: 2
-2 hard-boiled%5:00:00:tough:03 1
-2 harassed%5:00:00:troubled:00 1
-2 harass%2:41:00:: 1
-2 happy%5:00:00:fortunate:00 3
-2 happiness%1:12:00:: 2
-2 happening%1:11:00:: 1
-2 hanker%2:37:00:: 1
-2 hang%2:42:00:: 6
-2 handy%5:00:00:accessible:00 1
-2 handwriting%1:10:00:: 1
-2 handmade%3:00:00:: 1
-2 handling%1:04:01:: 2
-2 handling%1:04:00:: 1
-2 handicapped%5:00:00:unfit:01 1
-2 hand_tool%1:06:00:: 1
-2 hand_grenade%1:06:00:: 1
-2 hand-to-hand%5:00:00:close:01 1
-2 hand%1:15:00:: 5
-2 hamper%1:06:01:: 1
-2 hammer%1:06:04:: 1
-2 hammer%1:06:00:: 2
-2 halted%5:00:00:nonmoving:00 1
-2 halogen%1:27:00:: 1
-2 hallmark%1:07:00:: 1
-2 hall%1:06:06:: 5
-2 half_dozen%5:00:00:cardinal:00 1
-2 half_a_dozen%5:00:00:cardinal:00 1
-2 half-intensity%1:07:00:: 1
-2 hairy%3:00:00:: 1
-2 haircut%1:08:00:: 1
-2 haggle%2:40:00:: 1
-2 haggard%5:00:00:tired:00 1
-2 habitually%4:02:00:: 1
-2 habitat%1:15:00:: 1
-2 gutter%1:06:00:: 1
-2 guts%1:07:00:: 1
-2 gut%1:08:00:: 1
-2 gush%2:32:00:: 2
-2 gunpowder%1:27:00:: 1
-2 gulping%1:04:01:: 1
-2 gulp%1:04:00:: 1
-2 guilty%5:00:00:ashamed(p):00 2
-2 guilt%1:12:00:: 2
-2 guide_on%2:39:00:: 1
-2 guess%1:10:00:: 1
-2 guerrilla%5:00:00:partisan:00 1
-2 guard%2:33:03:: 3
-2 guard%1:18:01:: 2
-2 guard%1:06:00:: 3
-2 guarantee%2:32:03:: 2
-2 guarantee%2:32:01:: 3
-2 guarantee%1:10:00:: 1
-2 grunt%1:11:00:: 1
-2 gruesome%5:00:00:alarming:00 1
-2 grown%5:00:00:mature:01 1
-2 growing%5:00:00:healthy:00 2
-2 grow%2:30:10:: 9
-2 grovel%2:38:00:: 1
-2 grove%1:06:00:: 2
-2 grounds%1:15:00:: 3
-2 ground_level%1:07:00:: 1
-2 ground%2:35:08:: 1
-2 gross%5:00:00:macroscopic:00 2
-2 grocery_store%1:06:00:: 1
-2 groan%1:10:00:: 1
-2 grip%2:37:00:: 3
-2 grinning%1:10:00:: 1
-2 grimace%2:29:00:: 1
-2 grill%1:06:01:: 1
-2 greenwich_time%1:28:00:: 1
-2 greenland%1:15:00:: 1
-2 green%5:00:00:unseasoned:00 2
-2 green%5:00:00:inexperienced:00 3
-2 greedily%4:02:00:: 1
-2 great_power%1:14:00:: 1
-2 graze%2:35:02:: 2
-2 gray-haired%5:00:00:old:02 1
-2 gravity%1:19:00:: 1
-2 gravid%5:00:00:pregnant:00 1
-2 gratitude%1:12:00:: 1
-2 grating%1:06:00:: 1
-2 gratify%2:37:00:: 1
-2 grappling%1:04:00:: 1
-2 grapple%2:35:01:: 2
-2 graphic%5:00:00:written:00 1
-2 grape%1:13:00:: 1
-2 grant%2:40:05:: 5
-2 grandma%1:18:00:: 1
-2 grandfather_clause%1:26:00:: 1
-2 grain%1:17:00:: 1
-2 graduating_class%1:14:00:: 1
-2 graceful%3:00:00:: 1
-2 grace%1:07:00:: 3
-2 grab_sample%1:09:00:: 1
-2 governing%5:00:00:dominant:01 1
-2 gourmet%1:18:00:: 1
-2 gouge%2:40:00:: 2
-2 gouge%2:35:01:: 3
-2 gossip%1:10:01:: 2
-2 gospels%1:10:00:: 1
-2 good_looks%1:07:00:: 1
-2 good_health%1:26:00:: 1
-2 good_friday%1:28:00:: 1
-2 good_enough%5:00:00:good:01 1
-2 good%5:00:00:skilled:00 9
-2 good%5:00:00:complete:00 10
-2 good%5:00:00:close:02 11
-2 goner%1:18:00:: 1
-2 gone%5:00:00:exhausted:00 4
-2 golfer%1:18:00:: 1
-2 golden%5:00:00:happy:00 2
-2 gold%5:00:00:metallic:00 1
-2 gold%5:00:00:chromatic:00 2
-2 gold%1:27:00:: 3
-2 goddess%1:18:00:: 1
-2 gobble%2:34:00:: 1
-2 go_up%2:38:02:: 4
-2 go_up%2:38:01:: 5
-2 go_through%2:34:01:: 2
-2 go_past%2:38:00:: 1
-2 go_over%2:30:00:: 2
-2 go_out%2:30:00:: 4
-2 go_in%2:42:00:: 2
-2 go_far%2:41:00:: 1
-2 go_down%2:42:00:: 4
-2 go_against%2:42:00:: 1
-2 go%2:42:14:: 15
-2 go%2:42:03:: 16
-2 go%2:30:00:: 17
-2 gnaw%2:35:00:: 1
-2 gnash%2:29:00:: 1
-2 glycerol%1:27:00:: 1
-2 glued%5:00:00:affixed:00 1
-2 glue%2:30:00:: 2
-2 glow%2:43:00:: 3
-2 gloomily%4:02:00:: 1
-2 glomerular%3:01:00:: 1
-2 glitter%1:07:00:: 1
-2 glistening%5:00:00:bright:00 1
-2 glibly%4:02:00:: 1
-2 glean%2:35:00:: 1
-2 gleam%1:11:00:: 2
-2 given%5:00:00:inclined(p):02 4
-2 give_up%2:41:05:: 7
-2 give_up%2:40:01:: 8
-2 give_up%2:33:01:: 9
-2 give_up%2:31:00:: 10
-2 give_off%2:42:00:: 1
-2 give_birth%2:29:00:: 1
-2 girlishly%4:02:00:: 1
-2 ginmill%1:06:00:: 1
-2 gingham%1:06:00:: 1
-2 gilt%5:00:00:chromatic:00 1
-2 gilded%5:00:00:chromatic:00 1
-2 gift%1:04:00:: 3
-2 gibson_girl%1:18:00:: 1
-2 giant%1:18:01:: 2
-2 giant%1:14:00:: 3
-2 ghastly%5:00:00:alarming:00 1
-2 get_out%2:32:01:: 4
-2 get_on%2:41:00:: 1
-2 get_off_the_ground%2:38:00:: 1
-2 get_in%2:41:00:: 2
-2 get_going%2:38:00:: 1
-2 get_around%2:32:01:: 2
-2 get%2:32:08:: 16
-2 get%2:31:09:: 17
-2 gerundial%3:01:00:: 1
-2 germinate%2:30:00:: 1
-2 german%3:01:01:: 2
-2 geometric%3:01:00:: 2
-2 geologist%1:18:00:: 1
-2 geological%3:01:00:: 1
-2 geographically%4:02:00:: 1
-2 geographical%3:01:00:: 1
-2 genus%1:09:00:: 1
-2 genuine%5:00:00:true:00 3
-2 gentle%5:00:00:soft:04 3
-2 genius%1:18:00:: 1
-2 genius%1:09:02:: 2
-2 genetic%5:00:00:inheritable:00 1
-2 generous%3:00:01:: 1
-2 generally%4:02:00:: 3
-2 generalization%1:09:01:: 1
-2 gelding%1:05:00:: 1
-2 gee%1:23:00:: 1
-2 gauss%1:23:00:: 1
-2 gauge%2:31:00:: 1
-2 gather_up%2:38:00:: 1
-2 gather%2:32:00:: 5
-2 gatepost%1:06:00:: 1
-2 gastrointestinal%3:01:00:: 1
-2 gas_chamber%1:06:00:: 1
-2 garter_snake%1:05:00:: 1
-2 garrison%1:06:00:: 1
-2 garbage%1:27:00:: 1
-2 garage%2:40:00:: 1
-2 gap%1:17:00:: 2
-2 gap%1:06:00:: 3
-2 gang_up%2:33:00:: 1
-2 gang%1:14:02:: 2
-2 gamut%1:07:00:: 1
-2 gaming_card%1:06:00:: 1
-2 gambling_house%1:06:00:: 1
-2 gamble%2:41:00:: 1
-2 gallop%1:04:00:: 1
-2 gallon%1:23:01:: 1
-2 galaxy%1:14:01:: 1
-2 gain%2:33:00:: 5
-2 gain%2:30:01:: 7
-2 gain%2:30:00:: 6
-2 gain%1:07:02:: 2
-2 gain%1:07:01:: 3
-2 gaily%4:02:00:: 1
-2 gadfly%1:18:00:: 1
-2 fuzzy%5:00:00:hairy:00 1
-2 future%1:10:00:: 2
-2 futile%5:00:00:useless:00 1
-2 futile%5:00:00:unproductive:00 2
-2 further%5:00:00:far:00 2
-2 further%2:41:00:: 2
-2 furor%1:09:00:: 1
-2 furiously%4:02:02:: 2
-2 furious%5:00:00:stormy:00 3
-2 funeral_parlor%1:06:00:: 1
-2 fundamentals%1:09:00:: 1
-2 fumes%1:27:00:: 1
-2 fumed_oak%1:20:00:: 1
-2 fume%2:37:00:: 1
-2 fully%4:02:04:: 2
-2 fullback%1:18:00:: 1
-2 full_moon%1:28:00:: 1
-2 full-time%4:02:00:: 1
-2 full-grown%5:00:00:mature:01 1
-2 full%5:00:00:nourished:00 4
-2 fulfillment%1:04:00:: 2
-2 fuel%2:40:00:: 1
-2 fuck_up%2:41:00:: 1
-2 frustrating%5:00:00:discouraging:00 1
-2 frustrated%5:00:00:unsuccessful:00 1
-2 fruitless%5:00:00:unproductive:00 1
-2 frozen%5:00:00:nonmoving:00 2
-2 frozen%3:00:00:: 1
-2 frostbitten%5:00:00:frozen:00 1
-2 frontier%5:00:00:rural:00 1
-2 front_porch%1:06:00:: 1
-2 front%2:42:00:: 1
-2 front%2:33:00:: 2
-2 front%1:09:00:: 3
-2 front%1:06:00:: 4
-2 frog%1:05:00:: 1
-2 fringe_benefit%1:21:00:: 1
-2 frigid%5:00:00:unloving:00 1
-2 fright%1:12:00:: 1
-2 frieze%1:06:01:: 1
-2 fried%5:00:00:cooked:00 1
-2 friction%1:26:00:: 1
-2 friable%5:00:00:breakable:00 1
-2 fret%2:37:00:: 2
-2 freshman%1:18:00:: 1
-2 fresh_fish%1:18:00:: 1
-2 fresh%3:00:02:: 5
-2 frequency%1:23:00:: 3
-2 frenziedly%4:02:01:: 1
-2 freight_car%1:06:00:: 1
-2 freeze_out%2:30:00:: 1
-2 freeze_down%2:30:00:: 1
-2 freeman%1:18:00:: 1
-2 freed%5:00:00:free:01 1
-2 free_world%1:14:00:: 1
-2 free_will%1:26:00:: 1
-2 free_radical%1:27:00:: 1
-2 free%5:00:00:unobstructed:00 6
-2 free%5:00:00:original:00 5
-2 fraud%1:18:00:: 2
-2 fraud%1:04:01:: 3
-2 fraternize%2:41:00:: 1
-2 franchise%1:10:00:: 1
-2 frame_in%2:35:00:: 1
-2 frame%1:28:00:: 4
-2 fragrant%3:00:00:: 1
-2 fragile%5:00:00:delicate:00 2
-2 fractionation%1:22:00:: 1
-2 fractionation%1:04:00:: 2
-2 fraction%1:23:00:: 3
-2 fracas%1:10:00:: 1
-2 fox_terrier%1:05:00:: 1
-2 fourth_dimension%1:28:00:: 1
-2 fourth%4:02:00:: 1
-2 four_times%4:02:00:: 1
-2 fountain%1:06:02:: 1
-2 founding%1:04:00:: 1
-2 foul-smelling%5:00:00:malodorous:00 1
-2 fortune%1:19:01:: 3
-2 forthright%5:00:01:direct:02 1
-2 fort_worth%1:15:00:: 1
-2 fort%1:06:01:: 1
-2 formulation%1:04:00:: 2
-2 formed%5:00:00:definite:00 1
-2 formalism%1:09:01:: 1
-2 formal%3:00:02:: 3
-2 form%1:10:01:: 8
-2 fork%1:04:00:: 2
-2 forfeit%2:40:00:: 1
-2 forever%4:02:03:: 3
-2 forever%4:02:02:: 2
-2 forest%1:17:00:: 2
-2 foresee%2:41:00:: 3
-2 foremost%5:00:00:best:00 1
-2 foreman%1:18:00:: 1
-2 foreground%1:09:00:: 1
-2 forecast%2:31:00:: 2
-2 forceful%3:00:00:: 1
-2 force%2:35:02:: 6
-2 for_the_time_being%4:02:02:: 1
-2 for_sure%4:02:00:: 1
-2 for_sale%5:00:00:available:00 1
-2 football_player%1:18:00:: 1
-2 football%1:06:00:: 2
-2 foot%1:06:00:: 5
-2 foot%1:05:00:: 6
-2 foolishness%1:07:00:: 1
-2 fool_around%2:32:00:: 1
-2 food_for_thought%1:09:00:: 1
-2 folly%1:07:00:: 1
-2 follow%2:41:01:: 14
-2 folksy%5:00:00:rural:00 1
-2 fold%2:35:03:: 2
-2 fog%1:09:00:: 3
-2 foe%1:18:00:: 2
-2 focus%1:07:03:: 3
-2 focal_point%1:19:00:: 1
-2 fly_on%2:38:00:: 1
-2 fly_by%2:38:00:: 1
-2 fly%2:38:08:: 6
-2 fly%2:38:07:: 5
-2 fly%2:30:01:: 7
-2 flushed%5:00:00:healthy:00 1
-2 flushed%5:00:00:colored:00 2
-2 flush%4:02:00:: 1
-2 flush%2:30:00:: 2
-2 flurry%2:38:00:: 1
-2 fluoride%1:27:00:: 1
-2 fluorescein%1:27:00:: 1
-2 flu%1:26:00:: 1
-2 flowering%1:22:00:: 1
-2 flout%2:32:01:: 1
-2 flop%2:38:00:: 2
-2 floor%1:17:01:: 4
-2 flood%1:23:00:: 2
-2 flood%1:06:00:: 3
-2 flood%1:04:01:: 4
-2 flock%2:38:01:: 1
-2 flock%1:14:02:: 1
-2 flock%1:14:00:: 2
-2 floating%5:00:00:moving:02 1
-2 floating%5:00:00:afloat(p):00 6
-2 flimsy%5:00:01:weak:00 1
-2 flick%1:11:00:: 1
-2 flexible%3:00:02:: 1
-2 flexible%3:00:01:: 2
-2 flexibility%1:07:01:: 2
-2 fleet%5:00:00:fast:01 1
-2 flawless%5:00:00:perfect:00 1
-2 flaw%1:26:00:: 1
-2 flautist%1:18:00:: 1
-2 flatus%1:04:00:: 1
-2 flattery%1:10:00:: 1
-2 flat%5:00:00:unqualified:02 3
-2 flat%5:00:00:unerect:00 4
-2 flat%1:17:00:: 1
-2 flash%2:38:00:: 5
-2 flap%2:38:00:: 2
-2 flannel%1:06:00:: 1
-2 flaming%5:00:00:colorful:00 1
-2 flame_up%2:43:00:: 1
-2 flair%1:09:00:: 1
-2 fixed%5:00:00:unchangeable:00 5
-2 fixed%5:00:00:steady:00 4
-2 fixed%3:00:00:: 3
-2 fix_up%2:32:00:: 2
-2 fix%2:36:01:: 6
-2 fix%2:30:02:: 7
-2 fix%1:26:00:: 1
-2 fitting%5:00:00:just:00 2
-2 fit_in%2:42:00:: 1
-2 fit%1:26:00:: 2
-2 fit%1:07:00:: 3
-2 fish%2:35:00:: 1
-2 firsthand%5:00:00:primary:00 1
-2 first_half%1:28:00:: 1
-2 firmly%4:02:01:: 3
-2 firm%5:00:02:stable:00 6
-2 firm%5:00:00:steady:00 5
-2 firm%5:00:00:secure:02 7
-2 firework%1:06:00:: 1
-2 firelight%1:19:00:: 1
-2 finished%3:00:01:: 2
-2 finish%2:34:00:: 5
-2 fingertip%1:08:00:: 1
-2 finely%4:02:02:: 1
-2 finely%4:02:01:: 2
-2 fine_arts%1:09:00:: 1
-2 fine%5:00:00:well:01 6
-2 fine%5:00:00:thin:01 7
-2 fine%5:00:00:elegant:00 8
-2 finale%1:10:00:: 2
-2 filthy%5:00:00:dirty:01 1
-2 filmed%5:00:00:recorded:00 1
-2 film%2:32:00:: 1
-2 filling_station%1:06:00:: 1
-2 filling%1:22:00:: 2
-2 fill_up%2:30:00:: 1
-2 fill-in%1:18:00:: 1
-2 file%2:32:01:: 4
-2 figure%2:31:00:: 4
-2 fight_back%2:33:01:: 1
-2 fight%1:07:00:: 3
-2 fifties%1:28:01:: 1
-2 fiery%5:00:00:passionate:00 1
-2 fiery%5:00:00:hot:01 2
-2 field_trial%1:09:00:: 1
-2 field_goal%1:04:00:: 1
-2 fidget%2:38:00:: 1
-2 fibrin%1:27:00:: 1
-2 festive%5:00:00:joyous:00 1
-2 festival%1:28:00:: 1
-2 fertilized%5:00:00:fertile:00 1
-2 ferromagnetic%3:01:00:: 1
-2 fencing%1:06:00:: 1
-2 fence_rail%1:06:00:: 1
-2 feline%3:01:00:: 1
-2 feed_on%2:34:00:: 1
-2 feed_bunk%1:06:00:: 1
-2 featured%5:00:00:conspicuous:00 1
-2 feature%1:10:00:: 3
-2 fearful%5:00:00:afraid(p):00 5
-2 favored%5:00:00:loved:00 1
-2 fatty_acid%1:27:00:: 1
-2 fatigued%5:00:00:tired:00 1
-2 father%2:29:00:: 1
-2 father%1:18:04:: 4
-2 father%1:18:03:: 2
-2 father%1:18:01:: 3
-2 fateful%5:00:00:decisive:00 1
-2 fate%1:26:00:: 3
-2 fat%5:00:00:thick:01 2
-2 fat%1:27:00:: 1
-2 fastidious%3:00:00:: 1
-2 fasten%2:35:03:: 3
-2 fastball%1:04:00:: 1
-2 fashion%1:09:00:: 3
-2 fascism%1:09:00:: 1
-2 fascination%1:26:00:: 1
-2 farther%5:00:01:far:00 1
-2 farther%4:02:00:: 2
-2 fare%1:09:00:: 1
-2 farce%1:10:00:: 1
-2 far_east%1:15:00:: 1
-2 far-off%5:00:01:far:00 1
-2 fantastic%5:00:00:unrealistic:00 3
-2 fanaticism%1:09:00:: 1
-2 fan%2:30:00:: 2
-2 family%1:18:00:: 5
-2 family%1:14:03:: 6
-2 familiarity%1:09:00:: 1
-2 falter%2:38:01:: 2
-2 fallout_shelter%1:06:00:: 1
-2 falloff%1:22:00:: 1
-2 fall_behind%2:33:00:: 1
-2 fall_back%2:38:03:: 3
-2 fall_back%2:38:01:: 1
-2 fall_back%2:38:00:: 2
-2 fall_away%2:30:01:: 2
-2 fall_away%2:30:00:: 1
-2 fall%2:41:01:: 12
-2 fall%2:41:00:: 13
-2 fall%2:40:03:: 14
-2 fall%1:17:00:: 4
-2 fall%1:04:03:: 5
-2 falcon%1:05:00:: 1
-2 faithfully%4:02:00:: 1
-2 fairway%1:15:00:: 1
-2 fair%5:00:00:respectable:00 3
-2 fair%5:00:00:moderate:00 4
-2 factor%2:31:00:: 1
-2 faction%1:14:01:: 1
-2 facing%1:06:01:: 1
-2 facility%1:09:01:: 2
-2 faced%3:00:00:: 1
-2 face-to-face%4:02:02:: 1
-2 face%1:18:00:: 6
-2 fabled%5:00:00:unreal:00 1
-2 eyesight%1:09:00:: 1
-2 eyed%3:00:00:: 1
-2 exultation%1:12:00:: 1
-2 extricate%2:35:00:: 1
-2 extreme%5:00:01:immoderate:00 3
-2 extraterrestrial%3:01:00:: 1
-2 extraordinary%5:00:00:immoderate:00 2
-2 extirpate%2:36:00:: 1
-2 external%5:00:00:foreign:02 3
-2 external%5:00:00:extrinsic:00 2
-2 exterior%3:00:00:: 1
-2 extenuate%2:32:00:: 1
-2 extensive%5:00:00:considerable:00 4
-2 extension%1:10:01:: 3
-2 extend%2:29:00:: 8
-2 expressiveness%1:07:00:: 1
-2 expressive%5:00:01:communicative:00 2
-2 expressionless%5:00:00:uncommunicative:00 1
-2 express%2:32:03:: 4
-2 exposure%1:10:00:: 3
-2 exposure%1:09:00:: 4
-2 exposition%1:10:00:: 1
-2 expose%2:39:03:: 5
-2 explosion%1:04:00:: 2
-2 explore%2:31:02:: 3
-2 exploration%1:09:00:: 3
-2 exploitation%1:04:01:: 2
-2 exploitation%1:04:00:: 1
-2 exploit%1:04:00:: 1
-2 explode%2:33:00:: 5
-2 expire%2:30:00:: 2
-2 expiration%1:28:00:: 1
-2 expertise%1:09:00:: 1
-2 expert%5:00:00:skilled:00 1
-2 experimental%5:00:02:empirical:00 3
-2 expend%2:40:00:: 2
-2 expedite%2:41:00:: 1
-2 expanse%1:07:01:: 1
-2 exotic%5:00:00:foreign:01 1
-2 existing%5:00:00:present:02 2
-2 existential%5:00:00:empirical:00 1
-2 exhortation%1:10:01:: 1
-2 exhaustion%1:26:00:: 1
-2 exhale%2:29:00:: 1
-2 exercise%1:04:02:: 3
-2 exercise%1:04:01:: 4
-2 exempt%3:00:00:: 1
-2 exemplify%2:42:00:: 1
-2 exemplify%2:32:00:: 2
-2 executor%1:18:00:: 1
-2 executive%3:01:00:: 1
-2 executioner%1:18:00:: 1
-2 execution%1:04:02:: 2
-2 execute%2:41:00:: 2
-2 excuse%2:32:04:: 2
-2 excuse%2:32:03:: 3
-2 excuse%2:32:00:: 1
-2 excommunicate%2:32:00:: 1
-2 exclusiveness%1:07:00:: 1
-2 exclude%2:32:01:: 4
-2 excitement%1:04:02:: 4
-2 excited%5:00:00:wild:02 3
-2 exchange%2:30:00:: 2
-2 excess%1:07:00:: 2
-2 exceptionally%4:02:00:: 1
-2 exceptional%5:00:00:uncommon:00 2
-2 excellence%1:07:00:: 1
-2 excel%2:42:00:: 1
-2 exceedingly%4:02:00:: 1
-2 excavation%1:04:01:: 1
-2 exasperated%5:00:00:displeased:00 1
-2 example%1:10:00:: 4
-2 examine%2:32:00:: 4
-2 exalted%5:00:00:noble:01 1
-2 exalt%2:32:00:: 1
-2 exaggerated%5:00:00:immoderate:00 1
-2 exaggerate%2:41:00:: 2
-2 exactly%4:02:04:: 2
-2 exacerbate%2:30:00:: 1
-2 evolve%2:30:02:: 3
-2 every_month%4:02:00:: 1
-2 everlastingly%4:02:00:: 1
-2 ever-present%5:00:00:present:02 1
-2 ever-changing%5:00:00:dynamic:00 1
-2 even%3:00:01:: 3
-2 eve%1:28:01:: 2
-2 evasive%5:00:00:equivocal:00 1
-2 evaporation%1:22:00:: 1
-2 evaporate%2:30:00:: 1
-2 evangelical%3:01:01:: 1
-2 evacuation%1:04:00:: 1
-2 european_nation%1:15:00:: 1
-2 european%1:18:00:: 1
-2 eulogize%2:32:00:: 1
-2 ethos%1:07:00:: 1
-2 ethical%3:00:00:: 2
-2 ethic%1:09:00:: 1
-2 ethereal%5:00:00:insubstantial:00 1
-2 eternity%1:26:00:: 2
-2 estimate%1:10:01:: 4
-2 esthetic%3:00:00:: 1
-2 esteem%1:26:00:: 1
-2 estate%1:21:01:: 2
-2 establish%2:35:00:: 6
-2 essence%1:09:00:: 1
-2 essay%1:04:00:: 2
-2 escritoire%1:06:00:: 1
-2 escort%1:18:01:: 1
-2 eschew%2:32:00:: 1
-2 escheat%1:21:00:: 1
-2 escape%2:42:00:: 4
-2 escape%1:04:02:: 2
-2 erupt%2:30:02:: 2
-2 error%1:07:01:: 5
-2 eradicate%2:30:00:: 1
-2 equilibrium%1:22:00:: 2
-2 equilibrate%2:30:00:: 1
-2 equally%4:02:02:: 2
-2 equality%1:07:00:: 1
-2 epiphyseal%3:01:00:: 1
-2 epiphany%1:11:00:: 1
-2 epic%5:00:00:large:00 1
-2 envy%1:12:00:: 1
-2 envisage%2:36:00:: 1
-2 envelope%1:06:00:: 2
-2 entry%1:21:00:: 3
-2 entirety%1:26:00:: 1
-2 entirely%4:02:02:: 2
-2 enthusiastically%4:02:00:: 1
-2 enthalpy%1:07:00:: 1
-2 entertaining%3:00:00:: 1
-2 enter%2:36:00:: 6
-2 entanglement%1:06:00:: 1
-2 ensure%2:31:00:: 2
-2 enmesh%2:35:00:: 1
-2 enlightened%3:00:00:: 2
-2 enlargement%1:04:00:: 1
-2 enlarge%2:30:01:: 2
-2 enlarge%2:30:00:: 3
-2 enjoyment%1:04:00:: 2
-2 enjoin%2:32:01:: 1
-2 enigmatic%5:00:00:incomprehensible:00 1
-2 engulf%2:35:00:: 2
-2 engrossing%5:00:00:interesting:00 1
-2 english_professor%1:18:00:: 1
-2 english_language%1:10:00:: 1
-2 engineering%1:09:00:: 2
-2 engine%1:19:00:: 2
-2 engagement%1:14:00:: 2
-2 engagement%1:10:00:: 3
-2 engage%2:41:01:: 3
-2 energy%1:07:01:: 4
-2 energetically%4:02:01:: 1
-2 endure%2:39:00:: 4
-2 endothermic_reaction%1:22:00:: 1
-2 endlessly%4:02:00:: 1
-2 endanger%2:32:00:: 2
-2 end_up%2:30:00:: 2
-2 end_point%1:15:00:: 1
-2 end%1:15:01:: 9
-2 encouragement%1:04:00:: 2
-2 enclosure%1:06:00:: 1
-2 enclose%2:42:00:: 2
-2 enchant%2:37:00:: 1
-2 encamp%2:42:00:: 1
-2 enactment%1:04:01:: 1
-2 emulate%2:42:00:: 1
-2 empty%2:38:00:: 3
-2 emotionally%4:02:01:: 1
-2 emotionally%4:02:00:: 2
-2 emotionalism%1:07:00:: 1
-2 emotional_disturbance%1:26:00:: 1
-2 emotional%3:01:00:: 3
-2 emit%2:29:00:: 1
-2 eminent%5:00:00:important:00 1
-2 emigrate%2:30:00:: 1
-2 embroider%2:36:00:: 1
-2 embrace%1:04:00:: 1
-2 emblem%1:10:00:: 2
-2 embezzle%2:40:00:: 1
-2 embed%2:35:00:: 1
-2 embarrassing%5:00:00:unpleasant:00 2
-2 emaciated%5:00:00:thin:03 1
-2 elude%2:38:00:: 1
-2 eluate%1:27:00:: 1
-2 else%4:02:00:: 2
-2 eliminate%2:30:00:: 3
-2 elicit%2:36:00:: 2
-2 eleventh%5:00:00:ordinal:00 1
-2 elevation%1:11:00:: 1
-2 elevate%2:38:00:: 2
-2 elevate%2:30:00:: 3
-2 elementary%5:00:00:easy:01 1
-2 elemental%5:00:00:simple:02 2
-2 elegant%3:00:00:: 1
-2 electrostatic%3:01:00:: 1
-2 electroshock%1:04:00:: 1
-2 electronic_device%1:06:00:: 1
-2 electron_microscopic%3:01:00:: 1
-2 electrocardiograph%1:06:00:: 1
-2 electric_toothbrush%1:06:00:: 1
-2 electric_razor%1:06:00:: 1
-2 electric_light%1:06:00:: 1
-2 eldest%5:00:00:first:00 1
-2 elder%5:00:00:senior:00 1
-2 elaboration%1:04:01:: 1
-2 eke_out%2:40:02:: 1
-2 ejection%1:04:01:: 1
-2 eject%2:35:01:: 1
-2 egypt%1:15:00:: 1
-2 egotism%1:07:00:: 1
-2 egalitarianism%1:09:00:: 1
-2 effort%1:04:02:: 3
-2 efficiently%4:02:00:: 1
-2 efficiency_engineer%1:18:00:: 1
-2 effectuate%2:36:00:: 1
-2 effect%1:10:00:: 4
-2 efface%2:30:00:: 1
-2 educational_institution%1:14:00:: 1
-2 edition%1:14:00:: 2
-2 edit_out%2:30:00:: 1
-2 edifice%1:06:00:: 1
-2 edgy%5:00:00:tense:03 1
-2 edge%1:07:01:: 4
-2 edge%1:07:00:: 5
-2 edema%1:26:00:: 1
-2 ecstatic%5:00:00:joyous:00 1
-2 economical%3:01:00:: 2
-2 eclipse%1:11:00:: 1
-2 eclectic%5:00:00:discriminating:00 1
-2 echo%2:39:00:: 2
-2 eccentricity%1:07:00:: 1
-2 eat_up%2:34:00:: 1
-2 easy_money%1:21:00:: 1
-2 easy_chair%1:06:00:: 1
-2 east_side%1:15:00:: 1
-2 east%1:15:01:: 3
-2 earthy%5:00:00:indecent:00 1
-2 earthman%1:18:00:: 1
-2 earnings%1:21:00:: 2
-2 earnestly%4:02:02:: 1
-2 earnest%5:00:00:serious:00 1
-2 earned%3:00:00:: 1
-2 early_days%1:28:00:: 1
-2 early%3:00:01:: 5
-2 earliest%5:00:00:early:00 1
-2 eager%5:00:00:enthusiastic:00 2
-2 each_month%4:02:00:: 1
-2 each_day%4:02:00:: 1
-2 dying%3:00:00:: 1
-2 dwindling%5:00:00:decreasing:00 1
-2 duty%1:21:00:: 3
-2 dust_cloud%1:19:00:: 1
-2 dung%1:27:00:: 1
-2 dully%4:02:00:: 1
-2 dull%5:00:01:uninteresting:00 4
-2 dull%5:00:00:unsaturated:03 5
-2 dull%5:00:00:soft:04 3
-2 due%5:00:00:merited:00 2
-2 duct%1:08:00:: 1
-2 dubious%5:00:00:uncertain:02 1
-2 dub%2:32:00:: 1
-2 dry_up%2:30:00:: 1
-2 dry_out%2:30:00:: 1
-2 drunkard%1:18:00:: 1
-2 drunk%5:00:00:excited:00 2
-2 drown%2:30:02:: 2
-2 drown%2:30:00:: 3
-2 drop_out%2:33:00:: 1
-2 drop_dead%2:30:00:: 1
-2 drop%2:35:03:: 9
-2 drop%2:33:00:: 10
-2 drone%1:05:00:: 1
-2 drizzling%5:00:00:descending(a):00 1
-2 driving%5:00:00:dynamic:00 1
-2 driven%5:00:00:involuntary:01 1
-2 drive_off%2:38:06:: 1
-2 drive%2:35:07:: 8
-2 drive%2:35:01:: 9
-2 drifting%5:00:00:afloat(p):00 2
-2 drift%2:38:00:: 4
-2 dribble%2:38:00:: 1
-2 dressy%5:00:00:fancy:00 1
-2 dress_shop%1:06:00:: 1
-2 dress%2:35:02:: 3
-2 dress%2:29:07:: 4
-2 dress%2:29:05:: 5
-2 dreary%5:00:00:cheerless:00 1
-2 drearily%4:02:00:: 1
-2 dreamy%5:00:00:inattentive:00 1
-2 dream%1:09:03:: 4
-2 drawn%5:00:00:tired:00 1
-2 drawing%1:04:01:: 3
-2 draw_up%2:41:00:: 1
-2 draw_up%2:38:02:: 2
-2 draw_together%2:35:00:: 1
-2 draw%2:36:01:: 16
-2 draw%2:30:14:: 17
-2 draught%1:13:00:: 1
-2 dramatist%1:18:00:: 1
-2 dramatically%4:02:00:: 2
-2 drama%1:10:00:: 3
-2 drainage_ditch%1:06:00:: 1
-2 drain%2:38:00:: 1
-2 drag_one's_feet%2:42:00:: 1
-2 draft%2:33:00:: 2
-2 drab%5:00:00:dull:03 1
-2 dowry%1:21:00:: 1
-2 downwind%4:02:00:: 1
-2 downward%4:02:00:: 1
-2 downtrodden%5:00:00:wronged:00 1
-2 downpour%1:19:00:: 1
-2 downfall%1:11:01:: 1
-2 down%5:00:00:descending(a):00 4
-2 down%4:02:03:: 3
-2 dove%1:05:00:: 1
-2 doubtful%5:00:00:uncertain:02 2
-2 doubt%2:32:00:: 2
-2 double_entendre%1:10:00:: 1
-2 double%2:35:00:: 2
-2 dotted%5:00:00:patterned:00 1
-2 dose%1:23:00:: 2
-2 dormitory%1:06:00:: 1
-2 dormant%5:00:00:asleep(p):00 3
-2 dooryard%1:06:00:: 1
-2 doomed%5:00:00:dead:01 1
-2 donation%1:21:00:: 1
-2 dominated%5:00:00:controlled:00 1
-2 domain%1:15:00:: 2
-2 dollar_volume%1:07:00:: 1
-2 doleful%5:00:00:sad:00 1
-2 dogmatically%4:02:00:: 1
-2 dogged%5:00:00:stubborn:00 1
-2 dog%2:38:00:: 1
-2 doctrinaire%5:00:00:instructive:00 1
-2 dock%2:38:00:: 1
-2 dock%1:06:02:: 1
-2 do-it-yourself%5:00:00:homemade:00 1
-2 do%2:42:02:: 10
-2 do%2:41:03:: 11
-2 do%2:29:04:: 12
-2 divorce%2:41:00:: 2
-2 divinely%4:02:00:: 1
-2 divided%3:00:00:: 1
-2 divide%2:35:00:: 4
-2 divert%2:38:01:: 2
-2 divert%2:38:00:: 1
-2 diversity%1:07:02:: 1
-2 diversion%1:04:01:: 2
-2 diversion%1:04:00:: 1
-2 divergent%5:00:00:different:00 1
-2 ditch%1:06:00:: 1
-2 disturbed%5:00:00:disarranged:00 1
-2 disturbance%1:26:02:: 2
-2 disturb%2:35:00:: 3
-2 disturb%2:30:00:: 4
-2 district_attorney%1:18:00:: 1
-2 distress%1:12:00:: 3
-2 distraction%1:09:00:: 1
-2 distortion%1:11:00:: 1
-2 distorted%5:00:00:crooked:01 1
-2 distinguished%5:00:00:dignified:00 2
-2 distinctively%4:02:00:: 1
-2 distant%3:00:02:: 2
-2 dissolve%2:30:02:: 3
-2 dissection%1:04:01:: 1
-2 dissatisfied%5:00:00:discontented:00 1
-2 dissatisfaction%1:12:00:: 1
-2 disruptive%5:00:00:unquiet:00 1
-2 disrupt%2:30:01:: 2
-2 disrepair%1:26:00:: 1
-2 disregard%2:32:00:: 2
-2 dispute%2:32:01:: 2
-2 disposition%1:07:00:: 1
-2 dispose_of%2:41:00:: 1
-2 dispose%2:31:00:: 3
-2 disposal_plant%1:06:00:: 1
-2 display%2:39:01:: 2
-2 displacement%1:04:00:: 1
-2 disperse%2:35:00:: 1
-2 dispassionately%4:02:00:: 1
-2 disparate%5:00:00:different:00 1
-2 disorganized%3:00:00:: 1
-2 disobedient%3:00:00:: 1
-2 dismayed%5:00:00:afraid(p):00 1
-2 dismay%1:12:00:: 2
-2 dismally%4:02:01:: 1
-2 disloyalty%1:07:00:: 1
-2 dislodge%2:35:00:: 1
-2 dislike%1:12:00:: 2
-2 disintegration%1:26:00:: 1
-2 disintegrate%2:30:00:: 1
-2 dishonor%2:41:00:: 1
-2 dishearten%2:37:00:: 1
-2 disgusted%5:00:00:displeased:00 1
-2 disguised%5:00:00:covert:00 1
-2 disguise%1:07:00:: 1
-2 disgrace%2:41:00:: 1
-2 disgrace%1:26:00:: 1
-2 disenfranchisement%1:04:00:: 1
-2 disdain%2:37:00:: 1
-2 disdain%1:12:00:: 1
-2 discriminate%2:31:00:: 1
-2 discretion%1:09:00:: 2
-2 discovered%5:00:00:unconcealed:00 1
-2 discovered%5:00:00:determined:00 2
-2 discourse%1:10:01:: 1
-2 discouraged%5:00:00:pessimistic:00 1
-2 discourage%2:32:02:: 3
-2 discontinue%2:42:01:: 2
-2 discontent%1:12:00:: 1
-2 disconcerting%5:00:00:displeasing:00 1
-2 discipline%1:09:01:: 2
-2 discipline%1:09:00:: 1
-2 discipline%1:07:00:: 3
-2 disarming%5:00:00:pleasing:00 1
-2 disarm%2:33:00:: 1
-2 disapprove%2:32:00:: 2
-2 disagreement%1:07:00:: 2
-2 disabuse%2:32:00:: 1
-2 disabling%5:00:00:unhealthful:00 1
-2 disabled%1:14:00:: 1
-2 dirty%3:00:02:: 2
-2 dirge%1:10:00:: 1
-2 direction%1:10:02:: 6
-2 directed%5:00:00:oriented:00 1
-2 direct_loan%1:21:00:: 1
-2 diplomatic%3:01:00:: 1
-2 dip%2:35:00:: 1
-2 dinnertime%1:28:00:: 1
-2 diminutive%5:00:00:small:00 1
-2 diminish%2:30:04:: 2
-2 dimethylglyoxime%1:27:00:: 1
-2 dime%1:21:00:: 1
-2 dilution%1:04:00:: 2
-2 dilapidated%5:00:00:damaged:00 1
-2 dignified%3:00:00:: 1
-2 dig_up%2:35:00:: 1
-2 dig_in%2:35:00:: 1
-2 diffusing%5:00:00:distributive:00 1
-2 different%5:00:00:unusual:00 3
-2 difference_of_opinion%1:10:00:: 1
-2 difference%1:10:00:: 4
-2 diethylaminoethyl_cellulose%1:27:00:: 1
-2 die_out%2:30:00:: 1
-2 die_away%2:30:00:: 1
-2 dictum%1:10:00:: 1
-2 dickens%1:10:00:: 1
-2 diatomic%3:01:00:: 1
-2 diaphyseal%3:01:00:: 1
-2 diaphragm%1:08:00:: 2
-2 diam%1:07:00:: 1
-2 dialogue%1:10:02:: 3
-2 dialogue%1:10:00:: 2
-2 diabetic%1:18:00:: 1
-2 dextrous%5:00:00:adroit:00 1
-2 dexamethasone%1:27:00:: 1
-2 dew%1:27:00:: 1
-2 devotion%1:12:00:: 1
-2 devotee%1:18:00:: 1
-2 device%1:10:00:: 2
-2 device%1:04:00:: 3
-2 deviation%1:11:00:: 1
-2 deviate%2:38:00:: 1
-2 developing%5:00:00:nonindustrial:00 1
-2 develop_into%2:30:00:: 1
-2 detest%2:37:00:: 1
-2 determinant%1:09:00:: 1
-2 deteriorate%2:29:00:: 2
-2 detective_story%1:10:00:: 1
-2 detection%1:04:00:: 2
-2 detected%3:00:00:: 1
-2 details%1:10:00:: 1
-2 detail%1:14:01:: 4
-2 detached%5:00:00:separate:00 2
-2 destroy%2:33:00:: 3
-2 destine%2:31:00:: 2
-2 destination%1:15:00:: 1
-2 dessert%1:13:00:: 1
-2 despotism%1:26:00:: 1
-2 despatch%2:38:00:: 1
-2 desire%2:37:02:: 2
-2 desire%2:37:01:: 3
-2 desire%1:26:00:: 3
-2 designer%1:18:02:: 1
-2 designed%5:00:00:planned:00 1
-2 designation%1:10:00:: 1
-2 design%1:06:00:: 4
-2 deserving%5:00:00:worthy:00 1
-2 deserved%5:00:00:merited:00 1
-2 desertion%1:04:00:: 1
-2 desert%2:41:00:: 2
-2 descriptive%3:00:02:: 1
-2 descent%1:11:00:: 1
-2 descent%1:07:00:: 2
-2 deride%2:32:00:: 1
-2 deranged%5:00:00:insane:00 1
-2 depredation%1:04:00:: 1
-2 depreciation%1:04:00:: 1
-2 deprecatory%5:00:00:uncomplimentary:00 1
-2 deposit%2:40:00:: 2
-2 deposit%2:35:01:: 3
-2 depose%2:41:00:: 1
-2 deportee%1:18:00:: 1
-2 deploy%2:33:00:: 1
-2 deplore%2:32:00:: 1
-2 deplorable%5:00:00:bad:00 1
-2 depletion%1:04:00:: 1
-2 depleted%5:00:00:exhausted:00 1
-2 depict%2:36:01:: 3
-2 dependent%5:00:00:conditional:00 2
-2 dependent%1:18:00:: 1
-2 departure%1:11:01:: 2
-2 department_of_labor%1:14:00:: 1
-2 department_of_commerce%1:14:00:: 1
-2 departing%5:00:00:outgoing:00 1
-2 dental%3:01:00:: 1
-2 density%1:07:01:: 2
-2 dense%5:00:00:concentrated:00 2
-2 denounce%2:41:00:: 2
-2 demythologized%5:00:00:rational:00 1
-2 demure%5:00:00:modest:01 1
-2 demonstration%1:10:03:: 4
-2 demonstrate%2:32:00:: 4
-2 demolish%2:36:00:: 1
-2 demarcation%1:15:00:: 1
-2 deliver%2:41:00:: 5
-2 delirium%1:26:01:: 1
-2 delightfully%4:02:00:: 1
-2 delicious%5:00:00:pleasing:00 1
-2 delicacy%1:07:00:: 1
-2 deliberately%4:02:01:: 2
-2 deliberate%5:00:00:unhurried:00 2
-2 deliberate%5:00:00:intended:00 1
-2 delay%1:28:00:: 1
-2 delay%1:04:00:: 2
-2 dejection%1:26:00:: 1
-2 deity%1:18:00:: 1
-2 defy%2:42:01:: 2
-2 defray%2:40:00:: 1
-2 defraud%2:41:00:: 1
-2 definitive%5:00:00:explicit:00 1
-2 defined%3:00:00:: 1
-2 define%2:42:03:: 4
-2 deficiency%1:07:00:: 2
-2 defiant%3:00:00:: 1
-2 defiance%1:10:00:: 2
-2 defer%2:42:00:: 1
-2 defense_program%1:09:00:: 1
-2 defense%1:14:01:: 3
-2 defense%1:10:00:: 4
-2 defend%2:33:05:: 4
-2 defective%5:00:00:imperfect:00 1
-2 defect%1:26:01:: 1
-2 defect%1:07:01:: 2
-2 deer%1:05:00:: 1
-2 deep_south%1:15:00:: 1
-2 deep-set%5:00:00:hollow:00 1
-2 deep%5:00:00:thick:01 8
-2 deduce%2:32:00:: 2
-2 decrement%1:07:00:: 1
-2 decree%2:32:00:: 1
-2 declining%5:00:00:falling:00 1
-2 decline%2:30:00:: 4
-2 decline%1:26:00:: 2
-2 declaim%2:32:00:: 1
-2 deck%1:06:01:: 2
-2 decisively%4:02:01:: 1
-2 decision_making%1:09:00:: 1
-2 decision%1:11:02:: 3
-2 deceptive%5:00:00:unreal:02 1
-2 decency%1:07:01:: 2
-2 decency%1:07:00:: 1
-2 deceleration%1:07:00:: 1
-2 deceive%2:32:00:: 2
-2 decedent%1:18:00:: 1
-2 decay%2:30:00:: 2
-2 decay%1:22:02:: 1
-2 decay%1:22:01:: 2
-2 debut%2:36:02:: 1
-2 debility%1:26:00:: 1
-2 debilitating%3:00:00:: 1
-2 debate%2:31:00:: 1
-2 deathlike%5:00:00:dead:01 1
-2 deathbed%1:28:00:: 1
-2 dearly%4:02:02:: 1
-2 dealer%1:14:00:: 2
-2 deal%2:40:02:: 9
-2 deal%1:10:00:: 2
-2 deaf%1:14:00:: 1
-2 deadlock%1:26:00:: 1
-2 deadline%1:28:00:: 1
-2 dead%5:00:00:tired:00 3
-2 de-iodinating%3:00:00:: 1
-2 de-iodinate%2:30:00:: 1
-2 dazzling%5:00:01:impressive:00 1
-2 dazed%5:00:00:lethargic:00 2
-2 daylight%1:19:00:: 2
-2 day_off%1:28:00:: 1
-2 dash%2:30:00:: 2
-2 darkness%1:26:01:: 3
-2 dark-blue%5:00:00:chromatic:00 1
-2 dark%1:09:00:: 5
-2 dapper%5:00:00:fashionable:00 1
-2 danish%1:10:00:: 1
-2 dangle%2:35:00:: 2
-2 dangerously%4:02:00:: 1
-2 dance%2:38:02:: 3
-2 dampen%2:30:01:: 2
-2 damned%1:14:00:: 1
-2 damnation%1:10:00:: 1
-2 damn%5:00:02:cursed:00 2
-2 damn%4:02:00:: 1
-2 dam%1:06:00:: 1
-2 daddy%1:18:00:: 1
-2 dab%2:35:01:: 1
-2 cynical%5:00:00:distrustful:00 1
-2 cycle%1:14:00:: 2
-2 cycle%1:11:02:: 3
-2 cutting%1:04:03:: 1
-2 cut_up%2:35:00:: 1
-2 cut_out%2:30:00:: 1
-2 cut_off%2:35:00:: 3
-2 cut_across%2:42:00:: 2
-2 cut%2:35:10:: 4
-2 customarily%4:02:00:: 1
-2 cushion%2:35:00:: 1
-2 curve%2:38:00:: 1
-2 curtain_call%1:10:00:: 1
-2 curtain%1:17:00:: 2
-2 cursed%3:00:00:: 1
-2 curse%2:32:01:: 3
-2 curly%3:00:00:: 1
-2 curled_up%5:00:00:coiled:00 1
-2 curl%2:38:00:: 2
-2 curl%2:35:01:: 3
-2 curiously%4:02:00:: 2
-2 curio%1:06:00:: 1
-2 curbside%1:06:00:: 1
-2 curb%2:41:00:: 1
-2 curb%2:30:01:: 2
-2 cupboard%1:06:00:: 1
-2 cup%2:30:00:: 1
-2 cup%1:25:00:: 3
-2 cunning%1:09:00:: 1
-2 cumbersome%5:00:00:unwieldy:00 1
-2 cultured%5:00:00:refined:01 1
-2 cultist%1:18:00:: 1
-2 cuddle%2:35:00:: 1
-2 cube%1:25:00:: 1
-2 crystallize%2:30:02:: 1
-2 crystal%1:06:02:: 2
-2 cryptic%5:00:00:inexplicable:00 1
-2 cry%2:32:02:: 4
-2 crutch%1:06:00:: 1
-2 crusted%5:00:00:covered:00 1
-2 crusher%1:06:00:: 1
-2 crushed%5:00:00:rough:00 1
-2 crush%2:30:00:: 4
-2 crusade%1:04:00:: 1
-2 crummy%5:00:00:inferior:02 1
-2 crumble%2:38:00:: 1
-2 cruise%2:38:02:: 2
-2 crude%5:00:00:indecent:00 2
-2 crucify%2:41:00:: 1
-2 crown%2:41:00:: 1
-2 crown%2:30:01:: 2
-2 crowd%2:38:00:: 3
-2 crow%2:32:01:: 2
-2 crow%2:32:00:: 1
-2 crow%1:05:00:: 1
-2 crouch%1:04:00:: 1
-2 cross-sectional%3:01:00:: 1
-2 cross%1:06:01:: 1
-2 crop_up%2:39:00:: 1
-2 crooked%3:00:01:: 1
-2 crook%1:18:00:: 1
-2 criticism%1:10:01:: 3
-2 criticise%2:32:00:: 1
-2 critically%4:02:00:: 1
-2 critical%5:00:00:crucial:00 5
-2 critic%1:18:01:: 2
-2 criterion%1:09:00:: 2
-2 crispness%1:07:02:: 1
-2 cripple%2:30:00:: 1
-2 cringe%2:38:01:: 1
-2 criminality%1:26:00:: 1
-2 crime%1:04:01:: 2
-2 crew_member%1:18:00:: 1
-2 creep%2:38:06:: 3
-2 creed%1:09:00:: 1
-2 credit%2:40:00:: 3
-2 credit%1:21:00:: 5
-2 creature%1:18:01:: 2
-2 creativity%1:09:00:: 1
-2 creation%1:11:00:: 3
-2 creation%1:04:01:: 4
-2 cream%1:14:00:: 1
-2 creaking%5:00:00:noisy:00 1
-2 crazy%5:00:00:loving:00 3
-2 crazy%5:00:00:impractical:00 2
-2 crazily%4:02:00:: 1
-2 crash%2:35:00:: 3
-2 crane%2:29:00:: 1
-2 cradle%1:06:00:: 1
-2 crackle%2:39:00:: 1
-2 crackle%1:11:00:: 1
-2 crack%5:00:00:superior:02 1
-2 crack%2:39:00:: 3
-2 crack%2:35:00:: 4
-2 crack%2:30:09:: 5
-2 crack%1:06:00:: 2
-2 cozy%5:00:00:comfortable:00 1
-2 coyness%1:07:00:: 1
-2 cowardly%3:00:00:: 1
-2 cowardice%1:07:00:: 1
-2 covertly%4:02:00:: 1
-2 cover_up%2:39:12:: 1
-2 cover_up%2:32:00:: 2
-2 cover%2:33:01:: 9
-2 cover%1:06:04:: 4
-2 courtyard%1:06:00:: 1
-2 courtier%1:18:00:: 1
-2 courtesy%1:04:00:: 1
-2 court_order%1:10:00:: 1
-2 court%1:06:01:: 4
-2 coupling%1:06:01:: 1
-2 couple%2:35:01:: 2
-2 couple%1:23:00:: 4
-2 countryside%1:15:00:: 1
-2 country%5:00:01:rural:00 1
-2 counting%1:04:00:: 1
-2 counterpoint%1:10:00:: 1
-2 counteract%2:41:00:: 1
-2 counter%5:00:00:negative:02 1
-2 counter%2:32:00:: 1
-2 count%2:42:01:: 5
-2 count%2:31:00:: 6
-2 cotton%1:06:00:: 2
-2 costly%5:00:02:expensive:00 1
-2 costly%5:00:01:expensive:00 2
-2 cosponsor%2:40:00:: 1
-2 cosmetics%1:06:00:: 1
-2 corticofugal%5:00:00:efferent:00 1
-2 cortico-hypothalamic%3:01:00:: 1
-2 correspondent%1:18:01:: 2
-2 correspondence%1:07:02:: 2
-2 correlation%1:09:00:: 2
-2 correlated%5:00:00:related:02 1
-2 correctness%1:07:01:: 1
-2 correction%1:04:00:: 1
-2 correct%5:00:02:proper:00 3
-2 corral%1:06:00:: 1
-2 corpuscular_radiation%1:19:00:: 1
-2 corps%1:14:01:: 2
-2 corporate%5:00:00:corporeal:00 2
-2 coronary_artery%1:08:00:: 1
-2 corn%1:20:02:: 2
-2 core%1:17:00:: 3
-2 core%1:09:00:: 4
-2 coquette%1:18:00:: 1
-2 copy%1:10:01:: 3
-2 coordinate%1:09:00:: 1
-2 coop%1:06:01:: 1
-2 coolant%1:27:00:: 1
-2 cool%5:00:00:composed:00 3
-2 convulsively%4:02:00:: 1
-2 convulsive%5:00:00:unsteady:00 1
-2 convincingly%4:02:00:: 1
-2 convertible%1:06:00:: 1
-2 conversion%1:04:02:: 3
-2 conventional%5:00:00:orthodox:00 2
-2 convene%2:38:00:: 1
-2 convection%1:22:01:: 1
-2 controlling%1:04:00:: 1
-2 controller%1:18:00:: 1
-2 control%1:09:01:: 8
-2 contrivance%1:06:00:: 1
-2 contribution%1:21:01:: 4
-2 contrast%1:09:00:: 4
-2 contract%2:35:04:: 3
-2 contract%2:29:00:: 4
-2 contract%1:10:01:: 2
-2 contour%1:07:00:: 2
-2 contortion%1:25:00:: 2
-2 continuum%1:28:00:: 1
-2 continue%2:41:00:: 5
-2 continuation%1:04:00:: 1
-2 continuance%1:04:00:: 1
-2 continent%1:15:00:: 2
-2 content%2:37:00:: 2
-2 content%1:23:00:: 4
-2 content%1:09:00:: 5
-2 contend%2:32:00:: 3
-2 contemptuous%5:00:00:disrespectful:00 1
-2 contempt%1:07:00:: 2
-2 contemplation%1:09:00:: 2
-2 contamination%1:26:00:: 1
-2 contain%2:41:00:: 3
-2 contact%1:26:00:: 3
-2 contact%1:11:00:: 4
-2 consumption%1:04:01:: 1
-2 consummate%2:36:01:: 1
-2 consume%2:34:02:: 3
-2 consultation%1:10:01:: 2
-2 consultation%1:10:00:: 1
-2 consult%2:32:05:: 4
-2 consult%2:32:03:: 3
-2 constructively%4:02:00:: 1
-2 construction%1:09:00:: 3
-2 construct%2:35:00:: 3
-2 constitution%1:10:00:: 1
-2 constituent%1:18:00:: 2
-2 consternation%1:12:00:: 1
-2 constantly%4:02:03:: 2
-2 constant%3:00:00:: 3
-2 conspire%2:31:01:: 2
-2 conspiracy%1:14:00:: 3
-2 conspicuously%4:02:01:: 2
-2 conspicuously%4:02:00:: 1
-2 conspicuous%3:00:00:: 1
-2 consort%2:41:12:: 1
-2 consonant_system%1:10:00:: 1
-2 consonant%1:10:01:: 2
-2 consistent%5:00:00:coherent:00 2
-2 consistency%1:07:02:: 2
-2 consistency%1:07:00:: 1
-2 considerately%4:02:00:: 1
-2 considerate%3:00:00:: 1
-2 consider%2:31:08:: 6
-2 conserving%5:00:00:protective:00 1
-2 conservation%1:11:00:: 1
-2 conscientious%5:00:00:careful:00 1
-2 conquest%1:04:01:: 1
-2 connote%2:32:01:: 1
-2 connotation%1:09:00:: 2
-2 connoisseur%1:18:00:: 1
-2 connective%5:00:00:conjunctive:00 1
-2 connection%1:18:01:: 4
-2 conjugal%3:01:00:: 1
-2 congressional%3:01:00:: 1
-2 congregation%1:14:01:: 2
-2 congregate%2:38:00:: 1
-2 congeal%2:30:00:: 1
-2 confused%5:00:00:unoriented:00 3
-2 confused%5:00:00:disorganized:00 4
-2 confound%2:31:02:: 1
-2 conformity%1:07:02:: 1
-2 conformity%1:04:00:: 2
-2 conformational_entropy%1:19:00:: 1
-2 conform_to%2:42:00:: 2
-2 conflicting%5:00:00:inconsistent:00 1
-2 conflict%2:42:00:: 1
-2 conflict%1:26:00:: 4
-2 conflict%1:07:00:: 5
-2 confiscate%2:40:01:: 1
-2 confirmed%5:00:00:unchangeable:00 1
-2 confirm%2:30:00:: 3
-2 confidently%4:02:00:: 1
-2 confidentially%4:02:01:: 1
-2 confidential%5:00:00:private:00 1
-2 confidant%1:18:00:: 1
-2 conference_house%1:06:00:: 1
-2 conference%1:14:01:: 2
-2 conference%1:10:00:: 3
-2 confederate%5:00:00:southern:02 1
-2 conductivity%1:19:00:: 1
-2 conduction%1:19:00:: 1
-2 conducting_wire%1:06:00:: 1
-2 conduct%2:41:01:: 3
-2 conduct%2:38:01:: 4
-2 conditioning%1:09:00:: 1
-2 conditioned_stimulus%1:09:00:: 1
-2 conditioned_reflex%1:04:00:: 1
-2 condition%2:41:01:: 1
-2 condition%1:26:01:: 3
-2 condensed%5:00:00:combined:00 1
-2 condensed%5:00:00:abridged:00 2
-2 condense%2:30:01:: 1
-2 condemn%2:32:02:: 2
-2 concretistic%3:01:00:: 1
-2 concordant%5:00:00:consistent:00 1
-2 concluding%5:00:00:closing:00 1
-2 concierge%1:18:00:: 1
-2 concession%1:10:00:: 1
-2 concerned%5:00:00:related:02 3
-2 concern%1:14:00:: 5
-2 conceptuality%1:09:00:: 1
-2 conception%1:11:00:: 3
-2 concentration%1:11:00:: 4
-2 concentration%1:09:00:: 5
-2 concentrated%5:00:00:intense:00 3
-2 concentrate%2:30:07:: 4
-2 conceive%2:29:00:: 3
-2 conceivable%5:00:00:thinkable:00 2
-2 concealed%5:00:00:invisible:00 1
-2 compromise%2:32:00:: 2
-2 compress%2:35:00:: 2
-2 compress%1:06:00:: 1
-2 composition%1:27:00:: 3
-2 composite%5:00:00:complex:00 1
-2 composed%3:00:00:: 2
-2 compliment%2:32:00:: 1
-2 complication%1:26:00:: 2
-2 complicate%2:30:01:: 2
-2 completion%1:04:00:: 3
-2 completeness%1:26:00:: 1
-2 competing%5:00:00:competitive:00 1
-2 compassion%1:12:00:: 1
-2 compass%1:07:00:: 2
-2 comparative_literature%1:09:00:: 1
-2 comparable_with%5:00:00:comparable:00 1
-2 compact%3:00:00:: 1
-2 commuting%1:04:00:: 1
-2 commuter_traffic%1:14:00:: 1
-2 commuter%1:18:00:: 2
-2 commute%2:38:00:: 2
-2 commute%2:30:00:: 3
-2 community%5:00:02:common:02 1
-2 community%1:14:04:: 4
-2 communicational%5:00:00:communicative:00 1
-2 commune%2:32:02:: 1
-2 communal%5:00:00:common:02 1
-2 commotion%1:04:00:: 2
-2 commonwealth%1:15:00:: 1
-2 commonwealth%1:14:00:: 2
-2 common_sense%1:09:00:: 1
-2 common%5:00:00:informal:02 5
-2 commitment%1:07:01:: 1
-2 commitment%1:04:00:: 2
-2 commission%2:41:01:: 1
-2 commercial%3:01:00:: 2
-2 commentator%1:18:01:: 1
-2 commendable%5:00:00:worthy:00 1
-2 commemorate%2:31:00:: 2
-2 commando%1:18:00:: 1
-2 commandment%1:10:00:: 1
-2 command%1:07:02:: 4
-2 coming%1:04:02:: 1
-2 coming%1:04:01:: 2
-2 comic%3:01:00:: 2
-2 comfortably%4:02:02:: 2
-2 comfortable%3:00:01:: 2
-2 comedy%1:10:01:: 2
-2 comeback%1:10:00:: 1
-2 come_up%2:42:00:: 5
-2 come_up%2:38:03:: 6
-2 come_to_life%2:30:00:: 1
-2 come_to%2:29:00:: 4
-2 come_out%2:38:06:: 5
-2 come_out%2:31:00:: 6
-2 come_on%2:30:02:: 3
-2 come_off%2:35:00:: 1
-2 come_near%2:38:00:: 2
-2 come_into%2:40:00:: 1
-2 come_in_for%2:42:00:: 1
-2 come_forth%2:30:00:: 1
-2 come_down%2:30:00:: 2
-2 come_close%2:42:00:: 2
-2 come_back%2:32:00:: 3
-2 come_away%2:35:00:: 1
-2 come_along%2:30:01:: 2
-2 come_after%2:42:00:: 1
-2 come%2:42:00:: 14
-2 come%2:30:13:: 15
-2 combustion%1:22:00:: 1
-2 combine%2:41:00:: 5
-2 colt%1:05:02:: 1
-2 colorado%1:15:00:: 1
-2 color%2:32:00:: 2
-2 color%1:14:00:: 4
-2 colony%1:14:01:: 2
-2 colon%1:08:00:: 1
-2 collusion%1:09:00:: 1
-2 colloidal%3:01:00:: 1
-2 college_student%1:18:00:: 1
-2 collect%2:40:03:: 5
-2 collapse%1:11:00:: 2
-2 coil%2:38:00:: 1
-2 coherent%5:00:00:rational:00 2
-2 coffee_shop%1:06:00:: 1
-2 coffee_cup%1:06:00:: 1
-2 coexistence%1:26:00:: 1
-2 coerce%2:41:00:: 1
-2 codification%1:04:00:: 1
-2 coddle%2:41:00:: 1
-2 cockpit%1:06:00:: 1
-2 cock%2:38:01:: 1
-2 cock%2:35:00:: 2
-2 coaxing%5:00:00:persuasive:00 1
-2 coalesce%2:30:00:: 1
-2 coach%2:32:00:: 1
-2 clutch%1:04:00:: 1
-2 cluster%2:35:00:: 2
-2 clue%1:10:01:: 2
-2 cluck%1:11:00:: 1
-2 clubhouse%1:06:00:: 1
-2 club%1:06:02:: 4
-2 clouded%5:00:00:troubled:00 1
-2 clotheshorse%1:06:00:: 1
-2 clothe%2:41:00:: 2
-2 closing%1:04:01:: 1
-2 closely%4:02:02:: 2
-2 closely%4:02:01:: 3
-2 close_up%4:02:00:: 1
-2 close%5:00:00:equal:00 6
-2 close%2:42:00:: 5
-2 clod%1:14:00:: 1
-2 clobber%2:35:01:: 1
-2 clip%2:35:03:: 1
-2 clip%1:06:00:: 1
-2 cling%2:35:02:: 3
-2 climb%2:38:01:: 2
-2 climb%2:30:00:: 3
-2 climax%2:30:00:: 1
-2 climax%1:11:00:: 1
-2 climax%1:10:00:: 2
-2 click%1:11:00:: 1
-2 clever%5:00:00:smart:00 2
-2 clerk%1:18:01:: 2
-2 clergy%1:14:00:: 1
-2 cleft%1:25:00:: 1
-2 clear_out%2:38:00:: 1
-2 clear-cut%5:00:00:clear:00 1
-2 clear%2:43:00:: 3
-2 clear%2:32:01:: 4
-2 clear%2:30:01:: 5
-2 cleanly%4:02:00:: 1
-2 clean%5:00:00:unqualified:02 2
-2 clean%2:35:01:: 3
-2 claw%1:05:00:: 1
-2 clause%1:10:00:: 1
-2 classified%3:00:01:: 1
-2 classical%5:00:00:standard:01 2
-2 classic%1:06:00:: 1
-2 class%2:31:00:: 1
-2 class%1:14:05:: 5
-2 clash%1:11:00:: 1
-2 clapping%1:10:00:: 1
-2 clap%2:35:03:: 1
-2 clap%1:11:00:: 1
-2 clanking%5:00:00:noisy:00 1
-2 clangor%1:11:00:: 1
-2 clamshell%1:05:00:: 1
-2 clammy%5:00:00:wet:01 1
-2 clam%1:05:00:: 1
-2 claim%1:07:01:: 5
-2 civilian%1:18:00:: 1
-2 civil_service%1:14:00:: 1
-2 city_of_god%1:15:00:: 1
-2 citizens_committee%1:14:00:: 1
-2 cite%2:32:02:: 4
-2 citation%1:10:00:: 1
-2 circus%1:14:00:: 1
-2 circus%1:04:00:: 2
-2 circumstances%1:26:02:: 1
-2 circulating%5:00:00:moving:02 1
-2 circulate%2:32:01:: 1
-2 circulate%2:32:00:: 2
-2 circle%1:04:00:: 4
-2 cincinnati%1:15:00:: 1
-2 cinch%1:04:01:: 1
-2 churchgoing%5:00:00:religious:00 1
-2 chuck%2:35:00:: 1
-2 christmas%1:28:00:: 2
-2 christian_church%1:14:00:: 1
-2 chorine%1:18:00:: 1
-2 choreography%1:04:00:: 1
-2 chord%1:25:00:: 1
-2 chord%1:10:00:: 2
-2 chop%2:35:01:: 1
-2 choked%5:00:00:obstructed:00 1
-2 choke_off%2:30:00:: 1
-2 choke%2:35:00:: 2
-2 choir%1:14:00:: 1
-2 chlorothiazide%1:06:00:: 1
-2 chloride%1:27:00:: 1
-2 chiseled%5:00:00:distinct:00 1
-2 chiropractor%1:18:00:: 1
-2 chinless%5:00:00:opisthognathous:00 1
-2 chin-up%1:04:00:: 1
-2 chin%2:38:00:: 1
-2 chilling%5:00:00:alarming:00 1
-2 chill%2:37:00:: 1
-2 chill%1:12:02:: 2
-2 childlike%5:00:00:young:00 1
-2 childishly%4:02:00:: 1
-2 childhood%1:26:00:: 2
-2 chick%1:05:00:: 1
-2 cheyenne%1:15:00:: 1
-2 cherished%5:00:00:loved:00 1
-2 chemically%4:02:01:: 1
-2 cheese%1:13:00:: 1
-2 cheerfully%4:02:00:: 1
-2 check%1:10:00:: 3
-2 cheat%2:41:00:: 1
-2 cheat%2:33:00:: 2
-2 chattering%3:44:00:: 1
-2 chatter%1:10:00:: 1
-2 chat%2:32:00:: 1
-2 charter%1:10:00:: 1
-2 chart%1:06:00:: 2
-2 charm%2:37:00:: 1
-2 charity%1:14:00:: 1
-2 charitable%3:01:00:: 1
-2 charge%2:35:00:: 8
-2 charge%1:04:03:: 6
-2 charge%1:04:00:: 5
-2 charcoal%1:06:00:: 2
-2 chapter%1:28:00:: 2
-2 chapter%1:14:00:: 3
-2 chaotic%5:00:00:disorganized:00 1
-2 chant%2:32:01:: 2
-2 changed%5:00:00:altered:00 2
-2 changed%3:00:00:: 1
-2 change%1:21:02:: 5
-2 chance%2:41:01:: 1
-2 chance%1:07:00:: 4
-2 championship%1:26:00:: 1
-2 chambermaid%1:18:00:: 1
-2 chamber_of_commerce%1:14:00:: 1
-2 chair%1:04:00:: 2
-2 chain_reaction%1:22:01:: 1
-2 chain%1:06:00:: 3
-2 chagrin%1:12:00:: 1
-2 chafe%2:39:00:: 1
-2 ceylon%1:15:00:: 1
-2 certify%2:41:02:: 3
-2 certification%1:04:00:: 1
-2 ceremony%1:04:00:: 3
-2 cerebral_cortex%1:08:00:: 1
-2 cerebral%3:00:00:: 1
-2 centrifuge%1:06:00:: 1
-2 centrifugation%1:22:00:: 1
-2 centralized%3:00:00:: 1
-2 centralize%2:30:00:: 1
-2 central%5:00:00:inner(a):00 5
-2 centerfield%1:06:00:: 1
-2 centered%5:00:00:central:01 1
-2 center_punch%2:35:00:: 1
-2 center%5:00:00:central:01 1
-2 center%1:14:01:: 8
-2 cent%1:21:00:: 2
-2 cement%2:35:01:: 1
-2 cement%1:27:03:: 1
-2 cement%1:27:00:: 2
-2 celebrate%2:41:02:: 3
-2 celebrant%1:18:01:: 1
-2 ceiling%1:10:00:: 3
-2 ceaseless%5:00:00:continuous:01 1
-2 cc%1:23:00:: 1
-2 cave_in%2:38:00:: 1
-2 cautious%3:00:00:: 1
-2 caution%1:10:00:: 2
-2 caution%1:09:00:: 3
-2 cause%1:04:00:: 5
-2 cattleman%1:18:01:: 1
-2 catholic_church%1:14:00:: 1
-2 catheter%1:06:00:: 1
-2 catch_up_with%2:41:00:: 2
-2 catch_up%2:38:00:: 1
-2 catch_a_glimpse%2:39:00:: 1
-2 catch%2:40:00:: 10
-2 catch%2:33:10:: 11
-2 catch%2:30:00:: 12
-2 catcall%1:10:00:: 1
-2 catastrophically%4:02:00:: 1
-2 catapult%2:35:00:: 1
-2 catalogue%2:31:00:: 1
-2 catalog%1:10:00:: 1
-2 casual%5:00:02:unplanned:00 2
-2 casual%5:00:01:informal:01 3
-2 castroism%1:14:00:: 1
-2 cast_aside%2:40:00:: 1
-2 cast%2:36:01:: 3
-2 cash%2:40:00:: 1
-2 case_in_point%1:09:00:: 1
-2 case%1:23:00:: 10
-2 carving%1:06:00:: 1
-2 carven%3:00:00:: 1
-2 carved%3:00:00:: 1
-2 cartoon%1:10:00:: 1
-2 carry_over%2:38:01:: 2
-2 carry%2:42:02:: 10
-2 carry%2:33:01:: 11
-2 carry%2:31:12:: 12
-2 carriage%1:06:01:: 1
-2 carriage%1:06:00:: 2
-2 carpeted%3:00:00:: 1
-2 carnal%5:00:00:physical:00 1
-2 caress%1:04:00:: 1
-2 careful%5:00:00:mindful:00 2
-2 cardinal%1:18:00:: 1
-2 card%1:10:01:: 2
-2 carcass%1:05:00:: 1
-2 carbine%1:06:00:: 1
-2 car%1:06:01:: 2
-2 capture%1:04:00:: 1
-2 captivity%1:26:02:: 1
-2 captivate%2:37:00:: 1
-2 captain%1:18:06:: 5
-2 capsule%1:06:02:: 1
-2 capsule%1:06:00:: 2
-2 capital_stock%1:21:00:: 1
-2 capillary%1:06:00:: 1
-2 cape%1:17:00:: 1
-2 capacitor%1:06:00:: 1
-2 capable%5:00:00:adequate:00 4
-2 capable%3:00:02:: 3
-2 cap%1:06:02:: 2
-2 canvass%2:41:01:: 1
-2 canonist%3:01:00:: 1
-2 cancellation%1:04:00:: 1
-2 can%2:30:00:: 2
-2 can%1:06:00:: 1
-2 campus%1:15:00:: 1
-2 campaign%2:41:10:: 2
-2 camp%1:14:01:: 4
-2 camp%1:06:02:: 5
-2 calmness%1:07:00:: 1
-2 calmly%4:02:01:: 2
-2 calloused%5:00:00:tough:02 1
-2 call_up%2:32:03:: 1
-2 call_in%2:35:00:: 1
-2 call_in%2:32:02:: 2
-2 call%1:10:05:: 4
-2 caliber%1:07:00:: 1
-2 calculated%5:00:00:premeditated:00 1
-2 cake%1:06:00:: 1
-2 cage%1:26:00:: 2
-2 cadenza%1:10:00:: 1
-2 cackle%2:32:01:: 1
-2 cable%1:10:00:: 1
-2 by_far%4:02:00:: 1
-2 by_and_large%4:02:00:: 1
-2 by-product%1:06:00:: 2
-2 by%4:02:00:: 1
-2 buzzing%5:00:00:noisy:00 1
-2 buzz%2:42:00:: 3
-2 buy_up%2:40:00:: 1
-2 buy_out%2:40:00:: 1
-2 buy%2:40:02:: 2
-2 butt_against%2:35:00:: 1
-2 butt%2:35:00:: 2
-2 butt%1:06:00:: 1
-2 but%4:02:01:: 1
-2 bustling%5:00:00:active:06 1
-2 bustle%2:38:00:: 1
-2 business_district%1:15:00:: 1
-2 bush%1:15:00:: 2
-2 bush%1:14:00:: 3
-2 bus%1:06:00:: 1
-2 burst%2:42:00:: 5
-2 burst%2:30:02:: 6
-2 burst%1:04:01:: 2
-2 burr%1:20:00:: 1
-2 burning%5:00:01:hot:01 2
-2 burn_down%2:30:02:: 2
-2 burn%2:43:02:: 5
-2 burn%2:37:00:: 6
-2 burn%2:30:01:: 7
-2 burly%5:00:00:robust:00 1
-2 burglary%1:04:00:: 1
-2 burden%1:06:01:: 2
-2 bunkmate%1:18:00:: 1
-2 bundle%2:35:00:: 1
-2 bunch%2:38:00:: 1
-2 bump_off%2:41:00:: 1
-2 bump%2:35:00:: 1
-2 bum%1:18:02:: 1
-2 bulletin%2:32:00:: 1
-2 bulletin%1:10:00:: 1
-2 bull's_eye%1:15:00:: 2
-2 bull%1:05:01:: 1
-2 bulk%2:30:01:: 1
-2 bulb%1:20:00:: 1
-2 bulb%1:06:00:: 2
-2 built-in%5:00:00:intrinsic:00 1
-2 built%5:00:00:collective:00 2
-2 building%5:00:00:increasing:00 1
-2 build_up%2:33:00:: 4
-2 build_on%2:42:00:: 1
-2 build%1:07:00:: 1
-2 buggy%1:06:00:: 1
-2 buff%1:18:00:: 1
-2 budget%2:31:00:: 1
-2 bud%2:30:00:: 1
-2 bud%1:20:00:: 2
-2 buckle%1:06:00:: 1
-2 bucket%1:06:00:: 1
-2 buckboard%1:06:00:: 1
-2 buck%2:41:01:: 1
-2 brute%1:18:00:: 1
-2 brutality%1:07:00:: 1
-2 brutality%1:04:00:: 2
-2 brushy%5:00:00:wooded:00 1
-2 brushing%1:04:03:: 1
-2 brush_aside%2:32:00:: 1
-2 brush%2:38:00:: 4
-2 bruised%5:00:01:injured:00 1
-2 bruise%2:35:00:: 1
-2 brown%1:07:00:: 1
-2 brow%1:15:00:: 3
-2 brothel%1:06:00:: 1
-2 bronze%1:27:00:: 1
-2 broke%5:00:00:poor:00 1
-2 broil%2:30:00:: 1
-2 broadening%1:04:01:: 1
-2 broadcasting%1:10:01:: 1
-2 broadcast%2:32:01:: 1
-2 broad%5:00:00:clear:00 4
-2 brittle%5:00:00:breakable:00 1
-2 britain%1:15:00:: 1
-2 bristle%2:38:00:: 2
-2 brisk%5:00:00:energetic:00 1
-2 bring_up%2:41:00:: 2
-2 bring_out%2:35:00:: 2
-2 bring_forth%2:36:01:: 1
-2 bring%2:40:02:: 8
-2 brilliant%5:00:00:impressive:00 3
-2 brilliant%5:00:00:colorful:00 4
-2 brilliant%5:00:00:bright:00 5
-2 brier%1:20:04:: 1
-2 brief%1:10:01:: 1
-2 bridge%1:24:00:: 3
-2 bricklaying%1:04:00:: 1
-2 breathlessly%4:02:00:: 1
-2 breast%1:08:00:: 2
-2 breakwater%1:06:00:: 1
-2 breakup%1:04:00:: 1
-2 breaking_away%1:04:01:: 1
-2 breaking%3:44:00:: 1
-2 breakfast%2:34:00:: 1
-2 break_up%2:38:00:: 3
-2 break_out%2:38:00:: 3
-2 break_open%2:35:01:: 1
-2 break_off%2:30:03:: 1
-2 break_off%2:30:00:: 2
-2 break_loose%2:30:00:: 1
-2 break_into%2:30:00:: 2
-2 break_in%2:41:00:: 1
-2 break_in%2:32:00:: 2
-2 break_in%2:30:03:: 3
-2 break_down%2:37:00:: 3
-2 break_down%2:30:00:: 4
-2 break_camp%2:38:00:: 1
-2 break_away%2:38:01:: 1
-2 break%2:42:00:: 13
-2 break%2:33:00:: 14
-2 break%2:32:00:: 15
-2 break%2:30:05:: 17
-2 break%2:30:04:: 16
-2 break%1:11:01:: 2
-2 breadth%1:09:00:: 1
-2 breadth%1:07:00:: 2
-2 brazilian%3:01:00:: 1
-2 brazil%1:15:00:: 1
-2 brazen%5:00:00:unashamed:00 1
-2 bravely%4:02:00:: 1
-2 bravado%1:10:00:: 1
-2 brass%1:06:00:: 2
-2 brandish%2:35:00:: 1
-2 brand%1:10:02:: 3
-2 brake%1:06:00:: 1
-2 brag%2:32:00:: 1
-2 bracing%1:06:00:: 1
-2 brace%2:37:00:: 1
-2 brace%2:35:01:: 2
-2 boyish%5:00:00:young:00 1
-2 boycott%2:41:00:: 1
-2 bowl%1:06:01:: 1
-2 bow%1:06:00:: 2
-2 bovine%3:01:00:: 1
-2 boundary%1:25:00:: 2
-2 bound%5:00:01:certain:03 4
-2 bound%5:00:00:obligated(p):00 8
-2 bound%3:00:02:: 3
-2 bound%2:42:00:: 2
-2 bound%2:30:00:: 3
-2 bouncing%1:11:00:: 1
-2 bounce_back%2:30:00:: 1
-2 bounce%1:07:00:: 1
-2 bottom%1:08:00:: 3
-2 bottle%1:23:00:: 2
-2 boss%5:00:00:important:00 1
-2 boring%5:00:00:uninteresting:00 1
-2 bootlegger%1:18:00:: 1
-2 boost%2:30:02:: 2
-2 boom%1:11:01:: 1
-2 bookshelf%1:06:00:: 1
-2 booker%1:18:00:: 1
-2 bookcase%1:06:00:: 1
-2 book%1:10:02:: 3
-2 booby_trap%1:06:00:: 1
-2 bony%5:00:00:thin:03 1
-2 bone_marrow%1:08:00:: 1
-2 bombing%1:04:00:: 1
-2 bolt%2:38:00:: 1
-2 bolt%2:35:00:: 2
-2 bolt%1:19:00:: 1
-2 boldly%4:02:00:: 1
-2 bogey%2:35:00:: 1
-2 body_part%1:08:00:: 1
-2 body%1:07:00:: 7
-2 bodily%4:02:00:: 1
-2 boating%1:04:00:: 1
-2 boarding%1:04:00:: 1
-2 board%2:42:00:: 2
-2 bluster%1:26:00:: 1
-2 blur%2:39:01:: 1
-2 blunder%1:04:00:: 1
-2 bluff%1:10:00:: 2
-2 blues%1:10:00:: 1
-2 bludgeon%1:06:00:: 1
-2 blow_out%2:30:00:: 1
-2 blow%2:38:00:: 4
-2 blow%1:11:02:: 3
-2 blossom%2:30:00:: 2
-2 bloom%1:20:00:: 2
-2 bloodshed%1:04:01:: 1
-2 bloodhound%1:05:00:: 1
-2 blood_pressure%1:19:00:: 1
-2 blood%1:07:00:: 3
-2 blonde%1:18:00:: 1
-2 blond%3:00:00:: 1
-2 blockading%5:00:00:preventive:00 1
-2 block_capital%1:10:00:: 1
-2 blob%1:25:00:: 1
-2 blithely%4:02:00:: 1
-2 blistered%5:00:00:injured:00 1
-2 blister%2:30:00:: 1
-2 blissfully%4:02:00:: 1
-2 blink%2:29:01:: 2
-2 blind%5:00:00:imprudent:00 4
-2 blind%2:39:01:: 1
-2 blind%2:39:00:: 2
-2 blend%1:11:00:: 1
-2 bleed%2:29:01:: 2
-2 bleak%5:00:00:hopeless:00 1
-2 blazing%5:00:00:lighted:00 2
-2 blatant%5:00:00:unconcealed:00 1
-2 blatant%5:00:00:noisy:00 2
-2 blast%2:35:00:: 2
-2 blast%1:04:00:: 1
-2 blandly%4:02:00:: 1
-2 blame%1:10:00:: 2
-2 blackness%1:26:00:: 2
-2 blackmailer%1:18:00:: 1
-2 blackened%5:00:00:smoky:00 1
-2 blacken%2:30:00:: 1
-2 blackboard%1:06:00:: 1
-2 blackberry%1:13:00:: 1
-2 black%5:00:00:unfortunate:00 6
-2 black%5:00:00:hopeless:00 4
-2 black%5:00:00:evil:00 5
-2 bizarre%5:00:00:unconventional:01 1
-2 bitter_end%1:26:00:: 1
-2 bitter%5:00:00:tasteful:01 4
-2 bitter%5:00:00:sorrowful:00 5
-2 bite_out%2:32:00:: 1
-2 bite_off%2:35:00:: 1
-2 bite%2:39:00:: 2
-2 birth%1:11:00:: 2
-2 biomedicine%1:09:01:: 1
-2 biological_warfare%1:04:00:: 1
-2 bioassay%1:09:00:: 1
-2 bin%1:06:00:: 1
-2 bill%2:40:00:: 1
-2 big%5:00:00:loud:00 5
-2 big%5:00:00:intense:00 4
-2 big%5:00:00:conspicuous:00 6
-2 biceps%1:08:00:: 1
-2 bibliography%1:10:00:: 1
-2 bewilder%2:31:00:: 1
-2 bewhiskered%5:00:00:unshaven:00 1
-2 beware%2:31:00:: 1
-2 bevy%1:14:01:: 1
-2 beverage%1:13:00:: 1
-2 better%4:02:01:: 2
-2 betrayal%1:04:00:: 1
-2 betray%2:37:00:: 3
-2 best_seller%1:10:00:: 1
-2 bespectacled%5:00:00:adorned:00 1
-2 besmirch%2:32:00:: 1
-2 besieger%1:18:00:: 1
-2 besiege%2:33:00:: 1
-2 beset%2:33:00:: 2
-2 beseech%2:32:00:: 1
-2 berth%1:04:00:: 1
-2 berate%2:32:00:: 1
-2 bent%1:09:01:: 1
-2 beneficiary%1:18:00:: 1
-2 bench_press%1:04:00:: 1
-2 bemoan%2:32:00:: 1
-2 belt%1:15:00:: 3
-2 belowground%5:00:00:subsurface:00 1
-2 below%4:02:06:: 4
-2 below%4:02:02:: 3
-2 belong%2:42:01:: 5
-2 belly%1:08:02:: 2
-2 bellow%1:10:00:: 1
-2 bell%1:06:02:: 2
-2 believe%2:31:02:: 5
-2 belgian%3:01:00:: 1
-2 belch%2:29:00:: 1
-2 belch%1:04:00:: 1
-2 behalf%1:07:00:: 2
-2 beginning%5:00:00:elementary(a):00 2
-2 beginning%1:15:00:: 4
-2 beginning%1:04:00:: 5
-2 beget%2:29:00:: 1
-2 beg%2:40:00:: 3
-2 befit%2:42:00:: 1
-2 beer_bottle%1:06:00:: 1
-2 beef_cattle%1:05:00:: 1
-2 beech%1:20:00:: 1
-2 bedraggled%5:00:00:dirty:01 1
-2 bed%1:17:00:: 3
-2 beautiful%5:00:00:aesthetic:00 2
-2 beat_out%2:33:00:: 1
-2 beat%2:39:00:: 6
-2 bear_on%2:42:00:: 1
-2 bear_on%2:30:00:: 2
-2 bear_in_mind%2:31:00:: 1
-2 bear_down_on%2:38:00:: 1
-2 bean%1:13:00:: 1
-2 be_intimate%2:35:00:: 1
-2 be%2:40:00:: 10
-2 bavaria%1:15:00:: 1
-2 battleful%5:00:00:aggressive:00 1
-2 battle_line%1:15:00:: 1
-2 battle_flag%1:06:00:: 1
-2 batting_average%1:24:00:: 1
-2 batting%1:04:00:: 1
-2 battery%1:14:01:: 3
-2 battered%5:00:00:damaged:00 1
-2 batter%1:18:00:: 1
-2 battalion%1:14:00:: 1
-2 bathtub%1:06:00:: 1
-2 bathrobe%1:06:00:: 1
-2 bathing_suit%1:06:00:: 1
-2 bathe%2:35:00:: 2
-2 bath%1:04:00:: 2
-2 bat%2:29:00:: 2
-2 bat%1:05:00:: 2
-2 baste%2:30:00:: 1
-2 bass%1:07:01:: 1
-2 basophilic%3:01:00:: 1
-2 basket%1:23:00:: 2
-2 bask%2:35:00:: 2
-2 basin%1:06:00:: 1
-2 basic%5:00:00:elementary(a):00 4
-2 baseball_game%1:04:00:: 1
-2 baseball%1:06:00:: 2
-2 base%1:17:00:: 4
-2 base%1:15:00:: 5
-2 base%1:10:01:: 6
-2 base%1:09:00:: 7
-2 base%1:06:00:: 8
-2 bas_relief%1:25:00:: 1
-2 bartender%1:18:00:: 1
-2 barrier%1:17:00:: 3
-2 barricade%1:06:00:: 1
-2 barrel_roll%1:04:00:: 1
-2 barrel%1:25:00:: 3
-2 barrage%1:10:00:: 1
-2 barnyard%1:06:00:: 1
-2 barley%1:13:00:: 1
-2 barge%2:38:00:: 1
-2 barely%4:02:01:: 2
-2 barefoot%5:00:00:unshod:00 1
-2 bare%5:00:00:unclothed:00 2
-2 bare%5:00:00:meager:00 3
-2 bare%5:00:00:leafless:00 1
-2 barbecue%2:30:00:: 1
-2 baptist%1:18:00:: 1
-2 banter%1:10:00:: 1
-2 banquet%1:14:00:: 1
-2 bank%2:38:00:: 1
-2 bank%1:17:00:: 3
-2 banister%1:06:00:: 1
-2 bang%2:39:00:: 2
-2 bang%2:35:01:: 3
-2 bang%1:11:01:: 1
-2 bang%1:11:00:: 2
-2 band%1:07:00:: 3
-2 band%1:06:01:: 4
-2 ban%2:41:00:: 1
-2 ban%2:32:00:: 2
-2 ballad%1:10:00:: 2
-2 ball%1:14:00:: 4
-2 balkanize%2:41:00:: 1
-2 balance_of_power%1:26:00:: 1
-2 balance%2:35:00:: 3
-2 bag%1:23:01:: 2
-2 bag%1:06:03:: 3
-2 bag%1:06:02:: 4
-2 badger%2:37:00:: 1
-2 badge%1:09:00:: 2
-2 bad_weather%1:26:00:: 1
-2 bad_luck%1:26:00:: 1
-2 bad%1:07:00:: 1
-2 backward%4:02:01:: 2
-2 backward%3:00:01:: 1
-2 backstitch%2:35:00:: 1
-2 backstage%1:06:00:: 1
-2 backing%1:04:00:: 1
-2 background%1:11:01:: 5
-2 background%1:11:00:: 4
-2 backer%1:18:00:: 1
-2 backbend%1:04:00:: 1
-2 back_porch%1:06:00:: 1
-2 back_out%2:38:00:: 1
-2 back_down%2:38:00:: 1
-2 back%2:40:00:: 5
-2 bachelor%1:18:00:: 1
-2 babble%2:32:00:: 2
-2 ax%1:06:00:: 1
-2 awkward%3:00:00:: 2
-2 awed%5:00:00:reverent:00 1
-2 away%4:02:08:: 5
-2 away%4:02:05:: 6
-2 awareness%1:09:01:: 2
-2 award%2:40:01:: 2
-2 awakened%3:00:00:: 1
-2 awake%5:00:00:conscious:00 2
-2 average%5:00:00:moderate:00 4
-2 average%2:41:00:: 2
-2 avail%2:41:00:: 2
-2 avail%1:07:00:: 1
-2 auxiliary%1:18:00:: 1
-2 automotive%3:01:00:: 1
-2 automation%1:04:00:: 1
-2 auto_mechanics%1:04:00:: 1
-2 auto%1:06:00:: 1
-2 authority%1:09:00:: 4
-2 authoritarian%5:00:00:undemocratic:00 1
-2 austin%1:15:00:: 1
-2 aurally%4:02:00:: 1
-2 audition%2:36:00:: 1
-2 audit%1:21:00:: 1
-2 audible%3:00:00:: 1
-2 attribute%1:09:00:: 1
-2 attraction%1:10:00:: 2
-2 attraction%1:07:00:: 3
-2 attire%1:06:00:: 1
-2 attic%1:06:00:: 1
-2 attest%2:32:01:: 1
-2 attentive%3:00:00:: 1
-2 attention%1:09:01:: 5
-2 attendant%5:00:00:related:02 1
-2 attendance%1:04:00:: 1
-2 attend%2:41:12:: 2
-2 attempted%5:00:00:unsuccessful:00 1
-2 attempt%1:04:02:: 2
-2 attack%1:10:00:: 3
-2 attached%5:00:00:connected:00 1
-2 atomic_bomb%1:06:00:: 1
-2 at_the_least%4:02:00:: 1
-2 at_sea%5:00:00:afloat(p):00 2
-2 at_rest%4:02:00:: 1
-2 at_one_time%4:02:00:: 1
-2 at_most%4:02:00:: 1
-2 at_large%5:00:01:general:00 1
-2 at_issue%5:00:00:relevant:00 1
-2 at_home%5:00:00:settled:01 1
-2 at_heart%4:02:00:: 1
-2 at_first_sight%4:02:00:: 1
-2 asynchrony%1:24:00:: 1
-2 asymmetrically%4:02:00:: 1
-2 asymmetric%3:00:00:: 1
-2 astride%4:02:00:: 1
-2 astonishingly%4:02:00:: 1
-2 asterisk%1:10:00:: 1
-2 assured%5:00:00:confident:00 1
-2 assure%2:37:00:: 5
-2 assimilate%2:31:00:: 1
-2 assimilate%2:30:00:: 2
-2 assignment%1:04:02:: 3
-2 assignee%1:18:00:: 1
-2 asset%1:21:00:: 1
-2 assessor%1:18:00:: 1
-2 assertion%1:10:00:: 1
-2 assert%2:41:00:: 3
-2 assemblage%1:14:00:: 1
-2 aspire%2:31:00:: 1
-2 aspiration%1:07:00:: 1
-2 aspect%1:09:01:: 3
-2 ask%2:32:05:: 4
-2 asia_minor%1:15:00:: 1
-2 ashore%4:02:00:: 1
-2 ashen%5:00:00:colorless:02 1
-2 ash%1:27:01:: 1
-2 ascending%3:00:00:: 1
-2 as_it_is%4:02:00:: 1
-2 artificially%4:02:00:: 1
-2 artificial%5:00:00:affected:01 2
-2 arthritis%1:26:00:: 1
-2 arteriolosclerosis%1:26:00:: 1
-2 arteriole%1:08:00:: 1
-2 arrest%2:33:00:: 2
-2 arrangement%1:07:00:: 5
-2 arranged%3:00:00:: 1
-2 arrange%2:36:02:: 5
-2 arrange%2:29:00:: 6
-2 arouse%2:36:00:: 3
-2 arouse%2:29:01:: 5
-2 arouse%2:29:00:: 4
-2 around%4:02:03:: 5
-2 army%1:14:01:: 2
-2 armpit%1:08:00:: 1
-2 armored%3:00:01:: 1
-2 armor%1:06:00:: 1
-2 armadillo%1:05:00:: 1
-2 aristocracy%1:14:01:: 1
-2 arianist%1:18:00:: 1
-2 argument%1:10:00:: 3
-2 arctic%1:15:00:: 1
-2 approximate%2:31:00:: 2
-2 approvingly%4:02:00:: 1
-2 appropriately%4:02:00:: 1
-2 approach%1:06:00:: 3
-2 apprehend%2:31:00:: 1
-2 appreciation%1:09:01:: 2
-2 appraise%2:31:01:: 1
-2 appointee%1:18:01:: 2
-2 appointee%1:18:00:: 1
-2 appointed%5:00:00:assigned:00 2
-2 appointed%3:00:02:: 1
-2 apply%2:40:00:: 7
-2 applicability%1:24:00:: 1
-2 appease%2:37:00:: 1
-2 appearance%1:04:01:: 3
-2 appear%2:36:00:: 6
-2 appeal%2:32:00:: 2
-2 apology%1:10:00:: 1
-2 apiece%4:02:00:: 1
-2 apache%1:18:00:: 1
-2 antique%5:00:00:unfashionable:00 2
-2 antique%5:00:00:old:01 1
-2 antipathy%1:12:00:: 1
-2 anticipation%1:09:00:: 3
-2 anticipate%2:37:00:: 5
-2 anthropology%1:09:00:: 1
-2 antenna%1:07:00:: 2
-2 antagonize%2:37:00:: 1
-2 announce%2:32:07:: 3
-2 announce%2:32:01:: 4
-2 annihilation%1:04:00:: 1
-2 anionic%3:01:00:: 1
-2 anion%1:17:00:: 1
-2 animated%3:00:00:: 1
-2 anguish%1:26:00:: 2
-2 angst%1:12:00:: 1
-2 anglo-saxon%1:18:00:: 1
-2 anglican_church%1:14:00:: 1
-2 anglican%1:18:00:: 1
-2 angle%2:38:01:: 1
-2 angle%1:09:00:: 2
-2 angelic%5:00:00:good:02 1
-2 ancestor%1:18:00:: 1
-2 anatomy%1:08:00:: 2
-2 anatomically%4:02:00:: 1
-2 anatomical%1:10:00:: 1
-2 anarchy%1:26:00:: 1
-2 analyze%2:31:01:: 2
-2 analysis%1:10:00:: 3
-2 analyse%2:31:00:: 1
-2 analogy%1:09:00:: 2
-2 analogy%1:04:00:: 3
-2 analeptic%5:00:00:stimulative:00 1
-2 anabaptist%1:18:00:: 1
-2 amsterdam%1:15:00:: 1
-2 amputate%2:35:00:: 1
-2 amply%4:02:00:: 1
-2 ample%5:00:00:abundant:00 2
-2 amoral%3:00:00:: 1
-2 american%1:10:00:: 2
-2 amended_return%1:10:00:: 1
-2 amended%3:00:00:: 1
-2 amend%2:30:00:: 2
-2 ambush%2:33:00:: 1
-2 amble%2:38:00:: 1
-2 ambition%1:07:00:: 2
-2 aluminum_foil%1:06:00:: 1
-2 alternate%5:00:00:secondary:01 2
-2 alteration%1:04:01:: 2
-2 alter%2:30:00:: 2
-2 along%4:02:03:: 3
-2 along%4:02:02:: 4
-2 aloes%1:06:00:: 1
-2 allowance%1:21:00:: 1
-2 allow_in%2:41:00:: 1
-2 allot%2:40:02:: 3
-2 alleviate%2:29:00:: 1
-2 allegory%1:10:00:: 1
-2 all_told%4:02:00:: 1
-2 all-out%5:00:00:complete:00 1
-2 all-important%5:00:00:important:00 1
-2 alkaline%3:00:00:: 1
-2 alike%4:02:00:: 1
-2 alike%3:00:00:: 1
-2 alignment%1:14:00:: 1
-2 alignment%1:07:00:: 2
-2 align%2:30:00:: 1
-2 alienation%1:12:00:: 1
-2 alien%5:00:00:foreign:01 2
-2 alien%1:18:00:: 1
-2 alibi%1:10:00:: 1
-2 algerian%3:01:00:: 1
-2 alertness%1:09:00:: 1
-2 album%1:10:00:: 1
-2 albany%1:15:00:: 1
-2 alarm%2:37:00:: 1
-2 alabaster%1:27:00:: 1
-2 aisle%1:06:03:: 1
-2 aisle%1:06:00:: 2
-2 airspeed%1:28:00:: 1
-2 airs%1:07:00:: 1
-2 air_force%1:14:00:: 1
-2 air-conditioning%1:06:00:: 1
-2 aim%2:33:10:: 5
-2 aim%2:32:00:: 6
-2 aim%2:31:00:: 7
-2 ailing%5:00:00:ill:01 1
-2 agreement%1:09:00:: 4
-2 agitated%3:00:00:: 1
-2 agitate%2:41:00:: 1
-2 aghast%5:00:00:afraid(p):00 1
-2 aggression%1:07:00:: 1
-2 aggregate%5:00:01:collective:00 1
-2 aggravate%2:37:00:: 2
-2 agglomeration%1:14:00:: 1
-2 agglomerate%2:35:00:: 1
-2 aged%5:00:01:old:02 1
-2 aforesaid%5:00:00:same:02 1
-2 aflame%5:00:00:passionate:00 1
-2 affix%2:35:01:: 2
-2 affirm%2:32:01:: 3
-2 affiliation%1:26:00:: 1
-2 affiliation%1:04:00:: 2
-2 affectionately%4:02:00:: 1
-2 affectionate%5:00:00:loving:00 1
-2 aesthetic%3:00:00:: 2
-2 aerosolize%2:35:00:: 1
-2 advocate%1:18:00:: 1
-2 advertising_agency%1:14:00:: 1
-2 advertisement%1:10:00:: 1
-2 advancing%3:00:00:: 1
-2 advanced%5:00:02:high:02 4
-2 advanced%5:00:00:progressive:01 3
-2 advance%2:30:00:: 7
-2 adulterer%1:18:00:: 1
-2 adoption%1:04:00:: 1
-2 adopted%3:00:00:: 1
-2 adopt%2:41:01:: 3
-2 adopt%2:30:01:: 4
-2 adopt%2:30:00:: 5
-2 adobe_house%1:06:00:: 1
-2 admirably%4:02:00:: 1
-2 admirable%5:00:00:pleasing:00 2
-2 administration%1:04:01:: 3
-2 administer%2:40:00:: 3
-2 adjust%2:30:03:: 5
-2 adjournment%1:04:00:: 1
-2 adjective%1:10:01:: 2
-2 adjectival%3:01:00:: 1
-2 adjacent%5:00:00:connected:00 2
-2 adherence%1:04:00:: 1
-2 adequately%4:02:01:: 2
-2 adequacy%1:07:00:: 1
-2 address%2:33:00:: 5
-2 additionally%4:02:00:: 1
-2 addition%1:04:00:: 3
-2 add_up%2:32:00:: 2
-2 adamant%5:00:00:inflexible:02 1
-2 ad_infinitum%4:02:01:: 1
-2 acute%5:00:00:sharp:04 2
-2 acute%3:00:00:: 1
-2 actuate%2:36:00:: 1
-2 actual%5:00:02:real:00 4
-2 activism%1:09:00:: 1
-2 active%3:00:07:: 6
-2 active%3:00:06:: 7
-2 activate%2:30:00:: 2
-2 act_on%2:41:01:: 2
-2 across_the_nation%4:02:00:: 1
-2 acquainted_with%5:00:00:familiar:00 1
-2 acquaintance%1:09:00:: 1
-2 acknowledge%2:32:07:: 4
-2 acknowledge%2:32:02:: 5
-2 ache%2:39:00:: 3
-2 ache%1:26:00:: 1
-2 ace%1:18:00:: 3
-2 accustom%2:30:00:: 1
-2 accusing%5:00:00:inculpatory:00 1
-2 accuracy%1:07:03:: 2
-2 accumulation%1:22:00:: 1
-2 accumulated%5:00:00:concentrated:00 1
-2 accrue%2:30:00:: 1
-2 accretion%1:22:00:: 1
-2 accredit%2:41:00:: 1
-2 accompanying%5:00:00:related:02 1
-2 accommodate%2:42:03:: 4
-2 access%1:07:01:: 2
-2 access%1:07:00:: 1
-2 access%1:06:00:: 3
-2 accepting%5:00:00:acceptive:00 1
-2 accepted%5:00:00:acknowledged:00 1
-2 acceptable%3:00:00:: 1
-2 accept%2:31:03:: 7
-2 accentuate%2:32:00:: 1
-2 accentuate%2:30:00:: 2
-2 accent%2:30:00:: 1
-2 accelerator%1:06:02:: 1
-2 acceleration%1:07:00:: 1
-2 acceleration%1:04:00:: 2
-2 accelerating%5:00:00:fast:01 1
-2 accelerated%5:00:00:expedited:00 1
-2 academic%5:00:00:scholarly:00 3
-2 academic%1:18:00:: 1
-2 abuse%2:30:00:: 2
-2 abundance%1:07:00:: 1
-2 abstraction%1:09:02:: 3
-2 abstraction%1:06:00:: 4
-2 abstracted%5:00:00:separate:00 1
-2 abstract_expressionism%1:06:00:: 1
-2 abstract%1:09:00:: 1
-2 absorb%2:30:00:: 5
-2 absent%2:30:00:: 1
-2 abrupt%5:00:00:sudden:00 2
-2 abroad%4:02:02:: 2
-2 abraham_lincoln%1:18:00:: 1
-2 about-face%2:38:00:: 1
-2 about%4:02:03:: 6
-2 abound%2:42:00:: 1
-2 abolitionist%1:18:00:: 1
-2 abo%1:18:00:: 1
-2 ablation%1:04:00:: 1
-2 abiding%5:00:00:permanent:00 1
-2 abide_by%2:41:00:: 1
-2 abide%2:42:01:: 1
-2 abdomen%1:08:00:: 1
-2 abbot%1:18:00:: 1
-2 a_people%1:14:00:: 1
-2 6%1:23:00:: 1
-2 30th%5:00:00:ordinal:00 1
-2 21%1:23:00:: 1
-2 1st%5:00:00:ordinal:00 1
-2 19%1:23:00:: 1
-2 18th%5:00:00:ordinal:00 1
-2 13th%5:00:00:ordinal:00 1
-2 11th%5:00:00:ordinal:00 1
-1 zoning%1:04:00:: 1
-1 zone%1:15:00:: 1
-1 zombie%1:18:00:: 1
-1 zodiacal%3:01:00:: 1
-1 zloty%1:23:00:: 1
-1 zip%2:35:00:: 1
-1 zionist%1:18:00:: 1
-1 zionism%1:10:00:: 1
-1 zinc_cadmium_sulfide%1:27:00:: 1
-1 zest%1:12:00:: 1
-1 zero_in%2:33:12:: 1
-1 zero%5:00:02:ordinal:00 2
-1 zero%5:00:00:no(a):00 3
-1 zenith%1:15:01:: 1
-1 yugoslavia%1:15:00:: 1
-1 yucca%1:20:00:: 1
-1 youth%1:28:01:: 5
-1 youth%1:07:00:: 6
-1 youngish%5:00:00:young:00 1
-1 young_lady%1:18:00:: 1
-1 young%5:00:00:early:02 2
-1 yonder%5:00:00:distant:01 1
-1 yokel-like%5:00:00:stupid:00 1
-1 yoke%1:06:01:: 1
-1 yoga%1:09:00:: 1
-1 yield_up%2:40:00:: 1
-1 yield%2:38:00:: 6
-1 yield%2:36:01:: 7
-1 yield%2:32:01:: 8
-1 yield%1:21:00:: 2
-1 yield%1:06:00:: 3
-1 yesteryear%1:28:00:: 1
-1 yen%1:12:00:: 1
-1 yelping%1:11:00:: 1
-1 yelp%1:11:00:: 1
-1 yellowish_brown%1:07:00:: 1
-1 yellow_pine%1:20:00:: 1
-1 yellow_ochre%1:27:00:: 1
-1 yellow-brown%5:00:00:chromatic:00 1
-1 yellow%5:00:00:old:01 3
-1 yelling%1:10:00:: 1
-1 yelled%5:00:00:loud:00 1
-1 yearningly%4:02:00:: 1
-1 year-round%3:00:00:: 1
-1 year-end%1:28:00:: 1
-1 year%1:14:00:: 4
-1 yaws%1:26:00:: 1
-1 yawning%5:00:00:open:02 1
-1 yawn%1:04:00:: 1
-1 yardstick%1:10:00:: 1
-1 yarder%1:07:00:: 1
-1 yard%1:15:00:: 3
-1 yap%2:32:00:: 1
-1 yacht%1:06:00:: 1
-1 xylophone%1:06:00:: 1
-1 xenon%1:27:00:: 1
-1 x-ray_machine%1:06:00:: 1
-1 x-ray_film%1:06:00:: 1
-1 wry%5:00:00:humorous:00 1
-1 wrought_iron%1:27:00:: 1
-1 wrongly%4:02:03:: 1
-1 wrongly%4:02:00:: 2
-1 wrongdoing%1:07:00:: 1
-1 wrong%4:02:00:: 1
-1 wrong%2:41:00:: 1
-1 writings%1:10:01:: 1
-1 writing_paper%1:27:00:: 1
-1 writing_desk%1:06:01:: 1
-1 writhed%5:00:00:crooked:01 1
-1 write_up%2:32:02:: 1
-1 write_off%2:36:00:: 2
-1 write%2:36:03:: 9
-1 writ_large%5:00:00:obvious:00 1
-1 wrist_watch%1:06:00:: 1
-1 wrinkle%2:35:00:: 2
-1 wring%2:35:01:: 1
-1 wring%2:35:00:: 2
-1 wretchedness%1:26:00:: 1
-1 wretch%1:18:01:: 1
-1 wretch%1:18:00:: 2
-1 wrestling%1:04:01:: 1
-1 wrestling%1:04:00:: 2
-1 wrestler%1:18:00:: 1
-1 wrestle%2:32:00:: 2
-1 wrenching%5:00:00:painful:00 1
-1 wreckage%1:06:00:: 1
-1 wreck%1:26:00:: 1
-1 wreathe%2:38:00:: 1
-1 wreak%2:36:00:: 1
-1 wrathfully%4:02:00:: 1
-1 wrapper%1:06:01:: 1
-1 wrapped_up%5:00:00:committed:00 1
-1 wrapped%5:00:00:attentive:00 2
-1 wrap_up%2:35:00:: 1
-1 wrap%2:35:01:: 3
-1 wrap%1:06:00:: 1
-1 wrack%2:35:00:: 1
-1 wrack%1:05:01:: 1
-1 woven%3:00:00:: 1
-1 wounded%5:00:02:injured:00 2
-1 wounded%1:14:00:: 1
-1 wound_up%5:00:00:tense:03 1
-1 wound_tumor_virus%1:05:00:: 1
-1 worthy%5:00:00:eligible:00 2
-1 worthlessness%1:07:00:: 1
-1 worthless%3:00:00:: 1
-1 worsted%1:06:00:: 1
-1 worshipper%1:18:00:: 1
-1 worship%2:42:00:: 3
-1 worsen%2:30:00:: 1
-1 worse%1:07:00:: 1
-1 worriment%1:07:00:: 1
-1 worriedly%4:02:00:: 1
-1 worldwide%5:00:00:intercontinental:00 1
-1 worldly_belongings%1:21:00:: 1
-1 worldly%3:00:00:: 1
-1 world_premiere%1:10:00:: 1
-1 world_organization%1:14:00:: 1
-1 world_court%1:14:00:: 1
-1 world_council%1:14:00:: 1
-1 world_affairs%1:04:00:: 1
-1 world-shattering%5:00:00:significant:00 1
-1 world-shaking%5:00:00:significant:00 1
-1 world%5:00:00:international:00 1
-1 workweek%1:28:00:: 1
-1 worktable%1:06:00:: 1
-1 worksheet%1:10:00:: 1
-1 works_program%1:09:00:: 1
-1 works%1:26:00:: 2
-1 works%1:04:00:: 3
-1 workmanlike%5:00:00:competent:00 1
-1 workings%1:06:01:: 1
-1 working_girl%1:18:00:: 1
-1 working-class%5:00:00:lower-class:00 1
-1 working%5:00:02:operative:00 5
-1 working%5:00:00:impermanent:00 3
-1 working%5:00:00:functioning:00 4
-1 workboard%1:06:00:: 1
-1 work_up%2:29:00:: 2
-1 work_through%2:34:00:: 1
-1 work_table%1:06:00:: 1
-1 work_papers%1:10:00:: 1
-1 work_in_progress%1:06:00:: 1
-1 work_force%1:14:00:: 1
-1 work_camp%1:06:00:: 1
-1 work-study_program%1:04:00:: 1
-1 work%2:32:00:: 16
-1 wordy%5:00:02:prolix:00 1
-1 wordlessly%4:02:00:: 1
-1 wording%1:10:00:: 1
-1 word_of_god%1:10:00:: 2
-1 word_of_farewell%1:10:00:: 1
-1 word_of_advice%1:10:00:: 1
-1 word%1:10:01:: 6
-1 woolly%5:00:00:soft:01 1
-1 woolly%5:00:00:confused:00 2
-1 woolgather%2:36:00:: 1
-1 woolen%3:01:00:: 1
-1 woolen%1:06:00:: 1
-1 woodshed%1:06:00:: 1
-1 woodgraining%1:07:00:: 1
-1 woodgrain%1:07:00:: 1
-1 wooded%3:00:00:: 1
-1 woodcarver%1:18:00:: 1
-1 woo%2:41:00:: 2
-1 wonderworking%5:00:00:extraordinary:00 1
-1 wonderfulness%1:07:00:: 1
-1 wonder_drug%1:06:00:: 1
-1 won-lost_record%1:10:00:: 1
-1 womb-to-tomb%5:00:00:long:02 1
-1 womb%1:08:00:: 1
-1 woman%1:18:01:: 2
-1 wolflike%3:01:00:: 1
-1 wolf%1:05:00:: 1
-1 woefully%4:02:00:: 1
-1 wobbly%5:00:00:unstable:00 1
-1 wobbling%5:00:00:unsteady:00 1
-1 wittingly%4:02:00:: 1
-1 witness%1:18:02:: 4
-1 without_fear%4:02:01:: 1
-1 without_doubt%4:02:01:: 1
-1 without_delay%4:02:00:: 1
-1 within_reason%4:02:00:: 1
-1 withholding%1:21:00:: 2
-1 withholding%1:04:01:: 3
-1 withhold%2:40:01:: 2
-1 withering%5:00:00:destructive:00 1
-1 withered%5:00:00:thin:03 1
-1 wither%2:30:00:: 1
-1 withe%1:06:00:: 1
-1 withdrawal%1:10:00:: 1
-1 withdrawal%1:04:03:: 2
-1 withdrawal%1:04:00:: 3
-1 withdraw%2:32:01:: 5
-1 withdraw%2:30:00:: 6
-1 withal%4:02:01:: 1
-1 with_wisdom%4:02:00:: 1
-1 with_that%4:02:03:: 1
-1 with_sympathy%4:02:00:: 1
-1 with_pride%4:02:00:: 1
-1 with_patience%4:02:00:: 1
-1 with_nostalgia%4:02:00:: 1
-1 with_impatience%4:02:00:: 1
-1 with_great_care%4:02:00:: 1
-1 with_boldness%4:02:00:: 1
-1 with_authority%4:02:00:: 1
-1 with_attention%4:02:00:: 1
-1 wisp%1:14:01:: 1
-1 wishing%1:12:00:: 1
-1 wisenheimer%1:18:00:: 1
-1 wise_up%2:31:00:: 1
-1 wise_man%1:18:00:: 1
-1 wise_guy%1:18:00:: 1
-1 wisdom%1:07:01:: 4
-1 wired%3:00:00:: 1
-1 wire%2:35:00:: 3
-1 wire%1:15:00:: 3
-1 wire%1:10:00:: 4
-1 wipe_up%2:35:00:: 1
-1 wipe_out%2:34:00:: 1
-1 wipe_out%2:30:00:: 2
-1 wipe%2:30:00:: 2
-1 wintry%3:00:00:: 1
-1 wintertime%1:28:00:: 1
-1 winter_solstice%1:28:00:: 1
-1 winnow%2:35:05:: 1
-1 winnipeg%1:15:00:: 1
-1 winning%1:04:00:: 1
-1 wink%2:29:00:: 3
-1 wink%1:28:00:: 1
-1 wingback%1:18:00:: 1
-1 wing%1:14:01:: 5
-1 wineglass%1:06:00:: 1
-1 windsor_green%1:27:00:: 1
-1 windowsill%1:06:00:: 1
-1 window_shade%1:06:00:: 1
-1 window_box%1:06:00:: 1
-1 window-washing%1:04:00:: 1
-1 window%1:17:00:: 4
-1 windmill%1:06:01:: 1
-1 winding-clothes%1:06:00:: 1
-1 winding%5:00:00:indirect:00 2
-1 winding%5:00:00:crooked:01 1
-1 windfall%1:21:00:: 1
-1 windbreak%1:06:00:: 1
-1 windblown%5:00:00:crooked:01 1
-1 windbag%1:18:00:: 1
-1 wind_up%2:38:00:: 3
-1 wind_up%2:37:00:: 4
-1 wind%1:19:01:: 2
-1 wind%1:04:01:: 3
-1 wince%2:29:00:: 2
-1 wily%5:00:00:artful:00 1
-1 wilt%2:30:01:: 1
-1 wilsonian%3:01:00:: 1
-1 willy-nilly%4:02:01:: 2
-1 willpower%1:07:00:: 1
-1 willing%1:04:00:: 1
-1 william_james%1:18:00:: 1
-1 willful%5:00:00:voluntary:01 1
-1 wilfully%4:02:00:: 1
-1 wile%1:04:00:: 1
-1 wildness%1:12:00:: 1
-1 wildness%1:07:02:: 2
-1 wildcatter%1:18:00:: 1
-1 wildcat%1:18:00:: 2
-1 wildcat%1:05:00:: 3
-1 wild_man%1:18:00:: 1
-1 wild_horse%1:05:00:: 1
-1 wild_dog%1:05:00:: 1
-1 wild%5:00:00:uncontrolled:00 6
-1 wild%5:00:00:intense:00 5
-1 wild%4:02:02:: 1
-1 wig%1:06:00:: 1
-1 wifely%3:00:00:: 1
-1 widowhood%1:28:00:: 1
-1 widower%1:18:00:: 1
-1 widen%2:30:05:: 2
-1 widen%2:30:03:: 3
-1 widely%4:02:02:: 3
-1 wide_screen%1:06:00:: 1
-1 wide-screen%5:00:00:wide:00 1
-1 wide-ranging%5:00:00:large:00 1
-1 wide-open%5:00:00:open:01 1
-1 wide-cut%5:00:00:ample:00 1
-1 wide%5:00:00:large:00 4
-1 wide%4:02:03:: 2
-1 wickedness%1:04:00:: 1
-1 wickedly%4:02:00:: 1
-1 wicked%5:00:00:unrighteous:00 2
-1 wicked%5:00:00:intense:00 3
-1 whorl%1:25:00:: 1
-1 whoop_it_up%2:41:00:: 1
-1 wholesaler%1:18:00:: 1
-1 whole_number%1:23:00:: 1
-1 whole_lot%1:23:00:: 1
-1 whole-word_method%1:04:00:: 1
-1 whole-souled%5:00:00:sincere:00 1
-1 whole%4:02:00:: 1
-1 whodunit%1:10:00:: 1
-1 whiz%1:18:00:: 1
-1 whitewashed%5:00:00:painted:00 1
-1 whiteness%1:07:00:: 1
-1 whiten%2:30:00:: 1
-1 white_violet%1:20:00:: 1
-1 white_house%1:14:00:: 1
-1 white_heat%1:07:00:: 1
-1 white_flag%1:06:00:: 1
-1 whit%1:23:00:: 1
-1 whistling%1:11:00:: 1
-1 whistling%1:04:00:: 2
-1 whistle%2:38:01:: 4
-1 whistle%2:32:01:: 5
-1 whisky_on_the_rocks%1:13:00:: 1
-1 whiskers%1:08:00:: 1
-1 whiskered%5:00:00:unshaven:00 1
-1 whisk_by%2:38:00:: 1
-1 whisk_away%2:35:00:: 1
-1 whisk%2:38:00:: 1
-1 whirling%5:00:00:moving:02 1
-1 whirl%2:38:04:: 4
-1 whirl%2:38:00:: 3
-1 whirl%1:11:00:: 1
-1 whir%2:39:00:: 1
-1 whir%1:11:00:: 1
-1 whipping%5:00:00:spirited:00 1
-1 whipping%1:04:00:: 1
-1 whip_through%2:41:00:: 1
-1 whip_hand%1:07:00:: 1
-1 whining%5:00:00:noisy:00 1
-1 whine%2:38:00:: 1
-1 whine%2:32:01:: 2
-1 whimper%2:29:00:: 1
-1 whim%1:12:00:: 1
-1 while_away%2:42:00:: 1
-1 whig%1:18:00:: 1
-1 whiff%1:19:00:: 1
-1 whet%2:39:00:: 1
-1 whence%4:02:00:: 1
-1 when%4:02:00:: 1
-1 wheezing%5:00:00:unhealthy:00 1
-1 wheeze%1:04:00:: 1
-1 wheels%1:07:00:: 1
-1 wheelchair%1:06:00:: 1
-1 wheedle%2:32:00:: 1
-1 wheat%1:20:00:: 1
-1 what_is_more%4:02:00:: 1
-1 wharf%1:06:00:: 1
-1 whale%1:18:00:: 1
-1 wetting%1:04:00:: 1
-1 wetness%1:26:00:: 1
-1 wet%1:26:00:: 1
-1 westwards%4:02:00:: 1
-1 westerner%1:18:00:: 1
-1 western%5:00:00:west:00 4
-1 western%1:10:00:: 1
-1 westerly%5:00:02:west:00 1
-1 westerly%4:02:00:: 1
-1 west_side%1:15:00:: 1
-1 west_indies%1:15:00:: 1
-1 west_berliner%1:18:00:: 1
-1 weltanschauung%1:09:00:: 1
-1 well-wishing%1:10:00:: 1
-1 well-rounded%5:00:00:comprehensive:00 1
-1 well-read%5:00:00:informed:00 1
-1 well-nigh%4:02:00:: 1
-1 well-meaning%5:00:00:amicable:00 1
-1 well-made%5:00:00:superior:02 1
-1 well-known%5:00:00:familiar:00 2
-1 well-kept%5:00:00:tidy:00 2
-1 well-defined%5:00:00:distinct:00 1
-1 well-chosen%5:00:00:felicitous:00 1
-1 well-bound%5:00:00:bound:02 1
-1 well-balanced%5:00:00:balanced:00 1
-1 well%4:02:14:: 8
-1 well%1:06:03:: 2
-1 welfare_case%1:18:00:: 1
-1 welfare%1:07:00:: 2
-1 weld%2:35:00:: 1
-1 weld%2:30:00:: 2
-1 welcoming%5:00:01:hospitable:02 1
-1 welcome%1:26:00:: 1
-1 weirdly%4:02:00:: 1
-1 weighting%1:23:00:: 1
-1 weighted%5:00:00:heavy:02 1
-1 weight_gaining%1:04:00:: 1
-1 weight_down%2:35:00:: 1
-1 weight%2:35:00:: 1
-1 weight%2:31:00:: 2
-1 weigh_anchor%2:35:00:: 1
-1 weigh%2:42:03:: 4
-1 weeping%5:00:00:sorrowful:00 1
-1 weeping%1:04:00:: 1
-1 weekday%1:28:00:: 1
-1 week_from_monday%1:28:00:: 1
-1 week_by_week%4:02:00:: 1
-1 week_after_week%4:02:00:: 1
-1 week%1:28:02:: 3
-1 weeds%1:06:00:: 1
-1 wedge_heel%1:06:00:: 1
-1 wedge-shaped%5:00:00:simple:01 1
-1 wedge%2:35:01:: 1
-1 wedge%1:25:00:: 1
-1 wedding_night%1:28:00:: 1
-1 wedding_ceremony%1:11:00:: 1
-1 wedding%1:04:00:: 2
-1 web%1:17:00:: 1
-1 web%1:06:00:: 2
-1 web%1:05:01:: 3
-1 weave%2:38:01:: 3
-1 weatherstrip%2:30:00:: 1
-1 weather_conditions%1:26:00:: 1
-1 weather-beaten%5:00:00:tough:02 1
-1 weather%5:00:00:windward:00 1
-1 wearying%5:00:00:effortful:00 1
-1 weary%2:29:00:: 1
-1 wearisome%5:00:00:uninteresting:00 1
-1 wearied%5:00:00:tired:00 1
-1 wearer%1:18:00:: 1
-1 wear_thin%2:30:00:: 1
-1 wear_out%2:35:00:: 2
-1 wear_out%2:30:00:: 3
-1 wear_off%2:30:00:: 1
-1 wear_down%2:29:00:: 1
-1 wear%2:42:00:: 6
-1 weapons_carrier%1:06:00:: 1
-1 weaning%1:04:00:: 1
-1 wean%2:34:00:: 1
-1 wealth%1:21:02:: 3
-1 wealth%1:21:00:: 4
-1 weakening%1:11:00:: 1
-1 weakened%5:00:00:impaired:00 1
-1 weaken%2:41:00:: 3
-1 weaken%2:30:03:: 4
-1 weak_point%1:07:00:: 1
-1 weak_part%1:07:00:: 1
-1 weak%5:00:00:unstressed:00 4
-1 weak%5:00:00:human:00 5
-1 wayside%1:06:00:: 1
-1 ways%4:02:00:: 1
-1 ways%1:06:00:: 2
-1 waylay%2:33:00:: 1
-1 way%1:09:01:: 11
-1 waxlike%5:00:00:colorless:02 1
-1 waxing%1:04:00:: 1
-1 waxen%3:01:00:: 1
-1 waxed%3:00:00:: 1
-1 wax%2:30:00:: 2
-1 wavy%5:00:00:uneven:00 2
-1 waver%2:42:02:: 2
-1 waver%2:38:03:: 3
-1 waver%2:38:01:: 4
-1 wavelength%1:09:00:: 2
-1 wave_off%2:30:00:: 1
-1 wave%1:10:01:: 5
-1 wave%1:08:00:: 6
-1 wattle%1:08:00:: 1
-1 wattle%1:06:00:: 2
-1 watery%5:00:02:wet:01 1
-1 watery%5:00:01:wet:01 2
-1 watery%5:00:00:tearful:00 3
-1 waterway%1:17:00:: 1
-1 watershed%1:15:00:: 1
-1 waterproofing%1:04:00:: 1
-1 waterproof%5:00:00:tight:02 1
-1 watermark%1:15:00:: 1
-1 watering_place%1:15:00:: 1
-1 waterfront%1:15:00:: 1
-1 water_vapor%1:27:00:: 1
-1 water_tower%1:06:00:: 1
-1 water_sport%1:04:00:: 1
-1 water_ski%2:38:00:: 1
-1 water_right%1:07:00:: 1
-1 water_project%1:04:00:: 1
-1 water_program%1:04:00:: 1
-1 water_main%1:06:00:: 1
-1 water_line%1:15:00:: 1
-1 water_level%1:07:00:: 1
-1 water_fountain%1:06:00:: 1
-1 water_down%2:30:00:: 1
-1 water_development%1:04:00:: 1
-1 water_buffalo%1:05:00:: 1
-1 water-wash%2:35:00:: 1
-1 water-skiing%1:04:00:: 1
-1 water%1:08:03:: 5
-1 watchman%1:18:00:: 1
-1 watchmaker%1:18:00:: 1
-1 watchfully%4:02:00:: 1
-1 watchful%5:00:00:alert:00 1
-1 watcher%1:18:02:: 1
-1 watch_over%2:41:00:: 1
-1 watch%2:39:01:: 5
-1 wasting_time%1:04:00:: 1
-1 wasted%5:00:00:worthless:00 1
-1 wasted%5:00:00:lost:01 2
-1 waste_of_time%1:04:00:: 1
-1 waste_material%1:27:00:: 1
-1 waste%1:07:00:: 3
-1 washup%1:04:00:: 1
-1 washington%1:18:00:: 4
-1 washbowl%1:06:02:: 1
-1 washbasin%1:06:02:: 1
-1 wash_up%2:29:00:: 1
-1 wash_out%2:41:00:: 1
-1 wash_out%2:35:01:: 2
-1 wash_down%2:30:00:: 2
-1 wart%1:25:00:: 1
-1 warped%5:00:00:crooked:01 1
-1 warp%2:30:00:: 2
-1 warmth%1:12:00:: 2
-1 warmth%1:07:01:: 3
-1 warmongering%1:09:00:: 1
-1 warmly%4:02:00:: 1
-1 warming%5:00:00:warm:01 1
-1 warmed%5:00:00:warm:01 1
-1 warm_up%2:30:00:: 3
-1 warm_up%2:29:01:: 4
-1 warm_up%2:29:00:: 5
-1 warm-up%1:04:00:: 1
-1 warm-toned%5:00:00:emotional:00 1
-1 warm%5:00:00:loving:00 4
-1 warm%2:30:01:: 2
-1 warhorse%1:06:00:: 1
-1 warfare%1:04:02:: 2
-1 wares%1:06:00:: 1
-1 warehousing%1:04:00:: 1
-1 wardroom%1:06:00:: 1
-1 wardrobe%1:06:01:: 2
-1 ward%1:06:00:: 3
-1 warble%2:32:00:: 1
-1 war_god%1:18:00:: 1
-1 war_department%1:14:00:: 1
-1 war_crime%1:04:00:: 1
-1 war-ridden%5:00:00:unpeaceful:00 1
-1 war%1:04:02:: 3
-1 want%1:26:01:: 2
-1 want%1:17:00:: 3
-1 want%1:12:00:: 4
-1 waning%1:11:00:: 1
-1 wangle%2:41:00:: 1
-1 wane%2:30:00:: 2
-1 wanderer%1:18:00:: 1
-1 wander%2:41:00:: 2
-1 wand%1:06:00:: 1
-1 wan%5:00:00:weak:00 1
-1 walrus%1:05:00:: 1
-1 walnut_tree%1:20:00:: 1
-1 walnut%1:13:00:: 1
-1 wallow%2:38:02:: 3
-1 walloping%5:00:00:large:00 1
-1 wallflower%1:20:02:: 1
-1 wall_up%2:35:00:: 1
-1 wall_tent%1:06:00:: 1
-1 wall_plug%1:06:00:: 1
-1 wall%1:08:00:: 3
-1 walkover%1:04:01:: 1
-1 walkout%1:04:00:: 1
-1 walking_stick%1:06:00:: 1
-1 walking%5:00:00:close:01 1
-1 walk_out%2:38:00:: 2
-1 walk_on_air%2:37:00:: 1
-1 walk_off%2:40:00:: 1
-1 walk_of_life%1:04:00:: 1
-1 walk_about%2:38:00:: 1
-1 walk-up%1:06:01:: 1
-1 walk-up%1:06:00:: 2
-1 walk-to%5:00:00:close:01 1
-1 walk%2:38:03:: 4
-1 walk%2:33:01:: 5
-1 walk%1:06:00:: 5
-1 walk%1:04:02:: 6
-1 waking_up%1:04:00:: 1
-1 waive%2:41:00:: 1
-1 waitress%1:18:00:: 1
-1 waiting_list%1:10:00:: 1
-1 wait_on%2:41:00:: 1
-1 wainscoted%5:00:00:adorned:00 1
-1 wailing%1:04:01:: 1
-1 wailful%5:00:00:sorrowful:00 1
-1 wagon_wheel%1:06:00:: 1
-1 wagon%1:06:02:: 2
-1 waggle%2:38:00:: 1
-1 wager%1:04:00:: 1
-1 wage_setter%1:26:00:: 1
-1 wag%1:18:00:: 1
-1 waft%2:38:00:: 1
-1 waffle%1:13:00:: 1
-1 wafer%1:27:00:: 1
-1 wads%1:23:00:: 1
-1 wad%2:35:01:: 1
-1 wacky%5:00:00:foolish:00 1
-1 vulpine%3:01:00:: 1
-1 voyager%1:18:00:: 1
-1 vowel_sound%1:10:00:: 1
-1 vouchsafe%2:40:00:: 1
-1 vouch%2:32:01:: 1
-1 votive%5:00:00:consecrated:00 1
-1 voting_trust%1:21:00:: 1
-1 voting_system%1:09:00:: 1
-1 voting_right%1:07:00:: 1
-1 voting_precinct%1:15:00:: 1
-1 vote_of_confidence%1:10:00:: 1
-1 vote_in%2:41:00:: 1
-1 vote_down%2:41:00:: 1
-1 vote%2:41:11:: 3
-1 vote%1:07:00:: 3
-1 voodoo%1:06:00:: 1
-1 vomiting%1:04:00:: 1
-1 vomit%2:29:00:: 1
-1 volunteer%1:18:00:: 2
-1 voluntary%3:00:01:: 1
-1 volumetrically%4:02:00:: 1
-1 volumetric%3:01:00:: 1
-1 volume%1:07:02:: 6
-1 voltmeter%1:06:00:: 1
-1 voltaic_cell%1:06:00:: 1
-1 volleyball%1:04:00:: 1
-1 volley%1:04:01:: 2
-1 volition%1:09:00:: 1
-1 volcano%1:17:01:: 1
-1 volcanic_eruption%1:11:00:: 1
-1 void%5:00:00:invalid:00 1
-1 voiced%3:00:00:: 1
-1 vociferously%4:02:00:: 1
-1 vocationally%4:02:00:: 1
-1 vocational_training%1:09:00:: 1
-1 vocational_rehabilitation_program%1:09:00:: 1
-1 vocalize%2:32:02:: 1
-1 vocalist%1:18:00:: 1
-1 vocalic%3:00:02:: 1
-1 vocal_cord%1:08:00:: 1
-1 vocal%5:00:02:voiced:00 3
-1 vocal%5:00:00:communicative:00 4
-1 vocal%3:01:02:: 1
-1 vocal%3:01:00:: 2
-1 vocabulary%1:09:01:: 3
-1 viyella%1:06:00:: 1
-1 vividness%1:07:01:: 1
-1 vitamin_e%1:27:00:: 1
-1 vitamin_c%1:27:00:: 1
-1 vitality%1:26:00:: 2
-1 visualization%1:09:00:: 1
-1 visual_space%1:09:00:: 1
-1 vista%1:09:00:: 1
-1 visored%5:00:00:equipped:00 1
-1 visiting%5:00:00:impermanent:00 1
-1 visit%2:32:00:: 6
-1 vision%1:11:00:: 5
-1 visibly%4:02:01:: 2
-1 visibility%1:07:00:: 1
-1 viselike%5:00:00:tight:01 1
-1 viscometer%1:06:00:: 1
-1 visceral%3:01:00:: 1
-1 visage%1:08:00:: 1
-1 visage%1:07:00:: 2
-1 vis-a-vis%4:02:00:: 1
-1 virulent%5:00:00:toxic:00 1
-1 virtuoso%5:00:00:skilled:00 1
-1 virtuoso%1:18:00:: 1
-1 virtual%5:00:00:realistic:00 1
-1 virile%5:00:00:strong:00 1
-1 virile%5:00:00:masculine:01 2
-1 virginity%1:26:00:: 1
-1 virginian%1:18:00:: 1
-1 virginia_creeper%1:20:00:: 1
-1 violet%1:20:00:: 1
-1 violet%1:07:00:: 2
-1 violent%5:00:03:intense:00 3
-1 violent%5:00:00:unnatural:00 2
-1 violation%1:04:03:: 4
-1 violate%2:35:00:: 3
-1 vinyl%1:27:00:: 1
-1 vintage%1:13:00:: 1
-1 vineyard%1:06:00:: 1
-1 vinegar%1:13:00:: 1
-1 vindictive%5:00:00:malicious:00 2
-1 vindicate%2:32:00:: 1
-1 villainous%5:00:00:wicked:00 1
-1 villain%1:18:01:: 2
-1 village%1:15:01:: 3
-1 vile%5:00:00:inclement:02 2
-1 vile%5:00:00:evil:00 1
-1 vigorous%5:00:00:robust:00 2
-1 vigor%1:07:02:: 1
-1 vignette%1:10:00:: 1
-1 vigilantism%1:04:00:: 1
-1 viewers%1:14:00:: 1
-1 viewer%1:18:01:: 1
-1 viet_nam%1:15:00:: 1
-1 viennese%3:01:00:: 1
-1 vienna%1:15:00:: 1
-1 video%1:10:00:: 1
-1 video%1:06:00:: 2
-1 victrola%1:06:00:: 1
-1 victoriously%4:02:00:: 1
-1 victor%1:18:01:: 1
-1 victimize%2:41:00:: 2
-1 vicious_cycle%1:22:00:: 1
-1 vicious%5:00:00:malevolent:00 3
-1 vicarious%5:00:00:secondary:01 1
-1 vicar%1:18:00:: 1
-1 vibrionic%3:01:00:: 1
-1 vibration%1:04:00:: 1
-1 vibrate%2:38:01:: 2
-1 vibrate%2:38:00:: 1
-1 vibrancy%1:07:00:: 1
-1 viand%1:13:02:: 1
-1 viable%5:00:00:possible:00 1
-1 viability%1:07:00:: 1
-1 vexation%1:12:00:: 1
-1 vex%2:37:00:: 1
-1 veto%2:41:00:: 1
-1 veto%2:32:00:: 2
-1 veterinary%3:01:00:: 1
-1 vet%1:18:00:: 1
-1 vestige%1:10:00:: 1
-1 vest_pocket%1:06:00:: 1
-1 vesicular%3:01:00:: 1
-1 very_much_like%4:02:00:: 1
-1 very_loudly%4:02:00:: 1
-1 vertigo%1:26:00:: 1
-1 vertebrate%1:05:00:: 1
-1 vertebral_column%1:08:00:: 1
-1 version%1:10:02:: 3
-1 verse%1:10:01:: 3
-1 versatility%1:09:00:: 1
-1 versatile%5:00:00:flexible:02 1
-1 vernal%5:00:00:young:00 1
-1 vermouth%1:13:00:: 1
-1 vermilion%5:00:00:chromatic:00 1
-1 veritable%5:00:00:typical:00 1
-1 veritable%5:00:00:genuine:00 2
-1 verisimilitude%1:07:00:: 1
-1 verification%1:09:00:: 1
-1 veridical%5:00:00:realistic:00 1
-1 verge%1:25:00:: 1
-1 verge%1:07:00:: 2
-1 verdict%1:04:00:: 1
-1 verandah%1:06:00:: 1
-1 veracity%1:07:00:: 1
-1 venus%1:18:00:: 2
-1 venture%1:04:01:: 3
-1 ventilation%1:06:00:: 2
-1 ventilating_system%1:06:00:: 1
-1 ventilate%2:30:00:: 1
-1 vent%1:05:00:: 2
-1 venice%1:15:00:: 1
-1 venezuela%1:15:00:: 1
-1 venerate%2:37:00:: 1
-1 venerable%5:00:00:old:02 1
-1 venerable%5:00:00:honorable:00 2
-1 vending%1:04:00:: 1
-1 velours%1:06:00:: 1
-1 velour%1:06:00:: 1
-1 vellum%1:27:01:: 1
-1 veined%5:00:00:patterned:00 1
-1 vein%2:36:00:: 1
-1 vehemence%1:07:01:: 1
-1 vegetable_patch%1:06:00:: 1
-1 vault%1:06:01:: 1
-1 variety%1:14:00:: 4
-1 variegated%5:00:00:varied:00 1
-1 variation%1:09:01:: 4
-1 variation%1:06:00:: 5
-1 variant%5:00:00:different:00 1
-1 variant%1:11:00:: 1
-1 variable_resistor%1:06:00:: 1
-1 variable%5:00:00:adaptable:00 3
-1 var.%1:14:00:: 1
-1 vaquero%1:18:00:: 1
-1 vaporization%1:04:00:: 1
-1 vapor%1:22:00:: 2
-1 vantage_point%1:15:00:: 1
-1 vanquish%2:33:00:: 1
-1 vanishing_point%1:15:00:: 1
-1 vanishing%3:44:00:: 1
-1 vanguard%1:14:00:: 1
-1 vandalism%1:04:00:: 1
-1 vandal%1:18:00:: 1
-1 van_der_waal's_forces%1:19:00:: 1
-1 valve%1:06:01:: 2
-1 valueless%5:00:00:worthless:00 1
-1 valued%5:00:00:valuable:00 2
-1 value_statement%1:10:00:: 1
-1 value_orientation%1:09:00:: 1
-1 value%2:40:00:: 2
-1 value%2:31:01:: 3
-1 validity%1:07:00:: 2
-1 validation%1:04:00:: 1
-1 vagueness%1:07:00:: 1
-1 vague%5:00:00:indistinct:00 3
-1 vagabond%1:17:00:: 1
-1 vacuum_cleaner%1:06:00:: 1
-1 vacuolated%3:01:00:: 1
-1 vaccine%1:06:00:: 1
-1 vaccination%1:04:00:: 1
-1 vaccinating%1:04:00:: 1
-1 vacationing%1:04:00:: 1
-1 vacate%2:38:00:: 2
-1 vacantly%4:02:00:: 1
-1 vacant%5:00:01:empty:00 2
-1 vacancy%1:25:00:: 2
-1 v%1:23:00:: 1
-1 utterly%4:02:01:: 2
-1 utterance%1:10:00:: 1
-1 utter%5:00:00:absolute:00 2
-1 utter%2:32:00:: 3
-1 utopianism%1:09:00:: 1
-1 utmost%5:00:00:high:02 2
-1 utmost%1:07:00:: 1
-1 utility%1:07:00:: 2
-1 utility%1:04:00:: 3
-1 utilitarian%5:00:00:functional:00 1
-1 usher_in%2:30:00:: 1
-1 user%1:18:01:: 2
-1 uselessness%1:07:00:: 1
-1 uselessly%4:02:00:: 1
-1 used%5:00:02:misused:00 2
-1 used%5:00:00:old:01 3
-1 useable%5:00:00:serviceable:00 1
-1 use%2:41:00:: 4
-1 use%1:22:00:: 4
-1 use%1:04:02:: 6
-1 use%1:04:01:: 5
-1 usage%1:04:01:: 2
-1 us%1:15:00:: 1
-1 urn%1:06:00:: 1
-1 urine%1:27:00:: 1
-1 urinary%3:01:00:: 1
-1 urging%1:10:00:: 1
-1 urging%1:04:00:: 2
-1 urgently%4:02:00:: 1
-1 urgency%1:07:00:: 2
-1 urge%2:32:01:: 3
-1 urchin%1:18:00:: 1
-1 urbanize%2:30:00:: 1
-1 upward%5:00:00:ascending(a):00 2
-1 upstream%3:00:00:: 1
-1 upstate%4:02:00:: 1
-1 upside-down%5:00:00:turned:00 1
-1 upshot%1:19:00:: 1
-1 upset%5:00:00:unexpected:00 3
-1 upset%5:00:00:troubled:00 1
-1 upset%5:00:00:disorganized:00 2
-1 upset%1:26:00:: 1
-1 upset%1:04:01:: 2
-1 uproot%2:41:00:: 1
-1 uproar%1:11:00:: 2
-1 uprising%1:04:00:: 1
-1 upright%5:00:00:righteous:00 2
-1 upright%5:00:00:erect:00 3
-1 upraise%2:29:00:: 1
-1 uppermost%5:00:00:top(a):00 1
-1 uppercut%1:04:00:: 1
-1 upper_limit%1:15:00:: 2
-1 upper_hand%1:07:00:: 1
-1 upper-middle-class%5:00:00:middle-class:00 1
-1 upper-lower-class%5:00:00:lower-class:00 1
-1 upper-level%5:00:00:superior:01 1
-1 upon_one's_guard%5:00:00:wary:00 1
-1 uplifted%5:00:00:elated:00 1
-1 uplift%2:37:00:: 1
-1 upland%3:00:00:: 1
-1 upholster%2:40:00:: 1
-1 upgrade%2:30:00:: 2
-1 update%2:32:00:: 2
-1 upcoming%5:00:00:future:00 1
-1 upbeat%5:00:00:optimistic:00 1
-1 up_in_the_air%5:00:00:uncertain:01 1
-1 up%5:00:00:rising:00 2
-1 up%5:00:00:ascending(a):00 3
-1 unwritten%3:00:00:: 1
-1 unwrinkled%3:00:00:: 1
-1 unworthy%3:00:00:: 1
-1 unworn%3:00:00:: 1
-1 unwomanly%3:00:00:: 1
-1 unwitting%5:00:00:unintended:00 1
-1 unwisely%4:02:00:: 1
-1 unwind%2:35:06:: 1
-1 unwilling%3:00:00:: 1
-1 unwed%5:00:00:unmarried:00 1
-1 unwavering%5:00:00:resolute:00 1
-1 unwarranted%5:00:00:inexcusable:00 1
-1 unwanted%5:00:00:unwelcome:00 2
-1 unventilated%3:00:00:: 1
-1 unveil%2:35:00:: 1
-1 unvarying%5:00:00:invariable:00 1
-1 unutterably%4:02:00:: 1
-1 unusual%5:00:00:uncommon:00 3
-1 unusual%3:00:02:: 2
-1 unused%5:00:00:clean:01 1
-1 untruth%1:10:00:: 1
-1 untrue%5:00:00:false:00 1
-1 untried%5:00:00:inexperienced:00 1
-1 untrammeled%5:00:00:unlimited:00 1
-1 untraditional%3:00:00:: 1
-1 untoward%5:00:00:improper:00 1
-1 untouched%5:00:00:unmoved(p):00 4
-1 untouched%5:00:00:unaffected:00 2
-1 untouched%5:00:00:full:00 1
-1 untold%5:00:00:much(a):00 1
-1 unthinking%5:00:00:thoughtless:00 1
-1 unthematic%3:01:00:: 1
-1 unthaw%2:30:00:: 1
-1 untested%5:00:00:inexperienced:00 1
-1 untenable%5:00:00:unreasonable:00 1
-1 untellable%5:00:00:inexpressible:00 1
-1 unteach%2:32:00:: 1
-1 unsung%5:00:00:unvoiced:00 1
-1 unsung%5:00:00:inglorious:00 2
-1 unsuited%5:00:00:mismatched:00 1
-1 unsuitably%4:02:00:: 1
-1 unsuitable%5:00:00:unfit:02 1
-1 unstrung%5:00:00:discomposed:00 1
-1 unstilted%5:00:00:unaffected:01 1
-1 unstained%5:00:00:unpainted:00 2
-1 unstable%5:00:00:uneasy:00 3
-1 unstable%5:00:00:reactive:00 2
-1 unspoken%5:00:00:inarticulate:00 1
-1 unsolder%2:35:00:: 1
-1 unsold%3:00:00:: 1
-1 unsmilingly%4:02:00:: 1
-1 unsloped%5:00:00:vertical:00 1
-1 unsigned%3:00:00:: 1
-1 unshielded%5:00:00:unprotected:00 1
-1 unsheathe%2:35:00:: 1
-1 unshaven%3:00:00:: 1
-1 unshaved%3:00:00:: 1
-1 unsharpened%5:00:00:dull:01 1
-1 unshakable%5:00:00:resolute:00 1
-1 unsettled%3:00:02:: 1
-1 unservile%3:00:00:: 1
-1 unselfishness%1:07:00:: 1
-1 unselfish%3:00:00:: 1
-1 unselfconsciousness%1:09:00:: 1
-1 unselfconscious%5:00:00:unaffected:01 1
-1 unseeing%5:00:00:unperceptive:00 1
-1 unscrew%2:35:01:: 2
-1 unscramble%2:30:00:: 1
-1 unscathed%5:00:00:uninjured:00 1
-1 unsaid%5:00:00:implicit:00 1
-1 unruly%5:00:00:disorderly:00 1
-1 unrevealing%5:00:00:uncommunicative:00 1
-1 unrestricted%5:00:00:free:00 2
-1 unrestricted%3:00:00:: 1
-1 unrest%1:26:00:: 1
-1 unresponsive%3:00:00:: 1
-1 unreservedly%4:02:00:: 1
-1 unrequited%5:00:00:nonreciprocal:00 1
-1 unremarkable%5:00:00:ordinary:00 1
-1 unreliable%5:00:00:untrustworthy:00 2
-1 unreleased%5:00:00:suppressed:00 1
-1 unregretting%3:00:00:: 1
-1 unreflective%5:00:00:thoughtless:00 1
-1 unreeling%5:00:00:moving:02 1
-1 unredeemed%5:00:00:lost:02 1
-1 unrecognized%5:00:00:unacknowledged:00 1
-1 unrecognizable%5:00:00:unidentifiable:00 1
-1 unreasoning%5:00:00:irrational:00 1
-1 unreason%1:26:00:: 1
-1 unreality%1:07:00:: 1
-1 unrealistically%4:02:00:: 1
-1 unrealism%1:09:00:: 1
-1 unreal%3:00:00:: 1
-1 unready%3:00:00:: 1
-1 unravel%2:35:00:: 1
-1 unquestioningly%4:02:00:: 1
-1 unqualifiedly%4:02:00:: 1
-1 unpunished%3:00:00:: 1
-1 unpublished%3:00:00:: 1
-1 unprotesting%5:00:00:uncomplaining:00 1
-1 unprotected%3:00:00:: 1
-1 unpromising%5:00:00:inauspicious:00 1
-1 unprocurable%5:00:00:unavailable:00 1
-1 unproblematic%5:00:00:easy:01 1
-1 unpretentious%3:00:00:: 1
-1 unprepared%5:00:00:unequipped:00 2
-1 unpremeditated%5:00:00:unplanned:00 1
-1 unpredictably%4:02:00:: 1
-1 unpredictability%1:07:02:: 1
-1 unplumbed%5:00:00:deep:01 1
-1 unplowed%3:00:00:: 1
-1 unpleasantly%4:02:00:: 1
-1 unpicturesque%5:00:00:ugly:00 1
-1 unperformed%5:00:00:unstaged:00 1
-1 unpaved%3:00:00:: 1
-1 unpatriotic%3:00:00:: 1
-1 unparalleled%5:00:00:incomparable:00 1
-1 unpaintable%3:00:00:: 1
-1 unpack%2:35:00:: 1
-1 unorthodox%3:00:00:: 2
-1 unopposed%3:00:00:: 1
-1 unobtrusively%4:02:00:: 1
-1 unnumbered%5:00:00:incalculable:00 1
-1 unnourished%5:00:00:unsupported:02 1
-1 unnoticed%5:00:00:undetected:00 2
-1 unnoticed%3:00:00:: 1
-1 unneeded%3:00:00:: 1
-1 unmixed%5:00:00:absolute:00 1
-1 unmeritorious%5:00:00:unworthy:00 1
-1 unmated%3:00:00:: 1
-1 unmask%2:32:00:: 1
-1 unmanageably%4:02:00:: 1
-1 unmalicious%3:00:00:: 1
-1 unlucky%3:00:00:: 1
-1 unluckily%4:02:00:: 1
-1 unlovely%5:00:00:ugly:00 1
-1 unlock%2:35:01:: 2
-1 unlock%2:30:00:: 3
-1 unloaded%3:00:00:: 1
-1 unliterary%5:00:00:informal:02 1
-1 unlined%5:00:00:smooth:00 2
-1 unleash%2:35:02:: 3
-1 unleash%2:35:01:: 2
-1 unlawful%5:00:00:irregular:00 1
-1 unlash%2:35:00:: 1
-1 unlace%2:35:00:: 1
-1 unknown_quantity%1:11:00:: 1
-1 unknown%5:00:00:unsuspected:00 3
-1 unknown%5:00:00:inglorious:00 4
-1 unkind%3:00:00:: 1
-1 unjust%3:00:04:: 1
-1 university_student%1:18:00:: 1
-1 universalize%2:32:00:: 1
-1 universalistic%3:01:00:: 1
-1 univalent%3:00:02:: 1
-1 united_states_dollar%1:23:00:: 1
-1 unitarian%1:18:00:: 1
-1 union%1:04:02:: 3
-1 uninvolved%3:00:00:: 1
-1 uninvited%5:00:00:unwelcome:00 1
-1 uninterruptedly%4:02:00:: 1
-1 unintentionally%4:02:00:: 1
-1 unintended%3:00:00:: 1
-1 unintelligent%3:00:00:: 1
-1 uninjectable%3:00:00:: 1
-1 uninitiated%5:00:00:inexperienced:00 1
-1 uninitiate%1:14:00:: 1
-1 unimproved%3:00:00:: 1
-1 unimpressive%3:00:00:: 1
-1 unimposing%5:00:00:unimpressive:00 1
-1 unimpeachably%4:02:00:: 1
-1 unimpeachable%5:00:00:unquestionable:00 1
-1 unimpassioned%5:00:00:passionless:00 1
-1 unimpaired%3:00:00:: 1
-1 unimaginative%5:00:00:uncreative:00 1
-1 unimaginable%5:00:00:unthinkable:00 1
-1 unilateral%3:00:00:: 1
-1 unification%1:11:00:: 1
-1 unhurt%5:00:00:uninjured:00 1
-1 unhurried%3:00:00:: 1
-1 unholy%5:00:00:evil:00 2
-1 unholy%3:00:00:: 1
-1 unheeding%5:00:00:deaf:00 2
-1 unheeded%5:00:00:unnoticed:00 1
-1 unheated%5:00:00:cold:01 1
-1 unhealthy%3:00:00:: 1
-1 unhappy%3:00:04:: 2
-1 unhappiness%1:12:00:: 1
-1 unguided%5:00:00:unled:00 1
-1 ungrateful%3:00:00:: 1
-1 unfrosted%5:00:00:clear:02 1
-1 unfortunate%1:18:00:: 1
-1 unforeseen%5:00:00:unexpected:00 1
-1 unfolding%1:22:00:: 1
-1 unfold%2:39:00:: 2
-1 unfold%2:38:00:: 3
-1 unfixed%3:00:00:: 1
-1 unfit%3:00:02:: 1
-1 unfettered%5:00:00:unbound:01 1
-1 unfertilized%5:00:00:infertile:00 1
-1 unfertile%3:00:00:: 1
-1 unfastened%3:00:00:: 1
-1 unfasten%2:35:01:: 1
-1 unfalteringly%4:02:00:: 1
-1 unfaltering%5:00:00:resolute:00 1
-1 unfaithful%3:00:00:: 1
-1 unfair%3:00:00:: 2
-1 unexplained%5:00:00:inexplicable:00 2
-1 unexplainable%5:00:00:inexplicable:00 1
-1 unexpected%5:00:00:unsuspected:00 2
-1 unevenly%4:02:00:: 1
-1 uneven%5:00:00:unequal:00 2
-1 unerringly%4:02:00:: 1
-1 unerring%5:00:00:infallible:00 1
-1 unenthusiastic%3:00:00:: 1
-1 unending%5:00:00:permanent:00 1
-1 unemployment_compensation%1:04:00:: 1
-1 unearned_run%1:04:00:: 1
-1 unduly%4:02:00:: 1
-1 undulate%2:38:01:: 1
-1 undue%3:00:02:: 2
-1 undrinkable%3:00:00:: 1
-1 undone%5:00:00:unfinished:01 1
-1 undoing%1:04:00:: 1
-1 undo%2:36:00:: 2
-1 undisturbed%3:00:02:: 1
-1 undisputed%5:00:00:uncontroversial:00 1
-1 undisguised%5:00:00:overt:00 1
-1 undiluted%3:00:00:: 1
-1 undigested%5:00:00:ununderstood:00 1
-1 undifferentiated%3:00:00:: 1
-1 underwrite%2:32:00:: 2
-1 underworld%1:15:00:: 1
-1 underworld%1:14:00:: 2
-1 underwear%1:06:00:: 1
-1 undertaking%1:04:00:: 1
-1 undertaker%1:18:00:: 1
-1 understood%5:00:00:implicit:00 2
-1 understood%3:00:00:: 1
-1 understatement%1:10:00:: 1
-1 understanding%5:00:00:perceptive:00 1
-1 understanding%1:09:03:: 3
-1 understanding%1:09:00:: 4
-1 understand%2:31:04:: 5
-1 underside%1:15:00:: 1
-1 undersecretary%1:18:00:: 1
-1 undersea%5:00:00:subsurface:00 1
-1 underrate%2:31:00:: 1
-1 underpin%2:35:00:: 1
-1 underling%1:18:00:: 1
-1 underhanded%5:00:00:crooked:02 1
-1 undergraduate%1:18:00:: 1
-1 underestimate%2:31:02:: 1
-1 underestimate%2:31:01:: 3
-1 underestimate%2:31:00:: 2
-1 undereducated%5:00:00:uneducated:00 1
-1 undercurrent%1:09:00:: 1
-1 undercover%5:00:00:covert:00 1
-1 under_that%4:02:00:: 1
-1 under_one's_nose%5:00:00:obvious:00 1
-1 under_control%5:00:01:controlled:00 1
-1 under_arms%4:02:00:: 1
-1 under%5:00:00:subordinate:01 2
-1 undeclared%3:00:00:: 1
-1 undamaged%3:00:00:: 1
-1 uncurl%2:38:00:: 1
-1 uncritical%3:00:02:: 1
-1 uncover%2:35:00:: 2
-1 uncousinly%3:00:00:: 1
-1 uncork%2:35:01:: 1
-1 unconventional%3:00:00:: 1
-1 uncontrollably%4:02:00:: 1
-1 uncontrollable%5:00:00:intractable:00 1
-1 unconstitutional%3:00:00:: 1
-1 unconscious%5:00:01:unaware:00 3
-1 unconscious%5:00:00:involuntary:01 2
-1 unconscious%1:09:00:: 1
-1 unconquered%5:00:00:undefeated:00 1
-1 unconquerable%3:00:00:: 1
-1 unconnected%5:00:00:unrelated:02 1
-1 unconfessed%1:14:00:: 1
-1 unconditioned%5:00:00:unconditional:00 1
-1 unconditionally%4:02:02:: 1
-1 unconditional%3:00:00:: 1
-1 unconcerned%5:00:00:untroubled:00 2
-1 unconcern%1:07:01:: 1
-1 uncompromising%3:00:00:: 1
-1 uncomfortably%4:02:00:: 1
-1 uncombable%5:00:00:uncombed:00 1
-1 unclouded%5:00:00:pure:02 1
-1 uncle%1:18:01:: 2
-1 unclasp%2:35:00:: 1
-1 unclaimed%5:00:00:unwanted:00 1
-1 uncheckable%5:00:00:unmanageable:00 1
-1 unchanged%3:00:04:: 2
-1 unchangeable%3:00:00:: 1
-1 uncertified%3:00:00:: 1
-1 unceasingly%4:02:00:: 1
-1 uncaused%5:00:00:unintended:00 1
-1 uncanny%5:00:00:unnatural:00 2
-1 uncanny%5:00:00:supernatural:00 1
-1 unbuttoned%3:00:00:: 1
-1 unbroken%5:00:00:wild:01 2
-1 unbreakable%3:00:00:: 1
-1 unbounded%5:00:00:infinite:00 1
-1 unborn%3:00:00:: 1
-1 unblinkingly%4:02:00:: 1
-1 unbidden%5:00:00:uninvited:00 1
-1 unbelievable%3:00:04:: 1
-1 unbalance%1:26:00:: 1
-1 unawares%4:02:01:: 1
-1 unavoidably%4:02:00:: 1
-1 unavailing%5:00:00:useless:00 1
-1 unauthorized%3:00:00:: 1
-1 unauthentic%5:00:00:counterfeit:00 1
-1 unattractive%5:00:00:unappealing:00 2
-1 unattractive%3:00:00:: 1
-1 unattached%5:00:00:unconnected:00 1
-1 unasterisked%5:00:00:unmarked:00 1
-1 unashamedly%4:02:00:: 1
-1 unarmed%3:00:01:: 1
-1 unanswered%5:00:00:nonreciprocal:00 1
-1 unambiguous%3:00:04:: 2
-1 unambiguity%1:07:00:: 1
-1 unalterable%3:00:00:: 1
-1 unafraid%3:00:00:: 1
-1 unaffected%5:00:01:insensitive:02 2
-1 unaffected%3:00:00:: 1
-1 unacquainted_with%5:00:00:uninformed:00 1
-1 unachievable%5:00:00:impossible:00 1
-1 unaccountable%5:00:00:inexplicable:00 1
-1 unacceptable%5:00:00:unsatisfactory:00 1
-1 unabated%5:00:00:intense:00 1
-1 un%1:14:00:: 1
-1 umbrella_tent%1:06:00:: 1
-1 ultraviolet_illumination%1:19:00:: 1
-1 ultrasonically%4:02:00:: 1
-1 ultramodern%5:00:00:modern:00 1
-1 ultra%5:00:00:immoderate:00 1
-1 ultimatum%1:10:00:: 1
-1 ulceration%1:26:00:: 1
-1 ulcerated%5:00:00:unhealthy:00 1
-1 ukrainian%1:10:00:: 1
-1 ugly%5:00:00:inaesthetic:00 2
-1 ugliness%1:07:00:: 1
-1 ubiquitous%5:00:00:present:02 1
-1 ubermensch%1:18:00:: 1
-1 u.s._government%1:14:00:: 1
-1 tyrant%1:18:00:: 1
-1 typography%1:10:00:: 2
-1 typographic%3:01:00:: 1
-1 typhus_fever%1:26:00:: 1
-1 typhoid%1:26:00:: 1
-1 typewriting%1:10:00:: 1
-1 type%2:31:00:: 2
-1 twoscore%5:00:00:cardinal:00 1
-1 twofold%5:00:01:multiple:00 2
-1 two-way%5:00:00:nonpartisan:00 1
-1 two-baser%1:04:00:: 1
-1 twisting%1:04:00:: 1
-1 twisted%5:00:00:disingenuous:00 3
-1 twisted%5:00:00:crooked:01 2
-1 twisted%5:00:00:coiled:00 1
-1 twist%2:35:01:: 4
-1 twist%2:30:00:: 5
-1 twist%1:04:02:: 4
-1 twirlingly%4:02:00:: 1
-1 twirl%2:38:01:: 2
-1 twinkling%5:00:00:bright:00 1
-1 twinkling%1:28:00:: 1
-1 twinkle%2:39:00:: 1
-1 twin%5:00:00:matched:00 1
-1 twin%1:18:00:: 1
-1 twilight%1:28:00:: 2
-1 twilight%1:19:00:: 3
-1 twig%2:30:00:: 1
-1 twig%1:20:00:: 1
-1 twiddle%2:38:00:: 1
-1 twenty-two_rifle%1:06:00:: 1
-1 twenty-two%1:23:00:: 1
-1 twenty-three%1:23:00:: 1
-1 twenty-six%5:00:00:cardinal:00 1
-1 twenty-one%1:23:00:: 1
-1 twenty-eight%1:23:00:: 1
-1 twenty%1:23:00:: 1
-1 twentieth%1:24:00:: 1
-1 twelve%1:23:00:: 1
-1 tweeze%2:35:00:: 1
-1 tweedy%5:00:00:rough:00 1
-1 tv_room%1:06:00:: 1
-1 tv_audience%1:14:00:: 1
-1 tv%1:06:00:: 2
-1 tuxedoed%5:00:00:clothed:00 1
-1 tutorial%1:10:00:: 1
-1 tutor%2:32:00:: 1
-1 tutor%1:18:00:: 1
-1 turntable%1:06:00:: 1
-1 turnpike%1:06:01:: 1
-1 turning_point%1:11:00:: 1
-1 turn_the_tables%2:30:00:: 1
-1 turn_over%2:38:03:: 3
-1 turn_over%2:35:00:: 4
-1 turn_out%2:36:00:: 6
-1 turn_out%2:35:00:: 7
-1 turn_on%2:39:00:: 3
-1 turn_on%2:30:00:: 4
-1 turn_off%2:38:00:: 2
-1 turn_off%2:37:00:: 3
-1 turn_in%2:40:00:: 3
-1 turn_in%2:36:00:: 4
-1 turn_back%2:38:02:: 3
-1 turn_back%2:33:00:: 4
-1 turn_away%2:41:00:: 3
-1 turn_away%2:38:01:: 4
-1 turn_around%2:30:01:: 2
-1 turn%2:38:06:: 11
-1 turn%2:38:04:: 9
-1 turn%2:38:01:: 10
-1 turn%2:36:00:: 12
-1 turn%2:35:06:: 13
-1 turn%2:30:09:: 14
-1 turn%2:29:00:: 15
-1 turn%1:11:00:: 5
-1 turn%1:04:07:: 7
-1 turn%1:04:02:: 6
-1 turmoil%1:12:00:: 2
-1 turkish%3:01:00:: 1
-1 turkey_cock%1:05:00:: 1
-1 turkey%1:15:00:: 2
-1 turf%1:17:00:: 1
-1 turbulent%5:00:00:unquiet:00 1
-1 turbulent%5:00:00:agitated:02 2
-1 turbulence%1:19:00:: 1
-1 turbofan_engine%1:06:00:: 1
-1 turbinate%1:08:00:: 1
-1 tunnel%2:38:00:: 1
-1 tunnel%2:35:00:: 2
-1 tunnel%1:06:00:: 1
-1 tunisia%1:15:00:: 1
-1 tunelessly%4:02:00:: 1
-1 tuneful%3:00:00:: 1
-1 tuned%5:00:02:adjusted:00 1
-1 tuned%5:00:01:adjusted:00 2
-1 tune_in%2:39:00:: 1
-1 tune%2:30:01:: 1
-1 tumultuous%5:00:00:unquiet:00 1
-1 tumour%1:26:00:: 1
-1 tumbling%5:00:00:falling:03 2
-1 tumbling%1:04:00:: 1
-1 tumbler%1:18:00:: 1
-1 tumbler%1:06:00:: 2
-1 tumble%2:38:07:: 4
-1 tumble%2:38:03:: 5
-1 tumble%1:04:00:: 1
-1 tulip_tree%1:20:00:: 1
-1 tulip%1:20:00:: 1
-1 tug%1:04:00:: 1
-1 tuft%1:14:00:: 1
-1 tudor%3:01:00:: 1
-1 tubule%1:08:00:: 1
-1 tubular%5:00:00:hollow:00 1
-1 tube-nosed_fruit_bat%1:05:00:: 1
-1 tube%1:25:00:: 3
-1 tub%1:06:00:: 2
-1 try_on%2:29:00:: 1
-1 try_for%2:33:00:: 1
-1 truthfulness%1:07:00:: 1
-1 truthful%5:00:00:true:00 2
-1 truthful%3:00:00:: 1
-1 trustworthy%5:00:00:responsible:00 2
-1 trustworthy%3:00:00:: 1
-1 trustfully%4:02:00:: 1
-1 trustee%1:18:01:: 2
-1 trusted%5:00:00:trustworthy:00 1
-1 trust%2:40:00:: 5
-1 trust%1:14:00:: 4
-1 trust%1:09:01:: 5
-1 trumpeter%1:18:00:: 1
-1 trumpet%2:32:00:: 1
-1 trumpet%1:06:00:: 1
-1 trump_up%2:36:00:: 1
-1 truly%4:02:01:: 2
-1 true%5:00:00:constant:00 5
-1 truculent%5:00:00:aggressive:00 1
-1 truculence%1:07:00:: 1
-1 trucking%1:04:00:: 1
-1 truck%2:38:00:: 1
-1 trouser_cuff%1:06:00:: 1
-1 trough%1:06:00:: 2
-1 troubleshooter%1:18:00:: 1
-1 troubled%5:00:00:unquiet:00 2
-1 troubled%3:00:00:: 1
-1 trouble_oneself%2:41:00:: 1
-1 trouble%2:41:01:: 4
-1 trouble%2:29:00:: 5
-1 trouble%1:12:03:: 6
-1 trot_out%2:39:00:: 1
-1 trot%1:04:00:: 1
-1 tropidoclonion%1:05:00:: 1
-1 tropical%3:01:00:: 2
-1 trophotropic%3:01:00:: 1
-1 trooper%1:18:00:: 2
-1 trompe_l'oeil%1:06:00:: 1
-1 trolley_line%1:06:00:: 1
-1 trolley_car%1:06:00:: 1
-1 troll%1:18:00:: 1
-1 troika%1:06:00:: 1
-1 triviality%1:07:00:: 1
-1 triumphant%5:00:00:undefeated:00 2
-1 triumph%2:33:00:: 1
-1 trite%5:00:00:unoriginal:00 1
-1 trisodium_orthophosphate%1:27:00:: 1
-1 tripod%1:06:00:: 1
-1 triple-crown_season%1:28:00:: 1
-1 triple%2:35:00:: 2
-1 triphosphopyridine_nucleotide%1:27:00:: 1
-1 triphammer%1:06:00:: 1
-1 trip_up%2:31:00:: 1
-1 trio%1:23:00:: 1
-1 trio%1:10:00:: 2
-1 trinket%1:06:00:: 1
-1 trimming%1:04:00:: 1
-1 trim_down%2:30:00:: 1
-1 trim%5:00:00:thin:03 1
-1 trim%2:36:01:: 2
-1 trim%2:30:00:: 3
-1 trim%1:26:00:: 1
-1 trim%1:06:00:: 2
-1 trigonal%5:00:00:symmetrical:00 1
-1 trigger%2:33:00:: 2
-1 tricolor%5:00:00:colored:00 1
-1 trickle%2:38:00:: 1
-1 trick_out%2:29:00:: 1
-1 trick%2:41:00:: 1
-1 trick%1:28:00:: 2
-1 trick%1:04:04:: 3
-1 trick%1:04:02:: 5
-1 trick%1:04:00:: 4
-1 trichrome%5:00:00:colored:00 1
-1 trichloroacetic_acid%1:27:00:: 1
-1 tribunal%1:14:00:: 1
-1 triangular%5:00:00:angular:00 1
-1 trial_judge%1:18:00:: 1
-1 trial_court%1:14:00:: 1
-1 trial_balloon%1:09:00:: 1
-1 trial%1:04:02:: 5
-1 trestle%1:06:01:: 1
-1 trepidation%1:12:00:: 1
-1 trend%1:15:01:: 2
-1 trend%1:09:00:: 3
-1 tremor%1:11:00:: 2
-1 trembling%1:26:00:: 1
-1 tree_branch%1:20:00:: 1
-1 treble%5:00:00:high:03 1
-1 treasured%5:00:00:loved:00 1
-1 treasure%2:40:00:: 1
-1 treasure%1:21:01:: 3
-1 treasure%1:14:00:: 4
-1 treadmill%1:06:01:: 1
-1 tread%2:35:01:: 4
-1 tread%2:35:00:: 3
-1 treachery%1:07:00:: 1
-1 treacherous%5:00:00:dangerous:00 1
-1 traverse%2:42:00:: 2
-1 traverse%2:32:00:: 3
-1 travelogue%1:10:00:: 1
-1 traveller%1:18:00:: 1
-1 traveling%5:00:00:moving:02 1
-1 traveled%5:00:00:cosmopolitan:02 2
-1 traveled%3:00:00:: 1
-1 travel_along%2:38:00:: 1
-1 travel%2:38:03:: 5
-1 travel%1:11:00:: 2
-1 trash_dump%1:15:00:: 1
-1 trapping%1:06:01:: 1
-1 trapped%5:00:00:unfree:00 1
-1 trap%2:35:01:: 3
-1 trap%1:09:00:: 3
-1 trap%1:06:03:: 4
-1 trap%1:04:00:: 5
-1 transvestitism%1:04:00:: 1
-1 transversus_abdominis%1:08:00:: 1
-1 transversus%1:08:00:: 1
-1 transversely%4:02:00:: 1
-1 transversally%4:02:00:: 1
-1 transpose%2:30:05:: 2
-1 transpose%2:30:02:: 3
-1 transport%2:37:00:: 3
-1 transport%1:22:00:: 2
-1 transport%1:04:00:: 3
-1 transplantable%5:00:00:mobile:00 1
-1 transpirate%2:38:00:: 1
-1 transmute%2:30:02:: 2
-1 transmutation%1:11:00:: 2
-1 transmitting%1:04:00:: 1
-1 transmitted%5:00:00:sent:00 1
-1 transmit%2:35:00:: 4
-1 transmissible%5:00:00:infectious:00 1
-1 translucence%1:07:00:: 1
-1 transition%1:11:01:: 3
-1 transit_line%1:06:00:: 1
-1 transistor%1:06:00:: 1
-1 transience%1:07:00:: 1
-1 transgression%1:04:00:: 1
-1 transgress%2:41:00:: 1
-1 transfusion%1:04:00:: 1
-1 transformer%1:06:00:: 1
-1 transformed%5:00:00:changed:00 1
-1 transfix%2:37:00:: 1
-1 transfer%2:40:00:: 5
-1 transfer%2:38:02:: 6
-1 transfer%2:35:00:: 7
-1 transfer%1:18:00:: 2
-1 transfer%1:04:03:: 3
-1 transcultural%3:01:00:: 1
-1 transcription%1:10:00:: 1
-1 transcribe%2:32:01:: 1
-1 transcribe%2:32:00:: 2
-1 transcendental%3:01:00:: 2
-1 transcend%2:42:01:: 2
-1 trans%5:00:00:crosswise:00 1
-1 tranquility%1:07:00:: 1
-1 tranquil%5:00:00:calm:00 2
-1 trance%1:09:00:: 2
-1 trampling%5:00:00:moving:02 1
-1 trampling%1:11:00:: 1
-1 trample%2:29:00:: 2
-1 tramping%5:00:00:moving:02 1
-1 tramp%1:18:00:: 1
-1 traitorous%5:00:00:disloyal:00 1
-1 trainman%1:18:00:: 1
-1 training_ship%1:06:00:: 1
-1 training_school%1:14:01:: 1
-1 traineeship%1:21:00:: 1
-1 trained_worker%1:18:00:: 1
-1 train%2:41:01:: 5
-1 train%2:33:00:: 6
-1 train%2:32:00:: 7
-1 train%2:29:00:: 8
-1 train%1:14:02:: 2
-1 trail%2:35:00:: 3
-1 trail%1:09:00:: 3
-1 tragically%4:02:00:: 1
-1 tragedy%1:10:00:: 2
-1 tragedian%1:18:02:: 1
-1 traffic_light%1:10:00:: 1
-1 traffic%1:04:01:: 2
-1 traditionally%4:02:00:: 1
-1 traditionalism%1:07:00:: 1
-1 traditionalism%1:04:00:: 2
-1 trading_post%1:06:00:: 1
-1 tradesman%1:18:00:: 1
-1 trademark%1:10:00:: 2
-1 trade_school%1:14:00:: 1
-1 trade_route%1:06:00:: 1
-1 trade_policy%1:10:00:: 1
-1 trade_in%2:40:00:: 1
-1 tractarian%1:18:00:: 1
-1 tract%1:10:00:: 3
-1 track_meet%1:11:00:: 1
-1 track%2:39:00:: 2
-1 track%2:38:00:: 3
-1 track%1:09:00:: 2
-1 track%1:06:05:: 4
-1 track%1:06:02:: 3
-1 traceable%5:00:00:attributable:00 1
-1 trace%1:10:01:: 3
-1 trace%1:06:01:: 5
-1 trace%1:06:00:: 4
-1 toy_with%2:31:00:: 1
-1 toxin%1:27:00:: 1
-1 townsman%1:18:00:: 1
-1 town_meeting%1:14:01:: 2
-1 town_house%1:06:01:: 1
-1 town_clerk%1:18:00:: 1
-1 tower%1:25:00:: 2
-1 toweling%1:06:00:: 1
-1 towel_rack%1:06:00:: 1
-1 towboat%1:06:00:: 1
-1 toward_the_sea%4:02:00:: 1
-1 tow%1:04:00:: 1
-1 tourist_court%1:06:00:: 1
-1 touring%5:00:00:moving:02 1
-1 tour_de_force%1:04:00:: 1
-1 tour%1:28:00:: 2
-1 toughness%1:07:01:: 1
-1 tough%5:00:00:violent:00 5
-1 tough%5:00:00:uncomfortable:00 6
-1 touchstone%1:10:00:: 1
-1 touched%5:00:00:moved(p):00 4
-1 touched%5:00:00:colored:00 1
-1 touch_up%2:30:00:: 1
-1 touch_on%2:42:00:: 2
-1 touch_down%2:38:00:: 1
-1 touch%2:42:02:: 10
-1 touch%2:42:01:: 9
-1 touch%2:35:03:: 11
-1 touch%2:32:09:: 12
-1 touch%2:31:00:: 13
-1 touch%1:23:00:: 6
-1 touch%1:10:02:: 7
-1 toter%1:18:00:: 1
-1 totemic%3:01:00:: 1
-1 totality%1:26:00:: 1
-1 totalitarian%5:00:00:undemocratic:00 1
-1 totalistic%3:01:00:: 1
-1 total_darkness%1:26:00:: 1
-1 tot_up%2:32:00:: 1
-1 toss_back%2:35:00:: 1
-1 toss%2:40:00:: 5
-1 toss%2:35:00:: 6
-1 torturing%5:00:00:painful:00 1
-1 tortured%5:00:00:sorrowful:00 2
-1 tortured%5:00:00:punished:00 1
-1 torture%2:29:00:: 2
-1 torture%1:12:02:: 1
-1 torrent%1:19:01:: 1
-1 torrent%1:11:00:: 2
-1 torpor%1:26:00:: 1
-1 torpid%5:00:00:inactive:01 1
-1 toronto%1:15:00:: 1
-1 tornado%1:19:00:: 1
-1 tormented%5:00:00:sorrowful:00 1
-1 torment%2:37:00:: 1
-1 torment%1:26:00:: 1
-1 torment%1:12:02:: 2
-1 torment%1:12:01:: 3
-1 topsy-turvy%5:00:00:untidy:00 1
-1 topsoil%1:27:00:: 1
-1 toppling%5:00:00:falling:03 1
-1 topped%3:00:00:: 1
-1 topographical%3:01:00:: 1
-1 topnotch%5:00:00:superior:02 1
-1 top_executive%1:18:00:: 1
-1 top-quality%5:00:00:best:00 1
-1 top-grade%5:00:00:best:00 1
-1 top%5:00:00:best:00 4
-1 top%2:38:00:: 2
-1 top%1:07:02:: 6
-1 toothpaste%1:06:00:: 1
-1 toothbrush%1:06:00:: 1
-1 tooth%1:05:02:: 3
-1 tooth%1:04:00:: 4
-1 tool_around%2:38:00:: 1
-1 tool%2:38:01:: 1
-1 tool%2:38:00:: 2
-1 too_soon%4:02:00:: 1
-1 too_much%4:02:01:: 2
-1 too_little%5:00:00:insufficient:00 1
-1 too-careful%5:00:00:careful:00 1
-1 tongued%3:00:00:: 1
-1 tongue_twister%1:10:00:: 1
-1 tongue_depressor%1:06:00:: 1
-1 tongue%1:10:01:: 4
-1 toned%5:00:00:tonal:00 1
-1 tone%1:10:02:: 6
-1 tone%1:09:00:: 7
-1 tonal%3:00:00:: 2
-1 tomato_paste%1:13:00:: 1
-1 tollhouse%1:06:00:: 1
-1 tollgate%1:06:00:: 1
-1 toll_call%1:10:00:: 1
-1 toll%2:39:00:: 1
-1 toll%1:21:00:: 1
-1 toll%1:07:01:: 2
-1 tolerant%5:00:00:forgiving:00 2
-1 tolerant%5:00:00:broad-minded:00 3
-1 tolerance%1:07:04:: 2
-1 tolerance%1:07:03:: 1
-1 tolerance%1:04:00:: 3
-1 tokenish%5:00:00:minimal:00 1
-1 toiling%5:00:00:busy:00 1
-1 together%4:02:05:: 7
-1 toffee%1:13:00:: 1
-1 toe%3:00:00:: 1
-1 toddy%1:13:00:: 1
-1 tobacco_mosaic_virus%1:05:00:: 1
-1 toast%2:34:00:: 2
-1 to_what_degree%4:02:00:: 1
-1 to_the_hilt%4:02:00:: 1
-1 to_that_extent%4:02:00:: 1
-1 to_boot%4:02:00:: 1
-1 to_a_greater_extent%4:02:01:: 1
-1 tittering%3:44:00:: 1
-1 titration%1:04:00:: 1
-1 titled%5:00:00:noble:02 2
-1 title_page%1:10:00:: 1
-1 title-holder%1:18:00:: 1
-1 title%1:10:02:: 6
-1 title%1:07:00:: 7
-1 titillating%5:00:01:exciting:00 1
-1 titanic%5:00:00:large:00 1
-1 tiring%5:00:00:effortful:00 1
-1 tiresome%5:00:00:uninteresting:00 1
-1 tireless%5:00:00:energetic:00 1
-1 tiredly%4:02:00:: 1
-1 tire_tool%1:06:00:: 1
-1 tiptoe%4:02:00:: 1
-1 tiptoe%2:38:00:: 1
-1 tipsy%5:00:00:intoxicated:00 1
-1 tipped%3:00:00:: 1
-1 tip%2:30:00:: 2
-1 tint%2:30:00:: 1
-1 tint%1:07:00:: 1
-1 tinsel%5:00:00:worthless:00 1
-1 tinkle%1:11:00:: 1
-1 tinker%2:35:00:: 1
-1 tinge%2:30:01:: 1
-1 timidity%1:12:00:: 1
-1 timeworn%5:00:00:unoriginal:00 1
-1 timetable%1:10:01:: 1
-1 times%1:04:00:: 2
-1 timer%1:06:00:: 1
-1 timepiece%1:06:00:: 1
-1 timely%5:00:00:opportune:00 2
-1 timely%4:02:00:: 1
-1 timeliness%1:07:01:: 1
-1 timed%5:00:00:regular:00 1
-1 time_plan%1:21:00:: 1
-1 time_of_year%1:28:00:: 1
-1 time_of_arrival%1:28:00:: 1
-1 time_clock%1:06:00:: 1
-1 time-delay_measuring_system%1:06:00:: 1
-1 time%2:31:01:: 3
-1 time%1:07:01:: 9
-1 timbered%5:00:00:wooded:00 2
-1 timbered%3:00:00:: 1
-1 timber%1:06:01:: 3
-1 tilth%1:26:00:: 1
-1 tilt-top_table%1:06:00:: 1
-1 tilt%2:38:01:: 2
-1 tilled%5:00:00:plowed:00 1
-1 tiled%5:00:00:covered:00 1
-1 tile%1:06:00:: 1
-1 tightly_knit%5:00:00:integrated:02 1
-1 tightly_fitting%5:00:00:tight:01 1
-1 tightly%4:02:01:: 2
-1 tightening%1:04:00:: 1
-1 tightened%5:00:00:secure:03 1
-1 tighten_up%2:30:00:: 1
-1 tighten%2:30:02:: 3
-1 tighten%2:30:00:: 2
-1 tight%5:00:00:stingy:00 5
-1 tight%5:00:00:scarce:00 6
-1 tight%5:00:00:invulnerable:00 3
-1 tight%5:00:00:closed:03 4
-1 tight%4:02:02:: 2
-1 tiger%1:18:00:: 1
-1 tiger%1:05:00:: 2
-1 tied_up%5:00:00:busy:00 1
-1 tied%5:00:00:united:00 2
-1 tie-in%1:06:00:: 1
-1 tie%2:30:00:: 5
-1 tie%1:06:04:: 5
-1 tie%1:06:02:: 4
-1 tidy_up%2:30:00:: 1
-1 tidewater%1:17:00:: 1
-1 tidewater%1:15:00:: 2
-1 tide%1:11:01:: 2
-1 tidbit%1:13:00:: 1
-1 tick%2:39:01:: 2
-1 tick%1:05:00:: 2
-1 tibialis_anticus%1:08:00:: 1
-1 tibetan%3:01:00:: 1
-1 tibetan%1:10:00:: 1
-1 thyrotrophin%1:27:00:: 1
-1 thyrotrophic_hormone%1:27:00:: 1
-1 thyrotoxic%3:01:00:: 1
-1 thyronine%1:27:00:: 1
-1 thyroidal%3:01:00:: 1
-1 thyroid-stimulating_hormone%1:27:00:: 1
-1 thwart%2:37:00:: 2
-1 thwart%1:06:00:: 1
-1 thwack%1:04:00:: 1
-1 thundering%5:00:00:noisy:00 1
-1 thundering%5:00:00:impressive:00 2
-1 thunder%2:32:00:: 2
-1 thumping%5:00:00:unreverberant:00 1
-1 thump%2:39:00:: 2
-1 thump%2:35:00:: 3
-1 thumbnail%1:08:00:: 1
-1 thuggee%1:04:00:: 1
-1 thudding%5:00:00:unreverberant:00 1
-1 thud%2:39:00:: 1
-1 thud%2:35:00:: 2
-1 thud%1:11:00:: 1
-1 thruway%1:06:00:: 1
-1 thrust_out%2:38:00:: 1
-1 thrust%2:35:01:: 5
-1 thrust%1:04:01:: 2
-1 thrust%1:04:00:: 3
-1 thrown_and_twisted%5:00:00:tangled:00 1
-1 throw_up%2:29:00:: 1
-1 throw_out%2:41:00:: 4
-1 throw_out%2:32:01:: 6
-1 throw_out%2:32:00:: 5
-1 throw_in_the_towel%2:33:00:: 1
-1 throw_in%2:33:00:: 2
-1 throw_in%2:32:00:: 3
-1 throw_back%2:35:00:: 1
-1 throw%2:36:08:: 11
-1 throw%1:26:00:: 2
-1 through_with%5:00:02:finished:01 1
-1 through%4:02:04:: 4
-1 throttle%2:35:00:: 2
-1 thronged%5:00:00:crowded:00 1
-1 throng%2:38:00:: 1
-1 throne%1:06:00:: 1
-1 thrombus%1:26:00:: 1
-1 thrombosis%1:26:00:: 1
-1 thrombosed%5:00:00:obstructed:00 1
-1 throe%1:26:01:: 1
-1 throbbing%5:00:00:rhythmical:00 1
-1 throbbing%1:11:00:: 1
-1 thrive%2:40:00:: 2
-1 thrillful%5:00:00:excited:00 1
-1 thriller%1:10:00:: 1
-1 thrill%2:37:02:: 2
-1 thrill%1:04:00:: 3
-1 thrice%4:02:00:: 1
-1 threshold%1:09:00:: 2
-1 threshold%1:06:02:: 3
-1 threshold%1:06:01:: 4
-1 threshing%1:04:00:: 1
-1 thresh%2:38:00:: 1
-1 three-way%5:00:00:multilateral:00 1
-1 threatened%5:00:00:vulnerable:00 1
-1 threadbare%5:00:00:unoriginal:00 1
-1 thrash_out%2:32:00:: 1
-1 thrash_about%2:38:00:: 1
-1 thrash%2:38:01:: 2
-1 thousand-fold%4:02:00:: 1
-1 thoughtless%5:00:00:inconsiderate:00 3
-1 thoughtless%3:00:04:: 2
-1 thoughtful%5:00:00:serious:00 3
-1 thoughtful%3:00:00:: 2
-1 thought-image%1:09:00:: 1
-1 thoroughness%1:07:00:: 1
-1 thorn%1:09:00:: 1
-1 thoriated%3:44:00:: 1
-1 thoreau%1:18:00:: 1
-1 thong%1:06:00:: 1
-1 thirtieth%5:00:00:ordinal:00 1
-1 thirties%1:28:00:: 1
-1 thirteenth%5:00:00:ordinal:00 1
-1 thirteen%1:23:00:: 1
-1 thirsty%5:00:00:dry:01 1
-1 thirst%1:07:00:: 2
-1 third_sacker%1:18:00:: 1
-1 third_reich%1:14:00:: 1
-1 third_person%1:10:00:: 1
-1 third-dimensionality%1:07:00:: 1
-1 thiocyanate%1:27:00:: 1
-1 thinness%1:07:01:: 1
-1 thinness%1:07:00:: 2
-1 thinly%4:02:03:: 1
-1 thinker%1:18:00:: 1
-1 think_twice%2:32:00:: 1
-1 think_the_world_of%2:31:00:: 1
-1 think_factory%1:14:00:: 1
-1 thin_out%2:30:00:: 1
-1 thin%3:00:02:: 6
-1 thill%1:06:00:: 1
-1 thighbone%1:08:00:: 1
-1 thickly_settled%5:00:00:inhabited:00 1
-1 thickly%4:02:02:: 1
-1 thickly%4:02:01:: 2
-1 thickening%5:00:00:intensifying:00 1
-1 thickened%5:00:00:thick:01 1
-1 thick_with%5:00:00:full:00 1
-1 thick-skulled%5:00:00:stupid:00 1
-1 thick%1:15:00:: 1
-1 thiamin%1:27:00:: 1
-1 thermostatics%1:09:00:: 1
-1 thermostated%5:00:00:regulated:00 1
-1 thermostat%1:06:00:: 1
-1 thermopile%1:06:00:: 1
-1 thermometric%3:01:00:: 1
-1 thermogravimetric%3:01:00:: 1
-1 thermodynamics_of_equilibrium%1:09:00:: 1
-1 thermodynamics%1:09:00:: 1
-1 thermistor%1:06:00:: 1
-1 thermally%4:02:00:: 1
-1 thermal_emission%1:22:00:: 1
-1 thereunder%4:02:00:: 1
-1 thereon%4:02:00:: 1
-1 therefrom%4:02:01:: 2
-1 therefor%4:02:00:: 1
-1 theorist%1:18:00:: 1
-1 theoretically%4:02:01:: 2
-1 theology%1:04:00:: 3
-1 thenceforth%4:02:01:: 1
-1 then%5:00:00:past:00 1
-1 thematic%3:01:00:: 1
-1 theistic%3:01:00:: 1
-1 theatrical%3:01:00:: 1
-1 theatrical%3:00:00:: 2
-1 theatregoer%1:18:00:: 1
-1 the_virgin%1:18:00:: 1
-1 the_swiss%1:18:00:: 1
-1 the_irish%1:18:00:: 1
-1 the_indies%1:15:00:: 1
-1 the_good_old_days%1:28:00:: 1
-1 the_devil%1:18:00:: 1
-1 the_buddha%1:18:00:: 1
-1 the_british%1:18:00:: 1
-1 the_americas%1:17:00:: 1
-1 thawing%1:22:00:: 1
-1 thaw%1:22:00:: 1
-1 thaw%1:19:00:: 2
-1 thatch%1:08:00:: 1
-1 thankfulness%1:12:00:: 1
-1 thamnophis%1:05:00:: 1
-1 thailand%1:15:00:: 1
-1 textured%5:00:00:rough:00 1
-1 texture%1:07:02:: 3
-1 teutonic%3:01:00:: 1
-1 tetrasodium_pyrophosphate%1:27:00:: 1
-1 tether%2:35:00:: 1
-1 testimonial%1:10:01:: 2
-1 testily%4:02:00:: 1
-1 testify%2:32:02:: 2
-1 tested%5:00:00:reliable:00 2
-1 testament%1:10:00:: 2
-1 test_tube%1:06:00:: 1
-1 test_suit%1:04:00:: 1
-1 tersely%4:02:00:: 1
-1 terse%5:00:00:concise:00 1
-1 terrycloth%1:06:00:: 1
-1 terrorize%2:41:00:: 1
-1 terrorist%1:18:00:: 1
-1 terror-struck%5:00:00:afraid(p):00 1
-1 terror-stricken%5:00:00:afraid(p):00 1
-1 terror%1:18:01:: 2
-1 terrify%2:37:00:: 1
-1 terrible%5:00:00:intense:00 3
-1 terrible%5:00:00:bad:00 4
-1 terrestrial%3:01:02:: 2
-1 terrestrial%3:01:00:: 1
-1 terra_firma%1:17:00:: 1
-1 terms%1:21:00:: 2
-1 terminal_velocity%1:28:00:: 1
-1 terminal%1:06:01:: 2
-1 term_of_office%1:28:00:: 1
-1 term%1:10:01:: 5
-1 tepid%5:00:00:warm:01 1
-1 tenuously%4:02:00:: 1
-1 tenuous%5:00:00:weak:00 1
-1 tenting%1:04:00:: 1
-1 tentacle%1:07:00:: 1
-1 tensionless%5:00:00:lax:01 1
-1 tensional%3:01:00:: 1
-1 tense_system%1:10:00:: 1
-1 tenor%1:10:00:: 1
-1 tenor%1:07:00:: 2
-1 tennis_racket%1:06:00:: 1
-1 tennis_court%1:06:00:: 1
-1 tennis%1:04:00:: 1
-1 tennessee%1:15:00:: 1
-1 tenfold%4:02:00:: 1
-1 tenet%1:10:00:: 1
-1 tenement_house%1:06:00:: 1
-1 tenebrous%5:00:00:dark:01 1
-1 tending%1:04:00:: 1
-1 tender%3:00:01:: 5
-1 tender%2:40:01:: 1
-1 tend%2:41:01:: 4
-1 tenacity%1:07:00:: 1
-1 tenaciously%4:02:00:: 1
-1 tenable%5:00:00:reasonable:00 1
-1 ten-gallon_hat%1:06:00:: 1
-1 tempt%2:37:00:: 3
-1 tempt%2:32:00:: 4
-1 tempo%1:28:00:: 2
-1 temple%1:08:00:: 2
-1 temple%1:06:01:: 3
-1 tempest%1:26:00:: 1
-1 temperature_change%1:22:00:: 1
-1 temperature%1:09:00:: 2
-1 temperament%1:07:00:: 1
-1 telltale%5:00:00:informative:00 1
-1 telling%5:00:00:informative:00 1
-1 tell_on%2:32:00:: 1
-1 tell_on%2:30:00:: 2
-1 tell_apart%2:39:00:: 1
-1 television_system%1:06:00:: 1
-1 television_camera%1:06:00:: 1
-1 television%1:06:01:: 3
-1 telescopic_sight%1:06:00:: 1
-1 telescope%2:35:00:: 1
-1 telephone_wire%1:06:00:: 1
-1 telephone_order%1:04:00:: 1
-1 telephone_number%1:10:00:: 1
-1 telephone_directory%1:10:00:: 1
-1 telephone_company%1:14:00:: 1
-1 telephone%1:10:00:: 2
-1 telepathy%1:10:00:: 1
-1 telegraphy%1:10:00:: 1
-1 telegraph_operator%1:18:00:: 1
-1 telegraph_form%1:10:00:: 1
-1 tel_aviv%1:15:00:: 1
-1 teetotaler%1:18:00:: 1
-1 teensy%5:00:00:small:00 1
-1 teem%2:42:00:: 1
-1 tee%1:15:00:: 1
-1 technologically%4:02:00:: 1
-1 technological_revolution%1:28:00:: 1
-1 technically%4:02:01:: 1
-1 technically%4:02:00:: 2
-1 technical_school%1:14:00:: 1
-1 teaspoonful%1:23:01:: 1
-1 teasing%1:04:00:: 1
-1 tease%2:32:00:: 2
-1 tease%1:18:00:: 1
-1 tearfully%4:02:00:: 1
-1 tear_apart%2:32:00:: 1
-1 tear%2:35:06:: 4
-1 tear%1:17:00:: 2
-1 team_spirit%1:07:00:: 1
-1 teakwood%1:20:00:: 1
-1 teakettle%1:06:00:: 1
-1 teaching_certificate%1:10:00:: 1
-1 teaching%1:04:01:: 3
-1 teacher%1:09:00:: 2
-1 tea_service%1:06:00:: 1
-1 tea_party%1:11:00:: 1
-1 tea%1:13:01:: 2
-1 taxpaying%5:00:00:nonexempt:00 1
-1 taxing%5:00:00:heavy:02 1
-1 taxidriver%1:18:00:: 1
-1 taxi_strip%1:06:00:: 1
-1 taxable%3:00:00:: 1
-1 tax_advantage%1:21:00:: 1
-1 tax-exempt%5:00:00:nontaxable:00 1
-1 tawny%5:00:00:chromatic:00 1
-1 tawdry%5:00:00:tasteless:02 1
-1 taut%5:00:00:tense:03 2
-1 taunting%5:00:00:disrespectful:00 1
-1 tattletale_grey%1:07:00:: 1
-1 tat%2:36:00:: 1
-1 tasteful%3:00:02:: 1
-1 taste%1:11:00:: 4
-1 tartly%4:02:00:: 1
-1 tart%5:00:00:sour:00 1
-1 tarry%2:42:00:: 1
-1 tarred-and-feathered%5:00:00:punished:00 1
-1 tarnish%2:35:00:: 1
-1 target_practice%1:04:00:: 1
-1 target_language%1:10:01:: 1
-1 target-hunting%5:00:00:guided:00 1
-1 tar%1:27:00:: 1
-1 tapestry%1:07:00:: 1
-1 tapering%5:00:00:pointed:00 1
-1 taper_off%2:42:00:: 1
-1 taper%2:30:02:: 1
-1 taped%5:00:00:fixed:00 1
-1 tape_recorder%1:06:00:: 1
-1 tap%2:39:00:: 5
-1 tantrum%1:26:00:: 1
-1 tantalizingly%4:02:00:: 1
-1 tantalizing%5:00:02:inviting:00 1
-1 tantalizing%5:00:01:inviting:00 2
-1 tantalize%2:37:00:: 1
-1 tantalize%2:32:00:: 2
-1 tanned%5:00:00:brunet:00 1
-1 tanker%1:06:00:: 1
-1 tangle%1:09:00:: 2
-1 tangibly%4:02:00:: 1
-1 tangible%5:00:00:concrete:00 2
-1 tangible%3:00:00:: 1
-1 tangential%5:00:00:irrelevant:00 1
-1 tang%1:07:00:: 1
-1 tan%1:26:00:: 1
-1 tan%1:07:00:: 2
-1 tampering%1:04:00:: 1
-1 tamper%2:35:12:: 1
-1 tame%5:00:00:unexciting:00 1
-1 tame%2:30:00:: 1
-1 tallow%1:27:00:: 1
-1 tall-growing%5:00:00:tall:00 1
-1 talky%5:00:00:voluble:00 1
-1 talks%1:10:00:: 1
-1 talking%1:10:00:: 1
-1 talkative%5:00:00:voluble:00 1
-1 talk_terms%2:32:00:: 1
-1 talk_shop%2:32:00:: 1
-1 talk_over%2:32:00:: 1
-1 talk_down%2:32:00:: 1
-1 talk%1:10:03:: 2
-1 talk%1:04:02:: 3
-1 talismanic%5:00:00:supernatural:00 1
-1 takings%1:21:00:: 1
-1 takeover%1:04:02:: 1
-1 takeoff%1:04:00:: 1
-1 taken_up%5:00:00:concerned:00 1
-1 taken_over%5:00:00:taken:00 1
-1 taken_for_granted%5:00:00:obvious:00 1
-1 taken%5:00:00:understood:00 1
-1 take_up_arms%2:33:00:: 1
-1 take_up%2:40:00:: 6
-1 take_up%2:38:03:: 7
-1 take_up%2:35:04:: 8
-1 take_up%2:35:00:: 9
-1 take_to_heart%2:31:00:: 1
-1 take_to%2:41:01:: 2
-1 take_time_off%2:41:00:: 1
-1 take_the_stand%2:32:00:: 1
-1 take_the_field%2:33:01:: 1
-1 take_stock%2:39:00:: 1
-1 take_over%2:41:02:: 6
-1 take_over%2:40:05:: 7
-1 take_over%2:40:02:: 8
-1 take_out%2:41:00:: 5
-1 take_out%2:35:00:: 6
-1 take_on%2:40:00:: 5
-1 take_on%2:33:01:: 6
-1 take_off%2:36:00:: 6
-1 take_off%2:29:03:: 7
-1 take_kindly_to%2:42:00:: 1
-1 take_issue%2:32:00:: 1
-1 take_in%2:43:00:: 3
-1 take_in%2:41:00:: 4
-1 take_in%2:40:09:: 5
-1 take_in%2:39:06:: 6
-1 take_in%2:35:01:: 7
-1 take_in%2:35:00:: 8
-1 take_in%2:31:00:: 9
-1 take_hold_of%2:35:01:: 1
-1 take_heart%2:37:00:: 1
-1 take_exception%2:32:03:: 1
-1 take_counsel%2:31:00:: 1
-1 take_chances%2:41:00:: 1
-1 take_back%2:40:00:: 2
-1 take_apart%2:36:00:: 1
-1 take_apart%2:35:00:: 2
-1 take_aim%2:33:00:: 1
-1 take_advantage%2:41:12:: 2
-1 take_aback%2:37:00:: 1
-1 take_a_breather%2:32:00:: 1
-1 take%2:40:08:: 34
-1 take%2:40:04:: 32
-1 take%2:40:02:: 33
-1 take%2:35:14:: 35
-1 take%2:32:09:: 36
-1 taiwan%1:15:00:: 1
-1 taint%1:26:00:: 1
-1 tailor-make%2:36:00:: 1
-1 tailor%2:36:01:: 2
-1 tailgate%1:06:00:: 1
-1 tailback%1:18:00:: 1
-1 tail%1:25:00:: 3
-1 tail%1:08:01:: 4
-1 tahiti%1:15:00:: 1
-1 tagged%3:00:00:: 1
-1 tag%2:35:01:: 2
-1 tag%2:32:00:: 3
-1 tadpole%1:05:00:: 1
-1 tactually%4:02:00:: 1
-1 tactual_sensation%1:09:00:: 1
-1 tactically%4:02:00:: 1
-1 tackle%2:33:00:: 2
-1 tackle%1:18:00:: 1
-1 tack_on%2:35:00:: 1
-1 tack%2:38:00:: 2
-1 tabulation%1:10:00:: 1
-1 taboo%5:00:00:impermissible:00 1
-1 tabletop%1:06:00:: 1
-1 tablet%1:06:02:: 1
-1 tableau%1:14:00:: 1
-1 tableau%1:09:00:: 2
-1 table_tennis%1:04:00:: 1
-1 t.b.%1:26:00:: 1
-1 t-square%1:06:00:: 1
-1 system%1:08:01:: 8
-1 syrupy%5:00:00:sweet:02 1
-1 syringa%1:20:02:: 1
-1 syrian%3:01:00:: 1
-1 syria%1:15:00:: 1
-1 synthesise%2:31:00:: 1
-1 syntax%1:14:00:: 2
-1 syntactically%4:02:00:: 1
-1 syntactic%3:01:00:: 1
-1 synonymous%3:00:00:: 1
-1 synergistic%3:00:00:: 1
-1 synergism%1:22:00:: 1
-1 syndrome%1:09:00:: 1
-1 syndicate%1:14:01:: 1
-1 syndicate%1:14:00:: 2
-1 synchronous_motor%1:06:00:: 1
-1 synchronous%3:00:00:: 1
-1 synchronize%2:30:00:: 1
-1 synchronism%1:24:00:: 1
-1 symptomatic%5:00:00:characteristic:00 1
-1 symphony_orchestra%1:14:00:: 1
-1 symphony%1:14:00:: 2
-1 sympathize%2:31:00:: 2
-1 sympathetically%4:02:00:: 1
-1 sympathetic%5:00:00:kind:00 4
-1 symmetry%1:25:00:: 2
-1 symmetrically%4:02:00:: 1
-1 symmetrical%5:00:00:balanced:00 2
-1 symmetrical%3:00:00:: 1
-1 symbolist%1:18:00:: 1
-1 symbolism%1:10:00:: 1
-1 symbolism%1:04:00:: 2
-1 symbolic%3:01:01:: 3
-1 syllabicity%1:10:00:: 1
-1 sworn%5:00:00:committed:00 1
-1 swoop_up%2:35:00:: 1
-1 swoop%1:10:00:: 1
-1 swoon%2:29:00:: 1
-1 switzerland%1:15:00:: 1
-1 switching%1:04:00:: 1
-1 switchboard%1:06:00:: 1
-1 switch-hitter%1:18:00:: 1
-1 switch%2:30:01:: 4
-1 switch%1:11:00:: 2
-1 swishing%5:00:00:noisy:00 1
-1 swish%2:39:00:: 1
-1 swish%2:38:00:: 2
-1 swipe%2:35:00:: 1
-1 swingy%5:00:00:rhythmical:00 1
-1 swinging_door%1:06:00:: 1
-1 swing%2:42:01:: 9
-1 swing%1:26:01:: 1
-1 swing%1:06:00:: 2
-1 swing%1:04:06:: 3
-1 swing%1:04:00:: 4
-1 swimsuit%1:06:00:: 1
-1 swimming_trunks%1:06:00:: 1
-1 swimming_hole%1:17:00:: 1
-1 swimming%1:04:00:: 1
-1 swim%2:38:01:: 2
-1 swig%1:04:00:: 1
-1 swerve%1:04:00:: 1
-1 sweltering%5:00:00:hot:01 1
-1 swelling%5:00:00:injured:00 1
-1 swelled%5:00:00:proud:00 1
-1 swell%5:00:00:good:01 1
-1 swell%2:42:03:: 4
-1 swell%2:38:07:: 5
-1 swell%1:07:00:: 3
-1 sweetness%1:09:00:: 1
-1 sweetly%4:02:00:: 1
-1 sweet_shrub%1:20:00:: 1
-1 sweet_roll%1:13:00:: 1
-1 sweet_orange%1:13:00:: 1
-1 sweet_nothings%1:10:00:: 1
-1 sweet-smelling%5:00:00:fragrant:00 1
-1 sweet-faced%5:00:00:faced:00 1
-1 sweet%4:02:00:: 1
-1 sweet%3:00:01:: 8
-1 sweeping%1:04:00:: 1
-1 sweep_up%2:42:00:: 1
-1 sweep_up%2:31:00:: 2
-1 sweep_under_the_rug%2:41:00:: 1
-1 sweep_through%2:41:00:: 1
-1 sweep_away%2:37:00:: 2
-1 sweep%2:35:01:: 6
-1 sweep%2:33:00:: 7
-1 swede%1:18:00:: 1
-1 sweater%1:06:00:: 1
-1 sweatband%1:06:01:: 1
-1 sweat_suit%1:06:00:: 1
-1 sweat_gland%1:08:00:: 1
-1 sweat_bag%1:06:00:: 1
-1 swearing%1:10:02:: 1
-1 swear_out%2:35:00:: 1
-1 swear_in%2:32:00:: 1
-1 swear%2:32:00:: 4
-1 swaying%5:00:00:moving:02 1
-1 swaybacked%5:00:00:unfit:01 1
-1 sway%1:07:00:: 1
-1 swathing%1:06:00:: 1
-1 swathe%2:35:00:: 1
-1 swashbuckler%1:18:00:: 1
-1 swash%1:11:00:: 1
-1 swarthy%5:00:00:brunet:00 1
-1 swart%5:00:00:brunet:00 1
-1 swarming_with%5:00:00:full:00 1
-1 swarming%5:00:00:abundant:00 1
-1 swarm%1:14:01:: 1
-1 swarm%1:14:00:: 2
-1 swap%2:40:00:: 1
-1 swan%2:32:00:: 1
-1 swan%1:05:00:: 1
-1 swamped%5:00:00:sunken:00 1
-1 swamp%2:43:00:: 1
-1 swamp%2:35:00:: 2
-1 swami%1:18:00:: 1
-1 swallowed%5:00:00:enclosed:00 1
-1 swallow%1:04:00:: 2
-1 swahili%1:10:00:: 1
-1 swad%1:14:00:: 1
-1 swab%2:35:00:: 1
-1 sustain%2:35:00:: 5
-1 sustain%2:32:00:: 6
-1 suspicious%5:00:00:questionable:00 2
-1 suspension_bridge%1:06:00:: 1
-1 suspended%5:00:00:delayed:00 2
-1 suspend%2:30:02:: 5
-1 suspect%2:32:02:: 4
-1 suspect%2:32:01:: 5
-1 suspect%1:18:00:: 1
-1 sushi%1:13:00:: 1
-1 survivor%1:18:02:: 2
-1 survivor%1:05:00:: 3
-1 surveying%1:04:00:: 1
-1 survey%1:04:01:: 3
-1 surroundings%1:15:00:: 2
-1 surround%2:33:00:: 4
-1 surreptitiously%4:02:00:: 1
-1 surrender%1:12:00:: 1
-1 surrender%1:10:00:: 2
-1 surprising%1:04:00:: 1
-1 surprise%2:41:00:: 2
-1 surpass%2:38:00:: 3
-1 surmounted%3:44:00:: 1
-1 surmount%2:42:00:: 2
-1 surmise%2:32:00:: 2
-1 surmise%1:10:00:: 1
-1 surly%5:00:00:ill-natured:00 1
-1 surging%5:00:00:stormy:00 1
-1 surge%2:38:04:: 4
-1 surge%2:38:03:: 3
-1 surge%2:38:00:: 2
-1 surfeited%5:00:00:satiate:00 1
-1 surfeit%2:40:00:: 1
-1 surface_noise%1:11:00:: 1
-1 surface-active%5:00:00:active:05 1
-1 surface%2:38:00:: 1
-1 surface%1:09:01:: 5
-1 surf%1:11:00:: 1
-1 surety%1:07:00:: 1
-1 sure_as_shooting%4:02:00:: 1
-1 sure-enough%5:00:00:genuine:00 1
-1 sure%5:00:00:secure:02 4
-1 sure%5:00:00:reliable:00 5
-1 supremely%4:02:00:: 1
-1 supreme%5:00:00:superior:02 3
-1 supreme%5:00:00:maximal:00 4
-1 supra_expressionism%1:14:00:: 1
-1 suppress%2:41:01:: 2
-1 suppress%2:41:00:: 3
-1 supposed%5:00:00:intended:00 4
-1 supporting%1:04:00:: 1
-1 supporter%1:18:00:: 1
-1 support%2:30:00:: 9
-1 support%1:10:01:: 9
-1 support%1:06:00:: 10
-1 supply_closet%1:06:00:: 1
-1 supply%2:32:00:: 4
-1 supplied_with%5:00:00:furnished:00 1
-1 suppleness%1:07:00:: 1
-1 supplementary%5:00:00:secondary:01 2
-1 supplemental%5:00:00:secondary:01 1
-1 supine%5:00:00:unerect:00 1
-1 superstitious%5:00:00:irrational:00 1
-1 supernatant%5:00:00:supported:00 1
-1 supermarket%1:06:00:: 1
-1 superlative%5:00:00:superior:02 1
-1 superlative%1:10:00:: 1
-1 superiority%1:07:02:: 3
-1 superiority%1:07:01:: 2
-1 superior%5:00:00:dominant:01 3
-1 superior%1:18:02:: 2
-1 superior%1:18:01:: 1
-1 superintend%2:41:00:: 1
-1 superhighway%1:06:00:: 1
-1 superficially%4:02:00:: 1
-1 superficiality%1:07:01:: 1
-1 supercilious%5:00:00:proud:00 1
-1 super%5:00:00:comprehensive:00 2
-1 sup%2:34:00:: 1
-1 suntanned%5:00:00:brunet:00 1
-1 sunstruck%5:00:00:light:06 1
-1 sunshiny%5:00:00:clear:03 1
-1 sunshine%1:19:00:: 1
-1 sung%5:00:00:voiced:00 1
-1 sundial%1:06:00:: 1
-1 sunder%2:30:00:: 1
-1 sunday_school%1:14:00:: 1
-1 sunburnt%5:00:00:unhealthy:00 1
-1 sunbaked%5:00:00:dry:01 1
-1 sun-dried%5:00:00:preserved:02 1
-1 sun%2:29:00:: 1
-1 sun%1:18:00:: 3
-1 sun%1:17:01:: 4
-1 summation%1:10:00:: 1
-1 summate%2:32:00:: 1
-1 summarization%1:10:00:: 1
-1 sumatra%1:15:00:: 1
-1 sum_of_money%1:21:00:: 1
-1 sum%1:14:00:: 3
-1 sum%1:09:00:: 4
-1 sum%1:06:00:: 5
-1 sultry%5:00:00:hot:02 1
-1 sultry%5:00:00:hot:01 2
-1 sultan%1:18:00:: 1
-1 sulphur%2:30:00:: 1
-1 sullen%5:00:00:cloudy:00 2
-1 sulky%5:00:00:ill-natured:00 1
-1 sulk%2:37:00:: 1
-1 sulfur%1:27:00:: 1
-1 suitor%1:18:00:: 1
-1 suited%5:00:00:clothed:00 2
-1 suite%1:14:00:: 3
-1 suitable%5:00:00:appropriate:00 3
-1 suitability%1:07:00:: 1
-1 suit%2:42:02:: 2
-1 suit%2:42:00:: 3
-1 suggestive%5:00:00:meaningful:00 1
-1 suggestive%5:00:00:connotative:00 2
-1 suggestion%1:23:00:: 3
-1 suggestion%1:10:01:: 4
-1 sugar_maple%1:20:00:: 1
-1 sugar_bowl%1:06:00:: 1
-1 sugar%2:39:00:: 1
-1 suffused%5:00:00:distributed:00 1
-1 suffrage%1:07:00:: 1
-1 suffocation%1:04:00:: 1
-1 suffocating%5:00:00:breathless:00 1
-1 suffocate%2:29:00:: 2
-1 suffering%5:00:00:unhappy:00 2
-1 suffering%5:00:00:troubled:00 1
-1 suffer%2:39:00:: 7
-1 suffer%2:29:03:: 8
-1 suddenness%1:07:00:: 1
-1 sudanese%1:18:00:: 1
-1 suction%1:19:00:: 1
-1 sucker%1:18:01:: 1
-1 suck_up%2:35:00:: 1
-1 suck_in%2:43:00:: 2
-1 suck_in%2:35:01:: 3
-1 suck%1:04:00:: 1
-1 such-and-such%5:00:00:unspecified:00 1
-1 succinctly%4:02:01:: 1
-1 successively%4:02:00:: 1
-1 succession%1:14:00:: 2
-1 succession%1:04:00:: 3
-1 subvert%2:41:00:: 1
-1 suburbanized%5:00:00:decentralized:00 1
-1 subtly%4:02:00:: 1
-1 subtlety%1:10:00:: 1
-1 subtlety%1:07:00:: 2
-1 subtitle%2:40:00:: 1
-1 subterfuge%1:10:00:: 1
-1 subsurface%3:00:00:: 1
-1 substitution%1:11:00:: 1
-1 substation%1:06:00:: 1
-1 substantive%5:00:00:essential:00 1
-1 substantially%4:02:02:: 2
-1 substantial%5:00:00:essential:00 2
-1 substance%1:24:00:: 4
-1 subsoil%1:27:00:: 1
-1 subsistence%1:26:01:: 2
-1 subsist%2:42:00:: 1
-1 subsidy%1:21:00:: 1
-1 subsidized%5:00:00:supported:02 1
-1 subservient%5:00:00:subordinate:02 1
-1 subscription_right%1:21:00:: 1
-1 subscription%1:21:00:: 1
-1 subscription%1:10:00:: 2
-1 subscribe_to%2:40:00:: 1
-1 subscribe%2:32:03:: 3
-1 subscribe%2:32:02:: 2
-1 subpoena_duces_tecum%1:10:00:: 1
-1 subpoena%2:32:00:: 1
-1 subpart%1:24:00:: 1
-1 subordinate%2:31:00:: 1
-1 submit%2:33:02:: 8
-1 submerged%3:00:04:: 1
-1 submerge%2:35:00:: 2
-1 submarine_ball%1:04:00:: 1
-1 subliterary%5:00:00:informal:02 1
-1 sublime%5:00:00:sacred:00 2
-1 sublime%5:00:00:elated:00 3
-1 sublime%2:30:00:: 1
-1 subjugation%1:26:00:: 1
-1 subjugate%2:41:01:: 1
-1 subject_to%5:00:00:amenable:00 2
-1 subject%2:41:00:: 5
-1 subhuman%3:00:00:: 1
-1 subgroup%1:14:00:: 1
-1 subfigure%1:25:00:: 1
-1 subdivision%1:14:01:: 3
-1 subcontract%2:41:01:: 1
-1 subcontinent%1:17:00:: 1
-1 subconsciously%4:02:00:: 1
-1 subconscious_mind%1:09:00:: 1
-1 subconscious%5:00:00:unconscious:00 1
-1 subcommittee%1:14:00:: 1
-1 sub%2:40:00:: 1
-1 suave%5:00:00:refined:01 1
-1 suave%5:00:00:diplomatic:00 2
-1 stylized%5:00:00:artificial:00 1
-1 stylistic%5:00:00:rhetorical:00 1
-1 stylist%1:18:00:: 1
-1 stylemark%1:07:00:: 1
-1 style%2:32:00:: 1
-1 stupor%1:12:00:: 1
-1 stupor%1:09:00:: 2
-1 stupidity%1:04:00:: 2
-1 stupid%5:00:00:confused:00 2
-1 stupid%1:18:00:: 1
-1 stupefying%5:00:01:impressive:00 1
-1 stunt%2:41:00:: 1
-1 stunning%5:00:00:impressive:00 1
-1 stung%5:00:02:injured:00 2
-1 stung%5:00:00:displeased:00 1
-1 stun%2:37:00:: 2
-1 stun%2:35:00:: 3
-1 stumping%1:04:00:: 1
-1 stump%2:31:00:: 1
-1 stump%1:08:00:: 2
-1 stumbling_block%1:06:00:: 1
-1 stuffy%5:00:00:unventilated:00 1
-1 stuffy%5:00:00:conventional:00 2
-1 stuffed%5:00:01:full:00 1
-1 stuff%2:34:01:: 3
-1 stuff%1:21:00:: 3
-1 stuff%1:10:00:: 4
-1 stuff%1:07:00:: 5
-1 study%1:09:01:: 8
-1 studious%5:00:00:careful:00 1
-1 studded%5:00:00:adorned:00 1
-1 stuck_with%5:00:00:cursed:00 1
-1 stuck-up%5:00:00:proud:00 1
-1 stubbornness%1:07:01:: 2
-1 stubbornness%1:07:00:: 1
-1 stub_out%2:30:00:: 1
-1 stub%1:17:00:: 1
-1 strung%3:44:00:: 1
-1 struggle%1:04:00:: 3
-1 structure%2:30:00:: 1
-1 structural%5:00:00:functional:00 3
-1 structural%5:00:00:constructive:00 4
-1 strong_point%1:07:00:: 1
-1 stroll%2:38:00:: 2
-1 stroll%1:04:00:: 1
-1 stroke%2:33:00:: 2
-1 stroke%1:26:00:: 3
-1 stroke%1:11:01:: 4
-1 stroke%1:04:01:: 5
-1 striped%5:00:00:patterned:00 1
-1 stripe%1:06:00:: 1
-1 strip%2:35:00:: 3
-1 strip%2:30:06:: 4
-1 strip%2:30:05:: 5
-1 strip%1:10:00:: 4
-1 stringy%5:00:00:thin:03 1
-1 string_out%2:35:00:: 1
-1 string%2:30:00:: 2
-1 string%1:14:00:: 4
-1 string%1:10:00:: 5
-1 string%1:06:01:: 6
-1 strike_out%2:35:00:: 2
-1 strike_home%2:37:00:: 1
-1 strike_a_chord%2:31:00:: 1
-1 strike%2:40:00:: 12
-1 strike%2:36:00:: 13
-1 strike%2:35:08:: 14
-1 strike%2:35:04:: 15
-1 stride%1:04:01:: 3
-1 stricken%5:00:00:affected:00 2
-1 strewn%5:00:00:distributed:00 2
-1 strew%2:35:04:: 2
-1 stretching%5:00:00:wide:00 1
-1 stretching%1:04:02:: 1
-1 stretched%5:00:02:extended:00 3
-1 stretch_pants%1:06:00:: 1
-1 stretch_out%2:38:02:: 2
-1 stretch_out%2:29:01:: 3
-1 stretch%2:38:02:: 6
-1 stretch%2:35:00:: 7
-1 stretch%2:30:05:: 8
-1 stretch%1:04:02:: 5
-1 stressed%5:00:00:troubled:00 1
-1 stress%1:04:00:: 6
-1 streptococcus_anhemolyticus%1:05:00:: 1
-1 strenuously%4:02:01:: 1
-1 strenuous%5:00:00:energetic:00 1
-1 strengthen%2:30:00:: 2
-1 strength%1:07:09:: 5
-1 strength%1:07:08:: 7
-1 strength%1:07:04:: 6
-1 street_clothes%1:06:00:: 1
-1 street_cleaner%1:18:00:: 1
-1 streamliner%1:06:00:: 1
-1 streaming%5:00:01:moving:02 2
-1 streaming%5:00:00:running(a):02 3
-1 stream_of_consciousness%1:10:00:: 1
-1 streak%1:14:00:: 1
-1 streak%1:07:01:: 2
-1 streak%1:07:00:: 3
-1 stray%2:38:02:: 2
-1 stray%2:38:00:: 3
-1 stray%1:05:00:: 1
-1 strawberry%1:13:00:: 1
-1 straw%5:00:00:chromatic:00 1
-1 stratify%2:41:00:: 1
-1 stratify%2:30:00:: 2
-1 stratified%5:00:02:hierarchical:00 1
-1 stratification%1:04:00:: 1
-1 strategist%1:18:00:: 1
-1 strategic%5:00:00:important:00 2
-1 stratagem%1:04:00:: 1
-1 strap%2:35:00:: 1
-1 strangulation%1:04:01:: 1
-1 strangled%5:00:00:inhibited:00 1
-1 strangeness%1:07:00:: 1
-1 strangely_enough%4:02:00:: 1
-1 stranded%5:00:00:unaccompanied:00 1
-1 strand%1:09:00:: 1
-1 strand%1:06:02:: 2
-1 strand%1:06:01:: 3
-1 straitlaced%5:00:00:proper:00 1
-1 straining%5:00:00:effortful:00 1
-1 straining%1:04:01:: 1
-1 strain%2:35:01:: 4
-1 strain%2:29:00:: 5
-1 strain%1:14:01:: 6
-1 strain%1:07:00:: 7
-1 straighten_out%2:35:01:: 2
-1 straighten_out%2:30:02:: 3
-1 straighten%2:30:00:: 4
-1 straightaway%4:02:00:: 1
-1 straightaway%1:06:00:: 1
-1 straight-out%5:00:00:unqualified:02 1
-1 straight-backed%5:00:00:erect:00 1
-1 straight%5:00:00:accurate:00 5
-1 straight%4:02:00:: 3
-1 straggling%5:00:00:untidy:00 1
-1 straggle%2:38:01:: 2
-1 strafe%2:33:00:: 1
-1 straddle%2:42:02:: 2
-1 stow%2:35:01:: 1
-1 stow%2:35:00:: 2
-1 stove%1:06:00:: 2
-1 stout%5:00:00:robust:00 3
-1 story%1:10:02:: 6
-1 stormy%5:00:00:unpeaceful:00 2
-1 storm_cloud%1:17:00:: 1
-1 storm%2:35:00:: 2
-1 storied%5:00:00:glorious:00 1
-1 storeroom%1:06:00:: 1
-1 storeria%1:05:00:: 1
-1 storekeeper%1:18:00:: 1
-1 stored_up%5:00:00:concentrated:00 1
-1 store%2:35:00:: 3
-1 store%1:06:03:: 3
-1 storage%1:06:00:: 2
-1 storage%1:04:00:: 3
-1 stopping_point%1:28:00:: 1
-1 stop_dead%2:38:00:: 1
-1 stop%2:42:13:: 9
-1 stop%1:26:00:: 4
-1 stop%1:15:00:: 5
-1 stoop_to%2:32:00:: 1
-1 stoop%1:04:00:: 1
-1 stonily%4:02:00:: 1
-1 stone-gray%5:00:00:achromatic:00 1
-1 stone-dead%5:00:00:dead:01 1
-1 stone%2:35:00:: 1
-1 stoke%2:41:00:: 1
-1 stoical%5:00:00:unemotional:00 1
-1 stoic%1:18:00:: 2
-1 stocky%5:00:00:fat:01 1
-1 stocking%1:04:00:: 2
-1 stockbroker%1:18:00:: 1
-1 stockade%1:06:01:: 1
-1 stock%5:00:00:unoriginal:00 1
-1 stock%1:21:02:: 4
-1 stock%1:21:01:: 5
-1 stock%1:14:01:: 6
-1 stock%1:14:00:: 7
-1 stock%1:13:01:: 8
-1 stitch%2:35:00:: 1
-1 stitch%1:06:00:: 1
-1 stirring%1:04:00:: 1
-1 stir_up%2:41:00:: 1
-1 stir_up%2:37:00:: 2
-1 stir_up%2:35:00:: 3
-1 stir%2:37:00:: 6
-1 stir%2:36:00:: 7
-1 stinking%5:00:00:bad:00 1
-1 stinging%5:00:00:painful:00 1
-1 sting%2:39:02:: 1
-1 sting%2:35:01:: 2
-1 sting%2:32:00:: 3
-1 stimulating%3:00:00:: 1
-1 stimulate%2:39:00:: 6
-1 stimulant%1:09:00:: 1
-1 stimulant%1:06:00:: 2
-1 stilted%5:00:00:affected:01 1
-1 stilt%1:06:01:: 1
-1 stillness%1:26:00:: 2
-1 still%2:37:00:: 1
-1 still%2:30:00:: 2
-1 stifle%2:30:00:: 2
-1 stiffness%1:07:01:: 2
-1 stiffness%1:07:00:: 1
-1 stiffening%1:04:00:: 1
-1 stiff-backed%5:00:00:backed:00 1
-1 stiff%5:00:00:strong:00 3
-1 stiff%5:00:00:formal:01 4
-1 stickpin%1:06:00:: 1
-1 stick_together%2:41:00:: 1
-1 stick_out%2:42:01:: 1
-1 stick_out%2:42:00:: 2
-1 stick_in%2:32:00:: 1
-1 stick_in%2:30:00:: 2
-1 stewing%1:12:00:: 1
-1 steward%1:18:00:: 1
-1 stetson%1:06:00:: 1
-1 sternum%1:08:00:: 1
-1 sternocleido_mastoideus%1:08:00:: 1
-1 sternly%4:02:00:: 1
-1 sternal%3:01:00:: 1
-1 sterling%5:00:00:superior:02 1
-1 sterile%5:00:00:infertile:00 1
-1 stereophonic%5:00:00:binaural:00 1
-1 stereo%5:00:00:binaural:00 1
-1 steprelationship%1:24:00:: 1
-1 stepping_stone%1:17:00:: 1
-1 steppe%1:17:00:: 1
-1 stepchild%1:18:00:: 1
-1 step_to_the_fore%2:38:00:: 1
-1 step_forward%2:38:00:: 1
-1 step_down%2:41:00:: 1
-1 step-by-step%5:00:00:gradual:01 1
-1 step%1:26:00:: 5
-1 stentorian%5:00:00:full:01 1
-1 stenography%1:10:00:: 1
-1 stemmed%3:00:00:: 1
-1 stem%1:06:02:: 3
-1 stellar%5:00:00:major:06 1
-1 stein%1:06:00:: 1
-1 steering_wheel%1:06:00:: 1
-1 steer%2:41:00:: 3
-1 steeply%4:02:00:: 1
-1 steel_trap%1:09:00:: 1
-1 steel_blue%1:07:00:: 1
-1 steel%2:37:00:: 1
-1 steel%1:06:01:: 2
-1 steed%1:05:00:: 1
-1 steamship%1:06:00:: 1
-1 steaming%5:00:00:wet:01 1
-1 steamed%5:00:00:cooked:00 1
-1 steamboat%1:06:00:: 1
-1 steam_turbine%1:06:00:: 1
-1 steam_shovel%1:06:00:: 1
-1 steam_bath%1:06:00:: 1
-1 steam%2:43:00:: 2
-1 stealthy%5:00:00:concealed:00 1
-1 stealth%1:04:00:: 1
-1 stealing%1:04:00:: 1
-1 steal_away%2:38:00:: 1
-1 steakhouse%1:06:00:: 1
-1 steady%2:35:00:: 2
-1 steadied%5:00:00:steady:00 1
-1 stay_together%2:41:00:: 1
-1 stay_in_place%2:38:00:: 1
-1 stay_away_from%2:42:00:: 1
-1 status%1:26:01:: 2
-1 statuette%1:06:00:: 1
-1 statuary%1:14:00:: 1
-1 statistician%1:18:01:: 1
-1 station_house%1:06:00:: 1
-1 static%5:00:00:nonmoving:00 2
-1 statesmanship%1:07:00:: 1
-1 statesmanlike%3:00:00:: 1
-1 staten_island%1:15:00:: 1
-1 statement%1:10:05:: 4
-1 statement%1:10:04:: 3
-1 stately%5:00:00:impressive:00 1
-1 state_treasurer%1:18:00:: 1
-1 state_prison%1:06:00:: 1
-1 state_of_matter%1:26:00:: 1
-1 state_of_affairs%1:26:00:: 1
-1 state_department%1:14:01:: 2
-1 state-supported%5:00:00:public:00 1
-1 state%5:00:01:public:00 2
-1 starving%5:00:00:malnourished:00 1
-1 starved%5:00:00:malnourished:00 1
-1 starve%2:34:03:: 3
-1 starvation%1:04:00:: 2
-1 startup%1:04:01:: 1
-1 starting_pitcher%1:18:00:: 1
-1 starting%5:00:00:protrusive:00 1
-1 starting%5:00:00:opening:00 2
-1 starter%1:06:02:: 1
-1 start%2:33:00:: 11
-1 start%1:04:01:: 4
-1 start%1:04:00:: 5
-1 starlight%1:19:00:: 1
-1 starlet%1:18:00:: 1
-1 stark%5:00:00:unconditional:00 1
-1 stardom%1:26:00:: 1
-1 starboard%1:06:00:: 1
-1 star-spangled_banner%1:10:01:: 1
-1 star%5:00:00:major:06 1
-1 star%1:18:00:: 4
-1 staple%1:06:00:: 1
-1 standstill%1:26:00:: 1
-1 standing_ovation%1:10:00:: 1
-1 standing%5:00:00:permanent:00 2
-1 standby%1:06:00:: 1
-1 standardize%2:30:00:: 1
-1 standard_of_measurement%1:24:00:: 1
-1 stand_watch%2:41:00:: 1
-1 stand_sentinel%2:41:00:: 1
-1 stand_out%2:38:00:: 3
-1 stand_in%2:40:00:: 1
-1 stand_for%2:42:00:: 3
-1 stand_for%2:31:00:: 4
-1 stand_back%2:42:00:: 1
-1 stand_back%2:35:00:: 2
-1 stand%2:35:01:: 10
-1 stand%2:33:00:: 11
-1 stand%2:32:02:: 12
-1 stand%1:11:00:: 6
-1 stand%1:09:00:: 7
-1 stand%1:06:05:: 8
-1 stand%1:04:01:: 9
-1 stance%1:07:00:: 1
-1 stampede%1:04:00:: 1
-1 stamp_down%2:30:00:: 1
-1 stamp%2:39:00:: 3
-1 stamp%2:35:02:: 4
-1 stamp%2:31:00:: 5
-1 stamp%2:30:00:: 6
-1 stamp%1:25:00:: 1
-1 stamp%1:14:00:: 2
-1 stamp%1:10:01:: 4
-1 stamp%1:10:00:: 3
-1 stammering%5:00:00:inarticulate:00 1
-1 stamen%1:20:00:: 1
-1 stall%2:38:00:: 2
-1 stall%2:30:00:: 3
-1 stalked%3:00:00:: 1
-1 stalk%2:38:01:: 2
-1 stalin%1:18:00:: 1
-1 stale%3:00:00:: 1
-1 stake%2:35:00:: 3
-1 stake%1:10:00:: 2
-1 stake%1:06:01:: 3
-1 stairwell%1:06:00:: 1
-1 stair%1:06:00:: 1
-1 stainless_steel%1:27:00:: 1
-1 stained-glass_window%1:06:00:: 1
-1 stained%5:00:00:painted:00 2
-1 stain%1:26:00:: 3
-1 stagnation%1:26:00:: 1
-1 staginess%1:07:00:: 1
-1 staggering%5:00:00:unsteady:00 1
-1 staggering%5:00:00:impressive:00 2
-1 stagger%2:35:00:: 4
-1 stager%1:18:00:: 1
-1 stage_right%1:15:00:: 1
-1 stage_left%1:15:00:: 1
-1 stage_direction%1:10:00:: 1
-1 stage%1:15:00:: 7
-1 staff%1:14:00:: 3
-1 stacked_heel%1:06:00:: 1
-1 stacked%3:44:00:: 1
-1 stack%2:35:02:: 2
-1 staccato%3:00:00:: 1
-1 stable%2:41:00:: 1
-1 stabilizing%5:00:00:helpful:00 1
-1 stabilized%5:00:00:stable:00 1
-1 stabbed%5:00:00:injured:00 1
-1 stab%2:35:02:: 1
-1 st._petersburg%1:15:01:: 1
-1 squirt%2:35:00:: 1
-1 squire%1:18:00:: 2
-1 squelch%2:30:00:: 1
-1 squeeze_out%2:41:00:: 1
-1 squeeze_out%2:40:01:: 2
-1 squeeze_out%2:35:00:: 3
-1 squeeze%1:04:00:: 1
-1 squeal%1:11:00:: 1
-1 squeaky%5:00:00:high:03 1
-1 squeak%1:11:00:: 1
-1 squatting%1:04:01:: 1
-1 squatting%1:04:00:: 2
-1 squat%1:04:01:: 1
-1 squashed%3:44:00:: 1
-1 squash%2:35:00:: 1
-1 squarely%4:02:05:: 2
-1 squarely%4:02:01:: 3
-1 square_root%1:23:00:: 1
-1 square_block%1:06:00:: 1
-1 square_away%2:30:00:: 1
-1 square%2:42:01:: 3
-1 square%2:38:00:: 4
-1 squalling%5:00:00:unquiet:00 1
-1 squall%2:32:01:: 1
-1 squall%2:32:00:: 2
-1 squadroom%1:06:02:: 1
-1 squadron%1:14:01:: 1
-1 squadron%1:14:00:: 2
-1 squad_car%1:06:00:: 1
-1 squabble%1:10:00:: 1
-1 sputtering%1:11:00:: 1
-1 sputter%2:39:00:: 1
-1 sputter%2:30:00:: 2
-1 spur%2:35:02:: 3
-1 spur%2:35:00:: 4
-1 spur%1:25:00:: 2
-1 spur%1:20:00:: 3
-1 spur%1:06:01:: 5
-1 spur%1:06:00:: 4
-1 spume%1:17:00:: 1
-1 sprue%1:26:00:: 1
-1 sprint%2:38:00:: 1
-1 sprinkle%2:35:00:: 2
-1 springboard%1:06:00:: 1
-1 spring%2:39:00:: 4
-1 spring%2:29:00:: 5
-1 spring%1:15:00:: 4
-1 spring%1:07:00:: 5
-1 spring%1:04:00:: 6
-1 sprightly%5:00:00:spirited:00 1
-1 spreading%5:00:00:wide:00 1
-1 spread-eagle%2:29:00:: 1
-1 spread%5:00:00:prepared:00 2
-1 spread%5:00:00:extended:00 3
-1 spread%1:07:00:: 4
-1 spray-dried%3:44:00:: 1
-1 spray%1:23:00:: 2
-1 spray%1:06:01:: 3
-1 spray%1:06:00:: 4
-1 sprawling%5:00:00:extended:00 1
-1 sprawling%1:07:00:: 1
-1 sprain%2:29:00:: 1
-1 spout%2:38:00:: 1
-1 spout%2:32:00:: 2
-1 spotlight%2:30:01:: 1
-1 spotlight%1:26:00:: 1
-1 spot_promote%2:41:00:: 1
-1 spot%1:10:00:: 6
-1 spot%1:06:00:: 7
-1 spot%1:04:01:: 8
-1 sportswoman%1:18:00:: 1
-1 sports_writer%1:18:00:: 1
-1 sports_jacket%1:06:00:: 1
-1 sports_car%1:06:00:: 1
-1 sports_arena%1:06:00:: 1
-1 sporting%5:00:00:adventurous:00 3
-1 sport_shirt%1:06:00:: 1
-1 sport%2:42:00:: 1
-1 spoonful%1:23:00:: 1
-1 spoon%1:06:00:: 1
-1 sponge%1:27:00:: 1
-1 spokesman%1:18:00:: 1
-1 spoken_word%1:10:00:: 1
-1 spoken%5:00:00:voiced:00 2
-1 spoiled%5:00:00:soft:02 1
-1 spoiled%5:00:00:ill-natured:00 2
-1 spoilables%1:13:00:: 1
-1 spoil%2:30:01:: 3
-1 spoil%2:30:00:: 2
-1 splutter%1:11:00:: 1
-1 splitting%5:00:00:cacophonous:00 1
-1 split_second%1:28:00:: 1
-1 split_end%1:18:00:: 1
-1 split%5:00:02:divided:00 1
-1 split%5:00:00:divided:00 2
-1 split%5:00:00:broken:01 3
-1 splintery%5:00:00:breakable:00 1
-1 splinters%1:27:00:: 1
-1 splinter%2:41:01:: 2
-1 splinter%2:41:00:: 1
-1 splinter%2:30:00:: 3
-1 splicing%1:06:00:: 1
-1 splice%2:35:01:: 1
-1 splenomegaly%1:26:00:: 1
-1 splendidly%4:02:00:: 1
-1 splatter%1:11:00:: 1
-1 splashed%5:00:00:distributed:00 1
-1 splash%2:38:00:: 2
-1 splash%2:35:06:: 4
-1 splash%2:35:00:: 3
-1 splash%1:11:00:: 1
-1 spiteful%5:00:00:malicious:00 1
-1 spite%1:12:00:: 1
-1 spit_out%2:32:00:: 2
-1 spit%2:32:00:: 2
-1 spiritual_being%1:18:00:: 1
-1 spiritual%5:00:00:unworldly:00 2
-1 spiritual%5:00:00:incorporeal:00 3
-1 spirits%1:13:00:: 1
-1 spinnability%1:07:00:: 1
-1 spineless%5:00:00:weak:00 1
-1 spill_over%2:37:00:: 1
-1 spill%2:38:00:: 2
-1 spill%2:35:00:: 3
-1 spiked%5:00:02:pointed:00 1
-1 spike_out%2:30:00:: 1
-1 spike%1:06:00:: 2
-1 spidery%3:01:00:: 1
-1 spider%1:05:00:: 1
-1 spice_up%2:39:00:: 1
-1 spice%2:30:00:: 1
-1 spice%1:27:00:: 1
-1 spic%5:00:00:clean:01 1
-1 spherule%1:25:00:: 1
-1 spherical%5:00:00:round:00 2
-1 spending%1:04:00:: 1
-1 spellbinding%5:00:00:attractive:01 1
-1 spell%2:36:00:: 3
-1 spell%1:28:01:: 3
-1 spell%1:28:00:: 2
-1 speedy%5:00:03:fast:01 2
-1 speed_of_light%1:28:00:: 1
-1 speed_limit%1:10:00:: 1
-1 speed%2:30:02:: 5
-1 speechlessness%1:07:00:: 1
-1 speech%1:10:05:: 5
-1 speech%1:10:04:: 4
-1 speech%1:10:03:: 6
-1 speculatively%4:02:00:: 1
-1 speculative%5:00:00:unsound:00 1
-1 speculative%5:00:00:theoretical:00 2
-1 speculation%1:21:00:: 3
-1 speculate%2:31:00:: 3
-1 specular%5:00:00:reflective:00 1
-1 spectrophotometer%1:06:00:: 1
-1 specter%1:18:00:: 2
-1 spectator_pump%1:06:00:: 1
-1 spectator%1:06:00:: 2
-1 spectacular%5:00:00:dramatic:00 2
-1 spectacles%1:06:00:: 1
-1 speckled%5:00:00:patterned:00 1
-1 speck%1:27:00:: 2
-1 speck%1:23:00:: 3
-1 specify%2:31:02:: 5
-1 specificity%1:07:02:: 2
-1 specification%1:10:00:: 1
-1 specific_heat%1:19:00:: 1
-1 specialist%1:18:01:: 2
-1 special%1:10:00:: 1
-1 spearhead%2:41:00:: 1
-1 spear%1:06:00:: 1
-1 speaking%1:10:01:: 1
-1 speaker%1:18:01:: 3
-1 speakeasy%1:06:00:: 1
-1 speak_up%2:32:00:: 1
-1 spatter%2:35:00:: 1
-1 spatter%1:11:00:: 1
-1 spatter%1:04:00:: 2
-1 spatiality%1:07:00:: 1
-1 spasmodic%5:00:00:unsteady:00 1
-1 spasm%1:26:00:: 1
-1 sparsely%4:02:00:: 1
-1 sparrow%1:05:00:: 1
-1 sparkling%5:00:00:lively:00 2
-1 sparkle%2:43:00:: 1
-1 sparkle%2:30:01:: 2
-1 spark%2:43:00:: 2
-1 spare%5:00:01:unnecessary:00 2
-1 spanish%1:18:00:: 2
-1 spaniel%1:05:00:: 1
-1 spang%2:35:00:: 1
-1 span%1:07:00:: 2
-1 spade%2:35:00:: 1
-1 spade%1:06:00:: 2
-1 spacing%1:28:00:: 1
-1 spacing%1:07:00:: 2
-1 space%1:28:00:: 7
-1 space%1:10:01:: 8
-1 sowbelly%1:13:00:: 1
-1 sow_one's_oats%2:34:00:: 1
-1 sow%2:32:00:: 2
-1 sovereignty%1:26:00:: 1
-1 souvenir%1:06:00:: 1
-1 southwest%1:24:00:: 1
-1 southwest%1:15:00:: 2
-1 southernism%1:10:00:: 1
-1 southern_hemisphere%1:15:00:: 1
-1 southern%5:00:01:south:00 4
-1 southeastern%5:00:00:south:00 1
-1 southeast%1:24:00:: 1
-1 southeast%1:15:00:: 2
-1 southbound%5:00:00:south:00 1
-1 south_sea%1:17:00:: 1
-1 south_dakota%1:15:00:: 1
-1 south_carolinian%1:18:00:: 1
-1 south_carolina%1:15:01:: 1
-1 south_carolina%1:15:00:: 2
-1 south_africa%1:15:00:: 1
-1 south-central%5:00:00:south:00 1
-1 soutane%1:06:00:: 1
-1 souse%2:30:01:: 1
-1 sourly%4:02:00:: 1
-1 sourdough%5:00:00:leavened:00 1
-1 sourdough%1:27:00:: 1
-1 source%1:18:00:: 6
-1 sour%5:00:00:malodorous:00 1
-1 sour%2:39:00:: 2
-1 soup_bowl%1:06:00:: 1
-1 soundproof%5:00:00:impervious:00 1
-1 sound_off%2:32:01:: 1
-1 sound_effect%1:09:00:: 1
-1 sound%5:00:00:healthy:00 5
-1 sound%4:02:01:: 1
-1 sound%3:00:04:: 4
-1 sound%3:00:01:: 3
-1 sound%2:39:02:: 4
-1 sound%2:32:00:: 5
-1 sound%1:10:01:: 6
-1 soulfully%4:02:00:: 1
-1 soul%1:04:00:: 4
-1 sought%3:44:00:: 1
-1 soughingly%4:02:00:: 1
-1 sort%1:18:00:: 3
-1 sorry_for%5:00:00:compassionate:00 1
-1 sorry%5:00:00:penitent:00 4
-1 sorry%5:00:00:cheerless:00 6
-1 sorry%5:00:00:bad:00 5
-1 sorry%3:00:02:: 3
-1 sorrow%1:12:01:: 2
-1 sorrow%1:09:00:: 3
-1 sorrel%5:00:00:chromatic:00 1
-1 sore-eyed%5:00:00:unhealthy:00 1
-1 sore%5:00:00:unpleasant:00 2
-1 sore%5:00:00:angry:00 3
-1 sore%1:26:00:: 1
-1 sopping%5:00:00:wet:01 1
-1 sophisticated%5:00:00:high-tech:00 2
-1 sophisticated%5:00:00:cosmopolitan:02 3
-1 sophisticate%1:18:00:: 1
-1 sooty%5:00:00:achromatic:00 1
-1 soothsayer%1:18:00:: 1
-1 soothe%2:37:00:: 1
-1 soothe%2:29:00:: 2
-1 sonorous%5:00:00:full:01 1
-1 sonority%1:07:00:: 1
-1 sonogram%1:06:00:: 1
-1 sonny_boy%1:18:00:: 1
-1 sonnet%1:10:00:: 1
-1 song%1:10:02:: 4
-1 somersaulting%1:04:00:: 1
-1 someplace%4:02:00:: 1
-1 sombre%5:00:00:cheerless:00 1
-1 somber%5:00:00:colorless:02 2
-1 solvent%1:27:00:: 1
-1 solved%3:00:00:: 1
-1 solvating_agent%1:27:00:: 1
-1 soluble%3:00:01:: 1
-1 solo_blast%1:04:00:: 1
-1 solo%1:04:01:: 1
-1 solitude%1:26:00:: 1
-1 solitary%5:00:00:ungregarious:00 2
-1 solipsism%1:09:00:: 1
-1 solidly%4:02:02:: 1
-1 solidly%4:02:00:: 2
-1 solid%5:00:00:wholesome:00 6
-1 solid%5:00:00:sound:01 7
-1 solid%5:00:00:opaque:00 11
-1 solid%5:00:00:honorable:00 8
-1 solid%5:00:00:hard:01 9
-1 solid%5:00:00:cubic:00 10
-1 solid%1:26:00:: 2
-1 solemnity%1:07:00:: 1
-1 solemn%5:00:00:humorless:00 3
-1 soled%3:00:00:: 1
-1 soldiering%1:09:00:: 1
-1 sold-out%5:00:00:corrupt:00 1
-1 solar_wind%1:19:00:: 1
-1 sojourn%1:04:00:: 1
-1 soiree_musicale%1:14:00:: 1
-1 soil%2:35:00:: 1
-1 softening%5:00:00:soft:01 1
-1 softening%1:22:00:: 1
-1 softened%5:00:00:modulated:00 1
-1 soften%2:30:02:: 2
-1 soft_spot%1:07:00:: 1
-1 soft_glass%1:27:00:: 1
-1 soft-spoken%5:00:00:soft:04 1
-1 soft-shoe%1:04:00:: 1
-1 soft%4:02:00:: 1
-1 sodium%1:27:00:: 1
-1 soddy%1:06:00:: 1
-1 sociologist%1:18:00:: 1
-1 societal%3:01:00:: 1
-1 socialized%5:00:00:liberal:00 1
-1 socialize%2:41:01:: 1
-1 socialize%2:32:00:: 2
-1 sociality%1:07:00:: 1
-1 socialist%1:18:00:: 1
-1 social_status%1:26:00:: 1
-1 social_relation%1:03:00:: 1
-1 social_event%1:11:00:: 1
-1 social_control%1:04:00:: 1
-1 social%1:14:00:: 1
-1 sociably%4:02:01:: 1
-1 sociability%1:07:00:: 1
-1 sobriety%1:26:00:: 1
-1 sobering%5:00:00:serious:00 1
-1 sober%5:00:00:colorless:02 3
-1 soar%2:38:03:: 2
-1 soar%2:38:00:: 3
-1 soar%2:30:00:: 4
-1 soapsuds%1:17:00:: 1
-1 soap_powder%1:06:00:: 1
-1 soap_flakes%1:06:00:: 1
-1 soaking%1:22:00:: 1
-1 soak%2:40:00:: 2
-1 soak%2:30:01:: 3
-1 so_to_speak%4:02:01:: 2
-1 so%4:02:09:: 8
-1 so%4:02:03:: 7
-1 snugly%4:02:01:: 2
-1 snuggled%5:00:00:close:01 1
-1 snug%5:00:00:protected:00 1
-1 snuffer%1:06:01:: 1
-1 snuffbox%1:06:00:: 1
-1 snuff_out%2:30:00:: 1
-1 snub%2:32:00:: 2
-1 snowfall%1:19:00:: 1
-1 snowball%2:30:00:: 1
-1 snout%1:05:00:: 1
-1 snort%2:34:02:: 3
-1 snoring%5:00:00:breathing:00 1
-1 snoop%2:32:00:: 1
-1 snobbish%5:00:00:private:00 1
-1 sniveling%1:04:00:: 1
-1 snip%1:06:00:: 1
-1 snigger%2:29:00:: 1
-1 sniff%2:29:00:: 2
-1 sneering%1:10:01:: 1
-1 sneering%1:10:00:: 2
-1 sneer%2:29:00:: 2
-1 sneak_up%2:38:00:: 1
-1 sneak_out%2:38:00:: 1
-1 sneak%2:41:00:: 2
-1 snatch_up%2:35:00:: 1
-1 snatch%2:35:02:: 2
-1 snarl%2:32:01:: 2
-1 snarl%1:10:01:: 2
-1 snarl%1:10:00:: 1
-1 snare%2:35:00:: 1
-1 snare%1:09:00:: 1
-1 snapshot%1:06:00:: 1
-1 snappy%5:00:00:ill-natured:00 1
-1 snapdragon%1:20:00:: 1
-1 snap_up%2:40:00:: 1
-1 snap_at%2:35:00:: 1
-1 snap%2:39:00:: 6
-1 snap%2:38:01:: 7
-1 snap%2:35:03:: 9
-1 snap%2:35:02:: 10
-1 snap%2:35:00:: 8
-1 snap%1:04:00:: 1
-1 snake_oil%1:27:00:: 1
-1 snake-rail_fence%1:06:00:: 1
-1 snack%1:13:00:: 1
-1 smothering%5:00:00:breathless:00 1
-1 smothered%5:00:00:inhibited:00 1
-1 smother%2:35:01:: 3
-1 smother%2:35:00:: 2
-1 smoothly%4:02:02:: 2
-1 smooth_out%2:40:00:: 1
-1 smooth%5:00:00:unfurrowed:00 4
-1 smooth%5:00:00:graceful:00 5
-1 smooth%3:00:02:: 3
-1 smooth%2:35:01:: 2
-1 smolderingly%4:02:00:: 1
-1 smoldering%5:00:00:live:00 1
-1 smoking_jacket%1:06:00:: 1
-1 smoking%1:04:00:: 1
-1 smirk%2:29:00:: 1
-1 smilingly%4:02:00:: 1
-1 smiling%1:10:00:: 1
-1 smell%1:26:00:: 3
-1 smeared%5:00:00:dirty:01 1
-1 smear%2:35:00:: 1
-1 smashed%5:00:00:broken:01 1
-1 smart_as_a_whip%5:00:00:intelligent:00 1
-1 smart%5:00:00:fashionable:00 5
-1 smart%2:39:00:: 1
-1 smallpox%1:26:00:: 1
-1 smallish%5:00:00:small:00 1
-1 small_voice%1:16:00:: 1
-1 small_fortune%1:23:00:: 1
-1 small_businessman%1:18:00:: 1
-1 small-time%5:00:00:unimportant:00 1
-1 small-scale%5:00:00:small:00 1
-1 small%5:00:00:soft:04 8
-1 small%5:00:00:narrow-minded:00 9
-1 small%5:00:00:minor:06 6
-1 small%5:00:00:lowercase:00 7
-1 small%5:00:00:inferior:01 5
-1 small%3:00:04:: 4
-1 small%1:08:00:: 1
-1 smack%2:39:13:: 2
-1 sly%5:00:00:artful:00 1
-1 slurred%5:00:00:unintelligible:00 1
-1 slurp%2:34:00:: 1
-1 slump%2:38:00:: 2
-1 slump%2:30:00:: 3
-1 slumber%1:26:01:: 1
-1 slum%5:00:00:poor:03 1
-1 sluicing%3:44:00:: 1
-1 sluice%2:43:00:: 1
-1 sluice%2:30:01:: 2
-1 sluice%1:06:00:: 1
-1 sluggishly%4:02:00:: 1
-1 slowness%1:07:00:: 2
-1 slow_up%2:30:03:: 1
-1 slow_down%2:30:04:: 3
-1 slow-moving%5:00:00:slow:01 1
-1 slow%5:00:00:stupid:00 3
-1 slow%2:30:05:: 3
-1 slovenliness%1:26:00:: 1
-1 slot%2:31:00:: 1
-1 slot%1:06:00:: 2
-1 sloping%5:00:00:gradual:02 2
-1 slop%2:38:00:: 2
-1 slop%1:13:00:: 1
-1 sloop%1:06:00:: 1
-1 sloganeering%1:10:00:: 1
-1 slogan%1:10:00:: 1
-1 slivery%3:01:00:: 1
-1 slit%2:35:01:: 1
-1 slit%2:35:00:: 2
-1 slit%1:08:00:: 2
-1 slipping%5:00:00:slippery:00 1
-1 slippered%5:00:00:shod:00 1
-1 slippage%1:22:00:: 1
-1 slip_on%2:29:00:: 1
-1 slip_of_paper%1:06:00:: 1
-1 slip_in%2:32:00:: 1
-1 slip_away%2:38:01:: 1
-1 slip_away%2:38:00:: 2
-1 slip%2:31:00:: 6
-1 slip%1:04:05:: 2
-1 slingshot%1:06:00:: 1
-1 slinging%1:04:00:: 1
-1 slime%2:35:00:: 1
-1 slim-waisted%5:00:00:thin:03 1
-1 sliding%5:00:00:slippery:00 1
-1 slide_action%1:06:00:: 1
-1 slide%1:11:00:: 2
-1 slide%1:10:00:: 3
-1 slide%1:06:03:: 4
-1 slide%1:04:00:: 5
-1 slick%5:00:00:smooth:00 1
-1 slick%1:07:00:: 1
-1 slice_up%2:35:00:: 1
-1 slice%2:35:02:: 2
-1 slice%2:35:00:: 3
-1 slice%2:33:00:: 4
-1 slice%1:26:00:: 3
-1 slice%1:04:00:: 4
-1 slender-waisted%5:00:00:thin:03 1
-1 slender%5:00:00:thin:01 3
-1 slender%5:00:00:small:00 4
-1 slender%5:00:00:graceful:00 5
-1 sleepy-eyed%5:00:00:asleep(p):00 1
-1 sleepwalker%1:18:00:: 1
-1 sleeping_pill%1:06:00:: 1
-1 sleeping_capsule%1:06:00:: 1
-1 sleeping_beauty%1:18:00:: 1
-1 sleeping_bag%1:06:00:: 1
-1 sleeping%1:09:00:: 1
-1 sleepily%4:02:00:: 1
-1 sleeper%1:18:00:: 1
-1 sleep_with%2:35:00:: 1
-1 sleep_off%2:40:00:: 1
-1 sleep_in%2:29:00:: 1
-1 sleep%1:26:02:: 2
-1 sleek%5:00:00:smooth:00 1
-1 slavery%1:04:01:: 2
-1 slaver%2:29:00:: 1
-1 slave_trade%1:04:00:: 1
-1 slave_dealer%1:18:00:: 1
-1 slave%1:18:01:: 2
-1 slaughter%1:11:00:: 2
-1 slate%1:06:00:: 1
-1 slashing%5:00:00:dynamic:00 1
-1 slashed%5:00:00:patterned:00 1
-1 slashed%5:00:00:cut:03 2
-1 slapstick%1:10:00:: 1
-1 slantwise%4:02:00:: 1
-1 slantingly%4:02:00:: 1
-1 slanted%5:00:00:inclined:01 1
-1 slant%2:42:00:: 1
-1 slant%2:31:00:: 2
-1 slant%1:09:00:: 1
-1 slant%1:07:00:: 2
-1 slam_on%2:35:00:: 1
-1 slain%1:14:00:: 1
-1 slacken%2:30:03:: 2
-1 slack_off%2:30:00:: 1
-1 skyscraper%1:06:00:: 1
-1 skylark%2:38:00:: 1
-1 skunk%1:18:00:: 1
-1 skullcap%1:06:00:: 1
-1 skulking%1:04:00:: 1
-1 skulk%2:42:00:: 1
-1 skit%1:04:00:: 1
-1 skirt%2:38:00:: 2
-1 skirmish%2:33:00:: 1
-1 skip%2:42:00:: 2
-1 skip%2:38:00:: 3
-1 skin_perceptiveness%1:09:00:: 1
-1 skimming%1:04:00:: 1
-1 skim_over%2:31:00:: 1
-1 skim%2:38:00:: 1
-1 skim%2:35:00:: 2
-1 sketch_pad%1:06:00:: 1
-1 sketch_map%1:06:00:: 1
-1 sketch%2:32:00:: 2
-1 skepticism%1:09:00:: 1
-1 skeet%1:04:00:: 1
-1 skate_over%2:41:00:: 1
-1 sizzle%2:32:00:: 1
-1 size_of_it%1:26:00:: 1
-1 sixties%1:28:00:: 2
-1 situate%2:35:00:: 2
-1 sitting%3:00:02:: 1
-1 sitting%1:04:01:: 1
-1 sitting%1:04:00:: 2
-1 site%1:15:02:: 2
-1 sit_up%2:38:01:: 2
-1 sit_out%2:42:00:: 1
-1 sit_down%2:35:03:: 3
-1 sit_down%2:35:00:: 2
-1 sit_by%2:41:00:: 1
-1 sit_back%2:41:00:: 2
-1 sit-down%1:04:00:: 1
-1 sit%2:39:00:: 5
-1 sit%2:38:03:: 6
-1 sister-in-law%1:18:00:: 1
-1 sis%1:18:00:: 1
-1 sirloin%1:13:00:: 1
-1 sipper%1:18:00:: 1
-1 sinusoidal%5:00:00:curved:00 1
-1 sinuous%5:00:00:curved:00 1
-1 sintered%3:44:00:: 1
-1 sinning%1:04:00:: 1
-1 sinking%1:11:01:: 2
-1 sinking%1:11:00:: 1
-1 sink%2:38:03:: 8
-1 sink%2:35:00:: 9
-1 sinister%5:00:00:evil:00 2
-1 singularly%4:02:00:: 1
-1 singularity%1:07:01:: 1
-1 singular%5:00:00:strange:00 2
-1 singular%5:00:00:individual:00 3
-1 singsong%2:32:00:: 1
-1 singsong%1:10:00:: 1
-1 singly%4:02:00:: 1
-1 single_out%2:41:00:: 2
-1 single-spaced%5:00:00:spaced:00 1
-1 single-foot%2:38:00:: 1
-1 singe%2:30:00:: 1
-1 sing%2:32:01:: 5
-1 sing%2:32:00:: 4
-1 sine_qua_non%1:09:00:: 1
-1 sine_die%4:02:00:: 1
-1 sincerity%1:07:02:: 3
-1 simulation%1:04:01:: 1
-1 simplified%5:00:00:simple:02 2
-1 simplicity%1:07:04:: 2
-1 simplex%5:00:00:unidirectional:00 1
-1 simple-minded%5:00:00:naive:00 1
-1 simple%5:00:00:unpretentious:00 5
-1 simple%5:00:00:retarded:00 6
-1 simple%5:00:00:ordinary:00 7
-1 simile%1:10:00:: 1
-1 silvery%5:00:00:euphonious:00 1
-1 silvery%5:00:00:bright:00 2
-1 silver_gray%1:07:00:: 1
-1 silver_dollar%1:21:00:: 1
-1 silver%5:00:00:achromatic:00 3
-1 silver%1:06:00:: 4
-1 silly%5:00:00:frivolous:00 2
-1 silky%5:00:00:smooth:00 1
-1 silkworm%1:05:01:: 1
-1 silk%1:27:00:: 2
-1 silicone%1:27:00:: 1
-1 silicate%1:27:00:: 1
-1 silhouette%2:39:00:: 1
-1 silhouette%2:36:00:: 2
-1 silenced%3:00:00:: 1
-1 silence%1:07:02:: 4
-1 signpost%1:10:00:: 1
-1 signore%1:18:00:: 1
-1 signify%2:32:00:: 2
-1 significantly%4:02:01:: 3
-1 signature%1:10:00:: 1
-1 signature%1:07:00:: 2
-1 signaling%1:10:00:: 1
-1 signal-to-noise%1:24:00:: 1
-1 signal%1:16:00:: 2
-1 sign_up%2:33:00:: 2
-1 sign_of_the_cross%1:10:00:: 1
-1 sign%2:32:01:: 5
-1 sign%1:26:00:: 6
-1 sign%1:24:00:: 7
-1 sign%1:11:00:: 8
-1 sign%1:10:01:: 9
-1 sight%1:23:00:: 8
-1 sift%2:38:00:: 1
-1 sift%2:35:00:: 2
-1 sieve%1:06:00:: 1
-1 siding%1:06:01:: 1
-1 sidewinder%1:05:00:: 1
-1 sideboard%1:06:02:: 1
-1 side_yard%1:06:00:: 1
-1 side_entrance%1:06:00:: 1
-1 side%2:33:13:: 1
-1 side%1:14:01:: 8
-1 side%1:13:00:: 9
-1 side%1:10:00:: 10
-1 sickroom%1:06:00:: 1
-1 sickly%5:00:00:unhealthy:00 1
-1 sickish%5:00:00:ill:01 1
-1 sicken%2:29:00:: 2
-1 sick%5:00:00:insane:00 3
-1 sick%5:00:00:displeased:00 4
-1 sick%1:14:00:: 1
-1 sicily%1:15:00:: 1
-1 siamese%1:10:00:: 1
-1 shyly%4:02:00:: 1
-1 shy%2:38:00:: 1
-1 shut_up%5:00:00:confined:00 1
-1 shut_up%2:35:00:: 2
-1 shut_up%2:30:00:: 3
-1 shut_off%2:42:00:: 1
-1 shut%2:41:00:: 3
-1 shunt%2:38:00:: 1
-1 shunt%1:06:01:: 2
-1 shuffling%1:04:01:: 1
-1 shuffle%2:38:01:: 2
-1 shuddering%5:00:00:unsteady:00 1
-1 shucks%1:07:00:: 1
-1 shrug_off%2:32:00:: 1
-1 shrubbery%1:15:00:: 1
-1 shrubbery%1:14:00:: 2
-1 shroud%2:35:01:: 1
-1 shriveled%5:00:00:dry:01 1
-1 shrink%2:30:00:: 4
-1 shrine%1:06:00:: 1
-1 shrilling%5:00:00:high:03 1
-1 shrieking%1:10:00:: 1
-1 shrieked%3:44:00:: 1
-1 shriek%1:11:00:: 2
-1 shrewish%5:00:00:ill-natured:00 1
-1 shrewdly%4:02:00:: 1
-1 shred%2:35:00:: 1
-1 showy%5:00:00:ostentatious:00 1
-1 showy%5:00:00:fancy:00 2
-1 showroom%1:06:00:: 1
-1 showpiece%1:06:00:: 1
-1 showing%1:10:01:: 1
-1 showing%1:04:00:: 2
-1 showerhead%1:06:00:: 1
-1 shower%1:19:00:: 3
-1 shower%1:11:00:: 4
-1 shovel%2:35:00:: 1
-1 shove_along%2:38:00:: 1
-1 shout_out%2:32:00:: 1
-1 shouldered%3:01:00:: 1
-1 shoulder_in%2:38:00:: 1
-1 shoulder_bag%1:06:00:: 1
-1 should%2:42:02:: 1
-1 should%2:42:01:: 2
-1 shot%1:26:00:: 4
-1 shot%1:18:00:: 5
-1 shot%1:10:01:: 6
-1 shot%1:04:03:: 7
-1 shorts%1:06:02:: 1
-1 shortness%1:07:03:: 1
-1 shortened%5:00:01:short:01 1
-1 shortcut%1:06:00:: 1
-1 short_and_sweet%5:00:00:short:02 1
-1 short-range%5:00:00:short:02 1
-1 short-change%2:41:00:: 1
-1 short%4:02:04:: 1
-1 shopper%1:18:00:: 1
-1 shopkeeper%1:18:00:: 1
-1 shop_at%2:41:00:: 1
-1 shop%2:41:00:: 2
-1 shop%1:06:01:: 2
-1 shooter%1:06:00:: 1
-1 shoot_down%2:38:01:: 1
-1 shoot_down%2:38:00:: 2
-1 shoot%2:38:01:: 7
-1 shoot%2:35:01:: 8
-1 shoot%2:32:00:: 9
-1 shoo_away%2:38:00:: 1
-1 shoestring%1:06:00:: 1
-1 shoes%1:26:00:: 1
-1 shoelace%1:06:00:: 1
-1 shoeful%1:23:00:: 1
-1 shoe_store%1:06:00:: 1
-1 shoe_repairing%1:04:00:: 1
-1 shoe_leather%1:27:00:: 1
-1 shockingly%4:02:00:: 1
-1 shocking%5:00:00:sensational:00 1
-1 shocked%5:00:00:afraid(p):00 1
-1 shock_therapy%1:04:00:: 1
-1 shock_absorber%1:06:00:: 1
-1 shock%1:26:00:: 4
-1 shock%1:11:01:: 6
-1 shock%1:11:00:: 5
-1 shivery%5:00:00:cold:01 1
-1 shivering%5:00:00:unsteady:00 1
-1 shivering%1:26:00:: 1
-1 shiver%1:04:00:: 1
-1 shit%1:27:00:: 1
-1 shit%1:10:00:: 2
-1 shirtsleeves%1:26:00:: 1
-1 shirtsleeve%1:06:00:: 1
-1 shirtfront%1:06:01:: 1
-1 shirt%2:29:00:: 1
-1 shirking%1:04:00:: 1
-1 shipyard%1:06:00:: 1
-1 shipwreck%1:06:00:: 1
-1 shipshape%5:00:00:tidy:00 1
-1 shipbuilding%1:04:00:: 1
-1 shining%1:04:00:: 1
-1 shine%2:42:04:: 5
-1 shine%2:39:06:: 6
-1 shinbone%1:08:00:: 1
-1 shimmy%2:38:00:: 1
-1 shimmy%2:36:00:: 2
-1 shimmering%5:00:00:bright:00 1
-1 shim%1:06:00:: 1
-1 shift%2:30:04:: 6
-1 shift%2:30:01:: 7
-1 shibboleth%1:10:01:: 1
-1 shibboleth%1:10:00:: 2
-1 shepherd%2:41:01:: 1
-1 shepherd%1:18:01:: 1
-1 shepherd%1:18:00:: 2
-1 shenanigan%1:04:01:: 2
-1 shelve%2:42:00:: 1
-1 sheltered_workshop%1:06:00:: 1
-1 shelter%2:42:00:: 1
-1 shell%2:33:00:: 1
-1 sheet_music%1:10:00:: 1
-1 sheer%5:00:00:steep:00 3
-1 sheer%2:38:00:: 1
-1 sheepskin%1:27:00:: 1
-1 sheepman%1:18:00:: 1
-1 sheep_rot%1:26:00:: 1
-1 sheep%1:18:01:: 2
-1 shed%1:06:00:: 1
-1 sheath%1:08:00:: 2
-1 sheath%1:06:01:: 3
-1 sheaf%1:06:00:: 1
-1 shaving%1:17:00:: 2
-1 shaven%3:00:00:: 1
-1 shave%2:35:01:: 2
-1 shattering%5:00:00:loud:00 1
-1 sharpness%1:09:01:: 1
-1 sharpen%2:35:00:: 1
-1 sharpen%2:30:03:: 4
-1 sharpen%2:30:01:: 2
-1 sharpen%2:30:00:: 3
-1 sharp_tongue%1:10:00:: 1
-1 sharp-worded%5:00:00:unpleasant:00 1
-1 sharp-limbed%5:00:00:limbed:00 1
-1 sharp%5:00:00:sour:00 11
-1 sharp%4:02:00:: 1
-1 sharp%3:00:00:: 10
-1 shark%1:05:00:: 1
-1 sharer%1:18:00:: 1
-1 sharecrop_farmer%1:18:00:: 1
-1 share%2:32:00:: 5
-1 shard%1:06:00:: 1
-1 shaping%1:22:00:: 1
-1 shapely%3:00:00:: 1
-1 shape%1:26:00:: 6
-1 shanty%1:06:00:: 1
-1 shantung%1:06:00:: 1
-1 shamrock%1:20:02:: 1
-1 shamefacedly%4:02:00:: 1
-1 shame%2:41:00:: 1
-1 shame%1:11:00:: 3
-1 shallowness%1:07:01:: 1
-1 shaky%5:00:00:unstable:00 1
-1 shake_up%2:38:00:: 1
-1 shake%2:38:04:: 7
-1 shake%2:30:01:: 8
-1 shaggy%5:00:00:ungroomed:00 1
-1 shaft_of_light%1:19:00:: 1
-1 shaft%1:06:00:: 3
-1 shadowy%5:00:02:shaded:01 1
-1 shadowed%5:00:00:shaded:01 1
-1 shadow%1:12:00:: 4
-1 shadow%1:10:00:: 5
-1 shadow%1:07:00:: 6
-1 shading%1:07:00:: 1
-1 shading%1:04:00:: 2
-1 shade%2:36:00:: 2
-1 shade%2:35:00:: 3
-1 shack_up%2:42:00:: 1
-1 shack%1:06:00:: 1
-1 sforzando%1:10:01:: 1
-1 sexy%3:00:00:: 1
-1 sexually%4:02:00:: 2
-1 sexual_union%1:04:00:: 1
-1 sexual_relation%1:04:00:: 1
-1 sexual_arousal%1:26:00:: 1
-1 sexual_activity%1:04:00:: 1
-1 sexual%3:00:00:: 2
-1 sextet%1:10:00:: 1
-1 sex_activity%1:04:00:: 1
-1 sewing%1:04:00:: 1
-1 sewer_line%1:06:00:: 1
-1 sewer%1:18:00:: 2
-1 severing%1:04:00:: 1
-1 severely%4:02:03:: 3
-1 severe%5:00:02:nonindulgent:00 4
-1 severe%5:00:00:critical:03 5
-1 severalty%1:26:00:: 1
-1 seventy%5:00:00:cardinal:00 1
-1 setup%1:07:00:: 2
-1 settlement%1:09:00:: 5
-1 settled%5:00:00:inhabited:00 3
-1 settled%3:00:01:: 2
-1 settle_on%2:30:00:: 1
-1 settle_down%2:37:00:: 3
-1 settle%2:38:00:: 10
-1 settle%2:35:01:: 11
-1 settle%2:32:04:: 12
-1 settle%2:32:01:: 13
-1 setting%1:06:01:: 3
-1 set_up%2:35:04:: 10
-1 set_off%2:42:00:: 5
-1 set_off%2:30:01:: 6
-1 set_in%2:42:00:: 1
-1 set_down%2:38:01:: 2
-1 set_down%2:35:02:: 4
-1 set_down%2:35:01:: 3
-1 set_decoration%1:06:00:: 1
-1 set_back%2:42:01:: 1
-1 set_back%2:41:00:: 2
-1 set_apart%2:31:00:: 1
-1 set_apart%2:30:01:: 2
-1 set_about%2:36:00:: 2
-1 set_ablaze%2:43:00:: 1
-1 set-apart%5:00:00:separate:00 1
-1 set%5:00:00:arranged:00 4
-1 set%2:36:12:: 13
-1 set%2:30:07:: 14
-1 set%1:09:01:: 6
-1 set%1:04:01:: 7
-1 servile%5:00:00:slave(a):00 3
-1 serviette%1:06:00:: 1
-1 service_entrance%1:06:00:: 1
-1 service%2:30:00:: 2
-1 serve_up%2:34:00:: 1
-1 serological%3:01:00:: 1
-1 seriousness%1:07:01:: 2
-1 serious_music%1:10:00:: 1
-1 serialism%1:10:00:: 1
-1 serial%5:00:00:ordered:00 1
-1 serge%1:06:00:: 1
-1 serenity%1:12:00:: 2
-1 serenade%2:36:00:: 1
-1 serenade%1:10:01:: 1
-1 sequestration%1:04:00:: 1
-1 sequential%5:00:00:ordered:00 1
-1 sequence%2:31:00:: 1
-1 septation%1:04:00:: 1
-1 sept%1:14:00:: 2
-1 sepia%1:07:00:: 1
-1 separation%1:07:00:: 3
-1 separation%1:04:03:: 4
-1 separation%1:04:00:: 5
-1 separated%5:00:02:divided:00 3
-1 separate%2:41:02:: 8
-1 separate%2:38:00:: 9
-1 separate%2:30:03:: 10
-1 sentry%1:18:00:: 1
-1 sentinel%1:18:00:: 1
-1 sentimentalize%2:30:00:: 1
-1 sentimentality%1:07:00:: 1
-1 sentimentalist%1:18:00:: 1
-1 sentimental%5:00:00:tender:03 1
-1 sentimental%5:00:00:emotional:00 2
-1 sentient%3:00:00:: 1
-1 sentence_structure%1:09:00:: 1
-1 sensuous%5:00:00:aesthetic:00 1
-1 sensual%5:00:00:physical:00 1
-1 sensibly%4:02:00:: 1
-1 senseless%5:00:00:unconscious:00 2
-1 sense_organ%1:08:00:: 1
-1 sense_of_responsibility%1:09:00:: 1
-1 sense_of_direction%1:09:00:: 1
-1 sense%1:09:06:: 7
-1 sensation%1:18:00:: 2
-1 sensation%1:12:00:: 3
-1 senora%1:18:00:: 1
-1 senor%1:18:00:: 1
-1 seniority%1:26:00:: 1
-1 senior_high%1:14:00:: 1
-1 senior_class%1:14:00:: 1
-1 senior%5:00:00:last:00 2
-1 senile%5:00:00:old:02 1
-1 send_word%2:32:00:: 1
-1 send_in%2:35:00:: 1
-1 send_away%2:41:01:: 1
-1 send-off%1:10:00:: 1
-1 senatorial%3:01:00:: 1
-1 semitrance%1:09:00:: 1
-1 semiskilled%5:00:00:unskilled:00 1
-1 semipublic%5:00:00:public:00 1
-1 semiprecious%5:00:00:valuable:00 1
-1 seminarian%1:18:00:: 1
-1 semiminor_axis%1:09:00:: 1
-1 semiliterate%5:00:01:illiterate:00 2
-1 semiempirical%5:00:00:empirical:00 1
-1 semi-processed%5:00:00:processed:00 1
-1 semblance%1:07:00:: 1
-1 sell_out%2:32:10:: 2
-1 self_acceptance%1:07:00:: 1
-1 self-will%1:07:01:: 2
-1 self-will%1:07:00:: 1
-1 self-whispered%5:00:00:inward:00 1
-1 self-sacrifice%1:04:00:: 1
-1 self-reliant%5:00:00:independent:00 1
-1 self-reliance%1:26:00:: 1
-1 self-pride%1:12:00:: 1
-1 self-preservation%1:04:00:: 1
-1 self-locking%5:00:00:automatic:00 1
-1 self-interest%1:07:01:: 1
-1 self-indulgence%1:07:00:: 1
-1 self-imposed%5:00:00:voluntary:01 1
-1 self-help%1:04:00:: 1
-1 self-flagellation%1:04:00:: 1
-1 self-enclosed%5:00:00:enclosed:00 1
-1 self-employed%5:00:00:employed:00 1
-1 self-effacing%5:00:00:unassertive:00 1
-1 self-effacement%1:04:00:: 1
-1 self-discipline%1:07:00:: 1
-1 self-destructive%5:00:00:dangerous:00 1
-1 self-destruction%1:04:00:: 1
-1 self-defense%1:04:00:: 1
-1 self-defeating%5:00:00:unsuccessful:00 1
-1 self-control%1:04:00:: 1
-1 self-consistent%5:00:00:consistent:00 1
-1 self-consciously%4:02:02:: 2
-1 self-consciously%4:02:00:: 1
-1 self-conscious%5:00:00:conscious:00 1
-1 self-conceited%5:00:00:proud:00 1
-1 self-awareness%1:09:00:: 1
-1 self-aggrandisement%1:04:00:: 1
-1 self%3:01:00:: 2
-1 selectman%1:18:00:: 1
-1 selective_service_system%1:14:00:: 1
-1 selective_service%1:14:00:: 1
-1 selection%1:09:00:: 3
-1 seizure%1:04:01:: 2
-1 seismic%5:00:00:unstable:00 1
-1 segregationist%1:18:00:: 1
-1 segmental%5:00:02:divided:00 1
-1 segmental%5:00:00:divided:00 2
-1 seething%5:00:00:agitated:02 1
-1 seer%1:18:00:: 1
-1 seeping%5:00:00:leaky:00 1
-1 seepage%1:11:00:: 1
-1 seen%5:00:00:witnessed:00 1
-1 seeking%3:44:00:: 1
-1 seeker%1:18:00:: 1
-1 seedpod%1:20:00:: 1
-1 seedling%1:20:00:: 1
-1 seed%2:35:00:: 1
-1 see_eye_to_eye%2:32:00:: 1
-1 see%2:41:00:: 17
-1 see%2:39:05:: 18
-1 see%2:31:08:: 19
-1 sedulously%4:02:00:: 1
-1 seductive%3:00:00:: 1
-1 seduction%1:04:00:: 1
-1 sedentary%5:00:00:inactive:01 1
-1 sedate%5:00:00:decorous:00 1
-1 security%1:12:00:: 3
-1 securely%4:02:00:: 1
-1 secured%5:00:00:fastened:00 1
-1 secure%5:00:01:safe:01 4
-1 secure%3:00:04:: 3
-1 secure%2:32:00:: 4
-1 secularize%2:30:00:: 1
-1 secularist%1:18:00:: 1
-1 secularism%1:09:00:: 1
-1 sectioned%5:00:00:divided:00 1
-1 section%1:14:02:: 5
-1 section%1:09:00:: 6
-1 sect%1:14:01:: 1
-1 secretly%4:02:02:: 2
-1 secretion%1:08:00:: 2
-1 secrete%2:29:00:: 1
-1 secretary_general%1:18:00:: 1
-1 secretarial_school%1:14:00:: 1
-1 secret%5:00:03:covert:00 4
-1 secret%5:00:00:inward:00 5
-1 secrecy%1:26:00:: 2
-1 secondhand%5:00:00:secondary:01 1
-1 secondhand%5:00:00:old:01 2
-1 secondhand%4:02:00:: 1
-1 second_thought%1:09:00:: 1
-1 second_hand%1:18:00:: 1
-1 second_cousin%1:18:00:: 1
-1 second_coming%1:11:00:: 1
-1 second_baseman%1:18:00:: 1
-1 second_base%1:06:00:: 1
-1 second-rate%5:00:00:inferior:02 1
-1 secluded%5:00:00:private:00 1
-1 seclude%2:30:00:: 1
-1 secessionist%1:18:00:: 1
-1 seaweed%1:05:00:: 1
-1 seawater%1:27:00:: 1
-1 seat%1:15:00:: 5
-1 search_warrant%1:10:00:: 1
-1 seaquake%1:11:00:: 1
-1 sealing%1:04:00:: 1
-1 seal_off%2:33:00:: 2
-1 seal_of_approval%1:10:00:: 1
-1 seal%1:06:00:: 2
-1 seahorse%1:05:01:: 1
-1 seagull%1:05:00:: 1
-1 seafaring%5:00:00:sea(a):00 1
-1 seafarer%1:18:00:: 1
-1 seacoast%1:17:00:: 1
-1 sea_spray%1:27:00:: 1
-1 sea_power%1:07:00:: 1
-1 sea_bottom%1:17:00:: 1
-1 sea_bird%1:05:00:: 1
-1 sea%3:00:00:: 1
-1 sculptured%5:00:00:carved:00 1
-1 scuff%2:38:00:: 1
-1 scud%2:38:00:: 1
-1 scrutin_uninominal_voting_system%1:09:00:: 1
-1 scrutin_de_liste_system%1:09:00:: 1
-1 scrupulously%4:02:00:: 1
-1 scrubbing%1:04:00:: 1
-1 scrub_oak%1:20:00:: 1
-1 scrub%2:29:00:: 2
-1 scrounge%2:40:00:: 1
-1 scrimmage%2:36:00:: 1
-1 scrimmage%1:04:01:: 1
-1 scrimmage%1:04:00:: 2
-1 scribble%2:32:00:: 1
-1 screwdriver%1:06:00:: 1
-1 screw_up%2:30:00:: 1
-1 screw-loose%5:00:00:insane:00 1
-1 screenplay%1:10:00:: 1
-1 screen_pass%1:04:00:: 1
-1 screen%1:06:00:: 5
-1 screechy%5:00:00:high:03 1
-1 screeching%5:00:00:noisy:00 1
-1 screeching%1:11:00:: 1
-1 screech%1:11:00:: 1
-1 screech%1:10:00:: 2
-1 screaming%5:00:00:intense:00 2
-1 screaming%1:10:00:: 1
-1 scream%2:39:00:: 3
-1 scream%1:11:00:: 2
-1 scrawled%5:00:00:written:00 1
-1 scrawl%2:36:00:: 1
-1 scratchy%5:00:00:rough:00 1
-1 scratching%5:00:00:sharp:04 1
-1 scratchiness%1:07:00:: 1
-1 scratched%5:00:00:damaged:00 1
-1 scratch%2:39:00:: 3
-1 scratch%1:26:00:: 1
-1 scraping%1:17:00:: 1
-1 scraping%1:11:00:: 2
-1 scrapheap%1:15:00:: 1
-1 scrape_up%2:35:00:: 1
-1 scrape%2:36:00:: 2
-1 scrape%2:35:02:: 3
-1 scrap%5:00:00:useless:00 1
-1 scrap%2:40:00:: 1
-1 scrap%1:17:00:: 1
-1 scrambled%5:00:00:disorganized:00 1
-1 scramble%1:04:01:: 1
-1 scraggly%5:00:00:untidy:00 1
-1 scowl%1:10:00:: 1
-1 scouting%1:04:00:: 1
-1 scout%1:18:01:: 1
-1 scouring%1:04:01:: 1
-1 scouring%1:04:00:: 2
-1 scourge%1:06:00:: 1
-1 scoured%5:00:00:worn:00 1
-1 scour%2:35:03:: 1
-1 scour%2:35:01:: 2
-1 scoundrel%1:18:00:: 1
-1 scotchman%1:18:00:: 1
-1 scotch_and_soda%1:13:00:: 1
-1 scot_free%4:02:00:: 1
-1 scorn%2:32:00:: 2
-1 scorn%1:10:00:: 2
-1 scoreboard%1:06:00:: 1
-1 score%1:16:00:: 5
-1 score%1:09:01:: 6
-1 scorching%5:00:01:hot:01 1
-1 scorched%5:00:00:dry:01 1
-1 scorch%2:30:03:: 1
-1 scoop_out%2:35:00:: 1
-1 scoop%1:23:00:: 1
-1 scold%2:32:01:: 2
-1 sclerotic%3:01:01:: 1
-1 science%1:09:02:: 3
-1 schoolmistress%1:18:00:: 1
-1 schoolmaster%1:18:00:: 1
-1 schoolmarm%1:18:00:: 1
-1 schooling%1:04:00:: 1
-1 schoolgirlish%5:00:00:young:00 1
-1 school_text%1:10:00:: 1
-1 school_term%1:28:00:: 1
-1 school_teacher%1:18:00:: 1
-1 school%1:28:00:: 5
-1 scholastically%4:02:00:: 1
-1 scholastic%3:01:01:: 2
-1 scholastic%1:18:00:: 1
-1 scholar%1:18:01:: 2
-1 schizophrenic%3:01:00:: 2
-1 schizophrenic%1:18:00:: 1
-1 schism%1:04:00:: 1
-1 scherzo%1:10:00:: 1
-1 scheme%2:31:00:: 1
-1 scheme%1:10:00:: 2
-1 scheduled%3:00:00:: 1
-1 scepticism%1:09:00:: 1
-1 scented%5:00:02:fragrant:00 2
-1 scented%5:00:01:fragrant:00 3
-1 scent%1:09:00:: 2
-1 scent%1:07:00:: 3
-1 scenery%1:15:00:: 2
-1 scene%1:26:01:: 7
-1 scene%1:06:01:: 8
-1 scenario%1:10:00:: 1
-1 scavenging%5:00:00:thrifty:00 1
-1 scavenger%1:27:00:: 1
-1 scattered%5:00:00:sporadic:00 2
-1 scatter%2:35:01:: 4
-1 scatter%2:30:00:: 5
-1 scathingly%4:02:00:: 1
-1 scathing%5:00:00:critical:01 1
-1 scarred%5:00:00:marked:00 1
-1 scarred%5:00:00:blemished:00 2
-1 scarify%2:35:00:: 1
-1 scarecrowish%5:00:00:thin:03 1
-1 scarcity%1:07:00:: 1
-1 scarce%5:00:00:insufficient:00 1
-1 scarce%4:02:00:: 1
-1 scapular%1:05:00:: 1
-1 scanty%5:00:00:meager:00 1
-1 scandinavian%3:01:02:: 1
-1 scandalize%2:37:00:: 1
-1 scandal%1:11:00:: 2
-1 scan%2:35:00:: 4
-1 scampering%5:00:00:moving:02 1
-1 scamper%1:04:00:: 1
-1 scalp%1:08:00:: 1
-1 scalloped%5:00:00:rough:02 1
-1 scaled%5:00:02:armored:02 1
-1 scale%2:42:00:: 1
-1 scale%2:36:00:: 2
-1 scab%2:29:00:: 1
-1 say%2:32:15:: 8
-1 sawhorse%1:06:00:: 1
-1 sawdust_saloon%1:06:00:: 1
-1 sawdust%1:27:00:: 1
-1 saw%2:35:00:: 1
-1 savvy%2:31:00:: 1
-1 savory%3:00:00:: 1
-1 savor%2:39:02:: 2
-1 savor%2:39:00:: 3
-1 savior%1:18:01:: 1
-1 saving%5:00:00:good:02 1
-1 saving%1:04:02:: 2
-1 saver%1:18:01:: 1
-1 saved%3:00:00:: 1
-1 save%2:40:04:: 9
-1 save%2:40:03:: 10
-1 savageness%1:07:00:: 1
-1 savagely%4:02:02:: 2
-1 savage%5:00:00:wild:01 2
-1 savage%5:00:00:noncivilized:00 3
-1 saute%2:30:00:: 1
-1 sausage%1:13:00:: 1
-1 sauce%1:13:00:: 1
-1 saturation%1:04:00:: 2
-1 saturated%5:00:00:wet:01 2
-1 saturated%3:00:01:: 1
-1 saturate%2:30:01:: 1
-1 satisfaction%1:21:00:: 3
-1 satirist%1:18:00:: 1
-1 satirically%4:02:00:: 1
-1 satirical%5:00:00:sarcastic:00 1
-1 satiric%5:00:00:sarcastic:00 1
-1 satin%1:06:00:: 1
-1 satiety%1:26:00:: 1
-1 satiate%2:34:00:: 1
-1 satanic%5:00:00:evil:00 1
-1 sassing%1:10:00:: 1
-1 sashay%2:38:01:: 1
-1 sash%1:06:01:: 2
-1 sash%1:06:00:: 1
-1 sari%1:06:00:: 1
-1 sardonic%5:00:00:sarcastic:00 1
-1 sardine%1:13:00:: 1
-1 sardine%1:05:01:: 2
-1 sarcolemmal%3:01:00:: 1
-1 saracen%1:18:01:: 1
-1 sapphire%5:00:00:chromatic:00 1
-1 sapling%1:20:00:: 1
-1 sap%2:40:00:: 1
-1 sap%2:34:00:: 2
-1 sanity%1:26:00:: 1
-1 sanitation%1:26:00:: 1
-1 sanitation%1:04:00:: 2
-1 sanguineous%5:00:00:bloody:00 1
-1 sandy%5:00:00:loose:02 1
-1 sandy%5:00:00:blond:00 2
-1 sandpaper%1:27:00:: 1
-1 sandalwood%1:20:00:: 1
-1 sanction%2:41:01:: 2
-1 sanction%1:04:02:: 2
-1 sanctified%5:00:00:holy:00 1
-1 sampling_station%1:06:00:: 1
-1 sampler%1:06:01:: 1
-1 salvo%1:11:00:: 1
-1 salvo%1:04:00:: 2
-1 salve%1:06:00:: 1
-1 salve%1:04:00:: 2
-1 salvation%1:04:01:: 2
-1 salute%2:34:00:: 1
-1 salute%2:32:03:: 3
-1 salute%2:32:00:: 2
-1 salutary%5:00:00:healthful:00 1
-1 salubrious%5:00:00:wholesome:00 1
-1 salty%5:00:00:stimulating:00 1
-1 salty%5:00:00:salt:00 2
-1 saltwater%1:27:00:: 1
-1 salt_away%2:40:00:: 1
-1 salt%5:00:00:sharp:04 2
-1 salt%3:00:00:: 1
-1 salt%2:39:00:: 1
-1 salmon%1:05:00:: 1
-1 sallying_forth%1:04:00:: 1
-1 sally%1:10:00:: 1
-1 sallow%5:00:00:unhealthy:00 1
-1 salivate%2:29:00:: 1
-1 salivary%3:01:00:: 1
-1 salish%1:10:00:: 1
-1 salesgirl%1:18:00:: 1
-1 sales_tax%1:21:00:: 1
-1 sale%1:04:01:: 3
-1 salamander%1:05:00:: 1
-1 salad%1:13:00:: 1
-1 salacious%5:00:00:sexy:00 1
-1 salacious%5:00:00:dirty:02 2
-1 salable%3:00:00:: 1
-1 saint%1:18:01:: 3
-1 sailor%1:18:01:: 2
-1 sailing%5:00:00:afloat(p):00 1
-1 sailing%1:04:02:: 3
-1 sailing%1:04:00:: 2
-1 sail%2:38:00:: 3
-1 sail%1:06:00:: 1
-1 sail%1:04:00:: 2
-1 sagging%5:00:00:lax:01 1
-1 sagebrush%1:20:00:: 1
-1 sage%1:18:00:: 1
-1 sage%1:13:00:: 2
-1 sagacious%5:00:00:wise:00 1
-1 sag_down%2:38:00:: 1
-1 sag%2:38:01:: 2
-1 safety%1:06:00:: 3
-1 safety%1:04:00:: 4
-1 safeguard%1:04:00:: 1
-1 safebreaker%1:18:00:: 1
-1 safe-conduct%1:10:00:: 1
-1 safe%5:00:00:unadventurous:00 2
-1 sadistic%3:00:00:: 1
-1 saddle_hackle%1:05:00:: 1
-1 saddle%2:35:10:: 2
-1 saddle%2:35:01:: 1
-1 saddle%2:32:00:: 3
-1 sadden%2:37:01:: 1
-1 sacrifice_fly%1:04:00:: 1
-1 sacrifice%2:35:00:: 2
-1 sacrifice%1:11:00:: 2
-1 sacred_writing%1:10:00:: 1
-1 sacred%5:00:00:worthy:00 2
-1 sacred%5:00:00:holy:00 3
-1 sacramento%1:15:00:: 1
-1 sacrament%1:04:00:: 1
-1 sack%2:40:00:: 1
-1 sack%1:06:00:: 1
-1 sabine%1:17:00:: 1
-1 sabbath%1:28:00:: 1
-1 rutted%5:00:00:furrowed:00 1
-1 ruthlessness%1:07:00:: 1
-1 ruthless%5:00:00:merciless:00 1
-1 rutabaga%1:13:00:: 1
-1 rut%1:25:00:: 1
-1 rut%1:04:00:: 2
-1 rusty%5:00:00:chromatic:00 2
-1 rustling%1:11:00:: 2
-1 rustle%1:11:00:: 1
-1 rustic%5:00:02:rural:00 1
-1 rustic%5:00:00:provincial:00 2
-1 rusted%3:00:00:: 1
-1 russia%1:15:02:: 3
-1 russia%1:15:01:: 2
-1 russet%1:06:00:: 1
-1 rushing%5:00:00:moving:02 1
-1 rushing%1:04:01:: 2
-1 rush_hour%1:28:00:: 1
-1 rush%2:30:00:: 4
-1 rupture%2:35:00:: 1
-1 running_board%1:06:00:: 1
-1 running%5:00:00:continual:00 3
-1 running%3:00:02:: 2
-1 runner%1:18:04:: 3
-1 runner%1:18:03:: 2
-1 runner%1:18:02:: 4
-1 rundown%1:10:00:: 1
-1 runaway%1:11:00:: 1
-1 run_up%2:35:01:: 3
-1 run_up%2:35:00:: 2
-1 run_through%2:34:00:: 2
-1 run_roughshod%2:41:00:: 1
-1 run_over%2:38:00:: 2
-1 run_out%2:42:00:: 4
-1 run_on%2:32:00:: 1
-1 run_off%2:38:01:: 2
-1 run_off%2:38:00:: 3
-1 run_into%2:35:01:: 3
-1 run_into%2:35:00:: 2
-1 run_down%2:39:00:: 5
-1 run_by%2:38:00:: 1
-1 run_batted_in%1:04:00:: 1
-1 run_bases%2:38:00:: 1
-1 run_away%2:38:04:: 2
-1 run_along%2:42:00:: 1
-1 run-down%5:00:00:worn:00 1
-1 run-down%5:00:00:malfunctioning:00 2
-1 run%2:42:08:: 23
-1 run%2:41:01:: 24
-1 run%2:40:06:: 25
-1 run%2:38:10:: 26
-1 run%2:38:08:: 27
-1 run%2:38:05:: 29
-1 run%2:38:03:: 28
-1 run%1:14:00:: 4
-1 run%1:04:04:: 6
-1 run%1:04:02:: 5
-1 run%1:04:00:: 7
-1 rumpus%1:04:00:: 1
-1 rump%1:05:00:: 1
-1 rumor%2:32:00:: 1
-1 rumen%1:05:00:: 1
-1 rumble%2:32:00:: 2
-1 rumanian%3:01:00:: 1
-1 rumanian%1:10:00:: 1
-1 ruling_class%1:14:00:: 1
-1 ruling%5:00:00:powerful:00 1
-1 ruler%1:06:00:: 2
-1 ruled%5:00:00:subordinate:02 1
-1 rule_out%2:33:00:: 2
-1 rule_out%2:31:00:: 3
-1 rule_in%2:33:00:: 1
-1 rule%2:32:00:: 4
-1 ruinous%5:00:00:harmful:00 1
-1 ruined%5:00:00:lost:02 1
-1 rugged_individualist%1:18:00:: 1
-1 ruffled%5:00:00:agitated:02 1
-1 ruffled%5:00:00:adorned:00 2
-1 ruffle%2:38:00:: 1
-1 ruffle%2:37:00:: 2
-1 ruffian%1:18:00:: 1
-1 rudimentary%5:00:00:incomplete:00 2
-1 rudimentary%5:00:00:basic:00 1
-1 rudeness%1:07:00:: 1
-1 rudely%4:02:00:: 1
-1 rude%5:00:00:unrefined:01 2
-1 ruddy%5:00:00:healthy:00 1
-1 rudderless%5:00:00:purposeless:00 1
-1 rudder%1:06:01:: 1
-1 ruck%1:14:00:: 1
-1 ruby%1:21:00:: 1
-1 rubric%1:10:02:: 1
-1 rubble%1:27:00:: 1
-1 rubbish%1:27:00:: 1
-1 rubbery%5:00:00:elastic:00 1
-1 rubberlike%5:00:00:elastic:00 1
-1 rubberized%5:00:00:processed:00 1
-1 rubber%5:00:00:impermeable:00 1
-1 rub%2:35:01:: 2
-1 royalty%1:14:00:: 2
-1 royal_house%1:14:00:: 1
-1 royal_family%1:14:00:: 1
-1 royal_brace%1:06:00:: 1
-1 royal%3:01:01:: 2
-1 rowdy%5:00:00:disorderly:00 1
-1 rowdy%1:18:00:: 1
-1 row_house%1:06:00:: 1
-1 row%1:17:00:: 3
-1 row%1:06:00:: 4
-1 routinely%4:02:00:: 1
-1 routine%1:10:00:: 3
-1 rout_out%2:40:00:: 1
-1 rout_out%2:38:00:: 2
-1 rout%2:33:00:: 1
-1 rousseauan%3:01:00:: 1
-1 rousing%5:00:00:stimulating:00 1
-1 roundly%4:02:00:: 1
-1 roundhouse%1:06:00:: 1
-1 roundhouse%1:04:00:: 2
-1 rounded%5:00:00:endomorphic:00 2
-1 roundabout%5:00:00:indirect:02 1
-1 roundabout%5:00:00:indirect:00 2
-1 round_table%1:10:00:: 1
-1 round_off%2:30:01:: 1
-1 round-faced%5:00:00:faced:00 1
-1 round-bottom%5:00:00:bottomed:00 1
-1 round%5:00:00:inexact:00 3
-1 round%5:00:00:full:01 2
-1 round%2:30:00:: 2
-1 round%1:15:00:: 3
-1 round%1:04:03:: 5
-1 round%1:04:01:: 6
-1 round%1:04:00:: 4
-1 roulette_ball%1:06:00:: 1
-1 roughness%1:07:02:: 3
-1 roughness%1:07:01:: 2
-1 roughneck%1:18:00:: 1
-1 roughly%4:02:03:: 2
-1 roughly%4:02:02:: 3
-1 roughhewn%5:00:00:unfinished:02 1
-1 roughen%2:35:00:: 1
-1 rough_out%2:36:00:: 1
-1 rough%5:00:00:stormy:00 5
-1 rough%5:00:00:difficult:00 4
-1 rough%5:00:00:cacophonous:00 6
-1 rough%5:00:00:aggressive:00 7
-1 rough%4:02:03:: 1
-1 rough%2:36:01:: 1
-1 rotundity%1:07:00:: 1
-1 rotting%5:00:00:rotten:00 1
-1 rotten%5:00:03:bad:00 1
-1 rotc%1:14:00:: 1
-1 rotated%5:00:00:turned:00 1
-1 rotate%2:41:00:: 2
-1 rotate%2:33:00:: 3
-1 rotary_club%1:14:00:: 1
-1 rotary%3:01:00:: 1
-1 rot%1:26:00:: 1
-1 rot%1:22:00:: 2
-1 rosy%5:00:00:optimistic:00 1
-1 rosy%5:00:00:healthy:00 2
-1 rosy%5:00:00:chromatic:00 3
-1 rostrum%1:06:00:: 1
-1 rosette%1:06:00:: 1
-1 rosebud%1:20:00:: 1
-1 rose_of_sharon%1:20:00:: 1
-1 rose%5:00:00:chromatic:00 1
-1 rosary%1:06:00:: 1
-1 root_out%2:35:00:: 1
-1 root_cellar%1:06:00:: 1
-1 root%1:23:00:: 4
-1 root%1:14:00:: 5
-1 roost%2:35:00:: 1
-1 roosevelt%1:18:02:: 1
-1 roomful%1:23:00:: 1
-1 room_clerk%1:18:00:: 1
-1 room%2:42:00:: 1
-1 rooftree%1:06:00:: 1
-1 roofer%1:18:00:: 1
-1 roof_of_the_mouth%1:08:00:: 1
-1 roof%2:35:00:: 1
-1 roof%1:06:01:: 2
-1 romp%1:11:00:: 1
-1 romanticism%1:07:00:: 1
-1 romantic%1:18:01:: 2
-1 romance%1:07:00:: 2
-1 roman_nose%1:08:00:: 1
-1 roman_collar%1:06:00:: 1
-1 roman_catholicism%1:09:00:: 1
-1 roman_candle%1:06:00:: 1
-1 rolling_stock%1:06:00:: 1
-1 rolling%5:00:00:pronounceable:00 2
-1 rolling%5:00:00:moving:02 3
-1 rollickingly%4:02:00:: 1
-1 roller_skate%1:06:00:: 1
-1 roller%1:04:00:: 1
-1 rolled_out%5:00:00:extended:00 1
-1 rolled_into_one%5:00:00:combined:00 1
-1 roll_up%2:30:01:: 1
-1 roll_out%2:35:01:: 1
-1 roll%2:35:01:: 7
-1 roll%2:30:10:: 8
-1 roll%2:29:06:: 9
-1 roll%1:11:01:: 3
-1 roll%1:06:01:: 4
-1 roleplay%2:36:00:: 1
-1 rogue%1:18:00:: 1
-1 rod%1:06:00:: 1
-1 rod%1:05:00:: 2
-1 rock_outcrop%1:17:00:: 1
-1 rock-steady%5:00:00:steady:00 1
-1 robustness%1:07:00:: 1
-1 robust%3:00:00:: 1
-1 robert_e_lee%1:18:00:: 1
-1 robe%2:29:00:: 1
-1 robe%1:06:01:: 2
-1 roasted%5:00:00:cooked:00 1
-1 roarer%1:18:00:: 1
-1 roar_off%2:38:00:: 1
-1 roar%2:38:00:: 4
-1 roar%2:32:05:: 5
-1 roadblock%1:09:00:: 1
-1 road_show%1:04:00:: 1
-1 road_game%1:04:00:: 1
-1 rivulet%1:17:00:: 1
-1 rive%2:35:00:: 1
-1 rival%1:18:00:: 1
-1 ritualize%2:30:00:: 1
-1 risky%5:00:00:dangerous:00 1
-1 rising%5:00:00:increasing:00 3
-1 rise%2:41:00:: 14
-1 rise%2:38:08:: 18
-1 rise%2:38:03:: 15
-1 rise%2:38:02:: 16
-1 rise%2:38:01:: 17
-1 rise%1:17:00:: 3
-1 rise%1:11:02:: 4
-1 rise%1:07:02:: 5
-1 rise%1:07:01:: 6
-1 ripple%2:39:00:: 2
-1 ripple%1:11:01:: 2
-1 ripping%5:00:00:cacophonous:00 1
-1 ripening%1:22:00:: 1
-1 ripen%2:30:01:: 1
-1 ripen%2:30:00:: 2
-1 ripe%5:00:00:ready:00 2
-1 riotous%5:00:00:unquiet:00 2
-1 riot%1:04:00:: 1
-1 rinse%2:35:02:: 2
-1 rinse%2:35:00:: 1
-1 ringing%1:11:00:: 1
-1 ringing%1:10:00:: 2
-1 ring_up%2:32:00:: 1
-1 ring-around-a-rosy%1:04:00:: 1
-1 ring%2:42:00:: 4
-1 ring%2:32:00:: 5
-1 ring%1:06:04:: 4
-1 rimless%3:00:00:: 1
-1 rim%2:42:00:: 1
-1 rigorously%4:02:00:: 1
-1 rigorous%5:00:00:exact:00 1
-1 rigorous%5:00:00:demanding:01 2
-1 rightness%1:07:00:: 1
-1 rightful%5:00:00:just:00 1
-1 righteousness%1:07:00:: 1
-1 righteous%3:00:00:: 1
-1 right_ventricle%1:08:00:: 1
-1 right_coronary_artery%1:08:00:: 1
-1 right_angle%1:25:00:: 1
-1 right-hand%5:00:00:right:00 1
-1 right-hand%5:00:00:right-handed:00 2
-1 right%5:00:00:appropriate:00 6
-1 right%4:02:05:: 9
-1 right%1:07:01:: 7
-1 rigger%1:18:00:: 1
-1 rigger%1:06:00:: 2
-1 rig_up%2:36:00:: 1
-1 rig-veda%1:10:00:: 1
-1 rig%2:41:00:: 1
-1 rig%2:40:00:: 2
-1 rig%2:35:00:: 3
-1 rift%1:17:01:: 1
-1 rifleman%1:18:00:: 2
-1 rifle_ball%1:06:00:: 1
-1 rifle%2:40:00:: 1
-1 riffle%2:35:01:: 1
-1 ridiculously%4:02:00:: 1
-1 ride_the_bench%2:41:00:: 1
-1 ride_off%2:38:00:: 1
-1 ride_herd_on%2:39:00:: 1
-1 ride_herd%2:38:00:: 1
-1 ride%2:32:00:: 5
-1 riddled%5:00:00:damaged:00 1
-1 riddle%2:31:01:: 2
-1 riddle%1:10:00:: 1
-1 ricochet%2:38:00:: 1
-1 rickety%5:00:00:unstable:00 1
-1 richness%1:26:00:: 2
-1 richness%1:07:01:: 3
-1 richly%4:02:02:: 1
-1 rich%5:00:02:productive:00 6
-1 rice_paddy%1:15:00:: 1
-1 riboflavin%1:27:00:: 1
-1 ribes_sanguineum%1:20:00:: 1
-1 ribes%1:20:00:: 1
-1 rhythmically%4:02:00:: 1
-1 rhythmical%3:00:00:: 1
-1 rhythm_method%1:04:00:: 1
-1 rhythm%1:28:00:: 3
-1 rhythm%1:10:00:: 4
-1 rhythm%1:04:00:: 5
-1 rhyme%2:36:00:: 1
-1 rhyme%1:10:01:: 2
-1 rhyme%1:10:00:: 1
-1 rhinoceros%1:05:00:: 1
-1 rheumatic_fever%1:26:00:: 1
-1 rhetorician%1:18:00:: 1
-1 reward%2:41:01:: 1
-1 reward%2:32:00:: 2
-1 reward%1:10:00:: 4
-1 revolving_fund%1:21:00:: 1
-1 revolve%2:38:01:: 2
-1 revolve%2:38:00:: 1
-1 revolutionize%2:30:00:: 1
-1 revive%2:30:01:: 4
-1 revival%1:04:01:: 1
-1 revitalize%2:29:00:: 1
-1 revision%1:10:01:: 2
-1 revision%1:10:00:: 3
-1 revile%2:32:00:: 1
-1 reviewing_stand%1:06:00:: 1
-1 reviewer%1:18:01:: 1
-1 review%1:04:00:: 3
-1 revetment%1:06:01:: 1
-1 revery%1:09:00:: 1
-1 reversibility%1:07:00:: 1
-1 reverse%5:00:00:backward:01 1
-1 reverse%1:24:00:: 1
-1 reverse%1:06:00:: 2
-1 reversal%1:04:00:: 1
-1 reverie%1:09:01:: 1
-1 reverie%1:09:00:: 2
-1 reverend%1:18:00:: 1
-1 reverence%2:37:00:: 1
-1 revered%5:00:00:honorable:00 1
-1 revere%2:37:00:: 2
-1 reverberate%2:39:00:: 1
-1 revenge%2:33:00:: 1
-1 revelry%1:04:00:: 1
-1 reveller%1:18:00:: 1
-1 revel%1:04:00:: 1
-1 revealing%5:00:00:informative:00 1
-1 rev%2:30:00:: 1
-1 reuse%2:34:00:: 1
-1 reunion%1:14:00:: 1
-1 reunion%1:04:00:: 2
-1 return_address%1:10:00:: 1
-1 return%2:40:00:: 10
-1 return%2:32:03:: 11
-1 return%1:21:00:: 6
-1 retrovision%1:09:00:: 1
-1 retrospective%1:14:00:: 1
-1 retrospect%1:09:00:: 1
-1 retrogressive%5:00:00:regressive:01 1
-1 retribution%1:21:00:: 1
-1 retribution%1:04:00:: 2
-1 retreated%1:14:00:: 1
-1 retranslate%2:32:00:: 1
-1 retraining%1:04:00:: 1
-1 retort%1:10:00:: 1
-1 retiring%5:00:00:unobtrusive:00 1
-1 retiring%5:00:00:retreating:00 2
-1 retirement%1:04:00:: 2
-1 retired_person%1:18:00:: 1
-1 retired%5:00:01:old:02 2
-1 retire%2:41:04:: 5
-1 retire%2:41:03:: 7
-1 retire%2:41:00:: 6
-1 retire%2:40:00:: 8
-1 retina%1:08:00:: 1
-1 retie%2:35:00:: 1
-1 retentiveness%1:09:00:: 1
-1 retentive%3:00:00:: 1
-1 retention%1:09:00:: 2
-1 retch%2:29:00:: 1
-1 retarded%3:00:00:: 1
-1 retardation%1:07:00:: 1
-1 retard%2:30:01:: 1
-1 retaliatory%5:00:00:reciprocal:00 1
-1 retaliate%2:33:01:: 1
-1 retaliate%2:33:00:: 2
-1 retained%5:00:00:preserved:01 1
-1 retain%2:41:00:: 4
-1 retain%2:40:00:: 5
-1 retail%3:00:00:: 1
-1 retail%2:42:00:: 1
-1 retail%1:04:00:: 1
-1 resuspension%1:27:00:: 1
-1 resurrect%2:29:00:: 1
-1 resumption%1:04:00:: 1
-1 resublimed%3:44:00:: 1
-1 restrictive%5:00:00:protective:00 2
-1 restrictive%3:00:00:: 1
-1 restriction%1:04:00:: 3
-1 restricting%5:00:00:restrictive:00 1
-1 restricted%5:00:00:modified:00 2
-1 restrained%3:00:00:: 2
-1 restrain%2:35:01:: 4
-1 restrain%2:35:00:: 3
-1 restore%2:30:01:: 4
-1 restoration%1:28:00:: 1
-1 restoration%1:04:01:: 3
-1 restoration%1:04:00:: 2
-1 restock%2:40:00:: 1
-1 restlessness%1:07:01:: 1
-1 restless%5:00:00:moving:02 3
-1 restively%4:02:00:: 1
-1 rest_room%1:06:00:: 1
-1 rest%2:42:12:: 7
-1 rest%2:35:04:: 8
-1 rest%2:35:02:: 10
-1 rest%2:35:01:: 9
-1 rest%1:26:01:: 5
-1 rest%1:26:00:: 4
-1 rest%1:06:00:: 6
-1 responsibly%4:02:00:: 1
-1 responsible%5:00:00:causative:00 2
-1 response%1:10:03:: 5
-1 respond%2:31:01:: 3
-1 resplendent%5:00:00:beautiful:00 1
-1 respite%1:11:00:: 3
-1 respiration%1:04:00:: 1
-1 respect%1:04:03:: 4
-1 respect%1:04:02:: 5
-1 resourcefulness%1:07:00:: 1
-1 resounding%5:00:00:reverberant:00 1
-1 resound%2:39:01:: 1
-1 resort%1:15:00:: 1
-1 resonance%1:07:00:: 3
-1 resolve%2:39:00:: 5
-1 resolve%2:31:03:: 6
-1 resolve%1:07:00:: 1
-1 resolution%1:09:01:: 5
-1 resolution%1:09:00:: 6
-1 resolute%3:00:00:: 1
-1 resmudge%2:35:00:: 1
-1 resistive%3:01:00:: 1
-1 resistant%5:00:00:unsusceptible:00 1
-1 resistance_thermometer%1:06:00:: 1
-1 resistance%1:04:01:: 4
-1 resist%2:33:01:: 4
-1 resiny%5:00:00:adhesive:00 1
-1 resilience%1:07:00:: 1
-1 resignedly%4:02:00:: 1
-1 resignation%1:12:00:: 1
-1 resignation%1:10:01:: 3
-1 resignation%1:10:00:: 2
-1 resift%2:35:00:: 1
-1 residue%1:24:00:: 2
-1 residual%3:01:00:: 1
-1 resident%3:00:04:: 2
-1 residence%1:06:01:: 4
-1 reside%2:42:01:: 2
-1 reshape%2:31:00:: 1
-1 resettle%2:30:00:: 1
-1 reset%2:32:00:: 1
-1 reservoir%1:06:01:: 2
-1 reservoir%1:06:00:: 3
-1 reserve%2:32:00:: 4
-1 reserve%1:21:00:: 2
-1 reserve%1:18:00:: 3
-1 reservation%1:10:00:: 2
-1 reservation%1:09:00:: 3
-1 reservation%1:04:01:: 4
-1 reserpine%1:06:00:: 1
-1 resentfully%4:02:00:: 1
-1 researchable%5:00:00:possible:00 1
-1 research%2:32:00:: 1
-1 reseal%2:35:00:: 1
-1 reschedule%2:32:00:: 1
-1 rerun%2:32:00:: 1
-1 requisition%1:10:00:: 1
-1 required%5:00:00:obligatory:00 2
-1 required%5:00:00:obligated(p):00 3
-1 reputed%5:00:00:acknowledged:00 1
-1 repute%1:26:00:: 1
-1 repulsive%5:00:00:offensive:01 1
-1 repulsion%1:12:00:: 2
-1 repugnance%1:12:00:: 1
-1 repudiate%2:31:00:: 2
-1 republican_party%1:14:00:: 1
-1 republican%1:18:00:: 2
-1 reptile%1:05:00:: 1
-1 reprovingly%4:02:00:: 1
-1 reproof%1:10:00:: 1
-1 reproduction%1:22:00:: 1
-1 reproducibly%4:02:00:: 1
-1 reproduce%2:29:00:: 2
-1 reprobate%2:31:00:: 1
-1 reprobate%1:18:00:: 1
-1 reproach%1:26:00:: 2
-1 reprint%2:36:00:: 1
-1 reprint%1:10:01:: 1
-1 reprieve%1:26:00:: 1
-1 repressive%5:00:00:restrictive:00 1
-1 repression%1:26:00:: 1
-1 repressed%5:00:00:inhibited:00 1
-1 representative%3:00:00:: 2
-1 representation%1:04:01:: 3
-1 represent%2:36:02:: 10
-1 reprehensible%5:00:00:wrong:01 1
-1 repository%1:18:00:: 2
-1 reposeful%5:00:00:quiet:02 1
-1 repose%2:34:00:: 1
-1 reporting_weight%1:07:00:: 1
-1 reporting%1:10:00:: 1
-1 report%2:32:13:: 5
-1 report%2:32:02:: 6
-1 replication%1:04:00:: 1
-1 replenishment%1:22:00:: 1
-1 replant%2:35:00:: 1
-1 replacing%1:04:00:: 1
-1 replacement%1:09:00:: 4
-1 rephrase%2:32:00:: 1
-1 repetitive%5:00:00:continual:00 1
-1 repetition%1:10:00:: 3
-1 repentant%3:00:00:: 1
-1 repentance%1:12:00:: 1
-1 repel%2:32:00:: 4
-1 repeal%1:04:00:: 1
-1 repayment%1:04:00:: 1
-1 repayable%5:00:00:due:00 1
-1 repay%2:40:01:: 2
-1 repairman%1:18:00:: 1
-1 repaired%5:00:00:restored:00 1
-1 repair_to%2:38:00:: 1
-1 repair%1:26:00:: 2
-1 reorientation%1:09:00:: 1
-1 reorganize%2:41:01:: 2
-1 reorder%2:31:00:: 1
-1 renunciation%1:10:01:: 1
-1 rent%2:40:00:: 3
-1 renovation%1:04:00:: 1
-1 renewing%5:00:00:invigorating:00 1
-1 renewed%5:00:00:revived:00 1
-1 renewal%1:04:01:: 2
-1 rendezvous%1:15:00:: 2
-1 rendering%1:10:01:: 1
-1 rendering%1:09:00:: 2
-1 rendering%1:04:01:: 3
-1 render%2:32:01:: 5
-1 renal_artery%1:08:00:: 1
-1 renaissance%1:04:00:: 2
-1 remunerative%5:00:00:paid:00 1
-1 remuneration%1:21:00:: 1
-1 remuda%1:14:00:: 1
-1 removed%5:00:01:distant:02 3
-1 removal_firm%1:14:00:: 1
-1 remount%2:38:00:: 1
-1 remote%5:00:00:inaccessible:00 4
-1 remorseless%5:00:00:merciless:00 1
-1 remorseful%5:00:00:penitent:00 1
-1 remorse%1:12:00:: 1
-1 remit%2:40:00:: 1
-1 remission%1:11:00:: 1
-1 reminiscent_of%5:00:00:mindful:00 1
-1 remind%2:31:01:: 3
-1 remedy%1:06:00:: 2
-1 remedial%5:00:00:bettering:00 1
-1 remarry%2:41:00:: 1
-1 remains%1:17:00:: 1
-1 relyric%2:36:00:: 1
-1 rely%2:31:11:: 1
-1 reluctant%5:00:00:uneager:00 3
-1 relive%2:31:00:: 1
-1 relinquish%2:33:02:: 2
-1 religiousness%1:07:00:: 1
-1 religious_order%1:14:00:: 1
-1 religionist%1:18:00:: 1
-1 relieve_oneself%2:29:00:: 1
-1 relieve%2:41:00:: 5
-1 relieve%2:32:00:: 6
-1 relieve%2:29:02:: 7
-1 relief%1:28:00:: 7
-1 relief%1:11:00:: 8
-1 relief%1:04:01:: 10
-1 relief%1:04:00:: 9
-1 reliance%1:26:00:: 2
-1 reliably%4:02:00:: 1
-1 reliable%5:00:02:trustworthy:00 2
-1 reliable%5:00:01:trustworthy:00 3
-1 relentless%5:00:00:continual:00 2
-1 release%2:41:01:: 7
-1 release%1:11:00:: 6
-1 relearn%2:31:00:: 1
-1 relay%1:04:00:: 1
-1 relaxing%5:00:00:quiet:02 1
-1 relax%2:29:01:: 4
-1 relativistic%3:01:00:: 1
-1 relative_humidity%1:24:00:: 1
-1 relative%5:00:00:proportionate:00 2
-1 relatedness%1:24:00:: 1
-1 related%5:00:00:similar:00 3
-1 related%5:00:00:relevant:00 4
-1 relate%2:41:01:: 6
-1 relace%2:35:00:: 1
-1 rejoin%2:32:00:: 2
-1 rejoicing%5:00:00:elated:00 1
-1 rejoice%2:37:02:: 3
-1 rejection%1:26:00:: 2
-1 reject%2:32:02:: 4
-1 reissue%2:36:00:: 1
-1 reissue%1:10:00:: 1
-1 reinstate%2:41:00:: 1
-1 reinstall%2:35:00:: 1
-1 reinforce%2:32:00:: 2
-1 rein%2:41:00:: 1
-1 reimbursement%1:21:00:: 1
-1 reimburse%2:40:00:: 1
-1 reign%2:42:00:: 2
-1 reign%1:28:01:: 1
-1 reich%1:14:00:: 1
-1 rehearing%1:04:00:: 1
-1 rehash%2:34:00:: 1
-1 reharmonization%1:10:00:: 1
-1 rehabilitate%2:41:00:: 1
-1 rehabilitate%2:29:00:: 2
-1 regulatory%5:00:00:restrictive:00 1
-1 regulator%1:06:00:: 1
-1 regulation%5:00:00:standard:02 1
-1 regulated%3:00:00:: 1
-1 regulate%2:31:00:: 3
-1 regularity%1:07:04:: 1
-1 regularity%1:07:00:: 2
-1 regular%5:00:00:steady:00 6
-1 regular%5:00:00:frequent:00 7
-1 regular%1:18:00:: 1
-1 regroup%2:41:00:: 1
-1 regretfully%4:02:00:: 1
-1 regret%2:32:02:: 4
-1 regret%2:32:01:: 5
-1 regret%2:32:00:: 3
-1 regression_equation%1:09:00:: 1
-1 regius_professor%1:18:00:: 1
-1 registry%1:10:00:: 1
-1 register_language%1:10:00:: 1
-1 register%2:41:05:: 6
-1 register%1:07:00:: 2
-1 regionally%4:02:00:: 1
-1 regimentation%1:04:00:: 1
-1 regiment%2:41:02:: 1
-1 regime%1:09:00:: 2
-1 regenerating%3:44:00:: 1
-1 regardant%5:00:00:backward:01 1
-1 regard%1:10:00:: 3
-1 regard%1:04:00:: 4
-1 regale%2:34:00:: 1
-1 regal%5:00:00:noble:02 1
-1 refute%2:31:00:: 2
-1 refuse%1:27:00:: 1
-1 refusal%1:10:00:: 2
-1 refurbish%2:30:00:: 1
-1 refund%2:40:00:: 1
-1 refund%1:04:00:: 2
-1 refueling%1:04:00:: 1
-1 refuel%2:40:00:: 2
-1 refrigerated%5:00:00:cold:01 1
-1 refrain%2:42:00:: 1
-1 refractory%5:00:00:uncooperative:00 1
-1 reformed%5:00:00:unorthodox:00 1
-1 reform_movement%1:14:00:: 1
-1 reform%2:30:00:: 1
-1 reform%1:04:01:: 2
-1 refocusing%1:04:00:: 1
-1 reflector%1:06:01:: 2
-1 reflectively%4:02:00:: 1
-1 reflectance%1:23:00:: 1
-1 refinement%1:26:00:: 1
-1 refinement%1:11:00:: 2
-1 refined%3:00:02:: 2
-1 refine%2:30:06:: 2
-1 refinance%2:40:00:: 1
-1 refill%2:30:00:: 1
-1 referendum%1:04:00:: 1
-1 referee%1:18:00:: 1
-1 refectory%1:06:00:: 1
-1 refashion%2:36:01:: 1
-1 reevaluation%1:09:00:: 1
-1 reevaluate%2:31:00:: 1
-1 reestablish%2:41:00:: 1
-1 reenforcement%1:10:00:: 1
-1 reenforce%2:30:00:: 1
-1 reenact%2:41:00:: 2
-1 reelection%1:04:00:: 1
-1 reel%2:38:03:: 2
-1 reeking%5:00:00:wet:01 1
-1 reek%2:39:13:: 1
-1 reek%2:39:00:: 2
-1 reek%2:29:00:: 3
-1 reef%1:17:00:: 1
-1 reecho%2:39:01:: 1
-1 redundancy%1:10:00:: 1
-1 redundancy%1:07:00:: 2
-1 reduction%1:04:02:: 3
-1 reducing%1:22:00:: 1
-1 reduced%5:00:00:low:02 2
-1 reduce%2:40:00:: 8
-1 reduce%2:30:04:: 9
-1 reduce%2:30:03:: 10
-1 reduce%2:30:01:: 11
-1 redress%2:41:00:: 1
-1 redress%1:21:00:: 1
-1 redoubled%5:00:00:increased:00 1
-1 redly%4:02:00:: 1
-1 rediscovery%1:04:00:: 1
-1 redirect%2:38:00:: 1
-1 redheader%1:18:00:: 1
-1 redheaded%5:00:00:blond:00 1
-1 redevelopment%1:04:00:: 1
-1 redemption%1:04:01:: 1
-1 redefine%2:42:00:: 1
-1 rededicate%2:32:00:: 1
-1 redecorate%2:36:00:: 1
-1 redden%2:29:00:: 1
-1 red_scare%1:26:00:: 1
-1 red_region%1:15:00:: 1
-1 red_herring%1:04:00:: 1
-1 red_clay%1:27:00:: 1
-1 red_china%1:15:00:: 1
-1 red-tailed_hawk%1:05:00:: 1
-1 red-rimmed%5:00:00:rimmed:00 1
-1 red-bellied_snake%1:05:00:: 1
-1 red%1:18:00:: 3
-1 recurrence%1:11:00:: 1
-1 recur%2:32:00:: 2
-1 recuperation%1:22:00:: 1
-1 rectitude%1:07:00:: 1
-1 rectangular%5:00:00:perpendicular:00 2
-1 rectangular%5:00:00:angular:00 1
-1 rectangle%1:25:00:: 1
-1 recreational_facility%1:06:00:: 1
-1 recreational%5:00:00:nonprofessional:00 2
-1 recreational%3:01:00:: 1
-1 recoverable%3:00:00:: 1
-1 recoup%2:40:02:: 1
-1 recording_studio%1:06:00:: 1
-1 recordbook%1:10:00:: 1
-1 record_player%1:06:00:: 1
-1 record%1:21:00:: 7
-1 recopy%2:36:00:: 1
-1 reconvert%2:30:00:: 1
-1 reconstruction%1:04:00:: 2
-1 reconstructed%3:00:00:: 1
-1 reconstruct%2:36:00:: 2
-1 reconstruct%2:30:01:: 3
-1 reconsideration%1:10:00:: 1
-1 reconnoiter%2:39:00:: 1
-1 recondition%2:30:00:: 1
-1 reconciling%5:00:00:adaptive:00 1
-1 reconcile%2:32:00:: 3
-1 reconcile%2:31:00:: 4
-1 recommendation%1:10:02:: 2
-1 recognition%1:10:00:: 3
-1 recognition%1:09:02:: 4
-1 recluse%1:18:00:: 1
-1 reclining%5:00:01:unerect:00 1
-1 reclining%1:04:00:: 1
-1 reclassification%1:04:00:: 1
-1 reckoning%1:09:00:: 1
-1 reckon%2:31:01:: 4
-1 reckon%2:31:00:: 3
-1 recklessly%4:02:00:: 1
-1 recital%1:10:03:: 2
-1 recital%1:10:01:: 1
-1 recession%1:26:00:: 1
-1 receptive%5:00:00:pervious:00 1
-1 reception_room%1:06:00:: 1
-1 reception%1:04:00:: 4
-1 receptacle%1:06:00:: 1
-1 receiving_system%1:06:00:: 1
-1 receiving%1:04:00:: 1
-1 receiver%1:18:00:: 4
-1 receive%2:42:00:: 9
-1 receding%5:00:00:retreating:00 1
-1 recapture%2:36:00:: 2
-1 recapitulate%2:32:00:: 1
-1 recall%2:42:00:: 3
-1 recall%2:32:02:: 4
-1 recall%2:31:06:: 5
-1 recalculate%2:31:00:: 1
-1 rebut%2:31:00:: 2
-1 rebuilt%5:00:00:restored:00 1
-1 rebuff%2:33:00:: 2
-1 rebuff%1:04:00:: 1
-1 rebound%2:38:00:: 1
-1 reborn%5:00:00:regenerate:00 1
-1 rebelliously%4:02:00:: 1
-1 rebellious%5:00:00:insubordinate:00 1
-1 rebellious%5:00:00:discontented:00 2
-1 rebelling%5:00:00:disloyal:00 1
-1 rebel%1:18:01:: 3
-1 reawaken%2:29:00:: 1
-1 reassuringly%4:02:00:: 1
-1 reassured%5:00:00:confident:00 1
-1 reassure%2:32:00:: 2
-1 reassign%2:41:00:: 1
-1 reassail%2:33:00:: 1
-1 reasonably%4:02:01:: 2
-1 reason%2:31:00:: 3
-1 reason%1:26:00:: 4
-1 reason%1:10:00:: 5
-1 rearward%5:00:00:back(a):00 2
-1 rearward%1:15:00:: 1
-1 rearing%1:07:00:: 1
-1 rearing%1:04:00:: 2
-1 rearguard%1:14:00:: 1
-1 rear_end%1:08:00:: 1
-1 rear_back%2:38:00:: 1
-1 rear%2:42:00:: 3
-1 reappearance%1:11:00:: 1
-1 reap%2:40:00:: 2
-1 realistic%5:00:00:representational:00 2
-1 realist%1:18:00:: 1
-1 realism%1:09:00:: 4
-1 realign%2:30:00:: 1
-1 real_estate_broker%1:18:00:: 1
-1 real%5:00:00:true:00 6
-1 ready-made%3:00:00:: 1
-1 ready%5:00:00:prepared:00 4
-1 ready%2:36:00:: 1
-1 ready%2:30:00:: 2
-1 readjustment%1:04:00:: 1
-1 reading_room%1:06:00:: 1
-1 reading%1:09:01:: 5
-1 readiness%1:09:00:: 3
-1 readapt%2:30:00:: 1
-1 readable%5:00:00:legible:00 1
-1 read%3:00:00:: 1
-1 reactivity%1:26:00:: 2
-1 reacquaint%2:32:00:: 1
-1 reach%2:40:00:: 8
-1 reach%1:09:00:: 4
-1 re-introduction%1:10:00:: 1
-1 re-incorporate%2:30:00:: 1
-1 re-formed%5:00:00:organized:02 1
-1 re-explore%2:31:00:: 1
-1 re-emphasise%2:32:00:: 1
-1 re-creation%1:04:00:: 1
-1 re-created%3:44:00:: 1
-1 re-create%2:36:00:: 1
-1 re-assume%2:30:00:: 1
-1 re-argue%2:32:00:: 1
-1 rbi%1:04:00:: 1
-1 razor-sharp%5:00:00:distinct:00 1
-1 ray%1:20:00:: 2
-1 rawhide%1:27:00:: 1
-1 raw_umber%1:27:00:: 1
-1 raw_sienna%1:07:00:: 1
-1 raw_deal%1:11:00:: 1
-1 raw%5:00:00:untreated:00 4
-1 raw%5:00:00:unfair:00 6
-1 raw%5:00:00:unanalyzed:00 7
-1 raw%5:00:00:overt:00 5
-1 raw%3:00:00:: 3
-1 raving_mad%5:00:00:insane:00 1
-1 raving%5:00:00:insane:00 1
-1 ravage%1:11:00:: 1
-1 raucously%4:02:00:: 1
-1 raucous%5:00:00:disorderly:00 2
-1 rationed%5:00:00:distributed:00 1
-1 rationalization%1:09:00:: 1
-1 rational%5:00:00:mental:00 2
-1 ration%1:21:00:: 2
-1 rating%1:26:00:: 3
-1 rathole%1:17:00:: 1
-1 rate_of_attrition%1:28:00:: 1
-1 rate%2:31:01:: 3
-1 rate%1:07:00:: 3
-1 ratable%5:00:00:taxable:00 1
-1 rasping%5:00:00:cacophonous:00 1
-1 rasp%1:10:00:: 1
-1 rascal%1:18:02:: 1
-1 rarified%5:00:00:thin:02 1
-1 rare_earth%1:27:00:: 1
-1 rapport%1:24:00:: 1
-1 rapist%1:18:00:: 1
-1 rapidity%1:07:00:: 1
-1 rapid_transit%1:06:00:: 1
-1 raped%5:00:00:destroyed:00 1
-1 rap%1:10:00:: 1
-1 ransom_money%1:21:00:: 1
-1 ransom%1:21:00:: 1
-1 ransom%1:04:01:: 2
-1 ranked%5:00:00:hierarchical:00 1
-1 rank%5:00:00:fertile:00 1
-1 rank%2:31:00:: 2
-1 rank%1:14:02:: 5
-1 rangy%5:00:00:tall:00 1
-1 range%2:42:03:: 3
-1 range%2:42:00:: 4
-1 range%2:35:00:: 5
-1 range%1:17:00:: 5
-1 range%1:06:00:: 6
-1 randomization%1:04:00:: 1
-1 random_memory%1:06:00:: 1
-1 random-access_memory%1:06:00:: 1
-1 rancor%1:12:00:: 1
-1 rampant%5:00:00:uncontrolled:00 1
-1 ramification%1:04:00:: 1
-1 ramble_on%2:42:00:: 1
-1 ram%2:35:01:: 3
-1 ram%1:06:01:: 1
-1 rallying_point%1:10:00:: 1
-1 rallying%5:00:00:encouraging:00 1
-1 rallying%1:04:00:: 1
-1 rally%2:35:01:: 3
-1 rally%2:30:00:: 4
-1 rally%1:04:01:: 2
-1 rakishly%4:02:00:: 1
-1 rake_up%2:31:00:: 1
-1 rake%2:38:00:: 1
-1 rake%2:35:01:: 2
-1 rajah%1:18:00:: 1
-1 raising%1:11:00:: 1
-1 raised%5:00:01:adorned:00 2
-1 raise_the_roof%2:37:00:: 1
-1 raise_hell%2:32:00:: 1
-1 raise%2:37:08:: 10
-1 raise%2:36:06:: 11
-1 raise%2:30:02:: 12
-1 raise%2:30:00:: 13
-1 rainfall%1:19:00:: 1
-1 rain_forest%1:17:00:: 1
-1 rain_dance%1:04:00:: 1
-1 rain_cloud%1:17:00:: 1
-1 railway_system%1:06:00:: 1
-1 railway_station%1:06:00:: 1
-1 railway%1:06:01:: 2
-1 railway%1:06:00:: 1
-1 railroad_train%1:06:00:: 1
-1 railroad_terminal%1:06:00:: 1
-1 railhead%1:06:00:: 1
-1 rail_fence%1:06:00:: 1
-1 rage%2:37:00:: 3
-1 rage%1:26:02:: 3
-1 ragamuffin%1:18:00:: 1
-1 raftered%5:00:00:ceilinged:00 1
-1 rafter%1:06:00:: 1
-1 radius%1:25:00:: 2
-1 radius%1:15:00:: 3
-1 radioactivity%1:19:00:: 1
-1 radio_transmitter%1:06:00:: 1
-1 radio_telescope%1:06:00:: 1
-1 radio_spectrum%1:19:00:: 1
-1 radio_reflector%1:06:00:: 1
-1 radio%3:01:00:: 1
-1 radical%5:00:00:basic:00 3
-1 radical%1:18:01:: 3
-1 radiator%1:17:00:: 1
-1 radiate%2:30:00:: 2
-1 radiance%1:07:00:: 2
-1 radial%3:01:01:: 1
-1 radial%3:01:00:: 2
-1 racy%5:00:00:spirited:00 1
-1 racket%1:04:00:: 2
-1 rack_up%2:33:01:: 1
-1 rack%2:37:00:: 2
-1 racist%1:18:00:: 1
-1 racing%1:04:00:: 1
-1 racine%1:18:00:: 1
-1 racial%3:00:00:: 2
-1 race_problem%1:26:00:: 1
-1 rabble%1:14:00:: 1
-1 rabbit_warren%1:15:00:: 1
-1 rabbit_punch%1:04:00:: 1
-1 rabbit_fever%1:26:00:: 1
-1 rabat%1:15:00:: 1
-1 quotation%1:10:01:: 1
-1 quotation%1:10:00:: 2
-1 quota%1:23:00:: 1
-1 quiver%2:38:04:: 2
-1 quiver%1:12:00:: 1
-1 quit%2:41:00:: 2
-1 quit%2:38:00:: 3
-1 quirk%2:35:00:: 1
-1 quirk%1:07:00:: 1
-1 quip%2:32:00:: 1
-1 quintet%1:10:00:: 1
-1 quilted%5:00:00:thick:01 1
-1 quilt%1:06:00:: 1
-1 quill%1:06:00:: 1
-1 quill%1:05:01:: 2
-1 quietness%1:12:00:: 2
-1 quiet_down%2:39:00:: 1
-1 quiet%5:00:00:uneventful:00 5
-1 quiet%5:00:00:soft:04 4
-1 quiet%5:00:00:calm:00 6
-1 quiet%4:02:00:: 1
-1 quiet%2:39:00:: 1
-1 quiet%2:37:00:: 2
-1 quiet%1:26:02:: 2
-1 quiet%1:26:00:: 1
-1 quiet%1:07:02:: 3
-1 quiescent%5:00:00:inactive:07 1
-1 quickstep%2:38:00:: 1
-1 quicksilver%5:00:00:changeable:00 1
-1 quickness%1:09:01:: 1
-1 quickie%1:04:00:: 1
-1 quicker%4:02:00:: 1
-1 quickening%1:22:00:: 1
-1 quick_march%1:04:00:: 1
-1 quick-frozen%5:00:00:preserved:02 1
-1 quick%5:00:02:fast:01 5
-1 quick%5:00:00:intelligent:00 4
-1 quick%5:00:00:excitable:00 6
-1 questioningly%4:02:00:: 1
-1 questioning%5:00:00:perplexed:00 1
-1 questioner%1:18:00:: 1
-1 quest%1:09:00:: 1
-1 query%1:10:00:: 1
-1 querulously%4:02:00:: 1
-1 quench%2:34:00:: 1
-1 queer%5:00:00:questionable:00 2
-1 queen%1:18:01:: 3
-1 quaveringly%4:02:00:: 1
-1 quaver%1:11:00:: 1
-1 quatrain%1:10:00:: 1
-1 quash%2:41:00:: 1
-1 quartz%1:27:01:: 1
-1 quarterly%3:01:00:: 1
-1 quarter%5:00:00:fractional:00 1
-1 quarrelsome%5:00:00:argumentative:00 1
-1 qualm%1:12:00:: 1
-1 quality_of_life%1:26:00:: 1
-1 qualitatively%4:02:00:: 1
-1 qualify%2:30:00:: 4
-1 qualified%5:00:00:registered:00 3
-1 qualified%3:00:02:: 2
-1 quaking%5:00:00:unsteady:00 1
-1 quakeress%1:18:00:: 1
-1 quaker%1:18:00:: 1
-1 quaint%5:00:01:strange:00 3
-1 quail%2:38:00:: 1
-1 quadrupling%1:22:00:: 1
-1 quadruple%2:30:00:: 1
-1 quadriceps%1:08:00:: 1
-1 quack%2:32:00:: 1
-1 q_fever%1:26:00:: 1
-1 pyramid%2:40:00:: 1
-1 puzzlement%1:09:00:: 1
-1 putout%1:04:00:: 1
-1 put_up%2:40:00:: 5
-1 put_up%2:30:00:: 6
-1 put_to_work%2:41:00:: 1
-1 put_to_sleep%2:35:02:: 1
-1 put_over%2:32:00:: 1
-1 put_out_feelers%2:31:00:: 1
-1 put_out%2:36:00:: 2
-1 put_out%2:35:00:: 3
-1 put_out%2:29:01:: 4
-1 put_on%2:36:01:: 4
-1 put_on%2:30:01:: 5
-1 put_off%2:42:00:: 1
-1 put_off%2:37:04:: 2
-1 put_in%2:35:00:: 5
-1 put_in%2:33:00:: 6
-1 put_forward%2:32:00:: 1
-1 put_down%2:38:00:: 3
-1 put_away%2:40:00:: 2
-1 pussy_willow%1:20:01:: 1
-1 pushing%5:00:00:ambitious:00 1
-1 pushing%1:04:00:: 1
-1 push_through%2:30:00:: 1
-1 push_down%2:35:00:: 1
-1 push_away%2:38:00:: 1
-1 push_aside%2:32:00:: 2
-1 push_around%2:37:00:: 1
-1 push%2:38:01:: 6
-1 push%1:19:00:: 2
-1 purveyor%1:18:00:: 1
-1 pursued%3:44:00:: 1
-1 pursued%1:18:00:: 1
-1 purse%1:21:01:: 2
-1 purse%1:06:02:: 3
-1 purportedly%4:02:01:: 1
-1 purport%2:31:00:: 2
-1 purple_heart%1:10:00:: 1
-1 purloin%2:40:00:: 1
-1 purl%2:36:02:: 3
-1 purity%1:26:02:: 2
-1 purify%2:30:01:: 2
-1 purging%1:04:00:: 1
-1 purge%2:41:00:: 1
-1 purgatory%1:26:00:: 1
-1 pure_and_simple%5:00:00:plain:01 1
-1 pure%5:00:00:theoretical:01 5
-1 pure%5:00:00:harmonious:00 4
-1 pure%3:00:04:: 3
-1 purchasing_agent%1:18:00:: 1
-1 purchase%1:19:01:: 3
-1 puppyish%5:00:00:young:00 1
-1 puppet%1:06:01:: 1
-1 pupil%1:08:00:: 2
-1 pup_tent%1:06:00:: 1
-1 pup%1:05:00:: 1
-1 puny%5:00:00:weak:00 1
-1 punt%2:35:01:: 1
-1 punster%1:18:00:: 1
-1 punk%1:18:00:: 1
-1 punitive%3:00:00:: 1
-1 punishable%5:00:00:guilty:00 1
-1 pungently%4:02:01:: 1
-1 pungent%3:00:00:: 1
-1 pundit%1:18:00:: 1
-1 puncture%2:35:00:: 1
-1 punctuation_mark%1:10:00:: 1
-1 punctuate%2:30:00:: 1
-1 punctuality%1:07:00:: 1
-1 punch_in%2:32:00:: 1
-1 punch%2:35:04:: 2
-1 punch%1:04:00:: 1
-1 pun%1:10:00:: 1
-1 pump%2:38:01:: 3
-1 pummel%2:35:00:: 1
-1 pulverized%5:00:00:fine:00 1
-1 pulverize%2:30:00:: 1
-1 pulsing%5:00:00:rhythmical:00 1
-1 pulseless%5:00:00:dead:01 1
-1 pulsed%5:00:00:periodic:00 1
-1 pulse_timing_circuit%1:06:00:: 1
-1 pulse_generator%1:06:00:: 1
-1 pulse%2:38:00:: 1
-1 pulse%2:36:00:: 2
-1 pulse%1:11:01:: 1
-1 pulse%1:11:00:: 2
-1 pulsation%1:11:00:: 1
-1 pulsate%2:38:00:: 1
-1 pulp%1:20:00:: 2
-1 pulmonary_emphysema%1:26:00:: 1
-1 pulling%1:04:00:: 1
-1 pulled%3:44:00:: 1
-1 pull_up%2:38:03:: 2
-1 pull_together%2:35:00:: 1
-1 pull_out%2:35:00:: 3
-1 pull_off%2:41:01:: 2
-1 pull_back%2:38:00:: 1
-1 pull_away%2:38:00:: 1
-1 pull_away%2:35:00:: 2
-1 pull%2:38:00:: 7
-1 pull%2:29:00:: 8
-1 pull%1:07:00:: 3
-1 pull%1:06:01:: 4
-1 puke%1:18:00:: 1
-1 pug-nosed%5:00:00:nosed:00 1
-1 puffed%5:00:00:unhealthy:00 1
-1 puff_up%2:30:01:: 2
-1 puff_up%2:30:00:: 1
-1 puff_out%2:30:00:: 1
-1 puff%2:34:00:: 2
-1 puff%2:29:00:: 3
-1 puerto_rican%1:18:00:: 1
-1 puckish%5:00:00:playful:00 1
-1 puckered%5:00:00:wrinkled:00 2
-1 puckered%5:00:00:rough:00 1
-1 pucker%1:25:00:: 1
-1 publishing%1:04:00:: 1
-1 publish%2:36:00:: 3
-1 publicized%3:00:00:: 1
-1 publicity_man%1:18:00:: 1
-1 publicist%1:18:00:: 1
-1 public_utility%1:14:00:: 1
-1 public_transit%1:06:00:: 1
-1 public_press%1:10:00:: 1
-1 public_opinion_poll%1:09:00:: 1
-1 public_lecture%1:10:00:: 1
-1 public_debate%1:10:00:: 1
-1 ptolemaic_system%1:09:00:: 1
-1 pterygium%1:08:00:: 1
-1 psychotic%5:00:00:insane:00 1
-1 psychotherapeutic%3:01:00:: 1
-1 psychosomatic_disorder%1:26:00:: 1
-1 psychopomp%1:18:00:: 1
-1 psychophysiology%1:09:00:: 1
-1 psychopharmacological%3:01:00:: 1
-1 psychopathic%5:00:00:insane:00 1
-1 psychopath%1:18:00:: 1
-1 psychologically%4:02:01:: 1
-1 psychic_phenomenon%1:10:00:: 1
-1 psychic%3:01:01:: 1
-1 psychiatric%3:01:00:: 1
-1 psyche%1:18:00:: 2
-1 psi%1:23:00:: 1
-1 pseudomonas_pyocanea%1:05:00:: 1
-1 pry%2:39:00:: 3
-1 prussian_blue%1:27:00:: 1
-1 prurient%5:00:00:sexy:00 1
-1 prudence%1:07:00:: 1
-1 proximity%1:07:00:: 1
-1 prowler%1:18:00:: 1
-1 prowl%2:42:00:: 2
-1 provost_guard%1:14:00:: 1
-1 provoke%2:37:01:: 4
-1 provocative%3:00:00:: 1
-1 provocation%1:04:00:: 1
-1 proviso%1:10:00:: 1
-1 provisions%1:13:00:: 1
-1 provision%2:40:00:: 1
-1 provision%1:09:00:: 3
-1 proving_ground%1:06:00:: 1
-1 provincialism%1:09:01:: 1
-1 provincialism%1:09:00:: 2
-1 province%1:26:00:: 2
-1 province%1:21:00:: 3
-1 providential%5:00:00:fortunate:00 1
-1 proverbial%3:01:00:: 1
-1 provenance%1:15:00:: 1
-1 proved%3:00:00:: 1
-1 prove_oneself%2:31:00:: 1
-1 proud_of%5:00:00:proud:00 1
-1 protuberance%1:25:00:: 1
-1 protozoan%1:05:00:: 1
-1 prototypical%5:00:00:first:00 1
-1 protoplasm%1:08:00:: 1
-1 proton_magnetic_resonance%1:19:00:: 1
-1 proton%1:17:00:: 1
-1 protesting%5:00:00:complaining(a):00 1
-1 protestation%1:10:01:: 1
-1 protestation%1:10:00:: 2
-1 protest%2:32:01:: 3
-1 protest%1:10:01:: 3
-1 proteolytic%3:01:00:: 1
-1 protege%1:18:00:: 1
-1 protectorate%1:15:00:: 1
-1 protectively%4:02:00:: 1
-1 protective%5:00:00:tender:03 2
-1 protection%1:26:00:: 4
-1 protecting%5:00:00:protective:00 1
-1 protect%2:33:01:: 2
-1 protagonist%1:18:00:: 1
-1 prostrate%2:38:00:: 1
-1 prostrate%2:30:00:: 2
-1 prostitute%1:18:00:: 1
-1 prosperous%5:00:00:successful:00 2
-1 prosperity%1:26:00:: 2
-1 prosper%2:40:00:: 2
-1 prospect%1:18:00:: 3
-1 prosody%1:10:00:: 1
-1 prosodic%3:01:00:: 1
-1 prosecution%1:14:00:: 2
-1 prose_poem%1:10:00:: 1
-1 propylthiouracil%1:27:00:: 1
-1 propriety%1:07:00:: 1
-1 proposition%2:32:00:: 1
-1 propose%2:41:00:: 4
-1 propose%2:32:01:: 5
-1 proposal%1:10:02:: 2
-1 proportionate%5:00:00:commensurate:00 2
-1 proportionally%4:02:00:: 1
-1 proportionality%1:24:00:: 1
-1 proportion%1:25:00:: 3
-1 proponent%1:18:00:: 1
-1 propitious%3:00:00:: 1
-1 prophet%1:18:01:: 2
-1 prophesy%2:32:00:: 1
-1 prophecy%1:10:00:: 2
-1 property_settlement%1:10:00:: 1
-1 properly_speaking%4:02:00:: 1
-1 properly%4:02:01:: 2
-1 propeller%1:06:00:: 1
-1 propagation%1:10:00:: 1
-1 propagation%1:04:00:: 2
-1 prop%2:35:00:: 1
-1 prop%1:06:00:: 1
-1 promulgator%1:18:00:: 1
-1 promulgate%2:32:01:: 2
-1 promulgate%2:32:00:: 1
-1 prompt%5:00:00:punctual:00 1
-1 prompt%5:00:00:efficient:00 2
-1 promotion_system%1:09:00:: 1
-1 promotion%1:04:00:: 2
-1 promised%5:00:00:secure:02 1
-1 prometheus%1:18:00:: 1
-1 prolongation%1:04:00:: 1
-1 prolific%5:00:00:productive:00 1
-1 proletariat%1:14:00:: 1
-1 projection%1:09:00:: 3
-1 projection%1:06:00:: 4
-1 projected%5:00:00:protrusive:00 2
-1 project%2:39:00:: 5
-1 project%2:36:08:: 6
-1 project%2:36:01:: 7
-1 project%2:31:00:: 8
-1 project%1:09:00:: 2
-1 prohibition_era%1:28:00:: 1
-1 prohibition%1:28:00:: 3
-1 progression%1:11:00:: 2
-1 progression%1:04:00:: 3
-1 progress_to%2:38:00:: 1
-1 profusion%1:07:00:: 1
-1 profusely%4:02:00:: 1
-1 profuse%5:00:00:abundant:00 1
-1 profundity%1:09:01:: 1
-1 profundity%1:07:01:: 2
-1 profitability%1:07:00:: 1
-1 profit_sharing%1:21:00:: 1
-1 profit_and_loss%1:21:00:: 1
-1 profit%1:07:00:: 2
-1 profile%1:10:00:: 3
-1 proficiency%1:07:00:: 1
-1 professorship%1:04:00:: 1
-1 professional%5:00:00:white-collar:00 5
-1 professional%1:18:02:: 2
-1 professional%1:18:01:: 3
-1 profess%2:32:02:: 3
-1 profanity%1:10:00:: 1
-1 profanely%4:02:01:: 1
-1 profane%5:00:00:dirty:02 1
-1 productive%5:00:00:successful:00 3
-1 productive%3:00:04:: 2
-1 produced%3:44:00:: 1
-1 prodigally%4:02:00:: 1
-1 prodigal%5:00:00:generous:01 1
-1 procurer%1:18:00:: 1
-1 procreative%5:00:00:fruitful:00 1
-1 procrastination%1:04:00:: 1
-1 procrastinate%2:42:00:: 1
-1 proclaim%2:32:01:: 4
-1 processor%1:14:00:: 1
-1 processed%5:00:00:prepared:00 1
-1 process-server%1:18:00:: 1
-1 process%2:41:01:: 2
-1 process%2:31:00:: 3
-1 proceeding%1:04:00:: 1
-1 proceed%2:42:00:: 5
-1 probing%1:09:00:: 1
-1 pro_tem%5:00:00:impermanent:00 1
-1 pro%1:18:00:: 1
-1 prizewinning%5:00:00:best:00 1
-1 prizefight%1:11:00:: 1
-1 prize_money%1:21:00:: 1
-1 prize%2:40:00:: 1
-1 prize%1:21:01:: 2
-1 privy%1:06:01:: 1
-1 privy%1:06:00:: 2
-1 privately%4:02:01:: 2
-1 private_property%1:21:00:: 1
-1 privacy%1:26:02:: 2
-1 prison_house%1:26:00:: 1
-1 prison_farm%1:06:00:: 1
-1 prison_camp%1:06:01:: 1
-1 prise%2:35:00:: 1
-1 printing_ink%1:27:00:: 1
-1 printing%1:04:00:: 2
-1 printed_symbol%1:10:00:: 1
-1 printable%3:00:00:: 1
-1 print%2:36:03:: 2
-1 principal%1:18:01:: 3
-1 prince_of_wales%1:18:00:: 1
-1 prince%1:18:00:: 1
-1 primping%1:04:00:: 1
-1 primly%4:02:00:: 1
-1 primitive%5:00:00:noncivilized:00 6
-1 primitive%3:00:00:: 5
-1 priming%1:04:01:: 1
-1 primer%1:10:00:: 1
-1 prime_time%1:28:00:: 1
-1 prime%2:30:00:: 1
-1 primates%1:05:00:: 1
-1 primate%1:18:00:: 1
-1 primary_election%1:04:00:: 1
-1 primary%1:05:00:: 2
-1 primacy%1:26:00:: 1
-1 prie-dieu%1:06:00:: 1
-1 prickly%5:00:00:ill-natured:00 1
-1 prickling%5:00:00:painful:00 1
-1 prick_up%2:38:00:: 1
-1 prick%2:39:00:: 2
-1 prick%2:38:00:: 3
-1 prick%2:35:04:: 4
-1 priced%3:00:00:: 1
-1 price_cutting%1:04:00:: 1
-1 price%1:10:00:: 5
-1 prey%2:34:01:: 1
-1 preventive_medicine%1:04:00:: 1
-1 preventive%5:00:00:healthful:00 1
-1 prevention%1:24:00:: 2
-1 prevalence%1:07:00:: 1
-1 prevailing%5:00:00:current:00 1
-1 prettiness%1:07:00:: 1
-1 pretrial%5:00:00:preceding(a):00 1
-1 pretext%1:10:00:: 1
-1 pretension%1:07:00:: 1
-1 pretense%1:04:00:: 1
-1 pretence%1:07:01:: 2
-1 pretence%1:07:00:: 1
-1 presumed%5:00:00:probable:00 1
-1 presume_to%2:41:00:: 1
-1 presto%5:00:00:fast:02 1
-1 presto%4:02:01:: 1
-1 pressure_dome%1:06:00:: 1
-1 pressure-cooker%5:00:00:intense:00 1
-1 pressure%2:41:00:: 1
-1 pressing%1:04:00:: 1
-1 press_out%2:30:00:: 1
-1 press_on%2:38:00:: 1
-1 press_down_on%2:35:00:: 1
-1 press_corps%1:14:00:: 1
-1 press_conference%1:10:00:: 1
-1 press_clipping%1:10:00:: 1
-1 press%2:38:00:: 6
-1 press%2:36:01:: 7
-1 press%2:32:09:: 8
-1 press%1:26:00:: 2
-1 press%1:10:00:: 3
-1 press%1:06:01:: 4
-1 president_of_the_united_states%1:18:00:: 1
-1 president%1:04:04:: 6
-1 presidency%1:28:00:: 1
-1 preserved%3:00:02:: 1
-1 preserved%3:00:01:: 2
-1 preserve%2:30:00:: 4
-1 preserve%1:26:00:: 1
-1 preservation%1:04:00:: 1
-1 presentness%1:07:00:: 1
-1 presentment%1:04:00:: 1
-1 presentational%3:01:00:: 1
-1 presentation%1:10:01:: 4
-1 presentation%1:06:00:: 5
-1 present%2:36:08:: 10
-1 presence%1:07:00:: 5
-1 preseason%1:28:00:: 1
-1 prescription%1:06:00:: 2
-1 prescribed%5:00:00:settled:02 2
-1 presbyterian%1:18:00:: 1
-1 presage%2:32:00:: 1
-1 prerequisite%1:09:00:: 1
-1 prepupal%5:00:00:immature:01 1
-1 prepubescent%5:00:00:immature:01 1
-1 prepared%5:00:00:willing:00 2
-1 prepare%2:30:01:: 7
-1 preparatory%5:00:00:preceding(a):00 1
-1 preparative%5:00:00:preceding(a):00 1
-1 prepackaged%5:00:00:packaged:00 1
-1 preoccupy%2:42:00:: 1
-1 preoccupy%2:37:00:: 2
-1 preoccupied%5:00:00:thoughtful:00 1
-1 preoccupied%5:00:00:concerned:00 2
-1 preoccupation%1:09:02:: 1
-1 preoccupation%1:09:00:: 2
-1 premonitory%5:00:00:prophetic:00 1
-1 premium%5:00:00:superior:02 1
-1 premium%1:21:02:: 1
-1 premises%1:15:00:: 1
-1 premise%1:10:00:: 1
-1 premiere%1:10:00:: 1
-1 prelude%1:11:00:: 1
-1 preliterate%5:00:00:noncivilized:00 2
-1 preliterate%5:00:00:illiterate:00 1
-1 prejudicial%5:00:00:harmful:00 1
-1 prejudiced%5:00:00:subjective:00 1
-1 preisolate%2:30:00:: 1
-1 prehistoric%5:00:00:past:00 1
-1 pregnant%5:00:00:meaningful:00 2
-1 prefix%1:10:00:: 1
-1 preferred%5:00:00:desirable:00 1
-1 preferment%1:04:00:: 1
-1 preferential%5:00:00:advantageous:00 1
-1 preferable%5:00:00:desirable:00 1
-1 prefer%2:41:00:: 3
-1 preface%2:32:00:: 1
-1 preface%1:10:00:: 1
-1 preexistent%5:00:00:antecedent:00 1
-1 preexistence%1:26:00:: 1
-1 preempt%2:40:00:: 1
-1 preemployment_training_program%1:09:00:: 1
-1 preeminent%5:00:00:superior:01 1
-1 predomination%1:26:00:: 1
-1 predominance%1:26:00:: 1
-1 predisposed%5:00:00:susceptible:00 1
-1 predilection%1:09:00:: 1
-1 predigested%5:00:00:digestible:00 1
-1 predicted%5:00:00:expected:00 1
-1 predicament%1:26:00:: 1
-1 predetermined%5:00:00:planned:00 1
-1 precooled%5:00:00:cool:01 1
-1 precooked%5:00:00:prepared:00 1
-1 preconception%1:09:00:: 1
-1 preconceived_notion%1:09:00:: 1
-1 preconceived%3:44:00:: 1
-1 precocious%3:00:00:: 1
-1 precise%5:00:00:correct:00 2
-1 precipitin%1:27:00:: 1
-1 precipitate%2:30:01:: 3
-1 precipitate%1:27:00:: 1
-1 precipice%1:17:00:: 1
-1 precinct%1:15:00:: 1
-1 prechlorination%1:22:00:: 1
-1 precedent%1:10:00:: 2
-1 precede%2:38:00:: 4
-1 precaution%1:09:00:: 3
-1 precast%5:00:00:formed:00 1
-1 precarious%5:00:00:dangerous:00 2
-1 prearranged%5:00:00:planned:00 1
-1 prearrange%2:36:00:: 1
-1 preamble%1:10:00:: 1
-1 preaching%1:10:01:: 2
-1 prayer_meeting%1:04:00:: 1
-1 prayer%1:10:01:: 4
-1 prattling%5:00:00:voluble:00 1
-1 prattle%2:32:00:: 1
-1 prank%1:04:01:: 1
-1 prairie_rattlesnake%1:05:00:: 1
-1 prairie_dog%1:05:00:: 1
-1 practitioner%1:18:00:: 1
-1 practised%5:00:00:experienced:00 1
-1 practise%2:36:00:: 1
-1 practicing%5:00:00:active:08 1
-1 practiced%5:00:00:skilled:00 1
-1 practice_session%1:04:00:: 1
-1 practice%1:09:00:: 5
-1 practical_nurse%1:18:00:: 1
-1 powwow%1:10:00:: 1
-1 powerless%3:00:00:: 1
-1 powerfulness%1:07:00:: 1
-1 powerful%5:00:01:strong:00 4
-1 power_saw%1:06:00:: 1
-1 power_plant%1:06:00:: 1
-1 power_company%1:14:00:: 1
-1 power%5:00:00:assisted:00 1
-1 power%1:14:00:: 8
-1 powdery%5:00:00:light:05 2
-1 powdery%5:00:00:fine:00 1
-1 powder_technique%1:22:00:: 1
-1 powder-puff%5:00:00:feminine:01 1
-1 powder%1:06:01:: 3
-1 pow%1:18:00:: 1
-1 pour_out%2:38:02:: 4
-1 pour_out%2:38:01:: 3
-1 pour_out%2:38:00:: 2
-1 pour_forth%2:35:00:: 1
-1 pour%2:40:00:: 5
-1 pounding%1:11:01:: 2
-1 pounding%1:11:00:: 1
-1 pounder%1:17:00:: 1
-1 pound%2:38:01:: 3
-1 pound%2:38:00:: 4
-1 pouch%1:06:00:: 1
-1 pottery%1:04:00:: 2
-1 potter%2:35:01:: 1
-1 potshot%1:04:00:: 1
-1 potpourri%1:14:00:: 1
-1 potentiometer%1:06:01:: 1
-1 potent%3:00:00:: 3
-1 potency%1:07:00:: 2
-1 pot%2:35:00:: 1
-1 pot%1:23:00:: 3
-1 pot%1:06:04:: 4
-1 posture%1:07:01:: 2
-1 postulate%2:31:00:: 2
-1 postulate%1:10:00:: 1
-1 postscript%1:10:00:: 1
-1 postponed%5:00:00:delayed:00 1
-1 postmark%1:10:00:: 1
-1 posthumous%5:00:00:late:00 1
-1 poster%1:10:00:: 1
-1 post%2:41:01:: 3
-1 post%2:33:00:: 4
-1 post%2:32:00:: 5
-1 possibly%4:02:03:: 2
-1 possible%5:00:00:thinkable:00 3
-1 possible%1:09:00:: 1
-1 possessive%5:00:00:acquisitive:00 2
-1 possessive%3:01:00:: 1
-1 positive_feedback%1:22:00:: 1
-1 positive%5:00:00:undeniable:00 6
-1 positive%5:00:00:formal:01 5
-1 positive%3:00:04:: 4
-1 positive%3:00:02:: 3
-1 position%2:35:00:: 2
-1 position%1:26:02:: 11
-1 position%1:09:01:: 12
-1 poseur%1:18:00:: 1
-1 pose%2:32:13:: 3
-1 pose%1:07:00:: 1
-1 portuguese%1:10:00:: 1
-1 portugal%1:15:00:: 1
-1 portrayal%1:10:01:: 1
-1 portrayal%1:04:02:: 2
-1 porterhouse%1:13:00:: 1
-1 porter%1:18:02:: 2
-1 porter%1:18:00:: 1
-1 portentous%5:00:00:prophetic:00 2
-1 portend%2:32:00:: 1
-1 port%1:13:00:: 2
-1 port%1:06:02:: 4
-1 port%1:06:00:: 3
-1 porosity%1:07:00:: 1
-1 porkchop%1:13:00:: 1
-1 pore%2:31:00:: 1
-1 pore%1:08:00:: 2
-1 porcupine%1:05:00:: 1
-1 population%1:23:00:: 4
-1 popularity_contest%1:04:00:: 1
-1 popularism%1:10:00:: 1
-1 popular%5:00:00:nonclassical:00 5
-1 popular%5:00:00:general:00 4
-1 poplin%1:06:00:: 1
-1 pop_tent%1:06:00:: 1
-1 pop_fly%1:04:00:: 1
-1 pop%2:39:00:: 3
-1 pop%2:33:00:: 4
-1 pop%1:18:00:: 1
-1 poor_white_trash%1:18:00:: 1
-1 pool%1:21:00:: 5
-1 pool%1:17:01:: 6
-1 pooh-pooh%2:32:01:: 1
-1 pooch%2:30:00:: 1
-1 pony%1:05:03:: 2
-1 pontoon_bridge%1:06:00:: 1
-1 ponderous%5:00:00:heavy:01 2
-1 pompousness%1:07:00:: 1
-1 pommel%2:35:00:: 1
-1 pomaded%5:00:00:groomed:00 1
-1 polytonal%5:00:00:tonal:00 1
-1 polymyositis%1:26:00:: 1
-1 polyelectrolyte%1:27:00:: 1
-1 pollution%1:26:00:: 1
-1 polluted%5:00:00:impure:02 1
-1 poll%2:41:00:: 1
-1 polka%1:10:00:: 1
-1 politics%1:09:01:: 4
-1 politically%4:02:01:: 2
-1 politically%4:02:00:: 1
-1 political_unit%1:14:00:: 1
-1 political_science%1:09:00:: 1
-1 political_platform%1:10:00:: 1
-1 political_party%1:14:00:: 1
-1 political_leader%1:18:00:: 1
-1 politic%3:00:00:: 1
-1 polite%5:00:00:refined:01 2
-1 polish_off%2:30:00:: 1
-1 polish%1:26:00:: 2
-1 polio%1:26:00:: 1
-1 policy_maker%1:18:00:: 1
-1 police_officer%1:18:00:: 1
-1 police_investigation%1:04:00:: 1
-1 police_force%1:14:00:: 1
-1 police_captain%1:18:00:: 1
-1 polemical%5:00:00:controversial:00 1
-1 polarize%2:30:01:: 2
-1 polarize%2:30:00:: 3
-1 polarization%1:26:00:: 2
-1 polarity%1:24:00:: 2
-1 polar%5:00:00:different:00 2
-1 poker-faced%5:00:00:uncommunicative:00 1
-1 poke_into%2:35:01:: 1
-1 poke_fun%2:32:00:: 1
-1 poke_at%2:35:00:: 1
-1 poison%2:35:00:: 2
-1 poison%2:30:00:: 3
-1 poison%1:07:00:: 2
-1 poise%2:37:00:: 2
-1 poise%2:35:02:: 3
-1 pointing_out%1:10:00:: 1
-1 pointing%3:44:00:: 1
-1 pointed%3:00:01:: 2
-1 point_system%1:09:00:: 1
-1 point-blank%5:00:00:direct:02 1
-1 point%2:32:12:: 5
-1 point%1:24:04:: 13
-1 point%1:07:01:: 14
-1 point%1:06:00:: 15
-1 poignancy%1:26:00:: 1
-1 poetry%1:10:03:: 2
-1 poetic%5:00:00:figurative:00 2
-1 poetic%3:01:00:: 1
-1 pocketful%1:23:00:: 1
-1 pocket%2:40:00:: 1
-1 poach%2:33:00:: 1
-1 poach%2:30:00:: 2
-1 pneumonia%1:26:00:: 1
-1 pm%1:04:01:: 2
-1 pm%1:04:00:: 3
-1 ply%2:34:00:: 1
-1 plush%5:00:00:rich:03 1
-1 pluralistic%3:01:00:: 1
-1 plunker%1:04:00:: 1
-1 plunk%2:39:00:: 1
-1 plunk%2:35:02:: 2
-1 plunge%2:31:01:: 5
-1 plunge%1:04:00:: 1
-1 plunder%2:40:02:: 1
-1 plunder%1:21:00:: 1
-1 plumping%5:00:00:large:00 1
-1 plump_for%2:41:00:: 1
-1 plummet%2:38:00:: 1
-1 plumbing%1:04:01:: 2
-1 plumb_line%1:06:00:: 1
-1 plumb%2:31:00:: 1
-1 plug%2:30:00:: 2
-1 pluck%1:07:00:: 1
-1 plow_ahead%2:32:00:: 1
-1 plow%2:38:00:: 3
-1 plot%2:31:01:: 3
-1 plodding%5:00:00:effortful:00 1
-1 plodding%1:04:00:: 1
-1 pliant%5:00:00:impressionable:00 1
-1 plenitude%1:07:00:: 1
-1 pleat%1:06:00:: 1
-1 pleasant%5:00:00:nice:00 2
-1 pleading%5:00:00:beseeching:00 1
-1 plead%2:32:03:: 4
-1 playing%1:04:00:: 2
-1 playground%1:15:00:: 1
-1 playful%3:00:00:: 1
-1 player%1:18:00:: 3
-1 played_out%5:00:00:tired:00 1
-1 played%3:44:00:: 1
-1 playback%1:04:00:: 1
-1 playacting%1:04:00:: 1
-1 playable%3:00:00:: 1
-1 play_up%2:30:00:: 1
-1 play_possum%2:32:00:: 1
-1 play_down%2:32:00:: 1
-1 play_back%2:36:00:: 1
-1 play_around%2:41:00:: 1
-1 play%5:00:00:unreal:00 1
-1 play%2:41:02:: 17
-1 play%2:36:05:: 18
-1 play%2:35:00:: 19
-1 play%2:34:13:: 20
-1 play%2:31:01:: 21
-1 play%1:04:08:: 6
-1 play%1:04:06:: 8
-1 play%1:04:03:: 7
-1 platitudinous%5:00:00:unoriginal:00 1
-1 plate%1:23:00:: 5
-1 plat%2:31:00:: 1
-1 plastically%4:02:00:: 1
-1 plastic%5:00:00:integrative:00 1
-1 plastic%5:00:00:elastic:00 2
-1 plasterer%1:18:00:: 1
-1 plastered%5:00:00:groomed:00 1
-1 plaster_saint%1:18:00:: 1
-1 plaster_over%2:35:00:: 1
-1 plaster_of_paris%1:27:00:: 1
-1 plaster%2:35:01:: 1
-1 plaque%1:06:00:: 2
-1 planted%5:00:00:established:00 1
-1 plantain_lily%1:20:00:: 1
-1 plant_tissue%1:20:00:: 1
-1 plant%2:36:00:: 3
-1 planetoid%1:17:00:: 1
-1 planet%1:18:00:: 2
-1 plaintively%4:02:00:: 1
-1 plain%5:00:00:unadorned:00 7
-1 plain%5:00:00:pure:02 5
-1 plain%5:00:00:direct:02 6
-1 plain%3:00:02:: 4
-1 plain%3:00:01:: 3
-1 plain%1:17:00:: 1
-1 plagued%5:00:00:troubled:00 1
-1 placidly%4:02:01:: 1
-1 placid%5:00:00:uneventful:00 3
-1 placid%5:00:00:good-natured:00 2
-1 placement%1:04:00:: 3
-1 place_of_origin%1:15:00:: 1
-1 place_of_birth%1:15:00:: 1
-1 place-kicker%1:18:00:: 1
-1 place%2:41:00:: 9
-1 place%2:36:00:: 10
-1 place%2:31:13:: 11
-1 place%1:26:02:: 13
-1 place%1:15:02:: 14
-1 place%1:11:00:: 15
-1 place%1:10:02:: 16
-1 place%1:10:01:: 17
-1 placating%5:00:00:conciliating:00 1
-1 pizza%1:13:00:: 1
-1 pixie%1:18:00:: 1
-1 pivot%2:38:00:: 1
-1 pityingly%4:02:00:: 1
-1 pitying%5:00:00:compassionate:00 1
-1 pitilessly%4:02:00:: 1
-1 pitiful%5:00:00:contemptible:00 1
-1 pitiable%5:00:00:contemptible:00 1
-1 pithy%5:00:00:concise:00 1
-1 pith%1:20:00:: 1
-1 pitfall%1:09:00:: 1
-1 piteously%4:02:00:: 1
-1 pitching%1:04:01:: 2
-1 pitcher%1:23:00:: 3
-1 pitch%2:30:00:: 4
-1 pitch%1:15:00:: 3
-1 pitch%1:10:00:: 4
-1 pitch%1:07:01:: 5
-1 pit%2:33:00:: 1
-1 pistoleer%1:18:00:: 1
-1 pistol-whip%2:35:00:: 1
-1 piss%2:29:00:: 1
-1 pisces%1:15:00:: 1
-1 pirogue%1:06:00:: 1
-1 piratical%3:01:00:: 1
-1 pirate%1:18:00:: 2
-1 pique%1:06:00:: 1
-1 piper%1:18:00:: 1
-1 pipe_in%2:35:00:: 1
-1 pipe%2:32:00:: 1
-1 pioneer%1:18:01:: 1
-1 pioneer%1:18:00:: 2
-1 pinpoint%1:28:00:: 1
-1 pinpoint%1:07:00:: 2
-1 pinning%1:10:00:: 1
-1 pinnacle%1:06:00:: 1
-1 ping-pong%1:04:00:: 1
-1 ping%2:35:00:: 1
-1 pinecone%1:20:00:: 1
-1 pine_knot%1:27:00:: 1
-1 pinched%5:00:00:thin:03 2
-1 pinched%5:00:00:high:03 1
-1 pinch_hitter%1:18:00:: 1
-1 pinball%1:04:00:: 1
-1 pinafore%1:06:00:: 1
-1 pin_down%2:31:00:: 1
-1 pin%2:35:01:: 3
-1 pin%1:06:01:: 1
-1 pimple%1:26:00:: 1
-1 pilot_program%1:04:00:: 1
-1 pilot_light%1:06:01:: 1
-1 pilot%2:38:01:: 2
-1 pilot%2:38:00:: 1
-1 pillory%2:41:01:: 1
-1 pillar%1:09:00:: 1
-1 pill%1:06:00:: 2
-1 pilgrim%1:18:00:: 1
-1 pike%1:06:01:: 1
-1 pigskin%1:27:00:: 1
-1 pigheaded%5:00:00:stubborn:00 1
-1 pigeon-toed%3:00:00:: 1
-1 piezoelectricity%1:19:00:: 1
-1 piezoelectric_effect%1:19:00:: 1
-1 piety%1:07:00:: 1
-1 pierce%2:37:00:: 2
-1 pier%1:06:00:: 1
-1 piedmont%1:15:01:: 1
-1 piece_de_resistance%1:06:00:: 1
-1 piece%2:35:02:: 1
-1 piece%1:13:00:: 8
-1 piece%1:07:00:: 9
-1 piece%1:06:04:: 10
-1 pidgin%1:10:00:: 1
-1 picturing%1:09:00:: 1
-1 picturing%1:04:00:: 2
-1 picturesque%5:00:00:colorful:03 2
-1 pictured%5:00:00:unreal:00 1
-1 picture_palace%1:06:00:: 1
-1 picture_hat%1:06:00:: 1
-1 picture_frame%1:06:00:: 1
-1 picture_book%1:06:00:: 1
-1 picture%1:09:01:: 9
-1 pictorially%4:02:00:: 1
-1 pictorial%5:00:00:realistic:00 2
-1 picnic_area%1:15:00:: 1
-1 picnic%2:34:00:: 1
-1 picnic%1:04:00:: 2
-1 pickup%1:10:00:: 2
-1 pickup%1:06:03:: 3
-1 pickle%1:13:00:: 1
-1 picking%1:04:01:: 1
-1 picket_ship%1:06:00:: 1
-1 picket_boat%1:06:00:: 1
-1 picket%2:41:00:: 1
-1 picket%2:35:00:: 2
-1 pick_up%2:41:00:: 11
-1 pick_up%2:37:00:: 12
-1 pick_up%2:30:00:: 13
-1 pick_off%2:41:00:: 1
-1 pick_off%2:35:00:: 2
-1 pick_at%2:35:00:: 1
-1 pick%2:36:00:: 4
-1 pick%2:30:01:: 6
-1 pick%2:30:00:: 5
-1 pick%1:09:00:: 1
-1 piazza%1:15:00:: 1
-1 piano_sonata%1:10:00:: 1
-1 piano_player%1:18:00:: 1
-1 piano_lesson%1:04:00:: 1
-1 pianistic%3:01:00:: 1
-1 pianism%1:10:00:: 1
-1 physiology%1:09:00:: 1
-1 physicochemical%3:01:00:: 1
-1 physicalness%1:07:00:: 1
-1 physical_therapist%1:18:00:: 1
-1 physical_structure%1:08:00:: 1
-1 physical_chemistry%1:09:00:: 1
-1 physical_ability%1:07:00:: 1
-1 phylum%1:14:01:: 1
-1 phrasing%1:04:00:: 1
-1 phraseology%1:10:00:: 1
-1 photon%1:17:00:: 1
-1 photomontage%1:06:00:: 1
-1 photography%1:04:00:: 1
-1 photographically%4:02:00:: 1
-1 photograph%2:42:00:: 2
-1 phosphorus%1:27:00:: 1
-1 phosphorescent%5:00:00:light:06 1
-1 phosgene%1:27:00:: 1
-1 phony%1:18:00:: 1
-1 phonologic_system%1:10:00:: 1
-1 phonograph_record%1:06:00:: 1
-1 phonograph_needle%1:06:00:: 1
-1 phonograph%1:06:01:: 1
-1 phonic%3:01:02:: 1
-1 phonetics%1:09:00:: 1
-1 phone_company%1:14:00:: 1
-1 phone_call%1:10:00:: 1
-1 phone_booth%1:06:00:: 1
-1 phoenix%1:15:00:: 1
-1 phloem%1:20:00:: 1
-1 philosophy%1:09:02:: 3
-1 philosophizing%1:10:00:: 1
-1 philosophize%2:31:00:: 1
-1 philosophically%4:02:00:: 1
-1 philosopher%1:18:01:: 2
-1 philological%3:01:00:: 1
-1 philippine_islands%1:15:00:: 1
-1 philippic%1:10:00:: 1
-1 philharmonic%3:01:00:: 1
-1 philanthropist%1:18:00:: 1
-1 philanthropic%5:00:00:charitable:00 1
-1 phase%1:28:01:: 3
-1 pharmacy%1:09:00:: 1
-1 pharmacy%1:06:00:: 2
-1 pharmacological%3:01:00:: 1
-1 pharmacist%1:18:00:: 1
-1 pharmaceutical%3:01:00:: 1
-1 phantom%5:00:00:unreal:02 1
-1 phantom%1:09:00:: 2
-1 phantasy%1:09:01:: 1
-1 phalanx%1:14:01:: 2
-1 phagocyte%1:08:00:: 1
-1 pfennig%1:23:00:: 1
-1 pew%1:06:00:: 1
-1 petulantly%4:02:00:: 1
-1 petulance%1:12:00:: 1
-1 petting%1:04:00:: 1
-1 petticoated%5:00:00:clothed:00 1
-1 petroleum_geologist%1:18:00:: 1
-1 petrify%2:30:01:: 1
-1 petite%5:00:00:small:00 1
-1 petit_dejeuner%1:13:00:: 1
-1 peter_out%2:42:00:: 1
-1 pet%2:35:00:: 1
-1 pestilential%5:00:00:epidemic:00 1
-1 pestering%5:00:00:disagreeable:00 1
-1 pessimistic%3:00:00:: 1
-1 pessimist%1:18:00:: 1
-1 pessimism%1:12:00:: 1
-1 pervaporation%1:04:00:: 1
-1 peruse%2:39:00:: 1
-1 perusal%1:10:00:: 1
-1 peru%1:15:00:: 1
-1 perturb%2:37:00:: 1
-1 pertinence%1:24:00:: 1
-1 pertain%2:42:00:: 2
-1 pert%5:00:00:spirited:00 1
-1 persuasive%3:00:00:: 1
-1 perspiring%5:00:00:wet:01 1
-1 perspective%1:07:00:: 2
-1 personification%1:18:00:: 1
-1 personally%4:02:02:: 5
-1 personalized%5:00:01:personal:00 1
-1 personalize%2:30:00:: 1
-1 personal%5:00:00:physical:00 4
-1 personage%1:18:00:: 1
-1 persona%1:09:00:: 1
-1 person%1:08:00:: 2
-1 persistently%4:02:01:: 1
-1 persistently%4:02:00:: 2
-1 persistent%5:00:00:unforgettable:00 2
-1 persist%2:42:01:: 3
-1 persevere%2:30:00:: 1
-1 perpetually%4:02:02:: 1
-1 perpetual%5:00:00:permanent:00 1
-1 perpetration%1:04:00:: 1
-1 peroxide%1:27:00:: 1
-1 permit%1:04:00:: 2
-1 permission%1:04:00:: 2
-1 permian%1:28:00:: 1
-1 permanence%1:07:00:: 1
-1 perk_up%2:29:00:: 1
-1 periwinkle%1:20:01:: 1
-1 peripheral%5:00:00:incidental:00 3
-1 periodicity%1:07:00:: 1
-1 period_piece%1:06:00:: 1
-1 perilously%4:02:00:: 1
-1 peril%1:26:00:: 1
-1 perfusion%1:04:00:: 1
-1 perfunctory%5:00:00:careless:00 1
-1 perfumed%5:00:02:fragrant:00 1
-1 perforation%1:06:00:: 1
-1 perfectionist%1:18:00:: 1
-1 perfectionism%1:07:00:: 1
-1 perfectibility%1:09:00:: 1
-1 perfectability%1:09:00:: 1
-1 perfect_tense%1:24:00:: 1
-1 perfect_gas%1:27:00:: 1
-1 perennially%4:02:00:: 1
-1 percussive_instrument%1:06:00:: 1
-1 percussion%1:04:01:: 1
-1 percussion%1:04:00:: 2
-1 percolator%1:06:00:: 1
-1 perchlorate%1:27:00:: 1
-1 perched%5:00:00:alert:00 1
-1 perchance%4:02:01:: 2
-1 perchance%4:02:00:: 1
-1 perch%1:06:00:: 1
-1 perceptive%3:01:00:: 1
-1 perceptive%3:00:00:: 2
-1 perception%1:09:03:: 4
-1 perceptible%3:00:00:: 1
-1 perceived%5:00:02:detected:00 1
-1 perambulating%5:00:00:mobile:00 1
-1 peptizing%3:44:00:: 1
-1 peptidase%1:27:00:: 1
-1 pepper%2:39:00:: 1
-1 pepper%2:33:00:: 2
-1 pep_up%2:32:00:: 1
-1 peopled%5:00:00:inhabited:00 1
-1 people%2:30:00:: 1
-1 people%1:14:03:: 4
-1 penutian%1:10:00:: 1
-1 penultimate%5:00:00:last:00 1
-1 penthouse%1:06:00:: 1
-1 pentagon%1:14:00:: 2
-1 pensive%5:00:00:thoughtful:00 1
-1 pensioner%1:18:00:: 1
-1 penny_arcade%1:06:00:: 1
-1 penny-pinch%2:40:00:: 1
-1 penny%1:21:00:: 2
-1 peninsula%1:17:00:: 1
-1 penetration%1:09:00:: 2
-1 penetration%1:04:02:: 3
-1 penetrate%2:31:01:: 3
-1 pendulum%1:06:00:: 1
-1 penciled%3:44:00:: 1
-1 pencil_pusher%1:18:00:: 1
-1 penance%1:12:00:: 1
-1 penance%1:04:01:: 2
-1 penalty%1:21:00:: 2
-1 penalty%1:07:00:: 3
-1 pen-and-ink%1:06:00:: 1
-1 pen%1:06:01:: 2
-1 pemmican%1:13:00:: 1
-1 pelvis%1:08:00:: 1
-1 pelvic_girdle%1:08:00:: 1
-1 pelting%1:07:00:: 1
-1 pelt%2:35:00:: 1
-1 pelt%2:33:00:: 2
-1 pegged-down%5:00:00:fastened:00 1
-1 peg_down%2:35:00:: 1
-1 peevish%5:00:00:ill-natured:00 1
-1 peer_group%1:14:00:: 1
-1 peep%2:39:00:: 1
-1 peeling%5:00:00:damaged:00 1
-1 peel_off%2:35:00:: 1
-1 peel_off%2:29:01:: 2
-1 pedestal%1:06:00:: 1
-1 pedantic%5:00:00:scholarly:00 1
-1 pedagogical%3:01:00:: 1
-1 peculiarly%4:02:02:: 3
-1 peculiarity%1:09:00:: 1
-1 peculiarity%1:07:02:: 2
-1 pectoralis_major%1:08:00:: 1
-1 pectoralis%1:08:00:: 1
-1 peck%2:34:00:: 2
-1 peasanthood%1:07:00:: 1
-1 peasant%1:18:03:: 2
-1 pearly%5:00:00:achromatic:00 1
-1 pearl%3:01:00:: 1
-1 pearl%1:21:00:: 1
-1 pearl%1:07:00:: 2
-1 pealing%1:11:00:: 1
-1 peal%1:11:00:: 1
-1 peaky%5:00:00:high:03 1
-1 peaked%5:00:00:pointed:00 2
-1 peak%2:38:00:: 1
-1 peace_officer%1:18:00:: 1
-1 peace_of_mind%1:12:00:: 1
-1 peace-loving%5:00:00:peaceful:00 1
-1 peace%1:26:02:: 4
-1 payroll%1:21:00:: 1
-1 payne's_gray%1:27:00:: 1
-1 pay_rate%1:21:00:: 1
-1 pay_off%2:40:04:: 4
-1 pay_cut%1:04:00:: 1
-1 pay%2:41:00:: 8
-1 pay%2:31:03:: 9
-1 paw%2:35:01:: 1
-1 paw%2:35:00:: 2
-1 paving_stone%1:06:00:: 1
-1 pavement%1:27:00:: 2
-1 pavement%1:06:01:: 3
-1 paucity%1:07:01:: 1
-1 pattern%1:09:02:: 6
-1 pattern%1:09:01:: 5
-1 patronize%2:41:00:: 2
-1 patronize%2:32:01:: 3
-1 patroller%1:18:00:: 1
-1 patrol%1:04:00:: 2
-1 patriarchal%3:00:00:: 1
-1 patina%1:06:00:: 1
-1 pathway%1:06:00:: 2
-1 pathos%1:07:00:: 1
-1 pathological%5:00:00:neurotic:00 2
-1 pathologic%5:00:00:unhealthy:00 1
-1 pathogenesis%1:22:00:: 1
-1 pathless%5:00:00:inaccessible:00 1
-1 pathetic%5:00:00:unfortunate:00 1
-1 pathetic%5:00:00:contemptible:00 2
-1 paternally%4:02:00:: 1
-1 paternalistic%5:00:00:paternal:00 1
-1 patent_right%1:07:00:: 1
-1 patent_medicine%1:06:00:: 1
-1 patent_leather%1:27:00:: 1
-1 patent%2:40:00:: 1
-1 patchwork%1:09:00:: 1
-1 patched%5:00:00:old:01 1
-1 patch_up%2:30:00:: 1
-1 patch%2:40:00:: 2
-1 pasty%5:00:00:colorless:02 1
-1 pasty%5:00:00:adhesive:00 2
-1 pasture%1:13:00:: 2
-1 pastoral%3:01:00:: 1
-1 pastime%1:04:00:: 1
-1 pastelike%5:00:00:colorless:02 1
-1 pastel%5:00:00:light:05 2
-1 pastel%5:00:00:delicate:00 1
-1 pastel%1:07:00:: 1
-1 past%1:10:00:: 3
-1 passivity%1:07:00:: 1
-1 passive%5:00:00:nonviolent:00 2
-1 passion%1:26:01:: 3
-1 passion%1:16:00:: 4
-1 passion%1:12:02:: 5
-1 passion%1:09:00:: 6
-1 passing%1:11:00:: 2
-1 passageway%1:08:00:: 2
-1 passage%1:08:00:: 7
-1 passage%1:04:05:: 8
-1 pass_water%2:29:00:: 1
-1 pass_up%2:40:00:: 1
-1 pass_through%2:38:01:: 3
-1 pass_over%2:38:03:: 4
-1 pass_over%2:38:02:: 2
-1 pass_over%2:38:01:: 3
-1 pass_out%2:29:00:: 1
-1 pass_on%2:40:00:: 4
-1 pass_off%2:39:00:: 1
-1 pass_off%2:32:00:: 2
-1 pass_away%2:30:01:: 2
-1 pass%2:42:04:: 15
-1 pass%2:41:11:: 17
-1 pass%2:41:07:: 16
-1 pass%2:40:02:: 18
-1 pass%2:38:02:: 19
-1 pass%1:17:00:: 4
-1 pass%1:10:03:: 6
-1 pass%1:10:01:: 5
-1 pass%1:04:06:: 7
-1 paso_doble%1:04:00:: 1
-1 party_game%1:04:00:: 1
-1 party%1:18:00:: 5
-1 partner%2:40:00:: 1
-1 partisan%5:00:00:aligned:01 1
-1 parting%5:00:00:last:00 1
-1 particularistic%3:01:00:: 1
-1 particle%1:10:00:: 3
-1 participate%2:33:00:: 2
-1 participant%1:18:00:: 1
-1 partial%3:00:01:: 2
-1 parthenon%1:06:00:: 1
-1 parted%5:00:00:compound:00 1
-1 partake%2:42:00:: 1
-1 part_of_speech%1:10:00:: 1
-1 part%2:41:00:: 2
-1 parsonage%1:06:00:: 1
-1 parry%2:33:00:: 1
-1 parrotlike%5:00:00:imitative:00 1
-1 parrot%2:32:00:: 1
-1 parrot%1:05:00:: 1
-1 paroxysm%1:26:00:: 1
-1 parody%2:36:00:: 1
-1 parlor%1:06:01:: 2
-1 parliamentary%5:00:00:democratic:00 2
-1 parlay%2:33:00:: 1
-1 parlance%1:10:00:: 1
-1 parkinson's_disease%1:26:00:: 1
-1 parking_space%1:15:00:: 1
-1 parisology%1:10:00:: 1
-1 parishioner%1:18:00:: 1
-1 parings%1:13:00:: 1
-1 parenthesis%1:10:00:: 1
-1 parental%3:01:00:: 1
-1 pare_down%2:30:00:: 1
-1 pare%2:30:00:: 1
-1 pardonable%3:00:00:: 1
-1 pardon%1:04:00:: 1
-1 parchment%1:27:01:: 1
-1 parched%5:00:00:dry:01 1
-1 parch%2:30:00:: 1
-1 parcel%2:41:00:: 1
-1 parcel%1:06:00:: 1
-1 parcel%1:04:00:: 2
-1 paraphrase%2:32:00:: 1
-1 paraphernalia%1:06:00:: 1
-1 paranoiac%1:18:00:: 1
-1 paramilitary_organization%1:14:00:: 1
-1 paramagnet%1:06:00:: 1
-1 paralyze%2:30:01:: 1
-1 paralyze%2:30:00:: 2
-1 parallel_bars%1:06:00:: 1
-1 parallel%2:30:00:: 2
-1 parallel%1:15:00:: 2
-1 parakeet%1:05:00:: 1
-1 paragon%1:09:00:: 1
-1 paradigm%1:09:00:: 2
-1 parade%2:38:00:: 2
-1 parade%1:14:02:: 2
-1 par%1:26:00:: 2
-1 papillary%3:01:00:: 1
-1 papery%5:00:00:thin:01 1
-1 paperwork%1:04:00:: 1
-1 paperback%1:06:00:: 1
-1 paper_bag%1:06:00:: 1
-1 papal%3:01:00:: 1
-1 pap%1:10:00:: 1
-1 pantry%1:06:00:: 1
-1 pantomime%2:36:00:: 1
-1 pantomime%1:04:00:: 1
-1 panting%1:04:00:: 1
-1 pantheon%1:14:00:: 1
-1 pant%2:32:00:: 2
-1 panoramic%5:00:00:wide:00 1
-1 panicked%5:00:00:afraid(p):00 1
-1 panic-stricken%5:00:00:afraid(p):00 1
-1 panic%2:37:01:: 2
-1 panic%2:37:00:: 1
-1 pang%1:12:00:: 1
-1 panel_discussion%1:10:00:: 1
-1 panel%2:36:00:: 1
-1 panel%1:06:00:: 1
-1 pane_of_glass%1:06:00:: 1
-1 pander%1:18:00:: 1
-1 panama%1:15:00:: 1
-1 pan%2:38:00:: 1
-1 pan%2:35:00:: 2
-1 pamphlet%1:10:01:: 1
-1 pamphlet%1:10:00:: 2
-1 pampered%5:00:00:soft:02 1
-1 pamper%2:41:00:: 1
-1 palpably%4:02:00:: 1
-1 palpable%3:00:00:: 1
-1 palm_off%2:40:00:: 1
-1 palm%2:35:00:: 1
-1 pallid%5:00:00:weak:00 2
-1 pall%2:30:01:: 1
-1 paling%5:00:00:decreasing:00 1
-1 palette%1:07:00:: 1
-1 palette%1:06:00:: 2
-1 palermo%1:15:00:: 1
-1 paleocortical%3:01:00:: 1
-1 paleocortex%1:08:00:: 1
-1 pale%2:29:00:: 1
-1 pale%1:06:00:: 1
-1 pakistan%1:15:00:: 1
-1 pajamas%1:06:00:: 1
-1 paired%5:00:00:matched:00 1
-1 painting%1:04:01:: 4
-1 painted%5:00:00:artificial:00 3
-1 paint_a_picture%2:32:00:: 1
-1 painless%5:00:00:easy:01 1
-1 painful%5:00:00:unpleasant:00 2
-1 paid_vacation%1:28:00:: 1
-1 paid%5:00:00:professional:01 2
-1 paging%1:10:00:: 1
-1 pageant%1:04:00:: 1
-1 page%2:32:00:: 1
-1 paganism%1:09:00:: 1
-1 pagan%1:18:00:: 1
-1 padlock%2:35:00:: 1
-1 padlock%1:06:00:: 1
-1 paddle%2:38:00:: 1
-1 padded%5:00:00:soft:01 1
-1 pad%2:32:00:: 1
-1 pad%1:27:01:: 1
-1 pact%1:10:00:: 1
-1 packinghouse%1:06:01:: 1
-1 packing%1:04:00:: 2
-1 packed%5:00:00:crowded:00 1
-1 packaging%1:04:00:: 1
-1 pack%2:41:00:: 5
-1 pack%1:23:00:: 1
-1 pack%1:14:03:: 2
-1 pack%1:06:00:: 3
-1 pacing%1:28:00:: 1
-1 pacing%1:04:00:: 2
-1 pacification%1:04:00:: 1
-1 pacific%5:00:01:peaceful:00 1
-1 pachinko%1:04:00:: 1
-1 pace%1:04:00:: 4
-1 oyster%1:05:00:: 1
-1 oxidised%3:44:00:: 1
-1 oxidise%2:30:00:: 1
-1 oxford_english%1:10:00:: 1
-1 oxford%1:15:00:: 1
-1 oxcart%1:06:00:: 1
-1 ox%1:05:02:: 1
-1 owned%3:00:00:: 1
-1 owing%5:00:00:unpaid:00 1
-1 overwork%2:36:00:: 1
-1 overwhelmed%5:00:00:powerless:00 1
-1 overwhelm%2:37:00:: 1
-1 overwhelm%2:32:00:: 2
-1 overweight%5:00:00:fat:01 1
-1 overvaliant%5:00:00:bold:00 1
-1 overturned%5:00:00:turned:00 1
-1 overturn%2:38:01:: 2
-1 overturn%2:31:00:: 3
-1 overture%1:11:00:: 2
-1 overture%1:10:00:: 3
-1 overtone%1:10:00:: 1
-1 overtly%4:02:00:: 1
-1 overtime%1:28:01:: 1
-1 overthrow%1:04:01:: 1
-1 overt%3:00:00:: 1
-1 overstrain%2:34:00:: 1
-1 overstep%2:38:00:: 1
-1 oversimplification%1:04:00:: 1
-1 overshoot%2:33:00:: 1
-1 overshoot%2:31:00:: 2
-1 overshoe%1:06:00:: 1
-1 overshadow%2:42:00:: 1
-1 overseas%5:00:00:foreign:02 1
-1 overseas%4:02:01:: 2
-1 overseas%4:02:00:: 1
-1 overriding%5:00:00:dominant:01 1
-1 overreach%2:33:00:: 2
-1 overprotective%5:00:00:protective:00 1
-1 overprotection%1:04:00:: 1
-1 overproduce%2:36:00:: 1
-1 overpriced%5:00:00:expensive:00 1
-1 overpower%2:37:00:: 2
-1 overlooked%5:00:00:unnoticed:00 1
-1 overlook%2:31:00:: 3
-1 overloaded%5:00:00:full:00 1
-1 overload%2:35:01:: 1
-1 overload%2:30:00:: 2
-1 overload%1:06:02:: 1
-1 overlay%2:35:00:: 1
-1 overlapping%5:00:00:related:02 1
-1 overlap%2:42:01:: 2
-1 overlap%2:30:02:: 3
-1 overindulge%2:34:00:: 1
-1 overheated%5:00:00:hot:01 1
-1 overheat%2:30:00:: 1
-1 overhaul%2:38:00:: 1
-1 overhaul%2:30:00:: 2
-1 overhang%1:06:00:: 1
-1 overhand%3:00:00:: 1
-1 overgrown%5:00:00:covered:00 1
-1 overflow%1:04:00:: 1
-1 overfill%2:30:00:: 1
-1 overfeed%2:34:00:: 1
-1 overexpose%2:39:01:: 1
-1 overestimation%1:10:00:: 1
-1 overestimate%2:31:00:: 1
-1 overeating%1:04:00:: 1
-1 overeat%2:34:00:: 1
-1 overdrive%2:41:00:: 1
-1 overcurious%5:00:00:curious:00 1
-1 overconfident%5:00:00:confident:00 1
-1 overcast%5:00:00:cloudy:00 1
-1 overburden%2:32:00:: 1
-1 overactive%5:00:00:active:01 1
-1 over_here%4:02:00:: 1
-1 over_again%4:02:00:: 1
-1 over%4:02:03:: 3
-1 over%4:02:00:: 4
-1 oven%1:06:00:: 1
-1 outwardly%4:02:01:: 1
-1 outward%4:02:00:: 1
-1 outstrip%2:33:00:: 1
-1 outstanding%5:00:00:major:06 3
-1 outspoken%5:00:00:communicative:00 1
-1 outskirt%1:15:00:: 1
-1 outside%1:15:00:: 2
-1 outright%5:00:00:unqualified:02 1
-1 outrageous%5:00:00:offensive:01 1
-1 outraged%5:00:00:angry:00 1
-1 outrage%1:12:00:: 1
-1 outrage%1:04:01:: 2
-1 output%2:36:00:: 1
-1 output%1:10:02:: 3
-1 outpost%1:15:00:: 1
-1 outpost%1:14:00:: 2
-1 outpost%1:06:00:: 3
-1 outplay%2:33:00:: 1
-1 outmoded%5:00:00:unfashionable:00 1
-1 outmode%2:30:00:: 1
-1 outmaneuver%2:33:00:: 1
-1 outlying%5:00:00:far:00 1
-1 outlined%5:00:00:distinct:00 1
-1 outline%1:09:00:: 3
-1 outlet%1:06:02:: 2
-1 outlay%1:04:00:: 1
-1 outlaw%1:18:00:: 1
-1 outing%1:04:00:: 1
-1 outgrow%2:30:01:: 1
-1 outgrow%2:30:00:: 2
-1 outgeneral%2:33:00:: 1
-1 outflow%1:11:00:: 1
-1 outfit%1:06:01:: 2
-1 outfit%1:06:00:: 3
-1 outfight%2:33:00:: 1
-1 outer_space%1:15:00:: 1
-1 outer%5:00:00:outward:00 2
-1 outdraw%2:33:00:: 1
-1 outdoor_man%1:18:00:: 1
-1 outdated%5:00:00:noncurrent:00 1
-1 outclassed%5:00:00:inferior:01 1
-1 outclass%2:31:00:: 1
-1 outbreak%1:11:00:: 1
-1 outboard_motor%1:06:00:: 1
-1 out_to%5:00:00:resolute:00 1
-1 out_of_the_question%5:00:00:unthinkable:00 1
-1 out_of_the_blue%5:00:00:unexpected:00 1
-1 out_of_sight%4:02:01:: 1
-1 out_of_sight%4:02:00:: 2
-1 out_of_place%5:00:00:malapropos:00 1
-1 out_of_focus%3:00:00:: 1
-1 out_of_commission%3:00:00:: 1
-1 out-of-the-way%5:00:00:unusual:00 1
-1 out-of-school%5:00:00:free:00 1
-1 out-of-doors%1:15:00:: 1
-1 out-and-out%5:00:00:complete:00 1
-1 out%5:00:00:impossible:00 4
-1 ought%2:42:00:: 2
-1 ostracize%2:41:01:: 1
-1 osteoporosis%1:26:00:: 1
-1 ostentatious%3:00:00:: 1
-1 ostensibly%4:02:00:: 1
-1 ossify%2:30:00:: 1
-1 oscillator%1:06:00:: 1
-1 oscillation%1:22:00:: 1
-1 oscillation%1:11:00:: 2
-1 os%1:08:01:: 1
-1 orthophosphate%1:27:00:: 1
-1 orthopedic%3:01:00:: 1
-1 orthodoxy%1:07:00:: 1
-1 orthodox_church%1:14:00:: 1
-1 orthodox_catholic_church%1:14:00:: 1
-1 orthicon%1:06:00:: 1
-1 orphan%1:18:00:: 1
-1 ornately%4:02:00:: 1
-1 ornate%5:00:00:adorned:00 1
-1 ornamented%5:00:00:adorned:00 1
-1 ornament%2:36:00:: 1
-1 ornament%1:06:00:: 1
-1 orinoco%1:17:00:: 1
-1 originally%4:02:01:: 2
-1 originality%1:07:00:: 2
-1 original_sin%1:04:00:: 1
-1 origin%1:11:00:: 3
-1 origin%1:09:00:: 4
-1 orientation%1:09:00:: 2
-1 orient%2:42:01:: 3
-1 orient%1:15:00:: 1
-1 orgy%1:04:01:: 1
-1 orgy%1:04:00:: 2
-1 organizer%1:18:00:: 1
-1 organize%2:41:02:: 6
-1 organise%2:30:00:: 1
-1 organically%4:02:01:: 1
-1 organically%4:02:00:: 2
-1 organic%3:01:00:: 2
-1 organ%1:14:00:: 2
-1 organ%1:06:01:: 3
-1 ordinate%1:09:00:: 1
-1 ordinary%1:26:00:: 2
-1 ordinance%1:10:00:: 1
-1 orderly_sergeant%1:18:00:: 1
-1 orderly%5:00:00:regular:00 2
-1 orderly%5:00:00:nonrandom:00 3
-1 orderliness%1:07:00:: 1
-1 order_arms%1:04:00:: 1
-1 order%2:30:01:: 6
-1 order%2:30:00:: 5
-1 order%1:14:02:: 8
-1 order%1:10:02:: 9
-1 ordain%2:41:00:: 2
-1 orchid%1:20:00:: 1
-1 orchestration%1:04:01:: 2
-1 orchestral%3:01:00:: 1
-1 orchestra%1:06:00:: 2
-1 orbit%1:26:00:: 2
-1 orbit%1:07:00:: 3
-1 oratorio%1:10:00:: 1
-1 orator%1:18:00:: 1
-1 orange%1:20:00:: 3
-1 orally%4:02:01:: 1
-1 oral_cavity%1:08:00:: 1
-1 opulent%5:00:00:rich:03 1
-1 optimum%1:07:00:: 1
-1 optically%4:02:00:: 1
-1 optical%3:01:04:: 2
-1 oppression%1:04:00:: 1
-1 oppress%2:41:00:: 1
-1 opposition%1:18:01:: 4
-1 opposition%1:14:00:: 5
-1 opposite%5:00:00:different:00 6
-1 opposite%1:24:03:: 2
-1 opposite%1:18:00:: 3
-1 opposing%5:00:00:counteractive:00 2
-1 opposed%3:00:00:: 2
-1 opportunistic%5:00:00:expedient:00 1
-1 opportunism%1:07:00:: 1
-1 opinionated%5:00:00:narrow-minded:00 1
-1 operator%1:18:02:: 4
-1 operator%1:18:01:: 3
-1 operative%3:00:00:: 1
-1 operations%1:04:00:: 1
-1 operationally%4:02:00:: 1
-1 operational%5:00:00:operative:00 4
-1 operating_procedure%1:04:00:: 1
-1 operating_capital%1:21:00:: 1
-1 operating_budget%1:21:00:: 1
-1 operagoer%1:18:00:: 1
-1 opera_bouffe%1:10:00:: 1
-1 openwork%1:06:00:: 1
-1 opening%1:11:00:: 4
-1 opening%1:04:01:: 5
-1 opened%5:00:00:open:02 2
-1 open_up%2:36:00:: 4
-1 open_to%5:00:00:susceptible:00 2
-1 open_sesame%1:04:00:: 1
-1 open_house%1:14:00:: 1
-1 open_fire%2:33:00:: 1
-1 open-ended%5:00:00:unrestricted:00 1
-1 open-ended%5:00:00:indeterminate:01 2
-1 open-collared%5:00:00:unbuttoned:00 1
-1 open%5:00:00:unsettled:02 13
-1 open%5:00:00:unsealed:01 14
-1 open%5:00:00:unconstricted:00 15
-1 open%5:00:00:empty:00 16
-1 open%3:00:04:: 12
-1 open%2:42:00:: 8
-1 open%2:33:00:: 9
-1 open%1:15:02:: 2
-1 open%1:15:01:: 1
-1 opalescent%5:00:00:bright:00 1
-1 onshore%4:02:00:: 1
-1 onshore%3:00:04:: 1
-1 onrush%1:11:00:: 2
-1 only_if%4:02:00:: 1
-1 one_of_these_days%4:02:00:: 1
-1 one_by_one%4:02:00:: 2
-1 one-upmanship%1:04:00:: 1
-1 one-thousandth%1:23:00:: 1
-1 one-tenth%1:23:00:: 1
-1 one-horse%5:00:00:provincial:00 1
-1 one-fourth%1:23:00:: 1
-1 one%5:00:00:indefinite:00 6
-1 one%5:00:00:extraordinary:00 5
-1 oncoming%5:00:00:moving:02 1
-1 once_in_a_while%4:02:00:: 1
-1 on_trial%5:00:00:unproved:00 1
-1 on_time%5:00:00:punctual:00 1
-1 on_the_wing%4:02:00:: 1
-1 on_the_side%4:02:00:: 1
-1 on_the_road%1:04:00:: 1
-1 on_the_hook%5:00:00:dangerous:00 1
-1 on_the_far_side%4:02:00:: 1
-1 on_the_face_of_it%4:02:00:: 1
-1 on_the_average%4:02:00:: 1
-1 on_leave%5:00:00:inactive:08 1
-1 on_her_own%5:00:00:independent:00 1
-1 on_guard%5:00:00:wary:00 1
-1 on_fire%5:00:00:lighted:00 1
-1 on_duty%5:00:00:active:08 1
-1 on_all_fours%4:02:00:: 1
-1 on-the-spot%5:00:00:on-site:00 1
-1 on-the-scene%5:00:00:on-site:00 1
-1 on-site%3:00:00:: 1
-1 on%4:02:02:: 3
-1 omniscient%5:00:00:wise:00 1
-1 omission%1:26:00:: 2
-1 omission%1:22:00:: 3
-1 ology%1:09:00:: 1
-1 oleophobic%3:00:00:: 1
-1 oleander%1:20:00:: 1
-1 oldest%5:00:00:first:00 1
-1 older%5:00:00:experienced:00 4
-1 old_wives'_tale%1:09:00:: 1
-1 old_school%1:14:00:: 1
-1 old_man%1:18:01:: 3
-1 old_boy%1:18:00:: 2
-1 old_age%1:28:00:: 1
-1 old-time%5:00:00:nonmodern:00 1
-1 old-fashioned%5:00:00:unfashionable:00 2
-1 old%5:00:00:experienced:00 6
-1 ok%4:02:00:: 1
-1 oily%5:00:00:insincere:00 2
-1 oily%5:00:00:coated:00 3
-1 oiled%3:00:00:: 1
-1 oilcloth%1:06:00:: 1
-1 oil_geologist%1:18:00:: 1
-1 oil_business%1:14:00:: 1
-1 oil%2:35:00:: 1
-1 ohmic%3:01:00:: 1
-1 ogress%1:18:00:: 1
-1 oftentimes%4:02:00:: 1
-1 offstage%1:06:00:: 1
-1 offspring%1:11:00:: 2
-1 offshore%4:02:00:: 1
-1 offsaddle%2:35:00:: 1
-1 officiate%2:33:00:: 2
-1 officially%4:02:01:: 2
-1 official%5:00:00:confirmed:00 3
-1 official%3:01:00:: 2
-1 officer%2:32:00:: 1
-1 officer%1:18:04:: 4
-1 office_boy%1:18:00:: 1
-1 offering%1:10:00:: 1
-1 offer%2:40:01:: 7
-1 offer%2:39:06:: 8
-1 offensive%5:00:00:offending:00 1
-1 offensive%1:04:00:: 1
-1 offense%1:12:00:: 2
-1 offense%1:04:01:: 3
-1 offender%1:18:00:: 1
-1 offence%1:04:00:: 1
-1 offbeat%5:00:00:unconventional:01 1
-1 off_the_beaten_track%5:00:00:far:00 1
-1 off_and_on%4:02:00:: 1
-1 off-broadway%1:15:00:: 1
-1 off%5:00:00:unsatisfactory:00 2
-1 of_value%5:00:00:important:00 1
-1 of_their_own%5:00:00:personal:00 1
-1 of_necessity%4:02:00:: 1
-1 of_his_own%5:00:00:personal:00 1
-1 odyssey%1:04:00:: 1
-1 odious%5:00:00:hateful:00 1
-1 odessa%1:15:00:: 1
-1 odds%1:07:00:: 1
-1 odd%5:00:00:strange:00 4
-1 ocular%3:01:00:: 1
-1 octave%1:28:00:: 1
-1 octahedron%1:25:00:: 1
-1 ocher%1:07:00:: 1
-1 ocelot%1:05:00:: 1
-1 ocean_floor%1:17:00:: 1
-1 occupy%2:40:08:: 7
-1 occupy%2:31:00:: 8
-1 occupation_license%1:10:00:: 1
-1 occupation%1:04:04:: 3
-1 occupation%1:04:02:: 2
-1 occupation%1:04:01:: 4
-1 occupancy%1:04:00:: 1
-1 occlusive%3:01:00:: 1
-1 occlusion%1:26:00:: 1
-1 occluded%5:00:00:combined:00 2
-1 occlude%2:35:00:: 1
-1 occipital_lobe%1:08:00:: 1
-1 occipital%3:01:00:: 1
-1 occidental%1:18:00:: 1
-1 occasions%1:09:00:: 1
-1 obvious%3:00:04:: 3
-1 obverse%1:09:00:: 1
-1 obtrusiveness%1:07:00:: 1
-1 obtrude_upon%2:38:00:: 1
-1 obtain%2:42:00:: 3
-1 obsolescent%5:00:00:noncurrent:00 1
-1 obsidian%1:27:00:: 1
-1 obsessive-compulsive%5:00:00:neurotic:00 1
-1 obsessed%5:00:00:concerned:00 1
-1 observed%5:00:00:witnessed:00 2
-1 observe%2:31:00:: 8
-1 observational%5:00:00:empirical:00 1
-1 observation%1:10:00:: 3
-1 observation%1:09:02:: 4
-1 observation%1:09:00:: 5
-1 observance%1:04:00:: 1
-1 observable%5:00:00:noticeable:00 1
-1 obscurely%4:02:00:: 1
-1 obscenity%1:07:00:: 1
-1 oblivion%1:26:00:: 1
-1 obliterating%5:00:00:destructive:00 1
-1 obliterate%2:30:02:: 1
-1 obliterate%2:30:01:: 2
-1 obliterate%2:30:00:: 3
-1 obligingly%4:02:00:: 1
-1 oblige%2:32:00:: 2
-1 obligational%3:01:00:: 1
-1 obligation%1:26:00:: 2
-1 objet_d'art%1:06:00:: 1
-1 objectionable%5:00:00:offensive:01 1
-1 object%1:09:01:: 4
-1 obelisk%1:06:00:: 1
-1 obediently%4:02:00:: 1
-1 obdurate%5:00:00:unregenerate:00 1
-1 oatmeal%1:13:00:: 1
-1 oat%1:20:00:: 1
-1 oaken%5:00:00:woody:00 1
-1 oak%1:20:00:: 2
-1 nymph%1:18:00:: 1
-1 nymph%1:05:00:: 2
-1 nuzzle%2:35:02:: 1
-1 nutritive%5:00:00:wholesome:00 1
-1 nutritional%3:01:00:: 1
-1 nutrient%5:00:00:wholesome:00 1
-1 nutrient%1:03:00:: 1
-1 nuthouse%1:06:00:: 1
-1 nut%1:18:00:: 2
-1 nut%1:06:00:: 3
-1 nurture%2:32:00:: 1
-1 nursing%1:04:00:: 1
-1 nurse%2:37:00:: 2
-1 nurse%1:18:01:: 2
-1 numinous%5:00:00:sacred:00 1
-1 numerical%5:00:00:denotative:00 3
-1 numerical%3:01:00:: 2
-1 numbness%1:26:00:: 1
-1 numbers_game%1:04:00:: 1
-1 number_one%1:18:00:: 1
-1 number%2:32:01:: 3
-1 number%1:14:00:: 7
-1 number%1:10:02:: 8
-1 number%1:07:01:: 9
-1 null%5:00:00:invalid:00 1
-1 nucleic_acid%1:27:00:: 1
-1 nucleate%2:42:00:: 1
-1 nuclear_resonance%1:19:00:: 1
-1 nuclear%5:00:00:central:01 4
-1 nuclear%3:01:02:: 3
-1 nubile%5:00:00:mature:01 1
-1 nubbin%1:17:00:: 1
-1 nowhere%1:26:00:: 1
-1 now_and_again%4:02:00:: 1
-1 novitiate%1:28:00:: 1
-1 november_2%1:28:00:: 1
-1 novelty%1:09:00:: 2
-1 nourishment%1:13:00:: 1
-1 nourished%3:00:00:: 1
-1 nourish%2:34:01:: 2
-1 noun%1:10:01:: 2
-1 noun%1:10:00:: 1
-1 notwithstanding%4:02:00:: 1
-1 notoriously%4:02:00:: 1
-1 notification%1:04:02:: 1
-1 noticeably%4:02:00:: 1
-1 noticeable%5:00:00:perceptible:00 2
-1 notice%2:32:00:: 3
-1 notice%1:10:03:: 4
-1 notice%1:10:00:: 5
-1 notice%1:09:01:: 6
-1 note%1:21:01:: 6
-1 note%1:10:02:: 7
-1 notch%1:25:00:: 1
-1 notarize%2:32:00:: 1
-1 notable%5:00:00:known:00 2
-1 notable%1:18:00:: 1
-1 not_by_a_blame_sight%4:02:00:: 1
-1 nostalgic%5:00:00:unhappy:00 1
-1 nosed%3:00:00:: 1
-1 nose%2:39:00:: 1
-1 nose%2:38:02:: 2
-1 nose%1:06:02:: 3
-1 norway%1:15:00:: 1
-1 northwest%5:00:01:north:00 1
-1 northwest%4:02:00:: 1
-1 northwest%1:15:00:: 1
-1 northland%1:15:00:: 1
-1 northerner%1:18:01:: 2
-1 northern%5:00:01:north:00 3
-1 northerly%5:00:02:north:00 1
-1 northeast%5:00:01:north:00 1
-1 northeast%1:24:00:: 1
-1 northeast%1:15:00:: 2
-1 normal_distribution%1:09:00:: 1
-1 normal%3:00:02:: 2
-1 norethandrolone%1:27:00:: 1
-1 noradrenaline%1:08:00:: 1
-1 nooks_and_crannies%1:09:00:: 1
-1 nonvolatile%3:00:00:: 1
-1 nonsense%5:00:00:meaningless:00 1
-1 nonproductive%5:00:00:unproductive:00 1
-1 nonpolitical%3:00:00:: 1
-1 nonpartisan%5:00:00:nonaligned:00 1
-1 nonparticulate%3:00:00:: 1
-1 nonoccurrence%1:26:00:: 1
-1 nonobservant%5:00:00:irreligious:00 1
-1 nonionic%3:00:00:: 1
-1 noninterference%1:10:00:: 1
-1 nonfunctional%3:00:00:: 1
-1 nonequivalent%5:00:00:unequal:00 1
-1 nonequivalence%1:07:00:: 1
-1 nonenzymatic%3:01:00:: 1
-1 none%4:02:00:: 1
-1 nondriver%1:18:00:: 1
-1 nondescript%5:00:00:ordinary:00 1
-1 nonconformist%1:18:01:: 1
-1 noncompetitive%3:00:00:: 1
-1 noncommissioned%3:00:00:: 1
-1 noncom%1:18:00:: 1
-1 nonchurchgoing%5:00:00:irreligious:00 1
-1 nonchalant%5:00:00:unconcerned:00 1
-1 nonassertive%5:00:00:unassertive:00 1
-1 non-resistant%1:18:00:: 1
-1 non-jew%1:18:00:: 1
-1 non-discrimination%1:07:00:: 1
-1 nominal%5:00:00:minimal:00 2
-1 nominal%3:01:01:: 1
-1 nomia_melanderi%1:05:00:: 1
-1 noisily%4:02:00:: 1
-1 noise%1:09:00:: 2
-1 nodule%1:08:00:: 1
-1 nodular%3:01:00:: 1
-1 nod%2:29:03:: 3
-1 nod%1:10:01:: 1
-1 nod%1:04:00:: 2
-1 nocturnal%3:00:00:: 1
-1 noctiluca_miliaris%1:05:00:: 1
-1 nobody%1:18:00:: 1
-1 noble%3:00:01:: 4
-1 nobility%1:14:00:: 1
-1 nobility%1:07:00:: 2
-1 nobel_prize%1:10:00:: 1
-1 no_matter_what_happens%4:02:00:: 1
-1 no_man's_land%1:15:00:: 1
-1 no_end%4:02:00:: 1
-1 no-nonsense%5:00:00:direct:02 1
-1 no-hit_game%1:04:00:: 1
-1 no-hit%5:00:00:successful:00 1
-1 no-goal%1:09:00:: 1
-1 no-account%5:00:00:worthless:00 1
-1 nitrogen_oxide%1:27:00:: 1
-1 nitrate%1:27:00:: 1
-1 nirvana%1:26:00:: 1
-1 nip%2:35:02:: 2
-1 nip%2:35:00:: 1
-1 ninth%1:24:00:: 1
-1 nineties%1:28:02:: 1
-1 nimbly%4:02:00:: 1
-1 nimble%5:00:00:active:01 1
-1 nihilistic%3:01:00:: 1
-1 nihilism%1:09:00:: 1
-1 nigra%1:18:00:: 1
-1 nighttime%1:28:00:: 1
-1 nightshirt%1:06:00:: 1
-1 nightmarish%5:00:00:alarming:00 1
-1 nighted%5:00:00:unpunctual:00 1
-1 nightdress%1:06:00:: 1
-1 night-sight%1:09:00:: 1
-1 night%1:28:04:: 3
-1 night%1:28:02:: 4
-1 night%1:28:01:: 2
-1 night%1:26:00:: 5
-1 niece%1:18:00:: 1
-1 nicotine%1:27:00:: 1
-1 nickname%2:32:00:: 1
-1 nickname%1:10:00:: 1
-1 nickel%1:21:00:: 2
-1 niche%1:26:00:: 1
-1 niche%1:25:00:: 2
-1 niche%1:06:00:: 3
-1 nicety%1:07:00:: 1
-1 nice%5:00:02:precise:00 3
-1 nibbed%5:00:00:pointed:00 1
-1 newton%1:18:00:: 1
-1 newspaperman%1:18:00:: 1
-1 newspaper_critic%1:18:00:: 1
-1 newspaper_columnist%1:18:00:: 1
-1 news_show%1:10:00:: 1
-1 news_item%1:10:00:: 1
-1 newfoundland%1:05:00:: 1
-1 newest%5:00:00:modern:00 1
-1 newcomer%1:18:01:: 2
-1 newcastle%1:15:00:: 1
-1 new_yorker%1:18:00:: 1
-1 new_york_bay%1:17:00:: 1
-1 new_waver%1:18:00:: 1
-1 new_moon%1:28:00:: 1
-1 new_haven%1:15:00:: 1
-1 new_hampshire%1:15:00:: 1
-1 new_edition%1:10:00:: 1
-1 new_deal%1:28:00:: 2
-1 new%5:00:00:unworn:00 6
-1 new%4:02:00:: 1
-1 never_again%4:02:00:: 1
-1 neutron_bomb%1:06:00:: 1
-1 neutralized%5:00:00:neutral:02 1
-1 neutralize%2:30:01:: 2
-1 neutrality%1:04:00:: 1
-1 neutral%5:00:00:achromatic:00 6
-1 neutral%3:00:03:: 5
-1 neuter%1:10:00:: 1
-1 neurotic%3:00:00:: 2
-1 neurotic%1:18:00:: 1
-1 neuronal%3:01:00:: 1
-1 neuromuscular%3:01:00:: 1
-1 neurological%3:01:00:: 1
-1 network%1:06:00:: 3
-1 nettlesome%5:00:00:disagreeable:00 1
-1 nettle%2:32:00:: 1
-1 netlike%5:00:00:reticulate:00 1
-1 net%5:00:00:ultimate:00 2
-1 net%2:40:00:: 1
-1 nestling%1:05:00:: 1
-1 nesting_place%1:15:00:: 1
-1 nest%1:06:00:: 2
-1 nervousness%1:12:00:: 1
-1 nerves%1:07:00:: 2
-1 nerveless%5:00:00:composed:00 1
-1 neptune%1:18:00:: 1
-1 neoromanticism%1:14:00:: 1
-1 neon_tube%1:06:00:: 1
-1 neoliberal%5:00:00:liberal:00 1
-1 neoclassicism%1:06:00:: 1
-1 neo_jazz%1:04:00:: 1
-1 neighbourhood%1:15:00:: 1
-1 neighborliness%1:07:00:: 1
-1 negroid%5:00:00:black:02 1
-1 negligent%3:00:00:: 1
-1 neglected%5:00:00:unnoticed:00 1
-1 neglected%5:00:00:uncared-for:00 2
-1 neglect%1:26:00:: 2
-1 neglect%1:04:02:: 3
-1 negatively_charged%5:00:00:charged:00 1
-1 negative%5:00:00:bad:00 4
-1 negative%1:10:00:: 1
-1 negation%1:24:00:: 1
-1 needlessly%4:02:00:: 1
-1 needle%2:32:00:: 1
-1 needle%1:06:00:: 3
-1 need%2:34:01:: 6
-1 need%1:26:01:: 4
-1 nectary%1:20:00:: 1
-1 necrotic%3:01:00:: 1
-1 necropsy%1:04:00:: 1
-1 necklace%1:06:00:: 1
-1 necessary%5:00:00:inevitable:00 2
-1 necessarily%4:02:01:: 3
-1 nebulous%5:00:00:indistinct:00 1
-1 nebraska%1:15:00:: 1
-1 neat%5:00:03:tidy:00 2
-1 neat%5:00:00:elegant:00 3
-1 neat%5:00:00:adroit:00 4
-1 nearsighted%3:00:00:: 1
-1 nearness%1:07:00:: 1
-1 nearer%4:02:00:: 1
-1 near-blind%5:00:00:blind:00 1
-1 near%4:02:03:: 2
-1 neanderthal%5:00:00:unrefined:01 1
-1 nazism%1:14:00:: 1
-1 nazi%3:01:00:: 2
-1 nay%4:02:00:: 1
-1 nay%1:10:00:: 1
-1 navy%1:07:00:: 2
-1 navigator%1:18:02:: 1
-1 navigation%1:04:00:: 1
-1 nautical%3:01:02:: 1
-1 nauseated%5:00:00:ill:01 1
-1 naught%1:23:00:: 1
-1 naturopath%1:18:00:: 1
-1 nature%1:19:00:: 6
-1 naturalness%1:07:00:: 1
-1 naturally%4:02:02:: 4
-1 naturalized%5:00:02:foreign:01 1
-1 naturalize%2:30:00:: 1
-1 naturalism%1:09:00:: 1
-1 natural_science%1:09:00:: 1
-1 natural_resources%1:21:00:: 1
-1 natural_phenomenon%1:19:00:: 1
-1 natural_order%1:17:00:: 1
-1 natural_gas%1:27:00:: 1
-1 natural%3:01:00:: 5
-1 natural%3:00:07:: 6
-1 native%3:00:02:: 4
-1 nationally%4:02:00:: 2
-1 nationality%1:14:00:: 1
-1 national_park_service%1:14:00:: 1
-1 national_park%1:15:00:: 1
-1 national_leader%1:18:00:: 1
-1 national_income%1:21:00:: 1
-1 national_anthem%1:10:00:: 1
-1 national%3:01:02:: 6
-1 natal%3:01:00:: 1
-1 nassau%1:15:00:: 1
-1 nashville%1:15:00:: 1
-1 nascent%5:00:00:aborning:00 1
-1 nasale%2:32:00:: 1
-1 nasal_cavity%1:08:00:: 1
-1 nasal%5:00:00:high:03 2
-1 nasal%3:01:00:: 1
-1 narrowness%1:07:00:: 1
-1 narrowing%1:07:00:: 1
-1 narrow_escape%1:04:00:: 1
-1 narrow_down%2:31:00:: 1
-1 narrow_down%2:30:00:: 2
-1 narrow%3:00:06:: 3
-1 narrow%2:31:00:: 2
-1 narrow%2:30:05:: 3
-1 narrow%2:30:01:: 4
-1 narrative%5:00:00:communicative:00 1
-1 narrate%2:32:01:: 1
-1 narcotize%2:29:00:: 1
-1 naprapath%1:18:00:: 1
-1 napoleonic%3:01:00:: 1
-1 napoleon_bonaparte%1:18:00:: 1
-1 namesake%1:18:00:: 1
-1 nameless%5:00:00:anonymous:00 1
-1 name%2:31:01:: 8
-1 name%1:18:00:: 4
-1 name%1:04:00:: 5
-1 nakedness%1:26:00:: 1
-1 nakedly%4:02:02:: 1
-1 naked%5:00:00:unassisted:00 3
-1 naked%5:00:00:overt:00 4
-1 nail_down%2:41:00:: 1
-1 nail%2:35:02:: 3
-1 nagging%5:00:00:ill-natured:00 1
-1 nag%2:37:00:: 2
-1 nab%2:35:02:: 1
-1 nab%2:35:00:: 2
-1 mythic%3:01:00:: 1
-1 mystify%2:31:00:: 1
-1 mystical%3:01:00:: 1
-1 mysteriously%4:02:00:: 1
-1 myrtle%1:20:02:: 1
-1 myriad%1:23:01:: 1
-1 myofibril%1:08:00:: 1
-1 myocardium%1:08:00:: 1
-1 myocardial_infarction%1:26:00:: 1
-1 myeloid%3:01:00:: 1
-1 myelofibrosis%1:26:00:: 1
-1 mycenaean%3:01:00:: 1
-1 mv%1:23:00:: 1
-1 muzzle_loader%1:06:00:: 1
-1 mutuality%1:24:01:: 1
-1 mutual_affection%1:24:00:: 1
-1 muttering%5:00:00:speaking(a):00 1
-1 muttering%1:11:00:: 1
-1 mutineer%1:18:00:: 1
-1 mutilation%1:11:00:: 1
-1 mutilate%2:30:00:: 1
-1 muted%5:00:02:soft:04 1
-1 mutational%3:01:00:: 1
-1 mutant%1:18:00:: 1
-1 mustached%5:00:00:unshaven:00 1
-1 musing%1:09:00:: 1
-1 musically%4:02:01:: 1
-1 musical_instrument%1:06:00:: 1
-1 musical_composition%1:10:00:: 1
-1 music_lover%1:18:00:: 1
-1 music_hall%1:06:00:: 1
-1 muse%1:18:00:: 1
-1 musculature%1:08:00:: 1
-1 muscular%5:00:00:powerful:00 3
-1 muscleman%1:18:00:: 1
-1 muscle_tone%1:26:00:: 1
-1 muscle_into%2:38:00:: 1
-1 murmuring%1:11:00:: 1
-1 murmur%1:10:01:: 2
-1 murdered%5:00:00:dead:01 1
-1 murder_suspect%1:18:00:: 1
-1 murder%2:30:00:: 2
-1 munition%1:06:00:: 1
-1 munich%1:15:00:: 1
-1 mumbo_jumbo%1:10:00:: 1
-1 mum%5:00:00:uncommunicative:00 1
-1 multitudinous%5:00:00:incalculable:00 1
-1 multitude%1:23:00:: 1
-1 multiply%2:29:00:: 3
-1 multiplied%5:00:00:increased:00 1
-1 multiplication%1:04:01:: 1
-1 multiple-choice%3:00:00:: 1
-1 multilateral%3:00:00:: 1
-1 multidimensional%3:00:00:: 1
-1 multichannel_recorder%1:06:00:: 1
-1 mull%2:31:00:: 1
-1 mug_file%1:10:00:: 1
-1 muffled%5:00:00:covered:00 2
-1 muff%1:06:00:: 1
-1 mudguard%1:06:00:: 1
-1 muddy%5:00:00:dirty:01 2
-1 muddleheaded%5:00:00:confused:00 1
-1 muddle%1:26:00:: 1
-1 muddied%5:00:00:impure:02 1
-1 mud_flat%1:15:00:: 1
-1 mud-beplastered%5:00:00:covered:00 1
-1 muck_up%2:41:00:: 1
-1 muck%2:30:01:: 1
-1 mrs%1:18:00:: 1
-1 mph%1:28:00:: 2
-1 mow%2:35:00:: 1
-1 movingly%4:02:00:: 1
-1 moving%1:04:00:: 1
-1 moviegoer%1:18:00:: 1
-1 movie_theater%1:06:00:: 1
-1 movie_house%1:06:00:: 1
-1 movie_camera%1:06:00:: 1
-1 move_in_on%2:38:00:: 1
-1 move_around%2:38:03:: 1
-1 move%2:40:00:: 12
-1 move%2:30:01:: 13
-1 move%1:04:03:: 3
-1 mouthpiece%1:06:04:: 1
-1 mouthpiece%1:06:02:: 2
-1 mouthful%1:23:00:: 1
-1 mouth%2:32:01:: 2
-1 mouth%1:18:00:: 5
-1 mousy%5:00:00:timid:00 1
-1 mouse_nest%1:17:00:: 1
-1 mouse-colored%5:00:00:chromatic:00 1
-1 mourn%2:37:01:: 2
-1 mounted%5:00:00:adorned:00 3
-1 mountainous%5:00:00:upland:00 3
-1 mountain%5:00:00:upland:00 1
-1 mount_everest%1:17:00:: 1
-1 mount%1:04:00:: 2
-1 mounded_over%3:44:00:: 1
-1 mound_over%2:35:00:: 1
-1 mound%1:17:00:: 2
-1 mound%1:14:00:: 3
-1 mould%2:36:02:: 1
-1 mottled%5:00:00:patterned:00 1
-1 motorcar%1:06:00:: 1
-1 motor_pool%1:14:00:: 1
-1 motor_neuron%1:08:00:: 1
-1 motor%5:00:00:efferent:00 1
-1 motor%2:38:00:: 1
-1 motive%5:00:00:causative:00 1
-1 motional%3:01:00:: 1
-1 motion%2:32:00:: 1
-1 motion%1:10:01:: 5
-1 motion%1:04:01:: 6
-1 motif%1:10:00:: 2
-1 motif%1:09:00:: 3
-1 motherland%1:15:00:: 1
-1 mother_country%1:15:00:: 1
-1 mother-naked%5:00:00:unclothed:00 1
-1 mother's_daughter%1:18:00:: 1
-1 motel%1:06:00:: 1
-1 most_desirable%5:00:00:best:00 1
-1 most-valuable%5:00:00:important:00 1
-1 most%4:02:02:: 3
-1 moss%1:20:00:: 1
-1 moses%1:18:00:: 1
-1 mortification%1:12:00:: 1
-1 mortician%1:18:00:: 1
-1 mortally%4:02:00:: 1
-1 mortal%5:00:00:unpardonable:00 2
-1 morsel%1:23:00:: 1
-1 morsel%1:13:00:: 2
-1 morse%1:10:00:: 1
-1 morphology%1:09:00:: 1
-1 morphologic%3:01:00:: 1
-1 morphemic%3:01:00:: 1
-1 morosely%4:02:00:: 1
-1 morocco%1:27:00:: 2
-1 morning_glory%1:20:00:: 1
-1 morgue%1:06:00:: 1
-1 mores%1:09:00:: 1
-1 more_than%5:00:00:more(a):02 2
-1 moralistic%5:00:00:moral:00 1
-1 moralist%1:18:00:: 1
-1 morale_builder%1:09:00:: 1
-1 moral_principle%1:09:00:: 1
-1 moral%5:00:00:right:01 3
-1 moonlit%3:00:00:: 1
-1 mooncurser%1:18:00:: 1
-1 moon_on%2:41:00:: 1
-1 moon-splashed%5:00:00:covered:00 1
-1 moon-round%5:00:00:round:00 1
-1 moon%1:17:02:: 2
-1 moo%2:32:00:: 1
-1 monumental%3:01:00:: 1
-1 month_by_month%4:02:00:: 1
-1 monstrous%5:00:00:ugly:00 3
-1 monstrosity%1:18:00:: 1
-1 monstrosity%1:11:00:: 2
-1 monster%1:18:03:: 2
-1 monster%1:18:01:: 3
-1 monsieur%1:18:00:: 1
-1 monotone%5:00:00:unmelodious:00 2
-1 monotone%1:10:00:: 1
-1 monopolization%1:04:00:: 1
-1 monophonic%5:00:00:monaural:00 1
-1 mononuclear%3:00:00:: 1
-1 monomer%1:27:00:: 1
-1 monologist%1:18:00:: 1
-1 monograph%1:10:00:: 1
-1 monochrome%1:06:01:: 1
-1 monkish%5:00:00:nonindulgent:00 1
-1 monilia_albicans%1:20:00:: 1
-1 moneymaking%1:04:00:: 1
-1 moneymaker%1:18:00:: 1
-1 money_order%1:21:00:: 1
-1 monaural%3:00:00:: 1
-1 monastery%1:06:00:: 1
-1 momentous%5:00:00:significant:00 1
-1 momentarily%4:02:00:: 2
-1 moment%1:28:02:: 3
-1 moment%1:07:00:: 4
-1 mollify%2:37:00:: 1
-1 molding%1:04:01:: 1
-1 mold%2:30:00:: 2
-1 mold%1:25:00:: 1
-1 mold%1:06:00:: 2
-1 moire%1:06:00:: 1
-1 modify%2:30:01:: 2
-1 modified%5:00:00:qualified:02 2
-1 modified%3:00:00:: 1
-1 modification%1:06:00:: 2
-1 modesty%1:07:01:: 2
-1 modesty%1:07:00:: 1
-1 modest%5:00:00:unpretentious:00 3
-1 modernizing%1:04:00:: 1
-1 modernized%5:00:00:modern:00 1
-1 modernize%2:30:02:: 2
-1 modern_man%1:05:00:: 1
-1 modern_greek%1:10:00:: 1
-1 moderation%1:07:00:: 1
-1 moderate%2:32:00:: 1
-1 moderate%2:30:03:: 2
-1 moderate%1:18:00:: 1
-1 modeled%5:00:00:shapely:00 1
-1 model%5:00:00:worthy:00 1
-1 model%2:36:02:: 1
-1 model%2:36:00:: 2
-1 model%1:18:01:: 6
-1 model%1:09:02:: 7
-1 mocking%5:00:00:disrespectful:00 1
-1 mockery%1:10:00:: 1
-1 mocker%1:18:00:: 1
-1 moccasins%1:06:00:: 1
-1 mobilization%1:04:01:: 1
-1 mobcap%1:06:00:: 1
-1 mob%5:00:00:disorderly:00 1
-1 mob%1:14:02:: 2
-1 moan%1:10:00:: 1
-1 mixture%1:11:00:: 4
-1 mixed-up%5:00:00:perplexed:00 1
-1 mixed%5:00:00:integrated:00 3
-1 mix%2:41:00:: 2
-1 mix%2:30:02:: 3
-1 mix%2:30:01:: 4
-1 mitral%3:01:00:: 1
-1 mitigation%1:04:00:: 1
-1 miter%2:35:00:: 1
-1 mite_box%1:06:00:: 1
-1 misused%3:00:00:: 1
-1 misuse%1:04:00:: 1
-1 misunderstanding%1:10:00:: 1
-1 misty-eyed%5:00:00:tearful:00 1
-1 misty%5:00:00:cloudy:00 1
-1 mistaking%1:10:00:: 1
-1 mist%2:30:00:: 1
-1 missouri%1:17:00:: 2
-1 missive%1:10:00:: 1
-1 miss%2:42:02:: 9
-1 miss%1:11:00:: 2
-1 misrepresentation%1:10:00:: 1
-1 misrelated%5:00:00:unrelated:02 1
-1 misread%2:31:02:: 1
-1 misquote%2:32:00:: 1
-1 misplace%2:35:01:: 1
-1 misplace%2:35:00:: 2
-1 misperceive%2:39:00:: 1
-1 misogynist%1:18:00:: 1
-1 misnomer%1:10:00:: 1
-1 misname%2:32:00:: 1
-1 mismanagement%1:04:00:: 1
-1 mismanage%2:41:00:: 1
-1 mislay%2:35:00:: 1
-1 misinterpretation%1:10:00:: 1
-1 misinterpret%2:32:00:: 1
-1 misguided%5:00:00:foolish:00 1
-1 misgiving%1:09:02:: 2
-1 misgauge%2:31:00:: 1
-1 misfire%2:33:00:: 1
-1 miserably%4:02:00:: 1
-1 miserable%5:00:00:unfortunate:00 2
-1 miserable%5:00:00:contemptible:00 3
-1 misdemeanor%1:04:00:: 1
-1 misconstruction%1:10:01:: 1
-1 misconstruction%1:10:00:: 2
-1 mischievous%5:00:00:playful:00 1
-1 mischievous%5:00:00:bad:00 2
-1 miscegenation%1:04:00:: 1
-1 miscarry%2:41:00:: 1
-1 miscalculate%2:31:01:: 1
-1 misbranded%5:00:00:illegal:00 1
-1 misanthrope%1:18:00:: 1
-1 mirror%1:09:00:: 2
-1 mire%1:17:00:: 1
-1 miraculous%5:00:00:supernatural:00 1
-1 miracle%1:11:01:: 2
-1 minutia%1:09:00:: 1
-1 minute_of_arc%1:23:00:: 1
-1 minute%1:28:02:: 3
-1 minuet%1:04:00:: 1
-1 mint%1:23:00:: 1
-1 minstrel%1:18:00:: 1
-1 minor%3:00:04:: 4
-1 minor%3:00:03:: 5
-1 minoan%3:01:00:: 1
-1 ministry%1:14:01:: 1
-1 ministry%1:06:00:: 2
-1 ministration%1:04:00:: 1
-1 ministerial%3:01:02:: 1
-1 mining_bee%1:05:00:: 1
-1 minimized%5:00:02:decreased:00 1
-1 miniature%5:00:00:small:00 1
-1 miniature%1:06:02:: 1
-1 miniature%1:06:01:: 2
-1 mingling%1:04:00:: 1
-1 mineralogy%1:09:00:: 1
-1 mineralized%5:00:01:mineral:00 1
-1 mineral_oil%1:27:00:: 1
-1 mine_field%1:15:00:: 1
-1 mindless%5:00:00:nonintellectual:00 2
-1 mindless%5:00:00:meaningless:00 1
-1 minded%5:00:02:inclined(p):02 2
-1 mind's_eye%1:09:00:: 1
-1 mind%1:09:03:: 5
-1 mincing%5:00:00:refined:01 1
-1 mimicry%1:04:00:: 1
-1 milwaukee%1:15:00:: 1
-1 millwheel%1:06:00:: 1
-1 millpond%1:17:00:: 1
-1 millivoltmeter%1:06:00:: 1
-1 millimeter_of_mercury%1:23:00:: 1
-1 millimeter%1:23:00:: 1
-1 millenarianism%1:09:00:: 1
-1 mill_about%2:42:00:: 1
-1 mill%2:38:00:: 1
-1 mill%2:30:00:: 2
-1 milking_stool%1:06:00:: 1
-1 milk%2:34:00:: 2
-1 milk%1:08:00:: 2
-1 militate%2:41:00:: 1
-1 military_vehicle%1:06:00:: 1
-1 military_unit%1:14:00:: 1
-1 military_service%1:14:00:: 1
-1 military_personnel%1:18:00:: 2
-1 military_man%1:18:00:: 1
-1 military%1:14:00:: 1
-1 militarily%4:02:00:: 1
-1 militant%5:00:00:unpeaceful:00 1
-1 militant%5:00:00:aggressive:00 2
-1 milieu%1:26:00:: 1
-1 milestone%1:11:00:: 2
-1 mileage%1:07:00:: 1
-1 mildly%4:02:02:: 2
-1 mild-mannered%5:00:00:mild:00 1
-1 mike%1:06:00:: 1
-1 migratory%3:01:00:: 1
-1 mien%1:07:00:: 1
-1 midwest%1:15:00:: 1
-1 midweek%3:01:00:: 1
-1 midway%4:02:00:: 1
-1 midwatch%1:28:00:: 1
-1 midsummer%1:28:00:: 1
-1 midsection%1:08:00:: 1
-1 middle_west%1:15:00:: 1
-1 middle_east%1:15:00:: 1
-1 middle_distance%1:09:00:: 1
-1 middle_atlantic%5:00:00:eastern:02 1
-1 middle-level%5:00:00:inferior:01 1
-1 middle%3:00:01:: 3
-1 middle%3:00:00:: 4
-1 middle%1:28:00:: 4
-1 midday%1:28:00:: 1
-1 midair%1:15:00:: 1
-1 mid-thirties%1:28:00:: 1
-1 microsomal%3:01:00:: 1
-1 microscopy%1:04:00:: 1
-1 microphoning%1:22:00:: 1
-1 microcosm%1:09:00:: 1
-1 microbial%3:01:00:: 1
-1 mew%2:32:00:: 1
-1 metro%1:06:00:: 1
-1 metrazol%1:06:00:: 1
-1 metis%1:18:00:: 1
-1 methodist_church%1:14:00:: 1
-1 methodist%3:01:00:: 1
-1 method_of_choice%1:09:00:: 1
-1 meter%2:30:00:: 1
-1 meter%1:06:00:: 2
-1 meteorological%3:01:00:: 1
-1 meteor_stream%1:19:00:: 1
-1 meted_out%5:00:00:distributed:00 1
-1 metaphysical%5:00:00:supernatural:00 2
-1 metamorphose%2:30:00:: 1
-1 metabolize%2:34:00:: 1
-1 metabolic%3:01:00:: 1
-1 messy%5:00:00:untidy:00 1
-1 messenger_boy%1:18:00:: 1
-1 mess_up%2:41:00:: 1
-1 mess_hall%1:06:00:: 1
-1 mess%1:26:02:: 2
-1 mess%1:13:01:: 3
-1 mess%1:13:00:: 4
-1 mess%1:06:00:: 5
-1 mesmerize%2:32:00:: 1
-1 mesh%2:35:01:: 1
-1 mesh%2:30:00:: 2
-1 mesh%1:23:00:: 1
-1 mesenteric%3:01:00:: 1
-1 merrymaking%1:04:00:: 1
-1 merry%5:00:01:joyous:00 2
-1 merriment%1:04:00:: 2
-1 mermaid%1:18:00:: 1
-1 meritorious%5:00:00:worthy:00 1
-1 merging%1:04:02:: 1
-1 mercy%1:12:00:: 3
-1 mercurial%5:00:00:changeable:00 1
-1 merciful%3:00:00:: 1
-1 merchandise%2:40:00:: 1
-1 mercer%1:18:00:: 1
-1 menu%1:10:00:: 1
-1 mention%1:10:02:: 2
-1 mentally_retarded%1:14:00:: 1
-1 mentally_ill%5:00:00:insane:00 1
-1 mentality%1:09:01:: 1
-1 mentality%1:09:00:: 2
-1 mental_picture%1:09:00:: 1
-1 mental_institution%1:06:00:: 1
-1 mental_health%1:26:00:: 1
-1 mental_disturbance%1:26:00:: 1
-1 mental_case%1:18:00:: 1
-1 menial%5:00:00:unskilled:00 1
-1 mendacious%5:00:00:untruthful:00 1
-1 mend%2:30:01:: 2
-1 menacing%5:00:00:alarming:00 1
-1 menace%2:42:00:: 1
-1 menace%2:32:00:: 2
-1 menace%1:10:00:: 2
-1 memorization%1:09:00:: 1
-1 memorial%1:10:00:: 1
-1 memorabilia%1:10:00:: 1
-1 memoir%1:10:00:: 1
-1 membrane%1:06:00:: 1
-1 melting%5:00:00:unfrozen:00 1
-1 melting%1:22:00:: 1
-1 melt_off%2:29:00:: 1
-1 melt%2:30:02:: 4
-1 melodramatic%5:00:02:dramatic:00 1
-1 melodrama%1:10:00:: 1
-1 melodious%3:00:04:: 1
-1 melodic%3:00:04:: 1
-1 mellowingly%4:02:00:: 1
-1 melioration%1:04:00:: 1
-1 mekong_river%1:17:00:: 1
-1 mekong%1:17:00:: 1
-1 megaton%1:23:02:: 1
-1 megalopolis%1:15:00:: 1
-1 megalomania%1:26:00:: 1
-1 megakaryocytic%3:01:00:: 1
-1 meeting%1:04:02:: 5
-1 meet%2:35:00:: 14
-1 meekly%4:02:02:: 1
-1 meekly%4:02:00:: 2
-1 medley%1:10:00:: 1
-1 medium%1:27:00:: 4
-1 mediterranean%1:17:00:: 1
-1 meditative%5:00:00:thoughtful:00 1
-1 meditation%1:09:00:: 1
-1 mediocrity%1:07:00:: 1
-1 medieval%5:00:00:nonmodern:00 2
-1 medically%4:02:00:: 1
-1 medical_report%1:10:00:: 1
-1 medical_practice%1:04:00:: 1
-1 medical_man%1:18:00:: 1
-1 medical_intern%1:18:00:: 1
-1 medical_care%1:04:00:: 1
-1 medical_aid%1:04:00:: 1
-1 medical%3:01:02:: 3
-1 mediate%2:32:00:: 1
-1 median%5:00:00:normal:01 1
-1 meddling%1:04:00:: 1
-1 meddle%2:41:00:: 1
-1 medal_of_honor%1:10:00:: 1
-1 mechanized%5:00:00:mechanical:00 1
-1 mechanistic%5:00:00:mechanical:00 1
-1 mechanically%4:02:01:: 1
-1 mechanically%4:02:00:: 2
-1 mechanical%3:01:00:: 3
-1 mechanic%1:18:01:: 2
-1 mechanic%1:18:00:: 1
-1 meaty%3:00:00:: 1
-1 meat_house%1:06:01:: 1
-1 meat_house%1:06:00:: 2
-1 measure_up%2:42:00:: 1
-1 measure%1:10:03:: 6
-1 measure%1:10:01:: 7
-1 measurable%5:00:00:important:00 2
-1 meanness%1:07:00:: 1
-1 meaningfulness%1:07:00:: 1
-1 meander%2:38:00:: 1
-1 mayflower%1:06:00:: 1
-1 may_day%1:28:00:: 1
-1 may%2:42:00:: 2
-1 maximum%1:07:00:: 2
-1 maximize%2:30:01:: 2
-1 maxim%1:10:00:: 1
-1 mausoleum%1:06:00:: 1
-1 maturity%1:28:01:: 3
-1 mature%3:00:01:: 3
-1 maturation%1:22:00:: 2
-1 matting%1:06:00:: 1
-1 matter_of_course%1:11:00:: 1
-1 matter%1:09:02:: 4
-1 matter%1:07:00:: 5
-1 matted%5:00:00:tangled:00 1
-1 matsyendra%1:07:00:: 1
-1 matron%1:18:00:: 1
-1 matrix%1:14:00:: 1
-1 matrimony%1:26:00:: 1
-1 matriarch%1:18:00:: 1
-1 math%1:09:00:: 1
-1 maternal%3:00:00:: 1
-1 materially%4:02:00:: 1
-1 material%5:00:00:physical:00 4
-1 material%3:00:02:: 3
-1 mate%2:35:02:: 2
-1 mate%1:18:00:: 4
-1 mate%1:06:00:: 5
-1 matching%5:00:01:matched:00 2
-1 matched%5:00:00:competitive:00 1
-1 match%1:11:00:: 2
-1 match%1:06:02:: 3
-1 match%1:06:01:: 4
-1 mat%1:06:04:: 2
-1 mat%1:06:02:: 3
-1 mastery%1:26:00:: 2
-1 mastermind%2:31:00:: 1
-1 masterly%5:00:00:skilled:00 1
-1 master_of_science%1:10:00:: 1
-1 master_of_ceremonies%1:18:00:: 1
-1 master's_degree%1:10:00:: 1
-1 master%5:00:00:skilled:00 1
-1 master%2:41:00:: 3
-1 master%1:18:06:: 5
-1 master%1:18:03:: 4
-1 master%1:18:01:: 3
-1 master%1:06:00:: 6
-1 masted%3:01:00:: 1
-1 massage%2:35:00:: 1
-1 massage%2:29:00:: 2
-1 massage%1:04:00:: 1
-1 massacre%2:30:00:: 1
-1 mass_rapid_transit%1:06:00:: 1
-1 mass_murder%1:04:00:: 1
-1 mass_culture%1:09:00:: 1
-1 mass-spectrometric%3:01:00:: 1
-1 masquerade%2:32:00:: 2
-1 masking%1:04:00:: 1
-1 mask%2:39:00:: 1
-1 mask%2:35:00:: 2
-1 mask%1:06:00:: 1
-1 mask%1:04:00:: 2
-1 mash%2:35:00:: 1
-1 masculinity%1:07:00:: 1
-1 masculine%3:00:01:: 2
-1 mascara%1:06:00:: 1
-1 maryland%1:15:00:: 1
-1 mary_magdalene%1:18:00:: 1
-1 marvelously%4:02:00:: 1
-1 marvel%2:32:00:: 2
-1 marvel%1:11:00:: 1
-1 martial%5:00:02:military:02 1
-1 marshalling_yard%1:06:00:: 1
-1 marshaling%1:04:00:: 1
-1 marshal%2:38:00:: 1
-1 marshal%2:35:00:: 2
-1 marshal%2:30:00:: 3
-1 marsh%1:17:00:: 1
-1 marrowbone%1:13:00:: 1
-1 marriage_mart%1:14:00:: 1
-1 marriage_bed%1:06:00:: 1
-1 marquee%1:06:01:: 1
-1 maroon%5:00:00:chromatic:00 1
-1 maroon%2:40:00:: 1
-1 marmalade%1:13:00:: 1
-1 marking%1:10:00:: 1
-1 marking%1:07:00:: 2
-1 marker%1:06:00:: 1
-1 marked%3:00:00:: 3
-1 mark_off%2:30:00:: 1
-1 mark%2:35:02:: 8
-1 mark%1:10:01:: 6
-1 marine%1:18:00:: 1
-1 maria%1:17:00:: 1
-1 marginally%4:02:00:: 1
-1 marginal%5:00:00:meager:00 3
-1 marching%1:04:00:: 1
-1 marched_upon%3:44:00:: 1
-1 march%2:41:00:: 4
-1 march%2:38:03:: 5
-1 marbleizing%1:07:00:: 1
-1 marbleized%5:00:00:patterned:00 1
-1 marathon%1:04:00:: 1
-1 maple%1:20:00:: 2
-1 map_out%2:36:03:: 1
-1 map%2:31:01:: 2
-1 manzanita%1:20:02:: 2
-1 manzanita%1:20:01:: 1
-1 manumission%1:04:00:: 1
-1 manufacture%2:36:01:: 2
-1 manual_labor%1:04:00:: 1
-1 mantrap%1:18:00:: 1
-1 mantle%1:10:00:: 1
-1 mantic%5:00:00:prophetic:00 1
-1 manservant%1:18:00:: 1
-1 manse%1:06:01:: 1
-1 manor%1:06:00:: 1
-1 manipulation%1:04:00:: 1
-1 manifold%5:00:00:multiple:00 1
-1 manifestly%4:02:00:: 1
-1 maniclike%5:00:00:insane:00 1
-1 manic-depressive%1:18:00:: 1
-1 mangled%5:00:00:injured:00 1
-1 manfulness%1:07:00:: 1
-1 maneuvering%1:04:00:: 1
-1 maneuverability%1:07:00:: 1
-1 mane%1:05:00:: 1
-1 mandate%2:41:00:: 1
-1 mandate%1:10:00:: 1
-1 mandamus%1:10:00:: 1
-1 manchester%1:15:00:: 2
-1 managing_editor%1:18:00:: 1
-1 man_of_letters%1:18:00:: 1
-1 man_of_affairs%1:18:00:: 1
-1 man_in_the_street%1:18:00:: 1
-1 man_hour%1:28:00:: 1
-1 man_and_wife%1:14:00:: 1
-1 man-to-man%4:02:00:: 1
-1 man-of-war%1:06:00:: 1
-1 mammoth%5:00:01:large:00 1
-1 maltreat%2:41:00:: 1
-1 malposed%5:00:00:crooked:01 1
-1 malingering%1:04:00:: 1
-1 malinger%2:41:00:: 1
-1 malignancy%1:26:00:: 1
-1 malign%3:00:00:: 1
-1 malformed%5:00:00:unshapely:00 1
-1 malfeasant%1:18:00:: 1
-1 malevolency%1:07:00:: 1
-1 maleness%1:07:00:: 1
-1 malediction%1:10:00:: 1
-1 male%5:00:01:masculine:01 2
-1 malady%1:26:01:: 1
-1 malady%1:26:00:: 2
-1 maladroit%3:00:00:: 1
-1 makeup%1:06:00:: 1
-1 makeshift%5:00:00:impermanent:00 1
-1 makeready%1:04:00:: 1
-1 make_up%2:41:00:: 4
-1 make_up%2:36:01:: 5
-1 make_up%2:30:00:: 6
-1 make_peace%2:33:00:: 1
-1 make_over%2:36:02:: 1
-1 make_over%2:36:00:: 2
-1 make_out%2:42:00:: 4
-1 make_out%2:41:02:: 5
-1 make_love%2:35:00:: 1
-1 make_happy%2:41:00:: 1
-1 make_good%2:41:00:: 1
-1 make_do%2:41:00:: 1
-1 make_bold%2:41:00:: 1
-1 make-work%1:04:00:: 1
-1 make%2:38:05:: 28
-1 make%2:29:00:: 29
-1 make%1:09:00:: 1
-1 majority%1:28:00:: 3
-1 major-league_club%1:14:00:: 1
-1 major%3:00:05:: 4
-1 major%3:00:04:: 5
-1 majesty%1:07:00:: 1
-1 majestically%4:02:00:: 1
-1 majestic%5:00:00:superior:01 1
-1 majestic%5:00:00:impressive:00 2
-1 maintenance%1:21:00:: 2
-1 maintained%5:00:01:preserved:01 1
-1 main_drag%1:06:00:: 1
-1 maimed%5:00:00:injured:00 1
-1 maimed%1:14:00:: 1
-1 mailman%1:18:00:: 1
-1 mail_out%2:35:00:: 1
-1 mail_order%1:10:00:: 1
-1 mail%1:06:01:: 3
-1 mah-jongg%1:04:00:: 1
-1 magpie%1:05:00:: 1
-1 magnitude%1:24:00:: 2
-1 magnitude%1:07:01:: 3
-1 magnifying_glass%1:06:00:: 1
-1 magnify%2:32:00:: 2
-1 magnify%2:30:01:: 3
-1 magnificence%1:07:02:: 1
-1 magnification%1:04:00:: 1
-1 magnetically%4:02:01:: 1
-1 magnetic_needle%1:06:00:: 1
-1 magnetic_moment%1:19:00:: 1
-1 magnetic_attraction%1:19:00:: 1
-1 magnetic%3:00:00:: 2
-1 magistrate%1:18:00:: 1
-1 magical_power%1:07:00:: 1
-1 magazine_article%1:10:00:: 1
-1 magazine%1:14:00:: 3
-1 madrigal%2:36:00:: 1
-1 made_use_of%5:00:00:exploited:00 1
-1 made%3:00:00:: 2
-1 madam%1:18:00:: 1
-1 macroscopically%4:02:00:: 1
-1 macrophage%1:08:00:: 1
-1 macromolecular%3:01:00:: 1
-1 mackinaw%1:06:03:: 1
-1 machinelike%5:00:00:mechanical:00 1
-1 machine_shop%1:06:00:: 1
-1 machine_gun%2:33:00:: 1
-1 machine%1:06:02:: 4
-1 macabre%5:00:00:alarming:00 1
-1 ma'am%1:18:00:: 1
-1 ma%1:10:00:: 2
-1 lyrical%5:00:00:melodious:00 1
-1 lyric_poem%1:10:00:: 1
-1 lyric%3:00:00:: 2
-1 lyophilize%2:30:00:: 1
-1 lymphocyte%1:08:00:: 1
-1 luxury%1:07:01:: 2
-1 luxuriously%4:02:02:: 1
-1 lusty%5:00:00:passionate:00 1
-1 lusty%5:00:00:healthy:00 2
-1 lustre%1:07:00:: 1
-1 lustily%4:02:00:: 1
-1 luster%1:07:02:: 2
-1 luster%1:07:01:: 1
-1 lust%1:12:00:: 1
-1 lust%1:04:00:: 2
-1 lush%5:00:00:abundant:00 1
-1 luscious%5:00:00:sexy:00 1
-1 lurking%5:00:00:concealed:00 1
-1 lurk%2:42:00:: 2
-1 lure%1:07:00:: 1
-1 lurch%1:04:00:: 1
-1 lunge%1:04:00:: 1
-1 lunchroom%1:06:00:: 1
-1 luncheon%1:13:00:: 1
-1 lunch%2:34:00:: 1
-1 lunatic%5:00:00:insane:00 1
-1 lumpish%5:00:00:stupid:00 1
-1 lump%1:26:01:: 2
-1 lump%1:18:00:: 3
-1 lump%1:17:00:: 4
-1 lummox%1:18:00:: 1
-1 luminosity%1:07:00:: 1
-1 luminescent%5:00:00:light:06 1
-1 luminescence%1:19:00:: 1
-1 luminary%1:18:00:: 1
-1 lumber%2:38:00:: 1
-1 lumbar%3:01:00:: 1
-1 lullaby%1:10:00:: 1
-1 lull%2:30:00:: 2
-1 lukewarm%5:00:00:warm:01 1
-1 lukewarm%5:00:00:unenthusiastic:00 2
-1 lugubrious%5:00:00:sorrowful:00 1
-1 luger%1:06:00:: 1
-1 ludicrous%5:00:00:humorous:00 1
-1 lucky%3:00:00:: 2
-1 luckily%4:02:00:: 1
-1 luck_into%2:40:00:: 1
-1 lucidity%1:07:00:: 1
-1 lp%1:06:00:: 1
-1 loyalty%1:04:00:: 3
-1 loyalist%1:18:00:: 1
-1 lowly%5:00:00:junior:00 2
-1 lowly%5:00:00:inferior:01 1
-1 lowland%1:17:00:: 1
-1 loweringly%4:02:00:: 1
-1 lowering%5:00:00:cloudy:00 1
-1 lower_jaw%1:08:00:: 1
-1 lower_class%1:14:00:: 1
-1 lower%2:30:00:: 3
-1 low_density%1:07:00:: 1
-1 low-water_mark%1:26:00:: 1
-1 low-sudsing%3:00:00:: 1
-1 low-pitched%3:00:00:: 1
-1 low-lying%5:00:00:low:01 1
-1 low-level%5:00:00:low:02 1
-1 low-grade%5:00:00:inferior:02 1
-1 low-down%5:00:00:contemptible:00 1
-1 low-ceilinged%5:00:00:ceilinged:00 1
-1 lovingly%4:02:00:: 1
-1 lovely%5:00:00:lovable:00 2
-1 love_lyric%1:10:00:: 1
-1 love%1:12:01:: 4
-1 lousiness%1:26:00:: 1
-1 lounge_about%2:42:00:: 1
-1 louisianan%1:18:00:: 1
-1 loudspeaker%1:06:00:: 1
-1 loudly%4:02:04:: 2
-1 loud-voiced%5:00:00:loud:00 1
-1 loud%5:00:00:tasteless:02 2
-1 loud%4:02:00:: 1
-1 lotus%1:20:02:: 1
-1 lotion%1:06:00:: 1
-1 lot%1:14:01:: 6
-1 lost%5:00:00:incomprehensible:00 6
-1 lost%1:14:00:: 1
-1 losing_streak%1:14:00:: 1
-1 lose_weight%2:29:00:: 1
-1 lose_control%2:37:00:: 1
-1 lose%2:39:01:: 10
-1 lorelei%1:18:00:: 1
-1 lordly%5:00:00:noble:02 1
-1 lord's_supper%1:04:00:: 1
-1 lord%1:18:00:: 3
-1 lopsidedly%4:02:00:: 1
-1 lope%2:38:00:: 1
-1 lop_off%2:35:00:: 1
-1 lop-eared%5:00:00:eared:00 1
-1 looted%5:00:00:empty:00 1
-1 loot%2:40:01:: 1
-1 loot%1:21:01:: 2
-1 looseness_of_the_bowels%1:26:00:: 1
-1 loosen_up%2:35:00:: 1
-1 loosely_knit%5:00:00:distant:02 1
-1 loose_end%1:04:00:: 1
-1 loose-jowled%5:00:00:fat:01 1
-1 loose-jointed%5:00:00:lax:01 1
-1 loose%5:00:00:unofficial:00 5
-1 loose%5:00:00:unconstipated:00 7
-1 loose%5:00:00:inexact:00 6
-1 loose%3:00:01:: 4
-1 loose%2:41:00:: 1
-1 loose%2:35:00:: 2
-1 loophole%1:06:00:: 2
-1 loop%2:38:01:: 1
-1 loop%2:36:00:: 2
-1 loop%1:06:01:: 1
-1 loon%1:18:00:: 1
-1 loon%1:05:00:: 2
-1 loom%1:06:00:: 1
-1 looking%1:04:01:: 1
-1 look_out_over%2:42:00:: 1
-1 look_out%2:33:10:: 2
-1 look_on%2:31:00:: 2
-1 look%2:42:00:: 5
-1 look%2:41:13:: 6
-1 look%2:32:00:: 7
-1 look%2:31:00:: 8
-1 longstanding%5:00:00:long:02 1
-1 longshot%1:06:00:: 1
-1 longshoreman%1:18:00:: 1
-1 longitude%1:15:00:: 1
-1 longhand%5:00:00:written:00 1
-1 longhand%1:10:00:: 1
-1 longevity%1:07:00:: 1
-1 longer%5:00:00:long:01 1
-1 long_shot%1:04:00:: 1
-1 long_island_sound%1:17:00:: 1
-1 long_haul%1:04:00:: 1
-1 long-winded%5:00:00:prolix:00 1
-1 long-shanked%5:00:00:tall:00 1
-1 long-lived%5:00:00:long:02 1
-1 long-legged%5:00:00:tall:00 1
-1 long-familiar%5:00:00:familiar:00 1
-1 long-distance%5:00:00:long:01 1
-1 long-acting%5:00:00:long:02 1
-1 lonely%5:00:00:inaccessible:00 3
-1 loneliness%1:12:00:: 2
-1 lone%5:00:00:unsocial:00 2
-1 lone%5:00:00:unaccompanied:00 1
-1 londoner%1:18:00:: 1
-1 loiter%2:42:00:: 1
-1 loins%1:08:00:: 1
-1 logistics%1:04:00:: 1
-1 logistic%3:01:00:: 1
-1 logically%4:02:00:: 2
-1 logic%1:09:03:: 3
-1 logging%1:04:00:: 1
-1 logger%1:18:00:: 1
-1 logarithm%1:10:00:: 1
-1 log_cabin%1:06:00:: 1
-1 log%2:35:00:: 2
-1 lofty%5:00:00:noble:01 1
-1 lofty%5:00:00:high:01 2
-1 loft%1:06:02:: 1
-1 loft%1:06:00:: 2
-1 lodge%2:35:00:: 2
-1 lodge%2:32:00:: 3
-1 lock_in%2:35:01:: 1
-1 lock_in%2:35:00:: 2
-1 lock%2:37:00:: 6
-1 lock%2:35:02:: 7
-1 lock%1:06:03:: 3
-1 local_option%1:26:00:: 1
-1 local_government%1:14:00:: 1
-1 local_department%1:14:00:: 1
-1 lobularity%1:07:00:: 1
-1 lobular%3:01:00:: 1
-1 lobster-backed%5:00:00:clothed:00 1
-1 lobscouse%1:13:00:: 1
-1 loblolly%1:13:00:: 1
-1 lobby%2:41:00:: 1
-1 lob%2:35:00:: 1
-1 loathsome%5:00:00:unwholesome:00 1
-1 loathsome%5:00:00:offensive:01 2
-1 loaf_of_bread%1:13:00:: 1
-1 loaf%2:42:01:: 1
-1 loaded_down%5:00:00:burdened:00 1
-1 loaded%5:00:00:prejudiced:00 3
-1 load_up%2:35:00:: 1
-1 load%2:35:00:: 4
-1 load%1:23:01:: 4
-1 load%1:19:01:: 5
-1 load%1:09:00:: 6
-1 lizard%1:05:00:: 1
-1 living_thing%1:03:00:: 1
-1 living_arrangement%1:09:00:: 1
-1 living%5:00:00:absolute:00 4
-1 living%3:44:00:: 3
-1 living%1:26:00:: 3
-1 living%1:21:00:: 4
-1 livid%5:00:00:light:06 2
-1 livid%5:00:00:colorless:02 1
-1 livid%5:00:00:angry:00 3
-1 liverpool%1:15:00:: 1
-1 liver_fluke%1:05:00:: 1
-1 liver%1:13:00:: 2
-1 liveliness%1:04:00:: 1
-1 livelihood%1:21:00:: 1
-1 live_out%2:42:00:: 1
-1 live_oak%1:20:00:: 1
-1 live_it_up%2:34:00:: 1
-1 live_in%2:34:00:: 1
-1 live%2:31:00:: 6
-1 livable%3:00:00:: 1
-1 little_sister%1:18:00:: 1
-1 little_rock%1:15:00:: 1
-1 little_finger%1:08:00:: 1
-1 little%5:00:00:narrow-minded:00 8
-1 littered%5:00:00:untidy:00 1
-1 litter%2:42:00:: 1
-1 litter%2:35:00:: 2
-1 litigation%1:04:00:: 1
-1 litigant%1:18:00:: 1
-1 lithe%5:00:00:graceful:00 1
-1 literate%3:00:00:: 1
-1 literary_study%1:09:00:: 1
-1 literalism%1:09:00:: 1
-1 literal%5:00:00:exact:00 2
-1 lit%5:00:00:light:06 1
-1 listlessly%4:02:00:: 1
-1 listless%5:00:00:lethargic:00 1
-1 listening%5:00:00:attentive:00 1
-1 listen_in%2:39:01:: 1
-1 listed%3:00:00:: 1
-1 list%1:07:00:: 2
-1 lisbon%1:15:00:: 1
-1 liquidation%1:04:01:: 2
-1 liquid_detergent%1:06:00:: 1
-1 liquid%5:00:00:tearful:00 2
-1 liquid%5:00:00:clear:02 3
-1 lipped%3:00:00:: 1
-1 linoleum%1:27:00:: 1
-1 links%1:06:00:: 1
-1 link%2:42:01:: 3
-1 linguistically%4:02:01:: 1
-1 linguistic_unit%1:10:00:: 1
-1 lingually%4:02:00:: 1
-1 lingual%3:01:00:: 1
-1 lingeringly%4:02:00:: 1
-1 linger%2:38:00:: 4
-1 lineup%1:10:00:: 1
-1 liner%1:04:00:: 1
-1 linen%1:27:00:: 2
-1 lineman%1:18:00:: 1
-1 lined_snake%1:05:00:: 1
-1 lined%5:00:00:rough:00 2
-1 linebacker%1:18:00:: 1
-1 linearly%4:02:01:: 2
-1 line_up%2:40:00:: 2
-1 line_up%2:38:01:: 3
-1 line_up%2:30:00:: 4
-1 line_of_work%1:04:00:: 1
-1 line_of_vision%1:15:00:: 1
-1 line_drive%1:04:00:: 1
-1 line_double%1:04:00:: 1
-1 line_coach%1:18:00:: 1
-1 line%1:15:01:: 20
-1 line%1:10:05:: 21
-1 line%1:06:08:: 22
-1 line%1:06:05:: 23
-1 linden%1:20:02:: 1
-1 lincoln%1:18:00:: 1
-1 limp%2:38:01:: 2
-1 limitless%5:00:00:immeasurable:00 1
-1 limited_edition%1:10:00:: 1
-1 limitation%1:23:00:: 3
-1 limit_point%1:15:00:: 1
-1 limit%1:15:02:: 3
-1 limit%1:15:00:: 4
-1 lime_tree%1:20:01:: 1
-1 limbo%1:26:01:: 1
-1 limbic_brain%1:08:00:: 1
-1 lilt%1:07:00:: 1
-1 lilac%5:00:00:chromatic:00 1
-1 likeness%1:07:00:: 1
-1 like_sin%4:02:00:: 1
-1 like_mad%4:02:00:: 1
-1 like%3:00:04:: 3
-1 like%3:00:02:: 2
-1 like%2:37:06:: 5
-1 lightweight%5:00:00:light:01 1
-1 lightweight%1:18:00:: 1
-1 lighting%1:04:01:: 3
-1 lighthearted%5:00:00:cheerful:00 1
-1 lighten%2:37:01:: 1
-1 light_year%1:23:00:: 1
-1 light_up%2:43:01:: 1
-1 light_up%2:30:00:: 2
-1 light_company%1:14:00:: 1
-1 light_brown%1:07:00:: 1
-1 light-mindedness%1:07:00:: 1
-1 light-headed%5:00:00:ill:01 1
-1 light-headed%5:00:00:frivolous:00 2
-1 light-haired%3:00:00:: 1
-1 light-duty%3:00:00:: 1
-1 light%5:00:00:undemanding:01 12
-1 light%5:00:00:pure:02 10
-1 light%5:00:00:light-footed:00 11
-1 light%1:09:02:: 12
-1 ligament%1:08:00:: 1
-1 lifted%5:00:00:raised:00 1
-1 lift_up%2:38:00:: 1
-1 lift_up%2:37:00:: 2
-1 lift_out%2:35:02:: 1
-1 lift%2:40:00:: 7
-1 lift%2:35:01:: 8
-1 lift%2:30:09:: 11
-1 lift%2:30:07:: 10
-1 lift%2:30:05:: 9
-1 lift%1:04:02:: 1
-1 lifelong%5:00:00:long:02 1
-1 lifelike%5:00:00:unaffected:01 2
-1 lifeless%5:00:00:empty:00 2
-1 life_tenant%1:18:00:: 1
-1 life_science%1:09:00:: 1
-1 life_principle%1:18:00:: 1
-1 life_cycle%1:19:00:: 1
-1 life%1:16:00:: 13
-1 lieutenant%1:18:02:: 3
-1 lie_low%2:39:00:: 1
-1 lie_in_wait%2:33:00:: 1
-1 lie_around%2:42:00:: 1
-1 lie%2:35:01:: 8
-1 licked%5:00:00:defeated:00 1
-1 lick%2:31:00:: 3
-1 licensing_fee%1:21:00:: 1
-1 libretto%1:10:00:: 1
-1 librarian%1:18:00:: 1
-1 liberty%1:26:03:: 3
-1 libertine%1:18:00:: 1
-1 liberation%1:04:02:: 1
-1 liberated%5:00:00:free:02 1
-1 liberate%2:41:02:: 2
-1 liberally%4:02:00:: 1
-1 liberalize%2:41:00:: 1
-1 liberalism%1:09:01:: 2
-1 liberal_arts%1:09:00:: 1
-1 liberal%1:18:01:: 2
-1 liaison%1:26:00:: 1
-1 liaison%1:10:00:: 2
-1 liable%5:00:01:nonexempt:00 2
-1 liable%5:00:00:susceptible:00 3
-1 liability%1:26:01:: 1
-1 liability%1:21:00:: 2
-1 leyden_jar%1:06:00:: 1
-1 lexicostatistic%3:01:00:: 1
-1 lewd%5:00:00:dirty:02 1
-1 levis%1:06:00:: 1
-1 lever%1:06:00:: 1
-1 levelheaded%5:00:00:reasonable:00 1
-1 level%5:00:02:even:01 4
-1 level%5:00:00:steady:00 2
-1 level%5:00:00:horizontal:00 3
-1 level%2:36:00:: 2
-1 level%2:35:01:: 3
-1 level%1:06:03:: 6
-1 level%1:06:00:: 5
-1 letting_down%1:04:00:: 1
-1 letters%1:09:00:: 1
-1 letterhead%1:10:00:: 1
-1 letter%2:40:00:: 1
-1 lethargy%1:07:00:: 2
-1 lethality%1:07:00:: 1
-1 lethal_dose%1:06:00:: 1
-1 letdown%1:12:00:: 1
-1 let_up%2:30:01:: 2
-1 let_up%2:30:00:: 1
-1 let_on%2:32:00:: 1
-1 let_loose%2:32:00:: 1
-1 let_it_go%2:41:00:: 1
-1 let_in%2:41:00:: 1
-1 let_fly%2:33:00:: 1
-1 let_drive%2:33:00:: 1
-1 let%2:30:00:: 5
-1 lest%4:02:01:: 2
-1 lessening%5:00:00:decreasing:00 1
-1 lessen%2:30:01:: 3
-1 leprosy%1:26:00:: 1
-1 lentil%1:13:00:: 1
-1 lengthwise%4:02:00:: 1
-1 lengthily%4:02:00:: 1
-1 lengthening%1:04:00:: 1
-1 lengthen%2:30:01:: 1
-1 length%1:07:03:: 4
-1 lending_institution%1:14:00:: 1
-1 lending%1:04:00:: 1
-1 lend_oneself%2:42:00:: 1
-1 lemonade%1:13:00:: 1
-1 lemon_tree%1:20:00:: 1
-1 lemon_meringue_pie%1:13:00:: 1
-1 leitmotiv%1:10:00:: 1
-1 leiden_jar%1:06:00:: 1
-1 legume%1:20:00:: 1
-1 legitimize%2:41:00:: 1
-1 legitimately%4:02:01:: 1
-1 legitimate%5:00:00:valid:00 2
-1 legitimate%5:00:00:legal:00 4
-1 legitimate%5:00:00:established:00 3
-1 legitimate%3:00:00:: 1
-1 legitimacy%1:07:00:: 1
-1 legislate%2:41:00:: 1
-1 legion%1:14:03:: 1
-1 legibility%1:07:01:: 1
-1 leggy%5:00:02:tall:00 1
-1 legged%3:00:00:: 1
-1 legatee%1:18:00:: 1
-1 legally%4:02:03:: 2
-1 legal_system%1:09:00:: 1
-1 legal_age%1:28:00:: 1
-1 legacy%1:21:00:: 1
-1 leg_of_lamb%1:13:00:: 1
-1 leg_extensor%1:04:00:: 1
-1 leg_curling%1:04:00:: 1
-1 leg%1:25:00:: 4
-1 left-of-center%5:00:00:left:02 1
-1 left-hander%1:18:00:: 2
-1 left%5:00:00:left-handed:00 3
-1 leech%1:05:00:: 1
-1 ledger%1:06:00:: 2
-1 ledge%1:17:00:: 1
-1 lecturing%1:04:00:: 1
-1 lecturer%1:18:00:: 2
-1 lecture%2:32:00:: 2
-1 lecher%1:18:00:: 1
-1 leaving%1:04:00:: 1
-1 leavening%1:09:00:: 1
-1 leavened%3:00:00:: 1
-1 leave_out%2:31:00:: 2
-1 leave_of_absence%1:28:00:: 1
-1 leave%1:10:00:: 2
-1 leathered%5:00:00:tough:01 1
-1 least_of_all%4:02:00:: 1
-1 least%1:23:00:: 1
-1 lease%1:21:00:: 1
-1 lease%1:10:00:: 2
-1 learning%1:09:02:: 2
-1 learner%1:18:00:: 1
-1 learned_reaction%1:04:00:: 1
-1 leaping%5:00:00:moving:02 1
-1 leaping%1:04:00:: 1
-1 leap%2:30:00:: 2
-1 leaning%5:00:00:inclined:01 1
-1 lean%2:42:00:: 4
-1 lean%2:31:10:: 5
-1 leakage%1:11:00:: 1
-1 leak%2:32:00:: 1
-1 leak%1:17:00:: 1
-1 league%2:30:00:: 1
-1 leaflet%1:08:00:: 1
-1 leafhopper%1:05:00:: 1
-1 leading_man%1:18:00:: 1
-1 leading%5:00:00:up:00 4
-1 leading%5:00:00:purposeful:00 5
-1 leaden%5:00:00:heavy:02 2
-1 leaded%5:00:00:fixed:00 1
-1 lead_sheet%1:10:00:: 1
-1 lead_pencil%1:06:01:: 1
-1 lead_on%2:32:00:: 1
-1 lead_off%2:41:00:: 1
-1 lead%2:42:02:: 14
-1 lead%1:25:00:: 5
-1 lead%1:10:01:: 6
-1 laze%2:41:00:: 1
-1 layout%1:09:00:: 1
-1 layout%1:04:00:: 2
-1 laying_on%1:04:00:: 1
-1 layette%1:06:00:: 1
-1 layer%1:15:00:: 2
-1 lay_over%2:42:00:: 1
-1 lay_over%2:35:00:: 2
-1 lay_out%2:30:00:: 2
-1 lay_off%2:41:00:: 2
-1 lay_eyes_on%2:39:00:: 1
-1 lay_claim%2:40:00:: 1
-1 lay%5:00:00:profane:00 1
-1 lay%2:40:00:: 5
-1 laxness%1:07:00:: 1
-1 lax%5:00:00:negligent:00 1
-1 lawless%5:00:00:uncontrolled:00 1
-1 law_school%1:14:00:: 1
-1 law_officer%1:18:00:: 1
-1 law_degree%1:10:00:: 1
-1 law-breaking%1:04:00:: 1
-1 law%1:14:01:: 7
-1 laurels%1:26:00:: 2
-1 laundry_truck%1:06:00:: 1
-1 laundry%1:06:01:: 1
-1 laundering%1:04:00:: 1
-1 launching%1:04:02:: 1
-1 launcher%1:06:00:: 1
-1 laughingly%4:02:00:: 1
-1 laugh_softly%2:29:00:: 1
-1 laugh_off%2:32:00:: 1
-1 laugh%1:10:02:: 2
-1 laudanum%1:06:00:: 1
-1 latin%5:00:00:emotional:00 2
-1 latin%3:01:00:: 1
-1 latent%5:00:00:inactive:02 2
-1 late%3:00:02:: 6
-1 latched%5:00:00:fastened:00 1
-1 lastly%4:02:00:: 1
-1 lasting%5:00:00:long:02 2
-1 last_rites%1:04:01:: 1
-1 last_resort%1:04:00:: 1
-1 last_mentioned%5:00:00:latter(a):00 1
-1 last-minute%5:00:00:unpunctual:00 1
-1 last%5:00:00:ultimate:00 5
-1 last%5:00:00:high:02 6
-1 last%4:02:01:: 2
-1 last%1:24:00:: 2
-1 last%1:04:00:: 3
-1 lashing%5:00:00:violent:00 1
-1 lashing%1:04:00:: 1
-1 lasher%1:18:00:: 1
-1 lash_together%2:35:00:: 1
-1 las_vegas%1:15:00:: 1
-1 larval%5:00:00:immature:01 1
-1 larkspur%1:20:00:: 1
-1 large_order%1:04:00:: 1
-1 large_intestine%1:08:00:: 1
-1 lapsed%5:00:00:irreligious:00 1
-1 lapse%2:38:01:: 1
-1 lapse%2:30:01:: 2
-1 lapse%2:30:00:: 3
-1 lapse%2:29:00:: 4
-1 lapse%1:28:00:: 2
-1 lapse%1:04:01:: 3
-1 lappet%1:08:00:: 1
-1 lapel%1:06:00:: 1
-1 lap%2:35:00:: 2
-1 lantern_slide%1:06:00:: 1
-1 lanky%5:00:00:thin:03 2
-1 lanky%5:00:00:tall:00 1
-1 languor%1:12:00:: 1
-1 languish%2:30:00:: 1
-1 language%1:09:01:: 4
-1 language%1:09:00:: 5
-1 lane%1:06:01:: 2
-1 landslide%1:11:01:: 1
-1 landslide%1:11:00:: 2
-1 landscaping%1:04:00:: 1
-1 landscaped%5:00:00:improved:00 1
-1 landrover%1:06:00:: 1
-1 landowner%1:18:00:: 1
-1 landmark%1:11:00:: 2
-1 landlocked%5:00:00:inland:00 1
-1 landler%1:10:00:: 1
-1 landing%1:06:00:: 2
-1 land_site%1:15:00:: 1
-1 land_grant%1:21:00:: 1
-1 land%3:00:00:: 1
-1 land%2:40:00:: 5
-1 land%1:14:00:: 9
-1 lampoon%2:32:00:: 1
-1 lamp_chimney%1:06:00:: 1
-1 laminate%2:36:00:: 1
-1 lament%2:37:00:: 1
-1 lamblike%5:00:00:compliant:00 1
-1 lam%2:35:00:: 2
-1 lair%1:15:00:: 1
-1 laid_up%5:00:00:ill:01 1
-1 laid%5:00:00:arranged:00 1
-1 laggard%1:18:00:: 1
-1 lager%1:06:00:: 1
-1 lag%1:04:00:: 1
-1 ladylike%5:00:00:refined:01 1
-1 ladened%5:00:00:full:00 1
-1 lad%1:18:00:: 2
-1 lackey%1:18:00:: 1
-1 lack%2:42:01:: 2
-1 laced%3:00:00:: 1
-1 lace%2:35:01:: 1
-1 labyrinth%1:06:00:: 1
-1 labrador%1:15:00:: 1
-1 labour%1:14:00:: 1
-1 laborsaving%5:00:00:helpful:00 1
-1 labor_movement%1:14:00:: 1
-1 labor_market%1:04:00:: 1
-1 labor%2:41:00:: 2
-1 labile%5:00:00:adaptable:00 1
-1 label%2:31:01:: 4
-1 label%1:27:00:: 3
-1 label%1:10:00:: 4
-1 l%5:00:00:cardinal:00 1
-1 ku_klux_klan%1:14:00:: 1
-1 krauthead%1:18:00:: 1
-1 kosher%5:00:00:clean:04 1
-1 korean%3:01:00:: 1
-1 korean%1:18:00:: 1
-1 knuckleball%1:04:00:: 1
-1 knuckle_duster%1:06:00:: 1
-1 knowledgeable%5:00:00:educated:00 1
-1 know_the_score%2:31:00:: 1
-1 know-how%1:09:00:: 1
-1 know%2:31:15:: 7
-1 knotty%5:00:00:difficult:00 1
-1 knotted%5:00:00:tied:00 1
-1 knot%2:36:00:: 1
-1 knot%2:35:00:: 2
-1 knot%1:27:00:: 3
-1 knoll%1:17:00:: 1
-1 knocking%1:11:00:: 1
-1 knock_out%2:30:00:: 3
-1 knock_off%2:40:03:: 2
-1 knock_down%2:35:00:: 2
-1 knock_against%2:35:00:: 1
-1 knock_about%2:35:00:: 1
-1 knock%1:09:00:: 2
-1 knob%1:06:00:: 2
-1 knit%2:36:01:: 2
-1 knit%1:06:02:: 1
-1 knightly%5:00:00:past:00 1
-1 knight_errantry%1:07:00:: 1
-1 knifelike%5:00:00:sharp:00 1
-1 knife_thrust%1:04:00:: 1
-1 knife%1:25:00:: 3
-1 knickknacks%1:06:01:: 1
-1 kneeling%5:00:00:unerect:00 1
-1 kneecap%1:08:00:: 1
-1 knee-deep%5:00:00:shallow:01 1
-1 knee%1:06:00:: 3
-1 knead%2:35:00:: 1
-1 km%1:23:00:: 1
-1 kleenex%1:27:00:: 1
-1 kittenish%5:00:00:playful:00 1
-1 kitchen_table%1:06:00:: 1
-1 kit_and_caboodle%1:26:00:: 1
-1 kipling%1:18:00:: 1
-1 kinship%1:24:00:: 2
-1 kingdom%1:15:01:: 2
-1 kingdom%1:15:00:: 3
-1 king's_evil%1:26:00:: 1
-1 king%1:18:02:: 2
-1 king%1:18:01:: 3
-1 kinesthetically%4:02:00:: 1
-1 kindly%5:00:00:kind:00 1
-1 kindly%5:00:00:benevolent:00 2
-1 kindly%4:02:00:: 1
-1 kindled%5:00:00:lighted:00 1
-1 kindergarten%1:14:00:: 1
-1 kind%5:00:00:generous:02 2
-1 kind%5:00:00:benign:00 3
-1 kilometer%1:23:00:: 1
-1 killable%5:00:00:edible:00 1
-1 kill_off%2:35:00:: 1
-1 kill%2:41:01:: 2
-1 kill%2:30:08:: 3
-1 kill%1:04:01:: 2
-1 kidnaped%3:44:00:: 1
-1 kickoff%1:28:00:: 2
-1 kick_up%2:35:00:: 1
-1 kick_up%1:04:00:: 1
-1 kick_one's_heels%2:42:00:: 1
-1 kick_in_the_butt%1:04:00:: 1
-1 kick_back%2:40:00:: 1
-1 kick_back%2:35:00:: 2
-1 kick%1:12:00:: 2
-1 khmer%1:10:00:: 1
-1 khartoum%1:15:00:: 1
-1 khaki%5:00:00:chromatic:00 1
-1 keynote%2:32:00:: 2
-1 keynote%1:10:01:: 1
-1 keynote%1:09:00:: 2
-1 keyed%5:00:00:adjusted:00 1
-1 key%2:31:00:: 1
-1 key%1:10:00:: 4
-1 kettle%1:06:00:: 1
-1 ketch%1:06:00:: 1
-1 kerosene%1:27:00:: 1
-1 kerchief%1:06:00:: 1
-1 kent%1:15:00:: 1
-1 keepsake%1:06:00:: 1
-1 keeping%1:04:01:: 1
-1 keeping%1:04:00:: 2
-1 keep_waiting%2:42:00:: 1
-1 keep_to_oneself%2:41:00:: 1
-1 keep_note%2:31:00:: 1
-1 keep_guard%2:41:00:: 1
-1 keep_down%2:30:00:: 1
-1 keep_abreast%2:30:02:: 1
-1 keep%2:42:02:: 15
-1 keenness%1:09:00:: 1
-1 keel_over%2:38:00:: 1
-1 kc%1:28:00:: 1
-1 kansas%1:15:00:: 1
-1 kamikaze%1:06:00:: 1
-1 kamchatka_peninsula%1:15:00:: 1
-1 kale%1:21:00:: 1
-1 juxtaposition%1:04:00:: 1
-1 juvenile%3:01:00:: 1
-1 jut_out%2:42:00:: 1
-1 justness%1:07:01:: 1
-1 justly%4:02:01:: 1
-1 justly%4:02:00:: 2
-1 justice_of_the_peace%1:18:00:: 1
-1 justice%1:18:00:: 3
-1 just_now%4:02:00:: 1
-1 just_in_time%4:02:00:: 1
-1 just_as%4:02:02:: 1
-1 jurist%1:18:00:: 1
-1 jurisprudentially%4:02:00:: 1
-1 jurisdiction%1:15:00:: 2
-1 junkyard%1:15:00:: 1
-1 junk%2:40:00:: 1
-1 junk%1:27:00:: 1
-1 junior_high_school%1:14:00:: 1
-1 junior-grade%5:00:00:junior:00 1
-1 junior%1:18:00:: 3
-1 jungian%3:01:00:: 1
-1 june_21%1:28:00:: 1
-1 june_14%1:28:00:: 1
-1 juncture%1:11:00:: 1
-1 junction%1:15:00:: 1
-1 junction%1:06:00:: 2
-1 jumpy%5:00:00:tense:03 1
-1 jumping_up_and_down%1:04:00:: 1
-1 jump_seat%1:06:00:: 1
-1 jump_out%2:42:00:: 1
-1 jump_on%2:38:00:: 1
-1 jump_off%2:30:00:: 1
-1 jump%2:42:00:: 5
-1 jump%2:33:03:: 6
-1 jump%2:30:01:: 7
-1 jumble%2:42:00:: 1
-1 julius_caesar%1:18:00:: 1
-1 jukebox%1:06:00:: 1
-1 juju%1:09:00:: 1
-1 juicy%5:00:00:sexy:00 2
-1 juicy%5:00:00:profitable:00 3
-1 juicy%3:00:00:: 1
-1 jug%1:06:00:: 1
-1 judiciary%1:14:00:: 1
-1 judicial%5:00:00:legal:00 1
-1 judgment%1:10:00:: 5
-1 judgment%1:07:00:: 6
-1 judgement_day%1:28:00:: 1
-1 judge%2:32:00:: 4
-1 jubilantly%4:02:00:: 1
-1 joust%1:11:00:: 1
-1 journeying%1:04:00:: 1
-1 journey%2:38:00:: 1
-1 journal%1:10:00:: 2
-1 jouncing%5:00:00:moving:02 1
-1 jot_down%2:32:00:: 1
-1 jot%1:10:00:: 1
-1 jostle%2:38:02:: 1
-1 joss%1:06:00:: 1
-1 jonquil%1:20:00:: 1
-1 jolted%5:00:00:agitated:02 1
-1 jolted%5:00:00:agitated:00 2
-1 jolt%2:38:00:: 1
-1 jolt%1:11:00:: 1
-1 jolt%1:04:00:: 2
-1 joker%1:18:00:: 1
-1 joke%2:29:00:: 2
-1 joke%1:04:01:: 2
-1 joke%1:04:00:: 3
-1 jointly%4:02:00:: 2
-1 joint_snake%1:05:00:: 1
-1 joint%5:00:00:shared:00 2
-1 joint%1:06:02:: 2
-1 joined%5:00:00:married:00 1
-1 join%2:42:01:: 5
-1 johnny_reb%1:18:00:: 1
-1 john_locke%1:18:00:: 1
-1 joggle%2:38:00:: 1
-1 jog%2:42:00:: 1
-1 jocose%5:00:00:humorous:00 1
-1 jockey%2:33:01:: 1
-1 jockey%1:18:00:: 1
-1 job_lot%1:14:00:: 1
-1 job%1:04:03:: 7
-1 jive%2:36:00:: 1
-1 jingling%5:00:00:reverberant:00 1
-1 jingle%2:39:00:: 1
-1 jimmy%2:35:00:: 1
-1 jig%2:38:00:: 1
-1 jibe%1:10:00:: 1
-1 jeweler's_glass%1:06:00:: 1
-1 jetting%5:00:00:running(a):02 1
-1 jet_plane%1:06:00:: 1
-1 jet%2:35:00:: 1
-1 jet%1:11:00:: 2
-1 jest%2:32:00:: 1
-1 jest%1:10:00:: 1
-1 jerking%5:00:00:irregular:00 1
-1 jerking%1:04:00:: 1
-1 jerk%1:04:00:: 2
-1 jelly%1:13:01:: 1
-1 jelly%1:13:00:: 2
-1 jeffersonian%3:01:00:: 1
-1 jazzy%5:00:00:rhythmical:00 1
-1 jazz_group%1:14:00:: 1
-1 jaw%2:32:02:: 2
-1 jaw%2:32:00:: 1
-1 java%1:13:00:: 2
-1 jaunty%5:00:00:fashionable:00 1
-1 jaunty%5:00:00:cheerful:00 2
-1 jarring%5:00:00:cacophonous:00 1
-1 jargon%1:10:00:: 1
-1 jar%2:42:00:: 1
-1 jar%2:38:00:: 2
-1 japanese_cherry%1:20:00:: 1
-1 japanese%1:18:00:: 1
-1 japanese%1:10:00:: 2
-1 janus-faced%5:00:00:bipolar:00 1
-1 jansenist%1:18:00:: 1
-1 janissary%1:18:01:: 1
-1 jangle%2:39:00:: 1
-1 jammed%5:00:00:crowded:00 1
-1 jamaican%1:18:00:: 1
-1 jam_session%1:04:00:: 1
-1 jam%2:38:01:: 2
-1 jam%2:38:00:: 1
-1 jam%2:35:03:: 3
-1 jam%2:32:00:: 4
-1 jail%2:41:00:: 1
-1 jacksonian%3:01:00:: 1
-1 jacket%2:35:00:: 1
-1 jacket%1:06:02:: 3
-1 jackdaw%1:05:00:: 1
-1 jack_of_all_trades%1:18:01:: 1
-1 jabbing%1:04:00:: 1
-1 jab%2:35:01:: 2
-1 jab%1:04:01:: 1
-1 jab%1:04:00:: 2
-1 ivy%1:20:00:: 1
-1 ivory_tower%1:09:00:: 1
-1 ivory_black%1:27:00:: 1
-1 itch%2:39:00:: 2
-1 italicize%2:36:00:: 1
-1 italic%1:10:02:: 1
-1 italian%1:18:00:: 1
-1 italian%1:10:00:: 2
-1 issue%2:32:02:: 5
-1 issue%1:04:01:: 4
-1 issuance%1:04:00:: 1
-1 israeli%1:18:00:: 1
-1 isotopic%3:01:00:: 1
-1 isotonic%3:01:00:: 2
-1 isothermal%5:00:00:equal:00 1
-1 isomer%1:27:00:: 1
-1 isolationist%3:01:00:: 1
-1 isolation%1:12:00:: 2
-1 isolation%1:07:00:: 3
-1 isolation%1:04:00:: 4
-1 isocyanate%1:27:00:: 1
-1 isle%1:17:00:: 1
-1 ish%5:00:00:like:00 1
-1 irruption%1:04:00:: 1
-1 irritation%1:12:01:: 2
-1 irritating%5:00:00:disagreeable:00 1
-1 irritate%2:29:00:: 2
-1 irritably%4:02:00:: 2
-1 irritable%5:00:00:ill-natured:00 1
-1 irritability%1:12:00:: 1
-1 irrevocable%3:00:00:: 1
-1 irreversible%3:00:00:: 1
-1 irreverence%1:09:00:: 1
-1 irresponsibility%1:07:00:: 1
-1 irrespective%4:02:00:: 1
-1 irresolution%1:09:00:: 1
-1 irresolute%3:00:00:: 1
-1 irresistible%3:00:00:: 1
-1 irremediable%3:00:00:: 1
-1 irregularity%1:07:04:: 3
-1 irregular%5:00:00:sporadic:00 2
-1 irreducible%3:00:00:: 1
-1 irreconcilable%3:00:00:: 1
-1 irrationally%4:02:00:: 1
-1 ironworker%1:18:00:: 1
-1 ironshod%5:00:00:shod:00 1
-1 ironlike%5:00:00:strong:00 1
-1 ironical%5:00:00:humorous:00 2
-1 ironic%5:00:00:humorous:00 1
-1 iron_trap%1:09:00:: 1
-1 iron_out%2:30:00:: 1
-1 iron_curtain%1:09:00:: 1
-1 irksome%5:00:00:uninteresting:00 1
-1 ireland%1:15:00:: 2
-1 iran%1:15:00:: 1
-1 ipso_facto%4:02:00:: 1
-1 ion_exchange%1:22:00:: 1
-1 iodotyrosine%1:27:00:: 1
-1 iodothyronine%1:27:00:: 1
-1 iodoprotein%1:27:00:: 1
-1 iodocompound%1:27:00:: 1
-1 iodoamino_acid%1:27:00:: 1
-1 inward%4:02:00:: 1
-1 invulnerable%3:00:00:: 1
-1 invulnerability%1:26:00:: 1
-1 involvement%1:24:00:: 2
-1 involvement%1:09:00:: 3
-1 involved_with%5:00:00:attached:01 1
-1 involved%5:00:00:attached:01 3
-1 involuntary%3:00:01:: 1
-1 invocation%1:10:00:: 1
-1 inviolate%5:00:00:uninjured:00 1
-1 invincible%5:00:00:unconquerable:00 1
-1 investigator%1:18:02:: 3
-1 investigator%1:18:00:: 2
-1 investigative%5:00:00:inquiring:00 1
-1 investigating%1:04:00:: 1
-1 inverted%5:00:00:turned:00 1
-1 invert%2:30:01:: 1
-1 inversion%1:19:00:: 1
-1 inverse_function%1:24:00:: 1
-1 inverse%5:00:00:reciprocal:00 1
-1 inverse%5:00:00:backward:01 2
-1 inventory%1:21:00:: 3
-1 inventory%1:09:00:: 4
-1 inventor%1:18:00:: 1
-1 inventive%5:00:00:creative:00 1
-1 inveigh%2:32:00:: 1
-1 invasion%1:11:00:: 2
-1 invariable%3:00:00:: 1
-1 invaluable%5:00:00:valuable:00 1
-1 invalidate%2:41:00:: 1
-1 invalid%1:18:00:: 1
-1 inundation%1:19:00:: 1
-1 intuition%1:09:01:: 2
-1 intrust%2:40:00:: 1
-1 intrusive%3:00:01:: 1
-1 intrusion%1:04:02:: 2
-1 intruder%1:18:00:: 1
-1 intrude%2:41:00:: 2
-1 introspective%3:00:00:: 1
-1 introjected%5:00:00:integrated:02 1
-1 introduction%1:10:02:: 4
-1 introduction%1:10:01:: 3
-1 introduce%2:36:01:: 5
-1 introduce%2:35:00:: 6
-1 introduce%2:32:02:: 7
-1 introduce%2:31:00:: 8
-1 intrigue%2:42:00:: 1
-1 intrigue%1:09:00:: 1
-1 intrapulmonary%3:01:00:: 1
-1 intransigence%1:07:00:: 1
-1 intramuscularly%4:02:00:: 1
-1 intradepartmental%3:01:00:: 1
-1 intone%2:32:00:: 2
-1 intolerance%1:07:02:: 1
-1 intolerable%5:00:00:unacceptable:00 2
-1 intimidate%2:37:01:: 2
-1 intimate%5:00:02:close:02 5
-1 intimate%5:00:01:profound:00 2
-1 intimate%5:00:00:personal:00 3
-1 intimate%5:00:00:friendly:01 4
-1 intimal%3:01:00:: 1
-1 intimacy%1:07:02:: 1
-1 interview%2:32:02:: 3
-1 interval%1:07:00:: 3
-1 intertwined%5:00:00:tangled:00 1
-1 interstate%3:00:00:: 1
-1 intersecting%5:00:00:crossed:01 1
-1 interruption%1:11:00:: 2
-1 interrogative%1:10:00:: 1
-1 interrogation%1:10:01:: 1
-1 interrelationship%1:24:00:: 1
-1 interpreting%1:09:00:: 1
-1 interpreter%1:18:02:: 2
-1 interpretative%5:00:00:instructive:00 1
-1 interpretation%1:10:00:: 3
-1 interpretation%1:09:00:: 4
-1 interpretable%5:00:00:explicable:00 1
-1 interpret%2:32:01:: 5
-1 interpret%2:31:02:: 6
-1 interposition%1:04:00:: 1
-1 interpose%2:38:00:: 2
-1 interpose%2:32:00:: 3
-1 interpersonal%5:00:00:social:00 1
-1 interpenetrate%2:35:00:: 1
-1 interne%1:18:00:: 1
-1 internal_combustion%1:22:00:: 1
-1 internal%5:00:00:inward:00 4
-1 internal%5:00:00:intramural:00 2
-1 internal%5:00:00:domestic:00 3
-1 intermolecular%3:01:00:: 1
-1 intermission%1:04:00:: 1
-1 intermeshed%5:00:00:tangled:00 1
-1 intermediate%5:00:00:moderate:00 2
-1 intermediary%1:18:00:: 1
-1 intermarriage%1:26:02:: 1
-1 interlock%2:30:00:: 1
-1 interior_design%1:09:00:: 2
-1 interior%3:00:00:: 1
-1 interim%1:28:00:: 1
-1 interfering%5:00:00:intrusive:01 1
-1 interfering%1:04:00:: 1
-1 interference%1:11:00:: 3
-1 interference%1:04:01:: 4
-1 interfaith%5:00:00:religious:00 1
-1 interestingly%4:02:01:: 1
-1 interested%5:00:00:involved:00 2
-1 interest_rate%1:21:00:: 1
-1 interest%2:42:00:: 3
-1 interdepartmental%3:01:00:: 1
-1 intercourse%1:10:00:: 1
-1 intercontinental_ballistic_missile%1:06:00:: 1
-1 interconnectedness%1:26:00:: 1
-1 interconnect%2:42:00:: 1
-1 interchangeable%5:00:00:reciprocal:00 1
-1 interchange%1:04:01:: 2
-1 interceptor%1:06:00:: 1
-1 intercept%1:09:00:: 1
-1 intercede%2:32:00:: 1
-1 inter_alia%4:02:00:: 1
-1 inter%2:41:00:: 1
-1 intentness%1:07:00:: 1
-1 intentionally%4:02:00:: 1
-1 intention%1:09:01:: 2
-1 intensively%4:02:00:: 1
-1 intensive%5:00:00:intense:00 1
-1 intensifying%3:00:00:: 1
-1 intelligent%5:00:00:rational:00 4
-1 intelligence%1:14:00:: 2
-1 intellectual%3:00:00:: 3
-1 intellect%1:09:01:: 2
-1 integrity%1:07:00:: 2
-1 integrating%1:04:00:: 1
-1 integrate%2:30:01:: 3
-1 integral%5:00:00:whole:00 2
-1 integral%1:09:00:: 1
-1 intangible%1:21:00:: 1
-1 intact%5:00:00:uninjured:00 3
-1 insurmountable%3:00:00:: 1
-1 insured%3:00:00:: 1
-1 insure%2:40:00:: 4
-1 insurance_premium%1:21:00:: 1
-1 insurance_firm%1:14:00:: 1
-1 insurance_claim%1:04:00:: 1
-1 insuperable%5:00:00:unconquerable:00 1
-1 insulting%5:00:00:offensive:02 1
-1 insulation%1:26:00:: 1
-1 insularity%1:26:00:: 1
-1 insufficiently%4:02:00:: 1
-1 insubstantial%3:00:00:: 1
-1 insubordination%1:07:00:: 1
-1 instrumentation%1:04:00:: 2
-1 instrumentality%1:14:00:: 1
-1 instrumentality%1:07:00:: 2
-1 instrumentalist%1:18:00:: 1
-1 instrument_panel%1:06:00:: 1
-1 instrument_flying%1:04:00:: 1
-1 instrument%1:18:00:: 3
-1 instructive%3:00:00:: 1
-1 instructions%1:10:00:: 1
-1 instructional%3:01:00:: 1
-1 institutionalized%5:00:00:institutional:00 2
-1 institutionalized%3:00:00:: 1
-1 institutionalize%2:40:00:: 1
-1 institution%1:09:00:: 3
-1 institution%1:04:00:: 4
-1 institute%1:14:00:: 1
-1 instinctively%4:02:00:: 1
-1 instinctive%5:00:00:natural:01 1
-1 instillation%1:04:00:: 1
-1 instantaneous%5:00:00:fast:01 1
-1 instancy%1:07:01:: 1
-1 install%2:41:00:: 2
-1 instability%1:26:00:: 1
-1 instability%1:07:01:: 2
-1 inspiring%3:00:00:: 1
-1 inspired%5:00:00:glorious:00 1
-1 inspire%2:32:01:: 4
-1 inspirational%5:00:00:sacred:00 1
-1 inspiration%1:09:02:: 1
-1 inspiration%1:06:00:: 2
-1 inspection%1:04:00:: 2
-1 inspect%2:38:00:: 2
-1 insouciance%1:12:00:: 1
-1 insolent%5:00:00:unashamed:00 2
-1 insistent%5:00:00:imperative:00 2
-1 insist%2:31:00:: 3
-1 insignificantly%4:02:01:: 1
-1 insignificant%5:00:00:minor:06 4
-1 insignificant%5:00:00:meaningless:00 3
-1 insignificance%1:07:00:: 1
-1 inside_track%1:07:00:: 1
-1 inside_job%1:04:00:: 1
-1 inside%5:00:00:interior:00 2
-1 inset%1:06:02:: 1
-1 inseparable%5:00:00:indivisible:00 1
-1 insensitive%3:00:01:: 1
-1 inscrutable%5:00:00:inexplicable:00 1
-1 inscrutability%1:07:00:: 1
-1 insanity%1:26:00:: 1
-1 insane%5:00:00:foolish:00 2
-1 inroad%1:04:01:: 1
-1 inquisitor%1:18:00:: 1
-1 inquisitive%5:00:00:curious:00 1
-1 inquest%1:04:00:: 1
-1 inoperable%5:00:00:unserviceable:00 1
-1 innumerable%5:00:00:incalculable:00 1
-1 innovation%1:09:00:: 2
-1 innovate%2:36:00:: 1
-1 innocent_of%5:00:00:uninformed:00 1
-1 innocent%5:00:00:virtuous:00 3
-1 innocent%5:00:00:naive:00 4
-1 innate%5:00:00:natural:01 1
-1 inmate%1:18:02:: 3
-1 inmate%1:18:01:: 2
-1 inlay%2:36:00:: 1
-1 inkling%1:09:00:: 1
-1 injured%5:00:00:wronged:00 2
-1 initiation%1:04:01:: 2
-1 initial%1:10:00:: 1
-1 inhuman%5:00:00:nonhuman:00 2
-1 inhuman%5:00:00:inhumane:00 1
-1 inhospitable%3:00:00:: 1
-1 inhibited%3:00:00:: 1
-1 inhibit%2:30:01:: 2
-1 inhalation%1:04:00:: 1
-1 inhabited%3:00:00:: 1
-1 inhabit%2:42:02:: 2
-1 ingroup%1:14:00:: 1
-1 ingredient%1:09:00:: 2
-1 ingratitude%1:12:00:: 1
-1 inglorious%5:00:00:dishonorable:00 1
-1 ingest%2:31:00:: 2
-1 infrared_spectrum%1:19:00:: 1
-1 infrared_radiation%1:19:00:: 1
-1 infrared%1:07:00:: 1
-1 information%1:10:02:: 3
-1 informant%1:18:00:: 1
-1 informal%5:00:00:unofficial:00 2
-1 inform%2:32:10:: 3
-1 influx%1:22:00:: 1
-1 inflow%1:22:00:: 1
-1 infliction%1:04:01:: 2
-1 infliction%1:04:00:: 1
-1 inflexible%3:00:02:: 1
-1 inflection%1:24:00:: 1
-1 inflection%1:10:00:: 2
-1 inflected%5:00:00:finite:02 2
-1 inflect%2:32:01:: 1
-1 inflation%1:22:00:: 1
-1 inflated%5:00:01:increased:00 1
-1 inflate%2:30:01:: 1
-1 inflate%2:30:00:: 2
-1 inflammatory%5:00:00:unhealthy:00 1
-1 inflamed%5:00:00:unhealthy:00 1
-1 inflamed%5:00:00:light:06 2
-1 infirmity%1:26:00:: 1
-1 infirmary%1:06:00:: 1
-1 infirm%5:00:00:ill:01 1
-1 infinitive%1:10:00:: 1
-1 infinitely%4:02:01:: 1
-1 infinitely%4:02:00:: 2
-1 infiltrate%2:41:00:: 2
-1 infielder%1:18:00:: 1
-1 infertile%3:00:00:: 1
-1 infernal%5:00:00:evil:00 2
-1 infernal%5:00:00:cursed:00 3
-1 infernal%3:01:00:: 1
-1 inferiority_complex%1:12:00:: 1
-1 inferiority%1:26:00:: 1
-1 inferiority%1:07:00:: 2
-1 inferior%5:00:00:junior:00 3
-1 inferior%3:00:02:: 2
-1 inferential%5:00:01:deductive:00 2
-1 inferential%3:01:00:: 1
-1 infer%2:32:01:: 2
-1 infected%5:00:01:septic:00 1
-1 infect%2:29:00:: 3
-1 infallible%3:00:00:: 1
-1 inextricable%3:00:00:: 1
-1 inexpressible%3:00:00:: 1
-1 inexperienced_person%1:18:00:: 1
-1 inexorably%4:02:00:: 1
-1 inexorable%5:00:00:inflexible:02 2
-1 inexorable%5:00:00:implacable:00 1
-1 inexhaustible%5:00:00:infinite:00 1
-1 inexcusable%3:00:00:: 1
-1 inevitable%1:11:00:: 1
-1 inevitability%1:07:00:: 1
-1 inescapably%4:02:00:: 1
-1 inertia%1:07:01:: 1
-1 inert%5:00:00:unreactive:00 2
-1 inequality%1:07:00:: 1
-1 ineptly%4:02:00:: 1
-1 inept%5:00:00:infelicitous:00 1
-1 inept%5:00:00:incompetent:00 2
-1 ineligible%3:00:00:: 1
-1 ineffectively%4:02:00:: 1
-1 ineffable%5:00:00:inexpressible:00 1
-1 industriously%4:02:00:: 1
-1 industrious%5:00:00:diligent:00 1
-1 industrialism%1:14:00:: 1
-1 industrial_park%1:15:00:: 1
-1 indulgent%5:00:00:permissive:01 2
-1 indulgent%3:00:00:: 1
-1 indulge%2:34:12:: 3
-1 induction%1:19:00:: 2
-1 induction%1:09:00:: 3
-1 inducement%1:16:00:: 1
-1 induced%3:00:00:: 1
-1 indubitable%5:00:00:unquestionable:00 1
-1 indorse%2:41:00:: 1
-1 indoors%4:02:00:: 1
-1 indonesia%1:15:00:: 1
-1 indolence%1:07:00:: 1
-1 indoctrinate%2:31:00:: 1
-1 individuality%1:07:00:: 1
-1 individualistic%5:00:00:individual:00 1
-1 individualistic%5:00:00:capitalistic:00 2
-1 individualism%1:09:01:: 2
-1 individualism%1:09:00:: 3
-1 indistinguishable%5:00:00:same:00 1
-1 indistinct%3:00:00:: 1
-1 indispensable%5:00:00:necessary:00 2
-1 indiscriminately%4:02:00:: 1
-1 indiscriminate%5:00:00:undiscriminating:00 1
-1 indirection%1:04:00:: 1
-1 indignity%1:04:00:: 1
-1 indignantly%4:02:00:: 1
-1 indigestion%1:26:00:: 1
-1 indifferently%4:02:00:: 1
-1 indifferent%5:00:00:unimportant:00 4
-1 indifference%1:12:01:: 2
-1 indifference%1:07:00:: 3
-1 indictment%1:10:01:: 2
-1 indian_summer%1:28:00:: 1
-1 indian%3:01:01:: 2
-1 indexing%1:04:00:: 1
-1 index%2:41:00:: 1
-1 index%1:24:00:: 1
-1 index%1:10:01:: 2
-1 indeterminate%3:00:01:: 1
-1 indescribable%5:00:00:inexpressible:00 1
-1 independent%5:00:00:unconditional:00 4
-1 independence%1:11:00:: 2
-1 indentation%1:25:00:: 1
-1 indelicate%5:00:00:tasteless:02 1
-1 indelible%5:00:00:ineradicable:00 1
-1 indefinity%1:07:00:: 1
-1 indefinable%5:00:00:undefined:00 1
-1 indefensible%5:00:00:unreasonable:00 1
-1 indefatigable%5:00:00:energetic:00 1
-1 indecent%3:00:00:: 2
-1 incursion%1:04:01:: 1
-1 incurably%4:02:01:: 1
-1 incurable%5:00:00:hopeless:00 2
-1 incurable%3:00:00:: 1
-1 inculcation%1:04:00:: 1
-1 inculcate%2:31:00:: 1
-1 incubus%1:18:00:: 1
-1 incubation%1:04:00:: 1
-1 incubate%2:30:02:: 1
-1 incubate%2:29:00:: 2
-1 incorruptibility%1:07:00:: 1
-1 incorrect%3:00:00:: 1
-1 incorporation%1:04:01:: 1
-1 incorporate%2:42:00:: 2
-1 inconveniently%4:02:00:: 1
-1 inconvenient%3:00:00:: 1
-1 inconvenience%1:26:00:: 1
-1 inconvenience%1:07:02:: 2
-1 inconvenience%1:07:01:: 3
-1 inconsistent%5:00:00:irreconcilable:00 2
-1 inconsistent%3:00:00:: 1
-1 inconsiderable%3:00:00:: 1
-1 inconceivable%5:00:00:unthinkable:00 1
-1 incomprehensible%3:00:04:: 1
-1 incomprehensible%3:00:00:: 2
-1 incompetence%1:07:00:: 1
-1 incompatibility%1:24:02:: 1
-1 incoming%3:00:00:: 1
-1 incoherent%3:00:00:: 1
-1 inclusion_body%1:17:00:: 1
-1 inclose%2:35:00:: 1
-1 incline%1:17:00:: 1
-1 incline%1:06:00:: 2
-1 inclination%1:25:02:: 2
-1 inclination%1:25:01:: 3
-1 incitement%1:10:01:: 2
-1 incise%2:35:00:: 1
-1 incipience%1:28:00:: 1
-1 incidentally%4:02:01:: 2
-1 incidental_to%5:00:00:related:02 1
-1 incidental%3:00:00:: 1
-1 inch%2:38:00:: 1
-1 incessant%5:00:00:continual:00 1
-1 incertain%3:00:00:: 1
-1 incentive%1:21:00:: 2
-1 incensed%5:00:00:angry:00 1
-1 incense%1:27:00:: 1
-1 incarnation%1:18:00:: 1
-1 incarnation%1:10:00:: 2
-1 incarnate%5:00:00:corporeal:00 1
-1 incarnate%2:36:00:: 1
-1 incapacitate%2:30:00:: 1
-1 incapable%5:00:00:unsusceptible:00 2
-1 incapable%5:00:00:incompetent:00 3
-1 incantation%1:10:00:: 1
-1 incandescent%5:00:00:light:06 1
-1 incalculable%3:00:00:: 1
-1 inboard%3:00:00:: 1
-1 inauguration%1:04:01:: 1
-1 inaugural%5:00:00:opening:00 2
-1 inaugural%3:00:00:: 1
-1 inaugural%1:10:00:: 1
-1 inanimate%3:00:02:: 1
-1 inane%5:00:00:foolish:00 1
-1 inadvisable%3:00:00:: 1
-1 inadvertently%4:02:00:: 1
-1 inadvertence%1:09:00:: 1
-1 inadequately%4:02:00:: 1
-1 inadequacy%1:07:01:: 1
-1 inactive%3:00:02:: 2
-1 inaction%1:26:00:: 1
-1 inaccurate%5:00:00:incorrect:00 3
-1 inaccurate%5:00:00:imprecise:00 2
-1 inaccuracy%1:07:02:: 1
-1 in_writing%4:02:00:: 1
-1 in_width%5:00:00:wide:00 1
-1 in_vogue%5:00:00:fashionable:00 1
-1 in_vain%4:02:00:: 1
-1 in_toto%4:02:00:: 1
-1 in_the_lead%4:02:00:: 1
-1 in_the_head%4:02:00:: 1
-1 in_the_flesh%5:00:00:personal:00 1
-1 in_the_final_analysis%4:02:00:: 1
-1 in_the_beginning%4:02:01:: 2
-1 in_the_beginning%4:02:00:: 1
-1 in_the_bargain%4:02:00:: 1
-1 in_store%5:00:00:future:00 1
-1 in_stock%5:00:00:available:00 1
-1 in_regard_to%5:00:00:related:02 1
-1 in_proportion_to%5:00:00:commensurate:00 1
-1 in_progress%5:00:00:current:00 1
-1 in_private%4:02:00:: 1
-1 in_passing%4:02:00:: 1
-1 in_order%5:00:00:systematic:00 2
-1 in_order%5:00:00:ready:00 3
-1 in_opposition%4:02:00:: 1
-1 in_name%4:02:00:: 1
-1 in_line%5:00:00:succeeding(a):00 2
-1 in_line%4:02:00:: 1
-1 in_kind%4:02:00:: 1
-1 in_his_right_mind%5:00:00:sane:00 1
-1 in_height%5:00:00:tall:00 1
-1 in_haste%4:02:01:: 1
-1 in_hand%4:02:00:: 1
-1 in_good_order%4:02:00:: 1
-1 in_general%5:00:00:general:00 1
-1 in_full_view%5:00:00:unconcealed:00 1
-1 in_full_swing%5:00:00:active:06 1
-1 in_extremis%4:02:00:: 1
-1 in_embryo%5:00:00:early:02 1
-1 in_earnest%5:00:00:serious:00 1
-1 in_due_course%4:02:00:: 1
-1 in_demand%5:00:00:salable:00 1
-1 in_conclusion%4:02:00:: 1
-1 in_color%3:00:00:: 1
-1 in_chorus%4:02:00:: 1
-1 in_brief%4:02:01:: 1
-1 in_all_likelihood%4:02:00:: 1
-1 in_all%4:02:00:: 1
-1 in_agreement%5:00:00:consistent:00 1
-1 in_accord%5:00:00:consistent:00 1
-1 in_absentia%4:02:00:: 1
-1 in_a_similar_way%4:02:02:: 1
-1 in_a_bad_way%5:00:02:troubled:00 1
-1 in-person%5:00:00:personal:00 1
-1 in-fighting%1:04:01:: 1
-1 in%5:00:00:internal:00 2
-1 impunity%1:26:00:: 1
-1 impulse%1:11:01:: 4
-1 impulse%1:04:01:: 5
-1 impudently%4:02:00:: 1
-1 impudent%5:00:00:forward:02 2
-1 improvised%5:00:00:impermanent:00 1
-1 impropriety%1:07:00:: 1
-1 improperly%4:02:00:: 1
-1 impromptu%5:00:00:unprepared:00 1
-1 impromptu%1:10:00:: 1
-1 improbable%3:00:00:: 1
-1 imprison%2:41:01:: 2
-1 imprint%1:09:00:: 1
-1 imprimatur%1:10:00:: 1
-1 impressionist%3:01:00:: 1
-1 impressionist%1:18:00:: 1
-1 impression%1:09:01:: 3
-1 impress%2:35:00:: 4
-1 impregnable%5:00:00:invulnerable:00 1
-1 imprecise%3:00:00:: 1
-1 imprecate%2:32:01:: 1
-1 impotency%1:07:00:: 1
-1 impotence%1:07:00:: 1
-1 impossible%1:09:00:: 1
-1 imposing%5:00:00:impressive:00 1
-1 importunity%1:10:00:: 1
-1 importation%1:04:00:: 1
-1 importantly%4:02:01:: 1
-1 important-looking%5:00:00:impressive:00 1
-1 important%5:00:00:influential:00 4
-1 import%1:18:00:: 2
-1 import%1:10:00:: 3
-1 import%1:09:00:: 4
-1 imply%2:42:00:: 3
-1 imploring%5:00:00:beseeching:00 1
-1 implied%5:00:00:implicit:00 1
-1 implicit_in%5:00:00:implicit:00 1
-1 implication%1:10:00:: 3
-1 implicated%5:00:00:involved:00 1
-1 implementation%1:04:00:: 2
-1 implant%2:35:00:: 1
-1 impinge%2:41:10:: 1
-1 impervious%3:00:00:: 1
-1 impersonal%5:00:00:objective:00 2
-1 imperious%5:00:00:domineering:00 1
-1 imperil%2:42:00:: 1
-1 imperial%3:01:01:: 1
-1 imperfectability%1:09:00:: 1
-1 imperfect%5:00:00:human:00 2
-1 imperceptibly%4:02:00:: 1
-1 impelled%5:00:00:motivated:00 1
-1 impel%2:36:00:: 1
-1 impede%2:35:00:: 2
-1 impatience%1:12:00:: 2
-1 impassable%3:00:00:: 1
-1 impartial%3:00:00:: 1
-1 impart%2:40:01:: 2
-1 impairment%1:11:00:: 1
-1 impaired%3:00:00:: 1
-1 impacted%5:00:00:compact:00 1
-1 impact%1:04:00:: 3
-1 imp%1:18:01:: 1
-1 immunoelectrophoresis%1:22:00:: 1
-1 immobility%1:26:00:: 1
-1 imminent%5:00:00:close:01 1
-1 imminence%1:26:00:: 1
-1 immigration%1:04:00:: 1
-1 immigrant_class%1:14:00:: 1
-1 immerse%2:35:00:: 1
-1 immerse%2:31:00:: 2
-1 immensity%1:07:00:: 1
-1 immediacy%1:09:00:: 2
-1 immediacy%1:07:01:: 3
-1 immature%5:00:00:undeveloped:00 2
-1 immaterial%3:00:02:: 1
-1 immaculate%5:00:00:clean:01 1
-1 imbued%5:00:00:full:00 1
-1 imbibe%2:35:01:: 1
-1 imbalance%1:26:00:: 1
-1 imaging%1:09:00:: 1
-1 imaginatively%4:02:00:: 1
-1 image_orthicon%1:06:00:: 1
-1 image%1:10:00:: 5
-1 illustrious%5:00:00:known:00 1
-1 illustrious%5:00:00:glorious:00 2
-1 illustration%1:09:02:: 3
-1 illustration%1:06:00:: 4
-1 illusory%5:00:00:unreal:00 1
-1 illusionary%5:00:00:unreal:00 1
-1 illusion%1:04:00:: 3
-1 illumination%1:26:00:: 2
-1 illuminating%5:00:00:light:06 2
-1 illicit%3:00:00:: 1
-1 illegitimate%5:00:00:illegal:00 1
-1 illegitimacy%1:26:00:: 1
-1 ill_turn%1:04:00:: 1
-1 ill_health%1:26:00:: 1
-1 ill-used%5:00:00:misused:00 1
-1 ill-fated%5:00:00:unfortunate:00 1
-1 ill-equipped%5:00:00:unequipped:00 1
-1 ill-conceived%5:00:00:foolish:00 1
-1 ill%5:00:00:harmful:00 2
-1 ill%5:00:00:bad:00 3
-1 ilk%1:09:00:: 1
-1 ileum%1:08:00:: 1
-1 ile-de-france%1:15:00:: 1
-1 ignorant%5:00:00:unconscious:00 4
-1 ignorant%5:00:00:naive:00 3
-1 ignoramus%1:18:00:: 1
-1 ignition_key%1:06:00:: 1
-1 ignite%2:43:01:: 2
-1 ignite%2:37:00:: 3
-1 idolized%5:00:00:loved:00 1
-1 idolize%2:37:00:: 1
-1 idol%1:18:00:: 2
-1 idle_talk%1:10:00:: 1
-1 idle%5:00:00:unsupported:02 2
-1 idle%5:00:00:inactive:03 3
-1 idle%2:41:00:: 2
-1 idiosyncratic%5:00:00:individual:00 1
-1 idiomatic%3:01:00:: 1
-1 idiom%1:10:00:: 2
-1 idiom%1:07:00:: 3
-1 ideology%1:09:03:: 2
-1 ideologist%1:18:00:: 1
-1 identified%5:00:00:known:00 1
-1 identifiable%3:00:00:: 1
-1 idealization%1:04:00:: 1
-1 idea%1:09:03:: 3
-1 idea%1:09:02:: 4
-1 icy%5:00:00:frozen:00 3
-1 icy%5:00:00:cold:01 2
-1 icicle%1:27:00:: 1
-1 icelandic-speaking%5:00:00:communicative:00 1
-1 icelandic%1:10:00:: 1
-1 iced%5:00:00:cold:01 1
-1 ice_pack%1:06:00:: 1
-1 ice_floe%1:17:00:: 1
-1 ice_cream%1:13:00:: 1
-1 ice_chest%1:06:00:: 1
-1 ice%1:17:00:: 2
-1 hysterical%5:00:00:agitated:00 2
-1 hysteria%1:26:01:: 1
-1 hysteria%1:12:01:: 2
-1 hypothyroidism%1:26:00:: 1
-1 hypothalamically%4:02:00:: 1
-1 hypophysectomised%3:44:00:: 1
-1 hypophyseal%3:01:00:: 1
-1 hypodermic_syringe%1:06:00:: 1
-1 hypocrisy%1:10:00:: 1
-1 hypocrisy%1:07:00:: 2
-1 hypocellularity%1:26:00:: 1
-1 hypoadrenocorticism%1:26:00:: 1
-1 hypoactive%5:00:00:inactive:01 1
-1 hypnotize%2:29:00:: 1
-1 hyphenated%5:00:00:combined:00 1
-1 hypervelocity%1:28:00:: 1
-1 hypertrophied%3:00:00:: 1
-1 hyperplasia%1:26:00:: 1
-1 hyperfine%5:00:00:thin:01 1
-1 hypercellularity%1:26:00:: 1
-1 hyperbolically%4:02:00:: 1
-1 hydroxymethyl%1:27:00:: 1
-1 hydroxide%1:27:00:: 1
-1 hydrous%3:00:00:: 1
-1 hydrostatic_head%1:19:00:: 1
-1 hydrogen_peroxide%1:27:00:: 1
-1 hydrochloride%1:27:00:: 1
-1 hyalinization%1:26:00:: 1
-1 hyaline%5:00:00:clear:02 1
-1 hyacinth%1:27:00:: 1
-1 hustle%2:38:00:: 2
-1 husky%5:00:00:cacophonous:00 2
-1 hush%2:30:01:: 2
-1 hush%1:07:00:: 1
-1 husbandry%1:04:00:: 1
-1 hurt%1:12:02:: 2
-1 hurry%2:30:01:: 3
-1 hurry%1:04:00:: 3
-1 hurriedly%4:02:00:: 1
-1 hurling%5:00:00:moving:02 1
-1 hurdle%1:06:00:: 1
-1 hunting_ground%1:26:00:: 1
-1 hunting%1:04:02:: 2
-1 hunting%1:04:00:: 3
-1 hunted%5:00:00:afraid(p):00 1
-1 hunkered_down%5:00:00:unerect:00 1
-1 hunker_down%2:35:00:: 1
-1 hungry%5:00:00:desirous:00 2
-1 hunger%1:07:00:: 2
-1 hungarian%3:01:00:: 1
-1 hung%5:00:00:adorned:00 1
-1 hunch_over%2:38:00:: 1
-1 hun%1:18:02:: 1
-1 humor%1:07:00:: 4
-1 humming%1:11:00:: 1
-1 humming%1:04:00:: 2
-1 humility%1:12:00:: 2
-1 humidity%1:26:00:: 1
-1 humble%3:00:00:: 2
-1 humble%2:37:01:: 1
-1 humble%2:37:00:: 2
-1 humanize%2:37:00:: 1
-1 humanity%1:07:02:: 3
-1 humanity%1:07:00:: 2
-1 humanitarian%5:00:00:humane:00 1
-1 humanistic%3:01:02:: 1
-1 humanist%3:01:03:: 1
-1 humanist%1:18:00:: 1
-1 humanism%1:09:01:: 1
-1 humanism%1:09:00:: 2
-1 humanely%4:02:00:: 1
-1 humane%3:01:01:: 1
-1 human_waste%1:27:00:: 1
-1 human_death%1:11:00:: 1
-1 human_action%1:03:00:: 1
-1 hulk%2:42:00:: 1
-1 hulk%1:18:00:: 1
-1 hulk%1:06:00:: 2
-1 hugging%1:04:00:: 1
-1 hue_and_cry%1:10:00:: 1
-1 huddled%5:00:00:unerect:00 1
-1 huddled%5:00:00:crowded:00 2
-1 huckster%2:40:00:: 1
-1 hubris%1:07:00:: 1
-1 hubbub%1:11:00:: 1
-1 hoydenish%5:00:00:spirited:00 1
-1 howling%5:00:00:noisy:00 1
-1 howling%1:10:00:: 1
-1 hover%2:38:01:: 4
-1 housework%1:04:00:: 1
-1 household%5:00:00:domestic:01 1
-1 housebreaking%1:04:00:: 1
-1 housebreaker%1:18:00:: 1
-1 house_organ%1:10:00:: 1
-1 house%1:14:04:: 3
-1 house%1:14:03:: 4
-1 house%1:14:02:: 5
-1 house%1:14:00:: 6
-1 house%1:04:00:: 7
-1 hourly%3:01:00:: 1
-1 hour_angle%1:15:00:: 1
-1 hour%1:28:02:: 3
-1 hound_dog%1:05:00:: 1
-1 hound%1:18:00:: 2
-1 hotshot%1:18:00:: 1
-1 hotness%1:07:00:: 1
-1 hotelman%1:18:00:: 1
-1 hot_war%1:26:00:: 1
-1 hot_spell%1:19:00:: 1
-1 hot_rod%1:06:00:: 1
-1 hot_potato%1:26:00:: 1
-1 hot-water_heater%1:06:00:: 1
-1 hot%5:00:00:warm:03 4
-1 hot%5:00:00:sexy:00 5
-1 hot%5:00:00:illegal:00 6
-1 hot%5:00:00:fast:01 7
-1 hostile%5:00:00:unfriendly:01 3
-1 hostess%1:18:01:: 3
-1 hostelry%1:06:00:: 1
-1 host%1:14:01:: 6
-1 hospitality%1:10:00:: 1
-1 hospitable%3:00:00:: 1
-1 horsemanship%1:09:00:: 1
-1 horselaugh%1:10:00:: 1
-1 horse_trading%1:04:00:: 1
-1 horse_chestnut%1:20:00:: 1
-1 horse-trail%1:06:00:: 1
-1 horse%1:06:03:: 2
-1 hors_de_combat%5:00:00:injured:00 1
-1 horrifyingly%4:02:00:: 1
-1 horrifying%5:00:00:alarming:00 1
-1 horrid%5:00:00:bad:00 1
-1 horoscope%1:10:00:: 1
-1 hornpipe%1:04:00:: 1
-1 horn_fly%1:05:00:: 1
-1 horn%1:10:02:: 3
-1 horn%1:06:04:: 4
-1 horn%1:06:01:: 5
-1 horn%1:05:02:: 6
-1 horizontal_bar%1:06:00:: 1
-1 hopscotch%1:04:00:: 1
-1 hopper%1:06:00:: 1
-1 hopeful%5:00:00:auspicious:00 2
-1 hop-skip%2:38:00:: 1
-1 hop%2:38:05:: 3
-1 hop%2:38:04:: 2
-1 hop%1:04:00:: 1
-1 hoot%1:10:01:: 1
-1 hoop%1:06:01:: 1
-1 hoop%1:06:00:: 2
-1 hookworm%1:05:00:: 1
-1 hookup%1:06:01:: 1
-1 hooker's_green%1:27:00:: 1
-1 hooked%5:00:00:crooked:01 1
-1 hooked%5:00:00:addicted:00 2
-1 hook_up%2:35:00:: 1
-1 hook%2:40:02:: 2
-1 hook%2:36:00:: 3
-1 hook%2:35:03:: 4
-1 hook%1:06:03:: 1
-1 hoofmark%1:10:00:: 1
-1 hood%1:18:00:: 1
-1 honour%2:41:00:: 1
-1 honour%1:26:00:: 1
-1 honour%1:10:00:: 2
-1 honorable%3:00:04:: 1
-1 honkytonk%1:06:00:: 1
-1 honky-tonk%1:06:00:: 1
-1 honeysuckle%1:20:01:: 1
-1 honestly%4:02:01:: 2
-1 honest%5:00:00:artless:00 4
-1 homosexual%3:00:00:: 1
-1 homosexual%1:18:00:: 1
-1 homogenize%2:30:01:: 1
-1 homogeneously%4:02:00:: 1
-1 homicide%1:04:00:: 1
-1 homicidal%5:00:00:bloody:00 1
-1 homeward%4:02:00:: 1
-1 hometown%1:15:00:: 1
-1 homer%1:18:00:: 2
-1 homemade%3:00:00:: 1
-1 homely%5:00:00:plain:01 3
-1 homegrown%5:00:00:native:01 1
-1 homefolk%1:14:00:: 1
-1 homebound%1:14:00:: 1
-1 home_movie%1:10:00:: 1
-1 home%1:15:03:: 6
-1 holystone%1:17:00:: 1
-1 holy_scripture%1:10:00:: 1
-1 holy_sacrament%1:04:00:: 1
-1 holy_father%1:18:00:: 1
-1 hollyhock%1:20:02:: 1
-1 hollyhock%1:20:01:: 2
-1 hollowness%1:26:00:: 1
-1 hollow%5:00:00:reverberant:00 3
-1 hollow%5:00:00:meaningless:00 4
-1 hollow%5:00:00:insincere:00 2
-1 hollow%3:00:00:: 1
-1 hollow%1:17:01:: 2
-1 hollow%1:17:00:: 3
-1 holler_out%2:32:00:: 1
-1 holler%2:32:00:: 3
-1 holler%1:10:00:: 1
-1 holland%1:15:00:: 1
-1 hole_out%2:35:00:: 1
-1 holdup%1:04:00:: 1
-1 holding%1:04:00:: 1
-1 hold_up%2:42:00:: 5
-1 hold_sway%2:41:00:: 1
-1 hold_still_for%2:31:00:: 1
-1 hold_over%2:40:00:: 2
-1 hold_out%2:42:02:: 4
-1 hold_on%2:32:00:: 4
-1 hold_in%2:42:00:: 1
-1 hold_in%2:41:00:: 2
-1 hold_down%2:40:00:: 1
-1 hold_back%2:41:00:: 2
-1 hold%2:42:14:: 19
-1 hold%2:42:07:: 18
-1 hold%2:41:00:: 20
-1 hold%2:33:05:: 21
-1 hold%2:32:13:: 22
-1 hold%2:31:10:: 24
-1 hold%2:31:04:: 23
-1 hokan%1:10:00:: 1
-1 hoist%2:35:00:: 1
-1 hog%2:40:00:: 1
-1 hoe%1:06:00:: 1
-1 hodgepodge%1:14:00:: 1
-1 hock%2:40:00:: 1
-1 hobble%2:41:00:: 2
-1 hive%1:14:00:: 1
-1 hive%1:06:00:: 2
-1 hitless%5:00:00:unsuccessful:00 1
-1 hitching_post%1:06:00:: 1
-1 hitch_up%2:35:00:: 1
-1 hitch%2:38:02:: 3
-1 hitch%2:38:01:: 2
-1 hitch%1:28:00:: 1
-1 hit_the_dirt%2:38:00:: 1
-1 hit_the_deck%2:38:00:: 1
-1 hit_it_up%2:34:00:: 1
-1 hit-and-run%5:00:00:offensive:03 1
-1 hit%2:40:12:: 11
-1 hit%1:04:02:: 3
-1 histrionics%1:10:00:: 1
-1 histology%1:09:00:: 1
-1 hiss%2:32:00:: 1
-1 hire%2:41:01:: 2
-1 hipline%1:15:01:: 1
-1 hip_pad%1:06:00:: 1
-1 hip%1:08:02:: 3
-1 hip%1:08:01:: 2
-1 hint%1:10:01:: 2
-1 hint%1:10:00:: 1
-1 hinge_on%2:42:00:: 1
-1 hinder%2:41:00:: 2
-1 hinder%2:33:00:: 3
-1 hilt%1:06:00:: 1
-1 hillbilly_music%1:10:00:: 1
-1 hillbilly%1:18:00:: 1
-1 hill%1:06:01:: 2
-1 hilarity%1:12:00:: 1
-1 hilariously%4:02:00:: 1
-1 hilarious%5:00:00:humorous:00 1
-1 hike_up%2:35:00:: 1
-1 hike%2:38:01:: 1
-1 hijacking%3:44:00:: 1
-1 hijacker%1:18:00:: 1
-1 highschool%1:14:00:: 1
-1 highness%1:18:00:: 1
-1 highly%4:02:01:: 2
-1 higher_education%1:04:00:: 1
-1 higher%5:00:01:high:02 2
-1 high_up%4:02:00:: 1
-1 high_time%1:28:00:: 1
-1 high_spirits%1:12:00:: 1
-1 high_sea%1:17:00:: 1
-1 high_quality%1:07:00:: 1
-1 high_frequency%1:07:01:: 1
-1 high_frequency%1:07:00:: 2
-1 high_finance%1:04:00:: 1
-1 high_anglicanism%1:09:00:: 1
-1 high_and_low%4:02:00:: 1
-1 high-topped%5:00:00:high:01 1
-1 high-tail%2:38:00:: 1
-1 high-sudsing%3:00:00:: 1
-1 high-stepped%5:00:00:high:01 1
-1 high-speed%5:00:02:fast:01 2
-1 high-resolution%3:00:00:: 1
-1 high-powered%5:00:00:dynamic:00 1
-1 high-pitched%5:00:00:inclined:01 2
-1 high-ceilinged%5:00:00:ceilinged:00 1
-1 high-backed%5:00:00:backed:00 1
-1 high-and-dry%5:00:00:aground(p):00 1
-1 high%3:00:04:: 6
-1 hideously%4:02:00:: 1
-1 hideaway%1:15:00:: 1
-1 hide_out%2:39:00:: 1
-1 hibachi%2:30:00:: 1
-1 hi%1:10:00:: 1
-1 hexameter%1:10:00:: 1
-1 hex%1:10:00:: 1
-1 het_up%5:00:00:hot:01 1
-1 hesitation%1:04:00:: 3
-1 hesitating%5:00:00:indecisive:01 1
-1 hesitancy%1:12:00:: 1
-1 herringbone%1:06:00:: 1
-1 heroics%1:04:00:: 1
-1 heroic%5:00:00:impressive:00 4
-1 hero_worshipper%1:18:00:: 1
-1 hero%1:18:01:: 3
-1 hermetic%5:00:00:tight:02 1
-1 hermeneutics%1:09:00:: 1
-1 herman_melville%1:18:00:: 1
-1 heretic%1:18:00:: 1
-1 herein%4:02:00:: 1
-1 heredity%1:22:00:: 1
-1 hereabouts%4:02:00:: 1
-1 here%4:02:04:: 4
-1 here%1:15:00:: 1
-1 herd%2:38:01:: 1
-1 herd%2:38:00:: 2
-1 herculean%5:00:00:superhuman:00 1
-1 herculean%5:00:00:difficult:00 2
-1 herb%1:20:00:: 1
-1 herb%1:13:00:: 2
-1 heraldic%5:00:00:communicative:00 1
-1 herald%2:32:01:: 2
-1 herald%2:32:00:: 1
-1 herald%1:18:00:: 1
-1 hepatitis%1:26:00:: 1
-1 henry_james%1:18:00:: 1
-1 henry_ford%1:18:00:: 1
-1 henpecked%5:00:00:submissive:00 1
-1 hen%1:05:02:: 2
-1 hemorrhoid%1:26:00:: 1
-1 hemolytic%3:01:00:: 1
-1 hemispherical%5:00:00:rounded:00 1
-1 hem_in%2:35:00:: 1
-1 hem_in%2:33:00:: 2
-1 helplessness%1:07:00:: 1
-1 helpless%5:00:00:dependent:00 3
-1 helping_hand%1:04:00:: 1
-1 helper%1:18:01:: 1
-1 helper%1:18:00:: 2
-1 help_out%2:41:02:: 1
-1 help%1:07:01:: 4
-1 help%1:07:00:: 3
-1 helm%1:06:00:: 1
-1 helm%1:04:00:: 2
-1 hello%1:10:00:: 1
-1 hellion%1:18:00:: 1
-1 hellfire%1:15:00:: 1
-1 hellenic%3:01:00:: 2
-1 hellenic%1:10:00:: 1
-1 hell_raising%1:04:00:: 1
-1 hell-rooster%1:18:00:: 1
-1 held_up%5:00:00:delayed:00 1
-1 held%3:44:00:: 1
-1 heist%2:41:00:: 1
-1 heighten%2:30:02:: 2
-1 heighten%2:30:01:: 1
-1 heighten%2:30:00:: 3
-1 height%1:07:02:: 4
-1 hefty%5:00:00:strong:00 1
-1 heft%2:35:00:: 1
-1 heed%1:09:00:: 1
-1 hedonism%1:16:00:: 1
-1 hedge%2:32:00:: 1
-1 hectic%5:00:00:agitated:00 1
-1 hebrew%3:01:01:: 1
-1 hebrew%1:10:00:: 1
-1 hebraic%3:01:00:: 1
-1 heavyweight%5:00:00:heavy:01 1
-1 heavy-handed%5:00:00:maladroit:00 1
-1 heavy-duty%3:00:00:: 1
-1 heavy-coated%5:00:00:clothed:00 1
-1 heavy-armed%5:00:00:robust:00 1
-1 heavy%5:00:00:fat:01 7
-1 heavy%5:00:00:compact:00 8
-1 heavy%5:00:00:cloudy:00 9
-1 heaving%1:11:01:: 1
-1 heavily%4:02:03:: 4
-1 heavily%4:02:02:: 5
-1 heavenly_body%1:17:00:: 1
-1 heavenly%3:01:00:: 1
-1 heaven%1:15:01:: 2
-1 heave%2:38:01:: 5
-1 heave%2:29:01:: 6
-1 heater%1:06:00:: 1
-1 heat_up%2:30:01:: 1
-1 heat_sink%1:06:00:: 1
-1 heat_of_dissociation%1:19:00:: 1
-1 heat_of_condensation%1:19:00:: 1
-1 heat%1:26:00:: 5
-1 hearty%5:00:00:warm:02 1
-1 heartily%4:02:01:: 2
-1 hearth%1:06:00:: 2
-1 hearted%3:00:00:: 1
-1 heart_rate%1:28:00:: 1
-1 heart_disease%1:26:00:: 1
-1 heart%1:07:04:: 6
-1 hearer%1:18:00:: 1
-1 heard%5:00:00:detected:00 1
-1 heaped-up%5:00:00:concentrated:00 1
-1 heap%2:40:00:: 1
-1 heap%2:35:00:: 2
-1 healthy%5:00:00:wholesome:00 3
-1 healthily%4:02:00:: 1
-1 health_problem%1:26:00:: 1
-1 healing%5:00:00:healthful:00 1
-1 healing%1:22:00:: 1
-1 healer%1:18:00:: 1
-1 heal%2:29:00:: 2
-1 headstrong%5:00:00:disobedient:00 1
-1 headsman%1:18:00:: 1
-1 headquarters%1:14:00:: 3
-1 headlinese%1:10:00:: 1
-1 headline%2:32:00:: 1
-1 heading%1:10:00:: 1
-1 headgear%1:06:00:: 1
-1 headed%3:00:02:: 2
-1 headed%3:00:01:: 3
-1 head_start%1:07:00:: 1
-1 head_of_hair%1:08:00:: 1
-1 head_home%2:38:00:: 1
-1 head_covering%1:06:00:: 1
-1 head-on%4:02:01:: 1
-1 head-in-the-clouds%5:00:00:irresponsible:00 1
-1 head%5:00:00:significant:00 2
-1 head%1:15:01:: 8
-1 head%1:15:00:: 7
-1 head%1:10:03:: 9
-1 hazy%5:00:00:cloudy:00 1
-1 hazel%5:00:00:chromatic:00 1
-1 haze%1:09:00:: 2
-1 hazard%2:32:00:: 1
-1 hazard%1:19:00:: 2
-1 haystack%1:14:00:: 1
-1 haying_time%1:04:00:: 1
-1 hayfield%1:15:00:: 1
-1 hay_fever%1:26:00:: 1
-1 hawker%1:18:00:: 1
-1 hawk_nose%1:08:00:: 1
-1 haven%1:06:00:: 1
-1 have_got%2:42:00:: 2
-1 have%2:42:08:: 21
-1 haunted%5:00:00:concerned:00 1
-1 haul_up%2:38:00:: 1
-1 haul%1:04:00:: 1
-1 haughty%5:00:00:proud:00 1
-1 haughtily%4:02:00:: 1
-1 hater%1:18:00:: 1
-1 hatefully%4:02:00:: 1
-1 hated%5:00:00:unloved:00 1
-1 hatch%2:36:00:: 2
-1 hat%2:29:00:: 1
-1 hasty%5:00:00:hurried:00 1
-1 hasten%2:36:00:: 4
-1 haste%1:26:00:: 3
-1 hasp%1:06:00:: 1
-1 hash_mark%1:10:00:: 1
-1 harvard_university%1:06:00:: 1
-1 harshness%1:07:03:: 1
-1 harshen%2:30:00:: 1
-1 harry%2:37:00:: 1
-1 harpy_eagle%1:05:00:: 1
-1 harp%2:32:00:: 1
-1 harp%1:06:00:: 1
-1 harness%2:34:00:: 2
-1 harness%1:06:00:: 2
-1 harmony%1:26:00:: 3
-1 harmonious%5:00:00:balanced:00 2
-1 harmonious%3:00:00:: 1
-1 harmonic%3:01:00:: 1
-1 harmlessly%4:02:00:: 1
-1 harmless%3:00:00:: 1
-1 harmful%5:00:00:dangerous:00 1
-1 harm%1:04:00:: 3
-1 harem%1:06:00:: 1
-1 hare%1:05:00:: 1
-1 hardy%5:00:00:robust:00 1
-1 hardworking%5:00:00:diligent:00 1
-1 hardtack%1:27:00:: 2
-1 hardship%1:26:01:: 1
-1 hardship%1:07:00:: 2
-1 hardened%5:00:05:hard:02 1
-1 hardbake%1:13:00:: 1
-1 hard_worker%1:18:00:: 1
-1 hard_times%1:28:00:: 1
-1 hard_time%1:26:00:: 1
-1 hard_put%5:00:00:troubled:00 1
-1 hard-pressed%5:00:00:troubled:00 1
-1 hard-fought%5:00:00:difficult:00 1
-1 hard%4:02:07:: 3
-1 hard%4:02:04:: 4
-1 hard%4:02:03:: 5
-1 harbor%2:42:00:: 2
-1 harbor%2:40:00:: 3
-1 harbor%2:39:00:: 4
-1 harass%2:37:01:: 2
-1 harangue%1:10:00:: 1
-1 happy%5:00:00:contented:00 4
-1 happen_upon%2:40:00:: 1
-1 hapless%5:00:00:unfortunate:00 1
-1 haphazardly%4:02:00:: 1
-1 hanukkah%1:28:00:: 1
-1 hangover%1:26:00:: 1
-1 hangout%1:15:00:: 1
-1 hang_up%2:30:00:: 3
-1 hang_together%2:42:00:: 1
-1 hang_in%2:30:00:: 1
-1 hang_back%2:38:00:: 1
-1 hang%2:39:00:: 7
-1 hang%2:35:07:: 9
-1 hang%2:35:06:: 8
-1 handyman%1:18:00:: 1
-1 handy%5:00:00:convenient:00 2
-1 handwritten%5:00:00:written:00 1
-1 handwoven%5:00:00:handmade:00 1
-1 handshaking%1:10:00:: 1
-1 hands%1:14:00:: 2
-1 handling%1:04:02:: 3
-1 handless%3:00:00:: 1
-1 handled%3:00:00:: 1
-1 handlebar%1:06:00:: 1
-1 handle%2:35:01:: 5
-1 handiwork%1:06:00:: 1
-1 handicap%2:29:00:: 1
-1 handicap%1:26:00:: 1
-1 handicap%1:07:02:: 2
-1 handcuffs%1:06:00:: 1
-1 handclasp%1:10:00:: 1
-1 hand_in_hand%4:02:03:: 1
-1 hand_in_hand%4:02:01:: 2
-1 hand_down%2:40:00:: 1
-1 hand_brake%1:06:00:: 1
-1 hand_blower%1:06:00:: 1
-1 hand%1:14:00:: 6
-1 hand%1:09:01:: 7
-1 hand%1:06:00:: 8
-1 hamper%2:33:00:: 2
-1 hamming%1:04:00:: 1
-1 hamlet%1:14:00:: 1
-1 ham_and_eggs%1:13:00:: 1
-1 ham%1:13:00:: 1
-1 haltingly%4:02:00:: 1
-1 halter%1:06:01:: 1
-1 halt%1:26:00:: 1
-1 halt%1:11:00:: 2
-1 halt%1:04:00:: 3
-1 hallucination%1:26:00:: 1
-1 halloween%1:28:00:: 1
-1 hallowed%5:00:00:holy:00 1
-1 hallelujah%1:10:00:: 1
-1 hall_of_fame%1:06:00:: 1
-1 halfway%5:00:00:intermediate:00 2
-1 halftime%1:28:00:: 1
-1 half_sister%1:18:00:: 1
-1 half_life%1:28:00:: 1
-1 half_gainer%1:04:00:: 1
-1 half_a_dozen%1:23:00:: 1
-1 half-time%5:00:00:part-time:00 1
-1 half-time%4:02:00:: 1
-1 half-moon%1:08:00:: 1
-1 half-heartedly%4:02:00:: 1
-1 half-brother%1:18:00:: 1
-1 hairtonic%1:06:00:: 1
-1 hairless%3:00:00:: 1
-1 hairdo%1:08:00:: 1
-1 hail%2:42:00:: 2
-1 hail%2:32:01:: 3
-1 hail%2:32:00:: 4
-1 haiku%1:10:00:: 1
-1 haggardly%4:02:00:: 1
-1 haggard%5:00:00:thin:03 2
-1 hackwork%1:04:00:: 1
-1 hackneyed%5:00:00:unoriginal:00 1
-1 hacker%1:18:02:: 1
-1 hack%2:35:02:: 1
-1 hack%1:18:00:: 1
-1 habitually%4:02:02:: 2
-1 habitual%5:00:00:usual:00 2
-1 habitual%5:00:00:established:00 1
-1 habitable%5:00:00:livable:00 1
-1 habit%1:06:00:: 3
-1 haberdashery_store%1:06:00:: 1
-1 haberdashery%1:06:01:: 1
-1 gyration%1:11:00:: 1
-1 gyrate%2:38:00:: 1
-1 gynecologist%1:18:00:: 1
-1 guzzle%2:34:00:: 1
-1 guy_fawkes_day%1:28:00:: 1
-1 guy%1:06:01:: 2
-1 guttural%5:00:00:cacophonous:00 1
-1 gusto%1:12:00:: 1
-1 guru%1:18:00:: 1
-1 gunslinger%1:18:00:: 1
-1 gunshot%1:04:00:: 1
-1 gunplay%1:04:00:: 1
-1 gun_smoke%1:19:00:: 1
-1 gun_down%2:33:00:: 1
-1 gun_barrel%1:06:00:: 1
-1 gummy%5:00:00:adhesive:00 1
-1 gum%1:13:00:: 1
-1 gum%1:08:00:: 2
-1 gulp%2:32:00:: 2
-1 gully%1:17:00:: 1
-1 gullible%5:00:00:naive:00 1
-1 gull%2:41:00:: 1
-1 gull%2:32:00:: 2
-1 gulf%1:17:01:: 1
-1 gulf%1:07:00:: 2
-1 guiltily%4:02:00:: 1
-1 guilt_pang%1:12:00:: 1
-1 guileless%5:00:00:artless:00 1
-1 guiding_light%1:18:00:: 1
-1 guidepost%1:09:00:: 1
-1 guideline%1:10:00:: 1
-1 guided_missile%1:06:00:: 1
-1 guide%1:18:02:: 2
-1 guide%1:18:00:: 1
-1 guide%1:10:00:: 3
-1 guide%1:09:00:: 4
-1 guidance%1:04:00:: 3
-1 guessing%1:09:00:: 1
-1 guess%1:09:00:: 2
-1 gubernatorial%3:01:00:: 1
-1 guatemalan%3:01:00:: 1
-1 guatemala%1:15:00:: 1
-1 guarding%1:04:00:: 1
-1 guard_duty%1:04:00:: 1
-1 guard%1:07:00:: 4
-1 guarantee%2:32:02:: 4
-1 guarantee%1:10:01:: 2
-1 grunting%5:00:00:inarticulate:00 1
-1 grumbling%5:00:00:complaining(a):00 2
-1 grumbling%1:11:00:: 1
-1 grumbling%1:10:00:: 2
-1 grumble%2:32:02:: 3
-1 grumble%1:11:00:: 1
-1 gruff%5:00:00:ill-natured:00 1
-1 gruff%5:00:00:cacophonous:00 2
-1 grudgingly%4:02:00:: 1
-1 grub%1:13:00:: 1
-1 grub%1:05:00:: 2
-1 growth_rate%1:28:00:: 1
-1 growth%1:11:01:: 5
-1 growling%1:10:00:: 1
-1 growl%1:11:00:: 1
-1 growing_season%1:28:00:: 1
-1 grower%1:18:00:: 1
-1 grow_into%2:30:00:: 1
-1 grouping%1:04:00:: 2
-1 group_participation%1:04:00:: 1
-1 group_action%1:04:00:: 1
-1 group%5:00:00:common:02 1
-1 group%2:33:00:: 2
-1 group%1:27:00:: 2
-1 groundwork%1:09:00:: 1
-1 grounds%1:10:00:: 4
-1 groundless%5:00:00:unsupported:02 1
-1 grounder%1:04:00:: 1
-1 ground_water%1:27:00:: 1
-1 ground_out%2:35:00:: 1
-1 ground_glass%1:27:00:: 1
-1 ground%2:35:01:: 2
-1 ground%2:35:00:: 3
-1 ground%2:32:00:: 4
-1 ground%1:24:00:: 4
-1 ground%1:15:00:: 5
-1 ground%1:09:00:: 6
-1 grotesquely%4:02:00:: 1
-1 grotesque%1:06:00:: 1
-1 grossly%4:02:00:: 1
-1 gross_national_product%1:21:00:: 1
-1 gross%5:00:00:general:00 3
-1 gross%5:00:00:fat:01 4
-1 grope_for%2:35:00:: 1
-1 grope%2:41:00:: 2
-1 grooved%5:00:00:established:00 1
-1 groove%1:25:00:: 1
-1 groove%1:04:00:: 2
-1 groomed%3:00:00:: 1
-1 groom%2:41:00:: 1
-1 groom%2:29:03:: 2
-1 groom%1:18:02:: 1
-1 groin%1:08:00:: 1
-1 groggy%5:00:00:lethargic:00 1
-1 grocery%1:06:00:: 1
-1 grizzled%5:00:00:brunet:00 1
-1 gritty%5:00:00:coarse:00 1
-1 gristmill%1:06:00:: 1
-1 gripe%1:10:00:: 1
-1 grip%2:35:01:: 4
-1 grip%1:06:01:: 2
-1 grip%1:06:00:: 3
-1 grinding%1:17:00:: 1
-1 grinding%1:11:00:: 2
-1 grind_out%2:36:00:: 1
-1 grind%2:41:00:: 3
-1 grind%2:38:00:: 4
-1 grind%2:30:00:: 5
-1 grim%5:00:01:unpleasant:00 5
-1 grille%1:06:02:: 1
-1 grill%2:30:00:: 1
-1 grievous%5:00:00:critical:03 1
-1 grieve%2:37:00:: 1
-1 grievance%1:12:00:: 1
-1 grievance%1:10:01:: 2
-1 grievance%1:10:00:: 3
-1 grief-stricken%5:00:00:sorrowful:00 1
-1 grey%5:00:00:achromatic:00 1
-1 gregarious%5:00:00:social:00 2
-1 gregarious%3:00:00:: 1
-1 greet%2:39:00:: 4
-1 greenwich_village%1:15:00:: 1
-1 greens%1:13:00:: 1
-1 greenroom%1:06:00:: 1
-1 greenness%1:07:02:: 1
-1 greenly%4:02:00:: 1
-1 greening%3:44:00:: 1
-1 greenhouse%1:06:00:: 1
-1 green_bean%1:13:00:: 1
-1 green_algae%1:05:00:: 1
-1 green%1:15:01:: 2
-1 greek_chorus%1:14:00:: 1
-1 greedy%5:00:00:acquisitive:00 1
-1 greed%1:07:00:: 1
-1 grecian%3:01:00:: 1
-1 greatest%5:00:00:superior:02 5
-1 great_grandmother%1:18:00:: 1
-1 great_depression%1:26:00:: 1
-1 great_britain%1:15:01:: 1
-1 great_britain%1:15:00:: 2
-1 great-niece%1:18:00:: 1
-1 grease%2:35:00:: 1
-1 grayed%5:00:00:colorless:02 1
-1 graybeard%1:18:00:: 1
-1 grayback%1:18:00:: 1
-1 gray%1:14:00:: 3
-1 gray%1:05:00:: 4
-1 gravy%1:21:00:: 1
-1 gravity%1:07:00:: 2
-1 gravitational_force%1:19:00:: 1
-1 gravitational_field%1:19:00:: 1
-1 gravitational_attraction%1:19:00:: 1
-1 gravitational%3:01:00:: 1
-1 gravestone%1:06:00:: 1
-1 graven_image%1:06:00:: 1
-1 gravel%5:00:00:unpaved:00 1
-1 gravel%5:00:00:cacophonous:00 2
-1 gratuitously%4:02:00:: 1
-1 gratuitous%5:00:00:unmerited:00 1
-1 gratifyingly%4:02:00:: 1
-1 gratifying%5:00:00:rewarding:00 1
-1 gratified%5:00:00:pleased:00 1
-1 gratification%1:04:00:: 2
-1 grate%1:06:00:: 1
-1 grassroots%5:00:00:basic:00 1
-1 grassfire%1:11:00:: 1
-1 grass%2:33:00:: 1
-1 grasping%1:09:00:: 1
-1 graphically%4:02:03:: 1
-1 graphical%3:01:00:: 1
-1 graphic%5:00:00:explicit:00 2
-1 graph%2:36:00:: 1
-1 granville_wilt%1:26:00:: 1
-1 granulocytic%3:01:00:: 1
-1 granule%1:17:00:: 1
-1 granted%5:00:00:given:00 2
-1 grant-in-aid%1:04:00:: 1
-1 granite%1:27:00:: 1
-1 granite%1:07:00:: 2
-1 grandparent%1:18:00:: 1
-1 grandly%4:02:00:: 1
-1 grandiose%5:00:00:impressive:00 1
-1 grandeur%1:07:02:: 2
-1 grandchild%1:18:00:: 1
-1 grand%5:00:00:noble:02 2
-1 granary%1:06:00:: 1
-1 grammatically%4:02:00:: 1
-1 grammarian%1:18:00:: 1
-1 gram-negative%3:00:00:: 1
-1 graining%1:07:00:: 1
-1 grain%1:13:00:: 2
-1 graduated%5:00:01:progressive:02 1
-1 graduate_student%1:18:00:: 1
-1 graduate_school%1:14:00:: 1
-1 grading%1:04:00:: 1
-1 graded%5:00:00:hierarchical:00 1
-1 grade_school%1:14:00:: 1
-1 grade-constructed%5:00:00:surface:00 1
-1 grade%2:31:03:: 1
-1 grade%1:07:01:: 3
-1 graciously%4:02:00:: 1
-1 gracious%5:00:00:good:02 2
-1 gracious%3:00:00:: 1
-1 grace%2:36:00:: 1
-1 grace%1:07:03:: 4
-1 grab%2:38:02:: 3
-1 gowned%5:00:00:clothed:00 1
-1 governor's_race%1:11:00:: 1
-1 government%1:09:00:: 3
-1 governess%1:18:00:: 1
-1 gout%1:26:00:: 1
-1 gourd%1:06:00:: 1
-1 gothic_romancer%1:18:00:: 1
-1 gossamer%5:00:00:delicate:00 1
-1 gospeler%1:18:00:: 1
-1 gospel%1:10:02:: 2
-1 gory%5:00:01:bloody:00 1
-1 gorgeous%5:00:00:beautiful:00 1
-1 gorge%2:34:00:: 1
-1 gore%2:35:02:: 1
-1 gop%1:14:00:: 1
-1 goose_bumps%1:26:00:: 1
-1 goof%2:41:00:: 1
-1 good_will%1:21:00:: 2
-1 good_person%1:18:00:: 1
-1 good_part%1:07:00:: 1
-1 good_nature%1:07:00:: 1
-1 good_guy%1:18:00:: 1
-1 good_for_you%5:00:00:wholesome:00 1
-1 good_faith%1:07:00:: 1
-1 good_example%1:09:00:: 1
-1 good_condition%1:26:00:: 1
-1 good-natured%3:00:00:: 1
-1 good-looking%5:00:00:beautiful:00 1
-1 good%5:00:01:sound:00 13
-1 good%5:00:00:opportune:00 14
-1 good%5:00:00:operative:00 16
-1 good%5:00:00:fortunate:00 15
-1 good%5:00:00:best:00 17
-1 good%3:00:04:: 12
-1 gone%5:00:00:past:00 5
-1 gone%5:00:00:lost:01 6
-1 golfing%1:04:00:: 1
-1 golf_widow%1:18:00:: 1
-1 goldsmith%1:18:00:: 1
-1 golden_glow%1:20:00:: 1
-1 golden%5:00:00:metallic:00 3
-1 gold_leaf%1:06:00:: 1
-1 going_away%1:04:00:: 1
-1 going-over%1:04:00:: 1
-1 going%5:00:00:active:06 1
-1 going%1:04:01:: 1
-1 godlike%5:00:00:superhuman:00 1
-1 godless%5:00:00:impious:00 1
-1 godforsaken%5:00:00:inhospitable:00 1
-1 god_knows_how%4:02:00:: 1
-1 gobble%2:32:00:: 2
-1 goal%1:15:00:: 2
-1 goad%2:37:00:: 1
-1 goad%2:35:00:: 2
-1 goad%1:06:00:: 1
-1 go_with%2:42:02:: 2
-1 go_with%2:42:00:: 3
-1 go_up%2:30:04:: 6
-1 go_under%2:38:00:: 1
-1 go_to_war%2:33:00:: 1
-1 go_to_pieces%2:37:00:: 1
-1 go_through%2:41:00:: 3
-1 go_steady%2:41:00:: 1
-1 go_over%2:31:01:: 3
-1 go_over%2:29:00:: 4
-1 go_out%2:42:00:: 5
-1 go_out%2:41:00:: 6
-1 go_off%2:33:00:: 3
-1 go_for%2:42:00:: 1
-1 go_for%2:32:00:: 2
-1 go_for%2:31:00:: 3
-1 go_far%2:42:00:: 2
-1 go_down%2:34:00:: 5
-1 go_down%2:33:00:: 6
-1 go_deep%2:42:00:: 1
-1 go_by%2:32:00:: 3
-1 go_around%2:42:00:: 1
-1 go_around%2:32:00:: 2
-1 go_along%2:38:02:: 3
-1 go_all_out%2:41:00:: 1
-1 go_after%2:35:00:: 2
-1 go_a_long_way%2:42:00:: 1
-1 go%2:42:10:: 19
-1 go%2:42:04:: 18
-1 go%2:38:09:: 20
-1 go%2:33:00:: 21
-1 gnome%1:18:00:: 1
-1 gnaw_at%2:30:00:: 1
-1 gnaw%2:30:00:: 2
-1 glycerolize%2:38:00:: 1
-1 glutton%1:18:00:: 1
-1 glutamic_oxaloacetic_transaminase%1:27:00:: 1
-1 glut%2:34:00:: 1
-1 glum%5:00:00:dejected:00 1
-1 glue%1:27:00:: 1
-1 glowing%5:00:00:enthusiastic:00 2
-1 glowering%5:00:00:ill-natured:00 1
-1 glow%2:37:01:: 4
-1 glow%1:19:00:: 3
-1 glow%1:12:00:: 4
-1 gloved%3:00:00:: 1
-1 glottochronology%1:09:00:: 1
-1 glottal_catch%1:10:00:: 1
-1 gloss_over%2:41:00:: 1
-1 glory%2:32:00:: 1
-1 gloriously%4:02:01:: 1
-1 glorious%5:00:00:proud:00 2
-1 glorious%5:00:00:blessed:00 3
-1 glorify%2:30:00:: 2
-1 glorified%5:00:00:authorized:00 1
-1 gloomy%5:00:00:hopeless:00 1
-1 gloomy%5:00:00:dark:01 3
-1 gloomy%5:00:00:cheerless:00 2
-1 gloom%1:12:00:: 2
-1 glom%2:40:00:: 1
-1 global%5:00:00:international:00 1
-1 gloat%2:32:00:: 1
-1 glint%2:39:02:: 2
-1 glint%1:11:00:: 1
-1 glimpse%1:09:00:: 2
-1 glimmer%1:11:00:: 1
-1 glide-bomb%2:33:00:: 1
-1 glibness%1:07:00:: 1
-1 gleaming%1:11:00:: 1
-1 gleaming%1:07:00:: 2
-1 gleam%2:30:00:: 3
-1 glazed%5:00:00:empty:00 1
-1 glaze%2:30:00:: 2
-1 glaucoma%1:26:00:: 1
-1 glassy%5:00:00:smooth:00 1
-1 glassy%5:00:00:empty:00 2
-1 glassless%3:00:00:: 1
-1 glass%1:06:03:: 4
-1 glaring%5:00:00:conspicuous:00 2
-1 glare%1:04:00:: 2
-1 glanders%1:26:00:: 1
-1 glance%2:38:00:: 2
-1 glamorous%5:00:00:exciting:00 1
-1 glamor%1:07:00:: 1
-1 gladiator%1:18:00:: 1
-1 glad%5:00:00:willing:00 2
-1 glad%5:00:00:grateful:00 3
-1 glacier%1:17:00:: 1
-1 giving_up%1:10:00:: 1
-1 giving%1:04:00:: 1
-1 giver%1:18:01:: 1
-1 givenness%1:07:00:: 1
-1 given%1:09:00:: 1
-1 giveaway%1:21:00:: 1
-1 give_way%2:38:01:: 2
-1 give_way%2:30:01:: 3
-1 give_up%2:41:00:: 11
-1 give_up%2:34:00:: 12
-1 give_thanks%2:32:04:: 1
-1 give_out%2:43:00:: 1
-1 give_out%2:40:00:: 2
-1 give_or_take%4:02:00:: 1
-1 give_it_a_whirl%2:41:00:: 1
-1 give_in%2:32:01:: 2
-1 give_forth%2:29:00:: 1
-1 give_ear%2:39:00:: 1
-1 give_birth%2:36:00:: 2
-1 give_and_take%2:32:00:: 1
-1 give%2:38:13:: 26
-1 give%2:31:00:: 27
-1 give%1:07:00:: 1
-1 girt%2:42:00:: 1
-1 girlfriend%1:18:01:: 1
-1 girlfriend%1:18:00:: 2
-1 gird%2:33:00:: 1
-1 ginkgo%1:20:00:: 1
-1 gingerly%5:00:00:cautious:00 1
-1 gingerly%4:02:00:: 1
-1 gild%2:36:00:: 1
-1 giggle%1:10:00:: 1
-1 gig%1:06:02:: 1
-1 gift_horse%1:21:00:: 1
-1 gift%2:41:00:: 1
-1 giddiness%1:07:00:: 1
-1 gibelike%5:00:00:disrespectful:00 1
-1 gibbet%1:06:00:: 1
-1 ghoul%1:18:00:: 2
-1 ghostly%5:00:00:supernatural:00 1
-1 ghostlike%5:00:00:supernatural:00 1
-1 ghost%2:38:00:: 1
-1 ghana%1:15:00:: 1
-1 geyser%2:38:00:: 1
-1 get_worse%2:30:00:: 1
-1 get_word%2:31:00:: 1
-1 get_up%2:29:03:: 5
-1 get_up%2:29:02:: 6
-1 get_tough%2:41:00:: 1
-1 get_together%2:41:03:: 1
-1 get_together%2:41:01:: 2
-1 get_together%2:41:00:: 3
-1 get_through%2:42:00:: 2
-1 get_through%2:38:00:: 3
-1 get_the_picture%2:31:00:: 1
-1 get_the_best%2:33:02:: 1
-1 get_over%2:36:00:: 2
-1 get_over%2:30:00:: 3
-1 get_onto%2:31:00:: 1
-1 get_on%2:38:03:: 2
-1 get_on%2:38:02:: 4
-1 get_on%2:38:00:: 3
-1 get_on%2:30:01:: 5
-1 get_on%2:30:00:: 6
-1 get_on%2:29:00:: 7
-1 get_off%2:41:00:: 2
-1 get_off%2:32:05:: 3
-1 get_off%2:32:01:: 4
-1 get_off%2:32:00:: 5
-1 get_it%2:41:00:: 2
-1 get_into_bed%2:29:00:: 1
-1 get_into%2:32:00:: 4
-1 get_into%2:29:00:: 5
-1 get_in%2:40:01:: 4
-1 get_in%2:40:00:: 3
-1 get_in%2:38:00:: 5
-1 get_hold_of%2:35:00:: 1
-1 get_even%2:33:00:: 1
-1 get_down%2:38:01:: 3
-1 get_down%2:38:00:: 2
-1 get_down%2:34:00:: 4
-1 get_by%2:38:00:: 2
-1 get_by%2:32:00:: 3
-1 get_behind%2:38:00:: 1
-1 get_back%2:33:00:: 3
-1 get_away%2:41:00:: 3
-1 get_at%2:38:00:: 1
-1 get_along_with%2:41:00:: 1
-1 get_across%2:32:00:: 1
-1 get_across%2:31:00:: 2
-1 get_about%2:38:00:: 1
-1 get%2:35:10:: 19
-1 get%2:35:00:: 18
-1 get%2:31:03:: 20
-1 gesticulating%5:00:00:communicative:00 1
-1 germinal%5:00:00:original:00 1
-1 germ%1:09:00:: 1
-1 georgian%1:18:00:: 1
-1 georgia%1:15:02:: 2
-1 george_washington%1:18:00:: 1
-1 geometrical%3:01:00:: 1
-1 geology%1:09:00:: 1
-1 geographical_area%1:15:00:: 1
-1 geographic%3:01:00:: 1
-1 geographer%1:18:00:: 1
-1 geochemistry%1:09:00:: 1
-1 genus%1:14:00:: 2
-1 genuinely%4:02:00:: 1
-1 gentry%1:14:00:: 1
-1 gentlemanly%5:00:00:refined:01 1
-1 gentle%5:00:00:noble:02 4
-1 gentle%2:37:00:: 1
-1 gentian%1:20:00:: 1
-1 genre%1:09:00:: 1
-1 genius%1:18:01:: 3
-1 genie%1:18:00:: 1
-1 geneticist%1:18:00:: 1
-1 generously%4:02:00:: 1
-1 generous%5:00:00:ample:00 3
-1 generous%3:00:02:: 2
-1 generosity%1:07:00:: 1
-1 generator%1:06:00:: 2
-1 generate%2:36:01:: 3
-1 generate%2:29:00:: 4
-1 generalized%5:00:00:general:00 2
-1 generalization%1:09:03:: 3
-1 generalization%1:09:00:: 2
-1 general_election%1:04:00:: 1
-1 general_agreement%1:26:00:: 1
-1 general-purpose%5:00:00:general:00 1
-1 general%5:00:00:national:01 3
-1 general%5:00:00:common:01 4
-1 general%2:32:00:: 1
-1 gem%1:06:01:: 1
-1 geiger_tube%1:06:00:: 1
-1 gegenschein%1:19:00:: 1
-1 gearset%1:06:00:: 1
-1 gear%1:06:00:: 1
-1 gayly%4:02:00:: 1
-1 gay%5:00:00:joyous:00 5
-1 gay%5:00:00:homosexual:00 6
-1 gawk%2:39:00:: 1
-1 gavotte%1:04:00:: 1
-1 gaussian_shape%1:09:00:: 1
-1 gauntleted%5:00:00:gloved:00 1
-1 gauge%1:06:00:: 1
-1 gaudy%5:00:00:tasteless:02 1
-1 gaudy%5:00:00:colorful:03 2
-1 gauche%5:00:00:inelegant:00 1
-1 gathering%5:00:00:intensifying:00 1
-1 gathering%1:04:01:: 3
-1 gathered%5:00:00:concentrated:00 1
-1 gather_up%2:40:00:: 2
-1 gather%2:35:03:: 6
-1 gateway%1:06:00:: 1
-1 gate%1:06:01:: 2
-1 gastronomy%1:13:01:: 1
-1 gassing%1:22:00:: 1
-1 gassing%1:04:00:: 2
-1 gaspingly%4:02:00:: 1
-1 gasoline%1:27:00:: 1
-1 gash%2:35:00:: 1
-1 gaseous%3:00:00:: 1
-1 gas_up%2:40:00:: 1
-1 gas_thermometer%1:06:00:: 1
-1 gas_stove%1:06:00:: 1
-1 gas_lamp%1:06:00:: 1
-1 gas_gun%1:06:00:: 1
-1 gas%2:33:00:: 1
-1 gas%1:26:01:: 4
-1 gas%1:06:00:: 5
-1 garrison%2:33:00:: 1
-1 garner%2:40:01:: 1
-1 garland%2:36:00:: 1
-1 gardening%1:04:00:: 1
-1 garden_heliotrope%1:20:00:: 1
-1 garbled%5:00:00:incoherent:00 1
-1 garbed%5:00:00:clothed:00 1
-1 garbage_collector%1:18:00:: 1
-1 garbage_can%1:06:00:: 1
-1 garb%1:06:00:: 1
-1 gape%2:39:00:: 1
-1 gang%1:14:00:: 3
-1 gamma_globulin%1:27:00:: 1
-1 gamma%1:10:00:: 1
-1 gamin%1:18:00:: 1
-1 gamecock%1:05:00:: 1
-1 game_bird%1:05:00:: 1
-1 gambler%1:18:00:: 1
-1 galvanizing%1:04:00:: 1
-1 galvanism%1:19:00:: 1
-1 galvanic%3:01:00:: 1
-1 gallus%1:06:00:: 1
-1 gallows%1:06:00:: 1
-1 galloping%3:44:00:: 1
-1 galling%5:00:00:disagreeable:00 1
-1 gallbladder%1:08:00:: 1
-1 gallantry%1:07:00:: 1
-1 gallant%5:00:00:brave:00 1
-1 gallant%1:18:01:: 1
-1 gal%1:23:00:: 1
-1 gait%1:28:00:: 1
-1 gainful%5:00:00:profitable:00 1
-1 gain%2:40:00:: 8
-1 gain%1:21:00:: 4
-1 gagwriter%1:18:00:: 1
-1 gage%1:06:01:: 2
-1 gage%1:06:00:: 1
-1 gag_line%1:10:00:: 1
-1 gag%2:39:00:: 1
-1 gaelic%3:01:00:: 1
-1 gadgetry%1:06:00:: 1
-1 gable%1:06:00:: 1
-1 gabbling%5:00:00:voluble:00 1
-1 gabble%2:32:00:: 1
-1 gabardine%1:06:00:: 1
-1 fuzzy%5:00:00:indistinct:00 2
-1 fuzzed%5:00:00:hairy:00 1
-1 fuzz%1:20:00:: 1
-1 future_day%5:00:00:future:00 1
-1 fussy%5:00:00:ill-natured:00 1
-1 fussily%4:02:00:: 1
-1 fuss%2:41:00:: 2
-1 fuss%1:26:00:: 1
-1 fusiform%5:00:00:pointed:00 1
-1 fuse%2:30:03:: 2
-1 fuse%1:06:01:: 1
-1 furtively%4:02:00:: 1
-1 furtive%5:00:00:concealed:00 1
-1 further%4:02:00:: 3
-1 furry%5:00:00:hairy:00 1
-1 furrow%2:35:00:: 1
-1 furrow%1:06:00:: 1
-1 furnishings%1:06:01:: 2
-1 furnished%3:00:00:: 1
-1 furnace%1:06:00:: 1
-1 furlough%2:41:00:: 1
-1 furlough%1:28:00:: 1
-1 furlong%1:23:00:: 1
-1 furl%2:30:00:: 1
-1 fur-piece%1:06:00:: 1
-1 fur%1:05:00:: 2
-1 funny_wagon%1:06:00:: 1
-1 funny_house%1:06:00:: 1
-1 funny%4:02:01:: 1
-1 funnel%2:35:00:: 1
-1 funnel%1:25:00:: 1
-1 fungal%3:01:00:: 1
-1 fundamentalist%3:01:00:: 1
-1 fundamental%5:00:00:significant:00 3
-1 fund-raising_drive%1:04:00:: 1
-1 functioning%3:00:00:: 1
-1 functional%3:00:02:: 2
-1 function%2:33:00:: 3
-1 fun%1:04:01:: 3
-1 fumbling%5:00:00:unskilled:00 1
-1 fumble%2:38:00:: 2
-1 fumble%2:35:01:: 3
-1 fumble%1:04:00:: 1
-1 fulminate%2:32:00:: 1
-1 fully%4:02:03:: 3
-1 fullness%1:26:01:: 1
-1 fullness%1:07:02:: 2
-1 fullback%2:33:00:: 1
-1 full_of_life%5:00:00:animated:00 1
-1 full_complement%1:14:00:: 1
-1 full-of-the-moon%1:28:00:: 1
-1 full-clad%5:00:00:complete:00 1
-1 full%5:00:00:ample:00 6
-1 full%3:00:01:: 5
-1 fulfil%2:34:00:: 2
-1 fugitive%1:18:01:: 1
-1 fugal%3:01:00:: 1
-1 fueled%3:00:00:: 1
-1 fry%2:42:00:: 1
-1 fry%2:30:00:: 2
-1 frustration%1:04:02:: 2
-1 frustrated%5:00:00:defeated:00 2
-1 fruitfulness%1:07:00:: 1
-1 fruitful%5:00:00:productive:00 2
-1 fruitful%3:00:00:: 1
-1 fruit_tree%1:20:00:: 1
-1 fruit%1:11:00:: 3
-1 frozen%5:00:00:cold:02 3
-1 frowzled%5:00:00:untidy:00 1
-1 frowningly%4:02:00:: 1
-1 frown_upon%2:31:00:: 1
-1 frothing%5:00:00:agitated:02 1
-1 froth%1:17:00:: 1
-1 frostbite%1:26:00:: 1
-1 frost%2:35:00:: 1
-1 frost%1:27:00:: 1
-1 frost%1:19:00:: 2
-1 frontier_settlement%1:14:00:: 1
-1 frontier%1:15:00:: 2
-1 frontal%5:00:01:anterior:00 1
-1 front_yard%1:06:00:: 1
-1 front_line%1:15:00:: 1
-1 front%1:18:00:: 5
-1 from_the_heart%4:02:00:: 1
-1 from_start_to_finish%4:02:00:: 1
-1 from_scratch%4:02:00:: 1
-1 from_pillar_to_post%4:02:00:: 1
-1 from_nowhere%4:02:00:: 1
-1 frolic%2:38:00:: 1
-1 frolic%1:04:00:: 1
-1 frogmarch%2:38:00:: 1
-1 frizzle%2:30:00:: 1
-1 fringed%5:00:00:adorned:00 2
-1 fringe%5:00:00:peripheral:00 1
-1 fringe%1:15:00:: 2
-1 frills%1:06:00:: 1
-1 frigid%5:00:00:cold:01 2
-1 frightful%5:00:00:extraordinary:00 2
-1 frighten_away%2:37:00:: 1
-1 frighten%2:37:01:: 2
-1 friendliness%1:12:00:: 1
-1 friend%1:18:03:: 2
-1 friend%1:18:02:: 3
-1 fried_egg%1:13:00:: 1
-1 freudian%3:01:00:: 1
-1 freud%1:18:00:: 1
-1 freshness%1:07:01:: 1
-1 freshness%1:07:00:: 2
-1 freshman%1:18:01:: 2
-1 freshly%4:02:00:: 1
-1 fresh%4:02:00:: 1
-1 frequent%2:41:00:: 1
-1 frequent%2:38:00:: 2
-1 frenzied%5:00:00:wild:02 1
-1 french_window%1:06:00:: 1
-1 french_ultramarine_blue%1:27:00:: 1
-1 french_teacher%1:18:00:: 1
-1 french_horn%1:06:00:: 1
-1 french_canadian%1:18:00:: 1
-1 freighter%1:06:00:: 1
-1 freight%1:04:00:: 2
-1 freezing%5:00:00:cold:01 1
-1 freezing%1:22:00:: 1
-1 freeze%2:30:02:: 4
-1 freeze%2:30:01:: 5
-1 freewheeling%5:00:00:unrestrained:00 1
-1 freewheeler%1:18:00:: 1
-1 freelance%5:00:00:employed:00 1
-1 freedom_of_thought%1:07:00:: 1
-1 freedom%1:26:01:: 2
-1 freed%5:00:00:free:00 2
-1 free_will%1:07:00:: 2
-1 free_trader%1:18:00:: 1
-1 free_rein%1:26:00:: 1
-1 free%5:00:00:voluntary:01 7
-1 free%5:00:00:unfixed:00 8
-1 free%2:41:07:: 4
-1 free%2:41:02:: 6
-1 free%2:41:01:: 5
-1 free%2:35:01:: 7
-1 free%2:32:00:: 8
-1 freckle%1:08:00:: 1
-1 frayed%5:00:01:worn:00 1
-1 fraternity%1:14:01:: 1
-1 fraternity%1:14:00:: 2
-1 fraternisation%1:04:00:: 1
-1 frantic%5:00:00:wild:02 2
-1 frangipani%1:20:00:: 1
-1 franc%1:23:00:: 1
-1 framing%1:04:00:: 1
-1 framework%1:07:00:: 2
-1 framed%3:00:00:: 1
-1 frame_up%2:36:00:: 1
-1 frame%2:41:00:: 3
-1 frame%2:32:00:: 4
-1 frame%2:31:00:: 5
-1 frambesia%1:26:00:: 1
-1 fragrance%1:09:00:: 1
-1 fragmented%5:00:00:broken:01 1
-1 fragmentation%1:04:00:: 1
-1 fragment%1:06:00:: 2
-1 fracture%2:30:01:: 1
-1 fractional%3:00:00:: 1
-1 fox%1:18:00:: 2
-1 fowl%1:05:00:: 1
-1 fourth_of_july%1:28:00:: 1
-1 fourth%1:24:00:: 1
-1 fourteenth%5:00:00:ordinal:00 1
-1 fourteen%1:23:00:: 1
-1 foursome%1:14:00:: 1
-1 fourfold%5:00:01:multiple:00 1
-1 four_hundred%1:14:00:: 1
-1 four-sided%5:00:00:multilateral:00 1
-1 fountainhead%1:10:00:: 1
-1 foundry%1:06:00:: 1
-1 founder%1:26:00:: 1
-1 founder%1:18:00:: 2
-1 foundation%1:06:00:: 3
-1 found%3:00:00:: 1
-1 found%1:21:00:: 1
-1 fouled%5:00:00:dirty:01 1
-1 foul_up%2:41:00:: 1
-1 foul_out%2:35:00:: 1
-1 foul%5:00:00:unfair:00 3
-1 foul%5:00:00:offensive:01 1
-1 foul%5:00:00:malodorous:00 2
-1 foul%2:33:01:: 1
-1 foul%2:30:03:: 2
-1 fostering%1:10:00:: 1
-1 foster_parent%1:18:00:: 1
-1 foster_home%1:14:00:: 1
-1 forwarding%1:04:01:: 1
-1 forward-moving%5:00:00:progressive:01 1
-1 forward%5:00:00:front(a):00 7
-1 forward%5:00:00:advancing:00 2
-1 fortune%1:26:00:: 4
-1 fortunate%5:00:00:blessed:00 2
-1 fortified%5:00:00:protected:00 1
-1 fortification%1:06:00:: 1
-1 forties%1:28:00:: 1
-1 forthwith%4:02:00:: 1
-1 forth%4:02:02:: 3
-1 forth%4:02:01:: 2
-1 forte-piano%1:06:00:: 1
-1 forte%1:07:01:: 1
-1 fort%1:06:00:: 2
-1 forswear%2:32:00:: 1
-1 formulation%1:10:00:: 3
-1 formulate%2:36:01:: 4
-1 formula%1:10:03:: 4
-1 formula%1:09:00:: 5
-1 formative%1:10:00:: 1
-1 formally%4:02:00:: 2
-1 formalized%3:01:00:: 1
-1 formal_logic%1:09:00:: 1
-1 form_of_government%1:14:00:: 1
-1 form%1:14:02:: 9
-1 form%1:10:02:: 10
-1 form%1:07:03:: 11
-1 forked%5:00:00:divided:00 1
-1 fork%1:25:00:: 3
-1 fork%1:06:02:: 4
-1 forgotten%5:00:00:unrecoverable:00 2
-1 forgo%2:41:00:: 1
-1 forgive%2:41:00:: 2
-1 forgetful%3:00:01:: 1
-1 forge%2:36:08:: 3
-1 forge%2:36:01:: 2
-1 forge%2:36:00:: 1
-1 forfeit%5:00:00:lost:03 1
-1 foresight%1:07:00:: 1
-1 foreshorten%2:30:00:: 1
-1 foreseeable%5:00:00:predictable:00 1
-1 forerunner%1:18:00:: 1
-1 forerunner%1:10:00:: 2
-1 forensic%5:00:00:rhetorical:00 1
-1 foremost%5:00:00:front(a):00 3
-1 foreknowledge%1:10:00:: 1
-1 foreknow%2:31:00:: 1
-1 foreign_office%1:14:00:: 1
-1 foreign_exchange%1:21:00:: 1
-1 foreign%5:00:00:adulterating:00 4
-1 forefather%1:18:00:: 1
-1 foreclose%2:41:00:: 1
-1 foreclose%2:40:00:: 2
-1 forecasting%1:10:00:: 1
-1 forecast%2:32:01:: 3
-1 forecast%1:10:00:: 1
-1 foreboding%1:12:00:: 1
-1 forebear%2:42:00:: 1
-1 forearm%1:08:00:: 1
-1 forceless%3:00:00:: 1
-1 forced_sale%1:10:00:: 1
-1 forced%5:00:00:involuntary:01 2
-1 forced%3:44:00:: 1
-1 force%2:35:05:: 8
-1 force%2:35:01:: 7
-1 force%1:18:00:: 7
-1 forbid%2:41:03:: 2
-1 foraging%1:04:00:: 1
-1 for_sure%5:00:00:unquestionable:00 1
-1 for_one%4:02:00:: 1
-1 for_keeps%4:02:00:: 1
-1 for_good_measure%4:02:00:: 1
-1 for_good%4:02:00:: 1
-1 for_all_the_world%4:02:00:: 1
-1 for_all_practical_purposes%4:02:00:: 1
-1 foppish%5:00:00:elegant:00 1
-1 footprint%1:10:00:: 1
-1 footpath%1:06:00:: 1
-1 footnote%1:10:00:: 1
-1 footloose%5:00:00:free:00 1
-1 footing%1:26:00:: 1
-1 foothills%1:17:00:: 1
-1 footbridge%1:06:00:: 1
-1 footage%1:06:00:: 1
-1 foot_soldier%1:18:00:: 1
-1 foot%2:40:00:: 1
-1 foot%1:04:00:: 7
-1 foolproof%5:00:00:infallible:00 1
-1 fooling%5:00:00:light:02 1
-1 foolhardy%5:00:00:bold:00 1
-1 fool%5:00:00:stupid:00 2
-1 fool%5:00:00:foolish:00 1
-1 fool%1:18:02:: 3
-1 foodstuff%1:06:00:: 1
-1 fond%5:00:01:loving:00 2
-1 fond%5:00:00:inclined(p):02 4
-1 folly%1:04:01:: 2
-1 following%1:14:00:: 1
-1 follow_suit%2:42:00:: 1
-1 follow-through%1:04:00:: 1
-1 follow%2:36:01:: 15
-1 follow%2:30:01:: 16
-1 follicular%3:01:00:: 1
-1 folks%1:14:00:: 1
-1 folk_writer%1:18:00:: 1
-1 folk_poet%1:18:00:: 1
-1 folk_music%1:10:00:: 1
-1 folk_dance%1:04:00:: 1
-1 folk%5:00:00:nonclassical:00 1
-1 folk%1:14:02:: 3
-1 folk%1:14:01:: 2
-1 foliage%1:06:00:: 2
-1 folding_chair%1:06:00:: 1
-1 folded-up%5:00:00:folded:00 1
-1 fold_up%2:35:00:: 1
-1 fold%2:30:00:: 3
-1 fold%1:14:00:: 2
-1 foil%2:42:00:: 1
-1 foil%2:41:00:: 2
-1 foible%1:07:00:: 1
-1 focusing%1:09:00:: 1
-1 focus%2:31:01:: 3
-1 focus%1:26:00:: 4
-1 focally%4:02:00:: 1
-1 foamy%5:00:00:unhealthy:00 2
-1 foam%2:30:05:: 1
-1 foam%1:27:00:: 2
-1 fm%1:10:00:: 1
-1 flyway%1:15:00:: 1
-1 flying%5:00:00:winged:00 1
-1 flying%5:00:00:moving:02 2
-1 flying%5:00:00:air(a):00 5
-1 flyer%1:10:00:: 1
-1 fly_open%2:35:00:: 1
-1 fly_in_the_ointment%1:07:00:: 1
-1 fly_high%2:37:00:: 1
-1 fly%2:38:06:: 8
-1 fly%2:38:05:: 9
-1 fly%1:06:01:: 2
-1 fly%1:06:00:: 3
-1 fly%1:04:00:: 4
-1 fluttering%5:00:02:moving:02 2
-1 fluttering%5:00:00:moving:02 1
-1 flutter%2:38:02:: 1
-1 flutter%2:38:01:: 2
-1 flutter%1:04:00:: 1
-1 flute%1:06:00:: 1
-1 fluster%2:37:01:: 1
-1 flush%5:00:00:even:01 1
-1 flush%1:28:00:: 1
-1 flush%1:26:00:: 2
-1 flurry%1:19:00:: 2
-1 fluoroboride%1:27:00:: 1
-1 fluorine%1:27:00:: 1
-1 fluorescent%5:00:00:light:06 1
-1 fluoresce%2:39:00:: 1
-1 fluid%5:00:00:changeable:00 1
-1 fluid%1:27:00:: 2
-1 fluffy%5:00:00:soft:01 1
-1 fluff%1:27:00:: 1
-1 fluent%5:00:00:graceful:00 1
-1 flub%2:41:00:: 1
-1 flowing%1:11:00:: 1
-1 flowering%1:22:01:: 2
-1 flowerbed%1:06:00:: 1
-1 flower%2:30:00:: 1
-1 flow_out%2:30:00:: 1
-1 flow_from%2:42:00:: 1
-1 flow%2:38:02:: 3
-1 flow%1:26:00:: 5
-1 flow%1:14:00:: 6
-1 flourishing%5:00:00:healthy:00 1
-1 flourish%2:40:00:: 2
-1 flourish%1:10:02:: 1
-1 flounce%2:38:00:: 1
-1 florist%1:18:00:: 1
-1 florist%1:06:00:: 2
-1 floridian%1:18:00:: 1
-1 florid%5:00:00:fancy:00 1
-1 florentine%3:01:00:: 1
-1 florence%1:15:00:: 1
-1 floral%5:00:00:patterned:00 1
-1 flooring%1:06:00:: 1
-1 floorboard%1:06:00:: 1
-1 floor_plan%1:06:00:: 1
-1 floor_covering%1:06:00:: 1
-1 floor_board%1:06:00:: 1
-1 floor%1:17:00:: 5
-1 floodhead%1:19:00:: 1
-1 flooded%5:00:01:full:00 1
-1 flood%1:04:00:: 5
-1 flog%2:35:00:: 1
-1 flock%1:23:00:: 3
-1 flock%1:14:03:: 4
-1 flocculation%1:22:00:: 1
-1 flocculate%2:42:00:: 1
-1 flit%2:38:00:: 1
-1 flirt_with%2:31:00:: 1
-1 flirt%2:32:00:: 1
-1 flip%2:35:01:: 2
-1 flip%1:04:03:: 1
-1 flint%1:27:00:: 1
-1 fling%2:38:00:: 2
-1 flimsy%5:00:02:weak:00 2
-1 flight_of_stairs%1:06:00:: 1
-1 flight%1:09:00:: 6
-1 flick%2:39:10:: 2
-1 flick%2:39:00:: 1
-1 flick%2:38:00:: 3
-1 flick%2:35:03:: 4
-1 flexible%5:00:00:elastic:00 4
-1 flexible%5:00:00:adaptable:00 3
-1 flex%2:38:01:: 1
-1 fleshy%5:00:00:fat:01 1
-1 fleeting%5:00:00:short:02 2
-1 fleeting%5:00:00:moving:02 1
-1 fleet%1:14:03:: 1
-1 fleeing%5:00:00:moving:02 1
-1 fledgling%5:00:00:inexperienced:00 2
-1 fledgling%5:00:00:fledged:00 1
-1 fledgling%1:18:00:: 1
-1 flecked%5:00:00:patterned:00 1
-1 fleck%1:17:00:: 1
-1 flea_market%1:15:00:: 1
-1 flea%1:05:00:: 1
-1 flattened%5:00:00:planar:00 1
-1 flatten%2:30:00:: 2
-1 flats%1:06:00:: 1
-1 flat_bench%1:06:00:: 1
-1 flat-footed%5:00:00:footed:00 1
-1 flat%4:02:01:: 1
-1 flat%3:00:03:: 5
-1 flat%1:06:04:: 2
-1 flashy%5:00:00:tasteless:02 1
-1 flashy%5:00:00:colorful:03 2
-1 flashlight_battery%1:06:00:: 1
-1 flashing%5:00:00:bright:00 1
-1 flashing%1:11:00:: 1
-1 flashback%1:10:00:: 1
-1 flash_flood%1:19:00:: 1
-1 flash%2:39:02:: 6
-1 flash%1:11:01:: 3
-1 flash%1:09:00:: 4
-1 flaring%5:00:00:increasing:00 1
-1 flare_up%2:43:00:: 1
-1 flare_up%2:30:00:: 2
-1 flare%2:43:00:: 1
-1 flare%2:37:00:: 2
-1 flare%2:30:00:: 3
-1 flare%1:25:00:: 1
-1 flare%1:22:00:: 2
-1 flare%1:10:00:: 3
-1 flapper%1:18:00:: 1
-1 flap%2:38:03:: 3
-1 flaming%5:00:00:lighted:00 2
-1 flamboyantly%4:02:00:: 1
-1 flake%2:35:02:: 1
-1 flair%1:07:00:: 2
-1 flailing%5:00:00:moving:02 1
-1 flail%2:35:00:: 1
-1 flail%1:06:00:: 1
-1 flagellated_protozoan%1:05:00:: 1
-1 flag_of_truce%1:06:00:: 1
-1 flag-waver%1:18:00:: 1
-1 flag%2:32:00:: 1
-1 flag%2:30:00:: 2
-1 flag%1:20:00:: 3
-1 fizzle%2:42:00:: 1
-1 fixture%1:06:00:: 1
-1 fixing%1:04:00:: 1
-1 fixer%1:18:00:: 1
-1 fix%2:30:00:: 8
-1 fix%2:29:00:: 9
-1 fitness%1:26:00:: 2
-1 fit_out%2:40:00:: 1
-1 fit%2:42:03:: 7
-1 fit%2:40:00:: 8
-1 fistfight%2:33:00:: 1
-1 fistfight%1:04:00:: 1
-1 fishwife%1:18:00:: 1
-1 fishmonger%1:18:00:: 1
-1 fishing_tackle%1:06:00:: 1
-1 fishing_rod%1:06:00:: 1
-1 fishing_net%1:06:00:: 1
-1 fisher%1:18:00:: 1
-1 fish%2:33:00:: 2
-1 fish%1:18:00:: 3
-1 fiscal_policy%1:10:00:: 1
-1 first_off%4:02:00:: 1
-1 first_name%1:10:00:: 1
-1 first_moment%1:09:00:: 1
-1 first_class%1:07:00:: 1
-1 first_baseman%1:18:00:: 1
-1 first_aid%1:04:00:: 1
-1 first-rate%5:00:00:superior:02 1
-1 first-nighter%1:18:00:: 1
-1 first-class%5:00:01:superior:02 1
-1 first%1:28:00:: 3
-1 first%1:04:00:: 4
-1 firmness%1:07:03:: 1
-1 firmness%1:07:01:: 2
-1 firm%5:00:00:healthy:00 8
-1 firm%4:02:00:: 1
-1 firing_range%1:06:00:: 1
-1 firewood%1:27:00:: 1
-1 firewall%1:04:00:: 1
-1 fireside%1:15:00:: 1
-1 firepower%1:07:00:: 1
-1 fireman%1:04:00:: 1
-1 fire_company%1:14:00:: 1
-1 fire_and_brimstone%1:26:00:: 1
-1 fire%2:38:02:: 6
-1 fire%2:37:00:: 7
-1 fire%2:30:01:: 8
-1 finn%1:18:00:: 1
-1 finishing%1:07:00:: 1
-1 finish_up%2:30:02:: 2
-1 finish_up%2:30:00:: 1
-1 finicky%5:00:00:fastidious:00 1
-1 fingerprinting%1:04:00:: 1
-1 fingerprint_specialist%1:18:00:: 1
-1 fingerprint_man%1:18:00:: 1
-1 fingerprint_expert%1:18:00:: 1
-1 fingerpaint%2:36:00:: 1
-1 fingernail%1:08:00:: 1
-1 fingering%1:04:02:: 1
-1 fingered%3:00:00:: 1
-1 finger%2:35:05:: 2
-1 finger%2:35:00:: 1
-1 fineness%1:07:03:: 1
-1 finely%4:02:03:: 3
-1 fine-looking%5:00:00:beautiful:00 1
-1 fine-grained%5:00:02:fine:00 1
-1 fine%5:00:00:delicate:00 10
-1 fine%4:02:02:: 2
-1 fine%3:00:00:: 9
-1 fine%1:04:00:: 1
-1 finding%1:17:00:: 3
-1 find_out%2:32:01:: 3
-1 find_oneself%2:30:00:: 1
-1 find_fault_with%2:32:01:: 1
-1 financial_aid%1:04:00:: 1
-1 financed%5:00:00:supported:02 1
-1 final_period%1:28:00:: 1
-1 filter_paper%1:27:00:: 1
-1 filter%1:06:01:: 2
-1 filming%1:04:00:: 1
-1 film_maker%1:18:00:: 1
-1 film_clip%1:10:00:: 1
-1 filly%1:05:00:: 1
-1 fillip%1:09:00:: 1
-1 fill_up%2:30:01:: 2
-1 fill_out%2:30:00:: 2
-1 fill_in%2:36:00:: 2
-1 fill%2:41:01:: 6
-1 fill%2:34:01:: 7
-1 fill%2:34:00:: 8
-1 fill%2:30:02:: 9
-1 filipino%1:18:00:: 1
-1 file_cabinet%1:06:00:: 1
-1 file_away%2:32:00:: 1
-1 file%2:32:00:: 5
-1 file%1:14:00:: 2
-1 file%1:06:01:: 3
-1 file%1:06:00:: 4
-1 figuring%1:09:00:: 1
-1 figurine%1:06:00:: 1
-1 figured_bass%1:10:00:: 1
-1 figure_of_speech%1:10:00:: 1
-1 figure%2:31:02:: 5
-1 figure%1:07:01:: 9
-1 figuratively%4:02:00:: 1
-1 figural_blindness%1:26:00:: 1
-1 fighting%5:00:00:unpeaceful:00 2
-1 fighter%1:18:02:: 3
-1 fight_down%2:33:00:: 1
-1 fig_tree%1:20:00:: 1
-1 fifty-fifty%5:00:00:equal:00 1
-1 fifty-cent_piece%1:21:00:: 1
-1 fifty%1:23:00:: 1
-1 fiftieth%5:00:00:ordinal:00 1
-1 fifth%1:23:01:: 1
-1 fifteen%1:23:00:: 1
-1 fierceness%1:07:00:: 1
-1 fierce%5:00:00:merciless:00 3
-1 fiendish%5:00:00:evil:00 1
-1 fiend%1:18:02:: 2
-1 fieldstone%1:27:00:: 1
-1 fielding_average%1:24:00:: 1
-1 fielding%1:04:00:: 1
-1 fieldhand%1:18:00:: 1
-1 fielder%1:18:00:: 1
-1 field_sport%1:04:00:: 1
-1 field_of_operation%1:04:00:: 1
-1 field_glasses%1:06:00:: 1
-1 field_general%1:18:00:: 1
-1 field-test%2:41:00:: 1
-1 field%2:33:01:: 1
-1 field%2:33:00:: 2
-1 field%1:14:02:: 13
-1 field%1:14:01:: 12
-1 fidelity%1:07:02:: 1
-1 fiddle%1:06:00:: 1
-1 fictive%5:00:00:counterfeit:00 1
-1 fibrocalcific%3:01:00:: 1
-1 fiberglass%1:27:00:: 1
-1 feudal%3:01:00:: 1
-1 fetid%5:00:00:malodorous:00 1
-1 fetching%5:00:00:attractive:01 1
-1 fetch%2:37:00:: 2
-1 festering%5:00:00:septic:00 1
-1 fervor%1:12:00:: 1
-1 fervently%4:02:00:: 1
-1 fertilizer%1:27:00:: 1
-1 fertilize%2:30:00:: 1
-1 fertile%5:00:02:productive:00 2
-1 fertile%3:00:00:: 1
-1 ferry%2:38:02:: 1
-1 ferret_out%2:31:00:: 1
-1 ferocity%1:07:00:: 1
-1 ferociously%4:02:00:: 1
-1 ferocious%5:00:00:violent:00 1
-1 fermentation%1:26:00:: 1
-1 fermentation%1:22:00:: 2
-1 ferment%1:26:00:: 1
-1 fender%1:06:01:: 1
-1 fence%2:35:00:: 1
-1 femininity%1:07:00:: 1
-1 feminine%3:00:02:: 2
-1 felt%5:00:00:detected:00 1
-1 felon%1:18:00:: 1
-1 fellowship%1:26:00:: 2
-1 fellow_worker%1:18:00:: 1
-1 fellow_feeling%1:12:00:: 1
-1 felicity%1:07:00:: 1
-1 felicitate%2:32:00:: 1
-1 feint%2:36:00:: 1
-1 feign%2:32:00:: 1
-1 feeling_of_identity%1:12:00:: 1
-1 feeling%1:09:02:: 5
-1 feeler%1:05:01:: 1
-1 feel_for%2:37:00:: 1
-1 feel%2:40:00:: 11
-1 feel%1:26:00:: 2
-1 feel%1:07:00:: 3
-1 feeder%1:05:00:: 1
-1 feedback%1:22:00:: 1
-1 feedback%1:10:00:: 2
-1 feed_upon%2:34:00:: 1
-1 feed_back%2:40:00:: 1
-1 feed%2:34:02:: 7
-1 feebleness%1:26:00:: 1
-1 fedora%1:06:00:: 1
-1 federalize%2:30:00:: 1
-1 federal_soldier%1:18:00:: 1
-1 federal_housing_administration%1:14:00:: 1
-1 federal_department%1:14:00:: 1
-1 federal_court%1:14:00:: 1
-1 fecundity%1:09:00:: 1
-1 fecund%5:00:00:fertile:00 1
-1 featureless%5:00:00:plain:01 1
-1 featured%5:00:00:faced:00 2
-1 feathered%5:00:00:adorned:00 1
-1 feather%2:35:01:: 1
-1 feast%2:34:00:: 1
-1 feast%1:14:00:: 1
-1 feast%1:11:00:: 2
-1 feast%1:04:00:: 3
-1 fearless%3:00:00:: 1
-1 fearfully%4:02:01:: 2
-1 fearful%5:00:00:alarming:00 1
-1 fear%2:37:02:: 3
-1 faze%2:37:00:: 1
-1 fawn%1:07:00:: 1
-1 favorite%5:00:00:popular:00 1
-1 favorite%5:00:00:loved:00 2
-1 favorite%1:18:00:: 2
-1 favorable_position%1:07:00:: 1
-1 favorable%5:00:00:propitious:00 5
-1 favorable%5:00:00:friendly:01 4
-1 favorable%3:00:01:: 3
-1 favor%2:41:03:: 4
-1 favor%2:41:01:: 3
-1 favor%1:09:00:: 3
-1 fauteuil%1:06:00:: 1
-1 fault%2:32:00:: 1
-1 fault%1:07:00:: 3
-1 faucet%1:06:01:: 1
-1 fatty%3:00:00:: 1
-1 fattening%5:00:00:finished:02 1
-1 fatten%2:34:00:: 1
-1 fatigue%1:26:01:: 2
-1 father-god%1:18:00:: 1
-1 father%1:18:05:: 5
-1 father%1:18:02:: 6
-1 fatally%4:02:00:: 1
-1 fat%1:08:00:: 2
-1 fastened%5:00:00:steady:00 2
-1 fastened%3:00:00:: 1
-1 fast-growing%5:00:00:invasive:00 1
-1 fast-flying%5:00:00:moving:02 1
-1 fast%4:02:02:: 2
-1 fast%1:04:00:: 1
-1 fashions%1:06:00:: 1
-1 fascist%3:01:00:: 1
-1 fascinatingly%4:02:00:: 1
-1 fascinated%5:00:02:enchanted:00 1
-1 fasciculation%1:26:00:: 1
-1 farthest%4:02:00:: 1
-1 farther%5:00:02:far:00 2
-1 farmland%1:15:00:: 1
-1 farm_out%2:41:00:: 1
-1 farm_out%2:40:00:: 2
-1 farm_club%1:14:00:: 1
-1 farm_building%1:06:00:: 1
-1 fare%2:42:00:: 1
-1 far-famed%5:00:00:known:00 1
-1 far%5:00:00:right:00 3
-1 fantods%1:26:00:: 1
-1 fantasy_life%1:09:00:: 1
-1 fantasy%1:10:00:: 2
-1 fantasy%1:09:01:: 3
-1 fantastic%5:00:00:unreal:00 4
-1 fantasist%1:18:00:: 1
-1 fantasia%1:10:00:: 1
-1 fanfare%1:10:00:: 1
-1 fancy-free%5:00:00:uncommitted:00 1
-1 fancy%2:37:00:: 2
-1 fancy%1:09:02:: 1
-1 fancy%1:09:01:: 2
-1 fanciful%5:00:00:creative:00 1
-1 fanatic%1:18:00:: 1
-1 fan%2:38:00:: 3
-1 familiarly%4:02:00:: 1
-1 familiarity%1:07:02:: 3
-1 familiarity%1:07:01:: 2
-1 familiar%5:00:00:informed:00 3
-1 familiar%3:00:02:: 2
-1 faltering%5:00:00:unsteady:00 1
-1 faltering%1:04:00:: 1
-1 falter%2:38:00:: 3
-1 falter%2:32:00:: 4
-1 falsity%1:26:00:: 1
-1 falsity%1:10:00:: 2
-1 false%5:00:00:incorrect:00 2
-1 fallow%5:00:00:unplowed:00 1
-1 falling_off%1:22:00:: 1
-1 falling%5:00:00:decreasing:00 2
-1 falling%3:00:03:: 1
-1 fallen%5:00:00:down:00 1
-1 fall_short%2:37:12:: 1
-1 fall_over%2:29:00:: 1
-1 fall_out%2:32:00:: 1
-1 fall_open%2:38:00:: 1
-1 fall_off%2:35:00:: 1
-1 fall_in%2:41:02:: 2
-1 fall_for%2:37:00:: 1
-1 fall_back%2:33:00:: 4
-1 fall%2:38:01:: 15
-1 fall%1:11:04:: 6
-1 fall%1:11:01:: 7
-1 fall%1:04:02:: 8
-1 faker%1:18:00:: 1
-1 fake%2:36:00:: 1
-1 fake%1:06:00:: 1
-1 faithful%5:00:00:accurate:00 2
-1 faithful%1:14:01:: 1
-1 faith%1:04:00:: 4
-1 fairyland%1:09:00:: 1
-1 fairy%3:01:00:: 1
-1 fairy%1:18:00:: 1
-1 fairness%1:07:00:: 1
-1 fair%5:00:02:beautiful:00 5
-1 fair%5:00:00:beautiful:00 6
-1 fair%2:35:00:: 1
-1 fair%1:04:01:: 1
-1 faint%5:00:00:ill:01 4
-1 faint%2:29:00:: 1
-1 failure%1:04:01:: 5
-1 fail%2:41:08:: 5
-1 faery%3:01:00:: 1
-1 fadeout%1:11:00:: 1
-1 fade_out%2:30:00:: 1
-1 factual%5:00:00:real:00 1
-1 factor%1:18:00:: 4
-1 facsimile%1:06:01:: 1
-1 facilitatory%5:00:00:helpful:00 1
-1 facetiously%4:02:00:: 1
-1 facetious%5:00:00:humorous:00 1
-1 face_to_face%4:02:00:: 1
-1 face_saving%1:04:00:: 1
-1 face_powder%1:06:00:: 1
-1 face_lifting%1:04:01:: 1
-1 face-saving%5:00:00:helpful:00 1
-1 face%1:15:00:: 7
-1 face%1:08:01:: 8
-1 face%1:06:01:: 9
-1 fabulous%5:00:00:pleasing:00 1
-1 fabric%1:07:00:: 2
-1 eyestrain%1:26:00:: 1
-1 eyeshadow%1:06:00:: 1
-1 eyepiece%1:06:00:: 1
-1 eyelike%5:00:00:eyed:00 1
-1 eyeball%1:08:00:: 1
-1 eye_socket%1:08:00:: 1
-1 eye-deceiving%5:00:00:unreal:00 1
-1 eye-beaming%1:04:00:: 1
-1 exultantly%4:02:00:: 1
-1 exude%2:29:00:: 1
-1 extrude%2:36:00:: 1
-1 extremum%1:15:00:: 1
-1 extremity%1:08:00:: 1
-1 extremely%4:02:05:: 3
-1 extreme%5:00:00:distant:01 4
-1 extravaganza%1:04:00:: 1
-1 extravagantly%4:02:02:: 1
-1 extravagant%5:00:00:wasteful:00 2
-1 extrapolated%3:44:00:: 1
-1 extrapolate%2:32:00:: 1
-1 extrapolate%2:31:01:: 3
-1 extrapolate%2:31:00:: 2
-1 extraordinary%5:00:00:unusual:00 3
-1 extraordinarily%4:02:00:: 1
-1 extraneousness%1:24:00:: 1
-1 extraneous%5:00:02:extrinsic:00 2
-1 extraneous%5:00:00:irrelevant:00 1
-1 extramarital%5:00:00:illicit:00 1
-1 extralegal%5:00:00:illegal:00 1
-1 extract%2:40:00:: 2
-1 extract%2:36:00:: 3
-1 extract%2:30:00:: 4
-1 extinguished%5:00:00:destroyed:00 1
-1 extinguish%2:30:00:: 1
-1 external%5:00:00:exogenous:00 4
-1 extern%1:18:00:: 1
-1 exterior%1:15:01:: 1
-1 exterior%1:15:00:: 2
-1 extension%1:04:01:: 5
-1 extension%1:04:00:: 4
-1 extended%5:00:00:considerable:00 3
-1 extended%3:00:00:: 2
-1 extend%2:30:09:: 9
-1 extend%2:30:02:: 10
-1 extant%3:00:00:: 1
-1 expurgation%1:04:00:: 1
-1 expunge%2:35:00:: 1
-1 expulsion%1:04:01:: 1
-1 expropriated%5:00:00:taken:00 1
-1 expressly%4:02:00:: 1
-1 expressively%4:02:00:: 1
-1 expressionistic%3:01:00:: 1
-1 expressible%3:00:00:: 1
-1 expressed%3:00:00:: 2
-1 express_emotion%2:37:00:: 1
-1 express%5:00:00:explicit:00 1
-1 express%4:02:00:: 1
-1 expository%5:00:00:instructive:00 1
-1 exposed%5:00:00:unclothed:00 2
-1 expose%2:32:02:: 6
-1 exporter%1:18:00:: 1
-1 export%1:06:00:: 1
-1 exponential_function%1:24:00:: 1
-1 explosively%4:02:00:: 1
-1 exploratory%3:00:00:: 1
-1 exploding%5:00:00:increasing:00 1
-1 explicitly%4:02:00:: 1
-1 expletive%1:10:01:: 1
-1 explanatory%5:00:00:instructive:00 1
-1 expiate%2:41:00:: 1
-1 expert%5:00:00:professional:02 2
-1 experimentalism%1:09:01:: 1
-1 experiential%5:00:00:empirical:00 2
-1 expense_account%1:21:00:: 1
-1 expense%1:21:01:: 3
-1 expended%5:00:00:exhausted:00 1
-1 expendable%3:00:00:: 1
-1 expel%2:35:00:: 2
-1 expedition%1:04:02:: 4
-1 expedient%3:00:00:: 1
-1 expected%5:00:00:unsurprising:00 2
-1 expectancy%1:12:00:: 1
-1 expectancy%1:09:00:: 2
-1 expectable%5:00:00:expected:00 1
-1 expansiveness%1:07:02:: 1
-1 expansiveness%1:07:01:: 2
-1 expansively%4:02:01:: 1
-1 expanse%1:07:00:: 2
-1 exotic_dancer%1:18:04:: 1
-1 exorcise%2:35:00:: 1
-1 exonerate%2:32:00:: 1
-1 exodus%1:04:00:: 1
-1 exit%1:06:00:: 1
-1 existentialist%1:18:00:: 1
-1 existent%3:00:00:: 1
-1 existence%1:17:00:: 2
-1 exile%2:41:00:: 1
-1 exigency%1:26:00:: 1
-1 exhumation%1:04:00:: 1
-1 exhilarating%5:00:00:invigorating:00 1
-1 exhibition_game%1:04:00:: 1
-1 exhibit%1:10:00:: 1
-1 exhaustively%4:02:00:: 1
-1 exhaustive%5:00:00:complete:00 1
-1 exhausting%5:00:00:debilitating:00 1
-1 exhaust%2:40:00:: 3
-1 exert%2:41:00:: 3
-1 exercising%1:04:00:: 1
-1 exempt%2:41:00:: 1
-1 exemplar%1:09:00:: 1
-1 executive_secretary%1:18:00:: 1
-1 executive_branch%1:14:00:: 1
-1 executive%1:14:01:: 2
-1 execute%2:41:01:: 3
-1 execute%2:36:00:: 4
-1 excuse%2:32:01:: 4
-1 excursus%1:10:00:: 1
-1 excursion%1:04:00:: 1
-1 excruciating%5:00:00:painful:00 1
-1 excretion%1:22:00:: 1
-1 excoriate%2:32:00:: 1
-1 exclusion%1:26:00:: 1
-1 exclaiming%1:10:00:: 1
-1 excise_tax%1:21:00:: 1
-1 excise%2:35:00:: 1
-1 exchange%2:30:01:: 3
-1 exchange%1:06:01:: 5
-1 except%2:32:00:: 1
-1 except%2:31:00:: 2
-1 excelsior%1:27:00:: 1
-1 excellently%4:02:00:: 1
-1 exboyfriend%1:18:00:: 1
-1 exasperating%5:00:00:displeasing:00 1
-1 exasperate%2:37:00:: 1
-1 examine%2:41:00:: 5
-1 examination%1:10:01:: 3
-1 examination%1:10:00:: 2
-1 exalted%5:00:00:high:02 2
-1 exalt%2:37:01:: 2
-1 exaggeration%1:10:01:: 1
-1 exaggeration%1:04:00:: 2
-1 exact%2:32:00:: 1
-1 ex-mayor%1:18:00:: 1
-1 ex-husband%1:18:00:: 1
-1 ex-gambler%1:18:00:: 1
-1 evolve%2:30:03:: 4
-1 evolutionary%3:01:00:: 1
-1 evocation%1:09:00:: 1
-1 evildoer%1:18:00:: 1
-1 evil%5:00:00:wicked:00 2
-1 evil%5:00:00:malign:00 3
-1 evidential%5:00:00:significant:00 1
-1 evident%5:00:00:noticeable:00 2
-1 evidence%2:32:02:: 3
-1 every_year%4:02:00:: 1
-1 every_which_way%4:02:01:: 1
-1 every_week%4:02:00:: 1
-1 every_so_often%4:02:00:: 1
-1 every_last%5:00:00:all(a):00 1
-1 every_bit%4:02:00:: 1
-1 everlasting%5:00:00:permanent:00 1
-1 everlasting%5:00:00:cursed:00 2
-1 eventuate%2:42:00:: 1
-1 evensong%1:28:00:: 1
-1 even_as%4:02:01:: 1
-1 evaporative_cooler%1:06:00:: 1
-1 evangelist%1:18:00:: 1
-1 evaluative%5:00:00:critical:02 1
-1 evade%2:38:00:: 2
-1 evacuation%1:04:01:: 2
-1 evacuated%5:00:00:exhausted:00 1
-1 evacuate%2:38:01:: 1
-1 evacuate%2:30:00:: 2
-1 eutectic%1:27:00:: 1
-1 europeanize%2:30:01:: 1
-1 europeanization%1:04:00:: 1
-1 european_country%1:15:00:: 1
-1 eurasian%3:01:00:: 1
-1 euphoric%3:00:00:: 1
-1 euphoria%1:12:00:: 1
-1 eugenic%3:01:00:: 1
-1 etymological%3:01:00:: 1
-1 etiquette%1:10:00:: 1
-1 ethiopian%1:18:00:: 1
-1 ethics%1:16:00:: 1
-1 ethical_motive%1:16:00:: 1
-1 ethical%5:00:00:right:01 3
-1 ethanol%1:27:00:: 1
-1 eternity%1:28:01:: 3
-1 eternally%4:02:00:: 1
-1 eternal%5:00:00:long:02 3
-1 eternal%5:00:00:immortal:00 2
-1 etch%2:36:00:: 1
-1 estuary%1:17:00:: 1
-1 estranging%5:00:00:disorienting:00 1
-1 estrangement%1:26:00:: 1
-1 estranged%5:00:00:unloved:00 1
-1 esthetic%1:09:00:: 1
-1 ester%1:27:00:: 1
-1 esteem%2:31:01:: 1
-1 establishment%1:14:01:: 5
-1 established%5:00:00:settled:02 3
-1 established%5:00:00:orthodox:00 4
-1 establish%2:36:10:: 7
-1 establish%2:31:03:: 8
-1 essential%1:17:00:: 1
-1 essay%2:41:00:: 1
-1 espionage_agent%1:18:00:: 1
-1 espionage%1:04:00:: 1
-1 esoteric%3:00:00:: 1
-1 escort%1:04:00:: 2
-1 escaped%5:00:00:free:00 1
-1 escape%1:04:04:: 5
-1 escape%1:04:03:: 4
-1 escape%1:04:01:: 3
-1 escapade%1:04:01:: 1
-1 erythroid%3:01:00:: 1
-1 eruption%1:11:00:: 1
-1 erupt%2:43:00:: 3
-1 erupt%2:30:04:: 4
-1 erupt%2:30:00:: 5
-1 ersatz%5:00:00:artificial:00 1
-1 erroneous%5:00:00:incorrect:00 1
-1 erratically%4:02:00:: 1
-1 erratic%5:00:00:changeable:00 1
-1 err%2:38:00:: 2
-1 erosion%1:22:00:: 1
-1 eroded%5:00:00:worn:00 1
-1 erode%2:30:01:: 1
-1 erode%2:30:00:: 2
-1 erlenmeyer_flask%1:06:00:: 1
-1 ergotropic%3:01:00:: 1
-1 equivocal%3:00:00:: 1
-1 equivalent%5:00:02:equal:00 2
-1 equivalent%3:00:04:: 1
-1 equivalence%1:26:00:: 1
-1 equity%1:21:01:: 1
-1 equipping%1:04:00:: 1
-1 equipped%3:00:00:: 1
-1 equipotent%5:00:00:potent:00 1
-1 equip%2:30:00:: 2
-1 equator%1:15:00:: 1
-1 equate%2:42:00:: 2
-1 equanimity%1:07:00:: 1
-1 equality%1:26:00:: 2
-1 equal_to%5:00:00:adequate:00 1
-1 equal%2:42:01:: 2
-1 equal%1:18:00:: 1
-1 epoxy%1:27:00:: 1
-1 epitome%1:09:00:: 1
-1 epitaph%1:10:00:: 1
-1 epistolatory%5:00:00:informal:02 1
-1 epistemology%1:09:00:: 1
-1 epileptic%3:01:00:: 1
-1 epigram%1:10:00:: 1
-1 epidermis%1:08:00:: 1
-1 epicure%1:18:00:: 1
-1 epic_poem%1:10:00:: 1
-1 epic%3:01:00:: 2
-1 ephemeral%5:00:00:impermanent:00 1
-1 epaulet%1:06:00:: 1
-1 eosinophilic%3:01:00:: 1
-1 enzymatic%3:01:00:: 1
-1 enwrapped%5:00:00:wrapped:00 1
-1 environs%1:15:00:: 1
-1 environmental%3:01:01:: 1
-1 environment%1:15:00:: 2
-1 environ%2:42:00:: 1
-1 envious%5:00:00:desirous:00 1
-1 enviably%4:02:00:: 1
-1 enveloping%5:00:00:concealing:00 1
-1 enveloping%5:00:00:close:01 2
-1 enunciate%2:32:01:: 1
-1 enunciate%2:32:00:: 2
-1 enumerate%2:32:00:: 1
-1 entry%1:10:00:: 4
-1 entry%1:06:00:: 5
-1 entrench%2:35:00:: 1
-1 entrant%1:06:00:: 1
-1 entranceway%1:06:00:: 1
-1 entrance_hall%1:06:00:: 1
-1 entomb%2:41:00:: 1
-1 entire%5:00:00:smooth:02 3
-1 entice%2:32:00:: 1
-1 enthusiastic%5:00:00:positive:01 2
-1 enthusiast%1:18:00:: 1
-1 enthrone%2:41:01:: 1
-1 enthrall%2:37:00:: 1
-1 entertainer%1:18:00:: 1
-1 entertain%2:31:00:: 2
-1 enterotoxemia%1:26:00:: 1
-1 entangled%5:00:01:tangled:00 2
-1 entangled%5:00:00:involved:00 1
-1 enslaving%1:04:00:: 1
-1 enshrine%2:35:00:: 1
-1 ensconce%2:35:00:: 1
-1 enrollment%1:04:00:: 1
-1 enrollee%1:18:00:: 1
-1 enrolled%5:00:00:registered:00 1
-1 enrichment%1:04:00:: 1
-1 enrage%2:37:00:: 1
-1 enquire%2:32:00:: 1
-1 enormity%1:07:01:: 1
-1 enliven%2:37:00:: 1
-1 enliven%2:30:00:: 2
-1 enlisted_man%1:18:00:: 1
-1 enlist%2:33:01:: 3
-1 enlightenment%1:09:00:: 1
-1 enlightened%5:00:00:disenchanted:00 3
-1 enlarge%2:32:04:: 4
-1 enjoyment%1:07:00:: 3
-1 enjoyable%5:00:00:pleasant:00 1
-1 enjoin%2:32:00:: 2
-1 enigma%1:09:00:: 1
-1 engrossed%5:00:00:written:00 2
-1 engross%2:31:02:: 1
-1 engraver%1:18:01:: 1
-1 engraved%5:00:00:carved:00 1
-1 engrave%2:35:00:: 1
-1 english_people%1:18:00:: 1
-1 english_muffin%1:13:00:: 1
-1 engine%1:06:01:: 3
-1 engagingly%4:02:00:: 1
-1 engagement%1:04:05:: 5
-1 engagement%1:04:02:: 4
-1 engaged%5:00:00:involved:00 2
-1 engage%2:41:00:: 4
-1 engage%2:32:00:: 5
-1 engage%2:30:00:: 6
-1 enforced%3:00:00:: 1
-1 enforceable%3:00:00:: 1
-1 enfant_terrible%1:18:00:: 1
-1 enervation%1:07:00:: 1
-1 enervating%5:00:00:debilitating:00 1
-1 enervate%2:30:00:: 1
-1 energize%2:29:00:: 1
-1 energetic%5:00:00:enterprising:00 2
-1 enemy%1:18:01:: 4
-1 enduringly%4:02:00:: 1
-1 endpoint%1:15:00:: 1
-1 endowment%1:09:00:: 1
-1 endowed%3:00:00:: 1
-1 endow%2:40:00:: 2
-1 endothelial%3:01:00:: 1
-1 endorse%2:41:02:: 2
-1 endorse%2:41:01:: 3
-1 endlessly%4:02:01:: 2
-1 ending%1:04:00:: 2
-1 endearing%5:00:00:lovable:00 1
-1 end%1:15:03:: 10
-1 end%1:04:00:: 11
-1 encyclopedia%1:10:00:: 1
-1 encumbrance%1:09:00:: 1
-1 encrust%2:35:00:: 1
-1 encroach_upon%2:38:00:: 1
-1 encroach%2:38:00:: 1
-1 encouragingly%4:02:00:: 1
-1 encourage%2:32:00:: 3
-1 encounter%2:42:02:: 4
-1 encounter%2:33:00:: 5
-1 enclosure%1:04:00:: 2
-1 enclose%2:35:00:: 3
-1 enclave%1:15:00:: 1
-1 encipher%2:32:00:: 1
-1 enchantment%1:12:00:: 1
-1 enchanted%3:00:00:: 1
-1 enchained%5:00:00:bound:01 1
-1 encase%2:35:00:: 1
-1 encampment%1:15:00:: 1
-1 enameled%5:00:00:adorned:00 1
-1 enamel%2:36:00:: 1
-1 enamel%1:08:00:: 1
-1 enabling_legislation%1:10:00:: 1
-1 enabling_act%1:10:00:: 1
-1 enabling%3:00:00:: 1
-1 emulsified%5:00:00:blended:00 1
-1 empty_of%5:00:00:empty:00 1
-1 empty%2:35:00:: 4
-1 emptiness%1:26:00:: 1
-1 empower%2:41:00:: 1
-1 employment%1:04:01:: 4
-1 employed%3:00:00:: 1
-1 employ%1:26:00:: 1
-1 empiricism%1:09:00:: 1
-1 empire%1:14:01:: 2
-1 emphysematous%3:01:00:: 1
-1 emphatically%4:02:00:: 1
-1 emphatic%5:00:00:stressed:00 1
-1 emphasize%2:32:03:: 3
-1 emphasis%1:10:01:: 3
-1 emotionality%1:07:00:: 1
-1 emotional_arousal%1:26:00:: 1
-1 emitting%3:44:00:: 1
-1 emit%2:43:00:: 2
-1 emission_spectrum%1:19:00:: 1
-1 eminently%4:02:00:: 1
-1 eminent_domain%1:07:00:: 1
-1 eminence%1:26:00:: 1
-1 emigration%1:04:00:: 1
-1 emeritus%5:00:00:old:02 1
-1 emerging%5:00:00:aborning:00 2
-1 emerging%3:44:00:: 1
-1 emergent%5:00:00:aborning:00 1
-1 emergency%1:26:00:: 2
-1 emergence%1:11:01:: 1
-1 emergence%1:11:00:: 2
-1 embroil%2:42:00:: 1
-1 embracing%1:04:00:: 1
-1 embrace%2:31:00:: 3
-1 embrace%1:26:00:: 2
-1 embowered%5:00:00:enclosed:00 1
-1 emboss%2:35:00:: 1
-1 emboldened%5:00:00:bold:00 1
-1 embolden%2:37:00:: 1
-1 embody%2:42:02:: 3
-1 embodiment%1:18:00:: 1
-1 embodied%3:44:00:: 1
-1 embitter%2:37:00:: 1
-1 embellish%2:32:00:: 1
-1 embedded%5:00:01:enclosed:00 1
-1 embassy%1:06:00:: 1
-1 embarrassment%1:26:00:: 2
-1 embarrassment%1:11:00:: 3
-1 embarrassed%5:00:00:discomposed:00 1
-1 embarrass%2:37:00:: 1
-1 embark%2:38:00:: 1
-1 embark%2:30:10:: 2
-1 embargo%1:10:00:: 1
-1 emasculate%2:30:00:: 1
-1 emancipated%5:00:00:free:00 1
-1 emancipate%2:41:01:: 1
-1 emancipate%2:41:00:: 2
-1 emanation%1:27:00:: 1
-1 emanation%1:04:00:: 2
-1 emanate%2:30:00:: 1
-1 elute%2:35:00:: 1
-1 elusive%5:00:00:unidentifiable:00 1
-1 elusive%5:00:00:artful:00 2
-1 elude%2:42:00:: 2
-1 elucidate%2:32:00:: 1
-1 elongated%5:00:02:long:01 1
-1 elongated%5:00:00:long:01 2
-1 elongate%2:30:00:: 1
-1 elm%1:20:00:: 1
-1 ell%1:06:00:: 1
-1 elizabethan%1:18:00:: 1
-1 eliminate%2:31:00:: 4
-1 eliminate%2:29:00:: 5
-1 elfin%5:00:00:supernatural:00 1
-1 elfin%5:00:00:small:00 2
-1 elevation%1:26:00:: 2
-1 elevation%1:24:00:: 3
-1 elevated%5:00:00:raised:00 2
-1 elevated%5:00:00:overhead:00 1
-1 elementary_school%1:14:00:: 1
-1 elemental%3:01:00:: 3
-1 element%1:15:00:: 4
-1 electrotherapist%1:18:00:: 1
-1 electroshock_therapy%1:04:00:: 1
-1 electrophorus%1:06:00:: 1
-1 electrophoresis%1:22:00:: 1
-1 electronic_equipment%1:06:00:: 1
-1 electromyography%1:04:00:: 1
-1 electromagnetic%3:01:00:: 1
-1 electromagnet%1:06:00:: 1
-1 electrolysis%1:22:00:: 1
-1 electrifying%5:00:00:exciting:00 1
-1 electricity%1:12:00:: 3
-1 electrically%4:02:00:: 1
-1 electrical_work%1:04:00:: 1
-1 electrical_shock%1:04:00:: 1
-1 electrical_engineer%1:18:00:: 1
-1 electric_shock%1:04:01:: 1
-1 electric_refrigerator%1:06:00:: 1
-1 electric_power%1:19:00:: 1
-1 electric_outlet%1:06:00:: 1
-1 electric_heater%1:06:00:: 1
-1 electric_discharge%1:19:00:: 1
-1 electric_circuit%1:06:00:: 1
-1 electric_chair%1:06:00:: 1
-1 elector%1:18:00:: 1
-1 election_day%1:28:00:: 1
-1 election%1:04:00:: 2
-1 elbow%2:38:00:: 1
-1 elbow%1:06:01:: 2
-1 elation%1:26:00:: 1
-1 elation%1:12:00:: 2
-1 elate%2:37:00:: 1
-1 elastic%5:00:00:adaptable:00 2
-1 elapsed%3:44:00:: 1
-1 elaborately%4:02:00:: 1
-1 eject%2:29:00:: 2
-1 ejaculation%1:10:00:: 1
-1 egocentric%5:00:00:egoistic:00 1
-1 ego%1:09:01:: 2
-1 eggplant%1:13:00:: 1
-1 egghead%1:18:00:: 1
-1 egg_on%2:35:00:: 1
-1 egg_laying%1:22:00:: 1
-1 egg%1:13:00:: 2
-1 effortlessly%4:02:00:: 1
-1 effortless%3:00:00:: 1
-1 effloresce%2:30:00:: 1
-1 efficacious%3:00:00:: 1
-1 effectually%4:02:00:: 1
-1 effectively%4:02:00:: 2
-1 effective%5:00:00:actual:00 5
-1 effect%1:07:01:: 5
-1 educational_activity%1:04:00:: 1
-1 educate%2:41:01:: 3
-1 editorially%4:02:00:: 1
-1 editorial%3:01:00:: 1
-1 edit%2:30:00:: 1
-1 edifying%3:00:00:: 1
-1 edify%2:32:00:: 1
-1 edgewise%4:02:00:: 1
-1 edge_up%2:38:00:: 1
-1 edge%1:06:01:: 6
-1 edentulous%5:00:00:toothless:00 1
-1 edematous%5:00:00:unhealthy:00 1
-1 eddy%2:38:00:: 1
-1 economy%1:09:01:: 2
-1 economy%1:07:00:: 3
-1 economy%1:04:00:: 4
-1 economical%5:00:00:thrifty:00 3
-1 economic_value%1:21:00:: 1
-1 economic_system%1:14:00:: 1
-1 economic_strangulation%1:04:00:: 1
-1 economic_policy%1:10:00:: 1
-1 economic%5:00:00:efficient:00 3
-1 eclipse%2:42:00:: 1
-1 eclipse%2:39:00:: 2
-1 ecclesiasticism%1:04:00:: 1
-1 eccentric%3:00:00:: 2
-1 ebullient%5:00:00:spirited:00 1
-1 ebony%1:07:00:: 1
-1 ebbing%1:22:00:: 1
-1 ebb%2:38:00:: 1
-1 eaten%3:00:00:: 1
-1 eatable%3:00:00:: 1
-1 eat_up%2:34:03:: 2
-1 eat_on%2:37:00:: 1
-1 easy%5:00:00:pleasing:00 4
-1 easy%5:00:00:light:08 5
-1 easy%3:00:02:: 3
-1 eastward%5:00:00:east:00 1
-1 eastward%4:02:00:: 1
-1 eastern%5:00:02:east:00 3
-1 eastern%3:00:02:: 2
-1 easter_card%1:10:00:: 1
-1 east_german%3:01:00:: 1
-1 east_german%1:18:00:: 1
-1 east%4:02:00:: 1
-1 ease_up%2:38:00:: 1
-1 ease_up%2:30:00:: 2
-1 ease%2:37:00:: 4
-1 ease%1:07:00:: 1
-1 earthy%5:00:00:uninhibited:00 3
-1 earthy%5:00:00:natural:01 2
-1 earthshaking%5:00:00:loud:00 1
-1 earthlike%5:00:00:chromatic:00 1
-1 earthbound%5:00:00:earthly:00 1
-1 earth's_surface%1:17:00:: 1
-1 earsplitting%5:00:00:loud:00 1
-1 earphone%1:06:00:: 1
-1 earnestness%1:12:00:: 1
-1 earnest%1:21:00:: 1
-1 earned_run%1:04:00:: 1
-1 early_childhood%1:28:00:: 1
-1 early%4:02:02:: 3
-1 earliest%4:02:00:: 1
-1 earlier%4:02:04:: 3
-1 earl%1:18:00:: 1
-1 eared%5:00:00:worn:00 1
-1 ear%1:09:01:: 4
-1 eagle-eyed%5:00:00:farsighted:00 1
-1 eagle%1:05:00:: 1
-1 dysentery%1:26:00:: 1
-1 dynasty%1:14:00:: 1
-1 dynamite%2:30:00:: 1
-1 dynamite%1:06:00:: 1
-1 dynamics%1:09:00:: 1
-1 dying%1:28:00:: 1
-1 dyeing%1:04:00:: 1
-1 dye%2:30:00:: 1
-1 dwindling_away%1:11:00:: 1
-1 dwelling_house%1:06:00:: 1
-1 dwell_on%2:42:00:: 1
-1 dwarf%1:18:00:: 1
-1 dutch_oven%1:06:00:: 1
-1 dustpanful%1:23:00:: 1
-1 dustbin%1:06:00:: 1
-1 dust-covered%5:00:00:dirty:01 1
-1 dust%2:35:02:: 2
-1 dusky%5:00:00:dark:01 1
-1 dusky%5:00:00:brunet:00 2
-1 duration%1:28:00:: 2
-1 duration%1:07:00:: 3
-1 durable%5:00:00:long:02 1
-1 durability%1:07:00:: 1
-1 duplication%1:06:00:: 1
-1 duplication%1:04:00:: 2
-1 duplicable%5:00:00:reproducible:00 1
-1 dupe%2:32:00:: 1
-1 dunk%2:35:00:: 1
-1 dune%1:17:00:: 1
-1 dun%5:00:00:chromatic:00 1
-1 dun%1:05:00:: 1
-1 dumped%3:44:00:: 1
-1 dump_truck%1:06:00:: 1
-1 dump%2:40:02:: 2
-1 dumfounded%5:00:00:surprised:00 1
-1 dully%4:02:02:: 2
-1 dullard%1:18:02:: 1
-1 dull%5:00:00:stupid:00 7
-1 dull%5:00:00:inactive:03 8
-1 dull%3:00:04:: 6
-1 dull%2:35:01:: 1
-1 dull%2:30:00:: 2
-1 duke%1:18:00:: 1
-1 duelist%1:18:00:: 1
-1 duel%1:04:01:: 2
-1 duel%1:04:00:: 1
-1 due_process_of_law%1:04:00:: 1
-1 due%5:00:00:expected:00 3
-1 ducking%1:04:01:: 1
-1 dublin%1:15:00:: 1
-1 dubious%5:00:00:questionable:00 2
-1 dub%2:32:01:: 2
-1 dryness%1:26:00:: 1
-1 dryly%4:02:00:: 1
-1 drying_agent%1:27:00:: 1
-1 dry-eyed%3:00:00:: 1
-1 dry%5:00:00:humorous:00 2
-1 drunkenness%1:26:00:: 1
-1 drunk-and-disorderly%1:18:00:: 1
-1 drummer%1:18:00:: 1
-1 drumlin%1:17:00:: 1
-1 drumhead%1:06:00:: 1
-1 drum_out%2:41:00:: 1
-1 drum_major%1:18:00:: 1
-1 drum%2:39:00:: 1
-1 drum%2:36:00:: 2
-1 drum%1:11:00:: 2
-1 drugless%5:00:00:healthful:00 1
-1 drugging%1:04:00:: 1
-1 drug%2:29:00:: 1
-1 drowsy%5:00:00:asleep(p):00 1
-1 drowsiness%1:26:00:: 1
-1 drowsily%4:02:00:: 1
-1 drowse%2:29:01:: 1
-1 drown%2:30:01:: 4
-1 drover%1:18:00:: 1
-1 drought%1:28:00:: 2
-1 dross%1:27:01:: 1
-1 droppings%1:27:00:: 1
-1 dropout%1:18:00:: 1
-1 drop_off%2:30:01:: 1
-1 drop_off%2:29:00:: 2
-1 drop_in%2:41:00:: 1
-1 drop_by%2:41:00:: 1
-1 drop_behind%2:38:00:: 1
-1 drop_back%2:38:00:: 1
-1 drop%2:40:00:: 11
-1 drop%2:30:05:: 12
-1 drop%1:07:00:: 3
-1 droop%2:38:00:: 1
-1 drone%1:10:00:: 2
-1 driving_force%1:04:00:: 1
-1 drive_up%2:38:00:: 1
-1 drive_out%2:38:01:: 1
-1 drive_in%2:38:00:: 2
-1 drive_away%2:38:00:: 1
-1 drive_around%2:38:00:: 1
-1 drive%2:41:00:: 10
-1 drive%2:38:03:: 11
-1 drive%2:32:00:: 12
-1 drive%1:07:00:: 5
-1 drive%1:04:06:: 7
-1 drive%1:04:03:: 6
-1 drive%1:04:00:: 8
-1 dripping%5:00:02:wet:01 2
-1 drinking_water%1:13:00:: 1
-1 drinker%1:18:01:: 1
-1 drink_up%2:34:00:: 1
-1 drink%2:34:12:: 3
-1 drink%2:31:00:: 4
-1 drilled%5:00:00:trained:00 1
-1 drill%2:31:00:: 3
-1 drift%1:22:01:: 2
-1 dried-out%5:00:00:dry:01 1
-1 dried%5:00:00:preserved:02 2
-1 dresser%1:06:00:: 1
-1 dress_up%2:30:00:: 2
-1 dress%2:30:00:: 6
-1 drenched%5:00:00:wet:01 1
-1 drenched%5:00:00:covered:00 2
-1 dreary%5:00:00:dull:03 2
-1 dreamlike%5:00:00:unreal:02 1
-1 dreamfully%4:02:00:: 1
-1 dreamer%1:18:02:: 1
-1 dreamed%5:00:00:unreal:00 1
-1 dream%1:09:04:: 5
-1 dreadfully%4:02:00:: 1
-1 dreadful%5:00:00:bad:00 2
-1 dread%1:12:00:: 1
-1 drawn%5:00:00:tense:03 2
-1 drawn%5:00:00:delineated:00 3
-1 drawn%5:00:00:closed:01 4
-1 drawl%2:32:00:: 1
-1 drawl%1:10:00:: 1
-1 drawing_power%1:07:00:: 1
-1 drawing_paper%1:27:00:: 1
-1 drawing_board%1:06:00:: 1
-1 draw_up%2:38:01:: 3
-1 draw_up%2:31:00:: 4
-1 draw_the_line%2:30:00:: 1
-1 draw_rein%2:41:00:: 1
-1 draw_out%2:32:00:: 1
-1 draw_out%2:30:00:: 2
-1 draw_on%2:40:00:: 1
-1 draw_off%2:35:00:: 1
-1 draw_in%2:35:03:: 2
-1 draw_in%2:35:02:: 1
-1 draw_in%2:35:00:: 3
-1 draw_close%2:35:00:: 1
-1 draw%2:38:07:: 18
-1 draw%2:36:07:: 19
-1 draw%2:36:02:: 20
-1 draw%2:35:02:: 21
-1 draughty%5:00:00:leaky:00 1
-1 draught%1:04:01:: 2
-1 drastic%5:00:00:forceful:00 1
-1 draper%1:18:00:: 1
-1 drape%2:35:01:: 2
-1 drape%1:06:00:: 1
-1 dramatize%2:36:00:: 1
-1 dramatize%2:32:01:: 2
-1 dramatize%2:32:00:: 3
-1 dramatics%1:04:00:: 1
-1 dramatically%4:02:01:: 3
-1 drama%1:07:00:: 4
-1 drain%2:34:00:: 2
-1 drain%2:30:01:: 3
-1 drain%1:04:00:: 1
-1 dragging%5:00:00:effortful:00 1
-1 drag_through_the_mud%2:32:00:: 1
-1 drag_out%2:42:00:: 1
-1 drag_a_bunt%2:35:00:: 1
-1 drag%2:42:00:: 3
-1 drag%2:38:06:: 4
-1 drag%2:38:00:: 5
-1 drag%2:34:00:: 6
-1 drag%1:19:00:: 1
-1 drafty%5:00:00:leaky:00 1
-1 drafting_board%1:06:00:: 1
-1 drafting%1:04:02:: 2
-1 drafting%1:04:01:: 1
-1 draft%1:21:00:: 1
-1 draft%1:19:00:: 2
-1 draft%1:06:01:: 3
-1 drab%5:00:00:colorless:02 2
-1 downward%5:00:00:down:00 1
-1 downstream%4:02:00:: 1
-1 downhill%5:00:00:descending(a):00 1
-1 downed%3:00:02:: 1
-1 downcast%5:00:00:down:00 1
-1 down%5:00:00:perfect:00 3
-1 down%5:00:00:out(p):02 5
-1 down%5:00:00:falling:00 2
-1 down%2:34:01:: 2
-1 down%2:33:00:: 3
-1 down%1:05:00:: 1
-1 down%1:04:00:: 2
-1 doweling%1:04:00:: 1
-1 dovetail%2:42:00:: 1
-1 dourly%4:02:00:: 1
-1 dough%1:21:00:: 2
-1 doubt%2:31:01:: 3
-1 doubly%4:02:00:: 1
-1 doubleheader%1:04:00:: 1
-1 double_up%2:38:00:: 1
-1 double_standard%1:10:00:: 1
-1 double_play%1:04:00:: 1
-1 double_over%2:38:00:: 1
-1 double_cross%2:41:00:: 1
-1 double_bogey%2:35:00:: 1
-1 double-glaze%2:40:00:: 1
-1 double-crossing%1:04:00:: 1
-1 double-crosser%1:18:00:: 1
-1 double-breasted%3:00:00:: 1
-1 double%2:38:00:: 3
-1 double%2:35:01:: 4
-1 dotted%5:00:00:broken:02 2
-1 dosed%5:00:00:treated:02 1
-1 dose%2:30:00:: 1
-1 doppler_effect%1:19:00:: 1
-1 doped%5:00:00:treated:00 1
-1 dope%1:06:00:: 1
-1 doorknob%1:06:00:: 1
-1 doorhandle%1:06:00:: 1
-1 doorbell%1:06:00:: 1
-1 door%1:06:02:: 4
-1 doomed%1:14:00:: 1
-1 done_with%5:00:00:finished:01 1
-1 done_up%5:00:00:wrapped:00 1
-1 done_for%5:00:00:destroyed:00 1
-1 donation%1:04:00:: 2
-1 don%1:18:01:: 1
-1 dominion%1:21:01:: 2
-1 dominican_republic%1:15:00:: 1
-1 domineering%3:00:00:: 1
-1 domineer%2:37:00:: 1
-1 domination%1:26:00:: 2
-1 dominating%5:00:00:dominant:01 1
-1 dominantly%4:02:00:: 1
-1 domestic_animal%1:05:00:: 1
-1 dollar_sign%1:10:01:: 1
-1 dollar_bill%1:21:00:: 1
-1 doll%1:06:00:: 1
-1 doled_out%5:00:00:distributed:00 1
-1 dole_out%2:40:00:: 1
-1 dogwood%1:20:00:: 1
-1 dogmatic%5:00:00:narrow-minded:00 1
-1 doglike%5:00:00:loyal:00 1
-1 doghouse%1:06:00:: 1
-1 dogging%5:00:00:continuous:01 1
-1 doggerel%1:10:00:: 1
-1 dodging%1:04:00:: 1
-1 dodge%2:38:01:: 2
-1 dodge%2:32:00:: 3
-1 dodge%1:09:00:: 1
-1 dodge%1:04:00:: 2
-1 document%2:31:00:: 2
-1 document%1:06:00:: 2
-1 doctrinally%4:02:00:: 1
-1 doctrinal%3:01:00:: 1
-1 doctorate%1:10:00:: 1
-1 doctor_of_philosophy%1:10:00:: 1
-1 doctor_of_education%1:10:00:: 1
-1 doctor%2:30:00:: 1
-1 doctor%2:29:00:: 2
-1 doctor%1:18:02:: 2
-1 doctor%1:04:00:: 3
-1 docket%2:32:01:: 1
-1 docked%3:44:00:: 1
-1 do_work%2:41:00:: 1
-1 do_justice%2:41:00:: 1
-1 do_justice%2:39:00:: 2
-1 do_in%2:35:00:: 1
-1 do_by%2:41:00:: 1
-1 do_away_with%2:30:00:: 1
-1 do%2:38:00:: 13
-1 dizzy%5:00:00:ill:01 1
-1 dizzy%5:00:00:frivolous:00 2
-1 dizzily%4:02:00:: 1
-1 divulge%2:32:00:: 1
-1 divorced%5:00:00:unmarried:00 1
-1 division%1:10:00:: 5
-1 divinity%1:07:00:: 2
-1 diving_board%1:06:00:: 1
-1 diving%1:11:00:: 1
-1 divine_law%1:09:00:: 1
-1 divine%5:00:03:heavenly:00 2
-1 divine%5:00:02:heavenly:00 3
-1 divine%1:18:01:: 1
-1 divide%2:38:00:: 5
-1 divide%2:35:01:: 6
-1 divest%2:40:01:: 1
-1 divertimento%1:10:00:: 1
-1 divert%2:41:00:: 3
-1 diversionary_attack%1:04:00:: 1
-1 diversion%1:04:02:: 3
-1 diversification%1:04:00:: 1
-1 diverse%5:00:00:different:00 2
-1 divergence%1:04:00:: 1
-1 diverge%2:38:00:: 1
-1 dive%2:38:02:: 2
-1 dive%1:04:01:: 2
-1 ditty%1:10:00:: 1
-1 disturbingly%4:02:00:: 1
-1 disturbed%5:00:00:troubled:00 2
-1 disturbed%5:00:00:neurotic:00 3
-1 disturbance%1:26:00:: 3
-1 disturbance%1:04:01:: 4
-1 disturbance%1:04:00:: 5
-1 disturb%2:30:04:: 5
-1 distrust%1:09:00:: 1
-1 distributive%3:00:00:: 1
-1 distribute%2:38:00:: 5
-1 distribute%2:32:00:: 6
-1 distressed%5:00:00:troubled:00 1
-1 distraught%5:00:00:agitated:00 1
-1 distractedly%4:02:00:: 1
-1 distortion%1:25:00:: 2
-1 distortion%1:19:00:: 3
-1 distortable%5:00:00:changeable:00 1
-1 distort%2:35:01:: 2
-1 distinguished_service_medal%1:10:00:: 1
-1 distinctness%1:07:00:: 1
-1 distinctive%5:00:02:characteristic:00 3
-1 distinct%5:00:00:separate:00 3
-1 distilled_water%1:27:00:: 1
-1 distill%2:30:02:: 3
-1 distension%1:04:00:: 1
-1 distastefully%4:02:02:: 1
-1 distance%1:28:00:: 5
-1 distally%4:02:00:: 1
-1 dissolving_agent%1:27:00:: 1
-1 dissolve%2:38:00:: 4
-1 dissolve%1:10:00:: 1
-1 dissolution%1:22:00:: 1
-1 dissipate%2:38:01:: 1
-1 dissipate%2:38:00:: 2
-1 dissipate%2:34:00:: 3
-1 dissimilar%3:00:00:: 1
-1 disservice%1:04:00:: 1
-1 dissenter%1:18:00:: 1
-1 dissent%2:32:00:: 1
-1 dissent%1:10:03:: 2
-1 dissent%1:10:02:: 1
-1 dissension%1:10:00:: 1
-1 dissemination%1:10:00:: 1
-1 disseminating%5:00:00:distributive:00 1
-1 dissemble%2:32:00:: 1
-1 dissection%1:09:00:: 2
-1 dissect%2:35:00:: 1
-1 disruption%1:04:02:: 1
-1 disrobe%2:29:01:: 1
-1 disrepute%1:26:00:: 1
-1 disregardless%4:02:00:: 1
-1 disregard%1:09:00:: 1
-1 disregard%1:04:01:: 2
-1 disqualify%2:30:00:: 1
-1 disqualified%5:00:01:ineligible:00 1
-1 disputable%5:00:00:contestable:00 1
-1 disprove%2:31:00:: 1
-1 disproportionate%5:00:00:incommensurate:00 2
-1 disproportionate%3:00:00:: 1
-1 dispossession%1:04:00:: 1
-1 dispossessed%5:00:00:unfortunate:00 1
-1 disposition%1:04:00:: 2
-1 disposal%1:04:02:: 2
-1 disposal%1:04:00:: 3
-1 displeased%3:00:00:: 1
-1 display_window%1:06:00:: 1
-1 display%1:06:00:: 3
-1 displacement%1:11:00:: 2
-1 displacement%1:04:02:: 3
-1 displace%2:38:00:: 2
-1 dispersion%1:11:00:: 1
-1 disperse%2:38:01:: 2
-1 disperse%2:30:00:: 3
-1 dispersal%1:04:00:: 1
-1 dispenser%1:06:00:: 1
-1 dispense_with%2:40:01:: 1
-1 dispensation%1:04:01:: 1
-1 dispensary%1:06:00:: 1
-1 dispatch%2:41:00:: 2
-1 dispatch%1:04:00:: 2
-1 dispassionate%5:00:00:impartial:00 1
-1 disparagement%1:10:00:: 1
-1 disown%2:40:00:: 1
-1 disorderly%5:00:00:untidy:00 2
-1 disorderly%3:00:00:: 1
-1 disordered%5:00:00:incoherent:00 2
-1 dismounted%5:00:00:unmounted:00 1
-1 dismissal%1:04:01:: 1
-1 dismiss%2:41:01:: 3
-1 dismember%2:35:00:: 1
-1 dismaying%5:00:00:alarming:00 1
-1 dismal%5:00:00:cheerless:00 1
-1 dislocation%1:11:00:: 1
-1 dislocation%1:04:00:: 2
-1 disk%2:36:00:: 1
-1 disjointed%5:00:00:incoherent:00 1
-1 disinterested%5:00:00:impartial:00 1
-1 disinterest%1:09:01:: 1
-1 disinter%2:41:00:: 1
-1 disintegrative%3:00:00:: 1
-1 disillusionment%1:09:00:: 1
-1 disillusioning%5:00:00:convincing:00 1
-1 dishwater%1:27:00:: 1
-1 dishwasher%1:06:00:: 1
-1 dishonour%2:41:00:: 1
-1 dishonor%1:26:00:: 1
-1 dishonest%3:00:00:: 1
-1 disheveled%5:00:00:untidy:00 1
-1 disheartening%5:00:00:discouraging:00 1
-1 disheartened%5:00:00:pessimistic:00 1
-1 dish_up%2:34:00:: 1
-1 disgusting%5:00:00:offensive:01 1
-1 disgust%2:39:00:: 1
-1 disgust%1:12:00:: 1
-1 disguise%2:39:00:: 1
-1 disfigured%5:00:00:ugly:00 1
-1 disentangle%2:35:02:: 1
-1 disentangle%2:35:00:: 2
-1 disengagement%1:04:02:: 1
-1 disengage%2:35:00:: 1
-1 disenfranchise%2:41:00:: 1
-1 disembodied%5:00:00:incorporeal:00 1
-1 diseased%5:00:00:unhealthy:00 1
-1 disdainful%5:00:00:disrespectful:00 1
-1 disdain%2:32:00:: 2
-1 discriminating%3:00:00:: 1
-1 discriminate%2:41:12:: 2
-1 discretionary%5:00:00:arbitrary:00 1
-1 discreetly%4:02:00:: 1
-1 discredit%2:31:01:: 1
-1 discredit%1:26:00:: 1
-1 discover%2:39:00:: 7
-1 discourteous%3:00:00:: 1
-1 discouraging%3:00:00:: 1
-1 discouraged%5:00:00:defeated:00 2
-1 discount_business%1:04:00:: 1
-1 discount%1:04:00:: 1
-1 discorporate%5:00:00:incorporeal:00 1
-1 discontinuance%1:04:00:: 1
-1 discontented%3:00:00:: 1
-1 disconnect%2:35:03:: 1
-1 disconnect%2:35:00:: 2
-1 disconcertingly%4:02:00:: 1
-1 disconcerted%5:00:00:discomposed:00 1
-1 discomfited%1:14:00:: 1
-1 disclosure%1:10:00:: 1
-1 disclosing%5:00:00:revealing:00 1
-1 disciplined%5:00:00:trained:00 2
-1 discipline%1:04:00:: 4
-1 disciple%1:18:00:: 1
-1 discharge%2:41:01:: 3
-1 discharge%2:35:01:: 4
-1 discharge%2:33:02:: 5
-1 discharge%2:32:00:: 6
-1 discharge%2:29:00:: 7
-1 discharge%1:27:00:: 3
-1 discharge%1:22:00:: 4
-1 discharge%1:19:00:: 5
-1 discerning%3:00:00:: 1
-1 discernible%5:00:00:perceptible:00 2
-1 discernable%3:00:00:: 1
-1 discarded%5:00:00:unwanted:00 1
-1 disc%1:25:00:: 2
-1 disburse%2:40:00:: 1
-1 disbelieve%2:31:00:: 1
-1 disband%2:38:01:: 1
-1 disband%2:38:00:: 2
-1 disaster%1:04:00:: 3
-1 disassembly%1:04:00:: 1
-1 disassemble%2:36:00:: 1
-1 disarray%1:09:00:: 1
-1 disarmament%1:04:00:: 1
-1 disapproval%1:10:00:: 2
-1 disapprobation%1:10:00:: 1
-1 disappointment%1:04:00:: 2
-1 disappointing%5:00:00:unsatisfactory:00 1
-1 disappearance%1:11:00:: 2
-1 disappearance%1:04:01:: 3
-1 disallow%2:32:00:: 1
-1 disabled%5:00:00:injured:00 2
-1 disable%2:30:00:: 1
-1 dirty%5:00:00:nasty:00 3
-1 directory%1:10:00:: 1
-1 directivity%1:07:00:: 1
-1 directive%1:10:00:: 1
-1 directionality%1:07:00:: 1
-1 directional%3:01:00:: 1
-1 direction%1:04:01:: 7
-1 directing%5:00:00:leading:00 1
-1 direct_sum%1:14:00:: 1
-1 direct_evidence%1:10:00:: 1
-1 direct_current%1:19:00:: 1
-1 direct_contrast%1:24:00:: 1
-1 direct%2:32:01:: 9
-1 direct%2:31:01:: 10
-1 dipylon%3:01:00:: 1
-1 diplomatic%3:00:00:: 2
-1 diplomacy%1:10:00:: 1
-1 diplomacy%1:07:00:: 2
-1 dip%2:34:00:: 2
-1 dip%2:30:01:: 3
-1 dip%2:30:00:: 4
-1 dinner_party%1:14:00:: 1
-1 dinner_pail%1:06:00:: 1
-1 dining_table%1:06:00:: 1
-1 din%2:39:00:: 1
-1 din%2:31:00:: 2
-1 diminution%1:22:00:: 1
-1 diminishing%5:00:00:decreasing:00 1
-1 dimer%1:27:00:: 1
-1 dimension%1:09:01:: 3
-1 dimension%1:07:01:: 4
-1 dilute%3:00:00:: 1
-1 diligent%5:00:00:patient:00 1
-1 diligence%1:07:01:: 1
-1 digress%2:32:00:: 1
-1 dignitary%1:18:00:: 1
-1 dignify%2:41:00:: 1
-1 dignified%5:00:00:proud:00 2
-1 digitalization%1:04:00:: 1
-1 digitalis_glycoside%1:27:00:: 1
-1 digging%1:04:01:: 1
-1 digestive%3:01:00:: 1
-1 digestible%3:00:00:: 1
-1 digest%2:34:00:: 1
-1 digest%2:31:00:: 2
-1 dig_in%2:34:00:: 2
-1 diffusion%1:11:00:: 2
-1 diffusion%1:07:00:: 3
-1 diffusely%4:02:00:: 1
-1 diffused%5:00:00:distributed:00 1
-1 diffuse%5:00:00:distributed:00 1
-1 diffuse%2:38:00:: 1
-1 diffuse%2:35:00:: 2
-1 diffuse%2:32:00:: 3
-1 diffraction%1:19:00:: 1
-1 diffidently%4:02:00:: 1
-1 diffident%5:00:00:unconfident:00 2
-1 diffident%5:00:00:reserved:01 1
-1 difficult%5:00:00:effortful:00 2
-1 differentiation%1:04:01:: 2
-1 differentiate%2:31:02:: 2
-1 differential%3:01:00:: 1
-1 differential%1:09:00:: 1
-1 different%3:00:02:: 4
-1 difference%1:24:00:: 5
-1 differ%2:32:00:: 2
-1 die%2:39:00:: 2
-1 die%2:37:00:: 3
-1 die%2:30:04:: 4
-1 die%1:06:01:: 2
-1 dictated%5:00:00:settled:02 1
-1 dictate%2:31:00:: 2
-1 dictate%1:10:00:: 1
-1 dictate%1:09:00:: 2
-1 dichondra%1:20:00:: 1
-1 diatom%1:05:00:: 1
-1 diathermy_machine%1:06:00:: 1
-1 diaper%1:06:00:: 1
-1 diamond_point%1:06:00:: 1
-1 diamond%1:27:00:: 2
-1 diametrically%4:02:00:: 1
-1 diameter%1:25:00:: 2
-1 dialectically%4:02:00:: 1
-1 dialectic%1:24:00:: 2
-1 dial%1:06:00:: 1
-1 diagram%2:36:00:: 1
-1 diagnostician%1:18:00:: 1
-1 diagnostic%3:01:00:: 1
-1 diagnosing%1:04:00:: 1
-1 diagnose%2:31:01:: 2
-1 diachronic%3:00:00:: 1
-1 diabetes%1:26:00:: 1
-1 dexterously%4:02:00:: 1
-1 dexterous%5:00:00:adroit:00 1
-1 dewar%1:06:00:: 1
-1 devout%5:00:00:religious:00 1
-1 devour%2:35:00:: 1
-1 devotional%5:00:00:pious:00 1
-1 devotion%1:04:01:: 2
-1 devisee%1:18:00:: 1
-1 devise%2:36:01:: 2
-1 devious%5:00:00:indirect:02 1
-1 devilment%1:04:00:: 1
-1 devilish%5:00:00:evil:00 1
-1 devil%1:18:03:: 4
-1 deviation%1:09:00:: 2
-1 deviate%2:42:00:: 2
-1 deviant%5:00:00:abnormal:00 1
-1 developing%3:44:00:: 2
-1 develop%2:36:09:: 14
-1 develop%2:30:10:: 15
-1 devastating%5:00:01:destructive:00 2
-1 devastating%5:00:00:disrespectful:00 1
-1 detribalize%2:30:00:: 1
-1 detractor%1:18:00:: 1
-1 detract%2:30:04:: 1
-1 detonating_fuse%1:06:00:: 1
-1 deterrent%1:09:00:: 1
-1 determining_factor%1:09:00:: 1
-1 determining%5:00:00:decisive:00 1
-1 determinedly%4:02:00:: 1
-1 determine%2:32:05:: 7
-1 determination%1:09:00:: 3
-1 determinate%3:00:01:: 1
-1 determinable%3:00:00:: 1
-1 deterioration%1:26:00:: 1
-1 detergent_builder%1:27:00:: 1
-1 deter%2:32:01:: 1
-1 detective%1:18:01:: 2
-1 detecting%1:04:00:: 1
-1 detectable%5:00:00:noticeable:00 2
-1 detain%2:41:00:: 1
-1 detail%2:32:00:: 1
-1 detail%2:31:00:: 2
-1 detachment%1:12:00:: 1
-1 detachment%1:04:00:: 2
-1 detached%5:00:00:unconnected:00 3
-1 detachable%3:00:00:: 1
-1 detach%2:38:00:: 2
-1 desynchronizing%1:24:00:: 1
-1 desultory%5:00:00:purposeless:00 1
-1 destroyer%1:06:00:: 1
-1 destroyed%5:00:00:lost:02 2
-1 destroyed%3:00:00:: 1
-1 destiny%1:18:00:: 2
-1 destination%1:09:00:: 2
-1 despondency%1:12:00:: 1
-1 despoiler%1:18:00:: 1
-1 despoil%2:40:00:: 1
-1 despised%5:00:00:unloved:00 1
-1 despicable%5:00:00:ignoble:01 1
-1 desperate%5:00:01:dangerous:00 3
-1 desperate%5:00:00:brave:00 4
-1 desperate%1:18:00:: 1
-1 despairingly%4:02:00:: 1
-1 desorption%1:22:00:: 1
-1 desolation%1:26:00:: 1
-1 desolate%5:00:00:forsaken:00 2
-1 desk_officer%1:18:00:: 1
-1 desired%5:00:00:wanted:00 2
-1 designer%1:18:00:: 2
-1 designation%1:10:01:: 2
-1 designate%2:41:00:: 2
-1 design%1:09:03:: 5
-1 design%1:06:01:: 6
-1 desensitized%5:00:00:insensitive:01 1
-1 desecration%1:04:00:: 1
-1 desecrate%2:41:00:: 1
-1 describe%2:35:00:: 3
-1 describe%2:31:00:: 4
-1 descent%1:04:00:: 3
-1 descending%3:00:00:: 1
-1 descendent%1:18:00:: 1
-1 descendants%1:14:00:: 1
-1 descendant%1:18:00:: 1
-1 descend%2:41:00:: 3
-1 descend%2:38:01:: 4
-1 des%1:27:00:: 1
-1 dervish%1:18:00:: 1
-1 derrick%1:06:01:: 1
-1 derived%5:00:00:calculable:00 2
-1 derived%3:00:00:: 1
-1 derive%2:42:00:: 5
-1 derivative%1:09:00:: 1
-1 derivation%1:15:00:: 1
-1 derivation%1:10:01:: 2
-1 derivation%1:09:00:: 3
-1 derisive%5:00:00:disrespectful:00 1
-1 dereliction%1:07:00:: 1
-1 dereliction%1:04:00:: 2
-1 deputy_sheriff%1:18:00:: 1
-1 deputy%5:00:00:subordinate:01 1
-1 deputy%1:18:00:: 2
-1 depth%1:15:00:: 3
-1 deprived_of%5:00:00:empty:00 1
-1 depression%1:12:00:: 4
-1 depressed%5:00:00:low:02 1
-1 depress%2:38:00:: 2
-1 depreciation%1:21:00:: 2
-1 deprecating%5:00:00:uncomplimentary:00 1
-1 depravity%1:04:00:: 2
-1 deprave%2:41:00:: 1
-1 depot%1:06:00:: 1
-1 depositor%1:18:00:: 1
-1 deposit%1:19:00:: 1
-1 deposit%1:17:00:: 2
-1 deposed%3:44:00:: 1
-1 deplorably%4:02:00:: 1
-1 depicted_object%1:06:00:: 1
-1 depersonalize%2:30:00:: 1
-1 dependable%5:00:00:trustworthy:00 2
-1 depend_upon%2:31:00:: 2
-1 departmental%3:01:00:: 1
-1 department_of_justice%1:14:00:: 1
-1 department_of_health_education_and_welfare%1:14:00:: 1
-1 departed%5:00:00:absent:00 1
-1 depart%2:38:00:: 4
-1 denuded%5:00:00:uncovered:00 1
-1 denture%1:06:00:: 1
-1 dent%1:19:00:: 1
-1 densitometry%1:04:00:: 1
-1 denseness%1:09:01:: 1
-1 dense%5:00:00:impenetrable:00 3
-1 dense%5:00:00:heavy:01 4
-1 denounce%2:32:02:: 3
-1 denouement%1:11:00:: 1
-1 denote%2:32:02:: 3
-1 denominationally%4:02:00:: 1
-1 denial%1:22:00:: 3
-1 denial%1:04:01:: 4
-1 demur%2:32:00:: 1
-1 demote%2:41:00:: 1
-1 demoralization%1:04:00:: 1
-1 demonstrator%1:18:02:: 1
-1 demonstrative%1:10:00:: 1
-1 demonstrated%5:00:00:incontestable:00 1
-1 demonstrate%2:41:00:: 5
-1 demonstrably%4:02:00:: 1
-1 demonstrable%5:00:00:incontestable:00 1
-1 demon-ridden%5:00:00:passionate:00 1
-1 demolition%1:11:00:: 1
-1 democratize%2:41:01:: 2
-1 democratize%2:41:00:: 1
-1 democrat%1:18:00:: 2
-1 demineralization%1:26:00:: 1
-1 demimonde%1:14:00:: 1
-1 demean%2:37:00:: 1
-1 demarcate%2:31:01:: 1
-1 demandingly%4:02:00:: 1
-1 demander%1:18:00:: 1
-1 demand%1:26:00:: 5
-1 demagogue%1:18:00:: 1
-1 delve%2:35:00:: 1
-1 deluge%1:23:00:: 1
-1 delude%2:41:00:: 1
-1 delta%1:17:00:: 1
-1 delivery_boy%1:18:00:: 1
-1 deliverance%1:04:00:: 1
-1 deliver%2:32:02:: 7
-1 deliver%2:32:01:: 6
-1 deliriously%4:02:00:: 1
-1 delineation%1:10:01:: 1
-1 delimit%2:42:00:: 1
-1 deliciously%4:02:00:: 1
-1 delicious%5:00:00:tasteful:01 2
-1 delicately%4:02:00:: 1
-1 delicate%5:00:00:tender:02 4
-1 delicate%5:00:00:refined:01 5
-1 delicate%5:00:00:difficult:00 6
-1 delicacy%1:13:00:: 2
-1 deliberation%1:10:00:: 1
-1 deliberation%1:09:01:: 2
-1 delhi_boil%1:26:00:: 1
-1 delegation%1:14:00:: 1
-1 delegate%2:41:00:: 2
-1 delegate%1:18:00:: 1
-1 delaware_river%1:17:00:: 1
-1 delaware%1:17:00:: 1
-1 dejected%3:00:00:: 1
-1 deign%2:41:00:: 1
-1 degree_of_freedom%1:09:00:: 1
-1 degree%1:23:03:: 6
-1 degrade%2:35:00:: 1
-1 degradation%1:04:00:: 1
-1 deglycerolize%2:38:00:: 1
-1 degeneration%1:22:00:: 1
-1 degenerate%2:30:00:: 1
-1 degas%2:30:00:: 1
-1 defy%2:32:00:: 3
-1 defrost%2:30:00:: 1
-1 deformed%5:00:00:unshapely:00 1
-1 deformational%3:01:00:: 1
-1 deflection%1:26:00:: 1
-1 deflated%5:00:00:dejected:00 1
-1 definite%5:00:00:certain(p):01 2
-1 defining%1:22:00:: 1
-1 definable%5:00:00:determinable:00 1
-1 deficit%1:07:00:: 1
-1 deficient%5:00:00:inadequate:00 1
-1 deference%1:04:00:: 1
-1 defer%2:32:00:: 2
-1 defensive%5:00:00:apologetic:00 2
-1 defensible%5:00:00:invulnerable:00 1
-1 defense_policy%1:09:00:: 1
-1 defense%1:22:00:: 5
-1 defense%1:14:02:: 6
-1 defense%1:14:00:: 7
-1 defense%1:10:01:: 8
-1 defend%2:33:04:: 5
-1 defective%5:00:00:abnormal:00 2
-1 defection%1:04:00:: 1
-1 defect%1:26:00:: 3
-1 defect%1:07:00:: 4
-1 defecate%2:29:00:: 1
-1 default%2:40:00:: 1
-1 default%1:04:00:: 1
-1 deepening%1:22:00:: 1
-1 deepen%2:30:01:: 1
-1 deepen%2:30:00:: 2
-1 deep_in_thought%5:00:00:thoughtful:00 1
-1 deep-seated%5:00:00:established:00 1
-1 deep-eyed%5:00:00:thin:03 1
-1 deed%1:10:00:: 2
-1 deductive%3:01:00:: 1
-1 deduction%1:21:00:: 2
-1 deduction%1:09:01:: 3
-1 deduction%1:09:00:: 4
-1 deduction%1:04:00:: 5
-1 deducted%5:00:00:subtracted:00 1
-1 dedifferentiated%5:00:00:undifferentiated:00 1
-1 decreasing%3:00:00:: 1
-1 decorum%1:07:00:: 1
-1 decorator%1:18:00:: 2
-1 decorativeness%1:07:00:: 1
-1 decorative%5:00:00:nonfunctional:00 1
-1 decor%1:06:00:: 1
-1 declivity%1:17:00:: 1
-1 declining%5:00:00:regressive:01 2
-1 decline%1:22:01:: 3
-1 declared%3:00:00:: 1
-1 declare%2:41:00:: 6
-1 declarative%3:00:00:: 1
-1 declaration_of_estimated_tax%1:10:00:: 1
-1 declaration%1:10:02:: 2
-1 declamation%1:10:00:: 1
-1 deck_out%2:29:00:: 1
-1 deck_of_cards%1:14:00:: 1
-1 deck_chair%1:06:00:: 1
-1 deck%1:14:00:: 3
-1 decisive%5:00:00:definite:00 2
-1 decision%1:11:01:: 4
-1 decimeter%1:23:00:: 1
-1 decertify%2:41:00:: 1
-1 deceptively%4:02:00:: 1
-1 decentralize%2:30:00:: 1
-1 decently%4:02:00:: 1
-1 decent%5:00:00:proper:00 2
-1 decent%4:02:00:: 1
-1 december_31%1:28:00:: 1
-1 decelerate%2:30:00:: 1
-1 deceit%1:07:00:: 1
-1 deceased%1:18:00:: 1
-1 decayed%5:00:00:rotten:00 1
-1 decay%1:19:00:: 3
-1 decadent%5:00:00:indulgent:00 1
-1 debut%2:36:00:: 2
-1 debunking%1:04:00:: 1
-1 debilitate%2:30:00:: 1
-1 debauch%1:04:00:: 1
-1 debate%2:32:02:: 2
-1 debate%2:32:01:: 4
-1 debate%2:32:00:: 3
-1 debacle%1:11:02:: 1
-1 deathly%5:00:00:dead:01 1
-1 death%1:26:01:: 7
-1 dearly%4:02:00:: 2
-1 dear%5:00:00:close:02 2
-1 dean%1:18:00:: 1
-1 dealings%1:04:02:: 1
-1 dealing%1:04:01:: 1
-1 deal%1:23:00:: 3
-1 deafening%5:00:00:loud:00 1
-1 deadly_sin%1:04:00:: 1
-1 deadly%5:00:02:fatal:00 2
-1 deadhead%1:18:00:: 1
-1 deadened%5:00:00:insensitive:01 1
-1 deadened%5:00:00:dull:04 2
-1 deaden%2:30:06:: 1
-1 dead_room%1:06:00:: 1
-1 dead_person%1:18:00:: 1
-1 dead_letter%1:26:00:: 1
-1 dead_end%1:06:00:: 1
-1 dead%5:00:00:precise:00 4
-1 dead%5:00:00:extinct:02 5
-1 dead%5:00:00:absolute:00 6
-1 dead%1:28:00:: 2
-1 de-iodination%1:22:00:: 1
-1 de-iodinase%1:27:00:: 1
-1 dc%1:19:00:: 2
-1 daytime%1:28:00:: 1
-1 days%1:28:00:: 1
-1 daydream%2:36:00:: 1
-1 daybreak%1:28:00:: 1
-1 daybed%1:06:01:: 1
-1 day_camp%1:06:00:: 1
-1 day_after_day%4:02:00:: 1
-1 day-to-day%5:00:00:regular:00 1
-1 day-after-day%5:00:00:regular:00 1
-1 dawning%1:28:00:: 1
-1 dawn%2:31:13:: 1
-1 dawn%1:11:01:: 2
-1 davy's_gray%1:27:00:: 1
-1 dauntless%5:00:00:bold:00 1
-1 daunt%2:37:00:: 1
-1 dated%5:00:00:unfashionable:00 1
-1 date%2:41:00:: 1
-1 date%2:31:02:: 2
-1 date%2:31:00:: 3
-1 date%1:28:04:: 4
-1 date%1:28:02:: 5
-1 data_processing%1:22:00:: 1
-1 dashing%5:00:00:spirited:00 1
-1 dash%2:35:02:: 3
-1 dash%1:07:00:: 1
-1 dash%1:04:01:: 2
-1 darwin%1:18:00:: 1
-1 dart%2:38:02:: 3
-1 dart%2:38:00:: 2
-1 darn%2:35:00:: 1
-1 darling%5:00:00:loved:00 1
-1 darkness%1:09:00:: 4
-1 darkly%4:02:00:: 1
-1 darkening%5:00:00:dark:01 1
-1 darken%2:39:00:: 2
-1 dark_field_illumination%1:04:00:: 1
-1 dark_bread%1:13:00:: 1
-1 dark_blue%1:07:00:: 1
-1 dark-skinned%5:00:00:black:02 1
-1 dark-haired%5:00:00:brunet:00 1
-1 dark-green%5:00:00:chromatic:00 1
-1 dark-brown%5:00:00:chromatic:00 1
-1 daring%5:00:00:adventurous:00 1
-1 daring%1:10:00:: 1
-1 daring%1:07:00:: 2
-1 dappled%5:00:00:patterned:00 1
-1 dante%1:18:00:: 1
-1 dank%5:00:00:wet:01 1
-1 dangling_modifier%1:10:00:: 1
-1 dangerous%5:00:00:critical:03 2
-1 danger_line%1:15:00:: 1
-1 danger%1:15:00:: 4
-1 dane%1:18:00:: 1
-1 dandily%4:02:00:: 1
-1 dandelion%1:20:00:: 1
-1 dancing_school%1:14:00:: 1
-1 dancing%5:00:00:active:01 1
-1 dance%1:04:00:: 3
-1 damned%4:02:00:: 1
-1 damn%1:07:00:: 1
-1 dame%1:18:00:: 1
-1 damascus%1:15:00:: 1
-1 damaging%5:00:00:harmful:00 1
-1 damage%1:11:01:: 2
-1 damage%1:04:00:: 3
-1 dam%2:35:00:: 1
-1 daisy%1:20:00:: 1
-1 dais%1:06:00:: 1
-1 dairyman%1:18:00:: 1
-1 dairy%1:06:00:: 1
-1 daiquiri%1:13:00:: 1
-1 dainty%5:00:00:refined:01 1
-1 dainty%5:00:00:delicate:00 2
-1 daintily%4:02:00:: 1
-1 daily_variation%1:11:00:: 1
-1 dagger%1:06:00:: 1
-1 daffodil%1:20:00:: 1
-1 dadaism%1:14:00:: 1
-1 dabbled%5:00:00:covered:00 1
-1 dabble_in%2:41:00:: 1
-1 dabble%2:38:00:: 1
-1 dab%2:35:00:: 2
-1 dab%1:04:00:: 1
-1 cytolysis%1:26:00:: 1
-1 cypress_tree%1:20:00:: 1
-1 cynic%1:18:00:: 1
-1 cylinder%1:25:02:: 1
-1 cyclohexanol_phthalate%1:27:00:: 1
-1 cycle%2:38:03:: 1
-1 cycle%2:38:02:: 2
-1 cycle%1:28:02:: 4
-1 cycle%1:11:01:: 5
-1 cyclades%1:14:00:: 1
-1 cutting_edge%1:09:00:: 1
-1 cutting%1:20:00:: 2
-1 cutting%1:04:01:: 3
-1 cutlass%1:06:00:: 1
-1 cute%5:00:00:attractive:01 1
-1 cute%5:00:00:artful:00 2
-1 cut_up%2:30:02:: 2
-1 cut_to_ribbons%2:33:00:: 1
-1 cut_through%2:38:00:: 1
-1 cut_short%2:30:04:: 2
-1 cut_out%2:35:03:: 3
-1 cut_out%2:35:02:: 2
-1 cut_off%5:00:00:cut:01 1
-1 cut_glass%1:06:00:: 1
-1 cut_down%2:35:03:: 2
-1 cut_down%2:35:00:: 3
-1 cut_down%2:33:00:: 4
-1 cut_corners%2:36:00:: 1
-1 cut_back%2:38:00:: 1
-1 cut_back%2:30:01:: 2
-1 cut_away%2:38:00:: 1
-1 cut%5:00:00:abridged:00 3
-1 cut%3:00:03:: 2
-1 cut%2:41:13:: 5
-1 cut%2:36:01:: 6
-1 cut%2:36:00:: 7
-1 cut%2:35:07:: 8
-1 cut%2:32:00:: 9
-1 cut%2:30:07:: 10
-1 cut%1:21:00:: 1
-1 cut%1:10:00:: 2
-1 cut%1:06:00:: 3
-1 custom-make%2:36:00:: 1
-1 custom%5:00:00:custom-made:00 1
-1 custody%1:26:00:: 1
-1 custodian%1:18:00:: 1
-1 custodial%5:00:00:protective:00 1
-1 cuss%2:32:00:: 1
-1 cuss%1:18:01:: 2
-1 cuss%1:18:00:: 1
-1 cusp%1:06:00:: 1
-1 cushioning%1:06:00:: 1
-1 cushion%1:06:01:: 1
-1 curve%2:42:00:: 2
-1 curve%2:38:01:: 3
-1 curve%1:04:02:: 3
-1 curvaceously%4:02:00:: 1
-1 curtness%1:07:00:: 1
-1 curtly%4:02:00:: 1
-1 curtained%3:00:00:: 1
-1 curtain_raiser%1:04:00:: 1
-1 cursory%5:00:00:careless:00 1
-1 curse%1:10:02:: 3
-1 curse%1:10:01:: 2
-1 curricular%3:01:00:: 1
-1 current%1:14:00:: 3
-1 currency%1:21:00:: 1
-1 currency%1:07:02:: 2
-1 currant%1:13:01:: 1
-1 curling%5:00:00:moving:02 1
-1 curled%5:00:00:coiled:00 1
-1 curl_up%2:38:01:: 1
-1 curl%2:35:00:: 4
-1 cure%2:30:00:: 2
-1 curdling%3:44:00:: 1
-1 cur%1:05:00:: 1
-1 cup_of_tea%1:04:00:: 1
-1 cumulus%1:17:00:: 1
-1 culture%1:04:01:: 4
-1 cultivation%1:04:01:: 1
-1 cultivation%1:04:00:: 2
-1 cultivate%2:36:01:: 2
-1 cult_of_personality%1:09:00:: 1
-1 cult%1:09:01:: 2
-1 culprit%1:18:00:: 1
-1 culminate%2:30:03:: 2
-1 cufflink%1:06:00:: 1
-1 cuffed%5:00:00:abused:01 1
-1 cuff%1:06:00:: 1
-1 cuddle%2:35:01:: 2
-1 cud%1:13:01:: 1
-1 cuckoo-bumblebee%1:05:00:: 1
-1 cubic_foot%1:23:00:: 1
-1 cube%2:31:00:: 1
-1 cube%1:25:01:: 2
-1 cu_ft%1:23:00:: 1
-1 crystallography%1:09:00:: 1
-1 crystallize%2:31:00:: 2
-1 crystallize%2:30:01:: 3
-1 crystallite%1:17:00:: 1
-1 crystal%1:17:00:: 3
-1 cryostat%1:06:00:: 1
-1 crying%5:00:00:noisy:00 1
-1 cry_out_for%2:42:00:: 1
-1 cry%1:10:03:: 3
-1 cry%1:10:02:: 4
-1 crux_of_the_matter%1:10:00:: 1
-1 crutch%1:04:00:: 2
-1 crust%1:17:00:: 1
-1 crushed%5:00:00:humble:00 2
-1 crushed%5:00:00:defeated:00 3
-1 crush%1:27:00:: 1
-1 crusade%1:04:01:: 2
-1 crupper%1:06:00:: 1
-1 crunched%3:44:00:: 1
-1 crunch%2:32:00:: 1
-1 crunch%1:11:00:: 1
-1 crumpled%5:00:00:wrinkled:00 1
-1 crumpled%5:00:00:damaged:00 2
-1 crumple%2:38:00:: 1
-1 crumbled%5:00:00:broken:01 1
-1 cruelty%1:12:00:: 2
-1 cruelty%1:07:01:: 3
-1 cruelly%4:02:00:: 1
-1 cruel%5:00:02:inhumane:00 3
-1 crudity%1:26:00:: 1
-1 crudity%1:07:00:: 2
-1 crudely%4:02:00:: 1
-1 crucify%2:37:00:: 2
-1 crucifixion%1:04:00:: 1
-1 crucifix%1:06:00:: 1
-1 crucial%5:00:00:material:02 2
-1 crowning%5:00:00:ultimate:00 1
-1 crowned%3:00:02:: 1
-1 crown%1:10:01:: 1
-1 crown%1:08:00:: 2
-1 crown%1:06:02:: 3
-1 crown%1:06:01:: 4
-1 crown%1:06:00:: 5
-1 crowd_together%2:38:00:: 1
-1 crowd%2:38:02:: 4
-1 crowd%1:14:01:: 2
-1 crowbait%1:05:00:: 1
-1 crow%2:32:02:: 3
-1 crow%1:11:00:: 2
-1 crotchety%5:00:00:ill-natured:00 1
-1 crossroads%1:26:00:: 2
-1 crossroads%1:09:00:: 3
-1 crossroad%1:06:00:: 1
-1 crossing%1:04:01:: 1
-1 crossed%3:00:01:: 1
-1 cross_off%2:32:00:: 1
-1 cross-section%5:00:00:crosswise:00 1
-1 cross-purpose%1:09:00:: 1
-1 cross-legged%4:02:00:: 1
-1 cross-examination%1:10:00:: 1
-1 cross%5:00:00:ill-natured:00 2
-1 cross%2:41:00:: 3
-1 cross%2:38:04:: 4
-1 cross%1:07:00:: 2
-1 cross%1:06:00:: 3
-1 cropped%3:00:00:: 1
-1 crop%2:35:02:: 1
-1 crook%1:25:00:: 2
-1 crony%1:18:00:: 1
-1 crone%1:18:00:: 1
-1 crofter%1:18:00:: 1
-1 crocketed%5:00:00:adorned:00 1
-1 crocked%5:00:00:intoxicated:00 1
-1 crochet%2:36:01:: 1
-1 croaking%1:10:00:: 1
-1 croak%2:30:00:: 1
-1 critical%3:00:03:: 6
-1 crisscross%2:38:00:: 1
-1 crisp%1:13:00:: 1
-1 crippling%5:00:00:unhealthful:00 1
-1 crippled%5:00:00:unfit:01 1
-1 cripple%1:18:00:: 1
-1 cringing%5:00:00:cowardly:00 1
-1 cringe%2:38:00:: 2
-1 crimson%1:07:00:: 1
-1 criminal_law%1:10:00:: 1
-1 criminal%5:00:00:wrong:01 2
-1 criminal%5:00:00:guilty:00 3
-1 cricket%1:05:00:: 1
-1 crevice%1:25:00:: 1
-1 crested%5:00:03:adorned:00 1
-1 crescendo%5:00:00:increasing:02 1
-1 crescendo%1:07:00:: 1
-1 cremate%2:30:00:: 1
-1 creeping%5:00:00:moving:02 1
-1 creeper%1:20:00:: 1
-1 creep_up%2:38:00:: 1
-1 creep_feed%1:13:00:: 1
-1 creedal%3:01:00:: 1
-1 creed%1:10:00:: 2
-1 creditable%5:00:00:worthy:00 1
-1 credit_system%1:09:00:: 1
-1 credit%2:31:00:: 4
-1 credit%1:04:00:: 6
-1 credible%5:00:00:credulous:00 2
-1 credible%3:00:00:: 1
-1 creche%1:06:00:: 1
-1 creature%1:18:02:: 3
-1 creator%1:18:00:: 2
-1 creativeness%1:09:00:: 1
-1 creatively%4:02:00:: 1
-1 creation%1:04:02:: 5
-1 creased%5:00:00:wrinkled:00 1
-1 crease%2:35:00:: 1
-1 creamy%5:00:00:chromatic:00 1
-1 creaking%1:11:00:: 1
-1 crazy%5:00:00:excited:00 4
-1 crazed%5:00:00:insane:00 1
-1 craze%1:09:00:: 1
-1 crawling%5:00:00:slow:01 2
-1 crawling%5:00:00:moving:02 1
-1 crawl%2:42:01:: 2
-1 crawl%1:04:03:: 1
-1 craven%5:00:00:cowardly:00 1
-1 craved%5:00:00:wanted:00 1
-1 crate%1:06:00:: 1
-1 crassness%1:07:00:: 1
-1 crash%5:00:00:intense:00 1
-1 crash%2:38:04:: 4
-1 crash%2:35:01:: 5
-1 crash%1:11:02:: 3
-1 crash%1:04:00:: 4
-1 cranky%5:00:00:unstable:00 1
-1 crank_call%1:10:00:: 1
-1 cramp%1:26:00:: 1
-1 cram%2:35:00:: 1
-1 craggy%5:00:00:rough:00 1
-1 crag%1:17:00:: 1
-1 crafty%5:00:00:artful:00 1
-1 craftsmanship%1:09:00:: 1
-1 craftsman%1:18:02:: 1
-1 craftsman%1:18:01:: 2
-1 craftsman%1:18:00:: 3
-1 crafter%1:18:00:: 1
-1 craft%1:06:00:: 2
-1 cradle%1:15:00:: 2
-1 crackpot%1:18:00:: 1
-1 crackling%5:00:00:noisy:00 1
-1 crackle%2:32:00:: 2
-1 crackle%2:30:00:: 3
-1 cracking%5:00:00:noisy:00 1
-1 cracking%1:11:00:: 1
-1 cracking%1:04:00:: 2
-1 cracker%1:13:00:: 1
-1 cracked%5:00:02:rough:00 1
-1 cracked%5:00:00:broken:01 2
-1 crack_up%2:37:00:: 1
-1 crack%2:30:02:: 6
-1 crack%2:30:00:: 7
-1 crack%1:25:00:: 3
-1 crack%1:11:00:: 4
-1 crab%1:05:00:: 1
-1 coyote%1:05:00:: 1
-1 cowpuncher%1:18:00:: 1
-1 cowling%1:06:00:: 1
-1 cowled%5:00:00:clothed:00 1
-1 cowhide%1:27:00:: 1
-1 cowhand%1:18:00:: 1
-1 cower%2:38:01:: 1
-1 cow%1:05:02:: 2
-1 covetousness%1:12:01:: 1
-1 covet%2:37:00:: 1
-1 coverlet%1:06:00:: 1
-1 covered_wagon%1:06:00:: 1
-1 coverage%1:21:00:: 1
-1 coverage%1:07:00:: 2
-1 cover%2:41:01:: 10
-1 cover%2:39:12:: 11
-1 cover%2:33:00:: 12
-1 cover%2:32:12:: 13
-1 cover%2:32:00:: 14
-1 cover%1:17:00:: 5
-1 cover%1:06:03:: 6
-1 cover%1:04:01:: 7
-1 cove%1:17:00:: 1
-1 courteous%5:00:00:polite:00 1
-1 court%2:41:01:: 2
-1 course%4:02:00:: 1
-1 courier%1:18:00:: 1
-1 courageous%3:00:04:: 1
-1 coupon%1:10:00:: 1
-1 coupon%1:09:00:: 2
-1 couple%2:41:00:: 3
-1 coup%1:04:01:: 2
-1 coup%1:04:00:: 1
-1 countywide%5:00:00:wide:00 1
-1 county%3:01:00:: 1
-1 countrywide%5:00:00:wide:00 1
-1 country_store%1:06:00:: 1
-1 country_doctor%1:18:00:: 1
-1 country_club%1:14:00:: 1
-1 countervailing%5:00:02:counteractive:00 1
-1 countershot%1:04:00:: 1
-1 counterproposal%1:10:00:: 1
-1 counterpoint%2:42:00:: 1
-1 counterpart%1:06:00:: 2
-1 counteroffensive%1:04:00:: 1
-1 counterchallenge%2:32:00:: 1
-1 counterbalanced%5:00:00:balanced:00 1
-1 counterbalance%2:42:01:: 1
-1 counterbalance%1:06:00:: 1
-1 counterattack%2:33:00:: 1
-1 counterattack%1:04:00:: 1
-1 counteract%2:41:03:: 3
-1 counteract%2:41:02:: 2
-1 counter-drill%2:35:00:: 1
-1 counter%4:02:00:: 1
-1 counter%2:41:00:: 2
-1 counter%1:06:04:: 4
-1 counter%1:06:03:: 2
-1 counter%1:06:01:: 3
-1 countenance%1:10:00:: 2
-1 countenance%1:08:00:: 3
-1 count_upon%2:31:00:: 1
-1 count_on%2:31:01:: 2
-1 counselor%1:18:02:: 2
-1 coughing%1:04:00:: 1
-1 couch%2:32:00:: 1
-1 cottonmouth%1:05:00:: 1
-1 cotter_pin%1:06:00:: 1
-1 cottage_tent%1:06:00:: 1
-1 costume%3:01:00:: 1
-1 costume%2:29:00:: 1
-1 costume%1:06:02:: 2
-1 cost_analysis%1:04:00:: 1
-1 cost_accountant%1:18:00:: 1
-1 cost-plus%5:00:00:indeterminate:01 1
-1 cosmos%1:17:00:: 1
-1 cosmos%1:14:00:: 2
-1 cosily%4:02:00:: 1
-1 cosigner%1:18:00:: 1
-1 cosecant%1:24:00:: 1
-1 corticotropin%1:08:00:: 1
-1 corticosteroid%1:27:00:: 1
-1 cortically%4:02:00:: 1
-1 cortical_potential%1:19:00:: 1
-1 cortex%1:08:00:: 2
-1 corsage%1:06:00:: 1
-1 corruption%1:07:00:: 1
-1 corrupt%2:41:00:: 1
-1 corrugated_iron%1:06:00:: 1
-1 corrugated%5:00:00:furrowed:00 1
-1 corrosive%5:00:00:destructive:00 1
-1 corrode%2:30:01:: 1
-1 corroborate%2:32:00:: 2
-1 correspondingly%4:02:00:: 1
-1 corresponding%5:00:00:same:00 3
-1 correspondence_course%1:04:00:: 1
-1 correction%1:23:00:: 2
-1 correction%1:10:01:: 3
-1 correct%2:32:00:: 3
-1 corral%2:35:00:: 1
-1 corpuscular-radiation_pressure%1:19:00:: 1
-1 corpus_delicti%1:10:00:: 1
-1 corpulence%1:07:00:: 1
-1 corporeality%1:07:00:: 1
-1 corporeal%3:00:00:: 1
-1 corona%1:19:00:: 1
-1 cornmeal%1:13:00:: 1
-1 cornflake%1:13:00:: 1
-1 cornfield%1:15:00:: 1
-1 corner_post%1:06:00:: 1
-1 corner%2:41:00:: 1
-1 corner%1:26:01:: 8
-1 corner%1:26:00:: 7
-1 corner%1:17:00:: 9
-1 corn_syrup%1:13:00:: 1
-1 corn%1:13:00:: 3
-1 corkscrew%1:06:00:: 1
-1 cork%1:27:00:: 1
-1 corinthian%3:00:00:: 1
-1 core%2:35:00:: 1
-1 core%1:17:01:: 5
-1 corduroys%1:06:04:: 1
-1 corduroy%1:06:00:: 1
-1 cordial%5:00:00:friendly:01 1
-1 coral%1:07:00:: 1
-1 coping%1:06:00:: 1
-1 coordinator%1:18:00:: 1
-1 coordination%1:09:00:: 1
-1 coordination%1:04:00:: 2
-1 coordinated%5:00:00:integrated:02 1
-1 coordinated%5:00:00:adroit:00 2
-1 coordinate%5:00:00:equal:00 1
-1 coordinate%2:41:01:: 3
-1 coordinate%2:30:01:: 4
-1 cooperative%1:14:00:: 2
-1 cooperation%1:04:02:: 2
-1 coon%1:18:01:: 1
-1 coolness%1:12:00:: 1
-1 coolness%1:07:02:: 3
-1 coolness%1:07:00:: 2
-1 cooling%1:06:00:: 2
-1 cooler%1:06:00:: 1
-1 cooled%5:00:00:cool:01 1
-1 cool_off%2:37:00:: 1
-1 cool_off%2:30:00:: 2
-1 cool%2:30:00:: 2
-1 cooking_utensil%1:06:00:: 1
-1 cookie%1:13:00:: 1
-1 cookfire%1:06:00:: 1
-1 cooked-over%5:00:00:uneaten:00 1
-1 cook_up%2:36:01:: 1
-1 cooing%3:44:00:: 1
-1 cooccurring%5:00:00:synchronous:00 1
-1 convulsive%5:00:00:violent:00 2
-1 convulse%2:32:00:: 1
-1 convulse%2:29:00:: 2
-1 convoy%1:14:00:: 1
-1 convivial%5:00:00:sociable:00 1
-1 convicted%5:00:00:guilty:00 1
-1 convict%1:18:00:: 1
-1 conveyor%1:18:00:: 1
-1 conveyor%1:06:00:: 2
-1 convexity%1:07:00:: 1
-1 convex%3:00:00:: 1
-1 convert%2:30:07:: 5
-1 conversion%1:04:01:: 4
-1 conversational%5:00:00:informal:02 1
-1 converge%2:42:00:: 1
-1 conventionally%4:02:00:: 1
-1 conventionalize%2:30:00:: 1
-1 conventional%5:00:00:traditional:00 6
-1 conventional%5:00:00:nonrepresentational:00 5
-1 conventional%3:00:02:: 3
-1 conventional%3:00:01:: 4
-1 convent%1:06:00:: 1
-1 convenience%1:07:00:: 2
-1 contusion%1:26:00:: 1
-1 controversial%3:00:00:: 1
-1 control_tower%1:06:00:: 1
-1 control_condition%1:09:00:: 1
-1 control%2:37:06:: 4
-1 control%1:06:00:: 9
-1 contrived%5:00:00:planned:00 1
-1 contrive%2:36:01:: 1
-1 contrive%2:36:00:: 2
-1 contrivance%1:09:01:: 2
-1 contrition%1:12:00:: 1
-1 contributor%1:18:01:: 2
-1 contributor%1:18:00:: 1
-1 contributing%5:00:00:causative:00 1
-1 contrasting%5:00:00:different:00 1
-1 contrast%2:42:01:: 3
-1 contrary%5:00:00:antonymous:00 2
-1 contraption%1:06:00:: 1
-1 contralto%1:18:00:: 1
-1 contradistinction%1:09:00:: 1
-1 contradictory%5:00:00:antonymous:00 1
-1 contradictorily%4:02:00:: 1
-1 contradiction%1:10:01:: 2
-1 contradict%2:32:00:: 2
-1 contraction%1:04:01:: 1
-1 contract%2:30:04:: 5
-1 contraceptive_device%1:06:00:: 1
-1 contrabass%1:06:00:: 1
-1 contraband%5:00:00:illegal:00 1
-1 contour_language%1:10:00:: 1
-1 continue%2:42:12:: 6
-1 contingent%1:14:01:: 1
-1 contingency%1:11:00:: 1
-1 continence%1:07:00:: 1
-1 contiguous%5:00:00:close:01 1
-1 contestant%1:18:00:: 1
-1 contest%1:04:00:: 2
-1 contention%1:10:00:: 2
-1 contentedly%4:02:00:: 1
-1 content%1:26:00:: 6
-1 contending%5:00:00:competitive:00 1
-1 contend%2:41:00:: 4
-1 contend%2:33:00:: 5
-1 contemptuously%4:02:00:: 1
-1 contemptible%3:00:00:: 1
-1 contemporary%5:00:00:synchronous:00 3
-1 contemporaries%1:14:00:: 1
-1 contemplative%5:00:00:thoughtful:00 1
-1 contemplate%2:31:01:: 4
-1 contaminate%2:30:01:: 2
-1 contact_sport%1:04:00:: 1
-1 contact%1:18:00:: 5
-1 contact%1:10:00:: 6
-1 contact%1:06:00:: 7
-1 consummated%3:00:00:: 1
-1 consummate%2:36:00:: 2
-1 consume%2:35:00:: 4
-1 consulting_firm%1:14:00:: 1
-1 construction%1:06:00:: 4
-1 construction%1:04:02:: 5
-1 constriction%1:25:00:: 1
-1 constricting%5:00:00:tight:01 1
-1 constricted%5:00:00:tense:02 1
-1 constrict%2:35:00:: 1
-1 constraining%5:00:00:restrictive:00 1
-1 constrained%5:00:00:obligated(p):00 1
-1 constitution%1:04:00:: 2
-1 constitute%2:41:00:: 2
-1 constellation%1:09:00:: 1
-1 constatation%1:09:00:: 1
-1 constantly%4:02:01:: 3
-1 constancy%1:07:00:: 1
-1 constable%1:18:00:: 1
-1 conspirator%1:18:00:: 1
-1 consoling%5:00:00:reassuring:00 1
-1 consolidation%1:11:00:: 1
-1 consolidation%1:04:00:: 2
-1 consolidated%5:00:00:united:00 1
-1 consolidate%2:30:02:: 2
-1 console%2:37:00:: 1
-1 consistence%1:07:02:: 1
-1 consign%2:40:00:: 2
-1 considered%5:00:00:thoughtful:00 1
-1 consideration%1:10:00:: 3
-1 consideration%1:07:00:: 4
-1 conservatively%4:02:00:: 1
-1 conservative%5:00:00:right:03 2
-1 conservative%5:00:00:moderate:00 3
-1 conservation%1:04:00:: 2
-1 consequently%4:02:01:: 2
-1 conscription%1:04:00:: 1
-1 conscript%2:33:00:: 1
-1 consciousness%1:09:01:: 2
-1 conscience%1:12:00:: 3
-1 conquest%1:04:00:: 2
-1 conqueror%1:18:00:: 1
-1 conquer%2:40:00:: 2
-1 conquer%2:33:00:: 3
-1 connective_tissue%1:08:00:: 1
-1 connection%1:09:00:: 5
-1 connecting%5:00:00:connected:00 1
-1 connect%2:35:01:: 5
-1 connect%2:32:00:: 6
-1 conjunction%1:26:00:: 2
-1 conjunction%1:10:00:: 3
-1 conjugate%2:30:00:: 1
-1 conjoined%5:00:00:joint:00 1
-1 conjoin%2:35:00:: 1
-1 conjecture%2:31:00:: 1
-1 conjecture%1:09:00:: 1
-1 congress_gaiter%1:06:00:: 1
-1 congress%1:14:00:: 2
-1 congratulatory%5:00:00:felicitous:00 1
-1 congratulations%1:10:01:: 1
-1 congratulate%2:37:00:: 3
-1 congo%1:15:00:: 1
-1 congestive%3:01:00:: 1
-1 congestion%1:26:01:: 2
-1 congestion%1:26:00:: 1
-1 congested%5:00:00:full:00 1
-1 congenital%5:00:00:noninheritable:00 1
-1 confusing%5:00:00:unclear:00 2
-1 confusing%5:00:00:disorienting:00 1
-1 confused%3:00:00:: 5
-1 confrontation%1:10:01:: 1
-1 confrere%1:18:00:: 1
-1 conformity%1:09:00:: 3
-1 conform_to%2:30:00:: 3
-1 conform%2:42:06:: 1
-1 conform%2:30:01:: 2
-1 confluent%5:00:00:convergent:00 1
-1 conflict%2:41:11:: 2
-1 confirmed%3:00:00:: 2
-1 confirmation%1:10:00:: 2
-1 confirm%2:41:01:: 4
-1 confining%5:00:00:restrictive:00 1
-1 confines%1:07:00:: 1
-1 confinement%1:26:01:: 1
-1 confinement%1:04:00:: 2
-1 configuration%1:09:00:: 1
-1 configuration%1:07:00:: 2
-1 confiding%5:00:00:trustful:00 1
-1 confidentiality%1:26:00:: 1
-1 confide%2:40:00:: 2
-1 confidante%1:18:00:: 1
-1 confessor%1:18:00:: 1
-1 confession%1:10:01:: 2
-1 confession%1:04:00:: 3
-1 conference_room%1:06:00:: 1
-1 confer%2:32:00:: 1
-1 confederate_flag%1:10:00:: 1
-1 confederate%1:18:02:: 1
-1 confederacy%1:15:00:: 1
-1 confederacy%1:14:00:: 2
-1 conestoga_wagon%1:06:00:: 1
-1 conductor%1:27:00:: 2
-1 conductor%1:18:01:: 3
-1 conduct%2:38:00:: 5
-1 condone%2:32:00:: 1
-1 conditioner%1:04:00:: 1
-1 conditioned_response%1:04:00:: 1
-1 conditional%5:00:00:qualified:02 1
-1 condition%2:41:00:: 2
-1 condition%2:32:00:: 3
-1 condition%1:09:00:: 4
-1 condenser%1:06:01:: 1
-1 condensed_milk%1:13:00:: 1
-1 condensed%3:00:01:: 3
-1 condense%2:30:00:: 2
-1 condemned%5:00:00:guilty:00 1
-1 condemned%5:00:00:disapproved:00 2
-1 condemnatory%5:00:00:inculpatory:00 1
-1 condemnation%1:10:01:: 3
-1 condemn%2:41:00:: 3
-1 condemn%2:39:00:: 4
-1 condemn%2:32:01:: 5
-1 concussion%1:11:01:: 2
-1 concussion%1:11:00:: 1
-1 concurrence%1:10:00:: 1
-1 concurrence%1:04:00:: 2
-1 concur%2:30:00:: 2
-1 concretely%4:02:00:: 1
-1 concord%1:15:00:: 1
-1 concoct%2:35:00:: 1
-1 conclusion%1:28:00:: 3
-1 conclusion%1:11:00:: 4
-1 conclusion%1:10:01:: 5
-1 conclusion%1:04:00:: 6
-1 conclude%2:32:01:: 3
-1 conclave%1:14:00:: 1
-1 conciseness%1:10:00:: 1
-1 concise%3:00:00:: 1
-1 conciliatory%3:00:04:: 1
-1 conciliating%3:00:00:: 1
-1 conciliate%2:37:00:: 1
-1 concession%1:10:02:: 2
-1 concertina%1:06:01:: 1
-1 concerted%5:00:00:joint:00 1
-1 concert_hall%1:06:00:: 1
-1 conceptually%4:02:00:: 1
-1 conceptualization%1:04:00:: 1
-1 conceptual%5:00:00:abstract:00 1
-1 conception%1:09:03:: 4
-1 concentration%1:04:02:: 6
-1 concentrate%2:38:00:: 5
-1 concentrate%1:13:00:: 2
-1 concentrate%1:09:00:: 3
-1 conceit%1:12:00:: 1
-1 concealed%3:00:00:: 2
-1 conceal%2:39:00:: 2
-1 con_game%1:04:00:: 1
-1 con%2:41:00:: 1
-1 con%1:10:00:: 1
-1 computation%1:09:00:: 2
-1 compunction%1:12:00:: 1
-1 compulsively%4:02:00:: 1
-1 compulsion%1:16:00:: 2
-1 compulsion%1:04:00:: 3
-1 compromising%3:00:00:: 1
-1 compromise%1:10:00:: 2
-1 comprise%2:42:03:: 3
-1 compressed%5:00:00:compressible:00 2
-1 compressed%5:00:00:closed:03 1
-1 comprehend%2:39:00:: 2
-1 compounding%1:04:00:: 1
-1 compound%1:27:00:: 2
-1 compound%1:06:00:: 3
-1 composition%1:10:01:: 4
-1 composition%1:04:02:: 5
-1 composition%1:04:01:: 6
-1 composing%1:07:00:: 1
-1 compose%2:37:00:: 5
-1 comportment%1:07:00:: 1
-1 comply%2:42:00:: 2
-1 complimentary%3:00:00:: 1
-1 compliment%2:32:01:: 2
-1 compliance%1:04:02:: 1
-1 complexion%1:07:00:: 1
-1 complex%1:27:00:: 2
-1 complete%2:33:00:: 4
-1 complete%2:32:00:: 5
-1 complementary%5:00:00:inessential:00 1
-1 complement%1:23:00:: 2
-1 complement%1:14:00:: 3
-1 complement%1:07:00:: 4
-1 complaisance%1:07:00:: 1
-1 complaint%1:10:02:: 3
-1 complaint%1:10:01:: 2
-1 complaint%1:10:00:: 4
-1 compiling%1:04:00:: 1
-1 competitively%4:02:00:: 1
-1 competitive%5:00:00:aggressive:00 3
-1 competently%4:02:00:: 1
-1 compensatory%5:00:00:counteractive:00 1
-1 compensate%2:40:01:: 2
-1 compatriot%1:18:00:: 1
-1 compatible%5:00:00:congenial:00 2
-1 compassionately%4:02:00:: 1
-1 compassionate%5:00:00:merciful:00 1
-1 compassion%1:07:00:: 2
-1 compartment%1:06:00:: 2
-1 comparable%5:00:00:same:00 2
-1 company_operator%1:18:00:: 1
-1 companionship%1:26:00:: 1
-1 compact%5:00:00:concentrated:00 2
-1 compact%1:06:00:: 1
-1 commute%2:30:01:: 4
-1 commutator%1:06:00:: 1
-1 commutation%1:04:00:: 1
-1 communize%2:30:01:: 1
-1 community_college%1:14:00:: 1
-1 community%1:26:00:: 5
-1 community%1:14:01:: 6
-1 communistic%3:01:00:: 1
-1 communist_china%1:15:00:: 1
-1 communique%1:10:00:: 1
-1 communication%1:24:00:: 3
-1 communicating%1:10:00:: 1
-1 commune%1:14:00:: 2
-1 communal%3:01:02:: 2
-1 commonplace%5:00:02:ordinary:00 2
-1 commonplace%5:00:00:unexciting:00 3
-1 commonplace%1:10:00:: 1
-1 commoner%1:18:00:: 1
-1 common_soldier%1:18:00:: 1
-1 common_law%1:10:00:: 1
-1 common_iliac_artery%1:08:00:: 1
-1 common%5:00:00:lowborn:00 6
-1 common%1:15:00:: 1
-1 committee_member%1:18:00:: 1
-1 committee%1:14:01:: 2
-1 commitment%1:04:02:: 3
-1 commit%2:40:05:: 5
-1 commit%2:40:00:: 4
-1 commission%1:21:00:: 2
-1 commission%1:04:02:: 3
-1 commissary%1:06:00:: 1
-1 commiseration%1:12:00:: 1
-1 commiserate%2:37:00:: 1
-1 commie%1:18:00:: 1
-1 commercialization%1:04:00:: 1
-1 commercialism%1:04:00:: 1
-1 commercial_enterprise%1:14:00:: 1
-1 commercial_art%1:06:00:: 1
-1 comment%2:32:10:: 2
-1 commend%2:36:00:: 2
-1 commend%2:32:03:: 3
-1 commanding%5:00:00:high:01 2
-1 commandeer%2:35:00:: 1
-1 command%2:42:00:: 4
-1 command%2:41:00:: 5
-1 command%1:26:00:: 5
-1 command%1:09:00:: 6
-1 coming%5:00:02:future:00 2
-1 comically%4:02:00:: 1
-1 comic_book%1:10:00:: 1
-1 comforting%5:00:00:satisfactory:00 1
-1 comforting%5:00:00:reassuring:00 2
-1 comforted%5:00:00:comfortable:01 1
-1 comfort%2:29:00:: 2
-1 cometary%3:01:00:: 1
-1 comet%1:17:00:: 1
-1 comer%1:18:01:: 1
-1 come_upon%2:40:01:: 2
-1 come_up%2:42:01:: 7
-1 come_up%2:35:00:: 8
-1 come_to_the_fore%2:38:00:: 1
-1 come_to_light%2:30:00:: 1
-1 come_through%2:38:00:: 2
-1 come_over%2:32:00:: 1
-1 come_out%2:38:01:: 7
-1 come_off%2:30:00:: 2
-1 come_of_age%2:41:00:: 1
-1 come_in_handy%2:42:00:: 1
-1 come_in%2:42:00:: 3
-1 come_in%2:32:00:: 4
-1 come_home%2:31:13:: 1
-1 come_forward%2:38:00:: 1
-1 come_down%2:43:00:: 3
-1 come_down%2:29:00:: 4
-1 come_back%2:38:01:: 4
-1 come_back%2:32:01:: 5
-1 come_away%2:38:00:: 2
-1 come_around%2:31:00:: 1
-1 come_alive%2:29:00:: 1
-1 come%2:42:12:: 16
-1 come%2:42:11:: 17
-1 come%2:38:02:: 18
-1 come%2:31:14:: 19
-1 combo%1:14:00:: 1
-1 combined%3:00:00:: 2
-1 combine%2:35:03:: 6
-1 combine%2:30:00:: 7
-1 combine%1:06:00:: 1
-1 combination_in_restraint_of_trade%1:14:00:: 1
-1 combinable%5:00:00:combinative:00 1
-1 combatant%5:00:00:military:01 1
-1 combat_mission%1:04:00:: 1
-1 combat%1:04:01:: 2
-1 comb%2:35:01:: 1
-1 comb%2:35:00:: 2
-1 comb%2:29:00:: 3
-1 comb%1:05:01:: 2
-1 coma%1:09:00:: 1
-1 columnlike%5:00:00:columned:00 1
-1 columnist%1:18:00:: 1
-1 columned%3:00:00:: 1
-1 column_chromatography%1:22:00:: 1
-1 column%1:06:01:: 6
-1 column%1:06:00:: 7
-1 columbine%1:20:00:: 1
-1 colt%1:06:00:: 2
-1 colour%3:00:02:: 1
-1 colorless%3:00:01:: 1
-1 coloratura%1:18:00:: 1
-1 color_tv%1:06:00:: 1
-1 color_scheme%1:14:00:: 1
-1 color%2:41:00:: 3
-1 color%1:07:04:: 5
-1 colonize%2:41:00:: 1
-1 colonial%1:18:00:: 1
-1 colombian%3:01:00:: 1
-1 colloquial%5:00:01:informal:02 1
-1 collision%1:04:00:: 2
-1 collide_with%2:35:00:: 1
-1 collegiate%3:01:00:: 1
-1 collegian%1:18:00:: 1
-1 college_level%1:26:00:: 1
-1 college_girl%1:18:00:: 1
-1 collector%1:18:00:: 2
-1 collector%1:17:00:: 3
-1 collectively%4:02:00:: 1
-1 collective%1:14:00:: 1
-1 collection%1:10:01:: 3
-1 collection%1:10:00:: 2
-1 collection%1:04:00:: 4
-1 collect%2:35:02:: 6
-1 colleague%1:18:01:: 2
-1 collate%2:31:00:: 1
-1 collar%2:35:00:: 1
-1 collapsible%3:00:00:: 1
-1 collapse%1:04:01:: 3
-1 collaborator%1:18:02:: 1
-1 coleridge%1:18:00:: 1
-1 coldness%1:09:00:: 1
-1 coldness%1:07:01:: 2
-1 cold_sweat%1:26:00:: 1
-1 cold_spell%1:19:00:: 1
-1 cold_sober%5:00:00:sober:01 1
-1 cold-bloodedly%4:02:00:: 1
-1 cold-blooded%5:00:00:inhumane:00 1
-1 cold%5:00:00:stale:00 3
-1 coil%1:06:00:: 1
-1 cohesiveness%1:26:00:: 1
-1 cohere%2:35:00:: 1
-1 cognizance%1:09:00:: 1
-1 cognate%5:00:02:related:02 1
-1 coffeepot%1:06:00:: 1
-1 coffeehouse%1:06:00:: 1
-1 coffee_break%1:13:00:: 1
-1 coexistent%5:00:00:synchronous:00 1
-1 coexist%2:42:01:: 1
-1 codify%2:30:01:: 1
-1 codification%1:10:00:: 2
-1 code_of_conduct%1:09:00:: 1
-1 code%2:35:00:: 1
-1 code%1:10:00:: 2
-1 cocoon%1:05:00:: 1
-1 coconut%1:13:00:: 2
-1 coco_palm%1:20:00:: 1
-1 cockroach%1:05:00:: 1
-1 cockeyed%5:00:00:crooked:01 1
-1 cockatoo%1:05:00:: 1
-1 coccidiosis%1:26:00:: 1
-1 coccidioidomycosis%1:26:00:: 1
-1 cocaine%1:06:00:: 1
-1 coca_cola%1:13:00:: 1
-1 cobbler%1:18:00:: 1
-1 cobalt_blue%1:07:00:: 1
-1 coaxial%5:00:00:concentric:00 1
-1 coattail%1:06:00:: 1
-1 coating%1:06:00:: 1
-1 coated%3:00:00:: 1
-1 coat%2:29:00:: 2
-1 coat%1:06:01:: 2
-1 coastal%3:01:00:: 1
-1 coastal%3:00:00:: 2
-1 coast%2:38:00:: 1
-1 coarsened%5:00:00:inferior:02 1
-1 coarsely%4:02:00:: 1
-1 coarse%5:00:00:unrefined:01 2
-1 coarse%3:00:00:: 1
-1 coalition%1:14:00:: 1
-1 coalescence%1:04:00:: 1
-1 coalesce%2:35:00:: 2
-1 coagulate%2:30:00:: 1
-1 coaching_job%1:04:00:: 1
-1 coaching%1:04:00:: 1
-1 coach%2:38:00:: 2
-1 co-opt%2:41:02:: 1
-1 clutches%1:04:00:: 1
-1 clutch%2:35:04:: 2
-1 clutch%1:26:00:: 2
-1 clumsy%5:00:00:infelicitous:00 2
-1 clumsily%4:02:00:: 1
-1 clump%1:14:01:: 2
-1 clubfoot%1:26:00:: 1
-1 club%1:06:01:: 5
-1 clowning%1:04:00:: 1
-1 clown%1:18:01:: 1
-1 clown%1:18:00:: 2
-1 clover%1:20:00:: 1
-1 cloudy%5:00:00:indistinct:00 1
-1 clouded%5:00:00:cloudy:00 2
-1 cloudburst%1:19:00:: 1
-1 cloud_over%2:43:00:: 1
-1 cloud%2:43:00:: 1
-1 cloud%2:39:00:: 2
-1 cloud%2:38:00:: 3
-1 cloud%1:26:01:: 3
-1 clotted%5:00:00:thick:02 1
-1 clothesline%1:06:00:: 1
-1 clothesbrush%1:06:00:: 1
-1 clothed%3:00:00:: 1
-1 clot%2:30:01:: 1
-1 clot%1:08:00:: 1
-1 closure%1:04:02:: 1
-1 closing_off%1:04:00:: 1
-1 closet%1:06:02:: 3
-1 closet%1:06:01:: 2
-1 closer%5:00:00:close:01 1
-1 closely_knit%5:00:00:close:02 1
-1 closed_circuit%1:06:00:: 1
-1 closed%5:00:00:union:00 5
-1 close_off%2:42:00:: 1
-1 close_at_hand%5:00:00:close:01 1
-1 close-packed%5:00:00:compact:00 1
-1 close%5:00:00:confined:00 7
-1 close%2:32:05:: 6
-1 close%1:11:00:: 2
-1 clonic%3:01:00:: 1
-1 clomp%2:38:00:: 1
-1 clogging%5:00:00:preventive:00 1
-1 clogged%5:00:00:thick:02 1
-1 clodhopper%1:06:00:: 1
-1 clod%1:18:00:: 2
-1 clockwise%3:00:00:: 1
-1 clocking%1:28:00:: 1
-1 clock%2:30:00:: 1
-1 cloak%1:06:01:: 1
-1 clique%1:14:00:: 1
-1 clip%1:11:00:: 2
-1 clip%1:06:01:: 3
-1 clink%2:39:01:: 1
-1 clinically%4:02:00:: 1
-1 clinical%5:00:00:objective:00 2
-1 clinch%1:04:00:: 1
-1 climb_on%2:38:00:: 1
-1 climax%1:04:00:: 3
-1 clientele%1:14:00:: 1
-1 client%1:18:01:: 2
-1 clickety-click%1:11:00:: 1
-1 click_open%2:35:00:: 1
-1 click_off%2:30:00:: 1
-1 click%2:39:00:: 2
-1 cleverness%1:09:01:: 1
-1 cleverly%4:02:00:: 1
-1 clever%5:00:00:intelligent:00 3
-1 clerking%1:04:00:: 1
-1 clerical%3:01:00:: 2
-1 cleric%1:18:00:: 1
-1 clench%2:35:02:: 2
-1 clench%2:35:01:: 1
-1 cleave%2:35:00:: 1
-1 cleat%1:06:02:: 1
-1 clearly%4:02:03:: 4
-1 clearing_house%1:14:00:: 1
-1 clearheaded%3:00:00:: 1
-1 clearance%1:07:00:: 1
-1 clear_up%2:30:02:: 2
-1 clear_up%2:30:00:: 3
-1 clear%5:00:01:pure:02 7
-1 clear%5:00:00:untroubled:00 6
-1 clear%5:00:00:unencumbered:00 8
-1 clear%5:00:00:distinct:00 9
-1 clear%2:41:01:: 6
-1 clear%2:40:07:: 7
-1 clear%2:39:05:: 8
-1 clear%2:38:00:: 9
-1 clear%2:31:00:: 10
-1 cleansing%5:00:00:purifying:00 1
-1 cleansing%1:04:00:: 1
-1 cleanse%2:29:00:: 1
-1 cleaned%5:00:00:clean:01 1
-1 clean_slate%1:26:00:: 1
-1 clean-shaven%5:00:00:shaven:00 1
-1 clean%5:00:01:pure:02 3
-1 clean%5:00:00:pure:02 4
-1 clean%5:00:00:perfect:00 5
-1 clean%4:02:04:: 1
-1 clean%2:29:00:: 4
-1 clean%1:04:00:: 1
-1 claw%2:38:00:: 1
-1 claw%2:35:01:: 2
-1 claw%1:06:00:: 2
-1 claw%1:05:02:: 3
-1 claustrophobia%1:26:00:: 1
-1 clause%1:10:01:: 2
-1 clattering%5:00:00:noisy:00 1
-1 classmate%1:18:00:: 1
-1 classless%5:00:00:democratic:00 1
-1 classifier%1:18:00:: 1
-1 classificatory%3:01:00:: 1
-1 classics%1:09:00:: 1
-1 classicist%1:18:00:: 1
-1 classically%4:02:00:: 1
-1 classic%1:18:00:: 2
-1 clash%2:35:00:: 1
-1 clash%1:26:00:: 2
-1 clarity%1:07:00:: 2
-1 claret%1:07:00:: 1
-1 clap%2:38:04:: 2
-1 clap%2:32:00:: 3
-1 clap%2:29:00:: 4
-1 clannishness%1:07:00:: 1
-1 clannish%5:00:00:joint:00 1
-1 clank%2:39:00:: 1
-1 clangoring%1:11:00:: 1
-1 clanging%5:00:00:noisy:00 1
-1 clang%1:11:00:: 1
-1 clandestine%5:00:00:covert:00 1
-1 clan%1:14:00:: 1
-1 clamp%2:32:00:: 2
-1 clamorous%5:00:00:noisy:00 1
-1 clamoring%1:10:00:: 1
-1 clairvoyance%1:10:00:: 1
-1 claim%2:32:01:: 5
-1 civil_rights%1:07:00:: 1
-1 civil_authority%1:18:00:: 1
-1 civil%3:00:00:: 2
-1 civic_center%1:06:00:: 1
-1 city_university%1:06:00:: 1
-1 city_council%1:14:00:: 1
-1 city%1:14:00:: 3
-1 citrus%1:13:00:: 1
-1 citron%1:13:00:: 1
-1 citrate%2:30:00:: 1
-1 circus%1:04:01:: 3
-1 circumspect%5:00:00:prudent:00 1
-1 circumscribe%2:35:00:: 1
-1 circumscribe%2:30:00:: 2
-1 circumference%1:07:00:: 1
-1 circulatory_system%1:08:00:: 1
-1 circulation%1:19:00:: 2
-1 circulate%2:38:03:: 3
-1 circulate%2:38:01:: 4
-1 circuitry%1:06:00:: 1
-1 circle%2:42:00:: 3
-1 cipher%2:32:00:: 1
-1 cipher%1:10:01:: 1
-1 cinema%1:10:00:: 1
-1 cilium%1:05:00:: 1
-1 ciliate%1:05:00:: 1
-1 cigar_butt%1:06:00:: 1
-1 cigar_box%1:06:00:: 1
-1 cicada%1:05:00:: 1
-1 chute%1:06:01:: 1
-1 chute%1:06:00:: 2
-1 churning%5:00:02:agitated:02 1
-1 churning%5:00:00:agitated:02 2
-1 churn%2:35:00:: 1
-1 churchman%1:18:00:: 1
-1 churchlike%5:00:00:religious:00 1
-1 churchillian%3:01:00:: 1
-1 churchgoer%1:18:00:: 1
-1 church_tower%1:06:00:: 1
-1 church_service%1:04:00:: 1
-1 church_roll%1:10:00:: 1
-1 church_of_rome%1:14:00:: 1
-1 church_member%1:18:00:: 1
-1 church-state%1:14:00:: 1
-1 chunky%5:00:00:unshapely:00 1
-1 chump%1:18:00:: 1
-1 chug%2:39:00:: 1
-1 chuff%2:29:00:: 1
-1 chuckle%1:10:00:: 1
-1 chuck_wagon%1:06:00:: 1
-1 chuck%1:13:02:: 1
-1 chrysanthemum%1:20:01:: 1
-1 chronologically%4:02:00:: 1
-1 chronicle%2:32:00:: 1
-1 chromic_acid%1:27:00:: 1
-1 chromatogram%1:06:00:: 1
-1 christmas_eve%1:28:00:: 1
-1 christian%3:00:00:: 2
-1 christening%1:04:00:: 1
-1 christendom%1:14:00:: 1
-1 chorus%2:32:00:: 1
-1 chorus%1:14:00:: 2
-1 chorus%1:10:00:: 3
-1 choreographic%3:01:00:: 1
-1 chopping_block%1:06:00:: 1
-1 chopper%1:04:00:: 1
-1 chopin%1:10:00:: 1
-1 chop_down%2:35:00:: 1
-1 choosy%5:00:00:fastidious:00 1
-1 choose_up%2:41:00:: 1
-1 chomp%1:04:00:: 1
-1 cholelithiasis%1:26:00:: 1
-1 choking%5:00:00:breathless:00 1
-1 choke_off%2:35:00:: 2
-1 choke%2:35:02:: 3
-1 choke%2:29:04:: 4
-1 choke%2:29:03:: 5
-1 choirboy%1:18:00:: 1
-1 chocolate%1:13:02:: 1
-1 chockful%5:00:00:full:00 1
-1 chock%1:06:00:: 1
-1 chlorpromazine%1:06:00:: 1
-1 chivy%2:37:00:: 1
-1 chivalry%1:07:00:: 1
-1 chivalrous%5:00:00:courteous:00 1
-1 chirp%2:32:00:: 1
-1 chipper%5:00:00:cheerful:00 1
-1 chip%2:35:03:: 2
-1 chip%2:35:01:: 1
-1 chip%1:17:00:: 1
-1 chip%1:06:02:: 2
-1 chinning_bar%1:06:00:: 1
-1 chinked%5:00:00:caulked:00 1
-1 chinese%1:10:00:: 1
-1 chin_up%2:38:00:: 1
-1 chin_music%1:10:00:: 1
-1 chimney_corner%1:06:00:: 1
-1 chilly%5:00:00:unemotional:00 2
-1 chilly%5:00:00:cool:01 1
-1 chill%2:30:01:: 2
-1 chill%1:26:01:: 3
-1 childlike%5:00:00:naive:00 2
-1 childishness%1:07:00:: 1
-1 child_welfare_service%1:14:00:: 1
-1 child_care%1:04:00:: 1
-1 child%1:18:06:: 3
-1 chignon%1:08:00:: 1
-1 chief_justice%1:18:00:: 1
-1 chief%1:18:01:: 2
-1 chic%5:00:00:stylish:00 1
-1 cheyenne%1:10:00:: 2
-1 chewing_out%1:10:00:: 1
-1 chew_over%2:31:00:: 1
-1 chevaux-de-frise%1:06:00:: 1
-1 chestnut%5:00:00:chromatic:00 1
-1 chest%1:06:00:: 2
-1 chess_set%1:14:00:: 1
-1 cherry_bomb%1:06:00:: 1
-1 cherokee%1:10:00:: 1
-1 chemistry_laboratory%1:06:00:: 1
-1 chemist%1:18:01:: 2
-1 chemical_reaction%1:22:00:: 1
-1 chemical_formula%1:10:00:: 1
-1 chela%1:18:00:: 1
-1 cheesecloth%1:06:00:: 1
-1 cheerfulness%1:07:00:: 1
-1 cheer%2:37:02:: 1
-1 cheer%2:32:02:: 2
-1 cheekbone%1:08:00:: 1
-1 cheek_by_jowl%4:02:00:: 1
-1 checkup%1:04:00:: 1
-1 checkout%1:04:00:: 1
-1 check_out%2:32:00:: 2
-1 check_mark%1:10:00:: 1
-1 check_into%2:31:00:: 1
-1 check%2:38:15:: 5
-1 check%2:31:01:: 6
-1 check%2:30:02:: 7
-1 check%1:26:00:: 4
-1 check%1:09:01:: 5
-1 check%1:04:05:: 7
-1 check%1:04:03:: 6
-1 cheat%2:41:01:: 3
-1 cheap_money%1:21:00:: 1
-1 cheap%5:00:00:tasteless:02 2
-1 cheap%5:00:00:inferior:02 3
-1 chaulmoogra_oil%1:27:00:: 1
-1 chattering%1:11:01:: 1
-1 chatter%2:39:00:: 1
-1 chatter%2:35:00:: 2
-1 chatter%2:32:01:: 3
-1 chatter%2:32:00:: 4
-1 chastity%1:04:00:: 1
-1 chastisement%1:04:00:: 1
-1 charter%2:41:01:: 1
-1 chart%2:31:00:: 2
-1 charnel%1:06:00:: 1
-1 charm%1:10:00:: 2
-1 charm%1:06:00:: 3
-1 charleston%1:15:01:: 1
-1 charlatan%1:18:00:: 1
-1 charity%1:07:00:: 2
-1 charity%1:04:00:: 3
-1 charitable%3:00:00:: 2
-1 charisma%1:07:00:: 1
-1 chariot%1:06:00:: 1
-1 charged%5:00:00:emotional:00 2
-1 charge%2:40:02:: 9
-1 charge%1:18:00:: 7
-1 charcoal_gray%1:07:00:: 1
-1 charcoal%2:36:00:: 1
-1 character%1:26:00:: 6
-1 character%1:10:01:: 7
-1 chap%1:18:00:: 1
-1 chaotic%5:00:00:wild:02 2
-1 chantlike%5:00:00:rhythmical:00 1
-1 chanted%5:00:00:musical:01 1
-1 channel%2:38:01:: 1
-1 channel%1:06:00:: 2
-1 change_over%2:30:01:: 1
-1 change%1:06:01:: 6
-1 change%1:06:00:: 7
-1 chandelle%2:38:00:: 1
-1 chancel%1:06:00:: 1
-1 chance%2:41:00:: 2
-1 champion%2:33:00:: 1
-1 champion%1:18:00:: 2
-1 champ%1:18:00:: 1
-1 chambered%5:00:00:divided:00 1
-1 chamber%2:42:00:: 1
-1 chamber%1:08:00:: 2
-1 chamber%1:06:02:: 3
-1 challenge%2:32:03:: 3
-1 challenge%2:32:02:: 4
-1 challenge%1:10:01:: 3
-1 chalk_up%2:40:00:: 1
-1 chalk_up%2:32:00:: 2
-1 chaise%1:06:01:: 1
-1 chairman_of_the_board%1:18:00:: 1
-1 chain_store%1:06:00:: 1
-1 chain%1:14:02:: 4
-1 chain%1:06:03:: 5
-1 chaff%2:32:00:: 1
-1 cha-cha%1:04:00:: 1
-1 cerulean_blue%1:27:00:: 1
-1 certitude%1:09:00:: 1
-1 certiorari%1:10:00:: 1
-1 certification%1:10:00:: 2
-1 certainty%1:07:00:: 2
-1 ceremonially%4:02:01:: 1
-1 cerebrate%2:31:00:: 1
-1 cerebral_palsy%1:26:00:: 1
-1 cerebral%3:01:00:: 2
-1 cerebellum%1:08:00:: 1
-1 ceramic%3:01:00:: 1
-1 centralization%1:04:00:: 1
-1 central_nervous_system%1:08:00:: 1
-1 central_heating%1:06:00:: 1
-1 central_american%3:01:00:: 1
-1 centering%1:09:00:: 1
-1 center_on%2:42:01:: 2
-1 center_line%1:25:00:: 1
-1 center%1:18:01:: 9
-1 center%1:18:00:: 10
-1 center%1:15:02:: 11
-1 center%1:14:00:: 12
-1 centennial%1:28:00:: 1
-1 centenary%3:01:00:: 1
-1 census%1:04:00:: 1
-1 censure%1:10:00:: 1
-1 censorship%1:04:01:: 1
-1 cement%1:27:01:: 3
-1 celtic%3:01:00:: 1
-1 cellulose_acetate%1:27:00:: 1
-1 cell%1:06:00:: 3
-1 celiac_artery%1:08:00:: 1
-1 celestial_body%1:17:00:: 1
-1 celestial%5:00:00:heavenly:00 3
-1 celestial%3:01:00:: 2
-1 celerity%1:07:00:: 1
-1 celebrity%1:18:00:: 1
-1 celebration%1:04:00:: 2
-1 cease%2:30:12:: 3
-1 caw%2:32:00:: 1
-1 cavity%1:17:00:: 1
-1 cavern%1:17:01:: 1
-1 cavern%1:17:00:: 2
-1 caveman%1:18:00:: 1
-1 caveat%1:10:01:: 1
-1 cavalryman%1:18:01:: 1
-1 cavalryman%1:18:00:: 2
-1 cavalcade%1:14:00:: 1
-1 cautious%1:14:00:: 1
-1 causative%3:00:00:: 1
-1 causally%4:02:00:: 1
-1 causal_factor%1:09:00:: 1
-1 caucus%2:41:00:: 1
-1 cattle_thief%1:18:00:: 1
-1 cathedral%3:01:02:: 1
-1 caterpillar%1:05:00:: 1
-1 caterer%1:18:00:: 1
-1 categorized%5:00:00:classified:01 1
-1 categorize%2:31:00:: 1
-1 categorize%2:30:00:: 2
-1 catecholamine%1:27:00:: 1
-1 catechize%2:32:00:: 1
-1 catching%1:04:00:: 1
-1 catch_one's_breath%2:32:00:: 1
-1 catch_on%2:30:00:: 2
-1 catch_it%2:41:00:: 1
-1 catch_fire%2:43:00:: 1
-1 catch_a_wink%2:29:00:: 1
-1 catch%2:41:13:: 13
-1 catch%2:39:02:: 15
-1 catch%2:39:00:: 14
-1 catch%2:35:08:: 16
-1 catch%2:31:03:: 18
-1 catch%2:31:00:: 17
-1 catch%2:29:10:: 19
-1 catch%1:07:00:: 1
-1 catatonic%3:01:00:: 1
-1 catastrophic%5:00:02:harmful:00 1
-1 catastrophe%1:26:00:: 2
-1 catapultian%3:01:00:: 1
-1 catapult%2:35:01:: 2
-1 catalogue%2:36:00:: 2
-1 catalog%1:10:01:: 2
-1 casually%4:02:01:: 1
-1 casually%4:02:00:: 2
-1 casual%5:00:01:unplanned:00 4
-1 casual%5:00:00:careless:00 5
-1 castle%1:06:00:: 2
-1 castigation%1:10:00:: 1
-1 castigate%2:32:00:: 1
-1 castanets%1:06:00:: 1
-1 cast_off%2:35:00:: 1
-1 cast_iron%1:27:00:: 1
-1 cast_down%2:37:00:: 1
-1 cast_around%2:31:00:: 1
-1 cast%5:00:00:formed:00 1
-1 cast%2:35:00:: 4
-1 cast%1:06:03:: 2
-1 cassocked%5:00:00:clothed:00 1
-1 cassite%1:10:00:: 1
-1 casino%1:06:00:: 1
-1 cashmere%1:06:00:: 1
-1 cash_register%1:06:00:: 1
-1 cash_in_on%2:40:00:: 1
-1 cash_basis%1:21:00:: 1
-1 casebook%5:00:00:standard:01 1
-1 case_load%1:04:00:: 1
-1 case_history%1:10:00:: 1
-1 case%2:39:00:: 1
-1 case%1:10:00:: 11
-1 cascade_down%2:38:00:: 1
-1 cascade%2:38:00:: 1
-1 cartwheel%1:06:00:: 1
-1 cartwheel%1:04:00:: 2
-1 cartridge_belt%1:06:00:: 1
-1 carton%1:23:00:: 1
-1 cartilage%1:08:00:: 1
-1 cartesian%3:01:00:: 1
-1 cart_off%2:35:00:: 1
-1 cart%2:35:00:: 1
-1 cart%1:06:01:: 2
-1 carrying_into_action%1:04:00:: 1
-1 carry_out%2:41:02:: 4
-1 carry_on%2:42:00:: 2
-1 carry_on%2:32:00:: 3
-1 carry_forward%2:38:00:: 1
-1 carry-over%1:09:00:: 1
-1 carry%2:41:01:: 13
-1 carry%2:40:00:: 14
-1 carry%2:36:00:: 15
-1 carry%2:35:08:: 16
-1 carry%2:32:07:: 17
-1 carry%1:04:00:: 1
-1 carrier%1:27:00:: 4
-1 carrier%1:14:00:: 5
-1 carping%5:00:00:critical:01 1
-1 carping%1:10:00:: 1
-1 carnival%1:04:00:: 1
-1 carload%1:14:00:: 1
-1 caricature%2:32:00:: 1
-1 caribbean_island%1:15:00:: 1
-1 caribbean%1:17:00:: 1
-1 careworn%5:00:00:tired:00 1
-1 caretaker%1:18:00:: 1
-1 caressingly%4:02:00:: 1
-1 caressing%5:00:00:loving:00 1
-1 carelessness%1:07:00:: 1
-1 carelessness%1:04:00:: 2
-1 carelessly%4:02:02:: 1
-1 careless%5:00:00:artless:00 2
-1 careful%5:00:00:unhurried:00 3
-1 careerism%1:04:00:: 1
-1 careen%2:38:01:: 1
-1 care_a_hang%2:37:00:: 1
-1 care%2:37:12:: 5
-1 care%1:12:01:: 3
-1 care%1:12:00:: 4
-1 care%1:04:02:: 5
-1 care%1:04:00:: 6
-1 cards%1:04:00:: 1
-1 cardroom%1:06:00:: 1
-1 cardiovascular%3:01:00:: 1
-1 cardiomegaly%1:26:00:: 1
-1 cardboard%1:27:00:: 1
-1 card_table%1:06:01:: 1
-1 card-playing%5:00:00:indulgent:00 1
-1 card%1:10:00:: 3
-1 carboxymethyl_cellulose%1:27:00:: 1
-1 carbonate%1:27:00:: 1
-1 carbon_tetrahalide%1:27:00:: 1
-1 carbon_dioxide%1:27:00:: 1
-1 caravan%1:14:00:: 1
-1 carabao%1:05:00:: 1
-1 car_door%1:06:00:: 1
-1 capture%2:40:01:: 4
-1 capture%2:40:00:: 5
-1 capture%2:35:00:: 6
-1 capture%1:22:01:: 2
-1 captor%1:18:00:: 1
-1 captivity%1:26:01:: 2
-1 captive%5:00:00:unfree:00 1
-1 captive%1:18:01:: 1
-1 captive%1:18:00:: 2
-1 captivating%5:00:00:attractive:01 1
-1 capstan%1:06:00:: 1
-1 capitulate%2:33:00:: 1
-1 capitalistic%3:00:00:: 1
-1 capitalist%1:18:01:: 1
-1 capital_punishment%1:04:00:: 1
-1 capital_loss%1:21:00:: 1
-1 capital%1:10:00:: 4
-1 capillary_tubing%1:06:00:: 1
-1 capillary_action%1:19:00:: 1
-1 caper%2:38:00:: 1
-1 cape%1:06:00:: 2
-1 capacity%1:04:01:: 5
-1 capacitance%1:19:00:: 1
-1 capable%5:00:00:competent:00 5
-1 cap%1:06:05:: 3
-1 cap%1:06:03:: 4
-1 canyonside%1:17:00:: 1
-1 canvas%1:26:00:: 3
-1 canvas%1:06:02:: 4
-1 cantle%1:06:00:: 1
-1 cantilever%1:06:00:: 1
-1 cantering%3:44:00:: 1
-1 canter%2:38:00:: 1
-1 canter%1:04:00:: 1
-1 cant%1:10:01:: 1
-1 canonized%5:00:00:authorized:00 1
-1 canonize%2:32:00:: 1
-1 cannon_fodder%1:18:00:: 1
-1 caning%1:06:00:: 1
-1 cane%2:35:00:: 1
-1 candy_store%1:06:00:: 1
-1 candy%1:13:00:: 1
-1 candour%1:07:00:: 1
-1 candlewick%1:06:00:: 1
-1 candle_flame%1:19:00:: 1
-1 candidly%4:02:00:: 1
-1 candidacy%1:04:00:: 1
-1 candid%5:00:00:direct:02 1
-1 canadian%3:01:00:: 1
-1 can%2:41:00:: 3
-1 campmate%1:18:00:: 1
-1 camper_trailer%1:06:00:: 1
-1 camp_site%1:15:00:: 1
-1 camp_out%2:42:00:: 1
-1 camp%1:09:00:: 6
-1 camouflage%2:39:00:: 1
-1 camera_lens%1:06:00:: 1
-1 cambridge%1:06:00:: 1
-1 cambodia%1:15:00:: 1
-1 camaraderie%1:07:00:: 1
-1 calumny%1:10:00:: 1
-1 calumniate%2:32:00:: 1
-1 calorimetric%3:01:00:: 1
-1 calorimeter%1:06:00:: 1
-1 calming%5:00:00:unalarming:00 1
-1 calm%2:30:00:: 2
-1 callousness%1:07:00:: 1
-1 callously%4:02:00:: 1
-1 called_upon%5:00:00:obligated(p):00 1
-1 called_for%5:00:00:appropriate:00 1
-1 call_up%2:32:00:: 2
-1 call_up%2:31:04:: 3
-1 call_off%2:41:00:: 1
-1 call_in%2:41:02:: 4
-1 call_in%2:41:00:: 3
-1 call_in%2:32:00:: 5
-1 call_for%2:32:03:: 4
-1 call_back%2:40:00:: 1
-1 call_back%2:31:00:: 2
-1 call-board%1:06:00:: 1
-1 call-back%1:10:00:: 1
-1 call%2:32:13:: 8
-1 call%2:32:04:: 9
-1 call%2:32:03:: 10
-1 call%1:10:03:: 5
-1 call%1:04:03:: 6
-1 caliph%1:18:00:: 1
-1 californian%1:18:00:: 1
-1 caliche-topped%5:00:00:unpaved:00 1
-1 calibre%1:07:00:: 1
-1 caliber%1:07:01:: 2
-1 calf%1:08:00:: 2
-1 calendar%1:28:00:: 1
-1 calendar%1:10:01:: 2
-1 calculus%1:17:00:: 1
-1 calculatingly%4:02:00:: 1
-1 calculating%5:00:00:hard:02 1
-1 calcium_lactate%1:27:00:: 1
-1 calcium_hydride%1:27:00:: 1
-1 calcify%2:30:02:: 1
-1 calcification%1:22:00:: 1
-1 cagey%5:00:00:smart:00 1
-1 caesar%1:18:00:: 1
-1 cadre%1:14:01:: 1
-1 cadre%1:14:00:: 2
-1 cadmium_yellow%1:27:00:: 1
-1 cadence%1:10:01:: 1
-1 cadaverous%5:00:00:thin:03 1
-1 cadaver%1:08:00:: 1
-1 cackly%5:00:00:cacophonous:00 1
-1 cackle%2:32:00:: 2
-1 cackle%2:29:00:: 3
-1 cache%1:06:00:: 1
-1 cable%2:32:00:: 1
-1 cable%1:06:02:: 2
-1 cable%1:06:00:: 3
-1 cabbage%1:13:00:: 1
-1 bypass%1:06:00:: 1
-1 bygone%5:00:00:past:00 1
-1 bygone%1:28:00:: 1
-1 by_word_of_mouth%4:02:01:: 1
-1 by_nature%4:02:00:: 1
-1 by_luck%4:02:00:: 1
-1 by_heart%4:02:00:: 1
-1 by_hand%4:02:01:: 1
-1 by_design%4:02:00:: 1
-1 by_chance%4:02:01:: 1
-1 by_any_means%4:02:00:: 1
-1 by_all_means%4:02:00:: 1
-1 by_a_long_shot%4:02:00:: 1
-1 buzz%1:11:00:: 1
-1 buzz%1:04:00:: 2
-1 buyer%1:18:00:: 1
-1 buy_time%2:30:00:: 1
-1 buy_it%2:30:00:: 1
-1 buttressed%5:00:00:supported:00 1
-1 buttoned%3:00:00:: 1
-1 button-down%5:00:00:conventional:01 1
-1 buttocks%1:08:00:: 1
-1 butterfat%1:27:00:: 1
-1 butt%2:35:01:: 3
-1 butler%1:18:00:: 1
-1 butcher%2:35:00:: 1
-1 but_then%4:02:00:: 1
-1 busy%5:00:01:active:06 4
-1 busy%5:00:00:intrusive:01 3
-1 busy%5:00:00:fancy:00 2
-1 busy%2:41:00:: 1
-1 bustle_about%2:38:00:: 1
-1 bustle%1:04:00:: 1
-1 busted%5:00:00:broken:01 1
-1 bust%2:35:01:: 1
-1 businessmen%1:14:00:: 1
-1 businesslike%5:00:00:efficient:00 1
-1 business_relationship%1:26:00:: 1
-1 business_organization%1:14:00:: 1
-1 business_leader%1:18:00:: 1
-1 business_firm%1:14:00:: 1
-1 business_executive%1:18:00:: 1
-1 business_enterprise%1:04:00:: 1
-1 business_agent%1:18:00:: 1
-1 business_activity%1:04:00:: 1
-1 bushy%5:00:00:ungroomed:00 1
-1 bushwhacking%5:00:00:concealed:00 1
-1 bushwhacker%1:18:00:: 1
-1 bushwhack%2:33:00:: 1
-1 bush_jacket%1:06:00:: 1
-1 bus_stop%1:15:00:: 1
-1 bus_line%1:06:00:: 1
-1 bus_company%1:14:00:: 1
-1 bury%2:35:02:: 4
-1 bury%2:35:01:: 5
-1 bursting%5:00:00:explosive:00 1
-1 burst_out%2:30:01:: 2
-1 burst%1:04:02:: 3
-1 bursitis%1:26:00:: 1
-1 burr-headed%5:00:00:headed:01 1
-1 burr%1:06:00:: 2
-1 burnt_sienna%1:07:00:: 1
-1 burnt%5:00:00:cooked:00 1
-1 burnish%2:36:00:: 1
-1 burning%5:00:00:passionate:00 3
-1 burning%5:00:00:lighted:00 4
-1 burning%1:04:00:: 1
-1 burner%1:06:00:: 1
-1 burned%5:00:00:injured:00 2
-1 burned%3:44:00:: 1
-1 burn_up%2:43:00:: 1
-1 burn_off%2:34:00:: 1
-1 burn_off%2:30:00:: 2
-1 burn%2:41:00:: 8
-1 burn%2:40:01:: 9
-1 burn%2:39:04:: 10
-1 burn%2:30:08:: 11
-1 burn%2:29:00:: 12
-1 burn%1:26:02:: 2
-1 burn%1:26:00:: 1
-1 burglar%1:18:00:: 1
-1 bureau%1:06:00:: 2
-1 burdened%3:00:00:: 1
-1 buoyant%5:00:00:light:01 1
-1 buoyant%5:00:00:cheerful:00 2
-1 buoy_up%2:32:00:: 1
-1 bunter%1:18:00:: 1
-1 bunt%1:04:00:: 1
-1 bunker%2:35:00:: 1
-1 bunker%1:06:00:: 1
-1 bundled-up%5:00:00:clothed:00 1
-1 bunched%5:00:00:concentrated:00 1
-1 bunch%2:35:00:: 2
-1 bunch%1:14:02:: 3
-1 bump_into%2:35:00:: 1
-1 bump%2:40:12:: 2
-1 bump%2:38:00:: 3
-1 bum%2:40:00:: 1
-1 bum%1:18:01:: 2
-1 bullyboy%1:18:00:: 1
-1 bully%5:00:00:good:01 1
-1 bully%1:18:00:: 1
-1 bullshit%2:32:00:: 1
-1 bullnecked%5:00:00:strong:00 1
-1 bullethead%1:08:00:: 1
-1 bullet_hole%1:17:00:: 1
-1 bull's_eye%1:04:01:: 3
-1 bull%2:41:00:: 1
-1 bull%1:18:02:: 2
-1 bull%1:10:00:: 3
-1 bull%1:04:00:: 4
-1 bulk%5:00:00:wholesale:00 1
-1 bulk%1:07:00:: 2
-1 bulging%5:00:00:protrusive:00 2
-1 bulging%3:00:06:: 1
-1 bulgaria%1:15:00:: 1
-1 bulb%1:06:01:: 3
-1 built%5:00:00:shapely:00 3
-1 building_supply_house%1:06:00:: 1
-1 building%1:04:01:: 3
-1 build%2:30:02:: 4
-1 bugler%1:18:00:: 1
-1 bug_out%2:38:00:: 1
-1 bug%2:37:00:: 1
-1 bug%1:05:02:: 1
-1 buffoon%1:18:01:: 1
-1 buffet%1:06:00:: 1
-1 buff%2:35:02:: 1
-1 budgetary%3:01:00:: 1
-1 buddhist%3:01:00:: 1
-1 buddhist%1:18:00:: 1
-1 bud%2:30:02:: 2
-1 bucolic%5:00:01:rural:00 1
-1 buckle%2:35:01:: 2
-1 buckle%2:35:00:: 1
-1 buckle%2:30:00:: 3
-1 buck_up%2:37:00:: 1
-1 buck%2:41:00:: 2
-1 buck%1:06:01:: 1
-1 bubble_over%2:37:00:: 1
-1 bubble_gum%1:13:00:: 1
-1 brute%5:00:00:inhumane:00 1
-1 brutal%5:00:02:inhumane:00 1
-1 brutal%5:00:01:inhumane:00 2
-1 brushed%5:00:00:touched:00 1
-1 brushed%5:00:00:groomed:00 2
-1 brush_up%2:31:00:: 1
-1 brush_on%2:35:00:: 1
-1 brush_fire%1:11:00:: 1
-1 brush_cut%1:08:00:: 1
-1 brush%2:30:00:: 5
-1 brush%1:11:00:: 3
-1 bruit%2:32:00:: 1
-1 bruised%5:00:02:injured:00 2
-1 bruise%1:26:00:: 1
-1 brucellosis%1:26:01:: 1
-1 brownish%5:00:00:chromatic:00 1
-1 brown%2:30:00:: 1
-1 browbeat%2:37:00:: 1
-1 brotherly%3:00:00:: 1
-1 brotherhood%1:24:00:: 1
-1 brotherhood%1:14:00:: 2
-1 brotherhood%1:12:00:: 3
-1 brother-in-law%1:18:00:: 1
-1 brother%5:00:00:related:02 1
-1 broth_of_a_boy%1:18:00:: 1
-1 brook%2:31:00:: 1
-1 broody_hen%1:05:00:: 1
-1 brooding%1:22:00:: 1
-1 brooding%1:12:00:: 2
-1 brood%2:42:01:: 2
-1 bronze%5:00:00:chromatic:00 1
-1 bronchiolitis%1:26:00:: 1
-1 bronchiolar%3:01:00:: 1
-1 bromophenol_blue%1:27:00:: 1
-1 brokerage%1:14:00:: 1
-1 broker%1:18:00:: 1
-1 broken-down%5:00:00:damaged:00 1
-1 broken-backed%5:00:00:damaged:00 1
-1 broken%5:00:00:humble:00 3
-1 broken%3:00:02:: 2
-1 broiler%1:06:00:: 1
-1 broil%2:30:01:: 2
-1 brocaded%5:00:00:adorned:00 1
-1 broadside%1:10:00:: 1
-1 broadly%4:02:00:: 1
-1 broadening%1:04:00:: 2
-1 broaden%2:30:05:: 3
-1 broaden%2:30:02:: 2
-1 broaden%2:30:00:: 4
-1 broadcasting_company%1:14:00:: 1
-1 broadcast%5:00:00:publicized:00 1
-1 broad%5:00:00:high:02 5
-1 britannic%3:01:00:: 1
-1 bristle_at%2:32:00:: 1
-1 bristle%1:05:00:: 2
-1 brisk%5:00:00:invigorating:00 2
-1 brink%1:25:00:: 1
-1 bringing%1:04:00:: 1
-1 bring_up%2:41:01:: 3
-1 bring_up%2:38:02:: 5
-1 bring_up%2:38:00:: 4
-1 bring_out%2:32:00:: 3
-1 bring_out%2:30:00:: 4
-1 bring_in%2:40:00:: 3
-1 bring_forward%2:38:00:: 1
-1 bring_forward%2:32:00:: 2
-1 bring_forth%2:39:00:: 2
-1 bring_forth%2:36:00:: 3
-1 bring_forth%2:29:00:: 4
-1 bring_down%2:41:00:: 2
-1 bring_down%2:32:00:: 3
-1 bring_back%2:29:00:: 2
-1 bring_about%2:36:02:: 3
-1 bring%2:40:00:: 9
-1 brim_over%2:38:00:: 1
-1 brim%1:06:01:: 1
-1 brilliantly%4:02:00:: 2
-1 brilliant%5:00:00:reverberant:00 6
-1 brilliancy%1:07:00:: 1
-1 brilliance%1:07:01:: 2
-1 brilliance%1:07:00:: 1
-1 brightly%4:02:00:: 1
-1 brighten%2:30:01:: 1
-1 bright_blue%5:00:00:chromatic:00 1
-1 bright%5:00:00:polished:00 5
-1 bright%5:00:00:glorious:00 6
-1 bright%4:02:00:: 1
-1 brigadier_general%1:18:00:: 1
-1 brig%1:06:01:: 1
-1 briefing%1:10:00:: 1
-1 brief%5:00:00:short:01 3
-1 brief%2:32:00:: 1
-1 bridgehead%1:15:00:: 1
-1 bridged-t%1:06:00:: 1
-1 bridge%2:35:00:: 2
-1 bridge%1:08:00:: 4
-1 bridge%1:04:00:: 5
-1 bridegroom%1:18:00:: 1
-1 bride-gift%1:21:00:: 1
-1 bricklayer%1:18:00:: 1
-1 brick%1:18:00:: 2
-1 bric-a-brac%1:06:00:: 1
-1 briber%1:18:00:: 1
-1 bribe%2:40:00:: 1
-1 bribe%1:21:00:: 1
-1 brevity%1:10:00:: 1
-1 brevity%1:07:00:: 2
-1 breeding%5:00:00:fruitful:00 1
-1 breeding%1:07:03:: 1
-1 breed%2:36:00:: 1
-1 breed%2:35:00:: 2
-1 breed%1:14:00:: 2
-1 breeches%1:06:00:: 1
-1 breathless%5:00:00:exciting:00 2
-1 breathing_space%1:28:00:: 1
-1 breathing%3:00:00:: 1
-1 breathe_in%2:29:00:: 1
-1 breathe%2:42:00:: 2
-1 breathe%2:40:00:: 3
-1 breath%1:28:00:: 3
-1 breath%1:10:00:: 4
-1 breastwork%1:06:00:: 1
-1 breakup%1:11:00:: 2
-1 breakthrough%1:09:00:: 1
-1 breakthrough%1:04:02:: 2
-1 breaking%1:04:00:: 1
-1 breakaway%1:04:00:: 1
-1 breakable%1:06:00:: 1
-1 break_up%2:35:02:: 4
-1 break_up%2:32:00:: 5
-1 break_up%2:30:03:: 6
-1 break_through%2:30:00:: 2
-1 break_out%2:35:00:: 4
-1 break_out%2:30:00:: 5
-1 break_one's_back%2:41:00:: 1
-1 break_off%2:35:01:: 3
-1 break_of_day%1:28:00:: 1
-1 break_loose%2:38:00:: 2
-1 break_even%2:40:00:: 1
-1 break_even%2:38:00:: 2
-1 break_down%2:38:00:: 5
-1 break_away%2:35:00:: 2
-1 break%2:41:01:: 18
-1 break%2:38:10:: 19
-1 break%2:38:01:: 20
-1 break%2:30:12:: 22
-1 break%2:30:09:: 21
-1 break%1:17:00:: 3
-1 break%1:11:03:: 4
-1 break%1:04:05:: 5
-1 break%1:04:00:: 6
-1 bread_dough%1:13:00:: 1
-1 bread_and_butter%1:21:00:: 1
-1 breach%2:41:00:: 1
-1 breach%2:35:00:: 2
-1 breach%1:04:01:: 1
-1 brazenness%1:07:00:: 1
-1 brazenly%4:02:00:: 1
-1 bravery%1:07:00:: 1
-1 brave%5:00:00:bold:00 2
-1 brave%2:42:01:: 1
-1 brave%2:42:00:: 2
-1 brassy%3:01:00:: 1
-1 brassica%1:20:00:: 1
-1 brass%1:14:00:: 3
-1 brass%1:07:00:: 4
-1 brass%1:06:02:: 5
-1 brash%5:00:00:forward:02 1
-1 brandish%2:39:00:: 2
-1 branded%5:00:00:proprietary:00 1
-1 brand%2:41:01:: 1
-1 branched%5:00:00:divided:00 1
-1 branch_out%2:30:00:: 1
-1 brainy%5:00:00:intelligent:00 1
-1 brain_tumor%1:26:00:: 1
-1 braided%5:00:00:adorned:00 1
-1 braid%2:36:00:: 1
-1 braid%1:08:00:: 1
-1 braggadocio%1:10:00:: 1
-1 brad%1:06:00:: 1
-1 braced%5:00:00:prepared:00 1
-1 brace%2:35:00:: 3
-1 brace%1:06:04:: 1
-1 boy_scout%1:18:00:: 1
-1 boy%1:18:01:: 4
-1 boxer%1:18:00:: 1
-1 boxed_in%5:00:00:enclosed:00 1
-1 boxed%5:00:00:bordered:00 1
-1 box_kodak%1:06:00:: 1
-1 box_in%2:42:00:: 1
-1 box%2:35:02:: 1
-1 box%1:26:00:: 4
-1 bowstring%1:06:00:: 1
-1 bowlder%1:17:00:: 1
-1 bowl%1:25:00:: 2
-1 bowl%1:06:00:: 3
-1 bower%1:06:00:: 1
-1 bowed_down%5:00:00:burdened:00 1
-1 bow_down%2:38:00:: 1
-1 bow%2:38:00:: 3
-1 bow%1:06:02:: 3
-1 bow%1:06:01:: 4
-1 bout%1:28:00:: 1
-1 bout%1:04:00:: 2
-1 bourgeoisie%1:14:00:: 1
-1 bourbon%1:13:00:: 2
-1 bounds%1:15:00:: 1
-1 bounds%1:07:00:: 2
-1 boundless%5:00:00:infinite:00 1
-1 bounding%5:00:00:moving:02 1
-1 bound_up%5:00:00:related:02 1
-1 bound%5:00:00:treated:02 5
-1 bound%5:00:00:oriented:00 6
-1 bound%2:38:00:: 4
-1 bound%1:25:00:: 1
-1 bouncing_betty%1:06:00:: 1
-1 bounce_out%2:35:00:: 1
-1 bounce%2:40:00:: 4
-1 bounce%2:38:01:: 5
-1 bounce%1:04:00:: 2
-1 boulevard%1:06:00:: 1
-1 boulder%1:17:00:: 1
-1 bouffant%5:00:00:large:00 1
-1 boucle%1:06:00:: 1
-1 botulinal%3:01:00:: 1
-1 bottomless%5:00:00:deep:01 1
-1 bottomland%1:17:00:: 1
-1 bottom%1:28:00:: 4
-1 bottom%1:17:00:: 5
-1 bottleneck%1:25:00:: 1
-1 boss%1:18:03:: 3
-1 bosom%1:26:00:: 1
-1 bosom%1:08:01:: 2
-1 bosom%1:06:00:: 3
-1 bosom%1:04:00:: 4
-1 borrowing%1:04:01:: 1
-1 borrower%1:18:00:: 1
-1 borne_in_upon%5:00:00:causative:00 1
-1 bored%5:00:00:uninterested:00 2
-1 bored%5:00:00:tired:00 1
-1 borderline%5:00:00:minimal:00 1
-1 bordering%5:00:00:connected:00 1
-1 border_patrolman%1:18:00:: 1
-1 border%2:42:00:: 2
-1 border%2:35:02:: 3
-1 border%1:25:00:: 2
-1 border%1:15:01:: 3
-1 borate%1:27:00:: 1
-1 booze%1:13:00:: 1
-1 booty%1:21:00:: 1
-1 bootlegging%1:04:00:: 1
-1 booth%1:06:02:: 1
-1 booth%1:06:00:: 2
-1 booted%5:00:00:shod:00 1
-1 boot%1:06:01:: 2
-1 boost_up%2:38:00:: 1
-1 boost%2:41:00:: 3
-1 boost%2:30:00:: 4
-1 boost%1:07:00:: 2
-1 boon%5:00:00:close:02 1
-1 boon%1:26:00:: 1
-1 boomerang%2:38:00:: 1
-1 boom%2:35:00:: 2
-1 booking%1:04:00:: 2
-1 booked%5:00:00:reserved:02 1
-1 book_jacket%1:10:00:: 1
-1 book%2:41:01:: 2
-1 book%2:41:00:: 3
-1 book%1:10:01:: 4
-1 booby%1:18:00:: 1
-1 boo%2:32:00:: 1
-1 bonus%1:09:00:: 1
-1 bonn%1:15:00:: 1
-1 bonemeal%1:27:00:: 1
-1 bondsman%1:18:01:: 1
-1 bonded%5:00:00:secure:02 1
-1 bond%2:35:00:: 1
-1 bond%1:21:03:: 4
-1 bond%1:06:01:: 6
-1 bond%1:06:00:: 5
-1 bombay%1:15:00:: 1
-1 bombast%1:10:00:: 1
-1 bomb_shelter%1:06:00:: 1
-1 bomb_calorimeter%1:06:00:: 1
-1 bomb%1:06:01:: 2
-1 bolt_out%2:38:00:: 1
-1 bolt%4:02:01:: 1
-1 bolt%2:34:01:: 3
-1 bolt%1:06:02:: 2
-1 bolt%1:06:01:: 3
-1 bolt%1:04:01:: 4
-1 bolster%1:06:00:: 1
-1 bolshevik%1:18:00:: 1
-1 bolo%1:06:01:: 1
-1 boldness%1:07:00:: 1
-1 bold%5:00:00:enterprising:00 3
-1 boisterous%5:00:00:disorderly:00 1
-1 boiling%5:00:00:hot:02 1
-1 boiling%1:22:00:: 1
-1 boiler%1:06:00:: 1
-1 boiled-down%5:00:00:condensed:01 1
-1 boil_down%2:30:03:: 1
-1 bogy%1:06:00:: 1
-1 boggle%2:38:00:: 1
-1 bogey%1:18:00:: 1
-1 bogartian%3:01:00:: 1
-1 bog_down%2:30:01:: 1
-1 bog%2:30:00:: 1
-1 bog%1:17:00:: 1
-1 boeotian%3:01:00:: 1
-1 bodyguard%1:18:00:: 1
-1 bodybuilding%1:04:00:: 1
-1 body_servant%1:18:00:: 1
-1 body_of_water%1:17:00:: 1
-1 body_length%1:23:00:: 1
-1 body%1:10:00:: 8
-1 bodily_function%1:22:00:: 1
-1 bodice%1:06:00:: 1
-1 bode%2:32:00:: 1
-1 bobbysoxer%1:18:00:: 1
-1 bobby_pin%1:06:00:: 1
-1 boatload%1:23:00:: 1
-1 boater%1:06:00:: 1
-1 boastfully%4:02:00:: 1
-1 boastful%5:00:00:proud:00 1
-1 boast%1:10:00:: 1
-1 boardinghouse%1:06:00:: 1
-1 board_of_trustees%1:14:00:: 1
-1 board_of_regents%1:14:00:: 1
-1 blustery%5:00:00:stormy:00 1
-1 bluster%2:43:00:: 1
-1 bluster%2:32:00:: 2
-1 bluster%1:10:00:: 2
-1 blushing%5:00:00:discomposed:00 1
-1 blurt%2:32:00:: 1
-1 blur%2:39:00:: 2
-1 blur%2:31:00:: 3
-1 blunt%5:00:00:pointless:00 1
-1 blunt%5:00:00:dull:01 2
-1 blunt%5:00:00:direct:02 3
-1 blunt%2:30:01:: 1
-1 blunder%2:41:01:: 2
-1 blunder%2:41:00:: 1
-1 bluish%5:00:00:chromatic:00 1
-1 bluestocking%1:18:00:: 1
-1 bluefish%1:05:00:: 1
-1 blueberry_pie%1:13:00:: 1
-1 blue_air%1:17:00:: 1
-1 blue-ribbon%5:00:00:superior:02 1
-1 blue-green_algae%1:05:00:: 1
-1 blue-eyed%5:00:00:loved:00 1
-1 blue-eyed%5:00:00:eyed:00 2
-1 blue-collar%5:00:00:lower-class:00 2
-1 blue-collar%3:00:00:: 1
-1 blue-black%5:00:00:achromatic:00 1
-1 blue%5:00:02:dirty:02 5
-1 blue%5:00:00:dejected:00 4
-1 blue%1:17:00:: 4
-1 blubber%2:29:00:: 1
-1 blown-up%5:00:02:inflated:00 1
-1 blown%5:00:00:moving:02 1
-1 blowing_gas%1:27:00:: 1
-1 blowfish%1:13:00:: 1
-1 blow_up%2:30:00:: 2
-1 blow_off%2:35:00:: 1
-1 blow%2:39:01:: 5
-1 blow%2:30:08:: 6
-1 blow%1:11:01:: 4
-1 blotch%1:07:00:: 1
-1 bloom%1:28:00:: 3
-1 bloom%1:26:00:: 4
-1 bloodthirsty%5:00:00:bloody:00 1
-1 bloodsucking%5:00:00:bloody:00 1
-1 bloodstained%5:00:00:bloody:00 1
-1 bloodless%5:00:00:dead:01 1
-1 blood_transfusion%1:04:00:: 1
-1 blood_relative%1:18:00:: 1
-1 blood-filled%5:00:00:bloody:00 1
-1 blood-and-guts%5:00:00:intense:00 1
-1 blood%1:18:00:: 4
-1 blood%1:14:00:: 5
-1 blonde%3:00:00:: 1
-1 bloke%1:18:00:: 1
-1 block_out%2:31:00:: 1
-1 block_off%2:33:00:: 1
-1 block_diagram%1:06:00:: 1
-1 block%2:41:01:: 3
-1 block%2:32:00:: 4
-1 block%1:25:01:: 3
-1 block%1:14:00:: 4
-1 block%1:06:06:: 5
-1 bloc%1:14:00:: 1
-1 bloated%5:00:00:unhealthy:00 1
-1 bloat%2:30:00:: 1
-1 blizzard%1:19:00:: 1
-1 blithe%5:00:00:cheerful:00 2
-1 blistering%5:00:00:unpleasant:00 1
-1 blistering%5:00:00:hot:01 2
-1 blissful%5:00:00:happy:00 1
-1 blinking%5:00:00:bright:00 1
-1 blinker%1:06:00:: 1
-1 blindly%4:02:01:: 2
-1 blindfolded%5:00:00:blind:00 1
-1 blinded%5:00:00:blind:00 1
-1 blind%1:06:01:: 2
-1 blind%1:06:00:: 3
-1 blighted%5:00:00:destroyed:00 1
-1 blight%2:43:00:: 1
-1 blight%1:26:00:: 1
-1 blessing%1:04:01:: 1
-1 blessed%5:00:02:holy:00 2
-1 blessed%5:00:01:cursed:00 3
-1 blessed%3:00:00:: 1
-1 bless%2:40:00:: 2
-1 bless%2:32:02:: 3
-1 blending%1:04:01:: 1
-1 blend%2:42:00:: 2
-1 blemish%1:07:00:: 1
-1 bleb%1:08:00:: 1
-1 bleat%2:32:01:: 1
-1 bleat%2:32:00:: 2
-1 bleat%1:11:00:: 1
-1 bleary%5:00:00:tired:00 1
-1 bleak%5:00:00:inhospitable:00 2
-1 bleachers%1:06:00:: 1
-1 bleached%5:00:00:colorless:02 1
-1 bleach%2:30:01:: 1
-1 bleach%1:07:00:: 1
-1 blaze_out%2:38:00:: 1
-1 blaze_away%2:36:00:: 1
-1 blaze_away%2:33:00:: 2
-1 blaze%1:04:00:: 3
-1 blatancy%1:07:00:: 1
-1 blasting%5:00:00:destructive:00 1
-1 blast%2:33:00:: 3
-1 blast%1:11:01:: 2
-1 blasphemy%1:10:00:: 1
-1 blasphemous%5:00:00:irreverent:00 1
-1 blaspheme%2:32:00:: 1
-1 blaring%1:11:00:: 1
-1 blare%2:39:01:: 1
-1 blare%1:11:00:: 1
-1 blanket%2:35:00:: 1
-1 blank%5:00:02:uncommunicative:00 2
-1 blank%5:00:00:empty:00 1
-1 blandness%1:07:02:: 1
-1 bland%5:00:00:tasteless:01 2
-1 bland%3:00:00:: 1
-1 blanched%5:00:00:colorless:02 1
-1 blanch%2:29:00:: 1
-1 bladed%3:01:01:: 1
-1 blade%1:18:00:: 2
-1 blade%1:17:00:: 3
-1 blade%1:06:01:: 4
-1 blacksmith%1:18:00:: 1
-1 blackout%1:28:00:: 1
-1 blackout%1:26:00:: 2
-1 blackening%1:04:00:: 1
-1 black_out%2:43:00:: 1
-1 black_out%2:30:01:: 2
-1 black_out%2:30:00:: 3
-1 black_out%2:29:00:: 4
-1 black_olive%1:13:00:: 1
-1 black_man%1:18:00:: 1
-1 black_hole%1:17:00:: 1
-1 black_flag%1:06:00:: 1
-1 black_eye%1:26:00:: 1
-1 black_bread%1:13:00:: 1
-1 black_and_white%3:00:02:: 1
-1 black-market%5:00:00:illegal:00 1
-1 black-haired%5:00:00:brunet:00 1
-1 black%5:00:00:dark:01 8
-1 black%5:00:00:colored:00 7
-1 blab%2:32:00:: 1
-1 bivouac%1:06:00:: 1
-1 bittersweet%5:00:00:sad:00 1
-1 bitters%1:13:00:: 1
-1 bitterness%1:07:01:: 2
-1 bitterly%4:02:01:: 2
-1 bitter%5:00:00:hostile:01 6
-1 bitten%5:00:00:injured:00 1
-1 biter%1:18:00:: 1
-1 bite%2:35:01:: 3
-1 bite%1:26:00:: 1
-1 bite%1:13:01:: 2
-1 bit_part%1:09:00:: 1
-1 bit%5:00:00:injured:00 1
-1 bit%1:28:00:: 3
-1 bit%1:11:00:: 4
-1 bit%1:06:01:: 5
-1 bishopry%1:04:00:: 1
-1 biscuit%1:13:02:: 2
-1 birthright%1:07:00:: 1
-1 birthplace%1:15:00:: 1
-1 birthe%2:29:00:: 1
-1 birthday%1:28:01:: 2
-1 birthcontrol%1:04:00:: 1
-1 birth_prevention%1:04:00:: 1
-1 birth%1:22:00:: 3
-1 birmingham%1:15:01:: 1
-1 birmingham%1:15:00:: 2
-1 birdhouse%1:06:00:: 1
-1 birdbath%1:06:00:: 1
-1 bird_shot%1:06:00:: 1
-1 bird%1:13:00:: 2
-1 bipartisan%5:00:00:nonpartisan:00 1
-1 biophysicist%1:18:00:: 1
-1 biomedical%3:01:00:: 1
-1 biologist%1:18:00:: 1
-1 biographical%3:01:00:: 1
-1 biochemical_mechanism%1:22:00:: 1
-1 biochemical%3:01:00:: 1
-1 binomial%1:09:00:: 1
-1 binoculars%1:06:00:: 1
-1 binding%5:00:00:valid:00 1
-1 binding%1:06:01:: 2
-1 binding%1:04:00:: 3
-1 binder%1:06:03:: 1
-1 bind_off%2:35:00:: 1
-1 bind%2:35:07:: 5
-1 bind%2:32:00:: 6
-1 bimolecular%3:01:00:: 1
-1 billowing%5:00:00:moving:02 1
-1 billow%2:38:02:: 1
-1 billion%1:23:01:: 1
-1 bill_of_health%1:10:00:: 1
-1 bill%2:32:00:: 2
-1 bill%1:04:00:: 4
-1 bilk%2:41:00:: 1
-1 bilingual%5:00:00:multilingual:00 1
-1 bilharziasis%1:26:00:: 1
-1 bile%1:08:00:: 1
-1 bilateral%5:00:00:symmetrical:00 1
-1 big_shot%1:18:00:: 1
-1 big_leaguer%1:18:00:: 1
-1 big_band%1:14:00:: 1
-1 big-ticket%5:00:00:expensive:00 1
-1 big-shouldered%5:00:00:robust:00 1
-1 big-chested%5:00:00:robust:00 1
-1 big%4:02:03:: 1
-1 big%4:02:00:: 2
-1 bide%2:42:00:: 1
-1 bidding%1:10:02:: 1
-1 bidder%1:18:00:: 1
-1 bid%2:40:04:: 5
-1 bid%2:40:01:: 4
-1 bid%2:32:00:: 6
-1 bid%1:10:03:: 1
-1 bid%1:04:00:: 2
-1 bickering%1:10:00:: 1
-1 bicker%2:32:00:: 1
-1 biceps_brachii%1:08:00:: 1
-1 bibliographical%3:01:00:: 1
-1 bible_belt%1:15:00:: 1
-1 bias%1:09:00:: 1
-1 beyond_measure%4:02:00:: 1
-1 beyond%4:02:02:: 2
-1 bewitched%5:00:00:enchanted:00 1
-1 bewitch%2:37:00:: 1
-1 bewilderment%1:09:00:: 1
-1 bewilderingly%4:02:00:: 1
-1 bewilderedly%4:02:00:: 1
-1 bewilder%2:37:00:: 2
-1 bewail%2:32:00:: 1
-1 between%4:02:03:: 1
-1 between%4:02:00:: 2
-1 betterment%1:11:00:: 1
-1 better_known%5:00:00:known:00 1
-1 better-looking%5:00:00:beautiful:00 1
-1 better%2:33:00:: 1
-1 better%2:30:01:: 2
-1 better%2:30:00:: 3
-1 better%1:07:02:: 1
-1 better%1:07:00:: 2
-1 betrothed%5:00:00:attached:01 1
-1 betray%2:41:01:: 4
-1 betray%2:32:00:: 5
-1 bethink%2:31:00:: 2
-1 beta%1:10:00:: 1
-1 bet_on%2:31:00:: 2
-1 bet%1:21:00:: 1
-1 bestubbled%5:00:00:unshaven:00 1
-1 bestowal%1:04:00:: 1
-1 bestow%2:40:02:: 2
-1 bestial%5:00:00:inhumane:00 1
-1 best_friend%1:18:00:: 1
-1 best-selling%5:00:00:popular:00 1
-1 best-known%5:00:00:known:00 1
-1 best%2:33:00:: 1
-1 best%1:18:00:: 2
-1 besplashed%5:00:00:dirty:01 1
-1 bespeak%2:32:01:: 1
-1 besmirch%2:35:00:: 2
-1 besides%4:02:03:: 2
-1 beryllium%1:27:00:: 1
-1 berg%1:17:00:: 1
-1 bennington%1:15:00:: 1
-1 benevolent%5:00:00:good:02 1
-1 benefit%1:10:00:: 3
-1 benediction%1:04:00:: 1
-1 beneath%4:02:00:: 1
-1 bending%5:00:00:crooked:01 1
-1 bend%2:38:02:: 5
-1 bend%1:25:02:: 1
-1 bend%1:11:00:: 2
-1 bend%1:06:00:: 3
-1 bench%1:17:00:: 3
-1 bench%1:14:00:: 4
-1 bench%1:06:01:: 5
-1 belt_out%2:36:00:: 1
-1 belt_buckle%1:06:00:: 1
-1 belt%2:36:00:: 1
-1 belt%2:35:00:: 2
-1 belt%1:11:00:: 4
-1 belshazzar%1:18:00:: 1
-1 belligerently%4:02:00:: 1
-1 bellhop%1:18:00:: 1
-1 belle%1:18:00:: 1
-1 bell%1:11:00:: 3
-1 believer%1:18:01:: 1
-1 believer%1:18:00:: 2
-1 believably%4:02:00:: 1
-1 believable%3:00:04:: 1
-1 belfry%1:06:01:: 1
-1 belching%1:04:01:: 1
-1 belching%1:04:00:: 2
-1 belated%5:00:00:unpunctual:00 1
-1 belabor%2:41:00:: 1
-1 belabor%2:32:02:: 2
-1 bel_canto%1:04:00:: 1
-1 behoove%2:42:00:: 1
-1 behind%5:00:00:down:00 1
-1 behind%1:08:00:: 1
-1 behead%2:35:00:: 1
-1 behavioral%3:01:00:: 1
-1 behave%2:41:00:: 3
-1 beguiling%5:00:00:seductive:00 1
-1 beguile%2:41:00:: 1
-1 beguile%2:37:00:: 2
-1 beginner%1:18:00:: 1
-1 beggary%1:10:00:: 1
-1 beggar%1:18:00:: 1
-1 befuddled%5:00:02:confused:00 1
-1 befuddle%2:31:00:: 1
-1 befriend%2:41:00:: 1
-1 before_long%4:02:00:: 1
-1 befog%2:39:00:: 1
-1 beetle%1:05:00:: 1
-1 beehive%1:06:01:: 1
-1 beefy%5:00:00:robust:00 1
-1 beefed-up%5:00:00:strong:00 1
-1 beef_up%2:30:00:: 1
-1 beef_man%1:18:00:: 1
-1 bedtime%1:28:00:: 1
-1 bedstead%1:06:00:: 1
-1 bedside%1:15:00:: 1
-1 bedroom_set%1:14:00:: 1
-1 bedpost%1:06:00:: 1
-1 bedground%1:15:00:: 1
-1 bedfast%5:00:00:ill:01 1
-1 bedamn%2:32:00:: 1
-1 bed_linen%1:06:00:: 1
-1 bed_hop%2:38:00:: 1
-1 bed_down%2:29:00:: 1
-1 beckon%2:37:00:: 2
-1 beauty%1:18:00:: 2
-1 beauty%1:09:00:: 3
-1 beautify%2:30:00:: 1
-1 beau%1:18:00:: 1
-1 beatnik%1:18:00:: 1
-1 beating%1:04:01:: 1
-1 beaten%5:00:00:defeated:00 1
-1 beaten%5:00:00:abused:01 2
-1 beat-up%5:00:00:damaged:00 1
-1 beat%2:39:03:: 7
-1 beat%2:38:04:: 8
-1 beat%2:38:01:: 9
-1 beat%2:35:10:: 11
-1 beat%2:35:03:: 10
-1 beat%1:15:00:: 1
-1 beat%1:11:00:: 2
-1 beat%1:10:00:: 3
-1 beast%1:18:00:: 2
-1 bearing%1:24:01:: 1
-1 bearing%1:15:00:: 2
-1 bearing%1:07:00:: 3
-1 bearer%1:18:00:: 2
-1 beardown%5:00:00:strong:00 1
-1 beard%2:42:00:: 1
-1 bear_witness%2:32:02:: 1
-1 bear_witness%2:32:00:: 2
-1 bear_upon%2:30:00:: 1
-1 bear_up%2:31:00:: 1
-1 bear_on%2:32:00:: 3
-1 bear_down%2:35:00:: 1
-1 bear%2:29:02:: 9
-1 bear%1:05:00:: 1
-1 beaming%5:00:00:cheerful:00 1
-1 beam%2:43:03:: 2
-1 beam%2:32:01:: 3
-1 beam%2:32:00:: 4
-1 beak%1:05:01:: 1
-1 beak%1:05:00:: 2
-1 beady%5:00:00:bright:00 1
-1 beadsman%1:18:00:: 1
-1 beadle%1:18:00:: 1
-1 beaded%5:00:00:covered:00 1
-1 bead%1:06:00:: 1
-1 beacon_light%1:06:00:: 1
-1 beacon%1:10:00:: 1
-1 be_well%2:29:00:: 1
-1 be_quiet%2:32:00:: 1
-1 be_on%2:30:00:: 1
-1 be%2:42:01:: 11
-1 bazaar%1:06:00:: 1
-1 bay%2:32:01:: 1
-1 bay%1:11:00:: 2
-1 bawdyhouse%1:06:00:: 1
-1 bawdy%5:00:00:dirty:02 1
-1 batwing%1:06:00:: 1
-1 battleground%1:15:00:: 1
-1 battlefront%1:15:00:: 1
-1 battle-ax%1:06:00:: 1
-1 batting_coach%1:18:00:: 1
-1 batting_average%1:24:01:: 2
-1 battering_ram%1:06:00:: 1
-1 battered%5:00:00:worn:00 2
-1 baton_rouge%1:15:00:: 1
-1 bathtub_gin%1:13:00:: 1
-1 bathos%1:10:00:: 1
-1 bathing%1:04:01:: 2
-1 bathing%1:04:00:: 1
-1 bather%1:18:00:: 1
-1 bath_towel%1:06:00:: 1
-1 bath%1:06:00:: 3
-1 bated%5:00:00:restrained:00 1
-1 batch%1:14:01:: 1
-1 bat%1:04:00:: 3
-1 bastion%1:14:00:: 1
-1 bassinet%1:06:00:: 1
-1 bass%1:10:01:: 2
-1 basketball_team%1:14:00:: 1
-1 basket_weave%1:06:00:: 1
-1 basileus%1:18:00:: 1
-1 bashful%5:00:00:timid:00 1
-1 bash%1:11:00:: 1
-1 baseline%1:24:00:: 1
-1 based%5:00:00:supported:02 3
-1 based%5:00:00:settled:01 4
-1 base_runner%1:18:00:: 1
-1 base_hit%1:04:00:: 1
-1 base%5:00:00:lowborn:00 2
-1 bas_relief%1:06:00:: 2
-1 bartlett_pear%1:13:00:: 1
-1 barricade%2:35:00:: 1
-1 barricade%1:06:01:: 2
-1 barren_of%5:00:00:empty:00 1
-1 barren%5:00:02:unfruitful:00 1
-1 barren%5:00:01:unfruitful:00 2
-1 barrage%1:04:00:: 2
-1 barrack%1:06:00:: 1
-1 baroreceptor%1:08:00:: 1
-1 baroque%5:00:00:fancy:00 1
-1 barony%1:21:00:: 1
-1 baronial%5:00:00:impressive:00 1
-1 barometric_pressure%1:19:00:: 1
-1 barnful%1:23:00:: 1
-1 barnburner%1:18:00:: 1
-1 barkeep%1:18:00:: 1
-1 bark%2:32:01:: 1
-1 bark%1:11:02:: 2
-1 bark%1:06:00:: 3
-1 barium%1:27:00:: 1
-1 barge_in%2:38:00:: 1
-1 bargaining%1:10:00:: 1
-1 bargain-priced%5:00:00:cheap:00 1
-1 bargain%2:40:00:: 1
-1 barefoot%4:02:00:: 1
-1 bare%5:00:00:uncovered:00 4
-1 bare%2:35:00:: 1
-1 barbiturate%1:06:00:: 1
-1 barbital%1:06:00:: 1
-1 barbed%5:00:00:sarcastic:00 1
-1 barbarian%1:18:00:: 1
-1 barb%1:10:00:: 1
-1 bar%2:41:00:: 3
-1 bar%2:35:01:: 4
-1 bar%1:10:00:: 4
-1 bar%1:06:02:: 5
-1 bar%1:04:00:: 6
-1 baptist%3:01:00:: 1
-1 banter%2:32:00:: 1
-1 bannerlike%4:02:00:: 1
-1 bankruptcy%1:26:01:: 1
-1 bankruptcy%1:26:00:: 2
-1 bankrupt%5:00:00:insolvent:00 1
-1 bankrupt%2:40:00:: 1
-1 bank_account%1:21:00:: 1
-1 bank%2:35:00:: 2
-1 bank%1:14:01:: 4
-1 banjo%1:06:00:: 1
-1 banish%2:41:02:: 2
-1 banish%2:41:00:: 3
-1 banish%2:38:00:: 4
-1 banging%5:00:00:noisy:00 1
-1 banging%1:11:00:: 1
-1 banging%1:04:00:: 2
-1 bang%4:02:00:: 1
-1 bang%2:38:00:: 4
-1 bang%1:08:00:: 3
-1 bandy%2:33:01:: 1
-1 bandwidth%1:23:00:: 1
-1 bandstand%1:06:00:: 1
-1 bandoleer%1:06:00:: 1
-1 band_together%2:41:00:: 1
-1 band%2:35:00:: 1
-1 band%1:14:02:: 5
-1 band%1:10:00:: 6
-1 band%1:06:00:: 7
-1 banana%1:20:00:: 1
-1 banana%1:13:00:: 2
-1 banal%5:00:00:ordinary:00 1
-1 ban%1:10:00:: 1
-1 bamboo%5:00:00:woody:00 1
-1 balzac%1:18:00:: 1
-1 balsam%1:20:00:: 1
-1 balm_of_gilead%1:20:01:: 1
-1 ballyhoo%1:10:00:: 1
-1 ballpark%1:06:00:: 1
-1 ballot%1:04:00:: 2
-1 ballooning%5:00:00:increasing:00 1
-1 balloon%1:06:01:: 2
-1 balletomane%1:18:00:: 1
-1 ballet_dancer%1:18:00:: 1
-1 ballet_company%1:14:00:: 1
-1 ballet%1:10:00:: 2
-1 ballerina%1:18:00:: 1
-1 balled%5:00:00:formed:00 1
-1 ballast_resistor%1:06:00:: 1
-1 ballast%1:06:00:: 1
-1 ball_game%1:04:00:: 1
-1 ball_field%1:06:00:: 1
-1 ball-hawking%5:00:00:skilled:00 1
-1 ball%2:35:00:: 1
-1 ball%1:08:01:: 5
-1 ball%1:06:02:: 6
-1 balking%5:00:00:intractable:00 1
-1 balkiness%1:07:00:: 1
-1 balinese%1:10:00:: 1
-1 bali%1:15:00:: 1
-1 baleful%5:00:00:maleficent:00 1
-1 bale%1:06:00:: 1
-1 balding%5:00:00:hairless:00 1
-1 bald%5:00:00:uncovered:00 2
-1 bald%5:00:00:overt:00 1
-1 bald%5:00:00:hairless:00 3
-1 balance_sheet%1:21:00:: 1
-1 balance_of_payments%1:21:00:: 1
-1 balance_of_international_payments%1:21:00:: 1
-1 balance%2:42:01:: 4
-1 balance%1:07:00:: 3
-1 baked%5:00:00:dry:01 1
-1 baked%5:00:00:cooked:00 2
-1 bake%2:36:00:: 2
-1 bake%2:30:02:: 3
-1 bait%2:32:00:: 1
-1 bait%1:09:00:: 1
-1 bagpipe%1:06:00:: 1
-1 baggy%5:00:00:loose:01 1
-1 baggage%1:06:00:: 1
-1 bag_of_tricks%1:09:00:: 1
-1 bag%2:35:01:: 1
-1 bag%1:23:00:: 5
-1 bag%1:06:01:: 6
-1 baffling%5:00:00:difficult:00 1
-1 baffled%1:14:00:: 1
-1 baffle%2:31:00:: 1
-1 baffin_island%1:15:00:: 1
-1 bad_luck%1:19:00:: 2
-1 bad_luck%1:11:00:: 3
-1 bad_hat%1:18:00:: 1
-1 bad_guy%1:18:00:: 1
-1 bad%5:00:00:stale:00 4
-1 bad%4:02:04:: 1
-1 bad%4:02:03:: 2
-1 backwoods%5:00:00:inaccessible:00 1
-1 backwards%4:02:03:: 1
-1 backward_and_forward%4:02:00:: 1
-1 backlog%1:14:00:: 1
-1 backing%1:06:00:: 2
-1 background%1:26:00:: 6
-1 backdrop%1:06:00:: 1
-1 backbone%1:09:00:: 1
-1 backbone%1:07:00:: 2
-1 back_up%2:30:00:: 3
-1 back_tooth%1:08:00:: 1
-1 back_door%1:04:00:: 1
-1 back_country%1:15:00:: 1
-1 back_circle%1:04:00:: 1
-1 back_brace%1:06:00:: 1
-1 back_away%2:32:00:: 1
-1 back-to-back%5:00:00:succeeding(a):00 1
-1 back%5:00:00:posterior:00 2
-1 back%4:02:03:: 6
-1 bachelor_of_science%1:10:00:: 1
-1 babylonian%1:18:00:: 1
-1 baby-wise%4:02:00:: 1
-1 baby%1:18:01:: 2
-1 babelike%5:00:00:dependent:00 1
-1 babel%1:26:00:: 1
-1 babbling%5:00:02:voluble:00 1
-1 babbiting%1:04:00:: 1
-1 b_vitamin%1:27:00:: 1
-1 b%1:05:00:: 2
-1 azimuth%1:25:00:: 1
-1 axle%1:06:00:: 1
-1 axiomatic%5:00:00:obvious:00 1
-1 axiom%1:10:00:: 1
-1 axially%4:02:00:: 1
-1 axial%3:01:00:: 1
-1 awry%5:00:00:crooked:01 1
-1 awry%4:02:00:: 1
-1 awkward%5:00:00:unwieldy:00 3
-1 awhile%4:02:00:: 1
-1 awfulness%1:07:00:: 1
-1 awed%3:00:00:: 2
-1 awe-inspiring%5:00:00:impressive:00 1
-1 awe%2:37:00:: 1
-1 away%5:00:00:absent:00 2
-1 away%4:02:09:: 7
-1 awarding%1:04:00:: 1
-1 award%2:41:00:: 3
-1 awakening%1:04:00:: 1
-1 awaken%2:31:00:: 3
-1 awaited%5:00:00:expected:00 1
-1 avowed%5:00:00:declared:00 1
-1 avoid%2:34:00:: 4
-1 aviation%1:14:00:: 1
-1 aviary%1:06:00:: 1
-1 avert%2:38:00:: 2
-1 aversion%1:12:00:: 1
-1 average_out%2:31:00:: 1
-1 average%2:31:00:: 3
-1 avenue%1:04:00:: 1
-1 avenging%5:00:00:reciprocal:00 1
-1 avenge%2:33:00:: 1
-1 avarice%1:04:00:: 1
-1 avant-garde%5:00:00:original:00 1
-1 auxiliary%5:00:00:secondary:01 1
-1 autumn%5:00:00:autumnal:00 1
-1 autopsy%1:04:00:: 1
-1 autonomy%1:26:01:: 1
-1 automobile_industry%1:14:00:: 1
-1 automatic%5:00:00:involuntary:02 3
-1 automate%2:30:00:: 1
-1 autoloader%1:06:00:: 1
-1 auto_limitation%1:04:00:: 1
-1 authorship%1:04:00:: 1
-1 authorized%3:00:00:: 1
-1 authority%1:14:00:: 5
-1 authority%1:07:02:: 6
-1 authoritatively%4:02:00:: 1
-1 authoritative%5:00:00:influential:00 1
-1 authenticate%2:31:00:: 1
-1 austerity%1:07:01:: 1
-1 austere%5:00:00:plain:01 1
-1 auspiciously%4:02:00:: 1
-1 augur%2:32:00:: 1
-1 augment%2:30:00:: 2
-1 audit%2:31:01:: 1
-1 audio_system%1:06:00:: 1
-1 audacity%1:07:02:: 2
-1 audacity%1:07:00:: 1
-1 audacious%5:00:00:bold:00 1
-1 atypical%3:00:00:: 1
-1 attune%2:30:00:: 1
-1 attribute%1:03:00:: 2
-1 attraction%1:09:00:: 4
-1 attorney_general%1:18:01:: 2
-1 attorney_general%1:04:00:: 3
-1 attitude%1:04:00:: 3
-1 attired%5:00:00:clothed:00 1
-1 attica%1:15:00:: 1
-1 attic%3:01:00:: 1
-1 attest%2:32:00:: 2
-1 attentively%4:02:00:: 1
-1 attention%1:07:00:: 6
-1 attend_to%2:31:00:: 1
-1 attend%2:42:01:: 3
-1 attend%2:41:00:: 4
-1 attend%2:39:00:: 5
-1 attainment%1:04:01:: 2
-1 attainment%1:04:00:: 1
-1 attained%5:00:00:earned:00 1
-1 attack_aircraft_carrier%1:06:00:: 1
-1 attack%5:00:00:offensive:03 1
-1 attack%2:30:00:: 5
-1 attack%1:04:03:: 4
-1 attack%1:04:02:: 5
-1 attack%1:04:01:: 6
-1 attachment%1:12:00:: 1
-1 attachment%1:06:00:: 2
-1 attached%5:00:00:related:02 2
-1 atrophied%3:00:00:: 1
-1 atrociously%4:02:00:: 1
-1 atop%4:02:00:: 1
-1 atone%2:41:12:: 1
-1 atonally%4:02:00:: 1
-1 atomlike%5:00:00:microscopic:00 1
-1 atomic_physics%1:09:00:: 1
-1 atomic_energy_commission%1:14:00:: 1
-1 atomic%3:00:00:: 2
-1 atom_bomb%1:06:00:: 1
-1 atmospheric%3:01:00:: 1
-1 atm%1:23:00:: 1
-1 atlantic_ocean%1:17:00:: 1
-1 atlantic%3:01:00:: 1
-1 atlanta%1:04:00:: 2
-1 athletics%1:04:00:: 1
-1 athleticism%1:07:00:: 1
-1 athletic%5:00:00:active:01 2
-1 atheromatous%3:01:00:: 1
-1 athens%1:15:00:: 1
-1 atheistic%5:00:00:irreligious:00 1
-1 atheist%1:18:00:: 1
-1 at_worst%4:02:00:: 1
-1 at_work%5:00:00:operative:00 2
-1 at_the_most%4:02:00:: 1
-1 at_rest%5:00:00:nonmoving:00 1
-1 at_random%4:02:00:: 1
-1 at_odds%5:00:00:inconsistent:00 1
-1 at_large%5:00:00:free:00 2
-1 at_home%4:02:01:: 1
-1 at_home%1:14:00:: 1
-1 at_ease%4:02:00:: 1
-1 at_ease%3:00:04:: 1
-1 at_ease%3:00:02:: 2
-1 at_close_range%4:02:00:: 1
-1 at_arm's_length%4:02:00:: 1
-1 at_a_loss%5:00:00:perplexed:00 1
-1 at-bat%1:04:00:: 1
-1 asymptotically%4:02:00:: 1
-1 asymptotic%3:01:00:: 1
-1 asymmetry%1:07:00:: 1
-1 astute%5:00:00:smart:00 1
-1 astrophysics%1:09:00:: 1
-1 astronomy%1:09:00:: 1
-1 astronomical_unit%1:23:00:: 1
-1 astronomical%5:00:00:large:00 2
-1 astronomical%3:01:00:: 1
-1 astringent%5:00:00:sour:00 1
-1 astray%4:02:00:: 1
-1 astral%3:01:00:: 1
-1 astounding%5:00:00:incredible:00 1
-1 astonish%2:31:00:: 1
-1 asteroidal%3:01:00:: 1
-1 assyriology%1:09:00:: 1
-1 assyrian%1:18:00:: 1
-1 assyrian%1:10:00:: 2
-1 assured%5:00:00:secure:02 2
-1 assure%2:32:02:: 6
-1 assurance%1:10:01:: 2
-1 assurance%1:10:00:: 3
-1 assumption%1:04:00:: 3
-1 assumed%5:00:00:acknowledged:00 1
-1 assortment%1:14:00:: 1
-1 assorted%5:00:00:heterogeneous:00 1
-1 association%1:26:00:: 5
-1 associate_professor%1:18:00:: 1
-1 associate%2:41:00:: 3
-1 assist%1:04:01:: 1
-1 assist%1:04:00:: 2
-1 assimilation%1:04:00:: 1
-1 assimilate%2:30:01:: 3
-1 assigning%1:04:00:: 1
-1 assigned%3:00:00:: 1
-1 assign%2:34:00:: 5
-1 assiduity%1:07:00:: 1
-1 asset%1:07:00:: 2
-1 assertiveness%1:07:00:: 1
-1 assertive%3:00:00:: 1
-1 assertion%1:10:01:: 2
-1 assert%2:31:00:: 4
-1 assembly_line%1:06:00:: 1
-1 assembly%1:06:01:: 3
-1 assembled%5:00:01:concentrated:00 1
-1 assemble%2:41:03:: 3
-1 assemblage%1:06:00:: 2
-1 assemblage%1:04:00:: 3
-1 assay%2:31:00:: 1
-1 assay%1:09:00:: 1
-1 assault%1:04:01:: 2
-1 ass%1:18:00:: 2
-1 aspiring%5:00:00:hopeful:00 1
-1 aspirin%1:06:00:: 1
-1 aspirant%1:18:00:: 1
-1 asphalt%1:27:02:: 1
-1 asleep%4:02:00:: 1
-1 ask_out%2:41:00:: 1
-1 ask%2:32:04:: 5
-1 ash%1:20:00:: 2
-1 ascribe%2:40:00:: 2
-1 ascertainable%5:00:00:determinable:00 1
-1 ascertain%2:31:00:: 2
-1 ascendancy%1:26:00:: 1
-1 as_we_say%4:02:00:: 1
-1 as_to%5:00:00:related:02 1
-1 as_needed%4:02:00:: 1
-1 as_far_as_possible%4:02:01:: 1
-1 as_expected%4:02:00:: 1
-1 as_an_alternative%4:02:00:: 1
-1 as_a_group%4:02:00:: 1
-1 arty%5:00:00:pretentious:00 1
-1 artistry%1:09:00:: 1
-1 artistically%4:02:00:: 1
-1 artisan%1:18:00:: 1
-1 artilleryman%1:18:00:: 1
-1 artillery_fire%1:04:00:: 1
-1 artillery%1:10:00:: 3
-1 artificial_lake%1:06:00:: 1
-1 artifice%1:04:00:: 1
-1 artifact%1:03:00:: 1
-1 articulation%1:10:00:: 1
-1 articulate%3:00:00:: 1
-1 articulate%2:40:00:: 1
-1 articulate%2:32:02:: 2
-1 articulate%2:32:00:: 3
-1 article%1:10:02:: 3
-1 artfully%4:02:00:: 1
-1 arteriosclerosis_obliterans%1:26:00:: 1
-1 art_teacher%1:18:00:: 1
-1 art_student%1:18:00:: 1
-1 art_editor%1:18:00:: 1
-1 arsenic%1:27:01:: 1
-1 arrogate%2:40:02:: 1
-1 arrogantly%4:02:00:: 1
-1 arrogant%5:00:00:proud:00 1
-1 arrogance%1:07:00:: 1
-1 arrival%1:18:00:: 3
-1 arrest%2:35:01:: 3
-1 array%2:35:00:: 1
-1 array%1:10:00:: 2
-1 arrangement%1:10:00:: 6
-1 arrangement%1:06:00:: 7
-1 arraign%2:41:00:: 1
-1 arraign%2:32:00:: 2
-1 aroused%5:00:00:excited:00 2
-1 aroused%5:00:00:awakened:00 1
-1 arouse%2:38:00:: 6
-1 arousal%1:04:00:: 1
-1 around%4:02:09:: 6
-1 around%4:02:08:: 7
-1 around%4:02:07:: 8
-1 around%4:02:00:: 9
-1 aroma%1:07:00:: 1
-1 armoire%1:06:00:: 1
-1 armful%1:23:00:: 1
-1 armed_service%1:14:00:: 1
-1 armchair%5:00:00:impractical:00 1
-1 armament%1:06:00:: 1
-1 arm's_length%1:07:00:: 1
-1 arm%2:40:00:: 2
-1 arm%1:06:02:: 4
-1 arm%1:06:01:: 3
-1 arizona%1:15:00:: 1
-1 aristotelian%3:01:00:: 1
-1 aristocratic%5:00:01:noble:02 1
-1 aristocracy%1:14:02:: 2
-1 arise%2:38:04:: 5
-1 aridity%1:07:00:: 1
-1 arianism%1:09:00:: 1
-1 argumentative%3:00:00:: 1
-1 argument%1:10:01:: 4
-1 arguing%5:00:00:argumentative:00 1
-1 argot%1:10:00:: 1
-1 argive%3:01:00:: 1
-1 arena%1:26:00:: 1
-1 areaway%1:06:00:: 1
-1 arduous%5:00:00:effortful:00 1
-1 ardent%5:00:00:passionate:00 1
-1 arcus_senilis%1:08:00:: 1
-1 arctic_circle%1:15:00:: 1
-1 arctic%5:00:00:polar:00 1
-1 archives%1:10:00:: 1
-1 architecture%1:09:00:: 2
-1 architecture%1:04:00:: 3
-1 arching%5:00:00:curved:00 1
-1 archeological%3:01:00:: 1
-1 arched%5:00:00:curved:00 2
-1 arched%3:01:00:: 1
-1 archangel%1:18:00:: 1
-1 archaize%2:30:00:: 1
-1 archaeologist%1:18:00:: 1
-1 arch%5:00:00:important:00 1
-1 arch%1:25:00:: 1
-1 arch%1:08:00:: 2
-1 arboreal%3:01:00:: 1
-1 arbitrate%2:32:00:: 1
-1 arable%5:00:00:productive:00 1
-1 arabian_sea%1:17:00:: 1
-1 approximation%1:07:00:: 2
-1 approval%1:26:00:: 3
-1 appropriate%5:00:00:congruous:00 3
-1 appropriate%2:40:00:: 2
-1 approaching%5:00:00:moving:02 1
-1 approachable%5:00:00:comprehensible:00 1
-1 apprenticeship%1:04:00:: 1
-1 apprentice%2:31:00:: 1
-1 apprehend%2:35:00:: 2
-1 appreciative%5:00:00:grateful:00 1
-1 appreciation%1:10:00:: 3
-1 appreciation%1:04:01:: 5
-1 appreciation%1:04:00:: 4
-1 appreciated%5:00:00:rewarding:00 1
-1 appraiser%1:18:01:: 1
-1 appraisal%1:09:00:: 1
-1 appointment%1:14:00:: 2
-1 appointment%1:06:00:: 3
-1 appointed%5:00:00:settled:02 3
-1 appointed%5:00:00:furnished:00 4
-1 apply%2:41:06:: 9
-1 apply%2:41:01:: 8
-1 apply%2:32:01:: 10
-1 applied%3:44:00:: 1
-1 applicator%1:06:00:: 1
-1 application_form%1:10:00:: 1
-1 applejack%1:13:00:: 1
-1 apple%1:13:00:: 1
-1 append%2:35:01:: 1
-1 appease%2:34:00:: 2
-1 appease%2:32:00:: 3
-1 appearance%1:09:00:: 4
-1 appearance%1:04:00:: 5
-1 appear%2:41:03:: 7
-1 appealing%3:00:02:: 2
-1 appeal%2:37:00:: 3
-1 apparition%1:18:00:: 1
-1 appalling%1:11:00:: 1
-1 apologist%1:18:00:: 1
-1 apologia%1:10:01:: 1
-1 apologetic%3:00:00:: 1
-1 apogee%1:28:00:: 1
-1 apocryphal%5:00:00:questionable:00 1
-1 apocalyptic%5:00:00:prophetic:00 1
-1 aplomb%1:07:00:: 1
-1 aperture%1:06:01:: 1
-1 ape%1:05:00:: 1
-1 apartment_house%1:06:00:: 1
-1 apart%5:00:00:unconnected:00 1
-1 apart%4:02:07:: 3
-1 any_longer%4:02:01:: 1
-1 anvil%1:06:00:: 1
-1 antitrust_case%1:04:00:: 1
-1 antitrust%5:00:00:fair:03 1
-1 antithetical%5:00:00:different:00 1
-1 antithesis%1:24:00:: 1
-1 antiseptic%5:00:00:incorrupt:00 2
-1 antiseptic%3:00:00:: 1
-1 antiredeposition%1:22:00:: 1
-1 antiquity%1:28:00:: 1
-1 anticoagulation%1:04:00:: 1
-1 anticipation%1:17:00:: 4
-1 anticipate%2:30:00:: 6
-1 antic%5:00:00:strange:00 1
-1 antibiotic%3:01:00:: 1
-1 anti-intellectual%5:00:00:nonintellectual:00 1
-1 anti-catholicism%1:09:00:: 1
-1 anthropomorphic%5:00:00:human:00 1
-1 anthill%1:17:00:: 1
-1 anterior%1:08:00:: 1
-1 antecedent%1:18:00:: 1
-1 antecedent%1:11:00:: 2
-1 antebellum%5:00:00:nonmodern:00 1
-1 anteater%1:05:04:: 1
-1 antares%1:17:00:: 1
-1 antagonistic%5:00:00:negative:02 1
-1 antagonistic%5:00:00:hostile:01 2
-1 antagonise%2:41:00:: 1
-1 answering%5:00:00:responsive:00 1
-1 anorexia%1:26:00:: 1
-1 anonymous%5:00:00:faceless:00 2
-1 anonymity%1:26:00:: 1
-1 anomie%1:26:00:: 1
-1 anomic%5:00:00:unoriented:00 1
-1 anomalous%5:00:00:abnormal:00 1
-1 annual%3:00:00:: 2
-1 annoying%5:00:00:disagreeable:00 1
-1 annoyance%1:12:00:: 2
-1 annihilation%1:11:00:: 2
-1 annihilating%5:00:00:destructive:00 1
-1 annihilate%2:30:00:: 1
-1 ankle-deep%5:00:00:shallow:01 1
-1 animosity%1:12:00:: 1
-1 animize%2:30:00:: 1
-1 animate%3:00:02:: 1
-1 animate%2:37:00:: 1
-1 animal%5:00:00:physical:00 1
-1 anhydrous%3:00:00:: 1
-1 angular%3:01:00:: 1
-1 angular%3:00:00:: 2
-1 anguished%5:00:00:sorrowful:00 1
-1 angry%5:00:00:stormy:00 2
-1 anglophilia%1:12:00:: 1
-1 anglo-saxon%3:01:00:: 1
-1 anglo-jewish%3:01:00:: 1
-1 angle_of_extinction%1:25:00:: 1
-1 anger%2:37:00:: 1
-1 anger%1:26:00:: 2
-1 anesthetized%5:00:00:insensible:00 1
-1 anemic%5:00:00:weak:00 1
-1 andean%3:01:00:: 1
-1 ancistrodon%1:05:00:: 1
-1 anciently%4:02:00:: 1
-1 anchor%1:09:00:: 2
-1 anatomy%1:04:00:: 3
-1 anatomic%3:01:00:: 1
-1 anastomotic%3:01:00:: 1
-1 anarchist%1:18:00:: 1
-1 anaplasmosis%1:26:00:: 1
-1 analyzer%1:06:00:: 1
-1 analyticity%1:07:00:: 1
-1 analytically%4:02:00:: 1
-1 analytical%3:00:03:: 1
-1 analogue_computer%1:06:00:: 1
-1 analogue%1:07:00:: 1
-1 analogously%4:02:00:: 1
-1 anaesthesia%1:26:00:: 1
-1 anaerobic%3:00:00:: 1
-1 anachronistically%4:02:00:: 1
-1 anachronism%1:28:00:: 1
-1 anachronism%1:06:00:: 2
-1 amusement%1:04:00:: 2
-1 amused%5:00:00:pleased:00 1
-1 amuse%2:32:00:: 2
-1 amulet%1:06:00:: 1
-1 amplifier%1:06:00:: 1
-1 amplification%1:04:02:: 1
-1 amphibology%1:10:00:: 1
-1 amount_of_money%1:21:00:: 1
-1 amorous%5:00:01:loving:00 1
-1 amorist%1:18:00:: 1
-1 ammonium_ion%1:27:00:: 1
-1 ammoniac%1:27:00:: 1
-1 amity%1:07:00:: 1
-1 amiss%5:00:00:malfunctioning:00 1
-1 aminomethane%1:27:00:: 1
-1 amino_acid%1:27:00:: 1
-1 amicable%3:00:00:: 1
-1 amiable%5:00:00:good-natured:00 1
-1 amiable%5:00:00:friendly:01 2
-1 americanism%1:07:00:: 1
-1 american_revolution%1:04:00:: 1
-1 american_dream%1:12:00:: 1
-1 america%1:17:00:: 2
-1 amendment%1:10:00:: 2
-1 amenable%5:00:00:compliant:00 1
-1 ambush%2:33:01:: 2
-1 ambuscade%1:04:00:: 1
-1 ambiguous%5:00:00:unstructured:00 3
-1 ambiguity%1:07:00:: 2
-1 ambiance%1:26:00:: 1
-1 amber%1:07:00:: 1
-1 amaze%2:31:01:: 2
-1 amateurishness%1:09:00:: 1
-1 amass%2:30:00:: 1
-1 alveolar_bed%1:08:00:: 1
-1 alundum%1:27:00:: 1
-1 aluminum_chloride%1:27:00:: 1
-1 altruism%1:07:00:: 1
-1 altogether%4:02:00:: 2
-1 alternatively%4:02:00:: 1
-1 alternative%5:00:00:disjunctive:00 2
-1 alternate%5:00:01:cyclic:01 3
-1 altered%3:00:00:: 1
-1 alter_ego%1:18:00:: 1
-1 alter%2:36:00:: 3
-1 also_known_as%4:02:00:: 1
-1 alphabetize%2:30:00:: 1
-1 alphabetic_character%1:10:00:: 1
-1 alpha%1:10:00:: 1
-1 aloud%4:02:01:: 2
-1 aloofness%1:12:02:: 1
-1 aloof%5:00:00:reserved:01 1
-1 aloneness%1:07:00:: 1
-1 alone%5:00:00:exclusive:00 3
-1 ally_with%2:41:00:: 1
-1 ally%1:18:00:: 2
-1 allowance%1:21:02:: 2
-1 allowance%1:21:01:: 3
-1 allowance%1:07:00:: 4
-1 allotment%1:04:00:: 2
-1 allocation%1:21:00:: 1
-1 allocation%1:04:00:: 2
-1 alligatored%5:00:00:rough:00 1
-1 alligator%1:27:00:: 1
-1 alligator%1:05:00:: 2
-1 allied%5:00:00:related:01 1
-1 alleyway%1:06:00:: 1
-1 alley_cat%1:05:00:: 1
-1 alley%1:06:00:: 1
-1 alleviate%2:30:00:: 2
-1 allegro_con_spirito%1:28:00:: 1
-1 allegiance%1:04:00:: 1
-1 alleged%5:00:00:questionable:00 2
-1 allegation%1:10:01:: 2
-1 allegation%1:10:00:: 1
-1 all_together%4:02:00:: 1
-1 all_the_same%4:02:00:: 1
-1 all_of_a_sudden%4:02:01:: 2
-1 all_of_a_sudden%4:02:00:: 1
-1 all_at_once%4:02:01:: 1
-1 all_at_once%4:02:00:: 2
-1 all-weather%5:00:00:unrestricted:00 1
-1 all-victorious%5:00:00:unconquerable:00 1
-1 all-time%5:00:00:incomparable:00 1
-1 all-round%5:00:00:comprehensive:00 1
-1 all-knowing%5:00:00:wise:00 1
-1 all-fired%5:00:00:immoderate:00 1
-1 alkylbenzenesulfonate%1:27:00:: 1
-1 alizarin_crimson%1:27:00:: 1
-1 aliquot%1:23:00:: 1
-1 align%2:42:00:: 2
-1 align%2:31:00:: 3
-1 alight%2:38:01:: 1
-1 alienated%5:00:00:unoriented:00 1
-1 alfresco%5:00:00:outdoor(a):00 1
-1 alexander_the_great%1:18:00:: 1
-1 alertly%4:02:00:: 1
-1 alerting%1:26:00:: 1
-1 alert%5:00:00:conscious:00 3
-1 alderman%1:18:00:: 1
-1 alchemy%1:07:00:: 1
-1 album%1:06:00:: 2
-1 alarmingly%4:02:00:: 1
-1 alarmed%5:00:00:afraid(p):00 1
-1 alarm%2:32:00:: 2
-1 alabamian%1:18:00:: 1
-1 alabaman%1:18:00:: 1
-1 airplane_mechanics%1:04:00:: 1
-1 airless%5:00:00:unventilated:00 1
-1 airily%4:02:00:: 1
-1 airframe%1:06:00:: 1
-1 airflow%1:11:00:: 1
-1 aircraft_carrier%1:06:00:: 1
-1 air_wave%1:11:00:: 1
-1 air_mattress%1:06:00:: 1
-1 air_defense%1:04:00:: 1
-1 air_corps%1:14:00:: 1
-1 air-to-surface_missile%1:06:00:: 1
-1 air%2:39:00:: 1
-1 air%1:15:01:: 6
-1 air%1:04:01:: 7
-1 aimlessness%1:07:00:: 1
-1 aimlessly%4:02:00:: 1
-1 aide%1:18:00:: 2
-1 aid%2:29:00:: 2
-1 ahorseback%5:00:00:moving:02 1
-1 ahead%5:00:00:up:00 1
-1 ahead%4:02:01:: 4
-1 ague%1:26:00:: 1
-1 agrobacterium_tumefaciens%1:05:00:: 1
-1 agriculture%1:04:00:: 2
-1 agricultural_agent%1:18:00:: 1
-1 agreeably%4:02:00:: 1
-1 agree%2:42:01:: 4
-1 agitation%1:26:01:: 1
-1 agitated%3:00:02:: 2
-1 agitate%2:37:00:: 2
-1 agilely%4:02:00:: 1
-1 agile%5:00:00:active:01 1
-1 aggressor%1:18:01:: 2
-1 aggressor%1:18:00:: 1
-1 aggressiveness%1:12:00:: 2
-1 aggressive%5:00:00:ambitious:00 2
-1 aggression%1:12:00:: 2
-1 aggression%1:04:00:: 3
-1 aggregation%1:14:00:: 1
-1 aggregate%1:06:00:: 1
-1 aggravatingly%4:02:00:: 1
-1 agglutination%1:22:00:: 2
-1 agglutinating_activity%1:22:00:: 1
-1 agent%1:18:01:: 4
-1 agency%1:26:01:: 3
-1 aged%5:00:00:worn:00 2
-1 aged%1:14:00:: 1
-1 age_of_reason%1:14:00:: 1
-1 age_group%1:14:00:: 1
-1 age-old%5:00:00:old:01 1
-1 age%2:30:01:: 1
-1 age%2:30:00:: 2
-1 agate%1:27:00:: 1
-1 agape%5:00:00:open:08 1
-1 afternoon%1:10:00:: 2
-1 aftereffect%1:19:00:: 1
-1 after_a_fashion%4:02:00:: 1
-1 after-school%5:00:00:outside:00 1
-1 after-hours%5:00:00:late:00 1
-1 aft%4:02:00:: 1
-1 afraid%5:00:02:concerned:00 3
-1 afoot%4:02:01:: 1
-1 afloat%5:00:00:purposeless:00 1
-1 aflare%5:00:00:moving:02 1
-1 aflare%5:00:00:lighted:00 2
-1 afire%5:00:00:lighted:00 1
-1 afghan%1:06:00:: 1
-1 affront%2:32:00:: 1
-1 affront%1:04:00:: 1
-1 afflicted%5:00:00:ill:01 1
-1 affirmation%1:10:00:: 1
-1 affinity%1:19:02:: 1
-1 affiliated%5:00:00:related:02 1
-1 affidavit%1:10:00:: 1
-1 affianced%5:00:00:attached:01 1
-1 afferent%3:00:00:: 1
-1 affectingly%4:02:00:: 1
-1 affected%3:00:01:: 2
-1 affect%1:12:00:: 1
-1 affairs%1:04:00:: 2
-1 affably%4:02:00:: 1
-1 aeschylus%1:18:00:: 1
-1 aerosolized%5:00:00:gaseous:00 1
-1 aerodynamic%3:01:00:: 1
-1 aerobic%3:00:00:: 1
-1 aerobacter_aerogenes%1:05:00:: 1
-1 aerial%5:00:00:overhead:00 1
-1 aerial%1:04:00:: 1
-1 aeon%1:18:00:: 1
-1 aegis%1:04:00:: 1
-1 aegean_island%1:15:00:: 1
-1 advocate%2:32:01:: 2
-1 advocacy%1:04:00:: 1
-1 advisor%1:18:00:: 1
-1 advisedly%4:02:00:: 1
-1 advisable%3:00:00:: 1
-1 advisability%1:07:00:: 1
-1 advertising_campaign%1:04:00:: 1
-1 advertised%5:00:00:publicized:00 1
-1 adversity%1:26:00:: 1
-1 adversary%1:18:00:: 1
-1 adverbial%3:01:00:: 1
-1 adventurous%3:00:00:: 1
-1 adventurer%1:18:00:: 1
-1 adventure%2:41:01:: 1
-1 advent%1:04:00:: 1
-1 advantageous%3:00:00:: 1
-1 advanced%5:00:00:late:00 6
-1 advanced%5:00:00:high-tech:00 5
-1 advanced%5:00:00:front(a):00 8
-1 advanced%5:00:00:civilized:00 7
-1 advance%2:30:09:: 8
-1 advance%1:10:00:: 3
-1 advance%1:04:00:: 4
-1 adulthood%1:28:00:: 1
-1 adult_education%1:04:00:: 1
-1 adult%5:00:00:mature:01 1
-1 adulation%1:04:00:: 1
-1 adsorb%2:35:00:: 1
-1 adroitness%1:09:00:: 1
-1 adroitly%4:02:00:: 1
-1 adroit%5:00:00:artful:00 1
-1 adrenal%3:01:00:: 1
-1 adore%2:37:00:: 1
-1 adopted%5:00:00:adoptive:00 2
-1 adonis%1:18:01:: 1
-1 adolescent%3:01:00:: 1
-1 adolescent%1:18:00:: 1
-1 ado%1:04:00:: 1
-1 admonish%2:32:02:: 1
-1 admix%2:30:00:: 1
-1 admittedly%4:02:00:: 1
-1 admit%2:41:00:: 3
-1 admit%2:40:00:: 4
-1 admission%1:10:00:: 2
-1 admissible%3:00:00:: 1
-1 admirer%1:18:01:: 1
-1 admiration%1:12:02:: 2
-1 admiralty_law%1:14:00:: 1
-1 administrative_official%1:18:00:: 1
-1 administration%1:28:00:: 4
-1 administer%2:29:00:: 4
-1 adjustment%1:04:01:: 3
-1 adjudication%1:04:00:: 1
-1 adjacent%5:00:00:near:00 3
-1 adios%1:10:00:: 1
-1 adieu%1:10:00:: 1
-1 adhere%2:35:01:: 3
-1 adequate%5:00:00:satisfactory:00 3
-1 adequacy%1:07:01:: 2
-1 adept%5:00:00:skilled:00 1
-1 adenoma%1:26:00:: 1
-1 addressed%3:00:00:: 1
-1 address%2:34:00:: 6
-1 address%1:10:03:: 4
-1 addlebrained%5:00:00:confused:00 1
-1 addition%1:23:00:: 4
-1 addicted%3:00:00:: 1
-1 add_on%2:30:00:: 1
-1 add%2:32:00:: 5
-1 adapted%5:00:00:modified:00 1
-1 adaptation%1:10:00:: 1
-1 adaptable%3:00:00:: 1
-1 adamantly%4:02:00:: 1
-1 ad_hoc%4:02:00:: 1
-1 ad_campaign%1:04:00:: 1
-1 ad-lib%5:00:00:unprepared:00 1
-1 acutely%4:02:00:: 2
-1 acute%5:00:00:perceptive:00 3
-1 active%5:00:00:existent:00 8
-1 active%5:00:00:dynamic:00 9
-1 action%1:10:00:: 5
-1 action%1:07:00:: 6
-1 action%1:06:00:: 7
-1 action%1:04:01:: 8
-1 actinometer%1:06:00:: 1
-1 act_out%2:36:01:: 1
-1 act_out%2:36:00:: 2
-1 act%2:29:01:: 5
-1 across%4:02:02:: 2
-1 across%4:02:00:: 3
-1 acrobatics%1:04:00:: 1
-1 acrobatic%5:00:00:active:01 1
-1 acquit%2:32:00:: 1
-1 acquired%5:00:00:noninheritable:00 1
-1 acquire%2:29:00:: 3
-1 acquiescence%1:10:00:: 2
-1 acquainted%5:00:00:familiar:00 1
-1 acquaintance%1:26:00:: 2
-1 acquaintance%1:18:00:: 3
-1 acquaint%2:32:01:: 2
-1 acquaint%2:32:00:: 1
-1 acoustically%4:02:00:: 1
-1 acoustical%3:01:00:: 1
-1 acolyte%1:18:00:: 1
-1 acknowledge%2:32:01:: 6
-1 acidity%1:07:02:: 1
-1 acid%5:00:00:unpleasant:00 1
-1 aching%5:00:00:painful:00 1
-1 ace_of_spades%1:06:00:: 1
-1 accusingly%4:02:00:: 1
-1 accusative%5:00:00:inculpatory:00 1
-1 accumulation%1:14:00:: 2
-1 accumulation%1:04:00:: 3
-1 accumulate%2:35:00:: 3
-1 acculturation%1:04:00:: 1
-1 acculturate%2:30:00:: 1
-1 accrued%5:00:00:increased:00 1
-1 accouterment%1:06:00:: 1
-1 accounting%1:10:00:: 1
-1 accounting%1:09:00:: 2
-1 accounting%1:04:00:: 3
-1 accountant%1:18:00:: 1
-1 account%1:16:00:: 5
-1 account%1:07:01:: 6
-1 accordingly%4:02:01:: 2
-1 accomplished%5:00:00:skilled:00 1
-1 accomplished%5:00:00:complete:00 2
-1 accomplice%1:18:00:: 1
-1 accompany%2:42:01:: 4
-1 accompaniment%1:11:00:: 1
-1 accompaniment%1:10:00:: 2
-1 accompanied%3:00:00:: 1
-1 acclimatize%2:30:00:: 1
-1 accidentally%4:02:00:: 1
-1 accidental%5:00:00:extrinsic:00 1
-1 accessory%1:06:01:: 1
-1 accessory%1:06:00:: 2
-1 access_road%1:06:00:: 1
-1 accepted%5:00:00:uncontroversial:00 3
-1 accepted%5:00:00:standard:01 2
-1 acceptance%1:26:00:: 3
-1 acceptance%1:10:01:: 4
-1 accentual_system%1:10:00:: 1
-1 accenting%1:04:00:: 1
-1 accent%1:26:00:: 2
-1 accelerator%1:06:00:: 2
-1 acceleration%1:28:00:: 3
-1 accelerated%5:00:00:fast:01 2
-1 accelerate%2:30:01:: 2
-1 accede%2:32:00:: 1
-1 acapulco%1:15:00:: 1
-1 academy%1:14:02:: 2
-1 academicianship%1:04:00:: 1
-1 academic_program%1:09:00:: 1
-1 abused%5:00:00:misused:00 1
-1 abuse%1:04:02:: 1
-1 abundant%3:00:00:: 1
-1 absurdity%1:07:01:: 2
-1 absurd%5:00:00:foolish:00 2
-1 abstruseness%1:07:00:: 1
-1 abstractive%5:00:00:theoretical:00 1
-1 abstractionism%1:06:00:: 1
-1 abstract_art%1:06:00:: 1
-1 abstract%5:00:00:technical:00 3
-1 abstract%5:00:00:nonrepresentational:00 2
-1 abstract%2:40:00:: 2
-1 abstract%2:31:01:: 3
-1 abstention%1:07:00:: 1
-1 abstain%2:41:00:: 1
-1 abstain%2:34:00:: 2
-1 absorptive%3:00:00:: 1
-1 absorption_spectrum%1:19:00:: 1
-1 absorbency%1:07:00:: 1
-1 absorbed%5:00:00:unreflected:00 2
-1 absorb%2:43:00:: 6
-1 absorb%2:31:06:: 7
-1 absolute_temperature%1:07:00:: 1
-1 absolute%5:00:00:arbitrary:00 3
-1 absolute%1:09:00:: 1
-1 absenteeism%1:04:00:: 1
-1 absentee_rate%1:24:00:: 1
-1 abscissa%1:09:00:: 1
-1 abruptness%1:07:02:: 1
-1 abrupt_change%1:11:00:: 1
-1 abrogate%2:41:00:: 1
-1 abroad%4:02:01:: 3
-1 abridgment%1:10:00:: 1
-1 abridge%2:30:00:: 1
-1 abreaction%1:04:00:: 1
-1 aboveground%5:00:00:surface:00 1
-1 above-mentioned%5:00:00:preceding(a):00 1
-1 about%4:02:05:: 7
-1 abounding%5:00:00:abundant:00 1
-1 abound_in%2:42:00:: 1
-1 aborigine%1:18:00:: 1
-1 abominable%5:00:00:hateful:00 1
-1 abolition%1:04:00:: 1
-1 abode%1:15:00:: 1
-1 abode%1:06:00:: 2
-1 aboard%4:02:00:: 2
-1 abo_antibodies%1:27:00:: 1
-1 abnormally%4:02:00:: 1
-1 abnormality%1:26:00:: 1
-1 abnormal%3:00:00:: 1
-1 ably%4:02:00:: 1
-1 ablaze%5:00:00:passionate:00 1
-1 ablated%5:00:00:decreased:00 1
-1 abjection%1:26:01:: 1
-1 abject%5:00:00:unfortunate:00 2
-1 abide%2:31:00:: 2
-1 abhorrent%5:00:00:offensive:01 1
-1 abhor%2:37:00:: 1
-1 aberration%1:26:01:: 1
-1 aberrant%5:00:00:abnormal:00 1
-1 abed%4:02:00:: 1
-1 abbreviated%5:00:00:short:01 1
-1 abbey%1:06:02:: 1
-1 abashed%5:00:00:discomposed:00 1
-1 abasement%1:26:00:: 1
-1 abandonment%1:04:01:: 2
-1 abandoned%5:00:00:uninhabited:00 1
-1 abandoned%5:00:00:forsaken:00 2
-1 ab%1:14:00:: 1
-1 ab%1:10:00:: 2
-1 a_hundred_times%4:02:00:: 1
-1 a_hundred_thousand%5:00:00:cardinal:00 1
-1 a_great_deal%4:02:00:: 1
-1 a_fortiori%4:02:00:: 1
-1 a.m.%1:28:00:: 1
-1 70th%5:00:00:ordinal:00 1
-1 70%1:23:00:: 1
-1 3rd%5:00:00:ordinal:00 1
-1 3-hitter%1:04:00:: 1
-1 2d%5:00:00:ordinal:00 1
-1 27%1:23:00:: 1
-1 26%1:23:00:: 1
-1 25th%5:00:00:ordinal:00 1
-1 24th%5:00:00:ordinal:00 1
-1 23%1:23:00:: 1
-1 17%1:23:00:: 1
-1 14th%5:00:00:ordinal:00 1
-1 14%1:23:00:: 1
-1 100000%1:23:00:: 1
diff --git a/corpora/en/wordnet/dict/cntlist.rev b/corpora/en/wordnet/dict/cntlist.rev
deleted file mode 100644
index b297ca7ce..000000000
--- a/corpora/en/wordnet/dict/cntlist.rev
+++ /dev/null
@@ -1,37387 +0,0 @@
-0%1:23:00:: 1 20
-0%5:00:00:cardinal:00 1 3
-1%1:23:00:: 1 21
-1%5:00:00:cardinal:00 1 107
-10%1:23:00:: 1 4
-10%5:00:00:cardinal:00 1 69
-100%1:23:00:: 1 5
-100%5:00:00:cardinal:00 1 33
-1000%5:00:00:cardinal:00 1 19
-100000%1:23:00:: 1 1
-11%1:23:00:: 1 6
-11%5:00:00:cardinal:00 1 10
-11th%5:00:00:ordinal:00 1 2
-12%1:23:00:: 1 6
-12%5:00:00:cardinal:00 1 25
-13%5:00:00:cardinal:00 1 11
-13th%5:00:00:ordinal:00 1 2
-14%1:23:00:: 1 1
-14%5:00:00:cardinal:00 1 19
-14th%5:00:00:ordinal:00 1 1
-15%1:23:00:: 1 4
-15%5:00:00:cardinal:00 1 34
-15_minutes%1:28:00:: 1 8
-15th%5:00:00:ordinal:00 1 8
-16%1:23:00:: 1 4
-16%5:00:00:cardinal:00 1 17
-17%1:23:00:: 1 1
-17%5:00:00:cardinal:00 1 7
-17th%5:00:00:ordinal:00 1 4
-18%5:00:00:cardinal:00 1 18
-18th%5:00:00:ordinal:00 1 2
-19%1:23:00:: 1 2
-19%5:00:00:cardinal:00 1 8
-19th%5:00:00:ordinal:00 1 7
-1st%5:00:00:ordinal:00 1 2
-2%1:23:00:: 1 12
-2%5:00:00:cardinal:00 1 96
-20%1:23:00:: 1 4
-20%5:00:00:cardinal:00 1 32
-20th%5:00:00:ordinal:00 1 6
-21%1:23:00:: 1 2
-21%5:00:00:cardinal:00 1 12
-22%1:23:00:: 1 4
-22%5:00:00:cardinal:00 1 13
-23%1:23:00:: 1 1
-23%5:00:00:cardinal:00 1 8
-24%1:23:00:: 1 3
-24%5:00:00:cardinal:00 1 24
-24th%5:00:00:ordinal:00 1 1
-25%1:23:00:: 1 3
-25%5:00:00:cardinal:00 1 31
-25th%5:00:00:ordinal:00 1 1
-26%1:23:00:: 1 1
-26%5:00:00:cardinal:00 1 10
-27%1:23:00:: 1 1
-27%5:00:00:cardinal:00 1 7
-28%5:00:00:cardinal:00 1 4
-29%1:23:00:: 1 4
-29%5:00:00:cardinal:00 1 6
-2d%5:00:00:ordinal:00 1 1
-3%1:23:00:: 1 9
-3%5:00:00:cardinal:00 1 77
-3-hitter%1:04:00:: 1 1
-30%1:23:00:: 1 4
-30%5:00:00:cardinal:00 1 27
-30_minutes%1:28:00:: 1 15
-30th%5:00:00:ordinal:00 1 2
-3rd%5:00:00:ordinal:00 1 1
-4%1:23:00:: 1 13
-4%5:00:00:cardinal:00 1 51
-40%1:23:00:: 1 3
-40%5:00:00:cardinal:00 1 19
-4th%5:00:00:ordinal:00 1 4
-5%1:23:00:: 1 5
-5%5:00:00:cardinal:00 1 52
-50%1:23:00:: 1 5
-50%5:00:00:cardinal:00 1 34
-500%5:00:00:cardinal:00 1 9
-6%1:23:00:: 1 2
-6%5:00:00:cardinal:00 1 43
-60%5:00:00:cardinal:00 1 20
-6th%5:00:00:ordinal:00 1 4
-7%1:23:00:: 1 3
-7%5:00:00:cardinal:00 1 23
-70%1:23:00:: 1 1
-70%5:00:00:cardinal:00 1 9
-70th%5:00:00:ordinal:00 1 1
-8%1:23:00:: 1 3
-8%5:00:00:cardinal:00 1 35
-80%5:00:00:cardinal:00 1 7
-9%1:23:00:: 1 6
-9%5:00:00:cardinal:00 1 13
-90%5:00:00:cardinal:00 1 6
-a%1:14:00:: 1 7
-a%1:23:01:: 2 6
-a.m.%1:28:00:: 1 1
-a_bit%4:02:00:: 1 21
-a_couple_of%5:00:00:few:00 1 26
-a_few%5:00:00:few:00 1 138
-a_fortiori%4:02:00:: 1 1
-a_great_deal%4:02:00:: 1 1
-a_hundred%5:00:00:cardinal:00 1 19
-a_hundred_thousand%5:00:00:cardinal:00 1 1
-a_hundred_times%4:02:00:: 1 1
-a_little%4:02:00:: 1 80
-a_lot%4:02:00:: 1 17
-a_million%5:00:00:cardinal:00 1 5
-a_people%1:14:00:: 1 2
-a_thousand%5:00:00:cardinal:00 1 13
-a_trifle%4:02:00:: 1 9
-ab%1:10:00:: 2 1
-ab%1:14:00:: 1 1
-abandon%1:07:00:: 1 4
-abandon%2:31:00:: 5 3
-abandon%2:31:01:: 4 5
-abandon%2:38:00:: 3 6
-abandon%2:40:00:: 1 10
-abandon%2:40:01:: 2 6
-abandoned%5:00:00:forsaken:00 2 1
-abandoned%5:00:00:uninhabited:00 1 1
-abandonment%1:04:01:: 2 1
-abandonment%1:04:03:: 1 3
-abasement%1:26:00:: 1 1
-abashed%5:00:00:discomposed:00 1 1
-abbey%1:06:02:: 1 1
-abbot%1:18:00:: 1 2
-abbreviated%5:00:00:short:01 1 1
-abdomen%1:08:00:: 1 2
-abdominal%3:01:00:: 1 3
-abed%4:02:00:: 1 1
-aberrant%5:00:00:abnormal:00 1 1
-aberration%1:26:01:: 1 1
-abet%2:41:00:: 1 3
-abhor%2:37:00:: 1 1
-abhorrent%5:00:00:offensive:01 1 1
-abide%2:31:00:: 2 1
-abide%2:42:01:: 1 2
-abide_by%2:41:00:: 1 2
-abiding%5:00:00:permanent:00 1 2
-ability%1:07:00:: 1 19
-ability%1:09:00:: 2 9
-abject%5:00:00:contemptible:00 1 3
-abject%5:00:00:unfortunate:00 2 1
-abjection%1:26:01:: 1 1
-ablated%5:00:00:decreased:00 1 1
-ablation%1:04:00:: 1 2
-ablaze%5:00:00:passionate:00 1 1
-able%3:00:00:: 1 70
-able%5:00:00:capable:00 3 4
-able%5:00:00:competent:00 2 7
-ably%4:02:00:: 1 1
-abnormal%3:00:00:: 1 1
-abnormality%1:26:00:: 1 1
-abnormally%4:02:00:: 1 1
-abo%1:18:00:: 1 2
-abo_antibodies%1:27:00:: 1 1
-aboard%4:02:00:: 2 1
-aboard%4:02:01:: 1 4
-abode%1:06:00:: 2 1
-abode%1:15:00:: 1 1
-abolish%2:41:00:: 1 9
-abolition%1:04:00:: 1 1
-abolitionist%1:18:00:: 1 2
-abominable%5:00:00:hateful:00 1 1
-aborigine%1:18:00:: 1 1
-abortion%1:04:00:: 1 3
-abound%2:42:00:: 1 2
-abound_in%2:42:00:: 1 1
-abounding%5:00:00:abundant:00 1 1
-about%4:02:00:: 1 55
-about%4:02:01:: 3 5
-about%4:02:02:: 5 3
-about%4:02:03:: 6 2
-about%4:02:04:: 4 3
-about%4:02:05:: 7 1
-about%4:02:06:: 2 10
-about-face%2:38:00:: 1 2
-above%4:02:00:: 1 32
-above%4:02:01:: 2 9
-above%5:00:00:preceding(a):00 1 13
-above-mentioned%5:00:00:preceding(a):00 1 1
-above_all%4:02:00:: 1 5
-aboveground%5:00:00:surface:00 1 1
-abraham_lincoln%1:18:00:: 1 2
-abreaction%1:04:00:: 1 1
-abridge%2:30:00:: 1 1
-abridgment%1:10:00:: 1 1
-abroad%4:02:00:: 1 8
-abroad%4:02:01:: 3 1
-abroad%4:02:02:: 2 2
-abroad%5:00:00:foreign:02 1 6
-abrogate%2:41:00:: 1 1
-abrupt%5:00:00:staccato:00 1 3
-abrupt%5:00:00:sudden:00 2 2
-abrupt_change%1:11:00:: 1 1
-abruptly%4:02:00:: 1 9
-abruptness%1:07:02:: 1 1
-abscess%1:26:00:: 1 3
-abscissa%1:09:00:: 1 1
-absence%1:04:00:: 2 8
-absence%1:26:00:: 1 25
-absent%2:30:00:: 1 2
-absent%3:00:00:: 1 12
-absentee_rate%1:24:00:: 1 1
-absenteeism%1:04:00:: 1 1
-absently%4:02:00:: 1 6
-absentminded%5:00:00:inattentive:00 1 3
-absentmindedly%4:02:00:: 1 3
-absolute%1:09:00:: 1 1
-absolute%3:00:00:: 1 11
-absolute%5:00:00:arbitrary:00 3 1
-absolute%5:00:01:complete:00 2 4
-absolute_temperature%1:07:00:: 1 1
-absolutely%4:02:00:: 1 13
-absorb%2:30:00:: 5 2
-absorb%2:31:00:: 2 5
-absorb%2:31:06:: 7 1
-absorb%2:35:00:: 4 4
-absorb%2:35:01:: 1 8
-absorb%2:40:00:: 3 4
-absorb%2:43:00:: 6 1
-absorbed%5:00:00:attentive:00 1 7
-absorbed%5:00:00:unreflected:00 2 1
-absorbency%1:07:00:: 1 1
-absorption%1:22:00:: 1 4
-absorption%1:22:02:: 2 3
-absorption_spectrum%1:19:00:: 1 1
-absorptive%3:00:00:: 1 1
-abstain%2:34:00:: 2 1
-abstain%2:41:00:: 1 1
-abstention%1:07:00:: 1 1
-abstract%1:09:00:: 1 2
-abstract%2:31:00:: 1 5
-abstract%2:31:01:: 3 1
-abstract%2:40:00:: 2 1
-abstract%3:00:00:: 1 5
-abstract%5:00:00:nonrepresentational:00 2 1
-abstract%5:00:00:technical:00 3 1
-abstract_art%1:06:00:: 1 1
-abstract_expressionism%1:06:00:: 1 2
-abstracted%5:00:00:separate:00 1 2
-abstraction%1:04:00:: 2 3
-abstraction%1:06:00:: 4 2
-abstraction%1:09:00:: 1 5
-abstraction%1:09:02:: 3 2
-abstractionism%1:06:00:: 1 1
-abstractive%5:00:00:theoretical:00 1 1
-abstruseness%1:07:00:: 1 1
-absurd%5:00:00:foolish:00 2 1
-absurd%5:00:00:illogical:00 1 7
-absurdity%1:07:01:: 2 1
-absurdity%1:10:00:: 1 6
-abundance%1:07:00:: 1 2
-abundant%3:00:00:: 1 1
-abuse%1:04:02:: 1 1
-abuse%2:30:00:: 2 2
-abuse%2:41:00:: 1 3
-abused%5:00:00:misused:00 1 1
-abyss%1:17:00:: 1 3
-academic%1:18:00:: 1 2
-academic%3:01:00:: 1 18
-academic%5:00:00:scholarly:00 3 2
-academic%5:00:00:theoretical:01 2 3
-academic_program%1:09:00:: 1 1
-academically%4:02:00:: 1 4
-academicianship%1:04:00:: 1 1
-academy%1:14:00:: 1 5
-academy%1:14:02:: 2 1
-acapulco%1:15:00:: 1 1
-accede%2:32:00:: 1 1
-accelerate%2:30:00:: 1 11
-accelerate%2:30:01:: 2 1
-accelerated%5:00:00:expedited:00 1 2
-accelerated%5:00:00:fast:01 2 1
-accelerating%5:00:00:fast:01 1 2
-acceleration%1:04:00:: 2 2
-acceleration%1:07:00:: 1 2
-acceleration%1:28:00:: 3 1
-accelerator%1:06:00:: 2 1
-accelerator%1:06:02:: 1 2
-accent%1:10:01:: 1 5
-accent%1:26:00:: 2 1
-accent%2:30:00:: 1 2
-accenting%1:04:00:: 1 1
-accentual_system%1:10:00:: 1 1
-accentuate%2:30:00:: 2 2
-accentuate%2:32:00:: 1 2
-accept%2:31:00:: 1 34
-accept%2:31:01:: 4 12
-accept%2:31:03:: 7 2
-accept%2:32:00:: 3 17
-accept%2:40:00:: 2 33
-accept%2:40:01:: 6 7
-accept%2:40:03:: 5 8
-acceptable%3:00:00:: 1 2
-acceptance%1:04:00:: 2 3
-acceptance%1:09:00:: 1 4
-acceptance%1:10:01:: 4 1
-acceptance%1:26:00:: 3 1
-accepted%5:00:00:acknowledged:00 1 2
-accepted%5:00:00:standard:01 2 1
-accepted%5:00:00:uncontroversial:00 3 1
-accepting%5:00:00:acceptive:00 1 2
-access%1:06:00:: 3 2
-access%1:07:00:: 1 2
-access%1:07:01:: 2 2
-access_road%1:06:00:: 1 1
-accessory%1:06:00:: 2 1
-accessory%1:06:01:: 1 1
-accident%1:11:00:: 2 5
-accident%1:11:01:: 1 7
-accidental%5:00:00:extrinsic:00 1 1
-accidentally%4:02:00:: 1 1
-acclaim%2:32:00:: 1 3
-acclimatize%2:30:00:: 1 1
-accommodate%2:30:00:: 2 5
-accommodate%2:34:00:: 3 3
-accommodate%2:42:00:: 1 5
-accommodate%2:42:03:: 4 2
-accompanied%3:00:00:: 1 1
-accompaniment%1:10:00:: 2 1
-accompaniment%1:11:00:: 1 1
-accompany%2:36:00:: 3 3
-accompany%2:38:00:: 2 8
-accompany%2:42:00:: 1 20
-accompany%2:42:01:: 4 1
-accompanying%5:00:00:related:02 1 2
-accomplice%1:18:00:: 1 1
-accomplish%2:36:00:: 1 29
-accomplish%2:41:00:: 2 13
-accomplished%5:00:00:complete:00 2 1
-accomplished%5:00:00:skilled:00 1 1
-accomplishment%1:04:00:: 1 7
-accord%2:40:00:: 2 5
-accord%2:42:00:: 1 20
-accordance%1:10:00:: 1 8
-accordingly%4:02:00:: 1 10
-accordingly%4:02:01:: 2 1
-accost%2:32:01:: 1 4
-account%1:07:01:: 6 1
-account%1:10:00:: 1 12
-account%1:10:03:: 2 7
-account%1:10:04:: 4 3
-account%1:16:00:: 5 1
-account%1:26:00:: 3 5
-account_for%2:32:00:: 2 6
-account_for%2:42:00:: 1 24
-account_for%2:42:01:: 3 5
-accountant%1:18:00:: 1 1
-accounting%1:04:00:: 3 1
-accounting%1:09:00:: 2 1
-accounting%1:10:00:: 1 1
-accouterment%1:06:00:: 1 1
-accredit%2:41:00:: 1 2
-accreditation%1:04:00:: 1 7
-accretion%1:22:00:: 1 2
-accrue%2:30:00:: 1 2
-accrued%5:00:00:increased:00 1 1
-acculturate%2:30:00:: 1 1
-acculturation%1:04:00:: 1 1
-accumulate%2:30:00:: 2 4
-accumulate%2:35:00:: 3 1
-accumulate%2:40:00:: 1 4
-accumulated%5:00:00:concentrated:00 1 2
-accumulation%1:04:00:: 3 1
-accumulation%1:14:00:: 2 1
-accumulation%1:22:00:: 1 2
-accuracy%1:07:02:: 1 7
-accuracy%1:07:03:: 2 2
-accurate%3:00:00:: 1 12
-accurately%4:02:01:: 1 7
-accurately%4:02:02:: 2 3
-accusation%1:10:00:: 1 3
-accusative%5:00:00:inculpatory:00 1 1
-accuse%2:32:00:: 1 22
-accusing%5:00:00:inculpatory:00 1 2
-accusingly%4:02:00:: 1 1
-accustom%2:30:00:: 1 2
-accustomed%3:00:00:: 1 7
-ace%1:06:00:: 2 3
-ace%1:18:00:: 3 2
-ace%1:23:00:: 1 10
-ace_of_spades%1:06:00:: 1 1
-acetone%1:27:00:: 1 4
-acetonemia%1:26:00:: 1 3
-ache%1:26:00:: 1 2
-ache%2:37:06:: 2 3
-ache%2:39:00:: 3 2
-ache%2:39:01:: 1 3
-achieve%2:41:00:: 1 100
-achievement%1:04:00:: 1 39
-aching%5:00:00:painful:00 1 1
-acid%1:27:00:: 1 4
-acid%5:00:00:unpleasant:00 1 1
-acidity%1:07:02:: 1 1
-acknowledge%2:31:00:: 1 11
-acknowledge%2:32:00:: 2 5
-acknowledge%2:32:01:: 6 1
-acknowledge%2:32:02:: 5 2
-acknowledge%2:32:04:: 3 3
-acknowledge%2:32:07:: 4 2
-acolyte%1:18:00:: 1 1
-acoustical%3:01:00:: 1 1
-acoustically%4:02:00:: 1 1
-acquaint%2:32:00:: 1 1
-acquaint%2:32:01:: 2 1
-acquaintance%1:09:00:: 1 2
-acquaintance%1:18:00:: 3 1
-acquaintance%1:26:00:: 2 1
-acquainted%5:00:00:familiar:00 1 1
-acquainted_with%5:00:00:familiar:00 1 2
-acquiesce%2:32:00:: 1 3
-acquiescence%1:10:00:: 2 1
-acquiescence%1:26:00:: 1 3
-acquire%2:29:00:: 3 1
-acquire%2:30:00:: 2 5
-acquire%2:40:00:: 1 34
-acquired%5:00:00:noninheritable:00 1 1
-acquisition%1:04:00:: 1 11
-acquit%2:32:00:: 1 1
-acre%1:23:00:: 1 15
-acreage%1:07:00:: 1 4
-acres%1:21:00:: 1 4
-acrobatic%5:00:00:active:01 1 1
-acrobatics%1:04:00:: 1 1
-across%4:02:00:: 3 1
-across%4:02:01:: 1 4
-across%4:02:02:: 2 1
-across_the_nation%4:02:00:: 1 2
-act%1:03:00:: 2 24
-act%1:10:00:: 3 9
-act%1:10:01:: 1 35
-act%1:10:02:: 4 3
-act%2:29:00:: 2 22
-act%2:29:01:: 5 1
-act%2:33:00:: 4 4
-act%2:36:00:: 3 7
-act%2:41:00:: 1 35
-act_as%2:42:00:: 1 24
-act_on%2:41:00:: 1 5
-act_on%2:41:01:: 2 2
-act_out%2:36:00:: 2 1
-act_out%2:36:01:: 1 1
-acting%1:04:00:: 1 5
-acting%5:00:00:impermanent:00 1 4
-actinometer%1:06:00:: 1 1
-action%1:04:01:: 8 1
-action%1:04:02:: 1 94
-action%1:04:03:: 3 16
-action%1:06:00:: 7 1
-action%1:07:00:: 6 1
-action%1:10:00:: 5 1
-action%1:22:00:: 4 7
-action%1:26:00:: 2 18
-activate%2:30:00:: 2 2
-activate%2:36:00:: 1 3
-activated%5:00:00:treated:00 1 3
-activation_energy%1:19:00:: 1 6
-active%1:27:00:: 1 16
-active%3:00:01:: 5 3
-active%3:00:02:: 1 9
-active%3:00:03:: 3 5
-active%3:00:06:: 7 2
-active%3:00:07:: 6 2
-active%5:00:00:dynamic:00 9 1
-active%5:00:00:existent:00 8 1
-active%5:00:00:involved:00 4 4
-active%5:00:00:operational:00 2 7
-actively%4:02:00:: 1 3
-activism%1:09:00:: 1 2
-activity%1:04:00:: 1 43
-activity%1:22:00:: 3 13
-activity%1:26:00:: 2 36
-actor%1:18:00:: 1 14
-actress%1:18:00:: 1 3
-actual%3:00:00:: 1 22
-actual%5:00:00:real:00 2 8
-actual%5:00:00:true:00 3 3
-actual%5:00:02:real:00 4 2
-actuality%1:26:00:: 1 4
-actually%4:02:00:: 2 13
-actually%4:02:01:: 1 36
-actuate%2:36:00:: 1 2
-acute%3:00:00:: 1 2
-acute%5:00:00:perceptive:00 3 1
-acute%5:00:00:sharp:04 2 2
-acutely%4:02:00:: 2 1
-acutely%4:02:01:: 1 4
-ad%1:10:00:: 1 6
-ad-lib%5:00:00:unprepared:00 1 1
-ad_campaign%1:04:00:: 1 1
-ad_hoc%4:02:00:: 1 1
-ad_infinitum%4:02:01:: 1 2
-adam%1:18:00:: 1 14
-adamant%5:00:00:inflexible:02 1 2
-adamantly%4:02:00:: 1 1
-adapt%2:30:01:: 1 7
-adapt%2:30:02:: 3 3
-adapt%2:36:01:: 2 3
-adaptable%3:00:00:: 1 1
-adaptation%1:10:00:: 1 1
-adapted%5:00:00:modified:00 1 1
-add%2:30:00:: 1 116
-add%2:31:00:: 4 3
-add%2:32:00:: 5 1
-add%2:32:01:: 2 68
-add%2:40:00:: 3 15
-add_on%2:30:00:: 1 1
-add_up%2:32:00:: 2 2
-add_up%2:42:01:: 1 4
-added%3:00:00:: 1 11
-addicted%3:00:00:: 1 1
-addition%1:04:00:: 3 2
-addition%1:04:02:: 2 5
-addition%1:06:00:: 1 5
-addition%1:23:00:: 4 1
-additional%5:00:00:added:00 1 45
-additionally%4:02:00:: 1 2
-additive%1:06:00:: 1 5
-addlebrained%5:00:00:confused:00 1 1
-address%1:10:00:: 3 3
-address%1:10:03:: 4 1
-address%1:10:04:: 1 21
-address%1:15:00:: 2 5
-address%2:32:00:: 1 16
-address%2:32:02:: 2 5
-address%2:32:03:: 3 4
-address%2:32:08:: 4 3
-address%2:33:00:: 5 2
-address%2:34:00:: 6 1
-addressed%3:00:00:: 1 1
-adenoma%1:26:00:: 1 1
-adept%5:00:00:skilled:00 1 1
-adequacy%1:07:00:: 1 2
-adequacy%1:07:01:: 2 1
-adequate%3:00:00:: 1 17
-adequate%5:00:00:satisfactory:00 3 1
-adequate%5:00:00:sufficient:00 2 4
-adequate_to%5:00:00:adequate:00 1 4
-adequately%4:02:00:: 1 5
-adequately%4:02:01:: 2 2
-adhere%2:30:00:: 2 3
-adhere%2:35:01:: 3 1
-adhere%2:42:00:: 1 5
-adherence%1:04:00:: 1 2
-adherent%1:18:00:: 1 3
-adhesive%1:27:00:: 1 3
-adieu%1:10:00:: 1 1
-adios%1:10:00:: 1 1
-adjacent%5:00:00:close:01 1 4
-adjacent%5:00:00:connected:00 2 2
-adjacent%5:00:00:near:00 3 1
-adjectival%3:01:00:: 1 2
-adjective%1:10:00:: 1 3
-adjective%1:10:01:: 2 2
-adjoin%2:35:02:: 1 3
-adjoining%5:00:00:connected:00 1 3
-adjourn%2:30:00:: 1 4
-adjournment%1:04:00:: 1 2
-adjudication%1:04:00:: 1 1
-adjunct%1:17:00:: 1 5
-adjust%2:30:00:: 1 19
-adjust%2:30:01:: 4 6
-adjust%2:30:02:: 3 6
-adjust%2:30:03:: 5 2
-adjust%2:30:05:: 2 6
-adjusted%3:00:00:: 1 4
-adjustment%1:04:00:: 2 3
-adjustment%1:04:01:: 3 1
-adjustment%1:11:00:: 1 5
-administer%2:29:00:: 4 1
-administer%2:40:00:: 3 2
-administer%2:40:01:: 2 6
-administer%2:41:00:: 1 9
-administration%1:04:00:: 1 8
-administration%1:04:01:: 3 2
-administration%1:14:00:: 2 3
-administration%1:28:00:: 4 1
-administrative%3:01:00:: 1 16
-administrative_official%1:18:00:: 1 1
-administrator%1:18:00:: 1 5
-administrator%1:18:01:: 2 3
-admirable%5:00:00:estimable:00 1 4
-admirable%5:00:00:pleasing:00 2 2
-admirably%4:02:00:: 1 2
-admiralty_law%1:14:00:: 1 1
-admiration%1:12:01:: 1 8
-admiration%1:12:02:: 2 1
-admire%2:37:00:: 1 13
-admire%2:39:00:: 2 8
-admirer%1:18:01:: 1 1
-admissible%3:00:00:: 1 1
-admission%1:04:00:: 1 8
-admission%1:10:00:: 2 1
-admit%2:32:00:: 1 64
-admit%2:40:00:: 4 1
-admit%2:41:00:: 3 1
-admit%2:41:01:: 2 11
-admittedly%4:02:00:: 1 1
-admix%2:30:00:: 1 1
-admonish%2:32:02:: 1 1
-admonition%1:10:01:: 1 3
-ado%1:04:00:: 1 1
-adobe_house%1:06:00:: 1 2
-adolescence%1:28:00:: 1 3
-adolescent%1:18:00:: 1 1
-adolescent%3:01:00:: 1 1
-adonis%1:18:01:: 1 1
-adopt%2:30:00:: 5 2
-adopt%2:30:01:: 4 2
-adopt%2:40:00:: 2 6
-adopt%2:40:02:: 1 34
-adopt%2:41:01:: 3 2
-adopted%3:00:00:: 1 2
-adopted%5:00:00:adoptive:00 2 1
-adoption%1:04:00:: 1 2
-adore%2:37:00:: 1 1
-adorn%2:36:00:: 1 3
-adrenal%3:01:00:: 1 1
-adroit%5:00:00:artful:00 1 1
-adroitly%4:02:00:: 1 1
-adroitness%1:09:00:: 1 1
-adsorb%2:35:00:: 1 1
-adsorbed%5:00:00:adsorbable:00 1 3
-adulation%1:04:00:: 1 1
-adult%1:05:00:: 2 5
-adult%1:18:00:: 1 5
-adult%5:00:00:mature:01 1 1
-adult_education%1:04:00:: 1 1
-adulterer%1:18:00:: 1 2
-adulthood%1:28:00:: 1 1
-advance%1:04:00:: 4 1
-advance%1:10:00:: 3 1
-advance%1:11:00:: 1 7
-advance%1:11:01:: 2 6
-advance%2:30:00:: 7 2
-advance%2:30:08:: 3 5
-advance%2:30:09:: 8 1
-advance%2:32:00:: 2 6
-advance%2:33:00:: 6 3
-advance%2:38:00:: 1 7
-advance%2:38:01:: 5 4
-advance%2:41:01:: 4 4
-advanced%5:00:00:civilized:00 7 1
-advanced%5:00:00:front(a):00 8 1
-advanced%5:00:00:high-tech:00 5 1
-advanced%5:00:00:late:00 6 1
-advanced%5:00:00:late:02 2 3
-advanced%5:00:00:precocious:00 1 5
-advanced%5:00:00:progressive:01 3 2
-advanced%5:00:02:high:02 4 2
-advancing%3:00:00:: 1 2
-advantage%1:07:00:: 1 23
-advantageous%3:00:00:: 1 1
-advent%1:04:00:: 1 1
-adventure%1:04:00:: 1 12
-adventure%2:41:01:: 1 1
-adventurer%1:18:00:: 1 1
-adventurous%3:00:00:: 1 1
-adverb%1:10:01:: 1 3
-adverbial%3:01:00:: 1 1
-adversary%1:18:00:: 1 1
-adverse%5:00:00:unfavorable:02 1 4
-adversity%1:26:00:: 1 1
-advertise%2:32:01:: 1 7
-advertised%5:00:00:publicized:00 1 1
-advertisement%1:10:00:: 1 2
-advertising%1:04:00:: 2 6
-advertising%1:10:00:: 1 7
-advertising_agency%1:14:00:: 1 2
-advertising_campaign%1:04:00:: 1 1
-advice%1:10:00:: 1 18
-advisability%1:07:00:: 1 1
-advisable%3:00:00:: 1 1
-advise%2:32:00:: 1 11
-advise%2:32:01:: 2 10
-advise%2:32:02:: 3 4
-advisedly%4:02:00:: 1 1
-advisor%1:18:00:: 1 1
-advocacy%1:04:00:: 1 1
-advocate%1:18:00:: 1 2
-advocate%2:32:00:: 1 9
-advocate%2:32:01:: 2 1
-aegean%1:17:00:: 1 7
-aegean%3:01:01:: 1 5
-aegean_island%1:15:00:: 1 1
-aegis%1:04:00:: 1 1
-aeon%1:18:00:: 1 1
-aerated%5:00:00:treated:00 1 9
-aeration%1:22:00:: 1 5
-aerator%1:06:00:: 1 11
-aerial%1:04:00:: 1 1
-aerial%5:00:00:overhead:00 1 1
-aerial%5:00:02:air(a):00 2 4
-aerobacter_aerogenes%1:05:00:: 1 1
-aerobic%3:00:00:: 1 1
-aerodynamic%3:01:00:: 1 1
-aerosol%1:19:00:: 1 11
-aerosolize%2:35:00:: 1 2
-aerosolized%5:00:00:gaseous:00 1 1
-aeschylus%1:18:00:: 1 1
-aesthetic%3:00:00:: 2 2
-aesthetic%3:01:00:: 1 10
-afar%4:02:00:: 1 4
-affably%4:02:00:: 1 1
-affair%1:09:00:: 1 23
-affair%1:11:00:: 3 4
-affair%1:26:00:: 2 5
-affairs%1:04:00:: 2 1
-affairs%1:09:00:: 1 8
-affect%1:12:00:: 1 1
-affect%2:29:00:: 2 11
-affect%2:30:00:: 1 43
-affect%2:32:00:: 4 4
-affect%2:42:00:: 3 4
-affected%3:00:00:: 1 5
-affected%3:00:01:: 2 1
-affectingly%4:02:00:: 1 1
-affection%1:12:00:: 1 9
-affectionate%5:00:00:loving:00 1 2
-affectionately%4:02:00:: 1 2
-afferent%3:00:00:: 1 1
-affianced%5:00:00:attached:01 1 1
-affidavit%1:10:00:: 1 1
-affiliated%5:00:00:related:02 1 1
-affiliation%1:04:00:: 2 2
-affiliation%1:26:00:: 1 2
-affinity%1:19:02:: 1 1
-affirm%2:31:00:: 1 9
-affirm%2:32:00:: 2 3
-affirm%2:32:01:: 3 2
-affirmation%1:10:00:: 1 1
-affix%2:35:00:: 1 7
-affix%2:35:01:: 2 2
-affixed%3:00:00:: 1 6
-afflicted%5:00:00:ill:01 1 1
-affluence%1:26:00:: 1 3
-afford%2:34:00:: 1 24
-afford%2:40:00:: 2 13
-affront%1:04:00:: 1 1
-affront%2:32:00:: 1 1
-afghan%1:06:00:: 1 1
-afire%5:00:00:lighted:00 1 1
-aflame%5:00:00:passionate:00 1 2
-aflare%5:00:00:lighted:00 2 1
-aflare%5:00:00:moving:02 1 1
-afloat%5:00:00:purposeless:00 1 1
-afoot%4:02:01:: 1 1
-aforesaid%5:00:00:same:02 1 2
-afraid%3:00:00:: 1 29
-afraid%5:00:00:concerned:00 2 3
-afraid%5:00:02:concerned:00 3 1
-africa%1:17:00:: 1 10
-african%3:01:00:: 1 5
-aft%4:02:00:: 1 1
-after%4:02:01:: 1 5
-after-hours%5:00:00:late:00 1 1
-after-school%5:00:00:outside:00 1 1
-after_a_fashion%4:02:00:: 1 1
-after_all%4:02:00:: 1 17
-after_all%4:02:01:: 2 11
-aftereffect%1:19:00:: 1 1
-afternoon%1:10:00:: 2 1
-afternoon%1:28:00:: 1 51
-afterward%4:02:00:: 1 13
-afterwards%4:02:00:: 1 6
-again%4:02:00:: 1 249
-again_and_again%4:02:00:: 1 6
-agape%5:00:00:open:08 1 1
-agate%1:27:00:: 1 1
-age%1:07:00:: 1 75
-age%1:28:00:: 3 6
-age%1:28:02:: 2 23
-age%2:30:00:: 2 1
-age%2:30:01:: 1 1
-age-old%5:00:00:old:01 1 1
-age_group%1:14:00:: 1 1
-age_of_reason%1:14:00:: 1 1
-aged%1:14:00:: 1 1
-aged%5:00:00:worn:00 2 1
-aged%5:00:01:old:02 1 2
-agency%1:14:00:: 1 20
-agency%1:14:01:: 2 6
-agency%1:26:01:: 3 1
-agenda%1:09:00:: 1 3
-agent%1:17:00:: 1 21
-agent%1:18:01:: 4 1
-agent%1:18:02:: 2 6
-agent%1:27:00:: 3 5
-agglomerate%2:35:00:: 1 2
-agglomeration%1:14:00:: 1 2
-agglutinating_activity%1:22:00:: 1 1
-agglutination%1:22:00:: 2 1
-agglutination%1:22:01:: 1 3
-agglutinin%1:27:00:: 1 8
-aggravate%2:30:00:: 1 3
-aggravate%2:37:00:: 2 2
-aggravatingly%4:02:00:: 1 1
-aggregate%1:06:00:: 1 1
-aggregate%5:00:01:collective:00 1 2
-aggregation%1:14:00:: 1 1
-aggression%1:04:00:: 3 1
-aggression%1:07:00:: 1 2
-aggression%1:12:00:: 2 1
-aggressive%3:00:00:: 1 6
-aggressive%5:00:00:ambitious:00 2 1
-aggressiveness%1:07:00:: 1 3
-aggressiveness%1:12:00:: 2 1
-aggressor%1:18:00:: 1 1
-aggressor%1:18:01:: 2 1
-aghast%5:00:00:afraid(p):00 1 2
-agile%5:00:00:active:01 1 1
-agilely%4:02:00:: 1 1
-agitate%2:37:00:: 2 1
-agitate%2:41:00:: 1 2
-agitated%3:00:00:: 1 2
-agitated%3:00:02:: 2 1
-agitation%1:26:01:: 1 1
-ago%4:02:00:: 1 82
-agony%1:12:00:: 1 5
-agony%1:26:00:: 2 4
-agree%2:32:00:: 1 62
-agree%2:32:01:: 2 25
-agree%2:42:00:: 3 4
-agree%2:42:01:: 4 1
-agreeably%4:02:00:: 1 1
-agreed_upon%5:00:00:uncontroversial:00 1 3
-agreement%1:07:00:: 2 8
-agreement%1:09:00:: 4 2
-agreement%1:10:01:: 1 9
-agreement%1:26:01:: 3 6
-agricultural%3:01:00:: 1 6
-agricultural_agent%1:18:00:: 1 1
-agriculture%1:04:00:: 2 1
-agriculture%1:04:01:: 1 4
-agrobacterium_tumefaciens%1:05:00:: 1 1
-ague%1:26:00:: 1 1
-ahead%4:02:00:: 1 21
-ahead%4:02:01:: 4 1
-ahead%4:02:02:: 3 5
-ahead%4:02:06:: 2 5
-ahead%5:00:00:up:00 1 1
-ahorseback%5:00:00:moving:02 1 1
-aid%1:04:00:: 2 9
-aid%1:07:00:: 1 10
-aid%1:21:00:: 3 6
-aid%2:29:00:: 2 1
-aid%2:41:00:: 1 36
-aide%1:18:00:: 2 1
-aide%1:18:01:: 1 3
-ailing%5:00:00:ill:01 1 2
-ailment%1:26:00:: 1 7
-aim%1:04:00:: 3 4
-aim%1:09:00:: 1 12
-aim%1:09:01:: 2 4
-aim%2:31:00:: 7 2
-aim%2:31:01:: 2 7
-aim%2:31:02:: 4 3
-aim%2:32:00:: 6 2
-aim%2:32:09:: 3 5
-aim%2:33:00:: 1 8
-aim%2:33:10:: 5 2
-aimless%5:00:00:purposeless:00 1 3
-aimlessly%4:02:00:: 1 1
-aimlessness%1:07:00:: 1 1
-air%1:04:01:: 7 1
-air%1:07:00:: 4 9
-air%1:07:01:: 3 19
-air%1:15:00:: 2 29
-air%1:15:01:: 6 1
-air%1:19:00:: 5 3
-air%1:27:00:: 1 42
-air%2:39:00:: 1 1
-air%3:00:00:: 1 5
-air-conditioning%1:06:00:: 1 2
-air-to-surface_missile%1:06:00:: 1 1
-air_corps%1:14:00:: 1 1
-air_defense%1:04:00:: 1 1
-air_force%1:14:00:: 1 2
-air_mattress%1:06:00:: 1 1
-air_wave%1:11:00:: 1 1
-airborne%5:00:00:mobile:00 1 3
-aircraft%1:06:00:: 1 15
-aircraft_carrier%1:06:00:: 1 1
-airflow%1:11:00:: 1 1
-airframe%1:06:00:: 1 1
-airily%4:02:00:: 1 1
-airless%5:00:00:unventilated:00 1 1
-airplane%1:06:00:: 1 5
-airplane_mechanics%1:04:00:: 1 1
-airport%1:06:00:: 1 4
-airs%1:07:00:: 1 2
-airspeed%1:28:00:: 1 2
-airway%1:06:01:: 1 4
-airy%5:00:00:ventilated:00 1 4
-aisle%1:06:00:: 2 2
-aisle%1:06:03:: 1 2
-akin%5:00:00:similar:00 1 3
-alabama%1:15:00:: 1 3
-alabaman%1:18:00:: 1 1
-alabamian%1:18:00:: 1 1
-alabaster%1:27:00:: 1 2
-alarm%1:06:00:: 2 3
-alarm%1:12:00:: 1 5
-alarm%2:32:00:: 2 1
-alarm%2:37:00:: 1 2
-alarmed%5:00:00:afraid(p):00 1 1
-alarmingly%4:02:00:: 1 1
-alaska%1:15:00:: 1 15
-albany%1:15:00:: 1 2
-album%1:06:00:: 2 1
-album%1:10:00:: 1 2
-albumin%1:27:00:: 1 9
-alchemy%1:07:00:: 1 1
-alcohol%1:13:00:: 1 3
-alderman%1:18:00:: 1 1
-alert%2:32:00:: 1 9
-alert%3:00:00:: 1 7
-alert%5:00:00:conscious:00 3 1
-alert%5:00:00:intelligent:00 2 3
-alerting%1:26:00:: 1 1
-alertly%4:02:00:: 1 1
-alertness%1:09:00:: 1 2
-alexander_the_great%1:18:00:: 1 1
-alfresco%5:00:00:outdoor(a):00 1 1
-algae%1:05:00:: 1 6
-algebraically%4:02:00:: 1 4
-algerian%3:01:00:: 1 2
-alibi%1:10:00:: 1 2
-alien%1:18:00:: 1 2
-alien%5:00:00:extrinsic:00 1 3
-alien%5:00:00:foreign:01 2 2
-alienate%2:37:00:: 1 3
-alienated%5:00:00:unoriented:00 1 1
-alienation%1:12:00:: 1 2
-alight%2:38:01:: 1 1
-align%2:30:00:: 1 2
-align%2:31:00:: 3 1
-align%2:42:00:: 2 1
-alignment%1:07:00:: 2 2
-alignment%1:14:00:: 1 2
-alike%3:00:00:: 1 2
-alike%4:02:00:: 1 2
-aliquot%1:23:00:: 1 1
-alive%3:00:01:: 1 14
-alive%5:00:00:lively:00 2 3
-alizarin_crimson%1:27:00:: 1 1
-alkali%1:27:00:: 1 3
-alkali_bee%1:05:00:: 1 3
-alkaline%3:00:00:: 1 2
-alkylbenzenesulfonate%1:27:00:: 1 1
-all%3:00:00:: 1 247
-all%4:02:00:: 1 26
-all%5:00:00:complete:00 2 3
-all-fired%5:00:00:immoderate:00 1 1
-all-important%5:00:00:important:00 1 2
-all-knowing%5:00:00:wise:00 1 1
-all-out%5:00:00:complete:00 1 2
-all-round%5:00:00:comprehensive:00 1 1
-all-time%5:00:00:incomparable:00 1 1
-all-victorious%5:00:00:unconquerable:00 1 1
-all-weather%5:00:00:unrestricted:00 1 1
-all_along%4:02:00:: 1 5
-all_at_once%4:02:00:: 2 1
-all_at_once%4:02:01:: 1 1
-all_but%4:02:00:: 1 9
-all_in_all%4:02:00:: 1 3
-all_of%3:00:00:: 1 49
-all_of_a_sudden%4:02:00:: 1 1
-all_of_a_sudden%4:02:01:: 2 1
-all_over%4:02:00:: 2 6
-all_over%4:02:01:: 1 12
-all_over%5:00:00:finished:01 1 4
-all_right%4:02:00:: 1 24
-all_right%4:02:01:: 2 9
-all_right%4:02:02:: 3 4
-all_right%5:00:00:satisfactory:00 1 10
-all_right%5:00:00:well:01 2 6
-all_the_same%4:02:00:: 1 1
-all_the_time%4:02:01:: 1 8
-all_the_way%4:02:03:: 2 5
-all_the_way%4:02:09:: 1 9
-all_together%4:02:00:: 1 1
-all_told%4:02:00:: 1 2
-all_too%4:02:00:: 1 8
-allegation%1:10:00:: 1 1
-allegation%1:10:01:: 2 1
-allege%2:32:00:: 1 5
-alleged%5:00:00:declared:00 1 3
-alleged%5:00:00:questionable:00 2 1
-allegiance%1:04:00:: 1 1
-allegory%1:10:00:: 1 2
-allegro_con_spirito%1:28:00:: 1 1
-alleviate%2:29:00:: 1 2
-alleviate%2:30:00:: 2 1
-alley%1:06:00:: 1 1
-alley_cat%1:05:00:: 1 1
-alleyway%1:06:00:: 1 1
-allied%5:00:00:related:01 1 1
-alligator%1:05:00:: 2 1
-alligator%1:27:00:: 1 1
-alligatored%5:00:00:rough:00 1 1
-allocable%5:00:00:distributive:00 1 3
-allocate%2:40:00:: 1 6
-allocation%1:04:00:: 2 1
-allocation%1:21:00:: 1 1
-allot%2:40:00:: 2 4
-allot%2:40:01:: 1 6
-allot%2:40:02:: 3 2
-allotment%1:04:00:: 2 1
-allotment%1:21:00:: 1 44
-allow%2:31:00:: 6 3
-allow%2:31:01:: 4 8
-allow%2:32:00:: 2 49
-allow%2:40:00:: 3 17
-allow%2:41:00:: 1 65
-allow%2:42:00:: 5 3
-allow_for%2:42:00:: 1 8
-allow_in%2:41:00:: 1 2
-allowable%5:00:00:deductible:00 1 3
-allowance%1:07:00:: 4 1
-allowance%1:21:00:: 1 2
-allowance%1:21:01:: 3 1
-allowance%1:21:02:: 2 1
-allusion%1:10:00:: 1 7
-ally%1:14:00:: 1 3
-ally%1:18:00:: 2 1
-ally_with%2:41:00:: 1 1
-almost%4:02:00:: 1 175
-aloes%1:06:00:: 1 2
-alone%4:02:00:: 1 32
-alone%4:02:01:: 2 28
-alone%5:00:00:exclusive:00 3 1
-alone%5:00:00:unaccompanied:00 2 4
-alone%5:00:00:unsocial:00 1 26
-aloneness%1:07:00:: 1 1
-along%4:02:00:: 2 9
-along%4:02:01:: 1 25
-along%4:02:02:: 4 2
-along%4:02:03:: 3 2
-aloof%5:00:00:reserved:01 1 1
-aloofness%1:12:02:: 1 1
-aloud%4:02:00:: 1 10
-aloud%4:02:01:: 2 1
-alpha%1:10:00:: 1 1
-alphabetic_character%1:10:00:: 1 1
-alphabetize%2:30:00:: 1 1
-already%4:02:00:: 1 107
-also%4:02:00:: 1 411
-also_known_as%4:02:00:: 1 1
-alter%2:30:00:: 2 2
-alter%2:30:01:: 1 26
-alter%2:36:00:: 3 1
-alter_ego%1:18:00:: 1 1
-alteration%1:04:01:: 2 2
-alteration%1:11:00:: 1 4
-altercation%1:10:00:: 1 5
-altered%3:00:00:: 1 1
-alternate%2:30:01:: 1 3
-alternate%5:00:00:secondary:01 2 2
-alternate%5:00:01:cyclic:01 3 1
-alternate%5:00:02:cyclic:01 1 3
-alternately%4:02:00:: 1 3
-alternative%1:09:00:: 1 16
-alternative%5:00:00:disjunctive:00 2 1
-alternative%5:00:00:secondary:01 1 4
-alternatively%4:02:00:: 1 1
-although%4:02:00:: 1 4
-altitude%1:07:00:: 1 3
-altogether%4:02:00:: 2 1
-altogether%4:02:04:: 1 11
-altruism%1:07:00:: 1 1
-aluminum%1:27:00:: 1 5
-aluminum_chloride%1:27:00:: 1 1
-aluminum_foil%1:06:00:: 1 2
-alundum%1:27:00:: 1 1
-alveolar%3:01:00:: 1 8
-alveolar_bed%1:08:00:: 1 1
-alveolus%1:08:00:: 1 5
-always%4:02:00:: 1 196
-amass%2:30:00:: 1 1
-amateur%1:18:00:: 1 11
-amateur%5:00:00:nonprofessional:00 1 3
-amateurishness%1:09:00:: 1 1
-amaze%2:31:00:: 1 4
-amaze%2:31:01:: 2 1
-amazed%5:00:00:surprised:00 1 6
-amazement%1:12:00:: 1 13
-amazing%5:00:00:impressive:00 2 5
-amazing%5:00:00:surprising:00 1 5
-ambassador%1:18:00:: 1 7
-amber%1:07:00:: 1 1
-amber%5:00:00:chromatic:00 1 3
-ambiance%1:26:00:: 1 1
-ambiguity%1:07:00:: 2 1
-ambiguity%1:10:00:: 1 6
-ambiguous%3:00:00:: 2 4
-ambiguous%3:00:04:: 1 9
-ambiguous%5:00:00:unstructured:00 3 1
-ambition%1:07:00:: 2 2
-ambition%1:12:00:: 1 9
-ambitious%3:00:00:: 1 5
-ambitious%5:00:00:difficult:00 2 4
-ambivalent%5:00:00:equivocal:00 1 3
-amble%2:38:00:: 1 2
-ambulance%1:06:00:: 1 3
-ambuscade%1:04:00:: 1 1
-ambush%1:04:00:: 1 5
-ambush%2:33:00:: 1 2
-ambush%2:33:01:: 2 1
-amen_corner%1:06:00:: 1 7
-amenable%5:00:00:compliant:00 1 1
-amend%2:30:00:: 2 2
-amend%2:32:00:: 1 9
-amended%3:00:00:: 1 2
-amended_return%1:10:00:: 1 2
-amendment%1:04:00:: 1 6
-amendment%1:10:00:: 2 1
-america%1:15:00:: 1 39
-america%1:17:00:: 2 1
-american%1:10:00:: 2 2
-american%1:18:00:: 1 33
-american%3:01:00:: 2 4
-american%3:01:01:: 1 117
-american_dream%1:12:00:: 1 1
-american_revolution%1:04:00:: 1 1
-americana%1:06:00:: 1 3
-americanism%1:07:00:: 1 1
-amethystine_python%1:05:00:: 1 4
-amiable%5:00:00:friendly:01 2 1
-amiable%5:00:00:good-natured:00 1 1
-amicable%3:00:00:: 1 1
-amicus_curiae%1:18:00:: 1 3
-amino_acid%1:27:00:: 1 1
-aminomethane%1:27:00:: 1 1
-amiss%5:00:00:malfunctioning:00 1 1
-amity%1:07:00:: 1 1
-ammo%1:06:00:: 1 3
-ammoniac%1:27:00:: 1 1
-ammonium_ion%1:27:00:: 1 1
-ammunition%1:06:00:: 1 11
-amoral%3:00:00:: 1 2
-amorist%1:18:00:: 1 1
-amorous%5:00:01:loving:00 1 1
-amorphous%5:00:00:unformed:00 1 4
-amount%1:03:00:: 3 20
-amount%1:07:00:: 2 39
-amount%1:09:00:: 4 6
-amount%1:21:00:: 1 40
-amount%2:42:00:: 3 4
-amount%2:42:01:: 2 4
-amount%2:42:03:: 1 10
-amount_of_money%1:21:00:: 1 1
-amp%1:23:00:: 1 4
-amphibology%1:10:00:: 1 1
-ample%3:00:00:: 1 8
-ample%5:00:00:abundant:00 2 2
-amplification%1:04:02:: 1 1
-amplifier%1:06:00:: 1 1
-amplify%2:30:00:: 1 4
-amplitude%1:11:00:: 1 6
-amply%4:02:00:: 1 2
-amputate%2:35:00:: 1 2
-amsterdam%1:15:00:: 1 2
-amulet%1:06:00:: 1 1
-amuse%2:32:00:: 2 1
-amuse%2:41:00:: 1 6
-amused%5:00:00:pleased:00 1 1
-amusement%1:04:00:: 2 1
-amusement%1:12:00:: 1 3
-amusing%5:00:00:entertaining:00 1 7
-anabaptist%1:18:00:: 1 2
-anachronism%1:06:00:: 2 1
-anachronism%1:28:00:: 1 1
-anachronistically%4:02:00:: 1 1
-anaconda%1:05:00:: 1 18
-anaerobic%3:00:00:: 1 1
-anaesthesia%1:26:00:: 1 1
-analeptic%5:00:00:stimulative:00 1 2
-analogous%5:00:00:similar:00 1 6
-analogously%4:02:00:: 1 1
-analogue%1:07:00:: 1 1
-analogue_computer%1:06:00:: 1 1
-analogy%1:04:00:: 3 2
-analogy%1:07:00:: 1 5
-analogy%1:09:00:: 2 2
-analyse%2:31:00:: 1 2
-analysis%1:04:00:: 1 45
-analysis%1:09:00:: 2 5
-analysis%1:10:00:: 3 2
-analyst%1:18:00:: 1 9
-analytic%3:00:03:: 2 3
-analytic%3:01:00:: 1 10
-analytical%3:00:03:: 1 1
-analytical_cubism%1:14:00:: 1 5
-analytically%4:02:00:: 1 1
-analyticity%1:07:00:: 1 1
-analyze%2:31:00:: 1 21
-analyze%2:31:01:: 2 2
-analyzer%1:06:00:: 1 1
-anaplasmosis%1:26:00:: 1 1
-anarchist%1:18:00:: 1 1
-anarchy%1:26:00:: 1 2
-anastomosis%1:08:00:: 1 7
-anastomotic%3:01:00:: 1 1
-anatomic%3:01:00:: 1 1
-anatomical%1:10:00:: 1 2
-anatomical%3:01:00:: 1 7
-anatomically%4:02:00:: 1 2
-anatomy%1:04:00:: 3 1
-anatomy%1:08:00:: 2 2
-anatomy%1:09:00:: 1 4
-ancestor%1:18:00:: 1 2
-ancestral%5:00:00:inheritable:00 1 5
-ancestry%1:14:00:: 1 3
-anchor%1:06:00:: 1 3
-anchor%1:09:00:: 2 1
-anchor%2:35:00:: 2 3
-anchor%2:35:01:: 1 3
-ancient%5:00:00:old:02 2 5
-ancient%5:00:00:past:00 1 5
-ancient%5:00:01:old:01 3 5
-anciently%4:02:00:: 1 1
-ancistrodon%1:05:00:: 1 1
-and_others%4:02:00:: 1 5
-and_so_forth%4:02:00:: 1 4
-and_so_on%4:02:00:: 1 9
-and_then%4:02:00:: 1 76
-andean%3:01:00:: 1 1
-andrena%1:05:00:: 1 8
-anecdote%1:10:00:: 1 8
-anemia%1:26:00:: 1 5
-anemic%5:00:00:weak:00 1 1
-anesthetized%5:00:00:insensible:00 1 1
-anew%4:02:00:: 1 3
-angel%1:18:00:: 1 8
-angelic%5:00:00:good:02 1 2
-anger%1:12:00:: 1 22
-anger%1:26:00:: 2 1
-anger%2:37:00:: 1 1
-angle%1:09:00:: 2 2
-angle%1:25:00:: 1 10
-angle%2:38:01:: 1 2
-angle_of_extinction%1:25:00:: 1 1
-anglican%1:18:00:: 1 2
-anglican%3:01:00:: 1 8
-anglican_church%1:14:00:: 1 2
-anglo-american%1:18:00:: 1 3
-anglo-jewish%3:01:00:: 1 1
-anglo-saxon%1:18:00:: 1 2
-anglo-saxon%3:01:00:: 1 1
-anglophilia%1:12:00:: 1 1
-angrily%4:02:00:: 1 6
-angry%3:00:00:: 1 17
-angry%5:00:00:stormy:00 2 1
-angst%1:12:00:: 1 2
-anguish%1:12:02:: 1 4
-anguish%1:26:00:: 2 2
-anguished%5:00:00:sorrowful:00 1 1
-angular%3:00:00:: 2 1
-angular%3:01:00:: 1 1
-anhydrous%3:00:00:: 1 1
-animal%1:03:00:: 1 67
-animal%5:00:00:physical:00 1 1
-animallike%5:00:00:animal:00 1 3
-animate%2:37:00:: 1 1
-animate%3:00:02:: 1 1
-animated%3:00:00:: 1 2
-animize%2:30:00:: 1 1
-animosity%1:12:00:: 1 1
-anion%1:17:00:: 1 2
-anionic%1:27:00:: 1 7
-anionic%3:01:00:: 1 2
-ankle%1:08:00:: 1 7
-ankle-deep%5:00:00:shallow:01 1 1
-annihilate%2:30:00:: 1 1
-annihilating%5:00:00:destructive:00 1 1
-annihilation%1:04:00:: 1 2
-annihilation%1:11:00:: 2 1
-anniversary%1:28:00:: 1 5
-announce%2:32:00:: 1 74
-announce%2:32:01:: 4 2
-announce%2:32:02:: 2 13
-announce%2:32:07:: 3 2
-announcement%1:10:00:: 2 3
-announcement%1:10:01:: 1 4
-annoy%2:37:00:: 1 5
-annoyance%1:12:00:: 2 1
-annoyance%1:26:00:: 1 3
-annoyed%5:00:00:displeased:00 1 3
-annoying%5:00:00:disagreeable:00 1 1
-annual%3:00:00:: 2 1
-annual%3:01:00:: 1 21
-annually%4:02:00:: 1 4
-anode%1:06:00:: 1 66
-anomalous%5:00:00:abnormal:00 1 1
-anomic%5:00:00:unoriented:00 1 1
-anomie%1:26:00:: 1 1
-anonymity%1:26:00:: 1 1
-anonymous%3:00:00:: 1 7
-anonymous%5:00:00:faceless:00 2 1
-anorexia%1:26:00:: 1 1
-another%5:00:00:added:00 2 26
-another%5:00:00:other:00 1 51
-another%5:00:01:other:00 3 3
-answer%1:10:00:: 3 12
-answer%1:10:01:: 1 29
-answer%1:10:02:: 2 21
-answer%2:31:00:: 3 7
-answer%2:31:02:: 2 7
-answer%2:31:03:: 4 5
-answer%2:32:00:: 1 63
-answer%2:32:06:: 5 4
-answering%5:00:00:responsive:00 1 1
-ant%1:05:00:: 1 6
-antagonise%2:41:00:: 1 1
-antagonism%1:07:00:: 1 6
-antagonist%1:18:00:: 1 10
-antagonistic%5:00:00:hostile:01 2 1
-antagonistic%5:00:00:negative:02 1 1
-antagonize%2:37:00:: 1 2
-antares%1:17:00:: 1 1
-anteater%1:05:04:: 1 1
-antebellum%5:00:00:nonmodern:00 1 1
-antecedent%1:11:00:: 2 1
-antecedent%1:18:00:: 1 1
-antelope%1:05:00:: 1 6
-antenna%1:06:00:: 1 14
-antenna%1:07:00:: 2 2
-anterior%1:08:00:: 1 1
-anterior%3:00:00:: 1 3
-anthill%1:17:00:: 1 1
-anthropologist%1:18:00:: 1 3
-anthropology%1:09:00:: 1 2
-anthropomorphic%5:00:00:human:00 1 1
-anti%3:00:00:: 2 7
-anti%5:00:00:counteractive:00 1 16
-anti-catholicism%1:09:00:: 1 1
-anti-intellectual%5:00:00:nonintellectual:00 1 1
-anti-semite%1:18:00:: 1 5
-anti-semitic%3:01:00:: 1 4
-anti-semitism%1:09:00:: 1 22
-antibiotic%3:01:00:: 1 1
-antibody%1:27:00:: 1 17
-antic%5:00:00:strange:00 1 1
-anticipate%2:30:00:: 6 1
-anticipate%2:31:00:: 1 8
-anticipate%2:31:01:: 3 4
-anticipate%2:32:00:: 4 3
-anticipate%2:37:00:: 5 2
-anticipate%2:41:00:: 2 5
-anticipated%5:00:00:expected:00 1 5
-anticipation%1:09:00:: 3 2
-anticipation%1:09:01:: 2 4
-anticipation%1:12:00:: 1 4
-anticipation%1:17:00:: 4 1
-anticoagulation%1:04:00:: 1 1
-antigen%1:27:00:: 1 11
-antipathy%1:12:00:: 1 2
-antique%5:00:00:old:01 1 2
-antique%5:00:00:unfashionable:00 2 2
-antiquity%1:28:00:: 1 1
-antiredeposition%1:22:00:: 1 1
-antiseptic%3:00:00:: 1 1
-antiseptic%5:00:00:incorrupt:00 2 1
-antiserum%1:08:00:: 1 6
-antithesis%1:24:00:: 1 1
-antithetical%5:00:00:different:00 1 1
-antithyroid%3:01:00:: 1 6
-antitrust%5:00:00:fair:03 1 1
-antitrust_case%1:04:00:: 1 1
-anvil%1:06:00:: 1 1
-anxiety%1:12:00:: 2 9
-anxiety%1:26:00:: 1 20
-anxious%5:00:00:eager:00 2 3
-anxious%5:00:00:uneasy:00 1 11
-anxiously%4:02:00:: 1 7
-any%4:02:00:: 1 4
-any%5:00:00:immoderate:00 1 6
-any%5:00:00:some(a):00 2 47
-any_longer%4:02:01:: 1 1
-anyhow%4:02:00:: 1 14
-anymore%4:02:01:: 1 11
-anyway%4:02:00:: 1 16
-anywhere%4:02:00:: 1 9
-aorta%1:08:00:: 1 3
-apache%1:18:00:: 1 2
-apart%4:02:01:: 2 10
-apart%4:02:03:: 1 18
-apart%4:02:07:: 3 1
-apart%5:00:00:unconnected:00 1 1
-apartment%1:06:00:: 1 32
-apartment_building%1:06:00:: 1 3
-apartment_house%1:06:00:: 1 1
-ape%1:05:00:: 1 1
-aperture%1:06:01:: 1 1
-apex%1:15:00:: 1 3
-apiece%4:02:00:: 1 2
-aplomb%1:07:00:: 1 1
-apocalyptic%5:00:00:prophetic:00 1 1
-apocryphal%5:00:00:questionable:00 1 1
-apogee%1:28:00:: 1 1
-apologetic%3:00:00:: 1 1
-apologetically%4:02:00:: 1 3
-apologia%1:10:01:: 1 1
-apologist%1:18:00:: 1 1
-apologize%2:32:00:: 1 3
-apology%1:10:00:: 1 2
-apostolic%3:01:00:: 1 4
-apothecary%1:18:00:: 1 3
-appalling%1:11:00:: 1 1
-appalling%5:00:00:alarming:00 1 4
-apparatus%1:06:00:: 1 22
-apparent%5:00:00:obvious:00 1 19
-apparent%5:00:00:superficial:00 2 8
-apparent%5:00:00:visible:00 3 5
-apparently%4:02:00:: 1 52
-apparition%1:18:00:: 1 1
-appeal%1:04:00:: 3 8
-appeal%1:07:00:: 2 8
-appeal%1:10:00:: 1 9
-appeal%2:32:00:: 2 2
-appeal%2:37:00:: 3 1
-appeal%2:41:00:: 1 4
-appeal_board%1:14:00:: 1 7
-appeal_to%2:32:00:: 1 9
-appealing%3:00:00:: 1 3
-appealing%3:00:02:: 2 1
-appear%2:30:00:: 2 102
-appear%2:30:01:: 3 22
-appear%2:30:02:: 5 7
-appear%2:36:00:: 6 2
-appear%2:39:00:: 1 121
-appear%2:39:01:: 4 14
-appear%2:41:03:: 7 1
-appearance%1:04:00:: 5 1
-appearance%1:04:01:: 3 2
-appearance%1:07:00:: 1 19
-appearance%1:09:00:: 4 1
-appearance%1:11:00:: 2 4
-appease%2:32:00:: 3 1
-appease%2:34:00:: 2 1
-appease%2:37:00:: 1 2
-append%2:35:01:: 1 1
-appendix%1:10:00:: 1 6
-appetite%1:12:00:: 1 5
-applaud%2:32:00:: 2 4
-applaud%2:32:01:: 1 5
-applause%1:10:00:: 1 9
-apple%1:13:00:: 1 1
-apple_tree%1:20:00:: 1 3
-applejack%1:13:00:: 1 1
-applicability%1:24:00:: 1 2
-applicable%5:00:00:relevant:00 1 6
-applicant%1:18:00:: 1 13
-application%1:04:02:: 1 17
-application%1:04:03:: 3 4
-application%1:10:00:: 2 8
-application_form%1:10:00:: 1 1
-applicator%1:06:00:: 1 1
-applied%3:44:00:: 1 1
-apply%2:32:00:: 4 13
-apply%2:32:01:: 10 1
-apply%2:34:00:: 1 45
-apply%2:35:00:: 5 11
-apply%2:40:00:: 7 2
-apply%2:41:01:: 8 1
-apply%2:41:05:: 3 14
-apply%2:41:06:: 9 1
-apply%2:42:00:: 2 29
-apply%2:42:01:: 6 4
-appoint%2:41:00:: 2 8
-appoint%2:41:01:: 1 13
-appointed%3:00:02:: 1 2
-appointed%5:00:00:assigned:00 2 2
-appointed%5:00:00:furnished:00 4 1
-appointed%5:00:00:settled:02 3 1
-appointee%1:18:00:: 1 2
-appointee%1:18:01:: 2 2
-appointment%1:04:00:: 1 6
-appointment%1:06:00:: 3 1
-appointment%1:14:00:: 2 1
-apportion%2:40:01:: 1 3
-appraisal%1:09:00:: 1 1
-appraise%2:31:01:: 1 2
-appraiser%1:18:01:: 1 1
-appreciable%5:00:00:considerable:00 1 4
-appreciably%4:02:01:: 1 6
-appreciate%2:31:00:: 2 11
-appreciate%2:37:00:: 1 12
-appreciate%2:40:00:: 3 5
-appreciated%5:00:00:rewarding:00 1 1
-appreciation%1:04:00:: 4 1
-appreciation%1:04:01:: 5 1
-appreciation%1:09:00:: 1 7
-appreciation%1:09:01:: 2 2
-appreciation%1:10:00:: 3 1
-appreciative%5:00:00:grateful:00 1 1
-apprehend%2:31:00:: 1 2
-apprehend%2:35:00:: 2 1
-apprehension%1:09:00:: 2 3
-apprehension%1:12:00:: 1 5
-apprentice%1:18:00:: 1 10
-apprentice%2:31:00:: 1 1
-apprenticeship%1:04:00:: 1 1
-approach%1:04:00:: 2 9
-approach%1:04:02:: 1 29
-approach%1:06:00:: 3 2
-approach%2:32:00:: 5 6
-approach%2:38:00:: 1 46
-approach%2:38:01:: 4 6
-approach%2:41:00:: 3 6
-approach%2:42:00:: 2 9
-approachable%5:00:00:comprehensible:00 1 1
-approaching%5:00:00:moving:02 1 1
-appropriate%2:31:00:: 1 11
-appropriate%2:40:00:: 2 1
-appropriate%3:00:00:: 1 29
-appropriate%5:00:00:congruous:00 3 1
-appropriate%5:00:00:expedient:00 2 3
-appropriately%4:02:00:: 1 2
-appropriation%1:21:00:: 1 3
-approval%1:04:02:: 1 11
-approval%1:12:00:: 2 3
-approval%1:26:00:: 3 1
-approve%2:31:00:: 2 7
-approve%2:32:00:: 1 27
-approved%5:00:00:authorized:00 1 4
-approvingly%4:02:00:: 1 2
-approximate%2:31:00:: 2 2
-approximate%2:42:00:: 1 5
-approximate%5:00:00:inexact:00 1 3
-approximately%4:02:00:: 1 26
-approximation%1:07:00:: 2 1
-approximation%1:09:00:: 1 3
-april%1:28:00:: 1 22
-apron%1:06:00:: 1 3
-apt%5:00:00:inclined(p):02 3 6
-aptitude%1:09:00:: 1 3
-aqueous%3:01:00:: 1 14
-arabian_sea%1:17:00:: 1 1
-arable%5:00:00:productive:00 1 1
-arbitrarily%4:02:00:: 1 3
-arbitrary%3:00:00:: 1 8
-arbitrate%2:32:00:: 1 1
-arboreal%3:01:00:: 1 1
-arc%1:19:00:: 1 37
-arc%1:25:00:: 2 6
-arch%1:08:00:: 2 1
-arch%1:25:00:: 1 1
-arch%2:38:00:: 1 3
-arch%5:00:00:important:00 1 1
-archaeologist%1:18:00:: 1 1
-archaize%2:30:00:: 1 1
-archangel%1:18:00:: 1 1
-archbishop%1:18:00:: 1 5
-arched%3:01:00:: 1 1
-arched%5:00:00:curved:00 2 1
-archeological%3:01:00:: 1 1
-arching%5:00:00:curved:00 1 1
-architect%1:18:00:: 1 9
-architectural%3:01:00:: 1 4
-architecture%1:04:00:: 3 1
-architecture%1:06:00:: 1 3
-architecture%1:09:00:: 2 1
-archives%1:10:00:: 1 1
-arctic%1:15:00:: 1 2
-arctic%5:00:00:polar:00 1 1
-arctic_circle%1:15:00:: 1 1
-arcus_senilis%1:08:00:: 1 1
-ardent%5:00:00:passionate:00 1 1
-ardor%1:12:01:: 1 3
-arduous%5:00:00:effortful:00 1 1
-area%1:06:00:: 5 8
-area%1:07:00:: 6 5
-area%1:08:00:: 3 20
-area%1:09:00:: 2 27
-area%1:15:01:: 1 146
-area%1:26:00:: 4 9
-areaway%1:06:00:: 1 1
-arena%1:26:00:: 1 1
-argive%3:01:00:: 1 1
-argon%1:27:00:: 1 7
-argot%1:10:00:: 1 1
-argue%2:32:00:: 2 17
-argue%2:32:02:: 1 34
-arguing%5:00:00:argumentative:00 1 1
-argument%1:10:00:: 3 2
-argument%1:10:01:: 4 1
-argument%1:10:02:: 1 22
-argument%1:10:03:: 2 21
-argumentative%3:00:00:: 1 1
-arianism%1:09:00:: 1 1
-arianist%1:18:00:: 1 2
-aridity%1:07:00:: 1 1
-arise%2:30:00:: 4 7
-arise%2:38:00:: 3 8
-arise%2:38:04:: 5 1
-arise%2:42:00:: 1 29
-arise%2:42:01:: 2 9
-aristocracy%1:14:01:: 1 2
-aristocracy%1:14:02:: 2 1
-aristocratic%5:00:01:noble:02 1 1
-aristotelian%3:01:00:: 1 1
-aristotle%1:18:00:: 1 4
-arithmetic%1:09:00:: 1 4
-arizona%1:15:00:: 1 1
-arkansas%1:15:00:: 1 4
-arm%1:06:01:: 3 1
-arm%1:06:02:: 4 1
-arm%1:06:03:: 2 3
-arm%1:08:00:: 1 104
-arm%2:33:00:: 1 4
-arm%2:40:00:: 2 1
-arm's_length%1:07:00:: 1 1
-armadillo%1:05:00:: 1 2
-armament%1:06:00:: 1 1
-armchair%1:06:00:: 1 3
-armchair%5:00:00:impractical:00 1 1
-armed%3:00:01:: 1 10
-armed_forces%1:14:00:: 1 6
-armed_service%1:14:00:: 1 1
-armful%1:23:00:: 1 1
-armoire%1:06:00:: 1 1
-armor%1:06:00:: 1 2
-armored%3:00:01:: 1 2
-armpit%1:08:00:: 1 2
-arms%1:06:00:: 1 11
-army%1:14:00:: 1 61
-army%1:14:01:: 2 2
-aroma%1:07:00:: 1 1
-around%4:02:00:: 9 1
-around%4:02:01:: 1 26
-around%4:02:03:: 5 2
-around%4:02:04:: 3 12
-around%4:02:05:: 2 13
-around%4:02:06:: 4 6
-around%4:02:07:: 8 1
-around%4:02:08:: 7 1
-around%4:02:09:: 6 1
-arousal%1:04:00:: 1 1
-arouse%2:29:00:: 4 2
-arouse%2:29:01:: 5 2
-arouse%2:29:05:: 2 3
-arouse%2:36:00:: 3 2
-arouse%2:37:00:: 1 14
-arouse%2:38:00:: 6 1
-aroused%5:00:00:awakened:00 1 1
-aroused%5:00:00:excited:00 2 1
-arraign%2:32:00:: 2 1
-arraign%2:41:00:: 1 1
-arrange%2:29:00:: 6 2
-arrange%2:32:04:: 3 7
-arrange%2:35:00:: 2 13
-arrange%2:36:02:: 5 2
-arrange%2:36:03:: 4 3
-arrange%2:36:04:: 1 13
-arranged%3:00:00:: 1 2
-arrangement%1:04:02:: 4 3
-arrangement%1:06:00:: 7 1
-arrangement%1:07:00:: 5 2
-arrangement%1:09:00:: 3 4
-arrangement%1:09:01:: 1 13
-arrangement%1:10:00:: 6 1
-arrangement%1:14:00:: 2 4
-array%1:10:00:: 2 1
-array%1:14:00:: 1 4
-array%2:35:00:: 1 1
-arrest%1:04:00:: 1 5
-arrest%2:33:00:: 2 2
-arrest%2:35:00:: 1 20
-arrest%2:35:01:: 3 1
-arrival%1:04:00:: 1 4
-arrival%1:04:01:: 2 3
-arrival%1:18:00:: 3 1
-arrive%2:38:00:: 1 52
-arrive_at%2:38:00:: 1 20
-arrogance%1:07:00:: 1 1
-arrogant%5:00:00:proud:00 1 1
-arrogantly%4:02:00:: 1 1
-arrogate%2:40:02:: 1 1
-arrow%1:06:00:: 2 3
-arrow%1:10:00:: 1 17
-arroyo%1:17:00:: 1 3
-arsenic%1:27:01:: 1 1
-art%1:04:00:: 2 15
-art%1:06:00:: 1 49
-art%1:09:00:: 3 7
-art%1:10:00:: 4 3
-art_editor%1:18:00:: 1 1
-art_school%1:06:00:: 1 6
-art_student%1:18:00:: 1 1
-art_teacher%1:18:00:: 1 1
-arterial%3:01:00:: 1 6
-arteriolar%3:01:00:: 1 4
-arteriole%1:08:00:: 1 2
-arteriolosclerosis%1:26:00:: 1 2
-arteriosclerosis_obliterans%1:26:00:: 1 1
-artery%1:08:00:: 1 5
-artfully%4:02:00:: 1 1
-arthritis%1:26:00:: 1 2
-article%1:03:00:: 2 6
-article%1:10:00:: 1 14
-article%1:10:02:: 3 1
-articulate%2:32:00:: 3 1
-articulate%2:32:02:: 2 1
-articulate%2:40:00:: 1 1
-articulate%3:00:00:: 1 1
-articulation%1:10:00:: 1 1
-artifact%1:03:00:: 1 1
-artifice%1:04:00:: 1 1
-artificial%3:00:00:: 1 4
-artificial%5:00:00:affected:01 2 2
-artificial_lake%1:06:00:: 1 1
-artificially%4:02:00:: 1 2
-artillery%1:06:00:: 1 8
-artillery%1:10:00:: 3 1
-artillery%1:14:00:: 2 3
-artillery_fire%1:04:00:: 1 1
-artilleryman%1:18:00:: 1 1
-artisan%1:18:00:: 1 1
-artist%1:18:00:: 1 44
-artistic%3:01:00:: 1 18
-artistic%5:00:00:aesthetic:00 2 3
-artistically%4:02:00:: 1 1
-artistry%1:09:00:: 1 1
-arts%1:09:00:: 1 5
-arty%5:00:00:pretentious:00 1 1
-as%4:02:00:: 1 30
-as_a_group%4:02:00:: 1 1
-as_a_matter_of_fact%4:02:00:: 1 4
-as_a_whole%5:00:00:general:00 1 4
-as_an_alternative%4:02:00:: 1 1
-as_expected%4:02:00:: 1 1
-as_far_as_possible%4:02:01:: 1 1
-as_follows%4:02:00:: 1 14
-as_good_as%5:00:00:equal:00 1 3
-as_it_is%4:02:00:: 1 2
-as_it_were%4:02:00:: 1 4
-as_many%5:00:00:equal:00 1 5
-as_much_as_possible%4:02:00:: 1 3
-as_needed%4:02:00:: 1 1
-as_required%4:02:00:: 1 3
-as_such%4:02:00:: 1 12
-as_to%5:00:00:related:02 1 1
-as_usual%4:02:00:: 1 4
-as_we_say%4:02:00:: 1 1
-as_well%4:02:01:: 1 34
-as_yet%4:02:00:: 1 9
-ascend%2:38:02:: 1 3
-ascendancy%1:26:00:: 1 1
-ascending%3:00:00:: 1 2
-ascertain%2:31:00:: 2 1
-ascertain%2:32:01:: 1 4
-ascertainable%5:00:00:determinable:00 1 1
-ascribe%2:31:00:: 1 3
-ascribe%2:40:00:: 2 1
-ash%1:20:00:: 2 1
-ash%1:27:01:: 1 2
-ashamed%3:00:00:: 1 5
-ashen%5:00:00:colorless:02 1 2
-ashore%4:02:00:: 1 2
-asia%1:17:00:: 1 5
-asia_minor%1:15:00:: 1 2
-aside%4:02:00:: 1 7
-aside%4:02:01:: 2 5
-aside%4:02:04:: 3 4
-ask%2:32:00:: 1 244
-ask%2:32:01:: 2 165
-ask%2:32:02:: 3 16
-ask%2:32:04:: 5 1
-ask%2:32:05:: 4 2
-ask_for%2:37:00:: 1 4
-ask_out%2:41:00:: 1 1
-asleep%3:00:00:: 1 9
-asleep%4:02:00:: 1 1
-aspect%1:07:02:: 2 18
-aspect%1:09:00:: 1 24
-aspect%1:09:01:: 3 2
-asphalt%1:27:02:: 1 1
-aspirant%1:18:00:: 1 1
-aspiration%1:07:00:: 1 2
-aspire%2:31:00:: 1 2
-aspirin%1:06:00:: 1 1
-aspiring%5:00:00:hopeful:00 1 1
-ass%1:08:00:: 1 3
-ass%1:18:00:: 2 1
-assail%2:33:00:: 1 6
-assassin%1:18:00:: 1 6
-assault%1:04:00:: 1 6
-assault%1:04:01:: 2 1
-assault%2:33:00:: 1 7
-assay%1:09:00:: 1 1
-assay%2:31:00:: 1 1
-assemblage%1:04:00:: 3 1
-assemblage%1:06:00:: 2 1
-assemblage%1:14:00:: 1 2
-assemble%2:36:00:: 1 15
-assemble%2:41:00:: 2 13
-assemble%2:41:03:: 3 1
-assembled%5:00:01:concentrated:00 1 1
-assembly%1:04:01:: 2 3
-assembly%1:06:00:: 1 3
-assembly%1:06:01:: 3 1
-assembly_line%1:06:00:: 1 1
-assent%1:10:00:: 1 5
-assent%2:32:00:: 1 3
-assert%2:31:00:: 4 1
-assert%2:32:00:: 2 6
-assert%2:32:01:: 1 22
-assert%2:41:00:: 3 2
-assert_oneself%2:41:00:: 1 4
-assertion%1:10:00:: 1 2
-assertion%1:10:01:: 2 1
-assertive%3:00:00:: 1 1
-assertiveness%1:07:00:: 1 1
-assess%2:31:00:: 1 14
-assessment%1:09:00:: 1 4
-assessor%1:18:00:: 1 2
-asset%1:07:00:: 2 1
-asset%1:21:00:: 1 2
-assiduity%1:07:00:: 1 1
-assign%2:31:00:: 4 7
-assign%2:31:02:: 3 7
-assign%2:34:00:: 5 1
-assign%2:40:01:: 2 15
-assign%2:41:00:: 1 15
-assigned%3:00:00:: 1 1
-assignee%1:18:00:: 1 2
-assigning%1:04:00:: 1 1
-assignment%1:04:00:: 1 7
-assignment%1:04:02:: 3 2
-assignment%1:10:02:: 2 3
-assimilate%2:30:00:: 2 2
-assimilate%2:30:01:: 3 1
-assimilate%2:31:00:: 1 2
-assimilation%1:04:00:: 1 1
-assist%1:04:00:: 2 1
-assist%1:04:01:: 1 1
-assist%2:41:00:: 2 4
-assist%2:41:02:: 1 21
-assistance%1:04:00:: 1 28
-assistance%1:07:00:: 2 3
-assistant%1:18:00:: 1 7
-assistant%5:00:00:subordinate:01 1 4
-associate%1:18:00:: 1 7
-associate%2:31:00:: 1 25
-associate%2:41:00:: 3 1
-associate%2:41:02:: 2 3
-associate_professor%1:18:00:: 1 1
-associated%5:00:00:related:02 1 11
-association%1:04:00:: 2 6
-association%1:09:00:: 4 3
-association%1:14:00:: 1 10
-association%1:26:00:: 5 1
-association%1:26:02:: 3 3
-assorted%5:00:00:heterogeneous:00 1 1
-assortment%1:14:00:: 1 1
-assume%2:30:00:: 3 13
-assume%2:31:00:: 1 68
-assume%2:38:00:: 5 3
-assume%2:40:01:: 4 6
-assume%2:41:00:: 2 13
-assumed%5:00:00:acknowledged:00 1 1
-assumption%1:04:00:: 3 1
-assumption%1:09:00:: 2 13
-assumption%1:10:00:: 1 15
-assurance%1:09:00:: 1 11
-assurance%1:10:00:: 3 1
-assurance%1:10:01:: 2 1
-assure%2:31:00:: 4 6
-assure%2:32:00:: 2 9
-assure%2:32:01:: 3 9
-assure%2:32:02:: 6 1
-assure%2:32:03:: 1 20
-assure%2:37:00:: 5 2
-assured%5:00:00:confident:00 1 2
-assured%5:00:00:secure:02 2 1
-assuredly%4:02:00:: 1 3
-assyrian%1:10:00:: 2 1
-assyrian%1:18:00:: 1 1
-assyriology%1:09:00:: 1 1
-asterisk%1:10:00:: 1 2
-asteroidal%3:01:00:: 1 1
-astonish%2:31:00:: 1 1
-astonished%5:00:00:surprised:00 1 4
-astonishing%5:00:00:surprising:00 1 4
-astonishingly%4:02:00:: 1 2
-astonishment%1:12:00:: 1 8
-astound%2:31:00:: 1 3
-astounding%5:00:00:incredible:00 1 1
-astral%3:01:00:: 1 1
-astray%4:02:00:: 1 1
-astride%4:02:00:: 1 2
-astringent%5:00:00:sour:00 1 1
-astronomical%3:01:00:: 1 1
-astronomical%5:00:00:large:00 2 1
-astronomical_unit%1:23:00:: 1 1
-astronomy%1:09:00:: 1 1
-astrophysics%1:09:00:: 1 1
-astute%5:00:00:smart:00 1 1
-asymmetric%3:00:00:: 1 2
-asymmetrically%4:02:00:: 1 2
-asymmetry%1:07:00:: 1 1
-asymptotic%3:01:00:: 1 1
-asymptotically%4:02:00:: 1 1
-asynchrony%1:24:00:: 1 2
-at-bat%1:04:00:: 1 1
-at_a_loss%5:00:00:perplexed:00 1 1
-at_a_time%4:02:00:: 1 8
-at_all%4:02:00:: 1 81
-at_any_rate%4:02:00:: 1 4
-at_arm's_length%4:02:00:: 1 1
-at_bay%5:00:00:unfree:00 1 4
-at_best%4:02:00:: 1 4
-at_birth%4:02:00:: 1 3
-at_close_range%4:02:00:: 1 1
-at_ease%3:00:02:: 2 1
-at_ease%3:00:04:: 1 1
-at_ease%4:02:00:: 1 1
-at_first%4:02:00:: 1 23
-at_first_glance%4:02:00:: 1 3
-at_first_sight%4:02:00:: 1 2
-at_hand%5:00:01:close:01 2 4
-at_hand%5:00:02:close:01 1 5
-at_heart%4:02:00:: 1 2
-at_home%1:14:00:: 1 1
-at_home%4:02:01:: 1 1
-at_home%5:00:00:settled:01 1 2
-at_issue%5:00:00:relevant:00 1 2
-at_large%4:02:00:: 1 3
-at_large%5:00:00:free:00 2 1
-at_large%5:00:01:general:00 1 2
-at_last%4:02:00:: 1 44
-at_least%4:02:00:: 2 57
-at_least%4:02:01:: 1 60
-at_length%4:02:01:: 1 4
-at_most%4:02:00:: 1 2
-at_odds%5:00:00:inconsistent:00 1 1
-at_once%4:02:00:: 1 24
-at_once%4:02:03:: 2 9
-at_one_time%4:02:00:: 1 2
-at_present%4:02:00:: 1 8
-at_random%4:02:00:: 1 1
-at_rest%4:02:00:: 1 2
-at_rest%5:00:00:nonmoving:00 1 1
-at_sea%5:00:00:afloat(p):00 2 2
-at_the_least%4:02:00:: 1 2
-at_the_most%4:02:00:: 1 1
-at_the_same_time%4:02:03:: 1 23
-at_the_same_time%4:02:05:: 2 8
-at_the_same_time%5:00:00:synchronous:00 1 8
-at_the_start%4:02:00:: 1 3
-at_times%4:02:00:: 1 15
-at_work%5:00:00:busy:00 1 3
-at_work%5:00:00:operative:00 2 1
-at_worst%4:02:00:: 1 1
-athabascan%1:10:00:: 1 14
-atheist%1:18:00:: 1 1
-atheistic%5:00:00:irreligious:00 1 1
-athens%1:15:00:: 1 1
-atheromatous%3:01:00:: 1 1
-athlete%1:18:00:: 1 7
-athletic%3:01:00:: 1 3
-athletic%5:00:00:active:01 2 1
-athleticism%1:07:00:: 1 1
-athletics%1:04:00:: 1 1
-atlanta%1:04:00:: 2 1
-atlanta%1:15:00:: 1 7
-atlantic%1:17:00:: 1 3
-atlantic%3:01:00:: 1 1
-atlantic_ocean%1:17:00:: 1 1
-atm%1:23:00:: 1 1
-atmosphere%1:15:00:: 3 7
-atmosphere%1:17:00:: 5 4
-atmosphere%1:23:00:: 2 7
-atmosphere%1:26:00:: 4 5
-atmosphere%1:26:01:: 1 18
-atmospheric%3:01:00:: 1 1
-atom%1:27:00:: 1 19
-atom_bomb%1:06:00:: 1 1
-atomic%3:00:00:: 2 1
-atomic%3:01:00:: 1 4
-atomic_bomb%1:06:00:: 1 2
-atomic_energy_commission%1:14:00:: 1 1
-atomic_physics%1:09:00:: 1 1
-atomlike%5:00:00:microscopic:00 1 1
-atonally%4:02:00:: 1 1
-atone%2:41:12:: 1 1
-atop%4:02:00:: 1 1
-atrociously%4:02:00:: 1 1
-atrophic%3:01:00:: 1 3
-atrophied%3:00:00:: 1 1
-atrophy%1:26:00:: 1 4
-attach%2:35:00:: 3 3
-attach%2:35:01:: 1 22
-attach%2:35:02:: 2 4
-attach_to%2:42:01:: 1 3
-attached%5:00:00:connected:00 1 2
-attached%5:00:00:related:02 2 1
-attachment%1:06:00:: 2 1
-attachment%1:12:00:: 1 1
-attack%1:04:00:: 1 17
-attack%1:04:01:: 6 1
-attack%1:04:02:: 5 1
-attack%1:04:03:: 4 1
-attack%1:04:04:: 2 3
-attack%1:10:00:: 3 2
-attack%2:30:00:: 5 1
-attack%2:32:00:: 2 9
-attack%2:33:00:: 1 22
-attack%2:33:01:: 3 8
-attack%2:33:02:: 4 4
-attack%5:00:00:offensive:03 1 1
-attack_aircraft_carrier%1:06:00:: 1 1
-attacker%1:18:00:: 1 3
-attain%2:38:00:: 2 6
-attain%2:41:00:: 1 16
-attained%5:00:00:earned:00 1 1
-attainment%1:04:00:: 1 1
-attainment%1:04:01:: 2 1
-attempt%1:04:00:: 1 49
-attempt%1:04:02:: 2 2
-attempt%2:36:00:: 2 15
-attempt%2:41:00:: 1 50
-attempted%5:00:00:unsuccessful:00 1 2
-attend%2:39:00:: 5 1
-attend%2:41:00:: 4 1
-attend%2:41:12:: 2 2
-attend%2:42:00:: 1 84
-attend%2:42:01:: 3 1
-attend_to%2:31:00:: 1 1
-attendance%1:04:00:: 1 2
-attendant%1:18:00:: 1 3
-attendant%5:00:00:related:02 1 2
-attention%1:04:01:: 2 10
-attention%1:04:02:: 4 4
-attention%1:07:00:: 6 1
-attention%1:09:00:: 1 56
-attention%1:09:01:: 5 2
-attention%1:09:02:: 3 4
-attentive%3:00:00:: 1 2
-attentively%4:02:00:: 1 1
-attest%2:32:00:: 2 1
-attest%2:32:01:: 1 2
-attic%1:06:00:: 1 2
-attic%3:01:00:: 1 1
-attica%1:15:00:: 1 1
-attire%1:06:00:: 1 2
-attired%5:00:00:clothed:00 1 1
-attitude%1:04:00:: 3 1
-attitude%1:07:01:: 2 12
-attitude%1:09:00:: 1 65
-attorney%1:18:00:: 1 8
-attorney_general%1:04:00:: 3 1
-attorney_general%1:18:00:: 1 3
-attorney_general%1:18:01:: 2 1
-attract%2:35:00:: 1 23
-attract%2:37:00:: 3 4
-attract%2:37:01:: 2 14
-attraction%1:07:00:: 3 2
-attraction%1:09:00:: 4 1
-attraction%1:10:00:: 2 2
-attraction%1:19:00:: 1 4
-attractive%3:00:01:: 1 4
-attractive%5:00:00:appealing:00 2 3
-attributable%3:00:00:: 1 4
-attribute%1:03:00:: 2 1
-attribute%1:09:00:: 1 2
-attribute%2:31:00:: 1 16
-attune%2:30:00:: 1 1
-atypical%3:00:00:: 1 1
-audacious%5:00:00:bold:00 1 1
-audacity%1:07:00:: 1 1
-audacity%1:07:02:: 2 1
-audible%3:00:00:: 1 2
-audience%1:14:00:: 1 60
-audience%1:14:01:: 2 9
-audio_system%1:06:00:: 1 1
-audit%1:21:00:: 1 2
-audit%2:31:01:: 1 1
-audition%2:36:00:: 1 2
-auditorium%1:06:00:: 1 3
-aug%1:28:00:: 1 4
-augment%2:30:00:: 2 1
-augment%2:30:01:: 1 8
-augur%2:32:00:: 1 1
-august%1:28:00:: 1 15
-aunt%1:18:00:: 1 4
-aurally%4:02:00:: 1 2
-aureomycin%1:06:00:: 1 4
-auspiciously%4:02:00:: 1 1
-austere%5:00:00:plain:01 1 1
-austerity%1:07:01:: 1 1
-austin%1:15:00:: 1 2
-australia%1:15:00:: 1 3
-authentic%5:00:00:genuine:00 2 6
-authentic%5:00:00:trustworthy:00 1 6
-authenticate%2:31:00:: 1 1
-authenticity%1:07:00:: 1 7
-author%1:18:00:: 1 38
-author%1:18:01:: 2 6
-authoritarian%5:00:00:undemocratic:00 1 2
-authoritative%5:00:00:influential:00 1 1
-authoritatively%4:02:00:: 1 1
-authorities%1:14:00:: 1 10
-authority%1:07:00:: 1 18
-authority%1:07:02:: 6 1
-authority%1:09:00:: 4 2
-authority%1:14:00:: 5 1
-authority%1:18:00:: 3 3
-authority%1:18:01:: 2 5
-authorization%1:10:00:: 1 5
-authorize%2:32:00:: 1 32
-authorized%3:00:00:: 1 1
-authorship%1:04:00:: 1 1
-auto%1:06:00:: 1 2
-auto_limitation%1:04:00:: 1 1
-auto_mechanics%1:04:00:: 1 2
-autofluorescence%1:19:00:: 1 3
-autoloader%1:06:00:: 1 1
-automate%2:30:00:: 1 1
-automatic%3:00:00:: 1 7
-automatic%5:00:00:involuntary:02 3 1
-automatic%5:00:00:mechanical:00 2 5
-automatically%4:02:00:: 1 17
-automation%1:04:00:: 1 2
-automobile%1:06:00:: 1 15
-automobile_industry%1:14:00:: 1 1
-automotive%3:01:00:: 1 2
-autonomic%5:00:00:involuntary:02 1 13
-autonomy%1:26:01:: 1 1
-autopsy%1:04:00:: 1 1
-autumn%1:28:00:: 1 7
-autumn%5:00:00:autumnal:00 1 1
-auxiliary%1:18:00:: 1 2
-auxiliary%5:00:00:secondary:01 1 1
-avail%1:07:00:: 1 2
-avail%2:34:00:: 1 3
-avail%2:41:00:: 2 2
-availability%1:07:00:: 1 3
-available%3:00:00:: 1 91
-avant-garde%5:00:00:original:00 1 1
-avarice%1:04:00:: 1 1
-avenge%2:33:00:: 1 1
-avenging%5:00:00:reciprocal:00 1 1
-avenue%1:04:00:: 1 1
-average%1:09:00:: 1 13
-average%2:31:00:: 3 1
-average%2:41:00:: 2 2
-average%2:42:00:: 1 15
-average%5:00:00:common:01 2 6
-average%5:00:00:moderate:00 4 2
-average%5:00:00:ordinary:00 3 3
-average%5:00:02:normal:01 1 34
-average_cost%1:07:00:: 1 4
-average_out%2:31:00:: 1 1
-aversion%1:12:00:: 1 1
-avert%2:38:00:: 2 1
-avert%2:41:00:: 1 5
-aviary%1:06:00:: 1 1
-aviation%1:14:00:: 1 1
-avocado%1:13:00:: 1 15
-avoid%2:32:00:: 1 24
-avoid%2:34:00:: 4 1
-avoid%2:41:01:: 2 22
-avoid%2:41:03:: 3 18
-avoidance%1:04:00:: 1 4
-avowed%5:00:00:declared:00 1 1
-await%2:31:00:: 1 25
-awaited%5:00:00:expected:00 1 1
-awake%2:29:00:: 1 7
-awake%3:00:00:: 1 9
-awake%5:00:00:conscious:00 2 2
-awaken%2:29:00:: 1 8
-awaken%2:29:01:: 2 8
-awaken%2:31:00:: 3 1
-awakened%3:00:00:: 1 2
-awakening%1:04:00:: 1 1
-award%1:04:00:: 1 26
-award%1:10:00:: 2 6
-award%1:21:00:: 3 5
-award%2:40:00:: 1 6
-award%2:40:01:: 2 2
-award%2:41:00:: 3 1
-awarding%1:04:00:: 1 1
-aware%3:00:00:: 1 40
-awareness%1:09:00:: 1 10
-awareness%1:09:01:: 2 2
-away%4:02:00:: 1 70
-away%4:02:01:: 2 21
-away%4:02:03:: 3 13
-away%4:02:04:: 4 3
-away%4:02:05:: 6 2
-away%4:02:08:: 5 2
-away%4:02:09:: 7 1
-away%5:00:00:absent:00 2 1
-away%5:00:00:distant:01 1 9
-away%5:00:00:out(p):01 4 7
-awe%1:12:02:: 1 4
-awe%2:37:00:: 1 1
-awe-inspiring%5:00:00:impressive:00 1 1
-awed%3:00:00:: 2 1
-awed%5:00:00:reverent:00 1 2
-awestruck%3:00:00:: 1 3
-awful%4:02:00:: 1 4
-awful%5:00:00:alarming:00 2 4
-awful%5:00:00:bad:00 1 10
-awfully%4:02:00:: 1 5
-awfulness%1:07:00:: 1 1
-awhile%4:02:00:: 1 1
-awkward%3:00:00:: 2 2
-awkward%5:00:00:inconvenient:00 1 6
-awkward%5:00:00:unwieldy:00 3 1
-awkwardly%4:02:00:: 1 3
-awry%4:02:00:: 1 1
-awry%5:00:00:crooked:01 1 1
-ax%1:06:00:: 1 2
-axe%1:06:00:: 1 8
-axial%3:01:00:: 1 1
-axially%4:02:00:: 1 1
-axiom%1:10:00:: 1 1
-axiomatic%5:00:00:obvious:00 1 1
-axis%1:09:00:: 1 6
-axle%1:06:00:: 1 1
-azimuth%1:25:00:: 1 1
-b%1:05:00:: 2 1
-b%1:14:00:: 1 8
-b-52%1:06:00:: 1 4
-b_vitamin%1:27:00:: 1 1
-babbiting%1:04:00:: 1 1
-babble%2:32:00:: 2 2
-babble%2:32:02:: 1 3
-babbling%5:00:02:voluble:00 1 1
-babe%1:18:00:: 1 6
-babel%1:26:00:: 1 1
-babelike%5:00:00:dependent:00 1 1
-baby%1:18:00:: 1 16
-baby%1:18:01:: 2 1
-baby-wise%4:02:00:: 1 1
-babylonian%1:18:00:: 1 1
-bachelor%1:18:00:: 1 2
-bachelor_of_science%1:10:00:: 1 1
-back%1:06:00:: 2 12
-back%1:08:00:: 1 53
-back%1:15:02:: 3 4
-back%2:38:00:: 2 6
-back%2:38:01:: 4 4
-back%2:40:00:: 5 2
-back%2:41:00:: 1 7
-back%2:41:01:: 3 4
-back%3:00:00:: 1 15
-back%4:02:00:: 2 36
-back%4:02:01:: 4 15
-back%4:02:03:: 6 1
-back%4:02:04:: 1 91
-back%4:02:05:: 3 24
-back%4:02:06:: 5 14
-back%5:00:00:posterior:00 2 1
-back-to-back%5:00:00:succeeding(a):00 1 1
-back_and_forth%4:02:00:: 1 8
-back_away%2:32:00:: 1 1
-back_brace%1:06:00:: 1 1
-back_circle%1:04:00:: 1 1
-back_country%1:15:00:: 1 1
-back_door%1:04:00:: 1 1
-back_down%2:38:00:: 1 2
-back_off%2:38:00:: 1 6
-back_out%2:38:00:: 1 2
-back_porch%1:06:00:: 1 2
-back_tooth%1:08:00:: 1 1
-back_up%2:30:00:: 3 1
-back_up%2:38:00:: 2 3
-back_up%2:41:00:: 1 3
-backbend%1:04:00:: 1 2
-backbone%1:07:00:: 2 1
-backbone%1:09:00:: 1 1
-backdrop%1:06:00:: 1 1
-backer%1:18:00:: 1 2
-background%1:07:00:: 1 8
-background%1:09:00:: 2 5
-background%1:09:01:: 3 5
-background%1:11:00:: 4 2
-background%1:11:01:: 5 2
-background%1:26:00:: 6 1
-backing%1:04:00:: 1 2
-backing%1:06:00:: 2 1
-backlog%1:14:00:: 1 1
-backstage%1:06:00:: 1 2
-backstitch%2:35:00:: 1 2
-backward%3:00:01:: 1 2
-backward%4:02:01:: 2 2
-backward%4:02:03:: 1 4
-backward_and_forward%4:02:00:: 1 1
-backwards%4:02:03:: 1 1
-backwoods%1:15:00:: 1 3
-backwoods%5:00:00:inaccessible:00 1 1
-backyard%1:06:00:: 1 4
-bacon%1:13:00:: 1 4
-bacteria%1:05:00:: 1 3
-bacterial%3:01:00:: 1 14
-bad%1:07:00:: 1 2
-bad%3:00:00:: 1 51
-bad%4:02:03:: 2 1
-bad%4:02:04:: 1 1
-bad%5:00:00:intense:00 2 3
-bad%5:00:00:stale:00 4 1
-bad%5:00:00:uncomfortable:00 3 3
-bad_guy%1:18:00:: 1 1
-bad_hat%1:18:00:: 1 1
-bad_luck%1:11:00:: 3 1
-bad_luck%1:19:00:: 2 1
-bad_luck%1:26:00:: 1 2
-bad_weather%1:26:00:: 1 2
-badge%1:09:00:: 2 2
-badge%1:10:00:: 1 3
-badger%2:37:00:: 1 2
-badly%4:02:00:: 2 4
-badly%4:02:02:: 1 7
-badness%1:07:00:: 1 8
-baffin_island%1:15:00:: 1 1
-baffle%2:31:00:: 1 1
-baffled%1:14:00:: 1 1
-baffling%5:00:00:difficult:00 1 1
-bag%1:06:00:: 1 8
-bag%1:06:01:: 6 1
-bag%1:06:02:: 4 2
-bag%1:06:03:: 3 2
-bag%1:23:00:: 5 1
-bag%1:23:01:: 2 2
-bag%2:35:01:: 1 1
-bag_of_tricks%1:09:00:: 1 1
-baggage%1:06:00:: 1 1
-baggy%5:00:00:loose:01 1 1
-bagpipe%1:06:00:: 1 1
-bait%1:09:00:: 1 1
-bait%2:32:00:: 1 1
-bake%2:30:00:: 1 6
-bake%2:30:02:: 3 1
-bake%2:36:00:: 2 1
-baked%5:00:00:cooked:00 2 1
-baked%5:00:00:dry:01 1 1
-balance%1:07:00:: 3 1
-balance%1:21:00:: 2 3
-balance%1:26:00:: 1 28
-balance%2:35:00:: 3 2
-balance%2:40:00:: 2 3
-balance%2:42:00:: 1 6
-balance%2:42:01:: 4 1
-balance_of_international_payments%1:21:00:: 1 1
-balance_of_payments%1:21:00:: 1 1
-balance_of_power%1:26:00:: 1 2
-balance_sheet%1:21:00:: 1 1
-balanced%3:00:00:: 1 10
-bald%5:00:00:hairless:00 3 1
-bald%5:00:00:overt:00 1 1
-bald%5:00:00:uncovered:00 2 1
-balding%5:00:00:hairless:00 1 1
-bale%1:06:00:: 1 1
-baleful%5:00:00:maleficent:00 1 1
-bali%1:15:00:: 1 1
-balinese%1:10:00:: 1 1
-balk%2:41:00:: 1 3
-balkanize%2:41:00:: 1 2
-balkiness%1:07:00:: 1 1
-balking%5:00:00:intractable:00 1 1
-ball%1:06:01:: 1 35
-ball%1:06:02:: 6 1
-ball%1:06:03:: 2 5
-ball%1:08:01:: 5 1
-ball%1:14:00:: 4 2
-ball%1:25:00:: 3 3
-ball%2:35:00:: 1 1
-ball-hawking%5:00:00:skilled:00 1 1
-ball_club%1:14:00:: 1 3
-ball_field%1:06:00:: 1 1
-ball_game%1:04:00:: 1 1
-ballad%1:10:00:: 2 2
-ballad%1:10:01:: 1 3
-ballast%1:06:00:: 1 1
-ballast_resistor%1:06:00:: 1 1
-balled%5:00:00:formed:00 1 1
-ballerina%1:18:00:: 1 1
-ballet%1:04:00:: 1 4
-ballet%1:10:00:: 2 1
-ballet_company%1:14:00:: 1 1
-ballet_dancer%1:18:00:: 1 1
-balletomane%1:18:00:: 1 1
-ballistic_missile%1:06:00:: 1 4
-balloon%1:06:00:: 1 3
-balloon%1:06:01:: 2 1
-ballooning%5:00:00:increasing:00 1 1
-ballot%1:04:00:: 2 1
-ballot%1:10:00:: 1 3
-ballpark%1:06:00:: 1 1
-ballplayer%1:18:00:: 1 8
-ballroom%1:06:00:: 1 3
-ballyhoo%1:10:00:: 1 1
-balm_of_gilead%1:20:01:: 1 1
-balsam%1:20:00:: 1 1
-baltimore%1:15:00:: 1 8
-balustrade%1:06:00:: 1 3
-balzac%1:18:00:: 1 1
-bamboo%5:00:00:woody:00 1 1
-ban%1:10:00:: 1 1
-ban%2:32:00:: 2 2
-ban%2:41:00:: 1 2
-banal%5:00:00:ordinary:00 1 1
-banana%1:13:00:: 2 1
-banana%1:20:00:: 1 1
-band%1:06:00:: 7 1
-band%1:06:01:: 4 2
-band%1:07:00:: 3 2
-band%1:10:00:: 6 1
-band%1:14:00:: 2 8
-band%1:14:01:: 1 12
-band%1:14:02:: 5 1
-band%2:35:00:: 1 1
-band_together%2:41:00:: 1 1
-bandage%1:06:00:: 1 6
-bandaged%5:00:00:treated:02 1 5
-bandit%1:18:00:: 1 3
-bandoleer%1:06:00:: 1 1
-bandstand%1:06:00:: 1 1
-bandwidth%1:23:00:: 1 1
-bandy%2:33:01:: 1 1
-bang%1:08:00:: 3 1
-bang%1:11:00:: 2 2
-bang%1:11:01:: 1 2
-bang%2:35:00:: 1 3
-bang%2:35:01:: 3 2
-bang%2:38:00:: 4 1
-bang%2:39:00:: 2 2
-bang%4:02:00:: 1 1
-banging%1:04:00:: 2 1
-banging%1:11:00:: 1 1
-banging%5:00:00:noisy:00 1 1
-banish%2:38:00:: 4 1
-banish%2:41:00:: 3 1
-banish%2:41:01:: 1 3
-banish%2:41:02:: 2 1
-banister%1:06:00:: 1 2
-banjo%1:06:00:: 1 1
-bank%1:14:00:: 2 20
-bank%1:14:01:: 4 1
-bank%1:17:00:: 3 2
-bank%1:17:01:: 1 25
-bank%2:35:00:: 2 1
-bank%2:38:00:: 1 2
-bank_account%1:21:00:: 1 1
-banker%1:18:00:: 1 9
-bankrupt%2:40:00:: 1 1
-bankrupt%5:00:00:insolvent:00 1 1
-bankruptcy%1:26:00:: 2 1
-bankruptcy%1:26:01:: 1 1
-banner%1:06:00:: 1 4
-bannerlike%4:02:00:: 1 1
-banquet%1:14:00:: 1 2
-banshee%1:18:00:: 1 3
-banter%1:10:00:: 1 2
-banter%2:32:00:: 1 1
-baptist%1:18:00:: 1 2
-baptist%3:01:00:: 1 1
-baptize%2:32:00:: 1 8
-bar%1:04:00:: 6 1
-bar%1:06:00:: 3 4
-bar%1:06:02:: 5 1
-bar%1:06:04:: 1 10
-bar%1:06:05:: 2 4
-bar%1:10:00:: 4 1
-bar%2:32:00:: 1 9
-bar%2:35:00:: 2 5
-bar%2:35:01:: 4 1
-bar%2:41:00:: 3 1
-barb%1:10:00:: 1 1
-barbarian%1:18:00:: 1 1
-barbaric%5:00:00:noncivilized:00 1 3
-barbecue%2:30:00:: 1 2
-barbed%5:00:00:sarcastic:00 1 1
-barbed_wire%1:06:00:: 1 4
-barbell%1:06:00:: 1 5
-barbital%1:06:00:: 1 1
-barbiturate%1:06:00:: 1 1
-bare%2:35:00:: 1 1
-bare%5:00:00:leafless:00 1 2
-bare%5:00:00:meager:00 3 2
-bare%5:00:00:unclothed:00 2 2
-bare%5:00:00:uncovered:00 4 1
-barefoot%4:02:00:: 1 1
-barefoot%5:00:00:unshod:00 1 2
-barely%4:02:00:: 1 11
-barely%4:02:01:: 2 2
-bargain%1:10:00:: 1 3
-bargain%2:40:00:: 1 1
-bargain-priced%5:00:00:cheap:00 1 1
-bargaining%1:10:00:: 1 1
-barge%1:06:00:: 1 5
-barge%2:38:00:: 1 2
-barge_in%2:38:00:: 1 1
-barium%1:27:00:: 1 1
-bark%1:06:00:: 3 1
-bark%1:11:02:: 2 1
-bark%1:20:00:: 1 4
-bark%2:32:01:: 1 1
-barkeep%1:18:00:: 1 1
-barley%1:13:00:: 1 2
-barn%1:06:00:: 1 22
-barnburner%1:18:00:: 1 1
-barnful%1:23:00:: 1 1
-barnyard%1:06:00:: 1 2
-barometric_pressure%1:19:00:: 1 1
-baronial%5:00:00:impressive:00 1 1
-barony%1:21:00:: 1 1
-baroque%5:00:00:fancy:00 1 1
-baroreceptor%1:08:00:: 1 1
-barrack%1:06:00:: 1 1
-barrage%1:04:00:: 2 1
-barrage%1:10:00:: 1 2
-barrel%1:06:00:: 2 5
-barrel%1:06:01:: 1 8
-barrel%1:25:00:: 3 2
-barrel_roll%1:04:00:: 1 2
-barren%5:00:01:unfruitful:00 2 1
-barren%5:00:02:unfruitful:00 1 1
-barren_of%5:00:00:empty:00 1 1
-barricade%1:06:00:: 1 2
-barricade%1:06:01:: 2 1
-barricade%2:35:00:: 1 1
-barrier%1:06:00:: 1 4
-barrier%1:09:00:: 2 3
-barrier%1:17:00:: 3 2
-bartender%1:18:00:: 1 2
-bartlett_pear%1:13:00:: 1 1
-bas_relief%1:06:00:: 2 1
-bas_relief%1:25:00:: 1 2
-base%1:06:00:: 8 2
-base%1:06:01:: 2 3
-base%1:06:02:: 3 3
-base%1:06:04:: 1 4
-base%1:09:00:: 7 2
-base%1:10:01:: 6 2
-base%1:15:00:: 5 2
-base%1:17:00:: 4 2
-base%2:31:00:: 1 75
-base%5:00:00:basic:00 1 6
-base%5:00:00:lowborn:00 2 1
-base_hit%1:04:00:: 1 1
-base_on_balls%1:04:00:: 1 3
-base_runner%1:18:00:: 1 1
-baseball%1:04:00:: 1 21
-baseball%1:06:00:: 2 2
-baseball_game%1:04:00:: 1 2
-based%3:44:00:: 1 13
-based%5:00:00:settled:01 4 1
-based%5:00:00:supported:00 2 3
-based%5:00:00:supported:02 3 1
-based_on%5:00:00:supported:02 1 3
-baseline%1:24:00:: 1 1
-basement%1:06:00:: 1 18
-bash%1:11:00:: 1 1
-bashful%5:00:00:timid:00 1 1
-basic%3:00:00:: 1 45
-basic%5:00:00:elementary(a):00 4 2
-basic%5:00:00:essential:00 3 5
-basic%5:00:00:standard:01 2 17
-basically%4:02:00:: 1 7
-basileus%1:18:00:: 1 1
-basin%1:06:00:: 1 2
-basis%1:09:00:: 2 28
-basis%1:24:00:: 1 38
-bask%2:35:00:: 2 2
-bask%2:37:13:: 1 3
-basket%1:06:00:: 1 6
-basket%1:23:00:: 2 2
-basket_weave%1:06:00:: 1 1
-basketball%1:04:00:: 1 3
-basketball_team%1:14:00:: 1 1
-basophilic%3:01:00:: 1 2
-bass%1:07:01:: 1 2
-bass%1:10:01:: 2 1
-bassinet%1:06:00:: 1 1
-bastard%1:18:00:: 1 22
-baste%2:30:00:: 1 2
-bastion%1:14:00:: 1 1
-bat%1:04:00:: 3 1
-bat%1:05:00:: 2 2
-bat%1:06:01:: 1 5
-bat%2:29:00:: 2 2
-bat%2:35:01:: 1 11
-batch%1:14:01:: 1 1
-bated%5:00:00:restrained:00 1 1
-bath%1:04:00:: 2 2
-bath%1:06:00:: 3 1
-bath%1:06:02:: 1 5
-bath_towel%1:06:00:: 1 1
-bathe%2:29:00:: 1 5
-bathe%2:35:00:: 2 2
-bather%1:18:00:: 1 1
-bathing%1:04:00:: 1 1
-bathing%1:04:01:: 2 1
-bathing_suit%1:06:00:: 1 2
-bathos%1:10:00:: 1 1
-bathrobe%1:06:00:: 1 2
-bathroom%1:06:00:: 1 6
-bathtub%1:06:00:: 1 2
-bathtub_gin%1:13:00:: 1 1
-baton%1:06:00:: 1 3
-baton_rouge%1:15:00:: 1 1
-battalion%1:14:00:: 1 2
-batter%1:18:00:: 1 2
-batter%2:35:01:: 1 3
-batter's_box%1:06:00:: 1 3
-battered%5:00:00:damaged:00 1 2
-battered%5:00:00:worn:00 2 1
-battering_ram%1:06:00:: 1 1
-battery%1:06:00:: 2 9
-battery%1:14:01:: 3 2
-battery%1:14:02:: 1 21
-batting%1:04:00:: 1 2
-batting_average%1:24:00:: 1 2
-batting_average%1:24:01:: 2 1
-batting_coach%1:18:00:: 1 1
-battle%1:04:00:: 1 73
-battle%1:04:01:: 2 8
-battle%2:33:00:: 1 6
-battle-ax%1:06:00:: 1 1
-battle_cry%1:10:00:: 1 8
-battle_flag%1:06:00:: 1 2
-battle_line%1:15:00:: 1 2
-battlefield%1:15:00:: 1 5
-battlefront%1:15:00:: 1 1
-battleful%5:00:00:aggressive:00 1 2
-battleground%1:15:00:: 1 1
-batwing%1:06:00:: 1 1
-bavaria%1:15:00:: 1 2
-bawdy%5:00:00:dirty:02 1 1
-bawdyhouse%1:06:00:: 1 1
-bawl%2:32:00:: 1 8
-bay%1:11:00:: 2 1
-bay%1:17:00:: 1 7
-bay%2:32:01:: 1 1
-bayonet%1:06:00:: 1 5
-bazaar%1:06:00:: 1 1
-bc%1:28:00:: 1 7
-be%2:40:00:: 10 2
-be%2:41:00:: 8 86
-be%2:42:00:: 4 701
-be%2:42:01:: 11 1
-be%2:42:02:: 7 189
-be%2:42:03:: 1 10742
-be%2:42:04:: 5 698
-be%2:42:05:: 3 901
-be%2:42:06:: 2 3019
-be%2:42:07:: 6 270
-be%2:42:08:: 9 58
-be_after%2:31:00:: 1 3
-be_born%2:30:00:: 1 52
-be_due%2:42:00:: 1 25
-be_intimate%2:35:00:: 1 2
-be_on%2:30:00:: 1 1
-be_quiet%2:32:00:: 1 1
-be_well%2:29:00:: 1 1
-beach%1:17:00:: 1 14
-beachhead%1:15:00:: 1 3
-beacon%1:10:00:: 1 1
-beacon_light%1:06:00:: 1 1
-bead%1:06:00:: 1 1
-beaded%5:00:00:covered:00 1 1
-beadle%1:18:00:: 1 1
-beadsman%1:18:00:: 1 1
-beady%5:00:00:bright:00 1 1
-beak%1:05:00:: 2 1
-beak%1:05:01:: 1 1
-beam%1:06:00:: 2 9
-beam%1:10:00:: 1 9
-beam%1:19:00:: 4 3
-beam%1:19:01:: 3 3
-beam%2:29:00:: 1 5
-beam%2:32:00:: 4 1
-beam%2:32:01:: 3 1
-beam%2:43:03:: 2 1
-beaming%5:00:00:cheerful:00 1 1
-bean%1:13:00:: 1 2
-bear%1:05:00:: 1 1
-bear%2:29:01:: 2 17
-bear%2:29:02:: 9 1
-bear%2:31:00:: 3 13
-bear%2:35:00:: 4 10
-bear%2:36:00:: 5 6
-bear%2:40:01:: 8 4
-bear%2:40:02:: 6 5
-bear%2:42:01:: 1 23
-bear%2:42:14:: 7 4
-bear_down%2:35:00:: 1 1
-bear_down_on%2:38:00:: 1 2
-bear_in_mind%2:31:00:: 1 2
-bear_on%2:30:00:: 2 2
-bear_on%2:32:00:: 3 1
-bear_on%2:42:00:: 1 2
-bear_out%2:42:00:: 1 3
-bear_up%2:31:00:: 1 1
-bear_upon%2:30:00:: 1 1
-bear_witness%2:32:00:: 2 1
-bear_witness%2:32:02:: 1 1
-beard%1:08:00:: 1 8
-beard%2:42:00:: 1 1
-bearded%5:00:00:unshaven:00 1 10
-beardown%5:00:00:strong:00 1 1
-bearer%1:18:00:: 2 1
-bearer%1:18:03:: 1 3
-bearing%1:07:00:: 3 1
-bearing%1:15:00:: 2 1
-bearing%1:24:01:: 1 1
-beast%1:03:00:: 1 4
-beast%1:18:00:: 2 1
-beat%1:10:00:: 3 1
-beat%1:11:00:: 2 1
-beat%1:15:00:: 1 1
-beat%2:33:00:: 1 18
-beat%2:35:00:: 3 8
-beat%2:35:01:: 2 9
-beat%2:35:03:: 10 1
-beat%2:35:10:: 11 1
-beat%2:36:00:: 5 3
-beat%2:38:00:: 4 4
-beat%2:38:01:: 9 1
-beat%2:38:04:: 8 1
-beat%2:39:00:: 6 2
-beat%2:39:03:: 7 1
-beat-up%5:00:00:damaged:00 1 1
-beat_out%2:33:00:: 1 2
-beaten%5:00:00:abused:01 2 1
-beaten%5:00:00:defeated:00 1 1
-beating%1:04:01:: 1 1
-beatnik%1:18:00:: 1 1
-beau%1:18:00:: 1 1
-beautiful%3:00:00:: 1 25
-beautiful%5:00:00:aesthetic:00 2 2
-beautifully%4:02:00:: 1 6
-beautify%2:30:00:: 1 1
-beauty%1:07:00:: 1 16
-beauty%1:09:00:: 3 1
-beauty%1:18:00:: 2 1
-beckon%2:32:00:: 1 9
-beckon%2:37:00:: 2 1
-become%2:30:00:: 1 327
-become%2:42:00:: 3 5
-become%2:42:01:: 2 220
-bed%1:06:00:: 1 51
-bed%1:06:01:: 2 3
-bed%1:17:00:: 3 2
-bed_down%2:29:00:: 1 1
-bed_hop%2:38:00:: 1 1
-bed_linen%1:06:00:: 1 1
-bedamn%2:32:00:: 1 1
-bedding%1:06:00:: 1 3
-bedfast%5:00:00:ill:01 1 1
-bedground%1:15:00:: 1 1
-bedpost%1:06:00:: 1 1
-bedraggled%5:00:00:dirty:01 1 2
-bedroom%1:06:00:: 1 22
-bedroom_set%1:14:00:: 1 1
-bedside%1:15:00:: 1 1
-bedstead%1:06:00:: 1 1
-bedtime%1:28:00:: 1 1
-bee%1:05:00:: 1 20
-beebread%1:27:00:: 1 7
-beech%1:20:00:: 1 2
-beef%1:05:00:: 1 6
-beef%1:13:00:: 2 3
-beef_cattle%1:05:00:: 1 2
-beef_man%1:18:00:: 1 1
-beef_up%2:30:00:: 1 1
-beefed-up%5:00:00:strong:00 1 1
-beefy%5:00:00:robust:00 1 1
-beehive%1:06:01:: 1 1
-beer%1:13:00:: 1 18
-beer_bottle%1:06:00:: 1 2
-beetle%1:05:00:: 1 1
-befall%2:30:01:: 1 3
-befit%2:42:00:: 1 2
-befog%2:39:00:: 1 1
-before%4:02:03:: 1 68
-before_long%4:02:00:: 1 1
-befriend%2:41:00:: 1 1
-befuddle%2:31:00:: 1 1
-befuddled%5:00:02:confused:00 1 1
-beg%2:32:00:: 1 11
-beg%2:32:01:: 2 5
-beg%2:40:00:: 3 2
-beget%2:29:00:: 1 2
-beggar%1:18:00:: 1 1
-beggary%1:10:00:: 1 1
-begin%2:30:00:: 1 375
-begin%2:30:01:: 4 27
-begin%2:32:03:: 5 9
-begin%2:36:00:: 3 31
-begin%2:42:00:: 2 57
-beginner%1:18:00:: 1 1
-beginning%1:04:00:: 5 2
-beginning%1:09:00:: 3 6
-beginning%1:11:00:: 1 18
-beginning%1:15:00:: 4 2
-beginning%1:28:00:: 2 8
-beginning%5:00:00:early:02 1 4
-beginning%5:00:00:elementary(a):00 2 2
-beguile%2:37:00:: 2 1
-beguile%2:41:00:: 1 1
-beguiling%5:00:00:seductive:00 1 1
-behalf%1:04:00:: 1 4
-behalf%1:07:00:: 2 2
-behave%2:29:00:: 1 18
-behave%2:41:00:: 3 1
-behave%2:41:01:: 2 3
-behavior%1:04:00:: 1 30
-behavior%1:07:00:: 3 8
-behavior%1:26:00:: 2 8
-behavioral%3:01:00:: 1 1
-behead%2:35:00:: 1 1
-behind%1:08:00:: 1 1
-behind%4:02:00:: 1 13
-behind%4:02:01:: 2 3
-behind%5:00:00:down:00 1 1
-behold%2:39:00:: 1 7
-behoove%2:42:00:: 1 1
-being%1:03:00:: 2 6
-being%1:26:00:: 1 12
-bel_canto%1:04:00:: 1 1
-belabor%2:32:02:: 2 1
-belabor%2:41:00:: 1 1
-belated%5:00:00:unpunctual:00 1 1
-belch%1:04:00:: 1 2
-belch%2:29:00:: 1 2
-belching%1:04:00:: 2 1
-belching%1:04:01:: 1 1
-belfry%1:06:01:: 1 1
-belgian%3:01:00:: 1 2
-belie%2:42:00:: 1 3
-belief%1:09:00:: 1 19
-belief%1:09:01:: 3 6
-belief%1:10:01:: 2 12
-believable%3:00:04:: 1 1
-believably%4:02:00:: 1 1
-believe%2:31:00:: 1 118
-believe%2:31:01:: 4 10
-believe%2:31:02:: 5 2
-believe%2:31:03:: 3 37
-believe%2:31:04:: 2 72
-believe_in%2:31:01:: 1 24
-believer%1:18:00:: 2 1
-believer%1:18:01:: 1 1
-bell%1:06:00:: 1 9
-bell%1:06:02:: 2 2
-bell%1:11:00:: 3 1
-belle%1:18:00:: 1 1
-bellhop%1:18:00:: 1 1
-belligerent%5:00:00:hostile:01 1 3
-belligerently%4:02:00:: 1 1
-bellow%1:10:00:: 1 2
-bellow%2:32:00:: 1 10
-belly%1:08:00:: 1 8
-belly%1:08:02:: 2 2
-belong%2:40:00:: 1 10
-belong%2:42:00:: 2 9
-belong%2:42:01:: 5 2
-belong%2:42:02:: 3 4
-belong%2:42:03:: 4 3
-belong_to%2:42:00:: 1 34
-beloved%5:00:00:loved:00 1 7
-below%4:02:00:: 2 13
-below%4:02:01:: 1 16
-below%4:02:02:: 3 2
-below%4:02:06:: 4 2
-belowground%5:00:00:subsurface:00 1 2
-belshazzar%1:18:00:: 1 1
-belt%1:06:00:: 2 4
-belt%1:06:01:: 1 4
-belt%1:11:00:: 4 1
-belt%1:15:00:: 3 2
-belt%2:35:00:: 2 1
-belt%2:36:00:: 1 1
-belt_buckle%1:06:00:: 1 1
-belt_out%2:36:00:: 1 1
-bemoan%2:32:00:: 1 2
-bench%1:06:00:: 1 9
-bench%1:06:01:: 5 1
-bench%1:06:02:: 2 6
-bench%1:14:00:: 4 1
-bench%1:17:00:: 3 1
-bench%2:41:00:: 1 3
-bench_press%1:04:00:: 1 2
-bend%1:06:00:: 3 1
-bend%1:11:00:: 2 1
-bend%1:25:02:: 1 1
-bend%2:35:00:: 3 5
-bend%2:38:00:: 1 23
-bend%2:38:01:: 2 11
-bend%2:38:02:: 5 1
-bend%2:38:03:: 4 3
-bended%5:00:00:unerect:00 1 3
-bending%5:00:00:crooked:01 1 1
-beneath%4:02:00:: 1 1
-benediction%1:04:00:: 1 1
-beneficial%5:00:00:advantageous:00 1 6
-beneficiary%1:18:00:: 1 2
-benefit%1:07:00:: 2 15
-benefit%1:10:00:: 3 1
-benefit%1:21:00:: 1 16
-benefit%2:40:00:: 1 15
-benefit%2:40:01:: 2 7
-benevolent%5:00:00:good:02 1 1
-bennington%1:15:00:: 1 1
-bent%1:09:01:: 1 2
-bent%5:00:00:crooked:01 1 4
-bequest%1:21:00:: 1 4
-berate%2:32:00:: 1 2
-bereavement%1:26:00:: 1 3
-berg%1:17:00:: 1 1
-berlin%1:15:00:: 1 6
-bern%1:15:00:: 1 4
-berry%1:13:00:: 1 3
-berth%1:04:00:: 1 2
-beryllium%1:27:00:: 1 1
-beseech%2:32:00:: 1 2
-beset%2:33:00:: 2 2
-beset%2:37:00:: 1 5
-besides%4:02:01:: 1 10
-besides%4:02:03:: 2 1
-besiege%2:33:00:: 1 2
-besieger%1:18:00:: 1 2
-besmirch%2:32:00:: 1 2
-besmirch%2:35:00:: 2 1
-bespeak%2:32:01:: 1 1
-bespectacled%5:00:00:adorned:00 1 2
-besplashed%5:00:00:dirty:01 1 1
-best%1:04:00:: 1 6
-best%1:18:00:: 2 1
-best%2:33:00:: 1 1
-best%3:00:00:: 1 94
-best%4:02:00:: 2 6
-best%4:02:01:: 1 14
-best-known%5:00:00:known:00 1 1
-best-selling%5:00:00:popular:00 1 1
-best_friend%1:18:00:: 1 1
-best_seller%1:10:00:: 1 2
-bestial%5:00:00:inhumane:00 1 1
-bestow%2:40:00:: 1 4
-bestow%2:40:02:: 2 1
-bestowal%1:04:00:: 1 1
-bestubbled%5:00:00:unshaven:00 1 1
-bet%1:21:00:: 1 1
-bet%2:32:00:: 1 19
-bet_on%2:31:00:: 2 1
-bet_on%2:33:00:: 1 4
-beta%1:10:00:: 1 1
-bethink%2:31:00:: 2 1
-bethink%2:39:00:: 1 3
-betray%2:32:00:: 5 1
-betray%2:32:01:: 1 8
-betray%2:37:00:: 3 2
-betray%2:41:00:: 2 3
-betray%2:41:01:: 4 1
-betrayal%1:04:00:: 1 2
-betrothed%5:00:00:attached:01 1 1
-better%1:07:00:: 2 1
-better%1:07:02:: 1 1
-better%2:30:00:: 3 1
-better%2:30:01:: 2 1
-better%2:33:00:: 1 1
-better%3:00:00:: 1 69
-better%3:00:02:: 2 23
-better%4:02:00:: 1 45
-better%4:02:01:: 2 2
-better%5:00:00:advisable:00 3 8
-better-looking%5:00:00:beautiful:00 1 1
-better_known%5:00:00:known:00 1 1
-better_off%5:00:00:fortunate:00 1 3
-betterment%1:11:00:: 1 1
-between%4:02:00:: 2 1
-between%4:02:03:: 1 1
-bevel%2:35:00:: 1 4
-beverage%1:13:00:: 1 2
-bevy%1:14:01:: 1 2
-bewail%2:32:00:: 1 1
-beware%2:31:00:: 1 2
-bewhiskered%5:00:00:unshaven:00 1 2
-bewilder%2:31:00:: 1 2
-bewilder%2:37:00:: 2 1
-bewildered%5:00:00:perplexed:00 1 6
-bewilderedly%4:02:00:: 1 1
-bewilderingly%4:02:00:: 1 1
-bewilderment%1:09:00:: 1 1
-bewitch%2:37:00:: 1 1
-bewitched%5:00:00:enchanted:00 1 1
-beyond%4:02:01:: 1 10
-beyond%4:02:02:: 2 1
-beyond_measure%4:02:00:: 1 1
-bias%1:09:00:: 1 1
-bible%1:10:00:: 1 13
-bible_belt%1:15:00:: 1 1
-biblical%3:01:00:: 1 8
-bibliographical%3:01:00:: 1 1
-bibliography%1:10:00:: 1 2
-biceps%1:08:00:: 1 2
-biceps_brachii%1:08:00:: 1 1
-bicker%2:32:00:: 1 1
-bickering%1:10:00:: 1 1
-bicycle%1:06:00:: 1 5
-bid%1:04:00:: 2 1
-bid%1:10:03:: 1 1
-bid%2:32:00:: 6 1
-bid%2:32:01:: 2 3
-bid%2:32:02:: 3 3
-bid%2:40:00:: 1 6
-bid%2:40:01:: 4 1
-bid%2:40:04:: 5 1
-bidder%1:18:00:: 1 1
-bidding%1:10:02:: 1 1
-bide%2:42:00:: 1 1
-big%3:00:01:: 1 107
-big%4:02:00:: 2 1
-big%4:02:03:: 1 1
-big%5:00:00:conspicuous:00 6 2
-big%5:00:00:important:00 3 7
-big%5:00:00:intense:00 4 2
-big%5:00:00:loud:00 5 2
-big%5:00:00:significant:00 2 8
-big-chested%5:00:00:robust:00 1 1
-big-shouldered%5:00:00:robust:00 1 1
-big-ticket%5:00:00:expensive:00 1 1
-big_band%1:14:00:: 1 1
-big_league%1:14:00:: 1 3
-big_leaguer%1:18:00:: 1 1
-big_shot%1:18:00:: 1 1
-bigger%5:00:00:large:00 1 9
-biggest%5:00:00:large:00 1 7
-bilateral%5:00:00:symmetrical:00 1 1
-bile%1:08:00:: 1 1
-bilharziasis%1:26:00:: 1 1
-bilingual%5:00:00:multilingual:00 1 1
-bilk%2:41:00:: 1 1
-bill%1:04:00:: 4 1
-bill%1:10:01:: 2 6
-bill%1:10:04:: 1 22
-bill%1:21:00:: 3 4
-bill%2:32:00:: 2 1
-bill%2:40:00:: 1 2
-bill_of_health%1:10:00:: 1 1
-billion%1:23:01:: 1 1
-billion%5:00:00:cardinal:00 1 4
-billow%2:38:02:: 1 1
-billowing%5:00:00:moving:02 1 1
-bimolecular%3:01:00:: 1 1
-bin%1:06:00:: 1 2
-bind%2:32:00:: 6 1
-bind%2:35:00:: 3 4
-bind%2:35:06:: 1 8
-bind%2:35:07:: 5 1
-bind%2:35:08:: 4 3
-bind%2:41:01:: 2 4
-bind_off%2:35:00:: 1 1
-binder%1:06:03:: 1 1
-binding%1:04:00:: 3 1
-binding%1:06:01:: 2 1
-binding%1:07:00:: 1 4
-binding%5:00:00:valid:00 1 1
-binoculars%1:06:00:: 1 1
-binomial%1:09:00:: 1 1
-binomial%3:01:00:: 1 24
-binomial_distribution%1:09:00:: 1 8
-bioassay%1:09:00:: 1 2
-biochemical%3:01:00:: 1 1
-biochemical_mechanism%1:22:00:: 1 1
-biographical%3:01:00:: 1 1
-biography%1:10:00:: 1 3
-biological%3:01:00:: 1 11
-biological_warfare%1:04:00:: 1 2
-biologist%1:18:00:: 1 1
-biology%1:09:00:: 1 4
-biomedical%3:01:00:: 1 1
-biomedicine%1:09:01:: 1 2
-biophysicist%1:18:00:: 1 1
-biopsy%1:09:00:: 1 3
-bipartisan%5:00:00:nonpartisan:00 1 1
-bird%1:05:00:: 1 29
-bird%1:13:00:: 2 1
-bird_shot%1:06:00:: 1 1
-birdbath%1:06:00:: 1 1
-birdhouse%1:06:00:: 1 1
-birdie%2:35:00:: 1 5
-birefringence%1:19:00:: 1 3
-birmingham%1:15:00:: 2 1
-birmingham%1:15:01:: 1 1
-birth%1:11:00:: 2 2
-birth%1:22:00:: 3 1
-birth%1:28:00:: 1 6
-birth_control%1:04:00:: 1 12
-birth_prevention%1:04:00:: 1 1
-birthcontrol%1:04:00:: 1 1
-birthday%1:28:00:: 1 8
-birthday%1:28:01:: 2 1
-birthe%2:29:00:: 1 1
-birthplace%1:15:00:: 1 1
-birthright%1:07:00:: 1 1
-biscuit%1:13:00:: 1 4
-biscuit%1:13:02:: 2 1
-bishop%1:18:00:: 1 6
-bishopry%1:04:00:: 1 1
-bit%1:06:01:: 5 1
-bit%1:11:00:: 4 1
-bit%1:17:00:: 2 4
-bit%1:23:01:: 1 18
-bit%1:28:00:: 3 1
-bit%5:00:00:injured:00 1 1
-bit_part%1:09:00:: 1 1
-bite%1:13:01:: 2 1
-bite%1:26:00:: 1 1
-bite%2:35:00:: 1 12
-bite%2:35:01:: 3 1
-bite%2:39:00:: 2 2
-bite_off%2:35:00:: 1 2
-bite_out%2:32:00:: 1 2
-biter%1:18:00:: 1 1
-biting%5:00:00:sarcastic:00 1 3
-bitten%5:00:00:injured:00 1 1
-bitter%5:00:00:hostile:01 6 1
-bitter%5:00:00:intolerable:00 2 10
-bitter%5:00:00:resentful:00 1 12
-bitter%5:00:00:sorrowful:00 5 2
-bitter%5:00:00:tasteful:01 4 2
-bitter%5:00:00:unpleasant:00 3 6
-bitter_end%1:26:00:: 1 2
-bitterly%4:02:00:: 1 3
-bitterly%4:02:01:: 2 1
-bitterness%1:07:01:: 2 1
-bitterness%1:12:00:: 1 7
-bitters%1:13:00:: 1 1
-bittersweet%5:00:00:sad:00 1 1
-bivouac%1:06:00:: 1 1
-bizarre%5:00:00:unconventional:01 1 2
-blab%2:32:00:: 1 1
-black%1:07:00:: 1 4
-black%3:00:01:: 1 52
-black%3:00:02:: 2 4
-black%5:00:00:angry:00 3 4
-black%5:00:00:colored:00 7 1
-black%5:00:00:dark:01 8 1
-black%5:00:00:evil:00 5 2
-black%5:00:00:hopeless:00 4 2
-black%5:00:00:unfortunate:00 6 2
-black-haired%5:00:00:brunet:00 1 1
-black-market%5:00:00:illegal:00 1 1
-black_and_white%3:00:02:: 1 1
-black_body%1:17:00:: 1 9
-black_bread%1:13:00:: 1 1
-black_eye%1:26:00:: 1 1
-black_flag%1:06:00:: 1 1
-black_hole%1:17:00:: 1 1
-black_man%1:18:00:: 1 1
-black_olive%1:13:00:: 1 1
-black_out%2:29:00:: 4 1
-black_out%2:30:00:: 3 1
-black_out%2:30:01:: 2 1
-black_out%2:43:00:: 1 1
-blackberry%1:13:00:: 1 2
-blackboard%1:06:00:: 1 2
-blacken%2:30:00:: 1 2
-blackened%5:00:00:smoky:00 1 2
-blackening%1:04:00:: 1 1
-blackmailer%1:18:00:: 1 2
-blackness%1:07:00:: 1 4
-blackness%1:26:00:: 2 2
-blackout%1:26:00:: 2 1
-blackout%1:28:00:: 1 1
-blacksmith%1:18:00:: 1 1
-blade%1:06:01:: 4 1
-blade%1:17:00:: 3 1
-blade%1:18:00:: 2 1
-blade%1:20:00:: 1 4
-bladed%3:01:01:: 1 1
-blame%1:10:00:: 2 2
-blame%1:10:01:: 1 3
-blame%2:31:00:: 3 4
-blame%2:32:00:: 1 12
-blame%2:32:01:: 2 9
-blanch%2:29:00:: 1 1
-blanched%5:00:00:colorless:02 1 1
-bland%3:00:00:: 1 1
-bland%5:00:00:tasteless:01 2 1
-blandly%4:02:00:: 1 2
-blandness%1:07:02:: 1 1
-blank%5:00:00:empty:00 1 1
-blank%5:00:02:uncommunicative:00 2 1
-blanket%1:06:00:: 1 19
-blanket%1:17:00:: 2 4
-blanket%2:35:00:: 1 1
-blare%1:11:00:: 1 1
-blare%2:39:01:: 1 1
-blaring%1:11:00:: 1 1
-blaspheme%2:32:00:: 1 1
-blasphemous%5:00:00:irreverent:00 1 1
-blasphemy%1:10:00:: 1 1
-blast%1:04:00:: 1 2
-blast%1:11:01:: 2 1
-blast%2:33:00:: 3 1
-blast%2:35:00:: 2 2
-blast%2:39:00:: 1 3
-blasting%5:00:00:destructive:00 1 1
-blatancy%1:07:00:: 1 1
-blatant%5:00:00:noisy:00 2 2
-blatant%5:00:00:unconcealed:00 1 2
-blaze%1:04:00:: 3 1
-blaze%1:11:00:: 2 3
-blaze%1:22:00:: 1 4
-blaze%2:33:00:: 2 3
-blaze%2:43:01:: 1 5
-blaze_away%2:33:00:: 2 1
-blaze_away%2:36:00:: 1 1
-blaze_out%2:38:00:: 1 1
-blazing%5:00:00:bright:00 1 3
-blazing%5:00:00:lighted:00 2 2
-bleach%1:07:00:: 1 1
-bleach%2:30:01:: 1 1
-bleached%5:00:00:colorless:02 1 1
-bleachers%1:06:00:: 1 1
-bleak%5:00:00:hopeless:00 1 2
-bleak%5:00:00:inhospitable:00 2 1
-bleakly%4:02:00:: 1 3
-bleary%5:00:00:tired:00 1 1
-bleat%1:11:00:: 1 1
-bleat%2:32:00:: 2 1
-bleat%2:32:01:: 1 1
-bleb%1:08:00:: 1 1
-bleed%2:29:00:: 1 10
-bleed%2:29:01:: 2 2
-blemish%1:07:00:: 1 1
-blend%1:11:00:: 1 2
-blend%2:35:00:: 1 7
-blend%2:42:00:: 2 1
-blending%1:04:01:: 1 1
-bless%2:32:00:: 1 4
-bless%2:32:02:: 3 1
-bless%2:40:00:: 2 1
-blessed%3:00:00:: 1 1
-blessed%5:00:01:cursed:00 3 1
-blessed%5:00:02:holy:00 2 1
-blessing%1:04:01:: 1 1
-blight%1:26:00:: 1 1
-blight%2:43:00:: 1 1
-blighted%5:00:00:destroyed:00 1 1
-blind%1:06:00:: 3 1
-blind%1:06:01:: 2 1
-blind%1:14:00:: 1 5
-blind%2:39:00:: 2 2
-blind%2:39:01:: 1 2
-blind%3:00:00:: 1 11
-blind%5:00:00:imprudent:00 4 2
-blind%5:00:00:irrational:00 3 3
-blind%5:00:00:unperceptive:00 2 4
-blind_man%1:18:00:: 1 4
-blinded%5:00:00:blind:00 1 1
-blindfolded%5:00:00:blind:00 1 1
-blindly%4:02:00:: 1 4
-blindly%4:02:01:: 2 1
-blindness%1:26:00:: 1 7
-blink%2:29:00:: 1 11
-blink%2:29:01:: 2 2
-blinker%1:06:00:: 1 1
-blinking%5:00:00:bright:00 1 1
-blissful%5:00:00:happy:00 1 1
-blissfully%4:02:00:: 1 2
-blister%2:30:00:: 1 2
-blistered%5:00:00:injured:00 1 2
-blistering%5:00:00:hot:01 2 1
-blistering%5:00:00:unpleasant:00 1 1
-blithe%5:00:00:cheerful:00 2 1
-blithe%5:00:00:unconcerned:00 1 3
-blithely%4:02:00:: 1 2
-blizzard%1:19:00:: 1 1
-bloat%1:26:00:: 1 8
-bloat%2:30:00:: 1 1
-bloated%5:00:00:unhealthy:00 1 1
-blob%1:25:00:: 1 2
-bloc%1:14:00:: 1 1
-block%1:06:00:: 1 29
-block%1:06:06:: 5 1
-block%1:14:00:: 4 1
-block%1:15:00:: 2 6
-block%1:25:01:: 3 1
-block%2:32:00:: 4 1
-block%2:35:00:: 1 7
-block%2:41:00:: 2 3
-block%2:41:01:: 3 1
-block_capital%1:10:00:: 1 2
-block_diagram%1:06:00:: 1 1
-block_off%2:33:00:: 1 1
-block_out%2:31:00:: 1 1
-blockade%1:04:00:: 1 8
-blockading%5:00:00:preventive:00 1 2
-bloke%1:18:00:: 1 1
-blond%3:00:00:: 1 2
-blonde%1:18:00:: 1 2
-blonde%3:00:00:: 1 1
-blood%1:04:00:: 2 6
-blood%1:07:00:: 3 2
-blood%1:08:00:: 1 61
-blood%1:14:00:: 5 1
-blood%1:18:00:: 4 1
-blood-and-guts%5:00:00:intense:00 1 1
-blood-filled%5:00:00:bloody:00 1 1
-blood_group%1:14:00:: 1 3
-blood_pressure%1:19:00:: 1 2
-blood_relative%1:18:00:: 1 1
-blood_transfusion%1:04:00:: 1 1
-blood_vessel%1:08:00:: 1 4
-bloodhound%1:05:00:: 1 2
-bloodless%5:00:00:dead:01 1 1
-bloodshed%1:04:01:: 1 2
-bloodstained%5:00:00:bloody:00 1 1
-bloodstream%1:08:00:: 1 3
-bloodsucking%5:00:00:bloody:00 1 1
-bloodthirsty%5:00:00:bloody:00 1 1
-bloody%3:00:00:: 1 8
-bloom%1:20:00:: 2 2
-bloom%1:22:00:: 1 3
-bloom%1:26:00:: 4 1
-bloom%1:28:00:: 3 1
-bloom%2:30:00:: 1 11
-blooming%1:22:00:: 1 3
-blooming%5:00:00:flowering:00 1 3
-blossom%1:20:00:: 1 6
-blossom%2:30:00:: 2 2
-blossom%2:30:01:: 1 3
-blot%1:07:00:: 1 7
-blot_out%2:30:00:: 1 6
-blotch%1:07:00:: 1 1
-blow%1:04:01:: 1 25
-blow%1:11:00:: 2 7
-blow%1:11:01:: 4 1
-blow%1:11:02:: 3 2
-blow%2:29:00:: 1 6
-blow%2:29:01:: 3 3
-blow%2:30:08:: 6 1
-blow%2:38:00:: 4 2
-blow%2:39:01:: 5 1
-blow%2:43:00:: 2 5
-blow_off%2:35:00:: 1 1
-blow_out%2:30:00:: 1 2
-blow_up%2:30:00:: 2 1
-blow_up%2:30:03:: 1 4
-blower%1:06:00:: 1 3
-blowfish%1:13:00:: 1 1
-blowing%1:22:00:: 1 3
-blowing_gas%1:27:00:: 1 1
-blown%5:00:00:moving:02 1 1
-blown-up%5:00:02:inflated:00 1 1
-blubber%2:29:00:: 1 1
-bludgeon%1:06:00:: 1 2
-blue%1:06:01:: 2 9
-blue%1:07:00:: 1 9
-blue%1:14:00:: 3 3
-blue%1:17:00:: 4 1
-blue%3:01:00:: 3 10
-blue%5:00:00:chromatic:00 1 48
-blue%5:00:00:dejected:00 4 1
-blue%5:00:00:northern:02 2 13
-blue%5:00:02:dirty:02 5 1
-blue-black%5:00:00:achromatic:00 1 1
-blue-collar%3:00:00:: 1 1
-blue-collar%5:00:00:lower-class:00 2 1
-blue-eyed%5:00:00:eyed:00 2 1
-blue-eyed%5:00:00:loved:00 1 1
-blue-green_algae%1:05:00:: 1 1
-blue-ribbon%5:00:00:superior:02 1 1
-blue_air%1:17:00:: 1 1
-blueberry_pie%1:13:00:: 1 1
-bluefish%1:05:00:: 1 1
-blues%1:10:00:: 1 2
-bluestocking%1:18:00:: 1 1
-bluff%1:10:00:: 2 2
-bluff%1:17:00:: 1 5
-bluish%5:00:00:chromatic:00 1 1
-blunder%1:04:00:: 1 2
-blunder%2:41:00:: 1 1
-blunder%2:41:01:: 2 1
-blunt%2:30:01:: 1 1
-blunt%5:00:00:direct:02 3 1
-blunt%5:00:00:dull:01 2 1
-blunt%5:00:00:pointless:00 1 1
-blur%1:09:00:: 1 4
-blur%2:31:00:: 3 1
-blur%2:39:00:: 2 1
-blur%2:39:01:: 1 2
-blurred%5:00:00:indistinct:00 1 5
-blurt%2:32:00:: 1 1
-blush%2:29:00:: 1 9
-blushing%5:00:00:discomposed:00 1 1
-bluster%1:10:00:: 2 1
-bluster%1:26:00:: 1 2
-bluster%2:32:00:: 2 1
-bluster%2:43:00:: 1 1
-blustery%5:00:00:stormy:00 1 1
-boa_constrictor%1:05:00:: 1 6
-board%1:06:00:: 3 4
-board%1:14:00:: 1 28
-board%1:27:00:: 2 18
-board%2:38:00:: 1 5
-board%2:42:00:: 2 2
-board_of_directors%1:14:00:: 1 3
-board_of_regents%1:14:00:: 1 1
-board_of_trustees%1:14:00:: 1 1
-boarding%1:04:00:: 1 2
-boardinghouse%1:06:00:: 1 1
-boast%1:10:00:: 1 1
-boast%2:32:00:: 1 7
-boast%2:42:00:: 2 6
-boastful%5:00:00:proud:00 1 1
-boastfully%4:02:00:: 1 1
-boat%1:06:00:: 1 14
-boater%1:06:00:: 1 1
-boating%1:04:00:: 1 2
-boatload%1:23:00:: 1 1
-boatswain%1:18:00:: 1 3
-bob%2:38:00:: 1 6
-bobby_pin%1:06:00:: 1 1
-bobbysoxer%1:18:00:: 1 1
-bode%2:32:00:: 1 1
-bodice%1:06:00:: 1 1
-bodily%4:02:00:: 1 2
-bodily_function%1:22:00:: 1 1
-body%1:07:00:: 7 2
-body%1:08:00:: 1 113
-body%1:08:01:: 5 7
-body%1:08:02:: 3 14
-body%1:10:00:: 8 1
-body%1:14:00:: 2 19
-body%1:14:02:: 6 5
-body%1:17:00:: 4 7
-body_length%1:23:00:: 1 1
-body_of_water%1:17:00:: 1 1
-body_part%1:08:00:: 1 2
-body_servant%1:18:00:: 1 1
-body_weight%1:07:00:: 1 8
-bodybuilder%1:18:00:: 1 8
-bodybuilding%1:04:00:: 1 1
-bodyguard%1:18:00:: 1 1
-boeotian%3:01:00:: 1 1
-bog%1:17:00:: 1 1
-bog%2:30:00:: 1 1
-bog_down%2:30:01:: 1 1
-bogartian%3:01:00:: 1 1
-bogey%1:18:00:: 1 1
-bogey%2:35:00:: 1 2
-boggle%2:38:00:: 1 1
-bogus%5:00:00:counterfeit:00 1 3
-bogy%1:06:00:: 1 1
-boil%2:30:00:: 2 4
-boil%2:30:01:: 1 4
-boil%2:30:02:: 3 3
-boil_down%2:30:03:: 1 1
-boiled-down%5:00:00:condensed:01 1 1
-boiler%1:06:00:: 1 1
-boiling%1:22:00:: 1 1
-boiling%5:00:00:hot:02 1 1
-boisterous%5:00:00:disorderly:00 1 1
-bold%3:00:00:: 1 9
-bold%5:00:00:conspicuous:00 2 3
-bold%5:00:00:enterprising:00 3 1
-boldly%4:02:00:: 1 2
-boldness%1:07:00:: 1 1
-bolo%1:06:01:: 1 1
-bolshevik%1:18:00:: 1 1
-bolster%1:06:00:: 1 1
-bolster%2:30:01:: 1 3
-bolt%1:04:01:: 4 1
-bolt%1:06:01:: 3 1
-bolt%1:06:02:: 2 1
-bolt%1:19:00:: 1 2
-bolt%2:34:01:: 3 1
-bolt%2:35:00:: 2 2
-bolt%2:38:00:: 1 2
-bolt%4:02:01:: 1 1
-bolt_out%2:38:00:: 1 1
-bomb%1:06:00:: 1 8
-bomb%1:06:01:: 2 1
-bomb%2:33:00:: 1 3
-bomb_calorimeter%1:06:00:: 1 1
-bomb_shelter%1:06:00:: 1 1
-bombast%1:10:00:: 1 1
-bombay%1:15:00:: 1 1
-bomber%1:06:00:: 1 9
-bombing%1:04:00:: 1 2
-bombproof%1:06:00:: 1 3
-bombus%1:05:00:: 1 4
-bond%1:06:00:: 5 1
-bond%1:06:01:: 6 1
-bond%1:19:00:: 1 15
-bond%1:21:02:: 2 13
-bond%1:21:03:: 4 1
-bond%1:24:00:: 3 6
-bond%2:35:00:: 1 1
-bonded%5:00:00:secure:02 1 1
-bondsman%1:18:01:: 1 1
-bone%1:08:00:: 1 10
-bone%1:27:00:: 2 3
-bone_marrow%1:08:00:: 1 2
-bonemeal%1:27:00:: 1 1
-bonfire%1:11:00:: 1 3
-bonn%1:15:00:: 1 1
-bonnet%1:06:00:: 1 3
-bonus%1:09:00:: 1 1
-bony%5:00:00:thin:03 1 2
-boo%2:32:00:: 1 1
-booby%1:18:00:: 1 1
-booby_trap%1:06:00:: 1 2
-book%1:06:00:: 2 10
-book%1:10:00:: 1 46
-book%1:10:01:: 4 1
-book%1:10:02:: 3 2
-book%2:31:00:: 1 3
-book%2:41:00:: 3 1
-book%2:41:01:: 2 1
-book_jacket%1:10:00:: 1 1
-bookcase%1:06:00:: 1 2
-booked%5:00:00:reserved:02 1 1
-booker%1:18:00:: 1 2
-booking%1:04:00:: 2 1
-booking%1:04:01:: 1 6
-bookshelf%1:06:00:: 1 2
-boom%1:11:01:: 1 2
-boom%2:35:00:: 2 1
-boom%2:39:00:: 1 5
-boomerang%2:38:00:: 1 1
-boon%1:26:00:: 1 1
-boon%5:00:00:close:02 1 1
-boost%1:04:00:: 1 3
-boost%1:07:00:: 2 1
-boost%2:30:00:: 4 1
-boost%2:30:02:: 2 2
-boost%2:38:00:: 1 3
-boost%2:41:00:: 3 1
-boost_up%2:38:00:: 1 1
-boot%1:06:00:: 1 13
-boot%1:06:01:: 2 1
-booted%5:00:00:shod:00 1 1
-booth%1:06:00:: 2 1
-booth%1:06:02:: 1 1
-bootlegger%1:18:00:: 1 2
-bootlegging%1:04:00:: 1 1
-booty%1:21:00:: 1 1
-booze%1:13:00:: 1 1
-borate%1:27:00:: 1 1
-border%1:15:00:: 1 5
-border%1:15:01:: 3 1
-border%1:25:00:: 2 1
-border%2:35:01:: 1 3
-border%2:35:02:: 3 1
-border%2:42:00:: 2 1
-border_on%2:42:00:: 1 3
-border_patrolman%1:18:00:: 1 1
-bordering%5:00:00:connected:00 1 1
-borderline%5:00:00:minimal:00 1 1
-bore%2:35:00:: 2 4
-bore%2:37:00:: 1 7
-bored%5:00:00:tired:00 1 1
-bored%5:00:00:uninterested:00 2 1
-boredom%1:12:00:: 1 7
-boring%5:00:00:uninteresting:00 1 2
-born%3:00:00:: 1 5
-born%5:00:00:natural:01 2 3
-borne_in_upon%5:00:00:causative:00 1 1
-borough%1:15:00:: 1 3
-borrow%2:40:00:: 1 16
-borrow%2:40:01:: 2 5
-borrower%1:18:00:: 1 1
-borrowing%1:04:01:: 1 1
-bosom%1:04:00:: 4 1
-bosom%1:06:00:: 3 1
-bosom%1:08:01:: 2 1
-bosom%1:26:00:: 1 1
-boss%1:18:00:: 2 4
-boss%1:18:01:: 1 6
-boss%1:18:03:: 3 1
-boss%5:00:00:important:00 1 2
-boston%1:15:00:: 1 13
-both%5:00:00:some(a):00 1 4
-bother%2:37:00:: 2 16
-bother%2:41:00:: 1 18
-bother%2:41:01:: 3 8
-bottle%1:06:00:: 1 28
-bottle%1:23:00:: 2 2
-bottleneck%1:25:00:: 1 1
-bottom%1:08:00:: 3 2
-bottom%1:15:00:: 1 9
-bottom%1:15:01:: 2 5
-bottom%1:17:00:: 5 1
-bottom%1:28:00:: 4 1
-bottomland%1:17:00:: 1 1
-bottomless%5:00:00:deep:01 1 1
-botulinal%3:01:00:: 1 1
-boucle%1:06:00:: 1 1
-bouffant%5:00:00:large:00 1 1
-bough%1:20:00:: 1 6
-boulder%1:17:00:: 1 1
-boulevard%1:06:00:: 1 1
-bounce%1:04:00:: 2 1
-bounce%1:07:00:: 1 2
-bounce%2:35:03:: 2 5
-bounce%2:38:00:: 1 13
-bounce%2:38:01:: 5 1
-bounce%2:38:02:: 3 4
-bounce%2:40:00:: 4 1
-bounce_back%2:30:00:: 1 2
-bounce_out%2:35:00:: 1 1
-bouncing%1:11:00:: 1 2
-bouncing_betty%1:06:00:: 1 1
-bound%1:25:00:: 1 1
-bound%2:30:00:: 3 2
-bound%2:38:00:: 4 1
-bound%2:38:01:: 1 4
-bound%2:42:00:: 2 2
-bound%3:00:01:: 1 4
-bound%3:00:02:: 3 2
-bound%3:00:03:: 2 3
-bound%5:00:00:obligated(p):00 8 2
-bound%5:00:00:oriented:00 6 1
-bound%5:00:00:treated:02 5 1
-bound%5:00:01:certain:03 4 2
-bound_up%5:00:00:related:02 1 1
-boundary%1:15:00:: 1 4
-boundary%1:25:00:: 2 2
-bounded%5:00:00:finite:00 1 3
-bounding%5:00:00:moving:02 1 1
-boundless%5:00:00:infinite:00 1 1
-bounds%1:07:00:: 2 1
-bounds%1:15:00:: 1 1
-bouquet%1:06:00:: 1 3
-bourbon%1:13:00:: 2 1
-bourbon%1:18:01:: 1 7
-bourgeoisie%1:14:00:: 1 1
-bout%1:04:00:: 2 1
-bout%1:28:00:: 1 1
-bovine%3:01:00:: 1 2
-bow%1:06:00:: 2 2
-bow%1:06:01:: 4 1
-bow%1:06:02:: 3 1
-bow%1:06:03:: 1 4
-bow%2:32:00:: 1 11
-bow%2:32:01:: 2 3
-bow%2:38:00:: 3 1
-bow_down%2:38:00:: 1 1
-bowed%5:00:00:unerect:00 1 5
-bowed_down%5:00:00:burdened:00 1 1
-bower%1:06:00:: 1 1
-bowl%1:06:00:: 3 1
-bowl%1:06:01:: 1 2
-bowl%1:25:00:: 2 1
-bowlder%1:17:00:: 1 1
-bowstring%1:06:00:: 1 1
-box%1:06:00:: 1 25
-box%1:06:02:: 2 8
-box%1:23:00:: 3 3
-box%1:26:00:: 4 1
-box%2:35:02:: 1 1
-box_in%2:42:00:: 1 1
-box_kodak%1:06:00:: 1 1
-boxcar%1:06:00:: 1 5
-boxed%5:00:00:bordered:00 1 1
-boxed_in%5:00:00:enclosed:00 1 1
-boxer%1:18:00:: 1 1
-boy%1:18:00:: 1 144
-boy%1:18:01:: 4 1
-boy%1:18:02:: 2 42
-boy%1:18:03:: 3 16
-boy_scout%1:18:00:: 1 1
-boycott%2:41:00:: 1 2
-boyhood%1:28:00:: 1 6
-boyish%5:00:00:young:00 1 2
-brace%1:06:04:: 1 1
-brace%2:35:00:: 3 1
-brace%2:35:01:: 2 2
-brace%2:37:00:: 1 2
-braced%5:00:00:prepared:00 1 1
-bracing%1:06:00:: 1 2
-brackish%5:00:00:salt:00 1 3
-brad%1:06:00:: 1 1
-brag%2:32:00:: 1 2
-braggadocio%1:10:00:: 1 1
-braid%1:08:00:: 1 1
-braid%2:36:00:: 1 1
-braided%5:00:00:adorned:00 1 1
-brain%1:08:00:: 1 22
-brain%1:09:00:: 2 5
-brain%1:09:01:: 3 5
-brain%1:18:00:: 4 3
-brain_tumor%1:26:00:: 1 1
-brainy%5:00:00:intelligent:00 1 1
-brake%1:06:00:: 1 2
-brakes%1:06:00:: 1 4
-bramble%1:20:02:: 1 3
-branch%1:14:00:: 1 19
-branch%1:20:00:: 2 15
-branch%1:25:00:: 3 5
-branch_out%2:30:00:: 1 1
-branched%5:00:00:divided:00 1 1
-brand%1:09:00:: 2 3
-brand%1:10:00:: 1 7
-brand%1:10:02:: 3 2
-brand%2:41:01:: 1 1
-branded%5:00:00:proprietary:00 1 1
-brandish%2:35:00:: 1 2
-brandish%2:39:00:: 2 1
-brandy%1:13:00:: 1 3
-brash%5:00:00:forward:02 1 1
-brass%1:06:00:: 2 2
-brass%1:06:02:: 5 1
-brass%1:07:00:: 4 1
-brass%1:14:00:: 3 1
-brass%1:27:00:: 1 11
-brassica%1:20:00:: 1 1
-brassy%3:01:00:: 1 1
-bravado%1:10:00:: 1 2
-brave%2:42:00:: 2 1
-brave%2:42:01:: 1 1
-brave%3:00:00:: 1 10
-brave%5:00:00:bold:00 2 1
-bravely%4:02:00:: 1 2
-bravery%1:07:00:: 1 1
-brazen%5:00:00:unashamed:00 1 2
-brazenly%4:02:00:: 1 1
-brazenness%1:07:00:: 1 1
-brazil%1:15:00:: 1 2
-brazilian%3:01:00:: 1 2
-breach%1:04:01:: 1 1
-breach%2:35:00:: 2 1
-breach%2:41:00:: 1 1
-bread%1:13:00:: 1 3
-bread_and_butter%1:21:00:: 1 1
-bread_dough%1:13:00:: 1 1
-breadth%1:07:00:: 2 2
-breadth%1:09:00:: 1 2
-break%1:04:00:: 6 1
-break%1:04:05:: 5 1
-break%1:11:00:: 1 3
-break%1:11:01:: 2 2
-break%1:11:03:: 4 1
-break%1:17:00:: 3 1
-break%2:30:00:: 2 13
-break%2:30:02:: 10 4
-break%2:30:03:: 1 15
-break%2:30:04:: 16 2
-break%2:30:05:: 17 2
-break%2:30:06:: 3 9
-break%2:30:09:: 21 1
-break%2:30:10:: 5 8
-break%2:30:11:: 12 3
-break%2:30:12:: 22 1
-break%2:32:00:: 15 2
-break%2:33:00:: 14 2
-break%2:35:01:: 4 8
-break%2:37:00:: 9 4
-break%2:38:01:: 20 1
-break%2:38:02:: 7 4
-break%2:38:08:: 8 4
-break%2:38:10:: 19 1
-break%2:41:00:: 6 5
-break%2:41:01:: 18 1
-break%2:41:11:: 11 3
-break%2:42:00:: 13 2
-break_away%2:35:00:: 2 1
-break_away%2:38:01:: 1 2
-break_camp%2:38:00:: 1 2
-break_down%2:30:00:: 4 2
-break_down%2:31:00:: 2 3
-break_down%2:33:00:: 1 3
-break_down%2:37:00:: 3 2
-break_down%2:38:00:: 5 1
-break_even%2:38:00:: 2 1
-break_even%2:40:00:: 1 1
-break_in%2:30:03:: 3 2
-break_in%2:32:00:: 2 2
-break_in%2:41:00:: 1 2
-break_into%2:30:00:: 2 2
-break_into%2:32:00:: 1 4
-break_loose%2:30:00:: 1 2
-break_loose%2:38:00:: 2 1
-break_of_day%1:28:00:: 1 1
-break_off%2:30:00:: 2 2
-break_off%2:30:03:: 1 2
-break_off%2:35:01:: 3 1
-break_one's_back%2:41:00:: 1 1
-break_open%2:35:01:: 1 2
-break_out%2:30:00:: 5 1
-break_out%2:30:03:: 2 3
-break_out%2:30:04:: 1 4
-break_out%2:35:00:: 4 1
-break_out%2:38:00:: 3 2
-break_seal%1:06:00:: 1 3
-break_through%2:30:00:: 2 1
-break_through%2:30:02:: 1 3
-break_up%2:30:03:: 6 1
-break_up%2:32:00:: 5 1
-break_up%2:35:02:: 4 1
-break_up%2:38:00:: 3 2
-break_up%2:38:01:: 1 5
-break_up%2:41:00:: 2 3
-break_with%2:41:00:: 1 3
-breakable%1:06:00:: 1 1
-breakaway%1:04:00:: 1 1
-breakdown%1:04:02:: 1 5
-breakfast%1:13:00:: 1 12
-breakfast%2:34:00:: 1 2
-breakfast_table%1:06:00:: 1 3
-breaking%1:04:00:: 1 1
-breaking%3:44:00:: 1 2
-breaking_away%1:04:01:: 1 2
-breakthrough%1:04:02:: 2 1
-breakthrough%1:09:00:: 1 1
-breakup%1:04:00:: 1 2
-breakup%1:11:00:: 2 1
-breakwater%1:06:00:: 1 2
-breast%1:08:00:: 2 2
-breast%1:08:01:: 1 6
-breastwork%1:06:00:: 1 1
-breath%1:04:00:: 1 15
-breath%1:10:00:: 4 1
-breath%1:27:00:: 2 14
-breath%1:28:00:: 3 1
-breathe%2:29:00:: 1 22
-breathe%2:40:00:: 3 1
-breathe%2:42:00:: 2 1
-breathe_in%2:29:00:: 1 1
-breathing%1:04:00:: 1 5
-breathing%3:00:00:: 1 1
-breathing_space%1:28:00:: 1 1
-breathless%3:00:00:: 1 5
-breathless%5:00:00:exciting:00 2 1
-breathlessly%4:02:00:: 1 2
-breeches%1:06:00:: 1 1
-breed%1:14:00:: 2 1
-breed%1:14:01:: 1 5
-breed%2:35:00:: 2 1
-breed%2:36:00:: 1 1
-breeding%1:07:03:: 1 1
-breeding%5:00:00:fruitful:00 1 1
-breeze%1:19:00:: 1 6
-brevity%1:07:00:: 2 1
-brevity%1:10:00:: 1 1
-bribe%1:21:00:: 1 1
-bribe%2:40:00:: 1 1
-briber%1:18:00:: 1 1
-bric-a-brac%1:06:00:: 1 1
-brick%1:06:00:: 1 7
-brick%1:18:00:: 2 1
-bricklayer%1:18:00:: 1 1
-bricklaying%1:04:00:: 1 2
-bride%1:18:00:: 1 3
-bride-gift%1:21:00:: 1 1
-bridegroom%1:18:00:: 1 1
-bridge%1:04:00:: 5 1
-bridge%1:06:00:: 1 4
-bridge%1:06:05:: 2 3
-bridge%1:08:00:: 4 1
-bridge%1:24:00:: 3 2
-bridge%2:35:00:: 2 1
-bridge%2:42:00:: 1 3
-bridged-t%1:06:00:: 1 1
-bridgehead%1:15:00:: 1 1
-bridle%1:06:00:: 1 4
-brief%1:10:01:: 1 2
-brief%2:32:00:: 1 1
-brief%5:00:00:concise:00 2 6
-brief%5:00:00:short:01 3 1
-brief%5:00:00:short:02 1 12
-briefcase%1:06:00:: 1 3
-briefing%1:10:00:: 1 1
-briefly%4:02:00:: 1 10
-briefly%4:02:03:: 2 9
-brier%1:20:04:: 1 2
-brig%1:06:01:: 1 1
-brigade%1:14:00:: 1 19
-brigadier%1:18:00:: 1 4
-brigadier_general%1:18:00:: 1 1
-bright%3:00:00:: 1 16
-bright%4:02:00:: 1 1
-bright%5:00:00:colorful:00 2 6
-bright%5:00:00:glorious:00 6 1
-bright%5:00:00:intelligent:00 3 5
-bright%5:00:00:light:06 4 3
-bright%5:00:00:polished:00 5 1
-bright_blue%5:00:00:chromatic:00 1 1
-brighten%2:30:01:: 1 1
-brightly%4:02:00:: 1 1
-brightness%1:07:00:: 1 11
-brilliance%1:07:00:: 1 1
-brilliance%1:07:01:: 2 1
-brilliancy%1:07:00:: 1 1
-brilliant%5:00:00:bright:00 5 2
-brilliant%5:00:00:colorful:00 4 2
-brilliant%5:00:00:impressive:00 3 2
-brilliant%5:00:00:intelligent:00 2 7
-brilliant%5:00:00:reverberant:00 6 1
-brilliant%5:00:00:superior:02 1 11
-brilliantly%4:02:00:: 2 1
-brilliantly%4:02:01:: 1 3
-brim%1:06:01:: 1 1
-brim_over%2:38:00:: 1 1
-brindle%5:00:00:patterned:00 1 3
-bring%2:30:00:: 5 9
-bring%2:35:00:: 4 19
-bring%2:35:02:: 6 4
-bring%2:35:04:: 2 55
-bring%2:36:00:: 3 31
-bring%2:36:01:: 7 3
-bring%2:38:00:: 1 122
-bring%2:40:00:: 9 1
-bring%2:40:02:: 8 2
-bring_about%2:36:00:: 1 9
-bring_about%2:36:02:: 3 1
-bring_about%2:42:00:: 2 4
-bring_back%2:29:00:: 2 1
-bring_back%2:38:00:: 1 6
-bring_down%2:32:00:: 3 1
-bring_down%2:38:01:: 1 3
-bring_down%2:41:00:: 2 1
-bring_forth%2:29:00:: 4 1
-bring_forth%2:36:00:: 3 1
-bring_forth%2:36:01:: 1 2
-bring_forth%2:39:00:: 2 1
-bring_forward%2:32:00:: 2 1
-bring_forward%2:38:00:: 1 1
-bring_home%2:30:00:: 1 3
-bring_in%2:38:00:: 1 18
-bring_in%2:40:00:: 3 1
-bring_in%2:40:01:: 2 4
-bring_on%2:36:00:: 1 6
-bring_oneself%2:41:00:: 1 3
-bring_out%2:30:00:: 4 1
-bring_out%2:32:00:: 3 1
-bring_out%2:35:00:: 2 2
-bring_out%2:39:00:: 1 9
-bring_to_bear%2:41:00:: 1 4
-bring_together%2:35:01:: 1 6
-bring_together%2:35:02:: 2 3
-bring_up%2:36:00:: 1 3
-bring_up%2:38:00:: 4 1
-bring_up%2:38:02:: 5 1
-bring_up%2:41:00:: 2 2
-bring_up%2:41:01:: 3 1
-bringing%1:04:00:: 1 1
-brink%1:25:00:: 1 1
-brisk%5:00:00:energetic:00 1 2
-brisk%5:00:00:invigorating:00 2 1
-briskly%4:02:00:: 1 4
-bristle%1:05:00:: 2 1
-bristle%1:06:00:: 1 5
-bristle%2:38:00:: 2 2
-bristle%2:42:00:: 1 3
-bristle_at%2:32:00:: 1 1
-britain%1:15:00:: 1 2
-britannic%3:01:00:: 1 1
-british%1:18:00:: 1 3
-british%3:01:00:: 1 11
-brittle%5:00:00:breakable:00 1 2
-broad%3:00:04:: 1 14
-broad%5:00:00:clear:00 4 2
-broad%5:00:00:comprehensive:00 2 12
-broad%5:00:00:general:00 3 5
-broad%5:00:00:high:02 5 1
-broadcast%1:10:00:: 1 3
-broadcast%2:32:01:: 1 2
-broadcast%5:00:00:publicized:00 1 1
-broadcasting%1:10:01:: 1 2
-broadcasting_company%1:14:00:: 1 1
-broaden%2:30:00:: 4 1
-broaden%2:30:01:: 1 9
-broaden%2:30:02:: 2 1
-broaden%2:30:05:: 3 1
-broadening%1:04:00:: 2 1
-broadening%1:04:01:: 1 2
-broadly%4:02:00:: 1 1
-broadside%1:10:00:: 1 1
-broadway%1:15:00:: 1 4
-brocaded%5:00:00:adorned:00 1 1
-broil%2:30:00:: 1 2
-broil%2:30:01:: 2 1
-broiler%1:06:00:: 1 1
-broke%5:00:00:poor:00 1 2
-broken%3:00:01:: 1 16
-broken%3:00:02:: 2 1
-broken%5:00:00:humble:00 3 1
-broken-backed%5:00:00:damaged:00 1 1
-broken-down%5:00:00:damaged:00 1 1
-broker%1:18:00:: 1 1
-brokerage%1:14:00:: 1 1
-bromophenol_blue%1:27:00:: 1 1
-bronc%1:05:00:: 1 4
-bronchial%3:01:00:: 1 4
-bronchial_artery%1:08:00:: 1 25
-bronchiolar%3:01:00:: 1 1
-bronchiole%1:08:00:: 1 13
-bronchiolitis%1:26:00:: 1 1
-bronchus%1:08:00:: 1 7
-bronze%1:27:00:: 1 2
-bronze%5:00:00:chromatic:00 1 1
-bronzed%5:00:00:brunet:00 1 3
-brood%1:14:00:: 1 10
-brood%2:31:00:: 1 5
-brood%2:42:01:: 2 1
-brooding%1:12:00:: 2 1
-brooding%1:22:00:: 1 1
-brooding%5:00:00:thoughtful:00 1 3
-broody_hen%1:05:00:: 1 1
-brook%1:17:00:: 1 3
-brook%2:31:00:: 1 1
-brooklyn%1:15:00:: 1 6
-broom%1:06:00:: 1 3
-broth_of_a_boy%1:18:00:: 1 1
-brothel%1:06:00:: 1 2
-brother%1:18:00:: 1 36
-brother%1:18:02:: 2 6
-brother%5:00:00:related:02 1 1
-brother-in-law%1:18:00:: 1 1
-brotherhood%1:12:00:: 3 1
-brotherhood%1:14:00:: 2 1
-brotherhood%1:24:00:: 1 1
-brotherly%3:00:00:: 1 1
-brow%1:08:00:: 1 9
-brow%1:08:01:: 2 3
-brow%1:15:00:: 3 2
-browbeat%2:37:00:: 1 1
-brown%1:07:00:: 1 2
-brown%2:30:00:: 1 1
-brown%5:00:00:chromatic:00 1 38
-brownish%5:00:00:chromatic:00 1 1
-brucellosis%1:26:01:: 1 1
-bruise%1:26:00:: 1 1
-bruise%2:35:00:: 1 2
-bruised%5:00:01:injured:00 1 2
-bruised%5:00:02:injured:00 2 1
-bruit%2:32:00:: 1 1
-brush%1:06:00:: 2 8
-brush%1:11:00:: 3 1
-brush%1:14:00:: 1 11
-brush%2:30:00:: 5 1
-brush%2:35:00:: 2 10
-brush%2:35:01:: 1 11
-brush%2:35:02:: 3 5
-brush%2:38:00:: 4 2
-brush_aside%2:32:00:: 1 2
-brush_cut%1:08:00:: 1 1
-brush_fire%1:11:00:: 1 1
-brush_on%2:35:00:: 1 1
-brush_up%2:31:00:: 1 1
-brushed%5:00:00:groomed:00 2 1
-brushed%5:00:00:touched:00 1 1
-brushing%1:04:03:: 1 2
-brushy%5:00:00:wooded:00 1 2
-brutal%5:00:01:inhumane:00 2 1
-brutal%5:00:02:inhumane:00 1 1
-brutality%1:04:00:: 2 2
-brutality%1:07:00:: 1 2
-brute%1:18:00:: 1 2
-brute%5:00:00:inhumane:00 1 1
-bubble%1:17:00:: 1 6
-bubble%2:30:00:: 1 3
-bubble_gum%1:13:00:: 1 1
-bubble_over%2:37:00:: 1 1
-buck%1:06:01:: 1 1
-buck%2:41:00:: 2 1
-buck%2:41:01:: 1 2
-buck_up%2:37:00:: 1 1
-buckboard%1:06:00:: 1 2
-bucket%1:06:00:: 1 2
-buckle%1:06:00:: 1 2
-buckle%2:30:00:: 3 1
-buckle%2:35:00:: 1 1
-buckle%2:35:01:: 2 1
-buckskin%1:05:00:: 1 8
-bucolic%5:00:01:rural:00 1 1
-bud%1:20:00:: 2 2
-bud%1:20:02:: 1 3
-bud%2:30:00:: 1 2
-bud%2:30:02:: 2 1
-buddha%1:18:00:: 1 3
-buddhist%1:18:00:: 1 1
-buddhist%3:01:00:: 1 1
-buddy%1:18:00:: 1 7
-budge%2:38:00:: 1 3
-budget%1:21:02:: 1 4
-budget%1:21:03:: 2 3
-budget%2:31:00:: 1 2
-budgetary%3:01:00:: 1 1
-buff%1:18:00:: 1 2
-buff%2:35:02:: 1 1
-buffalo%1:05:02:: 1 3
-buffer%1:27:00:: 1 8
-buffer%2:30:00:: 1 5
-buffet%1:06:00:: 1 1
-buffet%2:35:00:: 1 3
-buffoon%1:18:01:: 1 1
-bug%1:05:02:: 1 1
-bug%2:37:00:: 1 1
-bug_out%2:38:00:: 1 1
-buggy%1:06:00:: 1 2
-bugle%1:06:00:: 1 3
-bugler%1:18:00:: 1 1
-build%1:07:00:: 1 2
-build%2:30:00:: 2 11
-build%2:30:02:: 4 1
-build%2:36:00:: 1 123
-build%2:36:09:: 3 4
-build_on%2:42:00:: 1 2
-build_up%2:30:00:: 2 6
-build_up%2:30:01:: 3 6
-build_up%2:30:02:: 1 7
-build_up%2:33:00:: 4 2
-builder%1:27:00:: 1 11
-building%1:04:00:: 2 3
-building%1:04:01:: 3 1
-building%1:06:00:: 1 48
-building%5:00:00:increasing:00 1 2
-building_supply_house%1:06:00:: 1 1
-buildup%1:04:00:: 1 3
-built%5:00:00:collective:00 2 2
-built%5:00:00:improved:00 1 4
-built%5:00:00:shapely:00 3 1
-built-in%5:00:00:intrinsic:00 1 2
-bulb%1:06:00:: 2 2
-bulb%1:06:01:: 3 1
-bulb%1:20:00:: 1 2
-bulgaria%1:15:00:: 1 1
-bulge%1:25:00:: 1 3
-bulge%2:30:00:: 1 3
-bulging%3:00:06:: 1 1
-bulging%5:00:00:protrusive:00 2 1
-bulk%1:07:00:: 2 1
-bulk%1:07:02:: 1 5
-bulk%2:30:01:: 1 2
-bulk%5:00:00:wholesale:00 1 1
-bulky%5:00:00:large:00 1 4
-bull%1:04:00:: 4 1
-bull%1:05:01:: 1 2
-bull%1:10:00:: 3 1
-bull%1:18:02:: 2 1
-bull%2:41:00:: 1 1
-bull's_eye%1:04:00:: 1 13
-bull's_eye%1:04:01:: 3 1
-bull's_eye%1:15:00:: 2 2
-bullet%1:06:00:: 1 35
-bullet_hole%1:17:00:: 1 1
-bullethead%1:08:00:: 1 1
-bulletin%1:10:00:: 1 2
-bulletin%2:32:00:: 1 2
-bullnecked%5:00:00:strong:00 1 1
-bullshit%2:32:00:: 1 1
-bully%1:18:00:: 1 1
-bully%5:00:00:good:01 1 1
-bullyboy%1:18:00:: 1 1
-bum%1:18:01:: 2 1
-bum%1:18:02:: 1 2
-bum%2:40:00:: 1 1
-bumblebee%1:05:00:: 1 13
-bump%2:35:00:: 1 2
-bump%2:38:00:: 3 1
-bump%2:40:12:: 2 1
-bump_into%2:35:00:: 1 1
-bump_off%2:41:00:: 1 2
-bunch%1:14:00:: 1 6
-bunch%1:14:01:: 2 3
-bunch%1:14:02:: 3 1
-bunch%2:35:00:: 2 1
-bunch%2:38:00:: 1 2
-bunched%5:00:00:concentrated:00 1 1
-bundle%1:06:00:: 2 4
-bundle%1:14:00:: 1 4
-bundle%2:35:00:: 1 2
-bundled-up%5:00:00:clothed:00 1 1
-bunk%1:06:00:: 2 4
-bunk%1:06:01:: 3 3
-bunk%1:06:03:: 1 9
-bunker%1:06:00:: 1 1
-bunker%2:35:00:: 1 1
-bunkmate%1:18:00:: 1 2
-bunt%1:04:00:: 1 1
-bunter%1:18:00:: 1 1
-buoy_up%2:32:00:: 1 1
-buoyant%5:00:00:cheerful:00 2 1
-buoyant%5:00:00:light:01 1 1
-burden%1:06:01:: 2 2
-burden%1:09:01:: 1 7
-burdened%3:00:00:: 1 1
-bureau%1:06:00:: 2 1
-bureau%1:14:00:: 1 3
-bureaucracy%1:14:00:: 1 6
-bureaucratic%3:01:00:: 1 3
-burgeon%2:30:01:: 1 3
-burglar%1:18:00:: 1 1
-burglary%1:04:00:: 1 2
-burial%1:11:00:: 1 5
-buried%5:00:00:concealed:00 1 3
-burly%5:00:00:robust:00 1 2
-burma%1:15:00:: 1 3
-burn%1:26:00:: 1 1
-burn%1:26:02:: 2 1
-burn%2:29:00:: 12 1
-burn%2:30:00:: 3 9
-burn%2:30:01:: 7 2
-burn%2:30:02:: 1 11
-burn%2:30:08:: 11 1
-burn%2:37:00:: 6 2
-burn%2:39:00:: 4 4
-burn%2:39:04:: 10 1
-burn%2:40:01:: 9 1
-burn%2:41:00:: 8 1
-burn%2:43:01:: 2 10
-burn%2:43:02:: 5 2
-burn_down%2:30:00:: 1 3
-burn_down%2:30:02:: 2 2
-burn_off%2:30:00:: 2 1
-burn_off%2:34:00:: 1 1
-burn_up%2:43:00:: 1 1
-burned%3:44:00:: 1 1
-burned%5:00:00:injured:00 2 1
-burner%1:06:00:: 1 1
-burning%1:04:00:: 1 1
-burning%5:00:00:lighted:00 4 1
-burning%5:00:00:painful:00 1 3
-burning%5:00:00:passionate:00 3 1
-burning%5:00:01:hot:01 2 2
-burnish%2:36:00:: 1 1
-burnt%5:00:00:cooked:00 1 1
-burnt_sienna%1:07:00:: 1 1
-burr%1:06:00:: 2 1
-burr%1:20:00:: 1 2
-burr-headed%5:00:00:headed:01 1 1
-burrow%1:17:00:: 1 4
-burrow%2:38:00:: 1 3
-bursitis%1:26:00:: 1 1
-burst%1:04:00:: 1 5
-burst%1:04:01:: 2 2
-burst%1:04:02:: 3 1
-burst%2:30:00:: 1 11
-burst%2:30:02:: 6 2
-burst%2:30:09:: 3 7
-burst%2:37:00:: 2 7
-burst%2:38:00:: 4 4
-burst%2:42:00:: 5 2
-burst_out%2:30:01:: 2 1
-burst_out%2:32:00:: 1 3
-bursting%5:00:00:explosive:00 1 1
-bury%2:35:00:: 3 3
-bury%2:35:01:: 5 1
-bury%2:35:02:: 4 1
-bury%2:39:00:: 1 7
-bury%2:41:00:: 2 6
-bus%1:06:00:: 1 2
-bus_company%1:14:00:: 1 1
-bus_line%1:06:00:: 1 1
-bus_stop%1:15:00:: 1 1
-busboy%1:18:00:: 1 3
-bush%1:14:00:: 3 2
-bush%1:15:00:: 2 2
-bush%1:20:00:: 1 5
-bush_jacket%1:06:00:: 1 1
-bushel%1:23:02:: 1 3
-bushwhack%2:33:00:: 1 1
-bushwhacker%1:18:00:: 1 1
-bushwhacking%5:00:00:concealed:00 1 1
-bushy%5:00:00:ungroomed:00 1 1
-busily%4:02:00:: 1 3
-business%1:04:00:: 3 13
-business%1:04:01:: 2 20
-business%1:04:02:: 6 7
-business%1:09:00:: 5 9
-business%1:09:01:: 4 12
-business%1:14:00:: 1 35
-business%1:14:02:: 7 5
-business%5:00:00:commercial:00 1 3
-business_activity%1:04:00:: 1 1
-business_agent%1:18:00:: 1 1
-business_concern%1:14:00:: 1 14
-business_district%1:15:00:: 1 2
-business_enterprise%1:04:00:: 1 1
-business_executive%1:18:00:: 1 1
-business_firm%1:14:00:: 1 1
-business_leader%1:18:00:: 1 1
-business_organization%1:14:00:: 1 1
-business_relationship%1:26:00:: 1 1
-businesslike%5:00:00:efficient:00 1 1
-businessman%1:18:00:: 1 10
-businessmen%1:14:00:: 1 1
-bust%2:35:01:: 1 1
-busted%5:00:00:broken:01 1 1
-bustle%1:04:00:: 1 1
-bustle%2:38:00:: 1 2
-bustle_about%2:38:00:: 1 1
-bustling%5:00:00:active:06 1 2
-busy%2:41:00:: 1 1
-busy%3:00:00:: 1 30
-busy%5:00:00:fancy:00 2 1
-busy%5:00:00:intrusive:01 3 1
-busy%5:00:01:active:06 4 1
-but%4:02:01:: 1 2
-but_then%4:02:00:: 1 1
-butcher%2:35:00:: 1 1
-butler%1:18:00:: 1 1
-butt%1:06:00:: 1 2
-butt%2:35:00:: 2 2
-butt%2:35:01:: 3 1
-butt%2:35:02:: 1 3
-butt_against%2:35:00:: 1 2
-butter%1:13:00:: 1 3
-butterfat%1:27:00:: 1 1
-buttocks%1:08:00:: 1 1
-button%1:06:00:: 1 8
-button%1:06:01:: 2 6
-button-down%5:00:00:conventional:01 1 1
-buttoned%3:00:00:: 1 1
-buttressed%5:00:00:supported:00 1 1
-buy%2:40:00:: 1 102
-buy%2:40:02:: 2 2
-buy_it%2:30:00:: 1 1
-buy_out%2:40:00:: 1 2
-buy_time%2:30:00:: 1 1
-buy_up%2:40:00:: 1 2
-buyer%1:18:00:: 1 1
-buying%1:04:00:: 1 3
-buzz%1:04:00:: 2 1
-buzz%1:11:00:: 1 1
-buzz%2:38:00:: 2 3
-buzz%2:39:00:: 1 4
-buzz%2:42:00:: 3 2
-buzzing%5:00:00:noisy:00 1 2
-bw%1:04:00:: 1 5
-by%4:02:00:: 1 2
-by-product%1:06:00:: 2 2
-by-product%1:19:00:: 1 4
-by_a_long_shot%4:02:00:: 1 1
-by_all_means%4:02:00:: 1 1
-by_and_large%4:02:00:: 1 2
-by_any_means%4:02:00:: 1 1
-by_chance%4:02:01:: 1 1
-by_design%4:02:00:: 1 1
-by_far%4:02:00:: 1 2
-by_hand%4:02:01:: 1 1
-by_heart%4:02:00:: 1 1
-by_luck%4:02:00:: 1 1
-by_nature%4:02:00:: 1 1
-by_no_means%4:02:00:: 1 15
-by_the_way%4:02:00:: 1 5
-by_word_of_mouth%4:02:01:: 1 1
-bygone%1:28:00:: 1 1
-bygone%5:00:00:past:00 1 1
-bypass%1:06:00:: 1 1
-bypass%2:32:00:: 1 4
-c%1:23:02:: 1 21
-cab%1:06:02:: 1 4
-cabana%1:06:00:: 1 3
-cabbage%1:13:00:: 1 1
-cabin%1:06:01:: 1 5
-cabin%1:06:02:: 2 3
-cabinet%1:06:00:: 1 4
-cable%1:06:00:: 3 1
-cable%1:06:02:: 2 1
-cable%1:10:00:: 1 2
-cable%2:32:00:: 1 1
-cache%1:06:00:: 1 1
-cackle%2:29:00:: 3 1
-cackle%2:32:00:: 2 1
-cackle%2:32:01:: 1 2
-cackly%5:00:00:cacophonous:00 1 1
-cadaver%1:08:00:: 1 1
-cadaverous%5:00:00:thin:03 1 1
-cadence%1:10:01:: 1 1
-cadenza%1:10:00:: 1 2
-cadmium_yellow%1:27:00:: 1 1
-cadre%1:14:00:: 2 1
-cadre%1:14:01:: 1 1
-caesar%1:18:00:: 1 1
-cafe%1:06:00:: 1 5
-cafeteria%1:06:00:: 1 13
-cage%1:06:00:: 1 4
-cage%1:26:00:: 2 2
-cagey%5:00:00:smart:00 1 1
-cake%1:06:00:: 1 2
-calamity%1:11:00:: 1 3
-calcification%1:22:00:: 1 1
-calcify%2:30:02:: 1 1
-calcium%1:27:00:: 1 3
-calcium_hydride%1:27:00:: 1 1
-calcium_lactate%1:27:00:: 1 1
-calculate%2:31:00:: 1 21
-calculate%2:31:03:: 2 3
-calculated%5:00:00:premeditated:00 1 2
-calculating%5:00:00:hard:02 1 1
-calculatingly%4:02:00:: 1 1
-calculation%1:04:00:: 1 7
-calculation%1:09:00:: 2 4
-calculus%1:17:00:: 1 1
-calendar%1:10:01:: 2 1
-calendar%1:28:00:: 1 1
-calendar_year%1:28:00:: 1 13
-calf%1:05:00:: 1 6
-calf%1:08:00:: 2 1
-caliber%1:07:00:: 1 2
-caliber%1:07:01:: 2 1
-calibrate%2:30:00:: 1 4
-calibration%1:04:00:: 1 7
-calibre%1:07:00:: 1 1
-caliche-topped%5:00:00:unpaved:00 1 1
-california%1:15:00:: 1 13
-californian%1:18:00:: 1 1
-caliph%1:18:00:: 1 1
-call%1:04:03:: 6 1
-call%1:09:00:: 2 4
-call%1:10:01:: 1 9
-call%1:10:02:: 3 3
-call%1:10:03:: 5 1
-call%1:10:05:: 4 2
-call%2:32:00:: 2 51
-call%2:32:01:: 3 38
-call%2:32:02:: 1 91
-call%2:32:03:: 10 1
-call%2:32:04:: 9 1
-call%2:32:05:: 5 25
-call%2:32:09:: 4 25
-call%2:32:13:: 8 1
-call%2:41:00:: 6 9
-call%2:41:04:: 7 9
-call-back%1:10:00:: 1 1
-call-board%1:06:00:: 1 1
-call_back%2:31:00:: 2 1
-call_back%2:40:00:: 1 1
-call_for%2:32:00:: 3 7
-call_for%2:32:03:: 4 1
-call_for%2:32:04:: 1 24
-call_for%2:42:00:: 2 21
-call_in%2:32:00:: 5 1
-call_in%2:32:02:: 2 2
-call_in%2:35:00:: 1 2
-call_in%2:41:00:: 3 1
-call_in%2:41:02:: 4 1
-call_off%2:41:00:: 1 1
-call_on%2:32:00:: 1 8
-call_out%2:32:00:: 2 6
-call_out%2:32:01:: 1 12
-call_up%2:31:04:: 3 1
-call_up%2:32:00:: 2 1
-call_up%2:32:03:: 1 2
-call_upon%2:32:00:: 1 10
-called%5:00:00:titled:00 1 32
-called%5:00:01:titled:00 2 7
-called_for%5:00:00:appropriate:00 1 1
-called_upon%5:00:00:obligated(p):00 1 1
-caller%1:18:00:: 1 3
-callous%5:00:00:insensitive:02 1 3
-calloused%5:00:00:tough:02 1 2
-callously%4:02:00:: 1 1
-callousness%1:07:00:: 1 1
-calm%1:07:00:: 1 3
-calm%2:30:00:: 2 1
-calm%2:37:00:: 1 5
-calm%5:00:00:composed:00 1 11
-calm%5:00:00:peaceful:00 2 8
-calm_down%2:37:01:: 1 4
-calming%5:00:00:unalarming:00 1 1
-calmly%4:02:00:: 1 9
-calmly%4:02:01:: 2 2
-calmness%1:07:00:: 1 2
-calorimeter%1:06:00:: 1 1
-calorimetric%3:01:00:: 1 1
-calumniate%2:32:00:: 1 1
-calumny%1:10:00:: 1 1
-calving%1:22:00:: 1 3
-camaraderie%1:07:00:: 1 1
-cambodia%1:15:00:: 1 1
-cambridge%1:06:00:: 1 1
-camera%1:06:00:: 1 18
-camera%1:06:01:: 2 4
-camera_lens%1:06:00:: 1 1
-camouflage%2:39:00:: 1 1
-camp%1:06:00:: 1 19
-camp%1:06:01:: 3 6
-camp%1:06:02:: 5 2
-camp%1:09:00:: 6 1
-camp%1:14:00:: 2 7
-camp%1:14:01:: 4 2
-camp%2:42:00:: 1 7
-camp_ground%1:15:00:: 1 4
-camp_out%2:42:00:: 1 1
-camp_site%1:15:00:: 1 1
-campaign%1:04:00:: 3 4
-campaign%1:04:02:: 2 5
-campaign%1:11:00:: 1 9
-campaign%2:33:01:: 1 7
-campaign%2:41:10:: 2 2
-camper%1:18:00:: 1 10
-camper_trailer%1:06:00:: 1 1
-campfire%1:11:00:: 1 3
-camping%1:04:00:: 1 13
-campmate%1:18:00:: 1 1
-campus%1:15:00:: 1 2
-can%1:06:00:: 1 2
-can%2:30:00:: 2 2
-can%2:41:00:: 3 1
-can%2:42:00:: 1 7
-canada%1:15:00:: 1 9
-canadian%3:01:00:: 1 1
-cancel%2:41:03:: 1 9
-cancel_out%2:30:00:: 1 3
-cancellation%1:04:00:: 1 2
-cancer%1:26:00:: 1 15
-candid%5:00:00:direct:02 1 1
-candidacy%1:04:00:: 1 1
-candidate%1:18:00:: 2 5
-candidate%1:18:01:: 1 20
-candidly%4:02:00:: 1 1
-candle%1:06:00:: 1 4
-candle_flame%1:19:00:: 1 1
-candlewick%1:06:00:: 1 1
-candour%1:07:00:: 1 1
-candy%1:13:00:: 1 1
-candy_store%1:06:00:: 1 1
-cane%1:06:01:: 1 5
-cane%2:35:00:: 1 1
-caning%1:06:00:: 1 1
-cannon%1:06:00:: 1 11
-cannon_fodder%1:18:00:: 1 1
-canon%1:10:00:: 1 5
-canonist%3:01:00:: 1 2
-canonize%2:32:00:: 1 1
-canonized%5:00:00:authorized:00 1 1
-cant%1:10:01:: 1 1
-canteen%1:06:00:: 1 12
-canter%1:04:00:: 1 1
-canter%2:38:00:: 1 1
-cantering%3:44:00:: 1 1
-cantilever%1:06:00:: 1 1
-cantle%1:06:00:: 1 1
-canvas%1:06:00:: 1 7
-canvas%1:06:02:: 4 1
-canvas%1:06:04:: 2 3
-canvas%1:26:00:: 3 1
-canvass%2:41:01:: 1 2
-canyon%1:17:00:: 1 5
-canyonside%1:17:00:: 1 1
-cap%1:06:00:: 1 10
-cap%1:06:02:: 2 2
-cap%1:06:03:: 4 1
-cap%1:06:05:: 3 1
-cap%2:42:00:: 1 3
-capability%1:07:00:: 1 8
-capable%3:00:00:: 1 20
-capable%3:00:02:: 3 2
-capable%5:00:00:adequate:00 4 2
-capable%5:00:00:competent:00 5 1
-capable%5:00:00:susceptible:00 2 5
-capacitance%1:19:00:: 1 1
-capacitor%1:06:00:: 1 2
-capacity%1:04:00:: 4 3
-capacity%1:04:01:: 5 1
-capacity%1:07:00:: 1 15
-capacity%1:23:00:: 3 6
-capacity%1:26:00:: 2 9
-cape%1:06:00:: 2 1
-cape%1:17:00:: 1 2
-caper%2:38:00:: 1 1
-capillary%1:06:00:: 1 2
-capillary_action%1:19:00:: 1 1
-capillary_bed%1:08:00:: 1 4
-capillary_tubing%1:06:00:: 1 1
-capital%1:10:00:: 4 1
-capital%1:15:00:: 3 3
-capital%1:21:00:: 2 3
-capital%1:21:01:: 1 15
-capital_gain%1:21:00:: 1 3
-capital_loss%1:21:00:: 1 1
-capital_punishment%1:04:00:: 1 1
-capital_stock%1:21:00:: 1 2
-capitalism%1:14:00:: 1 9
-capitalist%1:18:01:: 1 1
-capitalist%3:01:00:: 1 3
-capitalistic%3:00:00:: 1 1
-capitalize%2:40:00:: 1 3
-capitulate%2:33:00:: 1 1
-capstan%1:06:00:: 1 1
-capsule%1:06:00:: 2 2
-capsule%1:06:02:: 1 2
-captain%1:18:02:: 2 14
-captain%1:18:03:: 4 6
-captain%1:18:04:: 3 7
-captain%1:18:05:: 1 16
-captain%1:18:06:: 5 2
-captivate%2:37:00:: 1 2
-captivating%5:00:00:attractive:01 1 1
-captive%1:18:00:: 2 1
-captive%1:18:01:: 1 1
-captive%5:00:00:unfree:00 1 1
-captivity%1:26:01:: 2 1
-captivity%1:26:02:: 1 2
-captor%1:18:00:: 1 1
-capture%1:04:00:: 1 2
-capture%1:22:01:: 2 1
-capture%2:35:00:: 6 1
-capture%2:35:01:: 3 4
-capture%2:36:00:: 1 5
-capture%2:37:00:: 2 4
-capture%2:40:00:: 5 1
-capture%2:40:01:: 4 1
-car%1:06:00:: 1 71
-car%1:06:01:: 2 2
-car_door%1:06:00:: 1 1
-carabao%1:05:00:: 1 1
-caravan%1:14:00:: 1 1
-carbine%1:06:00:: 1 2
-carbon%1:27:00:: 1 6
-carbon_dioxide%1:27:00:: 1 1
-carbon_tetrachloride%1:27:00:: 1 19
-carbon_tetrahalide%1:27:00:: 1 1
-carbonate%1:27:00:: 1 1
-carboxymethyl_cellulose%1:27:00:: 1 1
-carcass%1:05:00:: 1 2
-card%1:06:00:: 1 5
-card%1:10:00:: 3 1
-card%1:10:01:: 2 2
-card-playing%5:00:00:indulgent:00 1 1
-card_table%1:06:01:: 1 1
-cardboard%1:27:00:: 1 1
-cardinal%1:18:00:: 1 2
-cardinal%5:00:00:important:00 1 3
-cardiomegaly%1:26:00:: 1 1
-cardiovascular%3:01:00:: 1 1
-cardroom%1:06:00:: 1 1
-cards%1:04:00:: 1 1
-care%1:04:00:: 6 1
-care%1:04:01:: 1 9
-care%1:04:02:: 5 1
-care%1:09:00:: 2 4
-care%1:12:00:: 4 1
-care%1:12:01:: 3 1
-care%2:37:00:: 3 7
-care%2:37:02:: 1 64
-care%2:37:12:: 5 1
-care%2:41:11:: 4 4
-care%2:41:13:: 2 9
-care_a_hang%2:37:00:: 1 1
-care_for%2:37:01:: 1 4
-careen%2:38:01:: 1 1
-career%1:04:00:: 1 22
-career%1:04:01:: 2 8
-career%2:38:00:: 1 3
-careerism%1:04:00:: 1 1
-carefree%5:00:00:untroubled:00 1 4
-careful%3:00:00:: 1 19
-careful%5:00:00:mindful:00 2 2
-careful%5:00:00:unhurried:00 3 1
-carefully%4:02:00:: 1 39
-carefully%4:02:02:: 2 6
-careless%3:00:00:: 1 3
-careless%5:00:00:artless:00 2 1
-carelessly%4:02:02:: 1 1
-carelessness%1:04:00:: 2 1
-carelessness%1:07:00:: 1 1
-caress%1:04:00:: 1 2
-caress%2:35:00:: 1 5
-caressing%5:00:00:loving:00 1 1
-caressingly%4:02:00:: 1 1
-caretaker%1:18:00:: 1 1
-careworn%5:00:00:tired:00 1 1
-cargo%1:06:00:: 1 3
-caribbean%1:17:00:: 1 1
-caribbean_island%1:15:00:: 1 1
-caricature%2:32:00:: 1 1
-carload%1:14:00:: 1 1
-carnal%5:00:00:physical:00 1 2
-carnival%1:04:00:: 1 1
-carpenter%1:18:00:: 1 8
-carpentry%1:04:00:: 1 3
-carpet%1:06:00:: 1 3
-carpeted%3:00:00:: 1 2
-carping%1:10:00:: 1 1
-carping%5:00:00:critical:01 1 1
-carriage%1:06:00:: 2 2
-carriage%1:06:01:: 1 2
-carrier%1:06:01:: 3 3
-carrier%1:06:03:: 2 3
-carrier%1:14:00:: 5 1
-carrier%1:18:03:: 1 3
-carrier%1:27:00:: 4 1
-carry%1:04:00:: 1 1
-carry%2:30:05:: 9 3
-carry%2:31:12:: 12 2
-carry%2:32:02:: 4 8
-carry%2:32:07:: 17 1
-carry%2:33:01:: 11 2
-carry%2:35:01:: 6 5
-carry%2:35:02:: 1 72
-carry%2:35:08:: 16 1
-carry%2:35:09:: 5 6
-carry%2:36:00:: 15 1
-carry%2:38:03:: 3 8
-carry%2:40:00:: 14 1
-carry%2:41:00:: 8 4
-carry%2:41:01:: 13 1
-carry%2:42:01:: 2 36
-carry%2:42:02:: 10 2
-carry%2:42:03:: 7 4
-carry-over%1:09:00:: 1 1
-carry_away%2:35:00:: 1 6
-carry_forward%2:38:00:: 1 1
-carry_on%2:32:00:: 3 1
-carry_on%2:41:00:: 1 9
-carry_on%2:42:00:: 2 1
-carry_out%2:30:00:: 2 16
-carry_out%2:36:00:: 1 21
-carry_out%2:41:02:: 4 1
-carry_out%2:41:15:: 3 6
-carry_over%2:30:00:: 1 4
-carry_over%2:38:01:: 2 2
-carry_through%2:36:00:: 1 4
-carrying_into_action%1:04:00:: 1 1
-cart%1:06:00:: 1 5
-cart%1:06:01:: 2 1
-cart%2:35:00:: 1 1
-cart_off%2:35:00:: 1 1
-cartesian%3:01:00:: 1 1
-cartilage%1:08:00:: 1 1
-carton%1:23:00:: 1 1
-cartoon%1:10:00:: 1 2
-cartoonist%1:18:00:: 1 3
-cartridge%1:06:00:: 1 7
-cartridge_belt%1:06:00:: 1 1
-cartwheel%1:04:00:: 2 1
-cartwheel%1:06:00:: 1 1
-carve%2:35:01:: 1 9
-carve%2:35:02:: 2 3
-carved%3:00:00:: 1 2
-carven%3:00:00:: 1 2
-carving%1:06:00:: 1 2
-cascade%2:38:00:: 1 1
-cascade_down%2:38:00:: 1 1
-case%1:04:00:: 3 19
-case%1:06:00:: 5 7
-case%1:09:00:: 4 11
-case%1:10:00:: 11 1
-case%1:10:01:: 9 3
-case%1:10:02:: 8 3
-case%1:11:00:: 1 72
-case%1:18:02:: 7 3
-case%1:18:03:: 6 5
-case%1:23:00:: 10 2
-case%1:26:00:: 2 39
-case%2:39:00:: 1 1
-case_history%1:10:00:: 1 1
-case_in_point%1:09:00:: 1 2
-case_load%1:04:00:: 1 1
-casebook%5:00:00:standard:01 1 1
-cash%1:21:00:: 1 9
-cash%2:40:00:: 1 2
-cash_basis%1:21:00:: 1 1
-cash_in_on%2:40:00:: 1 1
-cash_register%1:06:00:: 1 1
-cashmere%1:06:00:: 1 1
-casino%1:06:00:: 1 1
-cassite%1:10:00:: 1 1
-cassocked%5:00:00:clothed:00 1 1
-cast%1:06:03:: 2 1
-cast%1:14:00:: 1 10
-cast%2:35:00:: 4 1
-cast%2:36:01:: 3 2
-cast%2:36:02:: 1 15
-cast%2:40:13:: 2 3
-cast%5:00:00:formed:00 1 1
-cast_around%2:31:00:: 1 1
-cast_aside%2:40:00:: 1 2
-cast_down%2:37:00:: 1 1
-cast_iron%1:27:00:: 1 1
-cast_off%2:35:00:: 1 1
-castanets%1:06:00:: 1 1
-castigate%2:32:00:: 1 1
-castigation%1:10:00:: 1 1
-castle%1:06:00:: 2 1
-castle%1:06:02:: 1 3
-castroism%1:14:00:: 1 2
-casual%5:00:00:careless:00 5 1
-casual%5:00:00:unconcerned:00 1 3
-casual%5:00:01:informal:01 3 2
-casual%5:00:01:unplanned:00 4 1
-casual%5:00:02:unplanned:00 2 2
-casually%4:02:00:: 2 1
-casually%4:02:01:: 1 1
-cat%1:05:00:: 1 18
-catalog%1:10:00:: 1 2
-catalog%1:10:01:: 2 1
-catalogue%1:10:01:: 1 4
-catalogue%2:31:00:: 1 2
-catalogue%2:36:00:: 2 1
-catapult%2:35:00:: 1 2
-catapult%2:35:01:: 2 1
-catapultian%3:01:00:: 1 1
-catastrophe%1:11:00:: 1 3
-catastrophe%1:26:00:: 2 1
-catastrophic%5:00:02:harmful:00 1 1
-catastrophically%4:02:00:: 1 2
-catatonic%3:01:00:: 1 1
-catcall%1:10:00:: 1 2
-catch%1:07:00:: 1 1
-catch%2:29:10:: 19 1
-catch%2:30:00:: 12 2
-catch%2:31:00:: 17 1
-catch%2:31:01:: 1 19
-catch%2:31:03:: 18 1
-catch%2:33:10:: 11 2
-catch%2:35:00:: 4 8
-catch%2:35:01:: 5 8
-catch%2:35:03:: 8 4
-catch%2:35:06:: 6 7
-catch%2:35:07:: 7 6
-catch%2:35:08:: 16 1
-catch%2:35:13:: 3 10
-catch%2:38:00:: 9 3
-catch%2:39:00:: 14 1
-catch%2:39:01:: 2 14
-catch%2:39:02:: 15 1
-catch%2:40:00:: 10 2
-catch%2:41:13:: 13 1
-catch_a_glimpse%2:39:00:: 1 2
-catch_a_wink%2:29:00:: 1 1
-catch_fire%2:43:00:: 1 1
-catch_it%2:41:00:: 1 1
-catch_on%2:30:00:: 2 1
-catch_on%2:31:00:: 1 3
-catch_one's_breath%2:32:00:: 1 1
-catch_up%2:38:00:: 1 2
-catch_up_with%2:33:00:: 1 9
-catch_up_with%2:41:00:: 2 2
-catcher%1:18:00:: 1 15
-catching%1:04:00:: 1 1
-catechize%2:32:00:: 1 1
-catecholamine%1:27:00:: 1 1
-categorize%2:30:00:: 2 1
-categorize%2:31:00:: 1 1
-categorized%5:00:00:classified:01 1 1
-category%1:09:02:: 2 3
-category%1:14:00:: 1 17
-cater%2:34:00:: 1 4
-caterer%1:18:00:: 1 1
-caterpillar%1:05:00:: 1 1
-catharsis%1:04:00:: 1 4
-cathedral%1:06:00:: 1 4
-cathedral%3:01:02:: 1 1
-catheter%1:06:00:: 1 2
-cathode%1:06:00:: 1 8
-catholic%1:18:00:: 1 25
-catholic%3:01:00:: 1 25
-catholic_church%1:14:00:: 1 2
-catholicism%1:09:00:: 1 5
-catkin%1:20:00:: 1 7
-cattle%1:05:00:: 1 25
-cattle_thief%1:18:00:: 1 1
-cattleman%1:18:01:: 1 2
-caucus%2:41:00:: 1 1
-caught_up%5:00:00:involved:00 1 3
-causal%5:00:00:causative:00 1 5
-causal_factor%1:09:00:: 1 1
-causally%4:02:00:: 1 1
-causative%3:00:00:: 1 1
-cause%1:03:00:: 4 4
-cause%1:04:00:: 5 2
-cause%1:04:01:: 3 8
-cause%1:10:00:: 2 9
-cause%1:11:00:: 1 18
-cause%2:32:00:: 2 45
-cause%2:36:00:: 1 110
-caution%1:07:00:: 1 3
-caution%1:09:00:: 3 2
-caution%1:10:00:: 2 2
-caution%2:32:00:: 1 6
-cautious%1:14:00:: 1 1
-cautious%3:00:00:: 1 2
-cautiously%4:02:00:: 1 4
-cavalcade%1:14:00:: 1 1
-cavalry%1:14:01:: 1 7
-cavalryman%1:18:00:: 2 1
-cavalryman%1:18:01:: 1 1
-cave%1:17:00:: 1 4
-cave_in%2:38:00:: 1 2
-caveat%1:10:01:: 1 1
-caveman%1:18:00:: 1 1
-cavern%1:17:00:: 2 1
-cavern%1:17:01:: 1 1
-cavity%1:17:00:: 1 1
-cavort%2:38:00:: 1 3
-caw%2:32:00:: 1 1
-cc%1:23:00:: 1 2
-cease%2:30:12:: 3 1
-cease%2:42:00:: 1 25
-cease%2:42:13:: 2 6
-ceaseless%5:00:00:continuous:01 1 2
-ceiling%1:06:00:: 1 7
-ceiling%1:07:00:: 2 3
-ceiling%1:10:00:: 3 2
-celebrant%1:18:01:: 1 2
-celebrate%2:41:00:: 2 6
-celebrate%2:41:01:: 1 11
-celebrate%2:41:02:: 3 2
-celebration%1:04:00:: 2 1
-celebration%1:11:00:: 1 5
-celebrity%1:18:00:: 1 1
-celerity%1:07:00:: 1 1
-celestial%3:01:00:: 2 1
-celestial%3:01:01:: 1 3
-celestial%5:00:00:heavenly:00 3 1
-celestial_body%1:17:00:: 1 1
-celiac_artery%1:08:00:: 1 1
-cell%1:03:00:: 2 44
-cell%1:06:00:: 3 1
-cell%1:06:03:: 1 71
-cell-free%5:00:00:noncellular:00 1 4
-cellar%1:06:00:: 1 9
-cellulose%1:27:00:: 1 5
-cellulose_acetate%1:27:00:: 1 1
-celtic%3:01:00:: 1 1
-cement%1:27:00:: 2 2
-cement%1:27:01:: 3 1
-cement%1:27:03:: 1 2
-cement%2:35:01:: 1 2
-cemetery%1:15:00:: 1 4
-censorship%1:04:01:: 1 1
-censure%1:10:00:: 1 1
-census%1:04:00:: 1 1
-cent%1:21:00:: 2 2
-cent%1:23:00:: 1 15
-centenary%3:01:00:: 1 1
-centennial%1:28:00:: 1 1
-center%1:06:00:: 3 6
-center%1:06:02:: 2 10
-center%1:08:00:: 7 3
-center%1:09:00:: 5 3
-center%1:09:01:: 6 3
-center%1:14:00:: 12 1
-center%1:14:01:: 8 2
-center%1:15:00:: 4 5
-center%1:15:01:: 1 56
-center%1:15:02:: 11 1
-center%1:18:00:: 10 1
-center%1:18:01:: 9 1
-center%2:31:00:: 2 5
-center%2:42:00:: 1 11
-center%5:00:00:central:01 1 2
-center_line%1:25:00:: 1 1
-center_on%2:42:00:: 1 7
-center_on%2:42:01:: 2 1
-center_punch%2:35:00:: 1 2
-centered%5:00:00:central:01 1 2
-centerfield%1:06:00:: 1 2
-centering%1:09:00:: 1 1
-centimeter%1:23:00:: 1 3
-central%3:00:01:: 2 7
-central%3:00:02:: 3 5
-central%3:01:00:: 4 4
-central%5:00:00:important:00 1 11
-central%5:00:00:inner(a):00 5 2
-central_american%3:01:00:: 1 1
-central_city%1:15:00:: 1 13
-central_heating%1:06:00:: 1 1
-central_nervous_system%1:08:00:: 1 1
-centralization%1:04:00:: 1 1
-centralize%2:30:00:: 1 2
-centralized%3:00:00:: 1 2
-centrally%4:02:00:: 1 5
-centrifugation%1:22:00:: 1 2
-centrifuge%1:06:00:: 1 2
-centrifuge%2:38:00:: 1 8
-century%1:28:00:: 1 103
-ceramic%3:01:00:: 1 1
-cerebellum%1:08:00:: 1 1
-cerebral%3:00:00:: 1 2
-cerebral%3:01:00:: 2 1
-cerebral_cortex%1:08:00:: 1 2
-cerebral_palsy%1:26:00:: 1 1
-cerebrate%2:31:00:: 1 1
-ceremonially%4:02:01:: 1 1
-ceremony%1:04:00:: 3 2
-ceremony%1:04:01:: 2 4
-ceremony%1:11:00:: 1 9
-certain%3:00:01:: 3 8
-certain%3:00:02:: 2 16
-certain%3:00:03:: 4 4
-certain%5:00:00:definite:00 1 131
-certainly%4:02:00:: 1 55
-certainty%1:07:00:: 2 1
-certainty%1:09:00:: 1 3
-certificate%1:10:00:: 1 3
-certification%1:04:00:: 1 2
-certification%1:10:00:: 2 1
-certified%3:00:00:: 1 3
-certify%2:32:00:: 1 4
-certify%2:40:02:: 2 3
-certify%2:41:02:: 3 2
-certiorari%1:10:00:: 1 1
-certitude%1:09:00:: 1 1
-cerulean_blue%1:27:00:: 1 1
-ceylon%1:15:00:: 1 2
-cha-cha%1:04:00:: 1 1
-chafe%2:39:00:: 1 2
-chaff%2:32:00:: 1 1
-chagrin%1:12:00:: 1 2
-chain%1:06:00:: 3 2
-chain%1:06:03:: 5 1
-chain%1:14:00:: 1 14
-chain%1:14:02:: 4 1
-chain%1:17:00:: 2 3
-chain_reaction%1:22:01:: 1 2
-chain_store%1:06:00:: 1 1
-chair%1:04:00:: 2 2
-chair%1:06:00:: 1 35
-chairman%1:18:01:: 1 8
-chairman_of_the_board%1:18:00:: 1 1
-chaise%1:06:01:: 1 1
-chalk_up%2:32:00:: 2 1
-chalk_up%2:40:00:: 1 1
-challenge%1:10:00:: 2 3
-challenge%1:10:01:: 3 1
-challenge%1:26:00:: 1 5
-challenge%2:32:00:: 2 7
-challenge%2:32:01:: 1 12
-challenge%2:32:02:: 4 1
-challenge%2:32:03:: 3 1
-challenging%5:00:00:difficult:00 1 3
-chamber%1:06:00:: 1 6
-chamber%1:06:02:: 3 1
-chamber%1:08:00:: 2 1
-chamber%2:42:00:: 1 1
-chamber_music%1:10:00:: 1 3
-chamber_of_commerce%1:14:00:: 1 2
-chambered%5:00:00:divided:00 1 1
-chambermaid%1:18:00:: 1 2
-champ%1:18:00:: 1 1
-champagne%1:13:00:: 1 6
-champion%1:18:00:: 2 1
-champion%1:18:01:: 1 14
-champion%2:33:00:: 1 1
-championship%1:26:00:: 1 2
-chance%1:04:00:: 3 4
-chance%1:07:00:: 4 2
-chance%1:19:00:: 2 8
-chance%1:26:00:: 1 40
-chance%2:41:00:: 2 1
-chance%2:41:01:: 1 2
-chance%5:00:00:unplanned:00 1 5
-chancel%1:06:00:: 1 1
-chandelier%1:06:00:: 1 3
-chandelle%2:38:00:: 1 1
-change%1:04:00:: 3 17
-change%1:06:00:: 7 1
-change%1:06:01:: 6 1
-change%1:11:00:: 1 46
-change%1:19:00:: 4 13
-change%1:21:02:: 5 2
-change%1:24:00:: 2 45
-change%2:30:00:: 2 54
-change%2:30:01:: 1 57
-change%2:30:02:: 3 13
-change%2:30:03:: 5 6
-change%2:30:04:: 6 5
-change%2:30:05:: 4 7
-change%2:38:00:: 8 3
-change%2:40:00:: 7 3
-change_over%2:30:01:: 1 1
-changed%3:00:00:: 1 2
-changed%5:00:00:altered:00 2 2
-changing%5:00:00:dynamic:00 1 13
-channel%1:06:00:: 2 1
-channel%1:10:00:: 1 4
-channel%2:38:01:: 1 1
-chant%2:32:00:: 1 6
-chant%2:32:01:: 2 2
-chanted%5:00:00:musical:01 1 1
-chantlike%5:00:00:rhythmical:00 1 1
-chaos%1:26:00:: 1 12
-chaotic%5:00:00:disorganized:00 1 2
-chaotic%5:00:00:wild:02 2 1
-chap%1:18:00:: 1 1
-chapel%1:06:00:: 1 8
-chapter%1:10:00:: 1 38
-chapter%1:14:00:: 3 2
-chapter%1:28:00:: 2 2
-character%1:07:01:: 3 11
-character%1:09:00:: 2 12
-character%1:09:01:: 4 9
-character%1:10:01:: 7 1
-character%1:18:00:: 5 4
-character%1:18:02:: 1 16
-character%1:26:00:: 6 1
-characteristic%1:07:00:: 2 6
-characteristic%1:09:00:: 1 18
-characteristic%3:00:00:: 1 22
-characteristically%4:02:00:: 1 3
-characterization%1:10:00:: 1 4
-characterize%2:32:00:: 1 9
-characterize%2:42:01:: 2 8
-charcoal%1:06:00:: 2 2
-charcoal%1:27:00:: 1 4
-charcoal%2:36:00:: 1 1
-charcoal_gray%1:07:00:: 1 1
-charge%1:04:00:: 5 2
-charge%1:04:01:: 1 16
-charge%1:04:03:: 6 2
-charge%1:10:00:: 2 13
-charge%1:18:00:: 7 1
-charge%1:19:00:: 4 3
-charge%1:21:02:: 3 4
-charge%2:32:00:: 6 3
-charge%2:32:02:: 2 10
-charge%2:32:03:: 7 3
-charge%2:33:00:: 1 16
-charge%2:35:00:: 8 2
-charge%2:38:00:: 4 6
-charge%2:40:02:: 9 1
-charge%2:40:03:: 3 7
-charge%2:41:00:: 5 4
-charged%3:00:00:: 1 7
-charged%5:00:00:emotional:00 2 1
-charger%1:05:00:: 1 3
-chariot%1:06:00:: 1 1
-charisma%1:07:00:: 1 1
-charitable%3:00:00:: 2 1
-charitable%3:01:00:: 1 2
-charity%1:04:00:: 3 1
-charity%1:07:00:: 2 1
-charity%1:14:00:: 1 2
-charlatan%1:18:00:: 1 1
-charleston%1:15:01:: 1 1
-charm%1:06:00:: 3 1
-charm%1:07:00:: 1 6
-charm%1:10:00:: 2 1
-charm%2:37:00:: 1 2
-charming%5:00:00:pleasing:00 1 8
-charnel%1:06:00:: 1 1
-chart%1:06:00:: 2 2
-chart%1:10:00:: 1 7
-chart%2:31:00:: 2 1
-chart%2:31:13:: 1 5
-charter%1:10:00:: 1 2
-charter%2:41:01:: 1 1
-chase%1:04:00:: 1 5
-chase%2:38:00:: 1 10
-chastisement%1:04:00:: 1 1
-chastity%1:04:00:: 1 1
-chat%2:32:00:: 1 2
-chatter%1:10:00:: 1 2
-chatter%2:32:00:: 4 1
-chatter%2:32:01:: 3 1
-chatter%2:35:00:: 2 1
-chatter%2:39:00:: 1 1
-chattering%1:11:01:: 1 1
-chattering%3:44:00:: 1 2
-chaulmoogra_oil%1:27:00:: 1 1
-cheap%3:00:00:: 1 9
-cheap%5:00:00:inferior:02 3 1
-cheap%5:00:00:tasteless:02 2 1
-cheap_money%1:21:00:: 1 1
-cheat%2:33:00:: 2 2
-cheat%2:41:00:: 1 2
-cheat%2:41:01:: 3 1
-check%1:04:03:: 6 1
-check%1:04:05:: 7 1
-check%1:09:00:: 2 4
-check%1:09:01:: 5 1
-check%1:10:00:: 3 2
-check%1:21:00:: 1 18
-check%1:26:00:: 4 1
-check%2:30:02:: 7 1
-check%2:31:00:: 1 27
-check%2:31:01:: 6 1
-check%2:31:02:: 3 6
-check%2:38:15:: 5 1
-check%2:41:04:: 2 7
-check%2:41:08:: 4 5
-check_in%2:32:00:: 1 3
-check_into%2:31:00:: 1 1
-check_mark%1:10:00:: 1 1
-check_out%2:31:00:: 1 6
-check_out%2:32:00:: 2 1
-checkbook%1:21:00:: 1 5
-checklist%1:10:00:: 1 5
-checkout%1:04:00:: 1 1
-checkup%1:04:00:: 1 1
-cheek%1:08:00:: 1 22
-cheek_by_jowl%4:02:00:: 1 1
-cheekbone%1:08:00:: 1 1
-cheer%1:10:00:: 1 14
-cheer%2:32:02:: 2 1
-cheer%2:37:02:: 1 1
-cheerful%3:00:00:: 1 4
-cheerfully%4:02:00:: 1 2
-cheerfulness%1:07:00:: 1 1
-cheering%1:10:00:: 1 4
-cheery%5:00:00:cheerful:00 1 5
-cheese%1:13:00:: 1 2
-cheesecloth%1:06:00:: 1 1
-chela%1:18:00:: 1 1
-chemical%1:27:00:: 1 6
-chemical%3:01:00:: 1 11
-chemical%3:01:01:: 2 3
-chemical_formula%1:10:00:: 1 1
-chemical_reaction%1:22:00:: 1 1
-chemically%4:02:01:: 1 2
-chemist%1:18:00:: 1 4
-chemist%1:18:01:: 2 1
-chemistry%1:09:00:: 1 5
-chemistry_laboratory%1:06:00:: 1 1
-cherish%2:37:00:: 1 13
-cherished%5:00:00:loved:00 1 2
-cherokee%1:10:00:: 1 1
-cherry_bomb%1:06:00:: 1 1
-chess_set%1:14:00:: 1 1
-chest%1:06:00:: 2 1
-chest%1:08:00:: 1 34
-chestnut%5:00:00:chromatic:00 1 1
-chevaux-de-frise%1:06:00:: 1 1
-chew%2:34:00:: 1 10
-chew_over%2:31:00:: 1 1
-chewing_out%1:10:00:: 1 1
-cheyenne%1:10:00:: 2 1
-cheyenne%1:15:00:: 1 2
-chic%5:00:00:stylish:00 1 1
-chicago%1:15:00:: 1 25
-chick%1:05:00:: 1 2
-chicken%1:05:01:: 2 10
-chicken%1:13:00:: 1 16
-chide%2:32:00:: 1 3
-chief%1:18:00:: 1 5
-chief%1:18:01:: 2 1
-chief%5:00:01:important:00 2 4
-chief%5:00:02:important:00 1 16
-chief_justice%1:18:00:: 1 1
-chiefly%4:02:00:: 1 11
-chieftain%1:18:01:: 1 3
-chignon%1:08:00:: 1 1
-child%1:18:00:: 1 148
-child%1:18:01:: 2 65
-child%1:18:06:: 3 1
-child_care%1:04:00:: 1 1
-child_welfare_service%1:14:00:: 1 1
-childhood%1:26:00:: 2 2
-childhood%1:28:00:: 1 9
-childish%5:00:00:immature:02 1 8
-childishly%4:02:00:: 1 2
-childishness%1:07:00:: 1 1
-childlike%5:00:00:naive:00 2 1
-childlike%5:00:00:young:00 1 2
-chill%1:07:00:: 1 3
-chill%1:12:02:: 2 2
-chill%1:26:01:: 3 1
-chill%2:30:01:: 2 1
-chill%2:37:00:: 1 2
-chilling%5:00:00:alarming:00 1 2
-chilly%5:00:00:cool:01 1 1
-chilly%5:00:00:unemotional:00 2 1
-chimney%1:06:00:: 1 9
-chimney_corner%1:06:00:: 1 1
-chin%1:08:00:: 1 14
-chin%2:38:00:: 1 2
-chin-up%1:04:00:: 1 2
-chin_music%1:10:00:: 1 1
-chin_up%2:38:00:: 1 1
-china%1:06:00:: 2 4
-china%1:15:00:: 1 5
-chinese%1:10:00:: 1 1
-chinese%3:01:00:: 1 5
-chinked%5:00:00:caulked:00 1 1
-chinless%5:00:00:opisthognathous:00 1 2
-chinning_bar%1:06:00:: 1 1
-chip%1:06:02:: 2 1
-chip%1:17:00:: 1 1
-chip%2:35:01:: 1 1
-chip%2:35:03:: 2 1
-chipper%5:00:00:cheerful:00 1 1
-chiropractor%1:18:00:: 1 2
-chirp%2:32:00:: 1 1
-chisel%1:06:00:: 1 4
-chiseled%5:00:00:distinct:00 1 2
-chivalrous%5:00:00:courteous:00 1 1
-chivalry%1:07:00:: 1 1
-chivy%2:37:00:: 1 1
-chloride%1:27:00:: 1 2
-chlorine%1:27:00:: 1 32
-chlorothiazide%1:06:00:: 1 2
-chlorpromazine%1:06:00:: 1 1
-chock%1:06:00:: 1 1
-chockful%5:00:00:full:00 1 1
-chocolate%1:13:02:: 1 1
-choice%1:04:00:: 2 8
-choice%1:09:00:: 1 11
-choice%1:09:02:: 3 3
-choice%5:00:00:superior:02 1 3
-choir%1:14:00:: 1 2
-choirboy%1:18:00:: 1 1
-choke%2:29:00:: 1 8
-choke%2:29:03:: 5 1
-choke%2:29:04:: 4 1
-choke%2:35:00:: 2 2
-choke%2:35:02:: 3 1
-choke_off%2:30:00:: 1 2
-choke_off%2:35:00:: 2 1
-choked%5:00:00:obstructed:00 1 2
-choking%5:00:00:breathless:00 1 1
-cholelithiasis%1:26:00:: 1 1
-cholesterol%1:27:00:: 1 4
-chomp%1:04:00:: 1 1
-choose%2:31:00:: 1 80
-choose%2:31:01:: 3 11
-choose%2:31:02:: 2 19
-choose_up%2:41:00:: 1 1
-choosy%5:00:00:fastidious:00 1 1
-chop%2:35:01:: 1 2
-chop_down%2:35:00:: 1 1
-chopin%1:10:00:: 1 1
-chopper%1:04:00:: 1 1
-chopping_block%1:06:00:: 1 1
-chord%1:10:00:: 2 2
-chord%1:25:00:: 1 2
-chore%1:04:00:: 1 7
-choreograph%2:36:00:: 1 5
-choreographic%3:01:00:: 1 1
-choreography%1:04:00:: 1 2
-chorine%1:18:00:: 1 2
-chortle%2:29:00:: 1 4
-chorus%1:10:00:: 3 1
-chorus%1:11:00:: 1 3
-chorus%1:14:00:: 2 1
-chorus%2:32:00:: 1 1
-chosen%1:18:00:: 1 3
-chosen%5:00:00:selected:00 1 7
-christ%1:18:00:: 1 21
-christendom%1:14:00:: 1 1
-christening%1:04:00:: 1 1
-christian%1:18:00:: 1 10
-christian%3:00:00:: 2 1
-christian%3:01:00:: 1 36
-christian_church%1:14:00:: 1 2
-christianity%1:09:00:: 1 10
-christmas%1:28:00:: 2 2
-christmas%1:28:01:: 1 3
-christmas_card%1:10:00:: 1 4
-christmas_eve%1:28:00:: 1 1
-chromatogram%1:06:00:: 1 1
-chromatographic%3:01:00:: 1 3
-chromatography%1:22:00:: 1 5
-chrome%1:27:00:: 1 3
-chromic_acid%1:27:00:: 1 1
-chromium%1:27:00:: 1 4
-chronic%3:00:00:: 1 9
-chronicle%2:32:00:: 1 1
-chronologically%4:02:00:: 1 1
-chrysanthemum%1:20:01:: 1 1
-chuck%1:13:02:: 1 1
-chuck%2:35:00:: 1 2
-chuck_wagon%1:06:00:: 1 1
-chuckle%1:10:00:: 1 1
-chuckle%2:29:00:: 1 8
-chuff%2:29:00:: 1 1
-chug%2:39:00:: 1 1
-chump%1:18:00:: 1 1
-chunk%1:14:00:: 1 3
-chunky%5:00:00:unshapely:00 1 1
-church%1:04:00:: 3 10
-church%1:06:00:: 2 59
-church%1:14:00:: 1 60
-church-state%1:14:00:: 1 1
-church_bell%1:06:00:: 1 3
-church_father%1:18:00:: 1 3
-church_member%1:18:00:: 1 1
-church_of_england%1:14:00:: 1 4
-church_of_rome%1:14:00:: 1 1
-church_roll%1:10:00:: 1 1
-church_service%1:04:00:: 1 1
-church_tower%1:06:00:: 1 1
-churchgoer%1:18:00:: 1 1
-churchgoing%5:00:00:religious:00 1 2
-churchillian%3:01:00:: 1 1
-churchlike%5:00:00:religious:00 1 1
-churchman%1:18:00:: 1 1
-churchyard%1:15:00:: 1 5
-churn%2:35:00:: 1 1
-churning%5:00:00:agitated:02 2 1
-churning%5:00:02:agitated:02 1 1
-chute%1:06:00:: 2 1
-chute%1:06:01:: 1 1
-cicada%1:05:00:: 1 1
-cigar%1:06:00:: 1 7
-cigar_box%1:06:00:: 1 1
-cigar_butt%1:06:00:: 1 1
-cigarette%1:06:00:: 1 16
-ciliate%1:05:00:: 1 1
-ciliated_protozoan%1:05:00:: 1 3
-cilium%1:05:00:: 1 1
-cinch%1:04:01:: 1 2
-cincinnati%1:15:00:: 1 2
-cinema%1:10:00:: 1 1
-cinematic%3:01:00:: 1 3
-cipher%1:10:01:: 1 1
-cipher%2:32:00:: 1 1
-circle%1:04:00:: 4 2
-circle%1:14:00:: 2 10
-circle%1:25:00:: 1 15
-circle%1:25:01:: 3 4
-circle%2:38:00:: 2 4
-circle%2:38:01:: 1 6
-circle%2:42:00:: 3 1
-circuit%1:04:00:: 2 3
-circuit%1:06:00:: 1 4
-circuitry%1:06:00:: 1 1
-circular%3:00:00:: 1 6
-circulate%2:32:00:: 2 2
-circulate%2:32:01:: 1 2
-circulate%2:38:01:: 4 1
-circulate%2:38:03:: 3 1
-circulating%5:00:00:moving:02 1 2
-circulation%1:10:00:: 1 4
-circulation%1:19:00:: 2 1
-circulatory_system%1:08:00:: 1 1
-circumference%1:07:00:: 1 1
-circumscribe%2:30:00:: 2 1
-circumscribe%2:35:00:: 1 1
-circumspect%5:00:00:prudent:00 1 1
-circumstance%1:09:00:: 3 3
-circumstance%1:26:01:: 1 39
-circumstance%1:26:02:: 2 8
-circumstances%1:26:02:: 1 2
-circus%1:04:00:: 2 2
-circus%1:04:01:: 3 1
-circus%1:14:00:: 1 2
-citation%1:10:00:: 1 2
-cite%2:32:00:: 1 13
-cite%2:32:01:: 2 4
-cite%2:32:02:: 4 2
-cite%2:36:00:: 3 3
-citizen%1:18:00:: 1 29
-citizens_committee%1:14:00:: 1 2
-citrate%2:30:00:: 1 1
-citron%1:13:00:: 1 1
-citrus%1:13:00:: 1 1
-city%1:14:00:: 3 1
-city%1:15:00:: 1 103
-city%1:15:01:: 2 13
-city_council%1:14:00:: 1 1
-city_of_god%1:15:00:: 1 2
-city_university%1:06:00:: 1 1
-civic%3:01:00:: 1 4
-civic_center%1:06:00:: 1 1
-civil%3:00:00:: 2 1
-civil%5:00:00:civilian:00 1 7
-civil_authority%1:18:00:: 1 1
-civil_defense%1:04:00:: 1 3
-civil_law%1:14:00:: 1 3
-civil_rights%1:07:00:: 1 1
-civil_service%1:14:00:: 1 2
-civil_war%1:04:00:: 1 11
-civilian%1:18:00:: 1 2
-civilian%3:00:00:: 1 8
-civilization%1:14:00:: 1 17
-civilized%3:00:00:: 1 3
-clad%3:00:00:: 1 4
-claim%1:04:00:: 3 6
-claim%1:07:01:: 5 2
-claim%1:07:02:: 4 3
-claim%1:10:00:: 1 26
-claim%1:10:02:: 2 11
-claim%2:32:00:: 1 34
-claim%2:32:01:: 5 1
-claim%2:32:02:: 3 9
-claim%2:32:03:: 4 4
-claim%2:40:00:: 2 14
-claimant%1:18:00:: 1 8
-clairvoyance%1:10:00:: 1 1
-clam%1:05:00:: 1 2
-clamber%2:38:00:: 1 7
-clammy%5:00:00:wet:01 1 2
-clamor%1:11:00:: 1 5
-clamor%2:32:00:: 2 3
-clamor%2:32:03:: 1 5
-clamoring%1:10:00:: 1 1
-clamorous%5:00:00:noisy:00 1 1
-clamp%2:32:00:: 2 1
-clamp%2:35:00:: 1 7
-clamshell%1:05:00:: 1 2
-clan%1:14:00:: 1 1
-clandestine%5:00:00:covert:00 1 1
-clang%1:11:00:: 1 1
-clang%2:39:00:: 1 3
-clanging%5:00:00:noisy:00 1 1
-clangor%1:11:00:: 1 2
-clangoring%1:11:00:: 1 1
-clank%2:39:00:: 1 1
-clanking%5:00:00:noisy:00 1 2
-clannish%5:00:00:joint:00 1 1
-clannishness%1:07:00:: 1 1
-clap%1:11:00:: 1 2
-clap%2:29:00:: 4 1
-clap%2:32:00:: 3 1
-clap%2:35:03:: 1 2
-clap%2:38:04:: 2 1
-clapping%1:10:00:: 1 2
-claret%1:07:00:: 1 1
-clarify%2:30:00:: 2 5
-clarify%2:31:00:: 1 7
-clarify%2:32:00:: 3 3
-clarity%1:07:00:: 2 1
-clarity%1:07:01:: 1 17
-clash%1:11:00:: 1 2
-clash%1:26:00:: 2 1
-clash%2:35:00:: 1 1
-clasp%2:35:00:: 1 4
-class%1:04:00:: 4 4
-class%1:14:00:: 1 15
-class%1:14:01:: 3 6
-class%1:14:03:: 2 13
-class%1:14:05:: 5 2
-class%2:31:00:: 1 2
-classic%1:06:00:: 1 2
-classic%1:18:00:: 2 1
-classic%5:00:00:classical:00 2 4
-classic%5:00:00:standard:01 1 6
-classical%3:00:00:: 1 8
-classical%5:00:00:standard:01 2 2
-classically%4:02:00:: 1 1
-classicist%1:18:00:: 1 1
-classics%1:09:00:: 1 1
-classification%1:04:00:: 1 8
-classification%1:14:00:: 2 7
-classificatory%3:01:00:: 1 1
-classified%3:00:01:: 1 2
-classifier%1:18:00:: 1 1
-classify%2:31:00:: 1 14
-classless%5:00:00:democratic:00 1 1
-classmate%1:18:00:: 1 1
-classroom%1:06:00:: 1 5
-clatter%1:11:00:: 1 4
-clatter%2:39:00:: 1 6
-clattering%5:00:00:noisy:00 1 1
-clause%1:10:00:: 1 2
-clause%1:10:01:: 2 1
-claustrophobia%1:26:00:: 1 1
-claw%1:05:00:: 1 2
-claw%1:05:02:: 3 1
-claw%1:06:00:: 2 1
-claw%2:35:01:: 2 1
-claw%2:38:00:: 1 1
-clay%1:27:00:: 1 11
-clean%1:04:00:: 1 1
-clean%2:29:00:: 4 1
-clean%2:30:01:: 2 3
-clean%2:35:00:: 1 16
-clean%2:35:01:: 3 2
-clean%3:00:01:: 1 17
-clean%4:02:04:: 1 1
-clean%5:00:00:perfect:00 5 1
-clean%5:00:00:pure:02 4 1
-clean%5:00:00:unqualified:02 2 2
-clean%5:00:01:pure:02 3 1
-clean-shaven%5:00:00:shaven:00 1 1
-clean_out%2:30:00:: 1 5
-clean_slate%1:26:00:: 1 1
-clean_up%2:30:03:: 1 8
-cleaned%5:00:00:clean:01 1 1
-cleaner%1:06:00:: 1 4
-cleaning%1:04:00:: 1 13
-cleanly%4:02:00:: 1 2
-cleanse%2:29:00:: 1 1
-cleansing%1:04:00:: 1 1
-cleansing%5:00:00:purifying:00 1 1
-clear%2:30:01:: 5 2
-clear%2:30:02:: 1 16
-clear%2:30:09:: 2 5
-clear%2:31:00:: 10 1
-clear%2:32:01:: 4 2
-clear%2:38:00:: 9 1
-clear%2:39:05:: 8 1
-clear%2:40:07:: 7 1
-clear%2:41:01:: 6 1
-clear%2:43:00:: 3 2
-clear%3:00:00:: 1 55
-clear%3:00:02:: 4 4
-clear%4:02:03:: 1 3
-clear%5:00:00:clearheaded:00 2 8
-clear%5:00:00:distinct:00 9 1
-clear%5:00:00:unencumbered:00 8 1
-clear%5:00:00:unobstructed:00 3 6
-clear%5:00:00:untroubled:00 6 1
-clear%5:00:01:pure:02 7 1
-clear%5:00:02:free:00 5 3
-clear-cut%5:00:00:clear:00 1 2
-clear_out%2:38:00:: 1 2
-clear_up%2:30:00:: 3 1
-clear_up%2:30:02:: 2 1
-clear_up%2:32:00:: 1 3
-clearance%1:07:00:: 1 1
-cleared%3:00:00:: 1 3
-clearheaded%3:00:00:: 1 1
-clearing%1:15:00:: 1 3
-clearing_house%1:14:00:: 1 1
-clearly%4:02:00:: 1 32
-clearly%4:02:01:: 2 10
-clearly%4:02:02:: 3 6
-clearly%4:02:03:: 4 1
-clearness%1:07:01:: 1 3
-cleat%1:06:02:: 1 1
-cleave%2:35:00:: 1 1
-cleft%1:25:00:: 1 2
-clench%2:35:01:: 1 1
-clench%2:35:02:: 2 1
-clergy%1:14:00:: 1 2
-clergyman%1:18:00:: 1 13
-cleric%1:18:00:: 1 1
-clerical%3:01:00:: 2 1
-clerical%3:01:01:: 1 3
-clerk%1:18:00:: 1 7
-clerk%1:18:01:: 2 2
-clerking%1:04:00:: 1 1
-cleveland%1:15:00:: 1 5
-clever%5:00:00:artful:00 1 3
-clever%5:00:00:intelligent:00 3 1
-clever%5:00:00:smart:00 2 2
-cleverly%4:02:00:: 1 1
-cleverness%1:09:01:: 1 1
-cliche%1:10:00:: 1 5
-click%1:11:00:: 1 2
-click%2:38:00:: 1 5
-click%2:39:00:: 2 1
-click_off%2:30:00:: 1 1
-click_open%2:35:00:: 1 1
-clickety-click%1:11:00:: 1 1
-client%1:18:00:: 1 9
-client%1:18:01:: 2 1
-clientele%1:14:00:: 1 1
-cliff%1:17:00:: 1 3
-climate%1:26:00:: 1 5
-climate%1:26:01:: 2 3
-climax%1:04:00:: 3 1
-climax%1:10:00:: 2 2
-climax%1:11:00:: 1 2
-climax%2:30:00:: 1 2
-climb%2:30:00:: 3 2
-climb%2:38:00:: 1 36
-climb%2:38:01:: 2 2
-climb_down%2:38:00:: 1 3
-climb_on%2:38:00:: 1 1
-climb_up%2:38:00:: 1 3
-clinch%1:04:00:: 1 1
-clinch%2:35:01:: 1 3
-clinched%5:00:00:tight:01 1 3
-cling%2:35:00:: 1 9
-cling%2:35:02:: 3 2
-cling%2:37:00:: 2 5
-cling_to%2:35:00:: 1 10
-clinical%3:01:00:: 1 14
-clinical%5:00:00:objective:00 2 1
-clinically%4:02:00:: 1 1
-clink%2:39:01:: 1 1
-clip%1:06:00:: 1 2
-clip%1:06:01:: 3 1
-clip%1:11:00:: 2 1
-clip%2:35:03:: 1 2
-clique%1:14:00:: 1 1
-cloak%1:06:01:: 1 1
-clobber%2:35:01:: 1 2
-clock%1:06:00:: 1 15
-clock%2:30:00:: 1 1
-clocking%1:28:00:: 1 1
-clockwise%3:00:00:: 1 1
-clod%1:14:00:: 1 2
-clod%1:18:00:: 2 1
-clodhopper%1:06:00:: 1 1
-clog%2:35:00:: 1 4
-clogged%5:00:00:thick:02 1 1
-clogging%5:00:00:preventive:00 1 1
-clomp%2:38:00:: 1 1
-clonic%3:01:00:: 1 1
-close%1:11:00:: 2 1
-close%1:28:00:: 1 8
-close%2:32:05:: 6 1
-close%2:35:00:: 1 32
-close%2:35:06:: 2 20
-close%2:41:00:: 3 18
-close%2:41:01:: 4 13
-close%2:42:00:: 5 2
-close%3:00:01:: 1 38
-close%3:00:02:: 2 23
-close%3:00:05:: 3 6
-close%4:02:01:: 1 17
-close%4:02:02:: 2 4
-close%5:00:00:accurate:00 5 3
-close%5:00:00:careful:00 4 4
-close%5:00:00:confined:00 7 1
-close%5:00:00:equal:00 6 2
-close-packed%5:00:00:compact:00 1 1
-close_at_hand%5:00:00:close:01 1 1
-close_in%2:38:00:: 1 7
-close_off%2:42:00:: 1 1
-close_to%4:02:00:: 1 3
-close_up%4:02:00:: 1 2
-closed%3:00:01:: 1 8
-closed%3:00:02:: 2 6
-closed%3:00:03:: 4 3
-closed%3:00:04:: 3 6
-closed%5:00:00:union:00 5 1
-closed_circuit%1:06:00:: 1 1
-closed_interval%1:09:00:: 1 3
-closely%4:02:00:: 1 19
-closely%4:02:01:: 3 2
-closely%4:02:02:: 2 2
-closely_knit%5:00:00:close:02 1 1
-closer%4:02:00:: 1 3
-closer%5:00:00:close:01 1 1
-closet%1:06:01:: 2 1
-closet%1:06:02:: 3 1
-closet%1:06:03:: 1 4
-closeup%1:06:00:: 1 3
-closing%1:04:01:: 1 2
-closing%3:00:00:: 1 3
-closing_off%1:04:00:: 1 1
-closure%1:04:02:: 1 1
-clot%1:08:00:: 1 1
-clot%2:30:01:: 1 1
-cloth%1:06:00:: 1 16
-clothe%2:29:00:: 1 4
-clothe%2:41:00:: 2 2
-clothed%3:00:00:: 1 1
-clothes%1:06:00:: 1 44
-clothesbrush%1:06:00:: 1 1
-clotheshorse%1:06:00:: 1 2
-clothesline%1:06:00:: 1 1
-clothing%1:06:00:: 1 9
-clotted%5:00:00:thick:02 1 1
-cloud%1:17:00:: 2 16
-cloud%1:19:01:: 1 24
-cloud%1:26:01:: 3 1
-cloud%2:38:00:: 3 1
-cloud%2:39:00:: 2 1
-cloud%2:43:00:: 1 1
-cloud_over%2:43:00:: 1 1
-cloudburst%1:19:00:: 1 1
-clouded%5:00:00:cloudy:00 2 1
-clouded%5:00:00:troubled:00 1 2
-cloudy%5:00:00:indistinct:00 1 1
-clover%1:20:00:: 1 1
-clown%1:18:00:: 2 1
-clown%1:18:01:: 1 1
-clowning%1:04:00:: 1 1
-club%1:06:00:: 3 3
-club%1:06:01:: 5 1
-club%1:06:02:: 4 2
-club%1:14:00:: 2 9
-club%1:14:01:: 1 14
-clubfoot%1:26:00:: 1 1
-clubhouse%1:06:00:: 1 2
-cluck%1:11:00:: 1 2
-cluck%2:32:00:: 1 3
-clue%1:10:00:: 1 9
-clue%1:10:01:: 2 2
-clump%1:14:00:: 1 9
-clump%1:14:01:: 2 1
-clumsily%4:02:00:: 1 1
-clumsy%5:00:00:awkward:00 1 4
-clumsy%5:00:00:infelicitous:00 2 1
-cluster%1:14:00:: 1 11
-cluster%2:35:00:: 2 2
-cluster%2:38:00:: 1 4
-clutch%1:04:00:: 1 2
-clutch%1:26:00:: 2 1
-clutch%2:35:00:: 1 16
-clutch%2:35:04:: 2 1
-clutches%1:04:00:: 1 1
-cluttered%5:00:00:untidy:00 1 3
-cm%1:23:00:: 1 31
-co-opt%2:41:02:: 1 1
-co-optation%1:04:00:: 1 8
-co-worker%1:18:00:: 1 3
-coach%1:18:01:: 1 20
-coach%2:32:00:: 1 2
-coach%2:38:00:: 2 1
-coaching%1:04:00:: 1 1
-coaching_job%1:04:00:: 1 1
-coagulate%2:30:00:: 1 1
-coal%1:27:00:: 1 5
-coal-black%5:00:00:achromatic:00 1 3
-coalesce%2:30:00:: 1 2
-coalesce%2:35:00:: 2 1
-coalescence%1:04:00:: 1 1
-coalition%1:14:00:: 1 1
-coarse%3:00:00:: 1 1
-coarse%5:00:00:unrefined:01 2 1
-coarsely%4:02:00:: 1 1
-coarsened%5:00:00:inferior:02 1 1
-coast%1:17:00:: 1 20
-coast%2:38:00:: 1 1
-coastal%3:00:00:: 2 1
-coastal%3:01:00:: 1 1
-coat%1:06:00:: 1 29
-coat%1:06:01:: 2 1
-coat%2:29:00:: 2 1
-coat%2:35:00:: 1 3
-coated%3:00:00:: 1 1
-coating%1:06:00:: 1 1
-coattail%1:06:00:: 1 1
-coax%2:32:00:: 1 5
-coaxial%5:00:00:concentric:00 1 1
-coaxing%5:00:00:persuasive:00 1 2
-cobalt_blue%1:07:00:: 1 1
-cobbler%1:18:00:: 1 1
-coca_cola%1:13:00:: 1 1
-cocaine%1:06:00:: 1 1
-coccidioidomycosis%1:26:00:: 1 1
-coccidiosis%1:26:00:: 1 1
-cock%2:35:00:: 2 2
-cock%2:38:01:: 1 2
-cockatoo%1:05:00:: 1 1
-cockeyed%5:00:00:crooked:01 1 1
-cockpit%1:06:00:: 1 2
-cockroach%1:05:00:: 1 1
-cocktail_party%1:11:00:: 1 5
-cocky%5:00:00:assertive:00 1 3
-coco_palm%1:20:00:: 1 1
-coconut%1:13:00:: 2 1
-coconut%1:13:02:: 1 3
-cocoon%1:05:00:: 1 1
-coddle%2:41:00:: 1 2
-code%1:10:00:: 2 1
-code%1:10:01:: 1 9
-code%2:35:00:: 1 1
-code_of_behavior%1:09:00:: 1 3
-code_of_conduct%1:09:00:: 1 1
-codification%1:04:00:: 1 2
-codification%1:10:00:: 2 1
-codify%2:30:01:: 1 1
-coefficient%1:23:00:: 1 4
-coerce%2:41:00:: 1 2
-coexist%2:42:01:: 1 1
-coexistence%1:26:00:: 1 2
-coexistent%5:00:00:synchronous:00 1 1
-coffee%1:13:00:: 1 46
-coffee_break%1:13:00:: 1 1
-coffee_cup%1:06:00:: 1 2
-coffee_shop%1:06:00:: 1 2
-coffeehouse%1:06:00:: 1 1
-coffeepot%1:06:00:: 1 1
-coffin%1:06:00:: 1 3
-cognate%5:00:02:related:02 1 1
-cognizance%1:09:00:: 1 1
-cohere%2:35:00:: 1 1
-coherent%3:00:00:: 1 3
-coherent%5:00:00:rational:00 2 2
-cohesion%1:26:00:: 1 4
-cohesive%5:00:00:adhesive:00 1 3
-cohesiveness%1:26:00:: 1 1
-coil%1:06:00:: 1 1
-coil%2:38:00:: 1 2
-coin%1:21:02:: 1 7
-coin%2:36:01:: 1 3
-coincide%2:30:00:: 2 5
-coincide%2:42:00:: 1 9
-coincide%2:42:01:: 3 4
-coincidence%1:11:00:: 1 6
-cold%1:07:00:: 2 5
-cold%1:26:00:: 1 5
-cold%3:00:01:: 1 35
-cold%3:00:02:: 2 13
-cold%5:00:00:stale:00 3 1
-cold-blooded%5:00:00:inhumane:00 1 1
-cold-bloodedly%4:02:00:: 1 1
-cold_frame%1:06:00:: 1 4
-cold_sober%5:00:00:sober:01 1 1
-cold_spell%1:19:00:: 1 1
-cold_sweat%1:26:00:: 1 1
-cold_war%1:26:00:: 1 7
-cold_weather%1:19:00:: 1 3
-coldly%4:02:00:: 1 5
-coldness%1:07:01:: 2 1
-coldness%1:09:00:: 1 1
-coleridge%1:18:00:: 1 1
-collaborate%2:41:00:: 1 9
-collaboration%1:04:01:: 1 4
-collaborator%1:18:02:: 1 1
-collage%1:06:00:: 1 17
-collapse%1:04:01:: 3 1
-collapse%1:11:00:: 2 2
-collapse%1:26:01:: 1 3
-collapse%2:29:00:: 2 6
-collapse%2:38:00:: 1 8
-collapsible%3:00:00:: 1 1
-collar%1:06:00:: 1 5
-collar%2:35:00:: 1 1
-collate%2:31:00:: 1 1
-colleague%1:18:00:: 1 7
-colleague%1:18:01:: 2 1
-collect%2:35:00:: 3 12
-collect%2:35:01:: 4 8
-collect%2:35:02:: 6 1
-collect%2:40:00:: 1 16
-collect%2:40:01:: 2 15
-collect%2:40:03:: 5 2
-collection%1:04:00:: 4 1
-collection%1:10:00:: 2 1
-collection%1:10:01:: 3 1
-collection%1:14:00:: 1 12
-collective%1:14:00:: 1 1
-collective%5:00:00:joint:00 1 7
-collectively%4:02:00:: 1 1
-collector%1:17:00:: 3 1
-collector%1:18:00:: 2 1
-collector%1:18:01:: 1 9
-college%1:14:00:: 1 45
-college_girl%1:18:00:: 1 1
-college_level%1:26:00:: 1 1
-college_student%1:18:00:: 1 2
-collegian%1:18:00:: 1 1
-collegiate%3:01:00:: 1 1
-collide_with%2:35:00:: 1 1
-collision%1:04:00:: 2 1
-collision%1:11:01:: 1 6
-colloidal%3:01:00:: 1 2
-colloquial%5:00:01:informal:02 1 1
-collusion%1:09:00:: 1 2
-colombian%3:01:00:: 1 1
-colon%1:08:00:: 1 2
-colonel%1:18:00:: 1 33
-colonial%1:18:00:: 1 1
-colonial%3:01:00:: 1 5
-colonize%2:41:00:: 1 1
-colony%1:14:00:: 1 7
-colony%1:14:01:: 2 2
-color%1:07:00:: 1 48
-color%1:07:02:: 3 3
-color%1:07:03:: 2 4
-color%1:07:04:: 5 1
-color%1:14:00:: 4 2
-color%2:30:00:: 1 7
-color%2:32:00:: 2 2
-color%2:41:00:: 3 1
-color%3:00:00:: 1 4
-color_bearer%1:18:00:: 1 4
-color_scheme%1:14:00:: 1 1
-color_sergeant%1:18:00:: 1 3
-color_tv%1:06:00:: 1 1
-colorado%1:15:00:: 1 2
-coloratura%1:18:00:: 1 1
-colored%3:00:00:: 1 13
-colored%5:00:00:black:02 2 12
-colorful%3:00:00:: 1 6
-colorful%3:00:03:: 2 3
-colorless%3:00:01:: 1 1
-colors%1:06:00:: 1 5
-colossal%5:00:01:large:00 1 3
-colour%3:00:02:: 1 1
-colt%1:05:02:: 1 2
-colt%1:06:00:: 2 1
-columbine%1:20:00:: 1 1
-columbus%1:15:00:: 1 4
-column%1:06:00:: 7 1
-column%1:06:01:: 6 1
-column%1:06:02:: 2 10
-column%1:10:00:: 5 4
-column%1:14:00:: 1 18
-column%1:14:01:: 3 8
-column%1:25:02:: 4 5
-column_chromatography%1:22:00:: 1 1
-columned%3:00:00:: 1 1
-columnist%1:18:00:: 1 1
-columnlike%5:00:00:columned:00 1 1
-coma%1:09:00:: 1 1
-comb%1:05:01:: 2 1
-comb%1:06:00:: 1 3
-comb%2:29:00:: 3 1
-comb%2:35:00:: 2 1
-comb%2:35:01:: 1 1
-combat%1:04:00:: 1 14
-combat%1:04:01:: 2 1
-combat%2:33:00:: 1 7
-combat_mission%1:04:00:: 1 1
-combatant%5:00:00:military:01 1 1
-combinable%5:00:00:combinative:00 1 1
-combination%1:11:00:: 2 3
-combination%1:14:00:: 1 18
-combination_in_restraint_of_trade%1:14:00:: 1 1
-combine%1:06:00:: 1 1
-combine%2:30:00:: 7 1
-combine%2:30:02:: 2 12
-combine%2:35:01:: 3 5
-combine%2:35:03:: 6 1
-combine%2:40:00:: 4 4
-combine%2:41:00:: 5 2
-combine%2:42:00:: 1 14
-combined%3:00:00:: 2 1
-combined%5:00:00:joint:00 1 5
-combo%1:14:00:: 1 1
-combustion%1:22:00:: 1 2
-come%2:30:01:: 3 147
-come%2:30:02:: 7 11
-come%2:30:03:: 4 41
-come%2:30:04:: 11 6
-come%2:30:13:: 15 2
-come%2:31:14:: 19 1
-come%2:38:00:: 1 276
-come%2:38:02:: 18 1
-come%2:38:03:: 13 3
-come%2:38:04:: 2 235
-come%2:42:00:: 14 2
-come%2:42:01:: 6 22
-come%2:42:03:: 10 6
-come%2:42:04:: 5 40
-come%2:42:05:: 12 3
-come%2:42:09:: 9 7
-come%2:42:11:: 17 1
-come%2:42:12:: 16 1
-come%2:42:13:: 8 9
-come_about%2:30:00:: 1 4
-come_across%2:40:02:: 1 3
-come_after%2:42:00:: 1 2
-come_alive%2:29:00:: 1 1
-come_along%2:30:00:: 1 7
-come_along%2:30:01:: 2 2
-come_around%2:31:00:: 1 1
-come_away%2:35:00:: 1 2
-come_away%2:38:00:: 2 1
-come_back%2:30:00:: 2 3
-come_back%2:32:00:: 3 2
-come_back%2:32:01:: 5 1
-come_back%2:38:00:: 1 46
-come_back%2:38:01:: 4 1
-come_by%2:40:00:: 2 3
-come_by%2:41:00:: 1 4
-come_close%2:41:00:: 1 3
-come_close%2:42:00:: 2 2
-come_down%2:29:00:: 4 1
-come_down%2:30:00:: 2 2
-come_down%2:38:00:: 1 14
-come_down%2:43:00:: 3 1
-come_forth%2:30:00:: 1 2
-come_forward%2:38:00:: 1 1
-come_home%2:31:13:: 1 1
-come_in%2:32:00:: 4 1
-come_in%2:38:01:: 2 12
-come_in%2:38:02:: 1 44
-come_in%2:42:00:: 3 1
-come_in_for%2:42:00:: 1 2
-come_in_handy%2:42:00:: 1 1
-come_into%2:40:00:: 1 2
-come_into_being%2:30:01:: 1 3
-come_near%2:38:00:: 2 2
-come_near%2:41:00:: 1 3
-come_of_age%2:41:00:: 1 1
-come_off%2:30:00:: 2 1
-come_off%2:35:00:: 1 2
-come_on%2:30:01:: 1 9
-come_on%2:30:02:: 3 2
-come_on%2:38:00:: 2 5
-come_out%2:30:00:: 1 33
-come_out%2:30:01:: 2 6
-come_out%2:30:04:: 3 5
-come_out%2:31:00:: 6 2
-come_out%2:38:01:: 7 1
-come_out%2:38:06:: 5 2
-come_out%2:42:00:: 4 3
-come_over%2:32:00:: 1 1
-come_through%2:30:00:: 1 6
-come_through%2:38:00:: 2 1
-come_to%2:29:00:: 4 2
-come_to%2:39:00:: 1 10
-come_to%2:41:00:: 3 4
-come_to%2:42:03:: 2 4
-come_to_grips%2:41:00:: 1 4
-come_to_life%2:30:00:: 1 2
-come_to_light%2:30:00:: 1 1
-come_to_mind%2:31:00:: 1 3
-come_to_the_fore%2:38:00:: 1 1
-come_up%2:30:00:: 2 8
-come_up%2:35:00:: 8 1
-come_up%2:36:03:: 1 9
-come_up%2:38:01:: 4 3
-come_up%2:38:02:: 3 7
-come_up%2:38:03:: 6 2
-come_up%2:42:00:: 5 2
-come_up%2:42:01:: 7 1
-come_up_to%2:32:00:: 1 3
-come_upon%2:40:01:: 2 1
-come_upon%2:40:09:: 1 10
-come_with%2:42:00:: 1 6
-comeback%1:10:00:: 1 2
-comedian%1:18:00:: 1 4
-comedy%1:10:00:: 1 18
-comedy%1:10:01:: 2 2
-comer%1:18:01:: 1 1
-comet%1:17:00:: 1 1
-cometary%3:01:00:: 1 1
-comfort%1:04:00:: 3 4
-comfort%1:12:00:: 2 5
-comfort%1:26:00:: 1 5
-comfort%2:29:00:: 2 1
-comfort%2:37:01:: 1 4
-comfortable%3:00:00:: 1 17
-comfortable%3:00:01:: 2 2
-comfortably%4:02:00:: 1 5
-comfortably%4:02:02:: 2 2
-comforted%5:00:00:comfortable:01 1 1
-comforting%5:00:00:reassuring:00 2 1
-comforting%5:00:00:satisfactory:00 1 1
-comforts%1:21:00:: 1 4
-comic%3:01:00:: 2 2
-comic%5:00:00:humorous:00 1 3
-comic_book%1:10:00:: 1 1
-comically%4:02:00:: 1 1
-coming%1:04:01:: 2 2
-coming%1:04:02:: 1 2
-coming%5:00:01:future:00 1 5
-coming%5:00:02:future:00 2 1
-command%1:07:00:: 3 5
-command%1:07:02:: 4 2
-command%1:09:00:: 6 1
-command%1:10:00:: 1 23
-command%1:14:00:: 2 11
-command%1:26:00:: 5 1
-command%2:32:00:: 2 8
-command%2:32:01:: 1 10
-command%2:32:02:: 3 6
-command%2:41:00:: 5 1
-command%2:42:00:: 4 1
-commandeer%2:35:00:: 1 1
-commander%1:18:00:: 1 10
-commander%1:18:03:: 2 3
-commanding%5:00:00:high:01 2 1
-commanding%5:00:00:superior:01 1 3
-commanding_officer%1:18:00:: 1 4
-commandment%1:10:00:: 1 2
-commando%1:18:00:: 1 2
-commemorate%2:31:00:: 2 2
-commemorate%2:31:02:: 1 3
-commence%2:30:00:: 1 8
-commence%2:30:01:: 2 6
-commence%2:36:00:: 3 3
-commend%2:32:00:: 1 10
-commend%2:32:03:: 3 1
-commend%2:36:00:: 2 1
-commendable%5:00:00:worthy:00 1 2
-commensurate%3:00:00:: 1 3
-comment%1:10:00:: 1 24
-comment%1:10:01:: 2 6
-comment%2:32:00:: 1 23
-comment%2:32:10:: 2 1
-commentary%1:10:00:: 1 4
-commentator%1:18:01:: 1 2
-commerce%1:04:00:: 1 10
-commercial%1:10:00:: 1 4
-commercial%3:00:00:: 1 22
-commercial%3:01:00:: 2 2
-commercial_art%1:06:00:: 1 1
-commercial_enterprise%1:14:00:: 1 1
-commercialism%1:04:00:: 1 1
-commercialization%1:04:00:: 1 1
-commercially%4:02:00:: 1 6
-commie%1:18:00:: 1 1
-commiserate%2:37:00:: 1 1
-commiseration%1:12:00:: 1 1
-commissary%1:06:00:: 1 1
-commission%1:04:02:: 3 1
-commission%1:14:00:: 1 27
-commission%1:21:00:: 2 1
-commission%2:41:01:: 1 2
-commissioner%1:18:00:: 1 5
-commit%2:32:01:: 2 12
-commit%2:40:00:: 4 1
-commit%2:40:02:: 3 3
-commit%2:40:05:: 5 1
-commit%2:41:00:: 1 12
-commitment%1:04:00:: 2 2
-commitment%1:04:02:: 3 1
-commitment%1:07:01:: 1 2
-committed%3:00:00:: 1 3
-committee%1:14:00:: 1 16
-committee%1:14:01:: 2 1
-committee_member%1:18:00:: 1 1
-committeeman%1:18:00:: 1 3
-commodity%1:06:00:: 1 4
-common%1:15:00:: 1 1
-common%3:00:01:: 2 14
-common%3:00:02:: 1 32
-common%5:00:00:familiar:02 4 9
-common%5:00:00:informal:02 5 2
-common%5:00:00:lowborn:00 6 1
-common%5:00:00:shared:00 3 13
-common_iliac_artery%1:08:00:: 1 1
-common_law%1:10:00:: 1 1
-common_man%1:18:00:: 1 8
-common_sense%1:09:00:: 1 2
-common_soldier%1:18:00:: 1 1
-commoner%1:18:00:: 1 1
-commonly%4:02:00:: 1 11
-commonplace%1:10:00:: 1 1
-commonplace%5:00:00:ordinary:00 1 3
-commonplace%5:00:00:unexciting:00 3 1
-commonplace%5:00:02:ordinary:00 2 1
-commonsense%5:00:00:reasonable:00 1 3
-commonwealth%1:14:00:: 2 2
-commonwealth%1:15:00:: 1 2
-commotion%1:04:00:: 2 2
-commotion%1:26:00:: 1 6
-communal%3:01:02:: 2 1
-communal%5:00:00:common:02 1 2
-commune%1:14:00:: 2 1
-commune%1:15:00:: 1 5
-commune%2:32:02:: 1 2
-communicate%2:32:00:: 2 8
-communicate%2:32:01:: 1 9
-communicating%1:10:00:: 1 1
-communication%1:03:00:: 2 9
-communication%1:10:01:: 1 26
-communication%1:24:00:: 3 1
-communication_system%1:06:01:: 1 3
-communicational%5:00:00:communicative:00 1 2
-communicative%3:01:00:: 1 3
-communion%1:04:01:: 1 4
-communion%1:10:00:: 2 3
-communique%1:10:00:: 1 1
-communism%1:09:00:: 2 4
-communism%1:14:00:: 1 35
-communist%1:18:00:: 2 4
-communist%1:18:01:: 1 7
-communist%3:01:00:: 1 18
-communist_china%1:15:00:: 1 1
-communistic%3:01:00:: 1 1
-community%1:14:00:: 1 67
-community%1:14:01:: 6 1
-community%1:14:03:: 2 8
-community%1:14:04:: 4 2
-community%1:21:00:: 3 4
-community%1:26:00:: 5 1
-community%5:00:02:common:02 1 2
-community_college%1:14:00:: 1 1
-communize%2:30:01:: 1 1
-commutation%1:04:00:: 1 1
-commutator%1:06:00:: 1 1
-commute%2:30:00:: 3 2
-commute%2:30:01:: 4 1
-commute%2:30:04:: 1 12
-commute%2:38:00:: 2 2
-commuter%1:06:00:: 1 6
-commuter%1:18:00:: 2 2
-commuter_traffic%1:14:00:: 1 2
-commuting%1:04:00:: 1 2
-compact%1:06:00:: 1 1
-compact%3:00:00:: 1 2
-compact%5:00:00:concentrated:00 2 1
-companion%1:18:00:: 1 25
-companion%1:18:02:: 2 9
-companionship%1:26:00:: 1 1
-company%1:14:00:: 6 3
-company%1:14:01:: 1 60
-company%1:14:02:: 4 5
-company%1:14:03:: 2 28
-company%1:18:00:: 5 3
-company%1:26:00:: 3 6
-company_operator%1:18:00:: 1 1
-comparable%3:00:00:: 1 11
-comparable%5:00:00:same:00 2 1
-comparable_to%5:00:00:comparable:00 1 4
-comparable_with%5:00:00:comparable:00 1 2
-comparative%3:01:00:: 1 4
-comparative%5:00:00:relative:00 2 4
-comparative_literature%1:09:00:: 1 2
-comparatively%4:02:00:: 1 7
-compare%2:31:00:: 1 57
-compare%2:31:01:: 3 9
-compare%2:42:00:: 2 12
-comparison%1:04:00:: 1 16
-comparison%1:24:00:: 2 8
-compartment%1:06:00:: 2 1
-compartment%1:06:01:: 1 4
-compass%1:06:00:: 1 3
-compass%1:07:00:: 2 2
-compassion%1:07:00:: 2 1
-compassion%1:12:00:: 1 2
-compassionate%5:00:00:merciful:00 1 1
-compassionately%4:02:00:: 1 1
-compatible%3:00:01:: 1 6
-compatible%5:00:00:congenial:00 2 1
-compatriot%1:18:00:: 1 1
-compel%2:32:00:: 2 5
-compel%2:41:00:: 1 21
-compelled%5:00:00:obligated(p):00 1 3
-compensate%2:40:01:: 2 1
-compensate%2:42:00:: 1 5
-compensation%1:21:00:: 1 6
-compensatory%5:00:00:counteractive:00 1 1
-compete%2:33:00:: 1 24
-competence%1:07:00:: 1 7
-competent%3:00:00:: 1 7
-competent%5:00:00:adequate:00 2 3
-competently%4:02:00:: 1 1
-competing%5:00:00:competitive:00 1 2
-competition%1:04:00:: 3 4
-competition%1:11:00:: 2 4
-competition%1:24:01:: 1 17
-competitive%3:00:00:: 1 12
-competitive%5:00:00:aggressive:00 3 1
-competitive%5:00:00:capitalistic:00 2 4
-competitively%4:02:00:: 1 1
-competitor%1:18:00:: 1 7
-compile%2:36:00:: 2 3
-compile%2:40:00:: 1 3
-compiling%1:04:00:: 1 1
-complain%2:32:00:: 1 29
-complaint%1:10:00:: 4 1
-complaint%1:10:01:: 2 1
-complaint%1:10:02:: 3 1
-complaint%1:26:00:: 1 3
-complaisance%1:07:00:: 1 1
-complement%1:07:00:: 4 1
-complement%1:10:00:: 1 15
-complement%1:14:00:: 3 1
-complement%1:23:00:: 2 1
-complement%2:30:02:: 1 3
-complementary%5:00:00:inessential:00 1 1
-complete%2:30:00:: 2 5
-complete%2:30:02:: 1 52
-complete%2:32:00:: 5 1
-complete%2:33:00:: 4 1
-complete%2:41:00:: 3 3
-complete%3:00:00:: 1 67
-complete%5:00:00:perfect:00 2 4
-completed%5:00:00:complete:00 1 4
-completely%4:02:03:: 2 10
-completely%4:02:04:: 1 37
-completeness%1:26:00:: 1 2
-completion%1:04:00:: 3 2
-completion%1:04:01:: 1 40
-completion%1:04:02:: 2 3
-complex%1:09:00:: 1 6
-complex%1:27:00:: 2 1
-complex%3:00:00:: 1 28
-complex_number%1:23:00:: 1 3
-complexion%1:07:00:: 1 1
-complexity%1:07:00:: 1 10
-compliance%1:04:02:: 1 1
-complicate%2:30:00:: 1 5
-complicate%2:30:01:: 2 2
-complicated%5:00:00:complex:00 1 11
-complication%1:04:00:: 1 3
-complication%1:26:00:: 2 2
-complicity%1:26:00:: 1 4
-compliment%1:10:00:: 1 4
-compliment%2:32:00:: 1 2
-compliment%2:32:01:: 2 1
-complimentary%3:00:00:: 1 1
-comply%2:41:00:: 1 9
-comply%2:42:00:: 2 1
-component%1:06:00:: 3 4
-component%1:09:00:: 1 20
-component%1:24:00:: 2 10
-comportment%1:07:00:: 1 1
-compose%2:36:01:: 3 4
-compose%2:36:03:: 2 5
-compose%2:36:09:: 4 3
-compose%2:37:00:: 5 1
-compose%2:42:00:: 1 14
-composed%3:00:00:: 2 2
-composed%5:00:00:combined:00 1 8
-composer%1:18:00:: 1 24
-composing%1:07:00:: 1 1
-composite%1:09:00:: 1 9
-composite%5:00:00:complex:00 1 2
-composition%1:04:01:: 6 1
-composition%1:04:02:: 5 1
-composition%1:07:01:: 2 4
-composition%1:07:02:: 1 4
-composition%1:10:01:: 4 1
-composition%1:27:00:: 3 2
-compost%1:27:00:: 1 3
-composure%1:07:00:: 1 3
-compound%1:06:00:: 3 1
-compound%1:09:00:: 1 3
-compound%1:27:00:: 2 1
-compound%2:30:00:: 2 3
-compound%2:30:01:: 1 6
-compounding%1:04:00:: 1 1
-comprehend%2:31:00:: 1 11
-comprehend%2:39:00:: 2 1
-comprehension%1:09:00:: 1 5
-comprehensive%3:00:00:: 1 8
-comprehensively%4:02:00:: 1 3
-compress%1:06:00:: 1 2
-compress%2:35:00:: 2 2
-compress%2:35:01:: 1 6
-compressed%5:00:00:closed:03 1 1
-compressed%5:00:00:compressible:00 2 1
-comprise%2:42:00:: 2 6
-comprise%2:42:01:: 1 8
-comprise%2:42:03:: 3 1
-compromise%1:04:00:: 1 4
-compromise%1:10:00:: 2 1
-compromise%2:32:00:: 2 2
-compromise%2:32:01:: 1 3
-compromising%3:00:00:: 1 1
-comptroller_general%1:18:00:: 1 3
-compulsion%1:04:00:: 3 1
-compulsion%1:16:00:: 2 1
-compulsion%1:16:01:: 1 3
-compulsive%1:18:00:: 1 4
-compulsive%5:00:00:neurotic:00 1 7
-compulsively%4:02:00:: 1 1
-compulsivity%1:07:00:: 1 10
-compunction%1:12:00:: 1 1
-computation%1:04:00:: 1 3
-computation%1:09:00:: 2 1
-compute%2:31:00:: 1 35
-computer%1:06:00:: 1 6
-comrade%1:18:00:: 1 55
-con%1:10:00:: 1 1
-con%2:41:00:: 1 1
-con_game%1:04:00:: 1 1
-concave%3:00:00:: 1 3
-conceal%2:39:00:: 2 1
-conceal%2:39:01:: 1 8
-concealed%3:00:00:: 2 1
-concealed%5:00:00:invisible:00 1 2
-concede%2:32:00:: 1 10
-concede%2:32:01:: 2 6
-concede%2:40:00:: 3 4
-conceit%1:12:00:: 1 1
-conceivable%5:00:00:possible:00 1 5
-conceivable%5:00:00:thinkable:00 2 2
-conceivably%4:02:00:: 1 4
-conceive%2:29:00:: 3 2
-conceive%2:31:00:: 2 10
-conceive%2:36:00:: 1 21
-conceive_of%2:36:01:: 1 6
-concentrate%1:09:00:: 3 1
-concentrate%1:13:00:: 2 1
-concentrate%1:27:00:: 1 3
-concentrate%2:30:01:: 1 8
-concentrate%2:30:02:: 3 4
-concentrate%2:30:07:: 4 2
-concentrate%2:31:00:: 2 4
-concentrate%2:38:00:: 5 1
-concentrate_on%2:42:00:: 1 5
-concentrated%3:00:00:: 1 5
-concentrated%5:00:00:intense:00 3 2
-concentrated%5:00:00:undiluted:00 2 5
-concentration%1:04:01:: 3 3
-concentration%1:04:02:: 6 1
-concentration%1:07:02:: 1 25
-concentration%1:07:03:: 2 5
-concentration%1:09:00:: 5 2
-concentration%1:11:00:: 4 2
-concentration_camp%1:06:00:: 1 7
-concept%1:09:00:: 1 37
-conception%1:04:01:: 2 4
-conception%1:09:00:: 1 11
-conception%1:09:03:: 4 1
-conception%1:11:00:: 3 2
-conceptual%5:00:00:abstract:00 1 1
-conceptuality%1:09:00:: 1 2
-conceptualization%1:04:00:: 1 1
-conceptually%4:02:00:: 1 1
-concern%1:09:00:: 1 21
-concern%1:09:01:: 4 4
-concern%1:12:00:: 3 4
-concern%1:12:01:: 2 12
-concern%1:14:00:: 5 2
-concern%2:42:00:: 1 56
-concern%2:42:01:: 2 22
-concerned%3:00:00:: 1 15
-concerned%5:00:00:involved:00 2 12
-concerned%5:00:00:related:02 3 2
-concert%1:10:00:: 1 5
-concert_hall%1:06:00:: 1 1
-concerted%5:00:00:joint:00 1 1
-concertina%1:06:01:: 1 1
-concerto%1:10:00:: 1 3
-concession%1:10:00:: 1 2
-concession%1:10:02:: 2 1
-concessionaire%1:18:00:: 1 3
-concierge%1:18:00:: 1 2
-conciliate%2:37:00:: 1 1
-conciliating%3:00:00:: 1 1
-conciliatory%3:00:04:: 1 1
-concise%3:00:00:: 1 1
-conciseness%1:10:00:: 1 1
-conclave%1:14:00:: 1 1
-conclude%2:31:00:: 1 33
-conclude%2:31:01:: 2 9
-conclude%2:32:01:: 3 1
-concluding%5:00:00:closing:00 1 2
-conclusion%1:04:00:: 6 1
-conclusion%1:09:00:: 1 29
-conclusion%1:09:01:: 2 5
-conclusion%1:10:01:: 5 1
-conclusion%1:11:00:: 4 1
-conclusion%1:28:00:: 3 1
-conclusive%3:00:00:: 1 3
-conclusive%5:00:00:decisive:00 2 3
-conclusively%4:02:00:: 1 4
-concoct%2:35:00:: 1 1
-concord%1:15:00:: 1 1
-concordant%5:00:00:consistent:00 1 2
-concrete%1:27:00:: 1 16
-concrete%3:00:00:: 1 9
-concretely%4:02:00:: 1 1
-concretistic%3:01:00:: 1 2
-concur%2:30:00:: 2 1
-concur%2:32:00:: 1 5
-concurrence%1:04:00:: 2 1
-concurrence%1:10:00:: 1 1
-concurrent%5:00:00:synchronous:00 1 3
-concussion%1:11:00:: 1 1
-concussion%1:11:01:: 2 1
-condemn%2:32:00:: 1 18
-condemn%2:32:01:: 5 1
-condemn%2:32:02:: 2 2
-condemn%2:39:00:: 4 1
-condemn%2:41:00:: 3 1
-condemnation%1:04:00:: 2 3
-condemnation%1:10:00:: 1 3
-condemnation%1:10:01:: 3 1
-condemnatory%5:00:00:inculpatory:00 1 1
-condemned%5:00:00:disapproved:00 2 1
-condemned%5:00:00:guilty:00 1 1
-condensation%1:09:00:: 1 3
-condense%2:30:00:: 2 1
-condense%2:30:01:: 1 2
-condensed%3:00:01:: 3 1
-condensed%5:00:00:abridged:00 2 2
-condensed%5:00:00:combined:00 1 2
-condensed_milk%1:13:00:: 1 1
-condenser%1:06:01:: 1 1
-condescending%5:00:00:superior:01 1 3
-condescension%1:07:00:: 1 3
-condition%1:09:00:: 4 1
-condition%1:10:01:: 2 12
-condition%1:26:00:: 1 72
-condition%1:26:01:: 3 2
-condition%2:32:00:: 3 1
-condition%2:41:00:: 2 1
-condition%2:41:01:: 1 2
-conditional%5:00:00:qualified:02 1 1
-conditioned_reaction%1:04:00:: 1 7
-conditioned_reflex%1:04:00:: 1 2
-conditioned_response%1:04:00:: 1 1
-conditioned_stimulus%1:09:00:: 1 2
-conditioner%1:04:00:: 1 1
-conditioning%1:09:00:: 1 2
-condone%2:32:00:: 1 1
-conduct%1:04:00:: 1 5
-conduct%1:07:00:: 2 3
-conduct%2:36:00:: 2 30
-conduct%2:38:00:: 5 1
-conduct%2:38:01:: 4 2
-conduct%2:41:00:: 1 44
-conduct%2:41:01:: 3 2
-conducting_wire%1:06:00:: 1 2
-conduction%1:19:00:: 1 2
-conductivity%1:19:00:: 1 2
-conductor%1:18:00:: 1 6
-conductor%1:18:01:: 3 1
-conductor%1:27:00:: 2 1
-cone%1:06:00:: 1 4
-conestoga_wagon%1:06:00:: 1 1
-confederacy%1:14:00:: 2 1
-confederacy%1:15:00:: 1 1
-confederate%1:18:02:: 1 1
-confederate%5:00:00:southern:02 1 2
-confederate_flag%1:10:00:: 1 1
-confer%2:32:00:: 1 1
-confer_with%2:32:00:: 1 3
-conference%1:10:00:: 3 2
-conference%1:14:00:: 1 12
-conference%1:14:01:: 2 2
-conference_house%1:06:00:: 1 2
-conference_room%1:06:00:: 1 1
-confess%2:32:00:: 1 10
-confess%2:32:01:: 2 3
-confession%1:04:00:: 3 1
-confession%1:10:00:: 1 4
-confession%1:10:01:: 2 1
-confessor%1:18:00:: 1 1
-confidant%1:18:00:: 1 2
-confidante%1:18:00:: 1 1
-confide%2:32:00:: 1 6
-confide%2:40:00:: 2 1
-confidence%1:09:00:: 1 13
-confidence%1:12:00:: 2 6
-confidence%1:26:02:: 3 3
-confident%3:00:00:: 1 7
-confidential%5:00:00:private:00 1 2
-confidentiality%1:26:00:: 1 1
-confidentially%4:02:01:: 1 2
-confidently%4:02:00:: 1 2
-confiding%5:00:00:trustful:00 1 1
-configuration%1:07:00:: 2 1
-configuration%1:09:00:: 1 1
-confine%2:30:00:: 1 5
-confine%2:30:01:: 2 4
-confine%2:35:03:: 3 3
-confinement%1:04:00:: 2 1
-confinement%1:26:01:: 1 1
-confines%1:07:00:: 1 1
-confining%5:00:00:restrictive:00 1 1
-confirm%2:30:00:: 3 2
-confirm%2:31:00:: 1 18
-confirm%2:32:00:: 2 5
-confirm%2:41:01:: 4 1
-confirmation%1:09:00:: 1 4
-confirmation%1:10:00:: 2 1
-confirmed%3:00:00:: 2 1
-confirmed%5:00:00:unchangeable:00 1 2
-confiscate%2:40:01:: 1 2
-conflict%1:04:00:: 1 6
-conflict%1:04:01:: 3 4
-conflict%1:07:00:: 5 2
-conflict%1:12:00:: 2 4
-conflict%1:26:00:: 4 2
-conflict%2:41:11:: 2 1
-conflict%2:42:00:: 1 2
-conflicting%5:00:00:inconsistent:00 1 2
-confluent%5:00:00:convergent:00 1 1
-conform%2:30:01:: 2 1
-conform%2:42:06:: 1 1
-conform_to%2:30:00:: 3 1
-conform_to%2:42:00:: 2 2
-conform_to%2:42:01:: 1 6
-conformational_entropy%1:19:00:: 1 2
-conformity%1:04:00:: 2 2
-conformity%1:07:02:: 1 2
-conformity%1:09:00:: 3 1
-confound%2:31:02:: 1 2
-confrere%1:18:00:: 1 1
-confront%2:32:00:: 2 11
-confront%2:32:03:: 3 7
-confront%2:33:00:: 1 24
-confront%2:42:00:: 4 4
-confrontation%1:10:01:: 1 1
-confuse%2:31:02:: 1 10
-confuse%2:31:03:: 2 5
-confused%3:00:00:: 5 1
-confused%5:00:00:disorganized:00 4 2
-confused%5:00:00:incoherent:00 2 3
-confused%5:00:00:perplexed:00 1 5
-confused%5:00:00:unoriented:00 3 2
-confusing%5:00:00:disorienting:00 1 1
-confusing%5:00:00:unclear:00 2 1
-confusion%1:09:00:: 2 7
-confusion%1:26:01:: 1 14
-congeal%2:30:00:: 1 2
-congenital%5:00:00:noninheritable:00 1 1
-congested%5:00:00:full:00 1 1
-congestion%1:26:00:: 1 1
-congestion%1:26:01:: 2 1
-congestive%3:01:00:: 1 1
-congo%1:15:00:: 1 1
-congratulate%2:32:00:: 1 5
-congratulate%2:32:01:: 2 3
-congratulate%2:37:00:: 3 1
-congratulation%1:10:00:: 1 4
-congratulations%1:10:01:: 1 1
-congratulatory%5:00:00:felicitous:00 1 1
-congregate%2:38:00:: 1 2
-congregation%1:14:00:: 1 32
-congregation%1:14:01:: 2 2
-congregational%3:01:00:: 1 7
-congress%1:14:00:: 2 1
-congress%1:14:01:: 1 24
-congress_gaiter%1:06:00:: 1 1
-congressional%3:01:00:: 1 2
-congressman%1:18:00:: 1 3
-conjecture%1:09:00:: 1 1
-conjecture%2:31:00:: 1 1
-conjoin%2:35:00:: 1 1
-conjoined%5:00:00:joint:00 1 1
-conjugal%3:01:00:: 1 2
-conjugate%1:27:00:: 1 22
-conjugate%2:30:00:: 1 1
-conjugated%5:00:02:bound:03 1 5
-conjunction%1:07:00:: 1 3
-conjunction%1:10:00:: 3 1
-conjunction%1:26:00:: 2 1
-conjure_up%2:36:00:: 1 5
-connect%2:31:00:: 2 4
-connect%2:32:00:: 6 1
-connect%2:32:12:: 4 3
-connect%2:35:00:: 1 8
-connect%2:35:01:: 5 1
-connect%2:42:02:: 3 3
-connected%3:00:00:: 2 3
-connected%5:00:00:related:02 1 5
-connected%5:00:02:related:02 3 3
-connecticut%1:15:00:: 1 3
-connecting%5:00:00:connected:00 1 1
-connection%1:06:00:: 3 4
-connection%1:09:00:: 5 1
-connection%1:18:01:: 4 2
-connection%1:24:00:: 1 14
-connection%1:26:00:: 2 11
-connective%5:00:00:conjunctive:00 1 2
-connective_tissue%1:08:00:: 1 1
-connoisseur%1:18:00:: 1 2
-connotation%1:09:00:: 2 2
-connotation%1:10:00:: 1 3
-connote%2:32:01:: 1 2
-conquer%2:30:00:: 1 5
-conquer%2:33:00:: 3 1
-conquer%2:40:00:: 2 1
-conqueror%1:18:00:: 1 1
-conquest%1:04:00:: 2 1
-conquest%1:04:01:: 1 2
-conscience%1:07:00:: 2 6
-conscience%1:12:00:: 3 1
-conscience%1:16:00:: 1 12
-conscientious%5:00:00:careful:00 1 2
-conscientious_objector%1:18:00:: 1 3
-conscious%3:00:00:: 2 6
-conscious%5:00:00:aware(p):00 3 6
-conscious%5:00:00:intended:00 1 7
-consciously%4:02:00:: 1 3
-consciousness%1:09:00:: 1 20
-consciousness%1:09:01:: 2 1
-conscript%2:33:00:: 1 1
-conscription%1:04:00:: 1 1
-consecutive%5:00:00:succeeding(a):00 3 3
-consensus%1:26:00:: 1 3
-consent%1:10:00:: 1 7
-consent%2:32:00:: 1 6
-consequence%1:07:00:: 3 3
-consequence%1:11:00:: 2 4
-consequence%1:19:00:: 1 18
-consequent%5:00:00:subsequent:00 1 4
-consequently%4:02:00:: 1 7
-consequently%4:02:01:: 2 1
-conservation%1:04:00:: 2 1
-conservation%1:11:00:: 1 2
-conservatism%1:09:00:: 1 6
-conservative%1:18:00:: 1 3
-conservative%3:00:00:: 1 11
-conservative%5:00:00:moderate:00 3 1
-conservative%5:00:00:right:03 2 1
-conservatively%4:02:00:: 1 1
-conserve%2:40:01:: 1 5
-conserving%5:00:00:protective:00 1 2
-consider%2:31:00:: 1 107
-consider%2:31:01:: 3 37
-consider%2:31:08:: 6 2
-consider%2:32:00:: 4 27
-consider%2:32:02:: 5 15
-consider%2:39:00:: 2 51
-considerable%3:00:00:: 1 32
-considerably%4:02:01:: 1 19
-considerate%3:00:00:: 1 2
-considerately%4:02:00:: 1 2
-consideration%1:07:00:: 4 1
-consideration%1:09:00:: 1 17
-consideration%1:09:01:: 2 11
-consideration%1:10:00:: 3 1
-considered%5:00:00:thoughtful:00 1 1
-consign%2:40:00:: 2 1
-consign%2:40:01:: 1 3
-consist%2:42:00:: 1 4
-consist_in%2:42:00:: 1 4
-consist_of%2:42:00:: 1 59
-consist_of%2:42:01:: 2 8
-consistence%1:07:02:: 1 1
-consistency%1:07:00:: 1 2
-consistency%1:07:02:: 2 2
-consistent%3:00:00:: 1 7
-consistent%5:00:00:coherent:00 2 2
-consistently%4:02:00:: 1 8
-consolation%1:12:00:: 1 3
-console%2:37:00:: 1 1
-consolidate%2:30:00:: 1 3
-consolidate%2:30:02:: 2 1
-consolidated%5:00:00:united:00 1 1
-consolidation%1:04:00:: 2 1
-consolidation%1:11:00:: 1 1
-consoling%5:00:00:reassuring:00 1 1
-consonant%1:10:00:: 1 4
-consonant%1:10:01:: 2 2
-consonant_system%1:10:00:: 1 2
-consonantal%3:00:02:: 1 4
-consonantal_system%1:10:00:: 1 5
-consort%2:41:12:: 1 2
-conspicuous%3:00:00:: 1 2
-conspicuously%4:02:00:: 1 2
-conspicuously%4:02:01:: 2 2
-conspiracy%1:09:00:: 2 3
-conspiracy%1:10:00:: 1 3
-conspiracy%1:14:00:: 3 2
-conspirator%1:18:00:: 1 1
-conspire%2:31:00:: 1 3
-conspire%2:31:01:: 2 2
-constable%1:18:00:: 1 1
-constancy%1:07:00:: 1 1
-constant%1:09:00:: 1 4
-constant%3:00:00:: 3 2
-constant%5:00:00:continual:00 2 7
-constant%5:00:00:invariable:00 1 14
-constantly%4:02:01:: 3 1
-constantly%4:02:02:: 1 13
-constantly%4:02:03:: 2 2
-constatation%1:09:00:: 1 1
-constellation%1:09:00:: 1 1
-consternation%1:12:00:: 1 2
-constituent%1:06:00:: 1 7
-constituent%1:18:00:: 2 2
-constitute%2:41:00:: 2 1
-constitute%2:42:00:: 1 31
-constitution%1:04:00:: 2 1
-constitution%1:10:00:: 1 2
-constitutional%3:01:01:: 1 7
-constrained%5:00:00:obligated(p):00 1 1
-constraining%5:00:00:restrictive:00 1 1
-constrict%2:35:00:: 1 1
-constricted%5:00:00:tense:02 1 1
-constricting%5:00:00:tight:01 1 1
-constriction%1:25:00:: 1 1
-construct%2:35:00:: 3 2
-construct%2:36:00:: 1 28
-construct%2:36:01:: 2 5
-construction%1:04:00:: 1 25
-construction%1:04:02:: 5 1
-construction%1:06:00:: 4 1
-construction%1:09:00:: 3 2
-construction%1:10:01:: 2 5
-constructive%3:00:00:: 1 5
-constructively%4:02:00:: 1 2
-construe%2:31:00:: 1 5
-consult%2:32:01:: 2 4
-consult%2:32:02:: 1 15
-consult%2:32:03:: 3 2
-consult%2:32:05:: 4 2
-consultant%1:18:00:: 1 3
-consultation%1:10:00:: 1 2
-consultation%1:10:01:: 2 2
-consulting_firm%1:14:00:: 1 1
-consume%2:34:00:: 2 3
-consume%2:34:02:: 3 2
-consume%2:34:03:: 1 3
-consume%2:35:00:: 4 1
-consumer%1:18:00:: 1 10
-consummate%2:36:00:: 2 1
-consummate%2:36:01:: 1 2
-consummated%3:00:00:: 1 1
-consumption%1:04:01:: 1 2
-consumptive%3:00:00:: 1 3
-contact%1:04:00:: 2 4
-contact%1:04:02:: 1 29
-contact%1:06:00:: 7 1
-contact%1:10:00:: 6 1
-contact%1:11:00:: 4 2
-contact%1:18:00:: 5 1
-contact%1:26:00:: 3 2
-contact%2:32:00:: 1 10
-contact_sport%1:04:00:: 1 1
-contain%2:41:00:: 3 2
-contain%2:42:00:: 1 111
-contain%2:42:13:: 2 34
-container%1:06:00:: 1 5
-contaminate%2:30:00:: 1 4
-contaminate%2:30:01:: 2 1
-contamination%1:26:00:: 1 2
-contemplate%2:31:00:: 3 5
-contemplate%2:31:01:: 4 1
-contemplate%2:31:02:: 2 7
-contemplate%2:39:00:: 1 8
-contemplation%1:04:01:: 1 3
-contemplation%1:09:00:: 2 2
-contemplative%5:00:00:thoughtful:00 1 1
-contemporaries%1:14:00:: 1 1
-contemporary%1:18:00:: 1 3
-contemporary%5:00:00:current:00 2 5
-contemporary%5:00:00:modern:00 1 10
-contemporary%5:00:00:synchronous:00 3 1
-contempt%1:07:00:: 2 2
-contempt%1:12:00:: 1 7
-contemptible%3:00:00:: 1 1
-contemptuous%5:00:00:disrespectful:00 1 2
-contemptuously%4:02:00:: 1 1
-contend%2:32:00:: 3 2
-contend%2:32:01:: 2 3
-contend%2:32:02:: 1 10
-contend%2:33:00:: 5 1
-contend%2:41:00:: 4 1
-contending%5:00:00:competitive:00 1 1
-content%1:09:00:: 5 2
-content%1:10:00:: 2 8
-content%1:14:00:: 1 12
-content%1:23:00:: 4 2
-content%1:24:00:: 3 3
-content%1:26:00:: 6 1
-content%2:34:00:: 1 3
-content%2:37:00:: 2 2
-content%3:00:04:: 1 5
-contented%3:00:00:: 1 3
-contentedly%4:02:00:: 1 1
-contention%1:10:00:: 2 1
-contention%1:10:02:: 1 5
-contest%1:04:00:: 2 1
-contest%1:11:00:: 1 8
-contest%2:32:00:: 1 3
-contestant%1:18:00:: 1 1
-context%1:10:00:: 1 14
-context%1:26:00:: 2 4
-contiguous%5:00:00:close:01 1 1
-continence%1:07:00:: 1 1
-continent%1:15:00:: 2 2
-continent%1:17:00:: 1 5
-continental%3:01:01:: 1 3
-contingency%1:11:00:: 1 1
-contingent%1:14:01:: 1 1
-continual%3:00:00:: 1 4
-continually%4:02:01:: 1 21
-continuance%1:04:00:: 1 2
-continuation%1:04:00:: 1 2
-continue%2:32:00:: 2 39
-continue%2:38:00:: 4 5
-continue%2:41:00:: 5 2
-continue%2:42:00:: 3 22
-continue%2:42:01:: 1 146
-continue%2:42:12:: 6 1
-continued%3:00:00:: 1 12
-continuing%5:00:00:continued:00 1 7
-continuity%1:26:00:: 1 12
-continuous%3:00:01:: 1 16
-continuous%3:00:02:: 2 4
-continuously%4:02:00:: 1 6
-continuously%4:02:01:: 2 4
-continuum%1:28:00:: 1 2
-contortion%1:04:00:: 1 3
-contortion%1:25:00:: 2 2
-contour%1:07:00:: 2 2
-contour%1:10:00:: 1 6
-contour_language%1:10:00:: 1 1
-contraband%5:00:00:illegal:00 1 1
-contrabass%1:06:00:: 1 1
-contraception%1:04:00:: 1 4
-contraceptive%1:06:00:: 1 4
-contraceptive_device%1:06:00:: 1 1
-contract%1:10:00:: 1 19
-contract%1:10:01:: 2 2
-contract%2:29:00:: 4 2
-contract%2:30:04:: 5 1
-contract%2:32:00:: 1 8
-contract%2:35:04:: 3 2
-contract%2:41:00:: 2 3
-contraction%1:04:01:: 1 1
-contractor%1:18:00:: 1 5
-contractual%3:01:00:: 1 4
-contradict%2:32:00:: 2 1
-contradict%2:42:00:: 1 5
-contradiction%1:10:01:: 2 1
-contradiction%1:24:00:: 1 7
-contradictorily%4:02:00:: 1 1
-contradictory%5:00:00:antonymous:00 1 1
-contradistinction%1:09:00:: 1 1
-contralto%1:18:00:: 1 1
-contraption%1:06:00:: 1 1
-contrary%1:24:01:: 1 3
-contrary%5:00:00:antonymous:00 2 1
-contrary%5:00:00:different:00 1 5
-contrast%1:04:00:: 2 10
-contrast%1:09:00:: 4 2
-contrast%1:09:01:: 3 3
-contrast%1:24:00:: 1 23
-contrast%2:31:00:: 1 7
-contrast%2:42:00:: 2 3
-contrast%2:42:01:: 3 1
-contrasting%5:00:00:different:00 1 1
-contribute%2:40:00:: 2 25
-contribute%2:40:01:: 1 31
-contribute%2:40:02:: 4 3
-contribute%2:41:12:: 3 13
-contributing%5:00:00:causative:00 1 1
-contribution%1:04:00:: 3 3
-contribution%1:04:02:: 1 12
-contribution%1:21:00:: 2 4
-contribution%1:21:01:: 4 2
-contributor%1:18:00:: 1 1
-contributor%1:18:01:: 2 1
-contributory%5:00:00:causative:00 1 3
-contrition%1:12:00:: 1 1
-contrivance%1:06:00:: 1 2
-contrivance%1:09:01:: 2 1
-contrive%2:36:00:: 2 1
-contrive%2:36:01:: 1 1
-contrived%5:00:00:planned:00 1 1
-control%1:04:00:: 5 5
-control%1:04:02:: 3 7
-control%1:06:00:: 9 1
-control%1:07:00:: 1 19
-control%1:07:01:: 7 3
-control%1:09:01:: 8 2
-control%1:09:02:: 4 5
-control%1:24:00:: 2 16
-control%1:26:00:: 6 4
-control%2:35:00:: 3 7
-control%2:37:06:: 4 1
-control%2:41:00:: 1 28
-control%2:41:01:: 2 20
-control_condition%1:09:00:: 1 1
-control_tower%1:06:00:: 1 1
-controlled%3:00:00:: 1 6
-controller%1:18:00:: 1 2
-controlling%1:04:00:: 1 2
-controversial%3:00:00:: 1 1
-controversy%1:10:00:: 1 8
-contusion%1:26:00:: 1 1
-convection%1:22:01:: 1 2
-convene%2:38:00:: 1 2
-convenience%1:07:00:: 2 1
-convenience%1:26:00:: 1 5
-convenient%3:00:00:: 1 16
-convenient%5:00:00:accessible:00 2 3
-conveniently%4:02:00:: 1 4
-convent%1:06:00:: 1 1
-convention%1:09:00:: 2 4
-convention%1:14:00:: 1 4
-conventional%3:00:00:: 1 12
-conventional%3:00:01:: 4 1
-conventional%3:00:02:: 3 1
-conventional%5:00:00:nonrepresentational:00 5 1
-conventional%5:00:00:orthodox:00 2 2
-conventional%5:00:00:traditional:00 6 1
-conventionalize%2:30:00:: 1 1
-conventionally%4:02:00:: 1 1
-converge%2:42:00:: 1 1
-conversation%1:10:00:: 1 20
-conversational%5:00:00:informal:02 1 1
-converse%2:32:00:: 1 5
-conversely%4:02:00:: 1 5
-conversion%1:04:01:: 4 1
-conversion%1:04:02:: 3 2
-conversion%1:09:00:: 2 3
-conversion%1:11:00:: 1 9
-convert%1:18:00:: 1 3
-convert%2:30:00:: 1 13
-convert%2:30:01:: 3 3
-convert%2:30:02:: 4 3
-convert%2:30:03:: 2 5
-convert%2:30:07:: 5 1
-convertible%1:06:00:: 1 2
-convex%3:00:00:: 1 1
-convexity%1:07:00:: 1 1
-convey%2:32:00:: 1 9
-convey%2:32:01:: 2 8
-conveyor%1:06:00:: 2 1
-conveyor%1:18:00:: 1 1
-convict%1:18:00:: 1 1
-convict%2:32:00:: 1 11
-convicted%5:00:00:guilty:00 1 1
-conviction%1:04:00:: 2 3
-conviction%1:09:00:: 1 19
-convince%2:32:00:: 1 15
-convinced%3:00:00:: 1 3
-convinced%5:00:00:certain(p):02 2 10
-convincing%3:00:00:: 1 4
-convincingly%4:02:00:: 1 2
-convivial%5:00:00:sociable:00 1 1
-convoy%1:14:00:: 1 1
-convulse%2:29:00:: 2 1
-convulse%2:32:00:: 1 1
-convulsive%5:00:00:unsteady:00 1 2
-convulsive%5:00:00:violent:00 2 1
-convulsively%4:02:00:: 1 2
-cooccurring%5:00:00:synchronous:00 1 1
-cooing%3:44:00:: 1 1
-cook%1:18:00:: 1 7
-cook%2:30:00:: 3 6
-cook%2:36:00:: 2 9
-cook%2:36:01:: 1 9
-cook_up%2:36:01:: 1 1
-cooked-over%5:00:00:uneaten:00 1 1
-cookfire%1:06:00:: 1 1
-cookie%1:13:00:: 1 1
-cooking%1:04:00:: 2 4
-cooking%1:13:00:: 1 5
-cooking_utensil%1:06:00:: 1 1
-cool%2:30:00:: 2 1
-cool%2:30:01:: 1 15
-cool%3:00:01:: 1 25
-cool%5:00:00:composed:00 3 2
-cool%5:00:00:unexcited:00 2 3
-cool_off%2:30:00:: 2 1
-cool_off%2:37:00:: 1 1
-coolant%1:27:00:: 1 2
-cooled%5:00:00:cool:01 1 1
-cooler%1:06:00:: 1 1
-cooling%1:06:00:: 2 1
-cooling%1:22:00:: 1 6
-coolly%4:02:00:: 1 4
-coolness%1:07:00:: 2 1
-coolness%1:07:02:: 3 1
-coolness%1:12:00:: 1 1
-coon%1:18:01:: 1 1
-coop%1:06:01:: 1 2
-cooperate%2:41:00:: 1 20
-cooperation%1:04:01:: 1 7
-cooperation%1:04:02:: 2 1
-cooperative%1:04:00:: 1 3
-cooperative%1:14:00:: 2 1
-cooperative%3:00:00:: 2 3
-cooperative%5:00:00:joint:00 1 7
-coordinate%1:09:00:: 1 2
-coordinate%2:30:00:: 1 9
-coordinate%2:30:01:: 4 1
-coordinate%2:41:00:: 2 4
-coordinate%2:41:01:: 3 1
-coordinate%5:00:00:equal:00 1 1
-coordinated%5:00:00:adroit:00 2 1
-coordinated%5:00:00:integrated:02 1 1
-coordination%1:04:00:: 2 1
-coordination%1:09:00:: 1 1
-coordinator%1:18:00:: 1 1
-cop%1:18:00:: 1 20
-cope%2:41:00:: 1 5
-cope_with%2:41:00:: 1 18
-copenhagen%1:15:00:: 1 4
-coping%1:06:00:: 1 1
-copper%1:27:00:: 1 4
-copy%1:06:00:: 2 6
-copy%1:10:00:: 1 7
-copy%1:10:01:: 3 2
-copy%2:36:00:: 2 3
-copy%2:36:05:: 1 3
-coquette%1:18:00:: 1 2
-coral%1:07:00:: 1 1
-cord%1:06:00:: 1 5
-cordial%5:00:00:friendly:01 1 1
-corduroy%1:06:00:: 1 1
-corduroys%1:06:04:: 1 1
-core%1:09:00:: 4 2
-core%1:14:00:: 1 5
-core%1:15:00:: 2 4
-core%1:17:00:: 3 2
-core%1:17:01:: 5 1
-core%2:35:00:: 1 1
-corinthian%3:00:00:: 1 1
-cork%1:27:00:: 1 1
-corkscrew%1:06:00:: 1 1
-corn%1:13:00:: 3 1
-corn%1:20:00:: 1 3
-corn%1:20:02:: 2 2
-corn_syrup%1:13:00:: 1 1
-corner%1:06:00:: 4 9
-corner%1:06:02:: 3 11
-corner%1:15:00:: 2 15
-corner%1:15:01:: 5 5
-corner%1:15:02:: 1 20
-corner%1:17:00:: 9 1
-corner%1:25:00:: 6 3
-corner%1:26:00:: 7 1
-corner%1:26:01:: 8 1
-corner%2:41:00:: 1 1
-corner_post%1:06:00:: 1 1
-cornfield%1:15:00:: 1 1
-cornflake%1:13:00:: 1 1
-cornmeal%1:13:00:: 1 1
-corona%1:19:00:: 1 1
-coronary_artery%1:08:00:: 1 2
-coroner%1:18:00:: 1 5
-corporal%1:18:00:: 1 9
-corporate%3:01:00:: 1 4
-corporate%5:00:00:corporeal:00 2 2
-corporation%1:14:00:: 1 40
-corporeal%3:00:00:: 1 1
-corporeality%1:07:00:: 1 1
-corps%1:14:00:: 1 4
-corps%1:14:01:: 2 2
-corpse%1:08:00:: 1 22
-corpulence%1:07:00:: 1 1
-corpus_delicti%1:10:00:: 1 1
-corpuscular-radiation_pressure%1:19:00:: 1 1
-corpuscular_radiation%1:19:00:: 1 2
-corral%1:06:00:: 1 2
-corral%2:35:00:: 1 1
-correct%2:30:00:: 1 13
-correct%2:32:00:: 3 1
-correct%2:41:01:: 2 5
-correct%3:00:00:: 1 5
-correct%5:00:00:proper:00 2 5
-correct%5:00:02:proper:00 3 2
-correction%1:04:00:: 1 2
-correction%1:10:01:: 3 1
-correction%1:23:00:: 2 1
-correctly%4:02:01:: 1 6
-correctness%1:07:01:: 1 2
-correlate%2:42:00:: 1 4
-correlated%5:00:00:related:02 1 2
-correlation%1:09:00:: 2 2
-correlation%1:24:00:: 1 9
-correspond%2:32:00:: 3 3
-correspond%2:42:00:: 1 9
-correspond%2:42:04:: 2 6
-correspondence%1:07:02:: 2 2
-correspondence%1:10:00:: 1 5
-correspondence_course%1:04:00:: 1 1
-correspondent%1:18:00:: 1 3
-correspondent%1:18:01:: 2 2
-corresponding%5:00:00:related:02 1 9
-corresponding%5:00:00:same:00 3 1
-corresponding%5:00:00:similar:00 2 7
-correspondingly%4:02:00:: 1 1
-corridor%1:06:00:: 1 9
-corroborate%2:31:00:: 1 3
-corroborate%2:32:00:: 2 1
-corrode%2:30:01:: 1 1
-corrosive%5:00:00:destructive:00 1 1
-corrugated%5:00:00:furrowed:00 1 1
-corrugated_iron%1:06:00:: 1 1
-corrupt%2:41:00:: 1 1
-corrupt%3:00:00:: 1 3
-corruption%1:07:00:: 1 1
-corsage%1:06:00:: 1 1
-cortex%1:08:00:: 2 1
-cortex%1:08:01:: 1 4
-cortical%3:01:00:: 1 6
-cortical_potential%1:19:00:: 1 1
-cortically%4:02:00:: 1 1
-cortico-hypothalamic%3:01:00:: 1 2
-corticofugal%5:00:00:efferent:00 1 2
-corticosteroid%1:27:00:: 1 1
-corticotropin%1:08:00:: 1 1
-cosecant%1:24:00:: 1 1
-cosigner%1:18:00:: 1 1
-cosily%4:02:00:: 1 1
-cosmetics%1:06:00:: 1 2
-cosmic%3:01:00:: 1 7
-cosmos%1:14:00:: 2 1
-cosmos%1:17:00:: 1 1
-cosponsor%2:40:00:: 1 2
-cost%1:07:00:: 2 7
-cost%1:07:01:: 3 4
-cost%1:21:00:: 1 75
-cost%2:42:00:: 1 35
-cost%2:42:01:: 2 16
-cost-plus%5:00:00:indeterminate:01 1 1
-cost_accountant%1:18:00:: 1 1
-cost_analysis%1:04:00:: 1 1
-cost_of_living%1:21:00:: 1 3
-costly%5:00:01:expensive:00 2 2
-costly%5:00:02:expensive:00 1 2
-costume%1:06:00:: 1 7
-costume%1:06:02:: 2 1
-costume%2:29:00:: 1 1
-costume%3:01:00:: 1 1
-cottage%1:06:00:: 1 4
-cottage_tent%1:06:00:: 1 1
-cotter_pin%1:06:00:: 1 1
-cotton%1:06:00:: 2 2
-cotton%1:27:01:: 1 6
-cottonmouth%1:05:00:: 1 1
-couch%1:06:00:: 1 5
-couch%2:32:00:: 1 1
-cough%2:29:00:: 1 6
-coughing%1:04:00:: 1 1
-could%2:42:00:: 1 5
-council%1:14:01:: 1 8
-counsel%1:18:00:: 1 5
-counsel%2:32:00:: 1 3
-counseling%1:10:00:: 1 4
-counselor%1:18:01:: 1 3
-counselor%1:18:02:: 2 1
-count%1:04:00:: 2 4
-count%1:23:00:: 1 4
-count%2:31:00:: 6 2
-count%2:32:00:: 1 23
-count%2:32:01:: 4 3
-count%2:32:03:: 3 4
-count%2:42:00:: 2 7
-count%2:42:01:: 5 2
-count_on%2:31:00:: 1 8
-count_on%2:31:01:: 2 1
-count_upon%2:31:00:: 1 1
-countenance%1:07:00:: 1 6
-countenance%1:08:00:: 3 1
-countenance%1:10:00:: 2 1
-counter%1:06:00:: 1 3
-counter%1:06:01:: 3 1
-counter%1:06:03:: 2 1
-counter%1:06:04:: 4 1
-counter%2:32:00:: 1 2
-counter%2:41:00:: 2 1
-counter%4:02:00:: 1 1
-counter%5:00:00:negative:02 1 2
-counter-drill%2:35:00:: 1 1
-counteract%2:41:00:: 1 2
-counteract%2:41:02:: 2 1
-counteract%2:41:03:: 3 1
-counterattack%1:04:00:: 1 1
-counterattack%2:33:00:: 1 1
-counterbalance%1:06:00:: 1 1
-counterbalance%2:42:01:: 1 1
-counterbalanced%5:00:00:balanced:00 1 1
-counterchallenge%2:32:00:: 1 1
-counteroffensive%1:04:00:: 1 1
-counterpart%1:06:00:: 2 1
-counterpart%1:09:00:: 1 12
-counterpoint%1:10:00:: 1 2
-counterpoint%2:42:00:: 1 1
-counterproposal%1:10:00:: 1 1
-countershot%1:04:00:: 1 1
-countervailing%5:00:02:counteractive:00 1 1
-counting%1:04:00:: 1 2
-countless%5:00:00:incalculable:00 1 5
-country%1:14:00:: 1 68
-country%1:14:01:: 3 12
-country%1:15:00:: 2 29
-country%1:15:01:: 4 11
-country%1:15:02:: 5 3
-country%5:00:01:rural:00 1 2
-country_club%1:14:00:: 1 1
-country_doctor%1:18:00:: 1 1
-country_store%1:06:00:: 1 1
-countryman%1:18:00:: 1 4
-countryside%1:15:00:: 1 2
-countrywide%5:00:00:wide:00 1 1
-county%1:15:00:: 1 34
-county%3:01:00:: 1 1
-countywide%5:00:00:wide:00 1 1
-coup%1:04:00:: 1 1
-coup%1:04:01:: 2 1
-couple%1:14:00:: 1 13
-couple%1:14:01:: 2 9
-couple%1:23:00:: 4 2
-couple%1:23:01:: 3 6
-couple%2:35:01:: 2 2
-couple%2:35:02:: 1 5
-couple%2:41:00:: 3 1
-coupling%1:06:01:: 1 2
-coupon%1:09:00:: 2 1
-coupon%1:10:00:: 1 1
-courage%1:07:00:: 1 15
-courageous%3:00:04:: 1 1
-courier%1:18:00:: 1 1
-course%1:04:00:: 4 9
-course%1:04:01:: 1 61
-course%1:14:00:: 2 14
-course%1:15:00:: 3 11
-course%1:17:00:: 5 5
-course%4:02:00:: 1 1
-court%1:06:01:: 4 2
-court%1:06:02:: 2 5
-court%1:14:00:: 1 42
-court%1:14:01:: 3 3
-court%2:41:00:: 1 5
-court%2:41:01:: 2 1
-court_order%1:10:00:: 1 2
-courteous%5:00:00:polite:00 1 1
-courtesy%1:04:00:: 1 2
-courtier%1:18:00:: 1 2
-courtyard%1:06:00:: 1 2
-cousin%1:18:00:: 1 5
-cove%1:17:00:: 1 1
-cover%1:04:00:: 3 4
-cover%1:04:01:: 7 1
-cover%1:06:01:: 2 8
-cover%1:06:02:: 1 9
-cover%1:06:03:: 6 1
-cover%1:06:04:: 4 2
-cover%1:17:00:: 5 1
-cover%2:32:00:: 14 1
-cover%2:32:01:: 5 14
-cover%2:32:02:: 8 3
-cover%2:32:12:: 13 1
-cover%2:33:00:: 12 1
-cover%2:33:01:: 9 2
-cover%2:35:00:: 1 35
-cover%2:35:01:: 2 19
-cover%2:38:00:: 7 4
-cover%2:39:12:: 11 1
-cover%2:41:01:: 10 1
-cover%2:42:00:: 4 16
-cover%2:42:01:: 3 18
-cover%2:42:02:: 6 10
-cover_up%2:32:00:: 2 2
-cover_up%2:39:12:: 1 2
-coverage%1:07:00:: 2 1
-coverage%1:21:00:: 1 1
-covered%3:00:00:: 1 12
-covered_wagon%1:06:00:: 1 1
-coverlet%1:06:00:: 1 1
-covertly%4:02:00:: 1 2
-covet%2:37:00:: 1 1
-covetousness%1:12:01:: 1 1
-cow%1:05:01:: 1 20
-cow%1:05:02:: 2 1
-coward%1:18:00:: 1 4
-cowardice%1:07:00:: 1 2
-cowardly%3:00:00:: 1 2
-cowboy%1:18:00:: 1 9
-cower%2:38:01:: 1 1
-cowhand%1:18:00:: 1 1
-cowhide%1:27:00:: 1 1
-cowled%5:00:00:clothed:00 1 1
-cowling%1:06:00:: 1 1
-cowpuncher%1:18:00:: 1 1
-cows%1:05:00:: 1 5
-coyness%1:07:00:: 1 2
-coyote%1:05:00:: 1 1
-cozy%5:00:00:comfortable:00 1 2
-cps%1:28:00:: 1 3
-cr%1:27:00:: 1 3
-crab%1:05:00:: 1 1
-crack%1:06:00:: 2 2
-crack%1:11:00:: 4 1
-crack%1:17:00:: 1 3
-crack%1:25:00:: 3 1
-crack%2:30:00:: 7 1
-crack%2:30:01:: 1 6
-crack%2:30:02:: 6 1
-crack%2:30:09:: 5 2
-crack%2:35:00:: 4 2
-crack%2:39:00:: 3 2
-crack%2:39:01:: 2 4
-crack%5:00:00:superior:02 1 2
-crack_up%2:37:00:: 1 1
-cracked%5:00:00:broken:01 2 1
-cracked%5:00:02:rough:00 1 1
-cracker%1:13:00:: 1 1
-cracker_box%1:06:00:: 1 4
-cracking%1:04:00:: 2 1
-cracking%1:11:00:: 1 1
-cracking%5:00:00:noisy:00 1 1
-crackle%1:11:00:: 1 2
-crackle%2:30:00:: 3 1
-crackle%2:32:00:: 2 1
-crackle%2:39:00:: 1 2
-crackling%5:00:00:noisy:00 1 1
-crackpot%1:18:00:: 1 1
-cradle%1:06:00:: 1 2
-cradle%1:15:00:: 2 1
-cradle%2:35:00:: 1 3
-craft%1:04:00:: 1 3
-craft%1:06:00:: 2 1
-crafter%1:18:00:: 1 1
-craftsman%1:18:00:: 3 1
-craftsman%1:18:01:: 2 1
-craftsman%1:18:02:: 1 1
-craftsmanship%1:09:00:: 1 1
-crafty%5:00:00:artful:00 1 1
-crag%1:17:00:: 1 1
-craggy%5:00:00:rough:00 1 1
-cram%2:35:00:: 1 1
-cramp%1:26:00:: 1 1
-crane%2:29:00:: 1 2
-crank_call%1:10:00:: 1 1
-cranky%5:00:00:unstable:00 1 1
-crash%1:04:00:: 4 1
-crash%1:11:00:: 2 4
-crash%1:11:01:: 1 9
-crash%1:11:02:: 3 1
-crash%2:35:00:: 3 2
-crash%2:35:01:: 5 1
-crash%2:38:01:: 2 3
-crash%2:38:02:: 1 9
-crash%2:38:04:: 4 1
-crash%5:00:00:intense:00 1 1
-crassness%1:07:00:: 1 1
-crate%1:06:00:: 1 1
-crave%2:34:00:: 1 5
-craved%5:00:00:wanted:00 1 1
-craven%5:00:00:cowardly:00 1 1
-crawl%1:04:03:: 1 1
-crawl%2:38:00:: 1 32
-crawl%2:42:01:: 2 1
-crawling%5:00:00:moving:02 1 1
-crawling%5:00:00:slow:01 2 1
-craze%1:09:00:: 1 1
-crazed%5:00:00:insane:00 1 1
-crazily%4:02:00:: 1 2
-crazy%5:00:00:excited:00 4 1
-crazy%5:00:00:impractical:00 2 2
-crazy%5:00:00:insane:00 1 10
-crazy%5:00:00:loving:00 3 2
-creak%2:39:00:: 1 9
-creaking%1:11:00:: 1 1
-creaking%5:00:00:noisy:00 1 2
-cream%1:14:00:: 1 2
-creamy%5:00:00:chromatic:00 1 1
-crease%2:35:00:: 1 1
-creased%5:00:00:wrinkled:00 1 1
-create%2:36:00:: 1 94
-create%2:36:01:: 3 6
-create%2:36:02:: 2 38
-creation%1:04:00:: 1 5
-creation%1:04:01:: 4 2
-creation%1:04:02:: 5 1
-creation%1:06:00:: 2 4
-creation%1:11:00:: 3 2
-creative%3:00:00:: 1 13
-creative%5:00:00:constructive:00 2 3
-creatively%4:02:00:: 1 1
-creativeness%1:09:00:: 1 1
-creativity%1:09:00:: 1 2
-creator%1:18:00:: 2 1
-creator%1:18:01:: 1 3
-creature%1:03:00:: 1 16
-creature%1:18:01:: 2 2
-creature%1:18:02:: 3 1
-creche%1:06:00:: 1 1
-credible%3:00:00:: 1 1
-credible%5:00:00:credulous:00 2 1
-credit%1:04:00:: 6 1
-credit%1:04:01:: 4 3
-credit%1:10:00:: 1 7
-credit%1:21:00:: 5 2
-credit%1:21:01:: 3 4
-credit%1:21:02:: 2 5
-credit%2:31:00:: 4 1
-credit%2:31:01:: 1 4
-credit%2:31:12:: 2 3
-credit%2:40:00:: 3 2
-credit_system%1:09:00:: 1 1
-creditable%5:00:00:worthy:00 1 1
-credo%1:09:00:: 1 6
-creed%1:09:00:: 1 2
-creed%1:10:00:: 2 1
-creedal%3:01:00:: 1 1
-creek%1:17:00:: 1 7
-creep%2:38:00:: 1 11
-creep%2:38:04:: 2 4
-creep%2:38:06:: 3 2
-creep_feed%1:13:00:: 1 1
-creep_up%2:38:00:: 1 1
-creeper%1:20:00:: 1 1
-creeping%5:00:00:moving:02 1 1
-cremate%2:30:00:: 1 1
-crescendo%1:07:00:: 1 1
-crescendo%5:00:00:increasing:02 1 1
-crest%1:15:00:: 1 8
-crest%1:15:01:: 2 3
-crested%5:00:03:adorned:00 1 1
-crevice%1:25:00:: 1 1
-crew%1:14:00:: 2 4
-crew%1:14:01:: 1 15
-crew_member%1:18:00:: 1 2
-crib%1:06:00:: 1 3
-cricket%1:05:00:: 1 1
-crime%1:04:00:: 1 18
-crime%1:04:01:: 2 2
-criminal%1:18:00:: 1 12
-criminal%3:01:00:: 1 3
-criminal%5:00:00:guilty:00 3 1
-criminal%5:00:00:wrong:01 2 1
-criminal_law%1:10:00:: 1 1
-criminality%1:26:00:: 1 2
-crimson%1:07:00:: 1 1
-crimson%5:00:00:bloody:00 2 5
-crimson%5:00:00:chromatic:00 1 7
-cringe%2:38:00:: 2 1
-cringe%2:38:01:: 1 2
-cringing%5:00:00:cowardly:00 1 1
-cripple%1:18:00:: 1 1
-cripple%2:30:00:: 1 2
-crippled%5:00:00:unfit:01 1 1
-crippling%5:00:00:unhealthful:00 1 1
-crisis%1:11:00:: 2 8
-crisis%1:26:00:: 1 9
-crisp%1:13:00:: 1 1
-crisp%5:00:00:distinct:00 1 3
-crispness%1:07:02:: 1 2
-crisscross%2:38:00:: 1 1
-crisscrossed%5:00:00:reticulate:00 1 3
-criterion%1:09:00:: 2 2
-criterion%1:10:00:: 1 3
-critic%1:18:00:: 1 6
-critic%1:18:01:: 2 2
-critical%3:00:01:: 1 7
-critical%3:00:02:: 3 5
-critical%3:00:03:: 6 1
-critical%3:00:04:: 2 5
-critical%5:00:00:crucial:00 5 2
-critical%5:00:00:indispensable:00 4 3
-critically%4:02:00:: 1 2
-criticise%2:32:00:: 1 2
-criticism%1:09:00:: 2 3
-criticism%1:10:00:: 1 6
-criticism%1:10:01:: 3 2
-criticize%2:32:00:: 1 13
-croak%2:30:00:: 1 1
-croaking%1:10:00:: 1 1
-crochet%2:36:01:: 1 1
-crocked%5:00:00:intoxicated:00 1 1
-crocketed%5:00:00:adorned:00 1 1
-crofter%1:18:00:: 1 1
-crone%1:18:00:: 1 1
-crony%1:18:00:: 1 1
-crook%1:18:00:: 1 2
-crook%1:25:00:: 2 1
-crooked%3:00:01:: 1 2
-croon%2:32:00:: 1 4
-crop%1:20:00:: 1 8
-crop%2:35:02:: 1 1
-crop_up%2:39:00:: 1 2
-cropped%3:00:00:: 1 1
-cross%1:06:00:: 3 1
-cross%1:06:01:: 1 2
-cross%1:07:00:: 2 1
-cross%2:38:00:: 1 47
-cross%2:38:03:: 2 7
-cross%2:38:04:: 4 1
-cross%2:41:00:: 3 1
-cross%5:00:00:crosswise:00 1 4
-cross%5:00:00:ill-natured:00 2 1
-cross-examination%1:10:00:: 1 1
-cross-legged%4:02:00:: 1 1
-cross-purpose%1:09:00:: 1 1
-cross-section%5:00:00:crosswise:00 1 1
-cross-sectional%3:01:00:: 1 2
-cross_off%2:32:00:: 1 1
-cross_section%1:15:00:: 1 3
-crossed%3:00:01:: 1 1
-crossing%1:04:01:: 1 1
-crossroad%1:06:00:: 1 1
-crossroads%1:09:00:: 3 1
-crossroads%1:14:00:: 1 4
-crossroads%1:26:00:: 2 1
-crotchety%5:00:00:ill-natured:00 1 1
-crouch%1:04:00:: 1 2
-crouch%2:35:00:: 2 7
-crouch%2:38:00:: 1 9
-crow%1:05:00:: 1 2
-crow%1:11:00:: 2 1
-crow%2:32:00:: 1 2
-crow%2:32:01:: 2 2
-crow%2:32:02:: 3 1
-crowbait%1:05:00:: 1 1
-crowd%1:14:00:: 1 35
-crowd%1:14:01:: 2 1
-crowd%2:38:00:: 3 2
-crowd%2:38:01:: 1 6
-crowd%2:38:02:: 4 1
-crowd%2:42:00:: 2 3
-crowd_together%2:38:00:: 1 1
-crowded%3:00:00:: 1 12
-crown%1:06:00:: 5 1
-crown%1:06:01:: 4 1
-crown%1:06:02:: 3 1
-crown%1:08:00:: 2 1
-crown%1:10:01:: 1 1
-crown%2:30:01:: 2 2
-crown%2:41:00:: 1 2
-crown_gall%1:26:00:: 1 7
-crowned%3:00:02:: 1 1
-crowning%5:00:00:ultimate:00 1 1
-crucial%3:00:00:: 1 6
-crucial%5:00:00:material:02 2 1
-crucifix%1:06:00:: 1 1
-crucifixion%1:04:00:: 1 1
-crucify%2:37:00:: 2 1
-crucify%2:41:00:: 1 2
-crude%5:00:00:indecent:00 2 2
-crude%5:00:01:unskilled:00 1 6
-crudely%4:02:00:: 1 1
-crudity%1:07:00:: 2 1
-crudity%1:26:00:: 1 1
-cruel%5:00:00:heartless:00 1 7
-cruel%5:00:01:inhumane:00 2 3
-cruel%5:00:02:inhumane:00 3 1
-cruelly%4:02:00:: 1 1
-cruelty%1:04:00:: 1 4
-cruelty%1:07:01:: 3 1
-cruelty%1:12:00:: 2 1
-cruise%2:38:02:: 2 2
-cruise%2:38:03:: 1 3
-crumble%2:38:00:: 1 2
-crumbled%5:00:00:broken:01 1 1
-crummy%5:00:00:inferior:02 1 2
-crumple%2:38:00:: 1 1
-crumpled%5:00:00:damaged:00 2 1
-crumpled%5:00:00:wrinkled:00 1 1
-crunch%1:11:00:: 1 1
-crunch%2:32:00:: 1 1
-crunched%3:44:00:: 1 1
-crupper%1:06:00:: 1 1
-crusade%1:04:00:: 1 2
-crusade%1:04:01:: 2 1
-crush%1:27:00:: 1 1
-crush%2:30:00:: 4 2
-crush%2:33:00:: 3 3
-crush%2:35:00:: 2 3
-crush%2:41:00:: 1 4
-crushed%5:00:00:defeated:00 3 1
-crushed%5:00:00:humble:00 2 1
-crushed%5:00:00:rough:00 1 2
-crusher%1:06:00:: 1 2
-crushing%5:00:00:destructive:00 1 4
-crust%1:17:00:: 1 1
-crusted%5:00:00:covered:00 1 2
-crutch%1:04:00:: 2 1
-crutch%1:06:00:: 1 2
-crux_of_the_matter%1:10:00:: 1 1
-cry%1:10:00:: 1 13
-cry%1:10:02:: 4 1
-cry%1:10:03:: 3 1
-cry%1:10:04:: 2 10
-cry%2:29:00:: 2 12
-cry%2:32:01:: 1 17
-cry%2:32:02:: 4 2
-cry%2:32:07:: 3 11
-cry_out%2:32:00:: 1 10
-cry_out_for%2:42:00:: 1 1
-crying%5:00:00:noisy:00 1 1
-cryostat%1:06:00:: 1 1
-cryptic%5:00:00:inexplicable:00 1 2
-crystal%1:06:02:: 2 2
-crystal%1:17:00:: 3 1
-crystal%1:27:00:: 1 4
-crystallite%1:17:00:: 1 1
-crystallize%2:30:01:: 3 1
-crystallize%2:30:02:: 1 2
-crystallize%2:31:00:: 2 1
-crystallography%1:09:00:: 1 1
-cu_ft%1:23:00:: 1 1
-cuba%1:15:00:: 1 17
-cuban%3:01:00:: 1 7
-cube%1:25:00:: 1 2
-cube%1:25:01:: 2 1
-cube%2:31:00:: 1 1
-cubic_foot%1:23:00:: 1 1
-cubism%1:14:00:: 1 5
-cubist%3:01:00:: 1 5
-cuckoo-bumblebee%1:05:00:: 1 1
-cud%1:13:01:: 1 1
-cuddle%2:35:00:: 1 2
-cuddle%2:35:01:: 2 1
-cuff%1:06:00:: 1 1
-cuffed%5:00:00:abused:01 1 1
-cufflink%1:06:00:: 1 1
-culminate%2:30:00:: 1 8
-culminate%2:30:03:: 2 1
-culmination%1:28:00:: 1 3
-culprit%1:18:00:: 1 1
-cult%1:09:01:: 2 1
-cult%1:14:00:: 1 3
-cult_of_personality%1:09:00:: 1 1
-cultist%1:18:00:: 1 2
-cultivate%2:36:00:: 1 3
-cultivate%2:36:01:: 2 1
-cultivation%1:04:00:: 2 1
-cultivation%1:04:01:: 1 1
-cultural%3:01:00:: 3 3
-cultural%3:01:01:: 1 9
-cultural%5:00:00:social:00 2 8
-culturally%4:02:00:: 1 3
-culture%1:04:01:: 4 1
-culture%1:09:00:: 2 12
-culture%1:09:01:: 3 6
-culture%1:14:00:: 1 17
-cultured%5:00:00:refined:01 1 2
-cumbersome%5:00:00:unwieldy:00 1 2
-cumulative%5:00:00:additive:00 1 5
-cumulus%1:17:00:: 1 1
-cunning%1:09:00:: 1 2
-cup%1:06:00:: 1 14
-cup%1:23:01:: 2 7
-cup%1:25:00:: 3 2
-cup%2:30:00:: 1 2
-cup_of_tea%1:04:00:: 1 1
-cupboard%1:06:00:: 1 2
-cur%1:05:00:: 1 1
-curb%1:06:00:: 1 5
-curb%2:30:01:: 2 2
-curb%2:41:00:: 1 2
-curbside%1:06:00:: 1 2
-curdling%3:44:00:: 1 1
-cure%1:06:00:: 1 8
-cure%2:29:00:: 1 12
-cure%2:30:00:: 2 1
-cure-all%1:06:00:: 1 3
-curio%1:06:00:: 1 2
-curiosity%1:09:00:: 1 19
-curious%3:00:00:: 2 13
-curious%5:00:00:strange:00 1 14
-curiously%4:02:00:: 2 2
-curiously%4:02:01:: 1 3
-curl%2:30:00:: 1 3
-curl%2:35:00:: 4 1
-curl%2:35:01:: 3 2
-curl%2:38:00:: 2 2
-curl_up%2:38:01:: 1 1
-curled%5:00:00:coiled:00 1 1
-curled_up%5:00:00:coiled:00 1 2
-curling%5:00:00:moving:02 1 1
-curly%3:00:00:: 1 2
-currant%1:13:01:: 1 1
-currency%1:07:02:: 2 1
-currency%1:21:00:: 1 1
-current%1:11:00:: 2 6
-current%1:14:00:: 3 1
-current%1:19:01:: 1 11
-current%3:00:00:: 1 17
-currently%4:02:00:: 1 4
-curricular%3:01:00:: 1 1
-curriculum%1:10:00:: 1 7
-curse%1:10:00:: 1 5
-curse%1:10:01:: 2 1
-curse%1:10:02:: 3 1
-curse%2:32:00:: 1 17
-curse%2:32:01:: 3 2
-curse%2:32:02:: 2 10
-cursed%3:00:00:: 1 2
-cursing%3:44:00:: 1 3
-cursory%5:00:00:careless:00 1 1
-curtail%2:30:00:: 1 5
-curtain%1:06:00:: 1 6
-curtain%1:17:00:: 2 2
-curtain_call%1:10:00:: 1 2
-curtain_raiser%1:04:00:: 1 1
-curtained%3:00:00:: 1 1
-curtly%4:02:00:: 1 1
-curtness%1:07:00:: 1 1
-curvaceously%4:02:00:: 1 1
-curve%1:04:02:: 3 1
-curve%1:10:00:: 2 10
-curve%1:25:00:: 1 20
-curve%2:38:00:: 1 2
-curve%2:38:01:: 3 1
-curve%2:42:00:: 2 1
-curved%3:00:00:: 1 5
-curving%3:00:00:: 1 4
-cushion%1:06:01:: 1 1
-cushion%2:35:00:: 1 2
-cushioning%1:06:00:: 1 1
-cusp%1:06:00:: 1 1
-cuss%1:18:00:: 1 1
-cuss%1:18:01:: 2 1
-cuss%2:32:00:: 1 1
-custodial%5:00:00:protective:00 1 1
-custodian%1:18:00:: 1 1
-custody%1:26:00:: 1 1
-custom%1:04:00:: 1 4
-custom%1:09:00:: 2 3
-custom%5:00:00:custom-made:00 1 1
-custom-make%2:36:00:: 1 1
-customarily%4:02:00:: 1 2
-customary%5:00:00:conventional:00 1 4
-customary%5:00:00:usual:00 2 4
-customer%1:18:00:: 1 25
-cut%1:06:00:: 3 1
-cut%1:10:00:: 2 1
-cut%1:21:00:: 1 1
-cut%2:30:06:: 2 18
-cut%2:30:07:: 10 1
-cut%2:32:00:: 9 1
-cut%2:35:00:: 1 58
-cut%2:35:07:: 8 1
-cut%2:35:10:: 4 2
-cut%2:36:00:: 7 1
-cut%2:36:01:: 6 1
-cut%2:38:08:: 3 3
-cut%2:41:13:: 5 1
-cut%3:00:01:: 1 3
-cut%3:00:03:: 2 1
-cut%5:00:00:abridged:00 3 1
-cut_across%2:38:00:: 1 4
-cut_across%2:42:00:: 2 2
-cut_away%2:38:00:: 1 1
-cut_back%2:30:01:: 2 1
-cut_back%2:38:00:: 1 1
-cut_corners%2:36:00:: 1 1
-cut_down%2:30:00:: 1 8
-cut_down%2:33:00:: 4 1
-cut_down%2:35:00:: 3 1
-cut_down%2:35:03:: 2 1
-cut_glass%1:06:00:: 1 1
-cut_off%2:30:00:: 2 6
-cut_off%2:32:00:: 1 8
-cut_off%2:35:00:: 3 2
-cut_off%5:00:00:cut:01 1 1
-cut_out%2:30:00:: 1 2
-cut_out%2:35:02:: 2 1
-cut_out%2:35:03:: 3 1
-cut_short%2:30:02:: 1 3
-cut_short%2:30:04:: 2 1
-cut_through%2:38:00:: 1 1
-cut_to_ribbons%2:33:00:: 1 1
-cut_up%2:30:02:: 2 1
-cut_up%2:35:00:: 1 2
-cute%5:00:00:artful:00 2 1
-cute%5:00:00:attractive:01 1 1
-cutlass%1:06:00:: 1 1
-cutting%1:04:01:: 3 1
-cutting%1:04:03:: 1 2
-cutting%1:20:00:: 2 1
-cutting_edge%1:09:00:: 1 1
-cyclades%1:14:00:: 1 1
-cycle%1:11:01:: 5 1
-cycle%1:11:02:: 3 2
-cycle%1:14:00:: 2 2
-cycle%1:28:00:: 1 4
-cycle%1:28:02:: 4 1
-cycle%2:38:02:: 2 1
-cycle%2:38:03:: 1 1
-cyclist%1:18:00:: 1 8
-cyclohexanol_phthalate%1:27:00:: 1 1
-cylinder%1:25:02:: 1 1
-cylindrical%5:00:00:rounded:00 1 5
-cynic%1:18:00:: 1 1
-cynical%5:00:00:distrustful:00 1 2
-cypress_tree%1:20:00:: 1 1
-cyst%1:26:00:: 1 3
-cytolysis%1:26:00:: 1 1
-cytoplasm%1:08:00:: 1 4
-czechoslovakia%1:15:00:: 1 4
-dab%1:04:00:: 1 1
-dab%2:35:00:: 2 1
-dab%2:35:01:: 1 2
-dabble%2:38:00:: 1 1
-dabble_in%2:41:00:: 1 1
-dabbled%5:00:00:covered:00 1 1
-dad%1:18:00:: 1 3
-dadaism%1:14:00:: 1 1
-daddy%1:18:00:: 1 2
-daffodil%1:20:00:: 1 1
-dagger%1:06:00:: 1 1
-daily%3:01:00:: 2 7
-daily%4:02:00:: 1 37
-daily%5:00:00:regular:00 1 9
-daily_variation%1:11:00:: 1 1
-daintily%4:02:00:: 1 1
-dainty%5:00:00:delicate:00 2 1
-dainty%5:00:00:refined:01 1 1
-daiquiri%1:13:00:: 1 1
-dairy%1:06:00:: 1 1
-dairy_cattle%1:05:00:: 1 4
-dairy_cow%1:05:00:: 1 4
-dairyman%1:18:00:: 1 1
-dais%1:06:00:: 1 1
-daisy%1:20:00:: 1 1
-dallas%1:15:00:: 1 19
-dam%1:06:00:: 1 2
-dam%2:35:00:: 1 1
-damage%1:04:00:: 3 1
-damage%1:11:00:: 1 11
-damage%1:11:01:: 2 1
-damage%2:30:00:: 1 12
-damaging%5:00:00:harmful:00 1 1
-damascus%1:15:00:: 1 1
-dame%1:18:00:: 1 1
-damn%1:07:00:: 1 1
-damn%2:32:00:: 1 7
-damn%4:02:00:: 1 2
-damn%5:00:00:cursed:00 1 19
-damn%5:00:02:cursed:00 2 2
-damnation%1:10:00:: 1 2
-damned%1:14:00:: 1 2
-damned%4:02:00:: 1 1
-damned%5:00:00:cursed:00 1 8
-damned%5:00:00:lost:02 2 6
-damp%5:00:00:wet:01 1 6
-dampen%2:30:01:: 2 2
-dampen%2:30:05:: 1 3
-dance%1:04:00:: 3 1
-dance%1:10:00:: 1 15
-dance%1:14:00:: 2 3
-dance%2:36:00:: 2 14
-dance%2:38:01:: 1 17
-dance%2:38:02:: 3 2
-dancer%1:18:00:: 1 8
-dancing%1:04:00:: 1 6
-dancing%5:00:00:active:01 1 1
-dancing_school%1:14:00:: 1 1
-dandelion%1:20:00:: 1 1
-dandily%4:02:00:: 1 1
-dane%1:18:00:: 1 1
-danger%1:04:00:: 2 8
-danger%1:15:00:: 4 1
-danger%1:26:00:: 1 18
-danger%1:26:01:: 3 6
-danger_line%1:15:00:: 1 1
-dangerous%3:00:00:: 1 22
-dangerous%5:00:00:critical:03 2 1
-dangerously%4:02:00:: 1 2
-dangle%2:35:00:: 2 2
-dangle%2:42:00:: 1 3
-dangling_modifier%1:10:00:: 1 1
-danish%1:10:00:: 1 2
-danish%3:01:00:: 1 3
-dank%5:00:00:wet:01 1 1
-dante%1:18:00:: 1 1
-dapper%5:00:00:fashionable:00 1 2
-dappled%5:00:00:patterned:00 1 1
-dare%2:32:00:: 3 3
-dare%2:41:00:: 1 11
-dare%2:41:01:: 2 10
-daring%1:07:00:: 2 1
-daring%1:10:00:: 1 1
-daring%5:00:00:adventurous:00 1 1
-dark%1:09:00:: 5 2
-dark%1:15:00:: 3 4
-dark%1:26:00:: 1 9
-dark%1:26:01:: 2 5
-dark%1:28:00:: 4 3
-dark%3:00:01:: 1 49
-dark%3:00:02:: 2 27
-dark%5:00:00:brunet:00 3 13
-dark%5:00:00:cheerless:00 5 5
-dark%5:00:00:evil:00 4 5
-dark-blue%5:00:00:chromatic:00 1 2
-dark-brown%5:00:00:chromatic:00 1 1
-dark-green%5:00:00:chromatic:00 1 1
-dark-haired%5:00:00:brunet:00 1 1
-dark-skinned%5:00:00:black:02 1 1
-dark_ages%1:28:00:: 1 4
-dark_blue%1:07:00:: 1 1
-dark_bread%1:13:00:: 1 1
-dark_field_illumination%1:04:00:: 1 1
-darken%2:30:00:: 1 4
-darken%2:39:00:: 2 1
-darkening%5:00:00:dark:01 1 1
-darkly%4:02:00:: 1 1
-darkness%1:09:00:: 4 1
-darkness%1:15:00:: 2 6
-darkness%1:26:00:: 1 20
-darkness%1:26:01:: 3 2
-darling%1:18:00:: 1 3
-darling%5:00:00:loved:00 1 1
-darn%2:35:00:: 1 1
-darned%5:00:02:cursed:00 1 6
-dart%2:38:00:: 2 1
-dart%2:38:01:: 1 3
-dart%2:38:02:: 3 1
-darwin%1:18:00:: 1 1
-dash%1:04:01:: 2 1
-dash%1:07:00:: 1 1
-dash%2:30:00:: 2 2
-dash%2:35:02:: 3 1
-dash%2:38:00:: 1 7
-dashing%5:00:00:spirited:00 1 1
-data%1:14:00:: 1 76
-data_processing%1:22:00:: 1 1
-date%1:14:00:: 3 3
-date%1:18:00:: 2 3
-date%1:28:00:: 1 23
-date%1:28:02:: 5 1
-date%1:28:04:: 4 1
-date%2:31:00:: 3 1
-date%2:31:02:: 2 1
-date%2:41:00:: 1 1
-date_back%2:42:00:: 1 5
-date_from%2:42:00:: 1 3
-dated%5:00:00:unfashionable:00 1 1
-datum%1:09:00:: 1 5
-daughter%1:18:00:: 1 23
-daunt%2:37:00:: 1 1
-dauntless%5:00:00:bold:00 1 1
-davy's_gray%1:27:00:: 1 1
-dawn%1:11:01:: 2 1
-dawn%1:28:00:: 1 11
-dawn%2:31:13:: 1 1
-dawning%1:28:00:: 1 1
-day%1:28:00:: 1 169
-day%1:28:01:: 3 54
-day%1:28:02:: 4 38
-day%1:28:03:: 2 70
-day%1:28:04:: 5 11
-day%1:28:05:: 6 7
-day-after-day%5:00:00:regular:00 1 1
-day-to-day%5:00:00:regular:00 1 1
-day_after_day%4:02:00:: 1 1
-day_by_day%4:02:00:: 1 3
-day_camp%1:06:00:: 1 1
-day_off%1:28:00:: 1 2
-day_school%1:14:00:: 1 5
-day_watch%1:14:00:: 1 3
-daybed%1:06:01:: 1 1
-daybreak%1:28:00:: 1 1
-daydream%2:36:00:: 1 1
-daylight%1:19:00:: 2 2
-daylight%1:28:00:: 1 3
-days%1:28:00:: 1 1
-daytime%1:28:00:: 1 1
-dazed%5:00:00:confused:00 1 3
-dazed%5:00:00:lethargic:00 2 2
-dazzle%2:39:00:: 1 3
-dazzling%5:00:01:impressive:00 1 2
-dc%1:15:00:: 1 7
-dc%1:19:00:: 2 1
-de-iodinase%1:27:00:: 1 1
-de-iodinate%2:30:00:: 1 2
-de-iodinating%3:00:00:: 1 2
-de-iodination%1:22:00:: 1 1
-deacon%1:18:01:: 1 4
-dead%1:14:00:: 1 9
-dead%1:28:00:: 2 1
-dead%3:00:01:: 1 72
-dead%3:00:02:: 2 4
-dead%5:00:00:absolute:00 6 1
-dead%5:00:00:extinct:02 5 1
-dead%5:00:00:precise:00 4 1
-dead%5:00:00:tired:00 3 2
-dead_body%1:08:00:: 1 3
-dead_end%1:06:00:: 1 1
-dead_letter%1:26:00:: 1 1
-dead_person%1:18:00:: 1 1
-dead_room%1:06:00:: 1 1
-deaden%2:30:06:: 1 1
-deadened%5:00:00:dull:04 2 1
-deadened%5:00:00:insensitive:01 1 1
-deadhead%1:18:00:: 1 1
-deadline%1:28:00:: 1 2
-deadlock%1:26:00:: 1 2
-deadly%5:00:01:fatal:00 1 6
-deadly%5:00:02:fatal:00 2 1
-deadly_sin%1:04:00:: 1 1
-deae_cellulose%1:27:00:: 1 12
-deaf%1:14:00:: 1 2
-deaf%3:00:00:: 1 7
-deafening%5:00:00:loud:00 1 1
-deal%1:04:02:: 1 8
-deal%1:10:00:: 2 2
-deal%1:23:00:: 3 1
-deal%2:31:10:: 2 15
-deal%2:32:08:: 1 34
-deal%2:40:00:: 6 4
-deal%2:40:01:: 5 5
-deal%2:40:02:: 9 2
-deal%2:41:00:: 4 9
-deal%2:41:04:: 8 3
-deal%2:41:09:: 3 14
-deal%2:41:13:: 7 3
-dealer%1:14:00:: 2 2
-dealer%1:18:02:: 1 8
-dealing%1:04:01:: 1 1
-dealings%1:04:02:: 1 1
-dean%1:18:00:: 1 1
-dear%1:18:00:: 1 4
-dear%5:00:00:close:02 2 1
-dear%5:00:00:loved:00 1 8
-dearly%4:02:00:: 2 1
-dearly%4:02:02:: 1 2
-death%1:11:00:: 1 45
-death%1:18:00:: 6 3
-death%1:19:00:: 2 39
-death%1:26:00:: 3 24
-death%1:26:01:: 7 1
-death%1:28:00:: 4 14
-death%1:28:01:: 5 4
-deathbed%1:28:00:: 1 2
-deathlike%5:00:00:dead:01 1 2
-deathly%5:00:00:dead:01 1 1
-debacle%1:11:02:: 1 1
-debate%1:10:00:: 2 5
-debate%1:10:01:: 1 17
-debate%2:31:00:: 1 2
-debate%2:32:00:: 3 1
-debate%2:32:01:: 4 1
-debate%2:32:02:: 2 1
-debauch%1:04:00:: 1 1
-debilitate%2:30:00:: 1 1
-debilitating%3:00:00:: 1 2
-debility%1:26:00:: 1 2
-debris%1:27:00:: 1 5
-debt%1:21:00:: 2 3
-debt%1:26:00:: 1 3
-debunking%1:04:00:: 1 1
-debut%1:04:00:: 1 5
-debut%2:36:00:: 2 1
-debut%2:36:02:: 1 2
-dec%1:28:00:: 1 9
-decade%1:28:00:: 1 25
-decadent%5:00:00:indulgent:00 1 1
-decay%1:19:00:: 3 1
-decay%1:22:01:: 2 2
-decay%1:22:02:: 1 2
-decay%2:30:00:: 2 2
-decay%2:30:01:: 1 3
-decayed%5:00:00:rotten:00 1 1
-deceased%1:18:00:: 1 1
-deceased%5:00:00:dead:01 1 4
-decedent%1:18:00:: 1 2
-deceit%1:07:00:: 1 1
-deceive%2:32:00:: 2 2
-deceive%2:41:00:: 1 5
-decelerate%2:30:00:: 1 1
-deceleration%1:07:00:: 1 2
-december%1:28:00:: 1 14
-december_31%1:28:00:: 1 1
-decency%1:07:00:: 1 2
-decency%1:07:01:: 2 2
-decent%4:02:00:: 1 1
-decent%5:00:00:proper:00 2 1
-decent%5:00:00:respectable:00 1 3
-decently%4:02:00:: 1 1
-decentralize%2:30:00:: 1 1
-deceptive%5:00:00:unreal:02 1 2
-deceptively%4:02:00:: 1 1
-decertify%2:41:00:: 1 1
-decide%2:31:00:: 1 123
-decide%2:31:01:: 2 6
-decide%2:31:02:: 3 4
-decidedly%4:02:00:: 1 3
-decimeter%1:23:00:: 1 1
-decision%1:04:00:: 1 25
-decision%1:09:00:: 2 10
-decision%1:11:01:: 4 1
-decision%1:11:02:: 3 2
-decision_making%1:09:00:: 1 2
-decisive%3:00:00:: 1 8
-decisive%5:00:00:definite:00 2 1
-decisively%4:02:01:: 1 2
-deck%1:06:00:: 1 6
-deck%1:06:01:: 2 2
-deck%1:14:00:: 3 1
-deck_chair%1:06:00:: 1 1
-deck_of_cards%1:14:00:: 1 1
-deck_out%2:29:00:: 1 1
-declaim%2:32:00:: 1 2
-declamation%1:10:00:: 1 1
-declaration%1:10:00:: 1 4
-declaration%1:10:02:: 2 1
-declaration_of_estimated_tax%1:10:00:: 1 1
-declaration_of_independence%1:10:00:: 1 5
-declarative%3:00:00:: 1 1
-declare%2:32:00:: 1 33
-declare%2:32:01:: 3 11
-declare%2:32:02:: 5 6
-declare%2:32:04:: 4 9
-declare%2:32:05:: 2 13
-declare%2:41:00:: 6 1
-declared%3:00:00:: 1 1
-decline%1:22:01:: 3 1
-decline%1:22:02:: 1 4
-decline%1:26:00:: 2 2
-decline%2:30:00:: 4 2
-decline%2:30:01:: 1 5
-decline%2:32:00:: 3 4
-decline%2:40:00:: 2 4
-declining%5:00:00:falling:00 1 2
-declining%5:00:00:regressive:01 2 1
-declivity%1:17:00:: 1 1
-decompose%2:30:00:: 1 3
-decomposition%1:09:00:: 1 8
-decomposition%1:26:00:: 2 3
-decor%1:06:00:: 1 1
-decorate%2:36:00:: 1 6
-decoration%1:06:00:: 1 4
-decorative%5:00:00:nonfunctional:00 1 1
-decorativeness%1:07:00:: 1 1
-decorator%1:18:00:: 2 1
-decorator%1:18:01:: 1 3
-decorum%1:07:00:: 1 1
-decrease%1:11:00:: 1 5
-decrease%2:30:00:: 1 13
-decrease%2:30:01:: 2 3
-decreasing%3:00:00:: 1 1
-decree%1:10:00:: 1 4
-decree%2:32:00:: 1 2
-decrement%1:07:00:: 1 2
-decry%2:32:00:: 1 4
-dedicate%2:32:00:: 1 4
-dedicated%3:00:00:: 1 3
-dedication%1:07:00:: 1 5
-dedifferentiated%5:00:00:undifferentiated:00 1 1
-deduce%2:31:00:: 1 7
-deduce%2:32:00:: 2 2
-deduct%2:31:01:: 1 13
-deduct%2:40:00:: 2 3
-deducted%5:00:00:subtracted:00 1 1
-deductible%3:00:00:: 1 3
-deduction%1:04:00:: 5 1
-deduction%1:09:00:: 4 1
-deduction%1:09:01:: 3 1
-deduction%1:21:00:: 2 1
-deduction%1:21:01:: 1 12
-deductive%3:01:00:: 1 1
-deed%1:04:00:: 1 9
-deed%1:10:00:: 2 1
-deem%2:31:00:: 1 13
-deep%3:00:01:: 3 11
-deep%3:00:02:: 1 16
-deep%4:02:00:: 1 3
-deep%5:00:00:colorful:00 7 3
-deep%5:00:00:distant:01 4 7
-deep%5:00:00:intense:00 5 6
-deep%5:00:00:low:03 6 5
-deep%5:00:00:profound:00 2 12
-deep%5:00:00:thick:01 8 2
-deep-eyed%5:00:00:thin:03 1 1
-deep-seated%5:00:00:established:00 1 1
-deep-set%5:00:00:hollow:00 1 2
-deep_in_thought%5:00:00:thoughtful:00 1 1
-deep_south%1:15:00:: 1 2
-deepen%2:30:00:: 2 1
-deepen%2:30:01:: 1 1
-deepening%1:22:00:: 1 1
-deeply%4:02:00:: 1 16
-deeply%4:02:03:: 2 3
-deer%1:05:00:: 1 2
-default%1:04:00:: 1 1
-default%2:40:00:: 1 1
-defeat%1:11:00:: 1 12
-defeat%1:12:00:: 2 3
-defeat%2:33:00:: 1 14
-defeat%2:41:00:: 2 5
-defecate%2:29:00:: 1 1
-defect%1:07:00:: 4 1
-defect%1:07:01:: 2 2
-defect%1:26:00:: 3 1
-defect%1:26:01:: 1 2
-defection%1:04:00:: 1 1
-defective%5:00:00:abnormal:00 2 1
-defective%5:00:00:imperfect:00 1 2
-defend%2:32:00:: 1 19
-defend%2:33:00:: 2 14
-defend%2:33:02:: 3 3
-defend%2:33:04:: 5 1
-defend%2:33:05:: 4 2
-defendant%1:18:00:: 1 4
-defender%1:18:00:: 1 3
-defense%1:04:00:: 1 17
-defense%1:04:03:: 2 9
-defense%1:10:00:: 4 2
-defense%1:10:01:: 8 1
-defense%1:14:00:: 7 1
-defense%1:14:01:: 3 2
-defense%1:14:02:: 6 1
-defense%1:22:00:: 5 1
-defense_policy%1:09:00:: 1 1
-defense_program%1:09:00:: 1 2
-defensible%5:00:00:invulnerable:00 1 1
-defensive%3:00:00:: 1 9
-defensive%5:00:00:apologetic:00 2 1
-defer%2:32:00:: 2 1
-defer%2:42:00:: 1 2
-deference%1:04:00:: 1 1
-defiance%1:07:00:: 1 3
-defiance%1:10:00:: 2 2
-defiant%3:00:00:: 1 2
-deficiency%1:07:00:: 2 2
-deficiency%1:26:00:: 1 6
-deficient%5:00:00:inadequate:00 1 1
-deficit%1:07:00:: 1 1
-definable%5:00:00:determinable:00 1 1
-define%2:32:00:: 2 13
-define%2:42:00:: 1 20
-define%2:42:01:: 3 9
-define%2:42:03:: 4 2
-defined%3:00:00:: 1 2
-defining%1:22:00:: 1 1
-definite%3:00:00:: 1 13
-definite%5:00:00:certain(p):01 2 1
-definitely%4:02:00:: 1 8
-definition%1:07:00:: 2 10
-definition%1:10:00:: 1 11
-definitive%5:00:00:explicit:00 1 2
-deflated%5:00:00:dejected:00 1 1
-deflection%1:26:00:: 1 1
-deformation%1:11:00:: 1 3
-deformational%3:01:00:: 1 1
-deformed%5:00:00:unshapely:00 1 1
-defraud%2:41:00:: 1 2
-defray%2:40:00:: 1 2
-defrost%2:30:00:: 1 1
-defy%2:32:00:: 3 1
-defy%2:42:00:: 1 9
-defy%2:42:01:: 2 2
-degas%2:30:00:: 1 1
-degenerate%2:30:00:: 1 1
-degeneration%1:22:00:: 1 1
-deglycerolize%2:38:00:: 1 1
-degradation%1:04:00:: 1 1
-degrade%2:35:00:: 1 1
-degree%1:07:00:: 1 25
-degree%1:09:00:: 5 6
-degree%1:10:00:: 3 13
-degree%1:23:00:: 4 7
-degree%1:23:03:: 6 1
-degree%1:26:01:: 2 17
-degree_of_freedom%1:09:00:: 1 1
-deign%2:41:00:: 1 1
-deity%1:18:00:: 1 2
-deja_vu%1:09:00:: 1 7
-dejected%3:00:00:: 1 1
-dejection%1:26:00:: 1 2
-delaware%1:17:00:: 1 1
-delaware_river%1:17:00:: 1 1
-delay%1:04:00:: 2 2
-delay%1:28:00:: 1 2
-delay%2:30:00:: 1 8
-delay%2:30:01:: 3 3
-delay%2:42:00:: 2 6
-delayed%3:00:00:: 1 8
-delegate%1:18:00:: 1 1
-delegate%2:41:00:: 2 1
-delegate%2:41:01:: 1 5
-delegation%1:14:00:: 1 1
-delhi_boil%1:26:00:: 1 1
-deliberate%5:00:00:intended:00 1 2
-deliberate%5:00:00:unhurried:00 2 2
-deliberately%4:02:00:: 1 12
-deliberately%4:02:01:: 2 2
-deliberation%1:09:01:: 2 1
-deliberation%1:10:00:: 1 1
-delicacy%1:07:00:: 1 2
-delicacy%1:13:00:: 2 1
-delicate%3:00:00:: 1 6
-delicate%5:00:00:breakable:00 3 3
-delicate%5:00:00:difficult:00 6 1
-delicate%5:00:00:refined:01 5 1
-delicate%5:00:00:skilled:00 2 3
-delicate%5:00:00:tender:02 4 1
-delicately%4:02:00:: 1 1
-delicious%5:00:00:pleasing:00 1 2
-delicious%5:00:00:tasteful:01 2 1
-deliciously%4:02:00:: 1 1
-delight%1:12:00:: 1 9
-delight%2:34:00:: 2 3
-delight%2:37:00:: 1 5
-delighted%5:00:00:pleased:00 1 3
-delightful%5:00:00:pleasing:00 1 11
-delightfully%4:02:00:: 1 2
-delimit%2:42:00:: 1 1
-delineation%1:10:01:: 1 1
-deliriously%4:02:00:: 1 1
-delirium%1:26:01:: 1 2
-deliver%2:32:00:: 1 21
-deliver%2:32:01:: 6 1
-deliver%2:32:02:: 7 1
-deliver%2:35:00:: 2 15
-deliver%2:40:01:: 3 6
-deliver%2:41:00:: 5 2
-deliver%2:41:01:: 4 3
-deliverance%1:04:00:: 1 1
-delivery%1:04:04:: 1 3
-delivery_boy%1:18:00:: 1 1
-delta%1:17:00:: 1 1
-deltoid%1:08:00:: 1 3
-delude%2:41:00:: 1 1
-deluge%1:23:00:: 1 1
-delve%2:35:00:: 1 1
-demagogue%1:18:00:: 1 1
-demand%1:04:00:: 4 3
-demand%1:09:00:: 3 6
-demand%1:10:00:: 1 22
-demand%1:22:00:: 2 9
-demand%1:26:00:: 5 1
-demand%2:32:00:: 1 47
-demand%2:32:02:: 3 7
-demand%2:42:00:: 2 22
-demander%1:18:00:: 1 1
-demanding%3:00:01:: 1 4
-demandingly%4:02:00:: 1 1
-demarcate%2:31:01:: 1 1
-demarcation%1:15:00:: 1 2
-demean%2:37:00:: 1 1
-demeanor%1:07:00:: 1 3
-demimonde%1:14:00:: 1 1
-demineralization%1:26:00:: 1 1
-democracy%1:09:00:: 1 7
-democracy%1:14:00:: 2 3
-democrat%1:18:00:: 2 1
-democrat%1:18:01:: 1 4
-democratic%3:00:00:: 1 13
-democratic%3:01:00:: 2 8
-democratize%2:41:00:: 1 1
-democratize%2:41:01:: 2 1
-demolish%2:36:00:: 1 2
-demolition%1:11:00:: 1 1
-demon%1:18:00:: 1 4
-demon-ridden%5:00:00:passionate:00 1 1
-demonstrable%5:00:00:incontestable:00 1 1
-demonstrably%4:02:00:: 1 1
-demonstrate%2:31:00:: 2 22
-demonstrate%2:32:00:: 4 2
-demonstrate%2:39:00:: 3 5
-demonstrate%2:39:01:: 1 24
-demonstrate%2:41:00:: 5 1
-demonstrated%5:00:00:incontestable:00 1 1
-demonstration%1:04:00:: 1 8
-demonstration%1:04:01:: 3 3
-demonstration%1:04:02:: 2 5
-demonstration%1:10:03:: 4 2
-demonstrative%1:10:00:: 1 1
-demonstrator%1:18:02:: 1 1
-demoralization%1:04:00:: 1 1
-demote%2:41:00:: 1 1
-demur%2:32:00:: 1 1
-demure%5:00:00:modest:01 1 2
-demythologization%1:10:00:: 1 6
-demythologize%2:30:00:: 1 3
-demythologized%5:00:00:rational:00 1 2
-denial%1:04:01:: 4 1
-denial%1:10:00:: 1 4
-denial%1:10:01:: 2 3
-denial%1:22:00:: 3 1
-denmark%1:15:00:: 1 4
-denomination%1:14:00:: 1 10
-denominational%3:01:00:: 1 4
-denominationally%4:02:00:: 1 1
-denote%2:32:00:: 2 7
-denote%2:32:01:: 1 11
-denote%2:32:02:: 3 1
-denouement%1:11:00:: 1 1
-denounce%2:32:00:: 1 10
-denounce%2:32:02:: 3 1
-denounce%2:41:00:: 2 2
-dense%5:00:00:concentrated:00 2 2
-dense%5:00:00:heavy:01 4 1
-dense%5:00:00:impenetrable:00 3 1
-dense%5:00:00:thick:02 1 4
-denseness%1:09:01:: 1 1
-densitometry%1:04:00:: 1 1
-density%1:07:00:: 1 15
-density%1:07:01:: 2 2
-dent%1:19:00:: 1 1
-dent%2:35:00:: 1 3
-dental%3:01:00:: 1 2
-dentist%1:18:00:: 1 3
-denture%1:06:00:: 1 1
-denuded%5:00:00:uncovered:00 1 1
-denunciation%1:10:00:: 1 3
-denver%1:15:00:: 1 8
-deny%2:32:00:: 1 24
-deny%2:32:01:: 2 20
-deny%2:40:00:: 4 15
-deny%2:40:01:: 3 16
-depart%2:38:00:: 4 1
-depart%2:38:01:: 3 3
-depart%2:38:04:: 1 11
-depart%2:42:00:: 2 5
-departed%5:00:00:absent:00 1 1
-departing%5:00:00:outgoing:00 1 2
-department%1:14:00:: 1 28
-department_of_agriculture%1:14:00:: 1 3
-department_of_commerce%1:14:00:: 1 2
-department_of_defense%1:14:00:: 1 6
-department_of_health_education_and_welfare%1:14:00:: 1 1
-department_of_justice%1:14:00:: 1 1
-department_of_labor%1:14:00:: 1 2
-department_of_state%1:14:00:: 1 5
-department_store%1:06:00:: 1 8
-departmental%3:01:00:: 1 1
-departure%1:04:00:: 1 8
-departure%1:11:01:: 2 2
-depend%2:42:00:: 1 10
-depend_on%2:31:00:: 2 9
-depend_on%2:42:00:: 1 39
-depend_upon%2:31:00:: 2 1
-depend_upon%2:42:00:: 1 16
-dependable%3:00:00:: 1 4
-dependable%5:00:00:trustworthy:00 2 1
-dependence%1:26:00:: 1 6
-dependency%1:26:00:: 1 3
-dependent%1:18:00:: 1 2
-dependent%3:00:00:: 1 8
-dependent%5:00:00:conditional:00 2 2
-dependent_on%5:00:00:conditional:00 1 3
-depending_on%5:00:00:conditional:00 1 8
-depersonalize%2:30:00:: 1 1
-depict%2:32:01:: 2 6
-depict%2:36:00:: 1 6
-depict%2:36:01:: 3 2
-depicted_object%1:06:00:: 1 1
-depleted%5:00:00:exhausted:00 1 2
-depletion%1:04:00:: 1 2
-deplorable%5:00:00:bad:00 1 2
-deplorably%4:02:00:: 1 1
-deplore%2:32:00:: 1 2
-deploy%2:33:00:: 1 2
-deportee%1:18:00:: 1 2
-depose%2:41:00:: 1 2
-deposed%3:44:00:: 1 1
-deposit%1:17:00:: 2 1
-deposit%1:19:00:: 1 1
-deposit%2:35:00:: 1 3
-deposit%2:35:01:: 3 2
-deposit%2:40:00:: 2 2
-depositor%1:18:00:: 1 1
-depot%1:06:00:: 1 1
-deprave%2:41:00:: 1 1
-depravity%1:04:00:: 2 1
-depravity%1:07:00:: 1 3
-deprecating%5:00:00:uncomplimentary:00 1 1
-deprecatory%5:00:00:uncomplimentary:00 1 2
-depreciation%1:04:00:: 1 2
-depreciation%1:21:00:: 2 1
-depredation%1:04:00:: 1 2
-depress%2:37:00:: 1 3
-depress%2:38:00:: 2 1
-depressed%5:00:00:low:02 1 1
-depressing%5:00:00:cheerless:00 1 3
-depression%1:12:00:: 4 1
-depression%1:17:00:: 3 3
-depression%1:26:00:: 1 4
-depression%1:26:02:: 2 3
-deprive%2:40:00:: 2 3
-deprive%2:40:01:: 1 3
-deprived_of%5:00:00:empty:00 1 1
-depth%1:07:00:: 1 32
-depth%1:07:01:: 2 8
-depth%1:15:00:: 3 1
-deputy%1:18:00:: 2 1
-deputy%1:18:01:: 1 9
-deputy%5:00:00:subordinate:01 1 1
-deputy_sheriff%1:18:00:: 1 1
-deranged%5:00:00:insane:00 1 2
-dereliction%1:04:00:: 2 1
-dereliction%1:07:00:: 1 1
-deride%2:32:00:: 1 2
-derision%1:10:00:: 1 5
-derisive%5:00:00:disrespectful:00 1 1
-derivation%1:09:00:: 3 1
-derivation%1:10:01:: 2 1
-derivation%1:15:00:: 1 1
-derivative%1:09:00:: 1 1
-derive%2:30:00:: 4 3
-derive%2:30:01:: 3 7
-derive%2:31:00:: 1 25
-derive%2:40:00:: 2 11
-derive%2:42:00:: 5 1
-derived%3:00:00:: 1 1
-derived%5:00:00:calculable:00 2 1
-derrick%1:06:01:: 1 1
-dervish%1:18:00:: 1 1
-des%1:27:00:: 1 1
-descend%2:38:00:: 1 12
-descend%2:38:01:: 4 1
-descend%2:41:00:: 3 1
-descend%2:42:00:: 2 3
-descendant%1:18:00:: 1 1
-descendants%1:14:00:: 1 1
-descendent%1:18:00:: 1 1
-descending%3:00:00:: 1 1
-descent%1:04:00:: 3 1
-descent%1:07:00:: 2 2
-descent%1:11:00:: 1 2
-describe%2:31:00:: 4 1
-describe%2:32:00:: 1 77
-describe%2:32:01:: 2 52
-describe%2:35:00:: 3 1
-description%1:10:01:: 1 27
-descriptive%3:00:02:: 1 2
-desecrate%2:41:00:: 1 1
-desecration%1:04:00:: 1 1
-desensitized%5:00:00:insensitive:01 1 1
-desert%1:15:00:: 1 4
-desert%2:31:00:: 1 7
-desert%2:41:00:: 2 2
-deserted%5:00:00:forsaken:00 1 5
-desertion%1:04:00:: 1 2
-deserve%2:42:00:: 1 29
-deserved%5:00:00:merited:00 1 2
-deserving%5:00:00:worthy:00 1 2
-design%1:04:00:: 1 13
-design%1:06:00:: 4 2
-design%1:06:01:: 6 1
-design%1:09:01:: 2 12
-design%1:09:02:: 3 3
-design%1:09:03:: 5 1
-design%2:31:00:: 2 28
-design%2:36:00:: 4 8
-design%2:36:01:: 3 19
-design%2:36:02:: 1 31
-designate%2:32:00:: 1 12
-designate%2:41:00:: 2 1
-designation%1:10:00:: 1 2
-designation%1:10:01:: 2 1
-designed%5:00:00:planned:00 1 2
-designer%1:18:00:: 2 1
-designer%1:18:02:: 1 2
-desirable%3:00:00:: 1 16
-desire%1:07:00:: 2 9
-desire%1:12:00:: 1 32
-desire%1:26:00:: 3 2
-desire%2:37:00:: 1 25
-desire%2:37:01:: 3 2
-desire%2:37:02:: 2 2
-desired%5:00:00:desirable:00 1 5
-desired%5:00:00:wanted:00 2 1
-desk%1:06:00:: 1 24
-desk_officer%1:18:00:: 1 1
-desolate%5:00:00:forsaken:00 2 1
-desolate%5:00:00:inhospitable:00 1 4
-desolation%1:26:00:: 1 1
-desorption%1:22:00:: 1 1
-despair%1:12:00:: 2 8
-despair%1:26:00:: 1 12
-despair%2:37:00:: 1 3
-despairing%5:00:00:hopeless:00 1 3
-despairingly%4:02:00:: 1 1
-despatch%2:38:00:: 1 2
-desperate%1:18:00:: 1 1
-desperate%5:00:00:brave:00 4 1
-desperate%5:00:00:hopeless:00 1 7
-desperate%5:00:00:resolute:00 2 3
-desperate%5:00:01:dangerous:00 3 1
-desperately%4:02:00:: 1 9
-desperately%4:02:01:: 2 3
-desperation%1:26:01:: 1 4
-despicable%5:00:00:ignoble:01 1 1
-despise%2:37:00:: 1 8
-despised%5:00:00:unloved:00 1 1
-despoil%2:40:00:: 1 1
-despoiler%1:18:00:: 1 1
-despondency%1:12:00:: 1 1
-despondent%5:00:00:hopeless:00 1 3
-despotism%1:26:00:: 1 2
-dessert%1:13:00:: 1 2
-destination%1:09:00:: 2 1
-destination%1:15:00:: 1 2
-destine%2:31:00:: 2 2
-destine%2:32:00:: 1 4
-destiny%1:11:00:: 1 6
-destiny%1:18:00:: 2 1
-destroy%2:33:00:: 3 2
-destroy%2:35:00:: 2 28
-destroy%2:36:00:: 1 42
-destroyed%3:00:00:: 1 1
-destroyed%5:00:00:lost:02 2 1
-destroyer%1:06:00:: 1 1
-destruction%1:04:00:: 1 8
-destruction%1:11:00:: 2 6
-destructive%3:00:00:: 1 6
-desultory%5:00:00:purposeless:00 1 1
-desynchronizing%1:24:00:: 1 1
-detach%2:35:01:: 1 3
-detach%2:38:00:: 2 1
-detachable%3:00:00:: 1 1
-detached%5:00:00:separate:00 2 2
-detached%5:00:00:unconcerned:00 1 4
-detached%5:00:00:unconnected:00 3 1
-detachment%1:04:00:: 2 1
-detachment%1:12:00:: 1 1
-detail%1:09:00:: 1 26
-detail%1:10:00:: 3 9
-detail%1:14:01:: 4 2
-detail%1:24:00:: 2 9
-detail%2:31:00:: 2 1
-detail%2:32:00:: 1 1
-detailed%5:00:00:careful:00 1 26
-details%1:10:00:: 1 2
-detain%2:41:00:: 1 1
-detect%2:31:00:: 2 3
-detect%2:39:00:: 1 21
-detectable%5:00:00:noticeable:00 2 1
-detectable%5:00:00:perceptible:00 1 7
-detected%3:00:00:: 1 2
-detecting%1:04:00:: 1 1
-detection%1:04:00:: 2 2
-detection%1:09:00:: 1 4
-detective%1:18:00:: 1 27
-detective%1:18:01:: 2 1
-detective_story%1:10:00:: 1 2
-detector%1:06:00:: 1 4
-deter%2:32:01:: 1 1
-detergency%1:07:00:: 1 3
-detergent%1:06:00:: 2 3
-detergent%1:27:00:: 1 22
-detergent_builder%1:27:00:: 1 1
-deteriorate%2:29:00:: 2 2
-deteriorate%2:30:00:: 1 4
-deterioration%1:26:00:: 1 1
-determinable%3:00:00:: 1 1
-determinant%1:09:00:: 1 2
-determinate%3:00:01:: 1 1
-determination%1:04:00:: 1 7
-determination%1:07:00:: 2 3
-determination%1:09:00:: 3 1
-determine%2:31:00:: 5 9
-determine%2:31:01:: 3 18
-determine%2:31:02:: 2 21
-determine%2:31:03:: 6 7
-determine%2:32:00:: 1 107
-determine%2:32:03:: 4 11
-determine%2:32:05:: 7 1
-determined%5:00:00:resolute:00 1 10
-determinedly%4:02:00:: 1 1
-determining%5:00:00:decisive:00 1 1
-determining_factor%1:09:00:: 1 1
-deterrent%1:09:00:: 1 1
-detest%2:37:00:: 1 2
-detonate%2:30:00:: 1 3
-detonating_fuse%1:06:00:: 1 1
-detract%2:30:04:: 1 1
-detractor%1:18:00:: 1 1
-detribalize%2:30:00:: 1 1
-detroit%1:15:00:: 1 9
-devastate%2:30:00:: 1 3
-devastating%5:00:00:disrespectful:00 1 1
-devastating%5:00:01:destructive:00 2 1
-develop%2:29:00:: 4 19
-develop%2:30:00:: 10 4
-develop%2:30:01:: 13 3
-develop%2:30:04:: 6 12
-develop%2:30:05:: 9 4
-develop%2:30:06:: 3 41
-develop%2:30:09:: 12 3
-develop%2:30:10:: 15 1
-develop%2:31:00:: 8 5
-develop%2:32:00:: 7 6
-develop%2:36:00:: 2 44
-develop%2:36:01:: 1 44
-develop%2:36:09:: 14 1
-develop%2:39:04:: 11 3
-develop%2:42:00:: 5 15
-develop_into%2:30:00:: 1 2
-developed%3:00:00:: 1 18
-developer%1:18:00:: 1 4
-developing%3:44:00:: 2 1
-developing%5:00:00:nonindustrial:00 1 2
-development%1:04:01:: 1 52
-development%1:04:02:: 5 7
-development%1:11:01:: 4 9
-development%1:15:00:: 6 6
-development%1:22:01:: 3 11
-development%1:22:02:: 2 46
-development%1:26:00:: 7 4
-developmental%3:01:00:: 1 4
-deviant%5:00:00:abnormal:00 1 1
-deviate%2:38:00:: 1 2
-deviate%2:42:00:: 2 1
-deviation%1:09:00:: 2 1
-deviation%1:11:00:: 1 2
-device%1:04:00:: 3 2
-device%1:06:00:: 1 36
-device%1:10:00:: 2 2
-devil%1:10:00:: 3 3
-devil%1:18:00:: 2 5
-devil%1:18:02:: 1 12
-devil%1:18:03:: 4 1
-devilish%5:00:00:evil:00 1 1
-devilment%1:04:00:: 1 1
-devious%5:00:00:indirect:02 1 1
-devise%2:36:00:: 1 14
-devise%2:36:01:: 2 1
-devisee%1:18:00:: 1 1
-devoid_of%5:00:00:empty:00 1 3
-devote%2:31:00:: 2 5
-devote%2:32:00:: 1 30
-devoted%5:00:02:dedicated:00 1 6
-devotee%1:18:00:: 1 2
-devotion%1:04:01:: 2 1
-devotion%1:12:00:: 1 2
-devotional%5:00:00:pious:00 1 1
-devour%2:35:00:: 1 1
-devout%5:00:00:religious:00 1 1
-dew%1:27:00:: 1 2
-dewar%1:06:00:: 1 1
-dexamethasone%1:27:00:: 1 2
-dexterous%5:00:00:adroit:00 1 1
-dexterously%4:02:00:: 1 1
-dextrous%5:00:00:adroit:00 1 2
-di-iodotyrosine%1:27:00:: 1 5
-diabetes%1:26:00:: 1 1
-diabetic%1:18:00:: 1 2
-diachronic%3:00:00:: 1 1
-diagnose%2:31:00:: 1 4
-diagnose%2:31:01:: 2 1
-diagnosing%1:04:00:: 1 1
-diagnosis%1:04:00:: 1 4
-diagnostic%3:01:00:: 1 1
-diagnostician%1:18:00:: 1 1
-diagonal%5:00:02:oblique:00 1 4
-diagonalizable%3:01:00:: 1 14
-diagram%1:06:00:: 1 6
-diagram%2:36:00:: 1 1
-dial%1:06:00:: 1 1
-dial%2:32:00:: 1 3
-dialect%1:10:00:: 1 6
-dialectic%1:09:00:: 1 4
-dialectic%1:24:00:: 2 1
-dialectically%4:02:00:: 1 1
-dialogue%1:10:00:: 2 2
-dialogue%1:10:01:: 1 3
-dialogue%1:10:02:: 3 2
-dialysis%1:04:00:: 1 12
-dialyze%2:30:00:: 1 4
-diam%1:07:00:: 1 2
-diameter%1:07:00:: 1 27
-diameter%1:25:00:: 2 1
-diametrically%4:02:00:: 1 1
-diamond%1:21:00:: 1 3
-diamond%1:27:00:: 2 1
-diamond_point%1:06:00:: 1 1
-diaper%1:06:00:: 1 1
-diaphragm%1:06:00:: 1 5
-diaphragm%1:08:00:: 2 2
-diaphyseal%3:01:00:: 1 2
-diarrhea%1:26:00:: 1 9
-diarrhoea%1:26:00:: 1 3
-diary%1:10:00:: 1 3
-diathermy_machine%1:06:00:: 1 1
-diatom%1:05:00:: 1 1
-diatomic%3:01:00:: 1 2
-dice%1:06:00:: 1 9
-dichondra%1:20:00:: 1 1
-dickens%1:10:00:: 1 2
-dictate%1:09:00:: 2 1
-dictate%1:10:00:: 1 1
-dictate%2:31:00:: 2 1
-dictate%2:32:00:: 1 8
-dictated%5:00:00:settled:02 1 1
-dictatorship%1:14:00:: 1 3
-dictionary%1:10:00:: 1 52
-dictionary_entry%1:10:00:: 1 3
-dictum%1:10:00:: 1 2
-die%1:06:00:: 1 6
-die%1:06:01:: 2 1
-die%2:30:00:: 1 141
-die%2:30:04:: 4 1
-die%2:37:00:: 3 1
-die%2:39:00:: 2 1
-die_away%2:30:00:: 1 2
-die_out%2:30:00:: 1 2
-diet%1:13:00:: 1 8
-dietary%3:01:00:: 1 4
-diethylaminoethyl_cellulose%1:27:00:: 1 2
-diethylstilbestrol%1:27:00:: 1 3
-differ%2:32:00:: 2 1
-differ%2:42:00:: 1 27
-difference%1:07:00:: 1 73
-difference%1:09:00:: 2 21
-difference%1:10:00:: 4 2
-difference%1:11:00:: 3 16
-difference%1:24:00:: 5 1
-difference_of_opinion%1:10:00:: 1 2
-different%3:00:00:: 1 88
-different%3:00:02:: 4 1
-different%5:00:00:other:00 2 41
-different%5:00:00:unusual:00 3 2
-differentiable%3:01:00:: 1 3
-differential%1:09:00:: 1 1
-differential%3:01:00:: 1 1
-differential_equation%1:10:00:: 1 7
-differentiate%2:31:01:: 1 4
-differentiate%2:31:02:: 2 1
-differentiated%3:00:00:: 1 3
-differentiation%1:04:01:: 2 1
-differentiation%1:09:00:: 1 5
-differently%4:02:00:: 1 8
-difficult%3:00:00:: 1 63
-difficult%5:00:00:effortful:00 2 1
-difficulty%1:04:00:: 1 18
-difficulty%1:07:00:: 4 6
-difficulty%1:09:02:: 2 13
-difficulty%1:26:00:: 3 11
-diffident%5:00:00:reserved:01 1 1
-diffident%5:00:00:unconfident:00 2 1
-diffidently%4:02:00:: 1 1
-diffraction%1:19:00:: 1 1
-diffuse%2:32:00:: 3 1
-diffuse%2:35:00:: 2 1
-diffuse%2:38:00:: 1 1
-diffuse%5:00:00:distributed:00 1 1
-diffused%5:00:00:distributed:00 1 1
-diffusely%4:02:00:: 1 1
-diffusing%5:00:00:distributive:00 1 2
-diffusion%1:07:00:: 3 1
-diffusion%1:11:00:: 2 1
-diffusion%1:22:00:: 1 6
-dig%2:35:00:: 1 9
-dig%2:35:01:: 2 5
-dig_in%2:34:00:: 2 1
-dig_in%2:35:00:: 1 2
-dig_into%2:35:00:: 1 4
-dig_up%2:35:00:: 1 2
-digest%2:31:00:: 2 1
-digest%2:34:00:: 1 1
-digestible%3:00:00:: 1 1
-digestive%3:01:00:: 1 1
-digging%1:04:01:: 1 1
-digitalis_glycoside%1:27:00:: 1 1
-digitalization%1:04:00:: 1 1
-dignified%3:00:00:: 1 2
-dignified%5:00:00:proud:00 2 1
-dignify%2:41:00:: 1 1
-dignitary%1:18:00:: 1 1
-dignity%1:07:00:: 1 14
-dignity%1:07:01:: 2 4
-digress%2:32:00:: 1 1
-dilapidated%5:00:00:damaged:00 1 2
-dilate%2:30:01:: 1 6
-dilemma%1:09:00:: 1 8
-diligence%1:07:01:: 1 1
-diligent%5:00:00:patient:00 1 1
-dilute%2:30:00:: 1 9
-dilute%3:00:00:: 1 1
-dilution%1:04:00:: 2 2
-dilution%1:27:00:: 1 4
-dim%5:00:00:dark:01 1 4
-dim%5:00:00:indistinct:00 2 3
-dime%1:21:00:: 1 2
-dimension%1:07:00:: 1 7
-dimension%1:07:01:: 4 1
-dimension%1:09:00:: 2 5
-dimension%1:09:01:: 3 1
-dimensional%3:01:00:: 1 3
-dimensional%5:00:00:multidimensional:00 2 3
-dimensioning%5:00:00:orienting:00 1 3
-dimer%1:27:00:: 1 1
-dimethylglyoxime%1:27:00:: 1 2
-diminish%2:30:00:: 1 10
-diminish%2:30:04:: 2 2
-diminished%5:00:00:impaired:00 1 3
-diminishing%5:00:00:decreasing:00 1 1
-diminution%1:22:00:: 1 1
-diminutive%5:00:00:small:00 1 2
-dimly%4:02:00:: 1 10
-din%1:04:00:: 2 7
-din%1:11:00:: 1 9
-din%2:31:00:: 2 1
-din%2:39:00:: 1 1
-dine%2:34:01:: 1 6
-dingy%5:00:00:dirty:01 1 4
-dining_room%1:06:00:: 1 6
-dining_table%1:06:00:: 1 1
-dinner%1:13:00:: 1 25
-dinner%1:14:00:: 2 5
-dinner_pail%1:06:00:: 1 1
-dinner_party%1:14:00:: 1 1
-dinnertime%1:28:00:: 1 2
-dip%2:30:00:: 4 1
-dip%2:30:01:: 3 1
-dip%2:34:00:: 2 1
-dip%2:35:00:: 1 2
-diplomacy%1:07:00:: 2 1
-diplomacy%1:10:00:: 1 1
-diplomat%1:18:00:: 1 4
-diplomatic%3:00:00:: 2 1
-diplomatic%3:01:00:: 1 2
-dipole%1:17:00:: 1 6
-dipper%1:06:00:: 1 4
-dipylon%3:01:00:: 1 1
-direct%2:31:01:: 10 1
-direct%2:32:00:: 1 17
-direct%2:32:01:: 9 1
-direct%2:33:00:: 7 5
-direct%2:33:01:: 2 16
-direct%2:36:00:: 3 13
-direct%2:36:02:: 8 4
-direct%2:38:00:: 5 5
-direct%2:38:01:: 6 5
-direct%2:41:00:: 4 7
-direct%3:00:00:: 1 23
-direct%3:00:02:: 3 5
-direct%5:00:00:immediate:00 2 16
-direct_contrast%1:24:00:: 1 1
-direct_current%1:19:00:: 1 1
-direct_evidence%1:10:00:: 1 1
-direct_loan%1:21:00:: 1 2
-direct_sum%1:14:00:: 1 1
-directed%5:00:00:oriented:00 1 2
-directing%5:00:00:leading:00 1 1
-direction%1:04:00:: 5 3
-direction%1:04:01:: 7 1
-direction%1:09:00:: 3 14
-direction%1:10:00:: 4 5
-direction%1:10:02:: 6 2
-direction%1:15:00:: 1 35
-direction%1:24:00:: 2 17
-directional%3:01:00:: 1 1
-directionality%1:07:00:: 1 1
-directive%1:10:00:: 1 1
-directivity%1:07:00:: 1 1
-directly%4:02:00:: 1 26
-directly%4:02:01:: 4 5
-directly%4:02:05:: 2 14
-directly%4:02:07:: 3 9
-director%1:18:00:: 1 18
-director%1:18:02:: 2 6
-director%1:18:03:: 3 6
-directory%1:10:00:: 1 1
-dirge%1:10:00:: 1 2
-dirt%1:26:00:: 2 11
-dirt%1:27:01:: 1 14
-dirty%3:00:01:: 1 12
-dirty%3:00:02:: 2 2
-dirty%5:00:00:nasty:00 3 1
-disability%1:26:00:: 1 3
-disable%2:30:00:: 1 1
-disabled%1:14:00:: 1 2
-disabled%5:00:00:injured:00 2 1
-disabled%5:00:00:unfit:01 1 6
-disabling%5:00:00:unhealthful:00 1 2
-disabuse%2:32:00:: 1 2
-disadvantage%1:07:00:: 1 3
-disagree%2:32:00:: 1 10
-disagreement%1:07:00:: 2 2
-disagreement%1:26:00:: 1 3
-disallow%2:32:00:: 1 1
-disappear%2:30:00:: 1 40
-disappearance%1:04:00:: 1 4
-disappearance%1:04:01:: 3 1
-disappearance%1:11:00:: 2 1
-disappoint%2:37:00:: 1 5
-disappointed%5:00:00:unsuccessful:00 1 4
-disappointing%5:00:00:unsatisfactory:00 1 1
-disappointment%1:04:00:: 2 1
-disappointment%1:12:00:: 1 7
-disapprobation%1:10:00:: 1 1
-disapproval%1:10:00:: 2 1
-disapproval%1:12:00:: 1 6
-disapprove%2:31:00:: 1 5
-disapprove%2:32:00:: 2 2
-disarm%2:33:00:: 1 2
-disarmament%1:04:00:: 1 1
-disarming%5:00:00:pleasing:00 1 2
-disarray%1:09:00:: 1 1
-disassemble%2:36:00:: 1 1
-disassembly%1:04:00:: 1 1
-disaster%1:04:00:: 3 1
-disaster%1:11:00:: 2 7
-disaster%1:26:00:: 1 7
-disastrous%5:00:00:unfortunate:00 1 6
-disband%2:38:00:: 2 1
-disband%2:38:01:: 1 1
-disbelief%1:09:00:: 1 3
-disbelieve%2:31:00:: 1 1
-disburse%2:40:00:: 1 1
-disc%1:06:01:: 1 10
-disc%1:25:00:: 2 1
-discard%2:40:00:: 1 3
-discarded%5:00:00:unwanted:00 1 1
-discern%2:39:00:: 1 7
-discernable%3:00:00:: 1 1
-discernible%3:00:00:: 1 3
-discernible%5:00:00:perceptible:00 2 1
-discerning%3:00:00:: 1 1
-discharge%1:04:04:: 2 3
-discharge%1:11:00:: 1 13
-discharge%1:19:00:: 5 1
-discharge%1:22:00:: 4 1
-discharge%1:27:00:: 3 1
-discharge%2:29:00:: 7 1
-discharge%2:32:00:: 6 1
-discharge%2:33:02:: 5 1
-discharge%2:35:00:: 2 3
-discharge%2:35:01:: 4 1
-discharge%2:41:00:: 1 3
-discharge%2:41:01:: 3 1
-disciple%1:18:00:: 1 1
-discipline%1:04:00:: 4 1
-discipline%1:07:00:: 3 2
-discipline%1:09:00:: 1 2
-discipline%1:09:01:: 2 2
-discipline%2:41:01:: 1 4
-disciplined%5:00:00:controlled:00 1 4
-disciplined%5:00:00:trained:00 2 1
-disclose%2:32:00:: 1 19
-disclose%2:39:00:: 2 6
-disclosing%5:00:00:revealing:00 1 1
-disclosure%1:10:00:: 1 1
-discomfited%1:14:00:: 1 1
-discomfort%1:26:00:: 1 3
-disconcerted%5:00:00:discomposed:00 1 1
-disconcerting%5:00:00:displeasing:00 1 2
-disconcertingly%4:02:00:: 1 1
-disconnect%2:35:00:: 2 1
-disconnect%2:35:03:: 1 1
-discontent%1:12:00:: 1 2
-discontented%3:00:00:: 1 1
-discontinuance%1:04:00:: 1 1
-discontinue%2:42:00:: 1 4
-discontinue%2:42:01:: 2 2
-discontinuity%1:26:00:: 1 4
-discorporate%5:00:00:incorporeal:00 1 1
-discount%1:04:00:: 1 1
-discount%2:32:00:: 1 3
-discount_business%1:04:00:: 1 1
-discourage%2:32:01:: 1 12
-discourage%2:32:02:: 3 2
-discourage%2:37:00:: 2 3
-discouraged%5:00:00:defeated:00 2 1
-discouraged%5:00:00:pessimistic:00 1 2
-discouraging%3:00:00:: 1 1
-discourse%1:10:01:: 1 2
-discourteous%3:00:00:: 1 1
-discover%2:31:00:: 4 16
-discover%2:31:01:: 2 21
-discover%2:32:04:: 6 4
-discover%2:36:00:: 3 18
-discover%2:39:00:: 7 1
-discover%2:39:03:: 1 21
-discover%2:40:00:: 5 6
-discovered%5:00:00:determined:00 2 2
-discovered%5:00:00:unconcealed:00 1 2
-discovery%1:04:00:: 1 12
-discovery%1:09:00:: 3 5
-discovery%1:10:00:: 2 5
-discredit%1:26:00:: 1 1
-discredit%2:31:01:: 1 1
-discreetly%4:02:00:: 1 1
-discrepancy%1:07:00:: 1 5
-discrepancy%1:11:00:: 2 3
-discrete%5:00:00:separate:00 1 3
-discretion%1:09:00:: 2 2
-discretion%1:26:00:: 1 5
-discretionary%5:00:00:arbitrary:00 1 1
-discriminate%2:31:00:: 1 2
-discriminate%2:41:12:: 2 1
-discriminating%3:00:00:: 1 1
-discrimination%1:04:00:: 1 6
-discrimination%1:09:00:: 2 5
-discuss%2:32:00:: 2 30
-discuss%2:32:01:: 1 54
-discussion%1:10:00:: 2 25
-discussion%1:10:02:: 1 27
-disdain%1:12:00:: 1 2
-disdain%2:32:00:: 2 1
-disdain%2:37:00:: 1 2
-disdainful%5:00:00:disrespectful:00 1 1
-disease%1:26:00:: 1 26
-diseased%5:00:00:unhealthy:00 1 1
-disembodied%5:00:00:incorporeal:00 1 1
-disenfranchise%2:41:00:: 1 1
-disenfranchisement%1:04:00:: 1 2
-disengage%2:35:00:: 1 1
-disengagement%1:04:02:: 1 1
-disentangle%2:35:00:: 2 1
-disentangle%2:35:02:: 1 1
-disfigured%5:00:00:ugly:00 1 1
-disgrace%1:26:00:: 1 2
-disgrace%2:41:00:: 1 2
-disguise%1:07:00:: 1 2
-disguise%2:39:00:: 1 1
-disguised%5:00:00:covert:00 1 2
-disgust%1:12:00:: 1 1
-disgust%2:39:00:: 1 1
-disgusted%5:00:00:displeased:00 1 2
-disgusting%5:00:00:offensive:01 1 1
-dish%1:06:00:: 1 9
-dish%1:13:00:: 2 3
-dish_up%2:34:00:: 1 1
-dishearten%2:37:00:: 1 2
-disheartened%5:00:00:pessimistic:00 1 1
-disheartening%5:00:00:discouraging:00 1 1
-disheveled%5:00:00:untidy:00 1 1
-dishonest%3:00:00:: 1 1
-dishonor%1:26:00:: 1 1
-dishonor%2:41:00:: 1 2
-dishonour%2:41:00:: 1 1
-dishwasher%1:06:00:: 1 1
-dishwater%1:27:00:: 1 1
-disillusioning%5:00:00:convincing:00 1 1
-disillusionment%1:09:00:: 1 1
-disintegrate%2:30:00:: 1 2
-disintegration%1:26:00:: 1 2
-disintegrative%3:00:00:: 1 1
-disinter%2:41:00:: 1 1
-disinterest%1:09:01:: 1 1
-disinterested%5:00:00:impartial:00 1 1
-disjointed%5:00:00:incoherent:00 1 1
-disk%1:06:00:: 2 4
-disk%1:25:00:: 1 12
-disk%2:36:00:: 1 1
-dislike%1:09:00:: 1 4
-dislike%1:12:00:: 2 2
-dislike%2:37:00:: 1 13
-dislocation%1:04:00:: 2 1
-dislocation%1:11:00:: 1 1
-dislodge%2:35:00:: 1 2
-disloyalty%1:07:00:: 1 2
-dismal%5:00:00:cheerless:00 1 1
-dismally%4:02:01:: 1 2
-dismay%1:12:00:: 2 2
-dismay%1:12:02:: 1 4
-dismayed%5:00:00:afraid(p):00 1 2
-dismaying%5:00:00:alarming:00 1 1
-dismember%2:35:00:: 1 1
-dismiss%2:32:00:: 1 14
-dismiss%2:32:02:: 2 4
-dismiss%2:41:01:: 3 1
-dismissal%1:04:01:: 1 1
-dismount%2:38:00:: 1 6
-dismounted%5:00:00:unmounted:00 1 1
-disobedience%1:04:00:: 1 7
-disobedient%3:00:00:: 1 2
-disobey%2:41:00:: 1 4
-disorder%1:26:03:: 1 5
-disordered%5:00:00:disorganized:00 1 3
-disordered%5:00:00:incoherent:00 2 1
-disorderly%3:00:00:: 1 1
-disorderly%5:00:00:untidy:00 2 1
-disorganized%3:00:00:: 1 2
-disown%2:40:00:: 1 1
-disparagement%1:10:00:: 1 1
-disparate%5:00:00:different:00 1 2
-dispassionate%5:00:00:impartial:00 1 1
-dispassionately%4:02:00:: 1 2
-dispatch%1:04:00:: 2 1
-dispatch%1:10:00:: 1 3
-dispatch%2:38:00:: 1 5
-dispatch%2:41:00:: 2 1
-dispel%2:38:00:: 1 10
-dispensary%1:06:00:: 1 1
-dispensation%1:04:01:: 1 1
-dispense%2:40:00:: 1 3
-dispense_with%2:40:01:: 1 1
-dispenser%1:06:00:: 1 1
-dispersal%1:04:00:: 1 1
-disperse%2:30:00:: 3 1
-disperse%2:35:00:: 1 2
-disperse%2:38:01:: 2 1
-dispersed%5:00:00:distributed:00 1 3
-dispersion%1:11:00:: 1 1
-displace%2:38:00:: 2 1
-displace%2:38:01:: 1 3
-displacement%1:04:00:: 1 2
-displacement%1:04:02:: 3 1
-displacement%1:11:00:: 2 1
-display%1:04:00:: 2 3
-display%1:06:00:: 3 1
-display%1:10:01:: 1 4
-display%2:39:00:: 1 35
-display%2:39:01:: 2 2
-display_window%1:06:00:: 1 1
-displeased%3:00:00:: 1 1
-displeasure%1:12:00:: 1 3
-disposal%1:04:00:: 3 1
-disposal%1:04:02:: 2 1
-disposal%1:07:00:: 1 4
-disposal_plant%1:06:00:: 1 2
-dispose%2:31:00:: 3 2
-dispose%2:40:00:: 2 3
-dispose%2:40:11:: 1 3
-dispose_of%2:41:00:: 1 2
-disposition%1:04:00:: 2 1
-disposition%1:07:00:: 1 2
-dispossessed%5:00:00:unfortunate:00 1 1
-dispossession%1:04:00:: 1 1
-disproportionate%3:00:00:: 1 1
-disproportionate%5:00:00:incommensurate:00 2 1
-disprove%2:31:00:: 1 1
-disputable%5:00:00:contestable:00 1 1
-dispute%1:10:00:: 1 4
-dispute%2:32:00:: 1 4
-dispute%2:32:01:: 2 2
-disqualified%5:00:01:ineligible:00 1 1
-disqualify%2:30:00:: 1 1
-disregard%1:04:01:: 2 1
-disregard%1:09:00:: 1 1
-disregard%2:32:00:: 2 2
-disregard%2:32:02:: 1 3
-disregardless%4:02:00:: 1 1
-disrepair%1:26:00:: 1 2
-disrepute%1:26:00:: 1 1
-disrobe%2:29:01:: 1 1
-disrupt%2:30:01:: 2 2
-disrupt%2:32:00:: 1 5
-disruption%1:04:02:: 1 1
-disruptive%5:00:00:unquiet:00 1 2
-dissatisfaction%1:12:00:: 1 2
-dissatisfied%5:00:00:discontented:00 1 2
-dissect%2:35:00:: 1 1
-dissection%1:04:01:: 1 2
-dissection%1:09:00:: 2 1
-dissemble%2:32:00:: 1 1
-disseminate%2:32:00:: 1 6
-disseminating%5:00:00:distributive:00 1 1
-dissemination%1:10:00:: 1 1
-dissension%1:10:00:: 1 1
-dissent%1:10:02:: 1 1
-dissent%1:10:03:: 2 1
-dissent%2:32:00:: 1 1
-dissenter%1:18:00:: 1 1
-disservice%1:04:00:: 1 1
-dissimilar%3:00:00:: 1 1
-dissipate%2:34:00:: 3 1
-dissipate%2:38:00:: 2 1
-dissipate%2:38:01:: 1 1
-dissociation%1:04:00:: 1 3
-dissolution%1:22:00:: 1 1
-dissolve%1:10:00:: 1 1
-dissolve%2:30:01:: 2 3
-dissolve%2:30:02:: 3 2
-dissolve%2:30:03:: 1 4
-dissolve%2:38:00:: 4 1
-dissolved%5:00:00:melted:00 1 5
-dissolving_agent%1:27:00:: 1 1
-dissuade%2:32:00:: 1 3
-distal%3:00:01:: 1 9
-distally%4:02:00:: 1 1
-distance%1:07:00:: 1 54
-distance%1:07:01:: 3 5
-distance%1:12:00:: 4 4
-distance%1:15:00:: 2 18
-distance%1:28:00:: 5 1
-distant%3:00:01:: 1 33
-distant%3:00:02:: 2 2
-distaste%1:12:00:: 1 3
-distastefully%4:02:02:: 1 1
-distension%1:04:00:: 1 1
-distill%2:30:01:: 2 3
-distill%2:30:02:: 3 1
-distill%2:30:03:: 1 3
-distillation%1:22:00:: 1 3
-distilled_water%1:27:00:: 1 1
-distinct%3:00:00:: 2 10
-distinct%5:00:00:different:00 1 14
-distinct%5:00:00:separate:00 3 1
-distinction%1:07:00:: 4 3
-distinction%1:07:01:: 3 4
-distinction%1:09:00:: 1 11
-distinction%1:26:00:: 2 5
-distinctive%5:00:00:characteristic:00 1 5
-distinctive%5:00:00:identifiable:00 2 3
-distinctive%5:00:02:characteristic:00 3 1
-distinctively%4:02:00:: 1 2
-distinctly%4:02:00:: 1 7
-distinctness%1:07:00:: 1 1
-distinguish%2:31:00:: 1 15
-distinguish%2:31:02:: 3 3
-distinguish%2:39:00:: 2 6
-distinguishable%3:00:00:: 1 4
-distinguished%5:00:00:dignified:00 2 2
-distinguished%5:00:00:important:00 1 7
-distinguished_service_medal%1:10:00:: 1 1
-distort%2:32:00:: 1 5
-distort%2:35:01:: 2 1
-distortable%5:00:00:changeable:00 1 1
-distorted%5:00:00:crooked:01 1 2
-distortion%1:11:00:: 1 2
-distortion%1:19:00:: 3 1
-distortion%1:25:00:: 2 1
-distract%2:37:00:: 1 3
-distractedly%4:02:00:: 1 1
-distraction%1:09:00:: 1 2
-distraught%5:00:00:agitated:00 1 1
-distress%1:12:00:: 3 2
-distress%1:12:02:: 1 4
-distress%1:26:01:: 2 3
-distressed%5:00:00:troubled:00 1 1
-distressing%5:00:00:heavy:02 1 3
-distribute%2:32:00:: 6 1
-distribute%2:35:01:: 2 5
-distribute%2:38:00:: 5 1
-distribute%2:40:00:: 1 10
-distribute%2:40:01:: 4 3
-distribute%2:41:00:: 3 4
-distribution%1:04:00:: 3 7
-distribution%1:04:01:: 4 4
-distribution%1:07:00:: 2 13
-distribution%1:09:00:: 1 23
-distribution_cost%1:21:00:: 1 3
-distributive%3:00:00:: 1 1
-distributor%1:18:00:: 1 6
-district%1:15:00:: 1 38
-district_attorney%1:18:00:: 1 2
-district_manager%1:18:00:: 1 3
-district_of_columbia%1:15:00:: 1 12
-distrust%1:09:00:: 1 1
-distrust%2:31:00:: 1 3
-disturb%2:30:00:: 4 2
-disturb%2:30:04:: 5 1
-disturb%2:35:00:: 3 2
-disturb%2:35:01:: 2 4
-disturb%2:37:00:: 1 8
-disturbance%1:04:00:: 5 1
-disturbance%1:04:01:: 4 1
-disturbance%1:11:00:: 1 4
-disturbance%1:26:00:: 3 1
-disturbance%1:26:02:: 2 2
-disturbed%5:00:00:disarranged:00 1 2
-disturbed%5:00:00:neurotic:00 3 1
-disturbed%5:00:00:troubled:00 2 1
-disturbing%5:00:00:heavy:02 1 5
-disturbingly%4:02:00:: 1 1
-ditch%1:06:00:: 1 2
-ditty%1:10:00:: 1 1
-diurnal_variation%1:11:00:: 1 3
-divan%1:06:00:: 1 5
-dive%1:04:01:: 2 1
-dive%1:06:01:: 1 4
-dive%2:38:00:: 1 4
-dive%2:38:02:: 2 1
-diverge%2:38:00:: 1 1
-divergence%1:04:00:: 1 1
-divergent%5:00:00:different:00 1 2
-diverse%5:00:00:different:00 2 1
-diverse%5:00:02:different:00 1 4
-diversification%1:04:00:: 1 1
-diversified%3:00:00:: 1 3
-diversion%1:04:00:: 1 2
-diversion%1:04:01:: 2 2
-diversion%1:04:02:: 3 1
-diversionary_attack%1:04:00:: 1 1
-diversity%1:07:02:: 1 2
-divert%2:38:00:: 1 2
-divert%2:38:01:: 2 2
-divert%2:41:00:: 3 1
-divertimento%1:10:00:: 1 1
-divest%2:40:01:: 1 1
-divestiture%1:10:00:: 1 4
-divide%2:31:00:: 2 11
-divide%2:35:00:: 4 2
-divide%2:35:01:: 6 1
-divide%2:38:00:: 5 1
-divide%2:41:00:: 1 20
-divide%2:42:00:: 3 4
-divided%3:00:00:: 1 2
-dividend%1:21:00:: 1 5
-divine%1:18:01:: 1 1
-divine%5:00:00:heavenly:00 1 4
-divine%5:00:02:heavenly:00 3 1
-divine%5:00:03:heavenly:00 2 1
-divine_law%1:09:00:: 1 1
-divinely%4:02:00:: 1 2
-diving%1:11:00:: 1 1
-diving_board%1:06:00:: 1 1
-divinity%1:07:00:: 2 1
-divinity%1:18:00:: 1 4
-divisible_by%5:00:00:divisible:00 1 4
-division%1:04:00:: 3 4
-division%1:09:00:: 2 6
-division%1:10:00:: 5 1
-division%1:14:00:: 1 10
-division%1:14:03:: 4 3
-divisive%5:00:00:discordant:00 1 4
-divorce%1:04:00:: 1 8
-divorce%2:41:00:: 2 2
-divorce%2:41:01:: 1 4
-divorced%5:00:00:unmarried:00 1 1
-divulge%2:32:00:: 1 1
-dizzily%4:02:00:: 1 1
-dizzy%5:00:00:frivolous:00 2 1
-dizzy%5:00:00:ill:01 1 1
-do%2:29:04:: 12 2
-do%2:29:09:: 9 3
-do%2:36:00:: 8 9
-do%2:36:01:: 2 173
-do%2:36:02:: 5 35
-do%2:38:00:: 13 1
-do%2:41:01:: 1 526
-do%2:41:02:: 6 20
-do%2:41:03:: 11 2
-do%2:41:04:: 3 134
-do%2:42:00:: 4 58
-do%2:42:01:: 7 11
-do%2:42:02:: 10 2
-do-it-yourself%5:00:00:homemade:00 1 2
-do_away_with%2:30:00:: 1 1
-do_by%2:41:00:: 1 1
-do_good%2:40:00:: 1 5
-do_in%2:35:00:: 1 1
-do_justice%2:39:00:: 2 1
-do_justice%2:41:00:: 1 1
-do_one's_best%2:41:00:: 1 3
-do_well%2:42:00:: 1 6
-do_work%2:41:00:: 1 1
-docile%3:00:00:: 1 3
-dock%1:06:02:: 1 2
-dock%2:38:00:: 1 2
-docked%3:44:00:: 1 1
-docket%2:32:01:: 1 1
-doctor%1:04:00:: 3 1
-doctor%1:18:00:: 1 73
-doctor%1:18:02:: 2 1
-doctor%2:29:00:: 2 1
-doctor%2:30:00:: 1 1
-doctor_of_education%1:10:00:: 1 1
-doctor_of_philosophy%1:10:00:: 1 1
-doctorate%1:10:00:: 1 1
-doctrinaire%5:00:00:instructive:00 1 2
-doctrinal%3:01:00:: 1 1
-doctrinally%4:02:00:: 1 1
-doctrine%1:09:00:: 1 20
-document%1:06:00:: 2 1
-document%1:10:00:: 1 3
-document%2:31:00:: 2 1
-document%2:32:00:: 1 3
-documentary%1:10:00:: 1 5
-dodge%1:04:00:: 2 1
-dodge%1:09:00:: 1 1
-dodge%2:32:00:: 3 1
-dodge%2:38:00:: 1 6
-dodge%2:38:01:: 2 1
-dodging%1:04:00:: 1 1
-dog%1:05:00:: 1 42
-dog%2:38:00:: 1 2
-dogged%5:00:00:stubborn:00 1 2
-doggedly%4:02:00:: 1 4
-doggerel%1:10:00:: 1 1
-dogging%5:00:00:continuous:01 1 1
-doghouse%1:06:00:: 1 1
-doglike%5:00:00:loyal:00 1 1
-dogma%1:10:00:: 1 3
-dogmatic%5:00:00:narrow-minded:00 1 1
-dogmatically%4:02:00:: 1 2
-dogwood%1:20:00:: 1 1
-doing%1:04:00:: 1 4
-dole_out%2:40:00:: 1 1
-doled_out%5:00:00:distributed:00 1 1
-doleful%5:00:00:sad:00 1 2
-doll%1:06:00:: 1 1
-dollar%1:21:00:: 2 11
-dollar%1:23:00:: 1 23
-dollar_bill%1:21:00:: 1 1
-dollar_sign%1:10:01:: 1 1
-dollar_volume%1:07:00:: 1 2
-domain%1:15:00:: 2 2
-domain%1:26:00:: 1 4
-domestic%3:00:00:: 1 19
-domestic%3:00:01:: 3 3
-domestic%3:01:00:: 2 8
-domestic_animal%1:05:00:: 1 1
-dominance%1:07:02:: 1 4
-dominance%1:26:00:: 2 3
-dominant%3:00:01:: 1 51
-dominantly%4:02:00:: 1 1
-dominate%2:41:00:: 3 6
-dominate%2:42:00:: 1 9
-dominate%2:42:01:: 2 6
-dominated%5:00:00:controlled:00 1 2
-dominated_by%5:00:00:controlled:00 1 4
-dominating%5:00:00:dominant:01 1 1
-domination%1:04:00:: 1 6
-domination%1:26:00:: 2 1
-domineer%2:37:00:: 1 1
-domineering%3:00:00:: 1 1
-dominican_republic%1:15:00:: 1 1
-dominion%1:21:01:: 2 1
-dominion%1:26:00:: 1 4
-don%1:18:01:: 1 1
-don%2:29:00:: 1 4
-don_quixote%1:18:01:: 1 3
-donate%2:40:00:: 1 7
-donation%1:04:00:: 2 1
-donation%1:21:00:: 1 2
-done%5:00:00:finished:01 1 7
-done_for%5:00:00:destroyed:00 1 1
-done_up%5:00:00:wrapped:00 1 1
-done_with%5:00:00:finished:01 1 1
-donor%1:18:00:: 1 7
-doom%1:11:00:: 1 3
-doom%2:32:01:: 1 9
-doomed%1:14:00:: 1 1
-doomed%5:00:00:dead:01 1 2
-door%1:06:00:: 1 98
-door%1:06:01:: 2 36
-door%1:06:02:: 4 1
-door%1:07:00:: 3 5
-doorbell%1:06:00:: 1 1
-doorhandle%1:06:00:: 1 1
-doorknob%1:06:00:: 1 1
-doorman%1:18:00:: 1 3
-doorway%1:06:00:: 1 11
-dooryard%1:06:00:: 1 2
-dope%1:06:00:: 1 1
-doped%5:00:00:treated:00 1 1
-doppler_effect%1:19:00:: 1 1
-dormant%5:00:00:asleep(p):00 3 2
-dormitory%1:06:00:: 1 2
-dosage%1:23:00:: 1 6
-dose%1:06:00:: 1 4
-dose%1:23:00:: 2 2
-dose%2:30:00:: 1 1
-dosed%5:00:00:treated:02 1 1
-dot%1:25:00:: 1 13
-dot%2:42:00:: 1 3
-dotted%5:00:00:broken:02 2 1
-dotted%5:00:00:patterned:00 1 2
-double%1:04:00:: 1 12
-double%2:30:00:: 1 12
-double%2:35:00:: 2 2
-double%2:35:01:: 4 1
-double%2:38:00:: 3 1
-double%5:00:01:multiple:00 3 4
-double%5:00:02:multiple:00 2 5
-double%5:00:03:multiple:00 1 5
-double-breasted%3:00:00:: 1 1
-double-crosser%1:18:00:: 1 1
-double-crossing%1:04:00:: 1 1
-double-glaze%2:40:00:: 1 1
-double_bass%1:06:00:: 1 3
-double_bogey%2:35:00:: 1 1
-double_cross%2:41:00:: 1 1
-double_entendre%1:10:00:: 1 2
-double_over%2:38:00:: 1 1
-double_play%1:04:00:: 1 1
-double_standard%1:10:00:: 1 1
-double_up%2:38:00:: 1 1
-doubleheader%1:04:00:: 1 1
-doubly%4:02:00:: 1 1
-doubt%1:07:00:: 2 4
-doubt%1:09:00:: 1 26
-doubt%2:31:00:: 1 16
-doubt%2:31:01:: 3 1
-doubt%2:32:00:: 2 2
-doubtful%5:00:00:questionable:00 1 10
-doubtful%5:00:00:uncertain:02 2 2
-doubtless%4:02:00:: 1 8
-dough%1:13:00:: 1 3
-dough%1:21:00:: 2 1
-dourly%4:02:00:: 1 1
-dove%1:05:00:: 1 2
-dovetail%2:42:00:: 1 1
-doweling%1:04:00:: 1 1
-down%1:04:00:: 2 1
-down%1:05:00:: 1 1
-down%2:33:00:: 3 1
-down%2:34:00:: 1 3
-down%2:34:01:: 2 1
-down%3:00:00:: 1 9
-down%4:02:00:: 1 98
-down%4:02:02:: 2 22
-down%4:02:03:: 3 2
-down%5:00:00:descending(a):00 4 2
-down%5:00:00:falling:00 2 1
-down%5:00:00:out(p):02 5 1
-down%5:00:00:perfect:00 3 1
-down_the_stairs%4:02:00:: 1 4
-downcast%5:00:00:down:00 1 1
-downed%3:00:02:: 1 1
-downfall%1:11:01:: 1 2
-downgrade%2:31:00:: 1 4
-downhill%5:00:00:descending(a):00 1 1
-downpour%1:19:00:: 1 2
-downright%4:02:00:: 1 3
-downstairs%4:02:00:: 1 6
-downstream%4:02:00:: 1 1
-downtown%1:15:00:: 1 11
-downtown%3:00:00:: 1 13
-downtrodden%5:00:00:wronged:00 1 2
-downward%4:02:00:: 1 2
-downward%5:00:00:descending(a):00 2 3
-downward%5:00:00:down:00 1 1
-downwind%4:02:00:: 1 2
-dowry%1:21:00:: 1 2
-doze%2:29:00:: 1 4
-dozen%1:23:00:: 1 15
-dozen%5:00:00:cardinal:00 1 3
-dozens%1:23:00:: 1 3
-drab%5:00:00:colorless:02 2 1
-drab%5:00:00:dull:03 1 2
-draft%1:06:01:: 3 1
-draft%1:19:00:: 2 1
-draft%1:21:00:: 1 1
-draft%2:33:00:: 2 2
-draft%2:36:00:: 1 4
-drafting%1:04:01:: 1 1
-drafting%1:04:02:: 2 1
-drafting_board%1:06:00:: 1 1
-drafty%5:00:00:leaky:00 1 1
-drag%1:19:00:: 1 1
-drag%2:34:00:: 6 1
-drag%2:35:00:: 1 16
-drag%2:35:01:: 2 13
-drag%2:38:00:: 5 1
-drag%2:38:06:: 4 1
-drag%2:42:00:: 3 1
-drag_a_bunt%2:35:00:: 1 1
-drag_one's_feet%2:42:00:: 1 2
-drag_out%2:42:00:: 1 1
-drag_through_the_mud%2:32:00:: 1 1
-dragging%5:00:00:effortful:00 1 1
-dragon%1:18:02:: 1 6
-drain%1:04:00:: 1 1
-drain%2:30:01:: 3 1
-drain%2:34:00:: 2 1
-drain%2:38:00:: 1 2
-drainage%1:04:00:: 1 3
-drainage_ditch%1:06:00:: 1 2
-drama%1:07:00:: 4 1
-drama%1:10:00:: 3 2
-drama%1:10:01:: 1 12
-drama%1:11:00:: 2 7
-dramatic%3:00:00:: 1 13
-dramatic%5:00:00:impressive:00 2 5
-dramatically%4:02:00:: 2 2
-dramatically%4:02:01:: 3 1
-dramatically%4:02:02:: 1 4
-dramatics%1:04:00:: 1 1
-dramatist%1:18:00:: 1 2
-dramatize%2:32:00:: 3 1
-dramatize%2:32:01:: 2 1
-dramatize%2:36:00:: 1 1
-drape%1:06:00:: 1 1
-drape%2:35:00:: 1 3
-drape%2:35:01:: 2 1
-draped%5:00:00:covered:00 1 3
-draper%1:18:00:: 1 1
-drapery%1:06:00:: 1 4
-drastic%5:00:00:forceful:00 1 1
-drastically%4:02:02:: 1 3
-draught%1:04:01:: 2 1
-draught%1:13:00:: 1 2
-draughty%5:00:00:leaky:00 1 1
-draw%1:17:00:: 1 5
-draw%2:30:14:: 17 2
-draw%2:31:00:: 5 10
-draw%2:31:13:: 10 6
-draw%2:32:00:: 9 6
-draw%2:33:01:: 15 3
-draw%2:34:01:: 12 5
-draw%2:35:01:: 4 10
-draw%2:35:02:: 21 1
-draw%2:35:03:: 1 13
-draw%2:36:00:: 7 7
-draw%2:36:01:: 16 2
-draw%2:36:02:: 20 1
-draw%2:36:07:: 19 1
-draw%2:37:01:: 11 5
-draw%2:37:03:: 2 12
-draw%2:38:00:: 8 6
-draw%2:38:01:: 6 9
-draw%2:38:02:: 13 4
-draw%2:38:07:: 18 1
-draw%2:40:00:: 3 10
-draw%2:40:01:: 14 3
-draw_back%2:38:00:: 1 8
-draw_close%2:35:00:: 1 1
-draw_in%2:35:00:: 3 1
-draw_in%2:35:02:: 1 1
-draw_in%2:35:03:: 2 1
-draw_near%2:38:00:: 1 3
-draw_off%2:35:00:: 1 1
-draw_on%2:40:00:: 1 1
-draw_out%2:30:00:: 2 1
-draw_out%2:32:00:: 1 1
-draw_rein%2:41:00:: 1 1
-draw_the_line%2:30:00:: 1 1
-draw_together%2:35:00:: 1 2
-draw_up%2:31:00:: 4 1
-draw_up%2:38:01:: 3 1
-draw_up%2:38:02:: 2 2
-draw_up%2:41:00:: 1 2
-drawer%1:06:00:: 1 5
-drawing%1:04:01:: 3 2
-drawing%1:06:00:: 2 5
-drawing%1:10:00:: 1 7
-drawing_board%1:06:00:: 1 1
-drawing_paper%1:27:00:: 1 1
-drawing_power%1:07:00:: 1 1
-drawing_room%1:06:00:: 1 3
-drawl%1:10:00:: 1 1
-drawl%2:32:00:: 1 1
-drawn%5:00:00:closed:01 4 1
-drawn%5:00:00:delineated:00 3 1
-drawn%5:00:00:tense:03 2 1
-drawn%5:00:00:tired:00 1 2
-dread%1:12:00:: 1 1
-dread%2:37:00:: 1 4
-dreadful%5:00:00:alarming:00 1 6
-dreadful%5:00:00:bad:00 2 1
-dreadfully%4:02:00:: 1 1
-dream%1:09:01:: 1 31
-dream%1:09:02:: 2 7
-dream%1:09:03:: 4 2
-dream%1:09:04:: 5 1
-dream%1:12:00:: 3 4
-dream%2:36:00:: 1 15
-dream%2:39:00:: 2 11
-dream_up%2:36:00:: 1 3
-dreamed%5:00:00:unreal:00 1 1
-dreamer%1:18:02:: 1 1
-dreamfully%4:02:00:: 1 1
-dreamlike%5:00:00:unreal:02 1 1
-dreamy%5:00:00:inattentive:00 1 2
-drearily%4:02:00:: 1 2
-dreary%5:00:00:cheerless:00 1 2
-dreary%5:00:00:dull:03 2 1
-dregs%1:17:00:: 1 4
-drenched%5:00:00:covered:00 2 1
-drenched%5:00:00:wet:01 1 1
-dress%1:06:00:: 1 15
-dress%1:06:01:: 2 4
-dress%2:29:00:: 1 15
-dress%2:29:01:: 2 8
-dress%2:29:05:: 5 2
-dress%2:29:07:: 4 2
-dress%2:30:00:: 6 1
-dress%2:35:02:: 3 2
-dress_shop%1:06:00:: 1 2
-dress_up%2:29:00:: 1 5
-dress_up%2:30:00:: 2 1
-dressed%5:00:00:clothed:00 1 9
-dresser%1:06:00:: 1 1
-dressing_gown%1:06:00:: 1 3
-dressing_room%1:06:00:: 1 7
-dressy%5:00:00:fancy:00 1 2
-dribble%2:38:00:: 1 2
-dried%5:00:00:dry:01 1 3
-dried%5:00:00:preserved:02 2 1
-dried-out%5:00:00:dry:01 1 1
-drift%1:19:00:: 1 3
-drift%1:22:01:: 2 1
-drift%2:38:00:: 4 2
-drift%2:38:01:: 3 3
-drift%2:38:02:: 1 6
-drift%2:38:04:: 2 3
-drifting%5:00:00:afloat(p):00 2 2
-drill%2:31:00:: 3 1
-drill%2:31:03:: 2 5
-drill%2:35:00:: 1 21
-drilled%5:00:00:trained:00 1 1
-drink%1:04:00:: 2 4
-drink%1:13:00:: 3 3
-drink%1:13:04:: 1 20
-drink%2:31:00:: 4 1
-drink%2:34:00:: 1 30
-drink%2:34:01:: 2 10
-drink%2:34:12:: 3 1
-drink_up%2:34:00:: 1 1
-drinker%1:18:01:: 1 1
-drinking%1:04:00:: 1 10
-drinking%1:04:01:: 2 6
-drinking_water%1:13:00:: 1 1
-drip%2:38:00:: 1 11
-dripping%5:00:00:wet:01 1 3
-dripping%5:00:02:wet:01 2 1
-drive%1:04:00:: 8 1
-drive%1:04:02:: 3 4
-drive%1:04:03:: 6 1
-drive%1:04:04:: 1 6
-drive%1:04:06:: 7 1
-drive%1:06:01:: 4 3
-drive%1:06:02:: 2 5
-drive%1:07:00:: 5 1
-drive%2:32:00:: 12 1
-drive%2:35:00:: 4 13
-drive%2:35:01:: 9 2
-drive%2:35:07:: 8 2
-drive%2:35:11:: 6 5
-drive%2:36:00:: 7 4
-drive%2:38:00:: 2 24
-drive%2:38:01:: 1 56
-drive%2:38:02:: 3 13
-drive%2:38:03:: 11 1
-drive%2:41:00:: 10 1
-drive%2:41:02:: 5 6
-drive_around%2:38:00:: 1 1
-drive_away%2:38:00:: 1 1
-drive_in%2:33:00:: 1 4
-drive_in%2:38:00:: 2 1
-drive_off%2:38:06:: 1 2
-drive_out%2:38:01:: 1 1
-drive_up%2:38:00:: 1 1
-driven%5:00:00:involuntary:01 1 2
-driver%1:18:00:: 1 17
-driveway%1:06:00:: 1 5
-driving%5:00:00:dynamic:00 1 2
-driving_force%1:04:00:: 1 1
-drizzle%1:19:00:: 1 5
-drizzling%5:00:00:descending(a):00 1 2
-drone%1:05:00:: 1 2
-drone%1:10:00:: 2 1
-droop%2:38:00:: 1 1
-drop%1:07:00:: 3 1
-drop%1:23:00:: 2 9
-drop%1:25:00:: 1 9
-drop%2:30:00:: 3 12
-drop%2:30:01:: 7 5
-drop%2:30:05:: 12 1
-drop%2:32:00:: 6 6
-drop%2:33:00:: 10 2
-drop%2:35:00:: 8 3
-drop%2:35:03:: 9 2
-drop%2:38:00:: 2 21
-drop%2:38:01:: 1 36
-drop%2:38:05:: 4 7
-drop%2:40:00:: 11 1
-drop%2:41:01:: 5 6
-drop_back%2:38:00:: 1 1
-drop_behind%2:38:00:: 1 1
-drop_by%2:41:00:: 1 1
-drop_dead%2:30:00:: 1 2
-drop_down%2:38:01:: 1 3
-drop_in%2:41:00:: 1 1
-drop_off%2:29:00:: 2 1
-drop_off%2:30:01:: 1 1
-drop_out%2:33:00:: 1 2
-droplet%1:23:00:: 1 3
-dropout%1:18:00:: 1 1
-droppings%1:27:00:: 1 1
-dross%1:27:01:: 1 1
-drought%1:26:00:: 1 5
-drought%1:28:00:: 2 1
-drover%1:18:00:: 1 1
-drown%2:30:00:: 3 2
-drown%2:30:01:: 4 1
-drown%2:30:02:: 2 2
-drown%2:35:00:: 1 3
-drown_out%2:39:00:: 1 3
-drowse%2:29:01:: 1 1
-drowsily%4:02:00:: 1 1
-drowsiness%1:26:00:: 1 1
-drowsy%5:00:00:asleep(p):00 1 1
-drug%1:06:00:: 1 30
-drug%2:29:00:: 1 1
-drugged%5:00:00:intoxicated:00 1 3
-drugging%1:04:00:: 1 1
-drugless%5:00:00:healthful:00 1 1
-drugstore%1:06:00:: 1 6
-drum%1:06:00:: 1 5
-drum%1:11:00:: 2 1
-drum%2:36:00:: 2 1
-drum%2:39:00:: 1 1
-drum_major%1:18:00:: 1 1
-drum_out%2:41:00:: 1 1
-drumhead%1:06:00:: 1 1
-drumlin%1:17:00:: 1 1
-drummer%1:18:00:: 1 1
-drunk%1:18:00:: 1 4
-drunk%3:00:00:: 1 9
-drunk%5:00:00:excited:00 2 2
-drunk-and-disorderly%1:18:00:: 1 1
-drunkard%1:18:00:: 1 2
-drunken%5:00:02:intoxicated:00 1 4
-drunkenly%4:02:00:: 1 4
-drunkenness%1:26:00:: 1 1
-dry%2:30:00:: 2 11
-dry%2:30:01:: 1 12
-dry%3:00:01:: 1 18
-dry%5:00:00:humorous:00 2 1
-dry-eyed%3:00:00:: 1 1
-dry_out%2:30:00:: 1 2
-dry_up%2:30:00:: 1 2
-drygoods%1:06:00:: 1 3
-drying_agent%1:27:00:: 1 1
-dryly%4:02:00:: 1 1
-dryness%1:26:00:: 1 1
-dual%5:00:00:multiple:00 1 3
-dub%2:32:00:: 1 2
-dub%2:32:01:: 2 1
-dubious%5:00:00:questionable:00 2 1
-dubious%5:00:00:uncertain:02 1 2
-dublin%1:15:00:: 1 1
-duck%1:05:00:: 1 4
-duck%2:38:00:: 1 10
-duck%2:38:01:: 2 3
-ducking%1:04:01:: 1 1
-duct%1:08:00:: 1 2
-due%1:07:00:: 1 4
-due%3:00:00:: 1 6
-due%5:00:00:expected:00 3 1
-due%5:00:00:merited:00 2 2
-due_date%1:28:00:: 1 7
-due_process%1:04:00:: 1 5
-due_process_of_law%1:04:00:: 1 1
-due_to%5:00:00:attributable:00 1 24
-duel%1:04:00:: 1 1
-duel%1:04:01:: 2 1
-duelist%1:18:00:: 1 1
-duffel_bag%1:06:00:: 1 3
-duffer%1:18:00:: 1 3
-dugout%1:06:01:: 1 7
-duke%1:18:00:: 1 1
-dull%2:30:00:: 2 1
-dull%2:35:01:: 1 1
-dull%3:00:02:: 2 5
-dull%3:00:03:: 1 5
-dull%3:00:04:: 6 1
-dull%5:00:00:inactive:03 8 1
-dull%5:00:00:soft:04 3 2
-dull%5:00:00:stupid:00 7 1
-dull%5:00:00:unsaturated:03 5 2
-dull%5:00:01:uninteresting:00 4 2
-dullard%1:18:02:: 1 1
-dulled%5:00:00:uninterested:00 1 4
-dully%4:02:00:: 1 2
-dully%4:02:02:: 2 1
-duly%4:02:00:: 1 8
-dumb%5:00:00:stupid:00 1 9
-dumbbell%1:06:00:: 1 4
-dumfounded%5:00:00:surprised:00 1 1
-dump%2:40:00:: 1 12
-dump%2:40:02:: 2 1
-dump_truck%1:06:00:: 1 1
-dumped%3:44:00:: 1 1
-dun%1:05:00:: 1 1
-dun%5:00:00:chromatic:00 1 1
-dune%1:17:00:: 1 1
-dung%1:27:00:: 1 2
-dungeon%1:06:00:: 1 3
-dunk%2:35:00:: 1 1
-dupe%2:32:00:: 1 1
-duplicable%5:00:00:reproducible:00 1 1
-duplicate%2:36:00:: 1 3
-duplication%1:04:00:: 2 1
-duplication%1:06:00:: 1 1
-durability%1:07:00:: 1 1
-durable%5:00:00:long:02 1 1
-duration%1:07:00:: 3 1
-duration%1:28:00:: 2 1
-duration%1:28:02:: 1 5
-dusk%1:26:00:: 2 3
-dusk%1:28:00:: 1 5
-dusky%5:00:00:brunet:00 2 1
-dusky%5:00:00:dark:01 1 1
-dust%1:27:00:: 1 38
-dust%1:27:01:: 2 15
-dust%2:35:00:: 1 3
-dust%2:35:02:: 2 1
-dust-covered%5:00:00:dirty:01 1 1
-dust_cloud%1:19:00:: 1 2
-dustbin%1:06:00:: 1 1
-dustpanful%1:23:00:: 1 1
-dusty%5:00:00:dirty:01 1 10
-dutch%3:01:00:: 1 5
-dutch_oven%1:06:00:: 1 1
-duty%1:04:00:: 1 13
-duty%1:04:02:: 2 12
-duty%1:21:00:: 3 2
-dwarf%1:18:00:: 1 1
-dwarf%2:42:00:: 1 3
-dwell%2:31:00:: 1 4
-dwell%2:42:00:: 3 3
-dwell%2:42:01:: 2 3
-dwell_on%2:42:00:: 1 1
-dweller%1:18:00:: 1 3
-dwelling%1:06:00:: 1 11
-dwelling_house%1:06:00:: 1 1
-dwindle%2:30:00:: 1 9
-dwindling%5:00:00:decreasing:00 1 2
-dwindling_away%1:11:00:: 1 1
-dye%2:30:00:: 1 1
-dyeing%1:04:00:: 1 1
-dying%1:28:00:: 1 1
-dying%3:00:00:: 1 2
-dynamic%3:00:00:: 1 3
-dynamics%1:09:00:: 1 1
-dynamite%1:06:00:: 1 1
-dynamite%2:30:00:: 1 1
-dynasty%1:14:00:: 1 1
-dysentery%1:26:00:: 1 1
-e.g.%4:02:00:: 1 7
-each%4:02:00:: 1 7
-each%5:00:00:all(a):00 1 64
-each_day%4:02:00:: 1 2
-each_month%4:02:00:: 1 2
-each_week%4:02:00:: 1 4
-each_year%4:02:00:: 1 3
-eager%3:00:00:: 1 20
-eager%5:00:00:enthusiastic:00 2 2
-eagerly%4:02:00:: 1 6
-eagerness%1:12:00:: 1 5
-eagle%1:05:00:: 1 1
-eagle-eyed%5:00:00:farsighted:00 1 1
-ear%1:08:00:: 1 36
-ear%1:08:01:: 3 6
-ear%1:09:00:: 2 7
-ear%1:09:01:: 4 1
-eared%5:00:00:worn:00 1 1
-earl%1:18:00:: 1 1
-earlier%4:02:00:: 1 18
-earlier%4:02:02:: 2 7
-earlier%4:02:04:: 3 1
-earlier%5:00:00:past:00 1 18
-earliest%4:02:00:: 1 1
-earliest%5:00:00:early:00 1 2
-early%3:00:00:: 1 79
-early%3:00:01:: 5 2
-early%3:00:02:: 2 22
-early%4:02:00:: 2 6
-early%4:02:01:: 1 19
-early%4:02:02:: 3 1
-early%5:00:00:past:00 3 10
-early%5:00:00:young:00 4 6
-early_childhood%1:28:00:: 1 1
-early_days%1:28:00:: 1 2
-earn%2:40:01:: 1 19
-earn%2:40:03:: 2 15
-earned%3:00:00:: 1 2
-earned_run%1:04:00:: 1 1
-earnest%1:21:00:: 1 1
-earnest%5:00:00:serious:00 1 2
-earnestly%4:02:02:: 1 2
-earnestness%1:12:00:: 1 1
-earnings%1:21:00:: 2 2
-earnings%1:21:01:: 1 4
-earphone%1:06:00:: 1 1
-earsplitting%5:00:00:loud:00 1 1
-earth%1:15:00:: 4 3
-earth%1:17:00:: 1 51
-earth%1:17:01:: 3 20
-earth%1:27:00:: 2 20
-earth's_surface%1:17:00:: 1 1
-earthbound%5:00:00:earthly:00 1 1
-earthlike%5:00:00:chromatic:00 1 1
-earthman%1:18:00:: 1 2
-earthquake%1:11:00:: 1 17
-earthshaking%5:00:00:loud:00 1 1
-earthy%5:00:00:indecent:00 1 2
-earthy%5:00:00:natural:01 2 1
-earthy%5:00:00:uninhibited:00 3 1
-ease%1:07:00:: 1 1
-ease%2:29:00:: 2 4
-ease%2:30:00:: 3 3
-ease%2:37:00:: 4 1
-ease%2:38:00:: 1 4
-ease_up%2:30:00:: 2 1
-ease_up%2:38:00:: 1 1
-easel%1:06:00:: 1 4
-easily%4:02:01:: 1 31
-easily%4:02:06:: 2 3
-east%1:15:00:: 2 4
-east%1:15:01:: 3 2
-east%1:24:00:: 1 6
-east%3:00:00:: 1 7
-east%4:02:00:: 1 1
-east_german%1:18:00:: 1 1
-east_german%3:01:00:: 1 1
-east_side%1:15:00:: 1 2
-easter%1:28:00:: 1 3
-easter_card%1:10:00:: 1 1
-eastern%3:00:02:: 2 1
-eastern%5:00:00:east:00 1 8
-eastern%5:00:02:east:00 3 1
-eastward%4:02:00:: 1 1
-eastward%5:00:00:east:00 1 1
-easy%3:00:01:: 1 62
-easy%3:00:02:: 3 1
-easy%4:02:01:: 1 5
-easy%5:00:00:light:08 5 1
-easy%5:00:00:pleasing:00 4 1
-easy%5:00:00:unhurried:00 2 4
-easy_chair%1:06:00:: 1 2
-easy_money%1:21:00:: 1 2
-eat%2:34:00:: 1 61
-eat%2:34:01:: 2 13
-eat%2:34:02:: 3 4
-eat_on%2:37:00:: 1 1
-eat_up%2:34:00:: 1 2
-eat_up%2:34:03:: 2 1
-eatable%3:00:00:: 1 1
-eaten%3:00:00:: 1 1
-eating%1:04:00:: 1 3
-ebb%2:38:00:: 1 1
-ebbing%1:22:00:: 1 1
-ebony%1:07:00:: 1 1
-ebullient%5:00:00:spirited:00 1 1
-eccentric%1:18:00:: 1 3
-eccentric%3:00:00:: 2 1
-eccentric%5:00:00:unconventional:01 1 4
-eccentricity%1:07:00:: 1 2
-ecclesiastical%3:01:00:: 1 3
-ecclesiasticism%1:04:00:: 1 1
-echo%1:07:00:: 1 5
-echo%2:32:00:: 1 5
-echo%2:39:00:: 2 2
-eclectic%5:00:00:discriminating:00 1 2
-eclipse%1:11:00:: 1 2
-eclipse%2:39:00:: 2 1
-eclipse%2:42:00:: 1 1
-ecliptic%1:15:00:: 1 3
-economic%3:01:00:: 2 5
-economic%3:01:01:: 1 65
-economic%5:00:00:efficient:00 3 1
-economic_policy%1:10:00:: 1 1
-economic_strangulation%1:04:00:: 1 1
-economic_system%1:14:00:: 1 1
-economic_value%1:21:00:: 1 1
-economical%3:01:00:: 2 2
-economical%5:00:00:efficient:00 1 6
-economical%5:00:00:thrifty:00 3 1
-economically%4:02:00:: 1 3
-economics%1:09:00:: 1 3
-economist%1:18:00:: 1 4
-economize%2:40:00:: 1 4
-economy%1:04:00:: 4 1
-economy%1:07:00:: 3 1
-economy%1:09:01:: 2 1
-economy%1:14:00:: 1 20
-ecstasy%1:26:00:: 1 4
-ecstasy%1:26:02:: 2 3
-ecstatic%5:00:00:joyous:00 1 2
-eddy%2:38:00:: 1 1
-edema%1:26:00:: 1 2
-edematous%5:00:00:unhealthy:00 1 1
-edentulous%5:00:00:toothless:00 1 1
-edge%1:06:00:: 3 5
-edge%1:06:01:: 6 1
-edge%1:07:00:: 5 2
-edge%1:07:01:: 4 2
-edge%1:15:00:: 1 28
-edge%1:25:00:: 2 5
-edge%2:38:00:: 1 3
-edge_up%2:38:00:: 1 1
-edged%5:00:00:bordered:00 1 5
-edgewise%4:02:00:: 1 1
-edgy%5:00:00:tense:03 1 2
-edifice%1:06:00:: 1 2
-edify%2:32:00:: 1 1
-edifying%3:00:00:: 1 1
-edit%2:30:00:: 1 1
-edit_out%2:30:00:: 1 2
-edition%1:10:02:: 1 3
-edition%1:14:00:: 2 2
-editor%1:18:00:: 1 17
-editorial%1:10:00:: 1 4
-editorial%3:01:00:: 1 1
-editorially%4:02:00:: 1 1
-educate%2:31:00:: 2 3
-educate%2:41:00:: 1 7
-educate%2:41:01:: 3 1
-educated%3:00:00:: 1 5
-education%1:04:00:: 1 34
-education%1:04:01:: 4 5
-education%1:07:01:: 5 3
-education%1:09:00:: 2 10
-education%1:09:01:: 3 6
-educational%3:01:00:: 1 6
-educational%5:00:00:instructive:00 2 4
-educational_activity%1:04:00:: 1 1
-educational_institution%1:14:00:: 1 2
-educator%1:18:00:: 1 9
-eeg%1:10:00:: 1 3
-efface%2:30:00:: 1 2
-effect%1:07:00:: 2 11
-effect%1:07:01:: 5 1
-effect%1:09:00:: 3 9
-effect%1:10:00:: 4 2
-effect%1:19:00:: 1 101
-effect%2:36:00:: 1 17
-effect%2:41:15:: 2 3
-effective%3:00:00:: 1 29
-effective%5:00:00:actual:00 5 1
-effective%5:00:00:competent:00 2 14
-effective%5:00:00:efficacious:00 3 8
-effective%5:00:00:operative:00 4 4
-effectively%4:02:00:: 2 1
-effectively%4:02:01:: 1 12
-effectiveness%1:07:00:: 1 11
-effectiveness%1:07:01:: 2 3
-effectually%4:02:00:: 1 1
-effectuate%2:36:00:: 1 2
-efficacious%3:00:00:: 1 1
-efficacy%1:07:00:: 1 6
-efficiency%1:09:00:: 2 9
-efficiency%1:24:00:: 1 12
-efficiency_engineer%1:18:00:: 1 2
-efficient%3:00:00:: 1 7
-efficient%5:00:00:competent:00 2 3
-efficiently%4:02:00:: 1 2
-effloresce%2:30:00:: 1 1
-effluent%1:27:00:: 1 19
-effort%1:04:00:: 1 84
-effort%1:04:01:: 2 12
-effort%1:04:02:: 3 2
-effortless%3:00:00:: 1 1
-effortlessly%4:02:00:: 1 1
-egalitarianism%1:09:00:: 1 2
-egg%1:05:00:: 1 19
-egg%1:13:00:: 2 1
-egg_laying%1:22:00:: 1 1
-egg_on%2:35:00:: 1 1
-egghead%1:18:00:: 1 1
-eggplant%1:13:00:: 1 1
-eggs%1:13:00:: 1 6
-ego%1:09:01:: 2 1
-ego%1:12:01:: 1 6
-egocentric%5:00:00:egoistic:00 1 1
-egotism%1:07:00:: 1 2
-egotist%1:18:00:: 1 3
-egypt%1:15:00:: 1 2
-eight%5:00:00:cardinal:00 1 37
-eighteen%5:00:00:cardinal:00 1 8
-eighteenth%5:00:00:ordinal:00 1 7
-eighth%5:00:00:ordinal:00 1 12
-eighty%5:00:00:cardinal:00 1 6
-either%4:02:00:: 1 10
-ejaculate%2:32:00:: 1 4
-ejaculation%1:10:00:: 1 1
-eject%2:29:00:: 2 1
-eject%2:35:01:: 1 2
-ejection%1:04:01:: 1 2
-eke_out%2:40:02:: 1 2
-elaborate%2:32:00:: 1 7
-elaborate%5:00:00:careful:00 2 4
-elaborate%5:00:00:fancy:00 1 9
-elaborately%4:02:00:: 1 1
-elaboration%1:04:01:: 1 2
-elapse%2:38:00:: 1 5
-elapsed%3:44:00:: 1 1
-elastic%3:00:00:: 1 5
-elastic%5:00:00:adaptable:00 2 1
-elasticity%1:07:00:: 1 3
-elate%2:37:00:: 1 1
-elation%1:12:00:: 2 1
-elation%1:26:00:: 1 1
-elbow%1:06:01:: 2 1
-elbow%1:08:00:: 1 9
-elbow%2:38:00:: 1 1
-elder%1:18:00:: 1 3
-elder%5:00:00:senior:00 1 2
-elderly%5:00:00:old:02 1 6
-eldest%5:00:00:first:00 1 2
-elect%2:31:00:: 2 3
-elect%2:41:00:: 1 21
-elected%3:00:02:: 1 3
-election%1:04:00:: 2 1
-election%1:04:01:: 1 67
-election_day%1:28:00:: 1 1
-elector%1:18:00:: 1 1
-electoral%3:01:00:: 1 11
-electric%3:01:00:: 1 16
-electric_chair%1:06:00:: 1 1
-electric_circuit%1:06:00:: 1 1
-electric_current%1:19:00:: 1 4
-electric_discharge%1:19:00:: 1 1
-electric_heater%1:06:00:: 1 1
-electric_light%1:06:00:: 1 2
-electric_outlet%1:06:00:: 1 1
-electric_power%1:19:00:: 1 1
-electric_razor%1:06:00:: 1 2
-electric_refrigerator%1:06:00:: 1 1
-electric_shock%1:04:01:: 1 1
-electric_toothbrush%1:06:00:: 1 2
-electrical%3:01:00:: 1 16
-electrical_engineer%1:18:00:: 1 1
-electrical_shock%1:04:00:: 1 1
-electrical_work%1:04:00:: 1 1
-electrically%4:02:00:: 1 1
-electricity%1:12:00:: 3 1
-electricity%1:19:00:: 1 8
-electricity%1:19:01:: 2 5
-electrifying%5:00:00:exciting:00 1 1
-electrocardiograph%1:06:00:: 1 2
-electrode%1:06:00:: 1 3
-electrolysis%1:22:00:: 1 1
-electromagnet%1:06:00:: 1 1
-electromagnetic%3:01:00:: 1 1
-electromyography%1:04:00:: 1 1
-electron%1:17:00:: 1 12
-electron_microscopic%3:01:00:: 1 2
-electronic%3:01:00:: 1 4
-electronic_device%1:06:00:: 1 2
-electronic_equipment%1:06:00:: 1 1
-electronics%1:09:00:: 1 10
-electrophoresis%1:22:00:: 1 1
-electrophorus%1:06:00:: 1 1
-electroshock%1:04:00:: 1 2
-electroshock_therapy%1:04:00:: 1 1
-electrostatic%3:01:00:: 1 2
-electrotherapist%1:18:00:: 1 1
-elegance%1:07:00:: 1 3
-elegant%3:00:00:: 1 2
-element%1:06:00:: 2 10
-element%1:09:00:: 1 34
-element%1:15:00:: 4 1
-element%1:27:00:: 3 3
-elemental%3:01:00:: 3 1
-elemental%5:00:00:natural:01 1 3
-elemental%5:00:00:simple:02 2 2
-elementary%5:00:00:easy:01 1 2
-elementary_school%1:14:00:: 1 1
-elephant%1:05:00:: 1 3
-elevate%2:30:00:: 3 2
-elevate%2:38:00:: 2 2
-elevate%2:41:00:: 1 3
-elevated%5:00:00:overhead:00 1 1
-elevated%5:00:00:raised:00 2 1
-elevation%1:11:00:: 1 2
-elevation%1:24:00:: 3 1
-elevation%1:26:00:: 2 1
-elevator%1:06:00:: 1 5
-eleven%5:00:00:cardinal:00 1 12
-eleventh%5:00:00:ordinal:00 1 2
-elfin%5:00:00:small:00 2 1
-elfin%5:00:00:supernatural:00 1 1
-elicit%2:36:00:: 2 2
-elicit%2:37:00:: 1 6
-eligible%3:00:00:: 1 5
-eliminate%2:29:00:: 5 1
-eliminate%2:30:00:: 3 2
-eliminate%2:30:01:: 1 40
-eliminate%2:31:00:: 4 1
-eliminate%2:42:01:: 2 13
-elimination%1:04:02:: 1 3
-elite%1:14:00:: 1 6
-elizabethan%1:18:00:: 1 1
-ell%1:06:00:: 1 1
-ellipsoid%1:25:00:: 1 5
-elm%1:20:00:: 1 1
-elongate%2:30:00:: 1 1
-elongated%5:00:00:long:01 2 1
-elongated%5:00:02:long:01 1 1
-eloquent%5:00:00:articulate:00 1 4
-else%4:02:00:: 2 2
-else%4:02:01:: 1 45
-else%5:00:00:added:00 2 12
-else%5:00:00:other:00 1 26
-elsewhere%4:02:00:: 1 14
-eluate%1:27:00:: 1 2
-elucidate%2:32:00:: 1 1
-elude%2:38:00:: 1 2
-elude%2:42:00:: 2 1
-elusive%5:00:00:artful:00 2 1
-elusive%5:00:00:unidentifiable:00 1 1
-elute%2:35:00:: 1 1
-elution%1:22:00:: 1 4
-emaciated%5:00:00:thin:03 1 2
-emanate%2:30:00:: 1 1
-emanation%1:04:00:: 2 1
-emanation%1:27:00:: 1 1
-emancipate%2:41:00:: 2 1
-emancipate%2:41:01:: 1 1
-emancipated%5:00:00:free:00 1 1
-emasculate%2:30:00:: 1 1
-embankment%1:06:00:: 1 5
-embargo%1:10:00:: 1 1
-embark%2:30:10:: 2 1
-embark%2:38:00:: 1 1
-embark_on%2:36:00:: 1 3
-embarrass%2:37:00:: 1 1
-embarrassed%5:00:00:discomposed:00 1 1
-embarrassing%5:00:00:difficult:00 1 3
-embarrassing%5:00:00:unpleasant:00 2 2
-embarrassment%1:11:00:: 3 1
-embarrassment%1:12:00:: 1 3
-embarrassment%1:26:00:: 2 1
-embassy%1:06:00:: 1 1
-embed%2:35:00:: 1 2
-embedded%5:00:01:enclosed:00 1 1
-embellish%2:32:00:: 1 1
-embezzle%2:40:00:: 1 2
-embitter%2:37:00:: 1 1
-emblem%1:06:00:: 1 3
-emblem%1:10:00:: 2 2
-emblematic%5:00:00:representative:00 1 3
-embodied%3:44:00:: 1 1
-embodiment%1:18:00:: 1 1
-embody%2:42:00:: 2 3
-embody%2:42:01:: 1 3
-embody%2:42:02:: 3 1
-embolden%2:37:00:: 1 1
-emboldened%5:00:00:bold:00 1 1
-emboss%2:35:00:: 1 1
-embowered%5:00:00:enclosed:00 1 1
-embrace%1:04:00:: 1 2
-embrace%1:26:00:: 2 1
-embrace%2:31:00:: 3 1
-embrace%2:35:00:: 2 3
-embrace%2:42:00:: 1 5
-embracing%1:04:00:: 1 1
-embroider%2:36:00:: 1 2
-embroil%2:42:00:: 1 1
-emerge%2:30:00:: 1 36
-emerge%2:30:01:: 3 5
-emerge%2:30:02:: 2 9
-emerge%2:38:00:: 4 3
-emergence%1:11:00:: 2 1
-emergence%1:11:01:: 1 1
-emergency%1:11:00:: 1 10
-emergency%1:26:00:: 2 1
-emergent%5:00:00:aborning:00 1 1
-emerging%3:44:00:: 1 1
-emerging%5:00:00:aborning:00 2 1
-emeritus%5:00:00:old:02 1 1
-emigrate%2:30:00:: 1 2
-emigration%1:04:00:: 1 1
-eminence%1:26:00:: 1 1
-eminent%5:00:00:important:00 1 2
-eminent_domain%1:07:00:: 1 1
-eminently%4:02:00:: 1 1
-emission%1:04:00:: 1 6
-emission_spectrum%1:19:00:: 1 1
-emit%2:29:00:: 1 2
-emit%2:43:00:: 2 1
-emitting%3:44:00:: 1 1
-emotion%1:12:00:: 1 50
-emotional%3:00:00:: 2 7
-emotional%3:00:02:: 1 19
-emotional%3:01:00:: 3 2
-emotional_arousal%1:26:00:: 1 1
-emotional_disturbance%1:26:00:: 1 2
-emotional_state%1:26:00:: 1 5
-emotionalism%1:07:00:: 1 2
-emotionality%1:07:00:: 1 1
-emotionally%4:02:00:: 2 2
-emotionally%4:02:01:: 1 2
-emphasis%1:07:00:: 2 7
-emphasis%1:10:01:: 3 1
-emphasis%1:26:00:: 1 18
-emphasize%2:30:00:: 2 9
-emphasize%2:32:00:: 1 26
-emphasize%2:32:03:: 3 1
-emphatic%5:00:00:stressed:00 1 1
-emphatically%4:02:00:: 1 1
-emphysema%1:26:00:: 1 3
-emphysematous%3:01:00:: 1 1
-empire%1:14:01:: 2 1
-empire%1:15:00:: 1 3
-empirical%3:00:00:: 1 4
-empirically%4:02:00:: 1 4
-empiricism%1:09:00:: 1 1
-employ%1:26:00:: 1 1
-employ%2:34:00:: 1 42
-employ%2:41:00:: 2 14
-employed%3:00:00:: 1 1
-employee%1:18:00:: 1 57
-employer%1:18:00:: 1 14
-employment%1:04:00:: 2 9
-employment%1:04:01:: 4 1
-employment%1:04:02:: 3 6
-employment%1:26:00:: 1 9
-empower%2:41:00:: 1 1
-emptiness%1:26:00:: 1 1
-empty%2:30:00:: 2 3
-empty%2:30:01:: 1 4
-empty%2:35:00:: 4 1
-empty%2:38:00:: 3 2
-empty%3:00:00:: 1 30
-empty%5:00:00:meaningless:00 2 6
-empty_of%5:00:00:empty:00 1 1
-emulate%2:42:00:: 1 2
-emulsified%5:00:00:blended:00 1 1
-enable%2:30:00:: 1 44
-enabling%3:00:00:: 1 1
-enabling_act%1:10:00:: 1 1
-enabling_legislation%1:10:00:: 1 1
-enact%2:36:00:: 2 4
-enact%2:41:00:: 1 13
-enactment%1:04:01:: 1 2
-enamel%1:08:00:: 1 1
-enamel%2:36:00:: 1 1
-enameled%5:00:00:adorned:00 1 1
-encamp%2:42:00:: 1 2
-encampment%1:15:00:: 1 1
-encase%2:35:00:: 1 1
-enchained%5:00:00:bound:01 1 1
-enchant%2:37:00:: 1 2
-enchanted%3:00:00:: 1 1
-enchantment%1:12:00:: 1 1
-encipher%2:32:00:: 1 1
-enclave%1:15:00:: 1 1
-enclose%2:35:00:: 3 1
-enclose%2:35:01:: 1 3
-enclose%2:42:00:: 2 2
-enclosure%1:04:00:: 2 1
-enclosure%1:06:00:: 1 2
-encompass%2:42:00:: 1 4
-encounter%1:04:00:: 1 7
-encounter%1:04:01:: 3 3
-encounter%1:11:00:: 2 4
-encounter%2:33:00:: 5 1
-encounter%2:38:00:: 1 17
-encounter%2:40:00:: 2 8
-encounter%2:42:00:: 3 4
-encounter%2:42:02:: 4 1
-encourage%2:32:00:: 3 1
-encourage%2:37:00:: 2 12
-encourage%2:41:00:: 1 53
-encouragement%1:04:00:: 2 2
-encouragement%1:10:01:: 1 3
-encouragingly%4:02:00:: 1 1
-encroach%2:38:00:: 1 1
-encroach_upon%2:38:00:: 1 1
-encroachment%1:11:00:: 1 3
-encrust%2:35:00:: 1 1
-encumbrance%1:09:00:: 1 1
-encyclopedia%1:10:00:: 1 1
-end%1:04:00:: 11 1
-end%1:09:00:: 5 13
-end%1:09:02:: 4 22
-end%1:11:00:: 3 23
-end%1:15:00:: 1 35
-end%1:15:01:: 9 2
-end%1:15:02:: 7 5
-end%1:15:03:: 10 1
-end%1:18:00:: 8 3
-end%1:26:00:: 6 6
-end%1:28:00:: 2 31
-end%2:30:01:: 2 29
-end%2:42:00:: 1 53
-end%2:42:01:: 3 10
-end_point%1:15:00:: 1 2
-end_up%2:30:00:: 2 2
-end_up%2:30:01:: 1 3
-endanger%2:32:00:: 2 2
-endanger%2:42:00:: 1 3
-endear%2:37:00:: 1 3
-endearing%5:00:00:lovable:00 1 1
-endeavor%1:04:00:: 2 3
-endeavor%1:04:01:: 1 5
-endeavor%2:41:00:: 1 4
-ending%1:04:00:: 2 1
-ending%1:10:00:: 1 3
-endless%5:00:00:long:02 1 6
-endless%5:00:02:infinite:00 2 3
-endlessly%4:02:00:: 1 2
-endlessly%4:02:01:: 2 1
-endorse%2:41:00:: 1 7
-endorse%2:41:01:: 3 1
-endorse%2:41:02:: 2 1
-endothelial%3:01:00:: 1 1
-endothermic_reaction%1:22:00:: 1 2
-endow%2:40:00:: 2 1
-endow%2:41:00:: 1 3
-endowed%3:00:00:: 1 1
-endowment%1:09:00:: 1 1
-endpoint%1:15:00:: 1 1
-endurance%1:07:00:: 1 4
-endure%2:31:00:: 1 6
-endure%2:39:00:: 4 2
-endure%2:42:00:: 3 4
-endure%2:42:04:: 2 4
-enduring%5:00:00:permanent:00 1 6
-enduringly%4:02:00:: 1 1
-enemy%1:14:00:: 1 66
-enemy%1:14:01:: 3 5
-enemy%1:18:00:: 2 11
-enemy%1:18:01:: 4 1
-enemy%5:00:00:hostile:02 1 8
-energetic%3:00:00:: 1 4
-energetic%5:00:00:enterprising:00 2 1
-energetically%4:02:01:: 1 2
-energize%2:29:00:: 1 1
-energy%1:07:00:: 2 8
-energy%1:07:01:: 4 2
-energy%1:07:02:: 3 6
-energy%1:19:00:: 1 31
-enervate%2:30:00:: 1 1
-enervating%5:00:00:debilitating:00 1 1
-enervation%1:07:00:: 1 1
-enfant_terrible%1:18:00:: 1 1
-enforce%2:41:00:: 1 17
-enforce%2:41:01:: 2 7
-enforceable%3:00:00:: 1 1
-enforced%3:00:00:: 1 1
-enforcement%1:04:00:: 1 3
-engage%2:30:00:: 6 1
-engage%2:31:00:: 2 9
-engage%2:32:00:: 5 1
-engage%2:41:00:: 4 1
-engage%2:41:01:: 3 2
-engage%2:41:06:: 1 31
-engaged%5:00:00:involved:00 2 1
-engaged%5:00:02:busy:00 1 7
-engagement%1:04:01:: 1 6
-engagement%1:04:02:: 4 1
-engagement%1:04:05:: 5 1
-engagement%1:10:00:: 3 2
-engagement%1:14:00:: 2 2
-engagingly%4:02:00:: 1 1
-engender%2:36:00:: 1 6
-engine%1:06:00:: 1 9
-engine%1:06:01:: 3 1
-engine%1:19:00:: 2 2
-engineer%1:18:00:: 1 13
-engineering%1:04:01:: 1 6
-engineering%1:09:00:: 2 2
-england%1:15:00:: 1 39
-english%1:09:00:: 3 3
-english%1:10:00:: 1 18
-english%1:18:00:: 2 3
-english%3:01:00:: 1 33
-english_language%1:10:00:: 1 2
-english_muffin%1:13:00:: 1 1
-english_people%1:18:00:: 1 1
-english_professor%1:18:00:: 1 2
-englishman%1:18:00:: 1 5
-engrave%2:35:00:: 1 1
-engraved%5:00:00:carved:00 1 1
-engraver%1:18:01:: 1 1
-engross%2:31:02:: 1 1
-engrossed%5:00:00:attentive:00 1 4
-engrossed%5:00:00:written:00 2 1
-engrossing%5:00:00:interesting:00 1 2
-engulf%2:31:00:: 1 3
-engulf%2:35:00:: 2 2
-enhance%2:30:00:: 1 5
-enhance%2:30:01:: 2 4
-enigma%1:09:00:: 1 1
-enigmatic%5:00:00:incomprehensible:00 1 2
-enjoin%2:32:00:: 2 1
-enjoin%2:32:01:: 1 2
-enjoy%2:34:00:: 5 6
-enjoy%2:34:01:: 2 15
-enjoy%2:37:00:: 1 52
-enjoy%2:37:01:: 3 10
-enjoy%2:39:00:: 4 9
-enjoyable%5:00:00:pleasant:00 1 1
-enjoyment%1:04:00:: 2 2
-enjoyment%1:07:00:: 3 1
-enjoyment%1:12:00:: 1 6
-enlarge%2:30:00:: 3 2
-enlarge%2:30:01:: 2 2
-enlarge%2:30:03:: 1 7
-enlarge%2:32:04:: 4 1
-enlarged%5:00:02:expanded:01 1 4
-enlargement%1:04:00:: 1 2
-enlightened%3:00:00:: 2 2
-enlightened%5:00:00:disenchanted:00 3 1
-enlightened%5:00:00:educated:00 1 4
-enlightenment%1:09:00:: 1 1
-enlist%2:33:00:: 1 7
-enlist%2:33:01:: 3 1
-enlist%2:40:00:: 2 6
-enlisted_man%1:18:00:: 1 1
-enliven%2:30:00:: 2 1
-enliven%2:37:00:: 1 1
-enmesh%2:35:00:: 1 2
-enormity%1:07:01:: 1 1
-enormous%5:00:00:large:00 1 17
-enormously%4:02:00:: 1 3
-enough%1:23:00:: 1 14
-enough%4:02:00:: 1 101
-enough%5:00:00:sufficient:00 1 50
-enquire%2:32:00:: 1 1
-enrage%2:37:00:: 1 1
-enraged%5:00:00:angry:00 1 3
-enrich%2:30:00:: 1 7
-enrichment%1:04:00:: 1 1
-enrol%2:41:00:: 1 3
-enroll%2:41:00:: 1 6
-enrolled%5:00:00:registered:00 1 1
-enrollee%1:18:00:: 1 1
-enrollment%1:04:00:: 1 1
-ensconce%2:35:00:: 1 1
-ensemble%1:14:02:: 1 5
-enshrine%2:35:00:: 1 1
-enslaving%1:04:00:: 1 1
-ensue%2:42:00:: 1 7
-ensuing%5:00:00:succeeding(a):00 1 3
-ensure%2:31:00:: 2 2
-ensure%2:32:00:: 1 6
-entail%2:42:00:: 2 3
-entail%2:42:01:: 1 7
-entangled%5:00:00:involved:00 1 1
-entangled%5:00:01:tangled:00 2 1
-entanglement%1:06:00:: 1 2
-enter%2:32:04:: 5 7
-enter%2:33:00:: 2 24
-enter%2:36:00:: 6 2
-enter%2:38:00:: 1 85
-enter%2:41:06:: 3 17
-enter%2:42:00:: 4 8
-enterotoxemia%1:26:00:: 1 1
-enterprise%1:04:00:: 1 8
-enterprise%1:14:00:: 2 5
-enterprising%3:00:00:: 1 3
-entertain%2:31:00:: 2 1
-entertain%2:41:00:: 1 24
-entertainer%1:18:00:: 1 1
-entertaining%3:00:00:: 1 2
-entertainment%1:04:00:: 1 6
-enthalpy%1:07:00:: 1 2
-enthrall%2:37:00:: 1 1
-enthrone%2:41:01:: 1 1
-enthusiasm%1:07:00:: 2 5
-enthusiasm%1:09:00:: 3 3
-enthusiasm%1:12:00:: 1 5
-enthusiast%1:18:00:: 1 1
-enthusiastic%3:00:00:: 1 9
-enthusiastic%5:00:00:positive:01 2 1
-enthusiastically%4:02:00:: 1 2
-entice%2:32:00:: 1 1
-entire%5:00:00:smooth:02 3 1
-entire%5:00:01:whole:00 1 42
-entire%5:00:02:whole:00 2 5
-entirely%4:02:00:: 1 43
-entirely%4:02:02:: 2 2
-entirety%1:26:00:: 1 2
-entitle%2:32:00:: 2 6
-entitle%2:41:00:: 1 17
-entitled%5:00:00:eligible:00 1 11
-entity%1:03:00:: 1 11
-entomb%2:41:00:: 1 1
-entrance%1:04:00:: 3 3
-entrance%1:06:00:: 1 10
-entrance%1:11:00:: 2 5
-entrance_hall%1:06:00:: 1 1
-entranceway%1:06:00:: 1 1
-entrant%1:06:00:: 1 1
-entrench%2:35:00:: 1 1
-entrepreneur%1:18:00:: 1 6
-entropy%1:19:00:: 1 3
-entrust%2:40:00:: 1 3
-entry%1:04:01:: 2 5
-entry%1:06:00:: 5 1
-entry%1:10:00:: 4 1
-entry%1:10:01:: 1 10
-entry%1:21:00:: 3 2
-enumerate%2:32:00:: 1 1
-enunciate%2:32:00:: 2 1
-enunciate%2:32:01:: 1 1
-envelop%2:35:00:: 1 3
-envelope%1:06:00:: 2 2
-envelope%1:06:01:: 1 9
-enveloping%5:00:00:close:01 2 1
-enveloping%5:00:00:concealing:00 1 1
-enviably%4:02:00:: 1 1
-envious%5:00:00:desirous:00 1 1
-environ%2:42:00:: 1 1
-environment%1:15:00:: 2 1
-environment%1:26:00:: 1 21
-environmental%3:01:01:: 1 1
-environs%1:15:00:: 1 1
-envisage%2:36:00:: 1 2
-envision%2:36:00:: 1 4
-envision%2:36:01:: 2 3
-envy%1:12:00:: 1 2
-envy%2:37:01:: 1 9
-enwrapped%5:00:00:wrapped:00 1 1
-enzymatic%3:01:00:: 1 1
-enzyme%1:27:00:: 1 7
-eosinophilic%3:01:00:: 1 1
-epaulet%1:06:00:: 1 1
-ephemeral%5:00:00:impermanent:00 1 1
-epic%1:10:00:: 1 3
-epic%3:01:00:: 2 1
-epic%5:00:00:large:00 1 2
-epic_poem%1:10:00:: 1 1
-epicenter%1:15:00:: 1 3
-epicure%1:18:00:: 1 1
-epidemic%1:11:00:: 1 5
-epidemic%3:00:00:: 1 5
-epidermis%1:08:00:: 1 1
-epigram%1:10:00:: 1 1
-epileptic%3:01:00:: 1 1
-epiphany%1:11:00:: 1 2
-epiphyseal%3:01:00:: 1 2
-epiphysis%1:08:00:: 1 5
-episode%1:10:01:: 2 3
-episode%1:11:00:: 1 4
-epistemology%1:09:00:: 1 1
-epistolatory%5:00:00:informal:02 1 1
-epitaph%1:10:00:: 1 1
-epithet%1:10:01:: 1 3
-epitome%1:09:00:: 1 1
-epitomize%2:42:00:: 1 5
-epoch%1:28:00:: 1 5
-epoxy%1:27:00:: 1 1
-equal%1:18:00:: 1 1
-equal%2:42:00:: 1 13
-equal%2:42:01:: 2 1
-equal%3:00:00:: 1 31
-equal%3:00:02:: 2 3
-equal_to%5:00:00:adequate:00 1 1
-equality%1:07:00:: 1 2
-equality%1:26:00:: 2 1
-equally%4:02:01:: 1 14
-equally%4:02:02:: 2 2
-equanimity%1:07:00:: 1 1
-equate%2:31:00:: 1 8
-equate%2:42:00:: 2 1
-equation%1:10:00:: 1 8
-equator%1:15:00:: 1 1
-equilibrate%2:30:00:: 1 2
-equilibrium%1:22:00:: 2 2
-equilibrium%1:26:00:: 1 4
-equip%2:30:00:: 2 1
-equip%2:40:00:: 1 11
-equipment%1:06:00:: 1 48
-equipotent%5:00:00:potent:00 1 1
-equipped%3:00:00:: 1 1
-equipping%1:04:00:: 1 1
-equitable%3:00:00:: 1 4
-equity%1:21:01:: 1 1
-equivalence%1:26:00:: 1 1
-equivalent%1:09:00:: 1 17
-equivalent%3:00:04:: 1 1
-equivalent%5:00:02:equal:00 2 1
-equivalent_to%5:00:00:equal:00 1 7
-equivocal%3:00:00:: 1 1
-era%1:28:00:: 1 14
-eradicate%2:30:00:: 1 2
-erase%2:30:00:: 1 5
-erect%2:36:00:: 1 17
-erect%3:00:00:: 1 10
-ergotropic%3:01:00:: 1 1
-erlenmeyer_flask%1:06:00:: 1 1
-erode%2:30:00:: 2 1
-erode%2:30:01:: 1 1
-eroded%5:00:00:worn:00 1 1
-erosion%1:22:00:: 1 1
-erotic%5:00:00:sexy:00 1 3
-err%2:31:00:: 1 3
-err%2:38:00:: 2 1
-errand%1:04:00:: 1 5
-erratic%5:00:00:changeable:00 1 1
-erratically%4:02:00:: 1 1
-erroneous%5:00:00:incorrect:00 1 1
-error%1:04:02:: 1 15
-error%1:04:03:: 4 3
-error%1:07:00:: 2 6
-error%1:07:01:: 5 2
-error%1:09:00:: 3 4
-ersatz%5:00:00:artificial:00 1 1
-erudite%5:00:00:scholarly:00 1 3
-erupt%2:30:00:: 5 1
-erupt%2:30:01:: 1 6
-erupt%2:30:02:: 2 2
-erupt%2:30:04:: 4 1
-erupt%2:43:00:: 3 1
-eruption%1:11:00:: 1 1
-erythroid%3:01:00:: 1 1
-escalation%1:04:00:: 1 6
-escapade%1:04:01:: 1 1
-escape%1:04:00:: 1 6
-escape%1:04:01:: 3 1
-escape%1:04:02:: 2 2
-escape%1:04:03:: 4 1
-escape%1:04:04:: 5 1
-escape%2:32:00:: 2 8
-escape%2:32:04:: 3 7
-escape%2:38:00:: 1 22
-escape%2:42:00:: 4 2
-escape_from%2:38:00:: 1 6
-escaped%5:00:00:free:00 1 1
-escheat%1:21:00:: 1 2
-eschew%2:32:00:: 1 2
-escort%1:04:00:: 2 1
-escort%1:18:01:: 1 2
-escort%2:38:00:: 1 7
-escritoire%1:06:00:: 1 2
-esoteric%3:00:00:: 1 1
-especially%4:02:00:: 1 66
-espionage%1:04:00:: 1 1
-espionage_agent%1:18:00:: 1 1
-espouse%2:40:00:: 1 3
-esprit_de_corps%1:07:00:: 1 3
-essay%1:04:00:: 2 2
-essay%1:10:00:: 1 13
-essay%2:41:00:: 1 1
-essence%1:09:00:: 1 2
-essential%1:17:00:: 1 1
-essential%3:00:00:: 2 15
-essential%5:00:00:important:00 3 8
-essential%5:00:00:necessary:00 1 17
-essentially%4:02:01:: 1 28
-establish%2:31:00:: 3 23
-establish%2:31:02:: 4 15
-establish%2:31:03:: 8 1
-establish%2:35:00:: 6 2
-establish%2:36:00:: 2 28
-establish%2:36:01:: 5 6
-establish%2:36:10:: 7 1
-establish%2:41:00:: 1 50
-established%3:00:00:: 1 7
-established%5:00:00:orthodox:00 4 1
-established%5:00:00:secure:02 2 3
-established%5:00:00:settled:02 3 1
-establishment%1:04:00:: 1 10
-establishment%1:06:00:: 4 3
-establishment%1:14:00:: 2 4
-establishment%1:14:01:: 5 1
-establishment%1:14:02:: 3 3
-estate%1:21:01:: 2 2
-estate%1:21:02:: 1 9
-esteem%1:26:00:: 1 2
-esteem%2:31:01:: 1 1
-ester%1:27:00:: 1 1
-esthetic%1:09:00:: 1 1
-esthetic%3:00:00:: 1 2
-estimate%1:04:01:: 2 5
-estimate%1:09:00:: 1 13
-estimate%1:10:00:: 3 3
-estimate%1:10:01:: 4 2
-estimate%2:31:00:: 1 34
-estimate%2:31:01:: 2 9
-estimated%5:00:00:calculable:00 1 12
-estranged%5:00:00:unloved:00 1 1
-estrangement%1:26:00:: 1 1
-estranging%5:00:00:disorienting:00 1 1
-estuary%1:17:00:: 1 1
-et_al.%4:02:00:: 1 6
-etc.%4:02:00:: 1 6
-etcetera%1:06:00:: 1 8
-etcetera%4:02:00:: 1 3
-etch%2:36:00:: 1 1
-eternal%5:00:00:immortal:00 2 1
-eternal%5:00:00:long:02 3 1
-eternal%5:00:00:permanent:00 1 9
-eternally%4:02:00:: 1 1
-eternity%1:26:00:: 2 2
-eternity%1:28:00:: 1 3
-eternity%1:28:01:: 3 1
-ethanol%1:27:00:: 1 1
-ethereal%5:00:00:insubstantial:00 1 2
-ethic%1:09:00:: 1 2
-ethical%3:00:00:: 2 2
-ethical%3:01:00:: 1 3
-ethical%5:00:00:right:01 3 1
-ethical_motive%1:16:00:: 1 1
-ethics%1:16:00:: 1 1
-ethiopian%1:18:00:: 1 1
-ethnic%3:01:00:: 1 3
-ethnic%5:00:00:social:00 2 3
-ethos%1:07:00:: 1 2
-ethyl_acetate%1:27:00:: 1 3
-etiquette%1:10:00:: 1 1
-etymological%3:01:00:: 1 1
-eugenic%3:01:00:: 1 1
-eulogize%2:32:00:: 1 2
-euphoria%1:12:00:: 1 1
-euphoric%3:00:00:: 1 1
-eurasian%3:01:00:: 1 1
-europe%1:17:00:: 1 28
-european%1:18:00:: 1 2
-european%3:01:00:: 1 14
-european_country%1:15:00:: 1 1
-european_nation%1:15:00:: 1 2
-europeanization%1:04:00:: 1 1
-europeanize%2:30:01:: 1 1
-eutectic%1:27:00:: 1 1
-evacuate%2:30:00:: 2 1
-evacuate%2:38:01:: 1 1
-evacuated%5:00:00:exhausted:00 1 1
-evacuation%1:04:00:: 1 2
-evacuation%1:04:01:: 2 1
-evade%2:32:00:: 1 3
-evade%2:38:00:: 2 1
-evaluate%2:31:00:: 1 18
-evaluation%1:04:00:: 1 8
-evaluation%1:09:00:: 2 3
-evaluative%5:00:00:critical:02 1 1
-evangelical%3:01:01:: 1 2
-evangelism%1:04:00:: 1 3
-evangelist%1:18:00:: 1 1
-evaporate%2:30:00:: 1 2
-evaporation%1:22:00:: 1 2
-evaporative_cooler%1:06:00:: 1 1
-evasive%5:00:00:equivocal:00 1 2
-eve%1:18:00:: 1 7
-eve%1:28:01:: 2 2
-even%3:00:01:: 3 2
-even%3:00:02:: 1 4
-even%4:02:00:: 1 394
-even%4:02:01:: 3 6
-even%4:02:03:: 2 13
-even%5:00:01:equal:00 2 3
-even_as%4:02:01:: 1 1
-even_so%4:02:00:: 1 4
-evening%1:28:00:: 1 38
-evensong%1:28:00:: 1 1
-event%1:03:00:: 1 62
-event%1:26:00:: 2 6
-eventual%5:00:00:ultimate:00 1 3
-eventually%4:02:00:: 1 14
-eventually%4:02:03:: 2 6
-eventuate%2:42:00:: 1 1
-ever%4:02:00:: 2 15
-ever%4:02:04:: 1 107
-ever%4:02:05:: 3 7
-ever-changing%5:00:00:dynamic:00 1 2
-ever-present%5:00:00:present:02 1 2
-everlasting%5:00:00:cursed:00 2 1
-everlasting%5:00:00:permanent:00 1 1
-everlastingly%4:02:00:: 1 2
-every%5:00:00:all(a):00 2 57
-every%5:00:02:all(a):00 1 11
-every_bit%4:02:00:: 1 1
-every_day%4:02:00:: 1 11
-every_last%5:00:00:all(a):00 1 1
-every_month%4:02:00:: 1 2
-every_night%4:02:00:: 1 3
-every_other%5:00:00:cyclic:01 1 3
-every_so_often%4:02:00:: 1 1
-every_week%4:02:00:: 1 1
-every_which_way%4:02:01:: 1 1
-every_year%4:02:00:: 1 1
-everyday%5:00:00:ordinary:00 1 7
-everywhere%4:02:00:: 1 19
-evidence%1:09:00:: 1 54
-evidence%1:10:00:: 3 7
-evidence%1:10:01:: 2 23
-evidence%2:32:00:: 1 10
-evidence%2:32:01:: 2 3
-evidence%2:32:02:: 3 1
-evident%5:00:00:noticeable:00 2 1
-evident%5:00:00:obvious:00 1 24
-evidential%5:00:00:significant:00 1 1
-evidently%4:02:00:: 1 15
-evil%1:04:00:: 1 6
-evil%1:07:00:: 3 3
-evil%1:07:02:: 2 4
-evil%3:00:00:: 1 9
-evil%5:00:00:malign:00 3 1
-evil%5:00:00:wicked:00 2 1
-evildoer%1:18:00:: 1 1
-evocation%1:09:00:: 1 1
-evoke%2:36:00:: 2 3
-evoke%2:37:00:: 1 10
-evolution%1:22:01:: 1 5
-evolutionary%3:01:00:: 1 1
-evolve%2:30:00:: 2 3
-evolve%2:30:02:: 3 2
-evolve%2:30:03:: 4 1
-evolve%2:36:00:: 1 3
-ex%5:00:00:past:00 1 5
-ex-gambler%1:18:00:: 1 1
-ex-husband%1:18:00:: 1 1
-ex-mayor%1:18:00:: 1 1
-exacerbate%2:30:00:: 1 2
-exacerbation%1:04:01:: 1 3
-exact%2:32:00:: 1 1
-exact%3:00:00:: 1 8
-exact%5:00:00:correct:00 2 7
-exactly%4:02:01:: 1 37
-exactly%4:02:04:: 2 2
-exaggerate%2:32:00:: 1 14
-exaggerate%2:41:00:: 2 2
-exaggerated%5:00:00:immoderate:00 1 2
-exaggeration%1:04:00:: 2 1
-exaggeration%1:10:01:: 1 1
-exalt%2:32:00:: 1 2
-exalt%2:37:01:: 2 1
-exalted%5:00:00:high:02 2 1
-exalted%5:00:00:noble:01 1 2
-examination%1:04:00:: 1 15
-examination%1:10:00:: 2 1
-examination%1:10:01:: 3 1
-examine%2:31:00:: 1 17
-examine%2:32:00:: 4 2
-examine%2:32:01:: 3 7
-examine%2:39:00:: 2 11
-examine%2:41:00:: 5 1
-example%1:09:00:: 1 45
-example%1:09:01:: 3 5
-example%1:09:02:: 2 13
-example%1:10:00:: 4 2
-exasperate%2:37:00:: 1 1
-exasperated%5:00:00:displeased:00 1 2
-exasperating%5:00:00:displeasing:00 1 1
-exasperation%1:12:00:: 1 6
-exboyfriend%1:18:00:: 1 1
-excavation%1:04:01:: 1 2
-exceed%2:33:00:: 3 4
-exceed%2:42:00:: 2 8
-exceed%2:42:01:: 1 21
-exceedingly%4:02:00:: 1 2
-excel%2:42:00:: 1 2
-excellence%1:07:00:: 1 2
-excellent%5:00:00:superior:02 1 17
-excellently%4:02:00:: 1 1
-excelsior%1:27:00:: 1 1
-except%2:31:00:: 2 1
-except%2:32:00:: 1 1
-exception%1:09:00:: 1 18
-exception%1:09:01:: 2 8
-exceptional%5:00:00:extraordinary:00 1 3
-exceptional%5:00:00:uncommon:00 2 2
-exceptionally%4:02:00:: 1 2
-excess%1:07:00:: 2 2
-excess%1:07:02:: 1 4
-excess%5:00:00:unnecessary:00 1 4
-excessive%5:00:00:immoderate:00 1 7
-exchange%1:04:02:: 3 3
-exchange%1:04:03:: 4 3
-exchange%1:06:01:: 5 1
-exchange%1:10:00:: 2 3
-exchange%1:19:00:: 1 14
-exchange%2:30:00:: 2 2
-exchange%2:30:01:: 3 1
-exchange%2:40:00:: 1 10
-excise%2:35:00:: 1 1
-excise_tax%1:21:00:: 1 1
-excitability%1:09:00:: 1 4
-excitatory%5:00:00:stimulative:00 1 4
-excite%2:30:00:: 2 4
-excite%2:37:02:: 1 8
-excited%3:00:00:: 2 3
-excited%5:00:00:agitated:00 1 4
-excited%5:00:00:wild:02 3 2
-excitedly%4:02:00:: 1 8
-excitement%1:04:00:: 3 4
-excitement%1:04:02:: 4 2
-excitement%1:12:00:: 1 9
-excitement%1:26:01:: 2 5
-exciting%3:00:00:: 1 12
-exciting%5:00:00:stimulating:00 2 3
-exclaim%2:32:00:: 1 8
-exclaim%2:32:01:: 2 5
-exclaiming%1:10:00:: 1 1
-exclamation%1:10:00:: 1 7
-exclude%2:31:01:: 1 15
-exclude%2:32:01:: 4 2
-exclude%2:41:00:: 2 7
-exclude%2:42:00:: 3 3
-exclusion%1:26:00:: 1 1
-exclusive%5:00:00:unshared:00 1 6
-exclusively%4:02:00:: 1 7
-exclusiveness%1:07:00:: 1 2
-excommunicate%2:32:00:: 1 2
-excoriate%2:32:00:: 1 1
-excretion%1:22:00:: 1 1
-excruciating%5:00:00:painful:00 1 1
-excursion%1:04:00:: 1 1
-excursus%1:10:00:: 1 1
-excuse%1:10:00:: 1 10
-excuse%2:32:00:: 1 2
-excuse%2:32:01:: 4 1
-excuse%2:32:03:: 3 2
-excuse%2:32:04:: 2 2
-execute%2:36:00:: 4 1
-execute%2:41:00:: 2 2
-execute%2:41:01:: 3 1
-execute%2:41:02:: 1 7
-execution%1:04:00:: 1 4
-execution%1:04:02:: 2 2
-executioner%1:18:00:: 1 2
-executive%1:14:01:: 2 1
-executive%1:18:00:: 1 3
-executive%3:01:00:: 1 2
-executive_branch%1:14:00:: 1 1
-executive_secretary%1:18:00:: 1 1
-executor%1:18:00:: 1 2
-exemplar%1:09:00:: 1 1
-exemplify%2:32:00:: 2 2
-exemplify%2:42:00:: 1 2
-exempt%2:41:00:: 1 1
-exempt%3:00:00:: 1 2
-exemption%1:26:00:: 1 4
-exercise%1:04:00:: 1 26
-exercise%1:04:01:: 4 2
-exercise%1:04:02:: 3 2
-exercise%1:04:03:: 2 3
-exercise%2:29:00:: 4 3
-exercise%2:29:01:: 3 3
-exercise%2:34:00:: 1 14
-exercise%2:41:00:: 2 11
-exercising%1:04:00:: 1 1
-exert%2:34:00:: 1 12
-exert%2:40:00:: 2 7
-exert%2:41:00:: 3 1
-exertion%1:04:00:: 1 6
-exhale%2:29:00:: 1 2
-exhaust%2:29:00:: 1 4
-exhaust%2:34:00:: 2 3
-exhaust%2:40:00:: 3 1
-exhausted%5:00:00:tired:00 1 6
-exhausting%5:00:00:debilitating:00 1 1
-exhaustion%1:26:00:: 1 2
-exhaustive%5:00:00:complete:00 1 1
-exhaustively%4:02:00:: 1 1
-exhibit%1:10:00:: 1 1
-exhibit%2:39:00:: 3 4
-exhibit%2:39:01:: 2 11
-exhibit%2:42:00:: 1 13
-exhibition%1:04:00:: 1 8
-exhibition%1:14:00:: 2 4
-exhibition_game%1:04:00:: 1 1
-exhilarating%5:00:00:invigorating:00 1 1
-exhortation%1:10:01:: 1 2
-exhumation%1:04:00:: 1 1
-exigency%1:26:00:: 1 1
-exile%2:41:00:: 1 1
-exist%2:42:00:: 1 100
-exist%2:42:01:: 2 5
-existence%1:17:00:: 2 1
-existence%1:26:00:: 1 51
-existent%3:00:00:: 1 1
-existential%5:00:00:empirical:00 1 2
-existentialist%1:18:00:: 1 1
-existing%3:00:00:: 1 3
-existing%5:00:00:present(a):01 3 19
-existing%5:00:00:present:02 2 2
-exit%1:06:00:: 1 1
-exodus%1:04:00:: 1 1
-exonerate%2:32:00:: 1 1
-exorcise%2:35:00:: 1 1
-exotic%5:00:00:foreign:01 1 2
-exotic_dancer%1:18:04:: 1 1
-expand%2:30:01:: 4 4
-expand%2:30:02:: 5 3
-expand%2:30:07:: 2 6
-expand%2:30:12:: 3 4
-expand%2:38:00:: 1 7
-expanded%3:00:01:: 1 3
-expanding%5:00:00:increasing:00 1 8
-expanse%1:07:00:: 2 1
-expanse%1:07:01:: 1 2
-expansion%1:04:00:: 1 10
-expansively%4:02:01:: 1 1
-expansiveness%1:07:01:: 2 1
-expansiveness%1:07:02:: 1 1
-expect%2:31:00:: 1 204
-expect%2:31:01:: 3 12
-expect%2:32:00:: 2 30
-expectable%5:00:00:expected:00 1 1
-expectancy%1:09:00:: 2 1
-expectancy%1:12:00:: 1 1
-expectant%5:00:00:hopeful:00 1 3
-expectantly%4:02:00:: 1 3
-expectation%1:09:00:: 1 5
-expectation%1:26:00:: 2 4
-expected%3:00:00:: 1 6
-expected%5:00:00:unsurprising:00 2 1
-expedient%3:00:00:: 1 1
-expedite%2:41:00:: 1 2
-expedition%1:04:00:: 3 3
-expedition%1:04:01:: 1 4
-expedition%1:04:02:: 4 1
-expedition%1:14:00:: 2 3
-expel%2:35:00:: 2 1
-expel%2:41:00:: 1 3
-expend%2:34:00:: 1 7
-expend%2:40:00:: 2 2
-expendable%3:00:00:: 1 1
-expended%5:00:00:exhausted:00 1 1
-expenditure%1:04:00:: 2 3
-expenditure%1:21:00:: 1 20
-expense%1:11:00:: 2 4
-expense%1:21:00:: 1 25
-expense%1:21:01:: 3 1
-expense_account%1:21:00:: 1 1
-expensive%3:00:00:: 1 13
-experience%1:09:00:: 2 48
-experience%1:09:01:: 1 52
-experience%1:11:00:: 3 28
-experience%2:31:00:: 2 10
-experience%2:37:00:: 4 5
-experience%2:39:00:: 3 8
-experience%2:39:01:: 1 18
-experienced%3:00:00:: 1 10
-experiential%3:01:00:: 1 3
-experiential%5:00:00:empirical:00 2 1
-experiment%1:04:00:: 1 59
-experiment%1:04:01:: 3 7
-experiment%1:09:00:: 2 12
-experiment%2:41:01:: 1 17
-experimental%3:01:00:: 1 14
-experimental%5:00:01:empirical:00 2 3
-experimental%5:00:02:empirical:00 3 2
-experimentalism%1:09:01:: 1 1
-experimentally%4:02:00:: 1 5
-experimentation%1:04:00:: 2 3
-experimentation%1:09:00:: 1 4
-experimenter%1:18:00:: 1 3
-expert%1:18:00:: 1 20
-expert%5:00:00:professional:02 2 1
-expert%5:00:00:skilled:00 1 2
-expertise%1:09:00:: 1 2
-expiate%2:41:00:: 1 1
-expiration%1:28:00:: 1 2
-expire%2:30:00:: 2 2
-expire%2:42:00:: 1 3
-explain%2:32:00:: 1 109
-explain%2:32:01:: 2 9
-explain%2:32:02:: 3 7
-explanation%1:09:00:: 2 8
-explanation%1:10:00:: 1 28
-explanatory%5:00:00:instructive:00 1 1
-expletive%1:10:01:: 1 1
-explicit%3:00:00:: 1 7
-explicitly%4:02:00:: 1 1
-explode%2:30:00:: 2 5
-explode%2:30:01:: 1 14
-explode%2:30:03:: 4 3
-explode%2:31:00:: 3 4
-explode%2:33:00:: 5 2
-exploding%5:00:00:increasing:00 1 1
-exploit%1:04:00:: 1 2
-exploit%2:34:00:: 1 8
-exploit%2:34:01:: 2 3
-exploitation%1:04:00:: 1 2
-exploitation%1:04:01:: 2 2
-exploration%1:04:00:: 2 4
-exploration%1:04:02:: 1 5
-exploration%1:09:00:: 3 2
-exploratory%3:00:00:: 1 1
-explore%2:31:00:: 1 14
-explore%2:31:01:: 2 4
-explore%2:31:02:: 3 2
-explorer%1:18:00:: 1 3
-explosion%1:04:00:: 2 2
-explosion%1:11:00:: 1 6
-explosive%3:00:00:: 1 3
-explosive%5:00:00:unstable:00 2 3
-explosively%4:02:00:: 1 1
-exponential_function%1:24:00:: 1 1
-export%1:06:00:: 1 1
-export%2:40:00:: 1 4
-exporter%1:18:00:: 1 1
-expose%2:32:01:: 2 7
-expose%2:32:02:: 6 1
-expose%2:35:00:: 4 3
-expose%2:39:00:: 3 4
-expose%2:39:02:: 1 14
-expose%2:39:03:: 5 2
-exposed%5:00:00:unclothed:00 2 1
-exposed%5:00:00:unprotected:00 1 5
-exposition%1:10:00:: 1 2
-expository%5:00:00:instructive:00 1 1
-exposure%1:04:06:: 2 3
-exposure%1:07:00:: 1 6
-exposure%1:09:00:: 4 2
-exposure%1:10:00:: 3 2
-expound%2:32:00:: 1 3
-express%2:32:00:: 2 32
-express%2:32:01:: 1 59
-express%2:32:02:: 3 17
-express%2:32:03:: 4 2
-express%4:02:00:: 1 1
-express%5:00:00:explicit:00 1 1
-express_emotion%2:37:00:: 1 1
-expressed%3:00:00:: 2 1
-expressed%5:00:00:spoken:00 1 4
-expressible%3:00:00:: 1 1
-expression%1:07:00:: 1 23
-expression%1:10:00:: 4 5
-expression%1:10:01:: 5 4
-expression%1:10:02:: 2 18
-expression%1:10:03:: 6 4
-expression%1:10:04:: 3 15
-expressionistic%3:01:00:: 1 1
-expressionless%5:00:00:uncommunicative:00 1 2
-expressive%5:00:00:communicative:00 1 3
-expressive%5:00:01:communicative:00 2 2
-expressively%4:02:00:: 1 1
-expressiveness%1:07:00:: 1 2
-expressly%4:02:00:: 1 1
-expropriated%5:00:00:taken:00 1 1
-expulsion%1:04:01:: 1 1
-expunge%2:35:00:: 1 1
-expurgation%1:04:00:: 1 1
-exquisite%5:00:00:intense:00 1 3
-extant%3:00:00:: 1 1
-extend%2:29:00:: 8 2
-extend%2:29:01:: 5 5
-extend%2:30:01:: 1 20
-extend%2:30:02:: 10 1
-extend%2:30:09:: 9 1
-extend%2:40:04:: 7 3
-extend%2:40:05:: 4 6
-extend%2:42:01:: 3 11
-extend%2:42:02:: 6 4
-extend%2:42:03:: 2 16
-extend_to%2:42:00:: 1 4
-extended%3:00:00:: 2 1
-extended%5:00:00:considerable:00 3 1
-extended%5:00:00:long:02 1 4
-extension%1:04:00:: 4 1
-extension%1:04:01:: 5 1
-extension%1:04:02:: 2 10
-extension%1:10:01:: 3 2
-extension%1:28:00:: 1 13
-extensive%5:00:00:abundant:00 3 3
-extensive%5:00:00:comprehensive:00 2 3
-extensive%5:00:00:considerable:00 4 2
-extensive%5:00:00:large:00 1 13
-extensively%4:02:00:: 1 3
-extent%1:07:00:: 2 15
-extent%1:26:00:: 1 23
-extenuate%2:32:00:: 1 2
-exterior%1:15:00:: 2 1
-exterior%1:15:01:: 1 1
-exterior%3:00:00:: 1 2
-exterminate%2:35:01:: 1 3
-extern%1:18:00:: 1 1
-external%3:00:00:: 1 9
-external%5:00:00:exogenous:00 4 1
-external%5:00:00:extrinsic:00 2 2
-external%5:00:00:foreign:02 3 2
-extinguish%2:30:00:: 1 1
-extinguished%5:00:00:destroyed:00 1 1
-extirpate%2:36:00:: 1 2
-extra%5:00:00:added:00 1 12
-extra%5:00:00:unnecessary:00 2 4
-extra_points%1:04:00:: 1 3
-extract%1:27:00:: 1 3
-extract%2:30:00:: 4 1
-extract%2:35:04:: 1 8
-extract%2:36:00:: 3 1
-extract%2:40:00:: 2 1
-extralegal%5:00:00:illegal:00 1 1
-extramarital%5:00:00:illicit:00 1 1
-extraneous%5:00:00:irrelevant:00 1 1
-extraneous%5:00:02:extrinsic:00 2 1
-extraneousness%1:24:00:: 1 1
-extraordinarily%4:02:00:: 1 1
-extraordinary%3:00:00:: 1 12
-extraordinary%5:00:00:immoderate:00 2 2
-extraordinary%5:00:00:unusual:00 3 1
-extrapolate%2:31:00:: 2 1
-extrapolate%2:31:01:: 3 1
-extrapolate%2:32:00:: 1 1
-extrapolated%3:44:00:: 1 1
-extrapolation%1:09:00:: 1 3
-extraterrestrial%3:01:00:: 1 2
-extravagant%5:00:00:unrestrained:00 1 3
-extravagant%5:00:00:wasteful:00 2 1
-extravagantly%4:02:02:: 1 1
-extravaganza%1:04:00:: 1 1
-extreme%1:07:00:: 1 6
-extreme%1:15:00:: 2 3
-extreme%5:00:00:distant:01 4 1
-extreme%5:00:00:immoderate:00 2 5
-extreme%5:00:00:intense:00 1 15
-extreme%5:00:01:immoderate:00 3 2
-extremely%4:02:00:: 2 6
-extremely%4:02:02:: 1 11
-extremely%4:02:05:: 3 1
-extremity%1:08:00:: 1 1
-extremum%1:15:00:: 1 1
-extricate%2:35:00:: 1 2
-extrude%2:36:00:: 1 1
-exuberant%5:00:00:spirited:00 1 4
-exude%2:29:00:: 1 1
-exultant%5:00:00:elated:00 1 3
-exultantly%4:02:00:: 1 1
-exultation%1:12:00:: 1 2
-eye%1:08:00:: 1 263
-eye%1:09:00:: 2 8
-eye%1:09:01:: 3 6
-eye%2:39:00:: 1 11
-eye-beaming%1:04:00:: 1 1
-eye-deceiving%5:00:00:unreal:00 1 1
-eye_socket%1:08:00:: 1 1
-eyeball%1:08:00:: 1 1
-eyebrow%1:08:00:: 1 3
-eyed%3:00:00:: 1 2
-eyelid%1:08:00:: 1 3
-eyelike%5:00:00:eyed:00 1 1
-eyepiece%1:06:00:: 1 1
-eyes%1:09:00:: 1 4
-eyeshadow%1:06:00:: 1 1
-eyesight%1:09:00:: 1 2
-eyestrain%1:26:00:: 1 1
-f%1:23:02:: 1 8
-fabled%5:00:00:unreal:00 1 2
-fabric%1:06:00:: 1 11
-fabric%1:07:00:: 2 1
-fabulous%5:00:00:pleasing:00 1 1
-facade%1:06:00:: 1 3
-face%1:04:00:: 4 5
-face%1:06:01:: 9 1
-face%1:06:02:: 5 4
-face%1:07:00:: 3 22
-face%1:07:03:: 2 23
-face%1:08:00:: 1 193
-face%1:08:01:: 8 1
-face%1:15:00:: 7 1
-face%1:18:00:: 6 2
-face%2:32:00:: 1 56
-face%2:32:03:: 7 3
-face%2:33:00:: 2 33
-face%2:38:00:: 6 4
-face%2:42:00:: 3 14
-face%2:42:01:: 4 5
-face%2:42:02:: 5 4
-face-saving%5:00:00:helpful:00 1 1
-face-to-face%4:02:02:: 1 2
-face_lifting%1:04:01:: 1 1
-face_powder%1:06:00:: 1 1
-face_saving%1:04:00:: 1 1
-face_to_face%4:02:00:: 1 1
-face_up%2:32:03:: 1 3
-faced%3:00:00:: 1 2
-facet%1:09:00:: 1 3
-facet_plane%1:25:00:: 1 4
-facetious%5:00:00:humorous:00 1 1
-facetiously%4:02:00:: 1 1
-facilitate%2:30:00:: 1 5
-facilitatory%5:00:00:helpful:00 1 1
-facility%1:06:00:: 1 35
-facility%1:09:01:: 2 2
-facing%1:06:01:: 1 2
-facsimile%1:06:01:: 1 1
-fact%1:09:01:: 1 85
-fact%1:09:02:: 4 3
-fact%1:10:01:: 2 34
-fact%1:26:01:: 3 11
-faction%1:14:01:: 1 2
-factor%1:09:00:: 2 8
-factor%1:11:00:: 1 31
-factor%1:18:00:: 4 1
-factor%1:23:00:: 3 4
-factor%2:31:00:: 1 2
-factory%1:06:00:: 1 18
-factory_worker%1:18:00:: 1 4
-factual%5:00:00:real:00 1 1
-faculty%1:09:00:: 1 4
-faculty%1:14:00:: 2 3
-fade%2:30:00:: 3 4
-fade%2:30:01:: 2 4
-fade%2:30:02:: 1 6
-fade_out%2:30:00:: 1 1
-faded%5:00:00:colorless:02 1 7
-faded%5:00:00:decreased:00 2 3
-fadeout%1:11:00:: 1 1
-faery%3:01:00:: 1 1
-fail%2:30:00:: 4 3
-fail%2:37:00:: 3 5
-fail%2:41:00:: 2 33
-fail%2:41:02:: 1 66
-fail%2:41:08:: 5 1
-failure%1:04:00:: 1 18
-failure%1:04:01:: 5 1
-failure%1:11:00:: 2 10
-failure%1:18:00:: 4 3
-failure%1:26:00:: 3 3
-faint%2:29:00:: 1 1
-faint%5:00:00:ill:01 4 1
-faint%5:00:00:indistinct:00 2 5
-faint%5:00:00:perceptible:00 1 5
-faint%5:00:00:weak:00 3 4
-faintly%4:02:00:: 1 3
-fair%1:04:01:: 1 1
-fair%2:35:00:: 1 1
-fair%3:00:03:: 1 10
-fair%3:00:04:: 2 6
-fair%5:00:00:beautiful:00 6 1
-fair%5:00:00:moderate:00 4 2
-fair%5:00:00:respectable:00 3 2
-fair%5:00:02:beautiful:00 5 1
-fairly%4:02:00:: 2 3
-fairly%4:02:02:: 1 20
-fairness%1:07:00:: 1 1
-fairway%1:15:00:: 1 2
-fairy%1:18:00:: 1 1
-fairy%3:01:00:: 1 1
-fairyland%1:09:00:: 1 1
-fairytale%1:10:00:: 1 3
-faith%1:04:00:: 4 1
-faith%1:09:00:: 1 18
-faith%1:09:01:: 2 9
-faith%1:14:00:: 3 6
-faithful%1:14:01:: 1 1
-faithful%3:00:00:: 1 5
-faithful%5:00:00:accurate:00 2 1
-faithfully%4:02:00:: 1 2
-fake%1:06:00:: 1 1
-fake%2:36:00:: 1 1
-fake%5:00:00:counterfeit:00 1 7
-faker%1:18:00:: 1 1
-falcon%1:05:00:: 1 2
-fall%1:04:01:: 2 4
-fall%1:04:02:: 8 1
-fall%1:04:03:: 5 2
-fall%1:11:01:: 7 1
-fall%1:11:03:: 3 3
-fall%1:11:04:: 6 1
-fall%1:17:00:: 4 2
-fall%1:28:00:: 1 14
-fall%2:30:00:: 10 3
-fall%2:30:06:: 11 3
-fall%2:30:08:: 3 16
-fall%2:38:00:: 2 21
-fall%2:38:01:: 15 1
-fall%2:38:03:: 1 43
-fall%2:40:03:: 14 2
-fall%2:40:05:: 9 3
-fall%2:41:00:: 13 2
-fall%2:41:01:: 12 2
-fall%2:41:02:: 6 4
-fall%2:42:00:: 7 3
-fall%2:42:03:: 4 6
-fall%2:42:04:: 8 3
-fall%2:43:00:: 5 4
-fall_asleep%2:29:00:: 1 8
-fall_away%2:30:00:: 1 2
-fall_away%2:30:01:: 2 2
-fall_back%2:33:00:: 4 1
-fall_back%2:38:00:: 2 2
-fall_back%2:38:01:: 1 2
-fall_back%2:38:03:: 3 2
-fall_behind%2:33:00:: 1 2
-fall_down%2:38:00:: 1 6
-fall_for%2:37:00:: 1 1
-fall_in%2:38:00:: 1 3
-fall_in%2:41:02:: 2 1
-fall_in_love%2:30:00:: 1 7
-fall_into%2:42:00:: 1 14
-fall_off%2:35:00:: 1 1
-fall_open%2:38:00:: 1 1
-fall_out%2:32:00:: 1 1
-fall_over%2:29:00:: 1 1
-fall_short%2:37:12:: 1 1
-fall_short_of%2:42:00:: 1 3
-fallen%5:00:00:down:00 1 1
-falling%3:00:03:: 1 1
-falling%5:00:00:decreasing:00 2 1
-falling_off%1:22:00:: 1 1
-falloff%1:22:00:: 1 2
-fallout%1:27:00:: 1 10
-fallout_shelter%1:06:00:: 1 2
-fallow%5:00:00:unplowed:00 1 1
-false%3:00:00:: 1 9
-false%5:00:00:incorrect:00 2 1
-falsify%2:32:00:: 1 3
-falsity%1:10:00:: 2 1
-falsity%1:26:00:: 1 1
-falter%2:32:00:: 4 1
-falter%2:38:00:: 3 1
-falter%2:38:01:: 2 2
-falter%2:42:00:: 1 3
-faltering%1:04:00:: 1 1
-faltering%5:00:00:unsteady:00 1 1
-fame%1:26:01:: 1 7
-famed%5:00:00:known:00 1 3
-familiar%3:00:00:: 1 23
-familiar%3:00:02:: 2 1
-familiar%5:00:00:informed:00 3 1
-familiar_with%5:00:00:familiar:00 1 6
-familiarity%1:07:01:: 2 1
-familiarity%1:07:02:: 3 1
-familiarity%1:09:00:: 1 2
-familiarly%4:02:00:: 1 1
-family%1:14:00:: 2 52
-family%1:14:01:: 4 5
-family%1:14:02:: 1 66
-family%1:14:03:: 6 2
-family%1:14:04:: 3 8
-family%1:18:00:: 5 2
-family_business%1:14:00:: 1 3
-family_planning%1:04:00:: 1 6
-famous%5:00:00:known:00 1 21
-fan%1:06:00:: 1 4
-fan%1:18:00:: 3 3
-fan%1:18:01:: 2 3
-fan%2:30:00:: 2 2
-fan%2:35:01:: 1 3
-fan%2:38:00:: 3 1
-fan_out%2:38:00:: 1 4
-fanatic%1:18:00:: 1 1
-fanaticism%1:09:00:: 1 2
-fanciful%5:00:00:creative:00 1 1
-fancy%1:09:01:: 2 1
-fancy%1:09:02:: 1 1
-fancy%2:36:00:: 1 3
-fancy%2:37:00:: 2 1
-fancy%3:00:00:: 1 3
-fancy-free%5:00:00:uncommitted:00 1 1
-fanfare%1:10:00:: 1 1
-fantasia%1:10:00:: 1 1
-fantasist%1:18:00:: 1 1
-fantastic%5:00:00:extraordinary:00 2 3
-fantastic%5:00:00:strange:00 1 4
-fantastic%5:00:00:unreal:00 4 1
-fantastic%5:00:00:unrealistic:00 3 2
-fantasy%1:09:00:: 1 3
-fantasy%1:09:01:: 3 1
-fantasy%1:10:00:: 2 1
-fantasy_life%1:09:00:: 1 1
-fantods%1:26:00:: 1 1
-far%3:00:00:: 1 20
-far%4:02:00:: 2 39
-far%4:02:01:: 4 3
-far%4:02:02:: 1 61
-far%4:02:04:: 3 22
-far%5:00:00:long:01 2 5
-far%5:00:00:right:00 3 1
-far-famed%5:00:00:known:00 1 1
-far-off%5:00:01:far:00 1 2
-far_east%1:15:00:: 1 2
-faraway%5:00:00:far:00 1 5
-farce%1:10:00:: 1 2
-fare%1:09:00:: 1 2
-fare%2:42:00:: 1 1
-farewell%1:10:00:: 1 4
-farm%1:06:00:: 1 49
-farm%2:41:00:: 1 4
-farm%5:00:00:rural:00 1 4
-farm_building%1:06:00:: 1 1
-farm_club%1:14:00:: 1 1
-farm_out%2:40:00:: 2 1
-farm_out%2:41:00:: 1 1
-farmer%1:18:00:: 1 29
-farmhouse%1:06:00:: 1 3
-farming%1:04:00:: 1 12
-farmland%1:15:00:: 1 1
-farther%4:02:00:: 2 2
-farther%4:02:02:: 1 3
-farther%5:00:01:far:00 1 2
-farther%5:00:02:far:00 2 1
-farthest%4:02:00:: 1 1
-fasciculation%1:26:00:: 1 1
-fascinate%2:37:00:: 2 3
-fascinate%2:42:00:: 1 3
-fascinated%5:00:02:enchanted:00 1 1
-fascinating%5:00:00:interesting:00 1 7
-fascinatingly%4:02:00:: 1 1
-fascination%1:26:00:: 1 2
-fascism%1:09:00:: 1 2
-fascist%3:01:00:: 1 1
-fashion%1:04:00:: 2 6
-fashion%1:07:00:: 1 17
-fashion%1:09:00:: 3 2
-fashion%2:36:00:: 1 8
-fashionable%3:00:00:: 1 3
-fashions%1:06:00:: 1 1
-fast%1:04:00:: 1 1
-fast%3:00:01:: 1 18
-fast%4:02:01:: 1 16
-fast%4:02:02:: 2 1
-fast-flying%5:00:00:moving:02 1 1
-fast-growing%5:00:00:invasive:00 1 1
-fastball%1:04:00:: 1 2
-fasten%2:35:00:: 2 4
-fasten%2:35:01:: 1 13
-fasten%2:35:03:: 3 2
-fastened%3:00:00:: 1 1
-fastened%5:00:00:steady:00 2 1
-faster%4:02:01:: 1 3
-fastidious%3:00:00:: 1 2
-fat%1:08:00:: 2 1
-fat%1:27:00:: 1 2
-fat%3:00:01:: 1 22
-fat%5:00:00:thick:01 2 2
-fatal%3:00:00:: 1 6
-fatal%5:00:00:decisive:00 2 4
-fatally%4:02:00:: 1 1
-fate%1:11:00:: 1 9
-fate%1:18:00:: 2 4
-fate%1:26:00:: 3 2
-fateful%5:00:00:decisive:00 1 2
-father%1:18:00:: 1 72
-father%1:18:01:: 3 2
-father%1:18:02:: 6 1
-father%1:18:03:: 2 2
-father%1:18:04:: 4 2
-father%1:18:05:: 5 1
-father%2:29:00:: 1 2
-father-god%1:18:00:: 1 1
-fathom%2:31:00:: 1 4
-fatigue%1:26:00:: 1 4
-fatigue%1:26:01:: 2 1
-fatigued%5:00:00:tired:00 1 2
-fatten%2:34:00:: 1 1
-fattening%5:00:00:finished:02 1 1
-fatty%3:00:00:: 1 1
-fatty_acid%1:27:00:: 1 2
-faucet%1:06:01:: 1 1
-fault%1:04:00:: 1 8
-fault%1:07:00:: 3 1
-fault%1:26:00:: 2 4
-fault%2:32:00:: 1 1
-fauteuil%1:06:00:: 1 1
-favor%1:04:00:: 1 12
-favor%1:07:00:: 2 5
-favor%1:09:00:: 3 1
-favor%2:31:00:: 2 7
-favor%2:41:00:: 1 17
-favor%2:41:01:: 3 1
-favor%2:41:03:: 4 1
-favorable%3:00:01:: 3 1
-favorable%3:00:02:: 1 4
-favorable%5:00:00:auspicious:00 2 4
-favorable%5:00:00:friendly:01 4 1
-favorable%5:00:00:propitious:00 5 1
-favorable_position%1:07:00:: 1 1
-favorably%4:02:00:: 1 3
-favored%5:00:00:loved:00 1 2
-favorite%1:09:00:: 1 5
-favorite%1:18:00:: 2 1
-favorite%5:00:00:loved:00 2 1
-favorite%5:00:00:popular:00 1 1
-fawn%1:07:00:: 1 1
-faze%2:37:00:: 1 1
-fear%1:12:00:: 1 73
-fear%1:12:01:: 2 7
-fear%2:37:00:: 2 20
-fear%2:37:02:: 3 1
-fear%2:37:03:: 1 23
-fearful%5:00:00:afraid(p):00 5 2
-fearful%5:00:00:alarming:00 1 1
-fearfully%4:02:00:: 1 3
-fearfully%4:02:01:: 2 1
-fearless%3:00:00:: 1 1
-feasibility%1:07:00:: 1 3
-feasible%5:00:00:possible:00 1 4
-feast%1:04:00:: 3 1
-feast%1:11:00:: 2 1
-feast%1:14:00:: 1 1
-feast%2:34:00:: 1 1
-feat%1:04:00:: 1 6
-feather%1:05:00:: 1 6
-feather%2:35:01:: 1 1
-feathered%5:00:00:adorned:00 1 1
-feature%1:08:00:: 2 18
-feature%1:09:00:: 1 42
-feature%1:10:00:: 3 2
-feature%2:42:00:: 1 16
-feature%2:42:01:: 2 3
-featured%5:00:00:conspicuous:00 1 2
-featured%5:00:00:faced:00 2 1
-featureless%5:00:00:plain:01 1 1
-feb%1:28:00:: 1 5
-february%1:28:00:: 1 16
-fecund%5:00:00:fertile:00 1 1
-fecundity%1:09:00:: 1 1
-federal%3:01:02:: 2 5
-federal%5:00:00:national:01 1 39
-federal%5:00:00:northern:02 3 4
-federal_court%1:14:00:: 1 1
-federal_department%1:14:00:: 1 1
-federal_government%1:14:00:: 1 11
-federal_housing_administration%1:14:00:: 1 1
-federal_soldier%1:18:00:: 1 1
-federalize%2:30:00:: 1 1
-fedora%1:06:00:: 1 1
-fee%1:21:00:: 1 11
-feeble%5:00:02:weak:00 1 4
-feebleness%1:26:00:: 1 1
-feed%1:13:00:: 1 32
-feed%2:30:01:: 4 4
-feed%2:34:00:: 6 3
-feed%2:34:01:: 2 15
-feed%2:34:02:: 7 1
-feed%2:34:03:: 3 5
-feed%2:34:04:: 1 47
-feed%2:41:00:: 5 3
-feed_back%2:40:00:: 1 1
-feed_bunk%1:06:00:: 1 2
-feed_on%2:34:00:: 1 2
-feed_upon%2:34:00:: 1 1
-feedback%1:10:00:: 2 1
-feedback%1:22:00:: 1 1
-feeder%1:05:00:: 1 1
-feeding%1:04:00:: 1 9
-feeding%1:04:01:: 2 6
-feedlot%1:06:00:: 1 5
-feel%1:07:00:: 3 1
-feel%1:09:00:: 1 5
-feel%1:26:00:: 2 1
-feel%2:29:00:: 4 39
-feel%2:31:00:: 2 150
-feel%2:31:01:: 5 37
-feel%2:35:00:: 9 4
-feel%2:35:01:: 10 3
-feel%2:37:00:: 1 181
-feel%2:39:00:: 3 66
-feel%2:39:01:: 6 34
-feel%2:39:10:: 8 5
-feel%2:40:00:: 11 1
-feel%2:42:00:: 7 14
-feel_for%2:37:00:: 1 1
-feel_like%2:37:00:: 1 12
-feeler%1:05:01:: 1 1
-feeling%1:03:00:: 1 49
-feeling%1:09:01:: 4 8
-feeling%1:09:02:: 5 1
-feeling%1:09:03:: 2 28
-feeling%1:26:00:: 3 16
-feeling_of_identity%1:12:00:: 1 1
-feelings%1:12:00:: 1 6
-feign%2:32:00:: 1 1
-feint%2:36:00:: 1 1
-felicitate%2:32:00:: 1 1
-felicity%1:07:00:: 1 1
-feline%3:01:00:: 1 2
-fell%2:35:00:: 1 4
-fella%1:18:00:: 1 3
-fellow%1:18:00:: 1 48
-fellow%1:18:02:: 2 20
-fellow%1:18:03:: 3 18
-fellow%5:00:00:related:02 1 8
-fellow_feeling%1:12:00:: 1 1
-fellow_worker%1:18:00:: 1 1
-fellowship%1:14:00:: 1 7
-fellowship%1:26:00:: 2 1
-felon%1:18:00:: 1 1
-felt%5:00:00:detected:00 1 1
-female%1:05:00:: 1 18
-female%1:18:00:: 2 4
-female%3:00:00:: 1 11
-female%5:00:02:feminine:01 2 3
-feminine%3:00:01:: 1 4
-feminine%3:00:02:: 2 1
-femininity%1:07:00:: 1 1
-fence%1:06:00:: 1 32
-fence%2:35:00:: 1 1
-fence_line%1:15:00:: 1 3
-fence_rail%1:06:00:: 1 2
-fencing%1:06:00:: 1 2
-fender%1:06:01:: 1 1
-ferment%1:26:00:: 1 1
-fermentation%1:22:00:: 2 1
-fermentation%1:26:00:: 1 1
-ferocious%5:00:00:violent:00 1 1
-ferociously%4:02:00:: 1 1
-ferocity%1:07:00:: 1 1
-ferret_out%2:31:00:: 1 1
-ferromagnetic%3:01:00:: 1 2
-ferry%2:38:02:: 1 1
-fertile%3:00:00:: 1 1
-fertile%5:00:02:productive:00 2 1
-fertilize%2:30:00:: 1 1
-fertilized%5:00:00:fertile:00 1 2
-fertilizer%1:27:00:: 1 1
-fervent%5:00:00:passionate:00 1 3
-fervently%4:02:00:: 1 1
-fervor%1:12:00:: 1 1
-festering%5:00:00:septic:00 1 1
-festival%1:28:00:: 1 2
-festive%5:00:00:joyous:00 1 2
-festivity%1:04:00:: 1 3
-fetch%2:35:00:: 1 3
-fetch%2:37:00:: 2 1
-fetching%5:00:00:attractive:01 1 1
-fete%2:41:00:: 1 3
-fetid%5:00:00:malodorous:00 1 1
-feudal%3:01:00:: 1 1
-fever%1:12:00:: 2 4
-fever%1:26:00:: 1 4
-feverish%5:00:00:agitated:00 1 4
-feverishly%4:02:00:: 1 3
-few%1:23:00:: 1 5
-few%3:00:00:: 1 80
-fewer%3:00:00:: 1 11
-fiat%1:10:00:: 1 3
-fiber%1:27:00:: 1 14
-fiberglass%1:27:00:: 1 1
-fibrin%1:27:00:: 1 2
-fibrocalcific%3:01:00:: 1 1
-fibrosis%1:26:00:: 1 6
-fibrous_tissue%1:08:00:: 1 3
-fiction%1:10:00:: 1 14
-fictional%3:01:00:: 1 7
-fictional%5:00:00:unreal:00 2 3
-fictive%5:00:00:counterfeit:00 1 1
-fiddle%1:06:00:: 1 1
-fidelity%1:07:02:: 1 1
-fidget%2:38:00:: 1 2
-field%1:04:00:: 6 9
-field%1:09:00:: 4 18
-field%1:14:00:: 10 7
-field%1:14:01:: 12 1
-field%1:14:02:: 13 1
-field%1:15:00:: 1 49
-field%1:15:01:: 3 20
-field%1:15:02:: 8 8
-field%1:15:03:: 11 4
-field%1:15:04:: 2 22
-field%1:17:00:: 9 7
-field%1:19:00:: 5 14
-field%1:26:00:: 7 8
-field%2:33:00:: 2 1
-field%2:33:01:: 1 1
-field-test%2:41:00:: 1 1
-field_general%1:18:00:: 1 1
-field_glasses%1:06:00:: 1 1
-field_goal%1:04:00:: 1 2
-field_of_battle%1:15:00:: 1 3
-field_of_operation%1:04:00:: 1 1
-field_sport%1:04:00:: 1 1
-field_trial%1:09:00:: 1 2
-fielder%1:18:00:: 1 1
-fieldhand%1:18:00:: 1 1
-fielding%1:04:00:: 1 1
-fielding_average%1:24:00:: 1 1
-fieldstone%1:27:00:: 1 1
-fiend%1:18:00:: 1 3
-fiend%1:18:02:: 2 1
-fiendish%5:00:00:evil:00 1 1
-fierce%5:00:00:intense:00 2 5
-fierce%5:00:00:merciless:00 3 1
-fierce%5:00:00:violent:00 1 8
-fiercely%4:02:00:: 1 3
-fierceness%1:07:00:: 1 1
-fiery%5:00:00:hot:01 2 2
-fiery%5:00:00:passionate:00 1 2
-fifteen%1:23:00:: 1 1
-fifteen%5:00:00:cardinal:00 1 17
-fifteenth%5:00:00:ordinal:00 1 6
-fifth%1:23:01:: 1 1
-fifth%5:00:00:ordinal:00 1 13
-fifties%1:28:01:: 1 2
-fiftieth%5:00:00:ordinal:00 1 1
-fifty%1:23:00:: 1 1
-fifty%5:00:00:cardinal:00 1 24
-fifty-cent_piece%1:21:00:: 1 1
-fifty-fifty%5:00:00:equal:00 1 1
-fig%1:10:00:: 1 45
-fig_tree%1:20:00:: 1 1
-fight%1:04:01:: 1 21
-fight%1:04:02:: 2 18
-fight%1:07:00:: 3 2
-fight%2:33:00:: 1 112
-fight%2:33:01:: 2 34
-fight%2:41:00:: 3 8
-fight%2:41:10:: 4 5
-fight_back%2:33:01:: 1 2
-fight_down%2:33:00:: 1 1
-fighter%1:06:00:: 2 3
-fighter%1:18:00:: 1 6
-fighter%1:18:02:: 3 1
-fighting%1:04:00:: 1 25
-fighting%5:00:00:operational:00 1 5
-fighting%5:00:00:unpeaceful:00 2 1
-figural_blindness%1:26:00:: 1 1
-figurative%3:00:00:: 1 3
-figuratively%4:02:00:: 1 1
-figure%1:06:00:: 4 14
-figure%1:07:00:: 8 8
-figure%1:07:01:: 9 1
-figure%1:08:00:: 2 48
-figure%1:10:00:: 1 65
-figure%1:18:00:: 5 13
-figure%1:21:00:: 7 8
-figure%1:23:00:: 3 18
-figure%1:25:00:: 6 8
-figure%2:31:00:: 4 2
-figure%2:31:01:: 1 20
-figure%2:31:02:: 5 1
-figure%2:36:00:: 3 3
-figure%2:42:00:: 2 8
-figure_of_speech%1:10:00:: 1 1
-figure_out%2:31:00:: 1 6
-figured_bass%1:10:00:: 1 1
-figurine%1:06:00:: 1 1
-figuring%1:09:00:: 1 1
-file%1:06:00:: 4 1
-file%1:06:01:: 3 1
-file%1:10:00:: 1 17
-file%1:14:00:: 2 1
-file%2:32:00:: 5 1
-file%2:32:01:: 4 2
-file%2:32:02:: 1 50
-file%2:35:00:: 2 10
-file%2:38:00:: 3 3
-file_away%2:32:00:: 1 1
-file_cabinet%1:06:00:: 1 1
-file_out%2:38:00:: 1 3
-filing%1:10:00:: 1 3
-filipino%1:18:00:: 1 1
-fill%1:23:00:: 1 4
-fill%2:30:00:: 2 12
-fill%2:30:01:: 1 61
-fill%2:30:02:: 9 1
-fill%2:34:00:: 8 1
-fill%2:34:01:: 7 1
-fill%2:34:02:: 5 5
-fill%2:41:00:: 4 5
-fill%2:41:01:: 6 1
-fill%2:42:00:: 3 8
-fill-in%1:18:00:: 1 2
-fill_in%2:32:00:: 1 4
-fill_in%2:36:00:: 2 1
-fill_out%2:30:00:: 2 1
-fill_out%2:32:00:: 1 5
-fill_up%2:30:00:: 1 2
-fill_up%2:30:01:: 2 1
-fille_de_chambre%1:18:00:: 1 6
-filled%5:00:01:full:00 1 26
-filling%1:22:00:: 2 2
-filling%1:27:00:: 1 4
-filling_station%1:06:00:: 1 2
-fillip%1:09:00:: 1 1
-filly%1:05:00:: 1 1
-film%1:06:00:: 4 5
-film%1:06:01:: 3 5
-film%1:10:00:: 2 16
-film%1:10:01:: 1 38
-film%2:32:00:: 1 2
-film_clip%1:10:00:: 1 1
-film_maker%1:18:00:: 1 1
-filmed%5:00:00:recorded:00 1 2
-filming%1:04:00:: 1 1
-filter%1:06:00:: 1 4
-filter%1:06:01:: 2 1
-filter%2:35:00:: 1 10
-filter%2:35:01:: 2 3
-filter_paper%1:27:00:: 1 1
-filthy%5:00:00:dirty:01 1 2
-final%5:00:00:closing:00 1 31
-final%5:00:00:ultimate:00 2 22
-final%5:00:00:unalterable:00 3 3
-final_period%1:28:00:: 1 1
-finale%1:10:00:: 2 2
-finale%1:11:00:: 1 4
-finally%4:02:00:: 2 20
-finally%4:02:02:: 1 44
-finally%4:02:03:: 3 19
-finance%1:04:00:: 1 4
-finance%2:40:00:: 1 23
-financed%5:00:00:supported:02 1 1
-financial%3:01:00:: 1 22
-financial_aid%1:04:00:: 1 1
-financially%4:02:00:: 1 5
-financing%1:04:00:: 1 5
-find%2:30:00:: 12 13
-find%2:31:09:: 9 29
-find%2:31:10:: 5 57
-find%2:32:00:: 4 57
-find%2:32:01:: 11 16
-find%2:36:00:: 8 34
-find%2:39:01:: 6 45
-find%2:39:02:: 2 141
-find%2:39:05:: 13 11
-find%2:40:00:: 3 86
-find%2:40:01:: 7 41
-find%2:40:02:: 1 159
-find%2:40:03:: 10 16
-find_fault_with%2:32:01:: 1 1
-find_oneself%2:30:00:: 1 1
-find_out%2:31:00:: 2 17
-find_out%2:32:00:: 1 33
-find_out%2:32:01:: 3 1
-finding%1:04:00:: 1 16
-finding%1:04:01:: 2 3
-finding%1:17:00:: 3 1
-fine%1:04:00:: 1 1
-fine%2:40:00:: 1 3
-fine%3:00:00:: 9 1
-fine%4:02:00:: 1 3
-fine%4:02:02:: 2 1
-fine%5:00:00:delicate:00 10 1
-fine%5:00:00:elegant:00 8 2
-fine%5:00:00:precise:00 4 4
-fine%5:00:00:satisfactory:00 3 4
-fine%5:00:00:skilled:00 2 7
-fine%5:00:00:superior:02 1 34
-fine%5:00:00:thin:01 7 2
-fine%5:00:00:well:01 6 2
-fine%5:00:02:bad:00 5 3
-fine-grained%5:00:02:fine:00 1 1
-fine-looking%5:00:00:beautiful:00 1 1
-fine_arts%1:09:00:: 1 2
-finely%4:02:01:: 2 2
-finely%4:02:02:: 1 2
-finely%4:02:03:: 3 1
-fineness%1:07:03:: 1 1
-finest%5:00:00:best:00 1 4
-finger%1:08:00:: 1 53
-finger%2:35:00:: 1 1
-finger%2:35:05:: 2 1
-fingered%3:00:00:: 1 1
-fingering%1:04:02:: 1 1
-fingernail%1:08:00:: 1 1
-fingerpaint%2:36:00:: 1 1
-fingerprint%1:10:01:: 1 5
-fingerprint_expert%1:18:00:: 1 1
-fingerprint_man%1:18:00:: 1 1
-fingerprint_specialist%1:18:00:: 1 1
-fingerprinting%1:04:00:: 1 1
-fingertip%1:08:00:: 1 2
-finicky%5:00:00:fastidious:00 1 1
-finish%1:07:00:: 1 3
-finish%2:30:01:: 2 12
-finish%2:30:02:: 1 44
-finish%2:34:00:: 5 2
-finish%2:35:00:: 4 3
-finish%2:42:00:: 3 8
-finish_up%2:30:00:: 1 1
-finish_up%2:30:02:: 2 1
-finished%3:00:01:: 2 2
-finished%3:00:02:: 1 5
-finishing%1:07:00:: 1 1
-finite%3:00:00:: 1 11
-finn%1:18:00:: 1 1
-fire%1:04:00:: 2 18
-fire%1:06:00:: 4 4
-fire%1:11:00:: 1 43
-fire%1:12:00:: 6 3
-fire%1:22:00:: 3 7
-fire%1:27:01:: 5 3
-fire%2:30:00:: 3 10
-fire%2:30:01:: 8 1
-fire%2:33:00:: 2 16
-fire%2:33:01:: 1 30
-fire%2:33:02:: 5 5
-fire%2:37:00:: 7 1
-fire%2:38:02:: 6 1
-fire%2:41:00:: 4 7
-fire_and_brimstone%1:26:00:: 1 1
-fire_company%1:14:00:: 1 1
-firearm%1:06:00:: 1 6
-firecracker%1:06:00:: 1 3
-firelight%1:19:00:: 1 2
-fireman%1:04:00:: 1 1
-fireplace%1:06:01:: 1 5
-firepower%1:07:00:: 1 1
-fireside%1:15:00:: 1 1
-firewall%1:04:00:: 1 1
-firewood%1:27:00:: 1 1
-firework%1:06:00:: 1 2
-firing%1:04:02:: 2 6
-firing%1:04:03:: 1 8
-firing_range%1:06:00:: 1 1
-firm%1:14:00:: 1 26
-firm%4:02:00:: 1 1
-firm%5:00:00:forceful:00 3 6
-firm%5:00:00:hard:01 2 6
-firm%5:00:00:healthy:00 8 1
-firm%5:00:00:resolute:00 1 12
-firm%5:00:00:secure:02 7 2
-firm%5:00:00:settled:02 4 4
-firm%5:00:00:steady:00 5 2
-firm%5:00:02:stable:00 6 2
-firmly%4:02:01:: 3 2
-firmly%4:02:02:: 1 11
-firmly%4:02:03:: 2 5
-firmness%1:07:01:: 2 1
-firmness%1:07:03:: 1 1
-first%1:04:00:: 4 1
-first%1:23:00:: 2 5
-first%1:24:00:: 1 9
-first%1:28:00:: 3 1
-first%3:00:00:: 1 232
-first%4:02:00:: 1 58
-first%4:02:01:: 4 4
-first%4:02:02:: 2 40
-first%4:02:03:: 3 9
-first%5:00:00:best:00 5 3
-first%5:00:00:ordinal:00 2 61
-first%5:00:01:opening:00 4 4
-first%5:00:02:opening:00 3 4
-first-class%5:00:01:superior:02 1 1
-first-nighter%1:18:00:: 1 1
-first-rate%5:00:00:superior:02 1 1
-first_aid%1:04:00:: 1 1
-first_and_foremost%4:02:00:: 1 3
-first_baseman%1:18:00:: 1 1
-first_class%1:07:00:: 1 1
-first_half%1:28:00:: 1 2
-first_moment%1:09:00:: 1 1
-first_name%1:10:00:: 1 1
-first_of_all%4:02:00:: 1 5
-first_off%4:02:00:: 1 1
-first_step%1:04:00:: 1 8
-firsthand%5:00:00:primary:00 1 2
-fiscal%3:01:00:: 1 3
-fiscal_policy%1:10:00:: 1 1
-fiscal_year%1:28:00:: 1 17
-fish%1:05:00:: 1 12
-fish%1:13:00:: 2 3
-fish%1:18:00:: 3 1
-fish%2:33:00:: 2 1
-fish%2:35:00:: 1 2
-fish_hawk%1:05:00:: 1 3
-fisher%1:18:00:: 1 1
-fisherman%1:18:00:: 1 6
-fishing%1:04:00:: 1 5
-fishing_boat%1:06:00:: 1 3
-fishing_net%1:06:00:: 1 1
-fishing_rod%1:06:00:: 1 1
-fishing_tackle%1:06:00:: 1 1
-fishmonger%1:18:00:: 1 1
-fishwife%1:18:00:: 1 1
-fist%1:08:00:: 1 20
-fistfight%1:04:00:: 1 1
-fistfight%2:33:00:: 1 1
-fit%1:07:00:: 3 2
-fit%1:26:00:: 2 2
-fit%1:26:01:: 1 3
-fit%2:30:01:: 4 7
-fit%2:30:02:: 5 5
-fit%2:40:00:: 8 1
-fit%2:42:01:: 3 9
-fit%2:42:02:: 2 11
-fit%2:42:03:: 7 1
-fit%2:42:04:: 6 4
-fit%2:42:05:: 1 14
-fit%3:00:01:: 3 3
-fit%3:00:02:: 1 4
-fit%5:00:00:ready:00 2 4
-fit_in%2:42:00:: 1 2
-fit_out%2:40:00:: 1 1
-fitness%1:07:00:: 1 3
-fitness%1:26:00:: 2 1
-fitting%5:00:00:just:00 2 2
-fitting%5:00:00:proper:00 1 5
-five%1:23:00:: 1 4
-five%5:00:00:cardinal:00 1 103
-five_hundred%5:00:00:cardinal:00 1 5
-fix%1:26:00:: 1 2
-fix%2:29:00:: 9 1
-fix%2:30:00:: 8 1
-fix%2:30:01:: 1 9
-fix%2:30:02:: 7 2
-fix%2:32:03:: 3 6
-fix%2:33:00:: 5 3
-fix%2:35:00:: 2 7
-fix%2:36:00:: 4 5
-fix%2:36:01:: 6 2
-fix_up%2:32:00:: 2 2
-fix_up%2:34:00:: 1 5
-fixed%3:00:00:: 3 2
-fixed%5:00:00:determinate:01 1 12
-fixed%5:00:00:nonmoving:00 2 6
-fixed%5:00:00:steady:00 4 2
-fixed%5:00:00:unchangeable:00 5 2
-fixer%1:18:00:: 1 1
-fixing%1:04:00:: 1 1
-fixture%1:06:00:: 1 1
-fizzle%2:42:00:: 1 1
-flag%1:06:00:: 1 31
-flag%1:10:01:: 2 3
-flag%1:20:00:: 3 1
-flag%2:30:00:: 2 1
-flag%2:32:00:: 1 1
-flag-waver%1:18:00:: 1 1
-flag_of_truce%1:06:00:: 1 1
-flagellated_protozoan%1:05:00:: 1 1
-flail%1:06:00:: 1 1
-flail%2:35:00:: 1 1
-flailing%5:00:00:moving:02 1 1
-flair%1:07:00:: 2 1
-flair%1:09:00:: 1 2
-flake%2:35:02:: 1 1
-flamboyantly%4:02:00:: 1 1
-flame%1:22:00:: 1 15
-flame_up%2:43:00:: 1 2
-flaming%5:00:00:colorful:00 1 2
-flaming%5:00:00:lighted:00 2 1
-flank%1:14:00:: 1 3
-flank%2:42:00:: 1 5
-flannel%1:06:00:: 1 2
-flap%1:06:00:: 1 3
-flap%2:38:00:: 2 2
-flap%2:38:01:: 1 4
-flap%2:38:03:: 3 1
-flapper%1:18:00:: 1 1
-flare%1:10:00:: 3 1
-flare%1:22:00:: 2 1
-flare%1:25:00:: 1 1
-flare%2:30:00:: 3 1
-flare%2:37:00:: 2 1
-flare%2:43:00:: 1 1
-flare_up%2:30:00:: 2 1
-flare_up%2:43:00:: 1 1
-flaring%5:00:00:increasing:00 1 1
-flash%1:07:00:: 2 6
-flash%1:09:00:: 4 1
-flash%1:11:00:: 1 7
-flash%1:11:01:: 3 1
-flash%2:30:03:: 2 6
-flash%2:32:00:: 4 3
-flash%2:38:00:: 5 2
-flash%2:39:00:: 1 9
-flash%2:39:01:: 3 3
-flash%2:39:02:: 6 1
-flash_flood%1:19:00:: 1 1
-flashback%1:10:00:: 1 1
-flashing%1:11:00:: 1 1
-flashing%5:00:00:bright:00 1 1
-flashlight%1:06:00:: 1 3
-flashlight_battery%1:06:00:: 1 1
-flashy%5:00:00:colorful:03 2 1
-flashy%5:00:00:tasteless:02 1 1
-flask%1:06:00:: 1 4
-flat%1:06:04:: 2 1
-flat%1:17:00:: 1 2
-flat%3:00:03:: 5 1
-flat%4:02:01:: 1 1
-flat%5:00:00:even:01 1 11
-flat%5:00:00:planar:00 2 5
-flat%5:00:00:unerect:00 4 2
-flat%5:00:00:unqualified:02 3 2
-flat-bottomed%5:00:00:bottomed:00 1 4
-flat-footed%5:00:00:footed:00 1 1
-flat_bench%1:06:00:: 1 1
-flatly%4:02:00:: 1 4
-flatness%1:07:00:: 1 9
-flats%1:06:00:: 1 1
-flatten%2:30:00:: 2 1
-flatten%2:30:01:: 1 6
-flattened%5:00:00:planar:00 1 1
-flatter%2:32:00:: 1 7
-flattery%1:10:00:: 1 2
-flatus%1:04:00:: 1 2
-flaunt%2:39:00:: 1 3
-flautist%1:18:00:: 1 2
-flavor%1:09:00:: 2 3
-flavor%1:26:00:: 1 3
-flaw%1:26:00:: 1 2
-flawless%5:00:00:perfect:00 1 2
-flea%1:05:00:: 1 1
-flea_market%1:15:00:: 1 1
-fleck%1:17:00:: 1 1
-flecked%5:00:00:patterned:00 1 1
-fledgling%1:18:00:: 1 1
-fledgling%5:00:00:fledged:00 1 1
-fledgling%5:00:00:inexperienced:00 2 1
-flee%2:38:00:: 1 37
-fleeing%5:00:00:moving:02 1 1
-fleet%1:14:03:: 1 1
-fleet%5:00:00:fast:01 1 2
-fleeting%5:00:00:moving:02 1 1
-fleeting%5:00:00:short:02 2 1
-flesh%1:08:01:: 2 8
-flesh%1:08:02:: 1 12
-fleshy%5:00:00:fat:01 1 1
-flex%2:38:01:: 1 1
-flexibility%1:07:01:: 2 2
-flexibility%1:07:02:: 1 7
-flexible%3:00:01:: 2 2
-flexible%3:00:02:: 1 2
-flexible%5:00:00:adaptable:00 3 1
-flexible%5:00:00:elastic:00 4 1
-flick%1:11:00:: 1 2
-flick%2:35:03:: 4 1
-flick%2:38:00:: 3 1
-flick%2:39:00:: 1 1
-flick%2:39:10:: 2 1
-flicker%2:38:00:: 1 3
-flight%1:04:00:: 2 6
-flight%1:04:01:: 4 5
-flight%1:06:00:: 3 5
-flight%1:09:00:: 6 1
-flight%1:14:00:: 5 3
-flight%1:14:01:: 1 6
-flight_of_stairs%1:06:00:: 1 1
-flimsy%5:00:01:weak:00 1 2
-flimsy%5:00:02:weak:00 2 1
-flinch%2:38:00:: 1 3
-fling%2:35:00:: 1 13
-fling%2:38:00:: 2 1
-flint%1:27:00:: 1 1
-flip%1:04:03:: 1 1
-flip%2:35:01:: 2 1
-flip%2:38:00:: 1 3
-flirt%2:32:00:: 1 1
-flirt_with%2:31:00:: 1 1
-flit%2:38:00:: 1 1
-float%2:38:00:: 1 14
-float%2:38:01:: 2 4
-float%2:38:02:: 3 3
-floating%5:00:00:afloat(p):00 6 2
-floating%5:00:00:moving:02 1 2
-floc%1:27:00:: 1 3
-flocculate%2:42:00:: 1 1
-flocculation%1:22:00:: 1 1
-flock%1:14:00:: 2 2
-flock%1:14:02:: 1 2
-flock%1:14:03:: 4 1
-flock%1:23:00:: 3 1
-flock%2:38:01:: 1 2
-flog%2:35:00:: 1 1
-flood%1:04:00:: 5 1
-flood%1:04:01:: 4 2
-flood%1:06:00:: 3 2
-flood%1:19:00:: 1 5
-flood%1:23:00:: 2 2
-flood%2:30:00:: 2 3
-flood%2:35:00:: 1 6
-flooded%5:00:01:full:00 1 1
-floodhead%1:19:00:: 1 1
-floor%1:06:00:: 1 38
-floor%1:06:01:: 2 16
-floor%1:10:00:: 3 3
-floor%1:17:00:: 5 1
-floor%1:17:01:: 4 2
-floor_board%1:06:00:: 1 1
-floor_covering%1:06:00:: 1 1
-floor_plan%1:06:00:: 1 1
-floorboard%1:06:00:: 1 1
-flooring%1:06:00:: 1 1
-flop%2:38:00:: 2 2
-flop%2:38:01:: 1 4
-floral%5:00:00:patterned:00 1 1
-florence%1:15:00:: 1 1
-florentine%3:01:00:: 1 1
-florid%5:00:00:fancy:00 1 1
-florida%1:15:00:: 1 4
-floridian%1:18:00:: 1 1
-florist%1:06:00:: 2 1
-florist%1:18:00:: 1 1
-flounce%2:38:00:: 1 1
-flounder%2:38:00:: 1 5
-flounder%2:41:00:: 2 3
-flour%1:13:00:: 1 3
-flourish%1:10:02:: 1 1
-flourish%2:30:01:: 1 11
-flourish%2:40:00:: 2 1
-flourishing%5:00:00:healthy:00 1 1
-flout%2:32:01:: 1 2
-flow%1:04:00:: 3 5
-flow%1:11:00:: 1 18
-flow%1:14:00:: 6 1
-flow%1:22:00:: 4 3
-flow%1:26:00:: 5 1
-flow%1:28:00:: 2 7
-flow%2:38:00:: 2 10
-flow%2:38:01:: 1 13
-flow%2:38:02:: 3 1
-flow_from%2:42:00:: 1 1
-flow_out%2:30:00:: 1 1
-flow_rate%1:28:00:: 1 6
-flower%1:20:00:: 1 31
-flower%1:20:02:: 2 8
-flower%2:30:00:: 1 1
-flower_garden%1:06:00:: 1 3
-flowerbed%1:06:00:: 1 1
-flowering%1:22:00:: 1 2
-flowering%1:22:01:: 2 1
-flowing%1:11:00:: 1 1
-flowing%5:00:00:graceful:00 1 3
-flu%1:26:00:: 1 2
-flub%2:41:00:: 1 1
-fluent%5:00:00:graceful:00 1 1
-fluff%1:27:00:: 1 1
-fluffy%5:00:00:soft:01 1 1
-fluid%1:27:00:: 2 1
-fluid%1:27:02:: 1 25
-fluid%5:00:00:changeable:00 1 1
-fluoresce%2:39:00:: 1 1
-fluorescein%1:27:00:: 1 2
-fluorescence%1:19:00:: 1 11
-fluorescent%5:00:00:light:06 1 1
-fluoride%1:27:00:: 1 2
-fluorine%1:27:00:: 1 1
-fluoroboride%1:27:00:: 1 1
-flurry%1:04:00:: 1 4
-flurry%1:19:00:: 2 1
-flurry%2:38:00:: 1 2
-flush%1:26:00:: 2 1
-flush%1:28:00:: 1 1
-flush%2:29:00:: 1 3
-flush%2:30:00:: 2 2
-flush%4:02:00:: 1 2
-flush%5:00:00:even:01 1 1
-flushed%5:00:00:colored:00 2 2
-flushed%5:00:00:healthy:00 1 2
-fluster%2:37:01:: 1 1
-flute%1:06:00:: 1 1
-flutter%1:04:00:: 1 1
-flutter%2:38:01:: 2 1
-flutter%2:38:02:: 1 1
-fluttering%5:00:00:moving:02 1 1
-fluttering%5:00:02:moving:02 2 1
-flux%1:11:00:: 2 5
-flux%1:28:00:: 1 18
-fly%1:04:00:: 4 1
-fly%1:05:00:: 1 6
-fly%1:06:00:: 3 1
-fly%1:06:01:: 2 1
-fly%2:30:01:: 7 2
-fly%2:35:00:: 4 3
-fly%2:38:00:: 1 33
-fly%2:38:01:: 3 5
-fly%2:38:02:: 2 9
-fly%2:38:05:: 9 1
-fly%2:38:06:: 8 1
-fly%2:38:07:: 5 2
-fly%2:38:08:: 6 2
-fly_by%2:38:00:: 1 2
-fly_high%2:37:00:: 1 1
-fly_in_the_ointment%1:07:00:: 1 1
-fly_on%2:38:00:: 1 2
-fly_open%2:35:00:: 1 1
-flyer%1:10:00:: 1 1
-flying%5:00:00:air(a):00 5 1
-flying%5:00:00:moving:02 2 1
-flying%5:00:00:winged:00 1 1
-flyway%1:15:00:: 1 1
-fm%1:10:00:: 1 1
-foam%1:17:00:: 1 4
-foam%1:27:00:: 2 1
-foam%2:30:05:: 1 1
-foamy%5:00:00:gaseous:00 1 3
-foamy%5:00:00:unhealthy:00 2 1
-focal%5:00:00:central:01 1 3
-focal_point%1:19:00:: 1 2
-focally%4:02:00:: 1 1
-focus%1:07:01:: 2 3
-focus%1:07:03:: 3 2
-focus%1:09:00:: 1 6
-focus%1:26:00:: 4 1
-focus%2:31:00:: 1 6
-focus%2:31:01:: 3 1
-focus%2:39:00:: 2 4
-focus_on%2:42:00:: 1 6
-focusing%1:09:00:: 1 1
-foe%1:18:00:: 2 2
-foe%1:18:01:: 1 12
-fog%1:09:00:: 3 2
-fog%1:19:00:: 1 15
-fog%1:26:01:: 2 3
-foible%1:07:00:: 1 1
-foil%1:06:01:: 1 5
-foil%2:41:00:: 2 1
-foil%2:42:00:: 1 1
-fold%1:14:00:: 2 1
-fold%1:25:00:: 1 3
-fold%2:30:00:: 3 1
-fold%2:35:00:: 1 5
-fold%2:35:03:: 2 2
-fold_up%2:35:00:: 1 1
-folded%3:00:00:: 1 3
-folded-up%5:00:00:folded:00 1 1
-folding_chair%1:06:00:: 1 1
-foliage%1:06:00:: 2 1
-foliage%1:20:00:: 1 6
-folk%1:14:00:: 1 14
-folk%1:14:01:: 2 1
-folk%1:14:02:: 3 1
-folk%5:00:00:nonclassical:00 1 1
-folk_dance%1:04:00:: 1 1
-folk_music%1:10:00:: 1 1
-folk_poet%1:18:00:: 1 1
-folk_writer%1:18:00:: 1 1
-folklore%1:09:00:: 1 27
-folks%1:14:00:: 1 1
-folksy%5:00:00:rural:00 1 2
-follicular%3:01:00:: 1 1
-follow%2:30:00:: 7 13
-follow%2:30:01:: 16 1
-follow%2:31:00:: 12 4
-follow%2:36:00:: 11 8
-follow%2:36:01:: 15 1
-follow%2:38:00:: 1 74
-follow%2:38:01:: 4 20
-follow%2:40:00:: 9 9
-follow%2:41:00:: 5 18
-follow%2:41:01:: 14 2
-follow%2:41:02:: 13 3
-follow%2:42:00:: 2 50
-follow%2:42:01:: 6 17
-follow%2:42:02:: 8 12
-follow%2:42:03:: 10 8
-follow%2:42:05:: 3 26
-follow-through%1:04:00:: 1 1
-follow_suit%2:42:00:: 1 1
-follow_through%2:41:00:: 1 4
-follower%1:18:00:: 1 7
-following%1:14:00:: 1 1
-following%3:00:00:: 1 3
-following%5:00:01:succeeding(a):00 4 30
-following%5:00:02:succeeding(a):00 3 20
-folly%1:04:01:: 2 1
-folly%1:07:00:: 1 2
-fond%5:00:00:inclined(p):02 4 1
-fond%5:00:01:loving:00 2 1
-fond%5:00:02:loving:00 1 3
-fondly%4:02:00:: 1 3
-fondness%1:12:01:: 1 3
-food%1:03:00:: 1 29
-food_for_thought%1:09:00:: 1 2
-foodstuff%1:06:00:: 1 1
-fool%1:18:00:: 1 25
-fool%1:18:01:: 2 10
-fool%1:18:02:: 3 1
-fool%2:41:00:: 1 6
-fool%5:00:00:foolish:00 1 1
-fool%5:00:00:stupid:00 2 1
-fool_around%2:32:00:: 1 2
-foolhardy%5:00:00:bold:00 1 1
-fooling%5:00:00:light:02 1 1
-foolish%3:00:00:: 1 6
-foolishness%1:07:00:: 1 2
-foolproof%5:00:00:infallible:00 1 1
-foot%1:04:00:: 7 1
-foot%1:05:00:: 6 2
-foot%1:05:01:: 4 4
-foot%1:06:00:: 5 2
-foot%1:08:01:: 1 89
-foot%1:15:00:: 3 8
-foot%1:23:00:: 2 81
-foot%2:40:00:: 1 1
-foot_rot%1:26:00:: 1 3
-foot_soldier%1:18:00:: 1 1
-footage%1:06:00:: 1 1
-football%1:04:00:: 1 9
-football%1:06:00:: 2 2
-football_player%1:18:00:: 1 2
-football_team%1:14:00:: 1 3
-footbridge%1:06:00:: 1 1
-foothills%1:17:00:: 1 1
-footing%1:26:00:: 1 1
-footloose%5:00:00:free:00 1 1
-footnote%1:10:00:: 1 1
-footpath%1:06:00:: 1 1
-footprint%1:10:00:: 1 1
-footstep%1:04:00:: 2 4
-footstep%1:11:00:: 1 4
-footstep%1:23:00:: 3 3
-foppish%5:00:00:elegant:00 1 1
-for_a_while%4:02:01:: 1 12
-for_all_practical_purposes%4:02:00:: 1 1
-for_all_the_world%4:02:00:: 1 1
-for_example%4:02:00:: 1 63
-for_good%4:02:00:: 1 1
-for_good_measure%4:02:00:: 1 1
-for_instance%4:02:00:: 1 21
-for_keeps%4:02:00:: 1 1
-for_one%4:02:00:: 1 1
-for_one_thing%4:02:00:: 1 6
-for_sale%5:00:00:available:00 1 2
-for_sure%4:02:00:: 1 2
-for_sure%5:00:00:unquestionable:00 1 1
-for_that_matter%4:02:00:: 1 5
-for_the_first_time%4:02:00:: 1 10
-for_the_moment%4:02:00:: 1 6
-for_the_most_part%4:02:00:: 1 15
-for_the_time_being%4:02:02:: 1 2
-foraging%1:04:00:: 1 1
-forbid%2:32:00:: 1 15
-forbid%2:41:03:: 2 1
-forbidden%5:00:00:impermissible:00 1 4
-force%1:04:01:: 6 5
-force%1:07:00:: 3 19
-force%1:07:01:: 1 29
-force%1:14:00:: 4 15
-force%1:14:01:: 5 10
-force%1:18:00:: 7 1
-force%1:19:00:: 2 20
-force%2:32:00:: 4 8
-force%2:35:00:: 5 3
-force%2:35:01:: 7 1
-force%2:35:02:: 6 2
-force%2:35:05:: 8 1
-force%2:36:00:: 2 17
-force%2:38:00:: 3 13
-force%2:41:00:: 1 48
-forced%3:44:00:: 1 1
-forced%5:00:00:involuntary:01 2 1
-forced_sale%1:10:00:: 1 1
-forceful%3:00:00:: 1 2
-forceless%3:00:00:: 1 1
-forearm%1:08:00:: 1 1
-forebear%2:42:00:: 1 1
-foreboding%1:12:00:: 1 1
-forecast%1:10:00:: 1 1
-forecast%2:31:00:: 2 2
-forecast%2:32:00:: 1 5
-forecast%2:32:01:: 3 1
-forecasting%1:10:00:: 1 1
-foreclose%2:40:00:: 2 1
-foreclose%2:41:00:: 1 1
-forefather%1:18:00:: 1 1
-forefinger%1:08:00:: 1 3
-forego%2:42:00:: 1 3
-foregoing%5:00:00:preceding(a):00 1 4
-foreground%1:09:00:: 1 2
-forehead%1:08:00:: 1 8
-foreign%3:00:01:: 2 10
-foreign%3:00:02:: 1 20
-foreign%5:00:00:adulterating:00 4 1
-foreign%5:00:00:extrinsic:00 3 4
-foreign_exchange%1:21:00:: 1 1
-foreign_office%1:14:00:: 1 1
-foreign_policy%1:10:00:: 1 14
-foreigner%1:18:00:: 1 7
-foreknow%2:31:00:: 1 1
-foreknowledge%1:10:00:: 1 1
-foreman%1:18:00:: 1 2
-foremost%5:00:00:best:00 1 2
-foremost%5:00:00:front(a):00 3 1
-forensic%5:00:00:rhetorical:00 1 1
-forerunner%1:10:00:: 2 1
-forerunner%1:18:00:: 1 1
-foresee%2:31:00:: 1 5
-foresee%2:36:00:: 2 3
-foresee%2:41:00:: 3 2
-foreseeable%5:00:00:predictable:00 1 1
-foreshorten%2:30:00:: 1 1
-foresight%1:07:00:: 1 1
-forest%1:14:00:: 1 36
-forest%1:17:00:: 2 2
-forestall%2:41:01:: 1 4
-forever%4:02:00:: 1 14
-forever%4:02:02:: 2 2
-forever%4:02:03:: 3 2
-forfeit%2:40:00:: 1 2
-forfeit%5:00:00:lost:03 1 1
-forge%2:36:00:: 1 1
-forge%2:36:01:: 2 1
-forge%2:36:08:: 3 1
-forget%2:31:00:: 2 21
-forget%2:31:01:: 1 61
-forget%2:31:03:: 3 9
-forgetful%3:00:01:: 1 1
-forgetfulness%1:09:00:: 1 3
-forgive%2:32:00:: 1 24
-forgive%2:41:00:: 2 1
-forgo%2:41:00:: 1 1
-forgotten%5:00:00:unnoticed:00 1 5
-forgotten%5:00:00:unrecoverable:00 2 1
-fork%1:04:00:: 2 2
-fork%1:06:00:: 1 4
-fork%1:06:02:: 4 1
-fork%1:25:00:: 3 1
-forked%5:00:00:divided:00 1 1
-forlorn%5:00:00:forsaken:00 1 5
-form%1:03:00:: 6 8
-form%1:07:00:: 7 3
-form%1:07:01:: 4 23
-form%1:07:03:: 11 1
-form%1:08:00:: 5 19
-form%1:09:00:: 3 40
-form%1:09:01:: 2 62
-form%1:10:00:: 1 96
-form%1:10:01:: 8 2
-form%1:10:02:: 10 1
-form%1:14:02:: 9 1
-form%2:30:01:: 4 12
-form%2:35:00:: 7 3
-form%2:36:00:: 5 11
-form%2:41:00:: 1 28
-form%2:41:02:: 6 3
-form%2:42:00:: 2 26
-form%2:42:02:: 3 18
-form_of_government%1:14:00:: 1 1
-formal%3:00:01:: 1 13
-formal%3:00:02:: 3 2
-formal%5:00:00:official:00 2 3
-formal_logic%1:09:00:: 1 1
-formalism%1:09:01:: 1 2
-formalized%3:01:00:: 1 1
-formally%4:02:00:: 2 1
-formally%4:02:01:: 1 5
-formation%1:04:00:: 2 4
-formation%1:04:01:: 3 4
-formation%1:06:00:: 5 3
-formation%1:14:00:: 1 7
-formation%1:17:00:: 4 3
-formative%1:10:00:: 1 1
-formed%5:00:00:definite:00 1 2
-former%3:00:00:: 1 21
-former%5:00:01:past:00 2 20
-former%5:00:02:past:00 3 4
-formerly%4:02:00:: 1 7
-formidable%5:00:00:alarming:00 2 4
-formidable%5:00:01:impressive:00 1 4
-formula%1:09:00:: 5 1
-formula%1:10:00:: 1 8
-formula%1:10:01:: 3 3
-formula%1:10:02:: 2 6
-formula%1:10:03:: 4 1
-formulate%2:32:00:: 3 4
-formulate%2:32:03:: 1 8
-formulate%2:36:00:: 2 4
-formulate%2:36:01:: 4 1
-formulation%1:04:00:: 2 2
-formulation%1:10:00:: 3 1
-formulation%1:27:00:: 1 11
-forsake%2:31:00:: 1 4
-forswear%2:32:00:: 1 1
-fort%1:06:00:: 2 1
-fort%1:06:01:: 1 2
-fort_up%2:38:00:: 1 4
-fort_worth%1:15:00:: 1 2
-forte%1:07:01:: 1 1
-forte-piano%1:06:00:: 1 1
-forth%4:02:00:: 1 3
-forth%4:02:01:: 2 1
-forth%4:02:02:: 3 1
-forthright%5:00:01:direct:02 1 2
-forthwith%4:02:00:: 1 1
-forties%1:28:00:: 1 1
-fortification%1:06:00:: 1 1
-fortified%5:00:00:protected:00 1 1
-fortify%2:30:01:: 1 4
-fortitude%1:07:00:: 1 3
-fortress%1:06:00:: 1 3
-fortunate%3:00:00:: 1 7
-fortunate%5:00:00:blessed:00 2 1
-fortunately%4:02:00:: 1 4
-fortune%1:19:00:: 1 4
-fortune%1:19:01:: 3 2
-fortune%1:21:00:: 2 3
-fortune%1:26:00:: 4 1
-forty%5:00:00:cardinal:00 1 14
-forward%2:38:00:: 1 3
-forward%3:00:01:: 1 8
-forward%4:02:00:: 1 53
-forward%4:02:01:: 4 3
-forward%4:02:02:: 3 3
-forward%4:02:03:: 2 5
-forward%5:00:00:advancing:00 2 1
-forward%5:00:00:fore(a):00 6 3
-forward%5:00:00:front(a):00 7 1
-forward-moving%5:00:00:progressive:01 1 1
-forwarding%1:04:01:: 1 1
-foster%2:41:00:: 1 13
-foster_home%1:14:00:: 1 1
-foster_parent%1:18:00:: 1 1
-fostering%1:10:00:: 1 1
-foul%2:30:03:: 2 1
-foul%2:33:01:: 1 1
-foul%5:00:00:malodorous:00 2 1
-foul%5:00:00:offensive:01 1 1
-foul%5:00:00:unfair:00 3 1
-foul-smelling%5:00:00:malodorous:00 1 2
-foul_out%2:35:00:: 1 1
-foul_up%2:41:00:: 1 1
-fouled%5:00:00:dirty:01 1 1
-found%1:21:00:: 1 1
-found%2:36:00:: 2 4
-found%2:41:00:: 1 9
-found%3:00:00:: 1 1
-foundation%1:06:00:: 3 1
-foundation%1:14:00:: 2 3
-foundation%1:24:00:: 1 6
-founder%1:18:00:: 2 1
-founder%1:26:00:: 1 1
-founding%1:04:00:: 1 2
-foundry%1:06:00:: 1 1
-fountain%1:06:02:: 1 2
-fountainhead%1:10:00:: 1 1
-four%1:23:00:: 1 15
-four%5:00:00:cardinal:00 1 130
-four-sided%5:00:00:multilateral:00 1 1
-four_hundred%1:14:00:: 1 1
-four_times%4:02:00:: 1 2
-fourfold%5:00:01:multiple:00 1 1
-foursome%1:14:00:: 1 1
-fourteen%1:23:00:: 1 1
-fourteen%5:00:00:cardinal:00 1 8
-fourteenth%5:00:00:ordinal:00 1 1
-fourth%1:24:00:: 1 1
-fourth%4:02:00:: 1 2
-fourth%5:00:00:ordinal:00 1 33
-fourth_dimension%1:28:00:: 1 2
-fourth_of_july%1:28:00:: 1 1
-fowl%1:05:00:: 1 1
-fox%1:05:00:: 1 3
-fox%1:18:00:: 2 1
-fox_terrier%1:05:00:: 1 2
-foyer%1:06:00:: 1 3
-fracas%1:10:00:: 1 2
-fraction%1:06:00:: 2 5
-fraction%1:23:00:: 3 2
-fraction%1:27:00:: 1 22
-fractional%3:00:00:: 1 1
-fractionate%2:35:01:: 1 3
-fractionation%1:04:00:: 2 2
-fractionation%1:22:00:: 1 2
-fracture%2:30:01:: 1 1
-fragile%5:00:00:breakable:00 1 3
-fragile%5:00:00:delicate:00 2 2
-fragment%1:06:00:: 2 1
-fragment%1:17:01:: 1 7
-fragmentary%5:00:00:fractional:00 1 5
-fragmentation%1:04:00:: 1 1
-fragmented%5:00:00:broken:01 1 1
-fragrance%1:09:00:: 1 1
-fragrant%3:00:00:: 1 2
-frail%3:00:00:: 1 4
-frambesia%1:26:00:: 1 1
-frame%1:06:02:: 1 7
-frame%1:06:03:: 2 5
-frame%1:08:01:: 3 3
-frame%1:28:00:: 4 2
-frame%2:31:00:: 5 1
-frame%2:32:00:: 4 1
-frame%2:35:00:: 1 4
-frame%2:41:00:: 3 1
-frame%2:42:00:: 2 3
-frame_in%2:35:00:: 1 2
-frame_up%2:36:00:: 1 1
-framed%3:00:00:: 1 1
-framework%1:07:00:: 2 1
-framework%1:09:00:: 1 3
-framing%1:04:00:: 1 1
-franc%1:23:00:: 1 1
-france%1:15:00:: 1 10
-franchise%1:10:00:: 1 2
-frangipani%1:20:00:: 1 1
-frank%5:00:00:direct:02 1 3
-frankly%4:02:00:: 1 5
-frantic%5:00:00:agitated:00 1 10
-frantic%5:00:00:wild:02 2 1
-frantically%4:02:00:: 1 5
-fraternisation%1:04:00:: 1 1
-fraternity%1:14:00:: 2 1
-fraternity%1:14:01:: 1 1
-fraternize%2:41:00:: 1 2
-fraud%1:04:00:: 1 5
-fraud%1:04:01:: 3 2
-fraud%1:18:00:: 2 2
-frayed%5:00:01:worn:00 1 1
-freak%1:18:00:: 1 4
-freckle%1:08:00:: 1 1
-free%2:32:00:: 8 1
-free%2:35:01:: 7 1
-free%2:35:02:: 3 3
-free%2:40:02:: 2 3
-free%2:41:00:: 1 6
-free%2:41:01:: 5 1
-free%2:41:02:: 6 1
-free%2:41:07:: 4 1
-free%3:00:00:: 1 38
-free%3:00:02:: 2 4
-free%5:00:00:original:00 5 2
-free%5:00:00:unfixed:00 8 1
-free%5:00:00:unobstructed:00 6 2
-free%5:00:00:unpaid:00 3 3
-free%5:00:00:voluntary:01 7 1
-free%5:00:02:unoccupied:00 4 3
-free-swimming%5:00:00:vagile:00 1 3
-free_burning%5:00:00:continuous:01 1 7
-free_of%5:00:00:free:00 1 4
-free_radical%1:27:00:: 1 2
-free_rein%1:26:00:: 1 1
-free_trader%1:18:00:: 1 1
-free_will%1:07:00:: 2 1
-free_will%1:26:00:: 1 2
-free_world%1:14:00:: 1 2
-freed%5:00:00:free:00 2 1
-freed%5:00:00:free:01 1 2
-freedom%1:26:00:: 1 26
-freedom%1:26:01:: 2 1
-freedom_of_thought%1:07:00:: 1 1
-freehand%5:00:00:original:00 1 3
-freelance%5:00:00:employed:00 1 1
-freely%4:02:00:: 1 8
-freeman%1:18:00:: 1 2
-freeway%1:06:00:: 1 7
-freewheeler%1:18:00:: 1 1
-freewheeling%5:00:00:unrestrained:00 1 1
-freeze%2:29:00:: 3 3
-freeze%2:30:00:: 2 5
-freeze%2:30:01:: 5 1
-freeze%2:30:02:: 4 1
-freeze%2:38:00:: 1 5
-freeze_down%2:30:00:: 1 2
-freeze_out%2:30:00:: 1 2
-freezing%1:22:00:: 1 1
-freezing%5:00:00:cold:01 1 1
-freight%1:04:00:: 2 1
-freight%1:06:00:: 1 4
-freight_car%1:06:00:: 1 2
-freighter%1:06:00:: 1 1
-french%1:10:00:: 1 6
-french%1:18:00:: 2 3
-french%3:01:00:: 1 9
-french_canadian%1:18:00:: 1 1
-french_horn%1:06:00:: 1 1
-french_revolution%1:04:00:: 1 4
-french_teacher%1:18:00:: 1 1
-french_ultramarine_blue%1:27:00:: 1 1
-french_window%1:06:00:: 1 1
-frenchman%1:18:00:: 1 5
-frenzied%5:00:00:wild:02 1 1
-frenziedly%4:02:01:: 1 2
-frenzy%1:26:00:: 1 6
-frequency%1:23:00:: 3 2
-frequency%1:24:00:: 2 11
-frequency%1:28:00:: 1 12
-frequent%2:38:00:: 2 1
-frequent%2:41:00:: 1 1
-frequent%3:00:00:: 1 9
-frequent%5:00:00:common:01 2 3
-frequently%4:02:00:: 1 39
-fresh%3:00:01:: 1 16
-fresh%3:00:02:: 5 2
-fresh%4:02:00:: 1 1
-fresh%5:00:00:invigorating:00 3 4
-fresh%5:00:00:new:00 2 5
-fresh%5:00:00:original:00 4 3
-fresh_fish%1:18:00:: 1 2
-freshly%4:02:00:: 1 1
-freshman%1:18:00:: 1 2
-freshman%1:18:01:: 2 1
-freshness%1:07:00:: 2 1
-freshness%1:07:01:: 1 1
-fret%2:37:00:: 2 2
-fret%2:37:03:: 1 3
-freud%1:18:00:: 1 1
-freudian%3:01:00:: 1 1
-friable%5:00:00:breakable:00 1 2
-friction%1:26:00:: 1 2
-friday%1:28:00:: 1 18
-fried%5:00:00:cooked:00 1 2
-fried_egg%1:13:00:: 1 1
-friend%1:18:00:: 1 169
-friend%1:18:02:: 3 1
-friend%1:18:03:: 2 1
-friendliness%1:12:00:: 1 1
-friendly%3:00:01:: 1 25
-friendly%5:00:00:amicable:00 2 4
-friendship%1:26:00:: 1 3
-frieze%1:06:01:: 1 2
-fright%1:12:00:: 1 2
-frighten%2:37:00:: 1 10
-frighten%2:37:01:: 2 1
-frighten_away%2:37:00:: 1 1
-frightened%5:00:00:afraid(p):00 2 7
-frightened%5:00:02:afraid(p):00 1 3
-frightening%5:00:00:alarming:00 1 6
-frightful%5:00:00:alarming:00 1 4
-frightful%5:00:00:extraordinary:00 2 1
-frigid%5:00:00:cold:01 2 1
-frigid%5:00:00:unloving:00 1 2
-frills%1:06:00:: 1 1
-fringe%1:15:00:: 2 1
-fringe%1:25:00:: 1 8
-fringe%5:00:00:peripheral:00 1 1
-fringe_benefit%1:21:00:: 1 2
-fringed%5:00:00:adorned:00 2 1
-fringed%5:00:00:bordered:00 1 3
-frivolous%3:00:00:: 1 3
-frizzle%2:30:00:: 1 1
-frog%1:05:00:: 1 2
-frogmarch%2:38:00:: 1 1
-frolic%1:04:00:: 1 1
-frolic%2:38:00:: 1 1
-from_nowhere%4:02:00:: 1 1
-from_pillar_to_post%4:02:00:: 1 1
-from_scratch%4:02:00:: 1 1
-from_start_to_finish%4:02:00:: 1 1
-from_the_heart%4:02:00:: 1 1
-from_time_to_time%4:02:00:: 1 8
-front%1:06:00:: 4 2
-front%1:09:00:: 3 2
-front%1:15:00:: 1 20
-front%1:15:01:: 2 15
-front%1:18:00:: 5 1
-front%2:33:00:: 2 2
-front%2:42:00:: 1 2
-front%3:00:00:: 1 17
-front_door%1:06:00:: 1 10
-front_line%1:15:00:: 1 1
-front_porch%1:06:00:: 1 2
-front_room%1:06:00:: 1 4
-front_yard%1:06:00:: 1 1
-frontage%1:07:00:: 1 7
-frontal%5:00:01:anterior:00 1 1
-frontier%1:15:00:: 2 1
-frontier%1:25:00:: 1 5
-frontier%5:00:00:rural:00 1 2
-frontier_settlement%1:14:00:: 1 1
-frost%1:19:00:: 2 1
-frost%1:27:00:: 1 1
-frost%2:35:00:: 1 1
-frostbite%1:26:00:: 1 1
-frostbitten%5:00:00:frozen:00 1 2
-froth%1:17:00:: 1 1
-frothing%5:00:00:agitated:02 1 1
-frown%2:29:00:: 1 12
-frown_upon%2:31:00:: 1 1
-frowningly%4:02:00:: 1 1
-frowzled%5:00:00:untidy:00 1 1
-frozen%3:00:00:: 1 2
-frozen%5:00:00:cold:02 3 1
-frozen%5:00:00:nonmoving:00 2 2
-fruit%1:06:00:: 2 3
-fruit%1:11:00:: 3 1
-fruit%1:20:00:: 1 10
-fruit_tree%1:20:00:: 1 1
-fruitful%3:00:00:: 1 1
-fruitful%5:00:00:productive:00 2 1
-fruitfulness%1:07:00:: 1 1
-fruitless%5:00:00:unproductive:00 1 2
-frustrate%2:41:00:: 1 5
-frustrated%5:00:00:defeated:00 2 1
-frustrated%5:00:00:unsuccessful:00 1 2
-frustrating%5:00:00:discouraging:00 1 2
-frustration%1:04:02:: 2 1
-frustration%1:12:00:: 1 4
-fry%2:30:00:: 2 1
-fry%2:42:00:: 1 1
-fuck_up%2:41:00:: 1 2
-fuel%1:27:00:: 1 5
-fuel%2:40:00:: 1 2
-fueled%3:00:00:: 1 1
-fugal%3:01:00:: 1 1
-fugitive%1:18:01:: 1 1
-fulfil%2:34:00:: 2 1
-fulfil%2:36:00:: 1 3
-fulfill%2:34:00:: 3 3
-fulfill%2:36:00:: 1 10
-fulfill%2:42:00:: 2 3
-fulfillment%1:04:00:: 2 2
-fulfillment%1:12:00:: 1 3
-full%3:00:00:: 1 41
-full%3:00:01:: 5 1
-full%4:02:01:: 1 3
-full%5:00:00:ample:00 6 1
-full%5:00:00:complete:00 3 7
-full%5:00:00:nourished:00 4 2
-full%5:00:01:whole:00 2 32
-full-clad%5:00:00:complete:00 1 1
-full-grown%5:00:00:mature:01 1 2
-full-of-the-moon%1:28:00:: 1 1
-full-time%3:00:00:: 1 11
-full-time%4:02:00:: 1 2
-full_complement%1:14:00:: 1 1
-full_moon%1:28:00:: 1 2
-full_of_life%5:00:00:animated:00 1 1
-fullback%1:18:00:: 1 2
-fullback%2:33:00:: 1 1
-fullness%1:07:02:: 2 1
-fullness%1:26:01:: 1 1
-fully%4:02:02:: 1 29
-fully%4:02:03:: 3 1
-fully%4:02:04:: 2 2
-fulminate%2:32:00:: 1 1
-fumble%1:04:00:: 1 1
-fumble%2:35:00:: 1 4
-fumble%2:35:01:: 3 1
-fumble%2:38:00:: 2 1
-fumbling%5:00:00:unskilled:00 1 1
-fume%2:37:00:: 1 2
-fumed_oak%1:20:00:: 1 2
-fumes%1:27:00:: 1 2
-fun%1:04:00:: 1 9
-fun%1:04:01:: 3 1
-fun%1:10:00:: 2 3
-fun%5:00:00:entertaining:00 1 6
-function%1:04:00:: 3 7
-function%1:07:00:: 2 24
-function%1:24:00:: 1 43
-function%2:33:00:: 3 1
-function%2:35:00:: 1 9
-function%2:42:12:: 2 3
-functional%3:00:00:: 1 3
-functional%3:00:02:: 2 1
-functioning%1:04:00:: 1 3
-functioning%3:00:00:: 1 1
-fund%1:21:00:: 1 29
-fund%1:21:01:: 2 3
-fund-raising_drive%1:04:00:: 1 1
-fundamental%5:00:00:basic:00 2 7
-fundamental%5:00:00:important:00 1 10
-fundamental%5:00:00:significant:00 3 1
-fundamental_law%1:10:00:: 1 3
-fundamentalist%3:01:00:: 1 1
-fundamentally%4:02:00:: 1 5
-fundamentals%1:09:00:: 1 2
-funds%1:21:00:: 1 19
-funeral%1:11:00:: 1 8
-funeral_parlor%1:06:00:: 1 2
-fungal%3:01:00:: 1 1
-funnel%1:25:00:: 1 1
-funnel%2:35:00:: 1 1
-funny%4:02:01:: 1 1
-funny%5:00:00:humorous:00 1 14
-funny%5:00:00:questionable:00 3 4
-funny%5:00:00:strange:00 2 9
-funny_house%1:06:00:: 1 1
-funny_wagon%1:06:00:: 1 1
-fur%1:05:00:: 2 1
-fur%1:27:00:: 1 8
-fur-piece%1:06:00:: 1 1
-furious%5:00:00:angry:00 2 4
-furious%5:00:00:stormy:00 3 2
-furious%5:00:00:violent:00 1 7
-furiously%4:02:00:: 1 7
-furiously%4:02:02:: 2 2
-furl%2:30:00:: 1 1
-furlong%1:23:00:: 1 1
-furlough%1:28:00:: 1 1
-furlough%2:41:00:: 1 1
-furnace%1:06:00:: 1 1
-furnish%2:40:00:: 1 28
-furnish%2:40:01:: 2 3
-furnished%3:00:00:: 1 1
-furnishings%1:06:00:: 1 5
-furnishings%1:06:01:: 2 1
-furniture%1:06:00:: 1 11
-furor%1:09:00:: 1 2
-furrow%1:06:00:: 1 1
-furrow%2:35:00:: 1 1
-furry%5:00:00:hairy:00 1 1
-further%2:41:00:: 2 2
-further%2:41:01:: 1 7
-further%4:02:00:: 3 1
-further%4:02:02:: 1 33
-further%4:02:03:: 2 10
-further%5:00:00:added:00 1 40
-further%5:00:00:far:00 2 2
-furthermore%4:02:00:: 1 19
-furtive%5:00:00:concealed:00 1 1
-furtively%4:02:00:: 1 1
-fury%1:07:00:: 3 3
-fury%1:12:00:: 1 4
-fury%1:26:00:: 2 3
-fuse%1:06:01:: 1 1
-fuse%2:30:00:: 1 3
-fuse%2:30:03:: 2 1
-fusiform%5:00:00:pointed:00 1 1
-fusion%1:11:00:: 1 4
-fuss%1:26:00:: 1 1
-fuss%2:37:00:: 1 4
-fuss%2:41:00:: 2 1
-fussily%4:02:00:: 1 1
-fussy%5:00:00:ill-natured:00 1 1
-futile%5:00:00:unproductive:00 2 2
-futile%5:00:00:useless:00 1 2
-futility%1:07:00:: 1 5
-future%1:10:00:: 2 2
-future%1:28:00:: 1 46
-future%3:00:00:: 1 12
-future%5:00:00:incoming:00 4 3
-future%5:00:00:prospective:00 2 4
-future%5:00:00:subsequent:00 3 4
-future_day%5:00:00:future:00 1 1
-fuzz%1:20:00:: 1 1
-fuzzed%5:00:00:hairy:00 1 1
-fuzzy%5:00:00:hairy:00 1 2
-fuzzy%5:00:00:indistinct:00 2 1
-g%1:23:00:: 1 5
-gabardine%1:06:00:: 1 1
-gabble%2:32:00:: 1 1
-gabbling%5:00:00:voluble:00 1 1
-gable%1:06:00:: 1 1
-gadfly%1:18:00:: 1 2
-gadget%1:06:00:: 1 9
-gadgetry%1:06:00:: 1 1
-gaelic%3:01:00:: 1 1
-gag%1:10:00:: 1 6
-gag%2:39:00:: 1 1
-gag_line%1:10:00:: 1 1
-gage%1:06:00:: 1 1
-gage%1:06:01:: 2 1
-gagwriter%1:18:00:: 1 1
-gaiety%1:12:00:: 1 4
-gaily%4:02:00:: 1 2
-gain%1:07:01:: 3 2
-gain%1:07:02:: 2 2
-gain%1:21:00:: 4 1
-gain%1:23:00:: 1 6
-gain%2:30:00:: 6 2
-gain%2:30:01:: 7 2
-gain%2:33:00:: 5 2
-gain%2:38:00:: 4 5
-gain%2:40:00:: 8 1
-gain%2:40:01:: 2 13
-gain%2:40:02:: 3 7
-gain%2:40:03:: 1 27
-gainful%5:00:00:profitable:00 1 1
-gait%1:28:00:: 1 1
-gal%1:23:00:: 1 1
-galaxy%1:14:01:: 1 2
-gallant%1:18:01:: 1 1
-gallant%5:00:00:brave:00 1 1
-gallantry%1:07:00:: 1 1
-gallbladder%1:08:00:: 1 1
-galling%5:00:00:disagreeable:00 1 1
-gallon%1:23:01:: 1 2
-gallop%1:04:00:: 1 2
-gallop%2:38:00:: 1 8
-gallop%2:38:01:: 2 3
-galloping%3:44:00:: 1 1
-gallows%1:06:00:: 1 1
-gallus%1:06:00:: 1 1
-galvanic%3:01:00:: 1 1
-galvanism%1:19:00:: 1 1
-galvanizing%1:04:00:: 1 1
-gamble%2:41:00:: 1 2
-gambler%1:18:00:: 1 1
-gambling%1:04:00:: 1 4
-gambling_house%1:06:00:: 1 2
-game%1:04:00:: 1 38
-game%1:04:01:: 3 14
-game%1:04:03:: 2 26
-game%1:05:00:: 4 7
-game_bird%1:05:00:: 1 1
-gamecock%1:05:00:: 1 1
-gamin%1:18:00:: 1 1
-gaming_card%1:06:00:: 1 2
-gamma%1:10:00:: 1 1
-gamma_globulin%1:27:00:: 1 1
-gamut%1:07:00:: 1 2
-gang%1:14:00:: 3 1
-gang%1:14:01:: 1 7
-gang%1:14:02:: 2 2
-gang_up%2:33:00:: 1 2
-gangster%1:18:00:: 1 3
-gap%1:06:00:: 3 2
-gap%1:07:00:: 1 3
-gap%1:17:00:: 2 2
-gape%2:39:00:: 1 1
-gaping%5:00:00:open:08 1 3
-garage%1:06:00:: 1 12
-garage%2:40:00:: 1 2
-garb%1:06:00:: 1 1
-garbage%1:27:00:: 1 2
-garbage_can%1:06:00:: 1 1
-garbage_collector%1:18:00:: 1 1
-garbed%5:00:00:clothed:00 1 1
-garbled%5:00:00:incoherent:00 1 1
-garden%1:06:00:: 1 7
-garden%1:06:01:: 3 6
-garden%1:14:00:: 2 6
-garden%2:36:00:: 1 3
-garden_heliotrope%1:20:00:: 1 1
-gardener%1:18:00:: 1 3
-gardening%1:04:00:: 1 1
-garland%2:36:00:: 1 1
-garment%1:06:00:: 1 4
-garner%2:40:01:: 1 1
-garrison%1:06:00:: 1 2
-garrison%2:33:00:: 1 1
-garter_snake%1:05:00:: 1 2
-gas%1:06:00:: 5 1
-gas%1:26:00:: 1 15
-gas%1:26:01:: 4 1
-gas%1:27:00:: 2 13
-gas%1:27:02:: 3 7
-gas%2:33:00:: 1 1
-gas_chamber%1:06:00:: 1 2
-gas_gun%1:06:00:: 1 1
-gas_jet%1:06:00:: 1 3
-gas_lamp%1:06:00:: 1 1
-gas_stove%1:06:00:: 1 1
-gas_thermometer%1:06:00:: 1 1
-gas_up%2:40:00:: 1 1
-gaseous%3:00:00:: 1 1
-gash%2:35:00:: 1 1
-gasoline%1:27:00:: 1 1
-gasp%1:04:00:: 1 4
-gasp%2:29:00:: 1 9
-gaspingly%4:02:00:: 1 1
-gassing%1:04:00:: 2 1
-gassing%1:22:00:: 1 1
-gastrocnemius%1:08:00:: 1 4
-gastrointestinal%3:01:00:: 1 2
-gastronomy%1:13:01:: 1 1
-gate%1:06:00:: 1 18
-gate%1:06:01:: 2 1
-gatepost%1:06:00:: 1 2
-gateway%1:06:00:: 1 1
-gather%2:30:00:: 4 3
-gather%2:32:00:: 5 2
-gather%2:35:00:: 1 23
-gather%2:35:03:: 6 1
-gather%2:38:00:: 3 6
-gather%2:41:00:: 2 7
-gather_up%2:38:00:: 1 2
-gather_up%2:40:00:: 2 1
-gathered%5:00:00:concentrated:00 1 1
-gathering%1:04:00:: 2 3
-gathering%1:04:01:: 3 1
-gathering%1:14:00:: 1 3
-gathering%5:00:00:intensifying:00 1 1
-gauche%5:00:00:inelegant:00 1 1
-gaudy%5:00:00:colorful:03 2 1
-gaudy%5:00:00:tasteless:02 1 1
-gauge%1:06:00:: 1 1
-gauge%2:31:00:: 1 2
-gaunt%5:00:00:thin:03 1 9
-gauntleted%5:00:00:gloved:00 1 1
-gauss%1:23:00:: 1 2
-gaussian_shape%1:09:00:: 1 1
-gavotte%1:04:00:: 1 1
-gawk%2:39:00:: 1 1
-gay%5:00:00:cheerful:00 1 9
-gay%5:00:00:colorful:03 4 3
-gay%5:00:00:homosexual:00 6 1
-gay%5:00:00:indulgent:00 3 3
-gay%5:00:00:joyous:00 5 1
-gay%5:00:02:joyous:00 2 3
-gayly%4:02:00:: 1 1
-gaze%1:04:00:: 1 8
-gaze%2:39:00:: 1 25
-gear%1:06:00:: 1 1
-gear%2:30:00:: 1 3
-gearset%1:06:00:: 1 1
-gee%1:23:00:: 1 2
-gegenschein%1:19:00:: 1 1
-geiger_tube%1:06:00:: 1 1
-gelding%1:05:00:: 1 2
-gem%1:06:01:: 1 1
-gender%1:10:00:: 1 3
-general%1:18:00:: 1 40
-general%2:32:00:: 1 1
-general%3:00:00:: 1 87
-general%5:00:00:common:01 4 1
-general%5:00:00:national:01 3 1
-general%5:00:00:undiversified:00 2 3
-general-purpose%5:00:00:general:00 1 1
-general_agreement%1:26:00:: 1 1
-general_election%1:04:00:: 1 1
-general_manager%1:18:00:: 1 3
-generalist%1:18:00:: 1 3
-generalization%1:09:00:: 2 1
-generalization%1:09:01:: 1 2
-generalization%1:09:03:: 3 1
-generalize%2:32:01:: 1 6
-generalized%5:00:00:general:00 2 1
-generalized%5:00:00:unspecialized:00 1 4
-generally%4:02:00:: 3 2
-generally%4:02:01:: 2 11
-generally%4:02:02:: 1 37
-generate%2:29:00:: 4 1
-generate%2:36:00:: 1 14
-generate%2:36:01:: 3 1
-generate%2:36:02:: 2 3
-generation%1:14:00:: 2 7
-generation%1:14:01:: 1 8
-generation%1:28:00:: 3 6
-generator%1:06:00:: 2 1
-generator%1:06:01:: 1 4
-generosity%1:07:00:: 1 1
-generous%3:00:01:: 1 2
-generous%3:00:02:: 2 1
-generous%5:00:00:ample:00 3 1
-generously%4:02:00:: 1 1
-genesis%1:11:00:: 1 3
-genetic%5:00:00:inheritable:00 1 2
-geneticist%1:18:00:: 1 1
-genial%5:00:00:friendly:01 1 3
-genie%1:18:00:: 1 1
-genius%1:09:02:: 2 2
-genius%1:18:00:: 1 2
-genius%1:18:01:: 3 1
-genre%1:09:00:: 1 1
-gentian%1:20:00:: 1 1
-gentile%3:01:00:: 1 3
-gentle%2:37:00:: 1 1
-gentle%5:00:00:mild:00 1 6
-gentle%5:00:00:noble:02 4 1
-gentle%5:00:00:soft:04 3 2
-gentle%5:00:01:kind:00 2 4
-gentleman%1:18:00:: 1 9
-gentlemanly%5:00:00:refined:01 1 1
-gently%4:02:00:: 1 7
-gently%4:02:01:: 2 3
-gently%4:02:03:: 3 3
-gentry%1:14:00:: 1 1
-genuine%3:00:00:: 1 6
-genuine%5:00:00:sincere:00 2 4
-genuine%5:00:00:true:00 3 2
-genuinely%4:02:00:: 1 1
-genus%1:09:00:: 1 2
-genus%1:14:00:: 2 1
-geochemistry%1:09:00:: 1 1
-geographer%1:18:00:: 1 1
-geographic%3:01:00:: 1 1
-geographical%3:01:00:: 1 2
-geographical_area%1:15:00:: 1 1
-geographically%4:02:00:: 1 2
-geological%3:01:00:: 1 2
-geologist%1:18:00:: 1 2
-geology%1:09:00:: 1 1
-geometric%3:01:00:: 2 2
-geometric%5:00:00:nonrepresentational:00 1 9
-geometrical%3:01:00:: 1 1
-geometry%1:09:00:: 1 3
-george_washington%1:18:00:: 1 1
-georgia%1:15:00:: 1 17
-georgia%1:15:02:: 2 1
-georgian%1:18:00:: 1 1
-germ%1:09:00:: 1 1
-german%1:10:00:: 2 6
-german%1:18:00:: 1 7
-german%3:01:00:: 1 11
-german%3:01:01:: 2 2
-germanium%1:27:00:: 1 3
-germany%1:15:00:: 1 11
-germinal%5:00:00:original:00 1 1
-germinate%2:30:00:: 1 2
-gerundial%3:01:00:: 1 2
-gesticulate%2:32:00:: 1 4
-gesticulating%5:00:00:communicative:00 1 1
-gesture%1:04:00:: 1 20
-gesture%1:04:02:: 3 3
-gesture%1:10:00:: 2 4
-gesture%2:32:00:: 1 3
-get%2:29:00:: 13 4
-get%2:29:01:: 12 4
-get%2:30:00:: 2 157
-get%2:30:01:: 15 3
-get%2:30:02:: 3 82
-get%2:30:03:: 4 64
-get%2:31:03:: 20 1
-get%2:31:09:: 17 2
-get%2:32:00:: 10 7
-get%2:32:03:: 14 3
-get%2:32:08:: 16 2
-get%2:33:00:: 8 14
-get%2:35:00:: 18 1
-get%2:35:03:: 6 45
-get%2:35:09:: 11 4
-get%2:35:10:: 19 1
-get%2:38:00:: 5 58
-get%2:39:00:: 7 36
-get%2:40:00:: 1 235
-get%2:40:01:: 9 9
-get_a_look%2:39:00:: 1 3
-get_about%2:38:00:: 1 1
-get_across%2:31:00:: 2 1
-get_across%2:32:00:: 1 1
-get_ahead%2:33:00:: 1 4
-get_along%2:41:00:: 2 4
-get_along%2:42:00:: 1 4
-get_along_with%2:41:00:: 1 1
-get_around%2:32:00:: 1 4
-get_around%2:32:01:: 2 2
-get_around_to%2:41:00:: 1 4
-get_at%2:38:00:: 1 1
-get_away%2:32:00:: 2 4
-get_away%2:38:00:: 1 8
-get_away%2:41:00:: 3 1
-get_back%2:33:00:: 3 1
-get_back%2:33:01:: 2 4
-get_back%2:38:00:: 1 18
-get_behind%2:38:00:: 1 1
-get_by%2:32:00:: 3 1
-get_by%2:38:00:: 2 1
-get_by%2:41:00:: 1 3
-get_down%2:34:00:: 4 1
-get_down%2:38:00:: 2 1
-get_down%2:38:01:: 3 1
-get_down%2:38:02:: 1 3
-get_even%2:33:00:: 1 1
-get_going%2:38:00:: 1 2
-get_hold_of%2:35:00:: 1 1
-get_in%2:38:00:: 5 1
-get_in%2:38:01:: 1 13
-get_in%2:40:00:: 3 1
-get_in%2:40:01:: 4 1
-get_in%2:41:00:: 2 2
-get_in_touch%2:41:00:: 1 5
-get_into%2:29:00:: 5 1
-get_into%2:32:00:: 4 1
-get_into%2:38:00:: 2 7
-get_into%2:40:00:: 3 4
-get_into%2:42:00:: 1 11
-get_into_bed%2:29:00:: 1 1
-get_it%2:31:00:: 1 4
-get_it%2:41:00:: 2 1
-get_married%2:41:00:: 1 5
-get_off%2:32:00:: 5 1
-get_off%2:32:01:: 4 1
-get_off%2:32:05:: 3 1
-get_off%2:38:02:: 1 3
-get_off%2:41:00:: 2 1
-get_off_the_ground%2:38:00:: 1 2
-get_on%2:29:00:: 7 1
-get_on%2:30:00:: 6 1
-get_on%2:30:01:: 5 1
-get_on%2:38:00:: 3 1
-get_on%2:38:02:: 4 1
-get_on%2:38:03:: 2 1
-get_on%2:41:00:: 1 2
-get_onto%2:31:00:: 1 1
-get_out%2:32:01:: 4 2
-get_out%2:35:00:: 2 9
-get_out%2:38:00:: 3 3
-get_out%2:38:01:: 1 31
-get_over%2:30:00:: 3 1
-get_over%2:36:00:: 2 1
-get_over%2:38:00:: 1 4
-get_rid_of%2:30:00:: 2 3
-get_rid_of%2:40:01:: 1 7
-get_started%2:30:00:: 1 5
-get_the_best%2:33:02:: 1 1
-get_the_picture%2:31:00:: 1 1
-get_through%2:30:00:: 1 4
-get_through%2:38:00:: 3 1
-get_through%2:42:00:: 2 1
-get_to%2:30:00:: 2 3
-get_to%2:38:02:: 1 4
-get_together%2:41:00:: 3 1
-get_together%2:41:01:: 2 1
-get_together%2:41:03:: 1 1
-get_tough%2:41:00:: 1 1
-get_up%2:29:00:: 2 6
-get_up%2:29:01:: 4 3
-get_up%2:29:02:: 6 1
-get_up%2:29:03:: 5 1
-get_up%2:38:00:: 3 5
-get_up%2:38:01:: 1 15
-get_word%2:31:00:: 1 1
-get_worse%2:30:00:: 1 1
-geyser%2:38:00:: 1 1
-ghana%1:15:00:: 1 1
-ghastly%5:00:00:alarming:00 1 2
-ghetto%1:15:00:: 1 5
-ghost%1:09:00:: 1 4
-ghost%2:38:00:: 1 1
-ghostlike%5:00:00:supernatural:00 1 1
-ghostly%5:00:00:supernatural:00 1 1
-ghoul%1:18:00:: 2 1
-ghoul%1:18:01:: 1 3
-giant%1:05:00:: 1 6
-giant%1:14:00:: 3 2
-giant%1:18:01:: 2 2
-giant%5:00:00:large:00 1 9
-gibbet%1:06:00:: 1 1
-gibelike%5:00:00:disrespectful:00 1 1
-gibson_girl%1:18:00:: 1 2
-giddiness%1:07:00:: 1 1
-gift%1:04:00:: 3 2
-gift%1:09:00:: 2 4
-gift%1:21:00:: 1 8
-gift%2:41:00:: 1 1
-gift_horse%1:21:00:: 1 1
-gifted%5:00:00:precocious:00 1 3
-gig%1:06:02:: 1 1
-gigantic%5:00:01:large:00 1 9
-giggle%1:10:00:: 1 1
-giggle%2:29:00:: 1 4
-gild%2:36:00:: 1 1
-gilded%5:00:00:chromatic:00 1 2
-gilt%5:00:00:chromatic:00 1 2
-gingerly%4:02:00:: 1 1
-gingerly%5:00:00:cautious:00 1 1
-gingham%1:06:00:: 1 2
-ginkgo%1:20:00:: 1 1
-ginmill%1:06:00:: 1 2
-gird%2:33:00:: 1 1
-girl%1:18:00:: 1 80
-girl%1:18:01:: 4 6
-girl%1:18:02:: 2 57
-girl%1:18:03:: 5 5
-girl%1:18:04:: 3 8
-girlfriend%1:18:00:: 2 1
-girlfriend%1:18:01:: 1 1
-girlish%5:00:00:young:00 1 5
-girlishly%4:02:00:: 1 2
-girt%2:42:00:: 1 1
-give%1:07:00:: 1 1
-give%2:31:00:: 27 1
-give%2:31:02:: 10 18
-give%2:32:00:: 7 24
-give%2:32:01:: 5 32
-give%2:32:02:: 21 5
-give%2:32:03:: 18 8
-give%2:34:00:: 24 4
-give%2:36:00:: 11 16
-give%2:36:01:: 13 14
-give%2:36:02:: 6 29
-give%2:36:03:: 9 18
-give%2:38:00:: 23 4
-give%2:38:13:: 26 1
-give%2:40:00:: 3 96
-give%2:40:01:: 8 20
-give%2:40:02:: 14 12
-give%2:40:03:: 1 179
-give%2:40:05:: 2 160
-give%2:40:06:: 17 10
-give%2:40:07:: 4 78
-give%2:40:08:: 25 3
-give%2:40:09:: 12 14
-give%2:40:10:: 16 10
-give%2:40:11:: 22 4
-give%2:40:13:: 19 5
-give%2:40:14:: 20 5
-give%2:41:00:: 15 10
-give_and_take%2:32:00:: 1 1
-give_away%2:32:00:: 2 3
-give_away%2:40:00:: 1 3
-give_birth%2:29:00:: 1 2
-give_birth%2:36:00:: 2 1
-give_ear%2:39:00:: 1 1
-give_forth%2:29:00:: 1 1
-give_in%2:32:01:: 2 1
-give_in%2:32:02:: 1 5
-give_it_a_whirl%2:41:00:: 1 1
-give_off%2:42:00:: 1 2
-give_or_take%4:02:00:: 1 1
-give_out%2:40:00:: 2 1
-give_out%2:43:00:: 1 1
-give_rise%2:36:01:: 1 9
-give_thanks%2:32:04:: 1 1
-give_up%2:31:00:: 10 2
-give_up%2:33:00:: 3 5
-give_up%2:33:01:: 9 2
-give_up%2:34:00:: 12 1
-give_up%2:40:00:: 2 5
-give_up%2:40:01:: 8 2
-give_up%2:40:02:: 1 9
-give_up%2:40:03:: 6 3
-give_up%2:40:05:: 5 3
-give_up%2:41:00:: 11 1
-give_up%2:41:05:: 7 2
-give_up%2:42:00:: 4 3
-give_vent%2:32:00:: 1 6
-give_way%2:30:01:: 3 1
-give_way%2:38:00:: 1 7
-give_way%2:38:01:: 2 1
-giveaway%1:21:00:: 1 1
-given%1:09:00:: 1 1
-given%5:00:00:acknowledged:00 2 5
-given%5:00:00:inclined(p):02 4 2
-given%5:00:00:specified:00 1 25
-givenness%1:07:00:: 1 1
-giver%1:18:01:: 1 1
-giving%1:04:00:: 1 1
-giving_up%1:10:00:: 1 1
-glacier%1:17:00:: 1 1
-glad%3:00:00:: 1 11
-glad%5:00:00:grateful:00 3 1
-glad%5:00:00:willing:00 2 1
-gladiator%1:18:00:: 1 1
-glamor%1:07:00:: 1 1
-glamorous%5:00:00:exciting:00 1 1
-glance%1:04:00:: 1 31
-glance%2:38:00:: 2 1
-glance%2:39:00:: 1 34
-gland%1:08:00:: 1 6
-glanders%1:26:00:: 1 1
-glare%1:04:00:: 2 1
-glare%1:07:00:: 1 5
-glare%2:29:00:: 1 9
-glaring%5:00:00:bright:00 1 3
-glaring%5:00:00:conspicuous:00 2 1
-glass%1:06:00:: 2 12
-glass%1:06:03:: 4 1
-glass%1:23:00:: 3 4
-glass%1:27:00:: 1 22
-glasses%1:06:00:: 1 4
-glassless%3:00:00:: 1 1
-glassy%5:00:00:empty:00 2 1
-glassy%5:00:00:smooth:00 1 1
-glaucoma%1:26:00:: 1 1
-glaze%2:30:00:: 2 1
-glaze%2:35:00:: 1 6
-glazed%5:00:00:empty:00 1 1
-gleam%1:07:00:: 1 3
-gleam%1:11:00:: 2 2
-gleam%2:30:00:: 3 1
-gleam%2:39:00:: 2 3
-gleam%2:39:01:: 1 3
-gleaming%1:07:00:: 2 1
-gleaming%1:11:00:: 1 1
-gleaming%5:00:00:bright:00 1 3
-glean%2:35:00:: 1 2
-glee%1:12:00:: 1 3
-gleeful%5:00:00:joyous:00 1 3
-glibly%4:02:00:: 1 2
-glibness%1:07:00:: 1 1
-glide%2:38:00:: 1 3
-glide-bomb%2:33:00:: 1 1
-glimmer%1:11:00:: 1 1
-glimpse%1:04:00:: 1 6
-glimpse%1:09:00:: 2 1
-glimpse%2:39:00:: 1 5
-glint%1:11:00:: 1 1
-glint%2:39:00:: 1 4
-glint%2:39:02:: 2 1
-glinting%5:00:00:bright:00 1 4
-glisten%2:39:00:: 1 3
-glistening%5:00:00:bright:00 1 2
-glitter%1:07:00:: 1 2
-glitter%2:39:00:: 1 4
-glittering%5:00:00:bright:00 1 6
-gloat%2:32:00:: 1 1
-global%5:00:00:international:00 1 1
-globe%1:17:00:: 1 5
-globulin%1:27:00:: 1 3
-glom%2:40:00:: 1 1
-glomerular%3:01:00:: 1 2
-gloom%1:12:00:: 2 1
-gloom%1:26:01:: 1 10
-gloomily%4:02:00:: 1 2
-gloomy%5:00:00:cheerless:00 2 1
-gloomy%5:00:00:dark:01 3 1
-gloomy%5:00:00:hopeless:00 1 1
-glorified%5:00:00:authorized:00 1 1
-glorify%2:30:00:: 2 1
-glorify%2:32:00:: 1 4
-glorious%3:00:00:: 1 5
-glorious%5:00:00:blessed:00 3 1
-glorious%5:00:00:proud:00 2 1
-gloriously%4:02:01:: 1 1
-glory%1:07:00:: 2 6
-glory%1:26:00:: 1 9
-glory%2:32:00:: 1 1
-gloss_over%2:41:00:: 1 1
-glossary%1:10:00:: 1 3
-glottal_catch%1:10:00:: 1 1
-glottochronological%3:01:00:: 1 3
-glottochronology%1:09:00:: 1 1
-glove%1:06:01:: 1 6
-gloved%3:00:00:: 1 1
-gloves%1:06:00:: 1 3
-glow%1:07:00:: 2 3
-glow%1:12:00:: 4 1
-glow%1:19:00:: 3 1
-glow%1:26:00:: 1 3
-glow%2:37:01:: 4 1
-glow%2:39:00:: 1 5
-glow%2:39:01:: 2 4
-glow%2:43:00:: 3 2
-glower%2:29:01:: 1 4
-glowering%5:00:00:ill-natured:00 1 1
-glowing%5:00:00:bright:00 1 4
-glowing%5:00:00:enthusiastic:00 2 1
-glue%1:27:00:: 1 1
-glue%2:30:00:: 2 2
-glue%2:35:00:: 1 15
-glued%5:00:00:affixed:00 1 2
-glum%5:00:00:dejected:00 1 1
-glut%2:34:00:: 1 1
-glutamic_oxaloacetic_transaminase%1:27:00:: 1 1
-glutton%1:18:00:: 1 1
-glycerine%1:27:00:: 1 4
-glycerol%1:27:00:: 1 2
-glycerolize%2:38:00:: 1 1
-gm%1:23:00:: 1 10
-gnash%2:29:00:: 1 2
-gnaw%2:30:00:: 2 1
-gnaw%2:35:00:: 1 2
-gnaw_at%2:30:00:: 1 1
-gnome%1:18:00:: 1 1
-gnp%1:21:00:: 1 8
-go%2:30:00:: 17 2
-go%2:30:01:: 8 10
-go%2:30:02:: 14 3
-go%2:30:04:: 4 29
-go%2:30:08:: 9 9
-go%2:33:00:: 21 1
-go%2:34:00:: 13 3
-go%2:35:00:: 12 3
-go%2:38:00:: 1 343
-go%2:38:01:: 3 49
-go%2:38:09:: 20 1
-go%2:39:00:: 11 3
-go%2:41:00:: 2 95
-go%2:42:00:: 7 10
-go%2:42:02:: 6 10
-go%2:42:03:: 16 2
-go%2:42:04:: 18 1
-go%2:42:06:: 5 14
-go%2:42:07:: 10 7
-go%2:42:10:: 19 1
-go%2:42:14:: 15 2
-go_a_long_way%2:42:00:: 1 1
-go_about%2:41:00:: 1 5
-go_after%2:35:00:: 2 1
-go_after%2:38:01:: 1 7
-go_against%2:42:00:: 1 2
-go_ahead%2:32:00:: 1 6
-go_all_out%2:41:00:: 1 1
-go_along%2:38:02:: 3 1
-go_along%2:41:00:: 1 4
-go_along%2:42:00:: 2 3
-go_around%2:32:00:: 2 1
-go_around%2:42:00:: 1 1
-go_away%2:38:00:: 2 3
-go_away%2:38:05:: 1 4
-go_back%2:32:00:: 3 4
-go_back%2:38:00:: 1 37
-go_back%2:42:00:: 2 4
-go_by%2:32:00:: 3 1
-go_by%2:38:00:: 1 6
-go_by%2:38:01:: 2 6
-go_deep%2:42:00:: 1 1
-go_down%2:30:00:: 3 3
-go_down%2:33:00:: 6 1
-go_down%2:34:00:: 5 1
-go_down%2:38:00:: 2 5
-go_down%2:38:02:: 1 11
-go_down%2:42:00:: 4 2
-go_far%2:41:00:: 1 2
-go_far%2:42:00:: 2 1
-go_for%2:31:00:: 3 1
-go_for%2:32:00:: 2 1
-go_for%2:42:00:: 1 1
-go_forward%2:38:00:: 1 6
-go_home%2:38:00:: 1 21
-go_in%2:38:00:: 1 10
-go_in%2:42:00:: 2 2
-go_into%2:38:00:: 1 39
-go_into%2:42:00:: 2 3
-go_off%2:30:00:: 2 3
-go_off%2:33:00:: 3 1
-go_off%2:38:00:: 1 4
-go_on%2:30:00:: 2 24
-go_on%2:32:00:: 4 17
-go_on%2:35:00:: 5 3
-go_on%2:38:00:: 3 23
-go_on%2:42:00:: 1 44
-go_out%2:30:00:: 4 2
-go_out%2:38:00:: 1 21
-go_out%2:38:01:: 3 3
-go_out%2:38:02:: 2 10
-go_out%2:41:00:: 6 1
-go_out%2:42:00:: 5 1
-go_over%2:29:00:: 4 1
-go_over%2:30:00:: 2 2
-go_over%2:31:00:: 1 5
-go_over%2:31:01:: 3 1
-go_past%2:38:00:: 1 2
-go_steady%2:41:00:: 1 1
-go_through%2:34:01:: 2 2
-go_through%2:39:00:: 1 8
-go_through%2:41:00:: 3 1
-go_to%2:32:00:: 3 3
-go_to%2:38:00:: 1 67
-go_to%2:42:00:: 2 31
-go_to_bed%2:29:00:: 1 4
-go_to_pieces%2:37:00:: 1 1
-go_to_sleep%2:29:01:: 1 3
-go_to_war%2:33:00:: 1 1
-go_under%2:38:00:: 1 1
-go_up%2:30:00:: 2 7
-go_up%2:30:04:: 6 1
-go_up%2:38:00:: 1 19
-go_up%2:38:01:: 5 2
-go_up%2:38:02:: 4 2
-go_up%2:38:03:: 3 4
-go_with%2:42:00:: 3 1
-go_with%2:42:01:: 1 10
-go_with%2:42:02:: 2 1
-go_wrong%2:41:00:: 1 12
-goad%1:06:00:: 1 1
-goad%2:35:00:: 2 1
-goad%2:37:00:: 1 1
-goal%1:09:00:: 1 34
-goal%1:15:00:: 2 1
-goat%1:05:00:: 1 6
-gobble%2:32:00:: 2 1
-gobble%2:34:00:: 1 2
-god%1:18:00:: 1 90
-god%1:18:01:: 2 26
-god_knows_how%4:02:00:: 1 1
-goddam%5:00:00:cursed:00 1 3
-goddamn%5:00:00:cursed:00 1 4
-goddamned%5:00:02:cursed:00 1 3
-goddess%1:18:00:: 1 2
-godforsaken%5:00:00:inhospitable:00 1 1
-godless%5:00:00:impious:00 1 1
-godlike%5:00:00:superhuman:00 1 1
-going%1:04:01:: 1 1
-going%5:00:00:active:06 1 1
-going-over%1:04:00:: 1 1
-going_away%1:04:00:: 1 1
-goitre%1:26:00:: 1 3
-goitrogen%1:27:00:: 1 4
-gold%1:07:00:: 2 8
-gold%1:21:00:: 1 8
-gold%1:27:00:: 3 2
-gold%5:00:00:chromatic:00 2 2
-gold%5:00:00:metallic:00 1 2
-gold_leaf%1:06:00:: 1 1
-golden%5:00:00:chromatic:00 1 6
-golden%5:00:00:happy:00 2 2
-golden%5:00:00:metallic:00 3 1
-golden_glow%1:20:00:: 1 1
-goldsmith%1:18:00:: 1 1
-golf%1:04:00:: 1 9
-golf_widow%1:18:00:: 1 1
-golfer%1:18:00:: 1 2
-golfing%1:04:00:: 1 1
-gone%5:00:00:absent:00 1 12
-gone%5:00:00:dead:01 3 3
-gone%5:00:00:destroyed:00 2 5
-gone%5:00:00:exhausted:00 4 2
-gone%5:00:00:lost:01 6 1
-gone%5:00:00:past:00 5 1
-goner%1:18:00:: 1 2
-good%1:07:00:: 1 11
-good%1:07:01:: 2 9
-good%1:07:02:: 3 6
-good%3:00:01:: 1 190
-good%3:00:02:: 3 12
-good%3:00:04:: 12 1
-good%4:02:00:: 1 9
-good%4:02:01:: 2 4
-good%5:00:00:advantageous:00 5 5
-good%5:00:00:ample:00 2 22
-good%5:00:00:best:00 17 1
-good%5:00:00:close:02 11 2
-good%5:00:00:complete:00 10 2
-good%5:00:00:fortunate:00 15 1
-good%5:00:00:nice:00 7 4
-good%5:00:00:operative:00 16 1
-good%5:00:00:opportune:00 14 1
-good%5:00:00:reputable:00 4 10
-good%5:00:00:righteous:00 8 3
-good%5:00:00:skilled:00 9 2
-good%5:00:00:superior:02 6 4
-good%5:00:01:sound:00 13 1
-good-bye%1:10:00:: 1 4
-good-looking%5:00:00:beautiful:00 1 1
-good-natured%3:00:00:: 1 1
-good_condition%1:26:00:: 1 1
-good_deal%1:23:00:: 1 13
-good_enough%5:00:00:good:01 1 2
-good_example%1:09:00:: 1 1
-good_faith%1:07:00:: 1 1
-good_for_you%5:00:00:wholesome:00 1 1
-good_fortune%1:26:00:: 1 3
-good_friday%1:28:00:: 1 2
-good_guy%1:18:00:: 1 1
-good_health%1:26:00:: 1 2
-good_humor%1:12:00:: 1 3
-good_looks%1:07:00:: 1 2
-good_luck%1:26:00:: 1 3
-good_nature%1:07:00:: 1 1
-good_night%1:10:00:: 1 3
-good_part%1:07:00:: 1 1
-good_person%1:18:00:: 1 1
-good_will%1:07:00:: 1 5
-good_will%1:21:00:: 2 1
-goodness%1:07:02:: 1 7
-goods%1:06:00:: 1 13
-goof%2:41:00:: 1 1
-goose%1:05:00:: 1 3
-goose_bumps%1:26:00:: 1 1
-gop%1:14:00:: 1 1
-gore%2:35:02:: 1 1
-gorge%2:34:00:: 1 1
-gorgeous%5:00:00:beautiful:00 1 1
-gory%5:00:01:bloody:00 1 1
-gospel%1:10:00:: 1 7
-gospel%1:10:02:: 2 1
-gospeler%1:18:00:: 1 1
-gospels%1:10:00:: 1 2
-gossamer%5:00:00:delicate:00 1 1
-gossip%1:10:00:: 1 3
-gossip%1:10:01:: 2 2
-gothic_romancer%1:18:00:: 1 1
-gouge%2:35:00:: 1 3
-gouge%2:35:01:: 3 2
-gouge%2:40:00:: 2 2
-gourd%1:06:00:: 1 1
-gourmet%1:18:00:: 1 2
-gout%1:26:00:: 1 1
-govern%2:41:00:: 3 3
-govern%2:41:01:: 2 8
-govern%2:41:02:: 1 11
-governed%1:14:00:: 1 4
-governess%1:18:00:: 1 1
-governing%5:00:00:dominant:01 1 2
-government%1:04:00:: 2 7
-government%1:09:00:: 3 1
-government%1:14:00:: 1 100
-government_office%1:06:00:: 1 3
-governmental%3:01:00:: 1 9
-governor%1:18:00:: 1 9
-governor's_race%1:11:00:: 1 1
-gown%1:06:00:: 1 5
-gowned%5:00:00:clothed:00 1 1
-grab%2:35:00:: 1 27
-grab%2:38:02:: 3 1
-grab%2:40:00:: 2 4
-grab_sample%1:09:00:: 1 2
-grace%1:07:00:: 3 2
-grace%1:07:01:: 2 4
-grace%1:07:03:: 4 1
-grace%1:26:00:: 1 4
-grace%2:36:00:: 1 1
-graceful%3:00:00:: 1 2
-gracefully%4:02:00:: 1 3
-gracious%3:00:00:: 1 1
-gracious%5:00:00:good:02 2 1
-graciously%4:02:00:: 1 1
-grade%1:07:01:: 3 1
-grade%1:14:00:: 1 17
-grade%1:26:00:: 2 5
-grade%2:31:03:: 1 1
-grade-constructed%5:00:00:surface:00 1 1
-grade_school%1:14:00:: 1 1
-graded%5:00:00:hierarchical:00 1 1
-gradient%1:24:00:: 1 15
-grading%1:04:00:: 1 1
-gradual%3:00:01:: 1 7
-gradually%4:02:00:: 1 23
-graduate%1:18:00:: 1 6
-graduate%2:40:00:: 1 7
-graduate%2:40:01:: 2 3
-graduate%5:00:00:high:02 1 3
-graduate_school%1:14:00:: 1 1
-graduate_student%1:18:00:: 1 1
-graduated%5:00:01:progressive:02 1 1
-graduating_class%1:14:00:: 1 2
-graduation%1:04:01:: 1 6
-grain%1:13:00:: 2 1
-grain%1:17:00:: 1 2
-graining%1:07:00:: 1 1
-gram%1:23:00:: 1 27
-gram-negative%3:00:00:: 1 1
-grammarian%1:18:00:: 1 1
-grammatic%3:01:00:: 1 5
-grammatical%3:01:00:: 1 4
-grammatically%4:02:00:: 1 1
-granary%1:06:00:: 1 1
-grand%5:00:00:impressive:00 1 6
-grand%5:00:00:noble:02 2 1
-grand_jury%1:14:00:: 1 4
-grandchild%1:18:00:: 1 1
-grandeur%1:07:01:: 1 3
-grandeur%1:07:02:: 2 1
-grandfather%1:18:00:: 1 4
-grandfather_clause%1:26:00:: 1 2
-grandiose%5:00:00:impressive:00 1 1
-grandly%4:02:00:: 1 1
-grandma%1:18:00:: 1 2
-grandmother%1:18:00:: 1 8
-grandparent%1:18:00:: 1 1
-granite%1:07:00:: 2 1
-granite%1:27:00:: 1 1
-granny%1:18:00:: 1 3
-grant%1:04:00:: 2 5
-grant%1:21:00:: 1 5
-grant%1:21:02:: 3 3
-grant%2:32:00:: 3 5
-grant%2:40:00:: 4 3
-grant%2:40:01:: 1 14
-grant%2:40:03:: 2 9
-grant%2:40:05:: 5 2
-grant-in-aid%1:04:00:: 1 1
-granted%5:00:00:acknowledged:00 1 4
-granted%5:00:00:given:00 2 1
-granular%5:00:00:coarse:00 1 3
-granule%1:17:00:: 1 1
-granulocytic%3:01:00:: 1 1
-granville_wilt%1:26:00:: 1 1
-grape%1:13:00:: 1 2
-grape_arbor%1:06:00:: 1 3
-grapevine%1:10:00:: 1 3
-graph%1:10:00:: 1 15
-graph%2:36:00:: 1 1
-graphic%5:00:00:explicit:00 2 1
-graphic%5:00:00:written:00 1 2
-graphical%3:01:00:: 1 1
-graphically%4:02:03:: 1 1
-graphite%1:27:00:: 1 5
-grapple%2:35:01:: 2 2
-grapple%2:41:00:: 1 3
-grappling%1:04:00:: 1 2
-grasp%2:31:00:: 2 8
-grasp%2:35:00:: 1 15
-grasping%1:09:00:: 1 1
-grass%1:20:00:: 1 41
-grass%2:33:00:: 1 1
-grassfire%1:11:00:: 1 1
-grasshopper%1:05:00:: 1 4
-grassroots%5:00:00:basic:00 1 1
-grate%1:06:00:: 1 1
-grateful%3:00:00:: 1 10
-gratification%1:04:00:: 2 1
-gratification%1:26:00:: 1 3
-gratified%5:00:00:pleased:00 1 1
-gratify%2:37:00:: 1 2
-gratifying%5:00:00:rewarding:00 1 1
-gratifyingly%4:02:00:: 1 1
-grating%1:06:00:: 1 2
-gratitude%1:12:00:: 1 2
-gratuitous%5:00:00:unmerited:00 1 1
-gratuitously%4:02:00:: 1 1
-grave%1:06:00:: 2 5
-grave%1:28:00:: 1 5
-grave%5:00:00:critical:03 2 3
-grave%5:00:00:serious:00 1 4
-gravel%1:27:00:: 1 3
-gravel%5:00:00:cacophonous:00 2 1
-gravel%5:00:00:unpaved:00 1 1
-gravely%4:02:00:: 1 4
-graven_image%1:06:00:: 1 1
-gravestone%1:06:00:: 1 1
-graveyard%1:15:00:: 1 3
-gravid%5:00:00:pregnant:00 1 2
-gravitational%3:01:00:: 1 1
-gravitational_attraction%1:19:00:: 1 1
-gravitational_field%1:19:00:: 1 1
-gravitational_force%1:19:00:: 1 1
-gravity%1:07:00:: 2 1
-gravity%1:19:00:: 1 2
-gravy%1:21:00:: 1 1
-gray%1:05:00:: 4 1
-gray%1:06:00:: 2 3
-gray%1:07:00:: 1 6
-gray%1:14:00:: 3 1
-gray%5:00:00:achromatic:00 1 38
-gray%5:00:00:cloudy:00 3 4
-gray%5:00:00:old:02 2 6
-gray%5:00:00:southern:02 4 3
-gray-haired%5:00:00:old:02 1 2
-grayback%1:18:00:: 1 1
-graybeard%1:18:00:: 1 1
-grayed%5:00:00:colorless:02 1 1
-graze%2:35:01:: 1 3
-graze%2:35:02:: 2 2
-grease%1:27:00:: 1 4
-grease%2:35:00:: 1 1
-greasy%5:00:00:fatty:00 1 7
-great%5:00:00:good:01 6 7
-great%5:00:00:high:02 2 89
-great%5:00:00:major:06 4 26
-great%5:00:01:extraordinary:00 5 18
-great%5:00:01:important:00 3 38
-great%5:00:01:large:00 1 114
-great-niece%1:18:00:: 1 1
-great_britain%1:15:00:: 2 1
-great_britain%1:15:01:: 1 1
-great_deal%1:23:00:: 1 10
-great_depression%1:26:00:: 1 1
-great_grandmother%1:18:00:: 1 1
-great_power%1:14:00:: 1 2
-greatcoat%1:06:00:: 1 5
-greater%3:00:00:: 1 46
-greatest%5:00:00:best:00 3 4
-greatest%5:00:00:large:00 2 7
-greatest%5:00:00:maximal:00 1 15
-greatest%5:00:00:superior:01 4 3
-greatest%5:00:00:superior:02 5 1
-greatly%4:02:00:: 1 23
-greatness%1:07:00:: 1 4
-grecian%3:01:00:: 1 1
-greece%1:15:00:: 1 5
-greed%1:07:00:: 1 1
-greedily%4:02:00:: 1 2
-greedy%5:00:00:acquisitive:00 1 1
-greek%1:10:00:: 1 6
-greek%1:18:00:: 2 4
-greek%3:01:01:: 1 18
-greek_chorus%1:14:00:: 1 1
-green%1:07:00:: 1 6
-green%1:15:01:: 2 1
-green%5:00:00:chromatic:00 1 26
-green%5:00:00:inexperienced:00 3 2
-green%5:00:00:unseasoned:00 2 2
-green_algae%1:05:00:: 1 1
-green_bean%1:13:00:: 1 1
-greenhouse%1:06:00:: 1 1
-greening%3:44:00:: 1 1
-greenland%1:15:00:: 1 2
-greenly%4:02:00:: 1 1
-greenness%1:07:02:: 1 1
-greenroom%1:06:00:: 1 1
-greens%1:13:00:: 1 1
-greenwich_time%1:28:00:: 1 2
-greenwich_village%1:15:00:: 1 1
-greet%2:31:00:: 3 3
-greet%2:32:00:: 1 12
-greet%2:32:01:: 2 4
-greet%2:39:00:: 4 1
-greeting%1:10:00:: 1 5
-gregarious%3:00:00:: 1 1
-gregarious%5:00:00:social:00 2 1
-grenade%1:06:00:: 1 5
-grey%5:00:00:achromatic:00 1 1
-grief%1:12:00:: 1 5
-grief-stricken%5:00:00:sorrowful:00 1 1
-grievance%1:10:00:: 3 1
-grievance%1:10:01:: 2 1
-grievance%1:12:00:: 1 1
-grieve%2:37:00:: 1 1
-grievous%5:00:00:critical:03 1 1
-grill%1:06:01:: 1 2
-grill%2:30:00:: 1 1
-grille%1:06:02:: 1 1
-grim%5:00:00:alarming:00 2 7
-grim%5:00:00:cheerless:00 4 3
-grim%5:00:00:implacable:00 1 8
-grim%5:00:00:sarcastic:00 3 3
-grim%5:00:01:unpleasant:00 5 1
-grimace%2:29:00:: 1 2
-grimly%4:02:00:: 1 5
-grimy%5:00:00:dirty:01 1 4
-grin%1:10:00:: 1 6
-grin%2:29:00:: 1 18
-grind%2:30:00:: 5 1
-grind%2:35:00:: 2 3
-grind%2:35:02:: 1 4
-grind%2:38:00:: 4 1
-grind%2:41:00:: 3 1
-grind_out%2:36:00:: 1 1
-grinding%1:11:00:: 2 1
-grinding%1:17:00:: 1 1
-grinning%1:10:00:: 1 2
-grip%1:04:00:: 1 7
-grip%1:06:00:: 3 1
-grip%1:06:01:: 2 1
-grip%2:35:00:: 1 10
-grip%2:35:01:: 4 1
-grip%2:35:03:: 2 3
-grip%2:37:00:: 3 2
-gripe%1:10:00:: 1 1
-gristmill%1:06:00:: 1 1
-gritty%5:00:00:coarse:00 1 1
-grizzled%5:00:00:brunet:00 1 1
-groan%1:10:00:: 1 2
-groan%2:32:00:: 1 7
-grocer%1:18:00:: 1 5
-grocery%1:06:00:: 1 1
-grocery_store%1:06:00:: 1 2
-groggy%5:00:00:lethargic:00 1 1
-groin%1:08:00:: 1 1
-groom%1:18:02:: 1 1
-groom%2:29:03:: 2 1
-groom%2:41:00:: 1 1
-groomed%3:00:00:: 1 1
-groove%1:04:00:: 2 1
-groove%1:25:00:: 1 1
-grooved%5:00:00:established:00 1 1
-grope%2:35:01:: 1 6
-grope%2:41:00:: 2 1
-grope_for%2:35:00:: 1 1
-gross%3:00:00:: 1 8
-gross%5:00:00:fat:01 4 1
-gross%5:00:00:general:00 3 1
-gross%5:00:00:macroscopic:00 2 2
-gross_national_product%1:21:00:: 1 1
-grossly%4:02:00:: 1 1
-grotesque%1:06:00:: 1 1
-grotesque%5:00:00:strange:00 2 3
-grotesque%5:00:00:ugly:00 1 4
-grotesquely%4:02:00:: 1 1
-ground%1:09:00:: 6 1
-ground%1:15:00:: 5 1
-ground%1:16:00:: 2 11
-ground%1:17:00:: 1 86
-ground%1:24:00:: 4 1
-ground%1:27:00:: 3 7
-ground%2:32:00:: 4 1
-ground%2:35:00:: 3 1
-ground%2:35:01:: 2 1
-ground%2:35:08:: 1 2
-ground_floor%1:06:00:: 1 4
-ground_glass%1:27:00:: 1 1
-ground_level%1:07:00:: 1 2
-ground_out%2:35:00:: 1 1
-ground_water%1:27:00:: 1 1
-grounder%1:04:00:: 1 1
-groundless%5:00:00:unsupported:02 1 1
-grounds%1:06:00:: 2 5
-grounds%1:09:00:: 1 6
-grounds%1:10:00:: 4 1
-grounds%1:15:00:: 3 2
-groundwork%1:09:00:: 1 1
-group%1:03:00:: 1 1345
-group%1:27:00:: 2 1
-group%2:31:00:: 1 4
-group%2:33:00:: 2 1
-group%5:00:00:common:02 1 1
-group_action%1:04:00:: 1 1
-group_participation%1:04:00:: 1 1
-grouping%1:03:00:: 1 5
-grouping%1:04:00:: 2 1
-grove%1:06:00:: 2 2
-grove%1:14:00:: 1 6
-grovel%2:38:00:: 1 2
-grow%2:29:00:: 8 3
-grow%2:30:00:: 2 62
-grow%2:30:01:: 4 12
-grow%2:30:02:: 3 32
-grow%2:30:03:: 1 70
-grow%2:30:04:: 5 8
-grow%2:30:10:: 9 2
-grow%2:36:00:: 7 3
-grow%2:42:00:: 6 7
-grow_into%2:30:00:: 1 1
-grow_up%2:41:00:: 1 17
-grower%1:18:00:: 1 1
-growing%1:22:00:: 1 3
-growing%5:00:00:healthy:00 2 2
-growing%5:00:00:increasing:00 1 21
-growing_season%1:28:00:: 1 1
-growl%1:11:00:: 1 1
-growl%2:32:00:: 1 4
-growling%1:10:00:: 1 1
-grown%5:00:00:mature:01 1 2
-grownup%1:18:01:: 1 4
-growth%1:11:01:: 5 1
-growth%1:14:00:: 4 3
-growth%1:22:00:: 1 37
-growth%1:22:01:: 2 20
-growth%1:22:02:: 3 3
-growth_rate%1:28:00:: 1 1
-grub%1:05:00:: 2 1
-grub%1:13:00:: 1 1
-grudge%1:12:00:: 1 3
-grudgingly%4:02:00:: 1 1
-gruesome%5:00:00:alarming:00 1 2
-gruff%5:00:00:cacophonous:00 2 1
-gruff%5:00:00:ill-natured:00 1 1
-grumble%1:11:00:: 1 1
-grumble%2:32:00:: 2 3
-grumble%2:32:01:: 1 5
-grumble%2:32:02:: 3 1
-grumbling%1:10:00:: 2 1
-grumbling%1:11:00:: 1 1
-grumbling%5:00:00:complaining(a):00 2 1
-grunt%1:11:00:: 1 2
-grunt%2:32:00:: 1 11
-grunting%5:00:00:inarticulate:00 1 1
-guam%1:15:00:: 1 10
-guarantee%1:10:00:: 1 2
-guarantee%1:10:01:: 2 1
-guarantee%2:32:00:: 1 8
-guarantee%2:32:01:: 3 2
-guarantee%2:32:02:: 4 1
-guarantee%2:32:03:: 2 2
-guard%1:06:00:: 3 2
-guard%1:07:00:: 4 1
-guard%1:18:01:: 2 2
-guard%1:18:03:: 1 15
-guard%2:33:00:: 2 6
-guard%2:33:03:: 3 2
-guard%2:41:00:: 1 6
-guard_duty%1:04:00:: 1 1
-guardian%1:18:00:: 1 4
-guarding%1:04:00:: 1 1
-guatemala%1:15:00:: 1 1
-guatemalan%3:01:00:: 1 1
-gubernatorial%3:01:00:: 1 1
-guerrilla%1:18:00:: 1 3
-guerrilla%5:00:00:partisan:00 1 2
-guess%1:09:00:: 2 1
-guess%1:10:00:: 1 2
-guess%2:31:00:: 1 42
-guess%2:31:01:: 3 6
-guess%2:31:02:: 4 6
-guess%2:32:00:: 2 10
-guessing%1:09:00:: 1 1
-guest%1:18:00:: 1 26
-guidance%1:04:00:: 3 1
-guidance%1:04:01:: 2 4
-guidance%1:10:00:: 1 8
-guide%1:09:00:: 4 1
-guide%1:10:00:: 3 1
-guide%1:18:00:: 1 1
-guide%1:18:02:: 2 1
-guide%2:38:00:: 2 11
-guide%2:38:01:: 1 12
-guide%2:41:00:: 3 8
-guide_on%2:39:00:: 1 2
-guided%5:00:00:led:00 1 3
-guided_missile%1:06:00:: 1 1
-guideline%1:10:00:: 1 1
-guidepost%1:09:00:: 1 1
-guiding_light%1:18:00:: 1 1
-guileless%5:00:00:artless:00 1 1
-guilt%1:12:00:: 2 2
-guilt%1:26:00:: 1 8
-guilt_pang%1:12:00:: 1 1
-guiltily%4:02:00:: 1 1
-guilty%3:00:00:: 1 10
-guilty%5:00:00:ashamed(p):00 2 2
-guitar%1:06:00:: 1 3
-gulf%1:07:00:: 2 1
-gulf%1:17:01:: 1 1
-gull%2:32:00:: 2 1
-gull%2:41:00:: 1 1
-gullible%5:00:00:naive:00 1 1
-gully%1:17:00:: 1 1
-gulp%1:04:00:: 1 2
-gulp%2:32:00:: 2 1
-gulp%2:34:01:: 1 5
-gulping%1:04:01:: 1 2
-gum%1:08:00:: 2 1
-gum%1:13:00:: 1 1
-gummy%5:00:00:adhesive:00 1 1
-gun%1:06:00:: 1 72
-gun%1:06:01:: 2 25
-gun_barrel%1:06:00:: 1 1
-gun_down%2:33:00:: 1 1
-gun_smoke%1:19:00:: 1 1
-gunfire%1:04:00:: 1 5
-gunman%1:18:00:: 1 3
-gunner%1:18:00:: 1 4
-gunplay%1:04:00:: 1 1
-gunpowder%1:27:00:: 1 2
-gunshot%1:04:00:: 1 1
-gunslinger%1:18:00:: 1 1
-guru%1:18:00:: 1 1
-gush%2:32:00:: 2 2
-gush%2:38:00:: 1 3
-gust%1:19:00:: 1 3
-gusto%1:12:00:: 1 1
-gut%1:08:00:: 1 2
-guts%1:07:00:: 1 2
-gutter%1:06:00:: 1 2
-guttural%5:00:00:cacophonous:00 1 1
-guy%1:06:01:: 2 1
-guy%1:18:00:: 1 33
-guy_fawkes_day%1:28:00:: 1 1
-guzzle%2:34:00:: 1 1
-gym%1:06:00:: 1 4
-gymnast%1:18:00:: 1 5
-gymnastic%5:00:00:active:01 1 4
-gymnastics%1:04:00:: 1 11
-gynecologist%1:18:00:: 1 1
-gyrate%2:38:00:: 1 1
-gyration%1:11:00:: 1 1
-haberdashery%1:06:01:: 1 1
-haberdashery_store%1:06:00:: 1 1
-habit%1:04:02:: 2 6
-habit%1:06:00:: 3 1
-habit%1:09:00:: 1 7
-habitable%5:00:00:livable:00 1 1
-habitat%1:15:00:: 1 2
-habitual%5:00:00:established:00 1 1
-habitual%5:00:00:usual:00 2 1
-habitually%4:02:00:: 1 2
-habitually%4:02:02:: 2 1
-hack%1:18:00:: 1 1
-hack%2:35:02:: 1 1
-hacker%1:18:02:: 1 1
-hackneyed%5:00:00:unoriginal:00 1 1
-hackwork%1:04:00:: 1 1
-had_better%2:42:00:: 1 6
-haggard%5:00:00:thin:03 2 1
-haggard%5:00:00:tired:00 1 2
-haggardly%4:02:00:: 1 1
-haggle%2:40:00:: 1 2
-haiku%1:10:00:: 1 1
-hail%1:19:00:: 1 3
-hail%2:32:00:: 4 1
-hail%2:32:01:: 3 1
-hail%2:32:02:: 1 4
-hail%2:42:00:: 2 1
-hair%1:08:00:: 1 59
-haircut%1:08:00:: 1 2
-hairdo%1:08:00:: 1 1
-haired%5:00:00:hairy:00 1 5
-hairless%3:00:00:: 1 1
-hairtonic%1:06:00:: 1 1
-hairy%3:00:00:: 1 2
-half%1:23:00:: 1 42
-half%4:02:00:: 1 18
-half%5:00:00:fractional:00 1 22
-half%5:00:00:incomplete:00 2 11
-half-breed%1:18:00:: 1 4
-half-brother%1:18:00:: 1 1
-half-heartedly%4:02:00:: 1 1
-half-hour%1:28:00:: 1 6
-half-intensity%1:07:00:: 1 2
-half-moon%1:08:00:: 1 1
-half-time%4:02:00:: 1 1
-half-time%5:00:00:part-time:00 1 1
-half_a_dozen%1:23:00:: 1 1
-half_a_dozen%5:00:00:cardinal:00 1 2
-half_dozen%5:00:00:cardinal:00 1 2
-half_gainer%1:04:00:: 1 1
-half_life%1:28:00:: 1 1
-half_mile%1:23:00:: 1 3
-half_sister%1:18:00:: 1 1
-halfback%1:18:00:: 1 9
-halftime%1:28:00:: 1 1
-halfway%4:02:00:: 1 5
-halfway%5:00:00:central:01 1 4
-halfway%5:00:00:intermediate:00 2 1
-hall%1:06:02:: 3 6
-hall%1:06:03:: 1 25
-hall%1:06:04:: 4 3
-hall%1:06:05:: 2 10
-hall%1:06:06:: 5 2
-hall_of_fame%1:06:00:: 1 1
-hallelujah%1:10:00:: 1 1
-hallmark%1:07:00:: 1 2
-hallowed%5:00:00:holy:00 1 1
-halloween%1:28:00:: 1 1
-hallucination%1:26:00:: 1 1
-hallway%1:06:00:: 1 5
-halo%1:07:00:: 1 4
-halogen%1:27:00:: 1 2
-halt%1:04:00:: 3 1
-halt%1:11:00:: 2 1
-halt%1:26:00:: 1 1
-halt%2:38:00:: 4 4
-halt%2:38:01:: 2 7
-halt%2:38:05:: 1 8
-halt%2:41:00:: 3 4
-halted%5:00:00:nonmoving:00 1 2
-halter%1:06:01:: 1 1
-haltingly%4:02:00:: 1 1
-ham%1:13:00:: 1 1
-ham_and_eggs%1:13:00:: 1 1
-hamlet%1:14:00:: 1 1
-hammer%1:06:00:: 2 2
-hammer%1:06:04:: 1 2
-hammer%2:35:00:: 1 4
-hamming%1:04:00:: 1 1
-hamper%1:06:01:: 1 2
-hamper%2:30:00:: 1 4
-hamper%2:33:00:: 2 1
-hand%1:06:00:: 8 1
-hand%1:08:00:: 1 215
-hand%1:09:00:: 4 3
-hand%1:09:01:: 7 1
-hand%1:10:00:: 3 4
-hand%1:14:00:: 6 1
-hand%1:15:00:: 5 2
-hand%1:18:00:: 2 5
-hand%2:40:00:: 1 25
-hand-to-hand%5:00:00:close:01 1 2
-hand_blower%1:06:00:: 1 1
-hand_brake%1:06:00:: 1 1
-hand_down%2:40:00:: 1 1
-hand_grenade%1:06:00:: 1 2
-hand_in_hand%4:02:01:: 2 1
-hand_in_hand%4:02:03:: 1 1
-hand_out%2:40:00:: 1 5
-hand_over%2:40:00:: 1 5
-hand_tool%1:06:00:: 1 2
-handbag%1:06:00:: 1 3
-handclasp%1:10:00:: 1 1
-handcuffs%1:06:00:: 1 1
-handful%1:23:00:: 2 4
-handful%1:23:01:: 1 4
-handicap%1:07:02:: 2 1
-handicap%1:26:00:: 1 1
-handicap%2:29:00:: 1 1
-handicapped%5:00:00:unfit:01 1 2
-handiwork%1:06:00:: 1 1
-handkerchief%1:06:00:: 1 6
-handle%1:06:00:: 1 4
-handle%2:32:00:: 3 4
-handle%2:35:00:: 4 3
-handle%2:35:01:: 5 1
-handle%2:41:00:: 1 41
-handle%2:41:03:: 2 15
-handlebar%1:06:00:: 1 1
-handled%3:00:00:: 1 1
-handless%3:00:00:: 1 1
-handling%1:04:00:: 1 2
-handling%1:04:01:: 2 2
-handling%1:04:02:: 3 1
-handmade%3:00:00:: 1 2
-hands%1:04:00:: 1 10
-hands%1:14:00:: 2 1
-handshaking%1:10:00:: 1 1
-handsome%5:00:00:beautiful:00 1 7
-handsome%5:00:00:generous:01 2 3
-handspike%1:06:00:: 1 3
-handstand%1:04:00:: 1 3
-handwoven%5:00:00:handmade:00 1 1
-handwriting%1:10:00:: 1 2
-handwritten%5:00:00:written:00 1 1
-handy%5:00:00:accessible:00 1 2
-handy%5:00:00:convenient:00 2 1
-handyman%1:18:00:: 1 1
-hang%2:35:00:: 2 12
-hang%2:35:02:: 5 5
-hang%2:35:03:: 1 35
-hang%2:35:06:: 8 1
-hang%2:35:07:: 9 1
-hang%2:38:03:: 4 6
-hang%2:39:00:: 7 1
-hang%2:41:00:: 3 11
-hang%2:42:00:: 6 2
-hang_around%2:42:00:: 1 7
-hang_back%2:38:00:: 1 1
-hang_in%2:30:00:: 1 1
-hang_on%2:30:00:: 2 3
-hang_on%2:35:00:: 1 4
-hang_together%2:42:00:: 1 1
-hang_up%2:30:00:: 3 1
-hang_up%2:35:00:: 1 8
-hang_up%2:35:01:: 2 3
-hangout%1:15:00:: 1 1
-hangover%1:26:00:: 1 1
-hanker%2:37:00:: 1 2
-hanukkah%1:28:00:: 1 1
-haphazardly%4:02:00:: 1 1
-hapless%5:00:00:unfortunate:00 1 1
-happen%2:30:00:: 1 149
-happen%2:30:01:: 4 9
-happen%2:30:02:: 2 20
-happen%2:41:00:: 3 17
-happen_upon%2:40:00:: 1 1
-happening%1:11:00:: 1 2
-happily%4:02:01:: 1 5
-happiness%1:12:00:: 2 2
-happiness%1:26:00:: 1 4
-happy%3:00:00:: 1 37
-happy%5:00:00:contented:00 4 1
-happy%5:00:00:fortunate:00 3 2
-happy%5:00:00:glad:00 2 7
-harangue%1:10:00:: 1 1
-harangue%2:32:00:: 1 4
-harass%2:37:01:: 2 1
-harass%2:41:00:: 1 2
-harassed%5:00:00:troubled:00 1 2
-harbor%1:15:00:: 1 8
-harbor%2:37:00:: 1 4
-harbor%2:39:00:: 4 1
-harbor%2:40:00:: 3 1
-harbor%2:42:00:: 2 1
-hard%3:00:01:: 3 15
-hard%3:00:02:: 2 20
-hard%3:00:06:: 1 37
-hard%4:02:00:: 1 12
-hard%4:02:03:: 5 1
-hard%4:02:04:: 4 1
-hard%4:02:05:: 2 3
-hard%4:02:07:: 3 1
-hard%5:00:00:strong:00 4 5
-hard%5:00:01:effortful:00 5 3
-hard-boiled%5:00:00:tough:03 1 2
-hard-fought%5:00:00:difficult:00 1 1
-hard-pressed%5:00:00:troubled:00 1 1
-hard_put%5:00:00:troubled:00 1 1
-hard_time%1:26:00:: 1 1
-hard_times%1:28:00:: 1 1
-hard_worker%1:18:00:: 1 1
-hardbake%1:13:00:: 1 1
-harden%2:30:00:: 1 4
-hardened%5:00:05:hard:02 1 1
-hardly%4:02:00:: 1 37
-hardly%4:02:02:: 2 2
-hardly_a%5:00:00:few:00 1 3
-hardship%1:07:00:: 2 1
-hardship%1:26:01:: 1 1
-hardtack%1:13:00:: 1 3
-hardtack%1:27:00:: 2 1
-hardware%1:06:02:: 1 3
-hardware_store%1:06:00:: 1 2
-hardworking%5:00:00:diligent:00 1 1
-hardy%5:00:00:robust:00 1 1
-hare%1:05:00:: 1 1
-harem%1:06:00:: 1 1
-harlem%1:15:00:: 1 2
-harm%1:04:00:: 3 1
-harm%1:11:01:: 2 2
-harm%1:26:00:: 1 5
-harm%2:29:00:: 1 3
-harmful%5:00:00:dangerous:00 1 1
-harmless%3:00:00:: 1 1
-harmlessly%4:02:00:: 1 1
-harmonic%3:01:00:: 1 1
-harmonious%3:00:00:: 1 1
-harmonious%5:00:00:balanced:00 2 1
-harmony%1:07:01:: 1 6
-harmony%1:10:01:: 2 3
-harmony%1:26:00:: 3 1
-harness%1:06:00:: 2 1
-harness%1:06:01:: 1 2
-harness%2:34:00:: 2 1
-harness%2:35:00:: 1 2
-harp%1:06:00:: 1 1
-harp%2:32:00:: 1 1
-harpy_eagle%1:05:00:: 1 1
-harrow%2:36:00:: 1 2
-harry%2:37:00:: 1 1
-harsh%5:00:01:unpleasant:00 1 3
-harsh%5:00:03:unpleasant:00 2 2
-harshen%2:30:00:: 1 1
-harshly%4:02:00:: 2 2
-harshly%4:02:02:: 1 3
-harshness%1:07:03:: 1 1
-harvard%1:06:00:: 1 2
-harvard_university%1:06:00:: 1 1
-harvest%1:20:00:: 1 2
-harvest%2:35:00:: 1 3
-hash_mark%1:10:00:: 1 1
-hasp%1:06:00:: 1 1
-haste%1:04:00:: 2 2
-haste%1:07:00:: 1 12
-haste%1:26:00:: 3 1
-hasten%2:30:00:: 1 7
-hasten%2:36:00:: 4 1
-hasten%2:38:00:: 2 6
-hasten%2:41:00:: 3 2
-hastily%4:02:00:: 1 8
-hasty%5:00:00:hurried:00 1 1
-hat%1:06:00:: 1 30
-hat%2:29:00:: 1 1
-hatch%2:29:01:: 1 2
-hatch%2:36:00:: 2 1
-hatching%1:22:00:: 1 3
-hatchway%1:06:00:: 1 2
-hate%1:12:00:: 1 9
-hate%2:37:00:: 1 50
-hated%5:00:00:unloved:00 1 1
-hateful%3:00:00:: 1 2
-hateful%5:00:00:nasty:00 2 2
-hatefully%4:02:00:: 1 1
-hater%1:18:00:: 1 1
-hatless%3:00:00:: 1 2
-hatred%1:12:00:: 1 18
-haughtily%4:02:00:: 1 1
-haughty%5:00:00:proud:00 1 1
-haul%1:04:00:: 1 1
-haul%2:35:00:: 2 5
-haul%2:35:01:: 1 7
-haul_up%2:38:00:: 1 1
-haunch%1:05:00:: 2 2
-haunch%1:08:01:: 1 2
-haunt%1:15:00:: 1 2
-haunt%2:37:00:: 2 3
-haunt%2:38:00:: 1 3
-haunted%5:00:00:concerned:00 1 1
-haunting%5:00:00:unforgettable:00 1 2
-have%2:29:00:: 19 3
-have%2:29:02:: 13 11
-have%2:29:05:: 17 5
-have%2:30:00:: 6 64
-have%2:30:01:: 12 25
-have%2:32:00:: 14 8
-have%2:34:00:: 7 42
-have%2:35:00:: 20 2
-have%2:36:00:: 9 30
-have%2:39:06:: 3 220
-have%2:40:00:: 1 1202
-have%2:40:01:: 10 28
-have%2:40:02:: 18 3
-have%2:40:03:: 16 7
-have%2:40:04:: 4 143
-have%2:40:05:: 15 7
-have%2:41:00:: 8 31
-have%2:42:00:: 2 377
-have%2:42:05:: 5 138
-have%2:42:08:: 21 1
-have%2:42:12:: 11 25
-have_a_look%2:39:00:: 1 6
-have_got%2:40:00:: 1 16
-have_got%2:42:00:: 2 1
-have_in_mind%2:31:01:: 1 8
-have_on%2:29:00:: 1 8
-haven%1:06:00:: 1 1
-haversack%1:06:00:: 1 4
-havoc%1:04:00:: 1 3
-hawaii%1:15:00:: 1 9
-hawaii%1:15:01:: 2 3
-hawaiian%1:10:00:: 1 2
-hawaiian_islands%1:15:00:: 1 3
-hawk%1:05:00:: 1 2
-hawk%2:40:00:: 1 2
-hawk_nose%1:08:00:: 1 1
-hawker%1:18:00:: 1 1
-hay%1:13:00:: 1 11
-hay_fever%1:26:00:: 1 1
-hayfield%1:15:00:: 1 1
-haying_time%1:04:00:: 1 1
-haystack%1:14:00:: 1 1
-hazard%1:19:00:: 2 1
-hazard%1:26:00:: 1 3
-hazard%2:32:00:: 1 1
-haze%1:09:00:: 2 1
-haze%1:19:00:: 1 8
-hazel%5:00:00:chromatic:00 1 1
-hazy%5:00:00:cloudy:00 1 1
-head%1:05:00:: 2 21
-head%1:08:00:: 1 208
-head%1:09:00:: 3 7
-head%1:10:03:: 9 1
-head%1:14:00:: 5 6
-head%1:15:00:: 7 1
-head%1:15:01:: 8 1
-head%1:18:00:: 4 6
-head%1:19:00:: 6 3
-head%2:38:00:: 1 29
-head%2:38:01:: 5 2
-head%2:38:02:: 3 3
-head%2:41:00:: 2 19
-head%2:42:01:: 4 2
-head%5:00:00:important:00 1 2
-head%5:00:00:significant:00 2 1
-head-in-the-clouds%5:00:00:irresponsible:00 1 1
-head-on%4:02:01:: 1 1
-head_covering%1:06:00:: 1 1
-head_home%2:38:00:: 1 1
-head_of_hair%1:08:00:: 1 1
-head_off%2:41:00:: 1 3
-head_start%1:07:00:: 1 1
-head_up%2:42:00:: 1 2
-headache%1:09:00:: 1 5
-headache%1:26:00:: 2 3
-headed%3:00:01:: 3 1
-headed%3:00:02:: 2 1
-headed%5:00:00:oriented:00 1 5
-headgear%1:06:00:: 1 1
-heading%1:10:00:: 1 1
-headland%1:17:00:: 1 2
-headless%3:00:00:: 1 2
-headlight%1:06:00:: 1 5
-headline%1:10:00:: 1 3
-headline%2:32:00:: 1 1
-headlinese%1:10:00:: 1 1
-headlong%4:02:00:: 1 4
-headmaster%1:18:00:: 1 2
-headquarters%1:06:00:: 2 2
-headquarters%1:06:01:: 1 7
-headquarters%1:14:00:: 3 1
-headsman%1:18:00:: 1 1
-headstand%1:04:00:: 1 2
-headstrong%5:00:00:disobedient:00 1 1
-headwaters%1:15:00:: 1 2
-heal%2:29:00:: 2 1
-heal%2:30:00:: 1 2
-healer%1:18:00:: 1 1
-healing%1:22:00:: 1 1
-healing%5:00:00:healthful:00 1 1
-health%1:26:00:: 1 21
-health_problem%1:26:00:: 1 1
-healthful%3:00:00:: 1 2
-healthily%4:02:00:: 1 1
-healthy%3:00:00:: 1 15
-healthy%5:00:00:sound:00 2 3
-healthy%5:00:00:wholesome:00 3 1
-heap%1:14:00:: 1 6
-heap%1:23:00:: 2 2
-heap%2:35:00:: 2 1
-heap%2:40:00:: 1 1
-heaped-up%5:00:00:concentrated:00 1 1
-hear%2:31:00:: 2 60
-hear%2:39:00:: 1 275
-hear%2:39:01:: 4 8
-hear%2:41:00:: 3 12
-heard%5:00:00:detected:00 1 1
-hearer%1:18:00:: 1 1
-hearing%1:04:00:: 4 2
-hearing%1:04:01:: 1 10
-hearing%1:15:00:: 3 3
-hearing%1:26:00:: 2 4
-hearing_officer%1:18:00:: 1 19
-heart%1:07:01:: 3 9
-heart%1:07:04:: 6 1
-heart%1:08:00:: 2 25
-heart%1:09:00:: 1 42
-heart%1:09:01:: 5 2
-heart%1:15:00:: 4 5
-heart_disease%1:26:00:: 1 1
-heart_rate%1:28:00:: 1 1
-heartbeat%1:11:00:: 1 2
-hearted%3:00:00:: 1 1
-heartening%5:00:00:encouraging:00 1 2
-hearth%1:06:00:: 2 1
-hearth%1:06:01:: 1 2
-heartily%4:02:01:: 2 1
-heartily%4:02:03:: 1 4
-hearty%5:00:00:warm:02 1 1
-heat%1:07:01:: 2 6
-heat%1:07:02:: 4 2
-heat%1:09:00:: 3 5
-heat%1:19:00:: 1 19
-heat%1:26:00:: 5 1
-heat%2:30:01:: 1 11
-heat_energy%1:19:00:: 1 2
-heat_of_condensation%1:19:00:: 1 1
-heat_of_dissociation%1:19:00:: 1 1
-heat_of_formation%1:19:00:: 1 2
-heat_sink%1:06:00:: 1 1
-heat_up%2:30:01:: 1 1
-heated%5:00:00:hot:01 1 3
-heated%5:00:00:hot:02 2 2
-heater%1:06:00:: 1 1
-heating%1:22:00:: 1 4
-heave%2:29:01:: 6 1
-heave%2:32:00:: 1 5
-heave%2:35:00:: 4 2
-heave%2:35:01:: 2 3
-heave%2:38:00:: 3 2
-heave%2:38:01:: 5 1
-heaven%1:15:00:: 1 7
-heaven%1:15:01:: 2 1
-heavenly%3:01:00:: 1 1
-heavenly_body%1:17:00:: 1 1
-heavens%1:15:00:: 1 2
-heaver%1:06:00:: 1 2
-heavily%4:02:00:: 1 23
-heavily%4:02:02:: 5 1
-heavily%4:02:03:: 4 1
-heavily%4:02:04:: 2 7
-heavily%4:02:05:: 3 2
-heaviness%1:07:00:: 1 2
-heaving%1:11:01:: 1 1
-heaving%5:00:00:moving:02 1 2
-heavy%3:00:01:: 1 32
-heavy%3:00:02:: 6 2
-heavy%3:00:03:: 2 10
-heavy%3:00:04:: 3 5
-heavy%5:00:00:cloudy:00 9 1
-heavy%5:00:00:compact:00 8 1
-heavy%5:00:00:fat:01 7 1
-heavy%5:00:00:thick:02 4 4
-heavy%5:00:00:wide:00 5 3
-heavy-armed%5:00:00:robust:00 1 1
-heavy-coated%5:00:00:clothed:00 1 1
-heavy-duty%3:00:00:: 1 1
-heavy-handed%5:00:00:maladroit:00 1 1
-heavyweight%5:00:00:heavy:01 1 1
-hebephrenic%5:00:00:insane:00 1 7
-hebraic%3:01:00:: 1 1
-hebrew%1:10:00:: 1 1
-hebrew%3:01:01:: 1 1
-hectic%5:00:00:agitated:00 1 1
-hedge%1:06:00:: 1 2
-hedge%2:32:00:: 1 1
-hedonism%1:16:00:: 1 1
-heed%1:09:00:: 1 1
-heed%2:41:00:: 1 7
-heedless%3:00:00:: 1 4
-heel%1:06:00:: 1 6
-heel%1:08:00:: 2 4
-heft%2:35:00:: 1 1
-hefty%5:00:00:strong:00 1 1
-hegel%1:18:00:: 1 2
-hegelian%3:01:00:: 1 3
-height%1:07:00:: 1 11
-height%1:07:01:: 3 3
-height%1:07:02:: 4 1
-height%1:26:00:: 2 4
-heighten%2:30:00:: 3 1
-heighten%2:30:01:: 1 1
-heighten%2:30:02:: 2 1
-heights%1:15:00:: 1 2
-heir%1:18:00:: 1 3
-heist%2:41:00:: 1 1
-held%3:44:00:: 1 1
-held_up%5:00:00:delayed:00 1 1
-helium%1:27:00:: 1 15
-hell%1:15:00:: 1 9
-hell%1:15:01:: 2 6
-hell-rooster%1:18:00:: 1 1
-hell_raising%1:04:00:: 1 1
-hell_to_pay%1:07:00:: 1 2
-hellenic%1:10:00:: 1 1
-hellenic%3:01:00:: 2 1
-hellenic%5:00:00:classical:00 1 2
-hellfire%1:15:00:: 1 1
-hellion%1:18:00:: 1 1
-hello%1:10:00:: 1 1
-helm%1:04:00:: 2 1
-helm%1:06:00:: 1 1
-help%1:04:00:: 1 20
-help%1:07:00:: 3 1
-help%1:07:01:: 4 1
-help%1:18:00:: 2 3
-help%2:29:00:: 2 23
-help%2:34:00:: 5 2
-help%2:41:00:: 1 183
-help%2:42:00:: 3 19
-help%2:42:08:: 4 5
-help_out%2:41:02:: 1 1
-helper%1:18:00:: 2 1
-helper%1:18:01:: 1 1
-helpful%3:00:00:: 1 9
-helpful%5:00:00:useful:00 2 5
-helpfully%4:02:00:: 1 4
-helping_hand%1:04:00:: 1 1
-helpless%5:00:00:dependent:00 3 1
-helpless%5:00:00:hopeless:00 2 3
-helpless%5:00:01:powerless:00 1 4
-helplessly%4:02:00:: 1 2
-helplessness%1:07:00:: 1 1
-hem%1:06:00:: 1 3
-hem_in%2:33:00:: 2 1
-hem_in%2:35:00:: 1 1
-hemisphere%1:15:00:: 1 5
-hemispherical%5:00:00:rounded:00 1 1
-hemoglobin%1:27:00:: 1 4
-hemolytic%3:01:00:: 1 1
-hemorrhage%1:26:00:: 1 4
-hemorrhoid%1:26:00:: 1 1
-hemosiderin%1:27:00:: 1 2
-hen%1:05:01:: 1 22
-hen%1:05:02:: 2 1
-hence%4:02:00:: 1 25
-henceforth%4:02:00:: 1 2
-henpecked%5:00:00:submissive:00 1 1
-henry_ford%1:18:00:: 1 1
-henry_james%1:18:00:: 1 1
-hepatitis%1:26:00:: 1 1
-herald%1:18:00:: 1 1
-herald%2:32:00:: 1 1
-herald%2:32:01:: 2 1
-heraldic%5:00:00:communicative:00 1 1
-herb%1:13:00:: 2 1
-herb%1:20:00:: 1 1
-herculean%5:00:00:difficult:00 2 1
-herculean%5:00:00:superhuman:00 1 1
-herd%1:14:00:: 1 5
-herd%1:14:01:: 2 2
-herd%2:38:00:: 2 1
-herd%2:38:01:: 1 1
-here%1:15:00:: 1 1
-here%4:02:00:: 1 187
-here%4:02:01:: 3 17
-here%4:02:02:: 2 91
-here%4:02:04:: 4 1
-here%5:00:00:present:02 1 2
-here_and_now%1:28:00:: 1 3
-here_and_there%4:02:00:: 1 8
-hereabouts%4:02:00:: 1 1
-hereafter%4:02:00:: 1 3
-hereby%4:02:00:: 1 7
-heredity%1:22:00:: 1 1
-herein%4:02:00:: 1 1
-hereinafter%4:02:00:: 1 3
-heretic%1:18:00:: 1 1
-heretofore%4:02:00:: 1 4
-heritage%1:07:00:: 2 2
-heritage%1:09:00:: 1 6
-herman_melville%1:18:00:: 1 1
-hermeneutics%1:09:00:: 1 1
-hermetic%5:00:00:tight:02 1 1
-hero%1:09:00:: 2 10
-hero%1:18:00:: 1 19
-hero%1:18:01:: 3 1
-hero_worshipper%1:18:00:: 1 1
-heroic%3:01:00:: 2 2
-heroic%5:00:00:bold:00 3 2
-heroic%5:00:00:impressive:00 4 1
-heroic%5:00:00:large:00 1 5
-heroics%1:04:00:: 1 1
-heroine%1:18:01:: 1 2
-heroism%1:07:00:: 1 2
-herpetologist%1:18:00:: 1 3
-herringbone%1:06:00:: 1 1
-hesitancy%1:12:00:: 1 1
-hesitantly%4:02:00:: 1 2
-hesitate%2:42:00:: 1 16
-hesitate%2:42:01:: 2 9
-hesitating%5:00:00:indecisive:01 1 1
-hesitation%1:04:00:: 3 1
-hesitation%1:07:01:: 2 2
-hesitation%1:09:00:: 1 4
-het_up%5:00:00:hot:01 1 1
-heterogeneous%3:00:00:: 1 4
-heterozygous%3:00:00:: 1 2
-hex%1:10:00:: 1 1
-hexameter%1:10:00:: 1 1
-heyday%1:28:00:: 1 2
-hi%1:10:00:: 1 1
-hibachi%2:30:00:: 1 1
-hibernate%2:29:00:: 1 2
-hidden%5:00:00:invisible:00 1 7
-hidden%5:00:01:concealed:00 2 7
-hide%1:05:00:: 2 2
-hide%1:27:00:: 1 2
-hide%2:39:00:: 1 28
-hide%2:39:01:: 2 6
-hide_out%2:39:00:: 1 1
-hideaway%1:15:00:: 1 1
-hideous%5:00:00:offensive:01 1 3
-hideous%5:00:00:ugly:00 2 2
-hideously%4:02:00:: 1 1
-hideout%1:15:00:: 1 3
-hiding%1:04:00:: 1 2
-hiding_place%1:15:00:: 1 5
-hierarchy%1:14:00:: 1 2
-hierarchy%1:14:01:: 2 2
-high%1:07:00:: 1 5
-high%3:00:01:: 2 51
-high%3:00:02:: 1 134
-high%3:00:03:: 4 7
-high%3:00:04:: 6 1
-high%4:02:00:: 1 9
-high%4:02:02:: 2 2
-high%5:00:00:elated:00 5 2
-high%5:00:00:superior:01 3 10
-high-and-dry%5:00:00:aground(p):00 1 1
-high-backed%5:00:00:backed:00 1 1
-high-ceilinged%5:00:00:ceilinged:00 1 1
-high-pitched%3:00:00:: 1 4
-high-pitched%5:00:00:inclined:01 2 1
-high-powered%5:00:00:dynamic:00 1 1
-high-priced%5:00:00:expensive:00 1 2
-high-resolution%3:00:00:: 1 1
-high-speed%5:00:01:fast:01 1 2
-high-speed%5:00:02:fast:01 2 1
-high-spirited%5:00:00:spirited:00 1 2
-high-stepped%5:00:00:high:01 1 1
-high-sudsing%3:00:00:: 1 1
-high-tail%2:38:00:: 1 1
-high-topped%5:00:00:high:01 1 1
-high_and_low%4:02:00:: 1 1
-high_anglicanism%1:09:00:: 1 1
-high_explosive%1:27:00:: 1 2
-high_fidelity%1:04:00:: 1 4
-high_finance%1:04:00:: 1 1
-high_frequency%1:07:00:: 2 1
-high_frequency%1:07:01:: 1 1
-high_quality%1:07:00:: 1 1
-high_school%1:14:00:: 1 37
-high_sea%1:17:00:: 1 1
-high_society%1:14:00:: 1 2
-high_spirits%1:12:00:: 1 1
-high_temperature%1:07:00:: 1 2
-high_time%1:28:00:: 1 1
-high_up%4:02:00:: 1 1
-higher%5:00:01:high:02 2 1
-higher%5:00:02:high:02 1 10
-higher_education%1:04:00:: 1 1
-highest%5:00:00:maximal:00 1 8
-highest%5:00:00:ultimate:00 2 7
-highlight%2:30:00:: 1 2
-highly%4:02:01:: 2 1
-highly%4:02:02:: 1 43
-highness%1:18:00:: 1 1
-highroad%1:06:00:: 1 6
-highschool%1:14:00:: 1 1
-highway%1:06:00:: 1 12
-highwayman%1:18:00:: 1 2
-hijack%2:35:00:: 1 2
-hijacker%1:18:00:: 1 1
-hijacking%3:44:00:: 1 1
-hike%1:04:00:: 1 2
-hike%2:38:01:: 1 1
-hike_up%2:35:00:: 1 1
-hilar%3:01:00:: 1 4
-hilarious%5:00:00:humorous:00 1 1
-hilariously%4:02:00:: 1 1
-hilarity%1:12:00:: 1 1
-hill%1:06:01:: 2 1
-hill%1:17:00:: 1 33
-hillbilly%1:18:00:: 1 1
-hillbilly_music%1:10:00:: 1 1
-hillock%1:17:00:: 1 2
-hills%1:17:00:: 1 16
-hillside%1:17:00:: 1 3
-hilt%1:06:00:: 1 1
-hilum%1:08:00:: 1 5
-hind_leg%1:05:00:: 1 2
-hinder%2:33:00:: 3 1
-hinder%2:41:00:: 2 1
-hinder%2:41:01:: 1 3
-hinge%1:06:00:: 1 3
-hinge_on%2:42:00:: 1 1
-hint%1:10:00:: 1 1
-hint%1:10:01:: 2 1
-hint%2:32:00:: 1 7
-hip%1:08:00:: 1 5
-hip%1:08:01:: 2 1
-hip%1:08:02:: 3 1
-hip_pad%1:06:00:: 1 1
-hipline%1:15:01:: 1 1
-hire%2:41:00:: 1 33
-hire%2:41:01:: 2 1
-hired%5:00:00:employed:00 1 2
-hired_man%1:18:00:: 1 2
-hiss%2:32:00:: 1 1
-hissing%1:11:00:: 1 2
-histology%1:09:00:: 1 1
-historian%1:18:00:: 1 20
-historic%3:01:00:: 1 2
-historical%3:01:00:: 1 11
-historical%3:01:01:: 2 7
-historical%5:00:00:past:00 4 5
-historical%5:00:00:real:00 3 5
-historically%4:02:01:: 1 6
-history%1:09:00:: 3 16
-history%1:09:01:: 5 5
-history%1:10:00:: 2 23
-history%1:28:00:: 1 49
-history%1:28:02:: 4 14
-histrionics%1:10:00:: 1 1
-hit%1:04:00:: 2 2
-hit%1:04:02:: 3 1
-hit%1:04:03:: 1 15
-hit%2:33:00:: 10 2
-hit%2:33:01:: 6 8
-hit%2:33:02:: 8 3
-hit%2:35:00:: 3 18
-hit%2:35:01:: 2 21
-hit%2:35:03:: 1 25
-hit%2:35:05:: 5 8
-hit%2:38:00:: 4 9
-hit%2:39:00:: 9 2
-hit%2:40:05:: 7 3
-hit%2:40:12:: 11 1
-hit-and-run%5:00:00:offensive:03 1 1
-hit_it_up%2:34:00:: 1 1
-hit_the_deck%2:38:00:: 1 1
-hit_the_dirt%2:38:00:: 1 1
-hitch%1:28:00:: 1 1
-hitch%2:35:00:: 1 2
-hitch%2:38:01:: 2 1
-hitch%2:38:02:: 3 1
-hitch_up%2:35:00:: 1 1
-hitching_post%1:06:00:: 1 1
-hither%4:02:00:: 1 6
-hitherto%4:02:00:: 1 2
-hitler%1:18:00:: 1 3
-hitless%5:00:00:unsuccessful:00 1 1
-hitter%1:18:00:: 1 2
-hive%1:06:00:: 2 1
-hive%1:14:00:: 1 1
-hoarse%5:00:00:cacophonous:00 1 7
-hoarsely%4:02:00:: 1 2
-hobble%2:38:00:: 1 2
-hobble%2:41:00:: 2 1
-hobby%1:04:00:: 1 2
-hock%2:40:00:: 1 1
-hodgepodge%1:14:00:: 1 1
-hoe%1:06:00:: 1 1
-hog%2:40:00:: 1 1
-hoist%2:35:00:: 1 1
-hokan%1:10:00:: 1 1
-hold%1:04:00:: 1 5
-hold%1:07:00:: 3 2
-hold%1:09:00:: 2 2
-hold%2:31:01:: 5 20
-hold%2:31:04:: 23 1
-hold%2:31:08:: 17 2
-hold%2:31:10:: 24 1
-hold%2:32:13:: 22 1
-hold%2:33:05:: 21 1
-hold%2:35:00:: 2 65
-hold%2:35:01:: 10 9
-hold%2:35:02:: 15 3
-hold%2:35:03:: 7 17
-hold%2:36:00:: 3 62
-hold%2:37:00:: 6 17
-hold%2:40:00:: 4 26
-hold%2:40:02:: 8 14
-hold%2:40:03:: 12 6
-hold%2:40:04:: 9 9
-hold%2:41:00:: 20 1
-hold%2:42:00:: 1 79
-hold%2:42:01:: 14 3
-hold%2:42:02:: 16 2
-hold%2:42:05:: 13 3
-hold%2:42:07:: 18 1
-hold%2:42:13:: 11 7
-hold%2:42:14:: 19 1
-hold_back%2:33:00:: 1 4
-hold_back%2:41:00:: 2 1
-hold_down%2:40:00:: 1 1
-hold_in%2:41:00:: 2 1
-hold_in%2:42:00:: 1 1
-hold_off%2:33:00:: 1 3
-hold_on%2:30:00:: 3 2
-hold_on%2:30:05:: 2 4
-hold_on%2:32:00:: 4 1
-hold_on%2:35:00:: 1 5
-hold_out%2:29:00:: 1 5
-hold_out%2:33:00:: 2 3
-hold_out%2:42:01:: 3 2
-hold_out%2:42:02:: 4 1
-hold_over%2:37:00:: 1 2
-hold_over%2:40:00:: 2 1
-hold_still_for%2:31:00:: 1 1
-hold_sway%2:41:00:: 1 1
-hold_up%2:30:00:: 3 3
-hold_up%2:35:00:: 1 4
-hold_up%2:39:00:: 2 3
-hold_up%2:40:00:: 4 2
-hold_up%2:42:00:: 5 1
-holder%1:06:00:: 1 23
-holding%1:04:00:: 1 1
-holdup%1:04:00:: 1 1
-hole%1:06:00:: 2 9
-hole%1:06:01:: 3 5
-hole%1:17:01:: 1 12
-hole%1:17:02:: 5 2
-hole%1:25:00:: 4 2
-hole_out%2:35:00:: 1 1
-holiday%1:28:00:: 1 9
-holiday%1:28:01:: 2 4
-holland%1:15:00:: 1 1
-holler%1:10:00:: 1 1
-holler%2:32:00:: 3 1
-holler%2:32:05:: 2 2
-holler%2:32:06:: 1 3
-holler_out%2:32:00:: 1 1
-hollering%1:10:00:: 1 3
-hollow%1:17:00:: 3 1
-hollow%1:17:01:: 2 1
-hollow%1:25:02:: 1 2
-hollow%3:00:00:: 1 1
-hollow%5:00:00:insincere:00 2 1
-hollow%5:00:00:meaningless:00 4 1
-hollow%5:00:00:reverberant:00 3 1
-hollowness%1:26:00:: 1 1
-hollyhock%1:20:01:: 2 1
-hollyhock%1:20:02:: 1 1
-hollywood%1:14:00:: 1 6
-holmes%1:18:00:: 1 19
-holocaust%1:04:00:: 1 2
-holster%1:06:00:: 1 5
-holy_father%1:18:00:: 1 1
-holy_sacrament%1:04:00:: 1 1
-holy_scripture%1:10:00:: 1 1
-holy_spirit%1:18:00:: 1 2
-holystone%1:17:00:: 1 1
-home%1:06:00:: 2 48
-home%1:06:02:: 4 3
-home%1:15:02:: 3 10
-home%1:15:03:: 6 1
-home%1:15:04:: 1 55
-home%1:15:05:: 5 2
-home%3:00:00:: 1 7
-home%3:01:00:: 2 3
-home%4:02:01:: 1 59
-home%4:02:04:: 2 2
-home_economics%1:09:00:: 1 2
-home_folks%1:14:00:: 1 2
-home_movie%1:10:00:: 1 1
-home_plate%1:06:00:: 1 2
-home_run%1:04:00:: 1 13
-homebound%1:14:00:: 1 1
-homefolk%1:14:00:: 1 1
-homegrown%5:00:00:native:01 1 1
-homeland%1:15:00:: 1 2
-homely%5:00:00:comfortable:00 2 3
-homely%5:00:00:plain:01 3 1
-homely%5:00:00:unattractive:00 1 5
-homemade%3:00:00:: 1 1
-homer%1:04:00:: 1 12
-homer%1:18:00:: 2 1
-homeric%3:01:00:: 1 2
-homesick%5:00:00:unhappy:00 1 3
-homesteader%1:18:00:: 1 3
-hometown%1:15:00:: 1 1
-homeward%4:02:00:: 1 1
-homicidal%5:00:00:bloody:00 1 1
-homicide%1:04:00:: 1 1
-homogenate%1:27:00:: 1 2
-homogeneity%1:07:00:: 1 4
-homogeneous%3:00:00:: 1 7
-homogeneously%4:02:00:: 1 1
-homogenize%2:30:01:: 1 1
-homosexual%1:18:00:: 1 1
-homosexual%3:00:00:: 1 1
-homozygous%3:00:00:: 1 5
-honest%3:00:00:: 1 10
-honest%5:00:00:artless:00 4 1
-honest%5:00:00:sincere:00 2 5
-honest%5:00:00:trustworthy:00 3 2
-honestly%4:02:00:: 1 6
-honestly%4:02:01:: 2 1
-honesty%1:07:00:: 1 2
-honey%1:13:00:: 1 9
-honey%1:18:00:: 2 4
-honey%5:00:00:chromatic:00 1 2
-honeybee%1:05:00:: 1 6
-honeymoon%1:28:00:: 1 2
-honeymoon%2:42:00:: 1 3
-honeysuckle%1:20:01:: 1 1
-honky-tonk%1:06:00:: 1 1
-honkytonk%1:06:00:: 1 1
-honolulu%1:15:00:: 1 3
-honor%1:07:00:: 3 3
-honor%1:10:00:: 1 11
-honor%1:26:00:: 2 3
-honor%2:41:00:: 1 28
-honor%2:41:01:: 2 3
-honorable%3:00:04:: 1 1
-honorably%4:02:02:: 1 2
-honored%5:00:00:reputable:00 1 4
-honour%1:10:00:: 2 1
-honour%1:26:00:: 1 1
-honour%2:41:00:: 1 1
-hood%1:18:00:: 1 1
-hoof%1:05:00:: 1 7
-hoofmark%1:10:00:: 1 1
-hook%1:06:03:: 1 1
-hook%2:35:00:: 1 2
-hook%2:35:03:: 4 1
-hook%2:36:00:: 3 1
-hook%2:40:02:: 2 1
-hook_up%2:35:00:: 1 1
-hooked%5:00:00:addicted:00 2 1
-hooked%5:00:00:crooked:01 1 1
-hooker's_green%1:27:00:: 1 1
-hookup%1:06:01:: 1 1
-hookworm%1:05:00:: 1 1
-hoop%1:06:00:: 2 1
-hoop%1:06:01:: 1 1
-hoop_snake%1:05:00:: 1 2
-hoot%1:10:01:: 1 1
-hoot%2:32:00:: 1 3
-hop%1:04:00:: 1 1
-hop%2:38:00:: 1 7
-hop%2:38:04:: 2 1
-hop%2:38:05:: 3 1
-hop-skip%2:38:00:: 1 1
-hope%1:09:00:: 3 14
-hope%1:12:00:: 2 17
-hope%1:12:01:: 1 18
-hope%1:18:00:: 4 2
-hope%2:31:00:: 3 23
-hope%2:37:00:: 2 37
-hope%2:37:01:: 1 60
-hopeful%3:00:00:: 1 2
-hopeful%5:00:00:auspicious:00 2 1
-hopefully%4:02:00:: 1 3
-hopeless%3:00:00:: 1 3
-hopelessly%4:02:01:: 1 3
-hopper%1:06:00:: 1 1
-hopscotch%1:04:00:: 1 1
-horde%1:14:00:: 1 3
-horizon%1:07:00:: 2 7
-horizon%1:15:00:: 1 9
-horizontal%3:00:00:: 1 4
-horizontal_bar%1:06:00:: 1 1
-hormone%1:08:00:: 1 6
-horn%1:05:01:: 2 3
-horn%1:05:02:: 6 1
-horn%1:06:01:: 5 1
-horn%1:06:04:: 4 1
-horn%1:06:06:: 1 7
-horn%1:10:02:: 3 1
-horn_fly%1:05:00:: 1 1
-hornpipe%1:04:00:: 1 1
-horoscope%1:10:00:: 1 1
-horrible%5:00:00:alarming:00 1 4
-horribly%4:02:00:: 1 3
-horrid%5:00:00:bad:00 1 1
-horrified%5:00:00:afraid(p):00 1 2
-horrifying%5:00:00:alarming:00 1 1
-horrifyingly%4:02:00:: 1 1
-horror%1:06:00:: 2 6
-horror%1:12:00:: 3 3
-horror%1:12:01:: 1 10
-horror-stricken%5:00:00:afraid(p):00 1 2
-hors_de_combat%5:00:00:injured:00 1 1
-horse%1:05:00:: 1 103
-horse%1:06:03:: 2 1
-horse-trail%1:06:00:: 1 1
-horse_chestnut%1:20:00:: 1 1
-horse_race%1:11:00:: 1 2
-horse_trading%1:04:00:: 1 1
-horseback%1:05:00:: 1 2
-horselaugh%1:10:00:: 1 1
-horseman%1:18:00:: 1 6
-horsemanship%1:09:00:: 1 1
-hospitable%3:00:00:: 1 1
-hospital%1:06:00:: 1 25
-hospitality%1:10:00:: 1 1
-host%1:05:00:: 3 4
-host%1:14:00:: 2 6
-host%1:14:01:: 6 1
-host%1:14:02:: 5 2
-host%1:18:01:: 4 3
-host%1:18:02:: 1 8
-hostelry%1:06:00:: 1 1
-hostess%1:18:00:: 2 2
-hostess%1:18:01:: 3 1
-hostess%1:18:02:: 1 2
-hostile%3:00:01:: 1 5
-hostile%3:00:02:: 2 3
-hostile%5:00:00:unfriendly:01 3 1
-hostility%1:07:00:: 1 3
-hot%3:00:01:: 1 50
-hot%3:00:02:: 3 3
-hot%5:00:00:fast:01 7 1
-hot%5:00:00:illegal:00 6 1
-hot%5:00:00:sexy:00 5 1
-hot%5:00:00:violent:00 2 4
-hot%5:00:00:warm:03 4 1
-hot-water_heater%1:06:00:: 1 1
-hot_potato%1:26:00:: 1 1
-hot_rod%1:06:00:: 1 1
-hot_spell%1:19:00:: 1 1
-hot_war%1:26:00:: 1 1
-hotel%1:06:00:: 1 39
-hotelman%1:18:00:: 1 1
-hotness%1:07:00:: 1 1
-hotshot%1:18:00:: 1 1
-hound%1:05:00:: 1 2
-hound%1:18:00:: 2 1
-hound_dog%1:05:00:: 1 1
-hour%1:28:00:: 1 92
-hour%1:28:01:: 2 22
-hour%1:28:02:: 3 1
-hour_angle%1:15:00:: 1 1
-hourly%3:01:00:: 1 1
-hours%1:28:00:: 1 9
-hours%1:28:01:: 2 3
-house%1:04:00:: 7 1
-house%1:06:00:: 1 157
-house%1:14:00:: 6 1
-house%1:14:01:: 2 2
-house%1:14:02:: 5 1
-house%1:14:03:: 4 1
-house%1:14:04:: 3 1
-house%2:41:00:: 2 4
-house%2:42:02:: 1 13
-house_of_prostitution%1:06:00:: 1 2
-house_of_representatives%1:14:00:: 1 5
-house_organ%1:10:00:: 1 1
-housebreaker%1:18:00:: 1 1
-housebreaking%1:04:00:: 1 1
-household%1:14:00:: 1 8
-household%5:00:00:domestic:01 1 1
-householder%1:18:00:: 1 2
-housekeeping%1:04:00:: 1 2
-housewife%1:18:00:: 1 5
-housework%1:04:00:: 1 1
-housing%1:06:00:: 1 4
-houston%1:15:00:: 1 5
-hover%2:38:00:: 3 2
-hover%2:38:01:: 4 1
-hover%2:42:00:: 1 2
-hover%2:42:01:: 2 2
-how%4:02:00:: 1 9
-how%4:02:01:: 2 8
-how_come%4:02:00:: 1 2
-however%4:02:00:: 1 180
-however%4:02:01:: 4 2
-however%4:02:02:: 3 11
-however%4:02:04:: 2 20
-howl%1:10:00:: 1 10
-howl%2:32:02:: 1 3
-howling%1:10:00:: 1 1
-howling%5:00:00:noisy:00 1 1
-hoydenish%5:00:00:spirited:00 1 1
-hp%1:23:00:: 1 3
-hr%1:28:00:: 1 26
-hub%1:06:00:: 1 2
-hubbub%1:11:00:: 1 1
-hubris%1:07:00:: 1 1
-huckster%1:18:00:: 1 2
-huckster%2:40:00:: 1 1
-huddle%1:10:00:: 1 2
-huddle%2:38:00:: 2 3
-huddle%2:38:01:: 1 6
-huddle_together%2:38:00:: 1 3
-huddled%5:00:00:crowded:00 2 1
-huddled%5:00:00:unerect:00 1 1
-hudson%1:17:00:: 1 5
-hudson_bay%1:17:00:: 1 2
-hudson_river%1:17:00:: 1 2
-hue%1:07:00:: 1 6
-hue_and_cry%1:10:00:: 1 1
-hued%5:00:00:colored:00 1 5
-hug%2:35:00:: 2 2
-hug%2:35:01:: 1 6
-huge%5:00:01:large:00 1 23
-hugging%1:04:00:: 1 1
-hulk%1:06:00:: 2 1
-hulk%1:18:00:: 1 1
-hulk%2:42:00:: 1 1
-hum%2:32:00:: 1 4
-human%1:03:00:: 1 7
-human%1:05:00:: 2 5
-human%3:00:00:: 3 15
-human%3:01:00:: 1 46
-human%3:01:01:: 2 19
-human_action%1:03:00:: 1 1
-human_being%1:05:00:: 1 21
-human_body%1:08:00:: 1 2
-human_death%1:11:00:: 1 1
-human_race%1:14:00:: 1 6
-human_waste%1:27:00:: 1 1
-humane%3:01:01:: 1 1
-humanely%4:02:00:: 1 1
-humanism%1:09:00:: 2 1
-humanism%1:09:01:: 1 1
-humanist%1:18:00:: 1 1
-humanist%3:01:03:: 1 1
-humanistic%3:01:02:: 1 1
-humanitarian%5:00:00:humane:00 1 1
-humanity%1:07:00:: 2 1
-humanity%1:07:02:: 3 1
-humanity%1:14:00:: 1 8
-humanize%2:37:00:: 1 1
-humble%2:37:00:: 2 1
-humble%2:37:01:: 1 1
-humble%3:00:00:: 2 1
-humble%5:00:00:inferior:01 1 3
-humbly%4:02:00:: 1 3
-humidity%1:26:00:: 1 1
-humiliate%2:37:00:: 1 2
-humiliating%5:00:00:undignified:00 1 2
-humiliation%1:12:00:: 2 2
-humiliation%1:26:00:: 1 2
-humility%1:07:00:: 1 2
-humility%1:12:00:: 2 1
-humming%1:04:00:: 2 1
-humming%1:11:00:: 1 1
-humor%1:07:00:: 4 1
-humor%1:07:01:: 2 8
-humor%1:10:00:: 1 8
-humor%1:12:00:: 3 7
-humor%2:32:00:: 1 2
-humorist%1:18:00:: 1 2
-humorous%3:00:00:: 1 9
-hun%1:18:02:: 1 1
-hunch%1:09:00:: 1 6
-hunch%2:38:00:: 1 2
-hunch_over%2:38:00:: 1 1
-hundred%1:23:00:: 1 22
-hundred%5:00:00:cardinal:00 1 26
-hundred_dollar_bill%1:21:00:: 1 2
-hung%5:00:00:adorned:00 1 1
-hungarian%3:01:00:: 1 1
-hungary%1:15:00:: 1 2
-hunger%1:07:00:: 2 1
-hunger%1:26:00:: 1 9
-hungry%3:00:00:: 1 7
-hungry%5:00:00:desirous:00 2 1
-hunker_down%2:35:00:: 1 1
-hunkered_down%5:00:00:unerect:00 1 1
-hunt%2:33:00:: 1 4
-hunt%2:38:00:: 2 2
-hunt_down%2:33:00:: 1 2
-hunted%5:00:00:afraid(p):00 1 1
-hunter%1:18:00:: 1 7
-hunting%1:04:00:: 3 1
-hunting%1:04:01:: 1 14
-hunting%1:04:02:: 2 1
-hunting_expedition%1:04:00:: 1 2
-hunting_ground%1:26:00:: 1 1
-hurdle%1:06:00:: 1 1
-hurdle%2:38:00:: 1 2
-hurl%2:35:00:: 1 9
-hurl%2:38:00:: 2 3
-hurler%1:18:00:: 1 2
-hurling%5:00:00:moving:02 1 1
-hurricane%1:19:00:: 1 2
-hurricane_deck%1:06:00:: 1 2
-hurried%3:00:00:: 1 3
-hurriedly%4:02:00:: 1 1
-hurry%1:04:00:: 3 1
-hurry%1:07:00:: 2 2
-hurry%1:26:00:: 1 6
-hurry%2:30:00:: 2 8
-hurry%2:30:01:: 3 1
-hurry%2:38:00:: 1 30
-hurrying%5:00:00:fast:01 1 3
-hurt%1:12:02:: 2 1
-hurt%1:26:00:: 1 6
-hurt%2:29:01:: 2 8
-hurt%2:30:04:: 4 4
-hurt%2:37:00:: 5 3
-hurt%2:37:01:: 3 4
-hurt%2:39:00:: 1 8
-hurt%5:00:01:injured:00 1 3
-hurt%5:00:02:injured:00 2 3
-hurtle%2:38:00:: 2 2
-hurtle%2:38:01:: 1 3
-husband%1:18:00:: 1 68
-husbandry%1:04:00:: 1 1
-hush%1:07:00:: 1 1
-hush%2:30:00:: 1 2
-hush%2:30:01:: 2 1
-husky%5:00:00:cacophonous:00 2 1
-husky%5:00:00:robust:00 1 3
-hustle%2:38:00:: 2 1
-hustle%2:38:01:: 1 2
-hut%1:06:00:: 2 4
-hut%1:06:01:: 1 14
-hutment%1:06:00:: 1 2
-hyacinth%1:27:00:: 1 1
-hyaline%5:00:00:clear:02 1 1
-hyalinization%1:26:00:: 1 1
-hydride%1:27:00:: 1 4
-hydrocarbon%1:27:00:: 1 3
-hydrochloride%1:27:00:: 1 1
-hydrogen%1:27:00:: 1 6
-hydrogen_atom%1:27:00:: 1 10
-hydrogen_bond%1:19:00:: 1 4
-hydrogen_peroxide%1:27:00:: 1 1
-hydrophilic%3:00:00:: 1 2
-hydrophobic%3:00:00:: 1 2
-hydrostatic_head%1:19:00:: 1 1
-hydrous%3:00:00:: 1 1
-hydroxide%1:27:00:: 1 1
-hydroxymethyl%1:27:00:: 1 1
-hymn%1:10:00:: 1 7
-hyperbolic%5:00:00:increased:00 1 2
-hyperbolically%4:02:00:: 1 1
-hypercellularity%1:26:00:: 1 1
-hyperemia%1:26:00:: 1 2
-hyperemic%3:01:00:: 1 2
-hyperfine%5:00:00:thin:01 1 1
-hyperplasia%1:26:00:: 1 1
-hypertrophied%3:00:00:: 1 1
-hypertrophy%1:26:00:: 1 2
-hypervelocity%1:28:00:: 1 1
-hyphenated%5:00:00:combined:00 1 1
-hypnotize%2:29:00:: 1 1
-hypoactive%5:00:00:inactive:01 1 1
-hypoadrenocorticism%1:26:00:: 1 1
-hypocellularity%1:26:00:: 1 1
-hypocrisy%1:07:00:: 2 1
-hypocrisy%1:10:00:: 1 1
-hypocrite%1:18:00:: 1 3
-hypodermic_syringe%1:06:00:: 1 1
-hypophyseal%3:01:00:: 1 1
-hypophysectomised%3:44:00:: 1 1
-hypothalamic%3:01:00:: 1 27
-hypothalamically%4:02:00:: 1 1
-hypothalamus%1:08:00:: 1 18
-hypothesis%1:09:00:: 2 2
-hypothesis%1:10:00:: 1 4
-hypothesize%2:31:00:: 1 3
-hypothetical%5:00:00:theoretical:00 1 3
-hypothyroidism%1:26:00:: 1 1
-hysteria%1:12:01:: 2 1
-hysteria%1:26:01:: 1 1
-hysterical%5:00:00:agitated:00 2 1
-hysterical%5:00:00:neurotic:00 1 3
-hysterically%4:02:00:: 1 2
-i.e.%4:02:00:: 1 19
-i.q.%1:24:00:: 1 4
-icbm%1:06:00:: 1 3
-ice%1:17:00:: 2 1
-ice%1:27:00:: 1 22
-ice_chest%1:06:00:: 1 1
-ice_cream%1:13:00:: 1 1
-ice_floe%1:17:00:: 1 1
-ice_pack%1:06:00:: 1 1
-ice_water%1:13:00:: 1 3
-icebox%1:06:00:: 1 3
-iced%5:00:00:cold:01 1 1
-iceland%1:15:00:: 1 2
-iceland%1:15:01:: 2 2
-icelandic%1:10:00:: 1 1
-icelandic-speaking%5:00:00:communicative:00 1 1
-icicle%1:27:00:: 1 1
-icy%5:00:00:cold:01 2 1
-icy%5:00:00:cold:02 1 2
-icy%5:00:00:frozen:00 3 1
-idea%1:09:00:: 1 151
-idea%1:09:01:: 2 4
-idea%1:09:02:: 4 1
-idea%1:09:03:: 3 1
-ideal%1:09:00:: 1 7
-ideal%1:18:00:: 2 2
-ideal%5:00:00:abstract:00 3 2
-ideal%5:00:00:perfect:00 1 8
-ideal%5:00:00:utopian:00 2 3
-ideal_gas%1:27:00:: 1 5
-idealist%1:18:00:: 1 2
-idealization%1:04:00:: 1 1
-idealized%5:00:00:perfect:00 1 4
-ideally%4:02:00:: 1 4
-identical%5:00:00:same:00 1 12
-identical%5:00:00:same:02 2 9
-identifiable%3:00:00:: 1 1
-identification%1:04:00:: 1 10
-identification%1:10:01:: 3 3
-identification%1:12:00:: 2 7
-identified%5:00:00:known:00 1 1
-identify%2:31:00:: 1 32
-identify%2:31:01:: 5 2
-identify%2:31:02:: 6 2
-identify%2:31:03:: 4 4
-identify%2:31:04:: 3 6
-identify%2:32:00:: 2 7
-identity%1:07:00:: 1 12
-identity%1:07:02:: 4 2
-identity%1:09:00:: 2 6
-identity%1:24:01:: 3 2
-ideologist%1:18:00:: 1 1
-ideology%1:09:01:: 1 4
-ideology%1:09:03:: 2 1
-idiom%1:07:00:: 3 1
-idiom%1:10:00:: 2 1
-idiom%1:10:02:: 1 2
-idiomatic%3:01:00:: 1 1
-idiosyncrasy%1:07:00:: 1 2
-idiosyncratic%5:00:00:individual:00 1 1
-idiot%1:18:00:: 1 4
-idiotic%5:00:00:insane:00 1 3
-idiotically%4:02:00:: 1 2
-idle%2:35:00:: 1 2
-idle%2:41:00:: 2 1
-idle%3:00:00:: 1 4
-idle%5:00:00:inactive:03 3 1
-idle%5:00:00:unsupported:02 2 1
-idle_talk%1:10:00:: 1 1
-idleness%1:04:00:: 1 2
-idler%1:18:00:: 1 2
-idly%4:02:00:: 1 3
-idol%1:06:00:: 1 2
-idol%1:18:00:: 2 1
-idolize%2:37:00:: 1 1
-idolized%5:00:00:loved:00 1 1
-idyllic%5:00:00:perfect:00 1 2
-if_not%4:02:00:: 1 4
-ignite%2:37:00:: 3 1
-ignite%2:43:00:: 1 2
-ignite%2:43:01:: 2 1
-ignition_key%1:06:00:: 1 1
-ignoramus%1:18:00:: 1 1
-ignorance%1:09:00:: 1 5
-ignorant%5:00:00:naive:00 3 1
-ignorant%5:00:00:unconscious:00 4 1
-ignorant%5:00:01:uneducated:00 2 2
-ignorant%5:00:02:uneducated:00 1 3
-ignore%2:31:03:: 4 3
-ignore%2:32:00:: 2 13
-ignore%2:32:02:: 1 17
-ignore%2:39:00:: 3 7
-ile-de-france%1:15:00:: 1 1
-ileum%1:08:00:: 1 1
-iliad%1:10:00:: 1 5
-ilk%1:09:00:: 1 1
-ill%1:26:01:: 1 2
-ill%3:00:01:: 1 4
-ill%4:02:00:: 1 3
-ill%5:00:00:bad:00 3 1
-ill%5:00:00:harmful:00 2 1
-ill-conceived%5:00:00:foolish:00 1 1
-ill-equipped%5:00:00:unequipped:00 1 1
-ill-fated%5:00:00:unfortunate:00 1 1
-ill-starred%5:00:00:unfortunate:00 1 3
-ill-used%5:00:00:misused:00 1 1
-ill_health%1:26:00:: 1 1
-ill_turn%1:04:00:: 1 1
-ill_will%1:12:00:: 1 2
-illegal%3:00:00:: 1 3
-illegitimacy%1:26:00:: 1 1
-illegitimate%5:00:00:illegal:00 1 1
-illicit%3:00:00:: 1 1
-illinois%1:15:00:: 1 8
-illiterate%3:00:00:: 1 2
-illiterate%5:00:00:uneducated:00 2 2
-illness%1:26:00:: 1 6
-illuminate%2:30:03:: 1 9
-illuminate%2:31:00:: 2 5
-illuminating%3:00:00:: 1 3
-illuminating%5:00:00:light:06 2 1
-illumination%1:26:00:: 2 1
-illumination%1:26:01:: 1 2
-illumine%2:30:00:: 1 6
-illusion%1:04:00:: 3 1
-illusion%1:09:00:: 2 6
-illusion%1:09:01:: 1 23
-illusionary%5:00:00:unreal:00 1 1
-illusory%5:00:00:unreal:00 1 1
-illustrate%2:32:00:: 1 33
-illustrate%2:36:00:: 2 5
-illustrate%2:36:01:: 3 3
-illustrated%3:00:00:: 1 2
-illustration%1:06:00:: 4 1
-illustration%1:09:02:: 3 1
-illustration%1:10:00:: 1 4
-illustration%1:10:01:: 2 3
-illustrative%5:00:00:informative:00 1 2
-illustrator%1:18:00:: 1 2
-illustrious%5:00:00:glorious:00 2 1
-illustrious%5:00:00:known:00 1 1
-image%1:06:00:: 3 8
-image%1:07:00:: 2 9
-image%1:09:00:: 1 31
-image%1:09:02:: 4 2
-image%1:10:00:: 5 1
-image_orthicon%1:06:00:: 1 1
-imagery%1:09:00:: 1 4
-imaginary%5:00:00:unreal:00 1 7
-imagination%1:09:01:: 1 16
-imagination%1:09:02:: 2 9
-imagination%1:09:03:: 3 4
-imaginative%5:00:00:creative:00 1 3
-imaginatively%4:02:00:: 1 1
-imagine%2:31:01:: 2 11
-imagine%2:36:00:: 1 66
-imagined%5:00:00:unreal:00 1 5
-imaging%1:09:00:: 1 1
-imbalance%1:26:00:: 1 1
-imbecile%1:18:00:: 1 2
-imbed%2:35:00:: 1 3
-imbibe%2:35:01:: 1 1
-imbued%5:00:00:full:00 1 1
-imitate%2:36:00:: 1 4
-imitate%2:42:00:: 2 2
-imitation%1:04:00:: 3 4
-imitation%1:06:00:: 2 4
-imitation%1:09:00:: 1 11
-imitation%5:00:02:artificial:00 1 2
-imitative%3:00:00:: 1 2
-immaculate%5:00:00:clean:01 1 1
-immaterial%3:00:02:: 1 1
-immature%3:00:02:: 1 2
-immature%5:00:00:undeveloped:00 2 1
-immediacy%1:07:01:: 3 1
-immediacy%1:07:02:: 1 6
-immediacy%1:09:00:: 2 1
-immediate%3:00:00:: 2 3
-immediate%5:00:00:close:01 1 6
-immediate%5:00:00:present(a):01 4 11
-immediate%5:00:00:proximate:00 3 2
-immediately%4:02:00:: 1 46
-immediately%4:02:03:: 2 5
-immense%5:00:01:large:00 1 5
-immensely%4:02:01:: 1 3
-immensity%1:07:00:: 1 1
-immerse%2:31:00:: 2 1
-immerse%2:35:00:: 1 1
-immigrant%1:18:00:: 1 5
-immigrant_class%1:14:00:: 1 1
-immigration%1:04:00:: 1 1
-imminence%1:26:00:: 1 1
-imminent%5:00:00:close:01 1 1
-immobility%1:26:00:: 1 1
-immoral%3:00:00:: 1 2
-immoral%5:00:00:wrong:01 2 2
-immortal%3:00:00:: 1 5
-immortality%1:07:00:: 1 14
-immunity%1:26:00:: 1 5
-immunoelectrophoresis%1:22:00:: 1 1
-imp%1:18:01:: 1 1
-impact%1:04:00:: 3 1
-impact%1:11:00:: 1 11
-impact%1:19:00:: 2 6
-impacted%5:00:00:compact:00 1 1
-impair%2:30:00:: 1 4
-impair%2:30:01:: 2 3
-impaired%3:00:00:: 1 1
-impairment%1:11:00:: 1 1
-impale%2:35:00:: 1 2
-impart%2:40:00:: 1 7
-impart%2:40:01:: 2 1
-impartial%3:00:00:: 1 1
-impassable%3:00:00:: 1 1
-impasse%1:26:00:: 1 2
-impassioned%5:00:00:passionate:00 1 4
-impatience%1:12:00:: 2 1
-impatience%1:26:00:: 1 4
-impatient%3:00:00:: 1 5
-impatient%5:00:00:eager:00 2 2
-impatiently%4:02:00:: 1 6
-impeccable%5:00:00:perfect:00 1 2
-impeccably%4:02:00:: 1 2
-impede%2:35:00:: 2 1
-impede%2:41:00:: 1 2
-impel%2:36:00:: 1 1
-impelled%5:00:00:motivated:00 1 1
-impending%5:00:00:close:01 1 4
-imperative%3:00:00:: 1 2
-imperceptibly%4:02:00:: 1 1
-imperfect%3:00:00:: 1 2
-imperfect%5:00:00:human:00 2 1
-imperfectability%1:09:00:: 1 1
-imperfectly%4:02:00:: 1 2
-imperial%3:01:01:: 1 1
-imperialism%1:10:00:: 1 2
-imperil%2:42:00:: 1 1
-imperious%5:00:00:domineering:00 1 1
-impersonal%3:00:00:: 1 6
-impersonal%5:00:00:objective:00 2 1
-impersonate%2:36:00:: 1 2
-impervious%3:00:00:: 1 1
-impetuous%5:00:00:incautious:00 1 2
-impetus%1:19:00:: 1 3
-impinge%2:41:10:: 1 1
-impinge_on%2:35:00:: 1 2
-impinging%1:11:00:: 1 3
-impious%3:00:00:: 1 2
-implacable%3:00:00:: 1 2
-implant%2:35:00:: 1 1
-implement%1:06:00:: 1 2
-implement%2:30:00:: 3 2
-implement%2:41:00:: 2 2
-implement%2:41:01:: 1 3
-implementation%1:04:00:: 2 1
-implementation%1:04:01:: 1 2
-implicated%5:00:00:involved:00 1 1
-implication%1:09:00:: 2 6
-implication%1:09:01:: 1 9
-implication%1:10:00:: 3 1
-implicit%3:00:00:: 1 3
-implicit_in%5:00:00:implicit:00 1 1
-implied%5:00:00:implicit:00 1 1
-implike%5:00:00:playful:00 1 2
-implore%2:32:00:: 1 4
-imploring%5:00:00:beseeching:00 1 1
-imply%2:32:00:: 1 17
-imply%2:32:01:: 2 14
-imply%2:42:00:: 3 1
-import%1:06:00:: 1 2
-import%1:09:00:: 4 1
-import%1:10:00:: 3 1
-import%1:18:00:: 2 1
-import%2:40:00:: 1 4
-importance%1:07:00:: 1 50
-importance%1:26:00:: 2 4
-important%3:00:00:: 1 146
-important%3:00:02:: 3 2
-important%3:00:04:: 2 4
-important%5:00:00:influential:00 4 1
-important-looking%5:00:00:impressive:00 1 1
-importantly%4:02:01:: 1 1
-importation%1:04:00:: 1 1
-importunity%1:10:00:: 1 1
-impose%2:32:00:: 2 7
-impose%2:40:00:: 3 4
-impose%2:41:00:: 1 12
-imposing%5:00:00:impressive:00 1 1
-imposition%1:04:02:: 1 2
-impossible%1:09:00:: 1 1
-impossible%3:00:00:: 1 34
-impossible%5:00:00:unthinkable:00 2 12
-impotence%1:07:00:: 1 1
-impotency%1:07:00:: 1 1
-impotent%3:00:00:: 1 4
-impractical%3:00:00:: 1 2
-imprecate%2:32:01:: 1 1
-imprecation%1:10:00:: 1 4
-imprecise%3:00:00:: 1 1
-impregnable%5:00:00:invulnerable:00 1 1
-impress%2:31:00:: 3 5
-impress%2:35:00:: 4 1
-impress%2:37:00:: 2 8
-impress%2:37:01:: 1 9
-impression%1:07:00:: 2 6
-impression%1:09:00:: 1 14
-impression%1:09:01:: 3 1
-impressionist%1:18:00:: 1 1
-impressionist%3:01:00:: 1 1
-impressive%3:00:00:: 1 16
-imprimatur%1:10:00:: 1 1
-imprint%1:09:00:: 1 1
-imprint%2:41:00:: 1 2
-imprison%2:41:00:: 1 3
-imprison%2:41:01:: 2 1
-imprisonment%1:04:01:: 1 3
-improbable%3:00:00:: 1 1
-impromptu%1:10:00:: 1 1
-impromptu%5:00:00:unprepared:00 1 1
-improperly%4:02:00:: 1 1
-impropriety%1:07:00:: 1 1
-improve%2:30:00:: 2 12
-improve%2:30:01:: 1 66
-improved%3:00:00:: 1 3
-improved%5:00:00:better:00 2 2
-improvement%1:04:00:: 2 7
-improvement%1:11:00:: 1 7
-improvement%1:26:00:: 3 4
-improvise%2:36:00:: 1 3
-improvised%5:00:00:impermanent:00 1 1
-impudent%5:00:00:disrespectful:00 1 2
-impudent%5:00:00:forward:02 2 1
-impudently%4:02:00:: 1 1
-impulse%1:04:01:: 5 1
-impulse%1:11:00:: 3 2
-impulse%1:11:01:: 4 1
-impulse%1:12:01:: 2 3
-impulse%1:16:00:: 1 10
-impunity%1:26:00:: 1 1
-impurity%1:26:00:: 2 3
-impurity%1:27:00:: 1 8
-impute%2:31:00:: 1 3
-in%1:23:00:: 1 3
-in%3:00:00:: 1 2
-in%4:02:00:: 2 8
-in%4:02:01:: 1 19
-in%5:00:00:internal:00 2 1
-in-fighting%1:04:01:: 1 1
-in-person%5:00:00:personal:00 1 1
-in_a_bad_way%5:00:02:troubled:00 1 1
-in_a_moment%4:02:00:: 1 2
-in_a_sense%4:02:00:: 1 6
-in_a_similar_way%4:02:02:: 1 1
-in_a_way%4:02:00:: 2 2
-in_a_way%4:02:02:: 1 7
-in_absentia%4:02:00:: 1 1
-in_accord%5:00:00:consistent:00 1 1
-in_addition%4:02:00:: 1 50
-in_advance%4:02:00:: 1 3
-in_advance%5:00:00:front(a):00 1 2
-in_agreement%4:02:00:: 1 2
-in_agreement%5:00:00:consistent:00 1 1
-in_all%4:02:00:: 1 1
-in_all_likelihood%4:02:00:: 1 1
-in_any_case%4:02:00:: 1 8
-in_any_event%4:02:00:: 1 6
-in_arrears%5:00:00:late:00 1 2
-in_brief%4:02:01:: 1 1
-in_case%4:02:00:: 1 4
-in_charge%5:00:00:dominant:01 1 5
-in_check%4:02:00:: 1 4
-in_chorus%4:02:00:: 1 1
-in_color%3:00:00:: 1 1
-in_common%4:02:00:: 1 7
-in_concert%4:02:00:: 1 2
-in_conclusion%4:02:00:: 1 1
-in_demand%5:00:00:salable:00 1 1
-in_detail%4:02:00:: 1 11
-in_due_course%4:02:00:: 1 1
-in_earnest%5:00:00:serious:00 1 1
-in_effect%4:02:00:: 1 6
-in_effect%5:00:00:operative:00 1 4
-in_embryo%5:00:00:early:02 1 1
-in_essence%4:02:00:: 1 2
-in_evidence%5:00:00:conspicuous:00 1 4
-in_extremis%4:02:00:: 1 1
-in_fact%4:02:00:: 1 52
-in_for%5:00:00:certain:03 1 6
-in_front%4:02:00:: 1 30
-in_full%4:02:00:: 1 3
-in_full_swing%5:00:00:active:06 1 1
-in_full_view%5:00:00:unconcealed:00 1 1
-in_general%4:02:00:: 1 20
-in_general%5:00:00:general:00 1 1
-in_good_order%4:02:00:: 1 1
-in_hand%4:02:00:: 1 1
-in_hand%5:00:00:accessible:00 1 2
-in_harmony%5:00:00:harmonious:00 1 4
-in_haste%4:02:01:: 1 1
-in_height%5:00:00:tall:00 1 1
-in_his_right_mind%5:00:00:sane:00 1 1
-in_kind%4:02:00:: 1 1
-in_length%5:00:00:long:01 1 2
-in_line%4:02:00:: 1 1
-in_line%5:00:00:succeeding(a):00 2 1
-in_name%4:02:00:: 1 1
-in_no_way%4:02:01:: 1 4
-in_operation%5:00:01:operative:00 1 2
-in_opposition%4:02:00:: 1 1
-in_order%5:00:00:appropriate:00 1 5
-in_order%5:00:00:ready:00 3 1
-in_order%5:00:00:systematic:00 2 1
-in_other_words%4:02:00:: 1 5
-in_particular%4:02:00:: 1 9
-in_passing%4:02:00:: 1 1
-in_person%4:02:01:: 1 2
-in_place%4:02:00:: 1 6
-in_practice%4:02:00:: 1 4
-in_principle%4:02:00:: 1 2
-in_private%4:02:00:: 1 1
-in_progress%5:00:00:current:00 1 1
-in_proportion_to%5:00:00:commensurate:00 1 1
-in_public%4:02:00:: 1 2
-in_question%5:00:00:relevant:00 1 5
-in_reality%4:02:00:: 1 5
-in_regard_to%5:00:00:related:02 1 1
-in_relation_to%5:00:00:related:02 1 10
-in_reply%4:02:00:: 1 6
-in_secret%4:02:00:: 1 2
-in_short%4:02:01:: 1 8
-in_sight%5:00:00:visible:00 1 4
-in_so_far%4:02:00:: 1 2
-in_some_way%4:02:00:: 1 5
-in_stock%5:00:00:available:00 1 1
-in_store%5:00:00:future:00 1 1
-in_stride%4:02:00:: 1 2
-in_terms_of%5:00:00:related:02 1 20
-in_that%4:02:00:: 1 4
-in_the_air%4:02:00:: 1 3
-in_the_bargain%4:02:00:: 1 1
-in_the_beginning%4:02:00:: 1 1
-in_the_beginning%4:02:01:: 2 1
-in_the_end%4:02:00:: 2 5
-in_the_end%4:02:02:: 1 9
-in_the_final_analysis%4:02:00:: 1 1
-in_the_first_place%4:02:00:: 2 5
-in_the_first_place%4:02:01:: 1 6
-in_the_flesh%5:00:00:personal:00 1 1
-in_the_head%4:02:00:: 1 1
-in_the_last_analysis%4:02:00:: 1 3
-in_the_lead%4:02:00:: 1 1
-in_the_long_run%4:02:00:: 1 2
-in_the_meantime%4:02:00:: 1 4
-in_the_middle%4:02:00:: 1 4
-in_the_midst%4:02:00:: 1 10
-in_theory%4:02:00:: 1 2
-in_this%4:02:00:: 1 4
-in_time%4:02:00:: 1 9
-in_time%4:02:01:: 2 2
-in_toto%4:02:00:: 1 1
-in_trouble%5:00:00:pregnant:00 2 2
-in_trouble%5:00:00:troubled:00 1 4
-in_truth%4:02:01:: 1 7
-in_turn%4:02:00:: 1 15
-in_unison%4:02:02:: 1 3
-in_use%5:00:00:occupied:00 1 3
-in_use%5:00:00:used:00 2 2
-in_vain%4:02:00:: 1 1
-in_view%5:00:00:visible:00 1 2
-in_vitro%3:00:00:: 1 3
-in_vivo%4:02:00:: 1 3
-in_vogue%5:00:00:fashionable:00 1 1
-in_width%5:00:00:wide:00 1 1
-in_writing%4:02:00:: 1 1
-inability%1:09:00:: 1 5
-inaccuracy%1:07:02:: 1 1
-inaccurate%3:00:00:: 1 2
-inaccurate%5:00:00:imprecise:00 2 1
-inaccurate%5:00:00:incorrect:00 3 1
-inaction%1:26:00:: 1 1
-inactive%3:00:02:: 2 1
-inactive%5:00:00:unreactive:00 1 3
-inadequacy%1:07:01:: 1 1
-inadequate%3:00:00:: 1 14
-inadequately%4:02:00:: 1 1
-inadvertence%1:09:00:: 1 1
-inadvertently%4:02:00:: 1 1
-inadvisable%3:00:00:: 1 1
-inane%5:00:00:foolish:00 1 1
-inanimate%3:00:02:: 1 1
-inappropriate%3:00:00:: 1 2
-inaudible%3:00:00:: 1 2
-inaugural%1:10:00:: 1 1
-inaugural%3:00:00:: 1 1
-inaugural%5:00:00:opening:00 2 1
-inaugurate%2:41:00:: 1 3
-inauguration%1:04:01:: 1 1
-inboard%3:00:00:: 1 1
-incalculable%3:00:00:: 1 1
-incandescent%5:00:00:light:06 1 1
-incantation%1:10:00:: 1 1
-incapable%3:00:00:: 1 4
-incapable%5:00:00:incompetent:00 3 1
-incapable%5:00:00:unsusceptible:00 2 1
-incapacitate%2:30:00:: 1 1
-incarnate%2:36:00:: 1 1
-incarnate%5:00:00:corporeal:00 1 1
-incarnation%1:10:00:: 2 1
-incarnation%1:18:00:: 1 1
-incense%1:27:00:: 1 1
-incensed%5:00:00:angry:00 1 1
-incentive%1:16:00:: 1 5
-incentive%1:21:00:: 2 1
-inception%1:11:00:: 1 2
-incertain%3:00:00:: 1 1
-incessant%5:00:00:continual:00 1 1
-inch%1:23:00:: 1 49
-inch%1:23:02:: 2 6
-inch%2:38:00:: 1 1
-incidence%1:24:00:: 1 5
-incident%1:11:00:: 1 22
-incident%3:01:00:: 1 8
-incidental%3:00:00:: 1 1
-incidental_to%5:00:00:related:02 1 1
-incidentally%4:02:00:: 1 2
-incidentally%4:02:01:: 2 1
-incipience%1:28:00:: 1 1
-incipiency%1:28:00:: 1 2
-incise%2:35:00:: 1 1
-incisive%5:00:00:perceptive:00 1 2
-incite%2:32:00:: 2 2
-incite%2:36:00:: 1 2
-incitement%1:04:02:: 1 3
-incitement%1:10:01:: 2 1
-inclination%1:09:00:: 1 2
-inclination%1:25:01:: 3 1
-inclination%1:25:02:: 2 1
-incline%1:06:00:: 2 1
-incline%1:17:00:: 1 1
-incline%2:42:01:: 1 6
-incline_bench_press%1:04:00:: 1 2
-inclined%3:00:02:: 1 4
-inclose%2:35:00:: 1 1
-include%2:30:00:: 3 18
-include%2:31:00:: 2 32
-include%2:41:03:: 4 8
-include%2:42:00:: 1 234
-inclusion_body%1:17:00:: 1 1
-inclusive%3:00:00:: 1 2
-incoherent%3:00:00:: 1 1
-income%1:21:00:: 1 45
-income_tax%1:21:00:: 1 4
-income_tax_return%1:10:00:: 1 4
-incoming%3:00:00:: 1 1
-incompatibility%1:24:02:: 1 1
-incompatible%3:00:01:: 1 2
-incompetence%1:07:00:: 1 1
-incompetent%1:18:00:: 1 2
-incomplete%3:00:00:: 1 9
-incompletely%4:02:00:: 1 2
-incomprehensible%3:00:00:: 2 1
-incomprehensible%3:00:04:: 1 1
-inconceivable%5:00:00:unthinkable:00 1 1
-inconsequential%5:00:00:unimportant:00 1 3
-inconsiderable%3:00:00:: 1 1
-inconsistent%3:00:00:: 1 1
-inconsistent%5:00:00:irreconcilable:00 2 1
-inconvenience%1:07:01:: 3 1
-inconvenience%1:07:02:: 2 1
-inconvenience%1:26:00:: 1 1
-inconvenient%3:00:00:: 1 1
-inconveniently%4:02:00:: 1 1
-incorporate%2:30:00:: 1 6
-incorporate%2:42:00:: 2 1
-incorporation%1:04:01:: 1 1
-incorrect%3:00:00:: 1 1
-incorruptibility%1:07:00:: 1 1
-increase%1:04:00:: 5 3
-increase%1:07:00:: 4 3
-increase%1:11:00:: 2 21
-increase%1:22:00:: 3 7
-increase%1:23:00:: 1 49
-increase%2:30:00:: 1 86
-increase%2:30:02:: 2 61
-increased%3:00:00:: 1 30
-increasing%3:00:00:: 1 14
-increasingly%4:02:00:: 1 16
-incredible%3:00:00:: 1 10
-incredibly%4:02:00:: 1 5
-incubate%2:29:00:: 2 1
-incubate%2:30:02:: 1 1
-incubation%1:04:00:: 1 1
-incubation_period%1:28:00:: 1 3
-incubus%1:18:00:: 1 1
-inculcate%2:31:00:: 1 1
-inculcation%1:04:00:: 1 1
-incur%2:42:00:: 1 11
-incurable%3:00:00:: 1 1
-incurable%5:00:00:hopeless:00 2 1
-incurably%4:02:01:: 1 1
-incursion%1:04:01:: 1 1
-indebted%5:00:01:obligated(p):00 2 2
-indecent%3:00:00:: 2 1
-indecent%5:00:00:improper:00 1 2
-indecision%1:09:00:: 1 2
-indeed%4:02:03:: 1 66
-indefatigable%5:00:00:energetic:00 1 1
-indefensible%5:00:00:unreasonable:00 1 1
-indefinable%5:00:00:undefined:00 1 1
-indefinite%3:00:00:: 1 8
-indefinitely%4:02:00:: 1 3
-indefinity%1:07:00:: 1 1
-indelible%5:00:00:ineradicable:00 1 1
-indelicate%5:00:00:tasteless:02 1 1
-indentation%1:25:00:: 1 1
-independence%1:11:00:: 2 1
-independence%1:26:00:: 1 22
-independent%3:00:00:: 1 26
-independent%5:00:00:absolute:00 2 6
-independent%5:00:00:free:00 3 2
-independent%5:00:00:unconditional:00 4 1
-independently%4:02:00:: 1 6
-indescribable%5:00:00:inexpressible:00 1 1
-indeterminate%3:00:01:: 1 1
-index%1:10:01:: 2 1
-index%1:24:00:: 1 1
-index%2:41:00:: 1 1
-index_finger%1:08:00:: 1 4
-indexing%1:04:00:: 1 1
-india%1:15:00:: 1 5
-indian%1:18:00:: 1 10
-indian%3:01:00:: 1 3
-indian%3:01:01:: 2 1
-indian_python%1:05:00:: 1 5
-indian_summer%1:28:00:: 1 1
-indiana%1:15:00:: 1 2
-indianapolis%1:15:00:: 1 2
-indicate%2:32:00:: 3 37
-indicate%2:32:01:: 1 68
-indicate%2:32:02:: 4 14
-indicate%2:32:03:: 2 65
-indicate%2:32:04:: 5 4
-indication%1:10:00:: 1 13
-indicative_of%5:00:00:communicative:00 1 2
-indicator%1:06:00:: 3 2
-indicator%1:10:00:: 1 9
-indicator%1:10:01:: 2 2
-indict%2:41:00:: 1 2
-indictment%1:10:00:: 1 4
-indictment%1:10:01:: 2 1
-indifference%1:07:00:: 3 1
-indifference%1:12:00:: 1 4
-indifference%1:12:01:: 2 1
-indifferent%5:00:00:heedless:00 3 2
-indifferent%5:00:00:unconcerned:00 2 3
-indifferent%5:00:00:unimportant:00 4 1
-indifferent%5:00:00:uninterested:00 1 4
-indifferently%4:02:00:: 1 1
-indigestion%1:26:00:: 1 1
-indignant%5:00:00:angry:00 1 2
-indignantly%4:02:00:: 1 1
-indignation%1:12:00:: 1 8
-indignity%1:04:00:: 1 1
-indirect%3:00:00:: 2 2
-indirect%5:00:00:mediate:00 1 8
-indirection%1:04:00:: 1 1
-indirectly%4:02:00:: 1 7
-indiscriminate%5:00:00:undiscriminating:00 1 1
-indiscriminately%4:02:00:: 1 1
-indispensable%3:00:00:: 1 2
-indispensable%5:00:00:necessary:00 2 1
-indistinct%3:00:00:: 1 1
-indistinguishable%5:00:00:same:00 1 1
-individual%1:03:00:: 1 51
-individual%1:18:00:: 2 14
-individual%3:00:00:: 1 38
-individual%5:00:00:independent:00 2 8
-individual%5:00:00:personal:00 4 2
-individual%5:00:00:unshared:00 3 4
-individualism%1:07:00:: 1 9
-individualism%1:09:00:: 3 1
-individualism%1:09:01:: 2 1
-individualist%1:18:00:: 1 3
-individualistic%5:00:00:capitalistic:00 2 1
-individualistic%5:00:00:individual:00 1 1
-individuality%1:07:00:: 1 1
-individualized%5:00:00:personal:00 1 2
-individually%4:02:00:: 1 7
-indoctrinate%2:31:00:: 1 1
-indolence%1:07:00:: 1 1
-indolent%5:00:00:idle:00 1 4
-indonesia%1:15:00:: 1 1
-indoor%3:00:00:: 1 2
-indoors%4:02:00:: 1 1
-indorse%2:41:00:: 1 1
-indubitable%5:00:00:unquestionable:00 1 1
-induce%2:31:00:: 4 2
-induce%2:32:00:: 2 6
-induce%2:36:00:: 1 11
-induce%2:36:01:: 3 5
-induced%3:00:00:: 1 1
-inducement%1:16:00:: 1 1
-induct%2:41:00:: 1 3
-induction%1:09:00:: 3 1
-induction%1:11:00:: 1 2
-induction%1:19:00:: 2 1
-indulge%2:34:00:: 2 2
-indulge%2:34:12:: 3 1
-indulge%2:41:01:: 1 2
-indulgent%3:00:00:: 1 1
-indulgent%5:00:00:permissive:01 2 1
-industrial%3:00:00:: 2 3
-industrial%3:01:00:: 1 20
-industrial%3:01:01:: 3 2
-industrial%5:00:00:blue-collar:00 4 2
-industrial_park%1:15:00:: 1 1
-industrial_revolution%1:28:00:: 1 2
-industrialism%1:14:00:: 1 1
-industrialization%1:04:00:: 1 2
-industrious%5:00:00:diligent:00 1 1
-industriously%4:02:00:: 1 1
-industry%1:04:00:: 2 15
-industry%1:14:00:: 1 56
-ineffable%5:00:00:inexpressible:00 1 1
-ineffectively%4:02:00:: 1 1
-ineligible%3:00:00:: 1 1
-inept%5:00:00:incompetent:00 2 1
-inept%5:00:00:infelicitous:00 1 1
-ineptly%4:02:00:: 1 1
-inequality%1:07:00:: 1 1
-inert%5:00:00:nonmoving:00 1 2
-inert%5:00:00:unreactive:00 2 1
-inertia%1:07:01:: 1 1
-inescapable%5:00:00:inevitable:00 1 4
-inescapably%4:02:00:: 1 1
-inevitability%1:07:00:: 1 1
-inevitable%1:11:00:: 1 1
-inevitable%3:00:00:: 1 5
-inevitable%5:00:00:predictable:00 2 3
-inevitably%4:02:00:: 1 6
-inevitably%4:02:02:: 2 2
-inexcusable%3:00:00:: 1 1
-inexhaustible%5:00:00:infinite:00 1 1
-inexorable%5:00:00:implacable:00 1 1
-inexorable%5:00:00:inflexible:02 2 1
-inexorably%4:02:00:: 1 1
-inexpensive%3:00:00:: 1 4
-inexperience%1:09:00:: 1 2
-inexperienced%3:00:00:: 1 3
-inexperienced_person%1:18:00:: 1 1
-inexplicable%3:00:00:: 1 2
-inexpressible%3:00:00:: 1 1
-inextricable%3:00:00:: 1 1
-infallible%3:00:00:: 1 1
-infamous%5:00:00:disreputable:00 1 2
-infancy%1:28:00:: 1 3
-infant%1:18:00:: 1 3
-infantile%5:00:00:immature:02 1 2
-infantry%1:14:00:: 1 13
-infantryman%1:18:00:: 1 2
-infatuation%1:12:00:: 1 2
-infect%2:29:00:: 3 1
-infect%2:29:01:: 2 2
-infect%2:31:00:: 1 2
-infected%5:00:01:septic:00 1 1
-infection%1:26:00:: 1 9
-infectious%3:00:00:: 2 4
-infectious%5:00:00:septic:00 1 7
-infectious_disease%1:26:00:: 1 3
-infectious_hepatitis%1:26:00:: 1 2
-infective%5:00:00:unhealthful:00 1 2
-infer%2:31:00:: 1 3
-infer%2:32:01:: 2 1
-inference%1:09:00:: 1 6
-inferential%3:01:00:: 1 1
-inferential%5:00:01:deductive:00 2 1
-inferior%3:00:01:: 1 2
-inferior%3:00:02:: 2 1
-inferior%5:00:00:junior:00 3 1
-inferiority%1:07:00:: 2 1
-inferiority%1:26:00:: 1 1
-inferiority_complex%1:12:00:: 1 1
-infernal%3:01:00:: 1 1
-infernal%5:00:00:cursed:00 3 1
-infernal%5:00:00:evil:00 2 1
-infertile%3:00:00:: 1 1
-infest%2:38:00:: 1 2
-infested%5:00:00:troubled:00 1 2
-infidelity%1:07:00:: 1 2
-infield%1:06:00:: 1 4
-infielder%1:18:00:: 1 1
-infiltrate%2:38:01:: 1 2
-infiltrate%2:41:00:: 2 1
-infiltration%1:04:00:: 1 5
-infinite%3:00:00:: 1 8
-infinitely%4:02:00:: 2 1
-infinitely%4:02:01:: 1 1
-infinitive%1:10:00:: 1 1
-infirm%5:00:00:ill:01 1 1
-infirmary%1:06:00:: 1 1
-infirmity%1:26:00:: 1 1
-inflame%2:29:01:: 1 2
-inflamed%5:00:00:light:06 2 1
-inflamed%5:00:00:unhealthy:00 1 1
-inflammatory%5:00:00:unhealthy:00 1 1
-inflate%2:30:00:: 2 1
-inflate%2:30:01:: 1 1
-inflated%5:00:01:increased:00 1 1
-inflation%1:22:00:: 1 1
-inflect%2:32:01:: 1 1
-inflected%5:00:00:derivative:00 1 2
-inflected%5:00:00:finite:02 2 1
-inflection%1:10:00:: 2 1
-inflection%1:24:00:: 1 1
-inflexible%3:00:02:: 1 1
-inflict%2:32:00:: 1 9
-infliction%1:04:00:: 1 1
-infliction%1:04:01:: 2 1
-inflow%1:22:00:: 1 1
-influence%1:04:00:: 2 10
-influence%1:07:00:: 1 27
-influence%1:09:00:: 3 9
-influence%1:19:00:: 4 3
-influence%2:31:00:: 2 9
-influence%2:41:00:: 1 19
-influent%5:00:00:incoming:00 1 2
-influential%3:00:00:: 1 2
-influx%1:22:00:: 1 1
-inform%2:30:00:: 2 2
-inform%2:32:00:: 1 46
-inform%2:32:10:: 3 1
-informal%3:00:01:: 1 3
-informal%5:00:00:unofficial:00 2 1
-informally%4:02:00:: 1 2
-informant%1:18:00:: 1 1
-information%1:09:00:: 2 47
-information%1:10:00:: 1 102
-information%1:10:02:: 3 1
-informed%3:00:00:: 1 2
-infrared%1:07:00:: 1 1
-infrared%5:00:00:invisible:00 1 2
-infrared_emission%1:19:00:: 1 4
-infrared_radiation%1:19:00:: 1 1
-infrared_spectrum%1:19:00:: 1 1
-infrequent%3:00:00:: 1 2
-infuriate%2:37:00:: 1 3
-infuriating%5:00:00:displeasing:00 1 2
-ingenious%5:00:00:creative:00 1 4
-ingest%2:31:00:: 2 1
-ingest%2:34:00:: 1 2
-inglorious%5:00:00:dishonorable:00 1 1
-ingratitude%1:12:00:: 1 1
-ingredient%1:06:00:: 1 3
-ingredient%1:09:00:: 2 1
-ingroup%1:14:00:: 1 1
-inhabit%2:42:00:: 1 3
-inhabit%2:42:02:: 2 1
-inhabitant%1:18:00:: 1 4
-inhabited%3:00:00:: 1 1
-inhalation%1:04:00:: 1 1
-inherent%5:00:00:intrinsic:00 1 7
-inherit%2:40:00:: 1 14
-inheritance%1:04:00:: 1 2
-inhibit%2:30:00:: 1 6
-inhibit%2:30:01:: 2 1
-inhibited%3:00:00:: 1 1
-inhibition%1:04:00:: 1 3
-inhibition%1:07:00:: 2 2
-inhibitory%5:00:00:restrictive:00 1 2
-inhospitable%3:00:00:: 1 1
-inhuman%5:00:00:inhumane:00 1 1
-inhuman%5:00:00:nonhuman:00 2 1
-inhumane%3:00:00:: 1 2
-initial%1:10:00:: 1 1
-initial%5:00:00:first:00 1 21
-initially%4:02:00:: 1 9
-initiate%2:36:00:: 2 3
-initiate%2:36:01:: 1 9
-initiate%2:41:01:: 3 2
-initiation%1:04:01:: 2 1
-initiation%1:11:00:: 1 2
-initiative%1:04:00:: 2 4
-initiative%1:07:00:: 1 5
-inject%2:29:00:: 1 4
-inject%2:30:00:: 2 3
-injection%1:04:00:: 1 4
-injure%2:29:00:: 1 12
-injured%3:00:00:: 1 7
-injured%5:00:00:wronged:00 2 1
-injury%1:11:00:: 2 7
-injury%1:26:00:: 1 13
-injustice%1:04:00:: 1 2
-ink%1:27:01:: 1 2
-inkling%1:09:00:: 1 1
-inlay%2:36:00:: 1 1
-inlet%1:17:00:: 1 3
-inmate%1:18:00:: 1 2
-inmate%1:18:01:: 2 1
-inmate%1:18:02:: 3 1
-inn%1:06:00:: 1 3
-innate%5:00:00:natural:01 1 1
-inner%3:00:00:: 2 5
-inner%5:00:00:intrinsic:00 3 3
-inner%5:00:00:inward:00 1 16
-inner%5:00:02:exclusive:00 4 2
-inner_city%1:15:00:: 1 2
-inning%1:28:00:: 1 16
-innocence%1:07:01:: 1 5
-innocent%3:00:00:: 1 11
-innocent%5:00:00:harmless:00 2 2
-innocent%5:00:00:naive:00 4 1
-innocent%5:00:00:virtuous:00 3 1
-innocent_of%5:00:00:uninformed:00 1 1
-innovate%2:36:00:: 1 1
-innovation%1:06:00:: 1 3
-innovation%1:09:00:: 2 1
-innumerable%5:00:00:incalculable:00 1 1
-inoculation%1:04:00:: 1 2
-inoperable%5:00:00:unserviceable:00 1 1
-inorganic%3:00:01:: 1 6
-input%1:10:00:: 1 3
-inquest%1:04:00:: 1 1
-inquire%2:31:00:: 2 4
-inquire%2:32:01:: 1 13
-inquiring%3:00:00:: 1 2
-inquiry%1:04:00:: 3 2
-inquiry%1:09:01:: 1 4
-inquiry%1:10:01:: 2 3
-inquisitive%5:00:00:curious:00 1 1
-inquisitor%1:18:00:: 1 1
-inroad%1:04:01:: 1 1
-insane%3:00:00:: 1 11
-insane%5:00:00:foolish:00 2 1
-insanely%4:02:01:: 1 2
-insanity%1:26:00:: 1 1
-inscribe%2:35:00:: 1 2
-inscribed%5:00:00:written:00 1 4
-inscription%1:10:00:: 1 3
-inscrutability%1:07:00:: 1 1
-inscrutable%5:00:00:inexplicable:00 1 1
-insect%1:05:00:: 1 8
-insensitive%3:00:01:: 1 1
-inseparable%5:00:00:indivisible:00 1 1
-insert%2:30:00:: 2 4
-insert%2:35:00:: 1 12
-insert%2:35:01:: 3 3
-inset%1:06:02:: 1 1
-inside%1:15:00:: 2 4
-inside%1:15:01:: 1 4
-inside%3:00:00:: 1 2
-inside%4:02:00:: 1 19
-inside%4:02:01:: 2 14
-inside%5:00:00:interior:00 2 1
-inside_job%1:04:00:: 1 1
-inside_out%4:02:00:: 1 3
-inside_track%1:07:00:: 1 1
-insidiously%4:02:00:: 1 2
-insight%1:09:01:: 3 3
-insight%1:09:02:: 1 9
-insight%1:12:00:: 2 3
-insignificance%1:07:00:: 1 1
-insignificant%5:00:00:inconsiderable:00 1 3
-insignificant%5:00:00:meaningless:00 3 1
-insignificant%5:00:00:minor:06 4 1
-insignificant%5:00:00:unnoticeable:00 2 2
-insignificantly%4:02:01:: 1 1
-insinuation%1:10:00:: 1 4
-insist%2:31:00:: 3 1
-insist%2:32:00:: 1 59
-insist%2:32:03:: 2 4
-insistence%1:10:00:: 1 4
-insistent%5:00:00:continual:00 1 2
-insistent%5:00:00:imperative:00 2 1
-insofar%4:02:00:: 1 3
-insolence%1:07:00:: 1 3
-insolent%5:00:00:disrespectful:00 1 3
-insolent%5:00:00:unashamed:00 2 1
-insolently%4:02:00:: 1 3
-insoluble%3:00:01:: 1 9
-insouciance%1:12:00:: 1 1
-inspect%2:38:00:: 2 1
-inspect%2:39:00:: 1 13
-inspection%1:04:00:: 2 1
-inspection%1:04:01:: 1 10
-inspector%1:18:01:: 1 4
-inspiration%1:06:00:: 2 1
-inspiration%1:09:02:: 1 1
-inspirational%5:00:00:sacred:00 1 1
-inspire%2:32:00:: 3 5
-inspire%2:32:01:: 4 1
-inspire%2:36:00:: 2 5
-inspire%2:37:00:: 1 9
-inspired%5:00:00:glorious:00 1 1
-inspiring%3:00:00:: 1 1
-instability%1:07:01:: 2 1
-instability%1:26:00:: 1 1
-instal%2:35:00:: 1 6
-install%2:35:00:: 1 28
-install%2:41:00:: 2 1
-installation%1:04:00:: 1 4
-installation%1:06:00:: 2 3
-installment%1:21:00:: 1 2
-instance%1:09:00:: 2 4
-instance%1:11:00:: 1 18
-instancy%1:07:01:: 1 1
-instant%1:28:00:: 2 9
-instant%1:28:01:: 1 22
-instant%5:00:00:fast:01 1 2
-instantaneous%5:00:00:fast:01 1 1
-instantly%4:02:00:: 1 10
-instantly%4:02:02:: 2 6
-instead%4:02:00:: 1 36
-instead%4:02:01:: 2 21
-instigate%2:32:00:: 1 2
-instillation%1:04:00:: 1 1
-instinct%1:09:00:: 1 4
-instinctive%5:00:00:natural:01 1 1
-instinctively%4:02:00:: 1 1
-institute%1:14:00:: 1 1
-institute%2:36:00:: 2 5
-institute%2:36:01:: 1 9
-institution%1:04:00:: 4 1
-institution%1:06:00:: 2 2
-institution%1:09:00:: 3 1
-institution%1:14:00:: 1 26
-institutional%3:01:00:: 1 3
-institutionalize%2:40:00:: 1 1
-institutionalized%3:00:00:: 1 1
-institutionalized%5:00:00:institutional:00 2 1
-instruct%2:32:00:: 1 9
-instruct%2:32:01:: 2 9
-instruction%1:04:00:: 3 2
-instruction%1:04:01:: 2 5
-instruction%1:10:04:: 1 11
-instructional%3:01:00:: 1 1
-instructions%1:10:00:: 1 1
-instructive%3:00:00:: 1 1
-instructor%1:18:00:: 1 5
-instrument%1:04:00:: 2 4
-instrument%1:06:00:: 1 23
-instrument%1:18:00:: 3 1
-instrument_flying%1:04:00:: 1 1
-instrument_panel%1:06:00:: 1 1
-instrumental%3:01:00:: 1 2
-instrumentalist%1:18:00:: 1 1
-instrumentality%1:07:00:: 2 1
-instrumentality%1:14:00:: 1 1
-instrumentation%1:04:00:: 2 1
-instrumentation%1:06:00:: 1 3
-insubordination%1:07:00:: 1 1
-insubstantial%3:00:00:: 1 1
-insufficient%3:00:00:: 1 3
-insufficiently%4:02:00:: 1 1
-insularity%1:26:00:: 1 1
-insulate%2:30:00:: 2 2
-insulate%2:30:01:: 1 2
-insulation%1:26:00:: 1 1
-insulin%1:08:00:: 1 3
-insult%1:10:00:: 1 2
-insult%2:32:00:: 1 3
-insulting%5:00:00:offensive:02 1 1
-insuperable%5:00:00:unconquerable:00 1 1
-insurance%1:10:00:: 2 2
-insurance%1:21:02:: 1 7
-insurance_claim%1:04:00:: 1 1
-insurance_company%1:14:00:: 1 4
-insurance_firm%1:14:00:: 1 1
-insurance_premium%1:21:00:: 1 1
-insure%2:31:00:: 1 12
-insure%2:32:00:: 3 2
-insure%2:32:04:: 2 10
-insure%2:40:00:: 4 1
-insured%3:00:00:: 1 1
-insurmountable%3:00:00:: 1 1
-insurrection%1:04:00:: 1 2
-intact%5:00:00:unimpaired:00 2 2
-intact%5:00:00:uninjured:00 3 1
-intact%5:00:00:whole:00 1 5
-intake%1:04:00:: 1 5
-intangible%1:21:00:: 1 1
-integer%1:23:00:: 1 5
-integral%1:09:00:: 1 1
-integral%5:00:00:intrinsic:00 1 3
-integral%5:00:00:whole:00 2 1
-integrate%2:30:00:: 1 6
-integrate%2:30:01:: 3 1
-integrate%2:41:00:: 2 2
-integrated%5:00:00:united:00 1 2
-integrating%1:04:00:: 1 1
-integration%1:04:00:: 1 20
-integration%1:04:02:: 2 2
-integration%1:04:03:: 3 2
-integrity%1:07:00:: 2 1
-integrity%1:26:00:: 1 3
-intellect%1:09:01:: 2 1
-intellect%1:09:02:: 1 5
-intellectual%1:18:00:: 1 3
-intellectual%3:00:00:: 3 1
-intellectual%3:01:00:: 1 10
-intellectual%5:00:00:mental:00 2 3
-intellectually%4:02:00:: 1 2
-intelligence%1:09:00:: 1 7
-intelligence%1:14:00:: 2 1
-intelligence_test%1:04:00:: 1 3
-intelligent%3:00:00:: 1 4
-intelligent%5:00:00:rational:00 4 1
-intelligent%5:00:00:reasonable:00 3 3
-intelligent%5:00:00:sophisticated:00 2 4
-intelligible%5:00:00:comprehensible:00 1 5
-intend%2:31:00:: 1 32
-intend%2:31:01:: 2 6
-intend%2:32:00:: 3 4
-intended%3:00:00:: 1 3
-intense%3:00:00:: 1 20
-intensely%4:02:00:: 1 3
-intensification%1:04:00:: 1 2
-intensify%2:30:00:: 3 2
-intensify%2:30:01:: 2 2
-intensify%2:30:02:: 1 3
-intensifying%3:00:00:: 1 1
-intensity%1:07:00:: 2 12
-intensity%1:07:03:: 1 29
-intensive%5:00:00:intense:00 1 1
-intensively%4:02:00:: 1 1
-intent%1:09:00:: 1 3
-intent%1:10:00:: 2 2
-intent%5:00:00:attentive:00 2 4
-intent%5:00:00:concentrated:00 1 5
-intent_on%5:00:00:resolute:00 1 2
-intention%1:09:00:: 1 12
-intention%1:09:01:: 2 1
-intentional%5:00:00:intended:00 1 2
-intentionally%4:02:00:: 1 1
-intently%4:02:00:: 1 4
-intentness%1:07:00:: 1 1
-inter%2:41:00:: 1 1
-inter%3:00:00:: 1 2
-inter_alia%4:02:00:: 1 1
-interact%2:41:00:: 1 2
-interaction%1:04:00:: 1 15
-intercede%2:32:00:: 1 1
-intercept%1:09:00:: 1 1
-intercept%2:35:00:: 1 5
-interceptor%1:06:00:: 1 1
-interchange%1:04:01:: 2 1
-interchange%1:06:00:: 1 5
-interchangeable%5:00:00:reciprocal:00 1 1
-interconnect%2:42:00:: 1 1
-interconnectedness%1:26:00:: 1 1
-intercontinental%3:00:00:: 1 2
-intercontinental_ballistic_missile%1:06:00:: 1 1
-intercourse%1:10:00:: 1 1
-interdepartmental%3:01:00:: 1 1
-interdependence%1:24:00:: 1 5
-interdependent%5:00:00:dependent:00 1 3
-interest%1:04:01:: 7 3
-interest%1:07:01:: 2 32
-interest%1:07:02:: 3 21
-interest%1:09:00:: 1 62
-interest%1:14:00:: 6 5
-interest%1:21:00:: 4 14
-interest%1:21:03:: 5 7
-interest%2:37:00:: 1 5
-interest%2:42:00:: 3 1
-interest%2:42:01:: 2 2
-interest_rate%1:21:00:: 1 1
-interested%3:00:00:: 1 25
-interested%5:00:00:involved:00 2 1
-interesting%3:00:00:: 1 27
-interestingly%4:02:01:: 1 1
-interface%1:06:00:: 1 3
-interfacial_tension%1:19:00:: 1 3
-interfaith%5:00:00:religious:00 1 1
-interfere%2:41:00:: 2 3
-interfere%2:41:01:: 1 11
-interference%1:04:00:: 2 3
-interference%1:04:01:: 4 1
-interference%1:10:00:: 1 3
-interference%1:11:00:: 3 1
-interfering%1:04:00:: 1 1
-interfering%5:00:00:intrusive:01 1 1
-interferometer%1:06:00:: 1 4
-interim%1:28:00:: 1 1
-interim%5:00:00:impermanent:00 1 2
-interior%1:15:01:: 1 16
-interior%3:00:00:: 1 1
-interior_design%1:04:00:: 1 14
-interior_design%1:09:00:: 2 1
-interior_designer%1:18:00:: 1 10
-interject%2:32:00:: 1 2
-interlace%2:35:00:: 1 3
-interlayer%1:06:00:: 1 2
-interlobular%3:01:00:: 1 8
-interlock%2:30:00:: 1 1
-interlocking%5:00:00:complex:00 1 3
-interlude%1:28:00:: 1 4
-intermarriage%1:26:02:: 1 1
-intermediary%1:18:00:: 1 1
-intermediate%1:27:00:: 1 2
-intermediate%3:00:00:: 1 11
-intermediate%5:00:00:moderate:00 2 1
-intermeshed%5:00:00:tangled:00 1 1
-interminable%5:00:00:long:02 1 4
-intermission%1:04:00:: 1 1
-intermittent%5:00:00:sporadic:00 1 2
-intermolecular%3:01:00:: 1 1
-internal%3:00:00:: 1 10
-internal%5:00:00:domestic:00 3 1
-internal%5:00:00:intramural:00 2 1
-internal%5:00:00:inward:00 4 1
-internal_combustion%1:22:00:: 1 1
-internal_revenue%1:21:00:: 1 2
-internalize%2:31:00:: 1 2
-internally%4:02:00:: 1 2
-international%3:00:00:: 1 19
-international%5:00:00:foreign:02 2 8
-international_law%1:14:00:: 1 14
-internationally%4:02:00:: 1 2
-interne%1:18:00:: 1 1
-interpenetrate%2:35:00:: 1 1
-interpersonal%5:00:00:social:00 1 1
-interplanetary_space%1:15:00:: 1 3
-interplay%1:04:00:: 1 2
-interpose%2:32:00:: 3 1
-interpose%2:38:00:: 2 1
-interpose%2:38:01:: 1 2
-interposition%1:04:00:: 1 1
-interpret%2:31:00:: 1 17
-interpret%2:31:02:: 6 1
-interpret%2:32:00:: 2 10
-interpret%2:32:01:: 5 1
-interpret%2:36:00:: 3 2
-interpret%2:36:01:: 4 2
-interpretable%5:00:00:explicable:00 1 1
-interpretation%1:04:02:: 2 3
-interpretation%1:09:00:: 4 1
-interpretation%1:09:01:: 1 11
-interpretation%1:10:00:: 3 1
-interpretative%5:00:00:instructive:00 1 1
-interpreter%1:18:01:: 1 4
-interpreter%1:18:02:: 2 1
-interpreting%1:09:00:: 1 1
-interrelated%5:00:00:reticulate:00 1 2
-interrelation%1:24:00:: 1 5
-interrelationship%1:24:00:: 1 1
-interrogation%1:10:01:: 1 1
-interrogative%1:10:00:: 1 1
-interrupt%2:30:03:: 2 5
-interrupt%2:30:04:: 3 3
-interrupt%2:32:00:: 1 14
-interruption%1:04:00:: 1 5
-interruption%1:11:00:: 2 1
-intersect%2:38:00:: 1 7
-intersecting%5:00:00:crossed:01 1 1
-intersection%1:06:00:: 2 2
-intersection%1:09:00:: 1 10
-interspecies%3:00:00:: 1 2
-interstate%3:00:00:: 1 1
-interstellar%3:01:00:: 1 4
-interstitial%3:01:00:: 1 2
-intertwine%2:35:00:: 1 2
-intertwined%5:00:00:tangled:00 1 1
-interval%1:07:00:: 3 1
-interval%1:09:00:: 2 8
-interval%1:28:00:: 1 10
-intervene%2:41:00:: 1 4
-intervention%1:04:00:: 1 3
-interview%1:10:00:: 2 3
-interview%1:10:01:: 1 7
-interview%2:32:00:: 1 8
-interview%2:32:01:: 2 5
-interview%2:32:02:: 3 1
-interviewer%1:18:00:: 1 2
-interweave%2:35:00:: 1 2
-interwoven%5:00:00:complex:00 1 2
-intima%1:08:00:: 1 2
-intimacy%1:07:02:: 1 1
-intimal%3:01:00:: 1 1
-intimate%2:32:00:: 1 4
-intimate%2:32:01:: 2 2
-intimate%5:00:00:close:02 1 5
-intimate%5:00:00:friendly:01 4 1
-intimate%5:00:00:personal:00 3 1
-intimate%5:00:01:profound:00 2 1
-intimate%5:00:02:close:02 5 1
-intimately%4:02:00:: 1 2
-intimidate%2:37:00:: 1 2
-intimidate%2:37:01:: 2 1
-intimidation%1:04:01:: 1 2
-intolerable%3:00:00:: 1 3
-intolerable%5:00:00:unacceptable:00 2 1
-intolerance%1:07:02:: 1 1
-intonation%1:10:00:: 1 9
-intone%2:32:00:: 2 1
-intone%2:32:04:: 1 2
-intra%3:00:00:: 1 3
-intractable%3:00:00:: 1 2
-intradepartmental%3:01:00:: 1 1
-intramuscularly%4:02:00:: 1 1
-intransigence%1:07:00:: 1 1
-intrapulmonary%3:01:00:: 1 1
-intrenchment%1:06:00:: 1 2
-intricate%5:00:00:complex:00 1 7
-intrigue%1:09:00:: 1 1
-intrigue%2:42:00:: 1 1
-intrinsic%3:00:00:: 1 2
-intrinsically%4:02:00:: 1 3
-introduce%2:30:03:: 3 9
-introduce%2:31:00:: 8 1
-introduce%2:32:00:: 1 21
-introduce%2:32:02:: 7 1
-introduce%2:35:00:: 6 1
-introduce%2:36:00:: 2 10
-introduce%2:36:01:: 5 1
-introduce%2:38:00:: 4 7
-introduction%1:04:01:: 1 3
-introduction%1:10:00:: 2 2
-introduction%1:10:01:: 3 1
-introduction%1:10:02:: 4 1
-introductory%5:00:00:opening:00 1 3
-introject%1:09:00:: 1 5
-introjected%5:00:00:integrated:02 1 1
-introspective%3:00:00:: 1 1
-intrude%2:38:01:: 1 2
-intrude%2:41:00:: 2 1
-intruder%1:18:00:: 1 1
-intrusion%1:04:02:: 2 1
-intrusion%1:11:00:: 1 2
-intrusive%3:00:01:: 1 1
-intrust%2:40:00:: 1 1
-intuition%1:09:00:: 1 4
-intuition%1:09:01:: 2 1
-intuitive%5:00:00:natural:01 1 2
-inundation%1:19:00:: 1 1
-inure%2:30:00:: 1 3
-invade%2:33:00:: 1 7
-invade%2:38:00:: 2 4
-invader%1:18:00:: 1 2
-invalid%1:18:00:: 1 1
-invalidate%2:41:00:: 1 1
-invaluable%5:00:00:valuable:00 1 1
-invariable%3:00:00:: 1 1
-invariably%4:02:00:: 1 12
-invariant%5:00:02:invariable:00 1 3
-invasion%1:04:00:: 1 3
-invasion%1:11:00:: 2 1
-inveigh%2:32:00:: 1 1
-invent%2:36:00:: 1 14
-invent%2:36:01:: 2 5
-invention%1:04:00:: 3 3
-invention%1:06:00:: 2 6
-invention%1:09:00:: 1 6
-inventive%5:00:00:creative:00 1 1
-inventor%1:18:00:: 1 1
-inventory%1:06:00:: 2 2
-inventory%1:09:00:: 4 1
-inventory%1:10:00:: 1 5
-inventory%1:21:00:: 3 1
-inverse%1:24:01:: 1 2
-inverse%5:00:00:backward:01 2 1
-inverse%5:00:00:reciprocal:00 1 1
-inverse_function%1:24:00:: 1 1
-inversely%4:02:00:: 1 4
-inversion%1:19:00:: 1 1
-invert%2:30:01:: 1 1
-inverted%5:00:00:turned:00 1 1
-invest%2:40:00:: 1 7
-invest%2:41:03:: 2 2
-investigate%2:32:00:: 1 17
-investigate%2:32:01:: 2 11
-investigating%1:04:00:: 1 1
-investigation%1:04:00:: 2 8
-investigation%1:09:00:: 1 16
-investigative%5:00:00:inquiring:00 1 1
-investigator%1:18:00:: 2 1
-investigator%1:18:01:: 1 8
-investigator%1:18:02:: 3 1
-investment%1:04:00:: 1 7
-investment%1:21:00:: 2 5
-investor%1:18:00:: 1 3
-inveterate%5:00:00:addicted:00 1 2
-invincible%5:00:00:unconquerable:00 1 1
-inviolate%5:00:00:uninjured:00 1 1
-invisible%3:00:00:: 1 5
-invitation%1:10:00:: 1 5
-invite%2:32:00:: 4 6
-invite%2:32:01:: 7 2
-invite%2:35:00:: 6 2
-invite%2:37:00:: 3 6
-invite%2:37:01:: 1 7
-invite%2:41:00:: 2 6
-invite%2:41:01:: 5 3
-inviting%3:00:00:: 1 2
-invocation%1:10:00:: 1 1
-invoke%2:32:01:: 2 4
-invoke%2:36:00:: 1 6
-involuntary%3:00:01:: 1 1
-involve%2:42:00:: 3 17
-involve%2:42:01:: 1 56
-involve%2:42:02:: 5 6
-involve%2:42:04:: 2 23
-involve%2:42:07:: 4 12
-involved%3:00:00:: 1 23
-involved%5:00:00:attached:01 3 1
-involved%5:00:00:encumbered:00 2 3
-involved_with%5:00:00:attached:01 1 1
-involvement%1:04:00:: 1 4
-involvement%1:09:00:: 3 1
-involvement%1:24:00:: 2 1
-invulnerability%1:26:00:: 1 1
-invulnerable%3:00:00:: 1 1
-inward%3:00:00:: 1 5
-inward%4:02:00:: 1 1
-inwardly%4:02:00:: 1 2
-iodide%1:27:00:: 1 7
-iodinate%2:30:00:: 1 2
-iodinated%3:01:00:: 1 5
-iodinating%3:00:00:: 1 3
-iodination%1:22:00:: 1 2
-iodine%1:27:00:: 1 17
-iodoamino_acid%1:27:00:: 1 1
-iodocompound%1:27:00:: 1 1
-iodoprotein%1:27:00:: 1 1
-iodothyronine%1:27:00:: 1 1
-iodotyrosine%1:27:00:: 1 1
-ion%1:17:00:: 1 8
-ion_exchange%1:22:00:: 1 1
-ionic%3:01:00:: 1 3
-ionized%3:00:00:: 1 2
-ipso_facto%4:02:00:: 1 1
-iran%1:15:00:: 1 1
-iraq%1:15:00:: 1 2
-ireland%1:15:00:: 2 1
-ireland%1:15:01:: 1 2
-irish%1:18:00:: 1 2
-irish%3:01:00:: 1 14
-irishman%1:18:00:: 1 2
-irksome%5:00:00:uninteresting:00 1 1
-iron%1:06:01:: 2 2
-iron%1:27:00:: 1 15
-iron%2:35:00:: 1 2
-iron%5:00:00:robust:00 1 2
-iron_cage%1:26:00:: 1 2
-iron_curtain%1:09:00:: 1 1
-iron_out%2:30:00:: 1 1
-iron_trap%1:09:00:: 1 1
-ironic%5:00:00:humorous:00 1 1
-ironical%5:00:00:humorous:00 2 1
-ironical%5:00:00:incongruous:00 1 5
-ironlike%5:00:00:strong:00 1 1
-irons%1:06:00:: 1 3
-ironshod%5:00:00:shod:00 1 1
-ironworker%1:18:00:: 1 1
-irony%1:07:00:: 2 3
-irony%1:10:01:: 1 5
-irrational%3:00:00:: 1 2
-irrationally%4:02:00:: 1 1
-irreconcilable%3:00:00:: 1 1
-irreducible%3:00:00:: 1 1
-irregular%3:00:00:: 1 4
-irregular%5:00:00:sporadic:00 2 1
-irregularity%1:04:00:: 1 3
-irregularity%1:07:00:: 2 2
-irregularity%1:07:04:: 3 1
-irregularly%4:02:01:: 1 2
-irrelevant%3:00:00:: 1 6
-irremediable%3:00:00:: 1 1
-irreparable%3:00:00:: 1 2
-irreproducibility%1:07:00:: 1 2
-irresistible%3:00:00:: 1 1
-irresolute%3:00:00:: 1 1
-irresolution%1:09:00:: 1 1
-irrespective%4:02:00:: 1 1
-irresponsibility%1:07:00:: 1 1
-irresponsible%3:00:00:: 1 2
-irreverence%1:09:00:: 1 1
-irreversible%3:00:00:: 1 1
-irrevocable%3:00:00:: 1 1
-irrigate%2:30:00:: 1 2
-irrigation%1:04:00:: 1 2
-irritability%1:12:00:: 1 1
-irritable%5:00:00:ill-natured:00 1 1
-irritably%4:02:00:: 2 1
-irritably%4:02:01:: 1 3
-irritate%2:29:00:: 2 1
-irritate%2:37:00:: 1 3
-irritating%5:00:00:disagreeable:00 1 1
-irritation%1:12:01:: 2 1
-irritation%1:26:00:: 1 6
-irruption%1:04:00:: 1 1
-ish%5:00:00:like:00 1 1
-island%1:06:00:: 2 2
-island%1:17:00:: 1 13
-isle%1:17:00:: 1 1
-ism%1:09:00:: 1 2
-isocyanate%1:27:00:: 1 1
-isolate%2:30:00:: 1 12
-isolate%2:30:01:: 2 3
-isolate%2:30:02:: 3 2
-isolated%5:00:00:separate:00 2 5
-isolated%5:00:00:sporadic:00 1 8
-isolated%5:00:01:separate:00 3 4
-isolation%1:04:00:: 4 1
-isolation%1:07:00:: 3 1
-isolation%1:12:00:: 2 1
-isolation%1:26:00:: 1 3
-isolationist%3:01:00:: 1 1
-isomer%1:27:00:: 1 1
-isopleth%1:15:00:: 1 2
-isothermal%5:00:00:equal:00 1 1
-isotonic%3:00:00:: 1 3
-isotonic%3:01:00:: 2 1
-isotopic%3:01:00:: 1 1
-isotropic%3:00:00:: 1 3
-israeli%1:18:00:: 1 1
-issuance%1:04:00:: 1 1
-issue%1:04:01:: 4 1
-issue%1:09:00:: 3 2
-issue%1:09:01:: 1 23
-issue%1:10:00:: 2 3
-issue%2:30:00:: 4 6
-issue%2:32:00:: 1 21
-issue%2:32:01:: 3 12
-issue%2:32:02:: 5 1
-issue%2:41:00:: 2 12
-italian%1:10:00:: 2 1
-italian%1:18:00:: 1 1
-italian%3:01:00:: 1 8
-italic%1:10:02:: 1 1
-italicize%2:36:00:: 1 1
-italy%1:15:00:: 1 6
-itch%2:39:00:: 2 1
-itch%2:39:01:: 1 3
-item%1:06:00:: 3 16
-item%1:09:00:: 4 2
-item%1:10:00:: 1 31
-item%1:24:00:: 2 16
-itemize%2:32:00:: 1 4
-ivory%1:07:00:: 2 2
-ivory%1:27:00:: 1 6
-ivory_black%1:27:00:: 1 1
-ivory_tower%1:09:00:: 1 1
-ivy%1:20:00:: 1 1
-jab%1:04:00:: 2 1
-jab%1:04:01:: 1 1
-jab%2:35:00:: 1 2
-jab%2:35:01:: 2 1
-jabber%2:32:00:: 1 2
-jabbing%1:04:00:: 1 1
-jack_of_all_trades%1:18:01:: 1 1
-jackass%1:18:00:: 1 3
-jackdaw%1:05:00:: 1 1
-jacket%1:06:00:: 1 12
-jacket%1:06:01:: 2 3
-jacket%1:06:02:: 3 1
-jacket%2:35:00:: 1 1
-jacksonian%3:01:00:: 1 1
-jade%1:27:00:: 1 2
-jaded%5:00:00:satiate:00 2 2
-jaded%5:00:00:tired:00 1 3
-jagged%5:00:00:uneven:00 1 3
-jail%1:06:00:: 1 3
-jail%2:41:00:: 1 1
-jam%1:13:00:: 1 3
-jam%2:32:00:: 4 1
-jam%2:35:03:: 3 1
-jam%2:38:00:: 1 1
-jam%2:38:01:: 2 1
-jam_session%1:04:00:: 1 1
-jamaican%1:18:00:: 1 1
-jammed%5:00:00:crowded:00 1 1
-jan%1:28:00:: 1 2
-jangle%2:39:00:: 1 1
-jangling%5:00:00:cacophonous:00 1 2
-janissary%1:18:01:: 1 1
-janitor%1:18:00:: 1 3
-jansenist%1:18:00:: 1 1
-january%1:28:00:: 1 12
-janus-faced%5:00:00:bipolar:00 1 1
-jap%1:18:00:: 1 5
-japan%1:15:00:: 2 3
-japan%1:15:01:: 1 5
-japanese%1:10:00:: 2 1
-japanese%1:18:00:: 1 1
-japanese%3:01:00:: 1 10
-japanese_cherry%1:20:00:: 1 1
-jar%1:06:00:: 1 2
-jar%2:38:00:: 2 1
-jar%2:42:00:: 1 1
-jargon%1:10:00:: 1 1
-jarring%5:00:00:cacophonous:00 1 1
-jaunty%5:00:00:cheerful:00 2 1
-jaunty%5:00:00:fashionable:00 1 1
-java%1:13:00:: 2 1
-java%1:15:00:: 1 2
-jaw%1:08:00:: 1 9
-jaw%2:32:00:: 1 1
-jaw%2:32:02:: 2 1
-jazz%1:04:00:: 1 15
-jazz_festival%1:04:00:: 1 2
-jazz_group%1:14:00:: 1 1
-jazz_musician%1:18:00:: 1 2
-jazzy%5:00:00:rhythmical:00 1 1
-jealous%5:00:00:desirous:00 1 3
-jealous%5:00:00:distrustful:00 2 2
-jealousy%1:12:00:: 1 2
-jeep%1:06:00:: 1 5
-jeer%2:32:00:: 1 3
-jeffersonian%3:01:00:: 1 1
-jejunum%1:08:00:: 1 3
-jelly%1:13:00:: 2 1
-jelly%1:13:01:: 1 1
-jeopardize%2:41:00:: 2 2
-jeopardize%2:42:00:: 1 2
-jeopardy%1:26:00:: 1 2
-jerk%1:04:00:: 2 1
-jerk%1:18:00:: 1 2
-jerk%2:29:00:: 3 2
-jerk%2:35:01:: 1 15
-jerk%2:38:00:: 2 4
-jerking%1:04:00:: 1 1
-jerking%5:00:00:irregular:00 1 1
-jerky%5:00:00:irregular:00 1 4
-jerusalem%1:15:00:: 1 4
-jest%1:10:00:: 1 1
-jest%2:32:00:: 1 1
-jesuit%1:18:00:: 1 2
-jesus%1:18:00:: 1 7
-jesus_christ%1:18:00:: 1 6
-jet%1:06:00:: 1 2
-jet%1:11:00:: 2 1
-jet%2:35:00:: 1 1
-jet_plane%1:06:00:: 1 1
-jetting%5:00:00:running(a):02 1 1
-jew%1:18:00:: 1 55
-jew-baiter%1:18:00:: 1 2
-jewel%1:06:00:: 1 2
-jeweled%5:00:00:adorned:00 1 2
-jeweler%1:18:01:: 1 2
-jeweler's_glass%1:06:00:: 1 1
-jewish%3:01:01:: 1 52
-jibe%1:10:00:: 1 1
-jig%2:38:00:: 1 1
-jilt%2:31:00:: 1 2
-jimdandy%1:18:00:: 1 4
-jimhickey%1:18:00:: 1 3
-jimmy%2:35:00:: 1 1
-jingle%2:39:00:: 1 1
-jingling%5:00:00:reverberant:00 1 1
-jive%2:36:00:: 1 1
-job%1:04:00:: 1 76
-job%1:04:01:: 2 36
-job%1:04:03:: 7 1
-job%1:04:04:: 5 2
-job%1:04:05:: 6 2
-job%1:06:00:: 3 4
-job%1:06:01:: 4 2
-job_lot%1:14:00:: 1 1
-jockey%1:18:00:: 1 1
-jockey%2:33:01:: 1 1
-jocose%5:00:00:humorous:00 1 1
-jocular%5:00:00:humorous:00 1 2
-jog%2:42:00:: 1 1
-joggle%2:38:00:: 1 1
-john%1:06:00:: 1 2
-john_locke%1:18:00:: 1 1
-johnny%1:18:00:: 1 2
-johnny_reb%1:18:00:: 1 1
-join%2:35:00:: 4 7
-join%2:35:01:: 2 18
-join%2:41:00:: 1 75
-join%2:41:01:: 3 8
-join%2:42:01:: 5 1
-join_forces%2:41:00:: 1 2
-joined%5:00:00:married:00 1 1
-joint%1:06:02:: 2 1
-joint%1:08:00:: 1 3
-joint%3:00:00:: 1 4
-joint%5:00:00:shared:00 2 1
-joint_resolution%1:10:00:: 1 4
-joint_snake%1:05:00:: 1 1
-jointly%4:02:00:: 2 1
-jointly%4:02:02:: 1 3
-joke%1:04:00:: 3 1
-joke%1:04:01:: 2 1
-joke%1:10:00:: 1 10
-joke%2:29:00:: 2 1
-joke%2:32:00:: 1 2
-joker%1:18:00:: 1 1
-jolly%5:00:00:joyous:00 1 2
-jolt%1:04:00:: 2 1
-jolt%1:11:00:: 1 1
-jolt%2:38:00:: 1 1
-jolted%5:00:00:agitated:00 2 1
-jolted%5:00:00:agitated:02 1 1
-jonquil%1:20:00:: 1 1
-joss%1:06:00:: 1 1
-jostle%2:38:02:: 1 1
-jot%1:10:00:: 1 1
-jot_down%2:32:00:: 1 1
-jouncing%5:00:00:moving:02 1 1
-journal%1:10:00:: 2 1
-journal%1:10:01:: 1 2
-journalese%1:10:00:: 1 2
-journalism%1:10:00:: 1 4
-journalist%1:18:00:: 1 4
-journey%1:04:00:: 1 17
-journey%2:38:00:: 1 1
-journeying%1:04:00:: 1 1
-joust%1:11:00:: 1 1
-jovial%5:00:00:joyous:00 1 2
-jowl%1:08:00:: 1 2
-joy%1:09:00:: 2 5
-joy%1:12:00:: 1 19
-joyous%3:00:00:: 1 4
-jubilant%5:00:00:elated:00 1 2
-jubilantly%4:02:00:: 1 1
-judaism%1:14:00:: 1 2
-judge%1:18:00:: 1 6
-judge%1:18:01:: 2 3
-judge%2:31:00:: 2 8
-judge%2:31:01:: 3 6
-judge%2:31:02:: 1 11
-judge%2:32:00:: 4 1
-judgement_day%1:28:00:: 1 1
-judgment%1:04:00:: 3 4
-judgment%1:04:02:: 2 11
-judgment%1:07:00:: 6 1
-judgment%1:09:00:: 4 3
-judgment%1:09:04:: 1 19
-judgment%1:10:00:: 5 1
-judicial%5:00:00:legal:00 1 1
-judiciary%1:14:00:: 1 1
-jug%1:06:00:: 1 1
-juice%1:13:00:: 1 2
-juicy%3:00:00:: 1 1
-juicy%5:00:00:profitable:00 3 1
-juicy%5:00:00:sexy:00 2 1
-juju%1:09:00:: 1 1
-jukebox%1:06:00:: 1 1
-julius_caesar%1:18:00:: 1 1
-july%1:28:00:: 1 13
-jumble%1:26:00:: 1 3
-jumble%2:42:00:: 1 1
-jumbled%5:00:00:untidy:00 1 2
-jump%2:30:00:: 4 2
-jump%2:30:01:: 7 1
-jump%2:33:00:: 3 4
-jump%2:33:03:: 6 1
-jump%2:38:00:: 1 19
-jump%2:38:04:: 2 6
-jump%2:42:00:: 5 1
-jump_off%2:30:00:: 1 1
-jump_on%2:38:00:: 1 1
-jump_out%2:42:00:: 1 1
-jump_seat%1:06:00:: 1 1
-jumping_up_and_down%1:04:00:: 1 1
-jumpy%5:00:00:tense:03 1 1
-junction%1:06:00:: 2 1
-junction%1:15:00:: 1 1
-juncture%1:11:00:: 1 1
-june%1:28:00:: 1 26
-june_14%1:28:00:: 1 1
-june_21%1:28:00:: 1 1
-jungian%3:01:00:: 1 1
-jungle%1:17:00:: 1 3
-junior%1:18:00:: 3 1
-junior%1:18:01:: 2 2
-junior%1:18:02:: 1 3
-junior%3:00:00:: 1 3
-junior%5:00:00:intermediate:00 2 2
-junior-grade%5:00:00:junior:00 1 1
-junior_high%1:14:00:: 1 2
-junior_high_school%1:14:00:: 1 1
-junk%1:27:00:: 1 1
-junk%2:40:00:: 1 1
-junkyard%1:15:00:: 1 1
-jupiter%1:17:00:: 1 7
-jurisdiction%1:07:02:: 1 4
-jurisdiction%1:15:00:: 2 1
-jurisprudence%1:09:00:: 1 2
-jurisprudentially%4:02:00:: 1 1
-jurist%1:18:00:: 1 1
-juror%1:18:00:: 1 2
-jury%1:14:00:: 1 21
-jury%1:14:01:: 2 2
-just%3:00:00:: 1 4
-just%4:02:00:: 1 162
-just%4:02:01:: 3 52
-just%4:02:03:: 4 33
-just%4:02:04:: 5 13
-just%4:02:05:: 2 95
-just_about%4:02:00:: 2 2
-just_about%4:02:02:: 1 4
-just_as%4:02:02:: 1 1
-just_in_time%4:02:00:: 1 1
-just_now%4:02:00:: 1 1
-just_right%4:02:00:: 1 2
-justice%1:04:00:: 2 6
-justice%1:07:00:: 1 16
-justice%1:18:00:: 3 1
-justice_of_the_peace%1:18:00:: 1 1
-justifiably%4:02:00:: 1 2
-justification%1:09:00:: 1 3
-justification%1:10:00:: 2 2
-justify%2:32:00:: 2 9
-justify%2:32:01:: 1 17
-justify%2:32:02:: 3 2
-justly%4:02:00:: 2 1
-justly%4:02:01:: 1 1
-justness%1:07:01:: 1 1
-jut_out%2:42:00:: 1 1
-jutting%5:00:02:protrusive:00 1 2
-juvenile%3:01:00:: 1 1
-juxtapose%2:35:00:: 1 2
-juxtaposition%1:04:00:: 1 1
-k%1:23:05:: 1 5
-kale%1:21:00:: 1 1
-kamchatka_peninsula%1:15:00:: 1 1
-kamikaze%1:06:00:: 1 1
-kansas%1:15:00:: 1 1
-kansas_city%1:15:00:: 1 11
-kc%1:28:00:: 1 1
-keel_over%2:38:00:: 1 1
-keen%5:00:00:perceptive:00 1 3
-keenly%4:02:00:: 1 2
-keenness%1:09:00:: 1 1
-keep%2:31:00:: 6 9
-keep%2:32:00:: 8 4
-keep%2:34:00:: 11 3
-keep%2:40:00:: 3 32
-keep%2:40:01:: 7 8
-keep%2:41:00:: 14 2
-keep%2:41:01:: 4 22
-keep%2:41:02:: 10 3
-keep%2:41:03:: 5 10
-keep%2:41:05:: 13 2
-keep%2:42:00:: 1 206
-keep%2:42:01:: 9 3
-keep%2:42:02:: 15 1
-keep%2:42:03:: 12 2
-keep%2:42:07:: 2 39
-keep_abreast%2:30:02:: 1 1
-keep_an_eye_on%2:39:00:: 1 5
-keep_an_eye_on%2:41:00:: 2 3
-keep_away%2:41:00:: 1 2
-keep_company%2:42:00:: 1 3
-keep_down%2:30:00:: 1 1
-keep_from%2:41:00:: 1 2
-keep_guard%2:41:00:: 1 1
-keep_in%2:41:00:: 1 2
-keep_note%2:31:00:: 1 1
-keep_on%2:42:00:: 1 16
-keep_out%2:41:00:: 1 3
-keep_to_oneself%2:41:00:: 1 1
-keep_up%2:30:00:: 4 2
-keep_up%2:33:00:: 1 6
-keep_up%2:40:00:: 3 4
-keep_up%2:42:00:: 2 5
-keep_waiting%2:42:00:: 1 1
-keeping%1:04:00:: 2 1
-keeping%1:04:01:: 1 1
-keepsake%1:06:00:: 1 1
-ken%1:09:00:: 1 2
-kent%1:15:00:: 1 1
-kentucky%1:15:00:: 1 3
-kerchief%1:06:00:: 1 1
-kerosene%1:27:00:: 1 1
-kerygma%1:10:00:: 1 3
-ketch%1:06:00:: 1 1
-ketosis%1:26:00:: 1 6
-kettle%1:06:00:: 1 1
-key%1:06:00:: 1 14
-key%1:07:00:: 3 2
-key%1:09:00:: 2 4
-key%1:10:00:: 4 1
-key%2:31:00:: 1 1
-key%5:00:00:important:00 1 8
-keyboard%1:06:01:: 1 2
-keyed%5:00:00:adjusted:00 1 1
-keyhole%1:06:00:: 1 2
-keynote%1:09:00:: 2 1
-keynote%1:10:01:: 1 1
-keynote%2:30:00:: 1 2
-keynote%2:32:00:: 2 1
-khaki%5:00:00:chromatic:00 1 1
-khartoum%1:15:00:: 1 1
-khmer%1:10:00:: 1 1
-kick%1:04:00:: 1 3
-kick%1:12:00:: 2 1
-kick%2:35:00:: 3 7
-kick%2:35:01:: 1 11
-kick%2:38:00:: 2 9
-kick_back%2:35:00:: 2 1
-kick_back%2:40:00:: 1 1
-kick_in_the_butt%1:04:00:: 1 1
-kick_one's_heels%2:42:00:: 1 1
-kick_up%1:04:00:: 1 1
-kick_up%2:35:00:: 1 1
-kickoff%1:04:00:: 1 2
-kickoff%1:28:00:: 2 1
-kid%1:18:00:: 1 53
-kid%2:32:00:: 2 2
-kid%2:32:01:: 1 5
-kidnap%2:35:00:: 1 3
-kidnaped%3:44:00:: 1 1
-kidnapper%1:18:00:: 1 4
-kidney%1:08:00:: 1 9
-kill%1:04:00:: 1 3
-kill%1:04:01:: 2 1
-kill%2:30:08:: 3 1
-kill%2:35:00:: 1 103
-kill%2:41:01:: 2 1
-kill_off%2:35:00:: 1 1
-killable%5:00:00:edible:00 1 1
-killer%1:18:00:: 1 8
-killing%1:04:00:: 2 5
-killing%1:11:00:: 1 5
-kilometer%1:23:00:: 1 1
-kind%1:09:00:: 1 126
-kind%3:00:00:: 1 4
-kind%5:00:00:benign:00 3 1
-kind%5:00:00:generous:02 2 1
-kind_of%4:02:00:: 1 7
-kinda%4:02:00:: 1 3
-kindergarten%1:14:00:: 1 1
-kindled%5:00:00:lighted:00 1 1
-kindly%4:02:00:: 1 1
-kindly%5:00:00:benevolent:00 2 1
-kindly%5:00:00:kind:00 1 1
-kindred%5:00:00:similar:00 1 2
-kinesthetic%3:01:00:: 1 4
-kinesthetically%4:02:00:: 1 1
-kinetic%3:01:00:: 1 3
-kinetic_energy%1:19:00:: 1 4
-king%1:18:00:: 1 19
-king%1:18:01:: 3 1
-king%1:18:02:: 2 1
-king's_evil%1:26:00:: 1 1
-kingdom%1:15:00:: 3 1
-kingdom%1:15:01:: 2 1
-kingdom%1:26:00:: 1 2
-kinship%1:24:00:: 2 1
-kinship%1:24:02:: 1 2
-kipling%1:18:00:: 1 1
-kiss%1:04:00:: 1 7
-kiss%2:35:00:: 1 18
-kissing%1:04:00:: 1 2
-kit%1:06:01:: 1 2
-kit_and_caboodle%1:26:00:: 1 1
-kitchen%1:06:00:: 1 43
-kitchen_sink%1:06:00:: 1 2
-kitchen_table%1:06:00:: 1 1
-kitchenette%1:06:00:: 1 2
-kitten%1:05:00:: 1 7
-kittenish%5:00:00:playful:00 1 1
-kleenex%1:27:00:: 1 1
-km%1:23:00:: 1 1
-knack%1:09:00:: 1 2
-knapsack%1:06:00:: 1 4
-knead%2:35:00:: 1 1
-knee%1:05:01:: 2 3
-knee%1:06:00:: 3 1
-knee%1:08:00:: 1 51
-knee-deep%5:00:00:shallow:01 1 1
-knee_joint%1:08:00:: 1 2
-kneecap%1:08:00:: 1 1
-kneel%2:35:00:: 1 9
-kneeling%5:00:00:unerect:00 1 1
-knickknacks%1:06:01:: 1 1
-knife%1:06:00:: 1 6
-knife%1:06:01:: 2 5
-knife%1:25:00:: 3 1
-knife_thrust%1:04:00:: 1 1
-knifelike%5:00:00:sharp:00 1 1
-knight%1:18:00:: 1 3
-knight-errant%1:18:00:: 1 2
-knight_errantry%1:07:00:: 1 1
-knightly%5:00:00:past:00 1 1
-knit%1:06:02:: 1 1
-knit%2:36:00:: 1 2
-knit%2:36:01:: 2 1
-knob%1:06:00:: 2 1
-knob%1:06:01:: 1 2
-knock%1:09:00:: 2 1
-knock%1:11:01:: 1 2
-knock%2:35:00:: 3 4
-knock%2:35:01:: 2 6
-knock%2:35:04:: 1 7
-knock_about%2:35:00:: 1 1
-knock_against%2:35:00:: 1 1
-knock_down%2:35:00:: 2 1
-knock_down%2:35:01:: 1 5
-knock_off%2:35:00:: 1 3
-knock_off%2:40:03:: 2 1
-knock_out%2:30:00:: 3 1
-knock_out%2:30:01:: 1 4
-knock_out%2:35:00:: 2 2
-knock_over%2:38:00:: 1 2
-knocking%1:11:00:: 1 1
-knoll%1:17:00:: 1 1
-knot%1:06:00:: 2 2
-knot%1:14:00:: 1 2
-knot%1:27:00:: 3 1
-knot%2:35:00:: 2 1
-knot%2:36:00:: 1 1
-knotted%5:00:00:tied:00 1 1
-knotty%5:00:00:difficult:00 1 1
-know%2:31:00:: 4 76
-know%2:31:01:: 1 585
-know%2:31:02:: 3 123
-know%2:31:03:: 2 142
-know%2:31:04:: 5 17
-know%2:31:06:: 6 10
-know%2:31:15:: 7 1
-know-how%1:09:00:: 1 1
-know_the_score%2:31:00:: 1 1
-knowing%5:00:00:informed:00 1 2
-knowledge%1:03:00:: 1 45
-knowledgeable%5:00:00:educated:00 1 1
-known%3:00:00:: 1 35
-known_as%5:00:00:titled:00 1 8
-knuckle%1:08:00:: 1 3
-knuckle_duster%1:06:00:: 1 1
-knuckle_under%2:32:00:: 1 2
-knuckleball%1:04:00:: 1 1
-korea%1:15:00:: 1 4
-korean%1:18:00:: 1 1
-korean%3:01:00:: 1 1
-korean_war%1:04:00:: 1 3
-kosher%5:00:00:clean:04 1 1
-krauthead%1:18:00:: 1 1
-ku_klux_klan%1:14:00:: 1 1
-l%1:23:00:: 1 19
-l%5:00:00:cardinal:00 1 1
-lab%1:06:00:: 1 2
-label%1:10:00:: 4 1
-label%1:10:01:: 1 3
-label%1:10:02:: 2 2
-label%1:27:00:: 3 1
-label%2:31:01:: 4 1
-label%2:32:00:: 1 8
-label%2:32:01:: 3 3
-label%2:35:00:: 2 3
-labeled%3:00:00:: 1 2
-labile%5:00:00:adaptable:00 1 1
-labor%1:04:00:: 2 20
-labor%1:14:00:: 1 20
-labor%2:41:00:: 2 1
-labor%2:41:01:: 1 5
-labor_market%1:04:00:: 1 1
-labor_movement%1:14:00:: 1 1
-labor_union%1:14:00:: 1 3
-laboratory%1:06:00:: 1 19
-laborer%1:18:00:: 1 5
-laborsaving%5:00:00:helpful:00 1 1
-labour%1:14:00:: 1 1
-labrador%1:15:00:: 1 1
-labyrinth%1:06:00:: 1 1
-lace%2:35:01:: 1 1
-laced%3:00:00:: 1 1
-lacerate%2:35:00:: 1 2
-lack%1:26:00:: 1 42
-lack%2:42:00:: 1 31
-lack%2:42:01:: 2 1
-lackey%1:18:00:: 1 1
-lacking%5:00:00:absent:00 1 5
-lacking%5:00:00:inadequate:00 2 4
-lactating%3:00:00:: 1 2
-lacy%5:00:00:fancy:00 1 3
-lad%1:18:00:: 2 1
-lad%1:18:01:: 1 4
-ladder%1:06:00:: 1 5
-laden%5:00:00:full:00 1 3
-ladened%5:00:00:full:00 1 1
-lady%1:18:01:: 2 3
-lady%1:18:02:: 1 27
-ladylike%5:00:00:refined:01 1 1
-lag%1:04:00:: 1 1
-lag%2:38:00:: 1 7
-lager%1:06:00:: 1 1
-laggard%1:18:00:: 1 1
-lagoon%1:17:00:: 1 12
-laid%5:00:00:arranged:00 1 1
-laid_up%5:00:00:ill:01 1 1
-lair%1:15:00:: 1 1
-laissez-faire%5:00:00:capitalistic:00 1 2
-laissez_faire%1:09:00:: 1 2
-laity%1:14:00:: 1 3
-lake%1:17:00:: 1 3
-lam%2:35:00:: 2 1
-lam%2:38:00:: 1 2
-lamb%1:05:00:: 1 5
-lamblike%5:00:00:compliant:00 1 1
-lament%2:37:00:: 1 1
-lamentation%1:10:00:: 1 2
-laminate%2:36:00:: 1 1
-lamp%1:06:00:: 1 12
-lamp%1:06:01:: 2 2
-lamp_chimney%1:06:00:: 1 1
-lamplight%1:19:00:: 1 2
-lampoon%2:32:00:: 1 1
-lance%1:06:00:: 1 2
-land%1:14:00:: 9 1
-land%1:14:01:: 8 2
-land%1:15:01:: 3 11
-land%1:15:02:: 5 7
-land%1:17:00:: 4 9
-land%1:17:01:: 2 18
-land%1:21:00:: 7 2
-land%1:21:01:: 1 22
-land%1:26:00:: 6 2
-land%2:30:00:: 3 3
-land%2:38:00:: 1 16
-land%2:38:01:: 2 4
-land%2:38:03:: 4 2
-land%2:40:00:: 5 1
-land%3:00:00:: 1 1
-land_area%1:07:00:: 1 3
-land_grant%1:21:00:: 1 1
-land_reform%1:04:00:: 1 4
-land_site%1:15:00:: 1 1
-landing%1:06:00:: 2 1
-landing%1:06:01:: 1 6
-landler%1:10:00:: 1 1
-landlocked%5:00:00:inland:00 1 1
-landlord%1:18:00:: 1 3
-landmark%1:11:00:: 2 1
-landmark%1:15:00:: 1 2
-landmass%1:17:00:: 1 2
-landowner%1:18:00:: 1 1
-landrover%1:06:00:: 1 1
-landscape%1:06:00:: 3 2
-landscape%1:06:01:: 2 2
-landscape%1:15:00:: 1 13
-landscaped%5:00:00:improved:00 1 1
-landscaping%1:04:00:: 1 1
-landslide%1:11:00:: 2 1
-landslide%1:11:01:: 1 1
-lane%1:06:00:: 1 4
-lane%1:06:01:: 2 1
-language%1:09:00:: 5 1
-language%1:09:01:: 4 1
-language%1:10:00:: 1 48
-language%1:10:01:: 2 5
-language%1:10:02:: 3 2
-languid%5:00:00:lethargic:00 1 3
-languish%2:30:00:: 1 1
-languor%1:12:00:: 1 1
-lanky%5:00:00:tall:00 1 1
-lanky%5:00:00:thin:03 2 1
-lantern%1:06:00:: 1 4
-lantern_slide%1:06:00:: 1 1
-lao%3:01:00:: 1 3
-laos%1:15:00:: 1 13
-lap%1:08:00:: 1 11
-lap%2:35:00:: 2 1
-lap%2:42:00:: 1 3
-lapel%1:06:00:: 1 1
-lappet%1:08:00:: 1 1
-lapse%1:04:00:: 1 3
-lapse%1:04:01:: 3 1
-lapse%1:28:00:: 2 1
-lapse%2:29:00:: 4 1
-lapse%2:30:00:: 3 1
-lapse%2:30:01:: 2 1
-lapse%2:38:01:: 1 1
-lapsed%5:00:00:irreligious:00 1 1
-large%3:00:00:: 1 139
-large%5:00:00:significant:00 2 2
-large-scale%5:00:00:large:00 1 2
-large_intestine%1:08:00:: 1 1
-large_number%1:23:00:: 1 18
-large_order%1:04:00:: 1 1
-largely%4:02:00:: 1 24
-larger%5:00:00:large:00 1 52
-largest%5:00:00:large:00 1 16
-largest%5:00:00:maximal:00 2 3
-larkspur%1:20:00:: 1 1
-larva%1:05:00:: 1 6
-larval%5:00:00:immature:01 1 1
-las_vegas%1:15:00:: 1 1
-lash%2:35:01:: 1 4
-lash_together%2:35:00:: 1 1
-lasher%1:18:00:: 1 1
-lashing%1:04:00:: 1 1
-lashing%5:00:00:violent:00 1 1
-last%1:04:00:: 3 1
-last%1:24:00:: 2 1
-last%1:28:00:: 1 3
-last%2:42:00:: 1 19
-last%2:42:01:: 2 7
-last%3:00:00:: 2 45
-last%4:02:00:: 1 4
-last%4:02:01:: 2 1
-last%5:00:00:closing:00 3 26
-last%5:00:00:dying(a):00 11 2
-last%5:00:00:high:02 6 1
-last%5:00:00:past:00 1 109
-last%5:00:00:ultimate:00 5 1
-last%5:00:00:unlikely:00 4 2
-last-minute%5:00:00:unpunctual:00 1 1
-last_mentioned%5:00:00:latter(a):00 1 1
-last_resort%1:04:00:: 1 1
-last_rites%1:04:01:: 1 1
-lasting%3:00:04:: 1 2
-lasting%5:00:00:long:02 2 1
-lastly%4:02:00:: 1 1
-lat%1:08:00:: 1 4
-latch%2:35:00:: 1 2
-latched%5:00:00:fastened:00 1 1
-late%3:00:00:: 1 33
-late%3:00:01:: 5 2
-late%3:00:02:: 6 1
-late%4:02:00:: 1 16
-late%4:02:01:: 2 3
-late%5:00:00:dead:01 4 3
-late%5:00:00:past:00 3 3
-late%5:00:00:unpunctual:00 2 4
-lately%4:02:00:: 1 7
-latent%5:00:00:inactive:02 2 1
-latent%5:00:00:potential:00 1 6
-later%4:02:01:: 1 107
-later%4:02:02:: 2 18
-later%5:00:00:late:00 2 3
-later%5:00:00:subsequent:00 1 16
-later_on%4:02:00:: 1 9
-latest%5:00:00:current:00 2 3
-latest%5:00:00:modern:00 1 6
-lather%1:17:00:: 1 3
-lather%2:35:00:: 1 2
-latin%1:10:00:: 1 4
-latin%3:01:00:: 1 1
-latin%5:00:00:emotional:00 2 1
-latin-american%3:01:00:: 1 3
-latin_america%1:15:00:: 1 3
-latin_american%1:18:00:: 1 2
-latitude%1:15:00:: 1 2
-latter%3:00:00:: 1 52
-latter%5:00:00:late:00 2 3
-laudanum%1:06:00:: 1 1
-laugh%1:10:00:: 1 16
-laugh%1:10:02:: 2 1
-laugh%2:29:00:: 1 64
-laugh_at%2:32:00:: 1 8
-laugh_off%2:32:00:: 1 1
-laugh_softly%2:29:00:: 1 1
-laughingly%4:02:00:: 1 1
-laughter%1:10:00:: 1 15
-launch%2:30:00:: 6 2
-launch%2:30:10:: 5 2
-launch%2:35:00:: 2 6
-launch%2:35:02:: 3 4
-launch%2:36:00:: 4 3
-launch%2:41:01:: 1 10
-launcher%1:06:00:: 1 1
-launching%1:04:02:: 1 1
-laundering%1:04:00:: 1 1
-laundry%1:06:01:: 1 1
-laundry_truck%1:06:00:: 1 1
-laurels%1:10:00:: 1 3
-laurels%1:26:00:: 2 1
-lavatory%1:06:00:: 1 2
-lavender%5:00:00:chromatic:00 1 3
-lavish%2:40:00:: 1 2
-lavish%5:00:00:generous:01 1 2
-lavishly%4:02:00:: 1 2
-law%1:04:00:: 6 2
-law%1:09:00:: 3 11
-law%1:09:01:: 4 5
-law%1:09:02:: 5 3
-law%1:10:00:: 2 24
-law%1:14:00:: 1 50
-law%1:14:01:: 7 1
-law-breaking%1:04:00:: 1 1
-law_degree%1:10:00:: 1 1
-law_enforcement%1:04:00:: 1 4
-law_merchant%1:14:00:: 1 2
-law_of_nations%1:14:00:: 1 6
-law_of_nature%1:09:00:: 1 3
-law_officer%1:18:00:: 1 1
-law_school%1:14:00:: 1 1
-lawless%5:00:00:uncontrolled:00 1 1
-lawman%1:18:00:: 1 2
-lawn%1:15:00:: 1 14
-lawyer%1:18:00:: 1 15
-lax%5:00:00:negligent:00 1 1
-laxness%1:07:00:: 1 1
-lay%2:35:00:: 2 11
-lay%2:35:01:: 1 24
-lay%2:35:02:: 4 4
-lay%2:36:00:: 3 5
-lay%2:40:00:: 5 1
-lay%5:00:00:profane:00 1 1
-lay_claim%2:40:00:: 1 1
-lay_down%2:31:00:: 1 8
-lay_eyes_on%2:39:00:: 1 1
-lay_off%2:41:00:: 2 1
-lay_off%2:42:00:: 1 3
-lay_out%2:30:00:: 2 1
-lay_out%2:35:00:: 1 7
-lay_over%2:35:00:: 2 1
-lay_over%2:42:00:: 1 1
-lay_to_rest%2:41:00:: 1 2
-layer%1:06:00:: 1 8
-layer%1:15:00:: 2 1
-layer%2:35:00:: 1 3
-layette%1:06:00:: 1 1
-laying%1:22:00:: 1 2
-laying_on%1:04:00:: 1 1
-layman%1:18:00:: 1 2
-layoff%1:04:00:: 1 2
-layout%1:04:00:: 2 1
-layout%1:09:00:: 1 1
-laze%2:41:00:: 1 1
-lazily%4:02:00:: 1 2
-lazy%5:00:00:idle:00 2 2
-lazy%5:00:00:slow:01 1 4
-lb%1:23:00:: 1 10
-lead%1:04:01:: 4 3
-lead%1:07:02:: 1 7
-lead%1:09:00:: 3 3
-lead%1:10:01:: 6 1
-lead%1:25:00:: 5 1
-lead%1:27:00:: 2 6
-lead%2:32:00:: 5 17
-lead%2:36:00:: 10 8
-lead%2:38:00:: 4 17
-lead%2:38:01:: 1 40
-lead%2:38:02:: 13 2
-lead%2:41:00:: 7 13
-lead%2:41:12:: 9 9
-lead%2:42:00:: 6 13
-lead%2:42:01:: 8 10
-lead%2:42:02:: 14 1
-lead%2:42:03:: 12 5
-lead%2:42:04:: 2 35
-lead%2:42:08:: 11 6
-lead%2:42:12:: 3 27
-lead_off%2:41:00:: 1 1
-lead_on%2:32:00:: 1 1
-lead_pencil%1:06:01:: 1 1
-lead_sheet%1:10:00:: 1 1
-lead_up%2:30:00:: 1 4
-leaded%5:00:00:fixed:00 1 1
-leaden%5:00:00:cloudy:00 1 2
-leaden%5:00:00:heavy:02 2 1
-leader%1:18:00:: 1 23
-leaders%1:14:00:: 1 10
-leadership%1:04:00:: 1 9
-leadership%1:09:00:: 4 3
-leadership%1:14:00:: 2 6
-leadership%1:26:00:: 3 4
-leading%3:00:00:: 3 2
-leading%5:00:00:purposeful:00 5 1
-leading%5:00:00:superior:01 2 3
-leading%5:00:00:up:00 4 1
-leading%5:00:02:major:06 1 4
-leading_man%1:18:00:: 1 1
-leaf%1:20:00:: 1 20
-leafhopper%1:05:00:: 1 1
-leaflet%1:08:00:: 1 1
-league%1:14:00:: 2 2
-league%1:14:01:: 1 9
-league%2:30:00:: 1 1
-leak%1:17:00:: 1 1
-leak%2:32:00:: 1 1
-leak_out%2:32:00:: 1 4
-leakage%1:11:00:: 1 1
-lean%2:31:10:: 5 1
-lean%2:35:00:: 2 6
-lean%2:38:00:: 1 24
-lean%2:42:00:: 4 1
-lean%2:42:01:: 3 3
-lean%3:00:04:: 1 5
-lean_against%2:35:00:: 1 5
-lean_back%2:38:00:: 1 3
-lean_on%2:35:00:: 1 6
-leaning%5:00:00:inclined:01 1 1
-leap%1:04:00:: 1 5
-leap%1:11:00:: 2 2
-leap%2:30:00:: 2 1
-leap%2:38:00:: 1 22
-leapfrog%1:04:01:: 1 2
-leaping%1:04:00:: 1 1
-leaping%5:00:00:moving:02 1 1
-learn%2:31:00:: 1 90
-learn%2:31:01:: 2 53
-learn%2:31:02:: 4 3
-learn%2:31:03:: 3 6
-learn%2:32:00:: 5 2
-learned%5:00:00:educated:00 2 3
-learned%5:00:00:scholarly:00 1 7
-learned_reaction%1:04:00:: 1 1
-learner%1:18:00:: 1 1
-learning%1:09:00:: 1 4
-learning%1:09:02:: 2 1
-lease%1:10:00:: 2 1
-lease%1:21:00:: 1 1
-lease%2:41:00:: 1 2
-leash%1:06:00:: 1 2
-least%1:23:00:: 1 1
-least%3:00:00:: 1 2
-least%4:02:00:: 1 5
-least_of_all%4:02:00:: 1 1
-leather%1:27:00:: 1 11
-leathered%5:00:00:tough:01 1 1
-leave%1:10:00:: 2 1
-leave%1:28:00:: 1 2
-leave%2:30:01:: 9 14
-leave%2:30:02:: 4 27
-leave%2:30:03:: 14 5
-leave%2:31:02:: 16 3
-leave%2:31:05:: 2 63
-leave%2:38:00:: 5 20
-leave%2:38:01:: 1 146
-leave%2:40:00:: 11 8
-leave%2:40:01:: 12 7
-leave%2:40:02:: 15 3
-leave%2:40:06:: 10 8
-leave%2:41:00:: 8 14
-leave%2:42:00:: 7 16
-leave%2:42:01:: 6 19
-leave%2:42:02:: 3 56
-leave%2:42:03:: 13 5
-leave_behind%2:38:00:: 1 5
-leave_behind%2:40:01:: 2 2
-leave_of_absence%1:28:00:: 1 1
-leave_off%2:30:12:: 3 2
-leave_off%2:31:00:: 2 2
-leave_off%2:42:00:: 1 2
-leave_out%2:31:00:: 2 1
-leave_out%2:31:01:: 1 3
-leavened%3:00:00:: 1 1
-leavening%1:09:00:: 1 1
-leaving%1:04:00:: 1 1
-lecher%1:18:00:: 1 1
-lecture%1:10:00:: 1 8
-lecture%2:32:00:: 2 1
-lecture%2:32:01:: 1 4
-lecturer%1:18:00:: 2 1
-lecturer%1:18:01:: 1 2
-lecturing%1:04:00:: 1 1
-led%3:00:00:: 1 2
-ledge%1:17:00:: 1 1
-ledger%1:06:00:: 2 1
-ledger%1:21:00:: 1 5
-leech%1:05:00:: 1 1
-leer%2:39:00:: 1 3
-leering%5:00:00:malicious:00 1 2
-left%1:06:00:: 4 2
-left%1:08:00:: 3 2
-left%1:14:00:: 2 2
-left%1:15:00:: 1 19
-left%3:00:00:: 1 35
-left%4:02:03:: 1 3
-left%5:00:00:left-handed:00 3 1
-left%5:00:00:unexhausted:00 2 14
-left-hand%5:00:00:left-handed:00 1 2
-left-hander%1:18:00:: 2 1
-left-hander%1:18:01:: 1 2
-left-of-center%5:00:00:left:02 1 1
-left_fielder%1:18:00:: 1 2
-left_hand%1:08:00:: 1 6
-left_over%5:00:00:unexhausted:00 1 3
-left_ventricle%1:08:00:: 1 4
-leftfield%1:06:00:: 1 4
-lefty%1:18:00:: 1 2
-leg%1:06:01:: 3 2
-leg%1:08:01:: 1 75
-leg%1:08:02:: 2 7
-leg%1:25:00:: 4 1
-leg_curling%1:04:00:: 1 1
-leg_extensor%1:04:00:: 1 1
-leg_of_lamb%1:13:00:: 1 1
-legacy%1:21:00:: 1 1
-legal%3:00:00:: 1 11
-legal%3:01:00:: 2 5
-legal%3:01:01:: 4 2
-legal%5:00:00:valid:00 3 3
-legal_age%1:28:00:: 1 1
-legal_holiday%1:28:00:: 1 2
-legal_system%1:09:00:: 1 1
-legally%4:02:01:: 1 2
-legally%4:02:03:: 2 1
-legatee%1:18:00:: 1 1
-legation%1:04:00:: 1 2
-legend%1:10:01:: 1 15
-legendary%5:00:00:known:00 1 3
-legged%3:00:00:: 1 1
-leggy%5:00:02:tall:00 1 1
-legibility%1:07:01:: 1 1
-legion%1:14:03:: 1 1
-legislate%2:41:00:: 1 1
-legislation%1:04:00:: 2 2
-legislation%1:10:00:: 1 10
-legislative%3:01:00:: 2 3
-legislative%3:01:01:: 1 5
-legislator%1:18:00:: 1 8
-legislature%1:14:00:: 1 5
-legitimacy%1:07:00:: 1 1
-legitimate%3:00:00:: 1 1
-legitimate%5:00:00:established:00 3 1
-legitimate%5:00:00:legal:00 4 1
-legitimate%5:00:00:valid:00 2 1
-legitimately%4:02:01:: 1 1
-legitimize%2:41:00:: 1 1
-legume%1:20:00:: 1 1
-leiden_jar%1:06:00:: 1 1
-leisure%1:04:00:: 2 2
-leisure%1:28:00:: 1 3
-leisurely%4:02:00:: 1 2
-leitmotiv%1:10:00:: 1 1
-lemma%1:10:00:: 1 4
-lemon%1:07:00:: 2 2
-lemon%1:13:00:: 1 4
-lemon_meringue_pie%1:13:00:: 1 1
-lemon_tree%1:20:00:: 1 1
-lemonade%1:13:00:: 1 1
-lend%2:40:00:: 2 7
-lend%2:40:01:: 1 7
-lend%2:42:00:: 3 2
-lend_oneself%2:42:00:: 1 1
-lending%1:04:00:: 1 1
-lending_institution%1:14:00:: 1 1
-length%1:07:00:: 1 38
-length%1:07:01:: 2 6
-length%1:07:02:: 3 3
-length%1:07:03:: 4 1
-lengthen%2:30:01:: 1 1
-lengthening%1:04:00:: 1 1
-lengthening%5:00:00:increasing:00 1 2
-lengthily%4:02:00:: 1 1
-lengthwise%4:02:00:: 1 1
-lengthy%5:00:00:long:02 1 6
-lens%1:06:00:: 1 5
-lentil%1:13:00:: 1 1
-leprosy%1:26:00:: 1 1
-lesion%1:26:01:: 1 2
-less%1:23:00:: 1 7
-less%3:00:00:: 1 39
-less%4:02:00:: 1 68
-less%4:02:01:: 2 12
-less_than%4:02:00:: 1 39
-lessen%2:30:00:: 1 5
-lessen%2:30:01:: 3 1
-lessen%2:30:02:: 2 2
-lessened%5:00:00:impaired:00 1 2
-lessening%1:11:00:: 1 5
-lessening%5:00:00:decreasing:00 1 1
-lesser%3:00:00:: 1 6
-lesson%1:04:00:: 4 3
-lesson%1:04:01:: 1 6
-lesson%1:10:00:: 2 4
-lesson%1:10:01:: 3 4
-lest%4:02:00:: 1 3
-lest%4:02:01:: 2 1
-let%2:30:00:: 5 1
-let%2:30:01:: 4 2
-let%2:32:00:: 2 15
-let%2:32:02:: 3 2
-let%2:41:00:: 1 219
-let_alone%4:02:00:: 1 3
-let_down%2:38:00:: 1 7
-let_drive%2:33:00:: 1 1
-let_fly%2:33:00:: 1 1
-let_go%2:35:00:: 1 6
-let_go%2:42:00:: 2 4
-let_go_of%2:35:00:: 1 5
-let_in%2:41:00:: 1 1
-let_it_go%2:41:00:: 1 1
-let_loose%2:32:00:: 1 1
-let_on%2:32:00:: 1 1
-let_out%2:32:00:: 2 2
-let_out%2:32:02:: 1 2
-let_up%2:30:00:: 1 1
-let_up%2:30:01:: 2 1
-letdown%1:12:00:: 1 1
-lethal%5:00:00:fatal:00 1 2
-lethal_dose%1:06:00:: 1 1
-lethality%1:07:00:: 1 1
-lethargy%1:07:00:: 2 1
-lethargy%1:26:00:: 1 2
-letter%1:10:00:: 1 65
-letter%1:10:01:: 2 7
-letter%2:40:00:: 1 1
-letter_writer%1:18:00:: 1 2
-letterhead%1:10:00:: 1 1
-lettering%1:10:00:: 1 3
-letterman%1:18:00:: 1 2
-letters%1:09:00:: 1 1
-letting_down%1:04:00:: 1 1
-level%1:06:00:: 5 1
-level%1:06:03:: 6 1
-level%1:07:00:: 1 69
-level%1:07:01:: 4 5
-level%1:26:00:: 3 15
-level%1:26:01:: 2 22
-level%2:33:02:: 1 4
-level%2:35:01:: 3 1
-level%2:36:00:: 2 1
-level%5:00:00:horizontal:00 3 1
-level%5:00:00:steady:00 2 1
-level%5:00:01:even:01 1 3
-level%5:00:02:even:01 4 1
-level_off%2:30:00:: 1 3
-levelheaded%5:00:00:reasonable:00 1 1
-lever%1:06:00:: 1 1
-levis%1:06:00:: 1 1
-levy%2:40:00:: 1 4
-lewd%5:00:00:dirty:02 1 1
-lexical%3:01:00:: 1 2
-lexicon%1:09:00:: 1 2
-lexicostatistic%3:01:00:: 1 1
-lexicostatistics%1:09:00:: 1 4
-leyden_jar%1:06:00:: 1 1
-leyte%1:04:00:: 1 2
-liability%1:21:00:: 2 1
-liability%1:26:01:: 1 1
-liable%5:00:00:likely:00 1 4
-liable%5:00:00:susceptible:00 3 1
-liable%5:00:01:nonexempt:00 2 1
-liaison%1:10:00:: 2 1
-liaison%1:26:00:: 1 1
-liar%1:18:00:: 1 2
-liberal%1:18:00:: 1 27
-liberal%1:18:01:: 2 1
-liberal%3:00:00:: 3 3
-liberal%5:00:00:broad-minded:00 1 6
-liberal%5:00:00:generous:01 4 3
-liberal%5:00:00:left:02 2 4
-liberal_arts%1:09:00:: 1 1
-liberalism%1:09:00:: 1 6
-liberalism%1:09:01:: 2 1
-liberalize%2:41:00:: 1 1
-liberally%4:02:00:: 1 1
-liberate%2:41:01:: 1 2
-liberate%2:41:02:: 2 1
-liberated%5:00:00:free:02 1 1
-liberation%1:04:02:: 1 1
-libertine%1:18:00:: 1 1
-liberty%1:26:01:: 1 7
-liberty%1:26:02:: 2 2
-liberty%1:26:03:: 3 1
-librarian%1:18:00:: 1 1
-library%1:06:00:: 3 2
-library%1:06:01:: 1 3
-library%1:14:00:: 2 2
-libretto%1:10:00:: 1 1
-license%1:10:00:: 1 4
-license%1:26:01:: 2 3
-license%2:41:00:: 1 2
-license_number%1:10:00:: 1 2
-licensed%5:00:00:authorized:00 1 2
-licensing_fee%1:21:00:: 1 1
-lick%2:31:00:: 3 1
-lick%2:35:00:: 2 7
-lick%2:35:01:: 1 12
-licked%5:00:00:defeated:00 1 1
-licking%1:11:01:: 1 2
-lid%1:08:00:: 1 4
-lie%1:10:00:: 1 13
-lie%2:32:00:: 5 9
-lie%2:35:00:: 2 58
-lie%2:35:01:: 8 1
-lie%2:38:00:: 7 4
-lie%2:42:00:: 1 88
-lie%2:42:01:: 3 15
-lie%2:42:02:: 6 4
-lie%2:42:03:: 4 14
-lie_around%2:42:00:: 1 1
-lie_awake%2:35:00:: 1 2
-lie_dormant%2:41:00:: 1 2
-lie_down%2:38:00:: 1 11
-lie_in%2:42:00:: 1 22
-lie_in_wait%2:33:00:: 1 1
-lie_low%2:39:00:: 1 1
-lieutenant%1:18:00:: 2 7
-lieutenant%1:18:01:: 1 41
-lieutenant%1:18:02:: 3 1
-lieutenant_governor%1:18:00:: 1 3
-life%1:03:00:: 10 5
-life%1:07:01:: 9 5
-life%1:09:00:: 2 54
-life%1:10:00:: 12 2
-life%1:16:00:: 13 1
-life%1:18:00:: 8 5
-life%1:19:00:: 11 3
-life%1:26:00:: 4 29
-life%1:26:01:: 1 66
-life%1:26:02:: 3 41
-life%1:28:00:: 5 22
-life%1:28:01:: 6 18
-life%1:28:02:: 7 5
-life-size%5:00:00:large:00 1 2
-life_class%1:04:00:: 1 3
-life_cycle%1:19:00:: 1 1
-life_eternal%1:26:00:: 1 2
-life_history%1:10:00:: 1 3
-life_principle%1:18:00:: 1 1
-life_science%1:09:00:: 1 1
-life_style%1:07:00:: 1 2
-life_tenant%1:18:00:: 1 1
-lifeless%5:00:00:empty:00 2 1
-lifeless%5:00:01:dead:01 1 2
-lifelike%5:00:00:realistic:00 1 2
-lifelike%5:00:00:unaffected:01 2 1
-lifelong%5:00:00:long:02 1 1
-lifetime%1:28:00:: 1 2
-lift%1:04:02:: 1 1
-lift%2:30:05:: 9 1
-lift%2:30:07:: 10 1
-lift%2:30:09:: 11 1
-lift%2:32:00:: 6 2
-lift%2:32:02:: 5 2
-lift%2:35:00:: 2 10
-lift%2:35:01:: 8 1
-lift%2:38:00:: 1 31
-lift%2:38:01:: 3 2
-lift%2:38:03:: 4 2
-lift%2:40:00:: 7 1
-lift_out%2:35:02:: 1 1
-lift_up%2:37:00:: 2 1
-lift_up%2:38:00:: 1 1
-lifted%5:00:00:raised:00 1 1
-lifter%1:18:00:: 1 4
-ligament%1:08:00:: 1 1
-light%1:06:00:: 2 23
-light%1:07:00:: 7 4
-light%1:07:01:: 4 10
-light%1:07:02:: 11 2
-light%1:09:00:: 10 2
-light%1:09:01:: 3 13
-light%1:09:02:: 12 1
-light%1:15:00:: 5 7
-light%1:18:00:: 8 3
-light%1:19:00:: 1 46
-light%1:26:00:: 9 2
-light%1:26:01:: 6 4
-light%2:30:00:: 1 12
-light%2:34:00:: 2 10
-light%2:38:00:: 3 3
-light%2:43:00:: 4 2
-light%3:00:01:: 1 14
-light%3:00:02:: 5 3
-light%3:00:03:: 4 3
-light%3:00:04:: 3 4
-light%3:00:05:: 2 9
-light%3:00:06:: 6 3
-light%5:00:00:digestible:00 8 2
-light%5:00:00:light-footed:00 11 1
-light%5:00:00:loose:02 9 2
-light%5:00:00:pure:02 10 1
-light%5:00:00:undemanding:01 12 1
-light%5:00:00:unstressed:00 7 2
-light-duty%3:00:00:: 1 1
-light-footed%3:00:00:: 1 3
-light-green%5:00:00:chromatic:00 1 3
-light-haired%3:00:00:: 1 1
-light-headed%5:00:00:frivolous:00 2 1
-light-headed%5:00:00:ill:01 1 1
-light-mindedness%1:07:00:: 1 1
-light_beam%1:19:00:: 1 2
-light_brown%1:07:00:: 1 1
-light_bulb%1:06:00:: 1 2
-light_company%1:14:00:: 1 1
-light_up%2:30:00:: 2 1
-light_up%2:43:01:: 1 1
-light_year%1:23:00:: 1 1
-lighted%3:00:00:: 1 6
-lighted%5:00:00:light:06 2 6
-lighten%2:37:01:: 1 1
-lighthearted%5:00:00:cheerful:00 1 1
-lighting%1:04:01:: 3 1
-lighting%1:06:00:: 2 2
-lighting%1:26:00:: 1 3
-lightly%4:02:00:: 3 2
-lightly%4:02:01:: 4 2
-lightly%4:02:02:: 2 2
-lightly%4:02:04:: 5 2
-lightly%4:02:06:: 1 4
-lightning%1:11:00:: 2 3
-lightning%1:19:00:: 1 8
-lightweight%1:18:00:: 1 1
-lightweight%5:00:00:light:01 1 1
-lignite%1:27:00:: 1 4
-like%2:31:00:: 4 2
-like%2:37:01:: 1 76
-like%2:37:04:: 3 19
-like%2:37:05:: 2 73
-like%2:37:06:: 5 1
-like%3:00:00:: 1 30
-like%3:00:02:: 2 1
-like%3:00:04:: 3 1
-like-minded%5:00:00:like:00 1 2
-like_hell%4:02:00:: 1 2
-like_mad%4:02:00:: 1 1
-like_sin%4:02:00:: 1 1
-like_the_devil%4:02:00:: 1 4
-like_thunder%4:02:00:: 1 2
-likelihood%1:07:00:: 1 2
-likely%3:00:00:: 1 58
-likely%3:00:04:: 2 4
-likely%4:02:00:: 1 9
-likeness%1:07:00:: 1 1
-likewise%4:02:00:: 1 8
-likewise%4:02:01:: 2 3
-liking%1:12:00:: 1 4
-lilac%1:20:00:: 1 3
-lilac%5:00:00:chromatic:00 1 1
-lilt%1:07:00:: 1 1
-limb%1:08:00:: 1 6
-limbic_brain%1:08:00:: 1 1
-limbo%1:26:01:: 1 1
-lime_tree%1:20:01:: 1 1
-limit%1:07:00:: 1 24
-limit%1:15:00:: 4 1
-limit%1:15:02:: 3 1
-limit%1:28:00:: 2 3
-limit%2:30:00:: 3 6
-limit%2:30:01:: 1 23
-limit%2:41:00:: 2 15
-limit_point%1:15:00:: 1 1
-limitation%1:07:00:: 2 3
-limitation%1:09:00:: 1 3
-limitation%1:23:00:: 3 1
-limited%3:00:00:: 1 25
-limited%5:00:00:noncomprehensive:00 3 3
-limited%5:00:00:restricted:00 2 3
-limited_edition%1:10:00:: 1 1
-limiting%5:00:01:restrictive:00 1 3
-limitless%5:00:00:immeasurable:00 1 1
-limp%2:38:00:: 1 3
-limp%2:38:01:: 2 1
-limp%5:00:00:stale:00 2 3
-limp%5:00:00:weak:00 1 3
-lincoln%1:18:00:: 1 1
-linden%1:20:02:: 1 1
-line%1:04:00:: 19 2
-line%1:04:01:: 16 3
-line%1:06:00:: 18 2
-line%1:06:01:: 9 9
-line%1:06:03:: 14 4
-line%1:06:05:: 23 1
-line%1:06:06:: 13 4
-line%1:06:07:: 15 3
-line%1:06:08:: 22 1
-line%1:09:01:: 8 10
-line%1:10:01:: 2 20
-line%1:10:02:: 5 11
-line%1:10:05:: 21 1
-line%1:14:00:: 17 2
-line%1:14:01:: 3 15
-line%1:14:02:: 10 8
-line%1:14:03:: 1 51
-line%1:15:00:: 11 6
-line%1:15:01:: 20 1
-line%1:15:02:: 7 10
-line%1:19:00:: 6 10
-line%1:25:00:: 4 13
-line%1:25:01:: 12 5
-line%2:35:00:: 2 5
-line%2:42:00:: 1 7
-line_coach%1:18:00:: 1 1
-line_double%1:04:00:: 1 1
-line_drive%1:04:00:: 1 1
-line_of_vision%1:15:00:: 1 1
-line_of_work%1:04:00:: 1 1
-line_up%2:30:00:: 4 1
-line_up%2:38:01:: 3 1
-line_up%2:40:00:: 2 1
-line_up%2:42:00:: 1 3
-lineage%1:14:00:: 1 2
-linear%3:00:01:: 2 3
-linear%3:00:02:: 1 4
-linear_algebra%1:09:00:: 1 2
-linear_operator%1:24:00:: 1 10
-linearly%4:02:00:: 1 3
-linearly%4:02:01:: 2 1
-linebacker%1:18:00:: 1 1
-lined%5:00:00:bordered:00 1 3
-lined%5:00:00:rough:00 2 1
-lined_snake%1:05:00:: 1 1
-lineman%1:18:00:: 1 1
-linen%1:06:01:: 1 2
-linen%1:27:00:: 2 1
-liner%1:04:00:: 1 1
-lineup%1:10:00:: 1 1
-linger%2:38:00:: 4 1
-linger%2:38:01:: 3 2
-linger%2:42:00:: 2 2
-linger%2:42:02:: 1 3
-lingering%5:00:00:unforgettable:00 1 2
-lingeringly%4:02:00:: 1 1
-lingual%3:01:00:: 1 1
-lingually%4:02:00:: 1 1
-linguist%1:18:01:: 1 16
-linguistic%3:01:00:: 1 4
-linguistic%3:01:01:: 2 3
-linguistic_unit%1:10:00:: 1 1
-linguistically%4:02:01:: 1 1
-linguistics%1:09:00:: 1 2
-link%1:06:00:: 2 5
-link%1:24:00:: 1 5
-link%2:31:00:: 1 14
-link%2:35:00:: 2 3
-link%2:42:01:: 3 1
-links%1:06:00:: 1 1
-linoleum%1:27:00:: 1 1
-lint%1:27:02:: 1 3
-lion%1:05:00:: 1 2
-lionize%2:41:00:: 1 2
-lip%1:08:00:: 1 57
-lipped%3:00:00:: 1 1
-lipstick%1:06:00:: 1 2
-liquid%1:26:00:: 2 5
-liquid%1:27:00:: 3 4
-liquid%1:27:04:: 1 6
-liquid%3:00:00:: 1 19
-liquid%5:00:00:clear:02 3 1
-liquid%5:00:00:tearful:00 2 1
-liquid_air%1:27:00:: 1 3
-liquid_detergent%1:06:00:: 1 1
-liquid_nitrogen%1:27:00:: 1 2
-liquidate%2:35:00:: 1 2
-liquidation%1:04:00:: 1 2
-liquidation%1:04:01:: 2 1
-liquor%1:13:00:: 1 11
-liquor%1:27:00:: 2 7
-lisbon%1:15:00:: 1 1
-list%1:07:00:: 2 1
-list%1:10:00:: 1 64
-list%2:32:00:: 1 23
-list%2:41:00:: 2 19
-listed%3:00:00:: 1 1
-listen%2:39:00:: 1 60
-listen%2:39:01:: 2 34
-listen%2:41:11:: 3 4
-listen_in%2:39:01:: 1 1
-listener%1:18:00:: 1 9
-listening%5:00:00:attentive:00 1 1
-listless%5:00:00:lethargic:00 1 1
-listlessly%4:02:00:: 1 1
-lit%5:00:00:light:06 1 1
-liter%1:23:00:: 1 5
-literal%5:00:00:exact:00 2 1
-literal%5:00:00:true:00 1 10
-literalism%1:09:00:: 1 1
-literally%4:02:00:: 1 5
-literally%4:02:01:: 2 5
-literalness%1:07:00:: 1 3
-literary%3:01:00:: 1 27
-literary_study%1:09:00:: 1 1
-literary_work%1:10:00:: 1 2
-literate%3:00:00:: 1 1
-literature%1:04:00:: 4 2
-literature%1:09:00:: 2 6
-literature%1:10:00:: 1 60
-literature%1:10:01:: 3 5
-lithe%5:00:00:graceful:00 1 1
-litigant%1:18:00:: 1 1
-litigation%1:04:00:: 1 1
-litter%1:14:00:: 1 4
-litter%1:27:00:: 2 2
-litter%2:35:00:: 2 1
-litter%2:42:00:: 1 1
-littered%5:00:00:untidy:00 1 1
-little%1:23:00:: 1 12
-little%3:00:01:: 1 163
-little%3:00:03:: 2 71
-little%4:02:00:: 1 16
-little%5:00:00:minor:06 5 12
-little%5:00:00:narrow-minded:00 8 1
-little%5:00:00:short:02 3 19
-little%5:00:00:soft:04 7 3
-little%5:00:00:unimportant:00 6 8
-little%5:00:00:young:00 4 12
-little_finger%1:08:00:: 1 1
-little_rock%1:15:00:: 1 1
-little_sister%1:18:00:: 1 1
-livable%3:00:00:: 1 1
-live%2:31:00:: 6 1
-live%2:42:00:: 5 14
-live%2:42:01:: 4 16
-live%2:42:04:: 3 29
-live%2:42:06:: 2 51
-live%2:42:08:: 1 129
-live%3:00:02:: 1 6
-live%5:00:00:alive(p):01 10 3
-live_in%2:34:00:: 1 1
-live_it_up%2:34:00:: 1 1
-live_oak%1:20:00:: 1 1
-live_on%2:34:00:: 1 3
-live_out%2:42:00:: 1 1
-live_up_to%2:42:00:: 1 5
-livelihood%1:21:00:: 1 1
-liveliness%1:04:00:: 1 1
-lively%3:00:00:: 1 7
-liver%1:08:00:: 1 11
-liver%1:13:00:: 2 1
-liver_fluke%1:05:00:: 1 1
-liverpool%1:15:00:: 1 1
-livery_stable%1:06:00:: 1 2
-livestock%1:05:00:: 1 8
-livid%5:00:00:angry:00 3 1
-livid%5:00:00:colorless:02 1 1
-livid%5:00:00:light:06 2 1
-living%1:09:00:: 1 7
-living%1:14:00:: 2 2
-living%1:21:00:: 4 1
-living%1:26:00:: 3 1
-living%3:01:00:: 1 2
-living%3:44:00:: 3 1
-living%5:00:00:absolute:00 4 1
-living%5:00:00:realistic:00 2 2
-living%5:00:01:alive(p):01 9 7
-living_arrangement%1:09:00:: 1 1
-living_room%1:06:00:: 1 12
-living_space%1:23:00:: 1 2
-living_thing%1:03:00:: 1 1
-lizard%1:05:00:: 1 1
-load%1:06:00:: 1 9
-load%1:06:02:: 3 2
-load%1:09:00:: 6 1
-load%1:19:01:: 5 1
-load%1:23:00:: 2 3
-load%1:23:01:: 4 1
-load%2:35:00:: 4 1
-load%2:35:01:: 1 8
-load%2:35:02:: 2 3
-load%2:35:03:: 3 2
-load_up%2:35:00:: 1 1
-loaded%3:00:00:: 2 3
-loaded%5:00:00:full:00 1 6
-loaded%5:00:00:prejudiced:00 3 1
-loaded_down%5:00:00:burdened:00 1 1
-loading%1:06:01:: 1 4
-loading%1:23:00:: 2 2
-loaf%1:13:00:: 1 3
-loaf%2:42:01:: 1 1
-loaf_of_bread%1:13:00:: 1 1
-loan%1:21:00:: 1 19
-loan%2:40:00:: 1 3
-loathe%2:37:00:: 1 3
-loathsome%5:00:00:offensive:01 2 1
-loathsome%5:00:00:unwholesome:00 1 1
-lob%2:35:00:: 1 1
-lobby%1:06:00:: 1 6
-lobby%2:41:00:: 1 1
-lobe%1:08:00:: 1 6
-loblolly%1:13:00:: 1 1
-lobscouse%1:13:00:: 1 1
-lobscuse%1:13:00:: 1 2
-lobster-backed%5:00:00:clothed:00 1 1
-lobular%3:01:00:: 1 1
-lobularity%1:07:00:: 1 1
-lobule%1:08:00:: 1 3
-local%1:06:00:: 1 2
-local%3:00:01:: 1 47
-local%3:00:03:: 2 39
-local%3:01:01:: 4 3
-local%5:00:00:native:01 3 25
-local_call%1:10:00:: 1 2
-local_department%1:14:00:: 1 1
-local_government%1:14:00:: 1 1
-local_option%1:26:00:: 1 1
-locale%1:15:00:: 1 2
-locality%1:15:00:: 1 6
-localization%1:04:00:: 1 2
-locally%4:02:00:: 1 2
-locate%2:30:00:: 4 4
-locate%2:40:00:: 1 16
-locate%2:40:01:: 3 4
-locate%2:42:00:: 2 12
-located%5:00:00:settled:01 1 20
-location%1:03:00:: 1 992
-location%1:04:01:: 3 2
-location%1:04:02:: 2 2
-lock%1:06:00:: 1 6
-lock%1:06:03:: 3 1
-lock%1:08:00:: 2 2
-lock%2:30:00:: 3 4
-lock%2:35:00:: 1 8
-lock%2:35:01:: 2 7
-lock%2:35:02:: 7 1
-lock%2:35:03:: 5 2
-lock%2:35:04:: 4 2
-lock%2:37:00:: 6 1
-lock_in%2:35:00:: 2 1
-lock_in%2:35:01:: 1 1
-lock_up%2:35:00:: 2 3
-lock_up%2:35:01:: 1 3
-locked%5:00:00:fastened:00 1 2
-locker%1:06:00:: 1 4
-locker_room%1:06:00:: 1 2
-lockup%1:06:00:: 1 2
-locust%1:05:00:: 1 2
-lodge%2:32:00:: 3 1
-lodge%2:35:00:: 2 1
-lodge%2:42:02:: 1 3
-lodging%1:06:00:: 1 2
-lodgings%1:06:00:: 1 2
-loft%1:06:00:: 2 1
-loft%1:06:02:: 1 1
-lofty%5:00:00:high:01 2 1
-lofty%5:00:00:noble:01 1 1
-log%1:27:00:: 2 2
-log%1:27:01:: 1 7
-log%2:32:00:: 1 2
-log%2:35:00:: 2 1
-log_cabin%1:06:00:: 1 1
-logarithm%1:10:00:: 1 1
-logger%1:18:00:: 1 1
-logging%1:04:00:: 1 1
-logic%1:09:00:: 1 2
-logic%1:09:02:: 2 2
-logic%1:09:03:: 3 1
-logical%3:00:00:: 1 6
-logical%5:00:00:coherent:00 3 2
-logical%5:00:00:valid:00 2 5
-logically%4:02:00:: 2 1
-logically%4:02:01:: 1 2
-logistic%3:01:00:: 1 1
-logistics%1:04:00:: 1 1
-loins%1:08:00:: 1 1
-loiter%2:42:00:: 1 1
-london%1:15:00:: 1 13
-londoner%1:18:00:: 1 1
-lone%5:00:00:unaccompanied:00 1 1
-lone%5:00:00:unsocial:00 2 1
-loneliness%1:12:00:: 2 1
-loneliness%1:26:00:: 1 4
-lonely%5:00:00:dejected:00 2 4
-lonely%5:00:00:inaccessible:00 3 1
-lonely%5:00:00:unaccompanied:00 1 4
-long%1:28:00:: 1 10
-long%2:37:01:: 2 4
-long%2:37:02:: 1 6
-long%3:00:01:: 2 105
-long%3:00:02:: 1 118
-long%4:02:00:: 1 36
-long%5:00:00:tall:00 3 2
-long-acting%5:00:00:long:02 1 1
-long-distance%5:00:00:long:01 1 1
-long-familiar%5:00:00:familiar:00 1 1
-long-legged%5:00:00:tall:00 1 1
-long-lived%5:00:00:long:02 1 1
-long-range%5:00:00:long:01 2 3
-long-range%5:00:00:long:02 1 4
-long-run%5:00:00:long:02 1 3
-long-shanked%5:00:00:tall:00 1 1
-long-term%5:00:00:long:02 1 6
-long-winded%5:00:00:prolix:00 1 1
-long_ago%4:02:00:: 1 14
-long_bone%1:08:00:: 1 3
-long_haul%1:04:00:: 1 1
-long_island%1:15:00:: 1 4
-long_island_sound%1:17:00:: 1 1
-long_shot%1:04:00:: 1 1
-long_since%4:02:01:: 1 5
-long_time%1:28:00:: 1 15
-longer%4:02:00:: 1 17
-longer%5:00:00:long:01 1 1
-longevity%1:07:00:: 1 1
-longhand%1:10:00:: 1 1
-longhand%5:00:00:written:00 1 1
-longing%1:12:00:: 1 4
-longitude%1:15:00:: 1 1
-longshoreman%1:18:00:: 1 1
-longshot%1:06:00:: 1 1
-longstanding%5:00:00:long:02 1 1
-look%1:04:00:: 2 16
-look%1:07:00:: 3 9
-look%1:07:01:: 1 24
-look%2:29:00:: 3 25
-look%2:31:00:: 8 1
-look%2:32:00:: 7 1
-look%2:39:00:: 1 274
-look%2:39:01:: 2 126
-look%2:39:02:: 4 8
-look%2:41:13:: 6 1
-look%2:42:00:: 5 1
-look_across%2:42:00:: 1 2
-look_after%2:39:00:: 1 5
-look_around%2:39:00:: 1 13
-look_at%2:31:00:: 1 17
-look_at%2:39:01:: 2 6
-look_away%2:39:00:: 1 2
-look_back%2:31:00:: 2 4
-look_back%2:39:00:: 1 11
-look_for%2:35:00:: 1 50
-look_for%2:37:00:: 2 3
-look_forward%2:31:00:: 1 7
-look_into%2:31:00:: 2 2
-look_into%2:32:00:: 1 6
-look_like%2:42:00:: 1 59
-look_on%2:31:00:: 2 1
-look_on%2:39:00:: 1 3
-look_out%2:33:10:: 2 1
-look_out%2:39:00:: 1 7
-look_out_on%2:42:00:: 1 2
-look_out_over%2:42:00:: 1 1
-look_to%2:31:00:: 1 8
-look_to%2:31:01:: 2 4
-look_to%2:37:00:: 3 2
-look_up%2:32:00:: 1 8
-look_upon%2:31:00:: 1 10
-looking%1:04:01:: 1 1
-looking%5:00:00:superficial:00 1 5
-looking_at%1:04:00:: 1 3
-lookup%1:22:00:: 1 8
-loom%1:06:00:: 1 1
-loom%2:42:00:: 2 4
-loom%2:42:02:: 1 7
-loom%2:42:06:: 3 3
-loon%1:05:00:: 2 1
-loon%1:18:00:: 1 1
-loop%1:06:01:: 1 1
-loop%2:36:00:: 2 1
-loop%2:38:01:: 1 1
-loophole%1:06:00:: 2 1
-loophole%1:10:00:: 1 2
-loose%2:35:00:: 2 1
-loose%2:41:00:: 1 1
-loose%3:00:01:: 4 1
-loose%3:00:02:: 2 2
-loose%4:02:00:: 1 2
-loose%5:00:00:inexact:00 6 1
-loose%5:00:00:unconstipated:00 7 1
-loose%5:00:00:uncontrolled:00 3 2
-loose%5:00:00:unofficial:00 5 1
-loose%5:00:02:free:00 1 6
-loose-jointed%5:00:00:lax:01 1 1
-loose-jowled%5:00:00:fat:01 1 1
-loose_end%1:04:00:: 1 1
-loosely%4:02:00:: 1 6
-loosely_knit%5:00:00:distant:02 1 1
-loosen%2:30:01:: 1 5
-loosen_up%2:35:00:: 1 1
-looseness_of_the_bowels%1:26:00:: 1 1
-loot%1:21:00:: 1 2
-loot%1:21:01:: 2 1
-loot%2:40:01:: 1 1
-looted%5:00:00:empty:00 1 1
-lop-eared%5:00:00:eared:00 1 1
-lop_off%2:35:00:: 1 1
-lope%2:38:00:: 1 1
-lopsidedly%4:02:00:: 1 1
-lord%1:18:00:: 3 1
-lord%1:18:01:: 2 3
-lord%1:18:02:: 1 10
-lord's_supper%1:04:00:: 1 1
-lordly%5:00:00:noble:02 1 1
-lordship%1:10:00:: 1 2
-lore%1:09:00:: 1 4
-lorelei%1:18:00:: 1 1
-los_angeles%1:15:00:: 1 11
-lose%2:33:00:: 2 17
-lose%2:33:01:: 9 2
-lose%2:35:00:: 4 7
-lose%2:37:00:: 3 10
-lose%2:39:00:: 6 4
-lose%2:39:01:: 10 1
-lose%2:40:00:: 8 2
-lose%2:40:01:: 5 6
-lose%2:40:02:: 1 123
-lose%2:40:06:: 7 3
-lose_control%2:37:00:: 1 1
-lose_weight%2:29:00:: 1 1
-loser%1:18:01:: 1 2
-losing_streak%1:14:00:: 1 1
-loss%1:04:00:: 3 6
-loss%1:07:00:: 4 4
-loss%1:11:00:: 7 2
-loss%1:11:01:: 5 3
-loss%1:21:00:: 6 2
-loss%1:21:01:: 1 16
-loss%1:22:00:: 2 12
-losses%1:21:00:: 1 6
-lost%1:14:00:: 1 1
-lost%3:00:01:: 1 5
-lost%3:00:02:: 3 3
-lost%3:00:03:: 4 2
-lost%5:00:00:incomprehensible:00 6 1
-lost%5:00:00:unoriented:00 2 5
-lost%5:00:00:unrecoverable:00 5 2
-lot%1:06:00:: 5 3
-lot%1:14:00:: 3 4
-lot%1:14:01:: 6 1
-lot%1:15:00:: 2 5
-lot%1:23:00:: 1 13
-lot%1:26:00:: 4 3
-lotion%1:06:00:: 1 1
-lots%1:23:00:: 1 10
-lotus%1:20:02:: 1 1
-loud%3:00:00:: 1 50
-loud%4:02:00:: 1 1
-loud%5:00:00:tasteless:02 2 1
-loud-voiced%5:00:00:loud:00 1 1
-loudly%4:02:00:: 1 10
-loudly%4:02:04:: 2 1
-loudspeaker%1:06:00:: 1 1
-louisiana%1:15:00:: 1 3
-louisianan%1:18:00:: 1 1
-lounge%2:35:00:: 1 2
-lounge_about%2:42:00:: 1 1
-louse%1:05:01:: 1 2
-louse_up%2:41:00:: 1 2
-lousiness%1:26:00:: 1 1
-lousy%5:00:00:bad:00 1 3
-lousy%5:00:00:dirty:01 2 2
-love%1:09:00:: 2 3
-love%1:12:00:: 1 42
-love%1:12:01:: 4 1
-love%1:18:00:: 3 2
-love%2:37:00:: 1 43
-love%2:37:01:: 3 13
-love%2:37:02:: 2 26
-love_lyric%1:10:00:: 1 1
-loveliness%1:07:00:: 1 2
-lovely%5:00:00:beautiful:00 1 10
-lovely%5:00:00:lovable:00 2 1
-lover%1:18:00:: 1 7
-lover%1:18:01:: 2 2
-loving%3:00:00:: 1 3
-lovingly%4:02:00:: 1 1
-low%3:00:01:: 2 23
-low%3:00:02:: 1 55
-low%3:00:03:: 5 4
-low%4:02:00:: 1 3
-low%5:00:00:contemptible:00 6 3
-low%5:00:00:soft:04 3 11
-low%5:00:00:unrefined:01 4 6
-low-ceilinged%5:00:00:ceilinged:00 1 1
-low-class%3:00:04:: 1 2
-low-cost%5:00:00:cheap:00 1 2
-low-down%1:10:00:: 1 2
-low-down%5:00:00:contemptible:00 1 1
-low-grade%5:00:00:inferior:02 1 1
-low-level%5:00:00:low:02 1 1
-low-lying%5:00:00:low:01 1 1
-low-pitched%3:00:00:: 1 1
-low-sudsing%3:00:00:: 1 1
-low-toned%5:00:00:soft:04 1 2
-low-water_mark%1:26:00:: 1 1
-low_density%1:07:00:: 1 1
-low_frequency%1:07:01:: 1 2
-low_temperature%1:07:00:: 1 4
-lower%2:30:00:: 3 1
-lower%2:30:01:: 2 6
-lower%2:38:00:: 1 15
-lower%5:00:00:bottom(a):00 3 21
-lower%5:00:00:inferior:01 1 5
-lower%5:00:00:junior:00 2 2
-lower-class%3:00:00:: 1 2
-lower-middle-class%5:00:00:middle-class:00 1 4
-lower_class%1:14:00:: 1 1
-lower_jaw%1:08:00:: 1 1
-lower_limit%1:23:00:: 1 3
-lower_rank%1:26:00:: 1 2
-lowered%3:00:00:: 1 2
-lowering%5:00:00:cloudy:00 1 1
-loweringly%4:02:00:: 1 1
-lowland%1:17:00:: 1 1
-lowly%5:00:00:inferior:01 1 1
-lowly%5:00:00:junior:00 2 1
-loyal%3:00:00:: 1 6
-loyalist%1:18:00:: 1 1
-loyalty%1:04:00:: 3 1
-loyalty%1:07:00:: 1 7
-loyalty%1:12:00:: 2 2
-lp%1:06:00:: 1 1
-lucid%5:00:00:clear:00 1 3
-lucidity%1:07:00:: 1 1
-lucifer%1:18:00:: 1 2
-luck%1:19:00:: 2 6
-luck%1:19:01:: 3 2
-luck%1:26:00:: 1 8
-luck_into%2:40:00:: 1 1
-luckily%4:02:00:: 1 1
-lucky%3:00:00:: 2 1
-lucky%5:00:00:fortunate:00 1 11
-ludicrous%5:00:00:humorous:00 1 1
-lug%2:35:00:: 1 5
-luger%1:06:00:: 1 1
-luggage%1:06:00:: 1 6
-lugubrious%5:00:00:sorrowful:00 1 1
-lukewarm%5:00:00:unenthusiastic:00 2 1
-lukewarm%5:00:00:warm:01 1 1
-lull%1:28:00:: 1 4
-lull%2:30:00:: 2 1
-lull%2:37:01:: 1 2
-lullaby%1:10:00:: 1 1
-lumbar%3:01:00:: 1 1
-lumber%1:27:00:: 1 6
-lumber%2:38:00:: 1 1
-luminary%1:18:00:: 1 1
-luminescence%1:19:00:: 1 1
-luminescent%5:00:00:light:06 1 1
-luminosity%1:07:00:: 1 1
-luminous%5:00:00:bright:00 1 3
-lummox%1:18:00:: 1 1
-lump%1:14:00:: 1 2
-lump%1:17:00:: 4 1
-lump%1:18:00:: 3 1
-lump%1:26:01:: 2 1
-lump%2:35:00:: 1 2
-lumpish%5:00:00:stupid:00 1 1
-lunar%3:01:00:: 1 8
-lunatic%5:00:00:insane:00 1 1
-lunation%1:28:00:: 1 2
-lunch%1:13:00:: 1 12
-lunch%2:34:00:: 1 1
-luncheon%1:13:00:: 1 1
-lunchroom%1:06:00:: 1 1
-lung%1:08:00:: 1 30
-lunge%1:04:00:: 1 1
-lunge%2:38:00:: 1 6
-lunkhead%1:18:00:: 1 4
-lurch%1:04:00:: 1 1
-lurch%2:38:00:: 2 3
-lurch%2:38:01:: 3 2
-lurch%2:38:03:: 1 5
-lure%1:07:00:: 1 1
-lure%2:32:00:: 1 6
-lurid%5:00:00:bright:00 3 2
-lurid%5:00:00:sensational:00 2 3
-lurid%5:00:00:violent:00 1 3
-lurk%2:42:00:: 2 1
-lurk%2:42:01:: 1 8
-lurking%5:00:00:concealed:00 1 1
-luscious%5:00:00:sexy:00 1 1
-lush%5:00:00:abundant:00 1 1
-lust%1:04:00:: 2 1
-lust%1:12:00:: 1 1
-luster%1:07:01:: 1 1
-luster%1:07:02:: 2 1
-lustily%4:02:00:: 1 1
-lustre%1:07:00:: 1 1
-lusty%5:00:00:healthy:00 2 1
-lusty%5:00:00:passionate:00 1 1
-luxurious%5:00:00:indulgent:00 1 3
-luxuriously%4:02:02:: 1 1
-luxury%1:07:00:: 1 5
-luxury%1:07:01:: 2 1
-luxury%5:00:00:elegant:00 1 2
-lymph_node%1:08:00:: 1 2
-lymphocyte%1:08:00:: 1 1
-lyophilize%2:30:00:: 1 1
-lyric%1:10:01:: 1 12
-lyric%3:00:00:: 2 1
-lyric%5:00:00:emotional:00 1 3
-lyric_poem%1:10:00:: 1 1
-lyrical%5:00:00:melodious:00 1 1
-lyricist%1:18:00:: 1 4
-m%1:07:00:: 2 5
-m%1:23:00:: 1 5
-ma%1:10:00:: 2 1
-ma%1:18:00:: 1 16
-ma'am%1:18:00:: 1 1
-macabre%5:00:00:alarming:00 1 1
-machine%1:06:00:: 1 33
-machine%1:06:02:: 4 1
-machine%1:14:01:: 3 2
-machine%1:18:00:: 2 2
-machine_gun%1:06:00:: 1 8
-machine_gun%2:33:00:: 1 1
-machine_shop%1:06:00:: 1 1
-machinelike%5:00:00:mechanical:00 1 1
-machinery%1:06:00:: 1 15
-machinery%1:14:00:: 2 3
-machinist%1:18:00:: 1 2
-mackinaw%1:06:03:: 1 1
-macromolecular%3:01:00:: 1 1
-macrophage%1:08:00:: 1 1
-macroscopically%4:02:00:: 1 1
-mad%5:00:00:angry:00 1 12
-mad%5:00:00:insane:00 2 10
-mad%5:00:00:wild:02 3 9
-madam%1:18:00:: 1 1
-maddened%5:00:00:angry:00 1 2
-maddening%5:00:00:displeasing:00 1 2
-made%3:00:00:: 2 1
-made%5:00:00:ready-made:00 1 3
-made_use_of%5:00:00:exploited:00 1 1
-madly%4:02:02:: 1 6
-madman%1:18:00:: 1 3
-madness%1:26:00:: 1 2
-madrigal%2:36:00:: 1 1
-magazine%1:06:02:: 2 2
-magazine%1:10:00:: 1 13
-magazine%1:14:00:: 3 1
-magazine_article%1:10:00:: 1 1
-maggot%1:05:00:: 1 2
-magic%1:09:00:: 1 4
-magic%5:00:00:supernatural:00 1 3
-magical%5:00:00:supernatural:00 1 2
-magical_power%1:07:00:: 1 1
-magician%1:18:01:: 1 5
-magistrate%1:18:00:: 1 1
-magnet%1:06:00:: 1 2
-magnetic%3:00:00:: 2 1
-magnetic%3:01:00:: 1 4
-magnetic_attraction%1:19:00:: 1 1
-magnetic_field%1:19:00:: 1 3
-magnetic_force%1:19:00:: 1 5
-magnetic_moment%1:19:00:: 1 1
-magnetic_needle%1:06:00:: 1 1
-magnetic_resonance%1:19:00:: 1 2
-magnetically%4:02:01:: 1 1
-magnetism%1:19:00:: 1 6
-magnetize%2:30:00:: 1 2
-magnification%1:04:00:: 1 1
-magnificence%1:07:02:: 1 1
-magnificent%5:00:00:impressive:00 1 12
-magnificently%4:02:00:: 1 2
-magnified%5:00:00:increased:00 1 3
-magnify%2:30:00:: 1 4
-magnify%2:30:01:: 3 1
-magnify%2:32:00:: 2 1
-magnifying_glass%1:06:00:: 1 1
-magnitude%1:07:00:: 1 15
-magnitude%1:07:01:: 3 1
-magnitude%1:24:00:: 2 1
-magpie%1:05:00:: 1 1
-mah-jongg%1:04:00:: 1 1
-mahogany%1:20:02:: 1 2
-maid%1:18:01:: 1 13
-maiden%1:18:00:: 1 3
-mail%1:06:01:: 3 1
-mail%1:10:00:: 2 2
-mail%1:10:01:: 1 2
-mail%2:35:00:: 1 12
-mail_order%1:10:00:: 1 1
-mail_out%2:35:00:: 1 1
-mailbox%1:06:00:: 1 4
-mailman%1:18:00:: 1 1
-maimed%1:14:00:: 1 1
-maimed%5:00:00:injured:00 1 1
-main%5:00:00:important:00 1 33
-main_drag%1:06:00:: 1 1
-main_street%1:06:00:: 1 2
-maine%1:15:00:: 1 2
-mainland%1:17:00:: 1 3
-mainly%4:02:00:: 1 11
-maintain%2:32:00:: 4 8
-maintain%2:34:00:: 3 13
-maintain%2:40:00:: 2 38
-maintain%2:40:01:: 5 4
-maintain%2:42:00:: 1 41
-maintained%5:00:01:preserved:01 1 1
-maintenance%1:04:00:: 1 6
-maintenance%1:21:00:: 2 1
-majestic%5:00:00:impressive:00 2 1
-majestic%5:00:00:superior:01 1 1
-majestically%4:02:00:: 1 1
-majesty%1:07:00:: 1 1
-major%1:18:00:: 1 2
-major%2:31:09:: 1 2
-major%3:00:01:: 3 22
-major%3:00:02:: 2 25
-major%3:00:04:: 5 1
-major%3:00:05:: 4 1
-major%3:00:06:: 1 38
-major-general%1:18:00:: 1 3
-major-league_club%1:14:00:: 1 1
-major_axis%1:09:00:: 1 7
-major_league%1:14:00:: 1 4
-majority%1:07:00:: 1 17
-majority%1:23:00:: 2 5
-majority%1:28:00:: 3 1
-majors%1:14:00:: 1 2
-make%1:09:00:: 1 1
-make%2:29:00:: 29 1
-make%2:29:08:: 19 5
-make%2:30:00:: 2 459
-make%2:30:02:: 27 2
-make%2:30:15:: 18 5
-make%2:31:00:: 7 33
-make%2:31:13:: 23 4
-make%2:32:00:: 4 85
-make%2:36:00:: 3 243
-make%2:36:01:: 6 52
-make%2:36:04:: 26 2
-make%2:36:05:: 11 14
-make%2:36:08:: 5 78
-make%2:36:09:: 9 16
-make%2:36:11:: 15 9
-make%2:36:12:: 16 8
-make%2:36:13:: 17 5
-make%2:36:15:: 8 17
-make%2:38:00:: 22 4
-make%2:38:02:: 13 12
-make%2:38:05:: 28 1
-make%2:40:01:: 10 14
-make%2:40:02:: 21 4
-make%2:41:00:: 1 508
-make%2:41:01:: 25 2
-make%2:41:03:: 20 4
-make%2:41:13:: 24 3
-make%2:42:00:: 14 10
-make%2:42:05:: 12 12
-make-work%1:04:00:: 1 1
-make_bold%2:41:00:: 1 1
-make_do%2:41:00:: 1 1
-make_for%2:36:00:: 1 13
-make_fun%2:32:00:: 1 3
-make_good%2:41:00:: 1 1
-make_happy%2:41:00:: 1 1
-make_it%2:41:00:: 2 3
-make_it%2:42:00:: 1 7
-make_love%2:35:00:: 1 1
-make_noise%2:39:00:: 1 2
-make_one's_way%2:38:00:: 1 12
-make_out%2:31:00:: 3 2
-make_out%2:32:00:: 2 2
-make_out%2:39:00:: 1 8
-make_out%2:41:02:: 5 1
-make_out%2:42:00:: 4 1
-make_over%2:36:00:: 2 1
-make_over%2:36:02:: 1 1
-make_peace%2:33:00:: 1 1
-make_possible%2:42:01:: 1 3
-make_sense%2:42:00:: 1 9
-make_sure%2:41:00:: 1 5
-make_up%2:30:00:: 6 1
-make_up%2:36:01:: 5 1
-make_up%2:36:03:: 2 4
-make_up%2:40:00:: 3 3
-make_up%2:41:00:: 4 1
-make_up%2:42:00:: 1 19
-make_up_one's_mind%2:31:00:: 1 10
-make_way%2:38:00:: 1 3
-maker%1:18:00:: 1 8
-makeready%1:04:00:: 1 1
-makeshift%5:00:00:impermanent:00 1 1
-makeup%1:06:00:: 1 1
-making%1:04:00:: 1 7
-maladroit%3:00:00:: 1 1
-malady%1:26:00:: 2 1
-malady%1:26:01:: 1 1
-malaise%1:26:00:: 1 6
-malaria%1:26:00:: 1 2
-male%1:05:00:: 1 6
-male%1:18:00:: 2 4
-male%3:00:00:: 1 8
-male%5:00:01:masculine:01 2 1
-malediction%1:10:00:: 1 1
-maleness%1:07:00:: 1 1
-malevolency%1:07:00:: 1 1
-malfeasant%1:18:00:: 1 1
-malformed%5:00:00:unshapely:00 1 1
-malign%3:00:00:: 1 1
-malignancy%1:26:00:: 1 1
-malinger%2:41:00:: 1 1
-malingering%1:04:00:: 1 1
-malposed%5:00:00:crooked:01 1 1
-maltreat%2:41:00:: 1 1
-mama%1:18:00:: 1 6
-mamma%1:18:00:: 1 5
-mammal%1:05:00:: 1 3
-mammalian%3:01:00:: 1 2
-mammoth%5:00:01:large:00 1 1
-man%1:05:01:: 5 29
-man%1:14:00:: 4 75
-man%1:18:00:: 1 749
-man%1:18:03:: 2 346
-man%1:18:04:: 3 87
-man%1:18:06:: 7 3
-man%1:18:08:: 6 4
-man%2:41:00:: 1 2
-man-of-war%1:06:00:: 1 1
-man-to-man%4:02:00:: 1 1
-man_and_wife%1:14:00:: 1 1
-man_hour%1:28:00:: 1 1
-man_in_the_street%1:18:00:: 1 1
-man_of_affairs%1:18:00:: 1 1
-man_of_letters%1:18:00:: 1 1
-manage%2:41:00:: 2 5
-manage%2:41:01:: 4 3
-manage%2:41:03:: 3 3
-manage%2:41:08:: 5 2
-manage%2:41:09:: 1 27
-management%1:04:00:: 1 19
-management%1:14:00:: 2 8
-management_personnel%1:14:00:: 1 2
-manager%1:18:00:: 1 29
-manager%1:18:01:: 2 21
-managing_editor%1:18:00:: 1 1
-manchester%1:15:00:: 2 1
-manchester%1:15:01:: 1 11
-mandamus%1:10:00:: 1 1
-mandate%1:10:00:: 1 1
-mandate%2:41:00:: 1 1
-mandatory%5:00:00:obligatory:00 1 3
-mane%1:05:00:: 1 1
-maneuver%1:04:02:: 1 5
-maneuver%2:38:00:: 1 5
-maneuverability%1:07:00:: 1 1
-maneuvering%1:04:00:: 1 1
-manfulness%1:07:00:: 1 1
-mangled%5:00:00:injured:00 1 1
-manhattan%1:15:00:: 1 6
-manhood%1:26:00:: 1 2
-mania%1:16:00:: 1 2
-maniac%1:18:00:: 1 4
-maniacal%5:00:00:insane:00 1 2
-manic%5:00:00:wild:02 1 2
-manic-depressive%1:18:00:: 1 1
-maniclike%5:00:00:insane:00 1 1
-manifest%2:32:00:: 1 9
-manifestation%1:10:00:: 2 3
-manifestation%1:11:00:: 1 6
-manifestly%4:02:00:: 1 1
-manifold%1:06:00:: 1 11
-manifold%5:00:00:multiple:00 1 1
-manipulate%2:35:00:: 2 3
-manipulate%2:41:00:: 1 5
-manipulation%1:04:00:: 1 1
-mankind%1:14:00:: 1 5
-manned%3:00:00:: 1 3
-manner%1:07:01:: 2 17
-manner%1:07:02:: 1 49
-manner%1:09:01:: 3 7
-manners%1:07:00:: 1 5
-manometer%1:06:00:: 1 6
-manor%1:06:00:: 1 1
-manor_house%1:06:00:: 1 2
-manpower%1:14:00:: 1 4
-manse%1:06:01:: 1 1
-manservant%1:18:00:: 1 1
-mantel%1:06:00:: 1 2
-mantic%5:00:00:prophetic:00 1 1
-mantle%1:10:00:: 1 1
-mantrap%1:18:00:: 1 1
-manual%1:10:00:: 1 2
-manual_labor%1:04:00:: 1 1
-manufacture%1:04:00:: 1 2
-manufacture%2:36:00:: 1 3
-manufacture%2:36:01:: 2 1
-manufactured%5:00:00:factory-made:00 1 2
-manufacturer%1:14:00:: 1 16
-manufacturer%1:18:00:: 2 4
-manufacturing%1:04:00:: 1 2
-manumission%1:04:00:: 1 1
-manure%1:27:00:: 1 4
-manuscript%1:10:00:: 1 2
-many%3:00:00:: 1 347
-many_a%5:00:00:many:00 1 6
-many_another%5:00:00:many:00 1 2
-many_more%5:00:00:more(a):02 1 3
-manzanita%1:20:01:: 1 1
-manzanita%1:20:02:: 2 1
-map%1:06:00:: 1 7
-map%2:31:01:: 2 1
-map%2:36:00:: 1 3
-map_out%2:36:03:: 1 1
-maple%1:20:00:: 2 1
-maple%1:20:02:: 1 2
-mar%2:30:00:: 1 6
-marathon%1:04:00:: 1 1
-marble%1:06:00:: 2 2
-marble%1:27:00:: 1 8
-marbleized%5:00:00:patterned:00 1 1
-marbleizing%1:07:00:: 1 1
-marbles%1:04:00:: 1 2
-march%1:04:00:: 2 14
-march%1:04:01:: 3 4
-march%1:04:02:: 4 3
-march%1:14:00:: 5 2
-march%1:28:00:: 1 16
-march%2:38:00:: 3 5
-march%2:38:01:: 1 24
-march%2:38:03:: 5 1
-march%2:38:04:: 2 5
-march%2:41:00:: 4 1
-march_on%2:38:00:: 1 3
-marched_upon%3:44:00:: 1 1
-marching%1:04:00:: 1 1
-marching%5:00:00:moving:02 1 3
-mare%1:05:00:: 1 2
-margin%1:07:00:: 2 2
-margin%1:25:00:: 1 6
-marginal%5:00:00:meager:00 3 1
-marginal%5:00:00:minimal:00 2 3
-marginal%5:00:00:peripheral:00 1 4
-marginal_cost%1:07:00:: 1 3
-marginality%1:07:00:: 1 2
-marginally%4:02:00:: 1 1
-maria%1:17:00:: 1 1
-marinate%2:30:00:: 1 2
-marine%1:18:00:: 1 1
-marine%3:01:00:: 1 2
-marine_corps%1:14:00:: 1 5
-marital%3:01:00:: 1 2
-mark%1:07:02:: 5 2
-mark%1:09:01:: 1 5
-mark%1:10:01:: 6 1
-mark%1:10:02:: 2 4
-mark%1:10:03:: 4 2
-mark%1:10:04:: 3 3
-mark%2:30:00:: 5 5
-mark%2:31:01:: 4 9
-mark%2:31:09:: 3 13
-mark%2:32:02:: 2 13
-mark%2:35:02:: 8 1
-mark%2:35:09:: 1 13
-mark%2:39:00:: 7 2
-mark%2:41:00:: 6 2
-mark_off%2:30:00:: 1 1
-marked%3:00:00:: 3 1
-marked%5:00:00:conspicuous:00 2 2
-marked%5:00:00:noticeable:00 1 15
-markedly%4:02:00:: 1 2
-marker%1:06:00:: 1 1
-market%1:04:00:: 1 12
-market%1:06:00:: 3 4
-market%1:14:00:: 2 9
-market%1:14:01:: 4 2
-market%2:40:00:: 1 3
-market_price%1:21:00:: 1 4
-market_value%1:21:00:: 1 4
-marketable%5:00:01:salable:00 1 4
-marketing%1:04:00:: 1 31
-marketplace%1:04:00:: 1 3
-marketplace%1:06:00:: 2 2
-marking%1:07:00:: 2 1
-marking%1:10:00:: 1 1
-marksman%1:18:00:: 1 8
-marksmanship%1:09:00:: 1 3
-marmalade%1:13:00:: 1 1
-maroon%2:40:00:: 1 1
-maroon%5:00:00:chromatic:00 1 1
-marquee%1:06:01:: 1 1
-marriage%1:04:00:: 3 2
-marriage%1:14:00:: 2 10
-marriage%1:26:00:: 1 26
-marriage_bed%1:06:00:: 1 1
-marriage_contract%1:10:00:: 1 3
-marriage_mart%1:14:00:: 1 1
-married%3:00:00:: 1 17
-married_couple%1:14:00:: 1 2
-marrow%1:08:00:: 1 2
-marrowbone%1:13:00:: 1 1
-marry%2:41:00:: 1 44
-marry%2:41:01:: 2 2
-mars%1:17:00:: 1 14
-marsh%1:17:00:: 1 1
-marshal%1:18:00:: 1 5
-marshal%2:30:00:: 3 1
-marshal%2:35:00:: 2 1
-marshal%2:38:00:: 1 1
-marshaling%1:04:00:: 1 1
-marshalling_yard%1:06:00:: 1 1
-martial%5:00:02:military:02 1 1
-martian%1:18:00:: 1 3
-martian%3:01:00:: 1 5
-martini%1:13:00:: 1 2
-martyr%1:18:00:: 1 8
-marvel%1:11:00:: 1 1
-marvel%2:32:00:: 2 1
-marvel%2:32:12:: 1 4
-marvelous%5:00:00:extraordinary:00 1 3
-marvelous%5:00:00:incredible:00 2 3
-marvelously%4:02:00:: 1 1
-marxist%3:01:00:: 1 2
-mary%1:18:00:: 1 2
-mary_magdalene%1:18:00:: 1 1
-maryland%1:15:00:: 1 1
-mascara%1:06:00:: 1 1
-masculine%3:00:01:: 2 1
-masculine%3:00:02:: 1 2
-masculinity%1:07:00:: 1 1
-mash%2:35:00:: 1 1
-mask%1:04:00:: 2 1
-mask%1:06:00:: 1 1
-mask%2:35:00:: 2 1
-mask%2:39:00:: 1 1
-masking%1:04:00:: 1 1
-masonry%1:06:00:: 1 2
-masquerade%2:32:00:: 2 1
-masquerade%2:39:00:: 1 2
-mass%1:04:00:: 4 10
-mass%1:07:00:: 1 35
-mass%1:07:01:: 7 3
-mass%1:14:01:: 6 4
-mass%1:14:02:: 3 12
-mass%1:17:00:: 5 6
-mass%1:23:00:: 2 14
-mass%2:38:00:: 1 3
-mass%5:00:00:general:00 1 6
-mass-spectrometric%3:01:00:: 1 1
-mass_culture%1:09:00:: 1 1
-mass_media%1:10:00:: 1 2
-mass_murder%1:04:00:: 1 1
-mass_rapid_transit%1:06:00:: 1 1
-massachuset%1:10:00:: 1 2
-massachusetts%1:15:00:: 1 5
-massacre%2:30:00:: 1 1
-massage%1:04:00:: 1 1
-massage%2:29:00:: 2 1
-massage%2:35:00:: 1 1
-masses%1:14:00:: 1 3
-masseur%1:18:00:: 1 3
-massive%5:00:00:large:00 1 9
-mast%1:06:00:: 1 3
-masted%3:01:00:: 1 1
-master%1:06:00:: 6 1
-master%1:18:00:: 1 8
-master%1:18:01:: 3 1
-master%1:18:03:: 4 1
-master%1:18:04:: 2 5
-master%1:18:06:: 5 1
-master%2:31:01:: 1 4
-master%2:33:00:: 2 2
-master%2:41:00:: 3 1
-master%5:00:00:skilled:00 1 1
-master's_degree%1:10:00:: 1 1
-master_bedroom%1:06:00:: 1 2
-master_of_ceremonies%1:18:00:: 1 1
-master_of_science%1:10:00:: 1 1
-masterly%5:00:00:skilled:00 1 1
-mastermind%2:31:00:: 1 1
-masterpiece%1:04:00:: 2 2
-masterpiece%1:06:00:: 1 4
-mastery%1:09:00:: 1 4
-mastery%1:26:00:: 2 1
-mat%1:06:00:: 1 4
-mat%1:06:02:: 3 1
-mat%1:06:04:: 2 1
-match%1:06:00:: 1 4
-match%1:06:01:: 4 1
-match%1:06:02:: 3 1
-match%1:11:00:: 2 1
-match%2:30:01:: 5 3
-match%2:35:08:: 3 6
-match%2:40:00:: 2 12
-match%2:42:00:: 1 16
-match%2:42:01:: 4 5
-matched%5:00:00:competitive:00 1 1
-matching%5:00:01:matched:00 2 1
-matching%5:00:02:matched:00 1 2
-matching_funds%1:21:00:: 1 2
-mate%1:06:00:: 5 1
-mate%1:18:00:: 4 1
-mate%1:18:01:: 3 2
-mate%1:18:02:: 1 4
-mate%1:18:04:: 2 2
-mate%2:35:00:: 1 7
-mate%2:35:02:: 2 1
-material%1:06:00:: 3 7
-material%1:06:01:: 4 5
-material%1:10:00:: 2 34
-material%1:27:00:: 1 73
-material%3:00:01:: 2 3
-material%3:00:02:: 3 1
-material%5:00:00:physical:00 4 1
-material%5:00:00:worldly:00 1 5
-materialism%1:26:00:: 1 2
-materialize%2:30:00:: 1 3
-materially%4:02:00:: 1 1
-maternal%3:00:00:: 1 1
-math%1:09:00:: 1 1
-mathematical%3:01:00:: 1 3
-mathematically%4:02:00:: 1 3
-mathematics%1:09:00:: 1 4
-mating%1:04:00:: 1 2
-matriarch%1:18:00:: 1 1
-matriculate%2:41:00:: 1 2
-matrimony%1:26:00:: 1 1
-matrix%1:14:00:: 1 1
-matron%1:18:00:: 1 1
-matsyendra%1:07:00:: 1 1
-matted%5:00:00:tangled:00 1 1
-matter%1:03:00:: 3 7
-matter%1:07:00:: 5 1
-matter%1:09:00:: 2 32
-matter%1:09:01:: 1 35
-matter%1:09:02:: 4 1
-matter%2:42:00:: 1 21
-matter_of_course%1:11:00:: 1 1
-matter_to%2:42:00:: 1 4
-matting%1:06:00:: 1 1
-maturation%1:22:00:: 2 1
-maturation%1:22:01:: 1 2
-mature%2:30:00:: 1 5
-mature%3:00:01:: 3 1
-mature%3:00:02:: 1 4
-mature%5:00:00:developed:00 2 4
-maturing%1:22:01:: 1 2
-maturity%1:26:00:: 2 11
-maturity%1:28:00:: 1 16
-maturity%1:28:01:: 3 1
-mausoleum%1:06:00:: 1 1
-mauve%5:00:00:chromatic:00 1 2
-maxim%1:10:00:: 1 1
-maximal%3:00:00:: 1 2
-maximize%2:30:00:: 1 2
-maximize%2:30:01:: 2 1
-maximum%1:07:00:: 2 1
-maximum%1:23:00:: 1 11
-maximum%3:00:00:: 1 36
-may%1:28:00:: 1 29
-may%2:42:00:: 2 1
-may%2:42:01:: 1 6
-may_day%1:28:00:: 1 1
-may_not%2:42:00:: 1 5
-maybe%4:02:00:: 1 57
-mayflower%1:06:00:: 1 1
-mayor%1:18:00:: 1 9
-maze%1:06:00:: 1 2
-mc%1:28:00:: 1 5
-meadow%1:15:00:: 1 6
-meager%3:00:00:: 1 4
-meal%1:13:00:: 1 20
-mean%1:09:00:: 1 10
-mean%2:31:00:: 4 27
-mean%2:31:01:: 6 8
-mean%2:32:01:: 1 93
-mean%2:32:03:: 3 43
-mean%2:42:00:: 2 89
-mean%2:42:03:: 5 9
-mean%5:00:00:ignoble:01 3 3
-mean%5:00:00:nasty:00 2 6
-mean%5:00:00:normal:01 1 16
-meander%2:38:00:: 1 1
-meandering%5:00:00:indirect:00 1 2
-meaning%1:09:00:: 2 31
-meaning%1:10:00:: 1 48
-meaningful%3:00:00:: 1 8
-meaningfulness%1:07:00:: 1 1
-meaningless%3:00:00:: 1 4
-meanness%1:07:00:: 1 1
-means%1:04:00:: 1 50
-means%1:06:00:: 2 11
-meanwhile%4:02:00:: 2 6
-meanwhile%4:02:01:: 1 10
-measurable%3:00:00:: 1 4
-measurable%5:00:00:important:00 2 1
-measure%1:03:00:: 3 5
-measure%1:04:00:: 5 2
-measure%1:04:01:: 2 5
-measure%1:07:00:: 1 10
-measure%1:10:01:: 7 1
-measure%1:10:02:: 4 2
-measure%1:10:03:: 6 1
-measure%2:30:00:: 2 20
-measure%2:31:00:: 1 35
-measure%2:31:01:: 4 10
-measure%2:42:00:: 3 14
-measure_up%2:42:00:: 1 1
-measured%3:00:00:: 1 9
-measurement%1:04:00:: 2 19
-measurement%1:07:00:: 1 33
-measuring%1:04:00:: 1 2
-meat%1:13:01:: 1 4
-meat_house%1:06:00:: 2 1
-meat_house%1:06:01:: 1 1
-meaty%3:00:00:: 1 1
-mechanic%1:18:00:: 1 1
-mechanic%1:18:01:: 2 1
-mechanical%3:00:00:: 1 10
-mechanical%3:01:00:: 3 1
-mechanical%3:01:01:: 2 2
-mechanically%4:02:00:: 2 1
-mechanically%4:02:01:: 1 1
-mechanics%1:04:00:: 2 2
-mechanics%1:09:00:: 1 3
-mechanism%1:04:00:: 2 3
-mechanism%1:17:00:: 3 2
-mechanism%1:22:00:: 1 8
-mechanistic%5:00:00:mechanical:00 1 1
-mechanized%5:00:00:mechanical:00 1 1
-medal%1:10:00:: 1 4
-medal_of_honor%1:10:00:: 1 1
-meddle%2:41:00:: 1 1
-meddling%1:04:00:: 1 1
-meddling%5:00:00:intrusive:01 1 2
-median%5:00:00:normal:01 1 1
-mediate%2:32:00:: 1 1
-medical%3:00:00:: 2 4
-medical%3:01:00:: 1 29
-medical%3:01:02:: 3 1
-medical_aid%1:04:00:: 1 1
-medical_care%1:04:00:: 1 1
-medical_intern%1:18:00:: 1 1
-medical_man%1:18:00:: 1 1
-medical_practice%1:04:00:: 1 1
-medical_report%1:10:00:: 1 1
-medical_school%1:14:00:: 1 3
-medically%4:02:00:: 1 1
-medication%1:06:00:: 1 2
-medicine%1:04:00:: 3 3
-medicine%1:06:00:: 2 3
-medicine%1:09:00:: 1 5
-medieval%3:01:00:: 1 11
-medieval%5:00:00:nonmodern:00 2 1
-mediocrity%1:07:00:: 1 1
-meditate%2:31:00:: 1 4
-meditation%1:09:00:: 1 1
-meditative%5:00:00:thoughtful:00 1 1
-mediterranean%1:17:00:: 1 1
-medium%1:10:00:: 3 2
-medium%1:10:01:: 1 5
-medium%1:15:01:: 2 4
-medium%1:27:00:: 4 1
-medium%5:00:00:moderate:00 1 5
-medley%1:10:00:: 1 1
-meek%5:00:00:humble:00 1 4
-meekly%4:02:00:: 2 1
-meekly%4:02:02:: 1 1
-meet%1:11:00:: 1 4
-meet%2:33:00:: 10 8
-meet%2:34:00:: 4 23
-meet%2:35:00:: 14 1
-meet%2:38:00:: 12 6
-meet%2:38:01:: 1 49
-meet%2:38:06:: 9 11
-meet%2:39:00:: 13 3
-meet%2:41:00:: 7 14
-meet%2:41:01:: 2 38
-meet%2:41:02:: 6 15
-meet%2:41:03:: 8 12
-meet%2:42:00:: 11 7
-meet%2:42:01:: 5 18
-meet%2:42:02:: 3 32
-meet_up_with%2:38:00:: 1 2
-meeting%1:04:00:: 4 2
-meeting%1:04:02:: 5 1
-meeting%1:11:00:: 3 2
-meeting%1:14:00:: 1 30
-meeting%1:14:01:: 2 4
-megakaryocytic%3:01:00:: 1 1
-megalomania%1:26:00:: 1 1
-megalopolis%1:15:00:: 1 1
-megaton%1:23:02:: 1 1
-megaton_bomb%1:06:00:: 1 5
-mekong%1:17:00:: 1 1
-mekong_river%1:17:00:: 1 1
-melancholy%1:12:00:: 1 4
-melancholy%5:00:00:sad:00 1 3
-melee%1:04:00:: 1 2
-melioration%1:04:00:: 1 1
-mellowingly%4:02:00:: 1 1
-melodic%3:00:04:: 1 1
-melodious%3:00:04:: 1 1
-melodrama%1:10:00:: 1 1
-melodramatic%5:00:02:dramatic:00 1 1
-melody%1:09:00:: 2 4
-melody%1:10:00:: 1 8
-melon%1:13:00:: 1 2
-melt%2:30:00:: 2 2
-melt%2:30:01:: 1 3
-melt%2:30:02:: 4 1
-melt%2:30:04:: 3 2
-melt_off%2:29:00:: 1 1
-melting%1:22:00:: 1 1
-melting%5:00:00:unfrozen:00 1 1
-melting_pot%1:15:00:: 1 2
-member%1:08:00:: 3 5
-member%1:18:00:: 1 67
-member%1:24:00:: 2 6
-membership%1:14:00:: 1 10
-membership%1:26:00:: 2 9
-membrane%1:06:00:: 1 1
-memoir%1:10:00:: 1 1
-memorabilia%1:10:00:: 1 1
-memorable%5:00:02:unforgettable:00 1 6
-memorandum%1:10:00:: 1 2
-memorial%1:10:00:: 1 1
-memorization%1:09:00:: 1 1
-memorize%2:31:00:: 1 6
-memory%1:06:00:: 4 3
-memory%1:09:00:: 3 9
-memory%1:09:01:: 2 15
-memory%1:09:02:: 1 25
-memory_image%1:09:00:: 1 2
-memory_picture%1:09:00:: 1 2
-memphis%1:15:00:: 1 4
-men%1:14:00:: 1 35
-menace%1:10:00:: 2 1
-menace%1:26:00:: 1 8
-menace%2:32:00:: 2 1
-menace%2:42:00:: 1 1
-menacing%5:00:00:alarming:00 1 1
-menarche%1:11:00:: 1 4
-mend%2:30:00:: 1 5
-mend%2:30:01:: 2 1
-mendacious%5:00:00:untruthful:00 1 1
-menial%5:00:00:unskilled:00 1 1
-mental%3:00:00:: 1 12
-mental%3:01:00:: 2 4
-mental_case%1:18:00:: 1 1
-mental_disturbance%1:26:00:: 1 1
-mental_health%1:26:00:: 1 1
-mental_image%1:09:00:: 1 4
-mental_institution%1:06:00:: 1 1
-mental_picture%1:09:00:: 1 1
-mentality%1:09:00:: 2 1
-mentality%1:09:01:: 1 1
-mentally%4:02:00:: 1 6
-mentally_ill%5:00:00:insane:00 1 1
-mentally_retarded%1:14:00:: 1 1
-mention%1:10:01:: 1 8
-mention%1:10:02:: 2 1
-mention%2:32:00:: 2 14
-mention%2:32:01:: 3 6
-mention%2:32:02:: 1 62
-menu%1:10:00:: 1 1
-meq%1:07:00:: 1 2
-mercenary%1:18:00:: 1 2
-mercer%1:18:00:: 1 1
-merchandise%1:06:00:: 1 4
-merchandise%2:40:00:: 1 1
-merchandising%1:04:00:: 1 2
-merchant%1:18:00:: 1 8
-merciful%3:00:00:: 1 1
-mercifully%4:02:00:: 1 3
-merciless%3:00:00:: 1 3
-mercurial%5:00:00:changeable:00 1 1
-mercury%1:27:00:: 1 6
-mercy%1:04:00:: 1 4
-mercy%1:07:00:: 2 2
-mercy%1:12:00:: 3 1
-mere%5:00:00:plain:01 2 4
-mere%5:00:00:specified:00 1 22
-merely%4:02:00:: 1 73
-merge%2:30:00:: 1 10
-merge%2:30:01:: 2 3
-merger%1:04:00:: 1 6
-merging%1:04:02:: 1 1
-merit%1:07:01:: 1 5
-merit%1:07:02:: 2 3
-merit%2:42:04:: 1 6
-meritorious%5:00:00:worthy:00 1 1
-mermaid%1:18:00:: 1 1
-merrily%4:02:00:: 1 2
-merriment%1:04:00:: 2 1
-merriment%1:12:00:: 1 2
-merry%5:00:01:joyous:00 2 1
-merry%5:00:02:joyous:00 1 4
-merrymaking%1:04:00:: 1 1
-mesenteric%3:01:00:: 1 1
-mesh%1:23:00:: 1 1
-mesh%2:30:00:: 2 1
-mesh%2:35:01:: 1 1
-mesmerize%2:32:00:: 1 1
-mess%1:06:00:: 5 1
-mess%1:13:00:: 4 1
-mess%1:13:01:: 3 1
-mess%1:26:00:: 1 12
-mess%1:26:02:: 2 1
-mess_around%2:35:00:: 1 2
-mess_hall%1:06:00:: 1 1
-mess_up%2:41:00:: 1 1
-message%1:10:00:: 2 11
-message%1:10:01:: 1 20
-messenger%1:18:00:: 1 7
-messenger_boy%1:18:00:: 1 1
-messy%5:00:00:untidy:00 1 1
-metabolic%3:01:00:: 1 1
-metabolize%2:34:00:: 1 1
-metal%1:27:00:: 1 21
-metal%3:00:00:: 1 5
-metallic%3:00:00:: 1 3
-metamorphose%2:30:00:: 1 1
-metaphor%1:10:00:: 1 3
-metaphysical%3:01:00:: 1 2
-metaphysical%5:00:00:supernatural:00 2 1
-meted_out%5:00:00:distributed:00 1 1
-meteor%1:17:00:: 1 6
-meteor_stream%1:19:00:: 1 1
-meteorite%1:17:00:: 1 8
-meteoritic%3:01:00:: 1 6
-meteorological%3:01:00:: 1 1
-meteorological_conditions%1:26:00:: 1 2
-meter%1:06:00:: 2 1
-meter%1:23:00:: 1 6
-meter%2:30:00:: 1 1
-method%1:07:00:: 2 4
-method%1:09:00:: 1 95
-method_of_choice%1:09:00:: 1 1
-methodical%5:00:00:organized:01 1 3
-methodically%4:02:00:: 1 5
-methodist%3:01:00:: 1 1
-methodist_church%1:14:00:: 1 1
-meticulously%4:02:00:: 1 4
-metis%1:18:00:: 1 1
-metrazol%1:06:00:: 1 1
-metro%1:06:00:: 1 1
-metropolis%1:15:00:: 1 7
-metropolitan%3:01:00:: 1 15
-mew%2:32:00:: 1 1
-mexican%1:18:00:: 1 17
-mexican%3:01:00:: 1 4
-mexico%1:15:00:: 1 3
-mg%1:23:00:: 1 39
-micelle%1:17:00:: 1 11
-michigan%1:15:00:: 1 5
-microbial%3:01:00:: 1 1
-microcosm%1:09:00:: 1 1
-micrometeorite%1:17:00:: 1 11
-micrometeoritic%3:01:00:: 1 2
-micron%1:23:00:: 1 4
-microorganism%1:05:00:: 1 5
-microphone%1:06:00:: 1 4
-microphoning%1:22:00:: 1 1
-microscope%1:06:00:: 1 7
-microscopic%3:01:00:: 1 4
-microscopically%4:02:00:: 1 6
-microscopy%1:04:00:: 1 1
-microsecond%1:28:00:: 1 4
-microsomal%3:01:00:: 1 1
-microwave%1:19:00:: 1 2
-mid%5:00:00:middle:00 1 8
-mid-fifties%1:28:00:: 1 2
-mid-june%1:28:00:: 1 2
-mid-thirties%1:28:00:: 1 1
-midair%1:15:00:: 1 1
-midday%1:28:00:: 1 1
-middle%1:08:00:: 3 2
-middle%1:09:00:: 2 2
-middle%1:15:00:: 1 10
-middle%1:28:00:: 4 1
-middle%3:00:00:: 4 1
-middle%3:00:01:: 3 1
-middle%5:00:00:intermediate:00 1 5
-middle%5:00:01:central:01 2 4
-middle-aged%5:00:00:old:02 1 4
-middle-class%3:00:00:: 1 15
-middle-level%5:00:00:inferior:01 1 1
-middle_ages%1:28:00:: 1 5
-middle_atlantic%5:00:00:eastern:02 1 1
-middle_class%1:14:00:: 1 9
-middle_distance%1:09:00:: 1 1
-middle_east%1:15:00:: 1 1
-middle_west%1:15:00:: 1 1
-midnight%1:28:00:: 1 7
-midsection%1:08:00:: 1 1
-midshipman%1:18:00:: 1 2
-midst%1:15:00:: 1 3
-midsummer%1:28:00:: 1 1
-midwatch%1:28:00:: 1 1
-midway%4:02:00:: 1 1
-midway%5:00:00:central:01 1 2
-midweek%3:01:00:: 1 1
-midwest%1:15:00:: 1 1
-midwestern%5:00:00:western:02 1 4
-mien%1:07:00:: 1 1
-might%1:07:00:: 1 3
-might%2:42:01:: 1 2
-mighty%4:02:00:: 1 4
-mighty%5:00:00:powerful:00 1 10
-migrate%2:38:00:: 1 4
-migration%1:04:00:: 1 2
-migratory%3:01:00:: 1 1
-mike%1:06:00:: 1 1
-mild%3:00:00:: 1 7
-mild-mannered%5:00:00:mild:00 1 1
-mildly%4:02:00:: 1 3
-mildly%4:02:02:: 2 1
-mile%1:23:01:: 1 49
-mile%1:23:04:: 2 5
-mileage%1:07:00:: 1 1
-miles_per_hour%1:28:01:: 1 3
-milestone%1:10:01:: 1 2
-milestone%1:11:00:: 2 1
-milieu%1:26:00:: 1 1
-militant%5:00:00:aggressive:00 2 1
-militant%5:00:00:unpeaceful:00 1 1
-militarily%4:02:00:: 1 1
-military%1:14:00:: 1 1
-military%3:00:01:: 3 3
-military%3:00:02:: 2 12
-military%3:01:00:: 1 37
-military_force%1:14:00:: 1 3
-military_man%1:18:00:: 1 1
-military_personnel%1:14:00:: 1 2
-military_personnel%1:18:00:: 2 1
-military_service%1:14:00:: 1 1
-military_unit%1:14:00:: 1 1
-military_vehicle%1:06:00:: 1 1
-militate%2:41:00:: 1 1
-militia%1:14:00:: 1 5
-milk%1:08:00:: 2 1
-milk%1:13:01:: 1 20
-milk%2:30:00:: 1 3
-milk%2:34:00:: 2 1
-milking_stool%1:06:00:: 1 1
-mill%1:06:01:: 1 4
-mill%2:30:00:: 2 1
-mill%2:38:00:: 1 1
-mill_about%2:42:00:: 1 1
-millenarianism%1:09:00:: 1 1
-millennium%1:28:00:: 1 4
-milliampere%1:23:00:: 1 2
-millidegree%1:23:00:: 1 6
-milligram%1:23:00:: 1 26
-milliliter%1:23:00:: 1 2
-millimeter%1:23:00:: 1 1
-millimeter_of_mercury%1:23:00:: 1 1
-million%1:23:00:: 1 16
-million%5:00:00:cardinal:00 1 36
-millions%1:23:00:: 1 11
-millivoltmeter%1:06:00:: 1 1
-millpond%1:17:00:: 1 1
-millwheel%1:06:00:: 1 1
-milquetoast%1:18:00:: 1 2
-milwaukee%1:15:00:: 1 1
-mimesis%1:09:00:: 1 11
-mimetic%5:00:00:representational:00 1 2
-mimicry%1:04:00:: 1 1
-min%1:10:00:: 2 2
-min%1:28:00:: 1 5
-mince%2:32:00:: 1 2
-mincing%5:00:00:refined:01 1 1
-mind%1:09:00:: 1 120
-mind%1:09:01:: 2 13
-mind%1:09:03:: 5 1
-mind%1:09:04:: 3 10
-mind%1:18:00:: 4 3
-mind%2:31:02:: 2 5
-mind%2:32:00:: 1 15
-mind%2:41:01:: 3 2
-mind's_eye%1:09:00:: 1 1
-minded%5:00:00:oriented:00 1 2
-minded%5:00:02:inclined(p):02 2 1
-mindful%3:00:00:: 1 3
-mindless%5:00:00:meaningless:00 1 1
-mindless%5:00:00:nonintellectual:00 2 1
-mine%1:06:00:: 2 5
-mine%1:06:01:: 1 12
-mine%2:34:00:: 1 3
-mine_field%1:15:00:: 1 1
-miner%1:18:00:: 1 2
-mineral%1:27:00:: 1 9
-mineral_oil%1:27:00:: 1 1
-mineralized%5:00:01:mineral:00 1 1
-mineralogy%1:09:00:: 1 1
-mingle%2:35:00:: 1 9
-mingle%2:41:00:: 2 2
-mingling%1:04:00:: 1 1
-miniature%1:06:01:: 2 1
-miniature%1:06:02:: 1 1
-miniature%5:00:00:small:00 1 1
-minimal%3:00:00:: 1 24
-minimize%2:30:00:: 1 12
-minimize%2:32:01:: 2 2
-minimized%5:00:02:decreased:00 1 1
-minimum%1:23:00:: 1 9
-minimum%3:00:00:: 1 23
-mining%1:04:00:: 1 3
-mining_bee%1:05:00:: 1 1
-minister%1:18:00:: 1 10
-minister%2:41:12:: 1 3
-ministerial%3:01:02:: 1 1
-ministration%1:04:00:: 1 1
-ministry%1:06:00:: 2 1
-ministry%1:14:01:: 1 1
-minneapolis%1:15:00:: 1 2
-minnesota%1:15:00:: 1 5
-minoan%3:01:00:: 1 1
-minor%1:18:00:: 1 2
-minor%3:00:01:: 3 2
-minor%3:00:02:: 2 3
-minor%3:00:03:: 5 1
-minor%3:00:04:: 4 1
-minor%3:00:06:: 1 6
-minor_league%1:14:00:: 1 3
-minority%1:07:00:: 2 2
-minority%1:14:00:: 1 3
-minstrel%1:18:00:: 1 1
-mint%1:23:00:: 1 1
-minuet%1:04:00:: 1 1
-minute%1:28:00:: 1 83
-minute%1:28:01:: 2 8
-minute%1:28:02:: 3 1
-minute%5:00:00:small:00 1 5
-minute_of_arc%1:23:00:: 1 1
-minutia%1:09:00:: 1 1
-miracle%1:11:00:: 1 7
-miracle%1:11:01:: 2 1
-miraculous%5:00:00:supernatural:00 1 1
-miraculously%4:02:00:: 1 2
-mire%1:17:00:: 1 1
-mirror%1:06:00:: 1 8
-mirror%1:09:00:: 2 1
-mirror%2:43:00:: 1 4
-misanthrope%1:18:00:: 1 1
-misbehavior%1:04:00:: 1 3
-misbranded%5:00:00:illegal:00 1 1
-miscalculate%2:31:01:: 1 1
-miscalculation%1:04:00:: 1 2
-miscarry%2:41:00:: 1 1
-miscegenation%1:04:00:: 1 1
-miscellaneous%5:00:00:general:00 1 5
-miscellaneous%5:00:00:heterogeneous:00 2 2
-mischief%1:04:00:: 1 3
-mischievous%5:00:00:bad:00 2 1
-mischievous%5:00:00:playful:00 1 1
-misconception%1:09:00:: 1 3
-misconstruction%1:10:00:: 2 1
-misconstruction%1:10:01:: 1 1
-misconstrue%2:31:01:: 1 2
-misdeed%1:04:00:: 1 2
-misdemeanor%1:04:00:: 1 1
-miserable%5:00:00:contemptible:00 3 1
-miserable%5:00:00:unfortunate:00 2 1
-miserable%5:00:00:unhappy:00 1 3
-miserably%4:02:00:: 1 1
-misery%1:26:00:: 1 8
-misfire%2:33:00:: 1 1
-misfortune%1:11:00:: 1 4
-misfortune%1:26:00:: 2 3
-misgauge%2:31:00:: 1 1
-misgiving%1:09:02:: 2 1
-misgiving%1:12:00:: 1 3
-misguided%5:00:00:foolish:00 1 1
-misinterpret%2:32:00:: 1 1
-misinterpretation%1:10:00:: 1 1
-misjudge%2:31:00:: 1 2
-mislay%2:35:00:: 1 1
-mislead%2:32:00:: 2 2
-mislead%2:38:00:: 1 2
-misleading%5:00:00:dishonest:00 1 4
-mismanage%2:41:00:: 1 1
-mismanagement%1:04:00:: 1 1
-misname%2:32:00:: 1 1
-misnomer%1:10:00:: 1 1
-misogynist%1:18:00:: 1 1
-misperceive%2:39:00:: 1 1
-misplace%2:35:00:: 2 1
-misplace%2:35:01:: 1 1
-misplaced%5:00:00:disarranged:00 1 5
-misquote%2:32:00:: 1 1
-misread%2:31:02:: 1 1
-misrelated%5:00:00:unrelated:02 1 1
-misrepresent%2:32:00:: 1 2
-misrepresentation%1:10:00:: 1 1
-miss%1:11:00:: 2 1
-miss%1:18:00:: 1 3
-miss%2:31:00:: 4 6
-miss%2:33:00:: 8 4
-miss%2:35:00:: 7 4
-miss%2:37:00:: 2 13
-miss%2:38:00:: 5 5
-miss%2:39:00:: 1 16
-miss%2:42:00:: 6 4
-miss%2:42:01:: 3 9
-miss%2:42:02:: 9 1
-missile%1:06:00:: 2 4
-missile%1:06:01:: 1 10
-missing%5:00:00:absent:00 1 5
-missing%5:00:00:lost:01 2 5
-mission%1:04:00:: 3 8
-mission%1:04:01:: 2 8
-mission%1:04:02:: 4 7
-mission%1:14:01:: 1 18
-missionary%1:18:00:: 1 3
-mississippi%1:15:00:: 2 5
-mississippi%1:17:00:: 1 5
-mississippi_river%1:17:00:: 1 2
-missive%1:10:00:: 1 1
-missouri%1:15:00:: 1 7
-missouri%1:17:00:: 2 1
-mist%1:19:00:: 1 10
-mist%2:30:00:: 1 1
-mistake%1:04:00:: 1 13
-mistake%1:09:00:: 2 6
-mistake%1:10:00:: 3 2
-mistake%2:31:00:: 2 4
-mistake%2:31:02:: 1 7
-mistaken%5:00:00:incorrect:00 2 2
-mistaken%5:00:00:wrong:01 1 6
-mistakenly%4:02:00:: 1 2
-mistaking%1:10:00:: 1 1
-mister%1:18:00:: 1 2
-mistress%1:18:01:: 1 4
-mistrust%2:31:00:: 1 2
-misty%5:00:00:cloudy:00 1 1
-misty-eyed%5:00:00:tearful:00 1 1
-misunderstand%2:31:01:: 1 3
-misunderstanding%1:10:00:: 1 1
-misuse%1:04:00:: 1 1
-misuse%2:34:00:: 1 2
-misused%3:00:00:: 1 1
-mite%1:23:00:: 1 2
-mite_box%1:06:00:: 1 1
-miter%2:35:00:: 1 1
-mitigate%2:32:00:: 1 3
-mitigation%1:04:00:: 1 1
-mitral%3:01:00:: 1 1
-mittens%1:06:00:: 1 2
-mix%2:30:00:: 1 7
-mix%2:30:01:: 4 1
-mix%2:30:02:: 3 1
-mix%2:41:00:: 2 1
-mix_in%2:30:00:: 1 2
-mixed%5:00:00:blended:00 1 9
-mixed%5:00:00:heterogeneous:00 2 6
-mixed%5:00:00:integrated:00 3 1
-mixed-up%5:00:00:perplexed:00 1 1
-mixing%1:04:00:: 1 4
-mixture%1:11:00:: 4 1
-mixture%1:13:00:: 2 3
-mixture%1:14:00:: 3 2
-mixture%1:27:00:: 1 11
-ml%1:23:00:: 1 13
-mm%1:23:00:: 1 16
-moan%1:10:00:: 1 1
-moan%2:32:00:: 1 3
-mob%1:14:00:: 1 11
-mob%1:14:02:: 2 1
-mob%5:00:00:disorderly:00 1 1
-mobcap%1:06:00:: 1 1
-mobile%5:00:00:unsettled:01 1 2
-mobility%1:07:00:: 1 2
-mobilization%1:04:01:: 1 1
-mobilize%2:30:02:: 1 5
-mobilize%2:33:01:: 2 2
-moblike%5:00:00:disorderly:00 1 2
-moccasins%1:06:00:: 1 1
-mock%2:32:00:: 1 4
-mock%5:00:00:counterfeit:00 1 2
-mocker%1:18:00:: 1 1
-mockery%1:10:00:: 1 1
-mocking%5:00:00:disrespectful:00 1 1
-modal%5:00:00:normal:01 1 2
-mode%1:07:00:: 1 13
-model%1:06:00:: 4 4
-model%1:09:00:: 1 19
-model%1:09:01:: 5 3
-model%1:09:02:: 7 1
-model%1:09:03:: 2 11
-model%1:18:00:: 3 6
-model%1:18:01:: 6 1
-model%2:36:00:: 2 1
-model%2:36:02:: 1 1
-model%5:00:00:worthy:00 1 1
-modeled%5:00:00:shapely:00 1 1
-moderate%1:18:00:: 1 1
-moderate%2:30:03:: 2 1
-moderate%2:32:00:: 1 1
-moderate%3:00:00:: 1 10
-moderate%5:00:00:mild:00 2 2
-moderately%4:02:00:: 1 2
-moderation%1:07:00:: 1 1
-modern%1:18:00:: 1 2
-modern%3:00:00:: 1 57
-modern%5:00:00:fashionable:00 2 6
-modern%5:00:00:nonclassical:00 3 5
-modern%5:00:00:progressive:01 4 3
-modern_greek%1:10:00:: 1 1
-modern_man%1:05:00:: 1 1
-modern_times%1:28:00:: 1 2
-modern_world%1:28:00:: 1 4
-modernism%1:06:00:: 1 2
-modernity%1:07:00:: 1 5
-modernization%1:04:00:: 1 8
-modernize%2:30:00:: 1 3
-modernize%2:30:02:: 2 1
-modernized%5:00:00:modern:00 1 1
-modernizing%1:04:00:: 1 1
-modest%3:00:02:: 1 3
-modest%5:00:00:moderate:00 2 2
-modest%5:00:00:unpretentious:00 3 1
-modestly%4:02:00:: 1 2
-modesty%1:07:00:: 1 1
-modesty%1:07:01:: 2 1
-modification%1:04:00:: 1 2
-modification%1:06:00:: 2 1
-modified%3:00:00:: 1 1
-modified%5:00:00:qualified:02 2 1
-modifier%1:10:00:: 1 5
-modify%2:30:00:: 1 17
-modify%2:30:01:: 2 1
-modulation%1:10:00:: 2 2
-modulation%1:10:01:: 1 3
-moire%1:06:00:: 1 1
-moist%5:00:00:wet:01 1 6
-moisten%2:30:00:: 1 3
-moisture%1:26:00:: 1 7
-molal%3:01:00:: 1 2
-mold%1:06:00:: 2 1
-mold%1:25:00:: 1 1
-mold%2:30:00:: 2 1
-mold%2:36:02:: 1 4
-molding%1:04:01:: 1 1
-molecular%3:01:00:: 1 6
-molecular_weight%1:07:00:: 1 4
-molecule%1:27:00:: 1 9
-molest%2:41:00:: 1 2
-mollify%2:37:00:: 1 1
-molten%5:00:00:melted:00 1 3
-moment%1:07:00:: 4 1
-moment%1:28:00:: 1 86
-moment%1:28:01:: 2 73
-moment%1:28:02:: 3 1
-momentarily%4:02:00:: 2 1
-momentarily%4:02:02:: 1 3
-momentary%5:00:00:short:02 1 3
-momentous%5:00:00:significant:00 1 1
-momentum%1:07:00:: 1 7
-momentum%1:07:01:: 2 2
-mommy%1:18:00:: 1 2
-mon-khmer%1:10:00:: 1 2
-monarch%1:18:00:: 1 2
-monastery%1:06:00:: 1 1
-monastic%5:00:00:unworldly:00 1 5
-monaural%3:00:00:: 1 1
-monday%1:28:00:: 1 28
-money%1:21:00:: 1 77
-money%1:21:02:: 2 15
-money_order%1:21:00:: 1 1
-moneymaker%1:18:00:: 1 1
-moneymaking%1:04:00:: 1 1
-monic_polynomial%1:09:00:: 1 3
-monilia_albicans%1:20:00:: 1 1
-monitor%2:39:00:: 1 9
-monitoring%1:04:00:: 1 4
-monk%1:18:00:: 1 5
-monkey%1:05:00:: 1 8
-monkish%5:00:00:nonindulgent:00 1 1
-mono-iodotyrosine%1:27:00:: 1 5
-monochrome%1:06:01:: 1 1
-monocle%1:06:00:: 1 5
-monograph%1:10:00:: 1 1
-monologist%1:18:00:: 1 1
-monologue%1:10:00:: 1 3
-monomer%1:27:00:: 1 1
-mononuclear%3:00:00:: 1 1
-monophonic%5:00:00:monaural:00 1 1
-monopolization%1:04:00:: 1 1
-monopolize%2:40:00:: 2 2
-monopolize%2:41:00:: 1 2
-monopoly%1:26:01:: 1 5
-monopoly%1:26:02:: 2 2
-monosyllable%1:10:00:: 1 2
-monotone%1:10:00:: 1 1
-monotone%3:00:04:: 1 2
-monotone%5:00:00:unmelodious:00 2 1
-monotonous%5:00:00:dull:03 2 2
-monotonous%5:00:00:unmelodious:00 1 4
-monotony%1:07:00:: 1 3
-monroe_doctrine%1:10:00:: 1 6
-monsieur%1:18:00:: 1 1
-monsoon%1:19:00:: 1 2
-monster%1:18:01:: 3 1
-monster%1:18:02:: 1 5
-monster%1:18:03:: 2 1
-monstrosity%1:11:00:: 2 1
-monstrosity%1:18:00:: 1 1
-monstrous%5:00:00:evil:00 2 3
-monstrous%5:00:00:large:00 1 5
-monstrous%5:00:00:ugly:00 3 1
-month%1:28:00:: 2 37
-month%1:28:01:: 1 70
-month_by_month%4:02:00:: 1 1
-monthly%3:01:00:: 1 5
-montreal%1:15:00:: 1 3
-monument%1:06:00:: 1 7
-monumental%3:01:00:: 1 1
-moo%2:32:00:: 1 1
-mood%1:12:00:: 1 14
-mood%1:26:00:: 2 6
-moon%1:17:01:: 1 30
-moon%1:17:02:: 2 1
-moon-round%5:00:00:round:00 1 1
-moon-splashed%5:00:00:covered:00 1 1
-moon_on%2:41:00:: 1 1
-mooncurser%1:18:00:: 1 1
-moonlight%1:19:00:: 1 5
-moonlit%3:00:00:: 1 1
-mop%2:35:00:: 2 2
-mop%2:35:01:: 1 2
-mop_up%2:35:00:: 1 2
-moral%1:10:00:: 1 2
-moral%3:00:00:: 2 8
-moral%3:01:00:: 1 21
-moral%5:00:00:right:01 3 1
-moral_principle%1:09:00:: 1 1
-morale%1:07:00:: 2 2
-morale%1:26:00:: 1 2
-morale_builder%1:09:00:: 1 1
-moralist%1:18:00:: 1 1
-moralistic%5:00:00:moral:00 1 1
-morality%1:07:00:: 1 8
-morality%1:16:00:: 2 5
-morally%4:02:01:: 1 2
-morals%1:16:00:: 1 2
-more%1:23:00:: 1 52
-more%3:00:01:: 1 134
-more%3:00:02:: 2 67
-more%4:02:00:: 1 374
-more%4:02:01:: 2 34
-more%5:00:00:added:00 3 39
-more_and_more%4:02:00:: 1 8
-more_often_than_not%4:02:00:: 1 2
-more_or_less%4:02:00:: 1 11
-more_than%4:02:00:: 1 72
-more_than%5:00:00:more(a):02 2 1
-moreover%4:02:00:: 1 37
-mores%1:09:00:: 1 1
-morgue%1:06:00:: 1 1
-morning%1:10:00:: 2 2
-morning%1:28:00:: 1 86
-morning%5:00:00:antemeridian:00 1 10
-morning_glory%1:20:00:: 1 1
-moroccan%3:01:00:: 1 3
-morocco%1:15:00:: 1 3
-morocco%1:27:00:: 2 1
-morose%5:00:00:ill-natured:00 1 2
-morosely%4:02:00:: 1 1
-morphemic%3:01:00:: 1 1
-morphologic%3:01:00:: 1 1
-morphology%1:09:00:: 1 1
-morphophonemic%3:01:00:: 1 4
-morphophonemic_system%1:10:00:: 1 3
-morphophonemics%1:09:00:: 1 9
-morrow%1:28:00:: 1 2
-morse%1:10:00:: 1 1
-morsel%1:13:00:: 2 1
-morsel%1:23:00:: 1 1
-mortal%1:03:00:: 1 2
-mortal%3:00:00:: 1 3
-mortal%5:00:00:unpardonable:00 2 1
-mortality%1:07:00:: 1 4
-mortally%4:02:00:: 1 1
-mortar%1:06:00:: 1 3
-mortar%1:27:00:: 2 2
-mortar%2:35:00:: 1 3
-mortgage%1:21:00:: 1 4
-mortician%1:18:00:: 1 1
-mortification%1:12:00:: 1 1
-mosaic%1:06:00:: 1 2
-moscow%1:15:00:: 1 4
-moses%1:18:00:: 1 1
-mosquito%1:05:00:: 1 2
-moss%1:20:00:: 1 1
-most%1:23:00:: 1 12
-most%3:00:01:: 2 26
-most%3:00:02:: 1 76
-most%4:02:00:: 1 180
-most%4:02:01:: 2 63
-most%4:02:02:: 3 1
-most-valuable%5:00:00:important:00 1 1
-most_desirable%5:00:00:best:00 1 1
-most_recently%4:02:00:: 1 2
-most_valuable_player%1:18:00:: 1 2
-mostly%4:02:00:: 1 10
-mostly%4:02:03:: 2 3
-motel%1:06:00:: 1 1
-moth%1:05:00:: 1 3
-mother%1:18:00:: 1 100
-mother%2:41:00:: 1 2
-mother's_daughter%1:18:00:: 1 1
-mother-naked%5:00:00:unclothed:00 1 1
-mother_country%1:15:00:: 1 1
-motherland%1:15:00:: 1 1
-motif%1:06:00:: 1 5
-motif%1:09:00:: 3 1
-motif%1:10:00:: 2 1
-motion%1:04:00:: 3 6
-motion%1:04:01:: 6 1
-motion%1:10:00:: 1 8
-motion%1:10:01:: 5 1
-motion%1:11:00:: 2 7
-motion%1:26:00:: 4 2
-motion%2:32:00:: 1 1
-motion_picture%1:10:00:: 1 9
-motional%3:01:00:: 1 1
-motionless%5:00:00:nonmoving:00 1 8
-motivate%2:36:00:: 1 6
-motivated%3:00:00:: 1 3
-motivating%5:00:00:causative:00 1 2
-motivation%1:03:00:: 1 5
-motive%1:03:00:: 1 18
-motive%5:00:00:causative:00 1 1
-motor%1:06:00:: 1 6
-motor%2:38:00:: 1 1
-motor%5:00:00:efferent:00 1 1
-motor_neuron%1:08:00:: 1 1
-motor_pool%1:14:00:: 1 1
-motorcar%1:06:00:: 1 1
-mottle%2:36:00:: 1 2
-mottled%5:00:00:patterned:00 1 1
-motto%1:10:00:: 1 2
-mould%2:36:02:: 1 1
-mound%1:06:01:: 1 5
-mound%1:14:00:: 3 1
-mound%1:17:00:: 2 1
-mound_over%2:35:00:: 1 1
-mounded_over%3:44:00:: 1 1
-mount%1:04:00:: 2 1
-mount%1:05:00:: 1 4
-mount%2:30:00:: 2 8
-mount%2:30:01:: 3 6
-mount%2:35:00:: 1 10
-mount%2:36:00:: 4 4
-mount%2:38:00:: 6 3
-mount%2:38:01:: 5 3
-mount_everest%1:17:00:: 1 1
-mount_up%2:38:00:: 1 2
-mountain%1:17:00:: 1 17
-mountain%5:00:00:upland:00 1 1
-mountainous%5:00:00:large:00 2 2
-mountainous%5:00:00:rough:00 1 2
-mountainous%5:00:00:upland:00 3 1
-mountainside%1:17:00:: 1 2
-mounted%3:00:00:: 1 2
-mounted%5:00:00:adorned:00 3 1
-mounted%5:00:00:affixed:00 2 2
-mourn%2:37:00:: 1 6
-mourn%2:37:01:: 2 1
-mourner%1:18:00:: 1 2
-mournful%5:00:01:sorrowful:00 1 2
-mournfully%4:02:00:: 1 2
-mouse%1:05:00:: 1 14
-mouse-colored%5:00:00:chromatic:00 1 1
-mouse_nest%1:17:00:: 1 1
-mousy%5:00:00:timid:00 1 1
-mouth%1:08:00:: 2 12
-mouth%1:08:01:: 1 48
-mouth%1:17:00:: 3 2
-mouth%1:17:01:: 4 2
-mouth%1:18:00:: 5 1
-mouth%2:32:00:: 1 3
-mouth%2:32:01:: 2 1
-mouthful%1:23:00:: 1 1
-mouthpiece%1:06:02:: 2 1
-mouthpiece%1:06:04:: 1 1
-move%1:04:00:: 1 8
-move%1:04:01:: 2 3
-move%1:04:03:: 3 1
-move%2:29:06:: 6 7
-move%2:30:00:: 7 6
-move%2:30:01:: 13 1
-move%2:36:00:: 10 3
-move%2:37:00:: 9 3
-move%2:37:01:: 11 2
-move%2:38:00:: 3 52
-move%2:38:01:: 2 57
-move%2:38:02:: 4 20
-move%2:38:03:: 1 110
-move%2:40:00:: 12 1
-move%2:41:00:: 8 3
-move%2:41:01:: 5 15
-move_around%2:38:03:: 1 1
-move_back%2:38:00:: 1 4
-move_in%2:38:02:: 1 4
-move_in_on%2:38:00:: 1 1
-move_into%2:38:00:: 1 12
-move_on%2:38:00:: 1 7
-move_over%2:38:00:: 1 2
-move_up%2:38:00:: 2 3
-move_up%2:38:01:: 1 3
-movement%1:04:00:: 1 24
-movement%1:04:03:: 6 4
-movement%1:04:04:: 2 16
-movement%1:10:00:: 5 4
-movement%1:11:00:: 3 14
-movement%1:14:00:: 4 4
-movement%1:19:00:: 7 3
-mover%1:18:02:: 1 3
-movie%1:10:00:: 1 26
-movie_camera%1:06:00:: 1 1
-movie_house%1:06:00:: 1 1
-movie_star%1:18:00:: 1 2
-movie_theater%1:06:00:: 1 1
-moviegoer%1:18:00:: 1 1
-moving%1:04:00:: 1 1
-moving%3:00:01:: 2 2
-moving%3:00:02:: 1 9
-movingly%4:02:00:: 1 1
-mow%2:35:00:: 1 1
-mph%1:28:00:: 2 1
-mph%1:28:01:: 1 2
-mrs%1:18:00:: 1 1
-much%1:23:00:: 1 54
-much%3:00:00:: 1 137
-much%4:02:00:: 1 95
-much%4:02:01:: 4 9
-much%4:02:03:: 2 17
-much%4:02:04:: 3 10
-much%4:02:06:: 5 6
-much_as%4:02:00:: 1 3
-muck%2:30:01:: 1 1
-muck_up%2:41:00:: 1 1
-mucosa%1:08:00:: 1 5
-mucus%1:08:00:: 1 2
-mud%1:27:00:: 1 23
-mud-beplastered%5:00:00:covered:00 1 1
-mud_digger%1:18:00:: 1 3
-mud_flat%1:15:00:: 1 1
-muddied%5:00:00:impure:02 1 1
-muddle%1:26:00:: 1 1
-muddleheaded%5:00:00:confused:00 1 1
-muddy%5:00:00:dirty:01 2 1
-muddy%5:00:00:wet:01 1 7
-mudguard%1:06:00:: 1 1
-muff%1:06:00:: 1 1
-muffle%2:35:00:: 1 2
-muffled%5:00:00:covered:00 2 1
-muffled%5:00:00:soft:04 1 7
-muffler%1:06:01:: 1 2
-mug_file%1:10:00:: 1 1
-mulch%1:06:00:: 1 5
-mule%1:05:00:: 1 3
-mule_driver%1:18:00:: 1 10
-mull%2:31:00:: 1 1
-multi%5:00:00:multiple:00 1 3
-multichannel_recorder%1:06:00:: 1 1
-multidimensional%3:00:00:: 1 1
-multilateral%3:00:00:: 1 1
-multiple%3:00:00:: 1 6
-multiple-choice%3:00:00:: 1 1
-multiple_sclerosis%1:26:00:: 1 2
-multiplication%1:04:01:: 1 1
-multiplicity%1:07:02:: 1 6
-multiplied%5:00:00:increased:00 1 1
-multiply%2:29:00:: 3 1
-multiply%2:30:00:: 2 7
-multiply%2:31:00:: 1 18
-multitude%1:23:00:: 1 1
-multitudinous%5:00:00:incalculable:00 1 1
-mum%5:00:00:uncommunicative:00 1 1
-mumble%2:32:00:: 1 6
-mumbo_jumbo%1:10:00:: 1 1
-munch%2:34:01:: 1 2
-mundane%5:00:00:ordinary:00 1 2
-munich%1:15:00:: 1 1
-municipal%3:01:00:: 1 11
-munition%1:06:00:: 1 1
-murder%1:04:00:: 1 45
-murder%2:30:00:: 2 1
-murder%2:41:00:: 1 5
-murder_suspect%1:18:00:: 1 1
-murdered%5:00:00:dead:01 1 1
-murderer%1:18:00:: 1 12
-murky%5:00:00:opaque:00 1 2
-murmur%1:10:01:: 2 1
-murmur%1:11:00:: 1 2
-murmur%2:32:00:: 1 15
-murmuring%1:11:00:: 1 1
-muscle%1:08:00:: 1 43
-muscle%1:08:01:: 2 2
-muscle_fiber%1:08:00:: 1 2
-muscle_into%2:38:00:: 1 1
-muscle_tone%1:26:00:: 1 1
-muscleman%1:18:00:: 1 1
-muscular%3:00:04:: 2 3
-muscular%3:01:00:: 1 6
-muscular%5:00:00:powerful:00 3 1
-muscular_dystrophy%1:26:00:: 1 2
-musculature%1:08:00:: 1 1
-muse%1:18:00:: 1 1
-muse%2:31:00:: 1 10
-museum%1:06:00:: 1 3
-music%1:04:00:: 3 2
-music%1:09:00:: 2 12
-music%1:10:00:: 1 51
-music_hall%1:06:00:: 1 1
-music_lover%1:18:00:: 1 1
-musical%1:10:00:: 1 2
-musical%3:00:02:: 2 2
-musical%3:01:00:: 1 21
-musical_comedy%1:10:00:: 1 4
-musical_composition%1:10:00:: 1 1
-musical_instrument%1:06:00:: 1 1
-musical_theater%1:10:00:: 1 2
-musically%4:02:01:: 1 1
-musician%1:18:00:: 2 3
-musician%1:18:01:: 1 15
-musicianship%1:09:00:: 1 2
-musing%1:09:00:: 1 1
-musket%1:06:00:: 1 9
-musket_ball%1:06:00:: 1 2
-musketry%1:14:00:: 1 13
-must%2:42:00:: 1 4
-must_not%2:42:00:: 1 6
-mustache%1:08:00:: 1 6
-mustached%5:00:00:unshaven:00 1 1
-muster%2:32:00:: 2 2
-muster%2:35:02:: 1 4
-mutant%1:18:00:: 1 1
-mutational%3:01:00:: 1 1
-mute%5:00:00:inarticulate:00 1 3
-muted%5:00:02:soft:04 1 1
-mutely%4:02:00:: 1 3
-mutilate%2:30:00:: 1 1
-mutilation%1:11:00:: 1 1
-mutineer%1:18:00:: 1 1
-mutiny%1:04:00:: 1 2
-mutter%2:32:00:: 2 6
-mutter%2:32:01:: 1 19
-muttering%1:11:00:: 1 1
-muttering%5:00:00:speaking(a):00 1 1
-mutton%1:13:00:: 1 2
-mutual%5:00:00:reciprocal:00 2 3
-mutual%5:00:00:shared:00 1 3
-mutual_affection%1:24:00:: 1 1
-mutuality%1:24:01:: 1 1
-mutually_exclusive%5:00:00:incompatible:01 1 3
-muzzle%1:05:00:: 2 2
-muzzle%1:06:01:: 1 2
-muzzle_loader%1:06:00:: 1 1
-mv%1:23:00:: 1 1
-mycenaean%3:01:00:: 1 1
-myelofibrosis%1:26:00:: 1 1
-myeloid%3:01:00:: 1 1
-myocardial%3:01:00:: 1 2
-myocardial_infarction%1:26:00:: 1 1
-myocardium%1:08:00:: 1 1
-myofibril%1:08:00:: 1 1
-myofibrilla%1:08:00:: 1 2
-myriad%1:23:01:: 1 1
-myriad%5:00:00:incalculable:00 1 3
-myrrh%1:27:00:: 1 2
-myrtle%1:20:02:: 1 1
-mysterious%5:00:00:esoteric:00 2 4
-mysterious%5:00:00:inexplicable:00 1 14
-mysteriously%4:02:00:: 1 1
-mystery%1:09:00:: 1 18
-mystery_story%1:10:00:: 1 9
-mystic%5:00:00:esoteric:00 1 2
-mystical%3:01:00:: 1 1
-mystify%2:31:00:: 1 1
-mystique%1:07:00:: 1 2
-myth%1:10:00:: 1 14
-mythic%3:01:00:: 1 1
-mythological%5:00:00:unreal:00 1 12
-mythology%1:14:00:: 1 3
-n't%4:02:00:: 1 1007
-nab%2:35:00:: 2 1
-nab%2:35:02:: 1 1
-nadir%1:26:00:: 1 2
-nag%2:32:00:: 1 2
-nag%2:37:00:: 2 1
-nagging%5:00:00:ill-natured:00 1 1
-nail%1:06:00:: 2 3
-nail%1:08:00:: 1 3
-nail%2:35:00:: 1 8
-nail%2:35:01:: 2 2
-nail%2:35:02:: 3 1
-nail_down%2:41:00:: 1 1
-naive%3:00:00:: 1 6
-naked%5:00:00:overt:00 4 1
-naked%5:00:00:unassisted:00 3 1
-naked%5:00:00:unclothed:00 1 6
-naked%5:00:00:unprotected:00 2 3
-nakedly%4:02:02:: 1 1
-nakedness%1:26:00:: 1 1
-name%1:04:00:: 5 1
-name%1:10:00:: 1 94
-name%1:14:00:: 3 2
-name%1:18:00:: 4 1
-name%1:26:00:: 2 6
-name%2:31:01:: 8 1
-name%2:32:02:: 2 6
-name%2:32:03:: 1 31
-name%2:32:04:: 7 2
-name%2:32:07:: 5 4
-name%2:40:00:: 6 2
-name%2:41:00:: 4 4
-name%2:41:01:: 3 5
-named%5:00:00:titled:00 1 11
-nameless%5:00:00:anonymous:00 1 1
-namely%4:02:00:: 1 9
-namesake%1:18:00:: 1 1
-napoleon%1:18:00:: 1 4
-napoleon_bonaparte%1:18:00:: 1 1
-napoleonic%3:01:00:: 1 1
-naprapath%1:18:00:: 1 1
-narcotize%2:29:00:: 1 1
-narrate%2:32:01:: 1 1
-narrative%1:10:00:: 1 8
-narrative%5:00:00:communicative:00 1 1
-narrow%2:30:00:: 1 2
-narrow%2:30:01:: 4 1
-narrow%2:30:05:: 3 1
-narrow%2:31:00:: 2 1
-narrow%3:00:00:: 1 19
-narrow%3:00:06:: 3 1
-narrow%5:00:00:limited:00 2 2
-narrow_down%2:30:00:: 2 1
-narrow_down%2:31:00:: 1 1
-narrow_escape%1:04:00:: 1 1
-narrowed%5:00:00:narrow:00 1 2
-narrowing%1:07:00:: 1 1
-narrowly%4:02:00:: 1 3
-narrowness%1:07:00:: 1 1
-nasal%3:01:00:: 1 1
-nasal%5:00:00:high:03 2 1
-nasal_cavity%1:08:00:: 1 1
-nasale%2:32:00:: 1 1
-nascent%5:00:00:aborning:00 1 1
-nashville%1:15:00:: 1 1
-nassau%1:15:00:: 1 1
-nasty%3:00:00:: 1 2
-natal%3:01:00:: 1 1
-nation%1:14:00:: 1 33
-nation%1:14:01:: 2 10
-nation%1:15:00:: 3 6
-national%1:18:00:: 1 2
-national%3:00:00:: 2 17
-national%3:00:01:: 3 6
-national%3:01:00:: 1 46
-national%3:01:02:: 6 1
-national%5:00:00:domestic:00 5 5
-national%5:00:00:public:00 4 5
-national_anthem%1:10:00:: 1 1
-national_guard%1:14:00:: 1 2
-national_income%1:21:00:: 1 1
-national_leader%1:18:00:: 1 1
-national_park%1:15:00:: 1 1
-national_park_service%1:14:00:: 1 1
-nationalism%1:07:00:: 1 7
-nationalism%1:09:00:: 2 5
-nationalistic%5:00:00:patriotic:00 1 3
-nationality%1:14:00:: 1 1
-nationalize%2:30:00:: 1 2
-nationally%4:02:00:: 2 1
-nationally%4:02:02:: 1 2
-nationwide%5:00:00:wide:00 1 2
-native%1:18:00:: 1 3
-native%3:00:01:: 1 5
-native%3:00:02:: 4 1
-native%3:00:03:: 3 2
-native%5:00:00:natural:01 2 3
-native_land%1:15:00:: 1 3
-natural%3:00:01:: 1 22
-natural%3:00:02:: 2 15
-natural%3:00:03:: 3 4
-natural%3:00:07:: 6 1
-natural%3:01:00:: 5 1
-natural%5:00:00:normal:01 4 2
-natural_gas%1:27:00:: 1 1
-natural_law%1:09:00:: 1 4
-natural_order%1:17:00:: 1 1
-natural_phenomenon%1:19:00:: 1 1
-natural_resource%1:21:00:: 1 3
-natural_resources%1:21:00:: 1 1
-natural_science%1:09:00:: 1 1
-naturalism%1:09:00:: 1 1
-naturalize%2:30:00:: 1 1
-naturalized%5:00:02:foreign:01 1 1
-naturally%4:02:00:: 1 22
-naturally%4:02:01:: 2 7
-naturally%4:02:02:: 4 1
-naturally%4:02:03:: 3 2
-naturalness%1:07:00:: 1 1
-nature%1:07:01:: 5 3
-nature%1:07:02:: 1 41
-nature%1:17:00:: 4 9
-nature%1:18:00:: 2 12
-nature%1:19:00:: 6 1
-nature%1:26:00:: 3 10
-naturopath%1:18:00:: 1 1
-naught%1:23:00:: 1 1
-nausea%1:26:00:: 1 2
-nauseated%5:00:00:ill:01 1 1
-nautical%3:01:02:: 1 1
-naval%3:01:00:: 1 8
-naval_blockade%1:04:00:: 1 4
-navel%1:08:00:: 1 2
-navigate%2:38:02:: 1 2
-navigation%1:04:00:: 1 1
-navigator%1:18:02:: 1 1
-navy%1:07:00:: 2 1
-navy%1:14:00:: 1 9
-nay%1:10:00:: 1 1
-nay%4:02:00:: 1 1
-nazi%1:18:00:: 1 6
-nazi%3:01:00:: 2 1
-nazi%3:01:02:: 1 5
-nazism%1:14:00:: 1 1
-neanderthal%5:00:00:unrefined:01 1 1
-near%2:38:00:: 1 11
-near%3:00:00:: 1 44
-near%4:02:01:: 1 19
-near%4:02:03:: 2 1
-near-blind%5:00:00:blind:00 1 1
-nearby%4:02:00:: 1 7
-nearby%5:00:00:near:00 1 8
-nearer%4:02:00:: 1 1
-nearer%5:00:00:near:00 1 4
-nearest%5:00:00:near:00 1 2
-nearly%4:02:00:: 1 53
-nearness%1:07:00:: 1 1
-nearsighted%3:00:00:: 1 1
-neat%5:00:00:adroit:00 4 1
-neat%5:00:00:elegant:00 3 1
-neat%5:00:00:tidy:00 1 9
-neat%5:00:03:tidy:00 2 1
-neatly%4:02:00:: 1 6
-nebraska%1:15:00:: 1 1
-nebulous%5:00:00:indistinct:00 1 1
-necessarily%4:02:00:: 1 5
-necessarily%4:02:01:: 3 1
-necessarily%4:02:03:: 2 4
-necessary%3:00:00:: 1 81
-necessary%5:00:00:inevitable:00 2 1
-necessitate%2:42:00:: 1 12
-necessitate%2:42:01:: 2 4
-necessity%1:17:00:: 2 7
-necessity%1:26:00:: 1 11
-neck%1:08:00:: 1 34
-necklace%1:06:00:: 1 1
-necktie%1:06:00:: 1 2
-necropsy%1:04:00:: 1 1
-necrosis%1:19:00:: 1 3
-necrotic%3:01:00:: 1 1
-nectar%1:27:00:: 1 3
-nectary%1:20:00:: 1 1
-need%1:03:00:: 3 12
-need%1:17:00:: 2 29
-need%1:26:00:: 1 56
-need%1:26:01:: 4 1
-need%2:34:00:: 2 98
-need%2:34:01:: 6 1
-need%2:37:00:: 4 15
-need%2:42:00:: 1 110
-need%2:42:01:: 3 16
-need%2:42:02:: 5 4
-needed%5:00:00:necessary:00 1 21
-needle%1:06:00:: 3 1
-needle%1:06:01:: 2 2
-needle%1:20:00:: 1 2
-needle%2:32:00:: 1 1
-needless%5:00:00:unnecessary:00 1 2
-needlessly%4:02:00:: 1 1
-negation%1:24:00:: 1 1
-negative%1:10:00:: 1 1
-negative%3:00:01:: 3 2
-negative%3:00:02:: 1 12
-negative%5:00:00:backward:01 2 6
-negative%5:00:00:bad:00 4 1
-negative_charge%1:19:00:: 1 2
-negatively_charged%5:00:00:charged:00 1 1
-neglect%1:04:02:: 3 1
-neglect%1:09:00:: 1 2
-neglect%1:26:00:: 2 1
-neglect%2:31:00:: 1 6
-neglect%2:31:01:: 4 3
-neglect%2:31:05:: 3 4
-neglect%2:41:00:: 2 4
-neglected%5:00:00:uncared-for:00 2 1
-neglected%5:00:00:unnoticed:00 1 1
-negligence%1:04:00:: 1 2
-negligent%3:00:00:: 1 1
-negligible%5:00:00:minimal:00 1 7
-negotiate%2:32:00:: 1 17
-negotiation%1:10:00:: 1 2
-negro%1:18:00:: 1 22
-negro%5:00:00:black:02 1 9
-negroid%5:00:00:black:02 1 1
-neighbor%1:18:00:: 1 23
-neighborhood%1:14:00:: 2 14
-neighborhood%1:15:00:: 1 28
-neighboring%5:00:00:near:00 1 6
-neighborliness%1:07:00:: 1 1
-neighbourhood%1:15:00:: 1 1
-neither%4:02:00:: 1 20
-nemesis%1:18:00:: 1 2
-neo%5:00:00:modern:00 1 4
-neo_jazz%1:04:00:: 1 1
-neoclassicism%1:06:00:: 1 1
-neocortex%1:08:00:: 1 5
-neocortical%3:01:00:: 1 3
-neoliberal%5:00:00:liberal:00 1 1
-neon_tube%1:06:00:: 1 1
-neoromanticism%1:14:00:: 1 1
-nephew%1:18:00:: 1 8
-neptune%1:18:00:: 1 1
-nerve%1:07:00:: 2 5
-nerve%1:08:00:: 1 6
-nerveless%5:00:00:composed:00 1 1
-nerves%1:07:00:: 2 1
-nerves%1:26:00:: 1 3
-nervous%5:00:00:tense:03 1 9
-nervous%5:00:00:troubled:00 2 3
-nervous_breakdown%1:26:00:: 1 3
-nervous_system%1:08:00:: 1 2
-nervously%4:02:00:: 1 3
-nervously%4:02:01:: 2 2
-nervousness%1:12:00:: 1 1
-nest%1:06:00:: 2 1
-nest%1:17:00:: 1 14
-nest%2:35:00:: 2 2
-nest%2:42:00:: 1 4
-nesting_place%1:15:00:: 1 1
-nestle%2:35:00:: 1 5
-nestling%1:05:00:: 1 1
-net%1:06:01:: 1 4
-net%1:06:02:: 2 2
-net%2:40:00:: 1 1
-net%3:00:00:: 1 6
-net%5:00:00:ultimate:00 2 1
-netlike%5:00:00:reticulate:00 1 1
-nettle%2:32:00:: 1 1
-nettlesome%5:00:00:disagreeable:00 1 1
-network%1:06:00:: 3 1
-network%1:06:01:: 2 4
-network%1:14:00:: 1 23
-neurological%3:01:00:: 1 1
-neuromuscular%3:01:00:: 1 1
-neuronal%3:01:00:: 1 1
-neuropsychiatric%3:01:00:: 1 2
-neurosis%1:26:00:: 1 8
-neurotic%1:18:00:: 1 1
-neurotic%3:00:00:: 2 1
-neurotic%3:01:00:: 1 3
-neuter%1:10:00:: 1 1
-neutral%3:00:03:: 5 1
-neutral%5:00:00:achromatic:00 6 1
-neutral%5:00:00:amoral:00 1 5
-neutral%5:00:00:nonaligned:00 4 2
-neutral%5:00:00:objective:00 2 4
-neutral%5:00:00:unreactive:00 3 3
-neutralism%1:10:00:: 1 4
-neutralist%1:18:00:: 1 5
-neutrality%1:04:00:: 1 1
-neutralization%1:04:01:: 1 2
-neutralize%2:30:01:: 2 1
-neutralize%2:41:00:: 1 3
-neutralized%5:00:00:neutral:02 1 1
-neutron_bomb%1:06:00:: 1 1
-neutrophil%1:08:00:: 1 5
-never%4:02:00:: 1 255
-never_again%4:02:00:: 1 1
-nevertheless%4:02:00:: 1 28
-new%3:00:00:: 1 310
-new%4:02:00:: 1 1
-new%5:00:00:inexperienced:00 3 11
-new%5:00:00:original:00 2 36
-new%5:00:00:other:00 5 3
-new%5:00:00:unprecedented:00 4 5
-new%5:00:00:unworn:00 6 1
-new_deal%1:10:00:: 1 2
-new_deal%1:28:00:: 2 1
-new_edition%1:10:00:: 1 1
-new_england%1:15:00:: 1 17
-new_englander%1:18:00:: 1 5
-new_hampshire%1:15:00:: 1 1
-new_haven%1:15:00:: 1 1
-new_jersey%1:15:00:: 1 2
-new_mexico%1:15:00:: 1 5
-new_moon%1:28:00:: 1 1
-new_orleans%1:15:00:: 1 2
-new_testament%1:10:00:: 1 2
-new_waver%1:18:00:: 1 1
-new_year's_day%1:28:00:: 1 2
-new_year's_eve%1:28:00:: 1 3
-new_york%1:15:00:: 2 16
-new_york%1:15:01:: 1 46
-new_york_bay%1:17:00:: 1 1
-new_york_city%1:15:00:: 1 6
-new_yorker%1:18:00:: 1 1
-newborn%5:00:00:new:00 2 2
-newborn%5:00:00:young:00 1 4
-newcastle%1:15:00:: 1 1
-newcomer%1:18:00:: 1 2
-newcomer%1:18:01:: 2 1
-newest%5:00:00:modern:00 1 1
-newfoundland%1:05:00:: 1 1
-newly%4:02:00:: 1 10
-newport%1:15:00:: 1 4
-news%1:10:00:: 1 21
-news%1:10:01:: 2 17
-news%1:10:02:: 3 3
-news_conference%1:10:00:: 1 2
-news_item%1:10:00:: 1 1
-news_show%1:10:00:: 1 1
-newsboy%1:18:00:: 1 2
-newsletter%1:10:00:: 1 2
-newsman%1:18:00:: 1 2
-newspaper%1:06:00:: 3 2
-newspaper%1:10:00:: 1 31
-newspaper%1:14:00:: 2 13
-newspaper_columnist%1:18:00:: 1 1
-newspaper_critic%1:18:00:: 1 1
-newspaperman%1:18:00:: 1 1
-newton%1:18:00:: 1 1
-newtonian%3:01:00:: 1 2
-next%4:02:00:: 1 11
-next%5:00:00:close:01 1 24
-next%5:00:00:incoming:00 2 7
-next%5:00:00:succeeding(a):00 3 90
-next-to-last%5:00:01:last:00 1 2
-next_door%4:02:00:: 1 3
-nibbed%5:00:00:pointed:00 1 1
-nice%3:00:00:: 1 23
-nice%5:00:00:respectable:00 2 5
-nice%5:00:02:precise:00 3 1
-nicely%4:02:00:: 1 5
-nicety%1:07:00:: 1 1
-niche%1:06:00:: 3 1
-niche%1:25:00:: 2 1
-niche%1:26:00:: 1 1
-nickel%1:21:00:: 2 1
-nickel%1:27:00:: 1 4
-nickname%1:10:00:: 1 1
-nickname%2:32:00:: 1 1
-nicotine%1:27:00:: 1 1
-niece%1:18:00:: 1 1
-nigger%1:18:00:: 1 15
-night%1:26:00:: 5 1
-night%1:28:00:: 1 163
-night%1:28:01:: 2 1
-night%1:28:02:: 4 1
-night%1:28:04:: 3 1
-night-sight%1:09:00:: 1 1
-night_game%1:04:00:: 1 3
-nightclub%1:06:00:: 1 6
-nightdress%1:06:00:: 1 1
-nighted%5:00:00:unpunctual:00 1 1
-nightfall%1:28:00:: 1 4
-nightingale%1:05:00:: 1 2
-nightmare%1:09:00:: 2 2
-nightmare%1:26:00:: 1 2
-nightmarish%5:00:00:alarming:00 1 1
-nightshirt%1:06:00:: 1 1
-nighttime%1:28:00:: 1 1
-nigra%1:18:00:: 1 1
-nihilism%1:09:00:: 1 1
-nihilistic%3:01:00:: 1 1
-nilpotent%3:01:00:: 1 12
-nimble%5:00:00:active:01 1 1
-nimbly%4:02:00:: 1 1
-nine%1:23:00:: 1 5
-nine%5:00:00:cardinal:00 1 21
-nineteen%1:23:00:: 1 2
-nineteen%5:00:00:cardinal:00 1 4
-nineteenth%5:00:00:ordinal:00 1 14
-nineties%1:28:02:: 1 1
-ninety%5:00:00:cardinal:00 1 4
-ninth%1:24:00:: 1 1
-ninth%5:00:00:ordinal:00 1 11
-nip%2:35:00:: 1 1
-nip%2:35:02:: 2 1
-nirvana%1:26:00:: 1 1
-nitrate%1:27:00:: 1 1
-nitrogen%1:27:00:: 1 5
-nitrogen_oxide%1:27:00:: 1 1
-no%1:10:00:: 1 21
-no%3:00:00:: 1 135
-no%4:02:01:: 2 4
-no%4:02:02:: 1 38
-no-account%5:00:00:worthless:00 1 1
-no-goal%1:09:00:: 1 1
-no-hit%5:00:00:successful:00 1 1
-no-hit_game%1:04:00:: 1 1
-no-nonsense%5:00:00:direct:02 1 1
-no.%1:23:00:: 1 8
-no_doubt%4:02:00:: 1 25
-no_end%4:02:00:: 1 1
-no_longer%4:02:00:: 1 48
-no_man's_land%1:15:00:: 1 1
-no_matter%4:02:00:: 1 10
-no_matter_what_happens%4:02:00:: 1 1
-no_more%4:02:01:: 1 15
-no_more%4:02:05:: 2 12
-nobel_prize%1:10:00:: 1 1
-nobility%1:07:00:: 2 1
-nobility%1:14:00:: 1 1
-noble%3:00:01:: 4 1
-noble%3:00:02:: 3 2
-noble%5:00:00:honorable:00 1 5
-noble%5:00:00:impressive:00 2 3
-nobody%1:18:00:: 1 1
-nociceptive%5:00:00:sensitive:01 1 2
-noctiluca_miliaris%1:05:00:: 1 1
-nocturnal%3:00:00:: 1 1
-nod%1:04:00:: 2 1
-nod%1:10:01:: 1 1
-nod%2:29:03:: 3 1
-nod%2:32:00:: 2 16
-nod%2:32:01:: 1 35
-nodular%3:01:00:: 1 1
-nodule%1:08:00:: 1 1
-noise%1:09:00:: 2 1
-noise%1:11:00:: 1 43
-noisemaker%1:06:00:: 1 2
-noisily%4:02:00:: 1 1
-noisy%3:00:00:: 1 4
-nomia%1:05:00:: 1 2
-nomia_melanderi%1:05:00:: 1 1
-nominal%3:01:01:: 1 1
-nominal%5:00:00:minimal:00 2 1
-nominally%4:02:00:: 1 2
-nominate%2:32:00:: 1 4
-nomination%1:04:00:: 1 3
-non%5:00:00:negative:02 1 35
-non-catholic%1:18:00:: 1 8
-non-discrimination%1:07:00:: 1 1
-non-jew%1:18:00:: 1 1
-non-resistant%1:18:00:: 1 1
-nonassertive%5:00:00:unassertive:00 1 1
-nonchalant%5:00:00:unconcerned:00 1 1
-nonchurchgoing%5:00:00:irreligious:00 1 1
-noncom%1:18:00:: 1 1
-noncommissioned%3:00:00:: 1 1
-noncompetitive%3:00:00:: 1 1
-nonconformist%1:18:01:: 1 1
-nondescript%5:00:00:ordinary:00 1 1
-nondriver%1:18:00:: 1 1
-none%4:02:00:: 1 1
-nonenzymatic%3:01:00:: 1 1
-nonequivalence%1:07:00:: 1 1
-nonequivalent%5:00:00:unequal:00 1 1
-nonetheless%4:02:00:: 1 4
-nonexistent%3:00:00:: 1 3
-nonfiction%1:10:00:: 1 4
-nonfunctional%3:00:00:: 1 1
-noninterference%1:10:00:: 1 1
-nonionic%3:00:00:: 1 1
-nonlinguistic%3:01:00:: 1 2
-nonmetallic%3:00:00:: 1 4
-nonobservant%5:00:00:irreligious:00 1 1
-nonoccurrence%1:26:00:: 1 1
-nonparticulate%3:00:00:: 1 1
-nonpartisan%5:00:00:nonaligned:00 1 1
-nonparty%5:00:00:nonpartisan:00 1 2
-nonpolitical%3:00:00:: 1 1
-nonproductive%5:00:00:unproductive:00 1 1
-nonresident%3:00:00:: 1 2
-nonsense%1:10:00:: 1 5
-nonsense%5:00:00:meaningless:00 1 1
-nonspecific%3:00:00:: 1 19
-nonspecifically%4:02:00:: 1 3
-nonverbal%5:00:01:communicative:00 1 3
-nonvolatile%3:00:00:: 1 1
-nooks_and_crannies%1:09:00:: 1 1
-noon%1:28:00:: 1 8
-noradrenaline%1:08:00:: 1 1
-norethandrolone%1:27:00:: 1 1
-norm%1:09:00:: 2 3
-norm%1:24:00:: 1 9
-normal%3:00:01:: 1 77
-normal%3:00:02:: 2 1
-normal_distribution%1:09:00:: 1 1
-normally%4:02:00:: 1 20
-north%1:15:00:: 4 2
-north%1:15:01:: 2 3
-north%1:15:02:: 1 20
-north%1:24:00:: 3 2
-north%3:00:00:: 1 7
-north%4:02:00:: 1 11
-north-american%3:01:00:: 1 3
-north_america%1:17:00:: 1 4
-north_carolina%1:15:00:: 1 3
-north_korean%1:18:00:: 1 2
-north_korean%3:01:00:: 1 2
-north_pole%1:15:00:: 1 2
-northeast%1:15:00:: 2 1
-northeast%1:24:00:: 1 1
-northeast%5:00:01:north:00 1 1
-northerly%5:00:02:north:00 1 1
-northern%3:00:02:: 1 15
-northern%5:00:01:north:00 3 1
-northern%5:00:02:north:00 2 6
-northerner%1:18:00:: 1 3
-northerner%1:18:01:: 2 1
-northland%1:15:00:: 1 1
-northward%4:02:00:: 1 3
-northwest%1:15:00:: 1 1
-northwest%4:02:00:: 1 1
-northwest%5:00:01:north:00 1 1
-norway%1:15:00:: 1 1
-nose%1:06:00:: 2 3
-nose%1:06:02:: 3 1
-nose%1:08:00:: 1 28
-nose%2:38:02:: 2 1
-nose%2:39:00:: 1 1
-nosed%3:00:00:: 1 1
-nostalgia%1:12:00:: 1 2
-nostalgic%5:00:00:unhappy:00 1 1
-nostrils%1:08:00:: 1 3
-not%4:02:00:: 1 1837
-not_by_a_blame_sight%4:02:00:: 1 1
-not_long%4:02:00:: 1 2
-not_only%4:02:00:: 1 71
-not_to_mention%4:02:00:: 1 2
-not_yet%4:02:00:: 1 22
-notable%1:18:00:: 1 1
-notable%5:00:00:known:00 2 1
-notable%5:00:00:worthy:00 1 5
-notably%4:02:00:: 1 5
-notarize%2:32:00:: 1 1
-notation%1:10:00:: 1 2
-notch%1:25:00:: 1 1
-notch%2:35:00:: 1 3
-note%1:07:00:: 5 2
-note%1:10:00:: 1 14
-note%1:10:02:: 7 1
-note%1:10:03:: 2 13
-note%1:10:04:: 3 4
-note%1:10:05:: 4 3
-note%1:21:01:: 6 1
-note%2:32:00:: 1 41
-note%2:32:01:: 4 3
-note%2:39:00:: 2 36
-note%2:39:02:: 3 29
-notebook%1:10:00:: 1 2
-noted%5:00:00:known:00 1 3
-noteworthy%5:00:00:worthy:00 1 3
-nothing%1:23:00:: 1 141
-notice%1:09:00:: 2 3
-notice%1:09:01:: 6 1
-notice%1:10:00:: 5 1
-notice%1:10:01:: 1 8
-notice%1:10:02:: 3 2
-notice%1:10:03:: 4 1
-notice%2:32:00:: 3 1
-notice%2:39:00:: 2 19
-notice%2:39:04:: 1 39
-noticeable%3:00:00:: 1 2
-noticeable%5:00:00:perceptible:00 2 1
-noticeably%4:02:00:: 1 1
-notification%1:04:02:: 1 1
-notify%2:32:00:: 1 10
-notion%1:09:00:: 2 14
-notion%1:09:01:: 3 2
-notion%1:09:02:: 1 14
-notorious%5:00:00:disreputable:00 1 5
-notoriously%4:02:00:: 1 1
-notwithstanding%4:02:00:: 1 1
-noun%1:10:00:: 1 1
-noun%1:10:01:: 2 1
-nourish%2:34:00:: 1 4
-nourish%2:34:01:: 2 1
-nourished%3:00:00:: 1 1
-nourishment%1:13:00:: 1 1
-nov%1:28:00:: 1 9
-novel%1:10:00:: 1 17
-novel%5:00:00:original:00 1 6
-novelist%1:18:00:: 1 6
-novelty%1:07:00:: 1 3
-novelty%1:09:00:: 2 1
-november%1:28:00:: 1 22
-november_2%1:28:00:: 1 1
-novitiate%1:28:00:: 1 1
-now%1:28:00:: 1 10
-now%4:02:00:: 2 182
-now%4:02:01:: 5 9
-now%4:02:02:: 3 29
-now%4:02:04:: 4 15
-now%4:02:05:: 1 283
-now_and_again%4:02:00:: 1 1
-now_and_then%4:02:00:: 1 3
-nowhere%1:26:00:: 1 1
-nowhere%4:02:00:: 1 11
-nowise%4:02:00:: 1 3
-nozzle%1:06:00:: 1 2
-nuance%1:10:00:: 1 2
-nubbin%1:17:00:: 1 1
-nubile%5:00:00:mature:01 1 1
-nuclear%3:00:00:: 1 12
-nuclear%3:01:01:: 2 5
-nuclear%3:01:02:: 3 1
-nuclear%5:00:00:central:01 4 1
-nuclear_resonance%1:19:00:: 1 1
-nucleate%2:42:00:: 1 1
-nucleic_acid%1:27:00:: 1 1
-nucleolus%1:08:00:: 1 2
-nucleus%1:08:00:: 1 10
-nucleus%1:14:00:: 3 3
-nucleus%1:17:00:: 2 3
-nude%1:06:00:: 1 2
-nude%5:00:00:unclothed:00 1 2
-nudge%2:35:00:: 1 3
-nuisance%1:09:00:: 1 3
-null%5:00:00:invalid:00 1 1
-null_space%1:14:00:: 1 9
-numb%5:00:00:insensible:00 1 3
-number%1:07:00:: 1 131
-number%1:07:01:: 9 1
-number%1:10:00:: 6 2
-number%1:10:01:: 5 2
-number%1:10:02:: 8 1
-number%1:10:03:: 4 5
-number%1:10:04:: 3 5
-number%1:14:00:: 7 1
-number%1:23:00:: 2 63
-number%2:32:01:: 3 1
-number%2:32:03:: 2 2
-number%2:42:00:: 1 6
-number_one%1:18:00:: 1 1
-numbering%1:10:00:: 1 2
-numbers_game%1:04:00:: 1 1
-numbing%5:00:00:desensitizing:00 1 3
-numbness%1:26:00:: 1 1
-numerical%3:01:00:: 2 1
-numerical%5:00:00:denotative:00 3 1
-numerical%5:00:00:quantitative:00 1 4
-numerous%5:00:00:many:00 1 18
-numinous%5:00:00:sacred:00 1 1
-nun%1:18:00:: 1 3
-nurse%1:18:00:: 1 2
-nurse%1:18:01:: 2 1
-nurse%2:29:00:: 1 2
-nurse%2:37:00:: 2 1
-nursery%1:06:01:: 1 2
-nursing%1:04:00:: 1 1
-nurture%2:32:00:: 1 1
-nut%1:06:00:: 3 1
-nut%1:18:00:: 2 1
-nut%1:20:00:: 1 2
-nuthouse%1:06:00:: 1 1
-nutrient%1:03:00:: 1 1
-nutrient%5:00:00:wholesome:00 1 1
-nutritional%3:01:00:: 1 1
-nutritive%5:00:00:wholesome:00 1 1
-nuzzle%2:35:02:: 1 1
-nymph%1:05:00:: 2 1
-nymph%1:18:00:: 1 1
-nymphomaniac%1:18:00:: 1 2
-o%1:14:00:: 1 6
-o%1:27:00:: 2 3
-o'clock%4:02:00:: 1 16
-o.k.%5:00:00:satisfactory:00 1 2
-oak%1:20:00:: 2 1
-oak%1:20:02:: 1 3
-oaken%5:00:00:woody:00 1 1
-oat%1:20:00:: 1 1
-oath%1:10:00:: 2 2
-oath%1:10:01:: 1 15
-oatmeal%1:13:00:: 1 1
-obdurate%5:00:00:unregenerate:00 1 1
-obedience%1:04:00:: 1 3
-obedient%3:00:00:: 1 3
-obediently%4:02:00:: 1 1
-obelisk%1:06:00:: 1 1
-obey%2:41:00:: 1 14
-object%1:03:00:: 1 51
-object%1:09:00:: 2 3
-object%1:09:01:: 4 1
-object%1:10:00:: 3 2
-object%2:32:00:: 1 19
-objectification%1:04:00:: 1 2
-objection%1:04:01:: 3 2
-objection%1:10:00:: 2 3
-objection%1:10:01:: 1 10
-objectionable%5:00:00:offensive:01 1 1
-objective%1:09:00:: 1 38
-objective%3:00:00:: 1 9
-objectivity%1:07:00:: 1 2
-objet_d'art%1:06:00:: 1 1
-obligated%3:00:00:: 1 2
-obligation%1:04:00:: 1 14
-obligation%1:26:00:: 2 1
-obligational%3:01:00:: 1 1
-oblige%2:32:00:: 2 1
-oblige%2:41:00:: 1 14
-obliged%5:00:00:obligated(p):00 1 7
-obligingly%4:02:00:: 1 1
-oblique%3:00:00:: 1 2
-obliterate%2:30:00:: 3 1
-obliterate%2:30:01:: 2 1
-obliterate%2:30:02:: 1 1
-obliterating%5:00:00:destructive:00 1 1
-obliteration%1:04:00:: 1 2
-oblivion%1:26:00:: 1 1
-oblivious%5:00:00:unaware:00 1 2
-obnoxious%5:00:00:offensive:01 1 2
-obscene%5:00:00:indecent:00 1 2
-obscenity%1:07:00:: 1 1
-obscure%2:30:00:: 3 2
-obscure%2:31:00:: 2 2
-obscure%2:39:00:: 1 3
-obscure%5:00:00:incomprehensible:00 2 2
-obscure%5:00:00:unclear:00 1 4
-obscurely%4:02:00:: 1 1
-obscurity%1:07:02:: 1 3
-obscurity%1:26:00:: 2 2
-obscurity%1:26:01:: 3 2
-obsequious%5:00:00:insincere:00 1 2
-observable%5:00:00:noticeable:00 1 1
-observance%1:04:00:: 1 1
-observant%5:00:00:attentive:00 1 2
-observation%1:04:00:: 2 6
-observation%1:04:01:: 1 26
-observation%1:09:00:: 5 1
-observation%1:09:02:: 4 1
-observation%1:10:00:: 3 1
-observation_dome%1:06:00:: 1 2
-observational%5:00:00:empirical:00 1 1
-observe%2:31:00:: 8 1
-observe%2:32:00:: 2 17
-observe%2:39:00:: 4 10
-observe%2:39:01:: 3 12
-observe%2:39:02:: 1 39
-observe%2:41:00:: 7 2
-observe%2:41:01:: 5 4
-observe%2:41:02:: 6 3
-observed%5:00:00:determined:00 1 7
-observed%5:00:00:witnessed:00 2 1
-observer%1:18:00:: 1 11
-observer%1:18:01:: 2 9
-obsess%2:37:00:: 1 2
-obsessed%5:00:00:concerned:00 1 1
-obsessive-compulsive%5:00:00:neurotic:00 1 1
-obsidian%1:27:00:: 1 1
-obsolescent%5:00:00:noncurrent:00 1 1
-obstacle%1:06:00:: 2 4
-obstacle%1:09:00:: 1 5
-obstinately%4:02:00:: 1 2
-obstruct%2:35:00:: 2 2
-obstruct%2:41:00:: 1 2
-obstruction%1:06:00:: 1 4
-obtain%2:30:00:: 2 17
-obtain%2:40:00:: 1 116
-obtain%2:42:00:: 3 1
-obtainable%5:00:00:available:00 1 3
-obtrude_upon%2:38:00:: 1 1
-obtrusiveness%1:07:00:: 1 1
-obverse%1:09:00:: 1 1
-obvious%3:00:00:: 1 26
-obvious%3:00:04:: 3 1
-obvious%5:00:00:palpable:00 2 7
-obviously%4:02:00:: 1 44
-occasion%1:11:00:: 1 14
-occasion%1:11:01:: 2 6
-occasion%1:16:00:: 3 3
-occasion%2:36:00:: 1 3
-occasional%5:00:00:infrequent:00 1 21
-occasional%5:00:00:unpredictable:00 2 2
-occasionally%4:02:00:: 1 30
-occasions%1:09:00:: 1 1
-occidental%1:18:00:: 1 1
-occipital%3:01:00:: 1 1
-occipital_lobe%1:08:00:: 1 1
-occlude%2:35:00:: 1 1
-occluded%5:00:00:combined:00 2 1
-occluded%5:00:00:obstructed:00 1 2
-occlusion%1:26:00:: 1 1
-occlusive%3:01:00:: 1 1
-occupancy%1:04:00:: 1 1
-occupant%1:18:00:: 1 6
-occupation%1:04:00:: 1 7
-occupation%1:04:01:: 4 1
-occupation%1:04:02:: 2 1
-occupation%1:04:04:: 3 1
-occupation_license%1:10:00:: 1 1
-occupational%3:01:00:: 1 4
-occupied%3:00:00:: 1 3
-occupy%2:31:00:: 8 1
-occupy%2:33:00:: 6 2
-occupy%2:40:08:: 7 1
-occupy%2:41:00:: 2 8
-occupy%2:42:00:: 3 7
-occupy%2:42:01:: 4 3
-occupy%2:42:02:: 1 15
-occupy%2:42:04:: 5 2
-occur%2:30:00:: 1 81
-occur%2:31:00:: 2 21
-occur%2:42:00:: 3 16
-occurrence%1:11:00:: 1 29
-occurrence%1:26:00:: 2 3
-ocean%1:17:00:: 1 8
-ocean_floor%1:17:00:: 1 1
-ocelot%1:05:00:: 1 1
-ocher%1:07:00:: 1 1
-oct%1:28:00:: 1 3
-octahedron%1:25:00:: 1 1
-octave%1:28:00:: 1 1
-october%1:28:00:: 1 13
-ocular%3:01:00:: 1 1
-odd%3:00:00:: 1 7
-odd%5:00:00:inexact:00 3 3
-odd%5:00:00:strange:00 4 1
-odd%5:00:00:unusual:00 2 6
-oddly%4:02:00:: 1 2
-oddly_enough%4:02:00:: 1 2
-odds%1:07:00:: 1 1
-odds_and_ends%1:14:00:: 1 2
-odessa%1:15:00:: 1 1
-odious%5:00:00:hateful:00 1 1
-odor%1:07:00:: 1 7
-odor%1:09:00:: 2 2
-odyssey%1:04:00:: 1 1
-of_a_sudden%4:02:00:: 1 7
-of_age%5:00:00:old:02 1 4
-of_all_time%4:02:00:: 1 2
-of_course%4:02:00:: 1 123
-of_his_own%5:00:00:personal:00 1 1
-of_late%4:02:00:: 1 2
-of_necessity%4:02:00:: 1 1
-of_our_own%5:00:00:personal:00 1 2
-of_their_own%5:00:00:personal:00 1 1
-of_value%5:00:00:important:00 1 1
-off%3:00:00:: 1 3
-off%4:02:00:: 2 12
-off%4:02:03:: 1 13
-off%4:02:04:: 3 5
-off%5:00:00:unsatisfactory:00 2 1
-off-broadway%1:15:00:: 1 1
-off_and_on%4:02:00:: 1 1
-off_guard%5:00:00:unready:00 1 2
-off_the_beaten_track%5:00:00:far:00 1 1
-offbeat%5:00:00:unconventional:01 1 1
-offence%1:04:00:: 1 1
-offend%2:37:01:: 1 2
-offender%1:18:00:: 1 1
-offense%1:04:01:: 3 1
-offense%1:04:02:: 1 2
-offense%1:12:00:: 2 1
-offensive%1:04:00:: 1 1
-offensive%5:00:00:offending:00 1 1
-offer%1:10:00:: 2 2
-offer%1:10:01:: 1 2
-offer%2:31:00:: 4 4
-offer%2:39:06:: 8 1
-offer%2:40:00:: 2 31
-offer%2:40:01:: 7 1
-offer%2:40:02:: 1 95
-offer%2:40:03:: 6 3
-offer%2:40:09:: 5 3
-offer%2:41:00:: 3 12
-offering%1:10:00:: 1 1
-office%1:04:01:: 3 6
-office%1:06:00:: 1 62
-office%1:14:01:: 2 24
-office%1:26:00:: 4 2
-office_boy%1:18:00:: 1 1
-officer%1:18:01:: 3 8
-officer%1:18:02:: 2 23
-officer%1:18:03:: 1 86
-officer%1:18:04:: 4 1
-officer%2:32:00:: 1 1
-official%1:18:00:: 2 3
-official%1:18:01:: 1 23
-official%3:00:00:: 1 10
-official%3:01:00:: 2 1
-official%5:00:00:confirmed:00 3 1
-officially%4:02:00:: 1 2
-officially%4:02:01:: 2 1
-officiate%2:33:00:: 2 1
-officiate%2:41:01:: 1 4
-offsaddle%2:35:00:: 1 1
-offset%2:42:00:: 2 2
-offset%2:42:01:: 1 5
-offshore%4:02:00:: 1 1
-offspring%1:11:00:: 2 1
-offspring%1:18:00:: 1 3
-offstage%1:06:00:: 1 1
-often%4:02:00:: 1 153
-often%4:02:01:: 2 2
-oftentimes%4:02:00:: 1 1
-ogle%2:39:00:: 1 2
-ogress%1:18:00:: 1 1
-ohio%1:15:00:: 1 9
-ohmic%3:01:00:: 1 1
-oil%1:06:01:: 2 5
-oil%1:27:00:: 1 10
-oil%2:35:00:: 1 1
-oil-water_interface%1:17:00:: 1 2
-oil_business%1:14:00:: 1 1
-oil_geologist%1:18:00:: 1 1
-oil_painting%1:06:00:: 1 2
-oil_well%1:06:00:: 1 2
-oilcloth%1:06:00:: 1 1
-oiled%3:00:00:: 1 1
-oilfield%1:15:00:: 1 2
-oily%5:00:00:coated:00 3 1
-oily%5:00:00:fatty:00 1 4
-oily%5:00:00:insincere:00 2 1
-ok%4:02:00:: 1 1
-okay%5:00:00:satisfactory:00 1 2
-oklahoma%1:15:00:: 1 2
-old%3:00:01:: 2 95
-old%3:00:02:: 1 108
-old%5:00:00:experienced:00 6 1
-old%5:00:00:familiar:00 4 5
-old%5:00:00:past:00 3 22
-old%5:00:00:unoriginal:00 5 4
-old-fashioned%5:00:00:nonmodern:00 1 2
-old-fashioned%5:00:00:unfashionable:00 2 1
-old-time%5:00:00:nonmodern:00 1 1
-old_age%1:28:00:: 1 1
-old_boy%1:18:00:: 2 1
-old_boy%1:18:02:: 1 7
-old_country%1:15:00:: 1 2
-old_maid%1:18:00:: 1 4
-old_man%1:18:01:: 3 1
-old_man%1:18:02:: 1 38
-old_man%1:18:03:: 2 3
-old_school%1:14:00:: 1 1
-old_south%1:15:00:: 1 3
-old_testament%1:10:00:: 1 5
-old_wives'_tale%1:09:00:: 1 1
-old_woman%1:18:00:: 1 11
-older%3:00:00:: 2 3
-older%5:00:00:experienced:00 4 1
-older%5:00:00:old:02 1 11
-older%5:00:00:senior:00 3 3
-oldest%5:00:00:first:00 1 1
-oldster%1:18:00:: 1 2
-oleander%1:20:00:: 1 1
-oleophilic%3:00:00:: 1 3
-oleophobic%3:00:00:: 1 1
-olive%5:00:00:chromatic:00 1 2
-ology%1:09:00:: 1 1
-olympic%3:01:00:: 1 4
-olympics%1:11:00:: 1 2
-omen%1:11:00:: 1 3
-ominous%5:00:00:alarming:00 1 10
-ominously%4:02:00:: 1 3
-omission%1:04:01:: 1 2
-omission%1:22:00:: 3 1
-omission%1:26:00:: 2 1
-omit%2:31:01:: 1 10
-omniscient%5:00:00:wise:00 1 1
-on%3:00:00:: 1 6
-on%4:02:00:: 1 40
-on%4:02:01:: 2 2
-on%4:02:02:: 3 1
-on-site%3:00:00:: 1 1
-on-the-scene%5:00:00:on-site:00 1 1
-on-the-spot%5:00:00:on-site:00 1 1
-on_all_fours%4:02:00:: 1 1
-on_duty%5:00:00:active:08 1 1
-on_fire%5:00:00:lighted:00 1 1
-on_guard%5:00:00:wary:00 1 1
-on_hand%5:00:00:available:00 1 4
-on_her_own%5:00:00:independent:00 1 1
-on_his_own%5:00:00:independent:00 1 2
-on_it%4:02:00:: 1 7
-on_leave%5:00:00:inactive:08 1 1
-on_occasion%4:02:00:: 1 2
-on_paper%4:02:01:: 1 4
-on_request%4:02:00:: 1 4
-on_the_average%4:02:00:: 1 1
-on_the_contrary%4:02:02:: 1 10
-on_the_face_of_it%4:02:00:: 1 1
-on_the_far_side%4:02:00:: 1 1
-on_the_hook%5:00:00:dangerous:00 1 1
-on_the_job%5:00:00:employed:00 1 7
-on_the_one_hand%4:02:00:: 1 10
-on_the_other_hand%4:02:00:: 1 26
-on_the_road%1:04:00:: 1 1
-on_the_side%4:02:00:: 1 1
-on_the_spot%4:02:00:: 1 3
-on_the_way%4:02:00:: 1 10
-on_the_whole%4:02:00:: 1 4
-on_the_wing%4:02:00:: 1 1
-on_time%5:00:00:punctual:00 1 1
-on_trial%5:00:00:unproved:00 1 1
-onboard%4:02:00:: 1 3
-once%4:02:00:: 1 98
-once%4:02:01:: 3 21
-once%4:02:02:: 2 28
-once%5:00:00:past:00 1 3
-once_again%4:02:00:: 1 13
-once_and_for_all%4:02:00:: 1 2
-once_in_a_while%4:02:00:: 1 1
-once_more%4:02:00:: 1 15
-oncoming%5:00:00:moving:02 1 1
-one%1:09:00:: 2 26
-one%1:23:00:: 1 44
-one%5:00:00:cardinal:00 1 422
-one%5:00:00:extraordinary:00 5 1
-one%5:00:00:indefinite:00 6 1
-one%5:00:00:same:00 4 3
-one%5:00:00:united:00 3 4
-one%5:00:00:unspecified:00 2 129
-one%5:00:01:single(a):00 8 53
-one%5:00:02:single(a):00 7 28
-one-eighth%1:23:00:: 1 2
-one-fifth%1:23:00:: 1 3
-one-fourth%1:23:00:: 1 1
-one-half%1:23:00:: 1 7
-one-horse%5:00:00:provincial:00 1 1
-one-man%5:00:00:single(a):00 1 3
-one-tenth%1:23:00:: 1 1
-one-third%1:23:00:: 1 7
-one-thousandth%1:23:00:: 1 1
-one-upmanship%1:04:00:: 1 1
-one_after_another%4:02:01:: 1 2
-one_and_the_same%5:00:00:same:02 1 4
-one_at_a_time%4:02:00:: 1 2
-one_by_one%4:02:00:: 2 1
-one_by_one%4:02:02:: 1 6
-one_hundred%5:00:00:cardinal:00 1 10
-one_of_these_days%4:02:00:: 1 1
-one_percent%1:23:00:: 1 2
-one_thousand%5:00:00:cardinal:00 1 2
-oneness%1:07:00:: 1 2
-onetime%5:00:00:past:00 1 2
-onlooker%1:18:00:: 1 3
-only%4:02:00:: 3 13
-only%4:02:01:: 2 226
-only%4:02:02:: 1 258
-only%4:02:03:: 6 2
-only%4:02:04:: 4 6
-only%4:02:06:: 5 4
-only%5:00:00:single(a):00 1 118
-only_if%4:02:00:: 1 1
-only_too%4:02:00:: 1 2
-only_when%4:02:00:: 1 3
-onrush%1:04:00:: 1 2
-onrush%1:11:00:: 2 1
-onset%1:11:00:: 1 42
-onshore%3:00:04:: 1 1
-onshore%4:02:00:: 1 1
-onslaught%1:04:00:: 2 2
-onslaught%1:11:00:: 1 2
-onward%5:00:00:advancing:00 1 3
-opalescent%5:00:00:bright:00 1 1
-opaque%3:00:00:: 1 3
-open%1:15:01:: 1 1
-open%1:15:02:: 2 1
-open%2:30:00:: 6 4
-open%2:30:01:: 7 2
-open%2:33:00:: 9 1
-open%2:35:00:: 1 66
-open%2:35:06:: 3 17
-open%2:35:08:: 5 4
-open%2:41:00:: 2 45
-open%2:41:01:: 4 14
-open%2:42:00:: 8 1
-open%3:00:01:: 1 34
-open%3:00:02:: 2 17
-open%3:00:04:: 12 1
-open%3:00:08:: 5 4
-open%5:00:00:available:00 6 4
-open%5:00:00:coarse:00 9 2
-open%5:00:00:empty:00 16 1
-open%5:00:00:public:00 4 7
-open%5:00:00:unconstricted:00 15 1
-open%5:00:00:unenclosed:00 10 2
-open%5:00:00:unfolded:00 11 2
-open%5:00:00:unprotected:00 3 13
-open%5:00:00:unrestricted:00 7 3
-open%5:00:00:unsealed:01 14 1
-open%5:00:00:unsettled:02 13 1
-open%5:00:00:vulnerable:00 8 2
-open-collared%5:00:00:unbuttoned:00 1 1
-open-ended%5:00:00:indeterminate:01 2 1
-open-ended%5:00:00:unrestricted:00 1 1
-open_fire%2:33:00:: 1 1
-open_house%1:14:00:: 1 1
-open_sesame%1:04:00:: 1 1
-open_to%5:00:00:receptive:00 1 3
-open_to%5:00:00:susceptible:00 2 1
-open_up%2:30:00:: 3 2
-open_up%2:30:01:: 2 2
-open_up%2:35:00:: 1 2
-open_up%2:36:00:: 4 1
-opened%3:00:02:: 1 2
-opened%5:00:00:open:02 2 1
-opener%1:11:00:: 1 3
-opening%1:04:01:: 5 1
-opening%1:04:02:: 3 2
-opening%1:11:00:: 4 1
-opening%1:11:01:: 2 2
-opening%1:17:00:: 1 5
-opening%3:00:00:: 1 8
-openly%4:02:00:: 1 13
-openmouthed%5:00:00:surprised:00 1 2
-openwork%1:06:00:: 1 1
-opera%1:10:00:: 1 10
-opera_bouffe%1:10:00:: 1 1
-operagoer%1:18:00:: 1 1
-operate%2:30:00:: 5 2
-operate%2:33:00:: 4 3
-operate%2:35:00:: 3 14
-operate%2:35:03:: 2 29
-operate%2:41:00:: 1 34
-operatic%3:01:00:: 1 2
-operating%3:44:00:: 1 2
-operating_budget%1:21:00:: 1 1
-operating_capital%1:21:00:: 1 1
-operating_cost%1:21:00:: 1 2
-operating_procedure%1:04:00:: 1 1
-operation%1:04:00:: 7 2
-operation%1:04:02:: 6 4
-operation%1:04:03:: 4 8
-operation%1:04:04:: 3 8
-operation%1:04:05:: 8 2
-operation%1:04:06:: 2 11
-operation%1:22:00:: 5 4
-operation%1:26:00:: 1 12
-operational%3:00:00:: 3 2
-operational%3:01:00:: 1 7
-operational%5:00:00:operative:00 4 1
-operational%5:00:00:serviceable:00 2 4
-operationally%4:02:00:: 1 1
-operations%1:04:00:: 1 1
-operative%3:00:00:: 1 1
-operator%1:18:00:: 2 9
-operator%1:18:01:: 3 1
-operator%1:18:02:: 4 1
-operator%1:24:00:: 1 27
-operetta%1:10:00:: 1 4
-opinion%1:04:01:: 5 2
-opinion%1:09:00:: 1 21
-opinion%1:09:01:: 3 3
-opinion%1:10:00:: 4 2
-opinion%1:10:01:: 2 4
-opinionated%5:00:00:narrow-minded:00 1 1
-opium%1:06:00:: 1 14
-opponent%1:18:00:: 3 2
-opponent%1:18:01:: 2 2
-opponent%1:18:02:: 1 2
-opportunism%1:07:00:: 1 1
-opportunistic%5:00:00:expedient:00 1 1
-opportunity%1:26:00:: 1 67
-oppose%2:32:01:: 1 24
-oppose%2:33:00:: 4 3
-oppose%2:33:01:: 2 10
-oppose%2:42:00:: 3 4
-opposed%3:00:00:: 2 1
-opposed%5:00:00:anti:00 1 3
-opposing%5:00:00:counteractive:00 2 1
-opposing%5:00:00:hostile:01 1 4
-opposite%1:10:00:: 1 2
-opposite%1:18:00:: 3 1
-opposite%1:24:03:: 2 1
-opposite%3:00:00:: 2 4
-opposite%5:00:00:different:00 6 1
-opposite%5:00:00:other:00 4 3
-opposite%5:00:01:other:00 1 9
-opposite%5:00:02:different:00 5 3
-opposite%5:00:02:other:00 3 4
-opposition%1:04:00:: 3 3
-opposition%1:04:01:: 1 7
-opposition%1:14:00:: 5 1
-opposition%1:18:01:: 4 1
-opposition%1:24:02:: 2 4
-oppress%2:41:00:: 1 1
-oppressed%5:00:00:wronged:00 1 2
-oppression%1:04:00:: 1 1
-opt_for%2:31:00:: 1 2
-optical%3:01:01:: 1 2
-optical%3:01:04:: 2 1
-optically%4:02:00:: 1 1
-optimal%5:00:00:best:00 1 3
-optimism%1:12:00:: 1 2
-optimistic%3:00:00:: 1 2
-optimum%1:07:00:: 1 1
-optimum%5:00:00:best:00 1 6
-opulent%5:00:00:rich:03 1 1
-opus%1:10:00:: 1 2
-or_else%4:02:01:: 1 7
-or_so%4:02:00:: 1 8
-oral%5:00:00:spoken:00 1 6
-oral_cavity%1:08:00:: 1 1
-orally%4:02:01:: 1 1
-orange%1:07:00:: 2 3
-orange%1:13:00:: 1 4
-orange%1:20:00:: 3 1
-orange%5:00:00:chromatic:00 1 7
-oration%1:10:00:: 1 2
-orator%1:18:00:: 1 1
-oratorical%5:00:00:rhetorical:00 1 2
-oratorio%1:10:00:: 1 1
-orb%1:08:00:: 1 2
-orbit%1:07:00:: 3 1
-orbit%1:15:00:: 1 11
-orbit%1:26:00:: 2 1
-orbit%2:38:00:: 1 2
-orbital%3:01:00:: 1 2
-orchard%1:06:00:: 1 2
-orchestra%1:06:00:: 2 1
-orchestra%1:14:00:: 1 10
-orchestral%3:01:00:: 1 1
-orchestration%1:04:01:: 2 1
-orchestration%1:10:00:: 1 3
-orchid%1:20:00:: 1 1
-ordain%2:41:00:: 2 1
-ordain%2:41:01:: 1 3
-ordeal%1:11:00:: 1 3
-order%1:07:01:: 2 8
-order%1:10:00:: 6 2
-order%1:10:01:: 7 2
-order%1:10:02:: 9 1
-order%1:10:03:: 1 26
-order%1:14:00:: 4 6
-order%1:14:02:: 8 1
-order%1:26:00:: 3 7
-order%1:26:02:: 5 4
-order%2:30:00:: 5 1
-order%2:30:01:: 6 1
-order%2:32:00:: 2 14
-order%2:32:01:: 1 28
-order%2:32:02:: 3 5
-order%2:41:01:: 4 3
-order_arms%1:04:00:: 1 1
-order_of_magnitude%1:07:00:: 1 5
-ordered%3:00:00:: 1 4
-ordered%5:00:00:organized:01 2 4
-ordering%1:04:00:: 2 3
-ordering%1:14:00:: 1 4
-orderliness%1:07:00:: 1 1
-orderly%1:18:01:: 1 2
-orderly%3:00:00:: 1 4
-orderly%5:00:00:nonrandom:00 3 1
-orderly%5:00:00:regular:00 2 1
-orderly_sergeant%1:18:00:: 1 1
-ordinance%1:10:00:: 1 1
-ordinarily%4:02:00:: 1 9
-ordinary%1:18:01:: 1 3
-ordinary%1:26:00:: 2 1
-ordinary%3:00:00:: 1 28
-ordinary%5:00:02:common:01 2 4
-ordinate%1:09:00:: 1 1
-ore%1:27:00:: 1 3
-oregon%1:15:00:: 1 2
-organ%1:06:01:: 3 1
-organ%1:08:00:: 1 8
-organ%1:14:00:: 2 1
-organic%3:00:01:: 1 21
-organic%3:01:00:: 2 1
-organically%4:02:00:: 2 1
-organically%4:02:01:: 1 1
-organification%1:22:00:: 1 4
-organise%2:30:00:: 1 1
-organism%1:03:00:: 1 9
-organization%1:04:00:: 4 3
-organization%1:09:00:: 2 12
-organization%1:14:00:: 1 29
-organization%1:14:01:: 3 11
-organizational%3:01:00:: 1 3
-organize%2:30:00:: 4 4
-organize%2:31:00:: 3 5
-organize%2:36:00:: 5 2
-organize%2:41:00:: 2 6
-organize%2:41:01:: 1 11
-organize%2:41:02:: 6 1
-organized%3:00:01:: 2 2
-organized%3:00:02:: 1 5
-organizer%1:18:00:: 1 1
-orgy%1:04:00:: 2 1
-orgy%1:04:01:: 1 1
-orient%1:15:00:: 1 1
-orient%2:39:00:: 2 2
-orient%2:42:00:: 1 2
-orient%2:42:01:: 3 1
-oriental%5:00:00:eastern:01 1 4
-orientation%1:04:00:: 1 2
-orientation%1:09:00:: 2 1
-oriented%3:00:00:: 1 4
-orifice%1:08:00:: 1 2
-origin%1:07:00:: 2 3
-origin%1:09:00:: 4 1
-origin%1:11:00:: 3 1
-origin%1:15:00:: 1 11
-original%1:06:00:: 1 3
-original%1:09:00:: 2 2
-original%3:00:00:: 3 5
-original%5:00:00:primary:00 2 8
-original%5:00:01:first:00 1 17
-original_sin%1:04:00:: 1 1
-originality%1:07:00:: 2 1
-originality%1:09:00:: 1 3
-originally%4:02:00:: 1 3
-originally%4:02:01:: 2 1
-originate%2:36:00:: 2 4
-originate%2:42:00:: 1 12
-originate_in%2:42:00:: 1 7
-orinoco%1:17:00:: 1 1
-ornament%1:06:00:: 1 1
-ornament%2:36:00:: 1 1
-ornamented%5:00:00:adorned:00 1 1
-ornate%5:00:00:adorned:00 1 1
-ornately%4:02:00:: 1 1
-ornery%5:00:00:ill-natured:00 1 4
-orphan%1:18:00:: 1 1
-orthicon%1:06:00:: 1 1
-orthodox%3:00:00:: 2 3
-orthodox%3:01:00:: 1 3
-orthodox_catholic_church%1:14:00:: 1 1
-orthodox_church%1:14:00:: 1 1
-orthodoxy%1:07:00:: 1 1
-orthographic%3:01:00:: 1 3
-orthography%1:10:00:: 1 8
-orthopedic%3:01:00:: 1 1
-orthophosphate%1:27:00:: 1 1
-os%1:08:01:: 1 1
-oscillation%1:11:00:: 2 1
-oscillation%1:22:00:: 1 1
-oscillator%1:06:00:: 1 1
-osmotic_pressure%1:19:00:: 1 3
-osseous%3:01:00:: 1 2
-ossification%1:22:00:: 1 6
-ossify%2:30:00:: 1 1
-ostensibly%4:02:00:: 1 1
-ostentatious%3:00:00:: 1 1
-osteoporosis%1:26:00:: 1 1
-ostracize%2:41:01:: 1 1
-other%3:00:00:: 1 483
-other%5:00:00:added:00 2 33
-other%5:00:00:past:00 3 8
-other_than%5:00:00:other:00 1 24
-otherwise%4:02:01:: 1 24
-otherwise%4:02:03:: 2 7
-ought%2:42:00:: 2 1
-ought%2:42:01:: 1 5
-ounce%1:23:02:: 1 4
-oust%2:41:00:: 1 4
-out%3:00:01:: 1 13
-out%3:00:02:: 2 3
-out%4:02:00:: 1 48
-out%4:02:01:: 2 45
-out%4:02:02:: 3 5
-out%5:00:00:dead:02 3 2
-out%5:00:00:impossible:00 4 1
-out-and-out%5:00:00:complete:00 1 1
-out-of-bounds%5:00:00:foul:00 1 3
-out-of-bounds%5:00:00:restricted:00 2 2
-out-of-doors%1:15:00:: 1 1
-out-of-school%5:00:00:free:00 1 1
-out-of-the-way%5:00:00:unusual:00 1 1
-out-of-town%5:00:00:distant:01 1 3
-out_loud%4:02:00:: 1 2
-out_of_action%5:00:00:injured:00 1 2
-out_of_commission%3:00:00:: 1 1
-out_of_doors%4:02:00:: 1 3
-out_of_focus%3:00:00:: 1 1
-out_of_hand%4:02:00:: 1 3
-out_of_place%5:00:00:malapropos:00 1 1
-out_of_sight%4:02:00:: 2 1
-out_of_sight%4:02:01:: 1 1
-out_of_sight%5:00:00:invisible:00 1 4
-out_of_the_blue%5:00:00:unexpected:00 1 1
-out_of_the_question%5:00:00:unthinkable:00 1 1
-out_to%5:00:00:resolute:00 1 1
-outboard_motor%1:06:00:: 1 1
-outbreak%1:11:00:: 1 1
-outburst%1:10:00:: 1 3
-outburst%1:11:00:: 2 2
-outcast%1:18:00:: 1 2
-outclass%2:31:00:: 1 1
-outclassed%5:00:00:inferior:01 1 1
-outcome%1:11:00:: 1 16
-outcome%1:19:00:: 2 2
-outcry%1:10:00:: 1 2
-outdated%5:00:00:noncurrent:00 1 1
-outdistance%2:38:00:: 1 4
-outdo%2:33:00:: 1 2
-outdoor%3:00:00:: 1 6
-outdoor%3:01:00:: 2 2
-outdoor_man%1:18:00:: 1 1
-outdoors%4:02:00:: 1 2
-outdraw%2:33:00:: 1 1
-outer%3:00:00:: 1 6
-outer%5:00:00:outward:00 2 1
-outer_space%1:15:00:: 1 1
-outface%2:39:00:: 1 2
-outfield%1:06:00:: 1 2
-outfielder%1:18:00:: 1 4
-outfight%2:33:00:: 1 1
-outfit%1:06:00:: 3 1
-outfit%1:06:01:: 2 1
-outfit%1:14:00:: 1 7
-outflow%1:11:00:: 1 1
-outgeneral%2:33:00:: 1 1
-outgoing%3:00:00:: 1 2
-outgrow%2:30:00:: 2 1
-outgrow%2:30:01:: 1 1
-outing%1:04:00:: 1 1
-outlaw%1:18:00:: 1 1
-outlaw%2:41:00:: 1 2
-outlay%1:04:00:: 1 1
-outlet%1:06:01:: 1 3
-outlet%1:06:02:: 2 1
-outline%1:09:00:: 3 1
-outline%1:10:00:: 2 2
-outline%1:15:00:: 1 3
-outline%2:32:00:: 1 12
-outlined%5:00:00:distinct:00 1 1
-outlive%2:42:00:: 1 2
-outlook%1:09:00:: 2 5
-outlook%1:09:01:: 1 11
-outlying%5:00:00:far:00 1 1
-outmaneuver%2:33:00:: 1 1
-outmode%2:30:00:: 1 1
-outmoded%5:00:00:unfashionable:00 1 1
-outnumber%2:42:00:: 1 2
-outplay%2:33:00:: 1 1
-outpost%1:06:00:: 3 1
-outpost%1:14:00:: 2 1
-outpost%1:15:00:: 1 1
-output%1:04:00:: 2 2
-output%1:06:00:: 1 5
-output%1:10:02:: 3 1
-output%2:36:00:: 1 1
-outrage%1:04:01:: 2 1
-outrage%1:12:00:: 1 1
-outrage%2:37:01:: 1 2
-outraged%5:00:00:angry:00 1 1
-outrageous%5:00:00:offensive:01 1 1
-outreach%1:04:00:: 1 5
-outright%4:02:01:: 1 2
-outright%5:00:00:unqualified:02 1 1
-outrun%2:38:00:: 1 2
-outset%1:28:00:: 1 4
-outside%1:15:00:: 2 1
-outside%1:15:01:: 1 7
-outside%3:00:00:: 1 5
-outside%3:00:04:: 4 3
-outside%4:02:00:: 1 15
-outside%4:02:01:: 2 6
-outside%5:00:00:exterior:00 6 3
-outside%5:00:00:external:00 3 4
-outside%5:00:00:extramural:00 5 3
-outside%5:00:00:extrinsic:00 2 5
-outside%5:00:00:foreign:02 7 2
-outside_door%1:06:00:: 1 2
-outsider%1:18:00:: 1 2
-outskirt%1:15:00:: 1 1
-outskirts%1:15:00:: 1 3
-outsmart%2:33:00:: 1 2
-outspoken%5:00:00:communicative:00 1 1
-outstanding%5:00:00:conspicuous:00 2 3
-outstanding%5:00:00:major:06 3 1
-outstanding%5:00:00:superior:02 1 5
-outstandingly%4:02:00:: 1 2
-outstrip%2:33:00:: 1 1
-outward%3:00:00:: 1 3
-outward%4:02:00:: 1 1
-outwardly%4:02:01:: 1 1
-outweigh%2:33:00:: 1 3
-outweigh%2:42:00:: 2 2
-oval%1:25:00:: 1 3
-oval%5:00:00:rounded:00 1 4
-oven%1:06:00:: 1 1
-over%4:02:00:: 4 1
-over%4:02:01:: 1 23
-over%4:02:02:: 2 2
-over%4:02:03:: 3 1
-over%5:00:00:immoderate:00 2 2
-over%5:00:01:finished:01 1 21
-over_again%4:02:00:: 1 1
-over_and_over%4:02:00:: 1 5
-over_and_over_again%4:02:00:: 1 3
-over_here%4:02:00:: 1 1
-overachievement%1:04:00:: 1 2
-overachiever%1:18:00:: 1 2
-overactive%5:00:00:active:01 1 1
-overall%1:06:00:: 1 4
-overall%5:00:00:general:00 1 9
-overall%5:00:00:gross:00 2 8
-overbearing%5:00:00:domineering:00 1 2
-overboard%4:02:00:: 2 3
-overboard%4:02:01:: 1 3
-overburden%2:32:00:: 1 1
-overcast%1:26:00:: 1 6
-overcast%5:00:00:cloudy:00 1 1
-overcoat%1:06:00:: 1 3
-overcome%2:33:01:: 2 9
-overcome%2:33:03:: 1 14
-overcome%2:37:00:: 3 8
-overconfident%5:00:00:confident:00 1 1
-overcurious%5:00:00:curious:00 1 1
-overdone%5:00:00:immoderate:00 1 2
-overdrive%2:41:00:: 1 1
-overeat%2:34:00:: 1 1
-overeating%1:04:00:: 1 1
-overemphasize%2:32:00:: 1 2
-overestimate%2:31:00:: 1 1
-overestimation%1:10:00:: 1 1
-overexpose%2:39:01:: 1 1
-overfeed%2:34:00:: 1 1
-overfill%2:30:00:: 1 1
-overflow%1:04:00:: 1 1
-overflow%2:38:00:: 1 2
-overgrown%5:00:00:covered:00 1 1
-overhand%3:00:00:: 1 1
-overhang%1:06:00:: 1 1
-overhanging%5:00:00:wide:00 1 2
-overhaul%2:30:00:: 2 1
-overhaul%2:38:00:: 1 1
-overhead%1:21:00:: 1 3
-overhead%3:00:00:: 1 4
-overhead%4:02:00:: 2 2
-overhead%4:02:01:: 1 2
-overhear%2:39:00:: 1 8
-overheat%2:30:00:: 1 1
-overheated%5:00:00:hot:01 1 1
-overindulge%2:34:00:: 1 1
-overlap%2:30:02:: 3 1
-overlap%2:42:01:: 2 1
-overlap%2:42:03:: 1 5
-overlapping%5:00:00:related:02 1 1
-overlay%2:35:00:: 1 1
-overload%1:06:02:: 1 1
-overload%2:30:00:: 2 1
-overload%2:35:01:: 1 1
-overloaded%5:00:00:full:00 1 1
-overlook%2:31:00:: 3 1
-overlook%2:39:01:: 1 6
-overlook%2:42:01:: 2 3
-overlooked%5:00:00:unnoticed:00 1 1
-overnight%4:02:00:: 1 2
-overnight%5:00:00:long:02 1 2
-overnighter%1:18:00:: 1 3
-overpayment%1:21:00:: 1 4
-overpower%2:33:00:: 1 2
-overpower%2:37:00:: 2 1
-overpriced%5:00:00:expensive:00 1 1
-overproduce%2:36:00:: 1 1
-overprotection%1:04:00:: 1 1
-overprotective%5:00:00:protective:00 1 1
-overreach%2:33:00:: 2 1
-overreach%2:41:00:: 1 3
-override%2:31:00:: 1 3
-overriding%5:00:00:dominant:01 1 1
-overrun%2:38:01:: 1 3
-overseas%4:02:00:: 1 1
-overseas%4:02:01:: 2 1
-overseas%5:00:00:foreign:02 1 1
-overshadow%2:42:00:: 1 1
-overshoe%1:06:00:: 1 1
-overshoot%2:31:00:: 2 1
-overshoot%2:33:00:: 1 1
-oversimplification%1:04:00:: 1 1
-oversimplified%5:00:00:simple:02 1 3
-oversized%5:00:00:large:00 1 2
-overstep%2:38:00:: 1 1
-overstrain%2:34:00:: 1 1
-overt%3:00:00:: 1 1
-overtake%2:33:00:: 1 3
-overtake%2:38:00:: 2 2
-overthrow%1:04:01:: 1 1
-overthrow%2:41:00:: 1 4
-overtime%1:28:01:: 1 1
-overtly%4:02:00:: 1 1
-overtone%1:10:00:: 1 1
-overture%1:10:00:: 3 1
-overture%1:10:01:: 1 2
-overture%1:11:00:: 2 1
-overturn%2:31:00:: 3 1
-overturn%2:38:00:: 1 2
-overturn%2:38:01:: 2 1
-overturned%5:00:00:turned:00 1 1
-overvaliant%5:00:00:bold:00 1 1
-overweight%5:00:00:fat:01 1 1
-overwhelm%2:32:00:: 2 1
-overwhelm%2:37:00:: 1 1
-overwhelmed%5:00:00:powerless:00 1 1
-overwhelming%5:00:00:irresistible:00 1 8
-overwhelmingly%4:02:00:: 1 2
-overwork%2:36:00:: 1 1
-owe%2:40:00:: 3 3
-owe%2:40:01:: 1 11
-owe%2:42:00:: 2 5
-owing%5:00:00:unpaid:00 1 1
-owl%1:05:00:: 1 3
-own%2:40:00:: 1 47
-own%5:00:00:personal:00 1 259
-owned%3:00:00:: 1 1
-owner%1:18:00:: 1 15
-owner%1:18:02:: 2 9
-ownership%1:04:00:: 2 2
-ownership%1:21:00:: 1 4
-ox%1:05:02:: 1 1
-oxcart%1:06:00:: 1 1
-oxen%1:05:00:: 1 6
-oxford%1:15:00:: 1 1
-oxford_english%1:10:00:: 1 1
-oxidation%1:22:00:: 1 20
-oxidise%2:30:00:: 1 1
-oxidised%3:44:00:: 1 1
-oxygen%1:27:00:: 1 39
-oxytetracycline%1:06:00:: 1 2
-oyabun%1:18:00:: 1 4
-oyster%1:05:00:: 1 1
-ozone%1:27:00:: 1 3
-p.m.%1:28:00:: 1 2
-pa%1:18:00:: 1 22
-pa_system%1:06:00:: 1 2
-pace%1:04:00:: 4 1
-pace%1:07:01:: 3 4
-pace%1:23:01:: 2 6
-pace%1:28:00:: 1 10
-pace%2:30:00:: 3 2
-pace%2:38:00:: 1 10
-pace%2:38:01:: 2 6
-pachinko%1:04:00:: 1 1
-pacific%1:17:00:: 1 10
-pacific%5:00:01:peaceful:00 1 1
-pacification%1:04:00:: 1 1
-pacify%2:37:00:: 1 3
-pacing%1:04:00:: 2 1
-pacing%1:28:00:: 1 1
-pack%1:06:00:: 3 1
-pack%1:14:03:: 2 1
-pack%1:23:00:: 1 1
-pack%2:35:00:: 1 11
-pack%2:35:02:: 3 2
-pack%2:35:08:: 4 2
-pack%2:38:02:: 2 2
-pack%2:41:00:: 5 1
-pack_on%2:29:00:: 1 2
-package%1:06:00:: 2 3
-package%1:14:00:: 1 3
-package%2:35:00:: 1 2
-packaging%1:04:00:: 1 1
-packed%5:00:00:crowded:00 1 1
-packet%1:14:00:: 1 7
-packing%1:04:00:: 2 1
-packing%1:27:00:: 1 2
-packinghouse%1:06:01:: 1 1
-pact%1:10:00:: 1 1
-pad%1:27:01:: 1 1
-pad%2:32:00:: 1 1
-padded%5:00:00:soft:01 1 1
-paddle%2:38:00:: 1 1
-padlock%1:06:00:: 1 1
-padlock%2:35:00:: 1 1
-paean%1:10:00:: 1 2
-pagan%1:18:00:: 1 1
-paganism%1:09:00:: 1 1
-page%1:10:00:: 1 34
-page%2:32:00:: 1 1
-pageant%1:04:00:: 1 1
-paging%1:10:00:: 1 1
-paid%3:00:00:: 1 2
-paid%5:00:00:professional:01 2 1
-paid_vacation%1:28:00:: 1 1
-pail%1:06:00:: 1 5
-pain%1:09:00:: 3 9
-pain%1:12:00:: 2 14
-pain%1:26:00:: 1 32
-pain%2:29:00:: 1 2
-painful%3:00:00:: 1 10
-painful%5:00:00:unpleasant:00 2 1
-painfully%4:02:00:: 1 6
-painfully%4:02:01:: 2 2
-painless%5:00:00:easy:01 1 1
-pains%1:04:00:: 1 4
-paint%1:06:00:: 1 7
-paint%2:35:00:: 2 13
-paint%2:36:00:: 3 11
-paint%2:36:01:: 1 17
-paint_a_picture%2:32:00:: 1 1
-painted%3:00:00:: 2 2
-painted%5:00:00:artificial:00 3 1
-painted%5:00:00:delineated:00 1 3
-painter%1:18:00:: 1 15
-painting%1:04:00:: 2 9
-painting%1:04:01:: 4 1
-painting%1:04:02:: 3 4
-painting%1:06:00:: 1 13
-pair%1:14:00:: 3 7
-pair%1:14:01:: 1 18
-pair%1:23:00:: 2 10
-pair%2:35:01:: 2 2
-pair%2:41:00:: 1 3
-paired%5:00:00:matched:00 1 1
-pajamas%1:06:00:: 1 1
-pakistan%1:15:00:: 1 1
-palace%1:06:01:: 1 3
-palace%1:14:00:: 2 2
-pale%1:06:00:: 1 1
-pale%2:29:00:: 1 1
-pale%5:00:00:colorless:02 4 3
-pale%5:00:00:colorless:03 3 6
-pale%5:00:00:light:05 1 12
-pale%5:00:00:weak:00 2 9
-paleocortex%1:08:00:: 1 1
-paleocortical%3:01:00:: 1 1
-palermo%1:15:00:: 1 1
-palestine%1:15:01:: 1 4
-palette%1:06:00:: 2 1
-palette%1:07:00:: 1 1
-paling%5:00:00:decreasing:00 1 1
-pall%2:30:01:: 1 1
-pallid%5:00:00:colorless:02 1 2
-pallid%5:00:00:weak:00 2 1
-pallor%1:07:00:: 1 2
-palm%1:08:00:: 1 4
-palm%2:35:00:: 1 1
-palm_off%2:40:00:: 1 1
-palpable%3:00:00:: 1 1
-palpably%4:02:00:: 1 1
-pamper%2:41:00:: 1 1
-pampered%5:00:00:soft:02 1 1
-pamphlet%1:10:00:: 2 1
-pamphlet%1:10:01:: 1 1
-pan%1:06:01:: 1 5
-pan%2:35:00:: 2 1
-pan%2:38:00:: 1 1
-panama%1:15:00:: 1 1
-pander%1:18:00:: 1 1
-pane%1:06:00:: 1 3
-pane_of_glass%1:06:00:: 1 1
-panel%1:06:00:: 1 1
-panel%2:36:00:: 1 1
-panel_discussion%1:10:00:: 1 1
-paneling%1:06:00:: 1 3
-pang%1:12:00:: 1 1
-panic%1:12:00:: 1 7
-panic%1:26:01:: 2 2
-panic%2:37:00:: 1 1
-panic%2:37:01:: 2 1
-panic-stricken%5:00:00:afraid(p):00 1 1
-panicked%5:00:00:afraid(p):00 1 1
-panoramic%5:00:00:wide:00 1 1
-pansy%1:20:01:: 1 19
-pant%2:29:00:: 1 9
-pant%2:32:00:: 2 1
-pant_leg%1:06:00:: 1 2
-pantheon%1:14:00:: 1 1
-panther%1:05:03:: 1 2
-panting%1:04:00:: 1 1
-panting%5:00:00:breathless:00 1 3
-pantomime%1:04:00:: 1 1
-pantomime%2:36:00:: 1 1
-pantry%1:06:00:: 1 1
-pants%1:06:00:: 1 4
-pap%1:10:00:: 1 1
-papa%1:18:00:: 1 23
-papal%3:01:00:: 1 1
-paper%1:10:00:: 4 4
-paper%1:10:01:: 2 21
-paper%1:10:02:: 5 3
-paper%1:10:03:: 3 12
-paper%1:14:00:: 6 2
-paper%1:27:00:: 1 30
-paper_bag%1:06:00:: 1 1
-paper_electrophoresis%1:22:00:: 1 2
-paperback%1:06:00:: 1 1
-papers%1:10:00:: 1 13
-paperwork%1:04:00:: 1 1
-papery%5:00:00:thin:01 1 1
-papillary%3:01:00:: 1 1
-par%1:23:00:: 1 2
-par%1:26:00:: 2 1
-parable%1:10:00:: 1 2
-parachute%1:06:00:: 1 2
-parade%1:14:00:: 1 3
-parade%1:14:02:: 2 1
-parade%2:38:00:: 2 1
-parade%2:38:01:: 1 2
-parade_ground%1:15:00:: 1 4
-paradigm%1:09:00:: 2 1
-paradigm%1:24:00:: 1 4
-paradise%1:15:01:: 1 2
-paradox%1:10:00:: 1 3
-paradoxical%5:00:00:inexplicable:00 1 2
-paradoxically%4:02:00:: 1 5
-paragon%1:09:00:: 1 1
-paragraph%1:10:00:: 1 5
-parakeet%1:05:00:: 1 1
-parallel%1:07:00:: 1 5
-parallel%1:15:00:: 2 1
-parallel%2:30:00:: 2 1
-parallel%2:42:00:: 1 5
-parallel%3:00:00:: 1 10
-parallel_bars%1:06:00:: 1 1
-parallelism%1:07:00:: 1 3
-paralyze%2:30:00:: 2 1
-paralyze%2:30:01:: 1 1
-paramagnet%1:06:00:: 1 1
-paramagnetic%3:01:00:: 1 13
-parameter%1:09:00:: 1 5
-parameter%1:11:00:: 2 2
-parametric%3:01:00:: 1 2
-paramilitary_organization%1:14:00:: 1 1
-paramount%5:00:00:dominant:01 1 3
-paranoiac%1:18:00:: 1 1
-paranoid%5:00:00:insane:00 1 2
-paraphernalia%1:06:00:: 1 1
-paraphrase%1:10:00:: 1 2
-paraphrase%2:32:00:: 1 1
-parasite%1:05:00:: 1 4
-parasympathetic%3:01:00:: 1 9
-parcel%1:04:00:: 2 1
-parcel%1:06:00:: 1 1
-parcel%2:41:00:: 1 1
-parch%2:30:00:: 1 1
-parched%5:00:00:dry:01 1 1
-parchment%1:27:01:: 1 1
-pardner%1:18:00:: 1 2
-pardon%1:04:00:: 1 1
-pardon%2:32:00:: 2 2
-pardon%2:32:01:: 1 2
-pardonable%3:00:00:: 1 1
-pare%2:30:00:: 1 1
-pare_down%2:30:00:: 1 1
-parenchyma%1:08:01:: 1 4
-parent%1:18:00:: 1 35
-parental%3:01:00:: 1 1
-parenthesis%1:10:00:: 1 1
-parenthood%1:26:00:: 1 2
-parimutuel%1:04:00:: 1 2
-parings%1:13:00:: 1 1
-paris%1:15:00:: 1 20
-parish%1:14:00:: 1 3
-parishioner%1:18:00:: 1 1
-parisian%3:01:00:: 1 2
-parisology%1:10:00:: 1 1
-park%1:06:00:: 3 2
-park%1:15:00:: 1 13
-park%1:15:01:: 2 5
-park%2:35:00:: 1 11
-park%2:38:00:: 2 3
-parked%3:44:00:: 1 5
-parking%1:04:00:: 2 2
-parking%1:23:00:: 1 2
-parking_area%1:15:00:: 1 2
-parking_lot%1:15:00:: 1 6
-parking_space%1:15:00:: 1 1
-parkinson's_disease%1:26:00:: 1 1
-parlance%1:10:00:: 1 1
-parlay%2:33:00:: 1 1
-parliament%1:14:00:: 1 2
-parliamentary%3:01:00:: 1 2
-parliamentary%5:00:00:democratic:00 2 1
-parlor%1:06:00:: 1 8
-parlor%1:06:01:: 2 1
-parochial%3:01:00:: 1 2
-parody%1:10:00:: 1 2
-parody%2:36:00:: 1 1
-paroxysm%1:26:00:: 1 1
-parrot%1:05:00:: 1 1
-parrot%2:32:00:: 1 1
-parrotlike%5:00:00:imitative:00 1 1
-parry%2:33:00:: 1 1
-parson%1:18:00:: 1 2
-parsonage%1:06:00:: 1 1
-part%1:04:01:: 6 13
-part%1:04:03:: 12 2
-part%1:06:00:: 2 24
-part%1:08:01:: 10 3
-part%1:09:00:: 9 7
-part%1:09:01:: 7 9
-part%1:09:02:: 4 19
-part%1:10:00:: 11 2
-part%1:15:00:: 5 15
-part%1:17:00:: 3 19
-part%1:21:00:: 8 8
-part%1:24:00:: 1 113
-part%2:38:02:: 1 4
-part%2:41:00:: 2 1
-part%4:02:00:: 1 11
-part-time%3:00:00:: 1 21
-part_of_speech%1:10:00:: 1 1
-partake%2:42:00:: 1 1
-parted%5:00:00:compound:00 1 1
-parthenon%1:06:00:: 1 1
-partial%3:00:01:: 2 1
-partial%5:00:00:incomplete:00 1 5
-partially%4:02:00:: 1 7
-participant%1:18:00:: 1 1
-participate%2:33:00:: 2 1
-participate%2:41:00:: 1 28
-participation%1:04:00:: 1 13
-participation_loan%1:21:00:: 1 2
-particle%1:10:00:: 3 1
-particle%1:17:00:: 2 18
-particle%1:27:01:: 1 33
-particular%1:09:00:: 1 7
-particular%5:00:00:individual:00 2 23
-particular%5:00:00:specific:00 1 24
-particular%5:00:00:uncommon:00 4 6
-particular%5:00:02:specific:00 3 13
-particularistic%3:01:00:: 1 1
-particularly%4:02:00:: 1 61
-particulate%3:00:00:: 1 3
-parting%1:04:00:: 1 2
-parting%5:00:00:last:00 1 1
-partisan%5:00:00:aligned:01 1 1
-partition%1:06:00:: 1 2
-partly%4:02:00:: 1 19
-partner%1:18:00:: 2 7
-partner%1:18:01:: 1 8
-partner%2:40:00:: 1 1
-partnership%1:14:00:: 1 5
-parts%1:15:00:: 1 2
-party%1:11:00:: 4 6
-party%1:14:00:: 2 14
-party%1:14:01:: 1 29
-party%1:14:02:: 3 12
-party%1:18:00:: 5 1
-party_game%1:04:00:: 1 1
-paso_doble%1:04:00:: 1 1
-pass%1:04:02:: 3 2
-pass%1:04:04:: 1 6
-pass%1:04:06:: 7 1
-pass%1:10:01:: 5 1
-pass%1:10:03:: 6 1
-pass%1:17:00:: 4 1
-pass%1:28:00:: 2 3
-pass%2:30:00:: 8 7
-pass%2:30:01:: 13 3
-pass%2:32:01:: 12 3
-pass%2:35:00:: 11 3
-pass%2:38:00:: 1 32
-pass%2:38:01:: 7 8
-pass%2:38:02:: 19 1
-pass%2:38:03:: 4 17
-pass%2:38:05:: 2 31
-pass%2:40:00:: 5 13
-pass%2:40:02:: 18 1
-pass%2:41:02:: 3 29
-pass%2:41:04:: 9 4
-pass%2:41:07:: 16 1
-pass%2:41:08:: 14 2
-pass%2:41:11:: 17 1
-pass%2:42:00:: 10 3
-pass%2:42:04:: 15 1
-pass%2:42:08:: 6 8
-pass_away%2:30:00:: 1 3
-pass_away%2:30:01:: 2 1
-pass_by%2:38:00:: 1 6
-pass_off%2:32:00:: 2 1
-pass_off%2:39:00:: 1 1
-pass_on%2:38:01:: 3 2
-pass_on%2:40:00:: 4 1
-pass_on%2:40:01:: 1 4
-pass_on%2:40:03:: 2 3
-pass_out%2:29:00:: 1 1
-pass_over%2:31:00:: 1 2
-pass_over%2:38:01:: 3 1
-pass_over%2:38:02:: 2 1
-pass_over%2:38:03:: 4 1
-pass_through%2:38:00:: 1 18
-pass_through%2:38:01:: 3 1
-pass_through%2:38:02:: 2 14
-pass_up%2:40:00:: 1 1
-pass_water%2:29:00:: 1 1
-passage%1:04:00:: 5 3
-passage%1:04:01:: 4 3
-passage%1:04:04:: 1 6
-passage%1:04:05:: 8 1
-passage%1:06:00:: 3 4
-passage%1:08:00:: 7 1
-passage%1:10:00:: 2 5
-passage%1:10:01:: 6 2
-passageway%1:06:00:: 1 2
-passageway%1:08:00:: 2 1
-passenger%1:18:00:: 1 4
-passerby%1:18:00:: 1 3
-passing%1:04:03:: 1 7
-passing%1:11:00:: 2 1
-passing%5:00:00:impermanent:00 1 2
-passing%5:00:00:moving:02 2 2
-passion%1:07:00:: 2 3
-passion%1:09:00:: 6 1
-passion%1:12:00:: 1 4
-passion%1:12:02:: 5 1
-passion%1:16:00:: 4 1
-passion%1:26:01:: 3 1
-passionate%3:00:00:: 1 7
-passionately%4:02:00:: 1 2
-passive%3:00:01:: 1 5
-passive%5:00:00:nonviolent:00 2 1
-passively%4:02:00:: 1 2
-passivity%1:07:00:: 1 1
-past%1:10:00:: 3 1
-past%1:28:00:: 1 42
-past%1:28:01:: 2 5
-past%3:00:00:: 1 29
-past%4:02:00:: 1 15
-past%5:00:00:outgoing:00 2 4
-paste%1:27:01:: 1 6
-paste%2:35:01:: 1 5
-pasted%5:00:00:affixed:00 1 4
-pastel%1:07:00:: 1 1
-pastel%5:00:00:delicate:00 1 1
-pastel%5:00:00:light:05 2 1
-pastelike%5:00:00:colorless:02 1 1
-pastime%1:04:00:: 1 1
-pastor%1:18:00:: 1 9
-pastoral%3:01:00:: 1 1
-pasture%1:13:00:: 2 1
-pasture%1:15:00:: 1 4
-pasty%5:00:00:adhesive:00 2 1
-pasty%5:00:00:colorless:02 1 1
-pat%2:35:00:: 2 2
-pat%2:35:01:: 1 11
-patch%1:06:00:: 3 2
-patch%1:07:00:: 1 7
-patch%1:15:00:: 2 3
-patch%2:35:00:: 1 2
-patch%2:40:00:: 2 1
-patch_up%2:30:00:: 1 1
-patched%5:00:00:old:01 1 1
-patchwork%1:09:00:: 1 1
-patent%1:10:01:: 1 5
-patent%2:40:00:: 1 1
-patent_leather%1:27:00:: 1 1
-patent_medicine%1:06:00:: 1 1
-patent_right%1:07:00:: 1 1
-paternalistic%5:00:00:paternal:00 1 1
-paternally%4:02:00:: 1 1
-path%1:04:00:: 1 10
-path%1:06:00:: 2 8
-path%1:15:00:: 3 3
-pathetic%5:00:00:contemptible:00 2 1
-pathetic%5:00:00:unfortunate:00 1 1
-pathless%5:00:00:inaccessible:00 1 1
-pathogenesis%1:22:00:: 1 1
-pathogenic%5:00:00:unhealthful:00 1 2
-pathologic%5:00:00:unhealthy:00 1 1
-pathological%3:01:00:: 1 5
-pathological%5:00:00:neurotic:00 2 1
-pathologist%1:18:00:: 1 2
-pathology%1:09:00:: 1 2
-pathos%1:07:00:: 1 1
-pathway%1:06:00:: 2 1
-pathway%1:08:00:: 1 2
-patience%1:07:00:: 1 9
-patient%1:18:00:: 1 73
-patient%3:00:00:: 1 3
-patiently%4:02:00:: 1 3
-patina%1:06:00:: 1 1
-patriarchal%3:00:00:: 1 1
-patriot%1:18:00:: 1 2
-patriotic%3:00:00:: 1 4
-patriotism%1:07:00:: 1 3
-patristic%3:01:00:: 1 2
-patrol%1:04:00:: 2 1
-patrol%1:14:00:: 1 10
-patrol%2:41:00:: 1 5
-patroller%1:18:00:: 1 1
-patrolman%1:18:00:: 1 3
-patron%1:18:00:: 1 4
-patron_saint%1:18:00:: 1 2
-patronage%1:04:00:: 1 3
-patronize%2:32:01:: 3 1
-patronize%2:40:00:: 1 2
-patronize%2:41:00:: 2 1
-patronizing%5:00:00:superior:01 1 2
-patronne%1:18:00:: 1 4
-patter%1:10:00:: 1 2
-pattern%1:04:00:: 2 22
-pattern%1:06:00:: 3 9
-pattern%1:09:00:: 1 28
-pattern%1:09:01:: 5 1
-pattern%1:09:02:: 6 1
-pattern%1:09:03:: 4 8
-pattern%2:36:00:: 1 4
-paucity%1:07:01:: 1 1
-pause%1:04:00:: 2 3
-pause%1:28:00:: 1 12
-pause%2:32:01:: 2 12
-pause%2:42:00:: 1 23
-paved%3:00:00:: 1 3
-pavement%1:06:00:: 1 2
-pavement%1:06:01:: 3 1
-pavement%1:27:00:: 2 1
-paving_stone%1:06:00:: 1 1
-paw%1:05:00:: 1 2
-paw%2:35:00:: 2 1
-paw%2:35:01:: 1 1
-pay%1:21:01:: 1 14
-pay%2:31:00:: 6 4
-pay%2:31:03:: 9 1
-pay%2:32:00:: 2 26
-pay%2:40:00:: 1 138
-pay%2:40:01:: 4 6
-pay%2:40:02:: 5 6
-pay%2:40:04:: 3 12
-pay%2:41:00:: 8 1
-pay%2:42:00:: 7 3
-pay_attention%2:39:00:: 1 7
-pay_cut%1:04:00:: 1 1
-pay_off%2:40:00:: 2 2
-pay_off%2:40:02:: 1 4
-pay_off%2:40:03:: 3 2
-pay_off%2:40:04:: 4 1
-pay_out%2:40:00:: 1 3
-pay_rate%1:21:00:: 1 1
-payable%5:00:00:due:00 1 2
-payday%1:28:00:: 1 2
-payment%1:04:00:: 2 23
-payment%1:21:00:: 1 32
-payne's_gray%1:27:00:: 1 1
-payroll%1:21:00:: 1 1
-pbs%1:27:00:: 1 10
-pea%1:13:00:: 1 3
-pea_soup%1:13:00:: 1 2
-peace%1:12:00:: 3 6
-peace%1:26:00:: 1 13
-peace%1:26:01:: 2 6
-peace%1:26:02:: 4 1
-peace-loving%5:00:00:peaceful:00 1 1
-peace_of_mind%1:12:00:: 1 1
-peace_officer%1:18:00:: 1 1
-peaceable%5:00:02:peaceful:00 1 2
-peaceful%3:00:00:: 1 5
-peacefully%4:02:00:: 1 2
-peacock%1:05:01:: 2 2
-peacock%1:05:02:: 1 2
-peak%1:15:00:: 5 2
-peak%1:23:00:: 1 3
-peak%1:25:00:: 4 2
-peak%1:26:00:: 3 2
-peak%1:28:00:: 2 2
-peak%2:38:00:: 1 1
-peaked%5:00:00:ill:01 1 2
-peaked%5:00:00:pointed:00 2 1
-peaky%5:00:00:high:03 1 1
-peal%1:11:00:: 1 1
-pealing%1:11:00:: 1 1
-peanut_butter%1:13:00:: 1 2
-pear%1:13:00:: 1 3
-pearl%1:07:00:: 2 1
-pearl%1:21:00:: 1 1
-pearl%3:01:00:: 1 1
-pearly%5:00:00:achromatic:00 1 1
-peasant%1:18:00:: 1 6
-peasant%1:18:03:: 2 1
-peasanthood%1:07:00:: 1 1
-pebble%1:17:00:: 1 5
-peck%2:34:00:: 2 1
-peck%2:35:01:: 1 3
-pecs%1:08:00:: 1 4
-pectoral%1:08:00:: 1 3
-pectoralis%1:08:00:: 1 1
-pectoralis_major%1:08:00:: 1 1
-peculiar%5:00:00:specific:00 2 6
-peculiar%5:00:00:strange:00 1 9
-peculiarity%1:07:02:: 2 1
-peculiarity%1:09:00:: 1 1
-peculiarly%4:02:00:: 2 2
-peculiarly%4:02:01:: 1 4
-peculiarly%4:02:02:: 3 1
-pedagogical%3:01:00:: 1 1
-pedantic%5:00:00:scholarly:00 1 1
-peddle%2:40:00:: 1 2
-peddler%1:18:00:: 1 3
-pedestal%1:06:00:: 1 1
-pedigree%1:14:00:: 1 2
-peek%2:39:00:: 1 2
-peel%2:35:00:: 1 3
-peel_off%2:29:01:: 2 1
-peel_off%2:35:00:: 1 1
-peeling%5:00:00:damaged:00 1 1
-peep%2:39:00:: 1 1
-peer%1:18:00:: 1 4
-peer%2:39:00:: 1 30
-peer_group%1:14:00:: 1 1
-peevish%5:00:00:ill-natured:00 1 1
-peg%1:06:00:: 1 2
-peg_down%2:35:00:: 1 1
-pegboard%1:06:00:: 1 8
-pegged-down%5:00:00:fastened:00 1 1
-pelt%2:33:00:: 2 1
-pelt%2:35:00:: 1 1
-pelting%1:07:00:: 1 1
-pelvic%3:01:00:: 1 2
-pelvic_girdle%1:08:00:: 1 1
-pelvis%1:08:00:: 1 1
-pemmican%1:13:00:: 1 1
-pen%1:06:00:: 1 8
-pen%1:06:01:: 2 1
-pen%2:36:00:: 1 3
-pen-and-ink%1:06:00:: 1 1
-penalize%2:41:00:: 1 3
-penalty%1:04:00:: 1 6
-penalty%1:07:00:: 3 1
-penalty%1:21:00:: 2 1
-penance%1:04:01:: 2 1
-penance%1:12:00:: 1 1
-pencil%1:06:00:: 1 7
-pencil_pusher%1:18:00:: 1 1
-penciled%3:44:00:: 1 1
-pending%5:00:00:unfinished:01 1 3
-pendulum%1:06:00:: 1 1
-penetrate%2:31:00:: 2 3
-penetrate%2:31:01:: 3 1
-penetrate%2:35:00:: 1 7
-penetrating%5:00:00:perceptive:00 1 2
-penetration%1:04:00:: 1 2
-penetration%1:04:02:: 3 1
-penetration%1:09:00:: 2 1
-peninsula%1:17:00:: 1 1
-pennant%1:10:01:: 1 4
-pennsylvania%1:15:00:: 1 12
-penny%1:21:00:: 2 1
-penny%1:23:00:: 1 2
-penny-pinch%2:40:00:: 1 1
-penny_arcade%1:06:00:: 1 1
-pension%1:21:00:: 1 4
-pensioner%1:18:00:: 1 1
-pensive%5:00:00:thoughtful:00 1 1
-pentagon%1:06:00:: 1 2
-pentagon%1:14:00:: 2 1
-penthouse%1:06:00:: 1 1
-penultimate%5:00:00:last:00 1 1
-penutian%1:10:00:: 1 1
-peony%1:20:00:: 1 2
-people%1:14:00:: 1 257
-people%1:14:01:: 2 28
-people%1:14:02:: 3 3
-people%1:14:03:: 4 1
-people%2:30:00:: 1 1
-peopled%5:00:00:inhabited:00 1 1
-pep_up%2:32:00:: 1 1
-pepper%2:33:00:: 2 1
-pepper%2:39:00:: 1 1
-peptidase%1:27:00:: 1 1
-peptizing%3:44:00:: 1 1
-per_annum%4:02:00:: 1 2
-per_capita%5:00:00:proportionate:00 1 14
-per_centum%1:24:00:: 1 3
-per_se%4:02:00:: 1 5
-per_year%4:02:00:: 1 5
-perambulating%5:00:00:mobile:00 1 1
-perceive%2:31:00:: 2 9
-perceive%2:39:00:: 1 26
-perceived%5:00:02:detected:00 1 1
-percent%1:24:00:: 1 64
-percentage%1:21:00:: 2 6
-percentage%1:24:00:: 1 26
-perceptible%3:00:00:: 1 1
-perception%1:09:00:: 3 4
-perception%1:09:01:: 1 6
-perception%1:09:02:: 2 4
-perception%1:09:03:: 4 1
-perceptive%3:00:00:: 2 1
-perceptive%3:01:00:: 1 1
-perceptual%3:01:00:: 1 3
-perch%1:06:00:: 1 1
-perch%2:35:00:: 1 6
-perchance%4:02:00:: 1 1
-perchance%4:02:01:: 2 1
-perched%5:00:00:alert:00 1 1
-perchlorate%1:27:00:: 1 1
-percolator%1:06:00:: 1 1
-percussion%1:04:00:: 2 1
-percussion%1:04:01:: 1 1
-percussive%3:01:00:: 1 2
-percussive_instrument%1:06:00:: 1 1
-peremptory%5:00:00:domineering:00 1 2
-perennial%3:00:00:: 1 2
-perennially%4:02:00:: 1 1
-perfect%2:30:00:: 1 4
-perfect%3:00:00:: 1 17
-perfect_gas%1:27:00:: 1 1
-perfect_tense%1:24:00:: 1 1
-perfectability%1:09:00:: 1 1
-perfectibility%1:09:00:: 1 1
-perfection%1:26:00:: 1 7
-perfectionism%1:07:00:: 1 1
-perfectionist%1:18:00:: 1 1
-perfectly%4:02:00:: 1 13
-perfectly%4:02:01:: 2 2
-perforation%1:06:00:: 1 1
-perform%2:36:00:: 1 25
-perform%2:36:01:: 3 19
-perform%2:41:00:: 4 2
-perform%2:41:02:: 2 19
-performance%1:04:00:: 3 13
-performance%1:04:01:: 2 19
-performance%1:04:02:: 4 9
-performance%1:04:03:: 5 2
-performance%1:10:00:: 1 27
-performer%1:18:00:: 1 8
-perfume%1:06:00:: 2 2
-perfume%1:09:00:: 1 2
-perfumed%5:00:02:fragrant:00 1 1
-perfunctorily%4:02:00:: 1 2
-perfunctory%5:00:00:careless:00 1 1
-perfusion%1:04:00:: 1 1
-perhaps%4:02:00:: 1 123
-peril%1:26:00:: 1 1
-perilous%5:00:00:dangerous:00 1 4
-perilously%4:02:00:: 1 1
-period%1:28:00:: 1 94
-period%1:28:02:: 2 2
-period_of_time%1:28:00:: 1 7
-period_piece%1:06:00:: 1 1
-periodic%3:00:00:: 1 5
-periodic%5:00:00:rhythmical:00 2 2
-periodical%1:10:00:: 1 4
-periodically%4:02:00:: 1 3
-periodicity%1:07:00:: 1 1
-peripheral%3:00:00:: 2 2
-peripheral%3:01:00:: 1 2
-peripheral%5:00:00:incidental:00 3 1
-peripherally%4:02:00:: 1 2
-periphery%1:25:00:: 1 4
-perish%2:30:00:: 1 5
-periwinkle%1:20:01:: 1 1
-perk_up%2:29:00:: 1 1
-perky%5:00:00:cheerful:00 1 2
-permanence%1:07:00:: 1 1
-permanent%3:00:00:: 1 13
-permanently%4:02:00:: 1 4
-permeate%2:35:01:: 1 2
-permeated%3:44:00:: 1 2
-permian%1:28:00:: 1 1
-permission%1:04:00:: 2 1
-permission%1:10:00:: 1 5
-permit%1:04:00:: 2 1
-permit%1:10:02:: 1 6
-permit%2:32:00:: 1 55
-permit%2:41:00:: 2 39
-peroxide%1:27:00:: 1 1
-perpetrate%2:41:00:: 1 2
-perpetration%1:04:00:: 1 1
-perpetual%5:00:00:permanent:00 1 1
-perpetually%4:02:02:: 1 1
-perpetuate%2:42:00:: 1 10
-perpetuation%1:04:00:: 1 2
-perplexed%3:00:00:: 1 2
-perplexing%5:00:00:unclear:00 1 2
-persecute%2:41:00:: 1 2
-persecution%1:04:00:: 1 3
-persevere%2:30:00:: 1 1
-persist%2:30:01:: 2 8
-persist%2:42:00:: 1 11
-persist%2:42:01:: 3 1
-persist_in%2:42:00:: 1 3
-persistence%1:07:00:: 2 2
-persistence%1:07:02:: 1 5
-persistency%1:07:00:: 1 3
-persistent%5:00:00:continual:00 1 10
-persistent%5:00:00:unforgettable:00 2 1
-persistently%4:02:00:: 2 1
-persistently%4:02:01:: 1 1
-person%1:03:00:: 1 6833
-person%1:08:00:: 2 1
-persona%1:09:00:: 1 1
-personage%1:18:00:: 1 1
-personal%3:00:00:: 1 31
-personal%3:01:01:: 3 2
-personal%5:00:00:physical:00 4 1
-personal%5:00:00:subjective:00 2 12
-personal_pronoun%1:10:00:: 1 2
-personal_property%1:21:00:: 1 2
-personality%1:07:00:: 1 14
-personality%1:18:00:: 2 2
-personalize%2:30:00:: 1 1
-personalized%5:00:01:personal:00 1 1
-personally%4:02:00:: 2 4
-personally%4:02:01:: 1 7
-personally%4:02:02:: 5 1
-personally%4:02:03:: 3 2
-personally%4:02:04:: 4 2
-personification%1:18:00:: 1 1
-personify%2:42:00:: 2 2
-personify%2:42:01:: 1 2
-personnel%1:14:00:: 1 27
-perspective%1:07:00:: 2 1
-perspective%1:09:00:: 1 6
-perspiration%1:08:00:: 1 5
-perspiring%5:00:00:wet:01 1 1
-persuade%2:32:00:: 2 12
-persuade%2:41:00:: 1 17
-persuasive%3:00:00:: 1 1
-pert%5:00:00:spirited:00 1 1
-pertain%2:42:00:: 2 1
-pertain%2:42:01:: 1 9
-pertinence%1:24:00:: 1 1
-pertinent%5:00:00:apropos:00 2 2
-pertinent%5:00:00:relevant:00 1 5
-perturb%2:37:00:: 1 1
-perturbation%1:26:00:: 1 2
-peru%1:15:00:: 1 1
-perusal%1:10:00:: 1 1
-peruse%2:39:00:: 1 1
-pervade%2:35:00:: 1 3
-pervading%5:00:00:general:00 1 2
-pervaporation%1:04:00:: 1 1
-pervasive%5:00:00:general:00 1 2
-perverse%5:00:00:negative:02 1 2
-perversely%4:02:00:: 1 2
-pessimism%1:12:00:: 1 1
-pessimist%1:18:00:: 1 1
-pessimistic%3:00:00:: 1 1
-pester%2:37:00:: 1 2
-pestered%5:00:00:troubled:00 1 2
-pestering%5:00:00:disagreeable:00 1 1
-pestilential%5:00:00:epidemic:00 1 1
-pet%1:05:00:: 1 2
-pet%2:35:00:: 1 1
-petal%1:20:00:: 1 2
-peter_out%2:42:00:: 1 1
-petit_dejeuner%1:13:00:: 1 1
-petite%5:00:00:small:00 1 1
-petition%1:10:00:: 1 6
-petition%2:32:00:: 1 2
-petitioner%1:18:00:: 1 30
-petrify%2:30:01:: 1 1
-petroleum_geologist%1:18:00:: 1 1
-petticoated%5:00:00:clothed:00 1 1
-petting%1:04:00:: 1 1
-petulance%1:12:00:: 1 1
-petulantly%4:02:00:: 1 1
-pew%1:06:00:: 1 1
-pfennig%1:23:00:: 1 1
-ph%1:07:00:: 1 7
-phagocyte%1:08:00:: 1 1
-phalanx%1:08:00:: 1 3
-phalanx%1:14:01:: 2 1
-phantasy%1:09:01:: 1 1
-phantom%1:09:00:: 2 1
-phantom%1:18:00:: 1 2
-phantom%5:00:00:unreal:02 1 1
-pharmaceutical%3:01:00:: 1 1
-pharmacist%1:18:00:: 1 1
-pharmacological%3:01:00:: 1 1
-pharmacy%1:06:00:: 2 1
-pharmacy%1:09:00:: 1 1
-phase%1:26:00:: 2 22
-phase%1:28:00:: 1 24
-phase%1:28:01:: 3 1
-pheasant%1:05:00:: 1 2
-phenomenon%1:03:00:: 1 25
-phenomenon%1:11:00:: 2 5
-phenothiazine%1:27:00:: 1 3
-philadelphia%1:15:00:: 1 9
-philanthropic%5:00:00:charitable:00 1 1
-philanthropist%1:18:00:: 1 1
-philharmonic%3:01:00:: 1 1
-philippic%1:10:00:: 1 1
-philippine_islands%1:15:00:: 1 1
-philippines%1:15:00:: 1 2
-philological%3:01:00:: 1 1
-philosopher%1:18:00:: 1 15
-philosopher%1:18:01:: 2 1
-philosophic%3:01:00:: 1 2
-philosophical%3:01:00:: 1 7
-philosophical%5:00:00:unemotional:00 2 2
-philosophically%4:02:00:: 1 1
-philosophize%2:31:00:: 1 1
-philosophizing%1:10:00:: 1 1
-philosophy%1:09:00:: 2 8
-philosophy%1:09:01:: 1 12
-philosophy%1:09:02:: 3 1
-phloem%1:20:00:: 1 1
-phoenix%1:15:00:: 1 1
-phone%1:06:00:: 1 13
-phone%2:32:00:: 1 7
-phone_booth%1:06:00:: 1 1
-phone_call%1:10:00:: 1 1
-phone_company%1:14:00:: 1 1
-phoneme%1:10:00:: 1 2
-phonemic%3:01:00:: 1 4
-phonemic_system%1:10:00:: 1 4
-phonemics%1:09:00:: 1 2
-phonetic%3:01:01:: 1 2
-phonetics%1:09:00:: 1 1
-phonic%3:01:02:: 1 1
-phonograph%1:06:01:: 1 1
-phonograph_needle%1:06:00:: 1 1
-phonograph_record%1:06:00:: 1 1
-phonologic%3:01:00:: 1 9
-phonologic_system%1:10:00:: 1 1
-phonology%1:09:00:: 1 5
-phony%1:18:00:: 1 1
-phony%5:00:00:counterfeit:00 1 6
-phosgene%1:27:00:: 1 1
-phosphate%1:27:00:: 1 9
-phosphorescent%5:00:00:light:06 1 1
-phosphorus%1:27:00:: 1 1
-photo%1:06:00:: 1 3
-photochemical_exchange%1:19:00:: 1 3
-photochemical_reaction%1:22:00:: 1 2
-photograph%1:06:00:: 1 17
-photograph%2:32:00:: 1 9
-photograph%2:42:00:: 2 1
-photographic%3:01:00:: 1 7
-photographically%4:02:00:: 1 1
-photography%1:04:00:: 1 1
-photomontage%1:06:00:: 1 1
-photon%1:17:00:: 1 1
-phrase%1:10:00:: 1 10
-phrase%1:10:01:: 2 3
-phrase%2:32:00:: 1 3
-phraseology%1:10:00:: 1 1
-phrasing%1:04:00:: 1 1
-phylum%1:14:01:: 1 1
-physical%3:00:00:: 1 29
-physical%3:01:00:: 2 5
-physical%5:00:00:energetic:00 5 2
-physical%5:00:00:material:01 3 5
-physical%5:00:00:natural:03 4 3
-physical_ability%1:07:00:: 1 1
-physical_chemistry%1:09:00:: 1 1
-physical_education%1:09:00:: 1 2
-physical_phenomenon%1:19:00:: 1 2
-physical_property%1:07:00:: 1 2
-physical_science%1:09:00:: 1 3
-physical_structure%1:08:00:: 1 1
-physical_therapist%1:18:00:: 1 1
-physically%4:02:00:: 1 7
-physicalness%1:07:00:: 1 1
-physician%1:18:00:: 1 7
-physicist%1:18:00:: 1 3
-physicochemical%3:01:00:: 1 1
-physics%1:09:00:: 1 10
-physiognomy%1:08:00:: 1 2
-physiologic%3:01:00:: 1 2
-physiological%3:01:00:: 1 14
-physiology%1:09:00:: 1 1
-physique%1:07:00:: 1 2
-pianism%1:10:00:: 1 1
-pianist%1:18:00:: 1 5
-pianistic%3:01:00:: 1 1
-piano%1:06:00:: 1 10
-piano_lesson%1:04:00:: 1 1
-piano_player%1:18:00:: 1 1
-piano_sonata%1:10:00:: 1 1
-piano_stool%1:06:00:: 1 3
-piazza%1:15:00:: 1 1
-picasso%1:18:00:: 1 3
-pick%1:09:00:: 1 1
-pick%2:30:00:: 5 1
-pick%2:30:01:: 6 1
-pick%2:31:00:: 1 13
-pick%2:32:09:: 3 2
-pick%2:35:01:: 2 4
-pick%2:36:00:: 4 1
-pick_at%2:35:00:: 1 1
-pick_off%2:35:00:: 2 1
-pick_off%2:41:00:: 1 1
-pick_out%2:31:00:: 1 4
-pick_out%2:39:00:: 2 2
-pick_up%2:30:00:: 13 1
-pick_up%2:30:01:: 10 2
-pick_up%2:31:00:: 5 4
-pick_up%2:35:00:: 7 3
-pick_up%2:35:01:: 2 19
-pick_up%2:37:00:: 12 1
-pick_up%2:38:00:: 3 6
-pick_up%2:38:01:: 1 22
-pick_up%2:39:01:: 9 2
-pick_up%2:40:00:: 8 2
-pick_up%2:40:01:: 4 5
-pick_up%2:40:02:: 6 3
-pick_up%2:41:00:: 11 1
-picket%1:14:00:: 2 2
-picket%1:18:01:: 1 2
-picket%2:35:00:: 2 1
-picket%2:41:00:: 1 1
-picket_boat%1:06:00:: 1 1
-picket_ship%1:06:00:: 1 1
-picking%1:04:01:: 1 1
-pickle%1:13:00:: 1 1
-pickup%1:06:00:: 1 2
-pickup%1:06:03:: 3 1
-pickup%1:10:00:: 2 1
-picnic%1:04:00:: 2 1
-picnic%1:28:00:: 1 2
-picnic%2:34:00:: 1 1
-picnic_area%1:15:00:: 1 1
-pictorial%3:01:00:: 1 3
-pictorial%5:00:00:realistic:00 2 1
-pictorially%4:02:00:: 1 1
-picture%1:06:00:: 1 25
-picture%1:06:01:: 2 24
-picture%1:09:00:: 3 22
-picture%1:09:01:: 9 1
-picture%1:10:00:: 5 3
-picture%1:10:01:: 7 3
-picture%1:10:02:: 6 3
-picture%1:10:03:: 8 2
-picture%1:26:00:: 4 10
-picture%2:36:00:: 2 4
-picture%2:36:01:: 1 5
-picture_book%1:06:00:: 1 1
-picture_frame%1:06:00:: 1 1
-picture_hat%1:06:00:: 1 1
-picture_palace%1:06:00:: 1 1
-picture_plane%1:25:00:: 1 5
-pictured%5:00:00:unreal:00 1 1
-picturesque%5:00:00:beautiful:00 1 2
-picturesque%5:00:00:colorful:03 2 1
-picturing%1:04:00:: 2 1
-picturing%1:09:00:: 1 1
-pidgin%1:10:00:: 1 1
-pie%1:13:00:: 1 2
-piece%1:06:00:: 1 23
-piece%1:06:03:: 7 2
-piece%1:06:04:: 10 1
-piece%1:06:05:: 2 13
-piece%1:07:00:: 9 1
-piece%1:10:01:: 4 7
-piece%1:10:02:: 6 2
-piece%1:11:00:: 5 4
-piece%1:13:00:: 8 1
-piece%1:17:00:: 3 8
-piece%2:35:02:: 1 1
-piece_de_resistance%1:06:00:: 1 1
-piece_of_paper%1:10:00:: 1 3
-piedmont%1:15:01:: 1 1
-pier%1:06:00:: 1 1
-pierce%2:35:02:: 1 2
-pierce%2:37:00:: 2 1
-piety%1:07:00:: 1 1
-piezoelectric%3:01:00:: 1 2
-piezoelectric_effect%1:19:00:: 1 1
-piezoelectricity%1:19:00:: 1 1
-pig%1:05:00:: 1 7
-pigeon%1:05:00:: 1 3
-pigeon-toed%3:00:00:: 1 1
-pigheaded%5:00:00:stubborn:00 1 1
-pigment%1:27:00:: 1 2
-pigskin%1:27:00:: 1 1
-pike%1:06:01:: 1 1
-pile%1:14:00:: 1 9
-pile%1:21:00:: 3 2
-pile%1:23:00:: 2 3
-pile%2:35:00:: 1 8
-pile%2:38:00:: 2 2
-pile_up%2:30:00:: 1 4
-pile_up%2:35:00:: 2 2
-pilfer%2:40:00:: 1 2
-pilgrim%1:18:00:: 1 1
-pilgrimage%1:04:00:: 1 2
-pill%1:06:00:: 2 1
-pill%1:06:01:: 1 6
-pillar%1:09:00:: 1 1
-pillory%2:41:01:: 1 1
-pillow%1:06:00:: 1 8
-pilot%1:18:00:: 1 6
-pilot%2:38:00:: 1 1
-pilot%2:38:01:: 2 1
-pilot%5:00:00:empirical:00 1 9
-pilot_light%1:06:01:: 1 1
-pilot_program%1:04:00:: 1 1
-pimp%1:18:00:: 1 3
-pimple%1:26:00:: 1 1
-pin%1:06:01:: 1 1
-pin%2:35:00:: 1 2
-pin%2:35:01:: 3 1
-pin%2:35:03:: 2 2
-pin_down%2:31:00:: 1 1
-pinafore%1:06:00:: 1 1
-pinball%1:04:00:: 1 1
-pinch%2:35:00:: 1 3
-pinch%2:35:01:: 2 2
-pinch_hitter%1:18:00:: 1 1
-pinched%5:00:00:high:03 1 1
-pinched%5:00:00:thin:03 2 1
-pine%1:20:00:: 1 4
-pine%1:20:02:: 2 2
-pine_knot%1:27:00:: 1 1
-pinecone%1:20:00:: 1 1
-ping%2:35:00:: 1 1
-ping-pong%1:04:00:: 1 1
-pink%1:07:00:: 1 2
-pink%5:00:00:chromatic:00 1 12
-pinnacle%1:06:00:: 1 1
-pinning%1:10:00:: 1 1
-pinpoint%1:07:00:: 2 1
-pinpoint%1:28:00:: 1 1
-pinpoint%2:40:00:: 1 3
-pinpoint%5:00:00:precise:00 1 2
-pioneer%1:18:00:: 2 1
-pioneer%1:18:01:: 1 1
-pioneer%2:36:00:: 1 3
-pipe%1:06:00:: 2 4
-pipe%1:06:01:: 1 6
-pipe%2:32:00:: 1 1
-pipe_in%2:35:00:: 1 1
-pipeline_company%1:14:00:: 1 2
-piper%1:18:00:: 1 1
-pique%1:06:00:: 1 1
-pirate%1:18:00:: 2 1
-pirate%1:18:01:: 1 2
-piratical%3:01:00:: 1 1
-pirogue%1:06:00:: 1 1
-pisces%1:15:00:: 1 1
-piss%2:29:00:: 1 1
-pistol%1:06:00:: 1 17
-pistol-whip%2:35:00:: 1 1
-pistoleer%1:18:00:: 1 1
-pit%1:17:00:: 1 5
-pit%2:33:00:: 1 1
-pit_run%1:27:00:: 1 3
-pitch%1:04:03:: 2 3
-pitch%1:07:00:: 1 5
-pitch%1:07:01:: 5 1
-pitch%1:10:00:: 4 1
-pitch%1:15:00:: 3 1
-pitch%2:30:00:: 4 1
-pitch%2:35:00:: 1 6
-pitch%2:38:00:: 3 2
-pitch%2:38:03:: 2 5
-pitched%3:44:00:: 1 2
-pitcher%1:06:00:: 2 2
-pitcher%1:18:00:: 1 15
-pitcher%1:23:00:: 3 1
-pitchfork%1:06:00:: 1 2
-pitching%1:04:00:: 1 7
-pitching%1:04:01:: 2 1
-piteous%5:00:00:unfortunate:00 1 3
-piteously%4:02:00:: 1 1
-pitfall%1:09:00:: 1 1
-pith%1:20:00:: 1 1
-pithy%5:00:00:concise:00 1 1
-pitiable%5:00:00:contemptible:00 1 1
-pitiful%5:00:00:contemptible:00 1 1
-pitiless%5:00:00:merciless:00 1 2
-pitilessly%4:02:00:: 1 1
-pittsburgh%1:15:00:: 1 5
-pituitary%1:08:00:: 1 5
-pituitary_gland%1:08:00:: 1 2
-pity%1:11:00:: 2 3
-pity%1:12:00:: 1 6
-pity%2:37:00:: 1 4
-pitying%5:00:00:compassionate:00 1 1
-pityingly%4:02:00:: 1 1
-pivot%2:38:00:: 1 1
-pixie%1:18:00:: 1 1
-pizza%1:13:00:: 1 1
-placating%5:00:00:conciliating:00 1 1
-place%1:04:00:: 8 4
-place%1:04:01:: 5 9
-place%1:09:00:: 3 22
-place%1:10:00:: 12 2
-place%1:10:01:: 17 1
-place%1:10:02:: 16 1
-place%1:11:00:: 15 1
-place%1:15:00:: 1 77
-place%1:15:01:: 4 17
-place%1:15:02:: 14 1
-place%1:15:03:: 11 2
-place%1:15:04:: 2 38
-place%1:15:05:: 9 3
-place%1:15:06:: 7 6
-place%1:26:00:: 10 2
-place%1:26:01:: 6 7
-place%1:26:02:: 13 1
-place%2:31:00:: 8 2
-place%2:31:01:: 3 7
-place%2:31:03:: 6 3
-place%2:31:13:: 11 1
-place%2:32:01:: 5 4
-place%2:33:03:: 7 2
-place%2:35:00:: 1 135
-place%2:36:00:: 10 1
-place%2:40:00:: 4 4
-place%2:41:00:: 9 1
-place%2:41:01:: 2 13
-place-kicker%1:18:00:: 1 1
-place-kicking%1:04:00:: 1 3
-place_of_birth%1:15:00:: 1 1
-place_of_business%1:06:00:: 1 3
-place_of_origin%1:15:00:: 1 1
-placement%1:04:00:: 3 1
-placement%1:04:01:: 2 2
-placement%1:07:00:: 1 6
-placid%5:00:00:calm:00 1 2
-placid%5:00:00:good-natured:00 2 1
-placid%5:00:00:uneventful:00 3 1
-placidly%4:02:01:: 1 1
-plague%2:37:00:: 2 2
-plague%2:43:00:: 1 6
-plagued%5:00:00:troubled:00 1 1
-plain%1:17:00:: 1 1
-plain%3:00:01:: 3 1
-plain%3:00:02:: 4 1
-plain%5:00:00:direct:02 6 1
-plain%5:00:00:obvious:00 1 8
-plain%5:00:00:pure:02 5 1
-plain%5:00:00:unadorned:00 7 1
-plain%5:00:00:unpretentious:00 2 2
-plainclothesman%1:18:00:: 1 2
-plainly%4:02:00:: 1 12
-plaintively%4:02:00:: 1 1
-plan%1:06:00:: 3 6
-plan%1:09:00:: 1 63
-plan%1:09:01:: 2 10
-plan%2:31:00:: 2 27
-plan%2:31:01:: 1 44
-plan%2:36:00:: 3 17
-plan%2:36:01:: 4 2
-planar%3:00:00:: 1 2
-plane%1:06:01:: 1 21
-plane%1:25:00:: 2 16
-plane%1:26:00:: 3 3
-plane%2:35:00:: 1 2
-plane%5:00:00:even:01 1 2
-planet%1:17:00:: 1 21
-planet%1:18:00:: 2 1
-planetary%3:01:00:: 1 8
-planetoid%1:17:00:: 1 1
-plank%1:27:00:: 1 9
-plank%2:35:00:: 1 2
-planned%3:00:00:: 1 5
-planner%1:18:00:: 1 4
-planning%1:04:00:: 1 25
-planning%1:04:02:: 2 4
-planning%1:09:00:: 3 3
-plant%1:03:00:: 2 37
-plant%1:06:01:: 1 63
-plant%2:35:00:: 1 8
-plant%2:35:01:: 2 2
-plant%2:36:00:: 3 1
-plant_tissue%1:20:00:: 1 1
-plantain_lily%1:20:00:: 1 1
-plantation%1:21:00:: 1 4
-planted%5:00:00:established:00 1 1
-planter%1:18:00:: 1 7
-planting%1:04:00:: 1 3
-plaque%1:06:00:: 2 1
-plaque%1:08:00:: 1 2
-plasma%1:08:00:: 2 5
-plasma%1:27:00:: 1 5
-plaster%1:27:00:: 1 3
-plaster%2:35:01:: 1 1
-plaster_cast%1:06:00:: 1 2
-plaster_of_paris%1:27:00:: 1 1
-plaster_over%2:35:00:: 1 1
-plaster_saint%1:18:00:: 1 1
-plastered%5:00:00:groomed:00 1 1
-plasterer%1:18:00:: 1 1
-plastic%1:27:00:: 1 2
-plastic%5:00:00:elastic:00 2 1
-plastic%5:00:00:integrative:00 1 1
-plastically%4:02:00:: 1 1
-plasticity%1:07:00:: 1 3
-plat%2:31:00:: 1 1
-plate%1:06:00:: 4 3
-plate%1:06:02:: 2 4
-plate%1:06:04:: 1 6
-plate%1:06:06:: 3 3
-plate%1:23:00:: 5 1
-platform%1:06:00:: 1 5
-platform%1:10:00:: 2 2
-platinum%1:27:00:: 1 3
-platitudinous%5:00:00:unoriginal:00 1 1
-plato%1:18:00:: 1 15
-platonic%3:01:00:: 1 2
-platonism%1:09:00:: 1 3
-platonist%1:18:00:: 1 2
-platoon%1:14:00:: 1 6
-platoon%1:14:01:: 2 2
-plausible%3:00:00:: 1 2
-play%1:04:03:: 7 1
-play%1:04:04:: 4 6
-play%1:04:05:: 3 8
-play%1:04:06:: 8 1
-play%1:04:08:: 6 1
-play%1:10:01:: 1 32
-play%1:10:03:: 2 10
-play%1:26:00:: 5 2
-play%2:29:00:: 16 2
-play%2:29:01:: 8 6
-play%2:31:01:: 21 1
-play%2:33:00:: 1 70
-play%2:33:01:: 10 5
-play%2:33:03:: 15 2
-play%2:34:13:: 20 1
-play%2:35:00:: 19 1
-play%2:36:00:: 6 14
-play%2:36:01:: 7 8
-play%2:36:02:: 4 27
-play%2:36:03:: 14 2
-play%2:36:05:: 18 1
-play%2:36:06:: 12 4
-play%2:36:11:: 13 3
-play%2:36:12:: 3 29
-play%2:38:00:: 9 5
-play%2:41:00:: 11 4
-play%2:41:02:: 17 1
-play%2:41:03:: 5 23
-play%2:41:12:: 2 37
-play%5:00:00:unreal:00 1 1
-play_around%2:41:00:: 1 1
-play_back%2:36:00:: 1 1
-play_down%2:32:00:: 1 1
-play_possum%2:32:00:: 1 1
-play_up%2:30:00:: 1 1
-playable%3:00:00:: 1 1
-playacting%1:04:00:: 1 1
-playback%1:04:00:: 1 1
-played%3:44:00:: 1 1
-played_out%5:00:00:tired:00 1 1
-player%1:18:00:: 3 1
-player%1:18:01:: 1 20
-player%1:18:02:: 2 3
-playful%3:00:00:: 1 1
-playground%1:15:00:: 1 1
-playing%1:04:00:: 2 1
-playing%1:04:01:: 1 11
-playmate%1:18:00:: 1 3
-playoff_game%1:04:00:: 1 2
-playwright%1:18:00:: 1 4
-plead%2:32:00:: 1 10
-plead%2:32:01:: 3 4
-plead%2:32:02:: 2 4
-plead%2:32:03:: 4 1
-pleading%5:00:00:beseeching:00 1 1
-pleasant%3:00:00:: 1 9
-pleasant%5:00:00:nice:00 2 1
-pleasantly%4:02:00:: 2 2
-pleasantly%4:02:01:: 1 2
-please%2:37:00:: 1 15
-please%2:37:01:: 2 10
-pleased%3:00:00:: 1 9
-pleased%5:00:00:proud:00 2 3
-pleasing%3:00:00:: 1 7
-pleasure%1:09:00:: 2 4
-pleasure%1:12:00:: 1 21
-pleat%1:06:00:: 1 1
-pledge%2:32:00:: 1 3
-plenitude%1:07:00:: 1 1
-plentiful%5:00:01:abundant:00 2 2
-plentiful%5:00:02:abundant:00 1 2
-plenty%1:07:00:: 1 13
-plenty%1:23:00:: 2 2
-plenty%4:02:00:: 1 6
-pleura%1:08:00:: 1 6
-pleural%3:01:00:: 1 6
-pliant%5:00:00:impressionable:00 1 1
-plight%1:26:00:: 1 8
-plod%2:38:00:: 1 6
-plodding%1:04:00:: 1 1
-plodding%5:00:00:effortful:00 1 1
-plot%1:09:00:: 1 9
-plot%1:10:00:: 3 5
-plot%1:15:00:: 2 6
-plot%2:31:00:: 1 6
-plot%2:31:01:: 3 1
-plot%2:36:00:: 2 2
-plow%1:06:00:: 1 2
-plow%2:32:00:: 2 2
-plow%2:36:00:: 1 6
-plow%2:38:00:: 3 1
-plow_ahead%2:32:00:: 1 1
-plowing%1:04:00:: 1 2
-plowshare%1:06:00:: 1 2
-pluck%1:07:00:: 1 1
-pluck%2:35:00:: 1 3
-plug%1:06:00:: 1 15
-plug%2:30:00:: 2 1
-plug%2:35:01:: 1 2
-plug-ugly%1:18:00:: 1 2
-plug_in%2:35:00:: 1 2
-plum%4:02:02:: 1 2
-plumb%2:31:00:: 1 1
-plumb%4:02:04:: 1 2
-plumb_line%1:06:00:: 1 1
-plumber%1:18:00:: 1 3
-plumbing%1:04:01:: 2 1
-plumbing%1:06:00:: 1 2
-plummet%2:38:00:: 1 1
-plump%5:00:00:fat:01 1 2
-plump_for%2:41:00:: 1 1
-plumping%5:00:00:large:00 1 1
-plumpness%1:07:00:: 1 4
-plunder%1:21:00:: 1 1
-plunder%2:40:02:: 1 1
-plunge%1:04:00:: 1 1
-plunge%2:30:10:: 4 4
-plunge%2:31:01:: 5 1
-plunge%2:35:01:: 1 6
-plunge%2:38:01:: 2 4
-plunge%2:38:05:: 3 4
-plunk%2:35:02:: 2 1
-plunk%2:39:00:: 1 1
-plunker%1:04:00:: 1 1
-pluralistic%3:01:00:: 1 1
-plush%5:00:00:rich:03 1 1
-ply%2:34:00:: 1 1
-pm%1:04:00:: 3 1
-pm%1:04:01:: 2 1
-pm%1:28:00:: 1 4
-pm%5:00:00:postmeridian:00 1 3
-pneumonia%1:26:00:: 1 1
-poach%2:30:00:: 2 1
-poach%2:33:00:: 1 1
-pocket%1:06:00:: 1 21
-pocket%1:21:00:: 3 2
-pocket%1:25:00:: 2 2
-pocket%2:40:00:: 1 1
-pocketful%1:23:00:: 1 1
-poem%1:10:00:: 1 14
-poet%1:18:00:: 1 14
-poetic%3:01:00:: 1 1
-poetic%5:00:00:figurative:00 2 1
-poetry%1:10:02:: 1 11
-poetry%1:10:03:: 2 1
-poignancy%1:26:00:: 1 1
-poignant%5:00:00:moving:01 1 3
-poignant%5:00:00:painful:00 2 2
-point%1:06:00:: 15 1
-point%1:07:01:: 14 1
-point%1:09:00:: 1 51
-point%1:09:01:: 4 17
-point%1:09:02:: 7 6
-point%1:10:01:: 3 20
-point%1:10:03:: 12 2
-point%1:15:00:: 2 21
-point%1:17:02:: 11 2
-point%1:23:01:: 10 2
-point%1:24:04:: 13 1
-point%1:25:00:: 8 3
-point%1:25:02:: 9 2
-point%1:26:00:: 5 16
-point%1:28:00:: 6 9
-point%2:32:00:: 1 25
-point%2:32:12:: 5 1
-point%2:33:00:: 3 8
-point%2:38:05:: 4 5
-point%2:42:00:: 2 8
-point-blank%5:00:00:direct:02 1 1
-point_of_intersection%1:09:00:: 1 3
-point_of_view%1:09:00:: 1 13
-point_out%2:32:01:: 1 42
-point_out%2:32:02:: 3 3
-point_out%2:32:03:: 2 7
-point_system%1:09:00:: 1 1
-point_the_way%2:32:00:: 1 2
-point_up%2:32:00:: 1 6
-pointed%3:00:00:: 1 2
-pointed%3:00:01:: 2 1
-pointing%3:44:00:: 1 1
-pointing_out%1:10:00:: 1 1
-poise%1:23:00:: 1 2
-poise%2:35:02:: 3 1
-poise%2:37:00:: 2 1
-poise%2:38:00:: 1 3
-poised%5:00:00:balanced:00 1 4
-poison%1:07:00:: 2 1
-poison%1:27:00:: 1 4
-poison%2:30:00:: 3 1
-poison%2:35:00:: 2 1
-poison%2:41:00:: 1 3
-poke%2:35:01:: 1 7
-poke%2:39:00:: 2 5
-poke_at%2:35:00:: 1 1
-poke_fun%2:32:00:: 1 1
-poke_into%2:35:01:: 1 1
-poker-faced%5:00:00:uncommunicative:00 1 1
-poland%1:15:00:: 1 7
-polar%5:00:00:charged:00 1 3
-polar%5:00:00:different:00 2 1
-polarity%1:24:00:: 2 1
-polarity%1:24:01:: 1 3
-polarization%1:19:00:: 1 3
-polarization%1:26:00:: 2 1
-polarize%2:30:00:: 3 1
-polarize%2:30:01:: 2 1
-polarize%2:30:02:: 1 2
-pole%1:06:00:: 1 6
-pole%1:09:00:: 3 2
-pole%1:18:00:: 2 4
-pole%2:35:00:: 1 2
-polemical%5:00:00:controversial:00 1 1
-police%1:14:00:: 1 34
-police%2:41:00:: 1 4
-police_captain%1:18:00:: 1 1
-police_car%1:06:00:: 1 3
-police_chief%1:18:00:: 1 4
-police_department%1:14:00:: 1 3
-police_force%1:14:00:: 1 1
-police_headquarters%1:06:00:: 1 2
-police_investigation%1:04:00:: 1 1
-police_officer%1:18:00:: 1 1
-policeman%1:18:00:: 1 11
-policy%1:09:00:: 1 33
-policy%1:10:00:: 2 25
-policy%1:10:02:: 3 2
-policy_maker%1:18:00:: 1 1
-polio%1:26:00:: 1 1
-polish%1:07:00:: 1 2
-polish%1:26:00:: 2 1
-polish%2:30:01:: 2 3
-polish%2:35:00:: 1 7
-polish%3:01:00:: 1 3
-polish_off%2:30:00:: 1 1
-polished%3:00:00:: 1 2
-polite%3:00:00:: 1 3
-polite%5:00:00:refined:01 2 1
-politely%4:02:00:: 1 4
-politeness%1:07:00:: 1 3
-politic%3:00:00:: 1 1
-political%3:00:00:: 1 45
-political%3:01:01:: 2 11
-political%3:01:02:: 3 6
-political_arena%1:26:00:: 1 2
-political_campaign%1:11:00:: 1 3
-political_leader%1:18:00:: 1 1
-political_party%1:14:00:: 1 1
-political_platform%1:10:00:: 1 1
-political_science%1:09:00:: 1 1
-political_system%1:14:00:: 1 3
-political_unit%1:14:00:: 1 1
-politically%4:02:00:: 1 1
-politically%4:02:01:: 2 1
-politician%1:18:00:: 2 4
-politician%1:18:01:: 1 9
-politics%1:04:00:: 3 3
-politics%1:09:00:: 2 4
-politics%1:09:01:: 4 1
-politics%1:24:00:: 1 21
-polka%1:10:00:: 1 1
-poll%1:09:00:: 1 4
-poll%2:41:00:: 1 1
-pollen%1:20:00:: 1 10
-polls%1:15:00:: 1 3
-polluted%5:00:00:impure:02 1 1
-pollution%1:26:00:: 1 1
-polybutene%1:27:00:: 1 2
-polycrystalline%5:00:00:crystalline:00 1 2
-polyelectrolyte%1:27:00:: 1 1
-polyethylene%1:27:00:: 1 2
-polymerization%1:22:00:: 1 3
-polymyositis%1:26:00:: 1 1
-polynomial%1:09:00:: 1 35
-polyphosphate%1:27:00:: 1 6
-polytonal%5:00:00:tonal:00 1 1
-pomaded%5:00:00:groomed:00 1 1
-pommel%2:35:00:: 1 1
-pompous%5:00:00:pretentious:00 1 2
-pompously%4:02:00:: 1 2
-pompousness%1:07:00:: 1 1
-poncho%1:06:00:: 1 3
-pond%1:17:00:: 1 26
-ponder%2:31:00:: 1 9
-ponderous%5:00:00:heavy-footed:00 1 2
-ponderous%5:00:00:heavy:01 2 1
-pontoon_bridge%1:06:00:: 1 1
-pony%1:05:02:: 1 2
-pony%1:05:03:: 2 1
-pooch%2:30:00:: 1 1
-pooh-pooh%2:32:01:: 1 1
-pool%1:06:00:: 1 13
-pool%1:14:00:: 4 2
-pool%1:14:01:: 3 2
-pool%1:17:00:: 2 2
-pool%1:17:01:: 6 1
-pool%1:21:00:: 5 1
-pool%2:40:00:: 1 4
-pool%2:40:01:: 2 2
-poor%3:00:00:: 3 12
-poor%3:00:03:: 4 2
-poor%5:00:00:inferior:02 1 18
-poor%5:00:00:low:02 5 2
-poor%5:00:00:unfortunate:00 2 18
-poor_devil%1:18:00:: 1 2
-poor_white_trash%1:18:00:: 1 1
-poorly%4:02:00:: 1 9
-pop%1:18:00:: 1 1
-pop%2:33:00:: 4 1
-pop%2:35:00:: 2 3
-pop%2:38:00:: 1 3
-pop%2:39:00:: 3 1
-pop_fly%1:04:00:: 1 1
-pop_in%2:38:00:: 1 2
-pop_out%2:30:01:: 1 3
-pop_tent%1:06:00:: 1 1
-pop_up%2:39:00:: 1 4
-pope%1:18:00:: 1 6
-poplin%1:06:00:: 1 1
-popping%1:11:00:: 1 3
-poppy%1:20:00:: 1 2
-populace%1:14:00:: 1 2
-popular%3:00:00:: 1 14
-popular%5:00:00:democratic:00 2 9
-popular%5:00:00:general:00 4 1
-popular%5:00:00:nonclassical:00 5 1
-popular%5:00:01:common:01 3 5
-popular_music%1:10:00:: 1 2
-popularism%1:10:00:: 1 1
-popularity%1:07:00:: 1 6
-popularity_contest%1:04:00:: 1 1
-popularly%4:02:00:: 1 2
-populate%2:42:00:: 1 7
-populated%5:00:00:inhabited:00 1 2
-population%1:09:00:: 3 3
-population%1:14:00:: 1 27
-population%1:14:01:: 2 4
-population%1:23:00:: 4 1
-population_shift%1:11:00:: 1 4
-populous%5:00:00:inhabited:00 1 3
-porch%1:06:00:: 1 21
-porcupine%1:05:00:: 1 1
-pore%1:08:00:: 2 1
-pore%1:25:00:: 1 2
-pore%2:31:00:: 1 1
-pork%1:13:00:: 1 4
-porkchop%1:13:00:: 1 1
-porosity%1:07:00:: 1 1
-porous%5:00:00:permeable:00 1 11
-port%1:06:00:: 3 1
-port%1:06:02:: 4 1
-port%1:13:00:: 2 1
-port%1:15:00:: 1 5
-portable%3:00:00:: 1 3
-portal%1:06:01:: 1 5
-portend%2:32:00:: 1 1
-portentous%5:00:00:prophetic:00 2 1
-portentous%5:00:00:significant:00 1 2
-porter%1:18:00:: 1 1
-porter%1:18:02:: 2 1
-porterhouse%1:13:00:: 1 1
-portfolio%1:06:00:: 1 2
-portion%1:04:00:: 3 4
-portion%1:06:00:: 2 4
-portion%1:21:00:: 4 2
-portion%1:24:00:: 1 31
-portrait%1:06:00:: 3 2
-portrait%1:06:01:: 1 4
-portrait%1:10:00:: 2 2
-portray%2:32:00:: 1 9
-portray%2:36:00:: 2 3
-portray%2:36:01:: 3 2
-portrayal%1:04:02:: 2 1
-portrayal%1:10:01:: 1 1
-portugal%1:15:00:: 1 1
-portuguese%1:10:00:: 1 1
-portwatcher%1:18:00:: 1 2
-pose%1:07:00:: 1 1
-pose%2:32:13:: 3 1
-pose%2:39:00:: 2 4
-pose%2:42:00:: 1 7
-poseur%1:18:00:: 1 1
-position%1:04:00:: 10 2
-position%1:04:01:: 6 12
-position%1:04:02:: 9 3
-position%1:07:00:: 7 7
-position%1:07:01:: 4 14
-position%1:09:00:: 3 18
-position%1:09:01:: 12 1
-position%1:15:00:: 1 34
-position%1:15:02:: 2 18
-position%1:15:03:: 8 3
-position%1:26:00:: 5 12
-position%1:26:02:: 11 1
-position%2:35:00:: 2 1
-position%2:38:00:: 1 2
-positive%3:00:01:: 1 20
-positive%3:00:02:: 3 1
-positive%3:00:04:: 4 1
-positive%5:00:00:advantageous:00 2 2
-positive%5:00:00:certain(p):02 10 3
-positive%5:00:00:formal:01 5 1
-positive%5:00:00:undeniable:00 6 1
-positive_feedback%1:22:00:: 1 1
-positively%4:02:00:: 1 5
-positivism%1:09:00:: 1 3
-positivist%1:18:00:: 1 6
-positivist%3:01:00:: 1 4
-posse%1:14:00:: 1 11
-posseman%1:18:00:: 1 2
-possess%2:40:00:: 2 12
-possess%2:42:00:: 1 31
-possess%2:42:02:: 3 2
-possessed%5:00:00:controlled:00 1 2
-possession%1:03:00:: 2 6
-possession%1:04:00:: 1 10
-possessive%3:01:00:: 1 1
-possessive%5:00:00:acquisitive:00 2 1
-possibility%1:09:00:: 3 12
-possibility%1:09:01:: 4 6
-possibility%1:09:03:: 1 21
-possibility%1:26:00:: 2 18
-possible%1:09:00:: 1 1
-possible%3:00:00:: 1 136
-possible%3:00:04:: 2 20
-possible%5:00:00:thinkable:00 3 1
-possibly%4:02:00:: 1 26
-possibly%4:02:03:: 2 1
-possum%1:05:01:: 1 2
-post%1:04:00:: 3 3
-post%1:06:00:: 4 2
-post%1:06:01:: 2 3
-post%1:15:00:: 1 3
-post%2:32:00:: 5 1
-post%2:32:03:: 2 3
-post%2:33:00:: 4 1
-post%2:35:02:: 1 3
-post%2:41:01:: 3 1
-post%5:00:00:succeeding(a):00 1 6
-post_office%1:14:01:: 1 3
-poster%1:10:00:: 1 1
-posterior%3:00:00:: 1 5
-posthumous%5:00:00:late:00 1 1
-postmark%1:10:00:: 1 1
-postmaster_general%1:18:00:: 1 2
-postpone%2:42:00:: 1 12
-postponed%5:00:00:delayed:00 1 1
-postscript%1:10:00:: 1 1
-postulate%1:10:00:: 1 1
-postulate%2:31:00:: 2 1
-postulate%2:32:00:: 1 3
-posture%1:07:00:: 1 9
-posture%1:07:01:: 2 1
-postwar%3:00:00:: 1 2
-pot%1:06:00:: 1 6
-pot%1:06:01:: 2 5
-pot%1:06:04:: 4 1
-pot%1:23:00:: 3 1
-pot%2:35:00:: 1 1
-potassium%1:27:00:: 1 5
-potato%1:13:00:: 1 2
-potato_yellow-dwarf_virus%1:05:00:: 1 3
-potency%1:07:00:: 2 1
-potency%1:07:01:: 1 2
-potent%3:00:00:: 3 1
-potent%5:00:00:influential:00 1 2
-potent%5:00:00:powerful:00 2 2
-potential%1:26:00:: 1 10
-potential%3:00:00:: 1 7
-potential%5:00:00:prospective:00 2 6
-potential_energy%1:19:00:: 1 5
-potentiality%1:09:00:: 2 2
-potentiality%1:26:00:: 1 3
-potentially%4:02:00:: 1 2
-potentiometer%1:06:01:: 1 1
-pothole%1:17:00:: 1 2
-potpourri%1:14:00:: 1 1
-potshot%1:04:00:: 1 1
-potter%1:18:00:: 1 7
-potter%2:35:01:: 1 1
-pottery%1:04:00:: 2 1
-pottery%1:06:00:: 1 10
-pouch%1:06:00:: 1 1
-poultry%1:05:00:: 1 2
-pounce%2:38:00:: 1 2
-pound%1:23:01:: 2 2
-pound%1:23:09:: 1 42
-pound%2:35:00:: 1 5
-pound%2:35:01:: 2 3
-pound%2:38:00:: 4 1
-pound%2:38:01:: 3 1
-pounder%1:17:00:: 1 1
-pounding%1:11:00:: 1 1
-pounding%1:11:01:: 2 1
-pour%2:38:00:: 2 7
-pour%2:38:02:: 4 4
-pour%2:38:03:: 1 12
-pour%2:38:04:: 3 6
-pour%2:40:00:: 5 1
-pour_forth%2:35:00:: 1 1
-pour_out%2:32:00:: 1 2
-pour_out%2:38:00:: 2 1
-pour_out%2:38:01:: 3 1
-pour_out%2:38:02:: 4 1
-poverty%1:26:00:: 1 7
-pow%1:18:00:: 1 1
-powder%1:06:01:: 3 1
-powder%1:27:00:: 1 15
-powder%1:27:01:: 2 6
-powder-puff%5:00:00:feminine:01 1 1
-powder_technique%1:22:00:: 1 1
-powdered%5:00:00:fine:00 1 6
-powdery%5:00:00:fine:00 1 1
-powdery%5:00:00:light:05 2 1
-power%1:07:00:: 1 62
-power%1:07:02:: 7 5
-power%1:09:01:: 3 13
-power%1:10:00:: 6 7
-power%1:14:00:: 8 1
-power%1:18:00:: 5 7
-power%1:19:00:: 2 13
-power%1:26:00:: 4 7
-power%2:34:00:: 1 3
-power%5:00:00:assisted:00 1 1
-power_company%1:14:00:: 1 1
-power_plant%1:06:00:: 1 1
-power_saw%1:06:00:: 1 1
-power_tool%1:06:00:: 1 3
-powered%5:00:00:powerful:00 1 2
-powerful%3:00:00:: 1 18
-powerful%5:00:00:influential:00 3 2
-powerful%5:00:01:strong:00 4 1
-powerful%5:00:02:strong:00 2 2
-powerfully%4:02:01:: 1 2
-powerfulness%1:07:00:: 1 1
-powerless%3:00:00:: 1 1
-powwow%1:10:00:: 1 1
-practicable%5:00:00:possible:00 2 2
-practicable%5:00:00:practical:00 1 2
-practical%3:00:00:: 1 21
-practical%5:00:01:realistic:00 2 2
-practical_nurse%1:18:00:: 1 1
-practically%4:02:00:: 1 27
-practice%1:04:00:: 1 23
-practice%1:04:02:: 2 5
-practice%1:04:03:: 4 2
-practice%1:04:04:: 3 3
-practice%1:09:00:: 5 1
-practice%2:31:00:: 2 7
-practice%2:36:00:: 3 5
-practice%2:41:00:: 1 11
-practice%2:41:01:: 4 2
-practice_session%1:04:00:: 1 1
-practiced%5:00:00:skilled:00 1 1
-practicing%5:00:00:active:08 1 1
-practise%2:36:00:: 1 1
-practised%5:00:00:experienced:00 1 1
-practitioner%1:18:00:: 1 1
-pragmatic%5:00:00:practical:00 1 2
-prairie%1:15:00:: 1 2
-prairie_dog%1:05:00:: 1 1
-prairie_rattlesnake%1:05:00:: 1 1
-praise%1:10:00:: 1 5
-praise%2:32:00:: 1 14
-prance%2:38:00:: 1 2
-prank%1:04:01:: 1 1
-prattle%2:32:00:: 1 1
-prattling%5:00:00:voluble:00 1 1
-pray%2:32:00:: 1 21
-pray%2:32:01:: 2 2
-prayer%1:04:00:: 1 5
-prayer%1:10:00:: 3 2
-prayer%1:10:01:: 4 1
-prayer%1:10:02:: 2 4
-prayer_meeting%1:04:00:: 1 1
-pre%5:00:00:preceding(a):00 1 9
-preach%2:32:00:: 2 4
-preach%2:32:02:: 1 9
-preacher%1:18:00:: 1 8
-preaching%1:10:00:: 1 10
-preaching%1:10:01:: 2 1
-preamble%1:10:00:: 1 1
-prearrange%2:36:00:: 1 1
-prearranged%5:00:00:planned:00 1 1
-precarious%5:00:00:dangerous:00 2 1
-precarious%5:00:00:uneasy:00 1 4
-precast%5:00:00:formed:00 1 1
-precaution%1:04:00:: 1 5
-precaution%1:07:00:: 2 2
-precaution%1:09:00:: 3 1
-precede%2:38:00:: 4 1
-precede%2:41:00:: 3 3
-precede%2:42:00:: 1 9
-precede%2:42:01:: 2 6
-precedence%1:26:00:: 1 2
-precedent%1:09:00:: 1 3
-precedent%1:10:00:: 2 1
-preceding%3:00:00:: 1 7
-preceding%3:00:04:: 2 2
-prechlorination%1:22:00:: 1 1
-precinct%1:15:00:: 1 1
-precious%5:00:00:loved:00 1 7
-precious%5:00:00:valuable:00 2 3
-precipice%1:17:00:: 1 1
-precipitate%1:27:00:: 1 1
-precipitate%2:30:00:: 2 4
-precipitate%2:30:01:: 3 1
-precipitate%2:36:00:: 1 4
-precipitin%1:27:00:: 1 1
-precise%3:00:00:: 1 16
-precise%5:00:00:correct:00 2 1
-precisely%4:02:00:: 1 20
-precisely%4:02:01:: 2 4
-precisely%4:02:02:: 3 3
-precision%1:07:00:: 1 9
-preclude%2:41:00:: 1 2
-precocious%3:00:00:: 1 1
-preconceived%3:44:00:: 1 1
-preconceived_notion%1:09:00:: 1 1
-preconception%1:09:00:: 1 1
-precondition%2:30:00:: 1 2
-precooked%5:00:00:prepared:00 1 1
-precooled%5:00:00:cool:01 1 1
-predecessor%1:18:00:: 1 4
-predetermined%5:00:00:planned:00 1 1
-predicament%1:26:00:: 1 1
-predicator%1:10:00:: 1 2
-predict%2:32:00:: 1 28
-predict%2:32:01:: 2 2
-predictable%3:00:00:: 1 5
-predicted%5:00:00:expected:00 1 1
-prediction%1:09:00:: 1 2
-predictive%5:00:00:prophetic:00 1 2
-predigested%5:00:00:digestible:00 1 1
-predilection%1:09:00:: 1 1
-predisposed%5:00:00:susceptible:00 1 1
-prednisone%1:27:00:: 1 3
-predominance%1:26:00:: 1 1
-predominantly%4:02:00:: 1 2
-predominate%2:42:00:: 1 2
-predomination%1:26:00:: 1 1
-preeminent%5:00:00:superior:01 1 1
-preemployment_training_program%1:09:00:: 1 1
-preempt%2:40:00:: 1 1
-preexistence%1:26:00:: 1 1
-preexistent%5:00:00:antecedent:00 1 1
-preface%1:10:00:: 1 1
-preface%2:32:00:: 1 1
-prefer%2:31:00:: 2 16
-prefer%2:37:00:: 1 22
-prefer%2:41:00:: 3 1
-preferable%5:00:00:desirable:00 1 1
-preferably%4:02:00:: 1 4
-preference%1:09:01:: 2 2
-preference%1:12:00:: 1 2
-preferential%5:00:00:advantageous:00 1 1
-preferentially%4:02:00:: 1 2
-preferment%1:04:00:: 1 1
-preferred%5:00:00:desirable:00 1 1
-prefix%1:10:00:: 1 1
-pregnant%3:00:00:: 1 3
-pregnant%5:00:00:meaningful:00 2 1
-prehistoric%5:00:00:past:00 1 1
-preisolate%2:30:00:: 1 1
-prejudice%1:09:01:: 1 3
-prejudiced%5:00:00:subjective:00 1 1
-prejudicial%5:00:00:harmful:00 1 1
-preliminary%5:00:00:exploratory:00 1 11
-preliterate%5:00:00:illiterate:00 1 1
-preliterate%5:00:00:noncivilized:00 2 1
-prelude%1:11:00:: 1 1
-premiere%1:10:00:: 1 1
-premise%1:10:00:: 1 1
-premises%1:15:00:: 1 1
-premium%1:21:02:: 1 1
-premium%5:00:00:superior:02 1 1
-premix%1:13:00:: 1 3
-premonition%1:12:00:: 1 2
-premonitory%5:00:00:prophetic:00 1 1
-preoccupation%1:09:00:: 2 1
-preoccupation%1:09:02:: 1 1
-preoccupied%5:00:00:concerned:00 2 1
-preoccupied%5:00:00:thoughtful:00 1 1
-preoccupy%2:37:00:: 2 1
-preoccupy%2:42:00:: 1 1
-prep_school%1:14:00:: 1 2
-prepackaged%5:00:00:packaged:00 1 1
-preparation%1:04:02:: 1 14
-preparation%1:09:00:: 3 2
-preparation%1:27:00:: 2 5
-preparative%5:00:00:preceding(a):00 1 1
-preparatory%5:00:00:preceding(a):00 1 1
-preparatory_school%1:14:00:: 1 2
-prepare%2:30:00:: 1 45
-prepare%2:30:01:: 7 1
-prepare%2:31:01:: 6 2
-prepare%2:36:00:: 4 8
-prepare%2:36:01:: 2 15
-prepare%2:36:02:: 3 8
-prepare%2:41:00:: 5 5
-prepare_for%2:30:00:: 1 7
-prepared%3:00:00:: 1 14
-prepared%5:00:00:willing:00 2 1
-preposition%1:10:00:: 1 2
-prepositional%3:01:00:: 1 3
-preposterous%5:00:00:foolish:00 1 2
-prepubescent%5:00:00:immature:01 1 1
-prepupal%5:00:00:immature:01 1 1
-prerequisite%1:09:00:: 1 1
-presage%2:32:00:: 1 1
-presbyterian%1:18:00:: 1 1
-prescribe%2:32:00:: 1 7
-prescribed%5:00:00:nonarbitrary:00 1 2
-prescribed%5:00:00:settled:02 2 1
-prescription%1:06:00:: 2 1
-prescription%1:10:00:: 1 2
-preseason%1:28:00:: 1 1
-presence%1:07:00:: 5 1
-presence%1:09:00:: 4 2
-presence%1:15:00:: 2 6
-presence%1:18:00:: 3 2
-presence%1:26:00:: 1 30
-present%1:21:00:: 2 4
-present%1:28:00:: 1 17
-present%2:32:00:: 2 28
-present%2:32:01:: 9 2
-present%2:32:02:: 8 3
-present%2:36:00:: 3 14
-present%2:36:08:: 10 1
-present%2:39:00:: 1 40
-present%2:40:00:: 7 3
-present%2:40:01:: 4 13
-present%2:40:02:: 6 3
-present%2:42:00:: 5 7
-present%3:00:01:: 1 60
-present%3:00:02:: 2 39
-present-day%5:00:00:current:00 1 8
-present_time%1:28:00:: 1 2
-presentable%5:00:00:respectable:00 1 2
-presentation%1:04:00:: 2 4
-presentation%1:04:01:: 1 6
-presentation%1:06:00:: 5 1
-presentation%1:10:00:: 3 3
-presentation%1:10:01:: 4 1
-presentational%3:01:00:: 1 1
-presently%4:02:00:: 2 5
-presently%4:02:01:: 1 38
-presentment%1:04:00:: 1 1
-presentness%1:07:00:: 1 1
-preservation%1:04:00:: 1 1
-preserve%1:26:00:: 1 1
-preserve%2:30:00:: 4 1
-preserve%2:40:00:: 2 9
-preserve%2:40:01:: 3 9
-preserve%2:42:00:: 1 21
-preserved%3:00:01:: 2 1
-preserved%3:00:02:: 1 1
-preside%2:41:00:: 2 3
-preside%2:41:01:: 1 4
-presidency%1:28:00:: 1 1
-president%1:04:04:: 6 1
-president%1:18:00:: 3 5
-president%1:18:01:: 1 14
-president%1:18:02:: 5 3
-president%1:18:03:: 4 3
-president%1:18:04:: 2 5
-president_of_the_united_states%1:18:00:: 1 1
-presidential%3:01:00:: 1 8
-press%1:06:01:: 4 1
-press%1:10:00:: 3 1
-press%1:14:00:: 1 10
-press%1:26:00:: 2 1
-press%2:32:00:: 2 7
-press%2:32:09:: 8 1
-press%2:35:00:: 1 32
-press%2:35:01:: 4 2
-press%2:35:02:: 5 2
-press%2:36:01:: 7 1
-press%2:38:00:: 6 1
-press%2:42:01:: 3 2
-press_clipping%1:10:00:: 1 1
-press_conference%1:10:00:: 1 1
-press_corps%1:14:00:: 1 1
-press_down_on%2:35:00:: 1 1
-press_on%2:38:00:: 1 1
-press_out%2:30:00:: 1 1
-pressing%1:04:00:: 1 1
-pressing%5:00:00:imperative:00 1 3
-pressure%1:04:00:: 3 4
-pressure%1:07:00:: 2 29
-pressure%1:09:00:: 5 2
-pressure%1:19:00:: 1 65
-pressure%1:26:00:: 4 3
-pressure%2:41:00:: 1 1
-pressure-cooker%5:00:00:intense:00 1 1
-pressure_dome%1:06:00:: 1 1
-prestige%1:26:00:: 1 11
-presto%4:02:01:: 1 1
-presto%5:00:00:fast:02 1 1
-presumably%4:02:00:: 1 16
-presume%2:31:00:: 1 12
-presume_to%2:41:00:: 1 1
-presumed%5:00:00:probable:00 1 1
-presumption%1:09:00:: 1 3
-presuppose%2:31:00:: 2 2
-presuppose%2:31:01:: 1 2
-presupposition%1:09:00:: 1 2
-pretence%1:07:00:: 1 1
-pretence%1:07:01:: 2 1
-pretend%2:32:00:: 1 12
-pretend%2:36:00:: 2 10
-pretended%5:00:00:counterfeit:00 1 2
-pretense%1:04:00:: 1 1
-pretension%1:07:00:: 1 1
-pretext%1:10:00:: 1 1
-pretrial%5:00:00:preceding(a):00 1 1
-prettiness%1:07:00:: 1 1
-pretty%4:02:00:: 1 35
-pretty%5:00:00:bad:00 2 3
-pretty%5:00:00:beautiful:00 1 20
-pretty_much%4:02:00:: 1 3
-prevail%2:33:00:: 4 2
-prevail%2:42:00:: 3 5
-prevail%2:42:01:: 2 5
-prevail%2:42:02:: 1 6
-prevailing%5:00:00:current:00 1 1
-prevalence%1:07:00:: 1 1
-prevalent%5:00:00:current:00 1 2
-prevent%2:41:00:: 2 40
-prevent%2:41:01:: 1 62
-prevention%1:04:00:: 1 17
-prevention%1:24:00:: 2 1
-preventive%5:00:00:healthful:00 1 1
-preventive_medicine%1:04:00:: 1 1
-previous%5:00:00:past:00 1 17
-previous%5:00:00:preceding(a):00 3 24
-previously%4:02:00:: 1 30
-prevision%1:09:01:: 1 5
-prewar%3:00:00:: 1 3
-prey%1:05:00:: 2 2
-prey%1:18:00:: 1 3
-prey%2:34:01:: 1 1
-price%1:07:00:: 1 56
-price%1:07:01:: 4 2
-price%1:07:02:: 3 2
-price%1:10:00:: 5 1
-price%1:21:00:: 2 9
-price%2:40:00:: 1 4
-price_competition%1:24:00:: 1 3
-price_cutting%1:04:00:: 1 1
-priced%3:00:00:: 1 1
-priceless%5:00:00:valuable:00 1 3
-pricing%1:09:00:: 1 3
-prick%1:18:00:: 1 2
-prick%2:35:00:: 1 3
-prick%2:35:04:: 4 1
-prick%2:38:00:: 3 1
-prick%2:39:00:: 2 1
-prick_up%2:38:00:: 1 1
-prickling%5:00:00:painful:00 1 1
-prickly%5:00:00:ill-natured:00 1 1
-pride%1:07:00:: 3 3
-pride%1:12:00:: 1 6
-pride%1:12:01:: 2 5
-pride%2:37:00:: 1 2
-prie-dieu%1:06:00:: 1 1
-priest%1:18:00:: 1 10
-priest%1:18:01:: 2 5
-primacy%1:26:00:: 1 1
-primarily%4:02:01:: 1 28
-primary%1:04:00:: 1 3
-primary%1:05:00:: 2 1
-primary%3:00:00:: 1 16
-primary%5:00:00:important:00 3 7
-primary%5:00:00:underived:00 2 8
-primary_election%1:04:00:: 1 1
-primate%1:18:00:: 1 1
-primates%1:05:00:: 1 1
-prime%1:23:00:: 1 2
-prime%2:30:00:: 1 1
-prime%5:00:00:superior:02 3 2
-prime%5:00:01:first:00 2 3
-prime%5:00:02:first:00 1 6
-prime_minister%1:18:00:: 2 16
-prime_minister%1:18:01:: 1 16
-prime_time%1:28:00:: 1 1
-primed%5:00:00:ready:00 1 2
-primer%1:10:00:: 1 1
-primeval%5:00:00:early:00 1 3
-priming%1:04:01:: 1 1
-primitive%3:00:00:: 5 1
-primitive%5:00:00:natural:01 2 3
-primitive%5:00:00:noncivilized:00 6 1
-primitive%5:00:00:underived:00 4 2
-primitive%5:00:01:early:02 3 2
-primitive%5:00:02:early:02 1 8
-primly%4:02:00:: 1 1
-primping%1:04:00:: 1 1
-prince%1:18:00:: 1 1
-prince_of_wales%1:18:00:: 1 1
-principal%1:18:00:: 2 2
-principal%1:18:01:: 3 1
-principal%1:21:01:: 1 12
-principal%5:00:00:important:00 1 19
-principally%4:02:00:: 1 2
-principle%1:09:00:: 3 7
-principle%1:09:01:: 2 9
-principle%1:09:02:: 6 2
-principle%1:09:03:: 1 13
-principle%1:09:04:: 4 3
-principle%1:10:00:: 5 2
-print%1:06:00:: 2 2
-print%1:10:00:: 1 2
-print%2:36:02:: 1 12
-print%2:36:03:: 2 1
-print_shop%1:06:00:: 1 2
-printable%3:00:00:: 1 1
-printed%5:00:00:written:00 1 4
-printed_symbol%1:10:00:: 1 1
-printing%1:04:00:: 2 1
-printing%1:10:01:: 1 2
-printing_ink%1:27:00:: 1 1
-prior%5:00:00:antecedent:00 1 22
-priority%1:26:00:: 1 7
-prise%2:35:00:: 1 1
-prison%1:06:00:: 1 3
-prison_camp%1:06:01:: 1 1
-prison_farm%1:06:00:: 1 1
-prison_house%1:26:00:: 1 1
-prisoner%1:18:00:: 1 12
-prisoner_of_war%1:18:00:: 1 2
-privacy%1:07:00:: 1 2
-privacy%1:26:02:: 2 1
-private%1:18:00:: 1 12
-private%3:00:00:: 1 44
-private_detective%1:18:00:: 1 11
-private_eye%1:18:00:: 1 12
-private_property%1:21:00:: 1 1
-private_school%1:14:00:: 1 3
-privately%4:02:00:: 1 7
-privately%4:02:01:: 2 1
-privilege%1:07:00:: 2 3
-privilege%1:07:02:: 1 8
-privileged%3:00:00:: 1 4
-privy%1:06:00:: 2 1
-privy%1:06:01:: 1 1
-prize%1:21:00:: 1 9
-prize%1:21:01:: 2 1
-prize%2:40:00:: 1 1
-prize_money%1:21:00:: 1 1
-prizefight%1:11:00:: 1 1
-prizewinning%5:00:00:best:00 1 1
-pro%1:18:00:: 1 1
-pro%3:00:00:: 1 5
-pro_rata%4:02:00:: 1 2
-pro_tem%5:00:00:impermanent:00 1 1
-probability%1:07:00:: 2 2
-probability%1:07:01:: 1 30
-probable%3:00:00:: 1 11
-probable%5:00:00:likely:00 2 2
-probably%4:02:00:: 1 112
-probe%2:32:00:: 1 7
-probe%2:35:00:: 2 2
-probing%1:09:00:: 1 1
-problem%1:09:00:: 3 17
-problem%1:10:00:: 2 38
-problem%1:26:00:: 1 151
-procedural%3:01:00:: 1 4
-procedure%1:04:00:: 1 41
-procedure%1:04:02:: 2 15
-proceed%2:30:00:: 4 3
-proceed%2:32:00:: 1 19
-proceed%2:38:00:: 2 17
-proceed%2:41:00:: 3 8
-proceed%2:42:00:: 5 1
-proceeding%1:04:00:: 1 1
-proceedings%1:04:00:: 1 5
-proceeds%1:21:00:: 1 3
-process%1:04:00:: 1 63
-process%1:09:00:: 3 3
-process%1:22:00:: 2 25
-process%2:30:00:: 1 2
-process%2:31:00:: 3 1
-process%2:41:01:: 2 1
-process-server%1:18:00:: 1 1
-processed%5:00:00:prepared:00 1 1
-processing%1:22:00:: 1 2
-procession%1:14:00:: 1 10
-processor%1:14:00:: 1 1
-proclaim%2:32:00:: 2 10
-proclaim%2:32:01:: 4 1
-proclaim%2:32:02:: 1 13
-proclaim%2:32:03:: 3 3
-proclaimed%5:00:01:declared:00 1 2
-proclamation%1:10:00:: 1 6
-procrastinate%2:42:00:: 1 1
-procrastination%1:04:00:: 1 1
-procreation%1:04:00:: 1 5
-procreative%5:00:00:fruitful:00 1 1
-procure%2:40:00:: 1 3
-procurement%1:04:00:: 1 8
-procurer%1:18:00:: 1 1
-prod%2:35:00:: 2 2
-prod%2:35:02:: 1 2
-prodigal%5:00:00:generous:01 1 1
-prodigally%4:02:00:: 1 1
-prodigious%5:00:00:large:00 1 4
-produce%1:13:00:: 1 2
-produce%2:36:00:: 2 38
-produce%2:36:02:: 1 69
-produce%2:36:03:: 3 26
-produce%2:36:05:: 5 6
-produce%2:39:00:: 6 5
-produce%2:39:01:: 4 12
-produced%3:44:00:: 1 1
-producer%1:11:00:: 3 2
-producer%1:18:01:: 1 9
-producer%1:18:02:: 2 5
-product%1:06:00:: 2 25
-product%1:06:01:: 1 52
-product%1:09:00:: 3 8
-product%1:27:00:: 4 2
-production%1:04:00:: 1 36
-production%1:04:01:: 4 2
-production%1:06:00:: 3 6
-production%1:10:00:: 2 12
-productive%3:00:00:: 1 8
-productive%3:00:04:: 2 1
-productive%5:00:00:successful:00 3 1
-productivity%1:07:00:: 1 13
-profane%5:00:00:dirty:02 1 1
-profanely%4:02:01:: 1 1
-profanity%1:10:00:: 1 1
-profess%2:32:00:: 1 4
-profess%2:32:02:: 3 1
-profess%2:32:03:: 2 3
-professedly%4:02:00:: 1 2
-profession%1:04:00:: 2 5
-profession%1:14:00:: 1 7
-professional%1:18:00:: 1 3
-professional%1:18:01:: 3 1
-professional%1:18:02:: 2 1
-professional%3:00:01:: 1 12
-professional%3:00:02:: 3 6
-professional%3:01:00:: 4 4
-professional%3:01:01:: 2 11
-professional%5:00:00:white-collar:00 5 1
-professionally%4:02:00:: 1 2
-professor%1:18:00:: 1 19
-professorship%1:04:00:: 1 1
-proffer%2:40:00:: 1 2
-proficiency%1:07:00:: 1 1
-proficient%5:00:00:skilled:00 1 3
-profile%1:10:00:: 3 1
-profile%1:10:01:: 1 10
-profile%1:15:01:: 2 3
-profit%1:07:00:: 2 1
-profit%1:21:00:: 1 6
-profit%2:40:00:: 2 2
-profit%2:40:02:: 1 2
-profit-maximizing%5:00:00:increasing:00 1 2
-profit_and_loss%1:21:00:: 1 1
-profit_margin%1:21:00:: 1 3
-profit_sharing%1:21:00:: 1 1
-profitability%1:07:00:: 1 1
-profitable%3:00:00:: 1 4
-profitable%5:00:00:advantageous:00 2 3
-profitably%4:02:00:: 1 3
-profits%1:21:01:: 1 6
-profound%3:00:00:: 1 12
-profound%5:00:00:intense:00 2 8
-profoundly%4:02:00:: 1 5
-profundity%1:07:01:: 2 1
-profundity%1:09:01:: 1 1
-profuse%5:00:00:abundant:00 1 1
-profusely%4:02:00:: 1 1
-profusion%1:07:00:: 1 1
-program%1:09:00:: 1 106
-program%1:09:01:: 2 36
-program%1:10:01:: 3 5
-program%1:10:04:: 4 3
-program%2:32:00:: 1 4
-program%2:36:00:: 2 3
-programming%1:04:01:: 1 2
-progress%1:04:00:: 2 6
-progress%1:04:01:: 1 24
-progress%1:11:00:: 3 5
-progress%2:30:00:: 1 12
-progress%2:38:00:: 2 3
-progress_to%2:38:00:: 1 1
-progression%1:04:00:: 3 1
-progression%1:11:00:: 2 1
-progression%1:14:00:: 1 2
-progressive%3:00:01:: 1 3
-progressive%5:00:00:liberal:00 2 3
-progressively%4:02:01:: 1 3
-progressivism%1:09:00:: 1 2
-prohibit%2:32:00:: 1 8
-prohibition%1:10:00:: 2 2
-prohibition%1:10:02:: 1 3
-prohibition%1:28:00:: 3 1
-prohibition_era%1:28:00:: 1 1
-project%1:04:00:: 1 23
-project%1:09:00:: 2 1
-project%2:31:00:: 8 1
-project%2:32:00:: 1 7
-project%2:35:01:: 3 5
-project%2:36:01:: 7 1
-project%2:36:08:: 6 1
-project%2:39:00:: 5 1
-project%2:39:01:: 4 2
-project%2:42:00:: 2 6
-projected%5:00:00:planned:00 1 2
-projected%5:00:00:protrusive:00 2 1
-projectile%1:06:00:: 1 2
-projection%1:06:00:: 4 1
-projection%1:09:00:: 3 1
-projection%1:09:01:: 1 9
-projection%1:10:00:: 2 3
-proletariat%1:14:00:: 1 1
-proliferation%1:22:00:: 1 3
-prolific%5:00:00:productive:00 1 1
-prolong%2:30:00:: 1 3
-prolongation%1:04:00:: 1 1
-prolonged%5:00:00:long:02 1 5
-prometheus%1:18:00:: 1 1
-prominence%1:07:00:: 2 2
-prominence%1:26:00:: 1 3
-prominent%5:00:00:conspicuous:00 1 13
-prominent%5:00:02:conspicuous:00 2 9
-prominently%4:02:00:: 1 6
-promise%1:09:00:: 2 8
-promise%1:10:00:: 1 8
-promise%2:32:00:: 1 26
-promise%2:32:01:: 2 11
-promise%2:32:02:: 3 5
-promise%2:42:00:: 4 3
-promised%5:00:00:secure:02 1 1
-promising%5:00:00:auspicious:00 2 2
-promising%5:00:00:likely:00 1 9
-promote%2:32:00:: 3 2
-promote%2:41:00:: 2 5
-promote%2:41:01:: 1 31
-promoter%1:18:00:: 1 2
-promotion%1:04:00:: 2 1
-promotion%1:10:00:: 1 4
-promotion_system%1:09:00:: 1 1
-promotional%3:01:00:: 1 2
-prompt%2:32:00:: 2 2
-prompt%2:36:00:: 1 9
-prompt%5:00:00:efficient:00 2 1
-prompt%5:00:00:punctual:00 1 1
-promptly%4:02:00:: 2 3
-promptly%4:02:01:: 3 2
-promptly%4:02:02:: 1 4
-promulgate%2:32:00:: 1 1
-promulgate%2:32:01:: 2 1
-promulgator%1:18:00:: 1 1
-prone%5:00:00:inclined(p):02 2 4
-prone%5:00:00:unerect:00 1 2
-pronoun%1:10:00:: 1 5
-pronounce%2:32:00:: 2 3
-pronounce%2:32:01:: 1 3
-pronounced%5:00:00:noticeable:00 1 4
-pronouncement%1:10:00:: 1 3
-proof%1:09:00:: 1 10
-proof%1:10:00:: 2 8
-prop%1:06:00:: 1 1
-prop%2:35:00:: 1 1
-prop_up%2:35:00:: 1 2
-propaganda%1:10:00:: 1 4
-propagandist%1:18:00:: 1 7
-propagandistic%3:01:00:: 1 4
-propagation%1:04:00:: 2 1
-propagation%1:10:00:: 1 1
-propel%2:35:00:: 1 4
-propeller%1:06:00:: 1 1
-proper%3:00:00:: 1 34
-proper%5:00:00:appropriate:00 3 2
-proper%5:00:00:real(a):02 4 4
-proper%5:00:00:specific:00 2 2
-properly%4:02:00:: 1 21
-properly%4:02:01:: 2 1
-properly_speaking%4:02:00:: 1 1
-property%1:07:00:: 2 26
-property%1:15:00:: 3 4
-property%1:21:00:: 1 30
-property_settlement%1:10:00:: 1 1
-prophecy%1:09:00:: 1 2
-prophecy%1:10:00:: 2 1
-prophesy%2:32:00:: 1 1
-prophet%1:18:00:: 1 3
-prophet%1:18:01:: 2 1
-prophetic%3:00:00:: 1 3
-prophetically%4:02:00:: 1 2
-propitious%3:00:00:: 1 1
-proponent%1:18:00:: 1 1
-proportion%1:07:00:: 2 7
-proportion%1:24:00:: 1 9
-proportion%1:25:00:: 3 1
-proportional%5:00:00:proportionate:00 1 6
-proportionality%1:24:00:: 1 1
-proportionally%4:02:00:: 1 1
-proportionate%3:00:00:: 1 2
-proportionate%5:00:00:commensurate:00 2 1
-proportionately%4:02:00:: 1 4
-proposal%1:10:00:: 1 17
-proposal%1:10:02:: 2 1
-propose%2:31:00:: 2 21
-propose%2:31:01:: 3 6
-propose%2:32:00:: 1 23
-propose%2:32:01:: 5 1
-propose%2:41:00:: 4 1
-proposed%5:00:00:planned:00 1 9
-proposition%1:10:00:: 1 6
-proposition%1:10:01:: 2 2
-proposition%2:32:00:: 1 1
-proprietor%1:18:00:: 1 11
-proprietorship%1:21:00:: 1 10
-propriety%1:07:00:: 1 1
-propylthiouracil%1:27:00:: 1 1
-proscribe%2:32:00:: 1 2
-prose%1:10:00:: 1 3
-prose_poem%1:10:00:: 1 1
-prosecute%2:41:00:: 2 3
-prosecute%2:41:01:: 1 3
-prosecuting_attorney%1:18:00:: 1 2
-prosecution%1:04:00:: 1 3
-prosecution%1:14:00:: 2 1
-prosecutor%1:18:00:: 1 4
-prosodic%3:01:00:: 1 1
-prosody%1:10:00:: 1 1
-prospect%1:09:01:: 2 3
-prospect%1:18:00:: 3 1
-prospect%1:26:00:: 1 10
-prospective%3:00:00:: 1 6
-prospective%5:00:00:future:00 2 2
-prosper%2:30:00:: 1 3
-prosper%2:40:00:: 2 1
-prosperity%1:26:00:: 2 1
-prosperity%1:26:02:: 1 3
-prosperous%5:00:00:rich:00 1 2
-prosperous%5:00:00:successful:00 2 1
-prostitute%1:18:00:: 1 1
-prostitution%1:04:00:: 1 2
-prostrate%2:30:00:: 2 1
-prostrate%2:38:00:: 1 1
-prostrate%5:00:01:unerect:00 1 2
-protagonist%1:18:00:: 1 1
-protease%1:27:00:: 1 5
-protect%2:33:00:: 1 43
-protect%2:33:01:: 2 1
-protecting%5:00:00:protective:00 1 1
-protection%1:04:00:: 1 18
-protection%1:06:00:: 2 5
-protection%1:21:00:: 3 3
-protection%1:26:00:: 4 1
-protective%3:00:00:: 1 9
-protective%5:00:00:tender:03 2 1
-protectively%4:02:00:: 1 1
-protectorate%1:15:00:: 1 1
-protege%1:18:00:: 1 1
-protein%1:27:00:: 1 23
-proteolysis%1:22:00:: 1 2
-proteolytic%3:01:00:: 1 1
-protest%1:04:00:: 2 4
-protest%1:10:00:: 1 11
-protest%1:10:01:: 3 1
-protest%2:32:00:: 1 13
-protest%2:32:01:: 3 1
-protest%2:41:00:: 2 8
-protestant%1:14:00:: 2 5
-protestant%1:18:00:: 1 15
-protestant%3:01:00:: 1 27
-protestant_denomination%1:14:00:: 1 3
-protestantism%1:09:00:: 1 6
-protestation%1:10:00:: 2 1
-protestation%1:10:01:: 1 1
-protesting%5:00:00:complaining(a):00 1 1
-proto%5:00:00:early:00 1 2
-protogeometric%5:00:00:nonrepresentational:00 1 3
-proton%1:17:00:: 1 1
-proton_magnetic_resonance%1:19:00:: 1 1
-protoplasm%1:08:00:: 1 1
-prototype%1:09:00:: 1 2
-prototypical%5:00:00:first:00 1 1
-protozoa%1:05:00:: 1 3
-protozoan%1:05:00:: 1 1
-protrude%2:42:00:: 1 7
-protuberance%1:25:00:: 1 1
-proud%3:00:00:: 1 14
-proud%5:00:00:impressive:00 2 2
-proud_of%5:00:00:proud:00 1 1
-proudly%4:02:00:: 1 4
-prove%2:31:00:: 2 45
-prove%2:31:02:: 4 4
-prove%2:32:00:: 3 6
-prove%2:42:00:: 1 58
-prove_oneself%2:31:00:: 1 1
-proved%3:00:00:: 1 1
-provenance%1:15:00:: 1 1
-proverb%1:10:00:: 1 3
-proverbial%3:01:00:: 1 1
-provide%2:32:00:: 3 14
-provide%2:34:00:: 2 25
-provide%2:40:00:: 1 270
-provide%2:41:00:: 4 2
-provide_for%2:42:01:: 1 17
-providence%1:04:00:: 2 2
-providence%1:15:00:: 1 7
-providential%5:00:00:fortunate:00 1 1
-province%1:15:00:: 1 4
-province%1:21:00:: 3 1
-province%1:26:00:: 2 1
-provincial%3:00:00:: 2 2
-provincial%3:01:00:: 1 3
-provincialism%1:09:00:: 2 1
-provincialism%1:09:01:: 1 1
-proving_ground%1:06:00:: 1 1
-provision%1:04:01:: 2 4
-provision%1:09:00:: 3 1
-provision%1:10:00:: 1 27
-provision%2:40:00:: 1 1
-provisional%5:00:00:conditional:00 1 3
-provisions%1:13:00:: 1 1
-proviso%1:10:00:: 1 1
-provocation%1:04:00:: 1 1
-provocative%3:00:00:: 1 1
-provoke%2:32:00:: 3 3
-provoke%2:36:00:: 2 3
-provoke%2:37:00:: 1 3
-provoke%2:37:01:: 4 1
-provost_guard%1:14:00:: 1 1
-prowess%1:09:00:: 1 3
-prowl%2:38:00:: 1 2
-prowl%2:42:00:: 2 1
-prowler%1:18:00:: 1 1
-proximal%3:00:00:: 1 2
-proximate%3:00:00:: 1 2
-proximity%1:07:00:: 1 1
-prudence%1:07:00:: 1 1
-prurient%5:00:00:sexy:00 1 1
-prussian_blue%1:27:00:: 1 1
-pry%2:32:00:: 2 2
-pry%2:35:00:: 1 3
-pry%2:39:00:: 3 1
-pseudo%5:00:00:counterfeit:00 1 9
-pseudomonas_pyocanea%1:05:00:: 1 1
-pseudophloem%1:20:00:: 1 6
-psi%1:23:00:: 1 1
-psithyrus%1:05:00:: 1 4
-psyche%1:09:00:: 1 2
-psyche%1:18:00:: 2 1
-psychiatric%3:01:00:: 1 1
-psychiatrist%1:18:00:: 1 4
-psychic%3:01:01:: 1 1
-psychic_phenomenon%1:10:00:: 1 1
-psychical%5:00:00:mental:00 1 4
-psychically%4:02:00:: 1 3
-psychoactive_drug%1:06:00:: 1 2
-psychological%3:01:00:: 2 2
-psychological%5:00:00:mental:00 1 6
-psychologically%4:02:01:: 1 1
-psychologist%1:18:00:: 1 16
-psychology%1:09:00:: 1 5
-psychopath%1:18:00:: 1 1
-psychopathic%5:00:00:insane:00 1 1
-psychopharmacological%3:01:00:: 1 1
-psychophysiology%1:09:00:: 1 1
-psychopomp%1:18:00:: 1 1
-psychosomatic_disorder%1:26:00:: 1 1
-psychotherapeutic%3:01:00:: 1 1
-psychotherapy%1:09:00:: 1 2
-psychotic%5:00:00:insane:00 1 1
-pterygium%1:08:00:: 1 1
-ptolemaic_system%1:09:00:: 1 1
-pubescent%5:00:00:immature:01 1 3
-public%1:14:00:: 1 35
-public%1:14:01:: 2 4
-public%3:00:00:: 1 50
-public%5:00:00:common:02 2 22
-public_debate%1:10:00:: 1 1
-public_law%1:10:00:: 1 7
-public_lecture%1:10:00:: 1 1
-public_opinion%1:09:00:: 1 3
-public_opinion_poll%1:09:00:: 1 1
-public_press%1:10:00:: 1 1
-public_relations%1:10:00:: 1 4
-public_school%1:14:00:: 1 4
-public_square%1:15:00:: 1 2
-public_transit%1:06:00:: 1 1
-public_utility%1:14:00:: 1 1
-publication%1:04:01:: 2 5
-publication%1:10:00:: 1 6
-publicist%1:18:00:: 1 1
-publicity%1:10:00:: 1 4
-publicity_man%1:18:00:: 1 1
-publicize%2:32:00:: 1 3
-publicize%2:32:01:: 2 2
-publicized%3:00:00:: 1 1
-publicly%4:02:00:: 1 12
-publish%2:32:00:: 2 14
-publish%2:36:00:: 3 1
-publish%2:36:01:: 1 39
-published%3:00:00:: 1 3
-publisher%1:14:00:: 1 4
-publisher%1:18:00:: 2 3
-publishing%1:04:00:: 1 1
-pucker%1:25:00:: 1 1
-pucker%2:35:00:: 1 3
-puckered%5:00:00:rough:00 1 1
-puckered%5:00:00:wrinkled:00 2 1
-puckish%5:00:00:playful:00 1 1
-puerto_rican%1:18:00:: 1 1
-puerto_rico%1:15:00:: 1 17
-puff%2:29:00:: 3 1
-puff%2:34:00:: 2 1
-puff%2:34:01:: 1 2
-puff_out%2:30:00:: 1 1
-puff_up%2:30:00:: 1 1
-puff_up%2:30:01:: 2 1
-puffed%5:00:00:unhealthy:00 1 1
-pug-nosed%5:00:00:nosed:00 1 1
-puke%1:18:00:: 1 1
-pull%1:04:00:: 1 5
-pull%1:06:01:: 4 1
-pull%1:07:00:: 3 1
-pull%1:19:00:: 2 2
-pull%2:29:00:: 8 1
-pull%2:35:00:: 1 44
-pull%2:35:02:: 2 8
-pull%2:35:04:: 4 3
-pull%2:38:00:: 7 1
-pull%2:38:01:: 3 6
-pull%2:38:03:: 6 2
-pull%2:41:00:: 5 2
-pull_away%2:35:00:: 2 1
-pull_away%2:38:00:: 1 1
-pull_back%2:38:00:: 1 1
-pull_down%2:36:00:: 1 2
-pull_in%2:35:00:: 1 4
-pull_off%2:35:00:: 1 2
-pull_off%2:41:01:: 2 1
-pull_out%2:35:00:: 3 1
-pull_out%2:38:00:: 1 4
-pull_out%2:38:03:: 2 4
-pull_the_leg_of%2:32:00:: 1 2
-pull_together%2:35:00:: 1 1
-pull_up%2:38:02:: 1 6
-pull_up%2:38:03:: 2 1
-pulled%3:44:00:: 1 1
-pulley%1:06:00:: 1 3
-pulling%1:04:00:: 1 1
-pulmonary%3:01:00:: 1 5
-pulmonary_artery%1:08:00:: 1 21
-pulmonary_emphysema%1:26:00:: 1 1
-pulmonary_vein%1:08:00:: 1 9
-pulp%1:17:00:: 1 2
-pulp%1:20:00:: 2 1
-pulpit%1:06:00:: 1 2
-pulsate%2:38:00:: 1 1
-pulsating%5:00:00:rhythmical:00 1 2
-pulsation%1:11:00:: 1 1
-pulse%1:11:00:: 2 1
-pulse%1:11:01:: 1 1
-pulse%2:36:00:: 2 1
-pulse%2:38:00:: 1 1
-pulse_generator%1:06:00:: 1 1
-pulse_timing_circuit%1:06:00:: 1 1
-pulsed%5:00:00:periodic:00 1 1
-pulseless%5:00:00:dead:01 1 1
-pulsing%5:00:00:rhythmical:00 1 1
-pulverize%2:30:00:: 1 1
-pulverized%5:00:00:fine:00 1 1
-pummel%2:35:00:: 1 1
-pump%1:06:00:: 1 4
-pump%2:33:00:: 2 3
-pump%2:35:00:: 1 4
-pump%2:38:01:: 3 1
-pumped-up%5:00:00:tense:03 1 2
-pumps%1:06:00:: 1 3
-pun%1:10:00:: 1 1
-punch%1:04:00:: 1 1
-punch%2:35:00:: 1 3
-punch%2:35:04:: 2 1
-punch_in%2:32:00:: 1 1
-puncher%1:18:00:: 1 3
-punctuality%1:07:00:: 1 1
-punctuate%2:30:00:: 1 1
-punctuation_mark%1:10:00:: 1 1
-puncture%2:35:00:: 1 1
-punctured%5:00:00:cut:01 1 2
-pundit%1:18:00:: 1 1
-pungent%3:00:00:: 1 1
-pungently%4:02:01:: 1 1
-punish%2:41:00:: 1 10
-punishable%5:00:00:guilty:00 1 1
-punishment%1:04:00:: 1 12
-punitive%3:00:00:: 1 1
-punk%1:18:00:: 1 1
-punster%1:18:00:: 1 1
-punt%2:35:01:: 1 1
-puny%5:00:00:weak:00 1 1
-pup%1:05:00:: 1 1
-pup_tent%1:06:00:: 1 1
-pupate%2:29:00:: 1 2
-pupil%1:08:00:: 2 1
-pupil%1:18:00:: 1 8
-puppet%1:06:01:: 1 1
-puppy%1:05:00:: 1 2
-puppyish%5:00:00:young:00 1 1
-purchase%1:04:00:: 1 8
-purchase%1:19:01:: 3 1
-purchase%1:21:00:: 2 3
-purchase%2:40:00:: 1 34
-purchasing_agent%1:18:00:: 1 1
-purchasing_department%1:14:00:: 1 2
-pure%3:00:02:: 1 18
-pure%3:00:04:: 3 1
-pure%5:00:00:harmonious:00 4 1
-pure%5:00:00:theoretical:01 5 1
-pure%5:00:00:unmitigated:00 2 2
-pure_and_simple%5:00:00:plain:01 1 1
-purely%4:02:00:: 1 12
-purgatory%1:26:00:: 1 1
-purge%2:41:00:: 1 1
-purging%1:04:00:: 1 1
-purification%1:04:00:: 1 2
-purified%5:00:00:pure:02 1 5
-purify%2:30:00:: 1 2
-purify%2:30:01:: 2 1
-purity%1:26:00:: 1 3
-purity%1:26:02:: 2 1
-purl%2:32:00:: 2 2
-purl%2:36:02:: 3 1
-purl%2:38:00:: 1 2
-purloin%2:40:00:: 1 1
-purple%1:07:00:: 1 2
-purple%5:00:00:chromatic:00 1 9
-purple_heart%1:10:00:: 1 1
-purport%2:31:00:: 2 1
-purport%2:32:00:: 1 3
-purportedly%4:02:01:: 1 1
-purpose%1:07:00:: 2 26
-purpose%1:07:01:: 3 5
-purpose%1:09:00:: 1 75
-purposeful%3:00:00:: 1 2
-purposely%4:02:00:: 1 2
-purse%1:06:00:: 1 5
-purse%1:06:02:: 3 1
-purse%1:21:01:: 2 1
-purse%2:30:00:: 1 2
-pursuant%5:00:00:consistent:00 1 19
-pursue%2:35:00:: 3 6
-pursue%2:38:00:: 2 9
-pursue%2:41:00:: 1 11
-pursue%2:41:01:: 4 4
-pursued%1:18:00:: 1 1
-pursued%3:44:00:: 1 1
-pursuer%1:18:00:: 1 3
-pursuing%5:00:00:following:00 1 2
-pursuit%1:04:00:: 1 4
-pursuit%1:09:00:: 2 2
-purveyor%1:18:00:: 1 1
-push%1:04:00:: 1 4
-push%1:19:00:: 2 1
-push%2:32:00:: 3 6
-push%2:32:01:: 2 7
-push%2:38:00:: 1 56
-push%2:38:01:: 6 1
-push%2:38:02:: 5 3
-push%2:41:00:: 4 3
-push_around%2:37:00:: 1 1
-push_aside%2:32:00:: 2 1
-push_aside%2:38:00:: 1 3
-push_away%2:38:00:: 1 1
-push_back%2:35:00:: 1 3
-push_down%2:35:00:: 1 1
-push_through%2:30:00:: 1 1
-push_up%2:38:00:: 1 2
-pushing%1:04:00:: 1 1
-pushing%5:00:00:ambitious:00 1 1
-pushup%1:04:00:: 1 6
-pussy%1:08:00:: 1 4
-pussy_willow%1:20:01:: 1 1
-put%2:31:13:: 6 2
-put%2:32:00:: 3 28
-put%2:34:00:: 4 6
-put%2:35:00:: 1 138
-put%2:35:05:: 2 98
-put%2:40:00:: 5 3
-put_away%2:35:01:: 1 2
-put_away%2:40:00:: 2 1
-put_back%2:35:00:: 1 2
-put_down%2:35:00:: 2 2
-put_down%2:35:02:: 1 6
-put_down%2:38:00:: 3 1
-put_forward%2:32:00:: 1 1
-put_in%2:30:00:: 1 6
-put_in%2:32:00:: 4 2
-put_in%2:33:00:: 6 1
-put_in%2:35:00:: 5 1
-put_in%2:40:00:: 3 2
-put_in%2:42:00:: 2 2
-put_off%2:37:04:: 2 1
-put_off%2:42:00:: 1 1
-put_on%2:29:00:: 1 18
-put_on%2:30:00:: 2 3
-put_on%2:30:01:: 5 1
-put_on%2:36:01:: 4 1
-put_on%2:36:02:: 3 2
-put_out%2:29:01:: 4 1
-put_out%2:35:00:: 3 1
-put_out%2:36:00:: 2 1
-put_out%2:41:00:: 1 2
-put_out_feelers%2:31:00:: 1 1
-put_over%2:32:00:: 1 1
-put_through%2:30:00:: 1 2
-put_to_death%2:41:00:: 1 2
-put_to_sleep%2:35:02:: 1 1
-put_to_work%2:41:00:: 1 1
-put_together%2:36:00:: 1 4
-put_up%2:30:00:: 6 1
-put_up%2:31:00:: 4 2
-put_up%2:35:00:: 1 4
-put_up%2:36:00:: 3 3
-put_up%2:40:00:: 5 1
-put_up%2:41:01:: 2 3
-putout%1:04:00:: 1 1
-putt%2:35:00:: 1 3
-putter_around%2:35:00:: 1 2
-puzzle%2:31:00:: 1 6
-puzzle_out%2:31:00:: 1 2
-puzzle_over%2:31:00:: 1 3
-puzzled%5:00:00:perplexed:00 1 4
-puzzlement%1:09:00:: 1 1
-puzzling%5:00:00:incomprehensible:00 1 2
-puzzling%5:00:00:unclear:00 2 2
-pyknotic%3:01:00:: 1 2
-pyramid%2:40:00:: 1 1
-pyrex%1:27:00:: 1 5
-pyrometer%1:06:00:: 1 3
-python%1:05:00:: 1 3
-q_fever%1:26:00:: 1 1
-quack%1:18:00:: 1 14
-quack%2:32:00:: 1 1
-quack%5:00:00:unqualified:01 1 4
-quackery%1:04:00:: 1 6
-quadriceps%1:08:00:: 1 1
-quadruple%2:30:00:: 1 1
-quadrupling%1:22:00:: 1 1
-quail%2:38:00:: 1 1
-quaint%5:00:00:nonmodern:00 1 3
-quaint%5:00:00:strange:00 2 3
-quaint%5:00:01:strange:00 3 1
-quake%1:11:00:: 1 3
-quake%2:38:01:: 1 2
-quaker%1:18:00:: 1 1
-quakeress%1:18:00:: 1 1
-quaking%5:00:00:unsteady:00 1 1
-qualification%1:04:00:: 2 2
-qualification%1:07:00:: 1 8
-qualified%3:00:01:: 1 2
-qualified%3:00:02:: 2 1
-qualified%5:00:00:registered:00 3 1
-qualify%2:30:00:: 4 1
-qualify%2:30:02:: 3 2
-qualify%2:32:02:: 2 3
-qualify%2:42:00:: 1 14
-qualitative%3:00:00:: 1 5
-qualitatively%4:02:00:: 1 1
-quality%1:07:00:: 1 42
-quality%1:07:01:: 4 6
-quality%1:07:02:: 2 16
-quality%1:09:00:: 3 12
-quality_of_life%1:26:00:: 1 1
-qualm%1:12:00:: 1 1
-quantitative%3:00:00:: 1 5
-quantitatively%4:02:00:: 1 3
-quantity%1:03:00:: 1 15
-quantity%1:07:00:: 2 7
-quantum%1:03:00:: 1 4
-quarrel%1:10:00:: 1 2
-quarrel%2:32:00:: 1 11
-quarrelsome%5:00:00:argumentative:00 1 1
-quart%1:23:01:: 1 3
-quarter%1:15:00:: 2 4
-quarter%1:23:01:: 1 7
-quarter%5:00:00:fractional:00 1 1
-quarter-century%1:28:00:: 1 3
-quarter_mile%1:23:00:: 1 2
-quarterback%1:18:00:: 1 6
-quarterly%3:01:00:: 1 1
-quarters%1:06:00:: 1 6
-quartz%1:27:01:: 1 1
-quash%2:41:00:: 1 1
-quasi%5:00:00:similar:00 1 4
-quatrain%1:10:00:: 1 1
-quaver%1:11:00:: 1 1
-quavering%5:00:00:unsteady:00 1 3
-quaveringly%4:02:00:: 1 1
-queen%1:05:01:: 1 16
-queen%1:18:00:: 2 4
-queen%1:18:01:: 3 1
-queer%5:00:00:questionable:00 2 1
-queer%5:00:00:strange:00 1 9
-quell%2:30:00:: 1 3
-quench%2:34:00:: 1 1
-querulous%5:00:00:complaining(a):00 1 2
-querulously%4:02:00:: 1 1
-query%1:10:00:: 1 1
-query%2:32:00:: 1 3
-quest%1:09:00:: 1 1
-question%1:07:00:: 4 8
-question%1:10:00:: 1 81
-question%1:10:01:: 2 50
-question%1:10:03:: 3 9
-question%2:32:00:: 3 5
-question%2:32:01:: 1 17
-question%2:32:02:: 5 2
-question%2:32:03:: 2 14
-question%2:32:09:: 4 3
-questionable%3:00:00:: 1 2
-questioner%1:18:00:: 1 1
-questioning%1:10:00:: 1 6
-questioning%5:00:00:perplexed:00 1 1
-questioningly%4:02:00:: 1 1
-questionnaire%1:10:00:: 1 4
-quick%4:02:00:: 1 7
-quick%5:00:00:active:01 3 2
-quick%5:00:00:excitable:00 6 1
-quick%5:00:00:fast:01 1 20
-quick%5:00:00:hurried:00 2 6
-quick%5:00:00:intelligent:00 4 1
-quick%5:00:02:fast:01 5 1
-quick-frozen%5:00:00:preserved:02 1 1
-quick_march%1:04:00:: 1 1
-quicken%2:30:01:: 1 3
-quickening%1:22:00:: 1 1
-quicker%4:02:00:: 1 1
-quickie%1:04:00:: 1 1
-quickly%4:02:00:: 1 24
-quickly%4:02:02:: 2 16
-quickness%1:09:01:: 1 1
-quicksilver%5:00:00:changeable:00 1 1
-quickstep%2:38:00:: 1 1
-quiescent%5:00:00:inactive:07 1 1
-quiet%1:07:02:: 3 1
-quiet%1:26:00:: 1 1
-quiet%1:26:02:: 2 1
-quiet%2:37:00:: 2 1
-quiet%2:39:00:: 1 1
-quiet%3:00:01:: 2 10
-quiet%3:00:02:: 1 13
-quiet%4:02:00:: 1 1
-quiet%5:00:00:calm:00 6 1
-quiet%5:00:00:soft:04 4 1
-quiet%5:00:00:uneventful:00 5 1
-quiet%5:00:00:unostentatious:00 3 3
-quiet_down%2:39:00:: 1 1
-quietly%4:02:00:: 1 8
-quietly%4:02:01:: 2 7
-quietly%4:02:02:: 3 3
-quietness%1:07:00:: 1 2
-quietness%1:12:00:: 2 1
-quill%1:05:01:: 2 1
-quill%1:06:00:: 1 1
-quilt%1:06:00:: 1 1
-quilted%5:00:00:thick:01 1 1
-quintet%1:10:00:: 1 1
-quip%2:32:00:: 1 1
-quirk%1:07:00:: 1 1
-quirk%2:35:00:: 1 1
-quirt%1:06:00:: 1 7
-quit%2:38:00:: 3 1
-quit%2:41:00:: 2 1
-quit%2:42:04:: 1 13
-quite%4:02:01:: 2 47
-quite%4:02:02:: 1 57
-quite%4:02:03:: 3 6
-quiver%1:12:00:: 1 1
-quiver%2:38:00:: 1 8
-quiver%2:38:04:: 2 1
-quivering%5:00:00:unsteady:00 1 5
-quixotic%5:00:00:impractical:00 1 2
-quiz%1:10:00:: 1 2
-quota%1:23:00:: 1 1
-quotation%1:10:00:: 2 1
-quotation%1:10:01:: 1 1
-quote%2:32:00:: 1 30
-rabat%1:15:00:: 1 1
-rabbi%1:18:00:: 1 6
-rabbit%1:05:00:: 1 9
-rabbit_fever%1:26:00:: 1 1
-rabbit_punch%1:04:00:: 1 1
-rabbit_warren%1:15:00:: 1 1
-rabble%1:14:00:: 1 1
-race%1:11:00:: 2 6
-race%1:11:01:: 1 6
-race%1:14:00:: 3 4
-race%1:14:01:: 4 2
-race%2:33:00:: 2 3
-race%2:38:00:: 1 15
-race_problem%1:26:00:: 1 1
-racial%3:00:00:: 2 1
-racial%3:01:00:: 1 6
-racine%1:18:00:: 1 1
-racing%1:04:00:: 1 1
-racist%1:18:00:: 1 1
-rack%1:06:01:: 1 5
-rack%2:37:00:: 2 1
-rack%2:38:00:: 1 2
-rack_up%2:33:01:: 1 1
-racket%1:04:00:: 2 1
-racket%1:11:00:: 1 3
-racketeer%1:18:00:: 1 3
-racy%5:00:00:spirited:00 1 1
-radar%1:06:00:: 1 11
-radial%3:01:00:: 2 1
-radial%3:01:01:: 1 1
-radiance%1:07:00:: 2 1
-radiance%1:19:00:: 1 2
-radiant%5:00:00:bright:00 1 2
-radiate%2:30:00:: 2 1
-radiate%2:43:00:: 1 2
-radiation%1:04:00:: 2 15
-radiation%1:19:00:: 1 31
-radiator%1:17:00:: 1 1
-radical%1:18:01:: 3 1
-radical%1:27:00:: 1 4
-radical%1:27:02:: 2 3
-radical%5:00:00:basic:00 3 1
-radical%5:00:00:immoderate:00 1 5
-radical%5:00:00:new:00 2 4
-radicalism%1:09:00:: 1 2
-radically%4:02:00:: 1 6
-radio%1:06:00:: 3 6
-radio%1:06:01:: 2 8
-radio%1:10:00:: 1 9
-radio%2:32:00:: 1 2
-radio%3:01:00:: 1 1
-radio_brightness%1:07:00:: 1 2
-radio_emission%1:19:00:: 1 16
-radio_noise%1:11:00:: 1 2
-radio_observation%1:04:00:: 1 2
-radio_radiation%1:19:00:: 1 2
-radio_reflector%1:06:00:: 1 1
-radio_source%1:17:00:: 1 3
-radio_spectrum%1:19:00:: 1 1
-radio_telescope%1:06:00:: 1 1
-radio_transmitter%1:06:00:: 1 1
-radio_wave%1:19:00:: 1 2
-radioactive%3:00:00:: 1 3
-radioactivity%1:19:00:: 1 1
-radiochlorine%1:27:00:: 1 3
-radish%1:13:00:: 1 8
-radius%1:07:00:: 1 4
-radius%1:15:00:: 3 1
-radius%1:25:00:: 2 1
-radius_of_curvature%1:07:00:: 1 3
-raft%1:06:00:: 1 2
-rafter%1:06:00:: 1 1
-raftered%5:00:00:ceilinged:00 1 1
-rag%1:06:00:: 1 9
-ragamuffin%1:18:00:: 1 1
-rage%1:12:00:: 1 21
-rage%1:26:00:: 2 4
-rage%1:26:02:: 3 1
-rage%2:37:00:: 3 1
-rage%2:42:00:: 2 4
-rage%2:42:01:: 1 4
-ragged%5:00:00:tired:00 2 2
-ragged%5:00:00:uneven:00 3 2
-ragged%5:00:01:worn:00 1 5
-raid%1:04:00:: 1 3
-raid%2:38:00:: 2 2
-raid%2:41:00:: 1 2
-rail%1:06:02:: 1 5
-rail%1:06:03:: 2 3
-rail%2:32:00:: 1 2
-rail_fence%1:06:00:: 1 1
-railhead%1:06:00:: 1 1
-railing%1:06:00:: 1 3
-railroad%1:06:00:: 1 13
-railroad_siding%1:06:00:: 1 2
-railroad_station%1:06:00:: 1 5
-railroad_terminal%1:06:00:: 1 1
-railroad_train%1:06:00:: 1 1
-railway%1:06:00:: 1 1
-railway%1:06:01:: 2 1
-railway_station%1:06:00:: 1 1
-railway_system%1:06:00:: 1 1
-rain%1:19:00:: 1 25
-rain%1:27:00:: 2 5
-rain%2:43:00:: 1 13
-rain_cloud%1:17:00:: 1 1
-rain_dance%1:04:00:: 1 1
-rain_forest%1:17:00:: 1 1
-rainbow%1:17:00:: 1 2
-rainfall%1:19:00:: 1 1
-raise%1:07:00:: 1 3
-raise%2:30:00:: 13 1
-raise%2:30:01:: 1 33
-raise%2:30:02:: 12 1
-raise%2:32:00:: 3 21
-raise%2:36:01:: 7 7
-raise%2:36:02:: 9 2
-raise%2:36:03:: 5 10
-raise%2:36:06:: 11 1
-raise%2:37:08:: 10 1
-raise%2:38:00:: 2 26
-raise%2:38:02:: 8 4
-raise%2:40:00:: 4 14
-raise%2:41:00:: 6 7
-raise_hell%2:32:00:: 1 1
-raise_the_roof%2:37:00:: 1 1
-raise_up%2:35:00:: 1 2
-raised%3:00:00:: 1 4
-raised%5:00:01:adorned:00 2 1
-raising%1:11:00:: 1 1
-raising%5:00:00:increasing:00 1 2
-rajah%1:18:00:: 1 1
-rake%2:35:01:: 2 1
-rake%2:38:00:: 1 1
-rake_up%2:31:00:: 1 1
-rakishly%4:02:00:: 1 1
-rally%1:04:01:: 2 1
-rally%1:14:00:: 1 2
-rally%2:30:00:: 4 1
-rally%2:33:00:: 2 2
-rally%2:35:00:: 1 3
-rally%2:35:01:: 3 1
-rallying%1:04:00:: 1 1
-rallying%5:00:00:encouraging:00 1 1
-rallying_point%1:10:00:: 1 1
-ram%1:06:01:: 1 1
-ram%2:35:00:: 2 2
-ram%2:35:01:: 3 1
-ram%2:35:02:: 1 2
-ramble%2:42:00:: 1 2
-ramble_on%2:42:00:: 1 1
-ramification%1:04:00:: 1 1
-ramp%1:06:00:: 1 2
-rampant%5:00:00:uncontrolled:00 1 1
-rampart%1:06:00:: 1 2
-ramrod%1:06:00:: 1 4
-ran_into%2:38:01:: 1 3
-ranch%1:06:00:: 1 4
-ranch_house%1:06:00:: 1 3
-rancher%1:18:00:: 1 5
-rancor%1:12:00:: 1 1
-random%3:00:00:: 1 5
-random%5:00:00:unselected:00 2 2
-random-access_memory%1:06:00:: 1 1
-random_memory%1:06:00:: 1 1
-random_variable%1:09:00:: 1 11
-randomization%1:04:00:: 1 1
-randomly%4:02:00:: 1 2
-range%1:06:00:: 6 1
-range%1:07:00:: 1 45
-range%1:15:01:: 2 14
-range%1:15:02:: 4 7
-range%1:15:03:: 3 10
-range%1:17:00:: 5 1
-range%2:35:00:: 5 1
-range%2:38:00:: 2 2
-range%2:42:00:: 4 1
-range%2:42:01:: 1 34
-range%2:42:03:: 3 1
-ranging%3:44:00:: 1 2
-rangy%5:00:00:tall:00 1 1
-rank%1:14:00:: 1 20
-rank%1:14:01:: 3 3
-rank%1:14:02:: 5 1
-rank%1:26:00:: 2 6
-rank%1:26:01:: 4 2
-rank%2:31:00:: 2 1
-rank%2:31:13:: 1 2
-rank%5:00:00:fertile:00 1 1
-rank_and_file%1:14:00:: 1 2
-ranked%5:00:00:hierarchical:00 1 1
-ransack%2:35:02:: 2 3
-ransack%2:40:00:: 1 3
-ransom%1:04:01:: 2 1
-ransom%1:21:00:: 1 1
-ransom_money%1:21:00:: 1 1
-rap%1:10:00:: 1 1
-rap%2:35:00:: 1 5
-rape%2:41:00:: 1 4
-raped%5:00:00:destroyed:00 1 1
-rapid%5:00:00:fast:01 1 21
-rapid_transit%1:06:00:: 1 1
-rapidity%1:07:00:: 1 1
-rapidly%4:02:00:: 1 40
-rapist%1:18:00:: 1 1
-rapport%1:24:00:: 1 1
-rapture%1:26:00:: 1 2
-rare%5:00:00:infrequent:00 2 2
-rare%5:00:00:scarce:00 3 2
-rare%5:00:00:uncommon:00 1 6
-rare_earth%1:27:00:: 1 1
-rarely%4:02:00:: 1 16
-rarified%5:00:00:thin:02 1 1
-rascal%1:18:02:: 1 1
-rasp%1:10:00:: 1 1
-rasping%5:00:00:cacophonous:00 1 1
-rat%1:05:00:: 1 5
-ratable%5:00:00:taxable:00 1 1
-rate%1:07:00:: 3 1
-rate%1:21:00:: 2 39
-rate%1:28:00:: 1 68
-rate%2:31:00:: 1 9
-rate%2:31:01:: 3 1
-rate%2:42:01:: 2 2
-rate_of_attrition%1:28:00:: 1 1
-rate_of_growth%1:28:00:: 1 3
-rate_of_pay%1:21:00:: 1 2
-rather%4:02:01:: 3 6
-rather%4:02:02:: 1 59
-rather%4:02:04:: 2 53
-rathole%1:17:00:: 1 1
-ratify%2:41:00:: 1 5
-rating%1:04:00:: 2 3
-rating%1:09:00:: 1 7
-rating%1:26:00:: 3 1
-ratio%1:24:01:: 1 21
-ration%1:13:01:: 1 7
-ration%1:21:00:: 2 1
-rational%3:00:00:: 1 4
-rational%5:00:00:mental:00 2 1
-rationale%1:09:00:: 1 3
-rationalism%1:09:02:: 1 2
-rationalization%1:09:00:: 1 1
-rationalize%2:30:00:: 2 2
-rationalize%2:32:00:: 1 3
-rationally%4:02:00:: 1 2
-rationed%5:00:00:distributed:00 1 1
-rationing%1:04:00:: 1 2
-rattle%1:11:00:: 1 3
-rattle%2:38:00:: 2 3
-rattle%2:39:00:: 1 4
-rattler%1:05:00:: 1 2
-rattlesnake%1:05:00:: 1 6
-rattling%1:11:00:: 1 2
-raucous%5:00:00:cacophonous:00 1 2
-raucous%5:00:00:disorderly:00 2 1
-raucously%4:02:00:: 1 1
-ravage%1:11:00:: 1 1
-raving%5:00:00:insane:00 1 1
-raving_mad%5:00:00:insane:00 1 1
-raw%3:00:00:: 3 1
-raw%5:00:00:injured:00 2 2
-raw%5:00:00:overt:00 5 1
-raw%5:00:00:unanalyzed:00 7 1
-raw%5:00:00:unfair:00 6 1
-raw%5:00:00:unprocessed:00 1 7
-raw%5:00:00:untreated:00 4 1
-raw_deal%1:11:00:: 1 1
-raw_material%1:27:00:: 1 2
-raw_sienna%1:07:00:: 1 1
-raw_umber%1:27:00:: 1 1
-rawhide%1:27:00:: 1 1
-ray%1:19:00:: 1 11
-ray%1:20:00:: 2 1
-razor%1:06:00:: 1 5
-razor-sharp%5:00:00:distinct:00 1 1
-rbi%1:04:00:: 1 1
-re-argue%2:32:00:: 1 1
-re-assume%2:30:00:: 1 1
-re-create%2:36:00:: 1 1
-re-created%3:44:00:: 1 1
-re-creation%1:04:00:: 1 1
-re-emerge%2:30:00:: 1 2
-re-emphasise%2:32:00:: 1 1
-re-enter%2:38:00:: 1 2
-re-explore%2:31:00:: 1 1
-re-formed%5:00:00:organized:02 1 1
-re-incorporate%2:30:00:: 1 1
-re-introduction%1:10:00:: 1 1
-reach%1:04:00:: 3 2
-reach%1:07:00:: 2 2
-reach%1:09:00:: 4 1
-reach%1:15:00:: 1 2
-reach%2:32:00:: 4 22
-reach%2:35:00:: 3 29
-reach%2:38:00:: 2 39
-reach%2:38:01:: 1 103
-reach%2:38:06:: 7 9
-reach%2:40:00:: 8 1
-reach%2:41:00:: 5 18
-reach%2:42:00:: 6 13
-reach_into%2:42:00:: 1 3
-reach_out%2:35:00:: 1 4
-reach_out%2:42:00:: 2 3
-reacquaint%2:32:00:: 1 1
-react%2:30:00:: 3 2
-react%2:31:00:: 1 22
-react%2:41:00:: 2 2
-reactant%1:27:00:: 1 3
-reaction%1:04:00:: 3 7
-reaction%1:09:00:: 2 10
-reaction%1:22:00:: 1 38
-reactionary%1:18:00:: 1 5
-reactionary%5:00:00:right:03 1 3
-reactivate%2:30:00:: 1 3
-reactivity%1:09:00:: 1 9
-reactivity%1:26:00:: 2 1
-read%2:31:00:: 1 115
-read%2:31:01:: 3 15
-read%2:31:02:: 5 5
-read%2:31:05:: 7 4
-read%2:31:06:: 4 5
-read%2:31:09:: 6 5
-read%2:32:02:: 8 3
-read%2:42:00:: 2 17
-read%3:00:00:: 1 1
-readable%5:00:00:legible:00 1 1
-readapt%2:30:00:: 1 1
-reader%1:18:00:: 1 19
-reader%1:18:02:: 2 9
-reader%1:18:03:: 3 2
-readily%4:02:00:: 1 19
-readiness%1:07:01:: 2 2
-readiness%1:09:00:: 3 1
-readiness%1:26:00:: 1 3
-reading%1:09:00:: 1 22
-reading%1:09:01:: 5 1
-reading%1:09:02:: 3 3
-reading%1:10:00:: 4 2
-reading%1:10:01:: 2 4
-reading_room%1:06:00:: 1 1
-readjust%2:30:00:: 1 2
-readjustment%1:04:00:: 1 1
-ready%1:26:00:: 1 2
-ready%2:30:00:: 2 1
-ready%2:36:00:: 1 1
-ready%3:00:00:: 1 58
-ready%5:00:00:prepared:00 4 1
-ready%5:00:00:willing:00 3 2
-ready%5:00:01:available:00 2 4
-ready-made%3:00:00:: 1 1
-reaffirm%2:32:00:: 1 6
-reagent%1:27:00:: 1 3
-real%3:00:00:: 1 54
-real%3:00:02:: 2 14
-real%4:02:01:: 1 8
-real%5:00:00:concrete:00 5 3
-real%5:00:00:genuine:00 3 5
-real%5:00:00:serious:00 4 4
-real%5:00:00:true:00 6 1
-real_estate%1:21:00:: 1 5
-real_estate_broker%1:18:00:: 1 1
-real_life%1:09:00:: 1 5
-real_property%1:21:00:: 1 2
-real_thing%1:07:00:: 1 2
-realign%2:30:00:: 1 1
-realism%1:06:00:: 1 8
-realism%1:07:00:: 2 3
-realism%1:09:00:: 4 1
-realism%1:26:00:: 3 2
-realist%1:18:00:: 1 1
-realistic%3:00:00:: 1 10
-realistic%5:00:00:representational:00 2 1
-realistically%4:02:01:: 1 5
-reality%1:09:00:: 1 21
-reality%1:26:01:: 2 14
-reality%1:26:02:: 3 4
-realization%1:04:00:: 2 3
-realization%1:09:00:: 1 3
-realize%2:31:00:: 2 37
-realize%2:31:01:: 1 48
-realize%2:36:00:: 3 8
-realize%2:40:01:: 4 2
-really%4:02:03:: 1 61
-really%4:02:04:: 2 42
-realm%1:26:01:: 1 6
-reap%2:35:00:: 1 3
-reap%2:40:00:: 2 1
-reappear%2:30:00:: 1 8
-reappearance%1:11:00:: 1 1
-rear%1:14:00:: 1 16
-rear%1:15:00:: 2 6
-rear%1:15:01:: 3 4
-rear%2:38:00:: 1 7
-rear%2:41:00:: 2 2
-rear%2:42:00:: 3 1
-rear%5:00:00:back(a):00 1 3
-rear_back%2:38:00:: 1 1
-rear_end%1:08:00:: 1 1
-rear_window%1:06:00:: 1 3
-rearguard%1:14:00:: 1 1
-rearing%1:04:00:: 2 1
-rearing%1:07:00:: 1 1
-rearrange%2:30:00:: 1 4
-rearward%1:15:00:: 1 1
-rearward%4:02:00:: 1 4
-rearward%5:00:00:back(a):00 2 1
-reason%1:09:00:: 3 3
-reason%1:10:00:: 5 1
-reason%1:10:01:: 2 29
-reason%1:16:00:: 1 76
-reason%1:26:00:: 4 1
-reason%2:31:00:: 3 1
-reason%2:31:01:: 1 3
-reason%2:32:00:: 2 2
-reasonable%3:00:00:: 1 16
-reasonable%5:00:00:moderate:00 2 14
-reasonably%4:02:00:: 1 11
-reasonably%4:02:01:: 2 1
-reasoning%1:09:00:: 1 5
-reassail%2:33:00:: 1 1
-reassemble%2:36:00:: 1 3
-reassert%2:32:00:: 1 2
-reassign%2:41:00:: 1 1
-reassurance%1:04:00:: 1 4
-reassure%2:32:00:: 2 1
-reassure%2:37:00:: 1 5
-reassured%5:00:00:confident:00 1 1
-reassuring%3:00:00:: 1 2
-reassuringly%4:02:00:: 1 1
-reawaken%2:29:00:: 1 1
-reb%1:18:00:: 1 9
-rebel%1:18:00:: 2 3
-rebel%1:18:01:: 3 1
-rebel%1:18:02:: 1 10
-rebel%2:41:00:: 1 5
-rebel%2:41:01:: 2 2
-rebel%5:00:00:southern:02 1 2
-rebelling%5:00:00:disloyal:00 1 1
-rebellion%1:04:00:: 2 5
-rebellion%1:04:01:: 1 5
-rebellious%5:00:00:discontented:00 2 1
-rebellious%5:00:00:insubordinate:00 1 1
-rebelliously%4:02:00:: 1 1
-reborn%5:00:00:regenerate:00 1 1
-rebound%2:38:00:: 1 1
-rebuff%1:04:00:: 1 1
-rebuff%2:32:00:: 1 3
-rebuff%2:33:00:: 2 1
-rebuild%2:36:00:: 1 8
-rebuilding%1:04:00:: 1 2
-rebuilt%5:00:00:restored:00 1 1
-rebuke%2:32:00:: 1 3
-rebut%2:31:00:: 2 1
-rebut%2:32:00:: 1 7
-recalculate%2:31:00:: 1 1
-recall%2:31:00:: 1 47
-recall%2:31:06:: 5 1
-recall%2:32:00:: 2 4
-recall%2:32:02:: 4 1
-recall%2:42:00:: 3 1
-recapitulate%2:32:00:: 1 1
-recapture%2:36:00:: 2 1
-recapture%2:37:00:: 1 3
-recede%2:38:00:: 2 3
-recede%2:38:01:: 1 4
-receding%5:00:00:retreating:00 1 1
-receipt%1:04:00:: 1 3
-receipt%1:10:00:: 2 2
-receipts%1:21:00:: 1 2
-receive%2:30:00:: 8 2
-receive%2:30:01:: 2 27
-receive%2:31:00:: 6 8
-receive%2:32:00:: 7 2
-receive%2:35:00:: 5 16
-receive%2:39:00:: 3 25
-receive%2:39:03:: 4 22
-receive%2:40:00:: 1 122
-receive%2:42:00:: 9 1
-receiver%1:06:00:: 1 4
-receiver%1:06:01:: 3 3
-receiver%1:18:00:: 4 1
-receiver%1:18:01:: 2 3
-receiving%1:04:00:: 1 1
-receiving_system%1:06:00:: 1 1
-recent%5:00:00:modern:00 3 4
-recent%5:00:00:new:00 1 36
-recent%5:00:00:past:00 2 9
-recently%4:02:00:: 1 31
-recently%4:02:01:: 2 8
-receptacle%1:06:00:: 1 1
-reception%1:04:00:: 4 1
-reception%1:10:00:: 3 3
-reception%1:10:01:: 1 4
-reception%1:14:00:: 2 3
-reception_room%1:06:00:: 1 1
-receptionist%1:18:00:: 1 6
-receptive%5:00:00:pervious:00 1 1
-recess%2:35:01:: 1 2
-recession%1:26:00:: 1 1
-recipient%1:18:00:: 1 2
-reciprocal%3:00:00:: 1 7
-recital%1:10:01:: 1 1
-recital%1:10:03:: 2 1
-recite%2:32:00:: 2 2
-recite%2:32:02:: 1 2
-reckless%5:00:00:bold:00 1 2
-recklessly%4:02:00:: 1 1
-recklessness%1:07:00:: 1 2
-reckon%2:31:00:: 3 1
-reckon%2:31:01:: 4 1
-reckon%2:31:02:: 1 5
-reckon%2:31:03:: 2 3
-reckoning%1:09:00:: 1 1
-reclaim%2:40:00:: 1 2
-reclaimed%5:00:00:saved:00 1 2
-reclassification%1:04:00:: 1 1
-reclassify%2:31:00:: 1 2
-reclining%1:04:00:: 1 1
-reclining%5:00:01:unerect:00 1 1
-recluse%1:18:00:: 1 1
-recognition%1:09:00:: 2 8
-recognition%1:09:02:: 4 1
-recognition%1:10:00:: 3 1
-recognition%1:26:00:: 1 10
-recognizable%5:00:00:identifiable:00 2 2
-recognizable%5:00:00:perceptible:00 1 2
-recognize%2:31:00:: 4 11
-recognize%2:31:01:: 2 32
-recognize%2:31:02:: 1 33
-recognize%2:32:00:: 7 2
-recognize%2:32:01:: 6 2
-recognize%2:39:01:: 3 25
-recognize%2:41:00:: 5 2
-recognized%5:00:00:acknowledged:00 1 3
-recoil%2:38:00:: 1 2
-recollect%2:31:00:: 1 4
-recollection%1:09:00:: 1 4
-recollection%1:09:01:: 2 3
-recommend%2:32:00:: 2 6
-recommend%2:32:01:: 1 50
-recommendation%1:10:00:: 1 25
-recommendation%1:10:02:: 2 1
-recommended%5:00:00:advisable:00 1 3
-reconcile%2:30:00:: 2 2
-reconcile%2:30:01:: 1 2
-reconcile%2:31:00:: 4 1
-reconcile%2:32:00:: 3 1
-reconciling%5:00:00:adaptive:00 1 1
-recondition%2:30:00:: 1 1
-reconnoiter%2:39:00:: 1 1
-reconsider%2:31:00:: 1 7
-reconsideration%1:10:00:: 1 1
-reconstruct%2:30:01:: 3 1
-reconstruct%2:31:00:: 1 3
-reconstruct%2:36:00:: 2 1
-reconstructed%3:00:00:: 1 1
-reconstruction%1:04:00:: 2 1
-reconstruction%1:28:00:: 1 2
-reconvene%2:38:00:: 1 2
-reconvert%2:30:00:: 1 1
-recopy%2:36:00:: 1 1
-record%1:04:00:: 6 3
-record%1:04:01:: 4 6
-record%1:06:00:: 2 23
-record%1:10:02:: 5 3
-record%1:10:03:: 1 26
-record%1:21:00:: 7 1
-record%1:23:00:: 3 7
-record%2:32:00:: 1 34
-record%2:32:01:: 2 9
-record%2:32:03:: 3 4
-record%5:00:00:best:00 1 5
-record_player%1:06:00:: 1 1
-recordbook%1:10:00:: 1 1
-recorded%3:00:00:: 1 2
-recorder%1:06:01:: 1 2
-recording%1:04:00:: 2 5
-recording%1:06:00:: 1 14
-recording_studio%1:06:00:: 1 1
-recount%2:32:00:: 1 10
-recoup%2:40:02:: 1 1
-recourse%1:04:00:: 1 2
-recover%2:29:00:: 2 4
-recover%2:30:00:: 3 3
-recover%2:40:00:: 1 9
-recoverable%3:00:00:: 1 1
-recovery%1:04:00:: 3 2
-recovery%1:11:00:: 1 3
-recovery%1:22:00:: 2 2
-recreate%2:29:02:: 1 4
-recreation%1:04:00:: 1 23
-recreational%3:01:00:: 1 1
-recreational%5:00:00:nonprofessional:00 2 1
-recreational_facility%1:06:00:: 1 1
-recrimination%1:10:00:: 1 2
-recruit%1:18:00:: 2 2
-recruit%1:18:01:: 1 2
-recruit%2:33:00:: 3 2
-recruit%2:40:00:: 2 3
-recruit%2:41:01:: 1 7
-recruitment%1:04:00:: 1 6
-rectangle%1:25:00:: 1 1
-rectangular%5:00:00:angular:00 1 1
-rectangular%5:00:00:perpendicular:00 2 1
-rectifier%1:06:00:: 1 2
-rectitude%1:07:00:: 1 1
-recuperation%1:22:00:: 1 1
-recur%2:30:00:: 1 5
-recur%2:32:00:: 2 1
-recurrence%1:11:00:: 1 1
-recurrent%5:00:00:continual:00 1 2
-red%1:07:00:: 1 9
-red%1:17:00:: 2 7
-red%1:18:00:: 3 1
-red%5:00:00:bloody:00 5 3
-red%5:00:00:colored:00 4 7
-red%5:00:01:chromatic:00 1 43
-red%5:00:02:bloody:00 3 8
-red%5:00:02:colored:00 2 8
-red-bellied_snake%1:05:00:: 1 1
-red-faced%5:00:00:colored:00 1 2
-red-rimmed%5:00:00:rimmed:00 1 1
-red-tailed_hawk%1:05:00:: 1 1
-red_blood_cell%1:08:00:: 1 5
-red_china%1:15:00:: 1 1
-red_clay%1:27:00:: 1 1
-red_herring%1:04:00:: 1 1
-red_region%1:15:00:: 1 1
-red_river%1:17:00:: 1 10
-red_scare%1:26:00:: 1 1
-redcoat%1:18:00:: 1 12
-redden%2:29:00:: 1 1
-reddish%5:00:00:colored:00 1 2
-redecorate%2:36:00:: 1 1
-rededicate%2:32:00:: 1 1
-redeem%2:41:04:: 1 3
-redefine%2:42:00:: 1 1
-redefinition%1:10:00:: 1 2
-redemption%1:04:01:: 1 1
-redeposition%1:22:00:: 1 2
-redevelopment%1:04:00:: 1 1
-redheaded%5:00:00:blond:00 1 1
-redheader%1:18:00:: 1 1
-redirect%2:38:00:: 1 1
-rediscover%2:39:00:: 1 2
-rediscovery%1:04:00:: 1 1
-redistribute%2:35:00:: 1 2
-redly%4:02:00:: 1 1
-redouble%2:30:00:: 1 2
-redoubled%5:00:00:increased:00 1 1
-redoubtable%5:00:00:alarming:00 1 2
-redress%1:21:00:: 1 1
-redress%2:41:00:: 1 1
-reduce%2:30:00:: 1 102
-reduce%2:30:01:: 11 1
-reduce%2:30:03:: 10 1
-reduce%2:30:04:: 9 1
-reduce%2:30:05:: 7 2
-reduce%2:30:06:: 2 9
-reduce%2:30:11:: 6 3
-reduce%2:37:00:: 5 3
-reduce%2:40:00:: 8 1
-reduce%2:40:04:: 4 3
-reduce%2:41:00:: 3 5
-reduced%3:00:04:: 1 6
-reduced%5:00:00:low:02 2 1
-reducing%1:22:00:: 1 1
-reduction%1:04:00:: 1 16
-reduction%1:04:02:: 3 1
-reduction%1:22:00:: 2 3
-redundancy%1:07:00:: 2 1
-redundancy%1:10:00:: 1 1
-redundant%5:00:00:unnecessary:00 1 2
-reecho%2:39:01:: 1 1
-reef%1:17:00:: 1 1
-reek%2:29:00:: 3 1
-reek%2:39:00:: 2 1
-reek%2:39:13:: 1 1
-reeking%5:00:00:wet:01 1 1
-reel%1:06:02:: 1 3
-reel%2:38:00:: 1 2
-reel%2:38:03:: 2 1
-reelect%2:41:00:: 1 3
-reelection%1:04:00:: 1 1
-reenact%2:36:01:: 1 2
-reenact%2:41:00:: 2 1
-reenforce%2:30:00:: 1 1
-reenforcement%1:10:00:: 1 1
-reestablish%2:41:00:: 1 1
-reevaluate%2:31:00:: 1 1
-reevaluation%1:09:00:: 1 1
-reexamine%2:31:00:: 1 3
-refashion%2:36:01:: 1 1
-refectory%1:06:00:: 1 1
-refer%2:31:00:: 3 12
-refer%2:32:00:: 6 3
-refer%2:32:01:: 1 21
-refer%2:32:12:: 5 4
-refer%2:38:00:: 4 6
-refer%2:42:00:: 2 18
-referee%1:18:00:: 1 1
-reference%1:04:00:: 7 2
-reference%1:09:00:: 6 3
-reference%1:10:01:: 5 4
-reference%1:10:02:: 1 9
-reference%1:10:03:: 2 6
-reference%1:10:04:: 4 5
-reference%1:10:06:: 3 5
-reference_to%1:24:00:: 1 2
-referendum%1:04:00:: 1 1
-refill%2:30:00:: 1 1
-refinance%2:40:00:: 1 1
-refine%2:30:01:: 1 2
-refine%2:30:06:: 2 1
-refined%3:00:01:: 1 2
-refined%3:00:02:: 2 1
-refinement%1:11:00:: 2 1
-refinement%1:26:00:: 1 1
-reflect%2:31:00:: 2 18
-reflect%2:39:00:: 3 17
-reflect%2:39:01:: 1 41
-reflect%2:43:00:: 4 5
-reflectance%1:23:00:: 1 1
-reflection%1:06:00:: 5 2
-reflection%1:07:02:: 4 2
-reflection%1:09:00:: 1 8
-reflection%1:10:01:: 3 4
-reflection%1:19:00:: 2 4
-reflective%5:00:00:thoughtful:00 1 3
-reflectively%4:02:00:: 1 1
-reflector%1:06:00:: 1 6
-reflector%1:06:01:: 2 1
-reflex%1:04:00:: 1 5
-reflexly%4:02:00:: 1 2
-refocusing%1:04:00:: 1 1
-reform%1:04:00:: 1 3
-reform%1:04:01:: 2 1
-reform%2:30:00:: 1 1
-reform_movement%1:14:00:: 1 1
-reformed%5:00:00:unorthodox:00 1 1
-refractory%5:00:00:uncooperative:00 1 1
-refrain%1:10:00:: 1 3
-refrain%2:42:00:: 1 1
-refrain_from%2:41:00:: 1 5
-refreshed%5:00:00:rested:00 1 3
-refreshing%5:00:00:invigorating:00 1 2
-refrigerated%5:00:00:cold:01 1 1
-refrigeration%1:22:00:: 1 2
-refrigerator%1:06:00:: 1 2
-refuel%2:40:00:: 2 1
-refuel%2:40:01:: 1 2
-refueling%1:04:00:: 1 1
-refugee%1:18:00:: 1 5
-refund%1:04:00:: 2 1
-refund%1:21:00:: 1 7
-refund%2:40:00:: 1 1
-refurbish%2:30:00:: 1 1
-refusal%1:10:00:: 2 1
-refusal%1:10:01:: 1 4
-refuse%1:27:00:: 1 1
-refuse%2:32:00:: 1 47
-refuse%2:40:00:: 2 13
-refuse%2:40:01:: 4 2
-refuse%2:42:00:: 3 5
-refute%2:31:00:: 2 1
-refute%2:32:00:: 1 2
-regain%2:40:00:: 1 5
-regal%5:00:00:noble:02 1 1
-regale%2:34:00:: 1 1
-regard%1:04:00:: 4 1
-regard%1:09:00:: 1 4
-regard%1:09:01:: 2 2
-regard%1:10:00:: 3 1
-regard%2:31:00:: 1 33
-regard%2:39:00:: 2 19
-regard%2:42:00:: 3 12
-regard_as%2:31:00:: 1 31
-regard_to%1:24:00:: 1 17
-regardant%5:00:00:backward:01 1 1
-regarding%5:00:00:related:02 1 2
-regardless%4:02:00:: 1 12
-regenerating%3:44:00:: 1 1
-regime%1:09:00:: 2 1
-regime%1:14:00:: 1 2
-regiment%1:14:00:: 1 145
-regiment%2:41:02:: 1 1
-regimental%3:01:00:: 1 7
-regimentation%1:04:00:: 1 1
-region%1:08:00:: 2 5
-region%1:15:00:: 1 65
-region%1:15:01:: 3 2
-regional%3:01:00:: 1 14
-regional%5:00:00:territorial:00 2 4
-regionally%4:02:00:: 1 1
-register%1:07:00:: 2 1
-register%1:10:00:: 1 2
-register%2:32:00:: 5 2
-register%2:32:03:: 2 6
-register%2:39:00:: 4 3
-register%2:41:00:: 1 7
-register%2:41:01:: 3 4
-register%2:41:05:: 6 1
-register_language%1:10:00:: 1 1
-registrant%1:18:00:: 1 8
-registration%1:04:00:: 1 7
-registry%1:10:00:: 1 1
-regius_professor%1:18:00:: 1 1
-regression_equation%1:09:00:: 1 1
-regression_line%1:09:00:: 1 2
-regret%1:12:00:: 1 5
-regret%2:32:00:: 3 1
-regret%2:32:01:: 5 1
-regret%2:32:02:: 4 1
-regret%2:37:00:: 1 8
-regret%2:37:01:: 2 2
-regretfully%4:02:00:: 1 1
-regroup%2:41:00:: 1 1
-regular%1:18:00:: 1 1
-regular%3:00:00:: 1 17
-regular%5:00:00:frequent:00 7 1
-regular%5:00:00:scheduled:00 4 2
-regular%5:00:00:standard:02 3 5
-regular%5:00:00:steady:00 6 1
-regular%5:00:00:typical:00 2 8
-regular%5:00:00:usual:00 5 2
-regular_army%1:14:00:: 1 3
-regularity%1:07:00:: 2 1
-regularity%1:07:04:: 1 1
-regularly%4:02:00:: 1 6
-regulate%2:30:00:: 1 6
-regulate%2:31:00:: 3 1
-regulate%2:41:01:: 2 4
-regulated%3:00:00:: 1 1
-regulation%1:09:00:: 2 2
-regulation%1:10:00:: 1 10
-regulation%5:00:00:standard:02 1 1
-regulator%1:06:00:: 1 1
-regulatory%5:00:00:restrictive:00 1 1
-rehabilitate%2:29:00:: 2 1
-rehabilitate%2:41:00:: 1 1
-rehabilitation%1:04:00:: 2 2
-rehabilitation%1:04:01:: 1 7
-rehabilitation_program%1:09:00:: 1 2
-reharmonization%1:10:00:: 1 1
-rehash%2:34:00:: 1 1
-rehearing%1:04:00:: 1 1
-rehearsal%1:04:01:: 1 6
-rehearse%2:36:00:: 1 5
-reich%1:14:00:: 1 1
-reign%1:28:01:: 1 1
-reign%2:41:00:: 1 3
-reign%2:42:00:: 2 1
-reimburse%2:40:00:: 1 1
-reimbursement%1:21:00:: 1 1
-rein%1:06:00:: 1 5
-rein%2:41:00:: 1 1
-rein_in%2:38:00:: 1 2
-reinforce%2:30:00:: 1 11
-reinforce%2:32:00:: 2 1
-reinforced_concrete%1:27:00:: 1 2
-reinforcement%1:04:01:: 1 4
-reinstall%2:35:00:: 1 1
-reinstate%2:41:00:: 1 1
-reinterpret%2:32:00:: 1 2
-reissue%1:10:00:: 1 1
-reissue%2:36:00:: 1 1
-reiterate%2:32:00:: 1 5
-reject%2:31:00:: 1 19
-reject%2:32:00:: 3 2
-reject%2:32:02:: 4 1
-reject%2:40:00:: 2 15
-rejected%5:00:00:forsaken:00 1 2
-rejection%1:04:00:: 1 5
-rejection%1:26:00:: 2 1
-rejoice%2:32:00:: 2 2
-rejoice%2:37:00:: 1 4
-rejoice%2:37:02:: 3 1
-rejoicing%1:12:00:: 1 2
-rejoicing%5:00:00:elated:00 1 1
-rejoin%2:32:00:: 2 1
-rejoin%2:41:00:: 1 3
-relace%2:35:00:: 1 1
-relate%2:31:00:: 1 15
-relate%2:32:00:: 3 7
-relate%2:41:00:: 5 2
-relate%2:41:01:: 6 1
-relate%2:42:00:: 2 9
-relate%2:42:01:: 4 4
-related%3:00:01:: 2 4
-related%3:00:02:: 1 20
-related%5:00:00:relevant:00 4 1
-related%5:00:00:similar:00 3 1
-related_to%3:00:00:: 1 12
-relatedness%1:24:00:: 1 1
-relation%1:03:00:: 1 23
-relation%1:04:01:: 2 2
-relation_to%1:24:00:: 1 3
-relations%1:24:00:: 1 14
-relationship%1:24:00:: 1 25
-relationship%1:26:00:: 2 9
-relationship%1:26:01:: 3 8
-relative%1:05:00:: 2 2
-relative%1:18:00:: 1 8
-relative%3:00:00:: 1 25
-relative%5:00:00:proportionate:00 2 1
-relative_frequency%1:24:00:: 1 2
-relative_humidity%1:24:00:: 1 1
-relatively%4:02:00:: 1 36
-relativistic%3:01:00:: 1 1
-relax%2:29:00:: 1 17
-relax%2:29:01:: 4 1
-relax%2:30:01:: 2 5
-relax%2:30:02:: 3 3
-relaxation_time%1:28:00:: 1 2
-relaxed%3:00:00:: 1 2
-relaxing%5:00:00:quiet:02 1 1
-relay%1:04:00:: 1 1
-relay%2:32:00:: 1 2
-relearn%2:31:00:: 1 1
-release%1:04:01:: 2 3
-release%1:04:02:: 5 2
-release%1:06:00:: 1 6
-release%1:10:00:: 4 2
-release%1:11:00:: 6 1
-release%1:22:00:: 3 2
-release%2:29:00:: 6 3
-release%2:29:01:: 5 3
-release%2:32:00:: 4 3
-release%2:35:00:: 1 12
-release%2:35:01:: 3 4
-release%2:41:00:: 2 6
-release%2:41:01:: 7 1
-released%5:00:00:free:00 1 2
-relegate%2:41:00:: 2 2
-relegate%2:41:02:: 1 4
-relent%2:42:00:: 1 3
-relentless%5:00:00:continual:00 2 1
-relentless%5:00:00:implacable:00 1 2
-relentlessly%4:02:00:: 1 3
-relentlessness%1:07:00:: 1 2
-relevance%1:24:00:: 1 7
-relevancy%1:24:00:: 1 2
-relevant%3:00:00:: 1 11
-reliability%1:07:00:: 1 2
-reliable%3:00:00:: 1 9
-reliable%5:00:01:trustworthy:00 3 1
-reliable%5:00:02:trustworthy:00 2 1
-reliably%4:02:00:: 1 1
-reliance%1:09:00:: 1 2
-reliance%1:26:00:: 2 1
-relic%1:06:00:: 1 2
-relief%1:04:00:: 9 1
-relief%1:04:01:: 10 1
-relief%1:04:02:: 6 3
-relief%1:11:00:: 8 1
-relief%1:12:00:: 1 12
-relief%1:18:00:: 5 3
-relief%1:21:00:: 3 5
-relief%1:25:00:: 4 3
-relief%1:26:00:: 2 8
-relief%1:28:00:: 7 1
-relieve%2:29:00:: 1 9
-relieve%2:29:02:: 7 1
-relieve%2:32:00:: 6 1
-relieve%2:37:00:: 4 2
-relieve%2:41:00:: 5 1
-relieve%2:41:01:: 2 4
-relieve%2:41:02:: 3 2
-relieve_oneself%2:29:00:: 1 1
-relieved%5:00:00:mitigated:00 1 5
-religion%1:09:00:: 1 63
-religion%1:14:00:: 2 9
-religionist%1:18:00:: 1 1
-religious%3:00:00:: 3 3
-religious%3:01:00:: 1 65
-religious%5:00:00:sacred:00 2 10
-religious_belief%1:09:00:: 1 6
-religious_order%1:14:00:: 1 1
-religiously%4:02:00:: 1 3
-religiousness%1:07:00:: 1 1
-relinquish%2:33:02:: 2 1
-relinquish%2:40:01:: 1 9
-relish%1:12:02:: 1 2
-relish%2:37:00:: 1 2
-relive%2:31:00:: 1 1
-reliving%1:09:00:: 1 3
-reload%2:35:01:: 1 2
-reluctant%5:00:00:disinclined:00 2 2
-reluctant%5:00:00:uneager:00 3 1
-reluctant%5:00:00:unwilling:00 1 3
-reluctantly%4:02:00:: 1 5
-rely%2:31:11:: 1 1
-rely_on%2:31:01:: 1 15
-rely_upon%2:31:01:: 1 3
-relyric%2:36:00:: 1 1
-remain%2:30:00:: 1 128
-remain%2:42:01:: 4 9
-remain%2:42:03:: 2 38
-remain%2:42:05:: 3 34
-remain_firm%2:42:00:: 1 2
-remainder%1:24:00:: 1 8
-remaining%5:00:00:other:00 1 5
-remaining%5:00:00:unexhausted:00 2 3
-remains%1:17:00:: 1 1
-remake%2:36:00:: 1 2
-remand%2:32:00:: 1 3
-remark%1:10:00:: 1 32
-remark%2:32:00:: 1 41
-remarkable%5:00:00:extraordinary:00 1 13
-remarkable%5:00:00:significant:00 2 2
-remarkably%4:02:00:: 1 9
-remarry%2:41:00:: 1 1
-remedial%5:00:00:bettering:00 1 1
-remedy%1:04:00:: 1 2
-remedy%1:06:00:: 2 1
-remedy%2:30:00:: 1 3
-remember%2:31:00:: 1 106
-remember%2:31:01:: 2 53
-remember%2:31:02:: 3 23
-remember%2:40:00:: 4 2
-remembered%3:44:00:: 1 2
-remembrance%1:09:00:: 1 3
-remind%2:31:00:: 1 22
-remind%2:31:01:: 3 1
-remind%2:32:00:: 2 13
-reminder%1:09:00:: 2 3
-reminder%1:10:00:: 1 3
-reminisce%2:31:00:: 1 3
-reminiscent_of%5:00:00:mindful:00 1 1
-remission%1:11:00:: 1 1
-remit%2:40:00:: 1 1
-remnant%1:24:00:: 1 3
-remodel%2:30:00:: 1 3
-remonstrance%1:10:00:: 1 2
-remonstrate%2:32:00:: 1 2
-remorse%1:12:00:: 1 1
-remorseful%5:00:00:penitent:00 1 1
-remorseless%5:00:00:merciless:00 1 1
-remote%5:00:00:inaccessible:00 4 1
-remote%5:00:00:unlikely:00 2 4
-remote%5:00:01:far:00 1 5
-remote%5:00:02:far:00 3 3
-remount%2:38:00:: 1 1
-removal%1:04:00:: 1 9
-removal_firm%1:14:00:: 1 1
-remove%2:30:00:: 1 86
-remove%2:30:01:: 6 2
-remove%2:38:00:: 5 3
-remove%2:40:00:: 3 4
-remove%2:41:00:: 2 4
-remove%2:41:02:: 4 3
-removed%5:00:00:separate:00 1 3
-removed%5:00:01:distant:02 3 1
-removed%5:00:01:far:00 2 2
-remuda%1:14:00:: 1 1
-remuneration%1:21:00:: 1 1
-remunerative%5:00:00:paid:00 1 1
-renaissance%1:04:00:: 2 1
-renaissance%1:28:00:: 1 5
-renal_artery%1:08:00:: 1 1
-rename%2:32:00:: 1 2
-rend%2:35:00:: 1 2
-render%2:30:00:: 1 12
-render%2:32:01:: 5 1
-render%2:36:00:: 4 2
-render%2:36:03:: 3 4
-render%2:40:02:: 2 10
-rendering%1:04:01:: 3 1
-rendering%1:09:00:: 2 1
-rendering%1:10:01:: 1 1
-rendezvous%1:04:00:: 1 3
-rendezvous%1:15:00:: 2 1
-rending%5:00:00:cacophonous:00 1 2
-rendition%1:10:00:: 1 2
-renew%2:30:00:: 2 3
-renew%2:36:00:: 1 7
-renewal%1:04:00:: 1 2
-renewal%1:04:01:: 2 1
-renewed%5:00:00:revived:00 1 1
-renewing%5:00:00:invigorating:00 1 1
-renovation%1:04:00:: 1 1
-rent%1:17:00:: 2 2
-rent%1:21:00:: 1 6
-rent%2:40:00:: 3 1
-rent%2:40:01:: 2 2
-rent%2:41:01:: 1 6
-rent_out%2:40:00:: 1 2
-renunciation%1:10:01:: 1 1
-reopen%2:35:00:: 1 3
-reorder%2:31:00:: 1 1
-reorganize%2:41:00:: 1 3
-reorganize%2:41:01:: 2 1
-reorientation%1:09:00:: 1 1
-repair%1:04:00:: 1 5
-repair%1:26:00:: 2 1
-repair%2:30:00:: 1 11
-repair_to%2:38:00:: 1 1
-repaired%5:00:00:restored:00 1 1
-repairman%1:18:00:: 1 1
-repay%2:40:00:: 1 7
-repay%2:40:01:: 2 1
-repayable%5:00:00:due:00 1 1
-repayment%1:04:00:: 1 1
-repeal%1:04:00:: 1 1
-repeal%2:32:00:: 1 3
-repeat%1:11:00:: 1 2
-repeat%2:30:00:: 3 8
-repeat%2:32:00:: 1 33
-repeat%2:32:01:: 4 7
-repeat%2:36:00:: 2 11
-repeat%2:41:00:: 5 3
-repeated%5:00:00:continual:00 1 6
-repeatedly%4:02:00:: 1 10
-repel%2:32:00:: 4 1
-repel%2:33:00:: 3 2
-repel%2:35:00:: 1 7
-repel%2:37:00:: 2 2
-repent%2:37:01:: 1 2
-repentance%1:12:00:: 1 1
-repentant%3:00:00:: 1 1
-repertory%1:06:00:: 1 3
-repetition%1:04:00:: 2 4
-repetition%1:10:00:: 3 1
-repetition%1:11:00:: 1 6
-repetitious%5:00:00:unvaried:00 1 3
-repetitive%5:00:00:continual:00 1 1
-rephrase%2:32:00:: 1 1
-replace%2:30:00:: 1 24
-replace%2:35:00:: 3 7
-replace%2:40:00:: 4 6
-replace%2:41:00:: 2 21
-replacement%1:04:00:: 1 4
-replacement%1:09:00:: 4 1
-replacement%1:11:00:: 3 2
-replacement%1:18:02:: 2 2
-replacing%1:04:00:: 1 1
-replant%2:35:00:: 1 1
-replenish%2:30:00:: 1 6
-replenishment%1:22:00:: 1 1
-replication%1:04:00:: 1 1
-reply%1:10:00:: 2 2
-reply%1:10:01:: 1 21
-reply%2:32:00:: 1 53
-report%1:10:00:: 3 10
-report%1:10:01:: 2 10
-report%1:10:03:: 1 50
-report%1:11:00:: 4 2
-report%2:32:00:: 1 64
-report%2:32:01:: 4 5
-report%2:32:02:: 6 1
-report%2:32:03:: 3 12
-report%2:32:04:: 2 52
-report%2:32:13:: 5 1
-report_out%2:32:00:: 1 2
-reported%3:00:00:: 1 2
-reportedly%4:02:00:: 1 3
-reporter%1:18:00:: 1 10
-reporting%1:10:00:: 1 1
-reporting_weight%1:07:00:: 1 1
-repose%1:04:00:: 1 3
-repose%2:34:00:: 1 1
-reposeful%5:00:00:quiet:02 1 1
-repository%1:06:00:: 1 2
-repository%1:18:00:: 2 1
-reprehensible%5:00:00:wrong:01 1 1
-represent%2:32:00:: 5 8
-represent%2:32:02:: 2 28
-represent%2:36:01:: 9 2
-represent%2:36:02:: 10 1
-represent%2:41:00:: 4 11
-represent%2:41:02:: 3 14
-represent%2:41:06:: 8 2
-represent%2:42:00:: 7 5
-represent%2:42:01:: 6 7
-represent%2:42:02:: 1 39
-representation%1:04:01:: 3 1
-representation%1:06:00:: 2 10
-representation%1:09:00:: 1 10
-representational%3:00:00:: 1 2
-representative%1:18:00:: 1 8
-representative%1:18:01:: 3 4
-representative%1:18:02:: 2 4
-representative%3:00:00:: 2 1
-representative%5:00:00:typical:00 1 3
-repress%2:41:00:: 1 2
-repressed%5:00:00:inhibited:00 1 1
-repression%1:26:00:: 1 1
-repressive%5:00:00:restrictive:00 1 1
-reprieve%1:26:00:: 1 1
-reprimand%2:32:00:: 1 2
-reprint%1:10:01:: 1 1
-reprint%2:36:00:: 1 1
-reprisal%1:04:00:: 1 2
-reproach%1:10:00:: 1 7
-reproach%1:26:00:: 2 1
-reproach%2:32:00:: 1 2
-reprobate%1:18:00:: 1 1
-reprobate%2:31:00:: 1 1
-reproduce%2:29:00:: 2 1
-reproduce%2:36:00:: 1 13
-reproducibility%1:07:00:: 1 2
-reproducible%3:00:00:: 1 5
-reproducibly%4:02:00:: 1 1
-reproduction%1:22:00:: 1 1
-reproof%1:10:00:: 1 1
-reprovingly%4:02:00:: 1 1
-reptile%1:05:00:: 1 1
-republic%1:14:00:: 1 7
-republican%1:18:00:: 2 1
-republican%1:18:01:: 1 8
-republican%3:01:01:: 1 6
-republican_party%1:14:00:: 1 1
-repudiate%2:31:00:: 2 1
-repudiate%2:32:00:: 1 3
-repugnance%1:12:00:: 1 1
-repulse%2:33:00:: 1 2
-repulsion%1:12:00:: 2 1
-repulsion%1:19:00:: 1 2
-repulsive%5:00:00:offensive:01 1 1
-repulsive_force%1:19:00:: 1 2
-reputable%3:00:00:: 1 4
-reputation%1:26:00:: 1 5
-reputation%1:26:01:: 2 4
-repute%1:26:00:: 1 1
-repute%2:31:00:: 1 2
-reputed%5:00:00:acknowledged:00 1 1
-request%1:10:00:: 2 4
-request%1:10:01:: 1 10
-request%2:32:01:: 1 11
-request%2:32:02:: 2 7
-require%2:32:00:: 3 16
-require%2:32:01:: 2 16
-require%2:34:00:: 4 6
-require%2:42:00:: 1 144
-required%5:00:00:necessary:00 1 13
-required%5:00:00:obligated(p):00 3 1
-required%5:00:00:obligatory:00 2 1
-requirement%1:09:00:: 3 11
-requirement%1:09:01:: 1 19
-requirement%1:17:00:: 2 18
-requisition%1:10:00:: 1 1
-requisition%2:32:00:: 1 2
-reread%2:31:00:: 1 3
-rerun%2:32:00:: 1 1
-reschedule%2:32:00:: 1 1
-rescind%2:32:00:: 1 3
-rescue%1:04:00:: 1 3
-rescue%2:41:00:: 1 11
-reseal%2:35:00:: 1 1
-research%1:04:00:: 1 46
-research%1:09:00:: 2 6
-research%2:32:00:: 1 1
-researchable%5:00:00:possible:00 1 1
-researcher%1:18:00:: 1 3
-resemblance%1:07:00:: 1 7
-resemble%2:42:00:: 1 24
-resent%2:37:00:: 1 14
-resentful%3:00:00:: 1 4
-resentfully%4:02:00:: 1 1
-resentment%1:12:00:: 1 6
-reserpine%1:06:00:: 1 1
-reservation%1:04:01:: 4 1
-reservation%1:09:00:: 3 1
-reservation%1:10:00:: 2 1
-reservation%1:15:00:: 1 5
-reserve%1:07:01:: 1 2
-reserve%1:18:00:: 3 1
-reserve%1:21:00:: 2 1
-reserve%2:31:00:: 2 6
-reserve%2:32:00:: 4 1
-reserve%2:40:00:: 3 5
-reserve%2:40:03:: 1 7
-reserve%5:00:00:nonoperational:00 1 5
-reserves%1:14:00:: 1 5
-reservoir%1:06:00:: 3 1
-reservoir%1:06:01:: 2 1
-reservoir%1:23:00:: 1 2
-reset%2:32:00:: 1 1
-resettle%2:30:00:: 1 1
-reshape%2:31:00:: 1 1
-reside%2:42:00:: 1 10
-reside%2:42:01:: 2 1
-residence%1:04:00:: 3 2
-residence%1:06:00:: 2 2
-residence%1:06:01:: 4 1
-residence%1:15:00:: 1 11
-resident%1:18:00:: 1 6
-resident%3:00:00:: 1 2
-resident%3:00:04:: 2 1
-residential%3:00:00:: 1 13
-residential%3:01:00:: 2 5
-residual%3:01:00:: 1 1
-residue%1:24:00:: 2 1
-residue%1:27:00:: 1 2
-resift%2:35:00:: 1 1
-resign%2:41:00:: 1 9
-resignation%1:10:00:: 2 1
-resignation%1:10:01:: 3 1
-resignation%1:12:00:: 1 1
-resignedly%4:02:00:: 1 1
-resilience%1:07:00:: 1 1
-resiny%5:00:00:adhesive:00 1 1
-resist%2:33:00:: 2 11
-resist%2:33:01:: 4 1
-resist%2:41:02:: 3 2
-resist%2:42:01:: 1 12
-resistance%1:04:01:: 4 1
-resistance%1:04:02:: 1 6
-resistance%1:19:00:: 2 4
-resistance%1:19:01:: 3 2
-resistance_thermometer%1:06:00:: 1 1
-resistant%5:00:00:unsusceptible:00 1 1
-resistive%3:01:00:: 1 1
-resistor%1:06:00:: 1 7
-resmudge%2:35:00:: 1 1
-resolute%3:00:00:: 1 1
-resolutely%4:02:00:: 1 2
-resolution%1:04:01:: 4 2
-resolution%1:07:00:: 3 2
-resolution%1:09:00:: 6 1
-resolution%1:09:01:: 5 1
-resolution%1:10:01:: 1 12
-resolution%1:19:00:: 2 2
-resolve%1:07:00:: 1 1
-resolve%2:31:01:: 1 8
-resolve%2:31:02:: 3 6
-resolve%2:31:03:: 6 1
-resolve%2:31:04:: 4 3
-resolve%2:32:00:: 2 6
-resolve%2:39:00:: 5 1
-resolved%5:00:00:resolute:00 1 2
-resonance%1:07:00:: 3 1
-resonance%1:19:00:: 2 3
-resonance%1:19:01:: 1 5
-resonant%5:00:00:reverberant:00 1 3
-resorcinol%1:27:00:: 1 2
-resort%1:15:00:: 1 1
-resort%2:41:11:: 1 7
-resound%2:39:01:: 1 1
-resounding%5:00:00:reverberant:00 1 1
-resource%1:07:00:: 2 8
-resource%1:09:00:: 3 2
-resource%1:21:00:: 1 12
-resourcefulness%1:07:00:: 1 1
-respect%1:04:02:: 5 1
-respect%1:04:03:: 4 1
-respect%1:09:00:: 1 15
-respect%1:09:01:: 3 5
-respect%1:26:00:: 2 5
-respect%2:31:00:: 1 12
-respect%2:41:00:: 2 4
-respect_to%1:24:00:: 1 2
-respectable%3:00:00:: 1 5
-respectable%5:00:00:considerable:00 3 2
-respectable%5:00:00:reputable:00 2 5
-respected%5:00:00:reputable:00 1 2
-respectful%3:00:00:: 1 3
-respective%5:00:00:individual:00 1 4
-respectively%4:02:00:: 1 18
-respects%1:10:00:: 1 3
-respiration%1:04:00:: 1 1
-respiratory%3:01:00:: 1 13
-respiratory_tract%1:08:00:: 1 2
-respite%1:04:00:: 2 2
-respite%1:11:00:: 3 1
-respite%1:26:00:: 1 2
-resplendent%5:00:00:beautiful:00 1 1
-respond%2:31:00:: 1 33
-respond%2:31:01:: 3 1
-respond%2:32:00:: 2 7
-response%1:04:01:: 2 11
-response%1:10:01:: 3 6
-response%1:10:02:: 4 4
-response%1:10:03:: 5 1
-response%1:19:00:: 1 11
-responsibility%1:04:00:: 1 17
-responsibility%1:07:00:: 3 2
-responsibility%1:26:00:: 2 2
-responsible%3:00:00:: 1 9
-responsible%5:00:00:causative:00 2 1
-responsible_for%5:00:00:causative:00 1 9
-responsibly%4:02:00:: 1 1
-responsiveness%1:09:00:: 1 2
-rest%1:04:00:: 2 6
-rest%1:06:00:: 6 1
-rest%1:24:00:: 1 44
-rest%1:26:00:: 4 1
-rest%1:26:01:: 5 1
-rest%1:28:00:: 3 3
-rest%2:29:00:: 5 4
-rest%2:30:00:: 6 2
-rest%2:32:00:: 2 8
-rest%2:32:01:: 3 6
-rest%2:35:00:: 1 20
-rest%2:35:01:: 9 1
-rest%2:35:02:: 10 1
-rest%2:35:04:: 8 1
-rest%2:42:00:: 4 4
-rest%2:42:12:: 7 1
-rest_on%2:35:00:: 1 8
-rest_on%2:42:00:: 2 6
-rest_room%1:06:00:: 1 1
-restate%2:32:00:: 1 2
-restatement%1:10:00:: 1 4
-restaurant%1:06:00:: 1 7
-restive%5:00:00:tense:03 1 2
-restively%4:02:00:: 1 1
-restless%5:00:00:discontented:00 2 2
-restless%5:00:00:moving:02 3 1
-restless%5:00:00:unquiet:00 1 2
-restlessly%4:02:00:: 1 2
-restlessness%1:07:01:: 1 1
-restock%2:40:00:: 1 1
-restoration%1:04:00:: 2 1
-restoration%1:04:01:: 3 1
-restoration%1:28:00:: 1 1
-restore%2:30:00:: 2 4
-restore%2:30:01:: 4 1
-restore%2:40:00:: 3 2
-restore%2:41:01:: 1 10
-restrain%2:30:00:: 2 3
-restrain%2:35:00:: 3 1
-restrain%2:35:01:: 4 1
-restrain%2:41:01:: 1 11
-restrained%3:00:00:: 2 1
-restrained%5:00:00:undemonstrative:00 1 2
-restraint%1:04:00:: 1 5
-restraint%1:07:00:: 2 2
-restrict%2:30:00:: 3 4
-restrict%2:30:01:: 4 2
-restrict%2:30:02:: 1 9
-restrict%2:41:00:: 2 5
-restricted%3:00:00:: 1 2
-restricted%5:00:00:modified:00 2 1
-restricting%5:00:00:restrictive:00 1 1
-restriction%1:04:00:: 3 1
-restriction%1:07:00:: 2 2
-restriction%1:09:00:: 1 5
-restrictive%3:00:00:: 1 1
-restrictive%5:00:00:protective:00 2 1
-resublimed%3:44:00:: 1 1
-result%1:10:00:: 2 25
-result%1:11:00:: 3 24
-result%1:19:00:: 1 83
-result%2:42:00:: 1 45
-result%2:42:02:: 2 38
-resultant%5:00:00:subsequent:00 1 5
-resulting%5:00:00:subsequent:00 1 7
-resume%1:10:00:: 1 4
-resume%2:30:00:: 1 17
-resume%2:30:01:: 2 5
-resume%2:41:00:: 3 4
-resumption%1:04:00:: 1 1
-resurrect%2:29:00:: 1 1
-resuspend%2:30:00:: 1 3
-resuspension%1:27:00:: 1 1
-retail%1:04:00:: 1 1
-retail%2:42:00:: 1 1
-retail%3:00:00:: 1 1
-retailer%1:18:00:: 1 5
-retailing%1:04:00:: 1 4
-retain%2:40:00:: 5 1
-retain%2:40:01:: 1 28
-retain%2:41:00:: 4 1
-retain%2:41:01:: 3 2
-retain%2:42:00:: 2 2
-retained%5:00:00:preserved:01 1 1
-retaliate%2:33:00:: 2 1
-retaliate%2:33:01:: 1 1
-retaliation%1:04:00:: 1 3
-retaliatory%5:00:00:reciprocal:00 1 1
-retard%2:30:01:: 1 1
-retardation%1:07:00:: 1 1
-retarded%3:00:00:: 1 1
-retch%2:29:00:: 1 1
-retention%1:04:00:: 1 8
-retention%1:09:00:: 2 1
-retentive%3:00:00:: 1 1
-retentiveness%1:09:00:: 1 1
-rethink%2:31:00:: 1 2
-reticulate%3:00:00:: 1 3
-retie%2:35:00:: 1 1
-retina%1:08:00:: 1 1
-retinal%3:01:00:: 1 3
-retire%2:38:00:: 3 2
-retire%2:38:03:: 4 2
-retire%2:40:00:: 8 1
-retire%2:41:00:: 6 1
-retire%2:41:01:: 1 18
-retire%2:41:02:: 2 7
-retire%2:41:03:: 7 1
-retire%2:41:04:: 5 1
-retired%5:00:00:inactive:08 1 11
-retired%5:00:01:old:02 2 1
-retired_person%1:18:00:: 1 1
-retirement%1:04:00:: 2 1
-retirement%1:26:00:: 1 9
-retiring%5:00:00:retreating:00 2 1
-retiring%5:00:00:unobtrusive:00 1 1
-retort%1:10:00:: 1 1
-retort%2:32:00:: 1 4
-retrace%2:38:00:: 1 6
-retract%2:32:00:: 1 3
-retraining%1:04:00:: 1 1
-retranslate%2:32:00:: 1 1
-retreat%1:04:00:: 1 3
-retreat%2:38:00:: 1 10
-retreated%1:14:00:: 1 1
-retreating%3:00:00:: 1 6
-retribution%1:04:00:: 2 1
-retribution%1:21:00:: 1 1
-retrieve%2:40:00:: 1 10
-retrogressive%5:00:00:regressive:01 1 1
-retrospect%1:09:00:: 1 1
-retrospective%1:14:00:: 1 1
-retrovision%1:09:00:: 1 1
-return%1:04:00:: 5 2
-return%1:04:01:: 2 6
-return%1:04:02:: 4 3
-return%1:10:01:: 1 32
-return%1:11:02:: 3 3
-return%1:21:00:: 6 1
-return%2:30:00:: 3 12
-return%2:30:01:: 9 2
-return%2:32:00:: 4 5
-return%2:32:01:: 8 2
-return%2:32:03:: 11 1
-return%2:35:01:: 7 2
-return%2:38:00:: 1 111
-return%2:38:12:: 5 3
-return%2:40:00:: 10 1
-return%2:40:03:: 6 2
-return%2:40:08:: 2 14
-return_address%1:10:00:: 1 1
-reunion%1:04:00:: 2 1
-reunion%1:14:00:: 1 1
-reunite%2:41:00:: 1 2
-reunite%2:41:01:: 2 2
-reuse%2:34:00:: 1 1
-rev%2:30:00:: 1 1
-revamp%2:30:00:: 1 3
-reveal%2:32:00:: 2 17
-reveal%2:39:00:: 1 34
-reveal%2:39:01:: 3 10
-revealing%5:00:00:informative:00 1 1
-revel%1:04:00:: 1 1
-revel%2:34:00:: 1 3
-revelation%1:09:00:: 2 4
-revelation%1:10:02:: 1 4
-reveller%1:18:00:: 1 1
-revelry%1:04:00:: 1 1
-revenge%1:04:00:: 1 8
-revenge%2:33:00:: 1 1
-revenue%1:21:01:: 1 5
-reverberate%2:39:00:: 1 1
-reverberation%1:07:00:: 1 2
-revere%2:37:00:: 2 1
-revere%2:37:01:: 1 2
-revered%5:00:00:honorable:00 1 1
-reverence%2:37:00:: 1 1
-reverend%1:18:00:: 1 1
-reverie%1:09:00:: 2 1
-reverie%1:09:01:: 1 1
-reversal%1:04:00:: 1 1
-reverse%1:06:00:: 2 1
-reverse%1:24:00:: 1 1
-reverse%2:30:00:: 1 8
-reverse%2:30:01:: 2 7
-reverse%2:31:00:: 3 2
-reverse%5:00:00:backward:01 1 1
-reversibility%1:07:00:: 1 1
-reversible%3:00:00:: 1 2
-revert%2:30:00:: 1 3
-revery%1:09:00:: 1 1
-revetment%1:06:01:: 1 1
-review%1:04:00:: 3 1
-review%1:09:00:: 1 4
-review%1:10:01:: 2 2
-review%2:31:00:: 1 13
-review%2:31:02:: 3 3
-review%2:32:00:: 2 9
-reviewer%1:18:01:: 1 1
-reviewing_stand%1:06:00:: 1 1
-revile%2:32:00:: 1 1
-revise%2:32:00:: 1 6
-revise%2:41:00:: 2 3
-revised%5:00:00:altered:00 1 3
-revision%1:04:00:: 1 3
-revision%1:10:00:: 3 1
-revision%1:10:01:: 2 1
-revitalize%2:29:00:: 1 1
-revival%1:04:01:: 1 1
-revive%2:29:00:: 2 5
-revive%2:29:01:: 1 5
-revive%2:30:00:: 3 2
-revive%2:30:01:: 4 1
-revolt%1:04:00:: 1 4
-revolution%1:04:00:: 2 6
-revolution%1:11:01:: 1 6
-revolutionary%5:00:00:new:00 1 7
-revolutionize%2:30:00:: 1 1
-revolve%2:38:00:: 1 1
-revolve%2:38:01:: 2 1
-revolve_about%2:42:00:: 1 2
-revolve_around%2:42:00:: 1 2
-revolver%1:06:00:: 1 4
-revolving_fund%1:21:00:: 1 1
-revulsion%1:12:00:: 1 3
-reward%1:04:01:: 3 2
-reward%1:10:00:: 4 1
-reward%1:11:00:: 1 4
-reward%1:21:00:: 2 2
-reward%2:32:00:: 2 1
-reward%2:41:01:: 1 1
-rewarding%3:00:00:: 1 2
-rewrite%2:32:00:: 1 3
-rh%1:27:01:: 1 2
-rh_antibody%1:27:00:: 1 4
-rhetorician%1:18:00:: 1 1
-rheumatic_fever%1:26:00:: 1 1
-rheumatism%1:26:00:: 1 2
-rhino%1:05:00:: 1 2
-rhinoceros%1:05:00:: 1 1
-rhinotracheitis%1:26:00:: 1 2
-rhode_island%1:15:00:: 1 9
-rhode_islander%1:18:00:: 1 4
-rhubarb%1:13:00:: 1 2
-rhyme%1:10:00:: 1 1
-rhyme%1:10:01:: 2 1
-rhyme%2:36:00:: 1 1
-rhythm%1:04:00:: 5 1
-rhythm%1:07:01:: 2 6
-rhythm%1:10:00:: 4 1
-rhythm%1:10:01:: 1 7
-rhythm%1:28:00:: 3 1
-rhythm_method%1:04:00:: 1 1
-rhythmic%3:00:00:: 1 3
-rhythmical%3:00:00:: 1 1
-rhythmically%4:02:00:: 1 1
-rib%1:06:00:: 1 4
-rib%1:08:01:: 2 2
-rib_cage%1:08:00:: 1 2
-ribbon%1:17:00:: 1 6
-ribbon_snake%1:05:00:: 1 2
-ribes%1:20:00:: 1 1
-ribes_sanguineum%1:20:00:: 1 1
-riboflavin%1:27:00:: 1 1
-rice%1:13:00:: 1 5
-rice%1:20:00:: 2 4
-rice_paddy%1:15:00:: 1 1
-rich%3:00:00:: 1 17
-rich%3:00:02:: 2 5
-rich%5:00:00:colorful:00 5 2
-rich%5:00:00:fruitful:00 4 2
-rich%5:00:00:valuable:00 3 2
-rich%5:00:02:productive:00 6 1
-rich_in%5:00:00:full:00 1 2
-rich_man%1:18:00:: 1 2
-richly%4:02:02:: 1 1
-richmond%1:15:00:: 1 4
-richness%1:07:01:: 3 1
-richness%1:07:03:: 1 3
-richness%1:26:00:: 2 1
-rickety%5:00:00:unstable:00 1 1
-ricochet%2:38:00:: 1 1
-rid%2:40:00:: 1 5
-ridden%5:00:00:controlled:00 1 2
-riddle%1:10:00:: 1 1
-riddle%2:31:01:: 2 1
-riddle%2:35:00:: 1 2
-riddled%5:00:00:damaged:00 1 1
-ride%1:04:00:: 1 6
-ride%2:32:00:: 5 1
-ride%2:38:00:: 2 30
-ride%2:38:01:: 1 53
-ride%2:38:02:: 4 2
-ride%2:42:00:: 3 2
-ride_away%2:38:00:: 1 2
-ride_herd%2:38:00:: 1 1
-ride_herd_on%2:39:00:: 1 1
-ride_off%2:38:00:: 1 1
-ride_the_bench%2:41:00:: 1 1
-rider%1:10:00:: 2 2
-rider%1:18:00:: 1 11
-ridge%1:17:00:: 1 6
-ridicule%1:10:00:: 1 2
-ridicule%2:32:00:: 1 3
-ridiculous%5:00:00:foolish:00 2 3
-ridiculous%5:00:00:undignified:00 1 4
-ridiculously%4:02:00:: 1 1
-riding_boot%1:06:00:: 1 2
-riffle%2:35:01:: 1 1
-rifle%1:06:00:: 1 75
-rifle%2:40:00:: 1 1
-rifle_ball%1:06:00:: 1 1
-rifleman%1:18:00:: 2 1
-rifleman%1:18:01:: 1 3
-rift%1:17:01:: 1 1
-rig%1:06:00:: 1 2
-rig%2:35:00:: 3 1
-rig%2:40:00:: 2 1
-rig%2:41:00:: 1 1
-rig-veda%1:10:00:: 1 1
-rig_up%2:36:00:: 1 1
-rigger%1:06:00:: 2 1
-rigger%1:18:00:: 1 1
-right%1:04:00:: 6 2
-right%1:06:00:: 3 5
-right%1:07:00:: 1 41
-right%1:07:01:: 7 1
-right%1:08:00:: 5 2
-right%1:14:00:: 4 4
-right%1:15:00:: 2 27
-right%3:00:00:: 1 20
-right%3:00:01:: 4 10
-right%3:00:02:: 2 20
-right%3:00:04:: 5 2
-right%4:02:00:: 6 3
-right%4:02:01:: 5 3
-right%4:02:03:: 4 4
-right%4:02:04:: 1 17
-right%4:02:05:: 9 1
-right%4:02:06:: 8 2
-right%4:02:07:: 7 2
-right%4:02:08:: 2 14
-right%4:02:09:: 3 11
-right%5:00:00:appropriate:00 6 1
-right%5:00:01:proper:00 3 16
-right-hand%5:00:00:right-handed:00 2 1
-right-hand%5:00:00:right:00 1 1
-right-hander%1:18:01:: 1 2
-right_angle%1:25:00:: 1 1
-right_away%4:02:00:: 1 10
-right_coronary_artery%1:08:00:: 1 1
-right_hand%1:08:00:: 1 3
-right_of_entry%1:07:00:: 1 2
-right_to_vote%1:07:00:: 1 2
-right_ventricle%1:08:00:: 1 1
-righteous%3:00:00:: 1 1
-righteousness%1:07:00:: 1 1
-rightfield%1:06:00:: 1 3
-rightful%5:00:00:just:00 1 1
-rightfully%4:02:00:: 1 2
-rightly%4:02:00:: 1 4
-rightness%1:07:00:: 1 1
-rigid%5:00:00:inflexible:01 1 5
-rigid%5:00:00:intolerant:00 2 2
-rigid%5:00:00:unadaptable:00 3 2
-rigidly%4:02:00:: 1 3
-rigor%1:07:00:: 1 2
-rigorous%5:00:00:demanding:01 2 1
-rigorous%5:00:00:exact:00 1 1
-rigorously%4:02:00:: 1 1
-rim%1:25:00:: 1 2
-rim%2:42:00:: 1 1
-rimless%3:00:00:: 1 1
-ring%1:06:02:: 3 2
-ring%1:06:04:: 4 1
-ring%1:07:00:: 1 4
-ring%1:25:00:: 2 2
-ring%2:32:00:: 5 1
-ring%2:39:00:: 1 15
-ring%2:39:01:: 3 5
-ring%2:39:04:: 2 7
-ring%2:42:00:: 4 1
-ring-around-a-rosy%1:04:00:: 1 1
-ring_out%2:39:00:: 1 4
-ring_up%2:32:00:: 1 1
-ringing%1:10:00:: 2 1
-ringing%1:11:00:: 1 1
-rinse%2:35:00:: 1 1
-rinse%2:35:02:: 2 1
-riot%1:04:00:: 1 1
-riotous%5:00:00:abundant:00 1 2
-riotous%5:00:00:unquiet:00 2 1
-rip%2:35:00:: 1 8
-rip%2:35:01:: 3 2
-rip%2:38:00:: 2 2
-ripe%3:00:00:: 1 6
-ripe%5:00:00:ready:00 2 1
-ripen%2:30:00:: 2 1
-ripen%2:30:01:: 1 1
-ripening%1:22:00:: 1 1
-ripping%5:00:00:cacophonous:00 1 1
-ripple%1:11:00:: 1 4
-ripple%1:11:01:: 2 1
-ripple%2:38:00:: 1 2
-ripple%2:39:00:: 2 1
-rise%1:04:00:: 2 3
-rise%1:07:01:: 6 1
-rise%1:07:02:: 5 1
-rise%1:11:00:: 1 8
-rise%1:11:02:: 4 1
-rise%1:17:00:: 3 1
-rise%2:29:08:: 10 4
-rise%2:30:00:: 2 23
-rise%2:30:02:: 9 4
-rise%2:30:03:: 8 4
-rise%2:30:09:: 11 3
-rise%2:33:00:: 13 2
-rise%2:37:00:: 12 2
-rise%2:38:00:: 1 26
-rise%2:38:01:: 17 1
-rise%2:38:02:: 16 1
-rise%2:38:03:: 15 1
-rise%2:38:04:: 5 5
-rise%2:38:05:: 3 20
-rise%2:38:06:: 7 4
-rise%2:38:08:: 18 1
-rise%2:41:00:: 14 1
-rise%2:42:00:: 4 8
-rise%2:42:01:: 6 4
-rise_up%2:38:00:: 1 4
-rising%3:00:00:: 1 3
-rising%3:00:01:: 2 2
-rising%5:00:00:increasing:00 3 1
-risk%1:04:00:: 2 2
-risk%1:26:00:: 1 4
-risk%2:41:00:: 1 8
-risk%2:41:01:: 2 2
-risky%5:00:00:dangerous:00 1 1
-rite%1:04:00:: 2 2
-rite%1:04:01:: 1 2
-ritual%1:04:00:: 1 6
-ritual%1:04:01:: 2 4
-ritualize%2:30:00:: 1 1
-rival%1:18:00:: 1 1
-rival%2:42:00:: 1 4
-rival%5:00:00:competitive:00 1 4
-rive%2:35:00:: 1 1
-river%1:17:00:: 1 55
-riverbank%1:17:00:: 1 2
-rivet%2:31:00:: 1 2
-rivulet%1:17:00:: 1 1
-road%1:04:00:: 2 2
-road%1:06:00:: 1 94
-road_game%1:04:00:: 1 1
-road_show%1:04:00:: 1 1
-roadblock%1:09:00:: 1 1
-roadside%1:06:00:: 1 2
-roadway%1:06:00:: 1 11
-roam%2:38:00:: 1 7
-roar%1:10:00:: 2 2
-roar%1:11:00:: 1 13
-roar%2:32:01:: 1 15
-roar%2:32:02:: 3 6
-roar%2:32:03:: 2 7
-roar%2:32:05:: 5 1
-roar%2:38:00:: 4 1
-roar_off%2:38:00:: 1 1
-roarer%1:18:00:: 1 1
-roaring%1:11:00:: 1 2
-roast%2:30:00:: 1 4
-roasted%5:00:00:cooked:00 1 1
-rob%2:40:00:: 1 5
-rob%2:40:01:: 2 5
-robber%1:18:01:: 1 5
-robbery%1:04:00:: 1 3
-robe%1:06:00:: 1 3
-robe%1:06:01:: 2 1
-robe%2:29:00:: 1 1
-robert_e_lee%1:18:00:: 1 1
-robust%3:00:00:: 1 1
-robustness%1:07:00:: 1 1
-rock%1:17:01:: 1 14
-rock%1:27:00:: 2 6
-rock%2:38:00:: 1 6
-rock%2:38:01:: 2 5
-rock-steady%5:00:00:steady:00 1 1
-rock_outcrop%1:17:00:: 1 1
-rock_python%1:05:00:: 1 2
-rocket%1:06:00:: 2 2
-rocket%1:06:01:: 1 2
-rocklike%5:00:00:hard:01 1 2
-rocky%5:00:00:rough:00 1 3
-rod%1:05:00:: 2 1
-rod%1:06:00:: 1 1
-rodeo%1:04:00:: 1 2
-rogue%1:18:00:: 1 1
-roiling%5:00:00:agitated:02 1 2
-role%1:04:00:: 1 34
-role%1:04:01:: 4 6
-role%1:07:00:: 3 8
-role%1:09:00:: 2 10
-roleplay%2:36:00:: 1 1
-roleplaying%1:04:00:: 1 16
-roll%1:06:01:: 4 1
-roll%1:10:00:: 2 2
-roll%1:11:01:: 3 1
-roll%1:11:02:: 1 2
-roll%2:29:06:: 9 1
-roll%2:30:10:: 8 1
-roll%2:35:00:: 6 2
-roll%2:35:01:: 7 1
-roll%2:35:05:: 4 6
-roll%2:38:00:: 1 22
-roll%2:38:01:: 2 10
-roll%2:39:00:: 5 2
-roll%2:42:00:: 3 7
-roll_out%2:35:01:: 1 1
-roll_over%2:38:00:: 1 3
-roll_up%2:30:01:: 1 1
-rolled_into_one%5:00:00:combined:00 1 1
-rolled_out%5:00:00:extended:00 1 1
-roller%1:04:00:: 1 1
-roller_skate%1:06:00:: 1 1
-rollickingly%4:02:00:: 1 1
-rolling%5:00:00:moving:02 3 1
-rolling%5:00:00:pronounceable:00 2 1
-rolling%5:00:00:reverberant:00 1 4
-rolling_stock%1:06:00:: 1 1
-roman%1:18:00:: 1 3
-roman%3:01:01:: 2 2
-roman%3:01:02:: 1 2
-roman_candle%1:06:00:: 1 1
-roman_catholic%1:14:00:: 2 4
-roman_catholic%1:18:00:: 1 8
-roman_catholic_church%1:14:00:: 1 7
-roman_catholicism%1:09:00:: 1 1
-roman_church%1:14:00:: 1 2
-roman_collar%1:06:00:: 1 1
-roman_nose%1:08:00:: 1 1
-romance%1:07:00:: 2 1
-romance%1:26:00:: 1 4
-romantic%1:18:00:: 1 2
-romantic%1:18:01:: 2 1
-romantic%3:01:00:: 1 6
-romantic%5:00:01:loving:00 2 2
-romanticism%1:07:00:: 1 1
-romanticize%2:31:00:: 1 3
-rome%1:14:00:: 2 2
-rome%1:15:00:: 1 4
-romp%1:11:00:: 1 1
-romp%2:38:00:: 1 2
-roof%1:06:00:: 1 34
-roof%1:06:01:: 2 1
-roof%2:35:00:: 1 1
-roof_of_the_mouth%1:08:00:: 1 1
-roofer%1:18:00:: 1 1
-rooftop%1:15:00:: 1 2
-rooftree%1:06:00:: 1 1
-rookie%1:18:00:: 1 8
-room%1:06:00:: 1 116
-room%1:23:00:: 2 10
-room%1:26:00:: 3 3
-room%2:42:00:: 1 1
-room_clerk%1:18:00:: 1 1
-room_temperature%1:07:00:: 1 9
-roomful%1:23:00:: 1 1
-rooms%1:06:00:: 1 2
-roosevelt%1:18:02:: 1 1
-roost%2:35:00:: 1 1
-rooster%1:05:00:: 1 3
-root%1:10:00:: 3 2
-root%1:14:00:: 5 1
-root%1:15:00:: 2 2
-root%1:20:00:: 1 11
-root%1:23:00:: 4 1
-root%2:30:00:: 1 2
-root_cellar%1:06:00:: 1 1
-root_out%2:35:00:: 1 1
-rooting%1:22:00:: 1 2
-rope%1:06:00:: 1 5
-rosary%1:06:00:: 1 1
-rose%1:20:00:: 1 5
-rose%5:00:00:chromatic:00 1 1
-rose_of_sharon%1:20:00:: 1 1
-rosebud%1:20:00:: 1 1
-rosette%1:06:00:: 1 1
-roster%1:10:01:: 1 2
-rostrum%1:06:00:: 1 1
-rosy%5:00:00:chromatic:00 3 1
-rosy%5:00:00:healthy:00 2 1
-rosy%5:00:00:optimistic:00 1 1
-rot%1:22:00:: 2 1
-rot%1:26:00:: 1 1
-rot%2:30:00:: 1 3
-rotary%3:01:00:: 1 1
-rotary_club%1:14:00:: 1 1
-rotate%2:33:00:: 3 1
-rotate%2:38:01:: 1 8
-rotate%2:41:00:: 2 1
-rotated%5:00:00:turned:00 1 1
-rotating%5:00:00:moving:02 1 2
-rotation%1:04:00:: 1 3
-rotc%1:14:00:: 1 1
-rotor%1:06:01:: 1 6
-rotten%5:00:03:bad:00 1 1
-rotting%5:00:00:rotten:00 1 1
-rotundity%1:07:00:: 1 1
-rough%2:36:01:: 1 1
-rough%3:00:00:: 1 13
-rough%4:02:03:: 1 1
-rough%5:00:00:aggressive:00 7 1
-rough%5:00:00:cacophonous:00 6 1
-rough%5:00:00:difficult:00 4 1
-rough%5:00:00:inexact:00 3 2
-rough%5:00:00:stormy:00 5 1
-rough%5:00:00:unrefined:01 2 2
-rough_out%2:36:00:: 1 1
-roughen%2:35:00:: 1 1
-roughhewn%5:00:00:unfinished:02 1 1
-roughly%4:02:00:: 1 9
-roughly%4:02:02:: 3 1
-roughly%4:02:03:: 2 1
-roughneck%1:18:00:: 1 1
-roughness%1:07:00:: 1 2
-roughness%1:07:01:: 2 1
-roughness%1:07:02:: 3 1
-roulette_ball%1:06:00:: 1 1
-round%1:04:00:: 4 1
-round%1:04:01:: 6 1
-round%1:04:03:: 5 1
-round%1:06:01:: 1 6
-round%1:15:00:: 3 1
-round%1:28:01:: 2 2
-round%2:30:00:: 2 1
-round%2:38:00:: 1 3
-round%3:00:00:: 1 12
-round%4:02:00:: 1 3
-round%5:00:00:full:01 2 1
-round%5:00:00:inexact:00 3 1
-round-bottom%5:00:00:bottomed:00 1 1
-round-faced%5:00:00:faced:00 1 1
-round_bone%1:08:00:: 1 2
-round_off%2:30:01:: 1 1
-round_out%2:30:00:: 2 3
-round_out%2:30:03:: 1 3
-round_table%1:10:00:: 1 1
-round_up%2:35:00:: 1 4
-roundabout%5:00:00:indirect:00 2 1
-roundabout%5:00:00:indirect:02 1 1
-rounded%3:00:00:: 1 3
-rounded%5:00:00:endomorphic:00 2 1
-roundhouse%1:04:00:: 2 1
-roundhouse%1:06:00:: 1 1
-roundly%4:02:00:: 1 1
-roundup%1:04:01:: 1 2
-rouse%2:38:01:: 1 2
-rousing%5:00:00:stimulating:00 1 1
-rousseau%1:18:00:: 1 13
-rousseauan%3:01:00:: 1 1
-rout%2:33:00:: 1 1
-rout_out%2:38:00:: 2 1
-rout_out%2:40:00:: 1 1
-route%1:06:00:: 2 2
-route%1:15:00:: 1 11
-routine%1:04:00:: 1 10
-routine%1:10:00:: 3 1
-routine%1:10:01:: 2 2
-routine%5:00:00:ordinary:00 2 2
-routine%5:00:00:regular:00 1 3
-routinely%4:02:00:: 1 1
-rove%2:38:00:: 1 2
-row%1:06:00:: 4 1
-row%1:10:00:: 2 3
-row%1:14:00:: 1 23
-row%1:17:00:: 3 1
-row%2:38:00:: 1 4
-row_house%1:06:00:: 1 1
-rowdy%1:18:00:: 1 1
-rowdy%5:00:00:disorderly:00 1 1
-royal%3:01:00:: 1 4
-royal%3:01:01:: 2 1
-royal_brace%1:06:00:: 1 1
-royal_family%1:14:00:: 1 1
-royal_house%1:14:00:: 1 1
-royalty%1:14:00:: 2 1
-royalty%1:21:00:: 1 5
-rpm%1:28:00:: 1 6
-rub%2:35:00:: 1 19
-rub%2:35:01:: 2 1
-rubber%1:27:00:: 1 4
-rubber%5:00:00:impermeable:00 1 1
-rubberized%5:00:00:processed:00 1 1
-rubberlike%5:00:00:elastic:00 1 1
-rubbery%5:00:00:elastic:00 1 1
-rubbish%1:27:00:: 1 1
-rubble%1:27:00:: 1 1
-rubric%1:10:02:: 1 1
-ruby%1:21:00:: 1 1
-ruck%1:14:00:: 1 1
-rudder%1:06:01:: 1 1
-rudderless%5:00:00:purposeless:00 1 1
-ruddy%5:00:00:healthy:00 1 1
-rude%5:00:00:impolite:00 1 2
-rude%5:00:00:unrefined:01 2 1
-rudely%4:02:00:: 1 1
-rudeness%1:07:00:: 1 1
-rudimentary%5:00:00:basic:00 1 1
-rudimentary%5:00:00:incomplete:00 2 1
-ruefully%4:02:00:: 1 2
-ruffian%1:18:00:: 1 1
-ruffle%2:37:00:: 2 1
-ruffle%2:38:00:: 1 1
-ruffled%5:00:00:adorned:00 2 1
-ruffled%5:00:00:agitated:02 1 1
-rug%1:06:00:: 1 4
-rugged%3:00:00:: 1 9
-rugged_individualist%1:18:00:: 1 1
-ruin%1:06:00:: 2 2
-ruin%1:26:00:: 1 3
-ruin%2:35:00:: 1 4
-ruined%5:00:00:lost:02 1 1
-ruinous%5:00:00:harmful:00 1 1
-rule%1:09:00:: 1 15
-rule%1:09:01:: 2 15
-rule%1:09:03:: 5 3
-rule%1:10:00:: 3 10
-rule%1:10:01:: 4 7
-rule%2:31:00:: 2 9
-rule%2:32:00:: 4 1
-rule%2:41:00:: 1 12
-rule%2:42:00:: 3 2
-rule_in%2:33:00:: 1 1
-rule_out%2:31:00:: 3 1
-rule_out%2:33:00:: 2 1
-rule_out%2:42:00:: 1 6
-ruled%5:00:00:subordinate:02 1 1
-ruler%1:06:00:: 2 1
-ruler%1:18:00:: 1 4
-ruling%1:04:00:: 1 4
-ruling%5:00:00:powerful:00 1 1
-ruling_class%1:14:00:: 1 1
-rumanian%1:10:00:: 1 1
-rumanian%3:01:00:: 1 1
-rumble%1:11:00:: 1 4
-rumble%2:32:00:: 2 1
-rumble%2:39:00:: 1 3
-rumen%1:05:00:: 1 1
-rummage%2:35:00:: 1 2
-rumor%1:10:00:: 1 14
-rumor%2:32:00:: 1 1
-rump%1:05:00:: 1 1
-rumpus%1:04:00:: 1 1
-run%1:04:00:: 7 1
-run%1:04:01:: 1 18
-run%1:04:02:: 5 1
-run%1:04:04:: 6 1
-run%1:04:06:: 2 5
-run%1:11:02:: 3 2
-run%1:14:00:: 4 1
-run%2:30:03:: 14 3
-run%2:30:07:: 15 3
-run%2:33:06:: 9 7
-run%2:35:00:: 7 8
-run%2:35:01:: 22 2
-run%2:35:04:: 13 3
-run%2:36:00:: 21 2
-run%2:36:01:: 10 5
-run%2:36:02:: 20 2
-run%2:38:00:: 1 106
-run%2:38:01:: 6 9
-run%2:38:03:: 28 1
-run%2:38:04:: 2 38
-run%2:38:05:: 29 1
-run%2:38:08:: 27 1
-run%2:38:10:: 26 1
-run%2:38:11:: 11 4
-run%2:40:06:: 25 1
-run%2:41:00:: 19 2
-run%2:41:01:: 24 1
-run%2:41:02:: 4 20
-run%2:42:00:: 3 21
-run%2:42:01:: 12 3
-run%2:42:02:: 16 2
-run%2:42:03:: 17 2
-run%2:42:04:: 5 10
-run%2:42:06:: 18 2
-run%2:42:07:: 8 7
-run%2:42:08:: 23 1
-run-down%5:00:00:malfunctioning:00 2 1
-run-down%5:00:00:worn:00 1 1
-run_a_risk%2:41:00:: 1 7
-run_across%2:38:00:: 1 2
-run_along%2:42:00:: 1 1
-run_around%2:38:00:: 1 3
-run_away%2:38:00:: 1 12
-run_away%2:38:04:: 2 1
-run_bases%2:38:00:: 1 1
-run_batted_in%1:04:00:: 1 1
-run_by%2:38:00:: 1 1
-run_down%2:29:00:: 4 2
-run_down%2:29:01:: 3 2
-run_down%2:38:02:: 2 2
-run_down%2:39:00:: 5 1
-run_down%2:41:00:: 1 2
-run_into%2:35:00:: 2 1
-run_into%2:35:01:: 3 1
-run_into%2:42:01:: 1 6
-run_off%2:38:00:: 3 1
-run_off%2:38:01:: 2 1
-run_off%2:38:02:: 1 2
-run_on%2:32:00:: 1 1
-run_out%2:30:12:: 1 5
-run_out%2:38:01:: 2 3
-run_out%2:38:02:: 3 3
-run_out%2:42:00:: 4 1
-run_over%2:29:00:: 1 3
-run_over%2:38:00:: 2 1
-run_roughshod%2:41:00:: 1 1
-run_through%2:34:00:: 2 1
-run_through%2:34:01:: 1 4
-run_up%2:30:00:: 1 2
-run_up%2:35:00:: 2 1
-run_up%2:35:01:: 3 1
-runaway%1:11:00:: 1 1
-runaway%5:00:00:uncontrolled:00 1 3
-rundown%1:10:00:: 1 1
-runner%1:18:01:: 1 3
-runner%1:18:02:: 4 1
-runner%1:18:03:: 2 1
-runner%1:18:04:: 3 1
-runner-up%1:18:00:: 1 2
-running%1:04:01:: 2 2
-running%1:04:03:: 1 2
-running%3:00:02:: 2 1
-running%5:00:00:continual:00 3 1
-running%5:00:00:moving:02 1 3
-running_board%1:06:00:: 1 1
-running_time%1:28:00:: 1 2
-runoff%1:11:00:: 1 2
-rupture%2:35:00:: 1 1
-rural%3:00:00:: 1 18
-rural%3:01:01:: 2 7
-rural_area%1:15:00:: 1 3
-rush%1:04:00:: 1 8
-rush%1:11:00:: 2 2
-rush%2:30:00:: 4 1
-rush%2:30:01:: 3 2
-rush%2:33:00:: 2 6
-rush%2:38:00:: 1 20
-rush_hour%1:28:00:: 1 1
-rush_off%2:38:00:: 1 2
-rush_out%2:38:00:: 1 2
-rushing%1:04:00:: 1 5
-rushing%1:04:01:: 2 1
-rushing%5:00:00:moving:02 1 1
-russet%1:06:00:: 1 1
-russia%1:15:00:: 1 8
-russia%1:15:01:: 2 1
-russia%1:15:02:: 3 1
-russian%1:10:00:: 2 4
-russian%1:18:00:: 1 6
-russian%3:01:00:: 1 22
-rust%2:30:00:: 1 2
-rusted%3:00:00:: 1 1
-rustic%5:00:00:provincial:00 2 1
-rustic%5:00:02:rural:00 1 1
-rustle%1:11:00:: 1 1
-rustle%2:39:00:: 1 7
-rustle%2:40:00:: 2 3
-rustler%1:18:00:: 1 3
-rustling%1:04:00:: 1 4
-rustling%1:11:00:: 2 1
-rusty%5:00:00:chromatic:00 2 1
-rusty%5:00:00:rusted:00 1 3
-rut%1:04:00:: 2 1
-rut%1:25:00:: 1 1
-rutabaga%1:13:00:: 1 1
-ruthless%5:00:00:merciless:00 1 1
-ruthlessness%1:07:00:: 1 1
-rutted%5:00:00:furrowed:00 1 1
-sabbath%1:28:00:: 1 1
-sabine%1:17:00:: 1 1
-sable%1:06:01:: 1 2
-sabotage%1:04:00:: 1 2
-sack%1:06:00:: 1 1
-sack%2:40:00:: 1 1
-sacrament%1:04:00:: 1 1
-sacramento%1:15:00:: 1 1
-sacred%3:00:00:: 1 4
-sacred%5:00:00:holy:00 3 1
-sacred%5:00:00:worthy:00 2 1
-sacred_writing%1:10:00:: 1 1
-sacrifice%1:04:01:: 1 7
-sacrifice%1:11:00:: 2 1
-sacrifice%2:35:00:: 2 1
-sacrifice%2:40:00:: 1 10
-sacrifice_fly%1:04:00:: 1 1
-sacrilege%1:04:00:: 1 2
-sad%3:00:00:: 1 9
-sadden%2:37:01:: 1 1
-saddle%1:06:00:: 1 14
-saddle%2:32:00:: 3 1
-saddle%2:35:01:: 1 1
-saddle%2:35:10:: 2 1
-saddle_hackle%1:05:00:: 1 1
-saddlebag%1:06:00:: 1 3
-sadism%1:12:00:: 1 2
-sadistic%3:00:00:: 1 1
-sadly%4:02:00:: 1 7
-sadly%4:02:03:: 2 2
-sadness%1:12:00:: 1 2
-safe%1:06:00:: 1 6
-safe%3:00:01:: 1 25
-safe%5:00:00:unadventurous:00 2 1
-safe-conduct%1:10:00:: 1 1
-safebreaker%1:18:00:: 1 1
-safeguard%1:04:00:: 1 1
-safeguard%2:33:00:: 1 2
-safely%4:02:00:: 1 6
-safety%1:04:00:: 4 1
-safety%1:06:00:: 3 1
-safety%1:15:00:: 2 4
-safety%1:26:00:: 1 13
-sag%2:38:00:: 1 5
-sag%2:38:01:: 2 1
-sag_down%2:38:00:: 1 1
-saga%1:10:00:: 1 2
-sagacious%5:00:00:wise:00 1 1
-sage%1:13:00:: 2 1
-sage%1:18:00:: 1 1
-sagebrush%1:20:00:: 1 1
-sagging%5:00:00:lax:01 1 1
-said%5:00:00:same:02 1 2
-sail%1:04:00:: 2 1
-sail%1:06:00:: 1 1
-sail%2:38:00:: 3 1
-sail%2:38:01:: 2 3
-sail%2:38:03:: 1 13
-sailing%1:04:00:: 2 1
-sailing%1:04:01:: 1 2
-sailing%1:04:02:: 3 1
-sailing%5:00:00:afloat(p):00 1 1
-sailor%1:18:00:: 1 3
-sailor%1:18:01:: 2 1
-saint%1:18:00:: 2 2
-saint%1:18:01:: 3 1
-saint%1:18:03:: 1 3
-sake%1:07:00:: 1 10
-salable%3:00:00:: 1 1
-salacious%5:00:00:dirty:02 2 1
-salacious%5:00:00:sexy:00 1 1
-salad%1:13:00:: 1 1
-salamander%1:05:00:: 1 1
-salary%1:21:00:: 1 10
-sale%1:04:00:: 1 29
-sale%1:04:01:: 3 1
-sale%1:04:02:: 2 18
-sales_force%1:14:00:: 1 4
-sales_tax%1:21:00:: 1 1
-salesgirl%1:18:00:: 1 1
-saleslady%1:18:00:: 1 3
-salesman%1:18:00:: 1 20
-salesmanship%1:09:00:: 1 3
-salient%5:00:00:conspicuous:00 1 3
-saline%1:27:00:: 1 27
-saline%5:00:00:salt:00 1 4
-salish%1:10:00:: 1 1
-saliva%1:08:00:: 1 2
-salivary%3:01:00:: 1 1
-salivate%2:29:00:: 1 1
-sallow%5:00:00:unhealthy:00 1 1
-sally%1:10:00:: 1 1
-sallying_forth%1:04:00:: 1 1
-salmon%1:05:00:: 1 1
-salon%1:06:01:: 1 2
-saloon%1:06:00:: 1 5
-saloon%1:06:01:: 2 2
-salt%1:13:00:: 2 5
-salt%1:27:00:: 1 9
-salt%2:39:00:: 1 1
-salt%3:00:00:: 1 1
-salt%5:00:00:sharp:04 2 1
-salt_away%2:40:00:: 1 1
-saltwater%1:27:00:: 1 1
-salty%5:00:00:salt:00 2 1
-salty%5:00:00:stimulating:00 1 1
-salubrious%5:00:00:wholesome:00 1 1
-salutary%5:00:00:healthful:00 1 1
-salute%2:32:00:: 2 1
-salute%2:32:03:: 3 1
-salute%2:34:00:: 1 1
-salvage%2:41:00:: 1 3
-salvation%1:04:00:: 1 10
-salvation%1:04:01:: 2 1
-salve%1:04:00:: 2 1
-salve%1:06:00:: 1 1
-salvo%1:04:00:: 2 1
-salvo%1:11:00:: 1 1
-same%3:00:00:: 2 80
-same%3:00:02:: 1 129
-same%3:00:04:: 3 20
-same%4:02:00:: 1 4
-same%5:00:00:unchanged:00 4 17
-sameness%1:07:00:: 1 3
-sample%1:09:00:: 1 48
-sample%1:09:01:: 2 13
-sample%2:34:00:: 1 7
-sampler%1:06:01:: 1 1
-sampling%1:04:00:: 1 4
-sampling_station%1:06:00:: 1 1
-san_francisco%1:15:00:: 1 10
-sanctified%5:00:00:holy:00 1 1
-sanction%1:04:02:: 2 1
-sanction%1:10:00:: 1 2
-sanction%2:32:01:: 1 6
-sanction%2:41:01:: 2 1
-sanctity%1:07:00:: 1 2
-sand%1:27:00:: 1 10
-sand%2:35:00:: 1 2
-sand_dune%1:17:00:: 1 2
-sandal%1:06:00:: 1 3
-sandalwood%1:20:00:: 1 1
-sandpaper%1:27:00:: 1 1
-sandwich%1:13:00:: 1 6
-sandy%5:00:00:blond:00 2 1
-sandy%5:00:00:loose:02 1 1
-sane%3:00:00:: 1 2
-sanguineous%5:00:00:bloody:00 1 1
-sanitation%1:04:00:: 2 1
-sanitation%1:26:00:: 1 1
-sanity%1:26:00:: 1 1
-sap%2:34:00:: 2 1
-sap%2:40:00:: 1 1
-sapling%1:20:00:: 1 1
-sapphire%5:00:00:chromatic:00 1 1
-saracen%1:18:01:: 1 1
-sarcasm%1:10:00:: 1 2
-sarcastic%3:00:00:: 1 4
-sarcolemmal%3:01:00:: 1 1
-sardine%1:05:01:: 2 1
-sardine%1:13:00:: 1 1
-sardonic%5:00:00:sarcastic:00 1 1
-sari%1:06:00:: 1 1
-sash%1:06:00:: 1 1
-sash%1:06:01:: 2 1
-sashay%2:38:01:: 1 1
-sassing%1:10:00:: 1 1
-satanic%5:00:00:evil:00 1 1
-satellite%1:06:00:: 1 4
-satiate%2:34:00:: 1 1
-satiety%1:26:00:: 1 1
-satin%1:06:00:: 1 1
-satire%1:10:00:: 1 7
-satiric%5:00:00:sarcastic:00 1 1
-satirical%5:00:00:sarcastic:00 1 1
-satirically%4:02:00:: 1 1
-satirist%1:18:00:: 1 1
-satisfaction%1:12:00:: 1 10
-satisfaction%1:21:00:: 3 1
-satisfaction%1:26:00:: 2 4
-satisfactorily%4:02:00:: 1 7
-satisfactory%3:00:00:: 1 14
-satisfactory%5:00:00:good:01 2 7
-satisfied%5:00:00:contented:00 1 11
-satisfy%2:34:01:: 3 8
-satisfy%2:37:00:: 2 8
-satisfy%2:42:00:: 1 13
-satisfying%5:00:00:rewarding:00 1 4
-saturate%2:30:01:: 1 1
-saturated%3:00:01:: 1 1
-saturated%5:00:00:wet:01 2 1
-saturation%1:04:00:: 2 1
-saturation%1:22:00:: 1 2
-saturday%1:28:00:: 1 26
-saturn%1:17:00:: 1 3
-sauce%1:13:00:: 1 1
-sausage%1:13:00:: 1 1
-saute%2:30:00:: 1 1
-savage%1:18:00:: 1 2
-savage%5:00:00:inhumane:00 1 6
-savage%5:00:00:noncivilized:00 3 1
-savage%5:00:00:wild:01 2 1
-savagely%4:02:00:: 1 7
-savagely%4:02:02:: 2 1
-savageness%1:07:00:: 1 1
-savannah%1:15:00:: 1 4
-save%2:30:00:: 6 4
-save%2:40:00:: 2 16
-save%2:40:01:: 5 4
-save%2:40:02:: 4 4
-save%2:40:03:: 10 1
-save%2:40:04:: 9 1
-save%2:41:00:: 3 4
-save%2:41:01:: 1 41
-save%2:41:02:: 7 2
-save%2:41:05:: 8 2
-saved%3:00:00:: 1 1
-saver%1:18:01:: 1 1
-saving%1:04:00:: 1 6
-saving%1:04:02:: 2 1
-saving%5:00:00:good:02 1 1
-savings%1:21:00:: 1 3
-savior%1:18:01:: 1 1
-savor%2:37:00:: 1 4
-savor%2:39:00:: 3 1
-savor%2:39:02:: 2 1
-savory%3:00:00:: 1 1
-savvy%2:31:00:: 1 1
-saw%2:35:00:: 1 1
-sawdust%1:27:00:: 1 1
-sawdust_saloon%1:06:00:: 1 1
-sawhorse%1:06:00:: 1 1
-say%2:32:00:: 1 1861
-say%2:32:01:: 2 254
-say%2:32:02:: 6 4
-say%2:32:03:: 3 29
-say%2:32:04:: 5 8
-say%2:32:07:: 7 2
-say%2:32:15:: 8 1
-say%2:42:00:: 4 8
-scab%2:29:00:: 1 1
-scaffold%1:06:01:: 1 2
-scalar_field%1:14:00:: 1 2
-scale%1:20:00:: 4 2
-scale%1:24:00:: 2 10
-scale%1:24:01:: 3 6
-scale%1:24:03:: 1 10
-scale%2:36:00:: 2 1
-scale%2:42:00:: 1 1
-scaled%5:00:02:armored:02 1 1
-scalloped%5:00:00:rough:02 1 1
-scalp%1:08:00:: 1 1
-scamper%1:04:00:: 1 1
-scamper%2:38:00:: 1 5
-scampering%5:00:00:moving:02 1 1
-scan%1:04:00:: 1 3
-scan%2:31:01:: 3 2
-scan%2:35:00:: 4 1
-scan%2:39:00:: 2 6
-scan%2:39:01:: 1 9
-scandal%1:10:00:: 1 3
-scandal%1:11:00:: 2 1
-scandalize%2:37:00:: 1 1
-scandinavian%3:01:02:: 1 1
-scant%5:00:00:insufficient:00 1 2
-scanty%5:00:00:meager:00 1 1
-scapular%1:05:00:: 1 1
-scar%1:07:00:: 2 4
-scar%1:26:00:: 1 7
-scarce%4:02:00:: 1 1
-scarce%5:00:00:insufficient:00 1 1
-scarcely%4:02:00:: 1 10
-scarcity%1:07:00:: 1 1
-scare%2:37:00:: 1 4
-scare%2:37:04:: 2 2
-scare_off%2:37:00:: 1 2
-scarecrowish%5:00:00:thin:03 1 1
-scared%5:00:00:afraid(p):00 1 9
-scarf%1:06:00:: 1 2
-scarify%2:35:00:: 1 1
-scarred%5:00:00:blemished:00 2 1
-scarred%5:00:00:marked:00 1 1
-scathing%5:00:00:critical:01 1 1
-scathingly%4:02:00:: 1 1
-scatter%2:30:00:: 5 1
-scatter%2:35:00:: 3 2
-scatter%2:35:01:: 4 1
-scatter%2:38:00:: 2 4
-scatter%2:38:01:: 1 5
-scattered%5:00:00:distributed:00 1 7
-scattered%5:00:00:sporadic:00 2 1
-scavenger%1:27:00:: 1 1
-scavenging%5:00:00:thrifty:00 1 1
-scenario%1:10:00:: 1 1
-scene%1:06:01:: 8 1
-scene%1:09:00:: 3 13
-scene%1:10:00:: 6 7
-scene%1:10:01:: 4 8
-scene%1:11:00:: 2 17
-scene%1:15:00:: 1 18
-scene%1:26:00:: 5 7
-scene%1:26:01:: 7 1
-scenery%1:06:00:: 1 3
-scenery%1:15:00:: 2 1
-scenic%5:00:00:beautiful:00 1 5
-scent%1:07:00:: 3 1
-scent%1:09:00:: 2 1
-scent%1:09:01:: 1 3
-scented%3:00:00:: 1 2
-scented%5:00:01:fragrant:00 3 1
-scented%5:00:02:fragrant:00 2 1
-scepticism%1:09:00:: 1 1
-schedule%1:09:00:: 1 11
-schedule%1:10:00:: 2 6
-schedule%2:31:00:: 1 21
-schedule%2:32:00:: 2 6
-scheduled%3:00:00:: 1 1
-schematic%5:00:00:nonrepresentational:00 1 3
-scheme%1:09:00:: 1 10
-scheme%1:10:00:: 2 1
-scheme%2:31:00:: 1 1
-scherzo%1:10:00:: 1 1
-schism%1:04:00:: 1 1
-schizophrenic%1:18:00:: 1 1
-schizophrenic%3:01:00:: 2 1
-schizophrenic%5:00:01:insane:00 1 4
-scholar%1:18:00:: 1 7
-scholar%1:18:01:: 2 1
-scholarly%3:00:00:: 1 2
-scholarship%1:09:00:: 2 4
-scholarship%1:21:00:: 1 7
-scholastic%1:18:00:: 1 1
-scholastic%3:01:00:: 1 2
-scholastic%3:01:01:: 2 1
-scholastically%4:02:00:: 1 1
-school%1:06:00:: 2 12
-school%1:09:00:: 3 6
-school%1:14:00:: 1 125
-school%1:14:02:: 4 4
-school%1:28:00:: 5 1
-school%2:41:01:: 1 2
-school_board%1:14:00:: 1 2
-school_principal%1:18:00:: 1 3
-school_superintendent%1:18:00:: 1 4
-school_system%1:06:00:: 1 3
-school_teacher%1:18:00:: 1 1
-school_term%1:28:00:: 1 1
-school_text%1:10:00:: 1 1
-school_year%1:28:00:: 1 2
-schoolboy%1:18:00:: 1 2
-schooldays%1:28:00:: 1 2
-schoolgirl%1:18:00:: 1 2
-schoolgirlish%5:00:00:young:00 1 1
-schoolhouse%1:06:00:: 1 3
-schooling%1:04:00:: 1 1
-schoolmarm%1:18:00:: 1 1
-schoolmaster%1:18:00:: 1 1
-schoolmate%1:18:00:: 1 3
-schoolmistress%1:18:00:: 1 1
-schoolroom%1:06:00:: 1 3
-sciatica%1:26:00:: 1 2
-science%1:09:00:: 2 5
-science%1:09:01:: 1 26
-science%1:09:02:: 3 1
-science_fiction%1:10:00:: 1 2
-scientific%3:00:00:: 2 12
-scientific%3:01:00:: 1 12
-scientifically%4:02:00:: 1 3
-scientist%1:18:00:: 1 7
-scimitar%1:06:00:: 1 2
-sclerotic%3:01:01:: 1 1
-scoff%2:32:00:: 1 4
-scoffing%1:10:00:: 1 2
-scold%2:32:00:: 1 3
-scold%2:32:01:: 2 1
-scolding%3:44:00:: 1 2
-scoop%1:23:00:: 1 1
-scoop_out%2:35:00:: 1 1
-scoop_up%2:35:00:: 1 3
-scoot%2:38:00:: 1 3
-scope%1:07:00:: 1 15
-scorch%2:30:03:: 1 1
-scorched%5:00:00:dry:01 1 1
-scorching%5:00:01:hot:01 1 1
-score%1:09:00:: 1 18
-score%1:09:01:: 6 1
-score%1:10:00:: 2 8
-score%1:14:00:: 4 4
-score%1:16:00:: 5 1
-score%1:23:00:: 3 4
-score%2:32:00:: 3 3
-score%2:33:00:: 1 18
-score%2:35:00:: 2 12
-scoreboard%1:06:00:: 1 1
-scoreless%5:00:00:unsuccessful:00 1 2
-scores%1:23:00:: 1 2
-scorn%1:10:00:: 2 1
-scorn%1:12:00:: 1 6
-scorn%2:32:00:: 2 1
-scorn%2:37:00:: 1 2
-scornful%5:00:00:disrespectful:00 1 2
-scornfully%4:02:00:: 1 2
-scot%1:18:00:: 1 5
-scot_free%4:02:00:: 1 1
-scotch_and_soda%1:13:00:: 1 1
-scotchman%1:18:00:: 1 1
-scotland%1:15:00:: 1 2
-scotland_yard%1:14:00:: 1 2
-scoundrel%1:18:00:: 1 1
-scour%2:35:01:: 2 1
-scour%2:35:03:: 1 1
-scoured%5:00:00:worn:00 1 1
-scourge%1:06:00:: 1 1
-scouring%1:04:00:: 2 1
-scouring%1:04:01:: 1 1
-scours%1:26:00:: 1 5
-scout%1:18:01:: 1 1
-scout%2:39:00:: 1 2
-scouting%1:04:00:: 1 1
-scowl%1:10:00:: 1 1
-scowl%2:29:00:: 1 3
-scraggly%5:00:00:untidy:00 1 1
-scramble%1:04:01:: 1 1
-scramble%2:38:00:: 1 9
-scramble%2:38:01:: 2 4
-scrambled%5:00:00:disorganized:00 1 1
-scrap%1:17:00:: 1 1
-scrap%2:40:00:: 1 1
-scrap%5:00:00:useless:00 1 1
-scrape%1:11:00:: 1 2
-scrape%2:35:00:: 1 4
-scrape%2:35:02:: 3 1
-scrape%2:36:00:: 2 1
-scrape_up%2:35:00:: 1 1
-scrapheap%1:15:00:: 1 1
-scraping%1:11:00:: 2 1
-scraping%1:17:00:: 1 1
-scratch%1:26:00:: 1 1
-scratch%2:35:00:: 2 8
-scratch%2:35:03:: 1 9
-scratch%2:39:00:: 3 1
-scratched%5:00:00:damaged:00 1 1
-scratchiness%1:07:00:: 1 1
-scratching%5:00:00:sharp:04 1 1
-scratchy%5:00:00:rough:00 1 1
-scrawl%2:36:00:: 1 1
-scrawled%5:00:00:written:00 1 1
-scrawny%5:00:00:thin:03 1 2
-scream%1:10:00:: 1 6
-scream%1:11:00:: 2 1
-scream%2:32:01:: 1 25
-scream%2:32:08:: 2 2
-scream%2:39:00:: 3 1
-screaming%1:10:00:: 1 1
-screaming%5:00:00:intense:00 2 1
-screaming%5:00:00:noisy:00 1 2
-screech%1:10:00:: 2 1
-screech%1:11:00:: 1 1
-screech%2:32:00:: 2 3
-screech%2:39:00:: 1 5
-screeching%1:11:00:: 1 1
-screeching%5:00:00:noisy:00 1 1
-screechy%5:00:00:high:03 1 1
-screen%1:06:00:: 5 1
-screen%1:06:01:: 4 2
-screen%1:06:04:: 2 3
-screen%1:06:05:: 3 2
-screen%1:06:06:: 1 4
-screen%2:31:00:: 2 2
-screen%2:41:01:: 1 2
-screen_door%1:06:00:: 1 2
-screen_pass%1:04:00:: 1 1
-screenplay%1:10:00:: 1 1
-screw%2:35:00:: 1 11
-screw-loose%5:00:00:insane:00 1 1
-screw_up%2:30:00:: 1 1
-screwdriver%1:06:00:: 1 1
-scribble%2:32:00:: 1 1
-scribe%2:35:00:: 1 3
-scrimmage%1:04:00:: 2 1
-scrimmage%1:04:01:: 1 1
-scrimmage%2:36:00:: 1 1
-script%1:10:00:: 1 6
-scriptural%3:01:00:: 1 2
-scripture%1:10:00:: 1 5
-scrounge%2:40:00:: 1 1
-scrub%2:29:00:: 2 1
-scrub%2:35:00:: 1 4
-scrub_oak%1:20:00:: 1 1
-scrubbing%1:04:00:: 1 1
-scrupulously%4:02:00:: 1 1
-scrutin_de_liste_system%1:09:00:: 1 1
-scrutin_uninominal_voting_system%1:09:00:: 1 1
-scrutinize%2:39:00:: 1 6
-scrutiny%1:04:00:: 1 3
-scrutiny%1:04:01:: 2 2
-scud%2:38:00:: 1 1
-scuff%2:38:00:: 1 1
-scuffle%1:04:00:: 1 3
-sculptor%1:18:00:: 1 3
-sculptural%3:01:00:: 1 2
-sculpture%1:04:00:: 2 3
-sculpture%1:06:00:: 1 9
-sculpture%2:36:00:: 1 2
-sculptured%5:00:00:carved:00 1 1
-scurry%2:38:00:: 1 2
-scurrying%5:00:00:fast:01 1 2
-scuttle%2:38:00:: 1 3
-sea%1:17:00:: 1 37
-sea%1:23:00:: 2 3
-sea%3:00:00:: 1 1
-sea_bird%1:05:00:: 1 1
-sea_bottom%1:17:00:: 1 1
-sea_power%1:07:00:: 1 1
-sea_spray%1:27:00:: 1 1
-seacoast%1:17:00:: 1 1
-seafarer%1:18:00:: 1 1
-seafaring%5:00:00:sea(a):00 1 1
-seagull%1:05:00:: 1 1
-seahorse%1:05:01:: 1 1
-seal%1:06:00:: 2 1
-seal%1:06:01:: 1 3
-seal%2:31:00:: 3 2
-seal%2:35:00:: 2 3
-seal%2:35:03:: 1 3
-seal_of_approval%1:10:00:: 1 1
-seal_off%2:33:00:: 2 1
-seal_off%2:35:00:: 1 3
-sealed_off%5:00:00:sealed:01 1 2
-sealing%1:04:00:: 1 1
-seam%1:06:00:: 1 2
-seaman%1:18:00:: 1 2
-seaquake%1:11:00:: 1 1
-sear%2:30:00:: 1 2
-search%1:04:00:: 1 14
-search%1:04:02:: 2 5
-search%2:31:00:: 3 3
-search%2:35:00:: 1 13
-search%2:35:01:: 4 2
-search%2:39:00:: 2 11
-search_warrant%1:10:00:: 1 1
-searching%5:00:00:inquiring:00 1 2
-searchlight%1:06:00:: 1 3
-season%1:28:00:: 2 14
-season%1:28:02:: 1 40
-seasonal%3:00:00:: 1 2
-seat%1:06:00:: 4 2
-seat%1:06:01:: 3 2
-seat%1:08:00:: 2 4
-seat%1:15:00:: 5 1
-seat%1:15:01:: 1 9
-seat%2:35:00:: 1 9
-seat%2:41:00:: 3 2
-seat%2:42:00:: 2 2
-seated%3:00:00:: 1 7
-seattle%1:15:00:: 1 2
-seawater%1:27:00:: 1 1
-seaweed%1:05:00:: 1 1
-sec%1:28:00:: 1 3
-secede%2:41:00:: 1 13
-secessionist%1:18:00:: 1 1
-seclude%2:30:00:: 1 1
-secluded%5:00:00:private:00 1 1
-second%1:04:00:: 3 2
-second%1:28:00:: 1 24
-second%1:28:01:: 2 6
-second%4:02:00:: 1 9
-second%5:00:00:intermediate:00 2 10
-second%5:00:00:ordinal:00 1 108
-second-rate%5:00:00:inferior:02 1 1
-second_base%1:06:00:: 1 1
-second_baseman%1:18:00:: 1 1
-second_coming%1:11:00:: 1 1
-second_cousin%1:18:00:: 1 1
-second_half%1:28:00:: 1 2
-second_hand%1:18:00:: 1 1
-second_moment%1:09:00:: 1 3
-second_thought%1:09:00:: 1 1
-secondarily%4:02:00:: 1 2
-secondary%3:00:01:: 1 11
-secondary_school%1:14:00:: 1 2
-secondhand%4:02:00:: 1 1
-secondhand%5:00:00:old:01 2 1
-secondhand%5:00:00:secondary:01 1 1
-secondly%4:02:00:: 1 2
-secrecy%1:07:02:: 1 2
-secrecy%1:26:00:: 2 1
-secret%1:10:00:: 1 9
-secret%5:00:00:concealed:00 1 10
-secret%5:00:00:inward:00 5 1
-secret%5:00:00:unacknowledged:00 3 2
-secret%5:00:01:covert:00 2 2
-secret%5:00:03:covert:00 4 1
-secretarial_school%1:14:00:: 1 1
-secretary%1:18:00:: 2 14
-secretary%1:18:01:: 1 14
-secretary_general%1:18:00:: 1 1
-secretary_of_state%1:18:00:: 2 2
-secretary_of_state%1:18:01:: 1 6
-secretary_of_the_interior%1:04:00:: 1 18
-secretary_of_the_treasury%1:18:00:: 1 13
-secrete%2:29:00:: 1 1
-secretion%1:08:00:: 2 1
-secretion%1:22:00:: 1 3
-secretly%4:02:00:: 1 3
-secretly%4:02:02:: 2 1
-sect%1:14:01:: 1 1
-section%1:06:00:: 4 10
-section%1:09:00:: 6 1
-section%1:10:00:: 1 43
-section%1:14:02:: 5 1
-section%1:15:01:: 3 11
-section%1:17:00:: 2 31
-sectioned%5:00:00:divided:00 1 1
-sector%1:09:00:: 3 3
-sector%1:14:00:: 2 4
-sector%1:25:00:: 1 5
-secular%5:00:00:profane:00 1 6
-secularism%1:09:00:: 1 1
-secularist%1:18:00:: 1 1
-secularize%2:30:00:: 1 1
-secularized%5:00:00:profane:00 1 2
-secure%2:32:00:: 4 1
-secure%2:35:01:: 2 4
-secure%2:40:00:: 1 20
-secure%2:40:01:: 3 2
-secure%3:00:01:: 1 3
-secure%3:00:02:: 2 2
-secure%3:00:04:: 3 1
-secure%5:00:01:safe:01 4 1
-secured%5:00:00:fastened:00 1 1
-securely%4:02:00:: 1 1
-security%1:12:00:: 3 1
-security%1:21:01:: 2 5
-security%1:26:00:: 1 17
-sedan%1:06:00:: 1 2
-sedate%5:00:00:decorous:00 1 1
-sedentary%5:00:00:inactive:01 1 1
-sediment%1:17:00:: 1 3
-sedimentation%1:19:00:: 1 2
-seduction%1:04:00:: 1 1
-seductive%3:00:00:: 1 1
-sedulously%4:02:00:: 1 1
-see%2:31:00:: 5 47
-see%2:31:01:: 2 159
-see%2:31:02:: 6 40
-see%2:31:03:: 10 22
-see%2:31:08:: 19 1
-see%2:32:00:: 9 27
-see%2:35:09:: 15 4
-see%2:36:00:: 4 58
-see%2:38:00:: 8 27
-see%2:39:00:: 1 613
-see%2:39:02:: 3 140
-see%2:39:03:: 7 29
-see%2:39:04:: 16 3
-see%2:39:05:: 18 1
-see%2:41:00:: 17 1
-see%2:41:10:: 13 10
-see%2:41:11:: 11 13
-see%2:41:12:: 12 12
-see%2:41:14:: 14 7
-see%4:02:00:: 1 36
-see_also%4:02:00:: 1 2
-see_eye_to_eye%2:32:00:: 1 1
-see_to_it%2:31:00:: 1 4
-seed%1:20:00:: 1 12
-seed%1:20:02:: 2 5
-seed%2:35:00:: 1 1
-seed_grain%1:21:00:: 1 2
-seedbed%1:06:00:: 1 2
-seedling%1:20:00:: 1 1
-seedpod%1:20:00:: 1 1
-seek%2:35:00:: 2 41
-seek%2:40:00:: 1 44
-seek%2:41:00:: 3 32
-seek_out%2:35:00:: 1 14
-seeker%1:18:00:: 1 1
-seeking%3:44:00:: 1 1
-seem%2:39:00:: 1 607
-seem%2:39:01:: 2 84
-seeming%5:00:00:superficial:00 1 6
-seemingly%4:02:00:: 1 9
-seen%5:00:00:witnessed:00 1 1
-seep%2:38:00:: 1 4
-seepage%1:11:00:: 1 1
-seeping%5:00:00:leaky:00 1 1
-seer%1:18:00:: 1 1
-seething%5:00:00:agitated:02 1 1
-segment%1:06:00:: 1 4
-segmental%5:00:00:divided:00 2 1
-segmental%5:00:02:divided:00 1 1
-segregate%2:41:00:: 1 5
-segregated%3:00:00:: 1 2
-segregationist%1:18:00:: 1 1
-seismic%5:00:00:unstable:00 1 1
-seismograph%1:06:00:: 1 2
-seize%2:35:00:: 1 13
-seize%2:35:01:: 2 5
-seize%2:40:01:: 3 4
-seize%2:40:02:: 4 3
-seizure%1:04:01:: 2 1
-seizure%1:26:00:: 1 3
-seldom%4:02:00:: 1 10
-select%2:31:00:: 1 58
-select%5:00:02:superior:02 1 2
-selected%3:00:00:: 1 2
-selection%1:04:00:: 1 13
-selection%1:09:00:: 3 1
-selection%1:14:00:: 2 2
-selective%5:00:00:discriminating:00 1 3
-selective_service%1:14:00:: 1 1
-selective_service_system%1:14:00:: 1 1
-selectman%1:18:00:: 1 1
-self%1:09:00:: 1 16
-self%1:18:00:: 2 7
-self%3:01:00:: 2 1
-self%5:00:00:same:02 1 2
-self-aggrandisement%1:04:00:: 1 1
-self-assertive%5:00:00:aggressive:00 1 2
-self-awareness%1:09:00:: 1 1
-self-conceited%5:00:00:proud:00 1 1
-self-confidence%1:09:00:: 1 3
-self-confident%5:00:00:confident:00 1 2
-self-conscious%5:00:00:conscious:00 1 1
-self-consciously%4:02:00:: 1 1
-self-consciously%4:02:02:: 2 1
-self-consciousness%1:12:00:: 1 2
-self-consistent%5:00:00:consistent:00 1 1
-self-contained%5:00:00:complete:00 1 2
-self-control%1:04:00:: 1 1
-self-deception%1:09:00:: 1 2
-self-defeating%5:00:00:unsuccessful:00 1 1
-self-defense%1:04:00:: 1 1
-self-destruction%1:04:00:: 1 1
-self-destructive%5:00:00:dangerous:00 1 1
-self-determination%1:26:00:: 1 3
-self-discipline%1:07:00:: 1 1
-self-effacement%1:04:00:: 1 1
-self-effacing%5:00:00:unassertive:00 1 1
-self-employed%5:00:00:employed:00 1 1
-self-enclosed%5:00:00:enclosed:00 1 1
-self-esteem%1:12:00:: 1 3
-self-evident%5:00:00:obvious:00 1 2
-self-flagellation%1:04:00:: 1 1
-self-government%1:26:00:: 1 2
-self-help%1:04:00:: 1 1
-self-imposed%5:00:00:voluntary:01 1 1
-self-indulgence%1:07:00:: 1 1
-self-interest%1:07:01:: 1 1
-self-locking%5:00:00:automatic:00 1 1
-self-preservation%1:04:00:: 1 1
-self-pride%1:12:00:: 1 1
-self-reliance%1:26:00:: 1 1
-self-reliant%5:00:00:independent:00 1 1
-self-respect%1:07:00:: 1 2
-self-sacrifice%1:04:00:: 1 1
-self-satisfaction%1:12:00:: 1 4
-self-sufficient%5:00:00:independent:00 1 2
-self-sustaining%5:00:00:independent:00 1 4
-self-whispered%5:00:00:inward:00 1 1
-self-will%1:07:00:: 1 1
-self-will%1:07:01:: 2 1
-self_acceptance%1:07:00:: 1 1
-selfish%3:00:00:: 1 3
-selfishness%1:07:00:: 1 2
-sell%2:32:00:: 3 5
-sell%2:40:00:: 1 73
-sell%2:40:01:: 4 4
-sell%2:40:02:: 5 2
-sell%2:42:00:: 2 12
-sell_out%2:32:10:: 2 1
-sell_out%2:40:00:: 1 2
-selling%1:04:00:: 1 9
-semantic%3:01:00:: 1 3
-semantically%4:02:00:: 1 2
-semblance%1:07:00:: 1 1
-semester_hour%1:04:00:: 1 3
-semi%5:00:00:fractional:00 1 4
-semi%5:00:00:similar:00 2 2
-semi-processed%5:00:00:processed:00 1 1
-semiempirical%5:00:00:empirical:00 1 1
-semiliterate%5:00:00:educated:00 1 2
-semiliterate%5:00:01:illiterate:00 2 1
-semiminor_axis%1:09:00:: 1 1
-seminarian%1:18:00:: 1 1
-seminary%1:14:01:: 1 2
-semiprecious%5:00:00:valuable:00 1 1
-semipublic%5:00:00:public:00 1 1
-semiskilled%5:00:00:unskilled:00 1 1
-semitrance%1:09:00:: 1 1
-senate%1:14:00:: 1 6
-senate%1:14:01:: 2 4
-senator%1:18:00:: 1 6
-senatorial%3:01:00:: 1 1
-send%2:32:00:: 3 20
-send%2:32:02:: 6 5
-send%2:32:03:: 8 2
-send%2:33:00:: 5 5
-send%2:35:00:: 2 20
-send%2:38:00:: 4 14
-send%2:38:01:: 1 79
-send%2:40:00:: 7 3
-send-off%1:10:00:: 1 1
-send_away%2:41:01:: 1 1
-send_for%2:32:00:: 1 4
-send_in%2:35:00:: 1 1
-send_on%2:38:00:: 1 2
-send_out%2:35:00:: 1 10
-send_word%2:32:00:: 1 1
-sending%1:04:00:: 1 4
-senile%5:00:00:old:02 1 1
-senior%1:18:00:: 1 3
-senior%3:00:00:: 1 3
-senior%5:00:00:last:00 2 1
-senior_class%1:14:00:: 1 1
-senior_high%1:14:00:: 1 1
-senior_high_school%1:14:00:: 1 2
-seniority%1:26:00:: 1 1
-senor%1:18:00:: 1 1
-senora%1:18:00:: 1 1
-sensation%1:09:00:: 1 14
-sensation%1:12:00:: 3 1
-sensation%1:18:00:: 2 1
-sensational%3:00:00:: 1 3
-sensational%5:00:00:impressive:00 2 3
-sense%1:09:02:: 3 16
-sense%1:09:03:: 4 15
-sense%1:09:04:: 5 8
-sense%1:09:05:: 1 37
-sense%1:09:06:: 7 1
-sense%1:10:00:: 2 23
-sense%1:10:01:: 6 3
-sense%2:39:00:: 1 26
-sense_datum%1:09:00:: 1 3
-sense_of_direction%1:09:00:: 1 1
-sense_of_humor%1:07:00:: 1 2
-sense_of_purpose%1:07:00:: 1 2
-sense_of_responsibility%1:09:00:: 1 1
-sense_of_touch%1:09:00:: 1 10
-sense_organ%1:08:00:: 1 1
-senseless%5:00:00:unconscious:00 2 1
-senseless%5:00:00:unreasonable:00 1 2
-sensibility%1:09:00:: 1 4
-sensibility%1:12:00:: 2 2
-sensible%3:00:04:: 1 3
-sensibly%4:02:00:: 1 1
-sensing%1:09:00:: 1 3
-sensitive%3:00:01:: 1 13
-sensitive%3:00:02:: 2 7
-sensitivity%1:07:00:: 2 4
-sensitivity%1:09:00:: 1 8
-sensitivity%1:12:00:: 3 3
-sensitize%2:30:00:: 1 2
-sensor%1:06:00:: 1 7
-sensory%3:00:00:: 2 3
-sensory%5:00:00:afferent:00 1 4
-sensual%5:00:00:physical:00 1 1
-sensuality%1:12:00:: 1 2
-sensuous%5:00:00:aesthetic:00 1 1
-sentence%1:04:00:: 2 5
-sentence%1:10:00:: 1 31
-sentence%1:28:00:: 3 3
-sentence%2:32:00:: 1 6
-sentence_structure%1:09:00:: 1 1
-sentient%3:00:00:: 1 1
-sentiment%1:09:00:: 2 6
-sentiment%1:12:00:: 1 7
-sentimental%5:00:00:emotional:00 2 1
-sentimental%5:00:00:tender:03 1 1
-sentimentalist%1:18:00:: 1 1
-sentimentality%1:07:00:: 1 1
-sentimentalize%2:30:00:: 1 1
-sentinel%1:18:00:: 1 1
-sentry%1:18:00:: 1 1
-separable%5:00:01:divisible:00 1 2
-separate%2:30:03:: 10 1
-separate%2:31:00:: 6 3
-separate%2:31:01:: 3 7
-separate%2:35:01:: 2 8
-separate%2:35:02:: 5 3
-separate%2:38:00:: 9 1
-separate%2:38:01:: 7 2
-separate%2:41:01:: 4 6
-separate%2:41:02:: 8 1
-separate%2:42:00:: 1 18
-separate%3:00:00:: 1 20
-separate%5:00:00:detached:00 3 2
-separate%5:00:01:individual:00 2 4
-separate_out%2:35:00:: 1 2
-separated%5:00:00:distributed:00 2 2
-separated%5:00:00:separate:00 1 5
-separated%5:00:02:divided:00 3 1
-separately%4:02:02:: 1 4
-separation%1:04:00:: 5 1
-separation%1:04:03:: 4 1
-separation%1:07:00:: 3 1
-separation%1:11:00:: 2 3
-separation%1:26:00:: 1 3
-sepia%1:07:00:: 1 1
-sept%1:14:00:: 2 1
-sept%1:28:00:: 1 3
-septation%1:04:00:: 1 1
-september%1:28:00:: 1 18
-septic%3:00:00:: 1 3
-septum%1:08:00:: 1 6
-sequence%1:04:00:: 4 3
-sequence%1:06:00:: 3 3
-sequence%1:07:00:: 2 3
-sequence%1:14:00:: 1 13
-sequence%2:31:00:: 1 1
-sequential%5:00:00:ordered:00 1 1
-sequestration%1:04:00:: 1 1
-serenade%1:10:01:: 1 1
-serenade%2:36:00:: 1 1
-serene%5:00:00:peaceful:00 1 5
-serenely%4:02:00:: 1 2
-serenity%1:07:00:: 1 2
-serenity%1:12:00:: 2 1
-serge%1:06:00:: 1 1
-sergeant%1:18:00:: 2 3
-sergeant%1:18:01:: 1 6
-serial%5:00:00:ordered:00 1 1
-serialism%1:10:00:: 1 1
-series%1:10:00:: 3 3
-series%1:10:01:: 2 7
-series%1:11:00:: 4 2
-series%1:14:00:: 1 40
-serious%3:00:00:: 1 29
-serious%5:00:00:critical:03 3 4
-serious%5:00:00:important:00 2 10
-serious%5:00:00:intellectual:00 4 3
-serious_music%1:10:00:: 1 1
-seriously%4:02:00:: 1 19
-seriously%4:02:01:: 2 2
-seriousness%1:07:01:: 2 1
-seriousness%1:12:00:: 1 2
-sermon%1:10:00:: 1 4
-serological%3:01:00:: 1 1
-serpent%1:05:00:: 1 5
-serratus%1:08:00:: 1 2
-serum%1:08:00:: 1 34
-servant%1:18:00:: 1 9
-serve%2:33:00:: 2 36
-serve%2:34:00:: 6 20
-serve%2:34:01:: 5 21
-serve%2:35:00:: 11 3
-serve%2:41:00:: 4 23
-serve%2:41:01:: 10 3
-serve%2:41:02:: 7 19
-serve%2:42:00:: 9 3
-serve%2:42:01:: 3 24
-serve%2:42:02:: 8 7
-serve%2:42:03:: 1 55
-serve_up%2:34:00:: 1 1
-service%1:04:00:: 2 8
-service%1:04:01:: 3 5
-service%1:04:07:: 5 3
-service%1:04:08:: 1 24
-service%1:14:00:: 6 2
-service%1:14:05:: 4 4
-service%2:30:00:: 2 1
-service%2:41:00:: 1 3
-service_entrance%1:06:00:: 1 1
-serviceable%3:00:00:: 1 2
-services%1:04:00:: 1 29
-serviette%1:06:00:: 1 1
-servile%5:00:00:slave(a):00 3 1
-session%1:04:00:: 3 4
-session%1:10:00:: 1 13
-session%1:28:00:: 2 6
-set%1:04:00:: 3 6
-set%1:04:01:: 7 1
-set%1:06:00:: 4 3
-set%1:09:01:: 6 1
-set%1:14:00:: 1 23
-set%1:14:01:: 5 2
-set%1:14:02:: 2 14
-set%2:30:01:: 5 9
-set%2:30:02:: 8 5
-set%2:30:07:: 14 1
-set%2:30:09:: 7 5
-set%2:31:04:: 2 29
-set%2:32:00:: 3 12
-set%2:32:01:: 4 10
-set%2:35:00:: 1 30
-set%2:35:02:: 6 6
-set%2:35:09:: 12 2
-set%2:36:00:: 11 2
-set%2:36:01:: 9 3
-set%2:36:12:: 13 1
-set%2:38:00:: 10 2
-set%5:00:00:arranged:00 4 1
-set%5:00:00:nonmoving:00 2 3
-set%5:00:00:ready:00 1 4
-set%5:00:00:settled:01 3 2
-set-apart%5:00:00:separate:00 1 1
-set_ablaze%2:43:00:: 1 1
-set_about%2:36:00:: 2 1
-set_about%2:41:00:: 1 3
-set_apart%2:30:01:: 2 1
-set_apart%2:31:00:: 1 1
-set_aside%2:30:00:: 2 2
-set_aside%2:31:00:: 1 6
-set_back%2:41:00:: 2 1
-set_back%2:42:01:: 1 1
-set_decoration%1:06:00:: 1 1
-set_down%2:32:00:: 1 2
-set_down%2:35:01:: 3 1
-set_down%2:35:02:: 4 1
-set_down%2:38:01:: 2 1
-set_forth%2:32:00:: 1 15
-set_in%2:42:00:: 1 1
-set_in_motion%2:35:05:: 1 4
-set_off%2:30:00:: 4 2
-set_off%2:30:01:: 6 1
-set_off%2:30:02:: 3 2
-set_off%2:36:00:: 1 4
-set_off%2:38:00:: 2 3
-set_off%2:42:00:: 5 1
-set_on_fire%2:43:01:: 1 2
-set_out%2:30:00:: 1 9
-set_out%2:35:00:: 2 5
-set_out%2:38:00:: 3 3
-set_up%2:30:00:: 4 6
-set_up%2:35:00:: 5 4
-set_up%2:35:02:: 9 2
-set_up%2:35:04:: 10 1
-set_up%2:36:00:: 2 10
-set_up%2:36:01:: 3 8
-set_up%2:36:02:: 6 3
-set_up%2:36:03:: 8 2
-set_up%2:41:00:: 7 2
-set_up%2:41:02:: 1 17
-set_up%5:00:00:established:00 1 4
-setback%1:11:01:: 1 3
-setting%1:06:01:: 3 1
-setting%1:15:00:: 1 7
-setting%1:26:00:: 2 2
-settle%2:30:00:: 4 7
-settle%2:30:02:: 7 3
-settle%2:30:03:: 9 2
-settle%2:30:05:: 8 2
-settle%2:31:00:: 2 10
-settle%2:32:00:: 3 8
-settle%2:32:01:: 13 1
-settle%2:32:02:: 5 5
-settle%2:32:04:: 12 1
-settle%2:35:01:: 11 1
-settle%2:38:00:: 10 1
-settle%2:38:01:: 1 16
-settle%2:38:07:: 6 4
-settle_down%2:30:00:: 2 4
-settle_down%2:37:00:: 3 1
-settle_down%2:38:00:: 1 4
-settle_on%2:30:00:: 1 1
-settled%3:00:01:: 2 1
-settled%3:00:02:: 1 2
-settled%5:00:00:inhabited:00 3 1
-settlement%1:04:01:: 4 2
-settlement%1:09:00:: 5 1
-settlement%1:10:00:: 3 2
-settlement%1:14:00:: 1 7
-settlement%1:14:01:: 2 2
-settler%1:18:00:: 1 10
-setup%1:06:00:: 1 2
-setup%1:07:00:: 2 1
-seven%1:23:00:: 1 3
-seven%5:00:00:cardinal:00 1 33
-seventeen%5:00:00:cardinal:00 1 10
-seventeenth%5:00:00:ordinal:00 1 3
-seventh%5:00:00:ordinal:00 1 4
-seventy%5:00:00:cardinal:00 1 1
-sever%2:35:00:: 2 3
-sever%2:35:01:: 1 5
-several%5:00:00:different:00 2 10
-several%5:00:00:individual:00 1 16
-several%5:00:00:some(a):00 3 112
-severalty%1:26:00:: 1 1
-severe%5:00:00:critical:03 5 1
-severe%5:00:00:intense:00 1 8
-severe%5:00:00:plain:01 3 2
-severe%5:00:00:strong:00 2 3
-severe%5:00:02:nonindulgent:00 4 1
-severely%4:02:01:: 1 8
-severely%4:02:02:: 2 3
-severely%4:02:03:: 3 1
-severing%1:04:00:: 1 1
-severity%1:07:01:: 1 2
-sew%2:35:00:: 1 5
-sewage%1:27:00:: 1 19
-sewage_disposal%1:04:00:: 1 2
-sewage_system%1:06:00:: 1 5
-sewer%1:06:00:: 1 4
-sewer%1:18:00:: 2 1
-sewer_line%1:06:00:: 1 1
-sewing%1:04:00:: 1 1
-sex%1:04:00:: 1 14
-sex%1:14:00:: 2 7
-sex_act%1:04:00:: 1 3
-sex_activity%1:04:00:: 1 1
-sextet%1:10:00:: 1 1
-sexual%3:00:00:: 2 1
-sexual%3:01:01:: 1 16
-sexual_activity%1:04:00:: 1 1
-sexual_arousal%1:26:00:: 1 1
-sexual_relation%1:04:00:: 1 1
-sexual_relationship%1:26:00:: 1 6
-sexual_union%1:04:00:: 1 1
-sexually%4:02:00:: 2 1
-sexually%4:02:01:: 1 4
-sexy%3:00:00:: 1 1
-sforzando%1:10:01:: 1 1
-shabby%5:00:00:worn:00 1 4
-shack%1:06:00:: 1 1
-shack_up%2:42:00:: 1 1
-shackle%1:06:00:: 1 2
-shackled%5:00:00:bound:01 1 2
-shade%1:06:00:: 3 3
-shade%1:07:00:: 2 5
-shade%1:10:00:: 4 2
-shade%1:26:00:: 1 9
-shade%2:35:00:: 3 1
-shade%2:36:00:: 2 1
-shade%2:43:00:: 1 2
-shaded%3:00:01:: 1 4
-shading%1:04:00:: 2 1
-shading%1:07:00:: 1 1
-shadow%1:07:00:: 6 1
-shadow%1:09:00:: 3 3
-shadow%1:10:00:: 5 1
-shadow%1:12:00:: 4 1
-shadow%1:15:00:: 2 8
-shadow%1:26:01:: 1 17
-shadow%2:38:00:: 1 3
-shadowed%5:00:00:shaded:01 1 1
-shadowy%5:00:02:shaded:01 1 1
-shaft%1:06:00:: 3 1
-shaft%1:10:00:: 1 3
-shaft%1:10:01:: 2 3
-shaft_of_light%1:19:00:: 1 1
-shaggy%5:00:00:ungroomed:00 1 1
-shake%2:29:00:: 2 14
-shake%2:30:00:: 5 6
-shake%2:30:01:: 8 1
-shake%2:37:00:: 6 2
-shake%2:38:00:: 1 42
-shake%2:38:01:: 3 8
-shake%2:38:02:: 4 6
-shake%2:38:04:: 7 1
-shake_hands%2:32:00:: 1 2
-shake_off%2:35:00:: 2 2
-shake_off%2:38:00:: 1 3
-shake_up%2:38:00:: 1 1
-shaken%5:00:00:agitated:00 1 2
-shakespeare%1:18:00:: 1 11
-shaking%1:04:00:: 1 2
-shaking%5:00:00:unsteady:00 1 4
-shaky%5:00:00:unstable:00 1 1
-shallow%3:00:01:: 1 6
-shallowness%1:07:01:: 1 1
-sham%1:06:00:: 1 2
-shamble%2:38:00:: 1 2
-shame%1:11:00:: 3 1
-shame%1:12:00:: 1 9
-shame%1:26:00:: 2 5
-shame%2:41:00:: 1 1
-shamefacedly%4:02:00:: 1 1
-shameful%5:00:00:dishonorable:00 1 2
-shamrock%1:20:02:: 1 1
-shantung%1:06:00:: 1 1
-shanty%1:06:00:: 1 1
-shape%1:03:00:: 2 6
-shape%1:07:00:: 1 37
-shape%1:07:01:: 5 2
-shape%1:08:00:: 3 3
-shape%1:09:01:: 4 2
-shape%1:26:00:: 6 1
-shape%2:30:00:: 3 3
-shape%2:31:00:: 1 11
-shape%2:36:00:: 2 6
-shaped%5:00:00:formed:00 1 4
-shapeless%5:00:00:unformed:00 1 3
-shapely%3:00:00:: 1 1
-shaping%1:22:00:: 1 1
-shard%1:06:00:: 1 1
-share%1:04:00:: 3 3
-share%1:04:01:: 4 3
-share%1:21:00:: 1 29
-share%1:21:01:: 2 12
-share%2:32:00:: 5 1
-share%2:40:00:: 4 4
-share%2:40:01:: 3 15
-share%2:40:02:: 2 19
-share%2:42:00:: 1 23
-share_in%2:41:00:: 1 8
-sharecrop_farmer%1:18:00:: 1 1
-shared%3:00:00:: 1 2
-sharer%1:18:00:: 1 1
-shark%1:05:00:: 1 1
-sharp%3:00:00:: 10 1
-sharp%3:00:04:: 8 2
-sharp%4:02:00:: 1 1
-sharp%5:00:00:distinct:00 1 9
-sharp%5:00:00:high:03 6 3
-sharp%5:00:00:intelligent:00 9 2
-sharp%5:00:00:perceptive:00 3 6
-sharp%5:00:00:pointed:00 2 6
-sharp%5:00:00:smart:00 4 6
-sharp%5:00:00:sour:00 11 1
-sharp%5:00:00:steep:00 7 3
-sharp%5:00:00:unpleasant:00 5 3
-sharp-limbed%5:00:00:limbed:00 1 1
-sharp-worded%5:00:00:unpleasant:00 1 1
-sharp_tongue%1:10:00:: 1 1
-sharpen%2:30:00:: 3 1
-sharpen%2:30:01:: 2 1
-sharpen%2:30:03:: 4 1
-sharpen%2:35:00:: 1 1
-sharply%4:02:00:: 1 14
-sharply%4:02:01:: 2 3
-sharply%4:02:02:: 3 2
-sharpness%1:09:01:: 1 1
-shatter%2:30:00:: 1 12
-shattered%5:00:00:broken:01 1 2
-shattering%5:00:00:loud:00 1 1
-shave%2:29:00:: 1 8
-shave%2:35:01:: 2 1
-shaved%3:00:00:: 1 2
-shaven%3:00:00:: 1 1
-shaving%1:04:00:: 1 3
-shaving%1:17:00:: 2 1
-shawl%1:06:00:: 1 2
-sheaf%1:06:00:: 1 1
-shear%1:19:00:: 1 21
-shear%2:35:00:: 1 3
-sheath%1:06:00:: 1 2
-sheath%1:06:01:: 3 1
-sheath%1:08:00:: 2 1
-shed%1:06:00:: 1 1
-shed%2:35:01:: 1 5
-shed%2:35:02:: 2 3
-shed_light_on%2:31:00:: 1 2
-sheep%1:05:00:: 1 14
-sheep%1:18:01:: 2 1
-sheep_rot%1:26:00:: 1 1
-sheeplike%5:00:00:docile:00 1 2
-sheepman%1:18:00:: 1 1
-sheepskin%1:27:00:: 1 1
-sheer%2:38:00:: 1 1
-sheer%5:00:00:complete:00 1 6
-sheer%5:00:00:pure:02 2 2
-sheer%5:00:00:steep:00 3 1
-sheet%1:06:00:: 3 3
-sheet%1:10:00:: 2 11
-sheet%1:17:00:: 1 12
-sheet_metal%1:06:00:: 1 2
-sheet_music%1:10:00:: 1 1
-sheet_of_paper%1:10:00:: 1 3
-shelf%1:06:00:: 1 8
-shell%1:05:02:: 3 2
-shell%1:06:00:: 1 14
-shell%1:27:00:: 2 3
-shell%2:33:00:: 1 1
-shelter%1:06:00:: 1 56
-shelter%1:06:01:: 2 3
-shelter%2:42:00:: 1 1
-sheltered%5:00:00:protected:00 1 2
-sheltered_workshop%1:06:00:: 1 1
-shelve%2:42:00:: 1 1
-shenanigan%1:04:00:: 1 2
-shenanigan%1:04:01:: 2 1
-shepherd%1:18:00:: 2 1
-shepherd%1:18:01:: 1 1
-shepherd%2:41:01:: 1 1
-sheriff%1:18:00:: 1 7
-sherlock_holmes%1:18:00:: 1 6
-sherry%1:13:00:: 1 3
-shibboleth%1:10:00:: 2 1
-shibboleth%1:10:01:: 1 1
-shield%1:06:01:: 2 2
-shield%1:06:02:: 1 3
-shield%2:33:00:: 1 5
-shielded%5:00:00:protected:00 1 2
-shielding%1:04:00:: 1 3
-shielding%1:06:00:: 2 2
-shift%1:04:00:: 5 2
-shift%1:04:01:: 4 3
-shift%1:11:00:: 1 5
-shift%1:11:01:: 2 5
-shift%1:28:00:: 3 3
-shift%2:30:00:: 1 13
-shift%2:30:01:: 7 1
-shift%2:30:03:: 5 2
-shift%2:30:04:: 6 1
-shift%2:38:00:: 2 12
-shift%2:38:01:: 4 2
-shift%2:38:02:: 3 5
-shifting%5:00:00:moving:02 1 3
-shifting%5:00:00:variable:00 2 2
-shim%1:06:00:: 1 1
-shimmering%5:00:00:bright:00 1 1
-shimmy%2:36:00:: 2 1
-shimmy%2:38:00:: 1 1
-shin%1:08:01:: 1 2
-shinbone%1:08:00:: 1 1
-shine%2:39:01:: 3 5
-shine%2:39:06:: 6 1
-shine%2:42:01:: 4 3
-shine%2:42:04:: 5 1
-shine%2:43:00:: 2 6
-shine%2:43:01:: 1 9
-shining%1:04:00:: 1 1
-shining%5:00:00:bright:00 2 2
-shining%5:00:00:superior:02 1 2
-shiny%5:00:00:bright:00 1 2
-ship%1:06:00:: 1 49
-ship%2:38:00:: 1 7
-shipbuilding%1:04:00:: 1 1
-shipment%1:04:00:: 2 3
-shipment%1:06:00:: 1 3
-shipping%1:04:00:: 1 4
-shipping_fever%1:26:00:: 1 6
-shipshape%5:00:00:tidy:00 1 1
-shipwreck%1:06:00:: 1 1
-shipyard%1:06:00:: 1 1
-shirk%2:41:01:: 1 2
-shirking%1:04:00:: 1 1
-shirt%1:06:00:: 1 15
-shirt%2:29:00:: 1 1
-shirtfront%1:06:01:: 1 1
-shirtsleeve%1:06:00:: 1 1
-shirtsleeves%1:26:00:: 1 1
-shit%1:10:00:: 2 1
-shit%1:27:00:: 1 1
-shiver%1:04:00:: 1 1
-shiver%2:29:00:: 2 4
-shiver%2:38:00:: 1 5
-shivering%1:26:00:: 1 1
-shivering%5:00:00:unsteady:00 1 1
-shivery%5:00:00:cold:01 1 1
-shock%1:04:00:: 3 2
-shock%1:04:01:: 2 2
-shock%1:11:00:: 5 1
-shock%1:11:01:: 6 1
-shock%1:12:01:: 1 6
-shock%1:26:00:: 4 1
-shock%2:37:01:: 1 4
-shock%2:37:02:: 2 3
-shock_absorber%1:06:00:: 1 1
-shock_therapy%1:04:00:: 1 1
-shocked%5:00:00:afraid(p):00 1 1
-shocking%5:00:00:sensational:00 1 1
-shockingly%4:02:00:: 1 1
-shod%3:00:00:: 1 2
-shoe%1:06:00:: 1 27
-shoe_leather%1:27:00:: 1 1
-shoe_repairing%1:04:00:: 1 1
-shoe_store%1:06:00:: 1 1
-shoeful%1:23:00:: 1 1
-shoelace%1:06:00:: 1 1
-shoes%1:26:00:: 1 1
-shoestring%1:06:00:: 1 1
-shoo_away%2:38:00:: 1 1
-shoot%2:32:00:: 9 1
-shoot%2:32:01:: 4 7
-shoot%2:33:00:: 3 26
-shoot%2:33:01:: 1 28
-shoot%2:35:01:: 8 1
-shoot%2:38:00:: 6 3
-shoot%2:38:01:: 7 1
-shoot%2:38:03:: 5 3
-shoot%2:41:00:: 2 27
-shoot-down%1:04:00:: 1 2
-shoot_down%2:38:00:: 2 1
-shoot_down%2:38:01:: 1 1
-shoot_up%2:30:00:: 1 2
-shooter%1:06:00:: 1 1
-shooting%1:04:00:: 1 21
-shooting%1:04:01:: 2 4
-shooting_preserve%1:15:00:: 1 5
-shop%1:06:00:: 1 9
-shop%1:06:01:: 2 1
-shop%2:40:00:: 1 7
-shop%2:41:00:: 2 1
-shop_at%2:41:00:: 1 1
-shopkeeper%1:18:00:: 1 1
-shopper%1:18:00:: 1 1
-shopping%1:04:00:: 1 8
-shopping_center%1:06:00:: 1 8
-shore%1:17:00:: 1 18
-shore_up%2:35:00:: 1 2
-short%1:06:00:: 1 3
-short%3:00:01:: 2 21
-short%3:00:02:: 1 43
-short%3:00:03:: 3 7
-short%4:02:04:: 1 1
-short%5:00:00:insufficient:00 4 3
-short-change%2:41:00:: 1 1
-short-lived%5:00:00:impermanent:00 1 2
-short-range%5:00:00:short:02 1 1
-short-run%5:00:00:short:02 1 2
-short-term%5:00:00:short:02 1 5
-short_and_sweet%5:00:00:short:02 1 1
-short_bone%1:08:00:: 1 5
-short_story%1:10:00:: 1 3
-shortage%1:07:00:: 1 4
-shortage%1:26:00:: 2 2
-shortcut%1:06:00:: 1 1
-shorten%2:30:01:: 1 6
-shorten%2:30:02:: 2 3
-shortened%5:00:01:short:01 1 1
-shortly%4:02:00:: 2 3
-shortly%4:02:01:: 1 6
-shortly%4:02:02:: 3 2
-shortness%1:07:03:: 1 1
-shorts%1:06:02:: 1 1
-shortsighted%5:00:00:improvident:00 1 4
-shortstop%1:18:00:: 1 4
-shot%1:04:00:: 1 24
-shot%1:04:03:: 7 1
-shot%1:04:06:: 3 6
-shot%1:06:00:: 2 20
-shot%1:10:01:: 6 1
-shot%1:18:00:: 5 1
-shot%1:26:00:: 4 1
-shotgun%1:06:00:: 1 2
-should%2:42:01:: 2 1
-should%2:42:02:: 1 1
-shoulder%1:08:00:: 1 65
-shoulder%2:35:00:: 2 2
-shoulder%2:35:02:: 1 2
-shoulder_bag%1:06:00:: 1 1
-shoulder_blade%1:08:00:: 1 2
-shoulder_in%2:38:00:: 1 1
-shouldered%3:01:00:: 1 1
-shout%1:10:00:: 1 3
-shout%2:32:00:: 1 39
-shout%2:32:01:: 2 18
-shout%2:32:08:: 3 2
-shout_out%2:32:00:: 1 1
-shouting%1:10:00:: 1 2
-shouting%1:10:01:: 2 2
-shove%2:35:00:: 2 5
-shove%2:38:00:: 1 6
-shove_along%2:38:00:: 1 1
-shovel%1:06:00:: 1 2
-shovel%2:35:00:: 1 1
-show%1:04:00:: 1 18
-show%1:10:03:: 2 9
-show%2:31:00:: 2 63
-show%2:32:00:: 3 57
-show%2:32:01:: 8 24
-show%2:32:02:: 7 24
-show%2:32:03:: 12 6
-show%2:32:04:: 11 7
-show%2:36:00:: 6 32
-show%2:38:00:: 13 2
-show%2:39:00:: 4 43
-show%2:39:01:: 10 11
-show%2:39:02:: 1 136
-show%2:39:03:: 5 33
-show%2:39:04:: 9 15
-show_off%2:39:00:: 1 4
-show_up%2:30:00:: 1 8
-show_up%2:39:00:: 2 4
-showcase%1:26:00:: 1 2
-showdown%1:10:00:: 1 2
-shower%1:04:00:: 2 4
-shower%1:06:00:: 1 5
-shower%1:11:00:: 4 1
-shower%1:19:00:: 3 1
-shower%2:29:00:: 3 2
-shower%2:35:00:: 2 2
-shower%2:40:00:: 1 2
-shower_room%1:06:00:: 1 2
-showerhead%1:06:00:: 1 1
-showing%1:04:00:: 2 1
-showing%1:10:01:: 1 1
-showpiece%1:06:00:: 1 1
-showroom%1:06:00:: 1 1
-showy%5:00:00:fancy:00 2 1
-showy%5:00:00:ostentatious:00 1 1
-shrapnel%1:06:00:: 1 2
-shred%1:23:00:: 1 3
-shred%2:35:00:: 1 1
-shrewd%5:00:00:smart:00 1 2
-shrewdly%4:02:00:: 1 1
-shrewish%5:00:00:ill-natured:00 1 1
-shriek%1:10:00:: 1 4
-shriek%1:11:00:: 2 1
-shriek%2:32:00:: 1 4
-shrieked%3:44:00:: 1 1
-shrieking%1:10:00:: 1 1
-shrill%2:32:00:: 1 2
-shrill%5:00:00:high:03 1 9
-shrilling%5:00:00:high:03 1 1
-shrilly%4:02:00:: 1 2
-shrine%1:06:00:: 1 1
-shrink%2:30:00:: 4 1
-shrink%2:30:01:: 3 2
-shrink%2:30:02:: 1 3
-shrink%2:38:00:: 2 2
-shrink_back%2:38:00:: 1 2
-shrink_from%2:41:00:: 1 2
-shriveled%5:00:00:dry:01 1 1
-shroud%2:35:01:: 1 1
-shrub%1:20:00:: 1 3
-shrubbery%1:14:00:: 2 1
-shrubbery%1:15:00:: 1 1
-shrug%1:10:00:: 1 3
-shrug%2:29:00:: 1 10
-shrug_off%2:32:00:: 1 1
-shucks%1:07:00:: 1 1
-shudder%2:29:00:: 1 5
-shudder%2:38:00:: 2 3
-shuddering%5:00:00:unsteady:00 1 1
-shuffle%2:38:00:: 1 4
-shuffle%2:38:01:: 2 1
-shuffling%1:04:01:: 1 1
-shun%2:32:00:: 1 4
-shunt%1:06:01:: 2 1
-shunt%1:08:00:: 1 5
-shunt%2:38:00:: 1 1
-shut%2:35:00:: 1 10
-shut%2:35:06:: 2 2
-shut%2:41:00:: 3 1
-shut%3:00:00:: 1 7
-shut%3:00:02:: 2 2
-shut_down%2:41:00:: 1 2
-shut_off%2:42:00:: 1 1
-shut_out%2:41:00:: 1 3
-shut_up%2:30:00:: 3 1
-shut_up%2:32:00:: 1 6
-shut_up%2:35:00:: 2 1
-shut_up%5:00:00:confined:00 1 1
-shutdown%1:04:00:: 1 5
-shutter%1:06:00:: 2 5
-shutter%1:06:01:: 1 5
-shuttle%2:38:00:: 1 2
-shy%2:38:00:: 1 1
-shy%5:00:00:timid:00 2 3
-shy%5:00:00:unconfident:00 1 3
-shy_away_from%2:32:00:: 1 4
-shyly%4:02:00:: 1 1
-siamese%1:10:00:: 1 1
-siamese_cat%1:05:00:: 1 2
-siberia%1:15:00:: 1 3
-sic%4:02:00:: 1 2
-sicilian%1:18:00:: 1 2
-sicilian%3:01:00:: 1 2
-sicily%1:15:00:: 1 1
-sick%1:14:00:: 1 1
-sick%3:00:01:: 1 8
-sick%5:00:00:displeased:00 4 1
-sick%5:00:00:insane:00 3 1
-sick%5:00:02:ill:01 2 7
-sick_pay%1:21:00:: 1 2
-sicken%2:29:00:: 2 1
-sicken%2:37:00:: 1 2
-sickish%5:00:00:ill:01 1 1
-sickly%5:00:00:unhealthy:00 1 1
-sickness%1:26:00:: 1 4
-sickroom%1:06:00:: 1 1
-side%1:06:00:: 5 11
-side%1:08:00:: 3 18
-side%1:09:00:: 6 5
-side%1:10:00:: 10 1
-side%1:13:00:: 9 1
-side%1:14:00:: 2 25
-side%1:14:01:: 8 1
-side%1:15:00:: 4 12
-side%1:15:01:: 7 3
-side%1:15:02:: 1 91
-side%2:33:13:: 1 1
-side%3:00:00:: 1 6
-side%5:00:00:incidental:00 2 3
-side_by_side%5:00:00:close:01 1 2
-side_entrance%1:06:00:: 1 1
-side_yard%1:06:00:: 1 1
-sideboard%1:06:02:: 1 1
-sidelong%5:00:00:indirect:00 1 2
-sidestep%2:32:00:: 1 3
-sidewalk%1:06:00:: 1 16
-sidewinder%1:05:00:: 1 1
-sidewise%4:02:03:: 1 2
-siding%1:06:01:: 1 1
-sidle%2:38:00:: 2 2
-sidle%2:38:01:: 1 2
-siege%1:04:00:: 1 2
-sieve%1:06:00:: 1 1
-sift%2:35:00:: 2 1
-sift%2:38:00:: 1 1
-sigh%1:10:00:: 1 6
-sigh%2:29:00:: 1 24
-sigh%2:32:01:: 2 2
-sight%1:04:00:: 7 2
-sight%1:06:00:: 4 3
-sight%1:09:00:: 3 6
-sight%1:09:01:: 1 17
-sight%1:09:02:: 6 2
-sight%1:09:03:: 5 2
-sight%1:10:00:: 2 12
-sight%1:23:00:: 8 1
-sight%2:39:00:: 1 4
-sightseeing%1:04:00:: 1 2
-sign%1:06:01:: 4 3
-sign%1:10:00:: 2 5
-sign%1:10:01:: 9 1
-sign%1:10:03:: 3 4
-sign%1:10:05:: 1 18
-sign%1:11:00:: 8 1
-sign%1:15:00:: 5 2
-sign%1:24:00:: 7 1
-sign%1:26:00:: 6 1
-sign%2:32:00:: 3 8
-sign%2:32:01:: 5 1
-sign%2:32:02:: 1 16
-sign%2:41:00:: 2 13
-sign%2:41:01:: 4 2
-sign_of_the_cross%1:10:00:: 1 1
-sign_up%2:33:00:: 2 1
-sign_up%2:41:00:: 1 2
-signal%1:10:00:: 1 16
-signal%1:16:00:: 2 1
-signal%2:32:00:: 1 4
-signal%2:32:01:: 2 3
-signal-to-noise%1:24:00:: 1 1
-signaling%1:10:00:: 1 1
-signature%1:07:00:: 2 1
-signature%1:10:00:: 1 1
-signed%3:00:00:: 1 3
-significance%1:07:00:: 1 21
-significance%1:09:01:: 2 7
-significance%1:10:00:: 3 2
-significant%3:00:00:: 1 18
-significant%3:00:01:: 3 3
-significant%5:00:00:considerable:00 2 9
-significant%5:00:00:meaningful:00 4 2
-significantly%4:02:01:: 3 1
-significantly%4:02:03:: 2 3
-significantly%4:02:04:: 1 6
-signify%2:32:00:: 2 1
-signify%2:32:02:: 1 3
-signore%1:18:00:: 1 1
-signpost%1:10:00:: 1 1
-silence%1:07:00:: 2 10
-silence%1:07:01:: 3 8
-silence%1:07:02:: 4 1
-silence%1:26:00:: 1 12
-silence%2:30:00:: 1 4
-silenced%3:00:00:: 1 1
-silent%5:00:00:quiet:01 1 18
-silent%5:00:00:uncommunicative:00 2 10
-silent_movie%1:10:00:: 1 2
-silently%4:02:00:: 1 4
-silhouette%1:15:00:: 1 5
-silhouette%2:36:00:: 2 1
-silhouette%2:39:00:: 1 1
-silicate%1:27:00:: 1 1
-silicone%1:27:00:: 1 1
-silk%1:06:00:: 1 6
-silk%1:27:00:: 2 1
-silkworm%1:05:01:: 1 1
-silky%5:00:00:smooth:00 1 1
-sill%1:06:00:: 1 2
-silly%5:00:00:foolish:00 1 7
-silly%5:00:00:frivolous:00 2 1
-silo%1:06:00:: 1 2
-silver%1:06:00:: 4 1
-silver%1:07:00:: 3 2
-silver%1:21:00:: 2 2
-silver%1:27:00:: 1 2
-silver%5:00:00:achromatic:00 3 1
-silver%5:00:00:bright:00 2 4
-silver%5:00:00:metallic:00 1 4
-silver_chloride%1:27:00:: 1 2
-silver_dollar%1:21:00:: 1 1
-silver_gray%1:07:00:: 1 1
-silvery%5:00:00:bright:00 2 1
-silvery%5:00:00:euphonious:00 1 1
-similar%3:00:00:: 1 61
-similar%3:00:04:: 2 6
-similarity%1:07:00:: 1 9
-similarly%4:02:00:: 1 21
-simile%1:10:00:: 1 1
-similitude%1:07:00:: 1 6
-simmer%2:30:00:: 1 5
-simple%3:00:02:: 1 56
-simple%5:00:00:easy:01 2 10
-simple%5:00:00:naive:00 4 2
-simple%5:00:00:ordinary:00 7 1
-simple%5:00:00:retarded:00 6 1
-simple%5:00:00:unpretentious:00 5 1
-simple%5:00:02:plain:01 3 4
-simple-minded%5:00:00:naive:00 1 1
-simplex%5:00:00:unidirectional:00 1 1
-simplicity%1:07:02:: 1 4
-simplicity%1:07:04:: 2 1
-simplified%5:00:00:easy:01 1 2
-simplified%5:00:00:simple:02 2 1
-simplify%2:30:00:: 2 3
-simplify%2:30:01:: 1 5
-simplistic%5:00:00:simple:02 1 2
-simply%4:02:00:: 1 46
-simply%4:02:01:: 4 3
-simply%4:02:02:: 3 7
-simply%4:02:03:: 2 9
-simulate%2:36:04:: 1 5
-simulated%5:00:00:artificial:00 1 5
-simulation%1:04:01:: 1 1
-simultaneous%5:00:00:synchronous:00 1 4
-simultaneously%4:02:00:: 1 20
-sin%1:04:00:: 2 9
-sin%1:07:00:: 1 14
-sin%2:41:00:: 1 7
-sincere%3:00:00:: 1 6
-sincerely%4:02:00:: 1 5
-sincerity%1:07:00:: 2 2
-sincerity%1:07:02:: 3 1
-sincerity%1:12:00:: 1 2
-sine_die%4:02:00:: 1 1
-sine_qua_non%1:09:00:: 1 1
-sinewy%5:00:00:tough:01 1 2
-sinful%5:00:00:wicked:00 1 2
-sinfulness%1:07:00:: 1 3
-sing%2:32:00:: 4 1
-sing%2:32:01:: 5 1
-sing%2:32:08:: 3 3
-sing%2:36:00:: 2 35
-sing%2:36:01:: 1 46
-singe%2:30:00:: 1 1
-singer%1:18:00:: 1 3
-singing%1:04:00:: 1 6
-single%1:04:00:: 1 7
-single%2:35:00:: 1 6
-single%3:00:00:: 1 74
-single-foot%2:38:00:: 1 1
-single-spaced%5:00:00:spaced:00 1 1
-single_out%2:31:00:: 1 2
-single_out%2:41:00:: 2 1
-singly%4:02:00:: 1 1
-singsong%1:10:00:: 1 1
-singsong%2:32:00:: 1 1
-singular%5:00:00:extraordinary:00 1 3
-singular%5:00:00:individual:00 3 1
-singular%5:00:00:strange:00 2 1
-singularity%1:07:01:: 1 1
-singularly%4:02:00:: 1 1
-sinister%5:00:00:alarming:00 1 3
-sinister%5:00:00:evil:00 2 1
-sink%1:06:00:: 1 4
-sink%2:30:00:: 7 2
-sink%2:35:00:: 9 1
-sink%2:38:00:: 4 3
-sink%2:38:01:: 1 8
-sink%2:38:02:: 2 5
-sink%2:38:03:: 8 1
-sink%2:38:04:: 6 2
-sink%2:38:06:: 5 3
-sink%2:38:07:: 3 4
-sink_in%2:31:00:: 1 2
-sinking%1:11:00:: 1 1
-sinking%1:11:01:: 2 1
-sinner%1:18:00:: 1 4
-sinning%1:04:00:: 1 1
-sintered%3:44:00:: 1 1
-sinuous%5:00:00:curved:00 1 1
-sinusoid%1:08:00:: 1 2
-sinusoidal%5:00:00:curved:00 1 1
-sioux%1:18:00:: 1 3
-sip%1:04:01:: 1 2
-sip%2:34:00:: 1 7
-sipper%1:18:00:: 1 1
-sir%1:18:00:: 1 19
-sire%2:29:00:: 1 3
-sirloin%1:13:00:: 1 1
-sis%1:18:00:: 1 1
-sister%1:18:00:: 1 20
-sister-in-law%1:18:00:: 1 1
-sit%2:35:00:: 1 134
-sit%2:38:00:: 3 10
-sit%2:38:01:: 4 6
-sit%2:38:03:: 6 1
-sit%2:39:00:: 5 1
-sit%2:42:00:: 2 33
-sit-down%1:04:00:: 1 1
-sit_back%2:29:00:: 1 3
-sit_back%2:41:00:: 2 1
-sit_by%2:41:00:: 1 1
-sit_down%2:35:00:: 2 1
-sit_down%2:35:03:: 3 1
-sit_down%2:38:00:: 1 38
-sit_out%2:42:00:: 1 1
-sit_up%2:29:00:: 1 3
-sit_up%2:38:01:: 2 1
-site%1:15:00:: 1 51
-site%1:15:02:: 2 1
-sitting%1:04:00:: 2 1
-sitting%1:04:01:: 1 1
-sitting%3:00:02:: 1 1
-sitting_room%1:06:00:: 1 2
-situate%2:35:00:: 2 1
-situate%2:42:00:: 1 3
-situated%5:00:00:settled:01 1 2
-situation%1:26:00:: 1 66
-situation%1:26:01:: 2 18
-six%1:23:00:: 1 6
-six%5:00:00:cardinal:00 1 77
-sixteen%5:00:00:cardinal:00 1 5
-sixteenth%5:00:00:ordinal:00 1 2
-sixth%5:00:00:ordinal:00 1 12
-sixties%1:28:00:: 2 1
-sixties%1:28:01:: 1 6
-sixty%5:00:00:cardinal:00 1 7
-sizable%5:00:00:large:00 1 2
-size%1:07:00:: 1 70
-size%1:07:01:: 2 3
-size%5:00:00:sized:00 1 2
-size_of_it%1:26:00:: 1 1
-size_up%2:39:00:: 1 2
-sized%3:00:00:: 1 2
-sizzle%2:32:00:: 1 1
-sizzling%5:00:00:hot:01 1 2
-skate_over%2:41:00:: 1 1
-skedaddle%2:38:00:: 1 3
-skeet%1:04:00:: 1 1
-skeletal%3:01:00:: 1 13
-skeptic%1:18:00:: 1 3
-skeptical%5:00:00:distrustful:00 2 2
-skeptical%5:00:00:incredulous:00 1 3
-skepticism%1:09:00:: 1 1
-sketch%1:06:00:: 1 15
-sketch%1:10:00:: 3 2
-sketch%1:10:03:: 2 6
-sketch%2:32:00:: 2 1
-sketch%2:36:00:: 1 4
-sketch_map%1:06:00:: 1 1
-sketch_pad%1:06:00:: 1 1
-skid%2:38:03:: 1 3
-skiff%1:06:00:: 1 7
-skill%1:09:00:: 2 10
-skill%1:09:01:: 1 39
-skilled%3:00:00:: 1 11
-skilled_worker%1:18:00:: 1 5
-skillful%5:00:00:skilled:00 1 3
-skillfully%4:02:00:: 1 3
-skim%2:35:00:: 2 1
-skim%2:38:00:: 1 1
-skim_off%2:35:00:: 1 2
-skim_over%2:31:00:: 1 1
-skimming%1:04:00:: 1 1
-skin%1:05:01:: 4 3
-skin%1:06:01:: 3 3
-skin%1:08:00:: 1 11
-skin%1:26:00:: 5 2
-skin%1:27:02:: 2 3
-skin_perceptiveness%1:09:00:: 1 1
-skinny%5:00:00:thin:03 1 2
-skip%2:31:01:: 1 7
-skip%2:38:00:: 3 1
-skip%2:42:00:: 2 1
-skirmish%1:04:00:: 1 3
-skirmish%2:33:00:: 1 1
-skirmisher%1:18:00:: 1 7
-skirt%1:06:00:: 2 2
-skirt%1:06:01:: 1 4
-skirt%2:32:00:: 1 2
-skirt%2:38:00:: 2 1
-skit%1:04:00:: 1 1
-skulk%2:42:00:: 1 1
-skulking%1:04:00:: 1 1
-skull%1:08:00:: 1 5
-skullcap%1:06:00:: 1 1
-skunk%1:18:00:: 1 1
-sky%1:17:00:: 1 49
-skylark%2:38:00:: 1 1
-skylight%1:06:00:: 1 3
-skyscraper%1:06:00:: 1 1
-slab%1:06:00:: 1 3
-slack%5:00:00:lax:01 1 5
-slack_off%2:30:00:: 1 1
-slacken%2:30:02:: 1 4
-slacken%2:30:03:: 2 1
-slacks%1:06:00:: 1 4
-slain%1:14:00:: 1 1
-slam%2:35:00:: 2 8
-slam%2:35:01:: 1 8
-slam_on%2:35:00:: 1 1
-slant%1:07:00:: 2 1
-slant%1:09:00:: 1 1
-slant%2:31:00:: 2 1
-slant%2:42:00:: 1 1
-slanted%5:00:00:inclined:01 1 1
-slanting%5:00:00:inclined:01 1 3
-slantingly%4:02:00:: 1 1
-slantwise%4:02:00:: 1 1
-slap%2:35:00:: 1 15
-slapstick%1:10:00:: 1 1
-slash%2:30:00:: 4 2
-slash%2:35:00:: 3 3
-slash%2:35:01:: 1 7
-slash%2:35:02:: 2 3
-slashed%5:00:00:cut:03 2 1
-slashed%5:00:00:patterned:00 1 1
-slashing%5:00:00:dynamic:00 1 1
-slat%1:06:00:: 1 2
-slate%1:06:00:: 1 1
-slate%2:31:00:: 1 2
-slate_roof%1:06:00:: 1 2
-slaughter%1:04:00:: 1 3
-slaughter%1:11:00:: 2 1
-slaughter%2:30:00:: 2 2
-slaughter%2:35:00:: 1 3
-slave%1:18:00:: 1 18
-slave%1:18:01:: 2 1
-slave_dealer%1:18:00:: 1 1
-slave_trade%1:04:00:: 1 1
-slaver%2:29:00:: 1 1
-slavery%1:04:01:: 2 1
-slavery%1:26:00:: 1 9
-slavic%1:10:00:: 1 2
-sleek%5:00:00:smooth:00 1 1
-sleep%1:26:00:: 1 23
-sleep%1:26:02:: 2 1
-sleep%2:29:00:: 1 58
-sleep_in%2:29:00:: 1 1
-sleep_off%2:40:00:: 1 1
-sleep_with%2:35:00:: 1 1
-sleeper%1:18:00:: 1 1
-sleepily%4:02:00:: 1 1
-sleeping%1:09:00:: 1 1
-sleeping%5:00:00:asleep(p):00 2 3
-sleeping_bag%1:06:00:: 1 1
-sleeping_beauty%1:18:00:: 1 1
-sleeping_capsule%1:06:00:: 1 1
-sleeping_pill%1:06:00:: 1 1
-sleepwalker%1:18:00:: 1 1
-sleepy%5:00:00:asleep(p):00 1 6
-sleepy-eyed%5:00:00:asleep(p):00 1 1
-sleeve%1:06:00:: 1 5
-slender%5:00:00:graceful:00 5 1
-slender%5:00:00:narrow:00 2 3
-slender%5:00:00:small:00 4 1
-slender%5:00:00:thin:01 3 1
-slender%5:00:00:thin:03 1 6
-slender-waisted%5:00:00:thin:03 1 1
-slice%1:04:00:: 4 1
-slice%1:13:00:: 2 2
-slice%1:21:00:: 1 3
-slice%1:26:00:: 3 1
-slice%2:33:00:: 4 1
-slice%2:35:00:: 3 1
-slice%2:35:01:: 1 2
-slice%2:35:02:: 2 1
-slice_up%2:35:00:: 1 1
-slick%1:07:00:: 1 1
-slick%5:00:00:smooth:00 1 1
-slicker%1:06:00:: 1 2
-slide%1:04:00:: 5 1
-slide%1:06:02:: 1 2
-slide%1:06:03:: 4 1
-slide%1:10:00:: 3 1
-slide%1:11:00:: 2 1
-slide%2:38:00:: 2 14
-slide%2:38:01:: 1 18
-slide%2:38:02:: 3 3
-slide_action%1:06:00:: 1 1
-sliding%5:00:00:slippery:00 1 1
-slight%1:04:00:: 1 2
-slight%5:00:00:little(a):03 2 13
-slight%5:00:00:weak:00 1 7
-slightest%5:00:00:least(a):00 1 5
-slightly%4:02:01:: 1 26
-slim%5:00:00:thin:03 1 4
-slim-waisted%5:00:00:thin:03 1 1
-slime%2:35:00:: 1 1
-sling%2:35:00:: 1 2
-slinging%1:04:00:: 1 1
-slingshot%1:06:00:: 1 1
-slink%2:38:00:: 1 2
-slip%1:04:02:: 1 4
-slip%1:04:05:: 2 1
-slip%2:30:00:: 4 4
-slip%2:30:04:: 2 7
-slip%2:31:00:: 6 1
-slip%2:38:00:: 3 6
-slip%2:38:01:: 1 11
-slip%2:38:05:: 5 2
-slip_away%2:38:00:: 2 1
-slip_away%2:38:01:: 1 1
-slip_in%2:32:00:: 1 1
-slip_of_paper%1:06:00:: 1 1
-slip_on%2:29:00:: 1 1
-slippage%1:22:00:: 1 1
-slipper%1:06:00:: 1 5
-slippered%5:00:00:shod:00 1 1
-slippery%3:00:00:: 1 3
-slipping%5:00:00:slippery:00 1 1
-slit%1:06:00:: 1 5
-slit%1:08:00:: 2 1
-slit%2:35:00:: 2 1
-slit%2:35:01:: 1 1
-slivery%3:01:00:: 1 1
-slob%1:18:00:: 1 2
-sloe%1:20:02:: 1 2
-slogan%1:10:00:: 1 1
-sloganeering%1:10:00:: 1 1
-sloop%1:06:00:: 1 1
-slop%1:13:00:: 1 1
-slop%2:35:00:: 1 2
-slop%2:38:00:: 2 1
-slope%1:07:00:: 2 4
-slope%1:17:00:: 1 11
-sloping%5:00:00:gradual:02 2 1
-sloping%5:00:00:inclined:01 1 2
-sloppy%5:00:00:untidy:00 1 2
-slot%1:06:00:: 2 1
-slot%1:10:00:: 1 3
-slot%2:31:00:: 1 1
-slovenliness%1:26:00:: 1 1
-slovenly%5:00:00:untidy:00 1 3
-slow%2:30:00:: 1 9
-slow%2:30:01:: 2 2
-slow%2:30:05:: 3 1
-slow%3:00:01:: 1 23
-slow%3:00:02:: 2 3
-slow%4:02:00:: 1 2
-slow%5:00:00:stupid:00 3 1
-slow-moving%5:00:00:slow:01 1 1
-slow_down%2:30:00:: 1 5
-slow_down%2:30:01:: 2 2
-slow_down%2:30:04:: 3 1
-slow_up%2:30:03:: 1 1
-slowing%1:07:00:: 1 3
-slowly%4:02:02:: 1 78
-slowness%1:07:00:: 2 1
-slowness%1:09:02:: 1 2
-sludge%1:27:01:: 1 4
-slug%1:06:00:: 1 4
-slug%2:35:00:: 1 7
-slugger%1:18:00:: 1 3
-sluggish%5:00:01:slow:01 1 2
-sluggishly%4:02:00:: 1 1
-sluice%1:06:00:: 1 1
-sluice%2:30:01:: 2 1
-sluice%2:43:00:: 1 1
-sluicing%3:44:00:: 1 1
-slum%1:15:00:: 1 3
-slum%5:00:00:poor:03 1 1
-slum_area%1:15:00:: 1 2
-slumber%1:26:01:: 1 1
-slumber%2:29:00:: 1 2
-slump%1:22:00:: 1 2
-slump%2:30:00:: 3 1
-slump%2:38:00:: 2 1
-slump%2:38:01:: 1 4
-slurp%2:34:00:: 1 1
-slurred%5:00:00:unintelligible:00 1 1
-sly%5:00:00:artful:00 1 1
-smack%2:35:02:: 1 2
-smack%2:39:13:: 2 1
-small%1:08:00:: 1 1
-small%3:00:00:: 1 213
-small%3:00:04:: 4 1
-small%5:00:00:inferior:01 5 1
-small%5:00:00:limited:00 2 13
-small%5:00:00:little(a):03 11 2
-small%5:00:00:lowercase:00 7 1
-small%5:00:00:minor:06 6 1
-small%5:00:00:narrow-minded:00 9 1
-small%5:00:00:soft:04 8 1
-small%5:00:00:young:00 3 8
-small-arm%1:06:00:: 1 2
-small-scale%5:00:00:small:00 1 1
-small-time%5:00:00:unimportant:00 1 1
-small_businessman%1:18:00:: 1 1
-small_fortune%1:23:00:: 1 1
-small_intestine%1:08:00:: 1 2
-small_town%1:14:00:: 1 4
-small_voice%1:16:00:: 1 1
-smaller%5:00:00:small:00 1 33
-smallest%5:00:00:minimal:00 2 3
-smallest%5:00:00:small:00 1 5
-smallish%5:00:00:small:00 1 1
-smallness%1:07:00:: 1 2
-smallpox%1:26:00:: 1 1
-smart%2:39:00:: 1 1
-smart%3:00:00:: 1 8
-smart%5:00:00:fashionable:00 5 1
-smart%5:00:00:forward:02 4 2
-smart%5:00:00:intelligent:00 3 2
-smart%5:00:00:stylish:00 2 3
-smart_as_a_whip%5:00:00:intelligent:00 1 1
-smash%1:11:01:: 1 2
-smash%2:30:00:: 2 5
-smash%2:35:00:: 1 6
-smashed%5:00:00:broken:01 1 1
-smear%2:35:00:: 1 1
-smeared%5:00:00:dirty:01 1 1
-smell%1:07:00:: 2 5
-smell%1:09:02:: 1 8
-smell%1:26:00:: 3 1
-smell%2:39:00:: 2 12
-smell%2:39:01:: 1 14
-smell%2:39:02:: 3 3
-smile%1:10:00:: 1 29
-smile%2:29:00:: 1 79
-smiling%1:10:00:: 1 1
-smiling%5:00:00:cheerful:00 1 2
-smilingly%4:02:00:: 1 1
-smirk%2:29:00:: 1 1
-smite%2:35:00:: 1 2
-smitten%5:00:00:affected:00 1 2
-smoke%1:19:00:: 1 65
-smoke%1:22:00:: 2 4
-smoke%2:34:00:: 1 12
-smokehouse%1:06:00:: 1 2
-smoking%1:04:00:: 1 1
-smoking_jacket%1:06:00:: 1 1
-smolder%2:30:00:: 1 3
-smoldering%5:00:00:live:00 1 1
-smolderingly%4:02:00:: 1 1
-smooth%2:35:00:: 1 7
-smooth%2:35:01:: 2 1
-smooth%3:00:00:: 1 11
-smooth%3:00:02:: 3 1
-smooth%5:00:00:diplomatic:00 2 3
-smooth%5:00:00:graceful:00 5 1
-smooth%5:00:00:unfurrowed:00 4 1
-smooth_out%2:40:00:: 1 1
-smooth_over%2:41:00:: 1 2
-smoothly%4:02:00:: 1 3
-smoothly%4:02:02:: 2 1
-smoothness%1:07:00:: 1 3
-smother%2:35:00:: 2 1
-smother%2:35:01:: 3 1
-smother%2:35:02:: 1 2
-smothered%5:00:00:inhibited:00 1 1
-smothering%5:00:00:breathless:00 1 1
-smudged%5:00:00:dirty:01 1 2
-smug%5:00:00:contented:00 1 3
-smuggle%2:40:00:: 1 3
-smuggler%1:18:00:: 1 2
-snack%1:13:00:: 1 1
-snag%2:35:00:: 1 2
-snail%1:05:00:: 1 3
-snake%1:05:00:: 1 20
-snake%2:38:01:: 1 3
-snake-rail_fence%1:06:00:: 1 1
-snake_oil%1:27:00:: 1 1
-snap%1:04:00:: 1 1
-snap%2:30:00:: 3 3
-snap%2:30:01:: 5 2
-snap%2:32:00:: 1 7
-snap%2:35:00:: 8 1
-snap%2:35:01:: 2 3
-snap%2:35:02:: 10 1
-snap%2:35:03:: 9 1
-snap%2:38:00:: 4 2
-snap%2:38:01:: 7 1
-snap%2:39:00:: 6 1
-snap_at%2:35:00:: 1 1
-snap_up%2:40:00:: 1 1
-snapdragon%1:20:00:: 1 1
-snappy%5:00:00:ill-natured:00 1 1
-snapshot%1:06:00:: 1 1
-snare%1:09:00:: 1 1
-snare%2:35:00:: 1 1
-snarl%1:10:00:: 1 1
-snarl%1:10:01:: 2 1
-snarl%2:32:00:: 1 6
-snarl%2:32:01:: 2 1
-snatch%2:35:00:: 1 13
-snatch%2:35:02:: 2 1
-snatch_up%2:35:00:: 1 1
-sneak%2:38:00:: 1 2
-sneak%2:41:00:: 2 1
-sneak_off%2:38:00:: 1 2
-sneak_out%2:38:00:: 1 1
-sneak_up%2:38:00:: 1 1
-sneaker%1:06:00:: 1 2
-sneer%1:10:00:: 1 2
-sneer%2:29:00:: 2 1
-sneer%2:29:01:: 1 2
-sneering%1:10:00:: 2 1
-sneering%1:10:01:: 1 1
-snicker%2:29:00:: 1 2
-sniff%2:29:00:: 2 1
-sniff%2:39:00:: 1 5
-snigger%2:29:00:: 1 1
-snip%1:06:00:: 1 1
-sniper%1:18:00:: 1 2
-sniveling%1:04:00:: 1 1
-snobbish%5:00:00:private:00 1 1
-snoop%2:32:00:: 1 1
-snore%2:29:00:: 1 4
-snoring%1:04:00:: 1 2
-snoring%5:00:00:breathing:00 1 1
-snort%2:29:00:: 2 3
-snort%2:32:00:: 1 3
-snort%2:34:02:: 3 1
-snout%1:05:00:: 1 1
-snow%1:19:00:: 1 13
-snow%1:27:00:: 2 11
-snow%2:43:00:: 1 10
-snowball%1:20:00:: 1 2
-snowball%2:30:00:: 1 1
-snowfall%1:19:00:: 1 1
-snub%2:32:00:: 2 1
-snub%2:32:01:: 1 3
-snuff_out%2:30:00:: 1 1
-snuffbox%1:06:00:: 1 1
-snuffer%1:06:01:: 1 1
-snug%5:00:00:protected:00 1 1
-snuggle%2:35:00:: 1 3
-snuggled%5:00:00:close:01 1 1
-snugly%4:02:00:: 1 2
-snugly%4:02:01:: 2 1
-so%4:02:02:: 1 322
-so%4:02:03:: 7 1
-so%4:02:04:: 6 2
-so%4:02:05:: 3 73
-so%4:02:06:: 2 79
-so%4:02:07:: 4 7
-so%4:02:08:: 5 6
-so%4:02:09:: 8 1
-so%5:00:00:true:00 1 17
-so-called%5:00:00:questionable:00 1 13
-so-so%5:00:00:ordinary:00 1 3
-so_far%4:02:00:: 1 7
-so_much%5:00:00:much(a):00 1 3
-so_to_speak%4:02:00:: 1 2
-so_to_speak%4:02:01:: 2 1
-soak%2:30:01:: 3 1
-soak%2:35:01:: 1 4
-soak%2:40:00:: 2 1
-soaked%5:00:00:wet:01 1 6
-soaking%1:22:00:: 1 1
-soaking%5:00:00:wet:01 1 2
-soap%1:06:00:: 1 9
-soap_flakes%1:06:00:: 1 1
-soap_powder%1:06:00:: 1 1
-soapsuds%1:17:00:: 1 1
-soar%2:30:00:: 4 1
-soar%2:38:00:: 3 1
-soar%2:38:01:: 1 4
-soar%2:38:03:: 2 1
-soaring%5:00:00:high:02 1 2
-sob%1:10:00:: 1 5
-sob%2:29:00:: 1 2
-sober%3:00:01:: 1 5
-sober%5:00:00:colorless:02 3 1
-sober%5:00:00:serious:00 2 5
-sober_up%2:30:00:: 1 3
-sobering%5:00:00:serious:00 1 1
-soberly%4:02:00:: 1 3
-sobriety%1:26:00:: 1 1
-sociability%1:07:00:: 1 1
-sociably%4:02:01:: 1 1
-social%1:14:00:: 1 1
-social%3:00:00:: 2 7
-social%3:01:00:: 1 81
-social%3:01:02:: 3 2
-social%5:00:00:sociable:00 4 2
-social_class%1:14:00:: 1 5
-social_contract%1:26:00:: 1 2
-social_control%1:04:00:: 1 1
-social_event%1:11:00:: 1 1
-social_organization%1:14:00:: 1 2
-social_relation%1:03:00:: 1 1
-social_science%1:09:00:: 1 3
-social_security%1:04:00:: 1 2
-social_status%1:26:00:: 1 1
-social_structure%1:14:00:: 1 2
-social_system%1:14:00:: 1 2
-social_welfare%1:04:00:: 1 2
-socialism%1:09:00:: 1 11
-socialist%1:18:00:: 1 1
-socialist%3:01:00:: 1 3
-socialistic%3:00:00:: 1 3
-sociality%1:07:00:: 1 1
-socialize%2:32:00:: 2 1
-socialize%2:41:01:: 1 1
-socialized%5:00:00:liberal:00 1 1
-socially%4:02:00:: 1 3
-societal%3:01:00:: 1 1
-society%1:14:00:: 1 88
-society%1:14:01:: 2 6
-socioeconomic%3:01:00:: 1 2
-sociological%3:01:00:: 1 2
-sociologist%1:18:00:: 1 1
-sock%1:06:00:: 1 3
-sock%2:35:00:: 1 2
-sod%1:17:00:: 1 4
-sodden%5:00:00:wet:01 1 2
-soddy%1:06:00:: 1 1
-sodium%1:27:00:: 1 1
-sodium_iodide%1:27:00:: 1 2
-sodium_nitrate%1:27:00:: 1 3
-sodium_tripolyphosphate%1:27:00:: 1 2
-sofa%1:06:00:: 1 5
-soft%3:00:01:: 1 18
-soft%3:00:02:: 2 13
-soft%3:00:04:: 3 4
-soft%4:02:00:: 1 1
-soft%5:00:00:tender:02 4 2
-soft-shoe%1:04:00:: 1 1
-soft-spoken%5:00:00:soft:04 1 1
-soft_drink%1:13:00:: 1 2
-soft_glass%1:27:00:: 1 1
-soft_spot%1:07:00:: 1 1
-soften%2:30:02:: 2 1
-soften%2:39:00:: 1 4
-softened%5:00:00:modulated:00 1 1
-softening%1:22:00:: 1 1
-softening%5:00:00:soft:01 1 1
-softly%4:02:00:: 1 18
-softly%4:02:02:: 3 3
-softly%4:02:04:: 2 3
-softness%1:07:00:: 1 2
-soil%1:17:00:: 3 3
-soil%1:26:00:: 1 24
-soil%1:27:01:: 2 12
-soil%2:35:00:: 1 1
-soiled%3:00:04:: 1 10
-soiree_musicale%1:14:00:: 1 1
-sojourn%1:04:00:: 1 1
-solace%1:12:00:: 1 2
-solace%2:37:00:: 1 2
-solar%3:01:00:: 1 4
-solar_radiation%1:19:00:: 1 6
-solar_system%1:17:00:: 1 4
-solar_wind%1:19:00:: 1 1
-sold-out%5:00:00:corrupt:00 1 1
-solder%2:35:00:: 1 7
-soldier%1:18:00:: 1 166
-soldiering%1:09:00:: 1 1
-soldiery%1:14:00:: 1 2
-sole%1:06:00:: 1 3
-sole%5:00:00:single(a):00 2 6
-sole%5:00:00:unshared:00 1 2
-soled%3:00:00:: 1 1
-solely%4:02:00:: 1 9
-solemn%5:00:00:formal:01 1 3
-solemn%5:00:00:humorless:00 3 1
-solemn%5:00:00:serious:00 2 2
-solemnity%1:07:00:: 1 1
-solemnly%4:02:00:: 1 4
-solicit%2:32:00:: 1 4
-solicitude%1:12:00:: 1 2
-solid%1:26:00:: 2 1
-solid%1:27:04:: 1 14
-solid%3:00:01:: 2 6
-solid%3:00:02:: 3 5
-solid%5:00:00:cubic:00 10 1
-solid%5:00:00:good:01 1 8
-solid%5:00:00:hard:01 9 1
-solid%5:00:00:homogeneous:00 4 4
-solid%5:00:00:honorable:00 8 1
-solid%5:00:00:opaque:00 11 1
-solid%5:00:00:sound:01 7 1
-solid%5:00:00:unbroken:02 5 4
-solid%5:00:00:wholesome:00 6 1
-solid-state%5:00:02:solid:01 1 2
-solid_angle%1:25:00:: 1 2
-solidarity%1:07:00:: 1 5
-solidity%1:07:02:: 1 2
-solidly%4:02:00:: 2 1
-solidly%4:02:02:: 1 1
-solipsism%1:09:00:: 1 1
-solitary%5:00:00:single(a):00 5 2
-solitary%5:00:00:ungregarious:00 2 1
-solitary%5:00:01:unsocial:00 1 3
-solitude%1:26:00:: 1 1
-solo%1:04:01:: 1 1
-solo_blast%1:04:00:: 1 1
-soloist%1:18:00:: 1 5
-soluble%3:00:01:: 1 1
-solution%1:09:00:: 3 8
-solution%1:10:00:: 2 8
-solution%1:14:00:: 4 6
-solution%1:27:00:: 1 12
-solvating_agent%1:27:00:: 1 1
-solve%2:31:00:: 1 30
-solve%2:31:01:: 2 5
-solved%3:00:00:: 1 1
-solvent%1:27:00:: 1 1
-somatic%5:00:00:physical:00 1 4
-somber%5:00:00:cheerless:00 1 2
-somber%5:00:00:colorless:02 2 1
-sombre%5:00:00:cheerless:00 1 1
-some%3:00:00:: 1 130
-some%4:02:00:: 1 2
-some%5:00:00:many:00 3 7
-some%5:00:00:much(a):00 5 7
-some%5:00:00:unspecified:00 2 66
-some_other%5:00:00:other:00 1 2
-someday%4:02:00:: 1 10
-somehow%4:02:00:: 1 16
-somehow%4:02:01:: 2 7
-someone%1:03:00:: 1 17
-someplace%4:02:00:: 1 1
-somersault%1:04:00:: 1 4
-somersaulting%1:04:00:: 1 1
-sometime%4:02:00:: 1 6
-sometimes%4:02:01:: 1 99
-somewhat%4:02:00:: 2 5
-somewhat%4:02:01:: 1 50
-somewhere%4:02:00:: 1 30
-somnolent%5:00:00:asleep(p):00 1 2
-son%1:18:00:: 1 48
-son%1:18:01:: 2 2
-son_of_a_bitch%1:18:00:: 1 7
-sonar%1:06:00:: 1 6
-song%1:04:00:: 3 3
-song%1:10:00:: 1 46
-song%1:10:02:: 4 1
-song%1:11:00:: 2 3
-songwriter%1:18:00:: 1 2
-sonnet%1:10:00:: 1 1
-sonny%1:18:00:: 1 3
-sonny_boy%1:18:00:: 1 1
-sonogram%1:06:00:: 1 1
-sonority%1:07:00:: 1 1
-sonorous%5:00:00:full:01 1 1
-soon%4:02:00:: 1 60
-soon_enough%4:02:00:: 1 2
-sooner%4:02:00:: 1 2
-soothe%2:29:00:: 2 1
-soothe%2:37:00:: 1 1
-soothingly%4:02:00:: 1 2
-soothsayer%1:18:00:: 1 1
-sooty%5:00:00:achromatic:00 1 1
-sophisticate%1:18:00:: 1 1
-sophisticated%3:00:00:: 1 9
-sophisticated%5:00:00:cosmopolitan:02 3 1
-sophisticated%5:00:00:high-tech:00 2 1
-sophistication%1:09:00:: 1 2
-sophomore%1:18:00:: 1 4
-sopping%5:00:00:wet:01 1 1
-soprano%1:18:00:: 1 2
-sorb%2:35:00:: 1 6
-sorbed%5:00:00:combined:00 1 2
-sordid%5:00:00:disreputable:00 1 2
-sore%1:26:00:: 1 1
-sore%5:00:00:angry:00 3 1
-sore%5:00:00:painful:00 1 8
-sore%5:00:00:unpleasant:00 2 1
-sore-eyed%5:00:00:unhealthy:00 1 1
-sorely%4:02:01:: 1 2
-sorority%1:14:00:: 1 2
-sorption%1:22:00:: 1 2
-sorrel%5:00:00:chromatic:00 1 1
-sorrow%1:09:00:: 3 1
-sorrow%1:12:00:: 1 3
-sorrow%1:12:01:: 2 1
-sorrowful%3:00:00:: 1 2
-sorry%3:00:02:: 3 1
-sorry%5:00:00:bad:00 5 1
-sorry%5:00:00:cheerless:00 6 1
-sorry%5:00:00:compassionate:00 2 3
-sorry%5:00:00:penitent:00 4 1
-sorry%5:00:00:unhappy:00 1 8
-sorry_for%5:00:00:compassionate:00 1 1
-sort%1:07:00:: 2 2
-sort%1:09:00:: 1 65
-sort%1:18:00:: 3 1
-sort_of%4:02:00:: 1 10
-sort_out%2:31:00:: 1 3
-sort_out%2:31:01:: 2 2
-soughingly%4:02:00:: 1 1
-sought%3:44:00:: 1 1
-soul%1:03:00:: 2 6
-soul%1:04:00:: 4 1
-soul%1:12:00:: 3 3
-soul%1:18:00:: 1 20
-soulfully%4:02:00:: 1 1
-sound%1:07:00:: 1 36
-sound%1:09:00:: 2 16
-sound%1:10:00:: 5 6
-sound%1:10:01:: 6 1
-sound%1:11:00:: 4 11
-sound%1:19:00:: 3 11
-sound%2:32:00:: 5 1
-sound%2:39:00:: 2 14
-sound%2:39:02:: 4 1
-sound%2:39:03:: 3 9
-sound%2:39:06:: 1 38
-sound%3:00:00:: 1 8
-sound%3:00:01:: 3 1
-sound%3:00:04:: 4 1
-sound%4:02:01:: 1 1
-sound%5:00:00:healthy:00 5 1
-sound%5:00:00:reasonable:00 2 3
-sound_effect%1:09:00:: 1 1
-sound_off%2:32:01:: 1 1
-sound_wave%1:11:00:: 1 3
-sounding%5:00:00:superficial:00 1 2
-soundproof%5:00:00:impervious:00 1 1
-soundtrack%1:06:00:: 1 2
-soup%1:13:00:: 1 2
-soup_bowl%1:06:00:: 1 1
-sour%2:30:01:: 1 2
-sour%2:39:00:: 2 1
-sour%5:00:00:malodorous:00 1 1
-source%1:06:00:: 4 8
-source%1:09:00:: 3 12
-source%1:10:00:: 2 12
-source%1:15:00:: 1 34
-source%1:18:00:: 6 1
-source%1:18:01:: 5 3
-sourdough%1:27:00:: 1 1
-sourdough%5:00:00:leavened:00 1 1
-sourly%4:02:00:: 1 1
-souse%2:30:01:: 1 1
-soutane%1:06:00:: 1 1
-south%1:15:00:: 2 5
-south%1:15:01:: 1 37
-south%1:15:02:: 4 2
-south%1:24:00:: 3 2
-south%3:00:00:: 1 13
-south%4:02:00:: 1 8
-south-central%5:00:00:south:00 1 1
-south_africa%1:15:00:: 1 1
-south_america%1:17:00:: 1 3
-south_carolina%1:15:00:: 2 1
-south_carolina%1:15:01:: 1 1
-south_carolinian%1:18:00:: 1 1
-south_dakota%1:15:00:: 1 1
-south_sea%1:17:00:: 1 1
-south_side%1:15:00:: 1 2
-southbound%5:00:00:south:00 1 1
-southeast%1:15:00:: 2 1
-southeast%1:24:00:: 1 1
-southeast%4:02:00:: 1 2
-southeastern%5:00:00:south:00 1 1
-southern%3:00:01:: 3 3
-southern%3:00:02:: 1 30
-southern%5:00:01:south:00 4 1
-southern%5:00:02:south:00 2 7
-southern_hemisphere%1:15:00:: 1 1
-southerner%1:18:00:: 1 19
-southernism%1:10:00:: 1 1
-southpaw%1:18:01:: 1 5
-southward%4:02:00:: 1 3
-southwest%1:15:00:: 2 1
-southwest%1:24:00:: 1 1
-souvenir%1:06:00:: 1 1
-sovereign%1:18:00:: 1 5
-sovereign%5:00:00:dominant:01 2 2
-sovereign%5:00:00:free:00 1 4
-sovereignty%1:26:00:: 1 1
-soviet%3:01:00:: 1 25
-soviet_union%1:15:00:: 1 5
-soviets%1:14:00:: 1 3
-sow%2:32:00:: 2 1
-sow%2:35:00:: 1 5
-sow_one's_oats%2:34:00:: 1 1
-sowbelly%1:13:00:: 1 1
-space%1:03:00:: 1 24
-space%1:10:00:: 6 2
-space%1:10:01:: 8 1
-space%1:14:00:: 2 21
-space%1:15:00:: 4 12
-space%1:15:01:: 5 4
-space%1:25:00:: 3 16
-space%1:28:00:: 7 1
-space%2:38:00:: 1 3
-space_probe%1:06:00:: 1 3
-spaced%5:00:00:distributed:00 1 3
-spacing%1:07:00:: 2 1
-spacing%1:28:00:: 1 1
-spacious%5:00:00:large:00 1 2
-spaciousness%1:07:00:: 1 2
-spade%1:06:00:: 2 1
-spade%1:06:01:: 1 2
-spade%2:35:00:: 1 1
-spain%1:15:00:: 1 2
-span%1:07:00:: 2 1
-span%1:28:00:: 1 6
-span%2:42:00:: 1 8
-spang%2:35:00:: 1 1
-spaniel%1:05:00:: 1 1
-spanish%1:10:00:: 1 6
-spanish%1:18:00:: 2 1
-spanish%3:01:00:: 1 3
-spanish-american_war%1:04:00:: 1 2
-spare%2:40:00:: 3 5
-spare%2:41:00:: 1 7
-spare%2:41:01:: 2 5
-spare%5:00:00:thin:03 1 3
-spare%5:00:01:unnecessary:00 2 1
-spare_time%1:28:00:: 1 4
-spark%1:07:00:: 2 4
-spark%1:11:01:: 1 4
-spark%1:19:00:: 3 2
-spark%2:36:00:: 1 5
-spark%2:43:00:: 2 1
-sparkle%1:07:01:: 1 2
-sparkle%2:30:01:: 2 1
-sparkle%2:43:00:: 1 1
-sparkling%5:00:00:lively:00 2 1
-sparkling%5:00:00:starry:00 1 2
-sparrow%1:05:00:: 1 1
-sparse%5:00:00:distributed:00 1 3
-sparsely%4:02:00:: 1 1
-spasm%1:26:00:: 1 1
-spasmodic%5:00:00:unsteady:00 1 1
-spatial%3:01:00:: 1 8
-spatiality%1:07:00:: 1 1
-spatially%4:02:00:: 1 2
-spatter%1:04:00:: 2 1
-spatter%1:11:00:: 1 1
-spatter%2:35:00:: 1 1
-speak%2:32:00:: 1 86
-speak%2:32:01:: 2 53
-speak%2:32:02:: 3 23
-speak%2:32:03:: 4 11
-speak%2:39:00:: 5 3
-speak_for%2:41:00:: 1 6
-speak_of%2:32:00:: 1 11
-speak_to%2:32:00:: 1 21
-speak_up%2:32:00:: 1 1
-speakeasy%1:06:00:: 1 1
-speaker%1:06:00:: 2 2
-speaker%1:18:00:: 1 9
-speaker%1:18:01:: 3 1
-speaking%1:10:01:: 1 1
-spear%1:06:00:: 1 1
-spear%2:35:00:: 1 3
-spearhead%2:41:00:: 1 1
-special%1:10:00:: 1 1
-special%5:00:00:extraordinary:00 2 20
-special%5:00:00:primary:00 6 2
-special%5:00:00:specialized:00 4 6
-special%5:00:00:specific:00 5 3
-special%5:00:00:uncommon:00 3 7
-special%5:00:01:specific:00 1 30
-specialist%1:18:00:: 1 19
-specialist%1:18:01:: 2 1
-specialization%1:04:00:: 2 2
-specialization%1:04:01:: 1 2
-specialize%2:30:00:: 1 3
-specialize%2:30:01:: 3 2
-specialize%2:32:00:: 2 2
-specialized%3:00:00:: 1 6
-specialized%5:00:00:technical:00 2 2
-specially%4:02:00:: 2 2
-specially%4:02:01:: 1 3
-specialty%1:07:02:: 1 2
-species%1:09:00:: 2 5
-species%1:14:00:: 1 27
-specific%3:00:00:: 1 39
-specific%5:00:00:specified:00 2 5
-specific_heat%1:19:00:: 1 1
-specifically%4:02:00:: 1 13
-specification%1:10:00:: 1 1
-specificity%1:07:01:: 1 7
-specificity%1:07:02:: 2 1
-specified%3:00:00:: 1 6
-specify%2:31:02:: 5 1
-specify%2:32:00:: 4 2
-specify%2:32:02:: 2 4
-specify%2:32:03:: 1 6
-specify%2:42:00:: 3 3
-specimen%1:08:00:: 2 3
-specimen%1:09:00:: 1 5
-speck%1:07:00:: 1 2
-speck%1:23:00:: 3 1
-speck%1:27:00:: 2 1
-speckled%5:00:00:patterned:00 1 1
-spectacle%1:06:00:: 2 2
-spectacle%1:10:00:: 1 8
-spectacles%1:06:00:: 1 1
-spectacular%5:00:00:dramatic:00 2 1
-spectacular%5:00:00:impressive:00 1 4
-spectacularly%4:02:00:: 1 2
-spectator%1:06:00:: 2 1
-spectator%1:18:00:: 1 12
-spectator_pump%1:06:00:: 1 1
-specter%1:09:00:: 1 5
-specter%1:18:00:: 2 1
-spectral%3:01:00:: 1 4
-spectral%5:00:00:supernatural:00 2 2
-spectrometer%1:06:00:: 1 2
-spectrophotometer%1:06:00:: 1 1
-spectroscopy%1:04:00:: 1 3
-spectrum%1:07:00:: 2 2
-spectrum%1:19:00:: 1 18
-specular%5:00:00:reflective:00 1 1
-speculate%2:31:00:: 3 1
-speculate%2:31:01:: 1 5
-speculate%2:32:00:: 2 4
-speculation%1:09:00:: 2 2
-speculation%1:10:03:: 1 2
-speculation%1:21:00:: 3 1
-speculative%5:00:00:theoretical:00 2 1
-speculative%5:00:00:unsound:00 1 1
-speculatively%4:02:00:: 1 1
-speech%1:10:00:: 2 7
-speech%1:10:01:: 1 16
-speech%1:10:03:: 6 1
-speech%1:10:04:: 4 1
-speech%1:10:05:: 5 1
-speech%1:10:06:: 3 4
-speechlessness%1:07:00:: 1 1
-speed%1:04:00:: 3 4
-speed%1:07:00:: 2 9
-speed%1:28:00:: 1 25
-speed%2:30:00:: 2 5
-speed%2:30:02:: 5 1
-speed%2:38:00:: 3 3
-speed%2:38:01:: 4 2
-speed%2:38:03:: 1 7
-speed_limit%1:10:00:: 1 1
-speed_of_light%1:28:00:: 1 1
-speed_up%2:30:00:: 1 3
-speedily%4:02:00:: 1 2
-speedy%5:00:00:fast:01 1 2
-speedy%5:00:03:fast:01 2 1
-spell%1:26:00:: 1 4
-spell%1:28:00:: 2 1
-spell%1:28:01:: 3 1
-spell%2:32:00:: 1 2
-spell%2:32:01:: 2 2
-spell%2:36:00:: 3 1
-spell_out%2:32:00:: 1 8
-spellbinding%5:00:00:attractive:01 1 1
-spellbound%5:00:00:enchanted:00 1 3
-spelling%1:10:00:: 1 2
-spend%2:40:00:: 2 36
-spend%2:40:01:: 3 3
-spend%2:42:00:: 1 98
-spending%1:04:00:: 1 1
-sphere%1:06:00:: 2 5
-sphere%1:09:00:: 4 2
-sphere%1:15:00:: 3 2
-sphere%1:26:00:: 1 5
-spherical%3:01:00:: 1 5
-spherical%5:00:00:round:00 2 1
-spherule%1:25:00:: 1 1
-spic%5:00:00:clean:01 1 1
-spice%1:27:00:: 1 1
-spice%2:30:00:: 1 1
-spice_up%2:39:00:: 1 1
-spider%1:05:00:: 1 1
-spidery%3:01:00:: 1 1
-spike%1:06:00:: 2 1
-spike%1:11:00:: 1 2
-spike_out%2:30:00:: 1 1
-spiked%5:00:02:pointed:00 1 1
-spill%2:35:00:: 3 1
-spill%2:35:04:: 1 2
-spill%2:38:00:: 2 1
-spill_out%2:38:00:: 1 3
-spill_over%2:37:00:: 1 1
-spin%2:38:00:: 2 5
-spin%2:38:01:: 1 11
-spin_around%2:38:00:: 1 3
-spine%1:08:00:: 1 3
-spineless%5:00:00:weak:00 1 1
-spinnability%1:07:00:: 1 1
-spiral%1:25:00:: 1 7
-spiral%2:38:00:: 1 2
-spire%1:06:00:: 1 4
-spirit%1:07:00:: 3 13
-spirit%1:07:02:: 7 3
-spirit%1:07:03:: 8 2
-spirit%1:10:00:: 6 3
-spirit%1:18:00:: 4 7
-spirit%1:18:01:: 1 45
-spirit%1:26:00:: 2 37
-spirit%1:26:01:: 5 6
-spirit_world%1:15:00:: 1 2
-spirited%3:00:00:: 1 3
-spirits%1:13:00:: 1 1
-spiritual%1:10:00:: 1 2
-spiritual%5:00:00:incorporeal:00 3 1
-spiritual%5:00:00:sacred:00 1 7
-spiritual%5:00:00:unworldly:00 2 1
-spiritual_being%1:18:00:: 1 1
-spiritually%4:02:00:: 1 3
-spit%2:29:00:: 1 11
-spit%2:32:00:: 2 1
-spit_out%2:29:00:: 1 2
-spit_out%2:32:00:: 2 1
-spite%1:12:00:: 1 1
-spiteful%5:00:00:malicious:00 1 1
-splash%1:11:00:: 1 1
-splash%2:35:00:: 3 1
-splash%2:35:01:: 1 2
-splash%2:35:06:: 4 1
-splash%2:38:00:: 2 1
-splashed%5:00:00:distributed:00 1 1
-splatter%1:11:00:: 1 1
-splattered%5:00:00:covered:00 1 2
-spleen%1:08:00:: 1 3
-splendid%5:00:00:beautiful:00 1 7
-splendidly%4:02:00:: 1 1
-splendor%1:07:00:: 1 2
-splendor%1:07:01:: 2 2
-splenomegaly%1:26:00:: 1 1
-splice%2:35:01:: 1 1
-splicing%1:06:00:: 1 1
-splinter%1:17:00:: 1 3
-splinter%2:30:00:: 3 1
-splinter%2:41:00:: 1 1
-splinter%2:41:01:: 2 1
-splintered%5:00:00:broken:01 1 2
-splinters%1:27:00:: 1 1
-splintery%5:00:00:breakable:00 1 1
-split%1:04:02:: 1 5
-split%2:30:01:: 5 2
-split%2:35:00:: 2 3
-split%2:38:00:: 4 2
-split%2:41:00:: 3 2
-split%2:41:03:: 1 4
-split%5:00:00:broken:01 3 1
-split%5:00:00:divided:00 2 1
-split%5:00:02:divided:00 1 1
-split_end%1:18:00:: 1 1
-split_second%1:28:00:: 1 1
-splitting%5:00:00:cacophonous:00 1 1
-splutter%1:11:00:: 1 1
-spluttering%5:00:00:noisy:00 1 2
-spoil%2:30:00:: 2 1
-spoil%2:30:01:: 3 1
-spoil%2:41:02:: 1 2
-spoilables%1:13:00:: 1 1
-spoiled%5:00:00:ill-natured:00 2 1
-spoiled%5:00:00:soft:02 1 1
-spoke%1:06:00:: 1 2
-spoken%3:00:00:: 1 2
-spoken%5:00:00:voiced:00 2 1
-spoken_language%1:10:00:: 1 2
-spoken_word%1:10:00:: 1 1
-spokesman%1:18:00:: 1 1
-sponge%1:27:00:: 1 1
-sponge%2:35:00:: 1 2
-sponge_off%2:35:00:: 1 2
-spongy%5:00:00:soft:01 1 2
-sponsor%1:18:00:: 1 4
-sponsor%2:40:00:: 1 26
-sponsor%2:40:01:: 2 7
-sponsorship%1:04:01:: 1 3
-spontaneity%1:07:00:: 1 3
-spontaneous%3:00:00:: 1 8
-spontaneously%4:02:00:: 1 2
-spoon%1:06:00:: 1 1
-spoonful%1:23:00:: 1 1
-sporadic%3:00:00:: 1 3
-spore%1:20:00:: 1 2
-sport%1:04:00:: 1 11
-sport%1:04:01:: 2 6
-sport%2:42:00:: 1 1
-sport_shirt%1:06:00:: 1 1
-sporting%3:01:00:: 2 3
-sporting%5:00:00:adventurous:00 3 1
-sporting%5:00:00:fair:03 1 5
-sports_arena%1:06:00:: 1 1
-sports_car%1:06:00:: 1 1
-sports_editor%1:18:00:: 1 2
-sports_jacket%1:06:00:: 1 1
-sports_writer%1:18:00:: 1 1
-sportsman%1:18:00:: 1 6
-sportswoman%1:18:00:: 1 1
-spot%1:04:01:: 8 1
-spot%1:06:00:: 7 1
-spot%1:07:00:: 4 2
-spot%1:07:01:: 5 2
-spot%1:07:02:: 3 2
-spot%1:10:00:: 6 1
-spot%1:10:01:: 2 2
-spot%1:15:01:: 1 23
-spot%2:39:00:: 1 18
-spot_promote%2:41:00:: 1 1
-spotless%5:00:00:clean:01 1 3
-spotlight%1:26:00:: 1 1
-spotlight%2:30:01:: 1 1
-spouse%1:18:00:: 1 3
-spout%2:32:00:: 2 1
-spout%2:38:00:: 1 1
-sprain%2:29:00:: 1 1
-sprawl%2:35:00:: 1 8
-sprawl%2:38:00:: 2 2
-sprawled%5:00:00:extended:00 1 2
-sprawling%1:07:00:: 1 1
-sprawling%5:00:00:extended:00 1 1
-spray%1:06:00:: 4 1
-spray%1:06:01:: 3 1
-spray%1:23:00:: 2 1
-spray%1:27:01:: 1 3
-spray%2:35:00:: 2 2
-spray%2:35:01:: 1 3
-spray-dried%3:44:00:: 1 1
-spraying%1:04:03:: 1 3
-spread%1:06:01:: 3 2
-spread%1:07:00:: 4 1
-spread%1:07:02:: 2 3
-spread%1:11:00:: 1 3
-spread%2:32:00:: 5 5
-spread%2:32:02:: 6 4
-spread%2:35:00:: 1 24
-spread%2:35:03:: 4 5
-spread%2:35:07:: 2 6
-spread%2:38:00:: 7 3
-spread%2:38:02:: 8 3
-spread%2:42:00:: 3 5
-spread%5:00:00:distributed:00 1 4
-spread%5:00:00:extended:00 3 1
-spread%5:00:00:prepared:00 2 1
-spread-eagle%2:29:00:: 1 1
-spread-out%5:00:00:distributed:00 1 2
-spread_out%2:35:00:: 2 2
-spread_out%2:38:00:: 1 6
-spread_over%2:35:00:: 1 3
-spreading%5:00:00:wide:00 1 1
-spree%1:04:00:: 1 4
-sprightly%5:00:00:spirited:00 1 1
-spring%1:04:00:: 6 1
-spring%1:06:00:: 2 4
-spring%1:07:00:: 5 1
-spring%1:15:00:: 4 1
-spring%1:17:00:: 3 3
-spring%1:28:00:: 1 25
-spring%2:29:00:: 5 1
-spring%2:38:00:: 3 2
-spring%2:38:01:: 1 15
-spring%2:39:00:: 4 1
-spring%2:42:00:: 2 5
-spring_training%1:28:00:: 1 3
-spring_up%2:42:00:: 1 8
-springboard%1:06:00:: 1 1
-springfield%1:15:00:: 1 2
-springtime%1:28:00:: 1 4
-sprinkle%2:35:00:: 2 1
-sprinkle%2:35:01:: 1 5
-sprinkling%1:23:00:: 1 2
-sprint%2:38:00:: 1 1
-sprinter%1:18:00:: 1 2
-sprout%2:30:00:: 1 4
-sprue%1:26:00:: 1 1
-spume%1:17:00:: 1 1
-spur%1:06:00:: 4 1
-spur%1:06:01:: 5 1
-spur%1:10:00:: 1 3
-spur%1:20:00:: 3 1
-spur%1:25:00:: 2 1
-spur%2:35:00:: 4 1
-spur%2:35:02:: 3 1
-spur%2:37:00:: 2 2
-spur%2:41:00:: 1 2
-spurn%2:32:00:: 1 2
-sputnik%1:06:00:: 1 2
-sputter%2:30:00:: 2 1
-sputter%2:39:00:: 1 1
-sputtering%1:11:00:: 1 1
-spy%1:18:00:: 1 3
-spy%2:32:01:: 2 2
-spy%2:39:00:: 1 2
-squabble%1:10:00:: 1 1
-squad%1:14:00:: 2 4
-squad%1:14:01:: 1 8
-squad_car%1:06:00:: 1 1
-squadron%1:14:00:: 2 1
-squadron%1:14:01:: 1 1
-squadroom%1:06:02:: 1 1
-squall%2:32:00:: 2 1
-squall%2:32:01:: 1 1
-squalling%5:00:00:unquiet:00 1 1
-square%1:15:00:: 3 2
-square%1:23:00:: 2 2
-square%1:25:00:: 1 23
-square%2:30:00:: 1 4
-square%2:31:00:: 2 2
-square%2:38:00:: 4 1
-square%2:42:01:: 3 1
-square%3:00:00:: 1 7
-square%4:02:00:: 1 2
-square_away%2:30:00:: 1 1
-square_block%1:06:00:: 1 1
-square_mile%1:23:00:: 1 5
-square_root%1:23:00:: 1 1
-square_up%2:30:00:: 1 2
-squared%5:00:00:square:00 1 3
-squarely%4:02:01:: 3 1
-squarely%4:02:03:: 1 3
-squarely%4:02:05:: 2 1
-squash%2:35:00:: 1 1
-squashed%3:44:00:: 1 1
-squat%1:04:01:: 1 1
-squat%2:35:00:: 1 8
-squat%2:42:01:: 2 2
-squat%5:00:00:low:01 2 2
-squat%5:00:00:short:03 1 3
-squatting%1:04:00:: 2 1
-squatting%1:04:01:: 1 1
-squawk%2:32:01:: 1 3
-squeak%1:11:00:: 1 1
-squeak%2:39:00:: 1 3
-squeaky%5:00:00:high:03 1 1
-squeal%1:11:00:: 1 1
-squeal%2:32:01:: 1 2
-squeeze%1:04:00:: 1 1
-squeeze%2:35:00:: 2 6
-squeeze%2:35:03:: 3 4
-squeeze%2:35:05:: 1 9
-squeeze_out%2:35:00:: 3 1
-squeeze_out%2:40:01:: 2 1
-squeeze_out%2:41:00:: 1 1
-squelch%2:30:00:: 1 1
-squint%2:29:00:: 1 3
-squire%1:18:00:: 2 1
-squire%1:18:01:: 1 2
-squirm%2:38:00:: 1 3
-squirrel%1:05:00:: 1 3
-squirt%2:35:00:: 1 1
-st._louis%1:15:00:: 1 9
-st._paul%1:15:00:: 1 3
-st._petersburg%1:15:01:: 1 1
-stab%2:35:02:: 1 1
-stabbed%5:00:00:injured:00 1 1
-stability%1:07:00:: 1 6
-stabilization%1:04:00:: 1 2
-stabilize%2:30:01:: 1 2
-stabilized%5:00:00:stable:00 1 1
-stabilizing%5:00:00:helpful:00 1 1
-stable%1:06:00:: 1 3
-stable%2:41:00:: 1 1
-stable%3:00:00:: 1 6
-stable%5:00:00:sound:00 2 2
-staccato%3:00:00:: 1 1
-stack%1:14:00:: 1 2
-stack%2:35:01:: 1 2
-stack%2:35:02:: 2 1
-stacked%3:44:00:: 1 1
-stacked_heel%1:06:00:: 1 1
-stadium%1:06:00:: 1 2
-staff%1:06:00:: 2 2
-staff%1:14:00:: 3 1
-staff%1:14:01:: 1 17
-staff%2:33:00:: 1 4
-stage%1:04:00:: 6 2
-stage%1:06:00:: 3 15
-stage%1:06:01:: 5 2
-stage%1:10:00:: 4 6
-stage%1:15:00:: 7 1
-stage%1:26:00:: 2 18
-stage%1:28:00:: 1 25
-stage%2:36:00:: 1 9
-stage%2:36:01:: 2 5
-stage_direction%1:10:00:: 1 1
-stage_door%1:06:00:: 1 2
-stage_left%1:15:00:: 1 1
-stage_right%1:15:00:: 1 1
-stager%1:18:00:: 1 1
-stagger%2:31:00:: 3 2
-stagger%2:35:00:: 4 1
-stagger%2:38:00:: 1 10
-stagger%2:38:01:: 2 6
-staggering%5:00:00:impressive:00 2 1
-staggering%5:00:00:unsteady:00 1 1
-staggeringly%4:02:00:: 1 2
-staginess%1:07:00:: 1 1
-stagnant%5:00:00:standing(a):02 1 2
-stagnation%1:26:00:: 1 1
-stain%1:07:00:: 1 5
-stain%1:26:00:: 3 1
-stain%1:27:00:: 2 2
-stain%2:30:00:: 3 2
-stain%2:30:01:: 1 19
-stain%2:35:00:: 2 2
-stained%3:00:00:: 1 9
-stained%5:00:00:painted:00 2 1
-stained-glass_window%1:06:00:: 1 1
-staining%1:04:00:: 1 23
-staining%1:04:01:: 2 10
-stainless_steel%1:27:00:: 1 1
-stair%1:06:00:: 1 1
-staircase%1:06:00:: 1 3
-stairs%1:06:00:: 1 15
-stairway%1:06:00:: 1 3
-stairwell%1:06:00:: 1 1
-stake%1:06:01:: 3 1
-stake%1:10:00:: 2 1
-stake%1:21:02:: 1 2
-stake%2:33:00:: 2 2
-stake%2:35:00:: 3 1
-stake%2:41:00:: 1 2
-stale%3:00:00:: 1 1
-stalin%1:18:00:: 1 1
-stalk%2:38:00:: 1 4
-stalk%2:38:01:: 2 1
-stalked%3:00:00:: 1 1
-stalking%5:00:00:following:00 1 2
-stall%1:06:00:: 2 3
-stall%1:06:01:: 3 2
-stall%1:06:03:: 1 10
-stall%2:30:00:: 3 1
-stall%2:38:00:: 2 1
-stall%2:42:00:: 1 2
-stamen%1:20:00:: 1 1
-staminate%5:00:00:male:00 1 2
-stammer%2:32:00:: 1 6
-stammering%5:00:00:inarticulate:00 1 1
-stamp%1:10:00:: 3 1
-stamp%1:10:01:: 4 1
-stamp%1:14:00:: 2 1
-stamp%1:25:00:: 1 1
-stamp%2:30:00:: 6 1
-stamp%2:31:00:: 5 1
-stamp%2:35:01:: 2 3
-stamp%2:35:02:: 4 1
-stamp%2:38:00:: 1 3
-stamp%2:39:00:: 3 1
-stamp_down%2:30:00:: 1 1
-stamp_out%2:30:00:: 1 2
-stampede%1:04:00:: 1 1
-stampede%2:38:01:: 1 2
-stance%1:07:00:: 1 1
-stand%1:04:01:: 9 1
-stand%1:06:00:: 1 4
-stand%1:06:03:: 5 2
-stand%1:06:04:: 4 2
-stand%1:06:05:: 8 1
-stand%1:09:00:: 7 1
-stand%1:11:00:: 6 1
-stand%1:14:00:: 3 2
-stand%1:15:00:: 2 2
-stand%2:31:00:: 5 9
-stand%2:31:01:: 6 8
-stand%2:32:02:: 12 1
-stand%2:33:00:: 11 1
-stand%2:35:00:: 1 169
-stand%2:35:01:: 10 1
-stand%2:42:00:: 4 18
-stand%2:42:01:: 9 2
-stand%2:42:02:: 8 3
-stand%2:42:03:: 3 38
-stand%2:42:04:: 2 53
-stand%2:42:06:: 7 5
-stand_back%2:35:00:: 2 1
-stand_back%2:42:00:: 1 1
-stand_by%2:42:00:: 1 4
-stand_by%2:42:02:: 2 2
-stand_for%2:31:00:: 4 1
-stand_for%2:32:00:: 2 2
-stand_for%2:32:01:: 1 5
-stand_for%2:42:00:: 3 1
-stand_guard%2:41:00:: 1 2
-stand_in%2:40:00:: 1 1
-stand_out%2:38:00:: 3 1
-stand_out%2:42:00:: 2 4
-stand_out%2:42:02:: 1 4
-stand_sentinel%2:41:00:: 1 1
-stand_still%2:38:00:: 1 7
-stand_up%2:32:00:: 5 2
-stand_up%2:33:00:: 2 5
-stand_up%2:35:00:: 4 2
-stand_up%2:35:03:: 3 2
-stand_up%2:38:00:: 1 23
-stand_watch%2:41:00:: 1 1
-standard%1:09:00:: 2 11
-standard%1:10:00:: 1 11
-standard%3:00:01:: 3 2
-standard%3:00:02:: 1 12
-standard%5:00:00:common:01 2 5
-standard_deviation%1:09:00:: 1 8
-standard_of_living%1:26:00:: 1 2
-standard_of_measurement%1:24:00:: 1 1
-standardize%2:30:00:: 1 1
-standardized%5:00:00:standard:02 1 2
-standby%1:06:00:: 1 1
-standing%1:26:00:: 1 3
-standing%5:00:00:erect:00 1 2
-standing%5:00:00:permanent:00 2 1
-standing_ovation%1:10:00:: 1 1
-standpoint%1:09:00:: 1 6
-stands%1:06:00:: 1 2
-standstill%1:26:00:: 1 1
-staple%1:06:00:: 1 1
-star%1:17:00:: 1 8
-star%1:17:01:: 3 3
-star%1:18:00:: 4 1
-star%1:18:01:: 2 3
-star%2:42:00:: 1 3
-star%5:00:00:major:06 1 1
-star-spangled_banner%1:10:01:: 1 1
-star_of_david%1:10:00:: 1 2
-starboard%1:06:00:: 1 1
-stardom%1:26:00:: 1 1
-stare%1:04:00:: 1 9
-stare%2:29:00:: 2 4
-stare%2:39:00:: 1 82
-stark%5:00:00:unconditional:00 1 1
-starlet%1:18:00:: 1 1
-starlight%1:19:00:: 1 1
-start%1:04:00:: 5 1
-start%1:04:01:: 4 1
-start%1:04:02:: 3 2
-start%1:11:00:: 1 11
-start%1:28:00:: 2 5
-start%2:30:00:: 1 159
-start%2:30:01:: 2 45
-start%2:33:00:: 11 1
-start%2:36:00:: 5 16
-start%2:36:01:: 6 11
-start%2:38:00:: 9 5
-start%2:38:01:: 8 7
-start%2:38:02:: 3 29
-start%2:38:04:: 7 7
-start%2:41:00:: 10 2
-start%2:42:00:: 4 17
-start_out%2:30:00:: 1 7
-start_out%2:38:00:: 2 2
-start_up%2:38:00:: 1 2
-starter%1:06:02:: 1 1
-starting%1:04:00:: 1 3
-starting%5:00:00:opening:00 2 1
-starting%5:00:00:protrusive:00 1 1
-starting_buffer%1:27:00:: 1 6
-starting_pitcher%1:18:00:: 1 1
-starting_point%1:28:00:: 1 2
-startle%2:37:00:: 1 9
-startled%5:00:00:surprised:00 1 6
-startling%5:00:00:surprising:00 1 11
-startup%1:04:01:: 1 1
-starvation%1:04:00:: 2 1
-starvation%1:26:00:: 1 2
-starve%2:34:00:: 1 4
-starve%2:34:02:: 2 3
-starve%2:34:03:: 3 1
-starved%5:00:00:malnourished:00 1 1
-starving%5:00:00:malnourished:00 1 1
-state%1:03:00:: 2 39
-state%1:14:00:: 4 21
-state%1:14:01:: 3 24
-state%1:15:01:: 1 108
-state%2:32:00:: 1 73
-state%2:32:01:: 2 15
-state%2:32:02:: 3 2
-state%5:00:01:public:00 2 1
-state%5:00:02:public:00 1 24
-state-supported%5:00:00:public:00 1 1
-state_department%1:14:00:: 1 4
-state_department%1:14:01:: 2 1
-state_government%1:14:00:: 1 5
-state_of_affairs%1:26:00:: 1 1
-state_of_matter%1:26:00:: 1 1
-state_prison%1:06:00:: 1 1
-state_treasurer%1:18:00:: 1 1
-stately%5:00:00:impressive:00 1 1
-statement%1:10:00:: 1 58
-statement%1:10:02:: 2 10
-statement%1:10:04:: 3 1
-statement%1:10:05:: 4 1
-staten_island%1:15:00:: 1 1
-statesman%1:18:00:: 1 4
-statesmanlike%3:00:00:: 1 1
-statesmanship%1:07:00:: 1 1
-static%5:00:00:nonmoving:00 2 1
-static%5:00:00:undynamic:00 1 5
-station%1:06:00:: 1 23
-station%2:33:00:: 1 4
-station_house%1:06:00:: 1 1
-station_keeper%1:18:00:: 1 3
-station_wagon%1:06:00:: 1 3
-stationery%1:10:00:: 1 2
-statistic%1:09:00:: 1 7
-statistical%3:01:00:: 1 5
-statistically%4:02:00:: 1 2
-statistician%1:18:01:: 1 1
-statuary%1:14:00:: 1 1
-statue%1:06:00:: 1 5
-statuette%1:06:00:: 1 1
-stature%1:26:00:: 1 8
-status%1:26:00:: 1 20
-status%1:26:01:: 2 1
-status_quo%1:26:00:: 1 3
-statute%1:10:00:: 1 5
-statutory%3:01:00:: 1 4
-staunch%5:00:00:constant:00 1 2
-stave_off%2:41:00:: 1 3
-stay%1:04:00:: 1 2
-stay%2:30:00:: 1 43
-stay%2:30:01:: 6 3
-stay%2:38:00:: 2 32
-stay%2:38:01:: 5 7
-stay%2:42:01:: 3 22
-stay%2:42:02:: 4 17
-stay_at%2:42:01:: 1 3
-stay_away_from%2:42:00:: 1 1
-stay_in_place%2:38:00:: 1 1
-stay_on%2:42:00:: 1 5
-stay_put%2:38:00:: 1 2
-stay_together%2:41:00:: 1 1
-stead%1:04:00:: 1 2
-steadfastly%4:02:00:: 1 2
-steadied%5:00:00:steady:00 1 1
-steadily%4:02:01:: 1 6
-steady%2:30:00:: 1 2
-steady%2:35:00:: 2 1
-steady%3:00:00:: 1 11
-steady%5:00:00:invariable:00 2 3
-steak%1:13:00:: 1 2
-steakhouse%1:06:00:: 1 1
-steal%2:33:00:: 3 3
-steal%2:38:00:: 2 4
-steal%2:40:00:: 1 23
-steal_away%2:38:00:: 1 1
-stealing%1:04:00:: 1 1
-stealth%1:04:00:: 1 1
-stealthily%4:02:00:: 1 3
-stealthy%5:00:00:concealed:00 1 1
-steam%2:38:02:: 1 2
-steam%2:43:00:: 2 1
-steam_bath%1:06:00:: 1 1
-steam_shovel%1:06:00:: 1 1
-steam_turbine%1:06:00:: 1 1
-steamboat%1:06:00:: 1 1
-steamed%5:00:00:cooked:00 1 1
-steaming%5:00:00:wet:01 1 1
-steamship%1:06:00:: 1 1
-steed%1:05:00:: 1 1
-steel%1:06:01:: 2 1
-steel%1:27:00:: 1 20
-steel%2:37:00:: 1 1
-steel_blue%1:07:00:: 1 1
-steel_trap%1:09:00:: 1 1
-steep%2:31:00:: 1 2
-steep%3:00:00:: 1 5
-steeple%1:06:00:: 1 12
-steeply%4:02:00:: 1 1
-steer%2:38:00:: 1 4
-steer%2:38:01:: 2 3
-steer%2:41:00:: 3 1
-steering_wheel%1:06:00:: 1 1
-stein%1:06:00:: 1 1
-stellar%5:00:00:major:06 1 1
-stem%1:06:02:: 3 1
-stem%1:10:01:: 1 23
-stem%1:20:00:: 2 10
-stem%2:42:00:: 1 19
-stemmed%3:00:00:: 1 1
-stenography%1:10:00:: 1 1
-stentorian%5:00:00:full:01 1 1
-step%1:04:00:: 3 7
-step%1:04:02:: 1 36
-step%1:06:00:: 4 2
-step%1:23:00:: 2 13
-step%1:26:00:: 5 1
-step%2:38:00:: 1 23
-step%2:38:01:: 2 7
-step-by-step%5:00:00:gradual:01 1 1
-step_by_step%4:02:00:: 1 3
-step_down%2:41:00:: 1 1
-step_forward%2:38:00:: 1 1
-step_in%2:41:00:: 1 2
-step_on%2:38:00:: 1 3
-step_out%2:38:00:: 1 6
-step_to_the_fore%2:38:00:: 1 1
-step_up%2:30:00:: 1 3
-step_up%2:30:01:: 2 2
-stepchild%1:18:00:: 1 1
-stepmother%1:18:00:: 1 4
-steppe%1:17:00:: 1 1
-stepping_stone%1:17:00:: 1 1
-steprelationship%1:24:00:: 1 1
-steps%1:06:00:: 1 27
-steps%1:17:00:: 2 2
-stepwise%5:00:00:gradual:01 1 2
-stereo%1:06:00:: 1 5
-stereo%5:00:00:binaural:00 1 1
-stereophonic%5:00:00:binaural:00 1 1
-stereotype%1:09:00:: 1 6
-stereotyped%5:00:00:conventional:01 1 5
-sterile%5:00:00:infertile:00 1 1
-sterilize%2:29:01:: 1 2
-sterling%5:00:00:superior:02 1 1
-stern%1:06:00:: 1 2
-stern%5:00:00:demanding:01 3 2
-stern%5:00:00:implacable:00 2 2
-stern%5:00:00:nonindulgent:00 1 5
-sternal%3:01:00:: 1 1
-sternly%4:02:00:: 1 1
-sternocleido_mastoideus%1:08:00:: 1 1
-sternum%1:08:00:: 1 1
-steroid%1:27:00:: 1 4
-stethoscope%1:06:00:: 1 2
-stetson%1:06:00:: 1 1
-steward%1:18:00:: 1 1
-stewing%1:12:00:: 1 1
-stick%1:06:00:: 1 7
-stick%1:06:03:: 3 5
-stick%1:20:00:: 2 6
-stick%2:35:00:: 4 2
-stick%2:35:02:: 1 5
-stick%2:35:05:: 3 2
-stick%2:38:00:: 2 2
-stick_in%2:30:00:: 2 1
-stick_in%2:32:00:: 1 1
-stick_out%2:42:00:: 2 1
-stick_out%2:42:01:: 1 1
-stick_to%2:30:00:: 3 3
-stick_to%2:35:03:: 2 4
-stick_to%2:42:00:: 1 5
-stick_together%2:41:00:: 1 1
-stick_with%2:42:00:: 1 3
-sticking%5:00:00:protrusive:00 1 2
-stickpin%1:06:00:: 1 1
-sticky%5:00:00:adhesive:00 1 4
-sticky%5:00:02:wet:01 2 2
-stiff%1:18:00:: 1 2
-stiff%5:00:00:formal:01 4 1
-stiff%5:00:00:immobile:00 2 2
-stiff%5:00:00:strong:00 3 1
-stiff%5:00:02:inflexible:01 1 4
-stiff-backed%5:00:00:backed:00 1 1
-stiffen%2:30:00:: 1 11
-stiffen%2:30:01:: 2 2
-stiffened%5:00:00:inflexible:01 1 4
-stiffening%1:04:00:: 1 1
-stiffly%4:02:00:: 1 5
-stiffly%4:02:01:: 2 2
-stiffness%1:07:00:: 1 1
-stiffness%1:07:01:: 2 1
-stifle%2:30:00:: 2 1
-stifle%2:35:00:: 1 2
-still%1:06:01:: 1 2
-still%2:30:00:: 2 1
-still%2:37:00:: 1 1
-still%3:00:03:: 4 2
-still%4:02:00:: 3 26
-still%4:02:01:: 1 233
-still%4:02:02:: 4 3
-still%4:02:04:: 2 51
-still%5:00:00:calm:00 3 3
-still%5:00:00:quiet:01 2 9
-still%5:00:01:nonmoving:00 1 16
-stillness%1:07:00:: 1 6
-stillness%1:26:00:: 2 1
-stilt%1:06:01:: 1 1
-stilted%5:00:00:affected:01 1 1
-stimulant%1:06:00:: 2 1
-stimulant%1:09:00:: 1 1
-stimulate%2:29:00:: 4 3
-stimulate%2:30:00:: 1 6
-stimulate%2:32:01:: 2 5
-stimulate%2:36:00:: 5 2
-stimulate%2:37:00:: 3 3
-stimulate%2:39:00:: 6 1
-stimulating%3:00:00:: 1 1
-stimulation%1:04:00:: 1 5
-stimulation%1:09:00:: 2 3
-stimulus%1:09:00:: 1 10
-sting%1:26:00:: 1 2
-sting%2:32:00:: 3 1
-sting%2:35:01:: 2 1
-sting%2:39:02:: 1 1
-stinging%5:00:00:painful:00 1 1
-stink%2:42:00:: 1 2
-stinking%5:00:00:bad:00 1 1
-stipulate%2:32:00:: 1 4
-stir%2:35:00:: 5 2
-stir%2:36:00:: 7 1
-stir%2:37:00:: 6 1
-stir%2:37:01:: 4 4
-stir%2:38:00:: 2 5
-stir%2:38:01:: 1 7
-stir%2:39:00:: 3 4
-stir_up%2:35:00:: 3 1
-stir_up%2:37:00:: 2 1
-stir_up%2:41:00:: 1 1
-stirring%1:04:00:: 1 1
-stirrup%1:06:00:: 1 3
-stitch%1:06:00:: 1 1
-stitch%2:35:00:: 1 1
-stock%1:06:00:: 2 3
-stock%1:06:02:: 3 2
-stock%1:13:01:: 8 1
-stock%1:14:00:: 7 1
-stock%1:14:01:: 6 1
-stock%1:21:00:: 1 28
-stock%1:21:01:: 5 1
-stock%1:21:02:: 4 1
-stock%2:40:00:: 1 2
-stock%5:00:00:unoriginal:00 1 1
-stock_market%1:06:00:: 1 5
-stockade%1:06:01:: 1 1
-stockbroker%1:18:00:: 1 1
-stockholder%1:18:00:: 1 18
-stocking%1:04:00:: 2 1
-stocking%1:06:00:: 1 4
-stocky%5:00:00:fat:01 1 1
-stoic%1:18:00:: 2 1
-stoic%1:18:01:: 1 2
-stoic%5:00:00:unemotional:00 1 3
-stoical%5:00:00:unemotional:00 1 1
-stoicism%1:07:00:: 1 3
-stoicism%1:09:00:: 2 2
-stoke%2:41:00:: 1 1
-stolid%5:00:00:unemotional:00 1 7
-stolidly%4:02:00:: 1 4
-stomach%1:08:00:: 1 23
-stomach%1:08:01:: 2 5
-stomp%2:38:00:: 1 2
-stone%1:06:00:: 2 9
-stone%1:17:00:: 1 16
-stone%1:27:00:: 3 8
-stone%2:35:00:: 1 1
-stone-dead%5:00:00:dead:01 1 1
-stone-gray%5:00:00:achromatic:00 1 1
-stone_wall%1:06:00:: 1 2
-stonily%4:02:00:: 1 1
-stool%1:06:00:: 1 3
-stoop%1:04:00:: 1 1
-stoop%2:38:00:: 1 7
-stoop_to%2:32:00:: 1 1
-stooped%5:00:00:unerect:00 1 3
-stop%1:04:00:: 2 3
-stop%1:04:02:: 3 3
-stop%1:11:00:: 1 3
-stop%1:15:00:: 5 1
-stop%1:26:00:: 4 1
-stop%2:30:05:: 6 4
-stop%2:33:00:: 7 3
-stop%2:35:00:: 8 2
-stop%2:38:00:: 1 57
-stop%2:38:01:: 5 7
-stop%2:38:02:: 4 7
-stop%2:41:00:: 3 25
-stop%2:42:00:: 2 56
-stop%2:42:13:: 9 1
-stop_dead%2:38:00:: 1 1
-stopping_point%1:28:00:: 1 1
-storage%1:04:00:: 3 1
-storage%1:04:01:: 1 7
-storage%1:06:00:: 2 1
-store%1:06:00:: 1 25
-store%1:06:03:: 3 1
-store%1:21:00:: 2 5
-store%2:35:00:: 3 1
-store%2:40:00:: 1 16
-store%2:40:02:: 2 11
-stored_up%5:00:00:concentrated:00 1 1
-storefront%1:06:00:: 1 2
-storehouse%1:06:00:: 1 3
-storekeeper%1:18:00:: 1 1
-storeria%1:05:00:: 1 1
-storeroom%1:06:00:: 1 1
-storied%5:00:00:glorious:00 1 1
-storm%1:19:00:: 1 8
-storm%1:26:00:: 2 3
-storm%2:35:00:: 2 1
-storm%2:42:00:: 1 2
-storm_cloud%1:17:00:: 1 1
-stormy%3:00:00:: 1 2
-stormy%5:00:00:unpeaceful:00 2 1
-story%1:06:00:: 3 7
-story%1:10:00:: 2 14
-story%1:10:01:: 5 2
-story%1:10:02:: 6 1
-story%1:10:03:: 1 36
-story%1:10:04:: 4 3
-storyline%1:10:00:: 1 3
-storyteller%1:18:00:: 1 2
-stout%5:00:00:fat:01 2 2
-stout%5:00:00:resolute:00 1 3
-stout%5:00:00:robust:00 3 1
-stoutly%4:02:00:: 1 4
-stove%1:06:00:: 2 1
-stove%1:06:01:: 1 5
-stow%2:35:00:: 2 1
-stow%2:35:01:: 1 1
-straddle%2:42:01:: 1 4
-straddle%2:42:02:: 2 1
-strafe%2:33:00:: 1 1
-straggle%2:38:00:: 1 2
-straggle%2:38:01:: 2 1
-straggler%1:18:00:: 1 3
-straggling%5:00:00:untidy:00 1 1
-straight%3:00:01:: 2 6
-straight%3:00:03:: 3 5
-straight%4:02:00:: 3 1
-straight%4:02:04:: 2 7
-straight%4:02:05:: 1 14
-straight%5:00:00:accurate:00 5 1
-straight%5:00:00:continuous:01 1 10
-straight%5:00:00:erect:00 4 2
-straight-backed%5:00:00:erect:00 1 1
-straight-out%5:00:00:unqualified:02 1 1
-straight_face%1:10:00:: 1 2
-straight_line%1:25:00:: 1 7
-straightaway%1:06:00:: 1 1
-straightaway%4:02:00:: 1 1
-straighten%2:30:00:: 4 1
-straighten%2:35:00:: 2 6
-straighten%2:38:00:: 1 7
-straighten%2:38:01:: 3 3
-straighten_out%2:30:01:: 1 2
-straighten_out%2:30:02:: 3 1
-straighten_out%2:35:01:: 2 1
-straighten_up%2:38:01:: 1 4
-straightforward%5:00:00:direct:02 2 2
-straightforward%5:00:00:unequivocal:00 1 2
-strain%1:07:00:: 7 1
-strain%1:10:00:: 3 3
-strain%1:14:00:: 5 2
-strain%1:14:01:: 6 1
-strain%1:19:00:: 1 5
-strain%1:26:01:: 4 2
-strain%1:26:02:: 2 3
-strain%2:29:00:: 5 1
-strain%2:33:00:: 1 6
-strain%2:34:00:: 3 3
-strain%2:35:01:: 4 1
-strain%2:37:00:: 2 3
-strained%5:00:00:awkward:00 1 3
-strained%5:00:00:tense:03 2 2
-straining%1:04:01:: 1 1
-straining%5:00:00:effortful:00 1 1
-strait%1:17:00:: 1 3
-straitlaced%5:00:00:proper:00 1 1
-strand%1:06:01:: 3 1
-strand%1:06:02:: 2 1
-strand%1:09:00:: 1 1
-strand%2:40:00:: 1 2
-stranded%5:00:00:unaccompanied:00 1 1
-strange%3:00:00:: 1 41
-strange%5:00:00:foreign:01 3 3
-strange%5:00:00:uneasy:00 4 3
-strange%5:00:01:unfamiliar:00 2 15
-strangely%4:02:00:: 1 6
-strangely_enough%4:02:00:: 1 1
-strangeness%1:07:00:: 1 1
-stranger%1:18:00:: 1 15
-strangle%2:35:00:: 1 4
-strangled%5:00:00:inhibited:00 1 1
-strangulation%1:04:01:: 1 1
-strap%1:06:01:: 1 2
-strap%2:35:00:: 1 1
-stratagem%1:04:00:: 1 1
-strategic%3:01:00:: 1 3
-strategic%5:00:00:important:00 2 1
-strategist%1:18:00:: 1 1
-strategy%1:09:00:: 1 12
-stratification%1:04:00:: 1 1
-stratified%5:00:02:hierarchical:00 1 1
-stratify%2:30:00:: 2 1
-stratify%2:41:00:: 1 1
-stratum%1:15:00:: 1 3
-stravinsky%1:18:00:: 1 6
-straw%1:27:00:: 1 10
-straw%1:27:01:: 2 2
-straw%5:00:00:chromatic:00 1 1
-straw_hat%1:06:00:: 1 2
-strawberry%1:13:00:: 1 1
-stray%1:05:00:: 1 1
-stray%2:38:00:: 3 1
-stray%2:38:01:: 1 2
-stray%2:38:02:: 2 1
-stray%5:00:00:sporadic:00 1 2
-streak%1:07:00:: 3 1
-streak%1:07:01:: 2 1
-streak%1:14:00:: 1 1
-streak%2:38:00:: 1 2
-streaked%5:00:00:patterned:00 1 2
-stream%1:04:00:: 3 3
-stream%1:11:00:: 5 2
-stream%1:14:00:: 2 4
-stream%1:17:00:: 1 20
-stream%1:26:00:: 4 2
-stream%2:29:00:: 2 3
-stream%2:38:01:: 1 4
-stream%2:38:03:: 3 2
-stream_of_consciousness%1:10:00:: 1 1
-streaming%3:44:00:: 1 2
-streaming%5:00:00:running(a):02 3 1
-streaming%5:00:01:moving:02 2 1
-streamlined%5:00:00:efficient:00 1 2
-streamliner%1:06:00:: 1 1
-street%1:06:00:: 1 86
-street%1:06:01:: 2 3
-street%1:26:00:: 3 2
-street_cleaner%1:18:00:: 1 1
-street_clothes%1:06:00:: 1 1
-street_corner%1:06:00:: 1 2
-streetcar%1:06:00:: 1 3
-streetlight%1:06:00:: 1 2
-strength%1:07:00:: 1 42
-strength%1:07:01:: 4 2
-strength%1:07:04:: 6 1
-strength%1:07:05:: 2 10
-strength%1:07:06:: 3 4
-strength%1:07:08:: 7 1
-strength%1:07:09:: 5 1
-strengthen%2:30:00:: 2 1
-strengthen%2:30:01:: 1 24
-strenuous%5:00:00:energetic:00 1 1
-strenuously%4:02:01:: 1 1
-streptococcus_anhemolyticus%1:05:00:: 1 1
-stress%1:04:00:: 6 1
-stress%1:10:01:: 1 67
-stress%1:19:00:: 5 2
-stress%1:26:01:: 2 5
-stress%1:26:02:: 4 2
-stress%1:26:03:: 3 3
-stress%2:30:00:: 3 2
-stress%2:32:00:: 1 29
-stress%2:32:01:: 2 4
-stressed%5:00:00:troubled:00 1 1
-stretch%1:04:00:: 4 2
-stretch%1:04:01:: 2 3
-stretch%1:04:02:: 5 1
-stretch%1:06:00:: 3 2
-stretch%1:17:00:: 1 3
-stretch%2:29:01:: 2 11
-stretch%2:30:00:: 4 4
-stretch%2:30:04:: 5 3
-stretch%2:30:05:: 8 1
-stretch%2:35:00:: 7 1
-stretch%2:38:00:: 3 4
-stretch%2:38:02:: 6 1
-stretch%2:42:00:: 1 16
-stretch_forth%2:29:00:: 1 2
-stretch_out%2:29:01:: 3 1
-stretch_out%2:38:00:: 1 2
-stretch_out%2:38:02:: 2 1
-stretch_pants%1:06:00:: 1 1
-stretched%5:00:00:extended:00 2 2
-stretched%5:00:00:flexible:01 1 3
-stretched%5:00:02:extended:00 3 1
-stretched_out%5:00:00:extended:00 1 2
-stretching%1:04:02:: 1 1
-stretching%5:00:00:wide:00 1 1
-strew%2:35:00:: 1 4
-strew%2:35:04:: 2 1
-strewn%5:00:00:covered:00 1 4
-strewn%5:00:00:distributed:00 2 1
-striation%1:25:00:: 1 2
-stricken%5:00:00:affected:00 2 1
-stricken%5:00:01:ill:01 1 3
-strict%5:00:00:exact:00 1 3
-strict%5:00:00:invariable:00 2 2
-strictly%4:02:00:: 1 7
-strictly%4:02:02:: 2 2
-strictly_speaking%4:02:00:: 1 2
-stride%1:04:00:: 1 6
-stride%1:04:01:: 3 1
-stride%1:23:00:: 2 2
-stride%2:38:04:: 1 17
-strife%1:04:00:: 2 2
-strife%1:26:00:: 1 2
-strike%1:04:00:: 1 7
-strike%1:04:02:: 2 2
-strike%2:30:00:: 11 2
-strike%2:32:00:: 5 5
-strike%2:33:00:: 4 7
-strike%2:35:00:: 1 18
-strike%2:35:01:: 3 14
-strike%2:35:02:: 6 4
-strike%2:35:03:: 10 2
-strike%2:35:04:: 15 1
-strike%2:35:08:: 14 1
-strike%2:36:00:: 13 1
-strike%2:37:00:: 2 16
-strike%2:40:00:: 12 1
-strike%2:41:00:: 7 3
-strike%2:41:02:: 9 2
-strike%2:42:00:: 8 2
-strike_a_chord%2:31:00:: 1 1
-strike_home%2:37:00:: 1 1
-strike_out%2:32:00:: 1 2
-strike_out%2:35:00:: 2 1
-strike_up%2:36:01:: 1 4
-striking%5:00:00:impressive:00 1 14
-strikingly%4:02:00:: 1 3
-string%1:06:00:: 1 5
-string%1:06:01:: 6 1
-string%1:06:03:: 3 2
-string%1:06:05:: 2 3
-string%1:10:00:: 5 1
-string%1:14:00:: 4 1
-string%2:30:00:: 2 1
-string%2:35:02:: 1 2
-string_out%2:35:00:: 1 1
-stringy%5:00:00:thin:03 1 1
-strip%1:06:00:: 2 6
-strip%1:06:02:: 3 4
-strip%1:10:00:: 4 1
-strip%1:17:00:: 1 8
-strip%2:29:01:: 2 2
-strip%2:30:05:: 5 1
-strip%2:30:06:: 4 1
-strip%2:35:00:: 3 1
-strip%2:40:03:: 1 7
-stripe%1:06:00:: 1 1
-striped%5:00:00:patterned:00 1 1
-strive%2:33:00:: 2 6
-strive%2:41:00:: 1 13
-striving%1:04:00:: 1 3
-stroke%1:04:00:: 1 3
-stroke%1:04:01:: 5 1
-stroke%1:11:00:: 2 2
-stroke%1:11:01:: 4 1
-stroke%1:26:00:: 3 1
-stroke%2:33:00:: 2 1
-stroke%2:35:00:: 1 4
-stroll%1:04:00:: 1 1
-stroll%2:38:00:: 2 1
-stroll%2:38:01:: 1 4
-strong%3:00:00:: 1 58
-strong%5:00:00:intense:00 3 9
-strong%5:00:00:powerful:00 4 3
-strong%5:00:00:stressed:00 2 20
-strong_point%1:07:00:: 1 1
-strongly%4:02:00:: 1 18
-strop%2:35:00:: 1 2
-structural%3:01:00:: 2 2
-structural%3:01:01:: 1 6
-structural%5:00:00:constructive:00 4 1
-structural%5:00:00:functional:00 3 1
-structurally%4:02:00:: 1 2
-structure%1:06:00:: 1 24
-structure%1:07:00:: 2 13
-structure%1:08:00:: 4 3
-structure%1:09:00:: 3 7
-structure%2:30:00:: 1 1
-structured%3:00:00:: 1 12
-struggle%1:04:00:: 3 1
-struggle%1:04:01:: 1 16
-struggle%1:04:02:: 2 11
-struggle%2:33:00:: 4 2
-struggle%2:35:00:: 2 7
-struggle%2:38:00:: 3 3
-struggle%2:41:00:: 1 13
-struggling%5:00:00:troubled:00 1 3
-strum%2:39:00:: 1 2
-strung%3:44:00:: 1 1
-strut%1:04:00:: 1 2
-strut%2:38:00:: 1 2
-strychnine%1:27:00:: 1 4
-stub%1:17:00:: 1 1
-stub_out%2:30:00:: 1 1
-stubborn%3:00:00:: 1 5
-stubbornly%4:02:00:: 1 6
-stubbornness%1:07:00:: 1 1
-stubbornness%1:07:01:: 2 1
-stucco%1:27:00:: 1 2
-stuck-up%5:00:00:proud:00 1 1
-stuck_with%5:00:00:cursed:00 1 1
-stud%2:42:00:: 1 3
-studded%5:00:00:adorned:00 1 1
-student%1:18:00:: 1 67
-student%1:18:01:: 2 14
-studio%1:06:00:: 1 15
-studious%5:00:00:careful:00 1 1
-studiously%4:02:00:: 1 2
-study%1:04:00:: 1 90
-study%1:06:00:: 5 6
-study%1:06:01:: 7 2
-study%1:09:01:: 8 1
-study%1:09:02:: 6 3
-study%1:09:03:: 2 17
-study%1:09:04:: 4 6
-study%1:10:00:: 3 6
-study%2:31:00:: 4 13
-study%2:31:01:: 5 5
-study%2:31:02:: 1 73
-study%2:31:03:: 2 17
-study%2:31:04:: 6 2
-study%2:39:00:: 3 15
-stuff%1:06:00:: 2 5
-stuff%1:07:00:: 5 1
-stuff%1:10:00:: 4 1
-stuff%1:21:00:: 3 1
-stuff%1:27:00:: 1 5
-stuff%2:34:01:: 3 1
-stuff%2:35:00:: 1 5
-stuff%2:38:00:: 2 4
-stuffed%5:00:01:full:00 1 1
-stuffy%5:00:00:conventional:00 2 1
-stuffy%5:00:00:unventilated:00 1 1
-stumble%2:38:00:: 2 9
-stumble%2:38:01:: 1 11
-stumble%2:40:10:: 3 2
-stumbling%5:00:00:unsteady:00 1 2
-stumbling_block%1:06:00:: 1 1
-stump%1:08:00:: 2 1
-stump%1:20:00:: 1 5
-stump%2:31:00:: 1 1
-stumping%1:04:00:: 1 1
-stun%2:30:00:: 1 2
-stun%2:35:00:: 3 1
-stun%2:37:00:: 2 1
-stung%5:00:00:displeased:00 1 1
-stung%5:00:02:injured:00 2 1
-stunned%5:00:00:surprised:00 1 2
-stunning%5:00:00:impressive:00 1 1
-stunt%1:04:00:: 1 2
-stunt%2:41:00:: 1 1
-stupefying%5:00:01:impressive:00 1 1
-stupendous%5:00:00:large:00 1 2
-stupid%1:18:00:: 1 1
-stupid%3:00:00:: 1 10
-stupid%5:00:00:confused:00 2 1
-stupidity%1:04:00:: 2 1
-stupidity%1:09:00:: 1 5
-stupidly%4:02:00:: 1 3
-stupor%1:09:00:: 2 1
-stupor%1:12:00:: 1 1
-sturdy%5:00:00:robust:00 1 9
-stutter%2:32:00:: 1 2
-style%1:07:00:: 1 28
-style%1:09:00:: 4 2
-style%1:09:01:: 3 7
-style%1:10:00:: 2 7
-style%2:32:00:: 1 1
-stylemark%1:07:00:: 1 1
-stylist%1:18:00:: 1 1
-stylistic%5:00:00:rhetorical:00 1 1
-stylization%1:04:00:: 1 2
-stylized%5:00:00:artificial:00 1 1
-suave%5:00:00:diplomatic:00 2 1
-suave%5:00:00:refined:01 1 1
-sub%2:40:00:: 1 1
-sub-interval%1:09:00:: 1 3
-sub-test%1:04:00:: 1 2
-subcommittee%1:14:00:: 1 1
-subconscious%5:00:00:unconscious:00 1 1
-subconscious_mind%1:09:00:: 1 1
-subconsciously%4:02:00:: 1 1
-subcontinent%1:17:00:: 1 1
-subcontract%2:41:01:: 1 1
-subdivision%1:04:00:: 2 2
-subdivision%1:14:01:: 3 1
-subdivision%1:15:00:: 1 2
-subdue%2:30:01:: 2 2
-subdue%2:41:00:: 1 2
-subdued%5:00:00:restrained:00 2 2
-subdued%5:00:00:soft:04 1 3
-subfigure%1:25:00:: 1 1
-subgross%5:00:00:microscopic:00 1 2
-subgroup%1:14:00:: 1 1
-subhuman%3:00:00:: 1 1
-subject%1:06:00:: 2 14
-subject%1:09:00:: 3 11
-subject%1:09:01:: 4 9
-subject%1:10:00:: 1 20
-subject%1:10:01:: 5 4
-subject%1:18:00:: 7 2
-subject%1:18:01:: 6 2
-subject%2:31:00:: 4 2
-subject%2:32:07:: 3 2
-subject%2:33:00:: 2 6
-subject%2:39:03:: 1 10
-subject%2:41:00:: 5 1
-subject%5:00:01:taxable:00 1 7
-subject_matter%1:10:00:: 1 3
-subject_to%5:00:00:amenable:00 2 1
-subject_to%5:00:00:susceptible:00 1 9
-subjective%3:00:00:: 1 10
-subjectivist%1:18:00:: 1 3
-subjugate%2:41:01:: 1 1
-subjugation%1:26:00:: 1 1
-sublime%2:30:00:: 1 1
-sublime%5:00:00:elated:00 3 1
-sublime%5:00:00:glorious:00 1 4
-sublime%5:00:00:sacred:00 2 1
-subliterary%5:00:00:informal:02 1 1
-submachine_gun%1:06:00:: 1 2
-submarine%1:06:00:: 1 7
-submarine_ball%1:04:00:: 1 1
-submerge%2:35:00:: 2 1
-submerge%2:38:00:: 1 2
-submerged%3:00:04:: 1 1
-submission%1:04:01:: 2 2
-submission%1:10:00:: 1 3
-submissive%3:00:00:: 1 4
-submit%2:31:12:: 7 2
-submit%2:32:00:: 2 8
-submit%2:32:01:: 1 12
-submit%2:32:02:: 6 2
-submit%2:33:00:: 3 6
-submit%2:33:02:: 8 1
-submit%2:40:00:: 4 4
-submit%2:41:00:: 5 2
-submucosa%1:08:00:: 1 2
-subordinate%1:18:00:: 1 3
-subordinate%2:31:00:: 1 1
-subordinate%3:00:01:: 1 2
-subordinator%5:00:00:subordinating(a):00 1 2
-subpart%1:24:00:: 1 1
-subpoena%2:32:00:: 1 1
-subpoena_duces_tecum%1:10:00:: 1 1
-subscribe%2:32:02:: 2 1
-subscribe%2:32:03:: 3 1
-subscribe%2:40:01:: 1 2
-subscribe_to%2:40:00:: 1 1
-subscription%1:10:00:: 2 1
-subscription%1:21:00:: 1 1
-subscription_right%1:21:00:: 1 1
-subsection%1:06:00:: 1 12
-subsequent%3:00:00:: 1 5
-subsequently%4:02:00:: 1 4
-subservient%5:00:00:subordinate:02 1 1
-subside%2:30:00:: 1 4
-subsidize%2:40:00:: 1 6
-subsidized%5:00:00:supported:02 1 1
-subsidy%1:21:00:: 1 1
-subsist%2:42:00:: 1 1
-subsistence%1:21:00:: 1 3
-subsistence%1:26:01:: 2 1
-subsoil%1:27:00:: 1 1
-subspace%1:14:00:: 1 8
-subspecies%1:14:00:: 1 3
-substance%1:03:00:: 1 17
-substance%1:09:00:: 3 2
-substance%1:09:01:: 2 2
-substance%1:24:00:: 4 1
-substantial%5:00:00:considerable:00 1 22
-substantial%5:00:00:essential:00 2 1
-substantially%4:02:01:: 1 9
-substantially%4:02:02:: 2 1
-substantiate%2:31:00:: 1 2
-substantive%5:00:00:essential:00 1 1
-substation%1:06:00:: 1 1
-substitute%1:09:00:: 1 9
-substitute%2:40:00:: 1 13
-substitute%2:40:01:: 2 5
-substitute%5:00:01:secondary:01 1 2
-substitution%1:11:00:: 1 1
-substrate%1:27:00:: 1 2
-subsurface%3:00:00:: 1 1
-subsystem%1:14:00:: 1 4
-subtend%2:42:00:: 1 2
-subterfuge%1:10:00:: 1 1
-subtitle%2:40:00:: 1 1
-subtle%5:00:00:delicate:00 2 4
-subtle%5:00:00:impalpable:00 1 9
-subtlety%1:07:00:: 2 1
-subtlety%1:10:00:: 1 1
-subtly%4:02:00:: 1 1
-subtract%2:31:00:: 1 9
-suburb%1:15:00:: 1 16
-suburban%3:01:00:: 1 22
-suburbanite%1:18:00:: 1 2
-suburbanized%5:00:00:decentralized:00 1 1
-subvert%2:41:00:: 1 1
-subway%1:06:00:: 1 3
-succeed%2:41:00:: 1 28
-succeed%2:41:01:: 2 12
-succeeding%3:00:00:: 1 3
-success%1:04:00:: 2 23
-success%1:11:00:: 1 36
-success%1:18:00:: 4 3
-success%1:26:00:: 3 10
-successful%3:00:00:: 1 42
-successfully%4:02:00:: 1 15
-succession%1:04:00:: 3 1
-succession%1:07:00:: 1 3
-succession%1:14:00:: 2 1
-successive%5:00:00:ordered:00 1 5
-successively%4:02:00:: 1 1
-successor%1:09:00:: 2 2
-successor%1:18:01:: 1 4
-succinctly%4:02:01:: 1 1
-succor%1:04:00:: 1 2
-succumb%2:32:00:: 1 4
-such%4:02:00:: 1 28
-such%5:00:00:much(a):00 3 22
-such%5:00:00:specified:00 2 33
-such%5:00:01:specified:00 1 401
-such-and-such%5:00:00:unspecified:00 1 1
-such_as%5:00:00:specified:00 1 44
-such_that%5:00:00:specified:00 1 17
-suck%1:04:00:: 1 1
-suck%2:34:04:: 1 4
-suck%2:38:00:: 2 2
-suck_in%2:34:00:: 1 2
-suck_in%2:35:01:: 3 1
-suck_in%2:43:00:: 2 1
-suck_up%2:35:00:: 1 1
-sucker%1:18:01:: 1 1
-suction%1:19:00:: 1 1
-sudanese%1:18:00:: 1 1
-sudden%3:00:00:: 1 33
-suddenly%4:02:00:: 2 42
-suddenly%4:02:02:: 1 64
-suddenly%4:02:04:: 3 3
-suddenness%1:07:00:: 1 1
-suds%1:17:00:: 1 3
-sue%2:41:00:: 1 8
-suffer%2:29:00:: 6 4
-suffer%2:29:01:: 2 17
-suffer%2:29:03:: 8 1
-suffer%2:30:00:: 5 7
-suffer%2:31:00:: 4 8
-suffer%2:37:00:: 3 12
-suffer%2:39:00:: 7 1
-suffer%2:39:01:: 1 17
-sufferer%1:18:00:: 1 2
-suffering%1:12:01:: 4 2
-suffering%1:12:02:: 3 7
-suffering%1:26:00:: 1 11
-suffering%1:26:01:: 2 8
-suffering%5:00:00:troubled:00 1 1
-suffering%5:00:00:unhappy:00 2 1
-suffice%2:42:00:: 1 3
-sufficient%3:00:00:: 1 30
-sufficiently%4:02:00:: 1 23
-suffix%1:10:00:: 1 2
-suffocate%2:29:00:: 2 1
-suffocate%2:35:00:: 1 3
-suffocating%5:00:00:breathless:00 1 1
-suffocation%1:04:00:: 1 1
-suffrage%1:07:00:: 1 1
-suffuse%2:30:01:: 1 3
-suffused%5:00:00:distributed:00 1 1
-sugar%1:13:00:: 1 5
-sugar%2:39:00:: 1 1
-sugar_bowl%1:06:00:: 1 1
-sugar_maple%1:20:00:: 1 1
-suggest%2:32:00:: 1 57
-suggest%2:32:01:: 5 12
-suggest%2:32:02:: 3 19
-suggest%2:32:03:: 4 14
-suggest%2:32:04:: 2 21
-suggested%5:00:00:advisable:00 1 4
-suggestion%1:09:00:: 1 13
-suggestion%1:10:00:: 2 9
-suggestion%1:10:01:: 4 1
-suggestion%1:23:00:: 3 1
-suggestive%5:00:00:connotative:00 2 1
-suggestive%5:00:00:meaningful:00 1 1
-suggestive_of%5:00:00:connotative:00 1 3
-suicide%1:04:00:: 1 3
-suit%1:04:00:: 2 3
-suit%1:06:00:: 1 13
-suit%2:42:00:: 3 1
-suit%2:42:02:: 2 1
-suit%2:42:05:: 1 7
-suitability%1:07:00:: 1 1
-suitable%5:00:00:appropriate:00 3 1
-suitable%5:00:00:fit:02 2 3
-suitable%5:00:00:good:01 1 13
-suitably%4:02:00:: 1 2
-suitcase%1:06:00:: 1 11
-suite%1:06:00:: 2 2
-suite%1:10:00:: 1 2
-suite%1:14:00:: 3 1
-suited%5:00:00:clothed:00 2 1
-suited%5:00:00:fit:02 1 5
-suitor%1:18:00:: 1 1
-sulfur%1:27:00:: 1 1
-sulk%2:37:00:: 1 1
-sulkily%4:02:00:: 1 2
-sulky%1:06:00:: 1 2
-sulky%5:00:00:ill-natured:00 1 1
-sullen%5:00:00:cloudy:00 2 1
-sullen%5:00:00:ill-natured:00 1 9
-sullenly%4:02:00:: 1 2
-sulphur%2:30:00:: 1 1
-sultan%1:18:00:: 1 1
-sultry%5:00:00:hot:01 2 1
-sultry%5:00:00:hot:02 1 1
-sum%1:06:00:: 5 1
-sum%1:09:00:: 4 1
-sum%1:09:01:: 2 4
-sum%1:14:00:: 3 1
-sum%1:21:00:: 1 12
-sum_of_money%1:21:00:: 1 1
-sum_up%2:32:00:: 1 5
-sumatra%1:15:00:: 1 1
-summarization%1:10:00:: 1 1
-summarize%2:32:00:: 1 9
-summary%1:10:00:: 1 5
-summate%2:32:00:: 1 1
-summation%1:10:00:: 1 1
-summer%1:28:00:: 1 58
-summon%2:32:00:: 1 8
-summon%2:32:05:: 2 2
-sumptuous%5:00:00:rich:03 1 2
-sun%1:17:00:: 1 42
-sun%1:17:01:: 4 1
-sun%1:18:00:: 3 1
-sun%1:19:00:: 2 13
-sun%2:29:00:: 1 1
-sun-dried%5:00:00:preserved:02 1 1
-sunbaked%5:00:00:dry:01 1 1
-sunburnt%5:00:00:unhealthy:00 1 1
-sunday%1:28:00:: 1 33
-sunday_school%1:14:00:: 1 1
-sunder%2:30:00:: 1 1
-sundial%1:06:00:: 1 1
-sundown%1:28:00:: 1 5
-sundry%5:00:00:heterogeneous:00 1 4
-sung%5:00:00:voiced:00 1 1
-sunken%5:00:00:hollow:00 1 2
-sunlight%1:19:00:: 1 8
-sunny%5:00:00:cheerful:00 2 2
-sunny%5:00:00:clear:03 1 2
-sunray%1:19:00:: 1 3
-sunshade%1:06:00:: 1 2
-sunshine%1:19:00:: 1 1
-sunshiny%5:00:00:clear:03 1 1
-sunstruck%5:00:00:light:06 1 1
-suntanned%5:00:00:brunet:00 1 1
-sup%2:34:00:: 1 1
-super%4:02:00:: 1 2
-super%5:00:00:comprehensive:00 2 1
-super%5:00:00:superior:02 1 3
-superb%5:00:00:superior:02 1 6
-superbly%4:02:00:: 1 2
-supercilious%5:00:00:proud:00 1 1
-superficial%3:00:00:: 1 4
-superficiality%1:07:01:: 1 1
-superficially%4:02:00:: 1 1
-superhighway%1:06:00:: 1 1
-superimpose%2:35:00:: 1 4
-superimposed%5:00:00:added:00 1 2
-superintend%2:41:00:: 1 1
-superintendent%1:18:00:: 1 4
-superior%1:18:01:: 1 1
-superior%1:18:02:: 2 1
-superior%3:00:01:: 2 4
-superior%3:00:02:: 1 16
-superior%5:00:00:dominant:01 3 1
-superiority%1:07:00:: 1 3
-superiority%1:07:01:: 2 1
-superiority%1:07:02:: 3 1
-superlative%1:10:00:: 1 1
-superlative%5:00:00:superior:02 1 1
-supermarket%1:06:00:: 1 1
-supernatant%5:00:00:supported:00 1 1
-supernatural%1:18:00:: 1 2
-supernatural%3:00:00:: 1 3
-supernaturalism%1:09:00:: 1 2
-supersede%2:41:00:: 1 4
-supersonic%3:00:00:: 1 2
-superstition%1:09:00:: 1 9
-superstitious%5:00:00:irrational:00 1 1
-supervise%2:41:00:: 1 11
-supervision%1:04:00:: 1 6
-supervisor%1:18:00:: 1 3
-supine%5:00:00:unerect:00 1 1
-supper%1:13:00:: 1 14
-supplant%2:41:00:: 1 3
-supplement%1:06:00:: 3 4
-supplement%1:07:00:: 2 4
-supplement%1:10:00:: 1 4
-supplement%2:40:00:: 1 10
-supplemental%5:00:00:secondary:01 1 1
-supplementary%5:00:00:added:00 1 2
-supplementary%5:00:00:secondary:01 2 1
-suppleness%1:07:00:: 1 1
-supplicate%2:32:00:: 1 2
-supplied_with%5:00:00:furnished:00 1 1
-supplier%1:18:00:: 1 2
-supplies%1:21:00:: 1 15
-supply%1:04:00:: 3 2
-supply%1:22:00:: 2 4
-supply%1:23:00:: 1 21
-supply%2:32:00:: 4 1
-supply%2:34:00:: 3 3
-supply%2:40:00:: 1 44
-supply%2:41:00:: 2 8
-supply_closet%1:06:00:: 1 1
-support%1:04:00:: 2 9
-support%1:04:01:: 8 2
-support%1:04:02:: 5 3
-support%1:04:03:: 4 4
-support%1:04:04:: 1 15
-support%1:06:00:: 10 1
-support%1:06:01:: 7 2
-support%1:09:00:: 3 4
-support%1:10:01:: 9 1
-support%1:21:00:: 6 2
-support%2:30:00:: 9 1
-support%2:31:00:: 5 6
-support%2:32:00:: 6 3
-support%2:32:01:: 8 2
-support%2:35:00:: 4 14
-support%2:40:00:: 2 16
-support%2:41:00:: 1 26
-support%2:41:01:: 3 14
-support%2:42:00:: 7 2
-supporter%1:18:00:: 1 1
-supporting%1:04:00:: 1 1
-supporting%5:00:00:supportive:00 1 2
-supportive%3:00:00:: 1 5
-suppose%2:31:00:: 2 31
-suppose%2:31:01:: 3 17
-suppose%2:32:00:: 1 34
-supposed%5:00:00:acknowledged:00 3 2
-supposed%5:00:00:expected:00 1 5
-supposed%5:00:00:intended:00 4 1
-supposed%5:00:00:obligated(p):00 6 4
-supposed%5:00:02:improbable:00 2 2
-supposedly%4:02:00:: 1 4
-suppress%2:30:00:: 1 4
-suppress%2:41:00:: 3 1
-suppress%2:41:01:: 2 1
-supra%4:02:00:: 1 3
-supra_expressionism%1:14:00:: 1 1
-supremacy%1:26:00:: 1 4
-supreme%5:00:00:dominant:01 2 3
-supreme%5:00:00:maximal:00 4 1
-supreme%5:00:00:superior:02 3 1
-supreme%5:00:00:ultimate:00 1 6
-supreme_court%1:14:00:: 1 2
-supremely%4:02:00:: 1 1
-sure%3:00:00:: 1 51
-sure%3:00:04:: 3 4
-sure%4:02:00:: 1 18
-sure%5:00:00:careful:00 2 23
-sure%5:00:00:reliable:00 5 1
-sure%5:00:00:secure:02 4 1
-sure-enough%5:00:00:genuine:00 1 1
-sure_as_shooting%4:02:00:: 1 1
-sure_enough%4:02:00:: 1 3
-sure_enough%4:02:02:: 2 3
-surely%4:02:00:: 1 17
-surety%1:07:00:: 1 1
-surf%1:11:00:: 1 1
-surface%1:06:00:: 1 90
-surface%1:09:00:: 4 4
-surface%1:09:01:: 5 1
-surface%1:15:00:: 2 36
-surface%1:17:00:: 3 11
-surface%2:38:00:: 1 1
-surface%3:00:00:: 1 2
-surface%5:00:00:shallow:02 2 2
-surface-active%5:00:00:active:05 1 1
-surface-active_agent%1:27:00:: 1 6
-surface_area%1:07:00:: 1 2
-surface_noise%1:11:00:: 1 1
-surface_tension%1:19:00:: 1 4
-surfactant%1:27:00:: 1 3
-surfeit%2:40:00:: 1 1
-surfeited%5:00:00:satiate:00 1 1
-surge%1:04:00:: 2 2
-surge%1:11:00:: 1 4
-surge%2:38:00:: 2 1
-surge%2:38:01:: 1 8
-surge%2:38:03:: 3 1
-surge%2:38:04:: 4 1
-surgeon%1:18:00:: 1 9
-surging%5:00:00:stormy:00 1 1
-surly%5:00:00:ill-natured:00 1 1
-surmise%1:10:00:: 1 1
-surmise%2:31:00:: 1 2
-surmise%2:32:00:: 2 1
-surmount%2:33:00:: 1 2
-surmount%2:42:00:: 2 1
-surmounted%3:44:00:: 1 1
-surpass%2:33:00:: 2 2
-surpass%2:38:00:: 3 1
-surpass%2:42:00:: 1 2
-surplus%1:07:00:: 1 8
-surplus%5:00:00:unnecessary:00 1 7
-surprise%1:11:00:: 2 5
-surprise%1:12:00:: 1 16
-surprise%2:31:00:: 1 22
-surprise%2:41:00:: 2 1
-surprised%3:00:00:: 1 15
-surprising%1:04:00:: 1 1
-surprising%3:00:00:: 1 11
-surprisingly%4:02:00:: 1 5
-surprisingly%4:02:01:: 2 2
-surrender%1:10:00:: 2 1
-surrender%1:12:00:: 1 1
-surrender%2:33:00:: 1 5
-surrender%2:33:01:: 3 2
-surrender%2:40:00:: 2 2
-surreptitiously%4:02:00:: 1 1
-surround%2:33:00:: 4 1
-surround%2:35:00:: 2 6
-surround%2:35:01:: 3 2
-surround%2:42:00:: 1 14
-surrounded%5:00:00:enclosed:00 1 3
-surrounding%5:00:00:close:01 1 11
-surroundings%1:15:00:: 2 1
-surroundings%1:26:00:: 1 5
-surveillance%1:04:01:: 1 2
-survey%1:04:01:: 3 1
-survey%1:04:02:: 1 5
-survey%1:10:00:: 2 4
-survey%2:31:00:: 1 6
-survey%2:39:00:: 2 5
-surveying%1:04:00:: 1 1
-surveyor%1:18:00:: 1 2
-survival%1:26:00:: 1 10
-survive%2:42:00:: 3 5
-survive%2:42:01:: 1 20
-survive%2:42:02:: 2 8
-surviving%5:00:00:extant:00 1 2
-survivor%1:05:00:: 3 1
-survivor%1:18:02:: 2 1
-survivor%1:18:03:: 1 3
-susceptibility%1:26:00:: 1 2
-susceptible%3:00:00:: 1 2
-sushi%1:13:00:: 1 1
-suspect%1:18:00:: 1 1
-suspect%2:31:00:: 3 2
-suspect%2:31:02:: 1 27
-suspect%2:32:00:: 2 6
-suspect%2:32:01:: 5 1
-suspect%2:32:02:: 4 1
-suspect%5:00:00:questionable:00 1 2
-suspend%2:30:00:: 4 2
-suspend%2:30:01:: 2 4
-suspend%2:30:02:: 5 1
-suspend%2:35:00:: 1 8
-suspend%2:41:00:: 3 2
-suspended%5:00:00:delayed:00 2 1
-suspended%5:00:01:supported:00 1 7
-suspended_animation%1:26:00:: 1 2
-suspense%1:09:00:: 2 2
-suspense%1:12:02:: 1 2
-suspension%1:27:00:: 1 6
-suspension_bridge%1:06:00:: 1 1
-suspicion%1:09:00:: 2 2
-suspicion%1:09:01:: 1 11
-suspicious%5:00:00:distrustful:00 1 3
-suspicious%5:00:00:questionable:00 2 1
-suspiciously%4:02:00:: 1 2
-sustain%2:29:00:: 2 3
-sustain%2:32:00:: 6 1
-sustain%2:34:00:: 4 2
-sustain%2:34:01:: 3 2
-sustain%2:35:00:: 5 1
-sustain%2:42:01:: 1 8
-sustenance%1:13:00:: 1 2
-swab%2:35:00:: 1 1
-swad%1:14:00:: 1 1
-swagger%2:38:00:: 1 2
-swaggering%5:00:00:proud:00 1 2
-swahili%1:10:00:: 1 1
-swallow%1:04:00:: 2 1
-swallow%1:13:00:: 1 3
-swallow%2:33:00:: 2 4
-swallow%2:34:00:: 1 12
-swallow%2:35:00:: 3 2
-swallow_up%2:35:00:: 1 2
-swallowed%5:00:00:enclosed:00 1 1
-swami%1:18:00:: 1 1
-swamp%1:17:00:: 1 4
-swamp%2:35:00:: 2 1
-swamp%2:43:00:: 1 1
-swamped%5:00:00:sunken:00 1 1
-swan%1:05:00:: 1 1
-swan%2:32:00:: 1 1
-swap%2:40:00:: 1 1
-sward%1:17:00:: 1 2
-swarm%1:14:00:: 2 1
-swarm%1:14:01:: 1 1
-swarm%2:38:00:: 2 3
-swarm%2:42:00:: 1 3
-swarming%5:00:00:abundant:00 1 1
-swarming_with%5:00:00:full:00 1 1
-swart%5:00:00:brunet:00 1 1
-swarthy%5:00:00:brunet:00 1 1
-swash%1:11:00:: 1 1
-swashbuckler%1:18:00:: 1 1
-swatch%1:06:00:: 1 2
-swathe%2:35:00:: 1 1
-swathing%1:06:00:: 1 1
-sway%1:07:00:: 1 1
-sway%2:38:00:: 1 5
-sway%2:38:01:: 2 4
-sway%2:38:02:: 4 3
-sway%2:41:00:: 3 3
-swaybacked%5:00:00:unfit:01 1 1
-swaying%5:00:00:moving:02 1 1
-swear%2:32:00:: 4 1
-swear%2:32:01:: 1 20
-swear%2:32:02:: 3 2
-swear%2:32:03:: 2 8
-swear_in%2:32:00:: 1 1
-swear_off%2:32:00:: 1 2
-swear_out%2:35:00:: 1 1
-swearing%1:10:02:: 1 1
-sweat%1:08:00:: 1 11
-sweat%2:29:00:: 1 5
-sweat_bag%1:06:00:: 1 1
-sweat_gland%1:08:00:: 1 1
-sweat_suit%1:06:00:: 1 1
-sweatband%1:06:01:: 1 1
-sweater%1:06:00:: 1 1
-sweating%5:00:00:wet:01 1 2
-sweatshirt%1:06:00:: 1 2
-sweaty%5:00:00:wet:01 1 4
-swede%1:18:00:: 1 1
-sweden%1:15:00:: 1 9
-swedish%3:01:00:: 1 6
-sweep%1:07:00:: 1 3
-sweep%2:33:00:: 7 1
-sweep%2:35:00:: 3 5
-sweep%2:35:01:: 6 1
-sweep%2:38:00:: 2 12
-sweep%2:38:01:: 1 13
-sweep%2:42:00:: 4 3
-sweep%2:42:03:: 5 2
-sweep_away%2:36:00:: 1 2
-sweep_away%2:37:00:: 2 1
-sweep_over%2:37:00:: 1 3
-sweep_through%2:41:00:: 1 1
-sweep_under_the_rug%2:41:00:: 1 1
-sweep_up%2:31:00:: 2 1
-sweep_up%2:42:00:: 1 1
-sweeping%1:04:00:: 1 1
-sweeping%5:00:00:moving:02 2 2
-sweeping%5:00:00:wide:00 1 2
-sweet%3:00:01:: 8 1
-sweet%3:00:02:: 1 9
-sweet%4:02:00:: 1 1
-sweet%5:00:00:fragrant:00 7 2
-sweet%5:00:00:lovable:00 2 4
-sweet%5:00:00:melodious:00 3 3
-sweet%5:00:00:tasteful:01 4 2
-sweet%5:00:01:pleasing:00 6 2
-sweet%5:00:02:pleasing:00 5 2
-sweet-faced%5:00:00:faced:00 1 1
-sweet-smelling%5:00:00:fragrant:00 1 1
-sweet_clover%1:20:00:: 1 17
-sweet_nothings%1:10:00:: 1 1
-sweet_orange%1:13:00:: 1 1
-sweet_roll%1:13:00:: 1 1
-sweet_shrub%1:20:00:: 1 1
-sweetheart%1:18:00:: 1 3
-sweetheart%1:18:02:: 2 3
-sweetly%4:02:00:: 1 1
-sweetness%1:09:00:: 1 1
-swell%1:07:00:: 3 1
-swell%1:11:00:: 1 3
-swell%1:17:00:: 2 2
-swell%2:30:00:: 3 4
-swell%2:30:02:: 1 5
-swell%2:38:07:: 5 1
-swell%2:41:00:: 2 4
-swell%2:42:03:: 4 1
-swell%5:00:00:good:01 1 1
-swelled%5:00:00:proud:00 1 1
-swelling%1:26:00:: 1 2
-swelling%5:00:00:injured:00 1 1
-sweltering%5:00:00:hot:01 1 1
-swerve%1:04:00:: 1 1
-swerve%2:38:00:: 1 4
-swift%5:00:00:fast:01 1 15
-swiftly%4:02:00:: 1 18
-swig%1:04:00:: 1 1
-swim%2:38:00:: 1 12
-swim%2:38:01:: 2 1
-swimming%1:04:00:: 1 1
-swimming_hole%1:17:00:: 1 1
-swimming_pool%1:06:00:: 1 3
-swimming_trunks%1:06:00:: 1 1
-swimsuit%1:06:00:: 1 1
-swindle%2:41:00:: 1 2
-swing%1:04:00:: 4 1
-swing%1:04:06:: 3 1
-swing%1:06:00:: 2 1
-swing%1:26:01:: 1 1
-swing%2:30:08:: 8 2
-swing%2:33:00:: 7 2
-swing%2:35:00:: 5 4
-swing%2:38:00:: 2 15
-swing%2:38:02:: 1 35
-swing%2:38:03:: 3 6
-swing%2:41:01:: 4 4
-swing%2:42:00:: 6 2
-swing%2:42:01:: 9 1
-swing_around%2:38:00:: 1 2
-swinging%5:00:00:moving:02 1 2
-swinging_door%1:06:00:: 1 1
-swingy%5:00:00:rhythmical:00 1 1
-swipe%2:35:00:: 1 1
-swirl%1:25:00:: 1 2
-swirl%2:38:00:: 2 3
-swirl%2:38:01:: 1 3
-swirling%5:00:00:moving:02 1 4
-swish%2:38:00:: 2 1
-swish%2:39:00:: 1 1
-swishing%5:00:00:noisy:00 1 1
-swiss%1:18:00:: 1 5
-swiss%3:01:00:: 1 3
-switch%1:06:01:: 1 4
-switch%1:11:00:: 2 1
-switch%2:30:01:: 4 1
-switch%2:30:02:: 3 2
-switch%2:30:03:: 1 5
-switch%2:40:00:: 2 3
-switch-hitter%1:18:00:: 1 1
-switch_off%2:35:00:: 1 2
-switch_on%2:35:00:: 1 5
-switchboard%1:06:00:: 1 1
-switching%1:04:00:: 1 1
-switzerland%1:15:00:: 1 1
-swivel%2:38:00:: 1 2
-swivel_chair%1:06:00:: 1 2
-swollen%5:00:00:expanded:01 2 6
-swollen%5:00:00:unhealthy:00 1 6
-swoon%2:29:00:: 1 1
-swoop%1:10:00:: 1 1
-swoop%2:38:00:: 1 8
-swoop_up%2:35:00:: 1 1
-sword%1:06:00:: 1 9
-sworn%5:00:00:committed:00 1 1
-syllabicity%1:10:00:: 1 1
-syllable%1:10:00:: 1 11
-symbol%1:09:00:: 2 2
-symbol%1:10:00:: 1 18
-symbolic%3:01:00:: 1 2
-symbolic%3:01:01:: 3 1
-symbolic%5:00:00:representative:00 2 2
-symbolically%4:02:00:: 1 2
-symbolism%1:04:00:: 2 1
-symbolism%1:10:00:: 1 1
-symbolist%1:18:00:: 1 1
-symbolize%2:32:00:: 1 16
-symmetric%3:00:00:: 1 7
-symmetrical%3:00:00:: 1 1
-symmetrical%5:00:00:balanced:00 2 1
-symmetrically%4:02:00:: 1 1
-symmetry%1:07:00:: 1 5
-symmetry%1:25:00:: 2 1
-sympathetic%3:00:00:: 2 8
-sympathetic%3:01:00:: 1 13
-sympathetic%5:00:00:congenial:00 3 2
-sympathetic%5:00:00:kind:00 4 1
-sympathetically%4:02:00:: 1 1
-sympathize%2:31:00:: 2 1
-sympathize%2:37:01:: 1 2
-sympathize_with%2:37:00:: 1 3
-sympathy%1:09:00:: 1 10
-sympathy%1:12:00:: 2 7
-sympathy%1:24:00:: 3 4
-symphonic%3:01:00:: 1 5
-symphony%1:10:00:: 1 4
-symphony%1:14:00:: 2 1
-symphony_orchestra%1:14:00:: 1 1
-symposium%1:14:00:: 1 2
-symptom%1:10:00:: 2 6
-symptom%1:26:00:: 1 8
-symptomatic%5:00:00:characteristic:00 1 1
-symptomatic_of%5:00:00:characteristic:00 1 3
-synagogue%1:06:00:: 1 2
-synchronism%1:24:00:: 1 1
-synchronize%2:30:00:: 1 1
-synchronous%3:00:00:: 1 1
-synchronous_motor%1:06:00:: 1 1
-synchrony%1:24:00:: 1 2
-syndicate%1:14:00:: 2 1
-syndicate%1:14:01:: 1 1
-syndrome%1:09:00:: 1 1
-synergism%1:22:00:: 1 1
-synergistic%3:00:00:: 1 1
-synonym%1:10:00:: 1 2
-synonymous%3:00:00:: 1 1
-syntactic%3:01:00:: 1 1
-syntactically%4:02:00:: 1 1
-syntax%1:09:01:: 1 2
-syntax%1:14:00:: 2 1
-synthesis%1:09:00:: 2 2
-synthesis%1:22:00:: 1 6
-synthesise%2:31:00:: 1 1
-synthesize%2:31:00:: 1 3
-synthetic%5:00:00:artificial:00 1 7
-synthetic_cubism%1:14:00:: 1 2
-syria%1:15:00:: 1 1
-syrian%3:01:00:: 1 1
-syringa%1:20:02:: 1 1
-syrupy%5:00:00:sweet:02 1 1
-system%1:06:00:: 1 43
-system%1:08:00:: 6 7
-system%1:08:01:: 8 1
-system%1:09:00:: 4 10
-system%1:09:01:: 7 6
-system%1:09:02:: 5 8
-system%1:14:00:: 2 23
-system%1:27:00:: 3 14
-systematic%3:00:00:: 1 2
-systematically%4:02:00:: 1 2
-systematization%1:04:00:: 1 2
-systematize%2:30:00:: 1 4
-t-square%1:06:00:: 1 1
-t.b.%1:26:00:: 1 1
-table%1:06:01:: 2 25
-table%1:06:02:: 3 5
-table%1:14:00:: 1 52
-table_tennis%1:04:00:: 1 1
-tableau%1:09:00:: 2 1
-tableau%1:14:00:: 1 1
-tablet%1:06:02:: 1 1
-tabletop%1:06:00:: 1 1
-taboo%5:00:00:impermissible:00 1 1
-tabula_rasa%1:09:00:: 1 2
-tabulate%2:36:00:: 1 4
-tabulation%1:10:00:: 1 1
-tack%2:35:00:: 1 3
-tack%2:38:00:: 2 1
-tack_hammer%1:06:00:: 1 3
-tack_on%2:35:00:: 1 1
-tackle%1:18:00:: 1 1
-tackle%2:33:00:: 2 1
-tackle%2:41:00:: 1 3
-tact%1:07:00:: 1 2
-tactic%1:09:00:: 1 4
-tactically%4:02:00:: 1 1
-tactics%1:09:01:: 1 2
-tactile%3:01:00:: 1 2
-tactual%3:01:00:: 1 7
-tactual_sensation%1:09:00:: 1 1
-tactually%4:02:00:: 1 1
-tadpole%1:05:00:: 1 1
-taffy%1:13:00:: 1 2
-tag%1:10:00:: 1 4
-tag%2:32:00:: 3 1
-tag%2:35:00:: 1 3
-tag%2:35:01:: 2 1
-tagged%3:00:00:: 1 1
-tahiti%1:15:00:: 1 1
-tail%1:05:00:: 1 6
-tail%1:08:01:: 4 1
-tail%1:25:00:: 3 1
-tail%1:28:00:: 2 2
-tailback%1:18:00:: 1 1
-tailgate%1:06:00:: 1 1
-tailor%2:30:00:: 1 5
-tailor%2:36:01:: 2 1
-tailor-make%2:36:00:: 1 1
-tailored%5:00:00:plain:01 1 3
-taint%1:26:00:: 1 1
-taiwan%1:15:00:: 1 1
-take%2:30:00:: 17 16
-take%2:30:01:: 5 38
-take%2:30:08:: 24 7
-take%2:30:09:: 29 4
-take%2:31:01:: 10 26
-take%2:31:02:: 25 6
-take%2:31:03:: 13 22
-take%2:31:07:: 6 36
-take%2:31:09:: 19 15
-take%2:32:00:: 26 5
-take%2:32:02:: 16 16
-take%2:32:09:: 36 1
-take%2:33:09:: 28 4
-take%2:34:00:: 18 15
-take%2:35:00:: 4 50
-take%2:35:14:: 35 1
-take%2:38:00:: 22 10
-take%2:38:02:: 9 26
-take%2:38:05:: 27 4
-take%2:38:09:: 3 73
-take%2:38:10:: 7 32
-take%2:39:00:: 15 21
-take%2:40:00:: 8 28
-take%2:40:01:: 21 13
-take%2:40:02:: 33 1
-take%2:40:03:: 31 2
-take%2:40:04:: 32 1
-take%2:40:05:: 11 25
-take%2:40:06:: 2 74
-take%2:40:07:: 23 8
-take%2:40:08:: 34 1
-take%2:40:15:: 20 14
-take%2:41:00:: 12 22
-take%2:41:04:: 1 92
-take%2:42:00:: 14 21
-take%2:42:10:: 30 2
-take_a_breath%2:29:00:: 1 3
-take_a_breather%2:32:00:: 1 1
-take_a_chance%2:41:00:: 1 6
-take_a_look%2:39:00:: 1 7
-take_aback%2:37:00:: 1 1
-take_account%2:31:12:: 1 2
-take_advantage%2:40:00:: 1 11
-take_advantage%2:41:12:: 2 1
-take_aim%2:33:00:: 1 1
-take_apart%2:35:00:: 2 1
-take_apart%2:36:00:: 1 1
-take_away%2:30:00:: 3 4
-take_away%2:30:01:: 2 5
-take_away%2:35:00:: 1 5
-take_away%2:40:01:: 4 2
-take_back%2:38:03:: 1 5
-take_back%2:40:00:: 2 1
-take_care%2:41:00:: 1 9
-take_care%2:41:11:: 3 6
-take_care%2:41:12:: 2 8
-take_chances%2:41:00:: 1 1
-take_charge%2:41:00:: 1 4
-take_counsel%2:31:00:: 1 1
-take_down%2:38:00:: 1 3
-take_exception%2:32:03:: 1 1
-take_for%2:31:00:: 1 2
-take_for_granted%2:31:00:: 1 3
-take_form%2:42:00:: 1 5
-take_heart%2:37:00:: 1 1
-take_hold%2:35:00:: 2 2
-take_hold%2:41:00:: 1 3
-take_hold_of%2:35:01:: 1 1
-take_in%2:31:00:: 9 1
-take_in%2:32:00:: 2 2
-take_in%2:35:00:: 8 1
-take_in%2:35:01:: 7 1
-take_in%2:39:06:: 6 1
-take_in%2:40:09:: 5 1
-take_in%2:41:00:: 4 1
-take_in%2:42:00:: 1 3
-take_in%2:43:00:: 3 1
-take_into_account%2:31:00:: 1 12
-take_issue%2:32:00:: 1 1
-take_it_easy%2:29:00:: 1 3
-take_kindly_to%2:42:00:: 1 1
-take_leave%2:38:00:: 1 2
-take_note%2:39:00:: 1 2
-take_notice%2:39:00:: 1 2
-take_off%2:29:03:: 7 1
-take_off%2:30:00:: 3 6
-take_off%2:35:01:: 2 6
-take_off%2:36:00:: 6 1
-take_off%2:38:00:: 1 15
-take_off%2:38:02:: 4 4
-take_off%2:41:00:: 5 2
-take_on%2:30:00:: 1 10
-take_on%2:33:00:: 4 2
-take_on%2:33:01:: 6 1
-take_on%2:40:00:: 5 1
-take_on%2:41:00:: 3 2
-take_on%2:41:01:: 2 6
-take_out%2:30:00:: 3 4
-take_out%2:35:00:: 6 1
-take_out%2:35:01:: 2 6
-take_out%2:40:02:: 4 2
-take_out%2:41:00:: 5 1
-take_out%2:41:01:: 1 7
-take_over%2:40:02:: 8 1
-take_over%2:40:03:: 5 3
-take_over%2:40:05:: 7 1
-take_over%2:40:06:: 4 5
-take_over%2:40:07:: 1 12
-take_over%2:41:00:: 3 5
-take_over%2:41:01:: 2 8
-take_over%2:41:02:: 6 1
-take_pains%2:41:00:: 1 3
-take_part%2:41:00:: 1 12
-take_place%2:30:00:: 1 54
-take_pride%2:37:00:: 1 3
-take_root%2:30:01:: 1 4
-take_shape%2:42:00:: 1 5
-take_stock%2:39:00:: 1 1
-take_the_field%2:33:01:: 1 1
-take_the_floor%2:38:00:: 1 2
-take_the_stand%2:32:00:: 1 1
-take_time_off%2:41:00:: 1 1
-take_to%2:37:00:: 1 4
-take_to%2:41:01:: 2 1
-take_to_be%2:31:00:: 1 2
-take_to_heart%2:31:00:: 1 1
-take_turns%2:30:00:: 1 2
-take_up%2:30:00:: 1 9
-take_up%2:31:00:: 2 5
-take_up%2:35:00:: 9 1
-take_up%2:35:04:: 8 1
-take_up%2:38:03:: 7 1
-take_up%2:40:00:: 6 1
-take_up%2:41:00:: 5 2
-take_up%2:41:01:: 3 4
-take_up%2:42:00:: 4 3
-take_up_arms%2:33:00:: 1 1
-taken%5:00:00:understood:00 1 1
-taken_for_granted%5:00:00:obvious:00 1 1
-taken_over%5:00:00:taken:00 1 1
-taken_up%5:00:00:concerned:00 1 1
-takeoff%1:04:00:: 1 1
-takeover%1:04:02:: 1 1
-takings%1:21:00:: 1 1
-tale%1:10:00:: 1 26
-tale%1:10:01:: 2 6
-talent%1:09:00:: 1 14
-talent%1:18:00:: 2 4
-talented%5:00:00:precocious:00 1 3
-talismanic%5:00:00:supernatural:00 1 1
-talk%1:04:02:: 3 1
-talk%1:10:00:: 1 12
-talk%1:10:03:: 2 1
-talk%2:32:00:: 2 26
-talk%2:32:01:: 1 108
-talk%2:32:02:: 4 4
-talk%2:32:03:: 3 8
-talk%2:32:06:: 5 2
-talk_about%2:32:00:: 1 40
-talk_about%2:32:01:: 2 10
-talk_down%2:32:00:: 1 1
-talk_into%2:32:00:: 1 7
-talk_of%2:32:00:: 1 3
-talk_over%2:32:00:: 1 1
-talk_shop%2:32:00:: 1 1
-talk_terms%2:32:00:: 1 1
-talkative%5:00:00:voluble:00 1 1
-talking%1:10:00:: 1 1
-talks%1:10:00:: 1 1
-talky%5:00:00:voluble:00 1 1
-tall%3:00:00:: 1 73
-tall-growing%5:00:00:tall:00 1 1
-tall_tale%1:10:00:: 1 2
-tallow%1:27:00:: 1 1
-tally%1:04:01:: 1 4
-tame%2:30:00:: 1 1
-tame%5:00:00:unexciting:00 1 1
-tamper%2:35:12:: 1 1
-tampering%1:04:00:: 1 1
-tan%1:07:00:: 2 1
-tan%1:26:00:: 1 1
-tang%1:07:00:: 1 1
-tangent%1:25:00:: 1 18
-tangential%5:00:00:irrelevant:00 1 1
-tangible%3:00:00:: 1 1
-tangible%5:00:00:concrete:00 2 1
-tangibly%4:02:00:: 1 1
-tangle%1:09:00:: 2 1
-tangle%1:17:00:: 1 2
-tangle_with%2:42:00:: 1 2
-tangled%3:00:00:: 1 5
-tangled%5:00:00:complex:00 2 2
-tango%1:04:00:: 1 2
-tank%1:06:00:: 2 3
-tank%1:06:01:: 1 7
-tanker%1:06:00:: 1 1
-tanned%5:00:00:brunet:00 1 1
-tantalize%2:32:00:: 2 1
-tantalize%2:37:00:: 1 1
-tantalizing%5:00:01:inviting:00 2 1
-tantalizing%5:00:02:inviting:00 1 1
-tantalizingly%4:02:00:: 1 1
-tantrum%1:26:00:: 1 1
-tap%1:11:00:: 1 3
-tap%2:34:00:: 4 3
-tap%2:35:00:: 3 3
-tap%2:35:02:: 1 6
-tap%2:39:00:: 5 1
-tap%2:40:00:: 2 3
-tape%1:06:00:: 1 10
-tape%1:06:01:: 2 2
-tape_recorder%1:06:00:: 1 1
-taped%5:00:00:fixed:00 1 1
-taper%2:30:02:: 1 1
-taper_off%2:42:00:: 1 1
-tapered%5:00:00:pointed:00 1 2
-tapering%5:00:00:pointed:00 1 1
-tapestry%1:07:00:: 1 1
-tapping%1:11:00:: 1 2
-tar%1:27:00:: 1 1
-target%1:06:00:: 4 3
-target%1:09:00:: 5 2
-target%1:10:00:: 1 6
-target%1:15:00:: 3 4
-target%1:18:00:: 2 4
-target-hunting%5:00:00:guided:00 1 1
-target_area%1:15:00:: 1 2
-target_language%1:10:01:: 1 1
-target_practice%1:04:00:: 1 1
-tariff%1:21:00:: 1 2
-tarnish%2:35:00:: 1 1
-tarpaulin%1:06:00:: 1 2
-tarred-and-feathered%5:00:00:punished:00 1 1
-tarry%2:42:00:: 1 1
-tart%5:00:00:sour:00 1 1
-tartly%4:02:00:: 1 1
-task%1:04:00:: 2 15
-task%1:04:01:: 1 18
-task_force%1:14:00:: 1 3
-taste%1:09:01:: 3 3
-taste%1:09:02:: 1 8
-taste%1:11:00:: 4 1
-taste%1:12:02:: 2 7
-taste%2:34:00:: 3 3
-taste%2:39:00:: 2 3
-taste%2:39:02:: 1 10
-tasteful%3:00:02:: 1 1
-tat%2:36:00:: 1 1
-tattered%5:00:01:worn:00 1 35
-tattletale_grey%1:07:00:: 1 1
-taunt%1:04:00:: 1 3
-taunt%2:32:00:: 1 5
-taunting%5:00:00:disrespectful:00 1 1
-taut%5:00:00:tense:01 1 4
-taut%5:00:00:tense:03 2 1
-tavern%1:06:00:: 1 2
-tawdry%5:00:00:tasteless:02 1 1
-tawny%5:00:00:chromatic:00 1 1
-tax%1:21:00:: 1 44
-tax%2:40:00:: 1 16
-tax-exempt%5:00:00:nontaxable:00 1 1
-tax_advantage%1:21:00:: 1 1
-tax_return%1:10:00:: 1 2
-taxable%3:00:00:: 1 1
-taxi%1:06:00:: 1 5
-taxi%2:38:01:: 1 2
-taxi_strip%1:06:00:: 1 1
-taxidriver%1:18:00:: 1 1
-taxing%5:00:00:heavy:02 1 1
-taxpayer%1:18:00:: 1 10
-taxpaying%5:00:00:nonexempt:00 1 1
-tea%1:13:00:: 1 5
-tea%1:13:01:: 2 1
-tea_party%1:11:00:: 1 1
-tea_service%1:06:00:: 1 1
-teacart%1:06:00:: 1 2
-teach%2:30:00:: 2 2
-teach%2:32:00:: 1 86
-teacher%1:09:00:: 2 1
-teacher%1:18:00:: 1 41
-teaching%1:04:00:: 1 9
-teaching%1:04:01:: 3 1
-teaching%1:09:00:: 2 3
-teaching_certificate%1:10:00:: 1 1
-teaching_method%1:09:00:: 1 4
-teakettle%1:06:00:: 1 1
-teakwood%1:20:00:: 1 1
-team%1:14:00:: 1 43
-team%1:14:01:: 2 8
-team_spirit%1:07:00:: 1 1
-team_up%2:33:00:: 1 2
-teammate%1:18:00:: 1 2
-teamster%1:18:02:: 1 5
-tear%1:08:01:: 1 6
-tear%1:17:00:: 2 1
-tear%2:35:00:: 1 19
-tear%2:35:01:: 2 7
-tear%2:35:06:: 4 1
-tear%2:38:00:: 3 2
-tear_apart%2:32:00:: 1 1
-tear_away%2:30:00:: 1 2
-tear_down%2:36:00:: 1 5
-tearfully%4:02:00:: 1 1
-tears%1:04:00:: 1 7
-tease%1:18:00:: 1 1
-tease%2:32:00:: 2 1
-tease%2:37:00:: 1 2
-teasing%1:04:00:: 1 1
-teaspoonful%1:23:01:: 1 1
-teat%1:08:00:: 1 2
-technical%3:00:00:: 2 11
-technical%3:01:00:: 1 16
-technical%3:01:01:: 3 8
-technical%3:01:03:: 4 5
-technical_school%1:14:00:: 1 1
-technically%4:02:00:: 2 1
-technically%4:02:01:: 1 1
-technician%1:18:00:: 1 3
-technique%1:09:00:: 1 58
-technique%1:09:01:: 2 4
-technological%3:01:00:: 2 3
-technological%5:00:00:scientific:00 1 6
-technological_revolution%1:28:00:: 1 1
-technologically%4:02:00:: 1 1
-technology%1:04:00:: 1 12
-technology%1:09:00:: 2 2
-tedious%5:00:00:uninteresting:00 1 2
-tee%1:15:00:: 1 1
-teem%2:42:00:: 1 1
-teen%5:00:00:young:00 1 6
-teenage%5:00:00:young:00 1 4
-teenager%1:18:00:: 1 12
-teens%1:28:00:: 1 3
-teensy%5:00:00:small:00 1 1
-teeter%2:38:00:: 1 2
-teetotaler%1:18:00:: 1 1
-tel_aviv%1:15:00:: 1 1
-telegram%1:10:00:: 1 2
-telegraph%1:06:00:: 1 3
-telegraph%2:32:00:: 1 2
-telegraph_form%1:10:00:: 1 1
-telegraph_operator%1:18:00:: 1 1
-telegrapher%1:18:00:: 1 5
-telegraphic%3:01:00:: 1 2
-telegraphy%1:10:00:: 1 1
-telepathy%1:10:00:: 1 1
-telephone%1:06:00:: 1 18
-telephone%1:10:00:: 2 1
-telephone%2:32:00:: 1 12
-telephone_booth%1:06:00:: 1 2
-telephone_call%1:10:00:: 1 2
-telephone_company%1:14:00:: 1 1
-telephone_directory%1:10:00:: 1 1
-telephone_line%1:06:01:: 1 3
-telephone_number%1:10:00:: 1 1
-telephone_operator%1:18:00:: 1 2
-telephone_order%1:04:00:: 1 1
-telephone_pole%1:06:00:: 1 2
-telephone_wire%1:06:00:: 1 1
-telescope%2:35:00:: 1 1
-telescopic_sight%1:06:00:: 1 1
-televise%2:32:00:: 1 3
-television%1:06:00:: 2 2
-television%1:06:01:: 3 1
-television%1:10:00:: 1 12
-television_camera%1:06:00:: 1 1
-television_program%1:10:00:: 1 2
-television_set%1:06:00:: 1 2
-television_system%1:06:00:: 1 1
-tell%2:31:00:: 5 27
-tell%2:31:01:: 8 3
-tell%2:32:00:: 2 189
-tell%2:32:01:: 3 75
-tell%2:32:02:: 4 60
-tell%2:32:03:: 7 4
-tell%2:32:04:: 1 196
-tell%2:32:08:: 6 6
-tell_apart%2:39:00:: 1 1
-tell_on%2:30:00:: 2 1
-tell_on%2:32:00:: 1 1
-telling%5:00:00:informative:00 1 1
-telltale%5:00:00:informative:00 1 1
-temerity%1:07:00:: 1 2
-temper%1:07:02:: 3 2
-temper%1:12:00:: 2 2
-temper%1:12:01:: 1 3
-temperament%1:07:00:: 1 1
-temperature%1:07:00:: 1 91
-temperature%1:09:00:: 2 1
-temperature_change%1:22:00:: 1 1
-temperature_gradient%1:24:00:: 1 3
-tempest%1:26:00:: 1 1
-temple%1:06:00:: 1 6
-temple%1:06:01:: 3 1
-temple%1:08:00:: 2 1
-tempo%1:28:00:: 2 1
-tempo%1:28:01:: 1 2
-temporal%5:00:00:impermanent:00 1 3
-temporarily%4:02:00:: 1 5
-temporary%3:00:00:: 1 6
-tempt%2:32:00:: 4 1
-tempt%2:32:01:: 1 4
-tempt%2:32:04:: 2 4
-tempt%2:37:00:: 3 1
-temptation%1:09:00:: 1 8
-ten%1:23:00:: 1 8
-ten%5:00:00:cardinal:00 1 71
-ten-gallon_hat%1:06:00:: 1 1
-ten_thousand%1:23:00:: 1 8
-tenable%5:00:00:reasonable:00 1 1
-tenaciously%4:02:00:: 1 1
-tenacity%1:07:00:: 1 1
-tenancy%1:04:00:: 1 2
-tenant%1:18:00:: 1 4
-tend%2:41:00:: 3 3
-tend%2:41:01:: 4 1
-tend%2:42:00:: 2 4
-tend%2:42:01:: 1 59
-tendency%1:07:00:: 3 5
-tendency%1:09:00:: 1 11
-tendency%1:12:00:: 2 6
-tender%2:40:01:: 1 1
-tender%3:00:01:: 5 1
-tender%3:00:03:: 1 2
-tender%5:00:00:loving:00 4 2
-tender%5:00:00:painful:00 2 2
-tender%5:00:00:young:00 3 2
-tenderly%4:02:00:: 1 2
-tenderness%1:07:00:: 1 3
-tending%1:04:00:: 1 1
-tendon%1:08:00:: 1 3
-tenebrous%5:00:00:dark:01 1 1
-tenement%1:06:00:: 1 4
-tenement_house%1:06:00:: 1 1
-tenet%1:10:00:: 1 1
-tenfold%4:02:00:: 1 1
-tennessee%1:15:00:: 1 1
-tennis%1:04:00:: 1 1
-tennis_court%1:06:00:: 1 1
-tennis_racket%1:06:00:: 1 1
-tenor%1:07:00:: 2 1
-tenor%1:10:00:: 1 1
-tense%1:10:00:: 1 2
-tense_system%1:10:00:: 1 1
-tensely%4:02:00:: 1 2
-tension%1:19:00:: 4 3
-tension%1:26:01:: 2 4
-tension%1:26:02:: 3 3
-tension%1:26:03:: 1 9
-tensional%3:01:00:: 1 1
-tensionless%5:00:00:lax:01 1 1
-tent%1:06:00:: 1 17
-tentacle%1:07:00:: 1 1
-tentative%5:00:00:conditional:00 1 7
-tentatively%4:02:00:: 1 3
-tenth%1:23:00:: 1 2
-tenth%5:00:00:ordinal:00 1 4
-tenting%1:04:00:: 1 1
-tenuous%5:00:00:weak:00 1 1
-tenuously%4:02:00:: 1 1
-tenure%1:28:00:: 1 2
-tepid%5:00:00:warm:01 1 1
-term%1:09:00:: 4 3
-term%1:10:00:: 1 37
-term%1:10:01:: 5 1
-term%1:10:02:: 3 6
-term%1:28:00:: 2 8
-term%2:32:00:: 1 15
-term_of_office%1:28:00:: 1 1
-terminal%1:06:00:: 1 2
-terminal%1:06:01:: 2 1
-terminal%5:00:00:last:00 1 7
-terminal_velocity%1:28:00:: 1 1
-terminate%2:30:01:: 1 8
-terminate%2:42:00:: 3 2
-terminate%2:42:03:: 2 3
-termination%1:28:00:: 1 3
-terminology%1:10:00:: 1 2
-terms%1:21:00:: 2 1
-terms%1:26:00:: 1 2
-terra_firma%1:17:00:: 1 1
-terrace%1:06:00:: 1 2
-terrain%1:15:00:: 1 2
-terrestrial%3:01:00:: 1 1
-terrestrial%3:01:02:: 2 1
-terrible%5:00:00:alarming:00 1 11
-terrible%5:00:00:bad:00 4 1
-terrible%5:00:00:intense:00 3 1
-terrible%5:00:01:bad:00 2 2
-terribly%4:02:00:: 1 8
-terrier%1:05:00:: 1 2
-terrific%5:00:00:extraordinary:00 2 2
-terrific%5:00:00:intense:00 1 3
-terrified%5:00:00:afraid(p):00 1 4
-terrify%2:37:00:: 1 1
-terrifying%5:00:00:alarming:00 1 3
-territorial%3:01:00:: 1 2
-territory%1:09:00:: 3 2
-territory%1:15:00:: 1 6
-territory%1:21:01:: 2 4
-terror%1:12:00:: 1 11
-terror%1:18:01:: 2 1
-terror-stricken%5:00:00:afraid(p):00 1 1
-terror-struck%5:00:00:afraid(p):00 1 1
-terrorist%1:18:00:: 1 1
-terrorize%2:41:00:: 1 1
-terrycloth%1:06:00:: 1 1
-terse%5:00:00:concise:00 1 1
-tersely%4:02:00:: 1 1
-test%1:04:00:: 6 2
-test%1:04:02:: 2 7
-test%1:04:03:: 5 2
-test%1:09:01:: 3 4
-test%1:09:02:: 1 19
-test%1:10:00:: 4 2
-test%2:32:00:: 3 4
-test%2:41:00:: 1 32
-test%2:41:01:: 2 9
-test%5:00:00:empirical:00 1 4
-test_suit%1:04:00:: 1 1
-test_tube%1:06:00:: 1 1
-testament%1:09:00:: 1 2
-testament%1:10:00:: 2 1
-tested%5:00:00:proved:00 1 2
-tested%5:00:00:reliable:00 2 1
-testicle%1:08:00:: 1 2
-testify%2:32:01:: 1 13
-testify%2:32:02:: 2 1
-testily%4:02:00:: 1 1
-testimonial%1:10:01:: 2 1
-testimonial%1:10:02:: 1 2
-testimony%1:10:00:: 1 5
-testimony%1:10:01:: 2 4
-testimony%1:10:02:: 3 2
-testing%1:04:00:: 1 5
-testing%1:04:02:: 3 2
-testing%1:04:03:: 2 4
-testing_room%1:06:00:: 1 3
-tether%2:35:00:: 1 1
-tetrasodium_pyrophosphate%1:27:00:: 1 1
-teutonic%3:01:00:: 1 1
-texan%1:18:00:: 1 2
-texas%1:15:00:: 1 14
-text%1:10:00:: 1 53
-textile%1:06:00:: 1 7
-texture%1:07:00:: 1 13
-texture%1:07:02:: 3 1
-texture%1:09:00:: 2 3
-textured%5:00:00:rough:00 1 1
-thailand%1:15:00:: 1 1
-thamnophis%1:05:00:: 1 1
-thank%2:32:00:: 1 17
-thank_you%1:10:00:: 1 3
-thankfulness%1:12:00:: 1 1
-thanks%1:04:00:: 2 2
-thanks%1:10:00:: 1 7
-thanksgiving%1:28:00:: 1 2
-that_is%4:02:00:: 1 34
-that_is_to_say%4:02:00:: 1 4
-that_much%4:02:00:: 1 4
-thatch%1:08:00:: 1 1
-thaw%1:19:00:: 2 1
-thaw%1:22:00:: 1 1
-thaw%2:30:00:: 1 5
-thawing%1:22:00:: 1 1
-the_americas%1:17:00:: 1 1
-the_british%1:18:00:: 1 1
-the_bronx%1:15:00:: 1 2
-the_buddha%1:18:00:: 1 1
-the_devil%1:18:00:: 1 1
-the_english%1:18:00:: 1 2
-the_french%1:18:00:: 1 4
-the_good_old_days%1:28:00:: 1 1
-the_indies%1:15:00:: 1 1
-the_irish%1:18:00:: 1 1
-the_least_bit%4:02:00:: 1 2
-the_like%1:09:00:: 1 4
-the_matter%5:00:00:malfunctioning:00 1 12
-the_netherlands%1:15:00:: 1 2
-the_shits%1:26:00:: 1 2
-the_swiss%1:18:00:: 1 1
-the_virgin%1:18:00:: 1 1
-theater%1:06:00:: 1 7
-theater%1:10:00:: 2 3
-theatre%1:06:00:: 1 9
-theatre%1:10:00:: 2 2
-theatregoer%1:18:00:: 1 1
-theatrical%3:00:00:: 2 1
-theatrical%3:01:00:: 1 1
-theatrically%4:02:00:: 1 2
-theistic%3:01:00:: 1 1
-thematic%3:01:00:: 1 1
-theme%1:09:01:: 2 5
-theme%1:10:00:: 1 9
-then%1:28:00:: 1 6
-then%4:02:00:: 1 333
-then%4:02:01:: 3 87
-then%4:02:02:: 2 117
-then%5:00:00:past:00 1 1
-then_again%4:02:00:: 1 4
-thence%4:02:01:: 1 2
-thenceforth%4:02:01:: 1 1
-theologian%1:18:00:: 1 9
-theological%3:01:00:: 1 15
-theology%1:04:00:: 3 1
-theology%1:09:00:: 2 6
-theology%1:09:01:: 1 11
-theorem%1:10:00:: 1 14
-theoretical%3:00:00:: 1 8
-theoretically%4:02:00:: 1 2
-theoretically%4:02:01:: 2 1
-theorist%1:18:00:: 1 1
-theorize%2:31:00:: 1 2
-theory%1:09:00:: 1 49
-theory%1:09:01:: 2 18
-theory%1:09:02:: 3 5
-therapeutic%3:01:00:: 2 4
-therapeutic%5:00:00:healthful:00 1 5
-therapist%1:18:00:: 1 9
-therapy%1:04:00:: 1 7
-there%4:02:00:: 1 181
-there%4:02:01:: 3 2
-there%4:02:02:: 2 6
-thereafter%4:02:00:: 1 8
-thereby%4:02:00:: 1 15
-therefor%4:02:00:: 1 1
-therefore%4:02:00:: 1 88
-therefrom%4:02:01:: 2 1
-therefrom%4:02:02:: 1 3
-therein%4:02:00:: 1 6
-thereof%4:02:00:: 1 9
-thereon%4:02:00:: 1 1
-thereto%4:02:00:: 1 6
-theretofore%4:02:00:: 1 2
-thereunder%4:02:00:: 1 1
-thereupon%4:02:00:: 1 2
-therewith%4:02:00:: 1 2
-thermal%3:01:00:: 1 27
-thermal_emission%1:22:00:: 1 1
-thermally%4:02:00:: 1 1
-thermistor%1:06:00:: 1 1
-thermocouple%1:06:00:: 1 6
-thermodynamic%3:01:00:: 1 2
-thermodynamically%4:02:00:: 1 2
-thermodynamics%1:09:00:: 1 1
-thermodynamics_of_equilibrium%1:09:00:: 1 1
-thermogravimetric%3:01:00:: 1 1
-thermometer%1:06:00:: 1 10
-thermometric%3:01:00:: 1 1
-thermometry%1:04:00:: 1 2
-thermopile%1:06:00:: 1 1
-thermostat%1:06:00:: 1 1
-thermostated%5:00:00:regulated:00 1 1
-thermostatics%1:09:00:: 1 1
-thesis%1:10:00:: 1 3
-thiamin%1:27:00:: 1 1
-thick%1:15:00:: 1 1
-thick%3:00:01:: 1 25
-thick%3:00:02:: 3 6
-thick%5:00:00:concentrated:00 2 7
-thick%5:00:00:unintelligible:00 4 2
-thick-skulled%5:00:00:stupid:00 1 1
-thick_with%5:00:00:full:00 1 1
-thicken%2:30:00:: 2 2
-thicken%2:30:01:: 1 2
-thickened%5:00:00:thick:01 1 1
-thickening%5:00:00:intensifying:00 1 1
-thicket%1:14:00:: 1 11
-thickly%4:02:01:: 2 1
-thickly%4:02:02:: 1 1
-thickly_settled%5:00:00:inhabited:00 1 1
-thickness%1:07:01:: 1 4
-thickspread%5:00:00:covered:00 1 2
-thief%1:18:00:: 1 10
-thieving%1:04:00:: 1 2
-thieving%5:00:00:dishonest:00 1 4
-thigh%1:08:00:: 1 9
-thighbone%1:08:00:: 1 1
-thill%1:06:00:: 1 1
-thin%2:30:00:: 1 2
-thin%3:00:01:: 1 16
-thin%3:00:02:: 6 1
-thin%3:00:03:: 2 15
-thin%5:00:00:distributed:00 5 2
-thin%5:00:00:narrow:00 3 7
-thin%5:00:01:weak:00 4 2
-thin_out%2:30:00:: 1 1
-thing%1:04:00:: 2 52
-thing%1:06:00:: 4 36
-thing%1:06:01:: 8 26
-thing%1:07:00:: 9 20
-thing%1:09:00:: 3 36
-thing%1:09:01:: 10 4
-thing%1:09:02:: 6 32
-thing%1:10:00:: 7 26
-thing%1:11:00:: 5 32
-thing%1:26:00:: 1 72
-things%1:21:00:: 1 7
-think%2:31:00:: 3 111
-think%2:31:01:: 1 274
-think%2:31:02:: 4 8
-think%2:31:03:: 2 188
-think%2:31:06:: 7 2
-think%2:31:09:: 6 3
-think%2:36:00:: 5 4
-think_about%2:31:03:: 2 8
-think_about%2:31:05:: 1 21
-think_back%2:31:00:: 1 2
-think_factory%1:14:00:: 1 1
-think_of%2:31:00:: 1 53
-think_of%2:31:01:: 3 26
-think_of%2:31:02:: 4 20
-think_of%2:31:03:: 2 26
-think_of%2:36:00:: 5 16
-think_out%2:31:00:: 1 2
-think_over%2:31:00:: 1 3
-think_the_world_of%2:31:00:: 1 1
-think_twice%2:32:00:: 1 1
-think_up%2:36:00:: 1 2
-thinker%1:18:00:: 1 1
-thinking%1:09:00:: 1 11
-thinly%4:02:03:: 1 1
-thinness%1:07:00:: 2 1
-thinness%1:07:01:: 1 1
-thiocyanate%1:27:00:: 1 1
-thiouracil%1:27:00:: 1 3
-third%1:04:00:: 2 4
-third%1:23:00:: 1 6
-third%1:24:00:: 3 3
-third%4:02:00:: 1 3
-third%5:00:00:fractional:00 2 2
-third%5:00:00:ordinal:00 1 73
-third-dimensional%5:00:00:multidimensional:00 1 2
-third-dimensionality%1:07:00:: 1 1
-third_base%1:06:00:: 1 5
-third_person%1:10:00:: 1 1
-third_reich%1:14:00:: 1 1
-third_sacker%1:18:00:: 1 1
-thirst%1:07:00:: 2 1
-thirst%1:26:00:: 1 2
-thirsty%5:00:00:dry:01 1 1
-thirteen%1:23:00:: 1 1
-thirteen%5:00:00:cardinal:00 1 5
-thirteenth%5:00:00:ordinal:00 1 1
-thirties%1:28:00:: 1 1
-thirtieth%5:00:00:ordinal:00 1 1
-thirty%1:23:00:: 1 2
-thirty%5:00:00:cardinal:00 1 17
-this_evening%4:02:00:: 1 2
-thither%4:02:00:: 1 6
-thong%1:06:00:: 1 1
-thoreau%1:18:00:: 1 1
-thoriated%3:44:00:: 1 1
-thorn%1:09:00:: 1 1
-thorough%5:00:00:careful:00 1 4
-thorough%5:00:00:complete:00 2 3
-thoroughfare%1:06:00:: 1 2
-thoroughgoing%5:00:00:complete:00 1 2
-thoroughly%4:02:00:: 1 8
-thoroughly%4:02:01:: 2 7
-thoroughness%1:07:00:: 1 1
-though%4:02:00:: 1 23
-though%4:02:01:: 2 11
-thought%1:09:00:: 2 21
-thought%1:09:01:: 1 70
-thought%1:09:02:: 3 11
-thought-image%1:09:00:: 1 1
-thoughtful%3:00:00:: 2 1
-thoughtful%5:00:00:profound:00 1 2
-thoughtful%5:00:00:serious:00 3 1
-thoughtfully%4:02:00:: 2 3
-thoughtfully%4:02:01:: 1 8
-thoughtless%3:00:00:: 1 2
-thoughtless%3:00:04:: 2 1
-thoughtless%5:00:00:inconsiderate:00 3 1
-thousand%1:23:00:: 1 24
-thousand%5:00:00:cardinal:00 1 14
-thousand-fold%4:02:00:: 1 1
-thrash%2:35:00:: 1 2
-thrash%2:38:01:: 2 1
-thrash_about%2:38:00:: 1 1
-thrash_out%2:32:00:: 1 1
-thread%1:06:00:: 1 4
-thread%2:35:00:: 2 3
-thread%2:38:00:: 1 3
-threadbare%5:00:00:unoriginal:00 1 1
-threat%1:10:00:: 2 4
-threat%1:10:01:: 3 4
-threat%1:26:00:: 1 16
-threaten%2:32:00:: 2 21
-threaten%2:32:01:: 3 10
-threaten%2:42:00:: 1 23
-threatened%5:00:00:vulnerable:00 1 1
-threatening%5:00:00:alarming:00 1 2
-three%1:23:00:: 1 19
-three%5:00:00:cardinal:00 1 221
-three-dimensional%5:00:00:multidimensional:00 1 5
-three-dimensional_figure%1:25:00:: 1 2
-three-dimensionality%1:07:00:: 1 2
-three-way%5:00:00:multilateral:00 1 1
-three_times%4:02:01:: 1 3
-thresh%2:38:00:: 1 1
-threshing%1:04:00:: 1 1
-threshold%1:06:01:: 4 1
-threshold%1:06:02:: 3 1
-threshold%1:09:00:: 2 1
-threshold%1:28:00:: 1 7
-thrice%4:02:00:: 1 1
-thrifty%3:00:00:: 1 2
-thrill%1:04:00:: 3 1
-thrill%1:12:00:: 1 5
-thrill%1:12:02:: 2 2
-thrill%2:37:02:: 2 1
-thrill%2:39:00:: 1 2
-thriller%1:10:00:: 1 1
-thrillful%5:00:00:excited:00 1 1
-thrilling%5:00:00:exciting:00 1 2
-thrive%2:30:00:: 1 3
-thrive%2:40:00:: 2 1
-thriving%5:00:00:successful:00 1 2
-throat%1:06:00:: 3 2
-throat%1:06:01:: 2 2
-throat%1:08:00:: 1 34
-throb%2:38:01:: 2 2
-throb%2:39:00:: 1 2
-throbbing%1:11:00:: 1 1
-throbbing%5:00:00:rhythmical:00 1 1
-throe%1:26:01:: 1 1
-thrombosed%5:00:00:obstructed:00 1 1
-thrombosis%1:26:00:: 1 1
-thrombus%1:26:00:: 1 1
-throne%1:06:00:: 1 1
-throng%1:14:00:: 1 3
-throng%2:38:00:: 1 1
-thronged%5:00:00:crowded:00 1 1
-throttle%1:06:00:: 1 4
-throttle%2:30:01:: 1 2
-throttle%2:35:00:: 2 1
-through%4:02:00:: 1 8
-through%4:02:01:: 3 2
-through%4:02:03:: 2 5
-through%4:02:04:: 4 1
-through%5:00:00:finished:01 1 4
-through_with%5:00:02:finished:01 1 1
-throughout%4:02:00:: 1 3
-throw%1:04:00:: 1 4
-throw%1:26:00:: 2 1
-throw%2:32:00:: 5 6
-throw%2:32:03:: 10 2
-throw%2:35:00:: 1 53
-throw%2:35:01:: 6 5
-throw%2:35:02:: 4 7
-throw%2:35:07:: 3 7
-throw%2:36:02:: 7 4
-throw%2:36:08:: 11 1
-throw%2:37:00:: 9 2
-throw%2:38:00:: 2 9
-throw%2:38:03:: 8 2
-throw_away%2:40:00:: 1 5
-throw_back%2:35:00:: 1 1
-throw_in%2:32:00:: 3 1
-throw_in%2:33:00:: 2 1
-throw_in%2:40:00:: 1 2
-throw_in_the_towel%2:33:00:: 1 1
-throw_off%2:35:00:: 1 2
-throw_out%2:32:00:: 5 1
-throw_out%2:32:01:: 6 1
-throw_out%2:35:00:: 3 3
-throw_out%2:40:00:: 2 3
-throw_out%2:41:00:: 4 1
-throw_out%2:41:01:: 1 3
-throw_up%2:29:00:: 1 1
-thrown_and_twisted%5:00:00:tangled:00 1 1
-thrust%1:04:00:: 3 1
-thrust%1:04:01:: 2 1
-thrust%1:19:00:: 1 2
-thrust%2:32:00:: 4 3
-thrust%2:35:01:: 5 1
-thrust%2:38:00:: 1 11
-thrust%2:38:01:: 3 4
-thrust%2:38:02:: 2 7
-thrust_out%2:38:00:: 1 1
-thruway%1:06:00:: 1 1
-thud%1:11:00:: 1 1
-thud%2:35:00:: 2 1
-thud%2:39:00:: 1 1
-thudding%5:00:00:unreverberant:00 1 1
-thuggee%1:04:00:: 1 1
-thumb%1:08:00:: 1 5
-thumb%2:38:00:: 1 2
-thumbnail%1:08:00:: 1 1
-thump%2:35:00:: 3 1
-thump%2:38:00:: 1 3
-thump%2:39:00:: 2 1
-thumping%1:11:00:: 1 2
-thumping%5:00:00:unreverberant:00 1 1
-thunder%1:11:00:: 1 8
-thunder%1:11:01:: 2 5
-thunder%2:32:00:: 2 1
-thunder%2:38:00:: 1 2
-thundering%5:00:00:impressive:00 2 1
-thundering%5:00:00:noisy:00 1 1
-thunderous%5:00:00:loud:00 1 3
-thursday%1:28:00:: 1 13
-thus%4:02:00:: 1 90
-thus%4:02:01:: 2 55
-thus_far%4:02:00:: 1 3
-thwack%1:04:00:: 1 1
-thwart%1:06:00:: 1 1
-thwart%2:37:00:: 2 1
-thwart%2:41:00:: 1 5
-thyroglobulin%1:27:00:: 1 16
-thyroid%1:08:00:: 1 29
-thyroid-stimulating_hormone%1:27:00:: 1 1
-thyroid_gland%1:08:00:: 1 6
-thyroid_hormone%1:08:00:: 1 4
-thyroidal%3:01:00:: 1 1
-thyronine%1:27:00:: 1 1
-thyrotoxic%3:01:00:: 1 1
-thyrotrophic_hormone%1:27:00:: 1 1
-thyrotrophin%1:27:00:: 1 1
-thyroxine%1:08:00:: 1 9
-tibet%1:15:00:: 1 2
-tibetan%1:10:00:: 1 1
-tibetan%3:01:00:: 1 1
-tibialis_anticus%1:08:00:: 1 1
-tick%1:05:00:: 2 1
-tick%1:11:00:: 1 2
-tick%2:39:00:: 1 2
-tick%2:39:01:: 2 1
-ticket%1:10:01:: 1 3
-tidbit%1:13:00:: 1 1
-tide%1:11:00:: 1 5
-tide%1:11:01:: 2 1
-tidewater%1:15:00:: 2 1
-tidewater%1:17:00:: 1 1
-tidings%1:10:00:: 1 3
-tidy_up%2:30:00:: 1 1
-tie%1:06:01:: 1 5
-tie%1:06:02:: 4 1
-tie%1:06:04:: 5 1
-tie%1:26:00:: 3 3
-tie%1:26:01:: 2 4
-tie%2:30:00:: 5 1
-tie%2:30:01:: 3 4
-tie%2:33:00:: 2 5
-tie%2:35:00:: 1 13
-tie%2:35:01:: 4 2
-tie-in%1:06:00:: 1 1
-tie_in%2:42:00:: 1 2
-tie_up%2:35:00:: 1 3
-tied%5:00:00:bound:01 1 2
-tied%5:00:00:united:00 2 1
-tied_up%5:00:00:busy:00 1 1
-tiger%1:05:00:: 2 1
-tiger%1:18:00:: 1 1
-tight%3:00:01:: 1 10
-tight%4:02:00:: 1 3
-tight%4:02:02:: 2 1
-tight%5:00:00:closed:03 4 1
-tight%5:00:00:invulnerable:00 3 1
-tight%5:00:00:scarce:00 6 1
-tight%5:00:00:stingy:00 5 1
-tight%5:00:00:tense:01 2 2
-tighten%2:30:00:: 2 1
-tighten%2:30:01:: 1 8
-tighten%2:30:02:: 3 1
-tighten_up%2:30:00:: 1 1
-tightened%5:00:00:secure:03 1 1
-tightening%1:04:00:: 1 1
-tightly%4:02:01:: 2 1
-tightly%4:02:02:: 1 3
-tightly_fitting%5:00:00:tight:01 1 1
-tightly_knit%5:00:00:integrated:02 1 1
-tile%1:06:00:: 1 1
-tiled%5:00:00:covered:00 1 1
-tilled%5:00:00:plowed:00 1 1
-tilt%2:38:00:: 1 9
-tilt%2:38:01:: 2 1
-tilt-top_table%1:06:00:: 1 1
-tilted%5:00:00:inclined:01 1 2
-tilth%1:26:00:: 1 1
-timber%1:06:00:: 2 2
-timber%1:06:01:: 3 1
-timber%1:27:00:: 1 3
-timbered%3:00:00:: 1 1
-timbered%5:00:00:wooded:00 2 1
-timbre%1:07:00:: 1 2
-time%1:03:00:: 5 36
-time%1:07:01:: 9 1
-time%1:11:00:: 1 219
-time%1:11:01:: 6 10
-time%1:28:00:: 3 114
-time%1:28:03:: 7 7
-time%1:28:04:: 8 5
-time%1:28:05:: 2 160
-time%1:28:06:: 4 43
-time%2:30:00:: 1 4
-time%2:31:00:: 2 3
-time%2:31:01:: 3 1
-time-delay_measuring_system%1:06:00:: 1 1
-time_and_again%4:02:00:: 1 2
-time_and_time_again%4:02:00:: 1 2
-time_clock%1:06:00:: 1 1
-time_machine%1:06:00:: 1 2
-time_of_arrival%1:28:00:: 1 1
-time_of_life%1:28:00:: 1 2
-time_of_year%1:28:00:: 1 1
-time_off%1:28:00:: 1 4
-time_period%1:28:00:: 1 4
-time_plan%1:21:00:: 1 1
-timed%5:00:00:regular:00 1 1
-timeliness%1:07:01:: 1 1
-timely%4:02:00:: 1 1
-timely%5:00:00:opportune:00 2 1
-timely%5:00:01:punctual:00 1 3
-timepiece%1:06:00:: 1 1
-timer%1:06:00:: 1 1
-times%1:04:00:: 2 1
-times%1:28:01:: 1 12
-timetable%1:10:01:: 1 1
-timeworn%5:00:00:unoriginal:00 1 1
-timid%3:00:00:: 1 3
-timidity%1:12:00:: 1 1
-timidly%4:02:00:: 1 2
-timing%1:07:00:: 1 6
-tin%1:27:00:: 1 5
-tine%1:06:00:: 1 2
-tinge%2:30:01:: 1 1
-tingle%2:39:00:: 1 3
-tingling%5:00:00:exciting:00 1 2
-tinker%2:35:00:: 1 1
-tinkle%1:11:00:: 1 1
-tinkle%2:39:00:: 1 2
-tinsel%5:00:00:worthless:00 1 1
-tint%1:07:00:: 1 1
-tint%2:30:00:: 1 1
-tinted%5:00:00:colored:00 1 2
-tiny%5:00:00:small:00 1 19
-tip%1:10:00:: 3 3
-tip%1:15:00:: 1 9
-tip%1:21:00:: 2 3
-tip%2:30:00:: 2 1
-tip%2:38:02:: 1 5
-tipped%3:00:00:: 1 1
-tipsy%5:00:00:intoxicated:00 1 1
-tiptoe%2:38:00:: 1 1
-tiptoe%4:02:00:: 1 1
-tire%1:06:00:: 1 8
-tire%2:29:00:: 1 3
-tire%2:29:01:: 2 3
-tire_out%2:29:00:: 1 2
-tire_tool%1:06:00:: 1 1
-tired%3:00:00:: 1 9
-tired_of%5:00:00:displeased:00 1 7
-tiredly%4:02:00:: 1 1
-tireless%5:00:00:energetic:00 1 1
-tiresome%5:00:00:uninteresting:00 1 1
-tiring%5:00:00:effortful:00 1 1
-tissue%1:08:00:: 1 37
-tissue%1:27:02:: 2 4
-tissue_paper%1:27:00:: 1 2
-tit%1:08:01:: 1 2
-titanic%5:00:00:large:00 1 1
-titer%1:07:00:: 1 8
-titillating%5:00:01:exciting:00 1 1
-title%1:07:00:: 7 1
-title%1:10:00:: 2 8
-title%1:10:01:: 3 3
-title%1:10:02:: 6 1
-title%1:10:04:: 5 2
-title%1:10:05:: 1 26
-title%1:26:00:: 4 2
-title%2:32:00:: 1 3
-title-holder%1:18:00:: 1 1
-title_page%1:10:00:: 1 1
-titled%3:00:00:: 1 3
-titled%5:00:00:noble:02 2 1
-titration%1:04:00:: 1 1
-titter%2:29:00:: 1 2
-tittering%3:44:00:: 1 1
-to_a_greater_extent%4:02:01:: 1 1
-to_and_fro%4:02:00:: 1 11
-to_be_sure%4:02:00:: 1 11
-to_begin_with%4:02:00:: 1 3
-to_boot%4:02:00:: 1 1
-to_it%4:02:00:: 1 4
-to_that_extent%4:02:00:: 1 1
-to_the_contrary%4:02:00:: 1 3
-to_the_hilt%4:02:00:: 1 1
-to_the_north%4:02:00:: 1 3
-to_what_degree%4:02:00:: 1 1
-to_what_extent%4:02:00:: 1 2
-toad%1:05:00:: 1 4
-toast%1:13:00:: 1 5
-toast%2:30:00:: 1 5
-toast%2:34:00:: 2 1
-tobacco%1:06:00:: 1 4
-tobacco_mosaic_virus%1:05:00:: 1 1
-today%1:28:00:: 1 69
-today%1:28:01:: 2 13
-today%4:02:00:: 2 11
-today%4:02:01:: 1 19
-toddy%1:13:00:: 1 1
-toe%1:06:00:: 2 2
-toe%1:08:01:: 1 13
-toe%3:00:00:: 1 1
-toe_the_line%2:41:00:: 1 2
-toffee%1:13:00:: 1 1
-together%4:02:00:: 5 9
-together%4:02:01:: 6 7
-together%4:02:02:: 2 22
-together%4:02:03:: 3 18
-together%4:02:04:: 1 26
-together%4:02:05:: 7 1
-together%4:02:10:: 4 12
-together%5:00:00:unneurotic:00 1 2
-toil%2:41:00:: 1 2
-toilet%1:06:00:: 1 3
-toilet%1:06:01:: 2 2
-toiling%5:00:00:busy:00 1 1
-token%1:10:00:: 1 2
-tokenish%5:00:00:minimal:00 1 1
-tokyo%1:15:00:: 1 3
-tolerable%5:00:00:acceptable:00 1 3
-tolerance%1:04:00:: 3 1
-tolerance%1:07:03:: 1 1
-tolerance%1:07:04:: 2 1
-tolerant%3:00:00:: 1 3
-tolerant%5:00:00:broad-minded:00 3 1
-tolerant%5:00:00:forgiving:00 2 1
-tolerate%2:31:00:: 1 7
-toll%1:07:01:: 2 1
-toll%1:21:00:: 1 1
-toll%2:39:00:: 1 1
-toll_call%1:10:00:: 1 1
-tollgate%1:06:00:: 1 1
-tollhouse%1:06:00:: 1 1
-tomato%1:13:00:: 1 2
-tomato_paste%1:13:00:: 1 1
-tomb%1:06:00:: 1 6
-tomorrow%1:28:00:: 2 9
-tomorrow%1:28:01:: 1 15
-tomorrow%4:02:00:: 1 3
-ton%1:23:02:: 1 10
-tonal%3:00:00:: 2 1
-tonal%3:01:00:: 1 6
-tone%1:07:00:: 5 2
-tone%1:07:01:: 3 11
-tone%1:07:02:: 2 22
-tone%1:09:00:: 7 1
-tone%1:10:01:: 1 24
-tone%1:10:02:: 6 1
-tone%1:26:01:: 4 5
-tone_language%1:10:00:: 1 3
-tone_system%1:10:00:: 1 4
-toned%5:00:00:tonal:00 1 1
-tongue%1:08:00:: 1 13
-tongue%1:10:00:: 2 4
-tongue%1:10:01:: 4 1
-tongue%1:25:00:: 3 2
-tongue-in-cheek%5:00:00:humorous:00 1 2
-tongue_depressor%1:06:00:: 1 1
-tongue_twister%1:10:00:: 1 1
-tongued%3:00:00:: 1 1
-tonight%1:28:00:: 1 3
-tonight%4:02:00:: 1 22
-tons%1:23:00:: 1 2
-too%4:02:00:: 1 180
-too%4:02:01:: 2 117
-too-careful%5:00:00:careful:00 1 1
-too_bad%5:00:00:unfortunate:00 1 5
-too_large%5:00:00:large:00 1 2
-too_little%5:00:00:insufficient:00 1 1
-too_much%4:02:00:: 1 29
-too_much%4:02:01:: 2 1
-too_much%5:00:00:immoderate:00 1 3
-too_soon%4:02:00:: 1 1
-tool%1:04:00:: 2 5
-tool%1:06:00:: 1 15
-tool%2:38:00:: 2 1
-tool%2:38:01:: 1 1
-tool-and-die_work%1:04:00:: 1 2
-tool_around%2:38:00:: 1 1
-tooth%1:04:00:: 4 1
-tooth%1:05:02:: 3 1
-tooth%1:06:01:: 2 2
-tooth%1:08:00:: 1 38
-toothbrush%1:06:00:: 1 1
-toothpaste%1:06:00:: 1 1
-top%1:07:02:: 6 1
-top%1:15:00:: 2 15
-top%1:15:01:: 1 23
-top%1:15:02:: 3 8
-top%1:26:00:: 5 3
-top%1:28:00:: 4 3
-top%2:38:00:: 2 1
-top%2:42:00:: 1 2
-top%3:00:00:: 1 11
-top%5:00:00:best:00 4 1
-top%5:00:00:important:00 2 7
-top%5:00:00:maximal:00 3 4
-top-grade%5:00:00:best:00 1 1
-top-quality%5:00:00:best:00 1 1
-top_dog%1:18:00:: 1 3
-top_executive%1:18:00:: 1 1
-topgallant_mast%1:06:00:: 1 2
-topic%1:09:00:: 2 2
-topic%1:10:00:: 1 5
-topical%5:00:00:local:02 1 2
-topnotch%5:00:00:superior:02 1 1
-topographical%3:01:00:: 1 1
-topography%1:07:00:: 1 3
-topped%3:00:00:: 1 1
-topple%2:38:00:: 1 4
-toppling%5:00:00:falling:03 1 1
-topsoil%1:27:00:: 1 1
-topsy-turvy%5:00:00:untidy:00 1 1
-torch%1:06:02:: 1 2
-torment%1:12:01:: 3 1
-torment%1:12:02:: 2 1
-torment%1:26:00:: 1 1
-torment%2:37:00:: 1 1
-tormented%5:00:00:sorrowful:00 1 1
-tormentor%1:18:00:: 1 2
-torn%5:00:00:damaged:00 3 2
-torn%5:00:00:divided:00 2 2
-torn%5:00:00:injured:00 1 5
-tornado%1:19:00:: 1 1
-toronto%1:15:00:: 1 1
-torpid%5:00:00:inactive:01 1 1
-torpor%1:26:00:: 1 1
-torrent%1:11:00:: 2 1
-torrent%1:19:01:: 1 1
-torso%1:08:00:: 1 6
-tortuous%5:00:00:complex:00 1 2
-torture%1:12:02:: 1 1
-torture%2:29:00:: 2 1
-torture%2:37:00:: 1 3
-tortured%5:00:00:punished:00 1 1
-tortured%5:00:00:sorrowful:00 2 1
-torturing%5:00:00:painful:00 1 1
-tory%1:18:01:: 1 2
-toss%1:04:00:: 2 2
-toss%1:04:01:: 1 3
-toss%2:35:00:: 6 1
-toss%2:35:04:: 1 13
-toss%2:35:05:: 3 5
-toss%2:38:00:: 2 10
-toss%2:38:01:: 4 4
-toss%2:40:00:: 5 1
-toss_away%2:40:00:: 1 2
-toss_back%2:35:00:: 1 1
-tot_up%2:32:00:: 1 1
-total%1:06:00:: 1 13
-total%1:09:00:: 2 6
-total%2:32:00:: 2 2
-total%2:42:00:: 1 16
-total%5:00:00:gross:00 2 21
-total%5:00:00:unconditional:00 3 2
-total%5:00:00:whole:00 1 31
-total%5:00:02:complete:00 4 2
-total_darkness%1:26:00:: 1 1
-totalistic%3:01:00:: 1 1
-totalitarian%5:00:00:undemocratic:00 1 1
-totality%1:26:00:: 1 1
-totally%4:02:00:: 1 8
-totemic%3:01:00:: 1 1
-toter%1:18:00:: 1 1
-totter%2:38:02:: 1 4
-tottering%5:00:00:unsteady:00 1 3
-touch%1:04:00:: 5 2
-touch%1:07:01:: 4 2
-touch%1:09:01:: 2 3
-touch%1:10:01:: 3 2
-touch%1:10:02:: 7 1
-touch%1:11:00:: 1 8
-touch%1:23:00:: 6 1
-touch%2:30:00:: 6 3
-touch%2:31:00:: 13 1
-touch%2:32:09:: 12 1
-touch%2:35:00:: 1 33
-touch%2:35:01:: 5 3
-touch%2:35:03:: 11 1
-touch%2:35:04:: 8 2
-touch%2:37:00:: 3 4
-touch%2:39:00:: 2 5
-touch%2:41:00:: 7 2
-touch%2:42:00:: 4 3
-touch%2:42:01:: 9 1
-touch%2:42:02:: 10 1
-touch_down%2:38:00:: 1 1
-touch_off%2:36:00:: 1 3
-touch_on%2:32:01:: 1 4
-touch_on%2:42:00:: 2 1
-touch_up%2:30:00:: 1 1
-touchdown%1:04:00:: 1 4
-touched%5:00:00:colored:00 1 1
-touched%5:00:00:moved(p):00 4 1
-touching%5:00:00:moving:01 1 3
-touchstone%1:10:00:: 1 1
-tough%3:00:02:: 3 2
-tough%3:00:03:: 1 9
-tough%5:00:00:rugged:00 4 2
-tough%5:00:00:uncomfortable:00 6 1
-tough%5:00:00:violent:00 5 1
-tough%5:00:01:difficult:00 2 5
-toughness%1:07:01:: 1 1
-tour%1:04:00:: 1 3
-tour%1:28:00:: 2 1
-tour%2:38:00:: 1 3
-tour_de_force%1:04:00:: 1 1
-touring%5:00:00:moving:02 1 1
-tourist%1:18:00:: 1 3
-tourist_court%1:06:00:: 1 1
-tournament%1:11:00:: 1 6
-tousled%5:00:00:untidy:00 1 3
-tow%1:04:00:: 1 1
-toward_the_sea%4:02:00:: 1 1
-towboat%1:06:00:: 1 1
-towel%1:06:00:: 1 6
-towel_rack%1:06:00:: 1 1
-toweling%1:06:00:: 1 1
-tower%1:06:00:: 1 4
-tower%1:25:00:: 2 1
-tower%2:42:00:: 1 2
-town%1:14:00:: 2 8
-town%1:15:00:: 1 67
-town%1:15:01:: 3 4
-town_clerk%1:18:00:: 1 1
-town_house%1:06:01:: 1 1
-town_meeting%1:14:00:: 1 4
-town_meeting%1:14:01:: 2 1
-townsman%1:18:00:: 1 1
-toxic%3:00:00:: 1 3
-toxin%1:27:00:: 1 1
-toy%1:06:00:: 1 4
-toy_with%2:31:00:: 1 1
-trace%1:06:00:: 4 1
-trace%1:06:01:: 5 1
-trace%1:10:00:: 2 2
-trace%1:10:01:: 3 1
-trace%1:23:00:: 1 5
-trace%2:31:00:: 1 9
-trace%2:35:00:: 2 5
-trace%2:38:00:: 4 2
-trace%2:38:01:: 3 2
-traceable%5:00:00:attributable:00 1 1
-trachea%1:08:01:: 1 2
-tracing%1:04:00:: 1 9
-track%1:06:02:: 3 1
-track%1:06:05:: 4 1
-track%1:09:00:: 2 1
-track%1:17:00:: 1 6
-track%2:38:00:: 3 1
-track%2:38:02:: 1 2
-track%2:39:00:: 2 1
-track_down%2:33:00:: 1 3
-track_meet%1:11:00:: 1 1
-tract%1:08:01:: 2 3
-tract%1:10:00:: 3 1
-tract%1:15:00:: 1 3
-tractarian%1:18:00:: 1 1
-tractor%1:06:00:: 1 3
-trade%1:04:00:: 2 16
-trade%1:04:01:: 3 6
-trade%1:04:02:: 4 3
-trade%1:04:05:: 1 16
-trade%1:14:00:: 5 2
-trade%2:40:00:: 2 6
-trade%2:40:01:: 1 6
-trade%2:40:02:: 4 2
-trade%2:42:00:: 3 2
-trade%5:00:00:commercial:00 1 2
-trade_in%2:40:00:: 1 1
-trade_name%1:10:00:: 1 3
-trade_policy%1:10:00:: 1 1
-trade_route%1:06:00:: 1 1
-trade_school%1:14:00:: 1 1
-trademark%1:07:00:: 1 3
-trademark%1:10:00:: 2 1
-trader%1:18:00:: 1 5
-tradesman%1:18:00:: 1 1
-trading%1:04:00:: 1 2
-trading_post%1:06:00:: 1 1
-tradition%1:09:01:: 1 28
-tradition%1:09:02:: 2 15
-traditional%3:00:00:: 1 23
-traditional%5:00:00:orthodox:00 2 3
-traditionalism%1:04:00:: 2 1
-traditionalism%1:07:00:: 1 1
-traditionalist%1:18:00:: 1 5
-traditionally%4:02:00:: 1 1
-traffic%1:04:01:: 2 1
-traffic%1:14:00:: 1 13
-traffic_light%1:10:00:: 1 1
-tragedian%1:18:02:: 1 1
-tragedy%1:10:00:: 2 1
-tragedy%1:11:00:: 1 8
-tragic%3:01:00:: 2 3
-tragic%5:00:00:sad:00 1 7
-tragically%4:02:00:: 1 1
-tragicomic%3:01:00:: 1 2
-trail%1:06:00:: 2 4
-trail%1:09:00:: 3 1
-trail%1:17:01:: 1 5
-trail%2:35:00:: 3 1
-trail%2:38:00:: 2 3
-trail%2:38:02:: 1 8
-train%1:06:00:: 1 24
-train%1:14:02:: 2 1
-train%2:29:00:: 8 1
-train%2:31:00:: 2 9
-train%2:31:01:: 1 14
-train%2:32:00:: 7 1
-train%2:33:00:: 6 1
-train%2:41:00:: 4 5
-train%2:41:01:: 5 1
-train%2:41:02:: 3 5
-trained%3:00:00:: 1 8
-trained%5:00:00:skilled:00 2 3
-trained_worker%1:18:00:: 1 1
-traineeship%1:21:00:: 1 1
-training%1:04:00:: 1 71
-training_program%1:09:00:: 1 10
-training_school%1:14:01:: 1 1
-training_ship%1:06:00:: 1 1
-trainman%1:18:00:: 1 1
-trait%1:07:00:: 1 3
-traitor%1:18:00:: 1 4
-traitorous%5:00:00:disloyal:00 1 1
-tramp%1:18:00:: 1 1
-tramp%2:38:00:: 1 7
-tramping%5:00:00:moving:02 1 1
-trample%2:29:00:: 2 1
-trample%2:38:00:: 1 5
-trampled%5:00:00:damaged:00 1 2
-trampling%1:11:00:: 1 1
-trampling%5:00:00:moving:02 1 1
-trance%1:09:00:: 2 1
-trance%1:26:00:: 1 6
-tranquil%5:00:00:calm:00 2 1
-tranquil%5:00:00:peaceful:00 1 3
-tranquility%1:07:00:: 1 1
-tranquilizer%1:06:00:: 1 3
-tranquilly%4:02:01:: 1 3
-trans%5:00:00:crosswise:00 1 1
-transact%2:40:14:: 1 2
-transaction%1:04:00:: 1 2
-transcend%2:42:00:: 1 3
-transcend%2:42:01:: 2 1
-transcendent%5:00:00:unknown:00 1 2
-transcendental%3:01:00:: 2 1
-transcendental%5:00:00:supernatural:00 1 2
-transcribe%2:32:00:: 2 1
-transcribe%2:32:01:: 1 1
-transcription%1:10:00:: 1 1
-transcultural%3:01:00:: 1 1
-transducer%1:06:00:: 1 11
-transfer%1:04:00:: 1 20
-transfer%1:04:03:: 3 1
-transfer%1:18:00:: 2 1
-transfer%2:35:00:: 7 1
-transfer%2:38:00:: 4 5
-transfer%2:38:02:: 6 1
-transfer%2:38:05:: 3 6
-transfer%2:40:00:: 5 1
-transfer%2:40:01:: 2 6
-transfer%2:41:00:: 1 6
-transfix%2:37:00:: 1 1
-transform%2:30:00:: 2 10
-transform%2:30:02:: 1 14
-transform%2:30:03:: 3 3
-transformation%1:11:00:: 1 3
-transformed%5:00:00:changed:00 1 1
-transformer%1:06:00:: 1 1
-transfusion%1:04:00:: 1 1
-transgress%2:41:00:: 1 1
-transgression%1:04:00:: 1 1
-transience%1:07:00:: 1 1
-transistor%1:06:00:: 1 1
-transit%1:06:00:: 1 2
-transit_line%1:06:00:: 1 1
-transition%1:04:00:: 1 10
-transition%1:11:00:: 2 3
-transition%1:11:01:: 3 1
-transitional%3:01:00:: 1 3
-translate%2:30:00:: 5 2
-translate%2:30:01:: 2 7
-translate%2:31:00:: 3 4
-translate%2:32:00:: 1 10
-translate%2:35:00:: 4 2
-translation%1:04:02:: 3 2
-translation%1:10:00:: 1 4
-translation%1:11:00:: 2 2
-translucence%1:07:00:: 1 1
-translucent%5:00:00:clear:02 1 2
-transmissible%5:00:00:infectious:00 1 1
-transmission%1:04:01:: 1 4
-transmission%1:10:00:: 2 2
-transmit%2:32:00:: 3 2
-transmit%2:35:00:: 4 1
-transmit%2:38:00:: 2 2
-transmit%2:40:10:: 1 4
-transmitted%5:00:00:sent:00 1 1
-transmitting%1:04:00:: 1 1
-transmutation%1:04:00:: 1 2
-transmutation%1:11:00:: 2 1
-transmute%2:30:00:: 1 2
-transmute%2:30:02:: 2 1
-transparent%5:00:00:clear:02 1 5
-transparent%5:00:00:thin:01 2 2
-transpirate%2:38:00:: 1 1
-transpiration%1:22:01:: 1 3
-transpiring%3:44:00:: 1 4
-transplant%2:38:00:: 1 3
-transplantable%5:00:00:mobile:00 1 1
-transport%1:04:00:: 3 1
-transport%1:06:00:: 1 3
-transport%1:22:00:: 2 1
-transport%2:35:00:: 2 2
-transport%2:37:00:: 3 1
-transport%2:38:00:: 1 4
-transportation%1:04:00:: 2 5
-transportation%1:06:00:: 1 7
-transpose%2:30:00:: 1 2
-transpose%2:30:02:: 3 1
-transpose%2:30:05:: 2 1
-transversally%4:02:00:: 1 1
-transverse%5:00:00:crosswise:00 1 4
-transversely%4:02:00:: 1 1
-transversus%1:08:00:: 1 1
-transversus_abdominis%1:08:00:: 1 1
-transvestitism%1:04:00:: 1 1
-trap%1:04:00:: 5 1
-trap%1:06:00:: 1 4
-trap%1:06:03:: 4 1
-trap%1:06:04:: 2 2
-trap%1:09:00:: 3 1
-trap%2:35:00:: 2 2
-trap%2:35:01:: 3 1
-trap%2:41:00:: 1 2
-trapped%5:00:00:unfree:00 1 1
-trapper%1:18:00:: 1 3
-trapping%1:06:01:: 1 1
-trash_dump%1:15:00:: 1 1
-travel%1:04:00:: 1 7
-travel%1:11:00:: 2 1
-travel%2:38:00:: 1 34
-travel%2:38:01:: 3 3
-travel%2:38:02:: 4 2
-travel%2:38:03:: 5 1
-travel%2:38:04:: 2 9
-travel_along%2:38:00:: 1 1
-travel_to%2:38:00:: 1 2
-traveled%3:00:00:: 1 1
-traveled%5:00:00:cosmopolitan:02 2 1
-traveler%1:18:00:: 1 3
-traveling%5:00:00:moving:02 1 1
-traveller%1:18:00:: 1 1
-travelogue%1:10:00:: 1 1
-traverse%2:32:00:: 3 1
-traverse%2:38:00:: 1 4
-traverse%2:42:00:: 2 1
-tray%1:06:00:: 1 12
-treacherous%5:00:00:dangerous:00 1 1
-treachery%1:07:00:: 1 1
-tread%1:04:00:: 1 2
-tread%2:35:00:: 3 1
-tread%2:35:01:: 4 1
-tread%2:38:00:: 2 3
-tread%2:38:01:: 1 3
-tread_on%2:38:00:: 1 3
-treadmill%1:06:01:: 1 1
-treason%1:04:00:: 1 4
-treasure%1:06:00:: 2 2
-treasure%1:14:00:: 4 1
-treasure%1:21:00:: 1 2
-treasure%1:21:01:: 3 1
-treasure%2:40:00:: 1 1
-treasured%5:00:00:loved:00 1 1
-treasurer%1:18:00:: 1 3
-treasury%1:14:00:: 2 2
-treasury%1:21:00:: 1 7
-treat%2:29:00:: 3 17
-treat%2:30:01:: 2 23
-treat%2:32:00:: 4 10
-treat%2:40:00:: 5 3
-treat%2:41:00:: 1 30
-treated%3:00:00:: 1 2
-treated%5:00:00:stained:00 2 2
-treatment%1:04:00:: 1 28
-treatment%1:04:01:: 2 25
-treatment%1:07:00:: 3 4
-treatment%1:10:00:: 4 2
-treaty%1:10:00:: 1 3
-treble%5:00:00:high:03 1 1
-tree%1:20:00:: 1 107
-tree_branch%1:20:00:: 1 1
-tree_trunk%1:20:00:: 1 2
-treetop%1:20:00:: 1 5
-tremble%2:29:00:: 1 16
-tremble%2:38:00:: 2 4
-trembling%1:26:00:: 1 1
-trembling%5:00:00:unsteady:00 1 7
-tremendous%5:00:00:extraordinary:00 2 10
-tremendous%5:00:00:large:00 1 19
-tremendously%4:02:00:: 1 5
-tremor%1:04:00:: 1 2
-tremor%1:11:00:: 2 1
-trench%1:06:00:: 1 2
-trend%1:09:00:: 3 1
-trend%1:15:01:: 2 1
-trend%1:15:02:: 1 18
-trepidation%1:12:00:: 1 1
-trespass%2:41:01:: 1 2
-trestle%1:06:01:: 1 1
-tri-iodothyronine%1:27:00:: 1 4
-trial%1:04:00:: 2 44
-trial%1:04:01:: 1 49
-trial%1:04:02:: 5 1
-trial%1:04:03:: 4 2
-trial%1:09:00:: 3 3
-trial_and_error%1:04:00:: 1 2
-trial_balloon%1:09:00:: 1 1
-trial_court%1:14:00:: 1 1
-trial_judge%1:18:00:: 1 1
-triamcinolone%1:27:00:: 1 4
-triangle%1:25:00:: 1 2
-triangular%5:00:00:angular:00 1 1
-tribal%3:01:00:: 1 2
-tribunal%1:14:00:: 1 1
-tribute%1:10:01:: 1 5
-trichloroacetic_acid%1:27:00:: 1 1
-trichrome%5:00:00:colored:00 1 1
-trick%1:04:00:: 4 1
-trick%1:04:02:: 5 1
-trick%1:04:04:: 3 1
-trick%1:04:05:: 1 2
-trick%1:28:00:: 2 1
-trick%2:41:00:: 1 1
-trick_out%2:29:00:: 1 1
-trickle%2:38:00:: 1 1
-tricolor%5:00:00:colored:00 1 1
-trigger%1:06:00:: 1 5
-trigger%2:33:00:: 2 1
-trigger%2:36:00:: 1 4
-trigger-happy%5:00:00:irresponsible:00 1 2
-trigonal%5:00:00:symmetrical:00 1 1
-trill%1:10:00:: 1 3
-trim%1:06:00:: 2 1
-trim%1:26:00:: 1 1
-trim%2:30:00:: 3 1
-trim%2:35:03:: 1 8
-trim%2:36:01:: 2 1
-trim%5:00:00:thin:03 1 1
-trim_down%2:30:00:: 1 1
-trimming%1:04:00:: 1 1
-trinket%1:06:00:: 1 1
-trio%1:10:00:: 2 1
-trio%1:23:00:: 1 1
-trip%1:04:00:: 1 31
-trip%2:38:00:: 1 2
-trip_up%2:31:00:: 1 1
-triphammer%1:06:00:: 1 1
-triphosphopyridine_nucleotide%1:27:00:: 1 1
-triple%1:04:00:: 1 3
-triple%2:30:00:: 1 3
-triple%2:35:00:: 2 1
-triple%5:00:00:multiple:00 1 2
-triple-crown_season%1:28:00:: 1 1
-tripod%1:06:00:: 1 1
-trisodium_orthophosphate%1:27:00:: 1 1
-trite%5:00:00:unoriginal:00 1 1
-triumph%1:11:00:: 1 6
-triumph%1:12:00:: 2 5
-triumph%2:33:00:: 1 1
-triumphant%5:00:00:elated:00 1 3
-triumphant%5:00:00:undefeated:00 2 1
-triumphantly%4:02:00:: 1 4
-trivial%5:00:00:ordinary:00 2 3
-trivial%5:00:00:unimportant:00 1 4
-triviality%1:07:00:: 1 1
-troika%1:06:00:: 1 1
-troll%1:18:00:: 1 1
-trolley_car%1:06:00:: 1 1
-trolley_line%1:06:00:: 1 1
-trompe_l'oeil%1:06:00:: 1 1
-troop%1:14:00:: 1 10
-troop%1:14:03:: 2 5
-trooper%1:18:00:: 2 1
-trooper%1:18:01:: 1 9
-troops%1:14:00:: 1 27
-trophotropic%3:01:00:: 1 1
-tropical%3:01:00:: 2 1
-tropical%5:00:00:equatorial:00 1 3
-tropidoclonion%1:05:00:: 1 1
-trot%1:04:00:: 1 1
-trot%2:38:00:: 1 10
-trot%2:38:01:: 2 2
-trot_out%2:39:00:: 1 1
-trouble%1:04:02:: 5 8
-trouble%1:09:00:: 1 21
-trouble%1:11:00:: 4 11
-trouble%1:11:01:: 3 16
-trouble%1:12:03:: 6 1
-trouble%1:26:01:: 2 16
-trouble%2:29:00:: 5 1
-trouble%2:37:00:: 3 3
-trouble%2:37:01:: 1 6
-trouble%2:41:00:: 2 3
-trouble%2:41:01:: 4 1
-trouble_oneself%2:41:00:: 1 1
-troubled%3:00:00:: 1 1
-troubled%5:00:00:unquiet:00 2 1
-troubleshooter%1:18:00:: 1 1
-troublesome%5:00:00:difficult:00 1 3
-trough%1:06:00:: 2 1
-trough%1:17:00:: 1 4
-troupe%1:14:00:: 1 2
-trouser%1:06:00:: 1 3
-trouser_cuff%1:06:00:: 1 1
-trousers%1:06:00:: 1 4
-truck%1:06:00:: 1 20
-truck%2:38:00:: 1 1
-truck_bed%1:06:00:: 1 2
-trucking%1:04:00:: 1 1
-truculence%1:07:00:: 1 1
-truculent%5:00:00:aggressive:00 1 1
-trudge%2:38:00:: 2 2
-trudge%2:38:01:: 1 6
-true%3:00:00:: 1 83
-true%4:02:00:: 1 2
-true%5:00:00:accurate:00 3 3
-true%5:00:00:constant:00 5 1
-true%5:00:00:genuine:00 2 8
-true%5:00:02:faithful:00 4 2
-truly%4:02:00:: 1 20
-truly%4:02:01:: 2 1
-trump_up%2:36:00:: 1 1
-trumpet%1:06:00:: 1 1
-trumpet%2:32:00:: 1 1
-trumpet_vine%1:20:01:: 1 2
-trumpeter%1:18:00:: 1 1
-trundle%2:38:00:: 1 3
-trunk%1:06:00:: 2 3
-trunk%1:20:00:: 1 3
-trust%1:07:00:: 3 3
-trust%1:09:00:: 2 3
-trust%1:09:01:: 5 1
-trust%1:14:00:: 4 1
-trust%1:21:03:: 1 4
-trust%2:31:00:: 1 16
-trust%2:31:02:: 3 4
-trust%2:37:00:: 4 2
-trust%2:40:00:: 5 1
-trust%2:41:00:: 2 5
-trusted%5:00:00:trustworthy:00 1 1
-trustee%1:18:00:: 1 6
-trustee%1:18:01:: 2 1
-trustfully%4:02:00:: 1 1
-trustworthy%3:00:00:: 1 1
-trustworthy%5:00:00:responsible:00 2 1
-truth%1:07:01:: 4 3
-truth%1:09:00:: 1 17
-truth%1:10:00:: 3 6
-truth%1:26:00:: 2 7
-truthful%3:00:00:: 1 1
-truthful%5:00:00:true:00 2 1
-truthfulness%1:07:00:: 1 1
-try%1:04:00:: 1 5
-try%2:34:00:: 4 2
-try%2:41:00:: 1 342
-try%2:41:01:: 2 16
-try%2:41:06:: 3 4
-try_for%2:33:00:: 1 1
-try_on%2:29:00:: 1 1
-try_out%2:41:00:: 1 8
-trying%5:00:00:difficult:00 1 2
-tsh%1:27:00:: 1 19
-tsunami%1:11:00:: 1 22
-tub%1:06:00:: 2 1
-tub%1:06:01:: 1 7
-tube%1:06:00:: 1 26
-tube%1:06:02:: 2 7
-tube%1:25:00:: 3 1
-tube-nosed_fruit_bat%1:05:00:: 1 1
-tuberculosis%1:26:00:: 1 4
-tubing%1:06:00:: 1 4
-tubular%5:00:00:hollow:00 1 1
-tubule%1:08:00:: 1 1
-tuck%2:35:00:: 1 8
-tudor%1:14:00:: 1 2
-tudor%3:01:00:: 1 1
-tuesday%1:28:00:: 1 12
-tuft%1:14:00:: 1 1
-tug%1:04:00:: 1 1
-tug%2:35:00:: 1 7
-tug-of-war%1:04:00:: 1 2
-tuition%1:21:00:: 1 2
-tularemia%1:26:00:: 1 2
-tulip%1:20:00:: 1 1
-tulip_tree%1:20:00:: 1 1
-tumble%1:04:00:: 1 1
-tumble%2:38:00:: 1 10
-tumble%2:38:03:: 5 1
-tumble%2:38:04:: 3 2
-tumble%2:38:06:: 2 2
-tumble%2:38:07:: 4 1
-tumbler%1:06:00:: 2 1
-tumbler%1:18:00:: 1 1
-tumbling%1:04:00:: 1 1
-tumbling%5:00:00:falling:03 2 1
-tumbling%5:00:00:moving:02 1 2
-tumor%1:26:00:: 1 18
-tumour%1:26:00:: 1 1
-tumult%1:26:00:: 1 3
-tumultuous%5:00:00:unquiet:00 1 1
-tune%1:10:00:: 1 12
-tune%2:30:01:: 1 1
-tune_in%2:39:00:: 1 1
-tuned%5:00:01:adjusted:00 2 1
-tuned%5:00:02:adjusted:00 1 1
-tuneful%3:00:00:: 1 1
-tunelessly%4:02:00:: 1 1
-tungsten%1:27:00:: 1 2
-tuning%1:04:00:: 1 3
-tunisia%1:15:00:: 1 1
-tunnel%1:06:00:: 1 1
-tunnel%2:35:00:: 2 1
-tunnel%2:38:00:: 1 1
-turban%1:06:00:: 1 2
-turbinate%1:08:00:: 1 1
-turbine%1:06:00:: 1 3
-turbofan_engine%1:06:00:: 1 1
-turbulence%1:19:00:: 1 1
-turbulent%5:00:00:agitated:02 2 1
-turbulent%5:00:00:unquiet:00 1 1
-turf%1:17:00:: 1 1
-turkey%1:05:00:: 1 2
-turkey%1:15:00:: 2 1
-turkey_cock%1:05:00:: 1 1
-turkish%3:01:00:: 1 1
-turmoil%1:12:00:: 2 1
-turmoil%1:26:00:: 1 5
-turn%1:04:01:: 2 6
-turn%1:04:02:: 6 1
-turn%1:04:06:: 3 4
-turn%1:04:07:: 7 1
-turn%1:11:00:: 5 1
-turn%1:11:01:: 4 2
-turn%1:25:00:: 1 7
-turn%2:29:00:: 15 1
-turn%2:30:00:: 5 7
-turn%2:30:03:: 7 5
-turn%2:30:04:: 2 21
-turn%2:30:09:: 14 1
-turn%2:35:06:: 13 1
-turn%2:35:08:: 8 2
-turn%2:36:00:: 12 1
-turn%2:38:00:: 1 187
-turn%2:38:01:: 10 1
-turn%2:38:02:: 4 8
-turn%2:38:03:: 6 5
-turn%2:38:04:: 9 1
-turn%2:38:06:: 11 1
-turn%2:42:00:: 3 12
-turn_around%2:30:01:: 2 1
-turn_around%2:38:00:: 1 10
-turn_away%2:38:00:: 2 4
-turn_away%2:38:01:: 4 1
-turn_away%2:38:02:: 1 13
-turn_away%2:41:00:: 3 1
-turn_back%2:30:00:: 2 4
-turn_back%2:33:00:: 4 1
-turn_back%2:38:00:: 1 7
-turn_back%2:38:02:: 3 1
-turn_down%2:40:00:: 1 5
-turn_in%2:36:00:: 4 1
-turn_in%2:36:02:: 2 2
-turn_in%2:38:00:: 1 2
-turn_in%2:40:00:: 3 1
-turn_into%2:42:00:: 1 15
-turn_of_the_century%1:28:00:: 1 2
-turn_off%2:35:00:: 1 8
-turn_off%2:37:00:: 3 1
-turn_off%2:38:00:: 2 1
-turn_on%2:30:00:: 4 1
-turn_on%2:35:00:: 1 12
-turn_on%2:39:00:: 3 1
-turn_on%2:42:00:: 2 2
-turn_out%2:30:00:: 5 2
-turn_out%2:35:00:: 7 1
-turn_out%2:36:00:: 6 1
-turn_out%2:36:01:: 3 10
-turn_out%2:42:00:: 1 32
-turn_out%2:42:01:: 2 10
-turn_out%2:42:02:: 4 6
-turn_over%2:35:00:: 4 1
-turn_over%2:38:02:: 2 2
-turn_over%2:38:03:: 3 1
-turn_over%2:40:00:: 1 5
-turn_the_tables%2:30:00:: 1 1
-turn_to%2:30:00:: 4 9
-turn_to%2:31:00:: 3 9
-turn_to%2:32:00:: 2 10
-turn_to%2:32:01:: 1 12
-turn_to%2:41:00:: 6 2
-turn_to%2:42:00:: 5 3
-turn_up%2:30:00:: 1 8
-turn_up%2:35:00:: 2 3
-turn_up%2:40:00:: 3 2
-turn_upon%2:30:00:: 1 4
-turned%3:00:00:: 1 5
-turning%1:04:00:: 1 2
-turning%1:04:01:: 2 2
-turning_point%1:11:00:: 1 1
-turnover%1:24:00:: 1 2
-turnpike%1:06:01:: 1 1
-turntable%1:06:00:: 1 1
-tutor%1:18:00:: 1 1
-tutor%2:32:00:: 1 1
-tutorial%1:10:00:: 1 1
-tuxedoed%5:00:00:clothed:00 1 1
-tv%1:06:00:: 2 1
-tv%1:10:00:: 1 9
-tv_audience%1:14:00:: 1 1
-tv_room%1:06:00:: 1 1
-tweed%1:06:00:: 1 3
-tweedy%5:00:00:rough:00 1 1
-tweeze%2:35:00:: 1 1
-twelfth%5:00:00:ordinal:00 1 2
-twelve%1:23:00:: 1 1
-twelve%5:00:00:cardinal:00 1 20
-twenties%1:28:00:: 1 3
-twenties%1:28:01:: 2 2
-twentieth%1:24:00:: 1 1
-twentieth%5:00:00:ordinal:00 1 11
-twenty%1:23:00:: 1 1
-twenty%5:00:00:cardinal:00 1 19
-twenty-eight%1:23:00:: 1 1
-twenty-eighth%5:00:00:ordinal:00 1 2
-twenty-fifth%5:00:00:ordinal:00 1 3
-twenty-first%5:00:00:ordinal:00 1 3
-twenty-five%5:00:00:cardinal:00 1 11
-twenty-four%5:00:00:cardinal:00 1 2
-twenty-four_hours%1:28:00:: 1 3
-twenty-one%1:23:00:: 1 1
-twenty-one%5:00:00:cardinal:00 1 3
-twenty-six%5:00:00:cardinal:00 1 1
-twenty-three%1:23:00:: 1 1
-twenty-three%5:00:00:cardinal:00 1 3
-twenty-two%1:23:00:: 1 1
-twenty-two_rifle%1:06:00:: 1 1
-twice%4:02:00:: 1 21
-twice%4:02:01:: 2 4
-twiddle%2:38:00:: 1 1
-twig%1:20:00:: 1 1
-twig%2:30:00:: 1 1
-twilight%1:19:00:: 3 1
-twilight%1:26:00:: 1 2
-twilight%1:28:00:: 2 1
-twin%1:18:00:: 1 1
-twin%5:00:00:matched:00 1 1
-twine%2:35:00:: 1 5
-twinge%1:12:00:: 1 2
-twinkle%2:39:00:: 1 1
-twinkling%1:28:00:: 1 1
-twinkling%5:00:00:bright:00 1 1
-twirl%2:38:00:: 1 2
-twirl%2:38:01:: 2 1
-twirler%1:18:01:: 1 2
-twirlingly%4:02:00:: 1 1
-twist%1:04:01:: 3 2
-twist%1:04:02:: 4 1
-twist%1:10:00:: 2 2
-twist%1:11:00:: 1 2
-twist%2:30:00:: 5 1
-twist%2:35:00:: 3 2
-twist%2:35:01:: 4 1
-twist%2:35:02:: 2 5
-twist%2:38:01:: 1 13
-twisted%5:00:00:coiled:00 1 1
-twisted%5:00:00:crooked:01 2 1
-twisted%5:00:00:disingenuous:00 3 1
-twisting%1:04:00:: 1 1
-twisting%5:00:00:moving:02 1 2
-twitch%2:29:00:: 1 4
-twitch%2:38:01:: 2 2
-two%1:23:00:: 1 33
-two%5:00:00:cardinal:00 1 508
-two-baser%1:04:00:: 1 1
-two-by-four%1:06:00:: 1 2
-two-thirds%1:23:00:: 1 3
-two-way%5:00:00:nonpartisan:00 1 1
-two_weeks%1:28:00:: 1 10
-twofold%5:00:01:multiple:00 2 1
-twofold%5:00:02:multiple:00 1 2
-twoscore%5:00:00:cardinal:00 1 1
-twotime%2:41:00:: 1 2
-type%1:09:00:: 1 136
-type%1:18:00:: 2 7
-type%2:31:00:: 2 1
-type%2:32:00:: 1 2
-typewriter%1:06:00:: 1 2
-typewriting%1:10:00:: 1 1
-typhoid%1:26:00:: 1 1
-typhus%1:26:00:: 1 2
-typhus_fever%1:26:00:: 1 1
-typical%3:00:00:: 1 26
-typical%5:00:00:characteristic:00 2 2
-typically%4:02:00:: 1 7
-typify%2:42:00:: 1 2
-typing%1:10:00:: 1 2
-typographic%3:01:00:: 1 1
-typography%1:04:00:: 1 2
-typography%1:10:00:: 2 1
-tyranny%1:14:00:: 1 3
-tyrant%1:18:00:: 1 1
-tyrosine%1:27:00:: 1 3
-u.s.%1:14:00:: 1 18
-u.s.%1:15:00:: 2 6
-u.s._government%1:14:00:: 1 1
-ubermensch%1:18:00:: 1 1
-ubiquitous%5:00:00:present:02 1 1
-ugliness%1:07:00:: 1 1
-ugly%3:00:00:: 1 3
-ugly%5:00:00:inaesthetic:00 2 1
-ukrainian%1:10:00:: 1 1
-ulcer%1:26:00:: 1 4
-ulcerated%5:00:00:unhealthy:00 1 1
-ulceration%1:26:00:: 1 1
-ultimate%3:00:00:: 1 18
-ultimate%5:00:00:last:00 2 5
-ultimately%4:02:01:: 1 5
-ultimately%4:02:02:: 2 3
-ultimatum%1:10:00:: 1 1
-ultra%5:00:00:immoderate:00 1 1
-ultracentrifugation%1:22:00:: 1 4
-ultracentrifuge%1:06:00:: 1 3
-ultramodern%5:00:00:modern:00 1 1
-ultrasonic%5:00:00:inaudible:00 1 8
-ultrasonically%4:02:00:: 1 1
-ultraviolet%1:19:00:: 1 3
-ultraviolet%5:00:00:invisible:00 1 2
-ultraviolet_illumination%1:19:00:: 1 1
-ultraviolet_light%1:19:00:: 1 3
-ultraviolet_radiation%1:19:00:: 1 2
-ultraviolet_spectrum%1:19:00:: 1 2
-umbrella%1:06:00:: 1 2
-umbrella_tent%1:06:00:: 1 1
-un%1:14:00:: 1 1
-unabated%5:00:00:intense:00 1 1
-unable%3:00:00:: 1 20
-unable%5:00:00:incapable:00 2 5
-unacceptable%5:00:00:unsatisfactory:00 1 1
-unaccompanied%3:00:00:: 1 2
-unaccountable%5:00:00:inexplicable:00 1 1
-unachievable%5:00:00:impossible:00 1 1
-unacquainted_with%5:00:00:uninformed:00 1 1
-unadjusted%3:00:00:: 1 12
-unaffected%3:00:00:: 1 1
-unaffected%5:00:01:insensitive:02 2 1
-unafraid%3:00:00:: 1 1
-unaided%5:00:02:unassisted:00 1 3
-unalterable%3:00:00:: 1 1
-unambiguity%1:07:00:: 1 1
-unambiguous%3:00:00:: 1 2
-unambiguous%3:00:04:: 2 1
-unambiguously%4:02:01:: 1 2
-unanimous%5:00:00:accordant:00 1 3
-unanimously%4:02:00:: 1 5
-unanswered%5:00:00:nonreciprocal:00 1 1
-unarmed%3:00:01:: 1 1
-unashamedly%4:02:00:: 1 1
-unasked%5:00:00:unrequested:00 1 2
-unassisted%5:00:00:unsupported:02 1 2
-unasterisked%5:00:00:unmarked:00 1 1
-unattached%5:00:00:unconnected:00 1 1
-unattractive%3:00:00:: 1 1
-unattractive%5:00:00:unappealing:00 2 1
-unauthentic%5:00:00:counterfeit:00 1 1
-unauthorized%3:00:00:: 1 1
-unavailable%3:00:00:: 1 4
-unavailing%5:00:00:useless:00 1 1
-unavoidable%5:00:00:inevitable:00 1 5
-unavoidably%4:02:00:: 1 1
-unaware%3:00:00:: 1 8
-unawareness%1:09:00:: 1 2
-unawares%4:02:01:: 1 1
-unbalance%1:26:00:: 1 1
-unbearable%5:00:00:intolerable:00 1 3
-unbelievable%3:00:04:: 1 1
-unbidden%5:00:00:uninvited:00 1 1
-unblinkingly%4:02:00:: 1 1
-unborn%3:00:00:: 1 1
-unbounded%5:00:00:infinite:00 1 1
-unbreakable%3:00:00:: 1 1
-unbroken%3:00:02:: 1 3
-unbroken%5:00:00:wild:01 2 1
-unbuttoned%3:00:00:: 1 1
-uncanny%5:00:00:supernatural:00 1 1
-uncanny%5:00:00:unnatural:00 2 1
-uncaused%5:00:00:unintended:00 1 1
-unceasingly%4:02:00:: 1 1
-uncertain%3:00:01:: 2 3
-uncertain%3:00:02:: 1 6
-uncertain%5:00:00:insecure:03 3 2
-uncertainly%4:02:01:: 1 2
-uncertainty%1:07:00:: 1 6
-uncertainty%1:09:00:: 2 4
-uncertified%3:00:00:: 1 1
-unchangeable%3:00:00:: 1 1
-unchanged%3:00:00:: 1 2
-unchanged%3:00:04:: 2 1
-uncharged%3:00:00:: 1 4
-uncheckable%5:00:00:unmanageable:00 1 1
-unclaimed%5:00:00:unwanted:00 1 1
-unclasp%2:35:00:: 1 1
-uncle%1:18:00:: 1 6
-uncle%1:18:01:: 2 1
-uncle_sam%1:18:00:: 1 3
-unclean%3:00:04:: 1 2
-unclouded%5:00:00:pure:02 1 1
-uncombable%5:00:00:uncombed:00 1 1
-uncomfortable%3:00:00:: 2 2
-uncomfortable%3:00:01:: 1 2
-uncomfortably%4:02:00:: 1 1
-uncommon%3:00:00:: 1 4
-uncompromising%3:00:00:: 1 1
-unconcern%1:07:01:: 1 1
-unconcerned%3:00:00:: 1 3
-unconcerned%5:00:00:untroubled:00 2 1
-unconcernedly%4:02:00:: 1 2
-unconditional%3:00:00:: 1 1
-unconditionally%4:02:02:: 1 1
-unconditioned%5:00:00:unconditional:00 1 1
-unconfessed%1:14:00:: 1 1
-unconnected%5:00:00:unrelated:02 1 1
-unconquerable%3:00:00:: 1 1
-unconquered%5:00:00:undefeated:00 1 1
-unconscious%1:09:00:: 1 1
-unconscious%3:00:00:: 1 5
-unconscious%5:00:00:involuntary:01 2 1
-unconscious%5:00:01:unaware:00 3 1
-unconsciously%4:02:00:: 1 5
-unconstitutional%3:00:00:: 1 1
-uncontrollable%5:00:00:intractable:00 1 1
-uncontrollably%4:02:00:: 1 1
-unconventional%3:00:00:: 1 1
-unconvincing%3:00:00:: 1 2
-uncooperative%3:00:00:: 1 2
-uncork%2:35:01:: 1 1
-uncousinly%3:00:00:: 1 1
-uncover%2:35:00:: 2 1
-uncover%2:39:00:: 1 4
-uncritical%3:00:02:: 1 1
-uncurl%2:38:00:: 1 1
-undamaged%3:00:00:: 1 1
-undaunted%5:00:00:brave:00 2 2
-undaunted%5:00:00:resolute:00 1 2
-undeclared%3:00:00:: 1 1
-undeniable%3:00:00:: 1 2
-undepicted%5:00:00:undelineated:00 1 4
-under%4:02:05:: 1 2
-under%5:00:00:low:01 1 2
-under%5:00:00:subordinate:01 2 1
-under_arms%4:02:00:: 1 1
-under_control%5:00:01:controlled:00 1 1
-under_fire%5:00:00:vulnerable:00 1 4
-under_one's_nose%5:00:00:obvious:00 1 1
-under_that%4:02:00:: 1 1
-under_the_circumstances%4:02:00:: 1 2
-underachievement%1:04:00:: 1 3
-underachiever%1:18:00:: 1 2
-underbrush%1:14:00:: 1 2
-undercover%5:00:00:covert:00 1 1
-undercurrent%1:09:00:: 1 1
-underdeveloped%5:00:00:nonindustrial:00 1 2
-undereducated%5:00:00:uneducated:00 1 1
-underestimate%2:31:00:: 2 1
-underestimate%2:31:01:: 3 1
-underestimate%2:31:02:: 1 1
-underfoot%4:02:00:: 1 3
-undergo%2:31:00:: 3 3
-undergo%2:39:00:: 1 12
-undergo%2:39:02:: 2 8
-undergraduate%1:18:00:: 1 1
-underground%5:00:00:subsurface:00 1 7
-underhanded%5:00:00:crooked:02 1 1
-underlie%2:42:00:: 1 8
-underline%2:32:00:: 1 6
-underling%1:18:00:: 1 1
-underlying%5:00:00:implicit:00 1 7
-undermine%2:41:00:: 1 7
-underpin%2:35:00:: 1 1
-underprivileged%3:00:00:: 1 2
-underrate%2:31:00:: 1 1
-underscore%2:32:00:: 1 3
-undersea%5:00:00:subsurface:00 1 1
-undersecretary%1:18:00:: 1 1
-undershirt%1:06:00:: 1 3
-underside%1:15:00:: 1 1
-understand%2:31:00:: 1 110
-understand%2:31:01:: 2 29
-understand%2:31:02:: 4 4
-understand%2:31:03:: 3 9
-understand%2:31:04:: 5 1
-understandable%5:00:00:comprehensible:00 1 6
-understandable%5:00:00:meaningful:00 2 2
-understanding%1:09:00:: 4 1
-understanding%1:09:01:: 1 38
-understanding%1:09:03:: 3 1
-understanding%1:10:00:: 2 2
-understanding%5:00:00:perceptive:00 1 1
-understandingly%4:02:00:: 1 2
-understate%2:32:00:: 1 2
-understatement%1:10:00:: 1 1
-understood%3:00:00:: 1 1
-understood%5:00:00:implicit:00 2 1
-undertake%2:32:00:: 3 2
-undertake%2:32:01:: 4 2
-undertake%2:36:00:: 1 26
-undertake%2:41:01:: 2 2
-undertaker%1:18:00:: 1 1
-undertaking%1:04:00:: 1 1
-underwater%5:00:00:subsurface:00 1 2
-underway%5:00:00:current:00 1 9
-underwear%1:06:00:: 1 1
-underworld%1:14:00:: 2 1
-underworld%1:15:00:: 1 1
-underwrite%2:32:00:: 2 1
-underwrite%2:32:01:: 1 2
-undesirable%3:00:00:: 1 2
-undeveloped%3:00:00:: 1 2
-undifferentiated%3:00:00:: 1 1
-undigested%5:00:00:ununderstood:00 1 1
-undiluted%3:00:00:: 1 1
-undiminished%5:00:00:unmitigated:00 1 3
-undisguised%5:00:00:overt:00 1 1
-undisputed%5:00:00:uncontroversial:00 1 1
-undisturbed%3:00:02:: 1 1
-undo%2:35:00:: 1 3
-undo%2:36:00:: 2 1
-undoing%1:04:00:: 1 1
-undone%5:00:00:unfinished:01 1 1
-undoubtedly%4:02:00:: 1 9
-undress%2:29:00:: 1 2
-undrinkable%3:00:00:: 1 1
-undue%3:00:00:: 1 2
-undue%3:00:02:: 2 1
-undulate%2:38:01:: 1 1
-unduly%4:02:00:: 1 1
-unearned_run%1:04:00:: 1 1
-unearth%2:40:01:: 1 2
-uneasily%4:02:00:: 1 3
-uneasiness%1:12:02:: 1 2
-uneasy%3:00:00:: 1 15
-uneconomical%5:00:00:inefficient:00 1 2
-unemployed%3:00:00:: 1 2
-unemployment%1:26:00:: 1 3
-unemployment_compensation%1:04:00:: 1 1
-unending%5:00:00:permanent:00 1 1
-unendurable%5:00:00:intolerable:00 1 2
-unenthusiastic%3:00:00:: 1 1
-unequally%4:02:02:: 1 2
-unequivocally%4:02:01:: 1 3
-unerring%5:00:00:infallible:00 1 1
-unerringly%4:02:00:: 1 1
-uneven%3:00:00:: 1 4
-uneven%5:00:00:unequal:00 2 1
-unevenly%4:02:00:: 1 1
-unexpected%3:00:00:: 1 7
-unexpected%5:00:00:unsuspected:00 2 1
-unexpectedly%4:02:00:: 2 2
-unexpectedly%4:02:01:: 1 5
-unexplainable%5:00:00:inexplicable:00 1 1
-unexplained%5:00:00:inexplicable:00 2 1
-unexplained%5:00:00:undetermined:00 1 2
-unexplored%5:00:00:unknown:00 1 3
-unfair%3:00:00:: 2 1
-unfair%3:00:04:: 1 2
-unfaithful%3:00:00:: 1 1
-unfaltering%5:00:00:resolute:00 1 1
-unfalteringly%4:02:00:: 1 1
-unfamiliar%3:00:00:: 1 4
-unfasten%2:35:01:: 1 1
-unfastened%3:00:00:: 1 1
-unfavorable%3:00:02:: 1 2
-unfertile%3:00:00:: 1 1
-unfertilized%5:00:00:infertile:00 1 1
-unfettered%5:00:00:unbound:01 1 1
-unfit%3:00:02:: 1 1
-unfitting%5:00:00:incongruous:00 1 3
-unfixed%3:00:00:: 1 1
-unfold%2:30:00:: 1 5
-unfold%2:38:00:: 3 1
-unfold%2:39:00:: 2 1
-unfolding%1:22:00:: 1 1
-unforeseen%5:00:00:unexpected:00 1 1
-unforgettable%3:00:00:: 1 3
-unfortunate%1:18:00:: 1 1
-unfortunate%3:00:00:: 1 7
-unfortunate%3:00:04:: 2 3
-unfortunately%4:02:00:: 1 12
-unfrosted%5:00:00:clear:02 1 1
-unfrozen%3:00:00:: 1 2
-ungainly%5:00:00:awkward:00 1 4
-ungodly%5:00:00:wicked:00 1 2
-ungrateful%3:00:00:: 1 1
-unguided%5:00:00:unled:00 1 1
-unhappiness%1:12:00:: 1 1
-unhappy%3:00:00:: 1 6
-unhappy%3:00:04:: 2 1
-unhealthy%3:00:00:: 1 1
-unheated%5:00:00:cold:01 1 1
-unheeded%5:00:00:unnoticed:00 1 1
-unheeding%3:00:00:: 1 2
-unheeding%5:00:00:deaf:00 2 1
-unhesitatingly%4:02:00:: 1 2
-unhitch%2:35:00:: 1 2
-unholy%3:00:00:: 1 1
-unholy%5:00:00:evil:00 2 1
-unhurried%3:00:00:: 1 1
-unhurriedly%4:02:00:: 1 2
-unhurt%5:00:00:uninjured:00 1 1
-unification%1:11:00:: 1 1
-unified%5:00:00:united:00 1 5
-uniform%1:06:00:: 1 18
-uniform%3:00:00:: 1 4
-uniform%5:00:00:homogeneous:00 2 2
-uniformed%5:00:00:clothed:00 1 3
-uniformity%1:07:01:: 1 2
-uniformly%4:02:00:: 1 3
-unify%2:30:00:: 1 5
-unify%2:35:00:: 2 2
-unilateral%3:00:00:: 1 1
-unimaginable%5:00:00:unthinkable:00 1 1
-unimaginative%5:00:00:uncreative:00 1 1
-unimpaired%3:00:00:: 1 1
-unimpassioned%5:00:00:passionless:00 1 1
-unimpeachable%5:00:00:unquestionable:00 1 1
-unimpeachably%4:02:00:: 1 1
-unimportant%3:00:00:: 1 2
-unimposing%5:00:00:unimpressive:00 1 1
-unimpressed%5:00:00:unaffected:00 1 3
-unimpressive%3:00:00:: 1 1
-unimproved%3:00:00:: 1 1
-uninitiate%1:14:00:: 1 1
-uninitiated%5:00:00:inexperienced:00 1 1
-uninjectable%3:00:00:: 1 1
-unintelligent%3:00:00:: 1 1
-unintended%3:00:00:: 1 1
-unintentionally%4:02:00:: 1 1
-uninterrupted%5:00:00:unbroken:02 1 2
-uninterruptedly%4:02:00:: 1 1
-uninvited%5:00:00:unwelcome:00 1 1
-uninvolved%3:00:00:: 1 1
-union%1:04:02:: 3 1
-union%1:14:01:: 1 27
-union%1:15:00:: 2 2
-union%5:00:00:northern:02 1 4
-union_of_soviet_socialist_republics%1:15:00:: 1 2
-unique%5:00:00:incomparable:00 1 10
-unique%5:00:00:single(a):00 3 10
-unique%5:00:00:specific:00 2 2
-uniquely%4:02:00:: 1 4
-uniqueness%1:07:00:: 1 3
-unit%1:06:00:: 5 5
-unit%1:06:01:: 6 3
-unit%1:09:00:: 4 6
-unit%1:14:00:: 3 9
-unit%1:17:00:: 7 2
-unit%1:23:00:: 1 14
-unit%1:24:00:: 2 13
-unit_cell%1:17:00:: 1 3
-unit_cost%1:21:00:: 1 2
-unitarian%1:18:00:: 1 1
-unite%2:30:00:: 2 7
-unite%2:41:00:: 1 7
-united%3:00:00:: 1 3
-united_kingdom%1:15:00:: 1 2
-united_nations%1:14:00:: 1 4
-united_states%1:14:00:: 2 29
-united_states%1:15:00:: 1 71
-united_states_dollar%1:23:00:: 1 1
-united_states_of_america%1:15:00:: 1 4
-unity%1:07:00:: 3 2
-unity%1:23:00:: 2 3
-unity%1:26:00:: 1 19
-univalent%3:00:02:: 1 1
-universal%5:00:00:comprehensive:00 1 21
-universalistic%3:01:00:: 1 1
-universality%1:07:00:: 1 3
-universalize%2:32:00:: 1 1
-universally%4:02:00:: 1 5
-universe%1:14:00:: 2 2
-universe%1:17:00:: 1 12
-university%1:06:00:: 2 14
-university%1:14:00:: 1 20
-university_student%1:18:00:: 1 1
-unjust%3:00:04:: 1 1
-unkind%3:00:00:: 1 1
-unknown%1:15:00:: 1 5
-unknown%3:00:00:: 1 13
-unknown%5:00:00:anonymous:00 2 2
-unknown%5:00:00:inglorious:00 4 1
-unknown%5:00:00:unsuspected:00 3 1
-unknown_quantity%1:11:00:: 1 1
-unlace%2:35:00:: 1 1
-unlash%2:35:00:: 1 1
-unlawful%5:00:00:irregular:00 1 1
-unleash%2:35:00:: 1 2
-unleash%2:35:01:: 2 1
-unleash%2:35:02:: 3 1
-unleavened_bread%1:13:00:: 1 2
-unlike%3:00:00:: 1 6
-unlikely%3:00:00:: 2 5
-unlikely%3:00:04:: 1 5
-unlimited%3:00:00:: 1 3
-unlined%3:00:00:: 1 2
-unlined%5:00:00:smooth:00 2 1
-unliterary%5:00:00:informal:02 1 1
-unload%2:35:02:: 1 3
-unloaded%3:00:00:: 1 1
-unloading%1:04:00:: 1 2
-unlock%2:30:00:: 3 1
-unlock%2:35:00:: 1 4
-unlock%2:35:01:: 2 1
-unlocked%5:00:00:unfastened:00 1 2
-unlovely%5:00:00:ugly:00 1 1
-unluckily%4:02:00:: 1 1
-unlucky%3:00:00:: 1 1
-unmalicious%3:00:00:: 1 1
-unmanageably%4:02:00:: 1 1
-unmarried%3:00:00:: 1 2
-unmask%2:32:00:: 1 1
-unmated%3:00:00:: 1 1
-unmeritorious%5:00:00:unworthy:00 1 1
-unmistakable%5:00:00:clear:00 1 3
-unmistakably%4:02:00:: 1 2
-unmixed%5:00:00:absolute:00 1 1
-unmolested%5:00:00:untroubled:00 1 8
-unmoved%3:00:00:: 1 2
-unnatural%3:00:00:: 1 4
-unnecessarily%4:02:00:: 1 2
-unnecessary%3:00:00:: 1 5
-unneeded%3:00:00:: 1 1
-unnoticed%3:00:00:: 1 1
-unnoticed%5:00:00:undetected:00 2 1
-unnourished%5:00:00:unsupported:02 1 1
-unnumbered%5:00:00:incalculable:00 1 1
-unobtainable%5:00:00:unavailable:00 1 2
-unobtrusively%4:02:00:: 1 1
-unoccupied%3:00:00:: 1 2
-unofficial%3:00:00:: 1 3
-unopposed%3:00:00:: 1 1
-unorthodox%3:00:00:: 2 1
-unorthodox%5:00:00:unconventional:00 1 2
-unpack%2:35:00:: 1 1
-unpaid%3:00:00:: 1 5
-unpaintable%3:00:00:: 1 1
-unpaired%5:00:00:mismatched:00 1 4
-unparalleled%5:00:00:incomparable:00 1 1
-unpatriotic%3:00:00:: 1 1
-unpaved%3:00:00:: 1 1
-unperformed%5:00:00:unstaged:00 1 1
-unpicturesque%5:00:00:ugly:00 1 1
-unpleasant%3:00:00:: 1 6
-unpleasantly%4:02:00:: 1 1
-unplowed%3:00:00:: 1 1
-unplumbed%5:00:00:deep:01 1 1
-unpopular%3:00:00:: 1 4
-unprecedented%3:00:00:: 1 5
-unpredictability%1:07:02:: 1 1
-unpredictable%3:00:00:: 1 2
-unpredictably%4:02:00:: 1 1
-unpremeditated%5:00:00:unplanned:00 1 1
-unprepared%3:00:00:: 1 2
-unprepared%5:00:00:unequipped:00 2 1
-unpretentious%3:00:00:: 1 1
-unproblematic%5:00:00:easy:01 1 1
-unprocurable%5:00:00:unavailable:00 1 1
-unpromising%5:00:00:inauspicious:00 1 1
-unprotected%3:00:00:: 1 1
-unprotesting%5:00:00:uncomplaining:00 1 1
-unpublished%3:00:00:: 1 1
-unpunished%3:00:00:: 1 1
-unqualified%3:00:02:: 1 2
-unqualifiedly%4:02:00:: 1 1
-unquestionably%4:02:00:: 1 3
-unquestioningly%4:02:00:: 1 1
-unravel%2:35:00:: 1 1
-unready%3:00:00:: 1 1
-unreal%3:00:00:: 1 1
-unrealism%1:09:00:: 1 1
-unrealistic%3:00:00:: 1 2
-unrealistically%4:02:00:: 1 1
-unreality%1:07:00:: 1 1
-unreason%1:26:00:: 1 1
-unreasoning%5:00:00:irrational:00 1 1
-unrecognizable%5:00:00:unidentifiable:00 1 1
-unrecognized%5:00:00:unacknowledged:00 1 1
-unreconstructed%3:00:00:: 1 5
-unredeemed%5:00:00:lost:02 1 1
-unreeling%5:00:00:moving:02 1 1
-unreflective%5:00:00:thoughtless:00 1 1
-unregretting%3:00:00:: 1 1
-unrelated%3:00:02:: 1 2
-unreleased%5:00:00:suppressed:00 1 1
-unreliable%5:00:00:fallible:00 1 2
-unreliable%5:00:00:untrustworthy:00 2 1
-unremarkable%5:00:00:ordinary:00 1 1
-unrequited%5:00:00:nonreciprocal:00 1 1
-unreservedly%4:02:00:: 1 1
-unresponsive%3:00:00:: 1 1
-unrest%1:26:00:: 1 1
-unrestricted%3:00:00:: 1 1
-unrestricted%5:00:00:free:00 2 1
-unrevealing%5:00:00:uncommunicative:00 1 1
-unruly%5:00:00:disorderly:00 1 1
-unsaid%5:00:00:implicit:00 1 1
-unsatisfactory%3:00:00:: 1 6
-unsaturated%3:00:01:: 1 2
-unscathed%5:00:00:uninjured:00 1 1
-unscientific%3:00:00:: 1 2
-unscramble%2:30:00:: 1 1
-unscrew%2:35:00:: 1 2
-unscrew%2:35:01:: 2 1
-unscrupulous%3:00:00:: 1 2
-unseeing%5:00:00:unperceptive:00 1 1
-unseen%5:00:00:invisible:00 1 3
-unseen%5:00:00:undetected:00 2 2
-unselfconscious%5:00:00:unaffected:01 1 1
-unselfconsciousness%1:09:00:: 1 1
-unselfish%3:00:00:: 1 1
-unselfishness%1:07:00:: 1 1
-unservile%3:00:00:: 1 1
-unsettled%3:00:02:: 1 1
-unshakable%5:00:00:resolute:00 1 1
-unsharpened%5:00:00:dull:01 1 1
-unshaved%3:00:00:: 1 1
-unshaven%3:00:00:: 1 1
-unsheathe%2:35:00:: 1 1
-unshielded%5:00:00:unprotected:00 1 1
-unsigned%3:00:00:: 1 1
-unsloped%5:00:00:vertical:00 1 1
-unsmiling%5:00:00:joyless:00 1 2
-unsmilingly%4:02:00:: 1 1
-unsold%3:00:00:: 1 1
-unsolder%2:35:00:: 1 1
-unsolved%3:00:00:: 1 3
-unspeakable%5:00:00:bad:00 2 3
-unspeakable%5:00:00:inexpressible:00 1 6
-unspoken%5:00:00:inarticulate:00 1 1
-unstable%3:00:00:: 1 5
-unstable%5:00:00:reactive:00 2 1
-unstable%5:00:00:uneasy:00 3 1
-unstained%3:00:00:: 1 2
-unstained%5:00:00:unpainted:00 2 1
-unsteadily%4:02:00:: 1 3
-unstilted%5:00:00:unaffected:01 1 1
-unstressed%3:00:00:: 1 4
-unstructured%3:00:00:: 1 12
-unstrung%5:00:00:discomposed:00 1 1
-unsuccessful%3:00:00:: 1 2
-unsuccessful%5:00:00:unfruitful:00 2 2
-unsuitable%5:00:00:unfit:02 1 1
-unsuitably%4:02:00:: 1 1
-unsuited%5:00:00:mismatched:00 1 1
-unsung%5:00:00:inglorious:00 2 1
-unsung%5:00:00:unvoiced:00 1 1
-unsympathetic%3:00:00:: 1 2
-unteach%2:32:00:: 1 1
-untellable%5:00:00:inexpressible:00 1 1
-untenable%5:00:00:unreasonable:00 1 1
-untested%5:00:00:inexperienced:00 1 1
-unthaw%2:30:00:: 1 1
-unthematic%3:01:00:: 1 1
-unthinking%5:00:00:thoughtless:00 1 1
-untie%2:35:00:: 1 3
-untold%5:00:00:much(a):00 1 1
-untouched%5:00:00:full:00 1 1
-untouched%5:00:00:unaffected:00 2 1
-untouched%5:00:00:unmoved(p):00 4 1
-untoward%5:00:00:improper:00 1 1
-untraditional%3:00:00:: 1 1
-untrammeled%5:00:00:unlimited:00 1 1
-untried%5:00:00:inexperienced:00 1 1
-untrue%5:00:00:false:00 1 1
-untruth%1:10:00:: 1 1
-unused%5:00:00:clean:01 1 1
-unusual%3:00:00:: 1 24
-unusual%3:00:02:: 2 1
-unusual%5:00:00:uncommon:00 3 1
-unusually%4:02:00:: 1 3
-unutterably%4:02:00:: 1 1
-unvarying%5:00:00:invariable:00 1 1
-unveil%2:35:00:: 1 1
-unventilated%3:00:00:: 1 1
-unwanted%3:00:00:: 1 2
-unwanted%5:00:00:unwelcome:00 2 1
-unwarranted%5:00:00:inexcusable:00 1 1
-unwavering%5:00:00:resolute:00 1 1
-unwed%5:00:00:unmarried:00 1 1
-unwelcome%3:00:00:: 1 2
-unwilling%3:00:00:: 1 1
-unwillingness%1:07:00:: 1 3
-unwind%2:35:06:: 1 1
-unwire%2:35:00:: 1 2
-unwise%5:00:00:foolish:00 1 2
-unwisely%4:02:00:: 1 1
-unwitting%5:00:00:unintended:00 1 1
-unwittingly%4:02:00:: 1 2
-unwomanly%3:00:00:: 1 1
-unworn%3:00:00:: 1 1
-unworthy%3:00:00:: 1 1
-unwrinkled%3:00:00:: 1 1
-unwritten%3:00:00:: 1 1
-up%2:30:00:: 1 2
-up%3:00:00:: 1 8
-up%4:02:00:: 1 79
-up%5:00:00:ascending(a):00 3 1
-up%5:00:00:awake(p):00 8 5
-up%5:00:00:rising:00 2 1
-up-to-date%5:00:00:current:00 1 3
-up_and_down%4:02:01:: 1 6
-up_and_down%4:02:03:: 2 3
-up_here%4:02:00:: 1 4
-up_in_the_air%5:00:00:uncertain:01 1 1
-up_the_stairs%4:02:00:: 1 6
-up_to%5:00:00:adequate:00 2 2
-up_to%5:00:00:busy:00 1 3
-up_to_now%4:02:00:: 1 2
-upbeat%5:00:00:optimistic:00 1 1
-upcoming%5:00:00:future:00 1 1
-update%2:30:00:: 1 2
-update%2:32:00:: 2 1
-upgrade%2:30:00:: 2 1
-upgrade%2:31:00:: 1 2
-upheaval%1:26:00:: 1 2
-uphold%2:32:00:: 2 5
-uphold%2:32:02:: 3 4
-uphold%2:42:00:: 1 7
-upholster%2:40:00:: 1 1
-upkeep%1:04:00:: 1 2
-upland%3:00:00:: 1 1
-uplift%2:37:00:: 1 1
-uplifted%5:00:00:elated:00 1 1
-uplifting%1:11:00:: 1 2
-upon_one's_guard%5:00:00:wary:00 1 1
-upper%5:00:00:high:01 1 14
-upper%5:00:00:top(a):00 2 18
-upper-level%5:00:00:superior:01 1 1
-upper-lower-class%5:00:00:lower-class:00 1 1
-upper-middle-class%5:00:00:middle-class:00 1 1
-upper_hand%1:07:00:: 1 1
-upper_limit%1:15:00:: 2 1
-upper_limit%1:23:00:: 1 2
-uppercut%1:04:00:: 1 1
-uppermost%5:00:00:top(a):00 1 1
-upraise%2:29:00:: 1 1
-upraised%5:00:00:raised:00 1 2
-upright%5:00:00:erect:00 3 1
-upright%5:00:00:righteous:00 2 1
-upright%5:00:00:vertical:00 1 5
-uprising%1:04:00:: 1 1
-uproar%1:11:00:: 2 1
-uproar%1:26:00:: 1 4
-uproot%2:41:00:: 1 1
-upset%1:04:01:: 2 1
-upset%1:26:00:: 1 1
-upset%2:30:00:: 1 4
-upset%2:37:00:: 3 2
-upset%2:37:01:: 2 2
-upset%5:00:00:disorganized:00 2 1
-upset%5:00:00:troubled:00 1 1
-upset%5:00:00:unexpected:00 3 1
-upshot%1:19:00:: 1 1
-upside-down%5:00:00:turned:00 1 1
-upside_down%4:02:00:: 1 3
-upstairs%3:00:00:: 1 5
-upstairs%4:02:00:: 1 13
-upstate%4:02:00:: 1 1
-upstream%3:00:00:: 1 1
-upstream%4:02:00:: 1 2
-uptake%1:04:00:: 1 5
-uptown%1:15:00:: 1 2
-upward%4:02:00:: 1 6
-upward%5:00:00:ascending(a):00 2 1
-upward%5:00:00:up:00 1 2
-upwards%4:02:00:: 1 3
-uranyl_oxalate%1:27:00:: 1 2
-urban%3:00:00:: 2 2
-urban%3:01:00:: 1 5
-urban_area%1:15:00:: 1 3
-urban_center%1:15:00:: 1 2
-urbanize%2:30:00:: 1 1
-urbanized%5:00:00:urban:00 1 2
-urchin%1:18:00:: 1 1
-urge%1:12:00:: 2 2
-urge%1:16:00:: 1 2
-urge%2:32:00:: 1 36
-urge%2:32:01:: 3 1
-urge%2:32:03:: 2 11
-urgency%1:07:00:: 2 1
-urgency%1:26:00:: 1 2
-urgent%5:00:00:imperative:00 1 6
-urgently%4:02:00:: 1 1
-urging%1:04:00:: 2 1
-urging%1:10:00:: 1 1
-urinary%3:01:00:: 1 1
-urine%1:27:00:: 1 1
-urn%1:06:00:: 1 1
-us%1:15:00:: 1 1
-us_navy%1:14:00:: 1 2
-usable%5:00:00:useful:00 1 3
-usage%1:04:00:: 1 9
-usage%1:04:01:: 2 1
-use%1:04:00:: 1 90
-use%1:04:01:: 5 1
-use%1:04:02:: 6 1
-use%1:07:00:: 2 18
-use%1:07:02:: 3 7
-use%1:22:00:: 4 1
-use%2:34:00:: 3 8
-use%2:34:01:: 1 603
-use%2:34:02:: 2 12
-use%2:41:00:: 4 1
-use_up%2:34:00:: 1 3
-useable%5:00:00:serviceable:00 1 1
-used%3:00:00:: 1 4
-used%5:00:00:old:01 3 1
-used%5:00:02:misused:00 2 1
-used_to%5:00:00:accustomed:00 1 13
-useful%3:00:00:: 1 16
-useful%5:00:00:important:00 2 5
-useful%5:00:00:practical:00 3 2
-usefulness%1:07:00:: 1 5
-useless%3:00:00:: 1 7
-useless%5:00:00:unhelpful:00 2 2
-uselessly%4:02:00:: 1 1
-uselessness%1:07:00:: 1 1
-user%1:18:00:: 1 3
-user%1:18:01:: 2 1
-usher%2:38:00:: 1 2
-usher_in%2:30:00:: 1 1
-ussr%1:15:00:: 1 2
-usual%3:00:00:: 1 29
-usual%5:00:00:familiar:02 2 2
-usually%4:02:00:: 1 96
-usurp%2:40:00:: 1 2
-utah%1:15:00:: 1 2
-utensil%1:06:00:: 1 2
-utilitarian%5:00:00:functional:00 1 1
-utility%1:04:00:: 3 1
-utility%1:07:00:: 2 1
-utility%1:14:00:: 1 6
-utilization%1:04:00:: 1 3
-utilize%2:34:00:: 1 15
-utilize%2:41:00:: 2 3
-utmost%1:07:00:: 1 1
-utmost%5:00:00:high:02 2 1
-utmost%5:00:00:intense:00 1 3
-uto-aztecan%1:10:00:: 1 2
-utopia%1:10:00:: 1 15
-utopia%1:15:00:: 2 2
-utopian%1:18:00:: 1 4
-utopian%3:01:00:: 1 13
-utopianism%1:09:00:: 1 1
-utter%2:32:00:: 3 1
-utter%2:32:01:: 1 6
-utter%2:32:02:: 2 3
-utter%5:00:00:absolute:00 2 1
-utter%5:00:00:unmitigated:00 1 3
-utterance%1:10:00:: 1 1
-utterly%4:02:00:: 1 8
-utterly%4:02:01:: 2 1
-v%1:23:00:: 1 1
-vacancy%1:25:00:: 2 1
-vacancy%1:26:00:: 1 3
-vacant%5:00:01:empty:00 2 1
-vacant%5:00:02:empty:00 1 2
-vacantly%4:02:00:: 1 1
-vacate%2:38:00:: 2 1
-vacate%2:41:00:: 1 2
-vacation%1:28:00:: 1 23
-vacation%2:42:00:: 1 2
-vacationing%1:04:00:: 1 1
-vaccinating%1:04:00:: 1 1
-vaccination%1:04:00:: 1 1
-vaccine%1:06:00:: 1 1
-vacuolated%3:01:00:: 1 1
-vacuolization%1:26:00:: 1 2
-vacuum%1:26:00:: 1 12
-vacuum%2:35:00:: 1 2
-vacuum_cleaner%1:06:00:: 1 1
-vagabond%1:17:00:: 1 1
-vague%3:00:04:: 2 8
-vague%5:00:00:indistinct:00 3 1
-vague%5:00:00:unclear:00 1 18
-vaguely%4:02:00:: 1 14
-vagueness%1:07:00:: 1 1
-vain%5:00:00:proud:00 1 3
-vain%5:00:00:unproductive:00 2 2
-valet%1:18:00:: 1 2
-valiant%5:00:00:brave:00 1 3
-valid%3:00:00:: 1 5
-validate%2:31:00:: 2 2
-validate%2:41:00:: 1 2
-validation%1:04:00:: 1 1
-validity%1:07:00:: 2 1
-validity%1:07:01:: 1 4
-valley%1:17:00:: 1 27
-valor%1:07:00:: 1 7
-valuable%3:00:00:: 1 16
-valuable%5:00:00:important:00 3 2
-valuable%5:00:00:worthy:00 2 5
-valuation%1:09:00:: 1 2
-value%1:07:00:: 2 52
-value%1:07:01:: 4 2
-value%1:09:00:: 1 65
-value%1:21:00:: 3 13
-value%2:31:01:: 3 1
-value%2:31:03:: 1 2
-value%2:40:00:: 2 1
-value-system%1:09:00:: 1 4
-value_orientation%1:09:00:: 1 1
-value_statement%1:10:00:: 1 1
-valued%5:00:00:quantitative:00 1 13
-valued%5:00:00:valuable:00 2 1
-valueless%5:00:00:worthless:00 1 1
-values%1:09:00:: 1 21
-valve%1:06:01:: 2 1
-valve%1:08:00:: 1 2
-van_der_waal's_forces%1:19:00:: 1 1
-vandal%1:18:00:: 1 1
-vandalism%1:04:00:: 1 1
-vanguard%1:14:00:: 1 1
-vanish%2:30:00:: 1 11
-vanish%2:39:00:: 2 6
-vanished%5:00:00:nonexistent:00 1 2
-vanishing%3:44:00:: 1 1
-vanishing_point%1:15:00:: 1 1
-vanity%1:12:00:: 1 4
-vanquish%2:33:00:: 1 1
-vantage_point%1:15:00:: 1 1
-vapor%1:22:00:: 2 1
-vapor%1:27:01:: 1 5
-vapor_pressure%1:19:00:: 1 10
-vaporization%1:04:00:: 1 1
-vaquero%1:18:00:: 1 1
-var.%1:14:00:: 1 1
-variability%1:07:00:: 1 2
-variable%1:09:00:: 2 2
-variable%1:17:00:: 1 4
-variable%3:00:00:: 1 6
-variable%5:00:00:adaptable:00 3 1
-variable%5:00:00:varied:00 2 2
-variable_resistor%1:06:00:: 1 1
-variant%1:11:00:: 1 1
-variant%5:00:00:different:00 1 1
-variation%1:04:00:: 2 9
-variation%1:06:00:: 5 1
-variation%1:09:01:: 4 1
-variation%1:10:00:: 3 2
-variation%1:11:01:: 1 24
-varied%3:00:00:: 1 11
-variegated%5:00:00:varied:00 1 1
-variety%1:07:00:: 2 7
-variety%1:09:00:: 3 5
-variety%1:14:00:: 4 1
-variety%1:14:01:: 1 22
-various%5:00:00:different:00 3 3
-various%5:00:00:individual:00 2 36
-various%5:00:02:different:00 1 46
-various%5:00:02:varied:00 4 2
-variously%4:02:00:: 1 2
-vary%2:30:01:: 1 26
-vary%2:30:04:: 4 5
-vary%2:42:00:: 2 20
-vary%2:42:01:: 3 7
-varying%5:00:00:varied:00 1 6
-vasa_vasorum%1:08:00:: 1 2
-vascular%3:01:00:: 1 3
-vase%1:06:00:: 1 12
-vast%5:00:00:large:00 1 30
-vastly%4:02:00:: 1 6
-vatican%1:06:00:: 1 2
-vaudeville%1:10:00:: 1 4
-vault%1:06:01:: 1 1
-vector%1:09:00:: 1 13
-veer%2:38:00:: 1 8
-vegetable%1:13:00:: 1 5
-vegetable_patch%1:06:00:: 1 1
-vegetation%1:14:00:: 1 2
-vehemence%1:07:01:: 1 1
-vehement%5:00:00:intense:00 1 2
-vehicle%1:06:00:: 1 9
-vehicle%1:10:00:: 2 6
-veil%1:06:00:: 1 2
-veil%2:35:00:: 1 5
-veiled%3:00:00:: 1 3
-vein%1:08:00:: 1 8
-vein%1:10:00:: 2 5
-vein%2:36:00:: 1 1
-veined%5:00:00:patterned:00 1 1
-vellum%1:27:01:: 1 1
-velocity%1:28:00:: 1 21
-velour%1:06:00:: 1 1
-velours%1:06:00:: 1 1
-velvet%1:06:00:: 1 2
-velvety%5:00:00:smooth:00 1 3
-vending%1:04:00:: 1 1
-vending_machine%1:06:00:: 1 4
-vendor%1:18:00:: 1 2
-venerable%5:00:00:honorable:00 2 1
-venerable%5:00:00:old:02 1 1
-venerate%2:37:00:: 1 1
-venetian_blind%1:06:00:: 1 2
-venezuela%1:15:00:: 1 1
-vengeance%1:04:00:: 1 3
-venice%1:15:00:: 1 1
-vent%1:05:00:: 2 1
-vent%1:06:00:: 1 2
-vent%2:32:00:: 1 3
-ventilate%2:30:00:: 1 1
-ventilating_system%1:06:00:: 1 1
-ventilation%1:04:00:: 1 3
-ventilation%1:06:00:: 2 1
-venture%1:04:00:: 1 3
-venture%1:04:01:: 3 1
-venture%1:21:00:: 2 2
-venture%2:32:00:: 2 4
-venture%2:32:01:: 3 2
-venture%2:41:01:: 1 5
-venus%1:17:00:: 1 5
-venus%1:18:00:: 2 1
-veracity%1:07:00:: 1 1
-veranda%1:06:00:: 1 4
-verandah%1:06:00:: 1 1
-verb%1:10:00:: 2 5
-verb%1:10:01:: 1 6
-verbal%3:01:01:: 2 3
-verbal%5:00:00:communicative:00 1 5
-verbena%1:20:00:: 1 3
-verdict%1:04:00:: 1 1
-verge%1:07:00:: 2 1
-verge%1:25:00:: 1 1
-veridical%5:00:00:realistic:00 1 1
-verification%1:09:00:: 1 1
-verify%2:31:01:: 1 7
-verify%2:41:00:: 2 2
-verisimilitude%1:07:00:: 1 1
-veritable%5:00:00:genuine:00 2 1
-veritable%5:00:00:typical:00 1 1
-vermilion%5:00:00:chromatic:00 1 1
-vermont%1:15:00:: 1 3
-vermouth%1:13:00:: 1 1
-vernal%5:00:00:young:00 1 1
-versatile%5:00:00:flexible:02 1 1
-versatility%1:09:00:: 1 1
-verse%1:10:00:: 2 2
-verse%1:10:01:: 3 1
-verse%1:10:02:: 1 2
-version%1:09:01:: 2 7
-version%1:10:01:: 1 7
-version%1:10:02:: 3 1
-vertebral%3:01:00:: 1 2
-vertebral_column%1:08:00:: 1 1
-vertebrate%1:05:00:: 1 1
-vertex%1:09:00:: 1 13
-vertical%3:00:00:: 1 9
-vertigo%1:26:00:: 1 1
-verve%1:07:00:: 1 2
-very%4:02:00:: 1 260
-very%4:02:01:: 2 11
-very%5:00:00:actual:00 3 4
-very%5:00:00:precise:00 1 19
-very%5:00:00:same:02 2 14
-very_loudly%4:02:00:: 1 1
-very_much%4:02:01:: 1 14
-very_much_like%4:02:00:: 1 1
-very_well%4:02:00:: 1 3
-very_well%4:02:01:: 2 2
-vesicular%3:01:00:: 1 1
-vessel%1:06:00:: 2 6
-vessel%1:08:00:: 1 6
-vest%1:06:01:: 1 2
-vest%2:41:00:: 1 3
-vest_pocket%1:06:00:: 1 1
-vestibule%1:06:00:: 1 2
-vestige%1:10:00:: 1 1
-vet%1:18:00:: 1 1
-veteran%1:18:00:: 3 5
-veteran%1:18:01:: 2 5
-veteran%1:18:02:: 1 7
-veteran%5:00:00:experienced:00 1 11
-veterinary%3:01:00:: 1 1
-veto%1:04:00:: 1 2
-veto%2:32:00:: 2 1
-veto%2:41:00:: 1 1
-vex%2:37:00:: 1 1
-vexation%1:12:00:: 1 1
-viability%1:07:00:: 1 1
-viable%5:00:00:possible:00 1 1
-viand%1:13:02:: 1 1
-vibrancy%1:07:00:: 1 1
-vibrant%5:00:00:spirited:00 1 2
-vibrate%2:38:00:: 1 1
-vibrate%2:38:01:: 2 1
-vibration%1:04:00:: 1 1
-vibrionic%3:01:00:: 1 1
-vicar%1:18:00:: 1 1
-vicarious%5:00:00:secondary:01 1 1
-vice%1:07:00:: 1 3
-vice_president%1:18:00:: 1 10
-vice_versa%4:02:00:: 1 2
-vicinity%1:15:00:: 1 4
-vicious%5:00:00:inhumane:00 1 4
-vicious%5:00:00:malevolent:00 3 1
-vicious%5:00:00:wicked:00 2 2
-vicious_circle%1:22:00:: 1 3
-vicious_cycle%1:22:00:: 1 1
-victim%1:18:00:: 1 8
-victim%1:18:01:: 2 4
-victimize%2:41:00:: 2 1
-victimize%2:41:01:: 1 2
-victor%1:18:01:: 1 1
-victorian%3:01:00:: 1 3
-victoriously%4:02:00:: 1 1
-victory%1:11:00:: 1 42
-victrola%1:06:00:: 1 1
-video%1:06:00:: 2 1
-video%1:10:00:: 1 1
-vie%2:33:00:: 1 4
-vienna%1:15:00:: 1 1
-viennese%3:01:00:: 1 1
-vientiane%1:15:00:: 1 6
-viet_nam%1:15:00:: 1 1
-view%1:04:00:: 3 9
-view%1:06:00:: 8 2
-view%1:09:00:: 7 4
-view%1:09:01:: 2 12
-view%1:09:02:: 1 36
-view%1:09:04:: 5 6
-view%1:10:00:: 6 4
-view%1:15:00:: 4 7
-view%2:31:00:: 1 19
-view%2:39:00:: 2 12
-view%2:39:02:: 3 2
-view_as%2:31:00:: 1 13
-viewer%1:18:01:: 1 1
-viewers%1:14:00:: 1 1
-viewpoint%1:09:00:: 1 14
-vigilance%1:09:00:: 1 2
-vigilantism%1:04:00:: 1 1
-vignette%1:10:00:: 1 1
-vigor%1:07:02:: 1 1
-vigorous%5:00:00:energetic:00 1 13
-vigorous%5:00:00:robust:00 2 1
-vigorously%4:02:00:: 1 5
-vile%5:00:00:evil:00 1 1
-vile%5:00:00:inclement:02 2 1
-village%1:14:00:: 1 29
-village%1:15:00:: 2 6
-village%1:15:01:: 3 1
-villager%1:18:00:: 1 2
-villain%1:18:00:: 1 2
-villain%1:18:01:: 2 1
-villainous%5:00:00:wicked:00 1 1
-vindicate%2:32:00:: 1 1
-vindication%1:04:01:: 1 6
-vindictive%5:00:00:malicious:00 2 1
-vindictive%5:00:00:unforgiving:00 1 2
-vine%1:20:00:: 1 7
-vinegar%1:13:00:: 1 1
-vineyard%1:06:00:: 1 1
-vintage%1:13:00:: 1 1
-vinyl%1:27:00:: 1 1
-violate%2:35:00:: 3 1
-violate%2:41:00:: 2 5
-violate%2:42:00:: 1 7
-violation%1:04:00:: 1 6
-violation%1:04:01:: 3 2
-violation%1:04:03:: 4 1
-violation%1:04:04:: 2 2
-violence%1:04:01:: 1 13
-violence%1:07:00:: 2 3
-violence%1:26:00:: 3 2
-violent%3:00:00:: 1 8
-violent%5:00:00:unnatural:00 2 1
-violent%5:00:03:intense:00 3 1
-violently%4:02:00:: 1 5
-violet%1:07:00:: 2 1
-violet%1:20:00:: 1 1
-violin%1:06:00:: 1 3
-violinist%1:18:00:: 1 2
-virgin%1:18:00:: 1 5
-virgin%5:00:00:new:00 1 2
-virgin_islands%1:15:00:: 1 12
-virgin_mary%1:18:00:: 1 2
-virginia%1:15:00:: 1 23
-virginia_creeper%1:20:00:: 1 1
-virginian%1:18:00:: 1 1
-virginity%1:26:00:: 1 1
-virile%5:00:00:masculine:01 2 1
-virile%5:00:00:strong:00 1 1
-virtual%5:00:00:realistic:00 1 1
-virtually%4:02:00:: 1 14
-virtually%4:02:01:: 2 4
-virtually%4:02:02:: 3 4
-virtue%1:07:01:: 1 6
-virtue%1:07:03:: 2 3
-virtuoso%1:18:00:: 1 1
-virtuoso%5:00:00:skilled:00 1 1
-virtuous%5:00:00:righteous:00 1 2
-virulence%1:07:00:: 1 2
-virulent%5:00:00:toxic:00 1 1
-virus%1:05:00:: 1 4
-vis-a-vis%4:02:00:: 1 1
-visage%1:07:00:: 2 1
-visage%1:08:00:: 1 1
-visceral%3:01:00:: 1 1
-visceral_brain%1:08:00:: 1 3
-viscoelastic%5:00:00:elastic:00 1 2
-viscometer%1:06:00:: 1 1
-viscosity%1:07:00:: 1 9
-viselike%5:00:00:tight:01 1 1
-visibility%1:07:00:: 1 1
-visible%3:00:00:: 1 14
-visible%5:00:00:overt:00 2 2
-visible_light%1:19:00:: 1 4
-visibly%4:02:00:: 1 3
-visibly%4:02:01:: 2 1
-vision%1:09:01:: 2 8
-vision%1:09:02:: 3 7
-vision%1:09:03:: 1 13
-vision%1:09:04:: 4 2
-vision%1:11:00:: 5 1
-visit%1:04:01:: 3 4
-visit%1:04:02:: 1 11
-visit%1:14:00:: 2 7
-visit%2:32:00:: 6 1
-visit%2:32:01:: 5 3
-visit%2:38:00:: 2 24
-visit%2:38:01:: 4 6
-visit%2:41:00:: 3 15
-visit%2:41:02:: 1 29
-visiting%5:00:00:impermanent:00 1 1
-visitor%1:18:00:: 1 8
-visored%5:00:00:equipped:00 1 1
-vista%1:09:00:: 1 1
-visual%3:01:04:: 1 27
-visual_space%1:09:00:: 1 1
-visualization%1:09:00:: 1 1
-visualize%2:36:00:: 1 4
-visually%4:02:00:: 1 3
-vital%5:00:00:indispensable:00 1 6
-vitality%1:07:01:: 1 8
-vitality%1:26:00:: 2 1
-vitally%4:02:00:: 1 5
-vitals%1:08:00:: 1 2
-vitamin%1:27:00:: 1 3
-vitamin_c%1:27:00:: 1 1
-vitamin_e%1:27:00:: 1 1
-vivacious%5:00:00:spirited:00 1 2
-vivid%5:00:00:clear:00 2 4
-vivid%5:00:00:realistic:00 1 10
-vividly%4:02:00:: 1 4
-vividness%1:07:01:: 1 1
-vivify%2:29:00:: 1 2
-viyella%1:06:00:: 1 1
-vocabulary%1:09:00:: 2 3
-vocabulary%1:09:01:: 3 1
-vocabulary%1:10:00:: 1 6
-vocal%3:01:00:: 2 1
-vocal%3:01:02:: 1 1
-vocal%5:00:00:communicative:00 4 1
-vocal%5:00:02:voiced:00 3 1
-vocal_cord%1:08:00:: 1 1
-vocalic%3:00:02:: 1 1
-vocalist%1:18:00:: 1 1
-vocalize%2:32:02:: 1 1
-vocation%1:04:00:: 1 2
-vocational%3:01:00:: 1 49
-vocational_program%1:09:00:: 1 6
-vocational_rehabilitation%1:04:00:: 1 3
-vocational_rehabilitation_program%1:09:00:: 1 1
-vocational_school%1:14:00:: 1 4
-vocational_training%1:09:00:: 1 1
-vocationally%4:02:00:: 1 1
-vociferous%5:00:00:noisy:00 1 2
-vociferously%4:02:00:: 1 1
-vogue%1:09:00:: 1 2
-voice%1:04:00:: 5 4
-voice%1:07:00:: 1 78
-voice%1:07:01:: 9 2
-voice%1:10:00:: 2 69
-voice%1:10:01:: 4 5
-voice%1:10:03:: 6 3
-voice%1:11:00:: 3 5
-voice%1:18:00:: 8 2
-voice%1:18:01:: 7 2
-voice%2:32:00:: 1 4
-voiced%3:00:00:: 1 1
-void%5:00:00:invalid:00 1 1
-volatile%3:00:00:: 1 2
-volcanic_eruption%1:11:00:: 1 1
-volcano%1:17:01:: 1 1
-volition%1:09:00:: 1 1
-volley%1:04:00:: 1 9
-volley%1:04:01:: 2 1
-volleyball%1:04:00:: 1 1
-voltage%1:19:01:: 2 2
-voltage%1:19:02:: 1 8
-voltaic%3:01:00:: 1 2
-voltaic_battery%1:06:00:: 1 2
-voltaic_cell%1:06:00:: 1 1
-voltaic_pile%1:06:00:: 1 2
-voltaire%1:18:00:: 1 8
-voltmeter%1:06:00:: 1 1
-volume%1:06:00:: 3 8
-volume%1:07:02:: 6 1
-volume%1:07:03:: 2 11
-volume%1:10:00:: 4 4
-volume%1:23:00:: 1 25
-volume%1:23:01:: 5 2
-volumetric%3:01:00:: 1 1
-volumetrically%4:02:00:: 1 1
-voluminous%5:00:00:large:00 1 3
-voluntarily%4:02:00:: 1 2
-voluntary%3:00:01:: 1 1
-volunteer%1:18:00:: 2 1
-volunteer%1:18:01:: 1 3
-volunteer%2:32:00:: 1 4
-volunteer%2:41:00:: 3 2
-volunteer%2:41:01:: 2 2
-voluptuous%5:00:00:sexy:00 1 3
-vomit%2:29:00:: 1 1
-vomiting%1:04:00:: 1 1
-voodoo%1:06:00:: 1 1
-vote%1:04:00:: 1 13
-vote%1:04:01:: 2 3
-vote%1:07:00:: 3 1
-vote%2:41:10:: 2 10
-vote%2:41:11:: 3 1
-vote%2:41:13:: 1 30
-vote_down%2:41:00:: 1 1
-vote_in%2:41:00:: 1 1
-vote_of_confidence%1:10:00:: 1 1
-voter%1:18:00:: 1 7
-voting%1:04:00:: 1 9
-voting_precinct%1:15:00:: 1 1
-voting_right%1:07:00:: 1 1
-voting_system%1:09:00:: 1 1
-voting_trust%1:21:00:: 1 1
-votive%5:00:00:consecrated:00 1 1
-vouch%2:32:01:: 1 1
-vouchsafe%2:40:00:: 1 1
-vow%2:32:00:: 1 4
-vowel%1:10:00:: 1 3
-vowel_sound%1:10:00:: 1 1
-vowel_system%1:10:00:: 1 3
-voyage%1:04:00:: 2 2
-voyage%1:04:01:: 1 11
-voyager%1:18:00:: 1 1
-vulgar%5:00:00:unrefined:01 1 2
-vulnerability%1:26:00:: 1 3
-vulnerable%3:00:00:: 1 8
-vulpine%3:01:00:: 1 1
-vulture%1:05:00:: 1 4
-wacky%5:00:00:foolish:00 1 1
-wad%2:35:01:: 1 1
-wade%2:38:00:: 1 4
-wads%1:23:00:: 1 1
-wafer%1:27:00:: 1 1
-waffle%1:13:00:: 1 1
-waft%2:38:00:: 1 1
-wag%1:18:00:: 1 1
-wag%2:38:00:: 1 3
-wage%1:21:00:: 1 70
-wage%2:41:00:: 1 9
-wage_setter%1:26:00:: 1 1
-wager%1:04:00:: 1 1
-wages%1:11:00:: 1 2
-waggle%2:38:00:: 1 1
-wagon%1:06:00:: 1 24
-wagon%1:06:02:: 2 1
-wagon_wheel%1:06:00:: 1 1
-wail%1:10:00:: 1 2
-wail%2:29:00:: 2 2
-wail%2:32:00:: 1 7
-wailful%5:00:00:sorrowful:00 1 1
-wailing%1:04:01:: 1 1
-wainscoted%5:00:00:adorned:00 1 1
-waist%1:08:00:: 1 4
-wait%1:04:00:: 2 2
-wait%1:28:00:: 1 2
-wait%2:31:00:: 3 33
-wait%2:41:00:: 4 2
-wait%2:42:00:: 1 100
-wait%2:42:01:: 2 49
-wait_on%2:41:00:: 1 1
-waiter%1:18:00:: 1 4
-waiting%1:04:00:: 1 2
-waiting%5:00:00:ready:00 1 2
-waiting_list%1:10:00:: 1 1
-waitress%1:18:00:: 1 1
-waive%2:41:00:: 1 1
-wake%1:19:00:: 1 4
-wake%2:29:00:: 1 7
-wake%2:29:01:: 2 3
-wake_up%2:29:00:: 2 7
-wake_up%2:29:01:: 1 8
-wakeful%5:00:00:alert:00 1 5
-wakefulness%1:09:00:: 1 4
-waking_up%1:04:00:: 1 1
-walk%1:04:00:: 1 4
-walk%1:04:01:: 2 4
-walk%1:04:02:: 6 1
-walk%1:04:03:: 4 2
-walk%1:06:00:: 5 1
-walk%1:07:00:: 3 3
-walk%2:33:00:: 3 3
-walk%2:33:01:: 5 1
-walk%2:38:00:: 1 184
-walk%2:38:01:: 2 3
-walk%2:38:03:: 4 1
-walk-to%5:00:00:close:01 1 1
-walk-up%1:06:00:: 2 1
-walk-up%1:06:01:: 1 1
-walk_about%2:38:00:: 1 1
-walk_around%2:38:00:: 1 6
-walk_around%2:38:01:: 2 3
-walk_of_life%1:04:00:: 1 1
-walk_off%2:40:00:: 1 1
-walk_on_air%2:37:00:: 1 1
-walk_out%2:38:00:: 2 1
-walk_out%2:41:00:: 1 2
-walk_out_of%2:38:00:: 1 2
-walking%5:00:00:close:01 1 1
-walking_stick%1:06:00:: 1 1
-walkout%1:04:00:: 1 1
-walkover%1:04:01:: 1 1
-wall%1:06:00:: 1 82
-wall%1:08:00:: 3 1
-wall%1:17:00:: 2 15
-wall_plug%1:06:00:: 1 1
-wall_street%1:15:00:: 1 2
-wall_tent%1:06:00:: 1 1
-wall_up%2:35:00:: 1 1
-walled%3:00:00:: 1 2
-wallet%1:06:00:: 1 2
-wallflower%1:20:02:: 1 1
-wallop%2:33:00:: 2 3
-wallop%2:35:00:: 1 3
-walloping%5:00:00:large:00 1 1
-wallow%2:34:01:: 1 3
-wallow%2:38:00:: 2 2
-wallow%2:38:02:: 3 1
-wallpaper%1:27:00:: 1 3
-walnut%1:13:00:: 1 1
-walnut_tree%1:20:00:: 1 1
-walrus%1:05:00:: 1 1
-wan%5:00:00:weak:00 1 1
-wand%1:06:00:: 1 1
-wander%2:38:00:: 1 18
-wander%2:41:00:: 2 1
-wanderer%1:18:00:: 1 1
-wandering%5:00:00:indirect:00 2 2
-wandering%5:00:02:unsettled:01 1 2
-wane%2:30:00:: 2 1
-wane%2:30:02:: 1 2
-wangle%2:41:00:: 1 1
-waning%1:11:00:: 1 1
-want%1:12:00:: 4 1
-want%1:17:00:: 3 1
-want%1:26:00:: 1 3
-want%1:26:01:: 2 1
-want%2:31:01:: 4 2
-want%2:34:00:: 2 15
-want%2:35:00:: 3 3
-want%2:37:00:: 1 389
-war%1:04:00:: 1 78
-war%1:04:02:: 3 1
-war%1:26:00:: 2 27
-war-ridden%5:00:00:unpeaceful:00 1 1
-war_crime%1:04:00:: 1 1
-war_department%1:14:00:: 1 1
-war_god%1:18:00:: 1 1
-warble%2:32:00:: 1 1
-ward%1:06:00:: 3 1
-ward%1:15:00:: 2 2
-ward%1:18:00:: 1 3
-ward-heeler%1:18:00:: 1 2
-wardrobe%1:06:00:: 1 3
-wardrobe%1:06:01:: 2 1
-wardroom%1:06:00:: 1 1
-warehouse%1:06:00:: 1 5
-warehousing%1:04:00:: 1 1
-wares%1:06:00:: 1 1
-warfare%1:04:00:: 1 9
-warfare%1:04:02:: 2 1
-warhorse%1:06:00:: 1 1
-warily%4:02:00:: 1 2
-warlike%5:00:00:unpeaceful:00 1 2
-warm%2:30:00:: 1 2
-warm%2:30:01:: 2 1
-warm%3:00:01:: 1 27
-warm%3:00:02:: 2 8
-warm%3:00:03:: 3 3
-warm%5:00:00:loving:00 4 1
-warm-toned%5:00:00:emotional:00 1 1
-warm-up%1:04:00:: 1 1
-warm_to%2:37:00:: 1 2
-warm_up%2:29:00:: 5 1
-warm_up%2:29:01:: 4 1
-warm_up%2:30:00:: 3 1
-warm_up%2:30:01:: 2 2
-warm_up%2:41:00:: 1 2
-warmed%5:00:00:warm:01 1 1
-warming%5:00:00:warm:01 1 1
-warmly%4:02:00:: 1 1
-warmongering%1:09:00:: 1 1
-warmth%1:07:01:: 3 1
-warmth%1:09:00:: 1 4
-warmth%1:12:00:: 2 1
-warn%2:32:00:: 1 22
-warn%2:32:01:: 2 5
-warning%1:10:00:: 1 13
-warning%1:10:01:: 2 9
-warp%2:30:00:: 2 1
-warp%2:32:00:: 1 2
-warped%5:00:00:crooked:01 1 1
-warrant%1:10:00:: 1 2
-warrant%2:32:00:: 1 12
-warrior%1:18:00:: 1 3
-warsaw%1:15:00:: 1 8
-wart%1:25:00:: 1 1
-wary%3:00:00:: 1 2
-wash%1:04:01:: 2 3
-wash%1:06:02:: 1 6
-wash%1:17:00:: 3 2
-wash%2:29:00:: 2 9
-wash%2:35:00:: 3 7
-wash%2:35:02:: 1 13
-wash%2:38:01:: 4 2
-wash_down%2:30:00:: 2 1
-wash_down%2:34:00:: 1 2
-wash_out%2:35:01:: 2 1
-wash_out%2:41:00:: 1 1
-wash_up%2:29:00:: 1 1
-washbasin%1:06:02:: 1 1
-washbowl%1:06:02:: 1 1
-washed%5:00:00:clean:01 1 2
-washing%1:04:00:: 1 14
-washington%1:14:00:: 3 2
-washington%1:15:00:: 2 3
-washington%1:15:01:: 1 27
-washington%1:18:00:: 4 1
-washup%1:04:00:: 1 1
-waste%1:04:00:: 2 4
-waste%1:07:00:: 3 1
-waste%1:27:00:: 1 5
-waste%2:34:05:: 2 8
-waste%2:40:00:: 1 10
-waste_material%1:27:00:: 1 1
-waste_of_time%1:04:00:: 1 1
-wastebasket%1:06:00:: 1 3
-wasted%5:00:00:lost:01 2 1
-wasted%5:00:00:worthless:00 1 1
-wasteful%5:00:00:inefficient:00 1 2
-wasteland%1:15:00:: 1 2
-wastewater%1:27:00:: 1 2
-wasting_time%1:04:00:: 1 1
-watch%1:04:00:: 3 3
-watch%1:06:00:: 1 9
-watch%1:28:00:: 2 3
-watch%1:28:01:: 4 2
-watch%2:39:00:: 1 77
-watch%2:39:01:: 5 1
-watch%2:39:02:: 4 10
-watch%2:39:05:: 3 24
-watch%2:41:00:: 2 64
-watch_out%2:39:00:: 1 5
-watch_over%2:41:00:: 1 1
-watcher%1:18:02:: 1 1
-watchful%5:00:00:alert:00 1 1
-watchfully%4:02:00:: 1 1
-watching%1:04:00:: 1 2
-watchmaker%1:18:00:: 1 1
-watchman%1:18:00:: 1 1
-water%1:06:00:: 4 2
-water%1:08:03:: 5 1
-water%1:17:00:: 2 41
-water%1:27:00:: 1 136
-water%1:27:02:: 3 2
-water%2:29:00:: 3 2
-water%2:30:00:: 1 3
-water%2:40:00:: 2 2
-water-cooled%5:00:00:cool:01 1 3
-water-skiing%1:04:00:: 1 1
-water-wash%2:35:00:: 1 1
-water_buffalo%1:05:00:: 1 1
-water_development%1:04:00:: 1 1
-water_down%2:30:00:: 1 1
-water_fountain%1:06:00:: 1 1
-water_level%1:07:00:: 1 1
-water_line%1:15:00:: 1 1
-water_main%1:06:00:: 1 1
-water_program%1:04:00:: 1 1
-water_project%1:04:00:: 1 1
-water_right%1:07:00:: 1 1
-water_ski%2:38:00:: 1 1
-water_sport%1:04:00:: 1 1
-water_tower%1:06:00:: 1 1
-water_vapor%1:27:00:: 1 1
-watercolor%1:06:00:: 1 9
-watercolor%1:06:01:: 2 3
-watercolorist%1:18:00:: 1 4
-waterfall%1:17:00:: 1 3
-waterfront%1:15:00:: 1 1
-watering_place%1:15:00:: 1 1
-watermark%1:15:00:: 1 1
-waterproof%5:00:00:tight:02 1 1
-waterproofing%1:04:00:: 1 1
-watershed%1:15:00:: 1 1
-waterway%1:17:00:: 1 1
-watery%5:00:00:tearful:00 3 1
-watery%5:00:01:wet:01 2 1
-watery%5:00:02:wet:01 1 1
-watt%1:23:00:: 1 2
-wattle%1:06:00:: 2 1
-wattle%1:08:00:: 1 1
-wave%1:04:02:: 2 9
-wave%1:08:00:: 6 1
-wave%1:10:01:: 5 1
-wave%1:11:00:: 3 7
-wave%1:11:01:: 1 40
-wave%1:11:02:: 4 2
-wave%2:32:00:: 1 21
-wave%2:35:00:: 2 5
-wave%2:38:00:: 3 4
-wave_off%2:30:00:: 1 1
-wavelength%1:07:00:: 1 25
-wavelength%1:09:00:: 2 1
-waver%2:38:01:: 4 1
-waver%2:38:03:: 3 1
-waver%2:42:00:: 1 2
-waver%2:42:02:: 2 1
-waving%5:00:00:moving:02 1 3
-wavy%5:00:00:curly:00 1 2
-wavy%5:00:00:uneven:00 2 1
-wax%1:27:00:: 1 7
-wax%2:30:00:: 2 1
-wax%2:35:00:: 1 2
-waxed%3:00:00:: 1 1
-waxen%3:01:00:: 1 1
-waxing%1:04:00:: 1 1
-waxlike%5:00:00:colorless:02 1 1
-way%1:04:00:: 5 19
-way%1:04:01:: 2 61
-way%1:04:02:: 7 12
-way%1:06:00:: 6 16
-way%1:07:01:: 1 183
-way%1:07:02:: 9 7
-way%1:09:00:: 10 3
-way%1:09:01:: 11 1
-way%1:15:00:: 3 40
-way%1:23:00:: 8 10
-way%1:26:00:: 4 28
-way%4:02:00:: 1 7
-way_of_life%1:04:00:: 1 11
-way_out%1:06:00:: 1 2
-waylay%2:33:00:: 1 1
-ways%1:06:00:: 2 1
-ways%1:07:00:: 1 2
-ways%4:02:00:: 1 1
-wayside%1:06:00:: 1 1
-wayward%5:00:00:disobedient:00 1 2
-weak%3:00:00:: 1 13
-weak%3:00:04:: 2 3
-weak%5:00:00:diluted:00 3 3
-weak%5:00:00:human:00 5 1
-weak%5:00:00:unstressed:00 4 1
-weak_part%1:07:00:: 1 1
-weak_point%1:07:00:: 1 1
-weaken%2:30:00:: 2 2
-weaken%2:30:01:: 1 6
-weaken%2:30:03:: 4 1
-weaken%2:41:00:: 3 1
-weakened%5:00:00:impaired:00 1 1
-weakening%1:11:00:: 1 1
-weakly%4:02:01:: 1 2
-weakness%1:07:00:: 3 2
-weakness%1:07:01:: 2 2
-weakness%1:26:00:: 1 24
-wealth%1:07:00:: 2 5
-wealth%1:21:00:: 4 1
-wealth%1:21:02:: 3 1
-wealth%1:26:00:: 1 6
-wealthy%5:00:00:rich:00 1 3
-wean%2:34:00:: 1 1
-weaning%1:04:00:: 1 1
-weapon%1:06:00:: 1 29
-weapon%1:10:00:: 2 2
-weapon_system%1:06:00:: 1 4
-weapons_carrier%1:06:00:: 1 1
-weapons_system%1:06:00:: 1 4
-wear%2:29:00:: 1 83
-wear%2:29:02:: 5 2
-wear%2:29:04:: 2 22
-wear%2:30:00:: 4 2
-wear%2:42:00:: 6 1
-wear%2:42:01:: 3 6
-wear_down%2:29:00:: 1 1
-wear_off%2:30:00:: 1 1
-wear_on%2:30:00:: 1 2
-wear_out%2:29:00:: 1 2
-wear_out%2:30:00:: 3 1
-wear_out%2:35:00:: 2 1
-wear_thin%2:30:00:: 1 1
-wearer%1:18:00:: 1 1
-wearied%5:00:00:tired:00 1 1
-wearily%4:02:00:: 1 4
-weariness%1:26:00:: 1 2
-wearisome%5:00:00:uninteresting:00 1 1
-weary%2:29:00:: 1 1
-weary%5:00:00:tired:00 1 11
-wearying%5:00:00:effortful:00 1 1
-weather%1:19:00:: 1 20
-weather%5:00:00:windward:00 1 1
-weather-beaten%5:00:00:tough:02 1 1
-weather_conditions%1:26:00:: 1 1
-weatherstrip%2:30:00:: 1 1
-weave%1:06:00:: 1 2
-weave%2:35:00:: 1 3
-weave%2:36:00:: 2 2
-weave%2:38:01:: 3 1
-web%1:05:01:: 3 1
-web%1:06:00:: 2 1
-web%1:17:00:: 1 1
-wed%2:41:00:: 1 3
-wedding%1:04:00:: 2 1
-wedding%1:11:00:: 1 3
-wedding_ceremony%1:11:00:: 1 1
-wedding_day%1:28:00:: 1 2
-wedding_night%1:28:00:: 1 1
-wedge%1:25:00:: 1 1
-wedge%2:35:01:: 1 1
-wedge-shaped%5:00:00:simple:01 1 1
-wedge_heel%1:06:00:: 1 1
-wednesday%1:28:00:: 1 12
-wee%5:00:00:small:00 1 3
-weed%1:20:00:: 1 3
-weed_out%2:40:00:: 1 2
-weeds%1:06:00:: 1 1
-week%1:28:00:: 1 103
-week%1:28:01:: 2 3
-week%1:28:02:: 3 1
-week_after_week%4:02:00:: 1 1
-week_by_week%4:02:00:: 1 1
-week_from_monday%1:28:00:: 1 1
-weekday%1:28:00:: 1 1
-weekend%1:28:00:: 1 13
-weekly%1:10:00:: 1 2
-weekly%3:01:00:: 1 10
-weep%2:29:00:: 1 20
-weeping%1:04:00:: 1 1
-weeping%5:00:00:sorrowful:00 1 1
-weigh%2:32:00:: 2 4
-weigh%2:42:00:: 3 2
-weigh%2:42:01:: 1 17
-weigh%2:42:03:: 4 1
-weigh_anchor%2:35:00:: 1 1
-weight%1:06:00:: 4 3
-weight%1:06:01:: 2 5
-weight%1:07:00:: 1 26
-weight%1:07:01:: 3 4
-weight%1:12:00:: 5 2
-weight%2:31:00:: 2 1
-weight%2:35:00:: 1 1
-weight_down%2:35:00:: 1 1
-weight_gaining%1:04:00:: 1 1
-weighted%5:00:00:heavy:02 1 1
-weighting%1:23:00:: 1 1
-weightlessness%1:07:00:: 1 2
-weir%1:06:00:: 1 3
-weird%5:00:00:supernatural:00 1 8
-weirdly%4:02:00:: 1 1
-welcome%1:26:00:: 1 1
-welcome%2:32:00:: 2 4
-welcome%2:35:00:: 3 2
-welcome%2:40:00:: 1 15
-welcome%3:00:00:: 1 4
-welcoming%5:00:01:hospitable:02 1 1
-weld%2:30:00:: 2 1
-weld%2:35:00:: 1 1
-welfare%1:04:00:: 1 3
-welfare%1:07:00:: 2 1
-welfare_case%1:18:00:: 1 1
-welfare_state%1:14:00:: 1 2
-well%1:06:00:: 1 8
-well%1:06:03:: 2 1
-well%2:38:00:: 1 3
-well%3:00:01:: 1 4
-well%4:02:00:: 1 76
-well%4:02:03:: 3 16
-well%4:02:05:: 2 30
-well%4:02:07:: 6 4
-well%4:02:08:: 5 4
-well%4:02:11:: 7 2
-well%4:02:14:: 8 1
-well%4:02:15:: 4 6
-well%5:00:00:advisable:00 3 3
-well%5:00:00:fortunate:00 2 3
-well-balanced%5:00:00:balanced:00 1 1
-well-being%1:26:00:: 1 2
-well-bound%5:00:00:bound:02 1 1
-well-chosen%5:00:00:felicitous:00 1 1
-well-defined%5:00:00:distinct:00 1 1
-well-educated%5:00:00:educated:00 1 3
-well-fed%5:00:00:nourished:00 1 2
-well-informed%5:00:00:sophisticated:00 1 3
-well-kept%5:00:00:preserved:01 1 2
-well-kept%5:00:00:tidy:00 2 1
-well-known%5:00:00:familiar:00 2 1
-well-known%5:00:00:known:00 1 6
-well-made%5:00:00:superior:02 1 1
-well-meaning%5:00:00:amicable:00 1 1
-well-nigh%4:02:00:: 1 1
-well-read%5:00:00:informed:00 1 1
-well-rounded%5:00:00:comprehensive:00 1 1
-well-wishing%1:10:00:: 1 1
-well_known%5:00:00:known:00 1 4
-well_up%2:42:00:: 1 3
-weltanschauung%1:09:00:: 1 1
-welter%1:26:00:: 1 2
-wend%2:38:00:: 1 2
-west%1:15:00:: 1 19
-west%1:15:01:: 3 6
-west%1:24:00:: 2 10
-west%3:00:00:: 1 8
-west%4:02:00:: 1 3
-west_berliner%1:18:00:: 1 1
-west_indies%1:15:00:: 1 1
-west_side%1:15:00:: 1 1
-westerly%4:02:00:: 1 1
-westerly%5:00:02:west:00 1 1
-western%1:10:00:: 1 1
-western%3:00:01:: 1 21
-western%3:00:02:: 3 3
-western%5:00:00:west:00 4 1
-western%5:00:02:west:00 2 10
-western_hemisphere%1:15:00:: 1 3
-westerner%1:18:00:: 1 1
-westward%4:02:00:: 1 3
-westwards%4:02:00:: 1 1
-wet%1:26:00:: 1 1
-wet%2:30:00:: 1 4
-wet%3:00:01:: 1 23
-wetness%1:26:00:: 1 1
-wetting%1:04:00:: 1 1
-whack%2:35:00:: 1 2
-whale%1:18:00:: 1 1
-wharf%1:06:00:: 1 1
-what_is_more%4:02:00:: 1 1
-wheat%1:20:00:: 1 1
-wheedle%2:32:00:: 1 1
-wheel%1:06:00:: 1 12
-wheel%1:06:05:: 2 5
-wheel%2:38:00:: 1 7
-wheel%2:38:02:: 3 3
-wheel%2:38:04:: 2 3
-wheelchair%1:06:00:: 1 1
-wheels%1:07:00:: 1 1
-wheeze%1:04:00:: 1 1
-wheeze%2:29:00:: 1 2
-wheezing%5:00:00:unhealthy:00 1 1
-when%4:02:00:: 1 1
-whence%4:02:00:: 1 1
-whereabouts%1:15:00:: 1 3
-wherefore%4:02:00:: 1 2
-whet%2:39:00:: 1 1
-whiff%1:19:00:: 1 1
-whig%1:18:00:: 1 1
-while%1:28:00:: 1 23
-while_away%2:42:00:: 1 1
-whim%1:12:00:: 1 1
-whimper%2:29:00:: 1 1
-whine%2:32:01:: 2 1
-whine%2:38:00:: 1 1
-whining%5:00:00:complaining(a):00 2 3
-whining%5:00:00:noisy:00 1 1
-whinny%2:32:00:: 1 2
-whip%1:06:00:: 1 3
-whip%2:33:00:: 2 4
-whip%2:35:00:: 1 8
-whip%2:35:02:: 4 3
-whip%2:38:00:: 3 3
-whip_hand%1:07:00:: 1 1
-whip_through%2:41:00:: 1 1
-whipping%1:04:00:: 1 1
-whipping%5:00:00:spirited:00 1 1
-whir%1:11:00:: 1 1
-whir%2:39:00:: 1 1
-whirl%1:11:00:: 1 1
-whirl%2:38:00:: 3 1
-whirl%2:38:01:: 1 6
-whirl%2:38:02:: 2 2
-whirl%2:38:04:: 4 1
-whirling%5:00:00:moving:02 1 1
-whirring%1:11:00:: 1 2
-whisk%2:38:00:: 1 1
-whisk_away%2:35:00:: 1 1
-whisk_by%2:38:00:: 1 1
-whiskered%5:00:00:unshaven:00 1 1
-whiskers%1:08:00:: 1 1
-whiskey%1:13:00:: 1 6
-whisky%1:13:00:: 1 19
-whisky_on_the_rocks%1:13:00:: 1 1
-whisper%1:10:00:: 1 6
-whisper%2:32:00:: 1 22
-whistle%2:32:00:: 3 2
-whistle%2:32:01:: 5 1
-whistle%2:38:00:: 2 2
-whistle%2:38:01:: 4 1
-whistle%2:39:00:: 1 3
-whistling%1:04:00:: 2 1
-whistling%1:11:00:: 1 1
-whit%1:23:00:: 1 1
-white%1:07:00:: 2 6
-white%1:18:00:: 1 10
-white%3:00:01:: 1 61
-white%3:00:02:: 2 15
-white-collar%3:00:00:: 1 2
-white_flag%1:06:00:: 1 1
-white_heat%1:07:00:: 1 1
-white_house%1:14:00:: 1 1
-white_man%1:18:00:: 1 4
-white_violet%1:20:00:: 1 1
-whiteface%1:05:00:: 1 2
-whiten%2:30:00:: 1 1
-whiteness%1:07:00:: 1 1
-whitewashed%5:00:00:painted:00 1 1
-whiz%1:18:00:: 1 1
-whiz%2:39:00:: 1 2
-whodunit%1:10:00:: 1 1
-whole%1:06:00:: 2 4
-whole%1:09:00:: 1 8
-whole%3:00:00:: 1 109
-whole%4:02:00:: 1 1
-whole-souled%5:00:00:sincere:00 1 1
-whole-word_method%1:04:00:: 1 1
-whole_lot%1:23:00:: 1 1
-whole_number%1:23:00:: 1 1
-whole_thing%1:06:00:: 1 4
-wholesaler%1:18:00:: 1 1
-wholesome%3:00:00:: 1 2
-wholly%4:02:00:: 1 11
-whoop%2:32:00:: 1 3
-whoop_it_up%2:41:00:: 1 1
-whore%1:18:00:: 1 3
-whorl%1:25:00:: 1 1
-why%4:02:00:: 1 3
-wicked%3:00:00:: 1 2
-wicked%5:00:00:intense:00 3 1
-wicked%5:00:00:unrighteous:00 2 1
-wickedly%4:02:00:: 1 1
-wickedness%1:04:00:: 1 1
-wicker%1:27:00:: 1 2
-wide%3:00:00:: 1 45
-wide%4:02:01:: 1 4
-wide%4:02:03:: 2 1
-wide%5:00:00:comprehensive:00 2 12
-wide%5:00:00:large:00 4 1
-wide%5:00:00:open:08 3 4
-wide-cut%5:00:00:ample:00 1 1
-wide-open%5:00:00:open:01 1 1
-wide-ranging%5:00:00:large:00 1 1
-wide-screen%5:00:00:wide:00 1 1
-wide_screen%1:06:00:: 1 1
-widely%4:02:00:: 1 17
-widely%4:02:01:: 2 2
-widely%4:02:02:: 3 1
-widen%2:30:00:: 1 7
-widen%2:30:03:: 3 1
-widen%2:30:05:: 2 1
-widespread%5:00:00:distributed:00 2 3
-widespread%5:00:00:general:00 1 9
-widow%1:18:00:: 1 4
-widowed%5:00:00:unmarried:00 1 2
-widower%1:18:00:: 1 1
-widowhood%1:28:00:: 1 1
-width%1:07:00:: 1 4
-wield%2:35:00:: 2 2
-wield%2:40:00:: 1 3
-wife%1:18:00:: 1 120
-wifely%3:00:00:: 1 1
-wig%1:06:00:: 1 1
-wiggle%2:38:00:: 1 5
-wigmaker%1:18:00:: 1 2
-wild%3:00:01:: 2 5
-wild%3:00:02:: 1 29
-wild%4:02:02:: 1 1
-wild%5:00:00:intense:00 5 1
-wild%5:00:00:passionate:00 3 5
-wild%5:00:00:uncontrolled:00 6 1
-wild%5:00:01:uncontrolled:00 4 2
-wild-eyed%5:00:00:agitated:00 1 2
-wild_dog%1:05:00:: 1 1
-wild_horse%1:05:00:: 1 1
-wild_man%1:18:00:: 1 1
-wild_pitch%1:04:00:: 1 2
-wildcat%1:05:00:: 3 1
-wildcat%1:06:00:: 1 2
-wildcat%1:18:00:: 2 1
-wildcatter%1:18:00:: 1 1
-wildlife%1:14:00:: 1 3
-wildly%4:02:00:: 1 11
-wildly%4:02:02:: 2 4
-wildness%1:07:02:: 2 1
-wildness%1:12:00:: 1 1
-wile%1:04:00:: 1 1
-wilfully%4:02:00:: 1 1
-will%1:09:00:: 1 11
-will%1:09:01:: 2 9
-will%1:10:00:: 3 6
-will%2:31:00:: 3 2
-will%2:31:01:: 4 2
-will%2:32:00:: 2 3
-will%2:42:00:: 1 3
-willful%5:00:00:voluntary:01 1 1
-william_james%1:18:00:: 1 1
-willing%1:04:00:: 1 1
-willing%3:00:00:: 1 22
-willingness%1:07:00:: 1 8
-willow%1:20:00:: 1 8
-willpower%1:07:00:: 1 1
-willy-nilly%4:02:00:: 1 2
-willy-nilly%4:02:01:: 2 1
-wilsonian%3:01:00:: 1 1
-wilt%2:30:01:: 1 1
-wily%5:00:00:artful:00 1 1
-win%1:11:00:: 1 2
-win%2:33:00:: 1 71
-win%2:33:01:: 3 2
-win%2:40:00:: 2 42
-win_back%2:33:00:: 1 2
-wince%2:29:00:: 2 1
-wince%2:38:00:: 1 2
-wind%1:04:01:: 3 1
-wind%1:19:00:: 1 28
-wind%1:19:01:: 2 1
-wind%2:35:06:: 3 2
-wind%2:38:00:: 1 3
-wind%2:42:00:: 2 2
-wind_up%2:30:01:: 1 11
-wind_up%2:30:02:: 2 4
-wind_up%2:37:00:: 4 1
-wind_up%2:38:00:: 3 1
-windbag%1:18:00:: 1 1
-windblown%5:00:00:crooked:01 1 1
-windbreak%1:06:00:: 1 1
-windfall%1:21:00:: 1 1
-winding%5:00:00:crooked:01 1 1
-winding%5:00:00:indirect:00 2 1
-winding-clothes%1:06:00:: 1 1
-windmill%1:06:01:: 1 1
-window%1:06:00:: 1 72
-window%1:06:01:: 2 6
-window%1:06:02:: 3 3
-window%1:17:00:: 4 1
-window-washing%1:04:00:: 1 1
-window_box%1:06:00:: 1 1
-window_shade%1:06:00:: 1 1
-windowpane%1:06:00:: 1 2
-windowsill%1:06:00:: 1 1
-windshield%1:06:00:: 1 3
-windsor_green%1:27:00:: 1 1
-windy%5:00:00:stormy:00 1 2
-wine%1:07:00:: 2 2
-wine%1:13:00:: 1 9
-wineglass%1:06:00:: 1 1
-wing%1:05:00:: 1 8
-wing%1:06:00:: 2 6
-wing%1:06:03:: 3 5
-wing%1:14:00:: 4 2
-wing%1:14:01:: 5 1
-wing%2:38:00:: 1 5
-wingback%1:18:00:: 1 1
-wingman%1:18:00:: 1 2
-wings%1:04:00:: 1 2
-wink%1:28:00:: 1 1
-wink%2:29:00:: 3 1
-wink%2:29:02:: 1 10
-wink%2:39:00:: 2 3
-winless%5:00:00:unsuccessful:00 1 2
-winner%1:18:00:: 1 2
-winning%1:04:00:: 1 1
-winning%5:00:01:successful:00 2 2
-winning%5:00:02:successful:00 1 3
-winnipeg%1:15:00:: 1 1
-winnow%2:35:05:: 1 1
-winter%1:28:00:: 1 24
-winter%2:42:00:: 1 2
-winter_solstice%1:28:00:: 1 1
-wintertime%1:28:00:: 1 1
-wintry%3:00:00:: 1 1
-wipe%2:30:00:: 2 1
-wipe%2:35:00:: 1 17
-wipe_off%2:35:00:: 1 3
-wipe_out%2:30:00:: 2 1
-wipe_out%2:34:00:: 1 1
-wipe_up%2:35:00:: 1 1
-wiped_out%5:00:00:destroyed:00 1 2
-wire%1:06:00:: 1 15
-wire%1:06:01:: 2 5
-wire%1:10:00:: 4 1
-wire%1:15:00:: 3 1
-wire%2:32:00:: 2 2
-wire%2:35:00:: 3 1
-wire%2:40:00:: 1 3
-wired%3:00:00:: 1 1
-wiry%5:00:00:thin:03 1 4
-wisdom%1:07:00:: 2 3
-wisdom%1:07:01:: 4 1
-wisdom%1:09:01:: 3 2
-wisdom%1:09:02:: 1 5
-wise%1:07:00:: 1 2
-wise%3:00:00:: 1 13
-wise%5:00:00:prudent:00 2 2
-wise_guy%1:18:00:: 1 1
-wise_man%1:18:00:: 1 1
-wise_up%2:31:00:: 1 1
-wisecrack%2:32:00:: 1 2
-wisely%4:02:00:: 1 2
-wisenheimer%1:18:00:: 1 1
-wish%1:10:00:: 2 2
-wish%1:12:00:: 1 6
-wish%2:31:00:: 3 25
-wish%2:32:00:: 7 2
-wish%2:32:01:: 6 2
-wish%2:32:02:: 4 12
-wish%2:37:00:: 1 48
-wish%2:37:01:: 5 5
-wish%2:37:02:: 2 31
-wishful_thinking%1:09:00:: 1 2
-wishing%1:12:00:: 1 1
-wisp%1:14:01:: 1 1
-wit%1:09:00:: 2 3
-wit%1:10:00:: 1 9
-witch%1:18:00:: 1 3
-witch%1:18:01:: 2 2
-witch_doctor%1:18:00:: 1 2
-with_attention%4:02:00:: 1 1
-with_authority%4:02:00:: 1 1
-with_boldness%4:02:00:: 1 1
-with_confidence%4:02:00:: 1 2
-with_great_care%4:02:00:: 1 1
-with_impatience%4:02:00:: 1 1
-with_nostalgia%4:02:00:: 1 1
-with_patience%4:02:00:: 1 1
-with_pride%4:02:00:: 1 1
-with_respect_to%5:00:00:related:02 1 29
-with_sympathy%4:02:00:: 1 1
-with_that%4:02:03:: 1 1
-with_wisdom%4:02:00:: 1 1
-withal%4:02:01:: 1 1
-withdraw%2:30:00:: 6 1
-withdraw%2:32:01:: 5 1
-withdraw%2:35:00:: 3 4
-withdraw%2:38:00:: 1 9
-withdraw%2:40:01:: 4 2
-withdraw%2:41:01:: 2 4
-withdrawal%1:04:00:: 3 1
-withdrawal%1:04:03:: 2 1
-withdrawal%1:10:00:: 1 1
-withe%1:06:00:: 1 1
-wither%2:30:00:: 1 1
-withered%5:00:00:thin:03 1 1
-withering%5:00:00:destructive:00 1 1
-withhold%2:40:00:: 1 8
-withhold%2:40:01:: 2 1
-withholding%1:04:00:: 1 3
-withholding%1:04:01:: 3 1
-withholding%1:21:00:: 2 1
-within%4:02:00:: 1 6
-within_reason%4:02:00:: 1 1
-without_delay%4:02:00:: 1 1
-without_doubt%4:02:01:: 1 1
-without_fear%4:02:01:: 1 1
-withstand%2:42:00:: 1 6
-witness%1:10:00:: 3 2
-witness%1:18:00:: 1 7
-witness%1:18:01:: 2 3
-witness%1:18:02:: 4 1
-witness%2:39:00:: 1 17
-witness%2:39:01:: 2 7
-wittingly%4:02:00:: 1 1
-witty%5:00:00:humorous:00 1 5
-wizard%1:18:01:: 1 2
-wobble%2:38:00:: 1 5
-wobbling%5:00:00:unsteady:00 1 1
-wobbly%5:00:00:unstable:00 1 1
-woe%1:26:00:: 1 3
-woeful%5:00:00:sorrowful:00 1 2
-woefully%4:02:00:: 1 1
-wolf%1:05:00:: 1 1
-wolflike%3:01:00:: 1 1
-woman%1:18:00:: 1 143
-woman%1:18:01:: 2 1
-womb%1:08:00:: 1 1
-womb-to-tomb%5:00:00:long:02 1 1
-won-lost_record%1:10:00:: 1 1
-wonder%1:09:00:: 3 4
-wonder%1:11:00:: 2 4
-wonder%1:12:00:: 1 5
-wonder%2:31:00:: 1 58
-wonder%2:32:01:: 2 41
-wonder%2:32:12:: 3 2
-wonder_drug%1:06:00:: 1 1
-wonderful%5:00:00:extraordinary:00 1 14
-wonderfully%4:02:00:: 1 3
-wonderfulness%1:07:00:: 1 1
-wonderworking%5:00:00:extraordinary:00 1 1
-wondrous%5:00:00:extraordinary:00 1 2
-wondrously%4:02:00:: 1 4
-woo%2:41:00:: 2 1
-woo%2:41:01:: 1 2
-wood%1:14:00:: 2 10
-wood%1:27:00:: 1 14
-woodcarver%1:18:00:: 1 1
-wooded%3:00:00:: 1 1
-wooden%5:00:00:woody:00 1 16
-wooden_leg%1:06:00:: 1 2
-woodenly%4:02:00:: 1 2
-woodgrain%1:07:00:: 1 1
-woodgraining%1:07:00:: 1 1
-woodpecker%1:05:00:: 1 2
-woods%1:14:00:: 1 43
-woodshed%1:06:00:: 1 1
-woodwork%1:06:00:: 1 3
-wool%1:06:00:: 1 3
-woolen%1:06:00:: 1 1
-woolen%3:01:00:: 1 1
-woolgather%2:36:00:: 1 1
-woolly%5:00:00:confused:00 2 1
-woolly%5:00:00:soft:01 1 1
-word%1:10:00:: 1 117
-word%1:10:01:: 6 1
-word%1:10:02:: 3 5
-word%1:10:03:: 2 18
-word%1:10:04:: 5 3
-word%1:10:06:: 4 3
-word%2:32:00:: 1 2
-word_class%1:10:00:: 1 3
-word_of_advice%1:10:00:: 1 1
-word_of_farewell%1:10:00:: 1 1
-word_of_god%1:10:00:: 2 1
-word_of_god%1:11:00:: 1 2
-wording%1:10:00:: 1 1
-wordlessly%4:02:00:: 1 1
-words%1:10:02:: 2 8
-words%1:10:03:: 1 55
-words%1:10:04:: 3 2
-wordsworth%1:18:00:: 1 2
-wordy%5:00:02:prolix:00 1 1
-work%1:04:00:: 1 90
-work%1:04:01:: 3 27
-work%1:06:00:: 2 76
-work%1:06:01:: 6 3
-work%1:09:00:: 4 11
-work%1:19:00:: 5 5
-work%2:29:00:: 7 9
-work%2:30:00:: 10 4
-work%2:32:00:: 16 1
-work%2:35:02:: 5 20
-work%2:36:00:: 6 9
-work%2:36:01:: 13 3
-work%2:36:09:: 15 2
-work%2:38:00:: 8 5
-work%2:38:02:: 12 3
-work%2:41:00:: 2 62
-work%2:41:01:: 14 2
-work%2:41:02:: 1 74
-work%2:41:03:: 3 32
-work%2:41:04:: 9 4
-work%2:41:05:: 11 3
-work%2:41:06:: 4 28
-work-study_program%1:04:00:: 1 1
-work_at%2:41:01:: 1 6
-work_camp%1:06:00:: 1 1
-work_force%1:14:00:: 1 1
-work_in_progress%1:06:00:: 1 1
-work_of_art%1:06:00:: 1 3
-work_on%2:36:00:: 2 5
-work_on%2:41:00:: 1 21
-work_out%2:29:00:: 4 5
-work_out%2:30:00:: 1 16
-work_out%2:30:01:: 3 6
-work_out%2:41:00:: 5 2
-work_out%2:42:00:: 2 8
-work_papers%1:10:00:: 1 1
-work_table%1:06:00:: 1 1
-work_through%2:34:00:: 1 1
-work_up%2:29:00:: 2 1
-work_up%2:30:00:: 1 4
-workable%5:00:00:possible:00 1 4
-workbench%1:06:00:: 1 8
-workboard%1:06:00:: 1 1
-worker%1:05:01:: 3 4
-worker%1:18:00:: 1 29
-worker%1:18:01:: 2 4
-worker_bee%1:05:00:: 1 2
-working%5:00:00:employed:00 1 7
-working%5:00:00:functioning:00 4 1
-working%5:00:00:impermanent:00 3 1
-working%5:00:00:practical:00 2 2
-working%5:00:02:operative:00 5 1
-working-class%5:00:00:lower-class:00 1 1
-working_capital%1:21:00:: 1 2
-working_girl%1:18:00:: 1 1
-workings%1:06:01:: 1 1
-workman%1:18:00:: 1 3
-workmanlike%5:00:00:competent:00 1 1
-workout%1:04:00:: 1 6
-works%1:04:00:: 3 1
-works%1:06:02:: 1 5
-works%1:26:00:: 2 1
-works_program%1:09:00:: 1 1
-worksheet%1:10:00:: 1 1
-workshop%1:04:00:: 2 2
-workshop%1:06:00:: 1 6
-worktable%1:06:00:: 1 1
-workweek%1:28:00:: 1 1
-world%1:09:00:: 4 31
-world%1:09:01:: 8 5
-world%1:14:00:: 1 60
-world%1:14:01:: 3 34
-world%1:14:02:: 6 16
-world%1:17:00:: 5 26
-world%1:17:01:: 2 49
-world%1:17:02:: 7 6
-world%5:00:00:international:00 1 1
-world-shaking%5:00:00:significant:00 1 1
-world-shattering%5:00:00:significant:00 1 1
-world_affairs%1:04:00:: 1 1
-world_council%1:14:00:: 1 1
-world_court%1:14:00:: 1 1
-world_organization%1:14:00:: 1 1
-world_premiere%1:10:00:: 1 1
-world_record%1:04:00:: 1 2
-world_series%1:11:00:: 1 5
-world_war%1:04:00:: 1 2
-world_war_i%1:04:00:: 1 2
-world_war_ii%1:04:00:: 1 2
-worldly%3:00:00:: 1 1
-worldly_belongings%1:21:00:: 1 1
-worldwide%5:00:00:intercontinental:00 1 1
-worm%1:05:00:: 1 3
-worm%1:18:00:: 2 2
-worn%3:00:00:: 1 2
-worn%5:00:00:tired:00 2 2
-worried%5:00:00:troubled:00 1 7
-worriedly%4:02:00:: 1 1
-worriment%1:07:00:: 1 1
-worry%1:09:00:: 1 8
-worry%1:12:00:: 2 6
-worry%2:31:00:: 4 3
-worry%2:37:00:: 1 32
-worry%2:37:01:: 3 9
-worry%2:37:12:: 2 9
-worse%1:07:00:: 1 1
-worse%3:00:00:: 1 15
-worse%4:02:00:: 1 4
-worsen%2:30:00:: 1 1
-worship%1:04:00:: 1 12
-worship%2:37:00:: 1 5
-worship%2:37:01:: 2 2
-worship%2:42:00:: 3 1
-worshiping%3:44:00:: 1 2
-worshipper%1:18:00:: 1 1
-worst%1:11:00:: 1 2
-worst%3:00:00:: 1 9
-worsted%1:06:00:: 1 1
-worth%1:07:00:: 2 4
-worth%1:23:00:: 1 5
-worth%5:00:00:valuable:00 2 8
-worth%5:00:00:worthy:00 1 13
-worthless%3:00:00:: 1 1
-worthlessness%1:07:00:: 1 1
-worthwhile%5:00:00:worthy:00 1 3
-worthy%3:00:00:: 1 13
-worthy%5:00:00:eligible:00 2 1
-would%2:42:00:: 1 10
-would-be%5:00:00:hopeful:00 1 2
-wound%1:11:00:: 2 2
-wound%1:26:00:: 1 22
-wound%2:29:00:: 1 5
-wound_tumor_virus%1:05:00:: 1 1
-wound_up%5:00:00:tense:03 1 1
-wounded%1:14:00:: 1 1
-wounded%5:00:01:injured:00 1 19
-wounded%5:00:02:injured:00 2 1
-woven%3:00:00:: 1 1
-wrack%1:05:01:: 1 1
-wrack%2:35:00:: 1 1
-wraithlike%5:00:00:insubstantial:00 1 2
-wrangle%1:10:01:: 1 2
-wrangle%2:32:00:: 1 3
-wrap%1:06:00:: 1 1
-wrap%2:35:00:: 1 5
-wrap%2:35:01:: 3 1
-wrap%2:35:02:: 2 4
-wrap_up%2:35:00:: 1 1
-wrapped%5:00:00:attentive:00 2 1
-wrapped%5:00:00:covered:00 1 2
-wrapped_up%5:00:00:committed:00 1 1
-wrapper%1:06:01:: 1 1
-wrath%1:12:00:: 1 8
-wrathful%5:00:00:angry:00 1 2
-wrathfully%4:02:00:: 1 1
-wreak%2:36:00:: 1 1
-wreath%1:06:00:: 1 2
-wreathe%2:38:00:: 1 1
-wreathed%5:00:00:adorned:00 1 3
-wreck%1:26:00:: 1 1
-wreck%2:35:00:: 1 10
-wreckage%1:06:00:: 1 1
-wrench%2:35:00:: 1 5
-wrench%2:38:00:: 2 2
-wrenching%5:00:00:painful:00 1 1
-wrestle%2:32:00:: 2 1
-wrestle%2:33:01:: 1 2
-wrestler%1:18:00:: 1 1
-wrestling%1:04:00:: 2 1
-wrestling%1:04:01:: 1 1
-wretch%1:18:00:: 2 1
-wretch%1:18:01:: 1 1
-wretched%5:00:00:inferior:02 1 2
-wretched%5:00:00:uncomfortable:00 2 2
-wretchedness%1:26:00:: 1 1
-wriggle%2:38:00:: 1 2
-wring%2:35:00:: 2 1
-wring%2:35:01:: 1 1
-wrinkle%1:25:00:: 1 4
-wrinkle%2:35:00:: 2 1
-wrinkle%2:35:01:: 1 2
-wrinkled%5:00:00:furrowed:00 1 4
-wrist%1:08:00:: 1 9
-wrist_watch%1:06:00:: 1 1
-writ%1:10:00:: 1 2
-writ_large%5:00:00:obvious:00 1 1
-write%2:32:00:: 2 94
-write%2:32:01:: 5 10
-write%2:32:03:: 8 4
-write%2:32:08:: 4 15
-write%2:36:00:: 1 112
-write%2:36:01:: 7 8
-write%2:36:02:: 3 33
-write%2:36:03:: 9 1
-write%2:36:04:: 6 9
-write_about%2:36:00:: 1 4
-write_down%2:32:01:: 1 4
-write_of%2:36:00:: 1 4
-write_off%2:31:00:: 1 2
-write_off%2:36:00:: 2 1
-write_on%2:36:00:: 1 3
-write_out%2:36:00:: 1 2
-write_up%2:32:02:: 1 1
-writer%1:18:00:: 1 36
-writer%1:18:01:: 2 5
-writhe%2:38:00:: 1 7
-writhed%5:00:00:crooked:01 1 1
-writhing%5:00:00:moving:02 1 2
-writing%1:04:01:: 5 2
-writing%1:04:02:: 1 8
-writing%1:10:00:: 2 6
-writing%1:10:01:: 4 2
-writing%1:10:02:: 3 4
-writing_desk%1:06:01:: 1 1
-writing_paper%1:27:00:: 1 1
-writings%1:10:01:: 1 1
-written%3:00:00:: 1 9
-written_language%1:10:00:: 1 4
-wrong%1:04:00:: 2 2
-wrong%1:07:01:: 1 3
-wrong%2:41:00:: 1 1
-wrong%3:00:01:: 2 12
-wrong%3:00:02:: 1 15
-wrong%4:02:00:: 1 1
-wrong%5:00:00:false:00 5 2
-wrong%5:00:00:inappropriate:00 3 9
-wrong%5:00:00:malfunctioning:00 4 5
-wrongdoing%1:07:00:: 1 1
-wrongly%4:02:00:: 2 1
-wrongly%4:02:03:: 1 1
-wrought_iron%1:27:00:: 1 1
-wry%5:00:00:humorous:00 1 1
-wryly%4:02:00:: 1 2
-wyoming%1:15:00:: 1 3
-x-ray_diffraction%1:19:00:: 1 3
-x-ray_film%1:06:00:: 1 1
-x-ray_machine%1:06:00:: 1 1
-x_ray%1:19:00:: 1 6
-xenon%1:27:00:: 1 1
-xylem%1:20:00:: 1 4
-xylophone%1:06:00:: 1 1
-yacht%1:06:00:: 1 1
-yale%1:06:00:: 1 2
-yank%1:18:02:: 1 7
-yank%2:35:00:: 1 5
-yankee%1:18:02:: 1 5
-yankee%5:00:00:northern:02 1 3
-yap%2:32:00:: 1 1
-yard%1:06:02:: 2 12
-yard%1:15:00:: 3 1
-yard%1:23:00:: 1 34
-yardage%1:07:00:: 1 2
-yarder%1:07:00:: 1 1
-yardstick%1:10:00:: 1 1
-yawn%1:04:00:: 1 1
-yawn%2:29:00:: 1 3
-yawning%5:00:00:open:02 1 1
-yaws%1:26:00:: 1 1
-year%1:14:00:: 4 1
-year%1:28:00:: 3 5
-year%1:28:01:: 1 426
-year%1:28:02:: 2 18
-year-end%1:28:00:: 1 1
-year-round%3:00:00:: 1 1
-yearly%3:01:00:: 1 2
-yearn%2:37:00:: 1 4
-yearning%1:12:00:: 1 5
-yearningly%4:02:00:: 1 1
-years%1:28:00:: 1 19
-years%1:28:01:: 2 6
-yell%1:10:00:: 1 7
-yell%1:10:01:: 2 4
-yell%2:32:00:: 2 6
-yell%2:32:01:: 1 18
-yelled%5:00:00:loud:00 1 1
-yelling%1:10:00:: 1 1
-yelling%5:00:00:noisy:00 1 2
-yellow%1:07:00:: 1 8
-yellow%2:30:00:: 1 2
-yellow%5:00:00:chromatic:00 1 26
-yellow%5:00:00:cowardly:00 2 2
-yellow%5:00:00:old:01 3 1
-yellow-brown%5:00:00:chromatic:00 1 1
-yellow-green%5:00:00:chromatic:00 1 2
-yellow_ochre%1:27:00:: 1 1
-yellow_pine%1:20:00:: 1 1
-yellowish_brown%1:07:00:: 1 1
-yelp%1:11:00:: 1 1
-yelp%2:32:00:: 1 3
-yelping%1:11:00:: 1 1
-yen%1:12:00:: 1 1
-yes%1:10:00:: 1 15
-yesterday%1:28:01:: 1 16
-yesterday%4:02:00:: 1 10
-yesteryear%1:28:00:: 1 1
-yet%4:02:02:: 1 22
-yet%4:02:03:: 3 6
-yet%4:02:04:: 2 15
-yield%1:04:00:: 1 4
-yield%1:06:00:: 3 1
-yield%1:21:00:: 2 1
-yield%2:30:00:: 2 5
-yield%2:32:01:: 8 1
-yield%2:36:00:: 3 4
-yield%2:36:01:: 7 1
-yield%2:38:00:: 6 1
-yield%2:40:01:: 4 3
-yield%2:40:02:: 1 6
-yield%2:42:00:: 5 2
-yield_up%2:40:00:: 1 1
-yielding%5:00:00:docile:00 1 3
-yoga%1:09:00:: 1 1
-yoke%1:06:01:: 1 1
-yokel%1:18:00:: 1 2
-yokel-like%5:00:00:stupid:00 1 1
-yokuts%1:10:00:: 1 8
-yonder%5:00:00:distant:01 1 1
-you_bet%4:02:00:: 1 3
-young%1:05:00:: 1 7
-young%3:00:00:: 1 107
-young%5:00:00:early:02 2 1
-young_girl%1:18:00:: 1 4
-young_lady%1:18:00:: 1 1
-young_man%1:18:00:: 1 14
-young_man%1:18:01:: 2 3
-young_woman%1:18:00:: 1 4
-younger%3:00:00:: 1 3
-younger%5:00:00:junior:00 2 3
-youngish%5:00:00:young:00 1 1
-youngster%1:18:00:: 1 4
-youth%1:07:00:: 6 1
-youth%1:14:00:: 2 10
-youth%1:18:00:: 1 323
-youth%1:26:00:: 4 2
-youth%1:28:00:: 3 5
-youth%1:28:01:: 5 1
-youthful%5:00:00:young:00 1 10
-yr%1:28:00:: 1 6
-yucca%1:20:00:: 1 1
-yugoslavia%1:15:00:: 1 1
-zeal%1:12:01:: 1 2
-zeal%1:12:02:: 2 2
-zenith%1:15:01:: 1 1
-zero%1:23:01:: 2 3
-zero%1:23:02:: 1 6
-zero%5:00:00:cardinal:00 1 5
-zero%5:00:00:no(a):00 3 1
-zero%5:00:02:ordinal:00 2 1
-zero_in%2:33:12:: 1 1
-zest%1:12:00:: 1 1
-zigzag%2:38:00:: 1 2
-zinc%1:27:00:: 1 6
-zinc_cadmium_sulfide%1:27:00:: 1 1
-zionism%1:10:00:: 1 1
-zionist%1:18:00:: 1 1
-zip%2:35:00:: 1 1
-zloty%1:23:00:: 1 1
-zodiacal%3:01:00:: 1 1
-zodiacal_light%1:19:00:: 1 2
-zombie%1:18:00:: 1 1
-zone%1:15:00:: 1 1
-zoning%1:04:00:: 1 1
-zoo%1:06:00:: 1 2
-zoom%2:38:00:: 1 2
diff --git a/corpora/en/wordnet/dict/data.adj b/corpora/en/wordnet/dict/data.adj
deleted file mode 100644
index 62eafc5a6..000000000
--- a/corpora/en/wordnet/dict/data.adj
+++ /dev/null
@@ -1,18185 +0,0 @@
- 1 This software and database is being provided to you, the LICENSEE, by
- 2 Princeton University under the following license. By obtaining, using
- 3 and/or copying this software and database, you agree that you have
- 4 read, understood, and will comply with these terms and conditions.:
- 5
- 6 Permission to use, copy, modify and distribute this software and
- 7 database and its documentation for any purpose and without fee or
- 8 royalty is hereby granted, provided that you agree to comply with
- 9 the following copyright notice and statements, including the disclaimer,
- 10 and that the same appear on ALL copies of the software, database and
- 11 documentation, including modifications that you make for internal
- 12 use or for distribution.
- 13
- 14 WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
- 15
- 16 THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
- 17 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
- 18 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
- 19 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
- 20 ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
- 21 OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
- 22 INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
- 23 OTHER RIGHTS.
- 24
- 25 The name of Princeton University or Princeton may not be used in
- 26 advertising or publicity pertaining to distribution of the software
- 27 and/or database. Title to copyright in this software, database and
- 28 any associated documentation shall at all times remain with
- 29 Princeton University and LICENSEE agrees to preserve same.
-00001740 00 a 01 able 0 005 = 05200169 n 0000 = 05616246 n 0000 + 05616246 n 0101 + 05200169 n 0101 ! 00002098 a 0101 | (usually followed by `to') having the necessary means or skill or know-how or authority to do something; "able to swim"; "she was able to program her computer"; "we were at last able to buy a car"; "able to get a grant for the project"
-00002098 00 a 01 unable 0 002 = 05200169 n 0000 ! 00001740 a 0101 | (usually followed by `to') not having the necessary means or skill or know-how; "unable to get to town without a car"; "unable to obtain funds"
-00002312 00 a 02 abaxial 0 dorsal 4 002 ;c 06037666 n 0000 ! 00002527 a 0101 | facing away from the axis of an organ or organism; "the abaxial surface of a leaf is the underside or side facing away from the stem"
-00002527 00 a 02 adaxial 0 ventral 4 002 ;c 06037666 n 0000 ! 00002312 a 0101 | nearest to or facing toward the axis of an organ or organism; "the upper side of a leaf is known as the adaxial surface"
-00002730 00 a 01 acroscopic 0 002 ;c 06066555 n 0000 ! 00002843 a 0101 | facing or on the side toward the apex
-00002843 00 a 01 basiscopic 0 002 ;c 06066555 n 0000 ! 00002730 a 0101 | facing or on the side toward the base
-00002956 00 a 02 abducent 0 abducting 0 002 ;c 06080522 n 0000 ! 00003131 a 0101 | especially of muscles; drawing away from the midline of the body or from an adjacent part
-00003131 00 a 03 adducent 0 adductive 0 adducting 0 003 ;c 06080522 n 0000 + 01449236 v 0201 ! 00002956 a 0101 | especially of muscles; bringing together or drawing toward the midline of the body or toward an adjacent part
-00003356 00 a 01 nascent 0 005 + 07320302 n 0103 ! 00003939 a 0101 & 00003553 a 0000 & 00003700 a 0000 & 00003829 a 0000 | being born or beginning; "the nascent chicks"; "a nascent insurgency"
-00003553 00 s 02 emergent 0 emerging 0 003 & 00003356 a 0000 + 02625016 v 0102 + 00050693 n 0101 | coming into existence; "an emergent republic"
-00003700 00 s 01 dissilient 0 002 & 00003356 a 0000 + 07434782 n 0101 | bursting open with force, as do some ripe seed vessels
-00003829 00 s 01 parturient 0 002 & 00003356 a 0000 + 14048441 n 0101 | giving birth; "a parturient heifer"
-00003939 00 a 01 dying 0 003 ! 00003356 a 0101 & 00004171 a 0000 & 00004296 a 0000 | in or associated with the process of passing from life or ceasing to be; "a dying man"; "his dying wish"; "a dying fire"; "a dying civilization"
-00004171 00 s 01 moribund 0 001 & 00003939 a 0000 | being on the point of death; breathing your last; "a moribund patient"
-00004296 00 s 01 last 0 001 & 00003939 a 0000 | occurring at the time of death; "his last words"; "the last rites"
-00004413 00 a 01 abridged 0 005 ^ 01442186 a 0000 ! 00004980 a 0101 & 00004615 a 0000 & 00004723 a 0000 & 00004817 a 0000 | (used of texts) shortened by condensing or rewriting; "an abridged version"
-00004615 00 s 02 cut 0 shortened 0 001 & 00004413 a 0000 | with parts removed; "the drastically cut film"
-00004723 00 s 01 half-length 0 001 & 00004413 a 0000 | abridged to half its original length
-00004817 00 s 01 potted 0 003 & 00004413 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) summarized or abridged; "a potted version of a novel"
-00004980 00 a 01 unabridged 0 002 ! 00004413 a 0101 & 00005107 a 0000 | (used of texts) not shortened; "an unabridged novel"
-00005107 00 s 02 full-length 0 uncut 0 001 & 00004980 a 0000 | complete; "the full-length play"
-00005205 00 a 01 absolute 0 007 + 05854474 n 0101 + 04738398 n 0101 ! 00006032 a 0101 & 00005473 a 0000 & 00005599 a 0000 & 00005718 a 0000 & 00005839 a 0000 | perfect or complete or pure; "absolute loyalty"; "absolute silence"; "absolute truth"; "absolute alcohol"
-00005473 00 s 01 direct 0 001 & 00005205 a 0000 | lacking compromising or mitigating elements; exact; "the direct opposite"
-00005599 00 s 02 implicit 0 unquestioning 0 001 & 00005205 a 0000 | being without doubt or reserve; "implicit trust"
-00005718 00 s 01 infinite 0 002 & 00005205 a 0000 + 05209324 n 0101 | total and all-embracing; "God's infinite wisdom"
-00005839 00 s 01 living 0 002 & 00005205 a 0000 ;u 06321054 n 0000 | (informal) absolute; "she is a living doll"; "scared the living daylights out of them"; "beat the living hell out of him"
-00006032 00 a 02 relative 0 comparative 0 005 + 00653620 v 0201 + 00652900 v 0201 + 05212609 n 0101 ! 00005205 a 0101 & 00006245 a 0000 | estimated by comparison; not absolute or complete; "a relative stranger"
-00006245 00 s 01 relational 0 001 & 00006032 a 0000 | having a relation or being related
-00006336 00 a 02 absorbent 0 absorptive 0 015 = 04940964 n 0000 + 02765464 v 0201 + 01539633 v 0201 + 05010062 n 0201 + 04940964 n 0101 + 02765464 v 0101 + 01539633 v 0101 ! 00007813 a 0101 & 00006777 a 0000 & 00006885 a 0000 & 00007096 a 0000 & 00007208 a 0000 & 00007331 a 0000 & 00007516 a 0000 & 00007697 a 0000 | having power or capacity or tendency to absorb or soak up something (liquids or energy etc.); "as absorbent as a sponge"
-00006777 00 s 02 absorbefacient 0 sorbefacient 0 001 & 00006336 a 0000 | inducing or promoting absorption
-00006885 00 s 03 assimilating 0 assimilative 0 assimilatory 0 003 & 00006336 a 0000 + 01540042 v 0301 + 01540042 v 0201 | capable of taking (gas, light, or liquids) into a solution; "an assimilative substance
-00007096 00 s 01 hygroscopic 0 002 & 00006336 a 0000 + 03554645 n 0101 | absorbing moisture (as from the air)
-00007208 00 s 01 receptive 0 001 & 00006336 a 0000 | able to absorb liquid (not repellent); "the paper is ink-receptive"
-00007331 00 s 01 shock-absorbent 0 001 & 00006336 a 0000 | having the capacity to absorb the energy of an impact; "the material absorbs shock and is used for shock-absorbent insoles"
-00007516 00 s 02 spongy 0 spongelike 0 003 & 00006336 a 0000 + 14597758 n 0101 + 04940379 n 0101 | like a sponge in being able to absorb liquids and yield it back when compressed
-00007697 00 s 01 thirsty 0 001 & 00006336 a 0000 | able to take in large quantities of moisture; "thirsty towels"
-00007813 00 a 02 nonabsorbent 0 nonabsorptive 0 004 = 04940964 n 0000 + 04942738 n 0101 ! 00006336 a 0101 & 00007990 a 0000 | not capable of absorbing or soaking up (liquids)
-00007990 00 s 02 repellent 0 resistant 0 003 & 00007813 a 0000 + 01115916 v 0201 + 05196054 n 0101 | incapable of absorbing or mixing with; "a water-repellent fabric"; "plastic highly resistant to steam and water"
-00008206 00 a 03 adsorbent 0 adsorptive 0 surface-assimilative 0 005 + 01540232 v 0201 + 14598525 n 0101 + 01540232 v 0101 ! 00008595 a 0101 & 00008443 a 0000 | having capacity or tendency to adsorb or cause to accumulate on a surface
-00008443 00 s 02 chemisorptive 0 chemosorptive 0 001 & 00008206 a 0000 | having the capacity to adsorb by chemical as contrasted with physical forces
-00008595 00 a 02 nonadsorbent 0 nonadsorptive 0 001 ! 00008206 a 0101 | lacking a capacity to adsorb or cause to accumulate on a surface
-00008734 00 a 01 absorbable 0 002 + 02765464 v 0101 ! 00008877 a 0101 | capable of being absorbed or taken in through the pores of a surface
-00008877 00 a 02 adsorbable 0 adsorbate 0 003 + 14598704 n 0201 + 01540232 v 0101 ! 00008734 a 0101 | capable of being adsorbed or accumulated on a surface of a solid
-00009046 00 a 01 abstemious 0 006 ^ 01299888 a 0000 = 04883942 n 0000 + 04883942 n 0101 ! 00009978 a 0101 & 00009346 a 0000 & 00009618 a 0000 | sparing in consumption of especially food and drink; "the pleasures of the table, never of much consequence to one naturally abstemious"- John Galsworthy
-00009346 00 s 02 abstinent 0 abstentious 0 006 & 00009046 a 0000 + 04882622 n 0202 + 09757944 n 0102 + 04882622 n 0101 + 01068773 n 0101 + 01196037 v 0101 | self-restraining; not indulging an appetite especially for food or drink; "not totally abstinent but abstemious"
-00009618 00 s 04 ascetic 0 ascetical 0 austere 0 spartan 0 004 & 00009046 a 0000 + 04881998 n 0301 + 09758173 n 0202 + 09758173 n 0102 | practicing great self-denial; "Be systematically ascetic...do...something for no other reason than that you would rather not do it"- William James; "a desert nomad's austere life"; "a spartan diet"; "a spartan existence"
-00009978 00 a 01 gluttonous 0 010 ^ 01297315 a 0000 = 04886101 n 0000 + 10132988 n 0101 ! 00009046 a 0101 & 00010385 a 0000 & 00010537 a 0000 & 00010726 a 0000 & 00011160 a 0000 & 00011327 a 0000 & 00011665 a 0000 | given to excess in consumption of especially food or drink; "over-fed women and their gluttonous husbands"; "a gluttonous debauch"; "a gluttonous appetite for food and praise and pleasure"
-00010385 00 s 01 crapulous 1 002 & 00009978 a 0000 + 00748515 n 0105 | given to gross intemperance in eating or drinking; "a crapulous old reprobate"
-00010537 00 s 02 crapulent 0 crapulous 2 003 & 00009978 a 0000 + 00748515 n 0205 + 00748515 n 0105 | suffering from excessive eating or drinking; "crapulent sleep"; "a crapulous stomach"
-00010726 00 s 07 edacious 0 esurient 0 rapacious 0 ravening 0 ravenous 0 voracious 0 wolfish 0 011 & 00009978 a 0000 + 14040071 n 0605 + 04886402 n 0606 + 14040071 n 0604 + 04886402 n 0605 + 14040071 n 0503 + 04886402 n 0303 + 04886402 n 0304 + 04886402 n 0202 + 14040071 n 0101 + 04886402 n 0101 | devouring or craving food in great quantities; "edacious vultures"; "a rapacious appetite"; "ravenous as wolves"; "voracious sharks"
-00011160 00 s 01 greedy 0 002 & 00009978 a 0000 + 04886235 n 0101 | wanting to eat or drink more than one can reasonably consume; "don't be greedy with the cookies"
-00011327 00 s 05 hoggish 0 piggish 0 piggy 0 porcine 0 swinish 0 005 & 00009978 a 0000 + 02395694 n 0302 + 10179649 n 0302 + 04886235 n 0203 + 04886235 n 0102 | resembling swine; coarsely gluttonous or greedy; "piggish table manners"; "the piggy fat-cheeked little boy and his porcine pot-bellied father"; "swinish slavering over food"
-00011665 00 s 02 overgreedy 0 too-greedy 0 001 & 00009978 a 0000 | excessively gluttonous
-00011757 00 a 01 abstract 0 010 ^ 02391867 a 0000 ^ 01980250 a 0000 = 04762134 n 0000 + 05854150 n 0102 + 04762134 n 0101 ! 00013160 a 0101 & 00012071 a 0000 & 00012362 a 0000 & 00012689 a 0000 & 00012932 a 0000 | existing only in the mind; separated from embodiment; "abstract words like `truth' and `justice'"
-00012071 00 s 03 conceptional 0 ideational 0 notional 0 004 & 00011757 a 0000 + 05836598 n 0301 + 05784699 n 0201 + 05835747 n 0102 | being of the nature of a notion or concept; "a plan abstract and conceptional"; "to improve notional comprehension"; "a notional response to the question"
-00012362 00 s 01 conceptual 0 004 & 00011757 a 0000 + 01633343 v 0103 + 05835747 n 0101 + 05836275 n 0103 | being or characterized by concepts or their formation; "conceptual discussions"; "the schizophrenic loses ability to abstract or do conceptual thinking"; "sex is a notional category, gender is a grammatical category"
-00012689 00 s 01 ideal 0 003 & 00011757 a 0000 + 05833840 n 0101 + 04855524 n 0101 | constituting or existing only in the form of an idea or mental image or conception; "a poem or essay may be typical of its period in idea or ideal content"
-00012932 00 s 02 ideological 0 ideologic 0 003 & 00011757 a 0000 + 05779568 n 0201 + 05779568 n 0101 | concerned with or suggestive of ideas; "ideological application of a theory"; "the drama's symbolism was very ideological"
-00013160 00 a 01 concrete 0 008 ^ 02391455 a 0000 ^ 01834304 a 0000 ^ 01932973 a 0000 = 04759849 n 0000 + 04759849 n 0101 ! 00011757 a 0101 & 00013442 a 0000 & 00013662 a 0000 | capable of being perceived by the senses; not abstract or imaginary; "concrete objects such as trees"
-00013442 00 s 01 objective 0 001 & 00013160 a 0000 | belonging to immediate experience of actual things or events; "objective benefits"; "an objective example"; "there is no objective evidence of anything of the kind"
-00013662 00 s 02 real 0 tangible 0 003 & 00013160 a 0000 + 04760024 n 0202 + 13956097 n 0101 | capable of being treated as fact; "tangible evidence"; "his brief time as Prime Minister brought few real benefits to the poor"
-00013887 00 a 01 abundant 0 021 ^ 00105746 a 0000 ^ 02021905 a 0000 = 05108740 n 0000 + 02715279 v 0101 + 05115040 n 0101 ! 00016756 a 0101 & 00014358 a 0000 & 00014490 a 0000 & 00014858 a 0000 & 00015097 a 0000 & 00015247 a 0000 & 00015480 a 0000 & 00015589 a 0000 & 00015720 a 0000 & 00015854 a 0000 & 00016005 a 0000 & 00016135 a 0000 & 00016247 a 0000 & 00016350 a 0000 & 00016532 a 0000 & 00016647 a 0000 | present in great quantity; "an abundant supply of water"
-00014358 00 s 02 abounding 0 galore(ip) 0 001 & 00013887 a 0000 | existing in abundance; "abounding confidence"; "whiskey galore"
-00014490 00 s 05 ample 0 copious 1 plenteous 0 plentiful 1 rich 0 008 & 00013887 a 0000 + 05115804 n 0503 + 05115568 n 0402 + 13774404 n 0312 + 05115568 n 0301 + 05115568 n 0303 + 05115040 n 0202 + 05112910 n 0101 | affording an abundant supply; "had ample food for the party"; "copious provisions"; "food is plentiful"; "a plenteous grape harvest"; "a rich supply"
-00014858 00 s 02 copious 2 voluminous 0 004 & 00013887 a 0000 + 05106024 n 0203 + 05106024 n 0202 + 05115040 n 0102 | large in number or quantity (especially of discourse); "she took copious notes"; "a subject of voluminous legislation"
-00015097 00 s 01 easy 0 002 & 00013887 a 0000 ;c 06149484 n 0000 | obtained with little effort or sacrifice, often obtained illegally; "easy money"
-00015247 00 s 05 exuberant 0 lush 0 luxuriant 0 profuse 0 riotous 0 005 & 00013887 a 0000 + 05115804 n 0402 + 00310812 v 0301 + 05116243 n 0301 + 05116243 n 0202 | produced or growing in extreme abundance; "their riotous blooming"
-00015480 00 s 01 thick 0 001 & 00013887 a 0000 | abounding; having a lot of; "the top was thick with dust"
-00015589 00 s 01 long 0 001 & 00013887 a 0000 | having or being more than normal or necessary:"long on brains"; "in long supply"
-00015720 00 s 03 overabundant 0 plethoric 0 rife 0 003 & 00013887 a 0000 + 05120116 n 0202 + 05119367 n 0101 | excessively abundant
-00015854 00 s 01 plentiful 2 002 & 00013887 a 0000 + 05115568 n 0102 | existing in great number or quantity; "rhinoceroses were once plentiful here"
-00016005 00 s 01 rampant 0 001 & 00013887 a 0000 | (of a plant) having a lush and unchecked growth; "a rampant growth of weeds"
-00016135 00 s 01 rank 0 002 & 00013887 a 0000 + 05147586 n 0102 | growing profusely; "rank jungle vegetation"
-00016247 00 s 01 superabundant 0 002 & 00013887 a 0000 + 05119367 n 0104 | most excessively abundant
-00016350 00 s 01 teeming 0 002 & 00013887 a 0000 + 05115040 n 0103 | abundantly filled with especially living things; "the Third World's teeming millions"; "the teeming boulevard"
-00016532 00 s 01 torrential 0 002 & 00013887 a 0000 + 11502102 n 0105 | pouring in abundance; "torrential rains"
-00016647 00 s 01 verdant 0 002 & 00013887 a 0000 + 05116590 n 0102 | characterized by abundance of verdure
-00016756 00 a 01 scarce 0 007 ^ 00106456 a 0000 = 05108740 n 0000 + 05116953 n 0102 + 05116953 n 0101 ! 00013887 a 0101 & 00017024 a 0000 & 00017186 a 0000 | deficient in quantity or number compared with the demand; "fresh vegetables were scarce during the drought"
-00017024 00 s 01 rare 0 003 & 00016756 a 0000 + 05117237 n 0102 + 05117237 n 0101 | not widely distributed; "rare herbs"; "rare patches of green in the desert"
-00017186 00 s 01 tight 0 003 & 00016756 a 0000 ;c 06149484 n 0000 + 14450540 n 0102 | affected by scarcity and expensive to borrow; "tight money"; "a tight market"
-00017352 00 a 04 abused 1 ill-treated 0 maltreated 0 mistreated 0 002 ! 00017688 a 0101 & 00017509 a 0000 | subjected to cruel treatment; "an abused wife"
-00017509 00 s 01 battered 0 001 & 00017352 a 0000 | exhibiting symptoms resulting from repeated physical and emotional injury; "a battered child"; "the battered woman syndrome"
-00017688 00 a 01 unabused 1 001 ! 00017352 a 0101 | not physically abused; treated properly
-00017782 00 a 01 acceptable 0 007 ^ 02080577 a 0000 + 04792679 n 0101 + 04792679 n 0102 ! 00018584 a 0101 & 00018069 a 0000 & 00018222 a 0000 & 00018435 a 0000 | worthy of acceptance or satisfactory; "acceptable levels of radiation"; "performances varied from acceptable to excellent"
-00018069 00 s 01 bankable 0 004 & 00017782 a 0000 + 02343374 v 0101 + 02343056 v 0101 + 02310855 v 0102 | acceptable to or at a bank; "bankable funds"
-00018222 00 s 02 unexceptionable 0 unimpeachable 0 001 & 00017782 a 0000 | completely acceptable; not open to exception or reproach; "two unexceptionable witnesses"; "a judge's ethics should be unexceptionable"
-00018435 00 s 01 unobjectionable 0 001 & 00017782 a 0000 | not objectionable; "the ends are unobjectionable; it's the means that one can't accept"
-00018584 00 a 01 unacceptable 0 006 ^ 02082218 a 0000 ^ 02540236 a 0000 + 04793925 n 0102 + 04793925 n 0101 ! 00017782 a 0101 & 00018850 a 0000 | not acceptable; not welcome; "a word unacceptable in polite society"; "an unacceptable violation of personal freedom"
-00018850 00 s 02 exceptionable 0 objectionable 0 002 & 00018584 a 0000 + 04781755 n 0203 | liable to objection or debate; used of something one might take exception to; "a thoroughly unpleasant highly exceptionable piece of writing"; "found the politician's views objectionable"
-00019131 00 a 01 accessible 0 007 ^ 00604617 a 0000 = 04718999 n 0000 + 02007417 v 0101 ! 00019874 a 0101 & 00019349 a 0000 & 00019505 a 0000 & 00019731 a 0000 | capable of being reached; "a town accessible by rail"
-00019349 00 s 02 approachable 0 reachable 0 002 & 00019131 a 0000 + 02053941 v 0101 | easily approached; "a site approachable from a branch of the Niger"
-00019505 00 s 03 come-at-able 0 get-at-able 0 getatable 0 002 & 00019131 a 0000 ;u 07075172 n 0000 | capable of being reached or attained; "a very getatable man"; "both oil and coal are there but not in getatable locations"
-00019731 00 s 02 handy 0 ready_to_hand(p) 0 002 & 00019131 a 0000 + 04718999 n 0101 | easy to reach; "found a handy spot for the can opener"
-00019874 00 a 02 inaccessible 0 unaccessible 0 006 = 04718999 n 0000 ! 00019131 a 0101 & 00020103 a 0000 & 00020241 a 0000 & 00020410 a 0000 & 00020647 a 0000 | capable of being reached only with great difficulty or not at all
-00020103 00 s 02 outback(a) 0 remote 0 003 & 00019874 a 0000 + 05085165 n 0202 + 08505110 n 0101 | inaccessible and sparsely populated;
-00020241 00 s 06 pathless 0 roadless 0 trackless 0 untracked 0 untrod 0 untrodden 0 001 & 00019874 a 0000 | lacking pathways; "trackless wilderness"; "roadless areas"
-00020410 00 s 04 unapproachable 0 unreachable 0 unreached 0 out_of_reach(p) 0 001 & 00019874 a 0000 | inaccessibly located or situated; "an unapproachable chalet high in the mountains"; "an unreachable canyon"; "the unreachable stars"
-00020647 00 s 03 un-come-at-able 0 un-get-at-able 0 ungetatable 0 002 & 00019874 a 0000 ;u 07075172 n 0000 | difficult to reach or attain
-00020787 00 a 02 accommodating 0 accommodative 0 006 ^ 01133876 a 0000 ^ 01195536 a 0000 ^ 01372049 a 0000 + 00885925 v 0202 ! 00021403 a 0101 & 00021110 a 0000 | helpful in bringing about a harmonious adaptation; "the warden was always accommodating in allowing visitors in"; "made a special effort to be accommodating"
-00021110 00 s 02 complaisant 0 obliging 0 003 & 00020787 a 0000 + 04641153 n 0204 + 04641153 n 0101 | showing a cheerful willingness to do favors for others; "to close one's eyes like a complaisant husband whose wife has taken a lover"; "the obliging waiter was in no hurry for us to leave"
-00021403 00 a 02 unaccommodating 0 unobliging 0 002 ! 00020787 a 0101 & 00021592 a 0000 | not accommodating; "the unaccommodating bus driver pulled out while she was banging on the door"
-00021592 00 s 02 disobliging 0 uncooperative 0 001 & 00021403 a 0000 | intentionally unaccommodating; "the action was not offensive to him but proved somewhat disobliging"
-00021766 00 a 01 accurate 0 012 ^ 00631391 a 0000 ^ 00914421 a 0000 ^ 01837744 a 0000 = 04802907 n 0000 ! 00023383 a 0101 & 00022219 a 0000 & 00022437 a 0000 & 00022680 a 0000 & 00022852 a 0000 & 00022962 a 0000 & 00023120 a 0000 & 00023278 a 0000 | conforming exactly or almost exactly to fact or to a standard or performing with total accuracy; "an accurate reproduction"; "the accounting was accurate"; "accurate measurements"; "an accurate scale"
-00022219 00 s 02 close 0 faithful 0 002 & 00021766 a 0000 + 04876985 n 0202 | marked by fidelity to an original; "a close translation"; "a faithful copy of the portrait"; "a faithful rendering of the observed facts"
-00022437 00 s 01 dead-on(a) 0 002 & 00021766 a 0000 ;u 07075172 n 0000 | accurate and to the point; "a dead-on feel for characterization"; "She avoids big scenes...preferring to rely on small gestures and dead-on dialogue"- Peter S.Prescott
-00022680 00 s 02 high-fidelity 0 hi-fi 0 001 & 00021766 a 0000 | characterized by minimal distortion in sound reproduction; "a high-fidelity recording"; "a hi-fi system"
-00022852 00 s 01 surgical 0 001 & 00021766 a 0000 | performed with great precision; "a surgical air strike"
-00022962 00 s 01 straight 0 001 & 00021766 a 0000 | in keeping with the facts; "set the record straight"; "made sure the facts were straight in the report"
-00023120 00 s 02 true 0 dead_on_target 0 002 & 00021766 a 0000 + 04804169 n 0101 | accurately placed or thrown; "his aim was true"; "he was dead on target"
-00023278 00 s 02 veracious 0 right 0 001 & 00021766 a 0000 | precisely accurate; "a veracious account"
-00023383 00 a 01 inaccurate 0 009 ^ 01839417 a 0000 ^ 00632438 a 0000 ^ 00915787 a 0000 = 04802907 n 0000 ! 00021766 a 0101 & 00023655 a 0000 & 00023854 a 0000 & 00024139 a 0000 & 00024241 a 0000 | not exact; "an inaccurate translation"; "the thermometer is inaccurate"
-00023655 00 s 02 away 0 outside 0 002 & 00023383 a 0000 ;c 00471613 n 0000 | (of a baseball pitch) on the far side of home plate from the batter; "the pitch was away (or wide)"; "an outside pitch"
-00023854 00 s 03 faulty 0 incorrect 0 wrong 0 003 & 00023383 a 0000 + 00070965 n 0103 + 14472299 n 0102 | characterized by errors; not agreeing with a model or not following established rules; "he submitted a faulty report"; "an incorrect transcription"; the wrong side of the road"
-00024139 00 s 01 unfaithful 0 001 & 00023383 a 0000 | not trustworthy; "an unfaithful reproduction"
-00024241 00 s 02 wide 0 wide_of_the_mark 0 001 & 00023383 a 0000 | not on target; "the kick was wide"; "the arrow was wide of the mark"; "a claim that was wide of the truth"
-00024417 00 a 01 accustomed 0 002 ! 00024834 a 0101 & 00024619 a 0000 | (often followed by `to') in the habit of or adapted to; "accustomed to doing her own work"; "I've grown accustomed to her face"
-00024619 00 s 02 used_to(p) 0 wont_to(p) 0 001 & 00024417 a 0000 | in the habit; "I am used to hitchhiking"; "you'll get used to the idea"; "...was wont to complain that this is a cold world"- Henry David Thoreau
-00024834 00 a 01 unaccustomed 0 003 ! 00024417 a 0101 & 00024996 a 0000 & 00025138 a 0000 | not habituated to; unfamiliar with; "unaccustomed to wearing suits"
-00024996 00 s 01 new 0 001 & 00024834 a 0000 | unfamiliar; "new experiences"; "experiences new to him"; "errors of someone new to the job"
-00025138 00 s 01 unused 0 001 & 00024834 a 0000 | infrequently exposed to; "feet unused to shoes"
-00025238 00 a 01 acidic 0 005 ;c 06084469 n 0000 ! 00025728 a 0101 ! 00026515 a 0101 & 00025470 a 0000 & 00025633 a 0000 | being or containing an acid; of a solution having an excess of hydrogen atoms (having a pH of less than 7)
-00025470 00 s 01 acid 0 004 & 00025238 a 0000 ;c 06084469 n 0000 + 14607521 n 0101 + 04993882 n 0103 | having the characteristics of an acid; "an acid reaction"
-00025633 00 s 01 acid-forming 0 001 & 00025238 a 0000 | yielding an acid in aqueous solution
-00025728 00 a 02 alkaline 0 alkalic 0 009 ;c 06084469 n 0000 + 14712036 n 0201 + 05039709 n 0101 ! 00026515 a 0101 ! 00025238 a 0101 & 00026051 a 0000 & 00026168 a 0000 & 00026294 a 0000 & 00026388 a 0000 | relating to or containing an alkali; having a pH greater than 7; "alkaline soils derived from chalk or limestone"
-00026051 00 s 02 alkalescent 0 alcalescent 0 001 & 00025728 a 0000 | tending to become alkaline; slightly alkaline
-00026168 00 s 01 basic 0 002 & 00025728 a 0000 ;c 06084469 n 0000 | of or denoting or of the nature of or containing a base
-00026294 00 s 01 base-forming 0 001 & 00025728 a 0000 | yielding a base in aqueous solution
-00026388 00 s 01 saltlike 0 001 & 00025728 a 0000 | resembling a compound formed by replacing hydrogen in an acid by a metal
-00026515 00 a 02 amphoteric 0 amphiprotic 0 003 ;c 06084469 n 0000 ! 00025238 a 0101 ! 00025728 a 0101 | having characteristics of both an acid and a base and capable of reacting as either
-00026706 00 a 01 acid-loving 0 003 ;c 00017222 n 0000 ! 00027074 a 0101 & 00026895 a 0000 | thriving in a relatively acidic environment (especially of plants requiring a pH well below 7)
-00026895 00 s 03 acidophilic 0 acidophilous 0 aciduric 0 003 & 00026706 a 0000 + 01349333 n 0102 + 01349333 n 0101 | especially of some bacteria; growing well in an acid medium
-00027074 00 a 01 alkaline-loving 0 002 ;c 00017222 n 0000 ! 00026706 a 0101 | thriving in a relatively alkaline environment; (especially of plants requiring a pH above 7)
-00027247 00 a 01 acknowledged 0 009 ^ 01375174 a 0000 = 14411981 n 0000 ! 00028672 a 0101 & 00027599 a 0000 & 00027833 a 0000 & 00028008 a 0000 & 00028181 a 0000 & 00028280 a 0000 & 00028471 a 0000 | recognized or made known or admitted; "the acknowledged leader of the community"; "a woman of acknowledged accomplishments"; "his acknowledged error"
-00027599 00 s 03 accepted 0 recognized 0 recognised 0 001 & 00027247 a 0000 | generally approved or compelling recognition; "several accepted techniques for treating the condition"; "his recognized superiority in this kind of work"
-00027833 00 s 01 self-confessed(a) 0 001 & 00027247 a 0000 | owned up to; "his admitted doubts"; "the conceded error"; "a confessed murderer"; "a self-confessed plagiarist"
-00028008 00 s 01 assumptive 0 002 & 00027247 a 0000 + 00632236 v 0101 | accepted as real or true without proof; "the assumed reason for his absence"; "assumptive beliefs"
-00028181 00 s 01 declarable 0 001 & 00027247 a 0000 | that must be declared; "declarable income"
-00028280 00 s 02 given 0 granted 0 003 & 00027247 a 0000 + 05893356 n 0101 + 04755630 n 0101 | acknowledged as a supposition; "given the engine's condition, it is a wonder that it started"
-00028471 00 s 01 putative(a) 0 001 & 00027247 a 0000 | purported; commonly put forth or accepted as true on inconclusive grounds; "the foundling's putative father"; "the putative author of the book"
-00028672 00 a 01 unacknowledged 0 007 ^ 01376894 a 0000 = 14411981 n 0000 ! 00027247 a 0101 & 00028867 a 0000 & 00028984 a 0000 & 00029108 a 0000 & 00029216 a 0000 | not recognized or admitted
-00028867 00 s 03 unappreciated 0 unsung 0 unvalued 0 001 & 00028672 a 0000 | having value that is not acknowledged
-00028984 00 s 02 unavowed 0 secret 0 001 & 00028672 a 0000 | not openly made known; "a secret marriage"; "a secret bride"
-00029108 00 s 01 unconfessed 0 002 & 00028672 a 0000 + 08477164 n 0101 | not admitted; "unconfessed sins"
-00029216 00 s 02 unrecognized 0 unrecognised 0 001 & 00028672 a 0000 | not recognized; "he was unrecognized in his disguise"
-00029343 00 a 01 acquisitive 0 011 = 04946078 n 0000 + 02210855 v 0102 + 04946078 n 0101 ! 00031533 a 0101 & 00029769 a 0000 & 00029933 a 0000 & 00030508 a 0000 & 00030701 a 0000 & 00030798 a 0000 & 00031138 a 0000 & 00031384 a 0000 | eager to acquire and possess things especially material possessions or ideas; "an acquisitive mind"; "an acquisitive society in which the craving for material things seems never satisfied"
-00029769 00 s 01 accumulative 0 003 & 00029343 a 0000 + 02304982 v 0103 + 00158804 v 0101 | marked by acquiring or amassing; "we live in an accumulative society"
-00029933 00 s 06 avaricious 0 covetous 0 grabby 0 grasping 0 greedy 0 prehensile 0 009 & 00029343 a 0000 + 04945530 n 0501 + 00758525 n 0502 + 04834817 n 0501 + 00812274 n 0401 + 00758525 n 0203 + 04945758 n 0101 + 00758525 n 0101 + 04945758 n 0102 | immoderately desirous of acquiring e.g. wealth; "they are avaricious and will do anything for money"; "casting covetous eyes on his neighbor's fields"; "a grasping old miser"; "grasping commercialism"; "greedy for money and power"; "grew richer and greedier"; "prehensile employers stingy with raises for their employees"
-00030508 00 s 01 possessive 0 003 & 00029343 a 0000 + 04945942 n 0101 + 02204692 v 0103 | desirous of owning; "small children are so possessive they will not let others play with their toys"
-00030701 00 s 01 plundering 0 001 & 00029343 a 0000 | given to taking by force what is desired
-00030798 00 s 03 predaceous 0 predacious 0 predatory 0 001 & 00029343 a 0000 | living by or given to victimizing others for personal gain; "predatory capitalists"; "a predatory, insensate society in which innocence and decency can prove fatal"- Peter S. Prescott; "a predacious kind of animal--the early geological gangster"- W.E.Swinton
-00031138 00 s 03 rapacious 0 ravening 0 voracious 0 003 & 00029343 a 0000 + 04834817 n 0302 + 00758525 n 0104 | excessively greedy and grasping; "a rapacious divorcee on the prowl"; "ravening creditors"; "paying taxes to voracious governments"
-00031384 00 s 01 sordid 0 002 & 00029343 a 0000 + 04807971 n 0102 | meanly avaricious and mercenary; "sordid avarice"; "sordid material interests"
-00031533 00 a 01 unacquisitive 0 002 = 04946078 n 0000 ! 00029343 a 0101 | not acquisitive; not interested in acquiring or owning anything
-00031674 00 a 01 acropetal 0 002 ;c 06066555 n 0000 ! 00031824 a 0101 | of leaves or flowers; developing or opening in succession from base to apex
-00031824 00 a 01 basipetal 0 002 ;c 06066555 n 0000 ! 00031674 a 0101 | of leaves or flowers; developing or opening in succession from apex to base
-00031974 00 a 01 active 1 013 ^ 00873603 a 0000 ^ 00804695 a 0000 = 04635104 n 0000 + 04635104 n 0101 + 04635104 n 0102 ! 00033574 a 0101 & 00032358 a 0000 & 00032497 a 0000 & 00032733 a 0000 & 00033077 a 0000 & 00033206 a 0000 & 00033359 a 0000 & 00033475 a 0000 | characterized by energetic activity; "an active toddler"; "active as a gazelle"; "an active man is a man of action"
-00032358 00 s 02 about(p) 0 astir(p) 0 001 & 00031974 a 0000 | on the move; "up and about"; "the whole town was astir over the incident"
-00032497 00 s 03 acrobatic 0 athletic 0 gymnastic 0 004 & 00031974 a 0000 + 00433802 n 0301 + 00523513 n 0202 + 00434075 n 0101 | vigorously active; "an acrobatic dance"; "an athletic child"; "athletic playing"; "gymnastic exercises"
-00032733 00 s 04 agile 0 nimble 0 quick 0 spry 0 005 & 00031974 a 0000 + 05642175 n 0305 + 05059132 n 0302 + 05003850 n 0205 + 05003850 n 0101 | moving quickly and lightly; "sleek and agile as a gymnast"; "as nimble as a deer"; "nimble fingers"; "quick of foot"; "the old dog was so spry it was halfway up the stairs before we could stop it"
-00033077 00 s 01 hot 0 002 & 00031974 a 0000 ;u 07075172 n 0000 | marked by excited activity; "a hot week on the stock market"
-00033206 00 s 02 hyperactive 0 overactive 0 003 & 00031974 a 0000 + 13529450 n 0201 + 14060256 n 0101 | more active than normal; "a hyperactive child"
-00033359 00 s 01 on_the_go(p) 0 001 & 00031974 a 0000 | (of a person) very busy and active; "is always on the go"
-00033475 00 s 01 sporty 0 001 & 00031974 a 0000 | appropriate for sport or engagement in a sport
-00033574 00 a 01 inactive 1 009 ^ 00875712 a 0000 = 04635104 n 0000 + 04635631 n 0101 ! 00031974 a 0101 & 00033886 a 0000 & 00034032 a 0000 & 00034232 a 0000 & 00034322 a 0000 & 00034572 a 0000 | not active physically or mentally; "illness forced him to live an inactive life"; "dreamy and inactive by nature"
-00033886 00 s 02 desk-bound 0 deskbound 0 001 & 00033574 a 0000 | restricted to working in an office rather than in an active physical capacity
-00034032 00 s 02 abeyant 0 dormant 0 003 & 00033574 a 0000 + 14011811 n 0201 + 14010636 n 0101 | inactive but capable of becoming active; "her feelings of affection are dormant but easily awakened"
-00034232 00 s 02 hypoactive 0 underactive 0 001 & 00033574 a 0000 | abnormally inactive
-00034322 00 s 04 inert 0 sluggish 0 soggy 0 torpid 0 005 & 00033574 a 0000 + 04636881 n 0403 + 14014621 n 0402 + 04635953 n 0203 + 04776572 n 0101 | slow and apathetic; "she was fat and inert"; "a sluggish worker"; "a mind grown torpid in old age"
-00034572 00 s 01 sedentary 0 001 & 00033574 a 0000 | requiring sitting or little activity; "forced by illness to lead a sedentary life"
-00034710 00 a 01 active 8 004 + 14006945 n 0103 + 14006945 n 0102 ! 00035074 a 0101 & 00034924 a 0000 | engaged in full-time work; "active duty"; "though past retirement age he is still active in his profession"
-00034924 00 s 01 activated 0 002 & 00034710 a 0000 ;c 08199025 n 0000 | (military) set up and placed on active assignment; "a newly activated unit"
-00035074 00 a 01 inactive 8 004 + 01062583 n 0101 ! 00034710 a 0101 & 00035254 a 0000 & 00035368 a 0000 | not engaged in full-time work; "inactive reserve"; "an inactive member"
-00035254 00 s 01 off 0 001 & 00035074 a 0000 | not performing or scheduled for duties; "He's off every Tuesday"
-00035368 00 s 01 retired 0 001 & 00035074 a 0000 | no longer active in your work or profession
-00035465 00 a 01 active 6 009 + 04635104 n 0101 + 04635104 n 0102 ! 00036481 a 0101 & 00035779 a 0000 & 00035868 a 0000 & 00035978 a 0000 & 00036163 a 0000 & 00036254 a 0000 & 00036346 a 0000 | full of activity or engaged in continuous activity; "an active seaport"; "an active bond market"; "an active account"
-00035779 00 s 01 brisk 0 001 & 00035465 a 0000 | very active; "doing a brisk business"
-00035868 00 s 01 bustling 0 001 & 00035465 a 0000 | full of energetic and noisy activity; "a bustling city"
-00035978 00 s 01 busy 1 002 & 00035465 a 0000 + 14008050 n 0101 | crowded with or characterized by much activity; "a very busy week"; "a busy life"; "a busy street"; "a busy seaport"
-00036163 00 s 01 going(a) 0 001 & 00035465 a 0000 | in full operation; "a going concern"
-00036254 00 s 01 open 0 001 & 00035465 a 0000 | ready for business; "the stores are open"
-00036346 00 s 01 springy 0 001 & 00035465 a 0000 | (of movements) light and confidently active; "he walked away with a springy step"
-00036481 00 a 01 inactive 3 008 + 14010148 n 0103 + 01062583 n 0101 ! 00035465 a 0101 & 00036763 a 0000 & 00036879 a 0000 & 00036998 a 0000 & 00037188 a 0000 & 00037341 a 0000 | lacking activity; lying idle or unused; "an inactive mine"; "inactive accounts"; "inactive machinery"
-00036763 00 s 01 dark 0 001 & 00036481 a 0000 | not giving performances; closed; "the theater is dark on Mondays"
-00036879 00 s 01 dead 0 001 & 00036481 a 0000 | devoid of activity; "this is a dead town; nothing ever happens here"
-00036998 00 s 03 dull 0 slow 0 sluggish 0 003 & 00036481 a 0000 ;c 01094725 n 0000 + 05062518 n 0301 | (of business) not active or brisk; "business is dull (or slow)"; "a sluggish market"
-00037188 00 s 02 idle 0 unused 0 002 & 00036481 a 0000 + 01065441 n 0101 | not in active use; "the machinery sat idle during the strike"; "idle hands"
-00037341 00 s 01 strikebound 0 001 & 00036481 a 0000 | closed or immobilized by a strike; "a strikebound airline"
-00037457 00 a 01 active 2 005 ;c 06060845 n 0000 + 14006945 n 0103 + 13440063 n 0104 ! 00037757 a 0101 & 00037653 a 0000 | tending to become more severe or wider in scope; "active tuberculosis"
-00037653 00 s 01 progressive 0 001 & 00037457 a 0000 | advancing in severity; "progressive paralysis"
-00037757 00 a 01 inactive 2 007 ;c 06060845 n 0000 ! 00037457 a 0101 & 00037985 a 0000 & 00038119 a 0000 & 00038260 a 0000 & 00038462 a 0000 & 00038623 a 0000 | (pathology) not progressing or increasing; or progressing slowly
-00037985 00 s 01 dead-end 0 001 & 00037757 a 0000 | lacking opportunities for development or advancement; "stuck in a dead-end job"
-00038119 00 s 01 flat 0 001 & 00037757 a 0000 | commercially inactive; "flat sales for the month"; "prices remained flat"; "a flat market"
-00038260 00 s 01 indolent 0 002 & 00037757 a 0000 ;c 06060845 n 0000 | (of tumors, e.g.) slow to heal or develop and usually painless; "an indolent ulcer"; "leprosy is an indolent infectious disease"
-00038462 00 s 01 latent 0 003 & 00037757 a 0000 ;c 06060845 n 0000 + 14482852 n 0101 | (pathology) not presently active; "latent infection"; "latent diabetes"
-00038623 00 s 01 quiescent 0 002 & 00037757 a 0000 ;c 06060845 n 0000 | (pathology) causing no symptoms; "a quiescent tumor"
-00038750 00 a 01 active 3 008 = 04635104 n 0000 + 09764900 n 0101 + 14006945 n 0103 + 04635104 n 0102 ! 00039592 a 0101 & 00039122 a 0000 & 00039259 a 0000 & 00039394 a 0000 | disposed to take action or effectuate change; "a director who takes an active interest in corporate operations"; "an active antagonism"; "he was active in drawing attention to their grievances"
-00039122 00 s 02 activist 0 activistic 0 003 & 00038750 a 0000 + 05901840 n 0201 + 10315837 n 0102 | advocating or engaged in activism
-00039259 00 s 01 hands-on 0 001 & 00038750 a 0000 | involving active participation; "he's a hands-on manager"; "hands-on operations"
-00039394 00 s 01 proactive 0 001 & 00038750 a 0000 | (of a policy or person or action) controlling a situation by causing something to happen rather than waiting to respond to it after it happens
-00039592 00 a 02 passive 1 inactive 4 008 = 04636397 n 0000 + 04635631 n 0201 + 04635631 n 0202 + 04636397 n 0101 + 04636397 n 0102 ! 00038750 a 0101 & 00039929 a 0000 & 00040058 a 0000 | lacking in energy or will; "Much benevolence of the passive order may be traced to a disinclination to inflict pain upon oneself"- George Meredith
-00039929 00 s 01 hands-off 0 001 & 00039592 a 0000 | not involving participation or intervention; "a hands-off foreign policy"
-00040058 00 s 03 resistless 0 supine 0 unresisting 0 001 & 00039592 a 0000 | offering no resistance; "resistless hostages"; "No other colony showed such supine, selfish helplessness in allowing her own border citizens to be mercilessly harried"- Theodore Roosevelt
-00040325 00 a 01 active 4 006 = 14006945 n 0000 ;c 09470550 n 0000 + 14006945 n 0103 + 13518963 n 0104 ! 00040685 a 0101 & 00040534 a 0000 | (of e.g. volcanos) erupting or liable to erupt; "active volcanos"
-00040534 00 s 01 eruptive 0 002 & 00040325 a 0000 + 00309074 v 0101 | actively spewing out lava; "a geyser is an intermittently eruptive hot spring"
-00040685 00 a 02 dormant 0 inactive 5 006 = 14011811 n 0000 + 14010148 n 0203 + 14010148 n 0202 + 14011811 n 0101 ! 00040325 a 0101 & 00040909 a 0000 | (of e.g. volcanos) not erupting and not extinct ; "a dormant volcano"
-00040909 00 s 01 quiescent 0 004 & 00040685 a 0000 + 14011811 n 0103 + 14011811 n 0102 + 02190188 v 0104 | being quiet or still or inactive
-00041051 00 a 01 extinct 2 003 = 14012173 n 0000 ! 00041361 a 0101 & 00041202 a 0000 | (of e.g. volcanos) permanently inactive; "an extinct volcano"
-00041202 00 s 01 dead 0 002 & 00041051 a 0000 + 05006519 n 0101 | physically inactive; "Crater Lake is in the crater of a dead volcano of the Cascade Range"
-00041361 00 a 01 active 5 003 ^ 00099290 a 0000 ! 00041051 a 0101 & 00041488 a 0000 | (of e.g. volcanos) capable of erupting
-00041488 00 s 02 alive 0 live 7 001 & 00041361 a 0000 | capable of erupting; "a live volcano"; "the volcano is very much alive"
-00041618 00 a 02 active 0 dynamic 4 002 ;c 06174404 n 0000 ! 00041841 a 0101 | (used of verbs (e.g. `to run') and participial adjectives (e.g. `running' in `running water')) expressing action rather than a state of being
-00041841 00 a 01 stative 0 002 ;c 06174404 n 0000 ! 00041618 a 0101 | ( used of verbs (e.g. `be' or `own') and most participial adjectives) expressing existence or a state rather than an action
-00042037 00 a 01 active 9 002 ;c 06174404 n 0000 ! 00042228 a 0101 | expressing that the subject of the sentence has the semantic function of actor: "Hemingway favors active constructions"
-00042228 00 a 01 passive 2 003 ;c 06174404 n 0000 + 13803431 n 0102 ! 00042037 a 0101 | expressing that the subject of the sentence is the patient of the action denoted by the verb; "academics seem to favor passive sentences"
-00042457 00 a 01 active 7 007 + 14776804 n 0102 + 14006945 n 0103 + 14531203 n 0101 ! 00043125 a 0101 & 00042692 a 0000 & 00042837 a 0000 & 00042982 a 0000 | exerting influence or producing a change or effect; "an active ingredient"
-00042692 00 s 01 activated 0 001 & 00042457 a 0000 | rendered active; e.g. rendered radioactive or luminescent or photosensitive or conductive
-00042837 00 s 01 counteractive 0 002 & 00042457 a 0000 + 02543874 v 0101 | opposing or neutralizing or mitigating an effect by contrary action
-00042982 00 s 01 surface-active 0 001 & 00042457 a 0000 | capable of lowering the surface tension of a liquid; used especially of detergents
-00043125 00 a 01 inactive 7 002 ! 00042457 a 0101 & 00043231 a 0000 | not exerting influence or change
-00043231 00 s 01 quiescent 0 003 & 00043125 a 0000 + 14011811 n 0103 + 14011811 n 0102 | not active or activated; "the quiescent level of centimeter wave-length solar radiation"
-00043411 00 a 01 active a 004 ;c 06095022 n 0000 + 14006945 n 0103 + 13518963 n 0104 ! 00043615 a 0101 | (of the sun) characterized by an increased occurrence of sunspots and flares and radio emissions
-00043615 00 a 01 quiet 3 002 ;c 06095022 n 0000 ! 00043411 a 0101 | of the sun characterized by a low level of surface phenomena like sunspots e.g.
-00043765 00 a 02 actual 0 existent 4 008 = 13954818 n 0000 + 13954253 n 0203 + 02603699 v 0201 + 01644746 v 0103 + 00987870 v 0101 + 13954818 n 0101 ! 00044353 a 0101 & 00044132 a 0000 | presently existing in fact and not merely potential or possible; "the predicted temperature and the actual temperature were markedly different"; "actual and imagined conditions"
-00044132 00 s 01 effective 0 001 & 00043765 a 0000 | existing in fact; not theoretical; real; "a decline in the effective demand"; "confused increased equipment and expenditure with the quantity of effective work done"
-00044353 00 a 02 potential 0 possible 4 007 = 14482620 n 0000 + 05951180 n 0201 + 05792010 n 0201 + 14481929 n 0202 + 14482620 n 0103 ! 00043765 a 0101 & 00044608 a 0000 | existing in possibility; "a potential problem"; "possible uses of nuclear power"
-00044608 00 s 01 latent 0 001 & 00044353 a 0000 | potentially existing but not presently evident or realized; "a latent fingerprint"; "latent talent"
-00044760 00 a 01 acute 0 003 ;c 06043075 n 0000 ! 00045123 a 0101 & 00044987 a 0000 | having or experiencing a rapid onset and short but severe course; "acute appendicitis"; "the acute phase of the illness"; "acute patients"
-00044987 00 s 01 subacute 0 001 & 00044760 a 0000 | less than acute; relating to a disease present in a person with no symptoms of it
-00045123 00 a 01 chronic 0 003 ;c 06043075 n 0000 ! 00044760 a 0101 & 00045356 a 0000 | being long-lasting and recurrent or characterized by long suffering; "chronic indigestion"; "a chronic shortage of funds"; "a chronic invalid"
-00045356 00 s 01 degenerative 0 002 & 00045123 a 0000 + 00092293 v 0104 | (of illness) marked by gradual deterioration of organs and cells along with loss of function; "degenerative diseases of old age"
-00045561 00 a 01 virulent 0 005 + 05166560 n 0102 + 05166560 n 0101 ! 00046014 a 0101 & 00045735 a 0000 & 00045888 a 0000 | infectious; having the ability to cause disease
-00045735 00 s 01 highly_infective 0 002 & 00045561 a 0000 ;c 01326291 n 0000 | (of a microorganism) extremely infective; "a highly infective organism"
-00045888 00 s 01 deadly 0 002 & 00045561 a 0000 + 04791081 n 0101 | (of a disease) having a rapid course and violent effect
-00046014 00 a 01 avirulent 0 001 ! 00045561 a 0101 | not virulent; unable to produce disease
-00046109 00 a 02 adaptive 0 adaptative 0 006 + 00299580 v 0201 + 00150287 v 0103 ! 00046673 a 0101 & 00046339 a 0000 & 00046471 a 0000 & 00046558 a 0000 | having a capacity for adaptation; "the adaptive coloring of a chameleon"
-00046339 00 s 02 accommodative 0 reconciling 0 001 & 00046109 a 0000 | tending to reconcile or accommodate; bringing into harmony
-00046471 00 s 01 adaptational 0 001 & 00046109 a 0000 | of or relating to adaptation
-00046558 00 s 01 adjustive 0 003 & 00046109 a 0000 + 00150287 v 0101 + 00296178 v 0101 | conducive to adjustment
-00046673 00 a 01 maladaptive 0 003 ! 00046109 a 0101 & 00046792 a 0000 & 00046955 a 0000 | showing faulty adaptation
-00046792 00 s 02 dysfunctional 0 nonadaptive 0 001 & 00046673 a 0000 | (of a trait or condition) failing to serve an adjustive purpose; "dysfunctional behavior"
-00046955 00 s 01 maladjustive 0 001 & 00046673 a 0000 | poorly adjusted
-00047029 00 a 01 addicted 0 003 ! 00047566 a 0101 & 00047243 a 0000 & 00047406 a 0000 | compulsively or physiologically dependent on something habit-forming; "she is addicted to chocolate"; "addicted to cocaine"
-00047243 00 s 02 alcoholic 0 alcohol-dependent 0 002 & 00047029 a 0000 + 09782167 n 0101 | addicted to alcohol; "alcoholic expatriates in Paris"- Carl Van Doren
-00047406 00 s 05 dependent 0 dependant 0 drug-addicted 0 hooked 0 strung-out 0 003 & 00047029 a 0000 + 14062725 n 0104 + 14062725 n 0102 | addicted to a drug
-00047566 00 a 01 unaddicted 0 002 ! 00047029 a 0101 & 00047653 a 0000 | not addicted
-00047653 00 s 01 clean 0 001 & 00047566 a 0000 | free of drugs; "after a long dependency on heroin she has been clean for 4 years"
-00047786 00 a 02 addictive 0 habit-forming 0 002 + 01165290 v 0101 ! 00047954 a 0101 | causing or characterized by addiction; "addictive drugs"; "addictive behavior"
-00047954 00 a 01 nonaddictive 0 001 ! 00047786 a 0101 | not causing or characterized by addiction; "for years tobacco companies have contended that tobacco is nonaddictive"
-00048129 00 a 01 additive 0 013 + 02679788 n 0101 + 02745172 v 0101 + 00949288 v 0108 + 00640828 v 0101 ! 00050083 a 0101 & 00048460 a 0000 & 00048706 a 0000 & 00048858 a 0000 & 00049016 a 0000 & 00049266 a 0000 & 00049469 a 0000 & 00049683 a 0000 & 00049879 a 0000 | characterized or produced by addition; "an additive process"
-00048460 00 s 02 accumulative 0 cumulative 0 004 & 00048129 a 0000 + 00158804 v 0202 + 02304982 v 0103 + 00158804 v 0101 | increasing by successive addition; "the benefits are cumulative"; "the eventual accumulative effect of these substances"
-00048706 00 s 02 addable 0 addible 0 004 & 00048129 a 0000 + 00949288 v 0208 + 00949288 v 0108 + 00640828 v 0101 | capable of being added or added to
-00048858 00 s 02 extra 0 additional 3 001 & 00048129 a 0000 | further or added; "called for additional troops"; "need extra help"; "an extra pair of shoes"
-00049016 00 s 03 complemental 0 complementary 0 completing 0 006 & 00048129 a 0000 + 05109511 n 0201 + 13857314 n 0201 + 08218212 n 0101 + 05696297 n 0101 + 05109511 n 0101 | acting as or providing a complement (something that completes the whole)
-00049266 00 s 01 incremental 0 003 & 00048129 a 0000 + 13497135 n 0102 + 05108947 n 0102 | increasing gradually by regular degrees or additions; "lecturers enjoy...steady incremental growth in salary"
-00049469 00 s 01 intercalary 0 001 & 00048129 a 0000 | having a day or month inserted to make the calendar year correspond to the solar year: "Feb. 29 is an intercalary day"; "a leap year is an intercalary year"
-00049683 00 s 02 summational 0 summative 0 005 & 00048129 a 0000 + 13563139 n 0101 + 07959016 n 0102 + 06469874 n 0101 + 00872107 n 0101 | of or relating to a summation or produced by summation
-00049879 00 s 02 supplementary 0 supplemental 0 004 & 00048129 a 0000 + 05110772 n 0201 + 05110772 n 0101 + 06399631 n 0102 | added to complete or make up a deficiency; "produced supplementary volumes"
-00050083 00 a 01 subtractive 0 004 + 00641252 v 0101 ! 00048129 a 0101 & 00050260 a 0000 & 00050446 a 0000 | constituting or involving subtraction; "a subtractive correction"
-00050260 00 s 01 ablative 0 002 & 00050083 a 0000 + 00275466 v 0101 | tending to ablate; i.e. to be removed or vaporized at very high temperature; "ablative material on a rocket cone"
-00050446 00 s 01 reductive 0 002 & 00050083 a 0000 + 00429060 v 0101 | characterized by or causing diminution or curtailment; "their views of life were reductive and depreciatory" - R.H.Rovere
-00050641 00 a 01 addressed 0 002 ! 00050947 a 0101 & 00050799 a 0000 | (of mail) marked with a destination; "I throw away all mail addressed to `resident'"
-00050799 00 s 01 self-addressed 0 001 & 00050641 a 0000 | addressed to yourself; "enclose a stamped self-addressed envelope with all submissions"
-00050947 00 a 01 unaddressed 0 001 ! 00050641 a 0101 | not addressed; "an unaddressed envelope"
-00051045 00 a 02 adequate 0 equal 3 006 ^ 02080577 a 0000 = 04792357 n 0000 + 04792357 n 0102 ! 00051696 a 0101 & 00051373 a 0000 & 00051571 a 0000 | having the requisite qualities or resources to meet a task; "she had adequate training"; "her training was adequate"; "she was adequate to the job"; "he was equal to the task"
-00051373 00 s 04 adequate_to(p) 0 capable 0 equal_to(p) 0 up_to(p) 0 001 & 00051045 a 0000 | having the requisite qualities for; "equal to the task"; "the work isn't up to the standard I require"
-00051571 00 s 01 competent 0 002 & 00051045 a 0000 + 05153520 n 0102 | adequate for the purpose; "a competent performance"
-00051696 00 a 02 inadequate 0 unequal 3 007 ^ 02082218 a 0000 = 04792357 n 0000 + 04793555 n 0102 ! 00051045 a 0101 & 00052012 a 0000 & 00052246 a 0000 & 00052431 a 0000 | lacking the requisite qualities or resources to meet a task; "inadequate training"; "the staff was inadequate"; "she was unequal to the task"
-00052012 00 s 03 deficient 0 lacking(p) 0 wanting(p) 0 002 & 00051696 a 0000 + 05113133 n 0103 | inadequate in amount or degree; "a deficient education"; "deficient in common sense"; "lacking in stamina"; "tested and found wanting"
-00052246 00 s 03 incapable 0 incompetent 0 unequal_to(p) 0 003 & 00051696 a 0000 + 05154241 n 0201 + 05207570 n 0101 | not meeting requirements; "unequal to the demands put upon him"
-00052431 00 s 04 short-handed 0 short-staffed 0 undermanned 0 understaffed 0 001 & 00051696 a 0000 | inadequate in number of workers or assistants etc.; "they're rather short-handed at the moment"; "overcrowded and understaffed hospitals"
-00052672 00 a 01 adhesive 0 017 + 14702416 n 0103 + 01356750 v 0101 + 04935528 n 0101 ! 00054908 a 0101 & 00053032 a 0000 & 00053154 a 0000 & 00053248 a 0000 & 00053384 a 0000 & 00053564 a 0000 & 00053691 a 0000 & 00054109 a 0000 & 00054201 a 0000 & 00054278 a 0000 & 00054364 a 0000 & 00054541 a 0000 & 00054667 a 0000 & 00054804 a 0000 | tending to adhere
-00053032 00 s 01 adherent 0 004 & 00052672 a 0000 + 04935528 n 0103 + 01220885 v 0103 + 01356750 v 0101 | sticking fast
-00053154 00 s 02 agglutinate 0 agglutinative 0 001 & 00052672 a 0000 | united as if by glue
-00053248 00 s 01 bondable 0 002 & 00052672 a 0000 + 01356750 v 0103 | capable of holding together or cohering; as particles in a mass
-00053384 00 s 02 coherent 0 tenacious 0 004 & 00052672 a 0000 + 14420464 n 0102 + 14420464 n 0101 + 01220885 v 0105 | sticking together; "two coherent sheets"; "tenacious burrs"
-00053564 00 s 01 cohesive 0 003 & 00052672 a 0000 + 01220885 v 0105 + 14420464 n 0104 | causing cohesion; "a cohesive agent"
-00053691 00 s 08 gluey 0 glutinous 0 gummy 0 mucilaginous 0 pasty 0 sticky 0 viscid 0 viscous 0 015 & 00052672 a 0000 + 04935904 n 0708 + 04935904 n 0707 + 04935239 n 0601 + 14704966 n 0501 + 14702875 n 0403 + 14901679 n 0401 + 14702875 n 0302 + 04935904 n 0304 + 07570237 n 0201 + 04936213 n 0203 + 04936213 n 0202 + 14702875 n 0101 + 04935904 n 0103 + 04935904 n 0102 | having the sticky properties of an adhesive
-00054109 00 s 02 gooey 0 icky 0 002 & 00052672 a 0000 + 14956661 n 0103 | soft and sticky
-00054201 00 s 01 gum-like 0 001 & 00052672 a 0000 | resembling chewing gum
-00054278 00 s 02 gummed 0 gummy 1 001 & 00052672 a 0000 | covered with adhesive gum
-00054364 00 s 04 pitchy 0 resinous 0 resiny 0 tarry 0 004 & 00052672 a 0000 + 14894140 n 0301 + 14894140 n 0201 + 14911704 n 0101 | having the characteristics of pitch or tar
-00054541 00 s 01 self-sealing 0 001 & 00052672 a 0000 | seals without the application of moisture; "self-sealing envelopes"
-00054667 00 s 01 stick-on 0 001 & 00052672 a 0000 | of something (a paper label or postage stamp) gummed in advance; "stick-on labels"
-00054804 00 s 01 sticky 1 002 & 00052672 a 0000 + 04935239 n 0101 | covered with an adhesive material
-00054908 00 a 01 nonadhesive 0 004 ! 00052672 a 0101 & 00055041 a 0000 & 00055142 a 0000 & 00055256 a 0000 | not tending to adhere
-00055041 00 s 02 nonglutinous 0 nonviscid 0 001 & 00054908 a 0000 | not resembling glue in texture
-00055142 00 s 04 nonresinous 0 non-resinous 0 nonresiny 0 non-resiny 0 001 & 00054908 a 0000 | not having resin
-00055256 00 s 01 ungummed 0 001 & 00054908 a 0000 | not treated with adhesive gum
-00055340 00 a 02 adjective 0 procedural 0 003 ;c 08441203 n 0000 + 01023636 n 0201 ! 00055539 a 0101 | relating to court practice and procedure as opposed to the principles of law; "adjective law"
-00055539 00 a 02 substantive 0 essential 4 003 ;c 08441203 n 0000 + 05171045 n 0202 ! 00055340 a 0101 | defining rights and duties as opposed to giving the rules by which rights and duties are established; "substantive law"
-00055765 00 a 01 adoptable 0 002 + 00413195 v 0101 ! 00055906 a 0101 | suitable or eligible for adoption; "a shortage of adoptable babies"
-00055906 00 a 01 unadoptable 0 001 ! 00055765 a 0101 | difficult to place in an adoptive home
-00056002 00 a 02 adorned 0 decorated 4 030 ^ 00453726 a 0000 ^ 01794340 a 0000 ! 00060397 a 0101 & 00056660 a 0000 & 00056849 a 0000 & 00056943 a 0000 & 00057149 a 0000 & 00057390 a 0000 & 00057490 a 0000 & 00057566 a 0000 & 00057737 a 0000 & 00057881 a 0000 & 00057992 a 0000 & 00058280 a 0000 & 00058379 a 0000 & 00058554 a 0000 & 00058696 a 0000 & 00058822 a 0000 & 00058929 a 0000 & 00059028 a 0000 & 00059131 a 0000 & 00059201 a 0000 & 00059326 a 0000 & 00059491 a 0000 & 00059669 a 0000 & 00059782 a 0000 & 00059965 a 0000 & 00060053 a 0000 & 00060151 a 0000 & 00060294 a 0000 | provided with something intended to increase its beauty or distinction
-00056660 00 s 07 beady 0 gemmed 0 jeweled 0 jewelled 0 sequined 0 spangled 0 spangly 0 003 & 00056002 a 0000 + 04173698 n 0702 + 02815071 n 0101 | covered with beads or jewels or sequins
-00056849 00 s 01 bedaubed 0 001 & 00056002 a 0000 | ornamented in a vulgar or showy fashion
-00056943 00 s 03 bespectacled 0 monocled 0 spectacled 0 001 & 00056002 a 0000 | wearing, or having the face adorned with, eyeglasses or an eyeglass; "a bespectacled grandmother"; "the monocled gentleman"
-00057149 00 s 03 brocaded 0 embossed 1 raised 1 001 & 00056002 a 0000 | embellished with a raised pattern created by pressure or embroidery; "brocaded silk"; "an embossed satin"; "embossed leather"; "raised needlework"; "raised metalwork"
-00057390 00 s 01 buttony 0 002 & 00056002 a 0000 + 02928608 n 0101 | ornamented with many buttons
-00057490 00 s 01 carbuncled 0 001 & 00056002 a 0000 | set with carbuncles
-00057566 00 s 02 champleve 0 cloisonne 0 002 & 00056002 a 0000 + 03047799 n 0201 | (for metals) having areas separated by metal and filled with colored enamel and fired
-00057737 00 s 03 clinquant 0 tinseled 0 tinselly 0 003 & 00056002 a 0000 + 04440210 n 0301 + 04440059 n 0301 | glittering with gold or silver
-00057881 00 s 02 crested 1 plumed 1 001 & 00056002 a 0000 | (of a knight's helmet) having a decorative plume
-00057992 00 s 03 crested 2 topknotted 0 tufted 1 002 & 00056002 a 0000 ;c 00015388 n 0000 | (of a bird or animal) having a usually ornamental tuft or process on the head; often used in combination; "golden crested"; "crested iris"; "crested oriole"; "tufted duck"; "tufted loosestrife"
-00058280 00 s 01 crested 3 002 & 00056002 a 0000 ;c 05801594 n 0000 | bearing an heraldic device
-00058379 00 s 01 crocketed 0 001 & 00056002 a 0000 | (of a gable or spire) furnished with a crocket (an ornament in the form of curved or bent foliage); "a crocketed spire"
-00058554 00 s 03 feathery 0 feathered 0 plumy 0 003 & 00056002 a 0000 + 01896031 n 0101 + 04938838 n 0102 | adorned with feathers or plumes
-00058696 00 s 03 frilled 0 frilly 0 ruffled 0 002 & 00056002 a 0000 + 03397532 n 0201 | having decorative ruffles or frills
-00058822 00 s 01 fringed 0 001 & 00056002 a 0000 | having a decorative edging of hanging cords or strips
-00058929 00 s 01 gilt-edged 0 001 & 00056002 a 0000 | having gilded edges as the pages of a book
-00059028 00 s 01 inflamed 0 002 & 00056002 a 0000 ;c 05801594 n 0000 | adorned with tongues of flame
-00059131 00 s 01 inlaid 0 001 & 00056002 a 0000 | adorned by inlays
-00059201 00 s 01 inwrought 0 001 & 00056002 a 0000 | having a decorative pattern worked or woven in; "an inwrought design"
-00059326 00 s 01 tessellated 0 001 & 00056002 a 0000 | decorated with small pieces of colored glass or stone fitted together in a mosaic; "a tessellated pavement"
-00059491 00 s 01 mounted 0 001 & 00056002 a 0000 | decorated with applied ornamentation; often used in combination; "the trim brass-mounted carbine of the ranger"- F.V.W.Mason
-00059669 00 s 02 paneled 0 wainscoted 0 001 & 00056002 a 0000 | fitted or decorated with panels or wainscoting
-00059782 00 s 01 studded 0 001 & 00056002 a 0000 | dotted or adorned with or as with studs or nailheads; usually used in combination; "star-studded heavens"; "diamond-studded belt"
-00059965 00 s 01 tapestried 0 001 & 00056002 a 0000 | hung or decorated with tapestry
-00060053 00 s 02 tasseled 0 tasselled 0 001 & 00056002 a 0000 | fringed or adorned with tassels
-00060151 00 s 01 tricked-out 0 001 & 00056002 a 0000 | decorated in a particular way; "tricked-out cupboards looking like Georgian cabinets"
-00060294 00 s 01 tufted 0 001 & 00056002 a 0000 | having or adorned with tufts; "a tufted bedspread"
-00060397 00 a 02 unadorned 0 undecorated 4 005 ^ 01791911 a 0000 ^ 00457598 a 0000 ! 00056002 a 0101 & 00060605 a 0000 & 00060875 a 0000 | not decorated with something to increase its beauty or distinction
-00060605 00 s 05 plain 0 bare 0 spare 0 unembellished 0 unornamented 0 002 & 00060397 a 0000 + 04697267 n 0101 | lacking embellishment or ornamentation; "a plain hair style"; "unembellished white walls"; "functional architecture featuring stark unornamented concrete"
-00060875 00 s 01 untufted 0 001 & 00060397 a 0000 | not adorned with tufts; "untufted ears"
-00060969 00 a 01 cholinergic 0 001 ! 00061088 a 0101 | releasing or activated by acetylcholine or a related compound
-00061088 00 a 01 anticholinergic 0 002 + 02717901 n 0101 ! 00060969 a 0101 | inhibiting or blocking the action of acetylcholine at a receptor site; "anticholinergic drugs"
-00061262 00 a 01 adroit 0 010 ^ 00147734 a 0000 + 05642175 n 0102 ! 00063277 a 0101 & 00061664 a 0000 & 00061885 a 0000 & 00062152 a 0000 & 00062367 a 0000 & 00062626 a 0000 & 00062740 a 0000 & 00063087 a 0000 | quick or skillful or adept in action or thought; "an exceptionally adroit pianist"; "an adroit technician"; "his adroit replies to hecklers won him many followers"; "an adroit negotiator"
-00061664 00 s 02 clean 0 neat 0 001 & 00061262 a 0000 | free from clumsiness; precisely or deftly executed; "he landed a clean left on his opponent's cheek"; "a clean throw"; "the neat exactness of the surgeon's knife"
-00061885 00 s 03 clever 0 cunning 0 ingenious 0 004 & 00061262 a 0000 + 04730367 n 0302 + 05633672 n 0303 + 04730367 n 0103 | showing inventiveness and skill; "a clever gadget"; "the cunning maneuvers leading to his success"; "an ingenious solution to the problem"
-00062152 00 s 02 coordinated 0 co-ordinated 0 001 & 00061262 a 0000 | being dexterous in the use of more than one set of muscle movements; "she was usually good with her hands and well coordinated"- Mary McCarthy
-00062367 00 s 03 deft 2 dexterous 0 dextrous 0 003 & 00061262 a 0000 + 05642815 n 0301 + 05642175 n 0103 | skillful in physical movements; especially of the hands; "a deft waiter"; "deft fingers massaged her face"; "dexterous of hand and inventive of mind"
-00062626 00 s 01 handy 0 002 & 00061262 a 0000 + 05640924 n 0101 | skillful with the hands; "handy with an axe"
-00062740 00 s 02 light-fingered 0 nimble-fingered 0 001 & 00061262 a 0000 | having nimble fingers literally or figuratively; especially for stealing or picking pockets; "a light-fingered burglar who can crack the combination of a bank vault"- Harry Hansen; "the light-fingered thoughtfulness...of the most civilized playwright of the era"- Time
-00063087 00 s 01 quick-witted 0 002 & 00061262 a 0000 + 05619345 n 0103 | mentally nimble and resourceful; "quick-witted debater"; "saved an embarrassing situation with quick-witted tact"
-00063277 00 a 01 maladroit 0 007 ^ 01140514 a 0000 + 05648459 n 0105 ! 00061262 a 0101 & 00063563 a 0000 & 00063953 a 0000 & 00064176 a 0000 & 00064365 a 0000 | not adroit; "a maladroit movement of his hand caused the car to swerve"; "a maladroit translation"; "maladroit propaganda"
-00063563 00 s 08 bumbling 0 bungling 0 butterfingered 0 ham-fisted 0 ham-handed 0 handless 0 heavy-handed 0 left-handed 0 001 & 00063277 a 0000 | lacking physical movement skills, especially with the hands; "a bumbling mechanic"; "a bungling performance"; "ham-handed governmental interference"; "could scarcely empty a scuttle of ashes, so handless was the poor creature"- Mary H. Vorse
-00063953 00 s 02 inept 0 tactless 0 003 & 00063277 a 0000 + 04846243 n 0201 + 04721058 n 0103 | revealing lack of perceptiveness or judgment or finesse; "an inept remark"; "it was tactless to bring up those disagreeable"
-00064176 00 s 01 uncoordinated 0 001 & 00063277 a 0000 | lacking the skillful and effective interaction of muscle movements; "his movements are uncoordinated"; "an uncoordinated toddler"
-00064365 00 s 02 unmechanical 0 nonmechanical 0 001 & 00063277 a 0000 | (of a person) lacking mechanical skills
-00064479 00 a 01 advantageous 0 009 ^ 00931555 a 0000 ^ 01660994 a 0000 ^ 01870889 a 0000 + 05155821 n 0101 + 05160796 n 0103 ! 00065488 a 0101 & 00064787 a 0000 & 00065064 a 0000 & 00065184 a 0000 | giving an advantage; "a contract advantageous to our country"; "socially advantageous to entertain often"
-00064787 00 s 02 beneficial 0 good 0 003 & 00064479 a 0000 + 05142180 n 0202 + 05142641 n 0101 | promoting or enhancing well-being; "an arms limitation agreement beneficial to all countries"; "the beneficial effects of a temperate climate"; "the experience was good for her"
-00065064 00 s 02 plus 0 positive 0 001 & 00064479 a 0000 | involving advantage or good; "a plus (or positive) factor"
-00065184 00 s 02 discriminatory 0 preferential 0 003 & 00064479 a 0000 + 06200344 n 0202 + 02512305 v 0101 | manifesting partiality; "a discriminatory tax"; "preferential tariff rates"; "preferential treatment"; "a preferential shop gives priority or advantage to union members in hiring or promoting"
-00065488 00 a 01 disadvantageous 0 006 ^ 00932367 a 0000 ^ 01160031 a 0000 ^ 01661914 a 0000 + 05161614 n 0101 ! 00064479 a 0101 & 00065667 a 0000 | constituting a disadvantage
-00065667 00 s 02 minus 0 negative 0 001 & 00065488 a 0000 | involving disadvantage or harm; "minus (or negative) factors"
-00065791 00 a 02 adventurous 0 adventuresome 0 009 ^ 00249721 a 0000 ^ 00262792 a 0000 ^ 00326436 a 0000 + 00796315 n 0101 + 04859177 n 0101 ! 00066800 a 0101 & 00066146 a 0000 & 00066565 a 0000 & 00066703 a 0000 | willing to undertake or seeking out new and daring enterprises; "adventurous pioneers"; "the risks and gains of an adventuresome economy"
-00066146 00 s 04 audacious 0 daring 0 venturesome 0 venturous 0 006 & 00065791 a 0000 + 13342692 n 0402 + 01117164 n 0401 + 04859177 n 0302 + 04859449 n 0101 + 04859449 n 0102 | disposed to venture or take risks; "audacious visions of the total conquest of space"; "an audacious interpretation of two Jacobean dramas"; "the most daring of contemporary fiction writers"; "a venturesome investor"; "a venturous spirit"
-00066565 00 s 01 sporting 0 001 & 00065791 a 0000 | involving risk or willingness to take a risk; "a sporting chance"; "sporting blood"
-00066703 00 s 02 swaggering 0 swashbuckling 0 001 & 00065791 a 0000 | flamboyantly adventurous
-00066800 00 a 01 unadventurous 0 004 ^ 00325281 a 0000 ^ 00251809 a 0000 ! 00065791 a 0101 & 00066933 a 0000 | lacking in boldness
-00066933 00 s 01 safe 0 002 & 00066800 a 0000 + 04856308 n 0101 | (of an undertaking) secure from risk
-00067038 00 a 01 advisable 0 007 ^ 01898129 a 0000 ^ 02569130 a 0000 + 00872886 v 0102 + 05160399 n 0101 ! 00067767 a 0101 & 00067379 a 0000 & 00067638 a 0000 | worthy of being recommended or suggested; prudent or wise; "such action is neither necessary nor advisable"; "extreme caution is advisable"; "it is advisable to telephone first"
-00067379 00 s 02 better(p) 0 best(p) 0 002 & 00067038 a 0000 ;u 06322693 n 0000 | (comparative and superlative of `well') wiser or more advantageous and hence advisable; "it would be better to speak to him"; "the White House thought it best not to respond"
-00067638 00 s 01 well(p) 0 001 & 00067038 a 0000 | wise or advantageous and hence advisable; "it would be well to start early"
-00067767 00 a 02 inadvisable 0 unadvisable 0 004 ^ 02570282 a 0000 ^ 01899360 a 0000 + 05165028 n 0101 ! 00067038 a 0101 | not prudent or wise; not recommended; "running on the ice is inadvisable"
-00067966 00 a 02 well-advised 0 advised 2 003 ^ 02569130 a 0000 ! 00068278 a 0101 & 00068180 a 0000 | having the benefit of careful prior consideration or counsel; "a well-advised delay in carrying out the plan"
-00068180 00 s 01 considered 0 001 & 00067966 a 0000 | carefully weighed; "a considered opinion"
-00068278 00 a 02 ill-advised 0 unadvised 2 003 ^ 02570282 a 0000 ^ 01899360 a 0000 ! 00067966 a 0101 | without careful prior deliberation or counsel; "ill-advised efforts"; "it would be ill-advised to accept the offer"; "took the unadvised measure of going public with the accusations"
-00068566 00 a 03 aerobic 0 aerophilic 0 aerophilous 0 003 ! 00069060 a 0101 & 00068738 a 0000 & 00068883 a 0000 | depending on free oxygen or air; "aerobic fermentation"
-00068738 00 s 01 aerobiotic 0 002 & 00068566 a 0000 + 11473685 n 0101 | living or active only in the presence of oxygen; "aerobiotic bacteria"
-00068883 00 s 01 oxidative 0 003 & 00068566 a 0000 + 00239321 v 0103 + 00238867 v 0103 | taking place in the presence of oxygen; "oxidative glycolysis"; "oxidative rancidity"
-00069060 00 a 02 anaerobic 0 anaerobiotic 0 002 + 01327028 n 0201 ! 00068566 a 0101 | living or active in the absence of free oxygen; "anaerobic bacteria"
-00069217 00 a 01 aerobic 2 002 + 00625858 n 0101 ! 00069427 a 0101 | based on or using the principles of aerobics; enhancing respiratory and circulatory efficiency; "aerobic dance"; "running is very aerobic"
-00069427 00 a 01 anaerobic 2 001 ! 00069217 a 0101 | not aerobic; "isometric exercises are anaerobic"
-00069531 00 a 04 aesthetic 0 esthetic 0 aesthetical 0 esthetical 0 008 + 06161223 n 0402 + 06161223 n 0301 + 05968971 n 0101 ! 00070583 a 0101 & 00069948 a 0000 & 00070111 a 0000 & 00070288 a 0000 & 00070427 a 0000 | concerning or characterized by an appreciation of beauty or good taste; "the aesthetic faculties"; "an aesthetic person"; "aesthetic feeling"; "the illustrations made the book an aesthetic success"
-00069948 00 s 01 artistic 0 003 & 00069531 a 0000 + 09812338 n 0101 + 02743547 n 0101 | satisfying aesthetic standards and sensibilities; "artistic workmanship"
-00070111 00 s 02 cosmetic 0 enhancive 0 002 & 00069531 a 0000 + 00230033 v 0201 | serving an aesthetic purpose in beautifying the body; "cosmetic surgery"; "enhansive makeup"
-00070288 00 s 01 painterly 0 003 & 00069531 a 0000 ;c 06156968 n 0000 + 10391653 n 0101 | having qualities unique to the art of painting
-00070427 00 s 01 sensuous 0 003 & 00069531 a 0000 + 05651971 n 0101 + 07513413 n 0101 | taking delight in beauty; "the sensuous joy from all things fair"
-00070583 00 a 02 inaesthetic 0 unaesthetic 0 002 ! 00069531 a 0101 & 00070839 a 0000 | violating aesthetic canons or requirements; deficient in tastefulness or beauty; "inaesthetic and quite unintellectual"; "peered through those inaesthetic spectacles"
-00070839 00 s 02 inartistic 0 unartistic 0 001 & 00070583 a 0000 | lacking aesthetic sensibility;
-00070939 00 a 01 affected 0 008 ^ 01559903 a 0000 ! 00071992 a 0101 & 00071142 a 0000 & 00071242 a 0000 & 00071427 a 0000 & 00071559 a 0000 & 00071739 a 0000 & 00071897 a 0000 | acted upon; influenced
-00071142 00 s 01 impressed(p) 0 001 & 00070939 a 0000 | deeply or markedly affected or influenced
-00071242 00 s 03 smitten 0 stricken 0 struck 0 002 & 00070939 a 0000 ;u 06307152 n 0000 | (used in combination) affected by something overwhelming; "conscience-smitten"; "awe-struck"
-00071427 00 s 01 stage-struck 0 001 & 00070939 a 0000 | infatuated with or enthralled by the theater especially the desire to act
-00071559 00 s 01 subject 0 002 & 00070939 a 0000 + 10668666 n 0101 | likely to be affected by something; "the bond is subject to taxation"; "he is subject to fits of depression"
-00071739 00 s 01 taken 0 001 & 00070939 a 0000 | be affected with an indisposition; "the child was taken ill"; "couldn't tell when he would be taken drunk"
-00071897 00 s 01 wonder-struck 0 001 & 00070939 a 0000 | affected by or overcome with wonder
-00071992 00 a 01 unaffected 0 006 ^ 01560320 a 0000 ! 00070939 a 0101 & 00072281 a 0000 & 00072436 a 0000 & 00072673 a 0000 & 00072790 a 0000 | undergoing no change when acted upon; "entirely unaffected by each other's writings"; "fibers remained apparently unaffected by the treatment"
-00072281 00 s 01 immune 0 002 & 00071992 a 0000 + 05033906 n 0101 | (usually followed by `to') not affected by a given influence; "immune to persuasion"
-00072436 00 s 01 superior(p) 0 001 & 00071992 a 0000 | (often followed by `to') above being affected or influenced by; "he is superior to fear"; "an ignited firework proceeds superior to circumstances until its blazing vitality fades"
-00072673 00 s 01 unimpressed 0 001 & 00071992 a 0000 | not moved to serious regard; "trying to appear unimpressed"
-00072790 00 s 03 uninfluenced 0 unswayed 0 untouched 0 001 & 00071992 a 0000 | not influenced or affected; "stewed in its petty provincialism untouched by the brisk debates that stirred the old world"- V.L.Parrington; "unswayed by personal considerations"
-00073048 00 a 02 affected 1 unnatural 4 011 ^ 01798828 a 0000 = 04787763 n 0000 + 04787530 n 0201 + 04787763 n 0101 ! 00074346 a 0101 & 00073358 a 0000 & 00073465 a 0000 & 00073761 a 0000 & 00073935 a 0000 & 00074094 a 0000 & 00074216 a 0000 | speaking or behaving in an artificial way to make an impression
-00073358 00 s 02 agonistic 0 strained 0 001 & 00073048 a 0000 | struggling for effect; "agonistic poses"
-00073465 00 s 04 artificial 0 contrived 0 hokey 0 stilted 0 001 & 00073048 a 0000 | artificially formal; "that artificial humility that her husband hated"; "contrived coyness"; "a stilted letter of acknowledgment"; "when people try to correct their speech they develop a stilted pronunciation"
-00073761 00 s 03 constrained 0 forced 0 strained 2 001 & 00073048 a 0000 | lacking spontaneity; not natural; "a constrained smile"; "forced heartiness"; "a strained smile"
-00073935 00 s 01 elocutionary 0 002 & 00073048 a 0000 + 07083246 n 0101 | (used of style of speaking) overly embellished; "an elocutionary Oxonian delivery"
-00074094 00 s 01 mannered 0 001 & 00073048 a 0000 | having unnatural mannerisms; "brief, mannered and unlifelike idiom"
-00074216 00 s 01 plummy 0 001 & 00073048 a 0000 | (of a voice) affectedly mellow and rich; "the radio announcer's plummy voice"
-00074346 00 a 01 unaffected 1 008 ^ 01799035 a 0000 = 04787763 n 0000 + 04786326 n 0101 ! 00073048 a 0101 & 00074594 a 0000 & 00074741 a 0000 & 00074867 a 0000 & 00075019 a 0000 | free of artificiality; sincere and genuine; "an unaffected grace"
-00074594 00 s 02 lifelike 0 natural 0 002 & 00074346 a 0000 + 04785908 n 0201 | free from artificiality; "a lifelike pose"; "a natural reaction"
-00074741 00 s 01 unmannered 0 001 & 00074346 a 0000 | without artificiality; natural; "the doctor's quiet unmannered entry"
-00074867 00 s 01 unselfconscious 0 002 & 00074346 a 0000 + 05677097 n 0101 | not self-conscious; "she grew up with him in unselfconscious friendship"
-00075019 00 s 01 unstilted 0 001 & 00074346 a 0000 | flowing naturally and continuously; "unstilted conversation"
-00075135 00 a 02 affirmative 0 affirmatory 0 007 ^ 00995775 a 0000 ^ 01817500 a 0000 + 01011725 v 0201 + 07203696 n 0101 + 01011725 v 0101 ! 00075515 a 0101 & 00075389 a 0000 | affirming or giving assent; "an affirmative decision"; "affirmative votes"
-00075389 00 s 01 assentient 0 002 & 00075135 a 0000 + 00804139 v 0101 | expressing agreement or consent; "an assenting nod"
-00075515 00 a 01 negative 1 007 ^ 01293158 a 0000 ^ 00996448 a 0000 + 05167618 n 0102 + 00823436 v 0102 + 00666886 v 0101 ! 00075135 a 0101 & 00075737 a 0000 | expressing or consisting of a negation or refusal or denial
-00075737 00 s 03 dissentient 0 dissenting(a) 0 dissident 0 006 & 00075515 a 0000 + 10018021 n 0302 + 07181208 n 0301 + 02521410 v 0103 + 00804802 v 0103 + 00804653 v 0101 | disagreeing, especially with a majority
-00075952 00 a 01 acceptive 0 003 + 00719231 v 0101 ! 00076341 a 0101 & 00076127 a 0000 | inclined to accept rather than reject; "she was seldom acceptive of my suggestions"
-00076127 00 s 01 accepting 0 001 & 00075952 a 0000 | tolerating without protest; "always more accepting of coaching suggestion than her teammates"; "the atmosphere was judged to be more supporting and accepting"
-00076341 00 a 01 rejective 0 006 + 00796976 v 0101 + 00807178 v 0102 + 00685683 v 0101 ! 00075952 a 0101 & 00076580 a 0000 & 00076739 a 0000 | rejecting or tending to reject; "rejective or overcritical attitudes of disappointed parents"
-00076580 00 s 01 dismissive 0 002 & 00076341 a 0000 + 00900728 v 0101 | stopping to associate with; "they took dismissive action after the third violation"
-00076739 00 s 01 repudiative 0 003 & 00076341 a 0000 + 00816828 v 0101 + 00686039 v 0101 | rejecting emphatically; e.g. refusing to pay or disowning; "a veto is a repudiative act"
-00076921 00 a 01 afloat(p) 0 004 ! 00077449 a 0101 & 00077059 a 0000 & 00077196 a 0000 & 00077354 a 0000 | borne on the water; floating
-00077059 00 s 01 adrift(p) 0 001 & 00076921 a 0000 | afloat on the surface of a body of water; "after the storm the boats were adrift"
-00077196 00 s 01 floating 0 001 & 00076921 a 0000 | borne up by or suspended in a liquid; "the ship is still floating"; "floating logs"; "floating seaweed"
-00077354 00 s 01 waterborne 0 001 & 00076921 a 0000 | supported by water; "waterborne craft"
-00077449 00 a 01 aground(p) 0 001 ! 00076921 a 0101 | stuck in a place where a ship can no longer float; "a ship aground offshore"; "a boat aground on the beach waiting for the tide to lift it"
-00077645 00 a 01 afraid(p) 0 027 ^ 00264776 a 0000 ^ 00251809 a 0000 = 07519253 n 0000 ! 00081671 a 0101 & 00078329 a 0000 & 00078463 a 0000 & 00078576 a 0000 & 00078705 a 0000 & 00078851 a 0000 & 00078942 a 0000 & 00079069 a 0000 & 00079262 a 0000 & 00079356 a 0000 & 00079485 a 0000 & 00079629 a 0000 & 00079786 a 0000 & 00079896 a 0000 & 00080098 a 0000 & 00080213 a 0000 & 00080357 a 0000 & 00080698 a 0000 & 00080861 a 0000 & 00080981 a 0000 & 00081087 a 0000 & 00081234 a 0000 & 00081417 a 0000 & 00081513 a 0000 | filled with fear or apprehension; "afraid even to turn his head"; "suddenly looked afraid"; "afraid for his life"; "afraid of snakes"; "afraid to ask questions"
-00078329 00 s 01 acrophobic 0 002 & 00077645 a 0000 + 14382766 n 0101 | suffering from acrophobia; abnormally afraid of high places
-00078463 00 s 02 afeard(p) 0 afeared(p) 0 002 & 00077645 a 0000 ;u 07156497 n 0000 | a pronunciation of afraid
-00078576 00 s 04 aghast(p) 0 appalled 0 dismayed 0 shocked 0 001 & 00077645 a 0000 | struck with fear, dread, or consternation
-00078705 00 s 01 agoraphobic 0 002 & 00077645 a 0000 + 14381840 n 0101 | suffering from agoraphobia; abnormally afraid of open or public places
-00078851 00 s 01 alarmed 0 001 & 00077645 a 0000 | experiencing a sudden sense of danger
-00078942 00 s 01 algophobic 0 002 & 00077645 a 0000 + 14382871 n 0101 | suffering from algophobia; abnormally afraid of pain
-00079069 00 s 01 apprehensive 0 003 & 00077645 a 0000 + 01782432 v 0101 + 07521674 n 0102 | in fear or dread of possible evil or harm; "apprehensive for one's life"; "apprehensive of danger"
-00079262 00 s 01 hangdog 0 001 & 00077645 a 0000 | frightened into submission or compliance
-00079356 00 s 01 claustrophobic 0 001 & 00077645 a 0000 | suffering from claustrophobia; abnormally afraid of closed-in places
-00079485 00 s 01 fearful 0 002 & 00077645 a 0000 + 07519253 n 0102 | experiencing or showing fear; "a fearful glance"; "fearful of criticism"
-00079629 00 s 02 frightened 0 scared 0 001 & 00077645 a 0000 | made afraid; "the frightened child cowered in the corner"; "too shocked and scared to move"
-00079786 00 s 03 horrified 0 horror-stricken 0 horror-struck 0 001 & 00077645 a 0000 | stricken with horror
-00079896 00 s 01 hunted 0 001 & 00077645 a 0000 | reflecting the fear or terror of one who is hunted; "the hopeless hunted look on the prisoner's face"; "a glitter of apprehension in her hunted eyes"
-00080098 00 s 02 hydrophobic 0 aquaphobic 0 002 & 00077645 a 0000 + 14382967 n 0201 | abnormally afraid of water
-00080213 00 s 01 mysophobic 0 002 & 00077645 a 0000 + 14383848 n 0101 | suffering from mysophobia; abnormally afraid of dirt or contamination
-00080357 00 s 06 panicky 0 panicked 0 panic-stricken 0 panic-struck 0 terrified 0 frightened 2 002 & 00077645 a 0000 + 07520612 n 0101 | thrown into a state of intense fear or desperation; "became panicky as the snow deepened"; "felt panicked before each exam"; "trying to keep back the panic-stricken crowd"; "the terrified horse bolted"
-00080698 00 s 01 numb 0 001 & 00077645 a 0000 | so frightened as to be unable to move; stunned or paralyzed with terror; petrified; "too numb with fear to move"
-00080861 00 s 01 shitless 0 002 & 00077645 a 0000 ;u 07124340 n 0000 | extremely frightened; "he was scared shitless"
-00080981 00 s 02 terror-stricken 0 terror-struck 0 001 & 00077645 a 0000 | struck or filled with terror
-00081087 00 s 01 triskaidekaphobic 0 002 & 00077645 a 0000 + 14384684 n 0101 | suffering from triskaidekaphobia (abnormal fear of the number 13)
-00081234 00 s 01 unnerved 0 001 & 00077645 a 0000 | deprived of courage and strength; "the steeplejack, exhausted and unnerved, couldn't hold on to his dangerous perch much longer"
-00081417 00 s 01 white-lipped 0 001 & 00077645 a 0000 | having white lips from fear or terror
-00081513 00 s 01 xenophobic 0 002 & 00077645 a 0000 + 14386022 n 0101 | suffering from xenophobia; having abnormal fear or hatred of the strange or foreign
-00081671 00 a 02 unafraid(p) 0 fearless 0 008 ^ 00249721 a 0000 ^ 00262792 a 0000 = 07519253 n 0000 + 07526182 n 0201 ! 00077645 a 0101 & 00081930 a 0000 & 00082034 a 0000 & 00082160 a 0000 | oblivious of dangers or perils or calmly resolute in facing them
-00081930 00 s 01 unapprehensive 0 001 & 00081671 a 0000 | not recognizing or slow to recognize danger
-00082034 00 s 04 unblinking 0 unflinching 0 unintimidated 0 unshrinking 0 001 & 00081671 a 0000 | not shrinking from danger
-00082160 00 s 01 unfrightened 0 001 & 00081671 a 0000 | not affected by fright
-00082241 00 a 01 aggressive 0 015 ^ 00156101 a 0000 ^ 01244410 a 0000 ^ 01628946 a 0000 + 04837232 n 0101 ! 00084956 a 0101 & 00082766 a 0000 & 00083003 a 0000 & 00083296 a 0000 & 00083478 a 0000 & 00083749 a 0000 & 00083876 a 0000 & 00084022 a 0000 & 00084353 a 0000 & 00084661 a 0000 & 00084795 a 0000 | having or showing determination and energetic pursuit of your ends; "an aggressive businessman"; "an aggressive basketball player"; "he was aggressive and imperious; positive in his convictions"; "aggressive drivers"
-00082766 00 s 03 battleful 0 bellicose 0 combative 0 003 & 00082241 a 0000 + 01092366 v 0302 + 04837615 n 0301 | having or showing a ready disposition to fight; "bellicose young officers"; "a combative impulse"; "a contentious nature"
-00083003 00 s 02 competitive 0 militant 0 004 & 00082241 a 0000 + 04837615 n 0203 + 04837615 n 0202 + 04837425 n 0101 | showing a fighting disposition; "highly competitive sales representative"; "militant in fighting for better wages for workers"; "his self-assertive and ubiquitous energy"
-00083296 00 s 02 hard-hitting 0 high-pressure 0 001 & 00082241 a 0000 | aggressively and persistently persuasive; "a hard-hitting advertising campaign"; "a high-pressure salesman"
-00083478 00 s 01 hostile 0 003 & 00082241 a 0000 ;c 01094725 n 0000 + 00964569 n 0102 | unsolicited and resisted by the management of the target company ( used of attempts to buy or take control of a business); "hostile takeover"; "hostile tender offer"; "hostile bid"
-00083749 00 s 01 in-your-face 0 001 & 00082241 a 0000 | blatantly aggressive; "on-line hard-boiled in-your-face pornography"
-00083876 00 s 01 obstreperous 0 002 & 00082241 a 0000 + 04908283 n 0101 | boisterously and noisily aggressive; "kept up an obstreperous clamor"
-00084022 00 s 06 predatory 0 rapacious 0 raptorial 0 ravening 0 vulturine 0 vulturous 0 003 & 00082241 a 0000 + 01616318 n 0601 + 01604330 n 0302 | living by preying on other animals especially by catching living prey; "a predatory bird"; "the rapacious wolf"; "raptorial birds"; "ravening wolves"; "a vulturine taste for offal"
-00084353 00 s 02 pugnacious 0 rough 0 003 & 00082241 a 0000 + 13977184 n 0203 + 04643662 n 0103 | ready and able to resort to force or violence; "pugnacious spirits...lamented that there was so little prospect of an exhilarating disturbance"- Herman Melville; "they were rough and determined fighting men"
-00084661 00 s 01 scrappy 0 003 & 00082241 a 0000 + 01170962 n 0104 + 04837814 n 0101 | full of fighting spirit; "a scrappy admiral"
-00084795 00 s 01 truculent 0 003 & 00082241 a 0000 + 04644161 n 0102 + 04644161 n 0101 | defiantly aggressive; "a truculent speech against the new government"
-00084956 00 a 02 unaggressive 0 nonaggressive 0 004 ^ 01740892 a 0000 ^ 00156839 a 0000 ! 00082241 a 0101 & 00085139 a 0000 | not aggressive; not given to fighting or assertiveness
-00085139 00 s 01 low-pressure 0 001 & 00084956 a 0000 | not forceful; "a low-pressure salesman"; "a low-pressure campaign"
-00085264 00 a 01 agitated 0 015 ^ 00531342 a 0000 ^ 00919542 a 0000 ^ 01737241 a 0000 ^ 02405326 a 0000 ^ 01923391 a 0000 ^ 02303077 a 0000 ! 00087152 a 0101 & 00085630 a 0000 & 00085870 a 0000 & 00086005 a 0000 & 00086210 a 0000 & 00086341 a 0000 & 00086606 a 0000 & 00086801 a 0000 & 00087022 a 0000 | troubled emotionally and usually deeply; "agitated parents"
-00085630 00 s 04 aroused 0 emotional 0 excited 0 worked_up 0 002 & 00085264 a 0000 + 04626280 n 0201 | (of persons) excessively affected by emotion; "he would become emotional over nothing at all"; "she was worked up about all the noise"
-00085870 00 s 02 distraught 0 overwrought 0 001 & 00085264 a 0000 | deeply agitated especially from emotion; "distraught with grief"
-00086005 00 s 02 jolted 0 shaken 0 001 & 00085264 a 0000 | disturbed psychologically as if by a physical jolt or shock; "retrieved his named from her jolted memory"; "the accident left her badly shaken"
-00086210 00 s 02 feverish 0 hectic 0 001 & 00085264 a 0000 | marked by intense agitation or emotion; "worked at a feverish pace"
-00086341 00 s 04 frantic 0 frenetic 0 phrenetic 0 frenzied 0 001 & 00085264 a 0000 | excessively agitated; distraught with fear or other violent emotion; "frantic with anger and frustration"; "frenetic screams followed the accident"; "a frenzied look in his eye"
-00086606 00 s 01 hysterical 0 003 & 00085264 a 0000 + 14391876 n 0105 + 07520507 n 0101 | marked by excessive or uncontrollable emotion; "hysterical laughter"; "a mob of hysterical vigilantes"
-00086801 00 s 01 psychedelic 0 001 & 00085264 a 0000 | (of a mental state) characterized by intense and distorted perceptions and hallucinations and feelings of euphoria or sometimes despair; "a psychedelic experience"
-00087022 00 s 01 wild-eyed 0 001 & 00085264 a 0000 | appearing extremely agitated; "crowded the wild-eyed animals into a truck"
-00087152 00 a 01 unagitated 0 007 ^ 00529266 a 0000 ^ 02531422 a 0000 ^ 01922763 a 0000 ^ 02407603 a 0000 ^ 02301560 a 0000 ^ 00920881 a 0000 ! 00085264 a 0101 | not agitated or disturbed emotionally
-00087354 00 a 01 agitated 2 007 ! 00088658 a 0101 & 00087597 a 0000 & 00087837 a 0000 & 00088055 a 0000 & 00088157 a 0000 & 00088328 a 0000 & 00088545 a 0000 | physically disturbed or set in motion; "the agitated mixture foamed and bubbled"
-00087597 00 s 05 churning 0 roiling 0 roiled 0 roily 0 turbulent 0 003 & 00087354 a 0000 + 11520989 n 0502 + 11520989 n 0501 | (of a liquid) agitated vigorously; in a state of turbulence; "the river's roiling current"; "turbulent rapids"
-00087837 00 s 02 churning 2 churned-up 2 001 & 00087354 a 0000 | moving with or producing or produced by vigorous agitation; "winds whipped the piled leaves into churning masses"; "a car stuck in the churned-up mud"
-00088055 00 s 01 jolted 0 001 & 00087354 a 0000 | bumped or shaken jerkily; "the jolted passengers"
-00088157 00 s 02 rippled 0 ruffled 0 001 & 00087354 a 0000 | shaken into waves or undulations as by wind; "the rippled surface of the pond"; "with ruffled flags flying"
-00088328 00 s 01 seething 0 001 & 00087354 a 0000 | in constant agitation; "a seething flag-waving crowd filled the streets"; "a seething mass of maggots"; "lovers and madmen have such seething brains"- Shakespeare
-00088545 00 s 01 stirred 0 001 & 00087354 a 0000 | set into a usually circular motion in order to mix or blend
-00088658 00 a 01 unagitated 2 003 ! 00087354 a 0101 & 00088792 a 0000 & 00088899 a 0000 | not physically disturbed or set in motion
-00088792 00 s 01 nonturbulent 0 001 & 00088658 a 0000 | (of a liquid) not turbulent; "nonturbulent flow"
-00088899 00 s 01 unstirred 0 001 & 00088658 a 0000 | not agitated by stirring; "the ingredients sat in the bowl unstirred while she buttered the pan"
-00089051 00 a 01 agreeable 0 003 + 04779053 n 0101 + 04640927 n 0102 ! 00089355 a 0101 | conforming to your own liking or feelings or nature; "Is the plan agreeable to you?"; "he's an agreeable fellow"; "My idea of an agreeable person...is a person who agrees with me"- Disraeli; "an agreeable manner"
-00089355 00 a 01 disagreeable 0 006 + 04779895 n 0101 ! 00089051 a 0101 & 00089550 a 0000 & 00090219 a 0000 & 00090408 a 0000 & 00090628 a 0000 | not to your liking; "a disagreeable situation"
-00089550 00 s 0d annoying 0 bothersome 0 galling 0 irritating 0 nettlesome 0 pesky 0 pestering 0 pestiferous 0 plaguy 0 plaguey 0 teasing 0 vexatious 0 vexing 0 003 & 00089355 a 0000 + 05831939 n 0a01 + 05831939 n 0901 | causing irritation or annoyance; "tapping an annoying rhythm on his glass with his fork"; "aircraft noise is particularly bothersome near the airport"; "found it galling to have to ask permission"; "an irritating delay"; "nettlesome paperwork"; "a pesky mosquito"; "swarms of pestering gnats"; "a plaguey newfangled safety catch"; "a teasing and persistent thought annoyed him"; "a vexatious child"; "it is vexing to have to admit you are wrong"
-00090219 00 s 02 harsh 0 abrasive 0 003 & 00089355 a 0000 + 04780114 n 0201 + 04639732 n 0103 | sharply disagreeable; rigorous; "the harsh facts of court delays"; "an abrasive character"
-00090408 00 s 04 nerve-racking 0 nerve-wracking 0 stressful 0 trying 0 001 & 00089355 a 0000 | extremely irritating to the nerves; "nerve-racking noise"; "the stressful days before a war"; "a trying day at the office"
-00090628 00 s 01 unsweet 0 001 & 00089355 a 0000 | distasteful; "he found life unsweet"
-00090718 00 a 02 air-to-surface 0 air-to-ground 0 002 ! 00090917 a 0101 ! 00091121 a 0101 | operating from or designed to be fired from aircraft at targets on the ground; "air-to-surface missiles"
-00090917 00 a 01 air-to-air 0 002 ! 00091121 a 0101 ! 00090718 a 0101 | operating between or launched from or involving rockets or aircraft in flight; "air-to-air missiles"; "air-to-air communications"
-00091121 00 a 01 surface-to-air 0 002 ! 00090718 a 0101 ! 00090917 a 0101 | operating from or designed to be launched from the ground against an airborne target; "surface-to-air missiles"
-00091311 00 a 02 alert 0 watchful 0 012 ^ 00186616 a 0000 ^ 00804695 a 0000 ^ 00162386 a 0000 + 05705722 n 0201 + 04664778 n 0201 + 14031660 n 0101 + 04664628 n 0101 ! 00092551 a 0101 & 00091764 a 0000 & 00092136 a 0000 & 00092275 a 0000 & 00092391 a 0000 | engaged in or accustomed to close observation; "caught by a couple of alert cops"; "alert enough to spot the opportunity when it came"; "constantly alert and vigilant, like a sentinel on duty"
-00091764 00 s 04 argus-eyed 0 open-eyed 0 vigilant 0 wakeful 0 004 & 00091311 a 0000 + 05705722 n 0402 + 05705722 n 0303 + 04664778 n 0302 | carefully observant or attentive; on the lookout for possible danger; "a policy of open-eyed awareness"; "the vigilant eye of the town watch"; "there was a watchful dignity in the room"; "a watchful parent with a toddler in tow"
-00092136 00 s 01 fly 0 003 & 00091311 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) not to be deceived or hoodwinked
-00092275 00 s 02 heads-up 0 wide-awake 0 001 & 00091311 a 0000 | fully alert and watchful; "played heads-up ball"
-00092391 00 s 02 lidless 0 sleepless 0 001 & 00091311 a 0000 | always watchful; "to an eye like mine, a lidless watcher of the public weal"- Alfred Tennyson
-00092551 00 a 03 unalert 0 unwatchful 0 unvigilant 0 002 ^ 00162990 a 0000 ! 00091311 a 0101 | not alert to what is potentially dangerous
-00092691 00 a 01 algorithmic 0 003 + 05847438 n 0101 ! 00092933 a 0101 & 00092848 a 0000 | of or relating to or having the characteristics of an algorithm
-00092848 00 s 01 recursive 0 001 & 00092691 a 0000 | of or relating to a recursion
-00092933 00 a 01 heuristic 0 003 + 05847956 n 0101 ! 00092691 a 0101 & 00093108 a 0000 | of or relating to or using a general formulation that serves to guide investigation
-00093108 00 s 01 trial-and-error 0 001 & 00092933 a 0000 | relating to solving problems by experience rather than theory; "they adopted a trial-and-error procedure"
-00093275 00 a 01 alienable 0 005 ;c 08441203 n 0000 + 02221010 v 0102 ! 00093810 a 0101 & 00093433 a 0000 & 00093556 a 0000 | transferable to another owner
-00093433 00 s 01 appropriable 0 002 & 00093275 a 0000 + 00724150 v 0102 | that can be appropriated; "appropriable funds"
-00093556 00 s 05 assignable 0 conveyable 0 negotiable 0 transferable 0 transferrable 0 005 & 00093275 a 0000 + 04736516 n 0401 + 00761713 v 0302 + 02221454 v 0201 + 02228531 v 0101 | legally transferable to the ownership of another; "negotiable bonds"
-00093810 00 a 02 inalienable 0 unalienable 0 005 ^ 01348258 a 0000 ! 00093275 a 0101 & 00094069 a 0000 & 00094239 a 0000 & 00094324 a 0000 | incapable of being repudiated or transferred to another; "endowed by their Creator with certain unalienable rights"
-00094069 00 s 03 absolute 0 infrangible 0 inviolable 0 002 & 00093810 a 0000 + 04738398 n 0101 | not capable of being violated or infringed; "infrangible human rights"
-00094239 00 s 01 non-negotiable 0 001 & 00093810 a 0000 | cannot be bought or sold
-00094324 00 s 03 nontransferable 0 unassignable 0 untransferable 0 001 & 00093810 a 0000 | incapable of being transferred
-00094448 00 a 02 alive(p) 1 live 0 009 ^ 00118066 a 0000 = 13961642 n 0000 = 05005809 n 0000 + 05005447 n 0203 + 05005447 n 0102 ! 00095280 a 0101 & 00094799 a 0000 & 00094941 a 0000 & 00095094 a 0000 | possessing life; "the happiest person alive"; "the nerve is alive"; "doctors are working hard to keep him alive"; "burned alive"; "a live canary"
-00094799 00 s 01 liveborn 0 001 & 00094448 a 0000 | (of newborn infant) showing signs of life after birth; not stillborn; "a liveborn baby"
-00094941 00 s 01 viable 0 002 & 00094448 a 0000 + 05056234 n 0101 | capable of life or normal growth and development; "viable seeds"; "a viable fetus"
-00095094 00 s 01 vital 0 004 & 00094448 a 0000 + 00165103 v 0101 + 05171352 n 0101 + 05005809 n 0102 | manifesting or characteristic of life; "a vital, living organism"; "vital signs"
-00095280 00 a 01 dead 1 023 = 13961642 n 0000 = 05005809 n 0000 + 05006519 n 0101 ! 00094448 a 0101 & 00095873 a 0000 & 00096072 a 0000 & 00096239 a 0000 & 00096414 a 0000 & 00096595 a 0000 & 00096815 a 0000 & 00096913 a 0000 & 00097022 a 0000 & 00097147 a 0000 & 00097305 a 0000 & 00097452 a 0000 & 00097577 a 0000 & 00097674 a 0000 & 00097768 a 0000 & 00097906 a 0000 & 00098043 a 0000 & 00098147 a 0000 & 00098307 a 0000 & 00098450 a 0000 | no longer having or seeming to have or expecting to have life; "the nerve is dead"; "a dead pallor"; "he was marked as a dead man by the assassin"
-00095873 00 s 06 asleep(p) 0 at_peace(p) 2 at_rest(p) 0 deceased 0 departed 0 gone 0 003 & 00095280 a 0000 ;u 06605046 n 0000 + 09994943 n 0506 | dead; "he is deceased"; "our dear departed friend"
-00096072 00 s 01 assassinated 0 001 & 00095280 a 0000 | murdered by surprise attack for political reasons; "the 20th century has seen too many assassinated leaders"
-00096239 00 s 03 bloodless 0 exsanguine 0 exsanguinous 0 001 & 00095280 a 0000 | destitute of blood or apparently so; "the bloodless carcass of my Hector sold"- John Dryden
-00096414 00 s 01 brain_dead 0 001 & 00095280 a 0000 | having irreversible loss of brain function as indicated by a persistent flat electroencephalogram; "was declared brain dead"
-00096595 00 s 03 breathless 0 inanimate 0 pulseless 0 003 & 00095280 a 0000 + 05006285 n 0201 + 14370122 n 0103 | appearing dead; not breathing or having no perceptible pulse; "an inanimate body"; "pulseless and dead"
-00096815 00 s 01 cold 0 001 & 00095280 a 0000 | lacking the warmth of life; "cold in his grave"
-00096913 00 s 01 d.o.a. 0 001 & 00095280 a 0000 | abbreviation for `dead on arrival' at the emergency room
-00097022 00 s 02 deathlike 0 deathly 0 001 & 00095280 a 0000 | having the physical appearance of death; "a deathly pallor"
-00097147 00 s 01 defunct 0 002 & 00095280 a 0000 + 13963032 n 0102 | having ceased to exist or live; "the will of a defunct aunt"; "a defunct Indian tribe"
-00097305 00 s 01 doomed 0 002 & 00095280 a 0000 + 07946694 n 0101 | marked for certain death; "the black spot told the old sailor he was doomed"
-00097452 00 s 01 executed 0 001 & 00095280 a 0000 | put to death as punishment; "claimed the body of the executed traitor"
-00097577 00 s 01 fallen 0 001 & 00095280 a 0000 | killed in battle; "to honor fallen soldiers"
-00097674 00 s 01 late(a) 0 001 & 00095280 a 0000 | having died recently; "her late husband"
-00097768 00 s 02 lifeless 1 exanimate 0 002 & 00095280 a 0000 + 05006285 n 0102 | deprived of life; no longer living; "a lifeless body"
-00097906 00 s 01 murdered 0 001 & 00095280 a 0000 | killed unlawfully; "the murdered woman"; "lay a wreath on murdered Lincoln's bier"
-00098043 00 s 01 nonviable 0 001 & 00095280 a 0000 | not capable of living or developing successfully
-00098147 00 s 01 slain 1 001 & 00095280 a 0000 | killed; `slain' is formal or literary as in "slain warriors"; "a picture of St. George and the slain dragon"
-00098307 00 s 01 stillborn 0 001 & 00095280 a 0000 | (of newborn infant) showing no signs of life at birth; not liveborn; "a stillborn baby"
-00098450 00 s 01 stone-dead 0 001 & 00095280 a 0000 | as lifeless as a stone
-00098529 00 a 01 apocrine 0 001 ! 00098736 a 0101 | (of exocrine glands) producing a secretion in which part of the secreting cell is released with the secretion; "mother's milk is one apocrine secretion"
-00098736 00 a 01 eccrine 0 001 ! 00098529 a 0101 | (of exocrine glands) producing a clear aqueous secretion without releasing part of the secreting cell; important in regulating body temperature
-00098933 00 a 01 artesian 0 001 ! 00099097 a 0101 | (of water) rising to the surface under internal hydrostatic pressure; "an artesian well"; "artesian pressure"
-00099097 00 a 01 subartesian 0 001 ! 00098933 a 0101 | (of water) rising naturally in a well to a height appreciably above that of the surrounding water table but not flowing out of the well
-00099290 00 a 01 live 1 004 ^ 00040325 a 0000 ! 00099874 a 0101 & 00099590 a 0000 & 00099704 a 0000 | exerting force or containing energy; "live coals"; "tossed a live cigarette out the window"; "got a shock from a live wire"; "live ore is unmined ore"; "a live bomb"; "a live ball is one in play"
-00099590 00 s 01 in_play(p) 0 002 & 00099290 a 0000 ;c 00523513 n 0000 | of a ball; "the ball is still in play"
-00099704 00 s 01 living(a) 0 001 & 00099290 a 0000 | (used of minerals or stone) in its natural state and place; not mined or quarried; "carved into the living stone";
-00099874 00 a 01 dead 2 006 ^ 00041051 a 0000 + 05006519 n 0101 ! 00099290 a 0101 & 00100213 a 0000 & 00100373 a 0000 & 00100506 a 0000 | not showing characteristics of life especially the capacity to sustain life; no longer exerting force or having energy or heat; "Mars is a dead planet"; "dead soil"; "dead coals"; "the fire is dead"
-00100213 00 s 02 extinct 0 out(p) 0 001 & 00099874 a 0000 | being out or having grown cold; "threw his extinct cigarette into the stream"; "the fire is out"
-00100373 00 s 01 lifeless 0 002 & 00099874 a 0000 + 05006285 n 0102 | not having the capacity to support life; "a lifeless planet"
-00100506 00 s 01 out_of_play(p) 0 002 & 00099874 a 0000 ;c 00523513 n 0000 | (of a ball) "a ball that is out of play is dead"
-00100634 00 a 02 alphabetic 0 alphabetical 0 004 + 06497459 n 0201 ! 00101152 a 0101 & 00100881 a 0000 & 00100989 a 0000 | arranged in order according to the alphabet; "an alphabetic arrangement"; "dictionaries list words in alphabetical order"
-00100881 00 s 01 abecedarian 0 001 & 00100634 a 0000 | alphabetically arranged (as for beginning readers)
-00100989 00 s 02 alphabetized 0 alphabetised 0 001 & 00100634 a 0000 | having been put in alphabetical order; "the cards are all alphabetized, as you requested"
-00101152 00 a 01 analphabetic 0 001 ! 00100634 a 0101 | not alphabetic; "an analphabetic arrangement of letters"; "Jesperson's system of phonetic transcription is analphabetic"
-00101331 00 a 01 altricial 0 001 ! 00101452 a 0101 | (of hatchlings) naked and blind and dependent on parents for food
-00101452 00 a 01 precocial 0 001 ! 00101331 a 0101 | (of hatchlings) covered with down and having eyes open; capable of leaving the nest within a few days
-00101609 00 a 02 altruistic 0 selfless 0 005 ^ 02099019 a 0000 + 04833276 n 0202 + 01205961 n 0201 + 10421956 n 0102 ! 00101800 a 0101 | showing unselfish concern for the welfare of others
-00101800 00 a 05 egoistic 0 egoistical 0 egocentric 0 self-centered 0 self-centred 0 007 ^ 02098325 a 0000 + 04835028 n 0405 + 10047199 n 0301 + 10047459 n 0102 + 10047199 n 0102 ! 00101609 a 0101 & 00102079 a 0000 | limited to or caring only about yourself and your own needs
-00102079 00 s 02 self-absorbed 0 self-involved 0 001 & 00101800 a 0000 | absorbed in your own interests or thoughts etc
-00102201 00 a 01 ambiguous 0 011 ^ 00895442 a 0000 ^ 00430191 a 0000 + 04825114 n 0101 ! 00103696 a 0101 & 00102578 a 0000 & 00102786 a 0000 & 00102930 a 0000 & 00103196 a 0000 & 00103302 a 0000 & 00103447 a 0000 & 00103567 a 0000 | having more than one possible meaning; "ambiguous words"; "frustrated by ambiguous instructions, the parents were unable to assemble the toy"
-00102578 00 s 02 double-barreled 0 double-barrelled 0 001 & 00102201 a 0000 | having two purposes; twofold; "our double-barreled desire to make things profitable as well as attractive"- Louis Kronenbergers
-00102786 00 s 01 double-edged 0 001 & 00102201 a 0000 | capable of being interpreted in two usually contradictory ways; "double-edged praise"
-00102930 00 s 02 enigmatic 0 oracular 0 003 & 00102201 a 0000 + 10483530 n 0203 + 05685538 n 0102 | resembling an oracle in obscurity of thought; "the oracular sayings of Victorian poets"; "so enigmatic that priests might have to clarify it"; "an enigmatic smile"
-00103196 00 s 01 left-handed 0 001 & 00102201 a 0000 | ironically ambiguous; "a left-handed compliment"
-00103302 00 s 02 multivalent 0 multi-valued 0 001 & 00102201 a 0000 | having many values, meanings, or appeals; "subtle, multivalent allegory"
-00103447 00 s 02 polysemous 0 polysemantic 0 002 & 00102201 a 0000 + 04825576 n 0101 | of words; having many meanings
-00103567 00 s 01 uncertain 0 001 & 00102201 a 0000 | ambiguous (especially in the negative); "she spoke in no uncertain terms"
-00103696 00 a 01 unambiguous 0 005 ^ 00428404 a 0000 ^ 00896555 a 0000 + 04821802 n 0101 ! 00102201 a 0101 & 00103953 a 0000 | having or exhibiting a single clearly defined meaning; "As a horror, apartheid...is absolutely unambiguous"- Mario Vargas Llosa
-00103953 00 s 01 monosemous 0 002 & 00103696 a 0000 + 04820908 n 0101 | having only one meaning
-00104051 00 a 01 ambitious 0 010 ^ 00884778 a 0000 = 04836268 n 0000 + 04836268 n 0101 + 04836268 n 0102 ! 00105023 a 0101 & 00104318 a 0000 & 00104533 a 0000 & 00104699 a 0000 & 00104825 a 0000 & 00104942 a 0000 | having a strong desire for success or achievement
-00104318 00 s 02 pushful 0 pushy 0 003 & 00104051 a 0000 + 04836683 n 0202 + 05167412 n 0203 | marked by aggressive ambition and energy and initiative; "an aggressive young executive"; "a pushful insurance agent"
-00104533 00 s 03 aspirant 0 aspiring(a) 0 wishful 0 003 & 00104051 a 0000 + 09801533 n 0101 + 00705517 v 0102 | desiring or striving for recognition or advancement
-00104699 00 s 03 compulsive 0 determined 0 driven 0 002 & 00104051 a 0000 + 09950457 n 0101 | strongly motivated to succeed
-00104825 00 s 02 manque 0 would-be(a) 0 001 & 00104051 a 0000 | unfulfilled or frustrated in realizing an ambition
-00104942 00 s 01 overambitious 0 001 & 00104051 a 0000 | excessively ambitious
-00105023 00 a 02 unambitious 0 ambitionless 0 004 ^ 00885415 a 0000 = 04836268 n 0000 ! 00104051 a 0101 & 00105197 a 0000 | having little desire for success or achievement
-00105197 00 s 01 shiftless 0 002 & 00105023 a 0000 + 04637571 n 0101 | lacking or characterized by lack of ambition or initiative; lazy; "a shiftless student"; "studied in a shiftless way"
-00105388 00 a 01 ametropic 0 002 + 14096724 n 0101 ! 00105566 a 0101 | of or relating to an abnormal condition of the eye in which visual images are not in focus on the retina
-00105566 00 a 01 emmetropic 0 002 + 14096957 n 0101 ! 00105388 a 0101 | of or relating to the normal condition of the eye in which visual images are in clear focus on the retina
-00105746 00 a 01 ample 0 008 ^ 00013887 a 0000 ^ 02335828 a 0000 = 05112609 n 0000 + 05112910 n 0101 ! 00106456 a 0101 & 00106020 a 0000 & 00106182 a 0000 & 00106277 a 0000 | more than enough in size or scope or capacity; "had ample food for the party"; "an ample supply"
-00106020 00 s 02 full 0 good 0 001 & 00105746 a 0000 | having the normally expected amount; "gives full measure"; "gives good measure"; "a good mile from here"
-00106182 00 s 01 generous 0 001 & 00105746 a 0000 | more than adequate; "a generous portion"
-00106277 00 s 03 wide 0 wide-cut 0 full 2 003 & 00105746 a 0000 + 05106024 n 0301 + 05104548 n 0108 | having ample fabric; "the current taste for wide trousers"; "a full skirt"
-00106456 00 a 05 meager 0 meagre 0 meagerly 0 stingy 2 scrimpy 0 012 ^ 02336449 a 0000 ^ 01496021 a 0000 ^ 00016756 a 0000 = 05112609 n 0000 + 05113462 n 0202 + 05113462 n 0101 ! 00105746 a 0101 & 00106821 a 0000 & 00107017 a 0000 & 00107128 a 0000 & 00107250 a 0000 & 00107384 a 0000 | deficient in amount or quality or extent; "meager resources"; "meager fare"
-00106821 00 s 03 bare(a) 0 scanty 0 spare 0 003 & 00106456 a 0000 + 05114781 n 0302 + 05113462 n 0205 | lacking in amplitude or quantity; "a bare livelihood"; "a scanty harvest"; "a spare diet"
-00107017 00 s 01 exiguous 0 002 & 00106456 a 0000 + 05113462 n 0107 | extremely scanty; "an exiguous budget"
-00107128 00 s 01 hand-to-mouth(a) 0 001 & 00106456 a 0000 | providing only bare essentials; "a hand-to-mouth existence"
-00107250 00 s 01 hardscrabble 0 001 & 00106456 a 0000 | barely satisfying a lower standard; "the sharecropper's hardscrabble life"
-00107384 00 s 03 measly 0 miserable 0 paltry 0 002 & 00106456 a 0000 + 05140278 n 0301 | contemptibly small in amount; "a measly tip"; "the company donated a miserable $100 for flood relief"; "a paltry wage"; "almost depleted his miserable store of dried beans"
-00107648 00 a 01 anabolic 0 003 + 13430495 n 0101 ! 00107984 a 0101 & 00107868 a 0000 | characterized by or promoting constructive metabolism; "some athletes take anabolic steroids to increase muscle size temporarily"
-00107868 00 s 02 constructive-metabolic 0 energy-storing(a) 0 001 & 00107648 a 0000 | of or relating to anabolism
-00107984 00 a 02 catabolic 0 katabolic 0 004 + 13443787 n 0201 + 13443787 n 0101 ! 00107648 a 0101 & 00108145 a 0000 | characterized by destructive metabolism
-00108145 00 s 02 destructive-metabolic 0 energy-releasing(a) 0 001 & 00107984 a 0000 | of or relating to catabolism
-00108263 00 a 01 anaclinal 0 002 ;c 06115701 n 0000 ! 00108434 a 0101 | of valleys and rivers; progressing in a direction opposite to the dip in surrounding rock strata
-00108434 00 a 01 cataclinal 0 002 ;c 06115701 n 0000 ! 00108263 a 0101 | of valleys and rivers; running in the direction of the dip in surrounding rock strata
-00108595 00 a 02 anastigmatic 0 stigmatic 0 002 + 05654783 n 0201 ! 00108698 a 0101 | not astigmatic
-00108698 00 a 01 astigmatic 0 005 + 14553590 n 0102 + 13938899 n 0102 + 14553590 n 0101 + 13938899 n 0101 ! 00108595 a 0101 | of or relating to a defect in the eye or in a lens caused by a deviation from spherical curvature which prevents light rays from meeting at a common focus and so results in distorted images
-00109016 00 a 01 anticlinal 0 002 ;c 06115701 n 0000 ! 00109133 a 0101 | sloping downward away from a common crest
-00109133 00 a 01 synclinal 0 002 ;c 06115701 n 0000 ! 00109016 a 0101 | sloping downward toward each other to create a trough
-00109261 00 a 01 anadromous 0 002 ! 00109382 a 0101 ! 00109504 a 0101 | migrating from the sea to fresh water to spawn
-00109382 00 a 01 catadromous 0 002 ! 00109504 a 0101 ! 00109261 a 0101 | migrating from fresh water to the sea to spawn
-00109504 00 a 01 diadromous 0 002 ! 00109261 a 0101 ! 00109382 a 0101 | (used of fish) migratory between fresh and salt waters
-00109633 00 a 01 anabatic 0 002 ;c 06118563 n 0000 ! 00109782 a 0101 | of an air current or wind; rising especially up a slope; "an anabatic wind"
-00109782 00 a 02 katabatic 0 catabatic 0 002 ;c 06118563 n 0000 ! 00109633 a 0101 | of an air current or wind; moving downward or down a slope because of cooling especially at night
-00109966 00 a 02 anal 0 anal_retentive 0 002 ;c 00704305 n 0000 ! 00110252 a 0101 | a stage in psychosexual development when the child's interest is concentrated on the anal region; fixation at this stage is said to result in orderliness, meanness, stubbornness, compulsiveness, etc.
-00110252 00 a 01 oral 2 002 ;c 00704305 n 0000 ! 00109966 a 0101 | a stage in psychosexual development when the child's interest is concentrated in the mouth; fixation at this stage is said to result in dependence, selfishness, and aggression
-00110497 00 a 03 analogue 0 analog 0 linear 3 002 ;c 06099269 n 0000 ! 00110701 a 0101 | of a circuit or device having an output that is proportional to the input; "analogue device"; "linear amplifier"
-00110701 00 a 01 digital 0 002 ;c 06099269 n 0000 ! 00110497 a 0101 | of a circuit or device that represents magnitudes in digits; "digital computer"
-00110853 00 a 02 analytic 1 analytical 4 005 ^ 00138912 a 0000 ^ 01296474 a 0000 ^ 01430111 a 0000 ;c 06163751 n 0000 ! 00111129 a 0101 | of a proposition that is necessarily true independent of fact or experience; "`all spinsters are unmarried' is an analytic proposition"
-00111129 00 a 02 synthetic 1 synthetical 4 006 ^ 00139126 a 0000 ^ 01296270 a 0000 ^ 01430111 a 0000 ;c 06163751 n 0000 + 05774129 n 0103 ! 00110853 a 0101 | of a proposition whose truth value is determined by observation or facts; "`all men are arrogant' is a synthetic proposition"
-00111415 00 a 02 analytic 2 uninflected 4 003 ;c 06172789 n 0000 ! 00111856 a 0101 & 00111604 a 0000 | expressing a grammatical category by using two or more words rather than inflection
-00111604 00 s 01 isolating(a) 0 001 & 00111415 a 0000 | relating to or being a language in which each word typically expresses a distinct idea and part of speech and syntactical relations are determined almost exclusively by word order and particles
-00111856 00 a 01 synthetic 2 003 ;c 06172789 n 0000 ! 00111415 a 0101 & 00112018 a 0000 | systematic combining of root and modifying elements into single words
-00112018 00 s 02 agglutinative 0 polysynthetic 0 002 & 00111856 a 0000 + 01222016 v 0101 | forming derivative or compound words by putting together constituents each of which expresses a single definite meaning
-00112231 00 a 02 analytic 3 analytical 3 005 + 05772667 n 0201 + 00634276 n 0201 + 05772667 n 0101 + 05208690 n 0101 ! 00112628 a 0101 | using or skilled in using analysis (i.e., separating a whole--intellectual or substantial--into its elemental parts or basic principles); "an analytic experiment"; "an analytic approach"; "a keenly analytic man"; "analytical reasoning"; "an analytical mind"
-00112628 00 a 02 synthetic 3 synthetical 3 005 + 13565379 n 0201 + 05774129 n 0203 + 05783940 n 0201 + 05783940 n 0101 ! 00112231 a 0101 | involving or of the nature of synthesis (combining separate elements to form a coherent whole) as opposed to analysis; "limnology is essentially a synthetic science composed of elements...that extend well beyond the limits of biology"- P.S.Welch
-00113015 00 a 01 inflectional 0 002 + 13803782 n 0101 ! 00113245 a 0101 | characterized by inflections indicating grammatical distinctions; "inflectional morphology is used to indicate number and case and tense and person etc."
-00113245 00 a 01 derivational 0 001 ! 00113015 a 0101 | characterized by inflections indicating a semantic relation between a word and its base; "the morphological relation between `sing' and `singer' and `song' is derivational"
-00113476 00 a 01 apocarpous 0 002 ;c 00017222 n 0000 ! 00113663 a 0101 | (of ovaries of flowering plants) consisting of carpels that are free from one another as in buttercups or roses
-00113663 00 a 01 syncarpous 0 003 ;c 00017222 n 0000 + 13137672 n 0103 ! 00113476 a 0101 | (of ovaries of flowering plants) consisting of united carpels
-00113818 00 a 01 angry 0 016 + 14036539 n 0101 + 07516354 n 0101 + 00758972 n 0102 + 14036539 n 0102 ! 00116463 a 0101 & 00114266 a 0000 & 00114454 a 0000 & 00114797 a 0000 & 00114921 a 0000 & 00115094 a 0000 & 00115193 a 0000 & 00115494 a 0000 & 00115777 a 0000 & 00115906 a 0000 & 00116058 a 0000 & 00116245 a 0000 | feeling or showing anger; "angry at the weather"; "angry customers"; "an angry silence"; "sending angry letters to the papers"
-00114266 00 s 02 aggravated 0 provoked 0 001 & 00113818 a 0000 | incited, especially deliberately, to anger; "aggravated by passive resistance"; "the provoked animal attacked the child"
-00114454 00 s 05 angered 0 enraged 0 furious 0 infuriated 0 maddened 0 003 & 00113818 a 0000 + 07516997 n 0301 + 05037813 n 0303 | marked by extreme anger; "the enraged bull attached"; "furious about the accident"; "a furious scowl"; "infuriated onlookers charged the police who were beating the boy"; "could not control the maddened crowd"
-00114797 00 s 01 black 0 001 & 00113818 a 0000 | marked by anger or resentment or hostility; "black looks"; "black words"
-00114921 00 s 02 choleric 0 irascible 0 003 & 00113818 a 0000 + 07552549 n 0201 + 07516354 n 0102 | characterized by anger; "a choleric outburst"; "an irascible response"
-00115094 00 s 01 hot_under_the_collar(p) 0 002 & 00113818 a 0000 ;u 07075172 n 0000 | very angry
-00115193 00 s 03 huffy 0 mad 0 sore 0 006 & 00113818 a 0000 ;u 07075172 n 0000 + 07495973 n 0302 + 07516997 n 0203 + 14407070 n 0101 + 07517869 n 0101 | roused to anger; "stayed huffy a good while"- Mark Twain; "she gets mad when you wake her up so early"; "mad at his friend"; "sore over a remark"
-00115494 00 s 04 indignant 0 incensed 0 outraged 0 umbrageous 0 002 & 00113818 a 0000 + 07517550 n 0401 | angered at something unjust or wrong; "an indignant denial"; "incensed at the judges' unfairness"; "a look of outraged disbelief"; "umbrageous at the loss of their territory"
-00115777 00 s 02 irate 0 ireful 0 001 & 00113818 a 0000 | feeling or showing extreme anger; "irate protesters"; "ireful words"
-00115906 00 s 01 livid 0 003 & 00113818 a 0000 ;u 07075172 n 0000 + 07517292 n 0101 | furiously angry; "willful stupidity makes him absolutely livid"
-00116058 00 s 02 smoldering 0 smouldering 0 001 & 00113818 a 0000 | showing scarcely suppressed anger; "her tone was...conversational although...her eyes were smoldering"- James Hensel
-00116245 00 s 03 wrathful 0 wroth 0 wrothful 0 001 & 00113818 a 0000 | vehemently incensed and condemnatory; "they trembled before the wrathful queen"; "but wroth as he was, a short struggle ended in reconciliation"
-00116463 00 a 01 unangry(p) 0 001 ! 00113818 a 0101 | not angry
-00116529 00 a 01 resentful 0 003 ! 00117106 a 0101 & 00116744 a 0000 & 00116940 a 0000 | full of or marked by resentment or indignant ill will; "resentful at the way he was treated"; "a sullen resentful attitude"
-00116744 00 s 02 acrimonious 0 bitter 0 003 & 00116529 a 0000 + 04643397 n 0201 + 04643397 n 0102 | marked by strong resentment or cynicism; "an acrimonious dispute"; "bitter about the divorce"
-00116940 00 s 01 rancorous 0 002 & 00116529 a 0000 + 07548978 n 0104 | showing deep-seated resentment; "preserve...from rancourous envy of the rich"- Aldous Huxley
-00117106 00 a 01 unresentful 0 002 ! 00116529 a 0101 & 00117235 a 0000 | not resentful; "completely unresentful and forgiving"
-00117235 00 s 01 unbitter 0 001 & 00117106 a 0000 | having or showing no resentment or desire for revenge; "remarkably unbitter toward her captors"
-00117385 00 a 02 sentient 0 animate 4 005 = 05006020 n 0000 + 05005447 n 0201 + 05677952 n 0102 ! 00117754 a 0101 & 00117654 a 0000 | endowed with feeling and unstructured consciousness; "the living knew themselves just sentient puppets on God's stage"- T.E.Lawrence
-00117654 00 s 01 sensate 0 001 & 00117385 a 0000 | having physical sensation; "sensate creatures"
-00117754 00 a 02 insentient 0 insensate 2 004 = 05006020 n 0000 + 05006749 n 0101 ! 00117385 a 0101 & 00117961 a 0000 | devoid of feeling and consciousness and animation; "insentient (or insensate) stone"
-00117961 00 s 01 unfeeling 0 001 & 00117754 a 0000 | devoid of feeling or sensation; "unfeeling trees"
-00118066 00 a 01 animate 1 003 = 05005447 n 0000 + 05005447 n 0101 ! 00118238 a 0101 | endowed with animal life as distinguished from plant life; "we are animate beings"
-00118238 00 a 03 inanimate 1 nonliving 0 non-living 0 004 = 05005447 n 0000 + 05006285 n 0101 ! 00118066 a 0101 & 00118451 a 0000 | not endowed with life; "the inorganic world is inanimate"; "inanimate objects"
-00118451 00 s 01 nonconscious 0 001 & 00118238 a 0000 | relating to the lack of consciousness of inanimate things
-00118567 00 a 02 animated 0 alive 4 005 + 05005447 n 0202 ! 00119409 a 0101 & 00118844 a 0000 & 00119006 a 0000 & 00119279 a 0000 | having life or vigor or spirit; "an animated and expressive face"; "animated conversation"; "became very animated when he heard the good news"
-00118844 00 s 02 enlivened 0 spirited 0 002 & 00118567 a 0000 + 04631700 n 0202 | made lively or spirited; "a meal enlivened by the music"; "a spirited debate"
-00119006 00 s 03 full_of_life 0 lively 0 vital 0 006 & 00118567 a 0000 + 00164816 v 0301 + 14050143 n 0303 + 04633453 n 0301 + 05005809 n 0302 + 04632157 n 0201 | full of spirit; "a dynamic full of life woman"; "a vital and charismatic leader"; "this whole lively world"
-00119279 00 s 02 reanimated 0 revived 0 001 & 00118567 a 0000 | given fresh life or vigor or spirit; "stirred by revived hopes"
-00119409 00 a 01 unanimated 0 003 ! 00118567 a 0101 & 00119533 a 0000 & 00119750 a 0000 | not animated or enlivened; dull
-00119533 00 s 01 lifeless 0 003 & 00119409 a 0000 + 14006179 n 0103 + 05006285 n 0102 | lacking animation or excitement or activity; "the party being dead we left early"; "it was a lifeless party until she arrived"
-00119750 00 s 01 wan 2 001 & 00119409 a 0000 | lacking vitality as from weariness or illness or unhappiness; "a wan smile"
-00119875 00 a 01 enlivened 0 003 ^ 00804695 a 0000 ! 00120132 a 0101 & 00119993 a 0000 | made sprightly or cheerful
-00119993 00 s 01 perked_up 0 001 & 00119875 a 0000 | made or become more cheerful or lively; "his attention made her feel all perked up"
-00120132 00 a 01 unenlivened 0 001 ! 00119875 a 0101 | not made lively or brightened; "a life unenlivened by romance"
-00120252 00 a 01 animate 2 002 ;c 06172789 n 0000 ! 00120411 a 0101 | belonging to the class of nouns that denote living beings; "the word `dog' is animate"
-00120411 00 a 01 inanimate 2 002 ;c 06172789 n 0000 ! 00120252 a 0101 | belonging to the class of nouns denoting nonliving things; "the word `car' is inanimate"
-00120574 00 a 02 anonymous 0 anon. 0 003 + 14436285 n 0101 ! 00121034 a 0101 & 00120784 a 0000 | having no known name or identity or known source; "anonymous authors"; "anonymous donors"; "an anonymous gift"
-00120784 00 s 04 nameless 0 unidentified 0 unknown 0 unnamed 0 002 & 00120574 a 0000 + 14436285 n 0102 | being or having an unknown or unnamed source; "a poem by an unknown author"; "corporations responsible to nameless owners"; "an unnamed donor"
-00121034 00 a 01 onymous 0 003 ! 00120574 a 0101 & 00121183 a 0000 & 00121376 a 0000 | bearing a name; "articles in magazines are usually onymous"
-00121183 00 s 02 binomial 0 binominal 0 001 & 00121034 a 0000 | having or characterized by two names, especially those of genus and species in taxonomies; "binomial nomenclature of bacteria"
-00121376 00 s 01 pseudonymous 0 002 & 00121034 a 0000 + 06338278 n 0101 | bearing or identified by an assumed (often pen) name; "the writings of Mark Twain are pseudonymous"
-00121552 00 a 01 antemortem 0 001 ! 00121649 a 0101 | preceding death; "antemortem confession"
-00121649 00 a 02 postmortem 0 postmortal 0 002 + 07144039 n 0201 ! 00121552 a 0101 | occurring or done after death; "postmortem changes"; "a postmortem examination to determine cause of death"; "postmortal wounds"
-00121865 00 a 01 antecedent 0 011 ^ 00125711 a 0000 + 13844923 n 0101 + 09792555 n 0104 + 07326880 n 0101 + 06603651 n 0101 + 05047279 n 0103 + 05047279 n 0102 ! 00122626 a 0101 & 00122128 a 0000 & 00122245 a 0000 & 00122386 a 0000 | preceding in time or order
-00122128 00 s 02 anterior 0 prior(a) 0 003 & 00121865 a 0000 + 05047279 n 0201 + 05047279 n 0104 | earlier in time
-00122245 00 s 02 anticipatory 0 prevenient 0 004 & 00121865 a 0000 + 02565491 v 0101 + 00917772 v 0106 + 00342640 v 0101 | in anticipation
-00122386 00 s 04 preexistent 0 pre-existent 0 preexisting 0 pre-existing 0 004 & 00121865 a 0000 + 02604100 v 0201 + 13957117 n 0101 + 02604100 v 0101 | existing previously or before something; "variations on pre-existent musical themes"
-00122626 00 a 01 subsequent 0 007 ^ 00127296 a 0000 + 05047617 n 0102 + 07295507 n 0102 + 05047617 n 0103 ! 00121865 a 0101 & 00122844 a 0000 & 00123485 a 0000 | following in time or order; "subsequent developments"
-00122844 00 s 08 attendant 0 consequent 0 accompanying 0 concomitant 0 incidental 0 ensuant 0 resultant 0 sequent 1 010 & 00122626 a 0000 + 13941337 n 0701 + 07292694 n 0702 + 05865034 n 0702 + 02635659 v 0702 + 02634265 v 0701 + 05048690 n 0401 + 11410625 n 0201 + 07284554 n 0103 + 02716567 v 0101 | following or accompanying as a consequence; "an excessive growth of bureaucracy, with attendant problems"; "snags incidental to the changeover in management"; "attendant circumstances"; "the period of tension and consequent need for military preparedness"; "the ensuant response to his appeal"; "the resultant savings were considerable"
-00123485 00 s 03 later(a) 0 ulterior 0 posterior 0 001 & 00122626 a 0000 | coming at a subsequent time or stage; "without ulterior argument"; "the mood posterior to"
-00123653 00 a 01 antrorse 0 002 ;c 06037666 n 0000 ! 00123804 a 0101 | bent or curved forward or upward; "a plant having antrorse hairs on the stem"
-00123804 00 a 01 retrorse 0 003 ;c 06037666 n 0000 ! 00123653 a 0101 & 00123961 a 0000 | bent or curved backward or downward; "leaves with retrorse barbs"
-00123961 00 s 01 decurved 0 001 & 00123804 a 0000 | bent down or curved downward; "the decurved bill of a curlew"
-00124077 00 a 01 aquatic 0 006 + 11536673 n 0101 ! 00124918 a 0101 ! 00125319 a 0101 & 00124353 a 0000 & 00124493 a 0000 & 00124685 a 0000 | operating or living or growing in water; "boats are aquatic vehicles"; "water lilies are aquatic plants"; "fish are aquatic animals"
-00124353 00 s 01 marine 0 001 & 00124077 a 0000 | native to or inhabiting the sea; "marine plants and animals such as seaweed and whales"
-00124493 00 s 02 semiaquatic 1 subaquatic 1 002 & 00124077 a 0000 ;c 06037666 n 0000 | partially aquatic; living or growing partly on land and partly in water; "a marginal subaquatic flora"
-00124685 00 s 05 subaqueous 0 subaquatic 2 submerged 2 submersed 2 underwater 0 002 & 00124077 a 0000 ;c 06037666 n 0000 | growing or remaining under water; "viewing subaqueous fauna from a glass-bottomed boat"; "submerged leaves"
-00124918 00 a 01 terrestrial 0 004 ! 00125319 a 0101 ! 00124077 a 0101 & 00125068 a 0000 & 00125170 a 0000 | operating or living or growing on land
-00125068 00 s 01 onshore 0 001 & 00124918 a 0000 | on the edge of the land; "an onshore lighthouse"
-00125170 00 s 01 overland 0 001 & 00124918 a 0000 | traveling or passing over land; "an overland journey"; "the overland route used by Marco Polo"
-00125319 00 a 01 amphibious 0 003 ! 00124077 a 0101 ! 00124918 a 0101 & 00125553 a 0000 | operating or living on land and in water; "amphibious vehicles"; "amphibious operations"; "amphibious troops"; "frogs are amphibious animals"
-00125553 00 s 02 amphibiotic 0 semiaquatic 2 002 & 00125319 a 0000 ;c 06037666 n 0000 | having an aquatic early or larval form and a terrestrial adult form
-00125711 00 a 01 preceding(a) 0 012 ^ 00121865 a 0000 = 05046009 n 0000 = 13844690 n 0000 ! 00127296 a 0101 & 00125993 a 0000 & 00126116 a 0000 & 00126235 a 0000 & 00126339 a 0000 & 00126497 a 0000 & 00126702 a 0000 & 00126830 a 0000 & 00127137 a 0000 | existing or coming before
-00125993 00 s 01 above 0 001 & 00125711 a 0000 | appearing earlier in the same text; "flaws in the above interpretation"
-00126116 00 s 02 above-mentioned 0 above-named 0 001 & 00125711 a 0000 | mentioned or named earlier in the same text
-00126235 00 s 01 foregoing(a) 0 001 & 00125711 a 0000 | especially of writing or speech; going before
-00126339 00 s 03 introductory 0 prefatorial 0 prefatory 0 003 & 00125711 a 0000 + 06397903 n 0202 + 00901799 v 0104 | serving as an introduction or preface
-00126497 00 s 01 precedent 0 007 & 00125711 a 0000 + 06600282 n 0101 + 01257145 n 0103 + 05047279 n 0105 + 01257145 n 0102 + 02692686 v 0101 + 02712443 v 0102 | preceding in time, order, or significance
-00126702 00 s 01 premedical 0 001 & 00125711 a 0000 | preceding and preparing for the study of medicine; "premedical courses"
-00126830 00 s 03 preparatory 0 preparative 0 propaedeutic 0 010 & 00125711 a 0000 + 00891642 n 0301 + 00891642 n 0302 + 02387034 v 0201 + 01651444 v 0203 + 00406243 v 0202 + 02387034 v 0101 + 00603298 v 0103 + 00602805 v 0102 + 00406243 v 0102 | preceding and preparing for something; "preparatory steps"
-00127137 00 s 02 previous(a) 0 old 0 001 & 00125711 a 0000 | just preceding something else in time or order; "the previous owner"; "my old house was larger"
-00127296 00 a 01 succeeding(a) 0 010 ^ 00122626 a 0000 = 05046009 n 0000 = 13844690 n 0000 ! 00125711 a 0101 & 00127543 a 0000 & 00127661 a 0000 & 00127815 a 0000 & 00127948 a 0000 & 00128137 a 0000 & 00128262 a 0000 | coming after or following
-00127543 00 s 02 back-to-back 0 consecutive 0 001 & 00127296 a 0000 | one after the other; "back-to-back home runs"
-00127661 00 s 01 ensuing 0 001 & 00127296 a 0000 | following immediately and as a result of what went before; "ensuing events confirmed the prediction"
-00127815 00 s 02 following(a) 1 undermentioned 0 001 & 00127296 a 0000 | about to be mentioned or specified; "the following items"
-00127948 00 s 02 following 2 next 0 001 & 00127296 a 0000 | immediately following in time or order; "the following day"; "next in line"; "the next president"; "the next item on the list"
-00128137 00 s 01 in_line 0 001 & 00127296 a 0000 | being next in a line of succession; "he was in line for the presidency"
-00128262 00 s 01 postmortem 0 001 & 00127296 a 0000 | after death or after an event; "a postmortem examination to determine the cause of death"; "the postmortem discussion of the President's TV address"
-00128467 00 a 01 precedented 0 001 ! 00128572 a 0101 | having or supported or justified by a precedent
-00128572 00 a 01 unprecedented 0 002 ! 00128467 a 0101 & 00128733 a 0000 | having no precedent; novel; "an unprecedented expansion in population and industry"
-00128733 00 s 02 new 0 unexampled 0 001 & 00128572 a 0000 | having no previous example or precedent or parallel; "a time of unexampled prosperity"
-00128882 00 a 01 prehensile 0 001 ! 00129029 a 0101 | adapted for grasping especially by wrapping around an object; "a monkey's prehensile tail"
-00129029 00 a 01 nonprehensile 0 001 ! 00128882 a 0101 | not prehensile
-00129103 00 a 03 prenatal 0 antenatal 0 antepartum 0 002 ! 00129276 a 0101 ! 00129467 a 0101 | occurring or existing before birth; "the prenatal period"; "antenatal care"
-00129276 00 a 01 perinatal 0 002 ! 00129467 a 0101 ! 00129103 a 0101 | occurring during the period around birth (5 months before and 1 month after); "perinatal mortality"; "perinatal care"
-00129467 00 a 02 postnatal 0 postpartum 0 002 ! 00129103 a 0101 ! 00129276 a 0101 | occurring immediately after birth; "postnatal development"
-00129612 00 a 01 preprandial 0 001 ! 00129729 a 0101 | preceding a meal (especially dinner); "a preprandial drink"
-00129729 00 a 01 postprandial 0 001 ! 00129612 a 0101 | following a meal (especially dinner); "his postprandial cigar"; "took a postprandial walk"
-00129878 00 a 01 prewar 0 001 ! 00130017 a 0101 | existing or belonging to a time before a war; "prewar levels of industrial production"
-00130017 00 a 01 postwar 0 001 ! 00129878 a 0101 | belonging to the period after a war; "postwar resettlement"; "postwar inflation"
-00130151 00 a 01 retrograde 0 002 = 13844690 n 0000 ! 00130281 a 0101 | of amnesia; affecting time immediately preceding trauma
-00130281 00 a 01 anterograde 0 002 = 13844690 n 0000 ! 00130151 a 0101 | of amnesia; affecting time immediately following trauma
-00130412 00 a 01 antemeridian 0 003 = 15129927 n 0000 ! 00130596 a 0101 & 00130518 a 0000 | before noon
-00130518 00 s 02 ante_meridiem 0 a.m. 0 001 & 00130412 a 0000 | before noon
-00130596 00 a 01 postmeridian 0 003 = 15129927 n 0000 ! 00130412 a 0101 & 00130701 a 0000 | after noon
-00130701 00 s 02 post_meridiem 0 p.m. 0 001 & 00130596 a 0000 | after noon
-00130778 00 a 01 anterior 0 008 ^ 00198147 a 0000 = 05074774 n 0000 + 05306190 n 0102 + 05078289 n 0101 ! 00131426 a 0101 & 00131018 a 0000 & 00131176 a 0000 & 00131297 a 0000 | of or near the head end or toward the front plane of a body
-00131018 00 s 01 frontal 1 004 & 00130778 a 0000 + 08626080 n 0101 + 08573472 n 0101 + 03398467 n 0101 | belonging to the front part; "a frontal appendage"
-00131176 00 s 01 frontal 2 001 & 00130778 a 0000 | of or adjacent to the forehead or frontal bone; "the frontal lobes"
-00131297 00 s 01 prefrontal 0 001 & 00130778 a 0000 | anterior to a frontal structure; "a prefrontal bone"; "prefrontal lobes"
-00131426 00 a 01 posterior 0 009 ^ 00197576 a 0000 = 05074774 n 0000 + 05306476 n 0102 + 05559256 n 010d + 05078450 n 0101 ! 00130778 a 0101 & 00131692 a 0000 & 00131863 a 0000 & 00132040 a 0000 | located at or near or behind a part or near the end of a structure
-00131692 00 s 03 back(a) 0 hind(a) 0 hinder(a) 0 001 & 00131426 a 0000 | located at or near the back of an animal; "back (or hind) legs"; "the hinder part of a carcass"
-00131863 00 s 01 caudal 0 001 & 00131426 a 0000 | situated in or directed toward the part of the body from which the tail arises; "caudal fins"; "the caudal end of the body"
-00132040 00 s 01 retral 0 001 & 00131426 a 0000 | at or near or toward the posterior
-00132127 00 a 01 dorsal 0 003 + 05558717 n 0102 + 05557500 n 0101 ! 00132385 a 0101 | belonging to or on or near the back or upper surface of an animal or organ or part; "the dorsal fin is the vertical fin on the back of a fish and certain marine mammals"
-00132385 00 a 01 ventral 0 005 + 05424796 n 0101 + 05424679 n 0101 + 05556943 n 0102 ! 00132127 a 0101 & 00132754 a 0000 | toward or on or near the belly (front of a primate or lower surface of a lower animal); "the ventral aspect of the human body"; "the liver is somewhat ventral in position"; "ventral (or pelvic) fins correspond to the hind limbs of a quadruped"
-00132754 00 s 01 dorsoventral 0 001 & 00132385 a 0000 | extending from the back to the belly
-00132849 00 a 01 appealable 0 003 + 02497824 v 0101 + 02497586 v 0101 ! 00133065 a 0101 | capable of being appealed especially to a higher tribunal; "decisions...appealable to the head of the agency"- New Republic
-00133065 00 a 01 unappealable 0 001 ! 00132849 a 0101 | not subject to appeal; "the judge's ruling was handed down in a preliminary hearing rather than a trial and was therefore unappealable"
-00133259 00 a 01 appendaged 0 001 ! 00133335 a 0101 | having an appendage
-00133335 00 a 01 unappendaged 0 001 ! 00133259 a 0101 | not having an appendage
-00133417 00 a 02 appetizing 0 appetising 0 007 ^ 01716227 a 0000 ^ 02395115 a 0000 = 04995531 n 0000 + 04995531 n 0202 + 04995531 n 0101 ! 00133851 a 0101 & 00133669 a 0000 | appealing to or stimulating the appetite especially in appearance or aroma
-00133669 00 s 03 mouth-watering 0 savory 0 savoury 0 005 & 00133417 a 0000 + 07594840 n 0302 + 05715864 n 0306 + 07594840 n 0201 + 04995940 n 0203 | pleasing to the sense of taste
-00133851 00 a 02 unappetizing 0 unappetising 0 006 ^ 02395115 a 0000 ^ 01716491 a 0000 = 04995531 n 0000 + 04996823 n 0202 + 04996823 n 0101 ! 00133417 a 0101 | not appetizing in appearance, aroma, or taste
-00134060 00 a 01 approachable 0 004 + 00990392 v 0101 + 04655649 n 0101 ! 00134401 a 0101 & 00134251 a 0000 | easy to meet or converse or do business with; "a friendly approachable person"
-00134251 00 s 01 accessible 0 002 & 00134060 a 0000 + 04655649 n 0102 | easy to get along with or talk to; friendly; "an accessible and genial man"
-00134401 00 a 01 unapproachable 0 003 + 04657244 n 0101 ! 00134060 a 0101 & 00134562 a 0000 | discouraging intimacies; reserved; "an unapproachable executive"
-00134562 00 s 02 offish 0 standoffish 0 002 & 00134401 a 0000 + 04656996 n 0203 | lacking cordiality; unfriendly; "a standoffish manner"
-00134701 00 a 01 appropriate 0 009 ^ 00138169 a 0000 ^ 01878466 a 0000 = 04715947 n 0000 + 04715947 n 0101 ! 00135718 a 0101 & 00135092 a 0000 & 00135193 a 0000 & 00135342 a 0000 & 00135455 a 0000 | suitable for a particular person or place or condition etc; "a book not appropriate for children"; "a funeral conducted the appropriate solemnity"; "it seems that an apology is appropriate"
-00135092 00 s 01 befitting 0 001 & 00134701 a 0000 | appropriate to; "behavior befitting a father"
-00135193 00 s 01 grade-appropriate 0 001 & 00134701 a 0000 | the quality of ability and work that is appropriate for students in a specified grade
-00135342 00 s 01 pat 0 002 & 00134701 a 0000 + 04718826 n 0102 | exactly suited to the occasion; "a pat reply"
-00135455 00 s 02 proper 0 right 0 002 & 00134701 a 0000 + 04898437 n 0102 | appropriate for a condition or purpose or occasion or a person's character, needs; "everything in its proper place"; "the right man for the job"; "she is not suitable for the position"
-00135718 00 a 01 inappropriate 0 008 ^ 01880531 a 0000 ^ 00138622 a 0000 = 04715947 n 0000 + 04721650 n 0101 ! 00134701 a 0101 & 00136081 a 0000 & 00136185 a 0000 + 04901996 n 0101 | not suitable for a particular occasion etc; "noise seems inappropriate at a time of sadness"; "inappropriate shoes for a walk on the beach"; "put inappropriate pressure on them"
-00136081 00 s 01 unbefitting 0 001 & 00135718 a 0000 | not befitting; "behavior unbefitting a father"
-00136185 00 s 02 improper 0 wrong 0 003 & 00135718 a 0000 + 04901996 n 0202 + 04901326 n 0102 | not appropriate for a purpose or occasion; "said all the wrong things"
-00136354 00 a 01 due 0 008 ! 00137641 a 0101 & 00136589 a 0000 & 00136727 a 0000 & 00136884 a 0000 & 00137120 a 0000 & 00137277 a 0000 & 00137373 a 0000 & 00137501 a 0000 | owed and payable immediately or on demand; "payment is due"
-00136589 00 s 01 callable 0 002 & 00136354 a 0000 + 02359061 v 0101 | subject to a demand for payment before due date; "callable bonds"
-00136727 00 s 02 collect 0 cod 0 001 & 00136354 a 0000 | payable by the recipient on delivery; "a collect call"; "the letter came collect"; "a COD parcel"
-00136884 00 s 03 collectible 0 collectable 0 payable 0 002 & 00136354 a 0000 + 02218173 v 0101 | subject to or requiring payment especially as specified; "a collectible bill"; "a note payable on demand"; "a check payable to John Doe"
-00137120 00 s 02 delinquent 0 overdue 0 001 & 00136354 a 0000 | past due; not paid at the scheduled time; "an overdue installment"; "a delinquent account"
-00137277 00 s 01 receivable 0 001 & 00136354 a 0000 | awaiting payment; "accounts receivable"
-00137373 00 s 01 out-of-pocket 0 001 & 00136354 a 0000 | calling for the spending of cash; "his out-of-pocket costs were $10"
-00137501 00 s 01 repayable 0 001 & 00136354 a 0000 | subject to repayment; "business loans are usually repayable in regular installments"
-00137641 00 a 01 undue 0 001 ! 00136354 a 0101 | not yet payable; "an undue loan"
-00137725 00 a 01 due 2 001 ! 00137943 a 0101 | suitable to or expected in the circumstances; "all due respect"; "due cause to honor them"; "a long due promotion"; "in due course"; "due esteem"; "exercising due care"
-00137943 00 a 01 undue 2 002 ;c 08441203 n 0000 ! 00137725 a 0101 | not appropriate or proper (or even legal) in the circumstances; "undue influence"; "I didn't want to show undue excitement"; "accused of using undue force"
-00138169 00 a 01 apropos 0 004 ^ 00134701 a 0000 = 04715947 n 0000 ! 00138622 a 0101 & 00138314 a 0000 | of an appropriate or pertinent nature
-00138314 00 s 03 apposite 0 apt 0 pertinent 0 006 & 00138169 a 0000 + 13795180 n 0303 + 13795180 n 0302 + 02676054 v 0302 + 04716491 n 0201 + 04716491 n 0102 | being of striking appropriateness and pertinence; "the successful copywriter is a master of apposite and evocative verbal images"; "an apt reply"
-00138622 00 a 01 malapropos 0 004 ^ 00135718 a 0000 = 04715947 n 0000 ! 00138169 a 0101 & 00138782 a 0000 | of an inappropriate or incorrectly applied nature
-00138782 00 s 02 inapposite 0 out_of_place 0 002 & 00138622 a 0000 + 04721428 n 0102 | of an inappropriate or misapplied nature
-00138912 00 a 01 a_priori 0 003 ^ 00110853 a 0000 ^ 01296474 a 0000 ! 00139126 a 0101 | involving deductive reasoning from a general principle to a necessary effect; not supported by fact; "an a priori judgment"
-00139126 00 a 01 a_posteriori 0 003 ^ 01296270 a 0000 ^ 00111129 a 0000 ! 00138912 a 0101 | involving reasoning from facts or particulars to general principles or from effects to causes; "a posteriori demonstration"
-00139344 00 a 01 apteral 0 003 ! 00139870 a 0101 & 00139492 a 0000 & 00139702 a 0000 | having columns at one or both ends but not along the sides
-00139492 00 s 04 amphiprostylar 0 amphiprostyle 0 amphistylar 0 porticoed 0 001 & 00139344 a 0000 | marked by columniation having free columns in porticoes either at both ends or at both sides of a structure
-00139702 00 s 02 prostyle 0 pseudoprostyle 0 001 & 00139344 a 0000 | marked by columniation having free columns in a portico only across the opening to the structure
-00139870 00 a 01 peripteral 0 003 ! 00139344 a 0101 & 00139990 a 0000 & 00140075 a 0000 | having columns on all sides
-00139990 00 s 01 monopteral 0 001 & 00139870 a 0000 | having circular columniation
-00140075 00 s 02 peristylar 0 pseudoperipteral 0 002 & 00139870 a 0000 + 03917198 n 0101 | having columniation completely circling an area of the structure
-00140233 00 a 01 arbitrable 0 002 + 00760956 v 0105 ! 00140437 a 0101 | appropriate for or subject to settlement by arbitration; "an arbitrable wage and health benefits policy"; "an arbitrable dispute"
-00140437 00 a 01 nonarbitrable 0 001 ! 00140233 a 0101 | not appropriate for or subject to arbitration
-00140542 00 a 01 columned 0 007 ;u 06307152 n 0000 ! 00141522 a 0101 & 00140880 a 0000 & 00140989 a 0000 & 00141111 a 0000 & 00141316 a 0000 & 00141429 a 0000 | having or resembling columns; having columns of a specified kind (often used as a combining form); "a columned portico"; "trees with columned trunks"; "white-columned houses"
-00140880 00 s 01 amphistylar 0 001 & 00140542 a 0000 | having columns either at both ends or at both sides
-00140989 00 s 01 columnar 1 002 & 00140542 a 0000 + 03073977 n 0101 | characterized by columns; "columnar construction"
-00141111 00 s 03 columniform 0 columnar 2 columnlike 0 002 & 00140542 a 0000 + 13900422 n 0201 | having the form of a column; "trees with columniform trunks"; "columnar forms"; "a columnlike tree trunk"
-00141316 00 s 01 colonnaded 0 001 & 00140542 a 0000 | having a series of columns arranged at regular intervals
-00141429 00 s 01 pillared 0 001 & 00140542 a 0000 | having pillars; "the pillared portico"
-00141522 00 a 02 noncolumned 0 uncolumned 0 003 ! 00140542 a 0101 & 00141647 a 0000 & 00141746 a 0000 | not having columns
-00141647 00 s 01 astylar 0 002 & 00141522 a 0000 ;c 06123363 n 0000 | lacking columns or pillars
-00141746 00 s 01 unpillared 0 001 & 00141522 a 0000 | lacking pillars
-00141818 00 a 03 arboreal 0 arboreous 4 tree-living 0 001 ! 00141947 a 0101 | inhabiting or frequenting trees; "arboreal apes"
-00141947 00 a 01 nonarboreal 0 001 ! 00141818 a 0101 | not inhabiting or frequenting trees
-00142040 00 a 03 arenaceous 0 sandy 2 sandlike 0 003 + 15019030 n 0201 + 04949453 n 0201 ! 00142270 a 0101 | resembling or containing or abounding in sand; or growing in sandy areas; "arenaceous limestone"; "arenaceous grasses"
-00142270 00 a 02 argillaceous 0 clayey 0 002 + 14602597 n 0101 ! 00142040 a 0101 | resembling or containing clay; "argillaceous rocks"
-00142407 00 a 01 armed 1 005 ;c 08199025 n 0000 ! 00142917 a 0101 & 00142622 a 0000 & 00142704 a 0000 & 00142825 a 0000 | (used of persons or the military) characterized by having or bearing arms; "armed robbery"
-00142622 00 s 02 equipped 0 weaponed 0 001 & 00142407 a 0000 | carrying weapons
-00142704 00 s 01 light-armed 0 001 & 00142407 a 0000 | armed with light equipment and weapons; "a light-armed brigade"
-00142825 00 s 02 militarized 0 militarised 0 001 & 00142407 a 0000 | issued military arms
-00142917 00 a 01 unarmed 1 006 ;c 08199025 n 0000 ! 00142407 a 0101 & 00143201 a 0000 & 00143294 a 0000 & 00143376 a 0000 & 00143516 a 0000 | (used of persons or the military) not having or using arms; "went alone and unarmed"; "unarmed peasants were shot down"; "unarmed vehicles"
-00143201 00 s 01 barehanded 0 001 & 00142917 a 0000 | with bare hands; "fought barehanded"
-00143294 00 s 01 clean 0 001 & 00142917 a 0000 | not carrying concealed weapons
-00143376 00 s 02 defenseless 0 defenceless 0 003 & 00142917 a 0000 + 05043091 n 0202 + 05043091 n 0101 | lacking weapons for self-defense
-00143516 00 s 01 weaponless 0 001 & 00142917 a 0000 | without a weapon
-00143589 00 a 02 armored 1 armoured 1 009 ;c 08199025 n 0000 ! 00144728 a 0101 & 00143854 a 0000 & 00144020 a 0000 & 00144102 a 0000 & 00144244 a 0000 & 00144408 a 0000 & 00144510 a 0000 & 00144598 a 0000 | protected by armor (used of persons or things military)
-00143854 00 s 05 armor-clad 0 armour-clad 0 armor-plated 0 armour-plated 0 steel-plated 0 001 & 00143589 a 0000 | covered with heavy steel; "armor-plated vehicles"
-00144020 00 s 01 bony-plated 0 001 & 00143589 a 0000 | covered with bony plates
-00144102 00 s 01 bulletproof 0 002 & 00143589 a 0000 + 00166331 v 0101 | not penetrable by bullets; "bulletproof glass"; "bulletproof vest"
-00144244 00 s 02 lightly_armored 0 lightly_armoured 0 001 & 00143589 a 0000 | equipped with armor heavy enough to provide protection against fire from light arms
-00144408 00 s 01 mail-cheeked 0 001 & 00143589 a 0000 | having bony plates on the sides of the head
-00144510 00 s 02 mail-clad 0 mailed 0 001 & 00143589 a 0000 | wearing protective mail
-00144598 00 s 01 scaled 1 001 & 00143589 a 0000 | (used of armor) having overlapping metal plates attached to a leather backing
-00144728 00 a 02 unarmored 1 unarmoured 1 002 ;c 08199025 n 0000 ! 00143589 a 0101 | (used of persons or things military) without protective armor
-00144877 00 a 01 armed 2 006 ! 00145995 a 0101 & 00145083 a 0000 & 00145628 a 0000 & 00145706 a 0000 & 00145805 a 0000 & 00145883 a 0000 | (used of plants and animals) furnished with bristles and thorns
-00145083 00 s 0d barbed 0 barbellate 0 briary 0 briery 0 bristled 0 bristly 0 burred 0 burry 0 prickly 0 setose 0 setaceous 0 spiny 0 thorny 0 012 & 00144877 a 0000 + 04949799 n 0d04 + 13089631 n 0d02 + 04949799 n 0c03 + 01902022 n 0b01 + 13089631 n 0903 + 04949799 n 0901 + 12036368 n 0802 + 04949799 n 0602 + 02902535 n 0601 + 12470512 n 0307 + 02585285 n 0201 | having or covered with protective barbs or quills or spines or thorns or setae etc.; "a horse with a short bristly mane"; "bristly shrubs"; "burred fruits"; "setaceous whiskers"
-00145628 00 s 01 bristlelike 0 001 & 00144877 a 0000 | resembling a bristle
-00145706 00 s 01 brushlike 0 001 & 00144877 a 0000 | resembling a brush; "brushlike blue blooms"
-00145805 00 s 01 thistlelike 0 001 & 00144877 a 0000 | resembling a thistle
-00145883 00 s 02 clawed 0 taloned 0 001 & 00144877 a 0000 | (of predatory animals) armed with claws or talons
-00145995 00 a 01 unarmed 2 002 ! 00144877 a 0101 & 00146128 a 0000 | (used of plants or animals) lacking barbs or stings or thorns
-00146128 00 s 02 thornless 0 spineless 0 001 & 00145995 a 0000 | lacking thorns
-00146210 00 a 01 armed 3 005 ! 00146786 a 0101 & 00146430 a 0000 & 00146501 a 0000 & 00146609 a 0000 & 00146693 a 0000 | having arms or arms as specified; used especially in combination; "the many-armed goddess Shiva"
-00146430 00 s 01 armlike 0 001 & 00146210 a 0000 | resembling an arm
-00146501 00 s 01 brachiate 0 002 & 00146210 a 0000 ;c 06083243 n 0000 | having arms or armlike appendages
-00146609 00 s 01 long-armed 0 001 & 00146210 a 0000 | having relatively long arms
-00146693 00 s 01 one-armed 0 001 & 00146210 a 0000 | having one arm; "a one-armed veteran"
-00146786 00 a 01 armless 0 001 ! 00146210 a 0101 | having no arms; "the armless Venus de Milo"
-00146883 00 a 02 armored 2 armoured 2 004 ! 00147528 a 0101 & 00147052 a 0000 & 00147160 a 0000 & 00147397 a 0000 | used of animals; provided with protective covering
-00147052 00 s 01 bone-covered 0 002 & 00146883 a 0000 ;c 00015388 n 0000 | (of animals) armored with bone
-00147160 00 s 03 scaly 0 scaley 0 scaled 2 005 & 00146883 a 0000 ;c 06083243 n 0000 + 01902877 n 0201 + 04948603 n 0101 + 01902877 n 0101 | having the body covered or partially covered with thin horny plates, as some fish and reptiles
-00147397 00 s 01 silver-scaled 0 001 & 00146883 a 0000 | having the body covered or partially covered with silver-colored scales
-00147528 00 a 02 unarmored 2 unarmoured 2 002 ! 00146883 a 0101 & 00147659 a 0000 | used of animals; without protective covering
-00147659 00 s 01 scaleless 0 001 & 00147528 a 0000 | destitute of scales
-00147734 00 a 01 artful 0 010 ^ 00061262 a 0000 + 04876705 n 0101 ! 00149861 a 0101 & 00148078 a 0000 & 00148642 a 0000 & 00148852 a 0000 & 00149120 a 0000 & 00149262 a 0000 & 00149461 a 0000 & 00149686 a 0000 | marked by skill in achieving a desired end especially with cunning or craft; "the artful dodger"; "an artful choice of metaphors"
-00148078 00 s 0b crafty 0 cunning 0 dodgy 0 foxy 0 guileful 0 knavish 0 slick 0 sly 0 tricksy 0 tricky 0 wily 0 014 & 00147734 a 0000 + 00752954 n 0b05 + 05621178 n 0b07 + 04875728 n 0a04 + 00171618 n 0a01 + 00171618 n 0901 + 05621178 n 0806 + 06760722 n 0703 + 05095324 n 0702 + 10022759 n 0402 + 05621178 n 0404 + 05905802 n 0303 + 05621178 n 0101 + 05621178 n 0102 | marked by skill in deception; "cunning men often pass for wise"; "deep political machinations"; "a foxy scheme"; "a slick evasive answer"; "sly as a fox"; "tricky Dick"; "a wily old attorney"
-00148642 00 s 02 cute 0 precious 0 003 & 00147734 a 0000 + 04788332 n 0202 + 04788332 n 0201 | obviously contrived to charm; "an insufferably precious performance"; "a child with intolerably cute mannerisms"
-00148852 00 s 02 designing 0 scheming 0 001 & 00147734 a 0000 | concealing crafty designs for advancing your own interest; "a selfish and designing nation obsessed with the dark schemes of European intrigue"- W.Churchill; "a scheming wife"; "a scheming gold digger"
-00149120 00 s 01 deep 0 001 & 00147734 a 0000 | exhibiting great cunning usually with secrecy; "deep political machinations"; "a deep plot"
-00149262 00 s 01 elusive 0 003 & 00147734 a 0000 + 02074377 v 0101 + 04824118 n 0101 | skillful at eluding capture; "a cabal of conspirators, each more elusive than the archterrorist"- David Kline
-00149461 00 s 01 manipulative 0 003 & 00147734 a 0000 + 02536329 v 0101 + 01803936 v 0101 | skillful in influencing or controlling others to your own advantage; "the early manipulative techniques of a three-year-old child"
-00149686 00 s 01 pawky 0 002 & 00147734 a 0000 ;r 08860123 n 0000 | cunning and sly; "the pawky rich old lady who incessantly scores off her parasitical descendants"- Punch
-00149861 00 a 01 artless 0 004 ^ 01569965 a 0000 + 04872676 n 0101 ! 00147734 a 0101 & 00150055 a 0000 | simple and natural; without cunning or deceit; "an artless manner"; "artless elegance"
-00150055 00 s 01 careless 0 001 & 00149861 a 0000 | effortless and unstudied; "an impression of careless elegance"; "danced with careless grace"
-00150202 00 a 01 articulate 0 007 ^ 00494907 a 0000 ^ 02283703 a 0000 + 04651195 n 0103 ! 00151105 a 0101 & 00150505 a 0000 & 00150835 a 0000 & 00150936 a 0000 | expressing yourself easily or characterized by clear expressive language; "articulate speech"; "an articulate orator"; "articulate beings"
-00150505 00 s 06 eloquent 0 facile 0 fluent 0 silver 0 silver-tongued 0 smooth-spoken 0 007 & 00150202 a 0000 + 07069210 n 0302 + 05642947 n 0301 + 04651195 n 0301 + 04708796 n 0201 + 07069210 n 0101 + 00769180 v 0101 | expressing yourself readily, clearly, effectively; "able to dazzle with his facile tongue"; "silver speech"
-00150835 00 s 01 speech-endowed 0 001 & 00150202 a 0000 | capable of speech; "the speaking animal"
-00150936 00 s 01 well-spoken 0 001 & 00150202 a 0000 | speaking or spoken fittingly or pleasingly; "a well-spoken gentleman"; "a few well-spoken words on civic pride"
-00151105 00 a 02 inarticulate 0 unarticulate 0 010 ^ 00500569 a 0000 ! 00150202 a 0101 & 00151530 a 0000 & 00151661 a 0000 & 00151855 a 0000 & 00152004 a 0000 & 00152104 a 0000 & 00152285 a 0000 & 00152629 a 0000 & 00152784 a 0000 | without or deprived of the use of speech or words; "inarticulate beasts"; "remained stupidly inarticulate and saying something noncommittal"; "inarticulate with rage"; "an inarticulate cry"
-00151530 00 s 01 aphasic 0 003 & 00151105 a 0000 + 09798244 n 0101 + 14097574 n 0101 | unable to speak because of a brain lesion
-00151661 00 s 02 aphonic 0 voiceless 0 003 & 00151105 a 0000 + 14400507 n 0202 + 14400507 n 0101 | being without sound through injury or illness and thus incapable of all but whispered speech
-00151855 00 s 03 dumb 1 mute 1 silent 0 003 & 00151105 a 0000 + 10342367 n 0201 + 14551986 n 0202 | unable to speak because of hereditary deafness
-00152004 00 s 01 dumb 3 001 & 00151105 a 0000 | lacking the power of human speech; "dumb animals"
-00152104 00 s 02 incoherent 0 tongue-tied 0 001 & 00151105 a 0000 | unable to express yourself clearly or fluently; "felt tongue-tied with embarrassment"; "incoherent with grief"
-00152285 00 s 04 mute 0 tongueless 0 unspoken 0 wordless 0 003 & 00151105 a 0000 + 14551986 n 0102 + 04651974 n 0101 | expressed without speech; "a mute appeal"; "a silent curse"; "best grief is tongueless"- Emily Dickinson; "the words stopped at her lips unsounded"; "unspoken grief"; "choking exasperation and wordless shame"- Thomas Wolfe
-00152629 00 s 02 speechless 0 dumb 2 002 & 00151105 a 0000 + 04982745 n 0101 | temporarily incapable of speaking; "struck dumb"; "speechless with shock"
-00152784 00 s 01 unarticulated 0 001 & 00151105 a 0000 | uttered without the use of normal words or syllables
-00152896 00 a 01 speaking(a) 0 002 ! 00153239 a 0101 & 00153083 a 0000 | capable of or involving speech or speaking; "human beings--the speaking animals"; "a speaking part in the play"
-00153083 00 s 01 tongued 0 001 & 00152896 a 0000 | having a manner of speaking as specified; often used in combination; "golden-tongued"; "sharp-tongued"
-00153239 00 a 02 nonspeaking 0 walk-on 0 001 ! 00152896 a 0101 | not capable of or especially not involving speech or spoken lines; "had a nonspeaking role in the play"
-00153410 00 a 02 articulated 0 articulate 4 002 ! 00153652 a 0101 & 00153545 a 0000 | consisting of segments held together by joints
-00153545 00 s 01 jointed 0 002 & 00153410 a 0000 ;c 06083243 n 0000 | having joints or jointed segments;
-00153652 00 a 01 unarticulated 0 002 ! 00153410 a 0101 & 00153789 a 0000 | not consisting of segments that are held together by joints
-00153789 00 s 01 unjointed 0 002 & 00153652 a 0000 ;c 06083243 n 0000 | without joints or jointed segments
-00153898 00 a 01 ashamed(p) 0 006 ^ 01743217 a 0000 ! 00154965 a 0101 & 00154163 a 0000 & 00154270 a 0000 & 00154583 a 0000 & 00154837 a 0000 | feeling shame or guilt or embarrassment or remorse; "are you ashamed for having lied?"; "felt ashamed of my torn coat"
-00154163 00 s 04 discredited 0 disgraced 0 dishonored 0 shamed 1 001 & 00153898 a 0000 | suffering shame
-00154270 00 s 03 embarrassed 0 humiliated 0 mortified 0 001 & 00153898 a 0000 | made to feel uncomfortable because of shame or wounded pride; "too embarrassed to say hello to his drunken father on the street"; "humiliated that his wife had to go out to work"; "felt mortified by the comparison with her sister"
-00154583 00 s 04 guilty 0 hangdog 0 shamefaced 2 shamed 2 004 & 00153898 a 0000 + 07507560 n 0301 + 07536245 n 0101 + 13990675 n 0102 | showing a sense of guilt; "a guilty look"; "the hangdog and shamefaced air of the retreating enemy"- Eric Linklater
-00154837 00 s 02 shamefaced 1 sheepish 0 003 & 00153898 a 0000 + 07507560 n 0202 + 07507560 n 0101 | showing a sense of shame
-00154965 00 a 01 unashamed 0 005 ^ 01743909 a 0000 ! 00153898 a 0101 & 00155144 a 0000 & 00155720 a 0000 & 00155886 a 0000 | used of persons or their behavior; feeling no shame
-00155144 00 s 08 audacious 0 barefaced 0 bodacious 0 bald-faced 0 brassy 0 brazen 0 brazen-faced 0 insolent 0 006 & 00154965 a 0000 + 04915866 n 0805 + 04859636 n 0602 + 04838210 n 0503 + 04838510 n 0101 + 04838510 n 0102 | unrestrained by convention or propriety; "an audacious trick to pull"; "a barefaced hypocrite"; "the most bodacious display of tourism this side of Anaheim"- Los Angeles Times; "bald-faced lies"; "brazen arrogance"; "the modern world with its quick material successes and insolent belief in the boundless possibilities of progress"- Bertrand Russell
-00155720 00 s 02 shameless 0 unblushing 0 002 & 00154965 a 0000 + 04859636 n 0101 | feeling no shame; "a shameless imposter"; "an unblushing apologist for fascism"
-00155886 00 s 02 unabashed 0 unembarrassed 0 001 & 00154965 a 0000 | not embarrassed; "a tinseled charm and unabashed sentimentality"- Jerome Stone; "an unembarrassed greeting as if nothing untoward had happened"
-00156101 00 a 03 assertive 0 self-asserting 0 self-assertive 0 007 ^ 00082241 a 0000 ^ 00712419 a 0000 + 02373785 v 0101 + 05167237 n 0101 ! 00156839 a 0101 & 00156440 a 0000 & 00156575 a 0000 | aggressively self-assured; "an energetic assertive boy who was always ready to argue"; "pointing directly at a listener is an assertive act"
-00156440 00 s 01 cocky 0 002 & 00156101 a 0000 + 05167412 n 0102 | overly self-confident or self-assertive; "a very cocky young man"
-00156575 00 s 02 emphatic 0 forceful 0 005 & 00156101 a 0000 + 05035353 n 0202 + 14434866 n 0101 + 07102945 n 0101 + 05037394 n 0102 | forceful and definite in expression or action; "the document contained a particularly emphatic guarantee of religious liberty"
-00156839 00 a 01 unassertive 0 007 ^ 00788821 a 0000 ^ 00251809 a 0000 ^ 00084956 a 0000 + 07523649 n 0101 ! 00156101 a 0101 & 00157080 a 0000 & 00157268 a 0000 | inclined to timidity or lack of self-confidence; "a shy unassertive person"
-00157080 00 s 01 nonassertive 0 001 & 00156839 a 0000 | not aggressively self-assured, though not necessarily lacking in confidence; "she was quiet and nonassertive as she took control"
-00157268 00 s 03 reticent 0 self-effacing 0 retiring 0 001 & 00156839 a 0000 | reluctant to draw attention to yourself
-00157389 00 a 02 associative 0 associatory 0 004 + 00713167 v 0201 + 00713167 v 0101 ! 00157849 a 0101 & 00157659 a 0000 | characterized by or causing or resulting from the process of bringing ideas or events together in memory or imagination ; "associative learning"
-00157659 00 s 01 associable 0 005 & 00157389 a 0000 + 02470175 v 0102 + 00713167 v 0101 + 04688058 n 0101 + 04688058 n 0102 | capable of being associated; "words associable with politics"
-00157849 00 a 01 nonassociative 0 001 ! 00157389 a 0101 | not associative
-00157925 00 a 02 attached 1 committed 4 005 ^ 01463965 a 0000 ! 00158407 a 0101 & 00158110 a 0000 & 00158238 a 0000 & 00158332 a 0000 | associated in an exclusive sexual relationship
-00158110 00 s 02 bespoken 0 betrothed 0 002 & 00157925 a 0000 + 09851575 n 0201 | pledged to be married; "the engaged couple"
-00158238 00 s 01 intended 0 001 & 00157925 a 0000 | future; betrothed; "his intended bride"
-00158332 00 s 01 involved 0 001 & 00157925 a 0000 | emotionally involved
-00158407 00 a 02 unattached 0 uncommitted 4 002 ! 00157925 a 0101 & 00158546 a 0000 | not associated in an exclusive sexual relationship
-00158546 00 s 03 unengaged 0 unpledged 0 unpromised 0 001 & 00158407 a 0000 | not promised in marriage; "continued seeing him but on an unengaged basis"
-00158701 00 a 01 affixed 0 005 ! 00159381 a 0101 & 00158864 a 0000 & 00158961 a 0000 & 00159106 a 0000 & 00159267 a 0000 | firmly attached; "the affixed labels"
-00158864 00 s 01 appendant 0 002 & 00158701 a 0000 + 01328705 v 0101 | affixed as an appendage
-00158961 00 s 01 basifixed 0 002 & 00158701 a 0000 ;c 06066555 n 0000 | attached by its base (as certain anthers to their filaments or stalks)
-00159106 00 s 02 glued 0 pasted 0 001 & 00158701 a 0000 | affixed or as if affixed with glue or paste; "he stayed glued to one spot"; "pieces of pasted paper"
-00159267 00 s 01 mounted 0 001 & 00158701 a 0000 | assembled for use; especially by being attached to a support
-00159381 00 a 02 unaffixed 0 loose 4 002 + 04777421 n 0201 ! 00158701 a 0101 | not affixed; "the stamp came loose"
-00159498 00 a 02 sessile 0 stalkless 0 002 ;c 06037666 n 0000 ! 00159735 a 0101 | attached directly by the base; not having an intervening stalk; "sessile flowers"; "the shell of a sessile barnacle is attached directly to a substrate"
-00159735 00 a 02 pedunculate 0 stalked 0 002 ;c 06037666 n 0000 ! 00159498 a 0101 | having or growing on or from a peduncle or stalk; "a pedunculate flower"; "a pedunculate barnacle is attached to the substrate by a fleshy foot or stalk"
-00159975 00 a 01 sessile 2 002 ;c 06037666 n 0000 ! 00160144 a 0101 | permanently attached to a substrate; not free to move about; "sessile marine animals and plants"
-00160144 00 a 01 vagile 0 003 ;c 06083243 n 0000 ! 00159975 a 0101 & 00160288 a 0000 | having freedom to move about; "vagile aquatic animals"
-00160288 00 s 02 free-swimming 0 unattached 0 002 & 00160144 a 0000 ;c 00015388 n 0000 | (of animals) able to swim about; not attached
-00160425 00 a 01 attached 2 002 ;c 06123363 n 0000 ! 00160573 a 0101 | used of buildings joined by common sidewalls; "a block of attached houses"
-00160573 00 a 01 detached 0 004 ;c 06123363 n 0000 ! 00160425 a 0101 & 00160768 a 0000 & 00160957 a 0000 | used of buildings; standing apart from others; "detached houses"; "a detached garage"
-00160768 00 s 02 freestanding 0 separate 0 001 & 00160573 a 0000 | standing apart; not attached to or supported by anything; "a freestanding bell tower"; "a house with a separate garage"
-00160957 00 s 01 semidetached 0 001 & 00160573 a 0000 | attached on one side only; "a semidetached house"
-00161065 00 a 01 stuck 0 002 ! 00161276 a 0101 & 00161170 a 0000 | caught or fixed; "stuck in the mud"
-00161170 00 s 01 cragfast 0 001 & 00161065 a 0000 | stranded on or as if on a crag; "cragfast climbers"
-00161276 00 a 01 unstuck 0 001 ! 00161065 a 0101 | free; "a man with a mule got my car unstuck"; "the gears locked in second and would not come unstuck"
-00161431 00 a 01 attachable 0 007 + 01290255 v 0101 + 01296462 v 0101 + 01290422 v 0101 ! 00162083 a 0101 & 00161684 a 0000 & 00161878 a 0000 & 00161993 a 0000 | capable of being fastened or added to something else; "a handle attachable by two bolts"
-00161684 00 s 02 bindable 0 bondable 0 005 & 00161431 a 0000 + 01303547 v 0101 + 01286913 v 0103 + 01285440 v 0102 + 01303242 v 0101 | capable of being fastened or secured with a rope or bond
-00161878 00 s 01 clip-on 0 001 & 00161431 a 0000 | attachable by a clip; "clip-on earrings"; "a clip-on bow tie"
-00161993 00 s 01 tie-on 0 001 & 00161431 a 0000 | fastened by tying on; "tie-on labels"
-00162083 00 a 01 detachable 0 002 ! 00161431 a 0101 & 00162248 a 0000 | designed to be unfastened or disconnected without damage; "shirts with detachable collars"
-00162248 00 s 01 clastic 0 001 & 00162083 a 0000 | capable of being taken apart; "the professor had a clastic model of the human brain"
-00162386 00 a 01 wary 0 005 = 04664413 n 0000 + 04664413 n 0101 ! 00162990 a 0101 & 00162661 a 0000 & 00162863 a 0000 | marked by keen caution and watchful prudence; "they were wary in their movements"; "a wary glance at the black clouds"; "taught to be wary of strangers"
-00162661 00 s 04 on_guard 0 on_one's_guard(p) 0 upon_one's_guard(p) 0 on_your_guard 0 001 & 00162386 a 0000 | vigilant; "on guard against con artists"; "must remain on your guard in such a situation"
-00162863 00 s 01 shy 0 001 & 00162386 a 0000 | wary and distrustful; disposed to avoid persons or things; "shy of strangers"
-00162990 00 a 01 unwary 0 005 = 04664413 n 0000 + 04665406 n 0101 ! 00162386 a 0101 & 00163315 a 0000 & 00163480 a 0000 | not alert to danger or deception; "the shrieks of unwary animals taken by surprise"; "some thieves prey especially on unwary travelers"; "seduce the unwary reader into easy acquiescence"- O.J.Campbell
-00163315 00 s 01 gullible 0 002 & 00162990 a 0000 + 04881156 n 0102 | easily tricked because of being too trusting; "gullible tourists taken in by the shell game"
-00163480 00 s 01 unguarded 0 001 & 00162990 a 0000 | displaying or feeling no wariness; "an unguarded remark"
-00163592 00 a 01 attentive 0 010 ^ 00543603 a 0000 = 05082790 n 0000 + 02170427 v 0101 + 05702726 n 0101 ! 00164863 a 0101 & 00163948 a 0000 & 00164308 a 0000 & 00164462 a 0000 & 00164598 a 0000 & 00164681 a 0000 | (often followed by `to') giving care or attention; "attentive to details"; "the nurse was attentive to her patient"; "an attentive suitor"
-00163948 00 s 06 captive 0 absorbed 0 engrossed 0 enwrapped 0 intent 0 wrapped 0 002 & 00163592 a 0000 + 04865722 n 0501 | giving or marked by complete attention to; "that engrossed look or rapt delight"; "then wrapped in dreams"; "so intent on this fantastic...narrative that she hardly stirred"- Walter de la Mare; "rapt with wonder"; "wrapped in thought"
-00164308 00 s 02 advertent 0 heedful 0 005 & 00163592 a 0000 + 04663763 n 0202 + 05704096 n 0102 + 05704096 n 0101 + 02170427 v 0103 | giving attention
-00164462 00 s 01 observant 0 003 & 00163592 a 0000 + 05703429 n 0103 + 02118933 v 0103 | paying close attention especially to details
-00164598 00 s 01 oversolicitous 0 001 & 00163592 a 0000 | excessively solicitous
-00164681 00 s 01 solicitous 0 002 & 00163592 a 0000 + 07505207 n 0102 | showing hovering attentiveness; "solicitous about her health"; "made solicitous inquiries about our family"
-00164863 00 a 01 inattentive 0 010 ^ 00311663 a 0000 ^ 00165943 a 0000 ^ 00754873 a 0000 = 05082790 n 0000 ! 00163592 a 0101 & 00165171 a 0000 & 00165458 a 0000 & 00165585 a 0000 & 00165766 a 0000 & 00165943 a 0000 | showing a lack of attention or care; "inattentive students"; "an inattentive babysitter"
-00165171 00 s 04 absent 0 absentminded 0 abstracted 0 scatty 0 003 & 00164863 a 0000 + 05700625 n 0301 + 05701209 n 0201 | lost in thought; showing preoccupation; "an absent stare"; "an absentminded professor"; "the scatty glancing quality of a hyperactive but unfocused intelligence"
-00165458 00 s 02 distracted 0 distrait 0 001 & 00164863 a 0000 | having the attention diverted especially because of anxiety
-00165585 00 s 03 dreamy 0 moony 0 woolgathering 0 004 & 00164863 a 0000 + 05700925 n 0101 + 05768806 n 0101 + 07516222 n 0102 | dreamy in mood or nature; "a woolgathering moment"
-00165766 00 s 03 drowsy 0 oscitant 0 yawning(a) 0 003 & 00164863 a 0000 + 14030671 n 0201 + 00837293 n 0204 | showing lack of attention or boredom; "the yawning congregation"
-00165943 00 s 02 forgetful 0 oblivious 0 004 & 00164863 a 0000 + 05674134 n 0202 + 05674134 n 0201 + 05673908 n 0101 | failing to keep in mind; "forgetful of her responsibilities"; "oblivious old age"
-00166146 00 a 01 attractive 1 021 ^ 00217728 a 0000 ^ 01358363 a 0000 ^ 01807219 a 0000 ^ 02097268 a 0000 = 04686003 n 0000 + 01807882 v 0101 + 04686003 n 0101 ! 00169164 a 0101 & 00166753 a 0000 & 00167077 a 0000 & 00167278 a 0000 & 00167520 a 0000 & 00167671 a 0000 & 00167829 a 0000 & 00168039 a 0000 & 00168188 a 0000 & 00168551 a 0000 & 00168694 a 0000 & 00168820 a 0000 & 00168910 a 0000 & 00169056 a 0000 | pleasing to the eye or mind especially through beauty or charm; "a remarkably attractive young man"; "an attractive personality"; "attractive clothes"; "a book with attractive illustrations"
-00166753 00 s 06 bewitching 0 captivating 0 enchanting 0 enthralling 0 entrancing 0 fascinating 0 001 & 00166146 a 0000 | capturing interest as if by a spell; "bewitching smile"; "Roosevelt was a captivating speaker"; "enchanting music"; "an enthralling book"; "antique papers of entrancing design"; "a fascinating woman"
-00167077 00 s 02 charismatic 0 magnetic 0 003 & 00166146 a 0000 + 05850823 n 0205 + 04686537 n 0101 | possessing an extraordinary ability to attract; "a charismatic leader"; "a magnetic personality"
-00167278 00 s 02 cunning 0 cute 0 002 & 00166146 a 0000 + 04685649 n 0202 | attractive especially by means of smallness or prettiness or quaintness; "a cute kid with pigtails"; "a cute little apartment"; "cunning kittens"; "a cunning baby"
-00167520 00 s 01 dinky 0 003 & 00166146 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) pretty and neat; "what a dinky little hat"
-00167671 00 s 02 engaging 0 piquant 0 001 & 00166146 a 0000 | attracting or delighting; "an engaging frankness"; "a piquant face with large appealing eyes"
-00167829 00 s 03 fetching 0 taking 0 winning 0 001 & 00166146 a 0000 | very attractive; capturing interest; "a fetching new hairstyle"; "something inexpressibly taking in his manner"; "a winning personality"
-00168039 00 s 02 glossy 0 showy 0 001 & 00166146 a 0000 | superficially attractive and stylish; suggesting wealth or expense; "a glossy TV series"
-00168188 00 s 04 hypnotic 0 mesmeric 0 mesmerizing 0 spellbinding 0 003 & 00166146 a 0000 + 00158996 n 0202 + 14026592 n 0101 | attracting and holding interest as if by a spell; "read the bedtime story in a hypnotic voice"; "she had a warm mesmeric charm"; "the sheer force of his presence was mesmerizing"; "a spellbinding description of life in ancient Rome"
-00168551 00 s 01 irresistible 0 003 & 00166146 a 0000 + 05192240 n 0102 + 05192240 n 0101 | overpoweringly attractive; "irresistible beauty"
-00168694 00 s 01 personable 0 002 & 00166146 a 0000 + 04618921 n 0101 | (of persons) pleasant in appearance and personality
-00168820 00 s 01 photogenic 0 001 & 00166146 a 0000 | looking attractive in photographs
-00168910 00 s 01 prepossessing 0 001 & 00166146 a 0000 | creating a favorable impression; "strong and vigorous and of prepossessing appearance"
-00169056 00 s 01 winsome 0 002 & 00166146 a 0000 + 04687957 n 0101 | charming in a childlike or naive way
-00169164 00 a 01 unattractive 0 009 ^ 00220956 a 0000 ^ 01359035 a 0000 ^ 02098136 a 0000 = 04686003 n 0000 + 04691476 n 0101 ! 00166146 a 0101 & 00169432 a 0000 & 00169692 a 0000 & 00169826 a 0000 | lacking beauty or charm; "as unattractive as most mining regions"
-00169432 00 s 02 homely 0 plain 0 004 & 00169164 a 0000 + 04691651 n 0202 + 04816528 n 0103 + 04691651 n 0101 | lacking in physical beauty or proportion; "a homely child"; "several of the buildings were downright homely"; "a plain girl with a freckled face"
-00169692 00 s 01 subfusc 0 001 & 00169164 a 0000 | devoid of brightness or appeal; "a subfusc mining town"; "dark subfusc clothing"
-00169826 00 s 02 unprepossessing 0 unpresentable 0 001 & 00169164 a 0000 | creating an unfavorable or neutral first impression
-00169955 00 a 01 attractive(a) 2 004 = 11479058 n 0000 ;c 06090869 n 0000 + 01350025 v 0101 ! 00170156 a 0101 | having the properties of a magnet; the ability to draw or pull; "an attractive force";
-00170156 00 a 01 repulsive(a) 0 006 = 11426914 n 0000 ;c 06090869 n 0000 + 04781349 n 0102 + 01506157 v 0101 + 01131197 v 0101 ! 00169955 a 0101 | possessing the ability to repel; "a repulsive force"
-00170358 00 a 01 appealing 0 004 + 04687333 n 0102 ! 00171044 a 0101 & 00170717 a 0000 & 00170847 a 0000 | able to attract interest or draw favorable attention; "He added an appealing and memorable figure to popular American mythology"- Vincent Starrett; "an appealing sense of humor"; "the idea of having enough money to retire at fifty is very appealing"
-00170717 00 s 02 attention-getting 0 catchy 0 001 & 00170358 a 0000 | likely to attract attention; "a catchy title for a movie"
-00170847 00 s 01 attractive 0 003 & 00170358 a 0000 + 01505254 v 0101 + 04688246 n 0102 | having power to arouse interest; "an attractive opportunity"; "the job is attractive because of the pay"
-00171044 00 a 01 unappealing 0 003 ! 00170358 a 0101 & 00171292 a 0000 & 00171447 a 0000 | not able to attract favorable attention; "they have made the place as unappealing as possible"; "was forced to talk to his singularly unappealing hostess"
-00171292 00 s 01 off-putting 0 001 & 00171044 a 0000 | tending to repel; "The trappings of upper-class life are off-putting and sterile"- Elizabeth Hess
-00171447 00 s 01 unattractive 0 001 & 00171044 a 0000 | lacking power to arouse interest; "being unemployed is a most unattractive prospect"
-00171590 00 a 01 attributable 0 006 = 05734559 n 0000 + 00726300 v 0104 ! 00172452 a 0101 & 00171872 a 0000 & 00172172 a 0000 & 00172308 a 0000 | capable of being attributed; "the collapse of the movement was attributable to a lack of morale"; "an idea attributable to a Russian"
-00171872 00 s 04 ascribable 0 due 0 imputable 0 referable 0 002 & 00171590 a 0000 + 00726300 v 0102 | capable of being assigned or credited to; "punctuation errors ascribable to careless proofreading"; "the cancellation of the concert was due to the rain"; "the oversight was not imputable to him"
-00172172 00 s 01 credited(p) 0 001 & 00171590 a 0000 | (usually followed by `to') given credit for; "an invention credited to Edison"
-00172308 00 s 01 traceable 0 001 & 00171590 a 0000 | (usually followed by `to') able to be traced to; "a failure traceable to lack of energy"
-00172452 00 a 02 unattributable 0 unascribable 0 002 = 05734559 n 0000 ! 00171590 a 0101 | not attributable
-00172562 00 a 02 attributive 0 prenominal 0 003 ;c 06174404 n 0000 ! 00172993 a 0101 & 00172774 a 0000 | of adjectives; placed before the nouns they modify; "`red' is an attributive adjective in `a red apple'"
-00172774 00 s 01 attributive_genitive 0 002 & 00172562 a 0000 ;c 06174404 n 0000 | a word in the genitive case used as an attributive adjective; "an example of the attributive genitive is `John's' in `John's mother'"
-00172993 00 a 01 predicative 0 003 ;c 06174404 n 0000 + 01017222 v 0101 ! 00172562 a 0101 | of adjectives; relating to or occurring within the predicate of a sentence; "`red' is a predicative adjective in `the apple is red'"
-00173220 00 a 01 pregnant 0 003 + 14046202 n 0101 ! 00173694 a 0101 & 00173391 a 0000 | carrying developing offspring within the body or being about to produce new life
-00173391 00 s 08 big(p) 0 enceinte 0 expectant 0 gravid 0 great(p) 0 large(p) 0 heavy(p) 0 with_child(p) 0 006 & 00173220 a 0000 + 05103946 n 0601 + 14046861 n 0402 + 14046861 n 0401 + 00059376 v 0301 + 00059019 v 0305 | in an advanced stage of pregnancy; "was big with child"; "was great with child"
-00173694 00 a 01 nonpregnant 0 001 ! 00173220 a 0101 | not pregnant
-00173764 00 a 02 audible 0 hearable 0 010 ^ 01452593 a 0000 ^ 01746605 a 0000 = 05018934 n 0000 + 02169702 v 0201 + 05018934 n 0101 + 05018934 n 0102 ! 00174379 a 0101 & 00174056 a 0000 & 00174150 a 0000 & 00174243 a 0000 | heard or perceptible by the ear; "he spoke in an audible whisper"
-00174056 00 s 01 clunky 0 002 & 00173764 a 0000 + 07396945 n 0104 | making a clunking sound
-00174150 00 s 01 sonic 0 001 & 00173764 a 0000 | relating to audible sound; "a sonic wave"
-00174243 00 s 01 sounding 0 001 & 00173764 a 0000 | making or having a sound as specified; used as a combining form; "harsh-sounding"
-00174379 00 a 02 inaudible 0 unhearable 0 012 ^ 01748318 a 0000 ^ 01918984 a 0000 = 05018934 n 0000 + 05019163 n 0102 + 05019163 n 0101 ! 00173764 a 0101 & 00174719 a 0000 & 00174879 a 0000 & 00174983 a 0000 & 00175123 a 0000 & 00175300 a 0000 & 00175435 a 0000 | impossible to hear; imperceptible by the ear; "an inaudible conversation"
-00174719 00 s 02 breathed 0 voiceless 0 001 & 00174379 a 0000 | uttered without voice; "could hardly hear her breathed plea, `Help me'"; "voiceless whispers"
-00174879 00 s 01 infrasonic 0 001 & 00174379 a 0000 | having frequencies below those of audible sound
-00174983 00 s 01 silent 0 001 & 00174379 a 0000 | having a frequency below or above the range of human audibility; "a silent dog whistle"
-00175123 00 s 02 silent 2 unsounded 0 001 & 00174379 a 0000 | not made to sound; "the silent `h' at the beginning of `honor'"; "in French certain letters are often unsounded"
-00175300 00 s 02 supersonic 0 ultrasonic 0 002 & 00174379 a 0000 + 11481209 n 0201 | having frequencies above those of audible sound
-00175435 00 s 01 unheard 0 001 & 00174379 a 0000 | not necessarily inaudible but not heard
-00175528 00 a 02 sonic 0 transonic 0 002 ! 00175719 a 0101 ! 00175887 a 0101 | (of speed) having or caused by speed approximately equal to that of sound in air at sea level; "a sonic boom"
-00175719 00 a 01 subsonic 0 002 ! 00175887 a 0101 ! 00175528 a 0101 | (of speed) less than that of sound in a designated medium; "aircraft flying at subsonic speeds"
-00175887 00 a 01 supersonic 0 002 ! 00175528 a 0101 ! 00175719 a 0101 | (of speed) greater than the speed of sound in a given medium (especially air); "a supersonic bomber flies so fast that it must release its bombs while the target is still over the horizon"
-00176150 00 a 01 auspicious 0 006 ^ 00177186 a 0000 = 05161150 n 0000 + 05161150 n 0101 ! 00176838 a 0101 & 00176387 a 0000 & 00176676 a 0000 | auguring favorable circumstances and good luck; "an auspicious beginning for the campaign"
-00176387 00 s 03 bright 0 hopeful 0 promising 0 004 & 00176150 a 0000 + 09801533 n 0203 + 14483620 n 0201 + 05620955 n 0101 | full or promise; "had a bright future in publishing"; "the scandal threatened an abrupt end to a promising political career"; "a hopeful new singer on Broadway"
-00176676 00 s 02 fortunate 0 rosy 0 001 & 00176150 a 0000 | presaging good fortune; "she made a fortunate decision to go to medical school"; "rosy predictions"
-00176838 00 a 02 inauspicious 0 unfortunate 4 004 = 05161150 n 0000 + 05162217 n 0101 ! 00176150 a 0101 & 00176991 a 0000 | not auspicious; boding ill
-00176991 00 s 01 unpromising 0 001 & 00176838 a 0000 | unlikely to bring about favorable results or enjoyment; "faced an unpromising task"; "music for unpromising combinations of instruments"
-00177186 00 a 01 propitious 0 007 ^ 00176150 a 0000 ^ 00995119 a 0000 = 05161150 n 0000 + 05161150 n 0102 ! 00177963 a 0101 & 00177547 a 0000 & 00177834 a 0000 | presenting favorable circumstances; likely to result in or show signs of success; "propitious omens"; "propitious gales speeded us along"; "a propitious alignment of planets for space exploration"
-00177547 00 s 05 golden 2 favorable 0 favourable 0 lucky 0 prosperous 0 004 & 00177186 a 0000 + 14473655 n 0402 + 05160796 n 0302 + 05160796 n 0201 | presaging or likely to bring good luck; "a favorable time to ask for a raise"; "lucky stars"; "a prosperous moment to make a decision"
-00177834 00 s 01 gracious 0 002 & 00177186 a 0000 + 04840981 n 0103 | disposed to bestow favors; "thanks to the gracious gods"
-00177963 00 a 01 unpropitious 0 006 ^ 00995468 a 0000 = 05161150 n 0000 + 05162217 n 0102 ! 00177186 a 0101 & 00178126 a 0000 & 00178464 a 0000 | not propitious
-00178126 00 s 03 ill 0 inauspicious 0 ominous 0 003 & 00177963 a 0000 + 07286368 n 0301 + 05162217 n 0201 | presaging ill fortune; "ill omens"; "ill predictions"; "my words with inauspicious thunderings shook heaven"- P.B.Shelley; "a dead and ominous silence prevailed"; "a by-election at a time highly unpropitious for the Government"
-00178464 00 s 01 thunderous 0 001 & 00177963 a 0000 | extremely ominous; "world events of thunderous import"
-00178575 00 a 02 authorized 0 authorised 0 009 ^ 01395617 a 0000 ^ 01406640 a 0000 ^ 01632537 a 0000 = 06556481 n 0000 ! 00179486 a 0101 & 00178811 a 0000 & 00179035 a 0000 & 00179190 a 0000 & 00179315 a 0000 | endowed with authority
-00178811 00 s 04 accredited 0 commissioned 0 licensed 0 licenced 0 001 & 00178575 a 0000 | given official approval to act; "an accredited college"; "commissioned broker"; "licensed pharmacist"; "authorized representative"
-00179035 00 s 02 approved 0 sanctioned 0 001 & 00178575 a 0000 | established by authority; given authoritative approval; "a list of approved candidates"
-00179190 00 s 03 canonized 0 canonised 0 glorified 0 001 & 00178575 a 0000 | accorded sacrosanct or authoritative standing
-00179315 00 s 03 empowered 0 sceptered 0 sceptred 0 001 & 00178575 a 0000 | invested with legal power or official authority especially as symbolized by having a scepter
-00179486 00 a 02 unauthorized 0 unauthorised 0 006 ^ 01407465 a 0000 ^ 01633591 a 0000 = 06556481 n 0000 ! 00178575 a 0101 & 00179676 a 0000 & 00179815 a 0000 | not endowed with authority
-00179676 00 s 01 self-appointed 0 001 & 00179486 a 0000 | designated or chosen by yourself; "a self-appointed guardian of public morals"
-00179815 00 s 03 unaccredited 0 unlicensed 0 unlicenced 0 001 & 00179486 a 0000 | lacking official approval
-00179925 00 a 01 constitutional 0 001 ! 00180211 a 0101 | sanctioned by or consistent with or operating under the law determining the fundamental political principles of a government; "the constitutional right of free speech"; "constitutional government"; "constitutional guarantees"
-00180211 00 a 01 unconstitutional 0 001 ! 00179925 a 0101 | not consistent with or according to a constitution; contrary to the U.S. Constitution
-00180359 00 a 01 autochthonous 0 001 ! 00180496 a 0101 | of rocks, deposits, etc.; found where they and their constituents were formed
-00180496 00 a 01 allochthonous 0 001 ! 00180359 a 0101 | of rocks, deposits, etc.; found in a place other than where they and their constituents were formed
-00180655 00 a 02 autoecious 0 homoecious 0 001 ! 00180835 a 0101 | of parasites especially rust fungi; completing the entire life cycle on a single host; "autoecious rust fungi"
-00180835 00 a 01 heteroecious 0 001 ! 00180655 a 0101 | of parasites; passing through different stages of the life cycle on different host species; "heteroecious fungi"; "heteroecious insects"
-00181030 00 a 02 autogenous 0 autogenic 0 003 ! 00181373 a 0101 & 00181162 a 0000 & 00181264 a 0000 | originating within the body
-00181162 00 s 02 self-generated 0 self-produced 0 001 & 00181030 a 0000 | originating from the self
-00181264 00 s 01 self-induced 0 001 & 00181030 a 0000 | brought about by yourself; "self-induced vomiting"
-00181373 00 a 02 heterogenous 0 heterogeneous 2 001 ! 00181030 a 0101 | originating outside the body
-00181476 00 a 01 automatic 0 013 ^ 01499686 a 0000 + 00479932 v 0101 + 02760658 n 0102 + 02760855 n 0102 + 02761392 n 0101 ! 00182843 a 0101 & 00181904 a 0000 & 00182086 a 0000 & 00182225 a 0000 & 00182418 a 0000 & 00182510 a 0000 & 00182639 a 0000 & 00182718 a 0000 | operating with minimal human intervention; independent of external control; "automatic transmission"; "a budget deficit that caused automatic spending cuts"
-00181904 00 s 03 autoloading(a) 0 self-loading 0 semiautomatic 0 001 & 00181476 a 0000 | (of firearms) capable of automatic loading and firing continuously; "an autoloading rifle"
-00182086 00 s 03 automated 0 machine-controlled 0 machine-driven 0 001 & 00181476 a 0000 | operated by automation; "an automated stoker"
-00182225 00 s 04 self-acting 0 self-activating 0 self-moving 0 self-regulating 0 001 & 00181476 a 0000 | designed to activate or move or regulate itself; "a self-activating sprinkler system"
-00182418 00 s 01 self-locking 0 001 & 00181476 a 0000 | locking automatically when closed
-00182510 00 s 01 self-winding 0 001 & 00181476 a 0000 | designed so that manual winding is unnecessary; "a self-winding watch"
-00182639 00 s 01 semiautomatic 1 001 & 00181476 a 0000 | partially automatic
-00182718 00 s 01 smart 0 001 & 00181476 a 0000 | capable of independent and apparently intelligent action; "smart weapons"
-00182843 00 a 01 manual 0 002 ! 00181476 a 0101 & 00182961 a 0000 | requiring human effort; "a manual transmission"
-00182961 00 s 02 hand-operated 0 non-automatic 0 001 & 00182843 a 0000 | operated by hand
-00183053 00 a 01 available 0 020 = 04718999 n 0000 + 01193569 v 0101 + 04718999 n 0103 + 04718999 n 0104 ! 00185921 a 0101 & 00183675 a 0000 & 00183832 a 0000 & 00183932 a 0000 & 00184075 a 0000 & 00184229 a 0000 & 00184363 a 0000 & 00184543 a 0000 & 00184676 a 0000 & 00184792 a 0000 & 00185020 a 0000 & 00185160 a 0000 & 00185363 a 0000 & 00185509 a 0000 & 00185607 a 0000 & 00185759 a 0000 | obtainable or accessible and ready for use or service; "kept a fire extinguisher available"; "much information is available through computers"; "available in many colors"; "the list of available candidates is unusually long"
-00183675 00 s 01 accessible 0 002 & 00183053 a 0000 + 04718999 n 0102 | easily obtained; "most students now have computers accessible"; "accessible money"
-00183832 00 s 01 acquirable 0 002 & 00183053 a 0000 + 02210855 v 0102 | capable of being acquired
-00183932 00 s 01 addressable 0 003 & 00183053 a 0000 ;c 06128570 n 0000 + 01160899 v 0101 | capable of being addressed; "addressable memory"
-00184075 00 s 01 easy 0 002 & 00183053 a 0000 ;c 06149484 n 0000 | less in demand and therefore readily obtainable; "commodities are easy this quarter"
-00184229 00 s 01 forthcoming 0 001 & 00183053 a 0000 | available when required or as promised; "federal funds were not forthcoming"
-00184363 00 s 04 gettable 0 getable 0 obtainable 0 procurable 0 002 & 00183053 a 0000 + 02238085 v 0301 | capable of being obtained; "savings of up to 50 percent are obtainable"
-00184543 00 s 01 in_stock(p) 0 001 & 00183053 a 0000 | available for use or sale; "they have plenty of stonewashed jeans in stock"
-00184676 00 s 01 lendable 0 002 & 00183053 a 0000 + 02324182 v 0101 | available for lending; "lendable resources"
-00184792 00 s 01 visible(a) 0 001 & 00183053 a 0000 | present and easily available; "the cash on hand is adequate for current needs"; "emergency police were on hand in case of trouble"; "a visible supply"; "visible resources"
-00185020 00 s 01 on_hand(p) 0 001 & 00183053 a 0000 | readily available; "there will be a wealth of information on hand from the lawyers"
-00185160 00 s 01 on_tap(p) 0 001 & 00183053 a 0000 | available for immediate use; "extra personnel on tap"; "other sports and entertainment facilities are on tap"; "there are numerous projects on tap"
-00185363 00 s 01 on_tap(p) 2 001 & 00183053 a 0000 | (of liquids) available by turning a tap; "ale on tap"; "hot and cold running water on tap"
-00185509 00 s 01 open 0 001 & 00183053 a 0000 | not having been filled; "the job is still open"
-00185607 00 s 02 purchasable 0 for_sale 0 001 & 00183053 a 0000 | available for purchase; "purchasable goods"; "many houses in the area are for sale"
-00185759 00 s 01 ready(a) 1 001 & 00183053 a 0000 | (of especially money) immediately available; "he seems to have ample ready money"; "a ready source of cash"
-00185921 00 a 01 unavailable 0 005 = 04718999 n 0000 + 04722910 n 0102 ! 00183053 a 0101 & 00186193 a 0000 & 00186490 a 0000 | not available or accessible or at hand; "fresh milk was unavailable during the emergency"; "his secretary said he was unavailable for comment"
-00186193 00 s 04 inaccessible 0 unobtainable 0 unprocurable 0 untouchable 0 002 & 00185921 a 0000 + 04722910 n 0101 | not capable of being obtained; "a rare work, today almost inaccessible"; "timber is virtually unobtainable in the islands"; "untouchable resources buried deep within the earth"
-00186490 00 s 01 out_of_stock(p) 0 001 & 00185921 a 0000 | not available for sale or use; "too many items are out of stock"
-00186616 00 a 01 awake(p) 0 009 ^ 00091311 a 0000 ^ 00190115 a 0000 ^ 00570590 a 0000 ! 00187736 a 0101 & 00186925 a 0000 & 00187049 a 0000 & 00187176 a 0000 & 00187443 a 0000 & 00187590 a 0000 | not in a state of sleep; completely conscious; "lay awake thinking about his new job"; "still not fully awake"
-00186925 00 s 02 astir(p) 0 up(p) 0 001 & 00186616 a 0000 | out of bed; "are they astir yet?"; "up by seven each morning"
-00187049 00 s 01 awakened 0 001 & 00186616 a 0000 | (somewhat formal) having been waked up; "the awakened baby began to cry"
-00187176 00 s 03 insomniac 0 sleepless 0 watchful 0 002 & 00186616 a 0000 + 14022959 n 0202 | experiencing or accompanied by sleeplessness; "insomniac old people"; "insomniac nights"; "lay sleepless all night"; "twenty watchful, weary, tedious nights"- Shakespeare
-00187443 00 s 02 unsleeping 0 wide-awake 0 001 & 00186616 a 0000 | fully awake; "the unsleeping city"; "so excited she was wide-awake all night"
-00187590 00 s 02 waking 0 wakeful 0 001 & 00186616 a 0000 | marked by full consciousness or alertness; "worked every moment of my waking hours"
-00187736 00 a 01 asleep(p) 0 011 ^ 00191603 a 0000 ^ 00571643 a 0000 ! 00186616 a 0101 & 00188058 a 0000 & 00188155 a 0000 & 00188436 a 0000 & 00188738 a 0000 & 00188917 a 0000 & 00189017 a 0000 & 00189253 a 0000 & 00189511 a 0000 | in a state of sleep; "were all asleep when the phone rang"; "fell asleep at the wheel"
-00188058 00 s 01 at_rest(a) 0 001 & 00187736 a 0000 | in a state of repose or especially sleep
-00188155 00 s 03 dormant 0 hibernating(a) 0 torpid 0 006 & 00187736 a 0000 ;c 06037666 n 0000 + 04636881 n 0303 + 04636881 n 0302 + 14011811 n 0101 + 01064863 n 0103 | in a condition of biological rest or suspended animation; "dormant buds"; "a hibernating bear"; "torpid frogs"
-00188436 00 s 03 drowsy 0 drowsing(a) 0 dozy 0 003 & 00187736 a 0000 + 00858849 n 0102 + 14030435 n 0102 | half asleep; "made drowsy by the long ride"; "it seemed a pity to disturb the drowsing (or dozing) professor"; "a tired dozy child"; "the nodding (or napping) grandmother in her rocking chair"
-00188738 00 s 02 fast_asleep(p) 0 sound_asleep(p) 0 001 & 00187736 a 0000 | sleeping deeply; "lying fast asleep on the sofa"; "it would be cruel to wake him; he's sound asleep"
-00188917 00 s 01 hypnoid 0 001 & 00187736 a 0000 | of or relating to a state of sleep or hypnosis
-00189017 00 s 03 sleepy 0 sleepy-eyed 0 sleepyheaded 0 003 & 00187736 a 0000 + 14024882 n 0101 + 14030435 n 0101 | ready to fall asleep; "beginning to feel sleepy"; "a sleepy-eyed child with drooping eyelids"; "sleepyheaded students"
-00189253 00 s 04 slumberous 0 slumbery 0 slumbrous 0 somnolent 0 003 & 00187736 a 0000 + 14030435 n 0403 + 14024882 n 0202 | inclined to or marked by drowsiness; "slumberous (or slumbrous) eyes"; "`slumbery' is archaic"; "the sound had a somnolent effect"
-00189511 00 s 01 unawakened 0 001 & 00187736 a 0000 | still asleep
-00189580 00 a 01 astringent 0 007 = 05202034 n 0000 + 02750835 n 0101 + 05202034 n 0101 + 01388386 v 0101 + 00304662 v 0101 ! 00190023 a 0101 & 00189833 a 0000 | tending to draw together or constrict soft organic tissue; "astringent cosmetic lotions"
-00189833 00 s 02 styptic 0 hemostatic 0 004 & 00189580 a 0000 + 00676834 n 0201 + 02750835 n 0103 + 05202034 n 0102 | tending to check bleeding by contracting the tissues or blood vessels
-00190023 00 a 01 nonastringent 0 002 = 05202034 n 0000 ! 00189580 a 0101 | not astringent
-00190115 00 a 03 aware(p) 0 cognizant 0 cognisant 0 014 ^ 00186616 a 0000 ^ 00570590 a 0000 ^ 02102484 a 0000 ^ 00192756 a 0000 = 05675905 n 0000 + 00594621 v 0303 + 05675905 n 0304 + 05675905 n 0203 + 00594621 v 0202 + 05675905 n 0101 ! 00191603 a 0101 & 00190653 a 0000 & 00190960 a 0000 & 00191265 a 0000 | (sometimes followed by `of') having or showing knowledge or understanding or realization or perception; "was aware of his opponent's hostility"; "became aware of her surroundings"; "aware that he had exceeded the speed limit"
-00190653 00 s 03 alert 0 alive(p) 0 awake(p) 0 003 & 00190115 a 0000 + 13961642 n 0204 + 05705722 n 0104 | mentally perceptive and responsive;"an alert mind"; "alert to the problems"; "alive to what is going on"; "awake to the dangers of her situation"; "was now awake to the reality of his predicament"
-00190960 00 s 01 conscious(p) 0 002 & 00190115 a 0000 + 05675905 n 0102 | (followed by `of') showing realization or recognition of something; "few voters seem conscious of the issue's importance"; "conscious of having succeeded"; "the careful tread of one conscious of his alcoholic load"- Thomas Hardy
-00191265 00 s 01 sensible 0 003 & 00190115 a 0000 + 05151701 n 0101 + 00589469 v 0103 | aware intuitively or intellectually of something sensed; "made sensible of his mistakes"; "I am sensible that the mention of such a circumstance may appear trifling"- Henry Hallam; "sensible that a good deal more is still to be done"- Edmund Burke
-00191603 00 a 02 unaware 0 incognizant 0 011 ^ 00187736 a 0000 ^ 02102796 a 0000 ^ 00571643 a 0000 ^ 00192880 a 0000 = 05675905 n 0000 + 05676476 n 0201 + 05679611 n 0102 ! 00190115 a 0101 & 00192026 a 0000 & 00192332 a 0000 & 00192523 a 0000 | (often followed by `of') not aware; "seemed unaware of the scrutiny"; "unaware of the danger they were in"; "unaware of the newborn hope"; "the most unaware person I've known"
-00192026 00 s 02 oblivious(p) 0 unmindful(p) 1 003 & 00191603 a 0000 + 04665543 n 0201 + 05674134 n 0101 | (followed by `to' or `of') lacking conscious awareness of; "oblivious of the mounting pressures for political reform"; "oblivious to the risks she ran"; "not unmindful of the heavy responsibility"
-00192332 00 s 01 unconscious(p) 1 002 & 00191603 a 0000 + 05678932 n 0101 | (followed by `of') not knowing or perceiving; "happily unconscious of the new calamity at home"- Charles Dickens
-00192523 00 s 01 unsuspecting 0 001 & 00191603 a 0000 | (often followed by `of') not knowing or expecting; not thinking likely; "an unsuspecting victim"; "unsuspecting (or unaware) of the fact that I would one day be their leader"
-00192756 00 a 01 witting 0 002 ^ 00190115 a 0000 ! 00192880 a 0101 | aware or knowing; "a witting tool of the Communists"
-00192880 00 a 01 unwitting 0 002 ^ 00191603 a 0000 ! 00192756 a 0101 | not aware or knowing; "an unwitting subject in an experiment"
-00193015 00 a 01 alarming 0 015 = 07519773 n 0000 ! 00196560 a 0101 & 00193367 a 0000 & 00193480 a 0000 & 00193799 a 0000 & 00194357 a 0000 & 00194817 a 0000 & 00194924 a 0000 & 00195191 a 0000 & 00195383 a 0000 & 00195684 a 0000 & 00196122 a 0000 & 00196233 a 0000 & 00196312 a 0000 & 00196449 a 0000 | frightening because of an awareness of danger
-00193367 00 s 02 appalling 0 dismaying 0 001 & 00193015 a 0000 | causing consternation; "appalling conditions"
-00193480 00 s 05 atrocious 0 frightful 0 horrifying 0 horrible 0 ugly 2 002 & 00193015 a 0000 + 04782466 n 0201 | provoking horror; "an atrocious automobile accident"; "a frightful crime of decapitation"; "an alarming, even horrifying, picture"; "war is beyond all words horrible"- Winston Churchill; "an ugly wound"
-00193799 00 s 0c awful 0 dire 1 direful 1 dread(a) 0 dreaded 0 dreadful 0 fearful 0 fearsome 0 frightening 0 horrendous 0 horrific 0 terrible 0 004 & 00193015 a 0000 + 04782116 n 0c04 + 07521674 n 0403 + 04782116 n 0101 | causing fear or dread or terror; "the awful war"; "an awful risk"; "dire news"; "a career or vengeance so direful that London was shocked"; "the dread presence of the headmaster"; "polio is no longer the dreaded disease it once was"; "a dreadful storm"; "a fearful howling"; "horrendous explosions shook the city"; "a terrible curse"
-00194357 00 s 08 baleful 0 forbidding 0 menacing 0 minacious 0 minatory 0 ominous 0 sinister 0 threatening 0 003 & 00193015 a 0000 + 07286368 n 0601 + 04846533 n 0103 | threatening or foreshadowing evil or tragic developments; "a baleful look"; "forbidding thunderclouds"; "his tone became menacing"; "ominous rumblings of discontent"; "sinister storm clouds"; "a sinister smile"; "his threatening behavior"; "ugly black clouds"; "the situation became ugly"
-00194817 00 s 03 bloodcurdling 0 hair-raising 0 nightmarish 0 001 & 00193015 a 0000 | extremely alarming
-00194924 00 s 05 chilling 0 scarey 0 scary 0 shivery 0 shuddery 0 005 & 00193015 a 0000 + 07520112 n 0505 + 07520112 n 0402 + 07521437 n 0201 + 14405931 n 0202 | provoking fear terror; "a scary movie"; "the most terrible and shuddery...tales of murder and revenge"
-00195191 00 s 02 creepy 0 creepy-crawly 0 002 & 00193015 a 0000 + 05723080 n 0101 | causing a sensation as of things crawling on your skin; "a creepy story"; "I had a creepy-crawly feeling"
-00195383 00 s 03 formidable 0 redoubtable 0 unnerving 0 001 & 00193015 a 0000 | inspiring fear; "the formidable prospect of major surgery"; "a tougher and more redoubtable adversary than the heel-clicking, jackbooted fanatic"- G.H.Johnston; "something unnerving and prisonlike about high grey wall"
-00195684 00 s 06 ghastly 0 grim 0 grisly 0 gruesome 0 macabre 0 sick 0 004 & 00193015 a 0000 + 04782610 n 0403 + 04782610 n 0202 + 04782610 n 0101 | shockingly repellent; inspiring horror; "ghastly wounds"; "the grim aftermath of the bombing"; "the grim task of burying the victims"; "a grisly murder"; "gruesome evidence of human sacrifice"; "macabre tales of war and plague in the Middle ages"; "macabre tortures conceived by madmen"
-00196122 00 s 01 hairy 0 001 & 00193015 a 0000 | hazardous and frightening; "hairy moments in the mountains"
-00196233 00 s 01 petrifying 0 001 & 00193015 a 0000 | paralyzing with terror
-00196312 00 s 01 stupefying 0 001 & 00193015 a 0000 | shocking with surprise and consternation; "the stupefying impact of the tragedy"
-00196449 00 s 02 terrific 0 terrifying 0 001 & 00193015 a 0000 | causing extreme terror; "a terrifying wail"
-00196560 00 a 01 unalarming 0 002 = 07519773 n 0000 ! 00193015 a 0101 | not alarming; assuaging alarm
-00196664 00 a 01 anemophilous 0 001 ! 00196799 a 0101 | of flowering plants (especially grasses etc) that are pollinated by the wind
-00196799 00 a 01 entomophilous 0 001 ! 00196664 a 0101 | of flowering plants (especially orchids etc) that are pollinated by insects
-00196934 00 a 01 reassuring 0 006 ^ 00866471 a 0000 = 01215719 n 0000 ! 00197447 a 0101 & 00197151 a 0000 & 00197247 a 0000 & 00197319 a 0000 | restoring confidence and relieving anxiety; "a very reassuring remark"
-00197151 00 s 02 assuasive 0 soothing 0 001 & 00196934 a 0000 | freeing from fear and anxiety
-00197247 00 s 01 assuring 0 001 & 00196934 a 0000 | giving confidence
-00197319 00 s 03 comforting 0 consolatory 0 consoling 0 002 & 00196934 a 0000 + 01814815 v 0203 | affording comfort or solace
-00197447 00 a 02 unreassuring 0 worrisome 4 002 = 01215719 n 0000 ! 00196934 a 0101 | not reassuring; tending to cause anxiety
-00197576 00 a 01 back(a) 0 005 ^ 01033371 a 0000 ^ 00131426 a 0000 ! 00198147 a 0101 & 00197773 a 0000 & 00197891 a 0000 | related to or located at the back; "the back yard"; "the back entrance"
-00197773 00 s 04 backmost 0 hindermost 0 hindmost 0 rearmost 0 001 & 00197576 a 0000 | located farthest to the rear
-00197891 00 s 02 rear(a) 0 rearward(a) 0 005 & 00197576 a 0000 + 08629746 n 0201 + 08625846 n 0102 + 08629508 n 0101 + 04059701 n 0101 | located in or toward the back or rear; "the chair's rear legs"; "the rear door of the plane"; "on the rearward side"
-00198147 00 a 01 front(a) 0 007 ^ 00130778 a 0000 ^ 01010862 a 0000 ^ 01033081 a 0000 ! 00197576 a 0101 & 00198383 a 0000 & 00198610 a 0000 & 00198757 a 0000 | relating to or located in the front; "the front lines"; "the front porch"
-00198383 00 s 03 advance(a) 0 advanced(a) 0 in_advance(p) 0 002 & 00198147 a 0000 + 07445265 n 0103 | situated ahead or going before; "an advance party"; "at that time the most advanced outpost was still east of the Rockies"
-00198610 00 s 02 foremost 0 frontmost 0 001 & 00198147 a 0000 | preceding all others in spatial position; "the foremost compartment of the ship"
-00198757 00 s 02 frontal 0 head-on 0 002 & 00198147 a 0000 + 08573674 n 0102 | meeting front to front; "a frontal attack"; "a head-on collision"
-00198904 00 a 01 leading 0 003 ! 00199569 a 0101 & 00199114 a 0000 & 00199463 a 0000 | going or proceeding or going in advance; showing the way; "we rode in the leading car"; "the leading edge of technology"
-00199114 00 s 04 directing 0 directional 0 directive 0 guiding 2 006 & 00198904 a 0000 + 07170080 n 0301 + 05066867 n 0302 + 05066867 n 0301 + 02439501 v 0301 + 00710005 v 0303 | showing the way by conducting or leading; imposing direction on; "felt his mother's directing arm around him"; "the directional role of science on industrial progress"
-00199463 00 s 01 guiding 0 001 & 00198904 a 0000 | exerting control or influence; "a guiding principle"
-00199569 00 a 01 following 0 002 ! 00198904 a 0101 & 00199811 a 0000 | going or proceeding or coming after in the same direction; "the crowd of following cars made the occasion seem like a parade"; "tried to outrun the following footsteps"
-00199811 00 s 01 pursuing 0 001 & 00199569 a 0000 | following in order to overtake or capture or as accompaniment to such pursuit; "the fox fled from the pursuing hounds"; "listened for the hounds' pursuing bark"
-00200026 00 a 01 backed 0 008 ! 00201130 a 0101 & 00200258 a 0000 & 00200431 a 0000 & 00200529 a 0000 & 00200603 a 0000 & 00200760 a 0000 & 00200854 a 0000 & 00200979 a 0000 | having a back or backing, usually of a specified type
-00200258 00 s 04 hardbacked 0 hardback 0 hardbound 0 hardcover 0 003 & 00200026 a 0000 + 03492391 n 0402 + 03492391 n 0201 | having a hard back or cover; "hardback books"
-00200431 00 s 01 high-backed 0 001 & 00200026 a 0000 | having a high back; "a high-backed sofa"
-00200529 00 s 01 low-backed 0 001 & 00200026 a 0000 | having a low back
-00200603 00 s 02 razorback 0 razor-backed 0 002 & 00200026 a 0000 + 02396157 n 0101 | having a sharp narrow back; "a razor-backed horse"; "razorback hogs"
-00200760 00 s 01 spiny-backed 0 001 & 00200026 a 0000 | having the back covered with spines
-00200854 00 s 01 stiff-backed 0 001 & 00200026 a 0000 | having a stiff back; "the guards stood stiff-backed and unsmiling"
-00200979 00 s 01 straight-backed 0 001 & 00200026 a 0000 | having a straight back; "a straight-backed wooden chair"; "a slim straight-backed dancer"
-00201130 00 a 01 backless 0 002 ! 00200026 a 0101 & 00201259 a 0000 | lacking a back; "a stool is a backless and armless seat"
-00201259 00 s 01 low-cut 0 001 & 00201130 a 0000 | having a low-cut back; "a backless dress"
-00201354 00 a 01 backward 1 015 ^ 01876957 a 0000 ^ 01884539 a 0000 ! 00203237 a 0101 & 00201722 a 0000 & 00201802 a 0000 & 00201961 a 0000 & 00202095 a 0000 & 00202250 a 0000 & 00202411 a 0000 & 00202508 a 0000 & 00202677 a 0000 & 00202772 a 0000 & 00202875 a 0000 & 00203030 a 0000 & 00203123 a 0000 | directed or facing toward the back or rear; "a backward view"
-00201722 00 s 02 backswept 0 sweptback 0 001 & 00201354 a 0000 | used of hair
-00201802 00 s 02 cacuminal 0 retroflex 2 002 & 00201354 a 0000 ;c 06172789 n 0000 | pronounced with the tip of the tongue turned back toward the hard palate
-00201961 00 s 03 converse 0 reversed 0 transposed 0 001 & 00201354 a 0000 | turned about in order or relation; "transposed letters"
-00202095 00 s 02 inverse 0 reverse 2 003 & 00201354 a 0000 + 13858604 n 0201 + 00346693 n 0202 | reversed (turned backward) in order or nature or effect
-00202250 00 s 02 rearward 0 reverse 0 002 & 00201354 a 0000 + 08629746 n 0101 | directed or moving toward the rear; "a rearward glance"; "a rearward movement"
-00202411 00 s 01 receding(a) 0 001 & 00201354 a 0000 | (of a hairline e.g.) moving slowly back
-00202508 00 s 02 reflexive 0 self-referent 0 005 & 00201354 a 0000 ;c 06174404 n 0000 + 06328207 n 0102 + 13798814 n 0102 + 13798814 n 0101 | referring back to itself
-00202677 00 s 01 regardant(ip) 0 002 & 00201354 a 0000 ;c 05801594 n 0000 | looking backward
-00202772 00 s 01 retracted 0 001 & 00201354 a 0000 | drawn back and in; "a cat with retracted claws"
-00202875 00 s 02 retral 0 retrograde 2 001 & 00201354 a 0000 | moving or directed or tending in a backward direction or contrary to a previous direction
-00203030 00 s 02 retroflex 0 retroflexed 0 001 & 00201354 a 0000 | bent or curved backward
-00203123 00 s 02 returning(a) 0 reversive 0 002 & 00201354 a 0000 + 00387310 v 0201 | tending to be turned back
-00203237 00 a 01 forward 1 005 ^ 01033081 a 0000 ^ 01876006 a 0000 ! 00201354 a 0101 & 00203495 a 0000 & 00203614 a 0000 | at or near or directed toward the front; "the forward section of the aircraft"; "a forward plunge down the stairs"; "forward motion"
-00203495 00 s 03 guardant(ip) 0 gardant(ip) 0 full-face 0 002 & 00203237 a 0000 ;c 05801594 n 0000 | looking forward
-00203614 00 s 02 headfirst 0 headlong 0 001 & 00203237 a 0000 | with the head foremost; "a headfirst plunge down the stairs"; "a headlong dive into the pool"
-00203774 00 a 01 forward 3 001 ! 00203917 a 0101 | of the transmission gear causing forward movement in a motor vehicle; "in a forward gear"
-00203917 00 a 01 reverse 0 002 + 04085017 n 0101 ! 00203774 a 0101 | of the transmission gear causing backward movement in a motor vehicle; "in reverse gear"
-00204077 00 a 01 backward 2 003 ^ 00251809 a 0000 ! 00204491 a 0101 & 00204249 a 0000 | (used of temperament or behavior) marked by a retiring nature; "a backward lover"
-00204249 00 s 02 bashful 0 blate 0 002 & 00204077 a 0000 ;r 08890097 n 0000 | disposed to avoid notice; "they considered themselves a tough outfit and weren't bashful about letting anybody know it"; (`blate' is a Scottish term for bashful)
-00204491 00 a 01 forward 2 008 ^ 00249721 a 0000 + 05167412 n 0104 ! 00204077 a 0101 & 00204779 a 0000 & 00205033 a 0000 & 00205150 a 0000 & 00205295 a 0000 & 00205696 a 0000 | used of temperament or behavior; lacking restraint or modesty; "a forward child badly in need of discipline"
-00204779 00 s 03 brash 0 cheeky 0 nervy 0 005 & 00204491 a 0000 + 04838210 n 0302 + 04838210 n 0205 + 04915866 n 0206 + 04662283 n 0101 | offensively bold; "a brash newcomer disputed the age-old rules for admission to the club"; "a nervy thing to say"
-00205033 00 s 02 bumptious 0 self-assertive 0 002 & 00204491 a 0000 + 05167412 n 0101 | offensively self-assertive
-00205150 00 s 01 overfamiliar 0 001 & 00204491 a 0000 | taking undue liberties; "young women disliked the overfamiliar tone he took with them"
-00205295 00 s 08 fresh 0 impertinent 0 impudent 0 overbold 0 smart 0 saucy 0 sassy 0 wise 0 007 & 00204491 a 0000 + 06721949 n 0701 + 04649651 n 0604 + 06721813 n 0301 + 04915866 n 0304 + 04915866 n 0203 + 04915866 n 0107 | improperly forward or bold; "don't be fresh with me"; "impertinent of a child to lecture a grownup"; "an impudent boy given to insulting strangers"; "Don't get wise with me!"
-00205696 00 s 03 assumptive 0 assuming 0 presumptuous 0 004 & 00204491 a 0000 + 04838727 n 0301 + 01225562 n 0301 + 04838727 n 0302 | excessively forward; "an assumptive person"; "on a subject like this it would be too assuming for me to decide"; "the duchess would not put up with presumptuous servants"
-00206003 00 a 01 balconied 0 001 ! 00206127 a 0101 | having balconies or a balcony; "the balconied houses of New Orleans"
-00206127 00 a 01 unbalconied 0 001 ! 00206003 a 0101 | not having balconies
-00206205 00 a 02 barreled 0 barrelled 2 001 ! 00206317 a 0101 | put in or stored in a barrel; "barreled beer"
-00206317 00 a 02 unbarreled 0 unbarrelled 0 001 ! 00206205 a 0101 | not in a barrel
-00206403 00 a 01 beaked 0 009 ! 00207467 a 0101 & 00206627 a 0000 & 00206750 a 0000 & 00206900 a 0000 & 00207034 a 0000 & 00207133 a 0000 & 00207226 a 0000 & 00207305 a 0000 & 00207389 a 0000 | having or resembling a beak
-00206627 00 s 01 beaklike 0 001 & 00206403 a 0000 | resembling the beak of a bird; "a grizzled man with a beaklike nose"
-00206750 00 s 01 billed 0 002 & 00206403 a 0000 ;u 06307152 n 0000 | having a beak or bill as specified; "a thick-billed bird"; "a long-billed cap"
-00206900 00 s 02 duckbill 0 duck-billed 0 001 & 00206403 a 0000 | having a beak resembling that of a duck; "a duck-billed dinosaur"
-00207034 00 s 01 rostrate 0 001 & 00206403 a 0000 | having a beak or beaklike snout or proboscis
-00207133 00 s 02 short-beaked 0 short-billed 0 001 & 00206403 a 0000 | having a short beak
-00207226 00 s 01 stout-billed 0 001 & 00206403 a 0000 | having a strong beak
-00207305 00 s 01 straight-billed 0 001 & 00206403 a 0000 | having a straight beak
-00207389 00 s 01 thick-billed 0 001 & 00206403 a 0000 | having a thick beak
-00207467 00 a 01 beakless 0 001 ! 00206403 a 0101 | not having a beak or bill
-00207547 00 a 01 bedded 0 005 ;u 06307152 n 0000 ! 00207961 a 0101 & 00207706 a 0000 & 00207809 a 0000 & 00207887 a 0000 | having a bed or beds as specified
-00207706 00 s 01 double-bedded 0 001 & 00207547 a 0000 | having a double bed; "a double-bedded room"
-00207809 00 s 01 single-bedded 0 001 & 00207547 a 0000 | having single beds
-00207887 00 s 01 twin-bedded 0 001 & 00207547 a 0000 | having twin beds
-00207961 00 a 01 bedless 0 001 ! 00207547 a 0101 | without a bed; "the cell was bedless"
-00208052 00 a 01 beneficed 0 001 ! 00208150 a 0101 | having a benefice; "a beneficed clergyman"
-00208150 00 a 01 unbeneficed 0 001 ! 00208052 a 0101 | not having a benefice
-00208229 00 a 02 stratified 0 bedded 4 006 ;c 06115701 n 0000 ! 00208946 a 0101 & 00208447 a 0000 & 00208613 a 0000 & 00208749 a 0000 & 00208872 a 0000 | deposited or arranged in horizontal layers; "stratified rock"
-00208447 00 s 03 foliate 0 foliated 0 foliaceous 0 002 & 00208229 a 0000 + 09283066 n 0301 | (especially of metamorphic rock) having thin leaflike layers or strata
-00208613 00 s 02 laminar 0 laminal 0 003 & 00208229 a 0000 + 05580929 n 0201 + 05580929 n 0101 | arranged in or consisting of laminae
-00208749 00 s 02 layered 0 superimposed 0 001 & 00208229 a 0000 | with one layer on top of another; "superimposed rocks"
-00208872 00 s 01 sheetlike 0 001 & 00208229 a 0000 | resembling a sheet
-00208946 00 a 01 unstratified 0 002 ;c 06115701 n 0000 ! 00208229 a 0101 | not deposited in layers; "glacial till is unstratified"
-00209079 00 a 02 ferned 0 ferny 1 004 + 11545714 n 0201 ! 00209550 a 0101 & 00209253 a 0000 & 00209390 a 0000 | abounding in or covered with ferns; "the ferny undergrowth"
-00209253 00 s 01 braky 0 002 & 00209079 a 0000 + 13189844 n 0103 | abounding with bracken; "the woods and braky glens"- William Browne
-00209390 00 s 02 fernlike 0 ferny 2 002 & 00209079 a 0000 + 11545714 n 0201 | resembling ferns especially in leaf shape; "the ferny shadows of locust leaves"
-00209550 00 a 01 fernless 0 001 ! 00209079 a 0101 | devoid of ferns
-00209620 00 a 01 grassy 0 006 + 12102133 n 0101 ! 00210212 a 0101 & 00209781 a 0000 & 00209916 a 0000 & 00209988 a 0000 & 00210079 a 0000 | abounding in grass
-00209781 00 s 01 grass-covered 0 001 & 00209620 a 0000 | covered with grass; "wide grass-covered plains as far as the eye could see"
-00209916 00 s 01 grasslike 0 001 & 00209620 a 0000 | resembling grass
-00209988 00 s 02 rushlike 0 sedgelike 0 001 & 00209620 a 0000 | resembling rush or sedge
-00210079 00 s 01 sedgy 0 003 & 00209620 a 0000 ;c 00017222 n 0000 + 12150028 n 0101 | covered with sedges (grasslike marsh plants)
-00210212 00 a 01 grassless 0 001 ! 00209620 a 0101 | lacking grass
-00210281 00 a 01 gusseted 0 001 ! 00210371 a 0101 | provided or reinforced with gussets
-00210371 00 a 01 ungusseted 0 001 ! 00210281 a 0101 | not having gussets
-00210446 00 a 01 hairless 0 013 + 14457218 n 0101 ! 00212173 a 0101 & 00210848 a 0000 & 00211026 a 0000 & 00211092 a 0000 & 00211221 a 0000 & 00211370 a 0000 & 00211444 a 0000 & 00211564 a 0000 & 00211735 a 0000 & 00211827 a 0000 & 00211916 a 0000 & 00212057 a 0000 | having no hair or fur; "a Mexican Hairless is about the size of a fox terrier and hairless except for a tufts on the head and tail"
-00210848 00 s 03 bald 0 bald-headed 0 bald-pated 0 002 & 00210446 a 0000 + 14457041 n 0101 | lacking hair on all or most of the scalp; "a bald pate"; "a bald-headed gentleman"
-00211026 00 s 01 balding 0 001 & 00210446 a 0000 | getting bald
-00211092 00 s 02 beardless 0 smooth-faced 0 001 & 00210446 a 0000 | lacking hair on the face; "a smooth-faced boy of 14 years"
-00211221 00 s 01 depilatory 0 004 & 00210446 a 0000 + 14833729 n 0101 + 03177165 n 0101 + 00037514 v 0102 | able to remove hair or render hairless
-00211370 00 s 01 depilous 0 001 & 00210446 a 0000 | completely hairless
-00211444 00 s 01 glabrescent 0 001 & 00210446 a 0000 | lacking hair or a similar growth or tending to become hairless
-00211564 00 s 01 glabrous 0 002 & 00210446 a 0000 ;c 06037666 n 0000 | having no hair or similar growth; smooth; "glabrous stems"; "glabrous leaves"; "a glabrous scalp"
-00211735 00 s 01 naked-muzzled 0 001 & 00210446 a 0000 | having a muzzle that is hairless
-00211827 00 s 01 naked-tailed 0 001 & 00210446 a 0000 | having a tail that is hairless
-00211916 00 s 01 nonhairy 0 001 & 00210446 a 0000 | without hair; "tinea corporis is a fungal infection of the nonhairy parts of the skin"
-00212057 00 s 01 tonsured 0 001 & 00210446 a 0000 | having a bald spot either shaved or natural; "tonsured monks"
-00212173 00 a 03 hairy 0 haired 0 hirsute 0 036 + 04683600 n 0301 + 05254795 n 0101 + 01900150 n 0101 + 04683453 n 0101 ! 00210446 a 0101 & 00212949 a 0000 & 00213071 a 0000 & 00213172 a 0000 & 00213387 a 0000 & 00213516 a 0000 & 00213610 a 0000 & 00213814 a 0000 & 00213933 a 0000 & 00214001 a 0000 & 00214165 a 0000 & 00214323 a 0000 & 00214461 a 0000 & 00214640 a 0000 & 00214812 a 0000 & 00214907 a 0000 & 00215087 a 0000 & 00215257 a 0000 & 00215344 a 0000 & 00215468 a 0000 & 00215564 a 0000 & 00215654 a 0000 & 00215745 a 0000 & 00215834 a 0000 & 00215929 a 0000 & 00216003 a 0000 & 00216079 a 0000 & 00216155 a 0000 & 00216308 a 0000 & 00216420 a 0000 & 00216560 a 0000 & 00216668 a 0000 | having or covered with hair; "Jacob was a hairy man"; "a hairy caterpillar"
-00212949 00 s 02 canescent 0 hoary 0 002 & 00212173 a 0000 ;c 06037666 n 0000 | covered with fine whitish hairs or down
-00213071 00 s 02 coarse-haired 0 coarse-furred 0 001 & 00212173 a 0000 | having coarse hair or fur
-00213172 00 s 03 comate 0 comose 0 comal 0 003 & 00212173 a 0000 ;c 06066555 n 0000 + 13090395 n 0301 | of certain seeds (such as cotton) having a tuft or tufts of hair; "comate (or comose) seeds"; "a comal tuft"
-00213387 00 s 02 curly-haired 0 curly-coated 0 001 & 00212173 a 0000 | covered with curly hair; "a curly-coated water spaniel"
-00213516 00 s 02 dark-haired 0 dark-coated 0 001 & 00212173 a 0000 | covered with dark hair
-00213610 00 s 04 downy 0 pubescent 0 puberulent 0 sericeous 0 004 & 00212173 a 0000 ;c 06037666 n 0000 + 05255692 n 0101 + 04938838 n 0101 | covered with fine soft hairs or down; "downy milkweed seeds"
-00213814 00 s 01 floccose 0 002 & 00212173 a 0000 ;c 00017222 n 0000 | (of plants) having tufts of soft woolly hairs
-00213933 00 s 01 furlike 0 001 & 00212173 a 0000 | resembling fur
-00214001 00 s 02 furred 0 furry 0 002 & 00212173 a 0000 + 01899062 n 0201 | covered with a dense coat of fine silky hairs; "furred animals"; "a furry teddy bear"
-00214165 00 s 02 fuzzed 0 fuzzy 0 002 & 00212173 a 0000 + 05261894 n 0201 | covering with fine light hairs; "his head fuzzed like a dandelion gone to seed"
-00214323 00 s 03 glossy-haired 0 glossy-coated 0 glossy-furred 0 001 & 00212173 a 0000 | having glossy hair; "a glossy-coated foxhound"
-00214461 00 s 01 hispid 0 003 & 00212173 a 0000 ;c 00015388 n 0000 ;c 00017222 n 0000 | (of animals or plants) having stiff coarse hairs or bristles; "plants with hispid stems"
-00214640 00 s 02 lanate 0 woolly 2 001 & 00212173 a 0000 | covered with dense cottony hairs or hairlike filaments; "the woolly aphid has a lanate coat resembling cotton"
-00214812 00 s 01 long-haired 0 001 & 00212173 a 0000 | with long hair; "long-haired hippies"
-00214907 00 s 01 pappose 0 002 & 00212173 a 0000 ;c 00017222 n 0000 | (of plants such as dandelions and thistles) having pappi or tufts of featherlike hairs or delicate bristles
-00215087 00 s 03 pilous 0 pilose 0 pilary 0 004 & 00212173 a 0000 ;c 06037666 n 0000 + 05255692 n 0302 + 05255692 n 0102 | covered with hairs especially fine soft ones
-00215257 00 s 01 rough-haired 0 001 & 00212173 a 0000 | having hair that feels rough
-00215344 00 s 01 shock-headed 0 001 & 00212173 a 0000 | having a shock (or untidy mass) of hair; "shock-headed teenagers"
-00215468 00 s 01 short-haired 0 001 & 00212173 a 0000 | with short hair; "a short-haired dog"
-00215564 00 s 01 silky-haired 0 001 & 00212173 a 0000 | having hair that resembles silk
-00215654 00 s 01 silver-haired 0 001 & 00212173 a 0000 | having hair the color of silver
-00215745 00 s 01 smooth-haired 0 001 & 00212173 a 0000 | having hair that feels smooth
-00215834 00 s 01 snake-haired 0 001 & 00212173 a 0000 | (of monsters) having snakes for hair
-00215929 00 s 01 soft-haired 0 001 & 00212173 a 0000 | having soft hair
-00216003 00 s 01 stiff-haired 0 001 & 00212173 a 0000 | having stiff hair
-00216079 00 s 01 thick-haired 0 001 & 00212173 a 0000 | having thick hair
-00216155 00 s 02 tomentose 0 tomentous 0 002 & 00212173 a 0000 ;c 06037666 n 0000 | densely covered with short matted woolly hairs; "a tomentose leaf"
-00216308 00 s 02 velvety-furred 0 velvety-haired 0 001 & 00212173 a 0000 | having hair that feels like velvet
-00216420 00 s 02 wire-haired 0 wiry-coated 0 001 & 00212173 a 0000 | (especially of dogs) having stiff wiry hair; "a wire-haired terrier"
-00216560 00 s 01 wiry 0 001 & 00212173 a 0000 | of hair that resembles wire in stiffness; "wiry red hair"
-00216668 00 s 04 wooly 0 woolly 0 wooly-haired 0 woolly-haired 0 003 & 00212173 a 0000 + 01899593 n 0201 + 01899593 n 0101 | covered with dense often matted or curly hairs; "woolly lambs"
-00216858 00 a 02 awned 0 awny 0 003 + 13090743 n 0201 ! 00217183 a 0101 & 00217075 a 0000 | having awns i.e. bristlelike or hairlike appendages on the flowering parts of some cereals and grasses; "awned wheatgrass"
-00217075 00 s 01 bearded 0 001 & 00216858 a 0000 | having a growth of hairlike awns; "bearded wheatgrass"
-00217183 00 a 01 awnless 0 001 ! 00216858 a 0101 | lacking or having only very short awns; "awnless bromegrass"
-00217297 00 a 01 bearing(a) 0 002 ! 00217563 a 0101 & 00217428 a 0000 | (of a structural member) withstanding a weight or strain
-00217428 00 s 02 load-bearing(a) 0 supporting(a) 0 001 & 00217297 a 0000 | capable of bearing a structural load; "a supporting wall"
-00217563 00 a 01 nonbearing 0 001 ! 00217297 a 0101 | (of a structural member) supporting no vertical weight other than its own; "they took out a nonbearing wall"
-00217728 00 a 01 beautiful 0 020 ^ 00166146 a 0000 ^ 01139352 a 0000 ^ 01807219 a 0000 = 04683814 n 0000 ! 00220956 a 0101 & 00218305 a 0000 & 00218440 a 0000 & 00218673 a 0000 & 00218837 a 0000 & 00218950 a 0000 & 00219389 a 0000 & 00219705 a 0000 & 00219809 a 0000 & 00219924 a 0000 & 00220082 a 0000 & 00220241 a 0000 & 00220341 a 0000 & 00220502 a 0000 & 00220600 a 0000 & 00220739 a 0000 | delighting the senses or exciting intellectual or emotional admiration; "a beautiful child"; "beautiful country"; "a beautiful painting"; "a beautiful theory"; "a beautiful party"
-00218305 00 s 01 beauteous 0 003 & 00217728 a 0000 + 04683814 n 0101 + 04685396 n 0104 | (poetic )beautiful, especially to the sight
-00218440 00 s 05 bonny 0 bonnie 0 comely 0 fair 0 sightly 0 003 & 00217728 a 0000 + 04685396 n 0402 + 04685396 n 0301 | very pleasing to the eye; "my bonny lass"; "there's a bonny bay beyond"; "a comely face"; "young fair maidens"
-00218673 00 s 01 dishy 0 004 & 00217728 a 0000 ;u 07075172 n 0000 ;r 08860123 n 0000 + 10613996 n 010b | (informal British) sexually attractive; "a dishy blonde"
-00218837 00 s 01 exquisite 0 002 & 00217728 a 0000 + 04684654 n 0101 | of extreme beauty; "her exquisite face"
-00218950 00 s 06 fine-looking 0 good-looking 0 better-looking 0 handsome 0 well-favored 0 well-favoured 0 002 & 00217728 a 0000 + 04685840 n 0401 | pleasing in appearance especially by reason of conformity to ideals of form and proportion; "a fine-looking woman"; "a good-looking man"; "better-looking than her sister"; "very pretty but not so extraordinarily handsome"- Thackeray; "our southern women are well-favored"- Lillian Hellman
-00219389 00 s 04 glorious 0 resplendent 0 splendid 0 splendiferous 0 005 & 00217728 a 0000 + 04684358 n 0203 + 04684358 n 0202 + 02733453 v 0201 + 04684358 n 0101 | having great beauty and splendor; "a glorious spring morning"; "a glorious sunset"; "splendid costumes"; "a kind of splendiferous native simplicity"
-00219705 00 s 01 gorgeous 0 001 & 00217728 a 0000 | dazzlingly beautiful; "a gorgeous Victorian gown"
-00219809 00 s 01 lovely 0 002 & 00217728 a 0000 + 04685396 n 0103 | appealing to the emotions as well as the eye
-00219924 00 s 01 picturesque 0 002 & 00217728 a 0000 + 04684765 n 0101 | suggesting or suitable for a picture; pretty as a picture; "a picturesque village"
-00220082 00 s 01 pretty 0 002 & 00217728 a 0000 + 04685649 n 0101 | pleasing by delicacy or grace; not imposing; "pretty girl"; "pretty song"; "pretty room"
-00220241 00 s 01 pretty-pretty 0 001 & 00217728 a 0000 | ostentatiously or inappropriately pretty
-00220341 00 s 01 pulchritudinous 0 002 & 00217728 a 0000 + 04685062 n 0101 | used of persons only; having great physical beauty; "pulchritudinous movie stars"
-00220502 00 s 01 ravishing 0 001 & 00217728 a 0000 | stunningly beautiful; "a ravishing blonde"
-00220600 00 s 01 scenic 0 002 & 00217728 a 0000 + 05933246 n 0104 | used of locations; having beautiful natural scenery; "scenic drives"
-00220739 00 s 01 stunning 0 001 & 00217728 a 0000 | strikingly beautiful or attractive; "quite stunning with large dark eyes and a beautiful high-bosomed figure"; "stunning photographs of Canada's wilderness areas"
-00220956 00 a 01 ugly 0 015 ^ 01808822 a 0000 ^ 00169164 a 0000 ^ 01140514 a 0000 = 04683814 n 0000 + 04690196 n 0101 ! 00217728 a 0101 & 00221318 a 0000 & 00221469 a 0000 & 00221553 a 0000 & 00221627 a 0000 & 00221934 a 0000 & 00222147 a 0000 & 00222272 a 0000 & 00222449 a 0000 & 00222543 a 0000 | displeasing to the senses; "an ugly face"; "ugly furniture"
-00221318 00 s 01 disfigured 0 001 & 00220956 a 0000 | having the appearance spoiled; "a disfigured face"; "strip mining left a disfigured landscape"
-00221469 00 s 01 evil-looking 0 001 & 00220956 a 0000 | having an evil appearance
-00221553 00 s 01 fugly 0 001 & 00220956 a 0000 | (slang) extremely ugly
-00221627 00 s 02 grotesque 0 monstrous 0 005 & 00220956 a 0000 + 10109443 n 0202 + 01460108 n 0201 + 10109443 n 0203 + 04690592 n 0101 | distorted and unnatural in shape or size; abnormal and hideous; "tales of grotesque serpents eight fathoms long that churned the seas"; "twisted into monstrous shapes"
-00221934 00 s 02 hideous 0 repulsive 0 005 & 00220956 a 0000 + 04781349 n 0202 + 02194913 v 0204 + 01808769 v 0201 + 04691061 n 0101 | so extremely ugly as to be terrifying; "a hideous scar"; "a repulsive mask"
-00222147 00 s 02 ill-favored 0 ill-favoured 0 001 & 00220956 a 0000 | usually used of a face; "an ill-favored countenance"
-00222272 00 s 01 scrofulous 0 001 & 00220956 a 0000 | having a diseased appearance resembling scrofula; "our canoe...lay with her scrofulous sides on the shore"- Farley Mowat
-00222449 00 s 02 unlovely 0 unpicturesque 0 001 & 00220956 a 0000 | without beauty or charm
-00222543 00 s 01 unsightly 0 002 & 00220956 a 0000 + 04690476 n 0101 | unpleasant to look at; "unsightly billboards"
-00222662 00 a 01 bellied 0 002 ! 00222873 a 0101 & 00222775 a 0000 | having a belly; often used in combination
-00222775 00 s 02 big-bellied 0 great_bellied 0 001 & 00222662 a 0000 | having a prominent belly
-00222873 00 a 02 bellyless 0 flat-bellied 0 001 ! 00222662 a 0101 | lacking a prominent belly
-00222969 00 a 01 banded 0 001 ! 00223119 a 0101 | identified with a band especially around a leg; "kept watch for the return of their banded birds"
-00223119 00 a 01 unbanded 0 001 ! 00222969 a 0101 | not identified with a band; "an unbanded bird"
-00223220 00 a 01 belted 0 004 ! 00223683 a 0101 & 00223375 a 0000 & 00223504 a 0000 & 00223582 a 0000 | having or provided with a belt; "a belted dress"
-00223375 00 s 01 banded 0 001 & 00223220 a 0000 | characterized by a band of especially white around the body; "banded cattle"
-00223504 00 s 01 belt-fed 0 001 & 00223220 a 0000 | using belted ammunition
-00223582 00 s 02 beltlike 0 belt-like 0 001 & 00223220 a 0000 | resembling a belt around something
-00223683 00 a 02 unbelted 0 beltless 0 001 ! 00223220 a 0101 | lacking a belt; "unbelted jackets are in this season"
-00223802 00 a 01 beneficent 0 007 ^ 01372049 a 0000 = 04840537 n 0000 + 07545833 n 0101 + 04840537 n 0101 + 02290956 v 0101 ! 00224166 a 0101 & 00224031 a 0000 | doing or producing good; "the most beneficent regime in history"
-00224031 00 s 01 benefic 0 001 & 00223802 a 0000 | exerting a favorable or beneficent influence; "a benefic star"; "a benefic force"
-00224166 00 a 01 maleficent 0 007 ^ 00227003 a 0000 = 04846533 n 0000 + 07550551 n 0101 + 04846533 n 0101 ! 00223802 a 0101 & 00224366 a 0000 & 00224515 a 0000 | harmful or evil in intent or effect
-00224366 00 s 02 baleful 0 baneful 0 002 & 00224166 a 0000 + 04846533 n 0103 | deadly or sinister; "the Florida eagles have a fierce baleful look"
-00224515 00 s 04 malefic 0 malevolent 0 malign 0 evil 0 004 & 00224166 a 0000 + 04842788 n 0301 + 04842313 n 0202 + 04842313 n 0201 | having or exerting a malignant influence; "malevolent stars"; "a malefic force"
-00224731 00 a 01 malicious 0 011 + 07550666 n 0101 + 07550666 n 0102 ! 00226535 a 0101 & 00225099 a 0000 & 00225408 a 0000 & 00225564 a 0000 & 00225821 a 0000 & 00225912 a 0000 & 00226105 a 0000 & 00226339 a 0000 & 00226434 a 0000 | having the nature of or resulting from malice; "malicious gossip"; "took malicious pleasure in...watching me wince"- Rudyard Kipling
-00225099 00 s 03 despiteful 0 spiteful 0 vindictive 0 004 & 00224731 a 0000 + 07550891 n 0301 + 07550666 n 0204 + 04842515 n 0204 | showing malicious ill will and a desire to hurt; motivated by spite; "a despiteful fiend"; "a truly spiteful child"; "a vindictive man will look for occasions for resentment"
-00225408 00 s 01 leering 0 001 & 00224731 a 0000 | showing sly or knowing malice in a glance; "she had run in fear of...his evil leering eye"- Amy Lowell
-00225564 00 s 01 malevolent 0 002 & 00224731 a 0000 + 07550369 n 0101 | wishing or appearing to wish evil to others; arising from intense ill will or hatred; "a gossipy malevolent old woman"; "failure made him malevolent toward those who were successful"
-00225821 00 s 01 beady-eyed 0 001 & 00224731 a 0000 | having eyes that gleam with malice
-00225912 00 s 03 bitchy 0 catty 0 cattish 0 005 & 00224731 a 0000 + 09900153 n 0201 + 04842515 n 0201 + 07209965 n 0104 + 04842515 n 0102 | marked by or arising from malice; "a catty remark"
-00226105 00 s 03 poisonous 0 venomous 0 vicious 0 004 & 00224731 a 0000 + 04830689 n 0303 + 07550666 n 0205 + 05166397 n 0101 | marked by deep ill will; deliberately harmful; "poisonous hate"; "venomous criticism"; "vicious gossip"
-00226339 00 s 01 venomed 0 001 & 00224731 a 0000 | full of malice or hate; "venomed remarks"
-00226434 00 s 01 vixenish 0 001 & 00224731 a 0000 | shrewish and malicious; "a vixenish old woman"
-00226535 00 a 01 unmalicious 0 001 ! 00224731 a 0101 | not malicious or spiteful
-00226618 00 a 02 benign 0 benignant 4 006 ^ 01159655 a 0000 ^ 01372049 a 0000 = 04840981 n 0000 + 04840981 n 0102 ! 00227003 a 0101 & 00226891 a 0000 | pleasant and beneficial in nature or influence; "a benign smile"; "the benign sky"; "the benign influence of pure air"
-00226891 00 s 01 kindly 0 001 & 00226618 a 0000 | pleasant and agreeable; "a kindly climate"; "kindly breeze"
-00227003 00 a 01 malign 0 006 ^ 01160031 a 0000 ^ 00224166 a 0000 ^ 01373728 a 0000 = 04842788 n 0000 ! 00226618 a 0101 & 00227301 a 0000 | evil or harmful in nature or influence; "prompted by malign motives"; "believed in witches and malign spirits"; "gave him a malign look"; "a malign lesion"
-00227301 00 s 01 cancerous 0 001 & 00227003 a 0000 | like a cancer; an evil that grows and spreads; "remorse was cancerous within him"; "pornography is cancerous to the moral development of our children"
-00227507 00 a 01 best 0 018 ^ 01123148 a 0000 ^ 00504592 a 0000 ^ 02341266 a 0000 ^ 02439949 a 0000 ;u 06693870 n 0000 + 00127531 n 0101 ! 00229630 a 0101 & 00228025 a 0000 & 00228173 a 0000 & 00228294 a 0000 & 00228485 a 0000 & 00228645 a 0000 & 00228876 a 0000 & 00228967 a 0000 & 00229130 a 0000 & 00229227 a 0000 & 00229371 a 0000 & 00229487 a 0000 | (superlative of `good') having the most positive qualities; "the best film of the year"; "the best solution"; "the best time for planting"; "wore his best suit"
-00228025 00 s 02 champion 0 prizewinning 0 001 & 00227507 a 0000 | holding first place in a contest; "a champion show dog"; "a prizewinning wine"
-00228173 00 s 03 high-grade 0 top-quality 0 top-grade 0 001 & 00227507 a 0000 | surpassing in quality; "top-grade ore"
-00228294 00 s 03 first 0 foremost 0 world-class 0 001 & 00227507 a 0000 | ranking above all others; "was first in her class"; "the foremost figure among marine artists"; "the top graduate"
-00228485 00 s 02 go-to-meeting(a) 0 Sunday-go-to-meeting(a) 0 001 & 00227507 a 0000 | used of clothing; "my good clothes"; "her Sunday-go-to-meeting clothes"
-00228645 00 s 02 optimum 0 optimal 0 003 & 00227507 a 0000 + 05143864 n 0201 + 05143864 n 0101 | most desirable possible under a restriction expressed or implied; "an optimum return on capital"; "optimal concentration of a drug"
-00228876 00 s 01 primo 0 002 & 00227507 a 0000 ;u 07075172 n 0000 | the best of its kind
-00228967 00 s 01 record-breaking 0 001 & 00227507 a 0000 | surpassing any previously established record; "a record-breaking high jump"; "record-breaking crowds"
-00229130 00 s 01 second-best 0 001 & 00227507 a 0000 | next to the best; "his second-best bed"
-00229227 00 s 01 superfine 0 001 & 00227507 a 0000 | (used especially of merchandise) very fine in quality; "made of superfine Flemish cloth"
-00229371 00 s 03 unexcelled 0 unexceeded 0 unsurpassed 0 001 & 00227507 a 0000 | not capable of being improved on
-00229487 00 s 01 unsurpassable 0 001 & 00227507 a 0000 | not to be exceeded; "unsurpassable skill"; "unsurpassable standards of workmanship"
-00229630 00 a 01 worst 0 010 ^ 01125429 a 0000 ^ 02345272 a 0000 ;u 06693870 n 0000 + 07295955 n 0101 + 04852534 n 0101 + 00127672 n 0101 ! 00227507 a 0101 & 00229978 a 0000 & 00230076 a 0000 & 00230208 a 0000 | (superlative of `bad') most wanting in quality or value or condition; "the worst player on the team"; "the worst weather of the year"
-00229978 00 s 01 bottom 0 001 & 00229630 a 0000 | the lowest rank; "bottom member of the class"
-00230076 00 s 03 last 0 last-place 0 lowest 0 001 & 00229630 a 0000 | lowest in rank or importance; "last prize"; "in last place"
-00230208 00 s 02 pessimal 0 pessimum(a) 0 001 & 00229630 a 0000 | of an organism's environment; least favorable for survival
-00230335 00 a 01 better 0 005 ;u 06322693 n 0000 ! 00231252 a 0101 & 00230843 a 0000 & 00230940 a 0000 & 00231103 a 0000 | (comparative of `good') superior to another (of the same class or set or kind) in excellence or quality or desirability or suitability; more highly skilled than another; "You're a better man than I am, Gunga Din"; "a better coat"; "a better type of car"; "a suit with a better fit"; "a better chance of success"; "produced a better mousetrap"; "she's better in math than in history"
-00230843 00 s 01 amended 0 001 & 00230335 a 0000 | modified for the better; "his amended ways"
-00230940 00 s 01 finer 0 002 & 00230335 a 0000 ;u 06322693 n 0000 | (comparative of `fine') greater in quality or excellence; "a finer wine"; "a finer musician"
-00231103 00 s 01 improved 0 001 & 00230335 a 0000 | become or made better in quality; "was proud of his improved grades"; "an improved viewfinder"
-00231252 00 a 01 worse 0 004 ;u 06322693 n 0000 + 05144453 n 0101 ! 00230335 a 0101 & 00231591 a 0000 | (comparative of `bad') inferior to another in quality or condition or desirability; "this road is worse than the first one we took"; "the road is in worse shape than it was"; "she was accused of worse things than cheating and lying"
-00231591 00 s 01 worsened 0 001 & 00231252 a 0000 | made or become worse; impaired; "troubled by the worsened economic conditions"; "the worsened diplomatic relations"
-00231761 00 a 01 better 2 003 ;u 06322693 n 0000 ! 00232068 a 0101 & 00231963 a 0000 | (comparative of `good') changed for the better in health or fitness; "her health is better now"; "I feel better"
-00231963 00 s 02 fitter 0 healthier 0 001 & 00231761 a 0000 | improved in health or physical condition
-00232068 00 a 02 worse 2 worsened 0 002 + 05144453 n 0101 ! 00231761 a 0101 | changed for the worse in health or fitness; "I feel worse today"; "her cold is worse"
-00232234 00 a 01 bettering 0 005 ! 00233151 a 0101 & 00232385 a 0000 & 00232620 a 0000 & 00232754 a 0000 & 00232986 a 0000 | changing for the better
-00232385 00 s 04 ameliorating(a) 0 ameliorative 0 amelioratory 0 meliorative 0 007 & 00232234 a 0000 + 00205885 v 0405 + 00205046 v 0404 + 00205885 v 0304 + 00205046 v 0303 + 00205885 v 0204 + 00205046 v 0203 | tending to ameliorate
-00232620 00 s 01 amendatory 0 002 & 00232234 a 0000 + 00996328 v 0101 | effecting amendment; "added amendatory phrases to the text"
-00232754 00 s 01 corrective 0 004 & 00232234 a 0000 + 02672540 v 0103 + 00296178 v 0103 + 00079470 v 0101 | tending or intended to correct or counteract or restore to a normal condition; "corrective measures"; "corrective lenses"
-00232986 00 s 01 remedial 0 002 & 00232234 a 0000 + 00259177 n 0102 | tending or intended to rectify or improve; "a remedial reading course"; "remedial education"
-00233151 00 a 01 worsening 0 001 ! 00232234 a 0101 | changing for the worse; "worried by the worsening storm"
-00233263 00 a 01 bicameral 0 001 ! 00233353 a 0101 | composed of two legislative bodies
-00233353 00 a 01 unicameral 0 001 ! 00233263 a 0101 | composed of one legislative body
-00233442 00 a 01 bidirectional 0 004 ! 00234106 a 0101 & 00233635 a 0000 & 00233756 a 0000 & 00233925 a 0000 | reactive or functioning or allowing movement in two usually opposite directions
-00233635 00 s 02 biface 0 bifacial 0 001 & 00233442 a 0000 | having two faces or fronts; "the Roman Janus is bifacial"
-00233756 00 s 01 duplex 0 002 & 00233442 a 0000 ;c 06271778 n 0000 | allowing communication in opposite directions simultaneously; "duplex system"; "duplex telephony"
-00233925 00 s 01 two-way 0 001 & 00233442 a 0000 | operating or permitting operation in either of two opposite directions; "a two-way valve"; "two-way traffic"; "two-way streets"
-00234106 00 a 01 unidirectional 0 004 ! 00233442 a 0101 & 00234378 a 0000 & 00234522 a 0000 & 00234733 a 0000 | operating or moving or allowing movement in one direction only; "a unidirectional flow"; "a unidirectional antenna"; "a unidirectional approach to a problem"
-00234378 00 s 01 one-way 0 001 & 00234106 a 0000 | moving or permitting movement in one direction only; "one-way streets"; "a one-way ticket"
-00234522 00 s 01 simplex 0 002 & 00234106 a 0000 ;c 06271778 n 0000 | allowing communication in only one direction at a time, or in telegraphy allowing only one message over a line at a time; "simplex system"
-00234733 00 s 01 unifacial 0 001 & 00234106 a 0000 | having but one principal or specialized surface; "a primitive unifacial flint tool"
-00234872 00 a 01 faced 0 012 ! 00236483 a 0101 & 00235239 a 0000 & 00235326 a 0000 & 00235429 a 0000 & 00235571 a 0000 & 00235731 a 0000 & 00235823 a 0000 & 00235913 a 0000 & 00235988 a 0000 & 00236086 a 0000 & 00236200 a 0000 & 00236338 a 0000 | having a face or facing especially of a specified kind or number; often used in combination; "a neatly faced terrace"
-00235239 00 s 01 baby-faced 0 001 & 00234872 a 0000 | having a youthful-looking face
-00235326 00 s 01 bald-faced 0 001 & 00234872 a 0000 | (of animals) having white markings on the face
-00235429 00 s 01 featured 0 001 & 00234872 a 0000 | having facial features as specified; usually used in combination; "a grim-featured man"
-00235571 00 s 02 Janus-faced 0 two-faced 0 001 & 00234872 a 0000 | having two faces--one looking to the future and one to the past; "Janus the two-faced god"
-00235731 00 s 01 long-faced 0 001 & 00234872 a 0000 | having a face longer than the usual
-00235823 00 s 02 moon-faced 0 round-faced 0 001 & 00234872 a 0000 | having a round face
-00235913 00 s 01 pale-faced 0 001 & 00234872 a 0000 | having a pale face
-00235988 00 s 01 pug-faced 0 001 & 00234872 a 0000 | having the flat wrinkled face of a pug dog
-00236086 00 s 01 sad-faced 0 001 & 00234872 a 0000 | having a face with a sad expression; "the sad-faced clown"
-00236200 00 s 01 sweet-faced 0 001 & 00234872 a 0000 | having a pleasing face or one showing a sweet disposition; "a sweet-faced child"
-00236338 00 s 01 visaged 0 002 & 00234872 a 0000 ;u 06307152 n 0000 | having a face or visage as specified; "gloomy-visaged funeral directors"
-00236483 00 a 01 faceless 0 002 ! 00234872 a 0101 & 00236652 a 0000 | without a face or identity; "a faceless apparition"; "the faceless accusers of the police state"
-00236652 00 s 01 anonymous 0 002 & 00236483 a 0000 + 14436285 n 0101 | not known or lacking marked individuality; "brown anonymous houses"; "anonymous bureaucrats in the Civil Service"
-00236839 00 a 01 bibbed 0 001 ! 00236922 a 0101 | having a bib; "a bibbed apron"
-00236922 00 a 01 bibless 0 001 ! 00236839 a 0101 | lacking a bib
-00236989 00 a 02 unilateral 0 one-sided 4 002 ! 00237240 a 0101 & 00237156 a 0000 | involving only one part or side; "unilateral paralysis"; "a unilateral decision"
-00237156 00 s 01 one-party 0 001 & 00236989 a 0000 | determined by a single party
-00237240 00 a 02 multilateral 0 many-sided 4 026 ! 00236989 a 0101 & 00237788 a 0000 & 00237881 a 0000 & 00237965 a 0000 & 00238037 a 0000 & 00238189 a 0000 & 00238310 a 0000 & 00238400 a 0000 & 00238490 a 0000 & 00238564 a 0000 & 00238636 a 0000 & 00238712 a 0000 & 00238788 a 0000 & 00238862 a 0000 & 00238934 a 0000 & 00239012 a 0000 & 00239090 a 0000 & 00239185 a 0000 & 00239325 a 0000 & 00239444 a 0000 & 00239520 a 0000 & 00239594 a 0000 & 00239668 a 0000 & 00239742 a 0000 & 00239847 a 0000 & 00240008 a 0000 | having many parts or sides
-00237788 00 s 02 bilateral 0 two-sided 4 001 & 00237240 a 0000 | having two sides or parts
-00237881 00 s 01 deep-lobed 0 001 & 00237240 a 0000 | having deep bilateral lobes
-00237965 00 s 01 two-lobed 0 001 & 00237240 a 0000 | having two lobes
-00238037 00 s 03 bipartite 0 two-part 0 two-way 0 001 & 00237240 a 0000 | involving two parts or elements; "a bipartite document"; "a two-way treaty"
-00238189 00 s 01 joint 0 001 & 00237240 a 0000 | involving both houses of a legislature; "a joint session of Congress"
-00238310 00 s 01 multipartite 0 001 & 00237240 a 0000 | involving more than two parties
-00238400 00 s 02 quadrilateral 0 four-sided 0 001 & 00237240 a 0000 | having four sides
-00238490 00 s 01 five-sided 0 001 & 00237240 a 0000 | having five sides
-00238564 00 s 01 six-sided 0 001 & 00237240 a 0000 | having six sides
-00238636 00 s 01 seven-sided 0 001 & 00237240 a 0000 | having seven sides
-00238712 00 s 01 eight-sided 0 001 & 00237240 a 0000 | having eight sides
-00238788 00 s 01 nine-sided 0 001 & 00237240 a 0000 | having nine sides
-00238862 00 s 01 ten-sided 0 001 & 00237240 a 0000 | having ten sides
-00238934 00 s 01 eleven-sided 0 001 & 00237240 a 0000 | having eleven sides
-00239012 00 s 01 twelve-sided 0 001 & 00237240 a 0000 | having twelve sides
-00239090 00 s 02 quadripartite 0 four-party 0 001 & 00237240 a 0000 | involving four parties
-00239185 00 s 01 tetramerous 0 002 & 00237240 a 0000 ;c 06037666 n 0000 | having or consisting of four similar parts; tetramerous flowers
-00239325 00 s 01 three-cornered 0 001 & 00237240 a 0000 | involving a group or set of three; "a three-cornered race"
-00239444 00 s 01 three-lobed 0 001 & 00237240 a 0000 | having three lobes
-00239520 00 s 01 four-lobed 0 001 & 00237240 a 0000 | having four lobes
-00239594 00 s 01 five-lobed 0 001 & 00237240 a 0000 | having five lobes
-00239668 00 s 01 many-lobed 0 001 & 00237240 a 0000 | having many lobes
-00239742 00 s 01 palmately-lobed 0 001 & 00237240 a 0000 | having lobes radiating from a central point
-00239847 00 s 03 trilateral 0 triangular 0 three-sided 0 003 & 00237240 a 0000 + 13879320 n 0201 + 05072523 n 0201 | having three sides; "a trilateral figure"
-00240008 00 s 03 tripartite 0 three-party 0 three-way 0 001 & 00237240 a 0000 | involving three parties or elements; "a tripartite treaty"; "a tripartite division"; "a three-way playoff"
-00240197 00 a 01 bimodal 0 002 ;c 06018465 n 0000 ! 00240323 a 0101 | of a distribution; having or occurring with two modes
-00240323 00 a 01 unimodal 0 002 ;c 06018465 n 0000 ! 00240197 a 0101 | having a single mode
-00240417 00 a 02 binaural 0 biaural 0 003 ! 00240842 a 0101 & 00240584 a 0000 & 00240655 a 0000 | relating to or having or hearing with two ears; "binaural hearing"
-00240584 00 s 01 two-eared 0 001 & 00240417 a 0000 | having two ears
-00240655 00 s 03 stereophonic 0 stereo 0 two-channel 0 003 & 00240417 a 0000 ;c 06099269 n 0000 + 04315948 n 0102 | designating sound transmission from two sources through two channels
-00240842 00 a 01 monaural 0 003 ! 00240417 a 0101 & 00241004 a 0000 & 00241079 a 0000 | relating to or having or hearing with only one ear; "monaural deafness"
-00241004 00 s 01 one-eared 0 001 & 00240842 a 0000 | having a single ear
-00241079 00 s 03 mono 0 monophonic 0 single-channel 0 002 & 00240842 a 0000 ;c 06099269 n 0000 | designating sound transmission or recording or reproduction over a single channel
-00241260 00 a 03 binucleate 0 binuclear 0 binucleated 0 003 ;c 06037666 n 0000 ! 00241530 a 0101 ! 00241397 a 0101 | having two nuclei
-00241397 00 a 02 mononuclear 0 mononucleate 0 003 ;c 06037666 n 0000 ! 00241260 a 0101 ! 00241530 a 0101 | having only one nucleus
-00241530 00 a 03 trinucleate 0 trinuclear 0 trinucleated 0 003 ;c 06037666 n 0000 ! 00241397 a 0101 ! 00241260 a 0101 | having three nuclei
-00241672 00 a 03 bipedal 0 biped 0 two-footed 0 004 + 02157285 n 0201 ! 00241816 a 0202 + 02157285 n 0101 ! 00241816 a 0101 | having two feet
-00241816 00 a 03 quadrupedal 0 quadruped 0 four-footed 0 003 ! 00241672 a 0202 + 02156871 n 0101 ! 00241672 a 0101 | having four feet
-00241952 00 a 01 black 2 005 ! 00243180 a 0101 & 00242293 a 0000 & 00242575 a 0000 & 00242832 a 0000 & 00243039 a 0000 | of or belonging to a racial group having dark skin especially of sub-Saharan African origin; "a great people--a black people--...injected new meaning and dignity into the veins of civilization"- Martin Luther King Jr.
-00242293 00 s 02 African-American 0 Afro-American 0 003 & 00241952 a 0000 + 09637013 n 0203 + 09637013 n 0101 | pertaining to or characteristic of Americans of African ancestry; "Afro-American culture"; "many black people preferred to be called African-American or Afro-American"
-00242575 00 s 05 colored 0 coloured 0 dark 0 dark-skinned 0 non-white 0 003 & 00241952 a 0000 + 04978216 n 0301 + 09637512 n 0102 | having skin rich in melanin pigments; "National Association for the Advancement of Colored People"; "dark-skinned peoples"
-00242832 00 s 01 negro 0 001 & 00241952 a 0000 | relating to or characteristic of or being a member of the traditional racial division of mankind having brown to black pigmentation and tightly curled hair
-00243039 00 s 01 negroid 0 001 & 00241952 a 0000 | characteristic of people traditionally classified as the Negro race; "negroid features"
-00243180 00 a 01 white 2 004 + 09638875 n 0101 ! 00241952 a 0101 & 00243395 a 0000 & 00243515 a 0000 | of or belonging to a racial group having light skin coloration; "voting patterns within the white population"
-00243395 00 s 02 Caucasian 0 Caucasoid 0 002 & 00243180 a 0000 + 09638875 n 0103 | of or relating to Caucasian people
-00243515 00 s 01 light-skinned 0 001 & 00243180 a 0000 | having little skin pigmentation
-00243606 00 a 03 blond 0 blonde 0 light-haired 0 008 = 04976952 n 0000 + 04977247 n 0102 ! 00244503 a 0101 & 00243945 a 0000 & 00244054 a 0000 & 00244199 a 0000 & 00244324 a 0000 & 00244410 a 0000 | being or having light colored skin and hair and usually blue or grey eyes; "blond Scandinavians"; "a house full of light-haired children"
-00243945 00 s 03 ash-blonde 0 platinum-blonde 0 towheaded 0 001 & 00243606 a 0000 | of hair color; whitish
-00244054 00 s 02 fair 0 fairish 0 002 & 00243606 a 0000 + 04977247 n 0103 | (used of hair or skin) pale or light-colored; "a fair complexion";
-00244199 00 s 02 flaxen 0 sandy 0 001 & 00243606 a 0000 | of hair color; pale yellowish to yellowish brown; "flaxen locks"
-00244324 00 s 01 nordic 0 001 & 00243606 a 0000 | resembling peoples of Scandinavia
-00244410 00 s 01 redheaded 0 001 & 00243606 a 0000 | having red hair and usually fair skin
-00244503 00 a 02 brunet 0 brunette 0 010 = 04976952 n 0000 ! 00243606 a 0101 & 00244820 a 0000 & 00244958 a 0000 & 00245112 a 0000 & 00245200 a 0000 & 00245319 a 0000 & 00245458 a 0000 & 00245763 a 0000 & 00245860 a 0000 | marked by dark or relatively dark pigmentation of hair or skin or eyes; "a brunette beauty"
-00244820 00 s 01 adust 0 002 & 00244503 a 0000 ;u 07073447 n 0000 | burned brown by the sun; "of an adust complexion"- Sir Walter Scott
-00244958 00 s 03 bronzed 0 suntanned 0 tanned 0 001 & 00244503 a 0000 | (of skin) having a tan color from exposure to the sun; "a young bronzed Apollo"
-00245112 00 s 02 brown 0 browned 0 001 & 00244503 a 0000 | (of skin) deeply suntanned
-00245200 00 s 01 dark 0 002 & 00244503 a 0000 + 04979870 n 0101 | brunet (used of hair or skin or eyes); "dark eyes"
-00245319 00 s 03 dark-haired 0 black-haired 0 brown-haired 0 001 & 00244503 a 0000 | having hair of a dark color; "a dark-haired beauty"
-00245458 00 s 04 dark-skinned 0 dusky 0 swart 0 swarthy 0 004 & 00244503 a 0000 ;u 07073447 n 0000 + 04978216 n 0403 + 04978216 n 0202 | naturally having skin of a dark color; "a dark-skinned beauty"; "gold earrings gleamed against her dusky cheeks"; "a smile on his swarthy face"; "`swart' is archaic"
-00245763 00 s 01 grizzled 0 001 & 00244503 a 0000 | having dark hairs mixed with grey or white
-00245860 00 s 01 nutbrown 0 001 & 00244503 a 0000 | of the color of nuts; "nutbrown hair"
-00245952 00 a 01 blemished 0 009 ^ 00679147 a 0000 ^ 01752167 a 0000 ! 00247013 a 0101 & 00246175 a 0000 & 00246348 a 0000 & 00246497 a 0000 & 00246623 a 0000 & 00246727 a 0000 & 00246878 a 0000 | marred by imperfections
-00246175 00 s 04 acned 0 pimpled 0 pimply 0 pustulate 0 003 & 00245952 a 0000 + 14334122 n 0401 + 14334306 n 0301 | (of complexion) blemished by imperfections of the skin
-00246348 00 s 02 blebbed 0 blebby 0 001 & 00245952 a 0000 | (of glass or quartzite) marred by small bubbles or small particles of foreign material
-00246497 00 s 01 blotchy 0 002 & 00245952 a 0000 + 04694809 n 0101 | marred by discolored spots or blotches; "blotchy skin"
-00246623 00 s 01 flyblown 0 001 & 00245952 a 0000 | especially of reputation; "a flyblown reputation"
-00246727 00 s 02 marred 0 scarred 0 001 & 00245952 a 0000 | blemished by injury or rough wear; "the scarred piano bench"; "walls marred by graffiti"
-00246878 00 s 02 pocked 0 pockmarked 0 001 & 00245952 a 0000 | marked by or as if by smallpox or acne or other eruptive skin disease
-00247013 00 a 03 unblemished 0 unmarred 0 unmutilated 0 004 ^ 01749320 a 0000 ^ 00681094 a 0000 ! 00245952 a 0101 & 00247247 a 0000 | free from physical or moral spots or stains; "an unblemished record"; "an unblemished complexion"
-00247247 00 s 05 stainless 0 unstained 0 unsullied 0 untainted 0 untarnished 0 001 & 00247013 a 0000 | (of reputation) free from blemishes; "his unsullied name"; "an untarnished reputation"
-00247439 00 a 01 bloody 0 013 ^ 01507402 a 0000 + 05399847 n 0101 + 13974937 n 0101 + 04624687 n 0101 ! 00249433 a 0101 & 00247868 a 0000 & 00247993 a 0000 & 00248118 a 0000 & 00248251 a 0000 & 00248560 a 0000 & 00248837 a 0000 & 00249104 a 0000 & 00249303 a 0000 | having or covered with or accompanied by blood; "a bloody nose"; "your scarf is all bloody"; "the effects will be violent and probably bloody"; "a bloody fight"
-00247868 00 s 01 blood-filled 0 001 & 00247439 a 0000 | containing blood; "the blood-filled centers of arteries and veins"
-00247993 00 s 02 bloodstained 0 gory 1 001 & 00247439 a 0000 | covered with blood; "a bloodstained shirt"; "a gory dagger"
-00248118 00 s 01 bloodsucking 0 001 & 00247439 a 0000 | drawing blood from the body of another; "a plague of bloodsucking insects"
-00248251 00 s 03 bloodthirsty 0 bloody-minded 0 sanguinary 0 002 & 00247439 a 0000 + 04624687 n 0102 | marked by eagerness to resort to violence and bloodshed; "bloody-minded tyrants"; "bloodthirsty yells"; "went after the collaborators with a sanguinary fury that drenched the land with blood"-G.W.Johnson
-00248560 00 s 03 crimson 0 red 2 violent 0 002 & 00247439 a 0000 + 13979977 n 0301 | characterized by violence or bloodshed; "writes of crimson deeds and barbaric days"- Andrea Parke; "fann'd by Conquest's crimson wing"- Thomas Gray; "convulsed with red rage"- Hudson Strode
-00248837 00 s 02 homicidal 0 murderous 0 005 & 00247439 a 0000 + 00220522 n 0201 + 07547547 n 0201 + 04830904 n 0201 + 00220023 n 0101 | characteristic of or capable of or having a tendency toward killing another human being ; "a homicidal rage"; "murderous thugs"
-00249104 00 s 05 gory 2 sanguinary 3 sanguineous 0 slaughterous 0 butcherly 0 003 & 00247439 a 0000 + 00223983 n 0401 + 04963111 n 0301 | accompanied by bloodshed; "this bitter and sanguinary war"
-00249303 00 s 01 internecine 0 001 & 00247439 a 0000 | characterized by bloodshed and carnage for both sides; "internecine war"
-00249433 00 a 01 bloodless 0 002 ! 00247439 a 0101 & 00249576 a 0000 | free from blood or bloodshed; "bloodless surgery"; "a bloodless coup"
-00249576 00 s 02 nonviolent 0 unbloody 0 002 & 00249433 a 0000 + 01242716 n 0103 | achieved without bloodshed; "an unbloody transfer of power"
-00249721 00 a 01 bold 0 015 ^ 00065791 a 0000 ^ 00262792 a 0000 ^ 00204491 a 0000 ^ 00081671 a 0000 = 04858785 n 0000 + 04858785 n 0101 ! 00251809 a 0101 & 00250119 a 0000 & 00250483 a 0000 & 00250659 a 0000 & 00250739 a 0000 & 00251134 a 0000 & 00251373 a 0000 & 00251529 a 0000 & 00251681 a 0000 | fearless and daring; "bold settlers on some foreign shore"; "a bold speech"; "a bold adventure"
-00250119 00 s 07 audacious 0 brave 0 dauntless 0 fearless 0 hardy 0 intrepid 0 unfearing 0 008 & 00249721 a 0000 + 04858089 n 0602 + 07526182 n 0401 + 04858089 n 0301 + 04857083 n 0204 + 04859449 n 0101 + 04859449 n 0102 + 04858455 n 0401 | invulnerable to fear or intimidation; "audacious explorers"; "fearless reporters and photographers"; "intrepid pioneers"
-00250483 00 s 02 daredevil 0 temerarious 0 003 & 00249721 a 0000 + 04859449 n 0203 + 09991530 n 0101 | presumptuously daring; "a daredevil test pilot having the right stuff"
-00250659 00 s 01 emboldened 0 001 & 00249721 a 0000 | made bold or courageous
-00250739 00 s 04 foolhardy 0 heady 0 rash 0 reckless 0 005 & 00249721 a 0000 + 04661926 n 0401 + 04661926 n 0303 + 08482271 n 0201 + 04661926 n 0102 | marked by defiant disregard for danger or consequences; "foolhardy enough to try to seize the gun from the hijacker"; "became the fiercest and most reckless of partisans"-Macaulay; "a reckless driver"; "a rash attempt to climb Mount Everest"
-00251134 00 s 02 heroic 0 heroical 0 004 & 00249721 a 0000 + 10173086 n 0201 + 09906538 n 0203 + 10325013 n 0201 | having or displaying qualities appropriate for heroes; "the heroic attack on the beaches of Normandy"; "heroic explorers"
-00251373 00 s 01 nervy 0 002 & 00249721 a 0000 + 04857490 n 0103 | showing or requiring courage and contempt of danger; "the nervy feats of mountaineers"
-00251529 00 s 02 overreaching 0 vaulting 0 001 & 00249721 a 0000 | revealing excessive self-confidence; reaching for the heights; "vaulting ambition"
-00251681 00 s 01 overvaliant 0 001 & 00249721 a 0000 | having or showing undue valor or boldness; "a foolish overvaliant act"
-00251809 00 a 01 timid 0 014 ^ 00077645 a 0000 ^ 00204077 a 0000 ^ 00264776 a 0000 ^ 00066800 a 0000 ^ 00156839 a 0000 = 04860759 n 0000 + 07522729 n 0102 + 07522729 n 0101 ! 00249721 a 0101 & 00252130 a 0000 & 00252310 a 0000 & 00252498 a 0000 & 00252733 a 0000 & 00252826 a 0000 | showing fear and lack of confidence
-00252130 00 s 01 bashful 0 002 & 00251809 a 0000 + 07508092 n 0102 | self-consciously timid; "I never laughed, being bashful; lowering my head, I looked at the wall"- Ezra Pound
-00252310 00 s 01 coy 0 001 & 00251809 a 0000 | modestly or warily rejecting approaches or overtures; "like a wild young colt, very inquisitive but very coy and not to be easily cajoled"
-00252498 00 s 03 fearful 0 timorous 0 trepid 0 003 & 00251809 a 0000 + 07522729 n 0203 + 04860759 n 0202 | timid by nature or revealing timidity; "timorous little mouse"; "in a timorous tone"; "cast fearful glances at the large dog"
-00252733 00 s 01 intimidated 0 001 & 00251809 a 0000 | made timid or fearful as by threats
-00252826 00 s 02 mousy 0 mousey 0 003 & 00251809 a 0000 + 10335563 n 0201 + 10335563 n 0101 | quiet and timid and ineffectual
-00252954 00 a 01 bound 1 009 ^ 01064286 a 0000 ! 00254152 a 0101 & 00253196 a 0000 & 00253361 a 0000 & 00253469 a 0000 & 00253654 a 0000 & 00253757 a 0000 & 00253869 a 0000 & 00254046 a 0000 | confined by bonds; "bound and gagged hostages"
-00253196 00 s 02 chained 0 enchained 0 001 & 00252954 a 0000 | bound with chains; "enchained demons strained in anger to gnaw on his bones"; "prisoners in chains"
-00253361 00 s 02 fettered 0 shackled 0 001 & 00252954 a 0000 | bound by chains fastened around the ankles
-00253469 00 s 02 furled 0 rolled 0 001 & 00252954 a 0000 | rolled up and secured; "furled sails bound securely to the spar"; "a furled flag"; "his rolled umbrella hanging on his arm"
-00253654 00 s 01 pinioned 0 001 & 00252954 a 0000 | bound fast especially having the arms restrained
-00253757 00 s 01 tethered 0 001 & 00252954 a 0000 | confined or restricted with or as if with a rope or chain
-00253869 00 s 02 trussed 0 tied 0 001 & 00252954 a 0000 | bound or secured closely; "the guard was found trussed up with his arms and legs securely tied"; "a trussed chicken"
-00254046 00 s 01 wired 0 001 & 00252954 a 0000 | tied or bound with wire; "wired bundles of newspapers"
-00254152 00 a 01 unbound 1 004 ^ 01061489 a 0000 ! 00252954 a 0101 & 00254296 a 0000 & 00254419 a 0000 | not restrained or tied down by bonds
-00254296 00 s 04 unchained 0 unfettered 0 unshackled 0 untied 0 001 & 00254152 a 0000 | not bound by shackles and chains
-00254419 00 s 01 untethered 0 001 & 00254152 a 0000 | not confined or restricted with a tether
-00254516 00 a 02 laced 0 tied 2 001 ! 00254615 a 0101 | closed with a lace; "snugly laced shoes"
-00254615 00 a 02 unlaced 0 untied 2 001 ! 00254516 a 0101 | with laces not tied; "teenagers slopping around in unlaced sneakers"
-00254746 00 a 02 tied 0 fastened 3 002 ! 00254983 a 0101 & 00254880 a 0000 | fastened with strings or cords; "a neatly tied bundle"
-00254880 00 s 01 knotted 0 001 & 00254746 a 0000 | tied with a knot; "his carefully knotted necktie"
-00254983 00 a 02 untied 0 unfastened 3 001 ! 00254746 a 0101 | not tied
-00255057 00 a 01 tangled 0 008 ! 00256453 a 0101 & 00255308 a 0000 & 00255453 a 0000 & 00255582 a 0000 & 00255720 a 0000 & 00255918 a 0000 & 00256042 a 0000 & 00256237 a 0000 | in a confused mass; "pushed back her tangled hair"; "the tangled ropes"
-00255308 00 s 03 afoul(ip) 0 foul 0 fouled 0 001 & 00255057 a 0000 | especially of a ship's lines etc; "with its sails afoul"; "a foul anchor"
-00255453 00 s 02 enmeshed 0 intermeshed 0 001 & 00255057 a 0000 | caught as if in a mesh; "enmeshed in financial difficulties"
-00255582 00 s 01 entangled 1 001 & 00255057 a 0000 | twisted together in a tangled mass; "toiled through entangled growths of mesquite"
-00255720 00 s 03 knotty 0 snarled 0 snarly 0 004 & 00255057 a 0000 + 05685879 n 0302 + 13885836 n 0101 + 03627232 n 0101 | tangled in knots or snarls; "a mass of knotted string"; "snarled thread"
-00255918 00 s 01 matted 0 001 & 00255057 a 0000 | tangled in a dense mass; "tried to push through the matted undergrowth"
-00256042 00 s 01 rootbound 0 001 & 00255057 a 0000 | having the roots matted or densely tangled; "shaggy untended lawns of old trees and rootbound scented flowers and shrubs"- William Faulkner
-00256237 00 s 02 thrown 0 thrown_and_twisted 0 002 & 00255057 a 0000 ;u 07073447 n 0000 | twisted together; as of filaments spun into a thread; "thrown silk is raw silk that has been twisted and doubled into yarn"
-00256453 00 a 01 untangled 0 002 ! 00255057 a 0101 & 00256538 a 0000 | not tangled
-00256538 00 s 03 disentangled 0 loosened 0 unsnarled 0 001 & 00256453 a 0000 | straightened out
-00256636 00 a 01 bound 2 006 ! 00257462 a 0101 & 00256883 a 0000 & 00257032 a 0000 & 00257102 a 0000 & 00257232 a 0000 & 00257356 a 0000 | secured with a cover or binding; often used as a combining form; "bound volumes"; "leather-bound volumes"
-00256883 00 s 01 brassbound 0 001 & 00256636 a 0000 | having trim or fittings of brass; "a brassbound campaign chest"; "the heavy brassbound door"
-00257032 00 s 01 cased 0 001 & 00256636 a 0000 | enclosed in a case
-00257102 00 s 01 half-bound 0 001 & 00256636 a 0000 | (of books) having the back bound in one material and the sides in another
-00257232 00 s 02 paperback 0 paperbacked 0 002 & 00256636 a 0000 + 03886432 n 0103 | (of books) having a flexible binding
-00257356 00 s 01 well-bound 0 001 & 00256636 a 0000 | (of books) having a sturdy and attractive binding
-00257462 00 a 01 unbound 2 002 ! 00256636 a 0101 & 00257579 a 0000 | not secured within a cover; "an unbound book"
-00257579 00 s 01 looseleaf 0 001 & 00257462 a 0000 | being or having leaves that can be easily removed or rearranged; "loose-leaf paper"; "a looseleaf notebook"
-00257742 00 a 01 bordered 0 011 ^ 01006566 a 0000 ! 00259256 a 0101 & 00258090 a 0000 & 00258255 a 0000 & 00258411 a 0000 & 00258587 a 0000 & 00258797 a 0000 & 00258899 a 0000 & 00259011 a 0000 & 00259098 a 0000 & 00259177 a 0000 | having a border especially of a specified kind; sometimes used as a combining term; "black-bordered handkerchief"
-00258090 00 s 01 boxed 0 001 & 00257742 a 0000 | enclosed in or set off by a border or box; "boxed sections of the report"; "boxed announcements in the newspaper"
-00258255 00 s 03 deckled 0 deckle-edged 0 featheredged 0 001 & 00257742 a 0000 | having a rough edge; used of handmade paper or paper resembling handmade
-00258411 00 s 01 edged 0 001 & 00257742 a 0000 | having a specified kind of border or edge; "a black-edged card"; "rough-edged leaves"; "dried sweat left salt-edged patches"
-00258587 00 s 01 fringed 0 001 & 00257742 a 0000 | surrounded as with a border or fringe; sometimes used in combination; "a large suburban community...fringed by an industrial area"; "a grass-fringed stream"
-00258797 00 s 01 lined 0 001 & 00257742 a 0000 | bordered by a line of things; "tree lined streets"
-00258899 00 s 01 sawtoothed-edged 0 001 & 00257742 a 0000 | (of leaves) having an edged resembling a sawtooth
-00259011 00 s 01 seagirt 0 001 & 00257742 a 0000 | surrounded or enclosed by the sea
-00259098 00 s 01 spiny-edged 0 001 & 00257742 a 0000 | having a spiny border
-00259177 00 s 01 white-edged 0 001 & 00257742 a 0000 | having a white border
-00259256 00 a 01 unbordered 0 001 ! 00257742 a 0101 | having no border
-00259329 00 a 01 lotic 0 001 ! 00259433 a 0101 | of or relating to or living in actively moving water
-00259433 00 a 01 lentic 0 002 ;c 09328904 n 0000 ! 00259329 a 0101 | of or relating to or living in still waters (as lakes or ponds)
-00259568 00 a 02 lower-class 0 low-class 4 008 ^ 01592642 a 0000 = 13945919 n 0000 ! 00260430 a 0101 ! 00261245 a 0101 & 00259820 a 0000 & 00259957 a 0000 & 00260100 a 0000 & 00260323 a 0000 | occupying the lowest socioeconomic position in a society
-00259820 00 s 01 non-U 0 002 & 00259568 a 0000 ;r 08860123 n 0000 | not characteristic of the upper classes especially in language use
-00259957 00 s 01 proletarian 0 003 & 00259568 a 0000 + 10481711 n 0101 + 08180639 n 0104 | belonging to or characteristic of the proletariat
-00260100 00 s 04 propertyless 0 wage-earning 0 working-class 0 blue-collar 0 001 & 00259568 a 0000 | of those who work for wages especially manual or industrial laborers; "party of the propertyless proletariat"- G.B.Shaw
-00260323 00 s 01 upper-lower-class 0 001 & 00259568 a 0000 | occupying the upper part of the lower class
-00260430 00 a 01 middle-class 0 007 = 13945919 n 0000 ! 00261245 a 0101 ! 00259568 a 0101 & 00260695 a 0000 & 00260780 a 0000 & 00260973 a 0000 & 00261109 a 0000 | occupying a socioeconomic position intermediate between those of the lower classes and the wealthy
-00260695 00 s 01 bourgeois 1 001 & 00260430 a 0000 | belonging to the middle class
-00260780 00 s 03 bourgeois 2 conservative 0 materialistic 0 002 & 00260430 a 0000 + 14039310 n 0301 | conforming to the standards and conventions of the middle class; "a bourgeois mentality"
-00260973 00 s 01 lower-middle-class 0 001 & 00260430 a 0000 | occupying the lower part of the middle socioeconomic range in a society
-00261109 00 s 01 upper-middle-class 0 001 & 00260430 a 0000 | occupying the upper part of the middle socioeconomic range in a society
-00261245 00 a 01 upper-class 0 008 = 13945919 n 0000 ! 00259568 a 0101 ! 00260430 a 0101 & 00261486 a 0000 & 00261602 a 0000 & 00261735 a 0000 & 00261885 a 0000 & 00262008 a 0000 | occupying the highest socioeconomic position in a society
-00261486 00 s 01 quality 0 001 & 00261245 a 0000 | of high social status; "people of quality"; "a quality family"
-00261602 00 s 02 propertied 0 property-owning 0 001 & 00261245 a 0000 | owning land or securities as a principal source of revenue
-00261735 00 s 01 u 0 002 & 00261245 a 0000 ;r 08860123 n 0000 | (chiefly British) of or appropriate to the upper classes especially in language use
-00261885 00 s 01 tweedy 0 002 & 00261245 a 0000 + 04817020 n 0101 | (of country gentry) informal, clannish and outdoorsy
-00262008 00 s 01 wellborn 0 001 & 00261245 a 0000 | of good or upper-class lineage; "a rich and wellborn husband"
-00262124 00 a 03 brachycephalic 0 brachycranial 0 brachycranic 0 004 + 05212362 n 0101 ! 00262529 a 0101 & 00262328 a 0000 & 00262444 a 0000 | having a short broad head with a cephalic index of over 80
-00262328 00 s 03 broad-headed 0 roundheaded 0 short-headed 0 001 & 00262124 a 0000 | having a brachycephalic head
-00262444 00 s 01 bullet-headed 0 001 & 00262124 a 0000 | having a small round head
-00262529 00 a 03 dolichocephalic 0 dolichocranial 0 dolichocranic 0 002 ! 00262124 a 0101 & 00262705 a 0000 | having a relatively long head with a cephalic index of under 75
-00262705 00 s 01 long-headed 0 001 & 00262529 a 0000 | having a dolichocephalic head
-00262792 00 a 02 brave 0 courageous 4 016 ^ 00065791 a 0000 ^ 00249721 a 0000 ^ 01989669 a 0000 ^ 00081671 a 0000 = 04857083 n 0000 + 04857083 n 0201 + 04857083 n 0202 + 04857083 n 0104 ! 00264776 a 0101 & 00263463 a 0000 & 00263840 a 0000 & 00263994 a 0000 & 00264178 a 0000 & 00264262 a 0000 & 00264459 a 0000 & 00264570 a 0000 | possessing or displaying courage; able to face and deal with danger or fear without flinching; "Familiarity with danger makes a brave man braver but less daring"- Herman Melville; "a frank courageous heart...triumphed over pain"- William Wordsworth; "set a courageous example by leading them safely into and out of enemy-held territory"
-00263463 00 s 02 desperate 0 heroic 0 001 & 00262792 a 0000 | showing extreme courage; especially of actions courageously undertaken in desperation as a last resort; "made a last desperate attempt to reach the climber"; "the desperate gallantry of our naval task forces marked the turning point in the Pacific war"- G.C.Marshall; "they took heroic measures to save his life"
-00263840 00 s 01 gallant 0 001 & 00262792 a 0000 | unflinching in battle or action; "a gallant warrior"; "put up a gallant resistance to the attackers"
-00263994 00 s 07 game 0 gamy 0 gamey 0 gritty 0 mettlesome 0 spirited 0 spunky 0 004 & 00262792 a 0000 + 04857490 n 0704 + 04634415 n 0501 + 05032351 n 0402 | willing to face danger
-00264178 00 s 01 lionhearted 0 001 & 00262792 a 0000 | extraordinarily courageous
-00264262 00 s 02 stalwart 0 stouthearted 0 002 & 00262792 a 0000 + 04858317 n 0201 | used especially of persons; "a stalwart knight"; "a stouthearted fellow who had an active career in the army"
-00264459 00 s 01 undaunted 0 001 & 00262792 a 0000 | resolutely courageous; "undaunted in the face of death"
-00264570 00 s 02 valiant 0 valorous 0 004 & 00262792 a 0000 + 04857738 n 0203 + 04857738 n 0205 + 04857738 n 0107 | having or showing valor; "a valiant attempt to prevent the hijack"; "a valiant soldier"
-00264776 00 a 02 cowardly 0 fearful 4 016 ^ 00077645 a 0000 ^ 01589217 a 0000 ^ 00251809 a 0000 = 04860065 n 0000 + 04860586 n 0201 + 09614047 n 0101 + 04860065 n 0102 ! 00262792 a 0101 & 00265214 a 0000 & 00265314 a 0000 & 00265496 a 0000 & 00265765 a 0000 & 00265989 a 0000 & 00266228 a 0000 & 00266309 a 0000 & 00266420 a 0000 | lacking courage; ignobly timid and faint-hearted; "cowardly dogs, ye will not aid me then"- P.B.Shelley
-00265214 00 s 01 caitiff 0 002 & 00264776 a 0000 + 09886911 n 0101 | despicably mean and cowardly
-00265314 00 s 06 chicken 0 chickenhearted 0 lily-livered 0 white-livered 0 yellow 0 yellow-bellied 0 003 & 00264776 a 0000 ;u 07075172 n 0000 + 10781817 n 0102 | easily frightened
-00265496 00 s 02 craven 0 recreant 0 003 & 00264776 a 0000 + 10452024 n 0203 + 04860272 n 0101 | lacking even the rudiments of courage; abjectly fearful; "the craven fellow turned and ran"; "a craven proposal to raise the white flag"; "this recreant knight"- Spenser
-00265765 00 s 02 dastard(a) 0 dastardly 0 004 & 00264776 a 0000 + 09992429 n 0201 + 04861221 n 0201 + 09992429 n 0101 | despicably cowardly; "the unprovoked and dastardly attack by Japan on...December 7th"- F.D. Roosevelt
-00265989 00 s 04 faint 0 fainthearted 0 timid 0 faint-hearted 0 005 & 00264776 a 0000 + 07522729 n 0302 + 04860759 n 0301 + 04860369 n 0201 + 04860369 n 0102 | lacking conviction or boldness or courage; "faint heart ne'er won fair lady"
-00266228 00 s 01 funky 0 001 & 00264776 a 0000 | in a state of cowardly fright
-00266309 00 s 01 poltroon 0 002 & 00264776 a 0000 + 10452024 n 0101 | characterized by complete cowardliness
-00266420 00 s 03 pusillanimous 0 poor-spirited 0 unmanly 0 004 & 00264776 a 0000 + 04668139 n 0306 + 04860985 n 0102 + 04860985 n 0101 | lacking in courage and manly strength and resolution; contemptibly fearful
-00266634 00 a 02 gutsy 0 plucky 0 004 + 04859816 n 0202 + 05032351 n 0103 + 04859816 n 0101 ! 00266985 a 0101 | marked by courage and determination in the face of difficulties or danger; robust and uninhibited; "you have to admire her; it was a gutsy thing to do"; "the gutsy...intensity of her musical involvement"-Judith Crist; "a gutsy red wine"
-00266985 00 a 01 gutless 0 002 + 04861319 n 0101 ! 00266634 a 0101 | lacking courage or vitality; "he was a yellow gutless worm"; "a spineless craven fellow"
-00267145 00 a 01 breast-fed 0 002 ! 00267356 a 0101 & 00267268 a 0000 | (of an infant) fed milk from the mother's breast
-00267268 00 s 02 nursed 0 suckled 0 001 & 00267145 a 0000 | (of an infant) breast-fed
-00267356 00 a 01 bottle-fed 0 001 ! 00267145 a 0101 | (of an infant) given milk from a bottle
-00267452 00 a 03 breathing 0 eupneic 0 eupnoeic 0 002 ! 00267871 a 0101 & 00267774 a 0000 | passing or able to pass air in and out of the lungs normally; sometimes used in combination; "the boy was disappointed to find only skeletons instead of living breathing dinosaurs"; "the heavy-breathing person on the telephone"
-00267774 00 s 01 sweet-breathed 0 001 & 00267452 a 0000 | having breath or breath as specified
-00267871 00 a 05 breathless 0 dyspneic 0 dyspnoeic 0 dyspneal 0 dyspnoeal 0 008 ^ 02509292 a 0000 + 14369744 n 0502 + 14369744 n 0401 + 14370122 n 0103 ! 00267452 a 0101 & 00268273 a 0000 & 00268383 a 0000 & 00268748 a 0000 | not breathing or able to breathe except with difficulty; "breathless at thought of what I had done"; "breathless from running"; "followed the match with breathless interest"
-00268273 00 s 01 asphyxiating 0 001 & 00267871 a 0000 | tending to deprive of oxygen; "asphyxiating gasses"
-00268383 00 s 03 smothering 0 suffocating 0 suffocative 0 005 & 00267871 a 0000 + 01476180 v 0301 + 00359511 v 0301 + 00106412 v 0301 + 00077698 v 0304 | causing difficulty in breathing especially through lack of fresh air and presence of heat; "the choking June dust"; "the smothering soft voices"; "smothering heat"; "the room was suffocating--hot and airless"
-00268748 00 s 04 blown 0 pursy 0 short-winded 0 winded 0 001 & 00267871 a 0000 | breathing laboriously or convulsively
-00268869 00 a 01 crystalline 0 004 ! 00269486 a 0101 & 00269063 a 0000 & 00269241 a 0000 & 00269364 a 0000 | consisting of or containing or of the nature of crystals; "granite is crystalline"
-00269063 00 s 02 crystallized 0 crystalised 0 001 & 00268869 a 0000 | having both internal structure and external form of a crystal; "quartz crystal is perfectly crystallized"
-00269241 00 s 01 microcrystalline 0 001 & 00268869 a 0000 | containing crystals that are visible only under a microscope
-00269364 00 s 01 polycrystalline 0 001 & 00268869 a 0000 | composed of aggregates of crystals; "polycrystalline metals"
-00269486 00 a 01 noncrystalline 0 002 ! 00268869 a 0101 & 00269580 a 0000 | not crystalline
-00269580 00 s 03 amorphous 0 uncrystallized 0 uncrystallised 0 001 & 00269486 a 0000 | without real or apparent crystalline form; "an amorphous mineral"; "amorphous structure"
-00269758 00 a 01 landed 0 001 ! 00269894 a 0101 | owning or consisting of land or real estate; "the landed gentry"; "landed property"
-00269894 00 a 01 landless 0 001 ! 00269758 a 0101 | owning no land; "the landless peasantry"
-00269989 00 a 01 light 6 019 = 04951373 n 0000 + 04951373 n 0102 ! 00273082 a 0101 & 00270496 a 0000 & 00270732 a 0000 & 00270856 a 0000 & 00271022 a 0000 & 00271208 a 0000 & 00271288 a 0000 & 00271419 a 0000 & 00271580 a 0000 & 00271813 a 0000 & 00271966 a 0000 & 00272069 a 0000 & 00272172 a 0000 & 00272410 a 0000 & 00272555 a 0000 & 00272771 a 0000 & 00272950 a 0000 | characterized by or emitting light; "a room that is light when the shutters are open"; "the inside of the house was airy and light"
-00270496 00 s 03 ablaze(p) 0 inflamed 0 reddened 0 001 & 00269989 a 0000 | lighted with red light as if with flames; "streets ablaze with lighted Christmas trees"; "the inflamed clouds at sunset"; "reddened faces around the campfire"
-00270732 00 s 01 autofluorescent 0 002 & 00269989 a 0000 + 11427736 n 0101 | emitting light via self-induced fluorescence
-00270856 00 s 01 bioluminescent 0 003 & 00269989 a 0000 ;c 00004475 n 0000 + 11476619 n 0101 | (of living organisms) emitting light; "fireflies are bioluminescent"
-00271022 00 s 01 bright 0 002 & 00269989 a 0000 + 05018103 n 0102 | having lots of light either natural or artificial; "the room was bright and airy"; "a stage bright with spotlights"
-00271208 00 s 01 candescent 0 001 & 00269989 a 0000 | glowing from great heat
-00271288 00 s 02 floodlit 0 floodlighted 0 001 & 00269989 a 0000 | illuminated by means of floodlights; "the floodlit courtyard"
-00271419 00 s 01 fluorescent 0 003 & 00269989 a 0000 + 11458102 n 0101 + 02161160 v 0101 | emitting light during exposure to radiation from an external source
-00271580 00 s 04 illuminated 0 lighted 0 lit 0 well-lighted 0 001 & 00269989 a 0000 | provided with artificial light; "illuminated advertising"; "looked up at the lighted windows"; "a brightly lit room"; "a well-lighted stairwell"
-00271813 00 s 02 incandescent 0 candent 0 002 & 00269989 a 0000 + 11467786 n 0101 | emitting light as a result of being heated; "an incandescent bulb"
-00271966 00 s 01 lamplit 0 001 & 00269989 a 0000 | lighted by a lamp; "our lamplit mountain retreat"
-00272069 00 s 01 lighting-up(a) 0 001 & 00269989 a 0000 | turning lights on; "it's lighting-up time"
-00272172 00 s 01 livid 0 001 & 00269989 a 0000 | (of a light) imparting a deathlike luminosity; "livid lightning streaked the sky"; "a thousand flambeaux...turned all at once that deep gloom into a livid and preternatural day"- E.A.Poe
-00272410 00 s 01 luminescent 0 004 & 00269989 a 0000 + 11476430 n 0101 + 05018785 n 0101 + 02766223 v 0101 | emitting light not caused by heat
-00272555 00 s 01 phosphorescent 0 003 & 00269989 a 0000 + 11491026 n 0101 + 02632035 v 0101 | emitting light without appreciable heat as by slow oxidation of phosphorous; "the phosphorescent glow of decaying wood"
-00272771 00 s 02 sunlit 0 sunstruck 0 001 & 00269989 a 0000 | lighted by sunlight; "the sunlit slopes of the canyon"; "violet valleys and the sunstruck ridges"- Wallace Stegner
-00272950 00 s 01 white 0 001 & 00269989 a 0000 | of summer nights in northern latitudes where the sun barely sets; "white nights"
-00273082 00 a 01 dark 1 021 = 04951373 n 0000 + 13983515 n 0101 + 08646306 n 0102 + 08646306 n 0101 ! 00269989 a 0101 & 00273652 a 0000 & 00273901 a 0000 & 00274068 a 0000 & 00274291 a 0000 & 00274373 a 0000 & 00274551 a 0000 & 00274698 a 0000 & 00274833 a 0000 & 00274971 a 0000 & 00275106 a 0000 & 00275290 a 0000 & 00275486 a 0000 & 00275764 a 0000 & 00275985 a 0000 & 00276226 a 0000 & 00276355 a 0000 | devoid of or deficient in light or brightness; shadowed or black; "sitting in a dark corner"; "a dark day"; "dark shadows"; "dark as the inside of a black cat"
-00273652 00 s 03 Acheronian 0 Acherontic 0 Stygian 0 002 & 00273082 a 0000 + 09186709 n 0101 | dark and dismal as of the rivers Acheron and Styx in Hades; "in the depths of an Acheronian forest"; "upon those roseate lips a Stygian hue"-Wordsworth
-00273901 00 s 01 aphotic 0 001 & 00273082 a 0000 | lacking light; especially not reached by sunlight; "the aphotic depths of the sea where no photosynthesis occurs"
-00274068 00 s 03 black 0 pitch-black 0 pitch-dark 0 003 & 00273082 a 0000 + 13983807 n 0204 + 13983807 n 0103 | extremely dark; "a black moonless night"; "through the pitch-black woods"; "it was pitch-dark in the cellar"
-00274291 00 s 01 caliginous 0 001 & 00273082 a 0000 | dark and misty and gloomy
-00274373 00 s 01 Cimmerian 0 001 & 00273082 a 0000 | intensely dark and gloomy as with perpetual darkness; "the Cimmerian gloom...a darkness that could be felt"-Norman Douglas
-00274551 00 s 01 crepuscular 0 003 & 00273082 a 0000 + 15169421 n 0109 + 15169421 n 0108 | like twilight; dim; "the evening's crepuscular charm"
-00274698 00 s 01 darkened 0 001 & 00273082 a 0000 | become or made dark by lack of light; "a darkened house"; "the darkened theater"
-00274833 00 s 01 darkening 0 001 & 00273082 a 0000 | becoming dark or darker as from waning light or clouding over; "the darkening sky"
-00274971 00 s 01 darkling 1 002 & 00273082 a 0000 ;c 07092592 n 0000 | (poetic) occurring in the dark or night; "a darkling journey"
-00275106 00 s 01 darkling 2 001 & 00273082 a 0000 | uncannily or threateningly dark or obscure; "a darkling glance"; "secret operatives and darkling conspiracies"-Archibald MacLeish
-00275290 00 s 02 dim 0 subdued 0 003 & 00273082 a 0000 + 04955907 n 0202 + 04955907 n 0101 | lacking in light; not bright or harsh; "a dim light beside the bed"; "subdued lights and soft music"
-00275486 00 s 03 dusky 0 twilight(a) 0 twilit 0 003 & 00273082 a 0000 + 15169421 n 0102 + 13985323 n 0102 | lighted by or as if by twilight; "The dusky night rides down the sky/And ushers in the morn"-Henry Fielding; "the twilight glow of the sky"; "a boat on a twilit river"
-00275764 00 s 04 glooming 0 gloomy 0 gloomful 0 sulky 0 003 & 00273082 a 0000 + 13985462 n 0201 + 04631470 n 0201 | depressingly dark; "the gloomy forest"; "the glooming interior of an old inn"; "`gloomful' is archaic"
-00275985 00 s 04 lightless 0 unilluminated 0 unlighted 0 unlit 0 002 & 00273082 a 0000 + 13983807 n 0102 | without illumination; "came up the lightless stairs"; "the unilluminated side of Mars"; "through dark unlighted (or unlit) streets"
-00276226 00 s 01 semidark 0 002 & 00273082 a 0000 + 13984285 n 0101 | partially devoid of light or brightness; "semidark room"
-00276355 00 s 03 tenebrous 0 tenebrific 0 tenebrious 0 001 & 00273082 a 0000 | dark and gloomy; "a tenebrous cave"
-00276472 00 a 01 shaded 1 003 ! 00277183 a 0101 & 00276689 a 0000 & 00276862 a 0000 | protected from heat and light with shade or shadow; "shaded avenues"; "o'er the shaded billows rushed the night"- Alexander Pope
-00276689 00 s 02 murky 0 mirky 0 003 & 00276472 a 0000 + 14521648 n 0103 + 14521648 n 0104 | dark or gloomy; "a murky dungeon"; "murky rooms lit by smoke-blackened lamps"
-00276862 00 s 04 shady 0 shadowed 0 shadowy 2 umbrageous 0 005 & 00276472 a 0000 + 13984944 n 0301 + 13984613 n 0303 + 13984613 n 0102 + 13984613 n 0101 | filled with shade; "the shady side of the street"; "the surface of the pond is dark and shadowed"; "we sat on rocks in a shadowy cove"; "cool umbrageous woodlands"
-00277183 00 a 01 unshaded 1 002 ! 00276472 a 0101 & 00277339 a 0000 | not darkened or dimmed by shade; "an unshaded meadow"; "a bright and unshaded lane"
-00277339 00 s 01 unshadowed 0 001 & 00277183 a 0000 | not darkened or obscured by shadow; "on the rough sea ice you may on an unshadowed day...fall over a chunk of ice that is kneehigh"- Vilhjalmur Stefansson
-00277550 00 a 01 shaded 2 002 ! 00277867 a 0101 & 00277749 a 0000 | (of pictures or drawings) drawn or painted with degrees or gradations of shadow; "the shaded areas of the face seemed to recede"
-00277749 00 s 02 hatched 0 crosshatched 0 001 & 00277550 a 0000 | shaded by means of fine parallel or crossed lines
-00277867 00 a 01 unshaded 2 001 ! 00277550 a 0101 | (of pictures) not having shadow represented; "unshaded drawings resembling cartoons"
-00278006 00 a 02 moonlit 0 moony 2 002 + 11484975 n 0203 ! 00278131 a 0101 | lighted by moonlight; "the moonlit landscape"
-00278131 00 a 01 moonless 0 001 ! 00278006 a 0101 | without a moon or a visible moon; "the dark moonless night"; "a moonless planet"
-00278266 00 a 01 bridgeable 0 003 + 01915131 v 0101 + 01296324 v 0101 ! 00278418 a 0101 | capable of being connected by a bridge or as if by a bridge
-00278418 00 a 01 unbridgeable 0 001 ! 00278266 a 0101 | not bridgeable; "a wide unbridgeable river"; "unbridgeable generation gap"
-00278551 00 a 01 bright 0 022 = 05018103 n 0000 + 04952242 n 0101 ! 00283703 a 0101 & 00279092 a 0000 & 00279332 a 0000 & 00279618 a 0000 & 00280245 a 0000 & 00280463 a 0000 & 00280844 a 0000 & 00281075 a 0000 & 00281173 a 0000 & 00281342 a 0000 & 00281527 a 0000 & 00281657 a 0000 & 00282020 a 0000 & 00282389 a 0000 & 00282557 a 0000 & 00282675 a 0000 & 00283060 a 0000 & 00283167 a 0000 & 00283327 a 0000 & 00283580 a 0000 | emitting or reflecting light readily or in large amounts; "the sun was bright and hot"; "a bright sunlit room"
-00279092 00 s 03 agleam 0 gleaming 0 nitid 0 001 & 00278551 a 0000 | bright with a steady but subdued shining; "from the plane we saw the city below agleam with lights"; "the gleaming brass on the altar"; "Nereids beneath the nitid moon"
-00279332 00 s 04 aglow(p) 0 lambent 0 lucent 0 luminous 0 004 & 00278551 a 0000 + 05018103 n 0405 + 05018103 n 0401 + 04954534 n 0204 | softly bright or radiant; "a house aglow with lights"; "glowing embers"; "lambent tongues of flame"; "the lucent moon"; "a sky luminous with stars"
-00279618 00 s 0a aglitter(p) 0 coruscant 0 fulgid 0 glinting 0 glistering 0 glittering 0 glittery 0 scintillant 0 scintillating 0 sparkly 0 007 & 00278551 a 0000 + 07412668 n 0a02 + 02766390 v 0802 + 02764765 v 0803 + 07412668 n 0701 + 04952944 n 0701 + 02766390 v 0203 | having brief brilliant points or flashes of light; "bugle beads all aglitter"; "glinting eyes"; "glinting water"; "his glittering eyes were cold and malevolent"; "shop window full of glittering Christmas trees"; "glittery costume jewelry"; "scintillant mica"; "the scintillating stars"; "a dress with sparkly sequins"; "`glistering' is an archaic term"
-00280245 00 s 04 beady 0 beadlike 0 buttony 0 buttonlike 0 003 & 00278551 a 0000 + 02928608 n 0301 + 13901585 n 0102 | small and round and shiny like a shiny bead or button; "bright beady eyes"; "black buttony eyes"
-00280463 00 s 05 beaming 0 beamy 0 effulgent 0 radiant 0 refulgent 0 010 & 00278551 a 0000 + 04953954 n 0506 + 04953954 n 0505 + 04953954 n 0402 + 04953954 n 0401 + 02767116 v 0401 + 02160552 v 0401 + 00529582 v 0401 + 04953954 n 0304 + 11428023 n 0201 | radiating or as if radiating light; "the beaming sun"; "the effulgent daffodils"; "a radiant sunrise"; "a refulgent sunset"
-00280844 00 s 06 blazing 0 blinding 0 dazzling 0 fulgent 0 glaring 0 glary 0 001 & 00278551 a 0000 | shining intensely; "the blazing sun"; "blinding headlights"; "dazzling snow"; "fulgent patterns of sunlight"; "the glaring sun"
-00281075 00 s 01 bright_as_a_new_penny(p) 0 001 & 00278551 a 0000 | (metaphor) shining brightly
-00281173 00 s 01 brilliant 0 003 & 00278551 a 0000 + 04954920 n 0103 + 04952570 n 0103 | full of light; shining intensely; "a brilliant star"; "brilliant chandeliers"
-00281342 00 s 01 ardent 0 001 & 00278551 a 0000 | glowing or shining like fire; "from rank to rank she darts her ardent eyes"- Alexander Pope; "frightened by his ardent burning eyes"
-00281527 00 s 01 glimmery 0 002 & 00278551 a 0000 + 07412478 n 0103 | shining softly and intermittently; "glimmery candlelight"
-00281657 00 s 06 glistening 0 glossy 0 lustrous 1 sheeny 0 shiny 0 shining 1 005 & 00278551 a 0000 + 04954683 n 0501 + 04954683 n 0402 + 04954683 n 0304 + 04955160 n 0203 | reflecting light; "glistening bodies of swimmers"; "the horse's glossy coat"; "lustrous auburn hair"; "saw the moon like a shiny dime on a deep blue velvet carpet"; "shining white enamel"
-00282020 00 s 05 iridescent 0 nacreous 0 opalescent 0 opaline 0 pearlescent 0 006 & 00278551 a 0000 + 04953678 n 0301 + 02765231 v 0301 + 02734140 v 0301 + 04953678 n 0102 + 02733928 v 0101 | having a play of lustrous rainbow colors; "an iridescent oil slick"; "nacreous (or pearlescent) clouds looking like mother-of-pearl"; "a milky opalescent (or opaline) luster"
-00282389 00 s 01 lurid 0 002 & 00278551 a 0000 + 04977561 n 0103 | shining with an unnatural red glow as of fire seen through smoke; "a lurid sunset"; "lurid flames"
-00282557 00 s 01 noctilucent 0 001 & 00278551 a 0000 | shining or glowing by night; "the noctilucent eyes of a cat"
-00282675 00 s 06 satiny 0 sleek 0 silken 0 silky 0 silklike 0 slick 0 006 & 00278551 a 0000 + 04947628 n 0601 + 04219424 n 0401 + 04947494 n 0401 + 04947494 n 0202 + 04138261 n 0101 | having a smooth, gleaming surface reflecting light; "glossy auburn hair"; "satiny gardenia petals"; "sleek black fur"; "silken eyelashes"; "silky skin"; "a silklike fabric"; "slick seals and otters"
-00283060 00 s 01 self-luminous 0 001 & 00278551 a 0000 | having in itself the property of emitting light
-00283167 00 s 01 shimmery 0 002 & 00278551 a 0000 + 07411851 n 0101 | glistening tremulously; "the shimmery surface of the lake"; "a dress of shimmery satin"
-00283327 00 s 03 silver 0 silvern 0 silvery 0 002 & 00278551 a 0000 + 14654954 n 0301 | having the white lustrous sheen of silver; "a land of silver (or silvern) rivers where the salmon leap"; "repeated scrubbings have given the wood a silvery sheen"
-00283580 00 s 01 twinkling(a) 0 001 & 00278551 a 0000 | shining intermittently with a sparkling light; "twinkling stars"
-00283703 00 a 01 dull 2 007 ^ 01812846 a 0000 = 05018103 n 0000 + 04955633 n 0101 ! 00278551 a 0101 & 00283972 a 0000 & 00284194 a 0000 & 00284400 a 0000 | emitting or reflecting very little light; "a dull glow"; "dull silver badly in need of a polish"; "a dull sky"
-00283972 00 s 05 flat 0 mat 0 matt 0 matte 0 matted 0 004 & 00283703 a 0000 + 04956110 n 0406 + 04956110 n 0305 + 04956110 n 0101 | not reflecting light; not glossy; "flat wall paint"; "a photograph with a matte finish"
-00284194 00 s 04 lackluster 0 lacklustre 0 lusterless 0 lustreless 0 003 & 00283703 a 0000 + 04956110 n 0403 + 04956110 n 0302 | lacking luster or shine; "staring with lackluster eyes"; "lusterless hair"
-00284400 00 s 02 soft 0 subdued 0 002 & 00283703 a 0000 + 04956419 n 0101 | not brilliant or glaring; "the moon cast soft shadows"; "soft pastel colors"; "subdued lighting"
-00284575 00 a 02 dimmed 0 dim 2 003 + 13985323 n 0201 ! 00284930 a 0101 & 00284816 a 0000 | made dim or less bright; "the dimmed houselights brought a hush of anticipation"; "dimmed headlights"; "we like dimmed lights when we have dinner"
-00284816 00 s 01 low-beam(a) 0 001 & 00284575 a 0000 | used of headlights; "following with low-beam headlights"
-00284930 00 a 02 undimmed 0 bright 2 002 + 05018103 n 0202 ! 00284575 a 0101 | not made dim or less bright; "undimmed headlights"; "surprisingly the curtain started to rise while the houselights were still undimmed"
-00285148 00 a 02 prejudiced 0 discriminatory 4 007 + 02512305 v 0201 ! 00286214 a 0101 & 00285413 a 0000 & 00285506 a 0000 & 00285725 a 0000 & 00285905 a 0000 & 00286063 a 0000 | being biased or having a belief or attitude formed beforehand; "a prejudiced judge"
-00285413 00 s 01 homophobic 0 001 & 00285148 a 0000 | prejudiced against homosexual people
-00285506 00 s 01 jaundiced 0 001 & 00285148 a 0000 | showing or affected by prejudice or envy or distaste; "looked with a jaundiced eye on the growth of regimentation"; "takes a jaundiced view of societies and clubs"
-00285725 00 s 01 loaded 0 001 & 00285148 a 0000 | (of statements or questions) charged with associative significance and often meant to mislead or influence; "a loaded question"
-00285905 00 s 03 racist 0 antiblack 0 anti-Semite(a) 0 002 & 00285148 a 0000 + 09797742 n 0301 | discriminatory especially on the basis of race or religion
-00286063 00 s 01 sexist 0 002 & 00285148 a 0000 + 09912431 n 0102 | discriminatory on the basis of sex (usually said of men's attitude toward women)
-00286214 00 a 02 unprejudiced 0 impartial 4 004 ^ 01985247 a 0000 + 06202686 n 0201 ! 00285148 a 0101 & 00286470 a 0000 | free from undue bias or preconceived opinions; "an unprejudiced appraisal of the pros and cons"; "the impartial eye of a scientist"
-00286470 00 s 03 color-blind 0 colour-blind 0 nonracist 0 001 & 00286214 a 0000 | unprejudiced about race
-00286578 00 a 01 broad-minded 0 006 + 06204623 n 0101 ! 00287640 a 0101 & 00286837 a 0000 & 00287128 a 0000 & 00287275 a 0000 & 00287498 a 0000 | inclined to respect views and beliefs that differ from your own; "a judge who is broad-minded but even-handed"
-00286837 00 s 04 broad 0 large-minded 0 liberal 0 tolerant 0 003 & 00286578 a 0000 + 02457585 v 0401 + 06204820 n 0302 | showing or characterized by broad-mindedness; "a broad political stance"; "generous and broad sympathies"; "a liberal newspaper"; "tolerant of his opponent's opinions"
-00287128 00 s 01 catholic 0 002 & 00286578 a 0000 + 04765691 n 0102 | free from provincial prejudices or attachments; "catholic in one's tastes"
-00287275 00 s 04 free-thinking 0 latitudinarian 0 undogmatic 0 undogmatical 0 004 & 00286578 a 0000 ;c 05946687 n 0000 + 13995148 n 0201 + 05127640 n 0201 | unwilling to accept authority or dogma (especially in religion)
-00287498 00 s 01 open-minded 0 001 & 00286578 a 0000 | ready to entertain new ideas; "an open-minded curiosity"; "open-minded impartiality"
-00287640 00 a 02 narrow-minded 0 narrow 6 009 ^ 02561888 a 0000 + 06205411 n 0202 + 06205411 n 0101 ! 00286578 a 0101 & 00287962 a 0000 & 00288070 a 0000 & 00288237 a 0000 & 00288362 a 0000 & 00288498 a 0000 | lacking tolerance or flexibility or breadth of view; "a brilliant but narrow-minded judge"; "narrow opinions"
-00287962 00 s 02 close-minded 0 closed-minded 0 001 & 00287640 a 0000 | not ready to receive to new ideas
-00288070 00 s 02 dogmatic 0 dogmatical 0 003 & 00287640 a 0000 + 05960464 n 0201 + 06790042 n 0101 | characterized by assertion of unproved or unprovable principles
-00288237 00 s 02 illiberal 0 intolerant 0 002 & 00287640 a 0000 + 04834457 n 0101 | narrow-minded about cherished opinions
-00288362 00 s 03 opinionated 0 opinionative 0 self-opinionated 0 002 & 00287640 a 0000 + 01027668 v 0201 | obstinate in your opinions
-00288498 00 s 02 petty 0 small-minded 0 002 & 00287640 a 0000 + 06205827 n 0101 | contemptibly narrow in outlook; "petty little comments"; "disgusted with their small-minded pettiness"
-00288685 00 a 01 reconstructed 0 001 ! 00288809 a 0101 | adapted to social or economic change; "a reconstructed feminist"
-00288809 00 a 01 unreconstructed 0 001 ! 00288685 a 0101 | adhering to an attitude or position widely held to be outmoded; "peasants are still unreconstructed small capitalists at heart"; "there are probably more unreconstructed Southerners than one would like to admit"
-00289082 00 a 01 broken 1 006 ^ 00679147 a 0000 ^ 01752167 a 0000 ^ 01317954 a 0000 ^ 02274253 a 0000 = 14460565 n 0000 ! 00289365 a 0101 | physically and forcibly separated into pieces or cracked or split; "a broken mirror"; "a broken tooth"; "a broken leg"; "his neck is broken"
-00289365 00 a 01 unbroken 1 006 ^ 01749320 a 0000 ^ 02273326 a 0000 ^ 00681094 a 0000 ^ 01319182 a 0000 = 14460565 n 0000 ! 00289082 a 0101 | not broken; whole and intact; in one piece; "fortunately the other lens is unbroken"
-00289594 00 a 02 broken 3 unkept 0 002 ;c 06520944 n 0000 ! 00289799 a 0101 | (especially of promises or contracts) having been violated or disregarded; "broken (or unkept) promises"; "broken contracts"
-00289799 00 a 02 unbroken 3 kept 0 002 ;c 06520944 n 0000 ! 00289594 a 0101 | (especially of promises or contracts) not violated or disregarded; "unbroken promises"; "promises kept"
-00289983 00 a 01 broken 2 006 ^ 00596769 a 0000 ! 00290923 a 0101 & 00290337 a 0000 & 00290483 a 0000 & 00290593 a 0000 & 00290784 a 0000 | not continuous in space, time, or sequence or varying abruptly; "broken lines of defense"; "a broken cable transmission"; "broken sleep"; "tear off the stub above the broken line"; "a broken note"; "broken sobs"
-00290337 00 s 01 broken-field 0 002 & 00289983 a 0000 ;c 00468480 n 0000 | varying in direction suddenly and frequently; "broken-field running"
-00290483 00 s 02 dashed 0 dotted 0 001 & 00289983 a 0000 | having gaps or spaces; "sign on the dotted line"
-00290593 00 s 03 fitful 0 interrupted 0 off-and-on(a) 0 002 & 00289983 a 0000 + 04770535 n 0101 | intermittently stopping and starting; "fitful (or interrupted) sleep"; "off-and-on static"
-00290784 00 s 01 halting 0 001 & 00289983 a 0000 | fragmentary or halting from emotional strain; "uttered a few halting words of sorrow"
-00290923 00 a 01 unbroken 2 004 ^ 00594413 a 0000 ! 00289983 a 0101 & 00291181 a 0000 & 00291338 a 0000 | marked by continuous or uninterrupted extension in space or time or sequence; "cars in an unbroken procession"; "the unbroken quiet of the afternoon"
-00291181 00 s 01 solid 0 001 & 00290923 a 0000 | uninterrupted in space; having no gaps or breaks; "a solid line across the page"; "solid sheets of water"
-00291338 00 s 01 uninterrupted 0 001 & 00290923 a 0000 | having undisturbed continuity; "a convalescent needs uninterrupted sleep"
-00291471 00 a 03 brotherly 0 brotherlike 0 fraternal 2 002 + 09876454 n 0101 ! 00291665 a 0101 | like or characteristic of or befitting a brother; "brotherly feelings"; "close fraternal ties"
-00291665 00 a 03 sisterly 0 sisterlike 0 sororal 2 002 + 10602985 n 0101 ! 00291471 a 0101 | like or characteristic of or befitting a sister; "sisterly kindness"; "sororal concern"
-00291848 00 a 01 exergonic 0 002 ;c 06079620 n 0000 ! 00292024 a 0101 | (biochemistry) of a process accompanied by the release of energy; "diffusion is an exergonic process"
-00292024 00 a 01 endergonic 0 002 ;c 06079620 n 0000 ! 00291848 a 0101 | (biochemistry) of a process accompanied by or requiring the absorption of energy; the products of the process are of greater free energy than the reactants; "photosynthesis is an endergonic process"
-00292298 00 a 02 fraternal 0 biovular 0 001 ! 00292448 a 0101 | (of twins) derived from two separate fertilized ova; "fraternal twins are biovular"
-00292448 00 a 02 identical 0 monovular 0 002 + 04743024 n 0102 ! 00292298 a 0101 | (of twins) derived from a single egg or ovum; "identical twins are monovular"
-00292611 00 a 03 buried 0 inhumed 0 interred 0 002 ! 00292872 a 0101 & 00292750 a 0000 | placed in a grave; "the hastily buried corpses"
-00292750 00 s 01 belowground 0 001 & 00292611 a 0000 | underneath the ground; "most of his friends are now belowground"
-00292872 00 a 01 unburied 0 001 ! 00292611 a 0101 | not buried
-00292937 00 a 01 busy 0 010 ^ 00754107 a 0000 ^ 00863946 a 0000 + 14008050 n 0101 ! 00294175 a 0101 & 00293248 a 0000 & 00293376 a 0000 & 00293611 a 0000 & 00293819 a 0000 & 00293882 a 0000 & 00294056 a 0000 | actively or fully engaged or occupied; "busy with her work"; "a busy man"; "too busy to eat lunch"
-00293248 00 s 01 at_work(p) 0 001 & 00292937 a 0000 | on the job; "had been at work for over an hour before her boss arrived"
-00293376 00 s 04 drudging 0 laboring 0 labouring 0 toiling 0 001 & 00292937 a 0000 | doing arduous or unpleasant work; "drudging peasants"; "the bent backs of laboring slaves picking cotton"; "toiling coal miners in the black deeps"
-00293611 00 s 02 engaged 2 occupied 0 001 & 00292937 a 0000 | having ones attention or mind or energy engaged; "she keeps herself fully occupied with volunteer activities"; "deeply engaged in conversation"
-00293819 00 s 01 overbusy 0 001 & 00292937 a 0000 | too busy
-00293882 00 s 01 tied_up(p) 0 001 & 00292937 a 0000 | kept occupied or engaged; "she's tied up at the moment and can't see you"; "the phone was tied up for almost an hour"
-00294056 00 s 01 up_to 0 001 & 00292937 a 0000 | busy or occupied with; "what have you been up to?"; "up to no good"
-00294175 00 a 01 idle 0 009 ^ 00835609 a 0000 ^ 00864693 a 0000 + 04637290 n 0102 ! 00292937 a 0101 & 00294463 a 0000 & 00294579 a 0000 & 00295011 a 0000 & 00295235 a 0000 & 00295507 a 0000 | not in action or at work; "an idle laborer"; "idle drifters"; "the idle rich"; "an idle mind"
-00294463 00 s 02 bone-idle 0 bone-lazy 0 002 & 00294175 a 0000 ;u 07075172 n 0000 | constitutionally lazy or idle
-00294579 00 s 06 faineant 0 indolent 0 lazy 0 otiose 0 slothful 0 work-shy 0 006 & 00294175 a 0000 + 04637444 n 0502 + 04637108 n 0302 + 00758795 n 0302 + 04637108 n 0201 + 04637290 n 0101 | disinclined to work or exertion; "faineant kings under whose rule the country languished"; "an indolent hanger-on"; "too lazy to wash the dishes"; "shiftless idle youth"; "slothful employees"; "the unemployed are not necessarily work-shy"
-00295011 00 s 01 lackadaisical 0 001 & 00294175 a 0000 | idle or indolent especially in a dreamy way; "she was annoyingly lackadaisical and impractical"; "a...lackadaisical, spiritless young man-about-town"- P.G.Wodehouse
-00295235 00 s 01 leisured 0 001 & 00294175 a 0000 | free from duties or responsibilities; "he writes in his leisure hours"; "life as it ought to be for the leisure classes"- J.J.Chapman; "even the artist and the sculptor were not regarded...as leisured men"- Ida Craven
-00295507 00 s 01 unengaged 0 001 & 00294175 a 0000 | not busy or occupied; free; "the cancellation left her unengaged a good part of the afternoon"
-00295657 00 a 02 bony 0 boney 0 007 + 05269901 n 0201 + 05269901 n 0101 ! 00296354 a 0101 & 00295924 a 0000 & 00296061 a 0000 & 00296186 a 0000 & 00296276 a 0000 | having bones especially many or prominent bones; "a bony shad fillet"; "her bony wrist"; "bony fish"
-00295924 00 s 01 bone 1 001 & 00295657 a 0000 | consisting of or made up of bone; "a bony substance"; "the bony framework of the body"
-00296061 00 s 01 boned 1 002 & 00295657 a 0000 ;u 06307152 n 0000 | having bones as specified; "his lanky long-boned body"
-00296186 00 s 01 bonelike 0 001 & 00295657 a 0000 | resembling bone; "a bonelike tumor"
-00296276 00 s 01 strong-boned 0 001 & 00295657 a 0000 | having strong bones
-00296354 00 a 01 boneless 0 002 ! 00295657 a 0101 & 00296482 a 0000 | being without a bone or bones; "jellyfish are boneless"
-00296482 00 s 02 boned 2 deboned 0 001 & 00296354 a 0000 | having had the bones removed; "a boneless rib roast"; "a boned (or deboned) fish"
-00296625 00 a 02 buttoned 0 fastened 2 003 ! 00297097 a 0101 & 00296783 a 0000 & 00296935 a 0000 | furnished or closed with buttons or something buttonlike
-00296783 00 s 02 botonee 0 botonnee 0 001 & 00296625 a 0000 | (of a heraldic cross) having a cluster of three buttons or knobs at the end of each arm
-00296935 00 s 01 button-down 0 001 & 00296625 a 0000 | of a shirt; having the ends of the collar fastened down by buttons; "Brooks Brothers button-down shirts"
-00297097 00 a 02 unbuttoned 0 unfastened 2 002 ! 00296625 a 0101 & 00297250 a 0000 | not buttoned; "the wind picked up the hem of her unbuttoned coat"
-00297250 00 s 01 open-collared 0 001 & 00297097 a 0000 | of a shirt; not buttoned at the neck; "dressed casually in shorts and an open-collared shirt"
-00297403 00 a 02 capitalistic 0 capitalist 4 006 + 09892262 n 0201 + 08364143 n 0101 ! 00298041 a 0101 & 00297598 a 0000 & 00297755 a 0000 & 00297897 a 0000 | favoring or practicing capitalism
-00297598 00 s 01 bourgeois 0 001 & 00297403 a 0000 | (according to Marxist thought) being of the property-owning class and exploitive of the working class
-00297755 00 s 03 competitive 0 free-enterprise(a) 0 private-enterprise(a) 0 001 & 00297403 a 0000 | subscribing to capitalistic competition
-00297897 00 s 02 individualistic 0 laissez-faire(a) 0 002 & 00297403 a 0000 + 05962936 n 0101 | with minimally restricted freedom in commerce
-00298041 00 a 02 socialistic 0 socialist 4 007 ^ 02030935 a 0000 + 10618848 n 0201 + 08366202 n 0101 + 06220616 n 0101 ! 00297403 a 0101 & 00298293 a 0000 & 00298507 a 0000 | advocating or following the socialist principles; "socialistic government"
-00298293 00 s 01 collective 0 001 & 00298041 a 0000 | set up on the principle of collectivism or ownership and production by the workers involved usually under the supervision of a government; "collective farms"
-00298507 00 s 05 collectivist 0 collectivistic 0 collectivized 0 collectivised 0 state-controlled 0 004 & 00298041 a 0000 + 08368308 n 0202 + 06214580 n 0201 + 10619176 n 0101 | subscribing to the socialistic doctrine of ownership by the people collectively
-00298767 00 a 02 cacophonous 0 cacophonic 0 014 ^ 01919931 a 0000 + 07377473 n 0203 + 04984938 n 0201 + 07377473 n 0103 + 04984938 n 0101 ! 00300738 a 0101 & 00299144 a 0000 & 00299313 a 0000 & 00299476 a 0000 & 00299690 a 0000 & 00300007 a 0000 & 00300196 a 0000 & 00300359 a 0000 & 00300469 a 0000 | having an unpleasant sound; "as cacophonous as a henyard"- John McCarten
-00299144 00 s 02 cackly 0 squawky 0 003 & 00298767 a 0000 + 07395446 n 0201 + 07378437 n 0101 | like the cackles or squawks a hen makes especially after laying an egg
-00299313 00 s 02 croaky 0 guttural 0 002 & 00298767 a 0000 + 07125367 n 0101 | like the sounds of frogs and crows; "a guttural voice"; "acres of guttural frogs"
-00299476 00 s 06 grating 0 gravelly 0 rasping 0 raspy 0 rough 0 scratchy 0 004 & 00298767 a 0000 + 07392982 n 0603 + 04988666 n 0502 + 07130774 n 0401 | unpleasantly harsh or grating in sound; "a gravelly voice"
-00299690 00 s 03 gruff 0 hoarse 0 husky 0 004 & 00298767 a 0000 + 04988861 n 0303 + 04988861 n 0202 + 04988861 n 0101 | deep and harsh sounding as if from shouting or illness or emotion; "gruff voices"; "the dog's gruff barking"; "hoarse cries"; "makes all the instruments sound powerful but husky"- Virgil Thomson
-00300007 00 s 02 jangling 0 jangly 0 002 & 00298767 a 0000 + 07385998 n 0202 | like the discordant ringing of nonmusical metallic objects striking together; "cowboys with jangling spurs"
-00300196 00 s 01 jarring 0 001 & 00298767 a 0000 | making or causing a harsh and irritating sound; "the jarring noise of the iron gate scraping on the sidewalk"
-00300359 00 s 02 raucous 0 strident 0 002 & 00298767 a 0000 + 04990021 n 0202 | unpleasantly loud and harsh
-00300469 00 s 03 rending 0 ripping 0 splitting 0 001 & 00298767 a 0000 | resembling a sound of violent tearing as of something ripped apart or lightning splitting a tree; "the tree split with a great ripping sound"; "heard a rending roar as the crowd surged forward"
-00300738 00 a 02 euphonious 0 euphonous 0 005 + 05718556 n 0202 + 05718556 n 0102 ! 00298767 a 0101 & 00300943 a 0000 & 00301032 a 0000 | having a pleasant sound; "a euphonious trill of silver laughter"
-00300943 00 s 01 golden 1 001 & 00300738 a 0000 | suggestive of gold; "a golden voice"
-00301032 00 s 02 silvern 0 silvery 0 001 & 00300738 a 0000 | resembling or reminiscent of silver; "a soft silvern voice"; "singing in her silvery tones"
-00301187 00 a 01 calculable 0 007 ^ 00738593 a 0000 + 00926472 v 0102 + 00712135 v 0101 + 00637259 v 0101 ! 00301777 a 0101 & 00301432 a 0000 & 00301589 a 0000 | capable of being calculated or estimated; "a calculable risk"; "calculable odds"
-00301432 00 s 02 computable 0 estimable 0 001 & 00301187 a 0000 | may be computed or estimated; "a calculable risk"; "computable odds"; "estimable assets"
-00301589 00 s 04 countable 0 denumerable 0 enumerable 0 numerable 0 003 & 00301187 a 0000 + 00948071 v 0404 + 00948071 v 0101 | that can be counted; "countable sins"; "numerable assets"
-00301777 00 a 01 incalculable 0 005 ^ 00739273 a 0000 ! 00301187 a 0101 & 00301951 a 0000 & 00302436 a 0000 & 00302658 a 0000 | not capable of being computed or enumerated
-00301951 00 s 0b countless 0 infinite 0 innumerable 0 innumerous 0 multitudinous 0 myriad 0 numberless 0 uncounted 0 unnumberable 0 unnumbered 0 unnumerable 0 007 & 00301777 a 0000 + 13776726 n 0601 + 13775093 n 0503 + 05122295 n 0501 + 05122419 n 0301 + 05209324 n 0201 + 05122419 n 0102 | too numerous to be counted; "incalculable riches"; "countless hours"; "an infinite number of reasons"; "innumerable difficulties"; "the multitudinous seas"; "myriad stars"; "untold thousands"
-00302436 00 s 03 incomputable 0 inestimable 0 immeasurable 0 001 & 00301777 a 0000 | beyond calculation or measure; "of incalculable value"; "an incomputable amount"; "jewels of inestimable value"; "immeasurable wealth"
-00302658 00 s 01 indeterminable 0 001 & 00301777 a 0000 | incapable of being definitely ascertained
-00302761 00 a 01 calm 0 006 ^ 01740892 a 0000 + 14522265 n 0101 ! 00303727 a 0101 & 00302951 a 0000 & 00303480 a 0000 & 00303579 a 0000 | (of weather) free from storm or wind; "calm seas"
-00302951 00 s 06 placid 0 quiet 0 still 0 tranquil 0 smooth 0 unruffled 0 008 & 00302761 a 0000 + 04769716 n 0501 + 07515560 n 0402 + 13969101 n 0401 + 07515560 n 0401 + 14522809 n 0301 + 07515560 n 0203 + 07515169 n 0102 | (of a body of water) free from disturbance by heavy waves; "a ribbon of sand between the angry sea and the placid bay"; "the quiet waters of a lagoon"; "a lake of tranquil blue water reflecting a tranquil blue sky"; "a smooth channel crossing"; "scarcely a ripple on the still water"; "unruffled water"
-00303480 00 s 01 settled 0 001 & 00302761 a 0000 | not changeable; "a period of settled weather"
-00303579 00 s 01 windless 0 002 & 00302761 a 0000 + 14522809 n 0102 | without or almost without wind; "he prefers windless days for playing golf"
-00303727 00 a 01 stormy 0 015 ^ 00438567 a 0000 ^ 01742296 a 0000 + 14523436 n 0101 + 11462526 n 0101 ! 00302761 a 0101 & 00304144 a 0000 & 00304455 a 0000 & 00304670 a 0000 & 00304949 a 0000 & 00305225 a 0000 & 00305464 a 0000 & 00305590 a 0000 & 00305700 a 0000 & 00305882 a 0000 & 00306034 a 0000 | (especially of weather) affected or characterized by storms or commotion; "a stormy day"; "wide and stormy seas"
-00304144 00 s 05 angry 0 furious 0 raging 0 tempestuous 0 wild 0 007 & 00303727 a 0000 + 05037813 n 0507 + 14523923 n 0401 + 11518494 n 0401 + 05037813 n 0204 + 05037813 n 0203 + 14036539 n 0102 | (of the elements) as if showing violent anger; "angry clouds on the horizon"; "furious winds"; "the raging sea"
-00304455 00 s 03 billowy 0 billowing(a) 0 surging 0 002 & 00303727 a 0000 + 07348545 n 0101 | characterized by great swelling waves or surges; "billowy storm clouds"; "the restless billowing sea"; "surging waves"
-00304670 00 s 03 blustering(a) 0 blusterous 0 blustery 0 003 & 00303727 a 0000 + 11465297 n 0301 + 11465297 n 0201 | blowing in violent and abrupt bursts; "blustering (or blusterous) winds of Patagonia"; "a cold blustery day"; "a gusty storm with strong sudden rushes of wind"
-00304949 00 s 03 boisterous 0 fierce 0 rough 0 004 & 00303727 a 0000 + 14524029 n 0302 + 05037813 n 0202 + 14523669 n 0101 | violently agitated and turbulent; "boisterous winds and waves"; "the fierce thunders roar me their music"- Ezra Pound; "rough weather"; "rough seas"
-00305225 00 s 03 blowy 0 breezy 0 windy 0 006 & 00303727 a 0000 + 14523787 n 0302 + 11525955 n 0301 + 11431754 n 0201 + 14523787 n 0201 + 11465017 n 0103 | abounding in or exposed to the wind or breezes; "blowy weather"; "a windy bluff"
-00305464 00 s 01 choppy 0 003 & 00303727 a 0000 + 11527767 n 0101 + 14524029 n 0101 | rough with small waves; "choppy seas"
-00305590 00 s 01 dirty 0 001 & 00303727 a 0000 | unpleasantly stormy; "there's dirty weather in the offing"
-00305700 00 s 02 gusty 0 puffy 0 003 & 00303727 a 0000 + 11497888 n 0201 + 11465017 n 0101 | blowing in puffs or short intermittent blasts; "puffy off-shore winds"; "gusty winds "
-00305882 00 s 01 squally 0 002 & 00303727 a 0000 + 11514008 n 0101 | characterized by brief periods of violent wind or rain; "a grey squally morning"
-00306034 00 s 01 thundery 0 002 & 00303727 a 0000 + 07397355 n 0101 | accompanied with thunder
-00306131 00 a 01 camphorated 0 001 ! 00306232 a 0101 | impregnated with camphor; "camphorated oil"
-00306232 00 a 01 uncamphorated 0 001 ! 00306131 a 0101 | not containing camphor
-00306314 00 a 01 capable 0 010 ^ 00510050 a 0000 = 05202497 n 0000 = 05623181 n 0000 + 05623181 n 0102 + 05202497 n 0102 + 05202497 n 0101 ! 00307474 a 0101 & 00306663 a 0000 & 00306909 a 0000 & 00307182 a 0000 | (usually followed by `of') having capacity or ability; "capable of winning"; "capable of hard work"; "capable of walking on two feet"
-00306663 00 s 01 able 0 003 & 00306314 a 0000 + 05616246 n 0101 + 05200169 n 0101 | having inherent physical or mental ability or capacity; "able to learn"; "human beings are able to walk on two feet"; "Superman is able to leap tall buildings"
-00306909 00 s 03 confident 0 surefooted 0 sure-footed 0 001 & 00306314 a 0000 | not liable to error in judgment or action; "most surefooted of the statesmen who dealt with the depression"- Walter Lippman; "demonstrates a surefooted storytelling talent"- Michiko Kakutani
-00307182 00 s 01 resourceful 0 003 & 00306314 a 0000 + 05633860 n 0102 + 05155476 n 0101 | having inner resources; adroit or imaginative; "someone who is resourceful is capable of dealing with difficult situations"; "an able and resourceful politician"; "the most resourceful cook in town"
-00307474 00 a 01 incapable 0 007 ^ 00511214 a 0000 = 05202497 n 0000 = 05623181 n 0000 + 05647867 n 0102 + 05207570 n 0101 ! 00306314 a 0101 & 00307794 a 0000 | (followed by `of') lacking capacity or ability; "incapable of carrying a tune"; "he is incapable of understanding the matter"; "incapable of doing the work"
-00307794 00 s 01 unable(p) 0 001 & 00307474 a 0000 | (usually followed by `to') lacking necessary physical or mental ability; "dyslexics are unable to learn to read adequately"; "the sun was unable to melt enough snow"
-00308015 00 a 01 capable 2 002 + 05202497 n 0102 ! 00308188 a 0101 | (followed by `of') having the temperament or inclination for; "no one believed her capable of murder"
-00308188 00 a 01 incapable 2 002 + 05207570 n 0101 ! 00308015 a 0101 | (followed by `of') not having the temperament or inclination for; "simply incapable of lying"
-00308355 00 a 01 cared-for 0 002 ! 00308593 a 0101 & 00308488 a 0000 | having needed care and attention; "well-cared-for children"
-00308488 00 s 02 attended 0 tended_to(p) 0 001 & 00308355 a 0000 | having a caretaker or other watcher
-00308593 00 a 01 uncared-for 0 003 ! 00308355 a 0101 & 00308720 a 0000 & 00308870 a 0000 | lacking needed care and attention
-00308720 00 s 02 neglected 0 unattended 0 001 & 00308593 a 0000 | lacking a caretaker; "a neglected child"; "many casualties were lying unattended"
-00308870 00 s 01 untended 0 001 & 00308593 a 0000 | lacking care and attention; "untended garden was soon overgrown with weeds"; "untended children"
-00309021 00 a 01 careful 0 017 ^ 00325281 a 0000 ^ 00754107 a 0000 ^ 01898129 a 0000 = 04663494 n 0000 + 04663494 n 0101 ! 00311663 a 0101 & 00309620 a 0000 & 00309740 a 0000 & 00309945 a 0000 & 00310138 a 0000 & 00310433 a 0000 & 00310716 a 0000 & 00310943 a 0000 & 00311044 a 0000 & 00311187 a 0000 & 00311354 a 0000 & 00311505 a 0000 | exercising caution or showing care or attention; "they were careful when crossing the busy street"; "be careful to keep her shoes clean"; "did very careful research"; "careful art restorers"; "careful of the rights of others"; "careful about one's behavior"
-00309620 00 s 01 blow-by-blow 0 001 & 00309021 a 0000 | providing great detail; "a blow-by-blow account of the movie"
-00309740 00 s 02 certain 0 sure 0 001 & 00309021 a 0000 | exercising or taking care great enough to bring assurance; "be certain to disconnect the iron when you are through"; "be sure to lock the doors"
-00309945 00 s 01 close 0 001 & 00309021 a 0000 | rigorously attentive; strict and thorough; "close supervision"; "paid close attention"; "a close study"; "kept a close watch on expenditures"
-00310138 00 s 03 conscientious 0 painstaking 0 scrupulous 0 004 & 00309021 a 0000 + 04672605 n 0304 + 04672355 n 0202 + 04672355 n 0101 | characterized by extreme care and great effort; "conscientious application to the work at hand"; "painstaking research"; "scrupulous attention to details"
-00310433 00 s 03 detailed 0 elaborate 0 elaborated 0 002 & 00309021 a 0000 + 04766852 n 0201 | developed or executed with care and in minute detail; "a detailed plan"; "the elaborate register of the inhabitants prevented tax evasion"- John Buchan; "the carefully elaborated theme"
-00310716 00 s 02 minute 0 narrow 0 002 & 00309021 a 0000 + 04803702 n 0101 | characterized by painstaking care and detailed examination; "a minute inspection of the grounds"; "a narrow scrutiny"; "an exact and minute report"
-00310943 00 s 02 overcareful 0 too-careful 0 001 & 00309021 a 0000 | excessively or unduly careful
-00311044 00 s 01 particular(a) 0 001 & 00309021 a 0000 | providing specific details or circumstances; "a particular description of the room"
-00311187 00 s 01 protective(p) 1 002 & 00309021 a 0000 + 04723622 n 0101 | (usually followed by `of') solicitously caring or mindful; "protective of his reputation"
-00311354 00 s 01 studious 0 002 & 00309021 a 0000 + 04866238 n 0101 | marked by care and effort; "made a studious attempt to fix the television set"
-00311505 00 s 01 thorough 0 002 & 00309021 a 0000 + 04672858 n 0101 | painstakingly careful and accurate; "our accountant is thorough"; "thorough research"
-00311663 00 a 01 careless 0 015 ^ 01899360 a 0000 ^ 00164863 a 0000 ^ 00326436 a 0000 ^ 00754873 a 0000 ^ 01873406 a 0000 ^ 00545015 a 0000 = 04663494 n 0000 + 04664964 n 0101 + 00739270 n 0102 ! 00309021 a 0101 & 00312234 a 0000 & 00312519 a 0000 & 00312757 a 0000 & 00313041 a 0000 & 00313217 a 0000 | marked by lack of attention or consideration or forethought or thoroughness; not careful; "careless about her clothes"; "forgotten by some careless person"; "a careless housekeeper"; "careless proofreading"; "it was a careless mistake"; "hurt by a careless remark"
-00312234 00 s 04 casual 0 cursory 0 passing(a) 0 perfunctory 0 002 & 00311663 a 0000 + 04912240 n 0101 | hasty and without attention to detail; not thorough; "a casual (or cursory) inspection failed to reveal the house's structural flaws"; "a passing glance"; "perfunctory courtesy"
-00312519 00 s 04 haphazard 0 slapdash 0 slipshod 0 sloppy 0 002 & 00311663 a 0000 + 04664964 n 0402 | marked by great carelessness; "a most haphazard system of record keeping"; "slapdash work"; "slipshod spelling"; "sloppy workmanship"
-00312757 00 s 02 heedless 0 reckless 0 003 & 00311663 a 0000 + 04661926 n 0201 + 04894204 n 0101 | characterized by careless unconcern; "the heedless generosity and the spasmodic extravagance of persons used to large fortunes"- Edith Wharton; "reckless squandering of public funds"
-00313041 00 s 01 incautious 0 002 & 00311663 a 0000 + 04665210 n 0102 | carelessly failing to exercise proper caution; "an incautious step sent her headlong down the stairs"
-00313217 00 s 02 offhand 0 offhanded 0 001 & 00311663 a 0000 | casually thoughtless or inconsiderate; "an offhand manner"; "she treated most men with offhand contempt"
-00313387 00 a 01 carnivorous 0 007 ;c 00017222 n 0000 ! 00314023 a 0101 ! 00315109 a 0101 ! 00315383 a 0101 & 00313701 a 0000 & 00313836 a 0000 & 00313911 a 0000 | (used of plants as well as animals) feeding on animals; "carnivorous plants are capable of trapping and digesting small animals especially insects"
-00313701 00 s 03 flesh-eating(a) 0 meat-eating(a) 0 zoophagous 0 002 & 00313387 a 0000 ;c 00015388 n 0000 | (of animals) carnivorous
-00313836 00 s 01 piscivorous 0 001 & 00313387 a 0000 | feeding on fishes
-00313911 00 s 02 predacious 0 predaceous 0 001 & 00313387 a 0000 | hunting and killing other animals for food
-00314023 00 a 01 herbivorous 0 010 ! 00315109 a 0101 ! 00315383 a 0101 ! 00313387 a 0101 & 00314265 a 0000 & 00314390 a 0000 & 00314466 a 0000 & 00314559 a 0000 & 00314639 a 0000 & 00314794 a 0000 & 00314927 a 0000 | feeding only on plants
-00314265 00 s 02 anthophagous 0 anthophilous 0 001 & 00314023 a 0000 | feeding on flowers; "some insects are anthophagous"
-00314390 00 s 01 baccivorous 0 001 & 00314023 a 0000 | feeding on berries
-00314466 00 s 02 carpophagous 0 fruit-eating(a) 0 001 & 00314023 a 0000 | feeding on fruit
-00314559 00 s 01 grass-eating(a) 0 001 & 00314023 a 0000 | feeding on grasses
-00314639 00 s 04 plant-eating(a) 0 phytophagic 0 phytophagous 0 phytophilous 0 002 & 00314023 a 0000 ;c 00015388 n 0000 | (of animals) feeding on plants
-00314794 00 s 02 saprophagous 0 saprozoic 0 001 & 00314023 a 0000 | (of certain animals) feeding on dead or decaying animal matter
-00314927 00 s 01 saprophytic 0 004 & 00314023 a 0000 ;c 00017222 n 0000 ;c 12992464 n 0000 + 13124164 n 0101 | (of some plants or fungi) feeding on dead or decaying organic matter
-00315109 00 a 01 omnivorous 0 004 ! 00315383 a 0101 ! 00313387 a 0101 ! 00314023 a 0101 & 00315254 a 0000 | feeding on both plants and animals
-00315254 00 s 01 all-devouring(a) 0 002 & 00315109 a 0000 ;c 00015388 n 0000 | (of animals) both plant-eating and flesh-eating
-00315383 00 a 01 insectivorous 0 009 ;c 00015388 n 0000 ;c 00017222 n 0000 + 01324799 n 0101 + 01889074 n 0101 ! 00313387 a 0101 ! 00314023 a 0101 ! 00315109 a 0101 & 00315631 a 0000 & 00315702 a 0000 | (of animals and plants) feeding on insects
-00315631 00 s 01 apivorous 0 001 & 00315383 a 0000 | feeding on bees
-00315702 00 s 01 myrmecophagous 0 001 & 00315383 a 0000 | feeding on ants; "myrmecophagous squirrel"
-00315805 00 a 01 holozoic 0 001 ! 00315931 a 0101 | obtaining nourishment as animals do by ingesting complex organic matter
-00315931 00 a 01 holophytic 0 002 + 11530860 n 0101 ! 00315805 a 0101 | obtaining nourishment as green plants do
-00316046 00 a 02 carpellate 0 pistillate 2 002 ;c 06066555 n 0000 ! 00316167 a 0101 | bearing or consisting of carpels
-00316167 00 a 02 acarpelous 0 acarpellous 0 002 ;c 06066555 n 0000 ! 00316046 a 0101 | having no carpels
-00316274 00 a 01 carpeted 0 001 ! 00316477 a 0101 | covered with or as if with carpeting or with carpeting as specified; often used in combination; "the carpeted hallway"; "a flower-carpeted hillside"
-00316477 00 a 01 uncarpeted 0 001 ! 00316274 a 0101 | not carpeted; "bare uncarpeted floors"
-00316572 00 a 01 carvel-built 0 003 ;c 04194289 n 0000 ! 00316827 a 0101 & 00316733 a 0000 | (of ships) built with flush (rather than overlapping) hull planks
-00316733 00 s 01 flush-seamed 0 001 & 00316572 a 0000 | laid edge to edge (not overlapping)
-00316827 00 a 06 clinker-built 0 clincher-built 0 lap-strake 0 lap-straked 0 lap-streak 0 lap-streaked 0 002 ;c 04194289 n 0000 ! 00316572 a 0101 | having overlapping hull planks
-00317008 00 a 02 carved 0 carven 0 006 ;c 06364641 n 0000 ! 00317821 a 0101 & 00317310 a 0000 & 00317481 a 0000 & 00317629 a 0000 & 00317727 a 0000 | made for or formed by carving (`carven' is archaic or literary); "the carved fretwork"; "an intricately carved door"; "stood as if carven from stone"
-00317310 00 s 05 engraved 0 etched 0 graven 1 incised 0 inscribed 0 001 & 00317008 a 0000 | cut or impressed into a surface; "an incised design"; "engraved invitations"
-00317481 00 s 03 graven 2 sculpted 0 sculptured 0 001 & 00317008 a 0000 | cut into a desired shape; "graven images"; "sculptured representations"
-00317629 00 s 01 lapidarian 0 001 & 00317008 a 0000 | inscribed on stone; "a lapidarian record"
-00317727 00 s 01 sliced 0 001 & 00317008 a 0000 | used of meat; cut into pieces for serving
-00317821 00 a 01 uncarved 0 001 ! 00317008 a 0101 | not carved
-00317886 00 a 01 acatalectic 0 003 + 06348215 n 0101 ! 00318082 a 0101 ! 00318291 a 0101 | (verse) metrically complete; especially having the full number of syllables in the final metrical foot
-00318082 00 a 01 catalectic 0 004 + 06348500 n 0101 + 07094355 n 0101 ! 00318291 a 0101 ! 00317886 a 0101 | (verse) metrically incomplete; especially lacking one or more syllables in the final metrical foot
-00318291 00 a 01 hypercatalectic 0 003 + 06348685 n 0101 ! 00317886 a 0101 ! 00318082 a 0101 | (verse) having an extra syllable or syllables at the end of a metrically complete verse or in a metrical foot
-00318498 00 a 01 cauline 0 002 ;c 06066555 n 0000 ! 00318667 a 0101 | especially of leaves; growing on a stem especially on the upper part of a stem; "cauline leaves"
-00318667 00 a 02 radical 0 basal 2 003 ;c 06066555 n 0000 + 08511777 n 0201 ! 00318498 a 0101 | especially of leaves; located at the base of a plant or stem; especially arising directly from the root or rootstock or a root-like stem; "basal placentation"; "radical leaves"
-00318942 00 a 01 censored 0 002 ! 00319262 a 0101 & 00319090 a 0000 | suppressed or subject to censorship; "the censored press in some countries"
-00319090 00 s 01 expurgated 0 001 & 00318942 a 0000 | having material deleted; "at that time even Shakespeare was considered dangerous except in the expurgated versions"
-00319262 00 a 01 uncensored 0 002 ! 00318942 a 0101 & 00319389 a 0000 | not subject to censorship; "uncensored news reports"
-00319389 00 s 01 unexpurgated 0 001 & 00319262 a 0000 | not having material deleted; "volumes of the best plays, unexpurgated"- Havelock Ellis
-00319534 00 a 02 caudate 0 caudated 0 013 ;c 06083243 n 0000 + 05497741 n 0102 ! 00320847 a 0101 & 00319851 a 0000 & 00319965 a 0000 & 00320064 a 0000 & 00320177 a 0000 & 00320255 a 0000 & 00320378 a 0000 & 00320456 a 0000 & 00320536 a 0000 & 00320614 a 0000 & 00320756 a 0000 | having a tail or taillike appendage
-00319851 00 s 02 bobtail 0 bobtailed 0 001 & 00319534 a 0000 | having a short or shortened tail; "bobtail mare"
-00319965 00 s 02 caudal 0 taillike 0 002 & 00319534 a 0000 + 05228264 n 0101 | resembling a tail
-00320064 00 s 01 tailed 0 001 & 00319534 a 0000 | having a tail of a specified kind; often used in combination
-00320177 00 s 01 scaly-tailed 0 001 & 00319534 a 0000 | having a scaly tail
-00320255 00 s 01 scissor-tailed 0 001 & 00319534 a 0000 | (of birds) having a deeply forked tail; "scissor-tailed birds"
-00320378 00 s 01 short-tailed 0 001 & 00319534 a 0000 | having a short tail
-00320456 00 s 01 square-tailed 0 001 & 00319534 a 0000 | having a square tail
-00320536 00 s 01 stiff-tailed 0 001 & 00319534 a 0000 | having a stiff tail
-00320614 00 s 01 swallow-tailed 0 001 & 00319534 a 0000 | (especially of butterflies and birds) having a forked tail like that of a swallow
-00320756 00 s 01 tail-shaped 0 001 & 00319534 a 0000 | shaped like the tail of an animal
-00320847 00 a 02 acaudate 0 acaudal 0 003 ;c 06083243 n 0000 ! 00319534 a 0101 & 00320985 a 0000 | lacking a tail or taillike appendage
-00320985 00 s 02 anurous 0 tailless 0 001 & 00320847 a 0000 | not having a tail; "anurous toads and frogs"
-00321094 00 a 03 caulescent 0 cauline 4 stemmed 4 013 ;c 06066555 n 0000 ! 00322321 a 0101 & 00321444 a 0000 & 00321535 a 0000 & 00321614 a 0000 & 00321691 a 0000 & 00321770 a 0000 & 00321849 a 0000 & 00321928 a 0000 & 00322007 a 0000 & 00322084 a 0000 & 00322161 a 0000 & 00322242 a 0000 | (of plants) producing a well-developed stem above ground
-00321444 00 s 01 cylindrical-stemmed 0 001 & 00321094 a 0000 | having a cylindrical stem
-00321535 00 s 01 leafy-stemmed 0 001 & 00321094 a 0000 | having a leafy stem
-00321614 00 s 01 multi-stemmed 0 001 & 00321094 a 0000 | having many stems
-00321691 00 s 01 short-stemmed 0 001 & 00321094 a 0000 | having a short stem
-00321770 00 s 01 spiny-stemmed 0 001 & 00321094 a 0000 | having a spiny stem
-00321849 00 s 01 stout-stemmed 0 001 & 00321094 a 0000 | having a stout stem
-00321928 00 s 01 thick-stemmed 0 001 & 00321094 a 0000 | having a thick stem
-00322007 00 s 01 weak-stemmed 0 001 & 00321094 a 0000 | having a weak stem
-00322084 00 s 01 wiry-stemmed 0 001 & 00321094 a 0000 | having a wiry stem
-00322161 00 s 01 woolly-stemmed 0 001 & 00321094 a 0000 | having a woolly stem
-00322242 00 s 01 woody-stemmed 0 001 & 00321094 a 0000 | having a woody stem
-00322321 00 a 02 acaulescent 0 stemless 4 002 ;c 06066555 n 0000 ! 00321094 a 0101 | (of plants) having no apparent stem above ground
-00322457 00 a 01 causative 0 016 + 01645601 v 0101 + 00770437 v 0103 ! 00325197 a 0101 & 00322844 a 0000 & 00322938 a 0000 & 00323047 a 0000 & 00323199 a 0000 & 00323426 a 0000 & 00323796 a 0000 & 00323873 a 0000 & 00324013 a 0000 & 00324195 a 0000 & 00324481 a 0000 & 00324680 a 0000 & 00324878 a 0000 & 00325069 a 0000 | producing an effect; "poverty as a causative factor in crime"
-00322844 00 s 01 abortifacient 0 002 & 00322457 a 0000 + 02667906 n 0101 | causing abortion
-00322938 00 s 02 activating(a) 0 actuating(a) 0 001 & 00322457 a 0000 | causing motion or action or change
-00323047 00 s 02 anorectic 0 anorexigenic 0 002 & 00322457 a 0000 + 14055796 n 0101 | causing loss of appetite; "an anorectic (or anorexigenic) drug"
-00323199 00 s 01 causal 0 005 & 00322457 a 0000 + 07326557 n 0101 + 06740402 n 0101 + 00007347 n 0102 + 13780606 n 0101 | involving or constituting a cause; causing; "a causal relationship between scarcity and higher prices"
-00323426 00 s 05 conducive 0 contributing(a) 0 contributive 0 contributory 0 tributary 0 004 & 00322457 a 0000 + 02555908 v 0401 + 02555908 v 0301 + 02555908 v 0103 | tending to bring about; being partly responsible for; "working conditions are not conducive to productivity"; "the seaport was a contributing factor in the growth of the city"; "a contributory factor"
-00323796 00 s 01 errhine 0 001 & 00322457 a 0000 | causing nasal discharge
-00323873 00 s 01 fast 0 001 & 00322457 a 0000 | (of a photographic lens or emulsion) causing a shortening of exposure time; "a fast lens"
-00324013 00 s 02 inductive 0 inducive 0 003 & 00322457 a 0000 + 01644050 v 0201 + 00770437 v 0201 | inducing or influencing; leading on; "inductive to the sin of Eve"- John Milton
-00324195 00 s 03 motivative(a) 0 motive(a) 2 motivating 0 004 & 00322457 a 0000 + 00070641 n 0302 + 00023773 n 0202 + 01649999 v 0101 | impelling to action; "it may well be that ethical language has primarily a motivative function"- Arthur Pap; "motive pleas"; "motivating arguments"
-00324481 00 s 02 motive(a) 0 motor 0 004 & 00322457 a 0000 + 09359631 n 0201 + 03789946 n 0201 + 04773596 n 0103 | causing or able to cause motion; "a motive force"; "motive power"; "motor energy"
-00324680 00 s 01 precipitating(a) 0 001 & 00322457 a 0000 | bringing on suddenly or abruptly; "the completion of the railroad was the precipitating cause in the extinction of waterborne commerce"
-00324878 00 s 02 responsible 0 responsible_for(p) 0 001 & 00322457 a 0000 | being the agent or cause; "determined who was the responsible party"; "termites were responsible for the damage"
-00325069 00 s 02 sternutatory 0 sternutative 0 001 & 00322457 a 0000 | causing sneezing; "pepper is a sternutatory substance"
-00325197 00 a 02 noncausative 0 noncausal 0 001 ! 00322457 a 0101 | not causative
-00325281 00 a 01 cautious 0 011 ^ 00309021 a 0000 ^ 00066800 a 0000 + 07944900 n 0102 + 05615869 n 0101 + 04664058 n 0102 ! 00326436 a 0101 & 00325619 a 0000 & 00325840 a 0000 & 00325995 a 0000 & 00326202 a 0000 & 00326296 a 0000 | showing careful forethought; "reserved and cautious; never making swift decisions"; "a cautious driver"
-00325619 00 s 03 cagey 0 cagy 0 chary 0 002 & 00325281 a 0000 + 04664413 n 0302 | characterized by great caution and wariness; "a cagey avoidance of a definite answer"; "chary of the risks involved"; "a chary investor"
-00325840 00 s 01 fabian 0 001 & 00325281 a 0000 | using cautious slow strategy to wear down opposition; avoiding direct confrontation; "a fabian policy"
-00325995 00 s 01 gingerly 0 001 & 00325281 a 0000 | with extreme care or delicacy; "they proceeded with gingerly footwork over the jagged stones"; "the issue was handled only in a gingerly way"- W.S.White
-00326202 00 s 02 guarded 0 restrained 0 001 & 00325281 a 0000 | prudent; "guarded optimism"
-00326296 00 s 01 overcautious 0 001 & 00325281 a 0000 | unnecessarily cautious; "sometimes it doesn't pay to be overcautious in business"
-00326436 00 a 01 incautious 0 004 ^ 00065791 a 0000 ^ 00311663 a 0000 ! 00325281 a 0101 & 00326608 a 0000 | lacking in caution; "an incautious remark"; "incautious talk"
-00326608 00 s 06 hotheaded 0 impulsive 0 impetuous 0 madcap 0 tearaway(a) 0 brainish 0 005 & 00326436 a 0000 ;u 07073447 n 0000 + 04662730 n 0301 + 04662730 n 0302 + 04662504 n 0201 | characterized by undue haste and lack of thought or deliberation; "a hotheaded decision"; "liable to such impulsive acts as hugging strangers"; "an impetuous display of spending and gambling"; "madcap escapades"; (`brainish' is archaic)
-00327031 00 a 01 cellular 0 011 ;c 00004475 n 0000 + 08358594 n 0101 + 02991711 n 0101 + 00006484 n 0101 + 14061462 n 0101 ! 00328128 a 0101 & 00327541 a 0000 & 00327690 a 0000 & 00327857 a 0000 & 00327930 a 0000 & 00328017 a 0000 | characterized by or divided into or containing cells or compartments (the smallest organizational or structural unit of an organism or organization); "the cellular construction of a beehive"; "any effective opposition to a totalitarian regime must be secretive and cellular"
-00327541 00 s 03 cancellate 0 cancellated 0 cancellous 0 002 & 00327031 a 0000 ;c 06057539 n 0000 | having an open or latticed or porous structure
-00327690 00 s 05 alveolate 0 faveolate 0 cavitied 0 honeycombed 0 pitted 0 002 & 00327031 a 0000 + 05528395 n 0101 | pitted with cell-like cavities (as a honeycomb)
-00327857 00 s 01 cell-like 0 001 & 00327031 a 0000 | resembling a cell
-00327930 00 s 01 lymphoblast-like 0 001 & 00327031 a 0000 | resembling a lymphoblast
-00328017 00 s 01 multicellular 0 001 & 00327031 a 0000 | consisting of many cells; "multicellular organisms"
-00328128 00 a 02 noncellular 0 acellular 0 003 ! 00327031 a 0101 & 00328270 a 0000 & 00328401 a 0000 | not made up of or divided into cells
-00328270 00 s 01 cell-free 0 001 & 00328128 a 0000 | lacking cells; "cell-free systems"; "a cell-free homogenate of the thyroid"
-00328401 00 s 02 single-celled 0 one-celled 0 001 & 00328128 a 0000 | having a single cell (and thus not divided into cells)
-00328528 00 a 01 coherent 1 002 ! 00328653 a 0101 ;c 06090869 n 0101 | (physics) of waves having a constant phase relation
-00328653 00 a 01 incoherent 1 002 ! 00328528 a 0101 ;c 06090869 n 0101 | (physics) of waves having no stable definite or stable phase relation
-00328798 00 a 01 compartmented 0 002 ! 00329268 a 0101 & 00329034 a 0000 | divided up or separated into compartments or isolated units; "a compartmented box"; "the protected and compartmented society of Beacon Hill"- John Mason Brown
-00329034 00 s 03 compartmental 0 compartmentalized 0 compartmentalised 0 003 & 00328798 a 0000 + 00483801 v 0101 + 03079741 n 0101 | divided up into compartments or categories; "most sciences have become woefully compartmentalized"
-00329268 00 a 01 uncompartmented 0 001 ! 00328798 a 0101 | not compartmented; not divided into compartments or isolated units
-00329396 00 a 02 porous 0 poriferous 0 006 + 13912115 n 0201 + 05245906 n 0201 + 05245906 n 0101 + 04940146 n 0101 ! 00329695 a 0101 & 00329585 a 0000 | full of pores or vessels or holes
-00329585 00 s 01 porose 0 001 & 00329396 a 0000 | forming a continuous series of pores; "a porose hymenium"
-00329695 00 a 01 nonporous 0 001 ! 00329396 a 0101 | not porous; especially not having vessels that appear as pores; "nonporous wood"
-00329831 00 a 01 central 1 015 + 02994858 n 0101 + 08523483 n 0101 + 08521816 n 0101 + 05078025 n 0101 ! 00331446 a 0101 & 00330219 a 0000 & 00330322 a 0000 & 00330396 a 0000 & 00330506 a 0000 & 00330644 a 0000 & 00330728 a 0000 & 00330904 a 0000 & 00331030 a 0000 & 00331167 a 0000 & 00331259 a 0000 | in or near a center or constituting a center; the inner area; "a central position"
-00330219 00 s 01 amidship 0 001 & 00329831 a 0000 | located in the middle part of a ship or aircraft
-00330322 00 s 01 bicentric 0 001 & 00329831 a 0000 | having two centers
-00330396 00 s 01 bifocal 0 002 & 00329831 a 0000 ;c 06100778 n 0000 | having two foci; "bifocal eyeglasses"
-00330506 00 s 04 center(a) 0 halfway 0 middle(a) 1 midway 0 002 & 00329831 a 0000 + 08521816 n 0101 | equally distant from the extremes
-00330644 00 s 01 centered 0 001 & 00329831 a 0000 | being or placed in the center
-00330728 00 s 02 centric 0 centrical 0 005 & 00329831 a 0000 + 08523483 n 0201 + 08521816 n 0201 + 08523483 n 0101 + 08521816 n 0101 | having or situated at or near a center
-00330904 00 s 01 focal 0 001 & 00329831 a 0000 | having or localized centrally at a focus; "focal point"; "focal infection"
-00331030 00 s 02 median 0 medial 0 002 & 00329831 a 0000 + 13920169 n 0201 | relating to or situated in or extending toward the middle
-00331167 00 s 02 middlemost 0 midmost 0 001 & 00329831 a 0000 | being in the exact middle
-00331259 00 s 01 nuclear 0 001 & 00329831 a 0000 | constituting or like a nucleus; "annexation of the suburban fringe by the nuclear metropolis"; "the nuclear core of the congregation"
-00331446 00 a 01 peripheral 0 006 + 13903576 n 0101 ! 00329831 a 0101 & 00331716 a 0000 & 00331889 a 0000 & 00332091 a 0000 & 00332269 a 0000 | on or near an edge or constituting an outer boundary; the outer area; "Russia's peripheral provinces"; "peripheral suburbs"
-00331716 00 s 01 circumferential 0 002 & 00331446 a 0000 + 08514592 n 0101 | lying around or just outside the edges or outskirts; "circumferential highways around cities"
-00331889 00 s 02 fringy 0 marginal 0 005 & 00331446 a 0000 + 13903387 n 0201 + 05078147 n 0201 + 13903576 n 0102 + 03397762 n 0101 | at or constituting a border or edge; "the marginal strip of beach"
-00332091 00 s 02 encircling(a) 0 skirting(a) 0 001 & 00331446 a 0000 | being all around the edges; enclosing; "his encircling arms"; "the room's skirting board needs painting"
-00332269 00 s 01 off-base 0 001 & 00331446 a 0000 | located outside a military base; "off-base housing"
-00332375 00 a 01 centrifugal 0 003 ! 00332869 a 0101 & 00332524 a 0000 & 00332723 a 0000 | tending to move away from a center; "centrifugal force"
-00332524 00 s 01 outward-developing 0 002 & 00332375 a 0000 ;c 06066555 n 0000 | away from an axis, as in a flower cluster in which the oldest flowers are in the center, the youngest near the edge
-00332723 00 s 01 outward-moving 0 001 & 00332375 a 0000 | moving or directed away from center, especially when spinning or traveling in a curve
-00332869 00 a 01 centripetal 0 003 ! 00332375 a 0101 & 00333015 a 0000 & 00333197 a 0000 | tending to move toward a center; "centripetal force"
-00333015 00 s 01 inward-developing 0 002 & 00332869 a 0000 ;c 06066555 n 0000 | toward an axis, as in a sunflower; the oldest flowers are near the edge, the youngest in the center
-00333197 00 s 01 inward-moving 0 001 & 00332869 a 0000 | moving or directed toward the center or axis, especially when spinning or traveling in a curve
-00333351 00 a 01 afferent 0 005 ;c 06080522 n 0000 + 05475134 n 0103 ! 00333987 a 0101 & 00333611 a 0000 & 00333824 a 0000 | of nerves and nerve impulses; conveying sensory information from the sense organs to the CNS; "afferent nerves"; "afferent impulses"
-00333611 00 s 03 centripetal 0 receptive 0 sensory(a) 0 002 & 00333351 a 0000 + 02107248 v 0202 | of a nerve fiber or impulse originating outside and passing toward the central nervous system; "sensory neurons"
-00333824 00 s 02 corticoafferent 0 corticipetal 0 001 & 00333351 a 0000 | of a nerve fiber or impulse originating outside and passing toward the cerebral cortex
-00333987 00 a 02 efferent 0 motorial 0 006 ;c 06080522 n 0000 + 05474738 n 0103 ! 00333351 a 0101 & 00334245 a 0000 & 00334379 a 0000 & 00334555 a 0000 | of nerves and nerve impulses; conveying information away from the CNS; "efferent nerves and impulses"
-00334245 00 s 02 centrifugal 0 motor(a) 0 001 & 00333987 a 0000 | conveying information to the muscles from the CNS; "motor nerves"
-00334379 00 s 03 corticoefferent 0 corticofugal 0 corticifugal 0 001 & 00333987 a 0000 | of a nerve fiber passing outward from the cerebral cortex; "corticofugal discharges"
-00334555 00 s 01 neuromotor 0 001 & 00333987 a 0000 | relating to a nerve fiber or impulse passing toward motor effectors; "neuromotor impulses"
-00334702 00 a 02 centralizing(a) 0 centralising(a) 0 003 ! 00335090 a 0101 & 00334852 a 0000 & 00334940 a 0000 | tending to draw to a central point
-00334852 00 s 02 centripetal 0 unifying(a) 0 001 & 00334702 a 0000 | tending to unify
-00334940 00 s 02 consolidative 0 integrative 0 004 & 00334702 a 0000 + 00466651 v 0201 + 00242747 v 0101 + 00242580 v 0101 | tending to consolidate
-00335090 00 a 02 decentralizing(a) 0 decentralising(a) 0 002 ! 00334702 a 0101 & 00335225 a 0000 | tending away from a central point
-00335225 00 s 01 centrifugal 0 001 & 00335090 a 0000 | tending away from centralization, as of authority; "the division of Europe into warring blocs produces ever-increasing centrifugal stress"
-00335421 00 a 01 certain(p) 1 005 = 04753455 n 0000 ! 00336168 a 0101 & 00335768 a 0000 & 00335895 a 0000 & 00336041 a 0000 | established beyond doubt or question; definitely known; "what is certain is that every effect must have a cause"; "it is certain that they were on the bus"; "his fate is certain"; "the date for the invasion is certain"
-00335768 00 s 01 definite 0 002 & 00335421 a 0000 + 04754237 n 0102 | known for certain; "it is definite that they have won"
-00335895 00 s 02 indisputable 0 sure 2 002 & 00335421 a 0000 + 04754862 n 0101 | impossible to doubt or dispute; "indisputable (or sure) proof"
-00336041 00 s 01 sure_as_shooting 0 001 & 00335421 a 0000 | absolutely certain; "it is sure as shooting that they will come"
-00336168 00 a 01 uncertain 1 006 ^ 00740336 a 0000 = 04753455 n 0000 + 04756887 n 0102 ! 00335421 a 0101 & 00336564 a 0000 & 00336724 a 0000 | not established beyond doubt; still undecided or unknown; "an uncertain future"; "a manuscript of uncertain origin"; "plans are still uncertain"; "changes of great if uncertain consequences"; "without further evidence his story must remain uncertain"
-00336564 00 s 01 indefinite 0 002 & 00336168 a 0000 + 04757864 n 0101 | not decided or not known; "were indefinite about their plans"; "plans are indefinite"
-00336724 00 s 01 up_in_the_air 0 001 & 00336168 a 0000 | very uncertain; "left everything up in the air"
-00336831 00 a 02 certain(p) 2 sure 0 006 = 05697135 n 0000 = 05697363 n 0000 + 05697363 n 0206 ! 00337404 a 0202 ! 00337404 a 0101 & 00337172 a 0000 | having or feeling no doubt or uncertainty; confident and assured; "felt certain of success"; "was sure (or certain) she had seen it"; "was very sure in his beliefs"; "sure of her friends"
-00337172 00 s 03 convinced(p) 0 positive(p) 0 confident(p) 0 001 & 00336831 a 0000 | persuaded of; very sure; "were convinced that it would be to their advantage to join"; "I am positive he is lying"; "was confident he would win"
-00337404 00 a 03 uncertain 2 unsure 0 incertain 0 008 = 05697135 n 0000 = 05697363 n 0000 ! 00336831 a 0202 + 04756887 n 0102 ! 00336831 a 0101 & 00337841 a 0000 & 00338013 a 0000 & 00338275 a 0000 | lacking or indicating lack of confidence or assurance; "uncertain of his convictions"; "unsure of himself and his future"; "moving with uncertain (or unsure) steps"; "an uncertain smile"; "touched the ornaments with uncertain fingers"
-00337841 00 s 01 ambivalent 0 002 & 00337404 a 0000 + 07483305 n 0101 | uncertain or unable to decide about what course to follow; "was ambivalent about having children"
-00338013 00 s 02 doubtful 0 dubious 0 003 & 00337404 a 0000 + 05698247 n 0206 + 05698247 n 0105 | fraught with uncertainty or doubt; "they were doubtful that the cord would hold"; "it was doubtful whether she would be admitted"; "dubious about agreeing to go"
-00338275 00 s 01 groping 0 001 & 00337404 a 0000 | acting with uncertainty or hesitance or lack of confidence; "a groping effort to understand"
-00338421 00 a 01 convinced 0 001 ! 00338551 a 0101 | having a strong belief or conviction; "a convinced and fanatical pacifist"
-00338551 00 a 01 unconvinced 0 002 ! 00338421 a 0101 & 00338669 a 0000 | lacking conviction; "I remain unconvinced"
-00338669 00 s 01 dubious 0 002 & 00338551 a 0000 + 05698247 n 0106 | not convinced; "they admitted the force of my argument but remained dubious"
-00338817 00 a 01 confident 0 008 = 07526505 n 0000 + 14483744 n 0101 + 05697363 n 0103 ! 00339941 a 0101 & 00339157 a 0000 & 00339288 a 0000 & 00339599 a 0000 & 00339742 a 0000 | having or marked by confidence or assurance; "a confident speaker"; "a confident reply"; "his manner is more confident these days"; "confident of fulfillment"
-00339157 00 s 01 assured 0 001 & 00338817 a 0000 | marked by assurance; exhibiting confidence; "she paints with an assured hand"
-00339288 00 s 03 cocksure 0 overconfident 0 positive 0 004 & 00338817 a 0000 + 05166805 n 0302 + 05697789 n 0203 + 05697789 n 0102 | marked by excessive confidence; "an arrogant and cocksure materialist"; "so overconfident and impudent as to speak to the queen"; "the less he knows the more positive he gets"
-00339599 00 s 01 reassured 0 001 & 00338817 a 0000 | having confidence restored; freed from anxiety; "reassured by her praise he pressed on"
-00339742 00 s 02 self-assured 0 self-confident 0 002 & 00338817 a 0000 + 05697363 n 0204 | showing poise and confidence in your own worth; "hardly more than a boy but firm-knit and self-confident"
-00339941 00 a 04 diffident 0 shy 0 timid 9 unsure 7 005 = 07526505 n 0000 + 07522729 n 0302 + 07523180 n 0201 + 07523286 n 0101 ! 00338817 a 0101 | lacking self-confidence; "stood in the doorway diffident and abashed"; "problems that call for bold not timid responses"; "a very unsure young man"
-00340239 00 a 02 certain 3 sure 4 006 ^ 01841544 a 0000 ! 00341405 a 0101 & 00340626 a 0000 & 00340827 a 0000 & 00341017 a 0000 & 00341292 a 0000 | certain to occur; destined or inevitable; "he was certain to fail"; "his fate is certain"; "In this life nothing is certain but death and taxes"- Benjamin Franklin; "he faced certain death"; "sudden but sure regret"; "he is sure to win"
-00340626 00 s 02 bound(p) 1 destined 0 001 & 00340239 a 0000 | (usually followed by `to') governed by fate; "bound to happen"; "an old house destined to be demolished"; "he is destined to be famous"
-00340827 00 s 02 doomed 0 fated 0 001 & 00340239 a 0000 | (usually followed by `to') determined by tragic fate; "doomed to unhappiness"; "fated to be the scene of Kennedy's assassination"
-00341017 00 s 03 foreordained 0 predestinate 0 predestined 0 001 & 00340239 a 0000 | established or prearranged unalterably; "his place in history was foreordained"; "a sense of predestinate inevitability about it"; "it seemed predestined since the beginning of the world"
-00341292 00 s 01 in_for(p) 0 001 & 00340239 a 0000 | certain to get or have; "he knew he was in for a licking"
-00341405 00 a 01 uncertain 3 006 ^ 01842001 a 0000 + 04756887 n 0102 ! 00340239 a 0101 & 00341655 a 0000 & 00341933 a 0000 & 00342139 a 0000 | not certain to occur; not inevitable; "everything is uncertain about the army"; "the issue is uncertain"
-00341655 00 s 04 chancy 0 fluky 0 flukey 0 iffy 0 004 & 00341405 a 0000 ;u 07075172 n 0000 + 11463746 n 0302 + 11463746 n 0202 | subject to accident or chance or change; "a chancy appeal at best"; "getting that job was definitely fluky"; "a fluky wind"; "an iffy proposition"
-00341933 00 s 01 contingent 0 002 & 00341405 a 0000 + 14001973 n 0101 | uncertain because of uncontrollable circumstances; "the results of confession were not contingent, they were certain"- George Eliot
-00342139 00 s 01 up_in_the_air 0 001 & 00341405 a 0000 | not yet determined; "plans are still up in the air"
-00342250 00 a 01 certified 0 006 ^ 00786291 a 0000 ^ 00178575 a 0000 ! 00342902 a 0101 & 00342488 a 0000 & 00342626 a 0000 & 00342755 a 0000 | endorsed authoritatively as having met certain requirements; "a certified public accountant"
-00342488 00 s 01 certifiable 0 002 & 00342250 a 0000 + 02447793 v 0101 | capable of being guaranteed or certified; "a certifiable fact"
-00342626 00 s 01 certificated 0 001 & 00342250 a 0000 | furnished with or authorized by a certificate: "certificated teachers"
-00342755 00 s 01 credentialled 0 001 & 00342250 a 0000 | certified as professional by evidence or testimonials; "credentialled day care workers"
-00342902 00 a 01 uncertified 0 001 ! 00342250 a 0101 | lacking requisite official documentation or endorsement
-00343015 00 a 01 inevitable 0 006 + 04754056 n 0102 + 04754056 n 0101 ! 00343700 a 0101 & 00343226 a 0000 & 00343360 a 0000 & 00343552 a 0000 | incapable of being avoided or prevented; "the inevitable result"
-00343226 00 s 02 fatal 0 fateful 0 001 & 00343015 a 0000 | controlled or decreed by fate; predetermined; "a fatal series of events"
-00343360 00 s 03 ineluctable 0 inescapable 0 unavoidable 0 001 & 00343015 a 0000 | impossible to avoid or evade:"inescapable conclusion"; "an ineluctable destiny"; "an unavoidable accident"
-00343552 00 s 01 necessary 0 001 & 00343015 a 0000 | unavoidably determined by prior circumstances; "the necessary consequences of one's actions"
-00343700 00 a 04 evitable 0 avoidable 0 avertible 0 avertable 0 004 + 02453321 v 0406 + 02453321 v 0306 + 02453321 v 020a ! 00343015 a 0101 | capable of being avoided or warded off
-00343883 00 a 01 preventable 0 001 ! 00344024 a 0101 | capable of being prevented; "conscious of preventable human suffering"- A.L.Guerard
-00344024 00 a 01 unpreventable 0 001 ! 00343883 a 0101 | not preventable; "unpreventable hysteria"
-00344125 00 a 02 changeable 0 changeful 0 021 ^ 00917613 a 0000 ^ 00583990 a 0000 = 04733640 n 0000 + 04734885 n 0202 + 04733640 n 0101 ! 00346991 a 0101 & 00344686 a 0000 & 00344816 a 0000 & 00344890 a 0000 & 00345005 a 0000 & 00345189 a 0000 & 00345494 a 0000 & 00345694 a 0000 & 00345860 a 0000 & 00345949 a 0000 & 00346103 a 0000 & 00346246 a 0000 & 00346368 a 0000 & 00346527 a 0000 & 00346626 a 0000 & 00346847 a 0000 | such that alteration is possible; having a marked tendency to change; "changeable behavior"; "changeable moods"; "changeable prices"
-00344686 00 s 01 adjustable 0 002 & 00344125 a 0000 + 00296178 v 0101 | capable of being regulated; "adjustable interest rates"
-00344816 00 s 01 astatic 0 001 & 00344125 a 0000 | not static or stable
-00344890 00 s 01 checkered 0 001 & 00344125 a 0000 | marked by changeable fortune; "a checkered business career"
-00345005 00 s 01 distortable 0 001 & 00344125 a 0000 | capable of having the meaning altered or twisted; "our words are distortable things--as in a crooked mirror held up to nature"
-00345189 00 s 04 erratic 0 fickle 0 mercurial 0 quicksilver(a) 0 002 & 00344125 a 0000 + 04879092 n 0203 | liable to sudden unpredictable change; "erratic behavior"; "fickle weather"; "mercurial twists of temperament"; "a quicksilver character, cool and willful at one moment, utterly fragile the next"
-00345494 00 s 02 fluid 0 unstable 0 002 & 00344125 a 0000 + 04734272 n 0102 | subject to change; variable; "a fluid situation fraught with uncertainty"; "everything was unstable following the coup"
-00345694 00 s 02 fluid 2 mobile 1 001 & 00344125 a 0000 | affording change (especially in social status); "Britain is not a truly fluid society"; "upwardly mobile"
-00345860 00 s 01 jittering 0 001 & 00344125 a 0000 | undergoing small rapid variations
-00345949 00 s 02 kaleidoscopic 0 kaleidoscopical 0 003 & 00344125 a 0000 + 05931827 n 0201 + 05931827 n 0101 | continually shifting or rapidly changing
-00346103 00 s 01 mobile 2 001 & 00344125 a 0000 | capable of changing quickly from one state or condition to another; "a highly mobile face"
-00346246 00 s 01 open-ended 0 001 & 00344125 a 0000 | allowing for future changes or revisions; "open-ended agreements"
-00346368 00 s 01 quick-change(a) 0 001 & 00344125 a 0000 | adept at changing from one thing to another especially changing costumes; "a quick-change artist"
-00346527 00 s 01 quick-drying 0 001 & 00344125 a 0000 | of a liquid substance that dries quickly
-00346626 00 s 01 reversible 0 004 & 00344125 a 0000 ;c 06084469 n 0000 ;c 06090869 n 0000 + 04734551 n 0101 | capable of assuming or producing either of two states; "a reversible chemical reaction"; "a reversible cell"
-00346847 00 s 01 volatile 0 002 & 00344125 a 0000 + 04866671 n 0101 | tending to vary often or widely; "volatile stocks"; "volatile emotions"
-00346991 00 a 01 unchangeable 0 011 ^ 00583239 a 0000 ^ 01754421 a 0000 = 04733640 n 0000 + 04737934 n 0103 + 04737934 n 0102 ! 00344125 a 0101 & 00347400 a 0000 & 00347571 a 0000 & 00347707 a 0000 & 00347880 a 0000 & 00348018 a 0000 | not changeable or subject to change; "a fixed and unchangeable part of the germ plasm"-Ashley Montagu; "the unchangeable seasons"; "one of the unchangeable facts of life"
-00347400 00 s 02 changeless 0 unalterable 0 004 & 00346991 a 0000 + 04740655 n 0202 + 04742084 n 0201 + 04737934 n 0101 | remaining the same for indefinitely long times
-00347571 00 s 01 confirmed 0 001 & 00346991 a 0000 | of persons; not subject to change; "a confirmed bachelor"; "a confirmed invalid"
-00347707 00 s 02 fixed 0 frozen 0 002 & 00346991 a 0000 + 04777098 n 0103 | incapable of being changed or moved or undone; e.g. "frozen prices"; "living on fixed incomes"
-00347880 00 s 02 set_in_stone 0 carved_in_stone 0 001 & 00346991 a 0000 | no longer changeable; "the agreement is not yet set in stone"
-00348018 00 s 03 static 0 stable 0 unchanging 0 004 & 00346991 a 0000 + 04737934 n 0304 + 04778401 n 0202 + 04738641 n 0202 | showing little if any change; "a static population"
-00348198 00 a 01 commutable 0 003 ! 00348808 a 0101 & 00348380 a 0000 & 00348537 a 0000 | subject to alteration or change; "the death sentence was commutable to life imprisonment"
-00348380 00 s 01 alterable 0 002 & 00348198 a 0000 ;c 08441203 n 0000 | (of the punishment ordered by a court) capable of being changed to one less severe
-00348537 00 s 04 convertible 0 transformable 0 translatable 0 transmutable 0 003 & 00348198 a 0000 + 04734145 n 0402 + 00114837 v 0101 | capable of being changed in substance as if by alchemy; "is lead really transmutable into gold?"; "ideas translatable into reality"
-00348808 00 a 01 incommutable 0 003 ! 00348198 a 0101 & 00348938 a 0000 & 00349148 a 0000 | not subject to alteration or change
-00348938 00 s 02 inconvertible 0 untransmutable 0 001 & 00348808 a 0000 | not capable of being changed into something else; "the alchemists were unable to accept the inconvertible nature of elemental metals"
-00349148 00 s 01 unalterable 0 002 & 00348808 a 0000 ;c 08441203 n 0000 | of a sentence; that cannot be changed; "an unalterable death sentence"
-00349295 00 a 01 alterable 0 004 + 01667132 v 0101 + 00126264 v 0102 + 04741530 n 0101 ! 00349523 a 0101 | capable of being changed or altered in some characteristic; "alterable clothing"; "alterable conditions of employment"
-00349523 00 a 02 unalterable 0 inalterable 0 005 + 04740655 n 0102 + 04742084 n 0101 ! 00349295 a 0101 & 00349759 a 0000 & 00349894 a 0000 | not capable of being changed or altered; "unalterable resolve"; "an unalterable ground rule"
-00349759 00 s 01 incurable 0 002 & 00349523 a 0000 + 04742251 n 0101 | unalterable in disposition or habits; "an incurable optimist"
-00349894 00 s 02 final 0 last 0 002 & 00349523 a 0000 + 04754440 n 0101 | not to be altered or undone; "the judge's decision is final"; "the arbiter will have the last say"
-00350069 00 a 01 modifiable 0 003 + 00126264 v 0103 + 00169806 v 0101 ! 00350384 a 0101 | capable of being modified in form or character or strength (especially by making less extreme); "the rhythm of physiological time is not modifiable except by interference with certain fundamental processes" - Alexis Carrel
-00350384 00 a 01 unmodifiable 0 001 ! 00350069 a 0101 | incapable of being modified in form or character or strength (especially by making less extreme); "these variations from custom are illogical, incomprehensible, and unmodifiable"
-00350621 00 a 01 adjusted 0 003 ! 00351226 a 0101 & 00350876 a 0000 & 00351012 a 0000 | altered to accommodate to certain requirements or bring into a proper relation; "an adjusted insurance claim"; "the car runs more smoothly with the timing adjusted"
-00350876 00 s 01 focused 0 001 & 00350621 a 0000 | of an optical system (e.g. eye or opera glasses) adjusted to produce a clear image
-00351012 00 s 01 weighted 0 001 & 00350621 a 0000 | adjusted to reflect value or proportion; "votes weighted according to the size of constituencies"; "a law weighted in favor of landlords"; "a weighted average"
-00351226 00 a 01 unadjusted 0 002 ! 00350621 a 0101 & 00351420 a 0000 | not altered to fit certain requirements; "an unadjusted figure of 8.5 percent"; "the unadjusted clock is running fast";
-00351420 00 s 01 maladjusted 0 001 & 00351226 a 0000 | not well adjusted; "a maladjusted carburetor"
-00351523 00 a 01 adjusted 2 003 ;c 06136258 n 0000 ! 00351818 a 0101 & 00351679 a 0000 | adjusted to demands of daily living; showing emotional stability
-00351679 00 s 02 well-adjusted 0 well-balanced 0 001 & 00351523 a 0000 | free from psychological disorder; "a well-adjusted personality"
-00351818 00 a 01 maladjusted 0 003 ;c 06136258 n 0000 ! 00351523 a 0101 & 00351991 a 0000 | poorly adjusted to demands and stresses of daily living; "a maladjusted child"
-00351991 00 s 02 unadapted 0 unadjusted 0 001 & 00351818 a 0000 | not having adapted to new conditions; "several unadjusted refugees"
-00352127 00 a 01 altered 0 006 ! 00353206 a 0101 & 00352536 a 0000 & 00352716 a 0000 & 00352877 a 0000 & 00353001 a 0000 & 00353101 a 0000 | changed in form or character without becoming something else; "the altered policy promised success"; "following an altered course we soon found ourselves back in civilization"; "he looked...with clouded eyes and with an altered manner of breathing"- Charles Dickens
-00352536 00 s 01 adjusted 0 001 & 00352127 a 0000 | (especially of garments) having the fit or style adjusted; "for my wedding I had my mother's wedding dress altered to fit me"
-00352716 00 s 01 changed 0 001 & 00352127 a 0000 | made or become different in some respect; "he's an altered (or changed) man since his election to Congress"
-00352877 00 s 02 emended 0 edited 0 001 & 00352127 a 0000 | improved or corrected by critical editing; "the emended text"
-00353001 00 s 01 paraphrastic 0 002 & 00352127 a 0000 + 06429316 n 0101 | altered by paraphrasing
-00353101 00 s 01 revised 0 001 & 00352127 a 0000 | improved or brought up to date; "a revised edition"
-00353206 00 a 02 unaltered 0 unchanged 4 006 ! 00352127 a 0101 & 00353431 a 0000 & 00353604 a 0000 & 00353812 a 0000 & 00353889 a 0000 & 00353969 a 0000 | remaining in an original state; "persisting unaltered through time"
-00353431 00 s 02 dateless 0 timeless 0 002 & 00353206 a 0000 + 13956905 n 0202 | unaffected by time; "few characters are so dateless as Hamlet"; "Helen's timeless beauty"
-00353604 00 s 02 in-situ 0 unmoved 0 001 & 00353206 a 0000 | being in the original position; not having been moved; "the archeologists could date the vase because it was in-situ"; "an in-situ investigator"
-00353812 00 s 01 unedited 0 001 & 00353206 a 0000 | not changed by editing
-00353889 00 s 01 unreduced 0 001 & 00353206 a 0000 | not altered by reduction
-00353969 00 s 01 unrevised 0 001 & 00353206 a 0000 | not improved or brought up to date; "the book is still unrevised"
-00354090 00 a 01 amended 0 002 ! 00354330 a 0101 & 00354176 a 0000 | of legislation
-00354176 00 s 01 revised 0 001 & 00354090 a 0000 | altered or revised by rephrasing or by adding or deleting material; "the amended bill passed easily"
-00354330 00 a 01 unamended 0 002 ;c 06535222 n 0000 ! 00354090 a 0101 | (of legislation) not amended
-00354433 00 a 01 changed 0 005 ! 00355258 a 0101 & 00354692 a 0000 & 00354833 a 0000 & 00354934 a 0000 & 00355083 a 0000 | made or become different in nature or form; "changed attitudes"; "changed styles of dress"; "a greatly changed country after the war"
-00354692 00 s 03 denatured 0 denaturized 0 denaturised 0 001 & 00354433 a 0000 | changed in nature or natural quality; "denatured alcohol"
-00354833 00 s 01 exchanged 0 001 & 00354433 a 0000 | changed for (replaced by) something different
-00354934 00 s 01 transformed 0 001 & 00354433 a 0000 | given a completely different form or appearance; "shocked to see the transformed landscape"
-00355083 00 s 01 varied 0 002 & 00354433 a 0000 + 04735556 n 0101 | broken away from sameness or identity or duplication; "her quickly varied answers indicated uncertainty"
-00355258 00 a 01 unchanged 0 004 ^ 02507968 a 0000 ! 00354433 a 0101 & 00355453 a 0000 & 00355611 a 0000 | not made or become different; "the causes that produced them have remained unchanged"
-00355453 00 s 01 idempotent 0 002 & 00355258 a 0000 ;c 06000644 n 0000 | unchanged in value following multiplication by itself; "this matrix is idempotent"
-00355611 00 s 01 same(p) 0 002 & 00355258 a 0000 + 04740326 n 0103 | unchanged in character or nature; "the village stayed the same"; "his attitude is the same as ever"
-00355782 00 a 01 isometric 0 002 ;c 06080522 n 0000 ! 00355950 a 0101 | of or involving muscular contraction in which tension increases while length remains constant
-00355950 00 a 01 isotonic 1 002 ;c 06080522 n 0000 ! 00355782 a 0101 | of or involving muscular contraction in which tension is constant while length changes
-00356110 00 a 02 ionized 0 ionised 0 001 ! 00356211 a 0101 | converted totally or partly into ions
-00356211 00 a 05 nonionized 0 nonionised 0 unionized 0 unionised 0 nonionic 0 001 ! 00356110 a 0101 | not converted into ions
-00356339 00 a 02 mutable 0 changeable 4 005 + 04733640 n 0202 + 04733640 n 0201 + 04741311 n 0101 + 04741311 n 0102 ! 00356648 a 0101 | capable of or tending to change in form or quality or nature; "a mutable substance"; "the mutable ways of fortune"; "mutable weather patterns"; "a mutable foreign policy"
-00356648 00 a 02 immutable 0 changeless 4 004 + 04737934 n 0201 + 04741807 n 0102 + 04741807 n 0101 ! 00356339 a 0101 | not subject or susceptible to change or variation in form or quality or nature; "the view of that time was that all species were immutable, created by God"
-00356926 00 a 01 characteristic 0 007 ^ 02468635 a 0000 + 04731497 n 0101 + 05849284 n 0102 ! 00357983 a 0101 & 00357254 a 0000 & 00357556 a 0000 & 00357790 a 0000 | typical or distinctive; "heard my friend's characteristic laugh"; "red and gold are the characteristic colors of autumn"; "stripes characteristic of the zebra"
-00357254 00 s 02 diagnostic 0 symptomatic 0 003 & 00356926 a 0000 + 14299637 n 0201 + 06798187 n 0201 | characteristic or indicative of a disease; "a diagnostic sign of yellow fever"; "a rash symptomatic of scarlet fever"; "symptomatic of insanity"; "a rise in crime symptomatic of social breakdown"
-00357556 00 s 02 distinctive 0 typical 0 002 & 00356926 a 0000 + 04763925 n 0105 | of a feature that helps to distinguish a person or thing; "Jerusalem has a distinctive Middle East flavor"- Curtis Wilkie; "that is typical of you!"
-00357790 00 s 01 peculiar(a) 0 002 & 00356926 a 0000 + 04763925 n 0101 | characteristic of one only; distinctive or special; "the peculiar character of the Government of the U.S."- R.B.Taney
-00357983 00 a 01 uncharacteristic 0 002 ^ 02469928 a 0000 ! 00356926 a 0101 | distinctive and not typical; "a book uncharacteristic of its author"
-00358132 00 a 01 charged 0 005 ! 00358951 a 0101 & 00358392 a 0000 & 00358534 a 0000 & 00358678 a 0000 & 00358820 a 0000 | of a particle or body or system; having a net amount of positive or negative electric charge; "charged particles"; "a charged battery"
-00358392 00 s 02 hot 0 live 0 002 & 00358132 a 0000 ;c 11449907 n 0000 | charged or energized with electricity; "a hot wire"; "a live wire"
-00358534 00 s 03 negative 0 electronegative 0 negatively_charged 0 001 & 00358132 a 0000 | having a negative charge; "electrons are negative"
-00358678 00 s 03 positive 0 electropositive 0 positively_charged 0 001 & 00358132 a 0000 | having a positive charge; "protons are positive"
-00358820 00 s 01 polar 0 003 & 00358132 a 0000 + 04413151 n 0102 + 13856574 n 0101 | having a pair of equal and opposite charges
-00358951 00 a 01 uncharged 0 004 ;c 06090869 n 0000 ! 00358132 a 0101 & 00359160 a 0000 & 00359260 a 0000 | of a particle or body or system; having no charge; "an uncharged particle"; "an uncharged battery"
-00359160 00 s 02 neutral 0 electroneutral 0 001 & 00358951 a 0000 | having no net electric charge
-00359260 00 s 02 dead 0 drained 0 002 & 00358951 a 0000 + 05006519 n 0101 | drained of electric charge; discharged; "a dead battery"; "left the lights on and came back to find the battery drained"
-00359459 00 a 01 charitable 0 004 ^ 01111016 a 0000 + 04832050 n 0101 ! 00359862 a 0101 & 00359645 a 0000 | full of love and generosity; "charitable to the poor"; "a charitable trust"
-00359645 00 s 04 beneficent 0 benevolent 0 eleemosynary 0 philanthropic 0 001 & 00359459 a 0000 | generous in assistance to the poor; "a benevolent contributor"; "eleemosynary relief"; "philanthropic contributions"
-00359862 00 a 01 uncharitable 0 003 ^ 01115081 a 0000 ^ 01112573 a 0000 ! 00359459 a 0101 | lacking love and generosity; "all pious words and uncharitable deeds"- Charles Reade
-00360041 00 a 03 chartered 0 hired 2 leased 2 001 ! 00360235 a 0101 | hired for the exclusive temporary use of a group of travelers; "a chartered plane"; "the chartered buses arrived on time"
-00360235 00 a 01 unchartered 0 001 ! 00360041 a 0101 | not chartered
-00360306 00 a 01 owned 0 002 ! 00360569 a 0101 & 00360442 a 0000 | having an owner; often used in combination; "state-owned railways"
-00360442 00 s 01 closely-held 0 001 & 00360306 a 0000 | owned by a relatively few shareholders; "a closely-held corporation"
-00360569 00 a 02 unowned 0 ownerless 0 001 ! 00360306 a 0101 | having no owner
-00360650 00 a 01 chaste 0 009 ^ 01548193 a 0000 ^ 01904845 a 0000 ^ 02513269 a 0000 = 04849759 n 0000 = 13967581 n 0000 + 04849759 n 0102 ! 00361509 a 0101 & 00360950 a 0000 & 00361125 a 0000 | morally pure (especially not having experienced sexual intercourse); "a holy woman innocent and chaste"
-00360950 00 s 02 celibate 0 continent 0 004 & 00360650 a 0000 + 04882813 n 0202 + 04882813 n 0201 + 09903367 n 0101 | abstaining from sexual intercourse; "celibate priests"
-00361125 00 s 05 pure 0 vestal 0 virgin 0 virginal 0 virtuous 0 009 & 00360650 a 0000 + 04849759 n 0501 + 10755257 n 0401 + 10755257 n 0301 + 13967581 n 0301 + 10748804 n 0201 + 13990064 n 0102 + 04849972 n 0104 + 04849972 n 0103 | in a state of sexual virginity; "pure and vestal modesty"; "a spinster or virgin lady"; "men have decreed that their women must be pure and virginal"
-00361509 00 a 01 unchaste 0 008 ^ 01549291 a 0000 ^ 01905377 a 0000 = 04849759 n 0000 ! 00360650 a 0101 & 00361720 a 0000 & 00361837 a 0000 & 00362173 a 0000 & 00362269 a 0000 | not chaste; "unchaste conduct"
-00361720 00 s 01 cyprian 0 001 & 00361509 a 0000 | resembling the ancient orgiastic worship of Aphrodite on Cyprus
-00361837 00 s 06 easy 0 light 0 loose 0 promiscuous 0 sluttish 0 wanton 0 007 & 00361509 a 0000 + 10766260 n 0601 + 04851715 n 0602 + 04896995 n 0502 + 00856342 n 0402 + 00856342 n 0401 + 00748307 n 0305 | casual and unrestrained in sexual behavior; "her easy virtue"; "he was told to avoid loose (or light) women"; "wanton behavior"
-00362173 00 s 01 fallen 0 001 & 00361509 a 0000 | having lost your chastity; "a fallen woman"
-00362269 00 s 01 licentious 0 004 & 00361509 a 0000 + 13995378 n 0102 + 04851715 n 0101 + 00748307 n 0104 | lacking moral discipline; especially sexually unrestrained; "coarse and licentious men"
-00362467 00 a 01 cheerful 0 011 ^ 01361414 a 0000 ^ 01148283 a 0000 = 04630689 n 0000 + 04630689 n 0101 ! 00364479 a 0101 & 00362892 a 0000 & 00363031 a 0000 & 00363291 a 0000 & 00363621 a 0000 & 00363938 a 0000 & 00364145 a 0000 | being full of or promoting cheer; having or showing good spirits; "her cheerful nature"; "a cheerful greeting"; "a cheerful room"; "as cheerful as anyone confined to a hospital bed could be"
-00362892 00 s 02 beaming 0 glad 0 002 & 00362467 a 0000 + 07527167 n 0201 | cheerful and bright; "a beaming smile"; "a glad May morning"
-00363031 00 s 03 beamish 0 smiling(a) 0 twinkly 0 003 & 00362467 a 0000 + 04953380 n 0302 + 06878071 n 0202 | smiling with happiness or optimism; "Come to my arms, my beamish boy!"- Lewis Carroll; "a room of smiling faces"; "a round red twinkly Santa Claus"
-00363291 00 s 05 blithe 0 blithesome 0 lighthearted 0 lightsome 0 light-hearted 0 004 & 00362467 a 0000 + 07530866 n 0404 + 07530866 n 0303 + 07530478 n 0102 | carefree and happy and lighthearted; "was loved for her blithe spirit"; "a merry blithesome nature"; "her lighthearted nature"; "trilling songs with a lightsome heart"
-00363621 00 s 03 buoyant 0 chirpy 0 perky 0 005 & 00362467 a 0000 + 07530723 n 0302 + 04632063 n 0201 + 07530723 n 0101 + 04633959 n 0102 | characterized by liveliness and lightheartedness; "buoyant spirits"; "his quick wit and chirpy humor"; "looking bright and well and chirpy"; "a perky little widow in her 70s"
-00363938 00 s 03 cheery 0 gay 0 sunny 0 003 & 00362467 a 0000 + 04630689 n 0303 + 04630689 n 0102 | bright and pleasant; promoting a feeling of cheer; "a cheery hello"; "a gay sunny room"; "a sunny smile"
-00364145 00 s 04 chipper 0 debonair 0 debonaire 0 jaunty 0 002 & 00362467 a 0000 + 04633797 n 0402 | having a cheerful, lively, and self-confident air; "looking chipper, like a man...diverted by his own wit"- Frances G. Patton; "life that is gay, brisk, and debonair"- H.M.Reynolds; "walked with a jaunty step"; "a jaunty optimist"
-00364479 00 a 03 depressing 0 cheerless 0 uncheerful 4 009 ^ 01368192 a 0000 ^ 01149494 a 0000 = 04630689 n 0000 + 07537068 n 0302 + 04631298 n 0301 + 07537068 n 0201 ! 00362467 a 0101 & 00364881 a 0000 & 00365261 a 0000 | causing sad feelings of gloom and inadequacy; "the economic outlook is depressing"; "something cheerless about the room"; "a moody and uncheerful person"; "an uncheerful place"
-00364881 00 s 0b blue 0 dark 0 dingy 0 disconsolate 0 dismal 0 gloomy 0 grim 0 sorry 0 drab 0 drear 0 dreary 0 002 & 00364479 a 0000 + 05206006 n 0b02 | causing dejection; "a blue day"; "the dark days of the war"; "a week of rainy depressing weather"; "a disconsolate winter landscape"; "the first dismal dispiriting days of November"; "a dark gloomy day"; "grim rainy weather"
-00365261 00 s 03 somber 0 sombre 0 melancholy 0 005 & 00364479 a 0000 + 07533257 n 0204 + 04647478 n 0206 + 07533257 n 0103 + 04647478 n 0105 | grave or even gloomy in character; "solemn and mournful music"; "a suit of somber black"; "a somber mood"
-00365513 00 a 01 chlamydeous 0 003 ;c 06066555 n 0000 + 11692265 n 0102 ! 00365681 a 0101 | having a floral envelope or perianth consisting of a calyx and/or corolla
-00365681 00 a 01 achlamydeous 0 002 ;c 06066555 n 0000 ! 00365513 a 0101 | not having a floral envelope or perianth
-00365799 00 a 02 chondritic 0 granular 4 002 + 09244191 n 0101 ! 00365936 a 0101 | having a granular structure like that of chondrites
-00365936 00 a 01 achondritic 0 001 ! 00365799 a 0101 | not having a granular structure
-00366025 00 a 01 monoclinic 0 002 ;c 06098876 n 0000 ! 00366185 a 0101 | having three unequal crystal axes with one oblique intersection; "monoclinic system"
-00366185 00 a 02 triclinic 0 anorthic 0 002 ;c 06098876 n 0000 ! 00366025 a 0101 | having three unequal crystal axes intersecting at oblique angles; "triclinic system"
-00366355 00 a 02 monochromatic 0 homochromatic 0 001 ! 00366526 a 0101 | (of light or other electromagnetic radiation) having only one wavelength; "monochromatic light"
-00366526 00 a 01 polychromatic 0 001 ! 00366355 a 0101 | (of light or other electromagnetic radiation) composed of more than one wavelength; "polychromatic light"
-00366691 00 a 01 chromatic 0 152 ^ 00373209 a 0000 ^ 00394562 a 0000 = 04975122 n 0000 + 04975340 n 0102 + 04975122 n 0102 ! 00386392 a 0101 & 00369504 a 0000 & 00369648 a 0000 & 00369732 a 0000 & 00369831 a 0000 & 00369941 a 0000 & 00370160 a 0000 & 00370267 a 0000 & 00370501 a 0000 & 00370601 a 0000 & 00370688 a 0000 & 00370771 a 0000 & 00370869 a 0000 & 00371163 a 0000 & 00371311 a 0000 & 00371411 a 0000 & 00371511 a 0000 & 00371611 a 0000 & 00371741 a 0000 & 00371841 a 0000 & 00371945 a 0000 & 00372029 a 0000 & 00372111 a 0000 & 00372266 a 0000 & 00372367 a 0000 & 00372476 a 0000 & 00372571 a 0000 & 00372653 a 0000 & 00372799 a 0000 & 00372960 a 0000 & 00373067 a 0000 & 00373209 a 0000 & 00373381 a 0000 & 00373493 a 0000 & 00373621 a 0000 & 00373731 a 0000 & 00373811 a 0000 & 00373915 a 0000 & 00374001 a 0000 & 00374214 a 0000 & 00374303 a 0000 & 00374390 a 0000 & 00374477 a 0000 & 00374556 a 0000 & 00374635 a 0000 & 00374735 a 0000 & 00374818 a 0000 & 00374944 a 0000 & 00375090 a 0000 & 00375217 a 0000 & 00375303 a 0000 & 00375387 a 0000 & 00375471 a 0000 & 00375593 a 0000 & 00375720 a 0000 & 00375847 a 0000 & 00375969 a 0000 & 00376255 a 0000 & 00376342 a 0000 & 00376453 a 0000 & 00376537 a 0000 & 00376645 a 0000 & 00376821 a 0000 & 00376917 a 0000 & 00377036 a 0000 & 00377131 a 0000 & 00377224 a 0000 & 00377323 a 0000 & 00377438 a 0000 & 00377524 a 0000 & 00377616 a 0000 & 00377702 a 0000 & 00377802 a 0000 & 00377890 a 0000 & 00378002 a 0000 & 00378084 a 0000 & 00378166 a 0000 & 00378280 a 0000 & 00378498 a 0000 & 00378591 a 0000 & 00378687 a 0000 & 00378782 a 0000 & 00378892 a 0000 & 00379084 a 0000 & 00379181 a 0000 & 00379267 a 0000 & 00379413 a 0000 & 00379495 a 0000 & 00379595 a 0000 & 00379697 a 0000 & 00379804 a 0000 & 00379914 a 0000 & 00379992 a 0000 & 00380077 a 0000 & 00380178 a 0000 & 00380312 a 0000 & 00380483 a 0000 & 00380583 a 0000 & 00380686 a 0000 & 00380789 a 0000 & 00380895 a 0000 & 00380992 a 0000 & 00381097 a 0000 & 00381525 a 0000 & 00381636 a 0000 & 00381766 a 0000 & 00381861 a 0000 & 00381975 a 0000 & 00382074 a 0000 & 00382173 a 0000 & 00382321 a 0000 & 00382411 a 0000 & 00382512 a 0000 & 00382594 a 0000 & 00382693 a 0000 & 00382792 a 0000 & 00382874 a 0000 & 00382990 a 0000 & 00383088 a 0000 & 00383189 a 0000 & 00383291 a 0000 & 00383429 a 0000 & 00383521 a 0000 & 00383607 a 0000 & 00383700 a 0000 & 00383827 a 0000 & 00383957 a 0000 & 00384099 a 0000 & 00384195 a 0000 & 00384292 a 0000 & 00384410 a 0000 & 00384533 a 0000 & 00384615 a 0000 & 00384694 a 0000 & 00384782 a 0000 & 00384936 a 0000 & 00385059 a 0000 & 00385188 a 0000 & 00385338 a 0000 & 00385432 a 0000 & 00385547 a 0000 & 00385651 a 0000 & 00385756 a 0000 & 00385990 a 0000 & 00386095 a 0000 & 00386196 a 0000 & 00386303 a 0000 | being or having or characterized by hue
-00369504 00 s 03 amber 0 brownish-yellow 0 yellow-brown 0 002 & 00366691 a 0000 + 04966240 n 0101 | of a medium to dark brownish yellow color
-00369648 00 s 01 amber-green 0 001 & 00366691 a 0000 | of green tinged with amber
-00369732 00 s 01 amethyst 0 002 & 00366691 a 0000 + 14722589 n 0101 | of a moderate purple color
-00369831 00 s 01 auburn 0 001 & 00366691 a 0000 | (of hair) colored a moderate reddish-brown; "auburn hair"
-00369941 00 s 05 aureate 0 gilded 0 gilt 0 gold 0 golden 0 003 & 00366691 a 0000 + 04966240 n 0402 + 03437430 n 0301 | having the deep slightly brownish color of gold; "long aureate (or golden) hair"; "a gold carpet"
-00370160 00 s 01 avocado 0 001 & 00366691 a 0000 | of the dull yellowish green of the meat of an avocado
-00370267 00 s 04 azure 0 cerulean 0 sky-blue 0 bright_blue 0 003 & 00366691 a 0000 + 04969242 n 0202 + 04969242 n 0101 | of a deep somewhat purplish blue color similar to that of a clear October sky; "October's bright blue weather"
-00370501 00 s 01 beige 0 002 & 00366691 a 0000 + 04973291 n 0101 | of a light greyish-brown color
-00370601 00 s 01 blackish-brown 0 001 & 00366691 a 0000 | of brown tinged with black
-00370688 00 s 01 blackish-red 0 001 & 00366691 a 0000 | of red tinged with black
-00370771 00 s 01 blae 0 002 & 00366691 a 0000 ;r 08890097 n 0000 | of bluish-black or grey-blue
-00370869 00 s 03 blue 0 bluish 0 blueish 0 002 & 00366691 a 0000 + 04968895 n 0102 | of the color intermediate between green and violet; having a color similar to that of a clear unclouded sky; "October's bright blue weather"- Helen Hunt Jackson; "a blue flame"; "blue haze of tobacco smoke"
-00371163 00 s 04 bluish_green 0 blue-green 0 cyan 0 teal 0 003 & 00366691 a 0000 + 04968426 n 0403 + 04968619 n 0301 | of a bluish shade of green
-00371311 00 s 02 blue-lilac 0 bluish-lilac 0 001 & 00366691 a 0000 | of lavender tinged with blue
-00371411 00 s 02 blue-purple 0 bluish-purple 0 001 & 00366691 a 0000 | of purple tinged with blue
-00371511 00 s 02 blue-violet 0 bluish-violet 0 001 & 00366691 a 0000 | of violet tinted with blue
-00371611 00 s 02 blushful 0 rosy 0 003 & 00366691 a 0000 + 04971313 n 0202 + 04971313 n 0201 | of blush color; "blushful mists"
-00371741 00 s 01 bottle-green 0 001 & 00366691 a 0000 | of a dark to moderate greyish green color
-00371841 00 s 02 bright-red 0 raspberry-red 0 001 & 00366691 a 0000 | of the red of fresh raspberries
-00371945 00 s 02 bronze 0 bronzy 0 001 & 00366691 a 0000 | of the color of bronze
-00372029 00 s 01 bronze-red 0 001 & 00366691 a 0000 | of red tinged with bronze
-00372111 00 s 04 brown 0 brownish 0 chocolate-brown 0 dark-brown 0 002 & 00366691 a 0000 + 04971928 n 0102 | of a color similar to that of wood or earth
-00372266 00 s 02 brown-green 0 brownish-green 0 001 & 00366691 a 0000 | of green tinged with brown
-00372367 00 s 02 brown-purple 0 brownish-purple 0 001 & 00366691 a 0000 | of dark purple tinted with brown
-00372476 00 s 01 buff 0 001 & 00366691 a 0000 | of the yellowish-beige color of buff leather
-00372571 00 s 01 buff-brown 0 001 & 00366691 a 0000 | of brown tinged with buff
-00372653 00 s 02 canary 0 canary-yellow 0 002 & 00366691 a 0000 + 04966114 n 0102 | having the color of a canary; of a light to moderate yellow
-00372799 00 s 02 caramel 0 caramel_brown 0 003 & 00366691 a 0000 + 04973957 n 0205 + 04973957 n 0104 | having the color of caramel; of a moderate yellow-brown
-00372960 00 s 01 carnation 0 003 & 00366691 a 0000 + 11808468 n 0101 + 04971211 n 0101 | pink or pinkish
-00373067 00 s 01 chartreuse 0 002 & 00366691 a 0000 + 04968257 n 0103 | of something having the yellowish green color of Chartreuse liqueur
-00373209 00 s 01 chestnut 0 002 & 00366691 a 0000 + 04972350 n 0101 | (of hair or feathers) of a golden brown to reddish brown color; "a chestnut horse"; "chestnut hair"
-00373381 00 s 01 chestnut-brown 0 001 & 00366691 a 0000 | (of hair or feathers) of brown tinged with chestnut
-00373493 00 s 02 coppery 0 copper_colored 0 002 & 00366691 a 0000 + 04973669 n 0101 | of something having the color of copper
-00373621 00 s 01 coral 0 002 & 00366691 a 0000 + 04971820 n 0101 | of a strong pink to yellowish-pink color
-00373731 00 s 01 coral-red 0 001 & 00366691 a 0000 | of red tinged with coral
-00373811 00 s 01 creamy 0 001 & 00366691 a 0000 | of the color of cream; "creamy translucent pebbles"
-00373915 00 s 01 creamy-yellow 0 001 & 00366691 a 0000 | yellow with a creamy tinge
-00374001 00 s 03 cress_green 0 cresson 0 watercress 0 002 & 00366691 a 0000 + 11869689 n 0301 | of a moderate yellow-green color that is greener and deeper than moss green and yellower and darker than pea green
-00374214 00 s 01 crimson-magenta 0 001 & 00366691 a 0000 | magenta tinged with crimson
-00374303 00 s 01 crimson-purple 0 001 & 00366691 a 0000 | purple tinged with crimson
-00374390 00 s 01 crimson-yellow 0 001 & 00366691 a 0000 | yellow tinged with crimson
-00374477 00 s 01 dark-blue 0 001 & 00366691 a 0000 | of a dark shade of blue
-00374556 00 s 01 deep-pink 0 001 & 00366691 a 0000 | of a deep shade of pink
-00374635 00 s 01 deep-yellow 0 001 & 00366691 a 0000 | of something having the color of a pumpkin
-00374735 00 s 01 dull-purple 0 001 & 00366691 a 0000 | of a dull shade of purple
-00374818 00 s 01 dun 0 001 & 00366691 a 0000 | of a dull greyish brown to brownish grey color; "the dun and dreary prairie"
-00374944 00 s 01 earthlike 0 001 & 00366691 a 0000 | earth colored; of something having a color of soil or earth; "a range of earthlike colors"
-00375090 00 s 02 fuscous 0 taupe 0 002 & 00366691 a 0000 + 04974774 n 0201 | of something having a dusky brownish grey color
-00375217 00 s 01 golden-yellow 0 001 & 00366691 a 0000 | of yellow tinged with gold
-00375303 00 s 01 golden-brown 0 001 & 00366691 a 0000 | of brown tinged with gold
-00375387 00 s 01 golden-green 0 001 & 00366691 a 0000 | of green tinged with gold
-00375471 00 s 04 grey-blue 0 gray-blue 0 greyish-blue 0 grayish-blue 0 001 & 00366691 a 0000 | of blue tinged with grey
-00375593 00 s 04 grey-brown 0 gray-brown 0 greyish-brown 0 grayish-brown 0 001 & 00366691 a 0000 | of brown tinged with grey
-00375720 00 s 04 grey-green 0 gray-green 0 greyish-green 0 grayish-green 0 001 & 00366691 a 0000 | of green tinged with grey
-00375847 00 s 04 grey-pink 0 gray-pink 0 greyish-pink 0 grayish-pink 0 001 & 00366691 a 0000 | of pink tinged with grey
-00375969 00 s 04 green 0 greenish 0 light-green 0 dark-green 0 004 & 00366691 a 0000 + 04967561 n 0201 + 04967191 n 0101 + 04967191 n 0102 | of the color between blue and yellow in the color spectrum; similar to the color of fresh grass; "a green tree"; "green fields"; "green paint"
-00376255 00 s 01 greenish-brown 0 001 & 00366691 a 0000 | of brown tinged with green
-00376342 00 s 01 hazel 0 002 & 00366691 a 0000 + 04972603 n 0101 | of a light brown or yellowish brown color
-00376453 00 s 01 hazel-brown 0 001 & 00366691 a 0000 | of brown tinged with hazel
-00376537 00 s 01 honey 0 002 & 00366691 a 0000 + 07858978 n 0101 | of something having the color of honey
-00376645 00 s 02 jade 0 jade-green 0 002 & 00366691 a 0000 + 04968749 n 0102 | of something having the color of jade; especially varying from bluish green to yellowish green
-00376821 00 s 01 khaki 0 002 & 00366691 a 0000 + 03615406 n 0101 | of a yellowish brown color
-00376917 00 s 03 lavender 0 lilac 0 lilac-colored 0 002 & 00366691 a 0000 + 12310349 n 0201 | of a pale purple color
-00377036 00 s 01 lavender-tinged 0 001 & 00366691 a 0000 | of something tinged with lavender
-00377131 00 s 02 light-blue 0 pale_blue 0 001 & 00366691 a 0000 | of a light shade of blue
-00377224 00 s 02 lilac-blue 0 violet-blue 0 001 & 00366691 a 0000 | of blue tinged with lavender
-00377323 00 s 03 lilac-pink 0 lavender-pink 0 violet-pink 0 001 & 00366691 a 0000 | of pink tinged with lavender
-00377438 00 s 01 lilac-purple 0 001 & 00366691 a 0000 | of purple tinged with lilac
-00377524 00 s 01 magenta 0 002 & 00366691 a 0000 + 04964586 n 0101 | of deep purplish red
-00377616 00 s 01 magenta_pink 0 001 & 00366691 a 0000 | of pink tinged with magenta
-00377702 00 s 02 maroon 0 brownish-red 0 001 & 00366691 a 0000 | of dark brownish to purplish red
-00377802 00 s 01 maroon-purple 0 001 & 00366691 a 0000 | of purple tinged with maroon
-00377890 00 s 01 mauve 0 002 & 00366691 a 0000 + 04970544 n 0101 | of a pale to moderate greyish violet color
-00378002 00 s 01 mauve-blue 0 001 & 00366691 a 0000 | of blue tinged with mauve
-00378084 00 s 01 mauve-pink 0 001 & 00366691 a 0000 | of pink tinged with mauve
-00378166 00 s 02 moss_green 0 mosstone 0 001 & 00366691 a 0000 | of a moderate somewhat dull yellow-green color
-00378280 00 s 04 mousy 0 mousey 0 mouse-colored 0 mouselike 0 001 & 00366691 a 0000 | of something having a drab pale brown color resembling a mouse; "a mousy brownish-grey color"; "mousy hair"; "mouse-colored hair"
-00378498 00 s 02 ocher 0 ochre 0 001 & 00366691 a 0000 | of a moderate orange-yellow color
-00378591 00 s 01 olive-brown 0 001 & 00366691 a 0000 | of a brown color with a greenish tinge
-00378687 00 s 02 olive-drab 0 drab 0 001 & 00366691 a 0000 | of a light brownish green color
-00378782 00 s 01 olive 0 001 & 00366691 a 0000 | of a yellow-green color similar to that of an unripe olive
-00378892 00 s 02 orange 0 orangish 0 004 & 00366691 a 0000 + 14991210 n 0101 + 04965179 n 0101 + 04965179 n 0102 | of the color between red and yellow; similar to the color of a ripe orange
-00379084 00 s 02 orange-red 0 orangish-red 0 001 & 00366691 a 0000 | of red tinged with orange
-00379181 00 s 01 orange-brown 0 001 & 00366691 a 0000 | of brown tinged with orange
-00379267 00 s 03 peachy 0 peachy-colored 0 peachy-coloured 0 002 & 00366691 a 0000 + 04971675 n 0103 | of something resembling a peach in color
-00379413 00 s 01 peacock-blue 0 001 & 00366691 a 0000 | of bright greenish blue
-00379495 00 s 01 pea-green 0 001 & 00366691 a 0000 | of a moderate slightly yellowish-green color
-00379595 00 s 02 pink 0 pinkish 0 002 & 00366691 a 0000 + 04970916 n 0101 | of a light shade of red
-00379697 00 s 02 pink-lavender 0 pinkish-lavender 0 001 & 00366691 a 0000 | of lavender tinged with pink
-00379804 00 s 03 pink-orange 0 pinkish-orange 0 salmon 0 001 & 00366691 a 0000 | of orange tinged with pink
-00379914 00 s 01 pink-red 0 001 & 00366691 a 0000 | of red tinged with pink
-00379992 00 s 01 pink-tinged 0 001 & 00366691 a 0000 | of a color tinged with pink
-00380077 00 s 02 pink-purple 0 pinkish-purple 0 001 & 00366691 a 0000 | of purple tinged with pink
-00380178 00 s 02 powder_blue 0 powdery-blue 0 002 & 00366691 a 0000 + 04969431 n 0101 | of a moderate to pale blue or purplish blue
-00380312 00 s 03 purple 0 violet 0 purplish 0 004 & 00366691 a 0000 + 04970758 n 0201 + 04970059 n 0101 + 04970059 n 0102 | of a color intermediate between red and blue
-00380483 00 s 02 purple-blue 0 purplish-blue 0 001 & 00366691 a 0000 | of blue tinged with purple
-00380583 00 s 02 purple-brown 0 purplish-brown 0 001 & 00366691 a 0000 | of brown tinged with purple
-00380686 00 s 02 purple-green 0 purplish-green 0 001 & 00366691 a 0000 | of green tinged with purple
-00380789 00 s 02 purple-lilac 0 purplish-lilac 0 001 & 00366691 a 0000 | of lavender tinged with purple
-00380895 00 s 02 purple-red 0 purplish-red 0 001 & 00366691 a 0000 | of red tinged with purple
-00380992 00 s 02 purple-tinged 0 purple-tinted 0 001 & 00366691 a 0000 | of a color tinged with purple
-00381097 00 s 0c red 1 reddish 0 ruddy 0 blood-red 0 carmine 0 cerise 0 cherry 0 cherry-red 0 crimson 0 ruby 0 ruby-red 0 scarlet 0 009 & 00366691 a 0000 + 04964977 n 0c01 + 04963588 n 0901 + 04964443 n 0702 + 04964443 n 0601 + 04963449 n 0502 + 04977412 n 0301 + 04962784 n 0101 + 04962784 n 0102 | of a color at the end of the color spectrum (next to orange); resembling the color of blood or cherries or tomatoes or rubies
-00381525 00 s 03 red-brown 0 reddish-brown 0 mahogany-red 0 001 & 00366691 a 0000 | of brown tinged with red
-00381636 00 s 02 red-lavender 0 reddish-lavender 0 001 & 00366691 a 0000 | of something having a lavender color tinged with red
-00381766 00 s 01 reddish-pink 0 001 & 00366691 a 0000 | of a pink color that is close to red
-00381861 00 s 03 red-orange 0 reddish-orange 0 flame-orange 0 001 & 00366691 a 0000 | of orange tinged with red
-00381975 00 s 02 red-purple 0 reddisn-purple 0 001 & 00366691 a 0000 | of purple tinged with red
-00382074 00 s 02 red-violet 0 reddish-violet 0 001 & 00366691 a 0000 | of violet tinged with red
-00382173 00 s 03 rose 0 roseate 0 rosaceous 0 001 & 00366691 a 0000 | of something having a dusty purplish pink color; "the roseate glow of dawn"
-00382321 00 s 01 rose-red 0 001 & 00366691 a 0000 | of a deep slightly bluish red color
-00382411 00 s 02 rose-lilac 0 rose-lavender 0 001 & 00366691 a 0000 | of lavender tinged with rose
-00382512 00 s 01 rose-mauve 0 001 & 00366691 a 0000 | of mauve tinged with rose
-00382594 00 s 02 rose-purple 0 rosy-purple 0 001 & 00366691 a 0000 | of purple with a rose tinge
-00382693 00 s 02 rose-tinted 0 rose-tinged 0 001 & 00366691 a 0000 | of a color tinged with rose
-00382792 00 s 01 russet 0 001 & 00366691 a 0000 | of brown with a reddish tinge
-00382874 00 s 03 rust 0 rusty 0 rust-brown 0 002 & 00366691 a 0000 + 14889479 n 0201 | of the brown color of rust
-00382990 00 s 02 rust-red 0 rusty-red 0 001 & 00366691 a 0000 | of a red color tinged with rust
-00383088 00 s 01 rusty-brown 0 001 & 00366691 a 0000 | of something having the brown color of rust
-00383189 00 s 02 sage 0 sage-green 0 001 & 00366691 a 0000 | of the grey-green color of sage leaves
-00383291 00 s 01 sapphire 0 002 & 00366691 a 0000 + 04969242 n 0103 | of something having the color of a blue sapphire; "sapphire eyes"
-00383429 00 s 01 scarlet-crimson 0 001 & 00366691 a 0000 | of crimson tinged with scarlet
-00383521 00 s 01 scarlet-pink 0 001 & 00366691 a 0000 | of pink tinged with scarlet
-00383607 00 s 01 sea-green 0 001 & 00366691 a 0000 | of the color of the sea; bluish green
-00383700 00 s 02 silver-blue 0 silvery-blue 0 001 & 00366691 a 0000 | of something having a color that is a light shiny blue
-00383827 00 s 02 silver-green 0 silvery-green 0 001 & 00366691 a 0000 | of something having a color that is a light shiny green
-00383957 00 s 04 snuff 0 snuff-brown 0 mummy-brown 0 chukker-brown 0 001 & 00366691 a 0000 | snuff colored; of a greyish to yellowish brown
-00384099 00 s 02 sorrel 0 brownish-orange 0 001 & 00366691 a 0000 | of a light brownish color
-00384195 00 s 01 stone 0 001 & 00366691 a 0000 | of any of various dull tannish or grey colors
-00384292 00 s 01 straw 0 002 & 00366691 a 0000 + 04966941 n 0102 | of a pale yellow color like straw; straw-colored
-00384410 00 s 02 sulfur-yellow 0 sulphur-yellow 0 001 & 00366691 a 0000 | of something having the yellow color of sulfur
-00384533 00 s 01 tan 0 001 & 00366691 a 0000 | of a light yellowish-brown color
-00384615 00 s 01 tannish 0 001 & 00366691 a 0000 | of a color resembling tan
-00384694 00 s 01 tangerine 0 001 & 00366691 a 0000 | of a strong reddish orange color
-00384782 00 s 02 tawny 0 tawny-brown 0 002 & 00366691 a 0000 + 04978050 n 0101 | of a light brown to brownish orange color; the color of tanned leather
-00384936 00 s 01 ultramarine 0 002 & 00366691 a 0000 + 04974859 n 0101 | of a brilliant pure blue to purplish blue color
-00385059 00 s 01 umber 0 002 & 00366691 a 0000 + 04972451 n 0104 | of the color of any of various natural brown earth pigments
-00385188 00 s 04 vermilion 0 vermillion 0 cinnabar 0 Chinese-red 0 002 & 00366691 a 0000 + 04964977 n 0102 | of a vivid red to reddish-orange color
-00385338 00 s 01 vinaceous 0 002 & 00366691 a 0000 + 04964162 n 0101 | of the color of wine
-00385432 00 s 02 violet-tinged 0 violet-tinted 0 001 & 00366691 a 0000 | of something that is tinged with violet
-00385547 00 s 01 white-pink 0 001 & 00366691 a 0000 | of pink tinged with white; a light tint of pink
-00385651 00 s 01 wine-red 0 001 & 00366691 a 0000 | of something having the dark red color of red wine
-00385756 00 s 03 yellow 0 yellowish 0 xanthous 0 003 & 00366691 a 0000 + 04965661 n 0101 + 04965661 n 0102 | of the color intermediate between green and orange in the color spectrum; of something resembling the color of an egg yolk
-00385990 00 s 02 yellow-beige 0 yellowish-beige 0 001 & 00366691 a 0000 | of beige tinged with yellow;
-00386095 00 s 01 yellow-green 0 001 & 00366691 a 0000 | of a color midway between yellow and green
-00386196 00 s 02 yellow-orange 0 yellowish-orange 0 001 & 00366691 a 0000 | of orange tinged with yellow
-00386303 00 s 01 yellow-tinged 0 001 & 00366691 a 0000 | of a color tinged with yellow
-00386392 00 a 02 achromatic 0 neutral 0 050 ^ 00404202 a 0000 = 04975122 n 0000 + 00524530 v 0101 ! 00366691 a 0101 & 00387392 a 0000 & 00387593 a 0000 & 00387699 a 0000 & 00387808 a 0000 & 00387922 a 0000 & 00388032 a 0000 & 00388152 a 0000 & 00388249 a 0000 & 00388350 a 0000 & 00388477 a 0000 & 00388571 a 0000 & 00388725 a 0000 & 00388849 a 0000 & 00389035 a 0000 & 00389150 a 0000 & 00389231 a 0000 & 00389310 a 0000 & 00389607 a 0000 & 00389734 a 0000 & 00389861 a 0000 & 00389962 a 0000 & 00390071 a 0000 & 00390195 a 0000 & 00390332 a 0000 & 00390461 a 0000 & 00390539 a 0000 & 00390630 a 0000 & 00390725 a 0000 & 00390844 a 0000 & 00390943 a 0000 & 00391077 a 0000 & 00391162 a 0000 & 00391265 a 0000 & 00391368 a 0000 & 00391487 a 0000 & 00391572 a 0000 & 00391699 a 0000 & 00391806 a 0000 & 00391897 a 0000 & 00392093 a 0000 & 00392184 a 0000 & 00392281 a 0000 & 00392367 a 0000 & 00392460 a 0000 & 00392574 a 0000 & 00392706 a 0000 | having no hue; "neutral colors like black or white"
-00387392 00 s 04 argent 0 silver 0 silvery 0 silverish 0 003 & 00386392 a 0000 + 04962062 n 0303 + 14986144 n 0101 | of lustrous grey; covered with or tinged with the color of silver; "silvery hair"
-00387593 00 s 03 ash-grey 0 ash-gray 0 ashy 0 002 & 00386392 a 0000 + 14769160 n 0301 | of a light grey
-00387699 00 s 01 blackish 0 001 & 00386392 a 0000 | of something that is somewhat black; "blackish clouds"
-00387808 00 s 04 black-grey 0 black-gray 0 blackish-grey 0 blackish-gray 0 001 & 00386392 a 0000 | of dark grey
-00387922 00 s 03 blue-white 0 bluish-white 0 cool-white 0 001 & 00386392 a 0000 | of white tinged with blue
-00388032 00 s 04 blue-grey 0 blue-gray 0 bluish-grey 0 bluish-gray 0 001 & 00386392 a 0000 | of grey tinged with blue
-00388152 00 s 02 blue-black 0 bluish_black 0 001 & 00386392 a 0000 | of black tinged with blue
-00388249 00 s 02 brown-black 0 brownish-black 0 001 & 00386392 a 0000 | of black tinged with brown
-00388350 00 s 04 brown-grey 0 brown-gray 0 brownish-grey 0 brownish-gray 0 001 & 00386392 a 0000 | of grey tinged with brown
-00388477 00 s 01 canescent 0 001 & 00386392 a 0000 | of greyish white; "the canescent moon"
-00388571 00 s 01 chalky 0 003 & 00386392 a 0000 + 14806598 n 0101 + 04961472 n 0101 | of something having the color of chalk; "she turned chalky white"
-00388725 00 s 03 charcoal 0 charcoal-grey 0 charcoal-gray 0 002 & 00386392 a 0000 + 04962240 n 0101 | of a very dark grey
-00388849 00 s 05 coal-black 0 jet 0 jet-black 0 pitchy 0 sooty 0 003 & 00386392 a 0000 + 14793533 n 0503 + 14911704 n 0401 | of the blackest black; similar to the color of jet or coal
-00389035 00 s 01 cottony-white 0 001 & 00386392 a 0000 | of something as white as cotton; "cottony-white clouds"
-00389150 00 s 01 dull-white 0 001 & 00386392 a 0000 | of a dull shade of white
-00389231 00 s 02 ebon 0 ebony 0 001 & 00386392 a 0000 | of a very dark black
-00389310 00 s 04 grey 0 gray 0 greyish 0 grayish 0 004 & 00386392 a 0000 + 04961691 n 0201 + 04961691 n 0202 + 04961691 n 0104 | of an achromatic color of any lightness intermediate between the extremes of white and black; "the little grey cells"; "gray flannel suit"; "a man with greyish hair"
-00389607 00 s 04 grey-black 0 gray-black 0 greyish-black 0 grayish-black 0 001 & 00386392 a 0000 | of black tinged with grey
-00389734 00 s 04 grey-white 0 gray-white 0 greyish-white 0 grayish-white 0 001 & 00386392 a 0000 | of white tinged with grey
-00389861 00 s 02 greenish-grey 0 greenish-gray 0 001 & 00386392 a 0000 | of grey tinged with green
-00389962 00 s 02 green-white 0 greenish-white 0 001 & 00386392 a 0000 | of white flowers tinged with green
-00390071 00 s 01 hueless 0 001 & 00386392 a 0000 | of something totally lacking in saturation and therefore having no hue
-00390195 00 s 03 ink-black 0 inky 0 inky-black 0 003 & 00386392 a 0000 + 14917635 n 0201 + 04960277 n 0203 | of the color of black ink
-00390332 00 s 02 iron-grey 0 iron-gray 0 003 & 00386392 a 0000 + 04962548 n 0202 + 04962548 n 0101 | of the grey color of iron
-00390461 00 s 01 lily-white 0 001 & 00386392 a 0000 | of a pure white color
-00390539 00 s 01 milk-white 0 001 & 00386392 a 0000 | of a white the color of fresh milk
-00390630 00 s 02 olive-grey 0 olive-gray 0 001 & 00386392 a 0000 | of grey tinged with olive
-00390725 00 s 04 oxford-grey 0 oxford-gray 0 dark-grey 0 dark-gray 0 001 & 00386392 a 0000 | of a dark shade of grey
-00390844 00 s 02 pearl_grey 0 pearl_gray 0 001 & 00386392 a 0000 | of a grey with a pearly tinge
-00390943 00 s 02 pearly 0 pearly-white 0 003 & 00386392 a 0000 + 05283498 n 0102 + 04961331 n 0103 | of a white the color of pearls
-00391077 00 s 01 pinkish-white 0 001 & 00386392 a 0000 | of white tinged with pink
-00391162 00 s 02 purple-black 0 purplish-black 0 001 & 00386392 a 0000 | of black tinged with purple
-00391265 00 s 02 purple-white 0 purplish-white 0 001 & 00386392 a 0000 | of white tinged with purple
-00391368 00 s 04 red-grey 0 red-gray 0 reddish-grey 0 reddish-gray 0 001 & 00386392 a 0000 | of grey tinged with red
-00391487 00 s 01 sable 0 001 & 00386392 a 0000 | of a dark somewhat brownish black
-00391572 00 s 04 silver-grey 0 silver-gray 0 silvery-grey 0 silvery-gray 0 001 & 00386392 a 0000 | of grey resembling silver
-00391699 00 s 02 silver-white 0 silvery-white 0 001 & 00386392 a 0000 | of a white that resembles silver
-00391806 00 s 01 slate-black 0 001 & 00386392 a 0000 | of a black tinged with slate-grey
-00391897 00 s 08 slate-grey 0 slate-gray 0 slaty-grey 0 slaty-gray 0 slaty 0 slatey 0 stone-grey 0 stone-gray 0 001 & 00386392 a 0000 | of the color of slate or granite; "the slaty sky of dawn"
-00392093 00 s 02 snow-white 0 snowy 0 001 & 00386392 a 0000 | of the white color of snow
-00392184 00 s 02 soot-black 0 sooty-black 0 001 & 00386392 a 0000 | of the black color of soot
-00392281 00 s 01 violet-black 0 001 & 00386392 a 0000 | of black tinged with violet
-00392367 00 s 01 white-flowered 0 001 & 00386392 a 0000 | (of plants) having white flowers
-00392460 00 s 02 whitish 0 off-white 0 001 & 00386392 a 0000 | of something having a color tending toward white
-00392574 00 s 04 yellow-grey 0 yellow-gray 0 yellowish-grey 0 yellowish-gray 0 001 & 00386392 a 0000 | of grey tinged with yellow
-00392706 00 s 02 yellow-white 0 yellowish-white 0 001 & 00386392 a 0000 | of a white tinged with yellow
-00392812 00 a 01 black 1 004 ^ 00409440 a 0000 = 04979425 n 0000 + 04960277 n 0102 ! 00393105 a 0101 | being of the achromatic color of maximum darkness; having little or no hue owing to absorption of almost all incident light; "black leather jackets"; "as black as coal"; "rich black soil"
-00393105 00 a 01 white 1 006 ^ 00408660 a 0000 = 04979425 n 0000 + 04960729 n 0101 + 04960729 n 0102 ! 00392812 a 0101 & 00393422 a 0000 | being of the achromatic color of maximum lightness; having little or no hue owing to reflection of almost all incident light; "as white as fresh snow"; "a bride's white dress"
-00393422 00 s 01 albescent 0 001 & 00393105 a 0000 | becoming or shading into white
-00393508 00 a 02 saturated 3 pure 4 003 + 14486767 n 0202 ! 00393852 a 0101 & 00393683 a 0000 | (of color) being chromatically pure; not diluted with white or grey or black
-00393683 00 s 02 intense 0 vivid 0 003 & 00393508 a 0000 + 04975340 n 0204 + 04975340 n 0103 | (of color) having the highest saturation; "vivid green"; "intense blue"
-00393852 00 a 01 unsaturated 3 002 ! 00393508 a 0101 & 00393992 a 0000 | (of color) not chromatically pure; diluted; "an unsaturated red"
-00393992 00 s 01 dull 0 002 & 00393852 a 0000 + 04955633 n 0101 | (of color) very low in saturation; highly diluted; "dull greens and blues"
-00394135 00 a 02 color 0 colour 2 002 ;c 00903559 n 0000 ! 00394331 a 0101 | having or capable of producing colors; "color film"; "he rented a color television"; "marvelous color illustrations"
-00394331 00 a 02 black-and-white 0 black_and_white(p) 2 002 ;c 00903559 n 0000 ! 00394135 a 0101 | not having or not capable of producing colors; "black-and-white film"; "a black-and-white TV"; "the movie was in black and white"
-00394562 00 a 03 colored 0 coloured 0 colorful 2 048 = 04956594 n 0000 ! 00401650 a 0101 & 00395626 a 0000 & 00395977 a 0000 & 00396115 a 0000 & 00396296 a 0000 & 00396444 a 0000 & 00396523 a 0000 & 00396627 a 0000 & 00396721 a 0000 & 00396839 a 0000 & 00396958 a 0000 & 00397108 a 0000 & 00397191 a 0000 & 00397314 a 0000 & 00397441 a 0000 & 00397532 a 0000 & 00397633 a 0000 & 00397757 a 0000 & 00397870 a 0000 & 00397975 a 0000 & 00398172 a 0000 & 00398271 a 0000 & 00398373 a 0000 & 00398482 a 0000 & 00398581 a 0000 & 00398677 a 0000 & 00398816 a 0000 & 00398978 a 0000 & 00399479 a 0000 & 00399606 a 0000 & 00399715 a 0000 & 00399840 a 0000 & 00399923 a 0000 & 00400013 a 0000 & 00400101 a 0000 & 00400193 a 0000 & 00400312 a 0000 & 00400395 a 0000 & 00400472 a 0000 & 00400644 a 0000 & 00400737 a 0000 & 00400826 a 0000 & 00400922 a 0000 & 00401028 a 0000 & 00401125 a 0000 & 00401444 a 0000 & 00401562 a 0000 | having color or a certain color; sometimes used in combination; "colored crepe paper"; "the film was in color"; "amber-colored heads of grain"
-00395626 00 s 05 crimson 0 red 0 reddened 0 red-faced 0 flushed 0 002 & 00394562 a 0000 + 14336539 n 0202 | (especially of the face) reddened or suffused with or as if with blood from emotion or exertion; "crimson with fury"; "turned red from exertion"; "with puffy reddened eyes"; "red-faced and violent"; "flushed (or crimson) with embarrassment"
-00395977 00 s 01 bay 0 002 & 00394562 a 0000 + 02388917 n 0101 | (used of animals especially a horse) of a moderate reddish-brown color
-00396115 00 s 06 bicolor 0 bicolour 0 bicolored 0 bicoloured 0 bichrome 0 dichromatic 0 001 & 00394562 a 0000 | having two colors; "a bicolor flower"; "a bicolored postage stamp"
-00396296 00 s 02 black 0 blackened 0 001 & 00394562 a 0000 | (of the face) made black especially as with suffused blood; "a face black with fury"
-00396444 00 s 01 blue-flowered 0 001 & 00394562 a 0000 | having blue flowers
-00396523 00 s 02 brightly-colored 0 brightly-coloured 0 001 & 00394562 a 0000 | having a bright color
-00396627 00 s 02 buff-colored 0 buff-coloured 0 001 & 00394562 a 0000 | having a buff color
-00396721 00 s 02 chestnut-colored 0 chestnut-coloured 0 001 & 00394562 a 0000 | having the brown color of chestnuts
-00396839 00 s 02 chocolate-colored 0 chocolate-coloured 0 001 & 00394562 a 0000 | having the color of dark chocolate
-00396958 00 s 04 cinnamon_colored 0 cinnamon_coloured 0 cinnamon-colored 0 cinnamon-coloured 0 001 & 00394562 a 0000 | having the color of cinnamon
-00397108 00 s 01 cinnamon-red 0 001 & 00394562 a 0000 | red tinged with cinnamon
-00397191 00 s 03 cream-colored 0 creamy-colored 0 creamy-white 0 001 & 00394562 a 0000 | having the color of fresh cream
-00397314 00 s 04 dark-colored 0 dark-coloured 0 dusky-colored 0 dusky-coloured 0 001 & 00394562 a 0000 | having a dark color
-00397441 00 s 02 dun-colored 0 dun-coloured 0 001 & 00394562 a 0000 | having a dun color
-00397532 00 s 02 fawn-colored 0 fawn-coloured 0 001 & 00394562 a 0000 | having the color of a fawn
-00397633 00 s 02 flame-colored 0 flame-coloured 0 001 & 00394562 a 0000 | having the brilliant orange-red color of flames
-00397757 00 s 02 flesh-colored 0 flesh-coloured 0 001 & 00394562 a 0000 | having a bright red or pinkish color
-00397870 00 s 02 garnet-colored 0 garnet-coloured 0 001 & 00394562 a 0000 | having the color of garnet
-00397975 00 s 02 ginger 0 gingery 0 001 & 00394562 a 0000 | (used especially of hair or fur) having a bright orange-brown color; "a man with gingery hair and bright blue eyes"; "a ginger kitten"
-00398172 00 s 02 gold-colored 0 gold-coloured 0 001 & 00394562 a 0000 | having the color of gold
-00398271 00 s 02 honey-colored 0 honey-coloured 0 001 & 00394562 a 0000 | having the color of honey
-00398373 00 s 01 indigo 0 001 & 00394562 a 0000 | having a color between blue and violet; "indigo flowers"
-00398482 00 s 02 lead-colored 0 lead-coloured 0 001 & 00394562 a 0000 | having the color of lead
-00398581 00 s 02 liver-colored 0 liver 0 001 & 00394562 a 0000 | having a reddish-brown color
-00398677 00 s 04 metal-colored 0 metal-coloured 0 metallic-colored 0 metallic-coloured 0 001 & 00394562 a 0000 | having a metallic color
-00398816 00 s 04 monochromatic 0 monochrome 0 monochromic 0 monochromous 0 002 & 00394562 a 0000 + 03783304 n 0201 | having or appearing to have only one color
-00398978 00 s 11 motley 0 calico 0 multicolor 0 multi-color 0 multicolour 0 multi-colour 0 multicolored 0 multi-colored 0 multicoloured 0 multi-coloured 0 painted 0 particolored 0 particoloured 0 piebald 0 pied 0 varicolored 0 varicoloured 0 004 & 00394562 a 0000 + 02939763 n 0201 + 03789794 n 0101 + 03789603 n 0101 | having sections or patches colored differently and usually brightly; "a jester dressed in motley"; "the painted desert"; "a particolored dress"; "a piebald horse"; "pied daisies"
-00399479 00 s 02 neutral-colored 0 neutral-coloured 0 001 & 00394562 a 0000 | having a color that does not attract attention
-00399606 00 s 02 olive-colored 0 olive-coloured 0 001 & 00394562 a 0000 | having the color of green olives
-00399715 00 s 03 orange-colored 0 orange-coloured 0 orange-hued 0 001 & 00394562 a 0000 | having the color of ripe oranges
-00399840 00 s 01 orange-flowered 0 001 & 00394562 a 0000 | having orange flowers
-00399923 00 s 02 pale-colored 0 pale-hued 0 001 & 00394562 a 0000 | having a pale color
-00400013 00 s 01 pastel-colored 0 001 & 00394562 a 0000 | having pale delicate colors
-00400101 00 s 01 peach-colored 0 001 & 00394562 a 0000 | having the color of a ripe peach
-00400193 00 s 03 polychromatic 0 polychrome 0 polychromic 0 001 & 00394562 a 0000 | having or exhibiting many colors
-00400312 00 s 01 purple-flowered 0 001 & 00394562 a 0000 | having purple flowers
-00400395 00 s 01 red-flowered 0 001 & 00394562 a 0000 | having red flowers
-00400472 00 s 01 roan 0 002 & 00394562 a 0000 + 02375302 n 0101 | (used of especially horses) having a brownish coat thickly sprinkled with white or grey; "a roan horse"
-00400644 00 s 02 rose-colored 0 rosy-colored 0 001 & 00394562 a 0000 | having a rose color
-00400737 00 s 01 rust-colored 0 001 & 00394562 a 0000 | having the brown color of rust
-00400826 00 s 01 silver-colored 0 001 & 00394562 a 0000 | having the color of polished silver
-00400922 00 s 02 straw-colored 0 straw-coloured 0 001 & 00394562 a 0000 | having the color of dry straw
-00401028 00 s 02 tawny-colored 0 tawny-coloured 0 001 & 00394562 a 0000 | having a tawny color
-00401125 00 s 03 trichromatic 0 trichrome 0 tricolor 0 001 & 00394562 a 0000 | having or involving three colors; "trichromatic vision"; "a trichromatic printing process"; "trichromatic staining is the staining of tissue samples differentially in three colors"; "tricolor plumage"; "a tricolor process in photography"
-00401444 00 s 03 violet-colored 0 violet-coloured 0 violet-flowered 0 001 & 00394562 a 0000 | having a violet color
-00401562 00 s 01 violet-purple 0 001 & 00394562 a 0000 | light violet and dark purple
-00401650 00 a 02 uncolored 0 uncoloured 0 005 ^ 00386392 a 0000 = 04956594 n 0000 ! 00394562 a 0101 & 00401831 a 0000 & 00401922 a 0000 | without color; "pure water is uncolored"
-00401831 00 s 01 achromatous 0 001 & 00401650 a 0000 | having little or inadequate color
-00401922 00 s 02 achromic 0 achromous 0 001 & 00401650 a 0000 | having no color
-00402004 00 a 01 stained 0 001 ! 00402159 a 0101 | marked or dyed or discolored with foreign matter; "a badly stained tablecloth"; "tear-stained cheeks"
-00402159 00 a 01 unstained 0 002 ! 00402004 a 0101 & 00402285 a 0000 | not stained; "An apron keeps his clothing unstained"
-00402285 00 s 01 untreated 0 001 & 00402159 a 0000 | (of a specimen for study under a microscope) not treated with a reagent or dye
-00402419 00 a 02 colorful 0 colourful 0 012 ^ 00366691 a 0000 = 05193338 n 0000 ! 00404202 a 0101 & 00402731 a 0000 & 00402855 a 0000 & 00403072 a 0000 & 00403385 a 0000 & 00403505 a 0000 & 00403654 a 0000 & 00403819 a 0000 & 00403982 a 0000 & 00404110 a 0000 | having striking color; "colorful autumn leaves"
-00402731 00 s 01 ablaze 0 001 & 00402419 a 0000 | resembling flame in brilliance or color; "maple trees ablaze in autumn"
-00402855 00 s 03 bright 0 brilliant 0 vivid 0 004 & 00402419 a 0000 + 04975340 n 0304 + 04954920 n 0203 + 04952242 n 0101 | having striking color; "bright dress"; "brilliant tapestries"; "a bird with vivid plumage"
-00403072 00 s 04 changeable 0 chatoyant 0 iridescent 0 shot 0 004 & 00402419 a 0000 + 04953678 n 0302 + 02733928 v 0301 + 04733640 n 0101 | varying in color when seen in different lights or from different angles; "changeable taffeta"; "chatoyant (or shot) silk"; "a dragonfly hovered, vibrating and iridescent"
-00403385 00 s 02 deep 0 rich 0 002 & 00402419 a 0000 + 04958460 n 0201 | strong; intense; "deep purple"; "a rich red"
-00403505 00 s 01 fluorescent 0 002 & 00402419 a 0000 + 02161160 v 0101 | brilliantly colored and apparently giving off light; "fluorescent colors"
-00403654 00 s 01 prismatic 0 002 & 00402419 a 0000 + 04005340 n 0101 | exhibiting spectral colors formed by refraction of light through a prism; "prismatic light"
-00403819 00 s 01 psychedelic 0 001 & 00402419 a 0000 | having the vivid colors and bizarre patterns associated with psychedelic states; "a psychedelic painting"
-00403982 00 s 01 shrill 0 002 & 00402419 a 0000 + 05193621 n 0101 | of colors that are bright and gaudy; "a shrill turquoise"
-00404110 00 s 01 vibrant 0 001 & 00402419 a 0000 | of colors that are bright and striking
-00404202 00 a 02 colorless 2 colourless 2 016 ^ 00386392 a 0000 = 05193338 n 0000 + 04958634 n 0202 + 04958634 n 0101 ! 00402419 a 0101 & 00404568 a 0000 & 00404961 a 0000 & 00405179 a 0000 & 00405406 a 0000 & 00405554 a 0000 & 00405750 a 0000 & 00405879 a 0000 & 00406140 a 0000 & 00406348 a 0000 & 00406495 a 0000 & 00406743 a 0000 | weak in color; not colorful
-00404568 00 s 05 ashen 0 blanched 0 bloodless 0 livid 0 white 0 003 & 00404202 a 0000 + 04977561 n 0401 + 04977561 n 0402 | anemic looking from illness or emotion; "a face turned ashen"; "the invalid's blanched cheeks"; "tried to speak with bloodless lips"; "a face livid with shock"; "lips...livid with the hue of death"- Mary W. Shelley; "lips white with terror"; "a face white with rage"
-00404961 00 s 04 bleached 0 faded 0 washed-out 0 washy 0 001 & 00404202 a 0000 | having lost freshness or brilliance of color; "sun-bleached deck chairs"; "faded jeans"; "a very pale washed-out blue"; "washy colors"
-00405179 00 s 04 drab 0 sober 0 somber 0 sombre 0 003 & 00404202 a 0000 + 13985462 n 0403 + 13985462 n 0302 | lacking brightness or color; dull; "drab faded curtains"; "sober Puritan grey"; "children in somber brown clothes"
-00405406 00 s 02 dulled 0 greyed 0 001 & 00404202 a 0000 | deprived of color; "colors dulled by too much sun"; "greyed with the dust of the road"
-00405554 00 s 03 etiolate 0 etiolated 0 blanched 2 002 & 00404202 a 0000 ;c 00017222 n 0000 | (especially of plants) developed without chlorophyll by being deprived of light; "etiolated celery"
-00405750 00 s 01 lurid 0 002 & 00404202 a 0000 + 04977561 n 0103 | ghastly pale; "moonlight gave the statue a lurid luminence"
-00405879 00 s 03 pale 0 pallid 0 wan 0 004 & 00404202 a 0000 + 04977561 n 0307 + 04977561 n 0205 + 04977561 n 0104 | abnormally deficient in color as suggesting physical or emotional distress; "the pallid face of the invalid"; "her wan face suddenly flushed"
-00406140 00 s 02 pasty 0 pastelike 0 002 & 00404202 a 0000 + 14704966 n 0101 | resembling paste in color; pallid; "he looked pasty and red-eyed"; "a complexion that had been pastelike was now chalky white"
-00406348 00 s 01 prefaded 0 001 & 00404202 a 0000 | (of fabric or clothing) having been given a faded (weathered) appearance by artificial means
-00406495 00 s 03 waxen 0 waxlike 0 waxy 0 001 & 00404202 a 0000 | having the paleness of wax; "the poor face with the same awful waxen pallor"- Bram Stoker; "the soldier turned his waxlike features toward him"; "a thin face with a waxy paleness"
-00406743 00 s 02 white 2 whitened 2 001 & 00404202 a 0000 | (of hair) having lost its color; "the white hairs of old age"
-00406867 00 a 02 colorful 3 colourful 3 007 ! 00408031 a 0202 ! 00408031 a 0101 & 00407151 a 0000 & 00407420 a 0000 & 00407654 a 0000 & 00407766 a 0000 & 00407887 a 0000 | striking in variety and interest; "a colorful period of history"; "a colorful character"; "colorful language"
-00407151 00 s 03 brave 0 braw 0 gay 0 002 & 00406867 a 0000 ;r 08890097 n 0201 | brightly colored and showy; "girls decked out in brave new dresses"; "brave banners flying"; "`braw' is a Scottish word"; "a dress a bit too gay for her years"; "birds with gay plumage"
-00407420 00 s 05 flashy 0 gaudy 0 jazzy 0 showy 0 sporty 0 006 & 00406867 a 0000 + 04699936 n 0404 + 04818700 n 0203 + 04690769 n 0202 + 06889330 n 0103 + 04818700 n 0101 | (used especially of clothes) marked by conspicuous display
-00407654 00 s 01 many-sided 0 001 & 00406867 a 0000 | full of variety or interest; "a many-sided personality"
-00407766 00 s 01 noisy 0 001 & 00406867 a 0000 | attracting attention by showiness or bright colors; "a noisy sweater"
-00407887 00 s 01 picturesque 0 002 & 00406867 a 0000 + 04819822 n 0101 | strikingly expressive; "a picturesque description of the rainforest"
-00408031 00 a 02 colorless 3 colourless 3 005 ^ 00806512 a 0000 ! 00406867 a 0202 ! 00406867 a 0101 & 00408284 a 0000 & 00408445 a 0000 | lacking in variety and interest; "a colorless and unimaginative person"; "a colorless description of the parade"
-00408284 00 s 01 neutral 0 001 & 00408031 a 0000 | lacking distinguishing quality or characteristics; "a neutral personality that made no impression whatever"
-00408445 00 s 02 pale 0 pallid 0 001 & 00408031 a 0000 | lacking in vitality or interest or effectiveness; "a pale rendition of the aria"; "pale prose with the faint sweetness of lavender"; "a pallid performance"
-00408660 00 a 02 light 5 light-colored 0 008 ^ 00393105 a 0000 = 04979425 n 0000 + 04979758 n 0101 ! 00409440 a 0101 & 00408992 a 0000 & 00409141 a 0000 & 00409207 a 0000 & 00409319 a 0000 | (used of color) having a relatively small amount of coloring agent; "light blue"; "light colors such as pastels"; "a light-colored powder"
-00408992 00 s 01 pale 0 002 & 00408660 a 0000 + 04975612 n 0101 | very light colored; highly diluted with white; "pale seagreen"; "pale blue eyes"
-00409141 00 s 01 palish 0 001 & 00408660 a 0000 | slightly pale
-00409207 00 s 01 pastel 0 002 & 00408660 a 0000 + 04974575 n 0101 | delicate and pale in color; "pastel pink"
-00409319 00 s 01 powdery 0 001 & 00408660 a 0000 | as if dulled in color with a sprinkling of powder; "a powdery blue"
-00409440 00 a 01 dark 2 005 ^ 00392812 a 0000 = 04979425 n 0000 + 04979870 n 0101 ! 00408660 a 0101 & 00409668 a 0000 | (used of color) having a dark hue; "dark green"; "dark glasses"; "dark colors like wine red or navy blue"
-00409668 00 s 01 darkish 0 001 & 00409440 a 0000 | slightly dark; "darkish red"
-00409750 00 a 01 chromatic 1 002 ;c 07020895 n 0000 ! 00409889 a 0101 | based on a scale consisting of 12 semitones; "a chromatic scale"
-00409889 00 a 01 diatonic 0 002 ;c 07020895 n 0000 ! 00409750 a 0101 | based on the standard major or minor scales consisting of 5 tones and 2 semitones without modulation by accidentals
-00410078 00 a 01 cismontane 0 002 ! 00410449 a 0101 & 00410268 a 0000 | on this (the speaker's) side of the mountains; "a contest in Virginia between a cismontane and a tramontane people"
-00410268 00 s 02 cisalpine 0 ultramontane 1 001 & 00410078 a 0000 | on the Italian or Roman side of the Alps; "ancient cisalpine Gaul included an area south and east of the Alps"
-00410449 00 a 02 tramontane 0 transmontane 0 002 ! 00410078 a 0101 & 00410668 a 0000 | on or coming from the other side of the mountains (from the speaker); "the transmontane section of the state"; "tramontane winds"
-00410668 00 s 02 transalpine 0 ultramontane 2 002 & 00410449 a 0000 + 10723731 n 0101 | on or relating to or characteristic of the region or peoples beyond the Alps from Italy (or north of the Alps); "ancient transalpine Gaul was an area northwest of the Alps and included modern France and Belgium"; "Cracow was a transalpine university"
-00411009 00 a 01 christian 0 005 + 11083656 n 0105 + 06226057 n 0101 ! 00411481 a 0101 & 00411215 a 0000 & 00411353 a 0000 | following the teachings or manifesting the qualities or spirit of Jesus Christ
-00411215 00 s 01 christianly 0 002 & 00411009 a 0000 + 09678009 n 0101 | becoming to or like a Christian; "gentle christianly behavior"
-00411353 00 s 02 christlike 0 christly 0 002 & 00411009 a 0000 + 11083656 n 0205 | resembling or showing the spirit of Christ
-00411481 00 a 01 unchristian 0 003 ! 00411009 a 0101 & 00411599 a 0000 & 00411694 a 0000 | not of a Christian faith
-00411599 00 s 02 christless 0 nonchristian 0 001 & 00411481 a 0000 | not believing in Christ
-00411694 00 s 02 unchristianly 0 unchristlike 0 001 & 00411481 a 0000 | not becoming to or like a Christian; "ashamed to have to recognize how unchristianly his assumptions and motives are"
-00411886 00 a 02 civilized 0 civilised 0 006 ^ 00829745 a 0000 ^ 01947266 a 0000 ! 00412567 a 0101 & 00412171 a 0000 & 00412355 a 0000 & 00412460 a 0000 | having a high state of culture and development both social and technological; "terrorist acts that shocked the civilized world"
-00412171 00 s 01 advanced 0 001 & 00411886 a 0000 | (of societies) highly developed especially in technology or industry; "advanced societies"; "an advanced country technologically"
-00412355 00 s 01 civil 0 001 & 00411886 a 0000 | of or in a condition of social order; "civil peoples"
-00412460 00 s 01 humane 0 001 & 00411886 a 0000 | showing evidence of moral and intellectual advancement
-00412567 00 a 02 noncivilized 0 noncivilised 0 006 ^ 00830717 a 0000 ! 00411886 a 0101 & 00412788 a 0000 & 00413224 a 0000 & 00413312 a 0000 & 00413432 a 0000 | not having a high state of culture and social development
-00412788 00 s 06 barbarian 0 barbaric 0 savage 0 uncivilized 0 uncivilised 0 wild 0 008 & 00412567 a 0000 + 13939353 n 0601 + 04907826 n 0601 + 10553402 n 0301 + 05038251 n 0301 + 00424934 n 0202 + 10410815 n 0102 + 10553402 n 0102 | without civilizing influences; "barbarian invaders"; "barbaric practices"; "a savage people"; "fighting is crude and uncivilized especially if the weapons are efficient"-Margaret Meade; "wild tribes"
-00413224 00 s 01 barbarous 0 001 & 00412567 a 0000 | primitive in customs and culture
-00413312 00 s 02 preliterate 0 nonliterate 0 001 & 00412567 a 0000 | used of a society that has not developed writing
-00413432 00 s 01 primitive 0 004 & 00412567 a 0000 ;c 06143546 n 0000 + 09627462 n 0101 + 14472624 n 0103 | used of preliterate or tribal or nonindustrial societies; "primitive societies"
-00413622 00 a 02 classical 0 classic 0 004 ;c 06156968 n 0000 ! 00414227 a 0101 & 00413861 a 0000 & 00414080 a 0000 | of or relating to the most highly developed stage of an earlier civilisation and its culture; "classic Cinese pottery"
-00413861 00 s 05 classical 1 classic 1 Greco-Roman 0 Graeco-Roman 0 Hellenic 0 001 & 00413622 a 0000 | of or pertaining to or characteristic of the ancient Greek and Roman cultures; "classical mythology"; "classical
-00414080 00 s 02 neoclassic 0 neoclassical 0 002 & 00413622 a 0000 + 06154464 n 0201 | characteristic of a revival of an earlier classical style
-00414227 00 a 01 nonclassical 0 004 ;c 06156968 n 0000 ! 00413622 a 0101 & 00414354 a 0000 & 00414518 a 0000 | not classical
-00414354 00 s 01 modern 0 003 & 00414227 a 0000 + 05050668 n 0101 + 05050668 n 0102 | characteristic of present-day art and music and literature and architecture
-00414518 00 s 02 popular 0 pop 0 004 & 00414227 a 0000 ;c 07020895 n 0000 ;c 00933420 n 0000 + 04808639 n 0101 | (of music or art) new and of general appeal (especially among young people)
-00414709 00 a 01 classified 1 003 ! 00415002 a 0101 & 00414823 a 0000 & 00414919 a 0000 | arranged into classes
-00414823 00 s 02 categorized 0 categorised 0 001 & 00414709 a 0000 | arranged into categories
-00414919 00 s 02 grouped 0 sorted 0 001 & 00414709 a 0000 | arranged into groups
-00415002 00 a 01 unclassified 1 002 ! 00414709 a 0101 & 00415116 a 0000 | not arranged in any specific grouping
-00415116 00 s 03 uncategorized 0 uncategorised 0 unsorted 0 001 & 00415002 a 0000 | not categorized or sorted
-00415228 00 a 01 classified 2 007 ! 00416415 a 0101 & 00415543 a 0000 & 00415696 a 0000 & 00415931 a 0000 & 00416045 a 0000 & 00416164 a 0000 & 00416301 a 0000 | official classification of information or documents; withheld from general circulation; "thousands of classified documents have now been declassified"
-00415543 00 s 01 eyes-only 0 001 & 00415228 a 0000 | official classification for documents; meant to be seen by only the person to whom it is directed
-00415696 00 s 01 confidential 0 002 & 00415228 a 0000 + 14416668 n 0101 | the level of official classification for documents next above restricted and below secret; available only to persons authorized to see documents so classified
-00415931 00 s 01 restricted 0 001 & 00415228 a 0000 | the lowest level of official classification for documents
-00416045 00 s 01 secret 0 001 & 00415228 a 0000 | the next to highest level of official classification for documents
-00416164 00 s 01 sensitive 0 001 & 00415228 a 0000 | of or pertaining to classified information or matters affecting national security
-00416301 00 s 01 top-secret 0 001 & 00415228 a 0000 | the highest official level of classification of documents
-00416415 00 a 01 unclassified 2 003 ! 00415228 a 0101 & 00416550 a 0000 & 00416651 a 0000 | not subject to a security classification
-00416550 00 s 01 declassified 0 001 & 00416415 a 0000 | having had security classification removed
-00416651 00 s 02 nonsensitive 0 unrestricted 0 001 & 00416415 a 0000 | never having had security classification
-00416765 00 a 01 analyzed 0 001 ! 00417032 a 0101 | examined carefully and methodically; broken down for consideration of constituent parts; "the analyzed data indicated surprising trends"; "a carefully analyzed poem can be like a dead butterfly pinned to a board"
-00417032 00 a 01 unanalyzed 0 002 ! 00416765 a 0101 & 00417204 a 0000 | not analyzed or broken down for detailed examination; "an unanalyzed compound"; "unanalyzed data"
-00417204 00 s 02 crude 0 raw 0 003 & 00417032 a 0000 + 14462193 n 0202 + 14472624 n 0102 | not processed or subjected to analysis; "raw data"; "the raw cost of production"; "only the crude vital statistics"
-00417413 00 a 01 clean 1 015 ^ 02115324 a 0000 ^ 02422685 a 0000 = 14496193 n 0000 + 14496193 n 0101 ! 00419289 a 0101 & 00417898 a 0000 & 00417978 a 0000 & 00418110 a 0000 & 00418198 a 0000 & 00418364 a 0000 & 00418679 a 0000 & 00418809 a 0000 & 00418950 a 0000 & 00419058 a 0000 & 00419175 a 0000 | free from dirt or impurities; or having clean habits; "children with clean shining faces"; "clean white shirts"; "clean dishes"; "a spotlessly clean house"; "cats are clean animals"
-00417898 00 s 01 cleanable 0 001 & 00417413 a 0000 | capable of being cleaned
-00417978 00 s 01 cleanly 0 002 & 00417413 a 0000 + 04896161 n 0101 | habitually clean; "cleanly in their persons and habitations"
-00418110 00 s 01 dry-cleaned 0 001 & 00417413 a 0000 | cleaned with chemical solvents
-00418198 00 s 02 fresh 0 unused 0 002 & 00417413 a 0000 + 04926728 n 0101 | not yet used or soiled; "a fresh shirt"; "a fresh sheet of paper"; "an unused envelope"
-00418364 00 s 07 immaculate 0 speckless 0 spick-and-span 0 spic-and-span 0 spic 0 spick 0 spotless 0 003 & 00417413 a 0000 + 14496563 n 0701 + 14496563 n 0102 | completely neat and clean; "the apartment was immaculate"; "in her immaculate white uniform"; "a spick-and-span kitchen"; "their spic red-visored caps"
-00418679 00 s 01 pristine 0 001 & 00417413 a 0000 | immaculately clean and unused; "handed her his pristine white handkerchief"
-00418809 00 s 01 scrubbed 0 001 & 00417413 a 0000 | made clean by scrubbing; "fresh-scrubbed floors"; "boys with scrubbed necks and faces"
-00418950 00 s 03 unsoiled 0 unspotted 0 unstained 0 001 & 00417413 a 0000 | without soil or spot or stain
-00419058 00 s 01 unsullied 0 001 & 00417413 a 0000 | spotlessly clean and fresh; "the unsullied snow of mountains"
-00419175 00 s 02 washed 0 water-washed 0 001 & 00417413 a 0000 | clean by virtue of having been washed in water
-00419289 00 a 03 dirty 1 soiled 4 unclean 4 030 ^ 02424254 a 0000 = 14496193 n 0000 + 14497763 n 0302 + 14498096 n 0101 + 14497763 n 0101 ! 00417413 a 0101 & 00420182 a 0000 & 00420287 a 0000 & 00420480 a 0000 & 00420650 a 0000 & 00421002 a 0000 & 00421202 a 0000 & 00421308 a 0000 & 00421383 a 0000 & 00421513 a 0000 & 00421590 a 0000 & 00421875 a 0000 & 00422168 a 0000 & 00422374 a 0000 & 00422546 a 0000 & 00422620 a 0000 & 00422772 a 0000 & 00422870 a 0000 & 00423001 a 0000 & 00423269 a 0000 & 00423431 a 0000 & 00423569 a 0000 & 00423689 a 0000 & 00423781 a 0000 & 00423874 a 0000 | soiled or likely to soil with dirt or grime; "dirty unswept sidewalks"; "a child in dirty overalls"; "dirty slums"; "piles of dirty dishes"; "put his dirty feet on the clean sheet"; "wore an unclean shirt"; "mining is a dirty job"; "Cinderella did the dirty work while her sisters preened themselves"
-00420182 00 s 01 Augean 0 002 & 00419289 a 0000 + 09486424 n 0101 | extremely filthy from long neglect
-00420287 00 s 02 bedraggled 0 draggled 0 001 & 00419289 a 0000 | limp and soiled as if dragged in the mud; "the beggar's bedraggled clothes"; "scarecrows in battered hats or draggled skirts"
-00420480 00 s 02 befouled 0 fouled 0 001 & 00419289 a 0000 | made dirty or foul; "a building befouled with soot"; "breathing air fouled and darkened with factory soot"
-00420650 00 s 06 begrimed 0 dingy 0 grimy 0 grubby 0 grungy 0 raunchy 0 007 & 00419289 a 0000 + 14498096 n 0507 + 14498843 n 0402 + 14498096 n 0303 + 14498843 n 0301 + 14498567 n 0202 + 14498567 n 0201 | thickly covered with ingrained dirt or soot; "a miner's begrimed face"; "dingy linen"; "grimy hands"; "grubby little fingers"; "a grungy kitchen"
-00421002 00 s 02 black 0 smutty 0 003 & 00419289 a 0000 + 14498972 n 0201 + 04960277 n 0102 | soiled with dirt or soot; "with feet black from playing outdoors"; "his shirt was black within an hour"
-00421202 00 s 01 buggy 0 003 & 00419289 a 0000 + 02236355 n 0101 + 14472526 n 0101 | infested with bugs
-00421308 00 s 01 cobwebby 0 001 & 00419289 a 0000 | covered with cobwebs
-00421383 00 s 01 dirty-faced 0 001 & 00419289 a 0000 | having a dirty face; "a crowd of dirty-faced ragamuffins surrounded him"
-00421513 00 s 01 feculent 0 001 & 00419289 a 0000 | foul with waste matter
-00421590 00 s 03 filthy 0 foul 0 nasty 0 006 & 00419289 a 0000 + 14495761 n 0304 + 14495761 n 0203 + 14498096 n 0102 + 14495761 n 0101 + 14495761 n 0102 | disgustingly dirty; filled or smeared with offensive matter; "as filthy as a pigsty"; "a foul pond"; "a nasty pigsty of a room"
-00421875 00 s 03 flyblown 0 squalid 0 sordid 0 003 & 00419289 a 0000 + 14499111 n 0301 + 14499111 n 0203 | foul and run-down and repulsive; "a flyblown bar on the edge of town"; "a squalid overcrowded apartment in the poorest part of town"; "squalid living conditions"; "sordid shantytowns"
-00422168 00 s 02 greasy 0 oily 0 004 & 00419289 a 0000 + 05000116 n 0202 + 14890945 n 0101 + 05000116 n 0101 | smeared or soiled with grease or oil; "greasy coveralls"; "get rid of rubbish and oily rags"
-00422374 00 s 01 lousy 0 005 & 00419289 a 0000 + 02185481 n 0103 + 02251775 n 0102 + 02183857 n 0101 + 14454450 n 0102 | infested with lice; "burned their lousy clothes"
-00422546 00 s 01 maculate 0 001 & 00419289 a 0000 | spotted or blotched
-00422620 00 s 02 mucky 0 muddy 0 002 & 00419289 a 0000 + 14956661 n 0108 | dirty and messy; covered with mud or muck; "muddy boots"; "a mucky stable"
-00422772 00 s 01 ratty 0 002 & 00419289 a 0000 + 02331046 n 0101 | dirty and infested with rats
-00422870 00 s 01 scummy 0 002 & 00419289 a 0000 + 04157703 n 0101 | covered with scum; "the scummy surface of the polluted pond"
-00423001 00 s 01 smudgy 0 002 & 00419289 a 0000 + 04694441 n 0101 | smeared with something that soils or stains; these words are often used in combination; "oil-smeared work clothes"; "hostile faces smirched by the grime and rust"- Henry Roth; "ink-smudged fingers"
-00423269 00 s 02 snotty 0 snot-nosed 0 002 & 00419289 a 0000 + 05416048 n 0101 | dirty with nasal discharge; "a snotty nose"; "a house full of snot-nosed kids"
-00423431 00 s 01 sooty 0 003 & 00419289 a 0000 + 14498972 n 0102 + 14793533 n 0103 | covered with or as if with soot; "a sooty chimney"
-00423569 00 s 02 travel-soiled 0 travel-stained 0 001 & 00419289 a 0000 | soiled from travel; "travel-soiled clothes"
-00423689 00 s 01 uncleanly 0 002 & 00419289 a 0000 + 04896724 n 0101 | habitually unclean
-00423781 00 s 01 unswept 0 001 & 00419289 a 0000 | not having been swept; "unswept floors"
-00423874 00 s 01 unwashed 0 001 & 00419289 a 0000 | not cleaned with or as if with soap and water; "a sink full of unwashed dishes"
-00424008 00 a 02 clean 2 unobjectionable 2 003 ^ 00682932 a 0000 ! 00424370 a 0101 & 00424240 a 0000 | (of behavior or especially language) free from objectionable elements; fit for all observers; "good clean fun"; "a clean joke"
-00424240 00 s 01 antiseptic 0 001 & 00424008 a 0000 | devoid of objectionable language; "lyrics as antiseptic as Sunday School"
-00424370 00 a 01 dirty 2 011 ^ 00683185 a 0000 + 04903678 n 0102 ! 00424008 a 0101 & 00424787 a 0000 & 00425002 a 0000 & 00425234 a 0000 & 00425313 a 0000 & 00425588 a 0000 & 00425740 a 0000 & 00426068 a 0000 & 00426186 a 0000 | (of behavior or especially language) characterized by obscenity or indecency; "dirty words"; "a dirty old man"; "dirty books and movies"; "boys telling dirty jokes"; "has a dirty mouth"
-00424787 00 s 03 bawdy 0 off-color 0 ribald 0 005 & 00424370 a 0000 + 10528969 n 0301 + 07124736 n 0102 + 10485440 n 0105 + 04903368 n 0103 | humorously vulgar; "bawdy songs"; "off-color jokes"; "ribald language"
-00425002 00 s 03 blasphemous 0 blue 2 profane 0 004 & 00424370 a 0000 + 04856014 n 0301 + 07128527 n 0301 + 07124172 n 0101 | characterized by profanity or cursing; "foul-mouthed and blasphemous"; "blue language"; "profane words"
-00425234 00 s 01 dirty-minded 0 001 & 00424370 a 0000 | having lewd thoughts
-00425313 00 s 05 cruddy 0 filthy 0 foul 0 nasty 0 smutty 0 007 & 00424370 a 0000 + 04903678 n 0501 + 07124340 n 0502 + 00747215 n 0505 + 04842515 n 0405 + 07124340 n 0204 + 04852962 n 0201 | characterized by obscenity; "had a filthy mouth"; "foul language"; "smutty jokes"
-00425588 00 s 02 foul-mouthed 0 foul-spoken 0 001 & 00424370 a 0000 | using foul or obscene language; "noisy foul-mouthed women all shouting at once"
-00425740 00 s 04 lewd 0 obscene 0 raunchy 0 salacious 0 006 & 00424370 a 0000 + 04903368 n 0404 + 04903368 n 0405 + 04817280 n 0306 + 04903368 n 0201 + 04903368 n 0102 | suggestive of or tending to moral looseness; "lewd whisperings of a dirty old man"; "an indecent gesture"; "obscene telephone calls"; "salacious limericks"
-00426068 00 s 01 scabrous 0 001 & 00424370 a 0000 | dealing with salacious or indecent material; "a scabrous novel"
-00426186 00 s 01 scatological 0 002 & 00424370 a 0000 + 07124928 n 0101 | dealing pruriently with excrement and excretory functions; "scatological literature"
-00426347 00 a 02 clean 3 uncontaminating 2 002 + 14496193 n 0101 ! 00426608 a 0101 | not spreading pollution or contamination; especially radioactive contamination; "a clean fuel"; "cleaner and more efficient engines"; "the tactical bomb is reasonably clean"
-00426608 00 a 02 dirty 3 contaminating 2 003 + 14498096 n 0101 + 14488004 n 0101 ! 00426347 a 0101 | spreading pollution or contamination; especially radioactive contamination; "the air near the foundry was always dirty"; "a dirty bomb releases enormous amounts of long-lived radioactive fallout"
-00426907 00 a 01 radioactive 0 003 + 13545184 n 0102 ! 00427255 a 0101 & 00427105 a 0000 | exhibiting or caused by radioactivity; "radioactive isotope"; "radioactive decay"; "radioactive fallout"
-00427105 00 s 01 hot 0 001 & 00426907 a 0000 | having or dealing with dangerously high levels of radioactivity; "hot fuel rods"; "a hot laboratory"
-00427255 00 a 01 nonradioactive 0 001 ! 00426907 a 0101 | not radioactive
-00427331 00 a 01 clean 4 006 ^ 00417413 a 0000 ^ 01905653 a 0000 ;c 05946687 n 0000 ! 00427786 a 0101 & 00427496 a 0000 & 00427644 a 0000 | ritually clean or pure
-00427496 00 s 01 halal 0 003 & 00427331 a 0000 ;c 06234825 n 0000 + 07664582 n 0101 | conforming to dietary laws; "halal meat"; "a halal kitchen"
-00427644 00 s 02 kosher 0 cosher 0 002 & 00427331 a 0000 ;c 06232880 n 0000 | conforming to dietary laws; "kosher meat"; "a kosher kitchen"
-00427786 00 a 02 unclean 0 impure 3 007 ^ 01908039 a 0000 ;c 05946687 n 0000 + 14487184 n 0202 + 14497763 n 0102 ! 00427331 a 0101 & 00428121 a 0000 & 00428243 a 0000 | having a physical or moral blemish so as to make impure according to dietary or ceremonial laws; "unclean meat"; "and the swine...is unclean to you"-Leviticus 11:3
-00428121 00 s 03 nonkosher 0 tref 0 terefah 0 002 & 00427786 a 0000 ;c 06232880 n 0000 | not conforming to dietary laws
-00428243 00 s 01 untouchable 0 002 & 00427786 a 0000 + 10739881 n 0101 | ( especially used in traditional Hindu belief of the lowest caste or castes) defiling
-00428404 00 a 01 clear 0 014 ^ 00532892 a 0000 ^ 00700451 a 0000 ^ 00779374 a 0000 ^ 00103696 a 0000 = 04820258 n 0000 + 04820258 n 0101 + 04820258 n 0105 ! 00430191 a 0101 & 00428878 a 0000 & 00429016 a 0000 & 00429355 a 0000 & 00429793 a 0000 & 00429909 a 0000 & 00430041 a 0000 | readily apparent to the mind; "a clear and present danger"; "a clear explanation"; "a clear case of murder"; "a clear indication that she was angry"; "gave us a clear idea of human nature"
-00428878 00 s 02 broad 0 unsubtle 0 001 & 00428404 a 0000 | lacking subtlety; obvious; "gave us a broad hint that it was time to leave"
-00429016 00 s 03 clear-cut 0 distinct 0 trenchant 0 004 & 00428404 a 0000 + 05199680 n 0302 + 04702688 n 0201 + 04821451 n 0102 | clearly or sharply defined to the mind; "clear-cut evidence of tampering"; "Claudius was the first to invade Britain with distinct...intentions of conquest"; "trenchant distinctions between right and wrong"
-00429355 00 s 06 limpid 0 lucid 0 luculent 0 pellucid 0 crystal_clear 0 perspicuous 0 007 & 00428404 a 0000 ;c 06282651 n 0000 + 04821615 n 0602 + 04821615 n 0601 + 04820258 n 0404 + 04820258 n 0202 + 04820258 n 0106 | (of language) transparently clear; easily understandable; "writes in a limpid style"; "lucid directions"; "a luculent oration"- Robert Burton; "pellucid prose"; "a crystal clear explanation"; "a perspicuous argument"
-00429793 00 s 01 prima_facie 0 001 & 00428404 a 0000 | as it seems at first sight; "a prima facie case of murder"
-00429909 00 s 01 unmistakable 0 001 & 00428404 a 0000 | clearly evident to the mind; "his opposition to slavery was unmistakable"
-00430041 00 s 01 vivid 0 002 & 00428404 a 0000 + 05193338 n 0103 | having the clarity and freshness of immediate experience; "a vivid recollection"
-00430191 00 a 01 unclear 0 011 ^ 00102201 a 0000 ^ 00701479 a 0000 ^ 00533851 a 0000 ^ 00781168 a 0000 ^ 00433115 a 0000 = 04820258 n 0000 + 04823866 n 0101 ! 00428404 a 0101 & 00430545 a 0000 & 00430756 a 0000 & 00431004 a 0000 | not clear to the mind; "the law itself was unclear on that point"; "the reason for their actions is unclear to this day"
-00430545 00 s 02 blurred 0 clouded 0 001 & 00430191 a 0000 | unclear in form or expression; "the blurred aims of the group"; "sometimes one understood clearly and sometimes the meaning was clouded"- H.G.Wells
-00430756 00 s 03 confusing 0 perplexing 0 puzzling 0 001 & 00430191 a 0000 | lacking clarity of meaning; causing confusion or perplexity; "sent confusing signals to Iraq"; "perplexing to someone who knew nothing about it"; "a puzzling statement"
-00431004 00 s 02 obscure 0 vague 0 004 & 00430191 a 0000 + 04824350 n 0201 + 04823416 n 0102 + 04823416 n 0101 | not clearly understood or expressed; "an obscure turn of phrase"; "an impulse to go off and fight certain obscure battles of his own spirit"-Anatole Broyard; "their descriptions of human behavior become vague, dull, and unclear"- P.A.Sorokin; "vague...forms of speech...have so long passed for mysteries of science"- John Locke
-00431447 00 a 01 clear 2 010 = 04701460 n 0000 + 04701460 n 0102 + 04701460 n 0101 ! 00433115 a 0101 & 00431774 a 0000 & 00432251 a 0000 & 00432453 a 0000 & 00432626 a 0000 & 00432861 a 0000 & 00432998 a 0000 | allowing light to pass through; "clear water"; "clear plastic bags"; "clear glass"; "the air is clear and clean"
-00431774 00 s 06 crystalline 0 crystal_clear 0 limpid 0 lucid 0 pellucid 0 transparent 0 008 & 00431447 a 0000 + 11520619 n 0601 + 04702127 n 0603 + 11520619 n 0602 + 04702127 n 0602 + 04701943 n 0502 + 04701943 n 0501 + 04701943 n 0303 | transmitting light; able to be seen through with clarity; "the cold crystalline water of melted snow"; "crystal clear skies"; "could see the sand on the bottom of the limpid pool"; "lucid air"; "a pellucid brook"; "transparent crystal"
-00432251 00 s 02 hyaline 0 hyaloid 0 002 & 00431447 a 0000 + 14909703 n 0101 | resembling glass in transparency or translucency; "the morning is as clear as diamond or as hyaline"-Sacheverell Sitwell
-00432453 00 s 02 liquid 0 limpid 2 001 & 00431447 a 0000 | clear and bright; "the liquid air of a spring morning"; "eyes shining with a liquid luster"; "limpid blue eyes"
-00432626 00 s 02 translucent 0 semitransparent 0 004 & 00431447 a 0000 + 04702351 n 0203 + 04702351 n 0102 + 04702351 n 0101 | allowing light to pass through diffusely; "translucent amber"; "semitransparent curtains at the windows"
-00432861 00 s 01 unclouded 0 002 & 00431447 a 0000 + 04701460 n 0103 | not made opaque or cloudy by sediment; "the wine was unclouded"
-00432998 00 s 01 unfrosted 0 001 & 00431447 a 0000 | (of glass) lacking a frosted coating; "unfrosted light bulbs"
-00433115 00 a 01 opaque 0 014 ^ 00430191 a 0000 = 04703424 n 0000 + 11490058 n 0101 + 04703424 n 0101 + 04703424 n 0102 ! 00431447 a 0101 & 00433529 a 0000 & 00433811 a 0000 & 00433972 a 0000 & 00434097 a 0000 & 00434265 a 0000 & 00434384 a 0000 & 00434524 a 0000 & 00434597 a 0000 | not transmitting or reflecting light or radiant energy; impenetrable to sight; "opaque windows of the jail"; "opaque to X-rays"
-00433529 00 s 05 cloudy 0 muddy 0 mirky 0 murky 0 turbid 0 007 & 00433115 a 0000 + 04703932 n 0502 + 04703932 n 0501 + 14521648 n 0403 + 04703698 n 0402 + 04703698 n 0203 + 04703698 n 0101 | (of liquids) clouded as with sediment; "a cloudy liquid"; "muddy coffee"; "murky waters"
-00433811 00 s 02 fogged 0 foggy 0 003 & 00433115 a 0000 + 14521648 n 0201 + 04704346 n 0204 | obscured by fog; "he could barely see through the fogged window"
-00433972 00 s 01 frosted 0 001 & 00433115 a 0000 | (of glass) having a roughened coating resembling frost; "frosted glass"
-00434097 00 s 01 glaucous 0 001 & 00433115 a 0000 | having a frosted look from a powdery coating, as on plants; "glaucous stems"; "glaucous plums"; "glaucous grapes"
-00434265 00 s 02 lightproof 0 light-tight 0 001 & 00433115 a 0000 | not penetrable by light; "lightproof containers"
-00434384 00 s 03 milky 0 milklike 0 whitish 0 002 & 00433115 a 0000 + 07844042 n 0101 | resembling milk in color not clear; "milky glass"
-00434524 00 s 01 semiopaque 0 001 & 00433115 a 0000 | partially opaque
-00434597 00 s 01 solid 0 001 & 00433115 a 0000 | impenetrable for the eye; "solid blackness"
-00434692 00 a 01 radiolucent 0 001 ! 00434838 a 0101 | almost complete transparent to X-rays or other forms of radiation; "radiolucent tissues"
-00434838 00 a 02 radiopaque 0 radio-opaque 0 002 + 11490335 n 0101 ! 00434692 a 0101 | not transparent to X-rays or other forms of radiation; "barium sulfate is radiopaque"
-00435013 00 a 02 clearheaded 0 clear-thinking 0 003 ! 00435492 a 0101 & 00435190 a 0000 & 00435374 a 0000 | not mentally confused; able to think clearly and act intelligently
-00435190 00 s 01 clear 0 002 & 00435013 a 0000 + 04820258 n 0105 | free from confusion or doubt; "a complex problem requiring a clear head"; "not clear about what is expected of us"
-00435374 00 s 01 unclouded 0 002 & 00435013 a 0000 + 04701460 n 0103 | not mentally disordered; "an unclouded mind"
-00435492 00 a 01 confused 0 012 ^ 01765643 a 0000 + 05683582 n 0103 ! 00435013 a 0101 & 00435872 a 0000 & 00436115 a 0000 & 00436385 a 0000 & 00436544 a 0000 & 00436645 a 0000 & 00436920 a 0000 & 00437149 a 0000 & 00437223 a 0000 & 00437419 a 0000 | mentally confused; unable to think with clarity or act intelligently; "the flood of questions left her bewildered and confused"
-00435872 00 s 04 addlebrained 0 addlepated 0 puddingheaded 0 muddleheaded 0 001 & 00435492 a 0000 | stupid and confused; "blathering like the addlepated nincompoop that you are"; "a confused puddingheaded, muddleheaded fellow"- Isaac Sterne
-00436115 00 s 08 addled 0 befuddled 1 muddled 0 muzzy 0 woolly 0 wooly 0 woolly-headed 0 wooly-minded 0 001 & 00435492 a 0000 | confused and vague; used especially of thinking; "muddleheaded ideas"; "your addled little brain"; "woolly thinking"; "woolly-headed ideas"
-00436385 00 s 02 befogged 0 befuddled 2 001 & 00435492 a 0000 | stupefied by alcoholic drink; "the wino's poor befuddled mind"; "a mind befogged with drink"
-00436544 00 s 01 clouded 0 001 & 00435492 a 0000 | mentally disordered; "a mind clouded by sorrow"
-00436645 00 s 04 dazed 0 stunned 0 stupefied 0 stupid(p) 0 001 & 00435492 a 0000 | in a state of mental numbness especially as resulting from shock; "he had a dazed expression on his face"; "lay semiconscious, stunned (or stupefied) by the blow"; "was stupid from fatigue"
-00436920 00 s 01 dazzled 0 001 & 00435492 a 0000 | stupefied or dizzied by something overpowering; "I fall back dazzled at beholding myself all rosy red, / At having, I myself, caused the sun to rise."- `Chanticler' by Rostand
-00437149 00 s 01 trancelike 0 001 & 00435492 a 0000 | as if in a trance
-00437223 00 s 03 punch-drunk 0 silly 0 slaphappy 0 002 & 00435492 a 0000 ;u 07075172 n 0000 | dazed from or as if from repeated blows; "knocked silly by the impact"; "slaphappy with exhaustion"
-00437419 00 s 01 spaced-out 0 001 & 00435492 a 0000 | confused or disoriented as if intoxicated through taking a drug
-00437539 00 a 01 clement 1 004 ^ 01507134 a 0000 + 01071411 n 0101 ! 00437852 a 0101 & 00437744 a 0000 | (used of persons or behavior) inclined to show mercy; "a more clement judge reduced the sentence"
-00437744 00 s 01 lenient 0 002 & 00437539 a 0000 + 04829922 n 0102 | characterized by tolerance and mercy
-00437852 00 a 01 inclement 1 004 ^ 01507402 a 0000 + 04639732 n 0108 ! 00437539 a 0101 & 00438063 a 0000 | used of persons or behavior; showing no clemency or mercy; "the harsh sentence of an inclement judge"
-00438063 00 s 01 unsparing 0 001 & 00437852 a 0000 | not forbearing; ruthless; "an unsparing critic"
-00438166 00 a 01 clement 2 004 ^ 02402559 a 0000 + 14522408 n 0102 ! 00438567 a 0101 & 00438332 a 0000 | (of weather or climate) physically mild; "clement weather"
-00438332 00 s 03 balmy 0 mild 0 soft 0 004 & 00438166 a 0000 + 14522570 n 0302 + 14522408 n 0201 + 14896923 n 0101 | mild and pleasant; "balmy days and nights"; "the climate was mild and conducive to life or growth"; "a soft breeze"
-00438567 00 a 01 inclement 2 004 ^ 02403030 a 0000 ! 00438166 a 0101 + 14523090 n 0103 + 14523090 n 0102 | (of weather or climate) severe
-00438707 00 a 01 smart 0 006 ^ 01334398 a 0000 + 05620955 n 0103 ! 00439588 a 0101 & 00438909 a 0000 & 00439252 a 0000 & 00439431 a 0000 | showing mental alertness and calculation and resourcefulness
-00438909 00 s 03 astute 0 sharp 0 shrewd 0 004 & 00438707 a 0000 + 05621439 n 0301 + 05620468 n 0203 + 05621439 n 0102 | marked by practical hardheaded intelligence; "a smart businessman"; "an astute tenant always reads the small print in a lease"; "he was too shrewd to go along with them on a road that could lead only to their overthrow"
-00439252 00 s 04 cagey 0 cagy 0 canny 0 clever 0 001 & 00438707 a 0000 | showing self-interest and shrewdness in dealing with others; "a cagey lawyer"; "too clever to be sound"
-00439431 00 s 03 streetwise 0 street_smart 0 with-it 0 001 & 00438707 a 0000 | having the shrewd resourcefulness needed to survive in an urban environment
-00439588 00 a 01 stupid 0 013 ^ 01336587 a 0000 + 10667187 n 0101 + 05645597 n 0101 ! 00438707 a 0101 & 00439905 a 0000 & 00440292 a 0000 & 00440489 a 0000 & 00440579 a 0000 & 00441154 a 0000 & 00441272 a 0000 & 00441365 a 0000 & 00441523 a 0000 & 00441630 a 0000 | lacking or marked by lack of intellectual acuity
-00439905 00 s 08 anserine 0 dopy 1 dopey 1 foolish 0 goosey 0 goosy 0 gooselike 0 jerky 0 008 & 00439588 a 0000 ;u 07075172 n 0000 + 10221040 n 0801 + 10157744 n 0606 + 10157744 n 0506 + 04891333 n 0402 + 10039391 n 0303 + 10039391 n 0203 | having or revealing stupidity; "ridiculous anserine behavior"; "a dopey answer"; "a dopey kid"; "some fool idea about rewriting authors' books"
-00440292 00 s 0a blockheaded 0 boneheaded 0 duncical 0 duncish 0 fatheaded 0 loggerheaded 0 thick 0 thickheaded 0 thick-skulled 0 wooden-headed 0 001 & 00439588 a 0000 | (used informally) stupid
-00440489 00 s 02 cloddish 0 doltish 0 001 & 00439588 a 0000 | heavy and dull and stupid
-00440579 00 s 06 dense 0 dim 0 dull 0 dumb 0 obtuse 0 slow 0 007 & 00439588 a 0000 + 05648459 n 0606 + 05646218 n 0604 + 05646039 n 0502 + 05645854 n 0402 + 05646039 n 0301 + 05645854 n 0101 | slow to learn or understand; lacking intellectual acuity; "so dense he never understands anything I say to him"; "never met anyone quite so dim"; "although dull at classical learning, at mathematics he was uncommonly quick"- Thackeray; "dumb officials make some really dumb decisions"; "he was either normally stupid or being deliberately obtuse"; "worked with the slow students"
-00441154 00 s 02 gaumless 0 gormless 0 001 & 00439588 a 0000 | (British informal) lacking intelligence and vitality
-00441272 00 s 03 lumpish 0 lumpen 0 unthinking 0 001 & 00439588 a 0000 | mentally sluggish
-00441365 00 s 04 nitwitted 0 senseless 0 soft-witted 0 witless 0 001 & 00439588 a 0000 | (of especially persons) lacking sense or understanding or judgment
-00441523 00 s 01 weak 0 001 & 00439588 a 0000 | deficient in intelligence or mental power; "a weak mind"
-00441630 00 s 01 yokel-like 0 001 & 00439588 a 0000 | stupid and ignorant like proverbial rural inhabitants; "the boy's empty yokel-like expression"
-00441781 00 a 01 clockwise 0 003 ^ 00742879 a 0000 ! 00442057 a 0101 & 00441927 a 0000 | in the same direction as the rotating hands of a clock
-00441927 00 s 03 dextrorotary 0 dextrorotatory 0 right-handed 0 002 & 00441781 a 0000 + 05067514 n 0301 | rotating to the right
-00442057 00 a 03 counterclockwise 0 anticlockwise 0 contraclockwise 0 003 ^ 00743435 a 0000 ! 00441781 a 0101 & 00442255 a 0000 | in the direction opposite to the rotation of the hands of a clock
-00442255 00 s 03 levorotary 0 levorotatory 0 left-handed 0 001 & 00442057 a 0000 | rotating to the left
-00442361 00 a 01 far 0 012 = 05084201 n 0000 + 05085165 n 0101 ! 00444519 a 0101 & 00442827 a 0000 & 00442917 a 0000 & 00443075 a 0000 & 00443274 a 0000 & 00443490 a 0000 & 00443618 a 0000 & 00443988 a 0000 & 00444220 a 0000 & 00444399 a 0000 | located at a great distance in time or space or degree; "we come from a far country"; "far corners of the earth"; "the far future"; "a far journey"; "the far side of the road"; "far from the truth"; "far in the future"
-00442827 00 s 01 cold 0 001 & 00442361 a 0000 | of a seeker; far from the object sought
-00442917 00 s 02 distant 1 remote 1 003 & 00442361 a 0000 + 05085165 n 0202 + 05084201 n 0101 | located far away spatially; "distant lands"; "remote stars"
-00443075 00 s 03 distant 2 remote 2 removed 2 004 & 00442361 a 0000 + 15172212 n 0101 + 15172423 n 0101 + 05085165 n 0202 | separate or apart in time; "distant events"; "the remote past or future"
-00443274 00 s 02 faraway 0 far-off 1 002 & 00442361 a 0000 + 05085165 n 0103 | very far away in space or time; "faraway mountains"; "the faraway future"; "troops landing on far-off shores"; "far-off happier times"
-00443490 00 s 01 farther 1 001 & 00442361 a 0000 | more distant in especially space or time; "they live in the farther house"
-00443618 00 s 06 farthermost 0 farthest 0 furthermost 0 furthest 0 utmost 0 uttermost 0 002 & 00442361 a 0000 ;u 06322693 n 0000 | (comparatives of `far') most remote in space or time or order; "had traveled to the farthest frontier"; "don't go beyond the farthermost (or furthermost) tree"; "explored the furthest reaches of space"; "the utmost tip of the peninsula"
-00443988 00 s 02 further 0 farther 2 001 & 00442361 a 0000 | more distant in especially degree; "nothing could be further from the truth"; "further from our expectations"; "farther from the truth"; "farther from our expectations"
-00444220 00 s 02 off_the_beaten_track(p) 0 out-of-the-way(a) 0 001 & 00442361 a 0000 | remote from populous or much-traveled regions; "they found a quiet out-of-the-way resort"
-00444399 00 s 01 outlying(a) 0 001 & 00442361 a 0000 | relatively far from a center or middle; "outlying settlements"
-00444519 00 a 03 near 0 close 5 nigh 0 008 = 05084201 n 0000 + 05085572 n 0202 + 05085572 n 0101 ! 00442361 a 0101 & 00444984 a 0000 & 00445169 a 0000 & 00445308 a 0000 & 00445440 a 0000 | not far distant in time or space or degree or circumstances; "near neighbors"; "in the near future"; "they are near equals"; "his nearest approach to success"; "a very near thing"; "a near hit by the bomb"; "she was near tears"; "she was close to tears"; "had a close call"
-00444984 00 s 01 adjacent 0 002 & 00444519 a 0000 + 05085991 n 0101 | near or close to but not necessarily touching; "lands adjacent to the mountains"; "New York and adjacent cities"
-00445169 00 s 01 nearby 0 001 & 00444519 a 0000 | close at hand; "the nearby towns"; "concentrated his study on the nearby planet Venus"
-00445308 00 s 01 warm 0 001 & 00444519 a 0000 | of a seeker; near to the object sought; "you're getting warm"; "hot on the trail"
-00445440 00 s 01 hot 0 001 & 00444519 a 0000 | of a seeker; very near to the object sought; "you are hot"
-00445548 00 a 01 distant 1 011 ^ 00442361 a 0000 = 05084201 n 0000 + 15172423 n 0101 ! 00446921 a 0101 & 00445937 a 0000 & 00446107 a 0000 & 00446236 a 0000 & 00446333 a 0000 & 00446525 a 0000 & 00446605 a 0000 & 00446758 a 0000 | separated in space or coming from or going to a distance; "distant villages"; "the sound of distant traffic"; "a distant sound"; "a distant telephone call"
-00445937 00 s 01 deep 0 001 & 00445548 a 0000 | very distant in time or space; "deep in the past"; "deep in enemy territory"; "deep in the woods"; "a deep space probe"
-00446107 00 s 01 extreme 0 002 & 00445548 a 0000 + 08568978 n 0101 | most distant in any direction; "the extreme edge of town"
-00446236 00 s 01 far-flung 0 001 & 00445548 a 0000 | remote; "far-flung corners of the Empire"
-00446333 00 s 01 long-distance 0 001 & 00445548 a 0000 | covering a long distance; "a long-distance runner"; "a long-distance freight train"; "she ran off with a long-distance truck driver"
-00446525 00 s 01 nonadjacent 0 001 & 00445548 a 0000 | not adjacent; not next
-00446605 00 s 01 out-of-town 0 001 & 00445548 a 0000 | happening in or being of another town or city; "an out-of-town tryout"; "an out-of-town school"
-00446758 00 s 02 yonder 0 yon 0 001 & 00445548 a 0000 | distant but within sight (`yon' is dialectal); "yonder valley"; "the hills yonder"; "what is yon place?"
-00446921 00 a 01 close 1 020 = 05084201 n 0000 + 05085572 n 0102 ! 00445548 a 0101 & 00447472 a 0000 & 00447753 a 0000 & 00447909 a 0000 & 00448130 a 0000 & 00448314 a 0000 & 00448644 a 0000 & 00448777 a 0000 & 00448924 a 0000 & 00449079 a 0000 & 00449332 a 0000 & 00449525 a 0000 & 00449662 a 0000 & 00449769 a 0000 & 00449889 a 0000 & 00450147 a 0000 & 00450269 a 0000 & 00450402 a 0000 | at or within a short distance in space or time or having elements near each other; "close to noon"; "how close are we to town?"; "a close formation of ships"
-00447472 00 s 03 adjacent 0 next 0 side_by_side(p) 0 002 & 00446921 a 0000 + 05085991 n 0101 | nearest in space or position; immediately adjoining without intervening space; "had adjacent rooms"; "in the next room"; "the person sitting next to me"; "our rooms were side by side"
-00447753 00 s 01 ambient 1 002 & 00446921 a 0000 + 14524849 n 0103 | completely enveloping; "the ambient air"; "ambient sound"; "the ambient temperature"
-00447909 00 s 02 appressed 0 adpressed 0 001 & 00446921 a 0000 | pressed close to or lying flat against something; "adpressed hairs along the plant's stem"; "igneous rocks...closely appressed by this force"-L.V.Pirsson
-00448130 00 s 02 approximate 0 close_together(p) 0 001 & 00446921 a 0000 | located close together; "with heads close together"; "approximate leaves grow together but are not united"
-00448314 00 s 05 at_hand(p) 1 close_at_hand(p) 1 imminent 0 impendent 0 impending 0 004 & 00446921 a 0000 + 14030820 n 0405 + 14030820 n 0302 + 14030820 n 0301 | close in time; about to occur; "retribution is at hand"; "some people believe the day of judgment is close at hand"; "in imminent danger"; "his impending retirement"
-00448644 00 s 02 at_hand(p) 2 close_at_hand(p) 0 001 & 00446921 a 0000 | close in space; within reach; "the town is close at hand"
-00448777 00 s 01 close-hauled 0 002 & 00446921 a 0000 ;c 00314469 n 0000 | having the sails trimmed for sailing as close to the wind as possible
-00448924 00 s 02 close-set(a) 0 close_set(p) 0 001 & 00446921 a 0000 | set close together; "close-set eyes"; "close-set teeth"; "her eyes are close set"
-00449079 00 s 02 contiguous 0 immediate 0 004 & 00446921 a 0000 + 04918767 n 0202 + 05085991 n 0103 + 05085991 n 0102 | very close or connected in space or time; "contiguous events"; "immediate contact"; "the immediate vicinity"; "the immediate past"
-00449332 00 s 03 encompassing(a) 0 surrounding(a) 0 circumferent 0 002 & 00446921 a 0000 + 08514592 n 0301 | closely encircling; "encompassing mountain ranges"; "the surrounding countryside"
-00449525 00 s 01 enveloping(a) 0 001 & 00446921 a 0000 | surrounding and closing in on or hemming in; "the army's enveloping maneuver"
-00449662 00 s 01 hand-to-hand 0 001 & 00446921 a 0000 | being at close quarters; "hand-to-hand fighting"
-00449769 00 s 01 juxtaposed 0 001 & 00446921 a 0000 | placed side by side often for comparison; "juxtaposed pictures"
-00449889 00 s 02 nestled 0 snuggled 0 001 & 00446921 a 0000 | drawn or pressed close to someone or something for or as if for affection or protection; "saw a number of small houses nestled against the hillside"; "like a baby snuggled in its mother's arms"
-00450147 00 s 01 proximate 0 001 & 00446921 a 0000 | very close in space or time; "proximate words"; "proximate houses"
-00450269 00 s 01 scalelike 0 001 & 00446921 a 0000 | reduced to a small appressed thing that resembles a scale; "scalelike leaves"
-00450402 00 s 02 walk-to(a) 0 walking(a) 0 001 & 00446921 a 0000 | close enough to be walked to; "walking distance"; "the factory with the big parking lot...is more convenient than the walk-to factory"
-00450606 00 a 02 distant 2 remote 0 005 ! 00451510 a 0101 & 00450915 a 0000 & 00451032 a 0000 & 00451155 a 0000 & 00451291 a 0000 | far apart in relevance or relationship or kinship ; "a distant cousin"; "a remote relative"; "a distant likeness"; "considerations entirely removed (or remote) from politics"
-00450915 00 s 01 faraway 0 001 & 00450606 a 0000 | far removed mentally; "a faraway (or distant) look in her eyes"
-00451032 00 s 01 loosely_knit 0 001 & 00450606 a 0000 | having only distant social or legal ties; "a loosely knit group"
-00451155 00 s 01 removed(p) 2 001 & 00450606 a 0000 | separated in relationship by a given degree of descent; "a cousin once removed"
-00451291 00 s 01 ulterior 0 001 & 00450606 a 0000 | beyond or outside an area of immediate interest; remote; "a suggestion ulterior to the present discussion"; "without...any purpose, immediate or ulterior"- G.B.Shaw
-00451510 00 a 01 close 2 011 + 07530124 n 0101 ! 00450606 a 0101 & 00451872 a 0000 & 00452020 a 0000 & 00452114 a 0000 & 00452407 a 0000 & 00452605 a 0000 & 00452773 a 0000 & 00452883 a 0000 & 00453053 a 0000 & 00453308 a 0000 | close in relevance or relationship; "a close family"; "we are all...in close sympathy with..."; "close kin"; "a close resemblance"
-00451872 00 s 02 approximate 0 near 2 001 & 00451510 a 0000 | very close in resemblance; "sketched in an approximate likeness"; "a near likeness"
-00452020 00 s 01 boon 0 001 & 00451510 a 0000 | very close and convivial; "boon companions"
-00452114 00 s 03 chummy 0 buddy-buddy 0 thick(p) 0 004 & 00451510 a 0000 ;u 07075172 n 0000 + 09877951 n 0103 + 04653627 n 0101 | (used informally) associated on close terms; "a close friend"; "the bartender was chummy with the regular customers"; "the two were thick as thieves for months"
-00452407 00 s 02 close-knit 0 closely_knit 0 001 & 00451510 a 0000 | held together as by social or cultural ties; "a close-knit family"; "close-knit little villages"; "the group was closely knit"
-00452605 00 s 01 confidential 0 002 & 00451510 a 0000 + 07526505 n 0101 | denoting confidence or intimacy; "a confidential approach"; "in confidential tone of voice"
-00452773 00 s 01 cozy 0 001 & 00451510 a 0000 | suggesting connivance; "a cozy arrangement with the police"
-00452883 00 s 03 dear 0 good 0 near 0 001 & 00451510 a 0000 | with or in a close or intimate relationship; "a good friend"; "my sisters and brothers are near and dear"
-00453053 00 s 02 familiar 0 intimate 2 003 & 00451510 a 0000 + 05817145 n 0102 + 04655442 n 0101 | having mutual interests or affections; of established friendship; "on familiar terms"; "pretending she is on an intimate footing with those she slanders"
-00453308 00 s 01 intimate 0 001 & 00451510 a 0000 | marked by close acquaintance, association, or familiarity; "intimate friend"; "intimate relations between economics, politics, and legal principles" - V.L. Parrington
-00453529 00 a 01 cousinly 0 002 + 09972010 n 0101 ! 00453647 a 0101 | like or befitting a cousin; "a cousinly kiss"
-00453647 00 a 01 uncousinly 0 001 ! 00453529 a 0101 | not befitting a cousin
-00453726 00 a 02 clothed 0 clad 0 027 ^ 00056002 a 0000 ! 00457598 a 0101 & 00454440 a 0000 & 00454849 a 0000 & 00454984 a 0000 & 00455084 a 0000 & 00455190 a 0000 & 00455310 a 0000 & 00455405 a 0000 & 00455485 a 0000 & 00455605 a 0000 & 00455717 a 0000 & 00455824 a 0000 & 00456026 a 0000 & 00456121 a 0000 & 00456229 a 0000 & 00456355 a 0000 & 00456436 a 0000 & 00456576 a 0000 & 00456739 a 0000 & 00456855 a 0000 & 00456929 a 0000 & 00457036 a 0000 & 00457160 a 0000 & 00457258 a 0000 & 00457355 a 0000 & 00457482 a 0000 | wearing or provided with clothing; sometimes used in combination; "clothed and in his right mind"- Bible; "proud of her well-clothed family"; "nurses clad in white"; "white-clad nurses"
-00454440 00 s 07 appareled 0 attired 0 dressed 0 garbed 0 garmented 0 habilimented 0 robed 0 001 & 00453726 a 0000 | dressed or clothed especially in fine attire; often used in combination; "the elegantly attired gentleman"; "neatly dressed workers"; "monks garbed in hooded robes"; "went about oddly garmented"; "professors robed in crimson"; "tuxedo-attired gentlemen"; "crimson-robed Harvard professors"
-00454849 00 s 02 arrayed 0 panoplied 0 001 & 00453726 a 0000 | in ceremonial attire and paraphernalia; "professors arrayed in robes"
-00454984 00 s 03 breeched 0 pantalooned 0 trousered 0 001 & 00453726 a 0000 | dressed in trousers
-00455084 00 s 01 bundled-up 0 001 & 00453726 a 0000 | dressed warmly; "bundled-up sailors and soldiers"
-00455190 00 s 01 caparisoned 0 001 & 00453726 a 0000 | clothed in finery (especially a horse in ornamental trappings)
-00455310 00 s 01 cassocked 0 001 & 00453726 a 0000 | dressed in a cassock; "cassocked monks"
-00455405 00 s 01 coated 0 001 & 00453726 a 0000 | having or dressed in a coat
-00455485 00 s 01 costumed 0 001 & 00453726 a 0000 | dressed in clothing characteristic of a period, country, or class
-00455605 00 s 01 cowled 0 001 & 00453726 a 0000 | having the head enclosed in a cowl or hood; "a cowled monk"
-00455717 00 s 01 dighted 0 002 & 00453726 a 0000 ;u 07073447 n 0000 | dressed or adorned (as for battle)
-00455824 00 s 08 dressed(p) 2 dressed-up 0 dressed_to_the_nines(p) 0 dressed_to_kill(p) 0 dolled_up 0 spruced_up 0 spiffed_up 0 togged_up 0 001 & 00453726 a 0000 | dressed in fancy or formal clothing
-00456026 00 s 01 gowned 0 001 & 00453726 a 0000 | wearing a gown; "beautifully gowned women"
-00456121 00 s 01 habited 0 001 & 00453726 a 0000 | dressed in a habit; "the habited men of the monastery"
-00456229 00 s 01 heavy-coated 0 001 & 00453726 a 0000 | wearing a heavy coat; "heavy-coated policemen astride noble horses"
-00456355 00 s 01 overdressed 0 001 & 00453726 a 0000 | dressed too elaborately
-00456436 00 s 01 petticoated 0 001 & 00453726 a 0000 | wearing or furnished with a petticoat; "petticoated ladies"; "a petticoated table"
-00456576 00 s 02 red-coated 0 lobster-backed 0 001 & 00453726 a 0000 | used of British soldiers during the American Revolutionary War because of their red coats
-00456739 00 s 01 suited 0 001 & 00453726 a 0000 | outfitted or supplied with clothing; "recruits suited in green"
-00456855 00 s 01 surpliced 0 001 & 00453726 a 0000 | wearing a surplice
-00456929 00 s 01 togged 0 002 & 00453726 a 0000 ;u 07075172 n 0000 | dressed especially in smart clothes
-00457036 00 s 01 turned_out 0 001 & 00453726 a 0000 | dressed well or smartly; "the girls were well turned out and smart"
-00457160 00 s 01 tuxedoed 0 001 & 00453726 a 0000 | dressed in a tuxedo; "a tuxedoed gentleman"
-00457258 00 s 01 underdressed 0 001 & 00453726 a 0000 | inadequately or too informally clothed
-00457355 00 s 01 uniformed 0 001 & 00453726 a 0000 | dressed in a uniform; "uniformed policemen lined the President's route"
-00457482 00 s 01 vestmented 0 001 & 00453726 a 0000 | dressed in ceremonial garments especially clerical vestment
-00457598 00 a 01 unclothed 0 019 ^ 00060397 a 0000 ! 00453726 a 0101 & 00457998 a 0000 & 00458266 a 0000 & 00458488 a 0000 & 00458664 a 0000 & 00458810 a 0000 & 00458940 a 0000 & 00459102 a 0000 & 00459210 a 0000 & 00459330 a 0000 & 00459443 a 0000 & 00459553 a 0000 & 00459746 a 0000 & 00459881 a 0000 & 00459953 a 0000 & 00460076 a 0000 & 00460157 a 0000 & 00460296 a 0000 | not wearing clothing
-00457998 00 s 04 bare 0 au_naturel(p) 0 naked 0 nude 0 007 & 00457598 a 0000 + 14456435 n 0401 + 10365399 n 0401 + 14456138 n 0402 + 14456138 n 0403 + 14456138 n 0301 + 14456893 n 0101 | completely unclothed; "bare bodies"; "naked from the waist up"; "a nude model"
-00458266 00 s 09 bare-assed 0 bare-ass 0 in_the_altogether 0 in_the_buff 0 in_the_raw 0 raw 0 peeled 0 naked_as_a_jaybird 0 stark_naked 0 002 & 00457598 a 0000 ;u 07075172 n 0000 | (used informally) completely unclothed
-00458488 00 s 03 bare-breasted 0 braless 0 topless 0 001 & 00457598 a 0000 | having the breasts uncovered or featuring such nudity; "topless waitresses"; "a topless cabaret"
-00458664 00 s 02 bareheaded 0 bared 0 001 & 00457598 a 0000 | having the head uncovered; "caught bareheaded by the downpour"; "with bared head"
-00458810 00 s 01 barelegged 0 001 & 00457598 a 0000 | having the legs uncovered by clothing; "barelegged children on the beach"
-00458940 00 s 01 bottomless 0 001 & 00457598 a 0000 | unclothed especially below the waist or featuring such nudeness; "bottomless dancers"; "a bottomless bar"
-00459102 00 s 03 clothesless 0 garmentless 0 raimentless 0 001 & 00457598 a 0000 | possessing no clothing
-00459210 00 s 02 en_deshabille 0 in_dishabille 0 001 & 00457598 a 0000 | partly dressed in a loose or careless manner
-00459330 00 s 02 exposed 0 uncovered 0 001 & 00457598 a 0000 | not covered with clothing; "her exposed breast"
-00459443 00 s 03 half-clothed 0 scantily_clad 0 underclothed 0 001 & 00457598 a 0000 | inadequately clothed
-00459553 00 s 05 mother-naked 0 naked_as_the_day_one_was_born 0 naked_as_the_day_you_were_born 0 in_one's_birthday_suit 0 in_your_birthday_suit 0 001 & 00457598 a 0000 | as naked as at birth
-00459746 00 s 01 off-the-shoulder 0 001 & 00457598 a 0000 | not covering the shoulders (especially in the case of a blouse or dress)
-00459881 00 s 01 seminude 0 001 & 00457598 a 0000 | partially clothed
-00459953 00 s 01 starkers 0 003 & 00457598 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) stark naked
-00460076 00 s 01 stripped 0 001 & 00457598 a 0000 | with clothing stripped off
-00460157 00 s 06 unappareled 0 unattired 0 unclad 0 undressed 0 ungarbed 0 ungarmented 0 001 & 00457598 a 0000 | having removed clothing
-00460296 00 s 01 without_a_stitch 0 001 & 00457598 a 0000 | without any clothing at all
-00460386 00 a 01 saddled 0 001 ! 00460536 a 0101 | having a saddle on or being mounted on a saddled animal; "saddled and spurred and ready to ride"
-00460536 00 a 01 unsaddled 0 002 ! 00460386 a 0101 & 00460624 a 0000 | with no saddle
-00460624 00 s 02 bareback 0 barebacked 0 001 & 00460536 a 0000 | riding without a saddle; "a bareback rider"
-00460735 00 a 01 clear 3 007 ;c 06118563 n 0000 + 04701460 n 0102 + 04701460 n 0101 ! 00461311 a 0101 & 00460946 a 0000 & 00461091 a 0000 & 00461195 a 0000 | free from clouds or mist or haze; "on a clear day"
-00460946 00 s 02 cloudless 0 unclouded 1 003 & 00460735 a 0000 + 04701460 n 0203 + 04951978 n 0101 | free from clouds; "under a cloudless sky"
-00461091 00 s 01 fair 0 001 & 00460735 a 0000 | free of clouds or rain; "today will be fair and warm"
-00461195 00 s 01 serene 0 001 & 00460735 a 0000 | completely clear and fine; "serene skies and a bright blue sea"
-00461311 00 a 01 cloudy 0 012 ;c 06118563 n 0000 + 09247410 n 0101 + 14524198 n 0101 ! 00460735 a 0101 & 00461609 a 0000 & 00461859 a 0000 & 00461971 a 0000 & 00462129 a 0000 & 00462249 a 0000 & 00462409 a 0000 & 00462546 a 0000 & 00462741 a 0000 | full of or covered with clouds; "cloudy skies"
-00461609 00 s 04 brumous 0 foggy 0 hazy 0 misty 0 007 & 00461311 a 0000 + 11482706 n 0401 + 04704116 n 0402 + 11465888 n 0301 + 04704116 n 0301 + 11458314 n 0201 + 14521648 n 0202 | filled or abounding with fog or mist; "a brumous October morning"
-00461859 00 s 01 fogbound 0 001 & 00461311 a 0000 | enveloped in fog; "a fogbound fleet"; "the fogbound city"
-00461971 00 s 04 cloud-covered 0 clouded 0 overcast 0 sunless 0 003 & 00461311 a 0000 + 13984468 n 0302 + 14524198 n 0303 | filled or abounding with clouds
-00462129 00 s 02 cloudlike 0 nebular 0 003 & 00461311 a 0000 + 14314756 n 0201 + 04682184 n 0201 | resembling a cloud
-00462249 00 s 02 dull 0 leaden 0 002 & 00461311 a 0000 + 04955633 n 0101 | darkened with overcast; "a dark day"; "a dull sky"; "the sky was leaden and thick"
-00462409 00 s 04 heavy 0 lowering 0 sullen 0 threatening 0 002 & 00461311 a 0000 + 07552367 n 0303 | darkened by clouds; "a heavy sky"
-00462546 00 s 04 miasmal 0 miasmic 0 vaporous 0 vapourous 0 004 & 00461311 a 0000 + 15055633 n 0301 + 14518010 n 0201 + 14518010 n 0101 | filled with vapor; "miasmic jungles"; "a vaporous bog"
-00462741 00 s 01 smoggy 0 003 & 00461311 a 0000 + 14518377 n 0101 + 14518377 n 0102 | clouded with a mixture of smoke and fog; "the smoggy atmosphere of Los Angeles"
-00462909 00 a 01 coastal 0 006 + 09428293 n 0102 ! 00463784 a 0101 & 00463162 a 0000 & 00463308 a 0000 & 00463399 a 0000 & 00463580 a 0000 | located on or near or bordering on a coast; "coastal marshes"; "coastal waters"; "the Atlantic coastal plain"
-00463162 00 s 01 coastwise 0 001 & 00462909 a 0000 | along or following a coast; "coastal shipping"; "coastwise winds contributed to the storm"
-00463308 00 s 01 inshore 0 001 & 00462909 a 0000 | close to a shore; "inshore fisheries"
-00463399 00 s 01 maritime 0 001 & 00462909 a 0000 | bordering on or living or characteristic of those near the sea; "a maritime province"; "maritime farmers"; "maritime cultures"
-00463580 00 s 01 seaward 0 001 & 00462909 a 0000 | directed or situated away from inland regions and toward the sea or coast; "from the hill he took a seaward course"; "on the seaward side of the road"
-00463784 00 a 01 inland 0 003 ! 00462909 a 0101 & 00463917 a 0000 & 00464068 a 0000 | situated away from an area's coast or border
-00463917 00 s 03 interior 0 midland 0 upcountry 0 001 & 00463784 a 0000 | of or coming from the middle of a region or country; "upcountry districts"
-00464068 00 s 01 landlocked 0 001 & 00463784 a 0000 | surrounded entirely or almost entirely by land; "a landlocked country"
-00464195 00 a 04 inshore 0 onshore 4 seaward 4 shoreward 0 001 ! 00464399 a 0101 | (of winds) coming from the sea toward the land; "an inshore breeze"; "an onshore gale"; "sheltered from seaward winds"
-00464399 00 a 02 offshore 0 seaward 0 001 ! 00464195 a 0101 | (of winds) coming from the land; "offshore winds"
-00464513 00 a 04 coherent 0 consistent 1 logical 5 ordered 6 009 ^ 01430111 a 0000 ^ 01925372 a 0000 + 04745932 n 0202 + 04821277 n 0102 + 04821277 n 0101 + 02753642 v 0101 + 02753426 v 0101 ! 00464962 a 0101 & 00464845 a 0000 | marked by an orderly, logical, and aesthetically consistent relation of parts; "a coherent argument"
-00464845 00 s 01 seamless 0 001 & 00464513 a 0000 | perfectly consistent and coherent; "the novel's seamless plot"
-00464962 00 a 01 incoherent 0 008 ^ 01430847 a 0000 ^ 01926376 a 0000 + 14418103 n 0102 + 14418103 n 0101 + 06608977 n 0101 ! 00464513 a 0101 & 00465221 a 0000 & 00465585 a 0000 | without logical or meaningful connection; "a turgid incoherent presentation"
-00465221 00 s 08 confused 0 disconnected 0 disjointed 0 disordered 0 garbled 0 illogical 0 scattered 0 unconnected 0 004 & 00464962 a 0000 + 04785669 n 0602 + 14418290 n 0301 + 14417697 n 0204 | lacking orderly continuity; "a confused set of instructions"; "a confused dream about the end of the world"; "disconnected fragments of a story"; "scattered thoughts"
-00465585 00 s 01 fuzzy 0 001 & 00464962 a 0000 | confused and not coherent; not clearly thought out; "a vague and fuzzy idea of the world of finance"
-00465737 00 a 02 collapsible 0 collapsable 0 005 + 02083497 v 0101 ! 00466365 a 0101 & 00465943 a 0000 & 00466077 a 0000 & 00466229 a 0000 | capable of collapsing or being collapsed; "a collapsible boat"
-00465943 00 s 03 foldable 0 foldaway 0 folding(a) 0 001 & 00465737 a 0000 | capable of being folded up and stored; "a foldaway bed"
-00466077 00 s 01 telescopic 0 001 & 00465737 a 0000 | having parts that slide one within another; "a telescopic antenna"; "a telescopic drinking cup"
-00466229 00 s 01 tip-up 0 001 & 00465737 a 0000 | constructed so as to tip up or out of the way; "the little tip-up seat of the taxi"
-00466365 00 a 02 noncollapsible 0 noncollapsable 0 002 ! 00465737 a 0101 & 00466486 a 0000 | not capable of collapsing
-00466486 00 s 02 nontelescopic 0 nontelescoping 0 001 & 00466365 a 0000 | not telescopic
-00466577 00 a 01 crannied 0 001 ! 00466725 a 0101 | having small chinks or crannies (especially in or between rocks or stones); "a crannied wall"
-00466725 00 a 01 uncrannied 0 001 ! 00466577 a 0101 | without chinks or crannies
-00466808 00 a 01 collective 0 008 ^ 01330986 a 0000 ^ 02111684 a 0000 ^ 02475855 a 0000 ! 00467913 a 0101 & 00467019 a 0000 & 00467240 a 0000 & 00467564 a 0000 & 00467737 a 0000 | forming a whole or aggregate
-00467019 00 s 04 agglomerate 0 agglomerated 0 agglomerative 0 clustered 0 004 & 00466808 a 0000 + 01484714 v 0301 + 14711647 n 0101 + 07961480 n 0104 | clustered together but not coherent; "an agglomerated flower head"
-00467240 00 s 04 aggregate 1 aggregated 0 aggregative 0 mass 0 004 & 00466808 a 0000 + 01385170 v 0301 + 08418103 n 0101 + 04353803 n 0104 | formed of separate units gathered into a mass or whole; "aggregate expenses include expenses of all divisions combined for the entire year"; "the aggregated amount of indebtedness"
-00467564 00 s 02 collectivized 0 collectivised 0 001 & 00466808 a 0000 | characterized by the principle of ownership by the state or the people of the means of production
-00467737 00 s 01 knockdown 0 002 & 00466808 a 0000 ;c 03405725 n 0000 | (furniture) easily assembled and dismantled; "I bought a knockdown chest at the do-it-yourself store"
-00467913 00 a 01 distributive 0 010 ^ 02478749 a 0000 ^ 00539793 a 0000 + 02201644 v 0101 ! 00466808 a 0101 & 00468176 a 0000 & 00468362 a 0000 & 00468574 a 0000 & 00468795 a 0000 & 00469170 a 0000 & 00469468 a 0000 | serving to distribute or allot or disperse
-00468176 00 s 03 allocable 0 allocatable 0 apportionable 0 005 & 00467913 a 0000 + 02234087 v 0302 + 02294179 v 0304 + 02234087 v 0201 + 02234087 v 0101 | capable of being distributed
-00468362 00 s 04 diffusing(a) 0 diffusive 0 dispersive 0 disseminative 0 006 & 00467913 a 0000 + 00968211 v 0405 + 01376245 v 0305 + 00968211 v 030a + 01229071 v 0205 + 00968211 v 0209 | spreading by diffusion
-00468574 00 s 01 immanent 0 003 & 00467913 a 0000 + 13957974 n 0102 + 13957974 n 0101 | of qualities that are spread throughout something; "ambition is immanent in human nature"; "we think of God as immanent in nature"
-00468795 00 s 04 permeant 0 permeating 0 permeative 0 pervasive 0 006 & 00467913 a 0000 + 04765166 n 0401 + 01229071 v 0402 + 01229071 v 0301 + 01229071 v 0101 + 01457954 v 0103 | spreading or spread throughout; "armed with permeative irony...he punctures affectations"; "the pervasive odor of garlic"; "an error is pervasive if it is material to more than one conclusion"
-00469170 00 s 01 separative 0 001 & 00467913 a 0000 | (of a word) referring singly and without exception to the members of a group; "whereas `each,' `every,' `either,' `neither,' and `none' are distributive or referring to a single member of a group, `which' in `which of the men' is separative"
-00469468 00 s 01 suffusive 0 003 & 00467913 a 0000 + 00454251 v 0101 + 00454651 v 0101 | spreading through; "suffusive purple light"
-00469603 00 a 02 publicized 0 publicised 0 004 ! 00470111 a 0101 & 00469767 a 0000 & 00469879 a 0000 & 00469999 a 0000 | made known; especially made widely known
-00469767 00 s 01 advertised 0 001 & 00469603 a 0000 | called to public attention; "these advertised products"
-00469879 00 s 01 heralded 0 001 & 00469603 a 0000 | publicly announced; "the royal couple's much heralded world tour"
-00469999 00 s 02 promulgated 0 published 0 001 & 00469603 a 0000 | formally made public; "published accounts"
-00470111 00 a 01 suppressed 0 005 ! 00469603 a 0101 & 00470284 a 0000 & 00470372 a 0000 & 00470528 a 0000 & 00470719 a 0000 | kept from public knowledge by various means;
-00470284 00 s 01 burked(p) 0 001 & 00470111 a 0000 | suppressed quietly or indirectly
-00470372 00 s 01 hushed-up 0 001 & 00470111 a 0000 | (used of information or news) kept secret by using influence; "hushed-up stories sometimes leak out"
-00470528 00 s 03 quelled 0 quenched 0 squelched 0 001 & 00470111 a 0000 | subdued or overcome; "the quelled rebellion"; "an uprising quenched almost before it started"; "a squelched rumor"
-00470719 00 s 01 unreleased 0 001 & 00470111 a 0000 | not (or not yet) made available for distribution or publication; "someone leaked the unreleased announcement"; "a film that remained unreleased for years"
-00470930 00 a 01 published 0 001 ! 00471072 a 0101 | prepared and printed for distribution and sale; "the complete published works Dickens"
-00471072 00 a 01 unpublished 0 001 ! 00470930 a 0101 | not published; "unpublished letters and diaries"
-00471178 00 a 01 publishable 0 001 ! 00471260 a 0101 | suitable for publication
-00471260 00 a 01 unpublishable 0 001 ! 00471178 a 0101 | not suitable for publication
-00471348 00 a 01 reported 0 004 ! 00471966 a 0101 & 00471572 a 0000 & 00471698 a 0000 & 00471842 a 0000 | made known or told about; especially presented in a formal account; "his reported opinion"; "the reported findings"
-00471572 00 s 01 according 0 001 & 00471348 a 0000 | (followed by `to') as reported or stated by; "according to historians"
-00471698 00 s 01 notifiable 0 002 & 00471348 a 0000 + 00873682 v 0102 | requiring that official notification be given; "a notifiable disease"
-00471842 00 s 01 reportable 0 001 & 00471348 a 0000 | meriting report; "years of research produced no reportable results"
-00471966 00 a 01 unreported 0 001 ! 00471348 a 0101 | not reported; "unreported results"
-00472057 00 a 01 reportable 0 001 ! 00472177 a 0101 | (of income) required by law to be reported; "reportable income"
-00472177 00 a 01 unreportable 0 001 ! 00472057 a 0101 | (of income) not reportable; not required by law to be reported; "very little income is unreportable"
-00472336 00 a 02 combinative 0 combinatory 1 005 ^ 01330986 a 0000 + 01461328 v 0102 ! 00472810 a 0101 & 00472534 a 0000 & 00472694 a 0000 | marked by or relating to or resulting from combination
-00472534 00 s 01 combinatorial 0 003 & 00472336 a 0000 ;c 06000644 n 0000 + 00870453 n 0101 | relating to the combination and arrangement of elements in sets
-00472694 00 s 03 combinable 0 combinational 0 combinatory 2 001 & 00472336 a 0000 | able to or tending to combine
-00472810 00 a 01 noncombinative 0 002 ! 00472336 a 0101 & 00472914 a 0000 | not involving combination
-00472914 00 s 01 noncombining 0 001 & 00472810 a 0000 | not able to combine
-00472992 00 a 01 combustible 0 010 + 14816745 n 0101 + 02762468 v 0102 + 02760622 v 0105 + 00377002 v 0102 ! 00474043 a 0101 & 00473243 a 0000 & 00473502 a 0000 & 00473658 a 0000 & 00473778 a 0000 & 00473869 a 0000 | capable of igniting and burning
-00473243 00 s 03 burnable 0 ignitable 0 ignitible 0 010 & 00472992 a 0000 + 02760622 v 0302 + 02759614 v 0301 + 02760622 v 0202 + 02759614 v 0201 + 02762468 v 0101 + 00196364 v 0101 + 00378664 v 0101 + 00378042 v 0101 + 00377002 v 0101 | capable of burning
-00473502 00 s 03 comburent 0 comburant 0 combustive 0 004 & 00472992 a 0000 + 02762468 v 0302 + 02760622 v 0305 + 00377002 v 0302 | supporting combustion
-00473658 00 s 02 flammable 0 inflammable 0 003 & 00472992 a 0000 + 04712568 n 0202 + 04712568 n 0101 | easily ignited
-00473778 00 s 01 ignescent 0 001 & 00472992 a 0000 | can emit sparks or burst into flame
-00473869 00 s 01 incendiary 0 001 & 00472992 a 0000 | capable of catching fire spontaneously or causing fires or burning readily; "an incendiary agent"; "incendiary bombs"
-00474043 00 a 02 noncombustible 0 incombustible 0 005 ! 00472992 a 0101 & 00474227 a 0000 & 00474311 a 0000 & 00474440 a 0000 & 00474541 a 0000 | not capable of igniting and burning
-00474227 00 s 01 fireproof 0 001 & 00474043 a 0000 | impervious to damage by fire
-00474311 00 s 04 fire-retardant 0 fire-resistant 0 fire-resisting 0 fire-resistive 0 001 & 00474043 a 0000 | difficult to burn
-00474440 00 s 02 flameproof 0 flame-retardant 0 001 & 00474043 a 0000 | resistant to catching fire
-00474541 00 s 01 nonflammable 0 001 & 00474043 a 0000 | impossible to ignite
-00474620 00 a 01 explosive 0 003 + 03304730 n 0101 ! 00475008 a 0101 & 00474883 a 0000 | serving to explode or characterized by explosion or sudden outburst; "an explosive device"; "explosive gas"; "explosive force"; "explosive violence"; "an explosive temper"
-00474883 00 s 01 detonative 0 003 & 00474620 a 0000 + 00306298 v 0101 + 00306723 v 0102 | exploding almost instantaneously
-00475008 00 a 01 nonexplosive 0 001 ! 00474620 a 0101 | not explosive; "nonexplosive gases"; "a nonexplosive fuel"
-00475125 00 a 02 lighted 0 lit 2 003 ! 00475749 a 0101 & 00475308 a 0000 & 00475625 a 0000 | set afire or burning; "the lighted candles"; "a lighted cigarette"; "a lit firecracker"
-00475308 00 s 06 ablaze(p) 0 afire(p) 0 aflame(p) 0 aflare(p) 0 alight(p) 0 on_fire(p) 0 001 & 00475125 a 0000 | lighted up by or as by fire or flame; "forests set ablaze (or afire) by lightning"; "even the car's tires were aflame"; "a night aflare with fireworks"; "candles alight on the tables"; "houses on fire"
-00475625 00 s 03 ignited 0 enkindled 0 kindled 0 001 & 00475125 a 0000 | set afire; "the ignited paper"; "a kindled fire"
-00475749 00 a 02 unlighted 0 unlit 2 002 ! 00475125 a 0101 & 00475927 a 0000 | not set afire or burning; "the table was bare, the candles unlighted"; "held an unlit cigarette"
-00475927 00 s 01 unkindled 0 001 & 00475749 a 0000 | not set afire
-00475996 00 a 02 commodious 0 convenient 2 004 ;u 07073447 n 0000 + 05105265 n 0104 ! 00476494 a 0101 & 00476249 a 0000 | large and roomy (`convenient' is archaic in this sense); "a commodious harbor"; "a commodious building suitable for conventions"
-00476249 00 s 02 roomy 0 spacious 0 005 & 00475996 a 0000 + 05105265 n 0203 + 08652970 n 0201 + 05105265 n 0102 + 13777764 n 0101 | (of buildings and rooms) having ample space; "a roomy but sparsely furnished apartment"; "a spacious ballroom"
-00476494 00 a 01 incommodious 0 003 + 14446878 n 0102 ! 00475996 a 0101 & 00476663 a 0000 | uncomfortably or inconveniently small; "incommodious hotel accommodations"
-00476663 00 s 01 cramped 0 001 & 00476494 a 0000 | constricted in size; "cramped quarters"; "trying to bring children up in cramped high-rise apartments"
-00476819 00 a 02 comfortable 0 comfy 0 008 = 14445379 n 0000 ;u 07075172 n 0000 + 14445379 n 0102 ! 00478015 a 0101 & 00477284 a 0000 & 00477553 a 0000 & 00477661 a 0000 & 00477896 a 0000 | providing or experiencing physical well-being or relief (`comfy' is informal); "comfortable clothes"; "comfortable suburban houses"; "made himself comfortable in an armchair"; "the antihistamine made her feel more comfortable"; "are you comfortable?"; "feeling comfy now?"
-00477284 00 s 03 cozy 0 cosy 0 snug 0 004 & 00476819 a 0000 + 14446298 n 0303 + 14446298 n 0202 + 14446298 n 0101 | enjoying or affording comforting warmth and shelter especially in a small space; "a cozy nook near the fire"; "snug in bed"; "a snug little apartment"
-00477553 00 s 01 easy 0 001 & 00476819 a 0000 | affording comfort; "soft light that was easy on the eyes"
-00477661 00 s 04 homelike 0 homely 0 homey 0 homy 0 004 & 00476819 a 0000 + 14513694 n 0401 + 14513694 n 0301 + 08559508 n 0201 | having a feeling of home; cozy and comfortable; "the homely everyday atmosphere"; "a homey little inn"
-00477896 00 s 01 soothing 0 001 & 00476819 a 0000 | affording physical relief; "a soothing ointment for her sunburn"
-00478015 00 a 01 uncomfortable 0 008 = 14445379 n 0000 ! 00476819 a 0101 & 00478311 a 0000 & 00478590 a 0000 & 00478685 a 0000 & 00478872 a 0000 & 00479073 a 0000 & 00479192 a 0000 | providing or experiencing physical discomfort; "an uncomfortable chair"; "an uncomfortable day in the hot sun"
-00478311 00 s 02 bad 0 tough 0 003 & 00478015 a 0000 ;u 07075172 n 0000 + 05036715 n 0101 | feeling physical discomfort or pain (`tough' is occasionally used colloquially for `bad'); "my throat feels bad"; "she felt bad all over"; "he was feeling tough after a restless night"
-00478590 00 s 01 comfortless 0 001 & 00478015 a 0000 | without comfort; "a comfortless room"
-00478685 00 s 02 irritating 0 painful 0 002 & 00478015 a 0000 + 04720024 n 0201 | causing physical discomfort; "bites of black flies are more than irritating; they can be very painful"
-00478872 00 s 02 miserable 0 wretched 0 003 & 00478015 a 0000 + 14447303 n 0201 + 14448333 n 0103 | characterized by physical misery; "a wet miserable weekend"; "spent a wretched night on the floor"
-00479073 00 s 01 uneasy 0 002 & 00478015 a 0000 + 14447019 n 0103 | relating to bodily unease that causes discomfort
-00479192 00 s 01 warm 0 001 & 00478015 a 0000 | uncomfortable because of possible danger or trouble; "made things warm for the bookies"
-00479330 00 a 01 comfortable 1 004 ^ 00822115 a 0000 + 07530000 n 0101 ! 00479933 a 0101 & 00479783 a 0000 | free from stress or conducive to mental ease; having or affording peace of mind; "was settled in a comfortable job, one for which he was well prepared"; "the comfortable thought that nothing could go wrong"; "was comfortable in his religious beliefs"; "she's a comfortable person to be with"; "she felt comfortable with her fiance's parents"
-00479783 00 s 01 comforted 0 001 & 00479330 a 0000 | made comfortable or more comfortable in a time of distress; "the news make her feel comforted"
-00479933 00 a 01 uncomfortable 1 008 ^ 00822449 a 0000 + 14446652 n 0102 + 07507329 n 0103 ! 00479330 a 0101 & 00480439 a 0000 & 00480753 a 0000 & 00480880 a 0000 & 00480965 a 0000 | conducive to or feeling mental discomfort; "this kind of life can prove disruptive and uncomfortable"; "the uncomfortable truth"; "grew uncomfortable beneath his appraising eye"; "an uncomfortable way of surprising me just when I felt surest"; "the teacher's presence at the conference made the child very uncomfortable"
-00480439 00 s 03 awkward 0 ill_at_ease(p) 0 uneasy 0 004 & 00479933 a 0000 + 07507329 n 0302 + 04904851 n 0303 + 04815624 n 0101 | socially uncomfortable; unsure and constrained in manner; "awkward and reserved at parties"; "ill at ease among eddies of people he didn't know"; "was always uneasy with strangers"
-00480753 00 s 01 disquieting 0 001 & 00479933 a 0000 | causing mental discomfort; "the disquieting sounds of nearby gunfire"
-00480880 00 s 01 ill-fitting 0 001 & 00479933 a 0000 | not the right size or shape
-00480965 00 s 01 self-conscious 0 002 & 00479933 a 0000 + 07507329 n 0101 | excessively and uncomfortably conscious of your appearance or behavior; "self-conscious teenagers"; "wondered if she could ever be untidy without feeling self-conscious about it"
-00481222 00 a 01 commensurate 0 006 ^ 00889831 a 0000 + 13817279 n 0101 ! 00481855 a 0101 & 00481463 a 0000 & 00481592 a 0000 & 00481737 a 0000 | corresponding in size or degree or extent; "pay should be commensurate with the time worked"
-00481463 00 s 03 coextensive 0 coterminous 0 conterminous 0 001 & 00481222 a 0000 | being of equal extent or scope or duration
-00481592 00 s 01 commensurable 0 001 & 00481222 a 0000 | capable of being measured by a common standard; "hours and minutes are commensurable"
-00481737 00 s 01 proportionate 0 002 & 00481222 a 0000 + 13817279 n 0103 | agreeing in amount, magnitude, or degree
-00481855 00 a 01 incommensurate 0 004 ^ 00892379 a 0000 ! 00481222 a 0101 & 00482059 a 0000 & 00482139 a 0000 | not corresponding in size or degree or extent; "a reward incommensurate with his effort"
-00482059 00 s 01 disproportionate 0 001 & 00481855 a 0000 | not proportionate
-00482139 00 s 01 incommensurable 0 001 & 00481855 a 0000 | not having a common factor
-00482227 00 a 01 proportionate 0 006 + 13817279 n 0103 ! 00483048 a 0101 & 00482452 a 0000 & 00482580 a 0000 & 00482673 a 0000 & 00482948 a 0000 | being in due proportion; "proportionate representation of a minority group"
-00482452 00 s 01 per_capita 0 001 & 00482227 a 0000 | per person; "among the states Connecticut has a high per capita income"
-00482580 00 s 01 proportionable 0 002 & 00482227 a 0000 ;u 07073447 n 0000 | proportionate
-00482673 00 s 02 proportional 0 relative 0 002 & 00482227 a 0000 + 05212609 n 0201 | properly related in size or degree or other measurable characteristics; usually followed by `to'; "the punishment ought to be proportional to the crime"; "earnings relative to production"
-00482948 00 s 01 proportional 1 002 & 00482227 a 0000 + 13824675 n 0101 | having a constant ratio
-00483048 00 a 02 disproportionate 0 disproportional 0 001 ! 00482227 a 0101 | out of proportion
-00483146 00 a 01 commercial 0 008 = 01090446 n 0000 + 07250034 n 0101 + 01090446 n 0101 ! 00484333 a 0101 & 00483481 a 0000 & 00483650 a 0000 & 00483816 a 0000 & 00484070 a 0000 | connected with or engaged in or sponsored by or used in commerce or commercial enterprises; "commercial trucker"; "commercial TV"; "commercial diamonds"
-00483481 00 s 02 commercialized 0 commercialised 0 001 & 00483146 a 0000 | organized principally for financial gain; "Christmas has become a commercialized spectacle"
-00483650 00 s 01 mercantile 0 001 & 00483146 a 0000 | relating to or characteristic of trade or traders; "the mercantile North was forging ahead"- Van Wyck Brooks
-00483816 00 s 03 mercantile 2 mercenary 0 moneymaking(a) 0 002 & 00483146 a 0000 + 00078393 n 0301 | profit oriented; "a commercial book"; "preached a mercantile and militant patriotism"- John Buchan; "a mercenary enterprise"; "a moneymaking business"
-00484070 00 s 01 technical 2 001 & 00483146 a 0000 | resulting from or dependent on market factors rather than fundamental economic considerations; "analysts content that the stock market is due for a technical rally"; "the fall is only a technical correction"
-00484333 00 a 01 noncommercial 0 006 = 01090446 n 0000 ! 00483146 a 0101 & 00484538 a 0000 & 00484680 a 0000 & 00484782 a 0000 & 00484932 a 0000 | not connected with or engaged in commercial enterprises
-00484538 00 s 01 blue-sky 0 001 & 00484333 a 0000 | without immediate commercial value; "the company cannot afford to do blue-sky research"
-00484680 00 s 02 nonprofit 0 non-profit-making 0 001 & 00484333 a 0000 | not commercially motivated
-00484782 00 s 01 uncommercial 0 001 & 00484333 a 0000 | not conducive to commercial success; "might prove arty and hence uncommercial"- H.E.Clurman
-00484932 00 s 02 uncommercialized 0 uncommercialised 0 001 & 00484333 a 0000 | not having been commercialized
-00485044 00 a 01 residential 0 001 ! 00485252 a 0101 | used or designed for residence or limited to residences; "a residential hotel"; "a residential quarter"; "a residential college"; "residential zoning"
-00485252 00 a 01 nonresidential 0 001 ! 00485044 a 0101 | not residential; "the commercial or nonresidential areas of a town"; "community colleges are typically nonresidential"
-00485431 00 a 01 commissioned 0 001 ! 00485593 a 0101 | (of military officers) holding by virtue of a commission a rank of second lieutenant or ensign or above
-00485593 00 a 01 noncommissioned 0 001 ! 00485431 a 0101 | (of military officers) appointed from enlisted personnel
-00485711 00 a 01 common 1 013 ^ 00489108 a 0000 ^ 01672607 a 0000 = 04795545 n 0000 + 04795545 n 0101 + 04764741 n 0101 ! 00487653 a 0101 & 00486290 a 0000 & 00486539 a 0000 & 00486819 a 0000 & 00486990 a 0000 & 00487198 a 0000 & 00487327 a 0000 & 00487525 a 0000 | having no special distinction or quality; widely known or commonly encountered; average or ordinary or usual; "the common man"; "a common sailor"; "the common cold"; "a common nuisance"; "followed common procedure"; "it is common knowledge that she lives alone"; "the common housefly"; "a common brand of soap"
-00486290 00 s 02 average 0 ordinary 2 004 & 00485711 a 0000 + 04794751 n 0201 + 14501172 n 0101 + 04795061 n 0101 | lacking special distinction, rank, or status; commonly encountered; "average people"; "the ordinary (or common) man in the street"
-00486539 00 s 02 democratic 0 popular 1 002 & 00485711 a 0000 + 05964445 n 0102 | representing or appealing to or adapted for the benefit of the people at large; "democratic art forms"; "a democratic or popular movement"; "popular thought"; "popular science"; "popular fiction"
-00486819 00 s 01 demotic 0 001 & 00485711 a 0000 | of or for the common people; "demotic entertainments"; "demotic speech"; "a poet with a keen ear for demotic rhythms"
-00486990 00 s 01 frequent 0 003 & 00485711 a 0000 + 13598237 n 0101 + 15278281 n 0102 | frequently encountered; "a frequent (or common) error is using the transitive verb `lay' for the intransitive `lie'";
-00487198 00 s 01 general 0 001 & 00485711 a 0000 | prevailing among and common to the general public; "the general discontent"
-00487327 00 s 01 grassroots 0 001 & 00485711 a 0000 | of or involving the common people as constituting a fundamental political and economic group; "a grassroots movement for nuclear disarmament"
-00487525 00 s 01 standard 0 001 & 00485711 a 0000 | commonly used or supplied; "standard procedure"; "standard car equipment"
-00487653 00 a 01 uncommon 0 010 ^ 01675190 a 0000 ^ 00490035 a 0000 = 04795545 n 0000 + 04796946 n 0101 ! 00485711 a 0101 & 00488187 a 0000 & 00488561 a 0000 & 00488697 a 0000 & 00488857 a 0000 & 00488998 a 0000 | not common or ordinarily encountered; unusually great in amount or remarkable in character or kind; "uncommon birds"; "frost and floods are uncommon during these months"; "doing an uncommon amount of business"; "an uncommon liking for money"; "he owed his greatest debt to his mother's uncommon character and ability"
-00488187 00 s 04 especial(a) 0 exceptional 0 particular(a) 0 special 0 002 & 00487653 a 0000 + 04763925 n 0402 | surpassing what is common or usual or expected; "he paid especial attention to her"; "exceptional kindness"; "a matter of particular and unusual importance"; "a special occasion"; "a special reason to confide in her"; "what's so special about the year 2000?"
-00488561 00 s 01 rare 0 001 & 00487653 a 0000 | not widely known; especially valued for its uncommonness; "a rare word"; "rare books"
-00488697 00 s 02 red_carpet(a) 0 red-carpet(a) 0 001 & 00487653 a 0000 | special treatment or hospitality; "the maitre d' gave them the red-carpet treatment"
-00488857 00 s 01 unusual 0 002 & 00487653 a 0000 + 04797295 n 0101 | not commonly encountered; "two-career families are no longer unusual"
-00488998 00 s 01 unwonted 0 001 & 00487653 a 0000 | out of the ordinary; "an unwonted softness in her face"
-00489108 00 a 01 usual 0 007 ^ 00485711 a 0000 = 04796086 n 0000 + 04796086 n 0101 ! 00490035 a 0101 & 00489491 a 0000 & 00489768 a 0000 & 00489863 a 0000 | occurring or encountered or experienced or observed frequently or in accordance with regular practice or procedure; "grew the usual vegetables"; "the usual summer heat"; "came at the usual time"; "the child's usual bedtime"
-00489491 00 s 04 accustomed 0 customary 0 habitual 0 wonted(a) 0 003 & 00489108 a 0000 + 00414179 n 0301 + 00413239 n 0201 | commonly used or practiced; usual; "his accustomed thoroughness"; "took his customary morning walk"; "his habitual comment"; "with her wonted candor"
-00489768 00 s 02 chronic 0 inveterate 0 001 & 00489108 a 0000 | habitual; "a chronic smoker"
-00489863 00 s 01 regular 0 002 & 00489108 a 0000 + 04767347 n 0101 | in accord with regular practice or procedure; "took his regular morning walk"; "her regular bedtime"
-00490035 00 a 01 unusual 0 011 ^ 00487653 a 0000 = 04796086 n 0000 + 04797295 n 0101 ! 00489108 a 0101 & 00490413 a 0000 & 00490650 a 0000 & 00490845 a 0000 & 00490979 a 0000 & 00491089 a 0000 & 00491320 a 0000 & 00491511 a 0000 | not usual or common or ordinary; "a scene of unusual beauty"; "a man of unusual ability"; "cruel and unusual punishment"; "an unusual meteorite"
-00490413 00 s 01 different 0 002 & 00490035 a 0000 + 02666239 v 0101 | differing from all others; not ordinary; "advertising that strives continually to be different"; "this new music is certainly different but I don't really like it"
-00490650 00 s 01 extraordinary(p) 0 001 & 00490035 a 0000 | (of an official) serving an unusual or special function in addition to those of the regular officials; "an ambassador extraordinary"
-00490845 00 s 01 odd 0 002 & 00490035 a 0000 + 04799011 n 0102 | not easily explained; "it is odd that his name is never mentioned"
-00490979 00 s 01 out-of-the-way 0 001 & 00490035 a 0000 | out of the ordinary; "out-of-the-way information"
-00491089 00 s 01 peculiar 0 001 & 00490035 a 0000 | markedly different from the usual; "a peculiar hobby of stuffing and mounting bats"; "a man...feels it a peculiar insult to be taunted with cowardice by a woman"-Virginia Woolf
-00491320 00 s 01 unaccustomed 0 001 & 00490035 a 0000 | not customary or usual; "an unaccustomed pleasure"; "many varieties of unaccustomed foods"; "a new budget of unaccustomed austerity"
-00491511 00 s 01 unique 0 001 & 00490035 a 0000 | highly unusual or rare but not the single instance; "spoke with a unique accent"; "had unique ability in raising funds"; "a frankness unique in literature"; "a unique dining experience"
-00491749 00 a 01 hydrophobic 0 003 ;c 06084469 n 0000 + 05196220 n 0101 ! 00491971 a 0101 | lacking affinity for water; tending to repel and not absorb water; tending not to dissolve in or mix with or be wetted by water
-00491971 00 a 01 hydrophilic 0 003 ;c 06084469 n 0000 ! 00491749 a 0101 & 00492157 a 0000 | having a strong affinity for water; tending to dissolve in, mix with, or be wetted by water
-00492157 00 s 01 deliquescent 0 003 & 00491971 a 0000 + 00553053 v 0101 + 00376625 v 0101 | (especially of certain salts) becoming liquid by absorbing moisture from the air
-00492332 00 a 01 oleophilic 0 003 ;c 06084469 n 0000 ! 00492595 a 0101 & 00492477 a 0000 | having a strong affinity for oils rather than water
-00492477 00 s 02 lipophilic 0 lipotropic 0 002 & 00492332 a 0000 ;c 06084469 n 0000 | having an affinity for lipids
-00492595 00 a 01 oleophobic 0 001 ! 00492332 a 0101 | lacking affinity for oils
-00492677 00 a 01 common 2 008 ^ 02111684 a 0000 = 04764741 n 0000 + 08615374 n 0103 + 04764741 n 0102 + 04764741 n 0101 ! 00493460 a 0101 & 00493012 a 0000 & 00493297 a 0000 | belonging to or participated in by a community as a whole; public; "for the common good"; "common lands are set aside for use by all members of a community"
-00493012 00 s 01 communal 0 003 & 00492677 a 0000 + 02295979 v 0101 + 13240839 n 0101 | for or by a group rather than individuals; "dipping each his bread into a communal dish of stew"- Paul Roche; "a communal settlement in which all earnings and food were shared"; "a group effort"
-00493297 00 s 01 public 0 001 & 00492677 a 0000 | affecting the people or community as a whole; "community leaders"; "community interests"; "the public welfare"
-00493460 00 a 02 individual 0 single 0 009 ^ 02109678 a 0000 = 04763293 n 0000 + 04763293 n 0101 ! 00492677 a 0101 & 00493820 a 0000 & 00494027 a 0000 & 00494198 a 0000 & 00494409 a 0000 & 00494622 a 0000 | being or characteristic of a single thing or person; "individual drops of rain"; "please mark the individual pages"; "they went their individual ways"
-00493820 00 s 01 idiosyncratic 0 002 & 00493460 a 0000 + 04764242 n 0101 | peculiar to the individual; "we all have our own idiosyncratic gestures"; "Michelangelo's highly idiosyncratic style of painting"
-00494027 00 s 02 individualist 0 individualistic 0 002 & 00493460 a 0000 + 04763293 n 0202 | marked by or expressing individuality; "an individualistic way of dressing"
-00494198 00 s 02 one-on-one 0 man-to-man 0 002 & 00493460 a 0000 ;c 00523513 n 0000 | being a system of play in which an individual defensive player guards an individual offensive player; "one-on-one defense"
-00494409 00 s 03 respective(a) 0 several(a) 0 various(a) 0 001 & 00493460 a 0000 | considered individually; "the respective club members"; "specialists in their several fields"; "the various reports all agreed"
-00494622 00 s 01 singular 0 002 & 00493460 a 0000 + 04763650 n 0101 | being a single and separate person or thing; "can the singular person be understood apart from his culture?"; "every fact in the world might be singular...unlike any other fact and sole of its kind"-William James
-00494907 00 a 02 communicative 0 communicatory 0 047 ^ 00150202 a 0000 ^ 02383831 a 0000 + 01070102 v 0201 + 00742320 v 0201 + 00740577 v 0201 + 01070102 v 0101 + 00742320 v 0101 + 00740577 v 0101 + 04650527 n 0101 ! 00500569 a 0101 & 00495916 a 0000 & 00496170 a 0000 & 00496259 a 0000 & 00496422 a 0000 & 00496569 a 0000 & 00496670 a 0000 & 00496845 a 0000 & 00496938 a 0000 & 00497148 a 0000 & 00497330 a 0000 & 00497442 a 0000 & 00497535 a 0000 & 00497626 a 0000 & 00497717 a 0000 & 00497808 a 0000 & 00497964 a 0000 & 00498161 a 0000 & 00498286 a 0000 & 00498439 a 0000 & 00498536 a 0000 & 00498629 a 0000 & 00498724 a 0000 & 00498817 a 0000 & 00498912 a 0000 & 00499062 a 0000 & 00499183 a 0000 & 00499315 a 0000 & 00499441 a 0000 & 00499530 a 0000 & 00499730 a 0000 & 00499823 a 0000 & 00499920 a 0000 & 00500024 a 0000 & 00500126 a 0000 & 00500219 a 0000 & 00500310 a 0000 & 00500434 a 0000 | able or tending to communicate; "was a communicative person and quickly told all she knew"- W.M.Thackeray
-00495916 00 s 03 anecdotic 0 anecdotal 0 anecdotical 0 003 & 00494907 a 0000 + 07220586 n 0301 + 07220586 n 0101 | characterized by or given to telling anecdotes; "anecdotal conversation"; "an anecdotal history of jazz"; "he was at his anecdotic best"
-00496170 00 s 01 Bantu-speaking 0 001 & 00494907 a 0000 | able to communicate in Bantu
-00496259 00 s 04 blabbermouthed 0 leaky 0 talebearing(a) 0 tattling(a) 0 002 & 00494907 a 0000 + 07215185 n 0201 | prone to communicate confidential information
-00496422 00 s 03 chatty 0 gossipy 0 newsy 0 003 & 00494907 a 0000 + 07135080 n 0207 + 07134850 n 0101 | prone to friendly informal communication
-00496569 00 s 01 communicable 0 001 & 00494907 a 0000 | readily communicated; "communicable ideas"
-00496670 00 s 01 communicational 0 003 & 00494907 a 0000 + 06252138 n 0101 + 00033020 n 0101 | used in communication; "he had few communicational grooves available for use"
-00496845 00 s 01 English-speaking 0 001 & 00494907 a 0000 | able to communicate in English
-00496938 00 s 02 expansive 0 talkative 0 005 & 00494907 a 0000 + 04651382 n 0205 + 00962447 v 0201 + 04651009 n 0103 + 04651009 n 0102 | friendly and open and willing to talk; "wine made the guest expansive"
-00497148 00 s 01 expressive 0 005 & 00494907 a 0000 + 01061017 v 0103 + 00943837 v 0101 + 00940384 v 0101 + 04819694 n 0101 | characterized by expression; "a very expressive face"
-00497330 00 s 01 Finno-Ugric-speaking 0 001 & 00494907 a 0000 | able to communicate in a Finno-Ugric language
-00497442 00 s 01 Flemish-speaking 0 001 & 00494907 a 0000 | able to communicate in Flemish
-00497535 00 s 01 French-speaking 0 001 & 00494907 a 0000 | able to communicate in French
-00497626 00 s 01 Gaelic-speaking 0 001 & 00494907 a 0000 | able to communicate in Gaelic
-00497717 00 s 01 German-speaking 0 001 & 00494907 a 0000 | able to communicate in German
-00497808 00 s 01 gesticulating 0 001 & 00494907 a 0000 | making gestures while speaking; "her gesticulating hands and arms made words almost unnecessary"
-00497964 00 s 02 gestural 1 nonverbal 1 001 & 00494907 a 0000 | being other than verbal communication; "the study of gestural communication"; "art like gesture is a form of nonverbal expression"
-00498161 00 s 04 gestural 2 sign(a) 0 signed 0 sign-language(a) 0 001 & 00494907 a 0000 | used of the language of the deaf
-00498286 00 s 01 heraldic 0 001 & 00494907 a 0000 | indicative of or announcing something to come; "the Beatles were heraldic of a new style of music"
-00498439 00 s 01 Icelandic-speaking 0 001 & 00494907 a 0000 | able to communicate in Icelandic
-00498536 00 s 01 Italian-speaking 0 001 & 00494907 a 0000 | able to communicate in Italian
-00498629 00 s 01 Japanese-speaking 0 001 & 00494907 a 0000 | able to communicate in Japanese
-00498724 00 s 01 Kannada-speaking 0 001 & 00494907 a 0000 | able to communicate in Kannada
-00498817 00 s 01 Livonian-speaking 0 001 & 00494907 a 0000 | able to communicate in Livonian
-00498912 00 s 01 narrative 0 002 & 00494907 a 0000 + 00953216 v 0102 | consisting of or characterized by the telling of a story; "narrative poetry"
-00499062 00 s 01 nonverbal 0 001 & 00494907 a 0000 | involving little use of language; "a nonverbal intelligence test"
-00499183 00 s 01 nonverbal 2 001 & 00494907 a 0000 | lacking verbal skill; "rural students often come from nonverbal backgrounds"
-00499315 00 s 01 openhearted 0 001 & 00494907 a 0000 | freely communicative; candidly straightforward; "openhearted advice"
-00499441 00 s 01 Oscan-speaking 0 001 & 00494907 a 0000 | able to communicate in Oscan
-00499530 00 s 02 outspoken 0 vocal 0 002 & 00494907 a 0000 + 04650731 n 0102 | given to expressing yourself freely or insistently; "outspoken in their opposition to segregation"; "a vocal assembly"
-00499730 00 s 01 Russian-speaking 0 001 & 00494907 a 0000 | able to communicate in Russian
-00499823 00 s 01 Samoyedic-speaking 0 001 & 00494907 a 0000 | able to communicate in Samoyedic
-00499920 00 s 01 Semitic-speaking 0 001 & 00494907 a 0000 | able to communicate in a Semitic language
-00500024 00 s 01 Siouan-speaking 0 001 & 00494907 a 0000 | able to communicate in a Siouan language
-00500126 00 s 01 Spanish-speaking 0 001 & 00494907 a 0000 | able to communicate in Spanish
-00500219 00 s 01 Turkic-speaking 0 001 & 00494907 a 0000 | able to communicate in Turkic
-00500310 00 s 01 verbal 0 001 & 00494907 a 0000 | communicated in the form of words; "verbal imagery"; "a verbal protest"
-00500434 00 s 01 yarn-spinning 0 001 & 00494907 a 0000 | inclined to tell long and involved stories (often of incredible happenings)
-00500569 00 a 02 uncommunicative 0 incommunicative 4 011 ^ 00151105 a 0000 ^ 02383380 a 0000 + 04651784 n 0101 ! 00494907 a 0101 & 00500889 a 0000 & 00501004 a 0000 & 00501313 a 0000 & 00501552 a 0000 & 00501723 a 0000 & 00501820 a 0000 & 00501998 a 0000 | not inclined to talk or give information or express opinions
-00500889 00 s 02 blank 2 vacuous 0 002 & 00500569 a 0000 + 14455419 n 0101 | void of expression; "a blank stare"
-00501004 00 s 05 close 0 closelipped 0 closemouthed 0 secretive 0 tightlipped 0 005 & 00500569 a 0000 + 04652177 n 0402 + 04657407 n 0402 + 02145271 v 0401 + 04657407 n 0101 | inclined to secrecy or reticence about divulging information; "although they knew her whereabouts her friends kept close about it"
-00501313 00 s 05 deadpan 0 expressionless 0 impassive 0 poker-faced 0 unexpressive 0 002 & 00500569 a 0000 + 07483782 n 0303 | deliberately impassive in manner; "deadpan humor"; "his face remained expressionless as the verdict was read"
-00501552 00 s 01 incommunicado 0 001 & 00500569 a 0000 | without the means or right to communicate; "a prisoner held incommunicado"; "incommunicado political detainees"
-00501723 00 s 01 inexpressive 0 001 & 00500569 a 0000 | not expressive; "an inexpressive face"
-00501820 00 s 02 mum 0 silent 0 003 & 00500569 a 0000 + 04651974 n 0202 + 04652345 n 0101 | failing to speak or communicate etc when expected to; "the witness remained silent"
-00501998 00 s 02 unpronounceable 0 unutterable 0 001 & 00500569 a 0000 | very difficult to pronounce correctly; "an unpronounceable foreign word"; "unutterable consonant clusters"
-00502180 00 a 01 compact 0 010 ^ 00538565 a 0000 + 04941325 n 0101 ! 00503321 a 0101 & 00502487 a 0000 & 00502646 a 0000 & 00502730 a 0000 & 00502809 a 0000 & 00502922 a 0000 & 00503020 a 0000 & 00503157 a 0000 | closely and firmly united or packed together; "compact soil"; "compact clusters of flowers"
-00502487 00 s 03 clayey 0 cloggy 0 heavy 0 001 & 00502180 a 0000 | (used of soil) compact and fine-grained; "the clayey soil was heavy and easily saturated"
-00502646 00 s 01 close-packed 0 001 & 00502180 a 0000 | packed especially tightly
-00502730 00 s 01 consolidated 0 001 & 00502180 a 0000 | forming a solid mass
-00502809 00 s 02 impacted 0 wedged 0 001 & 00502180 a 0000 | wedged or packed in together; "an impacted tooth"
-00502922 00 s 01 packed 0 001 & 00502180 a 0000 | pressed together or compressed; "packed snow"
-00503020 00 s 01 serried 0 001 & 00502180 a 0000 | (especially of rows as of troops or mountains) pressed together; "in serried ranks"
-00503157 00 s 01 tight 0 001 & 00502180 a 0000 | packed closely together; "they stood in a tight little group"; "hair in tight curls"; "the pub was packed tight"
-00503321 00 a 01 loose 2 006 + 04777421 n 0101 ! 00502180 a 0101 & 00503527 a 0000 & 00503664 a 0000 & 00503780 a 0000 & 00503876 a 0000 | not compact or dense in structure or arrangement; "loose gravel"
-00503527 00 s 01 light 0 002 & 00503321 a 0000 + 05028700 n 0101 | (used of soil) loose and large-grained in consistency; "light soil"
-00503664 00 s 02 shifting 0 unfirm 0 001 & 00503321 a 0000 | (of soil) unstable; "shifting sands"; "unfirm earth"
-00503780 00 s 01 silty 0 002 & 00503321 a 0000 + 15042052 n 0101 | full of silt; "silty soil"
-00503876 00 s 01 unconsolidated 0 001 & 00503321 a 0000 | loose and unstratified; "unconsolidated soil"
-00503982 00 a 01 comparable 0 006 ^ 00889831 a 0000 ^ 01718158 a 0000 + 04746842 n 0104 ! 00504592 a 0101 & 00504172 a 0000 & 00504431 a 0000 | able to be compared or worthy of comparison
-00504172 00 s 01 comparable_with(p) 0 001 & 00503982 a 0000 | similar in some respect and so able to be compared in order to show differences and similarities; "pianists of comparable ability"; "cars comparable with each other in terms of fuel consumption"
-00504431 00 s 01 comparable_to(p) 0 001 & 00503982 a 0000 | worthy of comparison; as good as; "at that moment nothing in the world seemed comparable to sleep"
-00504592 00 a 02 incomparable 0 uncomparable 0 007 ^ 00227507 a 0000 ^ 01675190 a 0000 ! 00503982 a 0101 & 00505086 a 0000 & 00505285 a 0000 & 00505410 a 0000 & 00505853 a 0000 | such that comparison is impossible; unsuitable for comparison or lacking features that can be compared; "an incomparable week of rest and pleasure"; "the computer proceeds with its incomparable logic and efficiency"; "this report is incomparable with the earlier ones because of different breakdowns of the data"
-00505086 00 s 01 all-time 0 001 & 00504592 a 0000 | unsurpassed in some respect up to the present; "prices at an all-time high"; "morale at an all-time low"; "among the all-time great lefthanders"
-00505285 00 s 01 incommensurable 0 001 & 00504592 a 0000 | impossible to measure or compare in value or size or excellence
-00505410 00 s 09 matchless 0 nonpareil 0 one(a) 0 one_and_only(a) 0 peerless 0 unmatched 0 unmatchable 0 unrivaled 0 unrivalled 0 001 & 00504592 a 0000 | eminent beyond or above comparison; "matchless beauty"; "the team's nonpareil center fielder"; "she's one girl in a million"; "the one and only Muhammad Ali"; "a peerless scholar"; "infamy unmatched in the Western world"; "wrote with unmatchable clarity"; "unrivaled mastery of her art"
-00505853 00 s 05 alone(p) 0 unique 0 unequaled 0 unequalled 0 unparalleled 0 002 & 00504592 a 0000 + 04763650 n 0202 | radically distinctive and without equal; "he is alone in the field of microbiology"; "this theory is altogether alone in its penetration of the problem"; "Bach was unique in his handling of counterpoint"; "craftsmen whose skill is unequaled"; "unparalleled athletic ability"; "a breakdown of law unparalleled in our history"
-00506299 00 a 01 compassionate 0 010 ^ 01261867 a 0000 ^ 01507134 a 0000 ^ 02374914 a 0000 + 07553741 n 0101 + 04829550 n 0101 + 07553741 n 0102 ! 00507053 a 0101 & 00506601 a 0000 & 00506743 a 0000 & 00506852 a 0000 | showing or having compassion; "heard the soft and compassionate voices of women"
-00506601 00 s 01 caring 0 002 & 00506299 a 0000 + 07546125 n 0102 | feeling and exhibiting concern and empathy for others; "caring friends"
-00506743 00 s 01 nurturant 0 001 & 00506299 a 0000 | providing physical and emotional care and nourishment
-00506852 00 s 01 tenderhearted 0 002 & 00506299 a 0000 + 07554342 n 0102 | easily moved by another's distress; "a noble tenderhearted creature who sympathizes with all the human race"- W.M.Thackeray
-00507053 00 a 01 uncompassionate 0 004 ^ 01507402 a 0000 ^ 02375828 a 0000 ! 00506299 a 0101 & 00507292 a 0000 | lacking compassion or feeling for others; "nor silver-shedding tears could penetrate her uncompassionate sire"- Shakespeare
-00507292 00 s 03 hardhearted 0 stonyhearted 0 unfeeling 0 003 & 00507053 a 0000 + 04844625 n 0301 + 07506149 n 0103 | devoid of feeling for others; "an unfeeling wretch"
-00507464 00 a 01 compatible 1 008 ^ 00560586 a 0000 ^ 01163083 a 0000 ^ 01486489 a 0000 + 04712735 n 0101 ! 00508192 a 0101 & 00507789 a 0000 & 00507912 a 0000 & 00508036 a 0000 | able to exist and perform in harmonious or agreeable combination; "a compatible married couple"; "her deeds were compatible with her ideology"
-00507789 00 s 01 congenial 0 001 & 00507464 a 0000 | (used of plants) capable of cross-fertilization or of being grafted
-00507912 00 s 01 congruous 0 003 & 00507464 a 0000 + 04714156 n 0102 + 04714156 n 0101 | suitable or appropriate together
-00508036 00 s 01 harmonious 0 003 & 00507464 a 0000 + 13969243 n 0101 + 04713118 n 0102 | existing together in harmony; "harmonious family relationships"
-00508192 00 a 01 incompatible 1 010 ^ 02064745 a 0000 ^ 01164072 a 0000 ^ 01487201 a 0000 ^ 00561036 a 0000 + 04714440 n 0101 ! 00507464 a 0101 & 00508480 a 0000 & 00508592 a 0000 & 00508750 a 0000 & 00508924 a 0000 | not compatible; "incompatible personalities"; "incompatible colors"
-00508480 00 s 01 antagonistic 0 002 & 00508192 a 0000 + 13980288 n 0103 | incapable of harmonious association
-00508592 00 s 01 clashing 0 001 & 00508192 a 0000 | sharply and harshly discordant; "clashing interests of loggers and conservationists"; "clashing colors"
-00508750 00 s 02 contradictory 0 mutually_exclusive 0 004 & 00508192 a 0000 + 13857486 n 0101 + 02663141 v 0101 + 00823436 v 0101 | unable to be both true at the same time
-00508924 00 s 01 uncongenial 0 001 & 00508192 a 0000 | used of plant stock or scions; incapable of being grafted
-00509039 00 a 01 compatible 2 002 ;c 03082979 n 0000 ! 00509206 a 0101 | capable of being used with or connected to other devices or components without modification
-00509206 00 a 01 incompatible 2 002 ;c 03082979 n 0000 ! 00509039 a 0101 | incapable of being used with or connected to other devices or components without modification
-00509377 00 a 02 miscible 0 mixable 0 006 ;c 06090869 n 0000 + 00556193 v 0201 + 00184117 v 0201 + 00394813 v 0203 ! 00509735 a 0101 & 00509576 a 0000 | (chemistry, physics) capable of being mixed
-00509576 00 s 01 compatible 0 001 & 00509377 a 0000 | capable of forming a homogeneous mixture that neither separates nor is altered by chemical interaction
-00509735 00 a 03 immiscible 0 non-miscible 0 unmixable 0 003 ;c 06090869 n 0000 ! 00509377 a 0101 & 00509896 a 0000 | (chemistry, physics) incapable of mixing
-00509896 00 s 01 incompatible 0 001 & 00509735 a 0000 | used especially of solids or solutions; incapable of blending into a stable homogeneous mixture
-00510050 00 a 01 competent 0 010 ^ 00306314 a 0000 ^ 00839619 a 0000 ^ 01911053 a 0000 ^ 02225510 a 0000 + 05153520 n 0102 + 05153520 n 0101 ! 00511214 a 0101 & 00510348 a 0000 & 00510644 a 0000 & 00511037 a 0000 | properly or sufficiently qualified or capable or efficient; "a competent typist"
-00510348 00 s 02 able 0 capable 0 005 & 00510050 a 0000 + 05202497 n 0202 + 05623181 n 0201 + 05616246 n 0101 + 05200169 n 0101 | have the skills and qualifications to do things well; "able teachers"; "a capable administrator"; "children as young as 14 can be extremely capable and dependable"
-00510644 00 s 02 effective 0 efficient 0 004 & 00510050 a 0000 + 01642924 v 0101 + 05199286 n 0101 + 05199286 n 0102 | able to accomplish a purpose; functioning effectively; "people who will do nothing unless they get something out of it for themselves are often highly effective persons..."-G.B.Shaw; "effective personnel"; "an efficient secretary"; "the efficient cause of the revolution"
-00511037 00 s 01 workmanlike 0 001 & 00510050 a 0000 | worthy of a good workman; "a competent job"; "the book is a workmanlike job with chronology and bibliography and index"
-00511214 00 a 01 incompetent 0 009 ^ 00840902 a 0000 ^ 01911415 a 0000 ^ 02228335 a 0000 + 05154241 n 0102 + 05154241 n 0101 ! 00510050 a 0101 & 00511526 a 0000 & 00511739 a 0000 & 00511966 a 0000 | not qualified or suited for a purpose; "an incompetent secret service"; "the filming was hopeless incompetent"
-00511526 00 s 02 feckless 0 inept 0 003 & 00511214 a 0000 + 04721058 n 0203 + 05139942 n 0101 | generally incompetent and ineffectual; "feckless attempts to repair the plumbing"; "inept handling of the account"
-00511739 00 s 02 ineffective 0 inefficient 0 003 & 00511214 a 0000 + 05648953 n 0201 + 05207963 n 0101 | lacking the ability or skill to perform effectively; inadequate; "an ineffective administration"; "inefficient workers"
-00511966 00 s 01 unworkmanlike 0 001 & 00511214 a 0000 | not characteristic of or suitable for a good workman; "an unworkmanlike result"; "an unworkmanlike tool"
-00512130 00 a 01 competent 2 001 ! 00512261 a 0101 | legally qualified or sufficient; "a competent court"; "competent testimony"
-00512261 00 a 02 incompetent 2 unqualified 3 002 ;c 08441203 n 0000 ! 00512130 a 0101 | legally not qualified or sufficient; "a wife is usually considered unqualified to testify against her husband"; "incompetent witnesses"
-00512487 00 a 02 competitive 0 competitory 0 007 + 01072262 v 0201 + 01072262 v 0101 + 04837425 n 0101 ! 00513165 a 0101 & 00512769 a 0000 & 00512941 a 0000 & 00513048 a 0000 | involving competition or competitiveness; "competitive games"; "to improve one's competitive position"
-00512769 00 s 03 agonistic 0 agonistical 0 combative 0 002 & 00512487 a 0000 + 04837615 n 0301 | striving to overcome in argument; "a dialectical and agonistic approach"
-00512941 00 s 02 emulous 0 rivalrous 0 002 & 00512487 a 0000 + 10533013 n 0201 | eager to surpass others
-00513048 00 s 01 matched 0 001 & 00512487 a 0000 | provided with a worthy adversary or competitor; "matched teams"
-00513165 00 a 01 noncompetitive 0 004 ! 00512487 a 0101 & 00513388 a 0000 & 00513559 a 0000 & 00513716 a 0000 | not involving competition or competitiveness; "noncompetitive positions"; "noncompetitive interest in games"
-00513388 00 s 02 accommodative 0 cooperative 0 003 & 00513165 a 0000 + 04906026 n 0203 + 02702830 v 0102 | willing to adjust to differences in order to obtain agreement
-00513559 00 s 01 monopolistic 0 002 & 00513165 a 0000 + 14444326 n 0101 | having exclusive control over a commercial activity by possession or legal grant
-00513716 00 s 01 uncompetitive 0 001 & 00513165 a 0000 | not inclined to compete
-00513799 00 a 02 complaining(a) 0 complaintive 0 003 ! 00514278 a 0101 & 00513981 a 0000 & 00514175 a 0000 | expressing pain or dissatisfaction of resentment; "a complaining boss"
-00513981 00 s 04 fretful 0 querulous 0 whiney 0 whiny 0 005 & 00513799 a 0000 + 07211752 n 0402 + 07211752 n 0302 + 04642980 n 0201 + 07552729 n 0103 | habitually complaining; "a whiny child"
-00514175 00 s 01 protestant 0 003 & 00513799 a 0000 + 02521410 v 0101 + 00910135 v 0101 | protesting
-00514278 00 a 01 uncomplaining 0 002 ^ 01735736 a 0000 ! 00513799 a 0101 | not complaining; "uncomplaining courage"
-00514396 00 a 01 compressible 0 004 + 01387786 v 0101 + 04938474 n 0101 ! 00514717 a 0101 & 00514613 a 0000 | capable of being compressed or made more compact; "compressible packing materials"; "a compressible box"
-00514613 00 s 01 compressed 0 001 & 00514396 a 0000 | reduced in volume by pressure; "compressed air"
-00514717 00 a 01 incompressible 0 002 ! 00514396 a 0101 + 04938702 n 0101 | incapable of being compressed; resisting compression; "mounds of incompressible garbage"
-00514884 00 a 01 whole 0 010 ^ 00520214 a 0000 = 14460565 n 0000 + 05869584 n 0101 ! 00516539 a 0101 & 00515380 a 0000 & 00515622 a 0000 & 00515753 a 0000 & 00515870 a 0000 & 00516231 a 0000 & 00516360 a 0000 | including all components without exception; being one unit or constituting the full amount or extent or duration; complete; "gave his whole attention"; "a whole wardrobe for the tropics"; "the whole hog"; "a whole week"; "the baby cried the whole trip home"; "a whole loaf of bread"
-00515380 00 s 03 entire 1 full 1 total 0 003 & 00514884 a 0000 + 04765851 n 0301 + 14461231 n 0102 | constituting the full quantity or extent; complete; "an entire town devastated by an earthquake"; "gave full attention"; "a total failure"
-00515622 00 s 01 full-length 0 001 & 00514884 a 0000 | representing or accommodating the entire length; "a full-length portrait"
-00515753 00 s 01 full-page 0 001 & 00514884 a 0000 | occupying an entire page in a book or paper; "a full-page ad"
-00515870 00 s 03 integral 0 entire 2 intact 0 004 & 00514884 a 0000 + 14460407 n 0301 + 14461231 n 0202 + 14461231 n 0103 | constituting the undiminished entirety; lacking nothing essential especially not damaged; "a local motion keepeth bodies integral"- Bacon; "was able to keep the collection entire during his lifetime"; "fought to keep the union intact"
-00516231 00 s 01 livelong 0 001 & 00514884 a 0000 | (of time) constituting the full extent or duration; "all the livelong day"
-00516360 00 s 01 undivided 0 001 & 00514884 a 0000 | not separated into parts or shares; constituting an undivided unit; "an undivided interest in the property"; "a full share"
-00516539 00 a 01 fractional 0 010 ^ 00523978 a 0000 = 14460565 n 0000 + 03390207 n 0101 ! 00514884 a 0101 & 00516887 a 0000 & 00517010 a 0000 & 00517314 a 0000 & 00517554 a 0000 & 00517710 a 0000 & 00517816 a 0000 | constituting or comprising a part or fraction of a possible whole or entirety; "a fractional share of the vote"; "a partial dose"
-00516887 00 s 01 aliquot 0 002 & 00516539 a 0000 + 13734629 n 0101 | signifying an exact divisor or factor of a quantity
-00517010 00 s 01 divisional 0 002 & 00516539 a 0000 + 05867413 n 0103 | constituting a division or an aliquot part of the basic monetary unit; "American divisional (fractional) coins include the dime and the nickel"; "fractional currency is currency in denominations less than the basic monetary unit"
-00517314 00 s 02 fragmental 0 fragmentary 0 007 & 00516539 a 0000 + 09285254 n 0201 + 07008680 n 0201 + 04184701 n 0203 + 09285254 n 0101 + 07008680 n 0101 + 04184701 n 0103 | consisting of small disconnected parts; "fragmentary remains"
-00517554 00 s 01 half(a) 0 001 & 00516539 a 0000 | consisting of one of two equivalent parts in value or quantity; "a half chicken"; "lasted a half hour"
-00517710 00 s 01 halfway 0 001 & 00516539 a 0000 | including only half or a portion; "halfway measures"
-00517816 00 s 01 waist-length 0 001 & 00516539 a 0000 | (of clothing) extending only to the waist
-00517916 00 a 01 whole 2 001 ! 00518035 a 0101 | (of siblings) having the same parents; "whole brothers and sisters"
-00518035 00 a 01 half 2 001 ! 00517916 a 0101 | (of siblings) related through one parent only; "a half brother"; "half sister"
-00518164 00 a 01 committed 0 004 + 04646990 n 0101 ! 00518716 a 0101 & 00518405 a 0000 & 00518549 a 0000 | bound or obligated, as under a pledge to a particular cause, action, or attitude; "committed church members"; "a committed Marxist"
-00518405 00 s 02 bound_up 0 wrapped_up 0 001 & 00518164 a 0000 | deeply devoted to; "bound up in her teaching"; "is wrapped up in his family"
-00518549 00 s 02 pledged 0 sworn 0 001 & 00518164 a 0000 | bound by or as if by an oath; "according to an early tradition became his sworn brother"; "sworn enemies"
-00518716 00 a 01 uncommitted 0 004 ! 00518164 a 0101 & 00518848 a 0000 & 00518981 a 0000 & 00519103 a 0000 | not bound or pledged
-00518848 00 s 01 fancy-free 0 001 & 00518716 a 0000 | having no commitments or responsibilities; carefree; "a fancy-free bachelor"
-00518981 00 s 01 floating(a) 0 001 & 00518716 a 0000 | not definitely committed to a party or policy; "floating voters"
-00519103 00 s 01 undecided 0 001 & 00518716 a 0000 | not yet having made a commitment; "undecided voters"
-00519211 00 a 01 dedicated 0 004 ! 00520081 a 0101 & 00519477 a 0000 & 00519668 a 0000 & 00519823 a 0000 | devoted to a cause or ideal or purpose; "a dedicated dancer"; "dedicated teachers"; "dedicated to the proposition that all men are created equal"- A.Lincoln
-00519477 00 s 01 devoted(p) 0 001 & 00519211 a 0000 | (followed by `to') dedicated exclusively to a purpose or use; "large sums devoted to the care of the poor"; "a life devoted to poetry"
-00519668 00 s 01 devoted 2 002 & 00519211 a 0000 + 07544491 n 0102 | zealous in devotion or affection; "a devoted husband and father"; "devoted friends"
-00519823 00 s 01 sacred 0 002 & 00519211 a 0000 + 04855332 n 0101 | (often followed by `to') devoted exclusively to a single use or purpose or person; "a fund sacred to charity"; "a morning hour sacred to study"; "a private office sacred to the President"
-00520081 00 a 01 undedicated 0 001 ! 00519211 a 0101 | not dedicated; "the playground has been completed but is still undedicated"
-00520214 00 a 01 complete 0 024 ^ 00525453 a 0000 ^ 00514884 a 0000 = 14460974 n 0000 + 14460974 n 0101 ! 00523978 a 0101 & 00520892 a 0000 & 00521329 a 0000 & 00521584 a 0000 & 00521692 a 0000 & 00521811 a 0000 & 00521976 a 0000 & 00522101 a 0000 & 00522240 a 0000 & 00522349 a 0000 & 00522463 a 0000 & 00522680 a 0000 & 00522885 a 0000 & 00523068 a 0000 & 00523229 a 0000 & 00523364 a 0000 & 00523479 a 0000 & 00523587 a 0000 & 00523786 a 0000 & 00523867 a 0000 | having every necessary or normal part or component or step; "a complete meal"; "a complete wardrobe"; "a complete set of the Britannica"; "a complete set of china"; "a complete defeat"; "a complete accounting"
-00520892 00 s 06 absolute 1 downright 0 out-and-out(a) 0 rank(a) 0 right-down 0 sheer(a) 0 002 & 00520214 a 0000 + 04738398 n 0101 | complete and without restriction or qualification; sometimes used informally as intensifiers; "absolute freedom"; "an absolute dimwit"; "a downright lie"; "out-and-out mayhem"; "an out-and-out lie"; "a rank outsider"; "many right-down vices"; "got the job through sheer persistence"; "sheer stupidity"
-00521329 00 s 04 accomplished 0 completed 0 realized 0 realised 0 001 & 00520214 a 0000 | successfully completed or brought to an end; "his mission accomplished he took a vacation"; "the completed project"; "the joy of a realized ambition overcame him"
-00521584 00 s 01 all 0 001 & 00520214 a 0000 | completely given to or absorbed by; "became all attention"
-00521692 00 s 02 all-or-none 0 all-or-nothing 0 001 & 00520214 a 0000 | occurring completely or not occurring at all
-00521811 00 s 02 all-out 0 full-scale 0 001 & 00520214 a 0000 | using all available resources; "all-out war"; "a full-scale campaign against nuclear power plants"
-00521976 00 s 01 allover 0 001 & 00520214 a 0000 | covering the entire surface; "an allover pattern"; "got an allover tan"
-00522101 00 s 01 clean 0 001 & 00520214 a 0000 | thorough and without qualification; "a clean getaway"; "a clean sweep"; "a clean break"
-00522240 00 s 01 completed 2 002 & 00520214 a 0000 ;c 00468480 n 0000 | caught; "a completed forward pass"
-00522349 00 s 02 dead(a) 0 utter 0 001 & 00520214 a 0000 | complete; "came to a dead stop"; "utter seriousness"
-00522463 00 s 03 exhaustive 0 thorough 0 thoroughgoing 0 002 & 00520214 a 0000 + 04672858 n 0201 | performed comprehensively and completely; "an exhaustive study"; "made a thorough search"; "thoroughgoing research"
-00522680 00 s 02 fleshed_out 0 full-clad 0 001 & 00520214 a 0000 | given substance or detail; completed; "did not spring full-clad from his imagination"; "a plan fleshed out with statistics and details"
-00522885 00 s 02 full 0 total 2 002 & 00520214 a 0000 + 14461519 n 0102 | complete in extent or degree and in every particular; "a full game"; "a total eclipse"; "a total disaster"
-00523068 00 s 01 full-blown 0 001 & 00520214 a 0000 | having or displaying all the characteristics necessary for completeness; "a full-blown financial crisis"
-00523229 00 s 01 full-dress 0 001 & 00520214 a 0000 | complete in every respect; "a full-dress debate"; "a full-dress investigation"
-00523364 00 s 01 good 0 001 & 00520214 a 0000 | thorough; "had a good workout"; "gave the house a good cleaning"
-00523479 00 s 01 hearty 0 002 & 00520214 a 0000 + 04867539 n 0101 | without reservation; "hearty support"
-00523587 00 s 01 self-contained 0 001 & 00520214 a 0000 | constituting a complete and independent unit in and of itself; "the university is like a self-contained city with shops and all amenities"
-00523786 00 s 01 sound 0 001 & 00520214 a 0000 | thorough; "a sound thrashing"
-00523867 00 s 01 stand-alone 0 002 & 00520214 a 0000 ;c 06099269 n 0000 | capable of operating independently
-00523978 00 a 02 incomplete 0 uncomplete 0 011 ^ 00516539 a 0000 = 14460974 n 0000 + 14462193 n 0101 ! 00520214 a 0101 & 00524388 a 0000 & 00524496 a 0000 & 00524607 a 0000 & 00524693 a 0000 & 00524965 a 0000 & 00525105 a 0000 & 00525315 a 0000 | not complete or total; not completed; "an incomplete account of his life"; "political consequences of incomplete military success"; "an incomplete forward pass"
-00524388 00 s 01 broken 0 001 & 00523978 a 0000 | lacking a part or parts; "a broken set of encyclopedia"
-00524496 00 s 01 half(a) 0 001 & 00523978 a 0000 | partial; "gave me a half smile"; "he did only a half job"
-00524607 00 s 01 neither 0 001 & 00523978 a 0000 | not either; not one or the other
-00524693 00 s 01 partial 0 004 & 00523978 a 0000 + 13809207 n 0101 + 03892891 n 0101 + 14462064 n 0101 | being or affecting only a part; not total; "a partial description of the suspect"; "partial collapse"; "a partial eclipse"; "a partial monopoly"; "partial immunity"
-00524965 00 s 01 rudimentary 0 002 & 00523978 a 0000 + 05604022 n 0101 | being in the earliest stages of development; "rudimentary plans"
-00525105 00 s 02 sketchy 0 unelaborated 0 003 & 00523978 a 0000 + 06469694 n 0101 + 14462565 n 0101 | giving only major points; lacking completeness; "a sketchy account"; "details of the plan remain sketchy"
-00525315 00 s 01 uncompleted 0 002 & 00523978 a 0000 ;c 00468480 n 0000 | not caught or not caught within bounds; "an uncompleted pass"
-00525453 00 a 01 comprehensive 0 023 ^ 00520214 a 0000 ^ 01101391 a 0000 ^ 02560548 a 0000 = 14461519 n 0000 + 02629793 v 0103 + 14461519 n 0101 ! 00529075 a 0101 & 00526062 a 0000 & 00526541 a 0000 & 00526696 a 0000 & 00526832 a 0000 & 00526984 a 0000 & 00527188 a 0000 & 00527551 a 0000 & 00527744 a 0000 & 00527870 a 0000 & 00528041 a 0000 & 00528167 a 0000 & 00528333 a 0000 & 00528495 a 0000 & 00528629 a 0000 & 00528761 a 0000 & 00528875 a 0000 | including all or everything; "comprehensive coverage"; "a comprehensive history of the revolution"; "a comprehensive survey"; "a comprehensive education"
-00526062 00 s 0a across-the-board 0 all-embracing 0 all-encompassing 0 all-inclusive 0 blanket(a) 0 broad 0 encompassing 0 extensive 0 panoptic 0 wide 0 003 & 00525453 a 0000 + 05104548 n 0a08 + 05106317 n 0802 | broad in scope or content; "across-the-board pay increases"; "an all-embracing definition"; "blanket sanctions against human-rights violators"; "an invention with broad applications"; "a panoptic study of Soviet nationality"- T.G.Winner; "granted him wide powers"
-00526541 00 s 03 all-around(a) 0 all-round(a) 0 well-rounded 0 001 & 00525453 a 0000 | many-sided; "an all-around athlete"; "a well-rounded curriculum"
-00526696 00 s 01 citywide 0 001 & 00525453 a 0000 | occurring or extending throughout a city; "citywide bussing"; "a citywide strike"
-00526832 00 s 01 countywide 0 001 & 00525453 a 0000 | occurring or extending throughout a county; "a countywide war on drugs"; "countywide elections"
-00526984 00 s 02 countrywide 0 nationwide 0 001 & 00525453 a 0000 | occurring or extending throughout a country or nation; "the event aroused nationwide interest"; "a countrywide fund-raising campaign"
-00527188 00 s 07 cosmopolitan 0 ecumenical 0 oecumenical 0 general 0 universal 0 worldwide 0 world-wide 0 004 & 00525453 a 0000 + 01022740 v 0501 + 09466280 n 0501 + 04765691 n 0501 | of worldwide scope or applicability; "an issue of cosmopolitan import"; "the shrewdest political and ecumenical comment of our time"- Christopher Morley; "universal experience"
-00527551 00 s 02 door-to-door 0 house-to-house 0 001 & 00525453 a 0000 | omitting no one; from the door of one house to that of the next; "a door-to-door campaign"; "house-to-house coverage"
-00527744 00 s 02 encyclopedic 0 encyclopaedic 0 001 & 00525453 a 0000 | broad in scope or content; "encyclopedic knowledge"
-00527870 00 s 01 large 0 002 & 00525453 a 0000 + 05618293 n 0103 | having broad power and range and scope; "taking the large view"; "a large effect"; "a large sympathy"
-00528041 00 s 01 omnibus(a) 0 002 & 00525453 a 0000 + 02924116 n 0109 | providing for many things at once; "an omnibus law"
-00528167 00 s 01 plenary 0 002 & 00525453 a 0000 + 08309854 n 0101 | full in all respects; "a plenary session of the legislature"; "a diplomat with plenary powers"
-00528333 00 s 02 spatiotemporal 0 spaciotemporal 0 001 & 00525453 a 0000 | existing in both space and time; having both spatial extension and temporal duration
-00528495 00 s 01 schoolwide 0 001 & 00525453 a 0000 | occurring or extending throughout a school; "schoolwide support for the team"
-00528629 00 s 01 statewide 0 001 & 00525453 a 0000 | occurring or extending throughout a state; "the statewide recycling program"
-00528761 00 s 01 super 0 001 & 00525453 a 0000 | including more than a specified category; "a super experiment"
-00528875 00 s 01 umbrella 0 001 & 00525453 a 0000 | covering or applying simultaneously to a number of similar items or elements or groups; "an umbrella organization"; "umbrella insurance coverage"
-00529075 00 a 02 noncomprehensive 0 incomprehensive 0 002 ! 00525453 a 0101 & 00529191 a 0000 | not comprehensive
-00529191 00 s 01 limited 0 001 & 00529075 a 0000 | including only a part
-00529266 00 a 01 composed 0 008 ^ 00751525 a 0000 ^ 00087152 a 0000 ! 00531342 a 0101 & 00529657 a 0000 & 00530047 a 0000 & 00530354 a 0000 & 00530772 a 0000 & 00531087 a 0000 | serenely self-possessed and free from agitation especially in times of stress; "the performer seemed completely composed as she stepped onto the stage"; "I felt calm and more composed than I had in a long time"
-00529657 00 s 04 calm 0 unagitated 0 serene 0 tranquil 0 004 & 00529266 a 0000 + 04903813 n 0102 + 07514968 n 0101 + 04903813 n 0103 | not agitated; without losing self-possession; "spoke in a calm voice"; "remained calm throughout the uproar"; "he remained serene in the midst of turbulence"; "a serene expression on her face"; "she became more tranquil"; "tranquil life in the country"
-00530047 00 s 02 imperturbable 0 unflappable 0 003 & 00529266 a 0000 + 07515328 n 0103 + 07515328 n 0102 | not easily perturbed or excited or upset; marked by extreme calm and composure; "hitherto imperturbable, he now showed signs of alarm"; "an imperturbable self-possession"; "unflappable in a crisis"
-00530354 00 s 06 collected 0 equanimous 0 poised 0 self-collected 0 self-contained 0 self-possessed 0 002 & 00529266 a 0000 + 04903813 n 0204 | in full control of your faculties; "the witness remained collected throughout the cross-examination"; "perfectly poised and sure of himself"; "more self-contained and more dependable than many of the early frontiersmen"; "strong and self-possessed in the face of trouble"
-00530772 00 s 03 cool 0 coolheaded 0 nerveless 0 003 & 00529266 a 0000 + 04858632 n 0302 + 04858632 n 0101 | marked by calm self-control (especially in trying circumstances); unemotional; "play it cool"; "keep cool"; "stayed coolheaded in the crisis"; "the most nerveless winner in the history of the tournament"
-00531087 00 s 04 unflurried 0 unflustered 0 unperturbed 0 unruffled 0 001 & 00529266 a 0000 | free from emotional agitation or nervous tension; "the waiters were unflurried and good natured"; "with contented mind and unruffled spirit"- Anthony Trollope
-00531342 00 a 01 discomposed 0 009 ^ 00085264 a 0000 ^ 00752392 a 0000 ! 00529266 a 0101 & 00531628 a 0000 & 00531887 a 0000 & 00532147 a 0000 & 00532288 a 0000 & 00532560 a 0000 & 00532753 a 0000 | having your composure disturbed; "looked about with a wandering and discomposed air"
-00531628 00 s 03 abashed 0 chagrined 0 embarrassed 0 001 & 00531342 a 0000 | feeling or caused to feel uneasy and self-conscious; "felt abashed at the extravagant praise"; "chagrined at the poor sales of his book"; "was embarrassed by her child's tantrums"
-00531887 00 s 03 blushful 0 blushing(a) 0 red-faced 0 001 & 00531342 a 0000 | having a red face from embarrassment or shame or agitation or emotional upset; "the blushing boy was brought before the Principal"; "her blushful beau"; "was red-faced with anger"
-00532147 00 s 03 bothered 0 daunted 0 fazed 0 001 & 00531342 a 0000 | caused to show discomposure; "refused to be fazed by the objections"
-00532288 00 s 02 discombobulated 0 disconcerted 0 001 & 00531342 a 0000 | having self-possession upset; thrown into confusion; "the hecklers pelted the discombobulated speaker with anything that came to hand"; "looked at each other dumbly, quite disconcerted"- G.B.Shaw
-00532560 00 s 04 flustered 0 hot_and_bothered(p) 0 perturbed 0 rattled 0 002 & 00531342 a 0000 ;u 07075172 n 0000 | thrown into a state of agitated confusion; (`rattled' is an informal term)
-00532753 00 s 01 unstrung 0 001 & 00531342 a 0000 | emotionally upset; "the incident left him unstrung and incapable of rational effort"
-00532892 00 a 02 comprehensible 0 comprehendible 0 010 ^ 00428404 a 0000 ^ 00938801 a 0000 ^ 01336926 a 0000 + 00588221 v 0203 + 00588221 v 0103 + 04819026 n 0101 ! 00533851 a 0101 & 00533221 a 0000 & 00533452 a 0000 & 00533738 a 0000 | capable of being comprehended or understood; "an idea comprehensible to the average mind"
-00533221 00 s 02 accessible 0 approachable 0 001 & 00532892 a 0000 | capable of being read with comprehension; "readily accessible to the nonprofessional reader"; "the tales seem more approachable than his more difficult novels"
-00533452 00 s 05 apprehensible 0 intelligible 0 graspable 0 perceivable 0 understandable 0 008 & 00532892 a 0000 + 00594058 v 0505 + 00593852 v 0501 + 00591115 v 0501 + 00588888 v 0501 + 04819026 n 0502 + 04819496 n 0201 + 00588221 v 0108 | capable of being apprehended or understood
-00533738 00 s 01 fathomable 0 001 & 00532892 a 0000 | (of meaning) capable of being penetrated or comprehended
-00533851 00 a 02 incomprehensible 0 uncomprehensible 0 012 ^ 00939105 a 0000 ^ 00430191 a 0000 ^ 01337121 a 0000 + 04822223 n 0101 ! 00532892 a 0101 & 00534250 a 0000 & 00534524 a 0000 & 00534827 a 0000 & 00534918 a 0000 & 00535042 a 0000 & 00535170 a 0000 & 00535293 a 0000 | difficult to understand; "the most incomprehensible thing about the universe is that it is comprehensible"- A. Einstein
-00534250 00 s 02 dark 0 obscure 0 004 & 00533851 a 0000 + 04823416 n 0202 + 04823416 n 0201 + 05988498 n 0102 | marked by difficulty of style or expression; "much that was dark is now quite clear to me"; "those who do not appreciate Kafka's work say his style is obscure"
-00534524 00 s 03 enigmatic 0 enigmatical 0 puzzling 0 003 & 00533851 a 0000 + 05685538 n 0202 + 05685538 n 0102 | not clear to the understanding; "I didn't grasp the meaning of that enigmatic comment until much later"; "prophetic texts so enigmatic that their meaning has been disputed for centuries"
-00534827 00 s 01 unfathomable 0 001 & 00533851 a 0000 | impossible to come to understand
-00534918 00 s 01 impenetrable 0 002 & 00533851 a 0000 + 04822870 n 0102 | impossible to understand; "impenetrable jargon"
-00535042 00 s 01 indecipherable 0 001 & 00533851 a 0000 | impossible to determine the meaning of; "an indecipherable message"
-00535170 00 s 02 lost 0 missed 0 001 & 00533851 a 0000 | not caught with the senses or the mind; "words lost in the din"
-00535293 00 s 02 opaque 0 unintelligible 0 004 & 00533851 a 0000 + 06608977 n 0203 + 04823258 n 0101 + 04823258 n 0102 | not clearly understood or expressed
-00535452 00 a 01 concave 0 019 ^ 01353014 a 0000 + 05070032 n 0102 + 13864965 n 0102 + 05070032 n 0101 ! 00537339 a 0101 & 00535844 a 0000 & 00536008 a 0000 & 00536103 a 0000 & 00536195 a 0000 & 00536304 a 0000 & 00536416 a 0000 & 00536572 a 0000 & 00536655 a 0000 & 00536792 a 0000 & 00536898 a 0000 & 00536998 a 0000 & 00537073 a 0000 & 00537169 a 0000 & 00537248 a 0000 | curving inward
-00535844 00 s 03 acetabular 0 cotyloid 0 cotyloidal 0 002 & 00535452 a 0000 + 05596224 n 0101 | of the cup-shaped socket that receives the head of the thigh bone
-00536008 00 s 02 biconcave 0 concavo-concave 0 001 & 00535452 a 0000 | concave on both sides
-00536103 00 s 01 boat-shaped 0 001 & 00535452 a 0000 | having a concave shape like a boat
-00536195 00 s 01 bowl-shaped 0 001 & 00535452 a 0000 | having a concave shape with an open top like a bowl
-00536304 00 s 04 bursiform 0 pouch-shaped 0 pouchlike 0 saclike 0 001 & 00535452 a 0000 | shaped like a pouch
-00536416 00 s 01 concavo-convex 0 001 & 00535452 a 0000 | concave on one side and convex on the other with the concavity being greater than the convexity
-00536572 00 s 01 cuplike 0 001 & 00535452 a 0000 | resembling the shape of a cup
-00536655 00 s 02 cupular 0 cupulate 0 003 & 00535452 a 0000 + 12267931 n 0101 + 02465585 n 0101 | shaped like (or supporting) a cupule
-00536792 00 s 03 dished 0 dish-shaped 0 patelliform 0 001 & 00535452 a 0000 | shaped like a dish or pan
-00536898 00 s 01 planoconcave 0 001 & 00535452 a 0000 | flat on one side and concave on the other
-00536998 00 s 01 recessed 0 001 & 00535452 a 0000 | resembling an alcove
-00537073 00 s 01 saucer-shaped 0 001 & 00535452 a 0000 | having a concave shape like a saucer
-00537169 00 s 01 umbilicate 0 001 & 00535452 a 0000 | depressed like a navel
-00537248 00 s 01 urn-shaped 0 001 & 00535452 a 0000 | having a concave shape like an urn
-00537339 00 a 02 convex 0 bulging 6 013 ^ 01353226 a 0000 + 05070290 n 0102 + 13864153 n 0102 + 05070290 n 0101 ! 00535452 a 0101 & 00537644 a 0000 & 00537745 a 0000 & 00537884 a 0000 & 00538017 a 0000 & 00538174 a 0000 & 00538276 a 0000 & 00538371 a 0000 & 00538469 a 0000 | curving or bulging outward
-00537644 00 s 01 bell-shaped 0 001 & 00537339 a 0000 | having a convex shape that resembles a bell
-00537745 00 s 04 biconvex 0 convexo-convex 0 lenticular 0 lentiform 0 001 & 00537339 a 0000 | convex on both sides; shaped like a lentil
-00537884 00 s 02 broken-backed 0 hogged 0 002 & 00537339 a 0000 ;c 04194289 n 0000 | (of a ship) so weakened as to sag at each end
-00538017 00 s 01 convexo-concave 0 001 & 00537339 a 0000 | convex on one side and concave on the other with the convexity being greater than the concavity
-00538174 00 s 02 gibbous 0 gibbose 0 001 & 00537339 a 0000 | (used of the moon) more than half full
-00538276 00 s 01 helmet-shaped 0 001 & 00537339 a 0000 | having the convex shape of a helmet
-00538371 00 s 01 planoconvex 0 001 & 00537339 a 0000 | flat on one side and convex on the other
-00538469 00 s 02 umbellate 0 umbel-like 0 001 & 00537339 a 0000 | resembling an umbel in form
-00538565 00 a 01 concentrated 0 007 ^ 00502180 a 0000 ! 00539793 a 0101 & 00538891 a 0000 & 00539009 a 0000 & 00539207 a 0000 & 00539389 a 0000 & 00539687 a 0000 | gathered together or made less diffuse; "their concentrated efforts"; "his concentrated attention"; "concentrated study"; "a narrow thread of concentrated ore"
-00538891 00 s 01 bunchy 0 002 & 00538565 a 0000 + 07959943 n 0101 | occurring close together in bunches or clusters
-00539009 00 s 01 thick 0 001 & 00538565 a 0000 | having component parts closely crowded together; "a compact shopping center"; "a dense population"; "thick crowds"; "a thick forest"; "thick hair"
-00539207 00 s 01 cumulous 0 002 & 00538565 a 0000 + 07961480 n 0106 | thrown together in a pile; "a desk heaped with books"; "heaped-up ears of corn"; "ungraded papers piled high"
-00539389 00 s 03 single(a) 0 undivided 0 exclusive 0 002 & 00538565 a 0000 + 04865921 n 0101 | not divided among or brought to bear on more than one object or objective; "judging a contest with a single eye"; "a single devotion to duty"; "undivided affection"; "gained their exclusive attention"
-00539687 00 s 01 thickset 0 001 & 00538565 a 0000 | planted or growing close together; "thickset trees"
-00539793 00 a 01 distributed 0 020 ^ 00467913 a 0000 ! 00538565 a 0101 & 00540236 a 0000 & 00540366 a 0000 & 00540487 a 0000 & 00540632 a 0000 & 00540826 a 0000 & 00540977 a 0000 & 00541189 a 0000 & 00541349 a 0000 & 00541460 a 0000 & 00541614 a 0000 & 00541823 a 0000 & 00541935 a 0000 & 00542099 a 0000 & 00542282 a 0000 & 00542359 a 0000 & 00542501 a 0000 & 00542660 a 0000 & 00542775 a 0000 | spread out or scattered about or divided up
-00540236 00 s 05 apportioned 0 dealt_out 0 doled_out 0 meted_out 0 parceled_out 0 001 & 00539793 a 0000 | given out in portions
-00540366 00 s 01 broken 0 002 & 00539793 a 0000 ;c 06118563 n 0000 | discontinuous; "broken clouds"; "broken sunshine"
-00540487 00 s 01 diffuse 0 002 & 00539793 a 0000 + 05088645 n 0101 | spread out; not concentrated in one place; "a large diffuse organization"
-00540632 00 s 01 diffused 0 001 & 00539793 a 0000 | (of light rays) subjected to scattering by reflection from a rough surface or transmission through a translucent material; "diffused light"
-00540826 00 s 01 dispensed 0 001 & 00539793 a 0000 | distributed or weighted out in carefully determined portions; "medicines dispensed to the sick"
-00540977 00 s 02 dispersed 0 spread 0 001 & 00539793 a 0000 | distributed or spread over a considerable extent; "has ties with many widely dispersed friends"; "eleven million Jews are spread throughout Europe"
-00541189 00 s 04 divided 0 divided_up 0 shared 0 shared_out 0 001 & 00539793 a 0000 | distributed in portions (often equal) on the basis of a plan or purpose
-00541349 00 s 01 encyclical 0 001 & 00539793 a 0000 | intended for wide distribution; "an encyclical letter"
-00541460 00 s 02 fanned 0 spread-out(a) 0 001 & 00539793 a 0000 | especially spread in a fan shape; "the peacock's fanned tail"; "the spread-out cards"
-00541614 00 s 02 far-flung 0 widespread 0 001 & 00539793 a 0000 | distributed over a considerable extent; "far-flung trading operations"; "the West's far-flung mountain ranges"; "widespread nuclear fallout"
-00541823 00 s 01 low-density(a) 0 001 & 00539793 a 0000 | having low concentration; "low-density urban areas"
-00541935 00 s 01 rationed 0 001 & 00539793 a 0000 | distributed equitably in limited individual portions; "got along as best we could on rationed meat and sugar"
-00542099 00 s 01 scattered 0 001 & 00539793 a 0000 | occurring or distributed over widely spaced and irregular intervals in time or space; "scattered showers"; "scattered villages"
-00542282 00 s 02 separated 0 spaced 0 001 & 00539793 a 0000 | spaced apart
-00542359 00 s 02 sparse 0 thin 0 003 & 00539793 a 0000 + 05114781 n 0101 + 05114781 n 0103 | not dense; "a thin beard"; "trees were sparse"
-00542501 00 s 01 splashed 0 001 & 00539793 a 0000 | (of a fluid) having been propelled about in flying drops or masses; "with clothes wet by splashed water"
-00542660 00 s 01 straggly 0 001 & 00539793 a 0000 | growing or spreading sparsely or irregularly; "straggly ivy"
-00542775 00 s 02 unfocused 0 unfocussed 0 001 & 00539793 a 0000 | not concentrated at one point or upon one objective; "diversity...in our huge unfocused country"- Owen Wister
-00542953 00 a 03 concentric 0 concentrical 0 homocentric 0 003 + 05073723 n 0101 ! 00543200 a 0101 & 00543117 a 0000 | having a common center; "concentric rings"
-00543117 00 s 02 coaxial 0 coaxal 0 001 & 00542953 a 0000 | having a common axis
-00543200 00 a 02 eccentric 0 nonconcentric 0 005 + 13877129 n 0101 + 05073888 n 0101 ! 00542953 a 0101 & 00543407 a 0000 & 00543494 a 0000 | not having a common center; not concentric; "eccentric circles"
-00543407 00 s 01 acentric 0 001 & 00543200 a 0000 | not centered or having no center
-00543494 00 s 02 off-center 0 off-centered 0 001 & 00543200 a 0000 | situated away from the center or axis
-00543603 00 a 01 concerned 0 007 ^ 00163592 a 0000 ^ 02455297 a 0000 ! 00545015 a 0101 & 00543993 a 0000 & 00544231 a 0000 & 00544478 a 0000 & 00544860 a 0000 | feeling or showing worry or solicitude; "concerned parents of youthful offenders"; "was concerned about the future"; "we feel concerned about accomplishing the task at hand"; "greatly concerned not to disappoint a small child"
-00543993 00 s 01 afraid 0 001 & 00543603 a 0000 | filled with regret or concern; used often to soften an unpleasant statement; "I'm afraid I won't be able to come"; "he was afraid he would have to let her go"; "I'm afraid you're wrong"
-00544231 00 s 01 afraid 2 001 & 00543603 a 0000 | feeling worry or concern or insecurity; "She was afraid that I might be embarrassed"; "terribly afraid of offending someone"; "I am afraid we have witnessed only the first phase of the conflict"
-00544478 00 s 04 haunted 0 obsessed 0 preoccupied 0 taken_up(p) 0 002 & 00543603 a 0000 + 05700087 n 0302 | having or showing excessive or compulsive concern with something; "became more and more haunted by the stupid riddle"; "was absolutely obsessed with the girl"; "got no help from his wife who was preoccupied with the children"; "he was taken up in worry for the old woman"
-00544860 00 s 01 solicitous 0 002 & 00543603 a 0000 + 07505207 n 0102 | full of anxiety and concern; "solicitous parents"; "solicitous about the future"
-00545015 00 a 01 unconcerned 0 008 ^ 00311663 a 0000 ^ 02459109 a 0000 ! 00543603 a 0101 & 00545484 a 0000 & 00545600 a 0000 & 00545746 a 0000 & 00546155 a 0000 & 00546452 a 0000 | lacking in interest or care or feeling; "the average American...is unconcerned that his or her plight is the result of a complex of personal and economic and governmental actions...beyond the normal citizen's comprehension and control"; "blithely unconcerned about his friend's plight"
-00545484 00 s 01 blase 0 001 & 00545015 a 0000 | nonchalantly unconcerned; "a blase attitude about housecleaning"
-00545600 00 s 01 blithe 0 001 & 00545015 a 0000 | lacking or showing a lack of due concern; "spoke with blithe ignorance of the true situation"
-00545746 00 s 03 casual 0 insouciant 0 nonchalant 0 004 & 00545015 a 0000 + 04673470 n 0301 + 07530866 n 0202 + 04912240 n 0101 | marked by blithe unconcern; "an ability to interest casual students"; "showed a casual disregard for cold weather"; "an utterly insouciant financial policy"; "an elegantly insouciant manner"; "drove his car with nonchalant abandon"; "was polite in a teasing nonchalant manner"
-00546155 00 s 03 degage 0 detached 0 uninvolved 0 001 & 00545015 a 0000 | showing lack of emotional involvement; "adopted a degage pose on the arm of the easy chair"- J.S.Perelman; "she may be detached or even unfeeling but at least she's not hypocritically effusive"; "an uninvolved bystander"
-00546452 00 s 01 indifferent 0 002 & 00545015 a 0000 + 07505676 n 0101 | showing no care or concern in attitude or action; "indifferent to the sufferings of others"; "indifferent to her plea"
-00546646 00 a 01 concise 0 012 ^ 02383380 a 0000 = 07090108 n 0000 + 07089024 n 0101 ! 00548781 a 0101 & 00546951 a 0000 & 00547166 a 0000 & 00547317 a 0000 & 00547641 a 0000 & 00547930 a 0000 & 00548029 a 0000 & 00548316 a 0000 & 00548579 a 0000 | expressing much in few words; "a concise explanation"
-00546951 00 s 03 aphoristic 0 apothegmatic 0 epigrammatic 0 004 & 00546646 a 0000 + 07153727 n 0301 + 07153130 n 0202 + 07153130 n 0101 | terse and witty and like a maxim; "much given to apothegmatic instruction"
-00547166 00 s 01 brief 0 003 & 00546646 a 0000 + 07089431 n 0101 + 05053042 n 0102 | concise and succinct; "covered the matter in a brief statement"
-00547317 00 s 04 compendious 0 compact 0 succinct 0 summary 0 004 & 00546646 a 0000 + 06467007 n 0401 + 07089024 n 0304 + 06467996 n 0101 | briefly giving the gist of something; "a short and compendious book"; "a compact style is brief and pithy"; "succinct comparisons"; "a summary formulation of a wide-ranging subject"
-00547641 00 s 04 crisp 0 curt 0 laconic 0 terse 0 003 & 00546646 a 0000 + 07088438 n 0401 + 07089276 n 0101 | brief and to the point; effectively cut short; "a crisp retort"; "a response so curt as to be almost rude"; "the laconic reply; `yes'"; "short and terse and easy to understand"
-00547930 00 s 01 cryptic 0 001 & 00546646 a 0000 | having a puzzling terseness; "a cryptic note"
-00548029 00 s 02 elliptic 0 elliptical 0 001 & 00546646 a 0000 | characterized by extreme economy of expression or omission of superfluous elements; "the dialogue is elliptic and full of dark hints"; "the explanation was concise, even elliptical to the verge of obscurity"- H.O.Taylor
-00548316 00 s 02 pithy 0 sententious 0 003 & 00546646 a 0000 + 05921123 n 010e + 07089024 n 0103 | concise and full of meaning; "welcomed her pithy comments"; "the peculiarly sardonic and sententious style in which Don Luis composed his epigrams"- Hervey Allen
-00548579 00 s 01 telegraphic 0 001 & 00546646 a 0000 | having the style of a telegram with many short words left out; "telegraphic economy of words"; "the strange telegraphic speech of some aphasics"
-00548781 00 a 01 prolix 0 009 ^ 02383831 a 0000 = 07090108 n 0000 + 07090108 n 0102 + 07090108 n 0101 ! 00546646 a 0101 & 00549133 a 0000 & 00549236 a 0000 & 00549675 a 0000 & 00549826 a 0000 | tediously prolonged or tending to speak or write at great length; "editing a prolix manuscript"; "a prolix lecturer telling you more than you want to know"
-00549133 00 s 01 diffuse 0 001 & 00548781 a 0000 | lacking conciseness; "a diffuse historical novel"
-00549236 00 s 05 long-winded 0 tedious 0 verbose 0 windy 0 wordy 1 008 & 00548781 a 0000 + 07090108 n 0505 + 07090108 n 0403 + 07136711 n 0401 + 07089751 n 0301 + 07089751 n 0302 + 05206237 n 0201 + 07090108 n 0104 | using or containing too many words; "long-winded (or windy) speakers"; "verbose and ineffective instructional methods"; "newspapers of the day printed long wordy editorials"; "proceedings were delayed by wordy disputes"
-00549675 00 s 01 verbal 0 002 & 00548781 a 0000 ;u 07073447 n 0000 | prolix; "you put me to forget a lady's manners by being so verbal"- Shakespeare
-00549826 00 s 04 pleonastic 0 redundant 2 tautologic 0 tautological 0 007 & 00548781 a 0000 + 07091385 n 0401 + 07091214 n 0401 + 07091214 n 0301 + 05120310 n 0201 + 01019248 n 0201 + 07091087 n 0101 | repetition of same sense in different words; "`a true fact' and `a free gift' are pleonastic expressions"; "the phrase `a beginner who has just started' is tautological"; "at the risk of being redundant I return to my original proposition"- J.B.Conant
-00550282 00 a 01 conclusive 0 007 ^ 00684480 a 0000 = 04754440 n 0000 + 01021420 v 0101 + 00634472 v 0103 + 04754440 n 0102 ! 00550777 a 0101 & 00550574 a 0000 | forming an end or termination; especially putting an end to doubt or question; "conclusive proof"; "the evidence is conclusive"
-00550574 00 s 02 definitive 0 determinate 0 002 & 00550282 a 0000 + 04754237 n 0201 | supplying or being a final or conclusive settlement; "a definitive verdict"; "a determinate answer to the problem"
-00550777 00 a 01 inconclusive 0 009 ^ 00685483 a 0000 ^ 00740336 a 0000 = 04754440 n 0000 + 04758181 n 0101 ! 00550282 a 0101 & 00551120 a 0000 & 00551267 a 0000 & 00551416 a 0000 & 00551695 a 0000 | not conclusive; not putting an end to doubt or question; "an inconclusive reply"; "inconclusive evidence"; "the inconclusive committee vote"
-00551120 00 s 01 equivocal 0 001 & 00550777 a 0000 | uncertain as a sign or indication; "the evidence from bacteriologic analysis was equivocal"
-00551267 00 s 01 indeterminate 0 002 & 00550777 a 0000 + 04757864 n 0102 | not leading to a definite ending or result; "an indeterminate campaign"
-00551416 00 s 03 neck_and_neck 0 head-to-head 0 nip_and_tuck 0 001 & 00550777 a 0000 | inconclusive as to outcome; close or just even in a race or comparison or competition; "as they approached the finish line they were neck and neck"; "the election was a nip and tuck affair"
-00551695 00 s 01 nisi 0 001 & 00550777 a 0000 | not final or absolute; "the decree is nisi and not absolute"
-00551806 00 a 01 consummated 0 003 ! 00552168 a 0101 & 00551950 a 0000 & 00552089 a 0000 | brought to completion; "a consummated transaction"
-00551950 00 s 01 completed 0 001 & 00551806 a 0000 | (of a marriage) completed by the first act of sexual intercourse after the ceremony
-00552089 00 s 01 fulfilled 0 001 & 00551806 a 0000 | completed to perfection
-00552168 00 a 01 unconsummated 0 001 ! 00551806 a 0101 | not consummated (especially of a marriage); "an unconsummated marriage can be annulled"
-00552315 00 a 02 coordinating(a) 0 coordinative 0 002 ;c 06174404 n 0000 ! 00552618 a 0101 | serving to connect two grammatical constituents of identical construction; "`and' in `John and Mary' or in `John walked and Mary rode' is a coordinating conjunction; and so is `or' in `will you go or stay?'"
-00552618 00 a 02 subordinating(a) 0 subordinative 0 002 ;c 06174404 n 0000 ! 00552315 a 0101 | serving to connect a subordinate clause to a main clause; "`when' in `I will come when I can' is a subordinating conjunction"
-00552841 00 a 01 accordant 0 008 + 02700104 v 0104 + 07176804 n 0103 ! 00553899 a 0101 & 00553140 a 0000 & 00553279 a 0000 & 00553478 a 0000 & 00553594 a 0000 & 00553732 a 0000 | being in agreement or harmony; often followed by `with'; "a place perfectly accordant with man's nature"-Thomas Hardy
-00553140 00 s 01 according 0 001 & 00552841 a 0000 | (followed by `to') in agreement with or accordant with; "according to instructions"
-00553279 00 s 01 agreeable 0 006 & 00552841 a 0000 + 04640927 n 0101 + 04640927 n 0102 + 01035530 v 0101 + 00764222 v 0101 + 00805376 v 0101 | prepared to agree or consent; "agreeable to the plan"
-00553478 00 s 02 concordant 0 concurring(a) 0 002 & 00552841 a 0000 + 07180183 n 0103 | being of the same opinion
-00553594 00 s 01 consensual 0 003 & 00552841 a 0000 ;c 08441203 n 0000 + 13971901 n 0101 | existing by consent; "a consensual contract"
-00553732 00 s 03 consentaneous 0 consentient 0 unanimous 0 003 & 00552841 a 0000 + 13972387 n 0301 + 06689667 n 0101 | in complete agreement; "a unanimous decision"
-00553899 00 a 01 discordant 0 005 + 02718543 v 0103 + 01170175 n 0102 ! 00552841 a 0101 & 00554098 a 0000 & 00554302 a 0000 | not in agreement or harmony; "views discordant with present-day ideas"
-00554098 00 s 03 at_variance(p) 0 discrepant 0 dissonant 0 003 & 00553899 a 0000 + 07366627 n 0201 + 04749709 n 0201 | not in accord; "desires at variance with his duty"; "widely discrepant statements"
-00554302 00 s 03 dissentious 0 divisive 0 factious 0 003 & 00553899 a 0000 + 08251877 n 0301 + 07209305 n 0101 | dissenting (especially dissenting with the majority opinion)
-00554478 00 a 01 contracted 0 002 ! 00554780 a 0101 & 00554624 a 0000 | reduced in size or pulled together; "the contracted pupils of her eyes"
-00554624 00 s 01 contractile 0 002 & 00554478 a 0000 + 05201813 n 0101 | capable of contracting or being contracted; "the contractile wings of an insect"
-00554780 00 a 01 expanded 1 001 ! 00554478 a 0101 | increased in extent or size or bulk or scope
-00554879 00 a 03 atrophied 0 wasted 4 diminished 4 001 ! 00555117 a 0101 | (of an organ or body part) diminished in size or strength as a result of disease or injury or lack of use; "partial paralysis resulted in an atrophied left arm"
-00555117 00 a 02 hypertrophied 0 enlarged 4 001 ! 00554879 a 0101 | (of an organ or body part) excessively enlarged as a result of increased size in the constituent cells; "hypertrophied myocardial fibers"
-00555325 00 a 01 conditional 0 008 ^ 01913200 a 0000 + 13924069 n 0101 ! 00556709 a 0101 & 00555709 a 0000 & 00555859 a 0000 & 00556174 a 0000 & 00556318 a 0000 & 00556611 a 0000 | imposing or depending on or containing a condition; "conditional acceptance of the terms"; "lent conditional support"; "the conditional sale will not be complete until the full purchase price is paid"
-00555709 00 s 02 counterfactual 0 contrary_to_fact 0 002 & 00555325 a 0000 + 04759712 n 0101 | going counter to the facts (usually as a hypothesis)
-00555859 00 s 08 contingent 0 contingent_on(p) 0 contingent_upon(p) 0 dependent_on(p) 0 dependant_on(p) 0 dependent_upon(p) 0 dependant_upon(p) 0 depending_on(p) 0 002 & 00555325 a 0000 + 14001973 n 0101 | determined by conditions or circumstances that follow; "arms sales contingent on the approval of congress"
-00556174 00 s 03 dependent 0 dependant 0 qualified 0 003 & 00555325 a 0000 + 02664234 v 0201 + 02664234 v 0101 | contingent on something else
-00556318 00 s 04 probationary 0 provisional 0 provisionary 0 tentative 0 004 & 00555325 a 0000 + 06755947 n 0301 + 15297472 n 0101 + 15297303 n 0101 | under terms not final or fully worked out or agreed upon; "probationary employees"; "a provisional government"; "just a tentative schedule"
-00556611 00 s 01 provisory 0 001 & 00555325 a 0000 | subject to a proviso; "a provisory clause"
-00556709 00 a 02 unconditional 0 unconditioned 1 004 ^ 01913715 a 0000 ! 00555325 a 0101 & 00556881 a 0000 & 00557108 a 0000 | not conditional; "unconditional surrender"
-00556881 00 s 03 blunt 0 crude(a) 0 stark(a) 0 002 & 00556709 a 0000 + 05124534 n 0301 | devoid of any qualifications or disguise or adornment; "the blunt truth"; "the crude facts"; "facing the stark reality of the deadline"
-00557108 00 s 01 vested 0 001 & 00556709 a 0000 | fixed and absolute and without contingency; "a vested right"
-00557221 00 a 01 enforceable 0 001 ! 00557304 a 0101 | capable of being enforced
-00557304 00 a 01 unenforceable 0 001 ! 00557221 a 0101 | not enforceable; not capable of being brought about by compulsion; "an unenforceable law"; "unenforceable reforms"
-00557478 00 a 02 enforced 0 implemented 2 001 ! 00557637 a 0101 | forced or compelled or put in force; "a life of enforced inactivity"; "enforced obedience"
-00557637 00 a 01 unenforced 0 001 ! 00557478 a 0101 | not enforced; not compelled especially by legal or police action; "too many unenforced laws can breed contempt for law"
-00557813 00 a 01 conductive 0 004 + 02079933 v 0102 + 11512818 n 0102 ! 00558232 a 0101 & 00558019 a 0000 | having the quality or power of conducting heat or electricity or sound; exhibiting conductivity
-00558019 00 s 02 semiconducting 0 semiconductive 0 001 & 00557813 a 0000 | having characteristics of a semiconductor; that is having electrical conductivity greater than insulators but less than good conductors
-00558232 00 a 03 nonconductive 0 nonconducting 0 non-conducting 0 001 ! 00557813 a 0101 | not able to conduct heat or electricity or sound
-00558373 00 a 01 confined 0 010 ^ 02002227 a 0000 ^ 01064286 a 0000 ! 00559425 a 0101 & 00558612 a 0000 & 00558738 a 0000 & 00558827 a 0000 & 00558951 a 0000 & 00559031 a 0000 & 00559120 a 0000 & 00559271 a 0000 | not free to move about
-00558612 00 s 01 claustrophobic 0 001 & 00558373 a 0000 | uncomfortably closed or hemmed in; "a claustrophobic little room"
-00558738 00 s 02 close 0 confining 0 001 & 00558373 a 0000 | crowded; "close quarters"
-00558827 00 s 03 homebound 0 housebound 0 shut-in 0 002 & 00558373 a 0000 + 07948183 n 0101 | confined usually by illness
-00558951 00 s 02 pent 0 shut_up(p) 0 001 & 00558373 a 0000 | closely confined
-00559031 00 s 01 snowbound 0 001 & 00558373 a 0000 | confined or shut in by heavy snow
-00559120 00 s 01 stormbound 0 001 & 00558373 a 0000 | delayed or confined or cut off by a storm; "the airport was filled with stormbound passengers"
-00559271 00 s 01 weather-bound 0 001 & 00558373 a 0000 | delayed or shut in by bad weather; "weather-bound traffic"; "irritable weather-bound children"
-00559425 00 a 01 unconfined 0 003 ^ 01061489 a 0000 ! 00558373 a 0101 & 00559530 a 0000 | not confined
-00559530 00 s 01 free-range 0 001 & 00559425 a 0000 | of livestock and domestic poultry; permitted to graze or forage rather than being confined to a feedlot
-00559690 00 a 01 crowded 0 004 ! 00560453 a 0101 & 00559930 a 0000 & 00560100 a 0000 & 00560284 a 0000 | overfilled or compacted or concentrated; "a crowded theater"; "a crowded program"; "crowded trains"; "a young mother's crowded days"
-00559930 00 s 01 huddled 0 001 & 00559690 a 0000 | crowded or massed together; "give me...your huddled masses"; "the huddled sheep turned their backs against the wind"
-00560100 00 s 03 jammed 0 jam-packed 0 packed 0 001 & 00559690 a 0000 | filled to capacity; "a suitcase jammed with dirty clothes"; "stands jam-packed with fans"; "a packed theater"
-00560284 00 s 01 thronged 0 001 & 00559690 a 0000 | filled with great numbers crowded together; "I try to avoid the thronged streets and stores just before Christmas"
-00560453 00 a 01 uncrowded 0 001 ! 00559690 a 0101 | having or allowing sufficient room; "an uncrowded train"; "an uncrowded view"
-00560586 00 a 01 congenial 0 007 ^ 00507464 a 0000 ^ 01074650 a 0000 ^ 02374914 a 0000 + 04712978 n 0101 + 04712978 n 0102 ! 00561036 a 0101 & 00560900 a 0000 | suitable to your needs; "a congenial atmosphere to work in"; "two congenial spirits united...by mutual confidence and reciprocal virtues"- T.L.Peacock
-00560900 00 s 01 sociable 0 003 & 00560586 a 0000 + 04652930 n 0102 + 04652930 n 0101 | friendly and pleasant; "a sociable gathering"
-00561036 00 a 02 uncongenial 0 incompatible 4 007 ^ 00508192 a 0000 ^ 01076793 a 0000 ^ 02375828 a 0000 + 04714440 n 0201 + 04658686 n 0101 ! 00560586 a 0101 & 00561359 a 0000 | not suitable to your tastes or needs; "the uncongenial roommates were always fighting"; "the task was uncongenial to one sensitive to rebuffs"
-00561359 00 s 02 disagreeable 0 unsympathetic 0 002 & 00561036 a 0000 + 04779895 n 0101 | not agreeing with your tastes or expectations; "found the task disagreeable and decided to abandon it"; "a job temperamentally unsympathetic to him"
-00561600 00 a 01 congruent 0 005 ;c 06004685 n 0000 + 04714156 n 0103 ! 00562026 a 0101 & 00561757 a 0000 & 00561896 a 0000 | coinciding when superimposed
-00561757 00 s 01 coincident 0 003 & 00561600 a 0000 + 05077661 n 0101 + 02658734 v 0101 | matching point for point; "coincident circles"
-00561896 00 s 02 identical 0 superposable 0 001 & 00561600 a 0000 | coinciding exactly when superimposed; "identical triangles"
-00562026 00 a 01 incongruent 0 002 ;c 06004685 n 0000 ! 00561600 a 0101 | not congruent
-00562116 00 a 02 congruous 0 congruent 4 006 ^ 00134701 a 0000 + 04714156 n 0203 + 04714156 n 0102 + 04714156 n 0101 ! 00562469 a 0101 & 00562308 a 0000 | corresponding in character or kind
-00562308 00 s 01 harmonious 0 002 & 00562116 a 0000 + 04713118 n 0102 | suitable and fitting; "the tailored clothes were harmonious with her military bearing"
-00562469 00 a 01 incongruous 0 007 + 04714847 n 0102 + 04714847 n 0101 ! 00562116 a 0101 & 00562803 a 0000 & 00562909 a 0000 & 00563116 a 0000 & 00563288 a 0000 | lacking in harmony or compatibility or appropriateness; "a plan incongruous with reason"; "incongruous behavior"; "a joke that was incongruous with polite conversation"
-00562803 00 s 02 discrepant 0 inconsistent 0 002 & 00562469 a 0000 + 04749709 n 0101 | not in agreement
-00562909 00 s 04 inappropriate 0 incompatible 0 out_or_keeping(p) 0 unfitting 0 002 & 00562469 a 0000 + 04901996 n 0101 | not in keeping with what is correct or proper; "completely inappropriate behavior"
-00563116 00 s 01 inharmonious 0 002 & 00562469 a 0000 + 04984809 n 0102 | lacking in harmony of parts; "an inharmonious (or incongruous) mixture of architectural styles"
-00563288 00 s 02 ironic 0 ironical 0 005 & 00562469 a 0000 + 07106246 n 0201 + 04715075 n 0201 + 07106246 n 0101 + 04715075 n 0101 | characterized by often poignant difference or incongruity between what is expected and what actually is; "madness, an ironic fate for such a clear thinker"; "it was ironical that the well-planned scheme failed so completely"
-00563648 00 a 01 conjunctive 0 004 + 01291069 v 0102 ! 00564262 a 0101 & 00563789 a 0000 & 00563980 a 0000 | serving or tending to connect
-00563789 00 s 01 copulative 0 003 & 00563648 a 0000 ;c 06174404 n 0000 + 06472824 n 0102 | syntactically connecting sentences or elements of a sentence; "`and' is a copulative conjunction"
-00563980 00 s 01 connective 0 006 & 00563648 a 0000 + 02622234 v 0101 + 02389592 v 0101 + 01354673 v 0101 + 00713167 v 0107 + 04918053 n 0101 | connecting or tending to connect; "connective remarks between chapters"; "connective tissue in animals"; "conjunctive tissue in plants"
-00564262 00 a 01 disjunctive 0 009 + 01294396 v 0101 + 01294182 v 0101 ! 00563648 a 0101 & 00564504 a 0000 & 00564667 a 0000 & 00564858 a 0000 & 00565115 a 0000 & 00565289 a 0000 & 00565565 a 0000 | serving or tending to divide or separate
-00564504 00 s 02 adversative 0 oppositive 0 001 & 00564262 a 0000 | expressing antithesis or opposition; "the adversative conjunction `but' in `poor but happy'"
-00564667 00 s 01 alternative 0 002 & 00564262 a 0000 + 05790944 n 0102 | necessitating a choice between mutually exclusive possibilities; "alternative possibilities were neutrality or war"
-00564858 00 s 01 contrastive 0 002 & 00564262 a 0000 ;c 06174404 n 0000 | syntactically establishing a relation of contrast between sentences or elements of a sentence; "disjunctive conjunctions like `but', `or', or `though' serve a contrastive function"
-00565115 00 s 01 divisional 0 003 & 00564262 a 0000 + 00397953 n 0101 + 00385791 n 0101 | serving to divide or marking a division; "the divisional line between two states"
-00565289 00 s 02 partitive 0 separative 1 005 & 00564262 a 0000 + 02512305 v 0202 + 02031158 v 0201 + 01556921 v 0104 + 01557774 v 0103 | serving to separate or divide into parts; "partitive tendencies in education"; "the uniting influence was stronger than the separative"
-00565565 00 s 01 separative 2 001 & 00564262 a 0000 | (used of an accent in Hebrew orthography) indicating that the word marked is separated to a greater or lesser degree rhythmically and grammatically from the word that follows it
-00565799 00 a 01 conjunct 0 002 ;c 07020895 n 0000 ! 00565962 a 0101 | progressing melodically by intervals of a second; "conjunct motion of an ascending scale"
-00565962 00 a 01 disjunct 0 002 ;c 07020895 n 0000 ! 00565799 a 0101 | progressing melodically by intervals larger than a major second
-00566099 00 a 01 connected 0 010 = 13791389 n 0000 + 14419164 n 0103 ! 00567593 a 0101 & 00566342 a 0000 & 00566733 a 0000 & 00566835 a 0000 & 00566961 a 0000 & 00567161 a 0000 & 00567287 a 0000 & 00567414 a 0000 | joined or linked together
-00566342 00 s 04 adjacent 0 conterminous 1 contiguous 1 neighboring(a) 0 004 & 00566099 a 0000 + 05085991 n 0303 + 05085991 n 0302 + 05085991 n 0101 | having a common boundary or edge; abutting; touching; "Rhode Island has two bordering states; Massachusetts and Conncecticut"; "the side of Germany conterminous with France"; "Utah and the contiguous state of Idaho"; "neighboring cities"
-00566733 00 s 01 adjunctive 0 002 & 00566099 a 0000 + 01205696 v 0102 | joining; forming an adjunct
-00566835 00 s 01 affined 0 001 & 00566099 a 0000 | closely related; "syllable to blessed syllable affined"- Wallace Stevens
-00566961 00 s 02 conterminous 0 contiguous 0 002 & 00566099 a 0000 + 05085991 n 0202 | connecting without a break; within a common boundary; "the 48 conterminous states"; "the contiguous 48 states"
-00567161 00 s 03 coupled 0 joined 0 linked 0 001 & 00566099 a 0000 | connected by a link, as railway cars or trailer trucks
-00567287 00 s 01 engaged 0 002 & 00566099 a 0000 ;c 06123363 n 0000 | built against or attached to a wall; "engaged columns"
-00567414 00 s 01 well-connected 0 001 & 00566099 a 0000 | connected by blood or close acquaintance with people of wealth or social position; "a well-connected Edinburgh family"
-00567593 00 a 01 unconnected 0 011 ^ 01974740 a 0000 = 13791389 n 0000 + 13794226 n 0101 ! 00566099 a 0101 & 00567860 a 0000 & 00568171 a 0000 & 00568304 a 0000 & 00568541 a 0000 & 00568658 a 0000 & 00568881 a 0000 & 00568959 a 0000 | not joined or linked together
-00567860 00 s 03 apart(p) 0 isolated 0 obscure 0 001 & 00567593 a 0000 | remote and separate physically or socially; "existed over the centuries as a world apart"; "preserved because they inhabited a place apart"- W.H.Hudson; "tiny isolated villages remote from centers of civilization"; "an obscure village"
-00568171 00 s 01 asternal 0 002 & 00567593 a 0000 ;c 06057539 n 0000 | not connected to the sternum or breastbone; "asternal ribs"
-00568304 00 s 02 detached 0 separated 0 001 & 00567593 a 0000 | no longer connected or joined; "a detached part"; "on one side of the island was a hugh rock, almost detached"; "the separated spacecraft will return to their home bases"
-00568541 00 s 02 disjoined 0 separate 2 001 & 00567593 a 0000 | have the connection undone; having become separate
-00568658 00 s 01 exploded 0 001 & 00567593 a 0000 | showing the parts of something separated but in positions that show their correct relation to one another; "the manufacturer provided an exploded view of the apparatus"
-00568881 00 s 01 unattached 0 001 & 00567593 a 0000 | not fastened together
-00568959 00 s 01 uncoupled 0 001 & 00567593 a 0000 | having the coupling undone; "the uncoupled caboose rolled down the incline"
-00569090 00 a 01 conquerable 0 005 ^ 02356820 a 0000 ^ 02523275 a 0000 ! 00569568 a 0101 & 00569304 a 0000 & 00569468 a 0000 | subject to being conquered or overcome; "knew her fears were ultimately conquerable"
-00569304 00 s 03 beatable 0 vanquishable 0 vincible 0 004 & 00569090 a 0000 + 01101913 v 0206 + 01104852 v 0105 + 01101913 v 0101 | susceptible to being defeated
-00569468 00 s 02 subduable 0 subjugable 0 001 & 00569090 a 0000 | susceptible to being subjugated
-00569568 00 a 01 unconquerable 0 008 ^ 02357115 a 0000 ^ 02525206 a 0000 ! 00569090 a 0101 & 00569918 a 0000 & 00570099 a 0000 & 00570225 a 0000 & 00570322 a 0000 & 00570512 a 0000 | not capable of being conquered or vanquished or overcome; "a tribute to his courage...and his unconquerable will"- R.E.Danielson; "faced unconquerable difficulties"
-00569918 00 s 02 impregnable 0 inexpugnable 0 001 & 00569568 a 0000 | incapable of being overcome, challenged or refuted; "an impregnable argument"; "impregnable self-confidence"
-00570099 00 s 03 indomitable 0 never-say-die 0 unsubduable 0 002 & 00569568 a 0000 + 05032028 n 0101 | impossible to subdue
-00570225 00 s 02 insuperable 0 insurmountable 2 001 & 00569568 a 0000 | impossible to surmount
-00570322 00 s 03 invincible 0 unbeatable 0 unvanquishable 0 002 & 00569568 a 0000 + 05032028 n 0102 | incapable of being overcome or subdued; "an invincible army"; "her invincible spirit"
-00570512 00 s 01 all-victorious 0 001 & 00569568 a 0000 | never having lost
-00570590 00 a 01 conscious 0 009 ^ 00186616 a 0000 ^ 00190115 a 0000 ^ 02102484 a 0000 ^ 02520219 a 0000 + 05675130 n 0101 ! 00571643 a 0101 & 00570991 a 0000 & 00571291 a 0000 & 00571424 a 0000 | knowing and perceiving; having awareness of surroundings and sensations and thoughts; "remained conscious during the operation"; "conscious of his faults"; "became conscious that he was being followed"
-00570991 00 s 02 self-conscious 0 self-aware 0 003 & 00570590 a 0000 + 05676605 n 0201 + 05676911 n 0101 | aware of yourself as an individual or of your own being and actions and thoughts; "self-conscious awareness"; "self-conscious about their roles as guardians of the social values"- D.M.Potter
-00571291 00 s 01 semiconscious 0 002 & 00570590 a 0000 + 05679906 n 0104 | partially conscious; not completely aware of sensations
-00571424 00 s 01 sentient 0 004 & 00570590 a 0000 + 05651971 n 0104 + 05651971 n 0103 + 05006020 n 0101 | consciously perceiving; "sentient of the intolerable load"; "a boy so sentient of his surroundings"- W.A.White
-00571643 00 a 01 unconscious 0 014 ^ 00187736 a 0000 ^ 02102796 a 0000 ^ 02521353 a 0000 ^ 00191603 a 0000 + 05678932 n 0101 ! 00570590 a 0101 & 00572060 a 0000 & 00572202 a 0000 & 00572392 a 0000 & 00572534 a 0000 & 00572714 a 0000 & 00572845 a 0000 & 00573008 a 0000 & 00573093 a 0000 | not conscious; lacking awareness and the capacity for sensory perception as if asleep or dead; "lay unconscious on the floor"
-00572060 00 s 01 cold 0 001 & 00571643 a 0000 | unconscious from a blow or shock or intoxication; "the boxer was out cold"; "pass out cold"
-00572202 00 s 01 comatose 0 002 & 00571643 a 0000 + 05680193 n 0102 | in a state of deep and usually prolonged unconsciousness; unable to respond to external stimuli; "a comatose patient"
-00572392 00 s 01 innocent 0 002 & 00571643 a 0000 ;u 07073447 n 0000 | (used of things) lacking sense or awareness; "fine innocent weather"
-00572534 00 s 02 insensible 0 senseless 0 002 & 00571643 a 0000 + 05680982 n 0101 | unresponsive to stimulation; "he lay insensible where he had fallen"; "drugged and senseless"
-00572714 00 s 05 knocked_out(p) 0 kayoed 0 KO'd 0 out(p) 0 stunned 0 001 & 00571643 a 0000 | knocked unconscious by a heavy blow
-00572845 00 s 01 nonconscious 0 001 & 00571643 a 0000 | concerning mental functioning that is not represented in consciousness; "nonconscious psychic processes"
-00573008 00 s 01 semicomatose 0 001 & 00571643 a 0000 | in a state of partial coma
-00573093 00 s 01 subconscious 0 003 & 00571643 a 0000 + 05613478 n 0102 + 05682431 n 0101 | just below the level of consciousness
-00573225 00 a 03 consecrated 0 consecrate 0 dedicated 2 005 ^ 02053818 a 0000 ^ 02055062 a 0000 ! 00573770 a 0101 & 00573542 a 0000 & 00573666 a 0000 | solemnly dedicated to or set apart for a high purpose; "a life consecrated to science"; "the consecrated chapel"; "a chapel dedicated to the dead of World War II"
-00573542 00 s 01 ordained 0 001 & 00573225 a 0000 | invested with ministerial or priestly functions; "an ordained priest"
-00573666 00 s 01 votive 0 001 & 00573225 a 0000 | dedicated in fulfillment of a vow; "votive prayers"
-00573770 00 a 01 desecrated 0 003 ! 00573225 a 0101 & 00573926 a 0000 & 00574010 a 0000 | treated with contempt; "many desecrated shrines and cemeteries"
-00573926 00 s 01 deconsecrated 0 001 & 00573770 a 0000 | divested of consecration
-00574010 00 s 02 profaned 0 violated 0 001 & 00573770 a 0000 | treated irreverently or sacrilegiously
-00574114 00 a 02 priestly 0 priestlike 0 002 + 10470779 n 0101 ! 00574308 a 0101 | befitting or characteristic of a priest or the priesthood; "priestly dedication to the people of his parish"
-00574308 00 a 01 unpriestly 0 001 ! 00574114 a 0101 | not priestly; unbefitting a priest; "unpriestly behavior"
-00574422 00 a 01 conservative 0 009 ^ 01689880 a 0000 ^ 02030080 a 0000 = 06212839 n 0000 ! 00575230 a 0101 & 00574644 a 0000 & 00574744 a 0000 & 00574884 a 0000 & 00575012 a 0000 & 00575126 a 0000 | resistant to change
-00574644 00 s 01 blimpish 0 001 & 00574422 a 0000 | pompously ultraconservative and nationalistic
-00574744 00 s 01 buttoned-up 0 001 & 00574422 a 0000 | conservative in professional manner; "employers are looking for buttoned-up types"
-00574884 00 s 04 fusty 0 standpat(a) 0 unprogressive 0 nonprogressive 0 001 & 00574422 a 0000 | old-fashioned and out of date
-00575012 00 s 02 hidebound 0 traditionalist 0 001 & 00574422 a 0000 | stubbornly conservative and narrow-minded
-00575126 00 s 01 ultraconservative 0 002 & 00574422 a 0000 + 10508475 n 0102 | extremely conservative
-00575230 00 a 01 liberal 0 010 ^ 02030935 a 0000 = 06212839 n 0000 + 06204820 n 0102 ! 00574422 a 0101 & 00575520 a 0000 & 00575685 a 0000 & 00576011 a 0000 & 00576189 a 0000 & 00576423 a 0000 & 00576573 a 0000 | tolerant of change; not bound by authoritarianism, orthodoxy, or tradition
-00575520 00 s 01 civil-libertarian 0 002 & 00575230 a 0000 + 05183242 n 0101 | having or showing active concern for protection of civil liberties protected by law
-00575685 00 s 01 liberalistic 0 003 & 00575230 a 0000 + 05995576 n 0101 + 06218623 n 0101 | having or demonstrating belief in the essential goodness of man and the autonomy of the individual; favoring civil and political liberties, government by law with the consent of the governed, and protection from arbitrary authority
-00576011 00 s 01 neoliberal 0 002 & 00575230 a 0000 + 10352782 n 0101 | having or showing belief in the need for economic growth in addition to traditional liberalistic values
-00576189 00 s 03 progressive 0 reformist 0 reform-minded 0 006 & 00575230 a 0000 ;c 01124794 n 0000 + 10515194 n 0202 + 10256756 n 0103 + 04737743 n 0101 + 04737743 n 0102 | favoring or promoting reform (often by government action)
-00576423 00 s 02 socialized 0 socialised 0 001 & 00575230 a 0000 | under group or government control; "socialized ownership"; "socialized medicine"
-00576573 00 s 02 welfarist 0 welfare-statist 0 001 & 00575230 a 0000 | of or relating to a welfare state
-00576680 00 a 01 consistent 0 008 ^ 02505716 a 0000 + 14420780 n 0101 ! 00577920 a 0101 & 00577122 a 0000 & 00577405 a 0000 & 00577612 a 0000 & 00577698 a 0000 & 00577782 a 0000 | (sometimes followed by `with') in agreement or consistent or reliable; "testimony consistent with the known facts"; "I have decided that the course of conduct which I am following is consistent with my sense of responsibility as president in time of war"- FDR
-00577122 00 s 05 accordant 0 agreeable 0 conformable 0 consonant 0 concordant 0 003 & 00576680 a 0000 + 02700104 v 0207 + 02657219 v 0208 | in keeping; "salaries agreeable with current trends"; "plans conformable with your wishes"; "expressed views concordant with his background"
-00577405 00 s 01 pursuant(p) 0 002 & 00576680 a 0000 + 02376429 v 0101 | (followed by `to') in conformance to or agreement with; "pursuant to our agreement"; "pursuant to the dictates of one's conscience"
-00577612 00 s 01 reconciled 0 001 & 00576680 a 0000 | made compatible or consistent
-00577698 00 s 01 self-consistent 0 001 & 00576680 a 0000 | not self-contradictory
-00577782 00 s 01 unchanging 0 002 & 00576680 a 0000 + 04737934 n 0104 | conforming to the same principles or course of action over time
-00577920 00 a 01 inconsistent 0 008 ^ 02504131 a 0000 + 04751847 n 0101 ! 00576680 a 0101 & 00578234 a 0000 & 00578523 a 0000 & 00578662 a 0000 & 00578831 a 0000 & 00578960 a 0000 | displaying a lack of consistency; "inconsistent statements cannot both be true at the same time"; "inconsistent with the roadmap"
-00578234 00 s 04 at_odds(p) 0 conflicting 0 contradictory 0 self-contradictory 0 003 & 00577920 a 0000 + 13857486 n 0301 + 02663141 v 0301 | in disagreement; "the figures are at odds with our findings"; "contradictory attributes of unjust justice and loving vindictiveness"- John Morley
-00578523 00 s 02 discrepant 0 incompatible 0 003 & 00577920 a 0000 + 13858045 n 0201 + 04749709 n 0101 | not compatible with other facts
-00578662 00 s 03 spotty 0 uneven 0 scratchy 0 002 & 00577920 a 0000 + 04771890 n 0201 | lacking consistency; "the golfer hit the ball well but his putting was spotty"
-00578831 00 s 01 unconformable 0 001 & 00577920 a 0000 | not correspondent; "a description unconformable to previous accounts"
-00578960 00 s 01 unreconciled 0 001 & 00577920 a 0000 | not made consistent or compatible; "two unreconciled accountings"
-00579084 00 a 01 conspicuous 0 012 ^ 00773109 a 0000 = 04706087 n 0000 + 04706087 n 0101 ! 00581401 a 0101 & 00579498 a 0000 & 00579622 a 0000 & 00579881 a 0000 & 00580039 a 0000 & 00580346 a 0000 & 00580497 a 0000 & 00580684 a 0000 & 00580805 a 0000 | obvious to the eye or mind; "a tower conspicuous at a great distance"; "wore conspicuous neckties"; "made herself conspicuous by her exhibitionistic preening"
-00579498 00 s 02 attention-getting 0 eye-catching 0 001 & 00579084 a 0000 | seizing the attention; "eye-catching posters"
-00579622 00 s 03 big 0 large 0 prominent 2 003 & 00579084 a 0000 + 14433587 n 0301 + 05169507 n 0301 | conspicuous in position or importance; "a big figure in the movement"; "big man on campus"; "he's very large in financial circles"; "a prominent citizen"
-00579881 00 s 01 bold 0 002 & 00579084 a 0000 + 04707252 n 0101 | clear and distinct; "bold handwriting"; "a figure carved in bold relief"; "a bold design"
-00580039 00 s 06 crying(a) 0 egregious 0 flagrant 0 glaring 0 gross 0 rank 0 001 & 00579084 a 0000 | conspicuously and outrageously bad or reprehensible; "a crying shame"; "an egregious lie"; "flagrant violation of human rights"; "a glaring error"; "gross ineptitude"; "gross injustice"; "rank treachery"
-00580346 00 s 01 featured 0 001 & 00579084 a 0000 | made a feature or highlight; given prominence; "a featured actor"; "a featured item at the sale"
-00580497 00 s 01 in_evidence 0 001 & 00579084 a 0000 | clearly to be seen; "they were much in evidence during the fighting"; "she made certain that her engagement ring was in evidence"
-00580684 00 s 01 marked 0 001 & 00579084 a 0000 | singled out for notice or especially for a dire fate; "a marked man"
-00580805 00 s 05 outstanding 0 prominent 0 salient 0 spectacular 0 striking 0 005 & 00579084 a 0000 + 14434022 n 0503 + 06889138 n 0401 + 14434022 n 0302 + 14434022 n 0301 | having a quality that thrusts itself into attention; "an outstanding fact of our time is that nations poisoned by anti semitism proved less fortunate in regard to their own freedom"; "a new theory is the most prominent feature of the book"; "salient traits"; "a spectacular rise in prices"; "a striking thing about Picadilly Circus is the statue of Eros in the center"; "a striking resemblance between parent and child"
-00581401 00 a 02 inconspicuous 0 invisible 4 004 = 04706087 n 0000 + 04707636 n 0101 ! 00579084 a 0101 & 00581637 a 0000 | not prominent or readily noticeable; "he pushed the string through an inconspicuous hole"; "the invisible man"
-00581637 00 s 02 obscure 0 unnoticeable 0 002 & 00581401 a 0000 + 04707808 n 0201 | not drawing attention; "an unnoticeable cigarette burn on the carpet"; "an obscure flaw"
-00581812 00 a 02 discernible 0 discernable 0 003 + 04703104 n 0201 + 02193194 v 0105 ! 00582164 a 0101 | perceptible by the senses or intellect; "things happen in the earth and sky with no discernible cause"; "the newspaper reports no discernible progress in the negotiations"; "the skyline is easily discernible even at a distance of several miles"
-00582164 00 a 01 indiscernible 0 001 ! 00581812 a 0101 | difficult or impossible to perceive or discern; "an indiscernible increase in temperature"
-00582314 00 a 01 distinguishable 0 003 ! 00582876 a 0101 & 00582636 a 0000 & 00582762 a 0000 | capable of being perceived as different or distinct; "only the shine of their metal was distinguishable in the gloom"; "a project distinguishable into four stages of progress"; "distinguishable differences between the twins"
-00582636 00 s 01 differentiable 0 001 & 00582314 a 0000 | capable of being perceived as different; "differentiable species"
-00582762 00 s 01 discriminable 0 001 & 00582314 a 0000 | capable of being discriminated; "discriminable faults"
-00582876 00 a 02 indistinguishable 0 undistinguishable 0 001 ! 00582314 a 0101 | not capable of being distinguished or differentiated; "the two specimens are actually different from each other but the differences are almost indistinguishable"; "the twins were indistinguishable"; "a colorless person quite indistinguishable from the colorless mass of humanity"
-00583239 00 a 01 constant 0 009 ^ 00958880 a 0000 ^ 02505716 a 0000 ^ 02290998 a 0000 ^ 00346991 a 0000 = 04738641 n 0000 + 04877264 n 0101 ! 00583990 a 0101 & 00583581 a 0000 & 00583842 a 0000 | steadfast in purpose or devotion or affection; "a man constant in adherence to his ideals"; "a constant lover"; "constant as the northern star"
-00583581 00 s 03 steadfast 0 staunch 0 unswerving 0 003 & 00583239 a 0000 + 04877783 n 0202 + 04877783 n 0101 | firm and dependable especially in loyalty; "a steadfast ally"; "a staunch defender of free speech"; "unswerving devotion"; "unswerving allegiance"
-00583842 00 s 02 unfailing 0 unflagging 0 001 & 00583239 a 0000 | unceasing; "unfailing loyalty"; "unfailing good spirits"; "unflagging courtesy"
-00583990 00 a 01 inconstant 0 011 ^ 00344125 a 0000 ^ 00959731 a 0000 ^ 02291843 a 0000 ^ 02504131 a 0000 ^ 02519555 a 0000 = 04738641 n 0000 + 04879092 n 0104 + 04734885 n 0101 ! 00583239 a 0101 & 00584403 a 0000 & 00584626 a 0000 | likely to change frequently often without apparent or cogent reason; variable; "inconstant affections"; "an inconstant lover"; "swear not by...the inconstant moon"- Shakespeare
-00584403 00 s 02 false 0 untrue 0 003 & 00583990 a 0000 + 04867871 n 0102 + 13960464 n 0101 | (used especially of persons) not dependable in devotion or affection; unfaithful; "a false friend"; "when lovers prove untrue"
-00584626 00 s 02 fickle 0 volatile 0 002 & 00583990 a 0000 + 04879092 n 0103 | marked by erratic changeableness in affections or attachments; "fickle friends"; "a flirt's volatile affections"
-00584820 00 a 01 constructive 0 009 ^ 01817500 a 0000 + 05165745 n 0101 ! 00586183 a 0101 & 00585202 a 0000 & 00585398 a 0000 & 00585597 a 0000 & 00585751 a 0000 & 00585856 a 0000 & 00586060 a 0000 | constructing or tending to construct or improve or promote development; "constructive criticism"; "a constructive attitude"; "a constructive philosophy"; "constructive permission"
-00585202 00 s 01 creative 0 006 & 00584820 a 0000 + 01640207 v 0101 + 01753788 v 0101 + 01685313 v 0101 + 05624700 n 0102 + 05624700 n 0101 | promoting construction or creation; "creative work"
-00585398 00 s 03 formative 1 shaping 0 plastic 0 002 & 00584820 a 0000 + 02430922 v 0102 | forming or capable of forming or molding or fashioning; "a formative influence"; "a formative experience"
-00585597 00 s 01 formative 2 002 & 00584820 a 0000 ;c 06037666 n 0000 | capable of forming new cells and tissues; "a formative zone in developing bone"
-00585751 00 s 01 inferential 0 001 & 00584820 a 0000 | based on interpretation; not directly expressed
-00585856 00 s 02 reconstructive 0 rehabilitative 0 003 & 00584820 a 0000 + 02552829 v 0201 + 02552449 v 0102 | helping to restore to good condition; "reconstructive surgery"; "rehabilitative exercises"
-00586060 00 s 01 structural 0 001 & 00584820 a 0000 | concerned with systematic structure in a particular field of study
-00586183 00 a 01 destructive 0 016 ^ 01160031 a 0000 ^ 01818234 a 0000 + 01619929 v 0101 + 05165904 n 0101 ! 00584820 a 0101 & 00586617 a 0000 & 00586883 a 0000 & 00587193 a 0000 & 00587376 a 0000 & 00587697 a 0000 & 00587890 a 0000 & 00588062 a 0000 & 00588207 a 0000 & 00588425 a 0000 & 00588535 a 0000 & 00588655 a 0000 | causing destruction or much damage; "a policy that is destructive to the economy"; "destructive criticism"
-00586617 00 s 04 annihilative 0 annihilating 0 devastating 1 withering 0 002 & 00586183 a 0000 + 00470701 v 0102 | wreaking or capable of wreaking complete destruction; "possessing annihilative power"; "a devastating hurricane"; "the guns opened a withering fire"
-00586883 00 s 02 blasting 0 ruinous 0 001 & 00586183 a 0000 | causing injury or blight; especially affecting with sudden violence or plague or ruin; "the blasting effects of the intense cold on the budding fruit"; "the blasting force of the wind blowing sharp needles of sleet in our faces"; "a ruinous war"
-00587193 00 s 02 cataclysmal 0 cataclysmic 0 003 & 00586183 a 0000 + 07314838 n 0205 + 07314838 n 0105 | severely destructive; "cataclysmic nuclear war"; "a cataclysmic earthquake"
-00587376 00 s 05 caustic 0 corrosive 0 erosive 1 vitriolic 0 mordant 0 008 & 00586183 a 0000 + 14955030 n 0501 + 15093482 n 0401 + 00275253 v 0301 + 14823788 n 0201 + 00274283 v 0201 + 00273963 v 0201 + 15014529 n 0101 | of a substance, especially a strong acid; capable of destroying or eating away by chemical action
-00587697 00 s 02 crushing 0 devastating 0 001 & 00586183 a 0000 | physically or spiritually devastating; often used in combination; "a crushing blow"; "a crushing rejection"; "bone-crushing"
-00587890 00 s 02 damaging 0 negative 0 001 & 00586183 a 0000 | designed or tending to discredit, especially without positive or helpful suggestions; "negative criticism"
-00588062 00 s 01 erosive 2 002 & 00586183 a 0000 + 00274724 v 0101 | wearing away by friction; "the erosive effects of waves on the shoreline"
-00588207 00 s 01 iconoclastic 0 002 & 00586183 a 0000 + 05980750 n 0101 | destructive of images used in religious worship; said of religions, such as Islam, in which the representation of living things is prohibited
-00588425 00 s 01 ravaging 0 001 & 00586183 a 0000 | ruinously destructive and wasting; "a ravaging illness"
-00588535 00 s 01 soul-destroying 0 001 & 00586183 a 0000 | destructive to the spirit or soul; "soul-destroying labor"
-00588655 00 s 01 wasteful 0 002 & 00586183 a 0000 + 00742645 n 0102 | laying waste; "when wasteful war shall statues overturn"- Shakespeare
-00588797 00 a 02 contented 0 content 0 008 ^ 01148283 a 0000 ^ 01805157 a 0000 + 14412882 n 0202 + 14412882 n 0101 ! 00589624 a 0101 & 00589067 a 0000 & 00589344 a 0000 & 00589448 a 0000 | satisfied or showing satisfaction with things as they are; "a contented smile"
-00589067 00 s 03 complacent 0 self-satisfied 0 self-complacent 0 004 & 00588797 a 0000 + 07531713 n 0303 + 07531713 n 0101 + 07531713 n 0102 | contented to a fault with oneself or one's actions; "he had become complacent after years of success"; "his self-satisfied dignity"
-00589344 00 s 01 satisfied 0 001 & 00588797 a 0000 | filled with satisfaction; "a satisfied customer"
-00589448 00 s 02 smug 0 self-satisfied 2 002 & 00588797 a 0000 + 07531998 n 0101 | marked by excessive complacency or self-satisfaction; "a smug glow of self-congratulation"
-00589624 00 a 02 discontented 0 discontent 0 008 ^ 01805889 a 0000 ^ 01149494 a 0000 + 07538965 n 0202 + 07538965 n 0103 ! 00588797 a 0101 & 00589960 a 0000 & 00590163 a 0000 & 00590271 a 0000 | showing or experiencing dissatisfaction or restless longing; "saw many discontent faces in the room"; "was discontented with his position"
-00589960 00 s 04 disaffected 0 ill-affected 0 malcontent 0 rebellious 0 005 & 00589624 a 0000 + 01177327 n 0401 + 00962129 n 0401 + 04907991 n 0402 + 10284965 n 0301 | discontented as toward authority
-00590163 00 s 02 disgruntled 0 dissatisfied 0 001 & 00589624 a 0000 | in a state of sulky dissatisfaction
-00590271 00 s 03 restless 0 ungratified 0 unsatisfied 0 002 & 00589624 a 0000 + 04625284 n 0101 | worried and uneasy
-00590390 00 a 01 contestable 0 006 ^ 01916229 a 0000 + 00869596 v 0101 ! 00590923 a 0101 & 00590564 a 0000 & 00590669 a 0000 & 00590782 a 0000 | capable of being contested
-00590564 00 s 01 challengeable 0 002 & 00590390 a 0000 + 00869126 v 0101 | capable of being challenged
-00590669 00 s 02 debatable 0 disputable 0 002 & 00590390 a 0000 + 00812580 v 0101 | capable of being disproved
-00590782 00 s 02 shakable 0 shakeable 0 001 & 00590390 a 0000 | capable of being weakened; "the crisis proved his confidence was shakable"
-00590923 00 a 02 incontestable 0 incontestible 0 007 ^ 01918184 a 0000 ! 00590390 a 0101 & 00591147 a 0000 & 00591298 a 0000 & 00591406 a 0000 & 00591513 a 0000 & 00591710 a 0000 | incapable of being contested or disputed
-00591147 00 s 02 demonstrable 0 incontrovertible 0 002 & 00590923 a 0000 + 04755218 n 0202 | necessarily or demonstrably true; "demonstrable truths"
-00591298 00 s 01 demonstrated 0 001 & 00590923 a 0000 | having been demonstrated or verified beyond doubt
-00591406 00 s 02 inarguable 0 unarguable 0 001 & 00590923 a 0000 | against which no argument can be made
-00591513 00 s 04 unassailable 0 unshakable 0 watertight 0 bulletproof 0 001 & 00590923 a 0000 | without flaws or loopholes; "an ironclad contract"; "a watertight alibi"; "a bulletproof argument"
-00591710 00 s 01 unanswerable 0 001 & 00590923 a 0000 | impossible to answer; "an unanswerable argument"
-00591817 00 a 01 continent 0 003 + 04884177 n 0101 + 02700867 v 0104 ! 00591953 a 0101 | having control over urination and defecation
-00591953 00 a 01 incontinent 0 004 + 13496972 n 0102 + 13496972 n 0101 ! 00591817 a 0101 & 00592113 a 0000 | not having control over urination and defecation
-00592113 00 s 01 leaky 0 002 & 00591953 a 0000 + 13506727 n 0101 | used informally; unable to retain urine
-00592222 00 a 01 continual 0 006 ! 00593374 a 0101 & 00592539 a 0000 & 00592754 a 0000 & 00592880 a 0000 & 00593071 a 0000 & 00593276 a 0000 | occurring without interruption; chiefly restricted to what recurs regularly or frequently in a prolonged and closely spaced series; "the continual banging of the shutters"
-00592539 00 s 02 insistent 0 repetitive 0 006 & 00592222 a 0000 + 07090721 n 0201 + 01734502 v 0204 + 00343334 v 0202 + 14451349 n 0102 + 07191777 n 0101 | repetitive and persistent; "the bluejay's insistent cry"
-00592754 00 s 01 running(a) 0 001 & 00592222 a 0000 | continually repeated over a period of time; "a running joke among us"
-00592880 00 s 03 perennial 0 recurrent 0 repeated 0 003 & 00592222 a 0000 + 07343363 n 0201 + 00343334 v 0201 | recurring again and again; "perennial efforts to stipulate the requirements"
-00593071 00 s 03 persistent 0 relentless 0 unrelenting 0 005 & 00592222 a 0000 + 04831437 n 0201 + 04864515 n 0104 + 05054130 n 0102 + 00350461 v 0102 | never-ceasing; "the relentless beat of the drums"
-00593276 00 s 02 recurring 0 revenant 0 001 & 00592222 a 0000 | coming back; "a revenant ghost"
-00593374 00 a 01 sporadic 0 008 ^ 00596769 a 0000 ^ 01067193 a 0000 ! 00592222 a 0101 & 00593664 a 0000 & 00593836 a 0000 & 00594004 a 0000 & 00594146 a 0000 & 00594267 a 0000 | recurring in scattered and irregular or unpredictable instances; "a city subjected to sporadic bombing raids"
-00593664 00 s 02 fitful 0 spasmodic 0 002 & 00593374 a 0000 + 04770535 n 0101 | occurring in spells and often abruptly; "fitful bursts of energy"; "spasmodic rifle fire"
-00593836 00 s 01 intermittent 0 003 & 00593374 a 0000 + 04770720 n 0102 + 04770720 n 0101 | stopping and starting at irregular intervals; "intermittent rain showers"
-00594004 00 s 02 periodic 0 occasional 0 001 & 00593374 a 0000 | recurring or reappearing from time to time; "periodic feelings of anxiety"
-00594146 00 s 02 irregular 0 unpredictable 0 002 & 00593374 a 0000 + 14371161 n 0102 | not occurring at expected times
-00594267 00 s 02 isolated 0 stray 0 001 & 00593374 a 0000 | not close together in time; "isolated instances of rebellion"; "a few stray crumbs"
-00594413 00 a 02 continuous 1 uninterrupted 0 015 ^ 00290923 a 0000 = 05054130 n 0000 + 15123754 n 0101 + 05052587 n 0101 + 14422035 n 0101 + 05054130 n 0101 ! 00596769 a 0101 & 00595147 a 0000 & 00595299 a 0000 & 00595863 a 0000 & 00596043 a 0000 & 00596211 a 0000 & 00596358 a 0000 & 00596511 a 0000 & 00596639 a 0000 | continuing in time or space without interruption; "a continuous rearrangement of electrons in the solar atoms results in the emission of light"- James Jeans; "a continuous bout of illness lasting six months"; "lived in continuous fear"; "a continuous row of warehouses"; "a continuous line has no gaps or breaks in it"; "moving midweek holidays to the nearest Monday or Friday allows uninterrupted work weeks"
-00595147 00 s 04 around-the-clock 0 day-and-night 0 nonstop 0 round-the-clock 0 001 & 00594413 a 0000 | at all times; "around-the-clock nursing care"
-00595299 00 s 07 ceaseless 0 constant 0 incessant 0 never-ending 0 perpetual 0 unceasing 0 unremitting 0 005 & 00594413 a 0000 + 05053527 n 0501 + 05052587 n 0304 + 05052587 n 0303 + 05052587 n 0102 | uninterrupted in time and indefinitely long continuing; "the ceaseless thunder of surf"; "in constant pain"; "night and day we live with the incessant noise of the city"; "the never-ending search for happiness"; "the perpetual struggle to maintain standards in a democracy"; "man's unceasing warfare with drought and isolation"; "unremitting demands of hunger"
-00595863 00 s 01 continual 0 001 & 00594413 a 0000 | `continual' (meaning seemingly uninterrupted) is often used interchangeably with `continuous' (meaning without interruption)
-00596043 00 s 02 dogging 0 persisting 0 001 & 00594413 a 0000 | relentless and indefatigable in pursuit or as if in pursuit; "impossible to escape the dogging fears"
-00596211 00 s 01 endless 0 002 & 00594413 a 0000 + 05052387 n 0101 | having the ends united so as to form a continuous whole; "an endless chain"
-00596358 00 s 02 free_burning 0 sustained 2 001 & 00594413 a 0000 | (of an electric arc) continuous; "heat transfer to the anode in free burning arcs"
-00596511 00 s 02 straight 0 consecutive 0 001 & 00594413 a 0000 | successive (without a break); "sick for five straight days"
-00596639 00 s 01 sustained 0 001 & 00594413 a 0000 | maintained at length without interruption or weakening; "sustained flight"
-00596769 00 a 02 discontinuous 1 noncontinuous 0 006 ^ 00593374 a 0000 ^ 00289983 a 0000 + 14417551 n 0101 ! 00594413 a 0101 & 00597148 a 0000 & 00597267 a 0000 | not continuing without interruption in time or space; "discontinuous applause"; "the landscape was a discontinuous mosaic of fields and forest areas"; "he received a somewhat haphazard and discontinuous schooling"
-00597148 00 s 01 disrupted 0 001 & 00596769 a 0000 | marked by breaks or gaps; "many routes are unsafe or disrupted"
-00597267 00 s 01 disjunct 0 001 & 00596769 a 0000 | used of distributions, as of statistical or natural populations; "disjunct distribution of king crabs"
-00597424 00 a 01 continuous 2 004 ;c 06000644 n 0000 + 15123754 n 0101 + 14422035 n 0101 ! 00597599 a 0101 | of a function or curve; extending without break or irregularity
-00597599 00 a 01 discontinuous 2 003 ;c 06000644 n 0000 + 14417551 n 0101 ! 00597424 a 0101 | of a function or curve; possessing one or more discontinuities
-00597758 00 a 01 continued 0 002 ! 00598203 a 0101 & 00597988 a 0000 | without stop or interruption; "to insure the continued success of the war"; "the continued existence of nationalism"; "the continued popularity of Westerns"
-00597988 00 s 01 continuing 0 001 & 00597758 a 0000 | remaining in force or being carried on without letup; "the act provided a continuing annual appropriation"; "the continuing struggle to put food on the table"
-00598203 00 a 01 discontinued 0 003 ! 00597758 a 0101 & 00598413 a 0000 & 00598536 a 0000 | stopped permanently or temporarily; "discontinued models"; "a discontinued magazine"; "a discontinued conversation"
-00598413 00 s 01 interrupted 0 001 & 00598203 a 0000 | discontinued temporarily; "we resumed the interrupted discussion"
-00598536 00 s 01 out_of_print 0 001 & 00598203 a 0000 | (of books) no longer offered for sale by a publisher; "that edition is out of print"
-00598679 00 a 01 controlled 0 009 ^ 02000118 a 0000 ! 00599821 a 0101 & 00599005 a 0000 & 00599111 a 0000 & 00599186 a 0000 & 00599292 a 0000 & 00599468 a 0000 & 00599628 a 0000 & 00599745 a 0000 | restrained or managed or kept within certain bounds; "controlled emotions"; "the controlled release of water from reservoirs"
-00599005 00 s 01 contained 0 001 & 00598679 a 0000 | gotten under control; "the oil spill is contained"
-00599111 00 s 01 disciplined 0 001 & 00598679 a 0000 | obeying the rules
-00599186 00 s 01 dominated 0 001 & 00598679 a 0000 | controlled or ruled by superior authority or power
-00599292 00 s 01 harnessed 0 001 & 00598679 a 0000 | brought under control and put to use; "electricity from the harnessed Colorado River"; "the harnessed power of the atom"
-00599468 00 s 02 obsessed 0 possessed(p) 0 001 & 00598679 a 0000 | influenced or controlled by a powerful force such as a strong emotion; "by love possessed"
-00599628 00 s 01 price-controlled 0 001 & 00598679 a 0000 | having the price regulated or controlled by government
-00599745 00 s 01 regimented 0 001 & 00598679 a 0000 | strictly controlled
-00599821 00 a 01 uncontrolled 0 012 ^ 02000680 a 0000 ! 00598679 a 0101 & 00600192 a 0000 & 00600395 a 0000 & 00600540 a 0000 & 00600725 a 0000 & 00600879 a 0000 & 00601032 a 0000 & 00601150 a 0000 & 00601250 a 0000 & 00601499 a 0000 & 00601650 a 0000 | not being under control; out of control; "the greatest uncontrolled health problem is AIDS"; "uncontrolled growth"
-00600192 00 s 03 anarchic 0 anarchical 0 lawless 0 003 & 00599821 a 0000 + 13973059 n 0302 + 13973059 n 0201 | without law or control; "the system is economically inefficient and politically anarchic"
-00600395 00 s 01 errant 0 002 & 00599821 a 0000 + 01925694 v 0102 | uncontrolled motion that is irregular or unpredictable; "an errant breeze"
-00600540 00 s 02 irrepressible 0 uncontrollable 0 002 & 00599821 a 0000 + 04633959 n 0101 | impossible to repress or control; "an irrepressible chatterbox"; "uncontrollable laughter"
-00600725 00 s 01 loose 0 002 & 00599821 a 0000 ;c 00523513 n 0000 | (of a ball in sport) not in the possession or control of any player; "a loose ball"
-00600879 00 s 02 lordless 0 masterless 0 001 & 00599821 a 0000 | having no lord or master; "harsh punishments for sturdy vagabonds and masterless men"
-00601032 00 s 01 rampant 0 002 & 00599821 a 0000 + 02723016 v 0101 | unrestrained and violent; "rampant aggression"
-00601150 00 s 01 runaway 0 001 & 00599821 a 0000 | completely out of control; "runaway inflation"
-00601250 00 s 01 torrential 0 002 & 00599821 a 0000 + 13775706 n 0104 | resembling a torrent in force and abundance; "torrential applause"; "torrential abuse"; "the torrential facility and fecundity characteristic of his style"- Winthrop Sargeant
-00601499 00 s 02 undisciplined 0 ungoverned 0 001 & 00599821 a 0000 | lacking in discipline or control; "undisciplined behavior"; "ungoverned youth"
-00601650 00 s 01 wild 1 001 & 00599821 a 0000 | deviating widely from an intended course; "a wild bullet"; "he threw a wild pitch"
-00601783 00 a 01 controversial 0 006 + 07183151 n 0101 ! 00602721 a 0101 & 00602117 a 0000 & 00602293 a 0000 & 00602474 a 0000 & 00602563 a 0000 | marked by or capable of arousing controversy; "the issue of the death penalty is highly controversial"; "Rushdie's controversial book"; "a controversial decision on affirmative action"
-00602117 00 s 04 arguable 0 debatable 0 disputable 0 moot 0 003 & 00601783 a 0000 + 00773432 v 0203 + 00812580 v 0201 | open to argument or debate; "that is a moot question"
-00602293 00 s 01 contentious 0 002 & 00601783 a 0000 + 07183151 n 0102 | involving or likely to cause controversy; "a central and contentious element of the book"- Tim W.Ferfuson
-00602474 00 s 01 disputed 0 001 & 00601783 a 0000 | subject to disagreement and debate
-00602563 00 s 02 polemic 0 polemical 0 004 & 00601783 a 0000 + 07183660 n 0201 + 10448670 n 0103 + 07183660 n 0101 | of or involving dispute or controversy
-00602721 00 a 02 uncontroversial 0 noncontroversial 0 004 ! 00601783 a 0101 & 00602888 a 0000 & 00603039 a 0000 & 00603194 a 0000 | not likely to arouse controversy
-00602888 00 s 01 unchallengeable 0 001 & 00602721 a 0000 | not open to challenge; "unchallengeable facts"; "a position of unchallengeable supremacy"
-00603039 00 s 03 undisputed 0 unchallenged 0 unquestioned 0 001 & 00602721 a 0000 | generally agreed upon; not subject to dispute; "the undisputed fact"
-00603194 00 s 02 agreed_upon(p) 0 stipulatory 0 002 & 00602721 a 0000 + 01018928 v 0201 | constituted or contracted by stipulation or agreement; "stipulatory obligations"
-00603367 00 a 01 argumentative 0 005 + 00773432 v 0101 ! 00604399 a 0101 & 00603660 a 0000 & 00603804 a 0000 & 00604221 a 0000 | given to or characterized by argument; "an argumentative discourse"; "argumentative to the point of being cantankerous"; "an intelligent but argumentative child"
-00603660 00 s 01 quarrelsome 0 002 & 00603367 a 0000 + 04643979 n 0101 | given to quarreling; "arguing children"; "quarrelsome when drinking"
-00603804 00 s 05 contentious 0 combative 0 disputatious 0 disputative 0 litigious 0 007 & 00603367 a 0000 + 04644306 n 0501 + 00775156 v 0402 + 07181935 n 0301 + 01170813 n 0301 + 07183151 n 0102 + 04643979 n 0102 | inclined or showing an inclination to dispute or disagree, even to engage in law suits; "a style described as abrasive and contentious"; "a disputatious lawyer"; "a litigious and acrimonious spirit"
-00604221 00 s 02 eristic 0 eristical 0 003 & 00603367 a 0000 + 09615465 n 0103 + 05635321 n 0101 | given to disputation for its own sake and often employing specious arguments
-00604399 00 a 01 unargumentative 0 002 ! 00603367 a 0101 & 00604520 a 0000 | not given to or characterized by argument
-00604520 00 s 01 noncontentious 0 001 & 00604399 a 0000 | of persons; not given to controversy
-00604617 00 a 01 convenient 0 009 ^ 00931555 a 0000 ^ 00019131 a 0000 = 04718563 n 0000 + 14446493 n 0101 + 04718563 n 0101 + 02729965 n 0104 ! 00605128 a 0101 & 00604897 a 0000 & 00604978 a 0000 | suited to your comfort or purpose or needs; "a convenient excuse for not going"
-00604897 00 s 01 handy 0 001 & 00604617 a 0000 | easy to use; "a handy gadget"
-00604978 00 s 02 favorable 0 favourable 0 001 & 00604617 a 0000 | occurring at a convenient or suitable time; "an opportune time to receive guests"
-00605128 00 a 01 inconvenient 0 004 = 04718563 n 0000 + 04722715 n 0101 ! 00604617 a 0101 & 00605406 a 0000 | not suited to your comfort, purpose or needs; "it is inconvenient not to have a telephone in the kitchen"; "the back hall is an inconvenient place for the telephone"
-00605406 00 s 01 awkward 0 001 & 00605128 a 0000 | causing inconvenience; "they arrived at an awkward time"
-00605516 00 a 01 conventional 0 010 ^ 01041916 a 0000 ^ 01688271 a 0000 = 04801532 n 0000 + 06212155 n 0101 ! 00606602 a 0101 & 00605893 a 0000 & 00606079 a 0000 & 00606240 a 0000 & 00606347 a 0000 ! 00608421 a 0101 | following accepted customs and proprieties; "conventional wisdom"; "she had strayed from the path of conventional behavior"; "conventional forms of address"
-00605893 00 s 01 received 0 001 & 00605516 a 0000 | widely accepted as true or worthy; "a received moral idea"; "Received political wisdom says not; surveys show otherwise"- Economist
-00606079 00 s 01 customary 0 002 & 00605516 a 0000 + 05667404 n 0101 | in accordance with convention or custom; "sealed the deal with the customary handshake"
-00606240 00 s 01 formulaic 0 001 & 00605516 a 0000 | characterized by or in accordance with some formula
-00606347 00 s 02 stodgy 0 stuffy 0 003 & 00605516 a 0000 + 04648059 n 0202 + 04648059 n 0101 | excessively conventional and unimaginative and hence dull; "why is the middle class so stodgy, so utterly without a sense of humor?"; "a stodgy dinner party"
-00606602 00 a 01 unconventional 0 007 ^ 01686439 a 0000 = 04801532 n 0000 + 05634910 n 0101 ! 00605516 a 0101 & 00606859 a 0000 & 00607009 a 0000 & 00607202 a 0000 | not conforming to accepted rules or standards; "her unconventional dress and hair style"
-00606859 00 s 01 bohemian 0 002 & 00606602 a 0000 + 08241309 n 0101 | unconventional in especially appearance and behavior; "a bohemian life style"
-00607009 00 s 01 go-as-you-please 0 001 & 00606602 a 0000 | not bound by rule or law or convention; "bewildered by the old go-as-you-please liberty of alliterative rhythm"- George Saintsbury
-00607202 00 s 03 irregular 0 maverick 0 unorthodox 0 003 & 00606602 a 0000 + 10303654 n 0201 + 04770211 n 0101 | independent in behavior or thought; "she led a somewhat irregular private life"; "maverick politicians"
-00607421 00 a 01 conventional 1 006 + 05650180 n 0101 ! 00608421 a 0101 & 00607656 a 0000 & 00607857 a 0000 & 00607977 a 0000 & 00608245 a 0000 | unimaginative and conformist; "conventional bourgeois lives"; "conventional attitudes"
-00607656 00 s 03 button-down 0 buttoned-down 0 conservative 0 001 & 00607421 a 0000 | unimaginatively conventional; "a colorful character in the buttoned-down, dull-grey world of business"- Newsweek
-00607857 00 s 02 square 0 straight 0 002 & 00607421 a 0000 ;u 07157273 n 0000 | rigidly conventional or old-fashioned
-00607977 00 s 04 stereotyped 0 stereotypic 0 stereotypical 0 unimaginative 0 003 & 00607421 a 0000 + 05927586 n 0301 + 05927586 n 0201 | lacking spontaneity or originality or individuality; "stereotyped phrases of condolence"; "even his profanity was unimaginative"
-00608245 00 s 01 white-bread 0 001 & 00607421 a 0000 | of or belonging to or representative of the white middle class; "white-bread America"; "a white-bread college student"
-00608421 00 a 01 unconventional 1 008 ! 00605516 a 0101 ! 00607421 a 0101 & 00608668 a 0000 & 00608791 a 0000 & 00609341 a 0000 & 00609564 a 0000 & 00609750 a 0000 & 00609938 a 0000 | not conventional or conformist; "unconventional life styles"
-00608668 00 s 01 alternative 0 001 & 00608421 a 0000 | pertaining to unconventional choices; "an alternative life style"
-00608791 00 s 0a bizarre 0 eccentric 0 freakish 0 freaky 0 flaky 0 flakey 0 gonzo 0 off-the-wall 0 outlandish 0 outre 0 007 & 00608421 a 0000 + 04798511 n 0901 + 14397889 n 0603 + 14397889 n 0503 + 04798185 n 0302 + 04798881 n 0201 + 04798511 n 0102 | conspicuously or grossly unconventional or unusual; "restaurants of bizarre design--one like a hat, another like a rabbit"; "famed for his eccentric spelling"; "a freakish combination of styles"; "his off-the-wall antics"; "the outlandish clothes of teenagers"; "outre and affected stage antics"
-00609341 00 s 03 devil-may-care 0 raffish 0 rakish 0 002 & 00608421 a 0000 + 04884995 n 0301 | marked by a carefree unconventionality or disreputableness; "a cocktail party given by some...raffish bachelors"- Crary Moore
-00609564 00 s 05 far-out 0 kinky 0 offbeat 0 quirky 0 way-out 0 004 & 00608421 a 0000 + 04797824 n 0403 + 04797824 n 0404 + 05926150 n 0201 | informal terms; strikingly unconventional
-00609750 00 s 01 funky 0 001 & 00608421 a 0000 | stylish and modern in an unconventional way; "she likes funky clothes"; "we did it all in black and white in a very funky sixties style"
-00609938 00 s 03 spaced-out 0 spacy 0 spacey 0 001 & 00608421 a 0000 | stupefied by (or as if by) some narcotic drug
-00610057 00 a 01 conformist 0 001 ! 00610249 a 0101 | marked by convention and conformity to customs or rules or styles; "underneath the radical image teenagers are surprisingly conformist"
-00610249 00 a 02 nonconformist 0 unconformist 0 001 ! 00610057 a 0101 | not conforming to some norm or socially approved pattern of behavior or thought; "their rabidly nonconformist deportment has made them legendary"; "the old stubborn nonconformist spirit of the early settlers"
-00610532 00 a 02 nuclear 0 atomic 0 002 ! 00610861 a 0101 & 00610734 a 0000 | (weapons) deriving destructive energy from the release of atomic energy; "nuclear war"; "nuclear weapons"; "atomic bombs"
-00610734 00 s 01 thermonuclear 0 001 & 00610532 a 0000 | using nuclear weapons based on fusion as distinguished from fission
-00610861 00 a 01 conventional 2 001 ! 00610532 a 0101 | (weapons) using energy for propulsion or destruction that is not nuclear energy; "conventional warfare"; "conventional weapons"
-00611047 00 a 01 traditional 0 006 + 05667404 n 0102 + 05809745 n 0101 ! 00611938 a 0101 & 00611281 a 0000 & 00611527 a 0000 & 00611754 a 0000 | consisting of or derived from tradition; "traditional history"; "traditional morality"
-00611281 00 s 01 conventional 0 002 & 00611047 a 0000 + 06212155 n 0101 | in accord with or being a tradition or practice accepted from the past; "a conventional church wedding with the bride in traditional white"; "the conventional handshake"
-00611527 00 s 02 handed-down 0 tralatitious 0 001 & 00611047 a 0000 | having been passed along from generation to generation; "among Biblical critics a tralatitious interpretation is one received by expositor from expositor"
-00611754 00 s 01 traditionalistic 0 004 & 00611047 a 0000 + 10721124 n 0101 + 04801877 n 0101 + 01213702 n 0101 | adhering to tradition especially in cultural or religious practices
-00611938 00 a 02 nontraditional 0 untraditional 0 001 ! 00611047 a 0101 | not conforming to or in accord with tradition; "nontraditional designs"; "nontraditional practices"
-00612114 00 a 01 convergent 0 010 ^ 01718867 a 0000 + 00146572 n 0103 + 07414740 n 0101 + 00146572 n 0101 + 02710402 v 0101 + 02032634 v 0101 + 00368847 v 0101 ! 00612652 a 0101 & 00612383 a 0000 & 00612504 a 0000 | tending to come together from different directions
-00612383 00 s 02 confluent 0 merging(a) 0 003 & 00612114 a 0000 + 08542634 n 0101 + 00380881 n 0101 | flowing together
-00612504 00 s 02 focused 0 focussed 0 001 & 00612114 a 0000 | (of light rays) converging on a point; "focused light rays can set something afire"
-00612652 00 a 02 divergent 0 diverging 0 008 ^ 01718867 a 0000 + 01004072 n 0102 + 01004072 n 0101 + 02709906 v 0101 + 02032415 v 0101 ! 00612114 a 0101 & 00612891 a 0000 & 00612980 a 0000 | tending to move apart in different directions
-00612891 00 s 01 branching 0 001 & 00612652 a 0000 | resembling the branches of a tree
-00612980 00 s 01 radiating(a) 0 001 & 00612652 a 0000 | diverging from a common point
-00613068 00 a 01 branchy 0 013 + 13913849 n 0101 + 13163250 n 0101 ! 00614680 a 0101 & 00613382 a 0000 & 00613728 a 0000 & 00613866 a 0000 & 00613975 a 0000 & 00614120 a 0000 & 00614200 a 0000 & 00614305 a 0000 & 00614436 a 0000 & 00614518 a 0000 & 00614600 a 0000 | having many branches; "a branchy tree trunk"
-00613382 00 s 0a arboreal 0 arboreous 0 arborescent 0 arboresque 0 arboriform 0 dendriform 0 dendroid 1 dendroidal 1 treelike 0 tree-shaped 0 004 & 00613068 a 0000 + 13107891 n 0201 + 13107891 n 0101 + 02732827 n 0101 | resembling a tree in form and branching structure; "arborescent coral found off the coast of Bermuda"; "dendriform sponges"
-00613728 00 s 01 brachiate 0 002 & 00613068 a 0000 ;c 06066555 n 0000 | having widely spreading paired branches; "maples are brachiate"
-00613866 00 s 05 branched 0 branching 0 ramose 0 ramous 0 ramate 0 001 & 00613068 a 0000 | having branches
-00613975 00 s 01 bushy 0 003 & 00613068 a 0000 + 13112664 n 0102 + 08438223 n 0103 | resembling a bush in being thickly branched and spreading
-00614120 00 s 01 long-branched 0 001 & 00613068 a 0000 | having long branches
-00614200 00 s 02 maplelike 0 maple-like 0 001 & 00613068 a 0000 | resembling maple; "maplelike leaves"
-00614305 00 s 01 mop-headed 0 001 & 00613068 a 0000 | (of trees) having a bushy top without a leader; "mop-headed cabbage palms"
-00614436 00 s 01 stiff-branched 0 001 & 00613068 a 0000 | having stiff branches
-00614518 00 s 01 thick-branched 0 001 & 00613068 a 0000 | having thick branches
-00614600 00 s 01 well-branched 0 001 & 00613068 a 0000 | having good branches
-00614680 00 a 01 branchless 0 003 ! 00613068 a 0101 & 00614791 a 0000 & 00614868 a 0000 | having no branches
-00614791 00 s 01 palmlike 0 001 & 00614680 a 0000 | resembling a palm tree
-00614868 00 s 02 unbranched 0 unbranching 0 001 & 00614680 a 0000 | without branches; "a tree with an unbranched trunk"
-00614990 00 a 01 convincing 0 004 ^ 01769843 a 0000 ! 00615457 a 0101 & 00615191 a 0000 & 00615343 a 0000 | causing one to believe the truth of something; "a convincing story"; "a convincing manner"
-00615191 00 s 01 credible 0 003 & 00614990 a 0000 + 04782878 n 0102 + 04782878 n 0101 | appearing to merit belief or acceptance; "a credible witness"
-00615343 00 s 02 disenchanting 0 disillusioning 0 001 & 00614990 a 0000 | freeing from illusion or false belief
-00615457 00 a 02 unconvincing 0 flimsy 2 004 ^ 00645493 a 0000 + 05041320 n 0201 ! 00614990 a 0101 & 00615655 a 0000 | not convincing; "unconvincing argument"; "as unconvincing as a forced smile"
-00615655 00 s 01 unpersuasive 0 002 & 00615457 a 0000 + 05205220 n 0101 | not capable of persuading
-00615757 00 a 01 cooked 0 031 ! 00619433 a 0101 & 00616408 a 0000 & 00616532 a 0000 & 00616654 a 0000 & 00616748 a 0000 & 00616822 a 0000 & 00616913 a 0000 & 00617033 a 0000 & 00617137 a 0000 & 00617271 a 0000 & 00617344 a 0000 & 00617422 a 0000 & 00617510 a 0000 & 00617583 a 0000 & 00617678 a 0000 & 00617752 a 0000 & 00617864 a 0000 & 00617951 a 0000 & 00618040 a 0000 & 00618169 a 0000 & 00618274 a 0000 & 00618377 a 0000 & 00618493 a 0000 & 00618584 a 0000 & 00618752 a 0000 & 00618865 a 0000 & 00618944 a 0000 & 00619030 a 0000 & 00619119 a 0000 & 00619238 a 0000 & 00619324 a 0000 | having been prepared for eating by the application of heat
-00616408 00 s 01 au_gratin 0 001 & 00615757 a 0000 | cooked while covered with browned breadcrumbs (and sometimes cheese)
-00616532 00 s 01 baked 0 001 & 00615757 a 0000 | (bread and pastries) cooked by dry heat (as in an oven); "baked goods"
-00616654 00 s 02 barbecued 0 grilled 1 001 & 00615757 a 0000 | cooked over an outdoor grill
-00616748 00 s 01 batter-fried 0 001 & 00615757 a 0000 | fried in batter
-00616822 00 s 03 boiled 0 poached 0 stewed 0 001 & 00615757 a 0000 | cooked in hot water
-00616913 00 s 01 braised 0 001 & 00615757 a 0000 | cooked by browning in fat and then simmering in a closed container
-00617033 00 s 02 broiled 0 grilled 2 001 & 00615757 a 0000 | cooked by radiant heat (as over a grill)
-00617137 00 s 02 burned 0 burnt 0 001 & 00615757 a 0000 | ruined by overcooking; "she served us underdone bacon and burnt biscuits"
-00617271 00 s 01 candy-like 0 001 & 00615757 a 0000 | resembling candy
-00617344 00 s 01 done 0 001 & 00615757 a 0000 | cooked until ready to serve
-00617422 00 s 02 fried 0 deep-fried 0 001 & 00615757 a 0000 | cooked by frying in fat
-00617510 00 s 01 hard-baked 0 001 & 00615757 a 0000 | baked until hard
-00617583 00 s 01 hard-boiled 0 001 & 00615757 a 0000 | (eggs) cooked until the yolk is solid
-00617678 00 s 01 lyonnaise 0 001 & 00615757 a 0000 | cooked with onions
-00617752 00 s 01 medium 0 001 & 00615757 a 0000 | (meat) cooked until there is just a little pink meat inside
-00617864 00 s 01 overdone 0 001 & 00615757 a 0000 | cooked too long but still edible
-00617951 00 s 01 pancake-style 0 001 & 00615757 a 0000 | cooked as pancakes are cooked
-00618040 00 s 01 parched 0 001 & 00615757 a 0000 | toasted or roasted slightly; "parched corn was a staple of the Indian diet"
-00618169 00 s 01 rare-roasted 0 001 & 00615757 a 0000 | (meat) roasted with the meat inside still rare
-00618274 00 s 01 ready-cooked 0 001 & 00615757 a 0000 | cooked in such a way as to be ready for sale
-00618377 00 s 02 roast 0 roasted 0 002 & 00615757 a 0000 + 07580782 n 0101 | (meat) cooked by dry heat in an oven
-00618493 00 s 02 saute 0 sauteed 0 001 & 00615757 a 0000 | fried quickly in a little fat
-00618584 00 s 01 seared 0 001 & 00615757 a 0000 | having the surface burned quickly with intense heat; "the seared meat is then covered with hot liquid for braising"
-00618752 00 s 01 soft-boiled 0 001 & 00615757 a 0000 | (eggs) having the yolk still liquid; "soft-boiled eggs"
-00618865 00 s 01 souffle-like 0 001 & 00615757 a 0000 | resembling a souffle
-00618944 00 s 01 steamed 0 001 & 00615757 a 0000 | cooked in steam; "steamed clams"
-00619030 00 s 01 sunny-side_up 0 001 & 00615757 a 0000 | (eggs) fried on only one side
-00619119 00 s 01 toasted 0 001 & 00615757 a 0000 | browned over by exposure to heat; "he liked toasted marshmallows"
-00619238 00 s 01 wafer-like 0 001 & 00615757 a 0000 | resembling a thin crisp wafer
-00619324 00 s 01 well-done 0 001 & 00615757 a 0000 | (meat) cooked until there is no pink meat left inside
-00619433 00 a 01 raw 0 005 ! 00615757 a 0101 & 00619601 a 0000 & 00619691 a 0000 & 00619808 a 0000 & 00619873 a 0000 | not treated with heat to prepare it for eating
-00619601 00 s 02 half-baked 0 underdone 1 001 & 00619433 a 0000 | insufficiently cooked
-00619691 00 s 01 rare 0 001 & 00619433 a 0000 | (of meat) cooked a short time; still red inside; "rare roast beef"
-00619808 00 s 01 uncooked 0 001 & 00619433 a 0000 | not cooked
-00619873 00 s 01 untoasted 0 001 & 00619433 a 0000 | not having been browned by exposure to heat
-00619972 00 a 01 cooperative 0 006 ^ 01195536 a 0000 + 02416278 v 0103 + 04906026 n 0103 ! 00620585 a 0101 & 00620208 a 0000 & 00620341 a 0000 | done with or working with others for a common purpose or benefit; "a cooperative effort"
-00620208 00 s 01 collaborative 0 002 & 00619972 a 0000 + 02416278 v 0101 | accomplished by collaboration; "collaborative research"
-00620341 00 s 02 synergetic 0 synergistic 0 003 & 00619972 a 0000 + 13564910 n 0202 + 13564910 n 0101 | working together; used especially of groups, as subsidiaries of a corporation, cooperating for an enhanced effect; "a synergistic effect"
-00620585 00 a 01 uncooperative 0 003 ^ 01613463 a 0000 ^ 01198019 a 0000 ! 00619972 a 0101 | unwilling to cooperate; "an uncooperative witness"
-00620731 00 a 01 corrupt 0 011 ^ 01549291 a 0000 = 04853948 n 0000 + 14440035 n 0101 ! 00622581 a 0101 & 00621100 a 0000 & 00621207 a 0000 & 00621524 a 0000 & 00621857 a 0000 & 00622014 a 0000 & 00622354 a 0000 & 00622468 a 0000 | lacking in integrity; "humanity they knew to be corrupt...from the day of Adam's creation"; "a corrupt and incompetent city government"
-00621100 00 s 03 corrupted 0 debased 0 vitiated 0 001 & 00620731 a 0000 | ruined in character or quality
-00621207 00 s 05 corruptible 0 bribable 0 dishonest 0 purchasable 0 venal 0 006 & 00620731 a 0000 + 04854259 n 0501 + 02284096 v 0201 + 02579447 v 0101 + 02284096 v 0102 + 04851585 n 0101 | capable of being corrupted; "corruptible judges"; "dishonest politicians"; "a purchasable senator"; "a venal police officer"
-00621524 00 s 04 depraved 0 perverse 0 perverted 0 reprobate 0 005 & 00620731 a 0000 + 10522324 n 0401 + 04853503 n 0202 + 04853503 n 0201 + 04850996 n 0104 | deviating from what is considered moral or right or proper or good; "depraved criminals"; "a perverted sense of loyalty"; "the reprobate conduct of a gambling aristocrat"
-00621857 00 s 02 dirty 0 sordid 0 002 & 00620731 a 0000 + 04807971 n 0202 | unethical or dishonest; "dirty police officers"; "a sordid political campaign"
-00622014 00 s 02 Praetorian 0 Pretorian 0 001 & 00620731 a 0000 | characteristic of or similar to the corruptible soldiers in the Praetorian Guard with respect to corruption or political venality; "a large Praetorian bureaucracy filled with ambitious...and often sycophantic people makes work and makes trouble"- Arthur M.Schlesinger Jr.
-00622354 00 s 01 putrid 0 001 & 00620731 a 0000 | morally corrupt or evil; "the putrid atmosphere of the court"
-00622468 00 s 01 sold-out(a) 0 001 & 00620731 a 0000 | having taken a bribe or bribes; "a sold-out politician"
-00622581 00 a 01 incorrupt 0 007 = 04853948 n 0000 + 04870040 n 0101 ! 00620731 a 0101 & 00622828 a 0000 & 00622935 a 0000 & 00623105 a 0000 & 00623261 a 0000 | free of corruption or immorality; "a policeman who was incorrupt and incorruptible"
-00622828 00 s 01 antiseptic 0 001 & 00622581 a 0000 | clean and honest; "antiseptic financial practices"
-00622935 00 s 01 incorruptible 0 002 & 00622581 a 0000 + 04870206 n 0101 | incapable of being morally corrupted; "incorruptible judges are the backbone of the society"
-00623105 00 s 01 uncorrupted 1 001 & 00622581 a 0000 | not debased; "though his associates were dishonest, he remained uncorrupted"; "uncorrupted values"
-00623261 00 s 02 uncorrupted 2 unspoiled 0 001 & 00622581 a 0000 | not decayed or decomposed
-00623356 00 a 02 synergistic 0 interactive 0 002 + 13564910 n 0102 ! 00623565 a 0101 | used especially of drugs or muscles that work together so the total effect is greater than the sum of the two (or more)
-00623565 00 a 02 antagonistic 2 incompatible 0 006 + 05293420 n 0101 + 02714883 n 0101 + 01074252 n 0101 ! 00623356 a 0101 & 00623814 a 0000 & 00623939 a 0000 | used especially of drugs or muscles that counteract or neutralize each other's effect
-00623814 00 s 01 antacid 0 002 & 00623565 a 0000 + 14778019 n 0101 | acting to neutralize acid (especially in the stomach)
-00623939 00 s 01 antiphlogistic 0 001 & 00623565 a 0000 | counteracting inflammation
-00624026 00 a 01 considerable 0 006 ^ 01382086 a 0000 ! 00625170 a 0101 & 00624416 a 0000 & 00624576 a 0000 & 00624913 a 0000 & 00625055 a 0000 | large or relatively large in number or amount or extent or degree; "a considerable quantity"; "the economy was a considerable issue in the campaign"; "went to considerable trouble for us"; "spent a considerable amount of time on the problem"
-00624416 00 s 01 appreciable 0 001 & 00624026 a 0000 | enough to be estimated or measured; "appreciable amounts of noxious wastes are dumped into the harbor"
-00624576 00 s 08 goodly 0 goodish 0 healthy 0 hefty 0 respectable 0 sizable 0 sizeable 0 tidy 0 003 & 00624026 a 0000 + 05104548 n 0706 + 05027837 n 0402 | large in amount or extent or degree; "it cost a considerable amount"; "a goodly amount"; "received a hefty bonus"; "a respectable sum"; "a tidy sum of money"; "a sizable fortune"
-00624913 00 s 01 right_smart 0 002 & 00624026 a 0000 ;u 07156497 n 0000 | (Southern or Midland) considerable; "it's a right smart distance"
-00625055 00 s 02 significant 0 substantial 0 001 & 00624026 a 0000 | fairly large; "won by a substantial margin"
-00625170 00 a 01 inconsiderable 0 001 ! 00624026 a 0101 | too small or unimportant to merit attention; "passed his life in an inconsiderable village"; "their duties were inconsiderable"; "had no inconsiderable influence"
-00625393 00 a 03 substantial 0 real 3 material 3 007 = 04761212 n 0000 ^ 00626800 a 0000 + 04762355 n 0201 + 00019613 n 0101 + 04761212 n 0102 + 04761212 n 0101 ! 00625774 a 0101 | having substance or capable of being treated as fact; not imaginary; "the substantial world"; "a mere dream, neither substantial nor practical"; "most ponderous and substantial things"- Shakespeare
-00625774 00 a 03 insubstantial 0 unsubstantial 0 unreal 3 010 ^ 00627410 a 0000 = 04761212 n 0000 + 13960117 n 0301 + 00547802 v 0203 + 05041595 n 0101 + 04761815 n 0101 ! 00625393 a 0101 & 00626136 a 0000 & 00626483 a 0000 & 00626701 a 0000 | lacking material form or substance; unreal; "as insubstantial as a dream"; "an insubstantial mirage on the horizon"
-00626136 00 s 05 aeriform 0 aerial 0 airy 0 aery 0 ethereal 0 002 & 00625774 a 0000 + 05028963 n 0301 | characterized by lightness and insubstantiality; as impalpable or intangible as air; "figures light and aeriform come unlooked for and melt away"- Thomas Carlyle; "aerial fancies"; "an airy apparition"; "physical rather than ethereal forms"
-00626483 00 s 02 shadowy 0 wraithlike 0 002 & 00625774 a 0000 + 05897553 n 0106 | lacking in substance; "strange fancies of unreal and shadowy worlds"- W.A.Butler; "dim shadowy forms"; "a wraithlike column of smoke"
-00626701 00 s 01 stringy 0 001 & 00625774 a 0000 | consisting of or containing string or strings
-00626800 00 a 01 material 1 006 ^ 00625393 a 0000 = 04760771 n 0000 + 04760771 n 0101 ! 00627410 a 0101 & 00627004 a 0000 & 00627204 a 0000 | derived from or composed of matter; "the material universe"
-00627004 00 s 01 physical 0 002 & 00626800 a 0000 + 04760771 n 0102 | having substance or material existence; perceptible to the senses; "a physical manifestation"; "surrounded by tangible objects"
-00627204 00 s 01 physical 2 002 & 00626800 a 0000 + 04760771 n 0102 | concerned with material things; "physical properties"; "the physical characteristics of the earth"; "the physical size of a computer"
-00627410 00 a 02 immaterial 1 nonmaterial 0 005 ^ 00625774 a 0000 = 04760771 n 0000 + 04761517 n 0101 ! 00626800 a 0101 & 00627643 a 0000 | not consisting of matter; "immaterial apparitions"; "ghosts and other immaterial entities"
-00627643 00 s 02 intangible 0 nonphysical 0 003 & 00627410 a 0000 + 04760296 n 0101 + 04760296 n 0102 | lacking substance or reality; incapable of being touched or seen; "that intangible thing--the soul"
-00627849 00 a 01 bodied 0 012 ^ 00629997 a 0000 ! 00629146 a 0101 & 00628201 a 0000 & 00628354 a 0000 & 00628432 a 0000 & 00628519 a 0000 & 00628610 a 0000 & 00628687 a 0000 & 00628776 a 0000 & 00628881 a 0000 & 00628988 a 0000 & 00629068 a 0000 | having a body or a body of a specified kind; often used in combination; "strong-bodied"; "big-bodied"
-00628201 00 s 01 incarnate 0 001 & 00627849 a 0000 | invested with a bodily form especially of a human body; "a monarch...regarded as a god incarnate"
-00628354 00 s 01 lithe-bodied 0 001 & 00627849 a 0000 | having a lithe body
-00628432 00 s 01 long-bodied 0 001 & 00627849 a 0000 | having a relatively long body
-00628519 00 s 01 narrow-bodied 0 001 & 00627849 a 0000 | having a relatively narrow body
-00628610 00 s 01 oval-bodied 0 001 & 00627849 a 0000 | having an oval body
-00628687 00 s 01 short-bodied 0 001 & 00627849 a 0000 | having a relatively short body
-00628776 00 s 02 silver-bodied 0 silvery-bodied 0 001 & 00627849 a 0000 | having a silver-colored body
-00628881 00 s 03 slim-bodied 0 thin-bodied 0 slender-bodied 0 001 & 00627849 a 0000 | having a slim body
-00628988 00 s 01 smooth-bodied 0 001 & 00627849 a 0000 | having a smooth body
-00629068 00 s 01 thick-bodied 0 001 & 00627849 a 0000 | having a thick body
-00629146 00 a 01 unbodied 0 004 ^ 00630802 a 0000 ! 00627849 a 0101 & 00629269 a 0000 & 00629382 a 0000 | having no body
-00629269 00 s 02 bodiless 0 bodyless 0 001 & 00629146 a 0000 | having no trunk or main part; "a bodiless head"
-00629382 00 s 01 formless 0 001 & 00629146 a 0000 | having no physical form; "belief in a world filled with...formless but often malevolent beings"
-00629532 00 a 01 brainwashed 0 001 ! 00629808 a 0101 | subjected to intensive forced indoctrination resulting in the rejection of old beliefs and acceptance of new ones; "brainwashed prisoners of war"; "captive audiences for TV commercials can become brainwashed consumers"
-00629808 00 a 01 unbrainwashed 0 001 ! 00629532 a 0101 | not successfully subjected to brainwashing; "despite the torture and the psychological pressure some POWs remained unbrainwashed"
-00629997 00 a 02 corporeal 0 material 4 008 ^ 00627849 a 0000 = 04760771 n 0000 + 04760771 n 0201 + 04760771 n 0103 ! 00630802 a 0101 & 00630329 a 0000 & 00630466 a 0000 & 00630727 a 0000 | having material or physical form or substance; "that which is created is of necessity corporeal and visible and tangible" - Benjamin Jowett
-00630329 00 s 01 bodily 0 002 & 00629997 a 0000 + 05216365 n 0101 | having or relating to a physical material body; "bodily existence"
-00630466 00 s 05 bodied 0 corporal 0 corporate 0 embodied 0 incarnate 0 001 & 00629997 a 0000 | possessing or existing in bodily form; "what seemed corporal melted as breath into the wind"- Shakespeare; "an incarnate spirit"; "`corporate' is an archaic term"
-00630727 00 s 01 reincarnate 0 001 & 00629997 a 0000 | having a new body
-00630802 00 a 02 incorporeal 0 immaterial 4 007 ^ 00629146 a 0000 = 04760771 n 0000 + 04761517 n 0201 + 04761517 n 0102 ! 00629997 a 0101 & 00631040 a 0000 & 00631193 a 0000 | without material form or substance; "an incorporeal spirit"
-00631040 00 s 05 discorporate 0 unembodied 0 bodiless 0 unbodied 0 disembodied 0 001 & 00630802 a 0000 | not having a material body; "bodiless ghosts"
-00631193 00 s 01 spiritual 0 001 & 00630802 a 0000 | lacking material body or form or substance; "spiritual beings"; "the vital transcendental soul belonging to the spiritual realm"-Lewis Mumford
-00631391 00 a 02 correct 0 right 2 011 ^ 00021766 a 0000 ^ 01878466 a 0000 ^ 02460502 a 0000 = 04802198 n 0000 + 04802198 n 0202 ! 00632438 a 0202 + 04802198 n 0101 ! 00632438 a 0101 & 00631798 a 0000 & 00632071 a 0000 & 00632306 a 0000 | free from error; especially conforming to fact or truth; "the correct answer"; "the correct version"; "the right answer"; "took the right road"; "the right decision"
-00631798 00 s 03 accurate 0 exact 0 precise 0 003 & 00631391 a 0000 + 04803880 n 0301 + 04803430 n 0201 | (of ideas, images, representations, expressions) characterized by perfect conformity to fact or truth ; strictly correct; "a precise image"; "a precise measurement"
-00632071 00 s 02 letter-perfect 0 word-perfect 0 001 & 00631391 a 0000 | correct to the last detail; especially being in or following the exact words; "a letter-perfect rendition of the soliloquy"; "she was word-perfect in her part"
-00632306 00 s 01 straight 0 002 & 00631391 a 0000 + 04918210 n 0102 | following a correct or logical method; "straight reasoning"
-00632438 00 a 02 incorrect 0 wrong 2 012 ^ 02461723 a 0000 ^ 01880531 a 0000 ^ 00023383 a 0000 = 04802198 n 0000 + 04802403 n 0202 ! 00631391 a 0202 + 04802403 n 0101 ! 00631391 a 0101 & 00632949 a 0000 & 00633084 a 0000 & 00633235 a 0000 + 04901599 n 0101 | not correct; not in conformity with fact or truth; "an incorrect calculation"; "the report in the paper is wrong"; "your information is wrong"; "the clock showed the wrong time"; "found themselves on the wrong road"; "based on the wrong assumptions"
-00632949 00 s 01 erroneous 0 002 & 00632438 a 0000 + 04802629 n 0101 | containing or characterized by error; "erroneous conclusions"
-00633084 00 s 01 fallacious 0 002 & 00632438 a 0000 + 04810727 n 0101 | based on an incorrect or misleading notion or information; "fallacious hope"
-00633235 00 s 02 false 0 mistaken 0 003 & 00632438 a 0000 + 13960464 n 0102 + 13960464 n 0101 | arising from error; "a false assumption"; "a mistaken view of the situation"
-00633410 00 a 02 right 4 correct 4 004 + 04899201 n 0201 + 04899031 n 0102 ! 00633778 a 0101 & 00633581 a 0000 | correct in opinion or judgment; "time proved him right"
-00633581 00 s 01 right-minded 0 001 & 00633410 a 0000 | disposed toward or having views based on what is right; "respect for law which every right-minded citizen ought to have"- Bertrand Russell
-00633778 00 a 01 wrong 4 003 + 04802403 n 0102 ! 00633410 a 0101 & 00633937 a 0000 | based on or acting or judging in error; "it is wrong to think that way"
-00633937 00 s 01 wrongheaded 0 001 & 00633778 a 0000 | obstinately perverse in judgment or opinion; "a wrongheaded policy"
-00634062 00 a 01 corrected 0 004 ! 00634636 a 0101 & 00634259 a 0000 & 00634404 a 0000 & 00634559 a 0000 | having something undesirable neutralized; "with glasses her corrected vision was 20:20"
-00634259 00 s 01 aplanatic 0 002 & 00634062 a 0000 ;c 06100778 n 0000 | free from or corrected for spherical aberration; "an aplanatic mirror"
-00634404 00 s 01 apochromatic 0 002 & 00634062 a 0000 ;c 06100778 n 0000 | corrected for both chromatic and spherical aberration; "an apochromatic lens"
-00634559 00 s 01 rectified 0 001 & 00634062 a 0000 | having been put right
-00634636 00 a 01 uncorrected 0 002 ! 00634062 a 0101 & 00634759 a 0000 | left faulty or wrong; "uncorrected astigmatism"
-00634759 00 s 01 unremedied 0 001 & 00634636 a 0000 | not having been put right; "unremedied errors"
-00634862 00 a 01 corrigible 0 005 + 02553428 v 0102 ! 00635456 a 0101 & 00635078 a 0000 & 00635244 a 0000 & 00635327 a 0000 | capable of being corrected or set right; "a corrigible defect"; "a corrigible prisoner"
-00635078 00 s 02 amendable 0 correctable 0 003 & 00634862 a 0000 + 00199912 v 0105 + 00205885 v 0103 | capable of being corrected by additions; "an amendable flaw"
-00635244 00 s 01 improvable 0 001 & 00634862 a 0000 | susceptible of improvement
-00635327 00 s 02 redeemable 0 reformable 0 001 & 00634862 a 0000 | susceptible to improvement or reform; "a redeemable sinner"
-00635456 00 a 01 incorrigible 0 004 ^ 01613463 a 0000 ! 00634862 a 0101 & 00635607 a 0000 & 00635752 a 0000 | impervious to correction by punishment
-00635607 00 s 02 unreformable 0 unregenerate 0 001 & 00635456 a 0000 | unrepentant and incapable of being reformed; "an unregenerate criminal"
-00635752 00 s 03 uncontrollable 0 uncorrectable 0 unmanageable 0 002 & 00635456 a 0000 + 04907575 n 0302 | incapable of being controlled or managed; "uncontrollable children"; "an uncorrectable habit"
-00635955 00 a 01 cosmopolitan 2 002 ! 00636547 a 0101 & 00636391 a 0000 | composed of people from or at home in many parts of the world; especially not provincial in attitudes or interests; "his cosmopolitan benevolence impartially extended to all races and to all creeds"- T.B. Macaulay; "the ancient and cosmopolitan societies of Syria and Egypt"; "that queer, cosmopolitan, rather sinister crowd found around the Marseilles docks"
-00636391 00 s 02 traveled 0 travelled 0 001 & 00635955 a 0000 | familiar with many parts of the world; "a traveled, educated man"; "well-traveled people"
-00636547 00 a 01 provincial 0 007 + 08654360 n 0102 ! 00635955 a 0101 & 00636891 a 0000 & 00637172 a 0000 & 00637267 a 0000 & 00637455 a 0000 & 00637645 a 0000 | characteristic of the provinces or their people; "deeply provincial and conformist"; "in that well-educated company I felt uncomfortably provincial"; "narrow provincial attitudes"
-00636891 00 s 04 bumpkinly 0 hick 0 rustic 0 unsophisticated 0 003 & 00636547 a 0000 + 04816125 n 0301 + 10804102 n 0106 | awkwardly simple and provincial; "bumpkinly country boys"; "rustic farmers"; "a hick town"; "the nightlife of Montmartre awed the unsophisticated tourists"
-00637172 00 s 01 corn-fed 0 001 & 00636547 a 0000 | strong and healthy but not sophisticated
-00637267 00 s 02 insular 0 parochial 0 001 & 00636547 a 0000 | narrowly restricted in outlook or scope; "little sympathy with parochial mentality"; "insular attitudes toward foreigners"
-00637455 00 s 04 jerkwater 0 one-horse 0 pokey 0 poky 0 001 & 00636547 a 0000 | small and remote and insignificant; "a jerkwater college"; "passed a series of poky little one-horse towns"
-00637645 00 s 01 stay-at-home(a) 0 001 & 00636547 a 0000 | not given to travel; "a stay-at-home friend"
-00637751 00 a 01 costive 0 001 ! 00637857 a 0101 | retarding evacuation of feces; binding; constipating
-00637857 00 a 01 laxative 0 003 ! 00637751 a 0101 & 00637979 a 0000 & 00638067 a 0000 | stimulating evacuation of feces
-00637979 00 s 01 aperient 0 002 & 00637857 a 0000 + 04025748 n 0104 | mildly laxative
-00638067 00 s 03 cathartic 0 evacuant 0 purgative 0 006 & 00637857 a 0000 + 04025748 n 0301 + 00073813 v 0301 + 00073343 v 0201 + 04025748 n 0102 + 00253577 n 0101 | strongly laxative
-00638253 00 a 01 constipated 0 002 ! 00638501 a 0101 & 00638396 a 0000 | have difficult or incomplete or infrequent evacuation of the bowels
-00638396 00 s 01 bound(p) 0 001 & 00638253 a 0000 | confined in the bowels; "he is bound in the belly"
-00638501 00 a 02 unconstipated 0 regular 6 003 ! 00638253 a 0101 & 00638622 a 0000 & 00638841 a 0000 | not constipated
-00638622 00 s 06 diarrheal 0 diarrhoeal 0 diarrhetic 0 diarrhoetic 0 diarrheic 0 diarrhoeic 0 005 & 00638501 a 0000 + 14371913 n 0402 + 14371913 n 0301 + 14371913 n 0202 + 14371913 n 0101 | of or relating to diarrhea
-00638841 00 s 02 lax 0 loose 0 003 & 00638501 a 0000 + 14371913 n 0204 + 14546042 n 0101 | emptying easily or excessively; "loose bowels"
-00638981 00 a 01 considerate 0 006 ^ 01372049 a 0000 ^ 02384383 a 0000 ^ 02099019 a 0000 + 04841358 n 0102 ! 00639356 a 0101 & 00639230 a 0000 | showing concern for the rights and feelings of others; "friends considerate enough to leave us alone"
-00639230 00 s 01 thoughtful 0 002 & 00638981 a 0000 + 04841358 n 0103 | considerate of the feelings or well-being of others
-00639356 00 a 01 inconsiderate 0 006 ^ 02098325 a 0000 ^ 02384843 a 0000 ^ 02420530 a 0000 + 04845967 n 0102 ! 00638981 a 0101 & 00639594 a 0000 | lacking regard for the rights or feelings of others; "shockingly inconsiderate behavior"
-00639594 00 s 03 thoughtless 0 uncaring 0 unthinking 0 002 & 00639356 a 0000 + 04845967 n 0103 | without care or thought for others; "the thoughtless saying of a great princess on being informed that the people had no bread; `Let them eat cake'"
-00639842 00 a 01 courteous 0 004 ^ 01993940 a 0000 = 04912732 n 0000 ! 00640283 a 0101 & 00640106 a 0000 | characterized by courtesy and gracious good manners; "if a man be gracious and courteous to strangers it shows he is a citizen of the world"-Francis Bacon
-00640106 00 s 03 chivalrous 0 gallant 0 knightly 0 004 & 00639842 a 0000 + 10238375 n 0301 + 10644062 n 0202 + 05955848 n 0101 | being attentive to women like an ideal knight
-00640283 00 a 01 discourteous 0 007 ^ 01994602 a 0000 = 04912732 n 0000 ! 00639842 a 0101 & 00640520 a 0000 & 00640660 a 0000 & 00640931 a 0000 & 00641036 a 0000 | showing no courtesy; rude; "a distant and at times discourteous young"
-00640520 00 s 01 abrupt 0 002 & 00640283 a 0000 + 04915462 n 0101 | surprisingly and unceremoniously brusque in manner; "an abrupt reply"
-00640660 00 s 04 brusque 0 brusk 0 curt 0 short(p) 0 004 & 00640283 a 0000 + 04915462 n 0405 + 04915462 n 0303 + 04915462 n 0102 | marked by rude or peremptory shortness; "try to cultivate a less brusque manner"; "a curt reply"; "the salesgirl was very short with him"
-00640931 00 s 03 caddish 0 unchivalrous 0 ungallant 0 001 & 00640283 a 0000 | offensively discourteous
-00641036 00 s 01 unceremonious 0 001 & 00640283 a 0000 | without due formalities; "unceremonious dismissal from office"
-00641158 00 a 01 polite 0 005 = 04912982 n 0000 + 01227908 n 0101 ! 00641640 a 0101 & 00641343 a 0000 & 00641460 a 0000 | showing regard for others in manners, speech, behavior, etc.
-00641343 00 s 02 mannerly 0 well-mannered 0 002 & 00641158 a 0000 + 04928903 n 0101 | socially correct in behavior
-00641460 00 s 03 courteous 0 gracious 0 nice 0 004 & 00641158 a 0000 + 04912982 n 0302 + 04900357 n 0202 + 04913568 n 0201 | exhibiting courtesy and politeness; "a nice gesture"
-00641640 00 a 01 impolite 0 007 = 04912982 n 0000 + 04914694 n 0101 ! 00641158 a 0101 & 00641813 a 0000 & 00641944 a 0000 & 00642152 a 0000 & 00642263 a 0000 | not polite
-00641813 00 s 02 bratty 0 brattish 0 002 & 00641640 a 0000 + 10702483 n 0102 | (used of an ill-mannered child) impolitely unruly
-00641944 00 s 05 ill-mannered 0 bad-mannered 0 rude 0 unmannered 0 unmannerly 0 002 & 00641640 a 0000 + 04914292 n 0302 | socially incorrect in behavior; "resentment flared at such an unmannered intrusion"
-00642152 00 s 02 discourteous 0 ungracious 0 002 & 00641640 a 0000 + 04914991 n 0201 | lacking social graces
-00642263 00 s 01 unparliamentary 0 001 & 00641640 a 0000 | so rude and abusive as to be unsuitable for parliament
-00642379 00 a 02 civil 0 polite 4 005 = 04914133 n 0000 + 04912982 n 0201 + 04914133 n 0101 + 01227908 n 0102 ! 00642725 a 0101 | not rude; marked by satisfactory (or especially minimal) adherence to social usages and sufficient but not noteworthy consideration for others; "even if he didn't like them he should have been civil"- W.S. Maugham
-00642725 00 a 02 uncivil 0 rude 4 003 = 04914133 n 0000 + 04914292 n 0202 ! 00642379 a 0101 | lacking civility or good manners; "want nothing from you but to get away from your uncivil tongue"- Willa Cather
-00642934 00 a 01 civil 1 001 ! 00643116 a 0101 | (of divisions of time) legally recognized in ordinary affairs of life; "the civil calendar"; "a civil day begins at mean midnight"
-00643116 00 a 01 sidereal 0 001 ! 00642934 a 0101 | (of divisions of time) determined by daily motion of the stars; "sidereal time"
-00643250 00 a 02 creative 0 originative 0 013 ^ 01686439 a 0000 ^ 01865197 a 0000 = 05624700 n 0000 + 01628449 v 0201 + 01640207 v 0101 + 01685313 v 0101 + 05624700 n 0102 + 05624700 n 0101 ! 00644372 a 0101 & 00643598 a 0000 & 00643760 a 0000 & 00643863 a 0000 & 00644299 a 0000 | having the ability or power to create; "a creative imagination"
-00643598 00 s 02 fanciful 0 notional 0 001 & 00643250 a 0000 | indulging in or influenced by fancy; "a fanciful mind"; "all the notional vagaries of childhood"
-00643760 00 s 01 fictive 0 001 & 00643250 a 0000 | capable of imaginative creation; "fictive talent"
-00643863 00 s 02 imaginative 0 inventive 0 005 & 00643250 a 0000 + 01632411 v 0201 + 05633672 n 0201 + 01636397 v 0101 + 05625465 n 0102 | (used of persons or artifacts) marked by independence and creativity in thought or action; "an imaginative use of material"; "the invention of the knitting frame by another ingenious English clergyman"- Lewis Mumford; "an ingenious device"; "had an inventive turn of mind"; "inventive ceramics"
-00644299 00 s 01 yeasty 0 001 & 00643250 a 0000 | exuberantly creative
-00644372 00 a 01 uncreative 0 006 ^ 01688271 a 0000 ^ 01866535 a 0000 = 05624700 n 0000 + 05649385 n 0101 ! 00643250 a 0101 & 00644560 a 0000 | not creative; "an uncreative imagination"
-00644560 00 s 04 sterile 2 unimaginative 0 uninspired 0 uninventive 0 001 & 00644372 a 0000 | deficient in originality or creativity; lacking powers of invention; "a sterile ideology lacking in originality"; "unimaginative development of a musical theme"; "uninspired writing"
-00644839 00 a 02 credible 0 believable 4 011 ^ 01799457 a 0000 ^ 02417895 a 0000 = 04782878 n 0000 + 00684068 v 0201 + 00683280 v 0201 + 04782878 n 0203 + 04782878 n 0102 + 04782878 n 0101 ! 00645493 a 0101 & 00645169 a 0000 & 00645281 a 0000 | capable of being believed; "completely credible testimony"; "credible information"
-00645169 00 s 01 likely 0 001 & 00644839 a 0000 | within the realm of credibility; "not a very likely excuse"
-00645281 00 s 01 presumptive 0 003 & 00644839 a 0000 + 01015677 v 0101 + 00632236 v 0102 | affording reasonable grounds for belief or acceptance; "presumptive evidence"; "a strong presumptive case is made out"
-00645493 00 a 02 incredible 0 unbelievable 4 012 ^ 01799957 a 0000 ^ 00647070 a 0000 ^ 00615457 a 0000 ^ 02418538 a 0000 = 04782878 n 0000 + 04784142 n 0102 + 04784142 n 0101 ! 00644839 a 0101 & 00645856 a 0000 & 00645982 a 0000 & 00646117 a 0000 & 00646276 a 0000 | beyond belief or understanding; "at incredible speed"; "the book's plot is simply incredible"
-00645856 00 s 03 astounding 0 dumbfounding 0 dumfounding 0 001 & 00645493 a 0000 | bewildering or striking dumb with wonder
-00645982 00 s 01 fabulous 0 002 & 00645493 a 0000 + 06757891 n 0103 | barely credible; "the fabulous endurance of a marathon runner"
-00646117 00 s 04 improbable 0 marvelous 0 marvellous 0 tall(a) 0 002 & 00645493 a 0000 + 04758452 n 0102 | too improbable to admit of belief; "a tall story"
-00646276 00 s 05 undreamed 0 undreamed_of 0 undreamt 0 undreamt_of 0 unimagined 0 001 & 00645493 a 0000 | not imagined even in a dream
-00646413 00 a 01 credulous 0 008 ^ 02271544 a 0000 ^ 02462619 a 0000 + 04881156 n 0101 + 04895558 n 0101 ! 00647070 a 0101 & 00646691 a 0000 & 00646890 a 0000 & 00646981 a 0000 | disposed to believe on little evidence; "the gimmick would convince none but the most credulous"
-00646691 00 s 01 credible 0 002 & 00646413 a 0000 + 04782878 n 0102 | (a common but incorrect usage where `credulous' would be appropriate) credulous; "she was not the...credible fool he expected"
-00646890 00 s 01 overcredulous 0 001 & 00646413 a 0000 | too credulous for your own good
-00646981 00 s 01 unquestioning 0 001 & 00646413 a 0000 | not inclined to ask questions
-00647070 00 a 01 incredulous 0 005 ^ 02463154 a 0000 ^ 00645493 a 0000 + 05698982 n 0101 ! 00646413 a 0101 & 00647247 a 0000 | not disposed or willing to believe; unbelieving
-00647247 00 s 04 disbelieving 0 skeptical 0 sceptical 0 unbelieving 0 006 & 00647070 a 0000 + 05980051 n 0303 + 10604634 n 0302 + 10604634 n 0201 + 05980051 n 0202 + 05698982 n 0203 | denying or questioning the tenets of especially a religion; "a skeptical approach to the nature of miracles"
-00647542 00 a 01 critical 1 011 ^ 02079029 a 0000 ^ 00996448 a 0000 + 09979072 n 0101 + 06710546 n 0101 ! 00648816 a 0101 & 00647867 a 0000 & 00648089 a 0000 & 00648238 a 0000 & 00648345 a 0000 & 00648543 a 0000 & 00648614 a 0000 | marked by a tendency to find and call attention to errors and flaws; "a critical attitude"
-00647867 00 s 02 captious 0 faultfinding 0 003 & 00647542 a 0000 + 06711030 n 0201 + 07209691 n 0101 | tending to find and call attention to faults; "a captious pedant"; "an excessively demanding and faultfinding tutor"
-00648089 00 s 01 censorious 0 002 & 00647542 a 0000 + 09903936 n 0101 | harshly critical or expressing censure; "was censorious of petty failings"
-00648238 00 s 01 deprecative 0 002 & 00647542 a 0000 + 00856429 v 0101 | given to expressing disapproval
-00648345 00 s 02 hypercritical 0 overcritical 0 001 & 00647542 a 0000 | inclined to judge too severely; "hypercritical of colloquial speech"; "the overcritical teacher can discourage originality"
-00648543 00 s 01 searing 0 001 & 00647542 a 0000 | severely critical
-00648614 00 s 02 scathing 0 vituperative 0 002 & 00647542 a 0000 + 00847870 v 0203 | marked by harshly abusive criticism; "his scathing remarks about silly lady novelists"; "her vituperative railing"
-00648816 00 a 01 uncritical 1 001 ! 00647542 a 0101 | not critical; not tending to find or call attention to errors; "a devoted and almost uncritical admirer"
-00648977 00 a 01 judgmental 0 006 + 05837957 n 0101 + 05789432 n 0101 + 04892084 n 0101 + 00874067 n 0101 ! 00649405 a 0101 & 00649228 a 0000 | depending on judgment; "a judgmental error"; "I think that she is too judgmental to be a good therapist"
-00649228 00 s 01 faultfinding(a) 0 001 & 00648977 a 0000 | tending to make moral judgments or judgments based on personal opinions; "a counselor tries not to be faultfinding"
-00649405 00 a 01 nonjudgmental 0 001 ! 00648977 a 0101 | refraining from making judgments especially ones based on personal opinions or standards; "sympathetic and nonjudgmental"
-00649586 00 a 01 critical 2 007 ^ 00771373 a 0000 ^ 02083615 a 0000 + 09979321 n 0101 + 05734018 n 0101 ! 00650351 a 0101 & 00649892 a 0000 & 00650135 a 0000 | characterized by careful evaluation and judgment; "a critical reading"; "a critical dissertation"; "a critical analysis of Melville's writings"
-00649892 00 s 02 appraising(a) 0 evaluative 0 003 & 00649586 a 0000 + 00670261 v 0201 + 00681429 v 0202 | exercising or involving careful evaluations; "looked him over with an appraising eye"; "the literary judge uses many evaluative terms"
-00650135 00 s 02 discriminative 0 judicial 0 002 & 00649586 a 0000 + 10066732 n 0202 | expressing careful judgment; "discriminative censure"; "a biography ...appreciative and yet judicial in purpose"-Tyler Dennett
-00650351 00 a 02 uncritical 2 noncritical 4 002 ^ 02084538 a 0000 ! 00649586 a 0101 | marked by disregard for critical standards or procedures; "news sources reflected uncritical estimates of the number of juvenile addicts"
-00650577 00 a 01 critical 3 008 ^ 00655779 a 0000 = 13933560 n 0000 + 14451672 n 0102 + 14451672 n 0101 ! 00651697 a 0101 & 00650900 a 0000 & 00651039 a 0000 & 00651451 a 0000 | being in or verging on a state of crisis or emergency; "a critical shortage of food"; "a critical illness"; "an illness at the critical stage"
-00650900 00 s 01 acute 0 001 & 00650577 a 0000 | of critical importance and consequence; "an acute (or critical) lack of research funds"
-00651039 00 s 06 dangerous 0 grave 0 grievous 0 serious 0 severe 0 life-threatening 0 004 & 00650577 a 0000 + 05036715 n 0503 + 05037197 n 0401 + 04856460 n 0101 | causing fear or anxiety by threatening great harm; "a dangerous operation"; "a grave situation"; "a grave illness"; "grievous bodily harm"; "a serious wound"; "a serious turn of events"; "a severe case of pneumonia"; "a life-threatening disease"
-00651451 00 s 02 desperate 0 dire 0 001 & 00650577 a 0000 | fraught with extreme danger; nearly hopeless; "a desperate illness"; "on all fronts the Allies were in a desperate situation due to lack of materiel"- G.C.Marshall; "a dire emergency"
-00651697 00 a 02 noncritical 1 noncrucial 4 003 = 13933560 n 0000 ! 00650577 a 0101 & 00651841 a 0000 | not in a state of crisis or emergency
-00651841 00 s 01 acritical 0 001 & 00651697 a 0000 | without a crisis (as of some diseases)
-00651935 00 a 01 critical 4 006 = 14033587 n 0000 ;c 06084469 n 0000 ;c 06090869 n 0000 + 14033587 n 0101 ! 00652533 a 0101 & 00652351 a 0000 | at or of a point at which a property or phenomenon suffers an abrupt change especially having enough mass to sustain a chain reaction; "a critical temperature of water is 100 degrees C--its boiling point at standard atmospheric pressure"; "critical mass"; "go critical"
-00652351 00 s 01 supercritical 0 001 & 00651935 a 0000 | (especially of fissionable material) able to sustain a chain reaction in such a manner that the rate of reaction increases
-00652533 00 a 01 noncritical 2 004 = 14033587 n 0000 ;c 06084469 n 0000 ;c 06090869 n 0000 ! 00651935 a 0101 | not critical; not at a point of abrupt change
-00652692 00 a 01 crossed 1 003 ! 00653190 a 0101 & 00652893 a 0000 & 00653044 a 0000 | placed crosswise; "spoken with a straight face but crossed fingers"; "crossed forks"; "seated with arms across"
-00652893 00 s 02 crosstown 0 cross-town 0 001 & 00652692 a 0000 | going or extending across a town or city; "the crosstown bus"; "crosstown traffic"
-00653044 00 s 03 decussate 0 intersectant 0 intersecting 0 002 & 00652692 a 0000 + 02023396 v 0201 | crossed or intersected in the form of an X
-00653190 00 a 01 uncrossed 1 001 ! 00652692 a 0101 | not crossed; "sitting primly with uncrossed legs"
-00653295 00 a 01 crossed 2 001 ! 00653434 a 0101 | (of a check) marked for deposit only as indicated by having two lines drawn across it
-00653434 00 a 01 uncrossed 2 001 ! 00653295 a 0101 | (of a check) not crossed
-00653514 00 a 01 cross-eyed 0 002 ! 00653740 a 0101 & 00653617 a 0000 | having convergent strabismus
-00653617 00 s 01 boss-eyed 0 003 & 00653514 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) cross-eyed
-00653740 00 a 01 walleyed 0 001 ! 00653514 a 0101 | having divergent strabismus
-00653822 00 a 01 crowned 0 006 ! 00654829 a 0101 & 00654125 a 0000 & 00654315 a 0000 & 00654394 a 0000 & 00654596 a 0000 & 00654685 a 0000 | provided with or as if with a crown or a crown as specified; often used in combination; "a high-crowned hat"; "an orange-crowned bird"; "a crowned signet ring"
-00654125 00 s 01 capped 0 001 & 00653822 a 0000 | covered as if with a cap or crown especially of a specified kind; "cloud-capped mountains"; "brown-capped mushrooms"; "snow-capped peaks"
-00654315 00 s 01 chapleted 0 001 & 00653822 a 0000 | provided with a chaplet
-00654394 00 s 02 comate 0 comose 0 002 & 00653822 a 0000 ;c 06066555 n 0000 | bearing a coma; crowned with an assemblage of branches or leaves or bracts; "comate royal palms"; "pineapples are comate"
-00654596 00 s 01 high-crowned 0 001 & 00653822 a 0000 | (of a hat) having a high crown
-00654685 00 s 01 royal 0 001 & 00653822 a 0000 | invested with royal power as symbolized by a crown; "the royal (or crowned) heads of Europe"
-00654829 00 a 02 uncrowned 0 crownless 0 002 ! 00653822 a 0101 & 00654983 a 0000 | not (especially not yet) provided with a crown; "the uncrowned king"
-00654983 00 s 01 quasi-royal 0 001 & 00654829 a 0000 | having the power but not the rank or title of a king; "one of the quasi-royal rulers of Africa"
-00655136 00 a 01 crowned 2 003 ;c 06047430 n 0000 ! 00655445 a 0101 & 00655292 a 0000 | having an (artificial) crown on a tooth; "had many crowned teeth"
-00655292 00 s 01 capped 0 001 & 00655136 a 0000 | used especially of front teeth having (artificial) crowns; "capped teeth gave her a beautiful smile"
-00655445 00 a 01 uncrowned 2 003 ;c 06047430 n 0000 ! 00655136 a 0101 & 00655668 a 0000 | not having an (artificial) crown on a tooth; used especially of molars and bicuspids; "uncrowned teeth badly in need of attention"
-00655668 00 s 01 uncapped 0 001 & 00655445 a 0000 | used especially of front teeth; "natural uncapped teeth"
-00655779 00 a 02 crucial 0 important 2 009 ^ 00650577 a 0000 ^ 00684480 a 0000 ^ 00900616 a 0000 + 05168261 n 0201 + 14451672 n 0103 ! 00656771 a 0101 & 00656132 a 0000 & 00656384 a 0000 & 00656507 a 0000 | of extreme importance; vital to the resolution of a crisis; "a crucial moment in his career"; "a crucial election"; "a crucial issue for women"
-00656132 00 s 02 critical 0 decisive 0 005 & 00655779 a 0000 + 04754440 n 0203 + 13933560 n 0101 + 07417644 n 0101 + 14451672 n 0102 | forming or having the nature of a turning point or crisis; "a critical point in the campaign"; "the critical test"
-00656384 00 s 02 life-and-death 0 life-or-death 0 001 & 00655779 a 0000 | vitally important; "a life-and-death struggle"
-00656507 00 s 02 pivotal 0 polar 0 002 & 00655779 a 0000 + 10436707 n 0101 | being of crucial importance; "a pivotal event"; "Its pivotal location has also exposed it to periodic invasions"- Henry Kissinger; "the polar events of this study"; "a polar principal"
-00656771 00 a 01 noncrucial 0 001 ! 00655779 a 0101 | of little importance; not decisive
-00656862 00 a 02 crystallized 0 crystallised 0 001 ! 00657064 a 0101 | having become fixed and definite in form; "distinguish between crystallized and uncrystallized opinion"- Psychological Abstracts
-00657064 00 a 02 uncrystallized 0 uncrystallised 0 001 ! 00656862 a 0101 | not finally or definitely formed; "uncrystallized ideas"
-00657198 00 a 02 cubic 0 three-dimensional 2 011 = 05063729 n 0000 + 05063564 n 0201 + 05063729 n 0101 ! 00658259 a 0101 ! 00658942 a 0101 & 00657473 a 0000 & 00657600 a 0000 & 00657726 a 0000 & 00657804 a 0000 & 00658022 a 0000 & 00658166 a 0000 | having three dimensions
-00657473 00 s 02 blockish 0 blocky 0 003 & 00657198 a 0000 + 13914608 n 0201 + 02852523 n 0201 | resembling a block in shape
-00657600 00 s 03 boxlike 0 boxy 0 box-shaped 0 002 & 00657198 a 0000 + 02883344 n 0201 | resembling a box in rectangularity
-00657726 00 s 01 brick-shaped 0 001 & 00657198 a 0000 | shaped like a brick
-00657804 00 s 06 cubelike 0 cube-shaped 0 cubical 0 cubiform 0 cuboid 0 cuboidal 0 006 & 00657198 a 0000 + 13914608 n 0602 + 13916721 n 0601 + 13914608 n 0302 + 13916721 n 0301 + 03144592 n 0301 | shaped like a cube
-00658022 00 s 01 isometric 0 002 & 00657198 a 0000 ;c 06098876 n 0000 | of a crystal system characterized by three equal axes at right angles
-00658166 00 s 01 solid 0 001 & 00657198 a 0000 | having three dimensions; "a solid object"
-00658259 00 a 02 linear 1 one-dimensional 0 006 ! 00658942 a 0101 ! 00657198 a 0101 & 00658513 a 0000 & 00658591 a 0000 & 00658680 a 0000 & 00658752 a 0000 | of or in or along or relating to a line; involving a single dimension; "a linear measurement"
-00658513 00 s 01 collinear 0 001 & 00658259 a 0000 | lying on the same line
-00658591 00 s 01 lineal 0 002 & 00658259 a 0000 + 08593262 n 0101 | arranged in a line
-00658680 00 s 01 linelike 0 001 & 00658259 a 0000 | resembling a line
-00658752 00 s 02 rectilinear 0 rectilineal 0 001 & 00658259 a 0000 | characterized by a straight line or lines; "rectilinear patterns in wallpaper"; "the rectilinear propagation of light"
-00658942 00 a 02 planar 0 two-dimensional 2 009 + 05063349 n 0201 + 13861050 n 0101 ! 00657198 a 0101 ! 00658259 a 0101 & 00659181 a 0000 & 00659259 a 0000 & 00659421 a 0000 & 00659530 a 0000 & 00659617 a 0000 | involving two dimensions
-00659181 00 s 01 coplanar 0 001 & 00658942 a 0000 | lying in the same plane
-00659259 00 s 01 flat 0 002 & 00658942 a 0000 + 05063349 n 0102 | having a relatively broad surface in relation to depth or thickness; "flat computer monitors"
-00659421 00 s 02 placoid 0 platelike 0 001 & 00658942 a 0000 | as the hard flattened scales of e.g. sharks
-00659530 00 s 02 planate 0 flattened 0 001 & 00658942 a 0000 | having been flattened
-00659617 00 s 01 tabular 0 002 & 00658942 a 0000 + 09351905 n 0102 | flat; like a table in form
-00659715 00 a 02 unidimensional 0 one-dimensional 2 001 ! 00660019 a 0101 | relating to a single dimension or aspect; having no depth or scope; "a prose statement of fact is unidimensional, its value being measured wholly in terms of its truth"- Mary Sheehan; "a novel with one-dimensional characters"
-00660019 00 a 01 multidimensional 0 005 ! 00659715 a 0101 & 00660313 a 0000 & 00660551 a 0000 & 00660809 a 0000 & 00661146 a 0000 | having or involving or marked by several dimensions or aspects; "multidimensional problems"; "a multidimensional proposition"; "a multidimensional personality"
-00660313 00 s 01 dimensional 0 002 & 00660019 a 0000 + 05062993 n 0101 | having dimension--the quality or character or stature proper to a person; "never matures as a dimensional character; he is pasty, bland, faceless"- Norman Cousins
-00660551 00 s 03 two-dimensional 0 2-dimensional 0 flat 0 002 & 00660019 a 0000 + 07069747 n 0301 | lacking the expected range or depth; not designed to give an illusion or depth; "a film with two-dimensional characters"; "a flat two-dimensional painting"
-00660809 00 s 04 three-dimensional 0 3-dimensional 0 third-dimensional 0 three-d 0 001 & 00660019 a 0000 | involving or relating to three dimensions or aspects; giving the illusion of depth; "lifelike three-dimensional characters"; "a three-dimensional account of conditions under the new government"; "they shot the movie in three-D"
-00661146 00 s 02 four-dimensional 0 4-dimensional 0 001 & 00660019 a 0000 | involving or relating to the fourth dimension or time
-00661278 00 a 01 cut 1 008 ! 00662687 a 0101 & 00661640 a 0000 & 00661819 a 0000 & 00661887 a 0000 & 00661973 a 0000 & 00662139 a 0000 & 00662318 a 0000 & 00662529 a 0000 | separated into parts or laid open or penetrated with a sharp edge or instrument; "the cut surface was mottled"; "cut tobacco"; "blood from his cut forehead"; "bandages on her cut wrists"
-00661640 00 s 03 chopped 0 shredded 0 sliced 0 001 & 00661278 a 0000 | prepared by cutting; "sliced tomatoes"; "sliced ham"; "chopped clams"; "chopped meat"; "shredded cabbage"
-00661819 00 s 01 cut_up 0 001 & 00661278 a 0000 | cut into pieces
-00661887 00 s 01 incised 0 001 & 00661278 a 0000 | cut into with a sharp instrument
-00661973 00 s 01 perforated 0 001 & 00661278 a 0000 | having a number or series of holes; "a perforated steel plate"; "perforated cancellation"; "perforated stamp"
-00662139 00 s 04 pierced 0 perforated 2 perforate 0 punctured 0 001 & 00661278 a 0000 | having a hole cut through; "pierced ears"; "a perforated eardrum"; "a punctured balloon"
-00662318 00 s 02 severed 0 cut_off 0 001 & 00661278 a 0000 | detached by cutting; "cut flowers"; "a severed head"; "an old tale of Anne Bolyn walking the castle walls with her poor cut-off head under her arm"
-00662529 00 s 01 split 0 001 & 00661278 a 0000 | (especially of wood) cut or ripped longitudinally with the grain; "we bought split logs for the fireplace"
-00662687 00 a 01 uncut 1 003 ! 00661278 a 0101 & 00662782 a 0000 & 00662873 a 0000 | not cut
-00662782 00 s 01 imperforate 0 001 & 00662687 a 0000 | not perforated; having no opening
-00662873 00 s 01 unpierced 0 001 & 00662687 a 0000 | not pierced; "unpierced ears"
-00662958 00 a 01 cut 2 001 ! 00663104 a 0101 | (of pages of a book) having the folds of the leaves trimmed or slit; "the cut pages of the book"
-00663104 00 a 01 uncut 2 001 ! 00662958 a 0101 | (of pages of a book) having adjacent leaves still joined at the fore edge; "a book with its leaves still uncut"
-00663267 00 a 01 cut 3 005 ! 00664167 a 0101 & 00663468 a 0000 & 00663576 a 0000 & 00663807 a 0000 & 00663981 a 0000 | fashioned or shaped by cutting; "a well-cut suit"; "cut diamonds"; "cut velvet"
-00663468 00 s 01 cut_out 0 001 & 00663267 a 0000 | having been cut out; "the cut-out pieces of the dress"
-00663576 00 s 02 hewn 0 hand-hewn 0 001 & 00663267 a 0000 | cut or shaped with hard blows of a heavy cutting instrument like an ax or chisel; "a house built of hewn logs"; "rough-hewn stone"; "a path hewn through the underbrush"
-00663807 00 s 01 sheared 0 001 & 00663267 a 0000 | (used especially of fur or wool) shaped or finished by cutting or trimming to a uniform length; "a coat of sheared lamb"
-00663981 00 s 01 slashed 0 001 & 00663267 a 0000 | having long and narrow ornamental cuts showing an underlying fabric; "a slashed doublet"; "slashed cuffs showing the scarlet lining"
-00664167 00 a 02 uncut 3 rough 5 002 ! 00663267 a 0101 & 00664317 a 0000 | not shaped by cutting or trimming; "an uncut diamond"; "rough gemstones"
-00664317 00 s 01 unsheared 0 001 & 00664167 a 0000 | (used especially of fur or wool) not having been sheared; "unsheared beaver"
-00664449 00 a 01 curious 0 007 ^ 00878829 a 0000 + 05683197 n 0101 + 05682570 n 0101 ! 00665587 a 0101 & 00664879 a 0000 & 00665156 a 0000 & 00665502 a 0000 | eager to investigate and learn or learn more (sometimes about others' concerns); "a curious child is a teacher's delight"; "a trap door that made me curious"; "curious investigators"; "traffic was slowed by curious rubberneckers"; "curious about the neighbor's doings"
-00664879 00 s 04 inquisitive 0 speculative 0 questioning 0 wondering(a) 0 004 & 00664449 a 0000 + 00630380 v 020c + 05683197 n 0102 + 00729378 v 0102 | showing curiosity; "if someone saw a man climbing a light post they might get inquisitive"; "raised a speculative eyebrow"
-00665156 00 s 04 nosy 0 nosey 0 prying 0 snoopy 0 006 & 00664449 a 0000 + 10617193 n 0401 + 05683390 n 0403 + 06807056 n 0201 + 06807056 n 0101 + 05683390 n 0101 | offensively curious or inquisitive; "curious about the neighbor's doings"; "he flipped through my letters in his nosy way"; "prying eyes"; "the snoopy neighbor watched us all day"
-00665502 00 s 01 overcurious 0 001 & 00664449 a 0000 | showing excessive curiosity
-00665587 00 a 01 incurious 0 003 ! 00664449 a 0101 & 00665829 a 0000 & 00665962 a 0000 | showing absence of intellectual inquisitiveness or natural curiosity; "strangely incurious about the cause of the political upheaval surrounding them"
-00665829 00 s 01 uninterested 0 001 & 00665587 a 0000 | having no care or interest in knowing; "she appeared totally uninterested"
-00665962 00 s 02 uninquiring 0 uninquisitive 0 001 & 00665587 a 0000 | deficient in curiosity
-00666058 00 a 01 current 0 019 ^ 01535709 a 0000 ^ 01640850 a 0000 = 05050379 n 0000 + 05050379 n 0102 + 05050379 n 0101 ! 00668571 a 0101 & 00666610 a 0000 & 00666784 a 0000 & 00666960 a 0000 & 00667079 a 0000 & 00667208 a 0000 & 00667353 a 0000 & 00667463 a 0000 & 00667641 a 0000 & 00667822 a 0000 & 00667936 a 0000 & 00668053 a 0000 & 00668208 a 0000 & 00668366 a 0000 | occurring in or belonging to the present time; "current events"; "the current topic"; "current negotiations"; "current psychoanalytic theories"; "the ship's current position"
-00666610 00 s 01 actual 0 002 & 00666058 a 0000 + 13954818 n 0101 | being or existing at the present moment; "the ship's actual position is 22 miles due south of Key West"
-00666784 00 s 02 afoot(p) 0 underway 0 001 & 00666058 a 0000 | currently in progress; "there is mischief afoot"; "plans are afoot"; "preparations for the trial are underway"
-00666960 00 s 01 circulating(a) 0 001 & 00666058 a 0000 | passing from one to another; "circulating bills and coins"
-00667079 00 s 02 contemporary 0 present-day(a) 0 001 & 00666058 a 0000 | belonging to the present time; "contemporary leaders"
-00667208 00 s 01 incumbent 0 003 & 00666058 a 0000 + 15291498 n 0103 + 00593512 n 0101 | currently holding an office; "the incumbent governor"
-00667353 00 s 01 live 0 001 & 00666058 a 0000 | of current relevance; "a live issue"; "still a live option"
-00667463 00 s 01 live 2 002 & 00666058 a 0000 ;c 06677302 n 0000 | in current use or ready for use; "live copy is ready to be set in type or already set but not yet proofread"
-00667641 00 s 01 occurrent 0 002 & 00666058 a 0000 + 07283608 n 0102 | presently occurring (either causally or incidentally); "technical terms are rarely occurrent in literature"
-00667822 00 s 02 ongoing 0 on-going 0 001 & 00666058 a 0000 | currently happening; "an ongoing economic crisis"
-00667936 00 s 02 on-line(a) 0 online 0 001 & 00666058 a 0000 | being in progress now; "on-line editorial projects"
-00668053 00 s 01 topical 0 001 & 00666058 a 0000 | of interest at the present time; "a topical reference"; "a topical and timely study of civil liberty"
-00668208 00 s 01 up-to-date 0 002 & 00666058 a 0000 + 05050379 n 0103 | reflecting the latest information or changes; "an up-to-date issue of the magazine"
-00668366 00 s 02 up-to-the-minute 0 latest 0 001 & 00666058 a 0000 | up to the immediate present; most recent or most up-to-date; "the news is up-to-the-minute"; "the very latest scientific discoveries"
-00668571 00 a 01 noncurrent 0 009 ^ 01638438 a 0000 ^ 01727926 a 0000 = 05050379 n 0000 ! 00666058 a 0101 & 00668816 a 0000 & 00668919 a 0000 & 00669021 a 0000 & 00669138 a 0000 & 00669367 a 0000 | not current or belonging to the present time
-00668816 00 s 01 back(a) 0 001 & 00668571 a 0000 | of an earlier date; "back issues of the magazine"
-00668919 00 s 01 dead 0 001 & 00668571 a 0000 | no longer having force or relevance; "a dead issue"
-00669021 00 s 02 disused 0 obsolete 1 002 & 00668571 a 0000 + 04925577 n 0201 | no longer in use; "obsolete words"
-00669138 00 s 03 outdated 0 out-of-date 0 superannuated 0 001 & 00668571 a 0000 | old; no longer valid or fashionable; "obsolete words"; "an obsolete locomotive"; "outdated equipment"; "superannuated laws"; "out-of-date ideas"
-00669367 00 s 01 obsolescent 0 003 & 00668571 a 0000 + 13523983 n 0101 + 00567775 v 0101 | becoming obsolete
-00669478 00 a 02 cursed 0 curst 0 006 ! 00670741 a 0101 & 00669853 a 0000 & 00669942 a 0000 & 00670418 a 0000 & 00670530 a 0000 & 00670635 a 0000 | deserving a curse; sometimes used as an intensifier; "villagers shun the area believing it to be cursed"; "cursed with four daughter"; "not a cursed drop"; "his cursed stupidity"; "I'll be cursed if I can see your reasoning"
-00669853 00 s 03 accursed 0 accurst 0 maledict 0 001 & 00669478 a 0000 | under a curse
-00669942 00 s 0c blasted 0 blame 0 blamed 0 blessed 1 damn 2 damned 0 darned 2 deuced 0 goddam 0 goddamn 2 goddamned 2 infernal 0 002 & 00669478 a 0000 + 07945490 n 0601 | expletives used informally as intensifiers; "he's a blasted idiot"; "it's a blamed shame"; "a blame cold winter"; "not a blessed dime"; "I'll be damned (or blessed or darned or goddamned) if I'll do any such thing"; "he's a damn (or goddam or goddamned) fool"; "a deuced idiot"; "an infernal nuisance"
-00670418 00 s 02 cursed_with(p) 0 stuck_with(p) 0 001 & 00669478 a 0000 | burdened with; "stuck with the tab"
-00670530 00 s 02 damn 0 goddamn 0 001 & 00669478 a 0000 | used as expletives; "oh, damn (or goddamn)!"
-00670635 00 s 02 damnable 0 execrable 0 001 & 00669478 a 0000 | deserving a curse; "her damnable pride"
-00670741 00 a 02 blessed 0 blest 0 002 ! 00669478 a 0101 & 00670938 a 0000 | highly favored or fortunate (as e.g. by divine grace); "our blessed land"; "the blessed assurance of a steady income"
-00670938 00 s 02 fortunate 0 golden 0 001 & 00670741 a 0000 | supremely favored; "golden lads and girls all must / like chimney sweepers come to dust"
-00671091 00 a 01 endowed 0 002 ! 00671441 a 0101 & 00671357 a 0000 | provided or supplied or equipped with (especially as by inheritance or nature); "a well-endowed college"; "endowed with good eyesight"; "endowed by their Creator with certain unalienable rights"
-00671357 00 s 01 dowered 0 001 & 00671091 a 0000 | supplied with a dower or dowry
-00671441 00 a 01 unendowed 0 003 ! 00671091 a 0101 & 00671593 a 0000 & 00671683 a 0000 | not equipped or provided; "unendowed with genius"- J.L.Lowes
-00671593 00 s 01 dowerless 0 002 & 00671441 a 0000 ;u 07073447 n 0000 | lacking a dowry
-00671683 00 s 01 unblessed 0 001 & 00671441 a 0000 | not provided with something desirable; "a hovel unblessed with electricity or running water"
-00671831 00 a 01 curtained 0 002 ! 00672079 a 0101 & 00671976 a 0000 | furnished or concealed with curtains or draperies; "a curtained alcove"
-00671976 00 s 01 draped 0 001 & 00671831 a 0000 | covered in folds of cloth; "velvet-draped windows"
-00672079 00 a 02 curtainless 0 uncurtained 0 001 ! 00671831 a 0101 | not provided with curtains; "blank, curtainless windows stared back at her"
-00672226 00 a 02 custom-made 0 custom 0 003 ! 00672621 a 0101 & 00672382 a 0000 & 00672513 a 0000 | made according to the specifications of an individual
-00672382 00 s 05 bespoke 0 bespoken 0 made-to-order 1 tailored 0 tailor-made 0 001 & 00672226 a 0000 | (of clothing) custom-made
-00672513 00 s 02 custom-built 0 made-to-order 2 001 & 00672226 a 0000 | built for a particular individual
-00672621 00 a 01 ready-made 0 005 ! 00672226 a 0101 & 00672785 a 0000 & 00672932 a 0000 & 00673172 a 0000 & 00673330 a 0000 | made for purchase and immediate use
-00672785 00 s 01 made 0 001 & 00672621 a 0000 | produced by a manufacturing process; "bought some made goods at the local store; rope and nails"
-00672932 00 s 04 off-the-rack 0 off-the-shelf 0 off-the-peg 0 ready-to-wear 0 001 & 00672621 a 0000 | (especially of clothing) made in standard sizes and available from merchandise in stock; "a ready-made jacket"; "ready-to-wear clothes"
-00673172 00 s 01 prefab 0 002 & 00672621 a 0000 + 03999064 n 0101 | manufactured in standard sizes to be shipped and assembled elsewhere; "a pre structure"
-00673330 00 s 01 ready-to-eat 0 001 & 00672621 a 0000 | food products that are prepared in advance and can be eaten as sold
-00673456 00 a 02 handmade 0 hand-crafted 0 005 ! 00674196 a 0101 & 00673662 a 0000 & 00673807 a 0000 & 00673919 a 0000 & 00674021 a 0000 | made by hand or a hand process; "delicate handmade baby dresses"
-00673662 00 s 01 camp-made 0 001 & 00673456 a 0000 | made as part of the arts-and-crafts program at summer camp; "my camp-made leather wallet"
-00673807 00 s 02 hand-loomed 0 handwoven 0 001 & 00673456 a 0000 | made on a handloom; "handwoven tablecloth"
-00673919 00 s 02 handsewn 0 handstitched 0 001 & 00673456 a 0000 | sewn by hand rather than machine
-00674021 00 s 02 overhand 0 oversewn 0 001 & 00673456 a 0000 | sewn together with overhand stitches (close vertical stitches that pass over and draw the two edges together)
-00674196 00 a 01 machine-made 0 001 ! 00673456 a 0101 | made by machine
-00674270 00 a 01 homemade 0 006 ! 00675064 a 0101 & 00674476 a 0000 & 00674633 a 0000 & 00674732 a 0000 & 00674824 a 0000 & 00674913 a 0000 | made or produced in the home or by yourself; "homemade bread"
-00674476 00 s 01 do-it-yourself 0 001 & 00674270 a 0000 | done by yourself; "their house was a do-it-yourself project"; "he opened a do-it-yourself store"
-00674633 00 s 01 home-baked 0 001 & 00674270 a 0000 | baked at home; "home-baked cakes and pies"
-00674732 00 s 01 home-brewed 0 001 & 00674270 a 0000 | brewed at home; "home-brewed beer"
-00674824 00 s 01 home-cured 0 001 & 00674270 a 0000 | cured at home; "home-cured hams"
-00674913 00 s 01 homespun 0 002 & 00674270 a 0000 + 03529444 n 0101 | made of cloth spun or woven in the home; "homespun linen"; "homespun garments"
-00675064 00 a 01 factory-made 0 005 ! 00674270 a 0101 & 00675228 a 0000 & 00675368 a 0000 & 00675473 a 0000 & 00675587 a 0000 | produced in quantity at a factory
-00675228 00 s 02 boughten 0 store-bought 0 001 & 00675064 a 0000 | purchased; not homemade; "my boughten clothes"; "a store-bought dress"
-00675368 00 s 01 manufactured 0 001 & 00675064 a 0000 | produced in a large-scale industrial operation
-00675473 00 s 01 mass-produced 0 001 & 00675064 a 0000 | produced in quantity often by assembly-line techniques
-00675587 00 s 01 ready-made 0 001 & 00675064 a 0000 | commercially produced; not homemade; "ready-made clothes"
-00675701 00 a 02 cyclic 1 cyclical 0 009 = 04767805 n 0000 + 07342495 n 0201 + 15287830 n 0101 + 07342495 n 0101 + 04767805 n 0101 ! 00676457 a 0101 & 00675928 a 0000 & 00676093 a 0000 & 00676271 a 0000 | recurring in cycles
-00675928 00 s 02 alternate(a) 1 alternating(a) 1 001 & 00675701 a 0000 | occurring by turns; first one and then the other; "alternating feelings of love and hate"
-00676093 00 s 01 alternate(a) 2 001 & 00675701 a 0000 | every second one of a series; "the cleaning lady comes on alternate Wednesdays"; "jam every other day"- the White Queen
-00676271 00 s 03 circular 0 rotary 0 orbitual 0 003 & 00675701 a 0000 + 03032811 n 0101 + 00295172 n 0102 | describing a circle; moving in a circle; "the circular motion of the wheel"
-00676457 00 a 02 noncyclic 0 noncyclical 0 002 = 04767805 n 0000 ! 00675701 a 0101 | not cyclic
-00676555 00 a 01 cyclic 2 006 ;c 06084469 n 0000 ! 00677313 a 0101 & 00676754 a 0000 & 00676855 a 0000 & 00676999 a 0000 & 00677170 a 0000 | of a compound having atoms arranged in a ring structure
-00676754 00 s 01 bicyclic 0 001 & 00676555 a 0000 | having molecules consisting of two fused rings
-00676855 00 s 02 closed-chain 0 closed-ring 0 001 & 00676555 a 0000 | having atoms linked by bonds represented in circular or triangular form
-00676999 00 s 01 heterocyclic 0 003 & 00676555 a 0000 + 15025397 n 0103 + 09302400 n 0102 | containing a closed ring of atoms of which at least one is not a carbon atom
-00677170 00 s 02 homocyclic 0 isocyclic 0 001 & 00676555 a 0000 | containing a closed ring of atoms of the same kind especially carbon atoms
-00677313 00 a 02 acyclic 2 open-chain 0 003 ;c 06084469 n 0000 ! 00676555 a 0101 & 00677448 a 0000 | having an open chain structure
-00677448 00 s 01 aliphatic 0 001 & 00677313 a 0000 | having carbon atoms linked in open chains
-00677545 00 a 01 cyclic 3 003 ;c 06066555 n 0000 ! 00677877 a 0101 & 00677721 a 0000 | forming a whorl or having parts arranged in a whorl; "cyclic petals"; "cyclic flowers"
-00677721 00 s 03 verticillate 0 verticillated 0 whorled 0 001 & 00677545 a 0000 | forming one or more whorls (especially a whorl of leaves around a stem)
-00677877 00 a 01 acyclic 1 002 ;c 06066555 n 0000 ! 00677545 a 0101 | not cyclic; especially having parts arranged in spirals rather than whorls
-00678024 00 a 02 annual 0 one-year 4 004 ;c 06066555 n 0000 + 11552806 n 0101 ! 00678221 a 0101 ! 00678473 a 0101 | completing its life cycle within a year; "a border of annual flowering plants"
-00678221 00 a 02 biennial 0 two-year 4 004 ;c 06066555 n 0000 + 11552976 n 0101 ! 00678473 a 0101 ! 00678024 a 0101 | having a life cycle lasting two seasons; "a biennial life cycle"; "parsnips and carrots are biennial plants often grown as annuals"
-00678473 00 a 01 perennial 0 004 ;c 06066555 n 0000 + 11553240 n 0101 ! 00678024 a 0101 ! 00678221 a 0101 | lasting three seasons or more; "the common buttercup is a popular perennial plant"
-00678666 00 a 01 diurnal 0 002 ;c 06037666 n 0000 ! 00678923 a 0101 | of or belonging to or active during the day; "diurnal animals are active during the day"; "diurnal flowers are open during the day and closed at night"; "diurnal and nocturnal offices"
-00678923 00 a 01 nocturnal 0 002 ;c 06037666 n 0000 ! 00678666 a 0101 | belonging to or active during the night; "nocturnal animals are active at night"; "nocturnal plants have flowers that open at night and close by day"
-00679147 00 a 01 damaged 0 015 ^ 00245952 a 0000 ^ 00289082 a 0000 ^ 00734318 a 0000 ^ 01274261 a 0000 ^ 01317954 a 0000 ! 00681094 a 0101 & 00679562 a 0000 & 00679717 a 0000 & 00680005 a 0000 & 00680156 a 0000 & 00680395 a 0000 & 00680532 a 0000 & 00680634 a 0000 & 00680791 a 0000 & 00681019 a 0000 | harmed or injured or spoiled; "I won't buy damaged goods"; "the storm left a wake of badly damaged buildings"
-00679562 00 s 03 battered 0 beat-up 0 beaten-up 0 001 & 00679147 a 0000 | damaged by blows or hard usage; "a battered old car"; "the beaten-up old Ford"
-00679717 00 s 07 bedraggled 0 broken-down 0 derelict 0 dilapidated 0 ramshackle 0 tatterdemalion 1 tumble-down 0 002 & 00679147 a 0000 + 10504664 n 0602 | in deplorable condition; "a street of bedraggled tenements"; "a broken-down fence"; "a ramshackle old pier"; "a tumble-down shack"
-00680005 00 s 03 bent 0 crumpled 0 dented 0 001 & 00679147 a 0000 | of metal e.g.; "bent nails"; "a car with a crumpled front end"; "dented fenders"
-00680156 00 s 02 broken 0 busted 0 002 & 00679147 a 0000 ;u 07075172 n 0000 | out of working order (`busted' is an informal substitute for `broken'); "a broken washing machine"; "the coke machine is broken"; "the coke machine is busted"
-00680395 00 s 01 broken-backed 0 001 & 00679147 a 0000 | having the spine damaged; "a broken-backed book"; "a broken-backed old horse"
-00680532 00 s 02 hurt 0 weakened 0 001 & 00679147 a 0000 | damaged inanimate objects or their value
-00680634 00 s 01 knocked-out(a) 0 002 & 00679147 a 0000 ;u 07075172 n 0000 | damaged; "the gym has some of the most knocked-out equipment since Vic Tanny"
-00680791 00 s 01 riddled 0 001 & 00679147 a 0000 | (often followed by `with') damaged throughout by numerous perforations or holes; "a sweater riddled with moth holes"; "cliffs riddled with caves"; "the bullet-riddled target"
-00681019 00 s 01 storm-beaten 0 001 & 00679147 a 0000 | damaged by storm
-00681094 00 a 01 undamaged 0 006 ^ 00247013 a 0000 ^ 00289365 a 0000 ^ 01275395 a 0000 ^ 01319182 a 0000 ! 00679147 a 0101 & 00681268 a 0000 | not harmed or spoiled; sound
-00681268 00 s 01 intact 0 002 & 00681094 a 0000 + 14460407 n 0101 | undamaged in any way; "the vase remained intact despit rough handling"
-00681409 00 a 02 datable 0 dateable 0 001 ! 00681548 a 0101 | that can be given a date; "a concrete and datable happening"- C.W.Shumaker
-00681548 00 a 01 undatable 0 003 ! 00681409 a 0101 & 00681673 a 0000 & 00681777 a 0000 | not capable of being given a date
-00681673 00 s 02 dateless 1 undated 0 001 & 00681548 a 0000 | not bearing a date; "a dateless letter"
-00681777 00 s 01 dateless 2 001 & 00681548 a 0000 | of such great duration as to preclude the possibility of being assigned a date; "dateless customs"
-00681930 00 a 01 deaf 0 008 + 07945949 n 0101 + 14550987 n 0101 ! 00682744 a 0101 & 00682168 a 0000 & 00682329 a 0000 & 00682419 a 0000 & 00682521 a 0000 & 00682662 a 0000 | lacking or deprived of the sense of hearing wholly or in part
-00682168 00 s 02 deaf-and-dumb 0 deaf-mute 0 003 & 00681930 a 0000 + 10342367 n 0202 + 14551822 n 0202 | lacking the sense of hearing and the ability to speak
-00682329 00 s 01 deafened 0 001 & 00681930 a 0000 | caused to hear poorly or not at all
-00682419 00 s 02 hard-of-hearing 0 hearing-impaired 0 001 & 00681930 a 0000 | having a hearing loss
-00682521 00 s 04 profoundly_deaf 0 stone-deaf 0 deaf_as_a_post 0 unhearing 0 001 & 00681930 a 0000 | totally deaf; unable to hear anything
-00682662 00 s 01 tone-deaf 0 001 & 00681930 a 0000 | unable to appreciate music
-00682744 00 a 01 hearing(a) 0 002 ! 00681930 a 0101 & 00682841 a 0000 | able to perceive sound
-00682841 00 s 02 sharp-eared 0 quick-eared 0 001 & 00682744 a 0000 | having keen hearing
-00682932 00 a 01 decent 0 005 ^ 00424008 a 0000 ^ 00688947 a 0000 ^ 01878466 a 0000 + 04900739 n 0101 ! 00683185 a 0101 | conforming to conventions of sexual behavior; "speech in this circle, if not always decent, never became lewd"- George Santayana
-00683185 00 a 01 indecent 0 011 ^ 00424370 a 0000 ^ 01880531 a 0000 ^ 00689471 a 0000 + 04902925 n 0101 + 00737536 n 0101 ! 00682932 a 0101 & 00683531 a 0000 & 00683910 a 0000 & 00684054 a 0000 & 00684163 a 0000 & 00684334 a 0000 | offensive to good taste especially in sexual matters; "an earthy but not indecent story"; "an indecent gesture"
-00683531 00 s 04 crude 0 earthy 0 gross 0 vulgar 0 005 & 00683185 a 0000 + 04817280 n 0404 + 04817280 n 0303 + 04915121 n 0101 + 04915121 n 0102 | conspicuously and tastelessly indecent; "coarse language"; "a crude joke"; "crude behavior"; "an earthy sense of humor"; "a revoltingly gross expletive"; "a vulgar gesture"; "full of language so vulgar it should have been edited"
-00683910 00 s 01 Hollywood 0 001 & 00683185 a 0000 | flashy and vulgar; "young white women dressed Hollywood style"; "Hollywood philandering"
-00684054 00 s 01 indelicate 0 001 & 00683185 a 0000 | verging on the indecent; "an indelicate proposition"
-00684163 00 s 01 obscene 0 002 & 00683185 a 0000 + 04903368 n 0101 | designed to incite to indecency or lust; "the dance often becomes flagrantly obscene"-Margaret Mead
-00684334 00 s 01 suggestive 0 001 & 00683185 a 0000 | tending to suggest something improper or indecent; "a suggestive nod"; "suggestive poses"
-00684480 00 a 01 decisive 0 008 ^ 00550282 a 0000 ^ 00655779 a 0000 + 00701877 v 0101 + 04754440 n 0103 ! 00685483 a 0101 & 00684782 a 0000 & 00685113 a 0000 & 00685365 a 0000 | determining or having the power to determine an outcome; "cast the decisive vote"; "two factors had a decisive influence"
-00684782 00 s 04 deciding(a) 0 determinant 0 determinative 0 determining(a) 0 006 & 00684480 a 0000 + 05692419 n 0303 + 05692419 n 0201 + 00947077 v 0203 + 00697589 v 0203 + 05788149 n 0102 | having the power or quality of deciding; "the crucial experiment"; "cast the deciding vote"; "the determinative (or determinant) battle"
-00685113 00 s 02 fateful 0 fatal 0 001 & 00684480 a 0000 | having momentous consequences; of decisive importance; "that fateful meeting of the U.N. when...it declared war on North Korea"- Saturday Rev; "the fatal day of the election finally arrived"
-00685365 00 s 01 peremptory 0 001 & 00684480 a 0000 | putting an end to all debate or action; "a peremptory decree"
-00685483 00 a 01 indecisive 0 003 ^ 00550777 a 0000 ^ 01992149 a 0000 ! 00684480 a 0101 | not definitely settling something; "a long and indecisive war"
-00685638 00 a 01 decisive 1 006 ^ 01989669 a 0000 + 00698855 v 0101 + 00697589 v 0101 + 04863969 n 0101 ! 00686081 a 0101 & 00685924 a 0000 | characterized by decision and firmness; "an able and decisive young woman"; "we needed decisive leadership"; "she gave him a decisive answer"
-00685924 00 s 02 unhesitating 0 resolute 0 002 & 00685638 a 0000 + 04861486 n 0201 | characterized by quickness and firmness; "his reply was unhesitating"
-00686081 00 a 01 indecisive 1 007 ^ 01992149 a 0000 + 05699172 n 0102 + 04866866 n 0101 ! 00685638 a 0101 & 00686356 a 0000 & 00686573 a 0000 & 00686789 a 0000 | characterized by lack of decision and firmness; "an indecisive manager brought the enterprise to a standstill"
-00686356 00 s 02 on_the_fence(p) 0 undecided 0 001 & 00686081 a 0000 | characterized by indecision; "some who had been on the fence came out in favor of the plan"; "too many voters still declare they are undecided"
-00686573 00 s 02 hesitant 0 hesitating 0 005 & 00686081 a 0000 + 02640440 v 0101 + 07523485 n 0102 + 04645943 n 0102 + 07523485 n 0101 | lacking decisiveness of character; unable to act or decide quickly or firmly
-00686789 00 s 01 suspensive 0 001 & 00686081 a 0000 | undecided or characterized by indecisiveness
-00686890 00 a 03 declarative 0 declaratory 0 asserting(a) 0 008 + 00820801 v 0201 + 01010118 v 0201 ! 00687163 a 0202 + 00965871 v 0102 + 00822367 v 0101 + 00820801 v 0101 + 01010118 v 0101 ! 00687163 a 0101 | relating to the use of or having the nature of a declaration
-00687163 00 a 02 interrogative 0 interrogatory 0 004 + 00788184 v 0201 ! 00686890 a 0202 + 00788184 v 0101 ! 00686890 a 0101 | relating to the use of or having the nature of an interrogation
-00687356 00 a 01 declared 0 007 ! 00688581 a 0101 & 00687614 a 0000 & 00687750 a 0000 & 00687952 a 0000 & 00688074 a 0000 & 00688296 a 0000 & 00688413 a 0000 | made known or openly avowed; "their declared and their covert objectives"; "a declared liberal"
-00687614 00 s 01 alleged 0 001 & 00687356 a 0000 | declared but not proved; "alleged abuses of housing benefits"- Wall Street Journal
-00687750 00 s 02 announced 0 proclaimed 1 001 & 00687356 a 0000 | declared publicly; made widely known; "their announced intentions"; "the newspaper's proclaimed adherence to the government's policy"
-00687952 00 s 01 asserted 1 001 & 00687356 a 0000 | confidently declared to be so; "the asserted value of the painting"
-00688074 00 s 02 avowed(a) 0 professed(a) 0 001 & 00687356 a 0000 | openly declared as such; "an avowed enemy"; "her professed love of everything about that country"; "McKinley was assassinated by a professed anarchist"
-00688296 00 s 01 professed(a) 1 001 & 00687356 a 0000 | claimed with intent to deceive; "his professed intentions"
-00688413 00 s 01 self-proclaimed 0 001 & 00687356 a 0000 | proclaimed to be or described as such by oneself, without endorsement by others; "self-proclaimed experts"
-00688581 00 a 01 undeclared 0 003 ! 00687356 a 0101 & 00688740 a 0000 & 00688855 a 0000 | not announced or openly acknowledged; "fighting an undeclared war"
-00688740 00 s 01 unacknowledged 0 001 & 00688581 a 0000 | not openly acknowledged; "an unacknowledged emergency"
-00688855 00 s 01 unavowed 0 001 & 00688581 a 0000 | not affirmed or mentioned or declared
-00688947 00 a 01 decorous 0 006 ^ 01878466 a 0000 + 04898804 n 0101 + 04898804 n 0102 ! 00689471 a 0101 & 00689215 a 0000 & 00689336 a 0000 | characterized by propriety and dignity and good taste in manners and conduct; "the tete-a-tete was decorous in the extreme"
-00689215 00 s 01 in_good_taste(p) 0 001 & 00688947 a 0000 | satisfying generally accepted social or esthetic standards
-00689336 00 s 02 sedate 0 staid 0 003 & 00688947 a 0000 + 04647826 n 0202 + 04647826 n 0101 | characterized by dignity and propriety
-00689471 00 a 02 indecorous 0 indelicate 2 004 ^ 01880531 a 0000 ^ 00683185 a 0000 + 04902470 n 0102 ! 00688947 a 0101 | lacking propriety and good taste in manners and conduct; "indecorous behavior"
-00689673 00 a 01 deductible 0 006 ;c 13308999 n 0000 + 13273550 n 0101 + 06393424 n 0101 + 02215001 v 0102 ! 00689970 a 0101 & 00689878 a 0000 | acceptable as a deduction (especially as a tax deduction)
-00689878 00 s 01 allowable 0 001 & 00689673 a 0000 | deductible according to the tax laws
-00689970 00 a 01 nondeductible 0 001 ! 00689673 a 0101 | not allowable as a deduction
-00690058 00 a 01 deep 1 009 ^ 00994882 a 0000 = 05134547 n 0000 + 05134880 n 0101 ! 00691696 a 0101 & 00690683 a 0000 & 00690892 a 0000 & 00691022 a 0000 & 00691141 a 0000 & 00691497 a 0000 | having great spatial extension or penetration downward or inward from an outer surface or backward or laterally or outward from a center; sometimes used in combination; "a deep well"; "a deep dive"; "deep water"; "a deep casserole"; "a deep gash"; "deep massage"; "deep pressure receptors in muscles"; "deep shelves"; "a deep closet"; "surrounded by a deep yard"; "hit the ball to deep center field"; "in deep space"; "waist-deep"
-00690683 00 s 03 abysmal 0 abyssal 0 unfathomable 0 003 & 00690058 a 0000 + 09186359 n 0201 + 09186359 n 0102 | resembling an abyss in depth; so deep as to be unmeasurable; "the abyssal depths of the ocean"
-00690892 00 s 01 bottomless 0 002 & 00690058 a 0000 + 05135582 n 0101 | extremely deep; "a bottomless pit"; "a bottomless lake"
-00691022 00 s 01 deep-water 0 001 & 00690058 a 0000 | of or carried on in waters of great depth; "a deep-water port"
-00691141 00 s 04 profound 0 unfathomed 0 unplumbed 0 unsounded 0 003 & 00690058 a 0000 + 05134880 n 0103 + 05134880 n 0102 | situated at or extending to great depth; too deep to have been sounded or plumbed; "the profound depths of the sea"; "the dark unfathomed caves of ocean"-Thomas Gray; "unplumbed depths of the sea"; "remote and unsounded caverns"
-00691497 00 s 01 walk-in(a) 0 001 & 00690058 a 0000 | (of e.g. closets or refrigerators) extending very far enough back to allow a person to enter; "a deep walk-in refrigerator"; "walk-in closets"
-00691696 00 a 01 shallow 1 008 = 05134547 n 0000 + 09433134 n 0102 + 05135725 n 0101 ! 00690058 a 0101 & 00692154 a 0000 & 00692255 a 0000 & 00692415 a 0000 & 00692548 a 0000 | lacking physical depth; having little spatial extension downward or inward from an outer surface or backward or outward from a center; "shallow water"; "a shallow dish"; "a shallow cut"; "a shallow closet"; "established a shallow beachhead"; "hit the ball to shallow left field"
-00692154 00 s 02 ankle-deep 0 knee-deep 0 001 & 00691696 a 0000 | coming only to the ankle or knee
-00692255 00 s 01 fordable 0 001 & 00691696 a 0000 | shallow enough to be crossed by walking or riding on an animal or in a vehicle; "the stream was fordable"
-00692415 00 s 01 neritic 0 001 & 00691696 a 0000 | relating to the region of shallow water adjoining the seacoast; "neritic fauna"
-00692548 00 s 04 reefy 0 shelfy 0 shelvy 0 shoaly 0 004 & 00691696 a 0000 + 09433312 n 0401 + 09337253 n 0202 + 09406793 n 0101 | full of submerged reefs or sandbanks or shoals; "reefy shallows"; "shoaly waters"
-00692762 00 a 01 deep 2 004 = 05134547 n 0000 ! 00693356 a 0101 & 00693020 a 0000 & 00693237 a 0000 | relatively deep or strong; affecting one deeply; "a deep breath"; "a deep sigh"; "deep concentration"; "deep emotion"; "a deep trance"; "in a deep sleep"
-00693020 00 s 04 heavy 0 profound 0 sound 0 wakeless 0 002 & 00692762 a 0000 + 13942554 n 0201 | (of sleep) deep and complete; "a heavy sleep"; "fell into a profound sleep"; "a sound sleeper"; "deep wakeless sleep"
-00693237 00 s 01 profound 2 002 & 00692762 a 0000 + 13942554 n 0101 | coming from deep within one; "a profound sigh"
-00693356 00 a 01 shallow 2 003 = 05134547 n 0000 ! 00692762 a 0101 & 00693570 a 0000 | not deep or strong; not affecting one deeply; "shallow breathing"; "a night of shallow fretful sleep"; "in a shallow trance"
-00693570 00 s 02 light 0 wakeful 0 002 & 00693356 a 0000 + 14022959 n 0201 | (of sleep) easily disturbed; "in a light doze"; "a light sleeper"; "a restless wakeful night"
-00693743 00 a 01 de_facto 0 002 ^ 01932973 a 0000 ! 00693961 a 0101 | existing in fact whether with lawful authority or not; "de facto segregation is as real as segregation imposed by law"; "a de facto state of war"
-00693961 00 a 01 de_jure 0 001 ! 00693743 a 0101 | by right; according to law; "de jure recognition of the new government"
-00694086 00 a 01 defeasible 0 001 ! 00694284 a 0101 | capable of being annulled or voided or terminated; "a claim to an estate may be defeasible so long as the claimant is under 21 and unmarried"
-00694284 00 a 01 indefeasible 0 002 ! 00694086 a 0101 & 00694483 a 0000 | not liable to being annulled or voided or undone; "an indefeasible right to freedom"; "an indefeasible claim to the title"
-00694483 00 s 02 unforfeitable 0 inalienable 0 001 & 00694284 a 0000 | not subject to forfeiture; "an unforfeitable right"
-00694608 00 a 01 defeated 0 004 ^ 02333453 a 0000 ! 00695024 a 0101 & 00694773 a 0000 & 00694924 a 0000 | beaten or overcome; not victorious; "the defeated enemy"
-00694773 00 s 01 licked 0 002 & 00694608 a 0000 ;u 07075172 n 0000 | having been got the better of; "I'm pretty beat up but I don't feel licked yet"
-00694924 00 s 01 subjugated 0 001 & 00694608 a 0000 | reduced to submission; "subjugated peoples"
-00695024 00 a 01 undefeated 0 005 ^ 02331262 a 0000 ! 00694608 a 0101 & 00695209 a 0000 & 00695335 a 0000 & 00695432 a 0000 | victorious; "undefeated in battle"; "an undefeated team"
-00695209 00 s 02 triumphant 0 victorious 0 003 & 00695024 a 0000 + 07473441 n 0201 + 01101734 v 0102 | experiencing triumph
-00695335 00 s 03 unbeaten 0 unconquered 0 unvanquished 0 001 & 00695024 a 0000 | not conquered
-00695432 00 s 01 unbowed 0 001 & 00695024 a 0000 | not forced to bow down to a conqueror
-00695523 00 a 02 defiant 0 noncompliant 0 014 ^ 01613463 a 0000 ^ 02330336 a 0000 ^ 02451951 a 0000 ^ 01475282 a 0000 ^ 02566015 a 0000 + 01179707 n 0202 + 02706816 v 0101 + 07231943 n 0101 + 04907991 n 0101 + 01170320 n 0101 ! 00696518 a 0101 & 00695938 a 0000 & 00696207 a 0000 & 00696335 a 0000 | boldly resisting authority or an opposing force; "brought up to be aggressive and defiant"; "a defiant attitude"
-00695938 00 s 03 insubordinate 0 resistant 0 resistive 0 008 & 00695523 a 0000 + 02521410 v 0302 + 02583545 v 0301 + 01116585 v 0301 + 01169317 n 0201 + 02521410 v 0202 + 02583545 v 0201 + 01116585 v 0201 | disposed to or engaged in defiance of established authority
-00696207 00 s 01 obstreperous 0 002 & 00695523 a 0000 + 04908283 n 0101 | noisily and stubbornly defiant; "obstreperous boys"
-00696335 00 s 01 recalcitrant 0 002 & 00695523 a 0000 + 04907575 n 0104 | marked by stubborn resistance to authority; "the University suspended the most recalcitrant demonstrators"
-00696518 00 a 01 compliant 0 011 ^ 01474513 a 0000 ^ 01612053 a 0000 ^ 02451113 a 0000 ^ 02564986 a 0000 + 04641153 n 0102 + 04641153 n 0103 + 02542280 v 0101 ! 00695523 a 0101 & 00696828 a 0000 & 00696996 a 0000 & 00697089 a 0000 | disposed or willing to comply; "children compliant with the parental will"
-00696828 00 s 02 amenable 0 conformable 0 003 & 00696518 a 0000 + 04906026 n 0101 + 04906026 n 0102 | disposed or willing to comply; "someone amenable to persuasion"
-00696996 00 s 01 lamblike 0 001 & 00696518 a 0000 | like a lamb in meekness and gentleness
-00697089 00 s 01 nonresistant 0 002 & 00696518 a 0000 + 01169598 n 0101 | offering no resistance
-00697188 00 a 01 defined 0 002 ^ 00700451 a 0000 ! 00697389 a 0101 | clearly characterized or delimited; "lost in a maze of words both defined and undefined"; "each child has clearly defined duties"
-00697389 00 a 02 undefined 0 vague 4 004 ^ 00701479 a 0000 + 04824350 n 0201 ! 00697188 a 0101 & 00697691 a 0000 | not precisely limited, determined, or distinguished; "an undefined term"; "undefined authority"; "some undefined sense of excitement"; "vague feelings of sadness"; "a vague uneasiness"
-00697691 00 s 02 indefinable 0 undefinable 0 001 & 00697389 a 0000 | not capable of being precisely or readily described; not easily put into words; "an indefinable feeling of terror"; "an abstract concept that seems indefinable"
-00697923 00 a 02 well-defined 0 clear 4 003 + 04820258 n 0201 + 04820258 n 0205 ! 00698088 a 0101 | accurately stated or described; "a set of well-defined values"
-00698088 00 a 02 ill-defined 0 unclear 4 002 + 04823866 n 0201 ! 00697923 a 0101 | poorly stated or described; "he confuses the reader with ill-defined terms and concepts"
-00698262 00 a 01 derived 0 004 ! 00699085 a 0101 & 00698506 a 0000 & 00698586 a 0000 & 00698848 a 0000 | formed or developed from something else; not original; "the belief that classes and organizations are secondary and derived"- John Dewey
-00698506 00 s 01 derivable 0 001 & 00698262 a 0000 | capable of being derived
-00698586 00 s 01 derivative 0 007 & 00698262 a 0000 + 06480506 n 0102 + 06290051 n 0101 + 06014730 n 0102 + 02737187 v 0101 + 00251791 v 0101 + 00251615 v 0101 | resulting from or employing derivation; "a derivative process"; "a highly derivative prose style"
-00698848 00 s 03 plagiaristic 0 plagiarized 0 plagiarised 0 003 & 00698262 a 0000 + 07277158 n 0101 + 00750405 n 0101 | copied and passed off as your own; "used plagiarized data in his thesis"; "a work dotted with plagiarized phrases"
-00699085 00 a 01 underived 0 003 ! 00698262 a 0101 & 00699207 a 0000 & 00699521 a 0000 | not derived; primary or simple
-00699207 00 s 01 original 0 003 & 00699085 a 0000 + 05938400 n 0101 + 03727274 n 0103 | not derived or copied or translated from something else; "the play is original; not an adaptation"; "he kept the original copy and gave her only a xerox"; "the translation misses much of the subtlety of the original French"
-00699521 00 s 01 primary 0 001 & 00699085 a 0000 | not derived from or reducible to something else; basic; "a primary instinct"
-00699651 00 a 01 inflected 1 002 ;c 06172789 n 0000 ! 00699876 a 0101 | showing alteration in form (especially by the addition of affixes); "`boys' and `swam' are inflected English words"; "German is an inflected language"
-00699876 00 a 01 uninflected 1 002 ;c 06172789 n 0000 ! 00699651 a 0101 | not inflected; "`boy' and `swim' are uninflected English words"
-00700016 00 a 01 inflected 0 002 ! 00700312 a 0101 & 00700214 a 0000 | (of the voice) altered in tone or pitch; "his southern Yorkshire voice was less inflected and singing than her northern one"
-00700214 00 s 01 modulated 0 001 & 00700016 a 0000 | altered in volume as well as tone or pitch
-00700312 00 a 01 uninflected 0 001 ! 00700016 a 0101 | (of the voice) not inflected; "uninflected words"; "monotonic uninflected speech"
-00700451 00 a 01 definite 0 008 ^ 00428404 a 0000 ^ 00697188 a 0000 ^ 00779374 a 0000 ^ 00940437 a 0000 ! 00701479 a 0101 & 00700884 a 0000 & 00701178 a 0000 & 00701299 a 0000 | precise; explicit and clearly defined; "I want a definite answer"; "a definite statement of the terms of the will"; "a definite amount"; "definite restrictions on the sale of alcohol"; "the wedding date is now definite"; "a definite drop in attendance"
-00700884 00 s 01 certain(a) 0 001 & 00700451 a 0000 | definite but not specified or identified; "set aside a certain sum each week"; "to a certain degree"; "certain breeds do not make good pets"; "certain members have not paid their dues"; "a certain popular teacher"; "a certain Mrs. Jones"
-00701178 00 s 01 decisive 0 002 & 00700451 a 0000 + 04754440 n 0103 | unmistakable; "had a decisive lead in the polls"
-00701299 00 s 02 distinct 0 decided 0 002 & 00700451 a 0000 + 04702688 n 0101 | recognizable; marked; "noticed a distinct improvement"; "at a distinct (or decided) disadvantage"
-00701479 00 a 01 indefinite 0 011 ^ 00781168 a 0000 ^ 00430191 a 0000 ^ 00697389 a 0000 + 04757864 n 0101 + 04757864 n 0103 ! 00700451 a 0101 & 00701894 a 0000 & 00702118 a 0000 & 00702245 a 0000 & 00702444 a 0000 & 00702642 a 0000 | vague or not clearly defined or stated; "must you be so indefinite?"; "amorphous blots of color having vague and indefinite edges"; "he would not answer so indefinite a proposal"
-00701894 00 s 01 coy 0 002 & 00701479 a 0000 + 04788159 n 0101 | showing marked and often playful or irritating evasiveness or reluctance to make a definite or committing statement; "a politician coy about his intentions"
-00702118 00 s 01 indecisive 0 001 & 00701479 a 0000 | not clearly defined; "indecisive boundaries running through mountains"
-00702245 00 s 02 nebulous 0 unfixed 0 001 & 00701479 a 0000 | lacking definition or definite content; "nebulous reasons"; "unfixed as were her general notions of what men ought to be"- Jane Austen
-00702444 00 s 01 noncommittal 0 001 & 00701479 a 0000 | refusing to bind oneself to a particular course of action or view or the like; "her boyfriend was noncommittal about their future together"
-00702642 00 s 01 one(a) 0 001 & 00701479 a 0000 | indefinite in time or position; "he will come one day"; "one place or another"
-00702773 00 a 01 dehiscent 0 004 = 11444816 n 0000 + 11444816 n 0101 + 00308105 v 0101 ! 00702962 a 0101 | (of e.g. fruits and anthers) opening spontaneously at maturity to release seeds
-00702962 00 a 01 indehiscent 0 002 = 11444816 n 0000 ! 00702773 a 0101 | (of e.g. fruits) not opening spontaneously at maturity to release seeds
-00703109 00 a 01 dejected 0 008 ^ 00909363 a 0000 ^ 01149494 a 0000 ! 00704609 a 0101 & 00703366 a 0000 & 00703454 a 0000 & 00703615 a 0000 & 00704270 a 0000 & 00704360 a 0000 | affected or marked by low spirits; "is dejected but trying to look cheerful"
-00703366 00 s 01 amort 0 002 & 00703109 a 0000 ;u 07073447 n 0000 | utterly cast down
-00703454 00 s 04 chapfallen 0 chopfallen 0 crestfallen 0 deflated 0 001 & 00703109 a 0000 | brought low in spirit; "left us fatigued and deflated spiritually"
-00703615 00 s 0b gloomy 0 grim 0 blue 0 depressed 0 dispirited 0 down(p) 0 downcast 0 downhearted 0 down_in_the_mouth 0 low 0 low-spirited 0 007 & 00703109 a 0000 + 07537668 n 0a04 + 07537668 n 0801 + 07537668 n 0505 + 07533257 n 0102 + 04631470 n 0101 + 07537668 n 0b03 | filled with melancholy and despondency ; "gloomy at the thought of what he had to face"; "gloomy predictions"; "a gloomy silence"; "took a grim view of the economy"; "the darkening mood"; "lonely and blue in a strange city"; "depressed by the loss of his job"; "a dispirited and resigned expression on her face"; "downcast after his defeat"; "feeling discouraged and downhearted"
-00704270 00 s 01 glum 0 002 & 00703109 a 0000 + 07552367 n 0102 | moody and melancholic
-00704360 00 s 02 lonely 0 lonesome 0 002 & 00703109 a 0000 + 07534108 n 0102 | marked by dejection from being alone; "felt sad and lonely"; "the loneliest night of the week"; "lonesome when her husband is away"; "spent a lonesome hour in the bar"
-00704609 00 a 01 elated 0 009 ^ 00908929 a 0000 ^ 01148283 a 0000 ^ 01366718 a 0000 ! 00703109 a 0101 & 00704898 a 0000 & 00705336 a 0000 & 00705498 a 0000 & 00705616 a 0000 & 00705776 a 0000 | exultantly proud and joyful; in high spirits; "the elated winner"; "felt elated and excited"
-00704898 00 s 07 exultant 0 exulting 0 jubilant 0 prideful 0 rejoicing 0 triumphal 0 triumphant 0 010 & 00704609 a 0000 + 01823370 v 0703 + 00857923 v 0704 + 07528097 n 0601 + 07508486 n 0402 + 07527817 n 0303 + 00857923 v 0305 + 07527817 n 0302 + 01813668 v 0101 + 00857923 v 0102 | joyful and proud especially because of triumph or success; "rejoicing crowds filled the streets on VJ Day"; "a triumphal success"; "a triumphant shout"
-00705336 00 s 02 gladdened 0 exhilarated 0 001 & 00704609 a 0000 | made joyful; "the sun and the wind on his back made him feel exhilarated--happy to be alive"
-00705498 00 s 02 high 0 in_high_spirits 0 002 & 00704609 a 0000 + 14405621 n 0101 | happy and excited and energetic
-00705616 00 s 01 sublime 0 003 & 00704609 a 0000 ;u 07073447 n 0000 + 04870889 n 0101 | lifted up or set high; "their hearts were jocund and sublime"- Milton
-00705776 00 s 01 uplifted 0 002 & 00704609 a 0000 ;u 07073447 n 0000 | exalted emotionally especially with pride
-00705891 00 a 01 delicate 0 012 ^ 00708017 a 0000 ^ 02040049 a 0000 ^ 02324397 a 0000 = 05029706 n 0000 ! 00707366 a 0101 & 00706311 a 0000 & 00706455 a 0000 & 00706688 a 0000 & 00706800 a 0000 & 00706974 a 0000 & 00707087 a 0000 & 00707206 a 0000 | exquisitely fine and subtle and pleasing; susceptible to injury; "a delicate violin passage"; "delicate china"; "a delicate flavor"; "the delicate wing of a butterfly"
-00706311 00 s 02 dainty 0 exquisite 0 002 & 00705891 a 0000 + 04813066 n 0101 | delicately beautiful; "a dainty teacup"; "an exquisite cameo"
-00706455 00 s 02 ethereal 0 gossamer 0 003 & 00705891 a 0000 + 03059806 n 0202 + 03448696 n 0201 | characterized by unusual lightness and delicacy; "this smallest and most ethereal of birds"; "gossamer shading through his playing"
-00706688 00 s 01 fragile 0 001 & 00705891 a 0000 | vulnerably delicate; "she has the fragile beauty of youth"
-00706800 00 s 01 light-handed 0 001 & 00705891 a 0000 | having a metaphorically delicate touch; "the translation is...light-handed...and generally unobtrusive"- New Yorker
-00706974 00 s 01 overdelicate 0 001 & 00705891 a 0000 | extremely delicate; "an overdelicate digestive system"
-00707087 00 s 01 pastel 0 001 & 00705891 a 0000 | lacking in body or vigor; "faded pastel charms of the naive music"
-00707206 00 s 01 tender 0 002 & 00705891 a 0000 ;c 00017222 n 0000 | (of plants) not hardy; easily killed by adverse growing condition; "tender green shoots"
-00707366 00 a 01 rugged 0 008 ^ 02037708 a 0000 ^ 02321009 a 0000 ^ 02447344 a 0000 = 05029706 n 0000 + 05031214 n 0102 ! 00705891 a 0101 & 00707667 a 0000 & 00707795 a 0000 | sturdy and strong in constitution or construction; enduring; "with a house full of boys you have to have rugged furniture"
-00707667 00 s 01 knockabout 0 001 & 00707366 a 0000 | suitable for rough use; "a knockabout overcoat"; "a knockabout old car"
-00707795 00 s 02 sturdy 0 tough 0 002 & 00707366 a 0000 + 05031726 n 0101 | substantially made or constructed; "sturdy steel shelves"; "sturdy canvas"; "a tough all-weather fabric"; "some plastics are as tough as metal"
-00708017 00 a 01 breakable 0 018 = 04939324 n 0000 + 01610463 v 0101 + 01298931 v 0101 + 01369758 v 0101 + 01369346 v 0101 + 00336260 v 0103 + 00334996 v 0101 + 00434374 v 0108 + 00334186 v 0101 + 05043755 n 0102 + 04939324 n 0101 ! 00709744 a 0101 & 00708498 a 0000 & 00708738 a 0000 & 00709021 a 0000 & 00709215 a 0000 & 00709446 a 0000 & 00709625 a 0000 | capable of being broken or damaged; "earthenware pottery is breakable"; "breakable articles should be packed carefully"
-00708498 00 s 03 brittle 0 brickle 0 brickly 0 002 & 00708017 a 0000 + 04939547 n 0101 | having little elasticity; hence easily cracked or fractured or snapped; "brittle bones"; "glass is brittle"; "`brickle' and `brickly' are dialectal"
-00708738 00 s 02 crumbly 0 friable 0 004 & 00708017 a 0000 + 04939742 n 0202 + 07622261 n 0101 + 04939742 n 0101 | easily broken into small fragments or reduced to powder; "friable sandstone"; "friable carcinomatous tissue"; "friable curds formed in the stomach";"crumbly cookies"
-00709021 00 s 01 short 0 001 & 00708017 a 0000 | tending to crumble or break into flakes due to a large amount of shortening; "shortbread is a short crumbly cookie"; "a short flaky pie crust"
-00709215 00 s 03 delicate 0 fragile 0 frail 0 002 & 00708017 a 0000 + 05043755 n 0201 | easily broken or damaged or destroyed; "a kite too delicate to fly safely"; "fragile porcelain plates"; "fragile old bones"; "a frail craft"
-00709446 00 s 01 frangible 0 003 & 00708017 a 0000 + 05043755 n 0103 + 05043755 n 0104 | capable of being broken; "the museum stored all frangible articles in locked showcases"
-00709625 00 s 01 splintery 0 002 & 00708017 a 0000 + 09442838 n 0101 | subject to breaking into sharp slender pieces
-00709744 00 a 01 unbreakable 0 005 = 04939324 n 0000 + 04939987 n 0101 ! 00708017 a 0101 & 00709959 a 0000 & 00710097 a 0000 | impossible to break especially under ordinary usage; "unbreakable plastic dinnerwear"
-00709959 00 s 01 infrangible 0 001 & 00709744 a 0000 | difficult or impossible to break or separate into parts; "an infrangible series"
-00710097 00 s 03 shatterproof 0 splinterless 0 splinterproof 0 001 & 00709744 a 0000 | resistant to shattering or splintering; "shatterproof automobile windows"
-00710260 00 a 01 demanding 1 007 ^ 00744916 a 0000 ! 00711528 a 0101 & 00710585 a 0000 & 00710741 a 0000 & 00710909 a 0000 & 00711059 a 0000 & 00711308 a 0000 | requiring more than usually expected or thought due; especially great patience and effort and skill; "found the job very demanding"; "a baby can be so demanding"
-00710585 00 s 02 exigent 0 exacting 1 001 & 00710260 a 0000 | requiring precise accuracy; "an exacting job"; "became more exigent over his pronunciation"
-00710741 00 s 02 hard-to-please(a) 0 hard_to_please(p) 0 001 & 00710260 a 0000 | (of persons) "his father was a hard-to-please taskmaster"; "was very hard to please"
-00710909 00 s 01 needy 0 002 & 00710260 a 0000 + 04719805 n 0101 | demanding or needing attention, affection, or reassurance to an excessive degree
-00711059 00 s 03 rigorous 0 stringent 0 tight 0 004 & 00710260 a 0000 + 04673173 n 0202 + 04639732 n 0106 + 04639732 n 0104 | demanding strict attention to rules and procedures; "rigorous discipline"; "tight security"; "stringent safety measures"
-00711308 00 s 03 stern 0 strict 0 exacting 2 003 & 00710260 a 0000 + 04639371 n 0202 + 04639371 n 0101 | severe and unremitting in making demands; "an exacting instructor"; "a stern disciplinarian"; "strict standards"
-00711528 00 a 01 undemanding 1 006 ^ 00749230 a 0000 ! 00710260 a 0101 & 00711831 a 0000 & 00712004 a 0000 & 00712186 a 0000 & 00712314 a 0000 | requiring little if any patience or effort or skill; "the pay was adequate and the job undemanding"; "simple undemanding affection"; "an undemanding boss"
-00711831 00 s 01 lenient 0 003 & 00711528 a 0000 + 01071213 n 0102 + 04638585 n 0102 | not strict; "an easy teacher"; "easy standards"; "lenient rules"; "an easy penalty"
-00712004 00 s 01 easygoing 0 002 & 00711528 a 0000 + 04640722 n 0101 | relaxed and informal in attitude or standards; "an easygoing teacher who allowed extra time for assignments"
-00712186 00 s 01 light 0 001 & 00711528 a 0000 | demanding little effort; not burdensome; "light housework"; "light exercise"
-00712314 00 s 01 unexacting 0 001 & 00711528 a 0000 | not rigorous; "relaxed and unexacting standards"
-00712419 00 a 01 imperative 0 009 ^ 00156101 a 0000 + 14451349 n 0101 ! 00713995 a 0101 & 00712765 a 0000 & 00712877 a 0000 & 00713205 a 0000 & 00713351 a 0000 & 00713558 a 0000 & 00713853 a 0000 | requiring attention or action; "as nuclear weapons proliferate, preventing war becomes imperative"; "requests that grew more and more imperative"
-00712765 00 s 01 adjuratory 1 002 & 00712419 a 0000 + 00755331 v 0101 | containing a solemn charge or command
-00712877 00 s 05 clamant 0 crying 0 exigent 0 insistent 0 instant 0 005 & 00712419 a 0000 + 05172131 n 0502 + 14451349 n 0403 + 14033054 n 0301 + 07417405 n 0302 | demanding attention; "clamant needs"; "a crying need"; "regarded literary questions as exigent and momentous"- H.L.Mencken; "insistent hunger"; "an instant need"
-00713205 00 s 01 peremptory 2 001 & 00712419 a 0000 | not allowing contradiction or refusal; "spoke in peremptory tones"; "peremptory commands"
-00713351 00 s 01 desperate 0 001 & 00712419 a 0000 | showing extreme urgency or intensity especially because of great need or desire; "felt a desperate urge to confess"; "a desperate need for recognition"
-00713558 00 s 02 pressing 0 urgent 0 006 & 00712419 a 0000 + 13944516 n 0201 + 05171800 n 0201 + 00875141 v 0202 + 00858781 v 0204 + 00765649 v 0201 | compelling immediate action; "too pressing to permit of longer delay"; "the urgent words `Hurry! Hurry!'"; "bridges in urgent need of repair"
-00713853 00 s 02 strident 0 shrill 0 001 & 00712419 a 0000 | being sharply insistent on being heard; "strident demands"; "shrill criticism"
-00713995 00 a 03 beseeching 0 pleading 0 imploring 0 007 ! 00712419 a 0101 & 00714190 a 0000 & 00714320 a 0000 & 00714437 a 0000 & 00714585 a 0000 & 00714763 a 0000 & 00714889 a 0000 | begging
-00714190 00 s 01 adjuratory 0 002 & 00713995 a 0000 + 00759657 v 0104 | earnestly or solemnly entreating; "in adjuratory terms"
-00714320 00 s 01 importunate 0 001 & 00713995 a 0000 | expressing earnest entreaty; "an importunate job applicant"
-00714437 00 s 01 mendicant 0 004 & 00713995 a 0000 + 10111903 n 0102 + 09847010 n 0102 + 07187996 n 0103 | practicing beggary; "mendicant friars"
-00714585 00 s 01 petitionary 0 002 & 00713995 a 0000 + 06513366 n 0102 | of the nature of or expressing a petition; "the petitionary procedure had a quality of indecisiveness"
-00714763 00 s 02 precatory 0 precative 0 001 & 00713995 a 0000 | expressing entreaty or supplication; "precatory overtures"
-00714889 00 s 03 suppliant 0 supplicant 0 supplicatory 0 007 & 00713995 a 0000 + 00759087 v 0301 + 00758887 v 0301 + 00758627 v 0301 + 00759087 v 0201 + 00758887 v 0201 + 00758627 v 0201 | humbly entreating; "a suppliant sinner seeking forgiveness"
-00715140 00 a 01 democratic 0 011 ^ 00846052 a 0000 + 06217103 n 0101 ! 00717417 a 0101 & 00715586 a 0000 & 00715677 a 0000 & 00715830 a 0000 & 00716056 a 0000 & 00716211 a 0000 & 00716370 a 0000 & 00716562 a 0000 & 00716892 a 0000 | characterized by or advocating or based upon the principles of democracy or social equality; "democratic government"; "a democratic country"; "a democratic scorn for bloated dukes and lords"- George du Maurier
-00715586 00 s 01 antiauthoritarian 0 001 & 00715140 a 0000 | opposed to authoritarianism
-00715677 00 s 02 classless 0 egalitarian 0 003 & 00715140 a 0000 + 10046870 n 0201 + 13947010 n 0201 | favoring social equality; "a classless society"
-00715830 00 s 01 parliamentary 0 001 & 00715140 a 0000 | having the supreme legislative power resting with a body of cabinet ministers chosen from and responsible to the legislature or parliament; "parliamentary government"
-00716056 00 s 01 parliamentary 2 001 & 00715140 a 0000 | in accord with rules and customs of a legislative or deliberative assembly; "parliamentary law"
-00716211 00 s 01 participatory 0 002 & 00715140 a 0000 + 01082606 v 0102 | affording the opportunity for individual participation; "participatory democracy"
-00716370 00 s 01 popular 0 001 & 00715140 a 0000 | carried on by or for the people (or citizens) at large; "the popular vote"; "popular representation"; "institutions of popular government"
-00716562 00 s 01 representative 0 002 & 00715140 a 0000 + 02541509 v 0101 | being or characteristic of government by representation in which citizens exercise power through elected officers and representatives; "representative government as defined by Abraham Lincoln is government of the people, by the people, for the people"
-00716892 00 s 01 republican 0 002 & 00715140 a 0000 + 10522495 n 0101 | having the supreme power lying in the body of citizens entitled to vote for officers and representatives responsible to them or characteristic of such government; "the United States shall guarantee to every state in this union a republican form of government"- United States Constitution; "a very republican notion"; "so little republican and so much aristocratic sentiment"- Philip Marsh; "our republican and artistic simplicity"-Nathaniel Hawthorne
-00717417 00 a 01 undemocratic 0 005 ! 00715140 a 0101 & 00717684 a 0000 & 00718137 a 0000 & 00718339 a 0000 & 00718635 a 0000 | not in agreement with or according to democratic doctrine or practice or ideals; "the union broke with its past undemocratic procedures"
-00717684 00 s 06 authoritarian 0 autocratic 0 dictatorial 0 despotic 0 tyrannic 0 tyrannical 0 006 & 00717417 a 0000 + 14443912 n 0602 + 14443912 n 0502 + 10735298 n 0403 + 10011902 n 0301 + 10735298 n 0202 | characteristic of an absolute ruler or absolute rule; having absolute sovereignty; "an authoritarian regime"; "autocratic government"; "despotic rulers"; "a dictatorial rule that lasted for the duration of the war"; "a tyrannical government"
-00718137 00 s 01 despotic 2 002 & 00717417 a 0000 + 10735298 n 0103 | ruled by or characteristic of a despot; "moved from a feudal to a despotic order"; "his administration was arrogant and despotic"
-00718339 00 s 03 monarchal 0 monarchical 0 monarchic 0 007 & 00717417 a 0000 + 08363812 n 0301 + 10628644 n 0303 + 10628644 n 0203 + 08363812 n 0201 + 08363812 n 0101 + 10628644 n 0103 | ruled by or having the supreme power resting with a monarch; "monarchal government"; "monarchical systems"
-00718635 00 s 01 totalitarian 0 001 & 00717417 a 0000 | characterized by a government in which the political authority exercises absolute and centralized control; "a totalitarian regime crushes all autonomous institutions in its drive to seize the human soul"- Arthur M.Schlesinger, Jr.
-00718924 00 a 01 arbitrary 0 005 + 04671841 n 0102 ! 00720082 a 0101 & 00719328 a 0000 & 00719442 a 0000 & 00719819 a 0000 | based on or subject to individual discretion or preference or sometimes impulse or caprice; "an arbitrary decision"; "the arbitrary rule of a dictator"; "an arbitrary penalty"; "of arbitrary size and shape"; "an arbitrary choice"; "arbitrary division of the group into halves"
-00719328 00 s 01 absolute 0 002 & 00718924 a 0000 + 04738398 n 0101 | not limited by law; "an absolute monarch"
-00719442 00 s 03 capricious 0 impulsive 0 whimsical 0 007 & 00718924 a 0000 + 05919549 n 0303 + 04671841 n 0304 + 04671841 n 0303 + 04662504 n 0201 + 07490579 n 0101 + 04671841 n 0106 | determined by chance or impulse or whim rather than by necessity or reason; "a capricious refusal"; "authoritarian rulers are frequently capricious"; "the victim of whimsical persecutions"
-00719819 00 s 02 discretionary 0 discretional 0 003 & 00718924 a 0000 + 13995824 n 0101 + 05198756 n 0102 | having or using the ability to act or decide according to your own discretion or judgment; "The commission has discretionary power to award extra funds"
-00720082 00 a 02 nonarbitrary 0 unarbitrary 0 002 ! 00718924 a 0101 & 00720212 a 0000 | not subject to individual determination
-00720212 00 s 01 prescribed 0 001 & 00720082 a 0000 | set down as a rule or guide
-00720296 00 a 01 demonstrative 0 005 ^ 01988166 a 0000 + 04626879 n 0101 ! 00720913 a 0101 & 00720524 a 0000 & 00720777 a 0000 | given to or marked by the open expression of emotion; "an affectionate and demonstrative family"
-00720524 00 s 03 effusive 0 gushing(a) 0 gushy 0 002 & 00720296 a 0000 + 07014320 n 0302 | extravagantly demonstrative; "insincere and effusive demonstrations of sentimental friendship"; "a large gushing female"; "write unrestrained and gushy poetry"
-00720777 00 s 02 epideictic 0 epideictical 0 001 & 00720296 a 0000 | designed primarily for rhetorical display; "epideictic orations"
-00720913 00 a 01 undemonstrative 0 003 ^ 01987341 a 0000 ! 00720296 a 0101 & 00721050 a 0000 | not given to open expression of emotion
-00721050 00 s 03 restrained 0 reticent 0 unemotional 0 001 & 00720913 a 0000 | cool and formal in manner
-00721157 00 a 01 deniable 0 003 ! 00721505 a 0101 & 00721287 a 0000 & 00721371 a 0000 | capable of being denied or contradicted
-00721287 00 s 01 disavowable 0 001 & 00721157 a 0000 | capable of being disavowed
-00721371 00 s 04 questionable 0 refutable 0 confutable 0 confutative 0 002 & 00721157 a 0000 + 00667424 v 0402 | able to be refuted
-00721505 00 a 01 undeniable 0 004 ^ 01918184 a 0000 ! 00721157 a 0101 & 00721636 a 0000 & 00721838 a 0000 | not possible to deny
-00721636 00 s 03 incontestable 0 indisputable 0 undisputable 0 002 & 00721505 a 0000 + 04754862 n 0201 | not open to question; obviously true; "undeniable guilt"; "indisputable evidence of a witness"
-00721838 00 s 03 incontrovertible 0 irrefutable 0 positive 0 004 & 00721505 a 0000 + 04755218 n 0303 + 04755218 n 0102 + 04755218 n 0101 | impossible to deny or disprove; "incontrovertible proof of the defendant's innocence"; "proof positive"; "an irrefutable argument"
-00722110 00 a 02 denotative 0 denotive 0 009 ^ 00940437 a 0000 + 00931467 v 0201 + 00931467 v 0101 ! 00723163 a 0101 & 00722386 a 0000 & 00722611 a 0000 & 00722707 a 0000 & 00722886 a 0000 & 00723015 a 0000 | having the power of explicitly denoting or designating or naming
-00722386 00 s 02 appellative 0 naming(a) 0 002 & 00722110 a 0000 + 06338908 n 0104 | inclined to or serving for the giving of names; "the appellative faculty of children"; "the appellative function of some primitive rites"
-00722611 00 s 01 designative 0 002 & 00722110 a 0000 + 01030132 v 0101 | serving to designate
-00722707 00 s 01 extensional 0 003 & 00722110 a 0000 ;c 06163751 n 0000 + 05922949 n 0103 | defining a word by listing the class of entities to which the word correctly applies
-00722886 00 s 01 referent 0 002 & 00722110 a 0000 + 05922949 n 0101 | having reference; "judgments referent to the indictment"
-00723015 00 s 01 referential 0 002 & 00722110 a 0000 + 05923314 n 0101 | referring or pointing to something; "symbols are inherently referential"
-00723163 00 a 01 connotative 0 006 ^ 00941485 a 0000 ! 00722110 a 0101 & 00723395 a 0000 & 00723542 a 0000 & 00723786 a 0000 & 00723910 a 0000 | having the power of implying or suggesting something in addition to what is explicit
-00723395 00 s 02 connotational 0 connotative_of(p) 0 003 & 00723163 a 0000 + 06602935 n 0102 + 05923566 n 0101 | of or relating to a connotation
-00723542 00 s 02 implicative 0 suggestive 0 005 & 00723163 a 0000 + 00930806 v 0201 + 02635189 v 0102 + 00930599 v 0101 + 00929839 v 0101 | tending to suggest or imply; "artifacts suggestive of an ancient society"; "an implicative statement"
-00723786 00 s 01 inferential 0 002 & 00723163 a 0000 + 05774614 n 0101 | derived or capable of being derived by inference
-00723910 00 s 01 intensional 0 003 & 00723163 a 0000 ;c 06163751 n 0000 + 06602935 n 0101 | used of the set of attributes that distinguish the referents of a given word
-00724081 00 a 02 reliable 0 dependable 0 010 ^ 02464693 a 0000 + 04670022 n 0202 + 04670022 n 0201 ! 00724861 a 0202 + 04670022 n 0104 + 04670022 n 0103 ! 00724861 a 0101 & 00724397 a 0000 & 00724596 a 0000 & 00724720 a 0000 | worthy of reliance or trust; "a reliable source of information"; "a dependable worker"
-00724397 00 s 02 certain 0 sure 0 001 & 00724081 a 0000 | reliable in operation or effect; "a quick and certain remedy"; "a sure way to distinguish the two"; "wood dust is a sure sign of termites"
-00724596 00 s 04 tested 0 time-tested 0 tried 0 tried_and_true 0 001 & 00724081 a 0000 | tested and proved to be reliable
-00724720 00 s 01 undeviating 0 001 & 00724081 a 0000 | used of values and principles; not subject to change; steady; "undeviating loyalty"
-00724861 00 a 02 unreliable 0 undependable 0 010 ^ 02466111 a 0000 + 04671394 n 0202 + 04671394 n 0201 ! 00724081 a 0202 + 04671394 n 0104 + 04671394 n 0103 ! 00724081 a 0101 & 00725227 a 0000 & 00725522 a 0000 & 00725704 a 0000 | not worthy of reliance or trust; "in the early 1950s computers were large and expensive and unreliable"; "an undependable assistant"
-00725227 00 s 02 erratic 0 temperamental 0 001 & 00724861 a 0000 | likely to perform unpredictably; "erratic winds are the bane of a sailor"; "a temperamental motor; sometimes it would start and sometimes it wouldn't"; "that beautiful but temperamental instrument the flute"- Osbert Lancaster
-00725522 00 s 01 uncertain 0 002 & 00724861 a 0000 + 04756887 n 0102 | not consistent or dependable; "an uncertain recollection of events"; "a gun with a rather uncertain trigger"
-00725704 00 s 01 unsound 0 001 & 00724861 a 0000 | of e.g. advice
-00725772 00 a 01 dependent 0 014 ^ 01064286 a 0000 = 13994148 n 0000 + 10004804 n 0102 + 14001348 n 0103 + 14001348 n 0101 ! 00727564 a 0101 & 00726189 a 0000 & 00726317 a 0000 & 00726445 a 0000 & 00726612 a 0000 & 00726723 a 0000 & 00727113 a 0000 & 00727268 a 0000 & 00727481 a 0000 | relying on or requiring a person or thing for support, supply, or what is needed; "dependent children"; "dependent on moisture"
-00726189 00 s 01 babelike 0 001 & 00725772 a 0000 | like a baby especially in dependence; "babelike innocence and dependence"
-00726317 00 s 01 helpless 0 002 & 00725772 a 0000 + 07538142 n 0101 | unable to manage independently; "as helpless as a baby"
-00726445 00 s 03 interdependent 0 mutualist 0 mutually_beneficial 0 004 & 00725772 a 0000 + 13841863 n 0103 + 13841863 n 0102 + 02622033 v 0102 | mutually dependent
-00726612 00 s 01 myrmecophilous 0 002 & 00725772 a 0000 ;c 06037666 n 0000 | living symbiotically with ants
-00726723 00 s 04 parasitic 0 parasitical 0 leechlike 0 bloodsucking 0 003 & 00725772 a 0000 + 10252674 n 0202 + 10252674 n 0102 | of plants or persons; having the nature or habits of a parasite or leech; living off another; "a wealthy class parasitic upon the labor of the masses"; "parasitic vines that strangle the trees"; "bloodsucking blackmailer"; "his indolent leechlike existence"
-00727113 00 s 01 reliant 0 003 & 00725772 a 0000 + 14001728 n 0101 + 00688377 v 0103 | relying on another for support; "dependent on Middle Eastern oil"
-00727268 00 s 01 symbiotic 0 003 & 00725772 a 0000 ;c 06037666 n 0000 + 13842622 n 0101 | used of organisms (especially of different species) living together but not necessarily in a relation beneficial to each
-00727481 00 s 01 underage 0 001 & 00725772 a 0000 | dependent by virtue of youth
-00727564 00 a 01 independent 0 020 ^ 01061489 a 0000 ^ 02109678 a 0000 = 13994148 n 0000 + 13994148 n 0102 + 13994148 n 0101 ! 00725772 a 0101 & 00728103 a 0000 & 00728225 a 0000 & 00728431 a 0000 & 00728619 a 0000 & 00728826 a 0000 & 00728993 a 0000 & 00729133 a 0000 & 00729246 a 0000 & 00729439 a 0000 & 00729647 a 0000 & 00729776 a 0000 & 00729894 a 0000 & 00730009 a 0000 & 00730082 a 0000 | free from external control and constraint; "an independent mind"; "a series of independent judgments"; "fiercely independent individualism"
-00728103 00 s 02 autarkic 0 autarkical 0 002 & 00727564 a 0000 + 13993356 n 0201 | of countries; not relying on imports
-00728225 00 s 03 autonomous 1 self-directed 0 self-reliant 0 003 & 00727564 a 0000 + 14001031 n 0303 + 14001031 n 0101 | (of persons) free from external control and constraint in e.g. action and judgment
-00728431 00 s 01 autonomous 2 002 & 00727564 a 0000 + 13992514 n 0101 | existing as an independent entity; "the partitioning of India created two separate and autonomous jute economies"
-00728619 00 s 03 breakaway 0 fissiparous 0 separatist 0 002 & 00727564 a 0000 + 10580030 n 0301 | having separated or advocating separation from another entity or policy or attitude; "a breakaway faction"
-00728826 00 s 01 commutative 0 003 & 00727564 a 0000 ;c 06000644 n 0000 + 00139367 v 0101 | (of a binary operation) independent of order; as in e.g. "a x b = b x a"
-00728993 00 s 03 free-living 0 nonparasitic 0 nonsymbiotic 0 002 & 00727564 a 0000 ;c 06037666 n 0000 | not parasitic on another organism
-00729133 00 s 01 indie 0 001 & 00727564 a 0000 | (of pop groups) not affiliated with a major recording company
-00729246 00 s 03 individual 0 case-by-case 0 item-by-item 0 001 & 00727564 a 0000 | separate and distinct from others of the same kind; "mark the individual pages"; "on a case-by-case basis"
-00729439 00 s 03 self-sufficient 0 self-sufficing 0 self-sustaining 0 002 & 00727564 a 0000 + 14001031 n 0104 | able to provide for your own needs without help from others; "a self-sufficing economic unit"
-00729647 00 s 01 self-supporting 0 001 & 00727564 a 0000 | financially independent; "now that my children are self-supporting"
-00729776 00 s 01 single-handed 0 001 & 00727564 a 0000 | without help from others; "a single-handed accomplishment"
-00729894 00 s 01 strong-minded 0 001 & 00727564 a 0000 | marked by vigorous independence of thought and judgment
-00730009 00 s 01 unaffiliated 0 001 & 00727564 a 0000 | not affiliated
-00730082 00 s 01 unconditional 0 001 & 00727564 a 0000 | not contingent; not determined or influenced by someone or something else
-00730215 00 a 02 independent 2 main(a) 2 002 ;c 06174404 n 0000 ! 00730470 a 0101 | (of a clause) capable of standing syntactically alone as a complete sentence; "the main (or independent) clause in a complex sentence has at least a subject and a verb"
-00730470 00 a 02 dependent 2 subordinate 3 002 ;c 06174404 n 0000 ! 00730215 a 0101 | (of a clause) unable to stand alone syntactically as a complete sentence; "a subordinate (or dependent) clause functions as a noun or adjective or adverb within a sentence"
-00730731 00 a 02 partisan 0 partizan 0 005 + 10059582 n 0203 + 10059582 n 0102 ! 00731292 a 0101 & 00730896 a 0000 & 00730985 a 0000 | devoted to a cause or party
-00730896 00 s 01 party-spirited 0 001 & 00730731 a 0000 | devoted to a political party
-00730985 00 s 02 tendentious 0 tendencious 0 004 & 00730731 a 0000 + 06196584 n 0203 + 06196584 n 0103 + 06204289 n 0101 | having or marked by a strong tendency especially a controversial one; "a tendentious account of recent elections"; "distinguishing between verifiable fact and tendentious assertion"
-00731292 00 a 02 nonpartisan 0 nonpartizan 0 005 ! 00730731 a 0101 & 00731471 a 0000 & 00731606 a 0000 & 00731725 a 0000 + 10361390 n 0101 | free from party affiliation or bias
-00731471 00 s 04 bipartisan 0 bipartizan 0 two-party 0 two-way 0 001 & 00731292 a 0000 | supported by both sides; "a two-way treaty"
-00731606 00 s 01 independent 0 002 & 00731292 a 0000 + 13994148 n 0101 | not controlled by a party or interest group
-00731725 00 s 02 unbiased 0 unbiassed 0 001 & 00731292 a 0000 | without bias
-00731804 00 a 01 aligned 1 002 ! 00732037 a 0101 & 00731955 a 0000 | brought into agreement or cooperation on the side of a faction, party, or cause
-00731955 00 s 01 allied 0 001 & 00731804 a 0000 | joined by treaty or agreement
-00732037 00 a 01 nonaligned 0 002 ! 00731804 a 0101 & 00732160 a 0000 | not affiliated with any faction, party, or cause
-00732160 00 s 01 neutral 0 003 & 00732037 a 0000 + 10355142 n 0101 + 01240850 n 0101 | not supporting or favoring either side in a war, dispute, or contest
-00732318 00 a 01 descriptive 0 002 ;c 06174404 n 0000 ! 00732456 a 0101 | describing the structure of a language; "descriptive grammar"
-00732456 00 a 02 prescriptive 0 normative 0 003 ;c 06174404 n 0000 + 00747135 v 0102 ! 00732318 a 0101 | pertaining to giving directives or rules; "prescriptive grammar is concerned with norms of or rules for correct usage"
-00732682 00 a 01 descriptive 2 002 + 00965035 v 0102 ! 00732872 a 0101 | serving to describe or inform or characterized by description; "the descriptive variable"; "a descriptive passage"
-00732872 00 a 01 undescriptive 0 001 ! 00732682 a 0101 | not successful in describing
-00732960 00 a 01 desirable 0 010 ^ 01459422 a 0000 ^ 02526925 a 0000 + 05141840 n 0102 + 05141840 n 0101 ! 00733905 a 0101 & 00733297 a 0000 & 00733406 a 0000 & 00733541 a 0000 & 00733632 a 0000 & 00733743 a 0000 | worth having or seeking or achieving; "a desirable job"; "computer with many desirable features"; "a desirable outcome"
-00733297 00 s 04 coveted 0 desired 0 in_demand(p) 0 sought_after 0 001 & 00732960 a 0000 | greatly desired
-00733406 00 s 02 delectable 0 sexually_attractive 0 001 & 00732960 a 0000 | capable of arousing desire; "the delectable Miss Haynes"
-00733541 00 s 01 enviable 0 001 & 00732960 a 0000 | causing envy; "an enviable position"
-00733632 00 s 01 plummy 0 002 & 00732960 a 0000 ;u 07075172 n 0000 | very desirable; "a plummy leading role"
-00733743 00 s 02 preferable 0 preferred 0 001 & 00732960 a 0000 | more desirable than another; "coffee is preferable to tea"; "Danny's preferred name is `Dan'"
-00733905 00 a 02 undesirable 0 unwanted 1 006 ^ 01460421 a 0000 ^ 02527734 a 0000 + 10737264 n 0101 + 05142008 n 0101 ! 00732960 a 0101 & 00734187 a 0000 | not wanted; "undesirable impurities in steel"; "legislation excluding undesirable aliens";"removed the unwanted vegetation"
-00734187 00 s 01 unenviable 0 001 & 00733905 a 0000 | so undesirable as to be incapable of arousing envy; "unenviable notoriety"
-00734318 00 a 01 destroyed 0 018 ^ 00679147 a 0000 ! 00737246 a 0101 & 00734798 a 0000 & 00734906 a 0000 & 00735088 a 0000 & 00735195 a 0000 & 00735336 a 0000 & 00735608 a 0000 & 00735709 a 0000 & 00735882 a 0000 & 00736020 a 0000 & 00736196 a 0000 & 00736299 a 0000 & 00736511 a 0000 & 00736671 a 0000 & 00736879 a 0000 & 00737033 a 0000 & 00737116 a 0000 | spoiled or ruined or demolished; "war left many cities destroyed"; "Alzheimer's is responsible for her destroyed mind"
-00734798 00 s 03 annihilated 0 exterminated 0 wiped_out(p) 0 001 & 00734318 a 0000 | destroyed completely
-00734906 00 s 02 blighted 0 spoilt 0 001 & 00734318 a 0000 | affected by blight; anything that mars or prevents growth or prosperity; "a blighted rose"; "blighted urban districts"
-00735088 00 s 03 blotted_out 0 obliterate 0 obliterated 0 001 & 00734318 a 0000 | reduced to nothingness
-00735195 00 s 03 broken 0 wiped_out(p) 2 impoverished 0 001 & 00734318 a 0000 | destroyed financially; "the broken fortunes of the family"
-00735336 00 s 05 burned 0 burnt 0 burned-over 0 burned-out 0 burnt-out 0 001 & 00734318 a 0000 | destroyed or badly damaged by fire; "a row of burned houses"; "a charred bit of burnt wood"; "a burned-over site in the forest"; "barricaded the street with burnt-out cars"
-00735608 00 s 03 demolished 0 dismantled 0 razed 0 001 & 00734318 a 0000 | torn down and broken up
-00735709 00 s 05 despoiled 0 pillaged 0 raped 0 ravaged 2 sacked 0 001 & 00734318 a 0000 | having been robbed and destroyed by force and violence; "the raped countryside"
-00735882 00 s 03 done_for(p) 0 kaput(p) 0 gone(a) 0 002 & 00734318 a 0000 ;u 07075172 n 0000 | destroyed or killed; "we are gone geese"
-00736020 00 s 01 extinguished 0 002 & 00734318 a 0000 ;c 06136258 n 0000 | of a conditioned response; caused to die out because of the absence or withdrawal of reinforcement
-00736196 00 s 01 fallen 0 001 & 00734318 a 0000 | having fallen in or collapsed; "a fallen building"
-00736299 00 s 02 finished 0 ruined 2 001 & 00734318 a 0000 | brought to ruin; "after the revolution the aristocracy was finished"; "the unsuccessful run for office left him ruined politically and economically"
-00736511 00 s 01 scorched 0 001 & 00734318 a 0000 | having everything destroyed so nothing is left salvageable by an enemy; "Sherman's scorched earth policy"
-00736671 00 s 02 shattered 0 tattered 0 001 & 00734318 a 0000 | ruined or disrupted; "our shattered dreams of peace and prosperity"; "a tattered remnant of its former strength"; "my torn and tattered past"
-00736879 00 s 01 totaled 0 001 & 00734318 a 0000 | used of automobiles; completely demolished; "the insurance adjuster declared the automobile totaled"
-00737033 00 s 02 war-torn 0 war-worn 0 001 & 00734318 a 0000 | laid waste by war
-00737116 00 s 01 wrecked 1 001 & 00734318 a 0000 | destroyed in an accident; "a wrecked ship"; "a highway full of wrecked cars"
-00737246 00 a 01 preserved 1 006 ! 00734318 a 0101 & 00737432 a 0000 & 00737515 a 0000 & 00737619 a 0000 & 00737703 a 0000 & 00737801 a 0000 | kept intact or in a particular condition
-00737432 00 s 01 conserved 0 001 & 00737246 a 0000 | protected from harm or loss
-00737515 00 s 03 kept_up(p) 0 maintained 1 well-kept 0 001 & 00737246 a 0000 | kept in good condition
-00737619 00 s 01 preservable 0 001 & 00737246 a 0000 | capable of being preserved
-00737703 00 s 02 protected 0 saved 0 001 & 00737246 a 0000 | guarded from injury or destruction
-00737801 00 s 02 retained 0 maintained 2 001 & 00737246 a 0000 | continued in your keeping or use or memory; "in...the retained pattern of dancers and guests remembered"
-00737973 00 a 01 destructible 0 007 = 05043459 n 0000 + 01619929 v 0101 + 01564144 v 0101 + 05043459 n 0101 ! 00738368 a 0101 & 00738182 a 0000 & 00738284 a 0000 | easily destroyed; "destructible glassware"
-00738182 00 s 01 abolishable 0 002 & 00737973 a 0000 + 02427334 v 0101 | capable of being abolished
-00738284 00 s 01 destroyable 0 001 & 00737973 a 0000 | capable of being destroyed
-00738368 00 a 01 indestructible 0 004 = 05043459 n 0000 + 05043621 n 0101 ! 00737973 a 0101 & 00738503 a 0000 | not easily destroyed
-00738503 00 s 01 undestroyable 0 001 & 00738368 a 0000 | not capable of being destroyed
-00738593 00 a 01 determinable 0 005 ^ 00301187 a 0000 ! 00739273 a 0101 & 00738829 a 0000 & 00739022 a 0000 & 00739163 a 0000 | capable of being determined or limited or fixed; "determinable velocities"; "matters determinable by law"
-00738829 00 s 02 ascertainable 0 discoverable 0 004 & 00738593 a 0000 + 00918872 v 0104 + 00920336 v 0105 + 00721302 v 0101 | capable of being ascertained or found out; "ascertainable facts"
-00739022 00 s 01 definable 0 001 & 00738593 a 0000 | capable of being defined, limited, or explained; "definable terms"; "definable rules"
-00739163 00 s 01 judicable 0 001 & 00738593 a 0000 | capable of being judged or decided; "judicable issues"
-00739273 00 a 02 indeterminable 0 undeterminable 0 006 ^ 00301777 a 0000 ^ 00740336 a 0000 ! 00738593 a 0101 & 00739495 a 0000 & 00739663 a 0000 & 00739789 a 0000 | not capable of being definitely decided or ascertained
-00739495 00 s 01 indeterminate 0 002 & 00739273 a 0000 + 04757864 n 0102 | not capable of being determined; "the indeterminate number of plant species in the jungle"
-00739663 00 s 02 unascertainable 0 undiscoverable 0 001 & 00739273 a 0000 | not able to be ascertained; resisting discovery
-00739789 00 s 01 unpredictable 0 002 & 00739273 a 0000 + 04758313 n 0101 | unknown in advance; "an unpredictable (or indeterminable) future"
-00739932 00 a 01 determinate 1 003 + 04754237 n 0101 ! 00740336 a 0101 & 00740217 a 0000 | precisely determined or limited or defined; especially fixed by rule or by a specific and constant cause; "a determinate distance"; "a determinate number"; "determinate variations in animals"
-00740217 00 s 01 fixed 0 002 & 00739932 a 0000 + 04740655 n 0101 | (of a number) having a fixed and unchanging value
-00740336 00 a 02 indeterminate 1 undetermined 4 007 ^ 00550777 a 0000 ^ 00739273 a 0000 ^ 00336168 a 0000 + 04757864 n 0102 ! 00739932 a 0101 & 00740767 a 0000 & 00740958 a 0000 | not precisely determined or established; not fixed or known in advance; "of indeterminate age"; "a zillion is a large indeterminate number"; "an indeterminate point of law"; "the influence of environment is indeterminate"; "an indeterminate future"
-00740767 00 s 01 cost-plus 0 001 & 00740336 a 0000 | determining payment based on the actual cost of production plus an agreed-upon fee or rate of profit; "a cost-plus government contract"
-00740958 00 s 01 open-ended 0 001 & 00740336 a 0000 | allowing for a spontaneous response; "an open-ended question"
-00741076 00 a 01 determinate 2 003 ;c 06066555 n 0000 ! 00741459 a 0101 & 00741240 a 0000 | not continuing to grow indefinitely at the apex; "determinate growth"
-00741240 00 s 01 cymose 0 002 & 00741076 a 0000 ;c 06066555 n 0000 | having a usually flat-topped flower cluster in which the main and branch stems each end in a flower that opens before those below it or to its side
-00741459 00 a 01 indeterminate 2 003 ;c 06066555 n 0000 ! 00741076 a 0101 & 00741633 a 0000 | having a capacity for continuing to grow at the apex; "an indeterminate stem"
-00741633 00 s 01 racemose 0 002 & 00741459 a 0000 ;c 06066555 n 0000 | having stalked flowers along an elongated stem that continue to open in succession from below as the stem continues to grow; "lilies of the valley are racemose"
-00741867 00 a 01 developed 0 003 ! 00742425 a 0101 & 00742164 a 0000 & 00742316 a 0000 | being changed over time so as to be e.g. stronger or more complete or more useful; "the developed qualities of the Hellenic outlook"; "they have very small limbs with only two fully developed toes on each"
-00742164 00 s 01 formulated 0 001 & 00741867 a 0000 | devised; developed according to an orderly plan; "he had well formulated opinions on schooling"
-00742316 00 s 02 mature 0 matured 0 001 & 00741867 a 0000 | fully considered and perfected; "mature plans"
-00742425 00 a 01 undeveloped 0 003 ! 00741867 a 0101 & 00742620 a 0000 & 00742714 a 0000 | not developed; "courses in interior design were rare and undeveloped"; "undeveloped social awareness"
-00742620 00 s 01 budding 0 001 & 00742425 a 0000 | beginning to develop; "a budding genius"
-00742714 00 s 02 vestigial 0 rudimentary 0 003 & 00742425 a 0000 ;c 06037666 n 0000 + 05604022 n 0201 | not fully developed in mature animals; "rudimentary wings"
-00742879 00 a 01 dextral 0 005 ^ 00441781 a 0000 ^ 02028612 a 0000 ! 00743435 a 0101 & 00743183 a 0000 & 00743293 a 0000 | of or on the right; "a dextral gastropod shell with the apex upward has its opening on the right when facing the observer"; "a dextral flatfish lies with the right eye uppermost"
-00743183 00 s 01 dexter 0 002 & 00742879 a 0000 ;c 05801594 n 0000 | on or starting from the wearer's right
-00743293 00 s 02 dextrorse 0 dextrorsal 0 002 & 00742879 a 0000 ;c 06066555 n 0000 | spiraling upward from left to right; "dextrorse vines"
-00743435 00 a 01 sinistral 0 005 ^ 00442057 a 0000 ^ 02029167 a 0000 ! 00742879 a 0101 & 00743742 a 0000 & 00743869 a 0000 | of or on the left; "a sinistral gastropod shell with the apex upward has its opening on the left when facing the observer"; "a sinistral flatfish lies with the left eye uppermost"
-00743742 00 s 01 sinister 0 002 & 00743435 a 0000 ;c 05801594 n 0000 | on or starting from the wearer's left; "bar sinister"
-00743869 00 s 02 sinistrorse 0 sinistrorsal 0 002 & 00743435 a 0000 ;c 06066555 n 0000 | spiraling upward from right to left; "sinistrorse vines"
-00744017 00 a 01 diabatic 0 002 ;c 06090869 n 0000 ! 00744141 a 0101 | involving a transfer of heat; "a diabatic process"
-00744141 00 a 01 adiabatic 0 002 ;c 06090869 n 0000 ! 00744017 a 0101 | occurring without loss or gain of heat; "adiabatic expansion"
-00744277 00 a 01 differentiated 0 001 ! 00744506 a 0101 | made different (especially in the course of development) or shown to be different; "the differentiated markings of butterflies"; "the regionally differentiated results"
-00744506 00 a 02 undifferentiated 0 uniform 4 005 + 00552458 v 0201 + 04769049 n 0201 + 04745370 n 0201 ! 00744277 a 0101 & 00744669 a 0000 | not differentiated
-00744669 00 s 01 dedifferentiated 0 001 & 00744506 a 0000 | having experienced or undergone dedifferentiation or the loss of specialization in form or function; "the hebephrenic--the most severely dedifferentiated of all schizophrenic patients"
-00744916 00 a 02 difficult 0 hard 6 025 ^ 00710260 a 0000 ^ 00836277 a 0000 ^ 01155354 a 0000 = 04709253 n 0000 + 04710588 n 0201 + 04709253 n 0102 ! 00749230 a 0101 & 00745642 a 0000 & 00745858 a 0000 & 00746047 a 0000 & 00746451 a 0000 & 00746819 a 0000 & 00746994 a 0000 & 00747226 a 0000 & 00747471 a 0000 & 00747576 a 0000 & 00747727 a 0000 & 00747910 a 0000 & 00748058 a 0000 & 00748359 a 0000 & 00748563 a 0000 & 00748674 a 0000 & 00748795 a 0000 & 00748947 a 0000 & 00749040 a 0000 | not easy; requiring great physical or mental effort to accomplish or comprehend or endure; "a difficult task"; "nesting places on the cliffs are difficult of access"; "difficult times"; "why is it so hard for you to keep a secret?"
-00745642 00 s 02 ambitious 0 challenging 0 002 & 00744916 a 0000 + 07484547 n 0101 | requiring full use of your abilities or resources; "ambitious schedule"; "performed the most challenging task without a mistake"
-00745858 00 s 01 arduous 0 002 & 00744916 a 0000 + 04709759 n 0101 | difficult to accomplish; demanding considerable mental effort and skill; "the arduous work of preparing a dictionary"
-00746047 00 s 04 awkward 0 embarrassing 0 sticky 0 unenviable 0 002 & 00744916 a 0000 + 05162807 n 0101 | hard to deal with; especially causing pain or embarrassment; "awkward (or embarrassing or difficult) moments in the discussion"; "an awkward pause followed his remark"; "a sticky question"; "in the unenviable position of resorting to an act he had planned to save for the climax of the campaign"
-00746451 00 s 06 baffling 0 elusive 0 knotty 0 problematic 0 problematical 0 tough 2 005 & 00744916 a 0000 + 04710866 n 0602 + 14410605 n 0501 + 14410605 n 0401 + 04766620 n 0303 | making great mental demands; hard to comprehend or solve or believe; "a baffling problem"; "I faced the knotty problem of what to have for breakfast"; "a problematic situation at home"
-00746819 00 s 02 catchy 0 tricky 0 003 & 00744916 a 0000 + 04767182 n 0201 + 05164673 n 0101 | having concealed difficulty; "a catchy question"; "a tricky recipe to follow"
-00746994 00 s 03 delicate 0 ticklish 0 touchy 0 001 & 00744916 a 0000 | difficult to handle; requiring great tact; "delicate negotiations with the big powers";"hesitates to be explicit on so ticklish a matter"; "a touchy subject"
-00747226 00 s 01 fractious 0 001 & 00744916 a 0000 | unpredictably difficult in operation; likely to be troublesome; "rockets were much too fractious to be tested near thickly populated areas"; "fractious components of a communication system"
-00747471 00 s 01 hard-fought 0 001 & 00744916 a 0000 | requiring great effort; "a hard-fought primary"
-00747576 00 s 01 herculean 0 002 & 00744916 a 0000 + 09578005 n 0101 | extremely difficult; requiring the strength of a Hercules; "a herculean task"
-00747727 00 s 02 nasty 0 tight 0 001 & 00744916 a 0000 | exasperatingly difficult to handle or circumvent; "a nasty problem"; "a good man to have on your side in a tight situation"
-00747910 00 s 02 rocky 0 rough 0 001 & 00744916 a 0000 | full of hardship or trials; "the rocky road to success"; "they were having a rough time"
-00748058 00 s 02 rugged 0 tough 1 003 & 00744916 a 0000 + 04710866 n 0202 + 04710588 n 0102 | very difficult; severely testing stamina or resolution; "a rugged competitive examination"; "the rugged conditions of frontier life"; "the competition was tough"; "it's a tough life"; "it was a tough job"
-00748359 00 s 01 serious 0 001 & 00744916 a 0000 | requiring effort or concentration; complex and not easy to answer or solve; "raised serious objections to the proposal"; "the plan has a serious flaw"
-00748563 00 s 01 tall(a) 0 002 & 00744916 a 0000 ;u 07075172 n 0000 | impressively difficult; "a tall order"
-00748674 00 s 01 thorny 0 001 & 00744916 a 0000 | bristling with perplexities; "the thorny question of states' rights"
-00748795 00 s 01 troublesome 0 002 & 00744916 a 0000 + 04711435 n 0101 | difficult to deal with; "a troublesome infection"; "a troublesome situation"
-00748947 00 s 01 trying 0 001 & 00744916 a 0000 | hard to endure; "fell upon trying times"
-00749040 00 s 01 vexed 0 001 & 00744916 a 0000 | causing difficulty in finding an answer or solution; much disputed; "the vexed issue of priorities"; "we live in vexed and troubled times"
-00749230 00 a 01 easy 1 016 ^ 00838296 a 0000 ^ 02174896 a 0000 ^ 01156112 a 0000 ^ 00711528 a 0000 = 04708113 n 0000 + 04708113 n 0102 ! 00744916 a 0101 & 00749749 a 0000 & 00749947 a 0000 & 00750054 a 0000 & 00750296 a 0000 & 00750602 a 0000 & 00750712 a 0000 & 00750843 a 0000 & 00750926 a 0000 & 00751099 a 0000 | posing no difficulty; requiring little effort; "an easy job"; "an easy problem"; "an easy victory"; "the house is easy to heat"; "satisfied with easy answers"; "took the easy way out of his dilemma"
-00749749 00 s 02 casual 0 effortless 0 003 & 00749230 a 0000 + 04708543 n 0201 + 04912240 n 0101 | not showing effort or strain; "a difficult feat performed with casual mastery"; "careless grace"
-00749947 00 s 01 clean 0 001 & 00749230 a 0000 | without difficulties or problems; "a clean test flight"
-00750054 00 s 03 cushy 0 soft 0 easygoing 0 002 & 00749230 a 0000 ;u 07075172 n 0000 | not burdensome or demanding; borne or done easily and without hardship; "what a cushy job!"; "the easygoing life of a parttime consultant"; "a soft job"
-00750296 00 s 04 elementary 0 simple 0 uncomplicated 0 unproblematic 0 003 & 00749230 a 0000 + 04708113 n 0204 + 04708113 n 0203 | easy and not involved or complicated; "an elementary problem in statistics"; "elementary, my dear Watson"; "a simple game"; "found an uncomplicated solution to the problem"
-00750602 00 s 01 hands-down 0 001 & 00749230 a 0000 | achieved without great effort; "a hands-down victory"
-00750712 00 s 01 painless 0 001 & 00749230 a 0000 | requiring little hard work or exertion; "a painless solution to the problem"
-00750843 00 s 01 simplified 0 001 & 00749230 a 0000 | made easy or uncomplicated
-00750926 00 s 01 smooth 0 002 & 00749230 a 0000 + 04709011 n 0101 | lacking obstructions or difficulties; "the bill's path through the legislature was smooth and orderly"
-00751099 00 s 01 user-friendly 0 001 & 00749230 a 0000 | easy to use
-00751170 00 a 01 digitigrade 0 002 ;c 01861778 n 0000 ! 00751353 a 0101 | (of mammals) walking on the toes with the posterior part of the foot raised (as cats, dogs, and horses do)
-00751353 00 a 01 plantigrade 0 002 ;c 01861778 n 0000 ! 00751170 a 0101 | (of mammals) walking on the whole sole of the foot (as rabbits, raccoons, bears, and humans do)
-00751525 00 a 01 dignified 0 005 ^ 00529266 a 0000 ^ 00849357 a 0000 ! 00752392 a 0101 & 00751838 a 0000 & 00752110 a 0000 | having or expressing dignity; especially formality or stateliness in bearing or appearance; "her dignified demeanor"; "the director of the school was a dignified white-haired gentleman"
-00751838 00 s 03 courtly 0 formal 0 stately 0 007 & 00751525 a 0000 + 04911894 n 0301 + 04911420 n 0202 + 08329322 n 0101 + 08051946 n 0101 + 03121040 n 0101 + 04813283 n 0101 | refined or imposing in manner or appearance; befitting a royal court; "a courtly gentleman"
-00752110 00 s 04 distinguished 0 grand 0 imposing 0 magisterial 0 002 & 00751525 a 0000 + 04814238 n 0206 | used of a person's appearance or behavior; befitting an eminent person; "his distinguished bearing"; "the monarch's imposing presence"; "she reigned in magisterial beauty"
-00752392 00 a 01 undignified 0 006 ^ 00531342 a 0000 ^ 00851103 a 0000 ! 00751525 a 0101 & 00752555 a 0000 & 00752714 a 0000 & 00752847 a 0000 | lacking dignity
-00752555 00 s 04 demeaning 0 humbling 0 humiliating 0 mortifying 0 001 & 00752392 a 0000 | causing awareness of your shortcomings; "golf is a humbling game"
-00752714 00 s 01 infra_dig(p) 0 001 & 00752392 a 0000 | beneath your dignity; "considered helping with the dishes to be infra dig"
-00752847 00 s 03 pathetic 0 ridiculous 0 silly 0 003 & 00752392 a 0000 + 04891683 n 0304 + 01224517 n 0202 | inspiring scornful pity; "how silly an ardent and unsuccessful wooer can be especially if he is getting on in years"- Dashiell Hammett
-00753093 00 a 02 statesmanlike 0 statesmanly 0 004 ^ 00758459 a 0000 ^ 00753504 a 0000 + 10650162 n 0201 ! 00753378 a 0101 | marked by the qualities of or befitting a statesman; "a man of statesmanlike judgment"; "a statesmanlike solution of the present perplexities"-V.L.Parrington
-00753378 00 a 01 unstatesmanlike 0 002 ^ 00753659 a 0000 ! 00753093 a 0101 | not statesmanlike; "unstatesmanlike procedure"
-00753504 00 a 01 presidential 0 002 ^ 00753093 a 0000 ! 00753659 a 0101 | befitting a president; "criticized the candidate for not looking presidential"
-00753659 00 a 01 unpresidential 0 002 ^ 00753378 a 0000 ! 00753504 a 0101 | not presidential; "very unpresidential behavior"
-00753786 00 a 01 dicotyledonous 0 002 ;c 00017222 n 0000 ! 00753922 a 0101 | (of a flowering plant) having two cotyledons in the seed
-00753922 00 a 01 monocotyledonous 0 003 ;c 00017222 n 0000 + 11668117 n 0102 ! 00753786 a 0101 | (of a flowering plant) having a single cotyledon in the seed as in grasses and lilies
-00754107 00 a 01 diligent 0 006 ^ 00292937 a 0000 ^ 00309021 a 0000 + 04865114 n 0101 ! 00754873 a 0101 & 00754393 a 0000 & 00754682 a 0000 | characterized by care and perseverance in carrying out tasks; "a diligent detective investigates all clues"; "a diligent search of the files"
-00754393 00 s 02 assiduous 0 sedulous 0 005 & 00754107 a 0000 + 04866078 n 0202 + 04866078 n 0201 + 04865502 n 0101 + 04865502 n 0102 | marked by care and persistent effort; "her assiduous attempts to learn French"; "assiduous research"; "sedulous pursuit of legal and moral principles"
-00754682 00 s 04 hardworking 0 industrious 0 tireless 0 untiring 0 004 & 00754107 a 0000 + 04864824 n 0303 + 04865114 n 0203 + 04865114 n 0202 | characterized by hard work and perseverance
-00754873 00 a 01 negligent 0 010 ^ 00311663 a 0000 ^ 00164863 a 0000 + 04665813 n 0101 + 00616153 v 0101 + 00616857 v 0101 ! 00754107 a 0101 & 00755220 a 0000 & 00755482 a 0000 & 00755742 a 0000 & 00755876 a 0000 | characterized by neglect and undue lack of concern; "negligent parents"; "negligent of detail"; "negligent in his correspondence"
-00755220 00 s 04 derelict 0 delinquent 0 neglectful 0 remiss 0 003 & 00754873 a 0000 + 04666416 n 0403 + 04665813 n 0303 | failing in what duty requires; "derelict (or delinquent) in his duty"; "neglectful of his duties"; "remiss of you not to pay your bills"
-00755482 00 s 02 lax 0 slack 0 004 & 00754873 a 0000 + 04666416 n 0204 + 04666416 n 0101 + 04666416 n 0102 | lacking in rigor or strictness; "such lax and slipshod ways are no longer acceptable"; "lax in attending classes"; "slack in maintaining discipline"
-00755742 00 s 01 hit-and-run(a) 0 001 & 00754873 a 0000 | involving a driver of a motor vehicle who leaves the scene of an accident
-00755876 00 s 02 inattentive 0 neglectful 2 003 & 00754873 a 0000 + 04665813 n 0203 + 04663319 n 0101 | not showing due care or attention; "inattentive students"; "an inattentive babysitter"; "neglectful parents"
-00756091 00 a 02 diluted 0 dilute 0 004 ! 00756728 a 0101 & 00756327 a 0000 & 00756459 a 0000 & 00756638 a 0000 | reduced in strength or concentration or quality or purity; "diluted alcohol"; "a dilute solution"; "dilute acetic acid"
-00756327 00 s 03 cut 0 thinned 0 weakened 0 001 & 00756091 a 0000 | mixed with water; "sold cut whiskey"; "a cup of thinned soup"
-00756459 00 s 03 watery 0 washy 0 weak 0 003 & 00756091 a 0000 + 05113929 n 0101 + 04937427 n 0101 | overly diluted; thin and insipid; "washy coffee"; "watery milk"; "weak tea"
-00756638 00 s 01 white 0 001 & 00756091 a 0000 | (of coffee) having cream or milk added
-00756728 00 a 01 undiluted 0 004 ! 00756091 a 0101 & 00756897 a 0000 & 00757001 a 0000 & 00757120 a 0000 | not diluted; "undiluted milk"; "an undiluted racial strain"
-00756897 00 s 01 black 0 002 & 00756728 a 0000 + 04960277 n 0102 | (of coffee) without cream or sugar
-00757001 00 s 01 concentrated 0 001 & 00756728 a 0000 | of or relating to a solution whose dilution has been reduced
-00757120 00 s 03 neat 0 straight 0 full-strength 0 001 & 00756728 a 0000 | without water; "took his whiskey neat"
-00757236 00 a 01 saturated 0 002 ;c 06084469 n 0000 ! 00757408 a 0101 | used especially of organic compounds; having all available valence bonds filled; "saturated fats"
-00757408 00 a 01 unsaturated 0 004 ;c 06084469 n 0000 ! 00757236 a 0101 & 00757634 a 0000 & 00757783 a 0000 | used of a compound (especially of carbon) containing atoms sharing more than one valence bond; "unsaturated fats"
-00757634 00 s 01 monounsaturated 0 001 & 00757408 a 0000 | (of long-chain carbon compounds especially fats) saturated except for one multiple bond
-00757783 00 s 01 polyunsaturated 0 001 & 00757408 a 0000 | (of long-chain carbon compounds especially fats) having many unsaturated bonds
-00757923 00 a 02 saturated 1 concentrated 2 002 ! 00758290 a 0101 & 00758150 a 0000 | being the most concentrated solution possible at a given temperature; unable to dissolve still more of a substance; "a saturated solution"
-00758150 00 s 01 supersaturated 0 001 & 00757923 a 0000 | being more concentrated than normally possible and therefore not in equilibrium
-00758290 00 a 01 unsaturated 1 001 ! 00757923 a 0101 | not saturated; capable of dissolving more of a substance at a given temperature; "an unsaturated salt solution"
-00758459 00 a 02 diplomatic 0 diplomatical 0 008 ^ 01813400 a 0000 + 10014658 n 0201 + 10013927 n 0201 + 04842029 n 0202 + 04842029 n 0102 ! 00759458 a 0101 & 00758800 a 0000 & 00759169 a 0000 | using or marked by tact in dealing with sensitive matters or people; "the hostess averted a confrontation with a diplomatic chenage of subject"
-00758800 00 s 04 politic 0 smooth 0 suave 0 bland 0 006 & 00758459 a 0000 + 04629417 n 0401 + 04913322 n 0403 + 04913322 n 0302 + 04913322 n 0301 + 04913322 n 0204 | smoothly agreeable and courteous with a degree of sophistication; "he was too politic to quarrel with so important a personage"; "the manager pacified the customer with a smooth apology for the error"
-00759169 00 s 02 tactful 0 kid-glove 0 002 & 00758459 a 0000 + 04841810 n 0102 | showing skill and sensitivity in dealing with people; "by diplomatic conduct he avoided antagonizing anyone"; "a tactful way of correcting someone"; "the agency got the kid-glove treatment on Capitol Hill"
-00759458 00 a 01 undiplomatic 0 001 ! 00758459 a 0101 | not skilled in dealing with others
-00759551 00 a 02 conciliatory 0 conciliative 0 008 + 01765392 v 0203 + 00764902 v 0204 + 00764902 v 0104 ! 00760577 a 0101 & 00759826 a 0000 & 00760149 a 0000 & 00760289 a 0000 & 00760473 a 0000 | intended to placate; "spoke in a conciliating tone"; "a conciliatory visit"
-00759826 00 s 04 appeasing(a) 0 placating 0 placative 0 placatory 0 003 & 00759551 a 0000 + 01765392 v 0407 + 01765392 v 0307 | intended to pacify by acceding to demands or granting concessions; "the appeasing concessions to the Nazis at Munich"; "placating (or placative) gestures"; "an astonishingly placatory speech"
-00760149 00 s 01 pacific 1 001 & 00759551 a 0000 | promoting peace; "the result of this pacific policy was that no troops were called up"
-00760289 00 s 02 propitiative 0 propitiatory 0 003 & 00759551 a 0000 + 00765213 v 0201 + 00765213 v 0101 | intended to reconcile or appease; "sent flowers as a propitiatory gesture"
-00760473 00 s 01 soft 0 002 & 00759551 a 0000 + 04910973 n 0102 | willing to negotiate and compromise
-00760577 00 a 01 antagonistic 1 003 + 07548366 n 0101 ! 00759551 a 0101 & 00760783 a 0000 | arousing animosity or hostility; "his antagonistic brusqueness"; "Europe was antagonistic to the Unites States"
-00760783 00 s 01 alienating 0 001 & 00760577 a 0000 | causing hostility or loss of friendliness; "her sudden alienating aloofness"
-00760916 00 a 01 direct 0 009 ^ 02310895 a 0000 = 04918210 n 0000 ! 00762355 a 0101 & 00761260 a 0000 & 00761449 a 0000 & 00761592 a 0000 & 00761734 a 0000 & 00761844 a 0000 & 00762168 a 0000 | direct in spatial dimensions; proceeding without deviation or interruption; straight and short; "a direct route"; "a direct flight"; "a direct hit"
-00761260 00 s 01 door-to-door 0 001 & 00760916 a 0000 | (of e.g. journeys or deliveries) direct from point of origin to point of destination ; "the limousine offers door-to-door service"
-00761449 00 s 01 nonstop 0 001 & 00760916 a 0000 | (of a journey especially a flight) occurring without stops; "a nonstop flight to Atlanta"
-00761592 00 s 01 point-blank 0 001 & 00760916 a 0000 | close enough to go straight to the target; "point-blank range"; "a point-blank shot"
-00761734 00 s 01 straightforward 0 001 & 00760916 a 0000 | pointed directly ahead; "a straightforward gaze"
-00761844 00 s 02 undeviating 0 unswerving 0 001 & 00760916 a 0000 | going directly ahead from one point to another without veering or turning aside; "some people see evolution as an undeviating upward march from simple organisms to the very complex"; "a straight and narrow tree-lined road unswerving across the lowlands"
-00762168 00 s 01 through(a) 0 001 & 00760916 a 0000 | (of a route or journey etc.) continuing without requiring stops or changes; "a through street"; "a through bus"; "through traffic"
-00762355 00 a 01 indirect 0 008 ^ 02311544 a 0000 = 04918210 n 0000 + 04919209 n 0101 ! 00760916 a 0101 & 00762721 a 0000 & 00763013 a 0000 & 00763272 a 0000 & 00763407 a 0000 | not direct in spatial dimension; not leading by a straight line or course to a destination; "sometimes taking an indirect path saves time"; "you must take an indirect course in sailing"
-00762721 00 s 07 askance 0 askant 0 asquint 0 squint 0 squint-eyed 0 squinty 0 sidelong 0 001 & 00762355 a 0000 | (used especially of glances) directed to one side with or as if with doubt or suspicion or envy; "her eyes with their misted askance look"- Elizabeth Bowen; "sidelong glances"
-00763013 00 s 03 devious 0 circuitous 0 roundabout 0 002 & 00762355 a 0000 + 04919712 n 0101 | deviating from a straight course; "a scenic but devious route"; "a long and circuitous journey by train and boat"; "a roundabout route avoided rush-hour traffic"
-00763272 00 s 01 diversionary 0 002 & 00762355 a 0000 + 00350380 n 0101 | (of tactics e.g.) likely or designed to confuse or deceive
-00763407 00 s 04 meandering(a) 0 rambling 0 wandering(a) 0 winding 0 001 & 00762355 a 0000 | of a path e.g.; "meandering streams"; "rambling forest paths"; "the river followed its wandering course"; "a winding country road"
-00763633 00 a 01 direct 1 002 ;c 11449907 n 0000 ! 00763767 a 0101 | (of a current) flowing in one direction only; "direct current"
-00763767 00 a 01 alternating 0 002 ;c 11449907 n 0000 ! 00763633 a 0101 | (of a current) reversing direction; "alternating current"
-00763901 00 a 01 direct 2 013 ^ 01222360 a 0000 + 04871720 n 0105 ! 00766457 a 0101 & 00764301 a 0000 & 00764484 a 0000 & 00765173 a 0000 & 00765289 a 0000 & 00765410 a 0000 & 00765537 a 0000 & 00765666 a 0000 & 00765862 a 0000 & 00766102 a 0000 & 00766348 a 0000 | straightforward in means or manner or behavior or language or action; "a direct question"; "a direct response"; "a direct approach"
-00764301 00 s 01 bluff 1 002 & 00763901 a 0000 + 04650913 n 0101 | bluntly direct and outspoken but good-natured; "a bluff but pleasant manner"; "a bluff and rugged natural leader"
-00764484 00 s 09 blunt 0 candid 0 forthright 1 frank 0 free-spoken 0 outspoken 0 plainspoken 0 point-blank 0 straight-from-the-shoulder 0 007 & 00763901 a 0000 + 04650731 n 0602 + 04650731 n 0401 + 04871720 n 0404 + 04871720 n 0306 + 04871720 n 0203 + 04846383 n 0101 | characterized by directness in manner or speech; without subtlety or evasion; "blunt talking and straight shooting"; "a blunt New England farmer"; "I gave them my candid opinion"; "forthright criticism"; "a forthright approach to the problem"; "tell me what you think--and you may just as well be frank"; "it is possible to be outspoken without being rude"; "plainspoken and to the point"; "a point-blank accusation"
-00765173 00 s 01 brutal 0 001 & 00763901 a 0000 | disagreeably direct and precise; "he spoke with brutal honesty"
-00765289 00 s 01 flat-footed 1 002 & 00763901 a 0000 ;u 07075172 n 0000 | without reservation; "a flat-footed refusal"
-00765410 00 s 01 man-to-man 0 001 & 00763901 a 0000 | forthright and honest; "had a man-to-man talk about the facts of life"
-00765537 00 s 01 no-nonsense 0 001 & 00763901 a 0000 | not tolerating irrelevancies; "the no-nonsense tones of a stern parent"
-00765666 00 s 02 plain 0 unvarnished 0 001 & 00763901 a 0000 | free from any effort to soften to disguise; "the plain and unvarnished truth"; "the unvarnished candor of old people and children"
-00765862 00 s 01 pointed 0 002 & 00763901 a 0000 + 04919011 n 0101 | direct and obvious in meaning or reference; often unpleasant; "a pointed critique"; "a pointed allusion to what was going on"; "another pointed look in their direction"
-00766102 00 s 03 square(a) 0 straightforward 0 straight 0 004 & 00763901 a 0000 + 04872016 n 0302 + 04867700 n 0202 + 04918498 n 0202 | without evasion or compromise; "a square contradiction"; "he is not being as straightforward as it appears"
-00766348 00 s 01 upfront 0 001 & 00763901 a 0000 | frank and honest; "he was upfront about his intentions"
-00766457 00 a 01 indirect 2 010 ! 00763901 a 0101 & 00766957 a 0000 & 00767133 a 0000 & 00767349 a 0000 & 00767626 a 0000 & 00768098 a 0000 & 00768397 a 0000 & 00768808 a 0000 & 00768927 a 0000 & 00769121 a 0000 | extended senses; not direct in manner or language or behavior or action; "making indirect but legitimate inquiries"; "an indirect insult"; "doubtless they had some indirect purpose in mind"; "though his methods are indirect they are not dishonest"; "known as a shady indirect fellow"
-00766957 00 s 01 allusive 0 003 & 00766457 a 0000 + 01026728 v 0101 + 04919458 n 0101 | characterized by indirect references; "allusive speech is characterized by allusions"
-00767133 00 s 01 backhanded 0 001 & 00766457 a 0000 | roundabout or ambiguous; "attacks from that source amounted to a backhanded compliment to his integrity"; "a backhanded and dishonest way of reaching his goal"
-00767349 00 s 02 circuitous 0 roundabout 0 001 & 00766457 a 0000 | marked by obliqueness or indirection in speech or conduct; "the explanation was circuitous and puzzling"; "a roundabout paragraph"; "hear in a roundabout way that her ex-husband was marrying her best friend"
-00767626 00 s 04 circumlocutious 0 circumlocutory 0 periphrastic 0 ambagious 0 005 & 00766457 a 0000 + 07090379 n 0403 + 07090379 n 0302 + 06761342 n 0101 + 07090379 n 0101 | roundabout and unnecessarily wordy; "had a preference for circumlocutious (or circumlocutory) rather than forthright expression"; "A periphrastic study in a worn-out poetical fashion,/ Leaving one still with the intolerable wrestle/ With words and meanings."-T.S.Eliot; (`ambagious' is archaic)
-00768098 00 s 02 devious 0 oblique 0 004 & 00766457 a 0000 + 04874939 n 0202 + 04919712 n 0202 + 04875556 n 0102 | indirect in departing from the accepted or proper way; misleading; "used devious means to achieve success"; "gave oblique answers to direct questions"; "oblique political maneuvers"
-00768397 00 s 04 digressive 0 discursive 0 excursive 0 rambling 0 003 & 00766457 a 0000 + 04919872 n 0201 + 00780575 v 0101 | (of e.g. speech and writing) tending to depart from the main point or cover a wide range of subjects; "amusingly digressive with satirical thrusts at women's fashions among other things"; "a rambling discursive book"; "his excursive remarks"; "a rambling speech about this and that"
-00768808 00 s 01 hearsay 0 001 & 00766457 a 0000 | heard through another rather than directly; "hearsay information"
-00768927 00 s 02 mealymouthed 0 mealy-mouthed 0 001 & 00766457 a 0000 | hesitant to state facts or opinions simply and directly as from e.g. timidity or hypocrisy; "a mealymouthed politician"
-00769121 00 s 01 tortuous 0 002 & 00766457 a 0000 + 04766620 n 0104 | not straightforward; "his tortuous reasoning"
-00769239 00 a 01 direct 3 002 ;c 06000644 n 0000 ! 00769489 a 0101 | similar in nature or effect or relation to another quantity; "a term is in direct proportion to another term if it increases (or decreases) as the other increases (or decreases)"
-00769489 00 a 01 inverse 0 003 ;c 06000644 n 0000 ! 00769239 a 0101 & 00769761 a 0000 | opposite in nature or effect or relation to another quantity ; "a term is in inverse proportion to another term if it increases (or decreases) as the other decreases (or increases)"
-00769761 00 s 01 reciprocal 0 001 & 00769489 a 0000 | of or relating to the multiplicative inverse of a quantity or function; "the reciprocal ratio of a:b is b:a"
-00769926 00 a 01 direct 5 002 ;c 06095022 n 0000 ! 00770114 a 0101 | moving from west to east on the celestial sphere; or--for planets--around the sun in the same direction as the Earth
-00770114 00 a 01 retrograde 5 002 ;c 06095022 n 0000 ! 00769926 a 0101 | moving from east to west on the celestial sphere; or--for planets--around the sun in a direction opposite to that of the Earth
-00770316 00 a 01 immediate 0 004 = 04918767 n 0000 + 04918767 n 0102 ! 00770756 a 0101 & 00770480 a 0000 | having no intervening medium; "an immediate influence"
-00770480 00 s 02 direct 0 unmediated 0 001 & 00770316 a 0000 | having no intervening persons, agents, conditions; "in direct sunlight"; "in direct contact with the voters"; "direct exposure to the disease"; "a direct link"; "the direct cause of the accident"; "direct vote"
-00770756 00 a 01 mediate 0 005 = 04918767 n 0000 + 04919580 n 0102 ! 00770316 a 0101 & 00770993 a 0000 & 00771203 a 0000 | acting through or dependent on an intervening agency; "the disease spread by mediate as well as direct contact"
-00770993 00 s 01 indirect 0 001 & 00770756 a 0000 | having intervening factors or persons or influences; "reflection from the ceiling provided a soft indirect light"; "indirect evidence"; "an indirect cause"
-00771203 00 s 01 mediated 0 001 & 00770756 a 0000 | acting or brought about through an intervening agency; "the mediated settlement brought satisfaction to both sides"
-00771373 00 a 01 discerning 0 006 ^ 00649586 a 0000 ^ 00774323 a 0000 ! 00772360 a 0101 & 00771616 a 0000 & 00771803 a 0000 & 00772137 a 0000 | having or revealing keen insight and good judgment; "a discerning critic"; "a discerning reader"
-00771616 00 s 02 clear 0 percipient 0 003 & 00771373 a 0000 + 00591519 v 0201 + 04820258 n 0105 | characterized by ease and quickness in perceiving; "clear mind"; "a percipient author"
-00771803 00 s 03 clear-eyed 0 clear-sighted 0 perspicacious 0 002 & 00771373 a 0000 + 05621439 n 0304 | mentally acute or penetratingly discerning; "too clear-eyed not to see what problems would follow"; "chaos could be prevented only by clear-sighted leadership"; "much too perspicacious to be taken in by so spurious an argument"
-00772137 00 s 01 prescient 0 002 & 00771373 a 0000 + 05919431 n 0101 | perceiving the significance of events before they occur; "extraordinarily prescient memoranda on the probable course of postwar relations"-R.H.Rovere
-00772360 00 a 01 undiscerning 0 004 ^ 00773759 a 0000 ! 00771373 a 0101 & 00772492 a 0000 & 00772776 a 0000 | lacking discernment
-00772492 00 s 02 obtuse 0 purblind 0 002 & 00772360 a 0000 + 05646039 n 0102 | lacking in insight or discernment; "too obtuse to grasp the implications of his behavior"; "a purblind oligarchy that flatly refused to see that history was condemning it to the dustbin"- Jasper Griffin
-00772776 00 s 01 uncomprehending 0 001 & 00772360 a 0000 | lacking understanding; "tried to explain to her uncomprehending husband"
-00772910 00 a 01 discreet 0 002 + 04842029 n 0103 ! 00773109 a 0101 | marked by prudence or modesty and wise self-restraint; "his trusted discreet aide"; "a discreet, finely wrought gold necklace"
-00773109 00 a 01 indiscreet 0 004 + 05616092 n 0102 ! 00772910 a 0101 & 00773299 a 0000 & 00773455 a 0000 | lacking discretion; injudicious; "her behavior was indiscreet at the very best"
-00773299 00 s 04 bigmouthed 0 blabbermouthed 0 blabby 0 talkative 0 003 & 00773109 a 0000 + 04651382 n 0405 + 00937208 v 0403 | unwisely talking too much
-00773455 00 s 01 imprudent 0 002 & 00773109 a 0000 + 04894037 n 0101 | lacking wise self-restraint; "an imprudent remark"
-00773579 00 a 01 discriminate 0 002 ^ 00774323 a 0000 ! 00773759 a 0101 | marked by the ability to see or make fine distinctions; "discriminate judgments"; "discriminate people"
-00773759 00 a 01 indiscriminate 0 005 ^ 01101391 a 0000 ^ 00775900 a 0000 ! 00773579 a 0101 & 00774006 a 0000 & 00774182 a 0000 | not marked by fine distinctions; "indiscriminate reading habits"; "an indiscriminate mixture of colors and styles"
-00774006 00 s 01 promiscuous 0 001 & 00773759 a 0000 | not selective of a single class or person; "Clinton was criticized for his promiscuous solicitation of campaign money"
-00774182 00 s 02 sweeping 0 wholesale 0 001 & 00773759 a 0000 | ignoring distinctions; "sweeping generalizations"; "wholesale destruction"
-00774323 00 a 01 discriminating 0 010 ^ 00771373 a 0000 ^ 00773579 a 0000 ! 00775900 a 0101 & 00774676 a 0000 & 00774911 a 0000 & 00775135 a 0000 & 00775301 a 0000 & 00775486 a 0000 & 00775611 a 0000 & 00775693 a 0000 | showing or indicating careful judgment and discernment especially in matters of taste; "the discriminating eye of the connoisseur"
-00774676 00 s 01 appreciative 0 002 & 00774323 a 0000 + 02256109 v 0104 | having or showing appreciation or a favorable critical judgment or opinion; "appreciative of a beautiful landscape"; "an appreciative laugh from the audience"
-00774911 00 s 02 diacritic 0 diacritical 0 003 & 00774323 a 0000 + 06820964 n 0202 + 06820964 n 0102 | capable of distinguishing; "students having superior diacritic powers"; "the diacritic elements in culture"- S.F.Nadel
-00775135 00 s 01 discerning 0 001 & 00774323 a 0000 | able to make or detect effects of great subtlety; sensitive; "discerning taste"; "a discerning eye for color"
-00775301 00 s 02 discriminative 0 discriminatory 0 005 & 00774323 a 0000 + 02193765 v 0201 + 00650016 v 0201 + 02193765 v 0101 + 00650016 v 0101 | capable of making fine distinctions
-00775486 00 s 01 eclectic 0 002 & 00774323 a 0000 + 05788713 n 0101 | selecting what seems best of various styles or ideas
-00775611 00 s 01 good 0 001 & 00774323 a 0000 | generally admired; "good taste"
-00775693 00 s 01 selective 0 003 & 00774323 a 0000 + 00674607 v 0103 + 05208988 n 0101 | tending to select; characterized by careful choice; "an exceptionally quick and selective reader"- John Mason Brown
-00775900 00 a 02 undiscriminating 0 indiscriminating 0 006 ^ 00773759 a 0000 ! 00774323 a 0101 & 00776090 a 0000 & 00776192 a 0000 & 00776290 a 0000 & 00776406 a 0000 | not discriminating
-00776090 00 s 01 indiscriminate 0 001 & 00775900 a 0000 | failing to make or recognize distinctions
-00776192 00 s 01 scattershot 0 001 & 00775900 a 0000 | covering a wide range in a haphazard way
-00776290 00 s 01 unperceptive 0 002 & 00775900 a 0000 + 04845146 n 0101 | lacking sensitivity, taste, or judgment
-00776406 00 s 01 unselective 0 001 & 00775900 a 0000 | not selective or discriminating; "unselective in her reading habits; her choices seemed completely random"
-00776570 00 a 01 disposable 1 002 ! 00776822 a 0101 & 00776706 a 0000 | designed to be disposed of after use; "disposable paper cups"
-00776706 00 s 01 throwaway(p) 0 001 & 00776570 a 0000 | intended to be thrown away after use; "throwaway diapers"
-00776822 00 a 01 nondisposable 1 001 ! 00776570 a 0101 | not designed to be thrown away after use
-00776922 00 a 01 returnable 0 002 ! 00777238 a 0101 & 00777106 a 0000 | that may be returned; "returnable bottles and cans"; "this merchandise is returnable if you save the receipt"
-00777106 00 s 01 revertible 0 002 & 00776922 a 0000 ;c 08441203 n 0000 | to be returned to the former owner or that owner's heirs
-00777238 00 a 01 nonreturnable 0 001 ! 00776922 a 0101 | that may not be returned; "nonreturnable bottles cannot be exchanged for a deposit"; "sale merchandise is nonreturnable"
-00777418 00 a 01 disposable 2 004 ! 00778161 a 0101 & 00777650 a 0000 & 00777891 a 0000 & 00778017 a 0000 | free or available for use or disposition; "every disposable piece of equipment was sent to the fire"; "disposable assets"
-00777650 00 s 03 available 0 usable 0 useable 0 004 & 00777418 a 0000 + 01158872 v 0301 + 01158872 v 0201 + 04718999 n 0104 | convenient for use or disposal; "the house is available after July 1"; "2000 square feet of usable office space"
-00777891 00 s 02 expendable 0 spendable 0 001 & 00777418 a 0000 | (used of funds) remaining after taxes; "spendable income"
-00778017 00 s 02 fluid 0 liquid 0 002 & 00777418 a 0000 + 04737430 n 0201 | in cash or easily convertible to cash; "liquid (or fluid) assets"
-00778161 00 a 01 nondisposable 2 002 ! 00777418 a 0101 & 00778270 a 0000 | (of assets) unavailable for use
-00778270 00 s 01 frozen 0 001 & 00778161 a 0000 | not convertible to cash; "frozen assets"
-00778363 00 a 01 distal 1 002 ;c 06057539 n 0000 ! 00778509 a 0101 | situated farthest from point of attachment or origin, as of a limb or bone
-00778509 00 a 01 proximal 0 003 ;c 06057539 n 0000 + 05085867 n 0101 ! 00778363 a 0101 | situated nearest to point of attachment or origin; "the proximal end of a bone"
-00778680 00 a 01 distal 2 003 ;c 06057539 n 0000 ! 00778958 a 0101 & 00778828 a 0000 | directed away from the midline or mesial plane of the body
-00778828 00 s 01 lateral 0 001 & 00778680 a 0000 | lying away from the median and sagittal plane of a body; "lateral lemniscus"
-00778958 00 a 01 mesial 0 004 ;c 06057539 n 0000 ! 00778680 a 0101 & 00779133 a 0000 & 00779240 a 0000 | being in or directed toward the midline or mesial plane of the body
-00779133 00 s 02 medial 0 median 0 001 & 00778958 a 0000 | dividing an animal into right and left halves
-00779240 00 s 01 sagittal 0 001 & 00778958 a 0000 | located in a plane that is parallel to the central plane of the sagittal suture
-00779374 00 a 01 distinct 0 012 ^ 00428404 a 0000 ^ 00700451 a 0000 ^ 01837744 a 0000 + 04702688 n 0101 ! 00781168 a 0101 & 00779819 a 0000 & 00780011 a 0000 & 00780352 a 0000 & 00780575 a 0000 & 00780712 a 0000 & 00780944 a 0000 & 00781061 a 0000 | easy to perceive; especially clearly outlined; "a distinct flavor"; "a distinct odor of turpentine"; "a distinct outline"; "the ship appeared as a distinct silhouette"; "distinct fingerprints"
-00779819 00 s 02 chiseled 0 well-defined 0 001 & 00779374 a 0000 | having a clean and distinct outline as if precisely cut along the edges; "a finely chiseled nose"; "well-defined features"
-00780011 00 s 03 clear 0 clean-cut 0 clear-cut 0 003 & 00779374 a 0000 + 04821451 n 0302 + 04820258 n 0105 | clear and distinct to the senses; easily perceptible; "as clear as a whistle"; "clear footprints in the snow"; "the letter brought back a clear image of his grandfather"; "a spire clean-cut against the sky"; "a clear-cut pattern"
-00780352 00 s 02 crisp 0 sharp 0 002 & 00779374 a 0000 + 04702688 n 0202 | (of something seen or heard) clearly defined; "a sharp photographic image"; "the sharp crack of a twig"; "the crisp snap of dry leaves underfoot"
-00780575 00 s 01 crystalline 0 001 & 00779374 a 0000 | distinctly or sharply outlined; "crystalline sharpness of outline"- John Buchan
-00780712 00 s 02 defined 0 outlined 0 001 & 00779374 a 0000 | showing clearly the outline or profile or boundary; "hills defined against the evening sky"; "the setting sun showed the outlined figure of a man standing on the hill"
-00780944 00 s 01 knifelike 0 001 & 00779374 a 0000 | having a sharp or distinct edge; "a narrow knifelike profile"
-00781061 00 s 01 razor-sharp 0 001 & 00779374 a 0000 | very clearly delineated; "razor-sharp definition"
-00781168 00 a 01 indistinct 0 010 ^ 00701479 a 0000 ^ 00430191 a 0000 + 04704346 n 0101 ! 00779374 a 0101 & 00781539 a 0000 & 00781644 a 0000 & 00781974 a 0000 & 00782216 a 0000 & 00782568 a 0000 & 00782738 a 0000 | not clearly defined or easy to perceive or understand; "indistinct shapes in the gloom"; "an indistinct memory"; "only indistinct notions of what to do"
-00781539 00 s 01 bedimmed 0 001 & 00781168 a 0000 | made dim or indistinct; "a sun bedimmed by clouds"
-00781644 00 s 07 bleary 0 blurred 0 blurry 0 foggy 0 fuzzy 0 hazy 0 muzzy 0 008 & 00781168 a 0000 + 05684561 n 0603 + 04824695 n 0601 + 04704346 n 0505 + 05684561 n 0402 + 04704346 n 0404 + 05940414 n 0301 + 04704346 n 0303 | indistinct or hazy in outline; "a landscape of blurred outlines"; "the trees were just blurry shapes"
-00781974 00 s 03 cloudy 0 nebulose 0 nebulous 0 002 & 00781168 a 0000 + 04703698 n 0101 | lacking definite form or limits; "gropes among cloudy issues toward a feeble conclusion"- H.T.Moore; "nebulous distinction between pride and conceit"
-00782216 00 s 05 dim 0 faint 0 shadowy 0 vague 0 wispy 0 004 & 00781168 a 0000 + 04704839 n 0401 + 04704675 n 0202 + 04704675 n 0101 | lacking clarity or distinctness; "a dim figure in the distance"; "only a faint recollection"; "shadowy figures in the gloom"; "saw a vague outline of a building through the fog"; "a few wispy memories of childhood"
-00782568 00 s 01 faint 2 001 & 00781168 a 0000 | indistinctly understood or felt or perceived; "a faint clue to the origin of the mystery"; "haven't the faintest idea"
-00782738 00 s 01 veiled 0 001 & 00781168 a 0000 | muted or unclear; "veiled sounds"; "the image is veiled or foggy"
-00782856 00 a 02 focused 0 focussed 4 001 ! 00782957 a 0101 | being in focus or brought into focus
-00782957 00 a 02 unfocused 0 unfocussed 4 001 ! 00782856 a 0101 | (of an image) not being in or brought into focus; "at their edges things were pretty much out of focus"
-00783129 00 a 01 diversified 0 003 ^ 01198737 a 0000 ! 00783675 a 0101 & 00783469 a 0000 | having variety of character or form or components; or having increased variety; "a diversified musical program ranging from classical to modern"; "diversified farming"; "diversified manufacturing"; "diversified scenery"; "diversified investments"
-00783469 00 s 02 varied 0 wide-ranging 0 002 & 00783129 a 0000 + 04735556 n 0101 | widely different; "varied motives prompt people to join a political party"; "varied ethnic traditions of the immigrants"
-00783675 00 a 01 undiversified 0 006 ^ 01199751 a 0000 ! 00783129 a 0101 & 00783840 a 0000 & 00784037 a 0000 & 00784215 a 0000 & 00784411 a 0000 | not diversified
-00783840 00 s 01 general 0 004 & 00783675 a 0000 + 05818388 n 0101 + 05913275 n 0103 + 04764412 n 0101 | not specialized or limited to one class of things; "general studies"; "general knowledge"
-00784037 00 s 01 monolithic 0 001 & 00783675 a 0000 | characterized by massiveness and rigidity and total uniformity; "a monolithic society"; "a monolithic worldwide movement"
-00784215 00 s 03 solid 0 unanimous 0 whole 0 004 & 00783675 a 0000 + 00003553 n 0301 + 14460565 n 0303 + 13972387 n 0201 | acting together as a single undiversified whole; "a solid voting bloc"
-00784411 00 s 01 undistributed 0 001 & 00783675 a 0000 | (of investments) not distributed among a variety of securities
-00784533 00 a 01 divisible 0 010 + 02467662 v 0101 + 02031158 v 0102 + 01557774 v 0102 + 00642098 v 0101 ! 00785684 a 0101 & 00784922 a 0000 & 00785002 a 0000 & 00785298 a 0000 & 00785406 a 0000 & 00785555 a 0000 | capable of being or liable to be divided or separated; "even numbers are divisible by two"; "the Americans fought a bloody war to prove that their nation is not divisible"
-00784922 00 s 01 cleavable 0 001 & 00784533 a 0000 | capable of being cleaved
-00785002 00 s 03 dissociable 0 separable 1 severable 0 002 & 00784533 a 0000 + 14417993 n 0201 | capable of being divided or dissociated; "often drugs and crime are not dissociable"; "the siamese twins were not considered separable"; "a song...never conceived of as severable from the melody";
-00785298 00 s 01 dissociative 0 002 & 00784533 a 0000 + 00714273 v 0102 | tending to produce dissociation
-00785406 00 s 01 dividable 0 002 & 00784533 a 0000 ;c 06000644 n 0000 | can be divided usually without leaving a remainder; "15 is dividable by 3"
-00785555 00 s 01 partible 0 001 & 00784533 a 0000 | (of e.g. property) capable of being parted or divided; "a partible estate"
-00785684 00 a 01 indivisible 0 004 ! 00784533 a 0101 & 00785889 a 0000 & 00786031 a 0000 & 00786173 a 0000 | impossible of undergoing division; "an indivisible union of states"; "one nation indivisible"
-00785889 00 s 01 indiscrete 0 001 & 00785684 a 0000 | not divided or divisible into parts; "layers that were fused into an indiscrete mass"
-00786031 00 s 02 undividable 0 indivisible_by(p) 0 002 & 00785684 a 0000 ;c 06000644 n 0000 | cannot be divided without leaving a remainder
-00786173 00 s 01 inseparable 0 001 & 00785684 a 0000 | not capable of being separated; "inseparable pieces of rock"
-00786291 00 a 01 documented 0 003 ! 00786790 a 0101 & 00786485 a 0000 & 00786624 a 0000 | furnished with or supported by documents; "the first documented case of shark attack in those waters"
-00786485 00 s 01 referenced 0 001 & 00786291 a 0000 | supported with written references or citations; "a carefully referenced biography"
-00786624 00 s 01 registered 0 002 & 00786291 a 0000 ;c 02858304 n 0000 | (of a boat or vessel) furnished with necessary official documents specifying ownership etc
-00786790 00 a 01 undocumented 0 002 ! 00786291 a 0101 & 00787002 a 0000 | lacking necessary documents (as for e.g. permission to live or work in a country); "undocumented aliens"; "undocumented tax deductions"
-00787002 00 s 01 unregistered 0 002 & 00786790 a 0000 ;c 02858304 n 0000 | (a boat or vessel) not furnished with official documents
-00787136 00 a 01 domineering 0 009 ^ 01539642 a 0000 + 04888788 n 0102 ! 00788821 a 0101 & 00787357 a 0000 & 00787595 a 0000 & 00788032 a 0000 & 00788145 a 0000 & 00788268 a 0000 & 00788474 a 0000 | tending to domineer
-00787357 00 s 03 authoritarian 0 dictatorial 0 overbearing 0 002 & 00787136 a 0000 + 04888788 n 0303 | expecting unquestioning obedience; "the timid child of authoritarian parents"; "insufferably overbearing behavior toward the waiter"
-00787595 00 s 06 autocratic 0 bossy 0 dominating 0 high-and-mighty 0 magisterial 0 peremptory 0 002 & 00787136 a 0000 + 10104209 n 0205 | offensively self-assured or given to exercising usually unwarranted power; "an autocratic person"; "autocratic behavior"; "a bossy way of ordering others around"; "a rather aggressive and dominating character"; "managed the employees in an aloof magisterial way"; "a swaggering peremptory manner"
-00788032 00 s 02 blustery 0 bullying 0 001 & 00787136 a 0000 | noisily domineering; tending to browbeat others
-00788145 00 s 02 cavalier 0 high-handed 0 002 & 00787136 a 0000 + 04887912 n 0204 | given to haughty disregard of others
-00788268 00 s 02 heavy-handed 0 roughshod 0 001 & 00787136 a 0000 | unjustly domineering; "incensed at the government's heavy-handed economic policies"; "a manager who rode roughshod over all opposition"
-00788474 00 s 03 oppressive 0 tyrannical 0 tyrannous 0 007 & 00787136 a 0000 + 10735564 n 0301 + 10735298 n 0301 + 14443912 n 0202 + 07538674 n 0102 + 02585489 v 0102 + 02424652 v 0101 | marked by unjust severity or arbitrary behavior; "the oppressive government"; "oppressive laws"; "a tyrannical parent"; "tyrannous disregard of human rights"
-00788821 00 a 01 submissive 0 013 ^ 01892953 a 0000 ^ 01612053 a 0000 ^ 02329355 a 0000 ^ 00156839 a 0000 + 04906471 n 0101 + 01118081 v 0101 + 00878348 v 0101 ! 00787136 a 0101 & 00789281 a 0000 & 00789392 a 0000 & 00789494 a 0000 & 00789871 a 0000 & 00789988 a 0000 | inclined or willing to submit to orders or wishes of others or showing such inclination; "submissive servants"; "a submissive reply"; "replacing troublemakers with more submissive people"
-00789281 00 s 01 abject 0 001 & 00788821 a 0000 | showing humiliation or submissiveness; "an abject apology"
-00789392 00 s 02 bowed 0 bowing 0 001 & 00788821 a 0000 | showing an excessively deferential manner
-00789494 00 s 02 meek 0 spiritless 0 003 & 00788821 a 0000 + 04636610 n 0204 + 04889779 n 0101 | evidencing little spirit or courage; overly submissive or compliant; "compliant and anxious to suit his opinions of those of others"; "a fine fiery blast against meek conformity"- Orville Prescott; "she looked meek but had the heart of a lion"; "was submissive and subservient"
-00789871 00 s 05 cringing 0 groveling 0 grovelling 0 wormlike 0 wormy 0 001 & 00788821 a 0000 | totally submissive
-00789988 00 s 02 dominated 0 henpecked 0 001 & 00788821 a 0000 | harassed by persistent nagging
-00790086 00 a 01 servile 0 006 + 04906712 n 0102 ! 00791131 a 0101 & 00790394 a 0000 & 00790540 a 0000 & 00790691 a 0000 & 00791044 a 0000 | submissive or fawning in attitude or behavior; "spoke in a servile tone"; "the incurably servile housekeeper"; "servile tasks such as floor scrubbing and barn work"
-00790394 00 s 04 bootlicking 0 fawning 0 sycophantic 0 toadyish 0 002 & 00790086 a 0000 + 10684827 n 0301 | attempting to win favor by flattery
-00790540 00 s 01 obsequious 0 002 & 00790086 a 0000 + 04906712 n 0101 | attentive in an ingratiating or servile manner; "obsequious shop assistants"
-00790691 00 s 03 slavish 0 subservient 0 submissive 0 005 & 00790086 a 0000 + 04906471 n 0301 + 01118081 v 0301 + 13952466 n 0202 + 04906712 n 0203 | abjectly submissive; characteristic of a slave or servant; "slavish devotion to her job ruled her life"; "a slavish yes-man to the party bosses"- S.H.Adams; "she has become submissive and subservient"
-00791044 00 s 01 slavelike 0 001 & 00790086 a 0000 | suitable for a slave or servant
-00791131 00 a 02 unservile 0 unsubmissive 4 001 ! 00790086 a 0101 | not servile or submissive
-00791227 00 a 01 dominant 1 013 ^ 02338615 a 0000 = 13945919 n 0000 + 14441825 n 0101 + 02646931 v 0101 + 02539334 v 0101 ! 00792991 a 0101 & 00791631 a 0000 & 00791944 a 0000 & 00792075 a 0000 & 00792202 a 0000 & 00792476 a 0000 & 00792641 a 0000 & 00792769 a 0000 | exercising influence or control; "television plays a dominant role in molding public opinion"; "the dominant partner in the marriage"
-00791631 00 s 03 ascendant 0 ascendent 0 dominating 0 006 & 00791227 a 0000 + 14441825 n 0205 + 14441825 n 0203 + 14442361 n 0101 + 14441825 n 0104 + 14441825 n 0102 | most powerful or important or influential; "the economically ascendant class"; "D-day is considered the dominating event of the war in Europe"
-00791944 00 s 01 controlling 0 001 & 00791227 a 0000 | able to control or determine policy; "a controlling interest in the firm"
-00792075 00 s 01 governing 0 001 & 00791227 a 0000 | responsible for making and enforcing rules and laws; "governing bodies"
-00792202 00 s 06 overriding 0 paramount 0 predominant 0 predominate 0 preponderant 0 preponderating 0 004 & 00791227 a 0000 + 05191486 n 0501 + 02645597 v 0501 + 14442749 n 0301 | having superior power and influence; "the predominant mood among policy-makers is optimism"
-00792476 00 s 01 possessive 0 003 & 00791227 a 0000 + 04945942 n 0101 + 02204692 v 0103 | having or showing a desire to control or dominate; "a possessive parent"
-00792641 00 s 02 sovereign 0 supreme 0 001 & 00791227 a 0000 | greatest in status or authority or power; "a supreme tribunal"
-00792769 00 s 01 superior 0 002 & 00791227 a 0000 + 13950440 n 0103 | (sometimes followed by `to') not subject to or influenced by; "overcome by a superior opponent"; "trust magnates who felt themselves superior to law"
-00792991 00 a 02 subordinate 1 low-level 4 010 ^ 02340213 a 0000 ^ 02329355 a 0000 = 13945919 n 0000 + 10669991 n 0101 + 13951984 n 0101 ! 00791227 a 0101 & 00793250 a 0000 & 00793426 a 0000 & 00793592 a 0000 & 00793682 a 0000 | lower in rank or importance
-00793250 00 s 02 adjunct 0 assistant 0 004 & 00792991 a 0000 + 09815790 n 0201 + 02414710 v 0201 + 09769803 n 0101 | of or relating to a person who is subordinate to another
-00793426 00 s 01 associate(a) 0 001 & 00792991 a 0000 | having partial rights and privileges or subordinate status; "an associate member"; "an associate professor"
-00793592 00 s 01 secondary 0 001 & 00792991 a 0000 | belonging to a lower class or rank
-00793682 00 s 01 under(a) 0 001 & 00792991 a 0000 | lower in rank, power, or authority; "an under secretary"
-00793793 00 a 01 dominant 2 004 ;c 06075527 n 0000 + 05438130 n 0102 + 11413800 n 0101 ! 00793988 a 0101 | (of genes) producing the same phenotype whether its allele is identical or dissimilar
-00793988 00 a 01 recessive 0 002 ;c 06075527 n 0000 ! 00793793 a 0101 | (of genes) producing its characteristic phenotype only when its allele is identical
-00794146 00 a 02 single-barreled 0 single-barrelled 0 001 ! 00794277 a 0101 | having one barrel; "most guns are single-barreled"
-00794277 00 a 02 double-barreled 0 double-barrelled 0 001 ! 00794146 a 0101 | having two barrels mounted side by side; "a double-barreled shotgun"
-00794426 00 a 01 double-breasted 0 001 ! 00794650 a 0101 | (of clothing) fastened by lapping one edge of the front well over the other usually with a double row of buttons; "double-breasted jacket"; "double-breasted suit"
-00794650 00 a 01 single-breasted 0 001 ! 00794426 a 0101 | (of clothing) closing with a narrow overlap and fastened with a single row of buttons; "a single-breasted jacket"
-00794825 00 a 01 dramatic 0 006 = 04626705 n 0000 + 07290278 n 0101 ! 00795495 a 0101 & 00795078 a 0000 & 00795246 a 0000 & 00795395 a 0000 | suitable to or characteristic of drama; "a dramatic entrance in a swirling cape"; "a dramatic rescue at sea"
-00795078 00 s 01 melodramatic 2 001 & 00794825 a 0000 | having the excitement and emotional appeal of melodrama; "a melodramatic account of two perilous days at sea"
-00795246 00 s 01 spectacular 0 002 & 00794825 a 0000 + 04271891 n 0101 | characteristic of spectacles or drama; "spectacular dives from the cliff"
-00795395 00 s 01 hammy 0 002 & 00794825 a 0000 + 10158010 n 0101 | affectedly dramatic; overacted
-00795495 00 a 01 undramatic 0 003 = 04626705 n 0000 ! 00794825 a 0101 & 00795671 a 0000 | lacking dramatic force and quality; "moved with quiet force and undramatic bearing"
-00795671 00 s 01 unspectacular 0 001 & 00795495 a 0000 | not spectacular; "an unspectacular but necessary task"
-00795785 00 a 01 actable 0 004 + 02744977 v 0101 + 01719921 v 0101 + 01719302 v 0101 ! 00795959 a 0101 | capable of being acted; suitable for the stage; "an actable scene"
-00795959 00 a 01 unactable 0 001 ! 00795785 a 0101 | not actable; "an unactable play"
-00796047 00 a 01 theatrical 0 007 + 06893885 n 0102 + 07006119 n 0104 + 04788693 n 0102 ! 00796928 a 0101 & 00796337 a 0000 & 00796591 a 0000 & 00796715 a 0000 | suited to or characteristic of the stage or theater; "a theatrical pose"; "one of the most theatrical figures in public life"
-00796337 00 s 02 histrionic 0 melodramatic 1 003 & 00796047 a 0000 + 07016648 n 0201 + 06893885 n 0104 | characteristic of acting or a stage performance; often affected; "histrionic gestures"; "an attitude of melodramatic despair"; "a theatrical pose"
-00796591 00 s 01 showy 0 003 & 00796047 a 0000 + 00520257 n 0101 + 04699936 n 0104 | displaying brilliance and virtuosity
-00796715 00 s 02 stagy 0 stagey 0 004 & 00796047 a 0000 + 07006712 n 0201 + 07006712 n 0101 + 04788693 n 0101 | having characteristics of the stage especially an artificial and mannered quality; "stagy heroics"
-00796928 00 a 01 untheatrical 0 001 ! 00796047 a 0101 | not suited to or characteristic of the stage or theater; "a well-written but untheatrical play"; "an untheatrical personality"
-00797113 00 a 02 drinkable 0 potable 0 002 + 07881800 n 0204 ! 00797218 a 0101 | suitable for drinking
-00797218 00 a 01 undrinkable 0 001 ! 00797113 a 0101 | unsuitable for drinking
-00797299 00 a 03 intoxicated 0 drunk 0 inebriated 0 012 + 10037080 n 0201 + 10037385 n 0202 ! 00799517 a 0101 & 00797706 a 0000 & 00798017 a 0000 & 00798103 a 0000 & 00798384 a 0000 & 00798491 a 0000 & 00798879 a 0000 & 00799129 a 0000 & 00799224 a 0000 & 00799401 a 0000 | stupefied or excited by a chemical substance (especially alcohol); "a noisy crowd of intoxicated sailors"; "helplessly inebriated"
-00797706 00 s 05 bacchanalian 0 bacchanal 0 bacchic 0 carousing 0 orgiastic 0 005 & 00797299 a 0000 + 00511212 n 0501 + 01030280 n 0501 + 00511212 n 0206 + 00511212 n 0106 | used of riotously drunken merrymaking; "a night of bacchanalian revelry"; "carousing bands of drunken soldiers"; "orgiastic festivity"
-00798017 00 s 01 beery 0 002 & 00797299 a 0000 + 07886849 n 0101 | smelling of beer
-00798103 00 s 15 besotted 0 blind_drunk 1 blotto 0 crocked 0 cockeyed 0 fuddled 0 loaded 0 pie-eyed 0 pissed 0 pixilated 0 plastered 0 slopped 0 sloshed 0 smashed 0 soaked 0 soused 0 sozzled 0 squiffy 0 stiff 0 tight 0 wet 0 002 & 00797299 a 0000 ;u 07157273 n 0000 | very drunk
-00798384 00 s 03 potty 0 tiddly 0 tipsy 0 002 & 00797299 a 0000 + 14018567 n 0305 | slightly intoxicated
-00798491 00 s 04 bibulous 2 boozy 0 drunken 2 sottish 0 005 & 00797299 a 0000 + 14019039 n 0401 + 04885990 n 0401 + 14018567 n 0301 + 07901587 n 0203 | given to or marked by the consumption of alcohol; "a bibulous fellow"; "a bibulous evening"; "his boozy drinking companions"; "thick boozy singing"; "a drunken binge"; "two drunken gentlemen holding each other up"; "sottish behavior"
-00798879 00 s 04 doped 0 drugged 0 narcotized 0 narcotised 0 001 & 00797299 a 0000 | under the influence of narcotics; "knocked out by doped wine"; "a drugged sleep"; "were under the effect of the drugged sweets"; "in a stuperous narcotized state"
-00799129 00 s 01 half-seas-over 0 001 & 00797299 a 0000 | British informal for `intoxicated'
-00799224 00 s 02 high 0 mellow 0 003 & 00797299 a 0000 + 04656448 n 0201 + 14405452 n 0101 | slightly and pleasantly intoxicated from alcohol or a drug (especially marijuana)
-00799401 00 s 02 hopped-up 0 stoned 0 002 & 00797299 a 0000 ;u 07075172 n 0000 | under the influence of narcotics
-00799517 00 a 01 sober 1 006 + 14019138 n 0101 ! 00797299 a 0101 & 00799716 a 0000 & 00799800 a 0000 & 00799953 a 0000 & 00800159 a 0000 | not affected by a chemical substance (especially alcohol)
-00799716 00 s 02 cold_sober 0 stone-sober 0 001 & 00799517 a 0000 | totally sober
-00799800 00 s 01 drug-free 0 001 & 00799517 a 0000 | characteristic of a person not taking illegal drugs or of a place where no illegal drugs are used
-00799953 00 s 02 dry 0 teetotal 0 002 & 00799517 a 0000 + 04883804 n 0102 | practicing complete abstinence from alcoholic beverages; "he's been dry for ten years"; "no thank you; I happen to be teetotal"
-00800159 00 s 02 uninebriated 0 unintoxicated 0 001 & 00799517 a 0000 | not inebriated
-00800248 00 a 01 dull 1 006 + 04705671 n 0101 ! 00800826 a 0101 & 00800464 a 0000 & 00800597 a 0000 & 00800678 a 0000 & 00800755 a 0000 | not having a sharp edge or point; "the knife was too dull to be of any use"
-00800464 00 s 01 blunt 0 002 & 00800248 a 0000 + 04705671 n 0102 | used of a knife or other blade; not sharp; "a blunt instrument"
-00800597 00 s 02 blunted 0 dulled 0 001 & 00800248 a 0000 | made dull or blunt
-00800678 00 s 01 edgeless 0 001 & 00800248 a 0000 | lacking a cutting edge
-00800755 00 s 01 unsharpened 0 001 & 00800248 a 0000 | not sharpened
-00800826 00 a 01 sharp 0 019 ^ 01809655 a 0000 = 04705324 n 0000 + 04705324 n 0101 ! 00800248 a 0101 & 00801328 a 0000 & 00801462 a 0000 & 00801539 a 0000 & 00801616 a 0000 & 00801691 a 0000 & 00801874 a 0000 & 00801947 a 0000 & 00802020 a 0000 & 00802179 a 0000 & 00802300 a 0000 & 00802397 a 0000 & 00802514 a 0000 & 00802767 a 0000 & 00802844 a 0000 & 00802960 a 0000 | having or made by a thin edge or sharp point; suitable for cutting or piercing; "a sharp knife"; "a pencil with a sharp point"
-00801328 00 s 01 carnassial 0 001 & 00800826 a 0000 | (of a tooth) adapted for shearing flesh; "the carnassial teeth of carnivores"
-00801462 00 s 01 chisel-like 0 001 & 00800826 a 0000 | resembling a chisel
-00801539 00 s 01 dagger-like 0 001 & 00800826 a 0000 | resembling a dagger
-00801616 00 s 01 drill-like 0 001 & 00800826 a 0000 | resembling a drill
-00801691 00 s 01 edged 0 001 & 00800826 a 0000 | having a cutting edge or especially an edge or edges as specified; often used in combination; "an edged knife"; "a two-edged sword"
-00801874 00 s 01 fang-like 0 001 & 00800826 a 0000 | resembling a fang
-00801947 00 s 01 file-like 0 001 & 00800826 a 0000 | resembling a file
-00802020 00 s 01 incisive 0 004 & 00800826 a 0000 + 13904843 n 0101 + 00678010 n 0101 + 01555742 v 0101 | suitable for cutting or piercing; "incisive teeth"
-00802179 00 s 01 keen 0 002 & 00800826 a 0000 + 04705324 n 0102 | having a sharp cutting edge or point; "a keen blade"
-00802300 00 s 01 knifelike 0 001 & 00800826 a 0000 | cutting or able to cut as if with a knife
-00802397 00 s 01 metal-cutting 0 001 & 00800826 a 0000 | hard and sharp enough to cut metal; "metal-cutting tools"
-00802514 00 s 02 penetrative 0 penetrating 0 002 & 00800826 a 0000 + 01229071 v 0103 | tending to penetrate; having the power of entering or piercing; "a toxic penetrative spray applied to the surface"; "a cold penetrating wind"; "a penetrating odor"
-00802767 00 s 01 razor-sharp 0 001 & 00800826 a 0000 | as sharp as a razor
-00802844 00 s 01 sharpened 0 001 & 00800826 a 0000 | made sharp or sharper; "a sharpened knife cuts more cleanly"
-00802960 00 s 01 sharp-toothed 0 001 & 00800826 a 0000 | having sharp teeth
-00803038 00 a 01 sharp 4 006 + 04720226 n 0101 ! 00803971 a 0101 & 00803275 a 0000 & 00803432 a 0000 & 00803751 a 0000 & 00803846 a 0000 | keenly and painfully felt; as if caused by a sharp edge or point; "a sharp pain"; "sharp winds"
-00803275 00 s 02 acute 0 intense 0 001 & 00803038 a 0000 | extremely sharp or intense; "acute pain"; "felt acute annoyance"; "intense itching and burning"
-00803432 00 s 07 cutting 0 keen 0 knifelike 0 piercing 0 stabbing 0 lancinate 0 lancinating 0 001 & 00803038 a 0000 | painful as if caused by a sharp instrument; "a cutting wind"; "keen winds"; "knifelike cold"; "piercing knifelike pains"; "piercing cold"; "piercing criticism"; "a stabbing pain"; "lancinating pain"
-00803751 00 s 01 fulgurating 0 002 & 00803038 a 0000 ;c 06043075 n 0000 | sharp and piercing
-00803846 00 s 01 salt 0 001 & 00803038 a 0000 | (of speech) painful or bitter; "salt scorn"- Shakespeare; "a salt apology"
-00803971 00 a 01 dull 4 003 + 04844891 n 0101 ! 00803038 a 0101 & 00804106 a 0000 | not keenly felt; "a dull throbbing"; "dull pain"
-00804106 00 s 01 deadened 0 001 & 00803971 a 0000 | made or become less intense; "the deadened pangs of hunger"
-00804220 00 a 01 eventful 0 002 ! 00804502 a 0101 & 00804371 a 0000 | full of events or incidents; "the most exhausting and eventful day of my life"
-00804371 00 s 01 lively 0 002 & 00804220 a 0000 + 00552436 n 0101 | filled with events or activity; "a lively period in history"
-00804502 00 a 01 uneventful 0 001 ! 00804220 a 0101 | marked by no noteworthy or significant events; "an uneventful life"; "the voyage was pleasant and uneventful"; "recovery was uneventful"
-00804695 00 a 01 lively 0 016 ^ 00091311 a 0000 ^ 00118567 a 0000 ^ 00873603 a 0000 ^ 02434605 a 0000 ^ 02278939 a 0000 = 04632157 n 0000 + 00552436 n 0101 ! 00806512 a 0101 & 00805115 a 0000 & 00805309 a 0000 & 00805566 a 0000 & 00805676 a 0000 & 00805810 a 0000 & 00806064 a 0000 & 00806243 a 0000 & 00806387 a 0000 | full of life and energy; "a lively discussion"; "lively and attractive parents"; "a lively party"
-00805115 00 s 01 alive(p) 0 002 & 00804695 a 0000 + 05005447 n 0102 | (often followed by `with') full of life and spirit; "she was wonderfully alive for her age"; "a face alive with mischief"
-00805309 00 s 05 bouncing 0 bouncy 0 peppy 0 spirited 0 zippy 0 004 & 00804695 a 0000 + 04631700 n 0402 + 04634833 n 0301 + 04634833 n 0302 | marked by lively action; "a bouncing gait"; "bouncy tunes"; "the peppy and interesting talk"; "a spirited dance"
-00805566 00 s 01 breezy 0 002 & 00804695 a 0000 + 04633797 n 0101 | fresh and animated; "her breezy nature"
-00805676 00 s 01 bubbly 0 001 & 00804695 a 0000 | full of or showing high spirits; "bright bubbly children"; "a bubbly personality"
-00805810 00 s 05 bubbling 0 effervescent 0 frothy 0 scintillating 0 sparkly 0 002 & 00804695 a 0000 + 04953380 n 0501 | marked by high spirits or excitement; "his fertile effervescent mind"; "scintillating personality"; "a row of sparkly cheerleaders"
-00806064 00 s 04 burbling 0 burbly 0 effusive 0 gushing 0 002 & 00804695 a 0000 + 04651009 n 0301 | uttered with unrestrained enthusiasm; "a novel told in burbly panting tones"
-00806243 00 s 01 live 0 002 & 00804695 a 0000 ;u 07075172 n 0000 | abounding with life and energy; "the club members are a really live bunch"
-00806387 00 s 01 warm 0 001 & 00804695 a 0000 | characterized by liveliness or excitement or disagreement; "a warm debate"
-00806512 00 a 01 dull 3 012 ^ 00408031 a 0000 ^ 02281325 a 0000 ^ 00119409 a 0000 = 05205739 n 0000 + 05205739 n 0101 ! 00804695 a 0101 & 00806991 a 0000 & 00807277 a 0000 & 00807399 a 0000 & 00807667 a 0000 & 00807817 a 0000 & 00808011 a 0000 | lacking in liveliness or animation; "he was so dull at parties"; "a dull political campaign"; "a large dull impassive man"; "dull days with nothing to do"; "how dull and dreary the world is"; "fell back into one of her dull moods"
-00806991 00 s 03 arid 0 desiccate 0 desiccated 0 001 & 00806512 a 0000 | lacking vitality or spirit; lifeless; "a technically perfect but arid performance of the sonata"; "a desiccate romance"; "a prissy and emotionless creature...settles into a mold of desiccated snobbery"-C.J.Rolo
-00807277 00 s 01 bovine 0 001 & 00806512 a 0000 | dull and slow-moving and stolid; like an ox; "showed a bovine apathy"
-00807399 00 s 02 drab 0 dreary 0 003 & 00806512 a 0000 + 05206006 n 0202 + 04816528 n 0102 | lacking in liveliness or charm or surprise; "her drab personality"; "life was drab compared with the more exciting life style overseas"; "a series of dreary dinner parties"
-00807667 00 s 02 heavy 0 leaden 0 002 & 00806512 a 0000 + 05206829 n 0102 | lacking lightness or liveliness; "heavy humor"; "a leaden conversation"
-00807817 00 s 02 humdrum 0 monotonous 0 001 & 00806512 a 0000 | tediously repetitious or lacking in variety; "a humdrum existence; all work and no play"; "nothing is so monotonous as the sea"
-00808011 00 s 04 lackluster 0 lacklustre 0 lusterless 0 lustreless 0 001 & 00806512 a 0000 | lacking brilliance or vitality; "a dull lackluster life"; "a lusterless performance"
-00808191 00 a 02 dynamic 0 dynamical 0 013 ^ 00873603 a 0000 + 05030806 n 0203 + 04635482 n 0201 ! 00810481 a 0101 & 00808614 a 0000 & 00808822 a 0000 & 00808940 a 0000 & 00809164 a 0000 & 00809343 a 0000 & 00809622 a 0000 & 00809790 a 0000 & 00810164 a 0000 & 00810355 a 0000 | characterized by action or forcefulness or force of personality; "a dynamic market"; "a dynamic speaker"; "the dynamic president of the firm"
-00808614 00 s 01 can-do 0 002 & 00808191 a 0000 ;u 07157273 n 0000 | marked by a willingness to tackle a job and get it done; "a can-do kind of person"; "the city's indomitable optimism and can-do spirit"
-00808822 00 s 02 changing 0 ever-changing 0 001 & 00808191 a 0000 | marked by continuous change or effective action
-00808940 00 s 02 driving 0 impulsive 0 002 & 00808191 a 0000 + 01650425 v 0201 | having the power of driving or impelling; "a driving personal ambition"; "the driving force was his innate enthusiasm"; "an impulsive force"
-00809164 00 s 03 energizing 0 energising 0 kinetic 0 001 & 00808191 a 0000 | supplying motive force; "the complex civilization of which Rome was the kinetic center"- H.O.Taylor
-00809343 00 s 05 high-octane 0 high-powered 0 high-power 0 high-voltage 0 high-energy 0 001 & 00808191 a 0000 | vigorously energetic or forceful; "a high-octane sales manager"; "a high-octane marketing plan"; "high-powered executives"; "a high-voltage theatrical entrepreneur"
-00809622 00 s 01 projectile 0 003 & 00808191 a 0000 + 04099429 n 0102 + 04008634 n 0101 | impelling or impelled forward; "a projectile force"; "a projectile missile"
-00809790 00 s 04 propellant 0 propellent 0 propelling 0 propulsive 0 006 & 00808191 a 0000 + 01511706 v 0401 + 14691822 n 0202 + 01511706 v 0201 + 14691822 n 0101 + 01511706 v 0101 | tending to or capable of propelling; "propellant fuel for submarines"; "the faster a jet plane goes the greater its propulsive efficiency"; "universities...the seats of propulsive thought"
-00810164 00 s 02 self-propelled 0 self-propelling 0 001 & 00808191 a 0000 | moved forward by its own force or momentum; "a self-propelled egotist"; "the arms program is now self-propelled"
-00810355 00 s 01 slashing 0 001 & 00808191 a 0000 | as if striking with slashing blows; "his slashing demon-ridden cadenza"
-00810481 00 a 02 undynamic 0 adynamic 4 003 ! 00808191 a 0101 & 00810636 a 0000 & 00810764 a 0000 | characterized by an absence of force or forcefulness
-00810636 00 s 01 backward 0 001 & 00810481 a 0000 | having made less than normal progress; "an economically backward country"
-00810764 00 s 02 stagnant 0 moribund 0 003 & 00810481 a 0000 + 14012667 n 0102 + 02725286 v 0101 | not growing or changing; without force or vitality
-00810916 00 a 01 eager 0 007 ^ 00885695 a 0000 + 07555184 n 0101 ! 00811820 a 0101 & 00811248 a 0000 & 00811421 a 0000 & 00811536 a 0000 & 00811707 a 0000 | having or showing keen interest or intense desire or impatient expectancy; "eager to learn"; "eager to travel abroad"; "eager for success"; "eager helpers"; "an eager look"
-00811248 00 s 02 anxious(p) 0 dying(p) 0 002 & 00810916 a 0000 ;u 07075172 n 0000 | eagerly desirous; "anxious to see the new show at the museum"; "dying to hear who won"
-00811421 00 s 01 hot 0 001 & 00810916 a 0000 | having or showing great eagerness or enthusiasm; "hot for travel"
-00811536 00 s 02 impatient(p) 0 raring(p) 0 002 & 00810916 a 0000 + 07514071 n 0101 | (usually followed by `to') full of eagerness; "impatient to begin"; "raring to go"
-00811707 00 s 01 overeager 0 001 & 00810916 a 0000 | excessively eager; "overeager in his pursuit of the girl"
-00811820 00 a 01 uneager 0 002 ! 00810916 a 0101 & 00811969 a 0000 | lacking interest or spirit or animation; "decrepit, colorless uneager things"
-00811969 00 s 01 reluctant 0 002 & 00811820 a 0000 + 04645943 n 0101 | not eager; "foreigners stubbornly reluctant to accept our ways"; "fresh from college and reluctant for the moment to marry him"
-00812170 00 a 01 eared 0 006 ! 00812860 a 0101 & 00812417 a 0000 & 00812521 a 0000 & 00812626 a 0000 & 00812710 a 0000 & 00812785 a 0000 | having ears (or appendages resembling ears) or having ears of a specified kind; often used in combination
-00812417 00 s 02 auriculate 0 auriculated 0 002 & 00812170 a 0000 + 05323889 n 0101 | having auricles
-00812521 00 s 01 lop-eared 0 001 & 00812170 a 0000 | having bent or drooping ears; "a lop-eared hound"
-00812626 00 s 01 mouse-eared 0 001 & 00812170 a 0000 | having ears like a mouse's
-00812710 00 s 01 short-eared 0 001 & 00812170 a 0000 | having short ears
-00812785 00 s 01 small-eared 0 001 & 00812170 a 0000 | having small ears
-00812860 00 a 01 earless 0 001 ! 00812170 a 0101 | lacking external ears; "earless seals"
-00812952 00 a 01 early 0 017 ^ 01010862 a 0000 = 05046009 n 0000 + 05046659 n 0101 ! 00815941 a 0101 ! 00816481 a 0101 & 00813589 a 0000 & 00813915 a 0000 & 00814073 a 0000 & 00814251 a 0000 & 00814468 a 0000 & 00814611 a 0000 & 00814902 a 0000 & 00815000 a 0000 & 00815227 a 0000 & 00815406 a 0000 & 00815586 a 0000 & 00815849 a 0000 | at or near the beginning of a period of time or course of events or before the usual or expected time; "early morning"; "an early warning"; "early diagnosis"; "an early death"; "took early retirement"; "an early spring"; "early varieties of peas and tomatoes mature before most standard varieties"
-00813589 00 s 05 aboriginal 0 primal 0 primeval 0 primaeval 0 primordial 0 001 & 00812952 a 0000 | having existed from the beginning; in an earliest or original stage or state; "aboriginal forests"; "primal eras before the appearance of life on earth"; "the forest primeval"; "primordial matter"; "primordial forms of life"
-00813915 00 s 02 advance(a) 0 beforehand(p) 0 001 & 00812952 a 0000 | being ahead of time or need; "gave advance warning"; "was beforehand with her report"
-00814073 00 s 02 archean 0 archaean 0 003 & 00812952 a 0000 ;c 06115701 n 0000 + 15129220 n 0101 | of or relating to the earliest known rocks formed during the Precambrian Eon
-00814251 00 s 02 archeozoic 0 archaeozoic 0 004 & 00812952 a 0000 ;c 06115701 n 0000 + 15129220 n 0205 + 15129220 n 0104 | of or belonging to earlier of two divisions of the Precambrian era; "archeozoic life forms"
-00814468 00 s 01 azoic 0 002 & 00812952 a 0000 ;c 06115701 n 0000 | before the appearance of life; "azoic rocks contain not organic remains"
-00814611 00 s 02 earlier 0 earliest 0 002 & 00812952 a 0000 ;u 06322693 n 0000 | (comparative and superlative of `early') more early than; most early; "a fashion popular in earlier times"; "his earlier work reflects the influence of his teacher"; "Verdi's earliest and most raucous opera"
-00814902 00 s 01 earlyish 0 001 & 00812952 a 0000 | being somewhat early; "at an earlyish hour"
-00815000 00 s 02 premature 0 untimely 0 003 & 00812952 a 0000 + 05049458 n 0202 + 14426736 n 0101 | uncommonly early or before the expected time; "illness led to his premature death"; "alcohol brought him to an untimely end"
-00815227 00 s 02 previous(p) 0 premature 2 002 & 00812952 a 0000 + 14426736 n 0201 | too soon or too hasty; "our condemnation of him was a bit previous"; "a premature judgment"
-00815406 00 s 01 proterozoic 0 003 & 00812952 a 0000 ;c 06115701 n 0000 + 15128997 n 0101 | formed in the later of two divisions of the Precambrian era; "proterozoic life forms"
-00815586 00 s 01 proto(a) 0 002 & 00812952 a 0000 ;u 06307152 n 0000 | indicating the first or earliest or original; "`proto' is a combining form in a word like `protolanguage' that refers to the hypothetical ancestor of another language or group of languages"
-00815849 00 s 01 wee 0 001 & 00812952 a 0000 | very early; "the wee hours of the morning"
-00815941 00 a 01 middle 0 005 = 05046009 n 0000 ! 00816481 a 0101 ! 00812952 a 0101 & 00816160 a 0000 & 00816324 a 0000 | between an earlier and a later period of time; "in the middle years"; "in his middle thirties"
-00816160 00 s 01 intervening 0 001 & 00815941 a 0000 | occurring or falling between events or points in time; "so much had happened during the intervening years"
-00816324 00 s 01 mid(a) 0 001 & 00815941 a 0000 | used in combination to denote the middle; "midmorning"; "midsummer"; "in mid-1958"; "a mid-June wedding"
-00816481 00 a 01 late 0 008 = 05046009 n 0000 + 05047059 n 0101 ! 00812952 a 0101 ! 00815941 a 0101 & 00816839 a 0000 & 00817004 a 0000 & 00817176 a 0000 & 00817242 a 0000 | being or occurring at an advanced period of time or after a usual or expected time; "late evening"; "late 18th century"; "a late movie"; "took a late flight"; "had a late breakfast"
-00816839 00 s 02 advanced 0 ripe 0 001 & 00816481 a 0000 | far along in time; "a man of advanced age"; "advanced in years"; "a ripe old age"; "the ripe age of 90"
-00817004 00 s 01 after-hours 0 001 & 00816481 a 0000 | after closing time especially a legally established closing time; "after-hours socializing"; "an after-hours club"
-00817176 00 s 01 latish 0 001 & 00816481 a 0000 | somewhat late
-00817242 00 s 01 posthumous 0 001 & 00816481 a 0000 | occurring or coming into existence after a person's death; "a posthumous award"; "a posthumous book"; "a posthumous daughter"
-00817424 00 a 01 early 2 008 + 05046659 n 0101 ! 00819235 a 0101 & 00817731 a 0000 & 00818008 a 0000 & 00818175 a 0000 & 00818581 a 0000 & 00818829 a 0000 & 00819051 a 0000 | being or occurring at an early stage of development; "in an early stage"; "early forms of life"; "early man"; "an early computer"
-00817731 00 s 02 archaic 0 primitive 1 003 & 00817424 a 0000 + 09627462 n 0201 + 14472624 n 0203 | little evolved from or characteristic of an earlier ancestral type; "archaic forms of life"; "primitive mammals"; "the okapi is a short-necked primitive cousin of the giraffe"
-00818008 00 s 02 new 0 young 0 001 & 00817424 a 0000 | (of crops) harvested at an early stage of development; before complete maturity; "new potatoes"; "young corn"
-00818175 00 s 03 crude 0 primitive 2 rude 0 005 & 00817424 a 0000 + 14472624 n 0305 + 14472624 n 0203 + 14472624 n 0101 + 14472624 n 0102 | belonging to an early stage of technical development; characterized by simplicity and (often) crudeness; "the crude weapons and rude agricultural implements of early man"; "primitive movies of the 1890s"; "primitive living conditions in the Appalachian mountains"
-00818581 00 s 02 embryonic 0 embryotic 0 003 & 00817424 a 0000 + 01458842 n 0201 + 01458842 n 0101 | in an early stage of development; "the embryonic government staffed by survivors of the massacre"; "an embryonic nation, not yet self-governing"
-00818829 00 s 02 incipient 0 inchoate 0 003 & 00817424 a 0000 + 15143012 n 0101 + 15143012 n 0102 | only partly in existence; imperfectly formed; "incipient civil disorder"; "an incipient tumor"; "a vague inchoate idea"
-00819051 00 s 01 precocious 0 002 & 00817424 a 0000 ;c 06066555 n 0000 | appearing or developing early; "precocious flowers appear before the leaves as in some species of magnolias"
-00819235 00 a 02 late 2 later(a) 2 004 + 05047059 n 0101 ! 00817424 a 0101 & 00819526 a 0000 & 00819709 a 0000 | at or toward an end or late period or stage of development; "the late phase of feudalism"; "a later symptom of the disease"; "later medical science could have saved the child"
-00819526 00 s 01 advanced(a) 0 001 & 00819235 a 0000 | comparatively late in a course of development; "the illness had reached an advanced stage"; "an advanced state of exhaustion"
-00819709 00 s 01 tardive 0 001 & 00819235 a 0000 | late-occurring (especially with reference to symptoms of a disease); "tardive dyskinesia"
-00819852 00 a 01 early 1 005 ;c 06172789 n 0000 + 05046659 n 0101 ! 00820458 a 0101 ! 00820721 a 0101 & 00820219 a 0000 | of an early stage in the development of a language or literature; "the Early Hebrew alphabetical script is that used mainly from the 11th to the 6th centuries B.C."; "Early Modern English is represented in documents printed from 1476 to 1700"
-00820219 00 s 01 Old 0 002 & 00819852 a 0000 ;c 06172789 n 0000 | of a very early stage in development; "Old English is also called Anglo Saxon"; "Old High German is High German from the middle of the 9th to the end of the 11th century"
-00820458 00 a 01 middle 1 003 ;c 06172789 n 0000 ! 00820721 a 0101 ! 00819852 a 0101 | of a stage in the development of a language or literature between earlier and later stages; "Middle English is the English language from about 1100 to 1500"; "Middle Gaelic"
-00820721 00 a 01 late 1 006 ;c 06172789 n 0000 + 05047059 n 0101 ! 00819852 a 0101 ! 00820458 a 0101 & 00820975 a 0000 & 00821208 a 0000 | of a later stage in the development of a language or literature; used especially of dead languages; "Late Greek"
-00820975 00 s 02 Modern 0 New 1 004 & 00820721 a 0000 ;c 06172789 n 0000 + 10326551 n 0101 + 05050668 n 0102 | used of a living language; being the current stage in its development; "Modern English"; "New Hebrew is Israeli Hebrew"
-00821208 00 s 01 New 2 002 & 00820721 a 0000 ;c 06172789 n 0000 | in use after medieval times; "New Eqyptian was the language of the 18th to 21st dynasties"
-00821367 00 a 01 earned 0 002 ! 00821723 a 0101 & 00821603 a 0000 | gained or acquired; especially through merit or as a result of effort or action; "a well-earned reputation for honesty"; "earned income"; "an earned run in baseball"
-00821603 00 s 01 attained 0 001 & 00821367 a 0000 | achieved or reached; "the actual attained achievement test score"
-00821723 00 a 01 unearned 0 002 ! 00821367 a 0101 & 00821959 a 0000 | not gained by merit or labor or service; "accepted the unearned rewards that came his ways as well as the unearned criticism"; "unearned income"; "an unearned run"
-00821959 00 s 01 honorary 0 003 & 00821723 a 0000 + 14436875 n 0101 + 06696483 n 0103 | given as an honor without the normal duties; "an honorary degree"
-00822115 00 a 01 easy 2 004 ^ 00479330 a 0000 ^ 02407603 a 0000 + 07515974 n 0101 ! 00822449 a 0101 | free from worry or anxiety; "knowing that I had done my best, my mind was easy"; "an easy good-natured manner"; "by the time the chsild faced the actual problem of reading she was familiar and at ease with all the elements words"
-00822449 00 a 01 uneasy 0 007 ^ 02405326 a 0000 ^ 00479933 a 0000 ^ 01923391 a 0000 + 07525057 n 0102 ! 00822115 a 0101 & 00822907 a 0000 & 00823192 a 0000 | lacking a sense of security or affording no ease or reassurance; "farmers were uneasy until rain finally came"; "uneasy about his health"; "gave an uneasy laugh"; "uneasy lies the head that wears the crown"; "an uneasy coalition government"; "an uneasy calm"; "an uneasy silence fell on the group"
-00822907 00 s 02 apprehensive 0 worried 0 003 & 00822449 a 0000 + 01782432 v 0101 + 07521674 n 0102 | mentally upset over possible misfortune or danger etc; "apprehensive about her job"; "not used to a city and worried about small things"; "felt apprehensive about the consequences"
-00823192 00 s 02 precarious 0 unstable 0 003 & 00822449 a 0000 + 04775747 n 0202 + 04756887 n 0103 | affording no ease or reassurance; "a precarious truce"
-00823350 00 a 01 east 0 007 ! 00824321 a 0101 & 00823556 a 0000 & 00823665 a 0000 & 00823832 a 0000 & 00823971 a 0000 & 00824094 a 0000 & 00824183 a 0000 | situated in or facing or moving toward the east
-00823556 00 s 02 eastbound 0 eastward 0 001 & 00823350 a 0000 | moving toward the east; "eastbound trains"
-00823665 00 s 02 easterly 1 eastern 1 002 & 00823350 a 0000 + 11448343 n 0102 | from the east; used especially of winds; "an eastern wind"; "the winds are easterly"
-00823832 00 s 02 easterly 2 eastern 2 001 & 00823350 a 0000 | lying in or toward the east; "the east side of New York"; "eastern cities"
-00823971 00 s 01 eastern 0 001 & 00823350 a 0000 | lying toward or situated in the east; "the eastern end of the island"
-00824094 00 s 02 easternmost 0 eastmost 0 001 & 00823350 a 0000 | farthest to the east
-00824183 00 s 01 eastside 0 001 & 00823350 a 0000 | of the eastern part of a city e.g. Manhattan; "the eastside silk-stocking district"
-00824321 00 a 01 west 0 006 ! 00823350 a 0101 & 00824509 a 0000 & 00824631 a 0000 & 00824753 a 0000 & 00824876 a 0000 & 00824965 a 0000 | situated in or facing or moving toward the west
-00824509 00 s 03 westbound 0 westerly 3 westward 0 001 & 00824321 a 0000 | moving toward the west; "westbound pioneers"
-00824631 00 s 01 western 0 001 & 00824321 a 0000 | lying toward or situated in the west; "our company's western office"
-00824753 00 s 02 westerly 1 western 1 003 & 00824321 a 0000 + 11525614 n 0102 + 11525480 n 0102 | of wind; from the west
-00824876 00 s 02 westernmost 0 westmost 0 001 & 00824321 a 0000 | farthest to the west
-00824965 00 s 01 westside 0 001 & 00824321 a 0000 | of the western part of a city; "he lives in upper westside Manhattan"
-00825089 00 a 01 western 1 004 = 08682575 n 0000 + 00523645 v 0103 ! 00825604 a 0101 & 00825375 a 0000 | relating to or characteristic of the western parts of the world or the West as opposed to the eastern or oriental parts; "the Western world"; "Western thought"; "Western thought"
-00825375 00 s 02 occidental 0 Hesperian 0 003 & 00825089 a 0000 + 10369845 n 0101 + 08682575 n 0102 | denoting or characteristic of countries of Europe and the western hemisphere; "occidental civilization"; "Hesperian culture"
-00825604 00 a 01 eastern 1 003 = 08562620 n 0000 ! 00825089 a 0101 & 00825807 a 0000 | relating to or characteristic of regions of eastern parts of the world; "Eastern Europe"; "the Eastern religions"
-00825807 00 s 01 oriental 0 003 & 00825604 a 0000 + 09643078 n 0101 + 08562620 n 0102 | denoting or characteristic of countries of Asia; "oriental civilization"
-00825970 00 a 01 western 2 006 = 08682819 n 0000 ! 00826959 a 0101 & 00826215 a 0000 & 00826403 a 0000 & 00826658 a 0000 & 00826827 a 0000 | of or characteristic of regions of the United States west of the Mississippi River; "a Western ranch"
-00826215 00 s 01 southwestern 0 001 & 00825970 a 0000 | of a region of the United States generally including New Mexico; Arizona; Texas; California; and sometimes Nevada; Utah; Colorado
-00826403 00 s 01 midwestern 0 001 & 00825970 a 0000 | of a region of the United States generally including Ohio; Indiana; Illinois; Iowa; Missouri; Kansas; Nebraska; and sometimes Michigan; Wisconsin; Minnesota; "a midwestern city"; "midwestern accent"
-00826658 00 s 01 northwestern 0 001 & 00825970 a 0000 | of a region of the United States generally including Washington; Oregon; Idaho; and sometimes Montana; Wyoming
-00826827 00 s 01 west-central 0 001 & 00825970 a 0000 | of a region of the United States usually including Colorado; Nevada; Utah
-00826959 00 a 01 eastern 2 006 = 08563180 n 0000 ! 00825970 a 0101 & 00827192 a 0000 & 00827327 a 0000 & 00827556 a 0000 & 00827743 a 0000 | of or characteristic of eastern regions of the United States; "the Eastern establishment"
-00827192 00 s 01 east-central 0 001 & 00826959 a 0000 | of a region of the United States generally including Kentucky, West Virginia
-00827327 00 s 02 middle_Atlantic 0 mid-Atlantic 0 001 & 00826959 a 0000 | of a region of the United States generally including Delaware; Maryland; Virginia; and usually New York; Pennsylvania; New Jersey; "mid-Atlantic states"
-00827556 00 s 01 northeastern 0 001 & 00826959 a 0000 | of a region of the United States generally including the New England states; New York; and sometimes New Jersey and Pennsylvania
-00827743 00 s 01 southeastern 0 001 & 00826959 a 0000 | of a region of the United States generally including Alabama; Georgia; Florida; Tennessee; South Carolina; North Carolina
-00827923 00 a 01 ectomorphic 0 004 ^ 00988232 a 0000 ! 00828175 a 0101 ! 00828336 a 0101 & 00828095 a 0000 | having a build with little fat or muscle but with long limbs
-00828095 00 s 01 asthenic 0 001 & 00827923 a 0000 | having a slender physique
-00828175 00 a 02 endomorphic 0 pyknic 0 003 ^ 00986027 a 0000 ! 00828336 a 0101 ! 00827923 a 0101 | having a squat and fleshy build; "a pyknic practical joke"
-00828336 00 a 02 mesomorphic 0 muscular 4 006 ;c 06057539 n 0000 + 05030418 n 0203 + 10310903 n 0101 ! 00827923 a 0101 ! 00828175 a 0101 & 00828661 a 0000 | having a robust muscular body-build characterized by predominance of structures (bone and muscle and connective tissue) developed from the embryonic mesodermal layer
-00828661 00 s 01 athletic 0 001 & 00828336 a 0000 | having a sturdy and well proportioned body; "an athletic build"
-00828779 00 a 03 edible 0 comestible 0 eatable 0 010 ^ 01182024 a 0000 ^ 01716227 a 0000 ^ 02446651 a 0000 + 07556637 n 0201 + 04997472 n 0102 + 04997472 n 0101 ! 00829496 a 0101 & 00829041 a 0000 & 00829146 a 0000 & 00829243 a 0000 | suitable for use as food
-00829041 00 s 01 killable 0 002 & 00828779 a 0000 + 01323958 v 0101 | fit to kill, especially for food
-00829146 00 s 03 nonpoisonous 0 non-poisonous 0 nontoxic 0 001 & 00828779 a 0000 | safe to eat
-00829243 00 s 02 pareve 0 parve 0 002 & 00828779 a 0000 ;c 06951067 n 0000 | containing no meat or milk (or their derivatives) and thus eatable with both meat and dairy dishes according to the dietary laws of Judaism; "pareve margarine"; "parvebread"
-00829496 00 a 02 inedible 0 uneatable 0 005 ^ 01182747 a 0000 ^ 02445636 a 0000 ^ 01716491 a 0000 ! 00828779 a 0101 & 00829656 a 0000 | not suitable for food
-00829656 00 s 01 poisonous 0 002 & 00829496 a 0000 + 15032376 n 0101 | not safe to eat
-00829745 00 a 01 educated 0 011 ^ 00411886 a 0000 ^ 00884007 a 0000 ^ 01306273 a 0000 ^ 01332386 a 0000 ^ 01421602 a 0000 ^ 00832075 a 0000 ! 00830717 a 0101 & 00830051 a 0000 & 00830381 a 0000 & 00830508 a 0000 & 00830630 a 0000 | possessing an education (especially having more than average knowledge)
-00830051 00 s 06 knowing 0 knowledgeable 0 learned 0 lettered 0 well-educated 0 well-read 0 005 & 00829745 a 0000 + 05985999 n 0303 + 04890546 n 0202 + 04890546 n 0201 + 05675905 n 0105 | highly educated; having extensive information or understanding; "knowing instructors"; "a knowledgeable critic"; "a knowledgeable audience"
-00830381 00 s 01 literate 0 001 & 00829745 a 0000 | knowledgeable and educated in one or several fields; "computer literate"
-00830508 00 s 01 self-educated 0 001 & 00829745 a 0000 | educated by your own efforts rather than by formal instruction
-00830630 00 s 01 semiliterate 0 001 & 00829745 a 0000 | literate but poorly informed
-00830717 00 a 01 uneducated 0 011 ^ 01421679 a 0000 ^ 00832200 a 0000 ^ 00412567 a 0000 ^ 00884286 a 0000 ^ 01308425 a 0000 ! 00829745 a 0101 & 00830981 a 0000 & 00831225 a 0000 & 00831603 a 0000 & 00831696 a 0000 & 00831903 a 0000 | not having a good education
-00830981 00 s 02 ignorant 1 illiterate 0 001 & 00830717 a 0000 | uneducated in the fundamentals of a given art or branch of learning; lacking knowledge of a specific field; "she is ignorant of quantum mechanics"; "he is musically illiterate"
-00831225 00 s 04 ignorant 2 nescient 0 unlearned 0 unlettered 0 004 & 00830717 a 0000 + 05988743 n 0202 + 05988743 n 0101 + 05988282 n 0101 | uneducated in general; lacking knowledge or sophistication; "an ignorant man"; "nescient of contemporary literature"; "an unlearned group incapable of understanding complex issues"; "exhibiting contempt for his unlettered companions"
-00831603 00 s 01 undereducated 0 001 & 00830717 a 0000 | poorly or insufficiently educated
-00831696 00 s 03 unschooled 0 untaught 0 untutored 0 001 & 00830717 a 0000 | lacking in schooling; "untaught people whose verbal skills are grossly deficient"; "an untutored genius"; "uneducated children"
-00831903 00 s 01 unstudied 0 001 & 00830717 a 0000 | lacking knowledge gained by study often in a particular field; "is unstudied in Latin as he is in may other matters"
-00832075 00 a 01 numerate 0 003 ^ 00829745 a 0000 = 05639431 n 0000 ! 00832200 a 0101 | able to understand and use numbers
-00832200 00 a 01 innumerate 0 002 = 05639431 n 0000 ! 00832075 a 0101 | lacking knowledge and understanding of mathematical concepts and methods
-00832347 00 a 01 operative 0 005 ! 00833575 a 0101 & 00832609 a 0000 & 00832784 a 0000 & 00833018 a 0000 & 00833334 a 0000 | being in force or having or exerting force; "operative regulations"; "the major tendencies operative in the American political system"
-00832609 00 s 01 operant 0 002 & 00832347 a 0000 + 01525666 v 0103 | having influence or producing an effect; "many emotional determinants at work"; "an operant conscience"
-00832784 00 s 04 effective 0 good 0 in_effect(p) 0 in_force(p) 0 001 & 00832347 a 0000 | exerting force or influence; "the law is effective immediately"; "a warranty good for two years"; "the law is already in effect (or in force)"
-00833018 00 s 03 operational 0 in_operation(p) 1 operating(a) 1 001 & 00832347 a 0000 | being in effect or operation; "de facto apartheid is still operational even in the `new' African nations"- Leslie Marmon Silko; "bus service is in operation during the emergency"; "the company had several operating divisions"
-00833334 00 s 01 working 2 001 & 00832347 a 0000 | serving to permit or facilitate further work or activity; "discussed the working draft of a peace treaty"; "they need working agreements with their neighbor states on interstate projects"
-00833575 00 a 01 inoperative 0 004 ! 00832347 a 0101 & 00833737 a 0000 & 00833878 a 0000 & 00834048 a 0000 | not working or taking effect; "an inoperative law"
-00833737 00 s 01 down 0 001 & 00833575 a 0000 | not functioning (temporarily or permanently); "we can't work because the computer is down"
-00833878 00 s 01 dead 0 002 & 00833575 a 0000 + 05006519 n 0101 | out of use or operation because of a fault or breakdown; "a dead telephone line"; "the motor is dead"
-00834048 00 s 01 defunct 0 002 & 00833575 a 0000 + 13963032 n 0102 | no longer in force or use; inactive; "a defunct law"; "a defunct organization"
-00834198 00 a 03 effective 0 effectual 2 efficacious 2 018 ^ 00838856 a 0000 ^ 00839619 a 0000 ^ 01824244 a 0000 ^ 01825671 a 0000 ^ 02495922 a 0000 = 05199286 n 0000 + 05199869 n 0301 + 05199869 n 0302 + 05199286 n 0203 + 05199286 n 0204 + 01642924 v 0101 + 05199286 n 0101 + 05199286 n 0102 ! 00835609 a 0101 & 00834959 a 0000 & 00835122 a 0000 & 00835292 a 0000 & 00835504 a 0000 | producing or capable of producing an intended result or having a striking effect; "an air-cooled motor was more effective than a witch's broomstick for rapid long-distance transportation"-LewisMumford; "effective teaching methods"; "effective steps toward peace"; "made an effective entrance"; "his complaint proved to be effectual in bringing action"; "an efficacious law"
-00834959 00 s 02 hard-hitting 0 trenchant 0 001 & 00834198 a 0000 | characterized by or full of force and vigor; "a hard-hitting expose"; "a trenchant argument"
-00835122 00 s 01 impelling 0 001 & 00834198 a 0000 | markedly effective as if by emotional pressure; "impelling skill as a teller of tales"; "an impelling personality"
-00835292 00 s 02 impressive 0 telling 0 004 & 00834198 a 0000 + 04719502 n 0101 + 01767949 v 0102 + 00728393 v 0101 | producing a strong effect; "gave an impressive performance as Othello"; "a telling gesture"
-00835504 00 s 01 rough-and-ready 0 001 & 00834198 a 0000 | crude but effective for the purpose at hand
-00835609 00 a 03 ineffective 0 uneffective 0 ineffectual 2 012 ^ 00294175 a 0000 ^ 00839411 a 0000 ^ 00840902 a 0000 ^ 01827535 a 0000 ^ 02497141 a 0000 = 05199286 n 0000 + 05207963 n 0302 + 05207963 n 0303 + 05207963 n 0101 ! 00834198 a 0101 & 00835978 a 0000 & 00836111 a 0000 | not producing an intended effect; "an ineffective teacher"; "ineffective legislation"
-00835978 00 s 01 toothless 0 001 & 00835609 a 0000 | lacking necessary force for effectiveness; "a toothless piece of legislation"
-00836111 00 s 01 unproductive 0 002 & 00835609 a 0000 + 05148539 n 0101 | not producing desired results; "the talks between labor and management were unproductive"
-00836277 00 a 01 effortful 0 011 ^ 00744916 a 0000 + 04709585 n 0101 ! 00838296 a 0101 & 00836544 a 0000 & 00837084 a 0000 & 00837249 a 0000 & 00837415 a 0000 & 00837574 a 0000 & 00837756 a 0000 & 00837868 a 0000 & 00837977 a 0000 | requiring great physical effort
-00836544 00 s 0a arduous 0 backbreaking 0 grueling 0 gruelling 0 hard 1 heavy 0 laborious 0 operose 0 punishing 0 toilsome 0 008 & 00836277 a 0000 + 04709944 n 0a03 + 04709944 n 0802 + 00620752 n 0701 + 04709944 n 0701 + 04711031 n 0602 + 04710588 n 0501 + 04709759 n 0101 | characterized by effort to the point of exhaustion; especially physical effort; "worked their arduous way up the mining valley"; "a grueling campaign"; "hard labor"; "heavy work"; "heavy going"; "spent many laborious hours on the project"; "set a punishing pace"
-00837084 00 s 01 dragging 0 001 & 00836277 a 0000 | marked by a painfully slow and effortful manner; "it was a strange dragging approach"; "years of dragging war"
-00837249 00 s 04 exhausting 0 tiring 0 wearing 0 wearying 0 001 & 00836277 a 0000 | producing exhaustion; "an exhausting march"; "the visit was especially wearing"
-00837415 00 s 03 heavy 1 labored 0 laboured 0 001 & 00836277 a 0000 | requiring or showing effort; "heavy breathing"; "the subject made for labored reading"
-00837574 00 s 02 labor-intensive 0 labour-intensive 0 001 & 00836277 a 0000 | requiring a large expenditure of labor but not much capital; "cottage industries are labor intensive"
-00837756 00 s 02 leaden 0 plodding 0 001 & 00836277 a 0000 | (of movement) slow and laborious; "leaden steps"
-00837868 00 s 01 Sisyphean 0 002 & 00836277 a 0000 + 09498697 n 0101 | both extremely effortful and futile
-00837977 00 s 03 arduous 2 straining 0 strenuous 0 004 & 00836277 a 0000 + 00788766 n 0304 + 04709759 n 0302 + 04709759 n 0101 | taxing to the utmost; testing powers of endurance; "his final, straining burst of speed"; "a strenuous task"; "your willingness after these six arduous days to remain here"- F.D.Roosevelt
-00838296 00 a 01 effortless 0 005 ^ 00749230 a 0000 + 04708543 n 0101 ! 00836277 a 0101 & 00838533 a 0000 & 00838659 a 0000 | requiring or apparently requiring no effort; "the swallows glided in an effortless way through the busy air"
-00838533 00 s 01 facile 0 002 & 00838296 a 0000 + 05642175 n 0104 | performing adroitly and without effort; "a facile hand"
-00838659 00 s 02 unforced 0 unstrained 0 001 & 00838296 a 0000 | not resulting from undue effort; not forced; "a voice with a pleasingly unforced quality"; "his playing is facile and unstrained"
-00838856 00 a 01 efficacious 0 006 ^ 00834198 a 0000 = 05199869 n 0000 + 05199869 n 0101 + 05199869 n 0102 ! 00839411 a 0101 & 00839225 a 0000 | marked by qualities giving the power to produce an intended effect; "written propaganda is less efficacious than the habits and prejudices...of the readers"-Aldous Huxley; "the medicine is efficacious in stopping a cough"
-00839225 00 s 01 effective 0 002 & 00838856 a 0000 + 05199286 n 0101 | works well as a means or remedy; "an effective reprimand"; "a lotion that is effective in cases of prickly heat"
-00839411 00 a 01 inefficacious 0 004 ^ 00835609 a 0000 = 05199869 n 0000 + 05208291 n 0102 ! 00838856 a 0101 | lacking the power to produce a desired effect; "laws that are inefficacious in stopping crime"
-00839619 00 a 01 efficient 0 010 ^ 00510050 a 0000 ^ 00834198 a 0000 + 05644527 n 0101 ! 00840902 a 0101 & 00839959 a 0000 & 00840103 a 0000 & 00840212 a 0000 & 00840510 a 0000 & 00840634 a 0000 & 00840737 a 0000 | being effective without wasting time or effort or expense; "an efficient production manager"; "efficient engines save gas"
-00839959 00 s 01 businesslike 0 001 & 00839619 a 0000 | exhibiting methodical and systematic characteristics that would be useful in business
-00840103 00 s 02 cost-efficient 0 cost-effective 0 001 & 00839619 a 0000 | productive relative to the cost
-00840212 00 s 02 economic 0 economical 0 004 & 00839619 a 0000 + 05644727 n 0201 + 00192613 n 0201 + 05644727 n 0101 | using the minimum of time or resources necessary for effectiveness; "an economic use of home heating oil"; "a modern economical heating system"; "an economical use of her time"
-00840510 00 s 01 expeditious 0 003 & 00839619 a 0000 + 05059830 n 0103 + 05059830 n 0104 | marked by speed and efficiency
-00840634 00 s 01 high-octane 0 001 & 00839619 a 0000 | used of gasoline; having a high octane number
-00840737 00 s 01 streamlined 0 001 & 00839619 a 0000 | made efficient by stripping off nonessentials; "short streamlined meetings"; "a streamlined hiring process"
-00840902 00 a 01 inefficient 0 005 ^ 00511214 a 0000 ^ 00835609 a 0000 + 05648953 n 0101 ! 00839619 a 0101 & 00841159 a 0000 | not producing desired results; wasteful; "an inefficient campaign against drugs"; "outdated and inefficient design and methods"
-00841159 00 s 02 uneconomical 0 wasteful 0 002 & 00840902 a 0000 + 00742645 n 0202 | inefficient in use of time and effort and materials; "a clumsy and wasteful process"; "wasteful duplication of effort"; "uneconomical ebb and flow of power"
-00841403 00 a 01 forceful 0 010 + 05035353 n 0102 ! 00842914 a 0101 & 00841800 a 0000 & 00841934 a 0000 & 00842041 a 0000 & 00842199 a 0000 & 00842324 a 0000 & 00842550 a 0000 & 00842704 a 0000 & 00842810 a 0000 | characterized by or full of force or strength (often but not necessarily physical); "a forceful speaker"; "a forceful personality"; "forceful measures"; "a forceful plan for peace"
-00841800 00 s 01 bruising 0 001 & 00841403 a 0000 | brutally forceful and compelling; "protected from the bruising facts of battle"
-00841934 00 s 01 drastic 0 001 & 00841403 a 0000 | forceful and extreme and rigorous; "drastic measures"
-00842041 00 s 02 emphatic 0 exclamatory 0 004 & 00841403 a 0000 + 00977336 v 0202 + 00912048 v 0201 + 07085375 n 0102 | sudden and strong; "an emphatic no"
-00842199 00 s 02 firm 0 strong 0 001 & 00841403 a 0000 | strong and sure; "a firm grasp"; "gave a strong pull on the rope"
-00842324 00 s 03 forcible 0 physical 0 strong-arm 0 002 & 00841403 a 0000 + 01871979 v 0102 | impelled by physical force especially against resistance; "forcible entry"; "a real cop would get physical"; "strong-arm tactics"
-00842550 00 s 01 impellent 0 002 & 00841403 a 0000 + 01511706 v 0102 | forcing forward or onward; impelling; "an impellent power"; "an impellent cause"
-00842704 00 s 01 impetuous 0 001 & 00841403 a 0000 | marked by violent force; "impetuous heaving waves"
-00842810 00 s 01 sharp 0 002 & 00841403 a 0000 + 04720226 n 0101 | quick and forceful; "a sharp blow"
-00842914 00 a 02 forceless 0 unforceful 0 002 ! 00841403 a 0101 & 00843046 a 0000 | lacking force; feeble; "a forceless argument"
-00843046 00 s 02 wimpish 0 wimpy 0 002 & 00842914 a 0000 + 10781817 n 0201 | weak and ineffectual
-00843146 00 a 01 elastic 0 016 ^ 01022064 a 0000 + 04116098 n 0103 + 03267696 n 0101 + 05020358 n 0101 ! 00845528 a 0101 & 00843595 a 0000 & 00843988 a 0000 & 00844112 a 0000 & 00844263 a 0000 & 00844461 a 0000 & 00844719 a 0000 & 00844869 a 0000 & 00845025 a 0000 & 00845127 a 0000 & 00845216 a 0000 & 00845406 a 0000 | capable of resuming original shape after stretching or compression; springy; "an elastic band"; "a youthful and elastic walk"
-00843595 00 s 05 bouncy 0 live 0 lively 0 resilient 0 springy 0 011 & 00843146 a 0000 + 05021151 n 0503 + 07350567 n 0402 + 05020697 n 0402 + 07350567 n 0401 + 05020697 n 0401 + 01892104 v 0402 + 00387680 v 0401 + 04632157 n 0301 + 07350401 n 0101 + 05020981 n 0102 | elastic; rebounds readily; "clean bouncy hair"; "a lively tennis ball"; "as resilient as seasoned hickory"; "springy turf"
-00843988 00 s 01 chewy 0 002 & 00843146 a 0000 + 00278810 n 0101 | (of a consistency) requiring chewing; "chewy caramels"
-00844112 00 s 02 elasticized 0 elasticised 0 001 & 00843146 a 0000 | made with strands or inserts of elastic; "slacks with an elasticized waistband"
-00844263 00 s 04 expandable 0 expandible 0 expansible 0 expansile 0 005 & 00843146 a 0000 + 02077148 v 0301 + 00257269 v 0301 + 02077148 v 0201 + 00257269 v 0201 | (of gases) capable of expansion
-00844461 00 s 03 fictile 0 moldable 0 plastic 0 004 & 00843146 a 0000 + 05021884 n 0302 + 01697027 v 0202 + 01662771 v 0202 | capable of being molded or modeled (especially of earth or clay or other soft material); "plastic substances such as wax or clay"
-00844719 00 s 02 flexible 0 whippy 0 003 & 00843146 a 0000 + 05022457 n 0102 + 05022457 n 0101 | bending and snapping back readily without breaking
-00844869 00 s 02 rubbery 0 rubberlike 0 002 & 00843146 a 0000 + 15006258 n 0101 | having an elastic texture resembling rubber in flexibility or toughness
-00845025 00 s 01 springlike 0 001 & 00843146 a 0000 | resembling a spring or the action of a spring
-00845127 00 s 01 stretch 0 001 & 00843146 a 0000 | easily stretched; "stretch hosiery"
-00845216 00 s 02 stretchable 0 stretchy 0 004 & 00843146 a 0000 + 05021345 n 0201 + 05021345 n 0202 + 05021345 n 0103 | capable of being easily stretched and resuming former size or shape
-00845406 00 s 01 viscoelastic 0 002 & 00843146 a 0000 ;c 06090869 n 0000 | having viscous as well as elastic properties
-00845528 00 a 01 inelastic 0 006 ^ 01023289 a 0000 + 05023233 n 0101 ! 00843146 a 0101 & 00845737 a 0000 & 00845856 a 0000 & 00845928 a 0000 | not elastic; "economists speak of an inelastic price structure"
-00845737 00 s 01 dead 0 002 & 00845528 a 0000 + 05023404 n 0101 | lacking resilience or bounce; "a dead tennis ball"
-00845856 00 s 01 nonresilient 0 001 & 00845528 a 0000 | not resilient
-00845928 00 s 01 springless 0 001 & 00845528 a 0000 | lacking in elasticity or vitality; "went off with springless steps"
-00846052 00 a 02 elective 0 elected 2 004 + 02400760 v 0101 ! 00846462 a 0101 & 00846219 a 0000 & 00846349 a 0000 | subject to popular election; "elective official"
-00846219 00 s 01 electoral 0 002 & 00846052 a 0000 + 10760340 n 0102 | relating to or composed of electors; "electoral college"
-00846349 00 s 01 nonappointive 0 001 & 00846052 a 0000 | filled by popular election rather than by appointment
-00846462 00 a 02 appointive 0 appointed 2 005 + 02396205 v 0101 + 02475922 v 0101 ! 00846052 a 0101 & 00846625 a 0000 & 00846789 a 0000 | subject to appointment
-00846625 00 s 02 nominated 0 nominative 0 005 & 00846462 a 0000 + 02401523 v 0201 + 02396716 v 0202 + 02396205 v 0203 + 00879540 v 0201 | appointed by nomination
-00846789 00 s 03 nonelective 0 non-elective 0 nonelected 0 001 & 00846462 a 0000 | filled by appointment rather than by election; "a nonelective office"
-00846944 00 a 01 assigned 0 003 ! 00847306 a 0101 & 00847103 a 0000 & 00847196 a 0000 | appointed to a post or duty; "assigned personnel"; "assigned duties"
-00847103 00 s 01 allotted 0 001 & 00846944 a 0000 | given as a task; "her allotted chores"
-00847196 00 s 01 appointed 0 001 & 00846944 a 0000 | selected for a job; "the one appointed for guard duty"
-00847306 00 a 01 unassigned 0 001 ! 00846944 a 0101 | not assigned; "unassigned personnel"
-00847399 00 a 01 optional 0 005 ! 00848074 a 0101 & 00847577 a 0000 & 00847715 a 0000 & 00847861 a 0000 & 00847972 a 0000 | possible but not necessary; left to personal choice
-00847577 00 s 01 elective 0 002 & 00847399 a 0000 + 00676864 v 0101 | not compulsory; "elective surgery"; "an elective course of study"
-00847715 00 s 01 ex_gratia 0 001 & 00847399 a 0000 | as a favor; not compelled by legal right; "ex gratia payments made to nonstriking workers"
-00847861 00 s 01 facultative 0 001 & 00847399 a 0000 | not compulsory; "facultative courses in the sciences"
-00847972 00 s 02 nonmandatory 0 nonobligatory 0 001 & 00847399 a 0000 | not required by rule or law
-00848074 00 a 01 obligatory 0 009 ^ 01580050 a 0000 ! 00847399 a 0101 & 00848375 a 0000 & 00848466 a 0000 & 00848679 a 0000 & 00848838 a 0000 & 00848983 a 0000 & 00849108 a 0000 & 00849232 a 0000 | morally or legally constraining or binding; "attendance is obligatory"; "an obligatory contribution"
-00848375 00 s 01 bounden 0 001 & 00848074 a 0000 | morally obligatory; "my bounden duty"
-00848466 00 s 03 compulsory 0 mandatory 0 required 0 002 & 00848074 a 0000 + 00751389 v 0201 | required by rule; "in most schools physical education is compulsory"; "attendance is mandatory"; "required reading"
-00848679 00 s 01 de_rigueur 0 001 & 00848074 a 0000 | required by etiquette or usage or fashion; "instruction as to when and where a silk hat is de rigueur"
-00848838 00 s 01 imposed 0 001 & 00848074 a 0000 | set forth authoritatively as obligatory; "the imposed taxation"; "rules imposed by society"
-00848983 00 s 01 incumbent_on(p) 0 001 & 00848074 a 0000 | morally binding or necessary; "it is incumbent on me to attend"
-00849108 00 s 01 indispensable 0 001 & 00848074 a 0000 | unavoidable; "the routine but indispensable ceremonies of state"
-00849232 00 s 01 prerequisite 0 002 & 00848074 a 0000 + 05892427 n 0101 | required as a prior condition or course of study
-00849357 00 a 01 elegant 0 015 ^ 00751525 a 0000 ^ 01139352 a 0000 ^ 01947266 a 0000 ^ 02270342 a 0000 ^ 02392878 a 0000 + 04812268 n 0101 ! 00851103 a 0101 & 00849912 a 0000 & 00850053 a 0000 & 00850183 a 0000 & 00850434 a 0000 & 00850552 a 0000 & 00850648 a 0000 & 00850875 a 0000 & 00850983 a 0000 | refined and tasteful in appearance or behavior or style; "elegant handwriting"; "an elegant dark suit"; "she was elegant to her fingertips"; "small churches with elegant white spires"; "an elegant mathematical solution--simple and precise and lucid"
-00849912 00 s 03 dandified 0 dandyish 0 foppish 0 002 & 00849357 a 0000 + 04910848 n 0301 | affecting extreme elegance in dress and manner
-00850053 00 s 03 deluxe 0 de_luxe 0 luxe 0 001 & 00849357 a 0000 | elegant and sumptuous; "a deluxe car"; "luxe accommodations"
-00850183 00 s 01 fine 0 001 & 00849357 a 0000 | characterized by elegance or refinement or accomplishment; "fine wine"; "looking fine in her Easter suit"; "a fine gentleman"; "fine china and crystal"; "a fine violinist"; "the fine hand of a master"
-00850434 00 s 02 high-class 0 high-toned 0 001 & 00849357 a 0000 | pretentiously elegant; "a high-toned restaurant"
-00850552 00 s 02 exquisite 0 recherche 0 001 & 00849357 a 0000 | lavishly elegant and refined
-00850648 00 s 03 neat 0 refined 0 tasteful 0 003 & 00849357 a 0000 + 04813395 n 0301 + 04896515 n 0102 | free from what is tawdry or unbecoming; "a neat style"; "a neat set of rules"; "she hated to have her neat plans upset"
-00850875 00 s 01 ritzy 0 003 & 00849357 a 0000 ;u 07075172 n 0000 + 06889875 n 0101 | luxuriously elegant
-00850983 00 s 02 soigne 0 soignee 0 001 & 00849357 a 0000 | polished and well-groomed; showing sophisticated elegance
-00851103 00 a 01 inelegant 0 008 ^ 02384843 a 0000 ^ 02393401 a 0000 ^ 00752392 a 0000 ^ 01949149 a 0000 + 04815321 n 0101 ! 00849357 a 0101 & 00851329 a 0000 & 00851588 a 0000 | lacking in refinement or grace or good taste
-00851329 00 s 03 gauche 0 graceless 0 unpolished 0 003 & 00851103 a 0000 + 04815624 n 0203 + 04915121 n 0103 | lacking social polish; "too gauche to leave the room when the conversation became intimate"; "their excellent manners always made me feel gauche"
-00851588 00 s 01 homely 0 002 & 00851103 a 0000 + 04816528 n 0103 | without artificial refinement or elegance; "plain homely furniture"; "homely manners"
-00851744 00 a 01 eligible 0 010 ^ 01911053 a 0000 + 02400760 v 0101 + 04717552 n 0101 ! 00852988 a 0101 & 00852101 a 0000 & 00852197 a 0000 & 00852425 a 0000 & 00852576 a 0000 & 00852754 a 0000 & 00852875 a 0000 | qualified for or allowed or worthy of being chosen; "eligible to run for office"; "eligible for retirement benefits"; "an eligible bachelor"
-00852101 00 s 01 bailable 0 001 & 00851744 a 0000 | eligible for bail; "a bailable defendant"
-00852197 00 s 03 desirable 0 suitable 0 worthy 0 004 & 00851744 a 0000 + 04715487 n 0202 + 04686935 n 0103 + 04686935 n 0102 | worthy of being chosen especially as a spouse; "the parents found the girl suitable for their son"
-00852425 00 s 01 entitled 0 001 & 00851744 a 0000 | qualified for by right according to law; "we are all entitled to equal protection under the law"
-00852576 00 s 01 in_line 0 001 & 00851744 a 0000 | awaiting something; especially something due; "people were in line at the checkout counter"; "she was in line for promotion"
-00852754 00 s 01 legal 0 002 & 00851744 a 0000 ;c 00523513 n 0000 | allowed by official rules; "a legal pass receiver"
-00852875 00 s 01 pensionable 0 001 & 00851744 a 0000 | entitled to receive a pension; "a pensionable employee"
-00852988 00 a 01 ineligible 0 007 ^ 01911415 a 0000 + 04718134 n 0101 ! 00851744 a 0101 & 00853225 a 0000 & 00853324 a 0000 & 00853473 a 0000 & 00853631 a 0000 | not eligible; "ineligible to vote"; "ineligible for retirement benefits"
-00853225 00 s 01 disqualified 1 001 & 00852988 a 0000 | disqualified by law or rule or provision
-00853324 00 s 01 disqualified 2 002 & 00852988 a 0000 ;c 00523513 n 0000 | barred from competition for violation of rules; "a disqualified player"
-00853473 00 s 02 undesirable 0 unsuitable 0 003 & 00852988 a 0000 + 04721058 n 0202 + 05142008 n 0101 | not worthy of being chosen (especially as a spouse)
-00853631 00 s 02 unentitled 0 unqualified 0 001 & 00852988 a 0000 | having no right or entitlement; "a distinction to which he was unentitled"
-00853776 00 a 01 emotional 0 021 ^ 01559903 a 0000 ^ 01560513 a 0000 ^ 01725712 a 0000 ^ 02530861 a 0000 = 04626280 n 0000 + 04626280 n 0101 ! 00856860 a 0101 & 00854255 a 0000 & 00854413 a 0000 & 00854869 a 0000 & 00854989 a 0000 & 00855158 a 0000 & 00855309 a 0000 & 00855565 a 0000 & 00855670 a 0000 & 00856011 a 0000 & 00856132 a 0000 & 00856325 a 0000 & 00856511 a 0000 & 00856651 a 0000 & 00856790 a 0000 | of more than usual emotion; "his behavior was highly emotional"
-00854255 00 s 03 affectional 0 affective 0 emotive 0 004 & 00853776 a 0000 + 01772806 v 0301 + 01767949 v 0201 + 07479926 n 0101 | characterized by emotion
-00854413 00 s 0d bathetic 0 drippy 0 hokey 0 maudlin 0 mawkish 0 kitschy 0 mushy 0 schmaltzy 0 schmalzy 0 sentimental 0 soppy 0 soupy 0 slushy 0 007 & 00853776 a 0000 + 07481951 n 0a01 + 04627506 n 0a02 + 04627506 n 0704 + 07482267 n 0501 + 04627506 n 0501 + 04627506 n 0203 | effusively or insincerely emotional; "a bathetic novel"; "maudlin expressions of sympathy"; "mushy effusiveness"; "a schmaltzy song"; "sentimental soap operas"; "slushy poetry"
-00854869 00 s 02 cathartic 0 releasing 0 002 & 00853776 a 0000 ;c 00933420 n 0000 | emotionally purging (of e.g. art)
-00854989 00 s 02 charged 0 supercharged 0 001 & 00853776 a 0000 | fraught with great emotion; "an atmosphere charged with excitement"; "an emotionally charged speech"
-00855158 00 s 02 funky 0 low-down 0 003 & 00853776 a 0000 ;c 07062697 n 0000 + 07063585 n 0101 | (of jazz) having the soulful feeling of early blues
-00855309 00 s 01 het_up(p) 0 002 & 00853776 a 0000 ;u 07075172 n 0000 | worked up emotionally by anger or excitement; "was terribly het up over the killing of the eagle"; "got really het up over the new taxes"; "he was suddenly het up about racing cars"
-00855565 00 s 01 hot-blooded 0 001 & 00853776 a 0000 | prone to emotion; "hot-blooded Latin-Americans"
-00855670 00 s 01 little 0 001 & 00853776 a 0000 | small in a way that arouses feelings (of tenderness or its opposite depending on the context); "a nice little job"; "bless your little heart"; "my dear little mother"; "a sweet little deal"; "I'm tired of your petty little schemes"; "filthy little tricks"; "what a nasty little situation"
-00856011 00 s 02 lyric 0 lyrical 0 001 & 00853776 a 0000 | expressing deep emotion; "the dancer's lyrical performance"
-00856132 00 s 01 mind-blowing 0 001 & 00853776 a 0000 | intensely affecting the mind or emotions; "spending a week in the jungle was a mind-blowing experience"; "a mind-blowing horror story"
-00856325 00 s 02 moody 0 temperamental 0 004 & 00853776 a 0000 + 04628466 n 0201 + 07551052 n 0102 + 04628632 n 0101 | subject to sharply varying moods; "a temperamental opera singer"
-00856511 00 s 02 overemotional 0 sloppy 0 003 & 00853776 a 0000 + 04627506 n 0206 + 06775969 n 0203 | excessively or abnormally emotional
-00856651 00 s 01 soulful 0 002 & 00853776 a 0000 + 07480790 n 0102 | full of or expressing deep emotion; "soulful eyes"; "soulful music"
-00856790 00 s 01 warm-toned 0 001 & 00853776 a 0000 | used of music
-00856860 00 a 01 unemotional 0 014 ^ 02531422 a 0000 ^ 01727439 a 0000 ^ 01560320 a 0000 ^ 01561564 a 0000 = 04626280 n 0000 + 04629194 n 0101 ! 00853776 a 0101 & 00857206 a 0000 & 00857387 a 0000 & 00857560 a 0000 & 00858053 a 0000 & 00858340 a 0000 & 00858558 a 0000 & 00858780 a 0000 | unsusceptible to or destitute of or showing no emotion
-00857206 00 s 01 chilly 0 001 & 00856860 a 0000 | not characterized by emotion; "a female form in marble--a chilly but ideal medium for depicting abstract virtues"-C.W.Cunningham
-00857387 00 s 01 dry 0 002 & 00856860 a 0000 + 04630137 n 0103 | lacking warmth or emotional involvement; "a dry greeting"; "a dry reading of the lines"; "a dry critique"
-00857560 00 s 02 impassive 0 stolid 0 006 & 00856860 a 0000 + 04630378 n 0203 + 04630378 n 0202 + 07483782 n 0206 + 07483782 n 0103 + 07483782 n 0102 | having or revealing little emotion or sensibility; not easily aroused or excited; "her impassive remoteness"; "he remained impassive, showing neither interest in nor concern for our plight"- Nordhoff & Hall; "a silent stolid creature who took it all as a matter of course"-Virginia Woolf; "her face showed nothing but stolid indifference"
-00858053 00 s 02 philosophical 0 philosophic 0 004 & 00856860 a 0000 + 10425946 n 0201 + 10425946 n 0101 + 06158346 n 0101 | characterized by the attitude of a philosopher; meeting trouble with level-headed detachment; "philosophical resignation"; "a philosophic attitude toward life"
-00858340 00 s 02 phlegmatic 0 phlegmatical 0 005 & 00856860 a 0000 + 07483782 n 0204 + 04635953 n 0204 + 07483782 n 0104 + 04635953 n 0104 | showing little emotion; "a phlegmatic...and certainly undemonstrative man"
-00858558 00 s 02 stoic 0 stoical 0 004 & 00856860 a 0000 + 10658867 n 0201 + 04630378 n 0201 + 10658867 n 0101 | seeming unaffected by pleasure or pain; impassive; "stoic courage"; "stoic patience"; "a stoical sufferer"
-00858780 00 s 01 unblinking 0 001 & 00856860 a 0000 | showing no visible emotion; "stood unblinking and accepted a sentence of a year"
-00858917 00 a 02 empirical 0 empiric 0 010 + 00635699 n 0201 + 00635699 n 0101 ! 00860611 a 0101 & 00859350 a 0000 & 00859453 a 0000 & 00859632 a 0000 & 00859949 a 0000 & 00860127 a 0000 & 00860254 a 0000 & 00860365 a 0000 | derived from experiment and observation rather than theory; "an empirical basis for an ethical theory"; "empirical laws"; "empirical data"; "an empirical treatment of a disease about which little is known"
-00859350 00 s 01 a_posteriori 0 001 & 00858917 a 0000 | requiring evidence for validation or support
-00859453 00 s 03 confirmable 0 verifiable 0 falsifiable 0 002 & 00858917 a 0000 + 00664483 v 0201 | capable of being tested (verified or falsified) by experiment or observation
-00859632 00 s 02 experiential 0 existential 0 002 & 00858917 a 0000 + 05758059 n 0101 | derived from experience or the experience of existence; "the rich experiential content of the teachings of the older philosophers"- Benjamin Farrington; "formal logicians are not concerned with existential matters"- John Dewey
-00859949 00 s 03 experimental 1 data-based 0 observational 0 001 & 00858917 a 0000 | relying on observation or experiment; "experimental results that supported the hypothesis"
-00860127 00 s 01 experimental 2 001 & 00858917 a 0000 | of the nature of or undergoing an experiment; "an experimental drug"
-00860254 00 s 01 semiempirical 0 001 & 00858917 a 0000 | relying to some extent on observation or experiment
-00860365 00 s 01 trial-and-error 0 001 & 00858917 a 0000 | trying out various means or theories until error is satisfactorily reduced or eliminated; "he argued that all learning is a trial-and-error process that resembles biological evolution"
-00860611 00 a 02 theoretical 0 theoretic 0 009 + 05888929 n 0203 + 05989479 n 0201 ! 00858917 a 0101 & 00860932 a 0000 & 00861109 a 0000 & 00861216 a 0000 & 00861818 a 0000 & 00862067 a 0000 & 00862190 a 0000 | concerned primarily with theories or hypotheses rather than practical considerations; "theoretical science"
-00860932 00 s 01 abstractive 0 003 & 00860611 a 0000 + 00734587 v 0101 + 00692329 v 0101 | of an abstracting nature or having the power of abstracting; "abstractive analysis"
-00861109 00 s 01 a_priori 0 001 & 00860611 a 0000 | based on hypothesis or theory rather than experiment
-00861216 00 s 08 conjectural 0 divinatory 0 hypothetical 0 hypothetic 0 supposed 0 suppositional 0 suppositious 0 supposititious 0 012 & 00860611 a 0000 + 06782680 n 0803 + 05892096 n 0802 + 06782680 n 0703 + 05892096 n 0702 + 06782680 n 0603 + 05779712 n 0601 + 05892096 n 0602 + 06782680 n 0307 + 06782680 n 0102 + 05773923 n 0101 + 05891783 n 0102 | based primarily on surmise rather than adequate evidence; "theories about the extinction of dinosaurs are still highly conjectural"; "the supposed reason for his absence"; "suppositious reconstructions of dead languages"; "hypothetical situation"
-00861818 00 s 02 notional 0 speculative 0 004 & 00860611 a 0000 + 04759134 n 0201 + 00927049 v 0201 + 00633443 v 0201 | not based on fact or investigation; "a notional figure of cost helps in determining production costs"; "speculative knowledge"
-00862067 00 s 01 metaphysical 0 001 & 00860611 a 0000 | highly abstract and overly theoretical; "metaphysical reasoning"
-00862190 00 s 01 theory-based 0 001 & 00860611 a 0000 | based in theory rather than experiment; "theory-based arguments and positions"
-00862327 00 a 01 theoretical 1 004 ! 00863049 a 0101 & 00862526 a 0000 & 00862718 a 0000 & 00862911 a 0000 | concerned with theories rather than their practical applications; "theoretical physics"
-00862526 00 s 01 abstract 0 002 & 00862327 a 0000 + 04762134 n 0101 | dealing with a subject in the abstract without practical purpose or intention; "abstract reasoning"; "abstract science"
-00862718 00 s 01 academic 0 001 & 00862327 a 0000 | hypothetical or theoretical and not expected to produce an immediate or practical result; "an academic discussion"; "an academic question"
-00862911 00 s 01 pure 0 001 & 00862327 a 0000 | concerned with theory and data rather than practice; opposed to applied; "pure science"
-00863049 00 a 01 applied 0 003 ! 00862327 a 0101 & 00863361 a 0000 & 00863555 a 0000 | concerned with concrete problems or data rather than with fundamental principles; "applied physics"; "applied psychology"; "technical problems in medicine, engineering, economics and other applied disciplines"- Sidney Hook
-00863361 00 s 01 forensic 0 001 & 00863049 a 0000 | used or applied in the investigation and establishment of facts or evidence in a court of law; "forensic photograph"; "forensic ballistics"
-00863555 00 s 01 practical 0 001 & 00863049 a 0000 | having or put to a practical purpose or use; "practical mathematics"; "practical applications of calculus"
-00863717 00 a 01 salaried 0 001 ! 00863823 a 0101 | receiving a salary; "salaried members of the staff"
-00863823 00 a 03 freelance 0 free-lance 0 self-employed 0 002 + 02576110 v 0101 ! 00863717 a 0101 | working for yourself
-00863946 00 a 01 employed 0 005 ^ 00292937 a 0000 ! 00864693 a 0101 & 00864203 a 0000 & 00864346 a 0000 & 00864461 a 0000 | having your services engaged for; or having a job especially one that pays wages or a salary; "most of our graduates are employed"
-00864203 00 s 01 engaged 0 001 & 00863946 a 0000 | having services contracted for; "the carpenter engaged (or employed) for the job is sick"
-00864346 00 s 01 hired 0 001 & 00863946 a 0000 | having services engaged for a fee; "hired hands"; "a hired gun"
-00864461 00 s 02 working(a) 0 on_the_job(p) 0 001 & 00863946 a 0000 | actively engaged in paid work; "the working population"; "the ratio of working men to unemployed"; "a working mother"; "robots can be on the job day and night"
-00864693 00 a 01 unemployed 0 004 ^ 00294175 a 0000 ! 00863946 a 0101 & 00864884 a 0000 & 00865007 a 0000 | not engaged in a gainful occupation; "unemployed workers marched on the capital"
-00864884 00 s 05 discharged 0 dismissed 0 fired 0 laid-off 0 pink-slipped 0 001 & 00864693 a 0000 | having lost your job
-00865007 00 s 03 idle 0 jobless 0 out_of_work 0 002 & 00864693 a 0000 + 01065441 n 0101 | not having a job; "idle carpenters"; "jobless transients"; "many people in the area were out of work"
-00865201 00 a 01 employable 0 001 ! 00865331 a 0101 | physically and mentally capable of working at a regular job and available
-00865331 00 a 01 unemployable 0 001 ! 00865201 a 0101 | not acceptable for employment as a worker; "his illiteracy made him unemployable"
-00865471 00 a 01 enchanted 0 004 ! 00866047 a 0101 & 00865620 a 0000 & 00865765 a 0000 & 00865848 a 0000 | influenced as by charms or incantations
-00865620 00 s 06 beguiled 0 captivated 0 charmed 0 delighted 0 enthralled 0 entranced 0 001 & 00865471 a 0000 | filled with wonder and delight
-00865765 00 s 02 bewitched 0 ensorcelled 0 001 & 00865471 a 0000 | under a spell
-00865848 00 s 08 fascinated 2 hypnotized 0 hypnotised 0 mesmerized 0 mesmerised 0 spellbound 0 spell-bound 0 transfixed 0 001 & 00865471 a 0000 | having your attention fixated as though by a spell
-00866047 00 a 01 disenchanted 0 004 ^ 02270342 a 0000 ! 00865471 a 0101 & 00866182 a 0000 & 00866392 a 0000 | freed from enchantment
-00866182 00 s 02 disabused(p) 1 undeceived 0 001 & 00866047 a 0000 | freed of a mistaken or misguided notion; "some people are still not disabused of the old idea that the universe revolves around the Earth"
-00866392 00 s 01 disillusioned 0 001 & 00866047 a 0000 | freed from illusion
-00866471 00 a 01 encouraging 0 008 ^ 01195536 a 0000 ^ 01228530 a 0000 ^ 00196934 a 0000 ! 00867213 a 0101 & 00866735 a 0000 & 00866894 a 0000 & 00866987 a 0000 & 00867092 a 0000 | giving courage or confidence or hope; "encouraging advances in medical research"
-00866735 00 s 04 exhortative 0 exhortatory 0 hortative 0 hortatory 0 003 & 00866471 a 0000 + 00858781 v 0207 + 00765649 v 0204 | giving strong encouragement
-00866894 00 s 02 heartening 0 inspiriting 0 001 & 00866471 a 0000 | cheerfully encouraging
-00866987 00 s 01 promotive 0 002 & 00866471 a 0000 + 02554922 v 0101 | tending to further or encourage
-00867092 00 s 01 rallying 0 001 & 00866471 a 0000 | rousing or recalling to unity and renewed effort; "a rallying cry"
-00867213 00 a 01 discouraging 0 008 ^ 01770903 a 0000 ^ 01229020 a 0000 ^ 01198019 a 0000 ! 00866471 a 0101 & 00867520 a 0000 & 00867615 a 0000 & 00867758 a 0000 & 00867841 a 0000 | depriving of confidence or hope or enthusiasm and hence often deterring action; "where never is heard a discouraging word"
-00867520 00 s 02 daunting 0 intimidating 0 001 & 00867213 a 0000 | discouraging through fear
-00867615 00 s 04 demoralizing 0 demoralising 0 disheartening 0 dispiriting 0 001 & 00867213 a 0000 | destructive of morale and self-reliance
-00867758 00 s 01 frustrating 0 001 & 00867213 a 0000 | discouraging by hindering
-00867841 00 s 01 unencouraging 0 001 & 00867213 a 0000 | not encouraging
-00867916 00 a 01 encumbered 0 005 ! 00868988 a 0101 & 00868241 a 0000 & 00868448 a 0000 & 00868603 a 0000 & 00868815 a 0000 | loaded to excess or impeded by a heavy load; "a summer resort...encumbered with great clapboard-and-stucco hotels"- A.J.Liebling; "a hiker encumbered with a heavy backpack"; "an encumbered estate"
-00868241 00 s 03 burdened 0 heavy-laden 0 loaded_down 0 001 & 00867916 a 0000 | bearing a physically heavy weight or load; "tree limbs burdened with ice"; "a heavy-laden cart"; "loaded down with packages"
-00868448 00 s 01 clogged 0 001 & 00867916 a 0000 | loaded with something that hinders motion; "The wings of birds were clogged with ice and snow"-Dryden
-00868603 00 s 02 involved 0 mired 0 001 & 00867916 a 0000 | entangled or hindered as if e.g. in mire; "the difficulties in which the question is involved"; "brilliant leadership mired in details and confusion"
-00868815 00 s 01 mortgaged 0 001 & 00867916 a 0000 | burdened with legal or financial obligations; "his house, his business, indeed, his whole life was heavily mortgaged"
-00868988 00 a 01 unencumbered 0 003 ! 00867916 a 0101 & 00869138 a 0000 & 00869253 a 0000 | free of encumbrance; "inherited an unencumbered estate"
-00869138 00 s 02 burdenless 0 unburdened 0 001 & 00868988 a 0000 | not encumbered with a physical burden or load
-00869253 00 s 02 clear 0 unmortgaged 0 001 & 00868988 a 0000 | (especially of a title) free from any encumbrance or limitation that presents a question of fact or law; "I have clear title to this property"
-00869461 00 a 01 burdened 0 004 ! 00870303 a 0101 & 00869690 a 0000 & 00869972 a 0000 & 00870127 a 0000 | bearing a heavy burden of work or difficulties or responsibilities; "she always felt burdened by the load of paper work"
-00869690 00 s 04 bowed_down(p) 0 loaded_down(p) 0 overburdened 0 weighed_down(p) 0 001 & 00869461 a 0000 | heavily burdened with work or cares; "bowed down with troubles"; "found himself loaded down with responsibilities"; "overburdened social workers"; "weighed down with cares"
-00869972 00 s 02 laden 0 oppressed 0 001 & 00869461 a 0000 | burdened psychologically or mentally; "laden with grief"; "oppressed by a sense of failure"
-00870127 00 s 01 saddled 0 001 & 00869461 a 0000 | subject to an imposed burden; "left me saddled with the bill"; "found himself saddled with more responsibility than power"
-00870303 00 a 01 unburdened 0 002 ! 00869461 a 0101 & 00870481 a 0000 | not burdened with difficulties or responsibilities; "unburdened by an overarching theory"- Alex Inkeles
-00870481 00 s 01 unencumbered 0 001 & 00870303 a 0000 | not burdened with cares or responsibilities; "living an unencumbered life"
-00870614 00 a 01 endocentric 0 002 ;c 06174404 n 0000 ! 00870827 a 0101 | fulfilling the grammatical role of one of its constituents; "when `three blind mice' serves as a noun it is an endocentric construction"
-00870827 00 a 01 exocentric 0 002 ;c 06174404 n 0000 ! 00870614 a 0101 | not fulfilling the same grammatical role of any of its constituents; "when `until last Easter' serves as an adverb it is an exocentric construction"
-00871051 00 a 02 endogamous 1 endogamic 1 003 ;c 06143546 n 0000 + 13965049 n 0101 ! 00871255 a 0101 | pertaining to or characterized by the custom of marrying only within the limits of a clan or tribe
-00871255 00 a 02 exogamous 1 exogamic 1 005 ^ 01291937 a 0000 ;c 06143546 n 0000 + 13965274 n 0201 + 13965274 n 0101 ! 00871051 a 0101 | pertaining to or characterized by the custom of marrying only outside the limits of a clan or tribe
-00871494 00 a 02 autogamous 0 autogamic 0 006 ;c 06066555 n 0000 + 07438655 n 0201 + 07438655 n 0101 ! 00871816 a 0101 ! 00872010 a 0101 & 00871690 a 0000 | characterized by or fit for autogamy
-00871690 00 s 03 self-fertilized 0 self-fertilised 0 self-pollinated 0 001 & 00871494 a 0000 | fertilized by its own pollen
-00871816 00 a 02 endogamous 2 endogamic 2 003 ;c 06066555 n 0000 ! 00872010 a 0101 ! 00871494 a 0101 | characterized by or fit for fertilization by pollen from another flower of the same kind
-00872010 00 a 02 exogamous 2 exogamic 2 003 ;c 06066555 n 0000 ! 00871494 a 0101 ! 00871816 a 0101 | characterized by or fit for fertilization by a flower that is not closely related
-00872195 00 a 02 endoergic 0 energy-absorbing 0 002 ^ 00872510 a 0000 ! 00872347 a 0101 | (of a nuclear reaction) occurring with absorption of energy
-00872347 00 a 02 exoergic 0 energy-releasing 0 002 ^ 00872906 a 0000 ! 00872195 a 0101 | (of a nuclear reaction) occurring with evolution or releasing of energy
-00872510 00 a 03 endothermic 0 endothermal 0 heat-absorbing 0 003 ^ 00872195 a 0000 ! 00872906 a 0101 & 00872715 a 0000 | (of a chemical reaction or compound) occurring or formed with absorption of heat
-00872715 00 s 01 decalescent 0 002 & 00872510 a 0000 + 11444371 n 0101 | absorbing heat without increase in temperature when heated beyond a certain point; "the decalescent point of steel"
-00872906 00 a 03 exothermic 0 exothermal 0 heat-releasing 0 003 ^ 00872347 a 0000 + 14883954 n 0101 ! 00872510 a 0101 | (of a chemical reaction or compound) occurring or formed with the liberation of heat
-00873113 00 a 02 endogenous 0 endogenic 0 003 + 11668117 n 0204 ! 00873251 a 0202 ! 00873251 a 0101 | derived or originating internally
-00873251 00 a 02 exogenous 0 exogenic 0 003 + 11666854 n 0204 ! 00873113 a 0202 ! 00873113 a 0101 | derived or originating externally
-00873387 00 a 01 end-stopped 0 001 ! 00873502 a 0101 | (verse) having a rhetorical pause at the end of each line
-00873502 00 a 01 run-on 0 001 ! 00873387 a 0101 | (verse) without a rhetorical pause between lines
-00873603 00 a 01 energetic 0 016 ^ 00031974 a 0000 ^ 00808191 a 0000 ^ 00884778 a 0000 ^ 00804695 a 0000 ^ 02278939 a 0000 + 14050143 n 0101 + 05035961 n 0101 ! 00875712 a 0101 & 00874092 a 0000 & 00874226 a 0000 & 00874547 a 0000 & 00874634 a 0000 & 00874781 a 0000 & 00874920 a 0000 & 00875235 a 0000 & 00875422 a 0000 | possessing or exerting or displaying energy; "an energetic fund raiser for the college"; "an energetic group of hikers"; "it caused an energetic chemical reaction"
-00874092 00 s 01 physical 0 001 & 00873603 a 0000 | characterized by energetic bodily activity; "a very physical dance performance"
-00874226 00 s 08 alert 0 brisk 0 lively 0 merry 0 rattling 0 snappy 0 spanking 0 zippy 0 004 & 00873603 a 0000 + 05035961 n 0804 + 04632157 n 0301 + 04632963 n 0202 | quick and energetic; "a brisk walk in the park"; "a lively gait"; "a merry chase"; "traveling at a rattling rate"; "a snappy pace"; "a spanking breeze"
-00874547 00 s 01 canty 0 002 & 00873603 a 0000 ;r 08860123 n 0000 | lively and brisk
-00874634 00 s 01 driving 0 001 & 00873603 a 0000 | acting with vigor; "responsibility turned the spoiled playboy into a driving young executive"
-00874781 00 s 01 high-energy 0 001 & 00873603 a 0000 | providing a relatively large amount of energy upon undergoing a chemical reaction
-00874920 00 s 04 indefatigable 0 tireless 0 unflagging 0 unwearying 0 004 & 00873603 a 0000 + 04864824 n 0203 + 04864824 n 0102 + 04864824 n 0101 | showing sustained enthusiastic action with unflagging vitality; "an indefatigable advocate of equal rights"; "a tireless worker"; "unflagging pursuit of excellence"
-00875235 00 s 01 strenuous 0 004 & 00873603 a 0000 + 00624553 n 0101 + 04709759 n 0102 + 05036237 n 0102 | characterized by or performed with much energy or force; "strenuous exercise"
-00875422 00 s 01 vigorous 0 003 & 00873603 a 0000 + 05035961 n 0102 + 05030806 n 0101 | characterized by forceful and energetic action or activity; "a vigorous hiker"; "gave her skirt a vigorous shake"; "a vigorous campaign"; "a vigorous foreign policy"; "vigorous opposition to the war"
-00875712 00 a 02 lethargic 0 unenrgetic 4 006 ^ 00033574 a 0000 + 04635953 n 0102 ! 00873603 a 0101 & 00875962 a 0000 & 00876204 a 0000 & 00876465 a 0000 | deficient in alertness or activity; "bullfrogs became lethargic with the first cold nights"
-00875962 00 s 05 dazed 0 foggy 0 groggy 0 logy 0 stuporous 0 005 & 00875712 a 0000 + 05679906 n 0502 + 14018432 n 0401 + 14018918 n 0301 + 14018318 n 0301 | stunned or confused and slow to react (as from blows or drunkenness or exhaustion)
-00876204 00 s 04 dreamy 0 lackadaisical 0 languid 0 languorous 0 003 & 00875712 a 0000 + 04635953 n 0401 + 07516222 n 0102 | lacking spirit or liveliness; "a lackadaisical attempt"; "a languid mood"; "a languid wave of the hand"; "a hot languorous afternoon"
-00876465 00 s 01 listless 0 003 & 00875712 a 0000 + 07484109 n 0103 + 04636881 n 0101 | lacking zest or vivacity; "he was listless and bored"
-00876609 00 a 01 enfranchised 0 001 ! 00876735 a 0101 | endowed with the rights of citizenship especially the right to vote
-00876735 00 a 04 disenfranchised 0 disfranchised 0 voiceless 0 voteless 0 002 + 05205537 n 0301 ! 00876609 a 0101 | deprived of the rights of citizenship especially the right to vote; "labor was voiceless"; "disenfrenchised masses took to the streets"
-00876989 00 a 01 exportable 0 002 ! 00877263 a 0101 & 00877119 a 0000 | suitable for export; "exportable cultural achievements"
-00877119 00 s 01 marketable 0 003 & 00876989 a 0000 + 02298160 v 0101 + 00470386 v 0103 | capable of being marketed; "the marketable surplus"
-00877263 00 a 01 unexportable 0 001 ! 00876989 a 0101 | not suitable for export
-00877345 00 a 02 exploratory 0 explorative 0 012 + 00649481 v 0201 + 00648224 v 0203 + 00645939 v 0101 + 00646271 v 0101 + 00649481 v 0101 + 00648224 v 0103 ! 00878704 a 0101 & 00877816 a 0000 & 00877938 a 0000 & 00878086 a 0000 & 00878362 a 0000 & 00878438 a 0000 | serving in or intended for exploration or discovery; "an exploratory operation"; "exploratory reconnaissance"; "digging an exploratory well in the Gulf of Mexico"; "exploratory talks between diplomats"
-00877816 00 s 01 alpha 0 001 & 00877345 a 0000 | early testing stage of a software or hardware product; "alpha version"
-00877938 00 s 01 beta 0 001 & 00877345 a 0000 | preliminary or testing stage of a software or hardware product; "a beta version"; "beta software"
-00878086 00 s 01 preliminary 0 003 & 00877345 a 0000 + 07327013 n 0101 + 07457599 n 0101 | denoting an action or event preceding or in preparation for something more important; designed to orient or acquaint with a situation before proceeding; "a preliminary investigation"
-00878362 00 s 01 searching 0 001 & 00877345 a 0000 | exploring thoroughly
-00878438 00 s 01 wildcat 0 002 & 00877345 a 0000 + 04584639 n 0102 | (of a mine or oil well) drilled speculatively in an area not known to be productive; "drilling there would be strictly a wildcat operation"; "a wildcat mine"; "wildcat drilling"; "wildcat wells"
-00878704 00 a 04 nonexploratory 0 nonexplorative 0 unexploratory 0 unexplorative 0 001 ! 00877345 a 0101 | not exploratory
-00878829 00 a 01 inquiring 0 007 ^ 00664449 a 0000 ! 00880120 a 0101 & 00879030 a 0000 & 00879259 a 0000 & 00879468 a 0000 & 00879624 a 0000 & 00879918 a 0000 | given to inquiry; "an inquiring mind"
-00879030 00 s 03 fact-finding 0 investigative 0 investigatory 0 003 & 00878829 a 0000 + 00785962 v 0301 + 00785962 v 0201 | designed to find information or ascertain facts; "a fact-finding committee"; "investigative reporting"
-00879259 00 s 01 inquisitive 0 004 & 00878829 a 0000 + 05683197 n 0102 + 00785962 v 0102 + 00729378 v 0102 | inquiring or appearing to inquire; "an inquiring look"; "the police are proverbially inquisitive"
-00879468 00 s 01 inquisitorial 0 001 & 00878829 a 0000 | having the authority to conduct official investigations; "the inquisitorial power of the Senate"
-00879624 00 s 01 inquisitorial 2 002 & 00878829 a 0000 + 10208432 n 0101 | marked by inquisitive interest; especially suggestive of an ecclesiastical inquisitor; "the press was inquisitorial to the point of antagonism"; "a practical police force with true inquisitorial talents"- Waldo Frank
-00879918 00 s 03 inquisitory 0 probing 0 searching 0 001 & 00878829 a 0000 | diligent and thorough in inquiry or investigation; "a probing inquiry"; "a searching investigation of their past dealings"
-00880120 00 a 02 uninquiring 0 uninquisitive 0 001 ! 00878829 a 0101 | not inquiring
-00880207 00 a 01 increased 0 009 ! 00881735 a 0101 & 00880447 a 0000 & 00880586 a 0000 & 00880765 a 0000 & 00881030 a 0000 & 00881177 a 0000 & 00881337 a 0000 & 00881432 a 0000 & 00881551 a 0000 | made greater in size or amount or degree
-00880447 00 s 02 accrued 0 accumulated 0 001 & 00880207 a 0000 | periodically accumulated over time; "accrued interest"; "accrued leave"
-00880586 00 s 01 augmented 0 001 & 00880207 a 0000 | added to or made greater in amount or number or strength; "his augmented renown"; "a greatly augmented collection of books"
-00880765 00 s 01 enhanced 0 001 & 00880207 a 0000 | increased or intensified in value or beauty or quality; "her enhanced beauty was the result of a good night's sleep rather than makeup"; "careful cleaning was responsible for the enhanced value of the painting"
-00881030 00 s 02 hyperbolic 0 inflated 1 002 & 00880207 a 0000 + 07106502 n 0101 | enlarged beyond truth or reasonableness; "a hyperbolic style"
-00881177 00 s 03 exaggerated 2 magnified 0 enlarged 2 001 & 00880207 a 0000 | enlarged to an abnormal degree; "thick lenses exaggerated the size of her eyes"
-00881337 00 s 01 multiplied 0 001 & 00880207 a 0000 | greatly increased as by multiplication
-00881432 00 s 02 raised(a) 0 elevated 0 001 & 00880207 a 0000 | increased in amount or degree; "raised temperature"
-00881551 00 s 01 redoubled 0 001 & 00880207 a 0000 | become much greater in intensity or size or amount; "we faced redoubled attacks from the enemy"; "despite our redoubled efforts"
-00881735 00 a 02 decreased 0 reduced 4 011 ! 00880207 a 0101 & 00882018 a 0000 & 00882166 a 0000 & 00882312 a 0000 & 00882462 a 0000 & 00882580 a 0000 & 00882742 a 0000 & 00882890 a 0000 & 00883075 a 0000 & 00883188 a 0000 & 00883345 a 0000 | made less in size or amount or degree
-00882018 00 s 01 ablated 0 001 & 00881735 a 0000 | made smaller or less by melting or erosion or vaporization; "the rocket's ablated head shield"
-00882166 00 s 04 attenuate 0 attenuated 0 faded 0 weakened 0 001 & 00881735 a 0000 | reduced in strength; "the faded tones of an old recording"
-00882312 00 s 01 attenuated 2 002 & 00881735 a 0000 ;c 06099269 n 0000 | of an electrical signal; reduced in amplitude with little or no distortion
-00882462 00 s 01 bated 0 001 & 00881735 a 0000 | diminished or moderated; "our bated enthusiasm"; "his bated hopes"
-00882580 00 s 03 belittled 0 diminished 1 small 0 001 & 00881735 a 0000 | made to seem smaller or less (especially in worth); "her comments made me feel small"
-00882742 00 s 02 cut 0 slashed 0 001 & 00881735 a 0000 | (used of rates or prices) reduced usually sharply; "the slashed prices attracted buyers"
-00882890 00 s 01 diminished 2 002 & 00881735 a 0000 ;c 07020895 n 0000 | (of musical intervals) reduction by a semitone of any perfect or minor musical interval; "a diminished fifth"
-00883075 00 s 01 minimized 2 001 & 00881735 a 0000 | reduced to the smallest possible size or amount or degree
-00883188 00 s 01 remittent 0 002 & 00881735 a 0000 + 00268314 v 0101 | (of a disease) characterized by periods of diminished severity; "a remittent fever"
-00883345 00 s 03 shriveled 0 shrivelled 0 shrunken 0 001 & 00881735 a 0000 | reduced in efficacy or vitality or intensity; "our shriveled receipts during the storm"; "as the project wore on she found her enthusiasm shriveled"; "the dollar's shrunken buying power"
-00883611 00 a 01 reducible 0 005 + 02258291 v 0101 + 00237704 v 0101 + 00242396 v 0101 + 00240131 v 0101 ! 00883830 a 0101 | capable of being reduced; "reducible to a set of principles of human nature"- Edmund Wilson
-00883830 00 a 01 irreducible 0 001 ! 00883611 a 0101 | incapable of being made smaller or simpler; "an irreducible minimum"; "an irreducible formula"; "an irreducible hernia"
-00884007 00 a 01 enlightened 0 004 ^ 00829745 a 0000 ^ 01306273 a 0000 ! 00884286 a 0101 & 00884157 a 0000 | having knowledge and spiritual insight
-00884157 00 s 01 edified 0 001 & 00884007 a 0000 | instructed and encouraged in moral, intellectual, and spiritual improvement
-00884286 00 a 01 unenlightened 0 004 ^ 00830717 a 0000 ^ 01308425 a 0000 ! 00884007 a 0101 & 00884501 a 0000 | not enlightened; ignorant; "the devices by which unenlightened men preserved the unjust social order"
-00884501 00 s 02 benighted 0 dark 0 003 & 00884286 a 0000 + 05988498 n 0201 + 05988498 n 0202 | lacking enlightenment or knowledge or culture; "this benighted country"; "benighted ages of barbarism and superstition"; "the dark ages"; "a dark age in the history of education"
-00884778 00 a 01 enterprising 0 007 ^ 00065791 a 0000 ^ 00104051 a 0000 ^ 00873603 a 0000 + 04836074 n 0102 ! 00885415 a 0101 & 00885099 a 0000 & 00885288 a 0000 | marked by imagination, initiative, and readiness to undertake new projects; "an enterprising foreign policy"; "an enterprising young man likely to go far"
-00885099 00 s 04 energetic 0 gumptious 0 industrious 0 up-and-coming 0 004 & 00884778 a 0000 + 04865114 n 0303 + 04865114 n 0302 + 04836683 n 0101 | working hard to promote an enterprise
-00885288 00 s 01 entrepreneurial 0 002 & 00884778 a 0000 + 10060352 n 0101 | willing to take risks in order to make a profit
-00885415 00 a 02 unenterprising 0 nonenterprising 0 004 ^ 00066800 a 0000 ^ 00105023 a 0000 ! 00884778 a 0101 & 00885594 a 0000 | lacking in enterprise; not bold or venturesome
-00885594 00 s 02 slowgoing 0 unenergetic 0 001 & 00885415 a 0000 | not inclined to be enterprising
-00885695 00 a 01 enthusiastic 0 012 ^ 01725712 a 0000 ^ 02278939 a 0000 + 07555014 n 0101 + 05670343 n 0101 ! 00887062 a 0101 & 00886117 a 0000 & 00886253 a 0000 & 00886448 a 0000 & 00886681 a 0000 & 00886804 a 0000 & 00886895 a 0000 & 00886980 a 0000 | having or showing great excitement and interest; "enthusiastic crowds filled the streets"; "an enthusiastic response"; "was enthusiastic about taking ballet lessons"
-00886117 00 s 02 ardent 0 warm 0 001 & 00885695 a 0000 | characterized by strong enthusiasm; "ardent revolutionaries"; "warm support"
-00886253 00 s 02 avid 0 zealous 0 005 & 00885695 a 0000 + 07481785 n 0201 + 07555402 n 0204 + 07555184 n 0102 + 07555184 n 0103 | marked by active interest and enthusiasm; "an avid sports fan"
-00886448 00 s 04 crazy 0 wild 0 dotty 0 gaga 0 004 & 00885695 a 0000 ;u 07075172 n 0000 + 05751173 n 0102 + 05647156 n 0103 | intensely enthusiastic about or preoccupied with; "crazy about cars and racing"; "he is potty about her"
-00886681 00 s 02 evangelical 0 evangelistic 0 001 & 00885695 a 0000 | marked by ardent or zealous enthusiasm for a cause
-00886804 00 s 01 glowing 0 001 & 00885695 a 0000 | highly enthusiastic; "glowing praise"
-00886895 00 s 01 gung_ho 0 001 & 00885695 a 0000 | very enthusiastic and dedicated
-00886980 00 s 01 overenthusiastic 0 001 & 00885695 a 0000 | unduly enthusiastic
-00887062 00 a 01 unenthusiastic 0 005 ^ 01727439 a 0000 ^ 02281325 a 0000 ! 00885695 a 0101 & 00887317 a 0000 & 00887472 a 0000 | not enthusiastic; lacking excitement or ardor; "an unenthusiastic performance by the orchestra"; "unenthusiastic applause"
-00887317 00 s 01 cold 0 002 & 00887062 a 0000 + 04629604 n 0101 | feeling or showing no enthusiasm; "a cold audience"; "a cold response to the new play"
-00887472 00 s 04 halfhearted 0 half-hearted 0 tepid 0 lukewarm 0 003 & 00887062 a 0000 + 04630547 n 0402 + 04630547 n 0301 | feeling or showing little interest or enthusiasm; "a halfhearted effort"; "gave only lukewarm support to the candidate"
-00887719 00 a 02 desirous 0 wishful 0 009 + 07487177 n 0201 + 14038993 n 0101 ! 00889334 a 0101 & 00888051 a 0000 & 00888200 a 0000 & 00888477 a 0000 & 00888765 a 0000 & 00889098 a 0000 & 00889239 a 0000 | having or expressing desire for something; "desirous of high office"; "desirous of finding a quick solution to the problem"
-00888051 00 s 01 appetent 0 003 & 00887719 a 0000 + 07485626 n 0102 + 07485626 n 0103 | marked by eager desire; "a big rich appetent Western city"
-00888200 00 s 03 athirst(p) 0 hungry(p) 0 thirsty(p) 0 005 & 00887719 a 0000 + 04945254 n 0304 + 04945254 n 0303 + 04945254 n 0201 + 07486628 n 0203 | (usually followed by `for') extremely desirous; "athirst for knowledge"; "hungry for recognition"; "thirsty for informaton"
-00888477 00 s 04 avid 0 devouring(a) 0 esurient 0 greedy 0 001 & 00887719 a 0000 | (often followed by `for') ardently or excessively desirous; "avid for adventure"; "an avid ambition to succeed"; "fierce devouring affection"; "the esurient eyes of an avid curiosity"; "greedy for fame"
-00888765 00 s 03 covetous 0 envious 0 jealous 0 004 & 00887719 a 0000 + 00758335 n 0201 + 07549716 n 0202 + 04945758 n 0103 | showing extreme cupidity; painfully desirous of another's advantages; "he was never covetous before he met her"; "jealous of his success and covetous of his possessions"; "envious of their art collection"
-00889098 00 s 01 nostalgic 0 002 & 00887719 a 0000 + 07487375 n 0101 | unhappy about being away and longing for familiar things or persons
-00889239 00 s 01 homesick 0 002 & 00887719 a 0000 + 07487594 n 0101 | longing to return home
-00889334 00 a 02 undesirous 0 undesiring 0 001 ! 00887719 a 0101 | having or feeling no desire; "a very private man, totally undesirous of public office"
-00889490 00 a 03 entozoic 0 entozoan 0 endozoic 0 003 + 01385017 n 0203 + 01385017 n 0204 ! 00889672 a 0101 | living within a living animal usually as a parasite; "entozoic worms"
-00889672 00 a 01 epizoic 0 001 ! 00889490 a 0101 | living or growing on the exterior surface of an animal usually as a parasite; "an epizoic plant parasite"
-00889831 00 a 01 equal 0 021 ^ 00481222 a 0000 ^ 00503982 a 0000 ^ 02062670 a 0000 = 04747899 n 0000 + 09626238 n 0102 + 04747899 n 0101 ! 00892379 a 0101 & 00890351 a 0000 & 00890622 a 0000 & 00890781 a 0000 & 00890874 a 0000 & 00890985 a 0000 & 00891081 a 0000 & 00891170 a 0000 & 00891468 a 0000 & 00891569 a 0000 & 00891705 a 0000 & 00891807 a 0000 & 00891970 a 0000 & 00892104 a 0000 & 00892243 a 0000 | having the same quantity, value, or measure as another; "on equal terms"; "all men are equal before the law"
-00890351 00 s 02 equivalent 0 tantamount(p) 0 003 & 00889831 a 0000 + 05695554 n 0101 + 04748273 n 0101 | being essentially equal to something; "it was as good as gold"; "a wish that was equivalent to a command"; "his statement was tantamount to an admission of guilt"
-00890622 00 s 02 close 0 tight 0 001 & 00889831 a 0000 | (of a contest or contestants) evenly matched; "a close contest"; "a close election"; "a tight game"
-00890781 00 s 01 coequal 0 001 & 00889831 a 0000 | having the same standing before the law
-00890874 00 s 01 coordinate 0 002 & 00889831 a 0000 + 05641432 n 0101 | of equal importance, rank, or degree
-00890985 00 s 01 equidistant 0 001 & 00889831 a 0000 | the same distance apart at every point
-00891081 00 s 01 equilateral 0 001 & 00889831 a 0000 | having all sides or faces equal
-00891170 00 s 02 even 1 fifty-fifty 0 002 & 00889831 a 0000 + 04748498 n 0101 | equal in degree or extent or amount; or equally matched or balanced; "even amounts of butter and sugar"; "on even terms"; "it was a fifty-fifty (or even) split"; "had a fifty-fifty (or even) chance"; "an even fight"
-00891468 00 s 01 half-and-half 0 001 & 00889831 a 0000 | in equal parts; "a half-and-half mixture"
-00891569 00 s 02 isochronal 0 isochronous 0 001 & 00889831 a 0000 | equal in duration or interval; "the oscillations were isochronal"
-00891705 00 s 02 isoclinal 0 isoclinic 0 001 & 00889831 a 0000 | having equal magnetic inclinations
-00891807 00 s 02 isometric 0 isometrical 0 004 & 00889831 a 0000 + 04748654 n 0201 + 05131537 n 0101 + 04748654 n 0101 | having equal dimensions or measurements
-00891970 00 s 01 isothermal 0 002 & 00889831 a 0000 + 08590172 n 0101 | of a process or change taking place at constant temperature
-00892104 00 s 01 quits 0 001 & 00889831 a 0000 | on equal terms by payment or requital; "we're now quits"; "finally quits with the loan"
-00892243 00 s 03 tied(p) 0 even 2 level(p) 0 002 & 00889831 a 0000 + 04748498 n 0201 | of the score in a contest; "the score is tied"
-00892379 00 a 01 unequal 0 009 ^ 00481855 a 0000 = 04747899 n 0000 ! 00889831 a 0101 & 00892635 a 0000 & 00892773 a 0000 & 00892976 a 0000 & 00893118 a 0000 & 00893239 a 0000 & 00893347 a 0000 | poorly balanced or matched in quantity or value or measure
-00892635 00 s 02 anisometric 0 unsymmetrical 0 001 & 00892379 a 0000 | having unsymmetrical parts or unequal dimensions or measurements
-00892773 00 s 02 mismatched 0 uneven 0 002 & 00892379 a 0000 + 04753331 n 0201 | (of a contest or contestants) not fairly matched as opponents; "vaudeville...waged an uneven battle against the church"
-00892976 00 s 01 nonequivalent 0 002 & 00892379 a 0000 + 04752414 n 0101 | not equal or interchangeable in value, quantity, or significance
-00893118 00 s 01 odds-on 0 001 & 00892379 a 0000 | having a better than even chance of success; "the odds-on favorite"
-00893239 00 s 01 unbalanced 0 002 & 00892379 a 0000 ;c 05662532 n 0000 | debits and credits are not equal
-00893347 00 s 02 unequalized 0 unequalised 0 001 & 00892379 a 0000 | not caused to be equal
-00893441 00 a 01 balanced 0 007 ! 00894757 a 0101 & 00893878 a 0000 & 00894029 a 0000 & 00894272 a 0000 & 00894435 a 0000 & 00894551 a 0000 & 00894627 a 0000 | being in a state of proper equilibrium; "the carefully balanced seesaw"; "a properly balanced symphony orchestra"; "a balanced assessment of intellectual and cultural history"; "a balanced blend of whiskeys"; "the educated man shows a balanced development of all his powers"
-00893878 00 s 02 counterbalanced 0 counterpoised 0 001 & 00893441 a 0000 | brought into equipoise by means of a weight or force that offsets another
-00894029 00 s 03 harmonious 0 proportionate 0 symmetrical 0 004 & 00893441 a 0000 + 13817279 n 0203 + 13969243 n 0101 + 04713118 n 0102 | exhibiting equivalence or correspondence among constituents of an entity or between different entities
-00894272 00 s 01 poised 0 001 & 00893441 a 0000 | marked by balance or equilibrium and readiness for action; "a gull in poised flight"; "George's poised hammer"
-00894435 00 s 01 self-balancing 0 001 & 00893441 a 0000 | of someone or something that balances himself or itself
-00894551 00 s 01 stable 0 001 & 00893441 a 0000 | maintaining equilibrium
-00894627 00 s 01 well-balanced 0 001 & 00893441 a 0000 | in an optimal state of balance or equilibrium; "a well-balanced wheel"
-00894757 00 a 02 unbalanced 0 imbalanced 0 002 ! 00893441 a 0101 & 00894879 a 0000 | being or thrown out of equilibrium
-00894879 00 s 01 labile 0 001 & 00894757 a 0000 | liable to change; "an emotionally labile person"
-00894980 00 a 02 isotonic 0 isosmotic 0 002 ! 00895126 a 0101 ! 00895276 a 0101 | (used of solutions) having the same or equal osmotic pressure
-00895126 00 a 01 hypertonic 0 002 ! 00895276 a 0101 ! 00894980 a 0101 | (of a solution) having a higher osmotic pressure than a comparison solution
-00895276 00 a 01 hypotonic 0 003 + 14576860 n 0101 ! 00894980 a 0101 ! 00895126 a 0101 | (of a solution) having a lower osmotic pressure than a comparison solution
-00895442 00 a 02 equivocal 0 ambiguous 4 008 ^ 00102201 a 0000 + 04825114 n 0201 + 06604319 n 0201 + 04825114 n 0102 ! 00896555 a 0101 & 00896026 a 0000 & 00896182 a 0000 & 00896378 a 0000 | open to two or more interpretations; or of uncertain nature or significance; or (often) intended to mislead; "an equivocal statement"; "the polling had a complex and equivocal (or ambiguous) message for potential female candidates"; "the officer's equivocal behavior increased the victim's uneasiness"; "popularity is an equivocal crown"; "an equivocal response to an embarrassing question"
-00896026 00 s 02 double 0 forked 0 001 & 00895442 a 0000 | having two meanings with intent to deceive; "a sly double meaning"; "spoke with forked tongue"
-00896182 00 s 01 evasive 0 003 & 00895442 a 0000 + 02369811 v 0101 + 04825383 n 0103 | deliberately vague or ambiguous; "his answers were brief, constrained and evasive"; "an evasive statement"
-00896378 00 s 01 indeterminate 0 002 & 00895442 a 0000 + 04757864 n 0102 | of uncertain or ambiguous nature; "the equivocal (or indeterminate) objects painted by surrealists"
-00896555 00 a 03 unequivocal 0 univocal 0 unambiguous 4 007 ^ 00103696 a 0000 + 04821802 n 0301 + 04821802 n 0102 ! 00895442 a 0101 & 00897015 a 0000 & 00897223 a 0000 & 00897363 a 0000 | admitting of no doubt or misunderstanding; having only one meaning or interpretation and leading to only one conclusion; "unequivocal evidence"; "took an unequivocal position"; "an unequivocal success"; "an unequivocal promise"; "an unequivocal (or univocal) statement"
-00897015 00 s 01 absolute 0 003 & 00896555 a 0000 + 05854474 n 0101 + 04738398 n 0101 | expressing finality with no implication of possible change; "an absolute guarantee to respect the nation's authority"
-00897223 00 s 01 straightforward 0 002 & 00896555 a 0000 + 04918498 n 0102 | free from ambiguity; "a straightforward set of instructions"
-00897363 00 s 01 unquestionable 0 002 & 00896555 a 0000 + 04754862 n 0104 | not open to question; "an unquestionable (or unequivocal) loss of prestige"
-00897517 00 a 01 eradicable 0 005 ! 00898289 a 0101 & 00897681 a 0000 & 00897759 a 0000 & 00898013 a 0000 & 00898132 a 0000 | able to be eradicated or rooted out
-00897681 00 s 01 delible 0 001 & 00897517 a 0000 | capable of being deleted
-00897759 00 s 02 effaceable 0 erasable 0 001 & 00897517 a 0000 | capable of being effaced; "the fire's worst scars were effaceable by a comprehensive program of reforestation"; "a signal too loud to be erasable in a single pass through the erase head"
-00898013 00 s 02 exterminable 0 extirpable 0 001 & 00897517 a 0000 | capable of being totally destroyed or wiped out
-00898132 00 s 02 obliterable 0 removable 0 004 & 00897517 a 0000 + 00472230 v 0101 + 00478830 v 0102 + 00313987 v 0103 | able to be obliterated completely
-00898289 00 a 01 ineradicable 0 005 ^ 01754421 a 0000 ! 00897517 a 0101 & 00898488 a 0000 & 00898628 a 0000 & 00898814 a 0000 | not able to be destroyed or rooted out; "ineradicable superstitions"
-00898488 00 s 02 indelible 0 unerasable 0 001 & 00898289 a 0000 | cannot be removed or erased; "an indelible stain"; "indelible memories"
-00898628 00 s 02 inexpungible 0 inexpungeable 0 001 & 00898289 a 0000 | not capable of being expunged; "the inexpungible scent of a bottle of perfume he had broken"- Louis Auchincloss
-00898814 00 s 02 inexterminable 0 inextirpable 0 001 & 00898289 a 0000 | incapable of extermination or extirpation; "some weeds seem inextirpable"
-00898963 00 a 01 esoteric 0 006 ^ 01858094 a 0000 ! 00900478 a 0101 & 00899226 a 0000 & 00899612 a 0000 & 00899738 a 0000 & 00900071 a 0000 | confined to and understandable by only an enlightened inner circle; "a compilation of esoteric philosophical theories"
-00899226 00 s 03 abstruse 0 deep 0 recondite 0 005 & 00898963 a 0000 + 04823416 n 0304 + 05926358 n 0103 + 05926358 n 0102 + 04823416 n 0103 | difficult to penetrate; incomprehensible to one of ordinary understanding or knowledge; "the professor's lectures were so abstruse that students tended to avoid them"; "a deep metaphysical theory"; "some recondite problem in historiography"
-00899612 00 s 01 arcane 0 001 & 00898963 a 0000 | requiring secret or mysterious knowledge; "the arcane science of dowsing"
-00899738 00 s 06 cabalistic 0 kabbalistic 0 qabalistic 0 cryptic 0 cryptical 0 sibylline 0 004 & 00898963 a 0000 + 06673770 n 0307 + 06673770 n 0205 + 06673770 n 0101 | having a secret or hidden meaning; "cabalistic symbols engraved in stone"; "cryptic writings"; "thoroughly sibylline in most of his pronouncements"- John Gunther
-00900071 00 s 06 mysterious 0 mystic 0 mystical 0 occult 0 secret 0 orphic 0 006 & 00898963 a 0000 + 09503877 n 0402 + 00412572 n 0401 + 10343554 n 0301 + 10343554 n 0201 + 05685538 n 0101 | having an import not apparent to the senses nor obvious to the intelligence; beyond ordinary understanding; "mysterious symbols"; "the mystical style of Blake"; "occult lore"; "the secret learning of the ancients"
-00900478 00 a 01 exoteric 0 002 ^ 01861205 a 0000 ! 00898963 a 0101 | suitable for the general public; "writings of an exoteric nature"
-00900616 00 a 01 essential 0 020 ^ 00655779 a 0000 ^ 01275562 a 0000 ^ 00903668 a 0000 ^ 01348258 a 0000 ^ 01580050 a 0000 ^ 01852174 a 0000 ^ 00933032 a 0000 = 05171045 n 0000 + 05171045 n 0102 + 05171045 n 0101 ! 00902652 a 0101 & 00901060 a 0000 & 00901161 a 0000 & 00901345 a 0000 & 00901547 a 0000 & 00901650 a 0000 & 00901826 a 0000 & 00901969 a 0000 & 00902157 a 0000 & 00902347 a 0000 | basic and fundamental; "the essential feature"
-00901060 00 s 02 basal 0 primary 0 002 & 00900616 a 0000 + 05793554 n 0102 | of primary importance
-00901161 00 s 01 biogenic 0 001 & 00900616 a 0000 | essential for maintaining the fundamental life processes; "sleep and food and water are among the biogenic needs of the organism"
-00901345 00 s 04 constituent(a) 0 constitutional 0 constitutive(a) 0 organic 0 002 & 00900616 a 0000 + 02620587 v 0101 | constitutional in the structure of something (especially your physical makeup)
-00901547 00 s 01 must(a) 0 001 & 00900616 a 0000 | highly recommended; "a book that is must reading"
-00901650 00 s 01 no-frills(a) 0 002 & 00900616 a 0000 ;u 07075172 n 0000 | characterized by the absence of inessential features; "he got a no-frills introduction to the job"
-00901826 00 s 01 staple 0 001 & 00900616 a 0000 | necessary or important, especially regarding food or commodities; "wheat is a staple crop"
-00901969 00 s 02 substantial 0 substantive 0 001 & 00900616 a 0000 | having a firm basis in reality and being therefore important, meaningful, or considerable; "substantial equivalents"
-00902157 00 s 01 virtual(a) 0 001 & 00900616 a 0000 | existing in essence or effect though not in actual fact; "a virtual dependence on charity"; "a virtual revolution"; "virtual reality"
-00902347 00 s 02 vital 0 life-sustaining 0 004 & 00900616 a 0000 + 05171491 n 0103 + 05171352 n 0101 + 11523839 n 0103 | performing an essential function in the living body; "vital organs"; "blood and other vital fluids"; "the loss of vital heat in shock"; "a vital spot"; "life-giving love and praise"
-00902652 00 a 02 inessential 0 unessential 0 012 ^ 00903449 a 0000 ^ 00932695 a 0000 ^ 01349041 a 0000 ^ 01853461 a 0000 ^ 01279978 a 0000 ^ 01581115 a 0000 = 05171045 n 0000 + 05172815 n 0101 ! 00900616 a 0101 & 00902946 a 0000 & 00903117 a 0000 & 00903264 a 0000 | not basic or fundamental
-00902946 00 s 01 accessorial 0 003 & 00902652 a 0000 + 02671780 n 0101 + 02671421 n 0101 | nonessential but helpful; "accessorial services included sorting and packing"
-00903117 00 s 01 adscititious 0 001 & 00902652 a 0000 | supplemental; not part of the real or essential nature of a thing; "adscititious vowels"
-00903264 00 s 02 incidental 0 nonessential 0 002 & 00902652 a 0000 + 09312645 n 0202 | not of prime or central importance; "nonessential to the integral meanings of poetry"- Pubs.MLA
-00903449 00 a 01 dispensable 0 005 ^ 01581115 a 0000 = 05172953 n 0000 + 05172953 n 0102 + 05172953 n 0101 ! 00903668 a 0101 | capable of being dispensed with or done without; "dispensable items of personal property"
-00903668 00 a 01 indispensable 0 006 ^ 01580050 a 0000 = 05172953 n 0000 + 05171491 n 0102 + 05171491 n 0101 ! 00903449 a 0101 & 00903894 a 0000 | not to be dispensed with; essential; "foods indispensable to good nutrition"
-00903894 00 s 02 critical 0 vital 0 004 & 00903668 a 0000 + 05171491 n 0203 + 14451672 n 0102 + 14451672 n 0101 | urgently needed; absolutely necessary; "a critical element of the plan"; "critical medical supplies"; "vital for a healthy society"; "of vital interest"
-00904163 00 a 01 estimable 0 003 ^ 02584981 a 0000 ! 00904548 a 0101 & 00904290 a 0000 | deserving of respect or high regard
-00904290 00 s 01 admirable 0 003 & 00904163 a 0000 + 04729127 n 0101 + 04729127 n 0102 | deserving of the highest esteem or admiration; "an estimable young professor"; "trains ran with admirable precision"; "his taste was impeccable, his health admirable"
-00904548 00 a 01 contemptible 0 007 ^ 01589217 a 0000 ^ 02588099 a 0000 + 04807971 n 0103 ! 00904163 a 0101 & 00904745 a 0000 & 00905039 a 0000 & 00905181 a 0000 | deserving of contempt or scorn
-00904745 00 s 06 abject 0 low 0 low-down 0 miserable 0 scummy 0 scurvy 0 001 & 00904548 a 0000 | of the most contemptible kind; "abject cowardice"; "a low stunt to pull"; "a low-down sneak"; "his miserable treatment of his family"; "You miserable skunk!"; "a scummy rabble"; "a scurvy trick"
-00905039 00 s 02 bastardly 0 mean 0 002 & 00904548 a 0000 + 02804772 n 0101 | of no value or worth; "I was caught in the bastardly traffic"
-00905181 00 s 03 pathetic 0 pitiable 0 pitiful 0 001 & 00904548 a 0000 | inspiring mixed contempt and pity; "their efforts were pathetic"; "pitiable lack of character"; "pitiful exhibition of cowardice"
-00905386 00 a 01 ethical 0 003 ^ 02034828 a 0000 + 09183693 n 0102 ! 00905728 a 0101 | conforming to accepted standards of social or professional behavior; "an ethical lawyer"; "ethical medical practice"; "an ethical problem"; "had no ethical objection to drinking"; "Ours is a world of nuclear giants and ethical infants"- Omar N. Bradley
-00905728 00 a 01 unethical 0 002 ^ 02035337 a 0000 ! 00905386 a 0101 | not conforming to approved standards of social or professional behavior; "unethical business practices"
-00905905 00 a 01 complimentary 0 005 ^ 00995775 a 0000 + 06695227 n 0101 ! 00906455 a 0101 & 00906099 a 0000 & 00906312 a 0000 | conveying or resembling a compliment; "a complimentary remark"
-00906099 00 s 04 encomiastic 0 eulogistic 0 panegyric 0 panegyrical 0 006 & 00905905 a 0000 + 06694149 n 0403 + 06694149 n 0303 + 06694149 n 0202 + 06694359 n 0201 + 06694149 n 0101 | formally expressing praise
-00906312 00 s 03 laudatory 0 praiseful 0 praising 0 002 & 00905905 a 0000 + 00860620 v 0101 | full of or giving praise; "a laudatory remark"
-00906455 00 a 01 uncomplimentary 0 006 ^ 00996448 a 0000 ! 00905905 a 0101 & 00906655 a 0000 & 00907032 a 0000 & 00907243 a 0000 & 00907400 a 0000 | tending to (or intended to) detract or disparage
-00906655 00 s 07 belittling 0 deprecating 0 deprecative 0 deprecatory 0 depreciative 0 depreciatory 0 slighting 0 005 & 00906455 a 0000 + 00855933 v 0602 + 00855933 v 0502 + 00855933 v 0401 + 00855933 v 0301 | tending to diminish or disparage; "belittling comments"; "managed a deprecating smile at the compliment"; "deprecatory remarks about the book"; "a slighting remark"
-00907032 00 s 03 derogative 0 derogatory 0 disparaging 0 003 & 00906455 a 0000 + 00864475 v 0204 + 00864475 v 0104 | expressive of low opinion; "derogatory comments"; "disparaging remarks about the new house"
-00907243 00 s 03 dyslogistic 0 dislogistic 0 pejorative 0 001 & 00906455 a 0000 | expressing disapproval; "dyslogistic terms like `nitwit' and `scalawag'"
-00907400 00 s 03 supercilious 0 sneering 0 snide 0 002 & 00906455 a 0000 + 04888268 n 0102 | expressive of contempt; "curled his lip in a supercilious smile"; "spoke in a sneering jeering manner"; "makes many a sharp comparison but never a mean or snide one"
-00907661 00 a 01 flattering 0 004 ! 00908315 a 0101 & 00907830 a 0000 & 00907972 a 0000 & 00908143 a 0000 | showing or representing to advantage; "a flattering color"
-00907830 00 s 01 adulatory 0 002 & 00907661 a 0000 + 00880518 v 0101 | obsequiously complimentary; "they listened with flattering interest"
-00907972 00 s 01 becoming 0 002 & 00907661 a 0000 + 04900597 n 0101 | displaying or setting off to best advantage; "a becoming new shade of rose"; "a becoming portrait"
-00908143 00 s 03 ingratiating 0 insinuating 0 ingratiatory 0 002 & 00907661 a 0000 + 01804595 v 0301 | calculated to please or gain favor; "a smooth ingratiating manner"
-00908315 00 a 02 unflattering 0 uncomplimentary 1 001 ! 00907661 a 0101 | showing or representing unfavorably; "an unflattering portrait"; "an uncomplimentary dress"
-00908483 00 a 02 euphemistic 0 inoffensive 5 002 + 06605046 n 0101 ! 00908672 a 0101 | substituting a mild term for a harsher or distasteful one; "`peepee' is a common euphemistic term"
-00908672 00 a 02 dysphemistic 0 offensive 5 005 + 04780958 n 0201 + 01789270 v 0202 + 01793177 v 0205 + 06605396 n 0101 ! 00908483 a 0101 | substitute a harsher or distasteful term for a mild one ; "`nigger' is a dysphemistic term for `African-American'"
-00908929 00 a 01 euphoric 0 006 ^ 00704609 a 0000 ^ 01148283 a 0000 + 07529096 n 0102 ! 00909363 a 0101 & 00909118 a 0000 & 00909220 a 0000 | exaggerated feeling of well-being or elation
-00909118 00 s 01 euphoriant 0 002 & 00908929 a 0000 + 03301696 n 0101 | tending to produce euphoria
-00909220 00 s 01 expansive 0 002 & 00908929 a 0000 ;c 06055946 n 0000 | marked by exaggerated feelings of euphoria and delusions of grandeur
-00909363 00 a 03 dysphoric 0 distressed 4 unhappy 4 005 ^ 00703109 a 0000 ^ 01149494 a 0000 + 07532440 n 0302 + 07539367 n 0101 ! 00908929 a 0101 | generalized feeling of distress
-00909545 00 a 01 even 1 013 ^ 02236842 a 0000 ^ 02301560 a 0000 = 04769456 n 0000 + 04748498 n 0101 ! 00911327 a 0101 & 00910101 a 0000 & 00910404 a 0000 & 00910542 a 0000 & 00910750 a 0000 & 00910885 a 0000 & 00910983 a 0000 & 00911091 a 0000 & 00911204 a 0000 | being level or straight or regular and without variation as e.g. in shape or texture; or being in the same plane or at the same height as something else (i.e. even with); "an even application of varnish"; "an even floor"; "the road was not very even"; "the picture is even with the window"
-00910101 00 s 03 flat 0 level 1 plane 0 004 & 00909545 a 0000 + 13861050 n 0301 + 05063349 n 0303 + 05063349 n 0102 | having a surface without slope, tilt in which no part is higher or lower than another; "a flat desk"; "acres of level farmland"; "a plane surface"; "skirts sewn with fine flat seams"
-00910404 00 s 02 flatbottom 0 flatbottomed 0 001 & 00909545 a 0000 | having a flat bottom; "a flatbottom kettle"; "a flatbottomed boat"
-00910542 00 s 01 flush(p) 0 001 & 00909545 a 0000 | of a surface exactly even with an adjoining one, forming the same plane; "a door flush with the wall"; "the bottom of the window is flush with the floor"
-00910750 00 s 01 justified 0 002 & 00909545 a 0000 ;c 06677302 n 0000 | having words so spaced that lines have straight even margins
-00910885 00 s 01 lap-jointed 0 001 & 00909545 a 0000 | jointed so as to produce a flush surface
-00910983 00 s 01 straight-grained 0 001 & 00909545 a 0000 | of timber; having fibers that run in parallel
-00911091 00 s 01 level 2 001 & 00909545 a 0000 | oriented at right angles to the plumb; "the picture is level"
-00911204 00 s 02 true 0 straight 2 001 & 00909545 a 0000 | accurately fitted; level; "the window frame isn't quite true"
-00911327 00 a 01 uneven 0 015 ^ 02238462 a 0000 ^ 02303077 a 0000 = 04769456 n 0000 + 04771890 n 0101 ! 00909545 a 0101 & 00911762 a 0000 & 00911935 a 0000 & 00912094 a 0000 & 00912288 a 0000 & 00912490 a 0000 & 00912637 a 0000 & 00912814 a 0000 & 00912980 a 0000 & 00913131 a 0000 & 00913306 a 0000 | not even or uniform as e.g. in shape or texture; "an uneven color"; "uneven ground"; "uneven margins"; "wood with an uneven grain"
-00911762 00 s 05 crinkled 0 crinkly 0 rippled 0 wavy 0 wavelike 0 003 & 00911327 a 0000 + 04772955 n 0401 + 13905792 n 0204 | uneven by virtue of having wrinkles or waves
-00911935 00 s 03 curly-grained 0 cross-grained 0 wavy-grained 0 001 & 00911327 a 0000 | of timber; having fibers running irregularly rather than in parallel
-00912094 00 s 01 irregular 0 002 & 00911327 a 0000 + 05066012 n 0101 | (of a surface or shape); not level or flat or symmetrical; "walking was difficult on the irregular cobblestoned surface"
-00912288 00 s 03 jagged 0 jaggy 0 scraggy 0 003 & 00911327 a 0000 + 09320826 n 0201 + 04772691 n 0101 | having a sharply uneven surface or outline; "the jagged outline of the crags"; "scraggy cliffs"
-00912490 00 s 01 lumpy 0 003 & 00911327 a 0000 + 09307300 n 0102 + 07961016 n 0104 | having lumps; not smooth and even in texture; "lumpy gravy"
-00912637 00 s 02 out_of_true 0 untrue 0 001 & 00911327 a 0000 | not accurately fitted; not level; "the frame was out of true"; "off-level floors and untrue doors and windows"
-00912814 00 s 01 patchy 0 003 & 00911327 a 0000 + 04682462 n 0104 + 04772844 n 0101 | irregular or uneven in quality, texture, etc.; "a patchy essay"; "patchy fog"
-00912980 00 s 01 pebble-grained 0 001 & 00911327 a 0000 | (of leather) having a rough surface as the result of being treated with a patterned roller
-00913131 00 s 01 ragged 0 002 & 00911327 a 0000 + 04948241 n 0102 | having an irregular outline; "text set with ragged right margins"; "herded the class into a ragged line"
-00913306 00 s 01 unparallel 0 001 & 00911327 a 0000 | not straight or parallel
-00913387 00 a 01 even 2 001 ! 00913454 a 0101 | divisible by two
-00913454 00 a 02 odd 0 uneven 4 002 + 13790592 n 0101 ! 00913387 a 0101 | not divisible by two
-00913551 00 a 01 evergreen 0 004 ;c 00017222 n 0000 ! 00914104 a 0101 & 00913720 a 0000 & 00913889 a 0000 | (of plants and shrubs) bearing foliage throughout the year
-00913720 00 s 02 coniferous 0 cone-bearing 0 002 & 00913551 a 0000 + 13108841 n 0101 | of or relating to or part of trees or shrubs bearing cones and evergreen leaves
-00913889 00 s 02 semi-evergreen 0 half-evergreen 0 001 & 00913551 a 0000 | of a plant that is incompletely evergreen; "it was evergreen where the weather was mild but deciduous in the rigorous parts of the range"
-00914104 00 a 01 deciduous 0 003 ;c 00017222 n 0000 ! 00913551 a 0101 & 00914269 a 0000 | (of plants and shrubs) shedding foliage at the end of the growing season
-00914269 00 s 03 broadleaf 0 broad-leafed 0 broad-leaved 0 001 & 00914104 a 0000 | having relatively broad rather than needlelike or scalelike leaves
-00914421 00 a 01 exact 0 012 ^ 00021766 a 0000 ^ 01418789 a 0000 ^ 01749320 a 0000 ^ 01837744 a 0000 + 04803430 n 0101 ! 00915787 a 0101 & 00914808 a 0000 & 00914983 a 0000 & 00915141 a 0000 & 00915321 a 0000 & 00915420 a 0000 & 00915556 a 0000 | marked by strict and particular and complete accordance with fact; "an exact mind"; "an exact copy"; "hit the exact center of the target"
-00914808 00 s 02 direct 0 verbatim 0 001 & 00914421 a 0000 | in precisely the same words used by a writer or speaker; "a direct quotation"; "repeated their dialog verbatim"
-00914983 00 s 01 literal 0 002 & 00914421 a 0000 + 04760611 n 0101 | without interpretation or embellishment; "a literal depiction of the scene before him"
-00915141 00 s 01 mathematical 0 003 & 00914421 a 0000 ;c 06000644 n 0000 + 06000644 n 0101 | characterized by the exactness or precision of mathematics; "mathematical precision"
-00915321 00 s 01 perfect 0 001 & 00914421 a 0000 | precisely accurate or exact; "perfect timing"
-00915420 00 s 01 photographic 0 001 & 00914421 a 0000 | representing people or nature with the exactness and fidelity of a photograph
-00915556 00 s 02 rigorous 0 strict 0 004 & 00914421 a 0000 + 04673173 n 0201 + 04639732 n 0106 + 04783567 n 0103 | rigidly accurate; allowing no deviation from a standard; "rigorous application of the law"; "a strict vegetarian"
-00915787 00 a 01 inexact 0 008 ^ 01839417 a 0000 ^ 00023383 a 0000 + 04804611 n 0101 ! 00914421 a 0101 & 00915976 a 0000 & 00916199 a 0000 & 00916383 a 0000 & 00916524 a 0000 | not exact
-00915976 00 s 03 approximate 0 approximative 0 rough 0 003 & 00915787 a 0000 + 02666060 v 0201 + 00672433 v 0203 | not quite exact or correct; "the approximate time was 10 o'clock"; "a rough guess"; "a ballpark estimate"
-00916199 00 s 03 free 0 loose 0 liberal 0 002 & 00915787 a 0000 + 04804947 n 0201 | not literal; "a loose interpretation of what she had been told"; "a free translation of the poem"
-00916383 00 s 01 odd 0 002 & 00915787 a 0000 ;u 06307152 n 0000 | an indefinite quantity more than that specified; "invited 30-odd guests"
-00916524 00 s 01 round 0 003 & 00915787 a 0000 ;c 06000644 n 0000 + 05123206 n 0101 | (mathematics) expressed to the nearest integer, ten, hundred, or thousand; "in round numbers"
-00916706 00 a 02 convertible 0 exchangeable 4 006 = 04736757 n 0000 + 04735929 n 0201 + 00161225 v 0104 + 04736757 n 0101 ! 00917207 a 0101 & 00916965 a 0000 | capable of being exchanged for or replaced by something of equal value; "convertible securities"
-00916965 00 s 02 cashable 0 redeemable 0 002 & 00916706 a 0000 + 02256354 v 0101 | able to be converted into ready money or the equivalent; "a cashable check"; "cashable gambling chips"; "redeemable stocks and bonds"; "a redeemable coupon"
-00917207 00 a 03 inconvertible 0 unconvertible 0 unexchangeable 4 005 = 04736757 n 0000 + 04740864 n 0301 + 04737020 n 0101 ! 00916706 a 0101 & 00917482 a 0000 | used especially of currencies; incapable of being exchanged for or replaced by another currency of equal value
-00917482 00 s 01 irredeemable 0 001 & 00917207 a 0000 | (of paper money) not convertible into coin at the pleasure of the holder
-00917613 00 a 01 exchangeable 0 005 ! 00918491 a 0101 & 00917768 a 0000 & 00917956 a 0000 & 00918200 a 0000 & 00918354 a 0000 | suitable to be exchanged
-00917768 00 s 02 commutable 0 substitutable 0 003 & 00917613 a 0000 + 04737234 n 0202 + 04737234 n 0103 | capable of being exchanged for another or for something else that is equivalent
-00917956 00 s 01 fungible 0 004 & 00917613 a 0000 ;c 08441203 n 0000 + 03403169 n 0101 + 04735929 n 0104 | of goods or commodities; freely exchangeable for or replaceable by another of like nature or kind in the satisfaction of an obligation
-00918200 00 s 02 transposable 0 permutable 0 004 & 00917613 a 0000 + 04737568 n 0202 + 04737568 n 0201 + 04737568 n 0103 | capable of changing sequence
-00918354 00 s 01 vicarious 0 001 & 00917613 a 0000 | suffered or done by one person as a substitute for another; "vicarious atonement"
-00918491 00 a 01 unexchangeable 0 003 + 04740864 n 0101 ! 00917613 a 0101 & 00918616 a 0000 | not suitable to be exchanged
-00918616 00 s 01 incommutable 0 002 & 00918491 a 0000 + 04741075 n 0101 | not interchangeable or able to substitute one for another; "a rare incommutable skill"
-00918779 00 a 01 excitable 0 006 + 04628850 n 0102 + 04628850 n 0101 ! 00919321 a 0101 & 00918939 a 0000 & 00919018 a 0000 & 00919155 a 0000 | easily excited
-00918939 00 s 01 high-keyed 0 001 & 00918779 a 0000 | (of persons) excitable
-00919018 00 s 02 quick 0 warm 0 002 & 00918779 a 0000 + 05059132 n 0102 | easily aroused or excited; "a quick temper"; "a warm temper"
-00919155 00 s 04 skittish 0 flighty 0 spooky 0 nervous 0 003 & 00918779 a 0000 + 04624959 n 0401 + 04625716 n 0101 | unpredictably excitable (especially of horses)
-00919321 00 a 01 unexcitable 0 002 ! 00918779 a 0101 & 00919445 a 0000 | not easily excited; "an unexcitable temperament"
-00919445 00 s 01 steady 0 001 & 00919321 a 0000 | not easily excited or upset; "steady nerves"
-00919542 00 a 01 excited 0 012 ^ 00085264 a 0000 ! 00920881 a 0101 & 00919813 a 0000 & 00919919 a 0000 & 00919984 a 0000 & 00920167 a 0000 & 00920260 a 0000 & 00920422 a 0000 & 00920494 a 0000 & 00920603 a 0000 & 00920704 a 0000 & 00920797 a 0000 | in an aroused state
-00919813 00 s 02 aflutter 0 nervous 0 002 & 00919542 a 0000 + 07525760 n 0203 | excited in anticipation
-00919919 00 s 01 agog 0 001 & 00919542 a 0000 | highly excited
-00919984 00 s 01 crazy 0 003 & 00919542 a 0000 ;u 07075172 n 0000 + 00512843 n 0104 | possessed by inordinate excitement; "the crowd went crazy"; "was crazy to try his new bicycle"
-00920167 00 s 01 fevered 0 001 & 00919542 a 0000 | highly excited; "a fevered imagination"
-00920260 00 s 02 intoxicated 0 drunk 0 001 & 00919542 a 0000 | as if under the influence of alcohol; "felt intoxicated by her success"; "drunk with excitement"
-00920422 00 s 01 overexcited 0 001 & 00919542 a 0000 | unduly excited
-00920494 00 s 04 stimulated 0 stirred 0 stirred_up 0 aroused 0 001 & 00919542 a 0000 | emotionally aroused
-00920603 00 s 02 teased 0 titillated 0 001 & 00919542 a 0000 | feeling mild pleasurable excitement
-00920704 00 s 01 thrilled 0 001 & 00919542 a 0000 | feeling intense pleasurable excitement
-00920797 00 s 01 thrillful 0 001 & 00919542 a 0000 | full of excitement; thrilled
-00920881 00 a 01 unexcited 0 002 ^ 00087152 a 0000 ! 00919542 a 0101 | not excited; "made an unexcited appraisal of the situation"
-00921014 00 a 01 exciting 0 014 ^ 01343918 a 0000 ^ 01896478 a 0000 ^ 02131072 a 0000 ^ 02306288 a 0000 = 14037011 n 0000 ! 00922594 a 0101 & 00921369 a 0000 & 00921538 a 0000 & 00921631 a 0000 & 00921866 a 0000 & 00922051 a 0000 & 00922228 a 0000 & 00922344 a 0000 & 00922439 a 0000 | creating or arousing excitement; "an exciting account of her trip"
-00921369 00 s 02 breathless 0 breathtaking 0 001 & 00921014 a 0000 | tending to cause suspension of regular breathing; "a breathless flight"; "breathtaking adventure"
-00921538 00 s 02 elating 0 exhilarating 0 001 & 00921014 a 0000 | making lively and joyful
-00921631 00 s 04 electric 0 galvanic 0 galvanizing 0 galvanising 0 001 & 00921014 a 0000 | affected by emotion as if by electricity; thrilling; "gave an electric reading of the play"; "the new leader had a galvanic effect on morale"
-00921866 00 s 02 electrifying 0 thrilling 0 001 & 00921014 a 0000 | causing a surge of emotion or excitement; "she gave an electrifying performance"; "a thrilling performer to watch"
-00922051 00 s 02 glamorous 0 glamourous 0 003 & 00921014 a 0000 + 04685195 n 0202 + 04685195 n 0101 | having an air of allure, romance and excitement; "glamorous movie stars"
-00922228 00 s 02 heady 0 intoxicating 0 001 & 00921014 a 0000 | extremely exciting as if by alcohol or a narcotic
-00922344 00 s 01 titillating 1 001 & 00921014 a 0000 | pleasantly and superficially exciting
-00922439 00 s 03 tickling 0 tingling 0 titillating 2 001 & 00921014 a 0000 | exciting by touching lightly so as to cause laughter or twitching movements
-00922594 00 a 01 unexciting 0 008 ^ 01344963 a 0000 ^ 01897787 a 0000 ^ 02307367 a 0000 = 14037011 n 0000 ! 00921014 a 0101 & 00922840 a 0000 & 00923066 a 0000 & 00923232 a 0000 | not exciting; "an unexciting novel"; "lived an unexciting life"
-00922840 00 s 05 commonplace 0 humdrum 0 prosaic 0 unglamorous 0 unglamourous 0 003 & 00922594 a 0000 + 07072434 n 0301 + 04795878 n 0302 | not challenging; dull and lacking excitement; "an unglamorous job greasing engines"
-00923066 00 s 01 uninspired 0 001 & 00922594 a 0000 | having no intellectual or emotional or spiritual excitement; "the production was professional but uninspired"
-00923232 00 s 01 tame 0 002 & 00922594 a 0000 + 05206573 n 0103 | flat and uninspiring
-00923321 00 a 01 exculpatory 0 006 ^ 01319874 a 0000 + 00904046 v 0106 ! 00923993 a 0101 & 00923495 a 0000 & 00923671 a 0000 & 00923790 a 0000 | clearing of guilt or blame
-00923495 00 s 03 absolvitory 0 exonerative 0 forgiving 0 005 & 00923321 a 0000 + 04829764 n 0301 + 00904046 v 0205 + 00903711 v 0102 + 00902424 v 0101 | providing absolution
-00923671 00 s 01 extenuating 0 001 & 00923321 a 0000 | partially excusing or justifying; "extenuating circumstances"
-00923790 00 s 03 justificative 0 justificatory 0 vindicatory 0 006 & 00923321 a 0000 + 00896141 v 0302 + 00896803 v 0201 + 00896141 v 0201 + 00896803 v 0101 + 00896141 v 0101 | providing justification
-00923993 00 a 02 inculpatory 0 inculpative 0 010 ^ 01320988 a 0000 + 02636921 v 0203 + 02636921 v 0103 ! 00923321 a 0101 & 00924257 a 0000 & 00924635 a 0000 & 00924791 a 0000 & 00924952 a 0000 & 00925177 a 0000 & 00925287 a 0000 | causing blame to be imputed to
-00924257 00 s 04 accusative 0 accusatory 0 accusing 0 accusive 0 008 & 00923993 a 0000 + 00843468 v 0402 + 00842989 v 0401 + 00843468 v 0202 + 00842989 v 0201 + 06311557 n 0101 + 00843468 v 0102 + 00842989 v 0101 | containing or expressing accusation; "an accusitive forefinger"; "black accusatory looks"; "accusive shoes and telltale trousers"- O.Henry; "his accusing glare"
-00924635 00 s 03 comminatory 0 denunciative 0 denunciatory 0 003 & 00923993 a 0000 + 02508245 v 0204 + 00864910 v 0104 | containing warning of punishment
-00924791 00 s 02 condemnatory 0 condemning 0 002 & 00923993 a 0000 + 00864159 v 0101 | containing or imposing condemnation or censure; "a condemnatory decree"
-00924952 00 s 04 criminative 0 criminatory 0 incriminating 0 incriminatory 0 004 & 00923993 a 0000 + 02636921 v 0401 + 00842989 v 0204 + 00842989 v 0104 | charging or suggestive of guilt or blame; "incriminatory testimony"
-00925177 00 s 02 damnatory 0 damning 0 002 & 00923993 a 0000 + 00865958 v 0103 | threatening with damnation
-00925287 00 s 02 recriminative 0 recriminatory 0 003 & 00923993 a 0000 + 00844553 v 0201 + 00844553 v 0101 | countering one charge with another; "recriminatory arguments"
-00925460 00 a 01 exhaustible 0 002 ! 00925642 a 0101 & 00925560 a 0000 | capable of being used up
-00925560 00 s 01 depletable 0 001 & 00925460 a 0000 | capable of being depleted
-00925642 00 a 01 inexhaustible 0 003 ! 00925460 a 0101 & 00925820 a 0000 & 00925985 a 0000 | incapable of being entirely consumed or used up; "an inexhaustible supply of coal"
-00925820 00 s 01 renewable 0 001 & 00925642 a 0000 | capable of being renewed; replaceable; "renewable energy such as solar energy is theoretically inexhaustible"
-00925985 00 s 01 unfailing 0 001 & 00925642 a 0000 | always able to supply more; "an unfailing source of good stories"; "a subject of unfailing interest"
-00926141 00 a 02 exhausted 0 spent 0 001 ! 00926348 a 0101 | depleted of energy, force, or strength; "impossible to grow tobacco on the exhausted soil"; "the exhausted food sources"; "exhausted oil wells"
-00926348 00 a 01 unexhausted 0 004 ! 00926141 a 0101 & 00926505 a 0000 & 00926802 a 0000 & 00926871 a 0000 | not used up completely; "an unexhausted well"
-00926505 00 s 06 leftover 0 left_over(p) 0 left(p) 0 odd 0 remaining 0 unexpended 0 001 & 00926348 a 0000 | not used up; "leftover meatloaf"; "she had a little money left over so she went to a movie"; "some odd dollars left"; "saved the remaining sandwiches for supper"; "unexpended provisions"
-00926802 00 s 01 unconsumed 0 001 & 00926348 a 0000 | not consumed
-00926871 00 s 02 unspent 0 unexpended 2 001 & 00926348 a 0000 | (of financial resources) not spent; "unexpended funds"; "his unspent allowance"
-00927017 00 a 02 existent 0 existing 0 006 ^ 00928525 a 0000 = 13954253 n 0000 + 13954253 n 0103 + 02603699 v 0101 ! 00927578 a 0101 & 00927373 a 0000 | having existence or being or actuality; "an attempt to refine the existent machinery to make it more efficient"; "much of the beluga caviar existing in the world is found in the Soviet Union and Iran"
-00927373 00 s 02 active 0 alive(p) 0 004 & 00927017 a 0000 + 13961642 n 0204 + 14006945 n 0103 + 00407535 n 0101 | in operation; "keep hope alive"; "the tradition was still alive"; "an active tradition"
-00927578 00 a 01 nonexistent 0 008 ^ 00041051 a 0000 = 13954253 n 0000 + 13959931 n 0101 ! 00927017 a 0101 & 00927832 a 0000 & 00927978 a 0000 & 00928238 a 0000 & 00928414 a 0000 | not having existence or being or actuality; "chimeras are nonexistent"
-00927832 00 s 04 lacking 0 absent 0 missing 0 wanting 0 001 & 00927578 a 0000 | nonexistent; "the thumb is absent"; "her appetite was lacking"
-00927978 00 s 05 barren 0 destitute 0 devoid 0 free 0 innocent 0 001 & 00927578 a 0000 | completely wanting or lacking; "writing barren of insight"; "young recruits destitute of experience"; "innocent of literary merit"; "the sentence was devoid of meaning"
-00928238 00 s 01 nonextant 0 001 & 00927578 a 0000 | no longer existing or inaccessible through loss or destruction; "its nonextant original was written on vellum"- G.B.Saul
-00928414 00 s 01 vanished 0 001 & 00927578 a 0000 | having passed out of existence; "vanished civilizations"
-00928525 00 a 01 extant 0 004 ^ 00927017 a 0000 ! 00929164 a 0101 & 00928781 a 0000 & 00928874 a 0000 | still in existence; not extinct or destroyed or lost; "extant manuscripts"; "specimens of graphic art found among extant barbaric folk"- Edward Clodd
-00928781 00 s 01 living 1 001 & 00928525 a 0000 | still in active use; "a living language"
-00928874 00 s 02 surviving 0 living 0 001 & 00928525 a 0000 | still in existence; "the Wollemi pine found in Australia is a surviving specimen of a conifer thought to have been long extinct and therefore known as a living fossil"; "the only surviving frontier blockhouse in Pennsylvania"
-00929164 00 a 02 extinct 1 nonextant 2 003 ^ 00927578 a 0000 ! 00928525 a 0101 & 00929443 a 0000 | no longer in existence; lost or especially having died out leaving no living representatives; "an extinct species of fish"; "an extinct royal family"; "extinct laws and customs"
-00929443 00 s 01 dead 0 002 & 00929164 a 0000 + 05006519 n 0101 | not surviving in active use; "Latin is a dead language"
-00929567 00 a 01 expected 0 007 ^ 02360351 a 0000 + 14501375 n 0102 ! 00930290 a 0101 & 00929815 a 0000 & 00929916 a 0000 & 00930022 a 0000 & 00930170 a 0000 | considered likely or probable to happen or arrive; "prepared for the expected attack"
-00929815 00 s 03 anticipated 0 awaited(p) 0 hoped-for 0 001 & 00929567 a 0000 | expected hopefully
-00929916 00 s 01 due(p) 0 001 & 00929567 a 0000 | scheduled to arrive; "the train is due in 15 minutes"
-00930022 00 s 01 expectable 0 001 & 00929567 a 0000 | to be expected; "differences of opinion are quite expectable given the present information"
-00930170 00 s 01 matter-of-course 0 001 & 00929567 a 0000 | expected or depended upon as a natural or logical outcome
-00930290 00 a 01 unexpected 0 008 ^ 02359464 a 0000 + 04796725 n 0101 ! 00929567 a 0101 & 00930540 a 0000 & 00930765 a 0000 & 00931070 a 0000 & 00931306 a 0000 & 00931395 a 0000 | not expected or anticipated; "unexpected guests"; "unexpected news"
-00930540 00 s 03 unannounced 0 unheralded 0 unpredicted 0 001 & 00930290 a 0000 | without warning or announcement; "they arrived unannounced"; "a totally unheralded telegram that his daughter...died last night"- M.A.D.Howe
-00930765 00 s 04 unanticipated 0 unforeseen 0 unlooked-for 0 out_of_the_blue(p) 0 001 & 00930290 a 0000 | not anticipated; "unanticipated and disconcerting lines of development"- H.W.Glidden; "unforeseen circumstances"; "a virtue unlooked-for in people so full of energy"; "like a bolt out of the blue"
-00931070 00 s 04 unhoped 0 unhoped-for 0 unthought 0 unthought-of 0 001 & 00930290 a 0000 | so unexpected as to have not been imagined; "an unhoped-for piece of luck"; "an unthought advantage"; "an unthought-of place to find the key"
-00931306 00 s 01 unprovided_for(p) 0 001 & 00930290 a 0000 | not prepared or ready for
-00931395 00 s 01 upset(a) 0 001 & 00930290 a 0000 | used of an unexpected defeat of a team favored to win; "the Bills' upset victory over the Houston Oilers"
-00931555 00 a 01 expedient 0 009 ^ 00064479 a 0000 ^ 00604617 a 0000 ^ 01813400 a 0000 ^ 02495922 a 0000 + 04835488 n 0104 ! 00932367 a 0101 & 00931833 a 0000 & 00931974 a 0000 & 00932184 a 0000 | serving to promote your interest; "was merciful only when mercy was expedient"
-00931833 00 s 01 advantageous 0 001 & 00931555 a 0000 | appropriate for achieving a particular end; implies a lack of concern for fairness
-00931974 00 s 03 opportunist 0 opportunistic 0 timeserving 0 003 & 00931555 a 0000 + 04835488 n 0201 + 10379376 n 0101 | taking immediate advantage, often unethically, of any circumstance of possible benefit
-00932184 00 s 02 carpetbag 0 carpetbagging 0 001 & 00931555 a 0000 | presumptuously seeking success or a position in a new locality; "a carpetbag stranger"; "a capetbag politician"
-00932367 00 a 01 inexpedient 0 006 ^ 00065488 a 0000 ^ 01814085 a 0000 + 05165303 n 0102 + 05165303 n 0101 ! 00931555 a 0101 & 00932565 a 0000 | not suitable or advisable; "an inexpedient tactic"
-00932565 00 s 01 inadvisable 0 002 & 00932367 a 0000 + 05165028 n 0101 | not advisable; "an unnecessary and inadvisable action"
-00932695 00 a 01 expendable 0 004 ^ 01978395 a 0000 ! 00933032 a 0101 & 00932829 a 0000 & 00932918 a 0000 | suitable to be expended
-00932829 00 s 01 consumable 0 002 & 00932695 a 0000 + 01157517 v 0101 | may be used up
-00932918 00 s 01 sacrificeable 0 001 & 00932695 a 0000 | may be deliberately sacrificed to achieve an objective
-00933032 00 a 01 unexpendable 0 003 ^ 00900616 a 0000 ^ 01978894 a 0000 ! 00932695 a 0101 | not suitable to be expended
-00933154 00 a 01 expensive 0 008 ^ 02500884 a 0000 + 05145891 n 0101 + 02267060 v 0102 ! 00934199 a 0101 & 00933415 a 0000 & 00933599 a 0000 & 00933941 a 0000 & 00934082 a 0000 | high in price or charging high prices; "expensive clothes"; "an expensive shop"
-00933415 00 s 02 big-ticket(a) 0 high-ticket(a) 0 002 & 00933154 a 0000 ;u 07075172 n 0000 | very expensive; "big-ticket items like cars and furs"; "a big-ticket government program"
-00933599 00 s 05 costly 1 dear(p) 0 high-priced 0 pricey 0 pricy 0 008 & 00933154 a 0000 + 13303315 n 0501 + 05141683 n 0501 + 13303315 n 0401 + 05141683 n 0401 + 05146272 n 0202 + 05145118 n 0103 + 05146272 n 0101 | having a high price; "costly jewelry"; "high-priced merchandise"; "much too dear for my pocketbook"; "a pricey restaurant"
-00933941 00 s 02 dearly-won 0 costly 2 002 & 00933154 a 0000 + 05163807 n 0202 | entailing great loss or sacrifice; "a dearly-won victory"
-00934082 00 s 01 overpriced 0 001 & 00933154 a 0000 | too costly for the value; "overpriced items at resort shops"
-00934199 00 a 02 cheap 0 inexpensive 0 010 + 05146739 n 0201 + 05147237 n 0102 ! 00933154 a 0101 & 00934554 a 0000 & 00934738 a 0000 & 00934874 a 0000 & 00934966 a 0000 & 00935103 a 0000 & 00935259 a 0000 & 00935359 a 0000 | relatively low in price or charging low prices; "it would have been cheap at twice the price"; "inexpensive family restaurants"
-00934554 00 s 03 bargain-priced 0 cut-rate 1 cut-price 1 001 & 00934199 a 0000 | costing less than standard price; "buying bargain-priced clothes for the children"; "cut-rate goods"
-00934738 00 s 01 catchpenny(a) 0 001 & 00934199 a 0000 | designed to sell quickly without concern for quality; "catchpenny ornaments"
-00934874 00 s 01 dirt_cheap 0 001 & 00934199 a 0000 | very cheap; "a dirt cheap property"
-00934966 00 s 01 low-budget 0 001 & 00934199 a 0000 | made on or suited to a limited budget; "a low-budget movie"; "a low-budget menu"
-00935103 00 s 03 low-cost 0 low-priced 0 affordable 0 002 & 00934199 a 0000 + 02744451 v 0301 | that you have the financial means for; "low-cost housing"
-00935259 00 s 01 nickel-and-dime(a) 0 001 & 00934199 a 0000 | low-paying; "a nickel-and-dime job"
-00935359 00 s 06 sixpenny 0 threepenny 0 twopenny 0 tuppeny 0 two-a-penny 0 twopenny-halfpenny 0 001 & 00934199 a 0000 | of trifling worth
-00935500 00 a 02 experienced 0 experient 0 009 ^ 02225510 a 0000 ^ 02447344 a 0000 + 05758059 n 0201 ! 00936740 a 0101 & 00935792 a 0000 & 00936038 a 0000 & 00936297 a 0000 & 00936427 a 0000 & 00936523 a 0000 | having experience; having knowledge or skill from observation or participation
-00935792 00 s 02 full-fledged 0 fully_fledged 0 001 & 00935500 a 0000 | (of persons, e.g.) having gained full status; "a full-fledged lawyer"; "by the age of seventeen I was a full-fledged atheist"; "sees itself as a fully fledged rival party"
-00936038 00 s 03 intimate 0 knowledgeable 0 versed 0 002 & 00935500 a 0000 + 04890546 n 0201 | thoroughly acquainted through study or experience; "this girl, so intimate with nature"-W.H.Hudson; "knowledgeable about the technique of painting"- Herbert Read
-00936297 00 s 02 old 0 older 0 001 & 00935500 a 0000 | skilled through long experience; "an old offender"; "the older soldiers"
-00936427 00 s 02 practiced 0 practised 0 001 & 00935500 a 0000 | skillful after much practice
-00936523 00 s 02 seasoned 0 veteran(a) 0 003 & 00935500 a 0000 + 10749528 n 0201 + 10749123 n 0201 | rendered competent through trial and experience; "a seasoned traveler"; "veteran steadiness"; "a veteran officer"
-00936740 00 a 02 inexperienced 0 inexperient 0 009 ^ 02228335 a 0000 ^ 02271544 a 0000 + 05988956 n 0201 ! 00935500 a 0101 & 00936998 a 0000 & 00937186 a 0000 & 00937341 a 0000 & 00937616 a 0000 & 00937732 a 0000 | lacking practical experience or training
-00936998 00 s 03 fledgling 0 unfledged 0 callow 0 002 & 00936740 a 0000 + 10355449 n 0102 | young and inexperienced; "a fledgling enterprise"; "a fledgling skier"; "an unfledged lawyer"
-00937186 00 s 02 raw 0 new 0 002 & 00936740 a 0000 + 05988956 n 0102 | lacking training or experience; "the new men were eager to fight"; "raw recruits"
-00937341 00 s 03 uninitiate 0 uninitiated 0 naive 0 003 & 00936740 a 0000 + 04880573 n 0303 + 07948754 n 0101 | not initiated; deficient in relevant experience; "it seemed a bizarre ceremony to uninitiated western eyes"; "he took part in the experiment as a naive subject"
-00937616 00 s 03 unpracticed 0 unpractised 0 unversed 0 001 & 00936740 a 0000 | not having had extensive practice
-00937732 00 s 04 unseasoned 0 untested 0 untried 0 young 0 001 & 00936740 a 0000 | not tried or tested by experience; "unseasoned artillery volunteers"; "still untested in battle"; "an illustrator untried in mural painting"; "a young hand at plowing"
-00937985 00 a 01 expired 0 003 ! 00938441 a 0101 & 00938210 a 0000 & 00938305 a 0000 | having come to an end or become void after passage of a period of time; "an expired passport"; "caught driving with an expired license"
-00938210 00 s 01 invalid 0 001 & 00937985 a 0000 | no longer valid; "the license is invalid"
-00938305 00 s 01 terminated 0 002 & 00937985 a 0000 ;c 06520944 n 0000 | (of e.g. a contract or term of office) having come to an end
-00938441 00 a 01 unexpired 0 002 ! 00937985 a 0101 & 00938659 a 0000 | not having come to an end or been terminated by passage of time; "elected to fill the senator's unexpired term"; "an unexpired driver's license"
-00938659 00 s 01 valid 0 003 & 00938441 a 0000 + 04809453 n 0102 + 04809453 n 0101 | still legally acceptable; "the license is still valid"
-00938801 00 a 01 explicable 0 004 ^ 00532892 a 0000 ^ 02266145 a 0000 ! 00939105 a 0101 & 00938979 a 0000 | capable of being explicated or accounted for; "explicable behavior"
-00938979 00 s 02 explainable 0 interpretable 0 001 & 00938801 a 0000 | capable of being understood; "explainable phenomena"
-00939105 00 a 02 inexplicable 0 incomprehensible 4 008 ^ 00533851 a 0000 ^ 02266600 a 0000 + 04822223 n 0201 ! 00938801 a 0101 & 00939444 a 0000 & 00939895 a 0000 & 00940108 a 0000 & 00940314 a 0000 | incapable of being explained or accounted for; "inexplicable errors"; "left the house at three in the morning for inexplicable reasons"
-00939444 00 s 06 cryptic 0 cryptical 0 deep 0 inscrutable 0 mysterious 0 mystifying 0 003 & 00939105 a 0000 + 05685538 n 0501 + 04822524 n 0401 | of an obscure nature; "the new insurance policy is written without cryptic or mysterious terms"; "a deep dark secret"; "the inscrutable workings of Providence"; "in its mysterious past it encompasses all the dim origins of life"- Rachel Carson; "rituals totally mystifying to visitors from other lands"
-00939895 00 s 02 paradoxical 0 self-contradictory 0 002 & 00939105 a 0000 + 06724559 n 0101 | seemingly contradictory but nonetheless possibly true; "it is paradoxical that standing is more tiring than walking"
-00940108 00 s 02 unaccountable 0 unexplainable 0 001 & 00939105 a 0000 | not to be accounted for or explained; "perceptible only as unaccountable influences that hinder progress"; "an unexplainable fear"
-00940314 00 s 01 unexplained 0 001 & 00939105 a 0000 | having the reason or cause not made clear; "an unexplained error"
-00940437 00 a 02 explicit 0 expressed 0 012 ^ 00700451 a 0000 ^ 00722110 a 0000 ^ 01704761 a 0000 ^ 00896555 a 0000 = 04822032 n 0000 + 04822032 n 0101 ! 00941485 a 0101 & 00940870 a 0000 & 00940969 a 0000 & 00941148 a 0000 & 00941242 a 0000 & 00941375 a 0000 | precisely and clearly expressed or readily observable; leaving nothing to implication; "explicit instructions"; "she made her wishes explicit"; "explicit sexual scenes"
-00940870 00 s 02 declared 0 stated 0 001 & 00940437 a 0000 | declared as fact; explicitly stated
-00940969 00 s 02 definitive 0 unequivocal 0 002 & 00940437 a 0000 + 04821802 n 0202 | clearly defined or formulated; "the plain and unequivocal language of the laws"- R.B.Taney
-00941148 00 s 01 express 0 001 & 00940437 a 0000 | not tacit or implied; "her express wish"
-00941242 00 s 01 graphic 0 001 & 00940437 a 0000 | describing nudity or sexual activity in graphic detail; "graphic sexual scenes"
-00941375 00 s 02 hard-core 0 hardcore 0 001 & 00940437 a 0000 | extremely explicit; "hard-core pornography"
-00941485 00 a 02 implicit 0 inexplicit 0 009 ^ 00723163 a 0000 ^ 01705655 a 0000 = 04822032 n 0000 + 04824819 n 0201 + 04824977 n 0101 ! 00940437 a 0101 & 00941940 a 0000 & 00942163 a 0000 & 00942380 a 0000 | implied though not directly expressed; inherent in the nature of something; "an implicit agreement not to raise the subject"; "there was implicit criticism in his voice"; "anger was implicit in the argument"; "the oak is implicit in the acorn"
-00941940 00 s 03 implicit_in(p) 0 inherent 0 underlying 0 002 & 00941485 a 0000 + 02653564 v 0201 | in the nature of something though not readily apparent; "shortcomings inherent in our approach"; "an underlying meaning"
-00942163 00 s 03 silent 0 tacit 0 understood 0 001 & 00941485 a 0000 | implied by or inferred from actions or statements; "gave silent consent"; "a tacit agreement"; "the understood provisos of a custody agreement"
-00942380 00 s 08 unexpressed 0 unsaid 0 unstated 0 unuttered 0 unverbalized 0 unverbalised 0 unvoiced 0 unspoken 0 001 & 00941485 a 0000 | not made explicit; "the unexpressed terms of the agreement"; "things left unsaid"; "some kind of unspoken agreement"; "his action is clear but his reason remains unstated"
-00942693 00 a 01 exploited 0 002 ! 00942871 a 0101 & 00942806 a 0000 | developed or used to greatest advantage
-00942806 00 s 01 employed 0 001 & 00942693 a 0000 | put to use
-00942871 00 a 02 unexploited 0 undeveloped 4 003 ! 00942693 a 0101 & 00943092 a 0000 & 00943203 a 0000 | undeveloped or unused; "vast unexploited (or undeveloped) natural resources"; "taxes on undeveloped lots are low"
-00943092 00 s 01 fallow 0 001 & 00942871 a 0000 | undeveloped but potentially useful; "a fallow gold market"
-00943203 00 s 01 untapped 0 001 & 00942871 a 0000 | not drawn upon or used; "untapped reserves of coal"; "the untapped stockrooms of our minds"- G.R.Harrison
-00943363 00 a 01 expressible 0 008 + 01061481 v 0101 + 01061017 v 0103 + 00943837 v 0101 + 00940384 v 0101 ! 00943999 a 0101 & 00943599 a 0000 & 00943683 a 0000 & 00943831 a 0000 | capable of being expressed; "an expressible emotion"
-00943599 00 s 01 describable 0 001 & 00943363 a 0000 | capable of being described
-00943683 00 s 01 representable 0 002 & 00943363 a 0000 ;c 06000644 n 0000 | expressible in symbolic form; "uniquely representable in the form..."
-00943831 00 s 02 speakable 0 utterable 0 004 & 00943363 a 0000 + 00983824 v 0201 + 00940384 v 0204 + 00941990 v 0203 | capable of being uttered in words or sentences
-00943999 00 a 02 inexpressible 0 unexpressible 0 002 ! 00943363 a 0101 & 00944111 a 0000 | defying expression
-00944111 00 s 06 indefinable 0 indescribable 0 ineffable 0 unspeakable 0 untellable 0 unutterable 0 001 & 00943999 a 0000 | defying expression or description; "indefinable yearnings"; "indescribable beauty"; "ineffable ecstasy"; "inexpressible anguish"; "unspeakable happiness"; "unutterable contempt"; "a thing of untellable splendor"
-00944449 00 a 02 extensile 0 extensible 0 007 + 02690093 v 0201 + 02054989 v 0204 + 01368863 v 0201 + 00027705 v 0204 ! 00945019 a 0101 & 00944734 a 0000 & 00944848 a 0000 | capable of being protruded or stretched or opened out; "an extensile tongue"; "an extensible measuring rule"
-00944734 00 s 02 protractile 0 protractible 0 001 & 00944449 a 0000 | able to be extended; "protractile muscle"
-00944848 00 s 02 protrusile 0 protrusible 0 004 & 00944449 a 0000 + 02713372 v 0202 + 02081946 v 0202 + 00263231 v 0203 | capable of being thrust forward, as the tongue
-00945019 00 a 03 nonextensile 0 inextensible 0 nonprotractile 0 001 ! 00944449 a 0101 | not extensile
-00945123 00 a 01 extricable 0 001 ! 00945207 a 0101 | capable of being extricated
-00945207 00 a 01 inextricable 0 002 ! 00945123 a 0101 & 00945399 a 0000 | not permitting extrication; incapable of being disentangled or untied; "an inextricable knot"; "inextricable unity"
-00945399 00 s 01 unresolvable 0 001 & 00945207 a 0000 | not capable of being resolved; "unresolvable confusion"
-00945513 00 a 01 bowed 0 003 ;c 07020895 n 0000 ! 00945772 a 0101 & 00945658 a 0000 | of a stringed instrument; sounded by stroking with a bow
-00945658 00 s 01 arco 0 001 & 00945513 a 0000 | (of instruments in the violin family) to be played with the bow
-00945772 00 a 01 plucked 0 003 ;c 07020895 n 0000 ! 00945513 a 0101 & 00945927 a 0000 | of a stringed instrument; sounded with the fingers or a plectrum
-00945927 00 s 01 pizzicato 0 001 & 00945772 a 0000 | (of instruments in the violin family) to be plucked with the finger
-00946050 00 a 01 fingered 0 002 ! 00946409 a 0101 & 00946281 a 0000 | having or resembling a finger or fingers; often used in combination; "the fingered roots of giant trees"; "rosy-fingered"; "three-fingered cartoon characters"
-00946281 00 s 02 digitate 0 fingerlike 0 001 & 00946050 a 0000 | resembling a finger; "digitate leaves of the horse chestnut"
-00946409 00 a 01 fingerless 0 001 ! 00946050 a 0101 | not having or having lost fingers
-00946499 00 a 01 expansive 0 011 + 02077148 v 0101 + 00541163 v 0101 + 00540946 v 0102 + 00257269 v 0101 + 00264386 v 0103 + 04729710 n 0101 ! 00947680 a 0101 & 00946844 a 0000 & 00947012 a 0000 & 00947264 a 0000 & 00947520 a 0000 | able or tending to expand or characterized by expansion; "Expansive materials"; "the expansive force of fire"
-00946844 00 s 01 distensible 0 002 & 00946499 a 0000 + 00305537 v 0102 | capable of being distended; able to stretch and expand; "the stomach is a distensible organ"
-00947012 00 s 02 erectile 0 cavernous 0 002 & 00946499 a 0000 ;c 06080522 n 0000 | filled with vascular sinuses and capable of becoming distended and rigid as the result of being filled with blood; "erectile tissue"; "the penis is an erectile organ"
-00947264 00 s 03 expandable 0 expandible 0 expansible 0 009 & 00946499 a 0000 + 02077148 v 0301 + 00541163 v 0301 + 00257269 v 0301 + 00310386 v 0304 + 02077148 v 0201 + 00541163 v 0201 + 00540946 v 0202 + 00257269 v 0201 | able to expand or be expanded
-00947520 00 s 01 inflatable 0 002 & 00946499 a 0000 + 00264034 v 0101 | designed to be filled with air or gas; "an inflatable mattress"; "an inflatable boat"
-00947680 00 a 01 unexpansive 0 001 ! 00946499 a 0101 | showing no tendency to expand; "unexpansive bodies"
-00947789 00 a 01 extinguishable 0 001 ! 00947945 a 0101 | capable of being extinguished or killed; "an extinguishable fire"; "hope too is extinguishable"
-00947945 00 a 01 inextinguishable 0 001 ! 00947789 a 0101 | difficult or impossible to extinguish; "an inextinguishable flame"; "an inextinguishable faith"
-00948103 00 a 01 external 0 006 ^ 01692969 a 0000 = 05074774 n 0000 + 05078623 n 0102 ! 00948670 a 0101 & 00948384 a 0000 & 00948514 a 0000 | happening or arising or located outside or beyond some limits or especially surface; "the external auditory canal"; "external pressures"
-00948384 00 s 01 outer 0 002 & 00948103 a 0000 ;c 06057539 n 0000 | being on or toward the outside of the body; "the outer ear"
-00948514 00 s 01 outside 0 001 & 00948103 a 0000 | originating or belonging beyond some bounds:"the outside world"; "outside interests"; "an outside job"
-00948670 00 a 01 internal 0 007 ^ 01693799 a 0000 = 05074774 n 0000 ! 00948103 a 0101 & 00948985 a 0000 & 00949115 a 0000 & 00949229 a 0000 & 00949374 a 0000 | happening or arising or located within some limits or especially surface; "internal organs"; "internal mechanism of a toy"; "internal party maneuvering"
-00948985 00 s 01 inner 0 002 & 00948670 a 0000 ;c 06057539 n 0000 | inside or closer to the inside of the body; "the inner ear"
-00949115 00 s 01 interior 0 001 & 00948670 a 0000 | inside and toward a center; "interior regions of the earth"
-00949229 00 s 01 internecine 0 001 & 00948670 a 0000 | (of conflict) within a group or organization; "an internecine feud among proxy holders"
-00949374 00 s 01 intrinsic 0 002 & 00948670 a 0000 ;c 06057539 n 0000 | situated within or belonging solely to the organ or body part on which it acts; "intrinsic muscles"
-00949548 00 a 01 outer(a) 0 006 = 05074774 n 0000 ! 00950272 a 0101 & 00949797 a 0000 & 00949883 a 0000 & 00950002 a 0000 & 00950119 a 0000 | being on the outside or further from a center; "spent hours adorning the outer man"; "the outer suburbs"
-00949797 00 s 01 out 0 001 & 00949548 a 0000 | outer or outlying; "the out islands"
-00949883 00 s 02 outermost 0 outmost 0 001 & 00949548 a 0000 | situated at the farthest possible point from a center
-00950002 00 s 01 outside 0 001 & 00949548 a 0000 | on or toward an outer edge; "an outer lane"; "the outside lane"
-00950119 00 s 01 satellite 0 001 & 00949548 a 0000 | surrounding and dominated by a central authority or power; "a city and its satellite communities"
-00950272 00 a 01 inner(a) 0 005 = 05074774 n 0000 ^ 00329831 a 0000 ! 00949548 a 0101 & 00950465 a 0000 & 00950592 a 0000 | located or occurring within or closer to a center; "an inner room"
-00950465 00 s 02 inmost 0 innermost 0 001 & 00950272 a 0000 | situated or occurring farthest within; "the innermost chamber"
-00950592 00 s 01 inside 0 001 & 00950272 a 0000 | away from the outer edge; "an inner lahne"; "the inside lane"
-00950706 00 a 01 outward 0 007 ^ 01873406 a 0000 = 04620741 n 0000 + 05787498 n 0101 + 04620741 n 0101 ! 00951247 a 0101 & 00951003 a 0000 & 00951163 a 0000 | relating to physical reality rather than with thoughts or the mind; "a concern with outward beauty rather than with inward reflections"
-00951003 00 s 01 external 0 001 & 00950706 a 0000 | purely outward or superficial; "external composure"; "an external concern for reputation"- A.R.Gurney,Jr.
-00951163 00 s 01 outer 0 001 & 00950706 a 0000 | located outside; "outer reality"
-00951247 00 a 01 inward 0 009 = 04621010 n 0000 + 05787175 n 0101 + 04621010 n 0101 ! 00950706 a 0101 & 00951528 a 0000 & 00951709 a 0000 & 00951831 a 0000 & 00952181 a 0000 & 00952307 a 0000 | relating to or existing in the mind or thoughts; "a concern with inward reflections"
-00951528 00 s 01 indwelling 0 001 & 00951247 a 0000 | existing or residing as an inner activating spirit or force or principle; "an indwelling divinity"; "an indwelling goodness"
-00951709 00 s 02 inmost 0 innermost 0 001 & 00951247 a 0000 | being deepest within the self; "one's innermost feelings"
-00951831 00 s 03 inner 0 interior 0 internal 0 001 & 00951247 a 0000 | located inward; "Beethoven's manuscript looks like a bloody record of a tremendous inner battle"- Leonard Bernstein; "she thinks she has no soul, no interior life, but the truth is that she has no access to it"- David Denby; "an internal sense of rightousness"- A.R.Gurney,Jr.
-00952181 00 s 02 secret 0 private 0 002 & 00951247 a 0000 + 14416089 n 0202 | not expressed; "secret (or private) thoughts"
-00952307 00 s 01 self-whispered 0 001 & 00951247 a 0000 | as if whispered to yourself
-00952395 00 a 01 exterior 0 005 ^ 01692222 a 0000 = 05074774 n 0000 ! 00952867 a 0101 & 00952653 a 0000 & 00952761 a 0000 | situated in or suitable for the outdoors or outside of a building; "an exterior scene"; "exterior grade plywood"; "exterior paints"
-00952653 00 s 01 out(a) 0 001 & 00952395 a 0000 | outside or external; "the out surface of a ship's hull"
-00952761 00 s 01 outside(a) 0 001 & 00952395 a 0000 | leading to or from the outside; "an outside door"
-00952867 00 a 01 interior 0 005 ^ 01692786 a 0000 = 05074774 n 0000 ! 00952395 a 0101 & 00953127 a 0000 & 00953213 a 0000 | situated within or suitable for inside a building; "an interior scene"; "interior decoration"; "an interior bathroom without windows"
-00953127 00 s 01 indoor 0 001 & 00952867 a 0000 | within doors; "an indoor setting"
-00953213 00 s 01 inside(a) 0 001 & 00952867 a 0000 | being or applying to the inside of a building; "an inside wall"
-00953332 00 a 01 eyed 0 013 ! 00954965 a 0101 & 00953731 a 0000 & 00953814 a 0000 & 00953886 a 0000 & 00954064 a 0000 & 00954153 a 0000 & 00954233 a 0000 & 00954390 a 0000 & 00954503 a 0000 & 00954576 a 0000 & 00954678 a 0000 & 00954760 a 0000 & 00954864 a 0000 | having an eye or eyes or eyelike feature especially as specified; often used in combination; "a peacock's eyed feathers"; "red-eyed"
-00953731 00 s 01 almond-eyed 0 001 & 00953332 a 0000 | having almond-shaped eyes
-00953814 00 s 01 blue-eyed 0 001 & 00953332 a 0000 | having blue eyes
-00953886 00 s 01 eyelike 0 001 & 00953332 a 0000 | suggesting an eye or eyes; "eyelike markings on a butterfly's wings"; "the eyelike gleam of two distant windows in the dark"
-00954064 00 s 02 keen-eyed 0 sharp-eyed 0 001 & 00953332 a 0000 | having keen eyesight
-00954153 00 s 01 left-eyed 0 001 & 00953332 a 0000 | having only the left eye
-00954233 00 s 01 one-eyed 0 001 & 00953332 a 0000 | having or showing only one eye; "one-eyed Jacks are wild"; "the three one-eyed Cyclopes of Greek myth"
-00954390 00 s 01 ox-eyed 0 001 & 00953332 a 0000 | having large round eyes like those of an ox; "ox-eyed Juno"
-00954503 00 s 01 popeyed 0 001 & 00953332 a 0000 | having bulging eyes
-00954576 00 s 01 purple-eyed 0 001 & 00953332 a 0000 | (of flowers) having a purple eyelike marking
-00954678 00 s 01 right-eyed 0 001 & 00953332 a 0000 | having only the right eye
-00954760 00 s 02 saucer-eyed 0 round-eyed 0 001 & 00953332 a 0000 | having large round wide-open eyes
-00954864 00 s 01 skew-eyed 0 001 & 00953332 a 0000 | having eyes that look in different directions
-00954965 00 a 01 eyeless 0 001 ! 00953332 a 0101 | lacking eyes or eyelike features; "eyeless fish that evolved in dark caves"; "an eyeless needle"
-00955115 00 a 01 playable 0 001 ! 00955405 a 0101 | capable of or suitable for being played or played on; "a playable lie in golf"; "the baseball fan reached out and caught a foul that was judged playable"; "the ball field was playable"; "harpsichord music is readily playable"- P.H.Lang
-00955405 00 a 01 unplayable 0 001 ! 00955115 a 0101 | not capable of or suitable for being played or played on; "the golf ball was in an unplayable lie"; "the field was unplayable"; "some music seems almost unplayable"
-00955626 00 a 01 fair 1 003 ;c 00471613 n 0000 ! 00955915 a 0101 & 00955802 a 0000 | (of a baseball) hit between the foul lines; "he hit a fair ball over the third base bag"
-00955802 00 s 01 in-bounds 0 002 & 00955626 a 0000 ;c 00471613 n 0000 | between the first and third base lines
-00955915 00 a 01 foul 0 003 ;c 00471613 n 0000 ! 00955626 a 0101 & 00956049 a 0000 | (of a baseball) not hit between the foul lines
-00956049 00 s 01 out-of-bounds 0 001 & 00955915 a 0000 | outside the foul lines
-00956131 00 a 02 fair 3 just 4 011 ^ 01723308 a 0000 ^ 01369663 a 0000 ^ 01943406 a 0000 = 04839154 n 0000 + 04850117 n 0202 + 04839154 n 0101 ! 00957176 a 0101 & 00956568 a 0000 & 00956733 a 0000 & 00956976 a 0000 & 00957099 a 0000 | free from favoritism or self-interest or bias or deception; conforming with established standards or rules; "a fair referee"; "fair deal"; "on a fair footing"; "a fair fight"; "by fair means or foul"
-00956568 00 s 02 antimonopoly 0 antitrust 0 001 & 00956131 a 0000 | of laws and regulations; designed to protect trade and commerce from unfair business practices
-00956733 00 s 04 clean 0 sporting 0 sporty 0 sportsmanlike 0 002 & 00956131 a 0000 + 13990389 n 0101 | exhibiting or calling for sportsmanship or fair play; "a clean fight"; "a sporting solution of the disagreement"; "sportsmanlike conduct"
-00956976 00 s 01 fair-minded 0 002 & 00956131 a 0000 + 06203030 n 0102 | of a person; just and impartial; not prejudiced
-00957099 00 s 01 fair-and-square 0 001 & 00956131 a 0000 | just and honest
-00957176 00 a 02 unfair 0 unjust 4 011 ^ 01722965 a 0000 ^ 01370590 a 0000 = 04839154 n 0000 + 04854389 n 0202 + 06202553 n 0101 + 04839676 n 0101 + 00744616 n 0102 ! 00956131 a 0101 & 00957551 a 0000 & 00957743 a 0000 & 00958020 a 0000 | not fair; marked by injustice or partiality or deception; "used unfair methods"; "it was an unfair trial"; "took an unfair advantage"
-00957551 00 s 01 below_the_belt 0 002 & 00957176 a 0000 ;c 00445802 n 0000 | disregarding the rules (from the notion of an illegal low blow in boxing); "her accusations were below the belt"
-00957743 00 s 05 cheating(a) 0 dirty 0 foul 0 unsporting 0 unsportsmanlike 0 002 & 00957176 a 0000 + 14563222 n 0301 | violating accepted standards or rules; "a dirty fighter"; "used foul means to gain power"; "a nasty unsporting serve"; "fined for unsportsmanlike behavior"
-00958020 00 s 01 raw 0 001 & 00957176 a 0000 | brutally unfair or harsh; "received raw treatment from his friends"; "a raw deal"
-00958151 00 a 02 equitable 0 just 2 007 ^ 00956131 a 0000 ^ 01369663 a 0000 ^ 01723308 a 0000 + 04850117 n 0202 ! 00958712 a 0101 & 00958475 a 0000 & 00958615 a 0000 | fair to all parties as dictated by reason and conscience; "equitable treatment of all citizens"; "an equitable distribution of gifts among the children"
-00958475 00 s 02 honest 0 fair 0 001 & 00958151 a 0000 | gained or earned without cheating or stealing; "an honest wage"; "an fair penny"
-00958615 00 s 01 evenhanded 0 001 & 00958151 a 0000 | without partiality; "evenhanded justice"
-00958712 00 a 02 inequitable 0 unjust 2 002 + 04854389 n 0202 ! 00958151 a 0101 | not equitable or fair; "the inequitable division of wealth"; "inequitable taxation"
-00958880 00 a 01 faithful 0 009 ^ 00583239 a 0000 ^ 02460502 a 0000 ^ 02464693 a 0000 = 04876985 n 0000 + 08223475 n 0101 + 04876985 n 0102 ! 00959731 a 0101 & 00959244 a 0000 & 00959530 a 0000 | steadfast in affection or allegiance; "years of faithful service"; "faithful employees"; "we do not doubt that England has a faithful patriot in the Lord Chancellor"
-00959244 00 s 04 firm 0 loyal 0 truehearted 0 fast(a) 0 002 & 00958880 a 0000 + 04861486 n 0102 | unwavering in devotion to friend or vow or cause; "a firm ally"; "loyal supporters"; "the true-hearted soldier...of Tippecanoe"- Campaign song for William Henry Harrison; "fast friends"
-00959530 00 s 01 true 2 002 & 00958880 a 0000 + 04877530 n 0102 | devoted (sometimes fanatically) to a cause or concept or truth; "true believers bonded together against all who disagreed with them"
-00959731 00 a 01 unfaithful 0 008 ^ 00583990 a 0000 ^ 02466111 a 0000 = 04876985 n 0000 + 04878861 n 0102 ! 00958880 a 0101 & 00959979 a 0000 & 00960094 a 0000 & 00960481 a 0000 | not true to duty or obligation or promises; "an unfaithful lover"
-00959979 00 s 01 apostate 0 002 & 00959731 a 0000 + 10007109 n 0102 | not faithful to religion or party or cause
-00960094 00 s 03 punic 0 perfidious 0 treacherous 0 006 & 00959731 a 0000 + 04879964 n 0303 + 00749767 n 0301 + 04879964 n 0201 + 00749767 n 0204 + 04879964 n 0202 | tending to betray; especially having a treacherous character as attributed to the Carthaginians by the Romans; "Punic faith"; "the perfidious Judas"; "the fiercest and most treacherous of foes"; "treacherous intrigues"
-00960481 00 s 01 untrue 0 001 & 00959731 a 0000 | not true to an obligation or trust; "is untrue to his highest opportunity and duty"-Bruno Laske
-00960629 00 a 01 faithful 1 003 + 04876985 n 0102 ! 00960971 a 0101 & 00960856 a 0000 | not having sexual relations with anyone except your husband or wife, or your boyfriend or girlfriend; "he remained faithful to his wife"
-00960856 00 s 01 true_to(p) 0 001 & 00960629 a 0000 | sexually faithful; "she was true to her significant other"
-00960971 00 a 01 unfaithful 1 003 + 04878861 n 0102 ! 00960629 a 0101 & 00961195 a 0000 | having sexual relations with someone other than your husband or wife, or your boyfriend or girlfriend; "her husband was unfaithful"
-00961195 00 s 03 adulterous 0 cheating(a) 0 two-timing(a) 0 002 & 00960971 a 0000 + 00848466 n 0101 | not faithful to a spouse or lover; "adulterous husbands and wives"; "a two-timing boyfriend"
-00961392 00 a 01 loyal 0 009 ^ 01740207 a 0000 = 04877530 n 0000 ! 00962634 a 0101 & 00961667 a 0000 & 00961908 a 0000 & 00962025 a 0000 & 00962135 a 0000 & 00962306 a 0000 & 00962476 a 0000 | steadfast in allegiance or duty; "loyal subjects"; "loyal friends stood by him"
-00961667 00 s 01 allegiant 0 004 & 00961392 a 0000 ;c 01124794 n 0000 + 04877938 n 0101 + 01206153 n 0102 | steadfast in devotion (especially to your lawful monarch or government); "it is impossible to be allegiant to two opposing forces"
-00961908 00 s 01 doglike 0 001 & 00961392 a 0000 | resembling a dog; especially in devotion; "a doglike affection"
-00962025 00 s 02 hard-core 0 hardcore 0 001 & 00961392 a 0000 | intensely loyal; "his hard-core supporters"
-00962135 00 s 01 leal 0 003 & 00961392 a 0000 ;u 07073447 n 0000 ;r 08890097 n 0000 | faithful and true; "leal to the core of her intrepid Scottish heart"- Harry Lauder
-00962306 00 s 01 liege 0 003 & 00961392 a 0000 + 10259094 n 0101 + 10746581 n 0102 | owing or owed feudal allegiance and service; "one's liege lord"; "a liege subject"
-00962476 00 s 01 true-blue 0 001 & 00961392 a 0000 | marked by unswerving loyalty; "a true-blue American"; "a reliable true-blue country club conservative"
-00962634 00 a 01 disloyal 0 008 ^ 01740630 a 0000 = 04877530 n 0000 ! 00961392 a 0101 & 00962939 a 0000 & 00963283 a 0000 & 00963502 a 0000 & 00963671 a 0000 & 00963858 a 0000 | deserting your allegiance or duty to leader or cause or principle; "disloyal aides revealed his indiscretions to the papers"
-00962939 00 s 05 faithless 0 traitorous 0 unfaithful 0 treasonable 0 treasonous 0 007 & 00962634 a 0000 + 04879658 n 0501 + 00782072 n 0501 + 04878861 n 0302 + 10722965 n 0201 + 04879658 n 0203 + 04879092 n 0101 | having the character of, or characteristic of, a traitor; "the faithless Benedict Arnold"; "a lying traitorous insurrectionist"
-00963283 00 s 03 insurgent 0 seditious 0 subversive 0 006 & 00962634 a 0000 + 10527334 n 0303 + 04879658 n 0302 + 02402409 v 0302 + 00772813 n 0201 + 00963241 n 0101 | in opposition to a civil authority or government
-00963502 00 s 01 mutinous 0 001 & 00962634 a 0000 | consisting of or characterized by or inciting to mutiny; "mutinous acts"; "mutinous thoughts"; "a mutinous speech"
-00963671 00 s 01 rebellious 0 003 & 00962634 a 0000 + 00962129 n 0101 + 01179393 n 0102 | participating in organized resistance to a constituted government; "the rebelling confederacy"
-00963858 00 s 02 recreant 0 renegade 0 004 & 00962634 a 0000 + 10007109 n 0203 + 10520544 n 0201 + 10007109 n 0105 | having deserted a cause or principle; "some provinces had proved recreant"; "renegade supporters of the usurper"
-00964090 00 a 01 fallible 0 006 + 04806512 n 0101 ! 00964906 a 0101 & 00964303 a 0000 & 00964470 a 0000 & 00964590 a 0000 & 00964768 a 0000 | likely to fail or make errors; "everyone is fallible to some degree"
-00964303 00 s 01 errant 0 003 & 00964090 a 0000 + 04805813 n 0101 + 04805472 n 0101 | straying from the right course or from accepted standards; "errant youngsters"
-00964470 00 s 02 erring 0 error-prone 0 001 & 00964090 a 0000 | capable of making an error; "all men are error-prone"
-00964590 00 s 02 undependable 0 unreliable 0 003 & 00964090 a 0000 + 04671394 n 0204 + 04671394 n 0102 | liable to be erroneous or misleading; "an undependable generalization"
-00964768 00 s 01 weak 0 002 & 00964090 a 0000 + 14462946 n 0102 | likely to fail under stress or pressure; "the weak link in the chain"
-00964906 00 a 01 infallible 0 004 + 04805136 n 0101 ! 00964090 a 0101 & 00965176 a 0000 & 00965359 a 0000 | incapable of failure or error; "an infallible antidote"; "an infallible memory"; "the Catholic Church considers the Pope infallible"; "no doctor is infallible"
-00965176 00 s 02 foolproof 0 unfailing 0 001 & 00964906 a 0000 | not liable to failure; "a foolproof identification system"; "the unfailing sign of an amateur"; "an unfailing test"
-00965359 00 s 03 inerrable 0 inerrant 0 unerring 0 002 & 00964906 a 0000 + 04805304 n 0201 | not liable to error; "the Church was...theoretically inerrant and omnicompetent"-G.G.Coulton; "lack an inerrant literary sense"; "an unerring marksman"
-00965606 00 a 01 familiar 0 009 ^ 01375174 a 0000 = 04796291 n 0000 + 09945905 n 0104 + 04796291 n 0101 ! 00966477 a 0101 & 00965894 a 0000 & 00966037 a 0000 & 00966167 a 0000 & 00966357 a 0000 | well known or easily recognized; "a familiar figure"; "familiar songs"; "familiar guests"
-00965894 00 s 01 acquainted(p) 0 001 & 00965606 a 0000 | having fair knowledge of; "they were acquainted"; "fully acquainted with the facts"
-00966037 00 s 01 beaten(a) 0 001 & 00965606 a 0000 | much trodden and worn smooth or bare; "did not stray from the beaten path"
-00966167 00 s 02 long-familiar 0 well-known(a) 0 001 & 00965606 a 0000 | frequently experienced; known closely or intimately; "a long-familiar face"; "a well-known voice reached her ears"
-00966357 00 s 01 old(a) 0 001 & 00965606 a 0000 | (used for emphasis) very familiar; "good old boy"; "same old story"
-00966477 00 a 01 unfamiliar 0 007 ^ 01034457 a 0000 ^ 01376894 a 0000 = 04796291 n 0000 + 04797482 n 0101 ! 00965606 a 0101 & 00966753 a 0000 & 00966960 a 0000 | not known or well known; "a name unfamiliar to most"; "be alert at night especially in unfamiliar surroundings"
-00966753 00 s 02 strange 1 unknown 0 002 & 00966477 a 0000 + 04797482 n 0102 | not known before; "used many strange words"; "saw many strange faces in the crowd"; "don't let anyone unknown into the house"
-00966960 00 s 03 unacquainted(p) 0 unacquainted_with(p) 0 unfamiliar_with(p) 0 001 & 00966477 a 0000 | having little or no knowledge of; "unacquainted with city ways"
-00967129 00 a 02 strange 0 unusual 2 015 + 04797295 n 0201 + 04797482 n 0102 ! 00970249 a 0101 & 00967646 a 0000 & 00967897 a 0000 & 00968010 a 0000 & 00968522 a 0000 & 00968730 a 0000 & 00968957 a 0000 & 00969103 a 0000 & 00969264 a 0000 & 00969333 a 0000 & 00969556 a 0000 & 00969763 a 0000 & 00970081 a 0000 | being definitely out of the ordinary and unexpected; slightly odd or even a bit weird; "a strange exaltation that was indefinable"; "a strange fantastical mind"; "what a strange sense of humor she has"
-00967646 00 s 04 antic 0 fantastic 0 fantastical 0 grotesque 0 003 & 00967129 a 0000 + 04690592 n 0401 + 00427580 n 0101 | ludicrously odd; "Hamlet's assumed antic disposition"; "fantastic Halloween costumes"; "a grotesque reflection in the mirror"
-00967897 00 s 01 crazy 0 001 & 00967129 a 0000 | bizarre or fantastic; "had a crazy dream"; "wore a crazy hat"
-00968010 00 s 08 curious 0 funny 0 odd 0 peculiar 0 queer 0 rum 0 rummy 0 singular 0 007 & 00967129 a 0000 + 04798365 n 0801 + 04797824 n 0502 + 03149951 n 0405 + 03149951 n 0303 + 04799344 n 0103 + 03149951 n 0102 | beyond or deviating from the usual or expected; "a curious hybrid accent"; "her speech has a funny twang"; "they have some funny ideas about war"; "had an odd name"; "the peculiar aromatic odor of cloves"; "something definitely queer about this town"; "what a rum fellow"; "singular behavior"
-00968522 00 s 02 eerie 0 eery 0 002 & 00967129 a 0000 + 04798020 n 0201 | inspiring a feeling of fear; strange and frightening; "an uncomfortable and eerie stillness in the woods"; "an eerie midnight howl"
-00968730 00 s 01 exotic 0 002 & 00967129 a 0000 + 04799612 n 0102 | strikingly strange or unusual; "an exotic hair style"; "protons, neutrons, electrons and all their exotic variants"; "the exotic landscape of a dead planet"
-00968957 00 s 01 freaky 0 002 & 00967129 a 0000 ;u 07157273 n 0000 | strange and somewhat frightening; "the whole experience was really freaky"
-00969103 00 s 01 gothic 0 002 & 00967129 a 0000 ;c 06364641 n 0000 | characterized by gloom and mystery and the grotesque; "gothic novels like `Frankenstein'"
-00969264 00 s 01 oddish 0 001 & 00967129 a 0000 | somewhat strange
-00969333 00 s 01 other 0 002 & 00967129 a 0000 + 04742766 n 0101 | very unusual; different in character or quality from the normal or expected; "a strange, other dimension...where his powers seemed to fail"- Lance Morrow
-00969556 00 s 01 quaint 0 002 & 00967129 a 0000 + 04798700 n 0101 | strange in an interesting or pleasing way; "quaint dialect words"; "quaint streets of New Orleans, that most foreign of American cities"
-00969763 00 s 01 quaint 1 001 & 00967129 a 0000 | very strange or unusual; odd or even incongruous in character or appearance; "the head terminating in the quaint duck bill which gives the animal its vernacular name"- Bill Beatty; "came forth a quaint and fearful sight"- Sir Walter Scott; "a quaint sense of humor"
-00970081 00 s 01 weird 0 002 & 00967129 a 0000 + 04798511 n 0103 | strikingly odd or unusual; "some trick of the moonlight; some weird effect of shadow"- Bram Stoker
-00970249 00 a 01 familiar 2 005 + 04796291 n 0101 ! 00967129 a 0101 & 00970610 a 0000 & 00970803 a 0000 & 00970947 a 0000 | within normal everyday experience; common and ordinary; not strange; "familiar ordinary objects found in every home"; "a familiar everyday scene"; "a familiar excuse"; "a day like any other filled with familiar duties and experiences"
-00970610 00 s 02 common 0 usual 0 004 & 00970249 a 0000 + 04796086 n 0201 + 14501375 n 0101 + 04764741 n 0101 | commonly encountered; "a common (or familiar) complaint"; "the usual greeting"
-00970803 00 s 01 common_or_garden 0 002 & 00970249 a 0000 ;r 08860123 n 0000 | the usual or familiar type; "it is a common or garden sparrow"
-00970947 00 s 01 everyday 0 002 & 00970249 a 0000 + 04795545 n 0103 | commonplace and ordinary; "the familiar everyday world"
-00971075 00 a 02 fashionable 0 stylish 2 014 + 04813712 n 0206 ! 00973844 a 0101 & 00971506 a 0000 & 00971660 a 0000 & 00971933 a 0000 & 00972236 a 0000 & 00972354 a 0000 & 00972501 a 0000 & 00972642 a 0000 & 00972902 a 0000 & 00973192 a 0000 & 00973434 a 0000 & 00973568 a 0000 & 00973677 a 0000 | being or in accordance with current social fashions; "fashionable clothing"; "the fashionable side of town"; "a fashionable cafe"
-00971506 00 s 05 latest 0 a_la_mode(p) 0 in_style(p) 0 in_vogue(p) 0 modish 0 002 & 00971075 a 0000 + 04813712 n 0504 | in the current fashion or style
-00971660 00 s 01 cool 0 003 & 00971075 a 0000 ;u 07075172 n 0000 + 07515328 n 0101 | fashionable and attractive at the time; often skilled or socially adept; "he's a cool dude"; "that's cool"; "Mary's dress is really cool"; "it's not cool to arrive at a party too early"
-00971933 00 s 09 dapper 0 dashing 0 jaunty 0 natty 0 raffish 0 rakish 0 spiffy 0 snappy 0 spruce 0 006 & 00971075 a 0000 + 14497365 n 0902 + 04814025 n 0604 + 04814025 n 0402 + 04814025 n 0301 + 04814025 n 0103 | marked by up-to-dateness in dress and manners; "a dapper young man"; "a jaunty red hat"
-00972236 00 s 02 faddish 0 faddy 0 002 & 00971075 a 0000 + 05751173 n 0201 | intensely fashionable for a short time
-00972354 00 s 02 groovy 0 swagger 0 003 & 00971075 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) very chic; "groovy clothes"
-00972501 00 s 01 in 0 002 & 00971075 a 0000 ;u 07075172 n 0000 | currently fashionable; "the in thing to do"; "large shoulder pads are in"
-00972642 00 s 03 up-to-date 0 cutting-edge 0 with-it 0 002 & 00971075 a 0000 + 05050379 n 0103 | in accord with the most fashionable ideas or style; "wears only the latest style"; "the last thing in swimwear"; "cutting-edge technology"; "a with-it boutique"
-00972902 00 s 03 mod 0 modern 0 modernistic 0 006 & 00971075 a 0000 + 05050668 n 0303 + 03777961 n 0301 + 00412449 n 0301 + 05050668 n 0201 + 05050668 n 0202 | relating to a recently developed fashion or style; "their offices are in a modern skyscraper"; "tables in modernistic designs";
-00973192 00 s 03 old-time 0 quaint 0 olde_worlde 0 002 & 00971075 a 0000 + 04926038 n 0201 | attractively old-fashioned (but not necessarily authentic); "houses with quaint thatched roofs"; "a vaulted roof supporting old-time chimney pots"
-00973434 00 s 02 swank 0 swanky 0 002 & 00971075 a 0000 + 04813712 n 0207 | imposingly fashionable and elegant; "a swank apartment"
-00973568 00 s 02 trendsetting 0 trend-setting 0 001 & 00971075 a 0000 | initiating or popularizing a trend
-00973677 00 s 02 trendy 0 voguish 0 002 & 00971075 a 0000 + 05750163 n 0102 | in accord with the latest fad; "trendy ideas"; "trendy clothes"; "voguish terminology"
-00973844 00 a 02 unfashionable 0 unstylish 2 008 ^ 01638438 a 0000 ! 00971075 a 0101 & 00974159 a 0000 & 00974404 a 0000 & 00974519 a 0000 & 00974697 a 0000 & 00974908 a 0000 & 00975011 a 0000 | not in accord with or not following current fashion; "unfashionable clothes"; "melodrama of a now unfashionable kind"
-00974159 00 s 08 antique 0 demode 0 ex 0 old-fashioned 0 old-hat(p) 0 outmoded 0 passe 0 passee 0 002 & 00973844 a 0000 + 04925895 n 0401 | out of fashion; "a suit of rather antique appearance"; "demode (or outmoded) attire"; "outmoded ideas"
-00974404 00 s 01 dated 0 001 & 00973844 a 0000 | marked by features of the immediate and usually discounted past
-00974519 00 s 03 dowdy 0 frumpy 0 frumpish 0 003 & 00973844 a 0000 + 10114209 n 0201 + 04816528 n 0101 | primly out of date; "nothing so frumpish as last year's gambling game"
-00974697 00 s 05 fogyish 0 moss-grown 0 mossy 0 stick-in-the-mud(p) 0 stodgy 0 002 & 00973844 a 0000 + 04648059 n 0501 | (used pejoratively) out of fashion; old fashioned; "moss-grown ideas about family life"
-00974908 00 s 01 out 0 001 & 00973844 a 0000 | no longer fashionable; "that style is out these days"
-00975011 00 s 01 prehistoric 0 002 & 00973844 a 0000 ;u 07075172 n 0000 | no longer fashionable; "my mother has these prehistoric ideas about proper clothes"
-00975171 00 a 02 stylish 0 fashionable 2 006 + 04813712 n 0106 ! 00976123 a 0101 & 00975487 a 0000 & 00975692 a 0000 & 00975778 a 0000 & 00976016 a 0000 | having elegance or taste or refinement in manners or dress; "a little less posh but every bit as stylish as Lord Peter Wimsey"; "the stylish resort of Gstadd"
-00975487 00 s 03 chic 0 smart 0 voguish 0 004 & 00975171 a 0000 + 04813712 n 0205 + 04813712 n 0101 + 04813712 n 0102 | elegant and stylish; "chic elegance"; "a smart new dress"; "a suit of voguish cut"
-00975692 00 s 01 chichi 0 001 & 00975171 a 0000 | affectedly trendy and fashionable
-00975778 00 s 03 classy 0 posh 0 swish 0 003 & 00975171 a 0000 ;u 07075172 n 0000 + 04815177 n 0101 | elegant and fashionable; "classy clothes"; "a classy dame"; "a posh restaurant"; "a swish pastry shop on the Rue du Bac"- Julia Child
-00976016 00 s 01 snazzy 0 002 & 00975171 a 0000 ;u 07075172 n 0000 | flashily stylish; "a snazzy outfit"
-00976123 00 a 02 styleless 0 unstylish 0 002 ! 00975171 a 0101 & 00976339 a 0000 | lacking in style or elegance; "a styleless way of dressing"; "expensive but styleless country tweeds"; "wearing unstylish clothes"
-00976339 00 s 01 dowdy 0 002 & 00976123 a 0000 + 04816528 n 0101 | lacking in smartness or taste; "a dowdy grey outfit"; "a clean and sunny but completely dowdy room"
-00976508 00 a 01 fast 1 024 ^ 01270175 a 0000 ^ 01143279 a 0000 = 05058140 n 0000 + 05058140 n 0103 ! 00980527 a 0101 & 00977105 a 0000 & 00977238 a 0000 & 00977372 a 0000 & 00977606 a 0000 & 00977699 a 0000 & 00977839 a 0000 & 00978059 a 0000 & 00978199 a 0000 & 00978429 a 0000 & 00978581 a 0000 & 00978754 a 0000 & 00979031 a 0000 & 00979234 a 0000 & 00979366 a 0000 & 00979697 a 0000 & 00979862 a 0000 & 00980144 a 0000 & 00980287 a 0000 & 00980385 a 0000 | acting or moving or capable of acting or moving quickly; "fast film"; "on the fast track in school"; "set a fast pace"; "a fast car"
-00977105 00 s 01 accelerated 0 001 & 00976508 a 0000 | speeded up, as of an academic course; "in an accelerated program in school"
-00977238 00 s 01 alacritous 0 002 & 00976508 a 0000 + 04632963 n 0101 | quick and eager; "an alacritous response to the invitation"
-00977372 00 s 03 blistering 0 hot 0 red-hot 0 001 & 00976508 a 0000 | very fast; capable of quick response and great speed; "a hot sports car"; "a blistering pace"; "got off to a hot start"; "in hot pursuit"; "a red-hot line drive"
-00977606 00 s 01 double-quick 0 001 & 00976508 a 0000 | (of a marching cadence) very quick
-00977699 00 s 01 express 0 002 & 00976508 a 0000 + 03306385 n 0101 | without unnecessary stops; "an express train"; "an express shipment"
-00977839 00 s 01 fast-breaking 0 002 & 00976508 a 0000 ;c 06269130 n 0000 | occurring rapidly as a series of events in rapid succession; "the broadcast was interrupted by a fast-breaking news story about the invasion"
-00978059 00 s 01 fast-paced 0 001 & 00976508 a 0000 | of communication that proceeds rapidly; "a fast-paced talker"; "fast-paced fiction"
-00978199 00 s 02 fleet 0 swift 0 003 & 00976508 a 0000 + 05058140 n 0202 + 05059017 n 0101 | moving very fast; "fleet of foot"; "the fleet scurrying of squirrels"; "a swift current"; "swift flight of an arrow"; "a swift runner"
-00978429 00 s 02 high-speed 1 high-velocity 0 001 & 00976508 a 0000 | operating at high speed; "a high-speed food processor"; "a high-velocity shell"
-00978581 00 s 02 hurrying 0 scurrying 0 001 & 00976508 a 0000 | moving with great haste; "affection for this hurrying driving...little man"; "lashed the scurrying horses"
-00978754 00 s 04 immediate 0 prompt 0 quick 2 straightaway 0 004 & 00976508 a 0000 + 05059132 n 0302 + 05060052 n 0201 + 05059525 n 0102 | performed with little or no delay; "an immediate reply to my letter"; "a prompt reply"; "was quick to respond"; "a straightaway denial"
-00979031 00 s 02 instantaneous 0 instant(a) 0 004 & 00976508 a 0000 + 05059525 n 0204 + 15244650 n 0104 + 05059525 n 0103 | occurring with no delay; "relief was instantaneous"; "instant gratification"
-00979234 00 s 01 meteoric 0 001 & 00976508 a 0000 | like a meteor in speed or brilliance or transience; "a meteoric rise to fame"
-00979366 00 s 02 quick 0 speedy 3 004 & 00976508 a 0000 + 05059132 n 0205 + 05058140 n 0201 + 05059132 n 0102 | accomplished rapidly and without delay; "was quick to make friends"; "his quick reaction prevented an accident"; "hoped for a speedy resolution of the problem"; "a speedy recovery"; "he has a right to a speedy trial"
-00979697 00 s 01 rapid 0 003 & 00976508 a 0000 + 05059132 n 0104 + 05059132 n 0103 | done or occurring in a brief period of time; "a rapid rise through the ranks"
-00979862 00 s 02 rapid 2 speedy 0 006 & 00976508 a 0000 + 05059132 n 0205 + 15282696 n 0201 + 00330160 n 0201 + 05059132 n 0104 + 05059132 n 0103 | characterized by speed; moving with or capable of moving with high speed; "a rapid movement"; "a speedy car"; "a speedy errand boy"
-00980144 00 s 01 smart 0 002 & 00976508 a 0000 + 04632963 n 0103 | quick and brisk; "I gave him a smart salute"; "we walked at a smart pace"
-00980287 00 s 01 winged 0 001 & 00976508 a 0000 | very fast; as if with wings; "on winged feet"
-00980385 00 s 01 windy 0 002 & 00976508 a 0000 + 11525955 n 0101 | resembling the wind in speed, force, or variability; "a windy dash home"
-00980527 00 a 01 slow 1 012 ^ 01142804 a 0000 ^ 01271700 a 0000 = 05058140 n 0000 + 05061977 n 0101 ! 00976508 a 0101 & 00980961 a 0000 & 00981067 a 0000 & 00981195 a 0000 & 00981304 a 0000 & 00981455 a 0000 & 00981612 a 0000 & 00981703 a 0000 | not moving quickly; taking a comparatively long time; "a slow walker"; "the slow lane of traffic"; "her steps were slow"; "he was slow in reacting to the news"; "slow but steady growth"
-00980961 00 s 01 bumper-to-bumper 0 001 & 00980527 a 0000 | used of traffic; "bumper-to-bumper traffic"
-00981067 00 s 04 dilatory 0 laggard 0 poky 0 pokey 0 003 & 00980527 a 0000 + 09993252 n 0406 + 09993252 n 0306 | wasting time
-00981195 00 s 01 drawn-out 0 001 & 00980527 a 0000 | (used of speech) uttered slowly with prolonged vowels
-00981304 00 s 01 lazy 0 002 & 00980527 a 0000 + 01064613 n 0101 | moving slowly and gently; "up a lazy river"; "lazy white clouds"; "at a lazy pace"
-00981455 00 s 02 long-play 0 long-playing 0 001 & 00980527 a 0000 | (used of records) playing at a slower speed and for a longer time than earlier records
-00981612 00 s 01 slow-moving 0 001 & 00980527 a 0000 | moving slowly; "slow-moving cars"
-00981703 00 s 02 sluggish 1 sulky 0 002 & 00980527 a 0000 + 05062518 n 0101 | moving slowly; "a sluggish stream"
-00981818 00 a 01 fast 2 009 ;c 07020895 n 0000 + 05058140 n 0103 ! 00982602 a 0101 & 00982065 a 0000 & 00982170 a 0000 & 00982275 a 0000 & 00982357 a 0000 & 00982430 a 0000 & 00982518 a 0000 | at a rapid tempo; "the band played a fast fox trot"
-00982065 00 s 01 allegro 0 003 & 00981818 a 0000 + 07039770 n 0101 + 15265021 n 0101 | (of tempo) fast
-00982170 00 s 01 allegretto 0 002 & 00981818 a 0000 + 15264891 n 0101 | (of tempo) faster than allegro
-00982275 00 s 01 andantino 0 001 & 00981818 a 0000 | (of tempo) moderately fast
-00982357 00 s 01 presto 0 001 & 00981818 a 0000 | (of tempo) very fast
-00982430 00 s 01 prestissimo 0 001 & 00981818 a 0000 | (of tempo) as fast as possible
-00982518 00 s 01 vivace 0 001 & 00981818 a 0000 | (of tempo) very fast and lively
-00982602 00 a 01 slow 2 011 ;c 07020895 n 0000 + 05061977 n 0101 ! 00981818 a 0101 & 00982881 a 0000 & 00982954 a 0000 & 00983052 a 0000 & 00983119 a 0000 & 00983196 a 0000 & 00983304 a 0000 & 00983401 a 0000 & 00983499 a 0000 | at a slow tempo; "the band played a slow waltz"
-00982881 00 s 01 adagio 0 001 & 00982602 a 0000 | (of tempo) leisurely
-00982954 00 s 01 andante 0 002 & 00982602 a 0000 + 15265219 n 0101 | (of tempo) moderately slow
-00983052 00 s 01 lento 0 001 & 00982602 a 0000 | (of tempo) slow
-00983119 00 s 01 lentissimo 0 001 & 00982602 a 0000 | (of tempo) very slow
-00983196 00 s 01 largo 0 002 & 00982602 a 0000 + 07046543 n 0101 | very slow in tempo and broad in manner
-00983304 00 s 01 larghetto 0 001 & 00982602 a 0000 | (of tempo) less slow and broad than largo
-00983401 00 s 01 larghissimo 0 001 & 00982602 a 0000 | (of tempo) as slow and broad as possible
-00983499 00 s 01 moderato 0 001 & 00982602 a 0000 | (of tempo) moderate
-00983573 00 a 01 fast 3 001 ! 00983722 a 0101 | (used of timepieces) indicating a time ahead of or later than the correct time; "my watch is fast"
-00983722 00 a 01 slow 3 001 ! 00983573 a 0101 | (used of timepieces) indicating a time earlier than the correct time; "the clock is slow"
-00983862 00 a 01 fastidious 0 010 ^ 01947266 a 0000 ^ 02422685 a 0000 + 04896317 n 0101 ! 00985387 a 0101 & 00984251 a 0000 & 00984333 a 0000 & 00984624 a 0000 & 00984879 a 0000 & 00985104 a 0000 & 00985297 a 0000 | giving careful attention to detail; hard to please; excessively concerned with cleanliness; "a fastidious and incisive intellect"; "fastidious about personal cleanliness"
-00984251 00 s 02 choosy 0 choosey 0 001 & 00983862 a 0000 | difficult to please
-00984333 00 s 05 dainty 0 nice 0 overnice 0 prissy 0 squeamish 0 003 & 00983862 a 0000 + 14360320 n 0502 + 04897152 n 0501 | excessively fastidious and easily disgusted; "too nice about his food to take to camp cooking"; "so squeamish he would only touch the toilet handle with his elbow"
-00984624 00 s 05 finical 0 finicky 0 fussy 1 particular 0 picky 0 003 & 00983862 a 0000 + 07184735 n 0307 + 04700199 n 0301 | exacting especially about details; "a finicky eater"; "fussy about clothes"; "very particular about how her food was prepared"
-00984879 00 s 01 meticulous 0 003 & 00983862 a 0000 + 04672605 n 0102 + 04672605 n 0101 | marked by extreme care in treatment of details; "a meticulous craftsman"; "almost worryingly meticulous in his business formalities"
-00985104 00 s 02 pernickety 0 persnickety 0 001 & 00983862 a 0000 | characterized by excessive precision and attention to trivial details; "a persnickety job"; "a persnickety school teacher"
-00985297 00 s 02 old-maidish 0 old-womanish 0 001 & 00983862 a 0000 | primly fastidious
-00985387 00 a 01 unfastidious 0 003 ^ 01949149 a 0000 ^ 02424254 a 0000 ! 00983862 a 0101 | marked by an absence of due or proper care or attention to detail; not concerned with cleanliness; "unfastidious in her dress"
-00985608 00 a 02 fastidious 2 exacting 0 002 ;c 06077648 n 0000 ! 00985909 a 0101 | having complicated nutritional requirements; especially growing only in special artificial cultures; "fastidious microorganisms"; "certain highly specialized xerophytes are extremely exacting in their requirements"
-00985909 00 a 01 unfastidious 2 002 ;c 06077648 n 0000 ! 00985608 a 0101 | not exacting in nutritional requirements
-00986027 00 a 01 fat 1 018 ^ 00828175 a 0000 ^ 02043898 a 0000 ^ 02410393 a 0000 = 05027135 n 0000 + 04999401 n 0102 + 04999401 n 0101 ! 00988232 a 0101 & 00986457 a 0000 & 00986611 a 0000 & 00986766 a 0000 & 00986975 a 0000 & 00987180 a 0000 & 00987349 a 0000 & 00987510 a 0000 & 00987703 a 0000 & 00987769 a 0000 & 00987974 a 0000 & 00988077 a 0000 | having an (over)abundance of flesh; "he hadn't remembered how fat she was"
-00986457 00 s 03 abdominous 0 paunchy 0 potbellied 0 004 & 00986027 a 0000 + 05555917 n 0202 + 04999964 n 0202 + 04999964 n 0101 | having a large belly
-00986611 00 s 01 blubbery 0 002 & 00986027 a 0000 + 04999401 n 0103 | swollen with fat; "blubber cheeks"; "blubber lips"; "a coarse blubbery individual"
-00986766 00 s 03 chubby 0 embonpoint 0 plump 0 003 & 00986027 a 0000 + 05000913 n 0301 + 05001089 n 0101 | sufficiently fat so as to have a pleasing fullness of figure; "a chubby child"; "pleasingly plump";
-00986975 00 s 03 buxom 0 zaftig 0 zoftig 0 002 & 00986027 a 0000 + 05001302 n 0101 | (of a female body) healthily plump and vigorous ; "a generation ago...buxom actresses were popular"- Robt.A.Hamilton;
-00987180 00 s 04 corpulent 0 obese 0 weighty 0 rotund 0 004 & 00986027 a 0000 + 05027529 n 0302 + 05000342 n 0202 + 05000537 n 0101 | excessively fat; "a weighty man"
-00987349 00 s 03 double-chinned 0 jowly 0 loose-jowled 0 002 & 00986027 a 0000 + 05602982 n 0201 | having sagging folds of flesh beneath the chin or lower jaw
-00987510 00 s 05 dumpy 0 podgy 0 pudgy 0 tubby 0 roly-poly 0 006 & 00986027 a 0000 + 05001089 n 0504 + 05001089 n 0403 + 10491998 n 0301 + 05001089 n 0302 + 04998816 n 0101 | short and plump
-00987703 00 s 01 fattish 0 001 & 00986027 a 0000 | somewhat fat
-00987769 00 s 03 fleshy 0 heavy 0 overweight 0 004 & 00986027 a 0000 + 05000537 n 0302 + 05027529 n 0201 + 05000342 n 0101 | usually describes a large person who is fat but has a large frame to carry it
-00987974 00 s 02 gross 0 porcine 0 001 & 00986027 a 0000 | repellently fat; "a bald porcine old man"
-00988077 00 s 02 portly 0 stout 0 003 & 00986027 a 0000 + 05097166 n 0201 + 05000537 n 0203 | euphemisms for `fat'; "men are portly and women are stout"
-00988232 00 a 02 thin 3 lean 4 023 ^ 00827923 a 0000 ^ 02412164 a 0000 = 05027135 n 0000 + 05001482 n 0201 + 05001482 n 0102 ! 00986027 a 0101 & 00988797 a 0000 & 00988988 a 0000 & 00989416 a 0000 & 00989544 a 0000 & 00989647 a 0000 & 00989721 a 0000 & 00989830 a 0000 & 00989957 a 0000 & 00990053 a 0000 & 00990192 a 0000 & 00990442 a 0000 & 00990855 a 0000 & 00991189 a 0000 & 00991301 a 0000 & 00991481 a 0000 & 00991584 a 0000 & 00991678 a 0000 | lacking excess flesh; "you can't be too rich or too thin"; "Yon Cassius has a lean and hungry look"-Shakespeare
-00988797 00 s 02 anorexic 0 anorectic 0 005 & 00988232 a 0000 + 09795751 n 0202 + 14055796 n 0201 + 09795751 n 0101 + 14055796 n 0101 | suffering from anorexia nervosa; pathologically thin
-00988988 00 s 08 bony 0 cadaverous 0 emaciated 0 gaunt 0 haggard 0 pinched 0 skeletal 0 wasted 0 004 & 00988232 a 0000 + 05001867 n 0404 + 05001867 n 0102 + 05001867 n 0101 | very thin especially from disease or hunger or cold; "emaciated bony hands"; "a nightmare population of gaunt men and skeletal boys"; "eyes were haggard and cavernous"; "small pinched faces"; "kept life in his wasted frame only by grim concentration"
-00989416 00 s 03 deep-eyed 0 hollow-eyed 0 sunken-eyed 0 001 & 00988232 a 0000 | characteristic of the bony face of a cadaver
-00989544 00 s 03 gangling 0 gangly 0 lanky 0 002 & 00988232 a 0000 + 04998700 n 0301 | tall and thin
-00989647 00 s 02 lank 0 spindly 0 001 & 00988232 a 0000 | long and lean
-00989721 00 s 01 rawboned 0 001 & 00988232 a 0000 | having a lean and bony physique; "a rawboned cow hand"
-00989830 00 s 02 reedy 0 reedlike 0 002 & 00988232 a 0000 + 12136720 n 0101 | resembling a reed in being upright and slender
-00989957 00 s 02 twiggy 0 twiglike 0 002 & 00988232 a 0000 + 13163991 n 0102 | thin as a twig
-00990053 00 s 01 scarecrowish 0 001 & 00988232 a 0000 | resembling a scarecrow in being thin and ragged; "a forlorn scarecrowish figure"
-00990192 00 s 06 scraggy 0 boney 0 scrawny 0 skinny 0 underweight 0 weedy 0 005 & 00988232 a 0000 + 05001724 n 0401 + 05001724 n 0302 + 05001867 n 0202 + 10708797 n 0103 | being very thin; "a child with skinny freckled legs"; "a long scrawny neck"
-00990442 00 s 06 shriveled 0 shrivelled 0 shrunken 0 withered 0 wizen 0 wizened 0 001 & 00988232 a 0000 | lean and wrinkled by shrinkage as from age or illness; "the old woman's shriveled skin"; "he looked shriveled and ill"; "a shrunken old man"; "a lanky scarecrow of a man with withered face and lantern jaws"-W.F.Starkie; "he did well despite his withered arm"; "a wizened little man with frizzy grey hair"
-00990855 00 s 04 slender 0 slight 0 slim 0 svelte 0 005 & 00988232 a 0000 + 05002155 n 0303 + 05002155 n 0202 + 05107216 n 0202 + 05002155 n 0101 | being of delicate or slender build; "she was slender as a willow shoot is slender"- Frank Norris; "a slim girl with straight blonde hair"; "watched her slight figure cross the street"
-00991189 00 s 03 slender-waisted 0 slim-waisted 0 wasp-waisted 0 001 & 00988232 a 0000 | having a small waist
-00991301 00 s 02 spare 0 trim 0 003 & 00988232 a 0000 + 14497511 n 0202 + 05114781 n 0102 | thin and fit; "the spare figure of a marathon runner"; "a body kept trim by exercise"
-00991481 00 s 02 spindle-legged 0 spindle-shanked 0 001 & 00988232 a 0000 | having long slender legs
-00991584 00 s 02 stringy 0 wiry 0 002 & 00988232 a 0000 + 05033171 n 0201 | lean and sinewy
-00991678 00 s 02 wisplike 0 wispy 0 002 & 00988232 a 0000 + 10784436 n 0201 | thin and weak; "a wispy little fellow with small hands and feet"- Edmund Wilson
-00991838 00 a 02 fatty 0 fat 2 011 + 14864360 n 0201 + 05268965 n 0202 + 10082146 n 0102 + 05268965 n 0102 + 04999741 n 0103 ! 00992955 a 0101 & 00992133 a 0000 & 00992291 a 0000 & 00992432 a 0000 & 00992716 a 0000 & 00992826 a 0000 | containing or composed of fat; "fatty food"; "fat tissue"
-00992133 00 s 01 adipose 0 003 & 00991838 a 0000 + 04999741 n 0101 + 04999741 n 0102 | composed of animal fat; "adipose tissue constitutes the fat of meat"
-00992291 00 s 01 buttery 0 002 & 00991838 a 0000 + 07848338 n 0101 | resembling or containing or spread with butter; "a rich buttery cake"
-00992432 00 s 04 greasy 0 oily 0 sebaceous 0 oleaginous 0 006 & 00991838 a 0000 + 05000116 n 0403 + 05416979 n 0301 + 07673397 n 0202 + 05000116 n 0202 + 05000116 n 0101 | containing an unusual amount of grease or oil; "greasy hamburgers"; "oily fried potatoes"; "oleaginous seeds"
-00992716 00 s 01 suety 0 002 & 00991838 a 0000 + 07672790 n 0101 | like or full of suet; "suety lamb chops"
-00992826 00 s 01 superfatted 0 001 & 00991838 a 0000 | (of soap) containing extra unsaponified fat; "superfatted toilet soaps"
-00992955 00 a 03 nonfat 0 fat-free 0 fatless 0 003 ! 00991838 a 0101 & 00993117 a 0000 & 00993316 a 0000 | without fat or fat solids; "nonfat or fat-free milk"
-00993117 00 s 04 light 0 lite 0 low-cal 0 calorie-free 0 001 & 00992955 a 0000 | having relatively few calories; "diet cola"; "light (or lite) beer"; "lite (or light) mayonnaise"; "a low-cal diet"
-00993316 00 s 02 skim 0 skimmed 0 001 & 00992955 a 0000 | used of milk and milk products from which the cream has been removed; "yogurt made with skim milk"; "she can drink skimmed milk but should avoid butter"
-00993529 00 a 01 fatal 0 005 + 04791321 n 0101 ! 00994210 a 0101 & 00993667 a 0000 & 00993885 a 0000 & 00994073 a 0000 | bringing death
-00993667 00 s 03 deadly 1 deathly 0 mortal 1 003 & 00993529 a 0000 + 00219575 n 0201 + 04791081 n 0101 | causing or capable of causing death; "a fatal accident"; "a deadly enemy"; "mortal combat"; "a mortal illness"
-00993885 00 s 02 deadly 2 lethal 0 003 & 00993529 a 0000 + 04791081 n 0202 + 04791081 n 0101 | of an instrument of certain death; "deadly poisons"; "lethal weapon"; "a lethal injection"
-00994073 00 s 01 terminal 0 001 & 00993529 a 0000 | causing or ending in or approaching death; "a terminal patient"; "terminal cancer"
-00994210 00 a 01 nonfatal 0 002 ! 00993529 a 0101 & 00994326 a 0000 | not bringing death; "nonfatal heart attack"
-00994326 00 s 01 nonlethal 0 001 & 00994210 a 0000 | not capable of causing death
-00994410 00 a 01 curable 0 004 + 00081725 v 0102 + 04856721 n 0102 + 04856721 n 0101 ! 00994567 a 0101 | curing or healing is possible; "curable diseases"
-00994567 00 a 01 incurable 0 003 + 04856899 n 0102 + 04856899 n 0101 ! 00994410 a 0101 | incapable of being cured; "an incurable disease"; "an incurable addiction to smoking"
-00994744 00 a 03 fathomable 0 plumbable 0 soundable 0 001 ! 00994882 a 0101 | (of depth) capable of being sounded or measured for depth
-00994882 00 a 01 unfathomable 0 003 ^ 00690058 a 0000 ! 00994744 a 0101 & 00995027 a 0000 | of depth; not capable of being sounded or measured
-00995027 00 s 01 unsoundable 0 001 & 00994882 a 0000 | too deep to determine the depth of
-00995119 00 a 02 favorable 1 favourable 1 005 ^ 00177186 a 0000 + 05160796 n 0202 + 05160796 n 0101 ! 00995468 a 0101 & 00995365 a 0000 | (of winds or weather) tending to promote or facilitate; "the days were fair and the winds were favorable"
-00995365 00 s 01 following(a) 0 001 & 00995119 a 0000 | in the desired direction; "a following wind"
-00995468 00 a 02 unfavorable 1 unfavourable 1 003 ^ 00177963 a 0000 ! 00995119 a 0101 & 00995647 a 0000 | (of winds or weather) tending to hinder or oppose; "unfavorable winds"
-00995647 00 s 02 adverse 0 contrary 0 001 & 00995468 a 0000 | in an opposing direction; "adverse currents"; "a contrary wind"
-00995775 00 a 02 favorable 2 favourable 2 006 ^ 00075135 a 0000 ^ 00905905 a 0000 ^ 01123148 a 0000 ! 00996448 a 0101 & 00996089 a 0000 & 00996343 a 0000 | encouraging or approving or pleasing; "a favorable reply"; "he received a favorable rating"; "listened with a favorable ear"; "made a favorable impression"
-00996089 00 s 05 approving 0 affirmative 0 approbative 0 approbatory 0 plausive 0 004 & 00995775 a 0000 + 00673983 v 0401 + 00806502 v 0301 + 00673983 v 0301 | expressing or manifesting praise or approval; "approbative criticism"; "an affirmative nod"
-00996343 00 s 01 indulgent 0 001 & 00995775 a 0000 | being favorably inclined; "an indulgent attitude"
-00996448 00 a 02 unfavorable 2 unfavourable 2 012 ^ 01125429 a 0000 ^ 00647542 a 0000 ^ 01244410 a 0000 ^ 00075515 a 0000 ^ 00906455 a 0000 + 05161967 n 0202 + 05161967 n 0101 ! 00995775 a 0101 & 00996864 a 0000 & 00997036 a 0000 & 00997298 a 0000 & 00997394 a 0000 | not encouraging or approving or pleasing; "unfavorable conditions"; "an unfavorable comparison"; "unfavorable comments", "unfavorable impression"
-00996864 00 s 04 admonitory 0 admonishing 0 reproachful 0 reproving 0 002 & 00996448 a 0000 + 00824066 v 0101 | expressing reproof or reproach especially as a corrective
-00997036 00 s 03 adverse 0 inauspicious 0 untoward 0 004 & 00996448 a 0000 + 05162217 n 0201 + 14475661 n 0101 + 07336612 n 0101 | contrary to your interests or welfare; "adverse circumstances"; "made a place for themselves under the most untoward conditions"
-00997298 00 s 01 disapproving 0 001 & 00996448 a 0000 | expressing or manifesting disapproval
-00997394 00 s 02 discriminatory 0 invidious 0 002 & 00996448 a 0000 + 02512305 v 0101 | containing or implying a slight or showing prejudice; "discriminatory attitudes and practices"; "invidious comparisons"
-00997604 00 a 01 feathered 0 012 ! 00999330 a 0101 & 00997914 a 0000 & 00998040 a 0000 & 00998207 a 0000 & 00998381 a 0000 & 00998479 a 0000 & 00998598 a 0000 & 00998674 a 0000 & 00998850 a 0000 & 00998985 a 0000 & 00999136 a 0000 & 00999242 a 0000 | having or covered with feathers; "our feathered friends"
-00997914 00 s 01 aftershafted 0 001 & 00997604 a 0000 | having an aftershaft (a small feather at the base of some feathers)
-00998040 00 s 01 feathery 1 003 & 00997604 a 0000 + 01896031 n 0101 + 04938838 n 0102 | characterized by a covering of feathers; "the feathery congregation of jays"
-00998207 00 s 02 featherlike 0 feathery 2 003 & 00997604 a 0000 + 01896031 n 0201 + 04938838 n 0202 | resembling or suggesting a feather or feathers; "feathery palm trees"
-00998381 00 s 02 fledged 0 vaned 0 001 & 00997604 a 0000 | (of an arrow) equipped with feathers
-00998479 00 s 01 flighted(ip) 0 002 & 00997604 a 0000 ;c 05801594 n 0000 | having feathers; "arrows flighted argent"
-00998598 00 s 01 pennate 0 001 & 00997604 a 0000 | having feathered wings
-00998674 00 s 01 plumaged 0 001 & 00997604 a 0000 | having or covered in plumage; often used as a combining form; "fully plumaged young bird"; "brilliantly plumaged parrots"
-00998850 00 s 03 plumate 0 plumed 1 plumose 0 002 & 00997604 a 0000 ;c 06037666 n 0000 | having an ornamental plume or feathery tuft
-00998985 00 s 02 plumed 2 plumy 1 001 & 00997604 a 0000 | having or covered with or abounding in plumes; "the plumed serpent"; "white-plumed egrets"
-00999136 00 s 02 plumelike 0 plumy 2 001 & 00997604 a 0000 | resembling a plume; "the dog's plumy tail"
-00999242 00 s 01 velvety-plumaged 0 001 & 00997604 a 0000 | plumage resembling velvet
-00999330 00 a 02 unfeathered 0 featherless 0 003 ! 00997604 a 0101 & 00999519 a 0000 & 00999671 a 0000 | having no feathers; "a featherless biped"; "the unfeathered legs of an Orpington"
-00999519 00 s 01 plucked 0 001 & 00999330 a 0000 | having the feathers removed, as from a pelt or a fowl; "a plucked chicken"; "an unfeathered goose"
-00999671 00 s 03 unfledged 0 fledgeless 0 unvaned 0 001 & 00999330 a 0000 | (of an arrow) not equipped with feathers; "shot an unfledged arrow"
-00999817 00 a 01 felicitous 0 009 ^ 01148283 a 0000 = 04716210 n 0000 + 04716210 n 0102 + 04716210 n 0101 ! 01000881 a 0101 & 01000093 a 0000 & 01000442 a 0000 & 01000592 a 0000 & 01000737 a 0000 | exhibiting an agreeably appropriate manner or style; "a felicitous speaker"
-01000093 00 s 02 congratulatory 0 gratulatory 0 005 & 00999817 a 0000 + 01772498 v 0103 + 00883847 v 0102 + 00881998 v 0101 + 00881661 v 0102 | expressive of sympathetic pleasure or joy on account of someone's success or good fortune; "a congratulatory telegram"; "the usual congratulatory crowd was conspicuously absent"; "a gratulatory address"
-01000442 00 s 02 happy 0 well-chosen 0 001 & 00999817 a 0000 | well expressed and to the point; "a happy turn of phrase"; "a few well-chosen words"
-01000592 00 s 01 well-turned 0 002 & 00999817 a 0000 ;c 06282651 n 0000 | (of language) aptly and pleasingly expressed; "a well-turned phrase"
-01000737 00 s 01 well-wishing(a) 0 002 & 00999817 a 0000 + 06630459 n 0101 | extending good wishes for success; "his well-wishing supporters"
-01000881 00 a 01 infelicitous 0 006 ^ 01149494 a 0000 = 04716210 n 0000 + 04722051 n 0101 ! 00999817 a 0101 & 01001180 a 0000 & 01001547 a 0000 | not appropriate in application; defective; "an infelicitous remark"; "infelicitous phrasing"; "the infelicitous typesetting was due to illegible copy"
-01001180 00 s 06 awkward 0 clumsy 0 cumbersome 0 inapt 0 inept 0 ill-chosen 0 005 & 01000881 a 0000 + 05648459 n 0503 + 04721428 n 0401 + 04815624 n 0202 + 05648459 n 0101 | not elegant or graceful in expression; "an awkward prose style"; "a clumsy apology"; "his cumbersome writing style"; "if the rumor is true, can anything be more inept than to repeat it now?"
-01001547 00 s 01 unfortunate 0 001 & 01000881 a 0000 | unsuitable or regrettable; "an unfortunate choice of words"; "an unfortunate speech"
-01001689 00 a 01 fertile 0 011 ^ 01001945 a 0000 ^ 01080297 a 0000 ^ 01824244 a 0000 ^ 01865197 a 0000 = 14051494 n 0000 + 14051494 n 0101 ! 01002377 a 0101 & 01001945 a 0000 & 01002055 a 0000 & 01002170 a 0000 & 01002256 a 0000 | capable of reproducing
-01001945 00 s 02 conceptive 0 impregnable 0 002 & 01001689 a 0000 + 00054285 v 0101 | capable of conceiving
-01002055 00 s 01 fecund 0 002 & 01001689 a 0000 + 14051494 n 0102 | capable of producing offspring or vegetation
-01002170 00 s 01 fertilizable 0 001 & 01001689 a 0000 | capable of being fertilized
-01002256 00 s 01 rank 0 002 & 01001689 a 0000 + 05147586 n 0102 | very fertile; producing profuse growth; "rank earth"
-01002377 00 a 03 sterile 0 unfertile 0 infertile 0 010 ^ 01082535 a 0000 ^ 01824751 a 0000 ^ 01866535 a 0000 = 14051494 n 0000 + 14045507 n 0302 + 14045507 n 0101 ! 01001689 a 0101 & 01002664 a 0000 & 01002827 a 0000 & 01002911 a 0000 | incapable of reproducing; "an infertile couple"
-01002664 00 s 01 barren 0 002 & 01002377 a 0000 + 14045347 n 0101 | not bearing offspring; "a barren woman"; "learned early in his marriage that he was sterile"
-01002827 00 s 02 sterilized 0 sterilised 0 001 & 01002377 a 0000 | made infertile
-01002911 00 s 03 unfertilized 0 unfertilised 0 unimpregnated 0 001 & 01002377 a 0000 | not having been fertilized; "an unfertilized egg"
-01003050 00 a 01 finished 1 006 ! 01004318 a 0101 & 01003277 a 0000 & 01003536 a 0000 & 01003822 a 0000 & 01004051 a 0000 & 01004245 a 0000 | ended or brought to an end; "are you finished?"; "gave me the finished manuscript"
-01003277 00 s 06 complete 0 concluded 0 ended 0 over(p) 1 all_over 0 terminated 0 001 & 01003050 a 0000 | having come or been brought to a conclusion; "the harvesting was complete"; "the affair is over, ended, finished"; "the abruptly terminated interview"
-01003536 00 s 03 done 0 through 0 through_with(p) 2 001 & 01003050 a 0000 | having finished or arrived at completion; "certain to make history before he's done"; "it's a done deed"; "after the treatment, the patient is through except for follow-up"; "almost through with his studies"
-01003822 00 s 02 done_with(p) 0 through_with(p) 1 001 & 01003050 a 0000 | having no further concern with; "he was through with school and he was through with family"- John Dos Passos; "done with gambling"; "done with drinking"
-01004051 00 s 01 fin_de_siecle 0 002 & 01003050 a 0000 ;u 06964901 n 0000 | relating to or characteristic of the end of a century (especially the end of the 19th century); "fin de siecle art"
-01004245 00 s 01 up(p) 0 001 & 01003050 a 0000 | used up; "time is up"
-01004318 00 a 01 unfinished 1 005 ! 01003050 a 0101 & 01004541 a 0000 & 01004703 a 0000 & 01004818 a 0000 & 01004932 a 0000 | not brought to an end or conclusion; "unfinished business"; "the building is still unfinished"
-01004541 00 s 02 incomplete 0 uncompleted 0 002 & 01004318 a 0000 + 14462193 n 0101 | not yet finished; "his thesis is still incomplete"; "an uncompleted play"
-01004703 00 s 01 pending 0 001 & 01004318 a 0000 | awaiting conclusion or confirmation; "business still pending"
-01004818 00 s 01 undone 0 001 & 01004318 a 0000 | not done; "the work could be done or undone and nobody cared"
-01004932 00 s 01 unended 0 001 & 01004318 a 0000 | not ended; lacking an end or conclusion; "he did with the book still unended"
-01005063 00 a 01 finished 2 007 ^ 01713373 a 0000 ^ 01951684 a 0000 ^ 02236842 a 0000 ! 01005675 a 0101 & 01005306 a 0000 & 01005410 a 0000 & 01005506 a 0000 | (of materials or goods) brought to the desired final state; "a finished product"
-01005306 00 s 02 dressed 0 polished 1 001 & 01005063 a 0000 | (of lumber or stone) to trim and smooth
-01005410 00 s 01 fattened 0 001 & 01005063 a 0000 | (of market animals) made ready for market
-01005506 00 s 01 fattening 0 001 & 01005063 a 0000 | subject to or used in the process of finishing or fattening up for slaughter; "a fattening hog"; "fattening pens"
-01005675 00 a 01 unfinished 2 009 ^ 02238462 a 0000 ^ 01713925 a 0000 ^ 01952405 a 0000 ! 01005063 a 0101 & 01005914 a 0000 & 01006016 a 0000 & 01006136 a 0000 & 01006284 a 0000 & 01006386 a 0000 | not brought to the desired final state
-01005914 00 s 02 raw(a) 0 unsanded 0 001 & 01005675 a 0000 | used of wood and furniture; "raw wood"
-01006016 00 s 02 roughhewn 0 rough-cut 0 001 & 01005675 a 0000 | of stone or timber; shaped roughly without finishing
-01006136 00 s 01 undressed 0 001 & 01005675 a 0000 | of lumber or stone or hides; not finished or dressed; "undressed granite"; "undressed hides"
-01006284 00 s 01 unfattened 0 001 & 01005675 a 0000 | (of market animals) not optimal for marketing
-01006386 00 s 01 unhewn 0 001 & 01005675 a 0000 | (of stone especially) not given a finished form by or as if by hewing; "a house of unhewn grey stone roughly cemented together"
-01006566 00 a 01 finite 0 007 ^ 01557614 a 0000 + 05209659 n 0101 ! 01007354 a 0101 & 01006788 a 0000 & 01006967 a 0000 & 01007120 a 0000 & 01007258 a 0000 | bounded or limited in magnitude or spatial or temporal extent
-01006788 00 s 02 bounded 0 delimited 0 002 & 01006566 a 0000 + 05209659 n 0103 | having the limits or boundaries established; "a delimited frontier through the disputed region"
-01006967 00 s 01 exhaustible 0 001 & 01006566 a 0000 | capable of being used up; capable of being exhausted; "our exhaustible reserves of fossil fuel"
-01007120 00 s 01 impermanent 0 003 & 01006566 a 0000 + 05054863 n 0102 + 05054863 n 0101 | existing or enduring for a limited time only
-01007258 00 s 01 limited 0 001 & 01006566 a 0000 | not unlimited; "a limited list of choices"
-01007354 00 a 01 infinite 0 008 ^ 01557903 a 0000 + 05209324 n 0101 + 15243976 n 0102 ! 01006566 a 0101 & 01007657 a 0000 & 01007947 a 0000 & 01008174 a 0000 & 01008289 a 0000 | having no limits or boundaries in time or space or extent or magnitude; "the infinite ingenuity of man"; "infinite wealth"
-01007657 00 s 03 boundless 0 unbounded 0 limitless 0 004 & 01007354 a 0000 + 05209324 n 0305 + 05209324 n 0203 + 05209324 n 0104 | seemingly boundless in amount, number, degree, or especially extent; "unbounded enthusiasm"; "children with boundless energy"; "a limitless supply of money"
-01007947 00 s 03 dateless 0 endless 0 sempiternal 0 002 & 01007354 a 0000 + 05052387 n 0201 | having no known beginning and presumably no end; "the dateless rise and fall of the tides"; "time is endless"; "sempiternal truth"
-01008174 00 s 01 endless 2 002 & 01007354 a 0000 + 05052387 n 0101 | infinitely great in number; "endless waves"
-01008289 00 s 02 inexhaustible 0 unlimited 0 001 & 01007354 a 0000 | that cannot be entirely consumed or used up; "an inexhaustible supply of coal"
-01008439 00 a 01 finite 2 003 ;c 06174404 n 0000 ! 01008745 a 0101 & 01008656 a 0000 | of verbs; relating to forms of the verb that are limited in time by a tense and (usually) show agreement with number and person
-01008656 00 s 01 tensed 0 001 & 01008439 a 0000 | having inflections to indicate tense
-01008745 00 a 02 infinite 2 non-finite 0 002 ;c 06174404 n 0000 ! 01008439 a 0101 | of verbs; having neither person nor number nor mood (as a participle or gerund or infinitive); "infinite verb form"
-01008947 00 a 01 opening 0 007 + 07329363 n 0101 + 00239230 n 0104 ! 01010025 a 0101 & 01009206 a 0000 & 01009343 a 0000 & 01009709 a 0000 & 01009865 a 0000 | first or beginning; "the memorable opening bars of Beethoven's Fifth"; "the play's opening scene"
-01009206 00 s 02 beginning(a) 0 first 1 001 & 01008947 a 0000 | serving to begin; "the beginning canto of the poem"; "the first verse"
-01009343 00 s 05 inaugural 0 initiative 0 initiatory 0 first 2 maiden 0 004 & 01008947 a 0000 + 01628449 v 0302 + 01628449 v 0202 + 00539546 v 0202 | serving to set in motion; "the magazine's inaugural issue"; "the initiative phase in the negotiations"; "an initiatory step toward a treaty"; "his first (or maiden) speech in Congress"; "the liner's maiden voyage"
-01009709 00 s 01 introductory 0 002 & 01008947 a 0000 + 00901799 v 0104 | serving to open or begin; "began the slide show with some introductory remarks"
-01009865 00 s 01 starting 0 001 & 01008947 a 0000 | appropriate to the beginning or start of an event; "the starting point"; "hands in the starting position"
-01010025 00 a 01 closing 0 004 ! 01008947 a 0101 & 01010271 a 0000 & 01010569 a 0000 & 01010747 a 0000 | final or ending; "the closing stages of the election"; "the closing weeks of the year"; "the closing scene of the film"; "closing remarks"
-01010271 00 s 04 concluding 0 final 0 last 0 terminal 0 004 & 01010025 a 0000 + 07466832 n 0201 + 07198276 n 0203 + 04754440 n 0201 | occurring at or forming an end or termination; "his concluding words came as a surprise"; "the final chapter"; "the last days of the dinosaurs"; "terminal leave"
-01010569 00 s 01 terminative 0 004 & 01010025 a 0000 + 02735418 v 0102 + 02609764 v 0104 + 00352826 v 0102 | coming to an end; "a contract terminative with the end of the war"
-01010747 00 s 01 year-end 0 001 & 01010025 a 0000 | taking place at the close of a fiscal year; "year-end audit"
-01010862 00 a 01 first 0 014 ^ 00812952 a 0000 ^ 00198147 a 0000 ^ 01686439 a 0000 ^ 01852174 a 0000 ! 01013279 a 0101 & 01011392 a 0000 & 01011753 a 0000 & 01011973 a 0000 & 01012100 a 0000 & 01012247 a 0000 & 01012503 a 0000 & 01012855 a 0000 & 01012990 a 0000 & 01013171 a 0000 | preceding all others in time or space or degree; "the first house on the right"; "the first day of spring"; "his first political race"; "her first baby"; "the first time"; "the first meetings of the new party"; "the first phase of his training"
-01011392 00 s 05 archetypal 0 archetypical 0 prototypal 0 prototypic 0 prototypical 0 006 & 01010862 a 0000 + 05937524 n 0501 + 05937524 n 0401 + 05937524 n 0301 + 05938400 n 0202 + 05938400 n 0102 | representing or constituting an original type after which other similar things are patterned; "archetypal patterns"; "she was the prototypal student activist"
-01011753 00 s 02 basic 2 introductory 0 001 & 01010862 a 0000 | serving as a base or starting point; "a basic course in Russian"; "basic training for raw recruits"; "a set of basic tools"; "an introductory art course"
-01011973 00 s 01 initial 0 001 & 01010862 a 0000 | occurring at the beginning; "took the initial step toward reconciliation"
-01012100 00 s 02 firstborn 0 eldest 0 003 & 01010862 a 0000 + 10092643 n 0202 + 10092643 n 0101 | first in order of birth; "the firstborn child"
-01012247 00 s 02 freshman 0 first-year 0 002 & 01010862 a 0000 ;r 09044862 n 0000 | used of a person in the first year of an experience (especially in United States high school or college); "a freshman senator"; "freshman year in high school or college"
-01012503 00 s 01 original 1 001 & 01010862 a 0000 | preceding all others in time or being as first made or performed; "the original inhabitants of the Americas"; "the book still has its original binding"; "restored the house to its original condition"; "the original performance of the opera"; "the original cast"; "retracted his original statement"
-01012855 00 s 02 premier 1 premiere 0 002 & 01010862 a 0000 + 06893285 n 0201 | preceding all others in time; "the premiere showing"
-01012990 00 s 02 premier(a) 2 prime(a) 2 003 & 01010862 a 0000 + 09906986 n 0102 + 09907196 n 0103 | first in rank or degree; "an architect of premier rank"; "the prime minister"
-01013171 00 s 01 prime(a) 1 001 & 01010862 a 0000 | used of the first or originating agent; "prime mover"
-01013279 00 a 01 last 0 004 ! 01010862 a 0101 & 01013681 a 0000 & 01013843 a 0000 & 01013961 a 0000 | coming after all others in time or space or degree or being the only one remaining; "the last time I saw Paris"; "the last day of the month"; "had the last word"; "waited until the last minute"; "he raised his voice in a last supreme call"; "the last game of the season"; "down to his last nickel"
-01013681 00 s 02 senior(a) 0 fourth-year 0 001 & 01013279 a 0000 | used of the fourth and final year in United States high school or college; "the senior prom"
-01013843 00 s 01 sunset(a) 0 001 & 01013279 a 0000 | providing for termination; "a program with a sunset provision"
-01013961 00 s 01 ultimate 0 002 & 01013279 a 0000 + 13942104 n 0102 | being the last or concluding element of a series; "the ultimate sonata of that opus"; "a distinction between the verb and noun senses of `conflict' is that in the verb the stress is on the ultimate (or last) syllable"
-01014251 00 a 01 intermediate 0 009 ! 01016035 a 0101 & 01014685 a 0000 & 01014838 a 0000 & 01014953 a 0000 & 01015185 a 0000 & 01015392 a 0000 & 01015599 a 0000 & 01015798 a 0000 & 01015940 a 0000 | lying between two extremes in time or space or state; "going from sitting to standing without intermediate pushes with the hands"; "intermediate stages in a process"; "intermediate stops on the route"; "an intermediate range plane"
-01014685 00 s 02 grey 0 gray 0 001 & 01014251 a 0000 | intermediate in character or position; "a grey area between clearly legal and strictly illegal"
-01014838 00 s 01 halfway 0 001 & 01014251 a 0000 | at a point midway between two extremes; "at the halfway mark"
-01014953 00 s 03 in-between 0 mediate 0 middle 0 001 & 01014251 a 0000 | being neither at the beginning nor at the end in a series; "adolescence is an awkward in-between age"; "in a mediate position"; "the middle point on a line"
-01015185 00 s 03 junior(a) 0 third-year 0 next-to-last 0 001 & 01014251 a 0000 | used of the third or next to final year in United States high school or college; "the junior class"; "a third-year student"
-01015392 00 s 02 penultimate 0 next-to-last 1 001 & 01014251 a 0000 | next to the last; "the author inadvertently reveals the murderer in the penultimate chapter"; "the figures in the next-to-last column"
-01015599 00 s 02 sophomore(a) 0 second-year 0 002 & 01014251 a 0000 + 10625438 n 0101 | used of the second year in United States high school or college; "the sophomore class"; "his sophomore year"
-01015798 00 s 01 subterminal 0 001 & 01014251 a 0000 | near but not precisely at an end; "a subterminal band of color on the tail feathers"
-01015940 00 s 01 antepenultimate 0 002 & 01014251 a 0000 + 06305223 n 0102 | third from last
-01016035 00 a 01 terminal 0 001 ! 01014251 a 0101 | being or situated at an end; "the endmost pillar"; "terminal buds on a branch"; "a terminal station"; "the terminal syllable"
-01016215 00 a 01 first 3 002 ;c 07020895 n 0000 ! 01016436 a 0101 | highest in pitch or chief among parts or voices or instruments or orchestra sections; "first soprano"; "the first violin section"; "played first horn"
-01016436 00 a 01 second 0 002 ;c 07020895 n 0000 ! 01016215 a 0101 | a part or voice or instrument or orchestra section lower in pitch than or subordinate to the first; "second flute"; "the second violins"
-01016644 00 a 01 fissile 0 001 ! 01016806 a 0101 | capable of being split or cleft or divided in the direction of the grain; "fissile crystals"; "fissile wood"
-01016806 00 a 01 nonfissile 0 001 ! 01016644 a 0101 | not fissile
-01016874 00 a 02 fissionable 0 fissile 2 002 ;c 06090869 n 0000 ! 01017048 a 0101 | capable of undergoing nuclear fission; "a fissionable nucleous"; "fissionable material"
-01017048 00 a 01 nonfissionable 0 002 ;c 06090869 n 0000 ! 01016874 a 0101 | not capable of undergoing fission
-01017161 00 a 01 fit 1 007 ^ 01170243 a 0000 ^ 02273326 a 0000 ^ 02540578 a 0000 + 05153795 n 0101 ! 01017738 a 0101 & 01017439 a 0000 & 01017600 a 0000 | physically and mentally sound or healthy; "felt relaxed and fit after their holiday"; "keeps fit with diet and exercise"
-01017439 00 s 02 able 0 able-bodied 0 001 & 01017161 a 0000 | having a strong healthy body; "an able seaman"; "every able-bodied young man served in the army"
-01017600 00 s 02 conditioned 0 in_condition(p) 0 001 & 01017161 a 0000 | physically fit; "exercised daily to keep herself in condition"
-01017738 00 a 01 unfit 1 019 ^ 02541302 a 0000 ^ 01172889 a 0000 ^ 02274253 a 0000 + 14547369 n 0101 + 05207130 n 0102 ! 01017161 a 0101 & 01018264 a 0000 & 01018359 a 0000 & 01018530 a 0000 & 01018667 a 0000 & 01018788 a 0000 & 01019000 a 0000 & 01019283 a 0000 & 01019450 a 0000 & 01019587 a 0000 & 01019713 a 0000 & 01020007 a 0000 & 01020117 a 0000 & 01020282 a 0000 | not in good physical or mental condition; out of condition; "fat and very unfit"; "certified as unfit for army service"; "drunk and unfit for service"
-01018264 00 s 02 afflicted 0 impaired 0 001 & 01017738 a 0000 | mentally or physically unfit
-01018359 00 s 02 apractic 0 apraxic 0 003 & 01017738 a 0000 + 14091126 n 0201 + 14091126 n 0101 | having uncoordinated muscular movements, symptomatic of a CNS disorder
-01018530 00 s 05 bandy 0 bandy-legged 0 bowed 0 bowleg 0 bowlegged 0 001 & 01017738 a 0000 | have legs that curve outward at the knees
-01018667 00 s 01 broken-backed 0 001 & 01017738 a 0000 | (of a horse) having bones of the back united by a bony growth
-01018788 00 s 06 crippled 0 halt 0 halting 0 lame 1 gimpy 0 game 0 004 & 01017738 a 0000 + 14549937 n 0605 + 14549937 n 0504 + 14549937 n 0401 | disabled in the feet or legs; "a crippled soldier"; "a game leg"
-01019000 00 s 07 crookback 0 crookbacked 0 humped 0 humpbacked 0 hunchbacked 0 gibbous 0 kyphotic 0 005 & 01017738 a 0000 + 14505069 n 0701 + 13894434 n 0606 + 13894434 n 0605 + 10192412 n 0103 | characteristic of or suffering from kyphosis, an abnormality of the vertebral column
-01019283 00 s 02 disabled 0 handicapped 0 003 & 01017738 a 0000 + 07946288 n 0101 + 14548343 n 0101 | incapable of functioning as a consequence of injury or illness
-01019450 00 s 01 gammy 0 003 & 01017738 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) sore or lame; "a gammy foot"
-01019587 00 s 01 knock-kneed 0 001 & 01017738 a 0000 | having the knees abnormally close together and the ankles wide apart
-01019713 00 s 03 soft 0 flabby 0 flaccid 0 005 & 01017738 a 0000 + 04939046 n 0303 + 05269401 n 0201 + 04939046 n 0201 + 14547369 n 0102 | out of condition; not strong or robust; incapable of exertion or endurance; "he was too soft for the army"; "flabby around the middle"; "flaccid cheeks"
-01020007 00 s 01 spavined 0 001 & 01017738 a 0000 | (of horses) afflicted with a swelling of the hock-joint
-01020117 00 s 04 dipped 0 lordotic 0 swayback 0 swaybacked 0 002 & 01017738 a 0000 + 14505215 n 0201 | having abnormal sagging of the spine (especially in horses)
-01020282 00 s 02 maimed 0 mutilated 0 001 & 01017738 a 0000 | having a part of the body crippled or disabled
-01020393 00 a 01 fit 2 006 ^ 00134701 a 0000 + 04716864 n 0101 ! 01021301 a 0101 & 01020709 a 0000 & 01020885 a 0000 & 01021120 a 0000 | meeting adequate standards for a purpose; "a fit subject for discussion"; "it is fit and proper that you be there"; "water fit to drink"; "fit for duty"; "do as you see fit to"
-01020709 00 s 01 acceptable 0 004 & 01020393 a 0000 + 04792679 n 0101 + 02209936 v 0102 + 04792679 n 0102 | adequate for the purpose; "the water was acceptable for drinking"
-01020885 00 s 02 suitable 0 suited 0 003 & 01020393 a 0000 + 04715487 n 0102 + 04715487 n 0101 | meant or adapted for an occasion or use; "a tractor suitable (or fit) for heavy duty"; "not an appropriate (or fit) time for flippancy"
-01021120 00 s 01 worthy 0 001 & 01020393 a 0000 | having qualities or abilities that merit recognition in some way; "behavior worthy of reprobation"; "a fact worthy of attention"
-01021301 00 a 01 unfit 2 004 + 04722373 n 0101 ! 01020393 a 0101 & 01021499 a 0000 & 01021607 a 0000 | below the required standards for a purpose; "an unfit parent"; "unfit for human consumption"
-01021499 00 s 01 subhuman 0 001 & 01021301 a 0000 | unfit for human beings; "subhuman conditions of life"
-01021607 00 s 01 unsuitable 0 003 & 01021301 a 0000 + 04721058 n 0102 + 04721058 n 0101 | not meant or adapted for a particular purpose; "a solvent unsuitable for use on wood surfaces"
-01021794 00 a 01 flat 3 003 ;c 00903559 n 0000 + 04956110 n 0101 ! 01021923 a 0101 | lacking contrast or shading between tones
-01021923 00 a 01 contrasty 0 003 ;c 00903559 n 0000 + 05126362 n 0101 ! 01021794 a 0101 | having sharp differences between black and white
-01022064 00 a 02 flexible 1 flexile 0 011 ^ 00843146 a 0000 + 01280014 v 0101 + 05022457 n 0102 + 05022457 n 0101 ! 01023289 a 0101 & 01022367 a 0000 & 01022657 a 0000 & 01022785 a 0000 & 01022926 a 0000 & 01023010 a 0000 & 01023128 a 0000 | able to flex; able to bend easily; "slim flexible birches"
-01022367 00 s 04 bendable 0 pliable 0 pliant 0 waxy 0 007 & 01022064 a 0000 + 05023022 n 0302 + 05023022 n 0301 + 05022709 n 0202 + 02035919 v 0101 + 01280014 v 0102 + 05022709 n 0101 | capable of being bent or flexed or twisted without breaking; "a flexible wire"; "a pliant young tree"
-01022657 00 s 01 double-jointed 0 001 & 01022064 a 0000 | having unusually flexible joints especially of the limbs or fingers
-01022785 00 s 02 limber 0 supple 1 002 & 01022064 a 0000 + 05023022 n 0203 | (used of persons' bodies) capable of moving or bending freely
-01022926 00 s 01 limber 1 001 & 01022064 a 0000 | (used of artifacts) easily bent
-01023010 00 s 02 spinnable 0 spinnbar 0 002 & 01022064 a 0000 + 04720685 n 0101 | capable of being spun into fibres
-01023128 00 s 01 stretched 0 001 & 01022064 a 0000 | (of muscles) relieved of stiffness by stretching; "well-stretched muscles are less susceptible to injury"
-01023289 00 a 01 inflexible 1 007 ^ 00845528 a 0000 + 05024093 n 0102 + 05024093 n 0101 ! 01022064 a 0101 & 01023533 a 0000 & 01023706 a 0000 & 01024002 a 0000 | resistant to being bent; "an inflexible iron bar"; "an inflexible knife blade";
-01023533 00 s 01 muscle-bound 0 001 & 01023289 a 0000 | having stiff muscles as the result of excessive exercise; "he arrived accompanied by two muscle-bound body guards"
-01023706 00 s 02 rigid 0 stiff 1 005 & 01023289 a 0000 + 05004895 n 0201 + 05023591 n 0201 + 05023741 n 0102 + 05023741 n 0101 | incapable of or resistant to bending; "a rigid strip of metal"; "a table made of rigid plastic"; "a palace guardsman stiff as a poker"; "stiff hair"; "a stiff neck"
-01024002 00 s 01 semirigid 0 001 & 01023289 a 0000 | not fully rigid
-01024073 00 a 01 flexible 2 004 + 04659287 n 0102 ! 01024597 a 0101 & 01024228 a 0000 & 01024400 a 0000 | capable of being changed; "flexible schedules"
-01024228 00 s 02 limber 0 supple 0 002 & 01024073 a 0000 + 04659730 n 0204 | (used of e.g. personality traits) readily adaptable; "a supple mind"; "a limber imagination"
-01024400 00 s 02 negotiable 0 on_the_table 0 002 & 01024073 a 0000 + 00761713 v 0102 | able to be negotiated or arranged by compromise; "negotiable demands"; "the proposal is still on the table"
-01024597 00 a 01 inflexible 2 007 + 04660261 n 0101 ! 01024073 a 0101 & 01024812 a 0000 & 01025212 a 0000 & 01025397 a 0000 & 01025610 a 0000 & 01025732 a 0000 | incapable of change; "a man of inflexible purpose"
-01024812 00 s 04 adamant 0 adamantine 0 inexorable 0 intransigent 0 005 & 01024597 a 0000 + 04863497 n 0401 + 04863497 n 0402 + 04831437 n 0303 + 04863793 n 0101 | impervious to pleas, persuasion, requests, reason; "he is adamant in his refusal to change his mind"; "Cynthia was inexorable; she would have none of him"- W.Churchill; "an intransigent conservative opposed to every liberal tendency"
-01025212 00 s 02 die-hard(a) 0 rock-ribbed 0 001 & 01024597 a 0000 | tradition-bound and obstinately opinionated; "an inflexible (or die-hard) conservative"; "rock-ribbed republican"
-01025397 00 s 03 fossilized 0 fossilised 0 ossified 0 001 & 01024597 a 0000 | set in a rigidly conventional pattern of behavior, habits, or beliefs; "obsolete fossilized ways"; "an ossified bureaucratic system"
-01025610 00 s 01 hard-core 0 001 & 01024597 a 0000 | stubbornly resistant to change or improvement; "hard-core addicts"
-01025732 00 s 02 ironclad 0 brassbound 0 001 & 01024597 a 0000 | inflexibly entrenched and unchangeable; "brassbound traditions"; "brassbound party loyalists"; "an ironclad rule"
-01025913 00 a 03 uncompromising 0 sturdy 0 inflexible 4 004 + 04660261 n 0301 + 04862592 n 0201 ! 01026262 a 0101 & 01026150 a 0000 | not making concessions; "took an uncompromising stance in the peace talks"; "uncompromising honesty"
-01026150 00 s 02 hard-line 0 hardline 0 001 & 01025913 a 0000 | firm and uncompromising; "a hard-line policy"
-01026262 00 a 03 compromising 0 conciliatory 4 flexible 4 005 + 04659287 n 0302 + 04905188 n 0303 + 00764902 v 0204 ! 01025913 a 0101 & 01026552 a 0000 | making or willing to make concessions; "loneliness tore through him...whenever he thought of...even the compromising Louis du Tillet"
-01026552 00 s 01 yielding 0 001 & 01026262 a 0000 | tending to give in or surrender or agree; "too yielding to make a stand against any encroachments"- V.I.Parrington
-01026721 00 a 01 rigid 0 003 ;c 06096913 n 0000 ! 01027076 a 0101 & 01026911 a 0000 | designating an airship or dirigible having a form maintained by a stiff unyielding frame or structure
-01026911 00 s 01 semirigid 0 002 & 01026721 a 0000 ;c 06096913 n 0000 | having a form maintained by a rigid internal structure as well as by internal gas pressure
-01027076 00 a 01 nonrigid 0 002 ;c 06096913 n 0000 ! 01026721 a 0101 | designating an airship having a shape maintained only by internal gas pressure and without a supporting structure
-01027263 00 a 01 adaptable 0 011 + 00150287 v 0103 + 00299580 v 0101 + 04659090 n 0101 ! 01029044 a 0101 & 01027686 a 0000 & 01027832 a 0000 & 01027988 a 0000 & 01028163 a 0000 & 01028467 a 0000 & 01028623 a 0000 & 01028796 a 0000 | capable of adapting (of becoming or being made suitable) to a particular situation or use; "to succeed one must be adaptable"; "the frame was adaptable to cloth bolts of different widths"
-01027686 00 s 01 adjustable 0 002 & 01027263 a 0000 + 00298067 v 0101 | capable of being changed so as to match or fit; "adjustable seat belts"
-01027832 00 s 01 all-mains(a) 0 002 & 01027263 a 0000 ;r 08860123 n 0000 | used of a radio receiver that is adaptable to all voltages; "an all-mains set"
-01027988 00 s 01 convertible 0 002 & 01027263 a 0000 + 00115157 v 0101 | designed to be changed from one use or form to another; "a convertible sofa"; "a convertible coupe"
-01028163 00 s 04 elastic 0 flexible 0 pliable 0 pliant 0 006 & 01027263 a 0000 + 04659730 n 0403 + 04659730 n 0402 + 04659730 n 0301 + 04659287 n 0202 + 04659287 n 0201 | able to adjust readily to different conditions; "an adaptable person"; "a flexible personality"; "an elastic clause in a contract"
-01028467 00 s 01 filmable 0 002 & 01027263 a 0000 ;c 06364641 n 0000 | (used of a story or literary work) capable of being adapted to motion picture form
-01028623 00 s 01 universal 0 001 & 01027263 a 0000 | adapted to various purposes, sizes, forms, operations; "universal wrench", "universal chuck"; "universal screwdriver"
-01028796 00 s 01 variable 0 003 & 01027263 a 0000 + 04735233 n 0102 + 04735233 n 0101 | (used of a device) designed so that a property (as e.g. light) can be varied; "a variable capacitor"; "variable filters in front of the mercury xenon lights"
-01029044 00 a 01 unadaptable 0 003 + 04660080 n 0101 ! 01027263 a 0101 & 01029151 a 0000 | not adaptable
-01029151 00 s 03 inflexible 0 rigid 0 unbending 0 003 & 01029044 a 0000 + 04660261 n 0203 + 04660261 n 0101 | incapable of adapting or changing to meet circumstances; "a rigid disciplinarian"; "an inflexible law"; "an unbending will to dominate"
-01029399 00 a 01 campylotropous 0 002 ;c 00017222 n 0000 ! 01029563 a 0101 | (of a plant ovule) curved with the micropyle near the base almost touching its stalk
-01029563 00 a 01 orthotropous 0 002 ;c 00017222 n 0000 ! 01029399 a 0101 | (of a plant ovule) completely straight with the micropyle at the apex
-01029710 00 a 02 anatropous 0 inverted 4 002 ;c 00017222 n 0000 ! 01029873 a 0101 | (of a plant ovule) completely inverted; turned back 180 degrees on its stalk
-01029873 00 a 01 amphitropous 0 002 ;c 00017222 n 0000 ! 01029710 a 0101 | (of a plant ovule) partly inverted; turned back 90 degrees on its stalk
-01030022 00 a 01 curly 0 009 = 05074374 n 0000 + 05257737 n 0102 + 05074374 n 0101 ! 01030826 a 0101 & 01030289 a 0000 & 01030372 a 0000 & 01030525 a 0000 & 01030605 a 0000 & 01030691 a 0000 | (of hair) having curls or waves; "they envied her naturally curly hair"
-01030289 00 s 02 curled 0 curling 0 001 & 01030022 a 0000 | of hair having curls
-01030372 00 s 05 crisp 0 frizzly 0 frizzy 0 kinky 0 nappy 0 003 & 01030022 a 0000 + 04947087 n 0501 + 14575700 n 0301 | (of hair) in small tight curls
-01030525 00 s 01 permed 0 001 & 01030022 a 0000 | styled with permanent waves
-01030605 00 s 01 ringleted 0 001 & 01030022 a 0000 | (of hair) shaped into ringlets
-01030691 00 s 01 wavy 0 003 & 01030022 a 0000 + 05074374 n 0102 + 05259240 n 0101 | (of hair) having waves; "she had long wavy hair"
-01030826 00 a 01 straight 3 005 = 05074374 n 0000 + 05074559 n 0101 ! 01030022 a 0101 & 01031038 a 0000 & 01031115 a 0000 | (of hair) having no waves or curls; "her naturally straight hair hung long and silky"
-01031038 00 s 01 uncurled 0 001 & 01030826 a 0000 | not having been curled
-01031115 00 s 01 unpermed 0 001 & 01030826 a 0000 | not having had a permanent wave; "smooth glossy unpermed hair"
-01031232 00 a 01 footed 0 005 ! 01031797 a 0101 & 01031405 a 0000 & 01031503 a 0000 & 01031602 a 0000 & 01031701 a 0000 | having feet; "footed creatures"; "a footed sofa"
-01031405 00 s 01 flat-footed 0 001 & 01031232 a 0000 | with feet flat on the ground; not tiptoe
-01031503 00 s 01 pedate 0 002 & 01031232 a 0000 ;c 06083243 n 0000 | having or resembling a foot
-01031602 00 s 02 swift-footed 0 fast-footed 0 001 & 01031232 a 0000 | having rapidly moving feet
-01031701 00 s 02 web-footed 0 web-toed 0 001 & 01031232 a 0000 | having feet with webbed toes
-01031797 00 a 01 footless 0 002 ! 01031232 a 0101 & 01031908 a 0000 | having no feet or analogous appendages
-01031908 00 s 02 apodal 0 apodous 0 001 & 01031797 a 0000 | (of snakes and eels) naturally footless; "eels are apodal"
-01032029 00 a 01 toed 0 004 ! 01032531 a 0101 & 01032226 a 0000 & 01032339 a 0000 & 01032451 a 0000 | having a toe or toes of a specified kind; often used in combination; "long-toed; "five-toed"
-01032226 00 s 02 pointy-toed 0 pointed-toe 0 001 & 01032029 a 0000 | having a pointed toe; "pointy-toed shoes"
-01032339 00 s 02 square-toed 0 squared-toe 0 001 & 01032029 a 0000 | having a square toe; "square-toed shoes"
-01032451 00 s 02 two-toed 0 two-toe 0 001 & 01032029 a 0000 | having two toes
-01032531 00 a 01 toeless 0 001 ! 01032029 a 0101 | lacking a toe or toes; "a toeless shoe"
-01032624 00 a 01 pigeon-toed 0 001 ! 01032710 a 0101 | having feet that turn inward
-01032710 00 a 02 splayfooted 0 splayfoot 0 003 ! 01032624 a 0101 & 01032845 a 0000 & 01032978 a 0000 | having feet that turn outward
-01032845 00 s 01 flat-footed 0 001 & 01032710 a 0000 | having broad flat feet that usually turn outward; "a slow flat-footed walk"
-01032978 00 s 01 splay 0 001 & 01032710 a 0000 | turned outward in an ungainly manner; "splay knees"
-01033081 00 a 01 fore(a) 0 005 ^ 00203237 a 0000 ^ 00198147 a 0000 ;c 00314469 n 0000 ! 01033371 a 0101 & 01033249 a 0000 | situated at or toward the bow of a vessel
-01033249 00 s 01 foremost 0 001 & 01033081 a 0000 | situated closest to the bow; "the foremost compartment of the ship"
-01033371 00 a 01 aft(a) 0 004 ^ 00197576 a 0000 ! 01033081 a 0101 & 01033542 a 0000 & 01033616 a 0000 | (nautical, aeronautical) situated at or toward the stern or tail
-01033542 00 s 01 after(a) 0 001 & 01033371 a 0000 | located farther aft
-01033616 00 s 01 aftermost 0 001 & 01033371 a 0000 | located closest to the stern or tail
-01033708 00 a 02 forehand(a) 0 forehanded 0 001 ! 01033840 a 0101 | (of racket strokes) made with palm facing direction of stroke
-01033840 00 a 02 backhand(a) 0 backhanded 0 001 ! 01033708 a 0101 | (of racket strokes) made across the body with back of hand facing direction of stroke
-01033996 00 a 01 native 3 003 + 04799881 n 0101 ! 01034296 a 0101 & 01034153 a 0000 | belonging to one by birth; "my native land"; "one's native language"
-01034153 00 s 03 connatural 0 inborn 0 inbred 0 001 & 01033996 a 0000 | normally existing at birth; "mankind's connatural sense of the good"
-01034296 00 a 02 adopted 0 adoptive 4 002 + 02346724 v 0201 ! 01033996 a 0101 | acquired as your own by free choice; "my adopted state"; "an adoptive country"
-01034457 00 a 02 foreign 1 strange 1 011 = 04799344 n 0000 = 04797482 n 0000 ! 01036083 a 0101 & 01034858 a 0000 & 01035007 a 0000 & 01035277 a 0000 & 01035422 a 0000 & 01035559 a 0000 & 01035725 a 0000 & 01035858 a 0000 & 01035976 a 0000 | relating to or originating in or characteristic of another place or part of the world; "foreign nations"; "a foreign accent"; "on business in a foreign city"
-01034858 00 s 01 adventive 0 001 & 01034457 a 0000 | not native and not fully established; locally or temporarily naturalized; "an adventive weed"
-01035007 00 s 02 alien 0 exotic 0 005 & 01034457 a 0000 + 04799612 n 0202 + 09484465 n 0103 + 10103485 n 0102 + 10661002 n 0102 | being or from or characteristic of another place or part of the world; "alien customs"; "exotic plants in a greenhouse"; "exotic cuisine"
-01035277 00 s 01 nonnative 2 001 & 01034457 a 0000 | of plants or animals originating in a part of the world other than where they are growing
-01035422 00 s 02 established 0 naturalized 2 001 & 01034457 a 0000 | introduced from another region and persisting without cultivation
-01035559 00 s 02 foreign-born 0 nonnative 1 001 & 01034457 a 0000 | of persons born in another area or country than that lived in; "our large nonnative population"
-01035725 00 s 01 imported 0 001 & 01034457 a 0000 | used of especially merchandise brought from a foreign source; "imported wines"
-01035858 00 s 01 tramontane 0 001 & 01034457 a 0000 | being or coming from another country; "tramontane influences"
-01035976 00 s 02 unnaturalized 0 unnaturalised 0 001 & 01034457 a 0000 | not having acquired citizenship
-01036083 00 a 01 native 1 007 + 09620794 n 0101 + 04799881 n 0101 ! 01034457 a 0101 & 01036383 a 0000 & 01036754 a 0000 & 01036874 a 0000 & 01037022 a 0000 | characteristic of or existing by virtue of geographic origin; "the native North American sugar maple"; "many native artists studied abroad"
-01036383 00 s 05 autochthonal 0 autochthonic 0 autochthonous 0 endemic 0 indigenous 0 003 & 01036083 a 0000 + 04800152 n 0501 + 04800152 n 0202 | originating where it is found; "the autochthonal fauna of Australia includes the kangaroo"; "autochthonous rocks and people and folktales"; "endemic folkways"; "the Ainu are indigenous to the northernmost islands of Japan"
-01036754 00 s 01 domestic 0 001 & 01036083 a 0000 | produced in a particular country; "domestic wine"; "domestic oil"
-01036874 00 s 01 homegrown 0 001 & 01036083 a 0000 | grown or originating in a particular place; "stands selling homegrown fruits and vegetables"
-01037022 00 s 01 native-born 0 001 & 01036083 a 0000 | belonging to a place by birth; "a native-born Scot"; "a native Scot"
-01037148 00 a 02 native 2 aboriginal 0 004 + 09620794 n 0205 + 09620794 n 0204 + 04799881 n 0101 ! 01037405 a 0101 | characteristic of or relating to people inhabiting a region from the beginning; "native Americans"; "the aboriginal peoples of Australia"
-01037405 00 a 01 nonnative 0 001 ! 01037148 a 0101 | not being or composed of aborigines; "the nonnative population of South Africa"
-01037540 00 a 01 foreign 2 004 ^ 01568375 a 0000 ! 01038102 a 0101 & 01037763 a 0000 & 01037885 a 0000 | of concern to or concerning the affairs of other nations (other than your own); "foreign trade"; "a foreign office"
-01037763 00 s 02 abroad 0 overseas 0 001 & 01037540 a 0000 | in a foreign country; "markets abroad"; "overseas markets"
-01037885 00 s 03 external 0 international 0 outside(a) 0 002 & 01037540 a 0000 + 05126611 n 0201 | from or between other countries; "external commerce"; "international trade"; "developing nations need outside help"
-01038102 00 a 01 domestic 0 004 ^ 01567862 a 0000 ! 01037540 a 0101 & 01038332 a 0000 & 01038580 a 0000 | of concern to or concerning the internal affairs of a nation; "domestic issues such as tax rate and highway construction"
-01038332 00 s 04 home(a) 0 interior(a) 0 internal 0 national 0 001 & 01038102 a 0000 | inside the country; "the British Home Office has broader responsibilities than the United States Department of the Interior"; "the nation's internal politics"
-01038580 00 s 01 municipal 0 002 & 01038102 a 0000 + 08626283 n 0101 | of or relating to the government of a municipality; "international law...only authorizes a belligerent to punish a spy under its municipal law"- J.L.kuntz
-01038808 00 a 01 domestic 1 007 = 05209113 n 0000 ! 01039843 a 0101 & 01039203 a 0000 & 01039366 a 0000 & 01039460 a 0000 & 01039556 a 0000 & 01039687 a 0000 | of or involving the home or family; "domestic worries"; "domestic happiness"; "they share the domestic chores"; "everything sounded very peaceful and domestic"; "an author of blood-and-thunder novels yet quite domestic in his taste"
-01039203 00 s 01 domesticated 0 001 & 01038808 a 0000 | accustomed to home life; "some men think it unmanly to be domesticated; others find gratification in it"
-01039366 00 s 01 home-loving 0 001 & 01038808 a 0000 | devoted to home duties and pleasures
-01039460 00 s 01 home-style 0 001 & 01038808 a 0000 | as if in the home; "home-style cooking"
-01039556 00 s 01 housewifely 0 002 & 01038808 a 0000 + 10189776 n 0101 | related or suited to a housewife; "housewifely virtues"
-01039687 00 s 01 husbandly 0 002 & 01038808 a 0000 + 10193967 n 0101 | related to or suited to a husband; "assumed husbandly duties like mowing the lawn"
-01039843 00 a 01 undomestic 0 003 = 05209113 n 0000 ! 01038808 a 0101 & 01040087 a 0000 | not domestic or related to home; "had established herself in her career at the price of being so undomestic she didn't even know how to light the oven"
-01040087 00 s 01 undomesticated 0 001 & 01039843 a 0000 | unaccustomed to home life; "after years of marriage he remained essentially undomesticated"
-01040239 00 a 01 forgettable 0 002 ! 01040410 a 0101 & 01040331 a 0000 | easily forgotten
-01040331 00 s 01 unmemorable 0 001 & 01040239 a 0000 | not worth remembering
-01040410 00 a 01 unforgettable 0 004 ! 01040239 a 0101 & 01040544 a 0000 & 01040752 a 0000 & 01040825 a 0000 | impossible to forget
-01040544 00 s 02 haunting 0 persistent 0 001 & 01040410 a 0000 | continually recurring to the mind; "haunting memories"; "the cathedral organ and the distant voices have a haunting beauty"- Claudia Cassidy
-01040752 00 s 01 memorable 2 001 & 01040410 a 0000 | worth remembering
-01040825 00 s 01 red-letter 0 001 & 01040410 a 0000 | memorable for being a special occasion; "on red-letter nights a large gathering greeted the celebrity"
-01040984 00 a 01 forgiving 0 004 + 04829764 n 0101 ! 01041481 a 0101 & 01041209 a 0000 & 01041408 a 0000 | inclined or able to forgive and show mercy; "a kindly forgiving nature"; "a forgiving embrace to the naughty child"
-01041209 00 s 02 kind 0 tolerant 0 003 & 01040984 a 0000 + 00668099 v 0207 + 04829764 n 0102 | tolerant and forgiving under provocation; "our neighbor was very kind about the window our son broke"
-01041408 00 s 01 unvindictive 0 001 & 01040984 a 0000 | not vindictive
-01041481 00 a 01 unforgiving 0 002 ! 01040984 a 0101 & 01041634 a 0000 | unwilling or unable to forgive or show mercy; "a surly unforgiving old woman"
-01041634 00 s 03 revengeful 0 vindictive 0 vengeful 0 003 & 01041481 a 0000 + 07550891 n 0302 + 07550891 n 0201 | disposed to seek revenge or intended for revenge; "more vindictive than jealous love"- Shakespeare; "punishments...essentially vindictive in their nature"- M.R.Cohen
-01041916 00 a 01 formal 1 017 ^ 00605516 a 0000 ^ 01045216 a 0000 = 04911420 n 0000 + 04911420 n 0102 + 01204055 n 0101 ! 01044240 a 0101 & 01042491 a 0000 & 01042703 a 0000 & 01042921 a 0000 & 01043070 a 0000 & 01043226 a 0000 & 01043374 a 0000 & 01043505 a 0000 & 01043619 a 0000 & 01043746 a 0000 & 01043924 a 0000 & 01044118 a 0000 | being in accord with established forms and conventions and requirements (as e.g. of formal dress); "pay one's formal respects"; "formal dress"; "a formal ball"; "the requirement was only formal and often ignored"; "a formal education"
-01042491 00 s 01 ceremonial 0 005 & 01041916 a 0000 + 07450842 n 0102 + 07450842 n 0101 + 01026897 n 0101 + 01027379 n 0101 | marked by pomp or ceremony or formality; "a ceremonial occasion"; "ceremonial garb"
-01042703 00 s 02 ceremonious 0 conventional 0 004 & 01041916 a 0000 + 01026897 n 0101 + 01027379 n 0101 + 04911777 n 0101 | rigidly formal or bound by convention; "their ceremonious greetings did not seem heartfelt"
-01042921 00 s 02 dress 1 full-dress 1 001 & 01041916 a 0000 | (of an occasion) requiring formal clothes; "a dress dinner"; "a full-dress ceremony"
-01043070 00 s 01 form-only(a) 0 001 & 01041916 a 0000 | being a matter of form only; lacking substance; "a form-only requirement that is usually ignored"
-01043226 00 s 02 full-dress 2 dress 2 001 & 01041916 a 0000 | suitable for formal occasions; "formal wear"; "a full-dress uniform"; "dress shoes"
-01043374 00 s 02 nominal 0 titular 0 001 & 01041916 a 0000 | existing in name only; "the nominal (or titular) head of his party"
-01043505 00 s 02 positive 0 prescribed 0 001 & 01041916 a 0000 | formally laid down or imposed; "positive laws"
-01043619 00 s 02 pro_forma 0 perfunctory 0 001 & 01041916 a 0000 | as a formality only; "a one-candidate pro forma election"
-01043746 00 s 03 semiformal 0 semi-formal 0 black-tie 0 001 & 01041916 a 0000 | moderately formal; requiring a dinner jacket; "he wore semiformal attire"; "a black-tie dinner"
-01043924 00 s 03 starchy 0 stiff 0 buckram 0 002 & 01041916 a 0000 + 04815624 n 0204 | rigidly formal; "a starchy manner"; "the letter was stiff and formal"; "his prose has a buckram quality"
-01044118 00 s 01 white-tie 0 001 & 01041916 a 0000 | requiring white ties and tailcoats for men; "a white-tie occasion"
-01044240 00 a 01 informal 1 008 ^ 01045711 a 0000 = 04911420 n 0000 + 04786994 n 0102 ! 01041916 a 0101 & 01044557 a 0000 & 01044730 a 0000 & 01044922 a 0000 & 01045067 a 0000 | not formal; "conservative people unaccustomed to informal dress"; "an informal free-and-easy manner"; "an informal gathering of friends"
-01044557 00 s 03 casual 1 everyday 0 daily 0 002 & 01044240 a 0000 + 04912240 n 0101 | appropriate for ordinary or routine occasions; "casual clothes"; "everyday clothes"
-01044730 00 s 02 free-and-easy 0 casual 2 002 & 01044240 a 0000 + 04912240 n 0201 | natural and unstudied; "using their Christian names in a casual way"; "lectured in a free-and-easy style"
-01044922 00 s 01 folksy 0 002 & 01044240 a 0000 + 07947255 n 0102 | very informal and familiar; "a folksy radio commentator"; "a folksy style"
-01045067 00 s 02 unceremonious 0 unceremonial 0 002 & 01044240 a 0000 + 04912610 n 0101 | without ceremony or formality; "an unceremonious speech"
-01045216 00 a 01 formal 2 005 ^ 01041916 a 0000 ^ 02016535 a 0000 = 04911420 n 0000 ! 01045711 a 0101 & 01045518 a 0000 | (of spoken and written language) adhering to traditional standards of correctness and without casual, contracted, and colloquial forms; "the paper was written in formal English"
-01045518 00 s 01 literary 0 001 & 01045216 a 0000 | appropriate to literature rather than everyday speech or writing; "when trying to impress someone she spoke in an affected literary style"
-01045711 00 a 01 informal 2 010 ^ 01044240 a 0000 ^ 02018486 a 0000 = 04911420 n 0000 ! 01045216 a 0101 & 01045963 a 0000 & 01046226 a 0000 & 01046553 a 0000 & 01046784 a 0000 & 01046994 a 0000 & 01047144 a 0000 | used of spoken and written language
-01045963 00 s 02 colloquial 1 conversational 0 002 & 01045711 a 0000 + 07133701 n 0201 | characteristic of informal spoken language or conversation; "wrote her letters in a colloquial style"; "the broken syntax and casual enunciation of conversational English"
-01046226 00 s 03 common 0 vernacular 0 vulgar 1 003 & 01045711 a 0000 + 07157123 n 0201 + 04795545 n 0101 | being or characteristic of or appropriate to everyday language; "common parlance"; "a vernacular term"; "vernacular speakers"; "the vulgar tongue of the masses"; "the technical and vulgar names for an animal species"
-01046553 00 s 02 epistolary 0 epistolatory 0 002 & 01045711 a 0000 + 06626183 n 0101 | written in the form of or carried on by letters or correspondence; "an endless sequence of epistolary love affairs"; "the epistolatory novel"
-01046784 00 s 01 slangy 0 004 & 01045711 a 0000 + 07159467 n 0101 + 07157273 n 0101 + 04912506 n 0101 | constituting or expressed in slang or given to the use of slang; "a slangy expression"; "slangy speech"
-01046994 00 s 01 subliterary 0 001 & 01045711 a 0000 | not written as or intended to be literature; "subliterary works such as letters and diaries"
-01047144 00 s 02 unliterary 0 nonliterary 0 001 & 01045711 a 0000 | marked by lack of affectation or pedantry; "her talk was very unliterary"- W.D.Howells
-01047301 00 a 01 former(a) 0 001 ! 01047561 a 0101 | referring to the first of two things or persons mentioned (or the earlier one or ones of several); "the novel was made into a film in 1943 and again in 1967; I prefer the former version to the latter one"
-01047561 00 a 01 latter(a) 0 002 ! 01047301 a 0101 & 01047752 a 0000 | referring to the second of two things or persons mentioned (or the last one or ones of several); "in the latter case"
-01047752 00 s 01 last_mentioned 0 001 & 01047561 a 0000 | the one most recently mentioned; "the last mentioned pianist"
-01047874 00 a 01 fortunate 0 011 ^ 01468097 a 0000 ^ 01864123 a 0000 ^ 02331262 a 0000 ! 01049462 a 0101 & 01048202 a 0000 & 01048406 a 0000 & 01048587 a 0000 & 01048762 a 0000 & 01048976 a 0000 & 01049210 a 0000 & 01049352 a 0000 | having unexpected good fortune; "other, less fortunate, children died"; "a fortunate choice"
-01048202 00 s 01 better_off(p) 0 001 & 01047874 a 0000 | in a more fortunate or prosperous condition; "she would have been better off if she had stuck with teaching"; "is better off than his classmate"
-01048406 00 s 02 felicitous 0 happy 0 004 & 01047874 a 0000 + 13987423 n 0201 + 04716210 n 0102 + 13987423 n 0102 | marked by good fortune; "a felicitous life"; "a happy outcome"
-01048587 00 s 01 fortuitous 0 002 & 01047874 a 0000 + 04758980 n 0101 | occurring by happy chance; "profits were enhanced by a fortuitous drop in the cost of raw materials"
-01048762 00 s 02 good 0 well(p) 0 001 & 01047874 a 0000 | resulting favorably; "it's a good thing that I wasn't there"; "it is good that you stayed"; "it is well that no one saw you"; "all's well that ends well"
-01048976 00 s 03 heaven-sent 0 providential 0 miraculous 0 002 & 01047874 a 0000 + 07288801 n 0301 | peculiarly fortunate or appropriate; as if by divine intervention; "a heaven-sent rain saved the crops"; "a providential recovery"
-01049210 00 s 01 lucky 0 003 & 01047874 a 0000 + 11418460 n 0101 + 14473655 n 0102 | occurring by chance; "a lucky escape"; "a lucky guess"
-01049352 00 s 01 well-off 0 001 & 01047874 a 0000 | fortunately situated; "doesn't know when he's well-off"
-01049462 00 a 01 unfortunate 0 013 ^ 01864471 a 0000 ^ 01468682 a 0000 ^ 02333453 a 0000 + 09630641 n 0101 ! 01047874 a 0101 & 01049941 a 0000 & 01050088 a 0000 & 01050603 a 0000 & 01050890 a 0000 & 01051410 a 0000 & 01051718 a 0000 & 01051814 a 0000 & 01052038 a 0000 | not favored by fortune; marked or accompanied by or resulting in ill fortune; "an unfortunate turn of events"; "an unfortunate decision"; "unfortunate investments"; "an unfortunate night for all concerned"
-01049941 00 s 01 abject 0 001 & 01049462 a 0000 | most unfortunate or miserable; "the most abject slaves joined in the revolt"; "abject poverty"
-01050088 00 s 05 black 0 calamitous 0 disastrous 0 fatal 0 fateful 0 003 & 01049462 a 0000 + 07314838 n 0303 + 07314838 n 0201 | (of events) having extremely unfortunate or dire consequences; bringing ruin; "the stock market crashed on Black Friday"; "a calamitous defeat"; "the battle was a disastrous end to a disastrous campaign"; "such doctrines, if true, would be absolutely fatal to my theory"- Charles Darwin; "it is fatal to enter any war without the will to win it"- Douglas MacArthur; "a fateful error"
-01050603 00 s 03 dispossessed 0 homeless 0 roofless 0 004 & 01049462 a 0000 + 10182190 n 0201 + 07948314 n 0201 + 13943053 n 0201 | physically or spiritually homeless or deprived of security; "made a living out of shepherding dispossed people from one country to another"- James Stern
-01050890 00 s 09 hapless 0 miserable 0 misfortunate 0 pathetic 0 piteous 0 pitiable 0 pitiful 0 poor 0 wretched 0 006 & 01049462 a 0000 + 14448333 n 0902 + 07553964 n 0502 + 07305098 n 0501 + 07553964 n 0404 + 14448333 n 0203 | deserving or inciting pity; "a hapless victim"; "miserable victims of war"; "the shabby room struck her as extraordinarily pathetic"- Galsworthy; "piteous appeals for help"; "pitiable homeless children"; "a pitiful fate"; "Oh, you poor thing"; "his poor distorted limbs"; "a wretched life"
-01051410 00 s 05 doomed 0 ill-fated 0 ill-omened 0 ill-starred 0 unlucky 0 001 & 01049462 a 0000 | marked by or promising bad fortune; "their business venture was doomed from the start"; "an ill-fated business venture"; "an ill-starred romance"; "the unlucky prisoner was again put in irons"- W.H.Prescott
-01051718 00 s 01 downtrodden 0 001 & 01049462 a 0000 | abused or oppressed by people in power
-01051814 00 s 02 infelicitous 0 unhappy 0 001 & 01049462 a 0000 | marked by or producing unhappiness; "infelicitous circumstances"; "unhappy caravans, straggling afoot through swamps and canebrakes"- American Guide Series
-01052038 00 s 02 regrettable 0 too_bad 0 001 & 01049462 a 0000 | deserving regret; "regrettable remarks"; "it's regrettable that she didn't go to college"; "it's too bad he had no feeling himself for church"
-01052248 00 a 01 fragrant 0 007 + 05714466 n 0102 + 04980463 n 0102 ! 01053144 a 0101 & 01052428 a 0000 & 01052611 a 0000 & 01052888 a 0000 & 01053046 a 0000 | pleasant-smelling
-01052428 00 s 02 aromatic 0 redolent 0 003 & 01052248 a 0000 + 04980463 n 0204 + 05714466 n 0101 | having a strong pleasant odor; "the pine woods were more redolent"- Jean Stafford
-01052611 00 s 07 odoriferous 1 odorous 1 perfumed 1 scented 1 sweet 0 sweet-scented 0 sweet-smelling 0 002 & 01052248 a 0000 + 04980463 n 0505 | having a natural fragrance; "odoriferous spices"; "the odorous air of the orchard"; "the perfumed air of June"; "scented flowers"
-01052888 00 s 02 perfumed 2 scented 2 001 & 01052248 a 0000 | filled or impregnated with perfume; "perfumed boudoir"; "perfumed stationery"; "scented soap"
-01053046 00 s 01 musky 0 002 & 01052248 a 0000 + 05714332 n 0101 | resembling the smell of musk
-01053144 00 a 05 malodorous 0 malodourous 0 unpleasant-smelling 0 ill-smelling 0 stinky 0 015 + 04980656 n 0502 + 05714894 n 0504 + 04980656 n 0101 ! 01052248 a 0101 & 01053539 a 0000 & 01053634 a 0000 & 01053915 a 0000 & 01054047 a 0000 & 01054204 a 0000 & 01054367 a 0000 & 01054504 a 0000 & 01054630 a 0000 & 01054741 a 0000 & 01054832 a 0000 & 01054922 a 0000 | having an unpleasant smell
-01053539 00 s 01 bilgy 0 002 & 01053144 a 0000 + 15059797 n 0101 | smelling like bilge water
-01053634 00 s 09 fetid 0 foetid 0 foul 0 foul-smelling 0 funky 0 noisome 0 smelly 0 stinking 0 ill-scented 0 005 & 01053144 a 0000 + 04980008 n 0702 + 04790774 n 0602 + 04980656 n 0303 + 04980656 n 0105 | offensively malodorous; "a foul odor"; "the kitchen smelled really funky"
-01053915 00 s 03 fusty 0 musty 0 frowsty 0 003 & 01053144 a 0000 + 04928194 n 0202 + 04928194 n 0201 | stale and unclean smelling
-01054047 00 s 03 gamey 0 gamy 0 high 0 003 & 01053144 a 0000 + 07650449 n 0201 + 07650449 n 0101 | (used of the smell of meat) smelling spoiled or tainted
-01054204 00 s 02 miasmic 0 mephitic 0 004 & 01053144 a 0000 + 15035975 n 0201 + 05714894 n 0208 + 14526032 n 0101 | of noxious stench from atmospheric pollution
-01054367 00 s 01 niffy 0 004 & 01053144 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 + 05715150 n 0101 | (British informal) malodorous
-01054504 00 s 02 odoriferous 2 odorous 2 001 & 01053144 a 0000 | emitting an odor; "odorous salt pork and weevily hardtack"
-01054630 00 s 01 putrid-smelling 0 001 & 01053144 a 0000 | having the putrid odor of decaying organic matter
-01054741 00 s 01 rank-smelling 0 001 & 01053144 a 0000 | having an offensive rancid odor
-01054832 00 s 01 reeking 0 001 & 01053144 a 0000 | giving off a strong unpleasant smell
-01054922 00 s 02 sour 0 rancid 0 004 & 01053144 a 0000 + 04992431 n 0201 + 14561839 n 0201 + 04993882 n 0101 | smelling of fermentation or staleness
-01055073 00 a 01 odorous 0 026 = 04980008 n 0000 + 04980008 n 0104 ! 01057775 a 0101 & 01055682 a 0000 & 01055767 a 0000 & 01055846 a 0000 & 01055923 a 0000 & 01056001 a 0000 & 01056086 a 0000 & 01056163 a 0000 & 01056242 a 0000 & 01056325 a 0000 & 01056402 a 0000 & 01056481 a 0000 & 01056558 a 0000 & 01056636 a 0000 & 01056711 a 0000 & 01056802 a 0000 & 01056897 a 0000 & 01057103 a 0000 & 01057270 a 0000 & 01057348 a 0000 & 01057447 a 0000 & 01057541 a 0000 & 01057614 a 0000 & 01057695 a 0000 | having odor or a characteristic odor; "odorous jasmine flowers"; "odorous garbage"; "fresh odorous bread"
-01055682 00 s 01 alliaceous 0 001 & 01055073 a 0000 | smelling of onions or garlic
-01055767 00 s 01 almond-scented 0 001 & 01055073 a 0000 | smelling of almond
-01055846 00 s 01 anise-scented 0 001 & 01055073 a 0000 | smelling of anise
-01055923 00 s 01 apple-scented 0 001 & 01055073 a 0000 | smelling of apples
-01056001 00 s 01 balsam-scented 0 001 & 01055073 a 0000 | smelling of balsam resin
-01056086 00 s 01 candy-scented 0 001 & 01055073 a 0000 | smelling of candy
-01056163 00 s 01 cedar-scented 0 001 & 01055073 a 0000 | smelling like cedar
-01056242 00 s 01 cinnamon-scented 0 001 & 01055073 a 0000 | smelling of cinnamon
-01056325 00 s 01 clove-scented 0 001 & 01055073 a 0000 | smelling of clove
-01056402 00 s 01 ginger-scented 0 001 & 01055073 a 0000 | smelling of ginger
-01056481 00 s 01 honey-scented 0 001 & 01055073 a 0000 | smelling of honey
-01056558 00 s 01 lemon-scented 0 001 & 01055073 a 0000 | smelling of lemons
-01056636 00 s 01 mint-scented 0 001 & 01055073 a 0000 | smelling of mint
-01056711 00 s 02 musk-scented 0 musky-scented 0 001 & 01055073 a 0000 | smelling of musk
-01056802 00 s 01 pleasant-smelling 0 001 & 01055073 a 0000 | having an odor that is pleasing
-01056897 00 s 02 redolent(p) 0 smelling(p) 0 001 & 01055073 a 0000 | (used with `of' or `with') noticeably odorous; "the hall was redolent of floor wax"; "air redolent with the fumes of beer and whiskey"
-01057103 00 s 01 scented 0 002 & 01055073 a 0000 ;u 06307152 n 0000 | (used in combination) having the odor of; "clean-scented laundry"; "a manure-scented barnyard"
-01057270 00 s 01 spice-scented 0 001 & 01055073 a 0000 | smelling of spices
-01057348 00 s 02 strong-smelling 0 strong-scented 0 001 & 01055073 a 0000 | having a strong odor
-01057447 00 s 02 tansy-scented 0 tansy-smelling 0 001 & 01055073 a 0000 | smelling of tansy
-01057541 00 s 01 tea-scented 0 001 & 01055073 a 0000 | smelling of tea
-01057614 00 s 01 vanilla-scented 0 001 & 01055073 a 0000 | smelling of vanilla
-01057695 00 s 01 violet-scented 0 001 & 01055073 a 0000 | smelling of violets
-01057775 00 a 03 odorless 0 odourless 0 inodorous 0 004 = 04980008 n 0000 ! 01055073 a 0101 & 01057958 a 0000 & 01058029 a 0000 | having no odor; "odorless gas"; "odorless flowers"
-01057958 00 s 01 non-aromatic 0 001 & 01057775 a 0000 | not aromatic
-01058029 00 s 01 scentless 0 001 & 01057775 a 0000 | emitting or holding no odor; "scentless wisps of straw"; "a scentless stretch of rocky ground"
-01058179 00 a 01 scented 0 001 ! 01058281 a 0101 | having the sense of smell; "keen-scented hounds"
-01058281 00 a 01 scentless 0 001 ! 01058179 a 0101 | lacking the sense of smell
-01058363 00 a 01 free 2 005 ;c 06084469 n 0000 ;c 06090869 n 0000 ! 01058854 a 0101 & 01058650 a 0000 & 01058756 a 0000 | unconstrained or not chemically bound in a molecule or not fixed and capable of relatively unrestricted motion; "free expansion"; "free oxygen"; "a free electron"
-01058650 00 s 01 liberated 0 001 & 01058363 a 0000 | (of a gas e.g.) released from chemical combination
-01058756 00 s 01 unbound 0 001 & 01058363 a 0000 | not held in chemical or physical combination
-01058854 00 a 01 bound 3 005 ;c 06084469 n 0000 ;c 06090869 n 0000 ! 01058363 a 0101 & 01059058 a 0000 & 01059252 a 0000 | held with another element, substance or material in chemical or physical union
-01059058 00 s 02 conjugate 1 conjugated 1 002 & 01058854 a 0000 ;c 06084469 n 0000 | of an organic compound; containing two or more double bonds each separated from the other by a single bond
-01059252 00 s 02 conjugate 2 conjugated 2 002 & 01058854 a 0000 ;c 06084469 n 0000 | formed by the union of two compounds; "a conjugated protein"
-01059400 00 a 01 fixed 0 011 ^ 02095311 a 0000 + 04777098 n 0102 + 04777098 n 0103 ! 01060785 a 0101 & 01059711 a 0000 & 01059911 a 0000 & 01060110 a 0000 & 01060304 a 0000 & 01060445 a 0000 & 01060570 a 0000 & 01060712 a 0000 | securely placed or fastened or set; "a fixed piece of wood"; "a fixed resistor"
-01059711 00 s 03 fast 0 firm 0 immobile 0 004 & 01059400 a 0000 + 14006490 n 0302 + 04777852 n 0202 + 04777098 n 0101 | securely fixed in place; "the post was still firm after being hit by the car"
-01059911 00 s 01 geostationary 0 001 & 01059400 a 0000 | of or having a geosynchronous orbit such that the position in such an orbit is fixed with respect to the earth; "a geostationary satellite"
-01060110 00 s 01 geosynchronous 0 001 & 01059400 a 0000 | of or having an orbit with a fixed period of 24 hours (although the position in the orbit may not be fixed with respect to the earth)
-01060304 00 s 01 leaded 0 001 & 01059400 a 0000 | (of panes of glass) fixed in place by means of thin strips of lead; "leaded windowpanes"
-01060445 00 s 01 stationary 0 002 & 01059400 a 0000 + 14006490 n 0101 | not capable of being moved; "stationary machinery"
-01060570 00 s 01 taped 0 001 & 01059400 a 0000 | secured or held in place by tape; "carefully taped pieces of glass served as a windowpane"
-01060712 00 s 01 unadjustable 0 001 & 01059400 a 0000 | not adjustable
-01060785 00 a 01 unfixed 0 005 ^ 02095786 a 0000 ! 01059400 a 0101 & 01060947 a 0000 & 01061100 a 0000 & 01061310 a 0000 | not firmly placed or set or fastened
-01060947 00 s 02 detached 0 free 0 001 & 01060785 a 0000 | not fixed in position; "the detached shutter fell on him"; "he pulled his arm free and ran"
-01061100 00 s 01 floating(a) 0 001 & 01060785 a 0000 | (of a part of the body) not firmly connected; movable or out of normal position; "floating ribs are not connected with the sternum"; "a floating kidney"
-01061310 00 s 02 unfirm 0 unsteady 0 002 & 01060785 a 0000 + 04775562 n 0201 | not firmly or solidly positioned; "climbing carefully up the unsteady ladder"; "an unfirm stance"
-01061489 00 a 01 free 0 020 ^ 01065694 a 0000 ^ 00727564 a 0000 ^ 00254152 a 0000 ^ 00559425 a 0000 ^ 02000680 a 0000 ^ 02002814 a 0000 = 13991823 n 0000 ! 01064286 a 0101 & 01062114 a 0000 & 01062393 a 0000 & 01062631 a 0000 & 01062819 a 0000 & 01062938 a 0000 & 01063102 a 0000 & 01063286 a 0000 & 01063490 a 0000 & 01063638 a 0000 & 01063753 a 0000 & 01063958 a 0000 & 01064167 a 0000 | able to act at will; not hampered; not under compulsion or restraint; "free enterprise"; "a free port"; "a free country"; "I have an hour free"; "free will"; "free of racism"; "feel free to stay as long as you wish"; "a free choice"
-01062114 00 s 04 at_large(p) 0 escaped 0 loose 1 on_the_loose(p) 0 001 & 01061489 a 0000 | having escaped, especially from confinement; "a convict still at large"; "searching for two escaped prisoners"; "dogs loose on the streets"; "criminals on the loose in the neighborhood"
-01062393 00 s 04 autonomous 0 independent 0 self-governing 0 sovereign 0 003 & 01061489 a 0000 + 13994148 n 0201 + 13992514 n 0101 | (of political bodies) not controlled by outside forces; "an autonomous judiciary"; "a sovereign state"
-01062631 00 s 02 available 0 uncommitted 0 001 & 01061489 a 0000 | not busy; not otherwise committed; "he was not available for comment"; "he was available and willing to accompany her"
-01062819 00 s 02 aweigh 0 atrip 0 002 & 01061489 a 0000 ;c 00314469 n 0000 | (of an anchor) just clear of the bottom
-01062938 00 s 01 clear(p) 2 001 & 01061489 a 0000 | free from contact or proximity or connection; "we were clear of the danger"; "the ship was clear of the reef"
-01063102 00 s 02 emancipated 0 liberated 0 001 & 01061489 a 0000 | free from traditional social restraints; "an emancipated young woman pursuing her career"; "a liberated lifestyle"
-01063286 00 s 01 footloose 0 001 & 01061489 a 0000 | free to go or do as one pleases; "Americans have always been a footloose people always moving on"; "a footloose young man eager to see the big city"
-01063490 00 s 01 out-of-school 0 001 & 01061489 a 0000 | not attending school and therefore free to work; "opportunities for out-of-school youth"
-01063638 00 s 02 unconfined 0 unimprisoned 0 001 & 01061489 a 0000 | free from confinement or physical restraint
-01063753 00 s 01 unconstrained 0 001 & 01061489 a 0000 | free from constraint; "he was unconstrained by any of the sanctions of polite society"; "the dog was unconstrained"; "idle, unconstrained gossip"
-01063958 00 s 01 unhampered 0 001 & 01061489 a 0000 | not held in check or subject to control; "unhampered dissemination of news"; "this would give black people the opportunity to live unhampered by racism"
-01064167 00 s 01 unrestricted 0 001 & 01061489 a 0000 | free of restrictions on conduct; "I had unrestricted access"
-01064286 00 a 01 unfree 0 014 ^ 00252954 a 0000 ^ 00558373 a 0000 ^ 00725772 a 0000 ^ 02002227 a 0000 = 13991823 n 0000 ! 01061489 a 0101 & 01064619 a 0000 & 01064806 a 0000 & 01064913 a 0000 & 01065126 a 0000 & 01065321 a 0000 & 01065401 a 0000 & 01065538 a 0000 & 01065614 a 0000 | hampered and not free; not able to act at will
-01064619 00 s 02 adscript 0 adscripted 0 001 & 01064286 a 0000 | (used of persons) bound to a tract of land; hence their service is transferable from owner to owner; "an adscript serf"
-01064806 00 s 04 apprenticed 0 articled 0 bound 0 indentured 0 001 & 01064286 a 0000 | bound by contract
-01064913 00 s 04 at_bay(p) 0 cornered 0 trapped 0 treed 0 001 & 01064286 a 0000 | forced to turn and face attackers; "a stag at bay"; "she had me cornered between the porch and her car"; "like a trapped animal"
-01065126 00 s 04 captive 0 confined 0 imprisoned 0 jailed 0 006 & 01064286 a 0000 + 09893600 n 0101 + 09893502 n 0101 + 10476086 n 0102 + 13999206 n 0101 + 13997050 n 0102 | being in captivity
-01065321 00 s 01 entangled 0 001 & 01064286 a 0000 | involved in difficulties
-01065401 00 s 02 nonautonomous 0 nonsovereign 0 001 & 01064286 a 0000 | (of peoples and political bodies) controlled by outside forces
-01065538 00 s 01 prisonlike 0 001 & 01064286 a 0000 | resembling a prison
-01065614 00 s 01 serflike 0 001 & 01064286 a 0000 | like someone in servitude
-01065694 00 a 01 free 1 004 ^ 01061489 a 0000 ! 01066070 a 0101 & 01065861 a 0000 & 01065941 a 0000 | not held in servitude; "after the Civil War he was a free man"
-01065861 00 s 01 freeborn 0 001 & 01065694 a 0000 | born free of free parents
-01065941 00 s 03 free-soil 0 slaveless 0 non-slave 0 001 & 01065694 a 0000 | where slavery was prohibited; "a free-soil state"
-01066070 00 a 01 unfree 1 004 ^ 01064286 a 0000 ! 01065694 a 0101 & 01066226 a 0000 & 01066441 a 0000 | held in servitude; "he was born of slave parents"
-01066226 00 s 01 servile(a) 0 001 & 01066070 a 0000 | relating to or involving slaves or appropriate for slaves or servants; "Brown's attempt at servile insurrection"; "the servile wars of Sicily"; "servile work"
-01066441 00 s 01 slaveholding 0 001 & 01066070 a 0000 | allowing slavery; "the slaveholding South"
-01066542 00 a 01 frequent 0 007 + 13598237 n 0101 + 15278281 n 0102 + 02466134 v 0106 + 01844431 v 0101 ! 01067193 a 0101 & 01066787 a 0000 & 01067003 a 0000 | coming at short intervals or habitually; "a frequent guest"; "frequent complaints"
-01066787 00 s 05 prevailing 0 prevalent 0 predominant 0 dominant 0 rife 0 005 & 01066542 a 0000 + 04707409 n 0302 + 02644234 v 0301 + 04765355 n 0201 + 02647497 v 0201 | most frequent or common; "prevailing winds"
-01067003 00 s 02 regular 0 steady 0 003 & 01066542 a 0000 + 10517405 n 0101 + 04767347 n 0101 | relating to a person who does something regularly; "a regular customer"; "a steady drinker"
-01067193 00 a 01 infrequent 0 005 ^ 00593374 a 0000 + 05117237 n 0103 ! 01066542 a 0101 & 01067415 a 0000 & 01067538 a 0000 | not frequent; not occurring regularly or at short intervals; "infrequent outbursts of temper"
-01067415 00 s 01 occasional(a) 0 001 & 01067193 a 0000 | occurring from time to time; "took an occasional glass of wine"
-01067538 00 s 01 rare 0 002 & 01067193 a 0000 + 05117237 n 0102 | recurring only at long intervals; "a rare appearance"; "total eclipses are rare events"
-01067694 00 a 01 fresh 1 011 ^ 01640850 a 0000 = 04926728 n 0000 + 04926728 n 0101 ! 01068726 a 0101 & 01068012 a 0000 & 01068104 a 0000 & 01068217 a 0000 & 01068306 a 0000 & 01068438 a 0000 & 01068513 a 0000 & 01068609 a 0000 | recently made, produced, or harvested; "fresh bread"; "a fresh scent"; "fresh lettuce"
-01068012 00 s 01 caller 0 002 & 01067694 a 0000 ;r 08890097 n 0000 | fresh; "caller fish"
-01068104 00 s 01 crisp 0 002 & 01067694 a 0000 + 04927098 n 0101 | pleasingly firm and fresh; "crisp lettuce"
-01068217 00 s 01 fresh-cut 0 001 & 01067694 a 0000 | cut recently; "fresh-cut flowers"
-01068306 00 s 04 good 0 undecomposed 0 unspoiled 0 unspoilt 0 001 & 01067694 a 0000 | not left to spoil; "the meat is still good"
-01068438 00 s 01 hot 0 001 & 01067694 a 0000 | newly made; "a hot scent"
-01068513 00 s 01 new-made 0 001 & 01067694 a 0000 | newly made; "the aroma of new-made bread"
-01068609 00 s 02 strong 0 warm 0 001 & 01067694 a 0000 | freshly made or left; "a warm trail"; "the scent is warm"
-01068726 00 a 01 stale 0 018 ^ 01638438 a 0000 ^ 01688271 a 0000 = 04928008 n 0000 + 04928008 n 0101 ! 01067694 a 0101 & 01069187 a 0000 & 01069283 a 0000 & 01069454 a 0000 & 01069607 a 0000 & 01069715 a 0000 & 01069823 a 0000 & 01070002 a 0000 & 01070088 a 0000 & 01070321 a 0000 & 01070538 a 0000 & 01070716 a 0000 & 01070844 a 0000 & 01071049 a 0000 | lacking freshness, palatability, or showing deterioration from age; "stale bread"; "the beer was stale"
-01069187 00 s 01 addled 0 001 & 01068726 a 0000 | (of eggs) no longer edible; "an addled egg"
-01069283 00 s 03 bad 0 spoiled 0 spoilt 0 001 & 01068726 a 0000 | (of foodstuffs) not in an edible or usable condition; "bad meat"; "a refrigerator full of spoilt food"
-01069454 00 s 01 cold 0 001 & 01068726 a 0000 | having lost freshness through passage of time; "a cold trail"; "dogs attempting to catch a cold scent"
-01069607 00 s 01 day-old 0 001 & 01068726 a 0000 | not fresh today; "day-old bread is cheaper than fresh"
-01069715 00 s 01 hard 0 001 & 01068726 a 0000 | dried out; "hard dry rolls left over from the day before"
-01069823 00 s 02 flyblown 0 maggoty 0 002 & 01068726 a 0000 + 02312175 n 0201 | spoiled and covered with eggs and larvae of flies; "flyblown meat"; "a sack of maggoty apricots"
-01070002 00 s 02 limp 0 wilted 0 001 & 01068726 a 0000 | not firm; "wilted lettuce"
-01070088 00 s 03 moldy 0 mouldy 0 musty 0 006 & 01068726 a 0000 + 04928194 n 0302 + 04928194 n 0301 + 13077033 n 0202 + 13077033 n 0101 + 04928194 n 0103 | covered with or smelling of mold; "moldy bread"; "a moldy (or musty) odor"
-01070321 00 s 01 rancid 0 002 & 01068726 a 0000 + 04992431 n 0101 | (used of decomposing oils or fats) having a rank smell or taste usually due to a chemical change or decomposition; "rancid butter"; "rancid bacon"
-01070538 00 s 01 rotten 0 003 & 01068726 a 0000 + 14561102 n 0103 + 04791591 n 0102 | having decayed or disintegrated; usually implies foulness; "dead and rotten in his grave"
-01070716 00 s 02 corrupt 0 tainted 0 001 & 01068726 a 0000 | touched by rot or decay; "tainted bacon"; "`corrupt' is archaic"
-01070844 00 s 01 putrid 0 003 & 01068726 a 0000 + 14561102 n 0102 + 14488200 n 0101 | in an advanced state of decomposition and having a foul odor; "horrible like raw and putrid flesh"- Somerset Maugham
-01071049 00 s 01 putrescent 0 003 & 01068726 a 0000 + 14561102 n 0101 + 04791591 n 0101 | becoming putrid; "a trail lined by putrescent carcasses"
-01071198 00 a 01 fresh 2 002 ! 01071423 a 0101 & 01071321 a 0000 | not canned or otherwise preserved; "fresh vegetables"
-01071321 00 s 01 unprocessed 0 001 & 01071198 a 0000 | not treated or prepared by a special process
-01071423 00 a 01 preserved 2 015 ! 01071198 a 0101 & 01071794 a 0000 & 01071941 a 0000 & 01072112 a 0000 & 01072196 a 0000 & 01072297 a 0000 & 01072382 a 0000 & 01072586 a 0000 & 01072782 a 0000 & 01072908 a 0000 & 01073094 a 0000 & 01073194 a 0000 & 01073311 a 0000 & 01073435 a 0000 & 01073592 a 0000 | prevented from decaying or spoiling and prepared for future use
-01071794 00 s 02 aged 0 cured 1 001 & 01071423 a 0000 | (used of tobacco) aging as a preservative process (`aged' is pronounced as one syllable)
-01071941 00 s 04 candied 0 crystalized 0 crystalised 0 glace 0 001 & 01071423 a 0000 | (used especially of fruits) preserved by coating with or allowing to absorb sugar
-01072112 00 s 02 canned 0 tinned 0 001 & 01071423 a 0000 | sealed in a can or jar
-01072196 00 s 02 corned 0 cured 2 001 & 01071423 a 0000 | (used especially of meat) cured in brine
-01072297 00 s 01 cured 3 001 & 01071423 a 0000 | (used of hay e.g.) allowed to dry
-01072382 00 s 03 dried 0 dehydrated 0 desiccated 0 001 & 01071423 a 0000 | preserved by removing natural moisture; "dried beef"; "dried fruit"; "dehydrated eggs"; "shredded and desiccated coconut meat"
-01072586 00 s 03 flash-frozen 0 quick-frozen 0 frozen 0 001 & 01071423 a 0000 | (used of foods) preserved by freezing sufficiently rapidly to retain flavor and nutritional value; "frozen foods"
-01072782 00 s 01 freeze-dried 1 001 & 01071423 a 0000 | preserved by freezing and drying in a vacuum; "freeze-dried coffee"
-01072908 00 s 03 lyophilized 0 lyophilised 0 freeze-dried 2 001 & 01071423 a 0000 | used of tissue or blood or serum or other biological substances; dried by freezing in a high vacuum
-01073094 00 s 01 pickled 0 001 & 01071423 a 0000 | (used of foods) preserved in a pickling liquid
-01073194 00 s 01 potted 0 001 & 01071423 a 0000 | preserved in a pot or can or jar; "potted meat"; "potted shrimp"
-01073311 00 s 03 salted 0 salt-cured 0 brine-cured 0 001 & 01071423 a 0000 | (used especially of meats) preserved in salt
-01073435 00 s 03 smoked 0 smoke-cured 0 smoke-dried 0 001 & 01071423 a 0000 | (used especially of meats and fish) dried and cured by hanging in wood smoke
-01073592 00 s 02 sun-dried 0 sundried 0 001 & 01071423 a 0000 | dried naturally by the sun; "sun-dried apricots"
-01073707 00 a 02 fresh 3 sweet 0 001 ! 01073822 a 0101 | not containing or composed of salt water; "fresh water"
-01073822 00 a 01 salty 0 009 ^ 02395115 a 0000 + 04993413 n 0101 + 15010703 n 0101 + 07813107 n 0101 ! 01073707 a 0101 & 01074062 a 0000 & 01074335 a 0000 & 01074458 a 0000 & 01074582 a 0000 | containing or filled with salt; "salt water"
-01074062 00 s 02 brackish 0 briny 0 006 & 01073822 a 0000 + 09345932 n 0202 + 15008847 n 0203 + 07937203 n 0201 + 04993604 n 0201 + 04993752 n 0101 | slightly salty (especially from containing a mixture of seawater and fresh water); "a brackish lagoon"; "the briny deep"
-01074335 00 s 01 saliferous 0 001 & 01073822 a 0000 | containing or yielding salt; "saliferous formations"; "salt domes"
-01074458 00 s 01 saline 0 002 & 01073822 a 0000 + 04993604 n 0102 | containing salt; "a saline substance "; "salty tears"
-01074582 00 s 01 saltish 0 001 & 01073822 a 0000 | somewhat salty
-01074650 00 a 01 friendly 1 019 ^ 01246579 a 0000 ^ 00560586 a 0000 ^ 01141743 a 0000 ^ 01243825 a 0000 ^ 02257141 a 0000 ^ 02248349 a 0000 ^ 02530861 a 0000 = 04654337 n 0000 + 10112591 n 0101 + 04654337 n 0101 ! 01076793 a 0101 & 01075178 a 0000 & 01075524 a 0000 & 01075742 a 0000 & 01075864 a 0000 & 01076024 a 0000 & 01076145 a 0000 & 01076435 a 0000 & 01076634 a 0000 | characteristic of or befitting a friend; "friendly advice"; "a friendly neighborhood"; "the only friendly person here"; "a friendly host and hostess"
-01075178 00 s 04 affable 0 amiable 0 cordial 0 genial 0 008 & 01074650 a 0000 + 04654652 n 0406 + 04655929 n 0302 + 07551691 n 0204 + 04654652 n 0203 + 13970460 n 0201 + 04654652 n 0101 + 04654652 n 0102 | diffusing warmth and friendliness; "an affable smile"; "an amiable gathering"; "cordial relations"; "a cordial greeting"; "a genial host"
-01075524 00 s 04 chummy 0 matey 0 pally 0 palsy-walsy 0 005 & 01074650 a 0000 ;u 07075172 n 0000 + 10300154 n 0201 + 09877951 n 0103 + 04653627 n 0101 | (used colloquially) having the relationship of friends or pals
-01075742 00 s 01 companionate 0 001 & 01074650 a 0000 | like a companion; "companionate marriage"; "a companionate dog"
-01075864 00 s 03 comradely 0 hail-fellow 0 hail-fellow-well-met 0 003 & 01074650 a 0000 + 09945905 n 0102 + 04653627 n 0103 | heartily friendly and congenial
-01076024 00 s 02 couthie 0 couthy 0 002 & 01074650 a 0000 ;r 08890097 n 0000 | (chiefly Scottish) agreeable and genial
-01076145 00 s 03 cozy 0 intimate 0 informal 0 003 & 01074650 a 0000 + 04912052 n 0301 + 14446298 n 0101 | having or fostering a warm or friendly and informal atmosphere; "had a cozy chat"; "a relaxed informal manner"; "an intimate cocktail lounge"; "the small room was cozy and intimate"
-01076435 00 s 02 neighborly 0 neighbourly 0 005 & 01074650 a 0000 + 10352299 n 0202 + 04656051 n 0202 + 10352299 n 0101 + 04656051 n 0101 | exhibiting the qualities expected in a friendly neighbor
-01076634 00 s 01 social 0 003 & 01074650 a 0000 + 08256369 n 0102 + 04652635 n 0101 | marked by friendly companionship with others; "a social cup of coffee"
-01076793 00 a 01 unfriendly 1 012 ^ 02531422 a 0000 ^ 01244410 a 0000 ^ 01244195 a 0000 ^ 00561036 a 0000 ^ 02258600 a 0000 = 04654337 n 0000 + 04657876 n 0101 ! 01074650 a 0101 & 01077158 a 0000 & 01077263 a 0000 & 01077362 a 0000 & 01077485 a 0000 | not disposed to friendship or friendliness; "an unfriendly coldness of manner"; "an unfriendly action to take"
-01077158 00 s 02 beetle-browed 0 scowling 0 001 & 01076793 a 0000 | sullen or unfriendly in appearance
-01077263 00 s 01 chilly 0 001 & 01076793 a 0000 | lacking warmth of feeling; "a chilly greeting"
-01077362 00 s 01 uncordial 0 001 & 01076793 a 0000 | lacking warmth or friendliness; "looked uncordial as we approached"
-01077485 00 s 02 unneighborly 0 unneighbourly 0 002 & 01076793 a 0000 + 04658816 n 0101 | not exhibiting the qualities expected in a friendly neighbor
-01077638 00 a 01 friendly 2 001 ! 01077829 a 0101 | of or belonging to your own country's forces or those of an ally; "in friendly territory"; "he was accidentally killed by friendly fire"
-01077829 00 a 01 hostile 2 002 ! 01077638 a 0101 + 00964781 n 0101 | not belonging to your own country's forces or those of an ally; "hostile naval and air forces"
-01077995 00 a 01 friendly 3 002 ;u 06307152 n 0000 ! 01078178 a 0101 | easy to understand or use; "user-friendly computers"; "a consumer-friendly policy"; "a reader-friendly novel"
-01078178 00 a 01 unfriendly 2 002 ;u 06307152 n 0000 ! 01077995 a 0101 | not easy to understand or use; "user-unfriendly"
-01078302 00 a 01 frozen 0 011 ^ 01251128 a 0000 ^ 01506770 a 0000 ! 01079683 a 0101 & 01078673 a 0000 & 01078840 a 0000 & 01078932 a 0000 & 01079052 a 0000 & 01079143 a 0000 & 01079240 a 0000 & 01079396 a 0000 & 01079532 a 0000 | turned into ice; affected by freezing or by long and severe cold; "the frozen North"; "frozen pipes"; "children skating on a frozen brook"
-01078673 00 s 01 frostbitten 0 001 & 01078302 a 0000 | injured by freezing or partial freezing; "frostbitten fingers"; "frostbitten grapes unsalable as fresh fruit"
-01078840 00 s 01 frost-bound 0 001 & 01078302 a 0000 | (of the ground) made hard by frost
-01078932 00 s 01 glaciated 0 001 & 01078302 a 0000 | covered with ice (as by a glacier) or affected by glacial action
-01079052 00 s 01 icebound 0 001 & 01078302 a 0000 | locked in by ice; "icebound harbors"
-01079143 00 s 01 ice-clogged 0 001 & 01078302 a 0000 | obstructed by ice; "ice-clogged rivers"
-01079240 00 s 01 icy 0 003 & 01078302 a 0000 + 03558176 n 0103 + 05015463 n 0102 | covered with or containing or consisting of ice; "icy northern waters"
-01079396 00 s 01 sleety 0 002 & 01078302 a 0000 + 11507951 n 0101 | consisting of or of the nature of frozen or partially frozen rain
-01079532 00 s 01 unthawed 0 001 & 01078302 a 0000 | still frozen; "there wasn't time to cook the unthawed turkey, so they had to settle for hotdogs"
-01079683 00 a 01 unfrozen 0 006 ^ 01505991 a 0000 ! 01078302 a 0101 & 01079857 a 0000 & 01079978 a 0000 & 01080060 a 0000 & 01080197 a 0000 | not frozen; "unfrozen ground"
-01079857 00 s 01 ice-free 0 001 & 01079683 a 0000 | free of ice and open to travel; "an ice-free channel in the river"
-01079978 00 s 02 liquescent 0 melting 0 001 & 01079683 a 0000 | becoming liquid
-01080060 00 s 01 slushy 0 002 & 01079683 a 0000 + 15043308 n 0101 | being or resembling melting snow; "slushy snow"; "deep slushy mud"
-01080197 00 s 01 thawed 0 001 & 01079683 a 0000 | no longer frozen; "the thawed ground was muddy"
-01080297 00 a 01 fruitful 0 017 ^ 01001689 a 0000 ^ 01865197 a 0000 + 05147381 n 0101 ! 01082535 a 0101 & 01080717 a 0000 & 01080823 a 0000 & 01080900 a 0000 & 01081068 a 0000 & 01081263 a 0000 & 01081340 a 0000 & 01081592 a 0000 & 01081917 a 0000 & 01082038 a 0000 & 01082115 a 0000 & 01082302 a 0000 & 01082377 a 0000 & 01082456 a 0000 | productive or conducive to producing in abundance; "be fruitful and multiply"
-01080717 00 s 03 berried 0 baccate 0 bacciferous 0 001 & 01080297 a 0000 | producing or bearing berries
-01080823 00 s 01 blue-fruited 0 001 & 01080297 a 0000 | bearing blue fruit
-01080900 00 s 02 bountiful 0 plentiful 0 002 & 01080297 a 0000 + 05115418 n 0102 | producing in abundance; "the bountiful earth"; "a plentiful year"; "fruitful soil"
-01081068 00 s 01 breeding 0 001 & 01080297 a 0000 | producing offspring or set aside especially for producing offspring; "the breeding population"; "retained a few bulls for breeding purposes"
-01081263 00 s 01 dark-fruited 0 001 & 01080297 a 0000 | bearing dark fruit
-01081340 00 s 04 fat 0 fertile 1 productive 0 rich 0 005 & 01080297 a 0000 + 05164101 n 0401 + 05147586 n 0401 + 05147940 n 0301 + 05147586 n 0204 | marked by great fruitfulness; "fertile farmland"; "a fat land"; "a productive vineyard"; "rich soil"
-01081592 00 s 03 generative 0 procreative 0 reproductive 0 004 & 01080297 a 0000 + 00055142 v 0301 + 00055142 v 0202 + 00054628 v 0107 | producing new life or offspring; "the reproductive potential of a species is its relative capacity to reproduce itself under optimal conditions"; "the reproductive or generative organs"
-01081917 00 s 01 high-yield 0 001 & 01080297 a 0000 | yielding a large amount of agricultural or industrial production
-01082038 00 s 01 oval-fruited 0 001 & 01080297 a 0000 | bearing oval fruit
-01082115 00 s 02 prolific 0 fertile 2 002 & 01080297 a 0000 + 14051494 n 0201 | bearing in abundance especially offspring; "flying foxes are extremely prolific"; "a prolific pear tree"
-01082302 00 s 01 red-fruited 0 001 & 01080297 a 0000 | bearing red fruit
-01082377 00 s 01 round-fruited 0 001 & 01080297 a 0000 | bearing round fruit
-01082456 00 s 01 small-fruited 0 001 & 01080297 a 0000 | bearing small fruit
-01082535 00 a 01 unfruitful 0 005 ^ 01002377 a 0000 ! 01080297 a 0101 & 01082714 a 0000 & 01082925 a 0000 & 01082998 a 0000 | not fruitful; not conducive to abundant production
-01082714 00 s 03 abortive 0 stillborn 0 unsuccessful 0 002 & 01082535 a 0000 + 00353839 v 0101 | failing to accomplish an intended result; "an abortive revolt"; "a stillborn plot to assassinate the President"
-01082925 00 s 01 acarpous 0 001 & 01082535 a 0000 | producing no fruit
-01082998 00 s 01 childless 0 002 & 01082535 a 0000 + 13933103 n 0101 | without offspring; "in some societies a childless woman is rejected by her tribesmen"
-01083157 00 a 01 full 0 023 = 14451911 n 0000 + 14451911 n 0101 ! 01086545 a 0101 & 01083754 a 0000 & 01084023 a 0000 & 01084091 a 0000 & 01084297 a 0000 & 01084486 a 0000 & 01084575 a 0000 & 01084644 a 0000 & 01084900 a 0000 & 01085097 a 0000 & 01085167 a 0000 & 01085268 a 0000 & 01085442 a 0000 & 01085661 a 0000 & 01085848 a 0000 & 01085937 a 0000 & 01086042 a 0000 & 01086118 a 0000 & 01086213 a 0000 & 01086339 a 0000 & 01086453 a 0000 | containing as much or as many as is possible or normal; "a full glass"; "a sky full of stars"; "a full life"; "the auditorium was full to overflowing"
-01083754 00 s 05 afloat(p) 0 awash(p) 0 flooded 1 inundated 0 overflowing 0 001 & 01083157 a 0000 | covered with water; "the main deck was afloat (or awash)"; "the monsoon left the whole place awash"; "a flooded bathroom"; "inundated farmlands"; "an overflowing tub"
-01084023 00 s 01 air-filled 0 001 & 01083157 a 0000 | full of air
-01084091 00 s 03 brimful 0 brimfull 0 brimming 0 001 & 01083157 a 0000 | filled to capacity; "a brimful cup"; "I am brimful of chowder"; "a child brimming over with curiosity"; "eyes brimming with tears"
-01084297 00 s 06 chockablock(p) 0 chock-full 0 chockful 0 choke-full 0 chuck-full 0 cram_full 0 001 & 01083157 a 0000 | packed full to capacity; "chowder chockablock with pieces of fish"
-01084486 00 s 02 congested 0 engorged 0 001 & 01083157 a 0000 | overfull as with blood
-01084575 00 s 01 egg-filled 0 001 & 01083157 a 0000 | full of eggs
-01084644 00 s 01 filled 1 002 & 01083157 a 0000 ;u 06307152 n 0000 | (usually followed by `with' or used as a combining form) generously supplied with; "theirs was a house filled with laughter"; "a large hall filled with rows of desks"; "fog-filled air"
-01084900 00 s 02 fraught(p) 0 pregnant 0 001 & 01083157 a 0000 | filled with or attended with; "words fraught with meaning"; "an incident fraught with danger"; "a silence pregnant with suspense"
-01085097 00 s 01 gas-filled 0 001 & 01083157 a 0000 | full of a gas
-01085167 00 s 02 glutted 0 overfull 0 001 & 01083157 a 0000 | exceeding demand; "a glutted market"
-01085268 00 s 02 heavy 0 weighed_down 0 002 & 01083157 a 0000 + 05027529 n 0101 | full of; bearing great weight; "trees heavy with fruit"; "vines weighed down with grapes"
-01085442 00 s 02 instinct(p) 0 replete(p) 0 001 & 01083157 a 0000 | (followed by `with')deeply filled or permeated; "imbued with the spirit of the Reformation"; "words instinct with love"; "it is replete with misery"
-01085661 00 s 03 laden 0 loaded 0 ladened 0 001 & 01083157 a 0000 | filled with a great quantity; "a tray loaded with dishes"; "table laden with food"; "`ladened' is not current usage"
-01085848 00 s 02 overladen 0 overloaded 0 001 & 01083157 a 0000 | loaded past capacity
-01085937 00 s 01 riddled 0 001 & 01083157 a 0000 | spread throughout; "cities riddled with corruption"
-01086042 00 s 01 sperm-filled 0 001 & 01083157 a 0000 | filled with sperm
-01086118 00 s 01 stuffed 1 001 & 01083157 a 0000 | filled with something; "a stuffed turkey"
-01086213 00 s 01 stuffed 2 002 & 01083157 a 0000 ;u 07075172 n 0000 | crammed with food; "a full stomach"; "I feel stuffed"
-01086339 00 s 02 untouched 0 untasted 0 001 & 01083157 a 0000 | still full; "an untouched cocktail in her hand"
-01086453 00 s 01 well-lined 0 001 & 01083157 a 0000 | full of money; "a well-lined purse"
-01086545 00 a 01 empty 0 013 = 14451911 n 0000 + 14455206 n 0101 ! 01083157 a 0101 & 01086915 a 0000 & 01087093 a 0000 & 01087300 a 0000 & 01087388 a 0000 & 01087557 a 0000 & 01087757 a 0000 & 01087977 a 0000 & 01088164 a 0000 & 01088262 a 0000 & 01088351 a 0000 | holding or containing nothing; "an empty glass"; "an empty room"; "full of empty seats"; "empty hours"
-01086915 00 s 02 bare 0 stripped 0 002 & 01086545 a 0000 + 04697819 n 0101 | having everything extraneous removed including contents; "the bare walls"; "the cupboard was bare"
-01087093 00 s 03 blank 0 clean 0 white 0 002 & 01086545 a 0000 + 14455419 n 0101 | (of a surface) not written or printed on; "blank pages"; "fill in the blank spaces"; "a clean page"; "wide white margins"
-01087300 00 s 01 empty-handed 0 001 & 01086545 a 0000 | carrying nothing in the hands
-01087388 00 s 02 glassy 0 glazed 0 001 & 01086545 a 0000 | (used of eyes) lacking liveliness; "empty eyes"; "a glassy stare"; "his eyes were glazed over with boredom"
-01087557 00 s 01 lifeless 0 002 & 01086545 a 0000 + 14006179 n 0103 | destitute or having been emptied of life or living beings; "after the dance the littered and lifeless ballroom echoed hollowly"
-01087757 00 s 04 looted 0 pillaged 0 plundered 0 ransacked 0 001 & 01086545 a 0000 | wrongfully emptied or stripped of anything of value; "the robbers left the looted train"; "people returned to the plundered village"
-01087977 00 s 01 vacant 1 005 & 01086545 a 0000 + 14455966 n 0101 + 13910116 n 0102 + 02367032 v 0101 + 02076676 v 0101 | without an occupant or incumbent; "the throne is never vacant"
-01088164 00 s 01 vacant 2 001 & 01086545 a 0000 | void of thought or knowledge; "a vacant mind"
-01088262 00 s 01 vacuous 0 001 & 01086545 a 0000 | devoid of matter; "a vacuous space"
-01088351 00 s 01 void 0 002 & 01086545 a 0000 + 13910116 n 0101 | containing nothing; "the earth was without form, and void"
-01088478 00 a 01 drained 0 003 ! 01089027 a 0101 & 01088749 a 0000 & 01088881 a 0000 | emptied or exhausted of (as by drawing off e.g. water or other liquid); "a drained marsh"; "a drained tank"; "a drained and apathetic old man...not caring any longer about anything"
-01088749 00 s 01 empty 0 002 & 01088478 a 0000 + 14455206 n 0101 | emptied of emotion; "after the violent argument he felt empty"
-01088881 00 s 01 exhausted 0 001 & 01088478 a 0000 | drained physically; "the day's events left her completely exhausted--her strength drained"
-01089027 00 a 01 undrained 0 001 ! 01088478 a 0101 | not drained; "preserve wetlands; keep them undrained"
-01089136 00 a 01 full-time 0 002 ! 01089369 a 0101 & 01089275 a 0000 | for the entire time appropriate to an activity; "a full-time job"
-01089275 00 s 01 regular 0 001 & 01089136 a 0000 | officially full-time; "regular students"
-01089369 00 a 02 part-time 0 parttime 0 005 ! 01089136 a 0101 & 01089616 a 0000 & 01089775 a 0000 & 01089949 a 0000 & 01090061 a 0000 | involving less than the standard or customary time for an activity; "part-time employees"; "a part-time job"
-01089616 00 s 01 half-time 0 001 & 01089369 a 0000 | involving half the standard or customary time for an activity; "he had two years of half-time training"
-01089775 00 s 02 irregular 0 temporary 0 002 & 01089369 a 0000 + 05055141 n 0201 | lacking continuity or regularity; "an irregular worker"; "employed on a temporary basis"
-01089949 00 s 01 odd-job(a) 0 001 & 01089369 a 0000 | not regular or skilled; "found only odd-job employment"
-01090061 00 s 01 underemployed 0 001 & 01089369 a 0000 | employed only part-time when one needs full-time employment or not making full use of your skills; "migrants are likely to be poor and underemployed"; "able people are kept underemployed"
-01090308 00 a 01 functional 0 006 ^ 02123812 a 0000 = 05149325 n 0000 + 05151372 n 0101 ! 01090993 a 0101 & 01090593 a 0000 & 01090820 a 0000 | designed for or capable of a particular function or use; "a style of writing in which every word is functional"; "functional architecture"
-01090593 00 s 01 structural 0 001 & 01090308 a 0000 | affecting or involved in structure or construction; "the structural details of a house such as beams and joists and rafters; not ornamental elements"; "structural damage"
-01090820 00 s 02 utilitarian 0 useful 0 004 & 01090308 a 0000 + 05148699 n 0202 + 10742736 n 0101 + 05148699 n 0101 | having a useful function; "utilitarian steel tables"
-01090993 00 a 01 nonfunctional 0 005 ^ 02124654 a 0000 = 05149325 n 0000 ! 01090308 a 0101 & 01091160 a 0000 & 01091234 a 0000 | not having or performing a function
-01091160 00 s 01 nonstructural 0 001 & 01090993 a 0000 | not structural
-01091234 00 s 03 cosmetic 0 decorative 0 ornamental 0 007 & 01090993 a 0000 + 11536087 n 0301 + 03169390 n 0302 + 02748927 v 0203 + 01675963 v 0201 + 01466543 v 0202 + 04700327 n 0201 | serving an esthetic rather than a useful purpose; "cosmetic fenders on cars"; "the buildings were utilitarian rather than decorative"
-01091556 00 a 01 functioning 0 003 ! 01092142 a 0101 & 01091728 a 0000 & 01091995 a 0000 | performing or able to perform its regular function; "a functioning flashlight"
-01091728 00 s 04 running(a) 0 operative 0 functional 0 working(a) 0 004 & 01091556 a 0000 + 05151372 n 0301 + 01525666 v 0203 + 01224744 v 0201 | (of e.g. a machine) performing or capable of performing; "in running (or working) order"; "a functional set of brakes"
-01091995 00 s 01 up(p) 0 002 & 01091556 a 0000 ;c 03082979 n 0000 | (used of computers) operating properly; "how soon will the computers be up?"
-01092142 00 a 02 malfunctioning 0 nonfunctional 3 005 ! 01091556 a 0101 & 01092371 a 0000 & 01092572 a 0000 & 01092727 a 0000 & 01092889 a 0000 | not performing or able to perform its regular function; "a malfunctioning valve"
-01092371 00 s 04 amiss(p) 0 awry(p) 0 haywire 0 wrong(p) 0 001 & 01092142 a 0000 | not functioning properly; "something is amiss"; "has gone completely haywire"; "something is wrong with the engine"
-01092572 00 s 02 bad 0 defective 0 002 & 01092142 a 0000 + 14472299 n 0201 | not working properly; "a bad telephone connection"; "a defective appliance"
-01092727 00 s 01 out_of_whack 0 002 & 01092142 a 0000 ;u 07154330 n 0000 | out of balance or out of adjustment; "the front wheel of my bicycle is out of whack"
-01092889 00 s 01 run-down 0 001 & 01092142 a 0000 | having the spring unwound; "a run-down watch"
-01092989 00 a 01 functional 2 002 ;c 06060845 n 0000 ! 01093142 a 0101 | involving or affecting function rather than physiology; "functional deafness"
-01093142 00 a 01 organic 0 004 ;c 06060845 n 0000 + 00004475 n 0101 + 05297523 n 0101 ! 01092989 a 0101 | involving or affecting physiology or bodily organs; "an organic disease"
-01093323 00 a 01 rigged 0 005 ;c 00314469 n 0000 ! 01093956 a 0101 & 01093524 a 0000 & 01093631 a 0000 & 01093850 a 0000 | fitted or equipped with necessary rigging (sails and shrouds and stays etc)
-01093524 00 s 02 lateen 0 lateen-rigged 0 001 & 01093323 a 0000 | rigged with a triangular (lateen) sail
-01093631 00 s 01 outrigged 0 001 & 01093323 a 0000 | rigged with a structure projecting from or over the side of a boat for various purposes; to prevent capsizing or to support an oarlock or to help secure a mast etc
-01093850 00 s 01 square-rigged 0 001 & 01093323 a 0000 | rigged with square sails as the principal ones
-01093956 00 a 01 unrigged 0 002 ;c 00314469 n 0000 ! 01093323 a 0101 | stripped of rigging
-01094049 00 a 02 equipped 0 equipt 0 008 ! 01095555 a 0101 & 01094398 a 0000 & 01094647 a 0000 & 01094767 a 0000 & 01094855 a 0000 & 01095085 a 0000 & 01095277 a 0000 & 01095406 a 0000 | provided or fitted out with what is necessary or useful or appropriate; "a well equipped playground"; "a ship equipped with every mechanical aid to navigation"
-01094398 00 s 02 accoutered 0 accoutred 0 002 & 01094049 a 0000 ;c 08199025 n 0000 | provided with necessary articles of equipment for a specialized purpose (especially military); "troops accoutered for battle"; "properly accoutered for the trip"
-01094647 00 s 02 armored 0 panoplied 0 001 & 01094049 a 0000 | equipped with the complete arms and armor of a warrior
-01094767 00 s 01 helmeted 0 001 & 01094049 a 0000 | equipped with or wearing a helmet
-01094855 00 s 01 outfitted 0 001 & 01094049 a 0000 | equipped with appropriate wearing apparel and accessories; "children properly outfitted for school"; "equipt in the...national dress of the Scottish people"- Sir Walter Scott
-01095085 00 s 01 prepared 0 001 & 01094049 a 0000 | equipped or prepared with necessary intellectual resources; "graduates well equipped to handle such problems"; "equipped to be a scholar"
-01095277 00 s 02 transistorized 0 transistorised 0 001 & 01094049 a 0000 | (of an electronic device) equipped with transistors
-01095406 00 s 01 visored 0 001 & 01094049 a 0000 | having or provided with a visor or a visor of a particular kind; "their spic, red-visored caps"
-01095555 00 a 01 unequipped 0 002 ! 01094049 a 0101 & 01095785 a 0000 | without necessary physical or intellectual equipment; "guerrillas unequipped for a pitched battle"; "unequipped for jobs in a modern technological society"
-01095785 00 s 01 ill-equipped 0 001 & 01095555 a 0000 | poorly supplied with physical equipment; "the school was ill-equipped"
-01095914 00 a 02 fledged 0 mature 4 005 + 14424780 n 0201 + 14424780 n 0202 ! 01096471 a 0101 & 01096123 a 0000 & 01096308 a 0000 | (of birds) having developed feathers or plumage; often used in combination
-01096123 00 s 02 fledgling(a) 0 fledgeling(a) 0 003 & 01095914 a 0000 + 01504179 n 0202 + 01504179 n 0101 | (of a young bird) having acquired its flight feathers; "a fledgling robin"
-01096308 00 s 02 full-fledged 0 fully_fledged 0 001 & 01095914 a 0000 | (of a bird) having reached full development with fully grown adult plumage; ready to fly
-01096471 00 a 02 unfledged 0 immature 4 002 ! 01095914 a 0101 & 01096648 a 0000 | (of birds) not yet having developed feathers; "a small unfledged sparrow on the window sill"
-01096648 00 s 01 unfeathered 0 001 & 01096471 a 0000 | not having feathers; "the unfeathered brood"
-01096750 00 a 01 framed 0 001 ! 01096889 a 0101 | provided with a frame; "there were framed snapshots of family and friends on her desk"
-01096889 00 a 01 unframed 0 001 ! 01096750 a 0101 | not provided with a frame; "unframed pictures"
-01096990 00 a 02 furnished 0 equipped 2 007 ;c 03405725 n 0000 ! 01098154 a 0101 & 01097315 a 0000 & 01097484 a 0000 & 01097690 a 0000 & 01097847 a 0000 & 01097966 a 0000 | provided with whatever is necessary for a purpose (as furniture or equipment or authority); "a furnished apartment"; "a completely furnished toolbox"
-01097315 00 s 01 appointed 0 001 & 01096990 a 0000 | provided with furnishing and accessories (especially of a tasteful kind); "a house that is beautifully appointed"
-01097484 00 s 02 fitted_out 0 outfitted 0 001 & 01096990 a 0000 | furnished with essential equipment for a particular occupation or undertaking occupation; "a well outfitted expedition to the South Pole"
-01097690 00 s 02 stocked 0 stocked_with 0 001 & 01096990 a 0000 | furnished with more than enough; "rivers well stocked with fish"; "a well-stocked store"
-01097847 00 s 01 volumed 0 001 & 01096990 a 0000 | furnished with volumes; "a large room volumed with ancient books"
-01097966 00 s 02 well-appointed 0 well-found 0 001 & 01096990 a 0000 | having a full array of suitable equipment or furnishings; "a well-appointed kitchen"; "a well-appointed apartment"
-01098154 00 a 01 unfurnished 0 001 ! 01096990 a 0101 | not equipped with what is needed especially furniture; "an unfurnished apartment"
-01098293 00 a 01 funded 0 001 ! 01098390 a 0101 | furnished with funds; "well-funded research"
-01098390 00 a 01 unfunded 0 001 ! 01098293 a 0101 | not furnished with funds; "an unfunded project"
-01098492 00 a 01 fueled 0 006 ! 01099235 a 0101 & 01098678 a 0000 & 01098826 a 0000 & 01098941 a 0000 & 01099051 a 0000 & 01099134 a 0000 | heated, driven, or produced by burning fuel
-01098678 00 s 01 clean-burning 0 001 & 01098492 a 0000 | leaving little contamination while consuming fuel; "natural gas is a clean-burning fuel"
-01098826 00 s 02 coal-fired 0 coal-burning 0 001 & 01098492 a 0000 | fueled by burning coal; "a coal-fired ship"
-01098941 00 s 02 wood-fired 0 wood-burning 0 001 & 01098492 a 0000 | fueled by wood; "a wood-burning stove'
-01099051 00 s 01 liquid-fueled 0 001 & 01098492 a 0000 | fueled by a liquid fuel
-01099134 00 s 01 oil-fired 0 001 & 01098492 a 0000 | fueled by burning oil; "an oil-fired furnace"
-01099235 00 a 01 unfueled 0 003 ! 01098492 a 0101 & 01099348 a 0000 & 01099435 a 0000 | not provided with fuel
-01099348 00 s 01 self-sustained 0 001 & 01099235 a 0000 | needing no outside support
-01099435 00 s 01 unfed 0 001 & 01099235 a 0000 | not given support; "a grudge that remained unfed"
-01099536 00 a 01 specified 0 004 ! 01100082 a 0101 & 01099707 a 0000 & 01099810 a 0000 & 01099951 a 0000 | clearly and explicitly stated; "meals are at specified times"
-01099707 00 s 01 mere(a) 0 001 & 01099536 a 0000 | being nothing more than specified; "a mere child"
-01099810 00 s 02 nominative 0 nominal 2 001 & 01099536 a 0000 | named; bearing the name of a specific person; "nominative shares of stock"
-01099951 00 s 01 specific 0 002 & 01099536 a 0000 + 04762915 n 0101 | stated explicitly or in detail; "needed a specific amount"
-01100082 00 a 01 unspecified 0 001 ! 01099536 a 0101 | not stated explicitly or in detail; "threatened unspecified reprisals"
-01100210 00 a 01 geared 0 005 ! 01101118 a 0101 & 01100394 a 0000 & 01100595 a 0000 & 01100817 a 0000 & 01101022 a 0000 | equipped with or connected by gears or having gears engaged
-01100394 00 s 02 back-geared 0 double-geared 2 001 & 01100210 a 0000 | (of a lathe) equipped with gearing for reducing the speed of the spindle from that of the driving pulley; "a back-geared lathe"
-01100595 00 s 01 double-geared 0 001 & 01100210 a 0000 | equipped with compound gearing consisting of 2 pinions and 2 wheels in mesh to increase the mechanical advantage; "the double-geared lifting mechanism of a crane"
-01100817 00 s 03 engaged 0 meshed 0 intermeshed 0 001 & 01100210 a 0000 | (used of toothed parts or gears) interlocked and interacting; "the gears are engaged"; "meshed gears"; "intermeshed twin rotors"
-01101022 00 s 01 in_gear 0 001 & 01100210 a 0000 | having gears engaged; "the car is in gear"
-01101118 00 a 01 ungeared 0 002 ! 01100210 a 0101 & 01101264 a 0000 | having gears not engaged or disconnected; "the machine's ungeared pinion"
-01101264 00 s 01 out_of_gear(p) 0 001 & 01101118 a 0000 | not having gears engaged; "threw the machine's pinion out of gear"
-01101391 00 a 01 general 0 016 ^ 00525453 a 0000 ^ 01839417 a 0000 ^ 00773759 a 0000 ^ 02278337 a 0000 = 04764412 n 0000 + 05818388 n 0101 + 04764412 n 0101 ! 01103021 a 0101 & 01101891 a 0000 & 01102058 a 0000 & 01102164 a 0000 & 01102308 a 0000 & 01102451 a 0000 & 01102568 a 0000 & 01102674 a 0000 & 01102876 a 0000 | applying to all or most members of a category or group; "the general public"; "general assistance"; "a general rule"; "in general terms"; "comprehensible to the general reader"
-01101891 00 s 02 broad 0 unspecific 0 001 & 01101391 a 0000 | not detailed or specific; "a broad rule"; "the broad outlines of the plan"; "felt an unspecific dread"
-01102058 00 s 02 general-purpose 0 all-purpose 0 001 & 01101391 a 0000 | not limited in use or function
-01102164 00 s 01 generic 0 002 & 01101391 a 0000 + 05845013 n 0101 | applicable to an entire class or group; "is there a generic Asian mind?"
-01102308 00 s 01 gross 0 001 & 01101391 a 0000 | lacking fine distinctions or detail; "the gross details of the structure appear reasonable"
-01102451 00 s 01 overall 0 001 & 01101391 a 0000 | involving only main features; "the overall pattern of his life"
-01102568 00 s 01 pandemic 0 001 & 01101391 a 0000 | existing everywhere; "pandemic fear of nuclear war"
-01102674 00 s 01 universal 0 001 & 01101391 a 0000 | applicable to or common to all members of a group or set; "the play opened to universal acclaim"; "rap enjoys universal appeal among teenage boys"
-01102876 00 s 01 widespread 0 001 & 01101391 a 0000 | widely circulated or diffused; "a widespread doctrine"; "widespread fear of nuclear war"
-01103021 00 a 01 specific 0 013 ^ 01837744 a 0000 ^ 02277607 a 0000 = 04764412 n 0000 ! 01101391 a 0101 & 01103529 a 0000 & 01103676 a 0000 & 01103844 a 0000 & 01104026 a 0000 & 01104460 a 0000 & 01104709 a 0000 & 01104889 a 0000 & 01105042 a 0000 ! 01105620 a 0101 | (sometimes followed by `to') applying to or characterized by or distinguishing something particular or special or unique; "rules with specific application"; "demands specific to the job"; "a specific and detailed account of the accident"
-01103529 00 s 01 ad_hoc 0 001 & 01103021 a 0000 | for or concerned with one specific purpose; "a coordinated policy instead of ad hoc decisions"
-01103676 00 s 01 circumstantial 0 002 & 01103021 a 0000 + 14512817 n 0102 | fully detailed and specific about particulars; "a circumstantial report about the debate"
-01103844 00 s 02 limited 0 special 0 003 & 01103021 a 0000 + 04763925 n 0202 + 05159225 n 0206 | having a specific function or scope; "a special (or specific) role in the mission"
-01104026 00 s 03 particular(a) 0 peculiar(a) 0 special(a) 1 003 & 01103021 a 0000 + 04763925 n 0302 + 04762633 n 0101 | unique or specific to a person or thing or category; "the particular demands of the job"; "has a particular preference for Chinese art"; "a peculiar bond of sympathy between them"; "an expression peculiar to Canadians"; "rights peculiar to the rich"; "the special features of a computer"; "my own special chair"
-01104460 00 s 01 particular(a) 2 002 & 01103021 a 0000 + 04762633 n 0101 | separate and distinct from others of the same group or category; "interested in one particular artist"; "a man who wishes to make a particular woman fall in love with him"
-01104709 00 s 02 particularized 0 particularised 0 001 & 01103021 a 0000 | directed toward a specific object; "particularized thinking as distinct from stereotyped sloganeering"
-01104889 00 s 01 proper(ip) 0 001 & 01103021 a 0000 | limited to the thing specified; "the city proper"; "his claim is connected with the deed proper"
-01105042 00 s 01 unique(p) 0 002 & 01103021 a 0000 + 04763650 n 0102 | (followed by `to') applying exclusively to a given category or condition or locality; "a species unique to Australia"
-01105233 00 a 01 specific 2 003 ;c 06043075 n 0000 ;c 06060845 n 0000 ! 01105620 a 0101 | being or affecting a disease produced by a particular microorganism or condition; used also of stains or dyes used in making microscope slides; "quinine is highly specific for malaria"; "a specific remedy"; "a specific stain is one having a specific affinity for particular structural elements"
-01105620 00 a 01 nonspecific 0 004 ;c 06043075 n 0000 ;c 06060845 n 0000 ! 01103021 a 0101 ! 01105233 a 0101 | not caused by a specific agent; used also of staining in making microscope slides; "nonspecific enteritis"
-01105840 00 a 01 national 1 003 + 07949463 n 0101 ! 01106405 a 0101 & 01106129 a 0000 | concerned with or applicable to or belonging to an entire nation or country; "the national government"; "national elections"; "of national concern"; "the national highway system"; "national forests"
-01106129 00 s 01 federal 0 001 & 01105840 a 0000 | national; especially in reference to the government of the United States as distinct from that of its member units; "the Federal Bureau of Investigation"; "federal courts"; "the federal highway program"; "federal property"
-01106405 00 a 01 local 1 001 ! 01105840 a 0101 | relating to or applicable to or concerned with the administration of a city or town or district rather than a larger area; "local taxes"; "local authorities"
-01106614 00 a 02 cosmopolitan 0 widely_distributed 2 002 ;c 06070929 n 0000 ! 01106815 a 0101 | growing or occurring in many parts of the world; "a cosmopolitan herb"; "cosmopolitan in distribution"
-01106815 00 a 01 endemic 2 002 ;c 06070929 n 0000 ! 01106614 a 0101 | native to or confined to a certain region; "the islands have a number of interesting endemic species"
-01106989 00 a 02 branchiate 0 gilled 0 001 ! 01107094 a 0101 | provided with gills; "a gilled tadpole"
-01107094 00 a 04 abranchiate 0 abranchial 0 abranchious 0 gill-less 0 001 ! 01106989 a 0101 | having no gills
-01107206 00 a 01 federal 0 002 ;c 01124794 n 0000 ! 01107521 a 0101 | characterized by or constituting a form of government in which power is divided between one central and several regional authorities; "a federal system like that of the United States"; "federal governments often evolved out of confederations"
-01107521 00 a 01 unitary 0 002 ;c 01124794 n 0000 ! 01107206 a 0101 | characterized by or constituting a form of government in which power is held by one central authority; "a unitary as opposed to a federal form of government"
-01107751 00 a 02 centralized 0 centralised 0 001 ! 01107973 a 0101 | drawn toward a center or brought under the control of a central authority; "centralized control of emergency relief efforts"; "centralized government"
-01107973 00 a 02 decentralized 0 decentralised 0 004 ! 01107751 a 0101 & 01108276 a 0000 & 01108427 a 0000 & 01108586 a 0000 | withdrawn from a center or place of concentration; especially having power or function dispersed from a central to local authorities; "a decentralized school administration"
-01108276 00 s 02 localized 0 localised 0 001 & 01107973 a 0000 | made local or oriented locally; "a decentralized and localized political authority"
-01108427 00 s 01 redistributed 0 001 & 01107973 a 0000 | having population and industries relocated from urban to outlying areas; "redistributed industries"
-01108586 00 s 02 suburbanized 0 suburbanised 0 001 & 01107973 a 0000 | surrounded by many suburbs; "a highly suburbanized city"
-01108716 00 a 01 technical 0 001 ! 01109096 a 0101 | characterizing or showing skill in or specialized knowledge of applied arts and sciences; "a technical problem"; "highly technical matters hardly suitable for the general public"; "a technical report"; "producing the A-bomb was a challenge to the technical people of this country"; "technical training"; "technical language"
-01109096 00 a 02 nontechnical 0 untechnical 0 001 ! 01108716 a 0101 | not characteristic of or skilled in applied arts and sciences; "nontechnical aspects of the job"; "nontechnical training"; "an untechnical reader"; "in clear effective nontechnical language"
-01109359 00 a 01 nonproprietary 0 003 ! 01109914 a 0101 & 01109599 a 0000 & 01109782 a 0000 | not protected by trademark or patent or copyright; "nonproprietary products are in the public domain and anyone can produce or distribute them"
-01109599 00 s 01 generic 0 002 & 01109359 a 0000 ;c 03247620 n 0000 | (of drugs) not protected by trademark; "`Acetaminophen' is the generic form of the proprietary drug `Tylenol'"
-01109782 00 s 01 unpatented 0 001 & 01109359 a 0000 | (of devices and processes) not protected by patent; "unpatented inventions"
-01109914 00 a 01 proprietary 0 006 + 10388924 n 0102 ! 01109359 a 0101 & 01110251 a 0000 & 01110470 a 0000 & 01110686 a 0000 & 01110819 a 0000 | protected by trademark or patent or copyright; made or produced or distributed by one having exclusive rights; "`Tylenol' is a proprietary drug of which `acetaminophen' is the generic form"
-01110251 00 s 01 branded 0 001 & 01109914 a 0000 | (of goods and merchandise) marked or labeled by a distinctive word or symbol indicating exclusive rights; "branded merchandise is that bearing a standard brand name"
-01110470 00 s 01 copyrighted 0 003 & 01109914 a 0000 ;c 06364641 n 0000 ;c 07020895 n 0000 | (of literary or musical or dramatic or artistic work) protected by copyright; "permission to publish copyright material"
-01110686 00 s 01 patented 0 001 & 01109914 a 0000 | (of devices and processes) protected by patent; "they are patented inventions"
-01110819 00 s 01 trademarked 0 001 & 01109914 a 0000 | (of goods and merchandise) labeled with proprietary (and legally registered) identification guaranteeing exclusive use; "trademarked goods"
-01111016 00 a 01 generous 1 011 ^ 00359459 a 0000 ^ 01114434 a 0000 ^ 02099019 a 0000 = 04831727 n 0000 + 04831727 n 0102 + 01085937 n 0101 ! 01112573 a 0101 & 01111312 a 0000 & 01111418 a 0000 & 01111965 a 0000 & 01112471 a 0000 | willing to give and share unstintingly; "a generous donation"
-01111312 00 s 02 benevolent 0 freehearted 0 001 & 01111016 a 0000 | generous in providing aid to others
-01111418 00 s 09 big 0 bighearted 0 bounteous 0 bountiful 0 freehanded 0 handsome 0 giving 0 liberal 0 openhanded 0 008 & 01111016 a 0000 + 04832716 n 0905 + 04832518 n 0802 + 04832518 n 0801 + 05115418 n 0402 + 04832244 n 0301 + 04832244 n 0302 + 04832401 n 0201 | given or giving freely; "was a big tipper"; "the bounteous goodness of God"; "bountiful compliments"; "a freehanded host"; "a handsome allowance"; "Saturday's child is loving and giving"; "a liberal backer of the arts"; "a munificent gift"; "her fond and openhanded grandfather"
-01111965 00 s 07 lavish 0 munificent 0 overgenerous 0 too-generous 0 unsparing 0 unstinted 0 unstinting 0 004 & 01111016 a 0000 + 04832716 n 0201 + 05146471 n 0101 + 00743641 n 0103 | very generous; "distributed gifts with a lavish hand"; "the critics were lavish in their praise"; "a munificent gift"; "his father gave him a half-dollar and his mother a quarter and he thought them munificent"; "prodigal praise"; "unsparing generosity"; "his unstinted devotion"; "called for unstinting aid to Britain"
-01112471 00 s 01 unselfish 0 003 & 01111016 a 0000 + 04832951 n 0101 + 01085937 n 0102 | not greedy
-01112573 00 a 02 stingy 0 ungenerous 4 013 ^ 02098325 a 0000 ^ 00359862 a 0000 ^ 01115081 a 0000 = 04831727 n 0000 + 04833458 n 0101 ! 01111016 a 0101 & 01112969 a 0000 & 01113114 a 0000 & 01113225 a 0000 & 01113505 a 0000 & 01113636 a 0000 & 01113807 a 0000 & 01114116 a 0000 | unwilling to spend; "she practices economy without being stingy"; "an ungenerous response to the appeal for funds"
-01112969 00 s 02 beggarly 0 mean 1 002 & 01112573 a 0000 + 04833687 n 0201 | (used of sums of money) so small in amount as to deserve contempt
-01113114 00 s 03 cheap 0 chinchy 0 chintzy 0 002 & 01112573 a 0000 + 04818460 n 0101 | embarrassingly stingy
-01113225 00 s 05 cheeseparing 0 close 0 near 0 penny-pinching 0 skinny 0 003 & 01112573 a 0000 + 04893525 n 0404 + 04833687 n 0209 | giving or spending with reluctance; "our cheeseparing administration"; "very close (or near) with his money"; "a penny-pinching miserly old man"
-01113505 00 s 03 closefisted 0 hardfisted 0 tightfisted 0 002 & 01112573 a 0000 + 04833687 n 0308 | unwilling to part with money
-01113636 00 s 03 grudging 0 niggardly 0 scrimy 0 003 & 01112573 a 0000 + 10357737 n 0201 + 04833687 n 0203 | petty or reluctant in giving or spending; "a niggardly tip"
-01113807 00 s 04 mean 2 mingy 0 miserly 0 tight 0 007 & 01112573 a 0000 + 04833687 n 0407 + 10322084 n 0301 + 04834228 n 0301 + 04833687 n 0202 + 04833687 n 0101 + 04845684 n 0102 | (used of persons or behavior) characterized by or indicative of lack of generosity; "a mean person"; "he left a miserly tip"
-01114116 00 s 02 parsimonious 0 penurious 0 006 & 01112573 a 0000 + 04834339 n 0201 + 04833687 n 0105 + 04893525 n 0101 + 04833687 n 0106 + 04893525 n 0102 | excessively unwilling to spend; "parsimonious thrift relieved by few generous impulses"; "lived in a most penurious manner--denying himself every indulgence"
-01114434 00 a 01 generous 2 006 ^ 01111016 a 0000 + 04831727 n 0102 + 04831727 n 0101 ! 01115081 a 0101 & 01114658 a 0000 & 01114973 a 0000 | not petty in character and mind; "unusually generous in his judgment of people"
-01114658 00 s 03 big 0 large 0 magnanimous 0 003 & 01114434 a 0000 + 04870340 n 0303 + 04832716 n 0304 | generous and understanding and tolerant; "a heart big enough to hold no grudges"; "that's very big of you to be so forgiving"; "a large and generous spirit"; "a large heart"; "magnanimous toward his enemies"
-01114973 00 s 01 ungrudging 0 001 & 01114434 a 0000 | without envy or reluctance; "ungrudging admiration"
-01115081 00 a 02 ungenerous 0 meanspirited 2 002 ^ 01112573 a 0000 ! 01114434 a 0101 | lacking in magnanimity; "it seems ungenerous to end this review of a splendid work of scholarship on a critical note"- Times Litt. Sup.; "a meanspirited man unwilling to forgive"
-01115349 00 a 02 genuine 0 echt 0 010 ^ 01222360 a 0000 ^ 01932973 a 0000 ^ 02179279 a 0000 ^ 02460502 a 0000 + 04783247 n 0102 ! 01116380 a 0101 & 01115635 a 0000 & 01115920 a 0000 & 01116026 a 0000 & 01116118 a 0000 | not fake or counterfeit; "a genuine Picasso"; "genuine leather"
-01115635 00 s 04 authentic 0 bona_fide 0 unquestionable 0 veritable 0 003 & 01115349 a 0000 + 04754862 n 0304 + 04783247 n 0101 | not counterfeit or copied; "an authentic signature"; "a bona fide manuscript"; "an unquestionable antique"; "photographs taken in a veritable bull ring"
-01115920 00 s 03 attested 0 authenticated 0 documented 0 001 & 01115349 a 0000 | established as genuine
-01116026 00 s 02 good 0 honest 0 001 & 01115349 a 0000 | not forged; "a good dollar bill"
-01116118 00 s 04 honest-to-god 0 honest-to-goodness 0 old(a) 0 sure-enough(a) 0 001 & 01115349 a 0000 | (used informally especially for emphasis); "a real honest-to-god live cowboy"; "had us a high old time"; "went upriver to look at a sure-enough fish wheel"
-01116380 00 a 02 counterfeit 0 imitative 4 016 ^ 01571363 a 0000 ^ 02461723 a 0000 ^ 02180797 a 0000 ^ 01934554 a 0000 + 01694263 v 0201 ! 01115349 a 0101 & 01116857 a 0000 & 01117226 a 0000 & 01117362 a 0000 & 01117477 a 0000 & 01117677 a 0000 & 01117823 a 0000 & 01117942 a 0000 & 01118118 a 0000 & 01118232 a 0000 & 01118409 a 0000 | not genuine; imitating something superior; "counterfeit emotion"; "counterfeit money"; "counterfeit works of art"; "a counterfeit prince"
-01116857 00 s 07 assumed 0 false 0 fictitious 0 fictive 0 pretended 0 put_on 0 sham 0 005 & 01116380 a 0000 + 10201535 n 0707 + 03318438 n 0702 + 06757891 n 0302 + 04867871 n 0202 | adopted in order to deceive; "an assumed name"; "an assumed cheerfulness"; "a fictitious address"; "fictive sympathy"; "a pretended interest"; "a put-on childish voice"; "sham modesty"
-01117226 00 s 02 bad 0 forged 0 001 & 01116380 a 0000 | reproduced fraudulently; "like a bad penny..."; "a forged twenty dollar bill"
-01117362 00 s 01 base 0 001 & 01116380 a 0000 | debased; not genuine; "an attempt to eliminate the base coinage"
-01117477 00 s 05 bogus 0 fake 0 phony 0 phoney 0 bastard 0 005 & 01116380 a 0000 + 02804772 n 0501 + 10195593 n 0405 + 10195593 n 0304 + 10201535 n 0204 | fraudulent; having a misleading appearance
-01117677 00 s 03 inauthentic 0 unauthentic 0 spurious 0 002 & 01116380 a 0000 + 13960833 n 0301 | intended to deceive; "a spurious work of art"
-01117823 00 s 01 mock 0 001 & 01116380 a 0000 | constituting a copy or imitation of something; "boys in mock battle"
-01117942 00 s 02 ostensible 0 ostensive 0 001 & 01116380 a 0000 | represented or appearing as such; pretended; "His ostensible purpose was charity, his real goal popularity"
-01118118 00 s 01 pinchbeck 0 001 & 01116380 a 0000 | serving as an imitation or substitute; "pinchbeck heroism"
-01118232 00 s 01 pseudo 0 002 & 01116380 a 0000 ;u 06307152 n 0000 | (often used in combination) not genuine but having the appearance of; "a pseudo esthete"; "pseudoclassic"
-01118409 00 s 01 synthetic 0 001 & 01116380 a 0000 | not genuine or natural; "counterfeit rhetoric that flourishes when passions are synthetic"- George Will
-01118568 00 a 01 geocentric 0 002 ! 01118928 a 0101 & 01118673 a 0000 | having the earth as the center
-01118673 00 s 01 Ptolemaic 0 001 & 01118568 a 0000 | of or relating to the geocentric Ptolemaic system; "in the Ptolemaic system of planetary motion the earth is fixed as the center of the universe with the sun and moon and planets revolving around it"
-01118928 00 a 01 heliocentric 0 002 ! 01118568 a 0101 & 01119033 a 0000 | having the sun as the center
-01119033 00 s 01 Copernican 0 001 & 01118928 a 0000 | according to Copernicus; "in the Copernican system the earth and other planets revolve around the sun"
-01119192 00 a 02 talented 0 gifted 0 001 ! 01119305 a 0101 | endowed with talent or talents; "a gifted writer"
-01119305 00 a 02 untalented 0 talentless 0 002 + 05647772 n 0201 ! 01119192 a 0101 | devoid of talent; not gifted
-01119421 00 a 02 glazed 0 shiny 4 007 + 04953954 n 0203 + 04954683 n 0201 ! 01120398 a 0101 & 01119661 a 0000 & 01119937 a 0000 & 01120010 a 0000 & 01120242 a 0000 | having a shiny surface or coating; "glazed fabrics"; "glazed doughnuts"
-01119661 00 s 03 glassy 0 vitreous 0 vitrified 0 002 & 01119421 a 0000 ;c 00935247 n 0000 | (of ceramics) having the surface made shiny and nonporous by fusing a vitreous solution to it; "glazed pottery"; "glassy porcelain"; "hard vitreous china used for plumbing fixtures"
-01119937 00 s 01 glass-like 0 001 & 01119421 a 0000 | resembling glass
-01120010 00 s 02 glossy 0 calendered 0 002 & 01119421 a 0000 + 04955160 n 0103 | (of paper and fabric and leather) having a surface made smooth and glossy especially by pressing between rollers; "calendered paper"; "glossy paper"
-01120242 00 s 01 icy 0 002 & 01119421 a 0000 + 05015463 n 0102 | shiny and slick as with a thin coating of ice; "roads and trees glazed with an icy film"
-01120398 00 a 01 unglazed 0 002 ! 01119421 a 0101 & 01120515 a 0000 | not having a shiny coating; "unglazed paper"
-01120515 00 s 01 unvitrified 0 002 & 01120398 a 0000 ;c 00935247 n 0000 | (of ceramics) lacking a vitreous finish; "unvitrified pottery"
-01120654 00 a 02 glazed 1 glassed 0 001 ! 01120766 a 0101 | fitted or covered with glass; "four glazed walls"
-01120766 00 a 02 unglazed 1 glassless 0 001 ! 01120654 a 0101 | not furnished with glass; "windows were unglazed to admit as much light and air as possible"
-01120925 00 a 01 glorious 0 010 ^ 01375174 a 0000 + 14437134 n 0101 ! 01122411 a 0101 & 01121238 a 0000 & 01121402 a 0000 & 01121507 a 0000 & 01121757 a 0000 & 01121989 a 0000 & 01122121 a 0000 & 01122269 a 0000 | having or deserving or conferring glory; "a long and glorious career"; "our glorious literature"
-01121238 00 s 01 bright 0 001 & 01120925 a 0000 | splendid; "the bright stars of stage and screen"; "a bright moment in history"; "the bright pageantry of court"
-01121402 00 s 03 celebrated 0 historied 0 storied 0 001 & 01120925 a 0000 | having an illustrious past
-01121507 00 s 03 divine 0 elysian 0 inspired 0 001 & 01120925 a 0000 | being of such surpassing excellence as to suggest inspiration by the gods; "her pies were simply divine"; "the divine Shakespeare"; "an elysian meal"; "an inspired performance"
-01121757 00 s 03 empyreal 0 empyrean 0 sublime 0 001 & 01120925 a 0000 | inspiring awe; "well-meaning ineptitude that rises to empyreal absurdity"- M.S.Dworkin; "empyrean aplomb"- Hamilton Basso; "the sublime beauty of the night"
-01121989 00 s 01 illustrious 0 002 & 01120925 a 0000 + 05169601 n 0102 | having or conferring glory; "an illustrious achievement"
-01122121 00 s 01 incandescent 0 001 & 01120925 a 0000 | characterized by ardent emotion or intensity or brilliance; "an incandescent performance"
-01122269 00 s 01 lustrous 0 001 & 01120925 a 0000 | brilliant; "set a lustrous example for others to follow"; "lustrous actors of the time"
-01122411 00 a 01 inglorious 0 004 ^ 01227137 a 0000 ^ 01376894 a 0000 ! 01120925 a 0101 & 01122595 a 0000 | not bringing honor and glory; "some mute inglorious Milton here may rest"
-01122595 00 s 03 obscure 0 unknown 0 unsung 0 003 & 01122411 a 0000 + 14436029 n 0101 + 14436438 n 0103 | not famous or acclaimed; "an obscure family"; "unsung heroes of the war"
-01122776 00 a 01 go 0 002 ! 01123002 a 0101 & 01122907 a 0000 | functioning correctly and ready for action; "all systems are go"
-01122907 00 s 02 a-ok(p) 0 a-okay(p) 0 001 & 01122776 a 0000 | in perfect condition or order
-01123002 00 a 01 no-go 0 001 ! 01122776 a 0101 | not functioning properly or in suitable condition for proceeding; "the space launch was no-go"
-01123148 00 a 01 good 1 018 ^ 00227507 a 0000 ^ 00230335 a 0000 ^ 00995775 a 0000 ^ 01129977 a 0000 ^ 01612053 a 0000 ^ 01993140 a 0000 = 04723816 n 0000 + 05142180 n 0102 ! 01125429 a 0101 & 01123879 a 0000 & 01124192 a 0000 & 01124342 a 0000 & 01124441 a 0000 & 01124574 a 0000 & 01124768 a 0000 & 01125006 a 0000 & 01125154 a 0000 & 01125241 a 0000 | having desirable or positive qualities especially those suitable for a thing specified; "good news from the hospital"; "a good report card"; "when she was good she was very very good"; "a good knife is one good for cutting"; "this stump will make a good picnic table"; "a good check"; "a good joke"; "a good exterior paint"; "a good secretary"; "a good dress for the office"
-01123879 00 s 0f bang-up 0 bully 0 corking 0 cracking 0 dandy 0 great 0 groovy 0 keen 0 neat 0 nifty 0 not_bad(p) 0 peachy 0 slap-up 0 swell 0 smashing 0 002 & 01123148 a 0000 ;u 07075172 n 0000 | very good; "he did a bully job"; "a neat sports car"; "had a great time at the party"; "you look simply smashing"
-01124192 00 s 01 good_enough 0 001 & 01123148 a 0000 | adequately good for the circumstances; "if it's good enough for you it's good enough for me"
-01124342 00 s 01 goodish 0 001 & 01123148 a 0000 | moderately good of its kind; "a goodish wine"
-01124441 00 s 01 hot 0 001 & 01123148 a 0000 | very good; often used in the negative; "he's hot at math but not so hot at history"
-01124574 00 s 01 redeeming(a) 0 001 & 01123148 a 0000 | compensating for some fault or defect; "the redeeming feature of the plan is its simplicity"; "his saving grace was his sense of humor"
-01124768 00 s 02 satisfactory 0 acceptable 0 007 & 01123148 a 0000 + 02209936 v 0202 + 04792679 n 0201 + 04792679 n 0202 + 04792127 n 0101 + 02671880 v 0101 + 01183573 v 0102 | meeting requirements; "the step makes a satisfactory seat"
-01125006 00 s 01 solid 0 002 & 01123148 a 0000 + 04671075 n 0102 | characterized by good substantial quality; "solid comfort"; "a solid base hit"
-01125154 00 s 01 superb 0 001 & 01123148 a 0000 | surpassingly good; "a superb meal"
-01125241 00 s 02 well-behaved 0 well_behaved 0 001 & 01123148 a 0000 | (usually of children) someone who behaves in a manner that the speaker believes is correct; "a well-behaved child"
-01125429 00 a 01 bad 0 029 ^ 01613463 a 0000 ^ 01131043 a 0000 ^ 00996448 a 0000 ^ 00231252 a 0000 ^ 00229630 a 0000 = 04723816 n 0000 + 05144079 n 0102 ! 01123148 a 0101 & 01126291 a 0000 & 01126683 a 0000 & 01126841 a 0000 & 01127147 a 0000 & 01127302 a 0000 & 01127440 a 0000 & 01127661 a 0000 & 01127782 a 0000 & 01128010 a 0000 & 01128103 a 0000 & 01128253 a 0000 & 01128406 a 0000 & 01128508 a 0000 & 01128719 a 0000 & 01128871 a 0000 & 01129021 a 0000 & 01129185 a 0000 & 01129371 a 0000 & 01129533 a 0000 & 01129644 a 0000 & 01129823 a 0000 | having undesirable or negative qualities; "a bad report card"; "his sloppy appearance made a bad impression"; "a bad little boy"; "clothes in bad shape"; "a bad cut"; "bad luck"; "the news was very bad"; "the reviews were bad"; "the pay is bad"; "it was a bad light for reading"; "the movie was a bad choice"
-01126291 00 s 07 atrocious 0 abominable 0 awful 0 dreadful 0 painful 0 terrible 1 unspeakable 0 004 & 01125429 a 0000 + 04782116 n 0604 + 04782116 n 0402 + 04782116 n 0301 | exceptionally bad or displeasing; "atrocious taste"; "abominable workmanship"; "an awful voice"; "dreadful manners"; "a painful performance"; "terrible handwriting"; "an unspeakable odor came sweeping into the room"
-01126683 00 s 02 corked 0 corky 0 002 & 01125429 a 0000 + 03108853 n 0201 | (of wine) tainted in flavor by a cork containing excess tannin; "a corked port"
-01126841 00 s 06 deplorable 0 distressing 0 lamentable 0 pitiful 0 sad 0 sorry 0 004 & 01125429 a 0000 + 05140278 n 0602 + 04631470 n 0503 + 00911350 v 0302 | bad; unfortunate; "my finances were in a deplorable state"; "a lamentable decision"; "her clothes were in sad shape"; "a sorry state of affairs"
-01127147 00 s 02 fearful 0 frightful 0 002 & 01125429 a 0000 + 04782466 n 0201 | extremely distressing; "fearful slum conditions"; "a frightful mistake"
-01127302 00 s 02 hard 0 tough 0 002 & 01125429 a 0000 + 04639732 n 0109 | unfortunate or hard to bear; "had hard luck"; "a tough break"
-01127440 00 s 01 hopeless 1 002 & 01125429 a 0000 ;u 07075172 n 0000 | (informal to emphasize how bad it is) beyond hope of management or reform; "she handed me a hopeless jumble of papers"; "he is a hopeless romantic"
-01127661 00 s 01 horrid 0 002 & 01125429 a 0000 + 04782116 n 0103 | exceedingly bad; "when she was bad she was horrid"
-01127782 00 s 07 icky 0 crappy 0 lousy 0 rotten 3 shitty 0 stinking 0 stinky 0 005 & 01125429 a 0000 ;u 07075172 n 0000 + 05140793 n 0505 + 04781349 n 0305 + 06611376 n 0206 | very bad; "a lousy play"; "it's a stinking world"
-01128010 00 s 01 ill 0 001 & 01125429 a 0000 | distressing; "ill manners"; "of ill repute"
-01128103 00 s 02 incompetent 0 unskilled 0 003 & 01125429 a 0000 + 05154241 n 0102 + 05154241 n 0101 | not doing a good job; "incompetent at chess"
-01128253 00 s 01 mediocre 0 002 & 01125429 a 0000 + 10569179 n 0102 | poor to middling in quality; "there have been good and mediocre and bad artists"
-01128406 00 s 01 naughty 0 002 & 01125429 a 0000 + 04909563 n 0101 | badly behaved; "a naughty boy"
-01128508 00 s 01 negative 0 002 & 01125429 a 0000 + 05167618 n 0102 | having the quality of something harmful or unpleasant; "ran a negative campaign"; "delinquents retarded by their negative outlook on life"
-01128719 00 s 01 poor 0 002 & 01125429 a 0000 + 04730797 n 0101 | unsatisfactory; "a poor light for reading"; "poor morale"; "expectations were poor"
-01128871 00 s 01 pretty 0 002 & 01125429 a 0000 ;u 07106246 n 0000 | (used ironically) unexpectedly bad; "a pretty mess"; "a pretty kettle of fish"
-01129021 00 s 02 rubber 0 no-good 0 003 & 01125429 a 0000 ;u 07075172 n 0000 ;c 01100273 n 0000 | returned for lack of funds; "a rubber check"; "a no-good check"
-01129185 00 s 01 severe 1 003 & 01125429 a 0000 + 05036715 n 0103 + 05036715 n 0102 | very bad in degree or extent; "a severe worldwide depression"; "the house suffered severe damage"
-01129371 00 s 01 swingeing 0 002 & 01125429 a 0000 ;r 08860123 n 0000 | severe; punishingly bad; "swingeing taxation"; "swingeing damages awarded by the judge"
-01129533 00 s 01 uncool 0 002 & 01125429 a 0000 ;u 07157273 n 0000 | (spoken slang) unfashionable and boring
-01129644 00 s 02 unfavorable 0 unfavourable 0 003 & 01125429 a 0000 + 05161967 n 0202 + 05161967 n 0101 | not favorable; "made an unfavorable impression"; "unfavorable reviews"
-01129823 00 s 01 unsuitable 0 002 & 01125429 a 0000 + 04721058 n 0102 | not conducive to good moral development; "the movie is unsuitable for children"
-01129977 00 a 01 good 2 013 ^ 01123148 a 0000 ^ 01548193 a 0000 ^ 02034828 a 0000 ^ 02036578 a 0000 ^ 02513269 a 0000 ^ 02584981 a 0000 = 04849241 n 0000 + 04849241 n 0102 ! 01131043 a 0101 & 01130261 a 0000 & 01130614 a 0000 & 01130733 a 0000 & 01130932 a 0000 | morally admirable
-01130261 00 s 06 angelic 0 angelical 0 beatific 0 saintlike 0 saintly 0 sainted 0 005 & 01129977 a 0000 + 10547145 n 0501 + 10546850 n 0501 + 04848383 n 0501 + 10546850 n 0204 | marked by utter benignity; resembling or befitting an angel or saint; "angelic beneficence"; "a beatific smile"; "a saintly concern for his fellow men"; "my sainted mother"
-01130614 00 s 01 goody-goody 0 002 & 01129977 a 0000 + 10139206 n 0101 | affectedly or smugly good or self-righteous
-01130733 00 s 03 redemptive 0 redeeming(a) 1 saving(a) 0 002 & 01129977 a 0000 + 02551602 v 0102 | bringing about salvation or redemption from sin; "saving faith"; "redemptive (or redeeming) love"
-01130932 00 s 01 white 0 001 & 01129977 a 0000 | benevolent; without malicious intent; "that's white of you"
-01131043 00 a 01 evil 0 017 ^ 01125429 a 0000 ^ 01549291 a 0000 ^ 01624633 a 0000 ^ 02037272 a 0000 ^ 02513740 a 0000 ^ 02035337 a 0000 = 04852088 n 0000 + 04852088 n 0102 ! 01129977 a 0101 & 01131454 a 0000 & 01131803 a 0000 & 01131935 a 0000 & 01132366 a 0000 & 01132515 a 0000 & 01133017 a 0000 & 01133374 a 0000 & 01133784 a 0000 | morally bad or wrong; "evil purposes"; "an evil influence"; "evil deeds"
-01131454 00 s 04 atrocious 0 flagitious 0 grievous 0 monstrous 0 006 & 01131043 a 0000 + 10329945 n 0401 + 07367231 n 0401 + 04830343 n 0101 + 00424767 n 0101 + 04830343 n 0102 | shockingly brutal or cruel; "murder is an atrocious crime"; "a grievous offense against morality"; "a grievous crime"; "no excess was too monstrous for them to commit"
-01131803 00 s 01 bad 0 002 & 01131043 a 0000 + 05144079 n 0102 | characterized by wickedness or immorality; "led a very bad life"
-01131935 00 s 03 black 0 dark 0 sinister 0 003 & 01131043 a 0000 + 14563564 n 0204 + 14563564 n 0203 | stemming from evil characteristics or forces; wicked or dishonorable; "black deeds"; "a black lie"; "his black heart has concocted yet another black deed"; "Darth Vader of the dark side"; "a dark purpose"; "dark undercurrents of ethnic hostility"; "the scheme of some sinister intelligence bent on punishing him"-Thomas Hardy
-01132366 00 s 03 corruptive 0 perversive 0 pestiferous 0 003 & 01131043 a 0000 + 02579447 v 0202 + 02579447 v 0101 | tending to corrupt or pervert
-01132515 00 s 08 demonic 0 diabolic 0 diabolical 0 fiendish 0 hellish 0 infernal 0 satanic 0 unholy 0 004 & 01131043 a 0000 + 04855840 n 0801 + 10329945 n 0203 + 10329945 n 0104 | extremely evil or cruel; expressive of cruelty or befitting hell; "something demonic in him--something that could be cruel"; "fires lit up a diabolic scene"; "diabolical sorcerers under the influence of devils"; "a fiendish despot"; "hellish torture"; "infernal instruments of war"; "satanic cruelty"; "unholy grimaces"
-01133017 00 s 07 despicable 0 ugly 0 vile 0 slimy 0 unworthy 0 worthless 0 wretched 0 006 & 01131043 a 0000 + 04807776 n 0501 + 04781349 n 0403 + 04852750 n 0204 + 04807971 n 0104 + 04807971 n 0105 | morally reprehensible; "would do something as despicable as murder"; "ugly crimes"; "the vile development of slavery appalled them"; "a slimy little liar"
-01133374 00 s 05 devilish 0 diabolic 2 diabolical 2 mephistophelian 0 mephistophelean 0 005 & 01131043 a 0000 + 09601769 n 0501 + 09601769 n 0401 + 10169419 n 0203 + 10329945 n 0203 | showing the cunning or ingenuity or wickedness typical of a devil; "devilish schemes"; "the cold calculation and diabolic art of some statesmen"; "the diabolical expression on his face"; "a mephistophelian glint in his eye"
-01133784 00 s 01 evil-minded 0 001 & 01131043 a 0000 | having evil thoughts or intentions
-01133876 00 a 01 good-natured 0 008 ^ 01372049 a 0000 ^ 01800349 a 0000 ^ 00089051 a 0000 = 04623113 n 0000 + 04631067 n 0104 ! 01134769 a 0101 & 01134232 a 0000 & 01134486 a 0000 | having an easygoing and cheerful disposition; "too good-natured to resent a little criticism"; "the good-natured policeman on our block"; "the sounds of good-natured play"
-01134232 00 s 03 amiable 0 good-humored 0 good-humoured 0 006 & 01133876 a 0000 + 04631067 n 0303 + 04631067 n 0202 + 07551691 n 0104 + 04654652 n 0103 + 04654652 n 0104 | disposed to please; "an amiable villain with a cocky sidelong grin"- Hal Hinson
-01134486 00 s 04 equable 0 even-tempered 0 good-tempered 0 placid 0 004 & 01133876 a 0000 + 04904352 n 0403 + 07515169 n 0402 + 04631067 n 0301 | not easily irritated; "an equable temper"; "not everyone shared his placid temperament"; "remained placid despite the repeated delays"
-01134769 00 a 01 ill-natured 0 023 ^ 01801600 a 0000 = 04623113 n 0000 ! 01133876 a 0101 & 01135269 a 0000 & 01135420 a 0000 & 01135673 a 0000 & 01135914 a 0000 & 01136127 a 0000 & 01136248 a 0000 & 01136541 a 0000 & 01137000 a 0000 & 01137289 a 0000 & 01137378 a 0000 & 01137882 a 0000 & 01137994 a 0000 & 01138161 a 0000 & 01138316 a 0000 & 01138450 a 0000 & 01138610 a 0000 & 01138770 a 0000 & 01138902 a 0000 & 01139067 a 0000 & 01139245 a 0000 | having an irritable and unpleasant disposition
-01135269 00 s 04 atrabilious 0 bilious 0 dyspeptic 0 liverish 0 002 & 01134769 a 0000 + 14062565 n 0201 | irritable as if suffering from indigestion
-01135420 00 s 04 bristly 0 prickly 0 splenetic 0 waspish 0 002 & 01134769 a 0000 + 07552549 n 0303 | very irritable; "bristly exchanges between the White House and the press"; "he became prickly and spiteful"; "witty and waspish about his colleagues"
-01135673 00 s 03 cantankerous 0 crotchety 0 ornery 0 004 & 01134769 a 0000 + 04909270 n 0302 + 04797824 n 0205 + 04641869 n 0202 | having a difficult and contrary disposition; "a cantankerous and venomous-tongued old lady"- Dorothy Sayers
-01135914 00 s 06 choleric 0 irascible 0 hotheaded 0 hot-tempered 0 quick-tempered 0 short-tempered 0 003 & 01134769 a 0000 + 07552549 n 0201 + 07516354 n 0102 | quickly aroused to anger; "a hotheaded commander"
-01136127 00 s 01 churlish 0 001 & 01134769 a 0000 | having a bad disposition; surly; "churlish as a bear"- Shakespeare
-01136248 00 s 08 crabbed 0 crabby 0 cross 0 fussy 0 grouchy 0 grumpy 0 bad-tempered 0 ill-tempered 0 009 & 01134769 a 0000 + 10148305 n 0602 + 04641869 n 0604 + 10148305 n 0501 + 07552729 n 0404 + 04641700 n 0303 + 09974054 n 0201 + 04641700 n 0201 + 04641700 n 0102 | annoyed and irritable
-01136541 00 s 0c cranky 0 fractious 0 irritable 0 nettlesome 0 peevish 0 peckish 0 pettish 0 petulant 0 scratchy 0 testy 0 tetchy 0 techy 0 011 & 01134769 a 0000 + 07553016 n 0b03 + 07553016 n 0a01 + 07552729 n 0806 + 04642258 n 0705 + 07552729 n 0505 + 07552729 n 0301 + 04642258 n 0303 + 04908396 n 0202 + 10148305 n 0103 + 04641869 n 0101 | easily irritated or annoyed; "an incorrigibly fractious young man"; "not the least nettlesome of his countrymen"
-01137000 00 s 05 crusty 0 curmudgeonly 0 gruff 0 ill-humored 0 ill-humoured 0 004 & 01134769 a 0000 + 04915462 n 0304 + 09984047 n 0201 + 04915866 n 0101 | brusque and surly and forbidding; "crusty remarks"; "a crusty old man"; "his curmudgeonly temper"; "gruff manner"; "a gruff reply"
-01137289 00 s 01 currish 0 001 & 01134769 a 0000 | resembling a cur; snarling and rude
-01137378 00 s 09 dark 0 dour 0 glowering 0 glum 0 moody 0 morose 0 saturnine 0 sour 0 sullen 0 007 & 01134769 a 0000 + 04642057 n 0902 + 04642057 n 0804 + 07552367 n 0601 + 04642057 n 0603 + 07552252 n 0501 + 07552367 n 0402 | showing a brooding ill humor; "a dark scowl"; "the proverbially dour New England Puritan"; "a glum, hopeless shrug"; "he sat in moody silence"; "a morose and unsociable manner"; "a saturnine, almost misanthropic young genius"- Bruce Bliven; "a sour temper"; "a sullen crowd"
-01137882 00 s 01 disagreeable 0 001 & 01134769 a 0000 | unpleasant to interact with; "a disagreeable old man"
-01137994 00 s 02 huffish 0 sulky 0 006 & 01134769 a 0000 + 07551498 n 0201 + 07551498 n 0202 + 07549401 n 0201 + 04642057 n 0201 + 07549401 n 0102 | sullen or moody
-01138161 00 s 02 misanthropic 0 misanthropical 0 004 & 01134769 a 0000 + 10321882 n 0201 + 07546844 n 0201 + 07546844 n 0101 | hating mankind in general
-01138316 00 s 02 misogynous 0 misogynistic 0 003 & 01134769 a 0000 + 10322648 n 0201 + 07547064 n 0101 | hating women in particular
-01138450 00 s 02 shirty 0 snorty 0 004 & 01134769 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 + 07128060 n 0202 | (British informal) ill-tempered or annoyed
-01138610 00 s 02 shrewish 0 nagging 0 002 & 01134769 a 0000 + 04642866 n 0101 | continually complaining or faultfinding; "a shrewish wife"; "nagging parents"
-01138770 00 s 02 snappish 0 snappy 0 002 & 01134769 a 0000 + 04642258 n 0106 | apt to speak irritably; "a snappish tone of voice"
-01138902 00 s 02 spoiled 0 spoilt 0 001 & 01134769 a 0000 | having the character or disposition harmed by pampering or oversolicitous attention; "a spoiled child"
-01139067 00 s 02 surly 0 ugly 0 002 & 01134769 a 0000 + 04642258 n 0107 | inclined to anger or bad feelings with overtones of menace; "a surly waiter"; "an ugly frame of mind"
-01139245 00 s 02 vinegary 0 vinegarish 0 001 & 01134769 a 0000 | having a sour disposition; ill-tempered
-01139352 00 a 01 graceful 0 009 ^ 00217728 a 0000 ^ 00849357 a 0000 + 05003423 n 0101 ! 01140514 a 0101 & 01139613 a 0000 & 01139832 a 0000 & 01140054 a 0000 & 01140188 a 0000 & 01140290 a 0000 | characterized by beauty of movement, style, form, or execution
-01139613 00 s 01 elegant 0 002 & 01139352 a 0000 + 04812636 n 0101 | displaying effortless beauty and simplicity in movement or execution; "an elegant dancer"; "an elegant mathematical solution -- simple and precise"
-01139832 00 s 04 fluent 1 fluid 0 liquid 0 smooth 0 002 & 01139352 a 0000 + 04709011 n 0401 | smooth and unconstrained in movement; "a long, smooth stride"; "the fluid motion of a cat"; "the liquid grace of a ballerina"
-01140054 00 s 01 gainly 0 001 & 01139352 a 0000 | graceful and pleasing; "gainly conduct"; "a gainly youth with dark hair and eyes"
-01140188 00 s 02 gracile 0 willowy 0 002 & 01139352 a 0000 + 05003590 n 0102 | slender and graceful
-01140290 00 s 08 lissome 0 lissom 0 lithe 0 lithesome 0 slender 0 supple 0 svelte 0 sylphlike 0 005 & 01139352 a 0000 + 05004091 n 0603 + 05002155 n 0501 + 05004091 n 0302 + 05004091 n 0101 | moving and bending with ease
-01140514 00 a 01 awkward 0 008 ^ 00063277 a 0000 ^ 00220956 a 0000 + 05648459 n 0101 ! 01139352 a 0101 & 01140896 a 0000 & 01141242 a 0000 & 01141468 a 0000 & 01141595 a 0000 | lacking grace or skill in manner or movement or performance; "an awkward dancer"; "an awkward gesture"; "too awkward with a needle to make her own clothes"; "his clumsy fingers produced an awkward knot"
-01140896 00 s 05 gawky 0 clumsy 0 clunky 0 ungainly 0 unwieldy 0 005 & 01140514 a 0000 + 05004700 n 0402 + 05004294 n 0202 + 10274639 n 0109 + 05004700 n 0101 | lacking grace in movement or posture; "a gawky lad with long ungainly legs"; "clumsy fingers"; "what an ungainly creature a giraffe is"; "heaved his unwieldy figure out of his chair"
-01141242 00 s 02 graceless 0 ungraceful 0 003 & 01140514 a 0000 + 05004532 n 0202 + 04815624 n 0103 | lacking grace; clumsy; "a graceless production of the play"; "his stature low...his bearing ungraceful"- Sir Walter Scott
-01141468 00 s 03 labored 0 laboured 0 strained 0 001 & 01140514 a 0000 | lacking natural ease; "a labored style of debating"
-01141595 00 s 01 wooden 0 002 & 01140514 a 0000 + 04815916 n 0101 | lacking ease or grace; "the actor's performance was wooden"; "a wooden smile"
-01141743 00 a 01 gracious 0 007 ^ 01074650 a 0000 ^ 01947266 a 0000 + 05003590 n 0101 + 04913568 n 0101 ! 01142349 a 0101 & 01142069 a 0000 & 01142196 a 0000 | characterized by charm, good taste, and generosity of spirit; "gracious even to unexpected visitors"; "gracious living"; "he bears insult with gracious good humor"
-01142069 00 s 03 elegant 0 graceful 0 refined 0 002 & 01141743 a 0000 + 04812268 n 0101 | suggesting taste, ease, and wealth
-01142196 00 s 01 merciful 0 002 & 01141743 a 0000 + 04829282 n 0101 | (used conventionally of royalty and high nobility) gracious; "our merciful king"
-01142349 00 a 01 ungracious 0 004 ^ 01949149 a 0000 ! 01141743 a 0101 & 01142595 a 0000 & 01142666 a 0000 | lacking charm and good taste; "an ungracious industrial city"; "this curt summary is not meant to be ungracious"; "ungracious behavior"
-01142595 00 s 01 churlish 0 001 & 01142349 a 0000 | rude and boorish
-01142666 00 s 02 graceless 0 unpleasing 0 002 & 01142349 a 0000 + 04690933 n 0201 | lacking graciousness; "a totally graceless hostess"
-01142804 00 a 01 gradual 1 006 ^ 00980527 a 0000 + 05061805 n 0102 + 05061805 n 0101 ! 01143279 a 0101 & 01143006 a 0000 & 01143138 a 0000 | proceeding in small stages; "a gradual increase in prices"
-01143006 00 s 05 bit-by-bit 0 in_small_stages 0 piecemeal 0 step-by-step 0 stepwise 0 001 & 01142804 a 0000 | one thing at a time
-01143138 00 s 03 gradational 0 gradatory 0 graduated 0 003 & 01142804 a 0000 + 14429608 n 0101 + 01003729 n 0101 | taking place by degrees
-01143279 00 a 01 sudden 0 009 ^ 00976508 a 0000 + 05060476 n 0106 ! 01142804 a 0101 & 01143585 a 0000 & 01143750 a 0000 & 01143855 a 0000 & 01144009 a 0000 & 01144102 a 0000 & 01144230 a 0000 | happening without warning or in a short space of time; "a sudden storm"; "a sudden decision"; "a sudden cure"
-01143585 00 s 01 abrupt 0 002 & 01143279 a 0000 + 05060476 n 0101 | exceedingly sudden and unexpected; "came to an abrupt stop"; "an abrupt change in the weather"
-01143750 00 s 02 choppy 0 jerky 0 001 & 01143279 a 0000 | marked by abrupt transitions; "choppy prose"
-01143855 00 s 01 emergent 0 002 & 01143279 a 0000 + 07417405 n 0101 | occurring unexpectedly and requiring urgent action; "emergent repair of an aorta"
-01144009 00 s 01 explosive 0 001 & 01143279 a 0000 | sudden and loud; "an explosive laugh"
-01144102 00 s 01 fulminant 0 002 & 01143279 a 0000 + 00425381 v 0101 | sudden and severe; "fulminant pain"; "fulminant fever"
-01144230 00 s 01 sharp 0 001 & 01143279 a 0000 | very sudden and in great amount or degree; "a sharp drop in the stock market"
-01144359 00 a 01 gradual 2 006 ^ 01234167 a 0000 + 05068716 n 0101 + 05069853 n 0101 ! 01144887 a 0101 & 01144571 a 0000 & 01144730 a 0000 | (of a topographical gradient) not steep or abrupt; "a gradual slope"
-01144571 00 s 02 easy 0 gentle 0 003 & 01144359 a 0000 + 05069853 n 0202 + 04708113 n 0102 | marked by moderate steepness; "an easy climb"; "a gentle slope"
-01144730 00 s 01 sloping 0 001 & 01144359 a 0000 | having a slanting form or direction; "an area of gently sloping hills"; "a room with a sloping ceiling"
-01144887 00 a 01 steep 0 009 ^ 01233347 a 0000 + 05069624 n 0103 ! 01144359 a 0101 & 01145151 a 0000 & 01145422 a 0000 & 01145639 a 0000 & 01145724 a 0000 & 01145862 a 0000 & 01145931 a 0000 | having a sharp inclination; "the steep attic stairs"; "steep cliffs"
-01145151 00 s 03 abrupt 0 precipitous 0 sharp 0 004 & 01144887 a 0000 + 05069624 n 0202 + 09398677 n 0201 + 05069624 n 0101 | extremely steep; "an abrupt canyon"; "the precipitous rapids of the upper river"; "the precipitous hills of Chinese paintings"; "a sharp drop"
-01145422 00 s 03 bluff 0 bold 0 sheer 0 001 & 01144887 a 0000 | very steep; having a prominent and almost vertical front; "a bluff headland"; "where the bold chalk cliffs of England rise"; "a sheer descent of rock"
-01145639 00 s 01 heavy 0 001 & 01144887 a 0000 | sharply inclined; "a heavy grade"
-01145724 00 s 01 perpendicular 0 002 & 01144887 a 0000 + 03917973 n 0101 | extremely steep; "the great perpendicular face of the cliff"
-01145862 00 s 01 steepish 0 001 & 01144887 a 0000 | somewhat steep
-01145931 00 s 01 steep-sided 0 001 & 01144887 a 0000 | having very steep sides
-01146012 00 a 02 grammatical 0 well-formed 4 002 + 06174404 n 0101 ! 01146207 a 0101 | conforming to the rules of grammar or usage accepted by native speakers; "spoke in grammatical sentences"
-01146207 00 a 02 ungrammatical 0 ill-formed 4 002 ! 01146012 a 0101 & 01146371 a 0000 | not grammatical; not conforming to the rules of grammar or accepted usage
-01146371 00 s 01 incorrect 0 001 & 01146207 a 0000 | (of a word or expression) not agreeing with grammatical principles
-01146493 00 a 02 grateful 0 thankful 0 005 + 07504529 n 0202 + 07504529 n 0101 ! 01147044 a 0101 & 01146732 a 0000 & 01146920 a 0000 | feeling or showing gratitude; "a grateful heart"; "grateful for the tree's shade"; "a thankful smile"
-01146732 00 s 01 appreciative 0 003 & 01146493 a 0000 + 01805982 v 0101 + 07504529 n 0103 | feeling or expressive of gratitude; "was appreciative of his efforts"; "an appreciative word"
-01146920 00 s 01 glad 0 002 & 01146493 a 0000 + 07527167 n 0101 | feeling happy appreciation; "glad of the fire's warmth"
-01147044 00 a 03 ungrateful 0 thankless 0 unthankful 0 003 + 07504711 n 0102 ! 01146493 a 0101 & 01147300 a 0000 | not feeling or showing gratitude; "ungrateful heirs"; "How sharper than a serpent's tooth it is / To have a thankless child!"- Shakespeare
-01147300 00 s 01 unappreciative 0 001 & 01147044 a 0000 | not feeling or expressing gratitude; "unappreciative of nature's bounty"
-01147433 00 a 03 haploid 0 haploidic 0 monoploid 0 004 ;c 06075527 n 0000 + 01320314 n 0101 ! 01147622 a 0101 ! 01147836 a 0101 | of a cell or organism having a single set of chromosomes
-01147622 00 a 01 diploid 0 004 ;c 06075527 n 0000 + 01320093 n 0101 ! 01147836 a 0101 ! 01147433 a 0101 | of a cell or organism having two sets of chromosomes or twice the haploid number; "diploid somatic cells"
-01147836 00 a 01 polyploid 0 005 ;c 06075527 n 0000 + 01320692 n 0101 ! 01147433 a 0101 ! 01147622 a 0101 & 01148086 a 0000 | of a cell or organism having more than twice the haploid number of chromosomes; "a polyploid cell"; "a polyploid species"
-01148086 00 s 01 triploid 0 002 & 01147836 a 0000 ;c 06075527 n 0000 | of a cell or organism having three complete sets of chromosomes; "human triploid fetuses are usually spontaneously aborted"
-01148283 00 a 01 happy 0 018 ^ 00362467 a 0000 ^ 00588797 a 0000 ^ 01361414 a 0000 ^ 00704609 a 0000 ^ 00908929 a 0000 ^ 00999817 a 0000 ^ 01363613 a 0000 ^ 01366718 a 0000 = 13987423 n 0000 = 07526757 n 0000 + 13987423 n 0101 ! 01149494 a 0101 & 01148764 a 0000 & 01148897 a 0000 & 01149050 a 0000 & 01149195 a 0000 & 01149358 a 0000 + 07526757 n 0101 | enjoying or showing or marked by joy or pleasure; "a happy smile"; "spent many happy days on the beach"; "a happy marriage"
-01148764 00 s 01 blessed 0 002 & 01148283 a 0000 + 13987719 n 0101 | characterized by happiness and good fortune; "a blessed time"
-01148897 00 s 01 blissful 0 002 & 01148283 a 0000 + 13987905 n 0102 | completely happy and contented; "blissful young lovers"; "in blissful ignorance"
-01149050 00 s 01 bright 0 001 & 01148283 a 0000 | characterized by happiness or gladness; "bright faces"; "all the world seems bright and gay"
-01149195 00 s 03 golden 0 halcyon 0 prosperous 0 001 & 01148283 a 0000 | marked by peace and prosperity; "a golden era"; "the halcyon days of the clipper trade"
-01149358 00 s 02 laughing(a) 0 riant 0 001 & 01148283 a 0000 | showing or feeling mirth or pleasure or happiness; "laughing children"
-01149494 00 a 01 unhappy 0 015 ^ 00703109 a 0000 ^ 00589624 a 0000 ^ 00909363 a 0000 ^ 01000881 a 0000 ^ 01368192 a 0000 ^ 01361863 a 0000 ^ 01364008 a 0000 ^ 00364479 a 0000 = 13987423 n 0000 = 07526757 n 0000 + 13988663 n 0101 + 07532440 n 0102 ! 01148283 a 0101 & 01150063 a 0000 & 01150205 a 0000 | experiencing or marked by or causing sadness or sorrow or discontent; "unhappy over her departure"; "unhappy with her raise"; "after the argument they lapsed into an unhappy silence"; "had an unhappy time at school"; "the unhappy (or sad) news"; "he looks so sad"
-01150063 00 s 01 lovesick 0 002 & 01149494 a 0000 + 07487493 n 0101 | languishing because of love; "strong men behaving like lovesick boys"
-01150205 00 s 03 miserable 0 suffering 0 wretched 0 003 & 01149494 a 0000 + 14448333 n 0302 + 14448333 n 0103 | very unhappy; full of misery; "he felt depressed and miserable"; "a message of hope for suffering humanity"; "wretched prisoners huddled in stinking cages"
-01150475 00 a 03 regretful 0 sorry 2 bad 9 002 ^ 01743217 a 0000 ! 01150771 a 0101 | feeling or expressing regret or sorrow or a sense of loss over something done or undone; "felt regretful over his vanished youth"; "regretful over mistakes she had made"; "he felt bad about breaking the vase"
-01150771 00 a 02 unregretful 0 unregretting 0 001 ! 01150475 a 0101 | feeling no regret; "was completely unregretful about what had happened"
-01150915 00 a 01 hard 1 015 = 04937848 n 0000 ! 01152746 a 0101 & 01151246 a 0000 & 01151335 a 0000 & 01151452 a 0000 & 01151592 a 0000 & 01151740 a 0000 & 01151951 a 0000 & 01152091 a 0000 & 01152189 a 0000 & 01152320 a 0000 & 01152453 a 0000 & 01152521 a 0000 & 01152620 a 0000 + 04937848 n 0101 | resisting weight or pressure
-01151246 00 s 01 adamantine 0 001 & 01150915 a 0000 | having the hardness of a diamond
-01151335 00 s 01 al_dente 0 002 & 01150915 a 0000 ;r 08801678 n 0000 | of pasta cooked so as to be firm when eaten
-01151452 00 s 03 corneous 0 hornlike 0 horny 0 002 & 01150915 a 0000 + 14758027 n 0301 | made of horn (or of a substance resembling horn)
-01151592 00 s 02 tumid 0 erect 0 004 & 01150915 a 0000 ;c 06080522 n 0000 + 14318360 n 0102 + 14318360 n 0101 | of sexual organs; stiff and rigid
-01151740 00 s 02 firm 0 solid 0 004 & 01150915 a 0000 + 04941124 n 0202 + 04941124 n 0201 + 04938110 n 0101 | not soft or yielding to pressure; "a firm mattress"; "the snow was firm underfoot"; "solid ground"
-01151951 00 s 04 granitic 0 granitelike 0 rocklike 0 stony 0 002 & 01150915 a 0000 + 14890286 n 0101 | hard as granite; "a granitic fist"
-01152091 00 s 02 hardened 2 set 0 001 & 01150915 a 0000 | converted to solid form (as concrete)
-01152189 00 s 01 woody 0 001 & 01150915 a 0000 | made hard like wood as the result of the deposition of lignin in the cell walls
-01152320 00 s 02 petrous 0 stonelike 0 001 & 01150915 a 0000 | (of bone especially the temporal bone) resembling stone in hardness
-01152453 00 s 01 semihard 0 001 & 01150915 a 0000 | somewhat hard
-01152521 00 s 01 steely 0 002 & 01150915 a 0000 + 14802450 n 0101 | resembling steel in hardness
-01152620 00 s 01 unyielding 0 001 & 01150915 a 0000 | resistant to physical force or pressure; "an unyielding head support"
-01152746 00 a 01 soft 1 018 = 04937848 n 0000 + 04938228 n 0101 ! 01150915 a 0101 & 01153141 a 0000 & 01153346 a 0000 & 01153435 a 0000 & 01153595 a 0000 & 01153703 a 0000 & 01153844 a 0000 & 01154030 a 0000 & 01154229 a 0000 & 01154351 a 0000 & 01154500 a 0000 & 01154639 a 0000 & 01154775 a 0000 & 01154886 a 0000 & 01154964 a 0000 & 01155206 a 0000 | yielding readily to pressure or weight
-01153141 00 s 03 brushed 0 fleecy 0 napped 0 002 & 01152746 a 0000 + 03362639 n 0201 | (of fabrics) having soft nap produced by brushing; "a dress of brushed cotton"; "a fleecy lining"; "napped fabrics"
-01153346 00 s 01 cheeselike 0 001 & 01152746 a 0000 | having the consistency of cheese
-01153435 00 s 02 compressible 0 squeezable 0 004 & 01152746 a 0000 + 04938474 n 0202 + 01387786 v 0101 + 04938474 n 0101 | capable of being easily compressed
-01153595 00 s 01 cottony 0 002 & 01152746 a 0000 + 14870078 n 0101 | resembling cotton; as soft as cotton
-01153703 00 s 03 cushioned 0 cushiony 0 padded 0 002 & 01152746 a 0000 + 03151500 n 0201 | softened by the addition of cushions or padding
-01153844 00 s 04 demulcent 0 emollient 0 salving 0 softening 0 003 & 01152746 a 0000 + 03128519 n 0203 + 03174829 n 0101 | having a softening or soothing effect especially to the skin
-01154030 00 s 04 downy 0 downlike 0 flossy 0 fluffy 0 006 & 01152746 a 0000 + 14757754 n 0401 + 04938838 n 0403 + 03367545 n 0301 + 01896561 n 0101 + 04938838 n 0101 | like down or as soft as down
-01154229 00 s 01 flaccid 0 001 & 01152746 a 0000 | drooping without elasticity; wanting in stiffness; "a flaccid penis"
-01154351 00 s 03 flocculent 0 woolly 0 wooly 0 003 & 01152746 a 0000 + 02626095 v 0101 + 02625916 v 0101 | having a fluffy character or appearance
-01154500 00 s 01 yielding 0 001 & 01152746 a 0000 | lacking stiffness and giving way to pressure; "a deep yielding layer of foam rubber"
-01154639 00 s 01 mushy 0 004 & 01152746 a 0000 + 09400826 n 0102 + 07703333 n 0101 + 04939198 n 0101 | having the consistency of mush
-01154775 00 s 01 overstuffed 0 001 & 01152746 a 0000 | upholstered thickly and deeply; "an overstuffed sofa"
-01154886 00 s 02 softish 0 semisoft 0 001 & 01152746 a 0000 | somewhat soft
-01154964 00 s 04 spongy 0 squashy 0 squishy 0 spongelike 0 004 & 01152746 a 0000 + 01906749 n 0101 + 04938474 n 0103 + 04940379 n 0101 | easily squashed; resembling a sponge in having soft porous texture and compressibility; "spongy bread"
-01155206 00 s 02 velvet 0 velvety 0 003 & 01152746 a 0000 + 04525038 n 0201 + 04525038 n 0101 | resembling velvet in having a smooth soft surface
-01155354 00 a 01 hard 2 009 ^ 00744916 a 0000 ^ 02106761 a 0000 ^ 01507402 a 0000 ^ 02448437 a 0000 + 04844625 n 0104 ! 01156112 a 0101 & 01155603 a 0000 & 01155815 a 0000 & 01155968 a 0000 | dispassionate; "took a hard look"; "a hard bargainer";
-01155603 00 s 05 calculating 0 calculative 0 conniving 0 scheming 0 shrewd 0 003 & 01155354 a 0000 + 05621439 n 0501 + 00926472 v 0202 | used of persons; "the most calculating and selfish men in the community"
-01155815 00 s 03 case-hardened 0 hardened 5 hard-boiled 0 001 & 01155354 a 0000 | used of persons; emotionally hardened; "faced a case-hardened judge"
-01155968 00 s 01 steely 0 001 & 01155354 a 0000 | resembling steel as in hardness; "steely eyes"; "steely nerves like those of a steeplejack"
-01156112 00 a 01 soft 2 005 ^ 02448889 a 0000 ^ 02533313 a 0000 + 04910973 n 0102 ! 01155354 a 0101 & 01156302 a 0000 | compassionate and kind; conciliatory; "he was soft on his children"
-01156302 00 s 01 mellow 0 003 & 01156112 a 0000 + 04958302 n 0101 + 04989015 n 0102 | having attained to kindliness or gentleness through age and experience; "mellow wisdom"; "the peace of mellow age"
-01156505 00 a 01 hard 3 002 ! 01156925 a 0101 & 01156750 a 0000 | (of speech sounds); produced with the back of the tongue raised toward or touching the velum; "Russian distinguished between hard consonants and palatalized or soft consonants"
-01156750 00 s 01 velar 0 001 & 01156505 a 0000 | produced with the back of the tongue touching or near the soft palate (as `k' in `cat' and `g' in `gun' and `ng' in `sing')
-01156925 00 a 01 soft 3 004 + 04990877 n 0101 ! 01156505 a 0101 & 01157179 a 0000 & 01157494 a 0000 | (of speech sounds); produced with the back of the tongue raised toward the hard palate; characterized by a hissing or hushing sound (as `s' and `sh')
-01157179 00 s 05 fricative 0 continuant 0 sibilant 0 spirant 0 strident 0 006 & 01156925 a 0000 + 07118747 n 0301 + 01055404 v 0301 + 01054399 v 0301 + 01053771 v 0304 + 15133488 n 0202 | of speech sounds produced by forcing air through a constricted passage (as `f', `s', `z', or `th' in both `thin' and `then')
-01157494 00 s 03 palatal 0 palatalized 0 palatalised 0 002 & 01156925 a 0000 + 07114535 n 0101 | produced with the front of the tongue near or touching the hard palate (as `y') or with the blade of the tongue near the hard palate (as `ch' in `chin' or `j' in `gin')
-01157762 00 a 02 hard 5 concentrated 1 001 ! 01157887 a 0101 | (of light) transmitted directly from a pointed light source
-01157887 00 a 03 soft 5 diffuse 0 diffused 0 001 ! 01157762 a 0101 | (of light) transmitted from a broad light source or reflected
-01158020 00 a 02 hardhearted 0 heartless 2 004 + 07506149 n 0201 + 07506149 n 0103 ! 01158453 a 0101 & 01158180 a 0000 | lacking in feeling or pity or warmth
-01158180 00 s 05 flinty 0 flint 0 granitic 0 obdurate 0 stony 0 004 & 01158020 a 0000 + 11684739 n 0501 + 04629958 n 0501 + 04778114 n 0301 | showing unfeeling resistance to tender feelings; "his flinty gaze"; "the child's misery would move even the most obdurate heart"
-01158453 00 a 02 softhearted 0 soft-boiled 0 002 + 07505347 n 0101 ! 01158020 a 0101 | easily moved to pity or sorrow; "a softhearted judge"
-01158596 00 a 01 alcoholic 0 008 + 14708720 n 0101 + 07884567 n 0101 ! 01159531 a 0101 & 01158837 a 0000 & 01158974 a 0000 & 01159119 a 0000 & 01159217 a 0000 & 01159405 a 0000 | characteristic of or containing alcohol; "alcoholic drinks"
-01158837 00 s 01 dry 0 001 & 01158596 a 0000 | having a large proportion of strong liquor; "a very dry martini is almost straight gin"
-01158974 00 s 02 hard 0 strong 0 001 & 01158596 a 0000 | being distilled rather than fermented; having a high alcoholic content; "hard liquor"
-01159119 00 s 02 intoxicant 0 intoxicating 0 002 & 01158596 a 0000 + 00088532 v 0101 | causing
-01159217 00 s 02 spirituous 0 spiritous 0 003 & 01158596 a 0000 + 07901587 n 0202 + 07901587 n 0102 | containing or of the nature of alcohol; "spiritous beverages"; "spirituous liquors"
-01159405 00 s 01 wet 0 001 & 01158596 a 0000 | consisting of or trading in alcoholic liquor; "a wet cargo"; "a wet canteen"
-01159531 00 a 01 nonalcoholic 0 001 ! 01158596 a 0101 | characterized by the absence of alcohol; "nonalcoholic beverages"
-01159655 00 a 01 harmless 0 007 ^ 00226618 a 0000 ^ 01611839 a 0000 ^ 02450640 a 0000 ^ 01713095 a 0000 ^ 02057829 a 0000 ! 01160031 a 0101 & 01159907 a 0000 | not causing or capable of causing harm; "harmless bacteria"; "rendered the bomb harmless"
-01159907 00 s 02 innocent 0 innocuous 0 001 & 01159655 a 0000 | lacking intent or capacity to injure; "an innocent prank"
-01160031 00 a 01 harmful 0 023 ^ 00586183 a 0000 ^ 00065488 a 0000 ^ 00227003 a 0000 ^ 01611067 a 0000 ^ 01628302 a 0000 ^ 01711071 a 0000 ^ 02449430 a 0000 ^ 02559180 a 0000 + 05166072 n 0101 ! 01159655 a 0101 & 01160584 a 0000 & 01160775 a 0000 & 01160880 a 0000 & 01161059 a 0000 & 01161233 a 0000 & 01161635 a 0000 & 01161877 a 0000 & 01161984 a 0000 & 01162267 a 0000 & 01162406 a 0000 & 01162633 a 0000 & 01162817 a 0000 & 01162901 a 0000 | causing or capable of causing harm; "too much sun is harmful to the skin"; "harmful effects of smoking"
-01160584 00 s 01 abusive 0 002 & 01160031 a 0000 + 02516594 v 0103 | characterized by physical or psychological maltreatment; "abusive punishment"; "argued...that foster homes are abusive"
-01160775 00 s 01 bad 0 001 & 01160031 a 0000 | capable of harming; "bad air"; "smoking is bad for you"
-01160880 00 s 01 bruising 0 001 & 01160031 a 0000 | causing mental or emotional injury; "a bruising experience"; "protected from the bruising facts of battle"- John Mason Brown
-01161059 00 s 03 deleterious 0 hurtful 0 injurious 0 003 & 01160031 a 0000 + 14285662 n 0301 + 05166072 n 0302 | harmful to living things; "deleterious chemical additives"
-01161233 00 s 09 calumniatory 0 calumnious 0 defamatory 0 denigrative 0 denigrating 0 denigratory 0 libellous 0 libelous 0 slanderous 0 010 & 01160031 a 0000 + 06720600 n 0901 + 01220336 n 0903 + 06720371 n 0801 + 06720371 n 0701 + 00846509 v 0605 + 00864475 v 0403 + 00846509 v 0301 + 06719579 n 0202 + 01220336 n 0202 | (used of statements) harmful and often untrue; tending to discredit or malign
-01161635 00 s 02 catastrophic 2 ruinous 0 003 & 01160031 a 0000 + 14562324 n 0201 + 07335243 n 0201 | extremely harmful; bringing physical or financial ruin; "a catastrophic depression"; "catastrophic illness"; "a ruinous course of action"
-01161877 00 s 01 counterproductive 0 001 & 01160031 a 0000 | tending to hinder the achievement of a goal
-01161984 00 s 04 damaging 0 detrimental 0 prejudicial 0 prejudicious 0 002 & 01160031 a 0000 + 07420538 n 0201 | (sometimes followed by `to') causing harm or injury; "damaging to career and reputation"; "the reporter's coverage resulted in prejudicial publicity for the defendant"
-01162267 00 s 01 ill 0 001 & 01160031 a 0000 | resulting in suffering or adversity; "ill effects"; "it's an ill wind that blows no good"
-01162406 00 s 03 insidious 0 pernicious 0 subtle 0 003 & 01160031 a 0000 + 04790942 n 0201 + 05166260 n 0101 | working or spreading in a hidden and usually injurious way; "glaucoma is an insidious disease"; "a subtle poison"
-01162633 00 s 01 mischievous 0 004 & 01160031 a 0000 + 04846533 n 0102 + 00736375 n 0103 + 00736375 n 0101 | deliberately causing harm or damage; "mischievous rumors and falsehoods"
-01162817 00 s 01 nocent 0 001 & 01160031 a 0000 | having a tendency to cause harm
-01162901 00 s 02 stabbing 0 wounding 0 001 & 01160031 a 0000 | causing physical or especially psychological injury; "a stabbing remark"; "wounding and false charges of disloyalty"
-01163083 00 a 01 harmonious 0 010 ^ 00507464 a 0000 + 07027180 n 0101 + 04984180 n 0101 + 04984351 n 0102 ! 01164072 a 0101 & 01163320 a 0000 & 01163589 a 0000 & 01163759 a 0000 & 01163860 a 0000 & 01163941 a 0000 | musically pleasing
-01163320 00 s 05 consonant 0 harmonic 1 harmonical 0 harmonized 0 harmonised 0 008 & 01163083 a 0000 + 13969243 n 0301 + 07027180 n 0301 + 07180183 n 0301 + 04713118 n 0301 + 04984180 n 0301 + 13969243 n 0201 + 04984351 n 0101 | involving or characterized by harmony
-01163589 00 s 02 harmonic 2 sympathetic 0 001 & 01163083 a 0000 | relating to vibrations that occur as a result of vibrations in a nearby body; "sympathetic vibration"
-01163759 00 s 02 on-key 0 true 0 001 & 01163083 a 0000 | in tune; accurate in pitch; "a true note"
-01163860 00 s 01 pure 0 001 & 01163083 a 0000 | free from discordant qualities
-01163941 00 s 02 symphonic 0 symphonious 0 001 & 01163083 a 0000 | harmonious in sound; "the symphonic hum of a million insects"
-01164072 00 a 02 inharmonious 0 unharmonious 2 006 ^ 00508192 a 0000 + 04984809 n 0102 ! 01163083 a 0101 & 01164250 a 0000 & 01164420 a 0000 & 01164561 a 0000 | not in harmony
-01164250 00 s 04 discordant 0 disharmonious 0 dissonant 1 inharmonic 0 004 & 01164072 a 0000 + 04984514 n 0301 + 02718543 v 0103 + 04984698 n 0101 | lacking in harmony
-01164420 00 s 03 false 0 off-key 0 sour 0 001 & 01164072 a 0000 | inaccurate in pitch; "a false (or sour) note"; "her singing was off key"
-01164561 00 s 02 unresolved 0 dissonant 2 005 & 01164072 a 0000 ;c 07020895 n 0000 + 02135328 v 0201 + 00567604 v 0202 + 05720248 n 0202 | characterized by musical dissonance; harmonically unresolved
-01164763 00 a 01 healthful 0 016 ^ 02115324 a 0000 ^ 02557357 a 0000 + 04790070 n 0101 ! 01167817 a 0101 & 01165266 a 0000 & 01165474 a 0000 & 01165665 a 0000 & 01165830 a 0000 & 01165943 a 0000 & 01166314 a 0000 & 01166413 a 0000 & 01166656 a 0000 & 01166875 a 0000 & 01166993 a 0000 & 01167269 a 0000 & 01167540 a 0000 | conducive to good health of body or mind; "a healthful climate"; "a healthful environment"; "healthful nutrition"; "healthful sleep"; "Dickens's relatively healthful exuberance"
-01165266 00 s 04 anthelmintic 0 anthelminthic 0 helminthic 0 parasiticidal 0 004 & 01164763 a 0000 + 04528630 n 0304 + 04528630 n 0203 + 04528630 n 0102 | capable of expelling or destroying parasitic worms
-01165474 00 s 02 antimicrobial 0 antimicrobic 0 003 & 01164763 a 0000 + 03208229 n 0203 + 03208229 n 0104 | capable of destroying or inhibiting the growth of disease-causing microorganisms
-01165665 00 s 02 carminative 0 flatus-relieving 0 002 & 01164763 a 0000 + 02965617 n 0101 | relieving gas in the alimentary tract (colic or flatulence or griping)
-01165830 00 s 02 cathartic 2 psychotherapeutic 0 002 & 01164763 a 0000 + 00253395 n 0101 | emotionally purging
-01165943 00 s 06 curative 0 healing(p) 0 alterative 0 remedial 0 sanative 0 therapeutic 0 003 & 01164763 a 0000 + 04074482 n 0401 + 00081725 v 0102 | tending to cure or restore to health; "curative powers of herbal remedies"; "her gentle healing hand"; "remedial surgery"; "a sanative environment of mountains and fresh air"; "a therapeutic agent"; "therapeutic diets"
-01166314 00 s 01 drugless 0 001 & 01164763 a 0000 | without the use of drugs; "drugless therapy"
-01166413 00 s 02 good 0 salutary 0 002 & 01164763 a 0000 + 05142180 n 0102 | tending to promote physical well-being; beneficial to health; "beneficial effects of a balanced diet"; "a good night's sleep"; "the salutary influence of pure air"
-01166656 00 s 02 medicative 0 medicinal 0 004 & 01164763 a 0000 + 03740161 n 0201 + 00084562 v 0101 + 00084230 v 0101 | having the properties of medicine; "medicative drugs"; "medicinal herbs"; "medicinal properties"
-01166875 00 s 01 organic 0 001 & 01164763 a 0000 | simple and healthful and close to nature; "an organic lifestyle"
-01166993 00 s 01 orthomolecular 0 001 & 01164763 a 0000 | designating or relating to a form of treatment of mental disorders that seeks to restore biochemical balance in the body with large doses of vitamins and minerals; "orthomolecular medicine"; "orthomolecular therapy"
-01167269 00 s 03 preventive 0 preventative 0 prophylactic 0 004 & 01164763 a 0000 + 04002026 n 0303 + 01079295 n 0301 + 04002026 n 0101 | preventing or contributing to the prevention of disease; "preventive medicine"; "vaccines are prophylactic"; "a prophylactic drug"
-01167540 00 s 02 recuperative 0 restorative 0 006 & 01164763 a 0000 + 04451473 n 0202 + 03111899 n 0202 + 00168588 v 0202 + 00093163 v 0101 + 00092690 v 0101 | promoting recuperation; "recuperative powers"; "strongly recuperative remedies"; "restorative effects of exercise"
-01167817 00 a 01 unhealthful 0 010 ^ 02113827 a 0000 ^ 02449430 a 0000 ^ 02559180 a 0000 + 04791740 n 0101 ! 01164763 a 0101 & 01168166 a 0000 & 01168315 a 0000 & 01168434 a 0000 & 01168632 a 0000 & 01168845 a 0000 | detrimental to good health; "unhealthful air pollution"; "unhealthful conditions in old apartments with peeling lead-based paint"
-01168166 00 s 03 crippling 0 disabling 0 incapacitating 0 001 & 01167817 a 0000 | that cripples or disables or incapacitates; "a crippling injury"
-01168315 00 s 01 cytopathogenic 0 001 & 01167817 a 0000 | of or relating to or causing pathological changes in cells
-01168434 00 s 03 infective 0 morbific 0 pathogenic 0 004 & 01167817 a 0000 + 01386007 n 0301 + 00089750 v 0101 + 00088713 v 0101 | able to cause disease; "infective agents"; "pathogenic bacteria"
-01168632 00 s 04 unmedicinal 0 unmedicative 0 unmedical 0 nonmedicinal 0 001 & 01167817 a 0000 | not having a medicinal effect or not medically prescribed; "he took mind-altering drugs for nonmedicinal reasons"
-01168845 00 s 01 unhealthy 0 001 & 01167817 a 0000 | not conducive to good health; "an unhealthy diet of fast foods"; "an unhealthy climate"
-01168988 00 a 01 medical 0 002 + 06043075 n 0101 ! 01169194 a 0101 | requiring or amenable to treatment by medicine especially as opposed to surgery; "medical treatment"; "pneumonia is a medical disease"
-01169194 00 a 02 surgical 0 operative 4 007 + 00083809 v 0202 + 00671351 n 0201 + 06063588 n 0101 + 00671351 n 0102 ! 01168988 a 0101 & 01169533 a 0000 & 01169660 a 0000 | relating to or requiring or amenable to treatment by surgery especially as opposed to medicine; "a surgical appendix"; "a surgical procedure"; "operative dentistry"
-01169533 00 s 01 preoperative 0 001 & 01169194 a 0000 | happening or done before and in preparation for a surgical operation
-01169660 00 s 01 postoperative 0 001 & 01169194 a 0000 | happening or done after a surgical operation; "postoperative complications"; "postoperative care"
-01169817 00 a 01 operable 0 001 ! 01169940 a 0101 | capable of being treated by surgical operation; "an operable cancer"
-01169940 00 a 01 inoperable 0 001 ! 01169817 a 0101 | not suitable for surgery; "metastasis has rendered the tumor inoperable"
-01170069 00 a 01 pyretic 0 001 ! 01170136 a 0101 | causing fever
-01170136 00 a 01 antipyretic 0 002 + 02723595 n 0101 ! 01170069 a 0101 | preventing or alleviating fever
-01170243 00 a 01 healthy 0 023 ^ 01017161 a 0000 ^ 02037708 a 0000 ^ 02540578 a 0000 ^ 02557357 a 0000 = 14447908 n 0000 + 13923779 n 0101 + 14447908 n 0101 + 14049711 n 0102 ! 01172889 a 0101 & 01170823 a 0000 & 01170984 a 0000 & 01171076 a 0000 & 01171213 a 0000 & 01171396 a 0000 & 01171606 a 0000 & 01171746 a 0000 & 01171955 a 0000 & 01172035 a 0000 & 01172139 a 0000 & 01172394 a 0000 & 01172493 a 0000 & 01172594 a 0000 & 01172692 a 0000 | having or indicating good health in body or mind; free from infirmity or disease; "a rosy healthy baby"; "staying fit and healthy"
-01170823 00 s 04 flushed 0 rose-cheeked 0 rosy 0 rosy-cheeked 0 003 & 01170243 a 0000 + 14050871 n 0304 + 04977412 n 0302 | having the pinkish flush of health
-01170984 00 s 01 bouncing 0 001 & 01170243 a 0000 | vigorously healthy; "a bouncing baby"
-01171076 00 s 01 firm 0 002 & 01170243 a 0000 + 05031849 n 0101 | possessing the tone and resiliency of healthy tissue; "firm muscles"
-01171213 00 s 02 good 0 sound 0 002 & 01170243 a 0000 + 05031849 n 0202 | in excellent physical condition; "good teeth"; "I still have one good leg"; "a sound mind in a sound body"
-01171396 00 s 02 hale 0 whole 0 003 & 01170243 a 0000 + 14050011 n 0201 + 14050011 n 0102 | exhibiting or restored to vigorous good health; "hale and hearty"; "whole in mind and body"; "a whole person again"
-01171606 00 s 01 hearty 1 002 & 01170243 a 0000 + 05030806 n 0104 | consuming abundantly and with gusto; "a hearty (or healthy) appetite"
-01171746 00 s 04 hearty 2 full-blooded 0 lusty 0 red-blooded 0 003 & 01170243 a 0000 + 05031012 n 0303 + 05030806 n 0104 | endowed with or exhibiting great bodily or mental health; "a hearty glow of health"
-01171955 00 s 01 anicteric 0 001 & 01170243 a 0000 | not affected by jaundice
-01172035 00 s 01 rock-loving 0 001 & 01170243 a 0000 | of plants that flourish in a rocky environment
-01172139 00 s 04 rubicund 0 ruddy 0 florid 0 sanguine 0 002 & 01170243 a 0000 + 04977412 n 0201 | inclined to a healthy reddish color often associated with outdoor life; "a ruddy complexion"; "Santa's rubicund cheeks"; "a fresh and sanguine complexion"
-01172394 00 s 01 sun-loving 0 001 & 01170243 a 0000 | (of plants) flourishing in strong sunlight
-01172493 00 s 01 water-loving 0 001 & 01170243 a 0000 | (of plants) flourishing with lots of water
-01172594 00 s 01 well-preserved 0 001 & 01170243 a 0000 | used of older persons who are healthy
-01172692 00 s 01 wholesome 0 002 & 01170243 a 0000 + 04789689 n 0101 | sound or exhibiting soundness in body or mind; "exercise develops wholesome appetites"; "a grin on his ugly wholesome face"
-01172889 00 a 01 unhealthy 0 039 ^ 02040049 a 0000 ^ 02541302 a 0000 ^ 01017738 a 0000 ^ 02559180 a 0000 = 14447908 n 0000 + 14052046 n 0102 ! 01170243 a 0101 & 01173697 a 0000 & 01173795 a 0000 & 01174048 a 0000 & 01174222 a 0000 & 01174438 a 0000 & 01174565 a 0000 & 01175007 a 0000 & 01175158 a 0000 & 01175298 a 0000 & 01175427 a 0000 & 01175541 a 0000 & 01175636 a 0000 & 01175741 a 0000 & 01175939 a 0000 & 01176057 a 0000 & 01176246 a 0000 & 01176544 a 0000 & 01176695 a 0000 & 01176787 a 0000 & 01176973 a 0000 & 01177105 a 0000 & 01177246 a 0000 & 01177435 a 0000 & 01177556 a 0000 & 01177704 a 0000 & 01177899 a 0000 & 01178024 a 0000 & 01178134 a 0000 & 01178231 a 0000 & 01178345 a 0000 & 01178458 a 0000 & 01178577 a 0000 | not in or exhibiting good health in body or mind; "unhealthy ulcers"
-01173697 00 s 01 angry 0 001 & 01172889 a 0000 | severely inflamed and painful; "an angry sore"
-01173795 00 s 05 arthritic 0 creaky 0 rheumatic 0 rheumatoid 0 rheumy 0 005 & 01172889 a 0000 + 10527915 n 0301 + 14186738 n 0303 + 14080210 n 0301 + 14186541 n 0101 | of or pertaining to arthritis; "my creaky old joints"; "rheumy with age and grief"
-01174048 00 s 03 asthmatic 0 wheezing 0 wheezy 0 004 & 01172889 a 0000 + 00836407 n 0301 + 14372855 n 0301 + 14145911 n 0101 | relating to breathing with a whistling sound
-01174222 00 s 03 bad 0 unfit 0 unsound 0 003 & 01172889 a 0000 + 05160173 n 0301 + 14547369 n 0201 | physically unsound or diseased; "has a bad back"; "a bad heart"; "bad teeth"; "an unsound limb"; "unsound teeth"
-01174438 00 s 02 blebby 0 blistery 0 003 & 01172889 a 0000 + 05517837 n 0201 + 05517837 n 0103 | covered with small blisters
-01174565 00 s 05 puffy 0 intumescent 0 tumescent 0 tumid 0 turgid 0 008 & 01172889 a 0000 + 14318360 n 0402 + 14318360 n 0401 + 14318210 n 0301 + 00256507 v 0305 + 14317720 n 0202 + 14317720 n 0201 + 14315192 n 0102 | abnormally distended especially by fluids or gas; "hungry children with bloated stomachs"; "he had a grossly distended stomach"; "eyes with puffed (or puffy) lids"; "swollen hands"; "tumescent tissue"; "puffy tumid flesh"
-01175007 00 s 01 bloodshot 0 001 & 01172889 a 0000 | (of an eye) reddened as a result of locally congested blood vessels; inflamed; "bloodshot eyes"
-01175158 00 s 03 cankerous 0 ulcerated 0 ulcerous 0 003 & 01172889 a 0000 + 14211609 n 0301 + 14212759 n 0101 | having an ulcer or canker
-01175298 00 s 02 carbuncled 0 carbuncular 0 002 & 01172889 a 0000 + 14183774 n 0201 | afflicted with or resembling a carbuncle
-01175427 00 s 01 carious 0 002 & 01172889 a 0000 + 13444513 n 0102 | (of teeth) affected with cavities or decay
-01175541 00 s 01 caseous 0 001 & 01172889 a 0000 | of damaged or necrotic tissue; cheeselike
-01175636 00 s 01 chilblained 0 001 & 01172889 a 0000 | having chilblains; "her poor chilblained hands"
-01175741 00 s 03 colicky 0 flatulent 0 gassy 0 005 & 01172889 a 0000 + 14035695 n 0303 + 14035695 n 0202 + 14035695 n 0201 + 14325732 n 0101 | suffering from excessive gas in the alimentary canal
-01175939 00 s 01 cytomegalic 0 001 & 01172889 a 0000 | of or relating to or characterized by greatly enlarged cells
-01176057 00 s 01 dehydrated 0 001 & 01172889 a 0000 | suffering from excessive loss of water from the body; "fever resulted from becoming dehydrated"; "was dehydrated after the marathon"
-01176246 00 s 04 diseased 0 morbid 0 pathologic 0 pathological 0 004 & 01172889 a 0000 + 14204950 n 0401 + 14204950 n 0301 + 04790449 n 0203 | caused by or altered by or manifesting disease or pathology; "diseased tonsils"; "a morbid growth"; "pathologic tissue"; "pathological bodily processes"
-01176544 00 s 02 edematous 0 dropsical 0 003 & 01172889 a 0000 + 14316714 n 0204 + 14316714 n 0101 | swollen with an excessive accumulation of fluid
-01176695 00 s 01 enlarged 0 001 & 01172889 a 0000 | larger than normal; "enlarged joints"
-01176787 00 s 03 foaming 0 foamy 0 frothing 0 001 & 01172889 a 0000 | producing or covered with lathery sweat or saliva from exhaustion or disease; "the rabid animal's frothing mouth"
-01176973 00 s 02 gangrenous 0 mortified 0 003 & 01172889 a 0000 + 14313440 n 0101 + 11486708 n 0103 | suffering from tissue death
-01177105 00 s 01 inflamed 0 001 & 01172889 a 0000 | resulting from inflammation; hot and swollen and reddened; "eyes inflamed with crying"
-01177246 00 s 01 inflammatory 0 003 & 01172889 a 0000 + 00063724 v 0101 + 00063557 v 0101 | characterized or caused by inflammation; "an inflammatory process"; "an inflammatory response"
-01177435 00 s 02 ingrowing 0 ingrown 0 001 & 01172889 a 0000 | growing abnormally into the flesh; "an ingrown toenail"
-01177556 00 s 03 jaundiced 0 icteric 0 yellow 0 002 & 01172889 a 0000 + 14319684 n 0202 | affected by jaundice which causes yellowing of skin etc
-01177704 00 s 02 membranous 0 membrane-forming 0 002 & 01172889 a 0000 + 05426243 n 0101 | characterized by formation of a membrane (or something resembling a membrane); "membranous gastritis"
-01177899 00 s 01 mental 0 001 & 01172889 a 0000 | affected by a disorder of the mind; "a mental patient"; "mental illness"
-01178024 00 s 02 proinflammatory 0 pro-inflammatory 0 001 & 01172889 a 0000 | tending to cause inflammation
-01178134 00 s 02 sallow 0 sickly 0 002 & 01172889 a 0000 + 04977946 n 0101 | unhealthy looking
-01178231 00 s 01 sore-eyed 0 001 & 01172889 a 0000 | having sore eyes; suffering from pinkeye or conjunctivitis
-01178345 00 s 02 sunburned 0 sunburnt 0 001 & 01172889 a 0000 | suffering from overexposure to direct sunlight
-01178458 00 s 01 varicose 0 002 & 01172889 a 0000 + 14573553 n 0101 | abnormally swollen or knotty; "varicose veins"
-01178577 00 s 02 windburned 0 windburnt 0 001 & 01172889 a 0000 | suffering from windburn
-01178669 00 a 01 dry 6 002 + 14536438 n 0101 ! 01178856 a 0101 | without a mucous or watery discharge; "a dry cough"; "that rare thing in the wintertime; a small child with a dry nose"
-01178856 00 a 01 phlegmy 0 002 + 05415815 n 0101 ! 01178669 a 0101 | characterized by phlegm; "a phlegmy discharge"
-01178974 00 a 01 heavenly 0 011 ^ 01557903 a 0000 ^ 02055062 a 0000 ^ 01304374 a 0000 ! 01180695 a 0101 & 01179241 a 0000 & 01179345 a 0000 & 01179547 a 0000 & 01179767 a 0000 & 01180084 a 0000 & 01180363 a 0000 & 01180549 a 0000 | of or belonging to heaven or god
-01179241 00 s 02 ambrosial 0 ambrosian 0 002 & 01178974 a 0000 + 07610295 n 0101 | worthy of the gods
-01179345 00 s 03 celestial 0 ethereal 0 supernal 0 002 & 01178974 a 0000 + 14847103 n 0202 | of heaven or the spirit; "celestial peace"; "ethereal melodies"; "the supernal happiness of a quiet death"
-01179547 00 s 02 divine 0 godly 0 003 & 01178974 a 0000 + 09536058 n 0201 + 04827503 n 0201 | emanating from God; "divine judgment"; "divine guidance"; "everything is black or white...satanic or godly"-Saturday Review
-01179767 00 s 02 divine 2 godlike 0 002 & 01178974 a 0000 + 09505418 n 0102 | being or having the nature of a god; "the custom of killing the divine king upon any serious failure of his...powers"-J.G.Frazier; "the divine will"; "the divine capacity for love"; "'Tis wise to learn; 'tis God-like to create"-J.G.Saxe
-01180084 00 s 05 paradisiacal 0 paradisiac 0 paradisaical 0 paradisaic 0 paradisal 0 005 & 01178974 a 0000 + 05628939 n 0501 + 08565506 n 0502 + 08565506 n 0102 + 05628939 n 0101 | relating to or befitting Paradise; "together in that paradisal place"; "paradisiacal innocence"
-01180363 00 s 02 providential 0 divine 3 003 & 01178974 a 0000 + 14473917 n 0101 + 01132327 n 0101 | resulting from divine providence; "providential care"; "a providential visitation"
-01180549 00 s 04 translunar 0 translunary 0 superlunar 0 superlunary 0 001 & 01178974 a 0000 | unworldly or ethereal; "high translunary dreams"
-01180695 00 a 01 earthly 0 011 ^ 01557614 a 0000 ^ 02056880 a 0000 ^ 02577061 a 0000 + 08562067 n 0101 ! 01178974 a 0101 & 01181116 a 0000 & 01181251 a 0000 & 01181329 a 0000 & 01181446 a 0000 & 01181661 a 0000 & 01181904 a 0000 | of or belonging to or characteristic of this earth as distinguished from heaven; "earthly beings"; "believed that our earthly life is all that matters"; "earthly love"; "our earthly home"
-01181116 00 s 01 earthborn 0 001 & 01180695 a 0000 | connected with earthly life; of earthly origin; "earthborn cares and pleasures"
-01181251 00 s 01 earthbound 0 001 & 01180695 a 0000 | confined to the earth
-01181329 00 s 01 earthlike 0 001 & 01180695 a 0000 | resembling or characteristic of earth; "earthlike atmosphere"
-01181446 00 s 02 mundane 0 terrene 0 001 & 01180695 a 0000 | belonging to this earth or world; not ideal or heavenly; "not a fairy palace; yet a mundane wonder of unimagined kind"; "so terrene a being as himself"
-01181661 00 s 03 sublunar 0 sublunary 0 terrestrial 0 001 & 01180695 a 0000 | of this earth; "transcendental motives for sublunary actions"; "fleeting sublunary pleasures"; "the nearest to an angelic being that treads this terrestrial ball"
-01181904 00 s 01 temporal 0 001 & 01180695 a 0000 | of this earth or world; "temporal joys"; "our temporal existence"
-01182024 00 a 01 digestible 0 009 ^ 00828779 a 0000 + 01197338 v 0101 + 00481555 v 0101 + 04997645 n 0102 + 04997645 n 0101 ! 01182747 a 0101 & 01182302 a 0000 & 01182414 a 0000 & 01182554 a 0000 | capable of being converted into assimilable condition in the alimentary canal
-01182302 00 s 01 assimilable 0 001 & 01182024 a 0000 | able to be absorbed and incorporated into body tissues
-01182414 00 s 01 light 0 001 & 01182024 a 0000 | easily assimilated in the alimentary canal; not rich or heavily seasoned; "a light diet"
-01182554 00 s 01 predigested 0 001 & 01182024 a 0000 | artificially partially digested as by enzymatic action; "predigested foods are a boon for those who are ill or have impaired digestion"
-01182747 00 a 01 indigestible 0 009 ^ 00829496 a 0000 + 04997812 n 0102 + 04997812 n 0101 ! 01182024 a 0101 & 01182974 a 0000 & 01183114 a 0000 & 01183274 a 0000 & 01183348 a 0000 & 01183436 a 0000 | digested with difficulty
-01182974 00 s 01 flatulent 0 003 & 01182747 a 0000 + 14035695 n 0102 + 14035695 n 0101 | generating excessive gas in the alimentary canal
-01183114 00 s 01 heavy 0 001 & 01182747 a 0000 | dense or inadequately leavened and hence likely to cause distress in the alimentary canal; "a heavy pudding"
-01183274 00 s 01 nondigestible 0 001 & 01182747 a 0000 | not digestible
-01183348 00 s 01 undigested 0 001 & 01182747 a 0000 | not digested; "undigested food"
-01183436 00 s 01 stodgy 0 001 & 01182747 a 0000 | heavy and starchy and hard to digest; "stodgy food"; "a stodgy pudding served up when everyone was already full"
-01183601 00 a 01 headed 1 005 ! 01184261 a 0101 & 01183892 a 0000 & 01183966 a 0000 & 01184085 a 0000 & 01184183 a 0000 | having a head of a specified kind or anything that serves as a head; often used in combination; "headed bolts"; "three-headed Cerberus"; "a cool-headed fighter pilot"
-01183892 00 s 01 bicephalous 0 001 & 01183601 a 0000 | having two heads
-01183966 00 s 01 burr-headed 0 001 & 01183601 a 0000 | having a head of straight hair cut very short (hence bristly)
-01184085 00 s 01 headlike 0 001 & 01183601 a 0000 | having a protuberance that resembles a head
-01184183 00 s 01 large-headed 0 001 & 01183601 a 0000 | having a large head
-01184261 00 a 01 headless 0 003 ! 01183601 a 0101 & 01184448 a 0000 & 01184584 a 0000 | not having a head or formed without a head ; "the headless horseman"; "brads are headless nails"
-01184448 00 s 01 acephalous 0 002 & 01184261 a 0000 ;c 06037666 n 0000 | lacking a head or a clearly defined head; "acephalous worms"
-01184584 00 s 02 beheaded 0 decapitated 0 001 & 01184261 a 0000 | having had the head cut off; "the beheaded prisoners"
-01184706 00 a 01 headed 2 001 ! 01184825 a 0101 | having a heading or caption; "a headed column"; "headed notepaper"
-01184825 00 a 01 unheaded 0 001 ! 01184706 a 0101 | not having a heading or caption; "unheaded sections"
-01184932 00 a 01 heavy 1 010 = 05026843 n 0000 + 05027529 n 0101 ! 01186408 a 0101 & 01185264 a 0000 & 01185417 a 0000 & 01185636 a 0000 & 01185775 a 0000 & 01185916 a 0000 & 01186107 a 0000 & 01186207 a 0000 | of comparatively great physical weight or density; "a heavy load"; "lead is a heavy metal"; "heavy mahogany furniture"
-01185264 00 s 01 dense 0 003 & 01184932 a 0000 + 04941453 n 0102 + 04941453 n 0101 | having high relative density or specific gravity; "dense as lead"
-01185417 00 s 02 doughy 0 soggy 0 003 & 01184932 a 0000 + 14536331 n 0201 + 07860988 n 0101 | having the consistency of dough because of insufficient leavening or improper cooking; "the cake fell; it's a doughy mess"
-01185636 00 s 01 heavier-than-air 0 002 & 01184932 a 0000 ;c 02686568 n 0000 | relating to an aircraft heavier than the air it displaces
-01185775 00 s 01 hefty 0 003 & 01184932 a 0000 + 05027837 n 0101 + 05027837 n 0102 | of considerable weight and size; "a hefty dictionary"
-01185916 00 s 01 massive 0 002 & 01184932 a 0000 + 05027837 n 0103 | consisting of great mass; containing a great quantity of matter; "Earth is the most massive of the terrestrial planets"
-01186107 00 s 01 non-buoyant 0 001 & 01184932 a 0000 | tending to sink in a liquid or fall in air
-01186207 00 s 01 ponderous 0 003 & 01184932 a 0000 + 05027837 n 0104 + 05027837 n 0105 | having great mass and weight and unwieldiness; "a ponderous stone"; "a ponderous burden"; "ponderous weapons"
-01186408 00 a 01 light 1 008 = 05026843 n 0000 + 05028700 n 0101 ! 01184932 a 0101 & 01186733 a 0000 & 01186913 a 0000 & 01187072 a 0000 & 01187322 a 0000 & 01187503 a 0000 | of comparatively little physical weight or density; "a light load"; "magnesium is a light metal--having a specific gravity of 1.74 at 20 degrees C"
-01186733 00 s 01 lightweight 0 001 & 01186408 a 0000 | weighing relatively little compared with another item or object of similar use; "a lightweight fabric"; "lightweight wood"
-01186913 00 s 01 airy 0 002 & 01186408 a 0000 + 05028963 n 0101 | having little or no perceptible weight; so light as to resemble air; "airy gauze curtains"
-01187072 00 s 02 buoyant 0 floaty 0 005 & 01186408 a 0000 + 03364340 n 0201 + 05028963 n 0102 + 01904795 v 0101 + 01218512 v 0101 | tending to float on a liquid or rise in air or gas; "buoyant balloons"; "buoyant balsawood boats"; "a floaty scarf"
-01187322 00 s 01 lighter-than-air 0 002 & 01186408 a 0000 ;c 02686568 n 0000 | relating to a balloon or other aircraft that flies because it weighs less than the air it displaces
-01187503 00 s 01 low-density(p) 0 001 & 01186408 a 0000 | having low relative density or specific gravity
-01187611 00 a 01 weighty 0 003 + 05027529 n 0102 + 05026843 n 0101 ! 01187777 a 0101 | having relatively great weight; heavy; "a weighty load"; "a weighty package"
-01187777 00 a 01 weightless 0 002 + 05028700 n 0102 ! 01187611 a 0101 | having little or no weight or apparent gravitational pull; light; "floating freely in a weightless condition"; "a baby bat...fluffy and weightless as a moth"; "jackets made of a weightless polyester fabric"
-01188058 00 a 01 light-duty 0 002 ! 01188328 a 0101 & 01188186 a 0000 | not designed for heavy work; "a light-duty detergent"
-01188186 00 s 01 light 0 001 & 01188058 a 0000 | designed for ease of movement or to carry little weight; "light aircraft"; "a light truck"
-01188328 00 a 01 heavy-duty 0 003 ! 01188058 a 0101 & 01188491 a 0000 & 01188648 a 0000 | designed for heavy work; "a heavy-duty detergent"; "heavy-duty gloves"
-01188491 00 s 01 heavy 0 001 & 01188328 a 0000 | large and powerful; especially designed for heavy loads or rough work; "a heavy truck"; "heavy machinery"
-01188648 00 s 01 industrial 0 001 & 01188328 a 0000 | suitable to stand up to hard wear; "industrial carpeting"
-01188762 00 a 01 heavy 2 007 + 07532945 n 0101 ! 01190316 a 0101 & 01189109 a 0000 & 01189386 a 0000 & 01189853 a 0000 & 01189998 a 0000 & 01190168 a 0000 | marked by great psychological weight; weighted down especially with sadness or troubles or weariness; "a heavy heart"; "a heavy schedule"; "heavy news"; "a heavy silence"; "heavy eyelids"
-01189109 00 s 03 burdensome 0 onerous 0 taxing 0 003 & 01188762 a 0000 + 04711031 n 0203 + 04711031 n 0101 | not easily borne; wearing; "the burdensome task of preparing the income tax return"; "my duties weren't onerous; I only had to greet the guests"; "a taxing schedule"
-01189386 00 s 07 distressing 0 distressful 0 disturbing 0 perturbing 0 troubling 0 worrisome 0 worrying 0 002 & 01188762 a 0000 + 05037197 n 0202 | causing distress or worry or anxiety; "distressing (or disturbing) news"; "lived in heroic if something distressful isolation"; "a disturbing amount of crime"; "a revelation that was most perturbing"; "a new and troubling thought"; "in a particularly worrisome predicament"; "a worrying situation"; "a worrying time"
-01189853 00 s 02 leaden 0 weighted 0 001 & 01188762 a 0000 | made heavy or weighted down with weariness; "his leaden arms"; "weighted eyelids"
-01189998 00 s 01 oppressive 0 002 & 01188762 a 0000 + 04711031 n 0104 | weighing heavily on the senses or spirit; "the atmosphere was oppressive"; "oppressive sorrows"
-01190168 00 s 01 weighty 0 002 & 01188762 a 0000 + 07538812 n 0101 | weighing heavily on the spirit; causing anxiety or worry; "weighty problems"
-01190316 00 a 01 light 2 003 + 07527656 n 0103 ! 01188762 a 0101 & 01190484 a 0000 | psychologically light; especially free from sadness or troubles; "a light heart"
-01190484 00 s 02 fooling 0 casual 2 002 & 01190316 a 0000 + 04912240 n 0201 | characterized by a feeling of irresponsibility; "a broken back is nothing to be casual about; it is no fooling matter"
-01190683 00 a 01 heavy 3 003 + 04711031 n 0102 ! 01190993 a 0101 & 01190916 a 0000 | unusually great in degree or quantity or number; "heavy taxes"; "a heavy fine"; "heavy casualties"; "heavy losses"; "heavy rain"; "heavy traffic"
-01190916 00 s 01 harsh 0 001 & 01190683 a 0000 | severe; "a harsh penalty"
-01190993 00 a 01 light 3 001 ! 01190683 a 0101 | not great in degree or quantity or number; "a light sentence"; "a light accent"; "casualties were light"; "light snow was falling"; "light misty rain"; "light smoke from the chimney"
-01191227 00 a 01 heavy 7 003 ;c 06084469 n 0000 + 05027529 n 0101 ! 01191448 a 0101 | (physics, chemistry) being or containing an isotope with greater than average atomic mass or weight; "heavy hydrogen"; "heavy water"
-01191448 00 a 01 light 7 002 ;c 06084469 n 0000 ! 01191227 a 0101 | (physics, chemistry) not having atomic weight greater than average; "light water is ordinary water"
-01191618 00 a 01 heavy 8 002 ! 01191876 a 0101 & 01191780 a 0000 | of great intensity or power or force; "a heavy blow"; "the fighting was heavy"; "heavy seas"
-01191780 00 s 01 big 0 001 & 01191618 a 0000 | marked by intense physical force; "a big wind"
-01191876 00 a 01 light 8 002 ! 01191618 a 0101 & 01192035 a 0000 | of little intensity or power or force; "the light touch of her fingers"; "a light breeze"
-01192035 00 s 03 easy 0 gentle 0 soft 0 002 & 01191876 a 0000 + 04910973 n 0201 | having little impact; "an easy pat on the shoulder"; "gentle rain"; "a gentle breeze"; "a soft (or light) tapping at the window"
-01192248 00 a 01 light-footed 0 002 ! 01192639 a 0101 & 01192393 a 0000 | (of movement) having a light and springy step; "a light-footed girl"
-01192393 00 s 03 light 0 lightsome 0 tripping 0 003 & 01192248 a 0000 + 05003850 n 0204 + 05003850 n 0103 | moving easily and quickly; nimble; "the dancer was light and graceful"; "a lightsome buoyant step"; "walked with a light tripping step"
-01192639 00 a 01 heavy-footed 0 002 ! 01192248 a 0101 & 01192786 a 0000 | (of movement) lacking ease or lightness; "his tired heavy-footed walk"
-01192786 00 s 03 heavy 0 lumbering 0 ponderous 0 002 & 01192639 a 0000 + 05027837 n 0304 | slow and laborious because of weight; "the heavy tread of tired troops"; "moved with a lumbering sag-bellied trot"; "ponderous prehistoric beasts"; "a ponderous yawn"
-01193046 00 a 01 light 4 002 ! 01193373 a 0101 & 01193275 a 0000 | of the military or industry; using (or being) relatively small or light arms or equipment; "light infantry"; "light cavalry"; "light industry"; "light weapons"
-01193275 00 s 02 light-armed 0 lightly-armed 0 001 & 01193046 a 0000 | armed with light weapons
-01193373 00 a 01 heavy 4 001 ! 01193046 a 0101 | of the military or industry; using (or being) the heaviest and most powerful armaments or weapons or equipment; "heavy artillery"; "heavy infantry"; "a heavy cruiser"; "heavy guns"; "heavy industry involves large-scale production of basic products (such as steel) used by other industries"
-01193714 00 a 02 heedless 0 unheeding 0 006 = 05702726 n 0000 + 05706375 n 0102 + 04894204 n 0101 ! 01194483 a 0101 & 01194099 a 0000 & 01194328 a 0000 | marked by or paying little heed or attention; "We have always known that heedless self-interest was bad morals; we know now that it is bad economics"--Franklin D. Roosevelt; "heedless of danger"; "heedless of the child's crying"
-01194099 00 s 02 careless(p) 1 regardless 0 002 & 01193714 a 0000 + 04664964 n 0101 | (usually followed by `of') without due thought or consideration; "careless of the consequences"; "crushing the blooms with regardless tread"
-01194328 00 s 02 deaf(p) 1 indifferent(p) 0 001 & 01193714 a 0000 | (usually followed by `to') unwilling or refusing to pay heed; "deaf to her warnings"
-01194483 00 a 04 heedful 0 attentive 4 thoughtful 4 paying_attention 0 006 = 05702726 n 0000 + 04660536 n 0301 + 02170427 v 0201 + 04662951 n 0201 + 04663763 n 0102 ! 01193714 a 0101 | taking heed; giving close and thoughtful attention; "heedful of the warnings"; "so heedful a writer"; "heedful of what they were doing"
-01194806 00 a 01 enabling 0 003 ! 01195341 a 0101 & 01194974 a 0000 & 01195128 a 0000 | providing legal power or sanction; "an enabling resolution"; "enabling power"
-01194974 00 s 01 facultative 0 001 & 01194806 a 0000 | granting a privilege or permission or power to do or not do something; "a facultative enactment"
-01195128 00 s 02 sanctionative 0 sanctioning 0 002 & 01194806 a 0000 + 02479154 v 0101 | implying sanction or serving to sanction; "the guardian's duties were primarily sanctionative rather than administrative"
-01195341 00 a 02 disabling 0 disqualifying 0 001 ! 01194806 a 0101 | depriving of legal right; rendering legally disqualified; "certain disabling restrictions disqualified him for citizenship"
-01195536 00 a 01 helpful 0 019 ^ 00020787 a 0000 ^ 00619972 a 0000 ^ 00866471 a 0000 ^ 02495922 a 0000 + 05149695 n 0101 ! 01198019 a 0101 & 01195963 a 0000 & 01196098 a 0000 & 01196276 a 0000 & 01196367 a 0000 & 01196484 a 0000 & 01196648 a 0000 & 01196775 a 0000 & 01197024 a 0000 & 01197207 a 0000 & 01197386 a 0000 & 01197634 a 0000 & 01197737 a 0000 & 01197899 a 0000 | providing assistance or serving a useful function
-01195963 00 s 01 accommodating 0 001 & 01195536 a 0000 | obliging; willing to do favors; "made a special effort to be accommodating"
-01196098 00 s 01 adjuvant 0 003 & 01195536 a 0000 ;c 06054892 n 0000 + 02680947 n 0101 | enhancing the action of a medical treatment; "the adjuvant action of certain bacteria"
-01196276 00 s 01 assistive 0 002 & 01195536 a 0000 + 02547586 v 0102 | giving assistance
-01196367 00 s 01 face-saving 0 001 & 01195536 a 0000 | maintaining dignity or prestige; "a face-saving compromise"
-01196484 00 s 01 facilitative 0 002 & 01195536 a 0000 + 00518395 v 0101 | freeing from difficulty or impediment; "facilitative changes in the economic structure"
-01196648 00 s 01 facilitatory 0 002 & 01195536 a 0000 + 01757338 v 0101 | inducing or aiding in facilitating neural activity
-01196775 00 s 03 implemental 0 instrumental 0 subservient 0 006 & 01195536 a 0000 + 02548588 v 0301 + 00173761 n 0201 + 05150458 n 0201 + 03575240 n 0201 + 03563967 n 0101 | serving or acting as a means or aid; "instrumental in solving the crime"
-01197024 00 s 02 laborsaving 0 laboursaving 0 001 & 01195536 a 0000 | designed to replace or conserve human and especially manual labor; "laborsaving devices like washing machines"
-01197207 00 s 01 ministrant 0 002 & 01195536 a 0000 + 02549392 v 0101 | giving practical help to; "a ministering angel"; "the angels ministrant sang"; "the attending physician"
-01197386 00 s 02 reformative 0 reformatory 0 006 & 01195536 a 0000 + 04069777 n 0201 + 00384620 v 0201 + 00167934 v 0201 + 00384620 v 0101 + 00265386 v 0101 | tending to reform; "reformative and rehabilitative agencies"; "reformatory punishment"
-01197634 00 s 01 right-hand 0 001 & 01195536 a 0000 | most helpful and reliable; "my right-hand man"
-01197737 00 s 02 stabilizing 0 stabilising 0 001 & 01195536 a 0000 | causing to become stable; "the family is one of the great stabilizing elements in society"
-01197899 00 s 01 steadying 0 001 & 01195536 a 0000 | causing to become steady; "had a steadying effect on her nerves"
-01198019 00 a 01 unhelpful 0 006 ^ 00867213 a 0000 ^ 00620585 a 0000 + 04845863 n 0101 ! 01195536 a 0101 & 01198188 a 0000 & 01198356 a 0000 | providing no assistance
-01198188 00 s 01 unaccommodating 0 001 & 01198019 a 0000 | offering no assistance; "rudely unaccommodating to the customers"; "icily neutral, disagreeably unhelpful"
-01198356 00 s 01 unconstructive 0 001 & 01198019 a 0000 | not constructive
-01198433 00 a 01 heterodactyl 0 001 ! 01198586 a 0101 | (of bird feet) having the first and second toes directed backward the third and fourth forward
-01198586 00 a 01 zygodactyl 0 001 ! 01198433 a 0101 | (of bird feet) having the first and fourth toes directed backward the second and third forward
-01198737 00 a 02 heterogeneous 0 heterogenous 1 009 ^ 02064745 a 0000 ^ 00783129 a 0000 ^ 02506555 a 0000 + 04751098 n 0102 + 04751098 n 0101 ! 01199751 a 0101 & 01199083 a 0000 & 01199476 a 0000 & 01199663 a 0000 | consisting of elements that are not of the same kind or nature; "the population of the United States is vast and heterogeneous"
-01199083 00 s 05 assorted 0 miscellaneous 0 mixed 0 motley 0 sundry(a) 0 002 & 01198737 a 0000 + 08398773 n 040a | consisting of a haphazard assortment of different kinds; "an arrangement of assorted spring flowers"; "assorted sizes"; "miscellaneous accessories"; "a mixed program of baroque and contemporary music"; "a motley crew"; "sundry sciences commonly known as social"- I.A.Richards
-01199476 00 s 01 disparate 0 003 & 01198737 a 0000 + 04750414 n 0101 + 04752530 n 0101 | including markedly dissimilar elements; "a disparate aggregate of creeds and songs and prayers"
-01199663 00 s 02 inhomogeneous 0 nonuniform 0 001 & 01198737 a 0000 | not homogeneous
-01199751 00 a 02 homogeneous 0 homogenous 0 012 ^ 02062670 a 0000 ^ 00783675 a 0000 ^ 01966488 a 0000 + 04744161 n 0201 + 04744161 n 0101 + 04745679 n 0102 + 04745679 n 0101 ! 01198737 a 0101 & 01200095 a 0000 & 01200339 a 0000 & 01200491 a 0000 & 01200617 a 0000 | all of the same or similar kind or nature; "a close-knit homogeneous group"
-01200095 00 s 02 consistent 0 uniform 0 004 & 01199751 a 0000 + 04745370 n 0202 + 04769049 n 0201 + 04745370 n 0201 | the same throughout in structure or composition; "bituminous coal is often treated as a consistent and homogeneous product"
-01200339 00 s 01 solid 0 002 & 01199751 a 0000 + 04761212 n 0103 | of one substance or character throughout; "solid gold"; "carved out of solid rock"
-01200491 00 s 03 solid 3 self-colored 0 self-coloured 0 001 & 01199751 a 0000 | of the same color throughout; "solid color"
-01200617 00 s 02 homogenized 0 homogenised 0 001 & 01199751 a 0000 | made homogeneous
-01200705 00 a 01 homozygous 0 003 ;c 06075527 n 0000 + 14569337 n 0101 ! 01200915 a 0101 | having identical alleles at corresponding chromosomal loci; "these two fruit flies are homozygous for red eye color"
-01200915 00 a 01 heterozygous 0 003 ;c 06075527 n 0000 + 14569508 n 0101 ! 01200705 a 0101 | having dissimilar alleles at corresponding chromosomal loci; "heterozygous for eye color"
-01201100 00 a 01 heterosexual 0 006 = 00844254 n 0000 + 10173895 n 0101 + 00857664 n 0101 ! 01201422 a 0101 ! 01203147 a 0101 & 01201298 a 0000 | sexually attracted to members of the opposite sex
-01201298 00 s 01 straight 0 004 & 01201100 a 0000 ;u 07075172 n 0000 + 10173895 n 0104 + 00857664 n 0103 | not homosexual
-01201422 00 a 01 homosexual 0 014 = 00844254 n 0000 + 10182913 n 0101 + 00856847 n 0101 ! 01203147 a 0101 ! 01201100 a 0101 & 01201758 a 0000 & 01201937 a 0000 & 01202105 a 0000 & 01202212 a 0000 & 01202367 a 0000 & 01202514 a 0000 & 01202634 a 0000 & 01202813 a 0000 & 01202994 a 0000 | sexually attracted to members of your own sex
-01201758 00 s 01 butch 0 003 & 01201422 a 0000 ;u 07157273 n 0000 + 09883947 n 0101 | (of male or female homosexuals) characterized by stereotypically male traits or appearance
-01201937 00 s 03 gay 0 queer 0 homophile(a) 0 004 & 01201422 a 0000 + 00856847 n 0204 + 10182913 n 0104 + 00856847 n 0105 | homosexual or arousing homosexual desires
-01202105 00 s 01 homoerotic 0 002 & 01201422 a 0000 + 00856847 n 0103 | of or concerning homosexual love
-01202212 00 s 02 lesbian 0 sapphic 0 002 & 01201422 a 0000 + 10254965 n 0101 | of or relating to or characterized by homosexual relations between woman
-01202367 00 s 02 pederastic 0 paederastic 0 003 & 01201422 a 0000 + 10411867 n 0202 + 10411867 n 0101 | of homosexuality between a man and a boy
-01202514 00 s 02 transgender 0 transgendered 0 001 & 01201422 a 0000 | involving a partial or full reversal of gender
-01202634 00 s 01 transsexual(a) 0 003 & 01201422 a 0000 + 10725893 n 0101 + 10725734 n 0101 | overwhelmingly desirous of being, or completely identifying with, the opposite sex
-01202813 00 s 02 transvestic 0 transvestite 0 003 & 01201422 a 0000 + 10726031 n 0201 + 10726031 n 0101 | receiving sexual gratification from wearing clothing of the opposite sex
-01202994 00 s 01 tribadistic 0 002 & 01201422 a 0000 + 00857530 n 0101 | of female homosexual behavior that attempts to simulate heterosexual behavior
-01203147 00 a 01 bisexual 0 004 + 09857007 n 0101 + 00857160 n 0101 ! 01201100 a 0101 ! 01201422 a 0101 | sexually attracted to both sexes
-01203288 00 a 03 hierarchical 0 hierarchal 0 hierarchic 0 006 + 08377806 n 0101 ! 01204318 a 0101 & 01203703 a 0000 & 01203873 a 0000 & 01203986 a 0000 & 01204142 a 0000 | classified according to various criteria into successive levels or layers; "it has been said that only a hierarchical society with a leisure class at the top can produce works of art"; "in her hierarchical set of values honesty comes first"
-01203703 00 s 02 class-conscious 0 stratified 0 001 & 01203288 a 0000 | (used of society) socially hierarchical; "American society is becoming increasingly stratified"
-01203873 00 s 01 gradable 0 001 & 01203288 a 0000 | capable of being graded (for quality or rank or size etc.)
-01203986 00 s 03 graded 0 ranked 0 stratified 2 001 & 01203288 a 0000 | arranged in a sequence of grades or ranks; "stratified areas of the distribution"
-01204142 00 s 01 vertical 0 001 & 01203288 a 0000 | of or relating to different levels in a hierarchy (as levels of social class or income group); "vertical social mobility"
-01204318 00 a 02 nonhierarchical 0 nonhierarchic 0 002 ! 01203288 a 0101 & 01204443 a 0000 | not classified hierarchically
-01204443 00 s 03 ungraded 0 unordered 0 unranked 0 001 & 01204318 a 0000 | not arranged in order hierarchically
-01204557 00 a 01 high 1 016 ^ 02385102 a 0000 ^ 02439949 a 0000 ^ 02490170 a 0000 = 05137165 n 0000 + 08584618 n 0101 + 05097536 n 0101 + 05137402 n 0101 ! 01206474 a 0101 & 01205131 a 0000 & 01205232 a 0000 & 01205473 a 0000 & 01205746 a 0000 & 01205886 a 0000 & 01206046 a 0000 & 01206164 a 0000 & 01206318 a 0000 | (literal meaning) being at or having a relatively great or specific elevation or upward extension (sometimes used in combinations like `knee-high'); "a high mountain"; "high ceilings"; "high buildings"; "a high forehead"; "a high incline"; "a foot high"
-01205131 00 s 01 altitudinous 0 002 & 01204557 a 0000 + 05131647 n 0101 | indefinitely high; lofty
-01205232 00 s 03 commanding 0 dominating 0 overlooking 0 001 & 01204557 a 0000 | used of a height or viewpoint; "a commanding view of the ocean"; "looked up at the castle dominating the countryside"; "the balcony overlooking the ballroom"
-01205473 00 s 04 eminent 0 lofty 0 soaring 0 towering 0 003 & 01204557 a 0000 + 04729984 n 0203 + 05137402 n 0202 | of imposing height; especially standing out above others; "an eminent peak"; "lofty mountains"; "the soaring spires of the cathedral"; "towering icebergs"
-01205746 00 s 02 high-level 0 high-altitude 0 001 & 01204557 a 0000 | occurring at or from a relative high altitude; "high-level bombing"
-01205886 00 s 02 high-stepped 0 high-stepping 0 001 & 01204557 a 0000 | having or moving with a high step; "his high-stepped stride"; "a high-stepping horse"
-01206046 00 s 02 high-top 0 high-topped 0 001 & 01204557 a 0000 | (of shoes or boots) having relatively high uppers
-01206164 00 s 01 steep 0 002 & 01204557 a 0000 + 05069624 n 0103 | of a slope; set at a high angle; "note the steep incline"; "a steep roof sheds snow"
-01206318 00 s 01 upper 0 001 & 01204557 a 0000 | higher in place or position; "the upper bunk"; "in the upper center of the picture"; "the upper stories"
-01206474 00 a 01 low 1 013 ^ 02491961 a 0000 ^ 02340213 a 0000 ^ 02386612 a 0000 = 05137165 n 0000 + 05137557 n 0101 ! 01204557 a 0101 & 01206916 a 0000 & 01207007 a 0000 & 01207145 a 0000 & 01207282 a 0000 & 01207423 a 0000 & 01207546 a 0000 & 01207697 a 0000 | literal meanings; being at or having a relatively small elevation or upward extension; "low ceilings"; "low clouds"; "low hills"; "the sun is low"; "low furniture"; "a low bow"
-01206916 00 s 01 deep 0 001 & 01206474 a 0000 | with head or back bent low; "a deep bow"
-01207007 00 s 03 low-growing 0 flat-growing 0 ground-hugging 0 001 & 01206474 a 0000 | of plants that grow relatively low to the ground
-01207145 00 s 02 low-level 0 low-altitude 0 001 & 01206474 a 0000 | occurring at a relatively low altitude; "a low-level strafing run"
-01207282 00 s 01 low-lying 0 001 & 01206474 a 0000 | having a small elevation above the ground or horizon or sea level; "low-lying clouds"
-01207423 00 s 02 lowset 0 low-set 0 001 & 01206474 a 0000 | lower than average; "lowset ears"; "a stocky low-set animal"
-01207546 00 s 02 nether 0 under 0 001 & 01206474 a 0000 | located below or beneath something else; "nether garments"; "the under parts of a machine"
-01207697 00 s 02 squat 0 underslung 0 002 & 01206474 a 0000 + 05137778 n 0101 | having a low center of gravity; built low to the ground
-01207835 00 a 01 raised 0 004 ! 01208352 a 0101 & 01208044 a 0000 & 01208146 a 0000 & 01208221 a 0000 | located or moved above the surround or above the normal position; "a raised design"; "raised eyebrows"
-01208044 00 s 01 elevated 0 001 & 01207835 a 0000 | raised above the ground; "an elevated platform"
-01208146 00 s 01 up 0 001 & 01207835 a 0000 | open; "the windows are up"
-01208221 00 s 02 upraised 0 lifted 0 001 & 01207835 a 0000 | held up in the air; "stood with arms upraised"; "her upraised flag"
-01208352 00 a 01 lowered 0 002 ! 01207835 a 0101 & 01208492 a 0000 | below the surround or below the normal position; "with lowered eyes"
-01208492 00 s 01 down 0 001 & 01208352 a 0000 | shut; "the shades were down"
-01208571 00 a 02 high-tech 0 hi-tech 0 003 + 00950858 n 0101 ! 01208919 a 0101 & 01208738 a 0000 | resembling or making use of highly advanced technology or devices
-01208738 00 s 02 advanced 0 sophisticated 0 001 & 01208571 a 0000 | ahead in development; complex or intricate; "advanced technology"; "a sophisticated electronic control system"
-01208919 00 a 01 low-tech 0 001 ! 01208571 a 0101 | not involving high technology
-01209003 00 a 01 necked 0 005 ! 01209679 a 0101 & 01209210 a 0000 & 01209351 a 0000 & 01209470 a 0000 & 01209542 a 0000 | having a neck or having a neck especially as specified (often used in combination)
-01209210 00 s 03 decollete 0 low-cut 0 low-necked 0 001 & 01209003 a 0000 | (of a garment) having a low-cut neckline; "a low-cut neckline"
-01209351 00 s 01 high-necked 0 001 & 01209003 a 0000 | (of a garment) having a high neckline; "a high-necked blouse"
-01209470 00 s 01 necklike 0 001 & 01209003 a 0000 | resembling a neck
-01209542 00 s 01 throated 0 002 & 01209003 a 0000 ;u 06307152 n 0000 | having a throat as specified; "deep-throated"; "white-throated"
-01209679 00 a 01 neckless 0 001 ! 01209003 a 0101 | lacking or apparently lacking a neck
-01209770 00 a 01 ceilinged 0 004 ! 01210300 a 0101 & 01209984 a 0000 & 01210080 a 0000 & 01210174 a 0000 | provided with a ceiling especially the overhead interior surface; "the large beam-ceilinged living room"
-01209984 00 s 01 high-ceilinged 0 001 & 01209770 a 0000 | having a higher than normal ceiling
-01210080 00 s 01 low-ceilinged 0 001 & 01209770 a 0000 | having a lower than normal ceiling
-01210174 00 s 01 raftered 0 001 & 01209770 a 0000 | having the rafters especially having them visible; "a raftered ceiling"
-01210300 00 a 01 floored 0 001 ! 01209770 a 0101 | provided with a floor
-01210375 00 a 01 low-sudsing 0 001 ! 01210477 a 0101 | (used of e.g. detergents) producing few suds
-01210477 00 a 01 high-sudsing 0 001 ! 01210375 a 0101 | (used of e.g. detergents) producing many suds
-01210581 00 a 01 low-interest 0 001 ! 01210717 a 0101 | (used of loans) charging a relatively small percentage of the amount borrowed
-01210717 00 a 01 high-interest 0 001 ! 01210581 a 0101 | (used of loans) charging a relatively large percentage of the amount borrowed
-01210854 00 a 01 high 2 011 ^ 02338615 a 0000 = 05093890 n 0000 + 05097361 n 0101 ! 01212469 a 0101 & 01211296 a 0000 & 01211531 a 0000 & 01211665 a 0000 & 01211828 a 0000 & 01211962 a 0000 & 01212095 a 0000 & 01212346 a 0000 | greater than normal in degree or intensity or amount; "a high temperature"; "a high price"; "the high point of his career"; "high risks"; "has high hopes"; "the river is high"; "he has a high opinion of himself"
-01211296 00 s 01 advanced 2 001 & 01210854 a 0000 | at a higher level in training or knowledge or skill; "an advanced degree"; "an advanced text in physics"; "special seminars for small groups of advanced students at the University"
-01211531 00 s 02 broad(a) 0 full(a) 0 001 & 01210854 a 0000 | being at a peak or culminating point; "broad daylight"; "full summer"
-01211665 00 s 02 graduate(a) 0 postgraduate 0 002 & 01210854 a 0000 + 10141109 n 0203 | of or relating to studies beyond a bachelor's degree; "graduate courses"
-01211828 00 s 01 higher(a) 1 001 & 01210854 a 0000 | of education beyond the secondary level; "higher education"; "higher learning"
-01211962 00 s 01 higher(a) 2 001 & 01210854 a 0000 | advanced in complexity or elaboration; "higher finance"; "higher mathematics"
-01212095 00 s 02 last 0 utmost 0 002 & 01210854 a 0000 + 05124928 n 0201 | highest in extent or degree; "to the last measure of human endurance"; "whether they were accomplices in the last degree or a lesser one was...to be determined individually"
-01212346 00 s 01 soaring 0 001 & 01210854 a 0000 | ascending to a level markedly higher than the usual; "soaring prices"
-01212469 00 a 01 low 2 008 ^ 02340213 a 0000 = 05093890 n 0000 + 05097845 n 0101 ! 01210854 a 0101 & 01212732 a 0000 & 01212867 a 0000 & 01213000 a 0000 & 01213090 a 0000 | less than normal in degree or intensity or amount; "low prices"; "the reservoir is low"
-01212732 00 s 03 debased 0 devalued 0 degraded 0 001 & 01212469 a 0000 | lowered in value; "the dollar is low"; "a debased currency"
-01212867 00 s 02 depressed 0 down(p) 0 001 & 01212469 a 0000 | lower than previously; "the market is depressed"; "prices are down"
-01213000 00 s 01 low-level 0 001 & 01212469 a 0000 | not intense; "low-level radiation"
-01213090 00 s 02 reduced 0 rock-bottom 0 001 & 01212469 a 0000 | well below normal (especially in price)
-01213197 00 a 02 high 3 high-pitched 0 014 = 04985198 n 0000 ! 01215421 a 0101 & 01213550 a 0000 & 01213721 a 0000 & 01213786 a 0000 & 01213961 a 0000 & 01214115 a 0000 & 01214255 a 0000 & 01214430 a 0000 & 01214606 a 0000 & 01214842 a 0000 & 01215028 a 0000 & 01215136 a 0000 & 01215263 a 0000 | used of sounds and voices; high in pitch or frequency
-01213550 00 s 03 adenoidal 0 pinched 0 nasal 0 003 & 01213197 a 0000 + 07119211 n 0302 + 04989362 n 0301 | sounding as if the nose were pinched; "a whining nasal voice"
-01213721 00 s 01 altissimo 0 001 & 01213197 a 0000 | very high
-01213786 00 s 01 alto 1 003 & 01213197 a 0000 ;c 07020895 n 0000 + 04986637 n 0101 | (of a musical instrument) second highest member of a group; "alto clarinet or recorder"
-01213961 00 s 02 countertenor 0 alto 2 002 & 01213197 a 0000 + 06872785 n 0202 | of or being the highest male voice; having a range above that of tenor
-01214115 00 s 01 falsetto 0 002 & 01213197 a 0000 + 05127357 n 0101 | artificially high; above the normal voice range; "a falsetto voice"
-01214255 00 s 02 peaky 0 spiky 0 002 & 01213197 a 0000 + 13653902 n 0102 | having or as if having especially high-pitched spots; "absence of peaky highs and beefed-up bass"
-01214430 00 s 02 shrill 0 sharp 0 002 & 01213197 a 0000 + 04990021 n 0101 | having or emitting a high-pitched and sharp tone or tones ; "a shrill whistle"; "a shrill gaiety"
-01214606 00 s 05 screaky 0 screechy 0 squeaking 0 squeaky 0 squealing 0 004 & 01213197 a 0000 + 07395623 n 0401 + 07393161 n 0201 + 07123012 n 0205 | having or making a high-pitched sound such as that made by a mouse or a rusty hinge
-01214842 00 s 02 soprano 0 treble 0 001 & 01213197 a 0000 | having or denoting a high range; "soprano voice"; "soprano sax"; "the boy still had a fine treble voice"; "the treble clef"
-01215028 00 s 01 sopranino 0 001 & 01213197 a 0000 | higher in range than soprano; "a sopranino recorder"
-01215136 00 s 01 tenor 0 001 & 01213197 a 0000 | of or close in range to the highest natural adult male voice; "tenor voice"
-01215263 00 s 01 tenor 2 002 & 01213197 a 0000 ;c 07020895 n 0000 | (of a musical instrument) intermediate between alto and baritone or bass; "a tenor sax"
-01215421 00 a 02 low 3 low-pitched 0 008 = 04985198 n 0000 + 05097845 n 0101 ! 01213197 a 0101 & 01215663 a 0000 & 01215797 a 0000 & 01215935 a 0000 & 01216145 a 0000 & 01216317 a 0000 | used of sounds and voices; low in pitch or frequency
-01215663 00 s 02 alto 3 contralto 0 003 & 01215421 a 0000 + 04986526 n 0101 + 06872905 n 0102 | of or being the lowest female voice
-01215797 00 s 01 baritone 0 001 & 01215421 a 0000 | lower in range than tenor and higher than bass; "a baritone voice"; "baritone oboe"
-01215935 00 s 02 bass 0 deep 0 002 & 01215421 a 0000 + 04986414 n 0201 | having or denoting a low vocal or instrumental range; "a deep voice"; "a bass voice is lower than a baritone voice"; "a bass clarinet"
-01216145 00 s 02 contrabass 0 double-bass 0 001 & 01215421 a 0000 | pitched an octave below normal bass instrumental or vocal range; "contrabass or double-bass clarinet"
-01216317 00 s 01 throaty 0 002 & 01215421 a 0000 + 05547508 n 0101 | sounding as if pronounced low in the throat; "a rich throaty voice"
-01216456 00 a 01 imitative 0 007 + 01742886 v 0101 ! 01217485 a 0101 & 01216710 a 0000 & 01216807 a 0000 & 01216981 a 0000 & 01217134 a 0000 & 01217338 a 0000 | marked by or given to imitation; "acting is an imitative art"; "man is an imitative being"
-01216710 00 s 02 apish 0 apelike 0 001 & 01216456 a 0000 | being or given to servile imitation
-01216807 00 s 01 mimetic 0 002 & 01216456 a 0000 + 06613448 n 0101 | exhibiting mimicry; "mimetic coloring of a butterfly"; "the mimetic tendency of infancy"- R.W.Hamilton
-01216981 00 s 01 mimic 0 002 & 01216456 a 0000 + 00550016 n 0101 | constituting an imitation; "the mimic warfare of the opera stage"- Archibald Alison
-01217134 00 s 01 parrotlike 0 001 & 01216456 a 0000 | mechanically imitated or repeated without thought or understanding; "a mere parrotlike word-calling process"; "a voice quality sounding parrotlike"
-01217338 00 s 01 simulated 0 001 & 01216456 a 0000 | reproduced or made to resemble; imitative in character; "under simulated combat conditions"
-01217485 00 a 01 nonimitative 0 001 ! 01216456 a 0101 | not marked by or given to imitation
-01217579 00 a 05 echoic 0 imitative 2 onomatopoeic 0 onomatopoeical 0 onomatopoetic 0 003 + 07104574 n 0501 + 07104574 n 0401 ! 01217919 a 0101 | (of words) formed in imitation of a natural sound; "onomatopoeic words are imitative of noises"; "it was independently developed in more than one place as an onomatopoetic term"- Harry Hoijer
-01217919 00 a 01 nonechoic 0 001 ! 01217579 a 0101 | not echoic or imitative of sound
-01218007 00 a 01 high-resolution 0 001 ! 01218207 a 0101 | producing images that are sharp and finely detailed; "high-resolution photography"; "a high-resolution lens"; "high-resolution television"
-01218207 00 a 01 low-resolution 0 001 ! 01218007 a 0101 | of computer output devices; producing images that are not sharply defined
-01218341 00 a 01 high-rise 0 003 ! 01218797 a 0101 & 01218548 a 0000 & 01218660 a 0000 | used of buildings of many stories equipped with elevators; tall; "avenues lined with high-rise apartment buildings"
-01218548 00 s 03 multistory 0 multistorey 0 multistoried 0 001 & 01218341 a 0000 | having more than one story
-01218660 00 s 02 storied 0 storeyed 0 002 & 01218341 a 0000 ;u 06307152 n 0000 | having stories as indicated; "a six-storied building"
-01218797 00 a 01 low-rise 0 002 ! 01218341 a 0101 & 01219007 a 0000 | used of buildings of one or only a few stories and usually no elevator; low; "looking out over the roofs of low-rise apartment buildings"
-01219007 00 s 01 walk-up 0 001 & 01218797 a 0000 | a building with no elevator; "a walk-up apartment"
-01219111 00 a 02 upland 0 highland(a) 4 005 + 09302616 n 0201 ! 01219603 a 0101 & 01219279 a 0000 & 01219373 a 0000 & 01219502 a 0000 | used of high or hilly country
-01219279 00 s 02 alpestrine 0 subalpine 0 001 & 01219111 a 0000 | growing at high altitudes
-01219373 00 s 01 alpine 0 002 & 01219111 a 0000 ;c 06037666 n 0000 | living or growing above the timber line; "alpine flowers"
-01219502 00 s 01 mountainous 0 002 & 01219111 a 0000 + 09359803 n 0101 | containing many mountains
-01219603 00 a 01 lowland 0 002 ! 01219111 a 0101 & 01219709 a 0000 | of relatively low or level country
-01219709 00 s 02 low-lying 0 sea-level 0 001 & 01219603 a 0000 | lying below the normal level; "a low-lying desert"
-01219827 00 a 01 home(a) 0 002 ;c 00523513 n 0000 ! 01219938 a 0101 | used of your own ground; "a home game"
-01219938 00 a 01 away 0 002 ;c 00523513 n 0000 ! 01219827 a 0101 | used of an opponent's ground; "an away game"
-01220052 00 a 01 homologous 1 003 + 04744319 n 0101 ! 01220311 a 0101 ! 01220487 a 0101 | corresponding or similar in position or structure or function or characteristics; especially derived from an organism of the same species; "a homologous tissue graft"
-01220311 00 a 01 heterologous 1 003 + 04750547 n 0101 ! 01220487 a 0101 ! 01220052 a 0101 | derived from organisms of a different but related species; "a heterologous graft"
-01220487 00 a 01 autologous 0 002 ! 01220052 a 0101 ! 01220311 a 0101 | derived from organisms of the selfsame individual; "autologous blood donation"
-01220640 00 a 01 homologous 2 004 ;c 06037666 n 0000 ! 01221290 a 0101 ! 01221057 a 0101 & 01220882 a 0000 | having the same evolutionary origin but not necessarily the same function; "the wing of a bat and the arm of a man are homologous"
-01220882 00 s 02 homologic 0 homological 0 004 & 01220640 a 0000 ;c 06037666 n 0000 + 04744319 n 0201 + 04744319 n 0101 | similar in evolutionary origin but not in function
-01221057 00 a 03 heterologous 2 heterologic 0 heterological 0 006 ;c 06037666 n 0000 + 04750547 n 0301 + 04750547 n 0201 + 04750547 n 0101 ! 01221290 a 0101 ! 01220640 a 0101 | not corresponding in structure or evolutionary origin
-01221290 00 a 01 analogous 0 003 ;c 06037666 n 0000 ! 01220640 a 0101 ! 01221057 a 0101 | corresponding in function but not in evolutionary origin; "the wings of a bee and those of a hummingbird are analogous"
-01221502 00 a 01 gabled 0 001 ! 01221719 a 0101 | (of a roof) constructed with a single slope on each side of the ridge supported at the end by a gable or vertical triangular portion of an end wall; "a gabled roof"
-01221719 00 a 01 hipped 2 002 ! 01221502 a 0101 & 01221875 a 0000 | (of a roof) sloping on all sides; "a hipped roof has sloping ends rather than gables"
-01221875 00 s 01 mansard 0 002 & 01221719 a 0000 + 03718789 n 0101 | (of a roof) having two slopes on all sides with the lower slope steeper than the upper; "the story formed by a mansard roof is usually called the garret"
-01222100 00 a 01 hipped 0 002 ;u 06307152 n 0000 ! 01222253 a 0101 | having hips; or having hips as specified (usually in combination); "broad-hipped"
-01222253 00 a 01 hipless 0 001 ! 01222100 a 0101 | having or seeming to have no hips; "slim and hipless"
-01222360 00 a 02 honest 0 honorable 4 012 ^ 00763901 a 0000 ^ 01115349 a 0000 ^ 01226240 a 0000 ^ 01309991 a 0000 ^ 02179279 a 0000 ^ 02318464 a 0000 ^ 02460502 a 0000 ^ 02464693 a 0000 + 04868748 n 0201 + 04871374 n 0102 ! 01222884 a 0101 & 01222722 a 0000 | not disposed to cheat or defraud; not deceptive or fraudulent; "honest lawyers"; "honest reporting"
-01222722 00 s 01 downright 0 002 & 01222360 a 0000 + 04918498 n 0101 | characterized by plain blunt honesty; "a downright answer"; "a downright kind of person"
-01222884 00 a 02 dishonest 0 dishonorable 4 015 ^ 02319129 a 0000 ^ 01227137 a 0000 ^ 02461723 a 0000 ^ 02180797 a 0000 ^ 02466111 a 0000 + 04873550 n 0201 ! 01222360 a 0101 & 01223271 a 0000 & 01223781 a 0000 & 01223941 a 0000 & 01224253 a 0000 & 01224650 a 0000 & 01224755 a 0000 & 01224964 a 0000 & 01225294 a 0000 | deceptive or fraudulent; disposed to cheat or defraud or deceive
-01223271 00 s 08 ambidextrous 0 deceitful 1 double-dealing 0 duplicitous 0 Janus-faced 0 two-faced 0 double-faced 0 double-tongued 0 005 & 01222884 a 0000 + 06760969 n 0402 + 00753240 n 0401 + 00753240 n 0302 + 04876561 n 0202 | marked by deliberate deceptiveness especially by pretending one set of feelings and acting under the influence of another; "she was a deceitful scheming little thing"- Israel Zangwill; "a double-dealing double agent"; "a double-faced infernal traitor and schemer"- W.M.Thackeray
-01223781 00 s 01 beguiling 0 001 & 01222884 a 0000 | misleading by means of pleasant or alluring methods; "taken in by beguiling tales of overnight fortunes"
-01223941 00 s 03 deceitful 2 fallacious 0 fraudulent 0 004 & 01222884 a 0000 + 04875352 n 0301 + 00753685 n 0302 + 04876561 n 0102 | intended to deceive; "deceitful advertising"; "fallacious testimony"; "smooth, shining, and deceitful as thin ice" - S.T.Coleridge; "a fraudulent scheme to escape paying taxes"
-01224253 00 s 03 deceptive 0 misleading 0 shoddy 0 004 & 01222884 a 0000 + 02575082 v 0101 + 00854420 v 0101 + 04874939 n 0101 | designed to deceive or mislead either deliberately or inadvertently; "the deceptive calm in the eye of the storm"; "deliberately deceptive packaging"; "a misleading similarity"; "statistics can be presented in ways that are misleading"; "shoddy business practices"
-01224650 00 s 01 false 0 001 & 01222884 a 0000 | designed to deceive; "a suitcase with a false bottom"
-01224755 00 s 01 picaresque 0 001 & 01222884 a 0000 | involving clever rogues or adventurers especially as in a type of fiction; "picaresque novels"; "waifs of the picaresque tradition"; "a picaresque hero"
-01224964 00 s 04 rascally 0 roguish 0 scoundrelly 0 blackguardly 0 005 & 01222884 a 0000 + 09886220 n 0403 + 10753546 n 0302 + 00736375 n 0209 + 10536728 n 0103 | lacking principles or scruples; "the rascally rabble"; "the tyranny of a scoundrelly aristocracy" - W.M. Thackaray; "the captain was set adrift by his roguish crew"
-01225294 00 s 02 thieving(a) 0 thievish 0 002 & 01222884 a 0000 + 04875935 n 0201 | given to thievery
-01225398 00 a 02 truthful 0 true 4 005 ^ 01222360 a 0000 + 04872236 n 0101 ! 01225898 a 0101 & 01225643 a 0000 & 01225772 a 0000 | expressing or given to expressing the truth; "a true statement"; "gave truthful testimony"; "a truthful person"
-01225643 00 s 01 honest 0 002 & 01225398 a 0000 + 04871374 n 0102 | marked by truth; "gave honest answers"; "honest reporting"
-01225772 00 s 01 veracious 0 002 & 01225398 a 0000 + 04872414 n 0101 | habitually speaking the truth; "a veracious witness"
-01225898 00 a 01 untruthful 0 004 ^ 01222884 a 0000 + 04876053 n 0101 ! 01225398 a 0101 & 01226129 a 0000 | not expressing or given to expressing the truth; "the statement given under oath was untruthful"; "an untruthful person"
-01226129 00 s 01 mendacious 0 002 & 01225898 a 0000 + 04876235 n 0101 | given to lying; "a mendacious child"
-01226240 00 a 02 honorable 0 honourable 0 013 ^ 01222360 a 0000 ^ 01369663 a 0000 ^ 01548193 a 0000 ^ 01588172 a 0000 ^ 01982646 a 0000 ^ 02584981 a 0000 = 04868748 n 0000 + 04868748 n 0202 + 04868748 n 0101 ! 01227137 a 0101 & 01226660 a 0000 & 01226809 a 0000 & 01226997 a 0000 | worthy of being honored; entitled to honor and respect; "an honorable man"; "led an honorable life"; "honorable service to his country"
-01226660 00 s 03 august 0 revered 0 venerable 0 003 & 01226240 a 0000 + 04869405 n 0302 + 04869405 n 0301 | profoundly honored; "revered holy men"
-01226809 00 s 01 laureate 0 001 & 01226240 a 0000 | worthy of the greatest honor or distinction; "The nation's pediatrician laureate is preparing to lay down his black bag"- James Traub
-01226997 00 s 02 time-honored 0 time-honoured 0 001 & 01226240 a 0000 | honored because of age or long usage; "time-honored institutions"
-01227137 00 a 02 dishonorable 0 dishonourable 0 015 ^ 01222884 a 0000 ^ 01983797 a 0000 ^ 01589217 a 0000 ^ 01122411 a 0000 ^ 01370590 a 0000 ^ 02588099 a 0000 = 04868748 n 0000 + 04873550 n 0202 + 04873550 n 0101 ! 01226240 a 0101 & 01227546 a 0000 & 01228050 a 0000 & 01228159 a 0000 & 01228282 a 0000 & 01228370 a 0000 | lacking honor or integrity; deserving dishonor; "dishonorable in thought and deed"
-01227546 00 s 06 black 0 disgraceful 0 ignominious 0 inglorious 0 opprobrious 0 shameful 0 006 & 01227137 a 0000 + 04808281 n 0601 + 14441230 n 0502 + 14440137 n 0303 + 04808281 n 0303 + 04808281 n 0202 | (used of conduct or character) deserving or bringing disgrace or shame; "Man...has written one of his blackest records as a destroyer on the oceanic islands"- Rachel Carson; "an ignominious retreat"; "inglorious defeat"; "an opprobrious monument to human greed"; "a shameful display of cowardice"
-01228050 00 s 02 debasing 0 degrading 0 001 & 01227137 a 0000 | used of conduct; characterized by dishonor
-01228159 00 s 01 shabby 0 002 & 01227137 a 0000 + 00744616 n 0104 | mean and unworthy and despicable; "shabby treatment"
-01228282 00 s 01 unprincipled 0 001 & 01227137 a 0000 | having little or no integrity
-01228370 00 s 01 yellow 0 001 & 01227137 a 0000 | cowardly or treacherous; "the little yellow stain of treason"-M.W.Straight; "too yellow to stand and fight"
-01228530 00 a 01 hopeful 0 006 ^ 00866471 a 0000 ^ 01663571 a 0000 + 09801533 n 0103 + 07541316 n 0101 ! 01229020 a 0101 & 01228797 a 0000 | having or manifesting hope; "a line of people hopeful of obtaining tickets"; "found a hopeful way of attacking the problem"
-01228797 00 s 03 anticipant 0 anticipative 0 expectant 0 006 & 01228530 a 0000 + 07511080 n 0302 + 00720063 v 0301 + 00719734 v 0301 + 01804961 v 0201 + 09797113 n 0102 | marked by eager anticipation; "an expectant hush"
-01229020 00 a 01 hopeless 0 013 ^ 00867213 a 0000 ^ 01823092 a 0000 ^ 01664581 a 0000 + 07542249 n 0101 ! 01228530 a 0101 & 01229435 a 0000 & 01229561 a 0000 & 01229826 a 0000 & 01230153 a 0000 & 01230387 a 0000 & 01230521 a 0000 & 01230616 a 0000 & 01230728 a 0000 | without hope because there seems to be no possibility of comfort or success; "in an agony of hopeless grief"; "with a hopeless sigh he sat down"
-01229435 00 s 02 abject 0 unhopeful 0 001 & 01229020 a 0000 | showing utter resignation or hopelessness; "abject surrender"
-01229561 00 s 03 black 0 bleak 0 dim 0 002 & 01229020 a 0000 + 14525548 n 0201 | offering little or no hope; "the future looked black"; "prospects were bleak"; "Life in the Aran Islands has always been bleak and difficult"- J.M.Synge; "took a dim view of things"
-01229826 00 s 02 despairing 0 desperate 0 001 & 01229020 a 0000 | arising from or marked by despair or loss of hope; "a despairing view of the world situation"; "the last despairing plea of the condemned criminal"; "a desperate cry for help"; "helpless and desperate--as if at the end of his tether"; "her desperate screams"
-01230153 00 s 02 despondent 0 heartsick 0 005 & 01229020 a 0000 + 07538395 n 0203 + 07538395 n 0101 + 07538395 n 0102 + 01811172 v 0101 | without or almost without hope; "despondent about his failure"; "too heartsick to fight back"
-01230387 00 s 01 forlorn 0 001 & 01229020 a 0000 | marked by or showing hopelessness; "the last forlorn attempt"; "a forlorn cause"
-01230521 00 s 01 futureless 0 001 & 01229020 a 0000 | having no prospect or hope of a future
-01230616 00 s 02 helpless 0 lost 0 002 & 01229020 a 0000 + 07538142 n 0101 | unable to function; without help
-01230728 00 s 01 insoluble 0 002 & 01229020 a 0000 + 05215699 n 0102 | without hope of solution; "an insoluble problem"
-01230850 00 a 02 institutionalized 0 institutionalised 0 001 ! 01231070 a 0101 | officially placed in or committed to a specialized institution; "had hopes of rehabilitating the institutionalized juvenile delinquents"
-01231070 00 a 02 noninstitutionalized 0 noninstitutionalised 0 001 ! 01230850 a 0101 | not committed to an institution
-01231191 00 a 01 institutional 0 004 + 08053576 n 0101 ! 01231837 a 0101 & 01231369 a 0000 & 01231638 a 0000 | organized as or forming an institution; "institutional religion"
-01231369 00 s 02 institutionalized 0 institutionalised 0 001 & 01231191 a 0000 | given the character of an institution or incorporated into a structured and usually well-established system; "institutionalized graft"; "institutionalized suicide as practiced in Japan"
-01231638 00 s 01 uninteresting 0 002 & 01231191 a 0000 + 05205340 n 0101 | characteristic or suggestive of an institution especially in being uniform or dull or unimaginative; "institutional food"
-01231837 00 a 01 noninstitutional 0 001 ! 01231191 a 0101 | not institutional
-01231917 00 a 01 iodinating 0 002 ;c 06084469 n 0000 ! 01232105 a 0101 | combining or causing to combine with iodine; "the active iodinating species"; "the in vivo iodinating mechanism"
-01232105 00 a 01 de-iodinating 0 002 ;c 06084469 n 0000 ! 01231917 a 0101 | removing iodine from
-01232204 00 a 01 consolable 0 002 + 01814815 v 0103 ! 01232298 a 0101 | able to be consoled
-01232298 00 a 03 inconsolable 0 disconsolate 4 unconsolable 0 003 + 07538395 n 0204 ! 01232204 a 0101 & 01232507 a 0000 | sad beyond comforting; incapable of being consoled; "inconsolable when her son died"
-01232507 00 s 01 desolate 0 001 & 01232298 a 0000 | crushed by grief; "depressed and desolate of soul"; "a low desolate wail"
-01232635 00 a 01 horizontal 0 009 = 13828075 n 0000 + 13828681 n 0101 + 05079474 n 0101 ! 01233347 a 0101 ! 01234167 a 0101 & 01232917 a 0000 & 01233020 a 0000 & 01233104 a 0000 & 01233225 a 0000 | parallel to or in the plane of the horizon or a base line; "a horizontal surface"
-01232917 00 s 01 crosswise 0 001 & 01232635 a 0000 | in the shape of (a horizontal piece on) a cross
-01233020 00 s 01 flat 0 001 & 01232635 a 0000 | horizontally level; "a flat roof"
-01233104 00 s 01 level 0 001 & 01232635 a 0000 | being on a precise horizontal plane; "a billiard table must be level"
-01233225 00 s 02 naiant 0 swimming 0 002 & 01232635 a 0000 ;c 05801594 n 0000 | applied to a fish depicted horizontally
-01233347 00 a 02 vertical 0 perpendicular 4 014 ^ 01144887 a 0000 ^ 02310895 a 0000 = 13828075 n 0000 + 13829047 n 0202 + 05072208 n 0201 + 13828795 n 0101 + 04515129 n 0102 + 05079638 n 0102 + 05079638 n 0101 ! 01234167 a 0101 ! 01232635 a 0101 & 01233851 a 0000 & 01233960 a 0000 & 01234030 a 0000 | at right angles to the plane of the horizon or a base line; "a vertical camera angle"; "the monument consists of two vertical pillars supporting a horizontal slab"; "measure the perpendicular height"
-01233851 00 s 01 plumb 0 001 & 01233347 a 0000 | exactly vertical; "the tower of Pisa is far out of plumb"
-01233960 00 s 01 upended 0 001 & 01233347 a 0000 | turned up on end
-01234030 00 s 02 upright 0 unsloped 0 002 & 01233347 a 0000 + 05079638 n 0104 | in a vertical position; not sloping; "an upright post"
-01234167 00 a 01 inclined 1 014 ^ 01144359 a 0000 ^ 01718867 a 0000 = 13828075 n 0000 ! 01232635 a 0101 ! 01233347 a 0101 & 01234527 a 0000 & 01234747 a 0000 & 01234952 a 0000 & 01235071 a 0000 & 01235178 a 0000 & 01235334 a 0000 & 01235439 a 0000 & 01235568 a 0000 & 01235706 a 0000 | at an angle to the horizontal or vertical position; "an inclined plane"
-01234527 00 s 05 atilt 0 canted 0 leaning 0 tilted 0 tipped 0 001 & 01234167 a 0000 | departing or being caused to depart from the true vertical or horizontal; "the leaning tower of Pisa"; "the headstones were tilted"
-01234747 00 s 07 aslant 0 aslope 0 diagonal 0 slanted 0 slanting 0 sloped 0 sloping 0 004 & 01234167 a 0000 + 13904164 n 0301 + 08268321 n 0301 + 08270417 n 0301 | having an oblique or slanted direction
-01234952 00 s 01 high-pitched 0 001 & 01234167 a 0000 | set at a sharp or high angle or slant; "a high-pitched roof"
-01235071 00 s 01 low-pitched 0 001 & 01234167 a 0000 | set at a low angle or slant; "a low-pitched roof"
-01235178 00 s 01 monoclinal 0 002 & 01234167 a 0000 ;c 06115701 n 0000 | of a geological structure in which all strata are inclined in the same direction
-01235334 00 s 01 pitched 0 001 & 01234167 a 0000 | set at a slant; "a pitched rather than a flat roof"
-01235439 00 s 01 salient(ip) 0 002 & 01234167 a 0000 ;c 05801594 n 0000 | represented as leaping (rampant but leaning forward)
-01235568 00 s 01 sidelong 0 001 & 01234167 a 0000 | inclining or directed to one side; "moved downward in a sidelong way" - Bram Stoker
-01235706 00 s 02 skew 0 skewed 0 002 & 01234167 a 0000 + 05066195 n 0102 | having an oblique or slanting direction or position; "the picture was skew"
-01235859 00 a 03 erect 0 vertical 2 upright 2 019 = 05079866 n 0000 + 05083054 n 0302 + 04515129 n 0202 + 05079638 n 0202 + 05079638 n 0103 + 05083054 n 0101 ! 01237897 a 0101 & 01236443 a 0000 & 01236565 a 0000 & 01236716 a 0000 & 01236842 a 0000 & 01236964 a 0000 & 01237162 a 0000 & 01237254 a 0000 & 01237342 a 0000 & 01237433 a 0000 & 01237534 a 0000 & 01237656 a 0000 & 01237754 a 0000 | upright in position or posture; "an erect stature"; "erect flower stalks"; "for a dog, an erect tail indicates aggression"; "a column still vertical amid the ruins"; "he sat bolt upright"
-01236443 00 s 01 erectile 0 001 & 01235859 a 0000 | capable of being raised to an upright position; "erectile feathers"
-01236565 00 s 01 fastigiate 0 002 & 01235859 a 0000 ;c 06066555 n 0000 | having clusters of erect branches (often appearing to form a single column)
-01236716 00 s 01 orthostatic 0 001 & 01235859 a 0000 | pertaining to an upright standing posture; "orthostatic hypotension"
-01236842 00 s 01 passant(ip) 0 002 & 01235859 a 0000 ;c 05801594 n 0000 | in walking position with right foreleg raised
-01236964 00 s 02 rampant(ip) 0 rearing 0 003 & 01235859 a 0000 ;c 05801594 n 0000 + 02143124 v 0101 | rearing on left hind leg with forelegs elevated and head usually in profile; "a lion rampant"
-01237162 00 s 01 semi-climbing 0 001 & 01235859 a 0000 | of plants that are semi-climbers
-01237254 00 s 01 semi-erect 0 001 & 01235859 a 0000 | of plants that are partly erect
-01237342 00 s 01 semi-upright 0 001 & 01235859 a 0000 | of animals that are partly erect
-01237433 00 s 01 standing(a) 0 001 & 01235859 a 0000 | having a supporting base; "a standing lamp"
-01237534 00 s 01 stand-up 0 001 & 01235859 a 0000 | requiring a standing position; "a stand-up bar"; "a stand-up comic"
-01237656 00 s 01 statant(ip) 0 002 & 01235859 a 0000 ;c 05801594 n 0000 | standing on four feet
-01237754 00 s 03 straight 0 unbent 0 unbowed 0 001 & 01235859 a 0000 | erect in posture; "sit straight"; "stood defiantly with unbowed back"
-01237897 00 a 01 unerect 0 013 = 05079866 n 0000 ! 01235859 a 0101 & 01238201 a 0000 & 01238343 a 0000 & 01238486 a 0000 & 01238773 a 0000 & 01238914 a 0000 & 01239040 a 0000 & 01239199 a 0000 & 01239410 a 0000 & 01239534 a 0000 & 01239617 a 0000 & 01239781 a 0000 | not upright in position or posture
-01238201 00 s 03 accumbent 0 decumbent 0 recumbent 0 002 & 01237897 a 0000 + 01547390 v 0301 | lying down; in a position of comfort or rest
-01238343 00 s 02 bended 0 bent 2 001 & 01237897 a 0000 | used of the back and knees; stooped; "on bended knee"; "with bent (or bended) back"
-01238486 00 s 05 cernuous 0 drooping 0 nodding 0 pendulous 0 weeping 0 002 & 01237897 a 0000 ;c 06037666 n 0000 | having branches or flower heads that bend downward; "nodding daffodils"; "the pendulous branches of a weeping willow"; "lilacs with drooping panicles of fragrant flowers"
-01238773 00 s 01 couchant(ip) 0 002 & 01237897 a 0000 ;c 05801594 n 0000 | lying on the stomach with head raised with legs pointed forward
-01238914 00 s 02 dormant(ip) 0 sleeping 0 002 & 01237897 a 0000 ;c 05801594 n 0000 | lying with head on paws as if sleeping
-01239040 00 s 02 flat 0 prostrate 1 001 & 01237897 a 0000 | stretched out and lying at full length along the ground; "found himself lying flat on the floor"
-01239199 00 s 06 hunched 0 round-backed 0 round-shouldered 0 stooped 0 stooping 0 crooked 0 001 & 01237897 a 0000 | having the back and shoulders rounded; not erect; "a little oldish misshapen stooping woman"
-01239410 00 s 01 procumbent 0 001 & 01237897 a 0000 | having stems that trail along the ground without putting down roots
-01239534 00 s 02 prone 0 prostrate 2 001 & 01237897 a 0000 | lying face downward
-01239617 00 s 01 semi-prostrate 0 001 & 01237897 a 0000 | imperfectly prostrate; prostrate for part of its length; "the semi-prostrate evergreen, purple heather"
-01239781 00 s 02 supine 0 resupine 0 001 & 01237897 a 0000 | lying face upward
-01239862 00 a 01 standing 0 001 ! 01240029 a 0101 | (of persons) on the feet; having the torso in an erect position supported by straight legs; "standing room only"
-01240029 00 a 02 seated 0 sitting 2 001 ! 01239862 a 0101 | (of persons) having the torso erect and legs bent with the body supported on the buttocks; "the seated Madonna"; "the audience remained seated"
-01240235 00 a 01 standing(a) 1 001 ! 01240413 a 0101 | executed in or initiated from a standing position; "race from a standing start"; "a standing jump"; "a standing ovation"
-01240413 00 a 01 running(a) 1 001 ! 01240235 a 0101 | executed or initiated by running; "running plays worked better than pass plays"; "took a running jump"; "a running start"
-01240591 00 a 01 running(a) 2 003 ! 01241065 a 0101 & 01240805 a 0000 & 01240931 a 0000 | (of fluids) moving or issuing in a stream; "as mountain stream with freely running water"; "hovels without running water"
-01240805 00 s 02 gushing 0 pouring 0 001 & 01240591 a 0000 | flowing profusely; "a gushing hydrant"; "pouring flood waters"
-01240931 00 s 04 jetting 0 spouting 0 spurting 0 squirting 0 001 & 01240591 a 0000 | propelled violently in a usually narrow stream
-01241065 00 a 01 standing(a) 2 004 ! 01240591 a 0101 & 01241248 a 0000 & 01241455 a 0000 & 01241600 a 0000 | (of fluids) not moving or flowing; "mosquitoes breed in standing water"
-01241248 00 s 02 dead(a) 0 stagnant 0 005 & 01241065 a 0000 + 14013005 n 0202 + 02725067 v 0201 + 02724835 v 0201 + 05006519 n 0101 | not circulating or flowing; "dead air"; "dead water"; "stagnant water"
-01241455 00 s 01 slack 0 002 & 01241065 a 0000 + 09436906 n 0101 | flowing with little speed as e.g. at the turning of the tide; "slack water"
-01241600 00 s 01 still 2 003 & 01241065 a 0000 + 14006179 n 0102 + 14522809 n 0101 | free from noticeable current; "a still pond"; "still waters run deep"
-01241757 00 a 01 running(a) 0 002 ;c 00468480 n 0000 ! 01241927 a 0101 | of advancing the ball by running; "the team's running plays worked better than its pass plays"
-01241927 00 a 02 passing(a) 0 pass(a) 0 002 ;c 00468480 n 0000 ! 01241757 a 0101 | of advancing the ball by throwing it; "a team with a good passing attack"; "a pass play"
-01242101 00 a 01 hospitable 0 002 ! 01242489 a 0101 & 01242282 a 0000 | favorable to life and growth; "soil sufficiently hospitable for forest growth"; "a hospitable environment"
-01242282 00 s 02 kind 0 genial 0 001 & 01242101 a 0000 | agreeable, conducive to comfort; "a dry climate kind to asthmatics"; "the genial sunshine";"hot summer pavements are anything but kind to the feet"
-01242489 00 a 01 inhospitable 0 007 + 14519942 n 0101 ! 01242101 a 0101 & 01242750 a 0000 & 01243102 a 0000 & 01243373 a 0000 & 01243609 a 0000 & 01243722 a 0000 | unfavorable to life or growth; "the barren inhospitable desert"; "inhospitable mountain areas"
-01242750 00 s 05 bare 0 barren 0 bleak 0 desolate 0 stark 0 006 & 01242489 a 0000 + 04697819 n 0502 + 14525548 n 0301 + 08504594 n 0201 + 05148186 n 0203 + 04697819 n 0101 | providing no shelter or sustenance; "bare rocky hills"; "barren lands"; "the bleak treeless regions of the high Andes"; "the desolate surface of the moon"; "a stark landscape"
-01243102 00 s 03 godforsaken 0 waste 0 wild 0 004 & 01242489 a 0000 + 08683548 n 0302 + 08683548 n 0301 + 08504594 n 0202 | located in a dismal or remote area; desolate; "a desert island"; "a godforsaken wilderness crossroads"; "a wild stretch of land"; "waste places"
-01243373 00 s 03 hostile 0 uncongenial 0 unfriendly 0 001 & 01242489 a 0000 | very unfavorable to life or growth; "a hostile climate"; "an uncongenial atmosphere"; "an uncongenial soil"; "the unfriendly environment at high altitudes"
-01243609 00 s 01 water-washed 0 001 & 01242489 a 0000 | washed or swept with water especially waves of the sea
-01243722 00 s 01 windswept 0 001 & 01242489 a 0000 | open to or swept by wind; "windswept headlands"
-01243825 00 a 01 hospitable 2 005 ^ 01074650 a 0000 + 04656282 n 0101 + 06631506 n 0102 ! 01244195 a 0101 & 01244106 a 0000 | disposed to treat guests and strangers with cordiality and generosity; "a good-natured and hospitable man"; "a hospitable act"; "hospitable invitations"
-01244106 00 s 01 welcoming 1 001 & 01243825 a 0000 | very cordial; "a welcoming smile"
-01244195 00 a 01 inhospitable 2 004 ^ 01076793 a 0000 + 04658942 n 0101 + 06631661 n 0101 ! 01243825 a 0101 | not hospitable; "they are extremely inhospitable these days"; "her greeting was cold and inhospitable"
-01244410 00 a 01 hostile 1 017 ^ 00082241 a 0000 ^ 01460421 a 0000 ^ 01628946 a 0000 ^ 01076793 a 0000 ^ 01742296 a 0000 ^ 02510879 a 0000 + 07547805 n 0101 ! 01246579 a 0101 & 01244846 a 0000 & 01245138 a 0000 & 01245441 a 0000 & 01245610 a 0000 & 01245778 a 0000 & 01245889 a 0000 & 01246004 a 0000 & 01246148 a 0000 & 01246388 a 0000 | characterized by enmity or ill will; "a hostile nation"; "a hostile remark"; "hostile actions"
-01244846 00 s 02 aggressive 0 belligerent 0 007 & 01244410 a 0000 + 09939313 n 0203 + 07548695 n 0202 + 07548695 n 0201 + 04643662 n 0202 + 01118449 v 0102 + 04643662 n 0101 | characteristic of an enemy or one eager to fight; "aggressive acts against another country"; "a belligerent tone"
-01245138 00 s 03 antagonistic 0 antipathetic 0 antipathetical 0 006 & 01244410 a 0000 + 07502669 n 0301 + 07502669 n 0201 + 05811466 n 0201 + 13980288 n 0103 + 13860548 n 0101 | characterized by antagonism or antipathy; "slaves antagonistic to their masters"; "antipathetic factions within the party"
-01245441 00 s 01 at_loggerheads 0 001 & 01244410 a 0000 | in a dispute or confrontation; "Sam and his parents were at loggerheads over the question of car privileges"
-01245610 00 s 01 bitter 0 002 & 01244410 a 0000 + 07548978 n 0102 | proceeding from or exhibiting great hostility or animosity; "a bitter struggle"; "bitter enemies"
-01245778 00 s 01 dirty 0 001 & 01244410 a 0000 | expressing or revealing hostility or dislike; "dirty looks"
-01245889 00 s 01 head-on 0 001 & 01244410 a 0000 | characterized by direct opposition; "a head-on confrontation"
-01246004 00 s 01 ill 0 001 & 01244410 a 0000 | indicating hostility or enmity; "you certainly did me an ill turn"; "ill feelings"; "ill will"
-01246148 00 s 02 opponent 0 opposing 0 007 & 01244410 a 0000 + 09773245 n 0103 + 02378623 v 0102 + 01091427 v 0102 + 01081152 v 0102 + 00775831 v 0101 + 00776059 v 0101 | characterized by active hostility; "opponent (or opposing) armies"
-01246388 00 s 02 unfriendly 1 inimical 0 004 & 01244410 a 0000 + 13980288 n 0202 + 07547805 n 0202 + 07502241 n 0101 | not friendly; "an unfriendly act of aggression"; "an inimical critic"
-01246579 00 a 01 amicable 0 008 ^ 01074650 a 0000 ^ 01459422 a 0000 ^ 01740892 a 0000 + 04654998 n 0101 + 04654998 n 0102 ! 01244410 a 0101 & 01246801 a 0000 & 01247025 a 0000 | characterized by friendship and good will
-01246801 00 s 03 friendly 0 favorable 0 well-disposed 0 002 & 01246579 a 0000 + 07499615 n 0101 | inclined to help or support; not antagonistic or hostile; "a government friendly to our interests"; "an amicable agreement"
-01247025 00 s 02 well-meaning 0 unthreatening 0 001 & 01246579 a 0000 | not unfriendly or threatening; "her well-meaning words were received in silence"; "the exasperation of a...well-meaning cow worried by dogs"
-01247240 00 a 01 hot 1 025 ^ 02529264 a 0000 = 05011790 n 0000 + 05016171 n 0101 ! 01251128 a 0101 & 01247975 a 0000 & 01248064 a 0000 & 01248198 a 0000 & 01248358 a 0000 & 01248477 a 0000 & 01248605 a 0000 & 01248713 a 0000 & 01248958 a 0000 & 01249137 a 0000 & 01249309 a 0000 & 01249555 a 0000 & 01249621 a 0000 & 01249768 a 0000 & 01249843 a 0000 & 01249962 a 0000 & 01250121 a 0000 & 01250393 a 0000 & 01250565 a 0000 & 01250694 a 0000 & 01250835 a 0000 & 01250991 a 0000 | used of physical heat; having a high or higher than desirable temperature or giving off heat or feeling or causing a sensation of heat or burning; "hot stove"; "hot water"; "a hot August day"; "a hot stuffy room"; "she's hot and tired"; "a hot forehead"
-01247975 00 s 02 baking 0 baking_hot 0 001 & 01247240 a 0000 | as hot as if in an oven
-01248064 00 s 02 blistering 0 blistery 0 001 & 01247240 a 0000 | hot enough to raise (or as if to raise) blisters; "blistering sun"
-01248198 00 s 02 calefacient 0 warming 0 001 & 01247240 a 0000 | producing the sensation of heat when applied to the body; "a mustard plaster is calefacient"
-01248358 00 s 02 calefactory 0 calefactive 0 001 & 01247240 a 0000 | serving to heat; "a heating pad is calefactory"
-01248477 00 s 01 calorifacient 0 001 & 01247240 a 0000 | producing heat; usually used of foods; "calorifacient chili peppers"
-01248605 00 s 01 calorific 0 001 & 01247240 a 0000 | heat-generating; "the calorific properties of fuels"
-01248713 00 s 02 fervent 0 fervid 0 001 & 01247240 a 0000 | extremely hot; "the fervent heat...merely communicated a genial warmth to their half-torpid systems"- Nathaniel Hawthorne; "set out...when the fervid heat subsides"- Frances Trollope
-01248958 00 s 02 fiery 0 igneous 0 003 & 01247240 a 0000 + 13480848 n 0101 + 05016553 n 0101 | like or suggestive of fire; "a fiery desert wind"; "an igneous desert atmosphere"
-01249137 00 s 01 heatable 0 004 & 01247240 a 0000 + 02333358 v 0101 + 00371264 v 0101 + 00372665 v 0101 | capable of becoming hot; "the heatable tip of a soldering iron"
-01249309 00 s 04 heated 0 heated_up 0 het 0 het_up 0 001 & 01247240 a 0000 | made warm or hot (`het' is a dialectal variant of `heated'); "a heated swimming pool"; "wiped his heated-up face with a large bandana"; "he was all het up and sweaty"
-01249555 00 s 01 hottish 0 001 & 01247240 a 0000 | somewhat hot
-01249621 00 s 01 overheated 0 001 & 01247240 a 0000 | heated beyond a safe or desirable point; "the child became overheated"; "overheated metal"
-01249768 00 s 01 red-hot 0 001 & 01247240 a 0000 | glowing red with heat
-01249843 00 s 01 scorching 1 001 & 01247240 a 0000 | hot and dry enough to burn or parch a surface; "scorching heat"
-01249962 00 s 01 sizzling 0 001 & 01247240 a 0000 | hot enough to burn with or as if with a hissing sound; "a sizzling steak"; "a sizzling spell of weather"
-01250121 00 s 04 sultry 0 stifling 0 sulfurous 0 sulphurous 0 002 & 01247240 a 0000 + 11466909 n 0101 | characterized by oppressive heat and humidity; "the summer was sultry and oppressive"; "the stifling atmosphere"; "the sulfurous atmosphere preceding a thunderstorm"
-01250393 00 s 02 sweltering 0 sweltry 0 001 & 01247240 a 0000 | excessively hot and humid or marked by sweating and faintness; "a sweltering room"; "sweltering athletes"
-01250565 00 s 01 thermal 0 001 & 01247240 a 0000 | caused by or designed to retain heat; "a thermal burn"; "thermal underwear"
-01250694 00 s 01 torrid 0 002 & 01247240 a 0000 + 05016667 n 0101 | extremely hot; "the torrid noonday sun"; "sultry sands of the dessert"
-01250835 00 s 02 tropical 0 tropic 0 002 & 01247240 a 0000 + 08675145 n 0101 | of weather or climate; hot and humid as in the tropics; "tropical weather"
-01250991 00 s 02 white 0 white-hot 0 001 & 01247240 a 0000 | glowing white with heat; "white flames"; "a white-hot center of the fire"
-01251128 00 a 01 cold 1 023 ^ 02529945 a 0000 ^ 01078302 a 0000 = 05011790 n 0000 + 05725676 n 0101 + 05015117 n 0102 + 05725676 n 0102 ! 01247240 a 0101 & 01251830 a 0000 & 01251958 a 0000 & 01252151 a 0000 & 01252399 a 0000 & 01252566 a 0000 & 01252714 a 0000 & 01253022 a 0000 & 01253112 a 0000 & 01253254 a 0000 & 01253469 a 0000 & 01253592 a 0000 & 01253661 a 0000 & 01253879 a 0000 & 01254026 a 0000 & 01254165 a 0000 & 01254296 a 0000 | having a low or inadequate temperature or feeling a sensation of coldness or having been made cold by e.g. ice or refrigeration; "a cold climate"; "a cold room"; "dinner has gotten cold"; "cold fingers"; "if you are cold, turn up the heat"; "a cold beer"
-01251830 00 s 01 acold 0 002 & 01251128 a 0000 ;u 07073447 n 0000 | of persons; feeling cold; "Poor Tom's acold"- Shakespeare
-01251958 00 s 01 algid 0 003 & 01251128 a 0000 ;c 06043075 n 0000 + 14204441 n 0101 | chilly; "a person who is algid is marked by prostration and has cold clammy skin and low blood pressure"
-01252151 00 s 06 arctic 0 frigid 0 gelid 0 glacial 0 icy 0 polar 0 002 & 01251128 a 0000 + 05015463 n 0303 | extremely cold; "an arctic climate"; "a frigid day"; "gelid waters of the North Atlantic"; "glacial winds"; "icy hands"; "polar weather"
-01252399 00 s 03 bleak 0 cutting 0 raw 0 003 & 01251128 a 0000 + 14536207 n 0301 + 14525548 n 0101 | unpleasantly cold and damp; "bleak winds of the North Atlantic"
-01252566 00 s 02 chilly 0 parky 0 004 & 01251128 a 0000 ;u 08860123 n 0204 + 05015463 n 0101 + 05015678 n 0101 | appreciably or disagreeably cold
-01252714 00 s 05 crisp 0 frosty 1 nipping 0 nippy 0 snappy 0 006 & 01251128 a 0000 + 15299097 n 0501 + 00344699 n 0501 + 05015678 n 0403 + 11440521 n 0202 + 05015878 n 0201 | pleasantly cold and invigorating; "crisp clear nights and frosty mornings"; "a nipping wind"; "a nippy fall day"; "snappy weather"
-01253022 00 s 01 frigorific 0 001 & 01251128 a 0000 | causing cold; cooling or chilling
-01253112 00 s 01 frore 0 002 & 01251128 a 0000 ;u 07073447 n 0000 | very cold; "whatever the evenings be--frosty and frore or warm and wet"
-01253254 00 s 03 frosty 2 rimed 0 rimy 0 004 & 01251128 a 0000 + 14915622 n 0101 + 13485270 n 0101 + 05015878 n 0101 | covered with frost; "a frosty glass"; "hedgerows were rimed and stiff with frost"-Wm.Faulkner
-01253469 00 s 01 heatless 0 001 & 01251128 a 0000 | without generating heat; "luminescent organisms emit heatless light"
-01253592 00 s 01 ice-cold 0 001 & 01251128 a 0000 | as cold as ice
-01253661 00 s 02 refrigerant 0 refrigerating 0 004 & 01251128 a 0000 + 15003797 n 0101 + 00371955 v 0101 + 00371051 v 0101 | causing cooling or freezing; "a refrigerant substance such as ice or solid carbon dioxide"
-01253879 00 s 01 refrigerated 0 001 & 01251128 a 0000 | made or kept cold by refrigeration; "keep the milk refrigerated"; "a refrigerated truck"
-01254026 00 s 01 shivery 0 002 & 01251128 a 0000 + 00867983 n 0102 | cold enough to cause shivers; "felt all shivery"; "shivery weather"
-01254165 00 s 01 stone-cold 0 001 & 01251128 a 0000 | completely cold; "by the time he got back to his coffee it was stone-cold"
-01254296 00 s 02 unheated 0 unwarmed 0 001 & 01251128 a 0000 | not having been heated or warmed; "an unheated room"; "unwarmed rolls"
-01254432 00 a 01 vernal 0 004 ! 01254784 a 0101 ! 01255296 a 0101 ! 01255807 a 0101 & 01254607 a 0000 | of or characteristic of or occurring in spring; "the vernal equinox"
-01254607 00 s 05 spring-flowering 0 early-flowering 0 spring-blooming 0 early-blooming 0 late-spring-blooming 0 001 & 01254432 a 0000 | of plants that bloom during the spring
-01254784 00 a 01 summery 0 006 + 15237250 n 0101 ! 01255296 a 0101 ! 01255807 a 0101 ! 01254432 a 0101 & 01255022 a 0000 & 01255177 a 0000 | belonging to or characteristic of or occurring in summer; "summery weather"; "summery dresses"
-01255022 00 s 02 aestival 0 estival 0 001 & 01254784 a 0000 | (rare) of or occurring in summer; "the sky was a burnished aestival blue"; "estival winds"
-01255177 00 s 02 summer-flowering 0 summer-blooming 0 001 & 01254784 a 0000 | of plants that bloom during the summer
-01255296 00 a 01 autumnal 0 006 + 15236859 n 0102 ! 01255807 a 0101 ! 01254432 a 0101 ! 01254784 a 0101 & 01255530 a 0000 & 01255715 a 0000 | of or characteristic of or occurring in autumn; "the autumnal equinox"; "autumnal fruits"
-01255530 00 s 06 autumn-flowering 0 autumn-blooming 0 fall-flowering 0 fall-blooming 0 late-flowering 0 late-blooming 0 001 & 01255296 a 0000 | of plants that bloom during the autumn
-01255715 00 s 01 late-ripening 0 001 & 01255296 a 0000 | of plants that ripen in the fall
-01255807 00 a 02 wintry 0 wintery 0 007 + 15237782 n 0201 + 15237782 n 0101 ! 01254432 a 0101 ! 01254784 a 0101 ! 01255296 a 0101 & 01256076 a 0000 & 01256213 a 0000 | characteristic of or occurring in winter; "suffered severe wintry weather"; "brown wintry grasses"
-01256076 00 s 03 brumal 0 hibernal 0 hiemal 0 001 & 01255807 a 0000 | characteristic of or relating to winter; "bears in brumal sleep"
-01256213 00 s 02 winter-blooming 0 winter-flowering 0 001 & 01255807 a 0000 | of plants that bloom during the winter
-01256332 00 a 01 hot 2 009 ^ 01725712 a 0000 = 04626280 n 0000 ! 01257612 a 0101 & 01256735 a 0000 & 01256865 a 0000 & 01256973 a 0000 & 01257145 a 0000 & 01257330 a 0000 & 01257501 a 0000 | extended meanings; especially of psychological heat; marked by intensity or vehemence especially of passion or enthusiasm; "a hot temper"; "a hot topic"; "a hot new book"; "a hot love affair"; "a hot argument"
-01256735 00 s 02 fiery 0 flaming 0 002 & 01256332 a 0000 + 04628336 n 0101 | very intense; "a fiery temper"; "flaming passions"
-01256865 00 s 01 heated 0 001 & 01256332 a 0000 | marked by emotional heat; vehement; "a heated argument"
-01256973 00 s 02 red-hot 2 sizzling 2 001 & 01256332 a 0000 | characterized by intense emotion or interest or excitement; "a red-hot speech"; "sizzling political issues"
-01257145 00 s 02 sensual 0 sultry 0 003 & 01256332 a 0000 + 04687119 n 0201 + 07488875 n 0102 | sexually exciting or gratifying; "sensual excesses"; "a sultry look"; "a sultry dance"
-01257330 00 s 01 torrid 0 001 & 01256332 a 0000 | emotionally charged and vigorously energetic; "a torrid dance"; "torrid jazz bands"; "hot trumpets and torrid rhythms"
-01257501 00 s 01 white-hot 0 001 & 01256332 a 0000 | intensely zealous or fervid; "fierce white-hot loyalty"
-01257612 00 a 01 cold 2 007 ^ 02531422 a 0000 ^ 01727439 a 0000 = 04626280 n 0000 + 04629604 n 0101 ! 01256332 a 0101 & 01257990 a 0000 & 01258264 a 0000 | extended meanings; especially of psychological coldness; without human warmth or emotion; "a cold unfriendly nod"; "a cold and unaffectionate person"; "a cold impersonal manner"; "cold logic"; "the concert left me cold"
-01257990 00 s 02 emotionless 0 passionless 0 003 & 01257612 a 0000 + 07483782 n 0101 + 04629194 n 0102 | unmoved by feeling; "he kept his emotionless objectivity and faith in the cause he served"; "this passionless girl was like an icicle in the sunshine"-Margaret Deland
-01258264 00 s 06 frigid 0 frosty 0 frozen 0 glacial 0 icy 0 wintry 0 004 & 01257612 a 0000 + 04629604 n 0505 + 04629604 n 0104 + 04629604 n 0103 | devoid of warmth and cordiality; expressive of unfriendliness or disdain; "a frigid greeting"; "got a frosty reception"; "a frozen look on their faces"; "a glacial handshake"; "icy stare"; "wintry smile"
-01258617 00 a 01 human 0 012 = 04726938 n 0000 + 02472293 n 0104 + 04726938 n 0101 + 04726938 n 0102 ! 01260023 a 0101 & 01259015 a 0000 & 01259123 a 0000 & 01259280 a 0000 & 01259391 a 0000 & 01259644 a 0000 & 01259746 a 0000 & 01259941 a 0000 | having human form or attributes as opposed to those of animals or divine beings; "human beings"; "the human body"; "human kindness"; "human frailty"
-01259015 00 s 02 anthropoid 1 manlike 0 002 & 01258617 a 0000 + 02470709 n 0101 | resembling human beings
-01259123 00 s 03 anthropomorphic 0 anthropomorphous 0 humanlike 0 001 & 01258617 a 0000 | suggesting human characteristics for animals or inanimate things
-01259280 00 s 01 earthborn 0 001 & 01258617 a 0000 | springing from or born on the earth; "earthborn beings"
-01259391 00 s 04 fallible 0 frail 0 imperfect 0 weak 0 002 & 01258617 a 0000 + 14462666 n 0302 | wanting in moral strength, courage, or will; having the attributes of man as opposed to e.g. divine beings; "I'm only a fallible human"; "frail humanity"
-01259644 00 s 01 hominal 0 001 & 01258617 a 0000 | of humankind as a species; "the hominal kingdom"
-01259746 00 s 02 hominian 0 hominid 0 002 & 01258617 a 0000 + 02471762 n 0201 | characterizing the family Hominidae, which includes Homo sapiens as well as extinct species of manlike creatures
-01259941 00 s 01 hominine 0 001 & 01258617 a 0000 | characteristic of humankind
-01260023 00 a 01 nonhuman 0 006 = 04726938 n 0000 ! 01258617 a 0101 & 01260282 a 0000 & 01260451 a 0000 & 01260584 a 0000 & 01260707 a 0000 | not human; not belonging to or produced by or appropriate to human beings; "nonhuman primates such as chimpanzees"
-01260282 00 s 03 anthropoid 2 anthropoidal 0 apelike 0 005 & 01260023 a 0000 + 09796185 n 0201 + 02470709 n 0201 + 09796185 n 0101 + 02470709 n 0101 | resembling apes
-01260451 00 s 01 bloodless 0 001 & 01260023 a 0000 | devoid of human emotion or feeling; "charts of bloodless economic indicators"
-01260584 00 s 03 dehumanized 0 dehumanised 0 unhuman 0 001 & 01260023 a 0000 | divested of human qualities or attributes
-01260707 00 s 01 inhuman 0 001 & 01260023 a 0000 | belonging to or resembling something nonhuman; "something dark and inhuman in form"; "a babel of inhuman noises"
-01260873 00 a 01 superhuman 0 003 ! 01261528 a 0101 & 01261127 a 0000 & 01261363 a 0000 | above or beyond the human or demanding more than human power or endurance; "superhuman beings"; "superhuman strength"; "soldiers driven mad by superhuman misery"
-01261127 00 s 02 divine 0 godlike 0 001 & 01260873 a 0000 | appropriate to or befitting a god; "the divine strength of Achilles"; "a man of godlike sagacity"; "man must play God for he has acquired certain godlike powers"-R.H.Roveref
-01261363 00 s 02 herculean 0 powerful 0 003 & 01260873 a 0000 + 05190804 n 0202 + 09578005 n 0101 | displaying superhuman strength or power; "herculean exertions"
-01261528 00 a 01 subhuman 0 002 ! 01260873 a 0101 & 01261727 a 0000 | less than human or not worthy of a human being; "treated natives as subhuman"; "a subhuman spectacle"; "the subhuman primates"
-01261727 00 s 01 infrahuman 0 001 & 01261528 a 0000 | belonging to a group below humans in evolutionary development; "infrahuman animals"
-01261867 00 a 01 humane 0 009 ^ 00411886 a 0000 ^ 00506299 a 0000 ^ 01258617 a 0000 ^ 01507134 a 0000 = 04828925 n 0000 + 04828925 n 0101 ! 01262611 a 0101 & 01262128 a 0000 & 01262284 a 0000 | marked or motivated by concern with the alleviation of suffering
-01262128 00 s 01 child-centered 0 001 & 01261867 a 0000 | designed to promote a child's personal qualities rather than to provide training or information
-01262284 00 s 05 human-centered 0 human-centred 0 humanist 0 humanistic 0 humanitarian 0 002 & 01261867 a 0000 + 05967402 n 0402 | marked by humanistic values and devotion to human welfare; "a humane physician"; "released the prisoner for humanitarian reasons"; "respect and humanistic regard for all members of our species"
-01262611 00 a 01 inhumane 0 009 ^ 01711071 a 0000 = 04828925 n 0000 + 04830102 n 0101 ! 01261867 a 0101 & 01263013 a 0000 & 01263445 a 0000 & 01263832 a 0000 & 01263971 a 0000 & 01264179 a 0000 | lacking and reflecting lack of pity or compassion; "humans are innately inhumane; this explains much of the misery and suffering in the world"; "biological weapons are considered too inhumane to be used"
-01263013 00 s 07 barbarous 0 brutal 1 cruel 1 fell 0 roughshod 0 savage 0 vicious 0 007 & 01262611 a 0000 + 04830689 n 0703 + 09845589 n 0603 + 05038251 n 0601 + 04845475 n 0302 + 04830689 n 0202 + 04830343 n 0104 | (of persons or their actions) able or disposed to inflict pain or suffering; "a barbarous crime"; "brutal beatings"; "cruel tortures"; "Stalin's roughshod treatment of the kulaks"; "a savage slap"; "vicious kicks"
-01263445 00 s 05 beastly 0 bestial 0 brute(a) 0 brutish 0 brutal 0 008 & 01262611 a 0000 + 00114052 v 0501 + 00113853 v 0501 + 00410244 v 0201 + 00015388 n 0203 + 04830578 n 0201 + 00015388 n 0103 + 04845684 n 0101 | resembling a beast; showing lack of human sensibility; "beastly desires"; "a bestial nature"; "brute force"; "a dull and brutish man"; "bestial treatment of prisoners"
-01263832 00 s 01 cannibalic 0 002 & 01262611 a 0000 + 09891079 n 0101 | marked by barbarity suggestive of a cannibal; rapaciously savage
-01263971 00 s 04 cold 0 cold-blooded 0 inhuman 0 insensate 0 002 & 01262611 a 0000 + 04830102 n 0302 | without compunction or human feeling; "in cold blood"; "cold-blooded killing"; "insensate destruction"
-01264179 00 s 02 pitiless 0 unkind 0 004 & 01262611 a 0000 + 04845312 n 0201 + 07506382 n 0103 + 04831264 n 0101 | deficient in humane and kindly feelings
-01264336 00 a 02 humorous 0 humourous 0 024 ^ 01807219 a 0000 + 06776138 n 0203 + 04650201 n 0202 + 05211044 n 0202 + 06776138 n 0102 + 04650201 n 0101 + 05211044 n 0101 + 04649051 n 0104 ! 01268426 a 0101 & 01264913 a 0000 & 01265108 a 0000 & 01265308 a 0000 & 01265938 a 0000 & 01266092 a 0000 & 01266397 a 0000 & 01266649 a 0000 & 01266841 a 0000 & 01267076 a 0000 & 01267339 a 0000 & 01267480 a 0000 & 01267632 a 0000 & 01267762 a 0000 & 01268002 a 0000 & 01268194 a 0000 | full of or characterized by humor; "humorous stories"; "humorous cartoons"; "in a humorous vein"
-01264913 00 s 03 bantering 0 facetious 0 tongue-in-cheek 0 002 & 01264336 a 0000 + 04649560 n 0201 | cleverly amusing in tone; "a bantering tone"; "facetious remarks"; "tongue-in-cheek advice"
-01265108 00 s 04 buffoonish 0 clownish 0 clownlike 0 zany 0 003 & 01264336 a 0000 + 10157744 n 0409 + 10805113 n 0401 | like a clown; "a buffoonish walk"; "a clownish face"; "a zany sense of humor"
-01265308 00 s 07 amusing 0 comic 0 comical 0 funny 0 laughable 0 mirthful 0 risible 0 011 & 01264336 a 0000 + 04640830 n 0701 + 07529377 n 0603 + 00031820 v 0501 + 00429949 n 0401 + 06781383 n 0404 + 05210717 n 0301 + 06781383 n 0303 + 07015510 n 0301 + 09940146 n 0202 + 06781383 n 0203 | arousing or provoking laughter; "an amusing film with a steady stream of pranks and pratfalls"; "an amusing fellow"; "a comic hat"; "a comical look of surprise"; "funny stories that made everybody laugh"; "a very funny writer"; "it would have been laughable if it hadn't hurt so much"; "a mirthful experience"; "risible courtroom antics"
-01265938 00 s 01 droll 0 001 & 01264336 a 0000 | comical in an odd or whimsical manner; "a droll little man with a quiet tongue-in-cheek kind of humor"
-01266092 00 s 04 dry 0 ironic 0 ironical 0 wry 0 004 & 01264336 a 0000 + 06777164 n 0302 + 06777164 n 0202 + 04630137 n 0103 | humorously sarcastic or mocking; "dry humor"; "an ironic remark often conveys an intended meaning obliquely"; "an ironic novel"; "an ironical smile"; "with a wry Scottish wit"
-01266397 00 s 03 farcical 0 ludicrous 0 ridiculous 0 004 & 01264336 a 0000 + 06715786 n 0301 + 06607809 n 0303 + 07016250 n 0101 | broadly or extravagantly humorous; resembling farce; "the wild farcical exuberance of a clown"; "ludicrous green hair"
-01266649 00 s 01 Gilbertian 0 001 & 01264336 a 0000 | wildly comic and improbable as in Gilbert and Sullivan operas; "a Gilbertian world people with foundlings and changelings"- T.C.Worsley
-01266841 00 s 03 hilarious 0 screaming(a) 0 uproarious 0 002 & 01264336 a 0000 + 07529377 n 0101 | marked by or causing boisterous merriment or convulsive laughter; "hilarious broad comedy"; "a screaming farce"; "uproarious stories"
-01267076 00 s 04 jesting 0 jocose 0 jocular 0 joking 0 009 & 01264336 a 0000 + 06778102 n 0301 + 00431005 n 0302 + 07529683 n 0302 + 06781151 n 0302 + 00431005 n 0303 + 04649051 n 0201 + 06781151 n 0201 + 04649051 n 0202 | characterized by jokes and good humor
-01267339 00 s 02 killing 0 sidesplitting 0 002 & 01264336 a 0000 ;u 07075172 n 0000 | very funny; "a killing joke"; "sidesplitting antics"
-01267480 00 s 02 seriocomic 0 seriocomical 0 001 & 01264336 a 0000 | mixing the serious with the comic with comic predominating; "a seriocomic novel"
-01267632 00 s 01 slapstick 0 001 & 01264336 a 0000 | characterized by horseplay and physical action; "slapstick style of humor"
-01267762 00 s 02 tragicomic 0 tragicomical 0 003 & 01264336 a 0000 + 07016797 n 0202 + 07017161 n 0201 | having pathetic as well as ludicrous characteristics; "her life...presented itself to me as a tragicomical adventure"--Joseph Conrad
-01268002 00 s 01 waggish 0 002 & 01264336 a 0000 + 06781281 n 0102 | witty or joking; "Muskrat Castle as the house has been facetiously named by some waggish officer"- James Fenimore Cooper
-01268194 00 s 01 witty 0 004 & 01264336 a 0000 + 10762342 n 0102 + 06776138 n 0101 + 06776138 n 0105 | combining clever conception and facetious expression; "his sermons were unpredictably witty and satirical as well as eloquent"
-01268426 00 a 03 humorless 0 humourless 0 unhumorous 0 004 ! 01264336 a 0101 & 01268636 a 0000 & 01268837 a 0000 & 01268937 a 0000 | lacking humor; "it was a humorless wink; a wink of warning"- Truman Capote
-01268636 00 s 01 sobersided 0 001 & 01268426 a 0000 | completely lacking in humor or lightness of touch; "choreography that was sobersided and sententious"; "a play with a sobersided social message"
-01268837 00 s 01 po-faced 0 002 & 01268426 a 0000 ;r 08860123 n 0000 | humorless and disapproving
-01268937 00 s 01 unfunny 0 001 & 01268426 a 0000 | not funny; especially failing to achieve the intended humor; "a very unfunny joke"
-01269073 00 a 01 hungry 0 007 + 14039534 n 0101 + 14039534 n 0102 ! 01270004 a 0101 & 01269319 a 0000 & 01269506 a 0000 & 01269819 a 0000 & 01269907 a 0000 | feeling hunger; feeling a need or desire to eat food; "a world full of hungry people"
-01269319 00 s 02 empty 0 empty-bellied 0 002 & 01269073 a 0000 + 14039974 n 0101 | needing nourishment; "after skipped lunch the men were empty by suppertime"; "empty-bellied children"
-01269506 00 s 05 famished 0 ravenous 0 sharp-set 0 starved 0 esurient 0 003 & 01269073 a 0000 + 14040071 n 0502 + 14040071 n 0203 | extremely hungry; "they were tired and famished for food and sleep"; "a ravenous boy"; "the family was starved and ragged"; "fell into the esurient embrance of a predatory enemy"
-01269819 00 s 01 peckish 0 002 & 01269073 a 0000 ;r 08860123 n 0000 | somewhat hungry
-01269907 00 s 01 supperless 0 001 & 01269073 a 0000 | without supper; "went to bed supperless"
-01270004 00 a 01 thirsty 0 003 + 14040660 n 0102 + 14040660 n 0101 ! 01269073 a 0101 | feeling a need or desire to drink; "after playing hard the children were thirsty"
-01270175 00 a 01 hurried 0 008 ^ 00976508 a 0000 + 05060189 n 0104 ! 01271700 a 0101 & 01270486 a 0000 & 01270704 a 0000 & 01270868 a 0000 & 01271410 a 0000 & 01271604 a 0000 | moving rapidly or performed quickly or in great haste; "a hurried trip to the store"; "the hurried life of a city"; "a hurried job"
-01270486 00 s 03 flying 0 quick 0 fast 0 003 & 01270175 a 0000 + 05058140 n 0303 + 05059132 n 0202 | hurried and brief; "paid a flying visit"; "took a flying glance at the book"; "a quick inspection"; "a fast visit"
-01270704 00 s 02 hasty 0 headlong 1 003 & 01270175 a 0000 + 05060189 n 0101 + 04662858 n 0101 | excessively quick; "made a hasty exit"; "a headlong rush to sell"
-01270868 00 s 05 hasty 2 overhasty 0 precipitate 0 precipitant 0 precipitous 0 008 & 01270175 a 0000 + 05060476 n 0503 + 05060476 n 0404 + 05060476 n 0405 + 01644339 v 0401 + 05060476 n 0302 + 05060189 n 0101 + 05060189 n 0102 | done with very great haste and without due deliberation; "hasty marriage seldom proveth well"- Shakespeare; "hasty makeshifts take the place of planning"- Arthur Geddes; "rejected what was regarded as an overhasty plan for reconversion"; "wondered whether they had been rather precipitate in deposing the king"
-01271410 00 s 02 helter-skelter 0 pell-mell 0 001 & 01270175 a 0000 | with undue hurry and confusion; "a helter-skelter kind of existence with never a pause"; "a pell-mell dash for the train"
-01271604 00 s 02 rush(a) 0 rushed 0 001 & 01270175 a 0000 | done under pressure; "a rush job"
-01271700 00 a 01 unhurried 0 004 + 05061977 n 0104 ! 01270175 a 0101 & 01271961 a 0000 & 01272176 a 0000 | relaxed and leisurely; without hurry or haste; "people strolling about in an unhurried way"; "an unhurried walk"; "spoke in a calm and unhurried voice"
-01271961 00 s 03 careful 0 deliberate 0 measured 0 003 & 01271700 a 0000 + 05061977 n 0203 + 04663494 n 0101 | unhurried and with care and dignity; "walking at the same measured pace"; "with all deliberate speed"
-01272176 00 s 03 easy 0 easygoing 0 leisurely 0 004 & 01271700 a 0000 + 15137676 n 0301 + 05062255 n 0301 + 04708113 n 0102 | not hurried or forced; "an easy walk around the block"; "at a leisurely (or easygoing) pace"
-01272397 00 a 01 identifiable 0 008 + 00652346 v 0101 + 00618878 v 0101 ! 01273143 a 0101 & 01272609 a 0000 & 01272718 a 0000 & 01272836 a 0000 & 01272920 a 0000 & 01273033 a 0000 | capable of being identified
-01272609 00 s 01 acknowledgeable 0 002 & 01272397 a 0000 + 00817311 v 0102 | capable of being acknowledged
-01272718 00 s 02 classifiable 0 distinctive 0 002 & 01272397 a 0000 + 04763925 n 0205 | capable of being classified
-01272836 00 s 01 diagnosable 0 001 & 01272397 a 0000 | capable of being diagnosed
-01272920 00 s 03 recognizable 0 recognisable 0 placeable 0 001 & 01272397 a 0000 | capable of being recognized
-01273033 00 s 01 specifiable 0 001 & 01272397 a 0000 | capable of being specified; "specifiable complaints"
-01273143 00 a 01 unidentifiable 0 006 ! 01272397 a 0101 & 01273316 a 0000 & 01273454 a 0000 & 01273604 a 0000 & 01273689 a 0000 & 01273773 a 0000 | impossible to identify
-01273316 00 s 01 elusive 0 003 & 01273143 a 0000 + 02723232 v 0101 + 04824118 n 0101 | difficult to describe; "a haunting elusive odor"
-01273454 00 s 01 intangible 0 002 & 01273143 a 0000 + 04760296 n 0102 | hard to pin down or identify; "an intangible feeling of impending disaster"
-01273604 00 s 01 unclassifiable 0 001 & 01273143 a 0000 | not possible to classify
-01273689 00 s 01 undiagnosable 0 001 & 01273143 a 0000 | not possible to diagnose
-01273773 00 s 02 unrecognizable 0 unrecognisable 0 001 & 01273143 a 0000 | defying recognition as e.g. because of damage or alteration
-01273910 00 a 02 immanent 0 subjective 1 004 ;c 06158346 n 0000 + 04892544 n 0202 + 04892544 n 0201 ! 01274125 a 0101 | of a mental act performed entirely within the mind; "a cognition is an immanent act of mind"
-01274125 00 a 02 transeunt 0 transient 0 002 ;c 06158346 n 0000 ! 01273910 a 0101 | of a mental act; causing effects outside the mind
-01274261 00 a 01 impaired 0 009 ^ 00679147 a 0000 ^ 01317954 a 0000 ! 01275395 a 0101 & 01274524 a 0000 & 01274626 a 0000 & 01274741 a 0000 & 01274945 a 0000 & 01275057 a 0000 & 01275195 a 0000 | diminished in strength, quality, or utility; "impaired eyesight"
-01274524 00 s 01 anosmic 0 002 & 01274261 a 0000 + 14552477 n 0101 | having impaired sense of smell
-01274626 00 s 01 broken 0 001 & 01274261 a 0000 | weakened and infirm; "broken health resulting from alcoholism"
-01274741 00 s 02 dicky 0 dickey 0 005 & 01274261 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 + 03191561 n 0201 + 03191561 n 0103 | (British informal) faulty; "I've got this dicky heart"- John le Carre
-01274945 00 s 04 diminished 0 lessened 0 vitiated 0 weakened 0 001 & 01274261 a 0000 | impaired by diminution
-01275057 00 s 01 dysfunctional 0 002 & 01274261 a 0000 + 14557898 n 0101 | impaired in function; especially of a bodily system or organ
-01275195 00 s 02 dyslectic 0 dyslexic 0 003 & 01274261 a 0000 + 14099643 n 0201 + 14099643 n 0101 | having impaired ability to comprehend written words usually associated with a neurologic disorder
-01275395 00 a 01 unimpaired 0 003 ^ 00681094 a 0000 ^ 01319182 a 0000 ! 01274261 a 0101 | not damaged or diminished in any respect; "his speech remained unimpaired"
-01275562 00 a 02 important 0 of_import 0 025 ^ 00900616 a 0000 ^ 02161432 a 0000 ^ 02500884 a 0000 = 05168261 n 0000 + 05168261 n 0101 ! 01279978 a 0101 & 01276150 a 0000 & 01276482 a 0000 & 01276693 a 0000 & 01276872 a 0000 & 01276992 a 0000 & 01277097 a 0000 & 01277426 a 0000 & 01277753 a 0000 & 01277952 a 0000 & 01278080 a 0000 & 01278251 a 0000 & 01278423 a 0000 & 01278818 a 0000 & 01279028 a 0000 & 01279183 a 0000 & 01279310 a 0000 & 01279431 a 0000 & 01279611 a 0000 & 01279735 a 0000 | of great significance or value; "important people"; "the important questions of the day"
-01276150 00 s 05 all-important(a) 0 all_important(p) 0 crucial 0 essential 0 of_the_essence(p) 0 005 & 01275562 a 0000 + 05921123 n 0406 + 05171045 n 0402 + 05171045 n 0401 + 14451672 n 0303 | of the greatest importance; "the all-important subject of disarmament"; "crucial information"; "in chess cool nerves are of the essence"
-01276482 00 s 01 alpha 0 002 & 01275562 a 0000 + 07329169 n 0101 | first in order of importance; "the alpha male in the group of chimpanzees"; "the alpha star in a constellation is the brightest or main star"
-01276693 00 s 01 beta 0 001 & 01275562 a 0000 | second in order of importance; "the candidate, considered a beta male, was perceived to be unable to lead his party to victory"
-01276872 00 s 01 big 0 002 & 01275562 a 0000 ;u 07075172 n 0000 | significant; "graduation was a big day in his life"
-01276992 00 s 01 burning(a) 0 001 & 01275562 a 0000 | of immediate import; "burning issues of the day"
-01277097 00 s 05 cardinal 0 central 0 fundamental 0 key 0 primal 0 003 & 01275562 a 0000 + 05812038 n 0201 + 05921123 n 0204 | serving as an essential component; "a cardinal rule"; "the central cause of the problem"; "an example that was fundamental to the argument"; "computers are fundamental to modern industrial structure"
-01277426 00 s 05 chief(a) 2 main(a) 0 primary(a) 0 principal(a) 0 master(a) 0 001 & 01275562 a 0000 | most important element; "the chief aim of living"; "the main doors were of solid glass"; "the principal rivers of America"; "the principal example"; "policemen were primary targets"; "the master bedroom"; "a master switch"
-01277753 00 s 02 consequential 0 eventful 0 002 & 01275562 a 0000 + 05170574 n 0101 | having important issues or results; "the year's only really consequential legislation"; "an eventful decision"
-01277952 00 s 01 Copernican 0 001 & 01275562 a 0000 | of radical or major importance; "a Copernican revolution in modern art"
-01278080 00 s 01 distinguished 0 001 & 01275562 a 0000 | (used of persons) standing above others in character or attainment or reputation; "our distinguished professor"
-01278251 00 s 01 grand 0 003 & 01275562 a 0000 + 14434681 n 0102 + 04729328 n 0102 | the most important and magnificent in adornment; "grand ballroom"; "grand staircase"
-01278423 00 s 04 grave 0 grievous 0 heavy 0 weighty 0 005 & 01275562 a 0000 + 05172322 n 0402 + 05172322 n 0401 + 04647478 n 0101 + 04647478 n 0102 | of great gravity or crucial import; requiring serious thought; "grave responsibilities"; "faced a grave decision in a time of crisis"; "a grievous fault"; "heavy matters of state"; "the weighty matters to be discussed at the peace conference"
-01278818 00 s 02 great 1 outstanding 0 002 & 01275562 a 0000 + 05169601 n 0101 | of major significance or importance; "a great work of art"; "Einstein was one of the outstanding figures of the 20th centurey"
-01279028 00 s 01 historic 0 003 & 01275562 a 0000 + 06514093 n 0101 + 06155567 n 0101 | important in history; "the historic first voyage to outer space"
-01279183 00 s 01 in-chief(ip) 0 002 & 01275562 a 0000 ;u 06307152 n 0000 | indicating the head of a staff; "editor-in-chief"
-01279310 00 s 01 measurable 0 001 & 01275562 a 0000 | of distinguished importance; "a measurable figure in literature"
-01279431 00 s 01 most-valuable 0 002 & 01275562 a 0000 ;c 00523513 n 0000 | designating the player judged to be the most important to the sport; "the most-valuable player award"
-01279611 00 s 01 serious 0 002 & 01275562 a 0000 + 04646548 n 0101 | of great consequence; "marriage is a serious matter"
-01279735 00 s 01 strategic 0 002 & 01275562 a 0000 + 06249177 n 0101 | highly important to or an integral part of a strategy or plan of action especially in war; "a strategic chess move"; "strategic withdrawal"; "strategic bombing missions"
-01279978 00 a 01 unimportant 0 013 ^ 01497736 a 0000 ^ 00902652 a 0000 ^ 02164402 a 0000 = 05168261 n 0000 + 14436438 n 0102 + 05172596 n 0101 ! 01275562 a 0101 & 01280349 a 0000 & 01280576 a 0000 & 01280908 a 0000 & 01281559 a 0000 & 01281695 a 0000 & 01281874 a 0000 | not important; "a relatively unimportant feature of the system"; "the question seems unimportant"
-01280349 00 s 02 inconsequent 0 inconsequential 0 002 & 01279978 a 0000 + 05174517 n 0101 | lacking worth or importance; "his work seems trivial and inconsequential"; "the quite inconsequent fellow was managed like a puppet"
-01280576 00 s 02 immaterial 0 indifferent 0 003 & 01279978 a 0000 + 07505676 n 0201 + 13796216 n 0101 | (often followed by `to') lacking importance; not mattering one way or the other; "whether you choose to do it or not is a matter that is quite immaterial (or indifferent)"; "what others think is altogether indifferent to him"
-01280908 00 s 0a fiddling 0 footling 0 lilliputian 0 little 0 niggling 0 piddling 0 piffling 0 petty 0 picayune 0 trivial 0 007 & 01279978 a 0000 ;u 07075172 n 0000 + 00840413 v 0a01 + 04486445 n 0a02 + 05173205 n 0a02 + 04834073 n 0801 + 04834073 n 0402 | (informal) small and of little importance; "a fiddling sum of money"; "a footling gesture"; "our worries are lilliputian compared with those of countries that are at war"; "a little (or small) matter"; "a dispute over niggling details"; "limited to petty enterprises"; "piffling efforts"; "giving a police officer a free meal may be against the law, but it seems to be a picayune infraction"
-01281559 00 s 01 lightweight 0 002 & 01279978 a 0000 + 10776987 n 0103 | having no importance or influence; "a lightweight intellect"
-01281695 00 s 02 nickel-and-dime 0 small-time 0 001 & 01279978 a 0000 | of minor importance; "a nickel-and-dime operation run out of a single rented room"; "a small-time actor"
-01281874 00 s 01 potty 0 003 & 01279978 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) trivial; "potty little details"
-01282014 00 a 01 impressive 0 022 ^ 01560513 a 0000 + 04719502 n 0101 + 04729328 n 0101 + 01767949 v 0102 + 01769902 v 0101 ! 01286539 a 0101 & 01282510 a 0000 & 01282921 a 0000 & 01283155 a 0000 & 01283508 a 0000 & 01283787 a 0000 & 01284212 a 0000 & 01284544 a 0000 & 01284836 a 0000 & 01285136 a 0000 & 01285376 a 0000 & 01285713 a 0000 & 01285850 a 0000 & 01285938 a 0000 & 01286093 a 0000 & 01286239 a 0000 & 01286375 a 0000 | making a strong or vivid impression; "an impressive ceremony"
-01282510 00 s 05 amazing 0 awe-inspiring 0 awesome 0 awful 0 awing 0 001 & 01282014 a 0000 | inspiring awe or admiration or wonder; "New York is an amazing city"; "the Grand Canyon is an awe-inspiring sight"; "the awesome complexity of the universe"; "this sea, whose gently awful stirrings seem to speak of some hidden soul beneath"- Melville; "Westminster Hall's awing majesty, so vast, so high, so silent"
-01282921 00 s 03 arresting 0 sensational 0 stunning 0 001 & 01282014 a 0000 | commanding attention; "an arresting drawing of people turning into animals"; "a sensational concert--one never to be forgotten"; "a stunning performance"
-01283155 00 s 04 astonishing 0 astounding 0 staggering 0 stupefying 1 001 & 01282014 a 0000 | so surprisingly impressive as to stun or overwhelm; "such an enormous response was astonishing"; "an astounding achievement"; "the amount of money required was staggering"; "suffered a staggering defeat"; "the figure inside the boucle dress was stupefying"
-01283508 00 s 04 baronial 0 imposing 0 noble 0 stately 0 003 & 01282014 a 0000 + 04729984 n 0401 + 09840520 n 0101 | impressive in appearance; "a baronial mansion"; "an imposing residence"; "a noble tree"; "severe-looking policemen sat astride noble horses"; "stately columns"
-01283787 00 s 04 dazzling 1 eye-popping 0 fulgurant 0 fulgurous 0 001 & 01282014 a 0000 | amazingly impressive; suggestive of the flashing of lightning; "the skater's dazzling virtuosic leaps"; "these great best canvases still look as astonishing and as invitingly new as they did...when...his fulgurant popularity was in full growth"- Janet Flanner; "adventures related...in a style both vivid and fulgurous"- Idwal Jones
-01284212 00 s 03 dramatic 0 spectacular 0 striking 0 003 & 01282014 a 0000 + 04707252 n 0302 + 07290278 n 0101 | sensational in appearance or thrilling in effect; "a dramatic sunset"; "a dramatic pause"; "a spectacular display of northern lights"; "it was a spectacular play"; "his striking good looks always created a sensation"
-01284544 00 s 03 expansive 0 grand 0 heroic 0 004 & 01282014 a 0000 + 05104548 n 0202 + 04729710 n 0102 + 04729710 n 0101 | of behavior that is impressive and ambitious in scale or scope; "an expansive lifestyle"; "in the grand manner"; "collecting on a grand scale"; "heroic undertakings"
-01284836 00 s 01 formidable 1 002 & 01282014 a 0000 + 04710866 n 0101 | extremely impressive in strength or excellence; "a formidable opponent"; "the challenge was formidable"; "had a formidable array of compositions to his credit"; "the formidable army of brains at the Prime Minister's disposal"
-01285136 00 s 04 gallant 0 lofty 0 majestic 0 proud 0 003 & 01282014 a 0000 + 04729984 n 0302 + 04729984 n 0203 | having or displaying great dignity or nobility; "a gallant pageant"; "lofty ships"; "majestic cities"; "proud alpine peaks"
-01285376 00 s 04 brilliant 0 glorious 0 magnificent 0 splendid 0 006 & 01282014 a 0000 + 04729328 n 0303 + 04814238 n 0301 + 04684358 n 0201 + 04954920 n 0103 + 04814238 n 0102 | characterized by grandeur; "the brilliant court life at Versailles"; "a glorious work of art"; "magnificent cathedrals"; "the splendid coronation ceremony"
-01285713 00 s 01 grandiose 0 001 & 01282014 a 0000 | impressive because of unnecessary largeness or grandeur; used to show disapproval
-01285850 00 s 01 important-looking 0 001 & 01282014 a 0000 | impressive in appearance
-01285938 00 s 01 mind-boggling 0 001 & 01282014 a 0000 | intellectually or emotionally overwhelming; "a mind-boggling display"; "a mind-boggling puzzle"
-01286093 00 s 01 palatial 0 002 & 01282014 a 0000 + 03878066 n 0101 | suitable for or like a palace; "palatial furnishings"; "a palatial yacht"
-01286239 00 s 01 signal 0 001 & 01282014 a 0000 | notably out of the ordinary; "the year saw one signal triumph for the Labour party"
-01286375 00 s 01 thundering 0 001 & 01282014 a 0000 | extraordinarily big or impressive; "a thundering success"; "the thundering silence of what was left unsaid"
-01286539 00 a 01 unimpressive 0 003 ^ 01892953 a 0000 ! 01282014 a 0101 & 01286659 a 0000 | not capable of impressing
-01286659 00 s 01 unimposing 0 001 & 01286539 a 0000 | lacking in impressiveness; "on the whole the results of this system are unimposing"
-01286799 00 a 01 noticeable 0 009 = 04706290 n 0000 + 04706290 n 0103 + 02118476 v 0101 ! 01288091 a 0101 & 01287160 a 0000 & 01287282 a 0000 & 01287486 a 0000 & 01287808 a 0000 & 01287972 a 0000 | capable or worthy of being perceived; "noticeable shadows under her eyes"; "noticeable for its vivid historical background"; "a noticeable lack of friendliness"
-01287160 00 s 01 broad 0 001 & 01286799 a 0000 | (of speech) heavily and noticeably regional; "a broad southern accent"
-01287282 00 s 02 detectable 0 perceptible 0 003 & 01286799 a 0000 + 02106506 v 0201 + 05017230 n 0201 | easily seen or detected; "a detectable note of sarcasm"; "he continued after a perceptible pause"
-01287486 00 s 03 discernible 0 evident 0 observable 0 006 & 01286799 a 0000 + 02154508 v 0302 + 02118933 v 0303 + 02169352 v 0301 + 06643408 n 0201 + 02193194 v 0105 | capable of being seen or noticed; "a discernible change in attitude"; "a clearly evident erasure in the manuscript"; "an observable change in behavior"
-01287808 00 s 02 marked 0 pronounced 0 001 & 01286799 a 0000 | strongly marked; easily noticeable; "walked with a marked limp"; "a pronounced flavor of cinnamon"
-01287972 00 s 01 noted 0 001 & 01286799 a 0000 | worthy of notice or attention; "a noted increase in the crime rate"
-01288091 00 a 01 unnoticeable 0 004 = 04706290 n 0000 + 04707808 n 0101 ! 01286799 a 0101 & 01288298 a 0000 | not noticeable; not drawing attention; "her clothes were simple and unnoticeable"- J.G.Cozzens
-01288298 00 s 02 insignificant 0 undistinguished 0 001 & 01288091 a 0000 | not worthy of notice
-01288396 00 a 01 improved 0 004 ! 01289229 a 0101 & 01288690 a 0000 & 01288895 a 0000 & 01289083 a 0000 | made more desirable or valuable or profitable; especially made ready for use or marketing; "new houses are springing up on an improved tract of land near the river"; "an improved breed"
-01288690 00 s 02 built 0 reinforced 0 001 & 01288396 a 0000 | (used of soaps or cleaning agents) having a substance (an abrasive or filler) added to increase effectiveness; "the built liquid detergents"
-01288895 00 s 01 developed 0 001 & 01288396 a 0000 | (of real estate) made more useful and profitable as by building or laying out roads; "condominiums were built on the developed site"
-01289083 00 s 01 landscaped 0 001 & 01288396 a 0000 | (of land) improved by gardening or landscape architecture; "carefully landscaped gardens"
-01289229 00 a 01 unimproved 0 003 ! 01288396 a 0101 & 01289480 a 0000 & 01289607 a 0000 | not made more desirable or valuable or profitable; especially not made ready for use or marketing; "taxes on unimproved land are low"; "unimproved dirt roads"
-01289480 00 s 02 dirt 0 ungraded 0 001 & 01289229 a 0000 | (of roads) not leveled or drained; unsuitable for all year travel
-01289607 00 s 01 scrub 0 001 & 01289229 a 0000 | (of domestic animals) not selectively bred
-01289701 00 a 01 cleared 0 004 ^ 02575008 a 0000 ! 01290333 a 0101 & 01290028 a 0000 & 01290174 a 0000 | rid of objects or obstructions such as e.g. trees and brush; "cleared land"; "cleared streets free of fallen trees and debris"; "a cleared passage through the underbrush"; "played poker on the cleared dining room table"
-01290028 00 s 01 clear-cut 0 001 & 01289701 a 0000 | having had all the trees removed at one time; "clear-cut hillsides are subject to erosion"
-01290174 00 s 01 improved 0 001 & 01289701 a 0000 | (of land) made ready for development or agriculture by clearing of trees and brush; "improved farmlands"
-01290333 00 a 01 uncleared 0 003 ^ 02572823 a 0000 ! 01289701 a 0101 & 01290547 a 0000 | not cleared; not rid of objects or obstructions; "uncleared land"; "many cars were stuck in the snow on uncleared streets"
-01290547 00 s 01 unimproved 1 001 & 01290333 a 0000 | (of land) not cleared of trees and brush; in the wild or natural state; "a farm with 50 acres of unimproved and 68 acres of improved land"; "unimproved woodlands"
-01290766 00 a 01 inaugural 0 001 ! 01290947 a 0101 | occurring at or characteristic of a formal investiture or induction; "the President's inaugural address"; "an inaugural ball"
-01290947 00 a 01 exaugural 0 002 ! 01290766 a 0101 & 01291098 a 0000 | occurring at or marking the close of a term of office; "an exaugural message"
-01291098 00 s 01 valedictory 0 002 & 01290947 a 0000 + 07243565 n 0104 | of a speech expressing leave-taking; "a valedictory address"
-01291234 00 a 01 inboard 0 001 ! 01291391 a 0101 | located within the hull or nearest the midline of a vessel or aircraft; "the inboard flaps on the wing"
-01291391 00 a 01 outboard 0 003 + 03859000 n 0102 ! 01291234 a 0101 & 01291589 a 0000 | located away from the midline of a vessel or aircraft; "the outboard section of a wing"; "outboard rigging"
-01291589 00 s 01 portable 0 002 & 01291391 a 0000 + 03985069 n 0101 | of a motor designed to be attached to the outside of a boat's hull; "a portable outboard motor"
-01291757 00 a 01 inbred 0 002 ! 01291937 a 0101 & 01291850 a 0000 | produced by inbreeding
-01291850 00 s 01 interbred 1 001 & 01291757 a 0000 | bred of closely related parents
-01291937 00 a 01 outbred 0 004 ^ 01904156 a 0000 ^ 00871255 a 0000 ;c 06143546 n 0000 ! 01291757 a 0101 | bred of parents not closely related; having parents of different classes or tribes
-01292128 00 a 01 inclined(p) 2 006 ^ 02564986 a 0000 ! 01293158 a 0101 & 01292411 a 0000 & 01292683 a 0000 & 01292884 a 0000 & 01293049 a 0000 | (often followed by `to') having a preference, disposition, or tendency; "wasn't inclined to believe the excuse"; "inclined to be moody"
-01292411 00 s 05 apt(p) 0 disposed(p) 0 given(p) 0 minded(p) 1 tending(p) 0 002 & 01292128 a 0000 + 04943154 n 0101 | (usually followed by `to') naturally disposed toward; "he is apt to ignore matters he considers unimportant"; "I am not minded to answer any questions"
-01292683 00 s 02 fond(p) 0 partial(p) 0 002 & 01292128 a 0000 + 07497797 n 0101 | (followed by `of' or `to') having a strong preference or liking for; "fond of chocolate"; "partial to horror movies"
-01292884 00 s 01 prone 0 002 & 01292128 a 0000 + 04943578 n 0101 | having a tendency (to); often used in combination; "a child prone to mischief"; "failure-prone"
-01293049 00 s 01 accident-prone 0 001 & 01292128 a 0000 | having more than the average number of accidents
-01293158 00 a 01 disinclined 0 006 ^ 00075515 a 0000 ^ 02566015 a 0000 ! 01292128 a 0101 & 01293396 a 0000 & 01293542 a 0000 & 01293882 a 0000 | unwilling because of mild dislike or disapproval; "disinclined to say anything to anybody"
-01293396 00 s 01 afraid 0 001 & 01293158 a 0000 | having feelings of aversion or unwillingness; "afraid of hard work"; "afraid to show emotion"
-01293542 00 s 06 antipathetic 0 antipathetical 0 averse(p) 0 indisposed(p) 0 loath(p) 0 loth(p) 0 003 & 01293158 a 0000 + 07502669 n 0101 + 05811466 n 0101 | (usually followed by `to') strongly opposed; "antipathetic to new ideas"; "averse to taking risks"; "loath to go on such short notice"; "clearly indisposed to grant their request"
-01293882 00 s 01 reluctant 0 002 & 01293158 a 0000 + 04645943 n 0101 | disinclined to become involved; "they were usually reluctant to socialize"; "reluctant to help"
-01294051 00 a 01 incoming 1 001 ! 01294185 a 0101 | entering upon a position of office vacated by another; "the incoming president"
-01294185 00 a 01 outgoing 1 001 ! 01294051 a 0101 | retiring from a position or office; "the outgoing president"
-01294300 00 a 01 incoming 0 010 ^ 01732270 a 0000 = 13827426 n 0000 ! 01295443 a 0101 & 01294583 a 0000 & 01294756 a 0000 & 01294857 a 0000 & 01294975 a 0000 & 01295143 a 0000 & 01295255 a 0000 & 01295337 a 0000 | arriving at a place or position; "incoming class"; "incoming mail"
-01294583 00 s 02 inbound 0 inward 0 002 & 01294300 a 0000 + 05078894 n 0201 | directed or moving inward or toward a center; "the inbound train"; "inward flood of capital"
-01294756 00 s 01 designate(ip) 0 001 & 01294300 a 0000 | appointed but not yet installed in office
-01294857 00 s 01 elect(ip) 0 001 & 01294300 a 0000 | elected but not yet installed in office; "the president elect"
-01294975 00 s 03 future(a) 0 next 0 succeeding(a) 0 002 & 01294300 a 0000 + 05049930 n 0101 | (of elected officers) elected but not yet serving; "our next president"
-01295143 00 s 01 in(a) 0 001 & 01294300 a 0000 | directed or bound inward; "took the in bus"; "the in basket"
-01295255 00 s 02 inflowing 0 influent 0 001 & 01294300 a 0000 | flowing inward
-01295337 00 s 01 inpouring 0 001 & 01294300 a 0000 | pouring inward; "inpouring throngs of immigrants"
-01295443 00 a 01 outgoing 0 007 ^ 01727926 a 0000 = 13827426 n 0000 ! 01294300 a 0101 & 01295660 a 0000 & 01295837 a 0000 & 01295946 a 0000 & 01296091 a 0000 | leaving a place or a position; "an outgoing steamship"
-01295660 00 s 03 outbound 0 outward 0 outward-bound 0 001 & 01295443 a 0000 | that is going out or leaving; "the departing train"; "an outward journey"; "outward-bound ships"
-01295837 00 s 02 effluent 0 outflowing 0 002 & 01295443 a 0000 + 13529295 n 0102 | that is flowing outward
-01295946 00 s 01 out(a) 0 001 & 01295443 a 0000 | directed outward or serving to direct something outward; "the out doorway"; "the out basket"
-01296091 00 s 03 past(a) 0 preceding(a) 0 retiring(a) 0 001 & 01295443 a 0000 | of a person who has held and relinquished a position or office; "a retiring member of the board"
-01296270 00 a 01 inductive 0 004 ^ 00139126 a 0000 ^ 00111129 a 0000 ;c 06163751 n 0000 ! 01296474 a 0101 | of reasoning; proceeding from particular facts to a general conclusion; "inductive reasoning"
-01296474 00 a 01 deductive 0 009 ^ 00138912 a 0000 ^ 00110853 a 0000 + 00944924 v 0101 + 00636574 v 0101 ! 01296270 a 0101 & 01296718 a 0000 & 01296816 a 0000 & 01296961 a 0000 & 01297152 a 0000 | involving inferences from general principles
-01296718 00 s 01 deducible 0 002 & 01296474 a 0000 + 00944924 v 0101 | capable of being deduced
-01296816 00 s 01 illative 0 002 & 01296474 a 0000 ;c 06174404 n 0000 | expressing or preceding an inference; "`therefore' is an illative word"
-01296961 00 s 02 illative 2 inferential 2 002 & 01296474 a 0000 + 05774614 n 0201 | resembling or dependent on or arrived at by inference; "an illative conclusion"; "inferential reasoning"
-01297152 00 s 01 inferential 1 002 & 01296474 a 0000 ;c 06163751 n 0000 | of reasoning; proceeding from general premisses to a necessary and specific conclusion
-01297315 00 a 01 indulgent 0 012 ^ 00009978 a 0000 + 04638585 n 0101 ! 01299888 a 0101 & 01297658 a 0000 & 01297946 a 0000 & 01298239 a 0000 & 01298708 a 0000 & 01298884 a 0000 & 01299173 a 0000 & 01299385 a 0000 & 01299484 a 0000 & 01299687 a 0000 | characterized by or given to yielding to the wishes of someone ; "indulgent grandparents"
-01297658 00 s 02 decadent 0 effete 0 004 & 01297315 a 0000 + 09997939 n 0101 + 14440875 n 0104 + 14440875 n 0103 | marked by excessive self-indulgence and moral decay; "a decadent life of excessive money and no sense of responsibility"; "a group of effete self-professed intellectuals"
-01297946 00 s 04 dissipated 0 betting 0 card-playing 0 sporting 0 001 & 01297315 a 0000 | preoccupied with the pursuit of pleasure and especially games of chance; "led a dissipated life"; "a betting man"; "a card-playing son of a bitch"; "a gambling fool"; "sporting gents and their ladies"
-01298239 00 s 06 epicurean 0 luxurious 0 luxuriant 0 sybaritic 0 voluptuary 0 voluptuous 0 005 & 01297315 a 0000 + 05116243 n 0603 + 10759543 n 0501 + 10759543 n 0402 + 14492373 n 0202 | displaying luxury and furnishing gratification to the senses; "an epicurean banquet"; "enjoyed a luxurious suite with a crystal chandelier and thick oriental rugs"; "Lucullus spent the remainder of his days in voluptuous magnificence"; "a chinchilla robe of sybaritic lavishness"
-01298708 00 s 01 gay 0 001 & 01297315 a 0000 | given to social pleasures often including dissipation; "led a gay Bohemian life"; "a gay old rogue with an eye for the ladies"
-01298884 00 s 03 hedonic 0 hedonistic 0 epicurean 2 007 & 01297315 a 0000 + 10061656 n 0305 + 10061656 n 0301 + 09183971 n 0201 + 06160596 n 0201 + 09183971 n 0101 + 06160596 n 0101 | devoted to pleasure; "a hedonic thrill"; "lives of unending hedonistic delight"; "epicurean pleasures"
-01299173 00 s 03 intemperate 0 hard 0 heavy 0 003 & 01297315 a 0000 + 00748011 n 0102 + 00747671 n 0102 | given to excessive indulgence of bodily appetites especially for intoxicating liquors; "a hard drinker"
-01299385 00 s 01 overindulgent 0 002 & 01297315 a 0000 + 01073655 n 0101 | excessively indulgent
-01299484 00 s 01 pampering(a) 0 002 & 01297315 a 0000 + 01073241 n 0103 | gratifying tastes, appetites, or desires; "pampering parents often have spoilt children"; "a very pampering cruise experience"
-01299687 00 s 01 self-indulgent 0 003 & 01297315 a 0000 + 04884627 n 0102 + 00747671 n 0103 | indulgent of your own appetites and desires; "a self-indulgent...way of looking at life"- Havelock Ellis
-01299888 00 a 02 nonindulgent 0 strict 0 011 ^ 00009046 a 0000 + 04639371 n 0202 + 04881998 n 0103 ! 01297315 a 0101 & 01300187 a 0000 & 01300370 a 0000 & 01300661 a 0000 & 01300961 a 0000 & 01301056 a 0000 & 01301206 a 0000 & 01301316 a 0000 | characterized by strictness, severity, or restraint
-01300187 00 s 02 austere 0 stern 0 002 & 01299888 a 0000 + 04697666 n 0101 | of a stern or strict bearing or demeanor; forbidding in aspect; "an austere expression"; "a stern face"
-01300370 00 s 03 blue(a) 0 puritanic 0 puritanical 0 005 & 01299888 a 0000 + 10494195 n 0301 + 04639591 n 0301 + 10487026 n 0202 + 10494195 n 0201 | morally rigorous and strict; "the puritan work ethic"; "puritanic distaste for alcohol"; "she was anything but puritanical in her behavior"
-01300661 00 s 03 corrective 0 disciplinary 0 disciplinal 0 004 & 01299888 a 0000 + 00893836 n 0201 + 02553428 v 0102 + 00824292 v 0105 | designed to promote discipline; "the teacher's action was corrective rather than instructional"; "disciplinal measures"; "the mother was stern and disciplinary"
-01300961 00 s 01 monkish 0 001 & 01299888 a 0000 | befitting a monk; inclined to self-denial
-01301056 00 s 04 renunciant 0 renunciative 0 self-abnegating 0 self-denying 0 002 & 01299888 a 0000 + 02227487 v 0102 | used especially of behavior
-01301206 00 s 02 self-disciplined 0 self-restraining 0 001 & 01299888 a 0000 | used of nonindulgent persons
-01301316 00 s 02 severe 2 spartan 0 003 & 01299888 a 0000 + 04639732 n 0102 + 04639732 n 0101 | unsparing and uncompromising in discipline or judgment; "a parent severe to the pitch of hostility"- H.G.Wells; "a hefty six-footer with a rather severe mien"; "a strict disciplinarian"; "a Spartan upbringing"
-01301624 00 a 01 industrial 0 005 ^ 01876006 a 0000 ! 01302368 a 0101 & 01301840 a 0000 & 01301992 a 0000 & 01302137 a 0000 | having highly developed industries; "the industrial revolution"; "an industrial nation"
-01301840 00 s 02 developed 0 highly-developed 0 001 & 01301624 a 0000 | (used of societies) having high industrial development; "developed countries"
-01301992 00 s 02 industrialized 0 industrialised 0 001 & 01301624 a 0000 | made industrial; converted to industrialism; "industrialized areas"
-01302137 00 s 01 postindustrial 0 001 & 01301624 a 0000 | of or relating to a society or economy marked by a lessened importance of manufacturing and an increase of services, information, and research; "postindustrial countries"
-01302368 00 a 01 nonindustrial 0 003 ! 01301624 a 0101 & 01302544 a 0000 & 01302699 a 0000 | not having highly developed manufacturing enterprises; "a nonindustrial society"
-01302544 00 s 02 developing 0 underdeveloped 0 001 & 01302368 a 0000 | relating to societies in which capital needed to industrialize is in short supply
-01302699 00 s 02 unindustrialized 0 unindustrialised 0 001 & 01302368 a 0000 | not converted to industrialism
-01302811 00 a 01 infectious 0 005 + 06282383 n 0102 ! 01303544 a 0101 & 01303042 a 0000 & 01303298 a 0000 & 01303449 a 0000 | easily spread; "fear is exceedingly infectious; children catch it from their elders"- Bertrand Russell
-01303042 00 s 06 catching 1 communicable 0 contagious 1 contractable 0 transmissible 0 transmittable 0 005 & 01302811 a 0000 + 02231661 v 0502 + 14122235 n 0302 + 07360647 n 0302 + 00077981 n 0101 | (of disease) capable of being transmitted by infection
-01303298 00 s 01 contagious 2 002 & 01302811 a 0000 + 06282383 n 0101 | easily diffused or spread as from one person to another; "a contagious grin"
-01303449 00 s 02 corrupting 0 contaminating 0 001 & 01302811 a 0000 | that infects or taints
-01303544 00 a 01 noninfectious 0 002 ! 01302811 a 0101 & 01303636 a 0000 | not infectious
-01303636 00 s 03 noncommunicable 0 noncontagious 0 nontransmissible 0 001 & 01303544 a 0000 | (of disease) not capable of being passed on
-01303776 00 a 01 infernal 0 005 ^ 01131043 a 0000 ! 01304374 a 0101 & 01303946 a 0000 & 01304081 a 0000 & 01304250 a 0000 | being of the underworld; "infernal regions"
-01303946 00 s 03 chthonian 0 chthonic 0 nether 0 001 & 01303776 a 0000 | dwelling beneath the surface of the earth; "nether regions"
-01304081 00 s 03 Hadean 0 Plutonian 0 Tartarean 0 003 & 01303776 a 0000 + 05630277 n 0302 + 09570298 n 0102 | of or relating to or characteristic of Hades or Tartarus
-01304250 00 s 01 Stygian 0 001 & 01303776 a 0000 | hellish; "Hence loathed Melancholy.../In Stygian cave forlorn"- Milton
-01304374 00 a 01 supernal 0 002 ^ 01178974 a 0000 ! 01303776 a 0101 | being or coming from on high; "interpret the plague as a visitation from heaven, a supernal punishment for the sins of men"
-01304570 00 a 02 informative 0 informatory 0 008 ^ 01323449 a 0000 + 00831651 v 0201 + 00831651 v 0101 ! 01305607 a 0101 & 01304802 a 0000 & 01305123 a 0000 & 01305244 a 0000 & 01305344 a 0000 | providing or conveying information
-01304802 00 s 04 advisory 0 consultative 0 consultatory 0 consultive 0 009 & 01304570 a 0000 + 00877559 v 0401 + 00876442 v 0401 + 00877559 v 0301 + 00876442 v 0301 + 00877559 v 0201 + 00876442 v 0201 + 00872886 v 0102 + 06747008 n 0101 | giving advice; "an advisory memorandum", "his function was purely consultative"
-01305123 00 s 02 exemplifying 0 illustrative 0 002 & 01304570 a 0000 + 01021128 v 0202 | clarifying by use of examples
-01305244 00 s 01 newsy 0 002 & 01304570 a 0000 + 06642356 n 0101 | full of news; "a newsy letter"
-01305344 00 s 03 revealing 0 telling 0 telltale(a) 0 003 & 01304570 a 0000 + 10692696 n 0305 + 06805297 n 0203 | disclosing unintentionally; "a telling smile"; "a telltale panel of lights"; "a telltale patch of oil on the water marked where the boat went down"
-01305607 00 a 01 uninformative 0 002 ! 01304570 a 0101 & 01305704 a 0000 | lacking information
-01305704 00 s 01 newsless 0 001 & 01305607 a 0000 | not providing news or information
-01305792 00 a 01 gnostic 0 002 + 05708030 n 0101 ! 01305929 a 0101 | possessing intellectual or esoteric knowledge of spiritual things
-01305929 00 a 02 agnostic 0 agnostical 0 004 + 09779124 n 0201 + 09778927 n 0201 ! 01305792 a 0101 & 01306087 a 0000 | uncertain of all claims to knowledge
-01306087 00 s 02 nescient 0 unbelieving 0 001 & 01305929 a 0000 | holding that only material phenomena can be known and knowledge of spiritual matters or ultimate causes is impossible
-01306273 00 a 01 informed 0 013 ^ 00829745 a 0000 ^ 00884007 a 0000 ^ 02270342 a 0000 ! 01308425 a 0101 & 01306645 a 0000 & 01306967 a 0000 & 01307067 a 0000 & 01307375 a 0000 & 01307571 a 0000 & 01307690 a 0000 & 01307850 a 0000 & 01308089 a 0000 & 01308259 a 0000 | having much knowledge or education; "an informed public"; "informed opinion"; "the informed customer"
-01306645 00 s 04 abreast(p) 0 au_courant 0 au_fait 0 up_on(p) 0 001 & 01306273 a 0000 | being up to particular standard or level especially in being up to date in knowledge; "kept abreast of the latest developments"; "constant revision keeps the book au courant"; "always au fait on the latest events"; "up on the news"
-01306967 00 s 01 advised 0 001 & 01306273 a 0000 | having received information; "be kept advised"
-01307067 00 s 02 conversant(p) 0 familiar(p) 0 004 & 01306273 a 0000 + 05817145 n 0202 + 05817145 n 0104 + 05817145 n 0103 | (usually followed by `with') well informed about or knowing thoroughly; "conversant with business trends"; "familiar with the complex machinery"; "he was familiar with those roads"
-01307375 00 s 02 educated 0 enlightened 0 002 & 01306273 a 0000 + 07948518 n 0202 | characterized by full comprehension of the problem involved; "an educated guess"; "an enlightened electorate"
-01307571 00 s 03 hep 0 hip 0 hip_to(p) 0 002 & 01306273 a 0000 ;u 07075172 n 0000 | informed about the latest trends
-01307690 00 s 03 knowing 0 wise(p) 0 wise_to(p) 0 003 & 01306273 a 0000 + 05621946 n 0101 + 05675905 n 0105 | evidencing the possession of inside information
-01307850 00 s 02 knowledgeable 0 knowing 2 004 & 01306273 a 0000 + 05675905 n 0205 + 04890546 n 0102 + 04890546 n 0101 | alert and fully informed; "a knowing collector of rare books"; "surprisingly knowledgeable about what was going on"
-01308089 00 s 01 privy(p) 0 001 & 01306273 a 0000 | (followed by `to') informed about something secret or not generally known; "privy to the details of the conspiracy"
-01308259 00 s 01 well-read 0 001 & 01306273 a 0000 | well informed or deeply versed through reading; "respect for a well-read man"; "well-read in medieval history"
-01308425 00 a 01 uninformed 0 011 ^ 02271544 a 0000 ^ 00830717 a 0000 ^ 00884286 a 0000 ! 01306273 a 0101 & 01308736 a 0000 & 01308894 a 0000 & 01309220 a 0000 & 01309428 a 0000 & 01309526 a 0000 & 01309657 a 0000 & 01309835 a 0000 | not informed; lacking in knowledge or information; "the uninformed public"
-01308736 00 s 01 clueless 0 001 & 01308425 a 0000 | totally uninformed about what is going on; not having even a clue from which to infer what is occurring
-01308894 00 s 04 ignorant 0 unknowledgeable 0 unknowing 0 unwitting 0 004 & 01308425 a 0000 + 05988743 n 0303 + 05988743 n 0304 + 05988282 n 0101 | unaware because of a lack of relevant information or knowledge; "he was completely ignorant of the circumstances"; "an unknowledgeable assistant"; "his rudeness was unwitting"
-01309220 00 s 02 innocent(p) 0 unacquainted(p) 0 001 & 01308425 a 0000 | not knowledgeable about something specified; "American tourists wholly innocent of French"; "a person unacquainted with our customs"
-01309428 00 s 01 newsless 0 001 & 01308425 a 0000 | not having or receiving news or information
-01309526 00 s 01 unadvised 0 001 & 01308425 a 0000 | having received no information; "a defendant unadvised of her legal rights"
-01309657 00 s 03 uninstructed 0 unenlightened 0 naive 0 002 & 01308425 a 0000 + 04880573 n 0303 | lacking information or instruction; "lamentably unenlightened as to the laws"
-01309835 00 s 01 unread 0 001 & 01308425 a 0000 | not informed through reading; "he seems to have been wholly unread in political theory"- V.L.Parrington
-01309991 00 a 02 ingenuous 0 artless 2 007 ^ 02271544 a 0000 ^ 02179279 a 0000 + 04880830 n 0201 + 04872531 n 0101 ! 01310685 a 0101 & 01310273 a 0000 & 01310545 a 0000 | characterized by an inability to mask your feelings; not devious; "an ingenuous admission of responsibility"
-01310273 00 s 03 candid 0 open 0 heart-to-heart 0 004 & 01309991 a 0000 + 07136315 n 0301 + 04654066 n 0201 + 04871720 n 0103 | openly straightforward and direct without reserve or secretiveness; "his candid eyes"; "an open and trusting nature"; "a heart-to-heart talk"
-01310545 00 s 01 undistorted 0 001 & 01309991 a 0000 | without alteration or misrepresentation; "his judgment was undistorted by emotion"
-01310685 00 a 02 disingenuous 0 artful 2 005 ^ 02180797 a 0000 + 04876705 n 0201 + 04876374 n 0101 ! 01309991 a 0101 & 01311067 a 0000 | not straightforward or candid; giving a false appearance of frankness; "an ambitious, disingenuous, philistine, and hypocritical operator, who...exemplified...the most disagreeable traits of his time"- David Cannadine; "a disingenuous excuse"
-01311067 00 s 04 distorted 0 misrepresented 0 perverted 0 twisted 0 001 & 01310685 a 0000 | having an intended meaning altered or misrepresented; "many of the facts seemed twisted out of any semblance to reality"; "a perverted translation of the poem"
-01311321 00 a 01 inhabited 0 010 ! 01312739 a 0101 & 01311605 a 0000 & 01311705 a 0000 & 01311814 a 0000 & 01311973 a 0000 & 01312105 a 0000 & 01312215 a 0000 & 01312376 a 0000 & 01312466 a 0000 & 01312567 a 0000 | having inhabitants; lived in; "the inhabited regions of the earth"
-01311605 00 s 03 colonized 0 colonised 0 settled 0 001 & 01311321 a 0000 | inhabited by colonists
-01311705 00 s 01 haunted 0 001 & 01311321 a 0000 | inhabited by or as if by apparitions; "a haunted house"
-01311814 00 s 02 occupied 0 tenanted 0 001 & 01311321 a 0000 | resided in; having tenants; "not all the occupied (or tenanted) apartments were well kept up"
-01311973 00 s 01 owner-occupied 0 001 & 01311321 a 0000 | lived in by the owner; "one owner-occupied and three rental apartments"
-01312105 00 s 01 peopled 0 001 & 01311321 a 0000 | furnished with people; "sparsely peopled arctic regions"
-01312215 00 s 01 populated 0 001 & 01311321 a 0000 | furnished with inhabitants; "the area is well populated"; "forests populated with all kinds of wild life"
-01312376 00 s 02 populous 0 thickly_settled 0 001 & 01311321 a 0000 | densely populated
-01312466 00 s 01 rock-inhabiting 0 001 & 01311321 a 0000 | of ferns and lichens that grow on rocks
-01312567 00 s 01 underpopulated 0 001 & 01311321 a 0000 | having a lower population density than normal or desirable; "the richly endowed but underpopulated Ivory Coast"
-01312739 00 a 01 uninhabited 0 007 ! 01311321 a 0101 & 01313004 a 0000 & 01313178 a 0000 & 01313346 a 0000 & 01313525 a 0000 & 01313649 a 0000 & 01313835 a 0000 | not having inhabitants; not lived in; "an uninhabited island"; "gaping doors of uninhabited houses"
-01313004 00 s 03 abandoned 0 derelict 0 deserted 0 002 & 01312739 a 0000 + 02666501 n 0202 | forsaken by owner or inhabitants ; "weed-grown yard of an abandoned farmhouse"
-01313178 00 s 01 depopulated 0 001 & 01312739 a 0000 | having lost inhabitants as by war or disease; "the 15th century plagues left vast areas of Europe depopulated"
-01313346 00 s 02 unoccupied 0 untenanted 0 001 & 01312739 a 0000 | not leased to or occupied by a tenant; "an unoccupied apartment"; "very little unclaimed and untenanted land"
-01313525 00 s 02 unpeopled 0 unpopulated 0 001 & 01312739 a 0000 | with no people living there; "vast unpopulated plains"
-01313649 00 s 03 lonely 0 solitary 0 unfrequented 0 001 & 01312739 a 0000 | devoid of creatures; "a lonely crossroads"; "a solitary retreat"; "a trail leading to an unfrequented lake"
-01313835 00 s 01 unsettled 0 001 & 01312739 a 0000 | not yet settled; "unsettled territory"
-01313929 00 a 02 inheritable 0 heritable 0 007 ! 01315507 a 0101 & 01314197 a 0000 & 01314537 a 0000 & 01314863 a 0000 & 01315025 a 0000 & 01315249 a 0000 & 01315339 a 0000 | capable of being inherited; "inheritable traits such as eye color"; "an inheritable title"
-01314197 00 s 04 ancestral 0 hereditary 2 patrimonial 0 transmissible 2 004 & 01313929 a 0000 ;c 08441203 n 0000 + 13263920 n 0302 + 09792555 n 0101 | inherited or inheritable by established rules (usually legal rules) of descent; "ancestral home"; "ancestral lore"; "hereditary monarchy"; "patrimonial estate"; "transmissible tradition"
-01314537 00 s 06 familial 0 genetic 0 hereditary 1 inherited 0 transmitted 1 transmissible 1 005 & 01313929 a 0000 + 02231661 v 0602 + 04920867 n 0301 + 13493399 n 0301 + 10236304 n 0103 | occurring among members of a family usually by heredity; "an inherited disease"; "familial traits"; "genetically transmitted features"
-01314863 00 s 01 monogenic 0 002 & 01313929 a 0000 ;c 06075527 n 0000 | of or relating to an inheritable character that is controlled by a single pair of genes
-01315025 00 s 01 polygenic 0 003 & 01313929 a 0000 ;c 06075527 n 0000 + 05440555 n 0101 | of or relating to an inheritable character that is controlled by several genes at once; of or related to or determined by polygenes
-01315249 00 s 01 inheriting 0 001 & 01313929 a 0000 | having the legal right to inherit
-01315339 00 s 01 nee 0 001 & 01313929 a 0000 | (meaning literally `born') used to indicate the maiden or family name of a married woman; "Hillary Clinton nee Rodham"
-01315507 00 a 02 noninheritable 0 nonheritable 0 005 ! 01313929 a 0101 & 01315670 a 0000 & 01315844 a 0000 & 01316019 a 0000 & 01316127 a 0000 | not inheritable
-01315670 00 s 01 acquired 0 001 & 01315507 a 0000 | gotten through environmental forces; "acquired characteristics (such as a suntan or a broken nose) cannot be passed on"
-01315844 00 s 03 congenital 0 inborn 0 innate 0 002 & 01315507 a 0000 + 04739630 n 0301 | present at birth but not necessarily hereditary; acquired during fetal development
-01316019 00 s 02 nonhereditary 0 nontransmissible 0 001 & 01315507 a 0000 | not acquirable by inheritance
-01316127 00 s 01 nurtural 0 002 & 01315507 a 0000 + 01129532 n 0105 | resulting from nurture
-01316222 00 a 01 inhibited 0 005 ^ 01987341 a 0000 ^ 02000118 a 0000 ! 01317012 a 0101 & 01316467 a 0000 & 01316808 a 0000 | held back or restrained or prevented; "in certain conditions previously inhibited conditioned reactions can reappear"
-01316467 00 s 02 pent-up 0 repressed 0 001 & 01316222 a 0000 | characterized by or showing the suppression of impulses or emotions; "her severe upbringing had left her inhibited"; "a very inhibited young man, anxious and ill at ease"; "their reactions were partly the product of pent-up emotions"; "repressed rage turned his face scarlet"
-01316808 00 s 04 smothered 0 stifled 0 strangled 0 suppressed 1 001 & 01316222 a 0000 | held in check with difficulty; "a smothered cough"; "a stifled yawn"; "a strangled scream"; "suppressed laughter"
-01317012 00 a 01 uninhibited 0 007 ^ 01988166 a 0000 ^ 02000680 a 0000 ! 01316222 a 0101 & 01317231 a 0000 & 01317362 a 0000 & 01317462 a 0000 & 01317560 a 0000 | not inhibited or restrained; "uninhibited exuberance"
-01317231 00 s 01 abandoned 0 001 & 01317012 a 0000 | free from constraint; "an abandoned sadness born of grief"- Liam O'Flaherty
-01317362 00 s 01 earthy 0 001 & 01317012 a 0000 | hearty and lusty; "an earthy enjoyment of life"
-01317462 00 s 01 unrepressed 0 001 & 01317012 a 0000 | not repressed; "unrepressed hostilities"
-01317560 00 s 01 unsuppressed 0 001 & 01317012 a 0000 | given vent to; "unsuppressed rage"; "unsuppressed feelings"
-01317678 00 a 01 injectable 0 004 ;c 03247620 n 0000 + 01585523 v 0101 + 00086320 v 0101 ! 01317831 a 0101 | (used of drugs) capable of being injected
-01317831 00 a 01 uninjectable 0 002 ;c 03247620 n 0000 ! 01317678 a 0101 | (used of drugs) not capable of being injected
-01317954 00 a 01 injured 0 012 ^ 00289082 a 0000 ^ 00679147 a 0000 ^ 01274261 a 0000 ^ 02274253 a 0000 ! 01319182 a 0101 & 01318252 a 0000 & 01318330 a 0000 & 01318510 a 0000 & 01318659 a 0000 & 01318741 a 0000 & 01318937 a 0000 & 01319061 a 0000 | harmed; "injured soldiers"; "injured feelings"
-01318252 00 s 01 battle-scarred 0 001 & 01317954 a 0000 | scarred by battle
-01318330 00 s 02 black-and-blue 0 livid 0 002 & 01317954 a 0000 + 04977561 n 0201 | discolored by coagulation of blood beneath the skin; "beaten black and blue"; "livid bruises"
-01318510 00 s 03 disjointed 0 dislocated 0 separated 0 001 & 01317954 a 0000 | separated at the joint; "a dislocated knee"; "a separated shoulder"
-01318659 00 s 01 eviscerate 0 001 & 01317954 a 0000 | having been disembowelled
-01318741 00 s 02 hurt 1 wounded 1 001 & 01317954 a 0000 | suffering from physical injury especially that suffered in battle; "nursing his wounded arm"; "ambulances...for the hurt men and women"
-01318937 00 s 04 lacerate 0 lacerated 0 mangled 0 torn 0 001 & 01317954 a 0000 | having edges that are jagged from injury
-01319061 00 s 01 raw 0 002 & 01317954 a 0000 + 14332617 n 0103 | having the surface exposed and painful; "a raw wound"
-01319182 00 a 01 uninjured 0 010 ^ 02057829 a 0000 ^ 02273326 a 0000 ^ 00289365 a 0000 ^ 00681094 a 0000 ^ 01275395 a 0000 ! 01317954 a 0101 & 01319434 a 0000 & 01319583 a 0000 & 01319712 a 0000 & 01319807 a 0000 | not injured physically or mentally
-01319434 00 s 02 intact 0 inviolate 0 002 & 01319182 a 0000 + 14460407 n 0101 | (of a woman) having the hymen unbroken; "she was intact, virginal"
-01319583 00 s 01 uncut 0 001 & 01319182 a 0000 | not cut; "glad to get out of the house with my throat uncut"- Tobias Smollett
-01319712 00 s 04 unharmed 0 unhurt 0 unscathed 0 whole 0 001 & 01319182 a 0000 | not injured
-01319807 00 s 01 unwounded 0 001 & 01319182 a 0000 | not wounded
-01319874 00 a 03 innocent 0 guiltless 0 clean-handed 0 008 ^ 00923321 a 0000 ^ 02036578 a 0000 + 13989863 n 0204 + 13989627 n 0101 ! 01320988 a 0101 & 01320184 a 0000 & 01320474 a 0000 & 01320705 a 0000 | free from evil or guilt; "an innocent child"; "the principle that one is innocent until proved guilty"
-01320184 00 s 06 absolved 0 clear 0 cleared 0 exculpated 0 exonerated 0 vindicated 0 003 & 01319874 a 0000 + 13990502 n 0201 + 04820258 n 0205 | freed from any question of guilt; "is absolved from all blame"; "was now clear of the charge of cowardice"; "his official honor is vindicated"
-01320474 00 s 02 acquitted 0 not_guilty 0 001 & 01319874 a 0000 | declared not guilty of a specific offense or crime; legally blameless; "he stands acquitted on all charges"; "the jury found him not guilty by reason of insanity"
-01320705 00 s 04 blameless 0 inculpable 0 irreproachable 0 unimpeachable 0 004 & 01319874 a 0000 + 13989863 n 0203 + 13989863 n 0202 + 13989863 n 0101 | free of guilt; not subject to blame; "has lived a blameless life"; "of irreproachable character"; "an unimpeachable reputation"
-01320988 00 a 01 guilty 0 016 ^ 00923993 a 0000 ^ 02037272 a 0000 + 13990675 n 0101 + 13990675 n 0102 ! 01319874 a 0101 & 01321429 a 0000 & 01321529 a 0000 & 01321939 a 0000 & 01322044 a 0000 & 01322236 a 0000 & 01322323 a 0000 & 01322488 a 0000 & 01322621 a 0000 & 01322702 a 0000 & 01322846 a 0000 & 01322959 a 0000 | responsible for or chargeable with a reprehensible act; "guilty of murder"; "the guilty person"; "secret guilty deeds"
-01321429 00 s 01 at_fault 0 001 & 01320988 a 0000 | deserving blame; "admitted to being at fault"
-01321529 00 s 06 blameworthy 0 blamable 0 blameable 0 blameful 0 censurable 0 culpable 0 009 & 01320988 a 0000 + 13990960 n 0603 + 13990960 n 0602 + 00842538 v 0301 + 00727991 v 0301 + 00842538 v 0201 + 00727991 v 0201 + 06713752 n 0101 + 13990960 n 0101 | deserving blame or censure as being wrong or evil or injurious; "blameworthy if not criminal behavior"; "censurable misconduct"; "culpable negligence"
-01321939 00 s 01 bloodguilty 0 002 & 01320988 a 0000 + 13991121 n 0101 | guilty of murder or bloodshed
-01322044 00 s 02 chargeable 0 indictable 0 002 & 01320988 a 0000 + 13991688 n 0202 | liable to be accused, or cause for such liability; "the suspect was chargeable"; "an indictable offense"
-01322236 00 s 01 conscience-smitten 0 001 & 01320988 a 0000 | affected by conscience
-01322323 00 s 01 criminal 0 003 & 01320988 a 0000 + 13991346 n 0103 + 13991346 n 0102 | guilty of crime or serious offense; "criminal in the sight of God and man"
-01322488 00 s 01 delinquent 0 003 & 01320988 a 0000 + 10000945 n 0101 + 04666083 n 0101 | guilty of a misdeed; "delinquent minors"
-01322621 00 s 02 finable 0 fineable 0 001 & 01320988 a 0000 | liable to a fine
-01322702 00 s 01 guilt-ridden 0 001 & 01320988 a 0000 | feeling or revealing a sense of guilt; "so guilt-ridden he could not face his father"
-01322846 00 s 01 punishable 0 001 & 01320988 a 0000 | liable to or deserving punishment; "punishable offenses"
-01322959 00 s 01 red-handed 0 001 & 01320988 a 0000 | in the act of committing a crime or other reprehensible act; "caught red-handed"
-01323096 00 a 01 inspiring 0 002 ! 01323334 a 0101 & 01323207 a 0000 | stimulating or exalting to the spirit
-01323207 00 s 02 ennobling 0 exalting 0 001 & 01323096 a 0000 | tending to exalt; "an exalting eulogy"; "ennobling thoughts"
-01323334 00 a 01 uninspiring 0 001 ! 01323096 a 0101 | depressing to the spirit; "a villa of uninspiring design"
-01323449 00 a 02 instructive 0 informative 4 015 ^ 01304570 a 0000 + 00831651 v 0201 + 00829107 v 0103 ! 01325372 a 0101 & 01323815 a 0000 & 01323962 a 0000 & 01324131 a 0000 & 01324271 a 0000 & 01324424 a 0000 & 01324565 a 0000 & 01324683 a 0000 & 01324870 a 0000 & 01325017 a 0000 & 01325193 a 0000 & 01325273 a 0000 | serving to instruct or enlighten or inform
-01323815 00 s 02 clarifying 0 elucidative 0 003 & 01323449 a 0000 + 00939857 v 0203 + 00621058 v 020c | that makes clear; "a clarifying example"
-01323962 00 s 02 demonstrative 0 illustrative 0 005 & 01323449 a 0000 + 01687401 v 0201 + 06325678 n 0102 + 00820976 v 0104 + 00664788 v 0102 | serving to demonstrate
-01324131 00 s 02 didactic 0 didactical 0 003 & 01323449 a 0000 + 06600421 n 0201 + 00883297 n 0205 | instructive (especially excessively)
-01324271 00 s 01 doctrinaire 0 002 & 01323449 a 0000 + 10023656 n 0102 | stubbornly insistent on theory without regard for practicality or suitability
-01324424 00 s 01 educative 0 003 & 01323449 a 0000 + 02387486 v 0101 + 00603298 v 0104 | resulting in education; "an educative experience"
-01324565 00 s 01 educational 0 002 & 01323449 a 0000 + 00883297 n 0101 | providing knowledge; "an educational film"
-01324683 00 s 01 explanatory 0 003 & 01323449 a 0000 + 01065456 v 0101 + 00939277 v 0101 | serving or intended to explain or make clear; "explanatory notes"; "an explanatory paragraph"
-01324870 00 s 02 expository 0 expositive 0 002 & 01323449 a 0000 + 00955601 v 0108 | serving to expound or set forth; "clean expository writing"
-01325017 00 s 02 interpretative 0 interpretive 0 005 & 01323449 a 0000 + 01732172 v 0201 + 00938247 v 0202 + 01732172 v 0101 + 00938247 v 0102 | that provides interpretation
-01325193 00 s 01 ostensive 0 001 & 01323449 a 0000 | manifestly demonstrative
-01325273 00 s 01 preachy 0 001 & 01323449 a 0000 | inclined to or marked by tedious moralization
-01325372 00 a 01 uninstructive 0 001 ! 01323449 a 0101 | failing to instruct
-01325451 00 a 02 edifying 0 enlightening 4 001 ! 01325691 a 0101 | enlightening or uplifting so as to encourage intellectual or moral improvement; "the paintings in the church served an edifying purpose even for those who could not read"
-01325691 00 a 02 unedifying 0 unenlightening 4 001 ! 01325451 a 0101 | not edifying
-01325777 00 a 03 enlightening 0 informative 2 illuminating 0 002 + 00831651 v 0201 ! 01326013 a 0101 | tending to increase knowledge or dissipate ignorance; "an enlightening glimpse of government in action"; "an illuminating lecture"
-01326013 00 a 02 unenlightening 0 unilluminating 0 001 ! 01325777 a 0101 | failing to inform or clarify; "an unenlightening comment"
-01326148 00 a 01 integrated 0 008 ^ 01330986 a 0000 ^ 02111684 a 0000 ^ 02475855 a 0000 ! 01326917 a 0101 & 01326415 a 0000 & 01326516 a 0000 & 01326652 a 0000 & 01326805 a 0000 | not segregated; designated as available to all races or groups; "integrated schools"
-01326415 00 s 02 co-ed 0 coeducational 0 001 & 01326148 a 0000 | attended by members of both sexes
-01326516 00 s 03 desegrated 0 nonsegregated 0 unsegregated 0 001 & 01326148 a 0000 | rid of segregation; having had segregation ended
-01326652 00 s 02 interracial 0 mixed 0 001 & 01326148 a 0000 | involving or composed of different races; "interracial schools"; "a mixed neighborhood"
-01326805 00 s 01 mainstreamed 0 001 & 01326148 a 0000 | (of the handicapped) placed in regular school classes
-01326917 00 a 02 segregated 0 unintegrated 1 007 ^ 02478749 a 0000 ^ 02109678 a 0000 ! 01326148 a 0101 & 01327205 a 0000 & 01327371 a 0000 & 01327574 a 0000 & 01327680 a 0000 | separated or isolated from others or a main group; "a segregated school system"; "a segregated neighborhood"
-01327205 00 s 02 isolated 0 quarantined 0 001 & 01326917 a 0000 | under forced isolation especially for health reasons; "a quarantined animal"; "isolated patients"
-01327371 00 s 01 separate 2 003 & 01326917 a 0000 + 14414503 n 0103 + 04742766 n 0103 | separated according to race, sex, class, or religion; "separate but equal"; "girls and boys in separate classes"
-01327574 00 s 01 sequestered 0 001 & 01326917 a 0000 | kept separate and secluded; "a sequestered jury"
-01327680 00 s 02 white 0 lily-white 0 001 & 01326917 a 0000 | restricted to whites only; "under segregation there were even white restrooms and white drinking fountains"; "a lily-white movement which would expel Negroes from the organization"
-01327925 00 a 01 integrated 2 006 ! 01329007 a 0101 & 01328229 a 0000 & 01328419 a 0000 & 01328604 a 0000 & 01328753 a 0000 & 01328877 a 0000 | formed into a whole or introduced into another entity; "a more closely integrated economic and political system"- Dwight D.Eisenhower; "an integrated Europe"
-01328229 00 s 04 coordinated 0 co-ordinated 0 interconnected 0 unified 0 002 & 01327925 a 0000 + 14420240 n 0302 | operating as a unit; "a unified utility system"; "a coordinated program"
-01328419 00 s 01 embedded 0 001 & 01327925 a 0000 | inserted as an integral part of a surrounding whole; "confused by the embedded Latin quotations"; "an embedded subordinate clause"
-01328604 00 s 01 incorporated 0 001 & 01327925 a 0000 | introduced into as a part of the whole; "the ideas incorporated in his revised manuscript"
-01328753 00 s 01 introjected 0 002 & 01327925 a 0000 ;c 06136258 n 0000 | incorporated unconsciously into your own psyche
-01328877 00 s 02 tight-knit 0 tightly_knit 0 001 & 01327925 a 0000 | closely and firmly integrated; "a tight-knit organization"
-01329007 00 a 02 nonintegrated 0 unintegrated 2 001 ! 01327925 a 0101 | not integrated; not taken into or made a part of a whole
-01329138 00 a 01 blended 0 003 ! 01329616 a 0101 & 01329306 a 0000 & 01329413 a 0000 | combined or mixed together so that the constituent parts are indistinguishable
-01329306 00 s 01 alloyed 0 001 & 01329138 a 0000 | (used of metals) blended to obtain a desired property
-01329413 00 s 02 homogenized 0 homogenised 0 001 & 01329138 a 0000 | formed by blending unlike elements especially by reducing one element to particles and dispersing them throughout another substance
-01329616 00 a 01 unblended 0 002 ! 01329138 a 0101 & 01329719 a 0000 | not blended or mixed together
-01329719 00 s 02 unhomogenized 0 unhomogenised 0 001 & 01329616 a 0000 | not having undergone homogenization
-01329830 00 a 01 combined 0 006 ! 01330786 a 0101 & 01330008 a 0000 & 01330114 a 0000 & 01330307 a 0000 & 01330506 a 0000 & 01330662 a 0000 | made or joined or united into one
-01330008 00 s 01 compounded 0 001 & 01329830 a 0000 | combined into or constituting a chemical compound
-01330114 00 s 01 conglomerate 0 003 & 01329830 a 0000 + 14863031 n 0102 + 08058937 n 0101 | composed of heterogeneous elements gathered into a mass; "the conglomerate peoples of New England"
-01330307 00 s 02 occluded 0 sorbed 0 001 & 01329830 a 0000 | (of a substance) taken into and retained in another substance; "the sorbed oil mass"; "large volumes of occluded hydrogen in palladium"
-01330506 00 s 01 one 0 001 & 01329830 a 0000 | being a single entity made by combining separate components; "three chemicals combining into one solution"
-01330662 00 s 01 rolled_into_one(p) 0 001 & 01329830 a 0000 | made up of several components combined into a single entity
-01330786 00 a 01 uncombined 0 002 ! 01329830 a 0101 & 01330890 a 0000 | not joined or united into one
-01330890 00 s 02 uncompounded 0 unmixed 0 001 & 01330786 a 0000 | not constituting a compound
-01330986 00 a 01 integrative 0 009 ^ 00466808 a 0000 ^ 00472336 a 0000 ^ 01326148 a 0000 + 00466651 v 0101 ! 01331878 a 0101 & 01331244 a 0000 & 01331459 a 0000 & 01331540 a 0000 & 01331675 a 0000 | combining and coordinating diverse elements into a whole
-01331244 00 s 03 combinative 0 combinatory 0 combinatorial 0 006 & 01330986 a 0000 + 07964495 n 0301 + 08373544 n 0301 + 08272961 n 0301 + 00378985 n 0301 + 01461328 v 0102 | relating to or involving combinations
-01331459 00 s 01 compositional 0 001 & 01330986 a 0000 | arranging or grouping
-01331540 00 s 02 consolidative 0 unifying 0 003 & 01330986 a 0000 + 00242747 v 0101 + 00242580 v 0101 | combining into a single unit
-01331675 00 s 02 endogenic 0 endogenetic 0 003 & 01330986 a 0000 ;c 06115701 n 0000 + 11418011 n 0201 | of rocks formed or occurring beneath the surface of the earth; "endogenic rocks are not clastic"
-01331878 00 a 01 disintegrative 0 005 + 00399368 v 0101 + 00397576 v 0101 ! 01330986 a 0101 & 01332070 a 0000 & 01332285 a 0000 | tending to cause breakup into constituent elements or parts
-01332070 00 s 01 clastic 0 004 & 01331878 a 0000 ;c 06115701 n 0000 + 09246292 n 0101 + 09246134 n 0101 | of or belonging to or being a rock composed of fragments of older rocks (e.g., conglomerates or sandstone)
-01332285 00 s 01 decompositional 0 002 & 01331878 a 0000 + 11444643 n 0102 | causing organic decay
-01332386 00 a 01 intellectual 0 010 ^ 00829745 a 0000 ^ 01779986 a 0000 ^ 02083615 a 0000 = 05618849 n 0000 ! 01333718 a 0101 & 01332907 a 0000 & 01333118 a 0000 & 01333331 a 0000 & 01333477 a 0000 & 01333609 a 0000 | appealing to or using the intellect; "satire is an intellectual weapon"; "intellectual workers engaged in creative literary or artistic or scientific labor"; "has tremendous intellectual sympathy for oppressed people"; "coldly intellectual"; "sort of the intellectual type"; "intellectual literature"
-01332907 00 s 02 highbrow 0 highbrowed 0 003 & 01332386 a 0000 ;u 07075172 n 0000 + 10174330 n 0101 | highly cultured or educated; "highbrow events such as the ballet or opera"; "a highbrowed literary critic"
-01333118 00 s 01 rational 0 003 & 01332386 a 0000 + 04784978 n 0102 + 04784978 n 0101 | having its source in or being guided by the intellect (as distinguished from experience or emotion); "a rational analysis"
-01333331 00 s 01 reflective 0 003 & 01332386 a 0000 + 04661546 n 0102 + 00630380 v 0108 | devoted to matters of the mind; "the reflective type"
-01333477 00 s 02 good 0 serious 0 002 & 01332386 a 0000 + 05142180 n 0102 | appealing to the mind; "good music"; "a serious book"
-01333609 00 s 01 sophisticated 0 001 & 01332386 a 0000 | intellectually appealing; "a sophisticated drama"
-01333718 00 a 01 nonintellectual 0 006 ^ 02084538 a 0000 = 05618849 n 0000 ! 01332386 a 0101 & 01333886 a 0000 & 01334075 a 0000 & 01334277 a 0000 | not intellectual
-01333886 00 s 02 anti-intellectual 0 philistine 0 003 & 01333718 a 0000 + 10423031 n 0201 + 10423031 n 0102 | smug and ignorant and indifferent or hostile to artistic and cultural values
-01334075 00 s 03 lowbrow 0 lowbrowed 0 uncultivated 0 002 & 01333718 a 0000 + 10423031 n 0103 | characteristic of a person who is not cultivated or does not have intellectual tastes; "lowbrow tastes"
-01334277 00 s 01 mindless 0 002 & 01333718 a 0000 + 05174023 n 0103 | requiring little mental effort; "mindless tasks"
-01334398 00 a 01 intelligent 0 014 ^ 01839829 a 0000 ^ 00438707 a 0000 = 05617606 n 0000 + 05617606 n 0101 ! 01336587 a 0101 & 01334833 a 0000 & 01334958 a 0000 & 01335156 a 0000 & 01335458 a 0000 & 01335708 a 0000 & 01335903 a 0000 & 01336084 a 0000 & 01336231 a 0000 & 01336371 a 0000 | having the capacity for thought and reason especially to a high degree; "is there intelligent life in the universe?"; "an intelligent question"
-01334833 00 s 02 agile 0 nimble 0 002 & 01334398 a 0000 + 05619553 n 0201 | mentally quick; "an agile mind"; "nimble wits"
-01334958 00 s 02 apt 0 clever 0 002 & 01334398 a 0000 + 05620955 n 0202 | mentally quick and resourceful; "an apt pupil"; "you are a clever man...you reason well and your wit is bold"-Bram Stoker
-01335156 00 s 03 brainy 0 brilliant 0 smart_as_a_whip 0 005 & 01334398 a 0000 + 04954920 n 0203 + 05619743 n 0201 + 10126926 n 0103 + 05618056 n 0101 | having or marked by unusual and impressive intelligence; "some men dislike brainy women"; "a brilliant mind"; "a brilliant solution to the problem"
-01335458 00 s 02 bright 0 smart 0 003 & 01334398 a 0000 + 05620955 n 0203 + 05620955 n 0101 | characterized by quickness and ease in learning; "some children are brighter in one subject than another"; "smart children talk earlier than the average"
-01335708 00 s 03 natural 0 born(p) 0 innate(p) 0 002 & 01334398 a 0000 + 04739630 n 0301 | being talented through inherited qualities; "a natural leader"; "a born musician"; "an innate talent"
-01335903 00 s 02 quick 0 ready 0 003 & 01334398 a 0000 + 04708796 n 0202 + 05619345 n 0102 | apprehending and responding with speed and sensitivity; "a quick mind"; "a ready wit"
-01336084 00 s 01 prehensile 0 001 & 01334398 a 0000 | having a keen intellect; "poets--those gifted strangely prehensile men"- A.T.Quiller-Couch
-01336231 00 s 01 scintillating 0 001 & 01334398 a 0000 | brilliantly clever; "scintillating wit"; "a play full of scintillating dialogue"
-01336371 00 s 02 searching 0 trenchant 0 002 & 01334398 a 0000 + 05199680 n 0202 | having keenness and forcefulness and penetration in thought, expression, or intellect; "searching insights"; "trenchant criticism"
-01336587 00 a 02 unintelligent 0 stupid 2 007 ^ 01840366 a 0000 ^ 00439588 a 0000 = 05617606 n 0000 + 10667187 n 0201 + 05645597 n 0201 ! 01334398 a 0101 & 01336837 a 0000 | lacking intelligence; "a dull job with lazy and unintelligent co-workers"
-01336837 00 s 02 brainless 0 headless 0 001 & 01336587 a 0000 | not using intelligence
-01336926 00 a 01 intelligible 0 003 ^ 00532892 a 0000 + 04819496 n 0101 ! 01337121 a 0101 | well articulated or enunciated, and loud enough to be heard distinctly; "intelligible pronunciation"
-01337121 00 a 01 unintelligible 0 004 ^ 00533851 a 0000 + 04823706 n 0101 ! 01336926 a 0101 & 01337314 a 0000 | poorly articulated or enunciated, or drowned by noise; "unintelligible speech"
-01337314 00 s 02 slurred 0 thick 0 002 & 01337121 a 0000 + 07133143 n 0201 | spoken as if with a thick tongue; "the thick speech of a drunkard"; "his words were slurred"
-01337486 00 a 01 intended 0 009 ^ 01558385 a 0000 ^ 01797148 a 0000 ^ 01842763 a 0000 = 04661389 n 0000 ! 01338730 a 0101 & 01337767 a 0000 & 01337939 a 0000 & 01338116 a 0000 & 01338363 a 0000 | resulting from one's intentions; "your intended trip abroad"; "an intended insult"
-01337767 00 s 02 conscious 0 witting 0 002 & 01337486 a 0000 + 05675130 n 0101 | intentionally conceived; "a conscious effort to speak more slowly"; "a conscious policy"
-01337939 00 s 03 deliberate 0 calculated 0 measured 0 002 & 01337486 a 0000 + 04661151 n 0102 | carefully thought out in advance; "a calculated insult"; "with measured irony"
-01338116 00 s 02 intentional 0 knowing 0 004 & 01337486 a 0000 + 05621946 n 0201 + 05982720 n 0101 + 04661389 n 0101 | characterized by conscious design or purpose; "intentional damage"; "a knowing attempt to defraud"; "a willful waste of time"
-01338363 00 s 03 well-intentioned 0 well-meaning 0 well-meant 0 001 & 01337486 a 0000 | marked by good intentions though often producing unfortunate results; "a well-intentioned but clumsy waiter"; "a well-meaning but tactless fellow"; "the son's well-meaning efforts threw a singular chill upon the father's admirers"- S.W.Maughm; "blunt but well-meant criticism"
-01338730 00 a 01 unintended 0 007 ^ 01558912 a 0000 ^ 01797862 a 0000 = 04661389 n 0000 ! 01337486 a 0101 & 01338909 a 0000 & 01339203 a 0000 & 01339492 a 0000 | not deliberate
-01338909 00 s 02 accidental 0 inadvertent 0 004 & 01338730 a 0000 + 04665543 n 0204 + 04665543 n 0203 + 07300960 n 0101 | happening by chance or unexpectedly or unintentionally ; "with an inadvertent gesture she swept the vase off the table"; "accidental poisoning"; "an accidental shooting"
-01339203 00 s 03 causeless 0 fortuitous 0 uncaused 0 002 & 01338730 a 0000 + 04758980 n 0201 | having no cause or apparent cause; "a causeless miracle"; "fortuitous encounters--strange accidents of fortune"; "we cannot regard artistic invention as...uncaused and unrelated to the times"
-01339492 00 s 03 unintentional 0 unplanned 0 unwitting 0 001 & 01338730 a 0000 | not done with purpose or intent; "an unintended slight"; "an unintentional pun"; "the offense was unintentional"; "an unwitting mistake may be overlooked"
-01339730 00 a 02 designed 0 intentional 4 003 + 04661389 n 0201 ! 01340147 a 0101 & 01340016 a 0000 | done or made or performed with purpose and intent; "style...is more than the deliberate and designed creation"- Havelock Ellis; "games designed for all ages"; "well-designed houses"
-01340016 00 s 01 fashioned 0 001 & 01339730 a 0000 | planned and made or fashioned artistically; "beautifully fashioned dresses"
-01340147 00 a 01 undesigned 0 001 ! 01339730 a 0101 | not done or made or performed with purpose or intent
-01340256 00 a 01 intensifying 0 005 ! 01340990 a 0101 & 01340422 a 0000 & 01340522 a 0000 & 01340691 a 0000 & 01340875 a 0000 | increasing in strength or intensity
-01340422 00 s 03 aggravating 0 exacerbating 0 exasperating 0 001 & 01340256 a 0000 | making worse
-01340522 00 s 02 augmentative 0 enhancive 0 004 & 01340256 a 0000 + 00229605 v 0201 + 00154388 v 0101 + 00157950 v 0101 | intensifying by augmentation and enhancement
-01340691 00 s 02 deepening(a) 0 thickening(a) 0 001 & 01340256 a 0000 | accumulating and becoming more intense; "the deepening gloom"; "felt a deepening love"; "the thickening dusk"
-01340875 00 s 01 heightening(a) 0 001 & 01340256 a 0000 | reaching a higher intensity; "their heightening fears"
-01340990 00 a 01 moderating 0 005 ! 01340256 a 0101 & 01341153 a 0000 & 01341490 a 0000 & 01341731 a 0000 & 01341822 a 0000 | lessening in intensity or strength
-01341153 00 s 06 alleviative 0 alleviatory 0 lenitive 0 mitigative 0 mitigatory 0 palliative 0 010 & 01340990 a 0000 + 03879854 n 0601 + 00064095 v 0603 + 00906037 v 0503 + 00198850 v 0501 + 00906037 v 0403 + 00198850 v 0401 + 03656374 n 0301 + 00064095 v 0202 + 00064095 v 0102 | moderating pain or sorrow by making it easier to bear
-01341490 00 s 03 analgesic 0 analgetic 0 anodyne 0 005 & 01340990 a 0000 + 02707683 n 0302 + 14552205 n 0201 + 02707683 n 0101 + 14552205 n 0101 | capable of relieving pain; "the anodyne properties of certain drugs"; "an analgesic effect"
-01341731 00 s 01 tempering 0 001 & 01340990 a 0000 | moderating by making more temperate
-01341822 00 s 01 weakening 0 001 & 01340990 a 0000 | moderating by making pain or sorrow weaker
-01341920 00 a 02 interspecies 0 interspecific 0 001 ! 01342058 a 0101 | arising or occurring between species; "an interspecific hybrid"
-01342058 00 a 02 intraspecies 0 intraspecific 0 001 ! 01341920 a 0101 | arising or occurring within a species; involving the members of one species; "intraspecific competition"
-01342237 00 a 01 interested 0 003 + 05671217 n 0101 ! 01342759 a 0101 & 01342572 a 0000 | having or showing interest; especially curiosity or fascination or concern; "an interested audience"; "interested in sports"; "was interested to hear about her family"; "interested in knowing who was on the telephone"; "interested spectators"
-01342572 00 s 01 curious 0 003 & 01342237 a 0000 + 05683197 n 0101 + 05682570 n 0101 | having curiosity aroused; eagerly interested in learning more; "a trap door that made me curious"
-01342759 00 a 01 uninterested 0 005 ! 01342237 a 0101 & 01342949 a 0000 & 01343200 a 0000 & 01343411 a 0000 & 01343679 a 0000 | not having or showing interest; "an uninterested spectator"
-01342949 00 s 02 apathetic 0 indifferent 0 004 & 01342759 a 0000 + 04636610 n 0202 + 07483622 n 0101 + 04636610 n 0101 | marked by a lack of interest; "an apathetic audience"; "the universe is neither hostile nor friendly; it is simply indifferent"
-01343200 00 s 02 blase 0 bored 0 001 & 01342759 a 0000 | uninterested because of frequent exposure or indulgence; "his blase indifference"; "a petulant blase air"; "the bored gaze of the successful film star"
-01343411 00 s 01 dismissive 0 002 & 01342759 a 0000 + 00800930 v 0101 | showing indifference or disregard; "a dismissive shrug"; "the firm is dismissive of the competitor's product"; "'chronic fatigue syndrome' was known by the dismissive term 'housewife syndrome'"
-01343679 00 s 02 dulled 0 benumbed 0 001 & 01342759 a 0000 | having lost or been caused to lose interest because of overexposure; "the mind of the audience is becoming dulled"; "the benumbed intellectual faculties can no longer respond"
-01343918 00 a 01 interesting 0 010 ^ 00921014 a 0000 ^ 02306288 a 0000 = 05192451 n 0000 + 05192451 n 0102 ! 01344963 a 0101 & 01344171 a 0000 & 01344344 a 0000 & 01344485 a 0000 & 01344684 a 0000 & 01344834 a 0000 | arousing or holding the attention
-01344171 00 s 05 absorbing 0 engrossing 0 fascinating 0 gripping 0 riveting 0 001 & 01343918 a 0000 | capable of arousing and holding the attention; "a fascinating story"
-01344344 00 s 01 entertaining 0 001 & 01343918 a 0000 | agreeably diverting; "an entertaining puppet show"; "films should be entertaining"
-01344485 00 s 03 amusing 0 amusive 0 diverting 0 003 & 01343918 a 0000 + 02492362 v 0201 + 00859758 v 0201 | providing enjoyment; pleasantly entertaining; "an amusing speaker"; "a diverting story"
-01344684 00 s 01 intriguing 0 001 & 01343918 a 0000 | capable of arousing interest or curiosity; "our team came up with some most intriguing finds"
-01344834 00 s 01 newsworthy 0 002 & 01343918 a 0000 + 05192897 n 0101 | sufficiently interesting to be reported in a newspaper
-01344963 00 a 01 uninteresting 0 011 ^ 00922594 a 0000 ^ 02307367 a 0000 = 05192451 n 0000 + 05205340 n 0101 ! 01343918 a 0101 & 01345307 a 0000 & 01345997 a 0000 & 01346198 a 0000 & 01346343 a 0000 & 01346538 a 0000 & 01346650 a 0000 | arousing no interest or attention or curiosity or excitement; "a very uninteresting account of her trip"
-01345307 00 s 09 boring 0 deadening 0 dull 1 ho-hum 0 irksome 0 slow 0 tedious 0 tiresome 0 wearisome 0 007 & 01344963 a 0000 + 05206237 n 0803 + 07539790 n 0703 + 05206237 n 0702 + 05206237 n 0701 + 05205739 n 0301 + 05206006 n 0101 | so lacking in interest as to cause mental weariness; "a boring evening with uninteresting people"; "the deadening effect of some routine tasks"; "a dull play"; "his competent but dull performance"; "a ho-hum speaker who couldn't capture their attention"; "what an irksome task the writing of long letters is"- Edmund Burke; "tedious days on the train"; "the tiresome chirping of a cricket"- Mark Twain; "other people's dreams are dreadfully wearisome"
-01345997 00 s 02 insipid 0 jejune 0 004 & 01344963 a 0000 + 05206573 n 0202 + 05206573 n 0201 + 05206006 n 0103 | lacking interest or significance or impact; "an insipid personality"; "jejune novel"
-01346198 00 s 03 narcotic 0 soporiferous 0 soporific 0 002 & 01344963 a 0000 + 04260934 n 0301 | inducing mental lethargy; "a narcotic speech"
-01346343 00 s 04 pedestrian 0 prosaic 0 prosy 0 earthbound 0 004 & 01344963 a 0000 + 04795878 n 0301 + 07072434 n 0201 + 04795878 n 0202 | lacking wit or imagination; "a pedestrian movie plot"
-01346538 00 s 01 ponderous 0 002 & 01344963 a 0000 + 05206829 n 0101 | labored and dull; "a ponderous speech"
-01346650 00 s 01 putdownable 0 001 & 01344963 a 0000 | (of a book) poorly written and not entertaining
-01346755 00 a 01 intramural 0 002 ! 01347138 a 0101 & 01346978 a 0000 | carried on within the bounds of an institution or community; "most of the students participated actively in the college's intramural sports program"
-01346978 00 s 02 internal 0 intragroup 0 001 & 01346755 a 0000 | occurring within an institution or community; "intragroup squabbling within the corporation"
-01347138 00 a 01 extramural 0 005 ! 01346755 a 0101 & 01347348 a 0000 & 01347492 a 0000 & 01347613 a 0000 & 01347749 a 0000 | carried on outside the bounds of an institution or community; "extramural sports"
-01347348 00 s 01 intercollegiate 0 001 & 01347138 a 0000 | used of competition between colleges or universities; "intercollegiate basketball"
-01347492 00 s 01 intermural 0 001 & 01347138 a 0000 | between two or more institutions etc; "an intermural track meet"
-01347613 00 s 02 interscholastic 0 interschool 0 001 & 01347138 a 0000 | used of competition or cooperation between secondary schools
-01347749 00 s 01 outside 0 001 & 01347138 a 0000 | functioning outside the boundaries or precincts of an organized unit; "extramural hospital care and treatment"; "extramural studies"
-01347935 00 a 01 intra_vires 0 002 ;c 08441203 n 0000 ! 01348083 a 0101 | within the legal power or authority or a person or official or body etc
-01348083 00 a 01 ultra_vires 0 002 ;c 08441203 n 0000 ! 01347935 a 0101 | beyond the legal power or authority of a person or official or body etc; "an ultra vires contract"
-01348258 00 a 02 intrinsic 0 intrinsical 0 005 ^ 00900616 a 0000 ^ 00093810 a 0000 ! 01349041 a 0101 & 01348528 a 0000 & 01348835 a 0000 | belonging to a thing by its very nature; "form was treated as something intrinsic, as the very essence of the thing"- John Dewey
-01348528 00 s 05 built-in 0 constitutional 0 inbuilt 0 inherent 0 integral 0 003 & 01348258 a 0000 + 13958138 n 0401 + 02653564 v 0401 | existing as an essential constituent or characteristic; "the Ptolemaic system with its built-in concept of periodicity"; "a constitutional inability to tell the truth"
-01348835 00 s 03 inner 0 internal 0 intimate 0 001 & 01348258 a 0000 | innermost or essential; "the inner logic of Cubism"; "the internal contradictions of the theory"; "the intimate structure of matter"
-01349041 00 a 01 extrinsic 0 007 ^ 00902652 a 0000 ! 01348258 a 0101 & 01349435 a 0000 & 01349760 a 0000 & 01349927 a 0000 & 01350225 a 0000 & 01350494 a 0000 | not forming an essential part of a thing or arising or originating from the outside; "extrinsic evidence"; "an extrinsic feature of the new building"; "that style is something extrinsic to the subject"; "looking for extrinsic aid"
-01349435 00 s 01 adventitious 0 001 & 01349041 a 0000 | associated by chance and not an integral part; "poetry is something to which words are the accidental, not by any means the essential form"- Frederick W. Robertson; "they had to decide whether his misconduct was adventitious or the result of a flaw in his character"
-01349760 00 s 01 adscititious 0 001 & 01349041 a 0000 | added or derived from something outside; not inherent; "an adscititious habit rather than an inherent taste"
-01349927 00 s 02 alien 0 foreign 0 002 & 01349041 a 0000 + 04799344 n 0201 | not contained in or deriving from the essential nature of something; "an economic theory alien to the spirit of capitalism"; "the mysticism so foreign to the French mind and temper"; "jealousy is foreign to her nature"
-01350225 00 s 03 external 0 extraneous 1 outside 0 003 & 01349041 a 0000 + 13796585 n 0201 + 05078623 n 0102 | coming from the outside; "extraneous light in the camera spoiled the photograph"; "relying upon an extraneous income"; "disdaining outside pressure groups"
-01350494 00 s 01 extraneous 2 002 & 01349041 a 0000 + 13796585 n 0101 | not essential; "the ballet struck me as extraneous and somewhat out of keeping with the rest of the play"
-01350674 00 a 03 introspective 0 introverted 4 self-examining 0 004 = 04660981 n 0000 + 04660981 n 0101 + 00631591 v 0101 ! 01350876 a 0101 | given to examining own sensory and perceptual experiences
-01350876 00 a 02 extrospective 0 extroverted 4 002 = 04660981 n 0000 ! 01350674 a 0101 | not introspective; examining what is outside yourself
-01351021 00 a 02 introversive 0 introvertive 0 008 ^ 02258600 a 0000 = 04621963 n 0000 ;c 06136258 n 0000 + 00533897 v 0201 + 00533897 v 0101 ! 01351391 a 0101 ! 01351922 a 0101 & 01351302 a 0000 | directed inward; marked by interest in yourself or concerned with inner feelings
-01351302 00 s 02 introvertish 0 shut-in 0 001 & 01351021 a 0000 | somewhat introverted
-01351391 00 a 02 extroversive 0 extraversive 0 006 ^ 02257141 a 0000 ;c 06136258 n 0000 ! 01351922 a 0101 ! 01351021 a 0101 & 01351637 a 0000 & 01351837 a 0000 | directed outward; marked by interest in others or concerned with external reality
-01351637 00 s 06 extrovert 0 extravert 0 extroverted 0 extraverted 0 extrovertive 0 extravertive 0 002 & 01351391 a 0000 + 10074841 n 0202 | being concerned with the social and physical environment
-01351837 00 s 01 extrovertish 0 001 & 01351391 a 0000 | being somewhat extroverted
-01351922 00 a 01 ambiversive 0 003 ;c 06136258 n 0000 ! 01351021 a 0101 ! 01351391 a 0101 | intermediate between introversive and extroversive
-01352067 00 a 01 intrusive 1 007 = 04837931 n 0000 + 04837931 n 0101 + 02018524 v 0101 + 00747757 v 0101 ! 01352895 a 0101 & 01352320 a 0000 & 01352561 a 0000 | tending to intrude (especially upon privacy); "she felt her presence there was intrusive"
-01352320 00 s 03 encroaching(a) 0 invasive 0 trespassing(a) 0 002 & 01352067 a 0000 + 02019716 v 0202 | gradually intrusive without right or permission; "we moved back from the encroaching tide"; "invasive tourists"; "trespassing hunters"
-01352561 00 s 06 interfering 0 meddlesome 0 meddling 0 officious 0 busy 0 busybodied 0 003 & 01352067 a 0000 + 04837931 n 0403 + 04837931 n 0202 | intrusive in a meddling or offensive manner; "an interfering old woman"; "bustling about self-importantly making an officious nuisance of himself"; "busy about other people's business"
-01352895 00 a 02 unintrusive 0 not_intrusive 0 002 = 04837931 n 0000 ! 01352067 a 0101 | not interfering or meddling
-01353014 00 a 01 intrusive 2 003 ^ 00535452 a 0000 ! 01353226 a 0101 & 01353153 a 0000 | thrusting inward; "an intrusive arm of the sea"
-01353153 00 s 01 intruding 0 001 & 01353014 a 0000 | projecting inward
-01353226 00 a 01 protrusive 0 013 ^ 00537339 a 0000 + 02713372 v 0102 + 02081946 v 0102 + 00263231 v 0103 ! 01353014 a 0101 & 01353516 a 0000 & 01353618 a 0000 & 01353866 a 0000 & 01353982 a 0000 & 01354308 a 0000 & 01354430 a 0000 & 01354581 a 0000 & 01354750 a 0000 | thrusting outward
-01353516 00 s 02 beetle 0 beetling 0 001 & 01353226 a 0000 | jutting or overhanging; "beetle brows"
-01353618 00 s 06 bellied 0 bellying 0 bulbous 0 bulging 0 bulgy 0 protuberant 0 008 & 01353226 a 0000 + 14087321 n 0601 + 13894434 n 0609 + 02714731 v 0601 + 02714541 v 0601 + 13894434 n 0501 + 05070453 n 0502 + 05227079 n 0301 | curving outward
-01353866 00 s 01 obtrusive 0 003 & 01353226 a 0000 + 04707110 n 0101 + 01873157 v 0102 | sticking out; protruding
-01353982 00 s 07 jutting 2 projected 0 projecting 0 protruding 0 relieved 0 sticking(p) 0 sticking_out(p) 0 001 & 01353226 a 0000 | extending out above or beyond a surface or boundary; "the jutting limb of a tree"; "massive projected buttresses"; "his protruding ribs"; "a pile of boards sticking over the end of his truck"
-01354308 00 s 01 overshot 0 001 & 01353226 a 0000 | having an upper part projecting beyond the lower; "an overshot jaw"
-01354430 00 s 01 starting 0 001 & 01353226 a 0000 | (especially of eyes) bulging or protruding as with fear; "with eyes starting from their sockets"
-01354581 00 s 03 underhung 0 undershot 0 underslung 0 001 & 01353226 a 0000 | having a lower part projecting beyond the upper; "an underhung jaw"; "undershot bulldog"
-01354750 00 s 02 ventricose 0 ventricous 0 003 & 01353226 a 0000 ;c 06037666 n 0000 ;c 06057539 n 0000 | having a swelling on one side; "the ventricose gullet of an insect"
-01354925 00 a 02 igneous 0 eruptive 0 002 ;c 06115701 n 0000 ! 01355089 a 0101 | produced by the action of fire or intense heat; "rocks formed by igneous agents"
-01355089 00 a 02 aqueous 0 sedimentary 0 002 ;c 06115701 n 0000 ! 01354925 a 0101 | produced by the action of water
-01355207 00 a 01 intrusive 3 003 ;c 06115701 n 0000 ! 01355556 a 0101 & 01355378 a 0000 | of rock material; forced while molten into cracks between layers of other rock
-01355378 00 s 02 irruptive 0 plutonic 0 002 & 01355207 a 0000 + 14932303 n 0203 | of igneous rock that has solidified beneath the earth's surface; granite or diorite or gabbro
-01355556 00 a 01 extrusive 0 004 ;c 06115701 n 0000 + 01675780 v 0101 ! 01355207 a 0101 & 01355746 a 0000 | of rock material; forced out while molten through cracks in the earth's surface
-01355746 00 s 01 volcanic 0 001 & 01355556 a 0000 | igneous rock produced by eruption and solidified on or near the earth's surface; rhyolite or andesite or basalt; "volcanic rock includes the volcanic glass obsidian"
-01355966 00 a 01 invasive 0 003 + 01227488 v 0101 ! 01356283 a 0101 & 01356143 a 0000 | marked by a tendency to spread especially into healthy tissue; "invasive cancer cells"
-01356143 00 s 03 aggressive 0 fast-growing(a) 0 strong-growing 0 001 & 01355966 a 0000 | tending to spread quickly; "an aggressive tumor"
-01356283 00 a 01 confined 1 001 ! 01355966 a 0101 | not invading healthy tissue
-01356365 00 a 01 invasive 1 002 ;c 06043075 n 0000 ! 01356515 a 0101 | relating to a technique in which the body is entered by puncture or incision
-01356515 00 a 01 noninvasive 0 002 ;c 06043075 n 0000 ! 01356365 a 0101 | relating to a technique that does not involve puncturing the skin or entering a body cavity
-01356683 00 a 01 invigorating 0 008 ^ 02306288 a 0000 ! 01357966 a 0101 & 01356932 a 0000 & 01357027 a 0000 & 01357206 a 0000 & 01357342 a 0000 & 01357484 a 0000 & 01357742 a 0000 | imparting strength and vitality; "the invigorating mountain air"
-01356932 00 s 02 animating 0 enlivening 0 001 & 01356683 a 0000 | giving spirit and vivacity
-01357027 00 s 06 bracing 0 brisk 0 fresh 0 refreshing 0 refreshful 0 tonic 0 002 & 01356683 a 0000 + 04926728 n 0301 | imparting vitality and energy; "the bracing mountain air"
-01357206 00 s 01 corroborant 0 003 & 01356683 a 0000 ;c 06043075 n 0000 ;u 07073447 n 0000 | used of a medicine that is strengthening
-01357342 00 s 02 exhilarating 0 stimulating 0 001 & 01356683 a 0000 | making lively and cheerful; "the exhilarating effect of mountain air"
-01357484 00 s 02 life-giving 0 vitalizing 0 001 & 01356683 a 0000 | giving or having the power to give life and spirit; "returning the life-giving humus to the land"- Louis Bromfield; "life-giving love and praise"; "the vitalizing rays of the warming sun"
-01357742 00 s 05 renewing 0 restorative 0 reviving 0 revitalizing 0 revitalising 0 003 & 01356683 a 0000 + 04451473 n 0202 + 00168588 v 0202 | tending to impart new life and vigor to; "the renewing warmth of the sunshine"
-01357966 00 a 01 debilitating 0 003 ! 01356683 a 0101 & 01358096 a 0000 & 01358231 a 0000 | impairing the strength and vitality
-01358096 00 s 04 debilitative 0 enervating 0 enfeebling 0 weakening 0 002 & 01357966 a 0000 + 00389638 v 0102 | causing debilitation
-01358231 00 s 02 draining 0 exhausting 0 001 & 01357966 a 0000 | having a debilitating effect; "an exhausting job in the hot sun"
-01358363 00 a 01 inviting 0 005 ^ 00166146 a 0000 ! 01359035 a 0101 & 01358534 a 0000 & 01358695 a 0000 & 01358846 a 0000 | attractive and tempting; "an inviting offer"
-01358534 00 s 01 invitatory 0 004 & 01358363 a 0000 + 02384940 v 0101 + 02384686 v 0101 + 01063695 v 0101 | conveying an invitation; "a brief invitatory note"
-01358695 00 s 03 tantalizing 1 tantalising 1 tempting 0 001 & 01358363 a 0000 | very pleasantly inviting; "a tantalizing aroma"; "a tempting repast"
-01358846 00 s 02 tantalizing 2 tantalising 2 001 & 01358363 a 0000 | arousing desire or expectation for something unattainable or mockingly out of reach; "a tantalizing taste of success"
-01359035 00 a 01 uninviting 0 003 ^ 00169164 a 0000 ! 01358363 a 0101 & 01359159 a 0000 | neither attractive nor tempting
-01359159 00 s 02 unattractive 0 untempting 0 001 & 01359035 a 0000 | not appealing to the senses; "untempting food"
-01359277 00 a 02 in_vitro 0 ex_vivo 0 001 ! 01359424 a 0101 | in an artificial environment outside the living organism; "in vitro fertilization"
-01359424 00 a 01 in_vivo 0 002 ;c 06037666 n 0000 ! 01359277 a 0101 | within a living organism; "in vivo techniques"
-01359543 00 a 01 ironed 0 004 ^ 02236842 a 0000 ! 01359861 a 0101 & 01359697 a 0000 & 01359771 a 0000 | (of linens or clothes) smoothed with a hot iron
-01359697 00 s 01 pressed 0 001 & 01359543 a 0000 | compacted by ironing
-01359771 00 s 02 smoothed 0 smoothened 0 001 & 01359543 a 0000 | made smooth by ironing
-01359861 00 a 02 unironed 0 wrinkled 2 005 ^ 02238462 a 0000 ! 01359543 a 0101 & 01360085 a 0000 & 01360231 a 0000 & 01360321 a 0000 | (of linens or clothes) not ironed; "a pile of unironed laundry"; "wore unironed jeans"
-01360085 00 s 02 drip-dry 0 permanent-press 0 001 & 01359861 a 0000 | used of fabrics that do not require ironing; "drip-dry shirts for travel"
-01360231 00 s 01 roughdried 0 001 & 01359861 a 0000 | (of laundry) dried but not ironed
-01360321 00 s 01 unpressed 0 001 & 01359861 a 0000 | (of clothing) not smoothed with heat
-01360413 00 a 02 wrinkled 0 wrinkly 0 003 ^ 02243806 a 0000 ! 01360692 a 0101 & 01360571 a 0000 | marked by wrinkles; "tired travelers in wrinkled clothes"
-01360571 00 s 01 unsmoothed 0 001 & 01360413 a 0000 | not having been made smooth by having hands run over the surface
-01360692 00 a 02 unwrinkled 0 wrinkleless 0 002 ^ 02244472 a 0000 ! 01360413 a 0101 | not wrinkled or creased
-01360804 00 a 02 isotropic 0 isotropous 0 004 + 04917439 n 0201 + 04917439 n 0101 ! 01361107 a 0101 & 01360962 a 0000 | invariant with respect to direction
-01360962 00 s 01 identical 0 003 & 01360804 a 0000 ;c 06090869 n 0000 + 04743024 n 0102 | having properties with uniform values along all axes
-01361107 00 a 01 anisotropic 0 003 + 04917680 n 0101 ! 01360804 a 0101 & 01361264 a 0000 | not invariant with respect to direction; "anisotropic crystals"
-01361264 00 s 02 aeolotropic 0 eolotropic 0 002 & 01361107 a 0000 ;c 06090869 n 0000 | having properties with different values along different axes
-01361414 00 a 01 glad 0 004 ^ 00362467 a 0000 + 07527167 n 0101 ! 01361863 a 0101 & 01361705 a 0000 | showing or causing joy and pleasure; especially made happy; "glad you are here"; "glad that they succeeded"; "gave a glad shout"; "a glad smile"; "heard the glad news"; "a glad occasion"
-01361705 00 s 01 gladsome 0 002 & 01361414 a 0000 + 07527167 n 0103 | experiencing or expressing gladness or joy; "a gladsome smile"; "a gladsome occasion"
-01361863 00 a 01 sad 0 010 + 13989051 n 0101 + 07532440 n 0101 ! 01361414 a 0101 & 01362273 a 0000 & 01362387 a 0000 & 01362598 a 0000 & 01362684 a 0000 & 01362950 a 0000 & 01363153 a 0000 & 01363370 a 0000 | experiencing or showing sorrow or unhappiness; "feeling sad because his dog had died"; "Better by far that you should forget and smile / Than that you should remember and be sad"- Christina Rossetti
-01362273 00 s 01 bittersweet 0 001 & 01361863 a 0000 | tinged with sadness; "a movie with a bittersweet ending"
-01362387 00 s 02 doleful 0 mournful 0 003 & 01361863 a 0000 + 07535209 n 0201 + 07532832 n 0101 | filled with or evoking sadness; "the child's doleful expression"; "stared with mournful eyes"; "mournful news"
-01362598 00 s 01 heavyhearted 0 002 & 01361863 a 0000 + 07533492 n 0101 | depressed
-01362684 00 s 02 melancholy 0 melancholic 0 003 & 01361863 a 0000 + 10306595 n 0201 + 14392491 n 0201 | characterized by or causing or expressing sadness; "growing more melancholy every hour"; "her melancholic smile"; "we acquainted him with the melancholy truth"
-01362950 00 s 02 pensive 0 wistful 1 003 & 01361863 a 0000 + 07487276 n 0201 + 04660805 n 0101 | showing pensive sadness; "the sensitive and wistful response of a poet to the gentler phases of beauty"
-01363153 00 s 02 tragic 0 tragical 0 003 & 01361863 a 0000 + 07314838 n 0204 + 07314838 n 0104 | very sad; especially involving grief or death or destruction; "a tragic face"; "a tragic plight"; "a tragic accident"
-01363370 00 s 02 tragicomic 0 tragicomical 0 003 & 01361863 a 0000 + 07016797 n 0202 + 07017161 n 0201 | manifesting both tragic and comic aspects; "the tragicomic disparity...between's man's aspirations and his accomplishments"- B.R.Redman
-01363613 00 a 01 joyful 0 006 ^ 01148283 a 0000 ^ 01366718 a 0000 + 07527352 n 0103 ! 01364008 a 0101 & 01363824 a 0000 & 01363936 a 0000 | full of or producing joy; "make a joyful noise"; "a joyful occasion"
-01363824 00 s 01 beatific 0 001 & 01363613 a 0000 | experiencing or bestowing celestial joy; "beatific peace"
-01363936 00 s 01 overjoyed 0 001 & 01363613 a 0000 | extremely joyful
-01364008 00 a 01 sorrowful 0 017 ^ 01368192 a 0000 ^ 01149494 a 0000 + 13989051 n 0103 + 07535209 n 0102 ! 01363613 a 0101 & 01364585 a 0000 & 01364817 a 0000 & 01364993 a 0000 & 01365103 a 0000 & 01365239 a 0000 & 01365407 a 0000 & 01365544 a 0000 & 01365785 a 0000 & 01366062 a 0000 & 01366157 a 0000 & 01366277 a 0000 & 01366525 a 0000 | experiencing or marked by or expressing sorrow especially that associated with irreparable loss; "sorrowful widows"; "a sorrowful tale of death and despair"; "sorrowful news"; "even in laughter the heart is sorrowful"- Proverbs 14:13
-01364585 00 s 03 anguished 0 tormented 0 tortured 0 001 & 01364008 a 0000 | experiencing intense pain especially mental pain; "an anguished conscience"; "a small tormented schoolboy"; "a tortured witness to another's humiliation"
-01364817 00 s 06 bereaved 0 bereft 0 grief-stricken 0 grieving 0 mourning(a) 0 sorrowing(a) 0 001 & 01364008 a 0000 | sorrowful through loss or deprivation; "bereft of hope"
-01364993 00 s 01 bitter 0 001 & 01364008 a 0000 | expressive of severe grief or regret; "shed bitter tears"
-01365103 00 s 03 brokenhearted 0 heartbroken 0 heartsick 0 003 & 01364008 a 0000 + 07538395 n 0303 + 07535010 n 0104 | full of sorrow
-01365239 00 s 05 dolorous 0 dolourous 0 lachrymose 0 tearful 0 weeping 0 004 & 01364008 a 0000 + 07534278 n 0402 + 07535532 n 0201 + 07535532 n 0101 | showing sorrow
-01365407 00 s 01 elegiac 0 001 & 01364008 a 0000 | expressing sorrow often for something past; "an elegiac lament for youthful ideals"
-01365544 00 s 03 grievous 0 heartbreaking 0 heartrending 0 001 & 01364008 a 0000 | causing or marked by grief or anguish; "a grievous loss"; "a grievous cry"; "her sigh was heartbreaking"; "the heartrending words of Rabin's granddaughter"
-01365785 00 s 03 lamenting 0 wailing 0 wailful 0 001 & 01364008 a 0000 | vocally expressing grief or sorrow or resembling such expression; "lamenting sinners"; "wailing mourners"; "the wailing wind"; "wailful bagpipes"; "tangle her desires with wailful sonnets"- Shakespeare
-01366062 00 s 01 lugubrious 0 002 & 01364008 a 0000 + 04631470 n 0102 | excessively mournful
-01366157 00 s 02 mournful 1 plaintive 0 003 & 01364008 a 0000 + 07535430 n 0201 + 07535209 n 0101 | expressing sorrow
-01366277 00 s 01 sad 0 002 & 01364008 a 0000 + 04631470 n 0103 | of things that make you feel sad; "sad news"; "she doesn't like sad movies"; "it was a very sad story"; "When I am dead, my dearest, / Sing no sad songs for me"- Christina Rossetti
-01366525 00 s 02 woebegone 0 woeful 0 002 & 01364008 a 0000 + 07533877 n 0202 | affected by or full of grief or woe; "his sorrow...made him look...haggard and...woebegone"- George du Maurier
-01366718 00 a 01 joyous 0 010 ^ 00704609 a 0000 ^ 01148283 a 0000 ^ 01363613 a 0000 + 07527352 n 0101 + 07527352 n 0102 ! 01368192 a 0101 & 01367008 a 0000 & 01367211 a 0000 & 01367431 a 0000 & 01367651 a 0000 | full of or characterized by joy; "felt a joyous abandon"; "joyous laughter"
-01367008 00 s 05 ecstatic 0 enraptured 0 rapturous 0 rapt 0 rhapsodic 0 005 & 01366718 a 0000 + 13988101 n 0302 + 13986372 n 0302 + 13988101 n 0101 + 13986372 n 0101 | feeling great rapture or delight
-01367211 00 s 04 elated 0 gleeful 0 joyful 0 jubilant 0 006 & 01366718 a 0000 + 07527817 n 0403 + 00857923 v 0405 + 07527817 n 0402 + 07527352 n 0303 + 07529377 n 0205 | full of high-spirited delight; "a joyful heart"
-01367431 00 s 04 gay 0 festal 0 festive 0 merry 1 003 & 01366718 a 0000 + 04649051 n 0403 + 00428000 n 0302 | offering fun and gaiety; "a festive (or festal) occasion"; "gay and exciting night life"; "a merry evening"
-01367651 00 s 06 gay 2 jocund 0 jolly 0 jovial 0 merry 2 mirthful 0 009 & 01366718 a 0000 + 07529377 n 0603 + 04649051 n 0503 + 07551890 n 0403 + 04653357 n 0402 + 07450343 n 0301 + 07551890 n 0302 + 07551890 n 0301 + 07529683 n 0201 | full of or showing high-spirited merriment; "when hearts were young and gay"; "a poet could not but be gay, in such a jocund company"- Wordsworth; "the jolly crowd at the reunion"; "jolly old Saint Nick"; "a jovial old gentleman"; "have a merry Christmas"; "peals of merry laughter"; "a mirthful laugh"
-01368192 00 a 01 joyless 0 008 ^ 00364479 a 0000 ^ 01364008 a 0000 ^ 01149494 a 0000 + 07537376 n 0101 ! 01366718 a 0101 & 01368464 a 0000 & 01368657 a 0000 & 01368726 a 0000 | not experiencing or inspiring joy; "a joyless man"; "a joyless occasion"; "joyless evenings"
-01368464 00 s 02 funereal 0 sepulchral 0 003 & 01368192 a 0000 + 02921884 n 0203 + 07451463 n 0101 | suited to or suggestive of a grave or burial; "funereal gloom"; "hollow sepulchral tones"
-01368657 00 s 01 mirthless 0 001 & 01368192 a 0000 | lacking mirth
-01368726 00 s 01 unsmiling 0 001 & 01368192 a 0000 | not smiling
-01368793 00 a 01 juicy 0 006 + 07923748 n 0101 + 04996215 n 0103 ! 01369404 a 0101 & 01368948 a 0000 & 01369078 a 0000 & 01369274 a 0000 | full of juice
-01368948 00 s 01 au_jus 0 002 & 01368793 a 0000 ;c 07649854 n 0000 | served in its natural juices or gravy; "roast beef au jus"
-01369078 00 s 02 lush 0 succulent 0 003 & 01368793 a 0000 + 13084184 n 0201 + 04996215 n 0201 | full of juice; "lush fruits"; "succulent roast beef"; "succulent plants with thick fleshy leaves"
-01369274 00 s 01 sappy 0 002 & 01368793 a 0000 + 15038127 n 0101 | abounding in sap; "sappy maple trees"; "sappy kindling wood"
-01369404 00 a 01 juiceless 0 002 ! 01368793 a 0101 & 01369491 a 0000 | lacking juice
-01369491 00 s 01 sapless 0 001 & 01369404 a 0000 | destitute of sap and other vital juices; dry; "the rats and roaches scurrying along the sapless planks"- Norman Mailer
-01369663 00 a 01 just 0 010 ^ 00956131 a 0000 ^ 01226240 a 0000 ^ 02034828 a 0000 ^ 02036578 a 0000 + 04850117 n 0102 ! 01370590 a 0101 & 01370053 a 0000 & 01370141 a 0000 & 01370305 a 0000 & 01370475 a 0000 | used especially of what is legally or ethically right or proper or fitting; "a just and lasting peace"- A.Lincoln; "a kind and just man"; "a just reward"; "his just inheritance"
-01370053 00 s 01 conscionable 0 001 & 01369663 a 0000 | acceptable to your conscience
-01370141 00 s 02 fitting 0 meet 0 002 & 01369663 a 0000 + 04716864 n 0102 | being precisely fitting and right; "it is only meet that she should be seated first"
-01370305 00 s 03 retributive 0 retributory 0 vindicatory 0 001 & 01369663 a 0000 | given or inflicted in requital according to merits or deserts; "retributive justice"
-01370475 00 s 01 rightful(a) 0 002 & 01369663 a 0000 + 04850341 n 0102 | legally valid; "a rightful inheritance"
-01370590 00 a 01 unjust 0 008 ^ 01227137 a 0000 ^ 00957176 a 0000 ^ 02037272 a 0000 ^ 02035337 a 0000 + 04854389 n 0102 ! 01369663 a 0101 & 01370864 a 0000 & 01371009 a 0000 | violating principles of justice; "unjust punishment"; "an unjust judge"; "an unjust accusation"
-01370864 00 s 01 actionable 0 002 & 01370590 a 0000 + 02582042 v 0101 | affording grounds for legal action; "slander is an actionable offense"
-01371009 00 s 01 wrongful 0 002 & 01370590 a 0000 + 04854604 n 0102 | not just or fair; "a wrongful act"; "a wrongful charge"
-01371137 00 a 02 merited 0 deserved 0 002 ! 01371397 a 0101 & 01371258 a 0000 | properly deserved; "a merited success"
-01371258 00 s 01 condign 0 001 & 01371137 a 0000 | fitting or appropriate and deserved; used especially of punishment; "condign censure"
-01371397 00 a 01 unmerited 0 003 ! 01371137 a 0101 & 01371553 a 0000 & 01371646 a 0000 | not merited or deserved; "received an unmerited honorary degree"
-01371553 00 s 01 gratuitous 0 001 & 01371397 a 0000 | without cause; "a gratuitous insult"
-01371646 00 s 01 undeserved 0 001 & 01371397 a 0000 | not deserved or earned; "has an undeserved reputation as a coward"
-01371769 00 a 01 keyed 0 001 ! 01371911 a 0101 | fitted with or secured by a key; "a keyed instrument"; "the locks have not yet been keyed"
-01371911 00 a 01 keyless 0 001 ! 01371769 a 0101 | lacking or not requiring a key; "a keyless lock operated by a series of pushbuttons"
-01372049 00 a 01 kind 0 014 ^ 00638981 a 0000 ^ 00226618 a 0000 ^ 01133876 a 0000 ^ 01507134 a 0000 ^ 01156112 a 0000 = 04840011 n 0000 + 04840011 n 0101 + 00034574 n 0101 ! 01373728 a 0101 & 01372568 a 0000 & 01372773 a 0000 & 01372948 a 0000 & 01373314 a 0000 & 01373545 a 0000 | having or showing a tender and considerate and helpful nature; used especially of persons and their behavior; "kind to sick patients"; "a kind master"; "kind words showing understanding and sympathy"; "thanked her for her kind letter"
-01372568 00 s 02 benignant 0 gracious 0 003 & 01372049 a 0000 + 04640356 n 0201 + 04840981 n 0203 | characterized by kindness and warm courtesy especially of a king to his subjects; "our benignant king"
-01372773 00 s 01 benign 0 003 & 01372049 a 0000 + 04840981 n 0101 + 04840981 n 0102 | kindness of disposition or manner; "the benign ruler of millions"; "benign intentions"
-01372948 00 s 07 charitable 0 benevolent 0 kindly 0 sympathetic 0 good-hearted 0 openhearted 0 large-hearted 0 003 & 01372049 a 0000 + 04841664 n 0301 + 04832050 n 0101 | showing or motivated by sympathy and understanding and generosity; "was charitable in his opinions of others"; "kindly criticism"; "a kindly act"; "sympathetic words"; "a large-hearted mentor"
-01373314 00 s 01 gentle 1 002 & 01372049 a 0000 + 04910973 n 0101 | having or showing a kindly or tender nature; "the gentle touch of her hand"; "her gentle manner was comforting"; "a gentle sensitive nature"; "gentle blue eyes"
-01373545 00 s 02 kindhearted 0 kind-hearted 0 002 & 01372049 a 0000 + 07553590 n 0101 | having or proceeding from an innately kind disposition; "a generous and kindhearted teacher"
-01373728 00 a 01 unkind 0 009 ^ 00227003 a 0000 ^ 01507402 a 0000 = 04840011 n 0000 + 04845312 n 0101 ! 01372049 a 0101 & 01374004 a 0000 & 01374183 a 0000 & 01374361 a 0000 & 01374461 a 0000 | lacking kindness; "a thoughtless and unkind remark"; "the unkindest cut of all"
-01374004 00 s 03 cutting 0 edged 0 stinging 0 001 & 01373728 a 0000 | (of speech) harsh or hurtful in tone or character; "cutting remarks"; "edged satire"; "a stinging comment"
-01374183 00 s 02 harsh 0 rough 0 002 & 01373728 a 0000 + 04845475 n 0103 | unkind or cruel or uncivil; "had harsh words"; "a harsh and unlovable old tyrant"; "a rough answer"
-01374361 00 s 01 hurtful 0 001 & 01373728 a 0000 | causing hurt; "her hurtful unconsidered words"
-01374461 00 s 02 unkindly 0 unsympathetic 0 001 & 01373728 a 0000 | lacking in sympathy and kindness; "unkindly ancts"
-01374582 00 a 04 knowable 0 cognizable 0 cognisable 0 cognoscible 0 006 + 00596132 v 0101 + 00608502 v 0101 + 00596644 v 0101 + 00595630 v 0101 + 00594621 v 0101 ! 01374789 a 0101 | capable of being known
-01374789 00 a 01 unknowable 0 002 ! 01374582 a 0101 & 01374912 a 0000 | not knowable; "the unknowable mysteries of life"
-01374912 00 s 01 transcendent 0 005 & 01374789 a 0000 + 13963565 n 0102 + 13963565 n 0101 + 02669081 v 0102 + 02669477 v 0102 | beyond and outside the ordinary range of human experience or understanding; "the notion of any transcendent reality beyond thought"
-01375174 00 a 01 known 0 011 ^ 00027247 a 0000 ^ 00965606 a 0000 ^ 01120925 a 0000 ! 01376894 a 0101 & 01375546 a 0000 & 01375689 a 0000 & 01375831 a 0000 & 01376208 a 0000 & 01376355 a 0000 & 01376522 a 0000 & 01376705 a 0000 | apprehended with certainty; "a known quantity"; "the limits of the known world"; "a musician known throughout the world"; "a known criminal"
-01375546 00 s 01 best-known 0 001 & 01375174 a 0000 | most familiar or renowned; "Stevenson's best-known work is probably `Treasure Island'"
-01375689 00 s 01 better-known 0 001 & 01375174 a 0000 | more familiar or renowned than the other of two; "the better-known book of the two"
-01375831 00 s 08 celebrated 0 famed 0 far-famed 0 famous 0 illustrious 0 notable 0 noted 0 renowned 0 006 & 01375174 a 0000 + 10276238 n 0604 + 10276238 n 0605 + 05169601 n 0502 + 14438898 n 0401 + 14437386 n 0401 | widely known and esteemed; "a famous actor"; "a celebrated musician"; "a famed scientist"; "an illustrious judge"; "a notable historian"; "a renowned painter"
-01376208 00 s 01 identified 0 001 & 01375174 a 0000 | having the identity known or established; "the identified bodies were released for burial"
-01376355 00 s 01 legendary 0 001 & 01375174 a 0000 | so celebrated as to having taken on the nature of a legend; "the legendary exploits of the arctic trailblazers"
-01376522 00 s 01 proverbial 0 001 & 01375174 a 0000 | widely known and spoken of; "her proverbial lateness"; "the proverbial absentminded professor"; "your proverbial dizzy blonde"
-01376705 00 s 01 well-known 0 001 & 01375174 a 0000 | widely or fully known; "a well-known politician"; "well-known facts"; "a politician who is well known"; "these facts are well known"
-01376894 00 a 01 unknown 0 013 ^ 01122411 a 0000 ^ 00028672 a 0000 ^ 00966477 a 0000 + 10661002 n 0103 + 07271648 n 0101 ! 01375174 a 0101 & 01377257 a 0000 & 01377407 a 0000 & 01377488 a 0000 & 01377721 a 0000 & 01377819 a 0000 & 01377933 a 0000 & 01378088 a 0000 | not known; "an unknown amount"; "an unknown island"; "an unknown writer"; "an unknown source"
-01377257 00 s 03 chartless 0 uncharted 0 unmapped 0 001 & 01376894 a 0000 | (of unknown regions) not yet surveyed or investigated; "uncharted seas"
-01377407 00 s 01 little-known 0 001 & 01376894 a 0000 | unknown to most people
-01377488 00 s 02 unbeknown(p) 0 unbeknownst(p) 0 001 & 01376894 a 0000 | (usually used with `to') occurring or existing without the knowledge of; "a crisis unbeknown to me"; "she had been ill for months, unbeknownst to the family"
-01377721 00 s 01 undiagnosed 0 001 & 01376894 a 0000 | eluding diagnosis; "undiagnosed disease"
-01377819 00 s 02 undiscovered 0 unexplored 0 001 & 01376894 a 0000 | not yet discovered; "undiscovered islands"
-01377933 00 s 01 unheard-of 0 001 & 01376894 a 0000 | previously unknown; "a first novel by an unheard of writer"; "developments on an unheard-of scale"
-01378088 00 s 01 unidentified 0 001 & 01376894 a 0000 | not yet identified; "an unidentified species"; "an unidentified witness"
-01378219 00 a 01 understood 0 003 ! 01378878 a 0101 & 01378429 a 0000 & 01378671 a 0000 | fully apprehended as to purport or meaning or explanation; "the understood conditions of troop withdrawal were clear"
-01378429 00 s 03 appreciated 0 apprehended 0 comprehended 0 001 & 01378219 a 0000 | fully understood or grasped; "dangers not yet appreciated"; "these apprehended truths"; "a thing comprehended is a thing known as fully as it can be known"
-01378671 00 s 02 interpreted 0 taken 0 001 & 01378219 a 0000 | understood in a certain way; made sense of; "a word taken literally"; "a smile taken as consent"; "an open door interpreted as an invitation"
-01378878 00 a 01 ununderstood 0 005 ! 01378219 a 0101 & 01379116 a 0000 & 01379251 a 0000 & 01379361 a 0000 & 01379562 a 0000 | not understood; "should not tamely submit to the unpredictable and ununderstood cycles of wars"- Psychiatry
-01379116 00 s 01 misunderstood 0 001 & 01378878 a 0000 | wrongly understood; "a misunderstood criticism"; "a misunderstood question"
-01379251 00 s 01 uncomprehended 0 001 & 01378878 a 0000 | not fully understood; "an uncomprehended mystery"
-01379361 00 s 01 undigested 0 001 & 01378878 a 0000 | not thought over and arranged systematically in the mind; not absorbed or assimilated mentally; "an undigested mass of facts gathered at random"
-01379562 00 s 01 ungrasped 0 001 & 01378878 a 0000 | not fully apprehended; "the ungrasped infinite ground of all being"- Philip Wheelwright
-01379705 00 a 03 labeled 0 labelled 0 tagged 0 001 ! 01379844 a 0101 | bearing or marked with a label or tag; "properly labeled luggage"
-01379844 00 a 03 unlabeled 0 unlabelled 0 untagged 0 001 ! 01379705 a 0101 | lacking a label or tag; "unlabeled luggage is liable to be lost"
-01379988 00 a 01 lamented 0 001 ! 01380127 a 0101 | mourned or grieved for; "the imprint of our wise and lamented friend"- A.E.Stevenson
-01380127 00 a 02 unlamented 0 unmourned 0 001 ! 01379988 a 0101 | not grieved for; causing no mourning; "interred in an unlamented grave"
-01380267 00 a 01 aerial 0 003 ;c 06066555 n 0000 + 08653314 n 0101 & 01380571 a 0000 | existing or living or growing or operating in the air; "aerial roots of a philodendron"; "aerial particles"; "small aerial creatures such as butterflies"; "aerial warfare"; "aerial photography"; "aerial cable cars"
-01380571 00 s 01 free-flying 0 001 & 01380267 a 0000 | able to fly through the air (as a bird); "three chicks were raised to the free-flying stage"
-01380721 00 a 01 marine 0 006 & 01380926 a 0000 & 01381074 a 0000 & 01381196 a 0000 & 01381340 a 0000 & 01381473 a 0000 & 01381615 a 0000 | relating to or characteristic of or occurring on or in the sea
-01380926 00 s 01 deep-sea 0 001 & 01380721 a 0000 | of or taking place in the deeper parts of the sea; "deep-sea fishing"; "deep-sea exploration"
-01381074 00 s 03 oceangoing 0 seafaring 0 seagoing 0 001 & 01380721 a 0000 | used on the high seas; "seafaring vessels"
-01381196 00 s 01 oceanic 0 002 & 01380721 a 0000 + 09376198 n 0101 | constituting or living in the open sea; "oceanic waters"; "oceanic life"
-01381340 00 s 01 offshore 0 001 & 01380721 a 0000 | at some distance from the shore; "offshore oil reserves"; "an offshore island"
-01381473 00 s 02 oversea 0 overseas 0 001 & 01380721 a 0000 | being or passing over or across the sea; "some overseas trade in grain arose"
-01381615 00 s 02 suboceanic 0 subocean 0 001 & 01380721 a 0000 | formed or situated or occurring beneath the ocean or the ocean bed; "suboceanic oil resources"
-01381777 00 a 03 laureled 0 laurelled 0 crowned 4 001 ! 01381907 a 0101 | crowned with or as if with laurel symbolizing victory
-01381907 00 a 02 unlaureled 0 unlaurelled 0 001 ! 01381777 a 0101 | not crowned with laurel; having no acclaim or reward; "the unlaureled heroism of endurance"- Francis Parkman
-01382086 00 a 02 large 0 big 1 054 = 05098942 n 0000 + 05103946 n 0202 ! 01391351 a 0202 + 05096191 n 0101 + 05103946 n 0101 ! 01391351 a 0101 & 01383394 a 0000 & 01383582 a 0000 & 01383684 a 0000 & 01383756 a 0000 & 01383857 a 0000 & 01383935 a 0000 & 01384081 a 0000 & 01384212 a 0000 & 01384438 a 0000 & 01384572 a 0000 & 01384730 a 0000 & 01385046 a 0000 & 01385149 a 0000 & 01385255 a 0000 & 01385663 a 0000 & 01385773 a 0000 & 01386010 a 0000 & 01386234 a 0000 & 01386538 a 0000 & 01386883 a 0000 & 01387149 a 0000 & 01387319 a 0000 & 01387902 a 0000 & 01388062 a 0000 & 01388228 a 0000 & 01388327 a 0000 & 01388418 a 0000 & 01388542 a 0000 & 01388655 a 0000 & 01388809 a 0000 & 01388928 a 0000 & 01389022 a 0000 & 01389170 a 0000 & 01389451 a 0000 & 01389634 a 0000 & 01389738 a 0000 & 01389846 a 0000 & 01389993 a 0000 & 01390130 a 0000 & 01390215 a 0000 & 01390344 a 0000 & 01390487 a 0000 & 01390588 a 0000 & 01390683 a 0000 & 01390778 a 0000 & 01390900 a 0000 & 01391074 a 0000 & 01391237 a 0000 | above average in size or number or quantity or magnitude or extent; "a large city"; "set out for the big city"; "a large sum"; "a big (or large) barn"; "a large family"; "big businesses"; "a big expenditure"; "a large number of newspapers"; "a big group of scientists"; "large areas of the world"
-01383394 00 s 03 ample 0 sizable 0 sizeable 0 003 & 01382086 a 0000 + 05104548 n 0306 + 05104256 n 0101 | fairly large; "a sizable fortune"; "an ample waistline"; "of ample proportions"
-01383582 00 s 03 astronomic 0 astronomical 0 galactic 0 001 & 01382086 a 0000 | inconceivably large
-01383684 00 s 01 bear-sized 0 001 & 01382086 a 0000 | large as a bear
-01383756 00 s 02 bigger 0 larger 0 001 & 01382086 a 0000 | large or big relative to something else
-01383857 00 s 02 biggish 0 largish 0 001 & 01382086 a 0000 | somewhat large
-01383935 00 s 02 blown-up 0 enlarged 0 001 & 01382086 a 0000 | as of a photograph; made larger; "the enlarged photograph revealed many details"
-01384081 00 s 02 bouffant 0 puffy 0 001 & 01382086 a 0000 | being puffed out; used of hair style or clothing; "a bouffant skirt"
-01384212 00 s 03 broad 0 spacious 0 wide 0 004 & 01382086 a 0000 + 05104548 n 0308 + 05105265 n 0203 + 05136343 n 0102 | very large in expanse or scope; "a broad lawn"; "the wide plains"; "a spacious view"; "spacious skies"
-01384438 00 s 01 bulky 0 004 & 01382086 a 0000 + 05025413 n 0101 + 05099389 n 0101 + 05104421 n 0101 | of large size for its weight
-01384572 00 s 01 capacious 0 004 & 01382086 a 0000 + 13755053 n 0101 + 13779374 n 0101 + 05105265 n 0101 | large in capacity; "she carried a capacious bag"
-01384730 00 s 03 colossal 1 prodigious 0 stupendous 0 003 & 01382086 a 0000 + 05939244 n 0201 + 10128909 n 0105 | so great in size or force or extent as to elicit awe; "colossal crumbling ruins of an ancient temple"; "has a colossal nerve"; "a prodigious storm"; "a stupendous field of grass"; "stupendous demand"
-01385046 00 s 01 deep 0 001 & 01382086 a 0000 | large in quantity or size; "deep cuts in the budget"
-01385149 00 s 01 double 0 001 & 01382086 a 0000 | large enough for two; "a double bed"; "a double room"
-01385255 00 s 02 enormous 0 tremendous 0 003 & 01382086 a 0000 + 05104548 n 0101 + 05105009 n 0101 | extraordinarily large in size or extent or amount or power or degree; "an enormous boulder"; "enormous expenses"; "tremendous sweeping plains"; "a tremendous fact in human experience; that a whole civilization should be dependent on technology"- Walter Lippman; "a plane took off with a tremendous noise"
-01385663 00 s 01 cosmic 0 002 & 01382086 a 0000 + 09466280 n 0105 | inconceivably extended in space or time
-01385773 00 s 04 elephantine 0 gargantuan 0 giant 0 jumbo 0 006 & 01382086 a 0000 + 10129133 n 0301 + 09488711 n 0301 + 10128909 n 0301 + 01323781 n 0301 + 09488448 n 0201 | of great mass; huge and bulky; "a jumbo jet"; "jumbo shrimp"
-01386010 00 s 03 epic 0 heroic 0 larger-than-life 0 001 & 01382086 a 0000 | very imposing or impressive; surpassing the ordinary (especially in size or scale); "an epic voyage"; "of heroic proportions"; "heroic sculpture"
-01386234 00 s 02 extensive 0 extended 0 003 & 01382086 a 0000 + 05106317 n 0102 + 00540235 v 0103 | large in spatial extent or range or scope or quantity; "an extensive Roman settlement in northwest England"; "extended farm lands"; "surgeons with extended experience"; "they suffered extensive damage"
-01386538 00 s 02 gigantic 1 mammoth 1 007 & 01382086 a 0000 + 02504770 n 0201 + 10129133 n 0101 + 09488711 n 0101 + 10128909 n 0101 + 08056471 n 0101 + 01323781 n 0101 | so exceedingly large or extensive as to suggest a giant or mammoth; "a gigantic redwood"; "gigantic disappointment"; "a mammoth ship"; "a mammoth multinational corporation"
-01386883 00 s 01 great 1 002 & 01382086 a 0000 + 05104548 n 0103 | relatively large in size or number or extent; larger than others of its kind; "a great juicy steak"; "a great multitude"; "the great auk"; "a great old oak"; "a great ocean liner"; "a great delay"
-01387149 00 s 01 grand 0 003 & 01382086 a 0000 + 04729328 n 0102 + 05104548 n 0102 | large and impressive in physical size or extent; "the bridge is a grand structure"
-01387319 00 s 04 huge 1 immense 1 vast 0 Brobdingnagian 0 004 & 01382086 a 0000 + 05104548 n 0307 + 05104548 n 0204 + 05104548 n 0205 | unusually great in size or amount or degree or especially extent or scope; "huge government spending"; "huge country estates"; "huge popular demand for higher education"; "a huge wave"; "the Los Angeles aqueduct winds like an immense snake along the base of the mountains"; "immense numbers of birds"; "at vast (or immense) expense"; "the vast reaches of outer space"; "the vast accumulation of knowledge...which we call civilization"- W.R.Inge
-01387902 00 s 02 hulking 0 hulky 0 002 & 01382086 a 0000 + 10129133 n 0202 | of great size and bulk; "a hulking figure of a man"; "three hulking battleships"
-01388062 00 s 05 humongous 0 banging 0 thumping 0 whopping 0 walloping 0 002 & 01382086 a 0000 ;u 07075172 n 0000 | (used informally) very large; "a thumping loss"
-01388228 00 s 02 king-size 0 king-sized 0 001 & 01382086 a 0000 | extra large; "a king-size bed"
-01388327 00 s 01 large-mouthed 0 001 & 01382086 a 0000 | having a relatively large mouth
-01388418 00 s 01 large-scale 0 001 & 01382086 a 0000 | unusually large in scope; "a large-scale attack on AIDS is needed"
-01388542 00 s 01 large-scale 2 001 & 01382086 a 0000 | constructed or drawn to a big scale; "large-scale maps"
-01388655 00 s 04 life-size 0 lifesize 0 life-sized 0 full-size 0 001 & 01382086 a 0000 | being of the same size as an original; "a life-size sculpture"
-01388809 00 s 02 macroscopic 0 macroscopical 0 001 & 01382086 a 0000 | large enough to be visible with the naked eye
-01388928 00 s 01 macro 0 001 & 01382086 a 0000 | very large in scale or scope or capability
-01389022 00 s 01 man-sized 0 002 & 01382086 a 0000 ;u 07075172 n 0000 | very large; appropriate to the size of a man; "a man-sized piece of cake"
-01389170 00 s 03 massive 0 monolithic 0 monumental 0 003 & 01382086 a 0000 + 05027837 n 0103 + 05104421 n 0102 | imposing in size or bulk or solidity; "massive oak doors"; "Moore's massive sculptures"; "the monolithic proportions of Stalinist architecture"; "a monumental scale"
-01389451 00 s 01 massive 2 001 & 01382086 a 0000 | imposing in scale or scope or degree or power; "massive retaliatory power"; "a massive increase in oil prices"; "massive changes"
-01389634 00 s 01 medium-large 0 001 & 01382086 a 0000 | of anything that is large but not the largest
-01389738 00 s 01 monstrous 0 003 & 01382086 a 0000 + 10128909 n 0104 + 10109443 n 0103 | abnormally large
-01389846 00 s 01 mountainous 0 001 & 01382086 a 0000 | like a mountain in size and impressiveness; "mountainous waves"; "a mountainous dark man"
-01389993 00 s 04 outsize 0 outsized 0 oversize 0 oversized 0 002 & 01382086 a 0000 + 05096577 n 0101 | larger than normal for its kind
-01390130 00 s 02 overlarge 0 too_large 0 001 & 01382086 a 0000 | excessively large
-01390215 00 s 01 plumping 0 001 & 01382086 a 0000 | very large; of exceptional size for its kind; "won by a plumping majority"
-01390344 00 s 02 queen-size 0 queen-sized 0 001 & 01382086 a 0000 | (used especially of beds) not as large as king-size; "a queen-sized bed"
-01390487 00 s 01 rangy 0 002 & 01382086 a 0000 + 08629199 n 0101 | allowing ample room for ranging
-01390588 00 s 01 super 0 001 & 01382086 a 0000 | extremely large; "another super skyscraper"
-01390683 00 s 01 titanic 0 002 & 01382086 a 0000 + 09938991 n 0105 | of great force or power
-01390778 00 s 01 volumed 0 001 & 01382086 a 0000 | formed or rising in rounded masses; "gasping with the volumed smoke"
-01390900 00 s 01 voluminous 0 005 & 01382086 a 0000 + 05106024 n 0103 + 13779032 n 0101 + 05099389 n 0103 + 05106024 n 0102 | large in volume or bulk; "a voluminous skirt"
-01391074 00 s 01 whacking 0 003 & 01382086 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) enormous; "a whacking phone bill"; "a whacking lie"
-01391237 00 s 01 wide-ranging 0 001 & 01382086 a 0000 | including much; "the pianist's wide-ranging repertoire"
-01391351 00 a 02 small 0 little 1 029 = 05098942 n 0000 + 05106633 n 0202 ! 01382086 a 0202 + 05110583 n 0101 + 05106633 n 0101 ! 01382086 a 0101 & 01392071 a 0000 & 01392160 a 0000 & 01392249 a 0000 & 01392633 a 0000 & 01392896 a 0000 & 01393024 a 0000 & 01393141 a 0000 & 01393311 a 0000 & 01393397 a 0000 & 01393483 a 0000 & 01393681 a 0000 & 01393822 a 0000 & 01393976 a 0000 & 01394075 a 0000 & 01394180 a 0000 & 01394316 a 0000 & 01394400 a 0000 & 01394558 a 0000 & 01394744 a 0000 & 01394922 a 0000 & 01395028 a 0000 & 01395095 a 0000 & 01395229 a 0000 | limited or below average in number or quantity or magnitude or extent; "a little dining room"; "a little house"; "a small car"; "a little (or small) group"
-01392071 00 s 01 atomic 0 002 & 01391351 a 0000 + 14585519 n 0101 | immeasurably small
-01392160 00 s 01 subatomic 0 001 & 01391351 a 0000 | of smaller than atomic dimensions
-01392249 00 s 07 bantam 0 diminutive 0 lilliputian 0 midget 0 petite 0 tiny 0 flyspeck 0 007 & 01391351 a 0000 + 05106928 n 0604 + 05096708 n 0501 + 05106928 n 0503 + 10262880 n 0301 + 06290246 n 0201 + 05106928 n 0201 | very small; "diminutive in stature"; "a lilliputian chest of drawers"; "her petite figure"; "tiny feet"; "the flyspeck nation of Bahrain moved toward democracy"
-01392633 00 s 0c bitty 0 bittie 0 teensy 0 teentsy 0 teeny 0 wee 0 weeny 0 weensy 0 teensy-weensy 0 teeny-weeny 0 itty-bitty 0 itsy-bitsy 0 004 & 01391351 a 0000 ;u 07075172 n 0000 + 05106928 n 0605 + 13761407 n 0102 | (used informally) very small; "a wee tot"
-01392896 00 s 01 dinky 0 002 & 01391351 a 0000 ;u 07075172 n 0000 | small and insignificant; "we stayed in a dinky old hotel"
-01393024 00 s 01 dwarfish 0 002 & 01391351 a 0000 + 05107668 n 0101 | atypically small; "dwarf tree"; "dwarf star"
-01393141 00 s 02 elfin 0 elflike 0 001 & 01391351 a 0000 | small and delicate; "she was an elfin creature--graceful and delicate"; "obsessed by things elfin and small"
-01393311 00 s 01 gnomish 0 001 & 01391351 a 0000 | used of small deformed creatures
-01393397 00 s 01 half-size 0 001 & 01391351 a 0000 | half the usual or regular size
-01393483 00 s 02 infinitesimal 0 minute 0 002 & 01391351 a 0000 + 05106928 n 0202 | infinitely or immeasurably small; "two minute whiplike threads of protoplasm"; "reduced to a microscopic scale"
-01393681 00 s 01 lesser 0 001 & 01391351 a 0000 | smaller in size or amount or value; "the lesser powers of Europe"; "the lesser anteater"
-01393822 00 s 02 microscopic 0 microscopical 0 001 & 01391351 a 0000 | so small as to be invisible without a microscope; "differences were microscopic"
-01393976 00 s 01 micro 0 001 & 01391351 a 0000 | extremely small in scale or scope or capability
-01394075 00 s 01 miniature 0 001 & 01391351 a 0000 | being on a very small scale; "a miniature camera"
-01394180 00 s 02 minuscule 0 miniscule 0 001 & 01391351 a 0000 | very small; "a minuscule kitchen"; "a minuscule amount of rain fell"
-01394316 00 s 01 olive-sized 0 001 & 01391351 a 0000 | about the size of an olive
-01394400 00 s 03 pocket-size 0 pocket-sized 0 pocketable 0 001 & 01391351 a 0000 | small enough to be carried in a garment pocket; "pocket-size paperbacks"
-01394558 00 s 03 puny 0 runty 0 shrimpy 0 005 & 01391351 a 0000 + 10543544 n 0302 + 10543544 n 0201 + 05107495 n 0202 + 05107495 n 0101 | (used especially of persons) of inferior size
-01394744 00 s 02 slender 0 slim 0 003 & 01391351 a 0000 + 05121095 n 0203 + 05117406 n 0101 | small in quantity; "slender wages"; "a slim chance of winning"; "a small surplus"
-01394922 00 s 02 smaller 0 littler 0 001 & 01391351 a 0000 | small or little relative to something else
-01395028 00 s 01 smallish 0 001 & 01391351 a 0000 | rather small
-01395095 00 s 01 small-scale 0 001 & 01391351 a 0000 | created or drawn on a small scale; "small-scale maps"; "a small-scale model"
-01395229 00 s 02 undersize 0 undersized 0 001 & 01391351 a 0000 | smaller than normal for its kind
-01395330 00 a 01 greater 0 001 ! 01395488 a 0101 | greater in size or importance or degree; "for the greater good of the community"; "the greater Antilles"
-01395488 00 a 01 lesser 0 001 ! 01395330 a 0101 | of less size or importance; "the lesser anteater"; "the lesser of two evils"
-01395617 00 a 01 lawful 0 006 ^ 01400562 a 0000 ^ 02318464 a 0000 = 04809784 n 0000 + 04809784 n 0101 ! 01396047 a 0101 & 01395821 a 0000 | conformable to or allowed by law; "lawful methods of dissent"
-01395821 00 s 02 law-abiding 0 observant 0 003 & 01395617 a 0000 + 01204419 n 0202 + 02578510 v 0201 | (of individuals) adhering strictly to laws and rules and customs; "law-abiding citizens"; "observant of the speed limit"
-01396047 00 a 01 unlawful 0 008 ^ 02319129 a 0000 ^ 01401854 a 0000 = 04809784 n 0000 + 04810865 n 0101 ! 01395617 a 0101 & 01396333 a 0000 & 01396503 a 0000 & 01396628 a 0000 | contrary to or prohibited by or defiant of law; "unlawful measures"; "unlawful money"; "unlawful hunters"
-01396333 00 s 02 lawless 0 outlaw(a) 0 003 & 01396047 a 0000 + 09977660 n 0204 + 04811126 n 0101 | disobedient to or defiant of law; "lawless bands roaming the plains"
-01396503 00 s 02 wide-open 0 lawless 2 002 & 01396047 a 0000 + 13973059 n 0202 | lax in enforcing laws; "a wide-open town"
-01396628 00 s 01 wrongful 0 002 & 01396047 a 0000 + 04854604 n 0102 | unlawfully violating the rights of others; "wrongful death"; "a wrongful diversion of trust income"
-01396800 00 a 01 leaded 0 002 ! 01397125 a 0101 & 01396931 a 0000 | treated or mixed with lead; "leaded gasoline"; "leaded zinc"
-01396931 00 s 02 antiknock 0 antiknocking 0 002 & 01396800 a 0000 + 14585223 n 0101 | suppressing or eliminating engine knock in combustion engines; "antiknock properties"; "antiknock rating"
-01397125 00 a 02 unleaded 0 leadless 0 002 ! 01396800 a 0101 & 01397251 a 0000 | not treated with lead; "unleaded gasoline"
-01397251 00 s 02 lead-free 0 nonleaded 0 001 & 01397125 a 0000 | (of gasoline) not containing tetraethyl lead; "lead-free gasoline"
-01397385 00 a 01 leaky 0 009 ^ 01772032 a 0000 ^ 02088086 a 0000 + 07436661 n 0102 + 14577872 n 0101 ! 01398199 a 0101 & 01397674 a 0000 & 01397786 a 0000 & 01397892 a 0000 & 01397998 a 0000 | permitting the unwanted passage of fluids or gases ; "a leaky roof"; "a leaky defense system"
-01397674 00 s 02 drafty 0 draughty 0 003 & 01397385 a 0000 + 11522448 n 0202 + 11522448 n 0101 | not airtight
-01397786 00 s 01 drippy 0 002 & 01397385 a 0000 + 07432559 n 0101 | leaking in drops; "a drippy faucet"
-01397892 00 s 03 oozing 0 oozy 0 seeping 0 002 & 01397385 a 0000 + 07432119 n 0202 | leaking out slowly
-01397998 00 s 02 holey 0 porous 0 003 & 01397385 a 0000 + 13912115 n 0201 + 09304465 n 0101 | allowing passage in and out; "our unfenced and largely unpoliced border inevitably has been very porous"
-01398199 00 a 01 tight 2 011 ^ 01772609 a 0000 ^ 02087956 a 0000 ^ 01447302 a 0000 ! 01397385 a 0101 & 01398528 a 0000 & 01398648 a 0000 & 01398772 a 0000 & 01398865 a 0000 & 01398941 a 0000 & 01399096 a 0000 & 01399235 a 0000 | of such close construction as to be impermeable; "a tight roof"; "warm in our tight little house"
-01398528 00 s 03 airtight 0 air-tight 0 gas-tight 0 001 & 01398199 a 0000 | not allowing air or gas to pass in or out
-01398648 00 s 01 dripless 0 001 & 01398199 a 0000 | designed to prevent dripping; "a dripless faucet"; "dripless candles"
-01398772 00 s 01 hermetic 0 001 & 01398199 a 0000 | completely sealed; completely airtight
-01398865 00 s 01 leakproof 0 001 & 01398199 a 0000 | not subject to leaks
-01398941 00 s 03 rainproof 0 waterproof 0 waterproofed 0 003 & 01398199 a 0000 + 04561734 n 0201 + 04049405 n 0202 | not permitting the passage of water
-01399096 00 s 01 snug 0 002 & 01398199 a 0000 + 03144365 n 0104 | well and tightly constructed; "a snug house"; "a snug little sailboat"
-01399235 00 s 01 watertight 0 001 & 01398199 a 0000 | not allowing water to pass in or out
-01399328 00 a 01 caulked 0 003 ! 01399671 a 0101 & 01399469 a 0000 & 01399564 a 0000 | having cracks and crevices stopped up with a filler
-01399469 00 s 02 chinked 0 stopped-up 0 001 & 01399328 a 0000 | having narrow opening filled
-01399564 00 s 01 weather-stripped 0 001 & 01399328 a 0000 | having cracks blocked with weather stripping
-01399671 00 a 01 uncaulked 0 001 ! 01399328 a 0101 | not caulked or sealed
-01399748 00 a 01 leavened 0 001 ! 01399949 a 0101 | made light by aerating, as with yeast or baking powder; often used as a combining form; "leavened bread"; "well-leavened"; "yeast-leavened breads"
-01399949 00 a 02 unleavened 0 unraised 0 001 ! 01399748 a 0101 | made without leavening; "unleavened bread is often simply flour mixed with water"
-01400098 00 a 01 leeward 0 002 ! 01400336 a 0101 & 01400237 a 0000 | on the side away from the wind; "on the leeward side of the island"
-01400237 00 s 02 downwind 0 lee(a) 0 001 & 01400098 a 0000 | towards the side away from the wind
-01400336 00 a 01 windward 0 002 ! 01400098 a 0101 & 01400464 a 0000 | on the side exposed to the wind; "the windward islands"
-01400464 00 s 02 upwind 0 weather(a) 0 001 & 01400336 a 0000 | towards the side exposed to wind
-01400562 00 a 01 legal 0 012 ^ 01395617 a 0000 ^ 01406640 a 0000 = 04809237 n 0000 + 04809237 n 0101 ! 01401854 a 0101 & 01400876 a 0000 & 01400961 a 0000 & 01401105 a 0000 & 01401224 a 0000 & 01401413 a 0000 & 01401532 a 0000 & 01401734 a 0000 | established by or founded upon law or official or accepted rules
-01400876 00 s 01 court-ordered 0 001 & 01400562 a 0000 | ordered by a court of law
-01400961 00 s 01 judicial 0 002 & 01400562 a 0000 + 10225219 n 0101 | decreed by or proceeding from a court of justice; "a judicial decision"
-01401105 00 s 02 jural 0 juristic 0 001 & 01400562 a 0000 | of or relating to law or to legal rights and obligations
-01401224 00 s 03 lawful 0 legitimate 0 licit 0 003 & 01400562 a 0000 + 04810194 n 0301 + 04809784 n 0101 | authorized, sanctioned by, or in accordance with law; "a legitimate government"
-01401413 00 s 02 ratified 0 sanctioned 0 001 & 01400562 a 0000 | formally approved and invested with legal authority
-01401532 00 s 01 statutory 0 001 & 01400562 a 0000 | prescribed or authorized by or punishable under a statute; "statutory restrictions"; "a statutory age limit"; "statutory crimes"; "statutory rape"
-01401734 00 s 01 sub_judice 0 001 & 01400562 a 0000 | before a judge or court of law; awaiting judicial determination
-01401854 00 a 01 illegal 0 021 ^ 01407465 a 0000 ^ 01960656 a 0000 ^ 01396047 a 0000 = 04809237 n 0000 + 04810327 n 0101 ! 01400562 a 0101 & 01402343 a 0000 & 01402498 a 0000 & 01402580 a 0000 & 01402763 a 0000 & 01403012 a 0000 & 01403151 a 0000 & 01403316 a 0000 & 01403469 a 0000 & 01403632 a 0000 & 01403760 a 0000 & 01404042 a 0000 & 01404195 a 0000 & 01404370 a 0000 & 01404482 a 0000 & 01404582 a 0000 | prohibited by law or by official or accepted rules; "an illegal chess move"
-01402343 00 s 01 amerciable 0 003 & 01401854 a 0000 + 02498987 v 0101 + 02500265 v 0101 | of a crime or misdemeanor; punishable by a fine set by a judge
-01402498 00 s 02 banned 0 prohibited 0 001 & 01401854 a 0000 | forbidden by law
-01402580 00 s 05 bootleg 0 black 0 black-market 0 contraband 0 smuggled 0 002 & 01401854 a 0000 + 03096273 n 0401 | distributed or sold illicitly; "the black economy pays no taxes"
-01402763 00 s 02 criminal 0 felonious 0 005 & 01401854 a 0000 + 00768701 n 0201 + 00767477 n 0101 + 00766234 n 0101 + 13991346 n 0103 | involving or being or having the nature of a crime; "a criminal offense"; "criminal abuse"; "felonious intent"
-01403012 00 s 02 dirty 0 ill-gotten 0 001 & 01401854 a 0000 | obtained illegally or by improper means; "dirty money"; "ill-gotten gains"
-01403151 00 s 02 embezzled 0 misappropriated 0 001 & 01401854 a 0000 | taken for your own use in violation of a trust; "the banker absconded with embezzled funds"
-01403316 00 s 01 extrajudicial 0 001 & 01401854 a 0000 | beyond the usual course of legal proceedings; legally unwarranted; "an extrajudicial penalty"
-01403469 00 s 02 extralegal 0 nonlegal 0 001 & 01401854 a 0000 | not regulated or sanctioned by law; "there were only extralegal recourses for their grievances"
-01403632 00 s 01 hot 0 002 & 01401854 a 0000 ;u 07075172 n 0000 | recently stolen or smuggled; "hot merchandise"; "a hot car"
-01403760 00 s 05 illegitimate 0 illicit 0 outlaw(a) 0 outlawed 0 unlawful 0 004 & 01401854 a 0000 + 04810865 n 0501 + 09977660 n 0304 + 04811628 n 0201 | contrary to or forbidden by law; "an illegitimate seizure of power"; "illicit trade"; "an outlaw strike"; "unlawful measures"
-01404042 00 s 01 ineligible 0 003 & 01401854 a 0000 ;c 00523513 n 0000 + 04718134 n 0101 | prohibited by official rules; "an ineligible pass receiver"
-01404195 00 s 02 misbranded 0 mislabeled 0 001 & 01401854 a 0000 | branded or labeled falsely and in violation of statutory requirements; "confiscated the misbranded drugs"
-01404370 00 s 02 penal 0 punishable 0 001 & 01401854 a 0000 | subject to punishment by law; "a penal offense"
-01404482 00 s 01 under-the-counter 0 001 & 01401854 a 0000 | done or sold illicitly and secretly;
-01404582 00 s 01 unratified 0 001 & 01401854 a 0000 | lacking legal authority; "the unratified Equal Right Amendment"
-01404702 00 a 01 legible 0 004 + 04819285 n 0101 ! 01405214 a 0101 & 01404898 a 0000 & 01405047 a 0000 | (of handwriting, print, etc.) capable of being read or deciphered; "legible handwriting"
-01404898 00 s 02 clean 0 fair 0 001 & 01404702 a 0000 | (of a manuscript) having few alterations or corrections; "fair copy"; "a clean manuscript"
-01405047 00 s 03 clear 0 decipherable 0 readable 0 005 & 01404702 a 0000 + 04819285 n 0302 + 04819953 n 0301 + 04820258 n 0101 + 04820258 n 0105 | easily deciphered
-01405214 00 a 01 illegible 0 004 + 04822685 n 0101 ! 01404702 a 0101 & 01405390 a 0000 & 01405523 a 0000 | (of handwriting, print, etc.) not legible; "illegible handwriting"
-01405390 00 s 03 dirty 0 foul 0 marked-up 0 001 & 01405214 a 0000 | (of a manuscript) defaced with changes; "foul (or dirty) copy"
-01405523 00 s 04 indecipherable 0 unclear 0 undecipherable 0 unreadable 0 002 & 01405214 a 0000 + 04823866 n 0201 | not easily deciphered; "indecipherable handwriting"
-01405693 00 a 01 deciphered 0 001 ! 01405797 a 0101 | converted from cryptic to intelligible language
-01405797 00 a 01 undeciphered 0 001 ! 01405693 a 0101 | not deciphered; "Linear A is still undeciphered"
-01405904 00 a 01 biological 0 003 ! 01406263 a 0101 & 01406058 a 0000 & 01406180 a 0000 | of parents and children; related by blood; "biological child"
-01406058 00 s 01 begotten 0 001 & 01405904 a 0000 | (of offspring) generated by procreation; "naturally begotten child"
-01406180 00 s 01 natural 0 001 & 01405904 a 0000 | related by blood; not adopted
-01406263 00 a 01 adoptive 0 003 + 00413195 v 0101 ! 01405904 a 0101 & 01406418 a 0000 | of parents and children; related by adoption; "adoptive parents"
-01406418 00 s 02 foster 0 surrogate 0 001 & 01406263 a 0000 | providing or receiving nurture or parental care though not related by blood or legal ties; "foster parent"; "foster child"; "foster home"; "surrogate father"
-01406640 00 a 01 legitimate 0 007 ^ 00178575 a 0000 ^ 01400562 a 0000 ^ 02498708 a 0000 ! 01407465 a 0101 & 01406853 a 0000 & 01406961 a 0000 & 01407267 a 0000 | of marriages and offspring; recognized as lawful
-01406853 00 s 01 lawfully-begotten 0 001 & 01406640 a 0000 | born in wedlock; enjoying full filial rights
-01406961 00 s 02 morganatic 0 left-handed 1 001 & 01406640 a 0000 | (of marriages) of a marriage between one of royal or noble birth and one of lower rank; valid but with the understanding that the rank of the inferior remains unchanged and offspring do not succeed to titles or property of the superior
-01407267 00 s 03 true(a) 0 lawful 0 rightful(a) 0 003 & 01406640 a 0000 + 04850341 n 0302 + 04809784 n 0201 | having a legally established claim; "the legitimate heir"; "the true and lawful king"
-01407465 00 a 01 illegitimate 0 010 ^ 01401854 a 0000 ^ 02499750 a 0000 ^ 00179486 a 0000 ! 01406640 a 0101 & 01407738 a 0000 & 01407816 a 0000 & 01407909 a 0000 & 01408135 a 0000 & 01408240 a 0000 & 01408421 a 0000 | of marriages and offspring; not recognized as lawful
-01407738 00 s 01 adulterine 0 001 & 01407465 a 0000 | conceived in adultery
-01407816 00 s 02 base 0 baseborn 0 002 & 01407465 a 0000 ;u 07073447 n 0000 | illegitimate
-01407909 00 s 04 bastardly 0 misbegot 0 misbegotten 0 spurious 0 002 & 01407465 a 0000 + 09842823 n 0101 | born out of wedlock; "the dominions of both rulers passed away to their spurious or doubtful offspring"- E.A.Freeman
-01408135 00 s 01 fatherless 0 001 & 01407465 a 0000 | not having a known or legally responsible father
-01408240 00 s 01 left-handed 2 001 & 01407465 a 0000 | (of marriages) illicit or informal; "in Colonial America left-handed marriages between Frenchmen and Indians were frequent"
-01408421 00 s 02 unlawful 0 wrongful 0 003 & 01407465 a 0000 + 04854604 n 0202 + 04810865 n 0101 | having no legally established claim; "the wrongful heir to the throne"
-01408593 00 a 04 leptorrhine 0 leptorhine 0 leptorrhinian 0 leptorrhinic 0 002 ! 01408738 a 0101 ! 01408929 a 0101 | having a long narrow nose
-01408738 00 a 02 catarrhine 0 catarrhinian 0 003 + 02484473 n 0202 ! 01408593 a 0101 ! 01408929 a 0101 | of or related to Old World monkeys that have nostrils together and opening downward
-01408929 00 a 06 platyrrhine 0 platyrrhinian 0 platyrhine 0 platyrhinian 0 platyrrhinic 0 broadnosed 0 005 + 02489589 n 0502 + 02489589 n 0402 + 02489589 n 0202 ! 01408738 a 0101 ! 01408593 a 0101 | of or related to New World monkeys having nostrils far apart or to people with broad noses
-01409221 00 a 01 leptosporangiate 0 001 ! 01409379 a 0101 | (of ferns) having each sporangium formed from a single epidermal cell; "leptosporangiate ferns"
-01409379 00 a 01 eusporangiate 0 001 ! 01409221 a 0101 | (of ferns) having sporangia that arise from a group of epidermal cells; "eusporangiate ferns of the families Ophioglossaceae and Marattiaceae"
-01409581 00 a 02 like 0 similar 2 007 ^ 02062670 a 0000 + 04743605 n 0201 + 04744814 n 0101 ! 01410363 a 0101 & 01410036 a 0000 & 01410118 a 0000 & 01410222 a 0000 | resembling or similar; having the same or some of the same characteristics; often used in combination; "suits of like design"; "a limited circle of like minds"; "members of the cat family have like dispositions"; "as like as two peas in a pod"; "doglike devotion"; "a dreamlike quality"
-01410036 00 s 01 like-minded 0 001 & 01409581 a 0000 | of the same turn of mind
-01410118 00 s 01 look-alike 0 001 & 01409581 a 0000 | resembling closely; "they have look-alike cars"
-01410222 00 s 01 suchlike 0 001 & 01409581 a 0000 | of the same kind; "a locker that usually contained paper, ink, and suchlike equipment"
-01410363 00 a 03 unlike 0 dissimilar 2 different 2 005 + 04748836 n 0301 + 02666239 v 0301 + 04750164 n 0201 + 04750764 n 0101 ! 01409581 a 0101 | marked by dissimilarity; "for twins they are very unlike"; "people are profoundly different"
-01410606 00 a 03 alike(p) 0 similar 4 like 4 005 = 04744814 n 0000 + 04744814 n 0301 + 04743605 n 0201 + 04744814 n 0102 ! 01410905 a 0101 | having the same or similar characteristics; "all politicians are alike"; "they looked utterly alike"; "friends are generally alike in background and taste"
-01410905 00 a 02 unalike 0 dissimilar 4 003 = 04744814 n 0000 + 04750164 n 0201 ! 01410606 a 0101 | not alike or similar; "as unalike as two people could be"
-01411065 00 a 02 like 2 same 4 002 ^ 00889831 a 0000 ! 01411291 a 0101 | equal in amount or value; "like amounts"; "equivalent amounts"; "the same amount"; "gave one six blows and the other a like number"; "the same number"
-01411291 00 a 01 unlike 2 002 ^ 00892379 a 0000 ! 01411065 a 0101 | not equal in amount; "they distributed unlike (or unequal) sums to the various charities"
-01411451 00 a 01 likely 0 007 ^ 01821266 a 0000 = 04756635 n 0000 + 04756635 n 0102 ! 01412415 a 0101 & 01411919 a 0000 & 01412134 a 0000 & 01412286 a 0000 | has a good chance of being the case or of coming about; "these services are likely to be available to us all before long"; "she is likely to forget"; "a likely place for a restaurant"; "the broken limb is likely to fall"; "rain is likely"; "a likely topic for investigation"; "likely candidates for the job"
-01411919 00 s 02 apt(p) 0 liable(p) 0 003 & 01411451 a 0000 + 05161436 n 0201 + 04943154 n 0101 | at risk of or subject to experiencing something usually unpleasant; "he is apt to lose"; "she is liable to forget"
-01412134 00 s 01 probable 0 002 & 01411451 a 0000 + 04756172 n 0101 | apparently destined; "the probable consequences of going ahead with the scheme"
-01412286 00 s 01 promising 0 001 & 01411451 a 0000 | showing possibility of achievement or excellence; "a promising young man"
-01412415 00 a 01 unlikely 0 006 = 04756635 n 0000 + 04758776 n 0102 ! 01411451 a 0101 & 01412721 a 0000 & 01412912 a 0000 & 01413084 a 0000 | has little chance of being the case or coming about; "an unlikely story"; "an unlikely candidate for reelection"; "a butcher is unlikely to preach vegetarianism"
-01412721 00 s 02 farfetched 0 implausible 0 003 & 01412415 a 0000 + 04784322 n 0202 + 04784322 n 0201 | highly imaginative but unlikely; "a farfetched excuse"; "an implausible explanation"
-01412912 00 s 01 last 0 001 & 01412415 a 0000 | most unlikely or unsuitable; "the last person we would have suspected"; "the last man they would have chosen for the job"
-01413084 00 s 02 outside 0 remote 0 002 & 01412415 a 0000 + 05085165 n 0202 | very unlikely; "an outside chance"; "a remote possibility"; "a remote contingency"
-01413247 00 a 02 probable 0 likely 4 006 + 04756635 n 0202 + 05091770 n 0101 ! 01413871 a 0101 & 01413501 a 0000 & 01413576 a 0000 & 01413763 a 0000 | likely but not certain to be or become true or real; "a likely result"; "he foresaw a probable loss"
-01413501 00 s 01 equiprobable 0 001 & 01413247 a 0000 | equally probable
-01413576 00 s 01 presumptive 0 003 & 01413247 a 0000 + 01015677 v 0101 + 00632236 v 0102 | having a reasonable basis for belief or acceptance; "the presumptive heir (or heir apparent)"
-01413763 00 s 01 verisimilar 0 001 & 01413247 a 0000 | appearing to be true or real; "a verisimilar tale"
-01413871 00 a 02 improbable 0 unlikely 4 005 + 04758776 n 0202 + 04758452 n 0102 + 04758452 n 0101 ! 01413247 a 0101 & 01414137 a 0000 | not likely to be true or to occur or to have occurred; "legislation on the question is highly unlikely"; "an improbable event"
-01414137 00 s 01 supposed(a) 2 001 & 01413871 a 0000 | mistakenly believed; "the supposed existence of ghosts"
-01414250 00 a 01 limbed 0 005 ! 01414817 a 0101 & 01414488 a 0000 & 01414566 a 0000 & 01414663 a 0000 & 01414740 a 0000 | having or as if having limbs, especially limbs of a specified kind (usually used in combination); "strong-limbed"
-01414488 00 s 01 boughed 4 001 & 01414250 a 0000 | having boughs (of trees)
-01414566 00 s 01 flipper-like 0 001 & 01414250 a 0000 | having limbs that are used as flippers
-01414663 00 s 01 heavy-limbed 0 001 & 01414250 a 0000 | having heavy limbs
-01414740 00 s 01 sharp-limbed 0 001 & 01414250 a 0000 | having sharp limbs
-01414817 00 a 01 limbless 0 002 ! 01414250 a 0101 & 01414938 a 0000 | having no limbs; "a snake is a limbless reptile"
-01414938 00 s 01 boughless 4 001 & 01414817 a 0000 | having no boughs (of trees)
-01415021 00 a 01 limited 0 004 ^ 02561888 a 0000 ! 01415605 a 0101 & 01415219 a 0000 & 01415480 a 0000 | small in range or scope; "limited war"; "a limited success"; "a limited circle of friends"
-01415219 00 s 06 minor 0 modest 0 small 0 small-scale 0 pocket-size 0 pocket-sized 0 002 & 01415021 a 0000 + 05106633 n 0301 | limited in size or scope; "a small business"; "a newspaper with a modest circulation"; "small-scale plans"; "a pocket-size country"
-01415480 00 s 01 narrow 0 002 & 01415021 a 0000 + 05846626 n 0101 | limited in size or scope; "the narrow sense of a word"
-01415605 00 a 02 unlimited 0 limitless 4 005 + 05209324 n 0205 ! 01415021 a 0101 & 01415917 a 0000 & 01416081 a 0000 & 01416255 a 0000 | having no limits in range or scope; "to start with a theory of unlimited freedom is to end up with unlimited despotism"- Philip Rahv; "the limitless reaches of outer space"
-01415917 00 s 01 bottomless 0 002 & 01415605 a 0000 + 05135582 n 0101 | having no apparent limits or bounds; "a bottomless supply of money"; "bottomless pockets"
-01416081 00 s 01 oceanic 0 002 & 01415605 a 0000 + 13776971 n 0101 | resembling the ocean in apparent limitlessness in extent or degree; "the oceanic violence of his rage"
-01416255 00 s 02 untrammeled 0 untrammelled 0 001 & 01415605 a 0000 | not confined or limited; "the gift of a fresh eye and an untrammeled curiosity"- Russell Lord; "the untrammeled rush that the snows had shown in the first spring sun"- Farley Mowat
-01416508 00 a 02 lineal 0 direct 4 006 ^ 01971237 a 0000 + 08101937 n 0102 ! 01417228 a 0101 & 01416809 a 0000 & 01416959 a 0000 & 01417105 a 0000 | in a straight unbroken line of descent from parent to child; "lineal ancestors"; "lineal heirs"; "a direct descendant of the king"; "direct heredity"
-01416809 00 s 02 matrilineal 0 matrilinear 0 001 & 01416508 a 0000 | based on or tracing descent through the female line; "matrilineal inheritance"
-01416959 00 s 02 patrilineal 0 patrilinear 0 001 & 01416508 a 0000 | based on or tracing descent through the male line; "a patrilineal society"
-01417105 00 s 01 unilateral 0 001 & 01416508 a 0000 | tracing descent from either the paternal or the maternal line only
-01417228 00 a 02 collateral 0 indirect 4 002 ^ 01971237 a 0000 ! 01416508 a 0101 | descended from a common ancestor but through different lines; "cousins are collateral relatives"; "an indirect descendant of the Stuarts"
-01417451 00 a 02 linear 2 additive 4 006 ;c 06000644 n 0000 + 00949288 v 0208 + 00182406 v 0201 + 05063218 n 0102 ! 01417790 a 0101 & 01417678 a 0000 | designating or involving an equation whose terms are of the first degree
-01417678 00 s 01 bilinear 0 001 & 01417451 a 0000 | linear with respect to each of two variables or positions
-01417790 00 a 01 nonlinear 0 002 ;c 06000644 n 0000 ! 01417451 a 0101 | designating or involving an equation whose terms are not of the first degree
-01417941 00 a 01 lined 0 002 ! 01418181 a 0101 & 01418104 a 0000 | having a lining or a liner; often used in combination; "a lined skirt"; "a silk-lined jacket"
-01418104 00 s 01 silk-lined 0 001 & 01417941 a 0000 | having a silk lining
-01418181 00 a 01 unlined 0 001 ! 01417941 a 0101 | not having a lining or liner; "a thin unlined jacket"
-01418288 00 a 01 listed 0 001 ! 01418350 a 0101 | on a list
-01418350 00 a 01 unlisted 0 003 ! 01418288 a 0101 & 01418486 a 0000 & 01418647 a 0000 | not on a list; "an unlisted telephone number"
-01418486 00 s 01 ex-directory 0 001 & 01418350 a 0000 | (of telephone numbers) not listed in the telephone directory; "an ex-directory number" (British usage)
-01418647 00 s 02 over-the-counter 0 otc 0 001 & 01418350 a 0000 | (of securities) not traded on a stock exchange; "over-the-counter stocks"
-01418789 00 a 01 literal 0 005 ^ 00914421 a 0000 ^ 02018486 a 0000 + 04760611 n 0101 ! 01419149 a 0101 & 01418989 a 0000 | limited to the explicit meaning of a word or text; "a literal translation"
-01418989 00 s 02 denotative 0 explicit 0 003 & 01418789 a 0000 + 04822032 n 0201 + 00931467 v 0101 | in accordance with fact or the primary meaning of a term
-01419149 00 a 02 figurative 0 nonliteral 0 009 ^ 02016535 a 0000 ! 01418789 a 0101 & 01419462 a 0000 & 01419638 a 0000 & 01419784 a 0000 & 01419999 a 0000 & 01420337 a 0000 & 01420488 a 0000 & 01420899 a 0000 | (used of the meanings of words or text) not literal; using figures of speech; "figurative language"
-01419462 00 s 01 analogical 0 003 & 01419149 a 0000 + 05780339 n 0101 + 00651176 n 0101 | expressing, composed of, or based on an analogy; "the analogical use of a metaphor"
-01419638 00 s 01 extended 0 001 & 01419149 a 0000 | beyond the literal or primary sense; "`hot off the press' shows an extended sense of `hot'"
-01419784 00 s 02 metaphorical 0 metaphoric 0 003 & 01419149 a 0000 + 07106800 n 0201 + 07106800 n 0101 | expressing one thing in terms normally denoting another; "a metaphorical expression"; "metaphoric language"
-01419999 00 s 02 metonymic 0 metonymical 0 004 & 01419149 a 0000 + 07107676 n 0201 + 06293898 n 0201 + 06293898 n 0101 | using the name of one thing for that of another with which it is closely associated; "to say `he spent the evening reading Shakespeare' is metonymic because it substitutes the author himself for the author's works"
-01420337 00 s 01 poetic 0 002 & 01419149 a 0000 + 07093273 n 0101 | characterized by romantic imagery; "Turner's vision of the rainbow...was poetic"
-01420488 00 s 02 synecdochic 0 synecdochical 0 003 & 01419149 a 0000 + 07108453 n 0201 + 07108453 n 0101 | using the name of a part for that of the whole or the whole for the part; or the special for the general or the general for the special; or the material for the thing made of it; "to use `hand' for `worker' or `ten sail' for `ten ships' or `steel' for `sword' is to use a synecdochic figure of speech"
-01420899 00 s 01 tropical 0 003 & 01419149 a 0000 ;c 06170498 n 0000 + 07105475 n 0101 | characterized by or of the nature of a trope or tropes; changed from its literal sense
-01421077 00 a 01 literate 1 005 ^ 00829745 a 0000 ^ 02270342 a 0000 ! 01421491 a 0101 & 01421249 a 0000 & 01421368 a 0000 | versed in literature; dealing with literature
-01421249 00 s 01 belletristic 0 001 & 01421077 a 0000 | written and regarded for aesthetic value rather than content
-01421368 00 s 01 literary 0 002 & 01421077 a 0000 + 06169488 n 0101 | knowledgeable about literature; "a literary style"
-01421491 00 a 01 illiterate 1 001 ! 01421077 a 0101 | lacking culture, especially in language and literature
-01421602 00 a 01 literate 0 001 ! 01421679 a 0101 | able to read and write
-01421679 00 a 01 illiterate 0 008 ^ 00830717 a 0000 = 05638486 n 0000 ! 01421602 a 0101 & 01421887 a 0000 & 01422098 a 0000 & 01422243 a 0000 & 01422354 a 0000 & 01422468 a 0000 | not able to read or write
-01421887 00 s 02 analphabetic 0 unlettered 0 003 & 01421679 a 0000 + 09790047 n 0102 + 05649256 n 0102 | having little acquaintance with writing; "special tutorials to assist the unlettered sector of society"
-01422098 00 s 01 functionally_illiterate 0 001 & 01421679 a 0000 | having reading and writing skills insufficient for ordinary practical needs
-01422243 00 s 01 preliterate 0 001 & 01421679 a 0000 | not yet having acquired the ability to read and write
-01422354 00 s 01 semiliterate 1 001 & 01421679 a 0000 | barely able to read and write; "an semiliterate scrawl"
-01422468 00 s 01 semiliterate 2 001 & 01421679 a 0000 | able to read but not to write
-01422556 00 a 02 live 2 unrecorded 4 002 ! 01422956 a 0101 & 01422863 a 0000 | actually being performed at the time of hearing or viewing; "a live television program"; "brought to you live from Lincoln Center"; "live entertainment involves performers actually in the physical presence of a live audience"
-01422863 00 s 02 unfilmed 0 untaped 0 001 & 01422556 a 0000 | not recorded on film or tape
-01422956 00 a 01 recorded 0 005 ! 01422556 a 0101 & 01423187 a 0000 & 01423344 a 0000 & 01423491 a 0000 & 01423592 a 0000 | set down or registered in a permanent form especially on film or tape for reproduction; "recorded music"
-01423187 00 s 02 canned 0 transcribed 0 002 & 01422956 a 0000 ;u 07075172 n 0000 | recorded for broadcast; "a transcribed announcement"; "canned laughter"
-01423344 00 s 01 filmed 0 001 & 01422956 a 0000 | recorded on film; made into a movie; "a filmed documentary"; "the filmed version of the novel"
-01423491 00 s 01 prerecorded 0 001 & 01422956 a 0000 | recorded at one time for transmission later
-01423592 00 s 02 taped 0 tape-recorded 0 001 & 01422956 a 0000 | recorded on tape
-01423676 00 a 02 livable 0 liveable 0 004 + 02649830 v 0203 + 02649830 v 0103 ! 01423998 a 0101 & 01423851 a 0000 | fit or suitable to live in or with; "livable conditions"
-01423851 00 s 02 habitable 0 inhabitable 0 003 & 01423676 a 0000 + 04722231 n 0102 + 04722231 n 0101 | fit for habitation; "the habitable world"
-01423998 00 a 02 unlivable 0 unliveable 0 002 ! 01423676 a 0101 & 01424156 a 0000 | unfit or unsuitable to live in or with; "unlivable substandard housing"
-01424156 00 s 01 uninhabitable 0 001 & 01423998 a 0000 | not fit for habitation
-01424238 00 a 01 liveried 0 001 ! 01424353 a 0101 | wearing livery; "liveried footmen stood on the palace steps"
-01424353 00 a 01 unliveried 0 001 ! 01424238 a 0101 | not wearing livery; "an unliveried chauffeur"
-01424455 00 a 01 loaded 0 003 ! 01424868 a 0101 & 01424596 a 0000 & 01424706 a 0000 | (of weapons) charged with ammunition; "a loaded gun"
-01424596 00 s 01 live 0 001 & 01424455 a 0000 | charged with an explosive; "live ammunition"; "a live bomb"
-01424706 00 s 02 undischarged 0 unexploded 0 001 & 01424455 a 0000 | still capable of exploding or being fired; "undischarged ammunition"; "an unexploded bomb"
-01424868 00 a 01 unloaded 0 003 ! 01424455 a 0101 & 01425056 a 0000 & 01425154 a 0000 | (of weapons) not charged with ammunition; "many people are killed by guns thought to be unloaded"
-01425056 00 s 01 blank 0 001 & 01424868 a 0000 | not charged with a bullet; "a blank cartridge"
-01425154 00 s 01 dud 0 001 & 01424868 a 0000 | failing to detonate; especially not charged with an active explosive; "he stepped on a dud mine"
-01425300 00 a 01 loamy 0 002 + 14942223 n 0101 ! 01425435 a 0101 | consisting of or having the character of loam; "richy loamy soil"
-01425435 00 a 01 loamless 0 001 ! 01425300 a 0101 | having no loam; "a stony loamless yard"
-01425529 00 a 01 local 2 004 ;c 06043075 n 0000 ! 01426077 a 0101 & 01425708 a 0000 & 01425895 a 0000 | affecting only a restricted part or area of the body; "local anesthesia"
-01425708 00 s 02 localized 0 localised 0 002 & 01425529 a 0000 ;c 06043075 n 0000 | confined or restricted to a particular location; "the localized infection formed a definite abscess"
-01425895 00 s 01 topical 0 002 & 01425529 a 0000 ;c 06043075 n 0000 | pertaining to the surface of a body part; "a drug for topical (or local) application"; "a topical anesthesia"
-01426077 00 a 01 general 2 005 ;c 06043075 n 0000 + 05913275 n 0103 + 04764412 n 0101 ! 01425529 a 0101 & 01426273 a 0000 | affecting the entire body; "a general anesthetic"; "general symptoms"
-01426273 00 s 01 systemic 0 001 & 01426077 a 0000 | affecting an entire system; "a systemic poison"
-01426375 00 a 01 epidemic 0 008 ;c 06043075 n 0000 + 07435533 n 0101 ! 01427757 a 0101 ! 01427602 a 0101 & 01426749 a 0000 & 01427010 a 0000 & 01427188 a 0000 & 01427333 a 0000 | (especially of medicine) of disease or anything resembling a disease; attacking or affecting many individuals in a community or a population simultaneously; "an epidemic outbreak of influenza"
-01426749 00 s 01 epiphytotic 0 002 & 01426375 a 0000 ;c 00017222 n 0000 | (of plants) epidemic among plants of a single kind especially over a wide area; "an epiphytotic blight of potatoes"; "epiphytotic conditions associated with a single-plant agriculture"
-01427010 00 s 01 epizootic 0 002 & 01426375 a 0000 ;c 00015388 n 0000 | (of animals) epidemic among animals of a single kind within a particular region; "an epizootic disease"
-01427188 00 s 01 pandemic 0 002 & 01426375 a 0000 + 07435713 n 0101 | epidemic over a wide geographical area; "a pandemic outbreak of malaria"
-01427333 00 s 04 pestilent 0 pestilential 0 pestiferous 0 plaguey 0 004 & 01426375 a 0000 + 14076479 n 0401 + 14076479 n 0202 + 14076479 n 0102 | likely to spread and cause an epidemic disease; "a pestilential malignancy in the air"- Jonathan Swift; "plaguey fevers"
-01427602 00 a 01 ecdemic 0 002 ! 01427757 a 0101 ! 01426375 a 0101 | of or relating to a disease that originates outside the locality in which it occurs
-01427757 00 a 02 endemic 0 endemical 0 003 ! 01426375 a 0101 ! 01427602 a 0101 & 01428122 a 0000 | of or relating to a disease (or anything resembling a disease) constantly present to greater or lesser extent in a particular locality; "diseases endemic to the tropics"; "endemic malaria"; "food shortages and starvation are endemic in certain parts of the world"
-01428122 00 s 01 enzootic 0 001 & 01427757 a 0000 | of a disease that is constantly present in an animal community but only occurs in a small number of cases
-01428282 00 a 01 gloved 0 002 ! 01428509 a 0101 & 01428389 a 0000 | having the hands covered with gloves
-01428389 00 s 01 gauntleted 0 001 & 01428282 a 0000 | wearing a protective glove; "gestured with his gauntleted hand"
-01428509 00 a 01 gloveless 0 001 ! 01428282 a 0101 | devoid of gloves
-01428581 00 a 01 hatted 0 002 ! 01428838 a 0101 & 01428767 a 0000 | wearing a hat or a hat of a particular kind; "two old ladies, neatly hatted and gloved"; "a bearskin-hatted sentry"
-01428767 00 s 01 turbaned 0 001 & 01428581 a 0000 | wearing a turban
-01428838 00 a 01 hatless 0 001 ! 01428581 a 0101 | not wearing a hat; "stood hatless in the rain with water dripping down his neck"
-01428972 00 a 01 guided 0 003 ! 01429359 a 0101 & 01429138 a 0000 & 01429260 a 0000 | subject to guidance or control especially after launching; "a guided missile"
-01429138 00 s 01 radio-controlled 0 001 & 01428972 a 0000 | operated and guided by radio; "a radio-controlled airplane"
-01429260 00 s 01 target-hunting 0 001 & 01428972 a 0000 | guided automatically toward the target
-01429359 00 a 01 unguided 0 001 ! 01428972 a 0101 | not subject to guidance or control after launching; "unguided missiles"
-01429485 00 a 01 legged 0 004 ! 01430009 a 0101 & 01429676 a 0000 & 01429788 a 0000 & 01429870 a 0000 | having legs of a specified kind or number; "four-legged animals"; "a peg-legged man"
-01429676 00 s 01 leglike 0 001 & 01429485 a 0000 | resembling or functioning like a leg; "leglike appendages"
-01429788 00 s 01 straight-legged 0 001 & 01429485 a 0000 | having straight legs
-01429870 00 s 01 three-legged 0 001 & 01429485 a 0000 | having or as if having three legs; "a three-legged stool"; "a three-legged race"
-01430009 00 a 01 legless 0 001 ! 01429485 a 0101 | not having legs; "a legless man in a wheelchair"
-01430111 00 a 01 logical 0 012 ^ 00110853 a 0000 ^ 00464513 a 0000 ^ 00111129 a 0000 ^ 01925372 a 0000 ^ 01943406 a 0000 = 04784664 n 0000 + 04784664 n 0102 + 04784664 n 0101 ! 01430847 a 0101 & 01430452 a 0000 & 01430628 a 0000 & 01430716 a 0000 | capable of or reflecting the capability for correct and valid reasoning; "a logical mind"
-01430452 00 s 02 dianoetic 0 discursive 0 003 & 01430111 a 0000 ;c 06158346 n 0000 + 04919872 n 0201 | proceeding to a conclusion by reason or argument rather than intuition
-01430628 00 s 01 formal 0 001 & 01430111 a 0000 | logically deductive; "formal proof"
-01430716 00 s 01 ratiocinative 0 002 & 01430111 a 0000 + 00633265 v 0101 | based on exact thinking; "one's ratiocinative powers"
-01430847 00 a 02 illogical 0 unlogical 4 010 ^ 00464962 a 0000 ^ 01926376 a 0000 ^ 01944660 a 0000 = 04784664 n 0000 + 04785669 n 0102 + 04785669 n 0101 ! 01430111 a 0101 & 01431112 a 0000 & 01431369 a 0000 & 01431471 a 0000 | lacking in correct logical relation
-01431112 00 s 01 absurd 0 003 & 01430847 a 0000 + 06607809 n 0101 + 06607809 n 0102 | inconsistent with reason or logic or common sense; "the absurd predicament of seeming to argue that virtue is highly desirable but intensely unpleasant"- Walter Lippman
-01431369 00 s 01 inconsequential 0 001 & 01430847 a 0000 | not following logically as a consequence
-01431471 00 s 03 intuitive 0 nonrational 0 visceral 0 002 & 01430847 a 0000 + 00590761 v 0101 | obtained through intuition rather than from reasoning or observation
-01431638 00 a 01 extended 0 006 ! 01432605 a 0101 & 01431938 a 0000 & 01432070 a 0000 & 01432202 a 0000 & 01432318 a 0000 & 01432452 a 0000 | fully extended or stretched forth; "an extended telescope"; "his extended legs reached almost across the small room"; "refused to accept the extended hand"
-01431938 00 s 02 outspread 0 spread 0 001 & 01431638 a 0000 | fully extended in width; "outspread wings"; "with arms spread wide"
-01432070 00 s 01 outstretched 0 001 & 01431638 a 0000 | fully extended especially in length; "a kitten with one paw outstretched"
-01432202 00 s 01 sprawly 0 002 & 01431638 a 0000 + 05082337 n 0101 | spread out irregularly; "a big sprawly city"
-01432318 00 s 01 spread-eagle 0 001 & 01431638 a 0000 | with arms and legs stretched out and apart; "lay spread-eagle on the floor"
-01432452 00 s 01 stretched 2 001 & 01431638 a 0000 | extended or spread over a wide area or distance; "broad fields lay stretched on both sides of us"
-01432605 00 a 01 unextended 0 001 ! 01431638 a 0101 | not extended or stretched out; "an unextended arm"
-01432712 00 a 01 mini 0 003 ;u 06307152 n 0000 ! 01432894 a 0101 ! 01433081 a 0101 | used of women's clothing; very short with hemline above the knee; "a mini dress"; "miniskirts"
-01432894 00 a 01 midi 0 003 ;u 06307152 n 0000 ! 01433081 a 0101 ! 01432712 a 0101 | used of women's clothing having a hemline at mid-calf; "midiskirts"; "wore her dresses midi length"
-01433081 00 a 01 maxi 0 003 ;u 06307152 n 0000 ! 01432712 a 0101 ! 01432894 a 0101 | used of women's clothing having a hemline at the ankle; "wanted a maxi-length coat"; "a maxidress"
-01433267 00 a 01 lossy 0 002 + 13509196 n 0101 ! 01433386 a 0101 | characterized by or causing dissipation of energy
-01433386 00 a 01 lossless 0 001 ! 01433267 a 0101 | characterized by or causing no dissipation of energy
-01433493 00 a 01 long 1 016 = 05129201 n 0000 + 05133287 n 0101 ! 01436003 a 0101 & 01434007 a 0000 & 01434218 a 0000 & 01434530 a 0000 & 01434717 a 0000 & 01434841 a 0000 & 01434966 a 0000 & 01435060 a 0000 & 01435189 a 0000 & 01435290 a 0000 & 01435399 a 0000 & 01435507 a 0000 & 01435675 a 0000 & 01435891 a 0000 | primarily spatial sense; of relatively great or greater than average spatial extension or extension as specified; "a long road"; "a long distance"; "contained many long words"; "ten miles long"
-01434007 00 s 02 elongate 0 elongated 0 001 & 01433493 a 0000 | having notably more length than width; being long and slender; "an elongate tail tapering to a point"; "the old man's gaunt and elongated frame"
-01434218 00 s 04 elongated 2 extended 0 lengthened 0 prolonged 0 001 & 01433493 a 0000 | drawn out or made longer spatially; "Picasso's elongated Don Quixote"; "lengthened skirts are fashionable this year"; "the extended airport runways can accommodate larger planes"; "a prolonged black line across the page"
-01434530 00 s 02 extendible 0 extendable 0 006 & 01433493 a 0000 + 02690093 v 0101 + 01368863 v 0101 + 00318326 v 0101 + 00317888 v 0103 + 00027705 v 0104 | capable of being lengthened
-01434717 00 s 01 far 0 002 & 01433493 a 0000 + 05085165 n 0101 | being of a considerable distance or length; "a far trek"
-01434841 00 s 01 lank 0 001 & 01433493 a 0000 | long and thin and often limp; "grown lank with fasting"; "lank mousy hair"
-01434966 00 s 02 long-handled 0 pole-handled 0 001 & 01433493 a 0000 | having a long handle
-01435060 00 s 01 long-range 0 001 & 01433493 a 0000 | suitable for or reaching long distances; "long-range nuclear capability"
-01435189 00 s 01 long-snouted 0 001 & 01433493 a 0000 | having a snout that is longer than average
-01435290 00 s 01 long-staple 0 001 & 01433493 a 0000 | having relatively long fibers; "long-staple cotton"
-01435399 00 s 02 long-wool 0 long-wooled 0 001 & 01433493 a 0000 | (of sheep) having relatively long wool
-01435507 00 s 01 oblong 0 003 & 01433493 a 0000 + 13873361 n 0101 + 05071869 n 0102 | deviating from a square or circle or sphere by being elongated in one direction
-01435675 00 s 02 polysyllabic 0 sesquipedalian 0 004 & 01433493 a 0000 + 06305474 n 0201 + 07087940 n 0201 + 06302083 n 0101 | (of words) long and ponderous; having many syllables; "sesquipedalian technical terms"
-01435891 00 s 01 stretch(a) 0 001 & 01433493 a 0000 | having an elongated seating area; "a stretch limousine"
-01436003 00 a 01 short 1 014 = 05129201 n 0000 + 05133944 n 0101 ! 01433493 a 0101 & 01436432 a 0000 & 01436567 a 0000 & 01436671 a 0000 & 01436791 a 0000 & 01436968 a 0000 & 01437037 a 0000 & 01437165 a 0000 & 01437268 a 0000 & 01437349 a 0000 & 01437472 a 0000 & 01437752 a 0000 | (primarily spatial sense) having little length or lacking in length; "short skirts"; "short hair"; "the board was a foot short"; "a short toss"
-01436432 00 s 02 abbreviated 0 brief 0 001 & 01436003 a 0000 | (of clothing) very short; "an abbreviated swimsuit"; "a brief bikini"
-01436567 00 s 01 close 0 001 & 01436003 a 0000 | used of hair or haircuts; "a close military haircut"
-01436671 00 s 01 curtal 0 002 & 01436003 a 0000 ;u 07073447 n 0000 | (obsolete) cut short; "a dog with a curtal tail"
-01436791 00 s 03 sawed-off 0 sawn-off 0 shortened 1 001 & 01436003 a 0000 | cut short; "a sawed-off shotgun"; "a sawed-off broomstick"; "the shortened rope was easier to use"
-01436968 00 s 01 shortish 0 001 & 01436003 a 0000 | somewhat short
-01437037 00 s 01 short-range 0 001 & 01436003 a 0000 | limited to short distances; "short-range planes"; "a short-range shot"
-01437165 00 s 01 short-snouted 0 001 & 01436003 a 0000 | having a snout that is shorter than average
-01437268 00 s 01 snub 0 001 & 01436003 a 0000 | unusually short; "a snub nose"
-01437349 00 s 01 stubby 0 002 & 01436003 a 0000 + 05137778 n 0102 | short and blunt; "stubby fingers"; "a stubby pencil"
-01437472 00 s 02 telescoped 0 shortened 2 001 & 01436003 a 0000 | shortened by or as if by means of parts that slide one within another or are crushed one into another; "a miracle that anyone survived in the telescoped cars"; "years that seemed telescoped like time in a dream"
-01437752 00 s 02 truncate 1 truncated 0 001 & 01436003 a 0000 | terminating abruptly by having or as if having an end or point cut off; "a truncate leaf"; "truncated volcanic mountains"; "a truncated pyramid"
-01437963 00 a 01 long 2 027 = 05051249 n 0000 + 05051601 n 0101 ! 01442186 a 0101 & 01438743 a 0000 & 01438853 a 0000 & 01438963 a 0000 & 01439072 a 0000 & 01439155 a 0000 & 01439496 a 0000 & 01439706 a 0000 & 01439784 a 0000 & 01440058 a 0000 & 01440159 a 0000 & 01440331 a 0000 & 01440422 a 0000 & 01440574 a 0000 & 01440641 a 0000 & 01440776 a 0000 & 01440889 a 0000 & 01441000 a 0000 & 01441271 a 0000 & 01441418 a 0000 & 01441530 a 0000 & 01441729 a 0000 & 01441866 a 0000 & 01441965 a 0000 & 01442079 a 0000 | primarily temporal sense; being or indicating a relatively great or greater than average duration or passage of time or a duration as specified; "a long life"; "a long boring speech"; "a long time"; "a long friendship"; "a long game"; "long ago"; "an hour long"
-01438743 00 s 01 agelong 0 001 & 01437963 a 0000 | lasting through all time; "agelong struggle for freedom"
-01438853 00 s 01 bimestrial 0 002 & 01437963 a 0000 + 15204609 n 0101 | two months long; lasting two months
-01438963 00 s 02 chronic 0 continuing 0 001 & 01437963 a 0000 | of long duration; "chronic money problems"
-01439072 00 s 01 daylong 0 001 & 01437963 a 0000 | lasting through an entire day
-01439155 00 s 05 drawn-out 0 extended 0 lengthy 0 prolonged 0 protracted 0 003 & 01437963 a 0000 + 05051249 n 0302 + 05051896 n 0301 | relatively long in duration; tediously protracted; "a drawn-out argument"; "an extended discussion"; "a lengthy visit from her mother-in-law"; "a prolonged and bitter struggle"; "protracted negotiations"
-01439496 00 s 04 durable 0 lasting 0 long-lasting 0 long-lived 0 003 & 01437963 a 0000 + 05053688 n 0201 + 05053688 n 0102 | existing for a long time; "hopes for a durable peace"; "a long-lasting friendship"
-01439706 00 s 01 eight-day 0 001 & 01437963 a 0000 | lasting for eight days
-01439784 00 s 03 endless 0 eternal 0 interminable 0 003 & 01437963 a 0000 + 15273406 n 0201 + 05052387 n 0101 | tiresomely long; seemingly without end; "endless debates"; "an endless conversation"; "the wait seemed eternal"; "eternal quarreling"; "an interminable sermon"
-01440058 00 s 01 hourlong 0 001 & 01437963 a 0000 | lasting for an hour; "an hourlong examination"
-01440159 00 s 02 lifelong 0 womb-to-tomb 0 001 & 01437963 a 0000 | continuing through life; "a lifelong friend"; "from lifelong habit"; "his lifelong study of Greek art"
-01440331 00 s 01 long-acting 0 001 & 01437963 a 0000 | active over a long period of time
-01440422 00 s 01 long-dated 0 002 & 01437963 a 0000 ;r 08860123 n 0000 | of a gilt-edged security; having more than 15 years to run before redemption
-01440574 00 s 01 longish 0 001 & 01437963 a 0000 | somewhat long
-01440641 00 s 01 long-life 0 001 & 01437963 a 0000 | (of perishable goods) treated to stay fresh longer than usual; "long-life milk"
-01440776 00 s 01 longitudinal 0 001 & 01437963 a 0000 | over an extended time; "a longitudinal study of twins"
-01440889 00 s 01 long-range 0 001 & 01437963 a 0000 | involving an extended span of time; "long-range goals"
-01441000 00 s 03 long-run 0 long-term 0 semipermanent 0 001 & 01437963 a 0000 | relating to or extending over a relatively long time; "the long-run significance of the elections"; "the long-term reconstruction of countries damaged by the war"; "a long-term investment"
-01441271 00 s 01 longstanding 0 001 & 01437963 a 0000 | having existed for a long time; "a longstanding friendship"; "the longstanding conflict"
-01441418 00 s 01 monthlong 0 001 & 01437963 a 0000 | last through a month; "a monthlong stay in the hospital"
-01441530 00 s 03 nightlong 0 all-night 0 overnight 0 001 & 01437963 a 0000 | lasting, open, or operating through the whole night; "a nightlong vigil"; "an all-night drugstore"; "an overnight trip"
-01441729 00 s 01 perennial 0 001 & 01437963 a 0000 | lasting an indefinitely long time; suggesting self-renewal; "perennial happiness"
-01441866 00 s 01 time-consuming 0 001 & 01437963 a 0000 | of a task that takes time and patience
-01441965 00 s 02 weeklong 0 seven-day 0 001 & 01437963 a 0000 | lasting through a week; "her weeklong vacation"
-01442079 00 s 01 yearlong 0 001 & 01437963 a 0000 | lasting through a year; "attending yearlong courses"
-01442186 00 a 01 short 2 011 = 05051249 n 0000 + 05052832 n 0101 ! 01437963 a 0101 & 01442597 a 0000 & 01442826 a 0000 & 01442974 a 0000 & 01443097 a 0000 & 01443402 a 0000 & 01443581 a 0000 & 01443733 a 0000 & 01443842 a 0000 | primarily temporal sense; indicating or being or seeming to be limited in duration; "a short life"; "a short flight"; "a short holiday"; "a short story"; "only a few short months"
-01442597 00 s 03 abbreviated 0 shortened 0 truncated 0 001 & 01442186 a 0000 | cut short in duration; "the abbreviated speech"; "her shortened life was clearly the result of smoking"; "an unsatisfactory truncated conversation"
-01442826 00 s 01 brief 0 003 & 01442186 a 0000 + 05053042 n 0101 + 05134238 n 0101 | of short duration or distance; "a brief stay in the country"
-01442974 00 s 01 clipped 0 001 & 01442186 a 0000 | (of speech) having quick short sounds; "a clipped upper-class accent"
-01443097 00 s 04 fleeting 0 fugitive 0 momentaneous 0 momentary 0 004 & 01442186 a 0000 + 15246853 n 0401 + 15246853 n 0301 + 05055689 n 0103 | lasting for a markedly brief time; "a fleeting glance"; "fugitive hours"; "rapid momentaneous association of things that meet and pass"; "a momentary glimpse"
-01443402 00 s 01 short_and_sweet(p) 0 001 & 01442186 a 0000 | dealt with very quickly; to the point; "the conference was short and sweet"; "make your statement short and sweet"
-01443581 00 s 01 short-dated 0 002 & 01442186 a 0000 ;r 08860123 n 0000 | of a gilt-edged security; having less than 5 years to run before redemption
-01443733 00 s 01 short-range 0 001 & 01442186 a 0000 | relating to the near future; "a short-range policy"
-01443842 00 s 02 short-run 0 short-term 0 001 & 01442186 a 0000 | relating to or extending over a limited period; "short-run planning"; "a short-term lease"; "short-term credit"
-01444022 00 a 01 long 4 002 ;c 06177033 n 0000 ! 01444230 a 0101 | (of speech sounds or syllables) of relatively long duration; "the English vowel sounds in `bate', `beat', `bite', `boat', `boot' are long"
-01444230 00 a 01 short 4 002 ;c 06177033 n 0000 ! 01444022 a 0101 | of speech sounds or syllables of relatively short duration; "the English vowel sounds in `pat', `pet', `pit', `pot', putt' are short"
-01444434 00 a 01 long 5 002 ;c 06150633 n 0000 ! 01444620 a 0101 | holding securities or commodities in expectation of a rise in prices; "is long on coffee"; "a long position in gold"
-01444620 00 a 01 short 5 002 ;c 06150633 n 0000 ! 01444434 a 0101 | not holding securities or commodities that one sells in expectation of a fall in prices; "a short sale"; "short in cotton"
-01444813 00 a 02 lengthwise 0 lengthways 0 006 ! 01445705 a 0101 & 01445063 a 0000 & 01445184 a 0000 & 01445320 a 0000 & 01445438 a 0000 & 01445558 a 0000 | running or extending in the direction of the length of a thing; "the lengthwise dimension"
-01445063 00 s 01 axial 0 002 & 01444813 a 0000 + 06008609 n 0101 | situated on or along or in the direction of an axis
-01445184 00 s 01 end-to-end 0 001 & 01444813 a 0000 | with the end of one object in contact lengthwise with the end of another object
-01445320 00 s 01 fore-and-aft 0 002 & 01444813 a 0000 ;c 00314469 n 0000 | parallel with the keel of a boat or ship
-01445438 00 s 02 linear 0 running(a) 0 001 & 01444813 a 0000 | measured lengthwise; "cost of lumber per running foot"
-01445558 00 s 01 longitudinal 0 001 & 01444813 a 0000 | running lengthwise; "a thin longitudinal strip"; "longitudinal measurements of the hull"
-01445705 00 a 01 crosswise 0 003 ! 01444813 a 0101 & 01445917 a 0000 & 01446240 a 0000 | lying or extending across the length of a thing or in a cross direction; "a crosswise street"; "the crosswise dimension"
-01445917 00 s 04 cross(a) 0 transverse 0 transversal 0 thwartwise 0 001 & 01445705 a 0000 | extending or lying across; in a crosswise direction; at right angles to the long axis; "cross members should be all steel"; "from the transverse hall the stairway ascends gracefully"; "transversal vibrations"; "transverse colon"
-01446240 00 s 02 cross-section(a) 0 cross-sectional 0 002 & 01445705 a 0000 + 08548065 n 0201 | representing a plane made by cutting across something at right angles to its length; "cross-section views of the neck"
-01446457 00 a 01 lidded 0 001 ! 01446632 a 0101 | having or covered with a lid or lids; often used in combination; "milk is left in a large lidded mug"; "heavy-lidded eyes"
-01446632 00 a 01 lidless 0 001 ! 01446457 a 0101 | not having or covered with a lid or lids; "a lidless container"
-01446749 00 a 01 loose 1 005 ^ 02403671 a 0000 + 04777421 n 0101 ! 01447302 a 0101 & 01446991 a 0000 & 01447178 a 0000 | not tight; not closely constrained or constricted or constricting; "loose clothing"; "the large shoes were very loose"
-01446991 00 s 03 baggy 0 loose-fitting 0 sloppy 0 001 & 01446749 a 0000 | not fitting closely; hanging loosely; "baggy trousers"; "a loose-fitting blouse is comfortable in hot weather"
-01447178 00 s 01 flyaway 0 001 & 01446749 a 0000 | (of hair or clothing) worn loose; "her flyaway hair"; "a flyaway coat"
-01447302 00 a 01 tight 1 010 ^ 02403206 a 0000 ^ 01398199 a 0000 + 05721728 n 0102 ! 01446749 a 0101 & 01447683 a 0000 & 01447781 a 0000 & 01447937 a 0000 & 01448058 a 0000 & 01448178 a 0000 & 01448362 a 0000 | closely constrained or constricted or constricting; "tight skirts"; "he hated tight starched collars"; "fingers closed in a tight fist"; "a tight feeling in his chest"
-01447683 00 s 01 choky 0 001 & 01447302 a 0000 | so tight as to tend to choke; "a choky collar"
-01447781 00 s 02 clenched 0 clinched 0 001 & 01447302 a 0000 | closed or squeezed together tightly; "a clenched fist"; "his clenched (or clinched) teeth"
-01447937 00 s 03 close 0 snug 0 close-fitting 0 001 & 01447302 a 0000 | fitting closely but comfortably; "a close fit"
-01448058 00 s 02 skintight 0 skin-tight 0 001 & 01447302 a 0000 | so tight as to cling to the skin; "skintight jeans"
-01448178 00 s 05 tight-fitting 0 tightfitting 0 tight_fitting 0 tightly_fitting 0 skinny 0 001 & 01447302 a 0000 | fitting snugly; "a tightly-fitting cover"; "tight-fitting clothes"
-01448362 00 s 01 viselike 0 001 & 01447302 a 0000 | clamped as in a vise; "a viselike grip"
-01448456 00 a 01 constricted 0 004 ! 01449184 a 0101 & 01448697 a 0000 & 01448861 a 0000 & 01449007 a 0000 | drawn together or squeezed physically or by extension psychologically; "a constricted blood vessel"; "a constricted view of life"
-01448697 00 s 01 narrowed 0 001 & 01448456 a 0000 | made narrow; limited in breadth; "narrowed arteries impair blood circulation"; "a narrowed view of the world"
-01448861 00 s 01 pinched 0 001 & 01448456 a 0000 | as if squeezed uncomfortably tight; "her pinched toes in her pointed shoes were killing her"
-01449007 00 s 02 stenosed 0 stenotic 0 003 & 01448456 a 0000 ;c 06060845 n 0000 + 14107374 n 0201 | abnormally constricted body canal or passage; "a stenosed coronary artery"
-01449184 00 a 01 unconstricted 0 002 ! 01448456 a 0101 & 01449354 a 0000 | not constricted physically or by extension psychologically; "healthy unconstricted arteries"
-01449354 00 s 01 open 0 002 & 01449184 a 0000 + 04645020 n 0103 | without undue constriction as from e.g. tenseness or inhibition; "the clarity and resonance of an open tone"; "her natural and open response"
-01449564 00 a 01 lost 1 008 ^ 01450969 a 0000 ! 01450713 a 0101 & 01449884 a 0000 & 01450084 a 0000 & 01450178 a 0000 & 01450293 a 0000 & 01450443 a 0000 & 01450607 a 0000 | no longer in your possession or control; unable to be found or recovered; "a lost child"; "lost friends"; "his lost book"; "lost opportunities"
-01449884 00 s 02 mislaid 0 misplaced 0 001 & 01449564 a 0000 | lost temporarily; as especially put in an unaccustomed or forgotten place; "the mislaid hat turned up eventually"; "misplaced tickets"
-01450084 00 s 01 gone(p) 0 001 & 01449564 a 0000 | no longer retained; "gone with the wind"
-01450178 00 s 01 missing 0 001 & 01449564 a 0000 | not able to be found; "missing in action"; "a missing person"
-01450293 00 s 02 squandered 0 wasted 0 001 & 01449564 a 0000 | not used to good advantage; "squandered money cannot be replaced"; "a wasted effort"
-01450443 00 s 01 stray 0 002 & 01449564 a 0000 + 02122580 n 0101 | (of an animal) having no home or having wandered away from home; "a stray calf"; "a stray dog"
-01450607 00 s 01 straying 0 001 & 01449564 a 0000 | unable to find your way; "found the straying sheep"
-01450713 00 a 01 found 0 003 ^ 01451498 a 0000 ! 01449564 a 0101 & 01450888 a 0000 | come upon unexpectedly or after searching; "found art"; "the lost-and-found department"
-01450888 00 s 01 recovered(p) 0 001 & 01450713 a 0000 | found after being lost
-01450969 00 a 01 lost 2 006 ^ 00669478 a 0000 ^ 01449564 a 0000 ^ 01957454 a 0000 ! 01451498 a 0101 & 01451225 a 0000 & 01451402 a 0000 | spiritually or physically doomed or destroyed; "lost souls"; "a lost generation"; "a lost ship"; "the lost platoon"
-01451225 00 s 05 cursed 0 damned 0 doomed 0 unredeemed 0 unsaved 0 002 & 01450969 a 0000 ;c 06226057 n 0000 | in danger of the eternal punishment of Hell; "poor damned souls"
-01451402 00 s 02 destroyed 0 ruined 0 001 & 01450969 a 0000 | destroyed physically or morally
-01451498 00 a 01 saved 0 009 ^ 00670741 a 0000 ^ 01450713 a 0000 ^ 01956964 a 0000 ! 01450969 a 0101 & 01451768 a 0000 & 01451850 a 0000 & 01451937 a 0000 & 01452024 a 0000 & 01452138 a 0000 | rescued; especially from the power and consequences of sin; "a saved soul"
-01451768 00 s 01 blessed 0 001 & 01451498 a 0000 | enjoying the bliss of heaven
-01451850 00 s 01 ransomed 1 001 & 01451498 a 0000 | reclaimed by payment of a ransom
-01451937 00 s 02 rescued 0 reclaimed 0 001 & 01451498 a 0000 | delivered from danger
-01452024 00 s 02 ransomed 2 redeemed 0 002 & 01451498 a 0000 ;c 06226057 n 0000 | saved from the bondage of sin
-01452138 00 s 01 salvageable 0 001 & 01451498 a 0000 | capable of being saved from ruin; "their marriage was not salvageable"
-01452266 00 a 01 lost 3 002 ! 01452488 a 0101 & 01452385 a 0000 | not gained or won; "a lost battle"; "a lost prize"
-01452385 00 s 03 confiscate 0 forfeit 0 forfeited 0 001 & 01452266 a 0000 | surrendered as a penalty
-01452488 00 a 01 won 0 001 ! 01452266 a 0101 | not subject to defeat; "with that move it's a won game"
-01452593 00 a 01 loud 0 017 ^ 00173764 a 0000 ^ 01919931 a 0000 = 04990220 n 0000 + 04990220 n 0102 ! 01454636 a 0101 & 01453084 a 0000 & 01453187 a 0000 & 01453381 a 0000 & 01453467 a 0000 & 01453625 a 0000 & 01453719 a 0000 & 01453809 a 0000 & 01453896 a 0000 & 01453984 a 0000 & 01454244 a 0000 & 01454402 a 0000 & 01454494 a 0000 | characterized by or producing sound of great volume or intensity; "a group of loud children"; "loud thunder"; "her voice was too loud"; "loud trombones"
-01453084 00 s 01 big 0 001 & 01452593 a 0000 | loud and firm; "a big voice"; "big bold piano sounds"
-01453187 00 s 02 blaring 0 blasting 0 001 & 01452593 a 0000 | unpleasantly loud and penetrating; "the blaring noise of trumpets"; "shut our ears against the blasting music from his car radio"
-01453381 00 s 01 clarion 0 001 & 01452593 a 0000 | loud and clear; "a clarion call"
-01453467 00 s 04 deafening 0 earsplitting 0 thunderous 0 thundery 0 002 & 01452593 a 0000 + 07377682 n 0304 | loud enough to cause (temporary) hearing loss
-01453625 00 s 01 earthshaking 0 001 & 01452593 a 0000 | loud enough to shake the very earth
-01453719 00 s 01 harsh-voiced 0 001 & 01452593 a 0000 | having an unusually harsh sound
-01453809 00 s 01 loud-mouthed 0 001 & 01452593 a 0000 | given to loud offensive talk
-01453896 00 s 01 loud-voiced 0 001 & 01452593 a 0000 | having an unusually loud voice
-01453984 00 s 01 shattering 0 001 & 01452593 a 0000 | seemingly loud enough to break something; violently rattling or clattering; "shattering rain striking the windowpanes"; "the shattering tones of the enormous carillon"; "the shattering peal of artillery"
-01454244 00 s 02 shouted 0 yelled 0 001 & 01452593 a 0000 | in a vehement outcry; "his shouted words of encouragement could be heard over the crowd noises"
-01454402 00 s 01 trumpet-like 0 001 & 01452593 a 0000 | resembling the sound of a trumpet
-01454494 00 s 01 vocal 0 001 & 01452593 a 0000 | full of the sound of voices; "a playground vocal with the shouts and laughter of children"
-01454636 00 a 01 soft 4 014 ^ 01918984 a 0000 = 04990220 n 0000 + 04990877 n 0101 ! 01452593 a 0101 & 01454985 a 0000 & 01455221 a 0000 & 01455412 a 0000 & 01455540 a 0000 & 01455732 a 0000 & 01455888 a 0000 & 01456038 a 0000 & 01456221 a 0000 & 01456487 a 0000 & 01456572 a 0000 | (of sound) relatively low in volume; "soft voices"; "soft music"
-01454985 00 s 04 dull 0 muffled 0 muted 0 softened 0 001 & 01454636 a 0000 | being or made softer or less loud or clear; "the dull boom of distant breaking waves"; "muffled drums"; "the muffled noises of the street"; "muted trumpets"
-01455221 00 s 01 euphonious 0 003 & 01454636 a 0000 ;u 07155661 n 0000 + 05718556 n 0102 | (of speech or dialect) pleasing in sound; not harsh or strident; "her euphonious Southern speech"
-01455412 00 s 01 gentle 0 002 & 01454636 a 0000 + 04910973 n 0101 | quiet and soothing; "a gentle voice"; "a gentle nocturne"
-01455540 00 s 04 hushed 0 muted 2 subdued 0 quiet 0 002 & 01454636 a 0000 + 04955907 n 0302 | in a softened tone; "hushed voices"; "muted trumpets"; "a subdued whisper"; "a quiet reprimand"
-01455732 00 s 02 little 0 small 0 003 & 01454636 a 0000 + 05031367 n 0201 + 05031367 n 0102 | (of a voice) faint; "a little voice"; "a still small voice"
-01455888 00 s 02 low 0 low-toned 0 002 & 01454636 a 0000 + 05097845 n 0101 | very low in volume; "a low murmur"; "the low-toned murmur of the surf"
-01456038 00 s 03 murmuring 0 susurrant 0 whispering 0 002 & 01454636 a 0000 + 01044377 v 0201 | making a low continuous indistinct sound; "like murmuring waves"; "susurrant voices"
-01456221 00 s 04 murmurous 0 rustling 0 soughing 0 susurrous 0 002 & 01454636 a 0000 + 07386920 n 0103 | characterized by soft sounds; "a murmurous brook"; "a soughing wind in the pines"; "a slow sad susurrous rustle like the wind fingering the pines"- R.P.Warren
-01456487 00 s 01 soft-footed 0 001 & 01454636 a 0000 | sound of quiet gentle steps
-01456572 00 s 01 soft-spoken 0 001 & 01454636 a 0000 | having a speaking manner that is not loud or harsh; "she was always soft-spoken"
-01456710 00 a 01 full 1 009 + 04989015 n 0101 ! 01458054 a 0101 & 01456977 a 0000 & 01457079 a 0000 & 01457234 a 0000 & 01457369 a 0000 & 01457486 a 0000 & 01457692 a 0000 & 01457871 a 0000 | (of sound) having marked deepness and body; "full tones"; "a full voice"
-01456977 00 s 02 booming 0 stentorian 0 002 & 01456710 a 0000 + 10654211 n 0201 | used of the voice
-01457079 00 s 02 grumbling 0 rumbling 0 001 & 01456710 a 0000 | continuous full and low-pitched throbbing sound; "the rumbling rolling sound of thunder"
-01457234 00 s 01 plangent 0 002 & 01456710 a 0000 + 04989657 n 0101 | loud and resounding; "plangent bells"; "the plangent minority"
-01457369 00 s 01 rich 0 002 & 01456710 a 0000 + 04989015 n 0103 | pleasantly full and mellow; "a rich tenor voice"
-01457486 00 s 04 orotund 0 rotund 0 round 0 pear-shaped 0 002 & 01456710 a 0000 + 07082972 n 0301 | (of sounds) full and rich; "orotund tones"; "the rotund and reverberating phrase"; "pear-shaped vowels"
-01457692 00 s 02 heavy 0 sonorous 0 003 & 01456710 a 0000 + 04989657 n 0205 + 04989657 n 0206 | full and loud and deep; "heavy sounds"; "a herald chosen for his sonorous voice"
-01457871 00 s 01 sounding 0 001 & 01456710 a 0000 | having volume or deepness; "sounding brass and a tinkling cymbal"; "the sounding cataract haunted me like a passion"- Wordsworth
-01458054 00 a 01 thin 4 003 + 05114781 n 0104 ! 01456710 a 0101 & 01458200 a 0000 | (of sound) lacking resonance or volume; "a thin feeble cry"
-01458200 00 s 01 pale 0 001 & 01458054 a 0000 | not full or rich; "high, pale, pure and lovely song"
-01458303 00 a 02 piano 0 soft 7 003 ! 01458736 a 0101 & 01458490 a 0000 & 01458619 a 0000 | used chiefly as a direction or description in music; "the piano passages in the composition"
-01458490 00 s 01 pianissimo 0 002 & 01458303 a 0000 + 04991389 n 0102 | chiefly a direction or description in music; very soft
-01458619 00 s 01 pianissimo_assai 0 001 & 01458303 a 0000 | chiefly a direction or description in music; very soft
-01458736 00 a 02 forte 0 loud 2 004 + 04990220 n 0202 ! 01458303 a 0101 & 01458941 a 0000 & 01459058 a 0000 | used chiefly as a direction or description in music; "the forte passages in the composition"
-01458941 00 s 01 fortemente 0 001 & 01458736 a 0000 | chiefly a direction or description in music; loud and strong
-01459058 00 s 01 fortissimo 0 001 & 01458736 a 0000 | chiefly a direction or description in music
-01459158 00 a 01 hardened 6 001 ! 01459295 a 0101 | protected against attack (especially by nuclear weapons); "hardened missile silos"
-01459295 00 a 01 soft 6 001 ! 01459158 a 0101 | not protected against attack (especially by nuclear weapons); "soft targets"
-01459422 00 a 02 lovable 0 loveable 0 011 ^ 01246579 a 0000 ^ 00732960 a 0000 ^ 01463965 a 0000 + 01775535 v 0201 + 01775164 v 0201 + 01775535 v 0101 + 01775164 v 0101 ! 01460421 a 0101 & 01459755 a 0000 & 01459949 a 0000 & 01460266 a 0000 | having characteristics that attract love or affection; "a mischievous but lovable child"
-01459755 00 s 03 adorable 0 endearing 0 lovely 0 005 & 01459422 a 0000 + 04685396 n 0303 + 01777817 v 0101 + 04686257 n 0101 + 04686257 n 0102 | lovable especially in a childlike or naive way
-01459949 00 s 05 angelic 0 angelical 0 cherubic 0 seraphic 0 sweet 0 005 & 01459422 a 0000 + 04778630 n 0502 + 09539872 n 0401 + 10546850 n 0204 + 09538915 n 0201 | having a sweet nature befitting an angel or cherub; "an angelic smile"; "a cherubic face"; "looking so seraphic when he slept"; "a sweet disposition"
-01460266 00 s 02 cuddlesome 0 cuddly 0 002 & 01459422 a 0000 + 00417643 n 0201 | inviting cuddling or hugging; "a cuddlesome baby"; "a cuddly teddybear"
-01460421 00 a 01 hateful 0 007 ^ 01244410 a 0000 ^ 01624633 a 0000 ^ 00733905 a 0000 + 04781755 n 0101 ! 01459422 a 0101 & 01460679 a 0000 & 01460982 a 0000 | evoking or deserving hatred; "no vice is universally as hateful as ingratitude"- Joseph Priestly
-01460679 00 s 04 abominable 0 detestable 0 execrable 0 odious 0 004 & 01460421 a 0000 + 07503430 n 0406 + 04780958 n 0402 + 01774426 v 0103 | unequivocally detestable; "abominable treatment of prisoners"; "detestable vices"; "execrable crimes"; "consequences odious to those you govern"- Edmund Burke
-01460982 00 s 01 unlovable 0 001 & 01460421 a 0000 | incapable of inspiring love or affection; "she was in some mysterious way...unlovable"-Joseph Conrad
-01461138 00 a 01 liked 0 002 ! 01461455 a 0101 & 01461292 a 0000 | found pleasant or attractive; often used as a combining form; "a well-liked teacher"
-01461292 00 s 02 likable 0 likeable 0 003 & 01461138 a 0000 + 01776952 v 0201 + 01776952 v 0101 | easy to like; agreeable; "an attractive and likable young man"
-01461455 00 a 01 disliked 0 003 ! 01461138 a 0101 & 01461597 a 0000 & 01461680 a 0000 | regarded with aversion; "he was intensely disliked"
-01461597 00 s 01 dislikable 0 001 & 01461455 a 0000 | such as to provoke dislike
-01461680 00 s 02 unlikable 0 unlikeable 0 001 & 01461455 a 0000 | difficult or impossible to like; "a disagreeable and unlikable old woman"
-01461822 00 a 01 loved 0 008 ^ 02526925 a 0000 ! 01463137 a 0101 & 01462046 a 0000 & 01462124 a 0000 & 01462324 a 0000 & 01462461 a 0000 & 01462625 a 0000 & 01462882 a 0000 | held dear; "his loved companion of many years"
-01462046 00 s 01 admired 0 001 & 01461822 a 0000 | regarded with admiration
-01462124 00 s 04 adored 0 idolized 0 idolised 0 worshipped(a) 0 001 & 01461822 a 0000 | regarded with deep or rapturous love (especially as if for a god); "adored grandchildren"; "an idolized wife"
-01462324 00 s 03 beloved 0 darling 0 dear 0 004 & 01461822 a 0000 + 09849598 n 0302 + 09991867 n 0201 + 09849598 n 0101 | dearly loved
-01462461 00 s 03 blue-eyed(a) 0 fair-haired(a) 0 white-haired(a) 0 002 & 01461822 a 0000 ;u 07075172 n 0000 | favorite; "the fair-haired boy of the literary set"
-01462625 00 s 04 cherished 0 precious 0 treasured 0 wanted 0 002 & 01461822 a 0000 + 05141222 n 0202 | characterized by feeling or showing fond affection for; "a cherished friend"; "children are precious"; "a treasured heirloom"; "so good to feel wanted"
-01462882 00 s 07 favored 0 favorite(a) 0 favourite(a) 0 best-loved 0 pet 0 preferred 0 preferent 0 004 & 01461822 a 0000 + 06200344 n 0702 + 09991867 n 0303 + 05790758 n 0201 | preferred above all others and treated with partiality; "the favored child"
-01463137 00 a 01 unloved 0 008 ^ 02527734 a 0000 ! 01461822 a 0101 & 01463326 a 0000 & 01463414 a 0000 & 01463537 a 0000 & 01463642 a 0000 & 01463735 a 0000 & 01463869 a 0000 | not loved
-01463326 00 s 02 alienated 0 estranged 0 001 & 01463137 a 0000 | caused to be unloved
-01463414 00 s 03 bereft 0 lovelorn 0 unbeloved 0 001 & 01463137 a 0000 | unhappy in love; suffering from unrequited love
-01463537 00 s 04 despised 0 detested 0 hated 0 scorned 0 001 & 01463137 a 0000 | treated with contempt
-01463642 00 s 01 disinherited 0 001 & 01463137 a 0000 | deprived of your rightful heritage
-01463735 00 s 03 jilted 0 rejected 0 spurned 0 001 & 01463137 a 0000 | rebuffed (by a lover) without warning; "jilted at the altar"
-01463869 00 s 01 loveless 0 001 & 01463137 a 0000 | receiving no love; "a loveless childhood"
-01463965 00 a 01 loving 0 020 ^ 00157925 a 0000 ^ 01459422 a 0000 ^ 01725712 a 0000 ^ 02533313 a 0000 + 07546125 n 0101 + 04627000 n 0103 ! 01466593 a 0101 & 01464433 a 0000 & 01464700 a 0000 & 01465061 a 0000 & 01465214 a 0000 & 01465468 a 0000 & 01465583 a 0000 & 01465668 a 0000 & 01465922 a 0000 & 01466038 a 0000 & 01466136 a 0000 & 01466207 a 0000 & 01466305 a 0000 & 01466476 a 0000 | feeling or showing love and affection; "loving parents"; "loving glances"
-01464433 00 s 03 adoring 0 doting 0 fond 1 002 & 01463965 a 0000 + 04627000 n 0302 | extravagantly or foolishly loving and indulgent; "adoring grandparents"; "deceiving her preoccupied and doting husband with a young captain"; "hopelessly spoiled by a fond mother"
-01464700 00 s 05 affectionate 0 fond 2 lovesome 0 tender 0 warm 0 008 & 01463965 a 0000 + 07544647 n 0506 + 07544647 n 0404 + 04627241 n 0401 + 07544647 n 0203 + 07544647 n 0101 + 07544647 n 0102 + 04627000 n 0101 | having or displaying warmth or affection; "affectionate children"; "a fond embrace"; "fond of his nephew"; "a tender glance"; "a warm embrace"
-01465061 00 s 02 amative 0 amorous 1 003 & 01463965 a 0000 + 07544213 n 0201 + 07489059 n 0105 | inclined toward or displaying love; "feeling amorous"
-01465214 00 s 03 amatory 0 amorous 2 romantic 1 003 & 01463965 a 0000 + 13931436 n 0302 + 07489059 n 0201 | expressive of or exciting sexual love or romance; "her amatory affairs"; "amorous glances"; "a romantic adventure"; "a romantic moonlight ride"
-01465468 00 s 01 attached 0 001 & 01463965 a 0000 | fond and affectionate; "she was very attached to her father"
-01465583 00 s 02 captivated 0 charmed 0 001 & 01463965 a 0000 | strongly attracted
-01465668 00 s 07 enamored 0 infatuated 0 in_love 0 potty 0 smitten 0 soft_on(p) 0 taken_with(p) 0 002 & 01463965 a 0000 + 07544213 n 0102 | marked by foolish or unreasoning fondness; "gaga over the rock group's new album"; "he was infatuated with her"
-01465922 00 s 01 idolatrous 0 002 & 01463965 a 0000 + 01044448 n 0101 | blindly or excessively devoted or adoring
-01466038 00 s 02 loverlike 0 loverly 0 001 & 01463965 a 0000 | like or in the manner of a lover
-01466136 00 s 01 overfond 0 001 & 01463965 a 0000 | excessively fond
-01466207 00 s 01 tenderhearted 0 002 & 01463965 a 0000 + 07554342 n 0102 | easily moved to love
-01466305 00 s 01 touchy-feely 0 002 & 01463965 a 0000 ;u 06717170 n 0000 | (often derogatory) openly expressing love and affection (especially through physical contact)
-01466476 00 s 01 uxorious 0 002 & 01463965 a 0000 + 04627367 n 0101 | foolishly fond of or submissive to your wife
-01466593 00 a 01 unloving 0 006 ^ 02533540 a 0000 ! 01463965 a 0101 & 01466775 a 0000 & 01466956 a 0000 & 01467046 a 0000 & 01467184 a 0000 | not giving or reciprocating affection
-01466775 00 s 02 cold 0 frigid 0 004 & 01466593 a 0000 + 05213693 n 0202 + 05213693 n 0201 + 04629604 n 0101 | sexually unresponsive; "was cold to his advances"; "a frigid woman"
-01466956 00 s 01 loveless 0 001 & 01466593 a 0000 | without love; "a loveless marriage"
-01467046 00 s 03 detached 0 unaffectionate 0 uncaring 0 001 & 01466593 a 0000 | lacking affection or warm feeling; "an uncaring person"
-01467184 00 s 01 unromantic 0 001 & 01466593 a 0000 | neither expressive of nor exciting sexual love or romance
-01467298 00 a 01 lowercase 0 003 ^ 01474324 a 0000 ! 01467700 a 0101 & 01467534 a 0000 | relating to small (not capitalized) letters that were kept in the lower half of a compositor's type case; "lowercase letters; a and b and c etc"
-01467534 00 s 03 little 0 minuscule 0 small 0 001 & 01467298 a 0000 | lowercase; "little a"; "small a"; "e.e.cummings's poetry is written all in minuscule letters"
-01467700 00 a 01 uppercase 0 003 ^ 01473996 a 0000 ! 01467298 a 0101 & 01467919 a 0000 | relating to capital letters which were kept in the top half of a compositor's type case; "uppercase letters; X and Y and Z etc"
-01467919 00 s 03 capital 0 great 0 majuscule 0 002 & 01467700 a 0000 + 06824227 n 0101 | uppercase; "capital A"; "great A"; "many medieval manuscripts are in majuscule script"
-01468097 00 a 01 lucky 0 007 ^ 01047874 a 0000 + 11418460 n 0101 + 14473655 n 0102 ! 01468682 a 0101 & 01468319 a 0000 & 01468420 a 0000 & 01468552 a 0000 | having or bringing good fortune; "my lucky day"; "a lucky man"
-01468319 00 s 01 apotropaic 0 001 & 01468097 a 0000 | having the power to prevent evil or bad luck
-01468420 00 s 01 hot 0 001 & 01468097 a 0000 | having or bringing unusually good luck; "hot at craps"; "the dice are hot tonight"
-01468552 00 s 01 serendipitous 0 002 & 01468097 a 0000 + 11463895 n 0101 | lucky in making unexpected and fortunate discoveries
-01468682 00 a 02 unlucky 0 luckless 0 003 ^ 01049462 a 0000 ! 01468097 a 0101 & 01468850 a 0000 | having or bringing misfortune; "Friday the 13th is an unlucky date"
-01468850 00 s 02 hexed 0 jinxed 0 002 & 01468682 a 0000 ;u 07075172 n 0000 | (usually used colloquially) causing or accompanied by misfortune
-01468994 00 a 01 lyric 0 002 ;c 07020895 n 0000 ! 01469161 a 0101 | used of a singer or singing voice that is light in volume and modest in range; "a lyric soprano"
-01469161 00 a 01 dramatic 2 002 ;c 07020895 n 0000 ! 01468994 a 0101 | used of a singer or singing voice that is marked by power and expressiveness and a histrionic or theatrical style; "a dramatic tenor"; "a dramatic soprano"
-01469390 00 a 01 made 0 001 ! 01469516 a 0101 | (of a bed) having the sheets and blankets set in order; "a neatly made bed"
-01469516 00 a 01 unmade 0 001 ! 01469390 a 0101 | (of a bed) not having the sheets and blankets set in order; "an unmade bed with tangled sheets and blankets"
-01469677 00 a 03 magnetic 0 magnetized 0 magnetised 0 003 + 03705379 n 0101 ! 01470141 a 0101 & 01469927 a 0000 | having the properties of a magnet; i.e. of attracting iron or steel; "the hard disk is covered with a thin coat of magnetic material"
-01469927 00 s 01 attractable 0 002 & 01469677 a 0000 + 01350025 v 0101 | capable of being magnetized or attracted by a magnet; "the magnetic chips of steel produced by a cutting tool are attractable by a magnet"
-01470141 00 a 01 antimagnetic 0 001 ! 01469677 a 0101 | impervious to the effects of a magnetic field; resistant to magnetization; "an antimagnetic watch"
-01470298 00 a 01 magnetic 1 002 + 03705379 n 0101 ! 01470496 a 0101 | determined by earth's magnetic fields; "magnetic north"; "the needle of a magnetic compass points to the magnetic north pole"
-01470496 00 a 02 geographic 0 geographical 0 002 ! 01470298 a 0101 & 01470649 a 0000 | determined by geography; "the north and south geographic poles"
-01470649 00 s 01 true(a) 0 001 & 01470496 a 0000 | determined with reference to the earth's axis rather than the magnetic poles; "true north is geographic north"
-01470813 00 a 01 magnetic 3 002 + 03705379 n 0101 ! 01470913 a 0101 | capable of being magnetized
-01470913 00 a 01 nonmagnetic 0 001 ! 01470813 a 0101 | not capable of being magnetized
-01471002 00 a 01 major 1 005 = 05122557 n 0000 + 13581067 n 0101 + 05122557 n 0101 ! 01471368 a 0101 & 01471260 a 0000 | greater in number or size or amount; "a major portion (a majority) of the population"; "Ursa Major"; "a major portion of the winnings"
-01471260 00 s 01 better 0 001 & 01471002 a 0000 | more than half; "argued for the better part of an hour"
-01471368 00 a 01 minor 1 003 = 05122850 n 0000 + 05122850 n 0101 ! 01471002 a 0101 | inferior in number or size or amount; "a minor share of the profits"; "Ursa Minor"
-01471538 00 a 01 major 2 001 ! 01471723 a 0101 | greater in scope or effect; "a major contribution"; "a major improvement"; "a major break with tradition"; "a major misunderstanding"
-01471723 00 a 01 minor 2 001 ! 01471538 a 0101 | lesser in scope or effect; "had minor differences"; "a minor disturbance"
-01471848 00 a 01 major 3 003 ;c 08441203 n 0000 + 15152062 n 0101 ! 01471954 a 0101 | of full legal age
-01471954 00 a 03 minor 3 nonaged 0 underage 0 003 ;c 08441203 n 0000 + 15152261 n 0101 ! 01471848 a 0101 | not of legal age; "minor children"
-01472098 00 a 01 major 4 002 ;c 07020895 n 0000 ! 01472225 a 0101 | of a scale or mode; "major scales"; "the key of D major"
-01472225 00 a 01 minor 4 002 ;c 07020895 n 0000 ! 01472098 a 0101 | of a scale or mode; "the minor keys"; "in B flat minor"
-01472351 00 a 01 major 5 001 ! 01472509 a 0101 | of the field of academic study in which one concentrates or specializes; "his major field was mathematics"
-01472509 00 a 01 minor 5 001 ! 01472351 a 0101 | of your secondary field of academic concentration or specialization
-01472628 00 a 01 major 6 002 ! 01473083 a 0101 & 01472790 a 0000 | of greater importance or stature or rank; "a major artist"; "a major role"; "major highways"
-01472790 00 s 05 leading(p) 2 prima(p) 0 star(p) 0 starring(p) 0 stellar(a) 0 001 & 01472628 a 0000 | indicating the most important performer or role; "the leading man"; "prima ballerina"; "prima donna"; "a star figure skater"; "the starring role"; "a stellar role"; "a stellar performance"
-01473083 00 a 01 minor 6 003 ! 01472628 a 0101 & 01473353 a 0000 & 01473558 a 0000 | of lesser importance or stature or rank; "a minor poet"; "had a minor part in the play"; "a minor official"; "many of these hardy adventurers were minor noblemen"; "minor back roads"
-01473353 00 s 02 insignificant 0 peanut 0 002 & 01473083 a 0000 + 05173579 n 0101 | of little importance or influence or power; of minor status; "a minor, insignificant bureaucrat"; "peanut politicians"
-01473558 00 s 01 secondary 0 001 & 01473083 a 0000 | not of major importance; "played a secondary role in world events"
-01473680 00 a 01 major 7 001 ! 01473826 a 0101 | of greater seriousness or danger; "a major earthquake"; "a major hurricane"; "a major illness"
-01473826 00 a 01 minor 7 001 ! 01473680 a 0101 | of lesser seriousness or danger; "suffered only minor injuries"; "some minor flooding"; "a minor tropical disturbance"
-01473996 00 a 01 majuscule 0 003 ^ 01467700 a 0000 ! 01474324 a 0101 & 01474196 a 0000 | of or relating to a style of writing characterized by somewhat rounded capital letters; 4th to 8th centuries
-01474196 00 s 01 majuscular 0 002 & 01473996 a 0000 + 06824227 n 0105 | of the nature of a majuscule or written in majuscules
-01474324 00 a 02 minuscule 0 minuscular 0 003 ^ 01467298 a 0000 + 06350592 n 0201 ! 01473996 a 0101 | of or relating to a small cursive script developed from uncial; 7th to 9th centuries
-01474513 00 a 01 manageable 0 012 ^ 00696518 a 0000 ^ 01612053 a 0000 ^ 02451113 a 0000 + 04905546 n 0102 + 04905546 n 0101 + 02443049 v 0104 + 02436349 v 0101 ! 01475282 a 0101 & 01474806 a 0000 & 01474942 a 0000 & 01475041 a 0000 & 01475160 a 0000 | capable of being managed or controlled
-01474806 00 s 01 administrable 0 003 & 01474513 a 0000 + 02431971 v 0102 + 02431971 v 0101 | capable of being administered or managed
-01474942 00 s 02 controllable 0 governable 0 001 & 01474513 a 0000 | capable of being controlled
-01475041 00 s 01 directed 0 001 & 01474513 a 0000 | manageable by a supervising agent; "a directed program of study"
-01475160 00 s 02 steerable 0 dirigible 0 002 & 01474513 a 0000 + 02692877 n 0202 | capable of being steered or directed
-01475282 00 a 02 unmanageable 0 difficult 1 007 ^ 00695523 a 0000 ^ 01613463 a 0000 ^ 02451951 a 0000 + 04907575 n 0102 ! 01474513 a 0101 & 01475526 a 0000 & 01475733 a 0000 | hard to control; "a difficult child", "an unmanageable situation"
-01475526 00 s 04 indocile 0 uncontrollable 0 ungovernable 0 unruly 0 002 & 01475282 a 0000 + 04908396 n 0401 | of persons; "the little boy's parents think he is spirited, but his teacher finds him unruly"
-01475733 00 s 01 uncheckable 0 001 & 01475282 a 0000 | incapable of being checked or restrained
-01475831 00 a 03 manly 0 manful 0 manlike 0 007 ^ 01483324 a 0000 + 04666837 n 0201 + 10288763 n 0101 + 10287213 n 0101 + 04666837 n 0102 ! 01476154 a 0101 & 01476046 a 0000 | possessing qualities befitting a man
-01476046 00 s 01 man-sized 0 001 & 01475831 a 0000 | calling for the strength of a man; "a man-sized job"
-01476154 00 a 03 unmanly 0 unmanful 0 unmanlike 0 004 + 04668139 n 0106 ! 01475831 a 0101 & 01476325 a 0000 & 01476516 a 0000 | not possessing qualities befitting a man
-01476325 00 s 07 effeminate 0 emasculate 0 epicene 0 cissy 0 sissified 0 sissyish 0 sissy 0 003 & 01476154 a 0000 + 04668139 n 0703 + 04668139 n 0102 | having unsuitable feminine qualities
-01476516 00 s 01 womanish 0 002 & 01476154 a 0000 + 04668139 n 0105 | having characteristics associated with women and considered undesirable in men; "womanish tears"
-01476685 00 a 01 male 0 011 ^ 01483324 a 0000 = 05006898 n 0000 ;c 06037666 n 0000 + 05008227 n 0101 ! 01477806 a 0101 ! 01478626 a 0101 & 01477077 a 0000 & 01477251 a 0000 & 01477391 a 0000 & 01477564 a 0000 & 01477711 a 0000 | being the sex (of plant or animal) that produces gametes (spermatozoa) that perform the fertilizing function in generation; "a male infant"; "a male holly tree"
-01477077 00 s 01 male 1 003 & 01476685 a 0000 + 09624168 n 0101 + 05008227 n 0101 | for or pertaining to or composed of men or boys; "the male lead"; "the male population"
-01477251 00 s 02 antheral 0 staminate 0 003 & 01476685 a 0000 ;c 06066555 n 0000 + 11675245 n 0101 | capable of fertilizing female organs
-01477391 00 s 02 phallic 0 priapic 0 002 & 01476685 a 0000 + 05526384 n 0102 | resembling or being a phallus; "a phallic symbol"; "phallic eroticism"; "priapic figurines"
-01477564 00 s 01 priapic 2 001 & 01476685 a 0000 | overly concerned with masculinity and male sexuality; "priapic episodes"; "priapic victories"
-01477711 00 s 01 young-begetting(a) 0 001 & 01476685 a 0000 | capable of fathering offspring
-01477806 00 a 01 female 0 010 ^ 01484083 a 0000 = 05006898 n 0000 ;c 06037666 n 0000 + 01320872 n 0101 + 05008943 n 0101 ! 01478626 a 0101 ! 01476685 a 0101 & 01478182 a 0000 & 01478353 a 0000 & 01478482 a 0000 | being the sex (of plant or animal) that produces fertilizable gametes (ova) from which offspring develop; "a female heir"; "female holly trees bear the berries"
-01478182 00 s 01 female 1 002 & 01477806 a 0000 + 05008943 n 0101 | for or pertaining to or composed of women or girls; "the female lead in the play"; "a female chorus"
-01478353 00 s 02 egg-producing(a) 0 young-bearing(a) 0 001 & 01477806 a 0000 | capable of producing eggs and bearing offspring
-01478482 00 s 01 pistillate 0 002 & 01477806 a 0000 ;c 06066555 n 0000 | having gynoecia, or pistils, the ovule-bearing organ of a seed plant
-01478626 00 a 01 androgynous 0 011 = 05006898 n 0000 + 10172080 n 0104 + 05008746 n 0101 ! 01476685 a 0101 ! 01477806 a 0101 & 01478907 a 0000 & 01479025 a 0000 & 01479181 a 0000 & 01479376 a 0000 & 01479509 a 0000 & 01479715 a 0000 | having both male and female characteristics
-01478907 00 s 02 bisexual 0 epicene 0 002 & 01478626 a 0000 + 05008746 n 0103 | having an ambiguous sexual identity
-01479025 00 s 02 gynandromorphic 0 gynandromorphous 0 002 & 01478626 a 0000 + 10172080 n 0203 | having both male and female morphological characteristics
-01479181 00 s 02 hermaphroditic 0 hermaphrodite 0 004 & 01478626 a 0000 ;c 06037666 n 0000 + 10172080 n 0201 + 10172080 n 0101 | of animal or plant; having both male female reproductive organs
-01479376 00 s 01 intersexual 0 001 & 01478626 a 0000 | having sexual characteristics intermediate between those of male and female
-01479509 00 s 02 pseudohermaphroditic 0 pseudohermaphrodite 0 002 & 01478626 a 0000 + 10487710 n 0101 | having internal reproductive organs of one sex and external sexual characteristics of the other sex
-01479715 00 s 01 unisex 0 001 & 01478626 a 0000 | not distinguished on the basis of sex
-01479805 00 a 01 manned 0 001 ! 01479940 a 0101 | having a crew; "a manned earth satellite was considered a necessary research step"
-01479940 00 a 02 unmanned 0 remote-controlled 0 002 ! 01479805 a 0101 & 01480080 a 0000 | lacking a crew; "an unmanned satellite to Mars"
-01480080 00 s 01 pilotless 0 001 & 01479940 a 0000 | lacking a pilot; "a drone is a pilotless aircraft"
-01480186 00 a 01 marked 0 006 ! 01481135 a 0101 & 01480492 a 0000 & 01480603 a 0000 & 01480684 a 0000 & 01480916 a 0000 & 01481014 a 0000 | having or as if having an identifying mark or a mark as specified; often used in combination; "played with marked cards"; "a scar-marked face"; "well-marked roads"
-01480492 00 s 02 asterisked 0 starred 0 001 & 01480186 a 0000 | marked with an asterisk; "the starred items"
-01480603 00 s 01 barred 0 001 & 01480186 a 0000 | marked with stripes or bands
-01480684 00 s 01 scarred 0 001 & 01480186 a 0000 | deeply affected or marked by mental or physical pain or injury; "Could her scarred mind ever be free of fear?"; "a face scarred by anxiety"; "the fire left her arm badly scarred"
-01480916 00 s 01 well-marked 0 001 & 01480186 a 0000 | clearly indicated; "a well-marked route"
-01481014 00 s 01 masked 0 001 & 01480186 a 0000 | having markings suggestive of a mask; "the masked face of a raccoon"
-01481135 00 a 01 unmarked 0 002 ! 01480186 a 0101 & 01481282 a 0000 | not having an identifying mark; "unmarked cards"; "an unmarked police car"
-01481282 00 s 02 unasterisked 0 unstarred 0 001 & 01481135 a 0000 | not marked with an asterisk; "unasterisked items"
-01481402 00 a 01 branded 0 001 ! 01481513 a 0101 | marked with a brand; "branded cattle"; "branded criminal"
-01481513 00 a 01 unbranded 0 001 ! 01481402 a 0101 | not marked with a brand; "unbranded cattle"
-01481612 00 a 01 married 0 006 ^ 01482956 a 0000 ! 01482228 a 0101 & 01481812 a 0000 & 01481932 a 0000 & 01482020 a 0000 & 01482140 a 0000 | joined in matrimony; "a married man"; "a married couple"
-01481812 00 s 02 joined 0 united 0 001 & 01481612 a 0000 | of or relating to two people who are married to each other
-01481932 00 s 01 mated 0 001 & 01481612 a 0000 | of or relating to a marriage partner
-01482020 00 s 01 ringed 0 001 & 01481612 a 0000 | wearing a wedding ring; lawfully married; "a ringed wife"- Tennyson
-01482140 00 s 02 wed 0 wedded 0 001 & 01481612 a 0000 | having been taken in marriage
-01482228 00 a 02 unmarried 0 single 2 006 ^ 01483143 a 0000 ! 01481612 a 0101 & 01482551 a 0000 & 01482658 a 0000 & 01482751 a 0000 & 01482865 a 0000 | not married or related to the unmarried state; "unmarried men and women"; "unmarried life"; "sex and the single girl"; "single parenthood"; "are you married or single?"
-01482551 00 s 01 divorced 0 001 & 01482228 a 0000 | of someone whose marriage has been legally dissolved
-01482658 00 s 01 mateless 0 001 & 01482228 a 0000 | of someone who has no marriage partner
-01482751 00 s 02 unwed 0 unwedded 0 001 & 01482228 a 0000 | of someone who has not been married; "unwed mother"
-01482865 00 s 01 widowed 0 001 & 01482228 a 0000 | single because of death of the spouse
-01482956 00 a 01 mated 0 004 ^ 01481612 a 0000 ^ 01486489 a 0000 ! 01483143 a 0101 & 01483076 a 0000 | mated sexually
-01483076 00 s 01 paired 0 001 & 01482956 a 0000 | mated sexually
-01483143 00 a 01 unmated 0 003 ^ 01482228 a 0000 ! 01482956 a 0101 & 01483251 a 0000 | not mated sexually
-01483251 00 s 01 mateless 0 001 & 01483143 a 0000 | not mated sexually
-01483324 00 a 01 masculine 1 009 ^ 01476685 a 0000 ^ 01475831 a 0000 ^ 01486084 a 0000 + 04666615 n 0101 + 05008227 n 0102 ! 01484083 a 0101 & 01483562 a 0000 & 01483677 a 0000 & 01483950 a 0000 | associated with men and not with women
-01483562 00 s 02 butch 0 macho 0 001 & 01483324 a 0000 | used of men; markedly masculine in appearance or manner
-01483677 00 s 05 male 2 manful 0 manlike 0 manly 0 virile 0 008 & 01483324 a 0000 + 04666837 n 0503 + 10288763 n 0401 + 10287213 n 0401 + 04666837 n 0402 + 04666837 n 0201 + 09624168 n 0101 + 05008227 n 0101 | characteristic of a man; "a deep male voice"; "manly sports"
-01483950 00 s 01 mannish 0 001 & 01483324 a 0000 | characteristic of a man as distinguished from a woman; "true mannish arrogance"
-01484083 00 a 01 feminine 1 009 ^ 01477806 a 0000 ^ 01486197 a 0000 + 05008943 n 0102 + 04667406 n 0101 ! 01483324 a 0101 & 01484342 a 0000 & 01484451 a 0000 & 01484651 a 0000 & 01484814 a 0000 | associated with women and not with men; "feminine intuition"
-01484342 00 s 01 fair(a) 0 002 & 01484083 a 0000 + 04685396 n 0102 | attractively feminine; "the fair sex"
-01484451 00 s 02 female 2 distaff 0 004 & 01484083 a 0000 + 14514392 n 0201 + 09619168 n 0101 + 05008943 n 0101 | characteristic of or peculiar to a woman; "female sensitiveness"; "female suffrage"
-01484651 00 s 02 maidenlike 0 maidenly 0 003 & 01484083 a 0000 + 10282482 n 0202 + 04667923 n 0201 | befitting or characteristic of a maiden; "a maidenly blush"
-01484814 00 s 01 powder-puff 0 001 & 01484083 a 0000 | used of competitive activities in which only women take part; "powder-puff baseball"; "a powder-puff football game"
-01484987 00 a 02 womanly 0 feminine 4 006 + 05008943 n 0202 + 10787470 n 0101 + 04667660 n 0101 ! 01485502 a 0101 & 01485254 a 0000 & 01485401 a 0000 | befitting or characteristic of a woman especially a mature woman; "womanly virtues of gentleness and compassion"
-01485254 00 s 01 matronly 0 002 & 01484987 a 0000 + 10303037 n 0101 | befitting or characteristic of a fully mature woman; "her matronly figure"
-01485401 00 s 01 womanlike 0 001 & 01484987 a 0000 | resembling a woman; "a womanlike stone image"
-01485502 00 a 01 unwomanly 0 004 ! 01484987 a 0101 & 01485708 a 0000 & 01485828 a 0000 & 01485971 a 0000 | not womanly; "the logical clearness of her arguments...condemned her as eccentric and unwomanly"
-01485708 00 s 02 hoydenish 0 tomboyish 0 002 & 01485502 a 0000 + 04667258 n 0202 | used of girls; wild and boisterous
-01485828 00 s 01 mannish 0 001 & 01485502 a 0000 | resembling or imitative of or suggestive of a man rather than a woman; "a mannish stride"
-01485971 00 s 01 unfeminine 0 001 & 01485502 a 0000 | not suitable for a woman; "an unfeminine depth of voice"
-01486084 00 a 01 masculine 2 003 ^ 01483324 a 0000 ! 01486197 a 0101 ! 01486327 a 0101 | of grammatical gender
-01486197 00 a 01 feminine 2 004 ^ 01484083 a 0000 + 06328996 n 0101 ! 01486327 a 0101 ! 01486084 a 0101 | of grammatical gender
-01486327 00 a 01 neuter 0 003 + 06329313 n 0101 ! 01486084 a 0101 ! 01486197 a 0101 | of grammatical gender; "`it' is the third-person singular neuter pronoun"
-01486489 00 a 01 matched 0 007 ^ 00507464 a 0000 ^ 01482956 a 0000 ! 01487201 a 0101 & 01486704 a 0000 & 01486854 a 0000 & 01486960 a 0000 & 01487048 a 0000 | going well together; possessing harmonizing qualities
-01486704 00 s 03 coordinated 0 co-ordinated 0 matching 1 001 & 01486489 a 0000 | intentionally matched; "curtains and walls were color coordinated"
-01486854 00 s 04 duplicate 0 matching 2 twin(a) 0 twinned 0 001 & 01486489 a 0000 | being two identical
-01486960 00 s 02 mated 0 paired 0 001 & 01486489 a 0000 | used of gloves, socks, etc.
-01487048 00 s 01 one-to-one 0 001 & 01486489 a 0000 | used of relations such that each member of one set is associated with one member of a second set
-01487201 00 a 01 mismatched 0 004 ^ 00508192 a 0000 ! 01486489 a 0101 & 01487352 a 0000 & 01487496 a 0000 | either not matched or unsuitably matched
-01487352 00 s 04 ill-sorted 0 incompatible 0 mismated 0 unsuited 0 002 & 01487201 a 0000 + 04714440 n 0201 | not easy to combine harmoniously
-01487496 00 s 04 odd 0 unmatched 0 unmated 0 unpaired 0 001 & 01487201 a 0000 | of the remaining member of a pair, of socks e.g.
-01487627 00 a 01 material 2 003 + 13794658 n 0101 ! 01488066 a 0101 & 01487943 a 0000 | directly relevant to a matter especially a law case; "his support made a material difference"; "evidence material to the issue at hand"; "facts likely to influence the judgment are called material facts"; "a material witness"
-01487943 00 s 01 crucial 0 001 & 01487627 a 0000 | having crucial relevance; "crucial to the case"; "relevant testimony"
-01488066 00 a 01 immaterial 2 002 + 13796216 n 0101 ! 01487627 a 0101 | of no importance or relevance especially to a law case; "an objection that is immaterial after the fact"
-01488245 00 a 01 mature 1 015 ^ 01643620 a 0000 = 14424780 n 0000 = 04924103 n 0000 + 15152817 n 0102 + 14424780 n 0101 + 14424780 n 0102 ! 01489722 a 0101 & 01488616 a 0000 & 01488856 a 0000 & 01489006 a 0000 & 01489085 a 0000 & 01489207 a 0000 & 01489325 a 0000 & 01489454 a 0000 & 01489557 a 0000 | having reached full natural growth or development; "a mature cell"
-01488616 00 s 06 adult 0 big 0 full-grown 0 fully_grown 0 grown 0 grownup 0 005 & 01488245 a 0000 ;c 00015388 n 0000 + 09605289 n 0602 + 09605289 n 0101 + 01321456 n 0101 | (of animals) fully developed; "an adult animal"; "a grown woman"
-01488856 00 s 02 abloom 0 efflorescent 0 003 & 01488245 a 0000 + 13439570 n 0206 + 00294522 v 0201 | bursting into flower; "flowering spring trees"
-01489006 00 s 01 fruiting 0 001 & 01488245 a 0000 | capable of bearing fruit
-01489085 00 s 02 full-blown 0 matured 0 001 & 01488245 a 0000 | fully ripe; at the height of bloom; "a full-blown rose"
-01489207 00 s 01 headed 0 001 & 01488245 a 0000 | of leafy vegetables; having formed into a head; "headed cabbages"
-01489325 00 s 02 marriageable 0 nubile 0 002 & 01488245 a 0000 + 04718030 n 0101 | of girls or women who are eligible to marry
-01489454 00 s 01 overblown 0 001 & 01488245 a 0000 | past the stage of full bloom; "overblown roses"
-01489557 00 s 02 prime 0 meridian 0 002 & 01488245 a 0000 + 13940456 n 0208 | being at the best stage of development; "our manhood's prime vigor"- Robert Browning
-01489722 00 a 01 immature 1 016 ^ 01495535 a 0000 ^ 01646941 a 0000 = 14424780 n 0000 = 04924103 n 0000 + 14425974 n 0102 + 14425974 n 0101 ! 01488245 a 0101 & 01490061 a 0000 & 01490257 a 0000 & 01490505 a 0000 & 01490603 a 0000 & 01490855 a 0000 & 01491067 a 0000 & 01491240 a 0000 & 01491541 a 0000 & 01491691 a 0000 | not yet mature
-01490061 00 s 01 adolescent 0 004 & 01489722 a 0000 + 09772029 n 0101 + 15147850 n 0101 + 00252710 v 0101 | in the state of development between puberty and maturity; "adolescent boys and girls"
-01490257 00 s 03 embryonic 0 embryologic 0 embryonal 0 005 & 01489722 a 0000 + 01458842 n 0301 + 06071426 n 0201 + 06071426 n 0101 + 01458842 n 0101 | of an organism prior to birth or hatching; "in the embryonic stage"; "embryologic development"
-01490505 00 s 01 inchoative 0 001 & 01489722 a 0000 | beginning to develop; "inchoative stages"
-01490603 00 s 01 larval 0 002 & 01489722 a 0000 + 02311060 n 0101 | immature of its kind; especially being or characteristic of immature insects in the newly hatched wormlike feeding stage; "larval societies"; "larval crayfishes"; "the larval stage"
-01490855 00 s 02 prepubescent 0 prepubertal 0 003 & 01489722 a 0000 ;c 02472293 n 0000 + 15148081 n 0201 | (especially of human beings) at the age immediately before puberty; often marked by accelerated growth
-01491067 00 s 01 prepupal 0 001 & 01489722 a 0000 | of an inactive stage in the development of some insects, between the larval and the pupal stages; "the prepupal stage"
-01491240 00 s 01 pubescent 0 002 & 01489722 a 0000 + 15148295 n 0102 | (of animals especially human beings) having arrived at the onset of puberty (the age at which sex glands become functional) but not yet fully mature; "the budding breasts of a pubescent girl and the downy chin of pubescent boy"
-01491541 00 s 01 pupal 0 002 & 01489722 a 0000 + 02312427 n 0101 | of the insects in the chrysalis (cocoon) or post larval stage; "the pupal stage"
-01491691 00 s 01 underdeveloped 0 001 & 01489722 a 0000 | not yet fully developed
-01491775 00 a 01 mature 2 004 ! 01492394 a 0101 & 01491930 a 0000 & 01492061 a 0000 & 01492257 a 0000 | characteristic of maturity; "mature for her age"
-01491930 00 s 01 autumnal 0 001 & 01491775 a 0000 | characteristic of late maturity verging on decline; "a serene autumnal mood"
-01492061 00 s 02 mellow 0 mellowed 0 002 & 01491775 a 0000 + 07554224 n 0101 | having attained to kindliness or gentleness through age and experience; "mellow wisdom"; "the peace of mellow age"
-01492257 00 s 01 ripe 0 001 & 01491775 a 0000 | at the highest point of development especially in judgment or knowledge; "a ripe mind"
-01492394 00 a 01 immature 2 006 + 14425974 n 0102 + 14425974 n 0101 ! 01491775 a 0101 & 01492596 a 0000 & 01492907 a 0000 & 01493016 a 0000 | characteristic of a lack of maturity; "immature behavior"
-01492596 00 s 04 adolescent 0 jejune 0 juvenile 0 puerile 0 005 & 01492394 a 0000 + 14427065 n 0402 + 14426568 n 0303 + 14426568 n 0202 + 05206573 n 0201 | displaying or suggesting a lack of maturity; "adolescent insecurity"; "jejune responses to our problems"; "their behavior was juvenile"; "puerile jokes"
-01492907 00 s 01 babyish 0 001 & 01492394 a 0000 | characteristic of a baby; "babyish tears and petulance"
-01493016 00 s 02 childish 0 infantile 0 002 & 01492394 a 0000 + 04928760 n 0101 | indicating a lack of maturity; "childish tantrums"; "infantile behavior"
-01493173 00 a 02 ripe 0 mature 6 006 + 14424780 n 0202 + 14425601 n 0101 ! 01493897 a 0101 & 01493423 a 0000 & 01493636 a 0000 & 01493807 a 0000 | fully developed or matured and ready to be eaten or used; "ripe peaches"; "full-bodied mature wines"
-01493423 00 s 02 aged 0 ripened 0 002 & 01493173 a 0000 + 04927632 n 0101 | of wines, fruit, cheeses; having reached a desired or final condition; (`aged' pronounced as one syllable); "mature well-aged cheeses"
-01493636 00 s 02 mellow 0 mellowed 0 002 & 01493173 a 0000 + 05718118 n 0101 | having a full and pleasing flavor through proper aging; "a mellow port"; "mellowed fruit"
-01493807 00 s 01 overripe 0 001 & 01493173 a 0000 | too ripe and beginning to turn soft
-01493897 00 a 04 green 0 unripe 0 unripened 0 immature 6 005 + 14425974 n 0402 + 14425974 n 0401 + 14426449 n 0101 ! 01493173 a 0101 & 01494146 a 0000 | not fully developed or mature; not ripe; "unripe fruit"; "fried green tomatoes"; "green wood"
-01494146 00 s 01 unaged 0 001 & 01493897 a 0000 | not subjected to an aging process; "vodka is an unaged liquor from Russia"
-01494273 00 a 01 seasonal 0 001 ! 01494429 a 0101 | occurring at or dependent on a particular season; "seasonal labor"; "a seasonal rise in unemployment"
-01494429 00 a 02 year-round 0 year-around 0 001 ! 01494273 a 0101 | operating or continuing throughout the year; "a year-round resort"; "a year-round job"
-01494586 00 a 01 seasonable 0 002 + 05049253 n 0101 ! 01494740 a 0101 | in keeping with the season; "a hard but seasonable frost"; "seasonable clothes"
-01494740 00 a 01 unseasonable 0 002 + 05049458 n 0101 ! 01494586 a 0101 | not in keeping with (and usually undesirable for) the season; "a sudden unseasonable blizzard"; "unseasonable bright blue weather in November"
-01494959 00 a 01 seasoned 0 002 ! 01495181 a 0101 & 01495066 a 0000 | aged or processed; "seasoned wood"
-01495066 00 s 01 cured 0 001 & 01494959 a 0000 | (used of concrete or mortar) kept moist to assist the hardening
-01495181 00 a 01 unseasoned 0 002 ! 01494959 a 0101 & 01495298 a 0000 | not aged or processed; "unseasoned timber"
-01495298 00 s 01 uncured 0 001 & 01495181 a 0000 | not seasoned; "uncured pelts"
-01495381 00 a 01 full-term 0 002 ^ 01488245 a 0000 ! 01495535 a 0101 | gestated for the entire duration of normal pregnancy; "a healthy full-term baby"
-01495535 00 a 01 premature 0 004 ^ 01489722 a 0000 + 14426736 n 0102 + 14426736 n 0101 ! 01495381 a 0101 | born after a gestation period of less than the normal time; "a premature infant"
-01495725 00 a 02 maximal 0 maximum 0 003 ! 01496021 a 0202 ! 01496021 a 0101 & 01495912 a 0000 | the greatest or most complete or best possible; "maximal expansion"; "maximum pressure"
-01495912 00 s 01 supreme 0 001 & 01495725 a 0000 | greatest or maximal in degree; extreme; "supreme folly"
-01496021 00 a 02 minimal 0 minimum 0 006 ! 01495725 a 0202 ! 01495725 a 0101 & 01496311 a 0000 & 01496462 a 0000 & 01496592 a 0000 & 01496816 a 0000 | the least possible; "needed to enforce minimal standards"; "her grades were minimal"; "minimum wage"; "a minimal charge for the service"
-01496311 00 s 02 borderline 0 marginal 0 001 & 01496021 a 0000 | of questionable or minimal quality; "borderline grades"; "marginal writing ability"
-01496462 00 s 01 negligible 0 001 & 01496021 a 0000 | so small as to be meaningless; insignificant; "the effect was negligible"
-01496592 00 s 03 nominal 0 token(a) 0 tokenish 0 001 & 01496021 a 0000 | insignificantly small; a matter of form only (`tokenish' is informal); "the fee was nominal"; "a token gesture of resistance"; "a toknenish gesture"
-01496816 00 s 02 stripped 0 stripped-down 0 001 & 01496021 a 0000 | having only essential or minimal features; "a stripped new car"; "a stripped-down budget"
-01496976 00 a 01 meaningful 0 007 ^ 01909890 a 0000 ^ 02161432 a 0000 + 05170236 n 0101 ! 01497736 a 0101 & 01497245 a 0000 & 01497387 a 0000 & 01497594 a 0000 | having a meaning or purpose; "a meaningful explanation"; "a meaningful discussion"; "a meaningful pause"
-01497245 00 s 02 meaty 0 substantive 0 002 & 01496976 a 0000 + 05921123 n 010c | being on topic and prompting thought; "a meaty discussion"
-01497387 00 s 03 meaning(a) 0 pregnant 0 significant 0 005 & 01496976 a 0000 + 06601327 n 0302 + 05920791 n 0301 + 01039854 v 0301 + 00932324 v 0301 | rich in significance or implication; "a meaning look"
-01497594 00 s 01 purposeful 0 002 & 01496976 a 0000 + 05170400 n 0101 | having meaning through having an aim; "led a happy purposeful life"
-01497736 00 a 02 meaningless 0 nonmeaningful 0 009 ^ 02164402 a 0000 ^ 01910488 a 0000 ^ 01279978 a 0000 + 06607339 n 0104 ! 01496976 a 0101 & 01498084 a 0000 & 01498298 a 0000 & 01498418 a 0000 & 01498594 a 0000 | having no meaning or direction or purpose; "a meaningless endeavor"; "a meaningless life"; "a verbose but meaningless explanation"
-01498084 00 s 03 empty 0 hollow 0 vacuous 0 004 & 01497736 a 0000 + 05174023 n 0304 + 04867871 n 0203 + 05141040 n 0102 | devoid of significance or point; "empty promises"; "a hollow victory"; "vacuous comments"
-01498298 00 s 01 insignificant 0 002 & 01497736 a 0000 + 05173579 n 0101 | signifying nothing; "insignificant sounds"
-01498418 00 s 01 mindless 0 002 & 01497736 a 0000 + 05174023 n 0103 | lacking the thinking capacity characteristic of a conscious being; "the shrieking of the mindless wind"
-01498594 00 s 02 nonsense(a) 0 nonsensical 0 002 & 01497736 a 0000 + 06607339 n 0203 | having no intelligible meaning; "nonsense syllables"; "a nonsensical jumble of words"
-01498769 00 a 02 measurable 0 mensurable 0 005 = 05090441 n 0000 + 05209822 n 0102 + 00647094 v 0101 + 00489837 v 0102 ! 01498957 a 0101 | capable of being measured; "measurable depths"
-01498957 00 a 04 immeasurable 0 unmeasurable 0 immensurable 0 unmeasured 0 003 ! 01498769 a 0101 & 01499155 a 0000 & 01499269 a 0000 | impossible to measure; "unmeasurable reaches of outer space"
-01499155 00 s 01 abysmal 0 001 & 01498957 a 0000 | very great; limitless; "abysmal misery"; "abysmal stupidity"
-01499269 00 s 03 illimitable 0 limitless 0 measureless 0 002 & 01498957 a 0000 + 05209324 n 0205 | without limits in extent or size or quantity; "limitless vastness of our solar system"
-01499457 00 a 01 meaty 0 002 + 07649854 n 0101 ! 01499602 a 0101 | like or containing meat; "enough of vegetarianism; let's have a meaty meal"
-01499602 00 a 01 meatless 0 001 ! 01499457 a 0101 | lacking meat; "meatless days"
-01499686 00 a 01 mechanical 0 008 + 03738472 n 0101 + 00098385 n 0102 ! 01500766 a 0101 & 01499999 a 0000 & 01500247 a 0000 & 01500416 a 0000 & 01500555 a 0000 & 01500672 a 0000 | using (or as if using) mechanisms or tools or devices; "a mechanical process"; "his smile was very mechanical"; "a mechanical toy"
-01499999 00 s 05 automatic 0 automatonlike 0 machinelike 0 robotlike 0 robotic 0 003 & 01499686 a 0000 + 00480221 v 0101 + 09825519 n 0101 | resembling the unthinking functioning of a machine; "an automatic `thank you'"; "machinelike efficiency"
-01500247 00 s 01 mechanic 0 001 & 01499686 a 0000 | resembling the action of a machine; "from blank to blank a threadless way I pushed mechanic feet"- Emily Dickenson
-01500416 00 s 01 mechanistic 0 002 & 01499686 a 0000 + 09349797 n 0101 | explained in terms of physical forces; "a mechanistic universe"
-01500555 00 s 02 mechanized 0 mechanised 0 001 & 01499686 a 0000 | equipped with machinery; "a mechanized factory"
-01500672 00 s 01 windup(a) 0 001 & 01499686 a 0000 | operated by a mechanism; "windup toys"
-01500766 00 a 01 nonmechanical 0 003 ! 01499686 a 0101 & 01500876 a 0000 & 01500952 a 0000 | not mechanical
-01500876 00 s 01 nonmechanistic 0 001 & 01500766 a 0000 | not mechanistic
-01500952 00 s 02 unmechanized 0 unmechanised 0 001 & 01500766 a 0000 | not mechanized; "production of furniture remained largely unmechanized"- Gordon Russell
-01501113 00 a 03 melodious 0 melodic 4 musical 4 013 + 07019172 n 0301 + 05718556 n 0301 + 04983402 n 0301 + 04983402 n 0302 + 07028373 n 0102 + 05711915 n 0101 + 04983848 n 0101 ! 01502099 a 0101 & 01501505 a 0000 & 01501619 a 0000 & 01501718 a 0000 & 01501821 a 0000 & 01501990 a 0000 | containing or constituting or characterized by pleasing melody; "the melodious song of a meadowlark"
-01501505 00 s 02 ariose 0 songlike 0 001 & 01501113 a 0000 | having a melody (as distinguished from recitative)
-01501619 00 s 02 canorous 0 songful 0 002 & 01501113 a 0000 + 04983688 n 0203 | richly melodious
-01501718 00 s 02 cantabile 0 singing 0 002 & 01501113 a 0000 ;c 07020895 n 0000 | smooth and flowing
-01501821 00 s 05 dulcet 0 honeyed 0 mellifluous 0 mellisonant 0 sweet 0 002 & 01501113 a 0000 + 04778630 n 0502 | pleasing to the ear; "the dulcet tones of the cello"
-01501990 00 s 01 lyrical 0 002 & 01501113 a 0000 + 04983688 n 0101 | suitable for or suggestive of singing
-01502099 00 a 03 unmelodious 0 unmelodic 4 unmusical 4 001 ! 01501113 a 0101 | lacking melody
-01502195 00 a 02 tuneful 0 melodious 4 005 + 07028373 n 0202 + 05711915 n 0201 + 04983848 n 0201 + 04983848 n 0102 ! 01502383 a 0101 | having a musical sound; especially a pleasing tune
-01502383 00 a 03 tuneless 0 untuneful 0 unmelodious 4 001 ! 01502195 a 0101 | not having a musical sound or pleasing tune
-01502507 00 a 01 membered 0 010 ;c 06084469 n 0000 ! 01503886 a 0101 & 01502796 a 0000 & 01502925 a 0000 & 01503052 a 0000 & 01503179 a 0000 & 01503375 a 0000 & 01503504 a 0000 & 01503633 a 0000 & 01503760 a 0000 | having members; normally used in chemistry in combination with a number
-01502796 00 s 02 three-membered 0 3-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with three members
-01502925 00 s 02 four-membered 0 4-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with four members
-01503052 00 s 02 five-membered 0 5-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with five members
-01503179 00 s 02 six-membered 0 6-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with six members; "having three carbon and three nitrogen atoms in a six-membered ring"
-01503375 00 s 02 seven-membered 0 7-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with seven members
-01503504 00 s 02 eight-membered 0 8-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with eight members
-01503633 00 s 02 nine-membered 0 9-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with nine members
-01503760 00 s 02 ten-membered 0 10-membered 0 001 & 01502507 a 0000 | of a chemical compound having a ring with ten members
-01503886 00 a 01 memberless 0 001 ! 01502507 a 0101 | of a group or set having no members
-01503978 00 a 01 mined 0 004 ! 01504531 a 0101 & 01504147 a 0000 & 01504282 a 0000 & 01504430 a 0000 | extracted from a source of supply as of minerals from the earth
-01504147 00 s 01 deep-mined 0 001 & 01503978 a 0000 | of coal, as contrasted with coal obtained from a strip mine; "deep-mined coal"
-01504282 00 s 01 well-mined 0 001 & 01503978 a 0000 | well known and commonly used; "Shakespeare exploited many well-mined sources for his plays"
-01504430 00 s 01 strip-mined 0 001 & 01503978 a 0000 | mined near the earth's surface by stripping
-01504531 00 a 01 unmined 0 001 ! 01503978 a 0101 | not mined; "deposits of unmined uranium"
-01504625 00 a 01 musical 1 009 = 04983402 n 0000 + 07019172 n 0101 + 05718935 n 0101 + 04983402 n 0101 + 04983402 n 0102 ! 01505318 a 0101 & 01504926 a 0000 & 01505041 a 0000 & 01505181 a 0000 | characteristic of or resembling or accompanied by music; "a musical speaking voice"; "a musical comedy"
-01504926 00 s 01 chanted 0 001 & 01504625 a 0000 | sung or uttered rhythmically in a monotone; "a chanted psalm"
-01505041 00 s 01 liquid 0 001 & 01504625 a 0000 | smooth and flowing in quality; entirely free of harshness; "the liquid song of a robin"
-01505181 00 s 01 singable 0 001 & 01504625 a 0000 | suitable for singing; "singable melody is the essence of music"- Winthrop Sargeant
-01505318 00 a 02 unmusical 1 nonmusical 1 002 = 04983402 n 0000 ! 01504625 a 0101 | not musical in nature; "the unmusical cry of the bluejay"
-01505462 00 a 01 musical 2 003 + 00543233 n 0101 ! 01505786 a 0101 & 01505619 a 0000 | talented in or devoted to music; "comes from a very musical family"
-01505619 00 s 01 philharmonic 0 001 & 01505462 a 0000 | devoted to or appreciative of music; "the most philharmonic ear is at times deeply affected by a simple air"
-01505786 00 a 02 unmusical 2 nonmusical 2 001 ! 01505462 a 0101 | lacking interest in or talent for music; "too unmusical to care for concerts"; "it is unfortunate that her children were all nonmusical"
-01505991 00 a 03 melted 0 liquid 4 liquified 4 007 ^ 01079683 a 0000 + 14480420 n 0202 ! 01506770 a 0101 & 01506258 a 0000 & 01506385 a 0000 & 01506526 a 0000 & 01506661 a 0000 | changed from a solid to a liquid state; "rivers filled to overflowing by melted snow"
-01506258 00 s 01 dissolved 0 001 & 01505991 a 0000 | (of solid matter) reduced to a liquid form; "add the dissolved gelatin"
-01506385 00 s 01 fusible 0 004 & 01505991 a 0000 + 00397192 v 0101 + 00396997 v 0101 + 00394813 v 0107 | capable of being melted and fused
-01506526 00 s 03 molten 0 liquefied 2 liquified 2 001 & 01505991 a 0000 | reduced to liquid form by heating; "a mass of molten rock"
-01506661 00 s 01 thawed 0 001 & 01505991 a 0000 | no longer frozen solid; "the thawed ice was treacherous"
-01506770 00 a 01 unmelted 0 004 ^ 01078302 a 0000 ! 01505991 a 0101 & 01506945 a 0000 & 01507008 a 0000 | not melted; "streets unpassable because of piles of unmelted snow"
-01506945 00 s 01 frozen 0 001 & 01506770 a 0000 | not thawed
-01507008 00 s 01 undissolved 0 001 & 01506770 a 0000 | retaining a solid form; "undissolved sugar in the bottom of the cup"
-01507134 00 a 01 merciful 0 008 ^ 00437539 a 0000 ^ 00506299 a 0000 ^ 01261867 a 0000 ^ 01372049 a 0000 ^ 01156112 a 0000 + 07554500 n 0101 + 01071411 n 0102 ! 01507402 a 0101 | showing or giving mercy; "sought merciful treatment for the captives"; "a merciful god"
-01507402 00 a 02 merciless 0 unmerciful 4 014 ^ 00247439 a 0000 ^ 01155354 a 0000 ^ 00437852 a 0000 ^ 01785180 a 0000 ^ 00507053 a 0000 ^ 01373728 a 0000 + 04831031 n 0202 + 07506382 n 0102 + 04831031 n 0101 ! 01507134 a 0101 & 01507808 a 0000 & 01507992 a 0000 & 01508086 a 0000 & 01508320 a 0000 | having or showing no mercy; "the merciless enemy"; "a merciless critic"; "gave him a merciless beating"
-01507808 00 s 03 cutthroat 0 fierce 0 bowelless 0 002 & 01507402 a 0000 + 05037813 n 0202 | ruthless in competition; "cutthroat competition"; "bowelless readiness to take advantage"
-01507992 00 s 01 mortal(a) 0 001 & 01507402 a 0000 | unrelenting and deadly; "mortal enemy"
-01508086 00 s 04 pitiless 0 remorseless 0 ruthless 0 unpitying 0 004 & 01507402 a 0000 + 07506382 n 0304 + 04831264 n 0302 + 04831264 n 0101 | without mercy or pity; "an act of ruthless ferocity"; "a monster of remorseless cruelty"
-01508320 00 s 01 tigerish 0 001 & 01507402 a 0000 | resembling a tiger in fierceness and lack of mercy; "a tigerish fury"
-01508444 00 a 02 metabolic 0 metabolous 0 004 ;c 06083243 n 0000 + 13514880 n 0202 + 13514880 n 0102 ! 01508592 a 0101 | undergoing metamorphosis
-01508592 00 a 02 ametabolic 0 ametabolous 0 002 ;c 06083243 n 0000 ! 01508444 a 0101 | undergoing slight or no metamorphosis
-01508719 00 a 01 mild 0 008 ^ 01531375 a 0000 ^ 02401590 a 0000 = 05093890 n 0000 + 04910973 n 0103 ! 01509527 a 0101 & 01509066 a 0000 & 01509262 a 0000 & 01509367 a 0000 | moderate in type or degree or effect or force; far from extreme; "a mild winter storm"; "a mild fever"; "fortunately the pain was mild"; "a mild rebuke"; "mild criticism"
-01509066 00 s 02 gentle 0 soft 0 002 & 01508719 a 0000 + 04910973 n 0101 | soft and mild; not harsh or stern or severe; "a gentle reprimand"; "a vein of gentle irony"; "poked gentle fun at him"
-01509262 00 s 01 mild-mannered 0 001 & 01508719 a 0000 | behaving in or having a mild or gentle manner
-01509367 00 s 02 moderate 0 temperate 0 002 & 01508719 a 0000 + 05117660 n 0102 | not extreme; "a moderate penalty"; "temperate in his response to criticism"
-01509527 00 a 01 intense 0 030 ^ 01533120 a 0000 ^ 02402268 a 0000 ^ 01872745 a 0000 = 05093890 n 0000 + 05036394 n 0101 ! 01508719 a 0101 & 01510320 a 0000 & 01510444 a 0000 & 01510628 a 0000 & 01510798 a 0000 & 01510914 a 0000 & 01511031 a 0000 & 01511152 a 0000 & 01511292 a 0000 & 01511387 a 0000 & 01511520 a 0000 & 01511854 a 0000 & 01512142 a 0000 & 01512275 a 0000 & 01512527 a 0000 & 01512645 a 0000 & 01512804 a 0000 & 01512909 a 0000 & 01513050 a 0000 & 01513376 a 0000 & 01513512 a 0000 & 01513619 a 0000 & 01513776 a 0000 & 01513951 a 0000 & 01514141 a 0000 | possessing or displaying a distinctive feature to a heightened degree; "intense heat"; "intense anxiety"; "intense desire"; "intense emotion"; "the skunk's intense acrid odor"; "intense pain"; "enemy fire was intense"
-01510320 00 s 01 aggravated 0 001 & 01509527 a 0000 | made more severe or intense especially in law; "aggravated assault"
-01510444 00 s 02 bad 0 big 0 002 & 01509527 a 0000 + 05036715 n 0101 | very intense; "a bad headache"; "in a big rage"; "had a big (or bad) shock"; "a bad earthquake"; "a bad storm"
-01510628 00 s 01 blood-and-guts 0 002 & 01509527 a 0000 ;u 07075172 n 0000 | marked by great zeal or violence; "real blood-and-guts fiction"; "blood-and-guts football"
-01510798 00 s 02 brutal 0 unrelenting 0 001 & 01509527 a 0000 | harsh; "the brutal summer sun"; "a brutal winter"
-01510914 00 s 01 cold 0 001 & 01509527 a 0000 | so intense as to be almost uncontrollable; "cold fury gripped him"
-01511031 00 s 01 concentrated 0 001 & 01509527 a 0000 | intensely focused; "her concentrated passion held them at bay"
-01511152 00 s 02 consuming 0 overwhelming 0 001 & 01509527 a 0000 | very intense; "politics is his consuming passion"; "overwhelming joy"
-01511292 00 s 01 deep 0 001 & 01509527 a 0000 | extreme; "in deep trouble"; "deep happiness"
-01511387 00 s 02 exquisite 0 keen 0 001 & 01509527 a 0000 | intense or sharp; "suffered exquisite pain"; "felt exquisite pleasure"
-01511520 00 s 03 extreme 0 utmost(a) 0 uttermost(a) 0 005 & 01509527 a 0000 + 05124928 n 0302 + 05124928 n 0201 + 14476521 n 0101 + 13942405 n 0101 | of the greatest possible degree or extent or intensity; "extreme cold"; "extreme caution"; "extreme pleasure"; "utmost contempt"; "to the utmost degree"; "in the uttermost distress"
-01511854 00 s 05 fierce 0 tearing 0 vehement 0 violent 1 trigger-happy 0 002 & 01509527 a 0000 + 05037813 n 0102 | marked by extreme intensity of emotions or convictions; inclined to react violently; fervid; "fierce loyalty"; "in a tearing rage"; "vehement dislike"; "violent passions"
-01512142 00 s 01 intensified 0 001 & 01509527 a 0000 | made more intense; "the intensified scrutiny of the candidate's background"
-01512275 00 s 01 intensive 0 002 & 01509527 a 0000 + 05036394 n 0102 | characterized by a high degree or intensity; often used as a combining form; "the questioning was intensive"; "intensive care"; "research-intensive"; "a labor-intensive industry"
-01512527 00 s 01 main(a) 0 001 & 01509527 a 0000 | of force; of the greatest possible intensity; "by main strength"
-01512645 00 s 01 profound 0 002 & 01509527 a 0000 + 13942554 n 0101 | of the greatest intensity; complete; "a profound silence"; "a state of profound shock"
-01512804 00 s 01 raging 0 001 & 01509527 a 0000 | very severe; "a raging thirst"; "a raging toothache"
-01512909 00 s 01 screaming(a) 0 001 & 01509527 a 0000 | so extremely intense as to evoke screams; "in screaming agony"; "a screaming rage"
-01513050 00 s 03 severe 0 terrible 0 wicked 0 005 & 01509527 a 0000 + 04782116 n 0204 + 05036715 n 0103 + 04710127 n 0107 + 05036715 n 0102 | intensely or extremely bad or unpleasant in degree or quality; "severe pain"; "a severe case of flu"; "a terrible cough"; "under wicked fire from the enemy's guns"; "a wicked cough"
-01513376 00 s 01 smart 0 003 & 01509527 a 0000 + 14331873 n 0101 + 14331873 n 0103 | painfully severe; "he gave the dog a smart blow"
-01513512 00 s 01 strong 0 001 & 01509527 a 0000 | not faint or feeble; "a strong odor of burning rubber"
-01513619 00 s 01 terrific 0 001 & 01509527 a 0000 | very great or intense; "a terrific noise"; "a terrific thunderstorm storm"; "fought a terrific battle"
-01513776 00 s 02 thick 0 deep 1 002 & 01509527 a 0000 + 15267373 n 0201 | (of darkness) very intense; "thick night"; "thick darkness"; "a face in deep shadow"; "deep night"
-01513951 00 s 01 unabated 0 001 & 01509527 a 0000 | continuing at full strength or intensity; "the winds are unabated"; "the popularity of his books among young people continued unabated"
-01514141 00 s 02 violent 3 wild 0 002 & 01509527 a 0000 + 05037813 n 0207 | (of colors or sounds) intensely vivid or loud; "a violent clash of colors"; "her dress was a violent red"; "a violent noise"; "wild colors"; "wild shouts"
-01514374 00 a 01 intensive 0 002 + 05036394 n 0102 ! 01514598 a 0101 | of agriculture; intended to increase productivity of a fixed area by expending more capital and labor; "intensive agriculture"; "intensive conditions"
-01514598 00 a 01 extensive 0 001 ! 01514374 a 0101 | of agriculture; increasing productivity by using large areas with minimal outlay and labor; "producing wheat under extensive conditions"; "agriculture of the extensive type"
-01514827 00 a 01 involved 0 008 ! 01516832 a 0101 & 01515280 a 0000 & 01515525 a 0000 & 01515692 a 0000 & 01516014 a 0000 & 01516207 a 0000 & 01516346 a 0000 & 01516605 a 0000 | connected by participation or association or use; "we accomplished nothing, simply because of the large number of people involved"; "the problems involved"; "the involved muscles"; "I don't want to get involved"; "everyone involved in the bribery case has been identified"
-01515280 00 s 02 active 0 participating 0 004 & 01514827 a 0000 + 09764900 n 0101 + 14006945 n 0103 + 00407535 n 0101 | taking part in an activity; "an active member of the club"; "he was politically active"; "the participating organizations"
-01515525 00 s 01 caught_up(p) 0 001 & 01514827 a 0000 | having become involved involuntarily; "caught up in the excitement of the crowd"; "caught up in the scandal"
-01515692 00 s 02 concerned 0 interested 0 001 & 01514827 a 0000 | involved in or affected by or having a claim to or share in; "a memorandum to those concerned"; "an enterprise in which three men are concerned"; "factors concerned in the rise and fall of epidemics"; "the interested parties met to discuss the business"
-01516014 00 s 02 embroiled 0 entangled 0 001 & 01514827 a 0000 | deeply involved especially in something complicated; "embroiled in the conflict"; "felt unwilling entangled in their affairs"
-01516207 00 s 01 engaged 0 001 & 01514827 a 0000 | involved in military hostilities; "the desperately engaged ships continued the fight"
-01516346 00 s 02 implicated 0 concerned 1 001 & 01514827 a 0000 | culpably involved; "all those concerned in the bribery case have been identified"; "named three officials implicated in the plot"; "an innocent person implicated by circumstances in a crime"
-01516605 00 s 07 neck-deep 0 up_to_my_neck 0 up_to_your_neck 0 up_to_her_neck 0 up_to_his_neck 0 up_to_our_necks 0 up_to_their_necks 0 001 & 01514827 a 0000 | deeply involved; "neck-deep in work"; "up to their necks in debt"
-01516832 00 a 01 uninvolved 0 002 ! 01514827 a 0101 & 01516961 a 0000 | not involved; "being uninvolved he remained objective"
-01516961 00 s 01 unconcerned 0 001 & 01516832 a 0000 | not occupied or engaged with; "readers unconcerned with style"
-01517081 00 a 01 military 1 005 ! 01517921 a 0101 & 01517317 a 0000 & 01517526 a 0000 & 01517632 a 0000 & 01517755 a 0000 | associated with or performed by members of the armed services as contrasted with civilians; "military police"
-01517317 00 s 01 expeditionary 0 003 & 01517081 a 0000 ;c 08199025 n 0000 + 00968479 n 0101 | (used of military forces) designed for military operations abroad; "the French expeditionary force in Indochina"
-01517526 00 s 01 martial(a) 0 001 & 01517081 a 0000 | of or relating to the armed forces; "martial law"
-01517632 00 s 01 combatant 0 003 & 01517081 a 0000 + 09939313 n 0101 + 01092366 v 0102 | engaging in or ready for combat
-01517755 00 s 01 noncombatant 1 002 & 01517081 a 0000 + 10360578 n 0101 | member of armed forces whose duties do not include fighting as e.g. a chaplain or surgeon
-01517921 00 a 01 civilian 0 004 + 09924742 n 0101 ! 01517081 a 0101 & 01518161 a 0000 & 01518295 a 0000 | associated with civil life or performed by persons who are not active members of the military; "civilian clothing"; "civilian life"
-01518161 00 s 01 civil 0 001 & 01517921 a 0000 | applying to ordinary citizens as contrasted with the military; "civil authorities"
-01518295 00 s 01 noncombatant 2 001 & 01517921 a 0000 | used of civilians in time of war
-01518386 00 a 01 military 2 004 ! 01518955 a 0101 & 01518577 a 0000 & 01518694 a 0000 & 01518860 a 0000 | characteristic of or associated with soldiers or the military; "military uniforms"
-01518577 00 s 01 militaristic 0 003 & 01518386 a 0000 + 08199025 n 0101 + 06221974 n 0101 | imbued with militarism
-01518694 00 s 04 soldierly 0 soldierlike 0 warriorlike 0 martial 2 002 & 01518386 a 0000 + 10622053 n 0101 | (of persons) befitting a warrior; "a military bearing"
-01518860 00 s 02 warlike 0 martial 0 001 & 01518386 a 0000 | suggesting war or military life
-01518955 00 a 02 unmilitary 0 nonmilitary 0 002 ! 01518386 a 0101 & 01519167 a 0000 | not associated with soldiers or the military; "unmilitary circles of government"; "fatigue duty involves nonmilitary labor"
-01519167 00 s 01 unsoldierly 0 001 & 01518955 a 0000 | not conforming to military standards; "unsoldierly posture"
-01519284 00 a 01 mitigated 0 004 ! 01519803 a 0101 & 01519465 a 0000 & 01519580 a 0000 & 01519673 a 0000 | made less severe or intense; "he gladly accepted the mitigated penalty"
-01519465 00 s 03 alleviated 0 eased 0 relieved 0 001 & 01519284 a 0000 | (of pain or sorrow) made easier to bear
-01519580 00 s 01 lessened 0 001 & 01519284 a 0000 | decreased in severity; made less harsh
-01519673 00 s 03 quenched 0 satisfied 0 slaked 0 001 & 01519284 a 0000 | allayed; "his thirst quenched he was able to continue"
-01519803 00 a 01 unmitigated 0 005 ! 01519284 a 0101 & 01520091 a 0000 & 01520655 a 0000 & 01520908 a 0000 & 01521017 a 0000 | not diminished or moderated in intensity or severity; sometimes used as an intensifier; "unmitigated suffering"; "an unmitigated horror"; "an unmitigated lie"
-01520091 00 s 0e arrant(a) 0 complete(a) 0 consummate(a) 0 double-dyed(a) 0 everlasting(a) 0 gross(a) 0 perfect(a) 0 pure(a) 0 sodding(a) 0 stark(a) 0 staring(a) 0 thoroughgoing(a) 0 utter(a) 0 unadulterated 0 001 & 01519803 a 0000 | without qualification; used informally as (often pejorative) intensifiers; "an arrant fool"; "a complete coward"; "a consummate fool"; "a double-dyed villain"; "gross negligence"; "a perfect idiot"; "pure folly"; "what a sodding mess"; "stark staring mad"; "a thoroughgoing villain"; "utter nonsense"; "the unadulterated truth"
-01520655 00 s 07 bally(a) 0 blinking(a) 0 bloody(a) 0 blooming(a) 0 crashing(a) 0 flaming(a) 0 fucking(a) 0 001 & 01519803 a 0000 | informal intensifiers; "what a bally (or blinking) nuisance"; "a bloody fool"; "a crashing bore"; "you flaming idiot"
-01520908 00 s 01 bodacious 0 002 & 01519803 a 0000 ;u 07075172 n 0000 | incorrigible; "a bodacious gossip"
-01521017 00 s 02 undiminished 0 unrelieved 0 001 & 01519803 a 0000 | not lessened or diminished; "unrelieved suffering"
-01521139 00 a 01 tempered 1 001 ! 01521293 a 0101 | adjusted or attuned by adding a counterbalancing element; "criticism tempered with kindly sympathy"
-01521293 00 a 01 untempered 1 002 ! 01521139 a 0101 & 01521427 a 0000 | not moderated or controlled; "his untempered individualism"
-01521427 00 s 01 unmoderated 0 001 & 01521293 a 0000 | not made less extreme; "spoke with unmoderated harshness"
-01521542 00 a 04 tempered 2 treated 4 hardened 4 toughened 4 003 ! 01522038 a 0101 & 01521776 a 0000 & 01521905 a 0000 | made hard or flexible or resilient especially by heat treatment; "a sword of tempered steel"; "tempered glass"
-01521776 00 s 01 curable 0 002 & 01521542 a 0000 + 00527935 v 0101 | capable of being hardened by some additive or other agent
-01521905 00 s 01 sunbaked 0 001 & 01521542 a 0000 | baked or hardened by exposure to sunlight; not burned; "sunbaked adobe bricks"
-01522038 00 a 02 untempered 2 unhardened 4 002 ! 01521542 a 0101 & 01522214 a 0000 | not brought to a proper consistency or hardness; "untempered mortar"; "untempered steel"
-01522214 00 s 02 brittle 0 unannealed 0 002 & 01522038 a 0000 + 04939547 n 0101 | (of metal or glass) not annealed and consequently easily cracked or fractured
-01522376 00 a 01 mobile 0 019 ^ 01561771 a 0000 + 04773351 n 0101 ! 01525116 a 0101 & 01522895 a 0000 & 01522985 a 0000 & 01523136 a 0000 & 01523249 a 0000 & 01523450 a 0000 & 01523567 a 0000 & 01523724 a 0000 & 01523968 a 0000 & 01524102 a 0000 & 01524215 a 0000 & 01524344 a 0000 & 01524445 a 0000 & 01524562 a 0000 & 01524632 a 0000 & 01524722 a 0000 & 01525017 a 0000 | moving or capable of moving readily (especially from place to place); "a mobile missile system"; "the tongue is...the most mobile articulator"
-01522895 00 s 01 airborne 0 001 & 01522376 a 0000 | moved or conveyed by or through air
-01522985 00 s 02 ambulant 0 ambulatory 0 003 & 01522376 a 0000 + 01911698 v 0201 + 01911698 v 0101 | able to walk about; "the patient is ambulatory"
-01523136 00 s 01 floating 0 001 & 01522376 a 0000 | inclined to move or be moved about; "a floating crap game"
-01523249 00 s 02 maneuverable 0 manoeuvrable 0 004 & 01522376 a 0000 + 04774198 n 0202 + 04774198 n 0101 + 01931768 v 0102 | capable of maneuvering or changing position; "a highly maneuverable ship"
-01523450 00 s 03 mechanized 0 mechanised 0 motorized 0 001 & 01522376 a 0000 | using vehicles; "motorized warfare"
-01523567 00 s 01 motile 0 004 & 01522376 a 0000 ;c 01326291 n 0000 + 10165808 n 0101 + 04773761 n 0101 | (of spores or microorganisms) capable of movement
-01523724 00 s 05 movable 0 moveable 0 transferable 0 transferrable 0 transportable 0 005 & 01522376 a 0000 + 01850315 v 0201 + 04773899 n 0101 + 04773899 n 0102 + 01850315 v 0101 | capable of being moved or conveyed from one place to another
-01523968 00 s 01 perambulating 0 001 & 01522376 a 0000 | strolling or walking around; "perambulating nursemaids with their charges"
-01524102 00 s 01 racy 0 002 & 01522376 a 0000 + 07458453 n 0101 | designed or suitable for competing in a race
-01524215 00 s 02 raisable 0 raiseable 0 001 & 01522376 a 0000 | capable of being raised; "the roadster had a raisable sunroof"
-01524344 00 s 01 rangy 0 002 & 01522376 a 0000 + 08629199 n 0101 | adapted to wandering or roaming
-01524445 00 s 01 rotatable 0 001 & 01522376 a 0000 | capable of being rotated; "the theater had a rotatable stage"
-01524562 00 s 01 seaborne 0 001 & 01522376 a 0000 | conveyed by sea
-01524632 00 s 01 transplantable 0 001 & 01522376 a 0000 | capable of being transplanted
-01524722 00 s 01 versatile 0 002 & 01522376 a 0000 ;c 06037666 n 0000 | able to move freely in all directions; "an owl's versatile toe can move backward and forward"; "an insect's versatile antennae can move up and down or laterally"; "a versatile anther of a flower moves freely in the wind"
-01525017 00 s 01 waterborne 0 001 & 01522376 a 0000 | transported by water; "waterborne freight"
-01525116 00 a 01 immobile 0 007 ^ 01564073 a 0000 + 01207149 v 0103 + 00269140 v 0101 ! 01522376 a 0101 & 01525320 a 0000 & 01525502 a 0000 & 01525659 a 0000 | not capable of movement or of being moved
-01525320 00 s 04 immovable 0 immoveable 0 stabile 0 unmovable 0 003 & 01525116 a 0000 + 04776699 n 0102 + 04776699 n 0101 | not able or intended to be moved; "the immovable hills"
-01525502 00 s 02 nonmotile 0 immotile 0 003 & 01525116 a 0000 ;c 01326291 n 0000 + 04776453 n 0201 | (of spores or microorganisms) not capable of movement
-01525659 00 s 01 stiff 0 002 & 01525116 a 0000 + 05023591 n 0101 | not moving or operating freely; "a stiff hinge"
-01525776 00 a 01 portable 0 006 + 03985069 n 0101 + 04776176 n 0101 ! 01526480 a 0101 & 01525984 a 0000 & 01526062 a 0000 & 01526262 a 0000 | easily or conveniently transported; "a portable television set"
-01525984 00 s 01 man-portable 0 001 & 01525776 a 0000 | portable by one man
-01526062 00 s 01 movable 0 003 & 01525776 a 0000 + 04773899 n 0102 + 01850315 v 0101 | (of personal property as opposed to real estate) can be moved from place to place (especially carried by hand)
-01526262 00 s 02 takeout 0 take-away 0 002 & 01525776 a 0000 ;r 08860123 n 0000 | of or involving food to be taken and eaten off the premises; "takeout pizza"; "the takeout counter"; "`take-away' is chiefly British"
-01526480 00 a 01 unportable 0 001 ! 01525776 a 0101 | not portable; not easily moved or transported
-01526582 00 a 01 removable 0 003 ! 01527075 a 0101 & 01526769 a 0000 & 01526905 a 0000 | capable of being removed or taken away or dismissed; "a removable cord"; "removable partitions"
-01526769 00 s 01 dismissible 0 002 & 01526582 a 0000 + 02402825 v 0105 | subject to dismissal; "appointed and removable by the mayor"
-01526905 00 s 02 extractable 0 extractible 0 005 & 01526582 a 0000 + 01459392 v 0201 + 01351754 v 0203 + 01351170 v 0201 + 00229280 v 0202 | capable of being extracted
-01527075 00 a 01 irremovable 0 002 ! 01526582 a 0101 & 01527245 a 0000 | incapable of being removed or away or dismiss; "irremovable boulders"; "irremovable obstacles"
-01527245 00 s 01 tenured 0 001 & 01527075 a 0000 | appointed for life and not subject to dismissal except for a grave crime; "an irremovable officer"; "a tenured professor"
-01527420 00 a 02 metallic 0 metal(a) 0 014 + 14586769 n 0102 + 14625458 n 0102 ! 01529293 a 0101 & 01527930 a 0000 & 01528039 a 0000 & 01528126 a 0000 & 01528239 a 0000 & 01528349 a 0000 & 01528463 a 0000 & 01528644 a 0000 & 01528730 a 0000 & 01528946 a 0000 & 01529053 a 0000 & 01529167 a 0000 | containing or made of or resembling or characteristic of a metal; "a metallic compound"; "metallic luster"; "the strange metallic note of the meadow lark, suggesting the clash of vibrant blades"- Ambrose Bierce
-01527930 00 s 01 all-metal 0 001 & 01527420 a 0000 | consisting completely of metal; "all-metal airplanes"
-01528039 00 s 01 aluminiferous 0 001 & 01527420 a 0000 | containing alum or aluminum
-01528126 00 s 01 antimonial 0 002 & 01527420 a 0000 + 14628668 n 0101 | containing antimony; "antimonial lead"
-01528239 00 s 01 argentiferous 0 001 & 01527420 a 0000 | containing or yielding silver; "argentiferous ore"
-01528349 00 s 02 auriferous 0 gold-bearing 0 001 & 01527420 a 0000 | containing gold; "auriferous quartz veins"
-01528463 00 s 02 bimetal 0 bimetallic 0 003 & 01527420 a 0000 + 14776237 n 0201 + 14776237 n 0101 | formed of two different metals or alloys; especially in sheets bonded together
-01528644 00 s 01 bronze 0 001 & 01527420 a 0000 | made from or consisting of bronze
-01528730 00 s 03 gold 0 golden 0 gilded 0 003 & 01527420 a 0000 + 14638799 n 0101 + 13371760 n 0101 | made from or covered with gold; "gold coins"; "the gold dome of the Capitol"; "the golden calf"; "gilded icons"
-01528946 00 s 03 metallike 0 metal-looking 0 metallic-looking 0 001 & 01527420 a 0000 | resembling metal
-01529053 00 s 01 silver 0 001 & 01527420 a 0000 | made from or largely consisting of silver; "silver bracelets"
-01529167 00 s 01 tinny 0 001 & 01527420 a 0000 | thin and metallic in sound; lacking resonance; "an unpleasant tinny voice"
-01529293 00 a 02 nonmetallic 0 nonmetal 0 003 + 14627246 n 0201 ! 01527420 a 0101 & 01529479 a 0000 | not containing or resembling or characteristic of a metal; "nonmetallic elements"
-01529479 00 s 01 metalloid 0 001 & 01529293 a 0000 | of or being a nonmetallic element that has some of the properties of metal; "arsenic is a metalloid element"
-01529643 00 a 01 metamorphic 0 008 + 13514880 n 0101 ! 01531180 a 0101 & 01529897 a 0000 & 01530076 a 0000 & 01530378 a 0000 & 01530622 a 0000 & 01530801 a 0000 & 01531019 a 0000 | characterized by metamorphosis or change in physical form or substance
-01529897 00 s 01 epimorphic 0 002 & 01529643 a 0000 ;c 06037666 n 0000 | characterized by incomplete metamorphosis; having the same number of body segments in successive stages
-01530076 00 s 04 hemimetabolous 0 hemimetabolic 0 hemimetamorphous 0 hemimetamorphic 0 005 & 01529643 a 0000 + 13492789 n 0301 + 13492789 n 0202 + 13492789 n 0203 + 13492789 n 0102 | (of an insect with aquatic young) undergoing incomplete metamorphosis in which the young does not resemble the adult
-01530378 00 s 02 heterometabolous 0 heterometabolic 0 003 & 01529643 a 0000 + 13493003 n 0202 + 13493003 n 0201 | (of an insect) undergoing incomplete metamorphosis in which the nymph is essentially like the adult and there is no pupal stage
-01530622 00 s 02 holometabolic 0 holometabolous 0 004 & 01529643 a 0000 + 13493692 n 0202 + 13493692 n 0201 + 13493692 n 0101 | (of an insect) undergoing complete metamorphosis
-01530801 00 s 01 metamorphous 0 003 & 01529643 a 0000 ;c 06037666 n 0000 + 00402128 n 0101 | produced by metamorphosis; "most insects are metamorphic as witness the stages as a butterfly develops from a caterpillar"
-01531019 00 s 01 changed 0 002 & 01529643 a 0000 ;c 06115701 n 0000 | changed in constitution or structure or composition by metamorphism; "metamorphic rocks"
-01531180 00 a 01 nonmetamorphic 0 002 ! 01529643 a 0101 & 01531274 a 0000 | not metamorphic
-01531274 00 s 01 ametabolic 0 001 & 01531180 a 0000 | undergoing no (or only slight) metamorphosis
-01531375 00 a 01 moderate 0 014 ^ 01508719 a 0000 ^ 02401590 a 0000 = 05117660 n 0000 + 05146904 n 0102 + 05117660 n 0102 ! 01533120 a 0101 & 01531957 a 0000 & 01532149 a 0000 & 01532261 a 0000 & 01532454 a 0000 & 01532586 a 0000 & 01532653 a 0000 & 01532760 a 0000 & 01532912 a 0000 | being within reasonable or average limits; not excessive or extreme; "moderate prices"; "a moderate income"; "a moderate fine"; "moderate demands"; "a moderate estimate"; "a moderate eater"; "moderate success"; "a kitchen of moderate size"; "the X-ray showed moderate enlargement of the heart"
-01531957 00 s 03 average 0 intermediate 0 medium 0 001 & 01531375 a 0000 | around the middle of a scale of evaluation; "an orange of average size"; "intermediate capacity"; "medium bombers"
-01532149 00 s 02 cautious 0 conservative 0 001 & 01531375 a 0000 | avoiding excess; "a conservative estimate"
-01532261 00 s 03 fair 0 fairish 0 reasonable 0 004 & 01531375 a 0000 + 05146904 n 0301 + 05118062 n 0301 + 04839154 n 0101 | not excessive or extreme; "a fairish income"; "reasonable prices"
-01532454 00 s 01 indifferent 0 001 & 01531375 a 0000 | neither too great nor too little; "a couple of indifferent hills to climb"
-01532586 00 s 01 limited 0 001 & 01531375 a 0000 | not excessive
-01532653 00 s 01 middle-of-the-road 0 001 & 01531375 a 0000 | not extreme, especially in political views
-01532760 00 s 01 minimalist 0 003 & 01531375 a 0000 ;c 01124794 n 0000 ;c 06148148 n 0000 | advocating minimal reforms (as in government or politics)
-01532912 00 s 02 modest 0 small 0 003 & 01531375 a 0000 + 05110583 n 0201 + 05146904 n 0103 | not large but sufficient in size or amount; "a modest salary"; "modest inflation"; "helped in my own small way"
-01533120 00 a 01 immoderate 0 017 ^ 02402268 a 0000 ^ 01509527 a 0000 ^ 01944660 a 0000 = 05117660 n 0000 + 05118251 n 0102 ! 01531375 a 0101 & 01533535 a 0000 & 01533659 a 0000 & 01533806 a 0000 & 01533974 a 0000 & 01534282 a 0000 & 01534648 a 0000 & 01534858 a 0000 & 01535082 a 0000 & 01535270 a 0000 & 01535481 a 0000 & 01535583 a 0000 | beyond reasonable limits; "immoderate laughter"; "immoderate spending"
-01533535 00 s 01 abnormal 0 001 & 01533120 a 0000 | much greater than the normal; "abnormal profits"; "abnormal ambition"
-01533659 00 s 01 all-fired 0 002 & 01533120 a 0000 ;u 07075172 n 0000 | extreme; used as an intensifier; "why is he in such an all-fired hurry?"
-01533806 00 s 03 exaggerated 0 overdone 0 overstated 0 001 & 01533120 a 0000 | represented as greater than is true or reasonable; "an exaggerated opinion of oneself"
-01533974 00 s 04 excessive 0 inordinate 0 undue 0 unreasonable 0 005 & 01533120 a 0000 + 05118437 n 0203 + 02669081 v 0101 + 01105639 v 0105 + 05118437 n 0102 | beyond normal limits; "excessive charges"; "a book of inordinate length"; "his dress stops just short of undue elegance"; "unreasonable demands"
-01534282 00 s 06 exorbitant 0 extortionate 0 outrageous 0 steep 0 unconscionable 0 usurious 0 004 & 01533120 a 0000 + 13320045 n 0601 + 05119096 n 0302 + 05119096 n 0101 | greatly exceeding bounds of reason or moderation; "exorbitant rent"; "extortionate prices"; "spends an outrageous amount on entertainment"; "usurious interest rate"; "unconscionable spending"
-01534648 00 s 03 extraordinary 0 over-the-top 0 sinful 0 002 & 01533120 a 0000 + 04796490 n 0101 | far more than usual or expected; "an extraordinary desire for approval"; "it was an over-the-top experience"
-01534858 00 s 01 extreme 0 003 & 01533120 a 0000 + 14476521 n 0101 + 13942405 n 0101 | far beyond a norm in quantity or amount or degree; to an utmost degree; "an extreme example"; "extreme temperatures"; "extreme danger"
-01535082 00 s 01 extreme 1 001 & 01533120 a 0000 | beyond a norm in views or actions; "an extreme conservative"; "an extreme liberal"; "extreme views on integration"; "extreme opinions"
-01535270 00 s 03 extremist 0 radical 0 ultra 0 001 & 01533120 a 0000 | (used of opinions and actions) far beyond the norm; "extremist political views"; "radical opinions on education"; "an ultra conservative"
-01535481 00 s 01 far 0 001 & 01533120 a 0000 | beyond a norm in opinion or actions; "the far right"
-01535583 00 s 01 stark 0 002 & 01533120 a 0000 + 05124534 n 0101 | complete or extreme; "stark poverty"; "a stark contrast"
-01535709 00 a 01 modern 0 011 ^ 00666058 a 0000 ^ 00816481 a 0000 ^ 01640850 a 0000 = 05050668 n 0000 + 05050668 n 0101 ! 01536911 a 0101 & 01536094 a 0000 & 01536276 a 0000 & 01536445 a 0000 & 01536641 a 0000 & 01536745 a 0000 | belonging to the modern era; since the Middle Ages; "modern art"; "modern furniture"; "modern history"; "totem poles are modern rather than prehistoric"
-01536094 00 s 02 contemporary 0 modern-day 0 001 & 01535709 a 0000 | characteristic of the present; "contemporary trends in design"; "the role of computers in modern-day medicine"
-01536276 00 s 01 neo 0 002 & 01535709 a 0000 ;u 06307152 n 0000 | (used as a combining form) recent or new; "`neo' is a combining form in words like `neocolonialism'"
-01536445 00 s 02 red-brick 0 redbrick 0 003 & 01535709 a 0000 ;r 08860123 n 0000 ;c 04511002 n 0000 | of or relating to British universities founded in the late 19th century or the 20th century
-01536641 00 s 01 ultramodern 0 001 & 01535709 a 0000 | extremely modern; "Dadism and ultramodern art"
-01536745 00 s 01 moderne 0 002 & 01535709 a 0000 ;c 00933420 n 0000 | of or relating to a popularization of art deco that used bright colors and rectangular shapes
-01536911 00 a 01 nonmodern 0 008 ^ 01638438 a 0000 ^ 01727926 a 0000 ! 01535709 a 0101 & 01537144 a 0000 & 01537269 a 0000 & 01537448 a 0000 & 01537628 a 0000 & 01537759 a 0000 | not modern; of or characteristic of an earlier time
-01537144 00 s 01 antebellum 0 001 & 01536911 a 0000 | belonging to a period before a war especially the American Civil War
-01537269 00 s 01 horse-and-buggy 0 001 & 01536911 a 0000 | relating to the time before automobiles (and other inventions) changed the way people lived in industrialized nations
-01537448 00 s 03 medieval 0 mediaeval 0 gothic 0 001 & 01536911 a 0000 | as if belonging to the Middle Ages; old-fashioned and unenlightened; "a medieval attitude toward dating"
-01537628 00 s 01 old-world 0 001 & 01536911 a 0000 | characteristic of former times especially in Europe; "an old-world cottage"
-01537759 00 s 01 Victorian 0 001 & 01536911 a 0000 | typical of the moral standards or conduct of the age of Queen Victoria
-01537885 00 a 01 modest 1 008 ^ 00682932 a 0000 = 04900947 n 0000 + 04900947 n 0102 ! 01538858 a 0101 & 01538118 a 0000 & 01538311 a 0000 & 01538583 a 0000 & 01538690 a 0000 | not offensive to sexual mores in conduct or appearance
-01538118 00 s 03 coy 0 demure 0 overmodest 0 004 & 01537885 a 0000 + 04788159 n 0202 + 04900236 n 0201 + 04788159 n 0101 | affectedly modest or shy especially in a playful or provocative way
-01538311 00 s 01 decent 0 002 & 01537885 a 0000 + 04900739 n 0101 | observing conventional sexual mores in speech or behavior or dress; "a modest neckline in her dress"; "though one of her shoulder straps had slipped down, she was perfectly decent by current standards"
-01538583 00 s 01 decent 2 002 & 01537885 a 0000 ;u 07075172 n 0000 | decently clothed; "are you decent?"
-01538690 00 s 01 shamefaced 0 002 & 01537885 a 0000 + 07507560 n 0101 | extremely modest or shy; "cheerfully bearing reproaches but shamefaced at praise"- H.O.Taylor
-01538858 00 a 01 immodest 1 004 ^ 00683185 a 0000 = 04900947 n 0000 ! 01537885 a 0101 & 01539022 a 0000 | offending against sexual mores in conduct or appearance
-01539022 00 s 01 indecent 0 003 & 01538858 a 0000 + 04902925 n 0101 + 00737536 n 0101 | offending against sexual mores in conduct or appearance; "a bathing suit considered indecent by local standards"
-01539225 00 a 01 modest 2 004 ^ 01892953 a 0000 + 04900947 n 0102 ! 01539642 a 0101 & 01539444 a 0000 | marked by simplicity; having a humble opinion of yourself; "a modest apartment"; "too modest to wear his medals"
-01539444 00 s 02 retiring 0 unassuming 0 002 & 01539225 a 0000 + 04786595 n 0202 | not arrogant or presuming; "unassuming to a fault, skeptical about the value of his work"; "a shy retiring girl"
-01539642 00 a 01 immodest 2 006 ^ 01994602 a 0000 ^ 00787136 a 0000 ^ 01889256 a 0000 ! 01539225 a 0101 & 01539887 a 0000 & 01540102 a 0000 | having or showing an exaggerated opinion of your importance, ability, etc; "brash immodest boasting"
-01539887 00 s 01 important 0 001 & 01539642 a 0000 | having or suggesting a consciousness of high position; "recited the decree with an important air"; "took long important strides in the direction of his office"
-01540102 00 s 02 overweening 0 uppity 0 002 & 01539642 a 0000 + 04839009 n 0201 | presumptuously arrogant; "had a witty but overweening manner"; "no idea how overweening he would be"- S.V.Benet; "getting a little uppity and needed to be slapped down"- NY Times
-01540365 00 a 01 modified 0 005 ^ 01913200 a 0000 ^ 02506555 a 0000 ! 01541013 a 0101 & 01540637 a 0000 & 01540871 a 0000 | changed in form or character; "their modified stand made the issue more acceptable"; "the performance of the modified aircraft was much improved"
-01540637 00 s 02 adapted 0 altered 0 001 & 01540365 a 0000 | changed in order to improve or made more fit for a particular purpose; "seeds precisely adapted to the area"; "instructions altered to suit the children's different ages"
-01540871 00 s 02 restricted 0 qualified 0 002 & 01540365 a 0000 ;c 06174404 n 0000 | restricted in meaning; (as e.g. `man' in `a tall man')
-01541013 00 a 01 unmodified 0 004 ^ 01913715 a 0000 ! 01540365 a 0101 & 01541156 a 0000 & 01541258 a 0000 | not changed in form or character
-01541156 00 s 01 unadapted 0 001 & 01541013 a 0000 | not changed in form or character for a purpose
-01541258 00 s 01 unrestricted 0 002 & 01541013 a 0000 ;c 06174404 n 0000 | not restricted or modified in meaning; "unrestricted verbs are usually stronger than those qualified by adverbs"
-01541448 00 a 01 modulated 0 002 ! 01541632 a 0101 & 01541567 a 0000 | changed or adjusted in pitch, tone, or volume
-01541567 00 s 01 softened 0 001 & 01541448 a 0000 | toned down
-01541632 00 a 01 unmodulated 0 002 ! 01541448 a 0101 & 01541828 a 0000 | characterized by lack of variation in pitch, tone, or volume; "he lectured in an unmodulated voice edged with hysteria"
-01541828 00 s 04 flat 0 monotone 0 monotonic 0 monotonous 0 005 & 01541632 a 0000 + 07084747 n 0301 + 07084560 n 0301 + 07084560 n 0201 + 07069747 n 0101 | sounded or spoken in a tone unvarying in pitch; "the owl's faint monotonous hooting"
-01542071 00 a 01 molar(a) 0 002 ;c 06136258 n 0000 ! 01542252 a 0101 | pertaining to large units of behavior; "such molar problems of personality as the ego functions"--R.R. Hunt
-01542252 00 a 01 molecular(a) 0 003 ;c 06136258 n 0000 + 14585519 n 0102 ! 01542071 a 0101 | relating to simple or elementary organization; "proceed by more and more detailed analysis to the molecular facts of perception"--G.A. Miller
-01542489 00 a 01 monoclinous 0 003 ;c 06066555 n 0000 ! 01542744 a 0101 & 01542629 a 0000 | having pistils and stamens in the same flower
-01542629 00 s 01 hermaphroditic 0 002 & 01542489 a 0000 + 10172080 n 0101 | of or relating to monoclinous plants
-01542744 00 a 01 diclinous 0 002 ;c 06066555 n 0000 ! 01542489 a 0101 | having pistils and stamens in separate flowers
-01542865 00 a 03 monoecious 0 monecious 0 monoicous 0 005 ! 01543633 a 0101 & 01543088 a 0000 & 01543225 a 0000 & 01543361 a 0000 & 01543502 a 0000 | having male and female reproductive organs in the same plant or animal
-01543088 00 s 01 autoicous 0 001 & 01542865 a 0000 | having male and female reproductive organs in separate clusters on the same plant
-01543225 00 s 03 heteroicous 0 polyoicous 0 polygamous 0 001 & 01542865 a 0000 | having several forms of gametoecia on the same plant
-01543361 00 s 02 synoicous 0 synoecious 0 001 & 01542865 a 0000 | having male and female reproductive organs mixed in the same gametoecium
-01543502 00 s 01 paroicous 0 001 & 01542865 a 0000 | having male and female reproductive organs separate in a single gametoecium
-01543633 00 a 02 dioecious 0 dioecian 0 001 ! 01542865 a 0101 | having male and female reproductive organs in separate plants or animals
-01543772 00 a 01 monophonic 0 005 ;c 07020895 n 0000 + 07024705 n 0101 ! 01544169 a 0101 & 01543937 a 0000 & 01544059 a 0000 | consisting of a single melodic line
-01543937 00 s 01 homophonic 0 002 & 01543772 a 0000 + 07031144 n 0101 | having a single melodic line with accompaniment
-01544059 00 s 02 monodic 0 monodical 0 002 & 01543772 a 0000 + 07024705 n 0203 | having a single vocal part
-01544169 00 a 02 polyphonic 0 contrapuntal 0 002 ;c 07020895 n 0000 ! 01543772 a 0101 | having two or more independent but harmonically related melodic parts sounding together
-01544347 00 a 01 monogamous 0 005 + 13966007 n 0101 + 13966007 n 0102 ! 01544856 a 0101 & 01544580 a 0000 & 01544688 a 0000 | (used of relationships and of individuals) having one mate; "monogamous marriage"; "monogamous for life"
-01544580 00 s 01 monandrous 0 002 & 01544347 a 0000 + 13965888 n 0101 | having only one husband at a time
-01544688 00 s 02 monogynous 0 monogynic 0 003 & 01544347 a 0000 + 13966201 n 0201 + 13966201 n 0101 | having one head or chief wife at a time (along with concubines)
-01544856 00 a 01 polygamous 0 005 + 13966925 n 0101 ! 01544347 a 0101 & 01545059 a 0000 & 01545203 a 0000 & 01545317 a 0000 | having more than one mate at a time; used of relationships and individuals
-01545059 00 s 01 bigamous 0 002 & 01544856 a 0000 + 00775095 n 0101 | of illegal marriage to a second person while legally married to a first
-01545203 00 s 01 polyandrous 0 002 & 01544856 a 0000 + 13966795 n 0101 | having more than one husband at a time
-01545317 00 s 01 polygynous 0 002 & 01544856 a 0000 + 13967089 n 0101 | having more than one wife at a time
-01545427 00 a 01 monolingual 0 001 ! 01545571 a 0101 | using or knowing only one language; "monolingual speakers"; "a monolingual dictionary"
-01545571 00 a 01 multilingual 0 004 ! 01545427 a 0101 & 01545777 a 0000 & 01545904 a 0000 & 01546110 a 0000 | using or knowing more than one language; "a multilingual translator"; "a multilingual nation"
-01545777 00 s 01 bilingual 0 002 & 01545571 a 0000 + 09854290 n 0101 | using or knowing two languages; "bilingual education"
-01545904 00 s 01 polyglot 0 002 & 01545571 a 0000 + 10264219 n 0102 | having a command of or composed in many languages; "a polyglot traveler"; "a polyglot Bible contains versions in different languages"
-01546110 00 s 01 trilingual 0 001 & 01545571 a 0000 | using or knowing three languages; "trilingual speakers"
-01546222 00 a 02 monovalent 1 univalent 4 003 = 05034473 n 0000 ;c 06084469 n 0000 ! 01546349 a 0101 | having a valence of 1
-01546349 00 a 02 polyvalent 1 multivalent 4 007 = 05034473 n 0000 ;c 06084469 n 0000 + 14570330 n 0204 + 14570330 n 0203 + 14570330 n 0102 + 14570330 n 0101 ! 01546222 a 0101 | having more than one valence, or having a valence of 3 or higher
-01546593 00 a 01 univalent 2 004 = 05034989 n 0000 ;c 06075527 n 0000 ! 01546826 a 0101 ! 01547007 a 0101 | used of a chromosome that is not paired or united with its homologous chromosome during synapsis; "a univalent chromosome"
-01546826 00 a 02 bivalent 2 double 0 004 = 05034989 n 0000 ;c 06075527 n 0000 ! 01547007 a 0101 ! 01546593 a 0101 | used of homologous chromosomes associated in pairs in synapsis
-01547007 00 a 01 multivalent 0 004 = 05034989 n 0000 ;c 06075527 n 0000 ! 01546593 a 0101 ! 01546826 a 0101 | used of the association of three or more homologous chromosomes during the first division of meiosis
-01547220 00 a 02 monotonic 0 monotone 4 004 ;c 06000644 n 0000 ! 01547721 a 0101 & 01547470 a 0000 & 01547595 a 0000 | of a sequence or function; consistently increasing and never decreasing or consistently decreasing and never increasing in value
-01547470 00 s 01 decreasing_monotonic 0 001 & 01547220 a 0000 | consistently decreasing; "a decreasing monotonic function"
-01547595 00 s 01 increasing_monotonic 0 001 & 01547220 a 0000 | consistently increasing; "an increasing monotonic function"
-01547721 00 a 01 nonmonotonic 0 003 ;c 06000644 n 0000 ;c 06163751 n 0000 ! 01547220 a 0101 | not monotonic
-01547831 00 a 01 monovalent 2 003 = 05034989 n 0000 ;c 06051542 n 0000 ! 01547961 a 0101 | containing only one kind of antibody
-01547961 00 a 01 polyvalent 2 005 = 05034989 n 0000 ;c 06051542 n 0000 + 14570091 n 0102 + 14570091 n 0101 ! 01547831 a 0101 | containing several antibodies each capable of counteracting a specific antigen; "a polyvalent vaccine"
-01548193 00 a 01 moral 0 013 ^ 00360650 a 0000 ^ 01129977 a 0000 ^ 01226240 a 0000 ^ 02036578 a 0000 ^ 02513269 a 0000 = 04846770 n 0000 + 04846770 n 0101 ! 01549291 a 0101 & 01548694 a 0000 & 01548808 a 0000 & 01548925 a 0000 & 01549087 a 0000 & 01549185 a 0000 | concerned with principles of right and wrong or conforming to standards of behavior and character based on those principles; "moral sense"; "a moral scrutiny"; "a moral lesson"; "a moral quandary"; "moral convictions"; "a moral life"
-01548694 00 s 01 chaste 0 002 & 01548193 a 0000 + 01069125 n 0101 | abstaining from unlawful sexual intercourse
-01548808 00 s 02 clean 0 clean-living 0 002 & 01548193 a 0000 + 13990389 n 0101 | morally pure; "led a clean life"
-01548925 00 s 01 moralistic 0 005 & 01548193 a 0000 + 09183693 n 0104 + 04846770 n 0101 + 07153641 n 0101 + 00876062 n 0101 | narrowly and conventionally moral
-01549087 00 s 01 righteous 0 001 & 01548193 a 0000 | morally justified; "righteous indignation"
-01549185 00 s 01 incorrupt 0 002 & 01548193 a 0000 + 04870040 n 0101 | free of corruption or immorality
-01549291 00 a 01 immoral 0 010 ^ 01131043 a 0000 ^ 00361509 a 0000 ^ 02037272 a 0000 ^ 02513740 a 0000 = 04846770 n 0000 + 04850589 n 0101 ! 01548193 a 0101 & 01549568 a 0000 & 01549964 a 0000 & 01550304 a 0000 | deliberately violating accepted principles of right and wrong
-01549568 00 s 09 debauched 0 degenerate 0 degraded 0 dissipated 0 dissolute 0 libertine 0 profligate 0 riotous 0 fast 0 006 & 01549291 a 0000 + 00511212 n 0805 + 10505942 n 0703 + 10257647 n 0601 + 04884817 n 0501 + 10419047 n 0204 | unrestrained by convention or morality; "Congreve draws a debauched aristocratic society"; "deplorably dissipated and degraded"; "riotous living"; "fast women"
-01549964 00 s 04 disgraceful 0 scandalous 0 shameful 0 shocking 0 004 & 01549291 a 0000 + 04808281 n 0301 + 07306252 n 0201 + 04808516 n 0201 | giving offense to moral sensibilities and injurious to reputation; "scandalous behavior"; "the wicked rascally shameful conduct of the bankrupt"- Thackeray; "the most shocking book of its time"
-01550304 00 s 01 scrofulous 0 001 & 01549291 a 0000 | morally contaminated; "denounce the scrofulous wealth of the times"- J.D.Hart
-01550438 00 a 01 licit 0 001 ! 01550572 a 0101 | sanctioned by custom or morality especially sexual morality; "a wife's licit love"
-01550572 00 a 01 illicit 0 003 ! 01550438 a 0101 & 01550779 a 0000 & 01551026 a 0000 | contrary to accepted morality (especially sexual morality) or convention; "an illicit association with his secretary"
-01550779 00 s 03 adulterous 0 extramarital 0 extracurricular 0 002 & 01550572 a 0000 + 00848466 n 0101 | characterized by adultery; "an adulterous relationship"; "extramarital affairs"; "the extracurricular activities of a philandering husband"
-01551026 00 s 01 unlawful 0 001 & 01550572 a 0000 | not morally right or permissible; "unlawful love"
-01551130 00 a 01 principled 0 003 ^ 02085449 a 0000 ! 01551461 a 0101 & 01551377 a 0000 | based on or manifesting objectively defined standards of rightness or morality; "principled pragmatism and unprincipled expediency"; "a principled person"
-01551377 00 s 01 high-principled 0 001 & 01551130 a 0000 | having high principles
-01551461 00 a 01 unprincipled 0 002 ^ 02085898 a 0000 ! 01551130 a 0101 | lacking principles or moral scruples; "freedom from coarse unprincipled calumny"- A.E.Stevenson
-01551633 00 a 01 many 0 009 ^ 01556355 a 0000 ^ 02267308 a 0000 = 05121908 n 0000 ! 01552885 a 0101 & 01552162 a 0000 & 01552255 a 0000 & 01552419 a 0000 & 01552634 a 0000 & 01552802 a 0000 | a quantifier that can be used with count nouns and is often preceded by `as' or `too' or `so' or `that'; amounting to a large but indefinite number; "many temptations"; "the temptations are many"; "a good many"; "a great many"; "many directions"; "take as many apples as you like"; "too many clouds to see"; "never saw so many people"
-01552162 00 s 01 galore(ip) 0 001 & 01551633 a 0000 | in great numbers; "daffodils galore"
-01552255 00 s 03 many_a(a) 0 many_an(a) 0 many_another(a) 0 001 & 01551633 a 0000 | each of a large indefinite number; "many a man"; "many another day will come"
-01552419 00 s 02 numerous 0 legion(p) 0 003 & 01551633 a 0000 + 05121908 n 0102 + 05121908 n 0101 | amounting to a large indefinite number; "numerous times"; "the family was numerous"; "Palomar's fans are legion"
-01552634 00 s 01 some(a) 0 001 & 01551633 a 0000 | relatively many but unspecified in number; "they were here for some weeks"; "we did not meet again for some years"
-01552802 00 s 02 umpteen 0 umteen 0 001 & 01551633 a 0000 | innumerable but many
-01552885 00 a 01 few 0 008 ^ 01556616 a 0000 ^ 02267308 a 0000 = 05121908 n 0000 + 08388074 n 0101 + 05123098 n 0101 ! 01551633 a 0101 & 01553340 a 0000 & 01553494 a 0000 | a quantifier that can be used with count nouns and is often preceded by `a'; a small but indefinite number; "a few weeks ago"; "a few more wagons than usual"; "an invalid's pleasures are few and far between"; "few roses were still blooming"; "few women have led troops in battle"
-01553340 00 s 02 a_few(a) 0 a_couple_of(a) 0 001 & 01552885 a 0000 | more than one but indefinitely small in number; "a few roses"; "a couple of roses"
-01553494 00 s 01 hardly_a(a) 0 001 & 01552885 a 0000 | very few; "hardly a man is now alive who remembers that famous date and year"
-01553629 00 a 01 much(a) 0 007 ^ 01555133 a 0000 + 05099662 n 0101 ! 01554510 a 0101 & 01553925 a 0000 & 01554063 a 0000 & 01554230 a 0000 & 01554412 a 0000 | (quantifier used with mass nouns) great in quantity or degree or extent; "not much rain"; "much affection"; "much grain is in storage"
-01553925 00 s 01 overmuch 0 002 & 01553629 a 0000 + 05119367 n 0103 | very great in quantity; overabundant; "showed overmuch affection"
-01554063 00 s 01 some(a) 0 001 & 01553629 a 0000 | relatively much but unspecified in amount or extent; "we talked for some time"; "he was still some distance away"
-01554230 00 s 01 such(a) 0 001 & 01553629 a 0000 | of so extreme a degree or extent; "such weeping"; "so much weeping"; "such a help"; "such grief"; "never dreamed of such beauty"
-01554412 00 s 01 untold 0 001 & 01553629 a 0000 | of an incalculable amount; "untold suffering"
-01554510 00 a 02 little(a) 3 slight 0 003 ^ 01555416 a 0000 ! 01553629 a 0101 & 01554940 a 0000 | (quantifier used with mass nouns) small in quantity or degree; not much or almost none or (with `a') at least some; "little rain fell in May"; "gave it little thought"; "little time is left"; "we still have little money"; "a little hope remained"; "there's slight chance that it will work"; "there's a slight chance it will work"
-01554940 00 s 01 small(a) 0 002 & 01554510 a 0000 ;u 07073447 n 0000 | slight or limited; especially in degree or intensity or scope; "a series of death struggles with small time in between"
-01555133 00 a 02 more(a) 1 more_than 0 003 ^ 01553629 a 0000 ;u 06322693 n 0000 ! 01555416 a 0101 | (comparative of `much' used with mass nouns) a quantifier meaning greater in size or amount or extent or degree; "more land"; "more support"; "more rain fell"; "more than a gallon"
-01555416 00 a 01 less(a) 0 003 ^ 01554510 a 0000 ;u 06322693 n 0000 ! 01555133 a 0101 | (comparative of `little' usually used with mass nouns) a quantifier meaning not as great in amount or degree; "of less importance"; "less time to spend with the family"; "a shower uses less water"; "less than three years old"
-01555732 00 a 01 most(a) 1 002 ;u 06693870 n 0000 ! 01556061 a 0101 | the superlative of `much' that can be used with mass nouns and is usually preceded by `the'; a quantifier meaning the greatest in amount or extent or degree; "made the most money he could"; "what attracts the most attention?"; "made the most of a bad deal"
-01556061 00 a 01 least(a) 0 002 ;u 06693870 n 0000 ! 01555732 a 0101 | the superlative of `little' that can be used with mass nouns and is usually preceded by `the'; a quantifier meaning smallest in amount or extent or degree; "didn't care the least bit"; "he has the least talent of anyone"
-01556355 00 a 01 more(a) 2 004 ^ 01551633 a 0000 ^ 01555133 a 0000 ;u 06322693 n 0000 ! 01556616 a 0101 | (comparative of `many' used with count nouns) quantifier meaning greater in number; "a hall with more seats"; "we have no more bananas"; "more than one"
-01556616 00 a 01 fewer 0 005 ^ 01552885 a 0000 ^ 01555416 a 0000 ;u 06322693 n 0000 ! 01556355 a 0101 & 01556913 a 0000 | (comparative of `few' used with count nouns) quantifier meaning a smaller number of; "fewer birds came this year"; "the birds are fewer this year"; "fewer trains were late"
-01556913 00 s 01 less 0 001 & 01556616 a 0000 | (nonstandard in some uses but often idiomatic with measure phrases) fewer; "less than three weeks"; "no less than 50 people attended"; "in 25 words or less"
-01557120 00 a 01 most(a) 2 002 ;u 06693870 n 0000 ! 01557386 a 0101 | (superlative of `many' used with count nouns and often preceded by `the') quantifier meaning the greatest in number; "who has the most apples?"; "most people like eggs"; "most fishes have fins"
-01557386 00 a 01 fewest(a) 0 002 ;u 06693870 n 0000 ! 01557120 a 0101 | (superlative of `few' used with count nouns and usually preceded by `the') quantifier meaning the smallest in number; "the fewest birds in recent memory"
-01557614 00 a 01 mortal 0 006 ^ 01180695 a 0000 ^ 01006566 a 0000 + 00007846 n 0105 + 05055974 n 0101 ! 01557903 a 0101 & 01557790 a 0000 | subject to death; "mortal beings"
-01557790 00 s 01 earthborn 0 001 & 01557614 a 0000 | of earthly origin (as mortals are); "earthborn existence"
-01557903 00 a 01 immortal 0 007 ^ 01178974 a 0000 ^ 01007354 a 0000 + 05056102 n 0101 ! 01557614 a 0101 & 01558086 a 0000 & 01558194 a 0000 & 01558291 a 0000 | not subject to death
-01558086 00 s 02 amaranthine 0 unfading 0 001 & 01557903 a 0000 | of an imaginary flower that never fades
-01558194 00 s 02 deathless 0 undying 0 001 & 01557903 a 0000 | never dying; "his undying fame"
-01558291 00 s 01 deific 0 001 & 01557903 a 0000 | characterized by divine or godlike nature
-01558385 00 a 01 motivated 0 004 ^ 01337486 a 0000 ! 01558912 a 0101 & 01558641 a 0000 & 01558749 a 0000 | provided with a motive or given incentive for action; "a highly motivated child can learn almost anything"; "a group of politically motivated men"
-01558641 00 s 01 actuated 0 001 & 01558385 a 0000 | moved to action; "a man actuated by unworthy desired"
-01558749 00 s 02 driven 0 impelled 0 001 & 01558385 a 0000 | urged or forced to action through moral pressure; "felt impelled to take a stand against the issue"
-01558912 00 a 01 unmotivated 0 004 ^ 01338730 a 0000 ! 01558385 a 0101 & 01559042 a 0000 & 01559270 a 0000 | without motivation
-01559042 00 s 02 causeless 0 reasonless 0 001 & 01558912 a 0000 | having no justifying cause or reason; "a senseless, causeless murder"; "a causeless war that never had an aim"; "an apparently arbitrary and reasonless change"
-01559270 00 s 03 motiveless 0 unprovoked 0 wanton 0 002 & 01558912 a 0000 + 04885398 n 0302 | occurring without motivation or provocation; "motiveless malignity"; "unprovoked and dastardly attack"- F.D.Roosevelt
-01559484 00 a 03 motorized 0 motorised 0 motored 0 003 ! 01559804 a 0101 & 01559655 a 0000 & 01559728 a 0000 | equipped with a motor or motors; "a motorized wheelchair"
-01559655 00 s 01 bimotored 0 001 & 01559484 a 0000 | having two motors
-01559728 00 s 01 trimotored 0 001 & 01559484 a 0000 | having three motors
-01559804 00 a 03 unmotorized 0 unmotorised 0 motorless 0 001 ! 01559484 a 0101 | having no motor
-01559903 00 a 04 moved(p) 0 affected 2 stirred 0 touched 1 004 ^ 00070939 a 0000 ^ 00853776 a 0000 ! 01560320 a 0101 & 01560165 a 0000 | being excited or provoked to the expression of an emotion; "too moved to speak"; "very touched by the stranger's kindness"
-01560165 00 s 01 sick 0 001 & 01559903 a 0000 | deeply affected by a strong feeling; "sat completely still, sick with envy"; "she was sick with longing"
-01560320 00 a 03 unmoved(p) 0 unaffected 2 untouched 1 003 ^ 00071992 a 0000 ^ 00856860 a 0000 ! 01559903 a 0101 | emotionally unmoved; "always appeared completely unmoved and imperturbable"
-01560513 00 a 01 moving 1 008 ^ 00853776 a 0000 ^ 01282014 a 0000 ^ 02306288 a 0000 ! 01561564 a 0101 & 01560821 a 0000 & 01561079 a 0000 & 01561280 a 0000 & 01561429 a 0000 | arousing or capable of arousing deep emotion; "she laid her case of destitution before him in a very moving letter"- N. Hawthorne
-01560821 00 s 03 affecting 0 poignant 0 touching 0 002 & 01560513 a 0000 + 05211254 n 0202 | arousing affect; "the homecoming of the released hostages was an affecting scene"; "poignant grief cannot endure forever"; "his gratitude was simple and touching"
-01561079 00 s 01 haunting 0 001 & 01560513 a 0000 | having a deeply disquieting or disturbing effect; "from two handsome and talented young men to two haunting horrors of disintegration"-Charles Lee
-01561280 00 s 01 heartwarming 0 001 & 01560513 a 0000 | causing gladness and pleasure; "Is there a sight more heartwarming than a family reunion?"
-01561429 00 s 02 stirring 0 soul-stirring 0 001 & 01560513 a 0000 | exciting strong but not unpleasant emotions; "a stirring speech"
-01561564 00 a 01 unmoving 0 004 ^ 00856860 a 0000 ^ 02307367 a 0000 ! 01560513 a 0101 & 01561694 a 0000 | not arousing emotions
-01561694 00 s 01 unaffecting 0 001 & 01561564 a 0000 | not arousing affect
-01561771 00 a 01 moving 2 016 ^ 01522376 a 0000 = 14004317 n 0000 ! 01564073 a 0101 & 01562167 a 0000 & 01562284 a 0000 & 01562416 a 0000 & 01562488 a 0000 & 01562668 a 0000 & 01562809 a 0000 & 01562992 a 0000 & 01563147 a 0000 & 01563349 a 0000 & 01563494 a 0000 & 01563578 a 0000 & 01563713 a 0000 & 01563923 a 0000 | in motion; "a constantly moving crowd"; "the moving parts of the machine"
-01562167 00 s 01 afoot(p) 0 001 & 01561771 a 0000 | traveling by foot; "she was afoot when I saw her this morning"
-01562284 00 s 02 ahorse(p) 0 ahorseback(p) 0 001 & 01561771 a 0000 | traveling on horseback; "a file of men ahorseback passed by"
-01562416 00 s 01 oncoming 0 001 & 01561771 a 0000 | moving toward one
-01562488 00 s 03 automotive 0 self-propelled 0 self-propelling 0 001 & 01561771 a 0000 | containing within itself the means of propulsion or movement; "a self-propelled vehicle"
-01562668 00 s 01 awheel 0 001 & 01561771 a 0000 | traveling by wheeled vehicle such as bicycle or automobile e.g.; "the public was awheel"
-01562809 00 s 01 blown 0 001 & 01561771 a 0000 | being moved or acted upon by moving air or vapor; "blown clouds of dust choked the riders"; "blown soil mounded on the window sill"
-01562992 00 s 02 fast-flying 0 flying 0 001 & 01561771 a 0000 | moving swiftly; "fast-flying planes"; "played the difficult passage with flying fingers"
-01563147 00 s 02 aflare 0 flaring 0 001 & 01561771 a 0000 | streaming or flapping or spreading wide as if in a current of air; "ran quickly, her flaring coat behind her"; "flags aflare in the breeze"
-01563349 00 s 01 kinetic 0 002 & 01561771 a 0000 + 00863222 n 0101 | characterized by motion; "modern dance has been called kinetic pantomime"
-01563494 00 s 01 mobile 0 001 & 01561771 a 0000 | having transportation available
-01563578 00 s 01 restless 0 002 & 01561771 a 0000 + 04774743 n 0101 | ceaselessly in motion; "the restless sea"; "the restless wind"
-01563713 00 s 04 wiggly 0 wriggling 0 wriggly 0 writhing 0 004 & 01561771 a 0000 + 00349705 n 0302 + 00349705 n 0101 + 04775185 n 0101 | moving in a twisting or snake-like or wormlike fashion; "wiggly worms"
-01563923 00 s 01 vibratory 0 002 & 01561771 a 0000 + 02175958 v 0102 | moving very rapidly to and fro or up and down; "the vibrating piano strings"
-01564073 00 a 02 nonmoving 0 unmoving 2 010 ^ 01525116 a 0000 = 14004317 n 0000 ! 01561771 a 0101 & 01564315 a 0000 & 01564512 a 0000 & 01564603 a 0000 & 01564881 a 0000 & 01565038 a 0000 & 01565139 a 0000 & 01565252 a 0000 | not in motion
-01564315 00 s 04 inactive 0 motionless 0 static 0 still 1 004 & 01564073 a 0000 + 14006179 n 0402 + 14006179 n 0201 + 14010148 n 0102 | not in physical motion; "the inertia of an object at rest"
-01564512 00 s 01 becalmed 0 001 & 01564073 a 0000 | rendered motionless for lack of wind
-01564603 00 s 03 fixed 0 set 0 rigid 0 004 & 01564073 a 0000 + 05023741 n 0302 + 14006490 n 0103 + 04777098 n 0103 | fixed and unmoving; "with eyes set in a fixed glassy stare"; "his bearded face already has a set hollow look"- Connor Cruise O'Brien; "a face rigid with pain"
-01564881 00 s 03 frozen(p) 0 rooted(p) 0 stock-still 0 001 & 01564073 a 0000 | absolutely still; "frozen with horror"; "they stood rooted in astonishment"
-01565038 00 s 01 inert 0 002 & 01564073 a 0000 + 04776572 n 0101 | unable to move or resist motion
-01565139 00 s 01 sitting 0 001 & 01564073 a 0000 | not moving and therefore easy to attack; "a sitting target"
-01565252 00 s 01 stationary 0 002 & 01564073 a 0000 + 14006490 n 0101 | standing still; "the car remained stationary with the engine running"
-01565396 00 a 01 moving 3 002 ! 01565751 a 0101 & 01565608 a 0000 | used of a series of photographs presented so as to create the illusion of motion; "Her ambition was to be in moving pictures or `the movies'"
-01565608 00 s 01 animated 0 001 & 01565396 a 0000 | made to appear to move as living creatures do; "an animated cartoon"; "animated puppets"
-01565751 00 a 01 still 3 002 + 14006179 n 0102 ! 01565396 a 0101 | used of pictures; of a single or static photograph not presented so as to create the illusion of motion; or representing objects not capable of motion; "a still photograph"; "Cezanne's still life of apples"
-01566027 00 a 02 mown 0 cut 4 003 ;c 08436759 n 0000 ! 01566288 a 0101 & 01566223 a 0000 | (used of grass or vegetation) cut down with a hand implement or machine; "the smell of newly mown hay"
-01566223 00 s 01 new-mown 0 001 & 01566027 a 0000 | newly mown
-01566288 00 a 02 unmown 0 uncut 4 002 ;c 08436759 n 0000 ! 01566027 a 0101 | (used of grass or vegetation) not cut down with a hand implement or machine; "uncut grass"; "an unmown lawn"
-01566476 00 a 02 seamanlike 0 seamanly 0 002 + 10294602 n 0202 ! 01566634 a 0101 | characteristic of or befitting a seaman; indicating competent seamanship
-01566634 00 a 01 unseamanlike 0 002 ! 01566476 a 0101 & 01566725 a 0000 | not seamanlike
-01566725 00 s 02 lubberly 0 landlubberly 0 004 & 01566634 a 0000 + 10245507 n 0201 + 10245341 n 0201 + 10245341 n 0102 | inexperienced in seamanship; "of all landlubbers the most lubberly"
-01566916 00 a 01 continental 0 004 + 09254614 n 0101 ! 01567500 a 0101 & 01567203 a 0000 & 01567294 a 0000 | being or concerning or limited to a continent especially the continents of North America or Europe; "the continental United States"; "continental Europe"; "continental waters"
-01567203 00 s 01 continent-wide 0 001 & 01566916 a 0000 | involving the entire continent
-01567294 00 s 01 transcontinental 0 001 & 01566916 a 0000 | spanning or crossing or on the farther side of a continent; "transcontinental railway"; "transcontinental travelers"; "a transcontinental city"
-01567500 00 a 01 intercontinental 0 002 ! 01566916 a 0101 & 01567694 a 0000 | extending or taking place between or among continents; "intercontinental exploration"; "intercontinental flights"
-01567694 00 s 02 worldwide 0 world-wide 0 001 & 01567500 a 0000 | spanning or extending throughout the entire world; "worldwide distribution"; "a worldwide epidemic"
-01567862 00 a 01 national 0 004 ^ 01038102 a 0000 + 07949463 n 0101 ! 01568375 a 0101 & 01568092 a 0000 | limited to or in the interests of a particular nation; "national interests"; "isolationism is a strictly national policy"
-01568092 00 s 02 nationalist 0 nationalistic 0 002 & 01567862 a 0000 + 10407310 n 0102 | devotion to the interests or culture of a particular nation including promoting the interests of one country over those of others; "nationalist aspirations"; "minor nationalistic differences"
-01568375 00 a 01 international 0 007 ^ 01037540 a 0000 + 05126611 n 0101 ! 01567862 a 0101 & 01568684 a 0000 & 01569002 a 0000 & 01569166 a 0000 & 01569366 a 0000 | concerning or belonging to all or at least two or more nations; "international affairs"; "an international agreement"; "international waters"
-01568684 00 s 05 global 0 planetary 0 world(a) 0 worldwide 0 world-wide 0 002 & 01568375 a 0000 + 09270894 n 0104 | involving the entire earth; not limited or provincial in scope; "global war"; "global monetary policy"; "neither national nor continental but planetary"; "a world crisis"; "of worldwide significance"
-01569002 00 s 02 internationalist 0 internationalistic 0 003 & 01568375 a 0000 + 05963494 n 0201 + 05126611 n 0202 | influenced by or advocating internationalism
-01569166 00 s 02 multinational 0 transnational 0 001 & 01568375 a 0000 | involving or operating in several nations or nationalities; "multinational corporations"; "transnational terrorist networks"
-01569366 00 s 01 supranational 0 001 & 01568375 a 0000 | transcending established national boundaries or spheres of interest; "a supranational economy"; "supranational federations"
-01569549 00 a 01 interstate 0 001 ! 01569807 a 0101 | involving and relating to the mutual relations of states especially of the United States; "Interstate Highway Commission"; "interstate highways"; "Interstate Commerce Commission"; "interstate commerce"
-01569807 00 a 01 intrastate 0 001 ! 01569549 a 0101 | relating to or existing within the boundaries of a state; "intrastate as well as interstate commerce"
-01569965 00 a 01 natural 1 005 ^ 01570892 a 0000 ^ 01574036 a 0000 = 04785908 n 0000 ! 01570470 a 0101 & 01570286 a 0000 | in accordance with nature; relating to or concerning nature; "a very natural development"; "our natural environment"; "natural science"; "natural resources"; "natural cliffs"; "natural phenomena"
-01570286 00 s 01 earthy 0 001 & 01569965 a 0000 | not far removed from or suggestive of nature; "the earthy taste of warm milk fresh from the cow"; "earthy smells of new-mown grass"
-01570470 00 a 01 unnatural 0 006 ^ 00070939 a 0000 ^ 01599532 a 0000 ^ 01574446 a 0000 = 04785908 n 0000 ! 01569965 a 0101 & 01570747 a 0000 | not in accordance with or determined by nature; contrary to nature; "an unnatural death"; "the child's unnatural interest in death"
-01570747 00 s 01 violent 0 002 & 01570470 a 0000 + 00965404 n 0101 | effected by force or injury rather than natural causes; "a violent death"
-01570892 00 a 01 natural 2 004 ^ 01569965 a 0000 + 04747246 n 0101 ! 01571363 a 0101 & 01571181 a 0000 | existing in or produced by nature; not artificial or imitation; "a natural pearl"; "natural gas"; "natural silk"; "natural blonde hair"; "a natural sweetener"; "natural fertilizers"
-01571181 00 s 03 unbleached 0 uncolored 0 undyed 0 001 & 01570892 a 0000 | not artificially colored or bleached; "unbleached blonde hair"; "her hair is uncolored"; "undyed cotton"
-01571363 00 a 02 artificial 0 unreal 4 017 ^ 01116380 a 0000 ^ 01934554 a 0000 + 04788494 n 0101 ! 01570892 a 0101 & 01571869 a 0000 & 01572009 a 0000 & 01572171 a 0000 & 01572325 a 0000 & 01572458 a 0000 & 01572604 a 0000 & 01572831 a 0000 & 01572974 a 0000 & 01573101 a 0000 & 01573238 a 0000 & 01573568 a 0000 & 01573762 a 0000 & 01573889 a 0000 | contrived by art rather than nature; "artificial flowers"; "artificial flavoring"; "an artificial diamond"; "artificial fibers"; "artificial sweeteners"
-01571869 00 s 02 arranged 0 staged 0 001 & 01571363 a 0000 | deliberately arranged for effect; "one of those artfully staged photographs"
-01572009 00 s 01 bionic 0 001 & 01571363 a 0000 | having particular physiological functions augmented or replaced by electronic or electromechanical components
-01572171 00 s 04 bleached 0 colored 0 coloured 0 dyed 0 001 & 01571363 a 0000 | (used of color) artificially produced; not natural; "a bleached blonde"
-01572325 00 s 02 cardboard 0 unlifelike 0 001 & 01571363 a 0000 | without substance; "cardboard caricatures of historical figures"
-01572458 00 s 02 celluloid 0 synthetic 1 001 & 01571363 a 0000 | artificial as if portrayed in a film; "a novel with flat celluloid characters"
-01572604 00 s 04 conventionalized 0 conventionalised 0 stylized 0 stylised 0 001 & 01571363 a 0000 | using artistic forms and conventions to create effects; not natural or spontaneous; "a stylized mode of theater production"
-01572831 00 s 01 dummy 0 001 & 01571363 a 0000 | having the appearance of being real but lacking capacity to function; "a dummy corporation"
-01572974 00 s 02 ersatz 0 substitute 0 001 & 01571363 a 0000 | artificial and inferior; "ersatz coffee"; "substitute coffee"
-01573101 00 s 01 factitious 0 001 & 01571363 a 0000 | not produced by natural forces; "brokers created a factitious demand for stocks"
-01573238 00 s 05 fake 0 false 0 faux 0 imitation 2 simulated 0 002 & 01571363 a 0000 + 03318438 n 0101 | not genuine or real; being an imitation of the genuine article; "it isn't fake anything; it's real synthetic fur"; "faux pearls"; "false teeth"; "decorated with imitation palm leaves"; "a purse of simulated alligator hide"
-01573568 00 s 03 man-made 0 semisynthetic 0 synthetic 0 002 & 01571363 a 0000 ;c 06084469 n 0000 | not of natural origin; prepared or made artificially; "man-made fibers"; "synthetic leather"
-01573762 00 s 01 near 0 001 & 01571363 a 0000 | closely resembling the genuine article; "near beer"; "a dress of near satin"
-01573889 00 s 01 painted 0 001 & 01571363 a 0000 | lacking substance or vitality as if produced by painting; "in public he wore a painted smile"
-01574036 00 a 01 natural 3 003 + 04785908 n 0101 ! 01574446 a 0101 & 01574259 a 0000 | existing in or in conformity with nature or the observable world; neither supernatural nor magical; "a perfectly natural explanation"
-01574259 00 s 01 physical 0 001 & 01574036 a 0000 | according with material things or natural laws (other than those peculiar to living matter); "a reflex response to physical stimuli"
-01574446 00 a 01 supernatural 0 016 ^ 01934554 a 0000 + 09503877 n 0101 + 04789406 n 0102 ! 01574036 a 0101 & 01574925 a 0000 & 01575299 a 0000 & 01575424 a 0000 & 01575810 a 0000 & 01576071 a 0000 & 01576551 a 0000 & 01576729 a 0000 & 01576845 a 0000 & 01577086 a 0000 & 01577327 a 0000 & 01577498 a 0000 & 01577672 a 0000 | not existing in nature or subject to explanation according to natural laws; not physical or material; "supernatural forces and occurrences and beings"
-01574925 00 s 06 apparitional 0 ghostlike 0 ghostly 0 phantasmal 0 spectral 0 spiritual 0 006 & 01574446 a 0000 + 09545324 n 0601 + 09547111 n 0404 + 05897553 n 0404 + 09545976 n 0301 + 04798020 n 0302 | resembling or characteristic of a phantom; "a ghostly face at the window"; "a phantasmal presence in the room"; "spectral emanations"; "spiritual tappings at a seance"
-01575299 00 s 01 eerie 0 001 & 01574446 a 0000 | suggestive of the supernatural; mysterious; "an eerie feeling of deja vu"
-01575424 00 s 04 eldritch 0 weird 0 uncanny 0 unearthly 0 002 & 01574446 a 0000 + 04798511 n 0203 | suggesting the operation of supernatural influences; "an eldritch screech"; "the three weird sisters"; "stumps...had uncanny shapes as of monstrous creatures"- John Galsworthy; "an unearthly light"; "he could hear the unearthly scream of some curlew piercing the din"- Henry Kingsley
-01575810 00 s 02 elfin 0 fey 0 001 & 01574446 a 0000 | suggestive of an elf in strangeness and otherworldliness; "thunderbolts quivered with elfin flares of heat lightning"; "the fey quality was there, the ability to see the moon at midday"- John Mason Brown
-01576071 00 s 07 charming 0 magic 0 magical 0 sorcerous 0 witching(a) 0 wizard(a) 0 wizardly 0 006 & 01574446 a 0000 + 10625860 n 0703 + 10625860 n 0603 + 05978812 n 0401 + 05967977 n 0301 + 00099951 n 0304 | possessing or using or characteristic of or appropriate to supernatural powers; "charming incantations"; "magic signs that protect against adverse influence"; "a magical spell"; "'tis now the very witching time of night"- Shakespeare; "wizard wands"; "wizardly powers"
-01576551 00 s 03 marvelous 0 marvellous 0 miraculous 0 004 & 01574446 a 0000 + 07289481 n 0301 + 07289588 n 0202 + 07289588 n 0102 | being or having the character of a miracle
-01576729 00 s 01 metaphysical 0 001 & 01574446 a 0000 | without material form or substance; "metaphysical forces"
-01576845 00 s 01 necromantic 0 002 & 01574446 a 0000 + 05777439 n 0101 | given to or produced by or used in the art of conjuring up the dead; "a necromantic sorcerer"; "necromantic delusions"; "necromantic powders and other weird objects"
-01577086 00 s 04 nonnatural 0 otherworldly 0 preternatural 0 transcendental 0 002 & 01574446 a 0000 + 04621314 n 0204 | existing outside of or not in accordance with nature; "find transcendental motives for sublunary action"-Aldous Huxley
-01577327 00 s 01 talismanic 0 002 & 01574446 a 0000 + 02706586 n 0102 | possessing or believed to possess magic power especially protective power; "a talismanic amulet"
-01577498 00 s 01 transmundane 0 001 & 01574446 a 0000 | existing or extending beyond the physical world; "whatever of transmundane...insight...we may carry"- William James
-01577672 00 s 01 witchlike 0 001 & 01574446 a 0000 | being or having the character of witchcraft
-01577771 00 a 01 natural 4 003 ;c 07020895 n 0000 ! 01577973 a 0101 ! 01578152 a 0101 | (of a musical note) being neither raised nor lowered by one chromatic semitone; "a natural scale"; "B natural"
-01577973 00 a 01 sharp 3 004 ;c 07020895 n 0000 + 06866599 n 0101 ! 01578152 a 0101 ! 01577771 a 0101 | (of a musical note) raised in pitch by one chromatic semitone; "C sharp"
-01578152 00 a 01 flat 0 003 ;c 07020895 n 0000 ! 01577771 a 0101 ! 01577973 a 0101 | (of a musical note) lowered in pitch by one chromatic semitone; "B flat"
-01578312 00 a 01 ultimate 0 008 = 13942104 n 0000 + 13942104 n 0102 ! 01579608 a 0101 & 01578683 a 0000 & 01578856 a 0000 & 01579128 a 0000 & 01579304 a 0000 & 01579467 a 0000 | furthest or highest in degree or order; utmost or extreme; "the ultimate achievement"; "the ultimate question"; "man's ultimate destiny"; "the ultimate insult"; "one's ultimate goal in life"
-01578683 00 s 01 crowning(a) 0 001 & 01578312 a 0000 | representing a level of the highest possible achievement or attainment; "the crowning accomplishment of his career"
-01578856 00 s 01 eventual(a) 0 001 & 01578312 a 0000 | expected to follow in the indefinite future from causes already operating; "hope of eventual (or ultimate) rescue"; "if this trend continues it is not reasonable to expect the eventual collapse of the stock market"
-01579128 00 s 03 final 0 last 0 net 0 002 & 01578312 a 0000 + 04754440 n 0101 | conclusive in a process or progression; "the final answer"; "a last resort"; "the net result"
-01579304 00 s 01 last-ditch 0 001 & 01578312 a 0000 | of something done as a final recourse (especially to prevent a crisis or disaster); "a last-ditch attempt"
-01579467 00 s 01 supreme 0 001 & 01578312 a 0000 | final or last in your life or progress; "the supreme sacrifice"; "the supreme judgment"
-01579608 00 a 01 proximate 0 002 ! 01578312 a 0101 & 01579853 a 0000 | closest in degree or order (space or time) especially in a chain of causes and effects; "news of his proximate arrival"; "interest in proximate rather than ultimate goals"
-01579853 00 s 01 immediate 0 002 & 01579608 a 0000 + 05059525 n 0102 | immediately before or after as in a chain of cause and effect; "the immediate result"; "the immediate cause of the trouble"
-01580050 00 a 01 necessary 0 011 ^ 00900616 a 0000 ^ 00903668 a 0000 ^ 00848074 a 0000 = 14450691 n 0000 + 14450691 n 0101 + 09367203 n 0101 ! 01581115 a 0101 & 01580306 a 0000 & 01580601 a 0000 & 01580775 a 0000 & 01580968 a 0000 | absolutely essential
-01580306 00 s 02 essential 0 indispensable 0 005 & 01580050 a 0000 + 05171491 n 0202 + 05171491 n 0201 + 09367203 n 0102 + 05171045 n 0102 | absolutely necessary; vitally necessary; "essential tools and materials"; "funds essential to the completion of the project"; "an indispensable worker"
-01580601 00 s 01 incumbent 0 001 & 01580050 a 0000 | necessary (for someone) as a duty or responsibility; morally binding; "it is incumbent on them to pay their own debts"
-01580775 00 s 04 needed 0 needful 0 required 0 requisite 0 003 & 01580050 a 0000 + 09367203 n 0404 + 14450904 n 0401 | necessary for relief or supply; "provided them with all things needful"
-01580968 00 s 01 obligatory 0 001 & 01580050 a 0000 | required by obligation or compulsion or convention; "he made all the obligatory apologies"
-01581115 00 a 02 unnecessary 0 unneeded 0 007 ^ 00902652 a 0000 = 14450691 n 0000 ! 01580050 a 0101 & 01581305 a 0000 & 01582049 a 0000 & 01582224 a 0000 & 01582306 a 0000 | not necessary
-01581305 00 s 08 excess 0 extra 0 redundant 0 spare 1 supererogatory 0 superfluous 0 supernumerary 0 surplus 0 008 & 01581115 a 0000 + 10676682 n 0701 + 05120116 n 0603 + 05120310 n 0302 + 07090938 n 0301 + 05730163 n 0301 + 05120310 n 0301 + 01019248 n 0301 | more than is needed, desired, or required; "trying to lose excess weight"; "found some extra change lying on the dresser"; "yet another book on heraldry might be thought redundant"; "skills made redundant by technological advance"; "sleeping in the spare room"; "supernumerary ornamentation"; "it was supererogatory of her to gloat"; "delete superfluous (or unnecessary) words"; "extra ribs as well as other supernumerary internal parts"; "surplus cheese distributed to the needy"
-01582049 00 s 03 gratuitous 0 needless 0 uncalled-for 0 001 & 01581115 a 0000 | unnecessary and unwarranted; "a strikers' tent camp...was burned with needless loss of life"
-01582224 00 s 01 inessential 0 001 & 01581115 a 0000 | not absolutely necessary
-01582306 00 s 01 spare 2 001 & 01581115 a 0000 | kept in reserve especially for emergency use; "a reserve supply of food"; "a spare tire"; "spare parts"
-01582461 00 a 02 net 0 nett 0 003 ! 01582821 a 0101 & 01582598 a 0000 & 01582698 a 0000 | remaining after all deductions; "net profit"
-01582598 00 s 01 clear 0 001 & 01582461 a 0000 | clear of charges or deductions; "a clear profit"
-01582698 00 s 01 take-home 0 001 & 01582461 a 0000 | (of salary or wages) remaining after all deductions including taxes
-01582821 00 a 01 gross 0 003 + 13256691 n 0101 ! 01582461 a 0101 & 01582946 a 0000 | before any deductions; "gross income"
-01582946 00 s 01 overall 0 001 & 01582821 a 0000 | including everything; "the overall cost"
-01583040 00 a 02 neurotic 0 psychoneurotic 0 020 + 10354898 n 0202 + 14393161 n 0203 + 10354898 n 0101 + 14393161 n 0101 ! 01586009 a 0101 & 01583486 a 0000 & 01583659 a 0000 & 01583880 a 0000 & 01584017 a 0000 & 01584164 a 0000 & 01584287 a 0000 & 01584569 a 0000 & 01584724 a 0000 & 01584857 a 0000 & 01585022 a 0000 & 01585312 a 0000 & 01585491 a 0000 & 01585679 a 0000 & 01585781 a 0000 & 01585892 a 0000 | affected with emotional disorder
-01583486 00 s 02 abulic 0 aboulic 0 003 & 01583040 a 0000 + 14026166 n 0202 + 14026166 n 0101 | suffering from abulia; showing abnormal inability to act or make decisions
-01583659 00 s 01 compulsive 0 006 & 01583040 a 0000 + 09950457 n 0101 + 09181330 n 0101 + 09183255 n 0101 + 04625882 n 0101 + 04625882 n 0102 | caused by or suggestive of psychological compulsion; "compulsive drinking"
-01583880 00 s 01 delusional 0 003 & 01583040 a 0000 + 14376855 n 0101 + 05896733 n 0101 | suffering from or characterized by delusions
-01584017 00 s 02 disturbed 0 maladjusted 0 001 & 01583040 a 0000 | emotionally unstable and having difficulty coping with personal relationships
-01584164 00 s 02 hypochondriac 0 hypochondriacal 0 002 & 01583040 a 0000 + 14375005 n 0201 | suffering from hypochondria
-01584287 00 s 02 hysteric 0 hysterical 0 003 & 01583040 a 0000 + 14393438 n 0201 + 14393438 n 0101 | characterized by or arising from psychoneurotic hysteria; "during hysterical conditions various functions of the human body are disordered"- Morris Fishbein; "hysterical amnesia"
-01584569 00 s 02 megalomaniacal 0 megalomanic 0 004 & 01583040 a 0000 + 14392318 n 0201 + 10306496 n 0101 + 14392318 n 0101 | suffering from megalomania
-01584724 00 s 01 monomaniacal 0 003 & 01583040 a 0000 + 10329143 n 0101 + 09182524 n 0101 | obsessed with a single subject or idea
-01584857 00 s 02 nymphomaniacal 0 nymphomaniac 0 003 & 01583040 a 0000 + 10368798 n 0201 + 07489925 n 0101 | (used of women) affected with excessive sexual desire
-01585022 00 s 02 obsessional 0 obsessive 0 007 & 01583040 a 0000 + 04626062 n 0202 + 04626062 n 0201 + 10348989 n 0201 + 01831143 v 0201 + 09183255 n 0102 + 05700401 n 0101 | characterized by or constituting an obsession; "the obsessional character of his response"; "obsessive gambling"
-01585312 00 s 01 obsessive-compulsive 0 003 & 01583040 a 0000 + 14381017 n 0101 + 10349090 n 0101 | characterized by obsessions and compulsions; "obsessive-compulsive neurosis"
-01585491 00 s 01 pathological 0 002 & 01583040 a 0000 + 14204950 n 0101 | caused by or evidencing a mentally disturbed condition; "a pathological liar"; "a pathological urge to succeed"
-01585679 00 s 01 phobic 0 002 & 01583040 a 0000 + 14381416 n 0101 | suffering from irrational fears
-01585781 00 s 01 psychosomatic 0 001 & 01583040 a 0000 | used of illness or symptoms resulting from neurosis
-01585892 00 s 01 schizoid 0 001 & 01583040 a 0000 | marked by withdrawal and inability to form close relationships
-01586009 00 a 01 unneurotic 0 002 ! 01583040 a 0101 & 01586194 a 0000 | not neurotic; "successful mothers--mothers with unneurotic children"; "he's the most unneurotic person I know"
-01586194 00 s 01 together 0 003 & 01586009 a 0000 ;u 07075172 n 0000 + 07530322 n 0101 | mentally and emotionally stable; "she's really together"
-01586342 00 a 01 nice 0 006 ^ 01800349 a 0000 = 04779521 n 0000 + 04779521 n 0101 ! 01587077 a 0101 & 01586752 a 0000 & 01586866 a 0000 | pleasant or pleasing or agreeable in nature or appearance; "what a nice fellow you are and we all thought you so nasty"- George Meredith; "nice manners"; "a nice dress"; "a nice face"; "a nice day"; "had a nice time at the party"; "the corn and tomatoes are nice today"
-01586752 00 s 01 good 0 001 & 01586342 a 0000 | agreeable or pleasing; "we all had a good time"; "good manners"
-01586866 00 s 01 pleasant 0 003 & 01586342 a 0000 + 07492170 n 0101 + 01816054 v 0101 | (of persons) having pleasing manners or behavior; "I didn't enjoy it and probably wasn't a pleasant person to be around"
-01587077 00 a 02 nasty 0 awful 2 009 ^ 01801600 a 0000 = 04780755 n 0000 + 04782116 n 0201 + 04842515 n 0105 + 04780755 n 0101 ! 01586342 a 0101 & 01587474 a 0000 & 01587643 a 0000 & 01587787 a 0000 | offensive or even (of persons) malicious; "in a nasty mood"; "a nasty accident"; "a nasty shock"; "a nasty smell"; "a nasty trick to pull"; "Will he say nasty things at my funeral?"- Ezra Pound
-01587474 00 s 03 dirty 0 filthy 0 lousy 0 003 & 01587077 a 0000 + 04781349 n 0305 + 04852962 n 0201 | vile; despicable; "a dirty (or lousy) trick"; "a filthy traitor"
-01587643 00 s 01 grotty 0 003 & 01587077 a 0000 ;r 08860123 n 0000 ;u 07157273 n 0000 | very unpleasant or offensive ; "a grotty little play"
-01587787 00 s 02 hateful 0 mean 0 003 & 01587077 a 0000 + 04845684 n 0202 + 04781755 n 0101 | characterized by malice; "a hateful thing to do"; "in a mean mood"
-01587950 00 a 01 nidicolous 0 001 ! 01588065 a 0101 | (of birds) remaining in the nest for a time after hatching
-01588065 00 a 01 nidifugous 0 001 ! 01587950 a 0101 | (of birds) leaving the nest shortly after hatching
-01588172 00 a 01 noble 1 007 ^ 01226240 a 0000 = 04870340 n 0000 + 04870340 n 0101 ! 01589217 a 0101 & 01588426 a 0000 & 01588619 a 0000 & 01589045 a 0000 | having or showing or indicative of high or elevated character; "a noble spirit"; "noble deeds"
-01588426 00 s 02 dignifying 0 ennobling 0 001 & 01588172 a 0000 | investing with dignity or honor; "the dignifying effect of his presence"; "the ennobling influence of cultural surroundings"
-01588619 00 s 0b exalted 0 elevated 0 sublime 0 grand 0 high-flown 0 high-minded 0 lofty 0 rarefied 0 rarified 0 idealistic 0 noble-minded 0 005 & 01588172 a 0000 + 04870643 n 0b03 + 04870643 n 0a02 + 04870643 n 0601 + 04814238 n 0406 | of high moral or intellectual value; elevated in nature or style; "an exalted ideal"; "argue in terms of high-flown ideals"- Oliver Franks; "a noble and lofty concept"; "a grand purpose"
-01589045 00 s 02 greathearted 0 magnanimous 0 002 & 01588172 a 0000 + 04870340 n 0203 | noble and generous in spirit; "a greathearted general"; "a magnanimous conqueror"
-01589217 00 a 01 ignoble 1 008 ^ 00904548 a 0000 ^ 00264776 a 0000 ^ 01227137 a 0000 = 04870340 n 0000 + 04873804 n 0101 ! 01588172 a 0101 & 01589650 a 0000 & 01590044 a 0000 | completely lacking nobility in character or quality or purpose; "something cowardly and ignoble in his attitude"; "I think it a less evil that some criminals should escape than that the government should play an ignoble part"- Oliver Wendell Holmes, Jr.
-01589650 00 s 03 base 0 mean 0 meanspirited 0 003 & 01589217 a 0000 + 04845684 n 0202 + 04807971 n 0101 | having or showing an ignoble lack of honor or morality; "that liberal obedience without which your army would be a base rabble"- Edmund Burke; "taking a mean advantage"; "chok'd with ambition of the meaner sort"- Shakespeare; "something essentially vulgar and meanspirited in politics"
-01590044 00 s 01 currish 0 001 & 01589217 a 0000 | base and cowardly
-01590115 00 a 01 noble 2 012 + 14432032 n 0101 + 08388207 n 0101 ! 01592642 a 0101 & 01590484 a 0000 & 01591050 a 0000 & 01591227 a 0000 & 01591394 a 0000 & 01591699 a 0000 & 01591895 a 0000 & 01592108 a 0000 & 01592262 a 0000 & 01592509 a 0000 | of or belonging to or constituting the hereditary aristocracy especially as derived from feudal times; "of noble birth"
-01590484 00 s 06 aristocratic 1 aristocratical 0 blue 0 blue-blooded 0 gentle 0 patrician 0 007 & 01590115 a 0000 + 10407105 n 0601 + 09807754 n 0603 + 04813540 n 0503 + 09807754 n 0201 + 08387213 n 0102 + 08388207 n 0102 | belonging to or characteristic of the nobility or aristocracy; "an aristocratic family"; "aristocratic Bostonians"; "aristocratic government"; "a blue family"; "blue blood"; "the blue-blooded aristocracy"; "of gentle blood"; "patrician landholders of the American South"; "aristocratic bearing"; "aristocratic features"; "patrician tastes"
-01591050 00 s 03 august 0 grand 0 lordly 0 003 & 01590115 a 0000 + 10271677 n 0301 + 04910684 n 0302 | of or befitting a lord; "heir to a lordly fortune"; "of august lineage"
-01591227 00 s 03 coroneted 0 highborn 0 titled 0 001 & 01590115 a 0000 | belonging to the peerage; "the princess and her coroneted companions"; "the titled classes"
-01591394 00 s 05 imperial 0 majestic 0 purple 0 regal 0 royal 2 003 & 01590115 a 0000 + 14432271 n 0301 + 10053004 n 0101 | belonging to or befitting a supreme ruler; "golden age of imperial splendor"; "purple tyrant"; "regal attire"; "treated with royal acclaim"; "the royal carriage of a stag's head"
-01591699 00 s 02 kingly 0 kinglike 1 002 & 01590115 a 0000 + 10231515 n 0101 | having the rank of or resembling or befitting a king; "symbolizing kingly power"; "the murder of his kingly guest"
-01591895 00 s 02 monarchal 0 monarchical 0 003 & 01590115 a 0000 + 10628644 n 0203 + 10628644 n 0103 | having the characteristics of or befitting or worthy of a monarch; "monarchical gestures"; "monarchal pomp"
-01592108 00 s 01 princely 0 002 & 01590115 a 0000 + 10472799 n 0101 | having the rank of or befitting a prince; "a princely bearing"; "princely manner"
-01592262 00 s 02 queenly 0 queenlike 0 003 & 01590115 a 0000 + 10499857 n 0101 + 10499355 n 0101 | having the rank of or resembling or befitting a queen; "queenly propriety"; "clad in her queenly raiment"; "Rosetti's queenly portraits of women"
-01592509 00 s 01 royal 0 001 & 01590115 a 0000 | being of the rank of a monarch; "of royal ancestry"; "princes of the blood royal"
-01592642 00 a 01 lowborn 0 005 ^ 00259568 a 0000 ! 01590115 a 0101 & 01592857 a 0000 & 01593079 a 0000 & 01593480 a 0000 | of humble birth or origins; "a topsy-turvy society of lowborn rich and blue-blooded poor"
-01592857 00 s 04 base 0 baseborn 0 humble 0 lowly 0 002 & 01592642 a 0000 + 14436438 n 0301 | of low birth or station (`base' is archaic in this sense); "baseborn wretches with dirty faces"; "of humble (or lowly) birth"
-01593079 00 s 04 common 0 plebeian 0 vulgar 0 unwashed 0 006 & 01592642 a 0000 + 00970215 v 0303 + 10441251 n 0201 + 10441251 n 0202 + 04764741 n 0102 + 08181930 n 0102 | of or associated with the great masses of people; "the common people in those days suffered greatly"; "behavior that branded him as common"; "his square plebeian nose"; "a vulgar and objectionable person"; "the unwashed masses"
-01593480 00 s 03 ignoble 0 ungentle 0 untitled 0 002 & 01592642 a 0000 + 04873804 n 0101 | not of the nobility; "of ignoble (or ungentle) birth"; "untitled civilians"
-01593649 00 a 01 normal 1 011 ^ 02073443 a 0000 ^ 02295998 a 0000 = 14500908 n 0000 + 04714058 n 0101 ! 01595596 a 0101 & 01594146 a 0000 & 01594472 a 0000 & 01594811 a 0000 & 01595050 a 0000 & 01595312 a 0000 & 01595440 a 0000 | conforming with or constituting a norm or standard or level or type or social norm; not abnormal; "serve wine at normal room temperature"; "normal diplomatic relations"; "normal working hours"; "normal word order"; "normal curiosity"; "the normal course of events"
-01594146 00 s 02 average 2 mean(a) 0 005 & 01593649 a 0000 ;c 06018465 n 0000 + 06023969 n 0201 + 06021761 n 0101 + 14501172 n 0101 | approximating the statistical norm or average or expected value; "the average income in New England is below that of the nation"; "of average height for his age"; "the mean annual rainfall"
-01594472 00 s 02 median(a) 0 average 1 003 & 01593649 a 0000 ;c 06018465 n 0000 + 06023821 n 0101 | relating to or constituting the middle value of an ordered set of values (or the average of the middle two in a set with an even number of values); "the median value of 17, 20, and 36 is 20"; "the median income for the year was $15,000"
-01594811 00 s 02 modal(a) 0 average 3 003 & 01593649 a 0000 ;c 06018465 n 0000 + 06023675 n 0101 | relating to or constituting the most frequent value in a distribution; "the modal age at which American novelists reach their peak is 30"
-01595050 00 s 01 natural 0 002 & 01593649 a 0000 ;c 06037666 n 0000 | functioning or occurring in a normal way; lacking abnormalities or deficiencies; "it's the natural thing to happen"; "natural immunity"; "a grandparent's natural affection for a grandchild"
-01595312 00 s 01 regular 0 002 & 01593649 a 0000 + 04767347 n 0101 | not deviating from what is normal; "her regular bedtime"
-01595440 00 s 01 typical 0 002 & 01593649 a 0000 + 14501545 n 0101 | conforming to a type; "the typical (or normal) American"; "typical teenage behavior"
-01595596 00 a 02 abnormal 0 unnatural 3 016 ^ 02074092 a 0000 = 14500908 n 0000 + 14501726 n 0101 + 00737188 n 0101 ! 01593649 a 0101 & 01596122 a 0000 & 01596455 a 0000 & 01596674 a 0000 & 01596809 a 0000 & 01597105 a 0000 & 01597240 a 0000 & 01597387 a 0000 & 01597509 a 0000 & 01597702 a 0000 & 01597928 a 0000 & 01598125 a 0000 | not normal; not typical or usual or regular or conforming to a norm; "abnormal powers of concentration"; "abnormal amounts of rain"; "abnormal circumstances"; "an abnormal interest in food"
-01596122 00 s 03 aberrant 0 deviant 0 deviate 0 011 & 01595596 a 0000 + 02661252 v 0301 + 14503665 n 0304 + 00737399 n 0302 + 10419047 n 0202 + 02661252 v 0201 + 14503665 n 0204 + 00737399 n 0202 + 09755893 n 0101 + 14503665 n 0102 + 14503665 n 0101 | markedly different from an accepted norm; "aberrant behavior"; "deviant ideas"
-01596455 00 s 01 anomalous 0 004 & 01595596 a 0000 + 14505821 n 0101 + 09606527 n 0101 + 14505821 n 0102 | deviating from the general or common order or type; "advanced forms of life may be anomalous in the universe"
-01596674 00 s 01 antidromic 0 002 & 01595596 a 0000 ;c 06080522 n 0000 | conducting nerve impulses in a direction opposite to normal
-01596809 00 s 02 atypical 0 irregular 0 003 & 01595596 a 0000 + 00737188 n 0202 + 14503060 n 0101 | deviating from normal expectations; somewhat odd, strange, or abnormal; "these days large families are atypical"; "atypical clinical findings"; "atypical pneumonia"; "highly irregular behavior"
-01597105 00 s 02 brachydactylic 0 brachydactylous 0 002 & 01595596 a 0000 + 14092114 n 0101 | having abnormally short finger or toes
-01597240 00 s 01 defective 0 001 & 01595596 a 0000 | markedly subnormal in structure or function or intelligence or behavior; "defective speech"
-01597387 00 s 01 freakish 0 002 & 01595596 a 0000 + 04798185 n 0102 | characteristic of a freak; "a freakish extra toe"
-01597509 00 s 02 kinky 0 perverted 0 002 & 01595596 a 0000 + 10236842 n 0101 | (used of sexual behavior) showing or appealing to bizarre or deviant tastes; "kinky sex"; "perverted practices"
-01597702 00 s 01 subnormal 0 005 & 01595596 a 0000 ;c 06018465 n 0000 + 10669876 n 0101 + 14505667 n 0101 + 05646218 n 0105 | below normal or average; "after the floods the harvests were subnormal"; "subnormal intelligence"
-01597928 00 s 01 supernormal 0 002 & 01595596 a 0000 ;c 06018465 n 0000 | exceeding the normal or average; "years of supernormal employment during the war"; "a phase of supernormal excitability"
-01598125 00 s 01 vicarious 0 002 & 01595596 a 0000 ;c 06043075 n 0000 | occurring in an abnormal part of the body instead of the usual site involved in that function; "vicarious menstruation"
-01598319 00 a 01 normal 3 003 ;c 06136258 n 0000 + 14500908 n 0101 ! 01598592 a 0101 | being approximately average or within certain limits in e.g. intelligence and development; "a perfectly normal child"; "of normal intelligence"; "the most normal person I've ever met"
-01598592 00 a 01 abnormal 3 004 ;c 06136258 n 0000 + 05646535 n 0101 ! 01598319 a 0101 & 01598859 a 0000 | departing from the normal in e.g. intelligence and development; "they were heartbroken when they learned their child was abnormal"; "an abnormal personality"
-01598859 00 s 01 exceptional(a) 0 002 & 01598592 a 0000 ;c 06136258 n 0000 | deviating widely from a norm of physical or mental ability; used especially of children below normal in intelligence; "special educational provisions for exceptional children"
-01599114 00 a 01 hypertensive 0 002 ! 01599228 a 0101 ! 01599340 a 0101 | having abnormally high blood pressure
-01599228 00 a 01 hypotensive 0 002 ! 01599340 a 0101 ! 01599114 a 0101 | having abnormally low blood pressure
-01599340 00 a 01 normotensive 0 002 ! 01599114 a 0101 ! 01599228 a 0101 | having normal blood pressure
-01599445 00 a 01 normal 2 001 ! 01599532 a 0101 | in accordance with scientific laws
-01599532 00 a 01 paranormal 0 007 ^ 02108827 a 0000 ^ 01570470 a 0000 ! 01599445 a 0101 & 01599782 a 0000 & 01599898 a 0000 & 01600041 a 0000 & 01600174 a 0000 | not in accordance with scientific laws; "what seemed to be paranormal manifestations"
-01599782 00 s 01 parapsychological 0 002 & 01599532 a 0000 + 07256375 n 0103 | beyond normal physical explanation
-01599898 00 s 02 psychic 0 psychical 0 002 & 01599532 a 0000 + 10488309 n 0101 | outside the sphere of physical science; "psychic phenomena"
-01600041 00 s 01 psychokinetic 0 002 & 01599532 a 0000 + 07257045 n 0102 | moving an object without apparent use of physical means
-01600174 00 s 02 supernormal 0 supranormal 0 001 & 01599532 a 0000 | beyond the range of the normal or scientifically explainable; "supernormal intimations"
-01600333 00 a 01 north 0 013 = 08561081 n 0000 ! 01602330 a 0101 & 01600713 a 0000 & 01600888 a 0000 & 01601069 a 0000 & 01601297 a 0000 & 01601462 a 0000 & 01601592 a 0000 & 01601763 a 0000 & 01601901 a 0000 & 01601981 a 0000 & 01602112 a 0000 & 01602250 a 0000 | situated in or facing or moving toward or coming from the north; "artists like north light"; "the north portico"
-01600713 00 s 02 northbound 0 northward 0 001 & 01600333 a 0000 | moving toward the north; "the northbound lane"; "we took the north train"; "the northward flow of traffic"
-01600888 00 s 01 north-central 0 001 & 01600333 a 0000 | situated in the northern part of a centrally located area in some geographical region; "the north-central part of Russia"
-01601069 00 s 02 northerly 1 northern 1 003 & 01600333 a 0000 + 05079180 n 0201 + 11487950 n 0103 | coming from the north; used especially of wind; "the north wind doth blow"; "a northern snowstorm"; "the winds are northerly"
-01601297 00 s 02 northerly 2 northern 2 001 & 01600333 a 0000 | situated in or oriented toward the north; "the northern suburbs"; "going in a northerly direction"
-01601462 00 s 02 northernmost 0 northmost 0 001 & 01600333 a 0000 | situated farthest north; "Alaska is our northernmost state"
-01601592 00 s 03 northeastern 0 northeasterly 1 northeast 1 001 & 01600333 a 0000 | situated in or oriented toward the northeast; "the northeasterly part of the island"
-01601763 00 s 02 northeasterly 2 northeast 2 002 & 01600333 a 0000 + 11462951 n 0101 | coming from the northeast; "northeasterly winds"
-01601901 00 s 01 northeastward 0 001 & 01600333 a 0000 | toward the northeast
-01601981 00 s 03 northwestern 0 northwesterly 1 northwest 1 001 & 01600333 a 0000 | situated in or oriented toward the northwest
-01602112 00 s 02 northwesterly 2 northwest 2 002 & 01600333 a 0000 + 11448475 n 0102 | coming from the northwest; "northwesterly winds"
-01602250 00 s 01 northwestward 0 001 & 01600333 a 0000 | toward the northwest
-01602330 00 a 01 south 0 013 = 09050244 n 0000 ! 01600333 a 0101 & 01602683 a 0000 & 01602797 a 0000 & 01602966 a 0000 & 01603179 a 0000 & 01603354 a 0000 & 01603518 a 0000 & 01603649 a 0000 & 01603789 a 0000 & 01603869 a 0000 & 01604000 a 0000 & 01604146 a 0000 | situated in or facing or moving toward or coming from the south; "the south entrance"
-01602683 00 s 02 southbound 0 southward 0 001 & 01602330 a 0000 | moving toward the south; "a southbound train"
-01602797 00 s 01 south-central 0 001 & 01602330 a 0000 | situated in the southern part of a centrally located area in some geographical region; "south-central London"
-01602966 00 s 02 southerly 1 southern 1 003 & 01602330 a 0000 + 05079309 n 0201 + 11511405 n 0102 | from the south; used especially of wind; "a hot southerly wind"; "southern breezes"; "the winds are southerly"
-01603179 00 s 02 southerly 2 southern 2 002 & 01602330 a 0000 + 05079309 n 0201 | situated in or oriented toward the south; "a southern exposure"; "took a southerly course"
-01603354 00 s 02 southernmost 0 southmost 0 001 & 01602330 a 0000 | situated farthest south; "Key West is the southernmost city in the continental United States"
-01603518 00 s 03 southeast 1 southeastern 0 southeasterly 1 001 & 01602330 a 0000 | situated in or oriented toward the southeast
-01603649 00 s 02 southeasterly 2 southeast 2 002 & 01602330 a 0000 + 11448714 n 0101 | coming from the southeast; "southeasterly breezes"
-01603789 00 s 01 southeastward 0 001 & 01602330 a 0000 | toward the southeast
-01603869 00 s 03 southwest 1 southwestern 0 southwesterly 1 001 & 01602330 a 0000 | situated in or oriented toward the southwest
-01604000 00 s 02 southwesterly 2 southwest 2 002 & 01602330 a 0000 + 11448593 n 0101 | coming from the southwest; "the winds are southwesterly"
-01604146 00 s 01 southwestward 0 001 & 01602330 a 0000 | toward the southwest
-01604226 00 a 01 northern 1 005 = 08561081 n 0000 ! 01605081 a 0101 & 01604453 a 0000 & 01604566 a 0000 & 01604945 a 0000 | situated in or coming from regions of the north; "the northern hemisphere"; "northern autumn colors"
-01604453 00 s 02 boreal 0 circumboreal 0 001 & 01604226 a 0000 | comprising or throughout far northern regions
-01604566 00 s 01 north-central 0 001 & 01604226 a 0000 | being in or of a region of the United States generally including states of the upper Mississippi valley and Great Lakes region lying north of the Ohio River and the southern boundaries of Kansas and Missouri and between the western boundary of Pennsylvania and the eastern boundaries of Montana and Wyoming and Colorado
-01604945 00 s 01 septrional 0 001 & 01604226 a 0000 | of northern regions; from the seven stars (or seven plowing oxen) of Ursa Major
-01605081 00 a 01 southern 1 006 = 08561583 n 0000 + 05079309 n 0101 ! 01604226 a 0101 & 01605327 a 0000 & 01605445 a 0000 & 01605569 a 0000 | situated in or coming from regions of the south; "the southern hemisphere"; "southern constellations"
-01605327 00 s 01 austral 0 001 & 01605081 a 0000 | of the south or coming from the south; "sailed the austral seas"
-01605445 00 s 01 meridional 0 001 & 01605081 a 0000 | located in the south or characteristic of southern people or places
-01605569 00 s 01 south-central 0 001 & 01605081 a 0000 | being in or of a region of the United States including the states of the lower Mississippi valley and east of the Rio Grande
-01605753 00 a 01 northern 2 006 = 09052314 n 0000 = 09052652 n 0000 ! 01606648 a 0101 & 01606058 a 0000 & 01606214 a 0000 & 01606470 a 0000 | in or characteristic of a region of the United States north of (approximately) the Mason-Dixon line; "Northern liberals"; "northern industry"; "northern cities"
-01606058 00 s 01 blue 0 001 & 01605753 a 0000 | used to signify the Union forces in the American Civil War (who wore blue uniforms); "a ragged blue line"
-01606214 00 s 02 Union 0 Federal 0 002 & 01605753 a 0000 + 10373639 n 0201 | being of or having to do with the northern United States and those loyal to the Union during the American Civil War; "Union soldiers"; "Federal forces"; "a Federal infantryman"
-01606470 00 s 01 Yankee 0 002 & 01605753 a 0000 + 10802283 n 0101 | used by Southerners for an inhabitant of a northern state in the United States (especially a Union soldier)
-01606648 00 a 01 southern 2 005 = 09050730 n 0000 = 09050244 n 0000 ! 01605753 a 0101 & 01606942 a 0000 & 01607120 a 0000 | in or characteristic of a region of the United States south of (approximately) the Mason-Dixon line; "southern hospitality"; "southern cooking"; "southern plantations"
-01606942 00 s 01 Confederate 0 002 & 01606648 a 0000 + 09953615 n 0101 | of or having to do with the southern Confederacy during the American Civil War; "Confederate soldiers"
-01607120 00 s 02 grey 0 gray 0 001 & 01606648 a 0000 | used to signify the Confederate forces in the American Civil War (who wore grey uniforms); "a stalwart grey figure"
-01607293 00 a 01 nosed 0 005 ! 01607909 a 0101 & 01607492 a 0000 & 01607572 a 0000 & 01607744 a 0000 & 01607831 a 0000 | having a nose (either literal or metaphoric) especially of a specified kind
-01607492 00 s 01 hook-nosed 0 001 & 01607293 a 0000 | having an aquiline nose
-01607572 00 s 04 pug-nosed 0 pug-nose 0 short-nosed 0 snub-nosed 0 001 & 01607293 a 0000 | having a blunt nose; "a pug-nosed boy with freckles"; "a snub-nosed automatic"
-01607744 00 s 01 sharp-nosed 0 001 & 01607293 a 0000 | having a sharply pointed nose
-01607831 00 s 01 tube-nosed 0 001 & 01607293 a 0000 | having a tubular nose
-01607909 00 a 01 noseless 0 001 ! 01607293 a 0101 | having no nose
-01607978 00 a 01 noticed 0 002 ! 01608264 a 0101 & 01608127 a 0000 | being perceived or observed; "an easily noticed effect on the rate of growth"
-01608127 00 s 01 detected 0 001 & 01607978 a 0000 | perceived with the mind; "he winced at the detected flicker of irony in her voice"
-01608264 00 a 01 unnoticed 0 006 ! 01607978 a 0101 & 01608465 a 0000 & 01608656 a 0000 & 01608848 a 0000 & 01608997 a 0000 & 01609101 a 0000 | not noticed; "hoped his departure had passed unnoticed"
-01608465 00 s 02 disregarded 0 forgotten 0 001 & 01608264 a 0000 | not noticed inadvertently; "her aching muscles forgotten she danced all night"; "he was scolded for his forgotten chores"
-01608656 00 s 03 ignored 0 neglected 0 unheeded 0 001 & 01608264 a 0000 | disregarded; "his cries were unheeded"; "Shaw's neglected one-act comedy, `A Village Wooing'"; "her ignored advice"
-01608848 00 s 03 overlooked 0 unmarked 0 unnoted 0 001 & 01608264 a 0000 | not taken into account; "his retirement was not allowed to go unmarked"
-01608997 00 s 01 unobserved 0 001 & 01608264 a 0000 | not observed; "managed to slip away unobserved"
-01609101 00 s 02 unperceived 0 unremarked 0 001 & 01608264 a 0000 | not perceived or commented on
-01609201 00 a 01 detected 0 004 ! 01609900 a 0101 & 01609373 a 0000 & 01609501 a 0000 & 01609762 a 0000 | perceived or discerned; "the detected micrometeoritic material"
-01609373 00 s 01 perceived 1 001 & 01609201 a 0000 | detected by means of the senses; "a perceived difference in temperature"
-01609501 00 s 02 sensed 0 perceived 2 001 & 01609201 a 0000 | detected by instinct or inference rather than by recognized perceptual cues; "the felt presence of an intruder"; "a sensed presence in the room raised goosebumps on her arms"; "a perceived threat"
-01609762 00 s 01 heard 0 001 & 01609201 a 0000 | detected or perceived by the sense of hearing; "a conversation heard through the wall"
-01609900 00 a 01 undetected 0 003 ! 01609201 a 0101 & 01610126 a 0000 & 01610261 a 0000 | not perceived or discerned; "they feared some undetected trace of poison"; "she looked around to be sure her faux pas was undetected"
-01610126 00 s 01 undiscovered 0 001 & 01609900 a 0000 | not discovered; "with earth-based telescopes many stars remain undiscovered"
-01610261 00 s 02 unobserved 0 unseen 0 001 & 01609900 a 0000 | not observed
-01610339 00 a 01 determined 0 002 ! 01610803 a 0101 & 01610484 a 0000 | having been learned or found or determined especially by investigation
-01610484 00 s 03 ascertained 0 discovered 0 observed 0 001 & 01610339 a 0000 | discovered or determined by scientific observation; "variation in the ascertained flux depends on a number of factors"; "the discovered behavior norms"; "discovered differences in achievement"; "no explanation for the observed phenomena"
-01610803 00 a 01 undetermined 0 002 ! 01610339 a 0101 & 01610952 a 0000 | not yet having been ascertained or determined; "of undetermined species"
-01610952 00 s 01 unexplained 0 001 & 01610803 a 0000 | not explained; "accomplished by some unexplained process"
-01611067 00 a 01 noxious 0 008 ^ 01160031 a 0000 ^ 02449430 a 0000 ^ 02559180 a 0000 + 04790774 n 0103 ! 01611839 a 0101 & 01611329 a 0000 & 01611490 a 0000 & 01611683 a 0000 | injurious to physical or mental health; "noxious chemical wastes"; "noxious ideas"
-01611329 00 s 04 baneful 0 deadly 0 pernicious 0 pestilent 0 004 & 01611067 a 0000 + 05693669 n 0401 + 04790942 n 0301 + 04791081 n 0201 | exceedingly harmful
-01611490 00 s 02 corrupting 0 degrading 0 001 & 01611067 a 0000 | harmful to the mind or morals; "corrupt judges and their corrupting influence"; "the vicious and degrading cult of violence"
-01611683 00 s 02 vesicatory 0 vesicant 0 005 & 01611067 a 0000 + 15112239 n 0201 + 00379774 v 0202 + 15112239 n 0102 + 00379774 v 0102 | causing blisters
-01611839 00 a 01 innocuous 0 003 ^ 01159655 a 0000 ! 01611067 a 0101 & 01611973 a 0000 | not injurious to physical or mental health
-01611973 00 s 01 innoxious 0 001 & 01611839 a 0000 | having no adverse effect
-01612053 00 a 01 obedient 0 016 ^ 00696518 a 0000 ^ 02328659 a 0000 ^ 01123148 a 0000 ^ 01474513 a 0000 ^ 00788821 a 0000 ^ 02451113 a 0000 = 04906273 n 0000 + 04906273 n 0101 + 01132864 n 0101 + 01167146 n 0101 + 02542795 v 0101 ! 01613463 a 0101 & 01612627 a 0000 & 01612878 a 0000 & 01613047 a 0000 & 01613309 a 0000 | dutifully complying with the commands or instructions of those in authority; "an obedient soldier"; "obedient children"; "a little man obedient to his wife"; "the obedient colonies...are heavily taxed; the refractory remain unburdened"- Edmund Burke
-01612627 00 s 02 acquiescent 0 biddable 0 005 & 01612053 a 0000 + 00759657 v 0201 + 00793580 v 0202 + 07175575 n 0102 + 00804139 v 0103 | willing to carry out the orders or wishes of another without protest; "too acquiescent to challenge authority"
-01612878 00 s 01 conformable 0 001 & 01612053 a 0000 | quick to comply; "I have been to you a true and humble wife, at all times to your will conformable"-Shakespeare
-01613047 00 s 02 dutiful 0 duteous 0 004 & 01612053 a 0000 + 00719494 n 0201 + 01129920 n 0201 + 04827392 n 0101 | willingly obedient out of a sense of duty and respect; "a dutiful child"; "a dutiful citizen"; "Patient Griselda was a chaste and duteous wife";
-01613309 00 s 01 Y2K_compliant 0 001 & 01612053 a 0000 | prepared to accurately process date and time data between and into the 20th and 21st centuries
-01613463 00 a 01 disobedient 0 014 ^ 01125429 a 0000 ^ 00695523 a 0000 ^ 00635456 a 0000 ^ 02451951 a 0000 ^ 02326695 a 0000 ^ 01475282 a 0000 = 04906273 n 0000 + 01179707 n 0101 + 02543181 v 0101 ! 01612053 a 0101 & 01613839 a 0000 & 01614127 a 0000 & 01614372 a 0000 & 01614558 a 0000 | not obeying or complying with commands of those in authority; "disobedient children"
-01613839 00 s 04 contrary 0 obstinate 0 perverse 0 wayward 0 004 & 01613463 a 0000 + 04909018 n 0303 + 04909018 n 0302 + 04909018 n 0101 | resistant to guidance or discipline; "Mary Mary quite contrary"; "an obstinate child with a violent temper"; "a perverse mood"; "wayward behavior"
-01614127 00 s 03 fractious 0 refractory 0 recalcitrant 0 003 & 01613463 a 0000 + 04907575 n 0201 + 04908396 n 0102 | stubbornly resistant to authority or control; "a fractious animal that would not submit to the harness"; "a refractory child"
-01614372 00 s 05 froward 0 headstrong 0 self-willed 0 willful 0 wilful 0 003 & 01613463 a 0000 + 04908396 n 0504 + 04908396 n 0403 | habitually disposed to disobedience and opposition
-01614558 00 s 01 recusant 0 004 & 01613463 a 0000 + 00972867 v 0101 + 09957834 n 0102 + 01243453 n 0101 | refusing to submit to authority; "the recusant electors...cooperated in electing a new Senate"- Mary W.Williams
-01614778 00 a 02 obtrusive 0 noticeable 4 003 + 04706290 n 0203 + 04707110 n 0101 ! 01614988 a 0101 | undesirably noticeable; "the obtrusive behavior of a spoiled child"; "equally obtrusive was the graffiti"
-01614988 00 a 02 unobtrusive 0 unnoticeable 4 003 + 04707808 n 0201 + 04707964 n 0101 ! 01614778 a 0101 | not obtrusive or undesirably noticeable; "a quiet, unobtrusive life of self-denial"
-01615180 00 a 02 objective 0 nonsubjective 4 006 + 04892344 n 0101 + 04892344 n 0102 ! 01615925 a 0101 & 01615460 a 0000 & 01615625 a 0000 & 01615785 a 0000 | undistorted by emotion or personal bias; based on observable phenomena; "an objective appraisal"; "objective evidence"
-01615460 00 s 01 clinical 0 001 & 01615180 a 0000 | scientifically detached; unemotional; "he spoke in the clipped clinical monotones typical of police testimony"
-01615625 00 s 02 impersonal 0 neutral 0 002 & 01615180 a 0000 + 06205018 n 0202 | having no personal preference; "impersonal criticism"; "a neutral observer"
-01615785 00 s 01 verifiable 0 002 & 01615180 a 0000 + 00664483 v 0101 | capable of being verified; "a verifiable account of the incident"
-01615925 00 a 01 subjective 0 006 + 04892544 n 0102 + 04892544 n 0101 ! 01615180 a 0101 & 01616157 a 0000 & 01616244 a 0000 & 01616350 a 0000 | taking place within the mind and modified by individual bias; "a subjective judgment"
-01616157 00 s 01 personal 0 001 & 01615925 a 0000 | particular to a given individual
-01616244 00 s 01 prejudiced 0 001 & 01615925 a 0000 | emanating from a person's emotions and prejudices
-01616350 00 s 02 unobjective 0 unverifiable 0 001 & 01615925 a 0000 | (of e.g. evidence) not objective or easily verified
-01616474 00 a 01 obligated(p) 0 008 ^ 01996377 a 0000 ! 01617502 a 0101 & 01616798 a 0000 & 01616891 a 0000 & 01617004 a 0000 & 01617144 a 0000 & 01617255 a 0000 & 01617410 a 0000 | caused by law or conscience to follow a certain course; "felt obligated to repay the kindness"; "was obligated to pay off the student loan"
-01616798 00 s 01 beholden(p) 0 001 & 01616474 a 0000 | under a moral obligation to someone
-01616891 00 s 02 duty-bound(p) 0 obliged(p) 0 001 & 01616474 a 0000 | under a moral obligation to do something
-01617004 00 s 01 indebted(p) 1 002 & 01616474 a 0000 + 13782033 n 0102 | owing gratitude or recognition to another for help or favors etc
-01617144 00 s 01 indebted(p) 2 002 & 01616474 a 0000 + 14490319 n 0101 | under a legal obligation to someone
-01617255 00 s 01 supposed(p) 0 001 & 01616474 a 0000 | required or under orders; "I'm supposed to be there at ten"; "he was supposed to go to the store"
-01617410 00 s 01 tributary 0 001 & 01616474 a 0000 | paying tribute; "a tributary colony"
-01617502 00 a 01 unobligated 0 002 ! 01616474 a 0101 & 01617591 a 0000 | not obligated
-01617591 00 s 01 unbeholden(p) 0 001 & 01617502 a 0000 | free of moral obligation
-01617675 00 a 01 obligate 0 002 ;c 06037666 n 0000 ! 01617859 a 0101 | restricted to a particular condition of life; "an obligate anaerobe can survive only in the absence of oxygen"
-01617859 00 a 01 facultative 0 002 ;c 06037666 n 0000 ! 01617675 a 0101 | able to exist under more than one set of conditions; "a facultative parasite can exist as a parasite or a saprophyte"
-01618053 00 a 01 obvious 0 012 ^ 01704761 a 0000 = 04706290 n 0000 + 04706290 n 0101 ! 01620052 a 0101 & 01618376 a 0000 & 01618895 a 0000 & 01619105 a 0000 & 01619379 a 0000 & 01619475 a 0000 & 01619604 a 0000 & 01619689 a 0000 & 01619880 a 0000 | easily perceived by the senses or grasped by the mind; "obvious errors"
-01618376 00 s 06 apparent 0 evident 0 manifest 0 patent 0 plain 0 unmistakable 0 008 & 01618053 a 0000 + 04821615 n 0503 + 04706290 n 0404 + 05823932 n 0201 + 04706727 n 0102 + 02134672 v 0101 + 00422090 v 0101 + 04706727 n 0101 | clearly revealed to the mind or the senses or judgment; "the effects of the drought are apparent to anyone who sees the parched fields"; "evident hostility"; "manifest disapproval"; "patent advantages"; "made his meaning plain"; "it is plain that he is no reactionary"; "in plain view"
-01618895 00 s 03 axiomatic 0 self-evident 0 taken_for_granted(p) 0 002 & 01618053 a 0000 + 06753550 n 0101 | evident without proof or argument; "an axiomatic truth"; "we hold these truths to be self-evident"
-01619105 00 s 02 demonstrable 0 provable 0 003 & 01618053 a 0000 + 04755466 n 0202 + 04755466 n 0101 | capable of being demonstrated or proved; "obvious lies"; "a demonstrable lack of concern for the general welfare"; "practical truth provable to all men"- Walter Bagehot
-01619379 00 s 01 frank 0 001 & 01618053 a 0000 | clearly manifest; evident; "frank enjoyment"
-01619475 00 s 01 open-and-shut 0 001 & 01618053 a 0000 | so obvious as to be easily solved or decided; "an open-and-shut case"
-01619604 00 s 01 self-explanatory 0 001 & 01618053 a 0000 | needing no explanation
-01619689 00 s 01 transparent 0 002 & 01618053 a 0000 + 04702127 n 0101 | easily understood or seen through (because of a lack of subtlety); "a transparent explanation"; "a transparent lie"
-01619880 00 s 01 writ_large 0 001 & 01618053 a 0000 | made more obvious or prominent; "the effect of...his irregular life could be seen writ large on his gaunt features"
-01620052 00 a 01 unobvious 0 004 = 04706290 n 0000 ! 01618053 a 0101 & 01620286 a 0000 & 01620401 a 0000 | not immediately apparent; "in mathematical science connections are exhibited which...are extremely unobvious"- A.N.Whitehead
-01620286 00 s 01 unapparent 0 001 & 01620052 a 0000 | not readily apparent; "the answer was at first unapparent"
-01620401 00 s 01 unprovable 0 001 & 01620052 a 0000 | not provable; "it was both unproved and unprovable"
-01620509 00 a 01 obstructed 0 011 ^ 01653538 a 0000 ! 01622302 a 0101 & 01620893 a 0000 & 01621080 a 0000 & 01621268 a 0000 & 01621424 a 0000 & 01621680 a 0000 & 01621807 a 0000 & 01621894 a 0000 & 01622033 a 0000 & 01622188 a 0000 | shut off to passage or view or hindered from action; "a partially obstructed passageway"; "an obstructed view"; "justice obstructed is not justice"
-01620893 00 s 03 barricaded 0 barred 0 blockaded 0 001 & 01620509 a 0000 | preventing entry or exit or a course of action; "a barricaded street"; "barred doors"; "the blockaded harbor"
-01621080 00 s 02 blocked 1 plugged 0 001 & 01620509 a 0000 | completely obstructed or closed off; "the storm was responsible for many blocked roads and bridges"; "the drain was plugged"
-01621268 00 s 02 choked 0 clogged 0 001 & 01620509 a 0000 | stopped up; clogged up; "clogged pipes"; "clogged up freeways"; "streets choked with traffic"
-01621424 00 s 02 deadlocked 0 stalemated 0 001 & 01620509 a 0000 | at a complete standstill because of opposition of two unrelenting forces or factions; "the chess game ended with white stalemated"; "the two factions are deadlocked over fringe benefits"
-01621680 00 s 01 impeded 0 001 & 01620509 a 0000 | made difficult or slow; "we blamed our impeded progress on lack of money"
-01621807 00 s 01 occluded 0 001 & 01620509 a 0000 | closed off; "an occluded artery"
-01621894 00 s 03 stopped 0 stopped-up(a) 0 stopped_up(p) 0 001 & 01620509 a 0000 | (of a nose) blocked; "a stopped (or stopped-up) nose"
-01622033 00 s 01 stuffy 0 002 & 01620509 a 0000 + 14321333 n 0101 | affected with a sensation of stoppage or obstruction; "a stuffy feeling in my chest"
-01622188 00 s 01 thrombosed 0 001 & 01620509 a 0000 | affected with or obstructed by a clot of coagulated blood
-01622302 00 a 01 unobstructed 0 005 ! 01620509 a 0101 & 01622505 a 0000 & 01622748 a 0000 & 01622908 a 0000 & 01623088 a 0000 | free from impediment or obstruction or hindrance; "an unobstructed view"
-01622505 00 s 02 clear 0 open 0 005 & 01622302 a 0000 + 08632423 n 0201 + 05083905 n 0201 + 08632423 n 0102 + 04701460 n 0102 | affording free passage or view; "a clear view"; "a clear path to victory"; "open waters"; "the open countryside"
-01622748 00 s 01 patent 0 002 & 01622302 a 0000 + 05084067 n 0101 | (of a bodily tube or passageway) open; affording free passage; "patent ductus arteriosus"
-01622908 00 s 01 unimpeded 0 001 & 01622302 a 0000 | not slowed or prevented; "a time of unimpeded growth"; "an unimpeded sweep of meadows and hills afforded a peaceful setting"
-01623088 00 s 01 unclogged 0 001 & 01622302 a 0000 | freed of obstructions; "an unclogged drain"
-01623187 00 a 01 occupied 0 003 ! 01623836 a 0101 & 01623360 a 0000 & 01623744 a 0000 | held or filled or in use; "she keeps her time well occupied"; "the wc is occupied"
-01623360 00 s 03 busy 0 engaged 0 in_use(p) 0 002 & 01623187 a 0000 + 14008050 n 0101 | (of facilities such as telephones or lavatories) unavailable for use by anyone else or indicating unavailability; (`engaged' is a British term for a busy telephone line); "her line is busy"; "receptionists' telephones are always engaged"; "the lavatory is in use"; "kept getting a busy signal"
-01623744 00 s 01 filled 0 001 & 01623187 a 0000 | (of time) taken up; "well-filled hours"
-01623836 00 a 01 unoccupied 0 003 ! 01623187 a 0101 & 01624010 a 0000 & 01624115 a 0000 | not held or filled or in use; "an unoccupied telephone booth"; "unoccupied hours"
-01624010 00 s 01 free 2 001 & 01623836 a 0000 | not occupied or in use; "a free locker"; "a free lane"
-01624115 00 s 02 spare 0 free 1 001 & 01623836 a 0000 | not taken up by scheduled activities; "a free hour between classes"; "spare time on my hands"
-01624267 00 a 01 occupied 2 001 ! 01624403 a 0101 | seized and controlled as by military invasion; "the occupied countries of Europe"
-01624403 00 a 01 unoccupied 2 002 ! 01624267 a 0101 & 01624533 a 0000 | not seized and controlled; "unoccupied areas of France"
-01624533 00 s 01 relinquished 0 001 & 01624403 a 0000 | that has been withdrawn or retreated from
-01624633 00 a 01 offensive 1 018 ^ 01131043 a 0000 ^ 01460421 a 0000 ^ 01716491 a 0000 ^ 01801600 a 0000 = 04780958 n 0000 + 04780958 n 0101 + 01810447 v 0102 ! 01627459 a 0101 & 01625063 a 0000 & 01625492 a 0000 & 01625760 a 0000 & 01625893 a 0000 & 01626440 a 0000 & 01626562 a 0000 & 01626874 a 0000 & 01627049 a 0000 & 01627166 a 0000 & 01627315 a 0000 | unpleasant or disgusting especially to the senses; "offensive odors"
-01625063 00 s 05 abhorrent 0 detestable 0 obscene 0 repugnant 0 repulsive 0 009 & 01624633 a 0000 + 04781349 n 0502 + 02194913 v 0504 + 01808769 v 0501 + 07503987 n 0401 + 07124340 n 0301 + 00738697 n 0301 + 07503430 n 0101 + 01774426 v 0101 | offensive to the mind; "an abhorrent deed"; "the obscene massacre at Wounded Knee"; "morally repugnant customs"; "repulsive behavior"; "the most repulsive character in recent novels"
-01625492 00 s 03 charnel 0 ghastly 0 sepulchral 0 002 & 01624633 a 0000 + 04782610 n 0201 | gruesomely indicative of death or the dead; "a charnel smell came from the chest filled with dead men's bones"; "ghastly shrieks"; "the sepulchral darkness of the catacombs"
-01625760 00 s 01 creepy 0 002 & 01624633 a 0000 + 09976917 n 0101 | annoying and unpleasant; "some creepy kids were bothering her"
-01625893 00 s 0d disgusting 0 disgustful 0 distasteful 0 foul 0 loathly 0 loathsome 0 repellent 0 repellant 0 repelling 0 revolting 0 skanky 0 wicked 0 yucky 0 010 & 01624633 a 0000 + 04781349 n 0c06 + 14856752 n 0b03 + 02194913 v 0804 + 01808769 v 0801 + 02194913 v 0704 + 01808769 v 0701 + 04781349 n 0601 + 04780958 n 0303 + 04996571 n 0101 | highly offensive; arousing aversion or disgust; "a disgusting smell"; "distasteful language"; "a loathsome disease"; "the idea of eating meat is repellent to me"; "revolting food"; "a wicked stench"
-01626440 00 s 02 ghoulish 0 morbid 0 001 & 01624633 a 0000 | suggesting the horror of death and decay; "morbid details"
-01626562 00 s 04 hideous 0 horrid 0 horrific 0 outrageous 0 004 & 01624633 a 0000 + 07306252 n 0402 + 04903247 n 0401 + 04782116 n 0203 | grossly offensive to decency or morality; causing horror; "subjected to outrageous cruelty"; "a hideous pattern of injustice"; "horrific conditions in the mining industry"
-01626874 00 s 02 objectionable 0 obnoxious 0 003 & 01624633 a 0000 + 04781755 n 0202 + 04781755 n 0103 | causing disapproval or protest; "a vulgar and objectionable person"
-01627049 00 s 01 rank 0 002 & 01624633 a 0000 + 04980656 n 0104 | very offensive in smell or taste; "a rank cigar"
-01627166 00 s 01 scrimy 0 001 & 01624633 a 0000 | dirty and disgusting; "worry about the gossip and secretiveness and other scrimy sides"- Al Hine
-01627315 00 s 01 verminous 0 003 & 01624633 a 0000 + 10748506 n 0101 + 01315980 n 0101 | of the nature of vermin; very offensive or repulsive
-01627459 00 a 01 inoffensive 1 003 = 04780958 n 0000 ! 01624633 a 0101 & 01627635 a 0000 | giving no offense; "a quiet inoffensive man"; "a refreshing inoffensive stimulant"
-01627635 00 s 02 innocuous 0 unobjectionable 0 001 & 01627459 a 0000 | not causing disapproval; "it was an innocuous remark"; "confined himself to innocuous generalities"; "unobjectionable behavior"
-01627836 00 a 02 savory 0 savoury 4 001 ! 01627965 a 0101 | morally wholesome or acceptable; "a past that was scarcely savory"
-01627965 00 a 03 unsavory 0 unsavoury 4 offensive 4 006 + 04780958 n 0301 + 02566528 v 0302 + 01810447 v 0302 + 04780605 n 0102 ! 01627836 a 0101 & 01628200 a 0000 | morally offensive; "an unsavory reputation"; "an unsavory scandal"
-01628200 00 s 01 odoriferous 0 001 & 01627965 a 0000 | morally offensive; "odoriferous legislation"
-01628302 00 a 01 offensive 2 008 ^ 01994602 a 0000 ^ 01160031 a 0000 = 04780958 n 0000 + 04780958 n 0101 + 01789270 v 0102 + 01793177 v 0105 ! 01628677 a 0101 & 01628531 a 0000 | causing anger or annoyance; "offensive remarks"
-01628531 00 s 03 abusive 0 opprobrious 0 scurrilous 0 003 & 01628302 a 0000 + 06721342 n 0301 + 00845299 v 0101 | expressing offensive reproach
-01628677 00 a 02 inoffensive 2 unoffending 2 003 = 04780958 n 0000 ! 01628302 a 0101 & 01628839 a 0000 | not causing anger or annoyance; "inoffensive behavior"
-01628839 00 s 02 offenseless 0 offenceless 0 001 & 01628677 a 0000 | incapable of offending or attacking
-01628946 00 a 01 offensive 3 009 ^ 00082241 a 0000 ^ 01244410 a 0000 ! 01630117 a 0101 & 01629212 a 0000 & 01629349 a 0000 & 01629493 a 0000 & 01629681 a 0000 & 01629832 a 0000 & 01630033 a 0000 | for the purpose of attack rather than defense; "offensive weapons"
-01629212 00 s 01 antipersonnel 0 001 & 01628946 a 0000 | designed to inflict death or personal injury rather than material destruction
-01629349 00 s 02 assaultive 0 attacking(a) 0 004 & 01628946 a 0000 + 02567519 v 0104 + 01120069 v 0102 + 00862683 v 0106 | disposed to attack
-01629493 00 s 02 hit-and-run 0 tip-and-run 0 001 & 01628946 a 0000 | designed for or consisting of a brief attack followed by a quick escape; "hit-and-run units"; "tip-and-run assaults"
-01629681 00 s 03 incursive 0 invading 0 invasive 0 002 & 01628946 a 0000 + 01126360 v 0301 | involving invasion or aggressive attack; "invasive war"
-01629832 00 s 03 marauding 0 predatory 0 raiding 0 001 & 01628946 a 0000 | characterized by plundering or pillaging or marauding; "bands of marauding Indians"; "predatory warfare"; "a raiding party"
-01630033 00 s 01 on_the_offensive(p) 0 001 & 01628946 a 0000 | actively attacking
-01630117 00 a 01 defensive 0 009 ^ 01887076 a 0000 + 01129876 v 0101 + 01127795 v 0101 ! 01628946 a 0101 & 01630439 a 0000 & 01630579 a 0000 & 01630673 a 0000 & 01630773 a 0000 & 01630939 a 0000 | intended or appropriate for defending against or deterring aggression or attack; "defensive weapons"; "a defensive stance"
-01630439 00 s 01 antiaircraft 0 002 & 01630117 a 0000 + 02715712 n 0101 | designed for defense from a surface position against air attack
-01630579 00 s 01 antisubmarine 0 001 & 01630117 a 0000 | defensive against enemy submarines
-01630673 00 s 01 antitank 0 001 & 01630117 a 0000 | designed for defense against armored vehicles
-01630773 00 s 01 defending 0 003 & 01630117 a 0000 ;c 00455599 n 0000 ;c 00523513 n 0000 | attempting to or designed to prevent an opponent from winning or scoring
-01630939 00 s 01 en_garde 0 001 & 01630117 a 0000 | (fencing) in a defensive stance
-01631025 00 a 01 offending 0 003 ! 01631703 a 0101 & 01631217 a 0000 & 01631386 a 0000 | offending against or breaking a law or rule; "contracts offending against the statute were canceled"
-01631217 00 s 01 sinning 0 001 & 01631025 a 0000 | transgressing a moral or divine law; "if it be a sin to covet honor, I am the most sinning soul alive"- Shakespeare
-01631386 00 s 02 offensive 0 violative 0 006 & 01631025 a 0000 + 02668523 v 0201 + 02568065 v 0204 + 02566528 v 0204 + 04780958 n 0101 + 02566528 v 0102 | violating or tending to violate or offend against; "violative of the principles of liberty"; "considered such depravity offensive against all laws of humanity"
-01631703 00 a 01 unoffending 0 001 ! 01631025 a 0101 | not offending; "an unoffending motorist should not have been stopped"
-01631830 00 a 02 apologetic 0 excusatory 0 006 + 00894738 v 0203 + 06740919 n 0101 + 06633363 n 0101 ! 01632411 a 0101 & 01632066 a 0000 & 01632314 a 0000 | offering or expressing apology; "an apologetic note"; "an apologetic manner"
-01632066 00 s 03 defensive 0 justificative 0 justificatory 0 007 & 01631830 a 0000 + 00894738 v 0304 + 00894738 v 0204 + 00896141 v 0201 + 06195249 n 0101 + 01091427 v 0105 + 01017643 v 0102 | attempting to justify or defend in speech or writing
-01632314 00 s 01 self-deprecating 0 001 & 01631830 a 0000 | conscious of your own shortcomings
-01632411 00 a 01 unapologetic 0 001 ! 01631830 a 0101 | unwilling to make or express an apology; "an unapologetic believer"
-01632537 00 a 01 official 0 008 ^ 00178575 a 0000 + 13945102 n 0101 ! 01633591 a 0101 & 01632808 a 0000 & 01632988 a 0000 & 01633153 a 0000 & 01633316 a 0000 & 01633490 a 0000 | having official authority or sanction; "official permission"; "an official representative"
-01632808 00 s 03 authoritative 0 authorized 0 authorised 0 001 & 01632537 a 0000 | sanctioned by established authority; "an authoritative communique"; "the authorized biography"
-01632988 00 s 01 ex_officio 0 001 & 01632537 a 0000 | by virtue of an office or position; "the head of the department serves as an ex officio member of the board"
-01633153 00 s 01 formal 0 002 & 01632537 a 0000 + 07455007 n 0101 | characteristic of or befitting a person in authority; "formal duties"; "an official banquet"
-01633316 00 s 02 formalized 0 formalised 0 001 & 01632537 a 0000 | given formal standing or endorsement; made official or legitimate by the observance of proper procedures
-01633490 00 s 01 semiofficial 0 001 & 01632537 a 0000 | having some official authority or sanction
-01633591 00 a 01 unofficial 0 006 ^ 00179486 a 0000 ! 01632537 a 0101 & 01633880 a 0000 & 01634027 a 0000 & 01634199 a 0000 & 01634364 a 0000 | not having official authority or sanction; "a sort of unofficial mayor"; "an unofficial estimate"; "he participated in an unofficial capacity"
-01633880 00 s 02 drumhead 0 summary 0 001 & 01633591 a 0000 | performed speedily and without formality; "a summary execution"; "summary justice"
-01634027 00 s 02 informal 0 loose 0 001 & 01633591 a 0000 | not officially recognized or controlled; "an informal agreement"; "a loose organization of the local farmers"
-01634199 00 s 03 unauthorized 0 unauthorised 0 wildcat 0 001 & 01633591 a 0000 | without official authorization; "an unauthorized strike"; "wildcat work stoppage"
-01634364 00 s 01 unsanctioned 0 001 & 01633591 a 0000 | without explicit official permission; "unsanctioned use of company cars"
-01634495 00 a 01 confirmed 0 002 ! 01634851 a 0101 & 01634736 a 0000 | having been established or made firm or received the rite of confirmation; "confirmed reservations"; "received confirmed reports of casualties"; "a confirmed Catholic"
-01634736 00 s 01 official 0 001 & 01634495 a 0000 | verified officially; "the election returns are now official"
-01634851 00 a 01 unconfirmed 0 002 ! 01634495 a 0101 & 01635018 a 0000 | not finally established or settled; "an unconfirmed letter of credit"; "unconfirmed rumors"
-01635018 00 s 01 unofficial 0 001 & 01634851 a 0000 | not officially established; "the early election returns are unofficial"
-01635146 00 a 02 established 0 constituted 0 008 ! 01636757 a 0101 & 01635633 a 0000 & 01635962 a 0000 & 01636090 a 0000 & 01636205 a 0000 & 01636363 a 0000 & 01636507 a 0000 & 01636636 a 0000 | brought about or set up or accepted; especially long established; "the established social order"; "distrust the constituted authority"; "a team established as a member of a major league"; "enjoyed his prestige as an established writer"; "an established precedent"; "the established Church"
-01635633 00 s 05 deep-rooted 0 deep-seated 0 implanted 0 ingrained 0 planted 0 001 & 01635146 a 0000 | (used especially of ideas or principles) deeply rooted; firmly fixed or held; "deep-rooted prejudice"; "deep-seated differences of opinion"; "implanted convictions"; "ingrained habits of a lifetime"; "a deeply planted need"
-01635962 00 s 01 entrenched 0 001 & 01635146 a 0000 | established firmly and securely; "the entrenched power of the nobility"
-01636090 00 s 02 grooved 0 well-grooved 0 001 & 01635146 a 0000 | established as if settled into a groove or rut
-01636205 00 s 01 legitimate 0 001 & 01635146 a 0000 | in accordance with recognized or accepted standards or principles; "legitimate advertising practices"
-01636363 00 s 01 official 0 002 & 01635146 a 0000 ;c 01032368 n 0000 | (of a church) given official status as a national or state institution
-01636507 00 s 02 recognized 0 recognised 0 001 & 01635146 a 0000 | provided with a secure reputation; "a recognized authority"
-01636636 00 s 02 self-constituted 0 self-established 0 001 & 01635146 a 0000 | constituted by or established by itself
-01636757 00 a 01 unestablished 0 002 ! 01635146 a 0101 & 01636887 a 0000 | not established; "a reputation as yet unestablished"
-01636887 00 s 02 unrecognized 0 unrecognised 0 001 & 01636757 a 0000 | not having a secure reputation; "short stories by unrecognized writers"
-01637032 00 a 02 conditioned 0 learned 2 002 ;c 06136258 n 0000 ! 01637184 a 0101 | established by conditioning or learning; "a conditioned response"
-01637184 00 a 03 unconditioned 0 innate 2 unlearned 2 003 + 04739630 n 0201 ! 01637032 a 0101 & 01637371 a 0000 | not established by conditioning or learning; "an unconditioned reflex"
-01637371 00 s 01 naive 0 002 & 01637184 a 0000 + 04880573 n 0103 | inexperienced
-01637454 00 a 01 on-site 0 002 ! 01637766 a 0101 & 01637583 a 0000 | taking place or located at the site; "on-site inspection"
-01637583 00 s 02 on-the-spot(a) 0 on-the-scene(a) 0 001 & 01637454 a 0000 | at the scene of action; "an on-the-spot reporter"; "on-the-spot inspections"; "an on-the scene newscast"
-01637766 00 a 01 off-site 0 001 ! 01637454 a 0101 | taking place or located away from the site; "an off-site waste treatment operation"
-01637904 00 a 01 offstage 0 001 ! 01638053 a 0101 | situated or taking place in the area of a stage not visible to the audience; "offstage noises"
-01638053 00 a 01 onstage 0 001 ! 01637904 a 0101 | situated or taking place on the area of a stage visible to the audience
-01638178 00 a 01 off-street 0 001 ! 01638311 a 0101 | not on the streets; "off-street parking"; "off-street unloading of vehicles"
-01638311 00 a 01 on-street 0 001 ! 01638178 a 0101 | at the sides of streets; "on-street parking is prohibited at rush hour"
-01638438 00 a 01 old 1 021 ^ 00668571 a 0000 ^ 01536911 a 0000 ^ 01727926 a 0000 ^ 01068726 a 0000 ^ 02580449 a 0000 = 04924103 n 0000 + 04925348 n 0101 ! 01640850 a 0101 & 01638962 a 0000 & 01639230 a 0000 & 01639446 a 0000 & 01639636 a 0000 & 01639720 a 0000 & 01639891 a 0000 & 01639973 a 0000 & 01640124 a 0000 & 01640261 a 0000 & 01640356 a 0000 & 01640482 a 0000 & 01640618 a 0000 & 01640729 a 0000 | of long duration; not new; "old tradition"; "old house"; "old wine"; "old country"; "old friendships"; "old money"
-01638962 00 s 02 age-old 0 antique 1 005 & 01638438 a 0000 + 10376890 n 0205 + 02723754 n 0201 + 15253139 n 0201 + 04925756 n 0202 | belonging to or lasting from times long ago; "age-old customs"; "the antique fear that days would dwindle away to complete darkness"
-01639230 00 s 03 antediluvian 0 antiquated 0 archaic 0 001 & 01638438 a 0000 | so extremely old as seeming to belong to an earlier period; "a ramshackle antediluvian tenement"; "antediluvian ideas"; "archaic laws"
-01639446 00 s 01 antique 0 003 & 01638438 a 0000 + 02723754 n 0101 + 02724026 n 0101 | made in or typical of earlier times and valued for its age; "the beautiful antique French furniture"
-01639636 00 s 01 auld 0 001 & 01638438 a 0000 | a Scottish word; "auld lang syne"
-01639720 00 s 02 hand-me-down 1 hand-down 1 002 & 01638438 a 0000 + 03487642 n 0101 | passed on from one person to another; "not too proud to wear hand-me-down clothes"
-01639891 00 s 02 hoary 0 rusty 0 001 & 01638438 a 0000 | ancient; "hoary jokes"
-01639973 00 s 01 immemorial(ip) 0 001 & 01638438 a 0000 | long past; beyond the limits of memory or tradition or recorded history; "time immemorial"
-01640124 00 s 01 long-ago 0 001 & 01638438 a 0000 | belonging to time long gone; "those long-ago dresses that swished along the floor"
-01640261 00 s 01 longtime(a) 0 001 & 01638438 a 0000 | of long duration; "a longtime friend"
-01640356 00 s 01 patched 0 001 & 01638438 a 0000 | mended usually clumsily by covering a hole with a patch; "patched jeans"
-01640482 00 s 02 secondhand 0 used 0 001 & 01638438 a 0000 | previously used or owned by another; "bought a secondhand (or used) car"
-01640618 00 s 01 sunset 0 001 & 01638438 a 0000 | of a declining industry or technology; "sunset industries"
-01640729 00 s 02 yellow 0 yellowed 0 001 & 01638438 a 0000 | changed to a yellowish color by age; "yellowed parchment"
-01640850 00 a 01 new 0 021 ^ 00666058 a 0000 ^ 01067694 a 0000 ^ 01535709 a 0000 = 04924103 n 0000 + 04926427 n 0101 ! 01638438 a 0101 & 01641460 a 0000 & 01641648 a 0000 & 01641791 a 0000 & 01641921 a 0000 & 01642081 a 0000 & 01642245 a 0000 & 01642379 a 0000 & 01642477 a 0000 & 01642657 a 0000 & 01642843 a 0000 & 01642951 a 0000 & 01643094 a 0000 & 01643260 a 0000 & 01643373 a 0000 & 01643480 a 0000 | not of long duration; having just (or relatively recently) come into being or been made or acquired or discovered; "a new law"; "new cars"; "a new comet"; "a new friend"; "a new year"; "the New World"
-01641460 00 s 04 brand-new 0 bran-new 0 spic-and-span 0 spick-and-span 0 002 & 01640850 a 0000 + 04926620 n 0101 | conspicuously new; "shiny brand-new shoes"; "a spick-and-span novelty"
-01641648 00 s 01 fresh 0 002 & 01640850 a 0000 + 04800596 n 0101 | (of a cycle) beginning or occurring again; "a fresh start"; "fresh ideas"
-01641791 00 s 02 hot 0 red-hot 0 001 & 01640850 a 0000 | newest or most recent; "news hot off the press"; "red-hot information"
-01641921 00 s 02 newborn 0 new-sprung(a) 0 001 & 01640850 a 0000 | having just or recently arisen or come into existence; "new nations"; "with newborn fears"
-01642081 00 s 01 newfound 0 001 & 01640850 a 0000 | newly discovered; "his newfound aggressiveness"; "Hudson pointed his ship down the coast of the newfound sea"
-01642245 00 s 02 novel 0 refreshing 0 001 & 01640850 a 0000 | pleasantly new or different; "common sense of a most refreshing sort"
-01642379 00 s 02 parvenu 0 parvenue 0 001 & 01640850 a 0000 | of or characteristic of a parvenu
-01642477 00 s 01 recent 0 003 & 01640850 a 0000 + 04927268 n 0101 + 04927268 n 0102 | new; "recent graduates"; "a recent addition to the house"; "recent buds on the apple trees"
-01642657 00 s 02 revolutionary 0 radical 0 002 & 01640850 a 0000 + 07424109 n 0101 | markedly new or introducing radical change; "a revolutionary discovery"; "radical political views"
-01642843 00 s 01 rising 0 001 & 01640850 a 0000 | newly come into prominence; "a rising young politician"
-01642951 00 s 01 sunrise(a) 0 001 & 01640850 a 0000 | of an industry or technology; new and developing; "high-technology sunrise industries"
-01643094 00 s 02 untested 0 untried 0 001 & 01640850 a 0000 | not yet proved or subjected to testing; "an untested drug"; "untested theory"; "an untried procedure"
-01643260 00 s 01 unused 0 001 & 01640850 a 0000 | not yet put into use; "we bought an unused car for a change"
-01643373 00 s 01 virgin 0 001 & 01640850 a 0000 | being used or worked for the first time; "virgin wool"
-01643480 00 s 01 young 0 002 & 01640850 a 0000 + 04928416 n 0101 | being in its early stage; "a young industry"; "the day is still young"
-01643620 00 a 01 old 2 023 ^ 00935500 a 0000 ^ 01488245 a 0000 ^ 02099774 a 0000 = 04924103 n 0000 + 04927445 n 0101 ! 01646941 a 0101 & 01644225 a 0000 & 01644541 a 0000 & 01644709 a 0000 & 01644847 a 0000 & 01644967 a 0000 & 01645048 a 0000 & 01645152 a 0000 & 01645296 a 0000 & 01645490 a 0000 & 01645678 a 0000 & 01646021 a 0000 & 01646120 a 0000 & 01646278 a 0000 & 01646366 a 0000 & 01646435 a 0000 & 01646646 a 0000 & 01646794 a 0000 | (used especially of persons) having lived for a relatively long time or attained a specific age; "his mother is very old"; "a ripe old age"; "how old are you?"
-01644225 00 s 04 aged 1 elderly 0 older 0 senior 0 004 & 01643620 a 0000 + 04927890 n 0402 + 07943870 n 0101 + 04927632 n 0101 | advanced in years; (`aged' is pronounced as two syllables); "aged members of the society"; "elderly residents could remember the construction of the first skyscraper"; "senior citizen"
-01644541 00 s 02 aged(a) 2 of_age(p) 0 001 & 01643620 a 0000 | having attained a specific age; (`aged' is pronounced as one syllable); "aged ten"; "ten years of age"
-01644709 00 s 03 aging 0 ageing 0 senescent 0 004 & 01643620 a 0000 + 13429006 n 0303 + 04927632 n 0302 + 00248026 v 0301 | growing old
-01644847 00 s 01 ancient 0 003 & 01643620 a 0000 + 04925756 n 0101 + 09793248 n 0101 | very old; "an ancient mariner"
-01644967 00 s 01 anile 0 001 & 01643620 a 0000 | of or like a feeble old woman
-01645048 00 s 01 centenarian 0 002 & 01643620 a 0000 + 09904208 n 0101 | being at least 100 years old
-01645152 00 s 01 darkened 0 001 & 01643620 a 0000 | (of fabrics and paper) grown dark in color over time; "the darkened margins of the paper"
-01645296 00 s 04 doddering 0 doddery 0 gaga 0 senile 0 003 & 01643620 a 0000 + 15154190 n 0403 + 04927792 n 0401 | mentally or physically infirm with age; "his mother was doddering and frail"
-01645490 00 s 01 emeritus 0 001 & 01643620 a 0000 | honorably retired from assigned duties and retaining your title along with the additional title `emeritus' as in `professor emeritus'
-01645678 00 s 0a grey 0 gray 0 grey-haired 0 gray-haired 0 grey-headed 0 gray-headed 0 grizzly 0 hoar 0 hoary 0 white-haired 0 004 & 01643620 a 0000 + 04961583 n 0902 + 04926308 n 0901 + 03461037 n 0701 | showing characteristics of age, especially having grey or white hair; "whose beard with age is hoar"-Coleridge; "nodded his hoary head"
-01646021 00 s 01 middle-aged 0 001 & 01643620 a 0000 | being roughly between 45 and 65 years old
-01646120 00 s 01 nonagenarian 0 002 & 01643620 a 0000 + 10360253 n 0101 | being from 90 to 99 years old; "the nonagenarian inhabitants of the nursing home"
-01646278 00 s 01 octogenarian 0 001 & 01643620 a 0000 | being from 80 to 89 years old
-01646366 00 s 01 oldish 0 001 & 01643620 a 0000 | somewhat elderly
-01646435 00 s 04 overage 0 overaged 0 superannuated 1 over-the-hill 0 001 & 01643620 a 0000 | too old to be useful; "He left the house...for the support of twelve superannuated wool carders"- Anthony Trollope
-01646646 00 s 01 sexagenarian 0 002 & 01643620 a 0000 + 10584617 n 0101 | being from 60 to 69 years old; "the sexagenarian population is growing"
-01646794 00 s 01 venerable 0 002 & 01643620 a 0000 + 04869405 n 0102 | impressive by reason of age; "a venerable sage with white hair and beard"
-01646941 00 a 02 young 0 immature 3 028 ^ 01489722 a 0000 ^ 02100709 a 0000 ^ 01640850 a 0000 = 04924103 n 0000 ;c 00004258 n 0000 + 14425974 n 0202 + 07944050 n 0101 + 04928416 n 0101 ! 01643620 a 0101 & 01647601 a 0000 & 01647675 a 0000 & 01647750 a 0000 & 01647829 a 0000 & 01647906 a 0000 & 01647983 a 0000 & 01648189 a 0000 & 01648313 a 0000 & 01648491 a 0000 & 01648617 a 0000 & 01648698 a 0000 & 01648891 a 0000 & 01649031 a 0000 & 01649184 a 0000 & 01649271 a 0000 & 01649469 a 0000 & 01649561 a 0000 & 01649651 a 0000 & 01649720 a 0000 | (used of living things especially persons) in an early period of life or development or growth; "young people"
-01647601 00 s 01 one-year-old 0 001 & 01646941 a 0000 | one year of age
-01647675 00 s 01 two-year-old 0 001 & 01646941 a 0000 | two years of age
-01647750 00 s 01 three-year-old 0 001 & 01646941 a 0000 | three years of age
-01647829 00 s 01 four-year-old 0 001 & 01646941 a 0000 | four years of age
-01647906 00 s 01 five-year-old 0 001 & 01646941 a 0000 | five years of age
-01647983 00 s 04 adolescent 0 teen 0 teenage 0 teenaged 0 004 & 01646941 a 0000 + 09772029 n 0101 + 15147850 n 0101 + 00252710 v 0101 | being of the age 13 through 19; "teenage mothers"; "the teen years"
-01648189 00 s 01 infantile 0 001 & 01646941 a 0000 | being or befitting or characteristic of an infant; "infantile games"
-01648313 00 s 03 boyish 0 boylike 0 schoolboyish 0 002 & 01646941 a 0000 + 04667076 n 0101 | befitting or characteristic of a young boy; "a boyish grin"; "schoolboyish pranks"
-01648491 00 s 02 childlike 0 childly 0 002 & 01646941 a 0000 + 09917593 n 0201 | befitting a young child; "childlike charm"
-01648617 00 s 01 early 0 001 & 01646941 a 0000 | very young; "at an early age"
-01648698 00 s 02 girlish 0 schoolgirlish 0 002 & 01646941 a 0000 + 04668033 n 0101 | befitting or characteristic of a young girl; "girlish charm"; "a dress too schoolgirlish for office wear"
-01648891 00 s 01 junior 0 001 & 01646941 a 0000 | including or intended for youthful persons; "a junior sports league"; "junior fashions"
-01649031 00 s 02 little 0 small 0 001 & 01646941 a 0000 | (of children and animals) young, immature; "what a big little boy you are"; "small children"
-01649184 00 s 01 newborn 0 001 & 01646941 a 0000 | recently born; "a newborn infant"
-01649271 00 s 02 preteen 0 preadolescent 0 002 & 01646941 a 0000 + 09627263 n 0101 | of or relating to or designed for children between the ages of 9 and 12; "a preteen party"; "preteen clothing"
-01649469 00 s 02 puppyish 0 puppylike 0 001 & 01646941 a 0000 | characteristic of a puppy
-01649561 00 s 01 tender 0 001 & 01646941 a 0000 | young and immature; "at a tender age"
-01649651 00 s 01 youngish 0 001 & 01646941 a 0000 | somewhat young
-01649720 00 s 03 youthful 0 vernal 0 young 1 002 & 01646941 a 0000 + 04928585 n 0102 | suggestive of youth; vigorous and fresh; "he is young for his age"
-01649876 00 a 01 one-piece 0 002 ! 01650037 a 0101 ! 01650193 a 0101 | (of clothing) consisting of or fashioned in a single whole piece; "a one-piece garment"
-01650037 00 a 01 two-piece 0 002 ! 01650193 a 0101 ! 01649876 a 0101 | (of clothing) made in or consisting of two parts or pieces; "a two-piece swimsuit"
-01650193 00 a 01 three-piece 0 002 ! 01649876 a 0101 ! 01650037 a 0101 | (of clothing) made in or consisting of three parts or pieces; "the standard three-piece business suit; jacket and trousers and vest"
-01650401 00 a 02 on-line 0 online 0 003 ;c 06128570 n 0000 ! 01650752 a 0101 & 01650581 a 0000 | connected to a computer network or accessible by computer; "an on-line database"
-01650581 00 s 02 machine-accessible 0 connected 2 002 & 01650401 a 0000 + 13791389 n 0203 | stored in, controlled by, or in direct communication with a central computer
-01650752 00 a 01 off-line 0 002 ;c 06128570 n 0000 ! 01650401 a 0101 | not connected to a computer network; "off-line resources"
-01650883 00 a 02 on-line 2 online 2 002 ;c 01105259 n 0000 ! 01651044 a 0101 | on a regular route of a railroad or bus or airline system; "on-line industries"
-01651044 00 a 01 off-line 2 002 ;c 01105259 n 0000 ! 01650883 a 0101 | not on a regular route of a transportation system; "an off-line ticket office"
-01651196 00 a 01 on 0 002 ! 01651469 a 0101 & 01651346 a 0000 | in operation or operational; "left the oven on"; "the switch is in the on position"
-01651346 00 s 01 connected 0 001 & 01651196 a 0000 | plugged in; "first check to see whether the appliance is connected"
-01651469 00 a 01 off 0 002 ! 01651196 a 0101 & 01651609 a 0000 | not in operation or operational; "the oven is off"; "the lights are off"
-01651609 00 s 01 disconnected 0 001 & 01651469 a 0000 | not plugged in or connected to a power source; "the iron is disconnected"
-01651741 00 a 01 on 2 001 ! 01651896 a 0101 | (of events) planned or scheduled; "the picnic is on, rain or shine"; "we have nothing on for Friday night"
-01651896 00 a 02 off 2 cancelled 2 001 ! 01651741 a 0101 | (of events) no longer planned or scheduled; "the wedding is definitely off"
-01652033 00 a 01 onside 0 002 ;c 00523513 n 0000 ! 01652158 a 0101 | not offside; being within the prescribed area of play
-01652158 00 a 02 offside 0 offsides 0 002 ;c 00523513 n 0000 ! 01652033 a 0101 | illegally beyond a prescribed line or area or ahead of the ball or puck; "the touchdown was nullified because the left tackle was offside"
-01652380 00 a 02 open 1 unfastened 4 004 ^ 01652902 a 0000 ! 01652782 a 0101 & 01652601 a 0000 & 01652689 a 0000 | affording unobstructed entrance and exit; not shut or closed; "an open door"; "they left the door open"
-01652601 00 s 01 ajar(p) 0 001 & 01652380 a 0000 | slightly open; "the door was ajar"
-01652689 00 s 01 wide-open 0 001 & 01652380 a 0000 | open wide; "left the doors wide-open"
-01652782 00 a 03 shut 0 unopen 4 closed 4 002 ^ 01653538 a 0000 ! 01652380 a 0101 | not open; "the door slammed shut"
-01652902 00 a 01 open 2 006 ^ 01652380 a 0000 ^ 02086991 a 0000 ! 01653538 a 0101 & 01653135 a 0000 & 01653231 a 0000 & 01653379 a 0000 | affording free passage or access; "open drains"; "the road is open to traffic"; "open ranks"
-01653135 00 s 01 opened 0 001 & 01652902 a 0000 | made open or clear; "the newly opened road"
-01653231 00 s 01 unstoppered 0 001 & 01652902 a 0000 | (of a container) having the stopper removed; "whiskey spilled from the unstoppered bottle"
-01653379 00 s 01 yawning 0 001 & 01652902 a 0000 | gaping open as if threatening to engulf someone or something; "the yawning mine shaft"; "a yawning abyss"
-01653538 00 a 01 closed 1 008 ^ 01620509 a 0000 ^ 02086667 a 0000 ^ 01652782 a 0000 ! 01652902 a 0101 & 01653857 a 0000 & 01653992 a 0000 & 01654162 a 0000 & 01654299 a 0000 | not open or affording passage or access; "the many closed streets made travel difficult"; "our neighbors peeped from behind closed curtains"
-01653857 00 s 02 blocked 0 out_of_use(p) 0 001 & 01653538 a 0000 | closed to traffic; "the repaving results in many blocked streets"
-01653992 00 s 01 drawn 0 001 & 01653538 a 0000 | having the curtains or draperies closed or pulled shut; "the drawn draperies kept direct sunlight from fading the rug"
-01654162 00 s 01 stoppered 0 001 & 01653538 a 0000 | (of a container) having a stopper in the opening; "the tightly stoppered bottles"
-01654299 00 s 01 nonopening 0 001 & 01653538 a 0000 | not open; not opening
-01654377 00 a 02 open 8 opened 2 005 ! 01655162 a 0101 & 01654582 a 0000 & 01654769 a 0000 & 01654900 a 0000 & 01655025 a 0000 | used of mouth or eyes; "keep your eyes open"; "his mouth slightly opened"
-01654582 00 s 02 agape(p) 0 gaping 0 001 & 01654377 a 0000 | with the mouth wide open as in wonder or awe; "the gaping audience"; "we stood there agape with wonder"; "with mouth agape"
-01654769 00 s 02 agaze 0 staring 0 001 & 01654377 a 0000 | (used of eyes) open and fixed as if in fear or wonder; "staring eyes"
-01654900 00 s 02 wide-eyed 0 wide 0 001 & 01654377 a 0000 | (used of eyes) fully open or extended; "stared with wide eyes"
-01655025 00 s 01 yawning 1 001 & 01654377 a 0000 | with the mouth wide open indicating boredom or sleepiness; "a yawning congregation"
-01655162 00 a 02 closed 3 shut 2 004 ! 01654377 a 0101 & 01655386 a 0000 & 01655538 a 0000 & 01655651 a 0000 | used especially of mouth or eyes; "he sat quietly with closed eyes"; "his eyes were shut against the sunlight"
-01655386 00 s 02 blinking 0 winking 0 001 & 01655162 a 0000 | closing the eyes intermittently and rapidly; "he stood blinking in the bright sunlight"
-01655538 00 s 02 compressed 0 tight 0 001 & 01655162 a 0000 | pressed tightly together; "with lips compressed"
-01655651 00 s 02 squinched 0 squinting 0 001 & 01655162 a 0000 | having eyes half closed in order to see better; "squinched eyes"
-01655783 00 a 01 spaced 0 004 ! 01656416 a 0101 & 01655972 a 0000 & 01656129 a 0000 & 01656253 a 0000 | arranged with spaces between; often used as a combining form; "widely spaced eyes"
-01655972 00 s 01 double-spaced 0 001 & 01655783 a 0000 | (of type or print) having a blank line between lines of type; "manuscripts must be double-spaced"
-01656129 00 s 01 leaded 0 002 & 01655783 a 0000 ;c 06677302 n 0000 | having thin strips of lead between the lines of type
-01656253 00 s 01 single-spaced 0 001 & 01655783 a 0000 | (of type or print) not having a blank space between lines; "business letters are usually single-spaced"
-01656416 00 a 01 unspaced 0 002 ! 01655783 a 0101 & 01656520 a 0000 | arranged without spaces between
-01656520 00 s 01 unleaded 0 002 & 01656416 a 0000 ;c 06677302 n 0000 | not having leads between the lines
-01656628 00 a 01 enclosed 0 014 ! 01658814 a 0101 & 01657056 a 0000 & 01657129 a 0000 & 01657233 a 0000 & 01657420 a 0000 & 01657562 a 0000 & 01657760 a 0000 & 01657867 a 0000 & 01657967 a 0000 & 01658195 a 0000 & 01658269 a 0000 & 01658386 a 0000 & 01658533 a 0000 & 01658666 a 0000 | closed in or surrounded or included within; "an enclosed porch"; "an enclosed yard"; "the enclosed check is to cover shipping and handling"
-01657056 00 s 01 basined 0 001 & 01656628 a 0000 | enclosed in a basin
-01657129 00 s 01 besieged 0 001 & 01656628 a 0000 | surrounded by hostile forces; "the besieged town"
-01657233 00 s 03 boxed 0 boxed-in(a) 0 boxed_in(p) 0 001 & 01656628 a 0000 | enclosed in or as if in a box; "boxed cigars"; "a confining boxed-in space"; "felt boxed in by the traffic"
-01657420 00 s 02 capsulate 0 capsulated 0 002 & 01656628 a 0000 ;c 06066555 n 0000 | used of seeds or spores that are enclosed in a capsule
-01657562 00 s 01 clathrate 0 002 & 01656628 a 0000 ;c 06084469 n 0000 | designating or relating to a compound in which one component is physically enclosed within the crystal structure of another
-01657760 00 s 02 closed 0 closed_in(p) 0 001 & 01656628 a 0000 | blocked against entry; "a closed porch"
-01657867 00 s 01 coarctate 0 001 & 01656628 a 0000 | (of an insect pupa) enclosed in a rigid case
-01657967 00 s 01 embedded 1 001 & 01656628 a 0000 | enclosed firmly in a surrounding mass; "found pebbles embedded in the silt"; "stone containing many embedded fossils"; "peach and plum seeds embedded in a sweet edible pulp"
-01658195 00 s 01 fencelike 0 001 & 01656628 a 0000 | resembling a fence
-01658269 00 s 01 included 0 001 & 01656628 a 0000 | enclosed in the same envelope or package; "the included check"
-01658386 00 s 01 involved 0 001 & 01656628 a 0000 | enveloped; "a castle involved in mist"; "the difficulties in which the question is involved"
-01658533 00 s 01 self-enclosed 0 001 & 01656628 a 0000 | of self-imposed enclosure or confinement; "a self-enclosed Jewish cosmos"
-01658666 00 s 02 surrounded 0 encircled 2 001 & 01656628 a 0000 | confined on all sides; "a camp surrounded by enemies"; "the encircled pioneers"
-01658814 00 a 01 unenclosed 0 004 ! 01656628 a 0101 & 01659014 a 0000 & 01659117 a 0000 & 01659277 a 0000 | not closed in our surrounded or included; "an unenclosed porch"; "unenclosed common land"
-01659014 00 s 02 hypaethral 0 hypethral 0 001 & 01658814 a 0000 | partly or entirely open to the sky
-01659117 00 s 01 open 0 002 & 01658814 a 0000 + 08613733 n 0104 | having no protecting cover or enclosure; "an open boat"; "an open fire"; "open sports cars"
-01659277 00 s 01 unfenced 0 001 & 01658814 a 0000 | not enclosed by a fence
-01659355 00 a 01 tanned 0 001 ! 01659447 a 0101 | converted to leather by a tanning agent
-01659447 00 a 01 untanned 0 001 ! 01659355 a 0101 | not converted to leather by a tanning agent; "a whip made of untanned hide"
-01659577 00 a 01 tapped 0 002 ! 01659874 a 0101 & 01659762 a 0000 | in a condition for letting out liquid drawn out as by piercing or drawing a plug; "latex from tapped rubber trees"
-01659762 00 s 02 abroach 0 broached 0 001 & 01659577 a 0000 | of a cask or barrel; "the cask was set abroach"
-01659874 00 a 01 untapped 0 001 ! 01659577 a 0101 | not subjected to tapping; "an untapped keg"; "an untapped sugar maple"
-01659999 00 a 01 open 4 002 ;c 06000644 n 0000 ! 01660135 a 0101 | (set theory) of an interval that contains neither of its endpoints
-01660135 00 a 01 closed 2 002 ;c 06000644 n 0000 ! 01659999 a 0101 | (set theory) of an interval that contains both its endpoints
-01660267 00 a 01 operational 0 004 ;c 08199025 n 0000 ! 01660857 a 0101 & 01660444 a 0000 & 01660712 a 0000 | (military) of or intended for or involved in military operations
-01660444 00 s 03 active 0 combat-ready 0 fighting(a) 0 004 & 01660267 a 0000 ;c 08199025 n 0000 + 14006945 n 0103 + 14006945 n 0102 | engaged in or ready for military or naval operations; "on active duty"; "the platoon is combat-ready"; "review the fighting forces"
-01660712 00 s 01 effective 0 002 & 01660267 a 0000 ;c 08199025 n 0000 | ready for service; "the fort was held by about 100 effective soldiers"
-01660857 00 a 02 nonoperational 0 inactive 0 002 ;c 08199025 n 0000 ! 01660267 a 0101 | (military) not involved in military operations
-01660994 00 a 01 opportune 0 006 ^ 00064479 a 0000 + 14483917 n 0101 + 04718826 n 0101 ! 01661914 a 0101 & 01661289 a 0000 & 01661529 a 0000 | suitable or at a time that is suitable or advantageous especially for a particular purpose; "an opportune place to make camp"; "an opportune arrival"
-01661289 00 s 03 good 0 right 0 ripe 0 002 & 01660994 a 0000 + 05142180 n 0102 | most suitable or right for a particular purpose; "a good time to plant tomatoes"; "the right time to act"; "the time is ripe for great sociological changes"
-01661529 00 s 04 timely 0 seasonable 0 well-timed(a) 0 well_timed(p) 0 005 & 01660994 a 0000 + 05049253 n 0201 + 15245515 n 0101 + 05049253 n 0102 + 04718826 n 0103 | done or happening at the appropriate or proper time; "a timely warning"; "with timely treatment the patient has a good chance of recovery"; "a seasonable time for discussion"; "the book's publication was well timed"
-01661914 00 a 01 inopportune 0 005 ^ 00065488 a 0000 + 04723107 n 0101 ! 01660994 a 0101 & 01662119 a 0000 & 01662384 a 0000 | not opportune; "arrived at a most inopportune hour"; "an inopportune visit"
-01662119 00 s 04 ill-timed 0 unseasonable 0 untimely 0 wrong 0 003 & 01661914 a 0000 + 04723107 n 0302 + 05049458 n 0201 | badly timed; "an ill-timed intervention"; "you think my intrusion unseasonable"; "an untimely remark"; "it was the wrong moment for a joke"
-01662384 00 s 01 inconvenient 0 001 & 01661914 a 0000 | not conveniently timed; "an early departure is inconvenient for us"
-01662510 00 a 02 opposable 0 apposable 0 002 + 01500214 v 0201 ! 01662685 a 0101 | capable of being placed opposite to something; "the thumb is opposable to the forefinger"
-01662685 00 a 01 unopposable 0 001 ! 01662510 a 0101 | not opposable
-01662756 00 a 01 opposed 0 002 ! 01663049 a 0101 & 01662912 a 0000 | being in opposition or having an opponent; "two bitterly opposed schools of thought"
-01662912 00 s 01 conflicting 0 001 & 01662756 a 0000 | on bad terms; "they were usually at odds over politics"; "conflicting opinions"
-01663049 00 a 01 unopposed 0 001 ! 01662756 a 0101 | not having opposition or an opponent; "unopposed military forces"; "the candidate was unopposed"
-01663201 00 a 02 opposite 0 paired 2 002 ;c 06066555 n 0000 ! 01663359 a 0101 | of leaves etc; growing in pairs on either side of a stem; "opposite leaves"
-01663359 00 a 01 alternate 0 002 ;c 06066555 n 0000 ! 01663201 a 0101 | of leaves and branches etc; first on one side and then on the other in two ranks along an axis; not paired; "stems with alternate leaves"
-01663571 00 a 01 optimistic 0 010 ^ 01228530 a 0000 ^ 01817500 a 0000 + 07541558 n 0101 + 05211793 n 0101 ! 01664581 a 0101 & 01663916 a 0000 & 01664015 a 0000 & 01664156 a 0000 & 01664310 a 0000 & 01664455 a 0000 | expecting the best in this best of all possible worlds; "in an optimistic mood"; "optimistic plans"; "took an optimistic view"
-01663916 00 s 01 bullish 0 002 & 01663571 a 0000 ;c 04323026 n 0000 | expecting a rise in prices
-01664015 00 s 03 cheerful 0 pollyannaish 0 upbeat 0 002 & 01663571 a 0000 + 07530478 n 0101 | pleasantly (even unrealistically) optimistic
-01664156 00 s 02 rose-colored 0 rosy 0 001 & 01663571 a 0000 | reflecting optimism; "a rosy future"; "looked at the world through rose-colored glasses"
-01664310 00 s 01 starry-eyed 0 001 & 01663571 a 0000 | unrealistically or naively optimistic; "a starry-eyed reformer"; "starry-eyed idealism"
-01664455 00 s 01 sanguine 0 003 & 01663571 a 0000 + 07541760 n 0102 + 07541760 n 0101 | confidently optimistic and cheerful
-01664581 00 a 01 pessimistic 0 007 ^ 01229020 a 0000 ^ 01818234 a 0000 + 07543033 n 0101 + 05211974 n 0101 ! 01663571 a 0101 & 01664783 a 0000 & 01664880 a 0000 | expecting the worst possible outcome
-01664783 00 s 01 bearish 0 002 & 01664581 a 0000 ;c 04323026 n 0000 | expecting prices to fall
-01664880 00 s 04 demoralized 0 demoralised 0 discouraged 0 disheartened 0 001 & 01664581 a 0000 | made less hopeful or enthusiastic; "desperate demoralized people looking for work"; "felt discouraged by the magnitude of the problem"; "the disheartened instructor tried vainly to arouse their interest"
-01665184 00 a 01 oral 0 004 ;c 06057539 n 0000 ! 01665674 a 0101 & 01665457 a 0000 & 01665581 a 0000 | of or involving the mouth or mouth region or the surface on which the mouth is located; "the oral cavity"; "the oral mucous membrane"; "the oral surface of a starfish"
-01665457 00 s 01 buccal 1 001 & 01665184 a 0000 | oriented toward the inside of the cheek; "the buccal aspect of the gum"
-01665581 00 s 01 buccal 2 001 & 01665184 a 0000 | lying within the mouth; "a buccal gland"
-01665674 00 a 01 aboral 0 002 ;c 06057539 n 0000 ! 01665184 a 0101 | opposite to or away from the mouth; "the aboral surface of a starfish"
-01665816 00 a 01 actinal 0 002 ;c 00004475 n 0000 ! 01665972 a 0101 | (of radiate organisms) located on the surface or end on which the mouth is situated
-01665972 00 a 01 abactinal 0 001 ! 01665816 a 0101 | (of radiate animals) located on the surface or end opposite to that on which the mouth is situated
-01666126 00 a 01 orderly 0 002 ! 01666275 a 0101 + 04768483 n 0101 | devoid of violence or disruption; "an orderly crowd confronted the president"
-01666275 00 a 01 disorderly 0 006 ! 01666126 a 0101 & 01666489 a 0000 & 01666927 a 0000 & 01667110 a 0000 & 01667271 a 0000 + 13977184 n 0104 | undisciplined and unruly; "disorderly youths"; "disorderly conduct"
-01666489 00 s 05 boisterous 0 rambunctious 0 robustious 0 rumbustious 0 unruly 0 003 & 01666275 a 0000 + 04908396 n 0501 + 04985064 n 0101 | noisy and lacking in restraint or discipline; "a boisterous crowd"; "a social gathering that became rambunctious and out of hand"; "a robustious group of teenagers"; "beneath the rumbustious surface of his paintings is sympathy for the vulnerability of ordinary human beings"; "an unruly class"
-01666927 00 s 02 mobbish 0 moblike 0 001 & 01666275 a 0000 | characteristic of a mob; disorderly or lawless; "fanned mounting tension into mobbish terrorizing"; "moblike mentality"
-01667110 00 s 02 raucous 0 rowdy 0 002 & 01666275 a 0000 + 13977184 n 0201 | disturbing the public peace; loud and rough; "a raucous party"; "rowdy teenagers"
-01667271 00 s 03 rough-and-tumble 0 bare-knuckle 0 bare-knuckled 0 001 & 01666275 a 0000 | characterized by disorderly action and disregard for rules; "a rough-and-tumble fight"; "rough-and-tumble politics"; "undisguised bare-knuckle capitalism"
-01667519 00 a 01 ordered 0 003 ! 01668250 a 0101 & 01667729 a 0000 & 01668011 a 0000 | having a systematic arrangement; especially having elements succeeding in order according to rule; "an ordered sequence"
-01667729 00 s 05 consecutive 0 sequent 0 sequential 0 serial 0 successive 0 008 & 01667519 a 0000 + 05044822 n 0504 + 02406585 v 0501 + 06593803 n 0402 + 06621447 n 0401 + 08457976 n 0401 + 05044822 n 0301 + 01010458 n 0302 | in regular succession without gaps; "serial concerts"
-01668011 00 s 01 progressive 0 001 & 01667519 a 0000 | (of a card game or a dance) involving a series of sections for which the participants successively change place or relative position; "progressive euchre"; "progressive tournaments"
-01668250 00 a 02 disordered 0 unordered 0 001 ! 01667519 a 0101 | not arranged in order
-01668340 00 a 01 organized 1 004 ^ 02382934 a 0000 ! 01668858 a 0101 & 01668567 a 0000 & 01668723 a 0000 | methodical and efficient in arrangement or function; "how well organized she is"; "his life was almost too organized"
-01668567 00 s 01 methodical 0 003 & 01668340 a 0000 + 05660268 n 0101 + 04768483 n 0102 | characterized by method and orderliness; "a methodical scholar"
-01668723 00 s 01 well-conducted 0 001 & 01668340 a 0000 | characterized by good organization and control; "a well-conducted meeting"
-01668858 00 a 02 disorganized 0 disorganised 0 008 ^ 02383151 a 0000 ! 01668340 a 0101 & 01669246 a 0000 & 01669507 a 0000 & 01669617 a 0000 & 01669774 a 0000 & 01669899 a 0000 & 01670037 a 0000 | lacking order or methodical arrangement or function; "a disorganized enterprise"; "a thousand pages of muddy and disorganized prose"; "she was too disorganized to be an agreeable roommate"
-01669246 00 s 04 broken 0 confused 0 disordered 0 upset 0 001 & 01668858 a 0000 | thrown into a state of disarray or confusion; "troops fleeing in broken ranks"; "a confused mass of papers on the desk"; "the small disordered room"; "with everything so upset"
-01669507 00 s 02 chaotic 0 helter-skelter 0 001 & 01668858 a 0000 | lacking a visible order or organization
-01669617 00 s 02 fucked-up 0 snafu 0 002 & 01668858 a 0000 + 00075283 n 0201 | snarled or stalled in complete confusion; "situation normal--all fucked-up"
-01669774 00 s 01 scrambled 0 001 & 01668858 a 0000 | thrown together in a disorderly fashion; "a scrambled plan of action"
-01669899 00 s 01 unmethodical 0 001 & 01668858 a 0000 | not efficient or methodical; "the project failed through unmethodical planning"
-01670037 00 s 02 unstuck 0 undone 0 001 & 01668858 a 0000 | thrown into a state of disorganization or incoherence; "price programs became unstuck because little grain was available"
-01670221 00 a 01 organized 2 007 ^ 01671732 a 0000 ! 01671095 a 0101 & 01670427 a 0000 & 01670524 a 0000 & 01670669 a 0000 & 01670856 a 0000 & 01670982 a 0000 | formed into a structured or coherent whole
-01670427 00 s 01 arranged 1 001 & 01670221 a 0000 | planned in advance; "an arranged marriage"
-01670524 00 s 01 configured 0 001 & 01670221 a 0000 | organized so as to give configuration to; "a magnet is surrounded by a configured field"
-01670669 00 s 02 corporate 0 incorporated 0 001 & 01670221 a 0000 | organized and maintained as a legal corporation; "a special agency set up in corporate form"; "an incorporated town"
-01670856 00 s 01 re-formed 0 001 & 01670221 a 0000 | formed again or anew; "the re-formed scout troop has been very active"
-01670982 00 s 02 reorganized 0 reorganised 0 001 & 01670221 a 0000 | organized again; "a reorganized business"
-01671095 00 a 02 unorganized 0 unorganised 0 005 ^ 01671881 a 0000 ! 01670221 a 0101 & 01671336 a 0000 & 01671509 a 0000 & 01671620 a 0000 | not having or belonging to a structured whole; "unorganized territories lack a formal government"
-01671336 00 s 01 uncoordinated 0 001 & 01671095 a 0000 | lacking in cooperative planning and organization ; "uncoordinated scheduling often resulted in conflicting games"
-01671509 00 s 01 unformed 0 001 & 01671095 a 0000 | not formed or organized; "an as yet unformed government"
-01671620 00 s 01 unincorporated 0 001 & 01671095 a 0000 | not organized and maintained as a legal corporation
-01671732 00 a 01 structured 0 002 ^ 01670221 a 0000 ! 01671881 a 0101 | having definite and highly organized structure; "a structured environment"
-01671881 00 a 01 unstructured 0 004 ^ 01671095 a 0000 ! 01671732 a 0101 & 01672239 a 0000 & 01672487 a 0000 | lacking definite structure or organization; "an unstructured situation with no one in authority"; "a neighborhood gang with a relatively unstructured system"; "children in an unstructured environment often feel insecure"; "unstructured inkblots"
-01672239 00 s 01 ambiguous 0 003 & 01671881 a 0000 ;c 06136258 n 0000 + 06604319 n 0101 | having no intrinsic or objective meaning; not organized in conventional patterns; "an ambiguous situation with no frame of reference"; "ambiguous inkblots"
-01672487 00 s 01 unregulated 0 001 & 01671881 a 0000 | without regulation or discipline; "an unregulated environment"
-01672607 00 a 01 ordinary 0 014 ^ 00485711 a 0000 ^ 00489108 a 0000 = 04794751 n 0000 + 04794751 n 0101 ! 01675190 a 0101 & 01673061 a 0000 & 01673434 a 0000 & 01673590 a 0000 & 01673815 a 0000 & 01673946 a 0000 & 01674134 a 0000 & 01674242 a 0000 & 01674604 a 0000 & 01674926 a 0000 | not exceptional in any way especially in quality or ability or size or degree; "ordinary everyday objects"; "ordinary decency"; "an ordinary day"; "an ordinary wine"
-01673061 00 s 04 average 0 fair 0 mediocre 0 middling 0 004 & 01672607 a 0000 + 04795061 n 0302 + 04795061 n 0101 + 14501172 n 0101 | lacking exceptional quality or ability; "a novel of average merit"; "only a fair performance of the sonata"; "in fair health"; "the caliber of the students has gone from mediocre to above average"; "the performance was middling at best"
-01673434 00 s 01 banausic 0 002 & 01672607 a 0000 ;u 01204055 n 0000 | (formal) ordinary and not refined; "he felt contempt for all banausic occupations"
-01673590 00 s 02 characterless 0 nondescript 0 002 & 01672607 a 0000 + 10361060 n 0201 | lacking distinct or individual characteristics; dull and uninteresting; "women dressed in nondescript clothes"; "a nondescript novel"
-01673815 00 s 01 common 0 003 & 01672607 a 0000 + 14501375 n 0101 + 04764741 n 0101 | to be expected; standard; "common decency"
-01673946 00 s 01 commonplace 2 002 & 01672607 a 0000 + 04795545 n 0102 | completely ordinary and unremarkable; "air travel has now become commonplace"; "commonplace everyday activities"
-01674134 00 s 02 cut-and-dried 0 cut-and-dry 0 001 & 01672607 a 0000 | according to ordinary expectations
-01674242 00 s 06 everyday 0 mundane 0 quotidian 0 routine 0 unremarkable 0 workaday 0 004 & 01672607 a 0000 + 04794751 n 0203 + 04794751 n 0202 + 04795545 n 0103 | found in the ordinary course of events; "a placid everyday scene"; "it was a routine day"; "there's nothing quite like a real...train conductor to add color to a quotidian commute"- Anita Diamant
-01674604 00 s 02 indifferent 0 so-so(p) 0 001 & 01672607 a 0000 | being neither good nor bad; "an indifferent performance"; "a gifted painter but an indifferent actor"; "her work at the office is passable"; "a so-so golfer"; "feeling only so-so"; "prepared a tolerable dinner"; "a tolerable working knowledge of French"
-01674926 00 s 04 run-of-the-mill 0 run-of-the-mine 0 mine_run 0 unexceptional 0 001 & 01672607 a 0000 | not special in any way; "run-of-the-mill boxing"; "your run-of-the-mine college graduate"; "a unexceptional an incident as can be found in a lawyer's career"
-01675190 00 a 01 extraordinary 0 023 ^ 00504592 a 0000 ^ 00487653 a 0000 ^ 00490035 a 0000 ^ 02341266 a 0000 ^ 01282014 a 0000 = 04794751 n 0000 + 04796490 n 0101 ! 01672607 a 0101 & 01675931 a 0000 & 01676026 a 0000 & 01676350 a 0000 & 01676517 a 0000 & 01676993 a 0000 & 01677200 a 0000 & 01677433 a 0000 & 01677623 a 0000 & 01677733 a 0000 & 01677957 a 0000 & 01678112 a 0000 & 01678417 a 0000 & 01678586 a 0000 & 01678729 a 0000 & 01678946 a 0000 | beyond what is ordinary or usual; highly unusual or exceptional or remarkable; "extraordinary authority"; "an extraordinary achievement"; "her extraordinary beauty"; "enjoyed extraordinary popularity"; "an extraordinary capacity for work"; "an extraordinary session of the legislature"
-01675931 00 s 01 bonzer 0 002 & 01675190 a 0000 ;r 08831004 n 0000 | remarkable or wonderful
-01676026 00 s 05 exceeding 0 exceptional 0 olympian 0 prodigious 0 surpassing 0 002 & 01675190 a 0000 + 05821246 n 0201 | far beyond what is usual in magnitude or degree; "a night of exceeding darkness"; "an exceptional memory"; "olympian efforts to save the city from bankruptcy"; "the young Mozart's prodigious talents"
-01676350 00 s 01 extraordinaire(ip) 0 001 & 01675190 a 0000 | extraordinary in a particular capacity; "a woodworker extraordinaire"; "a self-starter extraordinaire"
-01676517 00 s 0a fantastic 0 grand 0 howling(a) 0 marvelous 0 marvellous 0 rattling(a) 0 terrific 0 tremendous 0 wonderful 0 wondrous 0 004 & 01675190 a 0000 + 07289588 n 0a01 + 04729127 n 0903 + 04814238 n 0206 | extraordinarily good or great ; used especially as intensifiers; "a fantastic trip to the Orient"; "the film was fantastic!"; "a howling success"; "a marvelous collection of rare books"; "had a rattling conversation about politics"; "a tremendous achievement"
-01676993 00 s 01 phenomenal 0 001 & 01675190 a 0000 | exceedingly or unbelievably great; "the bomb did fantastic damage"; "Samson is supposed to have had fantastic strength"; "phenomenaRl feats of memory"
-01677200 00 s 04 frightful 0 terrible 0 awful 0 tremendous 1 003 & 01675190 a 0000 ;u 07075172 n 0000 + 04782116 n 0204 | extreme in degree or extent or amount or impact; "in a frightful hurry"; "spent a frightful amount of money"
-01677433 00 s 01 great 1 002 & 01675190 a 0000 + 05104548 n 0103 | remarkable or out of the ordinary in degree or magnitude or effect; "a great crisis"; "had a great stake in the outcome"
-01677623 00 s 01 one(a) 0 001 & 01675190 a 0000 | used informally as an intensifier; "that is one fine dog"
-01677733 00 s 02 preternatural 0 uncanny 0 001 & 01675190 a 0000 | surpassing the ordinary or normal; "Beyond his preternatural affability there is some acid and some steel" - George Will; "his uncanny sense of direction"
-01677957 00 s 01 pyrotechnic 0 002 & 01675190 a 0000 + 00617692 n 0102 | suggestive of fireworks; "pyrotechnic keyboard virtuosity"; "a pyrotechnic wit"
-01678112 00 s 02 rare 0 uncommon 0 003 & 01675190 a 0000 + 04797130 n 0201 + 03149951 n 0106 | marked by an uncommon quality; especially superlative or extreme of its kind; "what is so rare as a day in June"-J.R.Lowell; "a rare skill"; "an uncommon sense of humor"; "she was kind to an uncommon degree"
-01678417 00 s 02 remarkable 0 singular 0 002 & 01675190 a 0000 + 04798365 n 0201 | unusual or striking; "a remarkable sight"; "such poise is singular in one so young"
-01678586 00 s 01 some 0 003 & 01675190 a 0000 ;u 07075172 n 0000 ;u 07157273 n 0000 | remarkable; "that was some party"; "she is some skier"
-01678729 00 s 01 special 0 002 & 01675190 a 0000 + 04763925 n 0102 | for a special service or occasion; "a special correspondent"; "a special adviser to the committee"; "had to get special permission for the event"
-01678946 00 s 01 wonderworking 0 001 & 01675190 a 0000 | performing or able to perform wonders or miracles
-01679055 00 a 01 organic 1 002 ;c 06084469 n 0000 ! 01679244 a 0101 | relating or belonging to the class of chemical compounds having a carbon basis; "hydrocarbons are organic compounds"
-01679244 00 a 01 inorganic 1 002 ;c 06084469 n 0000 ! 01679055 a 0101 | relating or belonging to the class of compounds not having a carbon basis; "hydrochloric and sulfuric acids are called inorganic substances"
-01679459 00 a 01 organic 2 005 + 14859838 n 0101 + 00004475 n 0101 ! 01680116 a 0101 & 01679744 a 0000 & 01679907 a 0000 | being or relating to or derived from or having properties characteristic of living organisms; "organic life"; "organic growth"; "organic remains found in rock"
-01679744 00 s 02 integrated 0 structured 0 001 & 01679459 a 0000 | resembling a living organism in organization or development; "society as an integrated whole"
-01679907 00 s 01 nonsynthetic 0 001 & 01679459 a 0000 | involving or derived from living organisms; free from chemical treatments or additives; "organic gardening is more natural"; "nonsynthetic fertilizer"
-01680116 00 a 01 inorganic 2 004 ! 01679459 a 0101 & 01680283 a 0000 & 01680417 a 0000 & 01680559 a 0000 | lacking the properties characteristic of living organisms
-01680283 00 s 02 amorphous 0 unstructured 0 001 & 01680116 a 0000 | lacking the system or structure characteristic of living bodies
-01680417 00 s 01 artificial 0 002 & 01680116 a 0000 + 04788494 n 0101 | not arising from natural growth or characterized by vital processes
-01680559 00 s 01 mineral 0 001 & 01680116 a 0000 | composed of matter other than plant or animal; "the inorganic mineral world"
-01680689 00 a 01 holistic 0 002 + 06102865 n 0101 ! 01680836 a 0101 | emphasizing the organic or functional relation between parts and the whole
-01680836 00 a 02 atomistic 0 atomistical 0 005 + 06138099 n 0201 + 06102476 n 0201 + 06138099 n 0101 + 06102476 n 0101 ! 01680689 a 0101 | divided into separate and often disparate elements
-01681028 00 a 02 arranged 0 ordered 4 003 ! 01681607 a 0101 & 01681307 a 0000 & 01681477 a 0000 | disposed or placed in a particular kind of order; "the carefully arranged chessmen"; "haphazardly arranged interlobular septa"; "comfortable chairs arranged around the fireplace"
-01681307 00 s 02 laid 0 set 0 001 & 01681028 a 0000 | set down according to a plan:"a carefully laid table with places set for four people"; "stones laid in a pattern"
-01681477 00 s 01 placed 0 001 & 01681028 a 0000 | put in position in relation to other things; "end tables placed conveniently"
-01681607 00 a 01 disarranged 0 004 ! 01681028 a 0101 & 01681789 a 0000 & 01681882 a 0000 & 01682073 a 0000 | having the arrangement disturbed; not in order; "her disarranged hair"
-01681789 00 s 01 disarrayed 0 001 & 01681607 a 0000 | in disarray; "disarrayed bedclothes"
-01681882 00 s 01 disturbed 0 001 & 01681607 a 0000 | having the place or position changed; "the disturbed books and papers on her desk"; "disturbed grass showed where the horse had passed"
-01682073 00 s 01 misplaced 0 001 & 01681607 a 0000 | put in the wrong place or position; "She was penalized for a spelling mistake or a misplaced accent"
-01682229 00 a 02 oriented 0 orientated 0 008 ^ 01684426 a 0000 ! 01683667 a 0101 & 01682677 a 0000 & 01682822 a 0000 & 01683061 a 0000 & 01683221 a 0000 & 01683349 a 0000 & 01683496 a 0000 | adjusted or located in relation to surroundings or circumstances; sometimes used in combination; "the house had its large windows oriented toward the ocean view"; "helping freshmen become oriented to college life"; "the book is value-oriented throughout"
-01682677 00 s 03 adjusted 0 familiarized 0 familiarised 0 001 & 01682229 a 0000 | having achieved a comfortable relation with your environment
-01682822 00 s 02 bound 0 destined 0 001 & 01682229 a 0000 | headed or intending to head in a certain direction; often used as a combining form as in `college-bound students'; "children bound for school"; "a flight destined for New York"
-01683061 00 s 01 directed 0 001 & 01682229 a 0000 | (often used in combination) having a specified direction; "a positively directed vector"; "goal-directed"
-01683221 00 s 01 headed 0 001 & 01682229 a 0000 | having a heading or course in a certain direction; "westward headed wagons"
-01683349 00 s 02 homeward 0 homeward-bound 0 001 & 01682229 a 0000 | oriented toward home; "in a homeward direction"; "homeward-bound commuters"
-01683496 00 s 01 minded 0 002 & 01682229 a 0000 ;u 06307152 n 0000 | (used in combination) mentally oriented toward something specified; "civic-minded"; "career-minded"
-01683667 00 a 01 unoriented 0 004 ^ 01685377 a 0000 ! 01682229 a 0101 & 01683908 a 0000 & 01684133 a 0000 | not having position or goal definitely set or ascertained; "engaged in unoriented study"; "unoriented until she looked at the map"
-01683908 00 s 03 alienated 0 anomic 0 disoriented 2 003 & 01683667 a 0000 + 14415898 n 0202 + 14415898 n 0201 | socially disoriented; "anomic loners musing over their fate"; "we live in an age of rootless alienated people"
-01684133 00 s 03 confused 0 disoriented 0 lost 0 002 & 01683667 a 0000 + 05683582 n 0103 | having lost your bearings; confused as to time or place or personal identity; "I frequently find myself disoriented when I come up out of the subway"; "the anesthetic left her completely disoriented"
-01684426 00 a 02 orienting 0 orientating 0 006 ^ 01682229 a 0000 ! 01685377 a 0101 & 01684811 a 0000 & 01684922 a 0000 & 01685131 a 0000 & 01685231 a 0000 | positioning with respect to a reference system or determining your bearings physically or intellectually; "noticed the bee's momentary orienting pause before heading back to the hive"; "an orienting program for new employees"
-01684811 00 s 02 aligning 0 positioning 0 001 & 01684426 a 0000 | causing to fall into line or into position
-01684922 00 s 01 dimensioning 0 001 & 01684426 a 0000 | indicating or determining size and position in space; "the ultrasonic dimensioning measurement"; "an ultrasonic dimensioning arrangement of the heart"
-01685131 00 s 02 familiarizing 0 familiarising 0 001 & 01684426 a 0000 | serving to make familiar
-01685231 00 s 01 homing 0 001 & 01684426 a 0000 | orienting or directing homeward or to a destination; "the homing instinct"; "a homing beacon"
-01685377 00 a 01 disorienting 0 006 ^ 01683667 a 0000 ! 01684426 a 0101 & 01685706 a 0000 & 01685906 a 0000 & 01686036 a 0000 & 01686269 a 0000 | causing loss of physical or intellectual bearings; "making so many turns to the right and then the left was completely disorienting"; "a sharp blow to the head can be disorienting"
-01685706 00 s 01 confusing 0 001 & 01685377 a 0000 | causing confusion or disorientation; "a confusing jumble of road signs"; "being hospitalized can be confusing and distressing for a small child"
-01685906 00 s 01 estranging 0 001 & 01685377 a 0000 | making one feel out of place or alienated; "the landscape was estranging"
-01686036 00 s 01 stunning 0 001 & 01685377 a 0000 | causing or capable of causing bewilderment or shock or insensibility; "laid the poor fellow senseless with one stunning blow"; "a stunning detonation with volumes of black smoke"
-01686269 00 s 01 stupefying 0 001 & 01685377 a 0000 | making physically stupid or dull or insensible; "a stupefying blow to the head"; "the stupefying effects of hemp"
-01686439 00 a 01 original 0 015 ^ 00643250 a 0000 ^ 01010862 a 0000 ^ 01852174 a 0000 ^ 00606602 a 0000 = 04800359 n 0000 + 03727274 n 0103 + 04800359 n 0101 ! 01688271 a 0101 & 01686906 a 0000 & 01687030 a 0000 & 01687167 a 0000 & 01687363 a 0000 & 01687586 a 0000 & 01687965 a 0000 & 01688154 a 0000 | being or productive of something fresh and unusual; or being as first made or thought of; "a truly original approach"; "with original music"; "an original mind"
-01686906 00 s 02 avant-garde 0 daring 0 001 & 01686439 a 0000 | radically new or original; "an avant-garde theater piece"
-01687030 00 s 02 freehand 0 freehanded 0 001 & 01686439 a 0000 | done by hand without mechanical aids or devices; "a freehand drawing"
-01687167 00 s 03 fresh 0 new 0 novel 0 002 & 01686439 a 0000 + 05635055 n 0102 | original and of a kind not seen before; "the computer produced a completely novel proof of a well-known theorem"
-01687363 00 s 03 germinal 0 originative 0 seminal 0 003 & 01686439 a 0000 + 02624263 v 0201 + 05834758 n 0103 | containing seeds of later development; "seminal ideas of one discipline can influence the growth of another"
-01687586 00 s 03 innovative 0 innovational 0 groundbreaking 0 006 & 01686439 a 0000 + 05633385 n 0202 + 03582658 n 0202 + 00240184 n 0207 + 05634767 n 0101 + 01642437 v 0102 | being or producing something like nothing done or experienced or created before; "stylistically innovative works"; "innovative members of the artistic community"; "a mind so innovational, so original"
-01687965 00 s 02 newfangled 0 new 2 001 & 01686439 a 0000 | (of a new kind or fashion) gratuitously new; "newfangled ideas"; "she buys all these new-fangled machines and never uses them"
-01688154 00 s 01 underivative 0 001 & 01686439 a 0000 | not derivative or imitative; "a natural underivative poet"
-01688271 00 a 01 unoriginal 0 013 ^ 00605516 a 0000 ^ 01853461 a 0000 ^ 01068726 a 0000 ^ 00644372 a 0000 = 04800359 n 0000 + 05649628 n 0101 + 04801168 n 0101 ! 01686439 a 0101 & 01688757 a 0000 & 01689223 a 0000 & 01689442 a 0000 & 01689580 a 0000 & 01689775 a 0000 | not original; not being or productive of something fresh and unusual; "the manuscript contained unoriginal emendations"; "his life had been unoriginal, conforming completely to the given pattern"- Gwethalyn Graham
-01688757 00 s 0b banal 1 commonplace 0 hackneyed 0 old-hat 0 shopworn 0 stock(a) 0 threadbare 0 timeworn 0 tired 0 trite 0 well-worn 0 004 & 01688271 a 0000 + 05649785 n 0a01 + 07154046 n 0204 + 07154046 n 0103 | repeated too often; overfamiliar through overuse; "bromidic sermons"; "his remarks were trite and commonplace"; "hackneyed phrases"; "a stock answer"; "repeating threadbare jokes"; "parroting some timeworn axiom"; "the trite metaphor `hard as nails'"
-01689223 00 s 04 bromidic 1 corny 0 platitudinal 0 platitudinous 0 003 & 01688271 a 0000 + 07154046 n 0401 + 04627809 n 0201 | dull and tiresome but with pretensions of significance or originality; "bromidic sermons"
-01689442 00 s 02 cliched 0 ready-made 0 001 & 01688271 a 0000 | repeated regularly without thought or originality; "ready-made phrases"
-01689580 00 s 04 cold 0 stale 0 dusty 0 moth-eaten 0 002 & 01688271 a 0000 + 05649785 n 0202 | lacking originality or spontaneity; no longer new; "moth-eaten theories about race"; "stale news"
-01689775 00 s 01 slavish 0 001 & 01688271 a 0000 | blindly imitative; "a slavish copy of the original"
-01689880 00 a 01 orthodox 0 010 ^ 00574422 a 0000 ^ 02294777 a 0000 = 04801313 n 0000 ! 01691073 a 0101 & 01690167 a 0000 & 01690244 a 0000 & 01690448 a 0000 & 01690606 a 0000 & 01690767 a 0000 & 01690987 a 0000 | adhering to what is commonly accepted; "an orthodox view of the world"
-01690167 00 s 01 antiheretical 0 001 & 01689880 a 0000 | opposed to heresy
-01690244 00 s 03 canonic 0 canonical 0 sanctioned 0 001 & 01689880 a 0000 | conforming to orthodox or recognized rules; "the drinking of cocktails was as canonical a rite as the mixing"- Sinclair Lewis
-01690448 00 s 02 conforming 0 conformist 0 002 & 01689880 a 0000 ;c 05946687 n 0000 | adhering to established customs or doctrines (especially in religion)
-01690606 00 s 02 conventional 0 established 0 002 & 01689880 a 0000 + 04801532 n 0101 | conforming with accepted standards; "a conventional view of the world"
-01690767 00 s 01 traditional 0 004 & 01689880 a 0000 + 05667404 n 0102 + 05809745 n 0101 + 04801877 n 0102 | pertaining to time-honored orthodox doctrines; "the simple security of traditional assumptions has vanished"
-01690987 00 s 01 unreformed 0 001 & 01689880 a 0000 | unaffected by the Reformation
-01691073 00 a 01 unorthodox 0 007 = 04801313 n 0000 ! 01689880 a 0101 & 01691302 a 0000 & 01691474 a 0000 & 01691687 a 0000 & 01691826 a 0000 & 01691975 a 0000 | breaking with convention or tradition; "an unorthodox lifestyle"
-01691302 00 s 02 dissentient 0 recusant 0 003 & 01691073 a 0000 + 09957834 n 0202 + 01243453 n 0201 | (of Catholics) refusing to attend services of the Church of England
-01691474 00 s 03 dissident 0 heretical 0 heterodox 0 005 & 01691073 a 0000 + 06212422 n 0203 + 05980412 n 0201 + 10018021 n 0102 + 07181208 n 0101 | characterized by departure from accepted beliefs or standards
-01691687 00 s 01 iconoclastic 0 002 & 01691073 a 0000 + 05980750 n 0101 | characterized by attack on established beliefs or institutions
-01691826 00 s 02 nonconforming 0 nonconformist 0 001 & 01691073 a 0000 | not conforming to established customs or doctrines especially in religion
-01691975 00 s 01 Reformed 0 001 & 01691073 a 0000 | of or relating to the body of Protestant Christianity arising during the Reformation; used of some Protestant churches especially Calvinist as distinct from Lutheran; "Dutch Reformed theology"
-01692222 00 a 03 outdoor(a) 0 out-of-door 0 outside 4 004 ^ 00952395 a 0000 ! 01692786 a 0101 & 01692512 a 0000 & 01692640 a 0000 | located, suited for, or taking place in the open air; "outdoor clothes"; "badminton and other outdoor games"; "a beautiful outdoor setting for the wedding"
-01692512 00 s 02 alfresco 0 open-air(a) 0 001 & 01692222 a 0000 | in the open air; "an alfresco lunch"; "an open-air theater"
-01692640 00 s 01 outdoorsy 0 002 & 01692222 a 0000 + 08613733 n 0101 | characteristic of or suitable to outdoor life; "a rugged outdoorsy life"
-01692786 00 a 01 indoor(a) 0 002 ^ 00952867 a 0000 ! 01692222 a 0101 | located, suited for, or taking place within a building; "indoor activities for a rainy day"; "an indoor pool"
-01692969 00 a 01 outside 0 006 ^ 00948103 a 0000 ! 01693799 a 0101 & 01693189 a 0000 & 01693311 a 0000 & 01693425 a 0000 & 01693585 a 0000 | relating to or being on or near the outer side or limit; "an outside margin"
-01693189 00 s 01 after-school(a) 0 001 & 01692969 a 0000 | outside regular school hours; "a special after-school class"
-01693311 00 s 01 extracurricular 0 001 & 01692969 a 0000 | outside the regular duties of your job or profession
-01693425 00 s 01 extracurricular 2 001 & 01692969 a 0000 | outside the regular academic curriculum; "sports and drama are popular extracurricular activities"
-01693585 00 s 01 right(a) 0 001 & 01692969 a 0000 | (of the side of cloth or clothing) facing or intended to face outward; "the right side of the cloth showed the pattern"; "be sure your shirt is right side out"
-01693799 00 a 01 inside 0 003 ^ 00948670 a 0000 ! 01692969 a 0101 & 01694081 a 0000 | relating to or being on the side closer to the center or within a defined space; "he reached into his inside jacket pocket"; "inside out"; "an inside pitch is between home plate and the batter"
-01694081 00 s 01 wrong 0 001 & 01693799 a 0000 | used of the side of cloth or clothing intended to face inward; "socks worn wrong side out"
-01694223 00 a 01 covered 0 026 ! 01698400 a 0101 & 01694892 a 0000 & 01695041 a 0000 & 01695160 a 0000 & 01695269 a 0000 & 01695363 a 0000 & 01695505 a 0000 & 01695749 a 0000 & 01695891 a 0000 & 01696165 a 0000 & 01696346 a 0000 & 01696502 a 0000 & 01696632 a 0000 & 01696734 a 0000 & 01696855 a 0000 & 01696999 a 0000 & 01697129 a 0000 & 01697235 a 0000 & 01697318 a 0000 & 01697425 a 0000 & 01697592 a 0000 & 01697770 a 0000 & 01697878 a 0000 & 01698000 a 0000 & 01698103 a 0000 & 01698231 a 0000 | overlaid or spread or topped with or enclosed within something; sometimes used as a combining form; "women with covered faces"; "covered wagons"; "a covered balcony"
-01694892 00 s 02 ariled 0 arillate 0 002 & 01694223 a 0000 ;c 06066555 n 0000 | (of some seeds) having a fleshy and usually brightly colored cover
-01695041 00 s 01 awninged 0 001 & 01694223 a 0000 | covered with an awning; "with awninged windows on the west side"
-01695160 00 s 01 beaded 0 001 & 01694223 a 0000 | covered with beads of liquid; "a face beaded with sweat"
-01695269 00 s 01 blanketed 0 001 & 01694223 a 0000 | covered with (or as if with) a blanket
-01695363 00 s 01 canopied 0 001 & 01694223 a 0000 | covered with or as with a canopy; "a canopied bed"; "streets canopied by stately trees"
-01695505 00 s 05 cloaked 0 clothed 0 draped 0 mantled 0 wrapped 0 001 & 01694223 a 0000 | covered with or as if with clothes or a wrap or cloak; "leaf-clothed trees"; "fog-cloaked meadows"; "a beam draped with cobwebs"; "cloud-wrapped peaks"
-01695749 00 s 04 crusted 0 encrusted 0 crusty 0 crustlike 0 002 & 01694223 a 0000 + 09260218 n 0301 | having a hardened crust as a covering
-01695891 00 s 04 dabbled 0 spattered 0 splashed 0 splattered 0 001 & 01694223 a 0000 | covered with bright patches (often used in combination); "waves dabbled with moonlight"; "a blood-spattered room"; "gardens splashed with color"; "kitchen walls splattered with grease"
-01696165 00 s 02 drenched 0 drenched_in 0 001 & 01694223 a 0000 | abundantly covered or supplied with; often used in combination; "drenched in moonlight"; "moon-drenched meadows"
-01696346 00 s 02 dusty 0 dust-covered 0 003 & 01694223 a 0000 + 14839846 n 0101 + 14498733 n 0101 | covered with a layer of dust; "a dusty pile of books"
-01696502 00 s 01 moon-splashed 0 001 & 01694223 a 0000 | splashed or covered patchily with moonlight; "the moon-splashed world"
-01696632 00 s 02 moss-grown 0 mossy 0 002 & 01694223 a 0000 + 11537506 n 0201 | overgrown with moss
-01696734 00 s 01 mud-beplastered 0 001 & 01694223 a 0000 | covered with or as if with mud; "mud-beplastered arguments"
-01696855 00 s 01 muffled 0 001 & 01694223 a 0000 | wrapped up especially for protection or secrecy; "children muffled almost to the eyebrows"
-01696999 00 s 01 peritrichous 0 002 & 01694223 a 0000 ;c 01348530 n 0000 | covered all over with uniformly distributed flagella
-01697129 00 s 02 plastered 0 sealed 2 001 & 01694223 a 0000 | (of walls) covered with a coat of plaster
-01697235 00 s 01 overgrown 0 001 & 01694223 a 0000 | covered with growing plants
-01697318 00 s 01 sealed 1 001 & 01694223 a 0000 | covered with a waterproof coating; "a sealed driveway"
-01697425 00 s 01 smothered 0 001 & 01694223 a 0000 | completely covered; "bonnets smothered with flowers"; "smothered chicken is chicken cooked in a seasoned gravy"
-01697592 00 s 03 snow-clad 0 snow-covered 0 snowy 0 002 & 01694223 a 0000 + 15043763 n 0301 | covered with snow; "snow-clad hills"; "snow-covered roads"; "a long snowy winter"
-01697770 00 s 01 splashy 0 002 & 01694223 a 0000 + 04682319 n 0101 | covered with patches of bright color
-01697878 00 s 01 sun-drenched 0 001 & 01694223 a 0000 | covered with sunlight; "sun-drenched beaches along the Riviera"
-01698000 00 s 01 thickspread 0 001 & 01694223 a 0000 | covered thickly; "toast thickspread with jam"
-01698103 00 s 01 tiled 0 001 & 01694223 a 0000 | covered or furnished with tiles; "baths with tiled walls"; "a tiled kitchen"
-01698231 00 s 02 white 0 snowy 2 002 & 01694223 a 0000 + 15043763 n 0201 | marked by the presence of snow; "a white Christmas"; "the white hills of a northern winter"
-01698400 00 a 01 bare 0 006 + 04697819 n 0101 ! 01694223 a 0101 & 01698610 a 0000 & 01698760 a 0000 & 01698903 a 0000 & 01699006 a 0000 | lacking its natural or customary covering; "a bare hill"; "bare feet"
-01698610 00 s 03 bald 0 denuded 0 denudate 0 001 & 01698400 a 0000 | without the natural or usual covering; "a bald spot on the lawn"; "bare hills"
-01698760 00 s 01 naked 0 002 & 01698400 a 0000 + 14456138 n 0101 | lacking any cover; "naked branches of the trees"; "lie on the naked rock"
-01698903 00 s 01 undraped 0 001 & 01698400 a 0000 | lacking drapery or draperies; "undraped windows"
-01699006 00 s 01 unroofed 0 001 & 01698400 a 0000 | having no roof; "an unroofed shed"
-01699095 00 a 01 coated 0 005 ! 01699982 a 0101 & 01699410 a 0000 & 01699576 a 0000 & 01699652 a 0000 & 01699838 a 0000 | having a coating; covered with an outer layer or film; often used in combination; "coated paper has a smooth polished coating especially suitable for halftone printing"; "sugar-coated pills"
-01699410 00 s 01 backed 0 002 & 01699095 a 0000 ;c 00903559 n 0000 | used of film that is coated on the side opposite the emulsion with a substance to absorb light
-01699576 00 s 01 black-coated 0 001 & 01699095 a 0000 | coated with black
-01699652 00 s 01 glazed 0 001 & 01699095 a 0000 | (of foods) covered with a shiny coating by applying e.g. beaten egg or a sugar or gelatin mixture; "glazed doughnuts"; "a glazed ham"
-01699838 00 s 01 oily 0 003 & 01699095 a 0000 + 14966667 n 0101 + 05000116 n 0102 | coated or covered with oil; "oily puddles in the streets"
-01699982 00 a 01 uncoated 0 001 ! 01699095 a 0101 | not having a coating; "uncoated paper"
-01700075 00 a 01 roofed 0 002 ;u 06307152 n 0000 ! 01700293 a 0101 | covered with a roof; having a roof as specified (often used in combination); "roofed picnic areas"; "a slate-roofed house"; "palmleaf-roofed huts"
-01700293 00 a 01 roofless 0 001 ! 01700075 a 0101 | not having a roof; "the hurricane left hundreds of house roofless"
-01700414 00 a 01 leafy 0 024 + 13152742 n 0101 ! 01703494 a 0101 & 01700944 a 0000 & 01701017 a 0000 & 01701134 a 0000 & 01701227 a 0000 & 01701321 a 0000 & 01701411 a 0000 & 01701512 a 0000 & 01701769 a 0000 & 01702031 a 0000 & 01702140 a 0000 & 01702253 a 0000 & 01702357 a 0000 & 01702543 a 0000 & 01702627 a 0000 & 01702727 a 0000 & 01702814 a 0000 & 01702913 a 0000 & 01703012 a 0000 & 01703106 a 0000 & 01703237 a 0000 & 01703330 a 0000 & 01703417 a 0000 | having or covered with leaves; "leafy trees"; "leafy vegetables"
-01700944 00 s 01 bifoliate 0 001 & 01700414 a 0000 | having two leaves
-01701017 00 s 01 bowery 0 002 & 01700414 a 0000 + 02732827 n 0103 | like a bower; leafy and shady; "a bowery lane"
-01701134 00 s 02 curly-leaved 0 curly-leafed 0 001 & 01700414 a 0000 | having curly leaves
-01701227 00 s 02 fan-leaved 0 fan-leafed 0 001 & 01700414 a 0000 | having fan-shaped leaves
-01701321 00 s 02 fine-leaved 0 fine-leafed 0 001 & 01700414 a 0000 | having fine leaves
-01701411 00 s 03 foliaceous 0 foliose 0 foliaged 0 001 & 01700414 a 0000 | bearing numerous leaves
-01701512 00 s 01 foliate 0 002 & 01700414 a 0000 ;c 06066555 n 0000 | (often used as a combining form) having or resembling a leaf or having a specified kind or number of leaves; "`foliate' is combined with the prefix `tri' to form the word `trifoliate'"
-01701769 00 s 01 foliolate 0 002 & 01700414 a 0000 ;c 06066555 n 0000 | (often used as a combining form) having leaflets (compound leaves) or a specified kind or number of leaflets; "`foliolate' is combined with the prefix `bi' to form the word `bifoliolate'"
-01702031 00 s 02 grassy-leaved 0 grassy-leafed 0 001 & 01700414 a 0000 | having leaves that resemble grass
-01702140 00 s 02 ivied 0 ivy-covered 0 001 & 01700414 a 0000 | overgrown with ivy; "Harvard's ivied buildings"
-01702253 00 s 02 large-leaved 0 large-leafed 0 001 & 01700414 a 0000 | having relatively large leaves
-01702357 00 s 02 leafed 0 leaved 0 001 & 01700414 a 0000 | having leaves or leaves as specified; often used in combination; "a fully leafed tree"; "broad-leafed"; "four-leaved clover"
-01702543 00 s 02 leaflike 0 leaf-like 0 001 & 01700414 a 0000 | resembling a leaf
-01702627 00 s 02 leather-leaved 0 leather-leafed 0 001 & 01700414 a 0000 | having leathery leaves
-01702727 00 s 02 petallike 0 petal-like 0 001 & 01700414 a 0000 | resembling a petal
-01702814 00 s 02 pinnate-leaved 0 pinnate-leafed 0 001 & 01700414 a 0000 | having pinnate leaves
-01702913 00 s 02 prickly-leaved 0 prickly-leafed 0 001 & 01700414 a 0000 | having prickly leaves
-01703012 00 s 02 silky-leaved 0 silky-leafed 0 001 & 01700414 a 0000 | having glossy leaves
-01703106 00 s 04 silver-leaved 0 silvery-leaved 0 silver-leafed 0 silvery-leafed 0 001 & 01700414 a 0000 | having silvery leaves
-01703237 00 s 02 spiny-leaved 0 spiny-leafed 0 001 & 01700414 a 0000 | having spiny leaves
-01703330 00 s 02 two-leaved 0 two-leafed 0 001 & 01700414 a 0000 | having two leaves
-01703417 00 s 01 unifoliate 0 001 & 01700414 a 0000 | having a single leaf
-01703494 00 a 01 leafless 0 004 ! 01700414 a 0101 & 01703619 a 0000 & 01703710 a 0000 & 01703797 a 0000 | having no leaves
-01703619 00 s 01 aphyllous 0 002 & 01703494 a 0000 ;c 06066555 n 0000 | having no leaves
-01703710 00 s 02 defoliate 0 defoliated 0 001 & 01703494 a 0000 | deprived of leaves
-01703797 00 s 01 scapose 0 002 & 01703494 a 0000 ;c 06066555 n 0000 | resembling or consisting of a scape; having a bare leafless stalk growing directly from the ground; "tulips are scapose flowers"; "a scapose stalk"; "a scapose column"; "the scapose portion of a feather"
-01704073 00 a 01 lipped 0 005 ! 01704675 a 0101 & 01704273 a 0000 & 01704420 a 0000 & 01704523 a 0000 & 01704599 a 0000 | having a lip or lips; "a lipped bowl"; "a virgin purest lipped"- John Keats
-01704273 00 s 02 bilabiate 0 two-lipped 0 002 & 01704073 a 0000 ;c 06066555 n 0000 | having two lips; "the corolla of a snapdragon is bilabiate"
-01704420 00 s 02 labiate 0 liplike 0 001 & 01704073 a 0000 | having lips or parts that resemble lips
-01704523 00 s 01 thick-lipped 0 001 & 01704073 a 0000 | having thick lips
-01704599 00 s 01 three-lipped 0 001 & 01704073 a 0000 | having three lips
-01704675 00 a 02 lipless 0 unlipped 0 001 ! 01704073 a 0101 | without a lip or lips
-01704761 00 a 02 overt 0 open 7 009 ^ 00940437 a 0000 ^ 02090341 a 0000 ^ 01861205 a 0000 + 04654066 n 0201 ! 01705655 a 0101 & 01705088 a 0000 & 01705195 a 0000 & 01705418 a 0000 & 01705513 a 0000 | open and observable; not secret or hidden; "an overt lie"; "overt hostility"; "overt intelligence gathering"; "open ballots"
-01705088 00 s 02 bald 0 barefaced 0 001 & 01704761 a 0000 | with no effort to conceal; "a barefaced lie"
-01705195 00 s 02 naked 0 raw 0 002 & 01704761 a 0000 + 04654066 n 0102 | devoid of elaboration or diminution or concealment; bare and pure; "naked ambition"; "raw fury"; "you may kill someone someday with your raw power"
-01705418 00 s 01 undisguised 0 001 & 01704761 a 0000 | plain to see; "undisguised curiosity"
-01705513 00 s 01 visible 0 003 & 01704761 a 0000 + 05017458 n 0102 + 05017458 n 0101 | obvious to the eye; "a visible change of expression"
-01705655 00 a 01 covert 0 016 ^ 00941485 a 0000 ^ 02517265 a 0000 ^ 02088404 a 0000 + 14416349 n 0102 ! 01704761 a 0101 & 01706111 a 0000 & 01706341 a 0000 & 01706465 a 0000 & 01706986 a 0000 & 01707084 a 0000 & 01707230 a 0000 & 01707404 a 0000 & 01707531 a 0000 & 01707733 a 0000 & 01708049 a 0000 & 01708164 a 0000 | secret or hidden; not openly practiced or engaged in or shown or avowed; "covert actions by the CIA"; "covert funding for the rebels"
-01706111 00 s 03 backstair 0 backstairs 0 furtive 0 002 & 01705655 a 0000 + 04657631 n 0301 | secret and sly or sordid; "backstairs gossip"; "his low backstairs cunning"- A.L.Guerard; "backstairs intimacies"; "furtive behavior"
-01706341 00 s 01 black 0 001 & 01705655 a 0000 | (of intelligence operations) deliberately misleading; "black propaganda"
-01706465 00 s 09 clandestine 0 cloak-and-dagger 0 hole-and-corner(a) 0 hugger-mugger 0 hush-hush 0 secret 1 surreptitious 0 undercover 0 underground 0 002 & 01705655 a 0000 + 08360672 n 0901 | conducted with or marked by hidden aims or methods; "clandestine intelligence operations"; "cloak-and-dagger activities behind enemy lines"; "hole-and-corner intrigue"; "secret missions"; "a secret agent"; "secret sales of arms"; "surreptitious mobilization of troops"; "an undercover investigation"; "underground resistance"
-01706986 00 s 01 secret 2 001 & 01705655 a 0000 | indulging only covertly; "a secret alcoholic"
-01707084 00 s 02 collusive 0 conniving 0 002 & 01705655 a 0000 + 00707624 v 0102 | acting together in secret toward a fraudulent or illegal end
-01707230 00 s 03 cloaked 0 disguised 0 masked 0 001 & 01705655 a 0000 | having its true character concealed with the intent of misleading; "hidden agenda"; "masked threat"
-01707404 00 s 01 secret 3 001 & 01705655 a 0000 | communicated covertly; "their secret signal was a wink"; "secret messages"
-01707531 00 s 03 sub-rosa 0 under-the-table 0 behind-the-scenes 0 001 & 01705655 a 0000 | designed and carried out secretly or confidentially; "a sub-rosa report"; "has their under-the-table backing"
-01707733 00 s 03 subterranean 0 subterraneous 0 ulterior 0 001 & 01705655 a 0000 | lying beyond what is openly revealed or avowed (especially being kept in the background or deliberately concealed); "subterranean motives for murder"; "looked too closely for an ulterior purpose in all knowledge"- Bertrand Russell
-01708049 00 s 01 under_wraps(p) 0 001 & 01705655 a 0000 | kept secret; "the plan was kept carefully under wraps"
-01708164 00 s 02 undisclosed 0 unrevealed 0 001 & 01705655 a 0000 | not made known
-01708249 00 a 01 paid 0 010 ! 01709815 a 0101 & 01708563 a 0000 & 01708663 a 0000 & 01708898 a 0000 & 01709081 a 0000 & 01709245 a 0000 & 01709354 a 0000 & 01709437 a 0000 & 01709542 a 0000 & 01709681 a 0000 | marked by the reception of pay; "paid work"; "a paid official"; "a paid announcement"; "a paid check"
-01708563 00 s 01 cashed 0 001 & 01708249 a 0000 | for which money has been paid; "a cashed check"
-01708663 00 s 05 compensable 0 paying(a) 0 remunerative 0 salaried 1 stipendiary 1 002 & 01708249 a 0000 + 02249741 v 0303 | for which money is paid; "a paying job"; "remunerative work"; "salaried employment"; "stipendiary services"
-01708898 00 s 04 compensated 0 remunerated 0 salaried 2 stipendiary 2 001 & 01708249 a 0000 | receiving or eligible for compensation; "salaried workers"; "a stipendiary magistrate"
-01709081 00 s 03 mercenary(a) 0 free-lance(a) 0 freelance(a) 0 002 & 01708249 a 0000 + 10309614 n 0101 | serving for wages in a foreign army; "mercenary killers"
-01709245 00 s 01 paid-up 0 001 & 01708249 a 0000 | paid in advance; "paid-up insurance"; "paid-up members"
-01709354 00 s 01 post-free 0 002 & 01708249 a 0000 ;r 08860123 n 0000 | postpaid
-01709437 00 s 02 postpaid 0 prepaid 0 001 & 01708249 a 0000 | used especially of mail; paid in advance
-01709542 00 s 01 reply-paid 0 001 & 01708249 a 0000 | with cost of reply prepaid by sender; "reply-paid postcard"; "reply-paid envelope"
-01709681 00 s 01 square(p) 0 002 & 01708249 a 0000 ;u 07075172 n 0000 | leaving no balance; "my account with you is now all square"
-01709815 00 a 01 unpaid 0 009 ^ 00136354 a 0000 ! 01708249 a 0101 & 01710054 a 0000 & 01710260 a 0000 & 01710421 a 0000 & 01710543 a 0000 & 01710709 a 0000 & 01710809 a 0000 & 01710946 a 0000 | not paid; "unpaid wages"; "an unpaid bill"
-01710054 00 s 01 buckshee 0 002 & 01709815 a 0000 ;r 08860123 n 0000 | free of charge; "if they deposit these shares in the scheme they will get further buckshee shares on a one-for-one basis"- Economist
-01710260 00 s 05 complimentary 0 costless 0 free 0 gratis(p) 0 gratuitous 0 001 & 01709815 a 0000 | costing nothing; "complimentary tickets"; "free admission"
-01710421 00 s 01 non-paying 0 001 & 01709815 a 0000 | paying nothing; "non-paying guests"; "non-paying bidders on eBay"
-01710543 00 s 03 outstanding 0 owing(p) 0 undischarged 0 001 & 01709815 a 0000 | owed as a debt; "outstanding bills"; "the amount still owed"; "undischarged debts"
-01710709 00 s 01 pro_bono 0 001 & 01709815 a 0000 | done for the public good without compensation
-01710809 00 s 01 rent-free 0 001 & 01709815 a 0000 | complimentary; without payment of rent; "with the job came a rent-free apartment"
-01710946 00 s 02 uncompensated 0 unsalaried 0 001 & 01709815 a 0000 | not paying a salary; "an uncompensated federal post"
-01711071 00 a 01 painful 0 016 ^ 01160031 a 0000 ^ 01262611 a 0000 + 07494363 n 0102 + 04720024 n 0101 ! 01713095 a 0101 & 01711465 a 0000 & 01711614 a 0000 & 01711724 a 0000 & 01711910 a 0000 & 01712076 a 0000 & 01712174 a 0000 & 01712327 a 0000 & 01712529 a 0000 & 01712657 a 0000 & 01712753 a 0000 & 01712940 a 0000 | causing physical or psychological pain; "worked with painful slowness"
-01711465 00 s 02 aching 0 achy 0 002 & 01711071 a 0000 + 14323683 n 0201 | causing a dull and steady pain; "my aching head"; "her old achy joints"
-01711614 00 s 02 agonized 0 agonised 0 001 & 01711071 a 0000 | expressing pain or agony; "agonized screams"
-01711724 00 s 07 agonizing 0 agonising 0 excruciating 0 harrowing 0 torturing 0 torturous 0 torturesome 0 003 & 01711071 a 0000 + 14333433 n 0601 + 07495551 n 0603 | extremely painful
-01711910 00 s 02 biting 0 bitter 0 001 & 01711071 a 0000 | causing a sharply painful or stinging sensation; used especially of cold; "bitter cold"; "a biting wind"
-01712076 00 s 02 chafed 0 galled 0 001 & 01711071 a 0000 | painful from having the skin abraded
-01712174 00 s 01 poignant 0 003 & 01711071 a 0000 + 13989443 n 0101 + 13989443 n 0102 | keenly distressing to the mind or feelings; "poignant anxiety"
-01712327 00 s 01 itchy 0 003 & 01711071 a 0000 + 05723563 n 0101 + 05723563 n 0102 | causing an irritating cutaneous sensation; being affect with an itch; "he had an itchy toe from the mosquito bite"
-01712529 00 s 02 racking 0 wrenching 0 001 & 01711071 a 0000 | causing great physical or mental suffering; "a wrenching pain"
-01712657 00 s 01 saddle-sore 0 001 & 01711071 a 0000 | (of a rider) sore after riding a horse
-01712753 00 s 04 sensitive 0 sore 0 raw 0 tender 0 005 & 01711071 a 0000 + 14332617 n 0401 + 14332617 n 0303 + 14332617 n 0202 + 05652926 n 0101 | hurting; "the tender spot on his jaw"
-01712940 00 s 01 traumatic 0 002 & 01711071 a 0000 + 14285276 n 0101 | psychologically painful;"few experiences are more traumatic than losing a child";
-01713095 00 a 01 painless 0 003 ^ 01159655 a 0000 ! 01711071 a 0101 & 01713250 a 0000 | not causing physical or psychological pain; "painless dentistry"
-01713250 00 s 02 pain-free 0 unpainful 0 001 & 01713095 a 0000 | not accompanied by pain sensations; "pain-free surgery"
-01713373 00 a 01 painted 0 005 ^ 01005063 a 0000 ! 01713925 a 0101 & 01713550 a 0000 & 01713713 a 0000 & 01713815 a 0000 | coated with paint; "freshly painted lawn furniture"
-01713550 00 s 01 finished 0 001 & 01713373 a 0000 | having a surface coating or finish applied; "the finished bookcase costs much more than the unfinished ones"
-01713713 00 s 02 stained 0 varnished 0 001 & 01713373 a 0000 | having a coating of stain or varnish
-01713815 00 s 01 whitewashed 0 001 & 01713373 a 0000 | coated with whitewash; "miles of whitewashed fences"
-01713925 00 a 01 unpainted 0 005 ^ 01005675 a 0000 ! 01713373 a 0101 & 01714157 a 0000 & 01714314 a 0000 & 01714406 a 0000 | not having a coat of paint or badly in need of a fresh coat; "an unpainted house"; "unpainted furniture"
-01714157 00 s 02 bare 0 unfinished 0 002 & 01713925 a 0000 + 04697819 n 0101 | lacking a surface finish such as paint; "bare wood"; "unfinished furniture"
-01714314 00 s 01 unoiled 0 001 & 01713925 a 0000 | not having oil rubbed into the surface
-01714406 00 s 02 unstained 0 unvarnished 0 001 & 01713925 a 0000 | not having a coating of stain or varnish
-01714516 00 a 01 painted 1 002 ! 01714774 a 0101 & 01714633 a 0000 | having makeup applied; "brazen painted faces"
-01714633 00 s 01 rouged 0 001 & 01714516 a 0000 | marked by the use of various kinds of red makeup; "freshly rouged lips"; "rouged cheeks"
-01714774 00 a 01 unpainted 1 002 ! 01714516 a 0101 & 01714896 a 0000 | not having makeup on; "her sweet unpainted face"
-01714896 00 s 01 unrouged 0 001 & 01714774 a 0000 | not wearing rouge; "unrouged lips"
-01714985 00 a 03 delineated 0 represented 2 delineate 0 004 ! 01715574 a 0101 & 01715157 a 0000 & 01715287 a 0000 & 01715430 a 0000 | represented accurately or precisely
-01715157 00 s 03 depicted 0 pictured 0 portrayed 0 001 & 01714985 a 0000 | represented graphically by sketch or design or lines
-01715287 00 s 01 described 0 001 & 01714985 a 0000 | represented in words especially with sharpness and detail; "the vividly described wars"
-01715430 00 s 02 diagrammatic 0 diagrammatical 0 003 & 01714985 a 0000 + 03186399 n 0201 + 03186399 n 0101 | shown or represented by diagrams
-01715574 00 a 01 undelineated 0 003 ! 01714985 a 0101 & 01715708 a 0000 & 01715790 a 0000 | not represented accurately or precisely
-01715708 00 s 02 undepicted 0 unpictured 0 001 & 01715574 a 0000 | not pictured
-01715790 00 s 01 undrawn 0 001 & 01715574 a 0000 | not represented in a drawing
-01715872 00 a 01 paintable 0 001 ! 01716034 a 0101 | lending itself to being painted; "a highly paintable landscape"; "made of sturdy eminently paintable wood"
-01716034 00 a 01 unpaintable 0 001 ! 01715872 a 0101 | not paintable especially not suitable for artistic representation on canvas; "the inexpressible, unpaintable `tick' in the unconscious"
-01716227 00 a 02 palatable 0 toothsome 0 007 ^ 00133417 a 0000 ^ 00828779 a 0000 ^ 02395115 a 0000 + 04794580 n 0102 + 04995211 n 0102 + 04995211 n 0101 ! 01716491 a 0101 | acceptable to the taste or mind; "palatable food"; "a palatable solution to the problem"
-01716491 00 a 01 unpalatable 0 011 ^ 00829496 a 0000 ^ 01624633 a 0000 ^ 02399399 a 0000 ^ 00133851 a 0000 ^ 01801600 a 0000 + 04780396 n 0102 + 04996355 n 0102 + 04996355 n 0101 ! 01716227 a 0101 & 01716845 a 0000 & 01716971 a 0000 | not pleasant or acceptable to the taste or mind; "an unpalatable meal"; "unpalatable truths"; "unpalatable behavior"
-01716845 00 s 01 brackish 0 001 & 01716491 a 0000 | distasteful and unpleasant; spoiled by mixture; "a thin brackish gruel"
-01716971 00 s 03 distasteful 0 unsavory 0 unsavoury 0 003 & 01716491 a 0000 + 04996571 n 0205 + 04996571 n 0102 | not pleasing in odor or taste
-01717117 00 a 02 palpable 0 tangible 4 005 ^ 01746605 a 0000 + 04760024 n 0202 + 04760024 n 0201 ! 01717669 a 0101 & 01717471 a 0000 | capable of being perceived; especially capable of being handled or touched or felt; "a barely palpable dust"; "felt sudden anger in a palpable wave"; "the air was warm and close--palpable as cotton"; "a palpable lie"
-01717471 00 s 01 perceptible 0 003 & 01717117 a 0000 + 02106506 v 0101 + 05017230 n 0101 | easily perceived by the senses or grasped by the mind; "a perceptible sense of expectation in the court"
-01717669 00 a 01 impalpable 0 003 ^ 01748318 a 0000 ! 01717117 a 0101 & 01717901 a 0000 | imperceptible to the senses or the mind; "an impalpable cloud"; "impalpable shadows"; "impalpable distinctions"; "as impalpable as a dream"
-01717901 00 s 02 elusive 0 subtle 0 003 & 01717669 a 0000 + 02723232 v 0101 + 04824118 n 0101 | difficult to detect or grasp by the mind or analyze; "his whole attitude had undergone a subtle change"; "a subtle difference"; "that elusive thing the soul"
-01718158 00 a 01 parallel 0 007 ^ 00503982 a 0000 ^ 02371718 a 0000 ! 01720280 a 0101 ! 01718867 a 0101 & 01718470 a 0000 & 01718609 a 0000 & 01718732 a 0000 | being everywhere equidistant and not intersecting; "parallel lines never converge"; "concentric circles are parallel"; "dancers in two parallel rows"
-01718470 00 s 01 antiparallel 0 001 & 01718158 a 0000 | (especially of vectors) parallel but oppositely directed; "antiparallel vectors"
-01718609 00 s 01 collateral 0 001 & 01718158 a 0000 | situated or running side by side; "collateral ridges of mountains"
-01718732 00 s 02 nonconvergent 0 nonintersecting 0 001 & 01718158 a 0000 | (of lines, planes, or surfaces) never meeting or crossing
-01718867 00 a 01 oblique 0 013 ^ 00612114 a 0000 ^ 00612652 a 0000 ^ 01234167 a 0000 + 05557839 n 0104 + 05066333 n 0101 ! 01718158 a 0101 ! 01720280 a 0101 & 01719393 a 0000 & 01719507 a 0000 & 01719779 a 0000 & 01719870 a 0000 & 01720091 a 0000 & 01720198 a 0000 | slanting or inclined in direction or course or position--neither parallel nor perpendicular nor right-angled; "the oblique rays of the winter sun"; "acute and obtuse angles are oblique angles"; "the axis of an oblique cone is not perpendicular to its base"
-01719393 00 s 01 bias 0 001 & 01718867 a 0000 | slanting diagonally across the grain of a fabric; "a bias fold"
-01719507 00 s 08 catacorner 0 cata-cornered 0 catercorner 0 cater-cornered 0 catty-corner 0 catty-cornered 0 kitty-corner 0 kitty-cornered 0 001 & 01718867 a 0000 | slanted across a polygon on a diagonal line; "set off in a catty-corner direction across the vacant lot"
-01719779 00 s 02 crabwise 0 sideways 0 001 & 01718867 a 0000 | (of movement) at an angle
-01719870 00 s 01 diagonal 2 002 & 01718867 a 0000 + 13904325 n 0101 | connecting two nonadjacent corners of a plane figure or any two corners of a solid that are not in the same face; "a diagonal line across the page"
-01720091 00 s 01 nonparallel 0 001 & 01718867 a 0000 | (of e.g. lines or paths) not parallel; converging
-01720198 00 s 01 oblique-angled 0 001 & 01718867 a 0000 | having oblique angles
-01720280 00 a 01 perpendicular 0 008 + 13870680 n 0101 + 13829047 n 0102 + 05072208 n 0101 ! 01718867 a 0101 ! 01718158 a 0101 & 01720549 a 0000 & 01720642 a 0000 & 01720930 a 0000 | intersecting at or forming right angles; "the axes are perpendicular to each other"
-01720549 00 s 01 normal 0 002 & 01720280 a 0000 ;c 06004685 n 0000 | forming a right angle
-01720642 00 s 02 orthogonal 0 rectangular 0 002 & 01720280 a 0000 + 05072078 n 0101 | having a set of mutually perpendicular axes; meeting at right angles; "wind and sea may displace the ship's center of gravity along three orthogonal axes"; "a rectangular Cartesian coordinate system"
-01720930 00 s 01 right 0 002 & 01720280 a 0000 ;c 06004685 n 0000 | having the axis perpendicular to the base; "a right angle"
-01721059 00 a 01 pardonable 0 004 ! 01721530 a 0101 & 01721197 a 0000 & 01721319 a 0000 & 01721401 a 0000 | admitting of being pardoned
-01721197 00 s 03 excusable 0 forgivable 0 venial 1 001 & 01721059 a 0000 | easily excused or forgiven; "a venial error"
-01721319 00 s 01 expiable 0 001 & 01721059 a 0000 | capable of being atoned for
-01721401 00 s 02 minor 0 venial 2 002 & 01721059 a 0000 ;c 06182144 n 0000 | warranting only temporal punishment; "venial sin"
-01721530 00 a 01 unpardonable 0 004 ! 01721059 a 0101 & 01721691 a 0000 & 01721867 a 0000 & 01721953 a 0000 | not admitting of pardon; "unpardonable behavior"
-01721691 00 s 02 deadly 0 mortal(a) 0 003 & 01721530 a 0000 ;c 06182144 n 0000 + 04791081 n 0101 | involving loss of divine grace or spiritual death; "the seven deadly sins"
-01721867 00 s 02 inexcusable 0 unforgivable 0 001 & 01721530 a 0000 | not excusable
-01721953 00 s 01 inexpiable 0 001 & 01721530 a 0000 | incapable of being atoned for
-01722039 00 a 01 excusable 0 002 ! 01722260 a 0101 & 01722140 a 0000 | capable of being overlooked
-01722140 00 s 01 justifiable 0 003 & 01722039 a 0000 + 00894738 v 0104 + 00896803 v 0101 | capable of being justified
-01722260 00 a 01 inexcusable 0 002 ! 01722039 a 0101 & 01722367 a 0000 | without excuse or justification
-01722367 00 s 05 indefensible 0 insupportable 0 unjustifiable 0 unwarrantable 0 unwarranted 0 001 & 01722260 a 0000 | incapable of being justified or explained
-01722529 00 a 03 parental 0 maternal 4 paternal 4 002 + 10399491 n 0101 ! 01722699 a 0101 | relating to or characteristic of or befitting a parent; "parental guidance"
-01722699 00 a 01 filial 0 002 ! 01722529 a 0101 & 01722846 a 0000 | relating to or characteristic of or befitting an offspring; "filial respect"
-01722846 00 s 01 daughterly 0 002 & 01722699 a 0000 + 09992837 n 0101 | befitting a daughter; "daughterly affection"
-01722965 00 a 01 partial 1 004 ^ 00957176 a 0000 + 06201136 n 0101 ! 01723308 a 0101 & 01723091 a 0000 | showing favoritism
-01723091 00 s 05 biased 0 colored 0 coloured 0 one-sided 0 slanted 0 001 & 01722965 a 0000 | favoring one person or side over another; "a biased account of the trial"; "a decision that was partial to the defendant"
-01723308 00 a 01 impartial 0 007 ^ 00956131 a 0000 + 06202686 n 0101 ! 01722965 a 0101 & 01723543 a 0000 & 01723648 a 0000 & 01723856 a 0000 & 01724072 a 0000 | showing lack of favoritism; "the cold neutrality of an impartial judge"
-01723543 00 s 01 disinterested 0 002 & 01723308 a 0000 + 06202907 n 0101 | unaffected by self-interest
-01723648 00 s 02 dispassionate 0 cold-eyed 0 003 & 01723308 a 0000 + 04630137 n 0101 + 04630137 n 0102 | unaffected by strong emotion or prejudice; "a journalist should be a dispassionate reporter of fact"
-01723856 00 s 03 indifferent 0 unbiased 0 unbiassed 0 002 & 01723308 a 0000 + 07505676 n 0101 | characterized by a lack of partiality; "a properly indifferent jury"; "an unbiasgoted account of her family problems"
-01724072 00 s 01 indifferent 2 003 & 01723308 a 0000 + 07505676 n 0101 + 04673470 n 0103 | marked by no especial liking or dislike or preference for one thing over another; "indifferent about which book you would give them"; "was indifferent to their acceptance or rejection of her invitation"
-01724368 00 a 01 particulate 0 001 ! 01724456 a 0101 | composed of distinct particles
-01724456 00 a 01 nonparticulate 0 001 ! 01724368 a 0101 | not composed of distinct particles
-01724551 00 a 01 passable 0 005 ! 01725273 a 0101 & 01724743 a 0000 & 01724916 a 0000 & 01725031 a 0000 & 01725129 a 0000 | able to be passed or traversed or crossed; "the road is passable"
-01724743 00 s 01 navigable 0 003 & 01724551 a 0000 + 04719661 n 0101 + 01846320 v 0103 | able to be sailed on or through safely; "navigable waters"; "a navigable channel"
-01724916 00 s 01 negotiable 0 001 & 01724551 a 0000 | capable of being passed or negotiated; "a negotiable road"
-01725031 00 s 02 surmountable 0 climbable 0 001 & 01724551 a 0000 | capable of being surmounted
-01725129 00 s 02 traversable 0 travelable 0 001 & 01724551 a 0000 | capable of being traversed; "highway crews soon had the roads travelable"
-01725273 00 a 02 impassable 0 unpassable 0 004 ! 01724551 a 0101 & 01725422 a 0000 & 01725537 a 0000 & 01725624 a 0000 | incapable of being passed
-01725422 00 s 02 unsurmountable 0 unclimbable 0 001 & 01725273 a 0000 | incapable of being surmounted or climbed
-01725537 00 s 01 unnavigable 0 001 & 01725273 a 0000 | incapable of being navigated
-01725624 00 s 01 untraversable 0 001 & 01725273 a 0000 | incapable of being traversed
-01725712 00 a 01 passionate 0 013 ^ 00853776 a 0000 ^ 00885695 a 0000 ^ 01256332 a 0000 ^ 01463965 a 0000 + 07480896 n 0102 ! 01727439 a 0101 & 01726021 a 0000 & 01726235 a 0000 & 01726613 a 0000 & 01726775 a 0000 & 01726859 a 0000 & 01727133 a 0000 & 01727303 a 0000 | having or expressing strong emotions
-01726021 00 s 03 ablaze 0 aflame 0 aroused 0 001 & 01725712 a 0000 | keenly excited (especially sexually) or indicating excitement; "his face all ablaze with excitement"- Bram Stoker; "he was aflame with desire"
-01726235 00 s 07 ardent 0 fervent 0 fervid 0 fiery 0 impassioned 0 perfervid 0 torrid 0 005 & 01725712 a 0000 + 07481375 n 0406 + 04628336 n 0401 + 07481375 n 0307 + 07481375 n 0205 | characterized by intense emotion; "ardent love"; "an ardent lover"; "a fervent desire to change society"; "a fervent admirer"; "fiery oratory"; "an impassioned appeal"; "a torrid love affair"
-01726613 00 s 01 choleric 0 002 & 01725712 a 0000 + 07516354 n 0102 | easily moved to anger; "men of the choleric type take to kicking and smashing"- H.G.Wells
-01726775 00 s 01 demon-ridden 0 001 & 01725712 a 0000 | as if possessed by demons
-01726859 00 s 04 fanatic 0 fanatical 0 overzealous 0 rabid 0 006 & 01725712 a 0000 + 04885784 n 0402 + 04885784 n 0403 + 10077879 n 0201 + 10077879 n 0101 + 06206334 n 0102 | marked by excessive enthusiasm for and intense devotion to a cause or idea; "rabid isolationist"
-01727133 00 s 03 lustful 0 lusty 0 concupiscent 0 005 & 01725712 a 0000 + 07487955 n 0303 + 07489714 n 0202 + 00759335 n 0201 + 07489714 n 0103 | vigorously passionate
-01727303 00 s 01 wild 0 002 & 01725712 a 0000 + 07481223 n 0101 | in a state of extreme emotion; "wild with anger"; "wild with grief"
-01727439 00 a 01 passionless 0 006 ^ 01257612 a 0000 ^ 00856860 a 0000 ^ 00887062 a 0000 ! 01725712 a 0101 & 01727644 a 0000 & 01727741 a 0000 | not passionate; "passionless observation of human nature"
-01727644 00 s 01 platonic 0 001 & 01727439 a 0000 | free from physical desire; "platonic love"
-01727741 00 s 01 unimpassioned 0 001 & 01727439 a 0000 | free from emotional appeal; marked by reasonableness; "answered with an unimpassioned defense"; "the unimpassioned intellect"
-01727926 00 a 01 past 0 022 ^ 00668571 a 0000 ^ 01638438 a 0000 ^ 01295443 a 0000 = 05046009 n 0000 + 05049656 n 0101 ! 01731351 a 0101 ! 01732270 a 0101 & 01728476 a 0000 & 01728614 a 0000 & 01728919 a 0000 & 01729157 a 0000 & 01729384 a 0000 & 01729566 a 0000 & 01729819 a 0000 & 01730060 a 0000 & 01730329 a 0000 & 01730444 a 0000 & 01730745 a 0000 & 01730820 a 0000 & 01730909 a 0000 & 01731108 a 0000 & 01731208 a 0000 | earlier than the present time; no longer current; "time past"; "his youth is past"; "this past Thursday"; "the past year"
-01728476 00 s 02 ago 0 agone 0 001 & 01727926 a 0000 | gone by; or in the past; "two years ago"; "`agone' is an archaic word for `ago'"
-01728614 00 s 01 ancient 0 003 & 01727926 a 0000 + 04925756 n 0101 + 09793141 n 0101 | belonging to times long past especially of the historical period before the fall of the Western Roman Empire; "ancient history"; "ancient civilizations such as those of the Etruscans and Sumerians"; "ancient Greece"
-01728919 00 s 05 bygone 0 bypast 0 departed 0 foregone 0 gone 0 002 & 01727926 a 0000 + 15121153 n 0101 | well in the past; former; "bygone days"; "dreams of foregone times"; "sweet memories of gone summers"; "relics of a departed era"
-01729157 00 s 03 chivalric 0 knightly 0 medieval 0 003 & 01727926 a 0000 + 10238375 n 0201 + 05955848 n 0101 | characteristic of the time of chivalry and knighthood in the Middle Ages; "chivalric rites"; "the knightly years"
-01729384 00 s 03 early(a) 0 former(a) 0 other(a) 2 001 & 01727926 a 0000 | belonging to the distant past; "the early inhabitants of Europe"; "former generations"; "in other times"
-01729566 00 s 07 erstwhile(a) 0 former(a) 1 old 3 onetime(a) 0 one-time(a) 0 quondam(a) 0 sometime(a) 0 001 & 01727926 a 0000 | belonging to some prior time; "erstwhile friend"; "our former glory"; "the once capital of the state"; "her quondam lover"
-01729819 00 s 03 former(a) 2 late(a) 2 previous(a) 0 001 & 01727926 a 0000 | (used especially of persons) of the immediate past; "the former president"; "our late President is still very active"; "the previous occupant of the White House"
-01730060 00 s 02 historic 0 historical 0 004 & 01727926 a 0000 + 05170088 n 0201 + 15121406 n 0101 + 06156752 n 0101 | belonging to the past; of what is important or famous in the past; "historic victories"; "historical (or historic) times"; "a historical character"
-01730329 00 s 01 last(a) 0 001 & 01727926 a 0000 | immediately past; "last Thursday"; "the last chapter we read"
-01730444 00 s 02 late(a) 0 recent 0 004 & 01727926 a 0000 + 04927268 n 0201 + 05049808 n 0202 + 05047059 n 0101 | of the immediate past or just previous to the present time; "a late development"; "their late quarrel"; "his recent trip to Africa"; "in recent months"; "a recent issue of the journal"
-01730745 00 s 01 olden 0 001 & 01727926 a 0000 | long past; "olden days"
-01730820 00 s 01 other(a) 0 001 & 01727926 a 0000 | recently past; "the other evening"
-01730909 00 s 02 prehistoric 0 prehistorical 0 002 & 01727926 a 0000 + 15254550 n 0101 | belonging to or existing in times before recorded history; "prehistoric settlements"; "prehistoric peoples"
-01731108 00 s 01 then(a) 0 001 & 01727926 a 0000 | at a specific prior time; "the then president"
-01731208 00 s 02 ultimo 0 ult 0 001 & 01727926 a 0000 | in or of the month preceding the present one; "your letter received on the 29th ult"
-01731351 00 a 01 present(a) 1 010 = 05046009 n 0000 + 15119536 n 0101 + 06329734 n 0101 + 05050115 n 0101 ! 01732270 a 0101 ! 01727926 a 0101 & 01731786 a 0000 & 01731882 a 0000 & 01732012 a 0000 & 01732131 a 0000 | temporal sense; intermediate between past and future; now existing or happening or in consideration; "the present leader"; "articles for present use"; "the present topic"; "the present system"; "present observations"
-01731786 00 s 01 existing 0 001 & 01731351 a 0000 | presently existing; "the existing system"
-01731882 00 s 01 immediate 0 002 & 01731351 a 0000 + 05059525 n 0102 | of the present time and place; "the immediate revisions"
-01732012 00 s 02 instant 0 inst 0 001 & 01731351 a 0000 | in or of the present month; "your letter of the 10th inst"
-01732131 00 s 01 latter-day 0 001 & 01731351 a 0000 | belonging to the present or recent times; "the latter-day problems of our society"
-01732270 00 a 01 future 0 013 ^ 01294300 a 0000 ^ 01883898 a 0000 = 05046009 n 0000 + 15121625 n 0103 + 05049930 n 0101 ! 01727926 a 0101 ! 01731351 a 0101 & 01732601 a 0000 & 01732855 a 0000 & 01732958 a 0000 & 01733082 a 0000 & 01733189 a 0000 & 01733330 a 0000 | yet to be or coming; "some future historian will evaluate him"
-01732601 00 s 04 approaching 0 coming(a) 1 forthcoming 0 upcoming 0 002 & 01732270 a 0000 + 14030820 n 0306 | of the relatively near future; "the approaching election"; "this coming Thursday"; "the forthcoming holidays"; "the upcoming spring fashions"
-01732855 00 s 01 future_day 0 001 & 01732270 a 0000 | yet to come; "a future-day Gibbon of Macaulay"
-01732958 00 s 01 early 1 001 & 01732270 a 0000 | expected in the near future; "look for an early end to the negotiations"
-01733082 00 s 02 emerging 0 rising 0 001 & 01732270 a 0000 | coming to maturity; "the rising generation"
-01733189 00 s 01 in_store(p) 0 001 & 01732270 a 0000 | in readiness; awaiting; "gave us a hint of the excitement that was in store for us"
-01733330 00 s 02 proximo 0 prox 0 001 & 01732270 a 0000 | in or of the next month after the present; "scheduled for the 6th prox"
-01733462 00 a 01 born 0 002 ! 01733661 a 0101 & 01733588 a 0000 | brought into existence; "he was a child born of adultery"
-01733588 00 s 01 hatched 0 001 & 01733462 a 0000 | emerged from an egg
-01733661 00 a 01 unborn 0 002 ! 01733462 a 0101 & 01733784 a 0000 | not yet brought into existence; "unborn generations"
-01733784 00 s 01 unhatched 0 001 & 01733661 a 0000 | not yet emerged from an egg
-01733867 00 a 01 parented 0 001 ! 01733982 a 0101 | having a parent or parents or cared for by parent surrogates
-01733982 00 a 02 unparented 0 parentless 0 004 ! 01733867 a 0101 & 01734171 a 0000 & 01734267 a 0000 & 01734347 a 0000 | having no parent or parents or not cared for by parent surrogates
-01734171 00 s 01 orphaned 0 001 & 01733982 a 0000 | deprived of parents by death or desertion
-01734267 00 s 01 fatherless 0 001 & 01733982 a 0000 | having no living father
-01734347 00 s 01 motherless 0 001 & 01733982 a 0000 | having no living or known mother
-01734436 00 a 01 paternal 0 006 ^ 01737825 a 0000 = 04873305 n 0000 + 14578792 n 0101 ! 01734884 a 0101 & 01734607 a 0000 & 01734772 a 0000 | characteristic of a father
-01734607 00 s 02 fatherly 0 fatherlike 0 003 & 01734436 a 0000 + 10080869 n 0101 + 04873305 n 0101 | like or befitting a father or fatherhood; kind and protective
-01734772 00 s 01 paternalistic 0 002 & 01734436 a 0000 + 06196071 n 0101 | benevolent but sometimes intrusive
-01734884 00 a 01 maternal 0 007 ^ 01738335 a 0000 = 04872958 n 0000 + 04872958 n 0104 ! 01734436 a 0101 & 01735130 a 0000 & 01735252 a 0000 & 01735346 a 0000 | characteristic of a mother; "warm maternal affection for her guest"- Dorothy Sayers
-01735130 00 s 01 maternalistic 0 003 & 01734884 a 0000 + 04872958 n 0102 + 00655540 n 0101 | showing maternal instincts
-01735252 00 s 01 motherlike 0 001 & 01734884 a 0000 | suggestive of or acting like a mother
-01735346 00 s 01 motherly 0 003 & 01734884 a 0000 + 10332385 n 0101 + 04872958 n 0101 | befitting a mother; warm and nurturing
-01735475 00 a 03 wifely 0 wifelike 0 uxorial 0 003 + 10743941 n 0301 + 10780632 n 0101 ! 01735622 a 0101 | befitting or characteristic of a wife
-01735622 00 a 01 husbandly 0 002 + 10193967 n 0101 ! 01735475 a 0101 | befitting or characteristic of a husband
-01735736 00 a 01 patient 0 009 ^ 02436341 a 0000 ^ 00514278 a 0000 + 04640538 n 0101 ! 01737241 a 0101 & 01736122 a 0000 & 01736384 a 0000 & 01736571 a 0000 & 01736883 a 0000 & 01737084 a 0000 | enduring trying circumstances with even temper or characterized by such endurance; "a patient smile"; "was patient with the children"; "an exact and patient scientist"; "please be patient"
-01736122 00 s 02 diligent 0 persevering 0 002 & 01735736 a 0000 + 04865114 n 0101 | quietly and steadily persevering especially in detail or exactness; "a diligent (or patient) worker"; "with persevering (or patient) industry she revived the failing business"
-01736384 00 s 02 enduring 0 long-suffering 0 001 & 01735736 a 0000 | patiently bearing continual wrongs or trouble; "an enduring disposition"; "a long-suffering and uncomplaining wife"
-01736571 00 s 02 forbearing 0 longanimous 0 002 & 01735736 a 0000 + 04640538 n 0203 | showing patient and unruffled self-control and restraint under adversity; slow to retaliate or express resentment; "seemly and forbearing...yet strong enough to resist aggression"; "was longanimous in the face of suffering"
-01736883 00 s 02 tolerant 0 patient_of 0 002 & 01735736 a 0000 + 00668099 v 0107 | showing the capacity for endurance; "injustice can make us tolerant and forgiving"; "a man patient of distractions"
-01737084 00 s 01 unhurried 0 002 & 01735736 a 0000 + 05061977 n 0104 | capable of accepting delay with equanimity; "was unhurried with the small children"
-01737241 00 a 01 impatient 0 006 ^ 00085264 a 0000 + 14407283 n 0102 + 04642596 n 0101 ! 01735736 a 0101 & 01737503 a 0000 & 01737698 a 0000 | restless or short-tempered under delay or opposition; "impatient with the slower students"; "impatient of criticism"
-01737503 00 s 01 restive 0 001 & 01737241 a 0000 | impatient especially under restriction or delay; "the government has done nothing to ease restrictions and manufacturers are growing restive"
-01737698 00 s 01 unforbearing 0 001 & 01737241 a 0000 | unwilling to endure; "she was unforbearing with the slower students"
-01737825 00 a 01 patriarchal 0 006 ^ 01734436 a 0000 + 10406765 n 0101 + 07972674 n 0101 ! 01738335 a 0101 & 01738100 a 0000 & 01738252 a 0000 | characteristic of a form of social organization in which the male is the family head and title is traced through the male line
-01738100 00 s 01 patriarchic 0 002 & 01737825 a 0000 + 07972674 n 0101 | (of societies) being ruled by or having descent traced through the male line
-01738252 00 s 01 patricentric 0 001 & 01737825 a 0000 | centered upon the father
-01738335 00 a 01 matriarchal 0 005 ^ 01734884 a 0000 + 07972888 n 0101 ! 01737825 a 0101 & 01738495 a 0000 & 01738663 a 0000 | characteristic of a matriarchy
-01738495 00 s 01 matriarchic 0 001 & 01738335 a 0000 | (of societies or families) having a female as the family head or having descent traced through the female line
-01738663 00 s 01 matricentric 0 001 & 01738335 a 0000 | centered upon the mother
-01738746 00 a 02 patronized 0 patronised 0 001 ! 01738895 a 0101 | having patronage or clients; "street full of flourishing well-patronized shops"
-01738895 00 a 03 unpatronized 0 unpatronised 0 patronless 0 002 ! 01738746 a 0101 & 01739080 a 0000 | having little patronage or few clients; "a restaurant unpatronized by the elite"
-01739080 00 s 01 briefless 0 001 & 01738895 a 0000 | (of lawyers or barristers) lacking clients
-01739178 00 a 01 packaged 0 002 ! 01739456 a 0101 & 01739315 a 0000 | enclosed in a package or protective covering; "packaged cereals"
-01739315 00 s 02 prepackaged 0 prepacked 0 001 & 01739178 a 0000 | prepared and wrapped beforehand and ready for sale; "prepackaged foods"
-01739456 00 a 01 unpackaged 0 002 ! 01739178 a 0101 & 01739582 a 0000 | not packaged or put into packets; "unpackaged nuts"
-01739582 00 s 01 loose 0 001 & 01739456 a 0000 | not carefully arranged in a package; "a box of loose nails"
-01739693 00 a 01 paved 0 003 ! 01739987 a 0101 & 01739808 a 0000 & 01739898 a 0000 | covered with a firm surface
-01739808 00 s 01 made-up 0 002 & 01739693 a 0000 ;r 08860123 n 0000 | having been paved
-01739898 00 s 01 sealed 0 002 & 01739693 a 0000 ;r 08831004 n 0000 | having been paved
-01739987 00 a 01 unpaved 0 002 ! 01739693 a 0101 & 01740085 a 0000 | not having a paved surface
-01740085 00 s 01 caliche-topped 0 001 & 01739987 a 0000 | covered with caliche, a hard calcium-carbonate encrusted soil
-01740207 00 a 02 patriotic 0 loyal 6 004 ^ 00961392 a 0000 + 04878101 n 0101 ! 01740630 a 0101 & 01740358 a 0000 | inspired by love for your country
-01740358 00 s 06 chauvinistic 0 flag-waving(a) 0 jingoistic 0 nationalistic 0 ultranationalistic 0 superpatriotic 0 007 & 01740207 a 0000 + 04878646 n 0504 + 04878101 n 0402 + 07187486 n 0302 + 04878646 n 0302 + 09911849 n 0101 + 04878646 n 0101 | fanatically patriotic
-01740630 00 a 02 unpatriotic 0 disloyal 6 003 ^ 00962634 a 0000 ! 01740207 a 0101 & 01740772 a 0000 | showing lack of love for your country
-01740772 00 s 01 un-American 0 001 & 01740630 a 0000 | considered contrary to the best interests of the United States
-01740892 00 a 02 peaceful 0 peaceable 0 011 ^ 01246579 a 0000 ^ 02512922 a 0000 ^ 01922763 a 0000 ^ 00084956 a 0000 ! 01742296 a 0101 & 01741270 a 0000 & 01741408 a 0000 & 01741563 a 0000 & 01741669 a 0000 & 01741953 a 0000 & 01742119 a 0000 | not disturbed by strife or turmoil or war; "a peaceful nation"; "peaceful times"; "a far from peaceful Christmas"; "peaceful sleep"
-01741270 00 s 01 halcyon 0 001 & 01740892 a 0000 | idyllically calm and peaceful; suggesting happy tranquillity; "a halcyon atmosphere"
-01741408 00 s 01 irenic 0 001 & 01740892 a 0000 | conducive to peace; "irenic without being namby-pamby"; "an irenic attitude toward former antagonists"
-01741563 00 s 01 nonbelligerent 0 001 & 01740892 a 0000 | not directly at war; "nonbelligerent nations"
-01741669 00 s 02 pacific 2 peaceable 1 002 & 01740892 a 0000 + 13970584 n 0201 | disposed to peace or of a peaceful nature; "the pacific temper seeks to settle disputes on grounds of justice rather than by force"; "a quiet and peaceable person"; "in a peaceable and orderly manner"
-01741953 00 s 03 pacifist(a) 0 pacifistic 0 dovish 0 005 & 01740892 a 0000 + 06221485 n 0301 + 05946406 n 0201 + 05965586 n 0201 + 10390199 n 0101 | opposed to war
-01742119 00 s 02 peaceable 2 peace-loving 0 002 & 01740892 a 0000 + 13970584 n 0101 | inclined or disposed to peace; "they met in a peaceable spirit"; "peace-loving citizens"
-01742296 00 a 01 unpeaceful 0 008 ^ 01244410 a 0000 ^ 00303727 a 0000 ^ 02510879 a 0000 ! 01740892 a 0101 & 01742537 a 0000 & 01742715 a 0000 & 01742912 a 0000 & 01743138 a 0000 | not peaceful; "unpeaceful times"; "an unpeaceful marriage"
-01742537 00 s 04 belligerent 0 militant 1 war-ridden 0 warring 0 003 & 01742296 a 0000 + 09939313 n 0103 + 00964781 n 0102 | engaged in war; "belligerent (or warring) nations"
-01742715 00 s 03 militant 0 hawkish 0 warlike 0 002 & 01742296 a 0000 + 06221790 n 0201 | disposed to warfare or hard-line policies; "militant nations"; "hawkish congressman"; "warlike policies"
-01742912 00 s 02 stormy 0 tempestuous 0 005 & 01742296 a 0000 + 13979503 n 0204 + 13978344 n 0202 + 07481625 n 0101 + 13978344 n 0101 | characterized by violent emotions or behavior; "a stormy argument"; "a stormy marriage"
-01743138 00 s 01 unpeaceable 0 001 & 01742296 a 0000 | not disposed to peace
-01743217 00 a 02 penitent 0 repentant 0 011 ^ 00153898 a 0000 ^ 01150475 a 0000 + 07536870 n 0201 + 01796800 v 0201 + 01796582 v 0201 ! 01743909 a 0202 + 10413834 n 0101 + 07536870 n 0102 ! 01743909 a 0101 & 01743506 a 0000 & 01743704 a 0000 | feeling or expressing remorse for misdeeds
-01743506 00 s 04 contrite 0 remorseful 0 rueful 0 ruthful 0 004 & 01743217 a 0000 + 07535209 n 0403 + 07535670 n 0304 + 07534700 n 0103 | feeling or expressing pain or sorrow for sins or offenses
-01743704 00 s 02 penitential 0 penitentiary 0 002 & 01743217 a 0000 + 07536870 n 0102 | showing or constituting penance; "penitential tears"; "wrote a penitential letter apologizing for her hasty words"
-01743909 00 a 03 impenitent 0 unrepentant 0 unremorseful 0 006 ^ 00154965 a 0000 ^ 01957454 a 0000 ! 01743217 a 0202 + 04863358 n 0102 + 04863358 n 0101 ! 01743217 a 0101 | not penitent or remorseful
-01744111 00 a 01 perceptive 0 014 + 07513247 n 0102 + 05710210 n 0102 + 04843875 n 0101 + 07513247 n 0103 + 00591519 v 0101 ! 01746114 a 0101 & 01744515 a 0000 & 01745027 a 0000 & 01745191 a 0000 & 01745296 a 0000 & 01745517 a 0000 & 01745653 a 0000 & 01745846 a 0000 & 01745946 a 0000 | having the ability to perceive or understand; keen in discernment; "a perceptive eye"; "a perceptive observation"
-01744515 00 s 09 acute 0 discriminating 0 incisive 0 keen 0 knifelike 0 penetrating 0 penetrative 0 piercing 0 sharp 0 006 & 01744111 a 0000 + 05620468 n 0903 + 00728954 v 0701 + 05620468 n 0404 + 05199680 n 0301 + 05620468 n 0101 | having or demonstrating ability to recognize or draw fine distinctions; "an acute observer of politics and politicians"; "incisive comments"; "icy knifelike reasoning"; "as sharp and incisive as the stroke of a fang"; "penetrating insight"; "frequent penetrative observations"
-01745027 00 s 02 apprehensive 0 discerning 0 002 & 01744111 a 0000 + 00588221 v 0108 | quick to understand; "a kind and apprehensive friend"- Nathaniel Hawthorne
-01745191 00 s 01 apperceptive 0 001 & 01744111 a 0000 | able to relate new percepts to past experience
-01745296 00 s 01 insightful 0 002 & 01744111 a 0000 + 05621808 n 0101 | exhibiting insight or clear and deep perception; "an insightful parent"; "the chapter is insightful and suggestive of new perspectives"-R.C.Angell
-01745517 00 s 02 observant 0 observing 0 002 & 01744111 a 0000 + 02154508 v 0102 | quick to notice; showing quick and keen perception
-01745653 00 s 03 quick-sighted 0 sharp-sighted 0 sharp-eyed 0 002 & 01744111 a 0000 + 04664628 n 0202 | keenly perceptive or alert; "quick-sighted into the faults of the time"- Leonard Bacon
-01745846 00 s 01 subtle 0 001 & 01744111 a 0000 | able to make fine distinctions; "a subtle mind"
-01745946 00 s 01 understanding 0 001 & 01744111 a 0000 | characterized by understanding based on comprehension and discernment and empathy; "an understanding friend"
-01746114 00 a 02 unperceptive 0 unperceiving 0 004 + 04845146 n 0101 ! 01744111 a 0101 & 01746292 a 0000 & 01746464 a 0000 | lacking perception; "as unperceptive as a boulder"
-01746292 00 s 01 blind 0 001 & 01746114 a 0000 | unable or unwilling to perceive or understand; "blind to a lover's faults"; "blind to the consequences of their actions"
-01746464 00 s 02 unobservant 0 unseeing 0 001 & 01746114 a 0000 | not consciously observing; "looked through him with blank unseeing eyes"
-01746605 00 a 01 perceptible 0 012 ^ 00173764 a 0000 ^ 02515341 a 0000 + 00591519 v 0101 + 05017230 n 0101 ! 01748318 a 0101 & 01746995 a 0000 & 01747195 a 0000 & 01747364 a 0000 & 01747713 a 0000 & 01747849 a 0000 & 01747996 a 0000 & 01748152 a 0000 | capable of being perceived by the mind or senses; "a perceptible limp"; "easily perceptible sounds"; "perceptible changes in behavior"
-01746995 00 s 02 detectable 0 noticeable 0 004 & 01746605 a 0000 + 04706290 n 0202 + 04706290 n 0203 + 02118476 v 0201 | capable of being detected; "after a noticeable pause the lecturer continued"
-01747195 00 s 01 discernible 0 002 & 01746605 a 0000 + 02193194 v 0105 | capable of being perceived clearly; "an essay with a meaning that was not always discernible"
-01747364 00 s 02 faint 0 weak 0 003 & 01746605 a 0000 + 04991137 n 0101 + 04704675 n 0102 | deficient in magnitude; barely perceptible; lacking clarity or brightness or loudness etc; "a faint outline"; "the wan sun cast faint shadows"; "the faint light of a distant candle"; "weak colors"; "a faint hissing sound"; "a faint aroma"; "a weak pulse"
-01747713 00 s 01 palpable 0 003 & 01746605 a 0000 ;c 06043075 n 0000 + 04760024 n 0103 | can be felt by palpation; "a palpable tumor"
-01747849 00 s 01 perceivable 0 001 & 01746605 a 0000 | capable of being perceived especially by sight or hearing; "perceivable through the mist"
-01747996 00 s 01 recognizable 0 001 & 01746605 a 0000 | easily perceived; easy to become aware of; "this situation produces recognizable stress symptoms"
-01748152 00 s 01 sensible 0 003 & 01746605 a 0000 + 02106006 v 0102 + 05652926 n 0103 | readily perceived by the senses; "the sensible universe"; "a sensible odor"
-01748318 00 a 02 imperceptible 0 unperceivable 4 010 ^ 01717669 a 0000 ^ 00174379 a 0000 ^ 02517265 a 0000 + 05019339 n 0101 ! 01746605 a 0101 & 01748716 a 0000 & 01748824 a 0000 & 01748936 a 0000 & 01749125 a 0000 & 01749225 a 0000 | impossible or difficult to perceive by the mind or senses; "an imperceptible drop in temperature"; "an imperceptible nod"; "color is unperceivable to the touch"
-01748716 00 s 01 impalpable 0 001 & 01748318 a 0000 | not perceptible to the touch; "an impalpable pulse"
-01748824 00 s 02 incognizable 0 incognoscible 0 001 & 01748318 a 0000 | incapable of being perceived or known
-01748936 00 s 03 indiscernible 0 insensible 0 undetectable 0 001 & 01748318 a 0000 | barely able to be perceived; "the transition was almost indiscernible"; "an almost insensible change"
-01749125 00 s 01 subliminal 0 001 & 01748318 a 0000 | below the threshold of conscious perception
-01749225 00 s 01 unobservable 0 001 & 01748318 a 0000 | not accessible to direct observation
-01749320 00 a 01 perfect 0 021 ^ 00914421 a 0000 ^ 00247013 a 0000 ^ 00289365 a 0000 ^ 02497938 a 0000 = 14459422 n 0000 ! 01752167 a 0101 & 01749915 a 0000 & 01750073 a 0000 & 01750256 a 0000 & 01750386 a 0000 & 01750617 a 0000 & 01750746 a 0000 & 01750847 a 0000 & 01751080 a 0000 & 01751201 a 0000 & 01751353 a 0000 & 01751465 a 0000 & 01751609 a 0000 & 01751693 a 0000 & 01751828 a 0000 & 01751940 a 0000 | being complete of its kind and without defect or blemish; "a perfect circle"; "a perfect reproduction"; "perfect happiness"; "perfect manners"; "a perfect specimen"; "a perfect day"
-01749915 00 s 01 clean 0 001 & 01749320 a 0000 | (of a record) having no marks of discredit or offense; "a clean voting record"; "a clean driver's license"
-01750073 00 s 01 clear 0 002 & 01749320 a 0000 + 04701460 n 0101 | free from flaw or blemish or impurity; "a clear perfect diamond"; "the clear complexion of a healthy young woman"
-01750256 00 s 01 cold 0 001 & 01749320 a 0000 | marked by errorless familiarity; "had her lines cold before rehearsals started"
-01750386 00 s 02 complete 0 consummate 0 002 & 01749320 a 0000 + 14460974 n 0101 | perfect and complete in every respect; having all necessary qualities; "a complete gentleman"; "consummate happiness"; "a consummate performance"
-01750617 00 s 03 down 0 down_pat(p) 0 mastered 0 001 & 01749320 a 0000 | understood perfectly; "had his algebra problems down"
-01750746 00 s 01 errorless 0 001 & 01749320 a 0000 | free from error; "an errorless baseball game"
-01750847 00 s 03 faultless 0 immaculate 0 impeccable 0 002 & 01749320 a 0000 + 04899573 n 0302 | without fault or error; "faultless logic"; "speaks impeccable French"; "timing and technique were immaculate"; "an immaculate record"
-01751080 00 s 02 flawless 0 unflawed 0 002 & 01749320 a 0000 + 14459422 n 0102 | without a flaw; "a flawless gemstone"
-01751201 00 s 01 ideal 0 002 & 01749320 a 0000 + 04855524 n 0101 | conforming to an ultimate standard of perfection or excellence; embodying an ideal
-01751353 00 s 02 idealized 0 idealised 0 001 & 01749320 a 0000 | exalted to an ideal perfection or excellence
-01751465 00 s 01 idyllic 0 002 & 01749320 a 0000 + 07307297 n 0101 | excellent and delightful in all respects; "an idyllic spot for a picnic"
-01751609 00 s 01 mint(a) 0 001 & 01749320 a 0000 | as if new; "in mint condition"
-01751693 00 s 01 perfectible 0 003 & 01749320 a 0000 + 00473572 v 0101 + 05623444 n 0101 | capable of becoming or being made perfect
-01751828 00 s 01 pluperfect 0 001 & 01749320 a 0000 | more than perfect; "he spoke with pluperfect precision"
-01751940 00 s 02 uncorrupted 0 undefiled 0 002 & 01749320 a 0000 ;c 06282651 n 0000 | (of language) not having its purity or excellence debased; "uncorrupted English"; "learn to speak pure English undefiled"- Van Wyck Brooks
-01752167 00 a 01 imperfect 0 011 ^ 00245952 a 0000 ^ 00289082 a 0000 = 14459422 n 0000 + 14462666 n 0102 ! 01749320 a 0101 & 01752553 a 0000 & 01752692 a 0000 & 01752792 a 0000 & 01752953 a 0000 & 01753140 a 0000 & 01753249 a 0000 | not perfect; defective or inadequate; "had only an imperfect understanding of his responsibilities"; "imperfect mortals"; "drainage here is imperfect"
-01752553 00 s 02 blemished 0 flawed 0 001 & 01752167 a 0000 | having a blemish or flaw; "a flawed diamond"; "an irregular pair of jeans"
-01752692 00 s 01 broken 0 001 & 01752167 a 0000 | imperfectly spoken or written; "broken English"
-01752792 00 s 02 corrupt 0 corrupted 0 001 & 01752167 a 0000 | containing errors or alterations; "a corrupt text"; "spoke a corrupted version of the language"
-01752953 00 s 02 defective 0 faulty 0 004 & 01752167 a 0000 + 14464203 n 0202 + 14472299 n 0202 + 14472299 n 0101 | having a defect; "I returned the appliance because it was defective"
-01753140 00 s 01 imperfectible 0 002 & 01752167 a 0000 + 05648011 n 0101 | capable of being made imperfect
-01753249 00 s 01 irregular 0 001 & 01752167 a 0000 | falling below the manufacturer's standard; "irregular jeans"
-01753365 00 a 01 perishable 0 006 ^ 00737973 a 0000 + 04793731 n 0102 + 04793731 n 0101 ! 01753922 a 0101 & 01753652 a 0000 & 01753785 a 0000 | liable to perish; subject to destruction or death or decay; "this minute and perishable planet"; "perishable foods such as butter and fruit"
-01753652 00 s 01 biodegradable 0 001 & 01753365 a 0000 | capable of being decomposed by e.g. bacteria; "a biodegradable detergent"
-01753785 00 s 04 decayable 0 putrescible 0 putrefiable 0 spoilable 0 001 & 01753365 a 0000 | liable to decay or spoil or become putrid
-01753922 00 a 01 imperishable 0 004 + 05054537 n 0101 ! 01753365 a 0101 & 01754049 a 0000 & 01754341 a 0000 | not perishable
-01754049 00 s 04 durable 0 indestructible 0 perdurable 0 undestroyable 0 003 & 01753922 a 0000 + 05054746 n 0301 + 05053688 n 0102 | very long lasting; "less durable rocks were gradually worn away to form valleys"; "the perdurable granite of the ancient Appalachian spine of the continent"
-01754341 00 s 01 imputrescible 0 001 & 01753922 a 0000 | not subject to decay
-01754421 00 a 02 permanent 0 lasting 4 013 ^ 00898289 a 0000 ^ 02290998 a 0000 ^ 00346991 a 0000 = 05053215 n 0000 + 05053688 n 0201 + 05260533 n 0102 + 05053215 n 0102 + 05053215 n 0101 ! 01755627 a 0101 & 01754873 a 0000 & 01755024 a 0000 & 01755418 a 0000 & 01755508 a 0000 | continuing or enduring without marked change in status or condition or place; "permanent secretary to the president"; "permanent address"; "literature of permanent value"
-01754873 00 s 03 abiding 0 enduring 0 imperishable 0 002 & 01754421 a 0000 + 05053688 n 0203 | unceasing; "an abiding belief"; "imperishable truths"
-01755024 00 s 08 ageless 0 aeonian 0 eonian 0 eternal 0 everlasting 0 perpetual 0 unending 0 unceasing 0 006 & 01754421 a 0000 + 05053527 n 0601 + 05054426 n 0501 + 13956905 n 0401 + 15243590 n 0301 + 04742418 n 0101 | continuing forever or indefinitely; "the ageless themes of love and revenge"; "eternal truths"; "life everlasting"; "hell's perpetual fires"; "the unending bliss of heaven"
-01755418 00 s 01 indissoluble 0 001 & 01754421 a 0000 | used of decisions and contracts
-01755508 00 s 01 standing(a) 0 001 & 01754421 a 0000 | not created for a particular occasion; "a standing committee"
-01755627 00 a 02 impermanent 0 temporary 0 018 ^ 02291843 a 0000 = 05053215 n 0000 + 05055141 n 0201 + 05054863 n 0102 + 05054863 n 0101 ! 01754421 a 0101 & 01756166 a 0000 & 01756292 a 0000 & 01756758 a 0000 & 01756940 a 0000 & 01757082 a 0000 & 01757211 a 0000 & 01757483 a 0000 & 01757608 a 0000 & 01757782 a 0000 & 01757914 a 0000 & 01758038 a 0000 & 01758194 a 0000 | not permanent; not lasting; "politics is an impermanent factor of life"- James Thurber; "impermanent palm cottages"; "a temperary arrangement"; "temporary housing"
-01756166 00 s 01 acting(a) 0 001 & 01755627 a 0000 | serving temporarily especially as a substitute; "the acting president"
-01756292 00 s 06 ephemeral 0 passing 0 short-lived 0 transient 0 transitory 0 fugacious 0 011 & 01755627 a 0000 + 05055503 n 0602 + 05055503 n 0601 + 05055278 n 0503 + 10725149 n 0401 + 07347468 n 0401 + 05055278 n 0402 + 05053042 n 0403 + 15247410 n 0101 + 05055689 n 0102 + 05055689 n 0101 | lasting a very short time; "the ephemeral joys of childhood"; "a passing fancy"; "youth's transient beauty"; "love is transitory but it is eternal"; "fugacious blossoms"
-01756758 00 s 01 episodic 0 001 & 01755627 a 0000 | limited in duration to a single episode; "an account concerned primarily with episodic events such as the succession of rulers"
-01756940 00 s 01 evanescent 0 003 & 01755627 a 0000 + 07335917 n 0101 + 00421691 v 0101 | tending to vanish like vapor; "evanescent beauty"
-01757082 00 s 01 fly-by-night 0 002 & 01755627 a 0000 + 10098388 n 0101 | ephemeral; "the symphony is no fly-by-night venture"
-01757211 00 s 03 improvised 0 jury-rigged 0 makeshift 0 002 & 01755627 a 0000 + 00178551 n 0301 | done or made using whatever is available; "crossed the river on improvised bridges"; "the survivors used jury-rigged fishing gear"; "the rock served as a makeshift hammer"
-01757483 00 s 01 interim 0 001 & 01755627 a 0000 | serving during an intermediate interval of time; "an interim agreement"
-01757608 00 s 02 pro_tem 0 pro_tempore 0 001 & 01755627 a 0000 | for the time being; "he is the president pro tem"; "designated him to act as consul protempore"- H.H.Fiske
-01757782 00 s 01 shipboard 0 001 & 01755627 a 0000 | casual or ephemeral as if taking place on board a ship; "shipboard romances"
-01757914 00 s 01 temporal 0 001 & 01755627 a 0000 | not eternal; "temporal matters of but fleeting moment"- F.D.Roosevelt
-01758038 00 s 01 terminable 0 001 & 01755627 a 0000 | capable of being terminated after a designated time; "terminable employees"; "a terminable annuity"
-01758194 00 s 01 working(a) 0 001 & 01755627 a 0000 | adopted as a temporary basis for further work; "a working draft"; "a working hypothesis"
-01758339 00 a 02 persistent 0 lasting 6 005 ;c 06037666 n 0000 + 05053688 n 0201 + 02731024 v 0101 + 02647497 v 0102 ! 01758582 a 0101 | retained; not shed; "persistent leaves remain attached past maturity"; "the persistent gills of fishes"
-01758582 00 a 02 caducous 0 shed 0 003 ;c 06037666 n 0000 ! 01758339 a 0101 & 01758790 a 0000 | shed at an early stage of development; "most amphibians have caducous gills"; "the caducous calyx of a poppy"
-01758790 00 s 01 deciduous 1 001 & 01758582 a 0000 | (of teeth, antlers, etc.) being shed at the end of a period of growth; "deciduous teeth"
-01758934 00 a 01 reversible 0 003 ! 01759362 a 0101 & 01759092 a 0000 & 01759251 a 0000 | capable of reversing or being reversed; "reversible hypertension"
-01759092 00 s 01 correctable 0 001 & 01758934 a 0000 | capable of being returned to the original condition; not necessarily permanent; "a correctable image"
-01759251 00 s 01 rechargeable 0 001 & 01758934 a 0000 | capable of being recharged; "a rechargeable battery"
-01759362 00 a 01 irreversible 0 003 + 04739768 n 0101 ! 01758934 a 0101 & 01759527 a 0000 | incapable of being reversed; "irreversible momentum toward revolution"
-01759527 00 s 01 permanent 0 001 & 01759362 a 0000 | not capable of being reversed or returned to the original condition; "permanent brain damage"
-01759676 00 a 02 reversible 2 two-sided 2 004 + 04085574 n 0101 + 00386715 v 0103 ! 01760009 a 0101 & 01759876 a 0000 | capable of being reversed or used with either side out; "a reversible jacket"
-01759876 00 s 01 double-faced 0 001 & 01759676 a 0000 | (of fabrics) having faces on both sides; "damask is a double-faced fabric"
-01760009 00 a 02 nonreversible 0 one-sided 2 001 ! 01759676 a 0101 | not reversible or capable of having either side out
-01760132 00 a 02 revocable 0 revokable 0 003 ! 01760670 a 0101 & 01760293 a 0000 & 01760488 a 0000 | capable of being revoked or annulled; "a revocable order"
-01760293 00 s 02 rescindable 0 voidable 0 003 & 01760132 a 0000 + 02478059 v 0204 + 00448440 v 0202 | capable of being rescinded or voided; "the judgment was rescindable"; "voidable contracts"
-01760488 00 s 01 reversible 0 003 & 01760132 a 0000 + 00799798 v 0105 + 00138508 v 0103 | capable of being reversed; "a reversible decision is one that can be appealed or vacated"
-01760670 00 a 02 irrevocable 0 irrevokable 0 002 ! 01760132 a 0101 & 01760847 a 0000 | incapable of being retracted or revoked; "firm and irrevocable is my doom"- Shakespeare
-01760847 00 s 01 sealed 0 001 & 01760670 a 0000 | determined irrevocably; "his fate is sealed"
-01760944 00 a 02 permissible 0 allowable 0 004 ^ 02435026 a 0000 + 00802318 v 0101 + 04793209 n 0101 ! 01761186 a 0101 | that may be permitted especially as according to rule; "permissible behavior in school"; "a permissible tax deduction"
-01761186 00 a 01 impermissible 0 006 ^ 02435671 a 0000 + 04794408 n 0101 ! 01760944 a 0101 & 01761375 a 0000 & 01761609 a 0000 & 01761742 a 0000 | not permitted; "impermissible behavior"
-01761375 00 s 07 forbidden 0 out(p) 0 prohibited 0 proscribed 0 taboo 0 tabu 0 verboten 0 001 & 01761186 a 0000 | excluded from use or mention; "forbidden fruit"; "in our house dancing and playing cards were out"; "a taboo subject"
-01761609 00 s 01 unmentionable 0 001 & 01761186 a 0000 | unsuitable or forbidden as a topic of conversation; "unmentionable words"
-01761742 00 s 01 untouchable 0 001 & 01761186 a 0000 | forbidden to the touch; "in most museums such articles are untouchable"
-01761871 00 a 01 admissible 0 006 = 04793016 n 0000 + 04793016 n 0101 ! 01762582 a 0101 & 01762065 a 0000 & 01762257 a 0000 & 01762404 a 0000 | deserving to be admitted; "admissible evidence"
-01762065 00 s 02 admittable 0 admittible 0 006 & 01761871 a 0000 + 02732798 v 0203 + 02671279 v 0201 + 02502536 v 0201 + 02671279 v 0101 + 02502536 v 0101 | deserving to be allowed to enter
-01762257 00 s 01 allowable 0 004 & 01761871 a 0000 + 02745486 v 0102 + 00802318 v 0102 + 00723545 v 0101 | deserving to be allowed or considered
-01762404 00 s 01 permissible 0 001 & 01761871 a 0000 | that may be accepted or conceded; "a kind of speculation that was permissible in cosmology but inadmissible in medicine"
-01762582 00 a 01 inadmissible 0 004 = 04793016 n 0000 + 04794236 n 0101 ! 01761871 a 0101 & 01762748 a 0000 | not deserving to be admitted; "inadmissible evidence"
-01762748 00 s 01 impermissible 0 002 & 01762582 a 0000 + 04794408 n 0101 | not allowable
-01762839 00 a 01 permissive 1 006 = 04637923 n 0000 + 04637923 n 0101 + 00802946 v 0102 + 00802318 v 0101 ! 01763445 a 0101 & 01763159 a 0000 | granting or inclined or able to grant permission; not strict in discipline; "direct primary legislation is largely permissive rather than prescriptive"; "permissive parents"
-01763159 00 s 03 indulgent 0 lenient 0 soft 0 006 & 01762839 a 0000 + 04638857 n 0301 + 04638585 n 0203 + 04829922 n 0201 + 01071213 n 0201 + 04638585 n 0101 | tolerant or lenient; "indulgent parents risk spoiling their children"; "too soft on the children"; "they are soft on crime"
-01763445 00 a 01 unpermissive 0 003 = 04637923 n 0000 + 04639113 n 0101 ! 01762839 a 0101 | not inclined to grant permission; severe in discipline
-01763594 00 a 01 permissive 2 002 ! 01763813 a 0101 & 01763683 a 0000 | not preventive
-01763683 00 s 01 bailable 0 003 & 01763594 a 0000 + 02421749 v 0101 + 00890403 v 0101 | admitting of bail; "a bailable offense"
-01763813 00 a 02 preventive 0 preventative 0 016 ^ 01887076 a 0000 + 02452885 v 0201 + 02450505 v 0201 + 03520811 n 0104 + 03096593 n 0102 + 02452885 v 0101 + 02450505 v 0101 ! 01763594 a 0101 & 01764183 a 0000 & 01764351 a 0000 & 01764543 a 0000 & 01764745 a 0000 & 01764895 a 0000 & 01765132 a 0000 & 01765237 a 0000 & 01765498 a 0000 | tending to prevent or hinder
-01764183 00 s 01 blockading 0 001 & 01763813 a 0000 | blocking entrance to and exit from seaports and harbors; "the blockading ships prevented delivery of munitions"
-01764351 00 s 04 clogging 0 hindering 0 impeding 0 obstructive 0 002 & 01763813 a 0000 + 01476483 v 0401 | preventing movement; "the clogging crowds of revelers overflowing into the street"
-01764543 00 s 01 deterrent 0 006 & 01763813 a 0000 + 05689249 n 0103 + 09180118 n 0102 + 01076488 n 0101 + 00908099 v 0101 + 00770141 v 0102 | tending to deter; "the deterrent effects of high prices"
-01764745 00 s 03 frustrating 0 frustrative 0 thwarting 0 002 & 01763813 a 0000 + 02558172 v 0207 | preventing realization or attainment of a desire
-01764895 00 s 02 precautionary 0 precautional 0 002 & 01763813 a 0000 + 00822970 n 0101 | taken in advance to protect against possible danger or failure; "gave precautionary advice"; "I would take precautionary steps to keep him away"
-01765132 00 s 02 preclusive 0 obviating(a) 0 002 & 01763813 a 0000 + 02629390 v 0101 | made impossible
-01765237 00 s 02 preemptive 0 pre-emptive 0 005 & 01763813 a 0000 + 02301321 v 0201 + 02302454 v 0201 + 02301321 v 0101 + 02302454 v 0101 | designed or having the power to deter or prevent an anticipated situation or occurrence; "a preemptive business offer"
-01765498 00 s 02 prohibitive 0 prohibitory 0 001 & 01763813 a 0000 | tending to discourage (especially of prices); "the price was prohibitive"
-01765643 00 a 01 perplexed 0 008 ^ 00435492 a 0000 + 05685363 n 0101 ! 01767076 a 0101 & 01765926 a 0000 & 01766133 a 0000 & 01766550 a 0000 & 01766784 a 0000 & 01766958 a 0000 | full of difficulty or confusion or bewilderment; "perplexed language"; "perplexed state of the world"
-01765926 00 s 04 at_a_loss(p) 0 nonplused 0 nonplussed 0 puzzled 0 001 & 01765643 a 0000 | filled with bewilderment; "at a loss to understand those remarks"; "puzzled that she left without saying goodbye"
-01766133 00 s 0a baffled 0 befuddled 0 bemused 0 bewildered 0 confounded 0 confused 0 lost 0 mazed 0 mixed-up 0 at_sea 0 002 & 01765643 a 0000 + 05683582 n 0603 | perplexed by many conflicting situations or statements; filled with bewilderment; "obviously bemused by his questions"; "bewildered and confused"; "a cloudy and confounded philosopher"; "just a mixed-up kid"; "she felt lost on the first day of school"
-01766550 00 s 05 metagrobolized 0 metagrobolised 0 metagrabolized 0 metagrabolised 0 mystified 0 001 & 01765643 a 0000 | totally perplexed and mixed up; "all this duncical nonsense has my brains metagrobolized"- Wall Street Journal
-01766784 00 s 02 questioning 0 quizzical 0 001 & 01765643 a 0000 | perplexed (as if being expected to know something that you do not know); "he had a quizzical expression"
-01766958 00 s 01 stuck 0 002 & 01765643 a 0000 ;u 07075172 n 0000 | baffled; "this problem has me completely stuck"
-01767076 00 a 01 unperplexed 0 002 ! 01765643 a 0101 & 01767207 a 0000 | experiencing no difficulty or confusion or bewilderment
-01767207 00 s 02 unbaffled 0 unconfused 0 001 & 01767076 a 0000 | not perplexed by conflicting situations or statements
-01767329 00 a 01 personal 0 011 ^ 01858094 a 0000 ! 01769565 a 0101 & 01767826 a 0000 & 01767975 a 0000 & 01768086 a 0000 & 01768252 a 0000 & 01768466 a 0000 & 01768724 a 0000 & 01768969 a 0000 & 01769179 a 0000 & 01769378 a 0000 | concerning or affecting a particular person or his or her private life and personality; "a personal favor"; "for your personal use"; "personal papers"; "I have something personal to tell you"; "a personal God"; "he has his personal bank account and she has hers"
-01767826 00 s 01 ad_hominem 0 001 & 01767329 a 0000 | appealing to personal considerations (rather than to fact or reason); "ad hominem arguments"
-01767975 00 s 01 face-to-face 0 001 & 01767329 a 0000 | in each other's presence; "a face-to-face encounter"
-01768086 00 s 02 individual(a) 0 private 0 001 & 01767329 a 0000 | concerning one person exclusively; "we all have individual cars"; "each room has a private bath"
-01768252 00 s 04 individualized 0 individualised 0 personalized 1 personalised 1 001 & 01767329 a 0000 | made for or directed or adjusted to a particular individual; "personalized luggage"; "personalized advice"
-01768466 00 s 02 in-person 0 in_the_flesh(p) 0 001 & 01767329 a 0000 | an appearance carried out personally in someone else's physical presence; "he carried out the negotiations in person"; "a personal appearance is an appearance by a person in the flesh"
-01768724 00 s 02 own(a) 0 ain 0 001 & 01767329 a 0000 | belonging to or on behalf of a specified person (especially yourself); preceded by a possessive; "for your own use"; "do your own thing"; "she makes her own clothes"; "`ain' is Scottish"
-01768969 00 s 01 personalized 2 001 & 01767329 a 0000 | pointedly referring to or concerning a person's individual personality or intimate affairs especially offensively; "unnecessarily personalized remarks"
-01769179 00 s 01 person-to-person 0 001 & 01767329 a 0000 | involving direct communication or contact between persons or parties; "a person-to-person interview"; "person-to-person telephone calls"
-01769378 00 s 01 private 2 003 & 01767329 a 0000 + 14416089 n 0102 + 04622932 n 0102 | concerning things deeply private and personal; "private correspondence"; "private family matters"
-01769565 00 a 01 impersonal 0 002 ! 01767329 a 0101 & 01769744 a 0000 | not relating to or responsive to individual persons; "an impersonal corporation"; "an impersonal remark"
-01769744 00 s 01 nonpersonal 0 001 & 01769565 a 0000 | lacking personality; "nonpersonal forces"
-01769843 00 a 01 persuasive 0 009 ^ 00614990 a 0000 + 05191832 n 0101 + 00766418 v 0101 + 02586121 v 0102 ! 01770903 a 0101 & 01770177 a 0000 & 01770392 a 0000 & 01770591 a 0000 & 01770726 a 0000 | intended or having the power to induce action or belief; "persuasive eloquence"; "a most persuasive speaker"; "a persuasive argument"
-01770177 00 s 02 coaxing 0 ingratiatory 0 001 & 01769843 a 0000 | pleasingly persuasive or intended to persuade; "a coaxing and obsequious voice"; "her manner is quiet and ingratiatory and a little too agreeable"
-01770392 00 s 03 cogent 0 telling 0 weighty 0 003 & 01769843 a 0000 + 05172322 n 0302 + 13794793 n 0101 | powerfully persuasive; "a cogent argument"; "a telling presentation"; "a weighty argument"
-01770591 00 s 01 compelling 0 001 & 01769843 a 0000 | tending to persuade by forcefulness of argument; "new and compelling evidence"
-01770726 00 s 03 glib 0 glib-tongued 0 smooth-tongued 0 002 & 01769843 a 0000 + 05095324 n 0101 | artfully persuasive in speech; "a glib tongue"; "a smooth-tongued hypocrite"
-01770903 00 a 01 dissuasive 0 005 ^ 00867213 a 0000 + 00770141 v 0101 ! 01769843 a 0101 & 01771124 a 0000 & 01771381 a 0000 | deterring from action; "dissuasive advice"; "made a slight dissuasive gesture with her hand"
-01771124 00 s 05 admonitory 0 cautionary 0 exemplary 0 monitory 0 warning(a) 0 005 & 01770903 a 0000 + 06672752 n 0301 + 07225167 n 0201 + 00870577 v 0103 + 00871195 v 0102 | serving to warn; "shook a monitory finger at him"; "an exemplary jail sentence"
-01771381 00 s 01 discouraging 0 001 & 01770903 a 0000 | expressing disapproval
-01771462 00 a 01 penetrable 0 002 + 04940730 n 0101 ! 01771632 a 0101 | admitting of penetration or passage into or through; "a penetrable wall"; "penetrable defenses"
-01771632 00 a 01 impenetrable 0 003 + 04942516 n 0101 ! 01771462 a 0101 & 01771839 a 0000 | not admitting of penetration or passage into or through; "an impenetrable fortress"; "impenetrable rain forests"
-01771839 00 s 02 dense 0 thick 0 004 & 01771632 a 0000 + 05103072 n 0201 + 05088804 n 0103 + 05088804 n 0102 | hard to pass through because of dense growth; "dense vegetation"; "thick woods"
-01772032 00 a 01 permeable 0 007 ^ 01397385 a 0000 ^ 01773234 a 0000 + 04940496 n 0101 + 04940496 n 0102 ! 01772609 a 0101 & 01772305 a 0000 & 01772512 a 0000 | allowing fluids or gases to pass or diffuse through; "permeable membranes"; "rock that is permeable by water"
-01772305 00 s 01 porous 0 003 & 01772032 a 0000 + 04940146 n 0101 + 04940146 n 0102 | able to absorb fluids; "the partly porous walls of our digestive system"; "compacting the soil to make it less porous"
-01772512 00 s 01 semipermeable 0 001 & 01772032 a 0000 | (of a membrane) selectively permeable
-01772609 00 a 01 impermeable 0 007 ^ 01773665 a 0000 ^ 01398199 a 0000 + 04941942 n 0102 + 04941942 n 0101 ! 01772032 a 0101 & 01772914 a 0000 & 01773094 a 0000 | preventing especially liquids to pass or diffuse through; "impermeable stone"; "an impermeable layer of scum"; "a coat impermeable to rain"
-01772914 00 s 01 retentive 0 003 & 01772609 a 0000 + 04942172 n 0101 + 04942172 n 0102 | having the power, capacity, or quality of retaining water; "soils retentive of moisture"
-01773094 00 s 02 water-repellent 0 water-resistant 0 001 & 01772609 a 0000 | hindering the penetration of water; "a water-repellent coat"
-01773234 00 a 01 pervious 0 004 ^ 01772032 a 0000 + 04940730 n 0102 ! 01773665 a 0101 & 01773420 a 0000 | admitting of passage or entrance; "pervious soil"; "a metal pervious to heat"
-01773420 00 s 01 receptive 0 007 & 01773234 a 0000 + 04645020 n 0101 + 04645020 n 0102 + 02739480 v 0103 + 01470225 v 0101 + 00617095 v 0101 + 00686879 v 0101 | open to arguments, ideas, or change; "receptive to reason and the logic of facts"
-01773665 00 a 02 impervious 0 imperviable 0 014 ^ 01772609 a 0000 + 04942516 n 0102 ! 01773234 a 0101 & 01774091 a 0000 & 01774191 a 0000 & 01774376 a 0000 & 01774483 a 0000 & 01774619 a 0000 & 01774720 a 0000 & 01774869 a 0000 & 01775034 a 0000 & 01775200 a 0000 & 01775280 a 0000 & 01775420 a 0000 | not admitting of passage or capable of being affected; "a material impervious to water"; "someone impervious to argument"
-01774091 00 s 01 fast 0 001 & 01773665 a 0000 | resistant to destruction or fading; "fast colors"
-01774191 00 s 01 acid-fast 0 001 & 01773665 a 0000 | not easily decolorized by acid solutions; pertains to micro-organisms (especially the tubercle bacillus that causes tuberculosis)
-01774376 00 s 01 colorfast 0 001 & 01773665 a 0000 | having color that is resistant to fading or running
-01774483 00 s 01 greaseproof 0 001 & 01773665 a 0000 | resistant to penetration by grease or oil or wax; "greaseproof wrapping paper"
-01774619 00 s 02 mothproof 0 moth-resistant 0 001 & 01773665 a 0000 | resistant to damage by moths
-01774720 00 s 01 proof(p) 0 001 & 01773665 a 0000 | (used in combination or as a suffix) able to withstand; "temptation-proof"; "childproof locks"
-01774869 00 s 01 resistant 0 002 & 01773665 a 0000 + 04646372 n 0101 | impervious to being affected; "resistant to the effects of heat"; "resistant to persuasion"
-01775034 00 s 01 corrosion-resistant 0 001 & 01773665 a 0000 | impervious to corrosion; "he was a great believer in the corrosion-resistant qualities of cast iron"
-01775200 00 s 01 rot-resistant 0 001 & 01773665 a 0000 | resistant to rotting
-01775280 00 s 03 runproof 0 ladder-proof 0 run-resistant 0 001 & 01773665 a 0000 | (of hosiery) resistant to runs or (in Britain) ladders
-01775420 00 s 01 soundproof 0 001 & 01773665 a 0000 | impervious to, or not penetrable by, sound; "a soundproof room"
-01775540 00 a 03 petalous 0 petaled 0 petalled 0 008 + 11690455 n 0101 ! 01776532 a 0101 & 01775768 a 0000 & 01775874 a 0000 & 01775980 a 0000 & 01776161 a 0000 & 01776282 a 0000 & 01776423 a 0000 | (of flowers) having petals
-01775768 00 s 02 four-petaled 0 four-petalled 0 001 & 01775540 a 0000 | (of flowers) having four petals
-01775874 00 s 02 five-petaled 0 five-petalled 0 001 & 01775540 a 0000 | (of flowers) having five petals
-01775980 00 s 02 gamopetalous 0 sympetalous 0 001 & 01775540 a 0000 | having a corolla composed of partially or wholly fused petals forming a corolla shaped like a tube or funnel
-01776161 00 s 01 polypetalous 0 001 & 01775540 a 0000 | having a corolla composed of many separated or distinct petals
-01776282 00 s 01 salverform 0 001 & 01775540 a 0000 | of or concerning a gamopetalous that has a slender tube and an abruptly expanded tip
-01776423 00 s 02 three-petaled 0 three-petalled 0 001 & 01775540 a 0000 | (of flowers) having three petals
-01776532 00 a 02 apetalous 0 petalless 0 001 ! 01775540 a 0101 | (of flowers) having no petals
-01776629 00 a 01 puncturable 0 001 ! 01776713 a 0101 | capable of being punctured
-01776713 00 a 01 punctureless 0 002 ! 01776629 a 0101 & 01776845 a 0000 | being without punctures or incapable of being punctured
-01776845 00 s 01 self-sealing 0 001 & 01776713 a 0000 | capable of sealing itself as after being pierced; "self-sealing tires"
-01776974 00 a 02 psychoactive 0 psychotropic 0 006 ! 01778073 a 0101 & 01777212 a 0000 & 01777367 a 0000 & 01777526 a 0000 & 01777662 a 0000 & 01777822 a 0000 | affecting the mind or mood or other mental processes; "psychoactive drugs"
-01777212 00 s 01 hallucinogenic 0 002 & 01776974 a 0000 + 03479647 n 0101 | capable of producing hallucinations; "LSD is a powerful hallucinogenic drug"
-01777367 00 s 01 mind-altering 0 001 & 01776974 a 0000 | producing mood changes or distorted perception; "hallucinogenic drugs are mind-altering substances"
-01777526 00 s 01 mind-expanding 0 001 & 01776974 a 0000 | (of hallucinogenic drugs) giving a sense of heightened or broader awareness
-01777662 00 s 02 mind-bending 0 mind-blowing 0 002 & 01776974 a 0000 ;u 07075172 n 0000 | intensely affecting the mind especially in producing hallucinations
-01777822 00 s 01 psychedelic 0 002 & 01776974 a 0000 + 08292298 n 0101 | producing distorted sensory perceptions and feelings or altered states of awareness or sometimes states resembling psychosis; "psychedelic drugs like psilocybin and mescaline"
-01778073 00 a 01 nonpsychoactive 0 001 ! 01776974 a 0101 | not affecting the mind or mental processes; "a nonpsychoactive pain reliever"
-01778212 00 a 01 physical 0 009 + 04624517 n 0102 + 04760771 n 0102 ! 01779986 a 0101 & 01778572 a 0000 & 01778935 a 0000 & 01779193 a 0000 & 01779428 a 0000 & 01779558 a 0000 & 01779792 a 0000 | involving the body as distinguished from the mind or spirit; "physical exercise"; "physical suffering"; "was sloppy about everything but her physical appearance"
-01778572 00 s 04 animal(a) 0 carnal 0 fleshly 0 sensual 0 006 & 01778212 a 0000 + 07488875 n 0402 + 07488875 n 0401 + 00133978 v 0203 + 07490214 n 0204 + 04623443 n 0101 | marked by the appetites and passions of the body; "animal instincts"; "carnal knowledge"; "fleshly desire"; "a sensual delight in eating"; "music is the only sensual pleasure without vice"
-01778935 00 s 04 bodily 0 corporal 0 corporeal 0 somatic 0 001 & 01778212 a 0000 | affecting or characteristic of the body as opposed to the mind or spirit; "bodily needs"; "a corporal defect"; "corporeal suffering"; "a somatic symptom or somatic illness"
-01779193 00 s 01 material 0 001 & 01778212 a 0000 | concerned with or affecting physical as distinct from intellectual or psychological well-being; "material needs"; "the moral and material welfare of all good citizens"- T.Roosevelt
-01779428 00 s 01 personal 0 001 & 01778212 a 0000 | intimately concerning a person's body or physical being; "personal hygiene"
-01779558 00 s 02 physiologic 0 physiological 0 004 & 01778212 a 0000 + 05005064 n 0201 + 06080522 n 0101 + 05005064 n 0101 | of or consistent with an organism's normal functioning; "physiologic functions"; "physiological processes"
-01779792 00 s 02 somatogenic 0 somatogenetic 0 001 & 01778212 a 0000 | of or arising from physiological causes rather than being psychogenic in origin; "somatogenic theories of schizophrenia"
-01779986 00 a 01 mental 0 008 + 06195839 n 0101 + 05618056 n 0105 ! 01778212 a 0101 & 01780343 a 0000 & 01780596 a 0000 & 01780740 a 0000 & 01780937 a 0000 & 01781076 a 0000 | involving the mind or an intellectual process; "mental images of happy times"; "mental calculations"; "in a terrible mental state"; "mental suffering"; "free from mental defects"
-01780343 00 s 03 intellectual 0 rational 0 noetic 0 003 & 01779986 a 0000 + 00023271 n 0303 + 04784978 n 0201 | of or associated with or requiring the use of the mind; "intellectual problems"; "the triumph of the rational over the animal side of man"
-01780596 00 s 01 moral 0 001 & 01779986 a 0000 | psychological rather than physical or tangible in effect; "a moral victory"; "moral support"
-01780740 00 s 02 psychic 0 psychical 0 004 & 01779986 a 0000 + 10627082 n 0202 + 05611302 n 0204 + 05611302 n 0104 | affecting or influenced by the human mind; "psychic energy"; "psychic trauma"
-01780937 00 s 01 psychogenic 0 001 & 01779986 a 0000 | mental or emotional rather than physiological in origin; "a psychogenic disorder"
-01781076 00 s 01 psychological 0 001 & 01779986 a 0000 | mental or emotional as opposed to physical in nature; "give psychological support"; "psychological warfare"
-01781243 00 a 01 monotheistic 0 002 + 06224136 n 0101 ! 01781356 a 0101 | believing that there is only one god
-01781356 00 a 01 polytheistic 0 002 + 06224305 n 0101 ! 01781243 a 0101 | worshipping or believing in more than one god
-01781478 00 a 01 pious 0 011 ^ 01783158 a 0000 ^ 02055062 a 0000 ^ 02578235 a 0000 ^ 02513269 a 0000 = 04826771 n 0000 + 04826771 n 0102 ! 01782519 a 0101 & 01781781 a 0000 & 01781882 a 0000 & 01782100 a 0000 & 01782426 a 0000 | having or showing or expressing reverence for a deity; "pious readings"
-01781781 00 s 01 devotional 0 001 & 01781478 a 0000 | relating to worship; "a devotional exercise"
-01781882 00 s 03 godly 0 reverent 0 worshipful 0 005 & 01781478 a 0000 + 07521039 n 0202 + 01778017 v 0205 + 01778568 v 0203 + 04827503 n 0101 | showing great reverence for god; "a godly man"; "leading a godly life"
-01782100 00 s 07 holier-than-thou 0 pietistic 0 pietistical 0 pharisaic 0 pharisaical 0 sanctimonious 0 self-righteous 0 007 & 01781478 a 0000 + 04868350 n 0602 + 04868350 n 0601 + 10421339 n 0501 + 10421339 n 0401 + 04827175 n 0304 + 04827175 n 0204 | excessively or hypocritically pious; "a sickening sanctimonious smile"
-01782426 00 s 01 prayerful 0 001 & 01781478 a 0000 | disposed to pray or appearing to pray
-01782519 00 a 01 impious 0 007 ^ 01784017 a 0000 ^ 02056880 a 0000 ^ 02513740 a 0000 = 04826771 n 0000 + 04828255 n 0102 ! 01781478 a 0101 & 01782717 a 0000 | lacking piety or reverence for a god
-01782717 00 s 02 godless 0 irreverent 0 004 & 01782519 a 0000 + 06207733 n 0201 + 06223468 n 0102 + 04828754 n 0102 | not revering god
-01782854 00 a 01 secular 0 001 ! 01782981 a 0101 | of or relating to clergy not bound by monastic vows; "the secular clergy"
-01782981 00 a 01 religious 1 002 + 10518602 n 0101 ! 01782854 a 0101 | of or relating to clergy bound by monastic vows; "the religious or regular clergy conducts the service"
-01783158 00 a 01 religious 0 008 ^ 01781478 a 0000 + 04826999 n 0102 + 05946687 n 0101 ! 01784017 a 0101 & 01783434 a 0000 & 01783522 a 0000 & 01783710 a 0000 & 01783863 a 0000 | having or showing belief in and reverence for a deity; "a religious man"; "religious attitude"
-01783434 00 s 01 churchgoing 0 001 & 01783158 a 0000 | actively practicing a religion
-01783522 00 s 01 churchly 0 002 & 01783158 a 0000 + 03028079 n 0101 | resembling or suggesting or appropriate to a church; "churchlike silence"; "the pure fragrance of churchly incense"
-01783710 00 s 02 devout 0 god-fearing 0 002 & 01783158 a 0000 + 04826999 n 0101 | deeply religious; "a god-fearing and law-abiding people" H.L.Mencken
-01783863 00 s 01 interfaith 0 001 & 01783158 a 0000 | involving persons of different religious faiths; "an interfaith marriage"; "interfaith good will"
-01784017 00 a 01 irreligious 0 007 ^ 01782519 a 0000 + 04828612 n 0101 ! 01783158 a 0101 & 01784217 a 0000 & 01784401 a 0000 & 01784602 a 0000 & 01784723 a 0000 | hostile or indifferent to religion
-01784217 00 s 03 atheistic 0 atheistical 0 unbelieving 0 005 & 01784017 a 0000 + 09820044 n 0201 + 09820044 n 0101 + 05980256 n 0101 + 06223468 n 0101 | rejecting any belief in gods
-01784401 00 s 04 heathen 0 heathenish 0 pagan 0 ethnic 0 004 & 01784017 a 0000 + 10390902 n 0301 + 10166394 n 0302 + 10166394 n 0101 | not acknowledging the God of Christianity and Judaism and Islam
-01784602 00 s 02 lapsed 0 nonchurchgoing 0 001 & 01784017 a 0000 | no longer active or practicing; "a lapsed Catholic"
-01784723 00 s 01 nonobservant 0 001 & 01784017 a 0000 | failing or refusing to observe religious customs
-01784830 00 a 01 placable 0 003 ! 01785180 a 0101 & 01784946 a 0000 & 01785079 a 0000 | easily calmed or pacified
-01784946 00 s 02 appeasable 0 conciliable 0 003 & 01784830 a 0000 + 01765392 v 0105 + 00765213 v 0102 | capable of being pacified
-01785079 00 s 01 mitigable 0 002 & 01784830 a 0000 + 00198850 v 0101 | capable of being alleviated
-01785180 00 a 01 implacable 0 004 ^ 01507402 a 0000 ! 01784830 a 0101 & 01785341 a 0000 & 01785783 a 0000 | incapable of being placated; "an implacable enemy"
-01785341 00 s 07 grim 0 inexorable 0 relentless 0 stern 0 unappeasable 0 unforgiving 0 unrelenting 0 006 & 01785180 a 0000 + 04639371 n 0401 + 04831437 n 0301 + 04831437 n 0203 + 04831437 n 0202 + 04710127 n 0102 | not to be placated or appeased or moved by entreaty; "grim determination"; "grim necessity"; "Russia's final hour, it seemed, approached with inexorable certainty"; "relentless persecution"; "the stern demands of parenthood"
-01785783 00 s 01 unmitigable 0 001 & 01785180 a 0000 | incapable of being mitigated; "stern and unmitigable accusations"
-01785906 00 a 02 plain 2 unpatterned 4 002 ! 01786133 a 0101 & 01786026 a 0000 | lacking patterns especially in color
-01786026 00 s 02 solid-colored 0 solid-coloured 0 001 & 01785906 a 0000 | having the same color all over
-01786133 00 a 01 patterned 0 044 ! 01785906 a 0101 & 01787009 a 0000 & 01787138 a 0000 & 01787231 a 0000 & 01787331 a 0000 & 01787408 a 0000 & 01787548 a 0000 & 01787740 a 0000 & 01787842 a 0000 & 01787941 a 0000 & 01788048 a 0000 & 01788169 a 0000 & 01788273 a 0000 & 01788369 a 0000 & 01788445 a 0000 & 01788564 a 0000 & 01788705 a 0000 & 01788843 a 0000 & 01788994 a 0000 & 01789117 a 0000 & 01789279 a 0000 & 01789359 a 0000 & 01789481 a 0000 & 01789734 a 0000 & 01789873 a 0000 & 01789954 a 0000 & 01790070 a 0000 & 01790150 a 0000 & 01790259 a 0000 & 01790348 a 0000 & 01790507 a 0000 & 01790613 a 0000 & 01790807 a 0000 & 01790938 a 0000 & 01791036 a 0000 & 01791138 a 0000 & 01791257 a 0000 & 01791349 a 0000 & 01791434 a 0000 & 01791510 a 0000 & 01791591 a 0000 & 01791670 a 0000 & 01791749 a 0000 & 01791829 a 0000 | having patterns (especially colorful patterns)
-01787009 00 s 01 banded 0 001 & 01786133 a 0000 | marked with bands or strips of contrasting color or texture; "a banded rock"
-01787138 00 s 01 black-and-tan 0 001 & 01786133 a 0000 | having a pattern of black and tan
-01787231 00 s 01 black-barred 0 001 & 01786133 a 0000 | having a pattern consisting of black bars
-01787331 00 s 01 black-marked 0 001 & 01786133 a 0000 | having black marks
-01787408 00 s 03 blotched 0 blotchy 0 splotched 0 002 & 01786133 a 0000 + 04694809 n 0201 | marked with irregularly shaped spots or blots
-01787548 00 s 04 brindled 0 brindle 0 brinded 0 tabby 0 001 & 01786133 a 0000 | having a grey or brown streak or a pattern or a patchy coloring; used especially of the patterned fur of cats
-01787740 00 s 02 brown-speckled 0 brownish-speckled 0 001 & 01786133 a 0000 | having brown speckles
-01787842 00 s 02 brown-striped 0 brownish-striped 0 001 & 01786133 a 0000 | having brown stripes
-01787941 00 s 01 burled 0 001 & 01786133 a 0000 | (of wood) have a pattern from the grain of a tree burl
-01788048 00 s 03 checked 0 checkered 0 chequered 0 001 & 01786133 a 0000 | patterned with alternating squares of color
-01788169 00 s 01 cross-banded 0 001 & 01786133 a 0000 | (of snakes) having crossing bands on the back
-01788273 00 s 02 dappled 0 mottled 0 001 & 01786133 a 0000 | having spots or patches of color
-01788369 00 s 01 dark-spotted 0 001 & 01786133 a 0000 | having dark spots
-01788445 00 s 05 dotted 0 flecked 0 specked 0 speckled 0 stippled 0 001 & 01786133 a 0000 | having a pattern of dots
-01788564 00 s 01 figured 0 001 & 01786133 a 0000 | (of e.g. fabric design) adorned with patterns; "my dress is richly figured"- Amy Lowell
-01788705 00 s 02 floral 0 flowered 0 001 & 01786133 a 0000 | resembling or made of or suggestive of flowers; "an unusual floral design"
-01788843 00 s 03 freckled 0 lentiginous 0 lentiginose 0 002 & 01786133 a 0000 + 05245192 n 0202 | relating to or covered with or resembling freckles
-01788994 00 s 01 laced 0 001 & 01786133 a 0000 | edged or streaked with color; "white blossoms with purple-laced petals"
-01789117 00 s 03 marbled 0 marbleized 0 marbleised 0 001 & 01786133 a 0000 | patterned with veins or streaks or color resembling marble; "marbleized pink skin"
-01789279 00 s 01 maroon-spotted 0 001 & 01786133 a 0000 | having maroon spots
-01789359 00 s 02 moire 0 watered 0 002 & 01786133 a 0000 + 03779246 n 0101 | (of silk fabric) having a wavelike pattern
-01789481 00 s 03 patched 0 spotty 0 spotted 0 001 & 01786133 a 0000 | having spots or patches (small areas of contrasting color or texture); "a field patched with ice and snow"; "the wall had a spotty speckled effect"; "a black-and-white spotted cow"
-01789734 00 s 02 pointillist 0 pointillistic 0 003 & 01786133 a 0000 + 08276053 n 0201 + 10447924 n 0101 | of or relating to pointillism
-01789873 00 s 01 pinstriped 0 001 & 01786133 a 0000 | having very thin stripes
-01789954 00 s 01 purple-veined 0 001 & 01786133 a 0000 | (of flowers) showing purple markings that resemble veins
-01790070 00 s 01 purple-spotted 0 001 & 01786133 a 0000 | having purple spots
-01790150 00 s 03 red-striped 0 reddish-striped 0 red-streaked 0 001 & 01786133 a 0000 | having red stripes
-01790259 00 s 01 ringed 0 001 & 01786133 a 0000 | having colored rings around the body
-01790348 00 s 01 slashed 0 001 & 01786133 a 0000 | patterned by having color applied with sweeping strokes; "brown iris...slashed with yellow"- Willa Cather
-01790507 00 s 01 sprigged 0 001 & 01786133 a 0000 | decorated with designs of sprigs; "sprigged muslin"
-01790613 00 s 02 streaked 0 streaky 0 002 & 01786133 a 0000 + 04683136 n 0202 | marked with or as if with stripes or linear discolorations; "streaked hair"; "fat legs and dirty streaky faces"
-01790807 00 s 02 striped 0 stripy 0 003 & 01786133 a 0000 + 04683136 n 0201 + 02784732 n 0203 | marked or decorated with stripes
-01790938 00 s 01 tessellated 0 001 & 01786133 a 0000 | having a checkered or mottled appearance
-01791036 00 s 01 tiger-striped 0 001 & 01786133 a 0000 | having stripes resembling those of a tiger
-01791138 00 s 03 veined 0 venose 0 veinlike 0 001 & 01786133 a 0000 | having or showing markings that resemble veins
-01791257 00 s 01 violet-streaked 0 001 & 01786133 a 0000 | having streaks of violet color
-01791349 00 s 01 white-blotched 0 001 & 01786133 a 0000 | having blotches of white
-01791434 00 s 01 white-ribbed 0 001 & 01786133 a 0000 | having white ribs
-01791510 00 s 01 white-streaked 0 001 & 01786133 a 0000 | having white streaks
-01791591 00 s 01 yellow-banded 0 001 & 01786133 a 0000 | having yellow bands
-01791670 00 s 01 yellow-marked 0 001 & 01786133 a 0000 | having yellow marks
-01791749 00 s 01 yellow-spotted 0 001 & 01786133 a 0000 | having yellow spots
-01791829 00 s 01 yellow-striped 0 001 & 01786133 a 0000 | having yellow stripes
-01791911 00 a 01 plain 1 017 ^ 02174896 a 0000 ^ 00060397 a 0000 ^ 02018486 a 0000 ^ 01851523 a 0000 ! 01794340 a 0101 & 01792387 a 0000 & 01792573 a 0000 & 01792821 a 0000 & 01792973 a 0000 & 01793106 a 0000 & 01793254 a 0000 & 01793405 a 0000 & 01793557 a 0000 & 01793674 a 0000 & 01793812 a 0000 & 01793985 a 0000 & 01794125 a 0000 | not elaborate or elaborated; simple; "plain food"; "stuck to the plain facts"; "a plain blue suit"; "a plain rectangular brick building"
-01792387 00 s 04 austere 0 severe 0 stark 0 stern 0 005 & 01791911 a 0000 + 04710390 n 0401 + 04697819 n 0302 + 04697666 n 0203 + 04697666 n 0101 | severely simple; "a stark interior"
-01792573 00 s 03 bare(a) 0 mere(a) 0 simple(a) 2 001 & 01791911 a 0000 | apart from anything else; without additions or modifications; "only the bare facts"; "shocked by the mere idea"; "the simple passage of time was enough"; "the simple truth"
-01792821 00 s 01 chaste 0 002 & 01791911 a 0000 + 04697442 n 0101 | pure and simple in design or style; "a chaste border of conventionalized flowers"
-01792973 00 s 01 dry 1 001 & 01791911 a 0000 | (of food) eaten without a spread or sauce or other garnish; "dry toast"; "dry meat"
-01793106 00 s 01 dry 2 001 & 01791911 a 0000 | having no adornment or coloration; "dry facts"; "rattled off the facts in a dry mechanical manner"
-01793254 00 s 01 featureless 0 001 & 01791911 a 0000 | lacking distinguishing characteristics or features; "the featureless landscape of the steppe"
-01793405 00 s 01 homely 0 001 & 01791911 a 0000 | plain and unpretentious; "homely truths"; "letters to his son full of homely advice"; "homely fare"
-01793557 00 s 02 inelaborate 0 unelaborate 0 001 & 01791911 a 0000 | not elaborate; lacking rich or complex detail
-01793674 00 s 01 literal 0 001 & 01791911 a 0000 | avoiding embellishment or exaggeration (used for emphasis); "it's the literal truth"
-01793812 00 s 01 simple 0 003 & 01791911 a 0000 + 04697442 n 0104 + 04697442 n 0103 | unornamented; "a simple country schoolhouse"; "her black dress--simple to austerity"
-01793985 00 s 02 tailored 0 trim 0 001 & 01791911 a 0000 | severely simple in line or design; "a neat tailored suit"; "tailored curtains"
-01794125 00 s 01 vanilla 0 001 & 01791911 a 0000 | plain and without any extras or adornments; "the most common type of bond is the straight or plain vanilla bond"; "the basic car is known as the vanilla version"
-01794340 00 a 01 fancy 0 018 ^ 00056002 a 0000 ^ 02016535 a 0000 ! 01791911 a 0101 & 01794771 a 0000 & 01794995 a 0000 & 01795203 a 0000 & 01795353 a 0000 & 01795460 a 0000 & 01795610 a 0000 & 01795799 a 0000 & 01795933 a 0000 & 01796109 a 0000 & 01796304 a 0000 & 01796452 a 0000 & 01796600 a 0000 & 01796736 a 0000 & 01796844 a 0000 & 01796977 a 0000 | not plain; decorative or ornamented; "fancy handwriting"; "fancy clothes"
-01794771 00 s 03 aureate 0 florid 0 flamboyant 0 004 & 01794340 a 0000 + 12494794 n 0302 + 04699936 n 0301 + 04699936 n 0202 | elaborately or excessively ornamented; "flamboyant handwriting"; "the senator's florid speech"
-01794995 00 s 03 baroque 0 churrigueresque 0 churrigueresco 0 002 & 01794340 a 0000 + 04698307 n 0102 | having elaborate symmetrical ornamentation; "the building...frantically baroque"-William Dean Howells
-01795203 00 s 02 busy 0 fussy 0 002 & 01794340 a 0000 + 04700199 n 0201 | overcrowded or cluttered with detail; "a busy painting"; "a fussy design"
-01795353 00 s 01 dressy 0 003 & 01794340 a 0000 ;u 07075172 n 0000 + 02756098 n 0103 | in fancy clothing
-01795460 00 s 01 crackle 0 001 & 01794340 a 0000 | having the surface decorated with a network of fine cracks, as in crackleware; "a crackle glaze"
-01795610 00 s 01 damascene 0 002 & 01794340 a 0000 + 03160593 n 0101 | (of metals) decorated or inlaid with a wavy pattern of different (especially precious) metals; "a damascened sword"
-01795799 00 s 01 damask 0 003 & 01794340 a 0000 + 03160894 n 0101 + 03160740 n 0101 | having a woven pattern; "damask table linens"
-01795933 00 s 02 elaborate 0 luxuriant 0 003 & 01794340 a 0000 + 05116243 n 0201 + 04698112 n 0102 | marked by complexity and richness of detail; "an elaborate lace pattern"
-01796109 00 s 04 embattled 0 battlemented 0 castled 0 castellated 0 001 & 01794340 a 0000 | having or resembling repeated square indentations like those in a battlement; "a crenelated molding"
-01796304 00 s 01 fanciful 0 001 & 01794340 a 0000 | having a curiously intricate quality; "a fanciful pattern with intertwined vines and flowers"
-01796452 00 s 01 fantastic 0 001 & 01794340 a 0000 | extravagantly fanciful in design, construction, appearance; "Gaudi's fantastic architecture"
-01796600 00 s 02 lacy 0 lacelike 0 002 & 01794340 a 0000 + 03631177 n 0101 | made of or resembling lace; "a lacy gown"; "a lacy leaf"
-01796736 00 s 02 puff 0 puffed 0 001 & 01794340 a 0000 | gathered for protruding fullness; "puff sleeves"
-01796844 00 s 01 rococo 0 001 & 01794340 a 0000 | having excessive asymmetrical ornamentation; "an exquisite gilded rococo mirror"
-01796977 00 s 03 vermicular 0 vermiculate 0 vermiculated 0 001 & 01794340 a 0000 | decorated with wormlike tracery or markings; "vermicular (or vermiculated) stonework"
-01797148 00 a 01 planned 0 007 ^ 01337486 a 0000 ^ 01842763 a 0000 ! 01797862 a 0101 & 01797394 a 0000 & 01797528 a 0000 & 01797633 a 0000 & 01797770 a 0000 | designed or carried out according to a plan; "the planned outlays for new equipment"
-01797394 00 s 01 contrived 0 001 & 01797148 a 0000 | showing effects of planning or manipulation; "a novel with a contrived ending"
-01797528 00 s 01 deep-laid 0 001 & 01797148 a 0000 | secretly and carefully planned; "deep-laid plans"
-01797633 00 s 02 preset 0 predetermined 0 001 & 01797148 a 0000 | set in advance; "a preset plan of action"; "at a predetermined time"
-01797770 00 s 01 put-up 0 001 & 01797148 a 0000 | planned secretly; "it was a put-up job"
-01797862 00 a 01 unplanned 0 006 ^ 01338730 a 0000 ! 01797148 a 0101 & 01798162 a 0000 & 01798371 a 0000 & 01798484 a 0000 & 01798697 a 0000 | without apparent forethought or prompting or planning; "an unplanned economy"; "accepts an unplanned order"; "an unplanned pregnancy"; "unplanned remarks"
-01798162 00 s 02 casual 1 chance(a) 0 002 & 01797862 a 0000 + 04912240 n 0101 | occurring or appearing or singled out by chance; "seek help from casual passers-by"; "a casual meeting"; "a chance occurrence"
-01798371 00 s 01 ad_hoc 0 001 & 01797862 a 0000 | often improvised or impromptu; "an ad hoc committee meeting"
-01798484 00 s 01 casual 2 002 & 01797862 a 0000 + 04912240 n 0101 | without or seeming to be without plan or method; offhand; "a casual remark"; "information collected by casual methods and in their spare time"
-01798697 00 s 01 unpremeditated 0 001 & 01797862 a 0000 | not prepared or planned in advance; "asked an unpremeditated question"
-01798828 00 a 01 studied 0 002 ^ 00073048 a 0000 ! 01799035 a 0101 | produced or marked by conscious design or premeditation; "a studied smile"; "a note of biting irony and studied insult"- V.L.Parrington
-01799035 00 a 02 unstudied 0 uncontrived 0 003 ^ 00074346 a 0000 ! 01798828 a 0101 & 01799297 a 0000 | not by design or artifice; unforced and impromptu; "an air of unstudied spontaneous utterance is apt to be painstakingly achieved"; "simple unstudied charm"
-01799297 00 s 01 candid 0 001 & 01799035 a 0000 | informal or natural; especially caught off guard or unprepared; "a candid photograph"; "a candid interview"
-01799457 00 a 01 plausible 0 006 ^ 00644839 a 0000 + 04783724 n 0101 + 04783724 n 0102 ! 01799957 a 0101 & 01799670 a 0000 & 01799781 a 0000 | apparently reasonable and valid, and truthful; "a plausible excuse"
-01799670 00 s 01 arguable 0 002 & 01799457 a 0000 + 00772189 v 0101 | capable of being supported by argument
-01799781 00 s 03 glib 0 pat 0 slick 0 003 & 01799457 a 0000 + 05095324 n 0302 + 05095324 n 0101 | having only superficial plausibility; "glib promises"; "a slick commercial"
-01799957 00 a 01 implausible 0 005 ^ 00645493 a 0000 + 04784322 n 0102 + 04784322 n 0101 ! 01799457 a 0101 & 01800169 a 0000 | having a quality that provokes disbelief; "gave the teacher an implausible excuse"
-01800169 00 s 04 improbable 0 unbelievable 0 unconvincing 0 unlikely 0 003 & 01799957 a 0000 + 04758776 n 0402 + 04758452 n 0102 | having a probability too low to inspire belief
-01800349 00 a 01 pleasant 0 013 ^ 01133876 a 0000 ^ 01586342 a 0000 ^ 01807219 a 0000 = 04778630 n 0000 + 07490713 n 0102 + 04778630 n 0101 + 01815628 v 0101 ! 01801600 a 0101 & 01800764 a 0000 & 01800873 a 0000 & 01801029 a 0000 & 01801327 a 0000 & 01801446 a 0000 | affording pleasure; being in harmony with your taste or likings; "we had a pleasant evening together"; "a pleasant scene"; "pleasant sensations"
-01800764 00 s 01 beautiful 0 001 & 01800349 a 0000 | (of weather) highly enjoyable; "what a beautiful day"
-01800873 00 s 01 dulcet 0 001 & 01800349 a 0000 | extremely pleasant in a gentle way; "the most dulcet swimming on the most beautiful and remote beaches"
-01801029 00 s 03 enjoyable 0 gratifying 0 pleasurable 0 002 & 01800349 a 0000 + 04779336 n 0101 | affording satisfaction or pleasure; "the company was enjoyable"; "found her praise gratifying"; "full of happiness and pleasurable excitement"; "good printing makes a book more pleasurable to read"
-01801327 00 s 01 grateful 0 001 & 01800349 a 0000 | affording comfort or pleasure; "the grateful warmth of the fire"
-01801446 00 s 01 idyllic 0 002 & 01800349 a 0000 + 07307297 n 0101 | suggestive of an idyll; charmingly simple and serene; "his idyllic life in Tahiti"
-01801600 00 a 01 unpleasant 0 022 ^ 01808822 a 0000 ^ 01134769 a 0000 ^ 01587077 a 0000 ^ 01624633 a 0000 ^ 01716491 a 0000 = 04778630 n 0000 + 07494787 n 0101 + 04779649 n 0101 ! 01800349 a 0101 & 01802165 a 0000 & 01802774 a 0000 & 01802932 a 0000 & 01803247 a 0000 & 01803335 a 0000 & 01803583 a 0000 & 01803792 a 0000 & 01804034 a 0000 & 01804175 a 0000 & 01804422 a 0000 & 01804728 a 0000 & 01804906 a 0000 & 01805064 a 0000 | disagreeable to the senses, to the mind, or feelings ; "an unpleasant personality"; "unpleasant repercussions"; "unpleasant odors"
-01802165 00 s 0b acerb 0 acerbic 0 acid 0 acrid 0 bitter 0 blistering 0 caustic 0 sulfurous 0 sulphurous 0 virulent 0 vitriolic 0 008 & 01801600 a 0000 + 06721604 n 0b03 + 04658361 n 0a02 + 04658361 n 0a01 + 04643397 n 0501 + 04780232 n 0402 + 04780232 n 0401 + 04643397 n 0203 | harsh or corrosive in tone; "an acerbic tone piercing otherwise flowery prose"; "a barrage of acid comments"; "her acrid remarks make her many enemies"; "bitter words"; "blistering criticism"; "caustic jokes about political assassination, talk-show hosts and medical ethics"; "a sulfurous denunciation"; "a vitriolic critique"
-01802774 00 s 03 beastly 0 hellish 0 god-awful 0 002 & 01801600 a 0000 + 04781967 n 0101 | very unpleasant; "hellish weather"; "stop that god-awful racket"
-01802932 00 s 03 dour 1 forbidding 0 grim 1 002 & 01801600 a 0000 + 04782610 n 0302 | harshly uninviting or formidable in manner or appearance; "a dour, self-sacrificing life"; "a forbidding scowl"; "a grim man loving duty more than humanity"; "undoubtedly the grimmest part of him was his iron claw"- J.M.Barrie
-01803247 00 s 01 dreadful 0 002 & 01801600 a 0000 + 04782116 n 0102 | very unpleasant
-01803335 00 s 02 embarrassing 0 mortifying 0 001 & 01801600 a 0000 | causing to feel shame or chagrin or vexation; "the embarrassing moment when she found her petticoat down around her ankles"; "it was mortifying to know he had heard every word"
-01803583 00 s 02 harsh 1 rough 0 003 & 01801600 a 0000 + 04817564 n 0202 + 04639732 n 0103 | unpleasantly stern; "wild and harsh country full of hot sand and cactus"; "the nomad life is rough and hazardous"
-01803792 00 s 01 harsh 3 002 & 01801600 a 0000 + 04988666 n 0101 | disagreeable to the senses; "the harsh cry of a blue jay"; "harsh cognac"; "the harsh white light makes you screw up your eyes"; "harsh irritating smoke filled the hallway"
-01804034 00 s 01 hot 0 001 & 01801600 a 0000 | very unpleasant or even dangerous; "make it hot for him"; "in the hot seat"; "in hot water"
-01804175 00 s 03 afflictive 0 painful 0 sore 0 005 & 01801600 a 0000 + 07495973 n 0302 + 07494363 n 0202 + 01797730 v 0101 + 00259927 v 0101 | causing misery or pain or distress; "it was a sore trial to him"; "the painful process of growing up"
-01804422 00 s 03 rebarbative 0 repellent 0 repellant 0 007 & 01801600 a 0000 + 14920388 n 0302 + 02194913 v 0304 + 01808769 v 0301 + 14920586 n 0201 + 14920388 n 0201 + 05196054 n 0201 | serving or tending to repel; "he became rebarbative and prickly and spiteful"; "I find his obsequiousness repellent"
-01804728 00 s 03 sharp 0 sharp-worded 0 tart 0 003 & 01801600 a 0000 + 04643397 n 0305 + 04643099 n 0102 | harsh; "sharp criticism"; "a sharp-worded exchange"; "a tart remark"
-01804906 00 s 01 ungrateful 0 001 & 01801600 a 0000 | disagreeable; "I will not perform the ungrateful task of comparing cases of failure"- Abraham Lincoln
-01805064 00 s 01 unhappy 0 001 & 01801600 a 0000 | causing discomfort; "the unhappy truth"
-01805157 00 a 01 pleased 0 007 ^ 00588797 a 0000 ! 01805889 a 0101 & 01805355 a 0000 & 01805489 a 0000 & 01805618 a 0000 & 01805730 a 0000 & 01805801 a 0000 | experiencing or manifesting pleasure
-01805355 00 s 03 amused 0 diverted 0 entertained 0 001 & 01805157 a 0000 | pleasantly occupied; "We are not amused" -Queen Victoria
-01805489 00 s 02 bucked_up(p) 0 encouraged 0 001 & 01805157 a 0000 | inspired with confidence; "felt bucked up by his success"
-01805618 00 s 01 chuffed 0 002 & 01805157 a 0000 ;r 08860123 n 0000 | very pleased; "I'm chuffed to have won"
-01805730 00 s 01 delighted 0 001 & 01805157 a 0000 | greatly pleased
-01805801 00 s 01 gratified 0 001 & 01805157 a 0000 | having received what was desired
-01805889 00 a 01 displeased 0 007 ^ 00589624 a 0000 ! 01805157 a 0101 & 01806106 a 0000 & 01806483 a 0000 & 01806677 a 0000 & 01806992 a 0000 & 01807075 a 0000 | not pleased; experiencing or manifesting displeasure
-01806106 00 s 0b annoyed 0 irritated 0 miffed 0 nettled 0 peeved 0 pissed 0 pissed_off 0 riled 0 roiled 0 steamed 0 stung 0 001 & 01805889 a 0000 | aroused to impatience or anger; "made an irritated gesture"; "feeling nettled from the constant teasing"; "peeved about being left out"; "felt really pissed at her snootiness"; "riled no end by his lies"; "roiled by the delay"
-01806483 00 s 03 exasperated 0 cheesed_off 0 browned_off 0 001 & 01805889 a 0000 | greatly annoyed; out of patience; "had an exasperated look on his face"; "felt exasperated beyond endurance"
-01806677 00 s 05 disgusted 0 fed_up(p) 0 sick(p) 0 sick_of(p) 0 tired_of(p) 0 001 & 01805889 a 0000 | having a strong distaste from surfeit; "grew more and more disgusted"; "fed up with their complaints"; "sick of it all"; "sick to death of flattery"; "gossip that makes one sick"; "tired of the noise and smoke"
-01806992 00 s 01 frowning 0 001 & 01805889 a 0000 | showing displeasure or anger
-01807075 00 s 02 offended 0 pained 0 001 & 01805889 a 0000 | hurt or upset; "she looked offended"; "face had a pained and puzzled expression"
-01807219 00 a 01 pleasing 0 014 ^ 00166146 a 0000 ^ 00217728 a 0000 ^ 01264336 a 0000 ^ 01800349 a 0000 ! 01808822 a 0101 & 01807605 a 0000 & 01807799 a 0000 & 01807964 a 0000 & 01808139 a 0000 & 01808227 a 0000 & 01808329 a 0000 & 01808413 a 0000 & 01808544 a 0000 & 01808671 a 0000 | giving pleasure and satisfaction; "a pleasing piece of news"; "pleasing in manner and appearance"
-01807605 00 s 01 admirable 0 003 & 01807219 a 0000 + 04729127 n 0101 + 04729127 n 0102 | inspiring admiration or approval; "among her many admirable qualities are generosity and graciousness"
-01807799 00 s 01 charming 0 001 & 01807219 a 0000 | pleasing or delighting; "endowed with charming manners"; "a charming little cottage"; "a charming personality"
-01807964 00 s 02 delightful 0 delicious 0 001 & 01807219 a 0000 | greatly pleasing or entertaining; "a delightful surprise"; "the comedy was delightful"; "a delicious joke"
-01808139 00 s 01 easy 0 001 & 01807219 a 0000 | affording pleasure; "easy good looks"
-01808227 00 s 02 fabulous 0 fab 0 001 & 01807219 a 0000 | extremely pleasing; "a fabulous vacation"
-01808329 00 s 01 good 0 001 & 01807219 a 0000 | capable of pleasing; "good looks"
-01808413 00 s 02 gratifying 0 sweet 1 002 & 01807219 a 0000 + 04778630 n 0202 | pleasing to the mind or feeling; "sweet revenge"
-01808544 00 s 01 ingratiating 0 001 & 01807219 a 0000 | capable of winning favor; "with open arms and an ingratiating smile"
-01808671 00 s 01 sweet 2 002 & 01807219 a 0000 + 04778630 n 0102 | pleasing to the senses; "the sweet song of the lark"; "the sweet face of a child"
-01808822 00 a 01 displeasing 0 006 ^ 00220956 a 0000 ^ 01801600 a 0000 ! 01807219 a 0101 & 01809019 a 0000 & 01809245 a 0000 & 01809541 a 0000 | causing displeasure or lacking pleasing qualities
-01809019 00 s 02 disconcerting 0 upsetting 0 001 & 01808822 a 0000 | causing an emotional disturbance; "his disconcerting habit of greeting friends ferociously and strangers charmingly"- Herb Caen; "an upsetting experience"
-01809245 00 s 04 exasperating 0 infuriating 0 maddening 0 vexing 0 001 & 01808822 a 0000 | extremely annoying or displeasing; "his cavelier curtness of manner was exasperating"; "I've had an exasperating day"; "her infuriating indifference"; "the ceaseless tumult of the jukebox was maddening"
-01809541 00 s 01 off-putting 0 001 & 01808822 a 0000 | causing annoyance or repugnance; "an off-putting remark"
-01809655 00 a 01 pointed 0 017 ^ 02047807 a 0000 ^ 00800826 a 0000 + 05071556 n 0102 ! 01811504 a 0101 & 01810011 a 0000 & 01810189 a 0000 & 01810348 a 0000 & 01810453 a 0000 & 01810536 a 0000 & 01810613 a 0000 & 01810720 a 0000 & 01810868 a 0000 & 01810998 a 0000 & 01811172 a 0000 & 01811277 a 0000 & 01811352 a 0000 & 01811430 a 0000 | having a point
-01810011 00 s 03 acanthoid 0 acanthous 0 spinous 0 005 & 01809655 a 0000 + 13912839 n 0302 + 13089631 n 0301 + 01900488 n 0301 + 13912839 n 0203 | shaped like a spine or thorn
-01810189 00 s 04 acuate 0 acute 0 sharp 0 needlelike 0 004 & 01809655 a 0000 + 04184957 n 0301 + 04705324 n 0301 + 04705536 n 0201 | ending in a sharp point
-01810348 00 s 02 barreled 0 barrelled 0 001 & 01809655 a 0000 | (of an arrow) tapered toward both ends
-01810453 00 s 01 bristle-pointed 0 001 & 01809655 a 0000 | pointed like bristles
-01810536 00 s 01 five-pointed 0 001 & 01809655 a 0000 | having five points
-01810613 00 s 03 fusiform 0 spindle-shaped 0 cigar-shaped 0 001 & 01809655 a 0000 | tapering at each end
-01810720 00 s 01 nibbed 0 001 & 01809655 a 0000 | (used of pens) having a writing point or nib especially of a certain kind; "a broad-nibbed pen"
-01810868 00 s 01 peaked 0 001 & 01809655 a 0000 | having or rising to a peak; "the peaked ceiling"; "the island's peaked hills"
-01810998 00 s 03 pyramidal 0 pyramidic 0 pyramidical 0 005 & 01809655 a 0000 + 04029125 n 0301 + 13914837 n 0301 + 04029125 n 0101 + 13914837 n 0101 | resembling a pyramid
-01811172 00 s 01 sharpened 0 001 & 01809655 a 0000 | having the point made sharp; "a sharpened pencil"
-01811277 00 s 01 six-pointed 0 001 & 01809655 a 0000 | having six points
-01811352 00 s 01 spiked 1 001 & 01809655 a 0000 | having a long sharp point
-01811430 00 s 01 spikelike 0 001 & 01809655 a 0000 | resembling a spike
-01811504 00 a 02 pointless 0 unpointed 0 003 + 05071726 n 0201 ! 01809655 a 0101 & 01811683 a 0000 | not having a point especially a sharp point; "my pencils are all pointless"
-01811683 00 s 01 blunt 0 002 & 01811504 a 0000 + 04705671 n 0102 | having a broad or rounded end; "thick marks made by a blunt pencil"
-01811820 00 a 01 acute 2 001 ! 01811905 a 0101 | of an angle; less than 90 degrees
-01811905 00 a 01 obtuse 0 001 ! 01811820 a 0101 | of an angle; between 90 and 180 degrees
-01811997 00 a 01 polished 0 004 ^ 00278551 a 0000 ! 01812846 a 0101 & 01812237 a 0000 & 01812630 a 0000 | perfected or made shiny and smooth; "his polished prose"; "in a freshly ironed dress and polished shoes"; "freshly polished silver"
-01812237 00 s 05 bright 0 burnished 0 lustrous 0 shining 2 shiny 0 004 & 01811997 a 0000 + 04953954 n 0503 + 04954683 n 0501 + 05018103 n 0102 | made smooth and bright by or as if by rubbing; reflecting a sheen or glow; "bright silver candlesticks"; "a burnished brass knocker"; "she brushed her hair until it fell in lustrous auburn waves"; "rows of shining glasses"; "shiny black patents"
-01812630 00 s 01 finished 0 001 & 01811997 a 0000 | (of skills or the products of skills) brought to or having the greatest excellence; perfected; "a dazzling and finished piece of writing"; "a finished violinist"
-01812846 00 a 01 unpolished 0 006 ^ 00283703 a 0000 ^ 01949149 a 0000 ! 01811997 a 0101 & 01813081 a 0000 & 01813183 a 0000 & 01813289 a 0000 | not carefully reworked or perfected or made smooth by polishing; "dull unpolished shoes"
-01813081 00 s 01 raw 0 001 & 01812846 a 0000 | untempered and unrefined; "raw talent"; "raw beauty"
-01813183 00 s 01 rough 0 001 & 01812846 a 0000 | not perfected; "a rough draft"; "a few rough sketches"
-01813289 00 s 01 unburnished 0 001 & 01812846 a 0000 | of metals e.g.; not made shiny and smooth by friction
-01813400 00 a 01 politic 0 004 ^ 00758459 a 0000 ! 01814085 a 0101 & 01813733 a 0000 & 01813920 a 0000 | marked by artful prudence, expedience, and shrewdness; "it is neither polite nor politic to get into other people's quarrels"; "a politic decision"; "a politic manager"; "a politic old scoundrel"; "a shrewd and politic reply"
-01813733 00 s 01 expedient 0 003 & 01813400 a 0000 + 05158431 n 0102 + 05158431 n 0101 | appropriate to a purpose; practical; "in the circumstances it was expedient to express loyalty"
-01813920 00 s 01 sagacious 0 003 & 01813400 a 0000 + 04890361 n 0103 + 05614175 n 0101 | skillful in statecraft or management; "an astute and sagacious statesman"
-01814085 00 a 01 impolitic 0 004 ^ 02570282 a 0000 ^ 00932367 a 0000 ! 01813400 a 0101 & 01814252 a 0000 | not politic; "an impolitic approach to a sensitive issue"
-01814252 00 s 02 inexpedient 0 unwise 0 003 & 01814085 a 0000 + 05165303 n 0102 + 05165303 n 0101 | not appropriate to the purpose
-01814385 00 a 01 political 0 004 ! 01815129 a 0101 & 01814711 a 0000 & 01814929 a 0000 & 01815030 a 0000 | involving or characteristic of politics or parties or politicians; "calling a meeting is a political act in itself"- Daniel Goleman; "political pressure"; "a political machine"; "political office"; "political policy"
-01814711 00 s 01 governmental 0 001 & 01814385 a 0000 | relating to or dealing with the affairs or structure of government or politics or the state; "governmental policy"; "public confidence and governmental morale"
-01814929 00 s 01 policy-making 0 001 & 01814385 a 0000 | concerned with policy, not administration
-01815030 00 s 01 semipolitical 0 001 & 01814385 a 0000 | political in some (but not all) aspects
-01815129 00 a 01 nonpolitical 0 002 ! 01814385 a 0101 & 01815219 a 0000 | not political
-01815219 00 s 02 apolitical 0 unpolitical 0 001 & 01815129 a 0000 | politically neutral
-01815309 00 a 01 ponderable 0 002 ! 01815669 a 0101 & 01815540 a 0000 | capable of being weighed or considered; "something ponderable from the outer world--something of which we can say that its weight is so and so"- James Jeans
-01815540 00 s 01 assessable 0 001 & 01815309 a 0000 | capable of being considered carefully; "the assessable qualities of art"
-01815669 00 a 01 imponderable 0 001 ! 01815309 a 0101 | difficult or impossible to evaluate with precision; "such imponderable human factors as aesthetic sensibility"
-01815838 00 a 01 popular 0 008 = 04808639 n 0000 + 04808639 n 0101 ! 01816956 a 0101 & 01816195 a 0000 & 01816305 a 0000 & 01816376 a 0000 & 01816525 a 0000 & 01816696 a 0000 | regarded with great favor, approval, or affection especially by the general public; "a popular tourist attraction"; "a popular girl"; "cabbage patch dolls are no longer popular"
-01816195 00 s 01 best-selling(p) 0 001 & 01815838 a 0000 | selling in great numbers; "a best-selling novel"
-01816305 00 s 01 fashionable 0 001 & 01815838 a 0000 | patronized by
-01816376 00 s 02 favorite 0 favourite 0 002 & 01815838 a 0000 + 05790758 n 0202 | appealing to the general public; "a favorite tourist attraction"
-01816525 00 s 01 hot 0 002 & 01815838 a 0000 ;u 07075172 n 0000 | very popular or successful; "one of the hot young talents"; "cabbage patch dolls were hot last season"
-01816696 00 s 02 touristed 0 touristy 0 002 & 01815838 a 0000 + 10718131 n 0201 | visited by throngs of tourists; "of the three American Virgin islands St. Thomas is the most touristed"; "tourists descend in busloads...so the whole place is rather touristy"
-01816956 00 a 01 unpopular 0 004 = 04808639 n 0000 + 04809089 n 0101 ! 01815838 a 0101 & 01817155 a 0000 | regarded with disfavor or lacking general approval; "unpopular ideas"; "an unpopular war"
-01817155 00 s 01 less-traveled 0 001 & 01816956 a 0000 | not visited by many travelers; "the tourist's desire to visit less-traveled countries"
-01817301 00 a 01 pro 0 001 ! 01817405 a 0101 | in favor of (an action or proposal etc.); "a pro vote"
-01817405 00 a 01 anti 0 001 ! 01817301 a 0101 | not in favor of (an action or proposal etc.)
-01817500 00 a 01 positive 1 011 ^ 00075135 a 0000 ^ 00584820 a 0000 ^ 01663571 a 0000 ^ 02354537 a 0000 = 04723816 n 0000 + 05166805 n 0101 + 05166805 n 0102 ! 01818234 a 0101 ! 01818992 a 0101 & 01817908 a 0000 & 01818077 a 0000 | characterized by or displaying affirmation or acceptance or certainty etc.; "a positive attitude"; "the reviews were all positive"; "a positive benefit"; "a positive demand"
-01817908 00 s 02 affirmative 0 optimistic 0 004 & 01817500 a 0000 + 07541558 n 0201 + 05211793 n 0201 + 05167117 n 0101 | expecting the best; "an affirmative outlook"
-01818077 00 s 01 constructive 0 002 & 01817500 a 0000 + 05165745 n 0101 | emphasizing what is laudable or hopeful or to the good; "constructive criticism"
-01818234 00 a 01 negative 2 009 ^ 00586183 a 0000 ^ 01664581 a 0000 ^ 02356430 a 0000 = 04723816 n 0000 + 05167618 n 0101 ! 01818992 a 0101 ! 01817500 a 0101 & 01818680 a 0000 & 01818820 a 0000 | characterized by or displaying negation or denial or opposition or resistance; having no positive features; "a negative outlook on life"; "a colorless negative personality"; "a negative evaluation"; "a negative reaction to an advertising campaign"
-01818680 00 s 02 antagonistic 0 counter 0 003 & 01818234 a 0000 + 09773245 n 0102 + 13860548 n 0101 | indicating opposition or resistance
-01818820 00 s 01 perverse 0 002 & 01818234 a 0000 + 04909018 n 0103 | marked by a disposition to oppose and contradict; "took perverse satisfaction in foiling her plans"
-01818992 00 a 01 neutral 2 004 ! 01817500 a 0101 ! 01818234 a 0101 & 01819152 a 0000 & 01819293 a 0000 | possessing no distinctive quality or characteristics
-01819152 00 s 02 neutralized 0 neutralised 0 001 & 01818992 a 0000 | made neutral in some respect; deprived of distinctive characteristics
-01819293 00 s 01 viewless 0 001 & 01818992 a 0000 | not having or expressing opinions or views
-01819390 00 a 01 plus 0 003 ! 01819821 a 0101 & 01819592 a 0000 & 01819692 a 0000 | on the positive side or higher end of a scale; "a plus value"; "temperature of plus 5 degrees"; "a grade of C plus"
-01819592 00 s 01 nonnegative 0 002 & 01819390 a 0000 ;c 06000644 n 0000 | either positive or zero
-01819692 00 s 01 positive 0 003 & 01819390 a 0000 ;c 06000644 n 0000 + 05108109 n 0101 | greater than zero; "positive numbers"
-01819821 00 a 01 minus 0 002 ! 01819390 a 0101 & 01819976 a 0000 | on the negative side or lower end of a scale; "minus 5 degrees"; "a grade of B minus"
-01819976 00 s 01 negative 0 003 & 01819821 a 0000 ;c 06000644 n 0000 + 05108262 n 0102 | less than zero; "a negative number"
-01820103 00 a 01 positive 5 001 ! 01820338 a 0101 | reckoned, situated or tending in the direction which naturally or arbitrarily is taken to indicate increase or progress or onward motion; "positive increase in graduating students"
-01820338 00 a 01 negative 5 001 ! 01820103 a 0101 | reckoned in a direction opposite to that regarded as positive; "negative interest rates"
-01820481 00 a 02 positive 4 confirming 2 003 ;c 06043075 n 0000 ! 01820861 a 0101 & 01820684 a 0000 | indicating existence or presence of a suspected condition or pathogen; "a positive pregnancy test"
-01820684 00 s 01 Gram-positive 0 002 & 01820481 a 0000 ;c 01348530 n 0000 | (of bacteria) being or relating to a bacterium that retains the violet stain used in Gram's method
-01820861 00 a 02 negative 4 disconfirming 2 003 ;c 06043075 n 0000 ! 01820481 a 0101 & 01821078 a 0000 | not indicating the presence of microorganisms or disease or a specific condition; "the HIV test was negative"
-01821078 00 s 01 Gram-negative 0 002 & 01820861 a 0000 ;c 01348530 n 0000 | (of bacteria) being of or relating to a bacterium that does not retain the violet stain used in Gram's method
-01821266 00 a 01 possible 0 014 ^ 01411451 a 0000 ^ 01834304 a 0000 ^ 01939984 a 0000 ^ 02417895 a 0000 = 14481929 n 0000 + 14481929 n 0101 + 14481929 n 0102 ! 01823092 a 0101 & 01821690 a 0000 & 01821920 a 0000 & 01822153 a 0000 & 01822411 a 0000 & 01822563 a 0000 & 01822933 a 0000 | capable of happening or existing; "a breakthrough may be possible next year"; "anything is possible"; "warned of possible consequences"
-01821690 00 s 05 accomplishable 0 achievable 0 doable 0 manageable 0 realizable 0 004 & 01821266 a 0000 + 02526085 v 0201 + 14482444 n 0201 + 01640855 v 0102 | capable of existing or taking place or proving true; possible to do
-01821920 00 s 02 affirmable 0 assertable 0 005 & 01821266 a 0000 + 01016778 v 0201 + 01011031 v 0203 + 00717045 v 0202 + 00665886 v 0106 | capable of being affirmed or asserted; "a quality affirmable of every member of the family"
-01822153 00 s 02 attainable 0 come-at-able 0 004 & 01821266 a 0000 + 02526085 v 0103 + 14482444 n 0102 + 14482444 n 0103 | capable of being attained or accomplished; "choose an attainable goal"; "art is not something that is come-at-able by dint of study"
-01822411 00 s 01 contingent 0 002 & 01821266 a 0000 + 07290761 n 0102 | possible but not certain to occur; "they had to plan for contingent expenses"
-01822563 00 s 05 feasible 0 executable 0 practicable 0 viable 0 workable 0 012 & 01821266 a 0000 + 02436963 v 0501 + 02525447 v 0501 + 01629589 v 0502 + 01668603 v 0501 + 00634906 v 0506 + 05151576 n 0401 + 05152150 n 0302 + 05203207 n 0201 + 05152364 n 0102 + 05152364 n 0101 + 00428572 r 0102 | capable of being done with means at hand and circumstances as they are
-01822933 00 s 01 mathematical 0 001 & 01821266 a 0000 | statistically possible though highly improbable; "have a mathematical chance of making the playoffs"
-01823092 00 a 01 impossible 0 013 ^ 01229020 a 0000 ^ 01836350 a 0000 ^ 02357115 a 0000 ^ 01941999 a 0000 ^ 02418538 a 0000 = 14481929 n 0000 + 14483126 n 0102 + 14483126 n 0101 ! 01821266 a 0101 & 01823475 a 0000 & 01823574 a 0000 & 01823948 a 0000 & 01824081 a 0000 | not capable of occurring or being accomplished or dealt with; "an impossible dream"; "an impossible situation"
-01823475 00 s 01 hopeless 2 001 & 01823092 a 0000 | certain to fail; "the situation is hopeless"
-01823574 00 s 04 impracticable 0 infeasible 0 unfeasible 0 unworkable 0 005 & 01823092 a 0000 + 05153359 n 0302 + 05153359 n 0201 + 05153155 n 0102 + 05153155 n 0101 | not capable of being carried out or put into practice; "refloating the sunken ship proved impracticable because of its fragility"; "a suggested reform that was unfeasible in the prevailing circumstances"
-01823948 00 s 01 out(p) 0 001 & 01823092 a 0000 | not worth considering as a possibility; "a picnic is out because of the weather"
-01824081 00 s 04 unachievable 0 unattainable 0 undoable 0 unrealizable 0 002 & 01823092 a 0000 + 14483508 n 0201 | impossible to achieve; "an unattainable goal"
-01824244 00 a 03 potent 0 strong 4 stiff 0 008 ^ 00834198 a 0000 ^ 01001689 a 0000 ^ 01825671 a 0000 = 05034225 n 0000 + 05034225 n 0101 ! 01824751 a 0101 & 01824563 a 0000 & 01824653 a 0000 | having a strong physiological or chemical effect; "a potent toxin"; "potent liquor"; "a potent cup of tea", "a stiff drink"
-01824563 00 s 01 equipotent 0 001 & 01824244 a 0000 | having equal strength or efficacy
-01824653 00 s 01 multipotent 0 001 & 01824244 a 0000 | able to many things; "multipotent drugs"
-01824751 00 a 01 impotent 0 008 ^ 01827535 a 0000 ^ 01002377 a 0000 = 05034225 n 0000 + 05204637 n 0103 + 05204637 n 0102 ! 01824244 a 0101 & 01825080 a 0000 & 01825310 a 0000 | lacking power or ability; "Technology without morality is barbarous; morality without technology is impotent"- Freeman J.Dyson; "felt impotent rage"
-01825080 00 s 03 ineffective 0 ineffectual 0 unable 0 004 & 01824751 a 0000 + 05207963 n 0202 + 05207963 n 0203 + 05207963 n 0101 | lacking in power or forcefulness; "an ineffectual ruler"; "like an unable phoenix in hot ashes"
-01825310 00 s 01 impuissant 0 002 & 01824751 a 0000 + 05204982 n 0103 | lacking physical strength or vigor
-01825419 00 a 02 potent 2 virile 0 003 + 05008449 n 0201 + 14051728 n 0101 ! 01825550 a 0101 | (of a male) capable of copulation
-01825550 00 a 01 impotent 2 003 + 14044930 n 0102 + 14044930 n 0101 ! 01825419 a 0101 | (of a male) unable to copulate
-01825671 00 a 01 powerful 0 015 ^ 00834198 a 0000 ^ 01824244 a 0000 ^ 02321009 a 0000 = 05190804 n 0000 + 05190804 n 0102 ! 01827535 a 0101 & 01826186 a 0000 & 01826327 a 0000 & 01826477 a 0000 & 01826575 a 0000 & 01826828 a 0000 & 01826979 a 0000 & 01827161 a 0000 & 01827261 a 0000 & 01827432 a 0000 | having great power or force or potency or effect; "the most powerful government in western Europe"; "his powerful arms"; "a powerful bomb"; "the horse's powerful kick"; "powerful drugs"; "a powerful argument"
-01826186 00 s 03 almighty 0 all-powerful 0 omnipotent 0 003 & 01825671 a 0000 + 14459185 n 0301 + 09536363 n 0107 | having unlimited power
-01826327 00 s 01 coercive 0 002 & 01825671 a 0000 + 02504562 v 0101 | serving or intended to coerce; "authority is directional instead of coercive"
-01826477 00 s 01 compelling 0 001 & 01825671 a 0000 | driving or forcing; "compelling ambition"
-01826575 00 s 01 mighty 0 003 & 01825671 a 0000 + 05030680 n 0101 + 05030680 n 0102 | having or showing great strength or force or intensity; "struck a mighty blow"; "the mighty logger Paul Bunyan"; "the pen is mightier than the sword"- Bulwer-Lytton
-01826828 00 s 01 muscular 0 001 & 01825671 a 0000 | having or suggesting great physical power or force; "the muscular and passionate Fifth Symphony"
-01826979 00 s 02 potent 0 strong 0 002 & 01825671 a 0000 + 05196582 n 0104 | having or wielding force or authority; "providing the ground soldier with increasingly potent weapons"
-01827161 00 s 01 puissant 0 003 & 01825671 a 0000 ;u 07073447 n 0000 + 05191695 n 0101 | powerful
-01827261 00 s 01 regent(ip) 0 004 & 01825671 a 0000 ;u 06307152 n 0000 + 10516117 n 0101 + 00598970 n 0101 | acting or functioning as a regent or ruler; "prince-regent"
-01827432 00 s 03 regnant 0 reigning 0 ruling 0 001 & 01825671 a 0000 | exercising power or authority
-01827535 00 a 01 powerless 0 010 ^ 01824751 a 0000 ^ 00835609 a 0000 ^ 02324397 a 0000 = 05190804 n 0000 + 05204637 n 0101 ! 01825671 a 0101 & 01827766 a 0000 & 01827946 a 0000 & 01828130 a 0000 & 01828242 a 0000 | lacking power
-01827766 00 s 02 feeble 0 nerveless 0 002 & 01827535 a 0000 + 14547643 n 0104 | lacking strength; "a weak, nerveless fool, devoid of energy and promptitude"- Nathaniel Hawthorne
-01827946 00 s 02 helpless 1 incapacitated 0 002 & 01827535 a 0000 + 05204982 n 0101 | lacking in or deprived of strength or power; "lying ill and helpless"; "helpless with laughter"
-01828130 00 s 01 low-powered 0 001 & 01827535 a 0000 | having little power to do work; "a low-powered engine"
-01828242 00 s 01 weak 0 002 & 01827535 a 0000 + 05204982 n 0102 | not having authority, political strength, or governing power; "a weak president"
-01828391 00 a 01 powered 0 007 ! 01829505 a 0101 & 01828706 a 0000 & 01828836 a 0000 & 01828987 a 0000 & 01829149 a 0000 & 01829254 a 0000 & 01829369 a 0000 | (often used in combination) having or using or propelled by means of power or power of a specified kind; "powered flight"; "kerosine-powered jet engines"
-01828706 00 s 01 battery-powered 0 001 & 01828391 a 0000 | powered by one or more electric batteries; "a battery-powered radio"
-01828836 00 s 01 high-powered 0 001 & 01828391 a 0000 | (used of microscopes) capable of a high degree of magnification; "a high-powered microscope"
-01828987 00 s 01 hopped-up 0 002 & 01828391 a 0000 ;c 02958343 n 0000 | (of an automobile) having the engine modified to give extra power; "a hopped-up jalopy"
-01829149 00 s 01 power-driven 0 001 & 01828391 a 0000 | powered by a motor; "a power-driven hand tool"
-01829254 00 s 01 steam-powered 0 001 & 01828391 a 0000 | powered by a steam engine; "a steam-powered locomotive"
-01829369 00 s 01 supercharged 0 001 & 01828391 a 0000 | (of e.g. an engine) having the power increased by fitting with a supercharger
-01829505 00 a 01 unpowered 0 001 ! 01828391 a 0101 | not having or using power; "an autogiro is supported in flight by unpowered rotating wings"
-01829652 00 a 01 high-tension 0 003 ;c 11449907 n 0000 ! 01829980 a 0101 & 01829835 a 0000 | subjected to or capable of operating under relatively high voltage; "high-tension wire"
-01829835 00 s 02 high-voltage 0 high-potential 0 001 & 01829652 a 0000 | operating on or powered by a high voltage; "a high-voltage generator"
-01829980 00 a 02 low-tension 0 low-voltage 0 002 ;c 11449907 n 0000 ! 01829652 a 0101 | subjected to or capable of operating under relative low voltage
-01830134 00 a 01 influential 0 007 + 11414608 n 0101 + 10461747 n 0101 + 05194151 n 0101 ! 01830871 a 0101 & 01830403 a 0000 & 01830599 a 0000 & 01830703 a 0000 | having or exercising influence or power; "an influential newspaper"; "influential leadership for peace"
-01830403 00 s 02 authoritative 0 important 0 002 & 01830134 a 0000 + 14434681 n 0201 | having authority or ascendancy or influence; "an important official"; "the captain's authoritative manner"
-01830599 00 s 02 potent 0 powerful 0 002 & 01830134 a 0000 + 05190804 n 0202 | having great influence
-01830703 00 s 01 prestigious 0 001 & 01830134 a 0000 | exerting influence by reason of high status or prestige; "a prestigious professor at a prestigious university"
-01830871 00 a 01 uninfluential 0 001 ! 01830134 a 0101 | not influential
-01830946 00 a 01 placental 0 005 + 01886756 n 0101 + 11680838 n 0101 + 05520699 n 0101 ! 01831346 a 0101 & 01831203 a 0000 | pertaining to or having or occurring by means of a placenta; "all mammals except monotremes and marsupials are placental mammals"
-01831203 00 s 01 transplacental 0 001 & 01830946 a 0000 | occurring through or by way of the placenta; "transplacental passage of nutrients"
-01831346 00 a 01 aplacental 0 001 ! 01830946 a 0101 | having no placenta; "monotremes and marsupials are aplacental mammals"
-01831473 00 a 01 planted 0 008 ! 01832604 a 0101 & 01831679 a 0000 & 01831789 a 0000 & 01831942 a 0000 & 01832108 a 0000 & 01832245 a 0000 & 01832341 a 0000 & 01832491 a 0000 | set in the soil for growth
-01831679 00 s 01 cropped 0 001 & 01831473 a 0000 | (of land or soil) used for growing crops; "cropped soil"
-01831789 00 s 02 naturalized 0 naturalised 0 001 & 01831473 a 0000 | planted so as to give an effect of wild growth; "drifts of naturalized daffodils"
-01831942 00 s 02 potbound 0 rootbound 1 001 & 01831473 a 0000 | (of a potted plant) grown too large for its container resulting in matting or tangling of the roots
-01832108 00 s 01 quickset(a) 0 001 & 01831473 a 0000 | grown from cuttings planted directly in the ground; "a quickset hawthorn hedge"
-01832245 00 s 02 seeded 0 sown 0 001 & 01831473 a 0000 | sprinkled with seed; "a seeded lawn"
-01832341 00 s 03 self-seeded 0 self-sown 0 self-sowed 0 001 & 01831473 a 0000 | growing from seed dispersed by natural agency such as wind or birds
-01832491 00 s 01 soil-building 0 001 & 01831473 a 0000 | (of crops) planted to improve the quality of the soil
-01832604 00 a 01 unplanted 0 003 ! 01831473 a 0101 & 01832707 a 0000 & 01832807 a 0000 | not planted
-01832707 00 s 01 uncropped 0 001 & 01832604 a 0000 | not used for growing crops; "uncropped soil"
-01832807 00 s 02 unseeded 0 unsown 0 001 & 01832604 a 0000 | (of a piece of ground) not have a crop sown on it; "farmland still unsown"
-01832945 00 a 02 plowed 0 ploughed 0 002 ! 01833226 a 0101 & 01833092 a 0000 | (of farmland) broken and turned over with a plow; "plowed fields"
-01833092 00 s 01 tilled 0 001 & 01832945 a 0000 | turned or stirred by plowing or harrowing or hoeing; "tilled land ready for seed"
-01833226 00 a 03 unplowed 0 unploughed 0 unbroken 4 003 ! 01832945 a 0101 & 01833401 a 0000 & 01833541 a 0000 | (of farmland) not plowed; "unplowed fields"; "unbroken land"
-01833401 00 s 01 fallow 0 002 & 01833226 a 0000 + 09278295 n 0101 | left unplowed and unseeded during a growing season; "fallow farmland"
-01833541 00 s 01 untilled 0 001 & 01833226 a 0000 | not plowed or harrowed or hoed; "untilled land"
-01833643 00 a 01 cultivated 0 001 ! 01833791 a 0101 | (of land or fields) prepared for raising crops by plowing or fertilizing; "cultivated land"
-01833791 00 a 01 uncultivated 0 002 ! 01833643 a 0101 & 01833939 a 0000 | (of land or fields) not prepared for raising crops; "uncultivated land"
-01833939 00 s 02 uncultivable 0 uncultivatable 0 001 & 01833791 a 0000 | not suitable for cultivation or tilling; "thickets of indigenous trees...on uncultivable land"- C.B.Palmer
-01834121 00 a 01 potted 0 001 ! 01834230 a 0101 | of plants; planted or grown in a pot; "potted geraniums"
-01834230 00 a 01 unpotted 0 001 ! 01834121 a 0101 | not planted in pots
-01834304 00 a 01 practical 0 016 ^ 00013160 a 0000 ^ 01821266 a 0000 ^ 01939984 a 0000 ^ 02123812 a 0000 = 05151088 n 0000 + 00410247 n 0101 + 05151088 n 0101 ! 01836350 a 0101 & 01834812 a 0000 & 01835023 a 0000 & 01835276 a 0000 & 01835409 a 0000 & 01835663 a 0000 & 01835843 a 0000 & 01836025 a 0000 & 01836117 a 0000 | concerned with actual use or practice; "he is a very practical person"; "the idea had no practical application"; "a practical knowledge of Japanese"; "woodworking is a practical art"
-01834812 00 s 02 applicative 0 applicatory 0 007 & 01834304 a 0000 + 02707429 v 0202 + 01158872 v 0204 + 02707429 v 0102 + 02676789 v 0101 + 02560164 v 0103 + 01158872 v 0104 | readily applicable or practical
-01835023 00 s 01 functional 0 002 & 01834304 a 0000 + 05151372 n 0101 | designed for or adapted to a function or use; "functional education selects knowledge that is concrete and usable rather than abstract and theoretical"; "functional architecture"
-01835276 00 s 01 interoperable 0 003 & 01834304 a 0000 ;c 06128570 n 0000 + 05200816 n 0101 | able to exchange and use information
-01835409 00 s 03 matter-of-fact 0 pragmatic 0 pragmatical 0 003 & 01834304 a 0000 + 05151869 n 0302 + 05151869 n 0202 | concerned with practical matters; "a matter-of-fact (or pragmatic) approach to the problem"; "a matter-of-fact account of the trip"
-01835663 00 s 02 operable 0 practicable 0 003 & 01834304 a 0000 + 05152150 n 0202 + 05152150 n 0201 | usable for a specific purpose; "an operable plan"; "a practicable solution"
-01835843 00 s 01 serviceable 0 003 & 01834304 a 0000 + 05150129 n 0102 + 05150129 n 0101 | intended or able to serve a purpose without elaboration; "serviceable low-heeled shoes";
-01836025 00 s 01 unimaginative 0 001 & 01834304 a 0000 | dealing only with concrete facts
-01836117 00 s 01 working 0 001 & 01834304 a 0000 | adequate for practical use; especially sufficient in strength or numbers to accomplish something; "the party has a working majority in the House"; "a working knowledge of Spanish"
-01836350 00 a 01 impractical 0 009 ^ 01823092 a 0000 ^ 01941999 a 0000 = 05151088 n 0000 ! 01834304 a 0101 & 01836766 a 0000 & 01837025 a 0000 & 01837182 a 0000 & 01837487 a 0000 & 01837605 a 0000 | not practical; not workable or not given to practical matters; "refloating the ship proved impractical because of the expense"; "he is intelligent but too impractical for commercial work"; "an impractical solution"
-01836766 00 s 04 crazy 0 half-baked 0 screwball 0 softheaded 0 004 & 01836350 a 0000 ;u 07075172 n 0000 + 09974496 n 0306 + 00512843 n 0104 | foolish; totally unsound; "a crazy scheme"; "half-baked ideas"; "a screwball proposal without a prayer of working"
-01837025 00 s 05 meshugge 0 meshugga 0 meshuga 0 meshuggeneh 0 meshuggener 0 003 & 01836350 a 0000 ;c 06951067 n 0000 + 10310516 n 0401 | senseless; crazy
-01837182 00 s 03 quixotic 0 romantic 0 wild-eyed 0 003 & 01836350 a 0000 + 05152902 n 0201 + 06369216 n 0201 | not sensible about practical matters; idealistic and unrealistic; "as quixotic as a restoration of medieval knighthood"; "a romantic disregard for money"; "a wild-eyed dream of a world state"
-01837487 00 s 01 unfunctional 0 001 & 01836350 a 0000 | not related to or suitable for everyday needs or activities
-01837605 00 s 01 unwieldy 0 002 & 01836350 a 0000 + 04712130 n 0101 | difficult to work or manipulate; "unwieldy rules and regulations"
-01837744 00 a 01 precise 0 014 ^ 00021766 a 0000 ^ 00779374 a 0000 ^ 00914421 a 0000 ^ 01103021 a 0000 + 04821451 n 0101 ! 01839417 a 0101 & 01838151 a 0000 & 01838253 a 0000 & 01838379 a 0000 & 01838529 a 0000 & 01838772 a 0000 & 01838916 a 0000 & 01839099 a 0000 & 01839317 a 0000 | sharply exact or accurate or delimited; "a precise mind"; "specified a precise amount"; "arrived at the precise moment"
-01838151 00 s 01 dead 0 001 & 01837744 a 0000 | unerringly accurate; "a dead shot"; "took dead aim"
-01838253 00 s 01 fine 0 001 & 01837744 a 0000 | minutely precise especially in differences in meaning; "a fine distinction"
-01838379 00 s 02 finespun 0 hairsplitting 0 002 & 01837744 a 0000 + 05749210 n 0201 | developed in excessively fine detail; "finespun distinctions"
-01838529 00 s 02 meticulous 0 punctilious 0 004 & 01837744 a 0000 + 04672605 n 0203 + 04672605 n 0102 + 04672605 n 0101 | marked by precise accordance with details; "meticulous research"; "punctilious in his attention to rules of etiquette"
-01838772 00 s 01 microscopic 0 001 & 01837744 a 0000 | extremely precise with great attention to details; "examined it with microscopic care"
-01838916 00 s 02 nice 2 skillful 0 001 & 01837744 a 0000 | done with delicacy and skill; "a nice bit of craft"; "a job requiring nice measurements with a micrometer"; "a nice shot"
-01839099 00 s 02 on_the_nose 0 on_the_button 0 001 & 01837744 a 0000 | being precise with regard to a prescribed or specified criterion; "his guess was on the nose"; "the prediction for snow was right on the button"
-01839317 00 s 01 very(a) 0 001 & 01837744 a 0000 | precisely as stated; "the very center of town"
-01839417 00 a 01 imprecise 0 006 ^ 01101391 a 0000 ^ 00023383 a 0000 ^ 00915787 a 0000 + 04804787 n 0101 ! 01837744 a 0101 & 01839663 a 0000 | not precise; "imprecise astronomical observations"; "the terms he used were imprecise and emotional"
-01839663 00 s 01 general 0 001 & 01839417 a 0000 | somewhat indefinite; "bearing a general resemblance to the original"; "a general description of the merchandise"
-01839829 00 a 01 precocious 0 005 ^ 01334398 a 0000 + 05620294 n 0101 + 05620294 n 0102 ! 01840366 a 0101 & 01840121 a 0000 | characterized by or characteristic of exceptionally early development or maturity (especially in mental aptitude); "a precocious child"; "a precocious achievement"
-01840121 00 s 01 advanced 0 001 & 01839829 a 0000 | farther along in physical or mental development; "the child's skeletal age was classified as `advanced'"; "children in the advanced classes in elementary school read far above grade average"
-01840366 00 a 01 retarded 0 008 ^ 01336587 a 0000 ! 01839829 a 0101 & 01840673 a 0000 & 01840880 a 0000 & 01841054 a 0000 & 01841179 a 0000 & 01841295 a 0000 & 01841390 a 0000 | relatively slow in mental or emotional or physical development; "providing a secure and sometimes happy life for the retarded"
-01840673 00 s 04 backward 0 half-witted 0 slow-witted 0 feebleminded 0 005 & 01840366 a 0000 ;u 07073447 n 0000 + 05646723 n 0401 + 05645854 n 0303 + 05646218 n 0103 | retarded in intellectual development
-01840880 00 s 03 imbecile 0 imbecilic 0 idiotic 0 004 & 01840366 a 0000 + 10197525 n 0301 + 10197525 n 0202 + 05647015 n 0101 | having a mental age of three to seven years
-01841054 00 s 01 moronic 0 002 & 01840366 a 0000 + 10197525 n 0104 | having a mental age of between eight and twelve years
-01841179 00 s 01 cretinous 0 003 & 01840366 a 0000 + 10197525 n 0103 + 14121667 n 0101 | afflicted with cretinism
-01841295 00 s 01 delayed 0 001 & 01840366 a 0000 | not as far along as normal in development
-01841390 00 s 03 dim-witted 0 simple 0 simple-minded 0 003 & 01840366 a 0000 + 04881369 n 0301 + 04881369 n 0202 | lacking mental capacity and subtlety
-01841544 00 a 01 predictable 0 005 ^ 00340239 a 0000 + 04756025 n 0101 ! 01842001 a 0101 & 01841699 a 0000 & 01841834 a 0000 | capable of being foretold
-01841699 00 s 01 foreseeable 0 001 & 01841544 a 0000 | capable of being anticipated; "foreseeable costs were well within the budget"
-01841834 00 s 01 inevitable 0 003 & 01841544 a 0000 + 04754056 n 0102 + 04754056 n 0101 | invariably occurring or appearing; "the inevitable changes of the seasons"
-01842001 00 a 01 unpredictable 0 007 ^ 00341405 a 0000 + 04758313 n 0101 ! 01841544 a 0101 & 01842198 a 0000 & 01842304 a 0000 & 01842468 a 0000 & 01842643 a 0000 | not capable of being foretold
-01842198 00 s 01 aleatory 0 001 & 01842001 a 0000 | dependent on chance; "the aleatory element in life"
-01842304 00 s 02 capricious 0 freakish 0 003 & 01842001 a 0000 + 04798185 n 0202 + 04735075 n 0101 | changeable; "a capricious summer breeze"; "freakish weather"
-01842468 00 s 02 episodic 0 occasional 0 001 & 01842001 a 0000 | occurring or appearing at usually irregular intervals; "episodic in his affections"; "occasional headaches"
-01842643 00 s 01 unforeseeable 0 001 & 01842001 a 0000 | incapable of being anticipated; "unforeseeable consequences"
-01842763 00 a 01 premeditated 0 004 ^ 01337486 a 0000 ^ 01797148 a 0000 ! 01843092 a 0101 & 01842963 a 0000 | characterized by deliberate purpose and some degree of planning; "a premeditated crime"
-01842963 00 s 03 aforethought(ip) 0 planned 0 plotted 0 001 & 01842763 a 0000 | planned in advance; "with malice aforethought"
-01843092 00 a 01 unpremeditated 0 003 ^ 01797862 a 0000 ! 01842763 a 0101 & 01843205 a 0000 | not premeditated
-01843205 00 s 01 impulsive 0 002 & 01843092 a 0000 + 04662504 n 0101 | without forethought; "letting him borrow her car was an impulsive act that she immediately regretted"
-01843380 00 a 01 prepared 0 013 ^ 01930512 a 0000 + 14031108 n 0102 ! 01845160 a 0101 & 01843746 a 0000 & 01843906 a 0000 & 01844002 a 0000 & 01844141 a 0000 & 01844241 a 0000 & 01844441 a 0000 & 01844585 a 0000 & 01844742 a 0000 & 01844858 a 0000 & 01845002 a 0000 | made ready or fit or suitable beforehand; "a prepared statement"; "be prepared for emergencies"
-01843746 00 s 01 braced 0 001 & 01843380 a 0000 | positioned so as to be ready for confrontation or danger; "he stood to attention with his shoulders braced"
-01843906 00 s 01 embattled 0 001 & 01843380 a 0000 | prepared for battle; "an embattled city"
-01844002 00 s 02 equipped 0 fitted_out(p) 0 001 & 01843380 a 0000 | prepared with proper equipment; "equipped for service in the Arctic"
-01844141 00 s 01 oven-ready 0 001 & 01843380 a 0000 | prepared before sale and ready to be cooked
-01844241 00 s 01 preconditioned 0 001 & 01843380 a 0000 | having already been put into a suitable condition; "a surface preconditioned to receive paint"; "customers preconditioned to buy a product"
-01844441 00 s 01 precooked 0 001 & 01843380 a 0000 | cooked partially or completely beforehand; "frozen precooked meals from the supermarket"
-01844585 00 s 01 processed 0 001 & 01843380 a 0000 | subjected to a special process or treatment; "prepared ergot"; "processed cheeses are easy to spread"
-01844742 00 s 01 ready 0 001 & 01843380 a 0000 | made suitable and available for immediate use; "dinner is ready"
-01844858 00 s 01 spread 0 001 & 01843380 a 0000 | prepared or arranged for a meal; especially having food set out; "a table spread with food"
-01845002 00 s 01 up(p) 0 001 & 01843380 a 0000 | (usually followed by `on' or `for') in readiness; "he was up on his homework"; "had to be up for the game"
-01845160 00 a 01 unprepared 0 004 ^ 01932234 a 0000 ! 01843380 a 0101 & 01845451 a 0000 & 01845921 a 0000 | without preparation; not prepared for; "unprepared remarks"; "the shock was unprepared"; "our treaty makers approached their immensely difficult problems unprepared"- R.E.Danielson
-01845451 00 s 09 ad-lib 0 extemporaneous 0 extemporary 0 extempore 0 impromptu 0 offhand 0 offhanded 0 off-the-cuff 0 unrehearsed 0 001 & 01845160 a 0000 | with little or no preparation or forethought; "his ad-lib comments showed poor judgment"; "an extemporaneous piano recital"; "an extemporary lecture"; "an extempore skit"; "an impromptu speech"; "offhand excuses"; "trying to sound offhanded and reassuring"; "an off-the-cuff toast"; "a few unrehearsed comments"
-01845921 00 s 01 spur-of-the-moment 0 001 & 01845160 a 0000 | in response to an unforeseen need; "a spur-of-the-moment party"
-01846049 00 a 01 prescription(a) 0 002 ;c 03740161 n 0000 ! 01846204 a 0101 | available only with a doctor's written prescription; "a prescription drug"
-01846204 00 a 02 nonprescription(a) 0 over-the-counter(a) 0 002 ;c 03740161 n 0000 ! 01846049 a 0101 | purchasable without a doctor's prescription; "nonprescription drugs"; "an over-the-counter cold remedy"
-01846413 00 a 01 present 2 013 = 13957601 n 0000 + 13268842 n 0101 + 13957601 n 0101 + 08642632 n 0101 + 05917174 n 0101 + 01233802 n 0101 ! 01847672 a 0101 & 01846815 a 0000 & 01847022 a 0000 & 01847101 a 0000 & 01847242 a 0000 & 01847349 a 0000 & 01847515 a 0000 | being or existing in a specified place; "the murderer is present in this room"; "present at the wedding"; "present at the creation"
-01846815 00 s 01 attendant 0 005 & 01846413 a 0000 + 09608002 n 0101 + 15284999 n 0101 + 08185063 n 0101 + 01233397 n 0101 | being present (at meeting or event etc.) "attendant members of the congreation"
-01847022 00 s 01 ever-present 0 001 & 01846413 a 0000 | being always present
-01847101 00 s 01 existing 0 001 & 01846413 a 0000 | existing in something specified; "depletion of the oxygen existing in the bloodstream"
-01847242 00 s 01 here(p) 0 002 & 01846413 a 0000 + 13958672 n 0101 | being here now; "is everyone here?"
-01847349 00 s 01 naturally_occurring 0 001 & 01846413 a 0000 | existing by nature and without artificial aid; "one of the 93 naturally occurring chemical elements"
-01847515 00 s 02 omnipresent 0 ubiquitous 0 004 & 01846413 a 0000 + 13958456 n 0202 + 13958456 n 0201 + 13958456 n 0103 | being present everywhere at once
-01847672 00 a 01 absent 0 007 = 13957601 n 0000 + 13960974 n 0101 + 01234345 n 0101 ! 01846413 a 0101 & 01847864 a 0000 & 01848056 a 0000 & 01848171 a 0000 | not being in a specified place
-01847864 00 s 01 away(p) 0 002 & 01847672 a 0000 + 13961273 n 0101 | not present; having left; "he's away right now"; "you must not allow a stranger into the house when your mother is away"
-01848056 00 s 01 introuvable 0 001 & 01847672 a 0000 | impossible to find; "the book is practically introuvable"
-01848171 00 s 02 truant 0 awol 0 003 & 01847672 a 0000 + 09757836 n 0201 + 01234612 n 0101 | absent without permission; "truant schoolboys"; "the soldier was AWOL for almost a week"
-01848355 00 a 02 ostentatious 0 pretentious 4 007 + 04817923 n 0205 + 06889330 n 0101 + 04789274 n 0101 + 04817923 n 0102 ! 01848970 a 0101 & 01848611 a 0000 & 01848701 a 0000 | intended to attract notice and impress others; "an ostentatious sable coat"
-01848611 00 s 01 flaunty 0 002 & 01848355 a 0000 + 06890846 n 0101 | inclined to flaunt
-01848701 00 s 03 flamboyant 0 showy 0 splashy 0 006 & 01848355 a 0000 + 13978166 n 0302 + 04817923 n 0307 + 00755277 n 0202 + 04699936 n 0204 + 04699936 n 0101 | marked by ostentation but often tasteless; "a cheap showy rhinestone bracelet"; "a splashy half-page ad"
-01848970 00 a 03 unostentatious 0 unpretentious 4 unpretending 0 003 + 04787154 n 0201 ! 01848355 a 0101 & 01849170 a 0000 | not ostentatious; "his unostentatious office"; "unostentatious elegance"
-01849170 00 s 02 quiet 0 restrained 0 001 & 01848970 a 0000 | not showy or obtrusive; "clothes in quiet good taste"
-01849288 00 a 01 pretentious 0 013 ^ 02393401 a 0000 + 06759349 n 0101 + 04788982 n 0101 ! 01851523 a 0101 & 01849740 a 0000 & 01849844 a 0000 & 01849960 a 0000 & 01850288 a 0000 & 01850446 a 0000 & 01850742 a 0000 & 01850862 a 0000 & 01851118 a 0000 & 01851330 a 0000 | making claim to or creating an appearance of (often undeserved) importance or distinction; "a pretentious country house"; "a pretentious fraud"; "a pretentious scholarly edition"
-01849740 00 s 01 arty 0 002 & 01849288 a 0000 + 02743547 n 0101 | showily imitative of art or artists
-01849844 00 s 02 artsy-craftsy 0 arty-crafty 0 001 & 01849288 a 0000 | pretentiously artistic; cloyingly charming
-01849960 00 s 05 grandiloquent 0 overblown 0 pompous 0 pontifical 0 portentous 0 004 & 01849288 a 0000 + 06880134 n 0302 + 04817923 n 0303 + 04817923 n 0304 | puffed up with vanity; "a grandiloquent and boastful manner"; "overblown oratory"; "a pompous speech"; "pseudo-scientific gobbledygook and pontifical hooey"- Newsweek
-01850288 00 s 06 grandiose 0 hifalutin 0 highfalutin 0 highfaluting 0 hoity-toity 0 la-di-da 0 002 & 01849288 a 0000 + 07070429 n 0101 | affectedly genteel
-01850446 00 s 03 high-flown 0 high-sounding 0 inflated 0 002 & 01849288 a 0000 ;u 07075172 n 0000 | pretentious (especially with regard to language or ideals); "high-flown talk of preserving the moral tone of the school"; "a high-sounding dissertation on the means to attain social revolution"
-01850742 00 s 01 jumped-up 0 003 & 01849288 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) upstart
-01850862 00 s 04 nouveau-riche 0 parvenu 0 parvenue 0 upstart(a) 0 003 & 01849288 a 0000 + 10740868 n 0202 + 10740868 n 0103 | characteristic of someone who has risen economically or socially but lacks the social skills appropriate for this new position
-01851118 00 s 01 sententious 0 001 & 01849288 a 0000 | abounding in or given to pompous or aphoristic moralizing; "too often the significant episode deteriorates into sententious conversation"- Kathleen Barnes
-01851330 00 s 01 sesquipedalian 0 002 & 01849288 a 0000 + 07087940 n 0101 | given to the overuse of long words; "sesquipedalian orators"; "this sesquipedalian way of saying one has no money"
-01851523 00 a 01 unpretentious 0 007 ^ 01791911 a 0000 ^ 02392878 a 0000 + 04787154 n 0101 ! 01849288 a 0101 & 01851795 a 0000 & 01851916 a 0000 & 01852107 a 0000 | lacking pretension or affectation; "an unpretentious country church"; "her quiet unpretentious demeanor"
-01851795 00 s 01 honest 0 001 & 01851523 a 0000 | without pretensions; "worked at an honest trade"; "good honest food"
-01851916 00 s 01 modest 0 001 & 01851523 a 0000 | free from pomp or affectation; "comfortable but modest cottages"; "a simple rectangular brick building"; "a simple man with simple tastes"
-01852107 00 s 01 unpompous 0 001 & 01851523 a 0000 | not pompous
-01852174 00 a 01 primary 0 010 ^ 00900616 a 0000 ^ 01010862 a 0000 ^ 01686439 a 0000 ! 01853461 a 0101 & 01852548 a 0000 & 01852666 a 0000 & 01852812 a 0000 & 01852924 a 0000 & 01853039 a 0000 & 01853228 a 0000 | of first rank or importance or value; direct and immediate rather than secondary; "primary goals"; "a primary effect"; "primary sources"; "a primary interest"
-01852548 00 s 01 capital 0 001 & 01852174 a 0000 | of primary importance; "our capital concern was to avoid defeat"
-01852666 00 s 01 direct 0 002 & 01852174 a 0000 + 04918210 n 0101 | being an immediate result or consequence; "a direct result of the accident"
-01852812 00 s 01 firsthand 0 001 & 01852174 a 0000 | received directly from a source; "firsthand information"
-01852924 00 s 01 first-string 0 001 & 01852174 a 0000 | being a regular member of a team; "first-string players"
-01853039 00 s 01 original 0 001 & 01852174 a 0000 | (of e.g. information) not secondhand or by way of something intermediary; "his work is based on only original, not secondary, sources"
-01853228 00 s 02 particular 0 special 0 003 & 01852174 a 0000 + 04763925 n 0202 + 05159225 n 0206 | first and most important; "his special interest is music"; "she gets special (or particular) satisfaction from her volunteer work"
-01853461 00 a 01 secondary 1 014 ^ 00902652 a 0000 ^ 01688271 a 0000 ! 01852174 a 0101 & 01853934 a 0000 & 01854129 a 0000 & 01854420 a 0000 & 01854546 a 0000 & 01854702 a 0000 & 01854935 a 0000 & 01855086 a 0000 & 01855204 a 0000 & 01855348 a 0000 & 01855446 a 0000 & 01855621 a 0000 | being of second rank or importance or value; not direct or immediate; "the stone will be hauled to a secondary crusher"; "a secondary source"; "a secondary issue"; "secondary streams"
-01853934 00 s 03 alternate 0 alternative 0 substitute 0 004 & 01853461 a 0000 + 10648237 n 0302 + 05696425 n 0301 + 10680153 n 0102 | serving or used in place of another; "an alternative plan"
-01854129 00 s 04 auxiliary 0 subsidiary 0 supplemental 0 supplementary 0 007 & 01853461 a 0000 + 02671421 n 0403 + 02671421 n 0303 + 10669991 n 0202 + 08003935 n 0202 + 13951984 n 0202 + 09780249 n 0102 | functioning in a supporting capacity; "the main library and its auxiliary branches"
-01854420 00 s 01 collateral 0 001 & 01853461 a 0000 | accompany, concomitant; "collateral target damage from a bombing run"
-01854546 00 s 01 indirect 0 002 & 01853461 a 0000 + 04919209 n 0101 | not as a direct effect or consequence; "indirect benefits"; "an indirect advantage"
-01854702 00 s 01 secondhand 0 001 & 01853461 a 0000 | derived from what is primary or original; not firsthand; "a secondhand report"; "a secondhand account of a memory of something once read"; "most of our knowledge is secondhand"
-01854935 00 s 01 second-string 0 001 & 01853461 a 0000 | being a replacement or substitute for a regular member of a team; "a second-string pitcher"
-01855086 00 s 01 standby 0 001 & 01853461 a 0000 | ready for emergency use; "a standby generator"; "a standby crew"
-01855204 00 s 01 thirdhand 0 001 & 01853461 a 0000 | derived from what is primary or original by two intermediate steps; "a thirdhand report"
-01855348 00 s 01 tributary 0 001 & 01853461 a 0000 | (of a stream) flowing into a larger stream
-01855446 00 s 02 utility(a) 0 substitute(a) 2 002 & 01853461 a 0000 + 10671042 n 0201 | capable of substituting in any of several positions on a team; "a utility infielder"
-01855621 00 s 01 vicarious 0 001 & 01853461 a 0000 | experienced at secondhand; "read about mountain climbing and felt vicarious excitement"
-01855764 00 a 01 basic 0 006 ! 01856929 a 0101 & 01856066 a 0000 & 01856238 a 0000 & 01856419 a 0000 & 01856686 a 0000 & 01856802 a 0000 | pertaining to or constituting a base or basis; "a basic fact"; "the basic ingredients"; "basic changes in public opinion occur because of changes in priorities"
-01856066 00 s 02 basal 0 base 0 002 & 01855764 a 0000 + 03387016 n 0102 | serving as or forming a base; "the painter applied a base coat followed by two finishing coats"
-01856238 00 s 03 elementary 0 elemental 0 primary 0 002 & 01855764 a 0000 + 03081021 n 0103 | of or being the essential or basic part; "an elementary need for love and nurturing"
-01856419 00 s 03 fundamental 0 rudimentary 0 underlying 0 001 & 01855764 a 0000 | being or involving basic facts or principles; "the fundamental laws of the universe"; "a fundamental incomatibility between them"; "these rudimentary truths"; "underlying principles"
-01856686 00 s 01 grassroots 0 001 & 01855764 a 0000 | fundamental; "the grassroots factor in making the decision"
-01856802 00 s 01 radical 0 001 & 01855764 a 0000 | arising from or going to the root or source; "a radical flaw in the plan"
-01856929 00 a 02 incidental 0 incident 0 005 ! 01855764 a 0101 & 01857410 a 0000 & 01857527 a 0000 & 01857743 a 0000 & 01857956 a 0000 | (sometimes followed by `to') minor or casual or subordinate in significance or nature or occurring as a chance concomitant or consequence; "incidental expenses"; "the road will bring other incidental advantages"; "extra duties incidental to the job"; "labor problems incidental to a rapid expansion"; "confusion incidental to a quick change"
-01857410 00 s 01 omissible 0 003 & 01856929 a 0000 + 00615774 v 0105 + 00614999 v 0103 | capable of being left out
-01857527 00 s 02 parenthetic 0 parenthetical 0 004 & 01856929 a 0000 + 06315873 n 0202 + 06600684 n 0205 + 06600684 n 0105 | qualifying or explaining; placed or as if placed in parentheses; "parenthetical remarks"
-01857743 00 s 01 peripheral 0 001 & 01856929 a 0000 | related to the key issue but not of central importance; "a peripheral interest"; "energy is far from a peripheral issue in the economy"; "peripheral issues"
-01857956 00 s 01 secondary 0 001 & 01856929 a 0000 | depending on or incidental to what is original or primary; "a secondary infection"
-01858094 00 a 01 private 0 018 ^ 00898963 a 0000 ^ 01767329 a 0000 + 04622932 n 0102 ! 01861205 a 0101 & 01858740 a 0000 & 01859055 a 0000 & 01859368 a 0000 & 01859466 a 0000 & 01859571 a 0000 & 01859801 a 0000 & 01859970 a 0000 & 01860207 a 0000 & 01860328 a 0000 & 01860465 a 0000 & 01860580 a 0000 & 01860765 a 0000 & 01860890 a 0000 & 01861095 a 0000 | confined to particular persons or groups or providing privacy; "a private place"; "private discussions"; "private lessons"; "a private club"; "a private secretary"; "private property"; "the former President is now a private citizen"; "public figures struggle to maintain a private life"
-01858740 00 s 05 clannish 0 cliquish 0 clubby 0 snobbish 0 snobby 0 006 & 01858094 a 0000 + 10617024 n 0501 + 04889162 n 0403 + 08227214 n 0301 + 04889337 n 0202 + 04889337 n 0101 | befitting or characteristic of those who incline to social exclusiveness and who rebuff the advances of people considered inferior
-01859055 00 s 04 cloistered 0 reclusive 0 secluded 2 sequestered 0 002 & 01858094 a 0000 + 04622772 n 0201 | providing privacy or seclusion; "the cloistered academic world of books"; "sat close together in the sequestered pergola"; "sitting under the reclusive calm of a shade tree"; "a secluded romantic spot"
-01859368 00 s 01 close 0 001 & 01858094 a 0000 | confined to specific persons; "a close secret"
-01859466 00 s 01 closed-door 0 001 & 01858094 a 0000 | not open to the public; "a closed-door meeting"
-01859571 00 s 02 confidential 2 secret 0 003 & 01858094 a 0000 + 06673435 n 0101 + 05615749 n 0101 | (of information) given in confidence or in secret; "this arrangement must be kept confidential"; "their secret communications"
-01859801 00 s 01 confidential 0 002 & 01858094 a 0000 + 13929852 n 0101 | entrusted with private information and the confidence of another; "a confidential secretary"
-01859970 00 s 01 insular 0 002 & 01858094 a 0000 + 14415518 n 0102 | suggestive of the isolated life of an island; "an exceedingly insular man; so deeply private as to seem inaccessible to the scrutiny of a novelist"- Leonard Michaels
-01860207 00 s 01 nonpublic 0 001 & 01858094 a 0000 | not invested with or related to prominent position or status etc.
-01860328 00 s 02 offstage 0 backstage 0 001 & 01858094 a 0000 | concealed from public view or attention; "offstage political meetings"
-01860465 00 s 01 one-on-one 0 001 & 01858094 a 0000 | directly between two individuals; "one-on-one instruction"
-01860580 00 s 03 privy 0 secluded 0 secret 2 001 & 01858094 a 0000 | hidden from general view or use; "a privy place to rest and think"; "a secluded romantic spot"; "a secret garden"
-01860765 00 s 01 semiprivate 0 001 & 01858094 a 0000 | confined to a small number of hospital patients; "semiprivate room"
-01860890 00 s 02 tete-a-tete 0 head-to-head 0 003 & 01858094 a 0000 + 03693474 n 0103 + 07142107 n 0101 | involving two persons; intimately private; "a tete-a-tete supper"; "a head-to-head conversation"
-01861095 00 s 01 toffee-nosed 0 002 & 01858094 a 0000 ;r 08860123 n 0000 | snobbish; pretentiously superior
-01861205 00 a 01 public 0 010 ^ 00900478 a 0000 ^ 01704761 a 0000 + 04720536 n 0101 ! 01858094 a 0101 & 01861648 a 0000 & 01861776 a 0000 & 01861910 a 0000 & 01862055 a 0000 & 01862161 a 0000 & 01862296 a 0000 | not private; open to or concerning the people as a whole; "the public good"; "public libraries"; "public funds"; "public parks"; "a public scandal"; "public gardens"; "performers and members of royal families are public figures"
-01861648 00 s 01 in_the_public_eye(p) 0 001 & 01861205 a 0000 | of great interest to the public; "a person in the public eye"
-01861776 00 s 01 national 0 001 & 01861205 a 0000 | owned or maintained for the public by the national government; "national parks"
-01861910 00 s 01 open 0 002 & 01861205 a 0000 + 05612809 n 0101 | open to or in view of all; "an open protest"; "an open letter to the editor"
-01862055 00 s 01 semipublic 0 001 & 01861205 a 0000 | having some of the features of public institution
-01862161 00 s 01 state-supported 0 001 & 01861205 a 0000 | supported and operated by the government of a state; "a state university"
-01862296 00 s 02 unexclusive 0 unrestricted 0 001 & 01861205 a 0000 | accessible to all
-01862386 00 a 01 exclusive 0 008 + 00796588 v 0103 + 04889337 n 0103 ! 01863680 a 0101 & 01862697 a 0000 & 01862891 a 0000 & 01863066 a 0000 & 01863246 a 0000 & 01863442 a 0000 | excluding much or all; especially all but a particular group or minority; "exclusive clubs"; "an exclusive restaurants and shops"
-01862697 00 s 02 alone(p) 0 only 0 001 & 01862386 a 0000 | exclusive of anyone or anything else; "she alone believed him"; "cannot live by bread alone"; "I'll have this car and this car only"
-01862891 00 s 01 inner 0 001 & 01862386 a 0000 | exclusive to a center; especially a center of influence; "inner regions of the organization"; "inner circles of government"
-01863066 00 s 03 inside 0 inner 2 privileged 0 001 & 01862386 a 0000 | confined to an exclusive group; "privy to inner knowledge"; "inside information"; "privileged information"
-01863246 00 s 01 selective 0 003 & 01862386 a 0000 + 00674607 v 0103 + 05208988 n 0101 | characterized by very careful or fastidious selection; "the school was very selective in its admissions"
-01863442 00 s 01 white-shoe 0 002 & 01862386 a 0000 ;u 07075172 n 0000 | denoting a company or law firm owned and run by members of the WASP elite who are generally conservative; "the politician tried to hide his white-shoe background"
-01863680 00 a 01 inclusive 0 003 + 00684838 v 0101 ! 01862386 a 0101 & 01863970 a 0000 | including much or everything; and especially including stated limits; "an inclusive art form"; "an inclusive fee"; "his concept of history is modern and inclusive"; "from Monday to Friday inclusive"
-01863970 00 s 01 comprehensive 0 003 & 01863680 a 0000 + 02629793 v 0103 + 05618293 n 0102 | broad in scope; "a comprehensive survey of world affairs"
-01864123 00 a 01 privileged 0 004 ^ 01047874 a 0000 ^ 02021905 a 0000 ! 01864471 a 0101 & 01864279 a 0000 | blessed with privileges; "the privileged few"
-01864279 00 s 01 sweetheart 0 001 & 01864123 a 0000 | privileged treatment of a favored person or corporation (sometimes unethically); "another sweetheart deal based on political influence"
-01864471 00 a 01 underprivileged 0 005 ^ 02022953 a 0000 ^ 01049462 a 0000 ! 01864123 a 0101 & 01864666 a 0000 & 01865043 a 0000 | lacking the rights and advantages of other members of society
-01864666 00 s 02 deprived 0 disadvantaged 0 001 & 01864471 a 0000 | marked by deprivation especially of the necessities of life or healthful environmental influences; "a childhood that was unhappy and deprived, the family living off charity"; "boys from a deprived environment, wherein the family life revealed a pattern of neglect, moral degradation, and disregard for law"
-01865043 00 s 01 underclass(a) 0 001 & 01864471 a 0000 | belonging to the lowest and least privileged social stratum; "underclass mothers and children"
-01865197 00 a 01 productive 0 015 ^ 00643250 a 0000 ^ 01001689 a 0000 ^ 01080297 a 0000 ^ 01870889 a 0000 ^ 02331262 a 0000 + 05147940 n 0101 + 05147940 n 0102 ! 01866535 a 0101 & 01865640 a 0000 & 01865807 a 0000 & 01865967 a 0000 & 01866129 a 0000 & 01866243 a 0000 & 01866336 a 0000 & 01866429 a 0000 | producing or capable of producing (especially abundantly); "productive farmland"; "his productive years"; "a productive collaboration"
-01865640 00 s 02 amentiferous 0 amentaceous 0 003 & 01865197 a 0000 ;c 00017222 n 0000 + 11674798 n 0202 | (of plants) bearing or characterized by aments or catkins
-01865807 00 s 04 arable 0 cultivable 0 cultivatable 0 tillable 0 002 & 01865197 a 0000 + 04715818 n 0101 | (of farmland) capable of being farmed productively
-01865967 00 s 03 fecund 0 fertile 2 prolific 0 002 & 01865197 a 0000 + 05625066 n 0101 | intellectually productive; "a prolific writer"; "a fecund imagination"
-01866129 00 s 01 fur-bearing 0 001 & 01865197 a 0000 | of animals having fur (especially of commercial quality)
-01866243 00 s 01 nut-bearing 0 001 & 01865197 a 0000 | (of shrubs or trees) producing nuts
-01866336 00 s 01 oil-bearing 0 001 & 01865197 a 0000 | containing oil; "oil-bearing shale"
-01866429 00 s 01 rich 2 002 & 01865197 a 0000 + 05147586 n 0101 | very productive; "rich seams of coal"
-01866535 00 a 01 unproductive 0 008 ^ 01002377 a 0000 ^ 00644372 a 0000 ^ 01871949 a 0000 + 05148539 n 0101 ! 01865197 a 0101 & 01866812 a 0000 & 01867052 a 0000 & 01867189 a 0000 | not producing or capable of producing; "elimination of high-cost or unproductive industries"
-01866812 00 s 05 bootless 0 fruitless 0 futile 0 sleeveless 0 vain 0 002 & 01866535 a 0000 + 05148186 n 0201 | unproductive of success; "a fruitless search"; "futile years after her artistic peak"; "a sleeveless errand"; "a vain attempt"
-01867052 00 s 01 dry 0 001 & 01866535 a 0000 | unproductive especially of the expected results; "a dry run"; "a mind dry of new ideas"
-01867189 00 s 01 nonproductive 0 001 & 01866535 a 0000 | not directly productive; "nonproductive labor"
-01867295 00 a 02 generative 0 productive 4 004 + 05147940 n 0201 + 01628197 v 0101 + 01627355 v 0101 ! 01867502 a 0101 | having the ability to produce or originate; "generative power"; "generative forces"
-01867502 00 a 01 consumptive 0 004 + 01157517 v 0101 + 01156834 v 0101 ! 01867295 a 0101 & 01867768 a 0000 | tending to consume or use often wastefully; "water suitable for beneficial consumptive uses"; "duties consumptive of time and energy"; "consumptive fires"
-01867768 00 s 03 exploitative 0 exploitatory 0 exploitive 0 007 & 01867502 a 0000 + 02409148 v 0302 + 01162754 v 0301 + 02409148 v 0202 + 01162754 v 0201 + 02409148 v 0102 + 01162754 v 0101 | tending to exploit or make use of
-01867996 00 a 02 reproducible 0 consistent 4 003 + 04806169 n 0101 ! 01868302 a 0101 & 01868185 a 0000 | capable of being reproduced; "astonishingly reproducible results can be obtained"
-01868185 00 s 02 duplicable 0 duplicatable 0 002 & 01867996 a 0000 + 04806169 n 0102 | capable of being duplicated
-01868302 00 a 02 unreproducible 0 irreproducible 0 004 + 04806316 n 0201 ! 01867996 a 0101 & 01868470 a 0000 & 01868578 a 0000 | impossible to reproduce or duplicate
-01868470 00 s 01 inimitable 0 001 & 01868302 a 0000 | defying imitation; matchless; "an inimitable style"
-01868578 00 s 01 unrepeatable 0 001 & 01868302 a 0000 | unique; "dogs and mice and flies are as unrepeatable as men are"- Theodosius Dobzhansky
-01868724 00 a 01 professional 1 003 ! 01869370 a 0101 & 01869126 a 0000 & 01869258 a 0000 | engaged in a profession or engaging in as a profession or means of livelihood; "the professional man or woman possesses distinctive qualifications"; "began her professional career after the Olympics"; "professional theater"; "professional football"; "a professional cook"; "professional actors and athletes"
-01869126 00 s 02 nonrecreational 0 paid 0 001 & 01868724 a 0000 | involving gainful employment in something often done as a hobby
-01869258 00 s 01 professed(a) 0 001 & 01868724 a 0000 | professing to be qualified; "a professed philosopher"
-01869370 00 a 01 nonprofessional 0 003 ! 01868724 a 0101 & 01869634 a 0000 & 01869975 a 0000 | not professional; not engaged in a profession or engaging in as a profession or for gain; "the nonprofessional wives of his male colleagues"; "nonprofessional actors"
-01869634 00 s 03 amateur 0 recreational 0 unpaid 0 003 & 01869370 a 0000 + 09786760 n 0101 + 09786585 n 0101 | engaged in as a pastime; "an amateur painter"; "gained valuable experience in amateur theatricals"; "recreational golfers"; "reading matter that is both recreational and mentally stimulating"; "unpaid extras in the documentary"
-01869975 00 s 01 lay 0 001 & 01869370 a 0000 | not of or from a profession; "a lay opinion as to the cause of the disease"
-01870100 00 a 01 professional 2 001 ! 01870321 a 0101 | characteristic of or befitting a profession or one engaged in a profession; "professional conduct"; "professional ethics"; "a thoroughly professional performance"
-01870321 00 a 01 unprofessional 0 002 ! 01870100 a 0101 & 01870636 a 0000 | not characteristic of or befitting a profession or one engaged in a profession; "described in unprofessional language so that high school students could understand it"; "was censured for unprofessional conduct"; "unprofessional repairs"
-01870636 00 s 04 amateurish 0 amateur 1 inexpert 0 unskilled 0 003 & 01870321 a 0000 + 09786760 n 0201 + 05649116 n 0101 | lacking professional skill or expertise; "a very amateurish job"; "inexpert but conscientious efforts"; "an unskilled painting"
-01870889 00 a 01 profitable 0 011 ^ 00064479 a 0000 ^ 01865197 a 0000 ^ 02495922 a 0000 + 05157866 n 0101 + 05157866 n 0102 ! 01871949 a 0101 & 01871204 a 0000 & 01871349 a 0000 & 01871473 a 0000 & 01871565 a 0000 & 01871774 a 0000 | yielding material gain or profit; "profitable speculation on the stock market"
-01871204 00 s 01 bankable 0 001 & 01870889 a 0000 | guaranteed to bring a profit; "without bankable stars the film script aroused no interest"
-01871349 00 s 02 fat 0 juicy 0 002 & 01870889 a 0000 ;u 07075172 n 0000 | lucrative; "a juicy contract"; "a nice fat job"
-01871473 00 s 03 gainful 0 paid 0 paying 0 001 & 01870889 a 0000 | yielding a fair profit
-01871565 00 s 01 economic 0 001 & 01870889 a 0000 | financially rewarding; "it was no longer economic to keep the factory open"; "have to keep prices high enough to make it economic to continue the service"
-01871774 00 s 03 lucrative 0 moneymaking 0 remunerative 0 003 & 01870889 a 0000 + 02249741 v 0303 + 00078393 n 0201 | producing a sizeable profit; "a remunerative business"
-01871949 00 a 01 unprofitable 0 010 ^ 01866535 a 0000 ^ 02333453 a 0000 ^ 02497141 a 0000 + 05165533 n 0101 + 05165533 n 0102 ! 01870889 a 0101 & 01872265 a 0000 & 01872374 a 0000 & 01872486 a 0000 & 01872619 a 0000 | producing little or no profit or gain; "deposits abandoned by mining companies as unprofitable"
-01872265 00 s 02 dead 0 idle 0 001 & 01871949 a 0000 | not yielding a return; "dead capital"; "idle funds"
-01872374 00 s 01 lean 0 002 & 01871949 a 0000 + 05113462 n 0103 | not profitable or prosperous; "a lean year"
-01872486 00 s 01 marginal 0 001 & 01871949 a 0000 | producing at a rate that barely covers production costs; "marginal industries"
-01872619 00 s 01 unremunerative 0 001 & 01871949 a 0000 | not yielding profit or recompense; "an unremunerative occupation"
-01872745 00 a 01 profound 0 011 ^ 01509527 a 0000 ^ 02083615 a 0000 + 13942554 n 0101 + 05613962 n 0103 + 05094863 n 0102 + 05926358 n 0105 + 05613962 n 0102 + 05094863 n 0101 ! 01873406 a 0101 & 01873163 a 0000 & 01873295 a 0000 | showing intellectual penetration or emotional depth; "the differences are profound"; "a profound insight"; "a profound book"; "a profound mind"; "profound contempt"; "profound regret"
-01873163 00 s 01 deep 0 002 & 01872745 a 0000 + 05613962 n 0105 | marked by depth of thinking; "deep thoughts"; "a deep allegory"
-01873295 00 s 01 thoughtful 0 001 & 01872745 a 0000 | having intellectual depth; "a deeply thoughtful essay"
-01873406 00 a 01 superficial 0 012 ^ 00311663 a 0000 ^ 02120458 a 0000 ^ 00950706 a 0000 + 05095111 n 0101 ! 01872745 a 0101 & 01873985 a 0000 & 01874331 a 0000 & 01874561 a 0000 & 01874716 a 0000 & 01874886 a 0000 & 01875227 a 0000 & 01875437 a 0000 | concerned with or comprehending only what is apparent or obvious; not deep or penetrating emotionally or intellectually; "superficial similarities"; "a superficial mind"; "his thinking was superficial and fuzzy"; "superficial knowledge"; "the superficial report didn't give the true picture"; "only superficial differences"
-01873985 00 s 03 apparent(a) 0 ostensible 0 seeming(a) 0 003 & 01873406 a 0000 + 02134672 v 0101 + 04706727 n 0101 | appearing as such but not necessarily so; "for all his apparent wealth he had no money to pay the rent"; "the committee investigated some apparent discrepancies"; "the ostensible truth of their theories"; "his seeming honesty"
-01874331 00 s 04 dilettante 0 dilettantish 0 dilettanteish 0 sciolistic 0 003 & 01873406 a 0000 + 05095561 n 0401 + 09987696 n 0102 | showing frivolous or superficial interest; amateurish; "his dilettantish efforts at painting"
-01874561 00 s 01 facile 0 001 & 01873406 a 0000 | arrived at without due care or effort; lacking depth; "too facile a solution for so complex a problem"
-01874716 00 s 01 glib 0 002 & 01873406 a 0000 + 05095324 n 0101 | marked by lack of intellectual depth; "glib generalizations"; "a glib response to a complex question"
-01874886 00 s 02 looking 0 sounding 0 001 & 01873406 a 0000 | appearing to be as specified; usually used as combining forms; "left their clothes dirty looking"; "a most disagreeable looking character"; "angry-looking"; "liquid-looking"; "severe-looking policemen on noble horses"; "fine-sounding phrases"; "taken in by high-sounding talk"
-01875227 00 s 01 shallow 0 002 & 01873406 a 0000 + 05095111 n 0102 | lacking depth of intellect or knowledge; concerned only with what is obvious; "shallow people"; "his arguments seemed shallow and tedious"
-01875437 00 s 01 skin-deep 0 001 & 01873406 a 0000 | penetrating no deeper than the skin: "her beauty is only skin-deep"
-01875560 00 a 03 prognathous 0 prognathic 0 hypognathous 0 003 + 14579063 n 0201 ! 01875829 a 0101 & 01875711 a 0000 | having a projecting lower jaw
-01875711 00 s 01 lantern-jawed 0 001 & 01875560 a 0000 | having a protruding jaw giving the face a gaunt appearance
-01875829 00 a 01 opisthognathous 0 002 ! 01875560 a 0101 & 01875929 a 0000 | having receding jaws
-01875929 00 s 01 chinless 0 001 & 01875829 a 0000 | having a receding chin
-01876006 00 a 01 progressive 1 009 ^ 00203237 a 0000 ^ 01301624 a 0000 + 10256756 n 0103 + 04737743 n 0101 ! 01876957 a 0101 & 01876261 a 0000 & 01876555 a 0000 & 01876670 a 0000 & 01876780 a 0000 | favoring or promoting progress; "progressive schools"
-01876261 00 s 04 advanced 0 forward-looking 0 innovative 0 modern 0 003 & 01876006 a 0000 + 05050668 n 0401 + 05634767 n 0301 | ahead of the times; "the advanced teaching methods"; "had advanced views on the subject"; "a forward-looking corporation"; "is British industry innovative enough?"
-01876555 00 s 03 advancing 0 forward 0 forward-moving 0 002 & 01876006 a 0000 + 05046865 n 0201 | moving forward
-01876670 00 s 02 modernized 0 modernised 0 001 & 01876006 a 0000 | brought up to date; "modernized methods"
-01876780 00 s 01 state-of-the-art 0 001 & 01876006 a 0000 | the highest level of development at a particular time (especially the present time); "state-of-the-art technology"
-01876957 00 a 01 regressive 1 007 ^ 00201354 a 0000 + 00249313 v 0101 ! 01876006 a 0101 & 01877182 a 0000 & 01877299 a 0000 & 01877416 a 0000 & 01877521 a 0000 | opposing progress; returning to a former less advanced state
-01877182 00 s 02 atavistic 0 throwback(a) 0 002 & 01876957 a 0000 + 09819860 n 0101 | characteristic of an atavist
-01877299 00 s 02 retrograde 0 retrogressive 0 002 & 01876957 a 0000 + 00249313 v 0203 | going from better to worse
-01877416 00 s 02 returning 0 reverting 0 001 & 01876957 a 0000 | tending to return to an earlier state
-01877521 00 s 02 unmodernized 0 unmodernised 0 001 & 01876957 a 0000 | not brought up to date
-01877617 00 a 01 progressive 2 003 ;c 13308999 n 0000 ! 01877919 a 0101 & 01877792 a 0000 | (of taxes) adjusted so that the rate increases as the amount of income increases
-01877792 00 s 01 degressive 0 001 & 01877617 a 0000 | (of taxes) gradually decreasing in rate on sums below a certain amount
-01877919 00 a 01 regressive 2 002 ;c 13308999 n 0000 ! 01877617 a 0101 | (of taxes) adjusted so that the rate decreases as the amount of income increases
-01878075 00 a 01 pronounceable 0 002 ! 01878358 a 0101 & 01878227 a 0000 | capable of being uttered or pronounced; "a pronounceable group of letters"
-01878227 00 s 03 rolled 0 rolling 0 trilled 0 001 & 01878075 a 0000 | uttered with a trill; "she used rolling r's as in Spanish"
-01878358 00 a 01 unpronounceable 0 001 ! 01878075 a 0101 | impossible or difficult to pronounce correctly
-01878466 00 a 01 proper 0 015 ^ 00134701 a 0000 ^ 00631391 a 0000 ^ 00682932 a 0000 ^ 00688947 a 0000 ^ 02034828 a 0000 = 04898437 n 0000 + 04898437 n 0102 ! 01880531 a 0101 & 01878870 a 0000 & 01879261 a 0000 & 01879464 a 0000 & 01879667 a 0000 & 01879912 a 0000 & 01880071 a 0000 & 01880163 a 0000 | marked by suitability or rightness or appropriateness; "proper medical treatment"; "proper manners"
-01878870 00 s 06 becoming 0 comely 0 comme_il_faut 0 decent 0 decorous 0 seemly 0 006 & 01878466 a 0000 + 04900357 n 0601 + 04898804 n 0501 + 04898804 n 0502 + 04871259 n 0401 + 04900597 n 0101 | according with custom or propriety; "her becoming modesty"; "comely behavior"; "it is not comme il faut for a gentleman to be constantly asking for money"; "a decent burial"; "seemly behavior"
-01879261 00 s 02 correct 0 right 1 003 & 01878466 a 0000 + 04899031 n 0202 + 04899201 n 0101 | socially right or correct; "it isn't right to leave the party without saying goodbye"; "correct behavior"
-01879464 00 s 02 correct 2 right 2 002 & 01878466 a 0000 + 04899201 n 0101 | in accord with accepted standards of usage or procedure; "what's the right word for this?"; "the right way to open oysters"
-01879667 00 s 01 fitting 0 002 & 01878466 a 0000 + 04716864 n 0102 | in harmony with the spirit of particular persons or occasion; "We have come to dedicate a portion of that field...It is altogether fitting and proper that we should do this"
-01879912 00 s 01 halal 0 002 & 01878466 a 0000 ;c 08455829 n 0000 | proper or legitimate; "the fund earns halal profits in full compliance with the Shari'a"
-01880071 00 s 01 kosher 0 002 & 01878466 a 0000 ;u 07075172 n 0000 | proper or legitimate
-01880163 00 s 0c priggish 0 prim 0 prissy 0 prudish 0 puritanical 0 square-toed 0 straitlaced 0 strait-laced 0 straightlaced 0 straight-laced 0 tight-laced 0 victorian 0 006 & 01878466 a 0000 + 10487026 n 0502 + 04901152 n 0402 + 04901152 n 0201 + 04899980 n 0202 + 04899980 n 0101 | exaggeratedly proper; "my straitlaced Aunt Anna doesn't approve of my miniskirts"
-01880531 00 a 01 improper 0 011 ^ 00135718 a 0000 ^ 00683185 a 0000 ^ 00689471 a 0000 ^ 01021301 a 0000 ^ 02035337 a 0000 = 04898437 n 0000 + 04901326 n 0102 ! 01878466 a 0101 & 01880918 a 0000 & 01881365 a 0000 & 01881478 a 0000 | not suitable or right or appropriate; "slightly improper to dine alone with a married man"; "improper medication"; "improper attire for the golf course"
-01880918 00 s 06 indecent 0 indecorous 0 unbecoming 0 uncomely 0 unseemly 0 untoward 0 006 & 01880531 a 0000 + 04902668 n 0501 + 04902797 n 0301 + 04902470 n 0202 + 04902925 n 0101 + 00737536 n 0101 | not in keeping with accepted standards of what is right or proper in polite society; "was buried with indecent haste"; "indecorous behavior"; "language unbecoming to a lady"; "unseemly to use profanity"; "moved to curb their untoward ribaldry"
-01881365 00 s 01 out-of-the-way 0 001 & 01880531 a 0000 | improper or even offensive; "out-of-the-way remarks"
-01881478 00 s 02 wrong 2 incorrect 0 001 & 01880531 a 0000 | not in accord with established usage or procedure; "the wrong medicine"; "the wrong way to shuck clams"; "it is incorrect for a policeman to accept gifts"
-01881696 00 a 02 prophetic 0 prophetical 0 016 + 06750154 n 0201 + 05775407 n 0201 + 10483890 n 0201 + 10483890 n 0101 + 10483530 n 0101 + 06750154 n 0101 + 05775407 n 0101 ! 01883586 a 0101 & 01882162 a 0000 & 01882292 a 0000 & 01882474 a 0000 & 01882621 a 0000 & 01882754 a 0000 & 01883106 a 0000 & 01883226 a 0000 & 01883325 a 0000 | foretelling events as if by supernatural intervention; "prophetic writings"; "prophetic powers"; "words that proved prophetic"
-01882162 00 s 03 adumbrative 0 foreshadowing 0 prefigurative 0 002 & 01881696 a 0000 + 00871942 v 030b | indistinctly prophetic
-01882292 00 s 03 apocalyptic 0 apocalyptical 0 revelatory 0 004 & 01881696 a 0000 + 02144243 v 0301 + 07315631 n 0201 + 06447897 n 0103 | prophetic of devastation or ultimate doom
-01882474 00 s 03 clairvoyant 0 precognitive 0 second-sighted 0 003 & 01881696 a 0000 + 09925953 n 0101 + 07256695 n 0101 | foreseeing the future
-01882621 00 s 02 Delphic 0 oracular 0 001 & 01881696 a 0000 | obscurely prophetic; "Delphic pronouncements"; "an oracular message"
-01882754 00 s 06 divinatory 0 mantic 0 sibylline 0 sibyllic 0 vatic 0 vatical 0 004 & 01881696 a 0000 + 10595551 n 0401 + 10595361 n 0401 + 02107588 v 0101 | resembling or characteristic of a prophet or prophecy; "the high priest's divinatory pronouncement"; "mantic powers"; "a kind of sibylline book with ready and infallible answers to questions"
-01883106 00 s 03 fateful 0 foreboding(a) 0 portentous 0 002 & 01881696 a 0000 + 07286368 n 0302 | ominously prophetic
-01883226 00 s 02 precursory 0 premonitory 0 001 & 01881696 a 0000 | warning of future misfortune
-01883325 00 s 03 predictive 0 prognostic 0 prognosticative 0 007 & 01881696 a 0000 + 00917772 v 0303 + 07286368 n 0204 + 06749881 n 0201 + 00153665 n 0201 + 00871942 v 010d + 00917772 v 0101 | of or relating to prediction; having value for making predictions
-01883586 00 a 01 unprophetic 0 003 ! 01881696 a 0101 & 01883719 a 0000 & 01883813 a 0000 | not prophetic; not foreseeing correctly
-01883719 00 s 01 nonprognosticative 0 001 & 01883586 a 0000 | not offering prognostications
-01883813 00 s 01 unpredictive 0 001 & 01883586 a 0000 | having no predictive value
-01883898 00 a 01 prospective 0 004 ^ 01732270 a 0000 ! 01884539 a 0101 & 01884176 a 0000 & 01884353 a 0000 | of or concerned with or related to the future; "prospective earnings"; "a prospective mother"; "a prospective bride"; "the statute is solely prospective in operation"
-01884176 00 s 02 likely 0 potential 0 004 & 01883898 a 0000 + 14482620 n 0203 + 14482620 n 0202 + 04756635 n 0102 | expected to become or be; in prospect; "potential clients"
-01884353 00 s 01 future 0 003 & 01883898 a 0000 + 15121625 n 0103 + 05049930 n 0101 | effective in or looking toward the future; "he was preparing for future employment opportunities"
-01884539 00 a 01 retrospective 0 005 ^ 00201354 a 0000 + 08407969 n 0101 + 00696414 v 0103 ! 01883898 a 0101 & 01884744 a 0000 | concerned with or related to the past; "retrospective self-justification"
-01884744 00 s 03 ex_post_facto 0 retroactive 0 retro 0 002 & 01884539 a 0000 + 05751430 n 0301 | affecting things past; "retroactive tax increase"; "an ex-post-facto law"; "retro pay"
-01884930 00 a 01 protected 0 012 ^ 02525206 a 0000 ^ 02093888 a 0000 ! 01886407 a 0101 & 01885275 a 0000 & 01885382 a 0000 & 01885532 a 0000 & 01885614 a 0000 & 01885757 a 0000 & 01885866 a 0000 & 01885991 a 0000 & 01886139 a 0000 & 01886241 a 0000 | kept safe or defended from danger or injury or loss; "the most protected spot I could find"
-01885275 00 s 02 bastioned 0 fortified 0 001 & 01884930 a 0000 | secured with bastions or fortifications
-01885382 00 s 01 battlemented 0 001 & 01884930 a 0000 | protected with battlements or parapets with indentations or embrasures for shooting through
-01885532 00 s 01 burglarproof 0 001 & 01884930 a 0000 | secure against burglary
-01885614 00 s 01 covert 0 002 & 01884930 a 0000 ;c 08441203 n 0000 | (of a wife) being under the protection of her husband; "a woman covert"
-01885757 00 s 01 moated 0 001 & 01884930 a 0000 | protected by a deep wide ditch usually filled with water
-01885866 00 s 01 shielded 0 001 & 01884930 a 0000 | (used especially of machinery) protected by a shield to prevent injury
-01885991 00 s 01 snug 0 002 & 01884930 a 0000 + 14446298 n 0103 | offering safety; well protected or concealed; "a snug harbor"; "a snug hideout"
-01886139 00 s 01 stormproof 0 001 & 01884930 a 0000 | protected against or able to withstand storms
-01886241 00 s 01 weatherproof 0 001 & 01884930 a 0000 | able to withstand exposure to weather without damage; "weatherproof electric wiring"; "a weatherproof coat"
-01886407 00 a 01 unprotected 0 008 ^ 02094755 a 0000 ^ 02360448 a 0000 ^ 02523275 a 0000 + 05043091 n 0103 ! 01884930 a 0101 & 01886620 a 0000 & 01886783 a 0000 & 01886963 a 0000 | lacking protection or defense
-01886620 00 s 02 exposed 0 open 0 001 & 01886407 a 0000 | with no protection or shield; "the exposed northeast frontier"; "open to the weather"; "an open wound"
-01886783 00 s 02 naked 0 defenseless 0 003 & 01886407 a 0000 + 05043091 n 0201 + 14456138 n 0101 | having no protecting or concealing cover; "naked to mine enemies"- Shakespeare
-01886963 00 s 01 unshielded 0 001 & 01886407 a 0000 | (used especially of machinery) not protected by a shield
-01887076 00 a 01 protective 0 015 ^ 01630117 a 0000 ^ 01763813 a 0000 + 04723622 n 0101 + 01129710 v 0101 + 01128193 v 0101 ! 01889173 a 0101 & 01887638 a 0000 & 01887819 a 0000 & 01888017 a 0000 & 01888284 a 0000 & 01888450 a 0000 & 01888554 a 0000 & 01888765 a 0000 & 01888941 a 0000 & 01889084 a 0000 | intended or adapted to afford protection of some kind; "a protective covering"; "the use of protective masks and equipment"; "protective coatings"; "kept the drunken sailor in protective custody"; "animals with protective coloring"; "protective tariffs"
-01887638 00 s 02 cautionary 0 prophylactic 1 001 & 01887076 a 0000 | warding off; "the swastika...a very ancient prophylactic symbol occurring among all peoples"- Victor Schultze
-01887819 00 s 03 contraceptive 0 prophylactic 2 antifertility 0 002 & 01887076 a 0000 + 03088164 n 0205 | capable of preventing conception or impregnation; "contraceptive devices and medications"
-01888017 00 s 03 custodial 0 tutelary 0 tutelar 0 003 & 01887076 a 0000 + 09984298 n 0101 + 00818678 n 0102 | providing protective supervision; watching over or safeguarding; "daycare that is educational and not just custodial"; "a guardian angel"; "tutelary gods"
-01888284 00 s 01 evasive 0 001 & 01887076 a 0000 | avoiding or escaping from difficulty or danger especially enemy fire; "pilots are taught to take evasive action"
-01888450 00 s 01 overprotective 0 001 & 01887076 a 0000 | overly protective; "overprotective parents"
-01888554 00 s 01 preservative 0 004 & 01887076 a 0000 + 14997529 n 0101 + 02280132 v 0102 + 00212414 v 0101 | tending or having the power to preserve; "timbers should be treated with a preservative substance"
-01888765 00 s 01 protecting(a) 0 001 & 01887076 a 0000 | shielding (or designed to shield) against harm or discomfort; "the protecting blanket of snow"; "a protecting alibi"
-01888941 00 s 01 restrictive 0 002 & 01887076 a 0000 + 02509287 v 0101 | (of tariff) protective of national interests by restricting imports
-01889084 00 s 01 safety-related 0 001 & 01887076 a 0000 | providing or ensuring safety
-01889173 00 a 01 unprotective 0 001 ! 01887076 a 0101 | not affording protection
-01889256 00 a 01 proud 0 016 ^ 01539642 a 0000 = 04886646 n 0000 ! 01892953 a 0101 & 01889819 a 0000 & 01890097 a 0000 & 01890187 a 0000 & 01890382 a 0000 & 01890752 a 0000 & 01890988 a 0000 & 01891109 a 0000 & 01891773 a 0000 & 01892327 a 0000 & 01892433 a 0000 & 01892506 a 0000 & 01892683 a 0000 & 01892830 a 0000 | feeling self-respect or pleasure in something by which you measure your self-worth; or being a reason for pride; "proud parents"; "proud of his accomplishments"; "a proud moment"; "proud to serve his country"; "a proud name"; "proud princes"
-01889819 00 s 03 arrogant 0 chesty 0 self-important 0 004 & 01889256 a 0000 + 07508806 n 0303 + 04887497 n 0302 + 04887912 n 0101 | having or showing feelings of unwarranted importance out of overbearing pride; "an arrogant official"; "arrogant claims"; "chesty as a peacock"
-01890097 00 s 01 beaming 0 001 & 01889256 a 0000 | pleased and proud; "beaming parents"
-01890187 00 s 03 big 0 swelled 0 vainglorious 0 002 & 01889256 a 0000 + 04887373 n 0302 | feeling self-importance; "too big for his britches"; "had a swelled head"; "he was swelled with pride"
-01890382 00 s 08 bigheaded 0 persnickety 0 snooty 0 snot-nosed 0 snotty 0 stuck-up 0 too_big_for_one's_breeches 0 uppish 0 004 & 01889256 a 0000 + 04839009 n 0802 + 10617024 n 0503 + 10617024 n 0304 | (used colloquially) overly conceited or arrogant; "a snotty little scion of a degenerate family"-Laurent Le Sage; "they're snobs--stuck-up and uppity and persnickety"
-01890752 00 s 09 boastful 0 braggart(a) 0 bragging(a) 0 braggy 0 big 2 cock-a-hoop 0 crowing 0 self-aggrandizing 0 self-aggrandising 0 003 & 01889256 a 0000 + 07229747 n 0401 + 04887373 n 0101 | exhibiting self-importance; "big talk"
-01890988 00 s 03 dignified 0 self-respecting 0 self-respectful 0 001 & 01889256 a 0000 | having or showing self-esteem
-01891109 00 s 09 disdainful 0 haughty 0 imperious 0 lordly 0 overbearing 0 prideful 0 sniffy 0 supercilious 0 swaggering 0 007 & 01889256 a 0000 + 04888268 n 0802 + 04888788 n 0503 + 04887912 n 0405 + 04888788 n 0301 + 04887912 n 0202 + 04888268 n 0103 | having or showing arrogant superiority to and disdain of those one views as unworthy; "some economists are disdainful of their colleagues in other social disciplines"; "haughty aristocrats"; "his lordly manners were offensive"; "walked with a prideful swagger"; "very sniffy about breaches of etiquette"; "his mother eyed my clothes with a supercilious air"; "a more swaggering mood than usual"- W.L.Shirer
-01891773 00 s 07 conceited 0 egotistic 0 egotistical 0 self-conceited 0 swollen 0 swollen-headed 0 vain 0 007 & 01889256 a 0000 + 07508996 n 0704 + 05141040 n 0701 + 04887129 n 0703 + 10047459 n 0301 + 10047459 n 0201 + 07508806 n 0202 | characteristic of false pride; having an exaggerated sense of self-importance; "a conceited fool"; "an attitude of self-conceited arrogance"; "an egotistical disregard of others"; "so swollen by victory that he was unfit for normal duty"; "growing ever more swollen-headed and arbitrary"; "vain about her clothes"
-01892327 00 s 01 house-proud 0 001 & 01889256 a 0000 | proud of your house or its furnishings or upkeep
-01892433 00 s 01 overproud 0 001 & 01889256 a 0000 | excessively proud
-01892506 00 s 02 pleased 0 proud_of(p) 0 001 & 01889256 a 0000 | feeling pleasurable satisfaction over something by which you measures your self-worth; "proud of their child"
-01892683 00 s 01 purse-proud 0 001 & 01889256 a 0000 | proud or arrogant because of your wealth (especially in the absence of other distinction)
-01892830 00 s 01 shabby-genteel 0 001 & 01889256 a 0000 | trying to maintain dignity and self respect despite shabbiness
-01892953 00 a 01 humble 0 007 ^ 01539225 a 0000 = 04889527 n 0000 + 04889527 n 0102 + 04889527 n 0101 ! 01889256 a 0101 & 01893303 a 0000 & 01893510 a 0000 | marked by meekness or modesty; not arrogant or prideful; "a humble apology"; "essentially humble...and self-effacing, he achieved the highest formal honors and distinctions"- B.K.Malinowski
-01893303 00 s 05 broken 0 crushed 0 humbled 0 humiliated 0 low 0 002 & 01892953 a 0000 + 07537668 n 0504 | subdued or brought low in condition or status; "brought low"; "a broken man"; "his broken spirit"
-01893510 00 s 03 meek 0 mild 0 modest 0 003 & 01892953 a 0000 + 07509325 n 0101 + 04889779 n 0101 | humble in spirit or manner; suggesting retiring mildness or even cowed submissiveness; "meek and self-effacing"
-01893724 00 a 02 proved 0 proven 0 005 ! 01894416 a 0101 & 01893939 a 0000 & 01894077 a 0000 & 01894196 a 0000 & 01894324 a 0000 | established beyond doubt; "a proven liar"; "a Soviet leader of proven shrewdness"
-01893939 00 s 01 established 0 001 & 01893724 a 0000 | shown to be valid beyond a reasonable doubt; "the established facts in the case"
-01894077 00 s 01 evidenced 0 001 & 01893724 a 0000 | supported by evidence; "their evidenced friendliness to the US"
-01894196 00 s 03 tested 0 tried 0 well-tried 0 001 & 01893724 a 0000 | tested and proved useful or correct; "a tested method"
-01894324 00 s 01 verified 0 001 & 01893724 a 0000 | proved to be true; "a verified claim"
-01894416 00 a 02 unproved 0 unproven 0 003 ! 01893724 a 0101 & 01894576 a 0000 & 01894670 a 0000 | not proved; "unproved allegations"; "unproved assumptions"
-01894576 00 s 01 on_trial 0 001 & 01894416 a 0000 | in the process of being tested or tried
-01894670 00 s 01 unverified 0 001 & 01894416 a 0000 | lacking proof or substantiation
-01894758 00 a 01 provident 0 010 ^ 02157399 a 0000 ^ 01898129 a 0000 ^ 02421158 a 0000 + 04892970 n 0101 + 00406963 v 0101 ! 01895837 a 0101 & 01895099 a 0000 & 01895296 a 0000 & 01895630 a 0000 & 01895717 a 0000 | providing carefully for the future; "wild squirrels are provident"; "a provident father plans for his children's education"
-01895099 00 s 02 careful 0 thrifty 0 005 & 01894758 a 0000 + 04893525 n 0203 + 04893787 n 0202 + 04664058 n 0103 + 04663494 n 0101 | mindful of the future in spending money; "careful with money"
-01895296 00 s 07 farseeing 0 farsighted 0 foresighted 0 foresightful 0 prospicient 0 long 0 longsighted 0 005 & 01894758 a 0000 + 05805277 n 0504 + 04893172 n 0403 + 04893172 n 0302 + 05805277 n 0203 | planning prudently for the future; "large goals that required farsighted policies"; "took a long view of the geopolitical issues"
-01895630 00 s 01 forehanded 0 001 & 01894758 a 0000 | having provided for the future
-01895717 00 s 01 forethoughtful 0 001 & 01894758 a 0000 | thoughtful of the future; "careful forethoughtful planning"
-01895837 00 a 01 improvident 0 007 ^ 01899360 a 0000 ^ 02422068 a 0000 + 04894552 n 0101 ! 01894758 a 0101 & 01896046 a 0000 & 01896299 a 0000 & 01896396 a 0000 | not provident; not providing for the future
-01896046 00 s 04 short 0 shortsighted 0 unforesightful 0 myopic 0 002 & 01895837 a 0000 + 04894552 n 0202 | lacking foresight or scope; "a short view of the problem"; "shortsighted policies"; "shortsighted critics derided the plan"; "myopic thinking"
-01896299 00 s 01 thriftless 0 002 & 01895837 a 0000 + 04894964 n 0101 | careless of the future
-01896396 00 s 01 unforethoughtful 0 001 & 01895837 a 0000 | lacking forethought
-01896478 00 a 01 provocative 0 010 ^ 00921014 a 0000 + 01789514 v 010b + 01759326 v 0108 + 00794079 v 0101 ! 01897787 a 0101 & 01896925 a 0000 & 01897106 a 0000 & 01897224 a 0000 & 01897378 a 0000 & 01897607 a 0000 | serving or tending to provoke, excite, or stimulate; stimulating discussion or exciting controversy; "a provocative remark"; "a provocative smile"; "provocative Irish tunes which...compel the hearers to dance"- Anthony Trollope
-01896925 00 s 03 agitative 0 agitating 0 provoking 0 002 & 01896478 a 0000 + 01762528 v 0101 | causing or tending to cause anger or resentment; "a provoking delay at the airport"
-01897106 00 s 02 challenging 0 intriguing 0 001 & 01896478 a 0000 | disturbingly provocative; "an intriguing smile"
-01897224 00 s 01 charged 0 001 & 01896478 a 0000 | capable of producing violent emotion or arousing controversy; "the highly charged issue of abortion"
-01897378 00 s 06 incendiary 0 incitive 0 inflammatory 0 instigative 0 rabble-rousing 0 seditious 0 005 & 01896478 a 0000 + 00772813 n 0601 + 00851239 v 0402 + 01761120 v 0301 + 00851239 v 0201 | arousing to action or rebellion
-01897607 00 s 01 rousing 0 001 & 01896478 a 0000 | rousing to activity or heightened action as by spurring or goading; "tossed a rousing political comment into the conversation"
-01897787 00 a 02 unprovocative 0 unprovoking 4 005 ^ 02512922 a 0000 ^ 00922594 a 0000 ! 01896478 a 0101 & 01897948 a 0000 & 01898051 a 0000 | not provocative
-01897948 00 s 01 disarming 0 002 & 01897787 a 0000 + 01157557 n 0101 | capable of allaying hostility
-01898051 00 s 01 noninflammatory 0 001 & 01897787 a 0000 | not inflammatory
-01898129 00 a 01 prudent 0 010 ^ 00309021 a 0000 ^ 01894758 a 0000 ^ 01996377 a 0000 ^ 02569130 a 0000 + 05615500 n 0104 ! 01899360 a 0101 & 01898490 a 0000 & 01898722 a 0000 & 01898974 a 0000 & 01899167 a 0000 | careful and sensible; marked by sound judgment; "a prudent manager"; "prudent rulers"; "prudent hesitation"; "more prudent to hide than to fight"
-01898490 00 s 02 circumspect 0 discreet 0 002 & 01898129 a 0000 + 05615500 n 0202 | heedful of potential consequences; "circumspect actions"; "physicians are now more circumspect about recommending its use"; "a discreet investor"
-01898722 00 s 03 judicious 0 wise 0 heady 0 004 & 01898129 a 0000 + 05159948 n 0202 + 05615373 n 0101 + 04890361 n 0101 | marked by the exercise of good judgment or common sense in practical matters; "judicious use of one's money"; "a wise decision"
-01898974 00 s 01 provident 0 002 & 01898129 a 0000 + 04892970 n 0101 | careful in regard to your own interests; "the prudent use and development of resources"; "wild squirrels are provident"
-01899167 00 s 01 prudential 0 002 & 01898129 a 0000 + 04892794 n 0101 | arising from or characterized by prudence especially in business matters; "he abstained partly for prudential reasons"
-01899360 00 a 01 imprudent 0 008 ^ 00311663 a 0000 ^ 02570282 a 0000 ^ 01895837 a 0000 + 04894037 n 0101 ! 01898129 a 0101 & 01899742 a 0000 & 01899970 a 0000 & 01900188 a 0000 | not prudent or wise; "very imprudent of her mother to encourage her in such silly romantic ideas"; "would be imprudent for a noneconomist to talk about the details of economic policy"- A.M.Schlesinger
-01899742 00 s 04 ill-considered 0 ill-judged 0 improvident 0 shortsighted 0 002 & 01899360 a 0000 + 04894552 n 0402 | not given careful consideration; "ill-considered actions often result in disaster"; "an ill-judged attempt"
-01899970 00 s 01 injudicious 0 003 & 01899360 a 0000 + 05616092 n 0101 + 04891558 n 0102 | lacking or showing lack of judgment or discretion; unwise; "an injudicious measure"; "the result of an injudicious decision"
-01900188 00 s 01 rash 0 002 & 01899360 a 0000 + 04894204 n 0103 | imprudently incurring risk; "do something rash that he will forever repent"- George Meredith
-01900349 00 a 01 punctual 0 004 + 05047778 n 0101 ! 01900915 a 0101 & 01900630 a 0000 & 01900771 a 0000 | acting or arriving or performed exactly at the time appointed; "she expected guests to be punctual at meals"; "he is not a particularly punctual person"; "punctual payment"
-01900630 00 s 01 prompt 0 002 & 01900349 a 0000 + 05047778 n 0102 | according to schedule or without delay; on time; "the train is prompt"
-01900771 00 s 01 timely 1 002 & 01900349 a 0000 + 05049253 n 0102 | before a time limit expires; "the timely filing of his income tax return"
-01900915 00 a 01 unpunctual 0 005 ! 01900349 a 0101 & 01901082 a 0000 & 01901186 a 0000 & 01901496 a 0000 & 01901649 a 0000 | not punctual; after the appointed time
-01901082 00 s 01 behindhand 0 001 & 01900915 a 0000 | behind schedule; "was behindhand with the rent"
-01901186 00 s 03 belated 0 late 0 tardy 0 003 & 01900915 a 0000 + 05047956 n 0301 + 05047059 n 0201 | after the expected or usual time; delayed; "a belated birthday card"; "I'm late for the plane"; "the train is late"; "tardy children are sent to the principal"; "always tardy in making dental appointments"
-01901496 00 s 02 benighted 0 nighted 0 001 & 01900915 a 0000 | overtaken by night or darkness; "benighted (or nighted) travelers hurrying toward home"
-01901649 00 s 01 last-minute 0 001 & 01900915 a 0000 | just before a deadline; at the last minute; "last-minute arrangements"
-01901777 00 a 01 punished 0 002 ! 01902171 a 0101 & 01902003 a 0000 | subjected to a penalty (as pain or shame or restraint or loss) for an offense or fault or in order to coerce some behavior (as a confession or obedience)
-01902003 00 s 01 tarred-and-feathered(a) 0 001 & 01901777 a 0000 | smeared with tar and covered with feathers as a punishment; "the poor tarred-and-feathered wretch"
-01902171 00 a 01 unpunished 0 002 ! 01901777 a 0101 & 01902313 a 0000 | not punished; "would he forget the crime and let it go unpunished?"
-01902313 00 s 02 uncorrected 0 undisciplined 0 001 & 01902171 a 0000 | not subjected to correction or discipline; "let her children grow up uncorrected"
-01902468 00 a 02 punitive 0 punitory 0 007 + 02499629 v 0201 + 02499629 v 0101 ! 01903412 a 0101 & 01902703 a 0000 & 01902866 a 0000 & 01902980 a 0000 & 01903160 a 0000 | inflicting punishment; "punitive justice"; "punitive damages"
-01902703 00 s 01 correctional 0 003 & 01902468 a 0000 + 01161821 n 0102 + 00258854 n 0101 | concerned with or providing correction; "a correctional institution"
-01902866 00 s 01 penal 0 001 & 01902468 a 0000 | serving as or designed to impose punishment; "penal servitude"
-01902980 00 s 01 penitentiary 0 003 & 01902468 a 0000 + 03911513 n 0101 + 07536870 n 0102 | used for punishment or reform of criminals or wrongdoers; "penitentiary institutions"
-01903160 00 s 05 retaliatory 0 relatiative 0 retributive 0 retributory 0 vindicatory 0 003 & 01902468 a 0000 + 01153486 v 0103 + 01153165 v 0101 | of or relating to or having the nature of retribution; "retributive justice demands an eye for an eye"
-01903412 00 a 01 rehabilitative 0 002 + 02552163 v 0101 ! 01902468 a 0101 | designed to accomplish rehabilitation; "from a penal to a rehabilitative philosophy"- J.B.Costello; "rehabilitative treatment"
-01903617 00 a 01 purebred 0 005 = 04922787 n 0000 + 01323599 n 0102 ! 01904156 a 0101 & 01903813 a 0000 & 01903965 a 0000 | bred for many generations from member of a recognized breed or strain
-01903813 00 s 03 full-blooded 0 full-blood 0 blooded 0 001 & 01903617 a 0000 | of unmixed ancestry; "full-blooded Native American"; "blooded Jersies"
-01903965 00 s 05 pedigree(a) 0 pedigreed 0 pureblood 0 pureblooded 0 thoroughbred 0 002 & 01903617 a 0000 + 01323599 n 0303 | having a list of ancestors as proof of being a purebred animal
-01904156 00 a 01 crossbred 0 007 ^ 01291937 a 0000 = 04922787 n 0000 ! 01903617 a 0101 & 01904371 a 0000 & 01904485 a 0000 & 01904596 a 0000 & 01904698 a 0000 | bred from parents of different varieties or species
-01904371 00 s 01 bigeneric 0 001 & 01904156 a 0000 | resulting from a cross between species of different genera
-01904485 00 s 02 hybrid 0 intercrossed 0 002 & 01904156 a 0000 + 01327322 n 0101 | produced by crossbreeding
-01904596 00 s 01 underbred 0 001 & 01904156 a 0000 | of inferior or mixed breed; "an underbred dog"
-01904698 00 s 03 half-blooded 0 half-bred 0 half-breed 0 002 & 01904156 a 0000 ;c 00015388 n 0000 | (of animals) having only one purebred parent
-01904845 00 a 01 pure 1 007 ^ 00360650 a 0000 = 04846770 n 0000 + 13990064 n 0102 + 13990064 n 0101 ! 01905377 a 0101 & 01905140 a 0000 & 01905235 a 0000 | (used of persons or behaviors) having no faults; sinless; "I felt pure and sweet as a new baby"- Sylvia Plath; "pure as the driven snow"
-01905140 00 s 02 immaculate 0 undefiled 0 001 & 01904845 a 0000 | free from stain or blemish
-01905235 00 s 01 white 0 002 & 01904845 a 0000 + 13990064 n 0105 | free from moral blemish or impurity; unsullied; "in shining white armor"
-01905377 00 a 01 impure 1 004 ^ 00361509 a 0000 = 04846770 n 0000 ! 01904845 a 0101 & 01905552 a 0000 | (used of persons or behaviors) immoral or obscene; "impure thoughts"
-01905552 00 s 02 defiled 0 maculate 0 001 & 01905377 a 0000 | morally blemished; stained or impure
-01905653 00 a 01 pure 2 018 ^ 00427331 a 0000 ^ 01951684 a 0000 = 14486767 n 0000 + 14486767 n 0102 + 14486767 n 0101 ! 01908039 a 0101 & 01906173 a 0000 & 01906320 a 0000 & 01906464 a 0000 & 01906817 a 0000 & 01906975 a 0000 & 01907103 a 0000 & 01907293 a 0000 & 01907416 a 0000 & 01907481 a 0000 & 01907595 a 0000 & 01907711 a 0000 & 01907878 a 0000 | free of extraneous elements of any kind; "pure air and water"; "pure gold"; "pure primary colors"; "the violin's pure and lovely song"; "pure tones"; "pure oxygen"
-01906173 00 s 01 axenic 0 001 & 01905653 a 0000 | (used of cultures of microorganisms) completely free from other organisms; "an axenic culture"
-01906320 00 s 02 clean 0 fresh 0 003 & 01905653 a 0000 + 04926728 n 0201 + 14496193 n 0101 | free from impurities; "clean water"; "fresh air"
-01906464 00 s 04 clean 1 clear 1 light 0 unclouded 0 004 & 01905653 a 0000 + 04701460 n 0403 + 04701460 n 0202 + 04701460 n 0201 | (of sound or color) free from anything that dulls or dims; "efforts to obtain a clean bass in orchestral recordings"; "clear laughter like a waterfall"; "clear reds and blues"; "a light lilting voice like a silver bell"
-01906817 00 s 01 fine 0 002 & 01905653 a 0000 ;c 06125698 n 0000 | free from impurities; having a high or specified degree of purity; "gold 21 carats fine"
-01906975 00 s 01 native 0 002 & 01905653 a 0000 + 04799881 n 0101 | as found in nature in the elemental form; "native copper"
-01907103 00 s 04 plain 0 sheer 0 unmingled 0 unmixed 0 002 & 01905653 a 0000 + 14487026 n 0101 | not mixed with extraneous elements; "plain water"; "sheer wine"; "not an unmixed blessing"
-01907293 00 s 01 pristine 0 001 & 01905653 a 0000 | completely free from dirt or contamination; "pristine mountain snow"
-01907416 00 s 01 sublimate 0 001 & 01905653 a 0000 | made pure
-01907481 00 s 01 unadulterated 0 001 & 01905653 a 0000 | not mixed with impurities; "unadulterated maple syrup"
-01907595 00 s 01 unalloyed 0 001 & 01905653 a 0000 | free from admixture; "unalloyed metal"; "unalloyed pleasure"
-01907711 00 s 02 uncontaminated 1 unpolluted 0 001 & 01905653 a 0000 | free from admixture with noxious elements; clean; "unpolluted streams"; "a contaminated lake"
-01907878 00 s 01 virginal 0 001 & 01905653 a 0000 | untouched or undefiled; "nor is there anything more virginal than the shimmer of young foliage"- L.P.Smith
-01908039 00 a 01 impure 2 013 ^ 00427786 a 0000 ^ 01952405 a 0000 = 14486767 n 0000 + 14487184 n 0102 + 14583670 n 0101 ! 01905653 a 0101 & 01908341 a 0000 & 01908539 a 0000 & 01908641 a 0000 & 01908755 a 0000 & 01908889 a 0000 & 01909077 a 0000 & 01909421 a 0000 | combined with extraneous elements
-01908341 00 s 02 technical-grade 0 technical_grade 0 002 & 01908039 a 0000 ;c 06084469 n 0000 | containing small amounts of other chemicals, hence slightly impure; "technical-grade sulfuric acid"
-01908539 00 s 03 adulterate 0 adulterated 0 debased 0 001 & 01908039 a 0000 | mixed with impurities
-01908641 00 s 01 alloyed 0 001 & 01908039 a 0000 | (used of metals) debased by mixture with an inferior element
-01908755 00 s 02 bastardized 0 bastardised 0 002 & 01908039 a 0000 ;c 06156968 n 0000 | deriving from more than one source or style
-01908889 00 s 02 contaminated 0 polluted 0 001 & 01908039 a 0000 | rendered unwholesome by contaminants and pollution; "had to boil the contaminated water"; "polluted lakes and streams"
-01909077 00 s 04 dirty 0 dingy 0 muddied 0 muddy 0 004 & 01908039 a 0000 + 04703698 n 0403 + 14498567 n 0202 + 14498567 n 0201 | (of color) discolored by impurities; not bright and clear; "dirty" is often used in combination; "a dirty (or dingy) white"; "the muddied grey of the sea"; "muddy colors"; "dirty-green walls"; "dirty-blonde hair"
-01909421 00 s 01 unpurified 0 001 & 01908039 a 0000 | not made pure
-01909491 00 a 01 contaminated 0 002 ! 01909718 a 0101 & 01909628 a 0000 | corrupted by contact or association; "contaminated evidence"
-01909628 00 s 01 mercury-contaminated 0 001 & 01909491 a 0000 | contaminated by mercury
-01909718 00 a 01 uncontaminated 0 001 ! 01909491 a 0101 | not corrupted by contact or association; "there is no culture uncontaminated by contact with the outside world"
-01909890 00 a 01 purposeful 0 007 ^ 01496976 a 0000 ^ 01989669 a 0000 + 05170400 n 0101 ! 01910488 a 0101 & 01910114 a 0000 & 01910249 a 0000 & 01910359 a 0000 | serving as or indicating the existence of a purpose or goal
-01910114 00 s 02 businesslike 0 earnest 0 002 & 01909890 a 0000 + 04646548 n 0202 | not distracted by anything unrelated to the goal
-01910249 00 s 02 goal-directed 0 purposive 0 001 & 01909890 a 0000 | having a purpose; "purposive behavior"
-01910359 00 s 02 purpose-built 0 purpose-made 0 001 & 01909890 a 0000 | designed and constructed to serve a particular purpose
-01910488 00 a 01 purposeless 0 005 ^ 01497736 a 0000 + 05174326 n 0101 ! 01909890 a 0101 & 01910652 a 0000 & 01910819 a 0000 | not evidencing any purpose or goal
-01910652 00 s 07 adrift(p) 0 afloat(p) 0 aimless 0 directionless 0 planless 0 rudderless 0 undirected 0 002 & 01910488 a 0000 + 05174326 n 0302 | aimlessly drifting
-01910819 00 s 01 desultory 0 001 & 01910488 a 0000 | marked by lack of definite plan or regularity or purpose; jumping from one thing to another; "desultory thoughts"; "the desultory conversation characteristic of cocktail parties"
-01911053 00 a 01 qualified 1 004 ^ 00510050 a 0000 ^ 00851744 a 0000 ! 01911415 a 0101 & 01911296 a 0000 | meeting the proper standards and requirements and training for an office or position or task; "many qualified applicants for the job"
-01911296 00 s 01 well-qualified 0 001 & 01911053 a 0000 | more than adequately qualified; "a well-qualified officer"
-01911415 00 a 01 unqualified 1 004 ^ 00511214 a 0000 ^ 00852988 a 0000 ! 01911053 a 0101 & 01911589 a 0000 | not meeting the proper standards and requirements and training
-01911589 00 s 01 quack(a) 0 001 & 01911415 a 0000 | medically unqualified; "a quack doctor"
-01911683 00 a 01 trained 0 005 ! 01912613 a 0101 & 01911951 a 0000 & 01912145 a 0000 & 01912280 a 0000 & 01912483 a 0000 | shaped or conditioned or disciplined by training; often used as a combining form; "a trained mind"; "trained pigeons"; "well-trained servants"
-01911951 00 s 01 disciplined 0 001 & 01911683 a 0000 | trained mentally or physically by instruction or exercise; "the beautiful coordination of his disciplined muscles"; "a disciplined mind"
-01912145 00 s 01 drilled 0 001 & 01911683 a 0000 | trained in a skill by repetitious practice; "well-drilled in military procedures"
-01912280 00 s 02 housebroken 0 house-trained 0 001 & 01911683 a 0000 | (of pets) trained to urinate and defecate outside or in a special place; "housebroken pets"; "`house-trained' is chiefly British"
-01912483 00 s 03 potty-trained 0 pot-trained 0 toilet-trained 0 001 & 01911683 a 0000 | (of children) trained to use the toilet
-01912613 00 a 01 untrained 0 003 ! 01911683 a 0101 & 01912858 a 0000 & 01913089 a 0000 | not disciplined or conditioned or made adept by training; "an untrained voice"; "untrained troops"; "young minds untrained in the habit of concentration"
-01912858 00 s 02 primitive 0 naive 0 002 & 01912613 a 0000 ;c 06156968 n 0000 | of or created by one without formal training; simple or naive in style; "primitive art such as that by Grandma Moses is often colorful and striking"
-01913089 00 s 01 undisciplined 0 001 & 01912613 a 0000 | not subjected to discipline; "undisciplined talent"
-01913200 00 a 01 qualified 2 006 ^ 00555325 a 0000 ^ 01540365 a 0000 ! 01913715 a 0101 & 01913413 a 0000 & 01913514 a 0000 & 01913642 a 0000 | limited or restricted; not absolute; "gave only qualified approval"
-01913413 00 s 01 conditional 0 002 & 01913200 a 0000 + 13924069 n 0101 | qualified by reservations
-01913514 00 s 02 hedged 0 weasel-worded 0 001 & 01913200 a 0000 | evasively worded in order to avoid an unqualified statement
-01913642 00 s 02 limited 0 modified 0 001 & 01913200 a 0000 | mediocre
-01913715 00 a 01 unqualified 2 007 ^ 00556709 a 0000 ^ 01541013 a 0000 ! 01913200 a 0101 & 01913931 a 0000 & 01914108 a 0000 & 01914250 a 0000 & 01914407 a 0000 | not limited or restricted; "an unqualified denial"
-01913931 00 s 04 categoric 0 categorical 0 flat 0 unconditional 0 001 & 01913715 a 0000 | not modified or restricted by reservations; "a categorical denial"; "a flat refusal"
-01914108 00 s 02 clean 0 clear 0 001 & 01913715 a 0000 | free of restrictions or qualifications; "a clean bill of health"; "a clear winner"
-01914250 00 s 01 cool 0 002 & 01913715 a 0000 ;u 07075172 n 0000 | (used of a number or sum) without exaggeration or qualification; "a cool million bucks"
-01914407 00 s 03 outright 0 straight-out 0 unlimited 0 001 & 01913715 a 0000 | without reservation or exception
-01914521 00 a 01 qualitative 0 002 ! 01914930 a 0101 & 01914767 a 0000 | involving distinctions based on qualities; "qualitative change"; "qualitative data"; "qualitative analysis determines the chemical constituents of a substance or mixture"
-01914767 00 s 01 soft 0 001 & 01914521 a 0000 | using evidence not readily amenable to experimental verification or refutation; "soft data"; "the soft sciences"
-01914930 00 a 01 quantitative 0 008 ! 01914521 a 0101 & 01915353 a 0000 & 01915482 a 0000 & 01915586 a 0000 & 01915745 a 0000 & 01915849 a 0000 & 01915991 a 0000 & 01916142 a 0000 | expressible as a quantity or relating to or susceptible of measurement; "export wheat without quantitative limitations"; "quantitative analysis determines the amounts and proportions of the chemical constituents of a substance or mixture"
-01915353 00 s 02 decimal 1 denary 0 001 & 01914930 a 0000 | numbered or proceeding by tens; based on ten; "the decimal system"
-01915482 00 s 01 duodecimal 0 001 & 01914930 a 0000 | based on twelve; "the duodecimal number system"
-01915586 00 s 02 numeric 0 numerical 0 001 & 01914930 a 0000 | measured or expressed in numbers; "numerical value"; "the numerical superiority of the enemy"
-01915745 00 s 01 quantifiable 0 002 & 01914930 a 0000 + 05209822 n 0101 | capable of being quantified
-01915849 00 s 01 three-figure 0 001 & 01914930 a 0000 | (of numbers) written with three figures; "100 through 999 are three-figure numbers"
-01915991 00 s 01 valued 0 002 & 01914930 a 0000 ;u 06307152 n 0000 | (usually used in combination) having value of a specified kind; "triple-valued"
-01916142 00 s 01 vicenary 0 001 & 01914930 a 0000 | of or relating to or based on 20
-01916229 00 a 01 questionable 0 010 ^ 00590390 a 0000 ! 01918184 a 0101 & 01916555 a 0000 & 01916693 a 0000 & 01916784 a 0000 & 01916979 a 0000 & 01917370 a 0000 & 01917594 a 0000 & 01917916 a 0000 & 01918001 a 0000 | subject to question; "questionable motives"; "a questionable reputation"; "a fire of questionable origin"
-01916555 00 s 03 alleged(a) 0 so-called 0 supposed 0 001 & 01916229 a 0000 | doubtful or suspect; "these so-called experts are no help"
-01916693 00 s 01 apocryphal 0 001 & 01916229 a 0000 | being of questionable authenticity
-01916784 00 s 03 debatable 0 problematic 0 problematical 0 002 & 01916229 a 0000 + 05687338 n 0302 | open to doubt or debate; "If you ever get married, which seems to be extremely problematic"
-01916979 00 s 04 doubtful 0 dubious 0 dubitable 0 in_question(p) 0 003 & 01916229 a 0000 + 04757522 n 0202 + 04757522 n 0103 | open to doubt or suspicion; "the candidate's doubtful past"; "he has a dubious record indeed"; "what one found uncertain the other found dubious or downright false"; "it was more than dubitable whether the friend was as influential as she thought"- Karen Horney
-01917370 00 s 01 equivocal 0 001 & 01916229 a 0000 | open to question; "aliens of equivocal loyalty"; "his conscience reproached him with the equivocal character of the union into which he had forced his son"-Anna Jameson
-01917594 00 s 05 fishy 0 funny 0 shady 0 suspect 0 suspicious 0 003 & 01916229 a 0000 ;u 07075172 n 0000 + 04895979 n 0502 | not as expected; "there was something fishy about the accident"; "up to some funny business"; "some definitely queer goings-on"; "a shady deal"; "her motives were suspect"; "suspicious behavior"
-01917916 00 s 01 impugnable 0 001 & 01916229 a 0000 | subject to being discredited
-01918001 00 s 02 self-styled 0 soi-disant 0 001 & 01916229 a 0000 | as claimed by and for yourself often without justification; "the self-styled `doctor' has no degree of any kind"
-01918184 00 a 01 unquestionable 0 010 ^ 00590923 a 0000 ^ 00721505 a 0000 + 04754862 n 0104 + 04754862 n 0103 ! 01916229 a 0101 & 01918464 a 0000 & 01918541 a 0000 & 01918660 a 0000 & 01918771 a 0000 & 01918873 a 0000 | incapable of being questioned; "unquestionable authority"
-01918464 00 s 01 acknowledged 0 001 & 01918184 a 0000 | generally accepted
-01918541 00 s 02 beyond_doubt(p) 0 indubitable 0 002 & 01918184 a 0000 + 04754862 n 0202 | too obvious to be doubted
-01918660 00 s 01 for_sure 0 001 & 01918184 a 0000 | not open to doubt; "she wanted to go; that was for sure"
-01918771 00 s 01 mathematical 0 001 & 01918184 a 0000 | beyond question; "a mathematical certainty"
-01918873 00 s 01 unimpeachable 0 001 & 01918184 a 0000 | beyond doubt or reproach; "an unimpeachable source"
-01918984 00 a 01 quiet 1 008 ^ 00174379 a 0000 ^ 01454636 a 0000 + 04982856 n 0101 ! 01919931 a 0101 & 01919282 a 0000 & 01919428 a 0000 & 01919676 a 0000 & 01919793 a 0000 | free of noise or uproar; or making little if any sound; "a quiet audience at the concert"; "the room was dark and quiet"
-01919282 00 s 01 noiseless 0 002 & 01918984 a 0000 + 04983013 n 0101 | making no sound; "th' inaudible and noiseless foot of time"- Shakespeare
-01919428 00 s 03 silent 0 soundless 0 still 0 005 & 01918984 a 0000 + 04982478 n 0302 + 04982856 n 0202 + 13925550 n 0101 + 04982207 n 0101 | marked by absence of sound; "a silent house"; "soundless footsteps on the grass"; "the night was still"
-01919676 00 s 01 stilly 0 002 & 01918984 a 0000 ;c 07092592 n 0000 | (poetic) still or calm; "in the stilly night"
-01919793 00 s 01 tiptoe 0 001 & 01918984 a 0000 | walking on the tips of ones's toes so as to make no noise; "moving with tiptoe steps"
-01919931 00 a 01 noisy 0 017 ^ 00298767 a 0000 ^ 01452593 a 0000 + 04981474 n 0101 + 07122730 n 0101 ! 01918984 a 0101 & 01920367 a 0000 & 01920697 a 0000 & 01920834 a 0000 & 01921011 a 0000 & 01921171 a 0000 & 01921335 a 0000 & 01921466 a 0000 & 01921639 a 0000 & 01921752 a 0000 & 01921868 a 0000 & 01922030 a 0000 & 01922131 a 0000 | full of or characterized by loud and nonmusical sounds; "a noisy cafeteria"; "a small noisy dog"
-01920367 00 s 05 blatant 0 clamant 0 clamorous 0 strident 0 vociferous 0 006 & 01919931 a 0000 + 04990021 n 0403 + 04990021 n 0402 + 07377473 n 0304 + 07122118 n 0301 + 04706882 n 0101 | conspicuously and offensively loud; given to vehement outcry; "blatant radios"; "a clamorous uproar"; "strident demands"; "a vociferous mob"
-01920697 00 s 02 abuzz 0 buzzing 0 001 & 01919931 a 0000 | noisy like the sound of a bee; "the room was abuzz over the latest scandal"
-01920834 00 s 02 clangorous 0 clanging 0 002 & 01919931 a 0000 + 07380144 n 0102 | having a loud resonant metallic sound; "the clangorous locomotive works"; "a clanging gong"
-01921011 00 s 01 clanking 0 001 & 01919931 a 0000 | having a hard nonresonant metallic sound; "clanking chains"; "the clanking arms of the soldiers near him"
-01921171 00 s 01 clattery 0 001 & 01919931 a 0000 | a rattling sound as of hard things striking together; "a clattery typewriter"; "the clattery sound of dishes"
-01921335 00 s 02 creaky 0 screaky 0 002 & 01919931 a 0000 + 07381864 n 0101 | having a rasping or grating sound; "creaky stairs"
-01921466 00 s 03 rackety 0 rip-roaring 0 uproarious 0 005 & 01919931 a 0000 + 13978709 n 0303 + 07385660 n 0302 + 07390945 n 0101 + 04981474 n 0102 | uncontrollably noisy
-01921639 00 s 02 reedy 0 wheezy 0 002 & 01919931 a 0000 + 02817799 n 0103 | having a tone of a reed instrument
-01921752 00 s 01 stertorous 0 002 & 01919931 a 0000 + 00835976 n 0103 | of breathing having a heavy snoring sound
-01921868 00 s 01 swishy 0 002 & 01919931 a 0000 + 07396414 n 0101 | resembling a sustained `sh' or soft whistle; "swishing windshield wipers"; "a swishy skirt"
-01922030 00 s 01 thundering 0 001 & 01919931 a 0000 | sounding like thunder; "the thundering herd"
-01922131 00 s 01 whirring 0 001 & 01919931 a 0000 | like the sound of rapidly vibrating wings
-01922227 00 a 03 restful 0 reposeful 0 relaxing 0 003 + 04636250 n 0101 ! 01922562 a 0101 & 01922410 a 0000 | affording physical or mental rest; "she spent a restful night at home"
-01922410 00 s 02 slumberous 0 slumbrous 0 003 & 01922227 a 0000 + 14015148 n 0201 + 14015148 n 0101 | quiet and tranquil; "a slumberous June morning"
-01922562 00 a 02 restless 0 uneasy 5 003 + 04625284 n 0202 + 04625284 n 0101 ! 01922227 a 0101 | lacking or not affording physical or mental rest; "a restless night"; "she fell into an uneasy sleep"
-01922763 00 a 01 quiet 2 007 ^ 01740892 a 0000 ^ 02389946 a 0000 ^ 00087152 a 0000 + 07515560 n 0103 ! 01923391 a 0101 & 01923118 a 0000 & 01923286 a 0000 | characterized by an absence or near absence of agitation or activity; "a quiet life"; "a quiet throng of onlookers"; "quiet peace-loving people"; "the factions remained quiet for almost 10 years"
-01923118 00 s 01 quiescent 0 003 & 01922763 a 0000 + 01064863 n 0102 + 01064863 n 0101 | marked by a state of tranquil repose; "the quiescent melancholy of the town"
-01923286 00 s 01 untroubled 0 001 & 01922763 a 0000 | free from turmoil or worries; "untroubled times"
-01923391 00 a 01 unquiet 0 006 ^ 00085264 a 0000 ^ 00822449 a 0000 ^ 02390335 a 0000 ! 01922763 a 0101 & 01923720 a 0000 & 01924148 a 0000 | characterized by unrest or disorder; "unquiet days of riots"; "following the assassination of Martin Luter King ours was an unquiet nation"; "spent an unquiet night tossing and turning"
-01923720 00 s 05 disruptive 0 riotous 0 troubled 0 tumultuous 0 turbulent 0 006 & 01923391 a 0000 + 13979173 n 0501 + 13978709 n 0401 + 13978709 n 0402 + 01170502 n 0201 + 00554298 v 0101 | characterized by unrest or disorder or insubordination; "effects of the struggle will be violent and disruptive"; "riotous times"; "these troubled areas"; "the tumultuous years of his administration"; "a turbulent and unruly childhood"
-01924148 00 s 02 squally 0 squalling 0 001 & 01923391 a 0000 | characterized by short periods of noisy commotion; "a home life that has been extraordinarily squally"
-01924316 00 a 01 random 0 005 + 04771332 n 0101 ! 01925158 a 0101 & 01924585 a 0000 & 01924803 a 0000 & 01925000 a 0000 | lacking any definite plan or order or purpose; governed by or depending on chance; "a random choice"; "bombs fell at random"; "random movements"
-01924585 00 s 01 ergodic 0 002 & 01924316 a 0000 ;c 06018465 n 0000 | positive recurrent aperiodic state of stochastic systems; tending in probability to a limiting form that is independent of the initial conditions
-01924803 00 s 02 haphazard 0 hit-or-miss 0 002 & 01924316 a 0000 + 04771332 n 0102 | dependent upon or characterized by chance; "a haphazard plan of action"; "his judgment is rather hit-or-miss"
-01925000 00 s 01 stochastic 0 002 & 01924316 a 0000 ;c 06018465 n 0000 | being or having a random variable; "a stochastic variable"; "stochastic processes"
-01925158 00 a 01 nonrandom 0 002 ! 01924316 a 0101 & 01925242 a 0000 | not random
-01925242 00 s 01 purposive 0 001 & 01925158 a 0000 | having or showing or acting with a purpose or design; "purposive behavior"
-01925372 00 a 01 rational 0 010 ^ 01430111 a 0000 ^ 01943406 a 0000 ^ 02073443 a 0000 + 04784978 n 0102 + 14379829 n 0101 ! 01926376 a 0101 & 01925708 a 0000 & 01925979 a 0000 & 01926089 a 0000 & 01926229 a 0000 | consistent with or based on or using reason; "rational behavior"; "a process of rational inference"; "rational thought"
-01925708 00 s 03 coherent 0 logical 0 lucid 0 003 & 01925372 a 0000 + 04784664 n 0202 + 04821277 n 0102 | capable of thinking and expressing yourself in a clear and consistent manner; "a lucid thinker"; "she was more coherent than she had been just after the accident"
-01925979 00 s 02 demythologized 0 demythologised 0 001 & 01925372 a 0000 | having mythical elements removed
-01926089 00 s 03 intelligent 0 reasoning(a) 0 thinking(a) 0 002 & 01925372 a 0000 + 05617606 n 0101 | endowed with the capacity to reason
-01926229 00 s 02 reasonable 0 sane 0 003 & 01925372 a 0000 + 14379501 n 0202 + 14379829 n 0103 | marked by sound judgment; "sane nuclear policy"
-01926376 00 a 01 irrational 0 009 ^ 01430847 a 0000 ^ 00464962 a 0000 ^ 01944660 a 0000 + 14397563 n 0101 ! 01925372 a 0101 & 01926654 a 0000 & 01926803 a 0000 & 01926921 a 0000 & 01927061 a 0000 | not consistent with or using reason; "irrational fears"; "irrational animals"
-01926654 00 s 02 blind 0 unreasoning 0 001 & 01926376 a 0000 | not based on reason or evidence; "blind hatred"; "blind faith"; "unreasoning panic"
-01926803 00 s 01 reasonless 0 001 & 01926376 a 0000 | not endowed with the capacity to reason; "a reasonless brute"
-01926921 00 s 01 nonrational 0 001 & 01926376 a 0000 | not based on reason; "there is a great deal that is nonrational in modern culture"
-01927061 00 s 01 superstitious 0 002 & 01926376 a 0000 + 05952678 n 0101 | showing ignorance of the laws of nature and faith in magic or chance; "finally realized that the horror he felt was superstitious in origin"
-01927279 00 a 01 emotional 2 003 + 07480068 n 0101 + 04626280 n 0101 ! 01927455 a 0101 | determined or actuated by emotion rather than reason; "it was an emotional judgment"
-01927455 00 a 02 cerebral 0 intellectual 5 002 + 05618849 n 0202 ! 01927279 a 0101 | involving intelligence rather than emotions or instinct; "a cerebral approach to the problem"; "cerebral drama"
-01927654 00 a 01 racial 0 005 ! 01928381 a 0101 & 01927904 a 0000 & 01928019 a 0000 & 01928114 a 0000 & 01928283 a 0000 | of or characteristic of race or races or arising from differences among groups; "racial differences"; "racial discrimination"
-01927904 00 s 01 biracial 0 001 & 01927654 a 0000 | consisting of or combining two races; "a biracial committee"
-01928019 00 s 01 interracial 0 001 & 01927654 a 0000 | between races; "interracial conflict"
-01928114 00 s 01 multiracial 0 001 & 01927654 a 0000 | made up of or involving or acting on behalf of various races; "a multiracial society"; "multiracial government"
-01928283 00 s 01 racist 0 001 & 01927654 a 0000 | based on racial intolerance; "racist remarks"
-01928381 00 a 01 nonracial 0 001 ! 01927654 a 0101 | not racial; having nothing to do with race or races; "his remarks were intended to be completely nonracial"; "a nonracial reason for the peremptory challenge of the juror"
-01928608 00 a 01 reactive 0 010 ;c 06084469 n 0000 ;c 06090869 n 0000 + 14534457 n 0101 + 00446885 v 0101 ! 01929600 a 0101 & 01928926 a 0000 & 01929062 a 0000 & 01929202 a 0000 & 01929312 a 0000 & 01929456 a 0000 | participating readily in reactions; "sodium is a reactive metal"; "free radicals are very reactive"
-01928926 00 s 02 activated 0 excited 0 002 & 01928608 a 0000 ;c 06090869 n 0000 | (of e.g. a molecule) made reactive or more reactive
-01929062 00 s 01 labile 0 002 & 01928608 a 0000 ;c 06037666 n 0000 | (chemistry, physics, biology) readily undergoing change or breakdown
-01929202 00 s 01 oxidizable 0 001 & 01928608 a 0000 | capable of undergoing a chemical reaction with oxygen
-01929312 00 s 01 thermolabile 0 002 & 01928608 a 0000 ;c 06037666 n 0000 | (chemistry, physics, biology) readily changed or destroyed by heat
-01929456 00 s 01 unstable 0 002 & 01928608 a 0000 + 04775747 n 0102 | highly or violently reactive; "sensitive and highly unstable compounds"
-01929600 00 a 01 unreactive 0 007 ;c 06084469 n 0000 ;c 06090869 n 0000 ! 01928608 a 0101 & 01929802 a 0000 & 01930004 a 0000 & 01930244 a 0000 & 01930417 a 0000 | (chemistry) not reacting chemically
-01929802 00 s 01 inactive 0 003 & 01929600 a 0000 ;c 06084469 n 0000 + 14010148 n 0102 | (chemistry) not participating in a chemical reaction; chemically inert; "desired amounts of inactive chlorine"
-01930004 00 s 03 inert 0 indifferent 0 neutral 0 003 & 01929600 a 0000 ;c 06084469 n 0000 + 05039819 n 0301 | having only a limited ability to react chemically; chemically inactive; "inert matter"; "an indifferent chemical in a reaction"
-01930244 00 s 01 noble 0 001 & 01929600 a 0000 | inert especially toward oxygen; "a noble gas such as helium or neon"; "noble metals include gold and silver and platinum"
-01930417 00 s 01 stable 0 001 & 01929600 a 0000 | not taking part readily in chemical change
-01930512 00 a 01 ready 0 012 ^ 01843380 a 0000 ^ 02564986 a 0000 = 14031108 n 0000 + 14031523 n 0101 + 14031108 n 0101 ! 01932234 a 0101 & 01931034 a 0000 & 01931203 a 0000 & 01931517 a 0000 & 01931676 a 0000 & 01931807 a 0000 & 01931926 a 0000 | completely prepared or in condition for immediate action or use or progress; "get ready"; "she is ready to resign"; "the bridge is ready to collapse"; "I am ready to work"; "ready for action"; "ready for use"; "the soup will be ready in a minute"; "ready to learn to read"
-01931034 00 s 01 at_the_ready(p) 0 001 & 01930512 a 0000 | ready for immediate use; "soldiers with guns at the ready"; "students with pens and notebooks at the ready"
-01931203 00 s 03 fit(p) 0 primed(p) 0 set(p) 0 002 & 01930512 a 0000 + 04716864 n 0101 | (usually followed by `to' or `for') on the point of or strongly disposed; "in no fit state to continue"; "fit to drop"; "laughing fit to burst"; "she was fit to scream"; "primed for a fight"; "we are set to go at any time"
-01931517 00 s 01 in_order 0 001 & 01930512 a 0000 | in a state of proper readiness or preparation or arrangement; "everything is in order for their arrival"
-01931676 00 s 01 prompt 0 001 & 01930512 a 0000 | ready and willing or quick to act; "she is always prompt to help her friends";
-01931807 00 s 01 ripe(p) 0 001 & 01930512 a 0000 | fully prepared or eager; "the colonists were ripe for revolution"
-01931926 00 s 02 waiting 0 ready_and_waiting(p) 0 001 & 01930512 a 0000 | being and remaining ready and available for use; "waiting cars and limousines lined the curb"; "found her mother waiting for them"; "an impressive array of food ready and waiting for the guests"; "military forces ready and waiting"
-01932234 00 a 01 unready 0 006 ^ 01845160 a 0000 = 14031108 n 0000 ! 01930512 a 0101 & 01932481 a 0000 & 01932633 a 0000 & 01932902 a 0000 | not prepared or in a state of readiness; slow to understand or respond; "she cursed her unready tongue"
-01932481 00 s 01 flat-footed 0 001 & 01932234 a 0000 | unprepared and unable to react quickly; "the new product caught their competitors flat-footed"
-01932633 00 s 07 napping 0 off-guard(a) 0 off_guard(p) 0 off_one's_guard(p) 0 off_his_guard 0 off_her_guard 0 off_your_guard 0 001 & 01932234 a 0000 | not prepared or vigilant; "the blow caught him napping"; "caught in an off-guard moment"; "found him off his guard"
-01932902 00 s 01 unripe 0 001 & 01932234 a 0000 | not fully prepared
-01932973 00 a 02 real 0 existent 2 015 ^ 00013160 a 0000 ^ 01115349 a 0000 ^ 01939984 a 0000 ^ 02179279 a 0000 = 13955461 n 0000 + 13954253 n 0203 + 02603699 v 0201 + 13955461 n 0102 + 13956097 n 0101 + 13955461 n 0101 ! 01934554 a 0101 & 01933520 a 0000 & 01933731 a 0000 & 01934026 a 0000 & 01934284 a 0000 | being or occurring in fact or actuality; having verified existence; not illusory; "real objects"; "real people; not ghosts"; "a film based on real life"; "a real illness"; "real humility"; "Life is real! Life is earnest!"- Longfellow
-01933520 00 s 01 actual 0 003 & 01932973 a 0000 + 01644746 v 0103 + 13954818 n 0101 | taking place in reality; not pretended or imitated; "we saw the actual wedding on television"; "filmed the actual beating"
-01933731 00 s 02 actual 2 factual 0 006 & 01932973 a 0000 + 04759428 n 0202 + 04759428 n 0201 + 01644746 v 0103 + 00987870 v 0101 + 13954818 n 0101 | existing in act or fact; "rocks and trees...the actual world"; "actual heroism"; "the actual things that produced the emotion you experienced"
-01934026 00 s 02 objective 0 documentary 0 003 & 01932973 a 0000 + 06616806 n 0201 + 04892344 n 0101 | emphasizing or expressing things as perceived without distortion of personal feelings, insertion of fictional matter, or interpretation; "objective art"
-01934284 00 s 01 historical 0 002 & 01932973 a 0000 + 13956362 n 0101 | having once lived or existed or taken place in the real world as distinct from being legendary; "the historical Jesus"; "doubt that a historical Camelot every existed"; "actual historical events"
-01934554 00 a 01 unreal 0 021 ^ 01571363 a 0000 ^ 01116380 a 0000 ^ 02180797 a 0000 ^ 01574446 a 0000 ^ 01941999 a 0000 = 13955461 n 0000 + 13960117 n 0101 + 04762492 n 0101 ! 01932973 a 0101 & 01935139 a 0000 & 01935301 a 0000 & 01935581 a 0000 & 01935744 a 0000 & 01935935 a 0000 & 01936184 a 0000 & 01936528 a 0000 & 01936778 a 0000 & 01936997 a 0000 & 01937187 a 0000 & 01937390 a 0000 & 01937759 a 0000 | lacking in reality or substance or genuineness; not corresponding to acknowledged facts or criteria; "ghosts and other unreal entities"; "unreal propaganda serving as news"
-01935139 00 s 01 dreamed(a) 0 001 & 01934554 a 0000 | conceived of or imagined or hoped for; "his dreamed symphony that would take the world of music by storm"
-01935301 00 s 04 envisioned 0 pictured 0 visualized 0 visualised 0 001 & 01934554 a 0000 | seen in the mind as a mental image; "the glory of his envisioned future"; "the snow-covered Alps pictured in her imagination"; "the visualized scene lacked the ugly details of real life"
-01935581 00 s 02 eye-deceiving 0 trompe-l'oeil(a) 0 001 & 01934554 a 0000 | creating the illusion of seeing reality; "the visual deception of trompe-l'oeil art"
-01935744 00 s 02 fabled 0 legendary 0 002 & 01934554 a 0000 + 06371413 n 0201 | celebrated in fable or legend; "the fabled Paul Bunyan and his blue ox"; "legendary exploits of Jesse James"
-01935935 00 s 04 fabricated 0 fancied 0 fictional 0 fictitious 0 003 & 01934554 a 0000 + 06367107 n 0401 + 06757891 n 0302 | formed or conceived by the imagination; "a fabricated excuse for his absence"; "a fancied wrong"; "a fictional character"
-01936184 00 s 05 fabulous 0 mythic 0 mythical 0 mythologic 0 mythological 0 007 & 01934554 a 0000 + 07978423 n 0501 + 07978423 n 0401 + 06372680 n 0301 + 06372680 n 0201 + 06371413 n 0102 + 06372095 n 0101 | based on or told of in traditional stories; lacking factual basis or historical validity; "mythical centaurs"; "the fabulous unicorn"
-01936528 00 s 03 fanciful 0 imaginary 0 notional 0 001 & 01934554 a 0000 | not based on fact; unreal; "the falsehood about some fanciful secret treaties"- F.D.Roosevelt; "a small child's imaginary friends"; "to create a notional world for oneself"
-01936778 00 s 02 fantastic 0 fantastical 0 003 & 01934554 a 0000 + 05632446 n 0201 + 05632446 n 0101 | existing in fancy only; "fantastic figures with bulbous heads the circumference of a bushel"- Nathaniel Hawthorne
-01936997 00 s 01 hallucinatory 0 002 & 01934554 a 0000 + 02117649 v 0101 | characterized by or characteristic of hallucination ; "the bizarre hallucinatory dreams of fever"- Jean Stafford
-01937187 00 s 02 illusional 0 illusionary 0 005 & 01934554 a 0000 + 00754767 n 0202 + 05939636 n 0101 + 05896059 n 0101 + 00754767 n 0102 | marked by or producing illusion; "illusionary stage effects"
-01937390 00 s 02 illusive 0 illusory 0 002 & 01934554 a 0000 + 05896059 n 0201 | based on or having the nature of an illusion; "illusive hopes of finding a better job"; "Secret activities offer presidents the alluring but often illusory promise that they can achieve foreign policy goals without the bothersome debate and open decision that are staples of democracy"
-01937759 00 s 02 make-believe 0 pretend 0 003 & 01934554 a 0000 + 05769930 n 0103 + 00755500 n 0101 | imagined as in a play; "the make-believe world of theater"; "play money"; "dangling their legs in the water to catch pretend fish"
-01937994 00 a 01 real(a) 2 003 ! 01938659 a 0101 & 01938322 a 0000 & 01938508 a 0000 | no less than what is stated; worthy of the name; "the real reason"; "real war"; "a real friend"; "a real woman"; "meat and potatoes--I call that a real meal"; "it's time he had a real job"; "it's no penny-ante job--he's making real money"
-01938322 00 s 01 proper(a) 0 001 & 01937994 a 0000 | having all the qualities typical of the thing specified; "wanted a proper dinner; not just a snack"; "he finally has a proper job"
-01938508 00 s 01 true(a) 0 001 & 01937994 a 0000 | rightly so called; "true courage"; "a spirit which true men have always admired"; "a true friend"
-01938659 00 a 01 unreal 2 004 ! 01937994 a 0101 & 01938975 a 0000 & 01939226 a 0000 & 01939402 a 0000 | not actually such; being or seeming fanciful or imaginary; "this conversation is getting more and more unreal"; "the fantastically unreal world of government bureaucracy"; "the unreal world of advertising art"
-01938975 00 s 02 deceptive 0 delusory 0 005 & 01938659 a 0000 + 02575082 v 0203 + 02575082 v 0101 + 00854420 v 0101 + 04874939 n 0101 | causing one to believe what is not true or fail to believe what is true; "deceptive calm"; "a delusory pleasure"
-01939226 00 s 02 dreamlike 0 surreal 0 001 & 01938659 a 0000 | resembling a dream; "night invested the lake with a dreamlike quality"; "as irrational and surreal as a dream"
-01939402 00 s 01 phantom 0 001 & 01938659 a 0000 | something apparently sensed but having no physical reality; "seemed to hear faint phantom bells"; "the amputee's illusion of a phantom limb"
-01939596 00 a 01 real 1 002 ;c 06149484 n 0000 ! 01939784 a 0101 | of, relating to, or representing an amount that is corrected for inflation; "real prices"; "real income"; "real wages"
-01939784 00 a 01 nominal 0 002 ;c 06149484 n 0000 ! 01939596 a 0101 | of, relating to, or characteristic of an amount that is not adjusted for inflation; "the nominal GDP"; "nominal interest rates"
-01939984 00 a 01 realistic 0 012 ^ 01821266 a 0000 ^ 01834304 a 0000 ^ 01932973 a 0000 + 10509605 n 0101 ! 01941999 a 0101 & 01940472 a 0000 & 01940651 a 0000 & 01941026 a 0000 & 01941274 a 0000 & 01941383 a 0000 & 01941604 a 0000 & 01941814 a 0000 | aware or expressing awareness of things as they really are; "a realistic description"; "a realistic view of the possibilities"; "a realistic appraisal of our chances"; "the actors tried to create a realistic portrayal of the Africans"
-01940472 00 s 02 down-to-earth 0 earthy 0 001 & 01939984 a 0000 | sensible and practical; "has a straightforward down-to-earth approach to a problem"; "her earthy common sense"
-01940651 00 s 04 hardheaded 0 hard-nosed 0 practical 1 pragmatic 0 004 & 01939984 a 0000 + 05151869 n 0402 + 00410247 n 0301 + 05151088 n 0301 | guided by practical experience and observation rather than theory; "a hardheaded appraisal of our position"; "a hard-nosed labor leader"; "completely practical in his approach to business"; "not ideology but pragmatic politics"
-01941026 00 s 04 graphic 0 lifelike 0 pictorial 0 vivid 0 002 & 01939984 a 0000 + 05193338 n 0403 | evoking lifelike images within the mind; "pictorial poetry and prose"; "graphic accounts of battle"; "a lifelike portrait"; "a vivid description"
-01941274 00 s 01 living 0 001 & 01939984 a 0000 | true to life; lifelike; "the living image of her mother"
-01941383 00 s 02 true-to-life(a) 0 true_to_life(p) 0 001 & 01939984 a 0000 | representing things or actions or conditions as they actually are; "the novel about ghetto life was true to life"; "true-to-life duck decoys"
-01941604 00 s 02 veridical 0 real 2 003 & 01939984 a 0000 + 13955461 n 0202 + 13955461 n 0201 | coinciding with reality; "perceptual error...has a surprising resemblance to veridical perception"- F.A.Olafson
-01941814 00 s 02 virtual(a) 0 practical(a) 2 001 & 01939984 a 0000 | being actually such in almost every respect; "a practical failure"; "the once elegant temple lay in virtual ruin"
-01941999 00 a 01 unrealistic 0 009 ^ 01823092 a 0000 ^ 01836350 a 0000 ^ 01934554 a 0000 ! 01939984 a 0101 & 01942279 a 0000 & 01942507 a 0000 & 01942732 a 0000 & 01942888 a 0000 & 01943067 a 0000 | not realistic; "unrealistic expectations"; "prices at unrealistic high levels"
-01942279 00 s 01 chimerical 0 002 & 01941999 a 0000 + 05769314 n 0101 | produced by a wildly fanciful imagination; "his Utopia is not a chimerical commonwealth but a practical improvement on what already exists"- Douglas Bush
-01942507 00 s 02 delusive 0 false 0 004 & 01941999 a 0000 + 13960464 n 0202 + 13960464 n 0201 + 02575082 v 0103 | inappropriate to reality or facts; "delusive faith in a wonder drug"; "delusive expectations"; "false hopes"
-01942732 00 s 02 fantastic 0 wild 0 002 & 01941999 a 0000 + 05632446 n 0101 | fanciful and unrealistic; foolish; "a fantastic idea of his own importance"
-01942888 00 s 01 kafkaesque 0 001 & 01941999 a 0000 | characterized by surreal distortion and a sense of impending danger; "the kafkaesque terror of the endless interrogations"
-01943067 00 s 04 phantasmagoric 0 phantasmagorical 0 surreal 0 surrealistic 0 004 & 01941999 a 0000 + 08470210 n 0401 + 05928840 n 0201 + 05928840 n 0101 | characterized by fantastic imagery and incongruous juxtapositions; "a great concourse of phantasmagoric shadows"--J.C.Powys; "the incongruous imagery in surreal art and literature"
-01943406 00 a 02 reasonable 0 sensible 4 012 ^ 00956131 a 0000 ^ 01430111 a 0000 ^ 01925372 a 0000 ^ 02498708 a 0000 = 05160574 n 0000 + 05151701 n 0201 + 04783888 n 0101 + 05160574 n 0101 ! 01944660 a 0101 & 01943746 a 0000 & 01944088 a 0000 & 01944492 a 0000 | showing reason or sound judgment; "a sensible choice"; "a sensible person"
-01943746 00 s 03 commonsense 0 commonsensible 0 commonsensical 0 002 & 01943406 a 0000 + 05614657 n 0301 | exhibiting native good judgment; "arrive home at a reasonable hour"; "commonsense scholarship on the foibles of a genius"; "unlearned and commonsensical countryfolk were capable of solving problems that beset the more sophisticated"
-01944088 00 s 05 healthy 0 intelligent 0 levelheaded 0 level-headed 0 sound 0 001 & 01943406 a 0000 | exercising or showing good judgment; "healthy scepticism"; "a healthy fear of rattlesnakes"; "the healthy attitude of French laws"; "healthy relations between labor and management"; "an intelligent solution"; "a sound approach to the problem"; "sound advice"; "no sound explanation for his decision"
-01944492 00 s 02 tenable 0 well-founded 0 003 & 01943406 a 0000 + 04783888 n 0103 + 04783888 n 0102 | based on sound reasoning or evidence; "well-founded suspicions"
-01944660 00 a 01 unreasonable 0 009 ^ 01430847 a 0000 ^ 01533120 a 0000 ^ 01926376 a 0000 = 05160574 n 0000 ! 01943406 a 0101 & 01944904 a 0000 & 01945010 a 0000 & 01945139 a 0000 & 01945350 a 0000 | not reasonable; not showing good judgment
-01944904 00 s 01 counterintuitive 0 001 & 01944660 a 0000 | contrary to what common sense would suggest
-01945010 00 s 02 indefensible 0 untenable 0 001 & 01944660 a 0000 | (of theories etc) incapable of being defended or justified
-01945139 00 s 03 mindless 0 reasonless 0 senseless 0 003 & 01944660 a 0000 + 05174023 n 0103 + 04894204 n 0102 | not marked by the use of reason; "mindless violence"; "reasonless hostility"; "a senseless act"
-01945350 00 s 03 undue 0 unjustified 0 unwarranted 0 001 & 01944660 a 0000 | lacking justification or authorization; "desire for undue private profit"; "unwarranted limitations of personal freedom"
-01945550 00 a 02 reciprocal 0 mutual 0 013 + 13843401 n 0201 + 13841863 n 0201 + 13843401 n 0202 + 13841213 n 0102 + 00040420 n 0101 + 13841213 n 0101 ! 01946911 a 0101 & 01946012 a 0000 & 01946167 a 0000 & 01946267 a 0000 & 01946439 a 0000 & 01946595 a 0000 & 01946764 a 0000 | concerning each of two or more persons or things; especially given or done in return; "reciprocal aid"; "reciprocal trade"; "mutual respect"; "reciprocal privileges at other clubs"
-01946012 00 s 01 bilateral 0 001 & 01945550 a 0000 | affecting or undertaken by two parties; "a bilateral agreement between the United States and Japan"
-01946167 00 s 01 trilateral 0 001 & 01945550 a 0000 | involving three parties; "trilateral talks"
-01946267 00 s 01 correlative 0 003 & 01945550 a 0000 ;c 06174404 n 0000 + 13841651 n 0102 | expressing a reciprocal or complementary relation; "correlative conjunctions"
-01946439 00 s 02 interactional 0 interactive 0 003 & 01945550 a 0000 + 02376958 v 0201 + 00039021 n 0101 | capable of acting on or influencing each other
-01946595 00 s 02 reciprocative 0 reciprocatory 0 004 & 01945550 a 0000 + 01875820 v 0201 + 01875820 v 0101 + 02372326 v 0101 | moving alternately backward and forward
-01946764 00 s 02 reciprocative 1 reciprocatory 1 003 & 01945550 a 0000 + 02372326 v 0201 + 02372326 v 0101 | given or done or owed to each other
-01946911 00 a 01 nonreciprocal 0 003 ! 01945550 a 0101 & 01947021 a 0000 & 01947127 a 0000 | not reciprocal
-01947021 00 s 01 nonreciprocating 0 001 & 01946911 a 0000 | not moving alternately forward and backward
-01947127 00 s 03 unanswered 0 unreciprocated 0 unrequited 0 001 & 01946911 a 0000 | not returned in kind; "unrequited (unanswered) love"
-01947266 00 a 01 refined 1 016 ^ 00411886 a 0000 ^ 00849357 a 0000 ^ 00983862 a 0000 ^ 01141743 a 0000 ^ 01811997 a 0000 ! 01949149 a 0101 & 01947741 a 0000 & 01948014 a 0000 & 01948092 a 0000 & 01948231 a 0000 & 01948389 a 0000 & 01948573 a 0000 & 01948721 a 0000 & 01948848 a 0000 & 01948958 a 0000 & 01949059 a 0000 | (used of persons and their behavior) cultivated and genteel; "she was delicate and refined and unused to hardship"; "refined people with refined taste"
-01947741 00 s 06 civilized 0 civilised 0 cultivated 0 cultured 0 genteel 0 polite 0 002 & 01947266 a 0000 + 04813540 n 0502 | marked by refinement in taste and manners; "cultivated speech"; "cultured Bostonians"; "cultured tastes"; "a genteel old lady"; "polite society"
-01948014 00 s 01 couth 0 001 & 01947266 a 0000 | (used facetiously) refined
-01948092 00 s 05 dainty 0 mincing 0 niminy-piminy 0 prim 0 twee 0 002 & 01947266 a 0000 + 04901152 n 0401 | affectedly dainty or refined
-01948231 00 s 04 debonair 0 debonaire 0 debonnaire 0 suave 0 002 & 01947266 a 0000 + 04913322 n 0402 | having a sophisticated charm; "a debonair gentleman"
-01948389 00 s 02 finespun 0 delicate 0 001 & 01947266 a 0000 | developed with extreme delicacy and subtlety; "the satire touches with finespun ridicule every kind of human pretense"
-01948573 00 s 02 gentlemanlike 0 gentlemanly 0 002 & 01947266 a 0000 + 10127273 n 0201 | befitting a man of good breeding; "gentlemanly behavior"
-01948721 00 s 01 ladylike 0 002 & 01947266 a 0000 + 04667821 n 0101 | befitting a woman of good breeding; "ladylike manners"
-01948848 00 s 01 patrician 0 001 & 01947266 a 0000 | befitting a person of noble origin; "a patrician nose"
-01948958 00 s 02 overrefined 0 superfine 0 001 & 01947266 a 0000 | excessively delicate or refined
-01949059 00 s 02 well-bred 0 well-mannered 0 001 & 01947266 a 0000 | of good upbringing
-01949149 00 a 01 unrefined 1 017 ^ 00851103 a 0000 ^ 00985387 a 0000 ^ 01142349 a 0000 ^ 01812846 a 0000 ! 01947266 a 0101 & 01949611 a 0000 & 01949740 a 0000 & 01949859 a 0000 & 01950198 a 0000 & 01950711 a 0000 & 01950857 a 0000 & 01951008 a 0000 & 01951112 a 0000 & 01951197 a 0000 & 01951372 a 0000 & 01951456 a 0000 & 01951559 a 0000 | (used of persons and their behavior) not refined; uncouth; "how can a refined girl be drawn to such an unrefined man?"
-01949611 00 s 01 agrestic 0 001 & 01949149 a 0000 | (of behavior) rustic and uncouth; "the agrestic behavior of a country boy"
-01949740 00 s 03 artless 0 uncultivated 0 uncultured 0 001 & 01949149 a 0000 | (of persons) lacking art or knowledge
-01949859 00 s 06 boorish 0 loutish 0 neanderthal 0 neandertal 0 oafish 0 swinish 0 002 & 01949149 a 0000 + 04914576 n 0101 | ill-mannered and coarse and contemptible in behavior or appearance; "was boorish and insensitive"; "the loutish manners of a bully"; "her stupid oafish husband"; "aristocratic contempt for the swinish multitude"
-01950198 00 s 05 coarse 0 common 0 rough-cut 0 uncouth 0 vulgar 0 008 & 01949149 a 0000 + 00582318 v 0502 + 00011698 v 0501 + 04817280 n 0504 + 04817788 n 0402 + 04817280 n 0202 + 08181930 n 0202 + 04817280 n 0101 | lacking refinement or cultivation or taste; "he had coarse manners but a first-rate mind"; "behavior that branded him as common"; "an untutored and uncouth human being"; "an uncouth soldier--a real tough guy"; "appealing to the vulgar taste for violence"; "the vulgar display of the newly rich"
-01950711 00 s 01 crass 0 002 & 01949149 a 0000 + 04844343 n 0101 | (of persons) so unrefined as to be lacking in discrimination and sensibility
-01950857 00 s 06 ill-bred 0 bounderish 0 lowbred 0 rude 0 underbred 0 yokelish 0 001 & 01949149 a 0000 | (of persons) lacking in refinement or grace
-01951008 00 s 01 low 0 002 & 01949149 a 0000 + 13951215 n 0102 | unrefined in character; "low comedy"
-01951112 00 s 01 robust 0 001 & 01949149 a 0000 | rough and crude; "a robust tale"
-01951197 00 s 01 rough 0 002 & 01949149 a 0000 + 13977184 n 0103 | (of persons or behavior) lacking refinement or finesse; "she was a diamond in the rough"; "rough manners"
-01951372 00 s 01 rough-spoken 0 001 & 01949149 a 0000 | rude or uncouth in speech
-01951456 00 s 02 ungentlemanly 0 ungentlemanlike 0 001 & 01949149 a 0000 | not befitting a gentleman
-01951559 00 s 01 unladylike 0 001 & 01949149 a 0000 | lacking the behavior or manner or style considered proper for a lady
-01951684 00 a 01 processed 0 007 ^ 01005063 a 0000 ^ 01905653 a 0000 ^ 01953635 a 0000 ! 01952405 a 0101 & 01951943 a 0000 & 01952153 a 0000 & 01952301 a 0000 | prepared or converted from a natural state by subjecting to a special process; "processed ores"
-01951943 00 s 03 cured 0 vulcanized 0 vulcanised 0 001 & 01951684 a 0000 | (used of rubber) treated by a chemical or physical process to improve its properties (hardness and strength and odor and elasticity)
-01952153 00 s 02 milled 0 polished 0 001 & 01951684 a 0000 | (of grains especially rice) having the husk or outer layers removed; "polished rice"
-01952301 00 s 01 semi-processed 0 001 & 01951684 a 0000 | having been subjected to partial processing
-01952405 00 a 01 unprocessed 0 007 ^ 01908039 a 0000 ^ 01005675 a 0000 ^ 01954781 a 0000 ! 01951684 a 0101 & 01952643 a 0000 & 01952907 a 0000 & 01953161 a 0000 | not altered from an original or natural state; "unprocessed commodities"
-01952643 00 s 03 natural 0 raw(a) 0 rude(a) 0 001 & 01952405 a 0000 | (used especially of commodities) being unprocessed or manufactured using only simple or minimal processes; "natural yogurt"; "natural produce"; "raw wool"; "raw sugar"; "bales of rude cotton"
-01952907 00 s 01 streaming 0 002 & 01952405 a 0000 ;c 06128570 n 0000 | (computer science) using or relating to a form of continuous tape transport; used mainly to provide backup storage of unedited data; "streaming audio"; "streaming video recording"
-01953161 00 s 02 unvulcanized 0 unvulcanised 0 001 & 01952405 a 0000 | (used of rubber) not subjected to the process of vulcanization
-01953297 00 a 02 refined 2 processed 2 001 ! 01953467 a 0101 | freed from impurities by processing; "refined sugar"; "refined oil"; "to gild refined gold"- Shakespeare
-01953467 00 a 03 unrefined 2 unprocessed 2 crude 2 003 + 04817564 n 0301 + 14472624 n 0302 ! 01953297 a 0101 | not refined or processed; "unrefined ore"; "crude oil"
-01953635 00 a 01 treated 0 008 ^ 01951684 a 0000 ! 01954781 a 0101 & 01954005 a 0000 & 01954128 a 0000 & 01954263 a 0000 & 01954418 a 0000 & 01954517 a 0000 & 01954640 a 0000 | subjected to a physical (or chemical) treatment or action or agent; "the sludge of treated sewage can be used as fertilizer"; "treated timbers resist rot"; "treated fabrics resist wrinkling"
-01954005 00 s 01 activated 0 001 & 01953635 a 0000 | (of sewage) treated with aeration and bacteria to aid decomposition
-01954128 00 s 01 aerated 0 001 & 01953635 a 0000 | (of a liquid) treated by having air passed or bubbled through it for purification
-01954263 00 s 02 burned 0 burnt 0 001 & 01953635 a 0000 | treated by heating to a high temperature but below the melting or fusing point; "burnt sienna"
-01954418 00 s 01 doped 0 001 & 01953635 a 0000 | treated or impregnated with a foreign substance
-01954517 00 s 01 fumed 0 001 & 01953635 a 0000 | (of wood) darkened or colored by exposure to ammonia fumes; "fumed oak"
-01954640 00 s 01 proofed 0 001 & 01953635 a 0000 | treated so as to become resistant; "rust-proofed automobiles"; "shrink-proofed fabrics"
-01954781 00 a 01 untreated 0 003 ^ 01952405 a 0000 ! 01953635 a 0101 & 01954943 a 0000 | not subjected to chemical or physical treatment; "an untreated fabric"
-01954943 00 s 01 raw 0 001 & 01954781 a 0000 | not processed or refined; "raw sewage"
-01955031 00 a 01 oiled 0 001 ! 01955147 a 0101 | treated with oil; "oiled country roads"; "an oiled walnut table"
-01955147 00 a 01 unoiled 0 001 ! 01955031 a 0101 | in need of oil treatment; "dusty unoiled roads"; "a dull unoiled table"
-01955272 00 a 01 treated 2 004 ! 01955898 a 0101 & 01955494 a 0000 & 01955670 a 0000 & 01955796 a 0000 | given medical care or treatment; "a treated cold is usually gone in 14 days; if left untreated it lasts two weeks"
-01955494 00 s 02 bandaged 0 bound 0 001 & 01955272 a 0000 | covered or wrapped with a bandage; "the bandaged wound on the back of his head"; "an injury bound in fresh gauze"
-01955670 00 s 01 dosed 0 001 & 01955272 a 0000 | treated with some kind of application; "a mustache dosed with bear grease"
-01955796 00 s 01 dressed 0 001 & 01955272 a 0000 | treated with medications and protective covering
-01955898 00 a 01 untreated 2 001 ! 01955272 a 0101 | not given medical care or treatment; "an untreated disease"; "the untreated wounded lay on makeshift cots"
-01956060 00 a 01 recoverable 0 003 ! 01956523 a 0101 & 01956229 a 0000 & 01956370 a 0000 | capable of being recovered or regained; "recoverable truth of a past event"
-01956229 00 s 01 redeemable 0 001 & 01956060 a 0000 | recoverable upon payment or fulfilling a condition; "redeemable goods in a pawnshop"
-01956370 00 s 01 retrievable 0 001 & 01956060 a 0000 | capable of being regained especially with effort; "he believed the information was retrievable"
-01956523 00 a 02 unrecoverable 0 irrecoverable 0 003 ! 01956060 a 0101 & 01956675 a 0000 & 01956855 a 0000 | incapable of being recovered or regained
-01956675 00 s 02 irretrievable 0 unretrievable 0 001 & 01956523 a 0000 | impossible to recover or recoup or overcome; "an irretrievable loss"; "irretrievable errors in judgment"
-01956855 00 s 01 lost 0 001 & 01956523 a 0000 | incapable of being recovered or regained; "his lost honor"
-01956964 00 a 01 regenerate 0 004 ^ 01451498 a 0000 ! 01957454 a 0101 & 01957177 a 0000 & 01957312 a 0000 | reformed spiritually or morally; "a regenerate sinner"; "regenerate by redemption from error or decay"
-01957177 00 s 03 born-again 0 converted 0 reborn 0 001 & 01956964 a 0000 | spiritually reborn or converted; "a born-again Christian"
-01957312 00 s 01 reformed 0 001 & 01956964 a 0000 | caused to abandon an evil manner of living and follow a good one; "a reformed drunkard"
-01957454 00 a 02 unregenerate 0 unregenerated 0 006 ^ 01450969 a 0000 ^ 01743909 a 0000 ! 01956964 a 0101 & 01957712 a 0000 & 01957855 a 0000 & 01957942 a 0000 | not reformed morally or spiritually; "unregenerate human nature"; "unregenerate conservatism"
-01957712 00 s 04 cussed 0 obdurate 0 obstinate 0 unrepentant 0 002 & 01957454 a 0000 + 04909270 n 0101 | stubbornly persistent in wrongdoing
-01957855 00 s 01 impenitent 0 001 & 01957454 a 0000 | impervious to moral persuasion
-01957942 00 s 02 unconverted 0 unpersuaded 0 001 & 01957454 a 0000 | not converted
-01958027 00 a 01 registered 0 003 ! 01958659 a 0101 & 01958259 a 0000 & 01958512 a 0000 | listed or recorded officially; "record is made of `registered mail' at each point on its route to assure safe delivery"; "registered bonds"
-01958259 00 s 02 certified 0 qualified 0 001 & 01958027 a 0000 | holding appropriate documentation and officially on record as qualified to perform a specified function or practice a specified skill; "a registered pharmacist"; "a registered hospital"
-01958512 00 s 01 recorded 0 001 & 01958027 a 0000 | (of securities) having the owner's name entered in a register; "recorded holders of a stock"
-01958659 00 a 01 unregistered 0 002 ! 01958027 a 0101 & 01958777 a 0000 | not registered; "an unregistered citizen"
-01958777 00 s 01 unlisted 0 001 & 01958659 a 0000 | not having your name entered on a voting list; "an unlisted voter"
-01958898 00 a 01 registered 2 002 ;c 00015388 n 0000 ! 01959111 a 0101 | (of animals) officially recorded with or certified by a recognized breed association; especially in a stud book; "a registered Percheron"
-01959111 00 a 01 unregistered 2 002 ;c 00015388 n 0000 ! 01958898 a 0101 | (of animals) not recorded with or certified by an official breed association; "unregistered dairy cattle"
-01959294 00 a 01 regular 0 014 ^ 02019021 a 0000 ^ 02371718 a 0000 ^ 02382934 a 0000 = 04767347 n 0000 + 04767347 n 0101 ! 01960656 a 0101 & 01959711 a 0000 & 01959807 a 0000 & 01959918 a 0000 & 01960076 a 0000 & 01960207 a 0000 & 01960310 a 0000 & 01960432 a 0000 & 01960557 a 0000 | in accordance with fixed order or procedure or principle; "his regular calls on his customers"; "regular meals"; "regular duties"
-01959711 00 s 01 first-string 0 001 & 01959294 a 0000 | of members of a team; not substitutes
-01959807 00 s 02 lawful 0 rule-governed 0 001 & 01959294 a 0000 | according to custom or rule or natural law
-01959918 00 s 02 official 0 prescribed 0 002 & 01959294 a 0000 + 01033458 n 0101 | conforming to set usage, procedure, or discipline; "in prescribed order"
-01960076 00 s 02 standard 0 stock 0 001 & 01959294 a 0000 | regularly and widely used or sold; "a standard size"; "a stock item"
-01960207 00 s 01 timed 0 001 & 01959294 a 0000 | regularly spaced in time; "closely timed intervals"
-01960310 00 s 01 uniform 0 002 & 01959294 a 0000 + 04745370 n 0101 | evenly spaced; "at regular (or uniform) intervals"
-01960432 00 s 01 weak 0 002 & 01959294 a 0000 ;c 06174404 n 0000 | (used of verbs) having standard (or regular) inflection
-01960557 00 s 01 well-ordered 0 001 & 01959294 a 0000 | ordered well; "well-ordered work habits"
-01960656 00 a 01 irregular 0 015 ^ 02373599 a 0000 ^ 01401854 a 0000 ^ 02238462 a 0000 ^ 02021050 a 0000 ^ 02303077 a 0000 ^ 02383151 a 0000 = 04767347 n 0000 + 04770211 n 0101 + 00737188 n 0102 ! 01959294 a 0101 & 01961048 a 0000 & 01961205 a 0000 & 01961410 a 0000 & 01961666 a 0000 & 01961786 a 0000 | contrary to rule or accepted order or general practice; "irregular hiring practices"
-01961048 00 s 02 asymmetrical 0 crooked 0 001 & 01960656 a 0000 | irregular in shape or outline; "asymmetrical features"; "a dress with a crooked hemline"
-01961205 00 s 02 casual 0 occasional 0 002 & 01960656 a 0000 + 04912240 n 0101 | occurring from time to time; "casual employment"; "a casual correspondence with a former teacher"; "an occasional worker"
-01961410 00 s 03 improper 0 unconventional 0 unlawful 0 004 & 01960656 a 0000 + 04810865 n 0301 + 04800885 n 0201 + 04901326 n 0102 | not conforming to legality, moral law, or social convention; "an unconventional marriage"; "improper banking practices"
-01961666 00 s 02 randomized 0 randomised 0 001 & 01960656 a 0000 | set up or distributed in a deliberately random way
-01961786 00 s 01 strong 0 002 & 01960656 a 0000 ;c 06174404 n 0000 | of verbs not having standard (or regular) inflection; "`sing' is a strong verb"
-01961937 00 a 01 regular 1 001 ! 01962107 a 0101 | (of solids) having clear dimensions that can be measured; volume can be determined with a suitable geometric formula
-01962107 00 a 01 irregular 1 002 + 05066012 n 0101 ! 01961937 a 0101 | (of solids) not having clear dimensions that can be measured; volume must be determined with the principle of liquid displacement
-01962310 00 a 01 regulated 0 001 ! 01962492 a 0101 | controlled or governed according to rule or principle or law; "well regulated industries"; "houses with regulated temperature"
-01962492 00 a 01 unregulated 0 001 ! 01962310 a 0101 | not regulated; not subject to rule or discipline; "unregulated off-shore fishing"
-01962631 00 a 01 remediable 0 001 ! 01962819 a 0101 | capable of being remedied or redressed ; "remediable problems"; "a remediable setback"; "not a crime but only a remediable blunder"
-01962819 00 a 01 irremediable 0 001 ! 01962631 a 0101 | impossible to remedy or correct or redress; "an irremediable error"; "irremediable defects of character"
-01962982 00 a 01 renewable 0 001 ! 01963117 a 0101 | that can be renewed or extended; "a renewable lease"; "renewable subscriptions"
-01963117 00 a 02 unrenewable 0 nonrenewable 0 001 ! 01962982 a 0101 | that can not be renewed; "books on that shelf are unrenewable"; "gas and oil are nonrenewable resources"
-01963294 00 a 01 rentable 0 001 ! 01963378 a 0101 | that is able or fit be rented
-01963378 00 a 01 unrentable 0 001 ! 01963294 a 0101 | not able or fit to be rented; "the house was unrentable in that condition"
-01963509 00 a 02 reparable 0 rectifiable 0 002 ! 01963792 a 0101 & 01963688 a 0000 | capable of being repaired or rectified; "reparable damage to the car"; "rectifiable wrongs"
-01963688 00 s 01 maintainable 0 002 & 01963509 a 0000 + 02681795 v 0102 | capable of being maintained
-01963792 00 a 01 irreparable 0 001 ! 01963509 a 0101 | impossible to repair, rectify, or amend; "irreparable harm"; "an irreparable mistake"; "irreparable damages"
-01963958 00 a 02 repeatable 0 quotable 0 003 + 04807489 n 0201 ! 01964196 a 0202 ! 01964196 a 0101 | able or fit to be repeated or quoted; "what he said was not repeatable in polite company"; "he comes up with so many quotable phrases"
-01964196 00 a 02 unrepeatable 0 unquotable 0 002 ! 01963958 a 0202 ! 01963958 a 0101 | not able or fit to be repeated or quoted; "what he said was funny but unquotable"
-01964367 00 a 02 repetitive 0 repetitious 0 009 + 07342049 n 0202 + 07099271 n 0201 + 01018630 n 0201 + 07090721 n 0202 + 07090721 n 0101 + 02595662 v 0101 + 00343334 v 0102 ! 01964775 a 0101 & 01964632 a 0000 | characterized by repetition; "repetitive movement"
-01964632 00 s 02 iterative 0 reiterative 0 004 & 01964367 a 0000 + 00958334 v 0202 + 00958334 v 0104 + 00343600 v 0101 | marked by iteration
-01964775 00 a 01 nonrepetitive 0 001 ! 01964367 a 0101 | marked by the absence of repetition; "nonrepetitive DNA sequence"; "nonrepetitive dance movements"
-01964933 00 a 01 printable 0 001 ! 01965096 a 0101 | fit for publication because free of material that is morally or legally objectionable; "printable language"
-01965096 00 a 01 unprintable 0 001 ! 01964933 a 0101 | unfit for print because morally or legally objectionable or offensive to good taste; "an unprintable epithet"; "unprintable pictures"
-01965287 00 a 01 requested 0 001 ! 01965388 a 0101 | asked for; "the requested aid is forthcoming"
-01965388 00 a 01 unrequested 0 002 ! 01965287 a 0101 & 01965512 a 0000 | not requested; "the merchandise was unrequested"
-01965512 00 s 02 unasked 0 unsolicited 0 001 & 01965388 a 0000 | not asked for; "unasked advice"; "unsolicited junk mail"
-01965636 00 a 03 rhymed 0 rhyming 4 riming 0 004 ! 01966315 a 0101 & 01965849 a 0000 & 01966016 a 0000 & 01966212 a 0000 | having corresponding sounds especially terminal sounds; "rhymed verse"; "rhyming words"
-01965849 00 s 01 alliterative 0 002 & 01965636 a 0000 + 01702154 v 0101 | having the same consonant at the beginning of each stressed syllable; "alliterative verse"
-01966016 00 s 01 assonant 0 003 & 01965636 a 0000 + 02750642 v 0101 + 07097346 n 0101 | having the same vowel sound occurring with different consonants in successive words or stressed syllables
-01966212 00 s 01 end-rhymed 0 001 & 01965636 a 0000 | rhymed on the terminal syllables of the verses
-01966315 00 a 04 unrhymed 0 unrimed 0 rhymeless 0 rimeless 0 001 ! 01965636 a 0101 | not having rhyme; "writing unrhymed blank verse is like playing tennis without a net"
-01966488 00 a 02 uniform 0 unvarying 4 005 + 04745370 n 0102 + 04769049 n 0101 + 04745370 n 0101 ! 01966853 a 0101 & 01966740 a 0000 | always the same; showing a single form or character in all occurrences; "a street of uniform tall white buildings"
-01966740 00 s 01 single(a) 0 001 & 01966488 a 0000 | having uniform application; "a single legal code for all"
-01966853 00 a 01 multiform 0 002 ! 01966488 a 0101 & 01967041 a 0000 | occurring in or having many forms or shapes or appearances; "the multiform universe of nature and man"- John Dewey
-01967041 00 s 02 polymorphic 0 polymorphous 0 002 & 01966853 a 0000 + 01328121 n 0101 | having or occurring in several distinct forms; "man is both polymorphic and polytypic"; "a polymorphous god"
-01967240 00 a 02 periodic 0 periodical 0 023 + 06593296 n 0201 + 15289779 n 0201 + 04767805 n 0102 ! 01970464 a 0101 & 01967803 a 0000 & 01967917 a 0000 & 01968033 a 0000 & 01968165 a 0000 & 01968352 a 0000 & 01968503 a 0000 & 01968721 a 0000 & 01968811 a 0000 & 01968956 a 0000 & 01969038 a 0000 & 01969150 a 0000 & 01969348 a 0000 & 01969477 a 0000 & 01969606 a 0000 & 01969707 a 0000 & 01969881 a 0000 & 01970014 a 0000 & 01970136 a 0000 & 01970322 a 0000 | happening or recurring at regular intervals; "the periodic appearance of the seventeen-year locust"
-01967803 00 s 01 cyclic 0 003 & 01967240 a 0000 + 07342495 n 0101 + 04767805 n 0101 | marked by repeated cycles
-01967917 00 s 02 oscillatory 0 oscillating 0 002 & 01967240 a 0000 + 01878063 v 0101 | having periodic vibrations
-01968033 00 s 01 diurnal 0 001 & 01967240 a 0000 | having a daily cycle or occurring every day; "diurnal rotation of the heavens"
-01968165 00 s 04 daily 0 day-to-day 0 day-by-day 0 day-after-day 0 002 & 01967240 a 0000 + 15155220 n 0101 | of or belonging to or occurring every day; "daily routine"; "a daily paper"
-01968352 00 s 01 nightly 0 002 & 01967240 a 0000 + 15167027 n 0101 | happening every night; "nightly television now goes on until 3:00 or 4:00 a.m."
-01968503 00 s 03 weekly 0 hebdomadal 0 hebdomadary 0 005 & 01967240 a 0000 + 15169873 n 0302 + 15169873 n 0202 + 15169873 n 0101 + 15136147 n 0101 | of or occurring every seven days; "a weekly visit"; "weekly paper"
-01968721 00 s 02 semiweekly 0 biweekly 1 001 & 01967240 a 0000 | occurring twice a week
-01968811 00 s 01 hourly 0 002 & 01967240 a 0000 + 15227846 n 0101 | occurring every hour or payable by the hour; "hourly chimes"; "hourly pay"
-01968956 00 s 01 half-hourly 0 001 & 01967240 a 0000 | occurring ever half hour
-01969038 00 s 02 fortnightly 0 biweekly 0 002 & 01967240 a 0000 + 15170331 n 0101 | occurring every two weeks
-01969150 00 s 02 annual 0 yearly 0 002 & 01967240 a 0000 + 15203791 n 0201 | occurring or payable every year; "an annual trip to Paris"; "yearly medical examinations"; "annual (or yearly) income"
-01969348 00 s 04 semiannual 0 biannual 0 biyearly 1 half-yearly 0 001 & 01967240 a 0000 | occurring or payable twice each year
-01969477 00 s 02 biennial 0 biyearly 2 001 & 01967240 a 0000 | occurring every second year; "they met at biennial conventions"
-01969606 00 s 01 triennial 0 001 & 01967240 a 0000 | occurring every third year or lasting 3 years
-01969707 00 s 01 monthly 0 003 & 01967240 a 0000 + 15209413 n 0102 + 15206296 n 0101 | of or occurring or payable every month; "monthly payments"; "the monthly newsletter"
-01969881 00 s 02 bimonthly 0 bimestrial 0 002 & 01967240 a 0000 + 15204609 n 0201 | occurring every two months; "bimonthly visits"
-01970014 00 s 02 semimonthly 0 bimonthly 1 001 & 01967240 a 0000 | occurring twice a month; "a semimonthly publication"
-01970136 00 s 02 semestral 0 semestrial 0 004 & 01967240 a 0000 + 15204485 n 0201 + 15204485 n 0101 + 15225797 n 0101 | occurring every six months or during every period of six months
-01970322 00 s 01 midweekly 0 002 & 01967240 a 0000 + 15136342 n 0101 | occurring during the middle of the week; "midweekly prayer meetings"
-01970464 00 a 02 aperiodic 0 nonperiodic 0 003 ! 01967240 a 0101 & 01970604 a 0000 & 01970686 a 0000 | not recurring at regular intervals
-01970604 00 s 01 noncyclic 0 001 & 01970464 a 0000 | not having repeated cycles
-01970686 00 s 01 nonoscillatory 0 001 & 01970464 a 0000 | not having periodic vibrations
-01970777 00 a 01 regular 2 003 ;c 08199025 n 0000 ! 01971046 a 0101 & 01970963 a 0000 | (used of the military) belonging to or engaged in by legitimate army forces; "the regular army"
-01970963 00 s 01 standing 0 001 & 01970777 a 0000 | permanent; "a standing army"
-01971046 00 a 01 irregular 2 002 ^ 00730731 a 0000 ! 01970777 a 0101 | (used of the military) not belonging to or engaged in by regular army forces; "irregular troops"; "irregular warfare"
-01971237 00 a 01 related 1 011 ^ 01417228 a 0000 ^ 01416508 a 0000 + 13795489 n 0101 ! 01972596 a 0101 & 01971519 a 0000 & 01971671 a 0000 & 01971846 a 0000 & 01972070 a 0000 & 01972204 a 0000 & 01972349 a 0000 & 01972479 a 0000 | connected by kinship, common origin, or marriage
-01971519 00 s 02 affinal 0 affine 0 004 & 01971237 a 0000 ;c 06143546 n 0000 + 13813283 n 0201 + 09776522 n 0101 | (anthropology) related by marriage
-01971671 00 s 03 agnate 0 agnatic 0 paternal 0 004 & 01971237 a 0000 + 13813898 n 0302 + 10236663 n 0201 + 10236663 n 0101 | related on the father's side; "a paternal aunt"
-01971846 00 s 07 akin(p) 0 blood-related 0 cognate 1 consanguine 0 consanguineous 0 consanguineal 0 kin(p) 0 005 & 01971237 a 0000 + 10236304 n 0701 + 07969695 n 0701 + 13813591 n 0401 + 10236114 n 0303 | related by blood
-01972070 00 s 01 allied 0 001 & 01971237 a 0000 | related by common characteristics or ancestry; "allied species"; "allied studies"
-01972204 00 s 02 descendant 0 descendent 0 002 & 01971237 a 0000 + 10006511 n 0101 | proceeding by descent from an ancestor; "descendent gene"
-01972349 00 s 03 enate 0 enatic 0 maternal(p) 0 001 & 01971237 a 0000 | related on the mother's side; "my maternal grandmother"
-01972479 00 s 01 kindred 0 002 & 01971237 a 0000 + 07969695 n 0104 | related by blood or marriage; "kindred clans"
-01972596 00 a 01 unrelated 1 003 + 13796403 n 0101 ! 01971237 a 0101 & 01972712 a 0000 | not connected by kinship
-01972712 00 s 01 unconnected 0 002 & 01972596 a 0000 + 13794226 n 0101 | not connected by birth or family
-01972820 00 a 02 related 2 related_to 0 011 + 13795489 n 0101 ! 01974740 a 0101 & 01973311 a 0000 & 01973529 a 0000 & 01973655 a 0000 & 01973823 a 0000 & 01973969 a 0000 & 01974071 a 0000 & 01974298 a 0000 & 01974451 a 0000 & 01974584 a 0000 | being connected either logically or causally or by shared characteristics ; "painting and the related arts"; "school-related activities"; "related to micelle formation is the...ability of detergent actives to congregate at oil-water interfaces"
-01973311 00 s 03 affiliated 0 attached 0 connected 0 002 & 01972820 a 0000 + 14419164 n 0303 | being joined in close association; "affiliated clubs"; "all art schools whether independent or attached to universities"
-01973529 00 s 01 age-related 0 001 & 01972820 a 0000 | changing (increasing or decreasing) as an individual's age increases
-01973655 00 s 01 bound_up 0 001 & 01972820 a 0000 | closely or inseparably connected or associated with; "his career is bound up with the fortunes of the enterprise"
-01973823 00 s 01 cognate 1 003 & 01972820 a 0000 ;c 06172789 n 0000 + 06289074 n 0101 | having the same ancestral language; "cognate languages"
-01973969 00 s 02 connate 0 cognate 2 001 & 01972820 a 0000 | related in nature; "connate qualities"
-01974071 00 s 01 coreferent 0 002 & 01972820 a 0000 + 13799063 n 0101 | related by sharing a symbolic link to a concrete object or an abstraction; "two expressions are coreferent if they denote the same object or individual"
-01974298 00 s 03 correlative 0 correlate 0 correlated 0 004 & 01972820 a 0000 + 02658979 v 0101 + 00713996 v 0101 + 13841651 n 0102 | mutually related
-01974451 00 s 01 corresponding 0 001 & 01972820 a 0000 | accompanying; "all rights carry with them corresponding responsibilities"
-01974584 00 s 01 side_by_side 0 001 & 01972820 a 0000 | closely related or associated; "a city in which communism and democracy had to live side by side"
-01974740 00 a 01 unrelated 2 005 + 13796403 n 0101 ! 01972820 a 0101 & 01974904 a 0000 & 01974979 a 0000 & 01975059 a 0000 | lacking a logical or causal relation
-01974904 00 s 01 misrelated 0 001 & 01974740 a 0000 | mistakenly related
-01974979 00 s 01 orthogonal 0 001 & 01974740 a 0000 | statistically unrelated
-01975059 00 s 01 uncorrelated 0 001 & 01974740 a 0000 | not varying together
-01975138 00 a 01 relevant 0 006 + 13794417 n 0101 + 13794417 n 0102 ! 01976084 a 0101 & 01975448 a 0000 & 01975671 a 0000 & 01975833 a 0000 | having a bearing on or connection with the subject at issue; "the scientist corresponds with colleagues in order to learn about matters relevant to her own research"
-01975448 00 s 01 applicable 0 005 & 01975138 a 0000 + 02707429 v 0102 + 02676789 v 0101 + 02561332 v 0102 + 13795180 n 0101 | capable of being applied; having relevance; "gave applicable examples to support her argument"
-01975671 00 s 01 germane(p) 0 002 & 01975138 a 0000 + 13795042 n 0101 | relevant and appropriate; "he asks questions that are germane and central to the issue"
-01975833 00 s 01 pertinent 0 004 & 01975138 a 0000 + 13795180 n 0103 + 13795180 n 0102 + 02653706 v 0101 | having precise or logical relevance to the matter at hand; "a list of articles pertinent to the discussion"; "remarks that were to the point"
-01976084 00 a 01 irrelevant 0 007 + 13795834 n 0102 + 13795834 n 0101 ! 01975138 a 0101 & 01976360 a 0000 & 01976532 a 0000 & 01976851 a 0000 & 01977025 a 0000 | having no bearing on or connection with the subject at issue; "an irrelevant comment"; "irrelevant allegations"
-01976360 00 s 02 digressive 0 tangential 0 001 & 01976084 a 0000 | of superficial relevance if any; "a digressive allusion to the day of the week"; "a tangential remark"
-01976532 00 s 04 extraneous 0 immaterial 0 impertinent 0 orthogonal 0 003 & 01976084 a 0000 + 13796216 n 0201 + 13796585 n 0101 | not pertinent to the matter under consideration; "an issue extraneous to the debate"; "the price was immaterial"; "mentioned several impertinent facts before finally coming to the point"
-01976851 00 s 02 inapplicable 0 unsuitable 2 003 & 01976084 a 0000 + 04721058 n 0201 + 13796053 n 0101 | not capable of being applied; "rules inapplicable to day students"
-01977025 00 s 01 moot 0 002 & 01976084 a 0000 ;c 08441203 n 0000 | of no legal significance (as having been previously decided)
-01977155 00 a 02 mindful 0 aware 4 007 = 04663763 n 0000 + 05675905 n 0201 + 05677952 n 0201 + 04663763 n 0101 ! 01978003 a 0101 & 01977488 a 0000 & 01977669 a 0000 | bearing in mind; attentive to; "ever mindful of her health"; "mindful of his responsibilities"; "mindful of these criticisms, I shall attempt to justify my action"
-01977488 00 s 02 careful 0 heedful 0 003 & 01977155 a 0000 + 04663763 n 0202 + 04664058 n 0103 | cautiously attentive; "careful of her feelings"; "heedful of his father's advice"
-01977669 00 s 05 evocative 0 redolent 0 remindful 0 reminiscent 0 resonant 0 006 & 01977155 a 0000 + 05762848 n 0401 + 05761559 n 0403 + 00611055 v 0401 + 01759326 v 0105 + 00930368 v 0102 | serving to bring to mind; "cannot forbear to close on this redolent literary note"- Wilder Hobson; "a campaign redolent of machine politics"
-01978003 00 a 03 unmindful 0 forgetful 2 mindless 0 005 = 04663763 n 0000 + 05673908 n 0201 + 04665543 n 0101 ! 01977155 a 0101 & 01978237 a 0000 | not mindful or attentive; "while thus unmindful of his steps he stumbled"- G.B.Shaw
-01978237 00 s 02 amnesic 0 amnesiac 0 004 & 01978003 a 0000 + 09788611 n 0202 + 09788611 n 0101 + 05672391 n 0101 | suffering from a partial loss of memory
-01978395 00 a 01 replaceable 0 004 ^ 00932695 a 0000 + 04737234 n 0101 ! 01978894 a 0101 & 01978532 a 0000 | capable of being replaced
-01978532 00 s 05 exchangeable 0 interchangeable 0 similar 0 standardized 0 standardised 0 004 & 01978395 a 0000 + 04743605 n 0301 + 04735929 n 0203 + 04735929 n 0202 | capable of replacing or changing places with something else; permitting mutual substitution without loss of function or suitability; "interchangeable electric outlets" "interchangeable parts"
-01978894 00 a 02 irreplaceable 0 unreplaceable 0 003 ^ 00933032 a 0000 + 04741195 n 0101 ! 01978395 a 0101 | impossible to replace; "irreplaceable antiques"
-01979053 00 a 01 representational 0 006 ! 01980250 a 0101 & 01979326 a 0000 & 01979501 a 0000 & 01979604 a 0000 & 01979803 a 0000 & 01979985 a 0000 | (used especially of art) depicting objects, figures,or scenes as seen; "representational art"; "representational images"
-01979326 00 s 02 delineative 0 depictive 0 005 & 01979053 a 0000 + 01688256 v 0202 + 01686956 v 0202 + 02736778 v 0102 + 01689379 v 0101 | depicted in a recognizable manner
-01979501 00 s 01 eidetic 0 001 & 01979053 a 0000 | of visual imagery of almost photographic accuracy
-01979604 00 s 02 figural 0 figurative 0 001 & 01979053 a 0000 | consisting of or forming human or animal figures; "a figural design"; "the figurative art of the humanistic tradition"- Herbert Read
-01979803 00 s 01 mimetic 0 002 & 01979053 a 0000 + 05962785 n 0101 | characterized by or of the nature of or using mimesis; "a mimetic dance"; "the mimetic presentation of images"
-01979985 00 s 02 naturalistic 0 realistic 0 003 & 01979053 a 0000 + 10509389 n 0201 + 08469457 n 0101 | representing what is real; not abstract or ideal; "realistic portraiture"; "a realistic novel"; "in naturalistic colors"; "the school of naturalistic writers"
-01980250 00 a 01 nonrepresentational 0 009 ^ 00011757 a 0000 ;c 00933420 n 0000 ! 01979053 a 0101 & 01980557 a 0000 & 01980796 a 0000 & 01981009 a 0000 & 01981243 a 0000 & 01981448 a 0000 & 01981583 a 0000 | of or relating to a style of art in which objects do not resemble those known in physical nature
-01980557 00 s 04 abstract 0 abstractionist 0 nonfigurative 0 nonobjective 0 003 & 01980250 a 0000 + 09758424 n 0201 + 04762134 n 0101 | not representing or imitating external reality or the objects of nature; "a large abstract painting"
-01980796 00 s 03 conventional 0 formal 0 schematic 0 006 & 01980250 a 0000 ;c 06156968 n 0000 + 04145578 n 0301 + 05891572 n 0303 + 05927813 n 0301 + 05891572 n 0302 | represented in simplified or symbolic form
-01981009 00 s 02 geometric 0 geometrical 0 003 & 01980250 a 0000 ;c 06156968 n 0000 + 06004685 n 0201 | characterized by simple geometric forms in design and decoration; "a buffalo hide painted with red and black geometric designs"
-01981243 00 s 01 hieratic 0 002 & 01980250 a 0000 ;c 06156968 n 0000 | adhering to fixed types or methods; highly restrained and formal; "the more hieratic sculptures leave the viewer curiously unmoved"
-01981448 00 s 01 protogeometric 0 001 & 01980250 a 0000 | characteristic of the earliest phase of geometric art especially in Greece
-01981583 00 s 01 semiabstract 0 001 & 01980250 a 0000 | characterized by stylized but recognizable subject matter
-01981699 00 a 01 representative 0 005 + 00836236 v 0105 + 00988028 v 0101 ! 01982538 a 0101 & 01981916 a 0000 & 01982186 a 0000 | standing for something else; "the bald eagle is representative of the United States"
-01981916 00 s 02 allegorical 0 allegoric 0 005 & 01981699 a 0000 + 06366581 n 0201 + 06880664 n 0102 + 06366581 n 0101 + 06372095 n 0103 | used in or characteristic of or containing allegory; "allegorical stories"; "an allegorical painting of Victory leading an army"
-01982186 00 s 04 emblematic 0 emblematical 0 symbolic 0 symbolical 0 006 & 01981699 a 0000 + 05765415 n 0401 + 05765415 n 0301 + 06880664 n 0201 + 06880664 n 0101 + 03282591 n 0101 | serving as a visible symbol for something abstract; "a crown is emblematic of royalty"; "the spinning wheel was as symbolic of colonical Massachusetts as the codfish"
-01982538 00 a 02 nonrepresentative 0 unsymbolic 0 001 ! 01981699 a 0101 | not standing for something else
-01982646 00 a 01 reputable 0 010 ^ 01226240 a 0000 ^ 01993140 a 0000 = 14438125 n 0000 + 04871002 n 0102 ! 01983797 a 0101 & 01982957 a 0000 & 01983162 a 0000 & 01983432 a 0000 & 01983548 a 0000 & 01983672 a 0000 | having a good reputation; "a reputable business"; "a reputable scientist"; "a reputable wine"
-01982957 00 s 03 esteemed 0 honored 0 prestigious 0 003 & 01982646 a 0000 + 14435809 n 0301 + 14435809 n 0302 | having an illustrious reputation; respected; "our esteemed leader"; "a prestigious author"
-01983162 00 s 04 estimable 0 good 0 honorable 0 respectable 0 005 & 01982646 a 0000 + 04871002 n 0401 + 04868748 n 0301 + 02457233 v 0302 + 04849241 n 0202 | deserving of esteem and respect; "all respectable companies give guarantees"; "ruined the family's good name"
-01983432 00 s 01 redoubtable 0 001 & 01982646 a 0000 | worthy of respect or honor; "born of a redoubtable family"
-01983548 00 s 02 respected 0 well-thought-of 0 001 & 01982646 a 0000 | receiving deferential regard; "a respected family"
-01983672 00 s 02 time-honored 0 time-honoured 0 001 & 01982646 a 0000 | acceptable for a long time; "time-honored customs"
-01983797 00 a 01 disreputable 0 011 ^ 01227137 a 0000 ^ 01993843 a 0000 = 14438125 n 0000 + 04874409 n 0103 + 04874409 n 0102 ! 01982646 a 0101 & 01984097 a 0000 & 01984252 a 0000 & 01984411 a 0000 & 01984669 a 0000 & 01984806 a 0000 | lacking respectability in character or behavior or appearance
-01984097 00 s 01 discreditable 0 001 & 01983797 a 0000 | tending to bring discredit or disrepute; blameworthy; "his marks were not at all discreditable"
-01984252 00 s 02 discredited 0 damaged 0 001 & 01983797 a 0000 | being unjustly brought into disrepute; "a discredited politician"; "her damaged reputation"
-01984411 00 s 03 ill-famed 0 infamous 0 notorious 0 003 & 01983797 a 0000 + 14439012 n 0201 + 14441230 n 0201 | known widely and usually unfavorably; "a notorious gangster"; "the tenderloin district was notorious for vice"; "the infamous Benedict Arnold";
-01984669 00 s 02 louche 0 shady 0 001 & 01983797 a 0000 | of questionable taste or morality; "a louche nightclub"; "a louche painting"
-01984806 00 s 05 seamy 0 seedy 0 sleazy 0 sordid 0 squalid 0 004 & 01983797 a 0000 + 14499111 n 0503 + 04807971 n 0402 + 04874223 n 0301 | morally degraded; "a seedy district"; "the seamy side of life"; "sleazy characters hanging around casinos"; "sleazy storefronts with...dirt on the walls"- Seattle Weekly; "the sordid details of his orgies stank under his very nostrils"- James Joyce; "the squalid atmosphere of intrigue and betrayal"
-01985247 00 a 02 receptive 0 open 0 011 + 04645020 n 0203 + 04645020 n 0101 + 04645020 n 0102 + 02739480 v 0103 + 00617095 v 0101 + 00686879 v 0101 ! 01986260 a 0101 & 01985557 a 0000 & 01985812 a 0000 & 01985976 a 0000 & 01986134 a 0000 | ready or willing to receive favorably; "receptive to the proposals"
-01985557 00 s 02 acceptive 0 acceptant 0 007 & 01985247 a 0000 + 00719231 v 0201 + 00686447 v 0201 + 04638175 n 0202 + 00082525 n 0201 + 00180413 n 0202 + 00719231 v 0101 | accepting willingly; "acceptive of every new idea"; "an acceptant type of mind"
-01985812 00 s 01 admissive 0 002 & 01985247 a 0000 + 02745486 v 0101 | characterized by or allowing admission; "an Elizabethan tragedy admissive of comic scenes"
-01985976 00 s 01 assimilative 0 001 & 01985247 a 0000 | capable of mentally absorbing ; "assimilative processes", "assimilative capacity of the human mind"
-01986134 00 s 01 hospitable 0 001 & 01985247 a 0000 | having an open mind; "hospitable to new ideas"; "open to suggestions"
-01986260 00 a 01 unreceptive 0 002 ! 01985247 a 0101 & 01986349 a 0000 | not receptive
-01986349 00 s 02 closed 0 unsympathetic 0 001 & 01986260 a 0000 | not having an open mind; "a closed mind unreceptive to new ideas"
-01986483 00 a 01 reconcilable 0 003 ! 01986926 a 0101 & 01986654 a 0000 & 01986759 a 0000 | capable of being reconciled; "her way of thinking is reconcilable with mine"
-01986654 00 s 01 harmonizable 0 001 & 01986483 a 0000 | capable of being made harmonious or consistent
-01986759 00 s 01 resolvable 0 001 & 01986483 a 0000 | capable of being settled or resolved; "all disputed points are potentially resolvable"; "a resolvable quarrel"
-01986926 00 a 02 irreconcilable 0 unreconcilable 0 003 ! 01986483 a 0101 & 01987093 a 0000 & 01987207 a 0000 | impossible to reconcile; "irreconcilable differences"
-01987093 00 s 01 hostile 0 001 & 01986926 a 0000 | impossible to bring into friendly accord; "hostile factions"
-01987207 00 s 01 inconsistent 0 001 & 01986926 a 0000 | not capable of being made consistent or harmonious; "inconsistent accounts"
-01987341 00 a 01 reserved 1 008 ^ 00204077 a 0000 ^ 01316222 a 0000 ^ 02000118 a 0000 ^ 00720913 a 0000 ! 01988166 a 0101 & 01987646 a 0000 & 01987856 a 0000 & 01988024 a 0000 | marked by self-restraint and reticence; "was habitually reserved in speech, withholding her opinion"-Victoria Sackville-West
-01987646 00 s 03 aloof 0 distant 0 upstage 0 003 & 01987341 a 0000 + 07505871 n 0201 + 04656996 n 0101 | remote in manner; "stood apart with aloof dignity"; "a distant smile"; "he was upstage with strangers"
-01987856 00 s 01 diffident 0 002 & 01987341 a 0000 + 07523286 n 0101 | showing modest reserve; "she was diffident when offering a comment on the professor's lecture"
-01988024 00 s 02 indrawn 0 withdrawn 0 002 & 01987341 a 0000 + 04656996 n 0204 | tending to reserve or introspection; "a quiet indrawn man"
-01988166 00 a 01 unreserved 1 004 ^ 00720296 a 0000 ^ 01317012 a 0000 ^ 02000680 a 0000 ! 01987341 a 0101 | not cautious or reticent; "unreserved behavior"
-01988324 00 a 01 reserved 2 003 ! 01988724 a 0101 & 01988468 a 0000 & 01988565 a 0000 | set aside for the use of a particular person or party
-01988468 00 s 03 booked 0 engaged 0 set-aside(p) 0 001 & 01988324 a 0000 | reserved in advance
-01988565 00 s 01 bookable 0 003 & 01988324 a 0000 + 02599754 v 0101 + 02498320 v 0103 | subject to being reserved or booked; "all seats bookable in advance"
-01988724 00 a 01 unreserved 2 003 ! 01988324 a 0101 & 01988829 a 0000 & 01988934 a 0000 | not reserved
-01988829 00 s 02 first-come-first-serve(p) 0 rush 0 001 & 01988724 a 0000 | not accepting reservations
-01988934 00 s 01 unbooked 0 001 & 01988724 a 0000 | not reserved in advance
-01989012 00 a 01 resistible 0 001 ! 01989175 a 0101 | capable of being resisted or withstood or frustrated; "a resistible attack"; "such resistible temptations"
-01989175 00 a 02 irresistible 0 resistless 4 004 + 05192240 n 0102 + 05192240 n 0101 ! 01989012 a 0101 & 01989446 a 0000 | impossible to resist; overpowering; "irresistible (or resistless) impulses"; "what happens when an irresistible force meets an immovable object?"
-01989446 00 s 02 overpowering 0 overwhelming 0 001 & 01989175 a 0000 | so strong as to be irresistible; "an overpowering need for solitude"; "the temptation to despair may become overwhelming"; "an overwhelming majority"
-01989669 00 a 01 resolute 0 016 ^ 00262792 a 0000 ^ 00684480 a 0000 ^ 01909890 a 0000 + 04861486 n 0101 ! 01992149 a 0101 & 01990172 a 0000 & 01990373 a 0000 & 01990507 a 0000 & 01990653 a 0000 & 01991029 a 0000 & 01991166 a 0000 & 01991267 a 0000 & 01991462 a 0000 & 01991586 a 0000 & 01991783 a 0000 & 01991961 a 0000 | firm in purpose or belief; characterized by firmness and determination; "stood resolute against the enemy"; "faced with a resolute opposition"; "a resolute and unshakeable faith"
-01990172 00 s 04 bent 0 bent_on(p) 0 dead_set(p) 0 out_to(p) 0 001 & 01989669 a 0000 | fixed in your purpose; "bent on going to the theater"; "dead set against intervening"; "out to win every event"
-01990373 00 s 01 determined 0 001 & 01989669 a 0000 | characterized by great determination; "a struggle against a determined enemy"
-01990507 00 s 02 desperate 0 do-or-die(a) 0 001 & 01989669 a 0000 | desperately determined; "do-or-die revolutionaries"; "a do-or-die conflict"
-01990653 00 s 08 firm 0 steadfast 0 steady 0 stiff 0 unbendable 0 unfaltering 0 unshakable 0 unwavering 0 005 & 01989669 a 0000 + 04862888 n 0401 + 04862382 n 0301 + 04865016 n 0201 + 04861486 n 0102 | marked by firm determination or resolution; not shakable; "firm convictions"; "a firm mouth"; "steadfast resolve"; "a man of unbendable perseverence"; "unwavering loyalty"
-01991029 00 s 01 foursquare 0 001 & 01989669 a 0000 | characterized by firm and unwavering conviction; "a foursquare refusal to yield"
-01991166 00 s 01 hell-bent 0 001 & 01989669 a 0000 | recklessly determined; "hell-bent on winning"
-01991267 00 s 02 single-minded 0 resolved 0 002 & 01989669 a 0000 + 04863675 n 0101 | determined; "she was firmly resolved to be a doctor"; "single-minded in his determination to stop smoking"
-01991462 00 s 01 spartan 0 001 & 01989669 a 0000 | resolute in the face of pain or danger or adversity; "spartan courage"
-01991586 00 s 02 stalwart 0 stout 0 003 & 01989669 a 0000 + 05031560 n 0201 + 05031560 n 0102 | dependable; "the stalwart citizens at Lexington"; "a stalwart supporter of the UN"; "stout hearts"
-01991783 00 s 03 undaunted 0 undismayed 0 unshaken 0 001 & 01989669 a 0000 | unshaken in purpose; "wholly undismayed by the commercial failure of the three movies he had made"
-01991961 00 s 02 undeterred 0 undiscouraged 0 001 & 01989669 a 0000 | not deterred; "pursued his own path...undeterred by lack of popular appreciation and understanding"- Osbert Sitwell
-01992149 00 a 01 irresolute 0 008 ^ 00685483 a 0000 + 04866465 n 0101 ! 01989669 a 0101 & 01992418 a 0000 & 01992555 a 0000 & 01992712 a 0000 & 01992867 a 0000 & 01992996 a 0000 | uncertain how to act or proceed; "the committee was timid and mediocre and irresolute"
-01992418 00 s 01 discouraged 0 001 & 01992149 a 0000 | lacking in resolution; "the accident left others discouraged about going there"
-01992555 00 s 01 infirm 1 001 & 01992149 a 0000 | lacking firmness of will or character or purpose; "infirm of purpose; give me the daggers" - Shakespeare
-01992712 00 s 01 unstable 0 002 & 01992149 a 0000 + 04775747 n 0102 | disposed to psychological variability; "his rather unstable religious convictions"
-01992867 00 s 03 vacillant 0 vacillating 0 wavering 0 002 & 01992149 a 0000 + 02706046 v 0103 | uncertain in purpose or action
-01992996 00 s 01 weak-kneed 0 001 & 01992149 a 0000 | lacking will power or resolution; "the role of the dissenter is not for the weak-kneed"
-01993140 00 a 01 respectable 0 008 ^ 01123148 a 0000 ^ 01982646 a 0000 ^ 02584981 a 0000 + 04871002 n 0101 ! 01993843 a 0101 & 01993408 a 0000 & 01993598 a 0000 & 01993693 a 0000 | characterized by socially or conventionally acceptable morals; "a respectable woman"
-01993408 00 s 02 decent 0 nice 0 003 & 01993140 a 0000 + 04912982 n 0202 + 04900739 n 0101 | socially or conventionally correct; refined or virtuous; "from a decent family"; "a nice girl"
-01993598 00 s 01 presentable 0 001 & 01993140 a 0000 | fit to be seen; "presentable clothes"
-01993693 00 s 02 upstanding 0 solid 0 002 & 01993140 a 0000 + 04671075 n 0202 | meriting respect or esteem; "an upstanding member of the community"
-01993843 00 a 01 unrespectable 0 002 + 04874409 n 0101 ! 01993140 a 0101 | unworthy of respect
-01993940 00 a 01 respectful 0 007 ^ 00639842 a 0000 ^ 01892953 a 0000 ^ 02011810 a 0000 + 04913839 n 0103 ! 01994602 a 0101 & 01994180 a 0000 & 01994404 a 0000 | full of or exhibiting respect; "respectful behavior"; "a respectful glance"
-01994180 00 s 03 deferent 0 deferential 0 regardful 0 008 & 01993940 a 0000 + 04913839 n 0201 + 04641153 n 0205 + 01228877 n 0201 + 04913839 n 0101 + 04641153 n 0105 + 01228877 n 0101 + 00878348 v 0103 | showing deference
-01994404 00 s 01 honorific 0 002 & 01993940 a 0000 + 07070883 n 0101 | conferring or showing honor or respect; "honorific social status commonly attaches to membership in a recognized profession"
-01994602 00 a 01 disrespectful 0 013 ^ 01539642 a 0000 ^ 00640283 a 0000 ^ 02012504 a 0000 ^ 01628302 a 0000 ^ 02079029 a 0000 ! 01993940 a 0101 & 01995047 a 0000 & 01995288 a 0000 & 01995500 a 0000 & 01995596 a 0000 & 01995863 a 0000 & 01996051 a 0000 & 01996288 a 0000 | exhibiting lack of respect; rude and discourteous; "remarks disrespectful of the law"; "disrespectful in the presence of his parents"; "disrespectful toward his teacher"
-01995047 00 s 03 annihilating 0 devastating 0 withering 0 001 & 01994602 a 0000 | making light of; "afire with annihilating invective"; "a devastating portrait of human folly"; "to compliments inflated I've a withering reply"- W.S.Gilbert
-01995288 00 s 04 contemptuous 0 disdainful 0 insulting 0 scornful 0 006 & 01994602 a 0000 + 04888268 n 0203 + 07502980 n 0101 + 06715927 n 0101 + 04915687 n 0101 + 04888510 n 0101 | expressing extreme contempt
-01995500 00 s 01 contumelious 0 002 & 01994602 a 0000 + 06715223 n 0104 | arrogantly insolent
-01995596 00 s 05 derisive 0 gibelike 0 jeering 0 mocking 0 taunting 0 002 & 01994602 a 0000 + 00852922 v 0101 | abusing vocally; expressing contempt or ridicule; "derisive laughter"; "a jeering crowd"; "her mocking smile"; "taunting shouts of `coward' and `sissy'"
-01995863 00 s 02 impious 0 undutiful 0 003 & 01994602 a 0000 + 04828485 n 0201 + 04828255 n 0102 | lacking due respect or dutifulness; "impious toward one's parents"; "an undutiful son"
-01996051 00 s 04 impudent 0 insolent 0 snotty-nosed 0 flip 0 003 & 01994602 a 0000 + 04915866 n 0205 + 01224914 n 0201 | marked by casual disrespect; "a flip answer to serious question"; "the student was kept in for impudent behavior"
-01996288 00 s 01 undeferential 0 001 & 01994602 a 0000 | not showing courteous respect
-01996377 00 a 01 responsible 0 012 ^ 01616474 a 0000 ^ 01898129 a 0000 ^ 02464693 a 0000 = 04669247 n 0000 + 04669247 n 0102 + 04669247 n 0101 ! 01997910 a 0101 & 01996875 a 0000 & 01997221 a 0000 & 01997415 a 0000 & 01997583 a 0000 & 01997748 a 0000 | worthy of or requiring responsibility or trust; or held accountable; "a responsible adult"; "responsible journalism"; "a responsible position"; "the captain is responsible for the ship's safety"; "the cabinet is responsible to the parliament"
-01996875 00 s 01 accountable 0 003 & 01996377 a 0000 + 00867644 v 0101 + 04669828 n 0101 | liable to account for one's actions; "governments must be accountable to someone beside themselves"; "fully accountable for what they did"; "the court held the parents answerable for their minor child's acts of vandalism"; "he was answerable to no one"
-01997221 00 s 01 answerable 0 003 & 01996377 a 0000 + 04669828 n 0102 + 04669828 n 0103 | morally or legally responsible to a higher authority; "parents are answerable for their child's acts"
-01997415 00 s 01 amenable 0 002 & 01996377 a 0000 + 04906026 n 0102 | liable to answer to a higher authority; "the president is amenable to the constitutional court"
-01997583 00 s 01 liable 0 002 & 01996377 a 0000 + 14530403 n 0101 | held legally responsible; "men between the ages of 18 and 35 were liable for military service"
-01997748 00 s 01 trustworthy 0 002 & 01996377 a 0000 + 04668819 n 0101 | taking responsibility for one's conduct and obligations; "trustworthy public servants"
-01997910 00 a 01 irresponsible 0 011 = 04669247 n 0000 + 04670746 n 0102 + 04670746 n 0101 ! 01996377 a 0101 & 01998260 a 0000 & 01998535 a 0000 & 01998730 a 0000 & 01998835 a 0000 & 01998989 a 0000 & 01999085 a 0000 & 01999180 a 0000 | showing lack of care for consequences; "behaved like an irresponsible idiot"; "hasty and irresponsible action"
-01998260 00 s 06 carefree 0 devil-may-care 0 freewheeling 0 happy-go-lucky 0 harum-scarum 0 slaphappy 0 003 & 01997910 a 0000 + 09991530 n 0506 + 07530866 n 0101 | cheerfully irresponsible; "carefree with his money"; "freewheeling urban youths"; "had a harum-scarum youth"
-01998535 00 s 01 do-nothing(a) 0 002 & 01997910 a 0000 + 10197967 n 0103 | characterized by inability or unwillingness to work toward a goal or assume responsibility; "a do-nothing government"
-01998730 00 s 01 feckless 0 002 & 01997910 a 0000 + 05139942 n 0101 | not fit to assume responsibility
-01998835 00 s 02 idle 0 loose 0 002 & 01997910 a 0000 + 04885609 n 0201 | lacking a sense of restraint or responsibility; "idle talk"; "a loose tongue"
-01998989 00 s 01 trigger-happy 0 001 & 01997910 a 0000 | irresponsible in the use of firearms
-01999085 00 s 01 unaccountable 0 001 & 01997910 a 0000 | free from control or responsibility
-01999180 00 s 01 unreliable 0 003 & 01997910 a 0000 + 04671394 n 0104 + 04671394 n 0103 | lacking a sense of responsibility
-01999306 00 a 01 responsive 0 006 ^ 02103481 a 0000 ^ 02105990 a 0000 + 05212973 n 0101 + 00717358 v 0102 ! 01999766 a 0101 & 01999608 a 0000 | readily reacting or replying to people or events or stimuli; showing emotion; "children are often the quickest and most responsive members of the audience"
-01999608 00 s 02 answering 0 respondent 0 003 & 01999306 a 0000 + 10524413 n 0201 + 00717358 v 0202 | replying; "an answering glance"; "an answering smile"
-01999766 00 a 01 unresponsive 0 005 ^ 02105375 a 0000 ^ 02106761 a 0000 + 05213201 n 0101 ! 01999306 a 0101 & 01999941 a 0000 | not responding to some influence or stimulus
-01999941 00 s 01 refractory 0 001 & 01999766 a 0000 | temporarily unresponsive or not fully responsive to nervous or sexual stimuli; "the refractory period of a muscle fiber"
-02000118 00 a 01 restrained 0 007 ^ 00598679 a 0000 ^ 01316222 a 0000 ^ 01987341 a 0000 ! 02000680 a 0101 & 02000298 a 0000 & 02000406 a 0000 & 02000559 a 0000 | under restraint
-02000298 00 s 01 close 0 001 & 02000118 a 0000 | strictly confined or guarded; "kept under close custody"
-02000406 00 s 03 low-key 0 low-keyed 0 subdued 0 001 & 02000118 a 0000 | restrained in style or quality; "a little masterpiece of low-keyed eloquence"
-02000559 00 s 01 unexpansive 0 001 & 02000118 a 0000 | not given to high spirits or effusiveness; "an unexpansive man"
-02000680 00 a 01 unrestrained 0 011 ^ 01061489 a 0000 ^ 00599821 a 0000 ^ 01317012 a 0000 ^ 01988166 a 0000 ! 02000118 a 0101 & 02000968 a 0000 & 02001240 a 0000 & 02001406 a 0000 & 02001596 a 0000 & 02001776 a 0000 & 02001984 a 0000 | not subject to restraint; "unrestrained laughter"
-02000968 00 s 04 excessive 0 extravagant 0 exuberant 0 overweening 0 003 & 02000680 a 0000 + 05118862 n 0201 + 05118437 n 0102 | unrestrained, especially with regard to feelings; "extravagant praise"; "exuberant compliments"; "overweening ambition"; "overweening greed"
-02001240 00 s 01 freewheeling 0 001 & 02000680 a 0000 | free of restraints or rules; "freewheeling foolishness"; "the versatility of his poetic freewheeling style"
-02001406 00 s 01 highflying(a) 0 001 & 02000680 a 0000 | extravagant or ambitious or extreme in aims or opinions; "they did not understand what had happend at the once highflying company"
-02001596 00 s 04 unbridled 0 unchecked 0 uncurbed 0 ungoverned 0 001 & 02000680 a 0000 | not restrained or controlled; "unbridled rage"; "an unchecked temper"; "ungoverned rage"
-02001776 00 s 02 unbuttoned 0 unlaced 0 001 & 02000680 a 0000 | not under constraint in action or expression; "this unbuttoned and disrespectful age"- Curtis Bok; "unlaced behavior in the neighborhood pub"
-02001984 00 s 02 unhampered 0 unhindered 0 001 & 02000680 a 0000 | not slowed or blocked or interfered with; "an outlet for healthy and unhampered action"; "a priest unhampered by scruple"; "the new stock market was unhampered by tradition"
-02002227 00 a 01 restricted 0 007 ^ 00415228 a 0000 ^ 00558373 a 0000 ^ 01064286 a 0000 ! 02002814 a 0101 & 02002470 a 0000 & 02002580 a 0000 & 02002683 a 0000 | subject to restriction or subjected to restriction; "of restricted importance"
-02002470 00 s 02 circumscribed 0 limited 0 001 & 02002227 a 0000 | subject to limits or subjected to limits
-02002580 00 s 01 closed 0 001 & 02002227 a 0000 | not open to the general public; "a closed meeting"
-02002683 00 s 02 off-limits 0 out-of-bounds(p) 0 001 & 02002227 a 0000 | barred to a designated group; "that area is off-limits"
-02002814 00 a 01 unrestricted 0 007 ^ 01061489 a 0000 ! 02002227 a 0101 & 02003023 a 0000 & 02003186 a 0000 & 02003357 a 0000 & 02003477 a 0000 & 02003604 a 0000 | not subject to or subjected to restriction
-02003023 00 s 01 all-weather 0 001 & 02002814 a 0000 | usable or operative or practiced in all kinds of weather; "a good all-weather road"; "all-weather flying"
-02003186 00 s 01 discretionary 0 001 & 02002814 a 0000 | (especially of funds) not earmarked; available for use as needed; "discretionary funds"; "discretionary income"
-02003357 00 s 01 open 0 002 & 02002814 a 0000 + 07465159 n 0101 | accessible to all; "open season"; "an open economy"
-02003477 00 s 01 open-plan 0 001 & 02002814 a 0000 | (of rooms or buildings) having large rooms with few dividing partitions
-02003604 00 s 01 open-ended 0 001 & 02002814 a 0000 | without fixed limits or restrictions; "an open-ended discussion"
-02003725 00 a 01 restrictive 0 010 + 04639113 n 0102 + 00236592 v 0101 + 00233335 v 0101 ! 02005245 a 0101 & 02004023 a 0000 & 02004176 a 0000 & 02004385 a 0000 & 02004685 a 0000 & 02004838 a 0000 & 02005065 a 0000 | serving to restrict; "teenagers eager to escape restrictive home environments"
-02004023 00 s 05 confining 0 constraining 0 constrictive 0 limiting 1 restricting 0 001 & 02003725 a 0000 | restricting the scope or freedom of action
-02004176 00 s 03 inhibitory 0 repressive 0 repressing 0 003 & 02003725 a 0000 + 02424128 v 0201 + 00462689 v 0101 | restrictive of action; "a repressive regime"; "an overly strict and inhibiting discipline"
-02004385 00 s 01 limiting 0 002 & 02003725 a 0000 ;c 06174404 n 0000 | strictly limiting the reference of a modified word or phrase; "the restrictive clause in `Each made a list of the books that had influenced him' limits the books on the list to only those particular ones defined by the clause"
-02004685 00 s 02 regulative 0 regulatory 0 002 & 02003725 a 0000 + 00299341 v 0201 | restricting according to rules or principles; "a regulatory gene"
-02004838 00 s 01 sumptuary 0 001 & 02003725 a 0000 | regulating or controlling expenditure or personal behavior; "sumptuary laws discouraging construction of large houses on small plots"; "sumptuary laws forbidding gambling"
-02005065 00 s 01 suppressive 0 003 & 02003725 a 0000 + 02424652 v 0102 + 00462092 v 0101 | tending to suppress; "the government used suppressive measures to control the protest"
-02005245 00 a 01 unrestrictive 0 003 ! 02003725 a 0101 & 02005364 a 0000 & 02005460 a 0000 | not tending to restrict
-02005364 00 s 01 emancipative 0 002 & 02005245 a 0000 + 02496498 v 0102 | tending to set free
-02005460 00 s 01 nonrestrictive 0 002 & 02005245 a 0000 ;c 06174404 n 0000 | not limiting the reference of a modified word or phrase; "the nonrestrictive clause in `I always buy his books, which have influenced me greatly,' refers to his books generally and adds an additional fact about them"
-02005756 00 a 04 retentive 0 recollective 0 long 0 tenacious 0 008 ^ 01977155 a 0000 + 04864515 n 0406 + 00607780 v 0206 + 05651399 n 0103 + 05651399 n 0104 + 02701628 v 0101 + 00610010 v 0101 ! 02006031 a 0101 | good at remembering; "a retentive mind"; "tenacious memory"
-02006031 00 a 03 unretentive 0 forgetful 1 short 0 004 ^ 01978003 a 0000 + 14450339 n 0301 + 05673209 n 0201 ! 02005756 a 0101 | (of memory) deficient in retentiveness or range; "a short memory"
-02006228 00 a 02 reticulate 0 reticular 0 009 + 05501485 n 0201 ! 02007413 a 0101 & 02006538 a 0000 & 02006700 a 0000 & 02006798 a 0000 & 02006933 a 0000 & 02007067 a 0000 & 02007225 a 0000 & 02007322 a 0000 | resembling or forming a network; "the reticulate veins of a leaf"; "a reticulated highway system"
-02006538 00 s 03 cancellate 0 cancellated 0 clathrate 0 002 & 02006228 a 0000 ;c 06066555 n 0000 | having a latticelike structure pierced with holes or windows
-02006700 00 s 02 crisscross 0 crisscrossed 0 001 & 02006228 a 0000 | marked with crossing lines
-02006798 00 s 04 fretted 0 interlaced 0 latticed 0 latticelike 0 001 & 02006228 a 0000 | having a pattern of fretwork or latticework
-02006933 00 s 02 interconnected 0 interrelated 0 003 & 02006228 a 0000 + 13844212 n 0203 + 14420240 n 0102 | reciprocally connected
-02007067 00 s 06 lacy 0 netlike 0 netted 0 webbed 0 weblike 0 webby 0 002 & 02006228 a 0000 + 09477037 n 0601 | having open interstices or resembling a web
-02007225 00 s 01 meshed 0 001 & 02006228 a 0000 | resembling a network; "a meshed road system"
-02007322 00 s 01 networklike 0 001 & 02006228 a 0000 | having a network of veins or ribs
-02007413 00 a 01 nonreticulate 0 001 ! 02006228 a 0101 | not resembling or forming a network
-02007508 00 a 01 retractile 0 002 ! 02007775 a 0101 & 02007663 a 0000 | capable of retraction; capable of being drawn back; "cats have retractile claws"
-02007663 00 s 01 retractable 0 001 & 02007508 a 0000 | capable of being retracted; "retractable landing gear"
-02007775 00 a 02 nonretractile 0 nonretractable 0 001 ! 02007508 a 0101 | not capable of being retracted
-02007882 00 a 01 reflective 0 005 + 05010627 n 0103 + 02765924 v 0101 ! 02008380 a 0101 & 02008082 a 0000 & 02008245 a 0000 | capable of physically reflecting light or sound; "a reflective surface"
-02008082 00 s 02 mirrorlike 0 specular 0 001 & 02007882 a 0000 | capable of reflecting light like a mirror; "mirrorlike surface of the lake"; "a specular metal"
-02008245 00 s 01 reflecting 0 001 & 02007882 a 0000 | causing reflection or having a device that reflects; "a reflecting microscope"
-02008380 00 a 02 nonreflective 0 nonreflecting 0 002 ! 02007882 a 0101 & 02008508 a 0000 | not capable of physical reflection
-02008508 00 s 01 echoless 0 001 & 02008380 a 0000 | having or producing no echo; "the echoless darkness"
-02008615 00 a 01 reflected 0 003 ! 02009012 a 0101 & 02008820 a 0000 & 02008917 a 0000 | (especially of incident sound or light) bent or sent back; "reflected light"; "reflected heat"; "reflected glory"
-02008820 00 s 02 echoic 0 echolike 0 001 & 02008615 a 0000 | like or characteristic of an echo
-02008917 00 s 01 mirrored 0 001 & 02008615 a 0000 | like or characteristic of a mirror image
-02009012 00 a 01 unreflected 0 002 ! 02008615 a 0101 & 02009166 a 0000 | (especially of incident sound or light) not turned back by physical reflection
-02009166 00 s 01 absorbed 0 001 & 02009012 a 0000 | retained without reflection; "the absorbed light intensity"
-02009280 00 a 01 reverberant 0 014 + 04989657 n 0103 + 02136533 v 0101 + 02136271 v 0102 + 02183787 v 0104 ! 02011142 a 0101 & 02009688 a 0000 & 02009880 a 0000 & 02009993 a 0000 & 02010127 a 0000 & 02010266 a 0000 & 02010441 a 0000 & 02010536 a 0000 & 02010831 a 0000 & 02011002 a 0000 | having a tendency to reverberate or be repeatedly reflected; "a reverberant room"; "the reverberant booms of cannon"
-02009688 00 s 02 bright 0 brilliant 0 002 & 02009280 a 0000 + 04954920 n 0203 | clear and sharp and ringing; "the bright sound of the trumpet section"; "the brilliant sound of the trumpets"
-02009880 00 s 01 clinking 0 001 & 02009280 a 0000 | like the light sharp ringing sound of glasses being tapped
-02009993 00 s 02 echoing(a) 0 reechoing 0 001 & 02009280 a 0000 | (of sounds) repeating by reflection; "a hotel with echoing halls"
-02010127 00 s 01 hollow 0 001 & 02009280 a 0000 | as if echoing in a hollow space; "the hollow sound of footsteps in the empty ballroom"
-02010266 00 s 02 jingling 0 jingly 0 002 & 02009280 a 0000 + 07385998 n 0201 | having a series of high-pitched ringing sounds like many small bells; "jingling sleigh bells"
-02010441 00 s 01 live(a) 0 001 & 02009280 a 0000 | highly reverberant; "a live concert hall"
-02010536 00 s 05 resonant 0 resonating 0 resounding 0 reverberating 0 reverberative 0 007 & 02009280 a 0000 + 02183787 v 0504 + 11477921 n 0101 + 04989657 n 0102 + 02183787 v 0101 + 02172888 v 0102 + 04988258 n 0101 | characterized by resonance; "a resonant voice"; "hear the rolling thunder"
-02010831 00 s 02 tinkling 0 tinkly 0 002 & 02009280 a 0000 + 07398097 n 0202 | like the short high ringing sound of a small bell; "sounding brass and a tinkling cymbal"
-02011002 00 s 01 vibrant 0 002 & 02009280 a 0000 + 02175958 v 0102 | of sounds that are strong and resonating; "the men's vibrant voices"
-02011142 00 a 02 unreverberant 0 nonresonant 0 004 ! 02009280 a 0101 & 02011320 a 0000 & 02011445 a 0000 & 02011622 a 0000 | not reverberant; lacking a tendency to reverberate
-02011320 00 s 01 anechoic 0 001 & 02011142 a 0000 | not having or producing echoes; sound-absorbent; "an anechoic chamber"
-02011445 00 s 01 dead 0 001 & 02011142 a 0000 | lacking acoustic resonance; "dead sounds characteristic of some compact discs"; "the dead wall surfaces of a recording studio"
-02011622 00 s 02 dull 0 thudding 0 001 & 02011142 a 0000 | not clear and resonant; sounding as if striking with or against something relatively soft; "the dull thud"; "thudding bullets"
-02011810 00 a 01 reverent 0 008 ^ 01993940 a 0000 + 06207561 n 0101 + 01778017 v 0105 + 01778568 v 0103 ! 02012504 a 0101 & 02012073 a 0000 & 02012157 a 0000 & 02012333 a 0000 | feeling or showing profound respect or veneration; "maintained a reverent silence"
-02012073 00 s 02 adoring 0 worshipful 0 001 & 02011810 a 0000 | showing adoration
-02012157 00 s 02 awed 0 awful 0 001 & 02011810 a 0000 | inspired by a feeling of fearful wonderment or reverence; "awed by the silence"; "awful worshippers with bowed heads"
-02012333 00 s 03 respectful 0 reverential 0 venerating 0 004 & 02011810 a 0000 + 07521039 n 0202 + 06207561 n 0201 + 04913839 n 0103 | feeling or manifesting veneration
-02012504 00 a 01 irreverent 0 005 ^ 01994602 a 0000 + 00746232 n 0101 ! 02011810 a 0101 & 02012748 a 0000 & 02013083 a 0000 | showing lack of due respect or veneration; "irreverent scholars mocking sacred things"; "noisy irreverent tourists"
-02012748 00 s 03 blasphemous 0 profane 0 sacrilegious 0 005 & 02012504 a 0000 + 00746587 n 0304 + 04856182 n 0301 + 06207874 n 0201 + 00746587 n 0103 | grossly irreverent toward what is held to be sacred; "blasphemous rites of a witches' Sabbath"; "profane utterances against the Church"; "it is sacrilegious to enter with shoes on"
-02013083 00 s 03 aweless 0 awless 0 disrespectful 0 001 & 02012504 a 0000 | neither feeling nor showing respect
-02013197 00 a 01 revived 0 007 ! 02014308 a 0101 & 02013422 a 0000 & 02013630 a 0000 & 02013758 a 0000 & 02013864 a 0000 & 02014048 a 0000 & 02014140 a 0000 | restored to consciousness or life or vigor; "felt revived hope"
-02013422 00 s 01 recrudescent 0 002 & 02013197 a 0000 + 07435891 n 0101 | the revival of an unfortunate situation after a period of abatement; "the patient presented with a case of recrudescent gastralgia"
-02013630 00 s 01 redux(ip) 0 001 & 02013197 a 0000 | brought back; "the Victorian era redux"; "`Rabbit Redux' by John Updike"
-02013758 00 s 01 renewed 0 001 & 02013197 a 0000 | restored to a new condition; "felt renewed strength"
-02013864 00 s 02 resurgent 0 renascent 0 004 & 02013197 a 0000 + 01047803 n 0203 + 02624806 v 0101 + 01047338 n 0102 | rising again as to new life and vigor; "resurgent nationalism"
-02014048 00 s 01 resuscitated 0 001 & 02013197 a 0000 | restored to life or consciousness
-02014140 00 s 02 revitalized 0 revitalised 0 001 & 02013197 a 0000 | restored to new life and vigor; "a revitalized economy"; "a revitalized inner-city neighborhood"
-02014308 00 a 02 unrevived 0 unrenewed 0 001 ! 02013197 a 0101 | not revived
-02014387 00 a 01 awakened 0 002 ! 02014611 a 0101 & 02014514 a 0000 | aroused or activated; "an awakened interest in ballet"
-02014514 00 s 01 aroused 0 001 & 02014387 a 0000 | aroused to action; "the aroused opposition"
-02014611 00 a 01 unawakened 0 001 ! 02014387 a 0101 | not aroused or activated; "unawakened emotions"
-02014715 00 a 03 awed 0 awestruck 0 awestricken 0 002 ! 02015055 a 0101 & 02014972 a 0000 | having or showing a feeling of mixed reverence and respect and wonder and dread; "stood in awed silence before the shrine"; "in grim despair and awestruck wonder"
-02014972 00 s 01 overawed 0 001 & 02014715 a 0000 | overcome by a feeling of awe
-02015055 00 a 01 unawed 0 002 ! 02014715 a 0101 & 02015134 a 0000 | not awed
-02015134 00 s 02 aweless 0 awless 0 001 & 02015055 a 0000 | devoid of any feeling of awe or reverence
-02015238 00 a 01 revolutionary 0 002 + 10527334 n 0102 ! 02015403 a 0101 | advocating or engaged in revolution; "revolutionary pamphlets"; "a revolutionary junta"
-02015403 00 a 01 counterrevolutionary 0 001 ! 02015238 a 0101 | marked by opposition or antipathy to revolution; "ostracized for his counterrevolutionary tendencies"
-02015571 00 a 01 rewarding 0 005 ^ 01807219 a 0000 ^ 01870889 a 0000 ! 02016001 a 0101 & 02015767 a 0000 & 02015891 a 0000 | providing personal satisfaction; "a rewarding career as a paramedic"
-02015767 00 s 01 bountied 0 001 & 02015571 a 0000 | rewarded or able to be rewarded by a bounty; "a bountied animal pelt"
-02015891 00 s 01 rewardful 0 001 & 02015571 a 0000 | offering or productive of reward; "rewardful pursuits"
-02016001 00 a 01 unrewarding 0 003 ! 02015571 a 0101 & 02016145 a 0000 & 02016295 a 0000 | not rewarding; not providing personal satisfaction
-02016145 00 s 03 thankless 0 unappreciated 0 ungratifying 0 001 & 02016001 a 0000 | not likely to be rewarded; "grading papers is a thankless task"
-02016295 00 s 01 profitless 0 001 & 02016001 a 0000 | without profit or reward; "let us have no part in profitless quarrels"- D.D.Eisenhower; "How weary, flat, stale, and unprofitable / Seem to me all the uses of this world"- Shakespeare
-02016535 00 a 01 rhetorical 0 012 ^ 01794340 a 0000 ^ 01419149 a 0000 + 06170498 n 0101 ! 02018486 a 0101 & 02016881 a 0000 & 02017141 a 0000 & 02017372 a 0000 & 02017613 a 0000 & 02017721 a 0000 & 02017933 a 0000 & 02018141 a 0000 & 02018296 a 0000 | given to rhetoric, emphasizing style at the expense of thought; "mere rhetorical frippery"
-02016881 00 s 06 bombastic 0 declamatory 0 large 0 orotund 0 tumid 0 turgid 0 005 & 02016535 a 0000 + 07090573 n 0602 + 07090573 n 0601 + 04788982 n 0303 + 07087777 n 0101 | ostentatiously lofty in style; "a man given to large talk"; "tumid political prose"
-02017141 00 s 02 flowery 0 ornate 0 002 & 02016535 a 0000 + 07070429 n 0203 | marked by elaborate rhetoric and elaborated with decorative details; "a flowery speech"; "ornate rhetoric taught out of the rule of Plato"-John Milton
-02017372 00 s 03 empurpled 0 over-embellished 0 purple 0 001 & 02016535 a 0000 | excessively elaborate or showily expressed; "a writer of empurpled literature"; "many purple passages"; "an over-embellished story of the fish that got away"
-02017613 00 s 01 forensic 0 001 & 02016535 a 0000 | of, relating to, or used in public debate or argument
-02017721 00 s 03 grandiloquent 0 magniloquent 0 tall 0 003 & 02016535 a 0000 + 07070429 n 0202 + 07070429 n 0104 | lofty in style; "he engages in so much tall talk, one never really realizes what he is saying"
-02017933 00 s 01 oratorical 0 003 & 02016535 a 0000 + 10380672 n 0101 + 07241205 n 0101 | characteristic of an orator or oratory; "oratorical prose"; "harangued his men in an oratorical way"- Robert Graves
-02018141 00 s 02 poetic 0 poetical 0 003 & 02016535 a 0000 + 07093273 n 0201 + 07093273 n 0101 | characteristic of or befitting poetry; "poetic diction"
-02018296 00 s 01 stylistic 0 004 & 02016535 a 0000 + 06789215 n 0101 + 07066659 n 0102 + 04812871 n 0105 | of or relating to style (especially in the use of language); "stylistic devices"
-02018486 00 a 01 unrhetorical 0 006 ^ 01045711 a 0000 ^ 01418789 a 0000 ^ 01791911 a 0000 ! 02016535 a 0101 & 02018649 a 0000 & 02018899 a 0000 | not rhetorical
-02018649 00 s 02 matter-of-fact 0 prosaic 0 003 & 02018486 a 0000 + 07072434 n 0201 + 04795878 n 0202 | not fanciful or imaginative; "local guides describe the history of various places in matter-of-fact tones"; "a prosaic and unimaginative essay"
-02018899 00 s 01 plainspoken 0 001 & 02018486 a 0000 | using simple and direct language; "a plainspoken country doctor"
-02019021 00 a 02 rhythmical 0 rhythmic 0 016 ^ 01959294 a 0000 + 15287830 n 0202 + 04768028 n 0201 + 04991511 n 0201 + 04768028 n 0101 ! 02021050 a 0101 & 02019470 a 0000 & 02019635 a 0000 & 02019805 a 0000 & 02019881 a 0000 & 02020011 a 0000 & 02020310 a 0000 & 02020495 a 0000 & 02020609 a 0000 & 02020810 a 0000 & 02020897 a 0000 | recurring with measured regularity; "the rhythmic chiming of church bells"- John Galsworthy; "rhythmical prose"
-02019470 00 s 01 Adonic 0 001 & 02019021 a 0000 | having a rhythm consisting of a dactyl followed by a spondee or a trochee; "the verse of the laments is Adonic"
-02019635 00 s 02 cadenced 0 cadent 0 003 & 02019021 a 0000 + 04991879 n 0201 + 04991879 n 0202 | marked by a rhythmical cadence; "the cadenced crunch of marching feet"
-02019805 00 s 01 danceable 0 001 & 02019021 a 0000 | suitable for dancing
-02019881 00 s 01 jazzy 0 003 & 02019021 a 0000 + 07060976 n 0101 + 07062697 n 0101 | resembling jazz (especially in its rhythm)
-02020011 00 s 04 lilting 0 swinging 0 swingy 0 tripping 0 003 & 02019021 a 0000 + 07066042 n 0301 + 04992008 n 0302 | characterized by a buoyant rhythm; "an easy lilting stride"; "the flute broke into a light lilting air"; "a swinging pace"; "a graceful swingy walk"; "a tripping singing measure"
-02020310 00 s 03 measured 0 metrical 0 metric 0 005 & 02019021 a 0000 ;c 06170025 n 0000 + 04991738 n 0301 + 07094093 n 0202 + 07094093 n 0201 | the rhythmic arrangement of syllables
-02020495 00 s 01 Sapphic 0 002 & 02019021 a 0000 + 11281345 n 0101 | a meter used by Sappho and named after her
-02020609 00 s 03 chantlike 0 intoned 0 singsong 0 001 & 02019021 a 0000 | uttered in a monotonous cadence or rhythm as in chanting; "their chantlike intoned prayers"; "a singsong manner of speaking"
-02020810 00 s 01 syncopated 0 001 & 02019021 a 0000 | stressing a normally weak beat
-02020897 00 s 01 throbbing 0 001 & 02019021 a 0000 | pounding or beating strongly or violently; "a throbbing pain"; "the throbbing engine of the boat"
-02021050 00 a 02 unrhythmical 0 unrhythmic 0 005 ^ 01960656 a 0000 ! 02019021 a 0101 & 02021235 a 0000 & 02021332 a 0000 & 02021415 a 0000 | not rhythmic; irregular in beat or accent
-02021235 00 s 02 arrhythmic 0 arrhythmical 0 001 & 02021050 a 0000 | without regard for rhythm
-02021332 00 s 01 nonrhythmic 0 001 & 02021050 a 0000 | deliberately not rhythmic
-02021415 00 s 01 unmeasured 0 001 & 02021050 a 0000 | not composed of measured syllables; not metrical; "unmeasured prose"
-02021540 00 a 01 ribbed 0 003 ! 02021818 a 0101 & 02021664 a 0000 & 02021748 a 0000 | furnished or strengthened with ribs
-02021664 00 s 01 costate 0 002 & 02021540 a 0000 ;c 06057539 n 0000 | having ribs
-02021748 00 s 01 riblike 0 001 & 02021540 a 0000 | resembling a rib
-02021818 00 a 01 ribless 0 001 ! 02021540 a 0101 | having no ribs or no visible ribs
-02021905 00 a 01 rich 0 007 ^ 00013887 a 0000 ^ 01864123 a 0000 = 14488317 n 0000 + 14491625 n 0102 ! 02022953 a 0101 & 02022167 a 0000 & 02022556 a 0000 | possessing material wealth; "her father is extremely rich"; "many fond hopes are pinned on rich uncles"
-02022167 00 s 05 affluent 0 flush 0 loaded 0 moneyed 0 wealthy 0 007 & 02021905 a 0000 + 14491271 n 0501 + 13353280 n 0501 + 14491271 n 0502 + 15295045 n 0208 + 09776642 n 0101 + 14491625 n 0101 | having an abundant supply of money or possessions of value; "an affluent banker"; "a speculator flush with cash"; "not merely rich but loaded"; "moneyed aristocrats"; "wealthy corporations"
-02022556 00 s 08 comfortable 0 easy 0 prosperous 0 well-fixed 0 well-heeled 0 well-off 0 well-situated 0 well-to-do 0 002 & 02021905 a 0000 + 14474052 n 0301 | in fortunate circumstances financially; moderately rich; "they were comfortable or even wealthy by some standards"; "easy living"; "a prosperous family"; "his family is well-situated financially"; "well-to-do members of the community"
-02022953 00 a 01 poor 0 009 ^ 01864471 a 0000 = 14488317 n 0000 + 14493145 n 0102 ! 02021905 a 0101 & 02023287 a 0000 & 02023430 a 0000 & 02023661 a 0000 & 02023914 a 0000 & 02024022 a 0000 | having little money or few possessions; "deplored the gap between rich and poor countries"; "the proverbial poor artist living in a garret"
-02023287 00 s 05 broke 0 bust 0 skint 0 stone-broke 0 stony-broke 0 001 & 02022953 a 0000 | lacking funds; "`skint' is a British slang term"
-02023430 00 s 06 destitute 0 impoverished 0 indigent 0 necessitous 0 needy 0 poverty-stricken 0 005 & 02022953 a 0000 + 14493426 n 0504 + 14493716 n 0502 + 09367203 n 0401 + 14493716 n 0301 | poor enough to need help from others
-02023661 00 s 06 hard_up 0 impecunious 0 in_straitened_circumstances(p) 0 penniless 0 penurious 0 pinched 0 005 & 02022953 a 0000 + 14493716 n 0503 + 14494186 n 0503 + 14494186 n 0402 + 14494186 n 0201 | not having enough money to pay for necessities
-02023914 00 s 01 moneyless 0 001 & 02022953 a 0000 | having no money; "virtually moneyless rural regions"
-02024022 00 s 01 unprovided_for(p) 0 001 & 02022953 a 0000 | without income or means; "left his family unprovided for"
-02024143 00 a 01 rich 2 003 + 05115804 n 0103 + 05147586 n 0101 ! 02024411 a 0101 | having an abundant supply of desirable qualities or substances (especially natural resources); "blessed with a land rich in minerals"; "rich in ideas"; "rich with cultural interest"
-02024411 00 a 01 poor 2 004 + 05113462 n 0104 + 05148399 n 0101 ! 02024143 a 0101 & 02024658 a 0000 | lacking in specific resources, qualities or substances; "a poor land"; "the area was poor in timber and coal"; "food poor in nutritive value"
-02024658 00 s 01 resourceless 0 001 & 02024411 a 0000 | lacking or deficient in natural resources
-02024758 00 a 01 rich 3 004 + 04729328 n 0104 ! 02025498 a 0101 & 02024928 a 0000 & 02025274 a 0000 | suggestive of or characterized by great expense; "a rich display"
-02024928 00 s 07 deluxe 0 gilded 0 grand 0 luxurious 0 opulent 0 princely 0 sumptuous 0 010 & 02024758 a 0000 + 14492373 n 0704 + 05146471 n 0704 + 05146471 n 0703 + 14492373 n 0503 + 14492373 n 0401 + 05146471 n 0402 + 05119223 n 0401 + 14492373 n 0402 + 04729328 n 0302 | rich and superior in quality; "a princely sum"; "gilded dining rooms"
-02025274 00 s 05 lavish 0 lucullan 0 lush 0 plush 0 plushy 0 004 & 02024758 a 0000 + 05116243 n 0302 + 11143600 n 0201 + 05146471 n 0101 | characterized by extravagance and profusion; "a lavish buffet"; "a lucullan feast"
-02025498 00 a 01 poor 3 004 + 14493145 n 0102 ! 02024758 a 0101 & 02025718 a 0000 & 02025885 a 0000 | characterized by or indicating poverty; "the country had a poor economy"; "they lived in the poor section of town"
-02025718 00 s 02 beggarly 0 mean 0 002 & 02025498 a 0000 + 09847010 n 0101 | marked by poverty befitting a beggar; "a beggarly existence in the slums"; "a mean hut"
-02025885 00 s 01 slummy 0 002 & 02025498 a 0000 + 08651832 n 0101 | (of housing or residential areas) indicative of poverty; "a slummy part of town"; "slum conditions"
-02026055 00 a 02 moneyed 0 monied 0 001 ! 02026197 a 0101 | based on or arising from the possession of money or wealth; "moneyed interests"
-02026197 00 a 01 moneyless 0 001 ! 02026055 a 0101 | not based on the possession of money; "a moneyless economy"
-02026312 00 a 01 solvent 0 003 + 14478143 n 0101 + 00761454 v 0102 ! 02026442 a 0101 | capable of meeting financial obligations
-02026442 00 a 01 insolvent 0 003 + 14478291 n 0101 ! 02026312 a 0101 & 02026629 a 0000 | unable to meet or discharge financial obligations; "an insolvent person"; "an insolvent estate"
-02026629 00 s 02 bankrupt 0 belly-up(p) 0 002 & 02026442 a 0000 + 09838370 n 0101 | financially ruined; "a bankrupt company"; "the company went belly-up"
-02026785 00 a 01 rich 4 004 ;c 06125698 n 0000 ;c 06084469 n 0000 + 05115804 n 0103 ! 02027003 a 0101 | high in mineral content; having a high proportion of fuel to air; "a rich vein of copper", "a rich gas mixture"
-02027003 00 a 01 lean 0 002 + 05113462 n 0103 ! 02026785 a 0101 | lacking in mineral content or combustible material; "lean ore"; "lean fuel"
-02027147 00 a 01 rimmed 0 003 ! 02027609 a 0101 & 02027319 a 0000 & 02027480 a 0000 | having a rim or a rim of a specified kind; "do you wear rimmed or rimless glasses?"
-02027319 00 s 01 horn-rimmed 0 001 & 02027147 a 0000 | having the frame made of horn or tortoise shell or plastic that simulates either; "horn-rimmed glasses"
-02027480 00 s 01 red-rimmed 0 001 & 02027147 a 0000 | rimmed with red; "your red-rimmed eyes reveal that you have been crying"
-02027609 00 a 01 rimless 0 001 ! 02027147 a 0101 | lacking a rim or frame; "rimless glasses"
-02027704 00 a 01 handed 0 004 + 05067007 n 0101 ! 02028263 a 0101 & 02027906 a 0000 & 02028046 a 0000 | having or involving the use of hands; "a handed, tree-living animal"; "a four-handed card game"
-02027906 00 s 01 one-handed 0 001 & 02027704 a 0000 | having or using a single hand; "one-handed golfers"; "a one-handed backetball shot"
-02028046 00 s 02 two-handed 0 bimanual 0 001 & 02027704 a 0000 | requiring two hands or designed for two people; "a two-handed sledgehammer"; "a two-handed crosscut saw"; "a machine designed for bimanual operation"
-02028263 00 a 01 handless 0 001 ! 02027704 a 0101 | without a hand or hands; "a handless war veteran"
-02028367 00 a 01 handled 0 001 ! 02028488 a 0101 | having a usually specified type of handle; "pearl-handled revolver"
-02028488 00 a 01 handleless 0 001 ! 02028367 a 0101 | having no handle; "sleek cabinets with apparently handleless doors"
-02028612 00 a 01 right-handed 0 007 ^ 00742879 a 0000 ^ 02031986 a 0000 + 05067514 n 0101 ! 02029167 a 0101 ! 02029752 a 0101 & 02028865 a 0000 & 02029047 a 0000 | using or intended for the right hand; "a right-handed batter"; "right-handed scissors"
-02028865 00 s 01 dextral 0 002 & 02028612 a 0000 + 05067514 n 0102 | preferring to use right foot or hand or eye; "dextral individuals exhibit dominance of the right hand and eye"
-02029047 00 s 02 right(a) 0 right-hand(a) 0 001 & 02028612 a 0000 | intended for the right hand; "a right-hand glove"
-02029167 00 a 01 left-handed 0 007 ^ 00743435 a 0000 ^ 02032953 a 0000 + 05067367 n 0101 ! 02029752 a 0101 ! 02028612 a 0101 & 02029438 a 0000 & 02029568 a 0000 | using or intended for the left hand; "left-handed golfers need left-handed clubs"; "left-handed scissors"
-02029438 00 s 02 left(a) 0 left-hand(a) 0 001 & 02029167 a 0000 | intended for the left hand; "I rarely lose a left-hand glove"
-02029568 00 s 01 sinistral 0 002 & 02029167 a 0000 + 05067367 n 0102 | preferring to use left foot or hand or eye; "sinistral individuals exhibit dominance of the left hand and eye"
-02029752 00 a 02 ambidextrous 0 two-handed 4 005 + 05067199 n 0101 + 05067199 n 0102 ! 02028612 a 0101 ! 02029167 a 0101 & 02029954 a 0000 | equally skillful with each hand; "an ambidextrous surgeon"
-02029954 00 s 01 equipoised 0 001 & 02029752 a 0000 | lacking lateral dominance; being neither right-handed nor left-handed
-02030080 00 a 01 right 3 008 ^ 00574422 a 0000 ! 02030935 a 0101 ! 02031624 a 0101 & 02030312 a 0000 & 02030425 a 0000 & 02030562 a 0000 & 02030704 a 0000 & 02030793 a 0000 | of or belonging to the political or intellectual right
-02030312 00 s 01 conservative 0 001 & 02030080 a 0000 | having social or political views favoring conservatism
-02030425 00 s 02 oldline 0 old-line 0 001 & 02030080 a 0000 | adhering to conservative or reactionary principles; "an oldline senator"
-02030562 00 s 03 reactionary 0 reactionist 0 far-right 0 003 & 02030080 a 0000 + 10508475 n 0101 + 06216634 n 0101 | extremely conservative
-02030704 00 s 01 rightish 0 001 & 02030080 a 0000 | tending toward the political right
-02030793 00 s 02 rightist 0 right-wing 0 002 & 02030080 a 0000 + 10531227 n 0101 | believing in or supporting tenets of the political right
-02030935 00 a 01 left 2 008 ^ 00575230 a 0000 ^ 00298041 a 0000 ! 02031624 a 0101 ! 02030080 a 0101 & 02031165 a 0000 & 02031248 a 0000 & 02031335 a 0000 & 02031473 a 0000 | of or belonging to the political or intellectual left
-02031165 00 s 01 far_left 0 001 & 02030935 a 0000 | radical or extremely liberal
-02031248 00 s 01 leftish 0 001 & 02030935 a 0000 | tending toward the political left
-02031335 00 s 03 leftist 0 left-of-center 0 left-wing 0 001 & 02030935 a 0000 | believing in or supporting tenets of the political left
-02031473 00 s 01 liberal 0 003 & 02030935 a 0000 + 06204820 n 0102 + 06204820 n 0101 | having political or social views favoring reform and progress
-02031624 00 a 01 center 0 004 + 08416523 n 0101 ! 02030080 a 0101 ! 02030935 a 0101 & 02031810 a 0000 | of or belonging to neither the right nor the left politically or intellectually
-02031810 00 s 02 centrist 0 middle-of-the-road 0 002 & 02031624 a 0000 + 09904837 n 0101 | supporting or pursuing a course of action that is neither liberal nor conservative
-02031986 00 a 01 right 0 007 ^ 02028612 a 0000 = 08621598 n 0000 ! 02032953 a 0101 & 02032386 a 0000 & 02032617 a 0000 & 02032730 a 0000 & 02032850 a 0000 | being or located on or directed toward the side of the body to the east when facing north; "my right hand"; "right center field"; "a right-hand turn"; "the right bank of a river is the bank on your right side when you are facing downstream"
-02032386 00 s 01 far 0 001 & 02031986 a 0000 | being the animal or vehicle on the right or being on the right side of an animal or vehicle; "the horse on the right is the far horse"; "the right side is the far side of the horse"
-02032617 00 s 01 rightmost 0 001 & 02031986 a 0000 | farthest to the right; "in the rightmost line of traffic"
-02032730 00 s 01 right-hand(a) 0 001 & 02031986 a 0000 | located on or directed toward the right; "a right-hand turn"
-02032850 00 s 01 starboard 0 001 & 02031986 a 0000 | located on the right side of a ship or aircraft
-02032953 00 a 01 left 0 007 ^ 02029167 a 0000 = 08621598 n 0000 ! 02031986 a 0101 & 02033323 a 0000 & 02033450 a 0000 & 02033556 a 0000 & 02033742 a 0000 | being or located on or directed toward the side of the body to the west when facing north; "my left hand"; "left center field"; "the left bank of a river is bank on your left side when you are facing downstream"
-02033323 00 s 01 left-hand(a) 0 001 & 02032953 a 0000 | located on or directed toward the left; "a car with left-hand drive"
-02033450 00 s 01 leftmost 0 001 & 02032953 a 0000 | farthest to the left; "the leftmost non-zero digit"
-02033556 00 s 02 near(a) 0 nigh(a) 0 001 & 02032953 a 0000 | being on the left side; "the near or nigh horse is the one on the left"; "the animal's left side is its near or nigh side"
-02033742 00 s 02 port 0 larboard 0 002 & 02032953 a 0000 + 03642928 n 0102 | located on the left side of a ship or aircraft
-02033868 00 a 01 horned 0 006 ! 02034739 a 0101 & 02034179 a 0000 & 02034248 a 0000 & 02034324 a 0000 & 02034504 a 0000 & 02034592 a 0000 | having a horn or horns or hornlike parts or horns of a particular kind; "horned viper"; "great horned owl"; "the unicorn--a mythical horned beast"; "long-horned cattle"
-02034179 00 s 01 antlered 0 001 & 02033868 a 0000 | having antlers
-02034248 00 s 01 antler-like 0 001 & 02033868 a 0000 | resembling antlers
-02034324 00 s 05 bicorn 0 bicorned 0 bicornate 0 bicornuate 0 bicornuous 0 002 & 02033868 a 0000 + 02834642 n 0101 | having two horns or horn-shaped parts; "a bicornuate uterus"
-02034504 00 s 01 hollow-horned 0 001 & 02033868 a 0000 | having horns that are hollow
-02034592 00 s 01 horny 0 002 & 02033868 a 0000 + 01325417 n 0101 | having horns or hornlike projections; "horny coral"; "horny (or horned) frog"
-02034739 00 a 01 hornless 0 001 ! 02033868 a 0101 | having no horns; "hornless cattle"
-02034828 00 a 01 right 1 008 ^ 00905386 a 0000 ^ 01129977 a 0000 ^ 01369663 a 0000 ^ 01878466 a 0000 = 04847133 n 0000 + 04847133 n 0101 ! 02035337 a 0101 & 02035086 a 0000 | in conformance with justice or law or morality; "do the right thing and confess"
-02035086 00 s 03 ethical 0 honorable 0 honourable 0 004 & 02034828 a 0000 + 04868748 n 0302 + 04868748 n 0201 + 09183693 n 0102 | adhering to ethical and moral principles; "it seems ethical and right"; "followed the only honorable course of action"
-02035337 00 a 01 wrong 1 014 ^ 01131043 a 0000 ^ 01880531 a 0000 ^ 01549291 a 0000 ^ 00905728 a 0000 ^ 01370590 a 0000 ^ 02513740 a 0000 = 04847133 n 0000 + 04854604 n 0101 + 00744131 n 0101 + 04851962 n 0101 ! 02034828 a 0101 & 02035765 a 0000 & 02036077 a 0000 & 02036397 a 0000 | contrary to conscience or morality or law; "it is wrong for the rich to take advantage of the poor"; "cheating is wrong"; "it is wrong to lie"
-02035765 00 s 05 condemnable 0 criminal 0 deplorable 0 reprehensible 0 vicious 0 003 & 02035337 a 0000 + 00826201 v 0401 + 04853212 n 0401 | bringing or deserving severe rebuke or censure; "a criminal waste of talent"; "a deplorable act of violence"; "adultery is as reprehensible for a husband as for a wife"
-02036077 00 s 02 base 0 immoral 0 003 & 02035337 a 0000 + 04850589 n 0201 + 04807971 n 0101 | not adhering to ethical or moral principles; "base and unpatriotic motives"; "a base, degrading way of life"; "cheating is dishonorable"; "they considered colonialism immoral"; "unethical practices in handling public funds"
-02036397 00 s 02 misguided 0 mistaken 0 001 & 02035337 a 0000 | wrong in e.g. opinion or judgment; "well-meaning but misguided teachers"; "a mistaken belief"; "mistaken identity"
-02036578 00 a 01 righteous 0 010 ^ 01129977 a 0000 ^ 01319874 a 0000 ^ 01369663 a 0000 ^ 01548193 a 0000 ^ 02513269 a 0000 ^ 02584981 a 0000 + 04826235 n 0101 ! 02037272 a 0101 & 02036934 a 0000 & 02037152 a 0000 | characterized by or proceeding from accepted standards of morality or justice; "the...prayer of a righteous man availeth much"- James 5:16
-02036934 00 s 03 good 0 just 0 upright 0 004 & 02036578 a 0000 + 04826623 n 0301 + 04713853 n 0201 + 04849241 n 0102 | of moral excellence; "a genuinely good person"; "a just cause"; "an upright and respectable man"
-02037152 00 s 01 sound 0 002 & 02036578 a 0000 + 05159948 n 0103 | free from moral defect; "a man of sound character"
-02037272 00 a 01 unrighteous 0 009 ^ 01131043 a 0000 ^ 01320988 a 0000 ^ 01549291 a 0000 ^ 01370590 a 0000 ^ 02588099 a 0000 ^ 02513740 a 0000 + 04827652 n 0101 ! 02036578 a 0101 & 02037531 a 0000 | not righteous; "an unrighteous man"; "an unrighteous law"
-02037531 00 s 03 sinful 0 unholy 0 wicked 0 004 & 02037272 a 0000 + 04827957 n 0303 + 04855840 n 0201 + 04827957 n 0102 | having committed unrighteous acts; "a sinful person"
-02037708 00 a 01 robust 0 016 ^ 01170243 a 0000 ^ 00707366 a 0000 ^ 02321009 a 0000 + 05031012 n 0101 ! 02040049 a 0101 & 02038126 a 0000 & 02038421 a 0000 & 02038555 a 0000 & 02038735 a 0000 & 02038891 a 0000 & 02038994 a 0000 & 02039304 a 0000 & 02039491 a 0000 & 02039632 a 0000 & 02039763 a 0000 & 02039845 a 0000 | sturdy and strong in form, constitution, or construction; "a robust body"; "a robust perennial"
-02038126 00 s 05 beefy 0 burly 0 husky 0 strapping 0 buirdly 0 003 & 02037708 a 0000 ;r 08890097 n 0000 + 05031214 n 0301 | muscular and heavily built; "a beefy wrestler"; "had a tall burly frame"; "clothing sizes for husky boys"; "a strapping boy of eighteen"; "`buirdly' is a Scottish term"
-02038421 00 s 01 big-boned 0 001 & 02037708 a 0000 | having a bone structure that is massive in contrast with the surrounding flesh
-02038555 00 s 02 big-chested 0 chesty 0 002 & 02037708 a 0000 + 05552607 n 0202 | marked by a large or well-developed chest; "he was big-chested, big-shouldered and heavy-armed"
-02038735 00 s 03 big-shouldered 0 broad-shouldered 0 square-shouldered 0 001 & 02037708 a 0000 | having broad shoulders; "big-shouldered and heavy-armed"
-02038891 00 s 02 cast-iron 0 iron 0 001 & 02037708 a 0000 | extremely robust; "an iron constitution"
-02038994 00 s 04 hardy 0 stalwart 0 stout 0 sturdy 0 004 & 02037708 a 0000 + 14051381 n 0401 + 05031560 n 0301 + 05031012 n 0102 | having rugged physical strength; inured to fatigue or hardships; "hardy explorers of northern Canada"; "proud of her tall stalwart son"; "stout seamen"; "sturdy young athletes"
-02039304 00 s 01 hardy 1 001 & 02037708 a 0000 | able to survive under unfavorable weather conditions; "strawberries are hardy and easy to grow"; "camels are tough and hardy creatures"
-02039491 00 s 01 half-hardy 0 002 & 02037708 a 0000 ;c 00017222 n 0000 | (of plants) requiring protection from frost; "half-hardy annuals"
-02039632 00 s 01 heavy-armed 0 001 & 02037708 a 0000 | having massive arms; "he was big-chested, big-shouldered and heavy-armed"
-02039763 00 s 01 square-built 0 001 & 02037708 a 0000 | broad and solidly built
-02039845 00 s 01 vigorous 0 003 & 02037708 a 0000 + 05035961 n 0102 + 05030806 n 0101 | strong and active physically or mentally; "a vigorous old man who spent half of his day on horseback"- W.H.Hudson
-02040049 00 a 01 frail 0 006 ^ 00705891 a 0000 ^ 02324397 a 0000 + 14547643 n 0105 ! 02037708 a 0101 & 02040233 a 0000 & 02040519 a 0000 | physically weak; "an invalid's frail body"
-02040233 00 s 08 decrepit 0 debile 0 feeble 0 infirm 0 rickety 0 sapless 0 weak 0 weakly 0 005 & 02040049 a 0000 + 05040275 n 0701 + 14547643 n 0401 + 14547643 n 0304 + 14547643 n 0203 | lacking bodily or muscular strength or vitality; "a feeble old woman"; "her body looked sapless"
-02040519 00 s 01 light-boned 0 001 & 02040049 a 0000 | having a bone structure that is light with respect to the surrounding flesh
-02040652 00 a 02 round 0 circular 0 023 ^ 02043898 a 0000 + 00573571 v 0201 + 13873502 n 0201 + 05073559 n 0201 + 05072911 n 0101 ! 02043217 a 0101 & 02041134 a 0000 & 02041229 a 0000 & 02041711 a 0000 & 02041807 a 0000 & 02041940 a 0000 & 02042078 a 0000 & 02042183 a 0000 & 02042267 a 0000 & 02042411 a 0000 & 02042503 a 0000 & 02042599 a 0000 & 02042687 a 0000 & 02042775 a 0000 & 02042872 a 0000 & 02042970 a 0000 & 02043051 a 0000 & 02043142 a 0000 | having a circular shape
-02041134 00 s 01 apple-shaped 0 001 & 02040652 a 0000 | having the general shape of an apple
-02041229 00 s 07 ball-shaped 0 global 0 globose 0 globular 0 orbicular 1 spheric 0 spherical 0 013 & 02040652 a 0000 + 05073131 n 0702 + 13898899 n 0701 + 04274530 n 0701 + 13898899 n 0601 + 13899200 n 0601 + 04274530 n 0601 + 05073131 n 0601 + 13899404 n 0402 + 03440512 n 0401 + 05073131 n 0404 + 05073131 n 0303 + 13899404 n 0202 | having the shape of a sphere or ball; "a spherical object"; "nearly orbicular in shape"; "little globular houses like mud-wasp nests"- Zane Grey
-02041711 00 s 01 barrel-shaped 0 001 & 02040652 a 0000 | having the general shape of a barrel
-02041807 00 s 03 bulblike 0 bulbous 0 bulb-shaped 0 003 & 02040652 a 0000 + 02915480 n 0201 + 13864035 n 0101 | shaped like a bulb
-02041940 00 s 01 capitate 0 003 & 02040652 a 0000 ;c 06037666 n 0000 + 05273223 n 0101 | being abruptly enlarged and globose at the tip
-02042078 00 s 01 coccoid 0 001 & 02040652 a 0000 | spherical; like a coccus; "a coccoid microorganism"
-02042183 00 s 01 cumuliform 0 001 & 02040652 a 0000 | shaped like a cumulus cloud
-02042267 00 s 06 discoid 0 discoidal 0 disklike 0 disclike 0 disk-shaped 0 disc-shaped 0 001 & 02040652 a 0000 | having a flat circular shape
-02042411 00 s 01 goblet-shaped 0 001 & 02040652 a 0000 | resembling the shape of a goblet
-02042503 00 s 02 moonlike 0 moon-round 0 001 & 02040652 a 0000 | resembling the moon in shape
-02042599 00 s 01 nutlike 0 001 & 02040652 a 0000 | resembling a nut in shape and size
-02042687 00 s 01 pancake-like 0 001 & 02040652 a 0000 | resembling a pancake in shape
-02042775 00 s 01 pear-shaped 0 001 & 02040652 a 0000 | having a round shape tapered at one end
-02042872 00 s 01 pinwheel-shaped 0 001 & 02040652 a 0000 | having the round shape of a pinwheel
-02042970 00 s 01 ringlike 0 001 & 02040652 a 0000 | having the shape of a ring
-02043051 00 s 01 roundish 0 001 & 02040652 a 0000 | somewhat round in appearance or form
-02043142 00 s 01 wheel-like 0 001 & 02040652 a 0000 | round like a wheel
-02043217 00 a 01 square 0 007 ^ 02047807 a 0000 + 05072406 n 0101 ! 02040652 a 0101 & 02043499 a 0000 & 02043587 a 0000 & 02043729 a 0000 & 02043806 a 0000 | having four equal sides and four right angles or forming a right angle; "a square peg in a round hole"; "a square corner"
-02043499 00 s 01 quadrate 0 001 & 02043217 a 0000 | having four sides and four angles
-02043587 00 s 01 right-angled 0 001 & 02043217 a 0000 | forming a right angle or containing one or more right angles; "a right-angled bend"
-02043729 00 s 01 squared 0 001 & 02043217 a 0000 | having been made square
-02043806 00 s 01 squarish 0 001 & 02043217 a 0000 | somewhat square in appearance or form
-02043898 00 a 01 rounded 0 034 ^ 02317327 a 0000 ^ 00986027 a 0000 ^ 02049918 a 0000 ^ 02050116 a 0000 ^ 02040652 a 0000 + 05070453 n 0101 ! 02047807 a 0101 & 02044642 a 0000 & 02044736 a 0000 & 02044860 a 0000 & 02045008 a 0000 & 02045144 a 0000 & 02045255 a 0000 & 02045345 a 0000 & 02045473 a 0000 & 02045620 a 0000 & 02045723 a 0000 & 02045894 a 0000 & 02046017 a 0000 & 02046115 a 0000 & 02046199 a 0000 & 02046446 a 0000 & 02046625 a 0000 & 02046736 a 0000 & 02046828 a 0000 & 02046916 a 0000 & 02047051 a 0000 & 02047160 a 0000 & 02047252 a 0000 & 02047335 a 0000 & 02047413 a 0000 & 02047496 a 0000 & 02047603 a 0000 & 02047726 a 0000 | curving and somewhat round in shape rather than jagged; "low rounded hills"; "rounded shoulders"
-02044642 00 s 02 allantoid 0 sausage-shaped 0 001 & 02043898 a 0000 | shaped like a sausage
-02044736 00 s 04 almond-shaped 0 amygdaliform 0 amygdaloid 0 amygdaloidal 0 001 & 02043898 a 0000 | shaped like an almond
-02044860 00 s 07 annular 0 annulate 0 annulated 0 circinate 0 ringed 0 ring-shaped 0 doughnut-shaped 0 001 & 02043898 a 0000 | shaped like a ring
-02045008 00 s 02 aspheric 0 aspherical 0 002 & 02043898 a 0000 ;c 06100778 n 0000 | varying slightly from a perfectly spherical shape
-02045144 00 s 03 auriform 0 ear-shaped 0 ear-like 0 001 & 02043898 a 0000 | having a shape resembling an ear
-02045255 00 s 01 bean-shaped 0 001 & 02043898 a 0000 | having a shape resembling a bean
-02045345 00 s 01 bowfront 0 001 & 02043898 a 0000 | having an outward curving front; "a bowfront dresser"; "a bowfront house"
-02045473 00 s 04 crescent(a) 0 crescent-shaped 0 semilunar 0 lunate 0 002 & 02043898 a 0000 + 13896217 n 0101 | resembling the new moon in shape
-02045620 00 s 02 cycloid 0 cycloidal 0 002 & 02043898 a 0000 + 13908777 n 0201 | resembling a circle
-02045723 00 s 02 cylindrical 0 cylindric 0 005 & 02043898 a 0000 + 13865298 n 0201 + 13899804 n 0201 + 05073403 n 0102 + 05073403 n 0101 | having the form of a cylinder
-02045894 00 s 01 disciform 0 001 & 02043898 a 0000 | having a round or oval shape like a disc; "a disciform skin lesion"
-02046017 00 s 02 domed 0 vaulted 0 001 & 02043898 a 0000 | having a hemispherical vault or dome
-02046115 00 s 01 dome-shaped 0 001 & 02043898 a 0000 | having the shape of a dome
-02046199 00 s 09 egg-shaped 0 elliptic 0 elliptical 0 oval 0 oval-shaped 0 ovate 0 oviform 0 ovoid 0 prolate 0 006 & 02043898 a 0000 + 13915023 n 0801 + 13878306 n 0402 + 13878306 n 0301 + 13878306 n 0201 + 05070622 n 0202 | rounded like an egg
-02046446 00 s 03 ellipsoid 0 ellipsoidal 0 spheroidal 0 004 & 02043898 a 0000 + 13898645 n 0301 + 13897198 n 0201 + 13897198 n 0101 | having the nature or shape of an ellipsoid
-02046625 00 s 01 hyperboloidal 0 002 & 02043898 a 0000 + 13896854 n 0101 | having the shape of a hyperboloid
-02046736 00 s 02 lingulate 0 tongue-shaped 0 001 & 02043898 a 0000 | shaped like a tongue
-02046828 00 s 02 olivelike 0 olive-like 0 001 & 02043898 a 0000 | resembling an olive
-02046916 00 s 02 parabolic 0 parabolical 0 003 & 02043898 a 0000 + 13886371 n 0201 + 13886371 n 0101 | having the form of a parabola
-02047051 00 s 01 paraboloidal 0 002 & 02043898 a 0000 + 13897002 n 0101 | having the shape of a paraboloid
-02047160 00 s 01 pillar-shaped 0 001 & 02043898 a 0000 | shaped like a cylindrical pillar
-02047252 00 s 01 pineal 0 001 & 02043898 a 0000 | having the form of a pine cone
-02047335 00 s 01 plumlike 0 001 & 02043898 a 0000 | resembling a plum fruit
-02047413 00 s 02 rod-shaped 0 rodlike 0 001 & 02043898 a 0000 | resembling a rod
-02047496 00 s 01 rotund 0 003 & 02043898 a 0000 + 05073131 n 0106 + 05073131 n 0105 | spherical in shape
-02047603 00 s 01 terete 0 002 & 02043898 a 0000 ;c 06066555 n 0000 | especially of plant parts; cylindrical and tapering
-02047726 00 s 01 umbrellalike 0 001 & 02043898 a 0000 | resembling an umbrella
-02047807 00 a 02 angular 0 angulate 0 020 ^ 01809655 a 0000 ^ 02043217 a 0000 + 13887509 n 0201 + 13887509 n 0101 + 13864763 n 0102 + 05070849 n 0101 ! 02043898 a 0101 & 02048247 a 0000 & 02048344 a 0000 & 02048449 a 0000 & 02048626 a 0000 & 02048794 a 0000 & 02048875 a 0000 & 02048977 a 0000 & 02049147 a 0000 & 02049243 a 0000 & 02049323 a 0000 & 02049428 a 0000 & 02049648 a 0000 & 02049812 a 0000 | having angles or an angular shape
-02048247 00 s 01 angled 0 001 & 02047807 a 0000 | forming or set at an angle; "angled parking"
-02048344 00 s 02 asteroid 0 star-shaped 0 002 & 02047807 a 0000 + 09208702 n 0101 | shaped like a star
-02048449 00 s 02 bicuspid 0 bicuspidate 0 002 & 02047807 a 0000 + 05307358 n 0102 | having two cusps or points (especially a molar tooth); "bicuspid teeth"; "bicuspid leaves"
-02048626 00 s 06 cuspate 0 cuspated 0 cusped 0 cuspidal 0 cuspidate 0 cuspidated 0 003 & 02047807 a 0000 + 03151916 n 0401 + 05307091 n 0406 | having cusps or points
-02048794 00 s 01 equiangular 0 001 & 02047807 a 0000 | having all angles equal
-02048875 00 s 01 isogonic 0 002 & 02047807 a 0000 + 13866515 n 0101 | having or making equal angles
-02048977 00 s 01 rectangular 0 003 & 02047807 a 0000 + 13883346 n 0101 + 05071869 n 0101 | having four right angles; "a rectangular figure twice as long as it is wide"
-02049147 00 s 02 sharp-cornered 0 sharp-angled 0 001 & 02047807 a 0000 | having sharp corners
-02049243 00 s 01 square-shaped 0 001 & 02047807 a 0000 | shaped like a square
-02049323 00 s 01 three-cornered 0 001 & 02047807 a 0000 | having three corners; "a three-cornered hat"
-02049428 00 s 01 triangular 0 003 & 02047807 a 0000 + 13879320 n 0101 + 05072523 n 0101 | having three angles; forming or shaped like a triangle; "a triangular figure"; "a triangular pyrimid has a triangle for a base"
-02049648 00 s 02 tricuspid 0 tricuspidate 0 001 & 02047807 a 0000 | having three cusps or points (especially a molar tooth); "tricuspid molar"; "tricuspid valve"
-02049812 00 s 01 unicuspid 0 001 & 02047807 a 0000 | having a single cusp or point; "a unicuspid tooth"
-02049918 00 a 02 oblate 0 pumpkin-shaped 0 003 ^ 02043898 a 0000 + 05070622 n 0101 ! 02050116 a 0101 | having the equatorial diameter greater than the polar diameter; being flattened at the poles
-02050116 00 a 02 prolate 0 watermelon-shaped 0 003 ^ 02043898 a 0000 ! 02049918 a 0101 & 02050368 a 0000 | having the polar diameter greater than the equatorial diameter; "a prolate spheroid is generated by revolving an ellipse about its major axis"
-02050368 00 s 01 cucumber-shaped 0 001 & 02050116 a 0000 | shaped like a cucumber
-02050452 00 a 01 rural 0 011 + 04920237 n 0101 ! 02052333 a 0101 & 02050841 a 0000 & 02051013 a 0000 & 02051179 a 0000 & 02051500 a 0000 & 02051616 a 0000 & 02051788 a 0000 & 02051881 a 0000 & 02052005 a 0000 & 02052197 a 0000 | living in or characteristic of farming or country life; "rural people"; "large rural households"; "unpaved rural roads"; "an economy that is basically rural"
-02050841 00 s 03 agrarian 0 agricultural 0 farming(a) 0 001 & 02050452 a 0000 | relating to rural matters; "an agrarian (or agricultural) society"; "farming communities"
-02051013 00 s 02 agrestic 0 rustic 0 002 & 02050452 a 0000 + 04816125 n 0201 | characteristic of the fields or country; "agrestic simplicity"; "rustic stone walls"
-02051179 00 s 03 arcadian 0 bucolic 1 pastoral 0 004 & 02050452 a 0000 + 06377275 n 0301 + 07043824 n 0302 + 09711754 n 0101 | (used with regard to idealized country life) idyllically rustic; "a country life of arcadian contentment"; "a pleasant bucolic scene"; "charming in its pastoral setting"; "rustic tranquility"
-02051500 00 s 01 campestral 0 001 & 02050452 a 0000 | of fields or open country; "living in campestral seclusion"
-02051616 00 s 03 countrified 0 countryfied 0 rustic 2 002 & 02050452 a 0000 + 04816125 n 0301 | characteristic of rural life; "countrified clothes"; "rustic awkwardness"
-02051788 00 s 01 country-bred 0 001 & 02050452 a 0000 | rough and uncouth; "a country boy"
-02051881 00 s 01 country-style 0 001 & 02050452 a 0000 | typical of the country; "country-style sausage"; "country music"
-02052005 00 s 03 cracker-barrel 0 folksy 0 homespun 0 001 & 02050452 a 0000 | characteristic of country life; "cracker-barrel philosophy"; "folksy humor"; "the air of homespun country boys"
-02052197 00 s 01 hobnailed 0 001 & 02050452 a 0000 | marked by the wearing of heavy boots studded with hobnails; "hobnailed laborers"
-02052333 00 a 01 urban 0 007 + 00500055 v 0101 + 00499812 v 0101 + 04816302 n 0101 ! 02050452 a 0101 & 02052603 a 0000 & 02052757 a 0000 & 02052830 a 0000 | located in or characteristic of a city or city life; "urban property owners"; "urban affairs"; "urban manners"
-02052603 00 s 04 citified 0 cityfied 0 city-bred 0 city-born 0 001 & 02052333 a 0000 | being or having the customs or manners or dress of a city person
-02052757 00 s 01 city-like 0 001 & 02052333 a 0000 | resembling a city
-02052830 00 s 02 urbanized 0 urbanised 0 001 & 02052333 a 0000 | made urban in nature; taking on urban characteristics; "the urbanized Eastern states"
-02052983 00 a 01 rusted 0 002 ! 02053253 a 0101 & 02053094 a 0000 | having accumulated rust; "rusted hinges"
-02053094 00 s 01 rusty 0 003 & 02052983 a 0000 + 14579365 n 0101 + 14889479 n 0101 | covered with or consisting of rust; "a rusty machine"; "rusty deposits"
-02053253 00 a 01 rustless 0 005 ! 02052983 a 0101 & 02053392 a 0000 & 02053460 a 0000 & 02053553 a 0000 & 02053631 a 0000 | without rust
-02053392 00 s 01 rust-free 0 001 & 02053253 a 0000 | free of rust
-02053460 00 s 02 rustproof 0 rustproofed 0 001 & 02053253 a 0000 | treated against rusting
-02053553 00 s 01 rust-resistant 0 001 & 02053253 a 0000 | resistant to rust
-02053631 00 s 02 undercoated 0 undersealed 0 002 & 02053253 a 0000 ;c 03791235 n 0000 | (of motor vehicles) having a coating of tar or other rustproof material applied to the underside
-02053818 00 a 01 holy 0 009 ^ 00573225 a 0000 ^ 02055062 a 0000 = 04855138 n 0000 + 04855138 n 0101 ! 02054779 a 0101 & 02054075 a 0000 & 02054216 a 0000 & 02054310 a 0000 & 02054610 a 0000 | belonging to or derived from or associated with a divine power
-02054075 00 s 02 beatified 0 blessed 1 001 & 02053818 a 0000 | Roman Catholic; proclaimed one of the blessed and thus worthy of veneration
-02054216 00 s 01 Blessed 2 001 & 02053818 a 0000 | worthy of worship; "the Blessed Trinity"
-02054310 00 s 03 consecrated 0 sacred 0 sanctified 0 002 & 02053818 a 0000 + 04855332 n 0201 | made or declared or believed to be holy; devoted to a deity or some religious ceremony or use; "a consecrated church"; "the sacred mosque"; "sacred elephants"; "sacred bread and wine"; "sanctified wine"
-02054610 00 s 02 hallowed 0 sacred 2 002 & 02053818 a 0000 + 04855332 n 0201 | worthy of religious veneration; "the sacred name of Jesus"; "Jerusalem's hallowed soil"
-02054779 00 a 02 unholy 0 unhallowed 0 004 = 04855138 n 0000 + 04855840 n 0101 ! 02053818 a 0101 & 02054926 a 0000 | not hallowed or consecrated
-02054926 00 s 03 profane 0 unconsecrated 0 unsanctified 0 001 & 02054779 a 0000 | not holy because unconsecrated or impure or defiled
-02055062 00 a 01 sacred 0 015 ^ 00573225 a 0000 ^ 01178974 a 0000 ^ 01781478 a 0000 + 04855332 n 0101 ! 02056880 a 0101 & 02055460 a 0000 & 02055617 a 0000 & 02055773 a 0000 & 02055900 a 0000 & 02056001 a 0000 & 02056165 a 0000 & 02056265 a 0000 & 02056566 a 0000 & 02056663 a 0000 & 02056761 a 0000 | concerned with religion or religious purposes; "sacred texts"; "sacred rites"; "sacred music"
-02055460 00 s 01 divine 0 002 & 02055062 a 0000 + 04854976 n 0101 | devoted to or in the service or worship of a deity; "divine worship"; "divine liturgy"
-02055617 00 s 04 ineffable 0 unnameable 0 unspeakable 0 unutterable 0 001 & 02055062 a 0000 | too sacred to be uttered; "the ineffable name of the Deity"
-02055773 00 s 01 inspirational 0 002 & 02055062 a 0000 + 05686690 n 0102 | imparting a divine influence on the mind and soul
-02055900 00 s 03 inviolable 0 inviolate 0 sacrosanct 0 001 & 02055062 a 0000 | must be kept sacred
-02056001 00 s 01 numinous 0 002 & 02055062 a 0000 + 10366484 n 0101 | evincing the presence of a deity; "a numinous wood"; "the most numinous moment in the Mass"
-02056165 00 s 01 quasi-religious 0 001 & 02055062 a 0000 | resembling something that is religious
-02056265 00 s 02 religious 0 spiritual 0 004 & 02055062 a 0000 + 04826999 n 0102 + 08081668 n 0101 + 04827175 n 0101 | concerned with sacred matters or religion or the church; "religious texts"; "a member of a religious order"; "lords temporal and spiritual"; "spiritual leaders"; "spiritual songs"
-02056566 00 s 02 reverend 0 sublime 0 001 & 02055062 a 0000 | worthy of adoration or reverence
-02056663 00 s 01 sacral 0 001 & 02055062 a 0000 | of or relating to sacred rites; "sacral laws"
-02056761 00 s 02 taboo 0 tabu 0 001 & 02055062 a 0000 | forbidden to profane use especially in South Pacific islands
-02056880 00 a 02 profane 0 secular 5 007 ^ 01180695 a 0000 ^ 01782519 a 0000 ^ 02577061 a 0000 + 06207874 n 0101 ! 02055062 a 0101 & 02057226 a 0000 & 02057444 a 0000 | not concerned with or devoted to religion; "sacred and profane music"; "secular drama"; "secular architecture", "children being brought up in an entirely profane environment"
-02057226 00 s 03 laic 0 lay 0 secular 6 002 & 02056880 a 0000 + 08153102 n 0201 | characteristic of those who are not members of the clergy; "set his collar in laic rather than clerical position"; "the lay ministry"
-02057444 00 s 01 profanatory 0 001 & 02056880 a 0000 | profaning or tending to desecrate
-02057535 00 a 01 sadistic 0 002 + 07493830 n 0101 ! 02057681 a 0101 | deriving pleasure or sexual gratification from inflicting pain on another
-02057681 00 a 01 masochistic 0 002 + 07494175 n 0101 ! 02057535 a 0101 | deriving pleasure or sexual gratification from being abused or dominated
-02057829 00 a 01 safe 1 010 ^ 01159655 a 0000 ^ 02525206 a 0000 ^ 02093888 a 0000 ^ 01319182 a 0000 + 04856308 n 0101 ! 02058794 a 0101 & 02058148 a 0000 & 02058379 a 0000 & 02058529 a 0000 & 02058656 a 0000 | free from danger or the risk of harm; "a safe trip"; "you will be safe here"; "a safe place"; "a safe bet"
-02058148 00 s 01 fail-safe 0 001 & 02057829 a 0000 | eliminating danger by compensating automatically for a failure or malfunction; "a fail-safe device in a nuclear weapon to deactivate it automatically in the event of accident"
-02058379 00 s 01 off_the_hook(p) 0 001 & 02057829 a 0000 | freed from danger or blame or obligation; "I let him off the hook with a mild reprimand"
-02058529 00 s 03 risk-free 0 riskless 0 unhazardous 0 002 & 02057829 a 0000 + 14538908 n 0201 | thought to be devoid of risk
-02058656 00 s 02 safe_and_sound 0 unhurt 0 001 & 02057829 a 0000 | free from danger or injury; "the children were found safe and sound"
-02058794 00 a 02 dangerous 0 unsafe 0 016 ^ 02094755 a 0000 ^ 02523275 a 0000 + 14541044 n 0101 + 08644213 n 0101 + 04856460 n 0101 ! 02057829 a 0101 & 02059280 a 0000 & 02059381 a 0000 & 02059626 a 0000 & 02059811 a 0000 & 02060106 a 0000 & 02060198 a 0000 & 02060359 a 0000 & 02060496 a 0000 & 02060912 a 0000 & 02061126 a 0000 | involving or causing danger or risk; liable to hurt or harm; "a dangerous criminal"; "a dangerous bridge"; "unemployment reached dangerous proportions"
-02059280 00 s 01 breakneck 0 001 & 02058794 a 0000 | moving at very high speed; "a breakneck pace"
-02059381 00 s 04 chancy 0 chanceful 0 dicey 0 dodgy 0 002 & 02058794 a 0000 + 00802629 n 0101 | of uncertain outcome; especially fraught with risk; "an extremely dicey future on a brave new world of liquid nitrogen, tar, and smog"- New Yorker
-02059626 00 s 01 desperate 1 001 & 02058794 a 0000 | (of persons) dangerously reckless or violent as from urgency or despair; "a desperate criminal"; "taken hostage of desperate men"
-02059811 00 s 03 hazardous 0 risky 0 wild 0 006 & 02058794 a 0000 + 14541852 n 0204 + 00802238 n 0201 + 14543552 n 0201 + 14541852 n 0101 + 14541538 n 0101 | involving risk or danger; "skydiving is a hazardous sport"; "extremely risky going out in the tide and fog"; "a wild financial scheme"
-02060106 00 s 01 insidious 0 002 & 02058794 a 0000 + 04880138 n 0101 | intended to entrap
-02060198 00 s 01 mordacious 0 002 & 02058794 a 0000 + 04943367 n 0101 | biting or given to biting; "they deliberately gave me a skittish and mordacious mount"
-02060359 00 s 01 on_the_hook(p) 0 001 & 02058794 a 0000 | caught in a difficult or dangerous situation; "there I was back on the hook"
-02060496 00 s 04 parlous 0 perilous 0 precarious 0 touch-and-go 0 006 & 02058794 a 0000 + 04856621 n 0301 + 14543552 n 0202 + 14541852 n 0203 + 00802238 n 0202 + 14541538 n 0202 | fraught with danger; "dangerous waters"; "a parlous journey on stormy seas"; "a perilous voyage across the Atlantic in a small boat"; "the precarious life of an undersea diver"; "dangerous surgery followed by a touch-and-go recovery"
-02060912 00 s 02 self-destructive 0 suicidal 0 002 & 02058794 a 0000 + 00222485 n 0201 | dangerous to yourself or your interests; "suicidal impulses"; "a suicidal corporate takeover strategy"; "a kamikaze pilot"
-02061126 00 s 02 treacherous 0 unreliable 0 002 & 02058794 a 0000 + 04671394 n 0204 | dangerously unstable and unpredictable; "treacherous winding roads"; "an unreliable trestle"
-02061307 00 a 01 safe(p) 2 002 ;c 00471613 n 0000 ! 02061487 a 0101 | having reached a base without being put out; "the runner was called safe when the baseman dropped the ball"
-02061487 00 a 01 out(p) 2 003 ;c 00471613 n 0000 ! 02061307 a 0101 & 02061678 a 0000 | not allowed to continue to bat or run; "he was tagged out at second on a close play"; "he fanned out"
-02061678 00 s 01 down(p) 0 001 & 02061487 a 0000 | being put out by a strikeout; "two down in the bottom of the ninth"
-02061799 00 a 02 salable 0 saleable 0 005 + 04732237 n 0102 + 04732237 n 0101 ! 02062358 a 0101 & 02061998 a 0000 & 02062133 a 0000 | capable of being sold; fit for sale; "saleable at a low price"
-02061998 00 s 01 marketable 1 002 & 02061799 a 0000 + 00470386 v 0103 | being in demand by especially employers; "marketable skills"
-02062133 00 s 05 marketable 2 merchantable 0 sellable 0 vendable 0 vendible 0 005 & 02061799 a 0000 + 02302817 v 0505 + 02302817 v 0405 + 02298160 v 0101 + 00470386 v 0103 | fit to be offered for sale; "marketable produce"
-02062358 00 a 02 unsalable 0 unsaleable 0 003 ! 02061799 a 0101 & 02062481 a 0000 & 02062565 a 0000 | impossible to sell
-02062481 00 s 01 unmarketable 1 001 & 02062358 a 0000 | not capable of being sold
-02062565 00 s 03 unmarketable 2 unmerchantable 0 unvendible 0 001 & 02062358 a 0000 | not fit for sale
-02062670 00 a 01 same 0 015 ^ 00889831 a 0000 ^ 01409581 a 0000 ^ 02071420 a 0000 ^ 02507968 a 0000 = 04742535 n 0000 + 04742535 n 0101 ! 02064745 a 0101 & 02063279 a 0000 & 02063554 a 0000 & 02063759 a 0000 & 02063903 a 0000 & 02064013 a 0000 & 02064127 a 0000 & 02064427 a 0000 & 02064537 a 0000 | closely similar or comparable in kind or quality or quantity or degree; "curtains the same color as the walls"; "two girls of the same age"; "mother and son have the same blue eyes"; "animals of the same species"; "the same rules as before"; "two boxes having the same dimensions"; "the same day next year"
-02063279 00 s 01 assonant 0 004 & 02062670 a 0000 ;c 07096661 n 0000 + 02750642 v 0101 + 07097346 n 0101 | having the same sound (especially the same vowel sound) occurring in successive stressed syllables; "note the assonant words and syllables in `tilting at windmills'"
-02063554 00 s 03 comparable 0 corresponding 0 like 0 002 & 02062670 a 0000 + 04744814 n 0301 | conforming in every respect; "boxes with corresponding dimensions"; "the like period of the preceding year"
-02063759 00 s 01 cookie-cutter 0 001 & 02062670 a 0000 | having the same appearance (as if mass-produced); "a suburb of cookie-cutter houses"
-02063903 00 s 01 duplicate 0 001 & 02062670 a 0000 | identically copied from an original; "a duplicate key"
-02064013 00 s 01 homophonic 0 003 & 02062670 a 0000 + 07131366 n 0101 + 07131169 n 0101 | having the same sound
-02064127 00 s 02 identical 0 indistinguishable 0 004 & 02062670 a 0000 + 04743024 n 0203 + 04743024 n 0101 + 04743024 n 0102 | exactly alike; incapable of being perceived as different; "rows of identical houses"; "cars identical except for their license plates"; "they wore indistinguishable hats"
-02064427 00 s 01 one(a) 0 001 & 02062670 a 0000 | of the same kind or quality; "two animals of one species"
-02064537 00 s 02 synoptic 0 synoptical 0 001 & 02062670 a 0000 | presenting or taking the same point of view; used especially with regard to the first three gospels of the New Testament; "synoptic sayings"
-02064745 00 a 01 different 0 021 ^ 02073113 a 0000 ^ 00508192 a 0000 ^ 01410363 a 0000 ^ 02506555 a 0000 = 04748836 n 0000 + 04748836 n 0101 + 02666239 v 0101 ! 02062670 a 0101 & 02065404 a 0000 & 02065665 a 0000 & 02065958 a 0000 & 02066142 a 0000 & 02066312 a 0000 & 02066662 a 0000 & 02066836 a 0000 & 02067063 a 0000 & 02067491 a 0000 & 02067719 a 0000 & 02067913 a 0000 & 02068174 a 0000 & 02068277 a 0000 | unlike in nature or quality or form or degree; "took different approaches to the problem"; "came to a different conclusion"; "different parts of the country"; "on different sides of the issue"; "this meeting was different from the earlier one"
-02065404 00 s 02 antithetic 0 antithetical 0 004 & 02064745 a 0000 + 13855230 n 0201 + 13855230 n 0101 + 07101406 n 0101 | sharply contrasted in character or purpose; "practices entirely antithetical to her professed beliefs"; "hope is antithetic to despair"
-02065665 00 s 02 assorted 0 various 2 001 & 02064745 a 0000 | of many different kinds purposefully arranged but lacking any uniformity; "assorted sizes"; "his disguises are many and various"; "various experiments have failed to disprove the theory"; "cited various reasons for his behavior"
-02065958 00 s 01 contrary 0 001 & 02064745 a 0000 | very opposed in nature or character or purpose; "acts contrary to our code of ethics"; "the facts point to a contrary conclusion"
-02066142 00 s 02 contrasting 0 contrastive 0 002 & 02064745 a 0000 + 02666882 v 0201 | strikingly different; tending to contrast; "contrasting (or contrastive) colors"
-02066312 00 s 04 diametric 2 diametrical 2 opposite 0 polar 0 004 & 02064745 a 0000 + 05950559 n 0401 + 13856110 n 0402 + 13854649 n 0302 | characterized by opposite extremes; completely opposed; "in diametric contradiction to his claims"; "diametrical (or opposite) points of view"; "opposite meanings"; "extreme and indefensible polar positions"
-02066662 00 s 01 divergent 0 004 & 02064745 a 0000 + 01004072 n 0102 + 04749709 n 0103 + 02661252 v 0103 | diverging from another or from a standard; "a divergent opinion"
-02066836 00 s 01 disparate 0 003 & 02064745 a 0000 + 04750414 n 0101 + 04752530 n 0101 | fundamentally different or distinct in quality or kind; "such disparate attractions as grand opera and game fishing"; "disparate ideas"
-02067063 00 s 02 distinct 0 distinguishable 0 002 & 02064745 a 0000 + 04742766 n 0102 | (often followed by `from') not alike; different in nature or quality; "plants of several distinct types"; "the word `nationalism' is used in at least two distinct senses"; "gold is distinct from iron"; "a tree related to but quite distinct from the European beech"; "management had interests quite distinct from those of their employees"
-02067491 00 s 02 diverse 0 various 0 002 & 02064745 a 0000 + 04751305 n 0102 | distinctly dissimilar or unlike; "celebrities as diverse as Bob Hope and Bob Dylan"; "animals as various as the jaguar and the cavy and the sloth"
-02067719 00 s 02 divers(a) 0 diverse 2 003 & 02064745 a 0000 + 04751305 n 0201 + 04751305 n 0202 | many and different; "tourist offices of divers nationalities"; "a person of diverse talents"
-02067913 00 s 01 opposite 2 002 & 02064745 a 0000 + 13854649 n 0102 | altogether different in nature or quality or significance; "the medicine's effect was opposite to that intended"; "it is said that opposite characters make a union happiest"- Charles Reade
-02068174 00 s 01 several(p) 0 001 & 02064745 a 0000 | distinct and individual; "three several times"
-02068277 00 s 01 variant 0 006 & 02064745 a 0000 + 07366627 n 0103 + 00194969 n 0102 + 02662297 v 0101 + 02661252 v 0102 + 00123170 v 0103 | differing from a norm or standard; "a variant spelling"
-02068476 00 a 01 same 2 003 ! 02069355 a 0101 & 02068730 a 0000 & 02068946 a 0000 | same in identity; "the same man I saw yesterday"; "never wore the same dress twice"; "this road is the same one we were on yesterday"; "on the same side of the street"
-02068730 00 s 03 aforesaid(a) 0 aforementioned(a) 0 said(a) 0 001 & 02068476 a 0000 | being the one previously mentioned or spoken of; "works of all the aforementioned authors"; "said party has denied the charges"
-02068946 00 s 03 identical 0 selfsame(a) 0 very(a) 0 004 & 02068476 a 0000 + 04743486 n 0201 + 04743024 n 0101 + 04743024 n 0102 | being the exact same one; not any other:; "this is the identical room we stayed in before"; "the themes of his stories are one and the same"; "saw the selfsame quotation in two newspapers"; "on this very spot"; "the very thing he said yesterday"; "the very man I want to see"
-02069355 00 a 01 other 0 011 ^ 02109678 a 0000 = 04742766 n 0000 ! 02068476 a 0101 & 02070030 a 0000 & 02070188 a 0000 & 02070342 a 0000 & 02070491 a 0000 & 02070711 a 0000 & 02070887 a 0000 & 02071139 a 0000 & 02071301 a 0000 | not the same one or ones already mentioned or implied; "today isn't any other day"- the White Queen; "the construction of highways and other public works"; "he asked for other employment"; "any other person would tell the truth"; "his other books are still in storage"; "then we looked at the other house"; "hearing was good in his other ear"; "the other sex"; "she lived on the other side of the street from me"; "went in the other direction"
-02070030 00 s 01 different 0 002 & 02069355 a 0000 + 02666239 v 0101 | distinctly separate from the first; "that's another (or different) issue altogether"
-02070188 00 s 02 another(a) 0 some_other 0 001 & 02069355 a 0000 | any of various alternatives; some other; "put it off to another (or some other) day"
-02070342 00 s 01 different 1 002 & 02069355 a 0000 + 02666239 v 0101 | distinct or separate; "each interviewed different members of the community"
-02070491 00 s 01 new(a) 0 001 & 02069355 a 0000 | other than the former one(s); different; "they now have a new leaders"; "my new car is four years old but has only 15,000 miles on it"; "ready to take a new direction"
-02070711 00 s 01 opposite 0 001 & 02069355 a 0000 | the other one of a complementary pair; "the opposite sex"; "the two chess kings are set up on squares of opposite colors"
-02070887 00 s 01 opposite 1 001 & 02069355 a 0000 | being directly across from each other; facing; "And I on the opposite shore will be, ready to ride and spread the alarm"- Longfellow; "we lived on opposite sides of the street"; "at opposite poles"
-02071139 00 s 01 opposite 2 001 & 02069355 a 0000 | moving or facing away from each other; "looking in opposite directions"; "they went in opposite directions"
-02071301 00 s 01 otherwise 0 001 & 02069355 a 0000 | other than as supposed or expected; "the outcome was otherwise"
-02071420 00 a 01 similar 0 011 ^ 02062670 a 0000 = 04743605 n 0000 + 04743605 n 0101 ! 02073113 a 0101 & 02071782 a 0000 & 02071973 a 0000 & 02072341 a 0000 & 02072537 a 0000 & 02072660 a 0000 & 02072806 a 0000 & 02072923 a 0000 | marked by correspondence or resemblance; "similar food at similar prices"; "problems similar to mine"; "they wore similar coats"
-02071782 00 s 02 akin(p) 0 kindred 0 001 & 02071420 a 0000 | similar in quality or character; "a feeling akin to terror"; "kindred souls"; "the amateur is closely related to the collector"
-02071973 00 s 02 analogous 0 correspondent 0 008 & 02071420 a 0000 + 13817279 n 0202 + 04745240 n 0202 + 02633534 v 0202 + 02699497 v 0203 + 02657219 v 0203 + 05780339 n 0101 + 00651176 n 0101 | similar or equivalent in some respects though otherwise dissimilar; "brains and computers are often considered analogous"; "salmon roe is marketed as analogous to caviar"
-02072341 00 s 02 confusable 0 mistakable 0 001 & 02071420 a 0000 | so similar as to be easily identified for another thing; "potentially confusable senses of words"; "easily mistakable signals"
-02072537 00 s 01 connatural 0 001 & 02071420 a 0000 | similar in nature; "and mix with our connatural dust"- John Milton
-02072660 00 s 01 corresponding 0 001 & 02071420 a 0000 | similar especially in position or purpose; "a number of corresponding diagonal points"
-02072806 00 s 01 quasi(a) 0 001 & 02071420 a 0000 | having some resemblance; "a quasi success"; "a quasi contract"
-02072923 00 s 01 sympathetic 0 002 & 02071420 a 0000 + 13811900 n 0101 | having similar disposition and tastes; "with their many similar tastes, he found her a most sympathetic companion"
-02073113 00 a 01 dissimilar 0 003 = 04743605 n 0000 + 04750164 n 0101 ! 02071420 a 0101 | not similar; "a group of very dissimilar people"; "a pump not dissimilar to those once found on every farm"; "their understanding of the world is not so dissimilar from our own"; "took different (or dissimilar) approaches to the problem"
-02073443 00 a 01 sane 0 007 ^ 01925372 a 0000 + 14379501 n 0102 + 14379501 n 0101 ! 02074092 a 0101 & 02073678 a 0000 & 02073834 a 0000 & 02073970 a 0000 | mentally healthy; free from mental disorder; "appears to be completely sane"
-02073678 00 s 02 compos_mentis(p) 0 of_sound_mind(p) 0 001 & 02073443 a 0000 | of sound mind, memory, and understanding; in law, competent to go to trial
-02073834 00 s 03 in_his_right_mind(p) 0 in_her_right_mind(p) 0 in_their_right_minds(p) 0 001 & 02073443 a 0000 | behaving responsibly
-02073970 00 s 01 lucid 0 002 & 02073443 a 0000 + 14379703 n 0101 | having a clear mind; "a lucid moment in his madness"
-02074092 00 a 01 insane 0 025 ^ 01926376 a 0000 ^ 01944660 a 0000 + 14395240 n 0103 + 14395018 n 0101 ! 02073443 a 0101 & 02074673 a 0000 & 02074929 a 0000 & 02075321 a 0000 & 02075594 a 0000 & 02075737 a 0000 & 02075847 a 0000 & 02075938 a 0000 & 02076016 a 0000 & 02076234 a 0000 & 02076416 a 0000 & 02076557 a 0000 & 02076713 a 0000 & 02076817 a 0000 & 02076988 a 0000 & 02077157 a 0000 & 02077253 a 0000 & 02077469 a 0000 & 02077625 a 0000 & 02077741 a 0000 & 02077904 a 0000 | afflicted with or characteristic of mental derangement; "was declared insane"; "insane laughter"
-02074673 00 s 06 amuck 0 amok 0 berserk 0 demoniac 0 demoniacal 0 possessed(p) 0 002 & 02074092 a 0000 + 10002644 n 0401 | frenzied as if possessed by a demon; "the soldier was completely amuck"; "berserk with grief"; "a berserk worker smashing windows"
-02074929 00 s 17 balmy 0 barmy 0 bats 0 batty 0 bonkers 0 buggy 0 cracked 0 crackers 0 daft 0 dotty 0 fruity 0 haywire 0 kooky 0 kookie 0 loco 0 loony 0 loopy 0 nuts 0 nutty 0 round_the_bend 0 around_the_bend 0 wacky 0 whacky 0 004 & 02074092 a 0000 + 10598904 n 1003 + 10240514 n 0d01 + 14397889 n 0902 | informal or slang terms for mentally irregular; "it used to drive my husband balmy"
-02075321 00 s 08 brainsick 0 crazy 0 demented 0 disturbed 0 mad 0 sick 0 unbalanced 0 unhinged 0 006 & 02074092 a 0000 + 07950418 n 0601 + 14395240 n 0502 + 14395403 n 0302 + 14391876 n 0201 + 14397889 n 0201 | affected with madness or insanity; "a man who had gone mad"
-02075594 00 s 02 certifiable 0 certified 0 002 & 02074092 a 0000 + 00822262 v 0101 | fit to be certified as insane (and treated accordingly)
-02075737 00 s 02 crackbrained 0 idiotic 0 001 & 02074092 a 0000 | insanely irresponsible; "an idiotic idea"
-02075847 00 s 03 crazed 0 deranged 0 half-crazed 0 001 & 02074092 a 0000 | driven insane
-02075938 00 s 02 fey 0 touched(p) 0 001 & 02074092 a 0000 | slightly insane
-02076016 00 s 01 hebephrenic 0 002 & 02074092 a 0000 + 14399438 n 0101 | suffering from a form of schizophrenia characterized by foolish mannerisms and senseless laughter along with delusions and regressive behavior
-02076234 00 s 02 lunatic 0 moonstruck 0 004 & 02074092 a 0000 ;u 07075172 n 0000 + 14395240 n 0101 + 00512843 n 0105 | insane and believed to be affected by the phases of the moon
-02076416 00 s 02 maniacal 0 maniac(p) 0 003 & 02074092 a 0000 + 10290541 n 0201 + 10276764 n 0103 | wildly disordered; "a maniacal frenzy"
-02076557 00 s 01 manic-depressive 0 002 & 02074092 a 0000 + 10290684 n 0101 | suffering from a disorder characterized by alternating mania and depression
-02076713 00 s 01 maniclike 0 001 & 02074092 a 0000 | resembling the mania of manic-depressive illness
-02076817 00 s 03 mentally_ill 0 unsound 0 unstable 0 003 & 02074092 a 0000 + 04775747 n 0302 + 05160173 n 0201 | suffering from severe mental illness; "of unsound mind"
-02076988 00 s 02 non_compos_mentis(p) 0 of_unsound_mind(p) 0 001 & 02074092 a 0000 | not of sound mind, memory, or understanding; in law, not competent to go to trial
-02077157 00 s 01 paranoid 0 002 & 02074092 a 0000 + 10398370 n 0101 | suffering from paranoia
-02077253 00 s 03 psychopathic 0 psychopathologic 0 psychopathological 0 005 & 02074092 a 0000 + 06055946 n 0302 + 06137759 n 0202 + 06055946 n 0202 + 14380140 n 0103 | suffering from an undiagnosed mental disorder
-02077469 00 s 01 psychotic 0 004 & 02074092 a 0000 ;c 06043075 n 0000 + 10490141 n 0101 + 14398067 n 0101 | characteristic of or suffering from psychosis
-02077625 00 s 02 raving_mad 0 wild 0 001 & 02074092 a 0000 | talking or behaving irrationally; "a raving lunatic"
-02077741 00 s 01 schizophrenic 1 003 & 02074092 a 0000 + 10556704 n 0101 + 14398523 n 0101 | suffering from some form of schizophrenia; "schizophrenic patients"
-02077904 00 s 02 screw-loose 0 screwy 0 002 & 02074092 a 0000 ;u 07075172 n 0000 | not behaving normally
-02078011 00 a 02 satiate 0 satiated 0 003 ! 02078399 a 0101 & 02078153 a 0000 & 02078264 a 0000 | supplied (especially fed) to satisfaction
-02078153 00 s 01 jaded 0 001 & 02078011 a 0000 | dulled by surfeit; "the amoral, jaded, bored upper classes"
-02078264 00 s 02 satiable 0 satisfiable 0 001 & 02078011 a 0000 | capable of being sated; "a satiable thirst"; "a satiable appetite"
-02078399 00 a 03 insatiate 0 insatiable 0 unsatiable 0 004 ! 02078011 a 0101 & 02078673 a 0000 & 02078788 a 0000 & 02078894 a 0000 | impossible to satisfy; "an insatiate appetite"; "an insatiable demand for old buildings to restore"; "his passion for work was unsatiable"
-02078673 00 s 02 quenchless 0 unquenchable 0 001 & 02078399 a 0000 | impossible to quench; "unquenchable thirst"
-02078788 00 s 03 unsated 0 unsatiated 0 unsatisfied 0 001 & 02078399 a 0000 | not having been satisfied
-02078894 00 s 01 unsatisfiable 0 001 & 02078399 a 0000 | not capable of being satisfied; "he knew the trap of unsatisfiable longing"
-02079029 00 a 01 sarcastic 0 011 ^ 00647542 a 0000 ^ 01994602 a 0000 = 06777164 n 0000 + 06777164 n 0101 ! 02080488 a 0101 & 02079313 a 0000 & 02079507 a 0000 & 02079732 a 0000 & 02079830 a 0000 & 02080110 a 0000 & 02080318 a 0000 | expressing or expressive of ridicule that wounds
-02079313 00 s 05 barbed 0 biting 0 nipping 0 pungent 0 mordacious 0 002 & 02079029 a 0000 + 06776986 n 0401 | capable of wounding; "a barbed compliment"; "a biting aphorism"; "pungent satire"
-02079507 00 s 03 black 0 grim 0 mordant 0 002 & 02079029 a 0000 + 04782610 n 0202 | harshly ironic or sinister; "black humor"; "a grim joke"; "grim laughter"; "fun ranging from slapstick clowning ... to savage mordant wit"
-02079732 00 s 01 corrosive 0 001 & 02079029 a 0000 | spitefully sarcastic; "corrosive cristism"
-02079830 00 s 01 sardonic 0 001 & 02079029 a 0000 | disdainfully or ironically humorous; scornful and mocking; "his rebellion is the bitter, sardonic laughter of all great satirists"- Frank Schoenberner; "a wry pleasure to be...reminded of all that one is missing"- Irwin Edman
-02080110 00 s 02 satirical 0 satiric 0 003 & 02079029 a 0000 + 06777164 n 0203 + 06777164 n 0103 | exposing human folly to ridicule; "a persistent campaign of mockery by the satirical fortnightly magazine"
-02080318 00 s 01 saturnine 0 001 & 02079029 a 0000 | bitter or scornful; "the face was saturnine and swarthy, and the sensual lips...twisted with disdain"- Oscar Wilde
-02080488 00 a 01 unsarcastic 0 002 = 06777164 n 0000 ! 02079029 a 0101 | not sarcastic
-02080577 00 a 01 satisfactory 0 013 ^ 00017782 a 0000 ^ 00051045 a 0000 + 04792127 n 0101 + 02671880 v 0101 + 01183573 v 0102 ! 02082218 a 0101 & 02080937 a 0000 & 02081114 a 0000 & 02081492 a 0000 & 02081563 a 0000 & 02081672 a 0000 & 02081933 a 0000 & 02082081 a 0000 | giving satisfaction; "satisfactory living conditions"; "his grades were satisfactory"
-02080937 00 s 04 adequate 0 passable 0 fair_to_middling 0 tolerable 0 002 & 02080577 a 0000 + 04792357 n 0102 | about average; acceptable; "more than adequate as a secretary"
-02081114 00 s 06 all_right 0 fine 0 o.k. 0 ok 0 okay 0 hunky-dory 0 002 & 02080577 a 0000 ;u 07075172 n 0000 | being satisfactory or in satisfactory condition; "an all-right movie"; "the passengers were shaken up but are all right"; "is everything all right?"; "everything's fine"; "things are okay"; "dinner and the movies had been fine"; "another minute I'd have been fine"
-02081492 00 s 01 alright 0 001 & 02080577 a 0000 | nonstandard usage
-02081563 00 s 03 comforting 0 cheering 0 satisfying 0 001 & 02080577 a 0000 | providing freedom from worry
-02081672 00 s 04 copacetic 0 copasetic 0 copesetic 0 copesettic 0 001 & 02080577 a 0000 | completely satisfactory; "his smile said that everything was copacetic"; "You had to be a good judge of what a man was like, and the English was copacetic"- John O'Hara
-02081933 00 s 01 passing(a) 0 001 & 02080577 a 0000 | allowing you to pass (e.g., an examination or inspection) satisfactorily; "a passing grade"
-02082081 00 s 01 right 0 001 & 02080577 a 0000 | in or into a satisfactory condition; "things are right again now"; "put things right"
-02082218 00 a 01 unsatisfactory 0 008 ^ 00051696 a 0000 ^ 00018584 a 0000 + 04793355 n 0101 ! 02080577 a 0101 & 02082611 a 0000 & 02082812 a 0000 & 02082924 a 0000 & 02083053 a 0000 | not giving satisfaction; "shops should take back unsatisfactory goods"; "her performance proved to be unsatisfactory"; "life is becoming increasingly unsatifactory"; "our discussion was very unsatisfactory"
-02082611 00 s 03 disappointing 0 dissatisfactory 0 unsatisfying 0 002 & 02082218 a 0000 + 01816645 v 0201 | not up to expectations; "a disappointing performance from one who had seemed so promising"
-02082812 00 s 01 failing 0 001 & 02082218 a 0000 | below acceptable in performance; "received failing grades"
-02082924 00 s 01 off 0 001 & 02082218 a 0000 | below a satisfactory level; "an off year for tennis"; "his performance was off"
-02083053 00 s 01 unacceptable 0 002 & 02082218 a 0000 + 04793925 n 0102 | not adequate to give satisfaction; "the coach told his players that defeat was unacceptable"
-02083222 00 a 01 scalable 0 003 + 05210116 n 0101 ! 02083516 a 0101 & 02083391 a 0000 | capable of being scaled; possible to scale; "the scalable slope of a mountain"
-02083391 00 s 03 ascendable 0 ascendible 0 climbable 0 002 & 02083222 a 0000 + 01969216 v 0101 | capable of being ascended
-02083516 00 a 02 unscalable 0 unclimbable 0 001 ! 02083222 a 0101 | incapable of being ascended
-02083615 00 a 01 scholarly 0 008 ^ 00649586 a 0000 ^ 01332386 a 0000 ^ 01872745 a 0000 + 10557854 n 0101 ! 02084538 a 0101 & 02083908 a 0000 & 02084101 a 0000 & 02084358 a 0000 | characteristic of scholars or scholarship; "scholarly pursuits"; "a scholarly treatise"; "a scholarly attitude"
-02083908 00 s 03 academic 0 donnish 0 pedantic 0 003 & 02083615 a 0000 + 06890128 n 0301 + 10411356 n 0301 | marked by a narrow focus on or display of learning especially its trivial aspects
-02084101 00 s 02 bookish 0 studious 0 004 & 02083615 a 0000 + 05755883 n 0201 + 04866238 n 0201 + 04866365 n 0101 | characterized by diligent study and fondness for reading; "a bookish farmer who always had a book in his pocket"; "a quiet studious child"
-02084358 00 s 02 erudite 0 learned 0 003 & 02083615 a 0000 + 05985999 n 0203 + 05985999 n 0101 | having or showing profound knowledge; "a learned jurist"; "an erudite professor"
-02084538 00 a 01 unscholarly 0 004 ^ 01333718 a 0000 ! 02083615 a 0101 & 02084663 a 0000 & 02084735 a 0000 | not scholarly
-02084663 00 s 01 unlearned 0 001 & 02084538 a 0000 | not well learned
-02084735 00 s 01 unstudious 0 001 & 02084538 a 0000 | not studious
-02084804 00 a 01 scientific 0 003 = 05999540 n 0000 ! 02085132 a 0101 & 02084979 a 0000 | conforming with the principles or methods used in science; "a scientific approach"
-02084979 00 s 01 technological 0 002 & 02084804 a 0000 + 06125041 n 0104 | based in scientific and industrial progress; "a technological civilization"
-02085132 00 a 01 unscientific 0 003 = 05999540 n 0000 ! 02084804 a 0101 & 02085322 a 0000 | not consistent with the methods or principles of science; "an unscientific lack of objectivity"
-02085322 00 s 01 pseudoscientific 0 001 & 02085132 a 0000 | based on theories and methods erroneously regarded as scientific
-02085449 00 a 01 scrupulous 0 006 ^ 01551130 a 0000 + 07525555 n 0101 + 05957737 n 0101 + 04869256 n 0101 ! 02085898 a 0101 & 02085740 a 0000 | having scruples; arising from a sense of right and wrong; principled; "less scrupulous producers sent bundles that were deceptive in appearance"
-02085740 00 s 01 religious 0 002 & 02085449 a 0000 + 04848866 n 0101 | extremely scrupulous and conscientious; "religious in observing the rules of health"
-02085898 00 a 01 unscrupulous 0 003 ^ 01551461 a 0000 + 04874086 n 0101 ! 02085449 a 0101 | without scruples or principles; "unscrupulous politicos who would be happy to sell...their country in order to gain power"
-02086115 00 a 01 conscientious 0 004 + 07506797 n 0101 + 04848492 n 0101 + 04848686 n 0101 ! 02086356 a 0101 | guided by or in accordance with conscience or sense of right and wrong; "a conscientious decision to speak out about injustice"
-02086356 00 a 01 unconscientious 0 003 + 04849074 n 0101 ! 02086115 a 0101 & 02086472 a 0000 | not conscientious;
-02086472 00 s 02 conscienceless 0 unconscionable 0 001 & 02086356 a 0000 | lacking a conscience; "a conscienceless villain"; "brash, unprincipled, and conscienceless"; "an unconscionable liar"
-02086667 00 a 01 sealed 1 003 ^ 01653538 a 0000 ! 02086991 a 0101 & 02086879 a 0000 | closed or secured with or as if with a seal; "my lips are sealed"; "the package is still sealed"; "the premises are sealed"
-02086879 00 s 01 unopened 0 001 & 02086667 a 0000 | not yet opened or unsealed; "unopened Christmas presents"
-02086991 00 a 01 unsealed 1 003 ^ 01652902 a 0000 ! 02086667 a 0101 & 02087178 a 0000 | not closed or secured with or as if with a seal; "unsealed goods"; "the letter arrived unsealed"
-02087178 00 s 02 open 0 opened 0 001 & 02086991 a 0000 | not sealed or having been unsealed; "the letter was already open"; "the opened package lay on the table"
-02087342 00 a 02 sealed 2 certain 5 001 ! 02087450 a 0101 | established irrevocably; "his fate is sealed"
-02087450 00 a 02 unsealed 2 uncertain 5 002 + 04756887 n 0202 ! 02087342 a 0101 | not established or confirmed; "his doom is as yet unsealed"
-02087594 00 a 01 wrapped 0 001 ! 02087723 a 0101 | enclosed securely in a covering of paper or the like; "gaily wrapped gifts"
-02087723 00 a 01 unwrapped 0 001 ! 02087594 a 0101 | not yet wrapped or having the wrapping removed; "she faced a mountainous pile of presents still unwrapped"; "the floor around the tree was littered with gifts already unwrapped"
-02087956 00 a 01 seaworthy 0 004 ^ 01398199 a 0000 = 14547036 n 0000 + 14547036 n 0101 ! 02088086 a 0101 | fit for a sea voyage
-02088086 00 a 01 unseaworthy 0 003 ^ 01397385 a 0000 = 14547036 n 0000 ! 02087956 a 0101 | unfit for a voyage
-02088198 00 a 01 airworthy 0 003 = 14547188 n 0000 + 14547188 n 0101 ! 02088314 a 0101 | (of aircraft) fit to fly
-02088314 00 a 01 unairworthy 0 002 = 14547188 n 0000 ! 02088198 a 0101 | not fit to fly
-02088404 00 a 01 concealed 0 012 ^ 01705655 a 0000 ! 02090341 a 0101 & 02088760 a 0000 & 02088883 a 0000 & 02088974 a 0000 & 02089377 a 0000 & 02089514 a 0000 & 02089724 a 0000 & 02089811 a 0000 & 02089943 a 0000 & 02090069 a 0000 & 02090228 a 0000 | hidden on any grounds for any motive; "a concealed weapon"; "a concealed compartment in his briefcase"
-02088760 00 s 01 bushwhacking 0 001 & 02088404 a 0000 | lying in ambush; "bushwhacking guerrillas attacking from ambush"
-02088883 00 s 01 dark 0 002 & 02088404 a 0000 + 05988498 n 0102 | secret; "keep it dark"
-02088974 00 s 05 furtive 0 sneak(a) 0 sneaky 0 stealthy 0 surreptitious 0 008 & 02088404 a 0000 + 01051082 n 0401 + 04657631 n 0403 + 10486679 n 0302 + 04657631 n 0302 + 10616048 n 0201 + 10486679 n 0202 + 04657631 n 0101 | marked by quiet and caution and secrecy; taking pains to avoid being observed; "a furtive manner"; "a sneak attack"; "stealthy footsteps"; "a surreptitious glance at his watch"
-02089377 00 s 02 hidden 0 obscure 0 001 & 02088404 a 0000 | difficult to find; "hidden valleys"; "a hidden cave"; "an obscure retreat"
-02089514 00 s 02 hidden 2 secret 2 001 & 02088404 a 0000 | designed to elude detection; "a hidden room or place of concealment such as a priest hole"; "a secret passage"; "the secret compartment in the desk"
-02089724 00 s 01 incognito(p) 0 001 & 02088404 a 0000 | with your identity concealed
-02089811 00 s 01 lying_in_wait 0 001 & 02088404 a 0000 | waiting in concealment; in ambush; "an army lying in wait in the forest"
-02089943 00 s 01 sealed 0 001 & 02088404 a 0000 | undisclosed for the time being; "sealed orders"; "a sealed move in chess"
-02090069 00 s 01 secret 0 001 & 02088404 a 0000 | not open or public; kept private or not revealed; "a secret formula"; "secret ingredients"; "secret talks"
-02090228 00 s 02 sneaking(a) 0 unavowed 0 001 & 02088404 a 0000 | not openly expressed; "a sneaking suspicion"
-02090341 00 a 01 unconcealed 0 004 ^ 01704761 a 0000 ! 02088404 a 0101 & 02090567 a 0000 & 02090823 a 0000 | not concealed or hidden; "her unconcealed hostility poisoned the atmosphere"; "watched with unconcealed curiosity"
-02090567 00 s 03 blatant 0 blazing 0 conspicuous 0 003 & 02090341 a 0000 + 14434219 n 0301 + 04706882 n 0101 | without any attempt at concealment; completely obvious; "blatant disregard of the law"; "a blatant appeal to vanity"; "a blazing indiscretion"
-02090823 00 s 01 exhibitionistic 0 003 & 02090341 a 0000 + 10070942 n 0101 + 06889701 n 0101 | compulsively attracting attention to yourself especially by public exposure or exaggerated behavior
-02091020 00 a 01 concealing 0 001 ! 02091165 a 0101 | covering or hiding; "the concealing darkness"; "concealing curtains prevented discovery"
-02091165 00 a 01 revealing 0 002 ! 02091020 a 0101 & 02091300 a 0000 | showing or making known; "her dress was scanty and revealing"
-02091300 00 s 05 indicative 0 indicatory 0 revelatory 0 significative 0 suggestive 0 005 & 02091165 a 0000 + 00930806 v 0501 + 00921300 v 0103 + 00772640 v 0102 + 00928232 v 0101 | (usually followed by `of') pointing out or revealing clearly; "actions indicative of fear"
-02091574 00 a 01 sectarian 0 005 + 10573957 n 0101 + 08149781 n 0101 ! 02092129 a 0101 & 02091851 a 0000 & 02091997 a 0000 | belonging to or characteristic of a sect; "a sectarian mind"; "the negations of sectarian ideology"- Sidney Hook; "sectarian squabbles in psychology"
-02091851 00 s 01 denominational 0 001 & 02091574 a 0000 | adhering or confined to a particular sect or denomination; "denominational prejudice"
-02091997 00 s 01 narrow-minded 0 002 & 02091574 a 0000 + 06205411 n 0101 | rigidly adhering to a particular sect or its doctrines
-02092129 00 a 02 nonsectarian 0 unsectarian 0 005 ! 02091574 a 0101 & 02092460 a 0000 & 02092741 a 0000 & 02092987 a 0000 & 02093134 a 0000 | not restricted to one sect or school or party; "religious training in a nonsectarian atmosphere"; "nonsectarian colleges"; "a wide and unsectarian interest in religion"- Bertrand Russell
-02092460 00 s 04 ecumenic 0 oecumenic 0 ecumenical 0 oecumenical 0 004 & 02092129 a 0000 + 08471949 n 0402 + 06790235 n 0301 + 06790235 n 0101 | concerned with promoting unity among churches or religions; "ecumenical thinking"; "ecumenical activities"; "the ecumenical movement"
-02092741 00 s 02 interchurch 0 interdenominational 0 001 & 02092129 a 0000 | occurring between or among or common to different churches or denominations; "interchurch aid"; "interdenominational cooperation between Methodists and Presbyterians"
-02092987 00 s 01 nondenominational 0 001 & 02092129 a 0000 | not restricted to a particular religious denomination; "a nondenominational church"
-02093134 00 s 01 undenominational 0 001 & 02092129 a 0000 | not bound or devoted to the promotion of a particular denomination; "undenominational religious instruction"
-02093305 00 a 03 secure 1 unafraid 2 untroubled 2 002 + 07526338 n 0101 ! 02093493 a 0101 | free from fear or doubt; easy in mind; "he was secure that nothing will be held against him"
-02093493 00 a 01 insecure 1 005 + 14544159 n 0101 + 07524918 n 0101 ! 02093305 a 0101 & 02093703 a 0000 & 02093802 a 0000 | lacking self-confidence or assurance; "an insecure person lacking mental stability"
-02093703 00 s 01 overanxious 0 001 & 02093493 a 0000 | anxious or nervous to an excessive degree
-02093802 00 s 01 unassured 0 001 & 02093493 a 0000 | lacking boldness or confidence
-02093888 00 a 01 secure 2 009 ^ 02525206 a 0000 ^ 01884930 a 0000 ^ 02057829 a 0000 + 14539268 n 0101 ! 02094755 a 0101 & 02094203 a 0000 & 02094388 a 0000 & 02094514 a 0000 & 02094633 a 0000 | free from danger or risk; "secure from harm"; "his fortune was secure"; "made a secure place for himself in his field"
-02094203 00 s 01 assured 0 002 & 02093888 a 0000 + 04904162 n 0102 | characterized by certainty or security; "a tiny but assured income"; "we can never have completely assured lives"
-02094388 00 s 01 firm 0 001 & 02093888 a 0000 | securely established; "holds a firm position as the country's leading poet"
-02094514 00 s 01 fail-safe 0 001 & 02093888 a 0000 | guaranteed not to fail; "a fail-safe recipe for cheese souffle"
-02094633 00 s 01 sure 0 001 & 02093888 a 0000 | physically secure or dependable; "a sure footing"; "was on sure ground"
-02094755 00 a 02 insecure 2 unsafe 2 008 ^ 02058794 a 0000 ^ 01886407 a 0000 ^ 02523275 a 0000 + 14544159 n 0101 + 14541677 n 0101 ! 02093888 a 0101 & 02095037 a 0000 & 02095193 a 0000 | lacking in security or safety; "his fortune was increasingly insecure"; "an insecure future"
-02095037 00 s 02 precarious 0 shaky 0 003 & 02094755 a 0000 + 04776021 n 0201 + 04756887 n 0103 | not secure; beset with difficulties; "a shaky marriage"
-02095193 00 s 02 unguaranteed 0 unsecured 0 001 & 02094755 a 0000 | without financial security; "an unsecured note"
-02095311 00 a 01 secure 3 005 ^ 01059400 a 0000 + 04777098 n 0105 ! 02095786 a 0101 & 02095542 a 0000 & 02095670 a 0000 | not likely to fail or give way; "the lock was secure"; "a secure foundation"; "a secure hold on her wrist"
-02095542 00 s 01 steady 0 002 & 02095311 a 0000 + 04777852 n 0101 | securely in position; not shaky; "held the ladder steady"
-02095670 00 s 01 tight 0 001 & 02095311 a 0000 | securely or solidly fixed in place; rigid; "the bolts are tight"
-02095786 00 a 01 insecure 3 002 ^ 01060785 a 0000 ! 02095311 a 0101 | not firm or firmly fixed; likely to fail or give way; "the hinge is insecure"
-02095936 00 a 01 fastened 0 002 ! 02096213 a 0101 & 02096083 a 0000 | firmly closed or secured; "found the gate fastened"; "a fastened seatbelt"
-02096083 00 s 01 pegged-down 0 001 & 02095936 a 0000 | fastened by pegs; "the pegged-down branches of the plant will take root"
-02096213 00 a 01 unfastened 0 003 ! 02095936 a 0101 & 02096382 a 0000 & 02096604 a 0000 | not closed or secured; "the car door was unfastened"; "unfastened seatbelts"
-02096382 00 s 05 unbarred 0 unbolted 0 unlatched 0 unlocked 0 unsecured 0 001 & 02096213 a 0000 | not firmly fastened or secured; "an unbarred door"; "went through the unlatched gate into the street"; "an unlocked room"
-02096604 00 s 01 undone 0 001 & 02096213 a 0000 | not fastened or tied or secured; "her blouse had come undone at the neck"; "his shoelaces were undone"
-02096759 00 a 01 insured 0 002 ! 02097029 a 0101 & 02096923 a 0000 | covered by insurance; "an insured risk"; "all members of the film cast and crew are insured"
-02096923 00 s 01 insurable 0 001 & 02096759 a 0000 | capable of being insured or eligible to be insured
-02097029 00 a 01 uninsured 0 002 ! 02096759 a 0101 & 02097152 a 0000 | not covered by insurance; "an uninsured motorist"
-02097152 00 s 01 uninsurable 0 001 & 02097029 a 0000 | not capable of being insured or not eligible to be insured
-02097268 00 a 01 seductive 0 007 ^ 00166146 a 0000 ^ 02131072 a 0000 ! 02098136 a 0101 & 02097480 a 0000 & 02097796 a 0000 & 02097884 a 0000 & 02098002 a 0000 | tending to entice into a desired action or state
-02097480 00 s 04 alluring 0 beguiling 0 enticing 0 tempting 0 002 & 02097268 a 0000 + 04688842 n 0403 | highly attractive and able to arouse hope or desire; "an alluring prospect"; "her alluring smile"; "the voice was low and beguiling"; "difficult to say no to an enticing advertisement"; "a tempting invitation"
-02097796 00 s 01 corrupting 0 001 & 02097268 a 0000 | seducing into corrupt practices
-02097884 00 s 01 insidious 0 002 & 02097268 a 0000 + 04880138 n 0101 | beguiling but harmful; "insidious pleasures"
-02098002 00 s 01 teasing 0 001 & 02097268 a 0000 | arousing sexual desire without intending to satisfy it; "her lazy teasing smile"
-02098136 00 a 01 unseductive 0 003 ^ 00169164 a 0000 ! 02097268 a 0101 & 02098243 a 0000 | not seductive
-02098243 00 s 02 uninviting 0 untempting 0 001 & 02098136 a 0000 | not tempting
-02098325 00 a 01 selfish 0 007 ^ 00101800 a 0000 ^ 00639356 a 0000 ^ 01112573 a 0000 + 04834605 n 0101 ! 02099019 a 0101 & 02098694 a 0000 & 02098918 a 0000 | concerned chiefly or only with yourself and your advantage to the exclusion of others; "Selfish men were...trying to make capital for themselves out of the sacred cause of civil rights"- Maria Weston Chapman
-02098694 00 s 04 egotistic 0 egotistical 0 narcissistic 0 self-loving 0 004 & 02098325 a 0000 + 04835260 n 0303 + 10047459 n 0201 + 04887497 n 0101 | characteristic of those having an inflated idea of their own importance
-02098918 00 s 02 self-serving 0 self-seeking 0 001 & 02098325 a 0000 | interested only in yourself
-02099019 00 a 01 unselfish 0 010 ^ 00101609 a 0000 ^ 00638981 a 0000 ^ 01111016 a 0000 + 04832951 n 0101 + 01085937 n 0102 ! 02098325 a 0101 & 02099303 a 0000 & 02099442 a 0000 & 02099561 a 0000 & 02099651 a 0000 | disregarding your own advantages and welfare over those of others
-02099303 00 s 01 public-spirited 0 001 & 02099019 a 0000 | showing unselfish interest in the public welfare; "a public-spirited citizen"
-02099442 00 s 03 self-denying 0 self-giving 0 self-sacrificing 0 001 & 02099019 a 0000 | willing to deprive yourself
-02099561 00 s 01 self-forgetful 0 001 & 02099019 a 0000 | showing lack of self-interest
-02099651 00 s 01 sharing 0 001 & 02099019 a 0000 | unselfishly willing to share with others; "a warm and sharing friend"
-02099774 00 a 01 senior 0 008 ^ 01643620 a 0000 = 13949576 n 0000 + 13949576 n 0101 ! 02100709 a 0101 & 02100031 a 0000 & 02100236 a 0000 & 02100376 a 0000 & 02100566 a 0000 | older; higher in rank; longer in length of tenure or service; "senior officer"
-02100031 00 s 03 elder 0 older 0 sr. 0 002 & 02099774 a 0000 + 10048218 n 0101 | used of the older of two persons of the same name especially used to distinguish a father from his son; "Bill Adams, Sr."
-02100236 00 s 01 major(ip) 0 002 & 02099774 a 0000 ;r 08860123 n 0000 | of the elder of two boys with the same family name; "Jones major"
-02100376 00 s 01 precedential 0 002 & 02099774 a 0000 + 13949802 n 0101 | having precedence (especially because of longer service); "precedential treatment for senior members of the firm"
-02100566 00 s 03 ranking(a) 0 superior 0 higher-ranking 0 002 & 02099774 a 0000 + 05158619 n 0201 | having a higher rank; "superior officer"
-02100709 00 a 01 junior 0 009 ^ 01646941 a 0000 ^ 02329355 a 0000 = 13949576 n 0000 + 10227393 n 0101 + 10227266 n 0101 ! 02099774 a 0101 & 02100968 a 0000 & 02101240 a 0000 & 02101382 a 0000 | younger; lower in rank; shorter in length of tenure or service
-02100968 00 s 06 junior-grade 0 lower-ranking 0 lowly 0 petty(a) 0 secondary 0 subaltern 0 003 & 02100709 a 0000 + 10667709 n 0601 + 05173205 n 0401 | inferior in rank or status; "the junior faculty"; "a lowly corporal"; "petty officialdom"; "a subordinate functionary"
-02101240 00 s 01 minor(ip) 0 002 & 02100709 a 0000 ;r 08860123 n 0000 | of the younger of two boys with the same family name; "Jones minor"
-02101382 00 s 02 younger 0 jr. 0 001 & 02100709 a 0000 | used of the younger of two persons of the same name especially used to distinguish a son from his father; "John Junior"; "John Smith, Jr."
-02101580 00 a 01 sensational 0 005 = 07247602 n 0000 ! 02102321 a 0101 & 02101757 a 0000 & 02101942 a 0000 & 02102178 a 0000 | causing intense interest, curiosity, or emotion
-02101757 00 s 02 lurid 0 shocking 0 003 & 02101580 a 0000 + 07088053 n 0102 + 04782610 n 0104 | glaringly vivid and graphic; marked by sensationalism; "lurid details of the accident"
-02101942 00 s 03 scandalmongering 0 sensationalistic 0 yellow(a) 0 004 & 02101580 a 0000 + 07247602 n 0201 + 07088053 n 0201 + 07135627 n 0101 | typical of tabloids; "sensational journalistic reportage of the scandal"; "yellow press"
-02102178 00 s 01 screaming(a) 0 001 & 02101580 a 0000 | resembling a scream in effect; "screaming headlines"; "screaming colors and designs"
-02102321 00 a 01 unsensational 0 002 = 07247602 n 0000 ! 02101580 a 0101 | not of such character as to arouse intense interest, curiosity, or emotional reaction
-02102484 00 a 02 sensible 0 sensitive 4 009 ^ 00190115 a 0000 ^ 00570590 a 0000 ^ 02103481 a 0000 + 05652926 n 0202 + 02106006 v 0202 + 02106006 v 0102 + 05652926 n 0103 + 05678148 n 0101 ! 02102796 a 0101 | able to feel or perceive; "even amoeba are sensible creatures"; "the more sensible parts of the skin"
-02102796 00 a 01 insensible 0 008 ^ 02105375 a 0000 ^ 02106761 a 0000 ^ 00191603 a 0000 ^ 00571643 a 0000 + 05680982 n 0101 ! 02102484 a 0101 & 02103052 a 0000 & 02103333 a 0000 | incapable of physical sensation; "insensible to pain"; "insensible earth"
-02103052 00 s 02 anesthetic(a) 0 anaesthetic(a) 0 005 & 02102796 a 0000 + 02710766 n 0202 + 14023491 n 0202 + 02710766 n 0101 + 14023491 n 0101 | characterized by insensibility; "the young girls are in a state of possession--blind and deaf and anesthetic"; "an anesthetic state"
-02103333 00 s 03 asleep(p) 0 benumbed 0 numb 0 002 & 02102796 a 0000 + 14322528 n 0301 | lacking sensation; "my foot is asleep"; "numb with cold"
-02103481 00 a 01 sensitive 1 018 ^ 01999306 a 0000 ^ 02102484 a 0000 ^ 02360448 a 0000 = 05019661 n 0000 + 05019661 n 0102 + 02155248 v 0101 + 02106006 v 0102 + 05652926 n 0101 ! 02105375 a 0101 & 02103982 a 0000 & 02104190 a 0000 & 02104277 a 0000 & 02104396 a 0000 & 02104600 a 0000 & 02104727 a 0000 & 02104890 a 0000 & 02105055 a 0000 & 02105176 a 0000 | responsive to physical stimuli; "a mimosa's leaves are sensitive to touch"; "a sensitive voltmeter"; "sensitive skin"; "sensitive to light"
-02103982 00 s 01 delicate 0 001 & 02103481 a 0000 | of an instrument or device; capable of registering minute differences or changes precisely; "almost undetectable with even the most delicate instruments"
-02104190 00 s 01 erogenous 0 001 & 02103481 a 0000 | sensitive to sexual stimulation
-02104277 00 s 02 excitable 0 irritable 1 002 & 02103481 a 0000 ;c 06080522 n 0000 | capable of responding to stimuli
-02104396 00 s 01 highly_sensitive 0 001 & 02103481 a 0000 | readily affected by various agents; "a highly sensitive explosive is easily exploded by a shock"; "a sensitive colloid is readily coagulated"
-02104600 00 s 01 irritable 2 003 & 02103481 a 0000 ;c 06060845 n 0000 + 05653710 n 0102 | abnormally sensitive to a stimulus
-02104727 00 s 02 light-sensitive 0 photosensitive 0 002 & 02103481 a 0000 + 05654201 n 0201 | sensitive to visible light; "photographic film is light-sensitive"
-02104890 00 s 01 radiosensitive 0 002 & 02103481 a 0000 + 05654201 n 0102 | sensitive to radiation; "radiosensitive cancer cells can be treated with radiotherapy"
-02105055 00 s 01 nociceptive 0 001 & 02103481 a 0000 | caused by or in response to pain; "a nociceptive spinal reflex"
-02105176 00 s 02 reactive 0 responsive 0 003 & 02103481 a 0000 + 05653575 n 0102 + 00717358 v 0101 | reacting to a stimulus; "the skin of old persons is less reactive than that of younger persons"
-02105375 00 a 01 insensitive 1 007 ^ 02102796 a 0000 ^ 01999766 a 0000 ^ 02363358 a 0000 = 05019661 n 0000 ! 02103481 a 0101 & 02105603 a 0000 & 02105898 a 0000 | not responsive to physical stimuli; "insensitive to radiation"
-02105603 00 s 02 dead 0 deadened 0 002 & 02105375 a 0000 + 05213201 n 0102 | devoid of physical sensation; numb; "his gums were dead from the novocain"; "she felt no discomfort as the dentist drilled her deadened tooth"; "a public desensitized by continuous television coverage of atrocities"
-02105898 00 s 01 unreactive 0 001 & 02105375 a 0000 | not tending to react to stimulation
-02105990 00 a 01 sensitive 2 012 ^ 01999306 a 0000 = 07512465 n 0000 + 07512465 n 0102 + 04842993 n 0102 + 00589469 v 0103 + 00589309 v 0101 + 07512465 n 0101 + 04842993 n 0101 ! 02106761 a 0101 & 02106366 a 0000 & 02106509 a 0000 & 02106651 a 0000 | being susceptible to the attitudes, feelings, or circumstances of others; "sensitive to the local community and its needs"
-02106366 00 s 01 alive(p) 0 002 & 02105990 a 0000 + 13961642 n 0104 | (followed by `to' or `of') aware of; "is alive to the moods of others"
-02106509 00 s 04 huffy 0 thin-skinned 0 feisty 0 touchy 0 003 & 02105990 a 0000 + 07553016 n 0402 + 07517869 n 0101 | quick to take offense
-02106651 00 s 01 oversensitive 0 002 & 02105990 a 0000 + 07512719 n 0101 | unduly sensitive or thin-skinned
-02106761 00 a 01 insensitive 2 014 ^ 01155354 a 0000 ^ 02102796 a 0000 ^ 02448437 a 0000 ^ 01999766 a 0000 = 07512465 n 0000 + 04844024 n 0102 + 04844024 n 0101 ! 02105990 a 0101 & 02107162 a 0000 & 02107386 a 0000 & 02107634 a 0000 & 02107827 a 0000 & 02107991 a 0000 & 02108098 a 0000 | deficient in human sensibility; not mentally or morally sensitive; "insensitive to the needs of the patients"
-02107162 00 s 03 callous 0 indurate 0 pachydermatous 0 003 & 02106761 a 0000 + 04844625 n 0103 + 04844625 n 0102 | emotionally hardened; "a callous indifference to suffering"; "cold-blooded and indurate to public opinion"
-02107386 00 s 02 dead(p) 0 numb(p) 0 003 & 02106761 a 0000 + 04636610 n 0203 + 05213201 n 0102 | (followed by `to') not showing human feeling or sensitivity; unresponsive; "passersby were dead to our plea for help"; "numb to the cries for mercy"
-02107634 00 s 01 dull 0 002 & 02106761 a 0000 + 04844891 n 0101 | blunted in responsiveness or sensibility; "a dull gaze"; "so exhausted she was dull to what went on about her"- Willa Cather
-02107827 00 s 02 insensible(p) 1 unaffected(p) 1 002 & 02106761 a 0000 + 04844625 n 0105 | unaware of or indifferent to; "insensible to the suffering around him"
-02107991 00 s 01 soulless 0 001 & 02106761 a 0000 | lacking sensitivity or the capacity for deep feeling
-02108098 00 s 02 thick-skinned 0 tough-skinned 0 001 & 02106761 a 0000 | insensitive to criticism
-02108198 00 a 02 sensitizing 0 sensitising 0 002 = 14531772 n 0000 ! 02108359 a 0101 | making susceptible or sensitive to either physical or emotional stimuli
-02108359 00 a 02 desensitizing 0 desensitising 0 003 = 14531772 n 0000 ! 02108198 a 0101 & 02108547 a 0000 | making less susceptible or sensitive to either physical or emotional stimuli
-02108547 00 s 01 numbing 0 001 & 02108359 a 0000 | causing numbness or insensitivity; "the numbing effect of grief"
-02108665 00 a 02 sensory 0 sensorial 0 002 + 05651971 n 0201 ! 02108827 a 0101 | involving or derived from the senses; "sensory experience"; "sensory channels"
-02108827 00 a 02 extrasensory 0 paranormal 2 005 ^ 01599532 a 0000 ! 02108665 a 0101 & 02109012 a 0000 & 02109162 a 0000 & 02109326 a 0000 | seemingly outside normal sensory channels
-02109012 00 s 01 clairvoyant 0 003 & 02108827 a 0000 + 09925953 n 0101 + 07256695 n 0101 | perceiving things beyond the natural range of the senses
-02109162 00 s 01 telegnostic 0 002 & 02108827 a 0000 + 07256230 n 0101 | obtaining knowledge of distant events allegedly without use of normal sensory mechanisms
-02109326 00 s 01 telepathic 0 002 & 02108827 a 0000 + 07255998 n 0101 | communicating without apparent physical signals
-02109448 00 a 01 sent 0 001 ! 02109552 a 0101 | caused or enabled to go or be conveyed or transmitted
-02109552 00 a 01 unsent 0 001 ! 02109448 a 0101 | not dispatched or transmitted; "the letter remained unwritten and unsent"
-02109678 00 a 01 separate 0 017 ^ 02478749 a 0000 ^ 00727564 a 0000 ^ 00493460 a 0000 ^ 02069355 a 0000 ^ 01326917 a 0000 ^ 02152848 a 0000 = 14414294 n 0000 + 14414503 n 0103 ! 02111684 a 0101 & 02110161 a 0000 & 02110317 a 0000 & 02110447 a 0000 & 02110778 a 0000 & 02110993 a 0000 & 02111095 a 0000 & 02111339 a 0000 & 02111486 a 0000 | independent; not united or joint; "a problem consisting of two separate issues"; "they went their separate ways"; "formed a separate church"
-02110161 00 s 01 apart(p) 0 001 & 02109678 a 0000 | having characteristics not shared by others; "scientists felt they were a group apart"- Vannever Bush
-02110317 00 s 01 asunder(p) 0 001 & 02109678 a 0000 | widely separated especially in space; "as wide asunder as pole from pole"
-02110447 00 s 04 detached 0 isolated 0 separated 0 set-apart 0 001 & 02109678 a 0000 | being or feeling set or kept apart from others; "she felt detached from the group"; "could not remain the isolated figure he had been"- Sherwood Anderson; "thought of herself as alone and separated from the others"; "had a set-apart feeling"
-02110778 00 s 02 discrete 0 distinct 0 003 & 02109678 a 0000 + 14414503 n 0202 + 14414503 n 0101 | constituting a separate entity or part; "a government with three discrete divisions"; "on two distinct occasions"
-02110993 00 s 01 disjoint 0 002 & 02109678 a 0000 ;c 06000644 n 0000 | having no elements in common
-02111095 00 s 02 disjunct 0 isolated 1 001 & 02109678 a 0000 | marked by separation of or from usually contiguous elements; "little isolated worlds, as abruptly disjunct and unexpected as a palm-shaded well in the Sahara"- Scientific Monthly
-02111339 00 s 01 isolable 0 004 & 02109678 a 0000 + 00655378 v 0101 + 00496770 v 0101 + 00494269 v 0101 | capable of being isolated or disjoined
-02111486 00 s 01 unaccompanied 0 001 & 02109678 a 0000 | (of a state or an event) taking place without something specified occurring at the same time; "a headache unaccompanied by other symptoms"
-02111684 00 a 01 joint 0 011 ^ 00466808 a 0000 ^ 00492677 a 0000 ^ 01326148 a 0000 ^ 02152216 a 0000 ^ 02475855 a 0000 ! 02109678 a 0101 & 02111981 a 0000 & 02112108 a 0000 & 02112455 a 0000 & 02112701 a 0000 & 02112891 a 0000 | united or combined; "a joint session of Congress"; "joint owners"
-02111981 00 s 01 clannish 0 001 & 02111684 a 0000 | characteristic of a clan especially in being unified; "clannish loyalty"
-02112108 00 s 04 concerted 0 conjunct 0 conjunctive 0 cooperative 0 002 & 02111684 a 0000 + 02416278 v 0403 | involving the joint activity of two or more; "concerted action"; "the conjunct influence of fire and strong wind"; "the conjunctive focus of political opposition"; "a cooperative effort"; "a united effort"; "joint military activities"
-02112455 00 s 02 conjoined 0 conjoint 0 001 & 02111684 a 0000 | consisting of two or more associated entities; "the interplay of these conjoined yet opposed factors"; "social order and prosperity, the conjoint aims of government"- J.K.Fairbank
-02112701 00 s 02 corporate 0 collective 0 001 & 02111684 a 0000 | done by or characteristic of individuals acting together; "a joint identity"; "the collective mind"; "the corporate good"
-02112891 00 s 01 cosignatory 0 001 & 02111684 a 0000 | signing jointly with others
-02112976 00 a 02 sanitary 0 healthful 2 004 + 04790070 n 0201 + 14494893 n 0101 ! 02113449 a 0101 & 02113191 a 0000 | free from filth and pathogens; "sanitary conditions for preparing food"; "a sanitary washroom"
-02113191 00 s 02 hygienic 0 hygienical 0 004 & 02112976 a 0000 + 14495080 n 0201 + 14495080 n 0101 + 06051380 n 0101 | tending to promote or preserve health; "hygienic habits like using disposable tissues"; "hygienic surroundings with plenty of fresh air"
-02113449 00 a 03 unsanitary 0 insanitary 0 unhealthful 2 004 + 04791740 n 0301 + 14495589 n 0101 ! 02112976 a 0101 & 02113672 a 0000 | not sanitary or healthful; "unsanitary open sewers"; "grim and unsanitary conditions"
-02113672 00 s 01 unhygienic 0 001 & 02113449 a 0000 | unclean and constituting a likely cause of disease; "pathetic dogs kept in small unhygienic cages"
-02113827 00 a 02 septic 0 infected 0 011 ^ 02116934 a 0000 ^ 01167817 a 0000 + 14180848 n 0101 ! 02115324 a 0101 & 02114190 a 0000 & 02114296 a 0000 & 02114483 a 0000 & 02114613 a 0000 & 02114746 a 0000 & 02115034 a 0000 & 02115187 a 0000 | containing or resulting from disease-causing organisms; "a septic sore throat"; "a septic environment"; "septic sewage"
-02114190 00 s 01 abscessed 0 001 & 02113827 a 0000 | infected and filled with pus; "an abscessed tooth"
-02114296 00 s 02 dirty 0 pestiferous 0 002 & 02113827 a 0000 + 14497763 n 0101 | contaminated with infecting organisms; "dirty wounds"; "obliged to go into infected rooms"- Jane Austen
-02114483 00 s 01 contaminative 0 003 & 02113827 a 0000 + 00493259 v 0101 + 00492706 v 0103 | making impure by contact or mixing
-02114613 00 s 02 purulent 0 pussy 0 003 & 02113827 a 0000 + 14312600 n 0102 + 14312600 n 0101 | containing pus; "a purulent wound"
-02114746 00 s 02 infectious 0 infective 0 004 & 02113827 a 0000 + 00089750 v 0201 + 00088713 v 0201 + 14174549 n 0101 | caused by infection or capable of causing infection; "viruses and other infective agents"; "a carrier remains infective without himself showing signs of the disease"
-02115034 00 s 02 putrefactive 0 putrefacient 0 003 & 02113827 a 0000 + 00399553 v 0201 + 00399553 v 0101 | causing or promoting bacterial putrefaction
-02115187 00 s 01 septicemic 0 002 & 02113827 a 0000 + 14189837 n 0102 | characteristic of septicemia; "a septicemic temperature curve"
-02115324 00 a 01 antiseptic 0 011 ^ 00417413 a 0000 ^ 02116618 a 0000 ^ 01164763 a 0000 + 02724207 n 0101 + 14495230 n 0102 ! 02113827 a 0101 & 02115759 a 0000 & 02116054 a 0000 & 02116304 a 0000 & 02116397 a 0000 & 02116473 a 0000 | thoroughly clean and free of or destructive to disease-causing organisms; "doctors in antiseptic green coats"; "the antiseptic effect of alcohol"; "it is said that marjoram has antiseptic qualities"
-02115759 00 s 02 aseptic 0 sterile 0 005 & 02115324 a 0000 + 14495230 n 0204 + 14495230 n 0203 + 14495230 n 0101 + 13432903 n 0102 | free of or using methods to keep free of pathological microorganisms; "a sterile operating area"; "aseptic surgical instruments"; "aseptic surgical techniques"
-02116054 00 s 03 bactericidal 0 disinfectant 0 germicidal 0 006 & 02115324 a 0000 + 03208229 n 0302 + 03208229 n 0201 + 00089324 v 0201 + 14772185 n 0101 + 02716205 n 0103 | preventing infection by inhibiting the growth or action of microorganisms
-02116304 00 s 02 cleansing 0 purifying 0 001 & 02115324 a 0000 | acting like an antiseptic
-02116397 00 s 01 nonpurulent 0 001 & 02115324 a 0000 | not containing pus
-02116473 00 s 02 uninfected 0 clean 0 002 & 02115324 a 0000 + 14496193 n 0201 | free from sepsis or infection; "a clean (or uninfected) wound"
-02116618 00 a 01 germfree 0 003 ^ 02115324 a 0000 ! 02116934 a 0101 & 02116783 a 0000 | free from germs or pathogenic organisms; sterile; "a germfree environment"
-02116783 00 s 01 axenic 0 001 & 02116618 a 0000 | (of experimental animals) raised under sterile conditions; "axenic conditions"; "germfree animals"
-02116934 00 a 01 germy 0 004 ^ 02113827 a 0000 + 01384491 n 0103 ! 02116618 a 0101 & 02117144 a 0000 | full of germs or pathological microorganisms; "the water in New York harbor is oily and dirty and germy"
-02117144 00 s 02 unsterilized 0 unsterilised 0 001 & 02116934 a 0000 | not sterilized
-02117232 00 a 02 adulterating 0 adulterant 0 004 + 14616939 n 0201 + 00487748 v 0202 ! 02117694 a 0101 & 02117464 a 0000 | making impure or corrupt by adding extraneous materials; "the adulterating effect of extraneous materials"
-02117464 00 s 02 extraneous 0 foreign 0 002 & 02117232 a 0000 + 13796585 n 0101 | not belonging to that in which it is contained; introduced from an outside source; "water free of extraneous matter"; "foreign particles in milk"
-02117694 00 a 01 purifying 0 004 ! 02117232 a 0101 & 02117866 a 0000 & 02118047 a 0000 & 02118181 a 0000 | freeing from noxious matter; "filtration is a purifying agent"
-02117866 00 s 02 ablutionary 0 cleansing 0 002 & 02117694 a 0000 + 00255450 n 0101 | cleansing the body by washing; especially ritual washing of e.g. hands; "ablutionary rituals"
-02118047 00 s 01 antiseptic 0 001 & 02117694 a 0000 | freeing from error or corruption; "the antiseptic effect of sturdy criticism"
-02118181 00 s 02 detergent 0 detersive 0 007 & 02117694 a 0000 + 01393038 v 0201 + 15097017 n 0101 + 03181899 n 0101 + 05149127 n 0101 + 05149127 n 0102 + 01393038 v 0101 | having cleansing power
-02118379 00 a 01 serious 0 010 = 04646548 n 0000 + 04646548 n 0101 ! 02120458 a 0101 & 02118840 a 0000 & 02119213 a 0000 & 02119639 a 0000 & 02119716 a 0000 & 02119971 a 0000 & 02120150 a 0000 & 02120276 a 0000 | concerned with work or important matters rather than play or trivialities; "a serious student of history"; "a serious attempt to learn to ski"; "gave me a serious look"; "a serious young man"; "are you serious or joking?"; "Don't be so serious!"
-02118840 00 s 03 earnest 0 sincere 0 solemn 1 006 & 02118379 a 0000 + 07512147 n 0302 + 04647826 n 0303 + 07512315 n 0203 + 04646548 n 0204 + 04646548 n 0102 | characterized by a firm and humorless belief in the validity of your opinions; "both sides were deeply in earnest, even passionate"; "an entirely sincere and cruel tyrant"; "a film with a solemn social message"
-02119213 00 s 04 grave 0 sedate 0 sober 0 solemn 0 008 & 02118379 a 0000 + 04647826 n 0404 + 07512147 n 0402 + 04647826 n 0403 + 04647478 n 0304 + 04647826 n 0201 + 04647478 n 0101 + 04647478 n 0102 | dignified and somber in manner or character and committed to keeping promises; "a grave God-fearing man"; "a quiet sedate nature"; "as sober as a judge"; "a solemn promise"; "the judge was solemn as he pronounced sentence"
-02119639 00 s 01 overserious 0 001 & 02118379 a 0000 | excessively serious
-02119716 00 s 01 real 0 003 & 02118379 a 0000 + 13956097 n 0101 + 13955461 n 0101 | not to be taken lightly; "statistics demonstrate that poverty and unemployment are very real problems"; "to the man sleeping regularly in doorways homelessness is real"
-02119971 00 s 02 thoughtful 0 serious-minded 0 003 & 02118379 a 0000 + 04646548 n 0203 + 01229793 n 0102 | acting with or showing thought and good sense; "a sensible young man"
-02120150 00 s 01 sobering 0 001 & 02118379 a 0000 | tending to make sober or more serious; "the news had a sobering effect"
-02120276 00 s 01 solid 0 002 & 02118379 a 0000 + 04671075 n 0102 | of a substantial character and not frivolous or superficial; "work of solid scholarship"; "based on solid facts"
-02120458 00 a 01 frivolous 0 012 ^ 01873406 a 0000 = 04646548 n 0000 + 04648207 n 0102 + 04648207 n 0101 + 00513401 n 0104 ! 02118379 a 0101 & 02120828 a 0000 & 02121123 a 0000 & 02121290 a 0000 & 02121424 a 0000 & 02121572 a 0000 & 02121735 a 0000 | not serious in content or attitude or behavior; "a frivolous novel"; "a frivolous remark"; "a frivolous young woman"
-02120828 00 s 08 airheaded 0 dizzy 0 empty-headed 0 featherbrained 0 giddy 0 light-headed 0 lightheaded 0 silly 0 004 & 02120458 a 0000 + 04648440 n 0802 + 04894444 n 0701 + 04648440 n 0501 | lacking seriousness; given to frivolity; "a dizzy blonde"; "light-headed teenagers"; "silly giggles"
-02121123 00 s 04 flighty 0 flyaway 0 head-in-the-clouds 0 scatterbrained 0 002 & 02120458 a 0000 + 04671841 n 0101 | guided by whim and fancy; "flighty young girls"
-02121290 00 s 02 flippant 0 light-minded 0 003 & 02120458 a 0000 + 04648866 n 0202 + 04648866 n 0101 | showing inappropriate levity
-02121424 00 s 02 idle 0 light 0 002 & 02120458 a 0000 + 04648596 n 0202 | silly or trivial; "idle pleasure"; "light banter"; "light idle chatter"
-02121572 00 s 01 light 2 002 & 02120458 a 0000 + 04648596 n 0102 | intended primarily as entertainment; not serious or profound; "light verse"; "a light comedy"
-02121735 00 s 01 trivial 0 001 & 02120458 a 0000 | concerned with trivialities; "a trivial young woman"; "a trivial mind"
-02121859 00 a 01 playful 0 009 = 04649261 n 0000 + 07512039 n 0102 ! 02123314 a 0101 & 02122132 a 0000 & 02122379 a 0000 & 02122543 a 0000 & 02122715 a 0000 & 02123007 a 0000 & 02123118 a 0000 | full of fun and high spirits; "playful children just let loose from school"
-02122132 00 s 05 coltish 0 frolicsome 0 frolicky 0 rollicking 0 sportive 0 003 & 02121859 a 0000 + 04649835 n 0503 + 04649835 n 0202 | given to merry frolicking; "frolicsome students celebrated their graduation with parties and practical jokes"
-02122379 00 s 03 devilish 0 rascally 0 roguish 0 003 & 02121859 a 0000 + 04909721 n 0303 + 10200047 n 0204 | playful in an appealingly bold way; "a roguish grin"
-02122543 00 s 03 elfin 0 elfish 0 elvish 0 001 & 02121859 a 0000 | usually good-naturedly mischievous; "perpetrated a practical joke with elfin delight"; "elvish tricks"
-02122715 00 s 08 arch 0 impish 0 implike 0 mischievous 0 pixilated 0 prankish 0 puckish 0 wicked 0 005 & 02121859 a 0000 + 04650010 n 0703 + 04909721 n 0601 + 04650010 n 0402 + 04650010 n 0201 | naughtily or annoyingly playful; "teasing and worrying with impish laughter"; "a wicked prank"
-02123007 00 s 02 kittenish 0 frisky 0 002 & 02121859 a 0000 + 04649835 n 0201 | playful like a lively kitten
-02123118 00 s 03 mocking 0 teasing 0 quizzical 0 001 & 02121859 a 0000 | playfully vexing (especially by ridicule); "his face wore a somewhat quizzical almost impertinent air"- Lawrence Durrell
-02123314 00 a 03 unplayful 0 serious 2 sober 2 004 = 04649261 n 0000 + 04647478 n 0304 + 04646548 n 0201 ! 02121859 a 0101 | completely lacking in playfulness
-02123475 00 a 01 selected 0 002 ! 02123743 a 0101 & 02123579 a 0000 | chosen in preference to another
-02123579 00 s 02 elect 0 elite 0 003 & 02123475 a 0000 + 08386555 n 0201 + 08386853 n 0102 | selected as the best; "an elect circle of artists"; "elite colleges"
-02123743 00 a 01 unselected 0 001 ! 02123475 a 0101 | not selected
-02123812 00 a 01 serviceable 0 008 ^ 01090308 a 0000 ^ 01834304 a 0000 ^ 02495922 a 0000 + 05150129 n 0102 + 05150129 n 0101 ! 02124654 a 0101 & 02124096 a 0000 & 02124253 a 0000 | ready for service or able to give long service; "serviceable equipment"; "heavy serviceable fabrics"
-02124096 00 s 02 durable 0 long-wearing 0 002 & 02123812 a 0000 + 05053688 n 0102 | capable of withstanding wear and tear and decay; "durable denim jeans"
-02124253 00 s 05 functional 0 usable 0 useable 0 operable 0 operational 0 006 & 02123812 a 0000 + 05150129 n 0304 + 01158872 v 0301 + 05150129 n 0203 + 01158872 v 0201 + 05151372 n 0101 | fit or ready for use or service; "the toaster was still functional even after being dropped"; "the lawnmower is a bit rusty but still usable"; "an operational aircraft"; "the dishwasher is now in working order"
-02124654 00 a 01 unserviceable 0 007 ^ 01090993 a 0000 ^ 02497141 a 0000 ! 02123812 a 0101 & 02124886 a 0000 & 02125057 a 0000 & 02125198 a 0000 & 02125294 a 0000 | not ready for service; "unserviceable equipment may be replaced"
-02124886 00 s 01 broken-down 0 001 & 02124654 a 0000 | not in working order; "had to push the broken-down car"; "a broken-down tractor fit only for children to play on"
-02125057 00 s 02 burned-out 0 burnt-out 0 001 & 02124654 a 0000 | inoperative as a result of heat or friction; "a burned-out picture tube"
-02125198 00 s 01 inoperable 0 001 & 02124654 a 0000 | not able to perform its normal function
-02125294 00 s 01 unrepaired 0 001 & 02124654 a 0000 | unserviceable because necessary repairs have not been made
-02125409 00 a 01 resident 0 006 + 10523519 n 0101 + 01053920 n 0101 + 01053920 n 0102 + 02648639 v 0102 + 02650552 v 0101 ! 02125601 a 0101 | living in a particular place; "resident aliens"
-02125601 00 a 01 nonresident 0 001 ! 02125409 a 0101 | not living in a particular place or owned by permanent residents; "nonresident students who commute to classes"; "nonresident real estate"
-02125797 00 a 01 settled 1 006 ! 02126889 a 0101 & 02126140 a 0000 & 02126332 a 0000 & 02126430 a 0000 & 02126694 a 0000 & 02126796 a 0000 | established in a desired position or place; not moving about; "nomads...absorbed among the settled people"; "settled areas"; "I don't feel entirely settled here"; "the advent of settled civilization"
-02126140 00 s 01 based 0 001 & 02125797 a 0000 | having a base of operations (often used as a combining form); "a locally based business"; "an Atlanta-based company"; "carrier-based planes"
-02126332 00 s 01 built-up 0 001 & 02125797 a 0000 | peopled with settlers; "the built-up areas"
-02126430 00 s 04 located 0 placed 0 set 0 situated 0 001 & 02125797 a 0000 | situated in a particular spot or position; "valuable centrally located urban land"; "strategically placed artillery"; "a house set on a hilltop"; "nicely situated on a quiet riverbank"
-02126694 00 s 01 nonnomadic 0 001 & 02125797 a 0000 | not nomadic or wandering; "nonnomadic people"
-02126796 00 s 02 relocated 0 resettled 0 001 & 02125797 a 0000 | settled in a new location
-02126889 00 a 01 unsettled 1 010 ! 02125797 a 0101 & 02127159 a 0000 & 02127509 a 0000 & 02127693 a 0000 & 02127815 a 0000 & 02128084 a 0000 & 02128388 a 0000 & 02128566 a 0000 & 02128736 a 0000 & 02128922 a 0000 | not settled or established; "an unsettled lifestyle"
-02127159 00 s 05 aimless 0 drifting 0 floating 0 vagabond 1 vagrant 0 006 & 02126889 a 0000 + 10744544 n 0501 + 13943236 n 0501 + 10744544 n 0404 + 09468237 n 0401 + 05174326 n 0102 | continually changing especially as from one abode or occupation to another; "a drifting double-dealer"; "the floating population"; "vagrant hippies of the sixties"
-02127509 00 s 03 erratic 0 planetary 0 wandering 1 001 & 02126889 a 0000 | having no fixed course; "an erratic comet"; "his life followed a wandering course"; "a planetary vagabond"
-02127693 00 s 02 homeless 0 stateless 0 001 & 02126889 a 0000 | without nationality or citizenship; "stateless persons"
-02127815 00 s 02 migrant 0 migratory 0 004 & 02126889 a 0000 + 01857093 v 0201 + 01856626 v 0201 + 01857093 v 0101 | habitually moving from place to place especially in search of seasonal work; "appalled by the social conditions of migrant life"; "migratory workers"
-02128084 00 s 05 mobile 0 nomadic 0 peregrine 0 roving 0 wandering 2 003 & 02126889 a 0000 + 01611472 n 0301 + 04773351 n 0101 | migratory; "a restless mobile society"; "the nomadic habits of the Bedouins"; "believed the profession of a peregrine typist would have a happy future"; "wandering tribes"
-02128388 00 s 02 peripatetic 0 wayfaring 0 002 & 02126889 a 0000 + 09808080 n 0103 | traveling especially on foot; "peripatetic country preachers"; "a poor wayfaring stranger"
-02128566 00 s 01 itinerant 0 003 & 02126889 a 0000 + 10217831 n 0101 + 02102247 v 0101 | traveling from place to place to work; "itinerant labor"; "an itinerant judge"
-02128736 00 s 02 rootless 0 vagabond 2 002 & 02126889 a 0000 + 09468237 n 0201 | wandering aimlessly without ties to a place or community; "led a vagabond life"; "a rootless wanderer"
-02128922 00 s 01 unlocated 0 001 & 02126889 a 0000 | lacking a particular location
-02129007 00 a 01 migratory 0 002 + 01857093 v 0101 ! 02129136 a 0101 | used of animals that move seasonally; "migratory birds"
-02129136 00 a 02 nonmigratory 0 resident 4 002 + 01053920 n 0201 ! 02129007 a 0101 | used of animals that do not migrate
-02129259 00 a 01 settled 2 007 ! 02130514 a 0101 & 02129535 a 0000 & 02129718 a 0000 & 02129908 a 0000 & 02130137 a 0000 & 02130272 a 0000 & 02130391 a 0000 | established or decided beyond dispute or doubt; "with details of the wedding settled she could now sleep at night"
-02129535 00 s 03 accomplished 0 effected 0 established 0 001 & 02129259 a 0000 | settled securely and unconditionally; "that smoking causes health problems is an accomplished fact"
-02129718 00 s 04 appointed 0 decreed 0 ordained 0 prescribed 0 001 & 02129259 a 0000 | fixed or established especially by order or command; "at the time appointed (or the appointed time")
-02129908 00 s 03 determined 0 dictated 0 set 0 001 & 02129259 a 0000 | determined or decided upon as by an authority; "date and place are already determined"; "the dictated terms of surrender"; "the time set for the launching"
-02130137 00 s 01 deterministic 0 002 & 02129259 a 0000 + 05971086 n 0101 | an inevitable consequence of antecedent sufficient causes
-02130272 00 s 01 firm 0 001 & 02129259 a 0000 | not subject to revision or change; "a firm contract"; "a firm offer"
-02130391 00 s 01 preconcerted 0 001 & 02129259 a 0000 | previously arranged or agreed on; "following preconcerted plans"
-02130514 00 a 01 unsettled 2 003 ! 02129259 a 0101 & 02130672 a 0000 & 02130821 a 0000 | still in doubt; "an unsettled issue"; "an unsettled state of mind"
-02130672 00 s 02 doubtful 0 tentative 0 002 & 02130514 a 0000 + 05698247 n 0105 | unsettled in mind or opinion; "drew a few tentative conclusions"
-02130821 00 s 04 open 0 undecided 0 undetermined 0 unresolved 0 001 & 02130514 a 0000 | not brought to a conclusion; subject to further thought; "an open question"; "our position on this bill is still undecided"; "our lawsuit is still undetermined"
-02131072 00 a 01 sexy 0 024 ^ 00921014 a 0000 ^ 02097268 a 0000 + 07487695 n 0101 + 07489059 n 0104 ! 02134999 a 0101 & 02131668 a 0000 & 02131834 a 0000 & 02131958 a 0000 & 02132080 a 0000 & 02132224 a 0000 & 02132607 a 0000 & 02132735 a 0000 & 02132967 a 0000 & 02133207 a 0000 & 02133431 a 0000 & 02133653 a 0000 & 02133779 a 0000 & 02134162 a 0000 & 02134286 a 0000 & 02134397 a 0000 & 02134557 a 0000 & 02134701 a 0000 & 02134802 a 0000 & 02134896 a 0000 | marked by or tending to arouse sexual desire or interest; "feeling sexy"; "sexy clothes"; "sexy poses"; "a sexy book"; "sexy jokes"
-02131668 00 s 06 aroused 0 horny 0 randy 0 ruttish 0 steamy 0 turned_on(p) 0 002 & 02131072 a 0000 + 14038027 n 0201 | feeling great sexual desire; "feeling horny"
-02131834 00 s 01 autoerotic 0 002 & 02131072 a 0000 + 00855527 n 0101 | sexually satisfying yourself (as by masturbation)
-02131958 00 s 02 coquettish 0 flirtatious 0 003 & 02131072 a 0000 + 09965134 n 0202 + 00512522 n 0201 | like a coquette
-02132080 00 s 02 erotic 0 titillating 0 003 & 02131072 a 0000 + 09559896 n 0101 + 07487955 n 0102 | giving sexual pleasure; sexually arousing
-02132224 00 s 08 blue 0 gamy 0 gamey 0 juicy 1 naughty 0 racy 0 risque 0 spicy 0 004 & 02131072 a 0000 + 04902283 n 0804 + 04902283 n 0602 + 04902283 n 0201 | suggestive of sexual impropriety; "a blue movie"; "blue jokes"; "he skips asterisks and gives you the gamy details"; "a juicy scandal"; "a naughty wink"; "naughty words"; "racy anecdotes"; "a risque story"; "spicy gossip"
-02132607 00 s 01 hot 0 002 & 02131072 a 0000 + 14038027 n 0102 | sexually excited or exciting; "was hot for her"; "hot pants"
-02132735 00 s 02 intimate 0 sexual 0 001 & 02131072 a 0000 | involved in a sexual relationship; "the intimate (or sexual) relations between husband and wife"; "she had been intimate with many men"; "he touched her intimate parts"
-02132967 00 s 05 juicy 0 luscious 0 red-hot 0 toothsome 0 voluptuous 0 002 & 02131072 a 0000 + 05210820 n 0502 | having strong sexual appeal; "juicy barmaids"; "a red-hot mama"; "a voluptuous woman"; "a toothsome blonde in a tight dress"
-02133207 00 s 04 lascivious 0 lewd 0 libidinous 0 lustful 2 004 & 02131072 a 0000 + 07489714 n 0403 + 07489548 n 0301 + 07490214 n 0103 | driven by lust; preoccupied with or exhibiting lustful desires; "libidinous orgies"
-02133431 00 s 01 lecherous 0 004 & 02131072 a 0000 + 00856733 n 0101 + 10552980 n 0102 + 07489714 n 0101 | given to excessive indulgence in sexual activity; "a lecherous gleam in his eye"; "a lecherous good-for-nothing"
-02133653 00 s 01 leering 0 001 & 02131072 a 0000 | (of a glance) sidelong and slyly lascivious; "leering drugstore cowboys"
-02133779 00 s 04 lubricious 0 lustful 1 prurient 0 salacious 0 006 & 02131072 a 0000 + 04903368 n 0404 + 04903368 n 0405 + 07490214 n 0302 + 07490214 n 0301 + 07489714 n 0203 | characterized by lust; "eluding the lubricious embraces of her employer"; "her sensuous grace roused his lustful nature"; "prurient literature"; "prurient thoughts"; "a salacious rooster of a little man"
-02134162 00 s 01 orgiastic 0 003 & 02131072 a 0000 + 00511212 n 0101 + 01030280 n 0101 | used of frenzied sexual activity
-02134286 00 s 02 oversexed 0 highly-sexed 0 001 & 02131072 a 0000 | having excessive sexual desire or appeal
-02134397 00 s 02 pornographic 0 adult 0 002 & 02131072 a 0000 + 00747215 n 0101 | designed to arouse lust; "pornographic films and magazines"; "adult movies"
-02134557 00 s 01 provocative 0 001 & 02131072 a 0000 | exciting sexual desire; "her gestures and postures became more wanton and provocative"
-02134701 00 s 01 raunchy 0 001 & 02131072 a 0000 | earthy and sexually explicit; "a raunchy novel"
-02134802 00 s 01 sexed 0 001 & 02131072 a 0000 | characterized by sexuality; "highly sexed"
-02134896 00 s 01 sex-starved 0 001 & 02131072 a 0000 | desiring but deprived of sexual gratification
-02134999 00 a 01 unsexy 0 004 ! 02131072 a 0101 & 02135138 a 0000 & 02135213 a 0000 & 02135290 a 0000 | not sexually aroused or arousing
-02135138 00 s 01 sexless 1 001 & 02134999 a 0000 | sexually unattractive
-02135213 00 s 01 sexless 2 001 & 02134999 a 0000 | having no sexual desire
-02135290 00 s 01 undersexed 0 001 & 02134999 a 0000 | having a subnormal degree of sexual desire
-02135389 00 a 01 sexual 0 006 = 05006898 n 0000 + 00844254 n 0103 ! 02135913 a 0101 & 02135595 a 0000 & 02135692 a 0000 & 02135773 a 0000 | having or involving sex; "sexual reproduction"; "sexual spores"
-02135595 00 s 01 intersexual 0 001 & 02135389 a 0000 | existing or occurring between the sexes
-02135692 00 s 01 sexed 0 001 & 02135389 a 0000 | having sexual differentiation
-02135773 00 s 01 unisexual 0 001 & 02135389 a 0000 | relating to only one sex or having only one type of sexual organ; not hermaphroditic
-02135913 00 a 02 asexual 0 nonsexual 0 007 = 05006898 n 0000 + 05008085 n 0101 ! 02135389 a 0101 & 02136158 a 0000 & 02136423 a 0000 & 02136522 a 0000 & 02136665 a 0000 | not having or involving sex; "an asexual spore"; "asexual reproduction"
-02136158 00 s 05 agamic 0 agamous 0 agamogenetic 0 apomictic 0 parthenogenetic 0 005 & 02135913 a 0000 + 13532501 n 0501 + 13433727 n 0401 + 13434120 n 0302 + 11547737 n 0101 | (of reproduction) not involving the fusion of male and female gametes in reproduction
-02136423 00 s 01 fissiparous 0 002 & 02135913 a 0000 ;c 06037666 n 0000 | reproducing by fission
-02136522 00 s 02 neuter 0 sexless 2 002 & 02135913 a 0000 + 05008085 n 0202 | having no or imperfectly developed or nonfunctional sex organs
-02136665 00 s 02 vegetal 0 vegetative 0 002 & 02135913 a 0000 + 00055709 v 0201 | (of reproduction) characterized by asexual processes
-02136802 00 a 02 castrated 0 unsexed 0 004 ! 02137305 a 0101 & 02136970 a 0000 & 02137070 a 0000 & 02137205 a 0000 | deprived of sexual capacity or sexual attributes
-02136970 00 s 02 altered 0 neutered 0 001 & 02136802 a 0000 | having testicles or ovaries removed
-02137070 00 s 03 cut 0 emasculated 0 gelded 0 001 & 02136802 a 0000 | (of a male animal) having the testicles removed; "a cut horse"
-02137205 00 s 01 spayed 0 001 & 02136802 a 0000 | (of a female animal) having the ovaries removed
-02137305 00 a 01 uncastrated 0 002 ! 02136802 a 0101 & 02137394 a 0000 | not castrated
-02137394 00 s 02 entire 0 intact 0 002 & 02137305 a 0000 + 14460407 n 0201 | (used of domestic animals) sexually competent; "an entire horse"
-02137538 00 a 03 aphrodisiac 0 aphrodisiacal 0 sexy 4 005 + 07487695 n 0301 + 07489059 n 0304 + 02727281 n 0201 + 02727281 n 0101 ! 02137713 a 0101 | exciting sexual desire
-02137713 00 a 01 anaphrodisiac 0 001 ! 02137538 a 0101 | tending to diminish sexual desire
-02137806 00 a 01 estrous 0 005 ;c 01861778 n 0000 + 14038264 n 0101 ! 02138257 a 0101 & 02138034 a 0000 & 02138138 a 0000 | (of lower mammals) showing or in a state of estrus; in heat; "the estrous state"; "the estrous cycle"
-02138034 00 s 02 monestrous 0 monoestrous 0 001 & 02137806 a 0000 | having one estrous cycle per year
-02138138 00 s 02 polyestrous 0 polyoestrous 0 001 & 02137806 a 0000 | having more than one period of estrus per year
-02138257 00 a 01 anestrous 0 003 ;c 01861778 n 0000 ! 02137806 a 0101 & 02138428 a 0000 | (of lower mammals) not in a state of estrus; not in heat; "an anestrous bitch"
-02138428 00 s 04 diestrous 0 dioestrous 0 diestrual 0 dioestrual 0 003 & 02138257 a 0000 + 14038743 n 0302 + 14038743 n 0301 | (of animals that have several estrous cycles in one breeding season) in a period of sexual inactivity
-02138659 00 a 01 shapely 0 012 + 04677514 n 0102 + 04686748 n 0102 ! 02140492 a 0101 & 02138989 a 0000 & 02139403 a 0000 & 02139563 a 0000 & 02139652 a 0000 & 02139793 a 0000 & 02139884 a 0000 & 02140144 a 0000 & 02140305 a 0000 & 02140392 a 0000 | having a well-proportioned and pleasing shape; "a slim waist and shapely legs"
-02138989 00 s 0b bosomy 0 busty 0 buxom 0 curvaceous 0 curvy 0 full-bosomed 0 sonsie 0 sonsy 0 stacked 0 voluptuous 0 well-endowed 0 007 & 02138659 a 0000 + 04686748 n 0a03 + 04686748 n 0401 + 05001302 n 0301 + 05551494 n 0202 + 05553486 n 0101 + 05554405 n 0102 | (of a woman's body) having a large bosom and pleasing curves; "Hollywood seems full of curvaceous blondes"; "a curvy young woman in a tight dress"
-02139403 00 s 02 callipygian 0 callipygous 0 001 & 02138659 a 0000 | pertaining to or having finely developed buttocks; "the quest for the callipygian ideal"
-02139563 00 s 01 clean-limbed 0 001 & 02138659 a 0000 | having well-proportioned limbs
-02139652 00 s 02 full-fashioned 0 fully_fashioned 0 001 & 02138659 a 0000 | knitted to fit the shape of the body; "full-fashioned hosiery"
-02139793 00 s 02 Junoesque 0 statuesque 0 001 & 02138659 a 0000 | suggestive of a statue
-02139884 00 s 04 modeled 0 sculptural 0 sculptured 0 sculpturesque 0 002 & 02138659 a 0000 + 04157320 n 0201 | resembling sculpture; "her finely modeled features"; "rendered with...vivid sculptural effect"; "the sculpturesque beauty of the athletes' bodies"
-02140144 00 s 03 retrousse 0 tip-tilted 0 upturned 0 001 & 02138659 a 0000 | (used of noses) turned up at the end; "a retrousse nose"; "a small upturned nose"
-02140305 00 s 01 well-proportioned 0 001 & 02138659 a 0000 | of pleasing proportions
-02140392 00 s 01 well-turned 0 001 & 02138659 a 0000 | of a pleasing shape; "a well-turned ankle"
-02140492 00 a 01 unshapely 0 013 ^ 02373599 a 0000 ! 02138659 a 0101 & 02140834 a 0000 & 02141021 a 0000 & 02141209 a 0000 & 02141298 a 0000 & 02141644 a 0000 & 02141735 a 0000 & 02141867 a 0000 & 02142063 a 0000 & 02142139 a 0000 & 02142306 a 0000 & 02142446 a 0000 | not well-proportioned and pleasing in shape; "a stout unshapely woman"
-02140834 00 s 01 acromegalic 0 002 & 02140492 a 0000 + 14368483 n 0101 | marked or affected by enlargement or hypertrophy of the extremities or the face; "a protruding acromegalic jaw"
-02141021 00 s 02 chunky 0 lumpy 0 003 & 02140492 a 0000 + 09307300 n 0202 + 07961016 n 0106 | like or containing small sticky lumps; "the dumplings were chunky pieces of uncooked dough"
-02141209 00 s 02 clubfooted 0 taliped 0 001 & 02140492 a 0000 | having a deformed foot
-02141298 00 s 05 deformed 0 distorted 0 ill-shapen 0 malformed 0 misshapen 0 004 & 02140492 a 0000 + 14213512 n 0503 + 14213512 n 0101 + 04691178 n 0103 | so badly formed or out of shape as to be ugly; "deformed thalidomide babies"; "his poor distorted limbs"; "an ill-shapen vase"; "a limp caused by a malformed foot"; "misshapen old fingers"
-02141644 00 s 01 ill-proportioned 0 001 & 02140492 a 0000 | lacking pleasing proportions
-02141735 00 s 02 knobby 0 knobbly 0 003 & 02140492 a 0000 + 03626418 n 0201 + 13895986 n 0102 | having knobs; "had knobbly knees"
-02141867 00 s 03 nodular 0 nodulated 0 noduled 0 004 & 02140492 a 0000 + 13088989 n 0101 + 09371941 n 0101 + 05265038 n 0101 | having nodules or occurring in the form of nodules; "nodular ores"
-02142063 00 s 01 nodulose 0 001 & 02140492 a 0000 | having minute nodules
-02142139 00 s 02 pigeon-breasted 0 chicken-breasted 0 001 & 02140492 a 0000 | having a chest deformity marked by a projecting breastbone caused by infantile rickets
-02142306 00 s 01 shapeless 0 002 & 02140492 a 0000 + 04691861 n 0101 | lacking symmetry or attractive form; "a shapeless hat on his head"
-02142446 00 s 01 torulose 0 002 & 02140492 a 0000 ;c 06066555 n 0000 | of a cylindrical or ellipsoid body; swollen and constricted at intervals
-02142592 00 a 01 breasted 0 002 ! 02142983 a 0101 & 02142787 a 0000 | having a breast or breasts; or breasts as specified; used chiefly in compounds; "small-breasted"; "red-breasted sandpiper"
-02142787 00 s 01 bosomed 0 001 & 02142592 a 0000 | having a bosom as specified or having something likened to a bosom; usually used in compounds; "full-bosomed women"; "the green-bosomed earth"
-02142983 00 a 01 breastless 0 001 ! 02142592 a 0101 | without a breast
-02143056 00 a 01 formed 0 073 ! 02151705 a 0101 & 02144436 a 0000 & 02144834 a 0000 & 02144913 a 0000 & 02144988 a 0000 & 02145135 a 0000 & 02145209 a 0000 & 02145308 a 0000 & 02145388 a 0000 & 02145464 a 0000 & 02145598 a 0000 & 02145674 a 0000 & 02145754 a 0000 & 02145832 a 0000 & 02145918 a 0000 & 02146029 a 0000 & 02146159 a 0000 & 02146235 a 0000 & 02146347 a 0000 & 02146481 a 0000 & 02146557 a 0000 & 02146645 a 0000 & 02146760 a 0000 & 02146864 a 0000 & 02146949 a 0000 & 02147033 a 0000 & 02147117 a 0000 & 02147203 a 0000 & 02147297 a 0000 & 02147387 a 0000 & 02147477 a 0000 & 02147567 a 0000 & 02147653 a 0000 & 02147739 a 0000 & 02147825 a 0000 & 02147922 a 0000 & 02148011 a 0000 & 02148109 a 0000 & 02148187 a 0000 & 02148277 a 0000 & 02148361 a 0000 & 02148450 a 0000 & 02148526 a 0000 & 02148648 a 0000 & 02148728 a 0000 & 02148805 a 0000 & 02148917 a 0000 & 02149070 a 0000 & 02149153 a 0000 & 02149245 a 0000 & 02149412 a 0000 & 02149502 a 0000 & 02149597 a 0000 & 02149695 a 0000 & 02149787 a 0000 & 02150029 a 0000 & 02150130 a 0000 & 02150220 a 0000 & 02150308 a 0000 & 02150397 a 0000 & 02150489 a 0000 & 02150569 a 0000 & 02150658 a 0000 & 02150750 a 0000 & 02150842 a 0000 & 02150960 a 0000 & 02151050 a 0000 & 02151145 a 0000 & 02151234 a 0000 & 02151320 a 0000 & 02151438 a 0000 & 02151527 a 0000 & 02151616 a 0000 | having or given a form or shape
-02144436 00 s 06 ductile 0 malleable 0 pliable 0 pliant 0 tensile 0 tractile 0 006 & 02143056 a 0000 + 05023022 n 0402 + 05023022 n 0401 + 05022709 n 0302 + 05021884 n 0201 + 05022173 n 0101 | capable of being shaped or bent or drawn out; "ductile copper"; "malleable metals such as gold"; "they soaked the leather to made it pliable"; "pliant molten glass"; "made of highly tensile steel alloy"
-02144834 00 s 01 acorn-shaped 0 001 & 02143056 a 0000 | shaped like an acorn
-02144913 00 s 01 awl-shaped 0 001 & 02143056 a 0000 | shaped like an awl
-02144988 00 s 05 bacillar 0 bacillary 0 bacilliform 0 baculiform 0 rod-shaped 0 002 & 02143056 a 0000 + 01349948 n 0201 | formed like a bacillus
-02145135 00 s 01 bag-shaped 0 001 & 02143056 a 0000 | shaped like a bag
-02145209 00 s 01 bar-shaped 0 001 & 02143056 a 0000 | shaped like a rigid strip of metal or wood
-02145308 00 s 01 basket-shaped 0 001 & 02143056 a 0000 | shaped like a basket
-02145388 00 s 01 belt-shaped 0 001 & 02143056 a 0000 | shaped like a belt
-02145464 00 s 01 biform 0 001 & 02143056 a 0000 | having or combining two forms; "a biform crystal"; "the biform body of a mermaid"
-02145598 00 s 01 boot-shaped 0 001 & 02143056 a 0000 | shaped like a boot
-02145674 00 s 01 bottle-shaped 0 001 & 02143056 a 0000 | shaped like a bottle
-02145754 00 s 01 botuliform 0 001 & 02143056 a 0000 | shaped like a sausage
-02145832 00 s 01 butterfly-shaped 0 001 & 02143056 a 0000 | shaped like a butterfly
-02145918 00 s 01 button-shaped 0 001 & 02143056 a 0000 | shaped like a button; "button-shaped white flowers"
-02146029 00 s 02 catenulate 0 chainlike 0 001 & 02143056 a 0000 | having a chainlike form; "catenulate bacterial cell colonies"
-02146159 00 s 01 claw-shaped 0 001 & 02143056 a 0000 | shaped like a claw
-02146235 00 s 01 club-shaped 0 001 & 02143056 a 0000 | shaped in the form of a club that is larger at one end
-02146347 00 s 01 club-shaped 1 001 & 02143056 a 0000 | shaped in the form of the black trefoil or clover leaf on some playing cards
-02146481 00 s 01 cowl-shaped 0 001 & 02143056 a 0000 | shaped like a cowl
-02146557 00 s 01 cross-shaped 0 001 & 02143056 a 0000 | shaped in the form of a cross
-02146645 00 s 01 die-cast 0 001 & 02143056 a 0000 | formed by forcing molten metal into a die; "a die-cast seal"
-02146760 00 s 02 drum-shaped 0 drum-like 0 001 & 02143056 a 0000 | shaped in a form resembling a drum
-02146864 00 s 01 eel-shaped 0 001 & 02143056 a 0000 | shaped in the form of an eel
-02146949 00 s 01 fan-shaped 0 001 & 02143056 a 0000 | shaped in the form of a fan
-02147033 00 s 01 fig-shaped 0 001 & 02143056 a 0000 | shaped in the form of a fig
-02147117 00 s 01 foot-shaped 0 001 & 02143056 a 0000 | shaped in the form of a foot
-02147203 00 s 01 football-shaped 0 001 & 02143056 a 0000 | shaped in the form of a football
-02147297 00 s 01 funnel-shaped 0 001 & 02143056 a 0000 | shaped in the form of a funnel
-02147387 00 s 01 guitar-shaped 0 001 & 02143056 a 0000 | shaped in the form of a guitar
-02147477 00 s 01 hammer-shaped 0 001 & 02143056 a 0000 | shaped in the form of a hammer
-02147567 00 s 01 harp-shaped 0 001 & 02143056 a 0000 | shaped in the form of a harp
-02147653 00 s 01 hook-shaped 0 001 & 02143056 a 0000 | shaped in the form of a hook
-02147739 00 s 01 horn-shaped 0 001 & 02143056 a 0000 | shaped in the form of a horn
-02147825 00 s 01 hourglass-shaped 0 001 & 02143056 a 0000 | shaped in the form of an hourglass
-02147922 00 s 01 H-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter H
-02148011 00 s 01 keel-shaped 0 001 & 02143056 a 0000 | shaped in the form of the keel of a boat
-02148109 00 s 01 lance-shaped 0 001 & 02143056 a 0000 | shaped like a lance
-02148187 00 s 01 lancet-shaped 0 001 & 02143056 a 0000 | shaped in the form of a lancet
-02148277 00 s 01 lip-shaped 0 001 & 02143056 a 0000 | shaped in the form of a lip
-02148361 00 s 01 L-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter L
-02148450 00 s 01 lyre-shaped 0 001 & 02143056 a 0000 | shaped like a lyre
-02148526 00 s 02 navicular 0 scaphoid 0 003 & 02143056 a 0000 ;c 06057539 n 0000 + 05272276 n 0103 | shaped like a boat
-02148648 00 s 01 nutmeg-shaped 0 001 & 02143056 a 0000 | shaped like a nutmeg
-02148728 00 s 01 oven-shaped 0 001 & 02143056 a 0000 | shaped like an oven
-02148805 00 s 01 paddle-shaped 0 001 & 02143056 a 0000 | shaped in the form of a paddle; "paddle-shaped fins"
-02148917 00 s 01 perfected 0 001 & 02143056 a 0000 | (of plans, ideas, etc.) perfectly formed; "a graceful but not yet fully perfected literary style"
-02149070 00 s 01 phylliform 0 001 & 02143056 a 0000 | having the shape of a leaf
-02149153 00 s 01 pitcher-shaped 0 001 & 02143056 a 0000 | shaped in the form of a pitcher
-02149245 00 s 01 precast 0 001 & 02143056 a 0000 | of structural members especially of concrete; cast into form before being transported to the site of installation
-02149412 00 s 01 ribbon-shaped 0 001 & 02143056 a 0000 | shaped in the form of a ribbon
-02149502 00 s 01 rudder-like 0 001 & 02143056 a 0000 | formed like and serving like a rudder
-02149597 00 s 01 saddle-shaped 0 001 & 02143056 a 0000 | shaped in the form of a horse's saddle
-02149695 00 s 01 slipper-shaped 0 001 & 02143056 a 0000 | shaped in the form of a slipper
-02149787 00 s 03 shaped 0 molded 0 wrought 0 001 & 02143056 a 0000 | shaped to fit by or as if by altering the contours of a pliable mass (as by work or effort); "a shaped handgrip"; "the molded steel plates"; "the wrought silver bracelet"
-02150029 00 s 02 spade-shaped 0 spade-like 0 001 & 02143056 a 0000 | shaped in the form of a spade
-02150130 00 s 01 spider-shaped 0 001 & 02143056 a 0000 | shaped in the form of a spider
-02150220 00 s 01 spoon-shaped 0 001 & 02143056 a 0000 | shaped in the form of a spoon
-02150308 00 s 01 s-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter S
-02150397 00 s 01 stirrup-shaped 0 001 & 02143056 a 0000 | shaped in the form of a stirrup
-02150489 00 s 01 tassel-shaped 0 001 & 02143056 a 0000 | shaped like a tassel
-02150569 00 s 01 T-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter T
-02150658 00 s 01 tadpole-shaped 0 001 & 02143056 a 0000 | shaped in the form of a tadpole
-02150750 00 s 01 thimble-shaped 0 001 & 02143056 a 0000 | shaped in the form of a thimble
-02150842 00 s 01 trumpet-shaped 0 001 & 02143056 a 0000 | shaped in the form of a trumpet; "trumpet-shaped flowers"
-02150960 00 s 01 turnip-shaped 0 001 & 02143056 a 0000 | shaped in the form of a turnip
-02151050 00 s 01 umbrella-shaped 0 001 & 02143056 a 0000 | shaped in the form of an umbrella
-02151145 00 s 01 U-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter U
-02151234 00 s 01 vase-shaped 0 001 & 02143056 a 0000 | shaped in the form of a vase
-02151320 00 s 02 vermiform 0 worm-shaped 0 001 & 02143056 a 0000 | resembling a worm; long and thin and cylindrical
-02151438 00 s 01 v-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter V
-02151527 00 s 01 W-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter W
-02151616 00 s 01 Y-shaped 0 001 & 02143056 a 0000 | shaped in the form of the letter Y
-02151705 00 a 01 unformed 0 003 ! 02143056 a 0101 & 02151837 a 0000 & 02152078 a 0000 | not having form or shape; "unformed clay"
-02151837 00 s 03 amorphous 0 formless 0 shapeless 0 002 & 02151705 a 0000 + 13909889 n 0301 | having no definite form or distinct shape; "amorphous clouds of insects"; "an aggregate of formless particles"; "a shapeless mass of protoplasm"
-02152078 00 s 02 unshaped 0 unshapen 0 001 & 02151705 a 0000 | incompletely or imperfectly shaped; "unshaped dough"; "unshaped timbers"
-02152216 00 a 01 shared 0 004 ^ 02111684 a 0000 ! 02152848 a 0101 & 02152473 a 0000 & 02152716 a 0000 | have in common; held or experienced in common; "two shared valence electrons forming a bond between adjacent nuclei"; "a shared interest in philately"
-02152473 00 s 02 common 0 mutual 0 005 & 02152216 a 0000 + 13843401 n 0201 + 13841863 n 0201 + 04764741 n 0102 + 04764741 n 0101 | common to or shared by two or more parties; "a common friend"; "the mutual interests of management and labor"
-02152716 00 s 01 joint 0 001 & 02152216 a 0000 | affecting or involving two or more; "joint income-tax return"; "joint ownership"
-02152848 00 a 01 unshared 0 005 ^ 02109678 a 0000 ! 02152216 a 0101 & 02152985 a 0000 & 02153174 a 0000 & 02153359 a 0000 | not shared
-02152985 00 s 02 exclusive 0 sole(a) 0 002 & 02152848 a 0000 + 00615774 v 0101 | not divided or shared with others; "they have exclusive use of the machine"; "sole rights of publication"
-02153174 00 s 02 individual 0 single(a) 0 001 & 02152848 a 0000 | characteristic of or meant for a single person or thing; "an individual serving"; "single occupancy"; "a single bed"
-02153359 00 s 01 undivided 0 001 & 02152848 a 0000 | not shared by or among others; "undivided responsibility"
-02153472 00 a 02 shaven 0 shaved 0 003 ! 02153817 a 0101 & 02153620 a 0000 & 02153705 a 0000 | having the beard or hair cut off close to the skin
-02153620 00 s 02 beardless 0 whiskerless 0 001 & 02153472 a 0000 | having no beard
-02153705 00 s 03 clean-shaven 0 smooth-shaven 0 well-shaven 0 001 & 02153472 a 0000 | closely shaved recently
-02153817 00 a 02 unshaven 0 unshaved 0 005 ! 02153472 a 0101 & 02153965 a 0000 & 02154118 a 0000 & 02154247 a 0000 & 02154334 a 0000 | not shaved
-02153965 00 s 05 bearded 0 barbate 0 bewhiskered 0 whiskered 0 whiskery 0 002 & 02153817 a 0000 + 01901828 n 0501 | having hair on the cheeks and chin
-02154118 00 s 03 bestubbled 0 stubbled 0 stubbly 0 001 & 02153817 a 0000 | having a short growth of beard; "his stubbled chin"
-02154247 00 s 01 goateed 0 001 & 02153817 a 0000 | having a small pointed chin beard
-02154334 00 s 02 mustachioed 0 mustached 0 001 & 02153817 a 0000 | having a moustache
-02154422 00 a 02 sheared 0 shorn 0 001 ! 02154635 a 0101 | having the hair or wool cut or clipped off as if with shears or clippers; "picked up the baby's shorn curls from the floor"; "naked as a sheared sheep"
-02154635 00 a 02 unsheared 0 unshorn 0 001 ! 02154422 a 0101 | not sheared; "a grizzly unshorn beard"; "unshorn sheep"
-02154756 00 a 01 sheathed 0 005 ! 02155524 a 0101 & 02155054 a 0000 & 02155233 a 0000 & 02155361 a 0000 & 02155454 a 0000 | enclosed in a protective covering; sometimes used in combination; "his sheathed sword"; "the cat's sheathed claws"; "a ship's bottom sheathed in copper"; "copper-sheathed"
-02155054 00 s 03 cased 0 encased 0 incased 0 001 & 02154756 a 0000 | covered or protected with or as if with a case; "knights cased in steel"; "products encased in leatherette"
-02155233 00 s 01 clad 0 001 & 02154756 a 0000 | having an outer covering especially of thin metal; "steel-clad"; "armor-clad"
-02155361 00 s 01 ironclad 0 001 & 02154756 a 0000 | sheathed in iron plates for protection
-02155454 00 s 01 podlike 0 001 & 02154756 a 0000 | resembling a pod
-02155524 00 a 02 unsheathed 0 bare 4 002 + 04697819 n 0201 ! 02154756 a 0101 | not having a protective covering; "unsheathed cables"; "a bare blade"
-02155675 00 a 02 shockable 0 narrow-minded 4 001 ! 02155771 a 0101 | capable of being shocked
-02155771 00 a 02 unshockable 0 broad-minded 4 002 + 06204623 n 0201 ! 02155675 a 0101 | incapable of being shocked; "he was warmhearted, sensible and unshockable"
-02155936 00 a 03 shod 0 shodden 0 shoed 0 006 ! 02156579 a 0101 & 02156111 a 0000 & 02156177 a 0000 & 02156293 a 0000 & 02156421 a 0000 & 02156505 a 0000 | wearing footgear
-02156111 00 s 01 booted 0 001 & 02155936 a 0000 | wearing boots
-02156177 00 s 01 ironshod 0 001 & 02155936 a 0000 | shod or cased with iron; "ironshod hooves"; "ironshod wheels"
-02156293 00 s 01 roughshod 0 001 & 02155936 a 0000 | (of a horse) having horseshoes with projecting nails to prevent slipping
-02156421 00 s 02 sandaled 0 sandalled 0 001 & 02155936 a 0000 | shod with sandals
-02156505 00 s 01 slippered 0 001 & 02155936 a 0000 | shod with slippers
-02156579 00 a 02 unshod 0 unshoed 0 003 ! 02155936 a 0101 & 02156686 a 0000 & 02156822 a 0000 | not shod
-02156686 00 s 03 barefoot 0 barefooted 0 shoeless 0 001 & 02156579 a 0000 | without shoes; "the barefoot boy"; "shoeless Joe Jackson"
-02156822 00 s 01 stockinged 0 001 & 02156579 a 0000 | wearing stockings; "walks about in his stockinged feet"
-02156934 00 a 02 calced 0 shod 4 001 ! 02157041 a 0101 | used of certain religious orders who wear shoes
-02157041 00 a 03 discalced 0 discalceate 0 unshod 4 002 ;c 05946687 n 0000 ! 02156934 a 0101 | (used of certain religious orders) barefoot or wearing only sandals; "discalced friars"
-02157226 00 a 03 nearsighted 0 shortsighted 0 myopic 0 004 + 14553290 n 0301 + 14553290 n 0203 + 14553290 n 0102 ! 02157399 a 0101 | unable to see distant objects clearly
-02157399 00 a 02 farsighted 0 presbyopic 0 006 + 14555214 n 0201 + 14554011 n 0104 ! 02157226 a 0101 & 02157594 a 0000 & 02157747 a 0000 & 02157936 a 0000 | able to see distant objects clearly
-02157594 00 s 04 eagle-eyed 0 keen-sighted 0 farseeing 0 longsighted 0 002 & 02157399 a 0000 + 14554011 n 0405 | capable of seeing to a great distance
-02157747 00 s 02 hyperopic 0 hypermetropic 0 005 & 02157399 a 0000 ;c 06054446 n 0000 + 14554011 n 0203 + 14554011 n 0202 + 14554011 n 0101 | abnormal ability to focus of distant objects
-02157936 00 s 01 telescopic 0 002 & 02157399 a 0000 + 04403638 n 0101 | capable of discerning distant objects; "a telescopic eye"; "telescopic vision"
-02158089 00 a 01 shrinkable 0 001 ! 02158192 a 0101 | capable of being shrunk; "a shrinkable fabric"
-02158192 00 a 01 unshrinkable 0 001 ! 02158089 a 0101 | incapable of being shrunk or diminished or reduced
-02158301 00 a 01 sighted 0 005 + 05656537 n 0103 ! 02158826 a 0101 & 02158438 a 0000 & 02158646 a 0000 & 02158731 a 0000 | able to see
-02158438 00 s 07 argus-eyed 0 hawk-eyed 0 keen-sighted 0 lynx-eyed 0 quick-sighted 0 sharp-eyed 0 sharp-sighted 0 002 & 02158301 a 0000 + 05655567 n 0703 | having very keen vision; "quick-sighted as a cat"
-02158646 00 s 01 clear-sighted 0 001 & 02158301 a 0000 | having sharp clear vision
-02158731 00 s 01 seeing 0 002 & 02158301 a 0000 + 05656537 n 0102 | having vision, not blind
-02158826 00 a 02 blind 0 unsighted 4 013 + 14126660 n 0101 ! 02158301 a 0101 & 02159293 a 0000 & 02159364 a 0000 & 02159453 a 0000 & 02159612 a 0000 & 02159787 a 0000 & 02159969 a 0000 & 02160135 a 0000 & 02160291 a 0000 & 02160465 a 0000 & 02160622 a 0000 & 02160696 a 0000 | unable to see; "a person is blind to the extent that he must devise alternative techniques to do efficiently those things he would do with sight if he had normal vision"--Kenneth Jernigan
-02159293 00 s 01 blinded 0 001 & 02158826 a 0000 | deprived of sight
-02159364 00 s 02 blindfold 0 blindfolded 0 001 & 02158826 a 0000 | wearing a blindfold
-02159453 00 s 02 color-blind 0 colour-blind 0 003 & 02158826 a 0000 + 14153010 n 0201 + 14153010 n 0101 | unable to distinguish one or more chromatic colors
-02159612 00 s 01 dazzled 0 001 & 02158826 a 0000 | having vision overcome temporarily by or as if by intense light; "she shut her dazzled eyes against the sun's brilliance"
-02159787 00 s 02 deuteranopic 0 green-blind 0 003 & 02158826 a 0000 + 14154168 n 0203 + 14154168 n 0101 | inability to see the color green or to distinguish green and purplish-red
-02159969 00 s 06 dim-sighted 0 near-blind 0 purblind 0 sand-blind 0 visually_impaired 0 visually_challenged 0 001 & 02158826 a 0000 | having greatly reduced vision
-02160135 00 s 03 eyeless 0 sightless 0 unseeing 0 003 & 02158826 a 0000 + 14126660 n 0202 + 14557206 n 0101 | lacking sight; "blind as an eyeless beggar"
-02160291 00 s 02 protanopic 0 red-blind 0 003 & 02158826 a 0000 + 14154421 n 0202 + 14154421 n 0101 | inability to see the color red or to distinguish red and bluish-green
-02160465 00 s 02 snow-blind 0 snow-blinded 0 002 & 02158826 a 0000 + 14555790 n 0101 | temporarily blinded by exposure to light reflected from snow or ice
-02160622 00 s 01 stone-blind 0 001 & 02158826 a 0000 | completely blind
-02160696 00 s 02 tritanopic 0 blue-blind 0 003 & 02158826 a 0000 + 14155031 n 0202 + 14155031 n 0101 | inability to see the color blue or to distinguish the colors blue and yellow
-02160878 00 a 01 signed 0 003 ! 02161314 a 0101 & 02161016 a 0000 & 02161136 a 0000 | having a handwritten signature; "a signed letter"
-02161016 00 s 01 autographed 0 001 & 02160878 a 0000 | bearing an autograph; "an autographed copy of his latest book"
-02161136 00 s 01 subscribed 0 002 & 02160878 a 0000 ;c 06520944 n 0000 | (of a contract or will or other document) having a signature written at the end; "the subscribed will"
-02161314 00 a 01 unsigned 0 001 ! 02160878 a 0101 | lacking a signature; "the message was typewritten and unsigned"
-02161432 00 a 02 significant 0 important 4 017 ^ 01275562 a 0000 ^ 01496976 a 0000 = 05169813 n 0000 + 05168261 n 0201 + 05169813 n 0101 ! 02164402 a 0101 & 02161982 a 0000 & 02162179 a 0000 & 02162458 a 0000 & 02162733 a 0000 & 02162934 a 0000 & 02163307 a 0000 & 02163468 a 0000 & 02163602 a 0000 & 02163774 a 0000 & 02164050 a 0000 & 02164165 a 0000 | important in effect or meaning; "a significant change in tax laws"; "a significant change in the Constitution"; "a significant contribution"; "significant details"; "statistically significant"
-02161982 00 s 01 momentous 0 003 & 02161432 a 0000 + 05170574 n 0103 + 05169412 n 0101 | of very great significance; "deciding to drop the atom bomb was a very big decision"; "a momentous event"
-02162179 00 s 02 epochal 0 epoch-making 0 002 & 02161432 a 0000 + 15248564 n 0102 | highly significant or important especially bringing about or marking the beginning of a new development or era; "epochal decisions made by Roosevelt and Churchill"; "an epoch-making discovery"
-02162458 00 s 03 earthshaking 0 world-shaking 0 world-shattering 0 001 & 02161432 a 0000 | sufficiently significant to affect the whole world; "earthshaking proposals"; "the contest was no world-shaking affair"; "the conversation...could hardly be called world-shattering"
-02162733 00 s 02 evidential 0 evidentiary 0 003 & 02161432 a 0000 + 05823932 n 0201 + 05823932 n 0101 | serving as or based on evidence; "evidential signs of a forced entry"; "its evidentiary value"
-02162934 00 s 02 fundamental 0 profound 0 002 & 02161432 a 0000 + 05926358 n 0204 | far-reaching and thoroughgoing in effect especially on the nature of something; "the fundamental revolution in human values that has occurred"; "the book underwent fundamental changes"; "committed the fundamental error of confusing spending with extravagance"; "profound social changes"
-02163307 00 s 01 large 0 002 & 02161432 a 0000 + 05106317 n 0101 | fairly large or important in effect; influential; "played a large role in the negotiations"
-02163468 00 s 01 monumental 0 001 & 02161432 a 0000 | of outstanding significance; "Einstein's monumental contributions to physics"
-02163602 00 s 02 noteworthy 0 remarkable 0 001 & 02161432 a 0000 | worthy of notice; "a noteworthy fact is that her students rarely complain"; "a remarkable achievement"
-02163774 00 s 02 probative 0 probatory 0 002 & 02161432 a 0000 + 02465297 v 0101 | tending to prove a particular proposition or to persuade you of the truth of an allegation; "evidence should only be excluded if its probative value was outweighed by its prejudicial effect"
-02164050 00 s 01 operative 0 001 & 02161432 a 0000 | effective; producing a desired effect; "the operative word"
-02164165 00 s 02 portentous 0 prodigious 0 003 & 02161432 a 0000 + 07286368 n 0206 + 07286368 n 0102 | of momentous or ominous significance; "such a portentous...monster raised all my curiosity"- Herman Melville; "a prodigious vision"
-02164402 00 a 02 insignificant 0 unimportant 4 012 ^ 01497736 a 0000 ^ 01279978 a 0000 = 05169813 n 0000 + 14436438 n 0202 + 05172596 n 0201 + 05173579 n 0101 ! 02161432 a 0101 & 02164713 a 0000 & 02164913 a 0000 & 02165171 a 0000 & 02165318 a 0000 & 02165432 a 0000 | devoid of importance, meaning, or force
-02164713 00 s 02 hole-and-corner 0 hole-in-corner 0 001 & 02164402 a 0000 | relating to the peripheral and unimportant aspects of life; "a hole-and-corner life in some obscure community"- H.G.Wells
-02164913 00 s 05 flimsy 3 fragile 0 slight 0 tenuous 0 thin 1 004 & 02164402 a 0000 + 05114781 n 0504 + 05040939 n 0402 + 05173205 n 0303 | lacking substance or significance; "slight evidence"; "a tenuous argument"; "a thin plot"; a fragile claim to fame"
-02165171 00 s 01 inappreciable 0 001 & 02164402 a 0000 | too small to make a significant difference; "inappreciable fluctuations in temperature"
-02165318 00 s 01 light 0 001 & 02164402 a 0000 | having little importance; "losing his job was no light matter"
-02165432 00 s 02 superficial 0 trivial 0 004 & 02164402 a 0000 + 00840413 v 0201 + 04486445 n 0202 + 05820462 n 0203 | of little substance or significance; "a few superficial editorial changes"; "only trivial objections"
-02165655 00 a 01 significant 1 002 ;c 06018465 n 0000 ! 02165925 a 0101 | too closely correlated to be attributed to chance and therefore indicating a systematic relation; "the interaction effect is significant at the .01 level"; "no significant difference was found"
-02165925 00 a 01 nonsignificant 0 002 ;c 06018465 n 0000 ! 02165655 a 0101 | attributable to chance
-02166027 00 a 01 silenced 0 002 ! 02166277 a 0101 & 02166159 a 0000 | reduced to silence; "the silenced crowd waited expectantly"
-02166159 00 s 01 suppressed 0 001 & 02166027 a 0000 | manifesting or subjected to suppression; "a suppressed press"
-02166277 00 a 01 unsilenced 0 001 ! 02166027 a 0101 | not silenced
-02166346 00 a 02 simple 1 unsubdivided 0 037 ^ 02174896 a 0000 ^ 02244619 a 0000 ;c 06066555 n 0000 + 04766059 n 0101 ! 02171024 a 0101 & 02167133 a 0000 & 02167285 a 0000 & 02167405 a 0000 & 02167513 a 0000 & 02167628 a 0000 & 02167740 a 0000 & 02167894 a 0000 & 02168014 a 0000 & 02168132 a 0000 & 02168248 a 0000 & 02168400 a 0000 & 02168549 a 0000 & 02168699 a 0000 & 02168796 a 0000 & 02168904 a 0000 & 02168991 a 0000 & 02169081 a 0000 & 02169175 a 0000 & 02169267 a 0000 & 02169359 a 0000 & 02169467 a 0000 & 02169591 a 0000 & 02169728 a 0000 & 02169844 a 0000 & 02169940 a 0000 & 02170052 a 0000 & 02170199 a 0000 & 02170411 a 0000 & 02170546 a 0000 & 02170673 a 0000 & 02170821 a 0000 & 02170957 a 0000 | (botany) of leaf shapes; of leaves having no divisions or subdivisions
-02167133 00 s 04 acerate 0 acerose 0 acicular 0 needle-shaped 0 002 & 02166346 a 0000 + 09187036 n 0301 | narrow and long and pointed; as pine leaves
-02167285 00 s 01 acuminate 0 002 & 02166346 a 0000 + 13089526 n 0101 | (of a leaf shape) narrowing to a slender point
-02167405 00 s 01 apiculate 0 001 & 02166346 a 0000 | (of a leaf shape) having a short sharply pointed tip
-02167513 00 s 01 caudate 0 001 & 02166346 a 0000 | (of a leaf shape) tapering gradually into a long taillike tip
-02167628 00 s 03 cordate 0 heart-shaped 0 cordiform 0 001 & 02166346 a 0000 | (of a leaf) shaped like a heart
-02167740 00 s 02 cuneate 0 wedge-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) narrowly triangular, wider at the apex and tapering toward the base
-02167894 00 s 01 deltoid 0 001 & 02166346 a 0000 | triangular or suggesting a capital delta, with a point at the apex
-02168014 00 s 02 dolabriform 0 dolabrate 0 001 & 02166346 a 0000 | having the shape of the head of an ax or cleaver
-02168132 00 s 01 elliptic 0 002 & 02166346 a 0000 + 05070622 n 0102 | (of a leaf shape) in the form of an ellipse
-02168248 00 s 04 ensiform 0 sword-shaped 0 swordlike 0 bladelike 0 001 & 02166346 a 0000 | shaped like a sword blade; "the iris has an ensiform leaf"
-02168400 00 s 02 hastate 0 spearhead-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) like a spear point, with flaring pointed lobes at the base
-02168549 00 s 02 lanceolate 0 lancelike 0 001 & 02166346 a 0000 | (of a leaf shape) shaped like a lance head; narrow and tapering to a pointed apex
-02168699 00 s 02 linear 0 elongate 0 001 & 02166346 a 0000 | (of a leaf shape) long and narrow
-02168796 00 s 01 lyrate 0 001 & 02166346 a 0000 | (of a leaf shape) having curvature suggestive of a lyre
-02168904 00 s 01 needled 0 001 & 02166346 a 0000 | of trees whose leaves are acerate
-02168991 00 s 01 two-needled 0 001 & 02166346 a 0000 | (of conifers) having two needles
-02169081 00 s 01 three-needled 0 001 & 02166346 a 0000 | (of conifers) having three needles
-02169175 00 s 01 four-needled 0 001 & 02166346 a 0000 | (of conifers) having four needles
-02169267 00 s 01 five-needled 0 001 & 02166346 a 0000 | (of conifers) having five needles
-02169359 00 s 01 obtuse 0 002 & 02166346 a 0000 + 04705950 n 0101 | (of a leaf shape) rounded at the apex
-02169467 00 s 01 oblanceolate 0 001 & 02166346 a 0000 | (of a leaf shape) having a broad rounded apex and a tapering base
-02169591 00 s 01 oblong 0 001 & 02166346 a 0000 | (of a leaf shape) having a somewhat elongated form with approximately parallel sides
-02169728 00 s 01 obovate 0 001 & 02166346 a 0000 | (of a leaf shape) egg-shaped with the narrower end at the base
-02169844 00 s 02 orbiculate 0 orbicular 0 001 & 02166346 a 0000 | circular or nearly circular
-02169940 00 s 01 ovate 0 001 & 02166346 a 0000 | of a leaf shape; egg-shaped with the broader end at the base
-02170052 00 s 03 pandurate 0 panduriform 0 fiddle-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) having rounded ends and a contracted center
-02170199 00 s 02 peltate 0 shield-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) round, with the stem attached near the center of the lower surface rather than the margin (as a nasturtium leaf for example)
-02170411 00 s 01 perfoliate 0 001 & 02166346 a 0000 | (of a leaf) having the base united around (and apparently pierced by) the stem
-02170546 00 s 02 reniform 0 kidney-shaped 0 001 & 02166346 a 0000 | (of a leaf or bean shape) resembling the shape of kidney
-02170673 00 s 03 sagittate 0 sagittiform 0 arrow-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) like an arrow head without flaring base lobes
-02170821 00 s 02 spatulate 0 spatula-shaped 0 001 & 02166346 a 0000 | (of a leaf shape) having a broad rounded apex and a narrow base
-02170957 00 s 01 unlobed 0 001 & 02166346 a 0000 | without lobes
-02171024 00 a 01 compound 0 031 ^ 02176178 a 0000 ^ 02245403 a 0000 ^ 02244619 a 0000 ;c 06066555 n 0000 ! 02166346 a 0101 & 02171724 a 0000 & 02171836 a 0000 & 02171938 a 0000 & 02172038 a 0000 & 02172152 a 0000 & 02172255 a 0000 & 02172377 a 0000 & 02172488 a 0000 & 02172617 a 0000 & 02172770 a 0000 & 02172851 a 0000 & 02172995 a 0000 & 02173125 a 0000 & 02173264 a 0000 & 02173371 a 0000 & 02173510 a 0000 & 02173632 a 0000 & 02173773 a 0000 & 02173930 a 0000 & 02174089 a 0000 & 02174188 a 0000 & 02174305 a 0000 & 02174417 a 0000 & 02174542 a 0000 & 02174678 a 0000 & 02174781 a 0000 | composed of more than one part; "compound leaves are composed of several lobes; "compound flower heads"
-02171724 00 s 03 bilobate 0 bilobated 0 bilobed 0 001 & 02171024 a 0000 | having two lobes; "a bilobate leaf"
-02171836 00 s 01 binate 0 001 & 02171024 a 0000 | growing in two parts or in pairs; "binate leaves"
-02171938 00 s 01 bipartite 0 001 & 02171024 a 0000 | divided into two portions almost to the base
-02172038 00 s 01 bipinnate 0 001 & 02171024 a 0000 | of a leaf shape; having doubly pinnate leaflets (as ferns)
-02172152 00 s 01 bipinnatifid 0 001 & 02171024 a 0000 | pinnatifid with the segments also pinnatifid
-02172255 00 s 02 cleft 0 dissected 0 001 & 02171024 a 0000 | having one or more incisions reaching nearly to the midrib
-02172377 00 s 01 conjugate 0 001 & 02171024 a 0000 | (of a pinnate leaflet) having only one pair of leaflets
-02172488 00 s 01 decompound 0 001 & 02171024 a 0000 | of a compound leaf; consisting of divisions that are themselves compound
-02172617 00 s 03 even-pinnate 0 abruptly-pinnate 0 paripinnate 0 001 & 02171024 a 0000 | (of a leaf shape) pinnate with a pair of leaflets at the apex
-02172770 00 s 01 incised 0 001 & 02171024 a 0000 | sharply and deeply indented
-02172851 00 s 02 lobed 0 lobate 0 001 & 02171024 a 0000 | having deeply indented margins but with lobes not entirely separate from each other
-02172995 00 s 02 odd-pinnate 0 imparipinnate 0 001 & 02171024 a 0000 | (a leaf shape) pinnate with a single leaflet at the apex
-02173125 00 s 02 palmate 0 palm-shaped 0 001 & 02171024 a 0000 | of a leaf shape; having leaflets or lobes radiating from a common point
-02173264 00 s 01 palmatifid 0 001 & 02171024 a 0000 | of a leaf shape; palmately cleft rather than lobed
-02173371 00 s 01 parted 0 001 & 02171024 a 0000 | having a margin incised almost to the base so as to create distinct divisions or lobes
-02173510 00 s 01 pedate 0 001 & 02171024 a 0000 | of a leaf shape; having radiating lobes, each deeply cleft or divided
-02173632 00 s 02 pinnate 0 pinnated 0 001 & 02171024 a 0000 | (of a leaf shape) featherlike; having leaflets on each side of a common axis
-02173773 00 s 01 pinnatifid 0 001 & 02171024 a 0000 | (of a leaf shape) cleft nearly to the midrib in broad divisions not separated into distinct leaflets
-02173930 00 s 01 pinnatisect 0 001 & 02171024 a 0000 | (of a leaf shape) cleft nearly to the midrib in narrow divisions not separated into distinct leaflets
-02174089 00 s 01 quinquefoliate 0 001 & 02171024 a 0000 | (of a leaf shape) having five leaflets
-02174188 00 s 01 radiate 0 001 & 02171024 a 0000 | having rays or ray-like parts as in the flower heads of daisies
-02174305 00 s 01 ternate 0 001 & 02171024 a 0000 | (of a leaf shape) consisting of three leaflets or sections
-02174417 00 s 03 trifoliate 0 trifoliolate 0 trifoliated 0 001 & 02171024 a 0000 | (of a leaf shape) having three leaflets
-02174542 00 s 04 trilobate 0 trilobated 0 trilobed 0 three-lobed 0 001 & 02171024 a 0000 | (of a leaf shape) divided into three lobes
-02174678 00 s 02 tripinnate 0 tripinnated 0 001 & 02171024 a 0000 | (of a leaf shape) thrice pinnate
-02174781 00 s 01 tripinnatifid 0 001 & 02171024 a 0000 | (of a leaf shape) bipinnatifid with segments pinnatifid
-02174896 00 a 01 simple 2 011 ^ 00749230 a 0000 ^ 01791911 a 0000 ^ 02166346 a 0000 = 04766275 n 0000 + 04766059 n 0102 + 04766059 n 0101 ! 02176178 a 0101 & 02175267 a 0000 & 02175487 a 0000 & 02175684 a 0000 & 02175980 a 0000 | having few parts; not complex or complicated or involved; "a simple problem"; "simple mechanisms"; "a simple design"; "a simple substance"
-02175267 00 s 01 simplex 0 001 & 02174896 a 0000 | having only one part or element; "a simplex word has no affixes and is not part of a compound--like `boy' compared with `boyish' or `house' compared with `houseboat'"
-02175487 00 s 01 simplistic 0 001 & 02174896 a 0000 | characterized by extreme and often misleading simplicity; "a simplistic theory of the universe"; "simplistic arguments of the ruling party"
-02175684 00 s 02 unanalyzable 0 undecomposable 0 001 & 02174896 a 0000 | representing the furthest possible extent of analysis or division into parts; "a feeling is a simple and undecomposable mental state"- G.S.Brett; "this weight of evidence is something mystical and unanalyzable"-M.R.Cohen
-02175980 00 s 02 uncomplicated 0 unsophisticated 0 001 & 02174896 a 0000 | lacking complexity; "small and uncomplicated cars for those really interested in motoring"; "an unsophisticated machine"
-02176178 00 a 01 complex 0 020 ^ 02171024 a 0000 ^ 00744916 a 0000 = 04766275 n 0000 + 04766275 n 0102 + 04766275 n 0101 ! 02174896 a 0101 & 02176741 a 0000 & 02176841 a 0000 & 02177397 a 0000 & 02177584 a 0000 & 02177755 a 0000 & 02177872 a 0000 & 02178116 a 0000 & 02178241 a 0000 & 02178348 a 0000 & 02178500 a 0000 & 02178628 a 0000 & 02178837 a 0000 & 02179044 a 0000 & 02179167 a 0000 | complicated in structure; consisting of interconnected parts; "a complex set of variations based on a simple folk melody"; "a complex mass of diverse laws and customs"
-02176741 00 s 02 analyzable 0 decomposable 0 001 & 02176178 a 0000 | capable of being partitioned
-02176841 00 s 06 Byzantine 0 convoluted 0 involved 0 knotty 0 tangled 0 tortuous 0 003 & 02176178 a 0000 + 04766620 n 0604 + 04766620 n 0403 | highly complex or intricate and occasionally devious; "the Byzantine tax structure"; "Byzantine methods for holding on to his chairmanship"; "convoluted legal language"; "convoluted reasoning"; "the plot was too involved"; "a knotty problem"; "got his way by labyrinthine maneuvering"; "Oh, what a tangled web we weave"- Sir Walter Scott; "tortuous legal procedures"; "tortuous negotiations lasting for months"
-02177397 00 s 02 colonial 0 compound 2 002 & 02176178 a 0000 ;c 06083243 n 0000 | composed of many distinct individuals united to form a whole or colony; "coral is a colonial organism"
-02177584 00 s 01 complicated 0 002 & 02176178 a 0000 + 04766620 n 0101 | difficult to analyze or understand; "a complicated problem"; "complicated Middle East politics"
-02177755 00 s 01 composite 0 002 & 02176178 a 0000 + 05870365 n 0102 | consisting of separate interconnected parts
-02177872 00 s 01 compound 0 002 & 02176178 a 0000 + 05870180 n 0101 | consisting of two or more substances or ingredients or elements or parts; "soap is a compound substance"; "housetop is a compound word"; "a blackberry is a compound fruit"
-02178116 00 s 01 daedal 0 001 & 02176178 a 0000 | complex and ingenious in design or function; "the daedal hand of nature"
-02178241 00 s 01 Gordian 0 001 & 02176178 a 0000 | extremely intricate; usually in phrase `Gordian knot'
-02178348 00 s 04 interlacing 0 interlinking 0 interlocking 0 interwoven 0 001 & 02176178 a 0000 | linked or locked closely together as by dovetailing
-02178500 00 s 01 intricate 0 001 & 02176178 a 0000 | having many complexly arranged elements; elaborate; "intricate lacework"
-02178628 00 s 03 labyrinthine 0 labyrinthian 0 mazy 0 003 & 02176178 a 0000 + 03733281 n 0301 + 03733281 n 0202 | resembling a labyrinth in form or complexity; "a labyrinthine network of tortuous footpaths"
-02178837 00 s 01 multifactorial 0 001 & 02176178 a 0000 | involving or depending on several factors or causes (especially pertaining to a condition or disease resulting from the interaction of many genes)
-02179044 00 s 01 multiplex 0 001 & 02176178 a 0000 | having many parts or aspects; "the multiplex problem of drug abuse"
-02179167 00 s 01 thickening 0 001 & 02176178 a 0000 | becoming more intricate or complex; "a thickening plot"
-02179279 00 a 01 sincere 0 014 ^ 01115349 a 0000 ^ 01222360 a 0000 ^ 01309991 a 0000 ^ 01932973 a 0000 ^ 02460502 a 0000 = 04867130 n 0000 + 04867130 n 0101 ! 02180797 a 0101 & 02179707 a 0000 & 02179808 a 0000 & 02179968 a 0000 & 02180157 a 0000 & 02180277 a 0000 & 02180486 a 0000 | open and genuine; not deceitful; "he was a good man, decent and sincere"; "felt sincere regret that they were leaving"; "sincere friendship"
-02179707 00 s 01 bona_fide 0 001 & 02179279 a 0000 | undertaken in good faith; "a bona fide offer"
-02179808 00 s 01 cordial 2 001 & 02179279 a 0000 | sincerely or intensely felt; "a cordial regard for his visitor's comfort"; "a cordial abhorrence of waste"
-02179968 00 s 04 dear 0 devout 0 earnest 0 heartfelt 0 002 & 02179279 a 0000 + 07512315 n 0301 | earnest; "one's dearest wish"; "devout wishes for their success"; "heartfelt condolences"
-02180157 00 s 01 honest 0 002 & 02179279 a 0000 + 04871374 n 0102 | without dissimulation; frank; "my honest opinion"
-02180277 00 s 03 genuine 0 true(a) 0 unfeigned 0 002 & 02179279 a 0000 + 04783247 n 0102 | not pretended; sincerely felt or expressed; "genuine emotion"; "her interest in people was unfeigned"; "true grief"
-02180486 00 s 03 heart-whole 0 wholehearted 0 whole-souled 0 003 & 02179279 a 0000 + 04645473 n 0201 + 04867539 n 0202 | with unconditional and enthusiastic devotion; "heart-whole friendship"; "gave wholehearted support to her candidacy"; "wholehearted commitment"; "demonstrated his whole-souled allegiance"
-02180797 00 a 01 insincere 0 016 ^ 01116380 a 0000 ^ 01222884 a 0000 ^ 01310685 a 0000 ^ 02461723 a 0000 ^ 01934554 a 0000 = 04867130 n 0000 + 04867871 n 0101 ! 02179279 a 0101 & 02181231 a 0000 & 02181432 a 0000 & 02181926 a 0000 & 02182088 a 0000 & 02182217 a 0000 & 02182302 a 0000 & 02182562 a 0000 & 02182728 a 0000 | lacking sincerity; "a charming but thoroughly insincere woman"; "their praise was extravagant and insincere"
-02181231 00 s 05 bootlicking 0 fawning 0 obsequious 0 sycophantic 0 toadyish 0 003 & 02180797 a 0000 + 10684827 n 0401 + 04906712 n 0301 | attempting to win favor from influential people by flattery
-02181432 00 s 07 buttery 0 fulsome 0 oily 0 oleaginous 0 smarmy 0 soapy 0 unctuous 0 008 & 02180797 a 0000 + 04868505 n 0705 + 06696308 n 0502 + 04868505 n 0504 + 04868505 n 0403 + 04868505 n 0302 + 06696308 n 0203 + 04868505 n 0201 | unpleasantly and excessively suave or ingratiating in manner or speech; "buttery praise"; "gave him a fulsome introduction"; "an oily sycophantic press agent"; "oleaginous hypocrisy"; "smarmy self-importance"; "the unctuous Uriah Heep"; "soapy compliments"
-02181926 00 s 01 dissimulative 0 002 & 02180797 a 0000 + 02147824 v 0101 | concealing under a false appearance with the intent to deceive; "dissimulative arts"
-02182088 00 s 01 false 0 003 & 02180797 a 0000 + 04879092 n 0102 + 06756407 n 0102 | deliberately deceptive; "false pretenses"
-02182217 00 s 01 feigned 0 001 & 02180797 a 0000 | not genuine; "feigned sympathy"
-02182302 00 s 03 gilded 0 meretricious 0 specious 0 003 & 02180797 a 0000 + 04875113 n 0301 + 04875113 n 0202 | based on pretense; deceptively pleasing; "the gilded and perfumed but inwardly rotten nobility"; "meretricious praise"; "a meretricious argument"
-02182562 00 s 01 hypocritical 0 003 & 02180797 a 0000 + 04868148 n 0101 + 06760076 n 0101 | professing feelings or virtues one does not have; "hypocritical praise"
-02182728 00 s 01 plausible 0 001 & 02180797 a 0000 | given to or characterized by presenting specious arguments; "a plausible liar"
-02182862 00 a 01 singular 0 001 ! 02182979 a 0101 | grammatical number category referring to a single item or unit
-02182979 00 a 01 plural 0 003 + 14569844 n 0101 ! 02182862 a 0101 & 02183135 a 0000 | grammatical number category referring to two or more items or units
-02183135 00 s 01 dual 0 002 & 02182979 a 0000 + 04920568 n 0101 | a grammatical number category referring to two items or units as opposed to one item (singular) or more than two items (plural); "ancient Greek had the dual form but it has merged with the plural form in modern Greek"
-02183421 00 a 01 singular 1 001 ! 02183512 a 0101 | composed of one member, set, or kind
-02183512 00 a 01 plural 1 001 ! 02183421 a 0101 | composed of more than one member, set, or kind
-02183611 00 a 01 cardinal 0 134 ! 02200035 a 0101 & 02186132 a 0000 & 02186265 a 0000 & 02186338 a 0000 & 02186470 a 0000 & 02186580 a 0000 & 02186665 a 0000 & 02186750 a 0000 & 02186833 a 0000 & 02186970 a 0000 & 02187073 a 0000 & 02187161 a 0000 & 02187296 a 0000 & 02187379 a 0000 & 02187465 a 0000 & 02187606 a 0000 & 02187699 a 0000 & 02187793 a 0000 & 02187903 a 0000 & 02187995 a 0000 & 02188108 a 0000 & 02188205 a 0000 & 02188317 a 0000 & 02188431 a 0000 & 02188525 a 0000 & 02188620 a 0000 & 02188720 a 0000 & 02188817 a 0000 & 02188913 a 0000 & 02189008 a 0000 & 02189108 a 0000 & 02189209 a 0000 & 02189306 a 0000 & 02189396 a 0000 & 02189491 a 0000 & 02189587 a 0000 & 02189688 a 0000 & 02189786 a 0000 & 02189883 a 0000 & 02189979 a 0000 & 02190080 a 0000 & 02190182 a 0000 & 02190278 a 0000 & 02190377 a 0000 & 02190469 a 0000 & 02190562 a 0000 & 02190660 a 0000 & 02190755 a 0000 & 02190849 a 0000 & 02190942 a 0000 & 02191040 a 0000 & 02191139 a 0000 & 02191232 a 0000 & 02191336 a 0000 & 02191427 a 0000 & 02191519 a 0000 & 02191616 a 0000 & 02191710 a 0000 & 02191803 a 0000 & 02191895 a 0000 & 02191992 a 0000 & 02192090 a 0000 & 02192184 a 0000 & 02192284 a 0000 & 02192376 a 0000 & 02192469 a 0000 & 02192567 a 0000 & 02192662 a 0000 & 02192756 a 0000 & 02192849 a 0000 & 02192947 a 0000 & 02193046 a 0000 & 02193141 a 0000 & 02193249 a 0000 & 02193346 a 0000 & 02193444 a 0000 & 02193547 a 0000 & 02193647 a 0000 & 02193746 a 0000 & 02193844 a 0000 & 02193947 a 0000 & 02194051 a 0000 & 02194151 a 0000 & 02194255 a 0000 & 02194351 a 0000 & 02194448 a 0000 & 02194550 a 0000 & 02194649 a 0000 & 02194747 a 0000 & 02194844 a 0000 & 02194946 a 0000 & 02195049 a 0000 & 02195145 a 0000 & 02195234 a 0000 & 02195328 a 0000 & 02195423 a 0000 & 02195523 a 0000 & 02195620 a 0000 & 02195716 a 0000 & 02195811 a 0000 & 02195911 a 0000 & 02196012 a 0000 & 02196107 a 0000 & 02196211 a 0000 & 02196333 a 0000 & 02196439 a 0000 & 02196543 a 0000 & 02196657 a 0000 & 02196769 a 0000 & 02196891 a 0000 & 02197007 a 0000 & 02197130 a 0000 & 02197244 a 0000 & 02197364 a 0000 & 02197476 a 0000 & 02197595 a 0000 & 02197708 a 0000 & 02197828 a 0000 & 02197944 a 0000 & 02198069 a 0000 & 02198187 a 0000 & 02198302 a 0000 & 02198409 a 0000 & 02198520 a 0000 & 02198631 a 0000 & 02198752 a 0000 & 02198891 a 0000 & 02199005 a 0000 & 02199177 a 0000 & 02199342 a 0000 & 02199523 a 0000 & 02199699 a 0000 & 02199813 a 0000 & 02199919 a 0000 | being or denoting a numerical quantity but not order; "cardinal numbers"
-02186132 00 s 02 zero 0 0 0 001 & 02183611 a 0000 | indicating the absence of any or all units under consideration; "a zero score"
-02186265 00 s 01 non-zero 0 001 & 02183611 a 0000 | not involving zero
-02186338 00 s 04 one 0 1 0 i 0 ane 0 001 & 02183611 a 0000 | used of a single unit or thing; not two or more; "`ane' is Scottish"
-02186470 00 s 03 two 0 2 0 ii 0 001 & 02183611 a 0000 | being one more than one; "he received two messages"
-02186580 00 s 03 three 0 3 0 iii 0 001 & 02183611 a 0000 | being one more than two
-02186665 00 s 03 four 0 4 0 iv 0 001 & 02183611 a 0000 | being one more than three
-02186750 00 s 03 five 0 5 0 v 0 001 & 02183611 a 0000 | being one more than four
-02186833 00 s 05 six 0 6 0 vi 0 half_dozen 0 half-dozen 0 001 & 02183611 a 0000 | denoting a quantity consisting of six items or units
-02186970 00 s 03 seven 0 7 0 vii 0 002 & 02183611 a 0000 + 13744916 n 0101 | being one more than six
-02187073 00 s 03 eight 0 8 0 viii 0 001 & 02183611 a 0000 | being one more than seven
-02187161 00 s 03 nine 0 9 0 ix 0 001 & 02183611 a 0000 | denoting a quantity consisting of one more than eight and one less than ten
-02187296 00 s 03 ten 0 10 0 x 0 001 & 02183611 a 0000 | being one more than nine
-02187379 00 s 03 eleven 0 11 0 xi 0 001 & 02183611 a 0000 | being one more than ten
-02187465 00 s 04 twelve 0 12 0 xii 0 dozen 0 002 & 02183611 a 0000 + 13746785 n 0404 | denoting a quantity consisting of 12 items or units
-02187606 00 s 03 thirteen 0 13 0 xiii 0 001 & 02183611 a 0000 | being one more than twelve
-02187699 00 s 03 fourteen 0 14 0 xiv 0 001 & 02183611 a 0000 | being one more than thirteen
-02187793 00 s 03 fifteen 0 15 0 xv 0 002 & 02183611 a 0000 + 13747469 n 0101 | being one more than fourteen
-02187903 00 s 03 sixteen 0 16 0 xvi 0 001 & 02183611 a 0000 | being one more than fifteen
-02187995 00 s 03 seventeen 0 17 0 xvii 0 002 & 02183611 a 0000 + 13747725 n 0101 | being one more than sixteen
-02188108 00 s 03 eighteen 0 18 0 xviii 0 001 & 02183611 a 0000 | being one more than seventeen
-02188205 00 s 03 nineteen 0 19 0 xix 0 002 & 02183611 a 0000 + 13747989 n 0101 | being one more than eighteen
-02188317 00 s 03 twenty 0 20 0 xx 0 001 & 02183611 a 0000 | denoting a quantity consisting of 20 items or units
-02188431 00 s 03 twenty-one 0 21 0 xxi 0 001 & 02183611 a 0000 | being one more than twenty
-02188525 00 s 03 twenty-two 0 22 0 xxii 0 001 & 02183611 a 0000 | being two more than twenty
-02188620 00 s 03 twenty-three 0 23 0 xxiii 0 001 & 02183611 a 0000 | being three more than twenty
-02188720 00 s 03 twenty-four 0 24 0 xxiv 0 001 & 02183611 a 0000 | being four more than twenty
-02188817 00 s 03 twenty-five 0 25 0 xxv 0 001 & 02183611 a 0000 | being five more than twenty
-02188913 00 s 03 twenty-six 0 26 0 xxvi 0 001 & 02183611 a 0000 | being six more than twenty
-02189008 00 s 03 twenty-seven 0 27 0 xxvii 0 001 & 02183611 a 0000 | being seven more than twenty
-02189108 00 s 03 twenty-eight 0 28 0 xxviii 0 001 & 02183611 a 0000 | being eight more than twenty
-02189209 00 s 03 twenty-nine 0 29 0 xxix 0 001 & 02183611 a 0000 | being nine more than twenty
-02189306 00 s 03 thirty 0 30 0 xxx 0 001 & 02183611 a 0000 | being ten more than twenty
-02189396 00 s 03 thirty-one 0 31 0 xxxi 0 001 & 02183611 a 0000 | being one more than thirty
-02189491 00 s 03 thirty-two 0 32 0 xxxii 0 001 & 02183611 a 0000 | being two more than thirty
-02189587 00 s 03 thirty-three 0 33 0 xxxiii 0 001 & 02183611 a 0000 | being three more than thirty
-02189688 00 s 03 thirty-four 0 34 0 xxxiv 0 001 & 02183611 a 0000 | being four more than thirty
-02189786 00 s 03 thirty-five 0 35 0 xxxv 0 001 & 02183611 a 0000 | being five more than thirty
-02189883 00 s 03 thirty-six 0 36 0 xxxvi 0 001 & 02183611 a 0000 | being six more than thirty
-02189979 00 s 03 thirty-seven 0 37 0 xxxvii 0 001 & 02183611 a 0000 | being seven more than thirty
-02190080 00 s 03 thirty-eight 0 38 0 xxxviii 0 001 & 02183611 a 0000 | being eight more than thirty
-02190182 00 s 03 thirty-nine 0 39 0 ixl 0 001 & 02183611 a 0000 | being nine more than thirty
-02190278 00 s 04 forty 0 40 0 xl 0 twoscore 0 001 & 02183611 a 0000 | being ten more than thirty
-02190377 00 s 03 forty-one 0 41 0 xli 0 001 & 02183611 a 0000 | being one more than forty
-02190469 00 s 03 forty-two 0 42 0 xlii 0 001 & 02183611 a 0000 | being two more than forty
-02190562 00 s 03 forty-three 0 43 0 xliii 0 001 & 02183611 a 0000 | being three more than forty
-02190660 00 s 03 forty-four 0 44 0 xliv 0 001 & 02183611 a 0000 | being four more than forty
-02190755 00 s 03 forty-five 0 45 0 xlv 0 001 & 02183611 a 0000 | being five more than forty
-02190849 00 s 03 forty-six 0 46 0 xlvi 0 001 & 02183611 a 0000 | being six more than forty
-02190942 00 s 03 forty-seven 0 47 0 xlvii 0 001 & 02183611 a 0000 | being seven more than forty
-02191040 00 s 03 forty-eight 0 48 0 xlviii 0 001 & 02183611 a 0000 | being eight more than forty
-02191139 00 s 03 forty-nine 0 49 0 il 0 001 & 02183611 a 0000 | being nine more than forty
-02191232 00 s 03 fifty 0 50 0 l 0 002 & 02183611 a 0000 + 13749644 n 0101 | being ten more than forty
-02191336 00 s 03 fifty-one 0 51 0 li 0 001 & 02183611 a 0000 | being one more than fifty
-02191427 00 s 03 fifty-two 0 52 0 lii 0 001 & 02183611 a 0000 | being two more than fifty
-02191519 00 s 03 fifty-three 0 53 0 liii 0 001 & 02183611 a 0000 | being three more than fifty
-02191616 00 s 03 fifty-four 0 54 0 liv 0 001 & 02183611 a 0000 | being four more than fifty
-02191710 00 s 03 fifty-five 0 55 0 lv 0 001 & 02183611 a 0000 | being five more than fifty
-02191803 00 s 03 fifty-six 0 56 0 lvi 0 001 & 02183611 a 0000 | being six more than fifty
-02191895 00 s 03 fifty-seven 0 57 0 lvii 0 001 & 02183611 a 0000 | being seven more than fifty
-02191992 00 s 03 fifty-eight 0 58 0 lviii 0 001 & 02183611 a 0000 | being eight more than fifty
-02192090 00 s 03 fifty-nine 0 59 0 ilx 0 001 & 02183611 a 0000 | being nine more than fifty
-02192184 00 s 04 sixty 0 60 0 lx 0 threescore 0 001 & 02183611 a 0000 | being ten more than fifty
-02192284 00 s 03 sixty-one 0 61 0 lxi 0 001 & 02183611 a 0000 | being one more than sixty
-02192376 00 s 03 sixty-two 0 62 0 lxii 0 001 & 02183611 a 0000 | being two more than sixty
-02192469 00 s 03 sixty-three 0 63 0 lxiii 0 001 & 02183611 a 0000 | being three more than sixty
-02192567 00 s 03 sixty-four 0 64 0 lxiv 0 001 & 02183611 a 0000 | being four more than sixty
-02192662 00 s 03 sixty-five 0 65 0 lxv 0 001 & 02183611 a 0000 | being five more than sixty
-02192756 00 s 03 sixty-six 0 66 0 lxvi 0 001 & 02183611 a 0000 | being six more than sixty
-02192849 00 s 03 sixty-seven 0 67 0 lxvii 0 001 & 02183611 a 0000 | being seven more than sixty
-02192947 00 s 03 sixty-eight 0 68 0 lxviii 0 001 & 02183611 a 0000 | being eight more than sixty
-02193046 00 s 03 sixty-nine 0 69 0 ilxx 0 001 & 02183611 a 0000 | being nine more than sixty
-02193141 00 s 03 seventy 0 70 0 lxx 0 002 & 02183611 a 0000 + 13749894 n 0101 | being ten more than sixty
-02193249 00 s 03 seventy-one 0 71 0 lxxi 0 001 & 02183611 a 0000 | being one more than seventy
-02193346 00 s 03 seventy-two 0 72 0 lxxii 0 001 & 02183611 a 0000 | being two more than seventy
-02193444 00 s 03 seventy-three 0 73 0 lxxiii 0 001 & 02183611 a 0000 | being three more than seventy
-02193547 00 s 03 seventy-four 0 74 0 lxxiv 0 001 & 02183611 a 0000 | being four more than seventy
-02193647 00 s 03 seventy-five 0 75 0 lxxv 0 001 & 02183611 a 0000 | being five more than seventy
-02193746 00 s 03 seventy-six 0 76 0 lxxvi 0 001 & 02183611 a 0000 | being six more than seventy
-02193844 00 s 03 seventy-seven 0 77 0 lxxvii 0 001 & 02183611 a 0000 | being seven more than seventy
-02193947 00 s 03 seventy-eight 0 78 0 lxxviii 0 001 & 02183611 a 0000 | being eight more than seventy
-02194051 00 s 03 seventy-nine 0 79 0 ilxxx 0 001 & 02183611 a 0000 | being nine more than seventy
-02194151 00 s 04 eighty 0 80 0 lxxx 0 fourscore 0 001 & 02183611 a 0000 | being ten more than seventy
-02194255 00 s 03 eighty-one 0 81 0 lxxxi 0 001 & 02183611 a 0000 | being one more than eighty
-02194351 00 s 03 eighty-two 0 82 0 lxxxii 0 001 & 02183611 a 0000 | being two more than eighty
-02194448 00 s 03 eighty-three 0 83 0 lxxxiii 0 001 & 02183611 a 0000 | being three more than eighty
-02194550 00 s 03 eighty-four 0 84 0 lxxxiv 0 001 & 02183611 a 0000 | being four more than eighty
-02194649 00 s 03 eighty-five 0 85 0 lxxxv 0 001 & 02183611 a 0000 | being five more than eighty
-02194747 00 s 03 eighty-six 0 86 0 lxxxvi 0 001 & 02183611 a 0000 | being six more than eighty
-02194844 00 s 03 eighty-seven 0 87 0 lxxxvii 0 001 & 02183611 a 0000 | being seven more than eighty
-02194946 00 s 03 eighty-eight 0 88 0 lxxxviii 0 001 & 02183611 a 0000 | being eight more than eighty
-02195049 00 s 03 eighty-nine 0 89 0 ixc 0 001 & 02183611 a 0000 | being nine more than eighty
-02195145 00 s 03 ninety 0 90 0 xc 0 001 & 02183611 a 0000 | being ten more than eighty
-02195234 00 s 03 ninety-one 0 91 0 xci 0 001 & 02183611 a 0000 | being one more than ninety
-02195328 00 s 03 ninety-two 0 92 0 xcii 0 001 & 02183611 a 0000 | being two more than ninety
-02195423 00 s 03 ninety-three 0 93 0 xciii 0 001 & 02183611 a 0000 | being three more than ninety
-02195523 00 s 03 ninety-four 0 94 0 xciv 0 001 & 02183611 a 0000 | being four more than ninety
-02195620 00 s 03 ninety-five 0 95 0 xcv 0 001 & 02183611 a 0000 | being five more than ninety
-02195716 00 s 03 ninety-six 0 96 0 xcvi 0 001 & 02183611 a 0000 | being six more than ninety
-02195811 00 s 03 ninety-seven 0 97 0 xcvii 0 001 & 02183611 a 0000 | being seven more than ninety
-02195911 00 s 03 ninety-eight 0 98 0 xcviii 0 001 & 02183611 a 0000 | being eight more than ninety
-02196012 00 s 03 ninety-nine 0 99 0 ic 0 001 & 02183611 a 0000 | being nine more than ninety
-02196107 00 s 04 hundred 0 one_hundred 0 100 0 c 0 001 & 02183611 a 0000 | being ten more than ninety
-02196211 00 s 04 hundred_and_one 0 one_hundred_one 0 101 0 ci 0 001 & 02183611 a 0000 | being one more than one hundred
-02196333 00 s 03 one_hundred_five 0 105 0 cv 0 001 & 02183611 a 0000 | being five more than one hundred
-02196439 00 s 03 one_hundred_ten 0 110 0 cx 0 001 & 02183611 a 0000 | being ten more than one hundred
-02196543 00 s 03 one_hundred_fifteen 0 115 0 cxv 0 001 & 02183611 a 0000 | being five more than one hundred ten
-02196657 00 s 03 one_hundred_twenty 0 120 0 cxx 0 001 & 02183611 a 0000 | being ten more than one hundred ten
-02196769 00 s 03 one_hundred_twenty-five 0 125 0 cxxv 0 001 & 02183611 a 0000 | being five more than one hundred twenty
-02196891 00 s 03 one_hundred_thirty 0 130 0 cxxx 0 001 & 02183611 a 0000 | being ten more than one hundred twenty
-02197007 00 s 03 one_hundred_thirty-five 0 135 0 cxxxv 0 001 & 02183611 a 0000 | being five more than one hundred thirty
-02197130 00 s 03 one_hundred_forty 0 140 0 cxl 0 001 & 02183611 a 0000 | being ten more than one hundred thirty
-02197244 00 s 03 one_hundred_forty-five 0 145 0 cxlv 0 001 & 02183611 a 0000 | being five more than one hundred forty
-02197364 00 s 03 one_hundred_fifty 0 150 0 cl 0 001 & 02183611 a 0000 | being ten more than one hundred forty
-02197476 00 s 03 one_hundred_fifty-five 0 155 0 clv 0 001 & 02183611 a 0000 | being five more than one hundred fifty
-02197595 00 s 03 one_hundred_sixty 0 160 0 clx 0 001 & 02183611 a 0000 | being ten more than one hundred fifty
-02197708 00 s 03 one_hundred_sixty-five 0 165 0 clxv 0 001 & 02183611 a 0000 | being five more than one hundred sixty
-02197828 00 s 03 one_hundred_seventy 0 170 0 clxx 0 001 & 02183611 a 0000 | being ten more than one hundred sixty
-02197944 00 s 03 one_hundred_seventy-five 0 175 0 clxxv 0 001 & 02183611 a 0000 | being five more than one hundred seventy
-02198069 00 s 03 one_hundred_eighty 0 180 0 clxxx 0 001 & 02183611 a 0000 | being ten more than one hundred seventy
-02198187 00 s 03 one_hundred_ninety 0 190 0 xcl 0 001 & 02183611 a 0000 | being ten more than one hundred eighty
-02198302 00 s 03 two_hundred 0 200 0 cc 0 001 & 02183611 a 0000 | being ten more than one hundred ninety
-02198409 00 s 03 three_hundred 0 300 0 ccc 0 001 & 02183611 a 0000 | being one hundred more than two hundred
-02198520 00 s 03 four_hundred 0 400 0 cd 0 001 & 02183611 a 0000 | being one hundred more than three hundred
-02198631 00 s 03 five_hundred 0 500 0 d 0 001 & 02183611 a 0000 | denoting a quantity consisting of 500 items or units
-02198752 00 s 05 thousand 0 one_thousand 0 1000 0 m 0 k 0 001 & 02183611 a 0000 | denoting a quantity consisting of 1,000 items or units
-02198891 00 s 01 ten_thousand 0 001 & 02183611 a 0000 | denoting a quantity consisting of 10,000 items or units
-02199005 00 s 01 hundred_thousand 0 001 & 02183611 a 0000 | (in Roman numerals, C written with a macron over it) denoting a quantity consisting of 100,000 items or units
-02199177 00 s 01 million 0 001 & 02183611 a 0000 | (in Roman numerals, M written with a macron over it) denoting a quantity consisting of 1,000,000 items or units
-02199342 00 s 01 billion 0 003 & 02183611 a 0000 ;r 09044862 n 0000 + 13751829 n 0101 | denoting a quantity consisting of one thousand million items or units in the United States
-02199523 00 s 01 billion 1 003 & 02183611 a 0000 ;r 08860123 n 0000 + 13752172 n 0101 | denoting a quantity consisting of one million million items or units in Great Britain
-02199699 00 s 01 trillion 0 002 & 02183611 a 0000 ;r 09044862 n 0000 | one million million in the United States
-02199813 00 s 01 trillion 1 002 & 02183611 a 0000 ;r 08860123 n 0000 | one quintillion in Great Britain
-02199919 00 s 01 zillion 0 001 & 02183611 a 0000 | very large indeterminate number; "a zillion people were there"
-02200035 00 a 01 ordinal 0 095 + 13597280 n 0102 ! 02183611 a 0101 & 02201882 a 0000 & 02201970 a 0000 & 02202047 a 0000 & 02202146 a 0000 & 02202307 a 0000 & 02202443 a 0000 & 02202712 a 0000 & 02202854 a 0000 & 02202979 a 0000 & 02203123 a 0000 & 02203249 a 0000 & 02203373 a 0000 & 02203500 a 0000 & 02203629 a 0000 & 02203763 a 0000 & 02203868 a 0000 & 02203976 a 0000 & 02204131 a 0000 & 02204237 a 0000 & 02204363 a 0000 & 02204472 a 0000 & 02204580 a 0000 & 02204716 a 0000 & 02204823 a 0000 & 02204932 a 0000 & 02205045 a 0000 & 02205158 a 0000 & 02205271 a 0000 & 02205384 a 0000 & 02205496 a 0000 & 02205610 a 0000 & 02205725 a 0000 & 02205838 a 0000 & 02205947 a 0000 & 02206056 a 0000 & 02206173 a 0000 & 02206291 a 0000 & 02206409 a 0000 & 02206526 a 0000 & 02206642 a 0000 & 02206762 a 0000 & 02206881 a 0000 & 02206998 a 0000 & 02207105 a 0000 & 02207219 a 0000 & 02207334 a 0000 & 02207450 a 0000 & 02207566 a 0000 & 02207681 a 0000 & 02207795 a 0000 & 02207913 a 0000 & 02208030 a 0000 & 02208145 a 0000 & 02208270 a 0000 & 02208385 a 0000 & 02208492 a 0000 & 02208608 a 0000 & 02208723 a 0000 & 02208852 a 0000 & 02208971 a 0000 & 02209080 a 0000 & 02209197 a 0000 & 02209306 a 0000 & 02209423 a 0000 & 02209551 a 0000 & 02209678 a 0000 & 02209806 a 0000 & 02209933 a 0000 & 02210068 a 0000 & 02210202 a 0000 & 02210344 a 0000 & 02210478 a 0000 & 02210620 a 0000 & 02210752 a 0000 & 02210892 a 0000 & 02211024 a 0000 & 02211164 a 0000 & 02211296 a 0000 & 02211436 a 0000 & 02211572 a 0000 & 02211716 a 0000 & 02211850 a 0000 & 02211989 a 0000 & 02212108 a 0000 & 02212231 a 0000 & 02212352 a 0000 & 02212473 a 0000 & 02212591 a 0000 & 02212698 a 0000 & 02212805 a 0000 & 02212914 a 0000 & 02213029 a 0000 & 02213144 a 0000 | being or denoting a numerical order in a series; "ordinal numbers"; "held an ordinal rank of seventh"
-02201882 00 s 01 zero 2 001 & 02200035 a 0000 | indicating an initial point or origin
-02201970 00 s 01 zeroth 0 001 & 02200035 a 0000 | preceding even the first
-02202047 00 s 02 first 0 1st 0 001 & 02200035 a 0000 | indicating the beginning unit in a series
-02202146 00 s 03 second 0 2nd 0 2d 0 002 & 02200035 a 0000 + 13846546 n 0101 | coming next after the first in position in space or time or degree or magnitude
-02202307 00 s 03 third 0 3rd 0 tertiary 0 001 & 02200035 a 0000 | coming next after the second and just before the fourth in position
-02202443 00 s 03 fourth 0 4th 0 quaternary 0 001 & 02200035 a 0000 | coming next after the third and just before the fifth in position or time or degree or magnitude; "the quaternary period of geologic time extends from the end of the tertiary period to the present"
-02202712 00 s 02 fifth 0 5th 0 002 & 02200035 a 0000 + 13847240 n 0101 | coming next after the fourth and just before the sixth in position
-02202854 00 s 02 sixth 0 6th 0 001 & 02200035 a 0000 | coming next after the fifth and just before the seventh in position
-02202979 00 s 02 seventh 0 7th 0 002 & 02200035 a 0000 + 13847498 n 0101 | coming next after the sixth and just before the eighth in position
-02203123 00 s 02 eighth 0 8th 0 001 & 02200035 a 0000 | coming next after the seventh and just before the ninth in position
-02203249 00 s 02 ninth 0 9th 0 001 & 02200035 a 0000 | coming next after the eighth and just before the tenth in position
-02203373 00 s 02 tenth 0 10th 0 001 & 02200035 a 0000 | coming next after the ninth and just before the eleventh in position
-02203500 00 s 02 eleventh 0 11th 0 001 & 02200035 a 0000 | coming next after the tenth and just before the twelfth in position
-02203629 00 s 02 twelfth 0 12th 0 001 & 02200035 a 0000 | coming next after the eleventh and just before the thirteenth in position
-02203763 00 s 02 thirteenth 0 13th 0 001 & 02200035 a 0000 | coming next after the twelfth in position
-02203868 00 s 02 fourteenth 0 14th 0 001 & 02200035 a 0000 | coming next after the thirteenth in position
-02203976 00 s 02 fifteenth 0 15th 0 002 & 02200035 a 0000 + 13848349 n 0101 | coming next after the fourteenth and just before the sixteenth in position
-02204131 00 s 02 sixteenth 0 16th 0 001 & 02200035 a 0000 | coming next after the fifteenth in position
-02204237 00 s 02 seventeenth 0 17th 0 002 & 02200035 a 0000 + 13848565 n 0101 | coming next after the sixteenth in position
-02204363 00 s 02 eighteenth 0 18th 0 001 & 02200035 a 0000 | coming next after the seventeenth in position
-02204472 00 s 02 nineteenth 0 19th 0 001 & 02200035 a 0000 | coming next after the eighteenth in position
-02204580 00 s 03 umpteenth 0 umteenth 0 umptieth 0 002 & 02200035 a 0000 ;u 07075172 n 0000 | last in an indefinitely numerous series
-02204716 00 s 02 twentieth 0 20th 0 001 & 02200035 a 0000 | coming next after the nineteenth in position
-02204823 00 s 02 twenty-first 0 21st 0 001 & 02200035 a 0000 | coming next after the twentieth in position
-02204932 00 s 02 twenty-second 0 22nd 0 001 & 02200035 a 0000 | coming next after the twenty-first in position
-02205045 00 s 02 twenty-third 0 23rd 0 001 & 02200035 a 0000 | coming next after the twenty-second in position
-02205158 00 s 02 twenty-fourth 0 24th 0 001 & 02200035 a 0000 | coming next after the twenty-third in position
-02205271 00 s 02 twenty-fifth 0 25th 0 001 & 02200035 a 0000 | coming next after the twenty-fourth in position
-02205384 00 s 02 twenty-sixth 0 26th 0 001 & 02200035 a 0000 | coming next after the twenty-fifth in position
-02205496 00 s 02 twenty-seventh 0 27th 0 001 & 02200035 a 0000 | coming next after the twenty-sixth in position
-02205610 00 s 02 twenty-eighth 0 28th 0 001 & 02200035 a 0000 | coming next after the twenty-seventh in position
-02205725 00 s 02 twenty-ninth 0 29th 0 001 & 02200035 a 0000 | coming next after the twenty-eighth in position
-02205838 00 s 02 thirtieth 0 30th 0 001 & 02200035 a 0000 | coming next after the twenty-ninth in position
-02205947 00 s 02 thirty-first 0 31st 0 001 & 02200035 a 0000 | coming next after the thirtieth in position
-02206056 00 s 02 thirty-second 0 32nd 0 001 & 02200035 a 0000 | the ordinal number of thirty-two in counting order
-02206173 00 s 02 thirty-third 0 33rd 0 001 & 02200035 a 0000 | the ordinal number of thirty-three in counting order
-02206291 00 s 02 thirty-fourth 0 34th 0 001 & 02200035 a 0000 | the ordinal number of thirty-four in counting order
-02206409 00 s 02 thirty-fifth 0 35th 0 001 & 02200035 a 0000 | the ordinal number of thirty-five in counting order
-02206526 00 s 02 thirty-sixth 0 36th 0 001 & 02200035 a 0000 | the ordinal number of thirty-six in counting order
-02206642 00 s 02 thirty-seventh 0 37th 0 001 & 02200035 a 0000 | the ordinal number of thirty-seven in counting order
-02206762 00 s 02 thirty-eighth 0 38th 0 001 & 02200035 a 0000 | the ordinal number of thirty-eight in counting order
-02206881 00 s 02 thirty-ninth 0 39th 0 001 & 02200035 a 0000 | the ordinal number of thirty-nine in counting order
-02206998 00 s 02 fortieth 0 40th 0 001 & 02200035 a 0000 | the ordinal number of forty in counting order
-02207105 00 s 02 forty-first 0 41st 0 001 & 02200035 a 0000 | the ordinal number of forty-one in counting order
-02207219 00 s 02 forty-second 0 42nd 0 001 & 02200035 a 0000 | the ordinal number of forty-two in counting order
-02207334 00 s 02 forty-third 0 43rd 0 001 & 02200035 a 0000 | the ordinal number of forty-three in counting order
-02207450 00 s 02 forty-fourth 0 44th 0 001 & 02200035 a 0000 | the ordinal number of forty-four in counting order
-02207566 00 s 02 forty-fifth 0 45th 0 001 & 02200035 a 0000 | the ordinal number of forty-five in counting order
-02207681 00 s 02 forty-sixth 0 46th 0 001 & 02200035 a 0000 | the ordinal number of forty-six in counting order
-02207795 00 s 02 forty-seventh 0 47th 0 001 & 02200035 a 0000 | the ordinal number of forty-seven in counting order
-02207913 00 s 02 forty-eighth 0 48th 0 001 & 02200035 a 0000 | the ordinal number of forty-eight in counting order
-02208030 00 s 02 forty-ninth 0 49th 0 001 & 02200035 a 0000 | the ordinal number of forty-nine in counting order
-02208145 00 s 02 fiftieth 0 50th 0 002 & 02200035 a 0000 + 13849180 n 0101 | the ordinal number of fifty in counting order
-02208270 00 s 02 fifty-fifth 0 55th 0 001 & 02200035 a 0000 | the ordinal number of fifty-five in counting order
-02208385 00 s 02 sixtieth 0 60th 0 001 & 02200035 a 0000 | the ordinal number of sixty in counting order
-02208492 00 s 02 sixty-fourth 0 64th 0 001 & 02200035 a 0000 | the ordinal number of sixty-four in counting order
-02208608 00 s 02 sixty-fifth 0 65th 0 001 & 02200035 a 0000 | the ordinal number of sixty-five in counting order
-02208723 00 s 02 seventieth 0 70th 0 002 & 02200035 a 0000 + 13849394 n 0101 | the ordinal number of seventy in counting order
-02208852 00 s 02 seventy-fifth 0 75th 0 001 & 02200035 a 0000 | the ordinal number of seventy-five in counting order
-02208971 00 s 02 eightieth 0 80th 0 001 & 02200035 a 0000 | the ordinal number of eighty in counting order
-02209080 00 s 02 eighty-fifth 0 85th 0 001 & 02200035 a 0000 | the ordinal number of eighty-five in counting order
-02209197 00 s 02 ninetieth 0 90th 0 001 & 02200035 a 0000 | the ordinal number of ninety in counting order
-02209306 00 s 02 ninety-fifth 0 95th 0 001 & 02200035 a 0000 | the ordinal number of ninety-five in counting order
-02209423 00 s 03 hundredth 0 centesimal 0 100th 0 001 & 02200035 a 0000 | the ordinal number of one hundred in counting order
-02209551 00 s 02 hundred-and-first 0 101st 0 001 & 02200035 a 0000 | the ordinal number of one hundred one in counting order
-02209678 00 s 02 hundred-and-fifth 0 105th 0 001 & 02200035 a 0000 | the ordinal number of one hundred five in counting order
-02209806 00 s 02 hundred-and-tenth 0 110th 0 001 & 02200035 a 0000 | the ordinal number of one hundred ten in counting order
-02209933 00 s 02 hundred-and-fifteenth 0 115th 0 001 & 02200035 a 0000 | the ordinal number of one hundred fifteen in counting order
-02210068 00 s 02 hundred-and-twentieth 0 120th 0 001 & 02200035 a 0000 | the ordinal number of one hundred twenty in counting order
-02210202 00 s 02 hundred-and-twenty-fifth 0 125th 0 001 & 02200035 a 0000 | the ordinal number of one hundred twenty-five in counting order
-02210344 00 s 02 hundred-and-thirtieth 0 130th 0 001 & 02200035 a 0000 | the ordinal number of one hundred thirty in counting order
-02210478 00 s 02 hundred-and-thirty-fifth 0 135th 0 001 & 02200035 a 0000 | the ordinal number of one hundred thirty-five in counting order
-02210620 00 s 02 hundred-and-fortieth 0 140th 0 001 & 02200035 a 0000 | the ordinal number of one hundred forty in counting order
-02210752 00 s 02 hundred-and-forty-fifth 0 145th 0 001 & 02200035 a 0000 | the ordinal number of one hundred forty-five in counting order
-02210892 00 s 02 hundred-and-fiftieth 0 150th 0 001 & 02200035 a 0000 | the ordinal number of one hundred fifty in counting order
-02211024 00 s 02 hundred-and-fifty-fifth 0 155th 0 001 & 02200035 a 0000 | the ordinal number of one hundred fifty-five in counting order
-02211164 00 s 02 hundred-and-sixtieth 0 160th 0 001 & 02200035 a 0000 | the ordinal number of one hundred sixty in counting order
-02211296 00 s 02 hundred-and-sixty-fifth 0 165th 0 001 & 02200035 a 0000 | the ordinal number of one hundred sixty-five in counting order
-02211436 00 s 02 hundred-and-seventieth 0 170th 0 001 & 02200035 a 0000 | the ordinal number of one hundred seventy in counting order
-02211572 00 s 02 hundred-and-seventy-fifth 0 175th 0 001 & 02200035 a 0000 | the ordinal number of one hundred seventy-five in counting order
-02211716 00 s 02 hundred-and-eightieth 0 180th 0 001 & 02200035 a 0000 | the ordinal number of one hundred eighty in counting order
-02211850 00 s 02 hundred-and-ninetieth 0 190th 0 001 & 02200035 a 0000 | the ordinal number of one hundred eighty-five in counting order
-02211989 00 s 02 two-hundredth 0 200th 0 001 & 02200035 a 0000 | the ordinal number of two hundred in counting order
-02212108 00 s 02 three-hundredth 0 300th 0 001 & 02200035 a 0000 | the ordinal number of three hundred in counting order
-02212231 00 s 02 four-hundredth 0 400th 0 001 & 02200035 a 0000 | the ordinal number of four hundred in counting order
-02212352 00 s 02 five-hundredth 0 500th 0 001 & 02200035 a 0000 | the ordinal number of five hundred in counting order
-02212473 00 s 02 thousandth 0 1000th 0 001 & 02200035 a 0000 | the ordinal number of one thousand in counting order
-02212591 00 s 01 millionth 0 001 & 02200035 a 0000 | the ordinal number of one million in counting order
-02212698 00 s 01 billionth 0 001 & 02200035 a 0000 | the ordinal number of one billion in counting order
-02212805 00 s 01 trillionth 0 001 & 02200035 a 0000 | the ordinal number of one trillion in counting order
-02212914 00 s 01 quadrillionth 0 001 & 02200035 a 0000 | the ordinal number of one quadrillion in counting order
-02213029 00 s 01 quintillionth 0 001 & 02200035 a 0000 | the ordinal number of one quintillion in counting order
-02213144 00 s 02 nth 0 n-th 0 001 & 02200035 a 0000 | last or greatest in an indefinitely large series; "to the nth degree"
-02213270 00 a 02 scripted 0 written 4 001 ! 02213377 a 0101 | written as for a film or play or broadcast
-02213377 00 a 01 unscripted 0 002 ! 02213270 a 0101 & 02213557 a 0000 | not furnished with or using a script; "unrehearsed and unscript spot interviews"; "unscripted talk shows"
-02213557 00 s 03 ad-lib 0 spontaneous 0 unwritten 0 002 & 02213377 a 0000 + 04786763 n 0202 | said or done without having been planned or written in advance; "he made a few ad-lib remarks"
-02213748 00 a 01 sinkable 0 001 ! 02213824 a 0101 | capable of being sunk
-02213824 00 a 01 unsinkable 0 001 ! 02213748 a 0101 | incapable of being sunk; "they thought the Titanic was unsinkable"
-02213947 00 a 01 single 5 008 ! 02215977 a 0101 & 02214366 a 0000 & 02214518 a 0000 & 02214736 a 0000 & 02215087 a 0000 & 02215382 a 0000 & 02215567 a 0000 & 02215769 a 0000 | existing alone or consisting of one entity or part or aspect or individual; "upon the hill stood a single tower"; "had but a single thought which was to escape"; "a single survivor"; "a single serving"; "a single lens"; "a single thickness"
-02214366 00 s 02 azygous 0 azygos 0 002 & 02213947 a 0000 ;c 06057539 n 0000 | occurring singly; not one of a pair; "the azygous muscle of the uvula"
-02214518 00 s 03 one-man(a) 0 one-person(a) 0 one-woman(a) 0 001 & 02213947 a 0000 | designed for or restricted to a single person; "a one-man show"; "a one-person tent"; "Sarah Silverman's hilarious one-woman show"
-02214736 00 s 05 lone(a) 0 lonesome(a) 0 only(a) 0 sole(a) 0 solitary(a) 0 002 & 02213947 a 0000 + 04622415 n 0203 | being the only one; single and isolated from others; "the lone doctor in the entire county"; "a lonesome pine"; "an only child"; "the sole heir"; "the sole example"; "a solitary instance of cowardice"; "a solitary speck in the sky"
-02215087 00 s 02 singular 0 unique 0 003 & 02213947 a 0000 + 04763650 n 0202 + 04763650 n 0101 | the single one of its kind; "a singular example"; "the unique existing example of Donne's handwriting"; "a unique copy of an ancient manuscript"; "certain types of problems have unique solutions"
-02215382 00 s 01 sui_generis 0 001 & 02213947 a 0000 | constituting a class of its own; unique; "a history book sui generis"; "sui generis works like Mary Chestnut's Civil War diary"
-02215567 00 s 01 unary 0 001 & 02213947 a 0000 | consisting of or involving a single element or component; "in a unary operation in a mathematical system one element is used to yield a single result"
-02215769 00 s 02 uninominal 0 one-member 0 002 & 02213947 a 0000 ;c 08163273 n 0000 | based on the system of having only one member from each district (as of a legislature); "a uninominal electoral system"
-02215977 00 a 01 multiple 0 023 + 05859991 n 0101 + 05098750 n 0101 ! 02213947 a 0101 & 02216694 a 0000 & 02216890 a 0000 & 02216985 a 0000 & 02217241 a 0000 & 02217452 a 0000 & 02217799 a 0000 & 02218179 a 0000 & 02218314 a 0000 & 02218547 a 0000 & 02218834 a 0000 & 02219015 a 0000 & 02219144 a 0000 & 02219287 a 0000 & 02219492 a 0000 & 02219660 a 0000 & 02219770 a 0000 & 02219876 a 0000 & 02219988 a 0000 & 02220099 a 0000 & 02220207 a 0000 | having or involving or consisting of more than one part or entity or individual; "multiple birth"; "multiple ownership"; "made multiple copies of the speech"; "his multiple achievements in public life"; "her multiple personalities"; "a pineapple is a multiple fruit"
-02216694 00 s 01 aggregate 0 002 & 02215977 a 0000 ;c 06066555 n 0000 | composed of a dense cluster of separate units such as carpels or florets or drupelets; "raspberries are aggregate fruits"
-02216890 00 s 01 bigeminal 0 001 & 02215977 a 0000 | occurring in pairs; "a bigeminal pulse"
-02216985 00 s 01 binary 0 001 & 02215977 a 0000 | consisting of two (units or components or elements or terms); "a binary star is a system in which two stars revolve around each other"; "a binary compound"; "the binary number system has two as its base"
-02217241 00 s 04 double 1 doubled 2 twofold 1 two-fold 1 003 & 02215977 a 0000 + 05860200 n 0101 + 00803394 n 0102 | twice as great or many; "ate a double portion"; "the dose is doubled"; "a twofold increase"
-02217452 00 s 03 double 2 dual 0 duple 0 002 & 02215977 a 0000 + 07939880 n 0202 | consisting of or involving two parts or components usually in pairs; "an egg with a double yolk"; "a double (binary) star"; "double doors"; "dual controls for pilot and copilot"; "duple (or double) time consists of two (or a multiple of two) beats to a measure"
-02217799 00 s 07 double 3 dual 2 twofold 2 two-fold 2 treble 3 threefold 2 three-fold 2 001 & 02215977 a 0000 | having more than one decidedly dissimilar aspects or qualities; "a double (or dual) role for an actor"; "the office of a clergyman is twofold; public preaching and private influence"- R.W.Emerson; "every episode has its double and treble meaning"-Frederick Harrison
-02218179 00 s 01 duplex 0 001 & 02215977 a 0000 | (used technically of a device or process) having two parts; "a duplex transaction"
-02218314 00 s 02 manifold 0 multiplex 0 001 & 02215977 a 0000 | many and varied; having many features or forms; "manifold reasons"; "our manifold failings"; "manifold intelligence"; "the multiplex opportunities in high technology"
-02218547 00 s 04 ternary 0 treble 1 triple 0 triplex 0 001 & 02215977 a 0000 | having three units or components or elements; "a ternary operation"; "a treble row of red beads"; "overcrowding made triple sessions necessary"; "triple time has three beats per measure"; "triplex windows"
-02218834 00 s 04 treble 0 threefold 1 three-fold 1 triple 1 001 & 02215977 a 0000 | three times as great or many; "a claim for treble (or triple) damages"; "a threefold increase"
-02219015 00 s 01 triune 0 001 & 02215977 a 0000 | being three in one; used especially of the Christian Trinity; "a triune God"
-02219144 00 s 03 quadruple 0 fourfold 1 four-fold 1 001 & 02215977 a 0000 | four times as great or many; "a fourfold increase in the dosage"
-02219287 00 s 05 quadruple 2 quadruplicate 0 quadruplex 0 fourfold 0 four-fold 0 001 & 02215977 a 0000 | having four units or components; "quadruple rhythm has four beats per measure"; "quadruplex wire"
-02219492 00 s 02 quaternate 0 quaternary 0 001 & 02215977 a 0000 | consisting of or especially arranged in sets of four; "quaternate leaves"; "a quaternary compound"
-02219660 00 s 03 quintuple 0 fivefold 0 five-fold 0 001 & 02215977 a 0000 | having five units or components
-02219770 00 s 03 sextuple 0 sixfold 0 six-fold 0 001 & 02215977 a 0000 | having six units or components
-02219876 00 s 03 septuple 0 sevenfold 0 seven-fold 0 001 & 02215977 a 0000 | having seven units or components
-02219988 00 s 03 octuple 0 eightfold 0 eight-fold 0 001 & 02215977 a 0000 | having eight units or components
-02220099 00 s 03 nonuple 0 ninefold 0 nine-fold 0 001 & 02215977 a 0000 | having nine units or components
-02220207 00 s 03 tenfold 0 ten-fold 0 denary 0 001 & 02215977 a 0000 | containing ten or ten parts
-02220308 00 a 01 double 4 002 ;c 06066555 n 0000 ! 02220571 a 0101 | used of flowers having more than the usual number of petals in crowded or overlapping arrangements; "double chrysanthemums have many rows of petals and are usually spherical or hemispherical"
-02220571 00 a 01 single 4 002 ;c 06066555 n 0000 ! 02220308 a 0101 | used of flowers having usually only one row or whorl of petals; "single chrysanthemums resemble daisies and may have more than one row of petals"
-02220788 00 a 01 multiple-choice 0 001 ! 02221017 a 0101 | offering several alternative answers from which the correct one is to be chosen; or consisting of such questions; "multiple-choice questions"; "a multiple-choice test"
-02221017 00 a 01 true-false 0 001 ! 02220788 a 0101 | offering a series of statements each of which is to be judged as true or false; "a true-false test"
-02221173 00 a 01 single-lane 0 001 ! 02221362 a 0101 | (of roads) having a single lane for traffic in both directions; when vehicles meet one must pull off the road to let the other pass
-02221362 00 a 01 multilane 0 005 ! 02221173 a 0101 & 02221550 a 0000 & 02221723 a 0000 & 02221821 a 0000 & 02221951 a 0000 | (of roads and highways) having two or more lanes for traffic
-02221550 00 s 02 divided 0 dual-lane 0 001 & 02221362 a 0000 | having a median strip or island between lanes of traffic moving in opposite directions; "a divided highway"
-02221723 00 s 01 two-lane 0 001 & 02221362 a 0000 | having a lane for traffic in each direction
-02221821 00 s 01 three-lane 0 001 & 02221362 a 0000 | having a lane for traffic in each direction and a center lane for passing
-02221951 00 s 01 four-lane 0 001 & 02221362 a 0000 | having two lanes for traffic in each direction
-02222053 00 a 01 sized 0 026 ! 02225071 a 0101 & 02222578 a 0000 & 02222675 a 0000 & 02222773 a 0000 & 02222871 a 0000 & 02222965 a 0000 & 02223066 a 0000 & 02223165 a 0000 & 02223263 a 0000 & 02223361 a 0000 & 02223457 a 0000 & 02223559 a 0000 & 02223659 a 0000 & 02223785 a 0000 & 02223881 a 0000 & 02223977 a 0000 & 02224076 a 0000 & 02224168 a 0000 & 02224266 a 0000 & 02224362 a 0000 & 02224509 a 0000 & 02224588 a 0000 & 02224688 a 0000 & 02224790 a 0000 & 02224879 a 0000 & 02224977 a 0000 | having a specified size
-02222578 00 s 01 apple-sized 0 001 & 02222053 a 0000 | having the approximate size of an apple
-02222675 00 s 01 cherry-sized 0 001 & 02222053 a 0000 | having the approximate size of a cherry
-02222773 00 s 01 cookie-sized 0 001 & 02222053 a 0000 | having the approximate size of a cookie
-02222871 00 s 01 crow-sized 0 001 & 02222053 a 0000 | having the approximate size of a crow
-02222965 00 s 01 dog-sized 0 001 & 02222053 a 0000 | having the approximate size of an average dog
-02223066 00 s 01 eightpenny 0 001 & 02222053 a 0000 | used of nail size; 2 1/2 in or 6.4 cm long
-02223165 00 s 01 ferret-sized 0 001 & 02222053 a 0000 | having the approximate size of a ferret
-02223263 00 s 01 fourpenny 0 001 & 02222053 a 0000 | used of nail size; 1 3/8 in or 3.8 cm long
-02223361 00 s 01 grape-sized 0 001 & 02222053 a 0000 | having the approximate size of a grape
-02223457 00 s 01 human-sized 0 001 & 02222053 a 0000 | having the approximate size of a human being
-02223559 00 s 01 kiwi-sized 0 001 & 02222053 a 0000 | having the approximate size of a kiwi fruit
-02223659 00 s 04 medium-sized 0 medium-size 0 moderate-sized 0 moderate-size 0 001 & 02222053 a 0000 | intermediate in size
-02223785 00 s 01 mouse-sized 0 001 & 02222053 a 0000 | having the approximate size of a mouse
-02223881 00 s 01 ninepenny 0 001 & 02222053 a 0000 | used of nail size; 2 3/4 in or 7 cm long
-02223977 00 s 01 orange-sized 0 001 & 02222053 a 0000 | having the approximate size of an orange
-02224076 00 s 01 pig-sized 0 001 & 02222053 a 0000 | having the approximate size of a pig
-02224168 00 s 01 rabbit-sized 0 001 & 02222053 a 0000 | having the approximate size of a rabbit
-02224266 00 s 01 shrew-sized 0 001 & 02222053 a 0000 | having the approximate size of a shrew
-02224362 00 s 01 size 0 002 & 02222053 a 0000 ;u 06307152 n 0000 | (used in combination) sized; "the economy-size package"; "average-size house"
-02224509 00 s 01 sorted 0 001 & 02222053 a 0000 | arranged according to size
-02224588 00 s 01 sparrow-sized 0 001 & 02222053 a 0000 | having the approximate size of a sparrow
-02224688 00 s 01 squirrel-sized 0 001 & 02222053 a 0000 | having the approximate size of a squirrel
-02224790 00 s 01 threepenny 0 001 & 02222053 a 0000 | used of nail size; 1 1/8 in long
-02224879 00 s 01 turkey-sized 0 001 & 02222053 a 0000 | having the approximate size of a turkey
-02224977 00 s 01 wolf-sized 0 001 & 02222053 a 0000 | having the approximate size of a wolf
-02225071 00 a 01 unsized 0 002 ! 02222053 a 0101 & 02225202 a 0000 | not fashioned to sizes; "unsized gloves; one size fits all"
-02225202 00 s 01 unsorted 0 001 & 02225071 a 0000 | not arranged according to size
-02225287 00 a 01 sized 1 001 ! 02225387 a 0101 | having the surface treated or coated with sizing
-02225387 00 a 01 unsized 1 001 ! 02225287 a 0101 | not having the surface treated or coated with sizing; "unsized paper"
-02225510 00 a 01 skilled 0 014 ^ 00510050 a 0000 ^ 00935500 a 0000 ! 02228335 a 0101 & 02226028 a 0000 & 02226162 a 0000 & 02226661 a 0000 & 02226756 a 0000 & 02226979 a 0000 & 02227344 a 0000 & 02227485 a 0000 & 02227663 a 0000 & 02227772 a 0000 & 02227946 a 0000 & 02228163 a 0000 | having or showing or requiring special skill; "only the most skilled gymnasts make an Olympic team"; "a skilled surgeon has many years of training and experience"; "a skilled reconstruction of her damaged elbow"; "a skilled trade"
-02226028 00 s 02 accomplished 0 complete 0 001 & 02225510 a 0000 | highly skilled; "an accomplished pianist"; "a complete musician"
-02226162 00 s 07 adept 0 expert 0 good 0 practiced 0 proficient 0 skillful 0 skilful 0 007 & 02225510 a 0000 + 05640433 n 0601 + 05643190 n 0501 + 05154114 n 0501 + 05640729 n 0201 + 09762509 n 0102 + 05642175 n 0101 | having or showing knowledge and skill and aptitude; "adept in handicrafts"; "an adept juggler"; "an expert job"; "a good mechanic"; "a practiced marksman"; "a proficient engineer"; "a lesser-known but no less skillful composer"; "the effect was achieved by skillful retouching"
-02226661 00 s 01 arch(a) 0 001 & 02225510 a 0000 | expert in skulduggery; "an arch criminal"
-02226756 00 s 01 ball-hawking 0 004 & 02225510 a 0000 ;c 00471613 n 0000 ;c 00480993 n 0000 ;c 00468480 n 0000 | used of a player skilled in stealing the ball or robbing a batter of a hit; "a ball-hawking center fielder"
-02226979 00 s 04 consummate 0 masterful 0 masterly 0 virtuoso(a) 0 005 & 02225510 a 0000 + 10755512 n 0401 + 09762509 n 0407 + 10298482 n 0301 + 10280130 n 0302 | having or revealing supreme mastery or skill; "a consummate artist"; "consummate skill"; "a masterful speaker"; "masterful technique"; "a masterly performance of the sonata"; "a virtuoso performance"
-02227344 00 s 01 delicate 0 001 & 02225510 a 0000 | marked by great skill especially in meticulous technique; "a surgeon's delicate touch"
-02227485 00 s 01 hot 0 002 & 02225510 a 0000 ;u 07075172 n 0000 | performed or performing with unusually great skill and daring and energy; "a hot drummer"; "he's hot tonight"
-02227663 00 s 01 mean 0 002 & 02225510 a 0000 ;u 07157273 n 0000 | excellent; "famous for a mean backhand"
-02227772 00 s 01 sure-handed 0 001 & 02225510 a 0000 | proficient and confident in performance; "promising playwrights...sure-handed enough to turn out top-drawer scripts"
-02227946 00 s 02 technical 1 expert 5 002 & 02225510 a 0000 + 05640729 n 0202 | of or relating to or requiring special knowledge to be understood; "technical terminology"; "a technical report"; "technical language"
-02228163 00 s 01 versatile 0 002 & 02225510 a 0000 + 05641834 n 0101 | competent in many areas and able to turn with ease from one thing to another; "a versatile writer"
-02228335 00 a 01 unskilled 0 014 ^ 00511214 a 0000 ^ 00936740 a 0000 ! 02225510 a 0101 & 02228901 a 0000 & 02229000 a 0000 & 02229201 a 0000 & 02229324 a 0000 & 02229584 a 0000 & 02229812 a 0000 & 02229961 a 0000 & 02230080 a 0000 & 02230205 a 0000 & 02230324 a 0000 & 02230471 a 0000 | not having or showing or requiring special skill or proficiency; "unskilled in the art of rhetoric"; "an enthusiastic but unskillful mountain climber"; "unskilled labor"; "workers in unskilled occupations are finding fewer and fewer job opportunities"; "unskilled workmanship"
-02228901 00 s 01 artless 0 001 & 02228335 a 0000 | showing lack of art; "an artless translation"
-02229000 00 s 03 botchy 0 butcherly 0 unskillful 0 004 & 02228335 a 0000 + 05648247 n 0301 + 09879744 n 0208 + 00074790 n 0109 | poorly done; "a botchy piece of work"; "it was an unskillful attempt"
-02229201 00 s 02 bungled 0 botched 0 001 & 02228335 a 0000 | spoiled through incompetence or clumsiness; "a bungled job"
-02229324 00 s 04 bungling 0 clumsy 0 fumbling 0 incompetent 0 004 & 02228335 a 0000 + 05154241 n 0402 + 05154241 n 0401 + 05648459 n 0202 | showing lack of skill or aptitude; "a bungling workman"; "did a clumsy job"; "his fumbling attempt to put up a shelf"
-02229584 00 s 02 crude 1 rough 0 003 & 02228335 a 0000 + 04817564 n 0202 + 04817564 n 0101 | not carefully or expertly made; "managed to make a crude splint"; "a crude cabin of logs with bark still on them"; "rough carpentry"
-02229812 00 s 01 hopeless 3 002 & 02228335 a 0000 + 07542249 n 0101 | of a person unable to do something skillfully; "I'm hopeless at mathematics"
-02229961 00 s 03 humble 0 menial 0 lowly 0 001 & 02228335 a 0000 | used of unskilled work (especially domestic work)
-02230080 00 s 01 lubberly 0 002 & 02228335 a 0000 + 10274639 n 0106 | clumsy and unskilled; "a big stupid lubberly fellow"
-02230205 00 s 02 out_of_practice(p) 0 rusty 0 002 & 02228335 a 0000 + 05648756 n 0201 | impaired in skill by neglect
-02230324 00 s 01 semiskilled(a) 0 001 & 02228335 a 0000 | possessing or requiring limited skills; "semiskilled dockworkers"; "a semiskilled job"
-02230471 00 s 01 weak 0 001 & 02228335 a 0000 | deficient or lacking in some skill; "he's weak in spelling"
-02230581 00 a 01 verbal 0 001 ! 02230795 a 0101 | relating to or having facility in the use of words; "a good poet is a verbal artist"; "a merely verbal writer who sacrifices content to sound"; "verbal aptitude"
-02230795 00 a 02 numerical 0 mathematical 0 001 ! 02230581 a 0101 | relating to or having ability to think in or work with numbers; "tests for rating numerical aptitude"; "a mathematical whiz"
-02230990 00 a 02 coarse 0 harsh 0 010 ^ 02238462 a 0000 = 04946877 n 0000 + 04949066 n 0201 + 04948722 n 0101 ! 02232251 a 0101 & 02231355 a 0000 & 02231502 a 0000 & 02231886 a 0000 & 02231998 a 0000 & 02232112 a 0000 | of textures that are rough to the touch or substances consisting of relatively large particles; "coarse meal"; "coarse sand"; "a coarse weave"
-02231355 00 s 02 coarse-grained 1 large-grained 0 001 & 02230990 a 0000 | not having a fine texture; "coarse-grained wood"; "large-grained sand"
-02231502 00 s 07 farinaceous 0 coarse-grained 2 grainy 0 granular 0 granulose 0 gritty 0 mealy 0 006 & 02230990 a 0000 + 14700594 n 0601 + 09290777 n 0401 + 04949256 n 0403 + 09290777 n 0301 + 04949256 n 0302 | composed of or covered with particles resembling meal in texture or consistency; "granular sugar"; "the photographs were grainy and indistinct"; "it left a mealy residue"
-02231886 00 s 01 granulated 0 001 & 02230990 a 0000 | made grainy or formed into granules; "granulated sugar"
-02231998 00 s 02 plushy 0 plush-like 0 002 & 02230990 a 0000 + 03970546 n 0101 | (of textures) resembling plush
-02232112 00 s 02 loose 0 open 0 001 & 02230990 a 0000 | (of textures) full of small openings or gaps; "an open texture"; "a loose weave"
-02232251 00 a 01 fine 0 012 ^ 02236842 a 0000 = 04946877 n 0000 + 04948069 n 0101 ! 02230990 a 0101 & 02232739 a 0000 & 02232869 a 0000 & 02233072 a 0000 & 02233154 a 0000 & 02233282 a 0000 & 02233390 a 0000 & 02233680 a 0000 & 02233799 a 0000 | of textures that are smooth to the touch or substances consisting of relatively small particles; "wood with a fine grain"; "fine powdery snow"; "fine rain"; "batiste is a cotton fabric with a fine weave"; "covered with a fine film of dust"
-02232739 00 s 02 close 0 tight 0 001 & 02232251 a 0000 | of textiles; "a close weave"; "smooth percale with a very tight weave"
-02232869 00 s 02 close-grained 0 fine-grained 1 001 & 02232251 a 0000 | dense or compact in structure or texture, as a wood composed of small-diameter cells; "close-grained birch"; "fine-grained rock"
-02233072 00 s 01 dustlike 0 001 & 02232251 a 0000 | as fine and powdery as dust
-02233154 00 s 01 floury 0 002 & 02232251 a 0000 + 07569106 n 0101 | resembling flour in fine powdery texture; "a floury clay"
-02233282 00 s 01 nongranular 0 001 & 02232251 a 0000 | not having granules; "clear nongranular cytoplasm"
-02233390 00 s 06 powdered 0 powdery 0 pulverized 0 pulverised 0 small-grained 0 fine-grained 2 003 & 02232251 a 0000 + 14997012 n 0201 + 04948069 n 0202 | consisting of fine particles; "powdered cellulose"; "powdery snow"; "pulverized sugar is prepared from granulated sugar by grinding"
-02233680 00 s 01 small 0 001 & 02232251 a 0000 | have fine or very small constituent particles; "a small misty rain"
-02233799 00 s 01 superfine 0 001 & 02232251 a 0000 | of extremely fine size or texture; "superfine sugar"; "a superfine file"
-02233927 00 a 01 smoky 0 006 + 13556893 n 0101 + 11508092 n 0101 ! 02234485 a 0101 & 02234187 a 0000 & 02234281 a 0000 & 02234388 a 0000 | marked by or emitting or filled with smoke; "smoky rafters"; "smoky chimneys"; "a smoky fireplace"; "a smoky corridor"
-02234187 00 s 01 blackened 0 001 & 02233927 a 0000 | darkened by smoke; "blackened rafters"
-02234281 00 s 01 smoking 0 001 & 02233927 a 0000 | emitting smoke in great volume; "a smoking fireplace"
-02234388 00 s 01 smoke-filled 0 001 & 02233927 a 0000 | containing smoke; "smoke-filled rooms"
-02234485 00 a 01 smokeless 0 002 ! 02233927 a 0101 & 02234673 a 0000 | emitting or containing little or no smoke; "smokeless factory stacks"; "smokeless fuel"; "a smokeless environment"
-02234673 00 s 01 smoke-free 0 001 & 02234485 a 0000 | free of smoke; "smoke-free offices and restaurants"
-02234781 00 a 02 slippery 0 slippy 0 012 ^ 02236842 a 0000 + 04947628 n 0204 + 00329031 n 0202 + 04947628 n 0103 ! 02236271 a 0101 & 02235188 a 0000 & 02235330 a 0000 & 02235520 a 0000 & 02235740 a 0000 & 02235826 a 0000 & 02235994 a 0000 & 02236146 a 0000 | causing or tending to cause things to slip or slide; "slippery sidewalks"; "a slippery bar of soap"; "the streets are still slippy from the rain"
-02235188 00 s 01 lubricious 0 001 & 02234781 a 0000 | having a smooth or slippery quality; "the skin of cephalopods is thin and lubricious"
-02235330 00 s 01 nonstick 0 001 & 02234781 a 0000 | (of surfaces especially of cooking utensils) permitting easy removal of adherent food particles; "a frying pan with a nonstick surface"
-02235520 00 s 01 slick 0 002 & 02234781 a 0000 + 04947628 n 0101 | made slick by e.g. ice or grease; "sidewalks slick with ice"; "roads are slickest when rain has just started and hasn't had time to wash away the oil"
-02235740 00 s 01 sliding 0 001 & 02234781 a 0000 | being a smooth continuous motion
-02235826 00 s 02 slimed 0 slimy 0 003 & 02234781 a 0000 + 04935405 n 0201 + 14956661 n 0202 | covered with or resembling slime; "a slimy substance covered the rocks"
-02235994 00 s 02 slipping 0 slithering 0 001 & 02234781 a 0000 | moving as on a slippery surface; "his slipping and slithering progress over the ice"
-02236146 00 s 01 slithery 0 001 & 02234781 a 0000 | having a slippery surface or quality ; "slithery mud"; "slithery eels"
-02236271 00 a 01 nonslippery 0 004 ^ 02238462 a 0000 ! 02234781 a 0101 & 02236423 a 0000 & 02236532 a 0000 | not slippery; not likely to slip or skid
-02236423 00 s 01 nonskid 0 001 & 02236271 a 0000 | designed to reduce or prevent skidding; "nonskid tires"
-02236532 00 s 01 nonslip 0 001 & 02236271 a 0000 | designed to reduce or prevent slipping; "a nonslip surface"
-02236645 00 a 02 lubricated 0 greased 0 001 ! 02236757 a 0101 | smeared with oil or grease to reduce friction
-02236757 00 a 02 unlubricated 0 ungreased 0 001 ! 02236645 a 0101 | not lubricated
-02236842 00 a 01 smooth 0 014 ^ 00909545 a 0000 ^ 02232251 a 0000 ^ 01359543 a 0000 ^ 02234781 a 0000 + 04947186 n 0101 ! 02238462 a 0101 & 02237303 a 0000 & 02237420 a 0000 & 02237502 a 0000 & 02237644 a 0000 & 02237761 a 0000 & 02237978 a 0000 & 02238128 a 0000 & 02238310 a 0000 | having a surface free from roughness or bumps or ridges or irregularities; "smooth skin"; "a smooth tabletop"; "smooth fabric"; "a smooth road"; "water as smooth as a mirror"
-02237303 00 s 02 creaseless 0 uncreased 0 001 & 02236842 a 0000 | used especially of fabrics; "uncreased trousers"
-02237420 00 s 01 even-textured 0 001 & 02236842 a 0000 | having an even texture
-02237502 00 s 01 fast 0 001 & 02236842 a 0000 | (of surfaces) conducive to rapid speeds; "a fast road"; "grass courts are faster than clay"
-02237644 00 s 02 fine-textured 0 smooth-textured 0 001 & 02236842 a 0000 | having a smooth, fine-grained structure
-02237761 00 s 01 glassy 0 002 & 02236842 a 0000 + 14881303 n 0101 | resembling glass in smoothness and shininess and slickness; "the glassy surface of the lake"; "the pavement was...glassy with water"- Willa Cather
-02237978 00 s 03 seamless 0 unlined 0 unseamed 0 001 & 02236842 a 0000 | smooth, especially of skin; "his cheeks were unlined"; "his unseamed face"
-02238128 00 s 04 streamlined 0 aerodynamic 0 flowing 0 sleek 1 001 & 02236842 a 0000 | designed or arranged to offer the least resistant to fluid flow; "a streamlined convertible"
-02238310 00 s 03 velvet 0 velvety 0 velvet-textured 0 002 & 02236842 a 0000 + 04525038 n 0101 | smooth and soft to sight or hearing or touch or taste
-02238462 00 a 02 rough 0 unsmooth 0 036 ^ 02230990 a 0000 ^ 01960656 a 0000 ^ 02236271 a 0000 ^ 00911327 a 0000 ^ 01359861 a 0000 ^ 01812846 a 0000 + 04948241 n 0101 ! 02236842 a 0101 & 02239289 a 0000 & 02239479 a 0000 & 02239607 a 0000 & 02239746 a 0000 & 02239888 a 0000 & 02240006 a 0000 & 02240129 a 0000 & 02240275 a 0000 & 02240379 a 0000 & 02240490 a 0000 & 02240668 a 0000 & 02240795 a 0000 & 02241078 a 0000 & 02241247 a 0000 & 02241443 a 0000 & 02241543 a 0000 & 02241714 a 0000 & 02241834 a 0000 & 02241988 a 0000 & 02242223 a 0000 & 02242412 a 0000 & 02242481 a 0000 & 02242582 a 0000 & 02242697 a 0000 & 02242798 a 0000 & 02242887 a 0000 & 02243086 a 0000 & 02243255 a 0000 | having or caused by an irregular surface; "trees with rough bark"; "rough ground"; "rough skin"; "rough blankets"; "his unsmooth face"
-02239289 00 s 02 abrasive 0 scratchy 0 007 & 02238462 a 0000 + 04949066 n 0203 + 14286549 n 0202 + 14799244 n 0101 + 01251651 v 0102 + 01254013 v 0101 + 04949066 n 0102 | causing abrasion
-02239479 00 s 02 alligatored 0 cracked 1 001 & 02238462 a 0000 | of paint or varnish; having the appearance of alligator hide
-02239607 00 s 01 barky 0 002 & 02238462 a 0000 + 13162297 n 0101 | resembling the rough bark of a tree; "the rattlesnake's barky scales"
-02239746 00 s 02 broken 0 rugged 0 002 & 02238462 a 0000 + 04772388 n 0201 | topographically very uneven; "broken terrain"; "rugged ground"
-02239888 00 s 01 bullate 0 002 & 02238462 a 0000 ;c 06066555 n 0000 | of leaves; appearing puckered as if blistered
-02240006 00 s 01 bumpy 2 002 & 02238462 a 0000 + 04949681 n 0101 | covered with or full of bumps; "a bumpy country road"
-02240129 00 s 03 chapped 0 cracked 2 roughened 0 001 & 02238462 a 0000 | used of skin roughened as a result of cold or exposure; "chapped lips"
-02240275 00 s 02 corded 0 twilled 0 001 & 02238462 a 0000 | of textiles; having parallel raised lines
-02240379 00 s 02 costate 0 ribbed 0 001 & 02238462 a 0000 | (of the surface) having a rough, riblike texture
-02240490 00 s 04 cragged 0 craggy 0 hilly 0 mountainous 0 004 & 02238462 a 0000 + 09359803 n 0401 + 09303008 n 0301 + 04772557 n 0301 | having hills and crags; "hilly terrain"
-02240668 00 s 01 crushed 0 001 & 02238462 a 0000 | treated so as to have a permanently wrinkled appearance; "crushed velvet"
-02240795 00 s 05 homespun(p) 0 nubby 0 nubbly 0 slubbed 0 tweedy 0 007 & 02238462 a 0000 + 04948722 n 0503 + 04502502 n 0501 + 13895622 n 0302 + 13895622 n 0201 + 04948722 n 0202 + 03529444 n 0101 | of textiles; having a rough surface; "a sweater knitted of nubbly homespun yarns"
-02241078 00 s 02 imbricate 0 imbricated 0 002 & 02238462 a 0000 ;c 06066555 n 0000 | used especially of leaves or bracts; overlapping or layered as scales or shingles
-02241247 00 s 05 lepidote 0 leprose 0 scabrous 0 scaly 0 scurfy 0 004 & 02238462 a 0000 ;c 06037666 n 0000 + 04948603 n 0401 + 01902877 n 0401 | rough to the touch; covered with scales or scurf
-02241443 00 s 01 squamulose 0 002 & 02238462 a 0000 ;c 06066555 n 0000 | covered with tiny scales
-02241543 00 s 02 lined 0 seamed 0 001 & 02238462 a 0000 | (used especially of skin) marked by lines or seams; "their lined faces were immeasurably sad"; "a seamed face"
-02241714 00 s 03 pocked 0 pockmarked 0 potholed 0 001 & 02238462 a 0000 | used of paved surfaces having holes or pits
-02241834 00 s 02 rock-ribbed 0 rockbound 0 001 & 02238462 a 0000 | abounding in or bordered by rocky cliffs or scarps; "the rock-ribbed coast of Maine"
-02241988 00 s 04 rocky 0 bouldery 0 bouldered 0 stony 0 005 & 02238462 a 0000 + 09416076 n 0402 + 09227839 n 0201 + 04772191 n 0101 + 09416076 n 0101 | abounding in rocks or stones; "rocky fields"; "stony ground"; "bouldery beaches"
-02242223 00 s 03 gravelly 0 pebbly 0 shingly 0 004 & 02238462 a 0000 + 14699574 n 0301 + 09388023 n 0201 + 14698884 n 0101 | abounding in small stones; "landed at a shingly little beach"
-02242412 00 s 01 roughish 0 001 & 02238462 a 0000 | somewhat rough
-02242481 00 s 01 rugose 0 002 & 02238462 a 0000 ;c 06066555 n 0000 | of leaves; ridged or wrinkled
-02242582 00 s 01 sandpapery 0 002 & 02238462 a 0000 + 14849880 n 0102 | having the abrasive texture of sandpaper
-02242697 00 s 01 saw-like 0 001 & 02238462 a 0000 | having rough edges that can be used for sawing
-02242798 00 s 01 scabby 0 002 & 02238462 a 0000 + 05264247 n 0101 | covered with scabs
-02242887 00 s 02 shagged 0 shaggy 0 003 & 02238462 a 0000 + 04183076 n 0201 + 04949560 n 0201 | having a very rough nap or covered with hanging shags; "junipers with shagged trunks"; "shaggy rugs"
-02243086 00 s 03 textured 0 rough-textured 0 coarse-textured 0 001 & 02238462 a 0000 | having surface roughness; "a textured wall of stucco"; "a rough-textured tweed"
-02243255 00 s 03 verrucose 0 warty 0 wartlike 0 002 & 02238462 a 0000 + 04696432 n 0201 | (of skin) covered with warts or projections that resemble warts
-02243411 00 a 01 smooth 4 002 + 04709011 n 0101 ! 02243567 a 0101 | of motion that runs or flows or proceeds without jolts or turbulence; "a smooth ride"
-02243567 00 a 06 rough 4 rocky 0 bumpy 0 jolty 0 jolting 0 jumpy 0 005 + 00867357 n 0602 + 00335988 n 0403 + 07338681 n 0302 + 00348008 n 0201 ! 02243411 a 0101 | causing or characterized by jolts and irregular movements; "a rough ride"
-02243806 00 a 02 furrowed 0 rugged 2 004 ! 02244472 a 0101 & 02244065 a 0000 & 02244198 a 0000 & 02244361 a 0000 | having long narrow shallow depressions (as grooves or wrinkles) in the surface; "furrowed fields"; "his furrowed face lit by a warming smile"
-02244065 00 s 01 canaliculate 0 001 & 02243806 a 0000 | having thin parallel channels; "canaliculate leafstalks of certain plants"
-02244198 00 s 01 corrugated 0 001 & 02243806 a 0000 | shaped into alternating parallel grooves and ridges; "the surface of the ocean was rippled and corrugated"
-02244361 00 s 02 rutted 0 rutty 0 002 & 02243806 a 0000 + 13894154 n 0201 | full of ruts; "rutty farm roads"
-02244472 00 a 01 unfurrowed 0 001 ! 02243806 a 0101 | not marked with shallow depressions or furrows; "an unfurrowed field"; "unfurrowed cheeks"
-02244619 00 a 01 smooth 2 010 ^ 02166346 a 0000 ^ 02171024 a 0000 ;c 06066555 n 0000 + 04769716 n 0101 ! 02245403 a 0101 & 02244890 a 0000 & 02245020 a 0000 & 02245108 a 0000 & 02245223 a 0000 & 02245318 a 0000 | of the margin of a leaf shape; not broken up into teeth
-02244890 00 s 01 entire 0 001 & 02244619 a 0000 | (of leaves or petals) having a smooth edge; not broken up into teeth or lobes
-02245020 00 s 01 repand 0 001 & 02244619 a 0000 | having a slightly undulating margin
-02245108 00 s 01 sinuate 0 001 & 02244619 a 0000 | having a strongly waved margin alternately concave and convex
-02245223 00 s 01 undulate 0 001 & 02244619 a 0000 | having a wavy margin and rippled surface
-02245318 00 s 02 unnotched 0 untoothed 0 001 & 02244619 a 0000 | having no notches
-02245403 00 a 01 rough 2 024 ^ 02166346 a 0000 ^ 02171024 a 0000 ;c 06066555 n 0000 + 04948241 n 0101 ! 02244619 a 0101 & 02245944 a 0000 & 02246056 a 0000 & 02246182 a 0000 & 02246296 a 0000 & 02246410 a 0000 & 02246539 a 0000 & 02246637 a 0000 & 02246733 a 0000 & 02246826 a 0000 & 02246903 a 0000 & 02247074 a 0000 & 02247166 a 0000 & 02247295 a 0000 & 02247422 a 0000 & 02247489 a 0000 & 02247637 a 0000 & 02247785 a 0000 & 02247938 a 0000 & 02248011 a 0000 | of the margin of a leaf shape; having the edge cut or fringed or scalloped
-02245944 00 s 01 bidentate 0 001 & 02245403 a 0000 | having toothlike projections that are themselves toothed
-02246056 00 s 01 biserrate 0 001 & 02245403 a 0000 | having saw-like notches with the notches themselves similarly notched
-02246182 00 s 02 ciliate 0 ciliated 0 001 & 02245403 a 0000 | having a margin or fringe of hairlike projections
-02246296 00 s 03 crenate 0 crenated 0 scalloped 0 001 & 02245403 a 0000 | having a margin with rounded scallops
-02246410 00 s 02 crenulate 0 crenulated 0 001 & 02245403 a 0000 | having a margin with small rounded teeth; "a crenulate leaf"
-02246539 00 s 01 crispate 0 001 & 02245403 a 0000 | wavy or notched and curled very irregularly
-02246637 00 s 01 dentate 0 001 & 02245403 a 0000 | having toothlike projections in the margin
-02246733 00 s 01 denticulate 0 001 & 02245403 a 0000 | having a very finely toothed margin
-02246826 00 s 01 emarginate 0 001 & 02245403 a 0000 | having a notched tip
-02246903 00 s 05 erose 0 jagged 0 jaggy 0 notched 1 toothed 1 002 & 02245403 a 0000 + 04772691 n 0201 | having an irregularly notched or toothed margin as though gnawed
-02247074 00 s 01 fimbriate 0 001 & 02245403 a 0000 | having a fringe of slender processes
-02247166 00 s 02 fringed 0 laciniate 0 001 & 02245403 a 0000 | having edges irregularly and finely slashed; "a laciniate leaf"
-02247295 00 s 02 lacerate 0 lacerated 0 001 & 02245403 a 0000 | irregularly slashed and jagged as if torn; "lacerate leaves"
-02247422 00 s 01 pectinate 0 001 & 02245403 a 0000 | like a comb
-02247489 00 s 01 rimose 0 001 & 02245403 a 0000 | having a surface covered with a network of cracks and small crevices; "a tree with rimose bark"
-02247637 00 s 01 runcinate 0 001 & 02245403 a 0000 | having incised margins with the lobes or teeth pointing toward the base; as dandelion leaves
-02247785 00 s 05 serrate 0 serrated 0 saw-toothed 0 toothed 2 notched 2 001 & 02245403 a 0000 | notched like a saw with teeth pointing toward the apex
-02247938 00 s 01 serrulate 0 001 & 02245403 a 0000 | minutely serrated
-02248011 00 s 01 spinose 0 001 & 02245403 a 0000 | having spines
-02248078 00 a 01 rifled 0 001 ! 02248204 a 0101 | of a firearm; having rifling or internal spiral grooves inside the barrel
-02248204 00 a 02 unrifled 0 smoothbore 0 001 ! 02248078 a 0101 | of a firearm; not having rifling or internal spiral grooves inside the barrel
-02248349 00 a 01 social 0 010 ^ 01074650 a 0000 ^ 02252634 a 0000 ^ 02257141 a 0000 = 04652635 n 0000 + 04652635 n 0101 ! 02249441 a 0101 & 02248693 a 0000 & 02248984 a 0000 & 02249183 a 0000 & 02249337 a 0000 | living together or enjoying life in communities or organized groups; "a human being is a social animal"; "mature social behavior"
-02248693 00 s 03 cultural 0 ethnic 0 ethnical 0 004 & 02248349 a 0000 + 04799133 n 0201 + 05984936 n 0102 + 05751794 n 0101 | denoting or deriving from or distinctive of the ways of living built up by a group of people; "influenced by ethnic and cultural ties"- J.F.Kennedy; "ethnic food"
-02248984 00 s 01 gregarious 0 002 & 02248349 a 0000 + 04653869 n 0101 | instinctively or temperamentally seeking and enjoying the company of others; "he is a gregarious person who avoids solitude"
-02249183 00 s 01 interpersonal 0 001 & 02248349 a 0000 | occurring among or involving several people; "interpersonal situations in which speech occurs"
-02249337 00 s 02 multiethnic 0 multi-ethnic 0 001 & 02248349 a 0000 | involving several ethnic groups
-02249441 00 a 01 unsocial 0 009 ^ 02253065 a 0000 ^ 02258600 a 0000 = 04652635 n 0000 ! 02248349 a 0101 & 02249766 a 0000 & 02249948 a 0000 & 02250231 a 0000 & 02250430 a 0000 & 02250691 a 0000 | not seeking or given to association; being or living without companions; "the unsocial disposition to neglect one's neighbors"
-02249766 00 s 01 alone(p) 0 002 & 02249441 a 0000 + 04622415 n 0101 | isolated from others; "could be alone in a crowded room"; "was alone with her thoughts"; "I want to be alone"
-02249948 00 s 02 antisocial 0 asocial 2 001 & 02249441 a 0000 | hostile to or disruptive of normal standards of social behavior; "criminal behavior or conduct that violates the rights of other individuals is antisocial"; "crimes...and other asocial behavior"; "an antisocial deed"
-02250231 00 s 01 asocial 0 001 & 02249441 a 0000 | given to avoiding association with others; "bears are asocial secretive animals"; "are you asocial or do you just enjoy living in the Antarctic?"
-02250430 00 s 03 lone(a) 0 lonely(a) 1 solitary 1 004 & 02249441 a 0000 + 10172448 n 0303 + 04622415 n 0304 + 04622415 n 0202 | characterized by or preferring solitude; "a lone wolf"; "a lonely existence"; "a man of a solitary disposition"; "a solitary walk"
-02250691 00 s 03 recluse 0 reclusive 0 withdrawn 0 004 & 02249441 a 0000 + 04656996 n 0304 + 04622772 n 0201 + 10172448 n 0102 | withdrawn from society; seeking solitude; "lived an unsocial reclusive life"
-02250899 00 a 01 accompanied 0 001 ! 02251057 a 0101 | having companions or an escort; "there were lone gentlemen and gentlemen accompanied by their wives"
-02251057 00 a 01 unaccompanied 0 005 ! 02250899 a 0101 & 02251212 a 0000 & 02251576 a 0000 & 02251773 a 0000 & 02251899 a 0000 | being without an escort
-02251212 00 s 04 alone(p) 0 lone(a) 0 lonely(a) 0 solitary 0 004 & 02251057 a 0000 + 14415163 n 0402 + 14415163 n 0301 + 04622415 n 0101 | lacking companions or companionship; "he was alone when we met him"; "she is alone much of the time"; "the lone skier on the mountain"; "a lonely fisherman stood on a tuft of gravel"; "a lonely soul"; "a solitary traveler"
-02251576 00 s 03 isolated 0 marooned 0 stranded 0 001 & 02251057 a 0000 | cut off or left behind; "an isolated pawn"; "several stranded fish in a tide pool"; "travelers marooned by the blizzard"
-02251773 00 s 01 tod 0 002 & 02251057 a 0000 ;r 08860123 n 0000 | alone and on your own; "don't just sit there on your tod"
-02251899 00 s 01 unattended 0 001 & 02251057 a 0000 | lacking accompaniment or a guard or escort; "unattended women"; "problems unattended with danger"
-02252053 00 a 02 accompanied 1 attended 0 001 ! 02252182 a 0101 | playing or singing with instrumental or vocal accompaniment
-02252182 00 a 01 unaccompanied 1 003 ! 02252053 a 0101 & 02252352 a 0000 & 02252480 a 0000 | playing or singing without accompaniment; "the soloist sang unaccompanied"
-02252352 00 s 01 a_cappella 0 001 & 02252182 a 0000 | sung without instrumental accompaniment; "they sang an a cappella Mass"
-02252480 00 s 01 solo 0 002 & 02252182 a 0000 ;c 07020895 n 0000 | composed or performed by a single voice or instrument; "a passage for solo clarinet"
-02252634 00 a 01 gregarious 0 006 ^ 02248349 a 0000 = 04653869 n 0000 ;c 00015388 n 0000 + 04653869 n 0101 ! 02253065 a 0101 & 02252877 a 0000 | (of animals) tending to form a group with others of the same species; "gregarious bird species"
-02252877 00 s 01 social 0 003 & 02252634 a 0000 ;c 00015388 n 0000 + 04652635 n 0101 | tending to move or live together in groups or colonies of the same kind; "ants are social insects"
-02253065 00 a 01 ungregarious 0 004 ^ 02249441 a 0000 = 04653869 n 0000 ! 02252634 a 0101 & 02253205 a 0000 | (of animals) not gregarious
-02253205 00 s 03 nongregarious 0 nonsocial 0 solitary 0 002 & 02253065 a 0000 + 14415163 n 0302 | of plants and animals; not growing or living in groups or colonies; "solitary bees"
-02253389 00 a 01 gregarious 1 003 ;c 00017222 n 0000 ! 02253655 a 0101 & 02253536 a 0000 | (of plants) growing in groups that are close together
-02253536 00 s 01 clustered 0 002 & 02253389 a 0000 ;c 00017222 n 0000 | growing close together but not in dense mats
-02253655 00 a 01 ungregarious 1 003 ;c 00017222 n 0000 ! 02253389 a 0101 & 02253817 a 0000 | (of plants) growing together in groups that are not close together
-02253817 00 s 03 caespitose 0 cespitose 0 tufted 0 002 & 02253655 a 0000 ;c 00017222 n 0000 | (of plants) growing in small dense clumps or tufts
-02253964 00 a 01 seamed 0 003 ! 02254264 a 0101 & 02254088 a 0000 & 02254172 a 0000 | having or joined by a seam or seams
-02254088 00 s 01 seamy 0 002 & 02253964 a 0000 + 04160372 n 0101 | showing a seam
-02254172 00 s 03 sewed 0 sewn 0 stitched 0 001 & 02253964 a 0000 | fastened with stitches
-02254264 00 a 01 seamless 0 004 ! 02253964 a 0101 & 02254434 a 0000 & 02254546 a 0000 & 02254669 a 0000 | not having or joined by a seam or seams; "seamless stockings"
-02254434 00 s 01 broadloom 0 001 & 02254264 a 0000 | (of rugs or carpets) woven full width; "a broadloom rug"
-02254546 00 s 01 circular-knit 0 001 & 02254264 a 0000 | knitted in tubular form; "circular-knit sweaters without seams"
-02254669 00 s 01 unseamed 0 001 & 02254264 a 0000 | having no seams; "an unseamed garment made of plastic"
-02254778 00 a 01 seeded 0 001 ! 02254971 a 0101 | (of the more skilled contestants) selectively arranged in the draw for position in a tournament so that they meet each other in later rounds
-02254971 00 a 01 unseeded 0 001 ! 02254778 a 0101 | not seeded; used of players of lesser skill
-02255069 00 a 01 seedy 0 010 + 13135832 n 0101 ! 02256082 a 0101 & 02255317 a 0000 & 02255394 a 0000 & 02255487 a 0000 & 02255608 a 0000 & 02255736 a 0000 & 02255840 a 0000 & 02255928 a 0000 & 02256005 a 0000 | full of seeds; "as seedy as a fig"
-02255317 00 s 01 black-seeded 0 001 & 02255069 a 0000 | having black seeds
-02255394 00 s 02 multi-seeded 0 several-seeded 0 001 & 02255069 a 0000 | having many seeds
-02255487 00 s 01 seeded 1 001 & 02255069 a 0000 | having or supplied with seeds; "a seeded breadfruit"; "seeded rolls"
-02255608 00 s 01 seeded 2 002 & 02255069 a 0000 ;u 06307152 n 0000 | having seeds as specified; "many-seeded"; "black-seeded"
-02255736 00 s 03 single-seeded 0 one-seeded 0 one-seed 0 001 & 02255069 a 0000 | having a single seed
-02255840 00 s 01 small-seeded 0 001 & 02255069 a 0000 | having relatively small seeds
-02255928 00 s 01 three-seeded 0 001 & 02255069 a 0000 | having three seeds
-02256005 00 s 01 white-seeded 0 001 & 02255069 a 0000 | having white seeds
-02256082 00 a 01 seedless 0 003 ! 02255069 a 0101 & 02256209 a 0000 & 02256306 a 0000 | lacking seeds; "seedless grapefruit"
-02256209 00 s 01 seeded 3 001 & 02256082 a 0000 | having the seeds extracted; "seeded raisins"
-02256306 00 s 01 stoneless 0 001 & 02256082 a 0000 | (of fruits having stones) having the stone removed; "stoneless dried dates"
-02256437 00 a 01 shuttered 0 002 ! 02256732 a 0101 & 02256659 a 0000 | provided with shutters or shutters as specified; often used in combination; "a church with a shuttered belfry and spire"; "green-shuttered cottages"
-02256659 00 s 01 closed 0 001 & 02256437 a 0000 | with shutters closed
-02256732 00 a 01 unshuttered 0 001 ! 02256437 a 0101 | not provided with shutters or having the shuttered open; "unshuttered windows"
-02256868 00 a 01 sleeved 0 001 ! 02257038 a 0101 | made with sleeves or sleeves especially as specified; often used in combination; "sleeved garments"; "short-sleeved"
-02257038 00 a 01 sleeveless 0 001 ! 02256868 a 0101 | having no sleeves; "sleeveless summer dresses"
-02257141 00 a 01 sociable 0 014 ^ 01351391 a 0000 ^ 01074650 a 0000 ^ 02248349 a 0000 = 04652930 n 0000 + 08256369 n 0101 + 04652930 n 0102 + 04652930 n 0101 ! 02258600 a 0101 & 02257601 a 0000 & 02257731 a 0000 & 02257856 a 0000 & 02258002 a 0000 & 02258249 a 0000 & 02258360 a 0000 | inclined to or conducive to companionship with others; "a sociable occasion"; "enjoyed a sociable chat"; "a sociable conversation"; "Americans are sociable and gregarious"
-02257601 00 s 02 clubbable 0 clubable 0 002 & 02257141 a 0000 ;u 07075172 n 0000 | inclined to club together; "a clubbable man"
-02257731 00 s 02 clubbish 0 clubby 0 001 & 02257141 a 0000 | effusively sociable; "a clubbish set"; "we got rather clubby"
-02257856 00 s 01 companionable 0 003 & 02257141 a 0000 + 04653479 n 0102 + 04653479 n 0101 | suggestive of companionship; "a companionable pet"
-02258002 00 s 02 convivial 0 good-time 0 002 & 02257141 a 0000 + 04653357 n 0101 | occupied with or fond of the pleasures of good company; "a convivial atmosphere at the reunion"; "a woman of convivial nature"; "he was a real good-time Charlie"
-02258249 00 s 03 extroverted 0 forthcoming 0 outgoing 0 001 & 02257141 a 0000 | at ease in talking to others
-02258360 00 s 01 social 0 003 & 02257141 a 0000 + 08256369 n 0102 + 04652635 n 0101 | composed of sociable people or formed for the purpose of sociability; "a purely social club"; "the church has a large social hall"; "a social director"
-02258600 00 a 01 unsociable 0 008 ^ 01076793 a 0000 ^ 02249441 a 0000 = 04652930 n 0000 + 04656748 n 0102 + 04656748 n 0101 ! 02257141 a 0101 & 02258972 a 0000 & 02259120 a 0000 | not inclined to society or companionship; "an unsociable nature...shy and reserved"; "generally unsociable except with intimate friends"; "unsociable behavior"; "an unsociable neighborhood"
-02258972 00 s 01 antisocial 0 001 & 02258600 a 0000 | shunning contact with others; "standoffish and antisocial"; "he's not antisocial; just shy"
-02259120 00 s 01 ungregarious 0 001 & 02258600 a 0000 | not disposed to seek company; "a lonely ungregarious person"
-02259239 00 a 01 sold 0 003 ! 02259667 a 0101 & 02259380 a 0000 & 02259540 a 0000 | disposed of to a purchaser; "this merchandise is sold"
-02259380 00 s 01 oversubscribed 0 001 & 02259239 a 0000 | sold in excess of available supply especially season tickets; "the opera season was oversubscribed"
-02259540 00 s 01 sold-out 0 001 & 02259239 a 0000 | sold completely in advance; "had a sold-out house for both performances"
-02259667 00 a 01 unsold 0 001 ! 02259239 a 0101 | not disposed of by purchase; "the house has been on the market almost a year and is still unsold"
-02259817 00 a 01 soled 0 001 ! 02259966 a 0101 | having a sole or soles especially as specified; used in combination; "half-soled"; "rubber-soled"
-02259966 00 a 01 soleless 0 001 ! 02259817 a 0101 | having no sole
-02260035 00 a 01 solid 1 012 ^ 01150915 a 0000 = 14479615 n 0000 + 14480772 n 0102 ! 02261386 a 0101 ! 02262542 a 0101 & 02260382 a 0000 & 02260477 a 0000 & 02260570 a 0000 & 02260730 a 0000 & 02260847 a 0000 & 02261013 a 0000 & 02261162 a 0000 | of definite shape and volume; firm; neither liquid nor gaseous; "ice is water in the solid state"
-02260382 00 s 02 coagulated 0 solidified 0 001 & 02260035 a 0000 | changed into a solid mass
-02260477 00 s 01 concrete 0 001 & 02260035 a 0000 | formed by the coalescence of particles
-02260570 00 s 03 congealed 0 jelled 0 jellied 0 001 & 02260035 a 0000 | congealed into jelly; solidified by cooling; "in Georgia they serve congealed salads"
-02260730 00 s 01 dry 0 001 & 02260035 a 0000 | used of solid substances in contrast with liquid ones; "dry weight"
-02260847 00 s 01 semisolid 0 001 & 02260035 a 0000 | partly solid; having a rigidity and viscosity intermediate between a solid and a liquid; "a semisolid mixture"
-02261013 00 s 01 solid-state 1 002 & 02260035 a 0000 ;c 06099269 n 0000 | consisting of semiconductor materials and components and related devices
-02261162 00 s 01 solid-state 2 001 & 02260035 a 0000 | characteristic of or relating to the physical properties of solid materials especially electromagnetic or thermodynamic or structural properties of crystalline solids
-02261386 00 a 01 liquid 0 011 = 14479615 n 0000 + 14480420 n 0102 + 14480420 n 0103 + 04937043 n 0103 ! 02262542 a 0101 ! 02260035 a 0101 & 02261746 a 0000 & 02261985 a 0000 & 02262173 a 0000 & 02262293 a 0000 & 02262365 a 0000 | existing as or having characteristics of a liquid; especially tending to flow; "water and milk and blood are liquid substances"
-02261746 00 s 02 fluid 0 runny 0 007 & 02261386 a 0000 + 07407777 n 0203 + 04937043 n 0205 + 14939900 n 0101 + 14939445 n 0101 + 04937043 n 0102 + 04937043 n 0101 | characteristic of a fluid; capable of flowing and easily changing shape
-02261985 00 s 02 liquefiable 0 liquifiable 0 006 & 02261386 a 0000 + 00444309 v 0202 + 00443984 v 0203 + 02757304 v 0101 + 00444309 v 0101 + 00443984 v 0101 | capable of being liquefied
-02262173 00 s 02 liquefied 0 liquified 0 001 & 02261386 a 0000 | reduced to a liquid state; "liquefied petroleum gas"
-02262293 00 s 01 semiliquid 0 001 & 02261386 a 0000 | somewhat liquid
-02262365 00 s 01 watery 0 003 & 02261386 a 0000 + 04937427 n 0101 + 14845743 n 0101 | relating to or resembling or consisting of water; "a watery substance"; "a watery color"
-02262542 00 a 01 gaseous 0 012 = 14479615 n 0000 + 14877585 n 0101 + 14481080 n 0101 + 04733204 n 0101 ! 02260035 a 0101 ! 02261386 a 0101 & 02262879 a 0000 & 02262984 a 0000 & 02263150 a 0000 & 02263270 a 0000 & 02263407 a 0000 & 02263491 a 0000 | existing as or having characteristics of a gas; "steam is water is the gaseous state"
-02262879 00 s 02 aeriform 0 airlike 0 001 & 02262542 a 0000 | resembling air or having the form of air
-02262984 00 s 02 aerosolized 0 aerosolised 0 001 & 02262542 a 0000 | in the form of ultramicroscopic solid or liquid particles dispersed or suspended in air or gas
-02263150 00 s 01 evaporated 0 001 & 02262542 a 0000 | drawn off in the form of vapor; "evaporated molecules boil off"
-02263270 00 s 05 gasified 0 vaporized 0 vapourised 0 volatilized 0 volatilised 0 001 & 02262542 a 0000 | converted into a gas or vapor
-02263407 00 s 01 gassy 0 002 & 02262542 a 0000 + 14481080 n 0101 | resembling gas
-02263491 00 s 06 vaporific 0 vapourific 0 vaporish 0 vapourish 0 vaporous 0 vapourous 0 002 & 02262542 a 0000 + 15055633 n 0501 | resembling or characteristic of vapor; "vaporous clouds"
-02263680 00 a 01 solid 2 005 = 14452442 n 0000 + 04941124 n 0102 + 14452442 n 0101 ! 02263982 a 0101 & 02263875 a 0000 | entirely of one substance with no holes inside; "a solid block of wood"
-02263875 00 s 01 massive 0 001 & 02263680 a 0000 | being the same substance throughout; "massive silver"
-02263982 00 a 01 hollow 0 011 = 14452442 n 0000 ^ 01086545 a 0000 + 13910895 n 0101 + 09305031 n 0101 + 09304750 n 0102 + 14455552 n 0101 ! 02263680 a 0101 & 02264366 a 0000 & 02264521 a 0000 & 02264657 a 0000 & 02264807 a 0000 | not solid; having a space or gap or cavity; "a hollow wall"; "a hollow tree"; "hollow cheeks"; "his face became gaunter and more hollow with each year"
-02264366 00 s 01 cavernous 0 002 & 02263982 a 0000 + 09239302 n 0101 | being or suggesting a cavern; "vast cavernous chambers hollowed out of limestone"
-02264521 00 s 03 deep-set 0 sunken 0 recessed 0 001 & 02263982 a 0000 | having a sunken area; "hunger gave their faces a sunken look"
-02264657 00 s 03 fistular 0 fistulate 0 fistulous 0 003 & 02263982 a 0000 ;c 06060845 n 0000 + 05548032 n 0101 | hollow and tube-shaped like a reed
-02264807 00 s 05 tubular 0 cannular 0 tubelike 0 tube-shaped 0 vasiform 0 003 & 02263982 a 0000 + 02951170 n 0201 + 04493505 n 0101 | constituting a tube; having hollow tubes (as for the passage of fluids)
-02265015 00 a 01 soluble 1 010 + 05010314 n 0102 + 13583272 n 0101 + 05210221 n 0101 ! 02265891 a 0101 & 02265306 a 0000 & 02265386 a 0000 & 02265496 a 0000 & 02265594 a 0000 & 02265719 a 0000 & 02265815 a 0000 | (of a substance) capable of being dissolved in some solvent (usually water)
-02265306 00 s 01 alcohol-soluble 0 001 & 02265015 a 0000 | soluble in alcohol
-02265386 00 s 02 dissolvable 0 dissoluble 0 002 & 02265015 a 0000 + 05010314 n 0201 | capable of dissolving
-02265496 00 s 01 fat-soluble 0 001 & 02265015 a 0000 | soluble in fats; "fat-soluble vitamin A"
-02265594 00 s 02 meltable 0 disintegrable 0 003 & 02265015 a 0000 + 00444629 v 0101 + 00376106 v 0106 | capable of melting
-02265719 00 s 01 oil-soluble 0 001 & 02265015 a 0000 | soluble in oil; "oil-soluble pigments"
-02265815 00 s 01 water-soluble 0 001 & 02265015 a 0000 | soluble in water
-02265891 00 a 02 insoluble 1 indissoluble 0 003 + 05210373 n 0101 ! 02265015 a 0101 & 02266043 a 0000 | (of a substance) incapable of being dissolved
-02266043 00 s 02 water-insoluble 0 non-water-soluble 0 001 & 02265891 a 0000 | not soluble in water
-02266145 00 a 01 soluble 2 005 ^ 00938801 a 0000 + 05215483 n 0102 ! 02266600 a 0101 & 02266351 a 0000 & 02266451 a 0000 | susceptible of solution or of being solved or explained; "the puzzle is soluble"
-02266351 00 s 01 answerable 0 002 & 02266145 a 0000 + 00635523 v 0101 | capable of being answered
-02266451 00 s 02 solvable 0 resolvable 0 002 & 02266145 a 0000 + 05215483 n 0101 | capable of being solved; "such problems are perfectly solvable"
-02266600 00 a 01 insoluble 2 004 ^ 00939105 a 0000 + 05215699 n 0102 ! 02266145 a 0101 & 02266771 a 0000 | admitting of no solution or explanation; "an insoluble doubt"
-02266771 00 s 04 insolvable 0 unsoluble 0 unsolvable 0 unresolvable 0 001 & 02266600 a 0000 | not easily solved; "an apparantly insolvable problem"; "public finance...had long presented problems unsolvable or at least unsolved"- C.L.Jones
-02267012 00 a 02 solved 0 resolved 4 001 ! 02267164 a 0101 | explained or answered; "mysteries solved and unsolved; problems resolved and unresolved"
-02267164 00 a 02 unsolved 0 unresolved 4 001 ! 02267012 a 0101 | not solved; "many crimes remain unsolved"; "many problems remain unresolved"
-02267308 00 a 01 some(a) 0 007 ^ 01552885 a 0000 ^ 01551633 a 0000 ! 02268485 a 0101 ! 02269286 a 0101 & 02267686 a 0000 & 02268133 a 0000 & 02268268 a 0000 | quantifier; used with either mass nouns or plural count nouns to indicate an unspecified number or quantity; "have some milk"; "some roses were still blooming"; "having some friends over"; "some apples"; "some paper"
-02267686 00 s 03 any(a) 0 whatever 0 whatsoever 0 001 & 02267308 a 0000 | one or some or every or all without specification; "give me any peaches you don't want"; "not any milk is left"; "any child would know that"; "pick any card"; "any day now"; "cars can be rented at almost any airport"; "at twilight or any other time"; "beyond any doubt"; "need any help we can get"; "give me whatever peaches you don't want"; "no milk whatsoever is left"
-02268133 00 s 01 both(a) 0 001 & 02267308 a 0000 | (used with count nouns) two considered together; the two; "both girls are pretty"
-02268268 00 s 01 several(a) 0 001 & 02267308 a 0000 | (used with count nouns) of an indefinite number more than 2 or 3 but not many; "several letters came in the mail"; "several people were injured in the accident"
-02268485 00 a 01 no(a) 0 005 ! 02269286 a 0101 ! 02267308 a 0101 & 02268882 a 0000 & 02269039 a 0000 & 02269142 a 0000 | quantifier; used with either mass nouns or plural count nouns for indicating a complete or almost complete lack or zero quantity of; "we have no bananas"; "no eggs left and no money to buy any"; "have you no decency?"; "did it with no help"; "I'll get you there in no time"
-02268882 00 s 01 nary(a) 0 001 & 02268485 a 0000 | (used with singular count nouns) colloquial for `not a' or `not one' or `never a'; "heard nary a sound"
-02269039 00 s 01 none 0 001 & 02268485 a 0000 | not any; "thou shalt have none other gods before me"
-02269142 00 s 01 zero(a) 0 001 & 02268485 a 0000 | having no measurable or otherwise determinable value; "the goal is zero population growth"
-02269286 00 a 01 all(a) 0 006 ! 02267308 a 0101 ! 02268485 a 0101 & 02269635 a 0000 & 02269794 a 0000 & 02270057 a 0000 & 02270186 a 0000 | quantifier; used with either mass or count nouns to indicate the whole number or amount of or every one of a class; "we sat up all night"; "ate all the food"; "all men are mortal"; "all parties are welcome"
-02269635 00 s 01 each(a) 0 001 & 02269286 a 0000 | (used of count nouns) every one considered individually; "each person is mortal"; "each party is welcome"
-02269794 00 s 01 every(a) 0 001 & 02269286 a 0000 | (used of count nouns) each and all of the members of a group considered singly and without exception; "every person is mortal"; "every party is welcome"; "had every hope of success"; "every chance of winning"
-02270057 00 s 01 every_last(p) 0 002 & 02269286 a 0000 ;u 06321054 n 0000 | (used as intensive) every; "every last one of you"
-02270186 00 s 01 every(a) 2 001 & 02269286 a 0000 | each and all of a series of entities or intervals as specified; "every third seat"; "every two hours"
-02270342 00 a 01 sophisticated 0 011 ^ 01106614 a 0000 ^ 00866047 a 0000 ^ 00849357 a 0000 ^ 01306273 a 0000 ^ 01421602 a 0000 ^ 02577061 a 0000 ! 02271544 a 0101 & 02270782 a 0000 & 02271052 a 0000 & 02271177 a 0000 & 02271437 a 0000 | having or appealing to those having worldly knowledge and refinement and savoir-faire; "sophisticated young socialites"; "a sophisticated audience"; "a sophisticated lifestyle"; "a sophisticated book"
-02270782 00 s 02 blase 0 worldly 0 002 & 02270342 a 0000 + 04880273 n 0202 | very sophisticated especially because of surfeit; versed in the ways of the world; "the blase traveler refers to the ocean he has crossed as `the pond'"; "the benefits of his worldly wisdom"
-02271052 00 s 02 intelligent 0 well-informed 0 001 & 02270342 a 0000 | possessing sound knowledge; "well-informed readers"
-02271177 00 s 04 polished 0 refined 0 svelte 0 urbane 0 002 & 02270342 a 0000 + 04913212 n 0401 | showing a high degree of refinement and the assurance that comes from wide social experience; "his polished manner"; "maintained an urbane tone in his letters"
-02271437 00 s 01 worldly-wise 0 001 & 02270342 a 0000 | experienced in and wise to the ways of the world
-02271544 00 a 02 naive 0 naif 0 011 ^ 00646413 a 0000 ^ 01308425 a 0000 ^ 02578235 a 0000 + 04880573 n 0103 ! 02270342 a 0101 & 02272047 a 0000 & 02272305 a 0000 & 02272485 a 0000 & 02272670 a 0000 & 02272954 a 0000 & 02273088 a 0000 | marked by or showing unaffected simplicity and lack of guile or worldly experience; "a teenager's naive ignorance of life"; "the naive assumption that things can only get better"; "this naive simple creature with wide friendly eyes so eager to believe appearances"
-02272047 00 s 05 childlike 0 wide-eyed 0 round-eyed 0 dewy-eyed 0 simple 0 003 & 02271544 a 0000 + 04881369 n 0502 + 04881369 n 0501 | exhibiting childlike simplicity and credulity; "childlike trust"; "dewy-eyed innocence"; "listened in round-eyed wonder"
-02272305 00 s 01 credulous 0 003 & 02271544 a 0000 + 04881156 n 0101 + 04895558 n 0101 | showing a lack of judgment or experience; "so credulous he believes everything he reads"
-02272485 00 s 03 fleeceable 0 green 0 gullible 0 002 & 02271544 a 0000 + 04881156 n 0302 | naive and easily deceived or tricked; "at that early age she had been gullible and in love"
-02272670 00 s 02 innocent 0 ingenuous 0 003 & 02271544 a 0000 + 04880830 n 0203 + 04880830 n 0102 | lacking in sophistication or worldliness; "a child's innocent stare"; "his ingenuous explanation that he would not have burned the church if he had not thought the bishop was in it"
-02272954 00 s 01 simple-minded 0 002 & 02271544 a 0000 + 04881369 n 0101 | lacking subtlety and insight; "a simple-minded argument"
-02273088 00 s 02 unsophisticated 0 unworldly 0 001 & 02271544 a 0000 | not wise in the ways of the world; "either too unsophisticated or too honest to promise more than he could deliver"; "this helplessly unworldly woman"- Kate O'Brien
-02273326 00 a 01 sound 0 012 ^ 01017161 a 0000 ^ 01170243 a 0000 ^ 00289365 a 0000 ^ 00681094 a 0000 ^ 01319182 a 0000 ^ 02557357 a 0000 + 14546844 n 0101 ! 02274253 a 0101 & 02273643 a 0000 & 02273838 a 0000 & 02273952 a 0000 & 02274089 a 0000 | financially secure and safe; "sound investments"; "a sound economy"
-02273643 00 s 04 dependable 0 good 1 safe 0 secure 0 004 & 02273326 a 0000 + 13344071 n 0401 + 04856308 n 0301 + 04670022 n 0102 | financially sound; "a good investment"; "a secure investment"
-02273838 00 s 01 healthy 0 001 & 02273326 a 0000 | financially secure and functioning well; "a healthy economy"
-02273952 00 s 01 solid 0 002 & 02273326 a 0000 + 04671075 n 0102 | financially sound; "the bank is solid and will survive this attack"
-02274089 00 s 01 stable 0 003 & 02273326 a 0000 + 04778401 n 0102 + 04778401 n 0101 | firm and dependable; subject to little fluctuation; "the economy is stable"
-02274253 00 a 01 unsound 0 011 ^ 00289082 a 0000 ^ 00679147 a 0000 ^ 01317954 a 0000 ^ 01017738 a 0000 ^ 01172889 a 0000 ^ 02559180 a 0000 + 14560360 n 0101 ! 02273326 a 0101 & 02274537 a 0000 & 02274869 a 0000 & 02274959 a 0000 | not sound financially; "unsound banking practices"
-02274537 00 s 04 bad 2 risky 0 high-risk 0 speculative 0 005 & 02274253 a 0000 + 14543756 n 0401 + 02272090 v 0401 + 00802238 n 0201 + 14543552 n 0201 | not financially safe or secure; "a bad investment"; "high risk investments"; "anything that promises to pay too much can't help being risky"; "speculative business enterprises"
-02274869 00 s 01 long 0 001 & 02274253 a 0000 | involving substantial risk; "long odds"
-02274959 00 s 01 wildcat 0 001 & 02274253 a 0000 | outside the bounds of legitimate or ethical business practices; "wildcat currency issued by irresponsible banks"; "wildcat stock speculation"; "a wildcat airline"; "wildcat life insurance schemes"
-02275209 00 a 01 sound 1 003 + 14546844 n 0101 ! 02275629 a 0101 & 02275412 a 0000 | in good condition; free from defect or damage or decay; "a sound timber"; "the wall is sound"; "a sound foundation"
-02275412 00 s 03 solid 0 strong 0 substantial 0 003 & 02275209 a 0000 + 04761212 n 0302 + 04761212 n 0103 | of good quality and condition; solidly built; "a solid foundation"; "several substantial timber buildings"
-02275629 00 a 01 unsound 1 004 + 14560360 n 0101 ! 02275209 a 0101 & 02275803 a 0000 & 02275892 a 0000 | not in good condition; damaged or decayed; "an unsound foundation"
-02275803 00 s 01 corroded 0 001 & 02275629 a 0000 | eaten away as by acid or oxidation
-02275892 00 s 03 decayed 0 rotten 0 rotted 0 002 & 02275629 a 0000 + 14561102 n 0203 | damaged by decay; hence unsound and useless; "rotten floor boards"; "rotted beams"; "a decayed foundation"
-02276088 00 a 01 effervescent 0 008 + 13471681 n 0101 + 04733347 n 0102 + 00519363 v 0104 ! 02276964 a 0101 & 02276305 a 0000 & 02276660 a 0000 & 02276752 a 0000 & 02276852 a 0000 | (of a liquid) giving off bubbles
-02276305 00 s 07 bubbling 0 bubbly 0 foaming 0 foamy 0 frothy 0 effervescing 0 spumy 0 008 & 02276088 a 0000 + 09443641 n 0701 + 09282724 n 0502 + 04733347 n 0503 + 09282724 n 0401 + 04733539 n 0401 + 09229709 n 0201 + 04733347 n 0201 | emitting or filled with bubbles as from carbonation or fermentation; "bubbling champagne"; "foamy (or frothy) beer"
-02276660 00 s 02 aerated 0 charged 0 001 & 02276088 a 0000 | supplied with carbon dioxide
-02276752 00 s 02 fizzing 0 fizzy 0 002 & 02276088 a 0000 + 07919310 n 0201 | hissing and bubbling
-02276852 00 s 01 carbonated 0 001 & 02276088 a 0000 | having carbonation (especially artificially carbonated)
-02276964 00 a 01 noneffervescent 0 003 ! 02276088 a 0101 & 02277078 a 0000 & 02277182 a 0000 | not effervescent
-02277078 00 s 01 flat 0 001 & 02276964 a 0000 | having lost effervescence; "flat beer"; "a flat cola"
-02277182 00 s 02 noncarbonated 0 uncarbonated 0 001 & 02276964 a 0000 | not having carbonation
-02277279 00 a 02 sparkling 0 effervescent 4 002 + 00519363 v 0204 ! 02277485 a 0101 | used of wines and waters; charged naturally or artificially with carbon dioxide; "sparkling wines"; "sparkling water"
-02277485 00 a 02 still 0 noneffervescent 4 001 ! 02277279 a 0101 | not sparkling; "a still wine"; "still mineral water"
-02277607 00 a 02 specialized 0 specialised 0 005 ^ 01103021 a 0000 ! 02278337 a 0101 & 02277829 a 0000 & 02278011 a 0000 & 02278195 a 0000 | developed or designed for a special activity or function; "a specialized tool"
-02277829 00 s 01 differentiated 0 002 & 02277607 a 0000 ;c 06037666 n 0000 | exhibiting biological specialization; adapted during development to a specific function or environment
-02278011 00 s 01 special 0 002 & 02277607 a 0000 + 04763925 n 0102 | adapted to or reserved for a particular purpose; "a special kind of paint"; "a special medication for arthritis"
-02278195 00 s 01 specialistic 0 003 & 02277607 a 0000 + 10632576 n 0101 + 10631941 n 0101 | showing focused training; "specialist training"
-02278337 00 a 02 unspecialized 0 unspecialised 0 003 ^ 01101391 a 0000 ! 02277607 a 0101 & 02278513 a 0000 | not specialized or modified for a particular purpose or function
-02278513 00 s 02 generalized 0 generalised 0 002 & 02278337 a 0000 ;c 06037666 n 0000 | not biologically differentiated or adapted to a specific function or environment; "the hedgehog is a primitive and generalized mammal"
-02278738 00 a 02 spinous 0 spiny 0 001 ! 02278842 a 0101 | having spines; "the dorsal fin is spinous"
-02278842 00 a 01 spineless 0 001 ! 02278738 a 0101 | lacking spiny processes; "spineless fins"
-02278939 00 a 01 spirited 0 019 ^ 00873603 a 0000 ^ 00885695 a 0000 ^ 00804695 a 0000 = 04631700 n 0000 + 04631700 n 0102 ! 02281325 a 0101 & 02279360 a 0000 & 02279523 a 0000 & 02279622 a 0000 & 02279723 a 0000 & 02279900 a 0000 & 02280090 a 0000 & 02280333 a 0000 & 02280457 a 0000 & 02280566 a 0000 & 02280680 a 0000 & 02280821 a 0000 & 02280969 a 0000 & 02281182 a 0000 | displaying animation, vigor, or liveliness
-02279360 00 s 02 boisterous 0 knockabout 0 001 & 02278939 a 0000 | full of rough and exuberant animal spirits; "boisterous practical jokes"; "knockabout comedy"
-02279523 00 s 01 con_brio 0 002 & 02278939 a 0000 ;c 07020895 n 0000 | with liveliness or spirit
-02279622 00 s 02 dashing 0 gallant 0 001 & 02278939 a 0000 | lively and spirited; "a dashing hero"
-02279723 00 s 03 ebullient 0 exuberant 0 high-spirited 0 005 & 02278939 a 0000 + 04634161 n 0301 + 00857923 v 0201 + 07555647 n 0201 + 04634540 n 0103 | joyously unrestrained
-02279900 00 s 03 feisty 0 plucky 0 spunky 0 004 & 02278939 a 0000 + 04857490 n 0304 + 04859816 n 0202 + 04859816 n 0203 | showing courage; "the champion is faced with a feisty challenger"
-02280090 00 s 04 impertinent 0 irreverent 0 pert 0 saucy 0 004 & 02278939 a 0000 + 04632703 n 0301 + 04649651 n 0303 + 04649651 n 0101 | characterized by a lightly pert and exuberant quality; "a certain irreverent gaiety and ease of manner"
-02280333 00 s 02 lively 0 racy 0 002 & 02278939 a 0000 + 04632157 n 0101 | full of zest or vigor; "a racy literary style"
-02280457 00 s 01 mettlesome 0 002 & 02278939 a 0000 + 04634415 n 0101 | having a proud and unbroken spirit
-02280566 00 s 01 resilient 0 001 & 02278939 a 0000 | recovering readily from adversity, depression, or the like
-02280680 00 s 02 snappy 0 whipping 0 001 & 02278939 a 0000 | smart and fashionable; "snappy conversation"; "some sharp and whipping lines"
-02280821 00 s 01 sprightly 0 002 & 02278939 a 0000 + 04632157 n 0104 | full of spirit and vitality; "a sprightly young girl"; "a sprightly dance"
-02280969 00 s 02 vibrant 0 vivacious 0 002 & 02278939 a 0000 + 04634299 n 0201 | vigorous and animated; "a vibrant group that challenged the system"; "a charming and vivacious hostess"; "a vivacious folk dance"
-02281182 00 s 04 zestful 0 yeasty 0 zesty 0 barmy 0 003 & 02278939 a 0000 + 07491981 n 0303 + 07491981 n 0104 | marked by spirited enjoyment
-02281325 00 a 01 spiritless 0 010 ^ 00806512 a 0000 ^ 00887062 a 0000 = 04631700 n 0000 + 04636610 n 0104 ! 02278939 a 0101 & 02281611 a 0000 & 02281813 a 0000 & 02281938 a 0000 & 02282171 a 0000 & 02282277 a 0000 | lacking ardor or vigor or energy; "a spiritless reply to criticism"
-02281611 00 s 01 apathetic 0 003 & 02281325 a 0000 + 07483622 n 0101 + 04636610 n 0101 | showing little or no emotion or animation; "a woman who became active rather than apathetic as she grew older"
-02281813 00 s 01 bloodless 0 001 & 02281325 a 0000 | without vigor or zest or energy; "an insipid and bloodless young man"
-02281938 00 s 02 dispirited 0 listless 0 003 & 02281325 a 0000 + 07484109 n 0203 + 07537668 n 0105 | marked by low spirits; showing no enthusiasm; "a dispirited and divided Party"; "reacted to the crisis with listless resignation"
-02282171 00 s 01 heartless 0 002 & 02281325 a 0000 ;u 07073447 n 0000 | devoid of courage or enthusiasm
-02282277 00 s 01 thin 0 001 & 02281325 a 0000 | lacking spirit or sincere effort; "a thin smile"
-02282376 00 a 02 spontaneous 0 self-generated 4 005 + 04786763 n 0101 ! 02283188 a 0101 & 02282651 a 0000 & 02282843 a 0000 & 02282985 a 0000 | happening or arising without apparent external cause; "spontaneous laughter"; "spontaneous combustion"; "a spontaneous abortion"
-02282651 00 s 02 impulsive 0 unprompted 0 002 & 02282376 a 0000 + 04662504 n 0101 | proceeding from natural feeling or impulse without external stimulus; "an impulsive gesture of affection"
-02282843 00 s 01 intuitive 0 001 & 02282376 a 0000 | spontaneously derived from or prompted by a natural tendency; "an intuitive revulsion"
-02282985 00 s 02 natural 0 instinctive 0 001 & 02282376 a 0000 | unthinking; prompted by (or as if by) instinct; "a cat's natural aversion to water"; "offering to help was as instinctive as breathing"
-02283188 00 a 01 induced 0 003 ! 02282376 a 0101 & 02283356 a 0000 & 02283525 a 0000 | brought about or caused; not spontaneous; "a case of steroid-induced weakness"
-02283356 00 s 02 elicited 0 evoked 0 001 & 02283188 a 0000 | called forth from a latent or potential state by stimulation; "evoked potentials"; "an elicited response"
-02283525 00 s 01 iatrogenic 0 002 & 02283188 a 0000 ;c 06043075 n 0000 | induced by a physician's words or therapy (used especially of a complication resulting from treatment)
-02283703 00 a 01 spoken 0 006 ^ 00150202 a 0000 ! 02284578 a 0101 & 02284023 a 0000 & 02284169 a 0000 & 02284324 a 0000 & 02284423 a 0000 | uttered through the medium of speech or characterized by speech; sometimes used in combination; "a spoken message"; "the spoken language"; "a soft-spoken person"; "sharp-spoken"
-02284023 00 s 04 expressed 0 uttered 0 verbalized 0 verbalised 0 001 & 02283703 a 0000 | communicated in words; "frequently uttered sentiments"
-02284169 00 s 02 oral 0 unwritten 0 002 & 02283703 a 0000 + 07198846 n 0101 | using speech rather than writing; "an oral tradition"; "an oral agreement"
-02284324 00 s 01 verbal 0 001 & 02283703 a 0000 | expressed in spoken words; "a verbal contract"
-02284423 00 s 02 viva-voce 0 word-of-mouth 0 001 & 02283703 a 0000 | expressed orally; "a viva-voce report"; "the film had good word-of-mouth publicity"
-02284578 00 a 01 written 0 012 ^ 02213270 a 0000 ! 02283703 a 0101 & 02284892 a 0000 & 02285035 a 0000 & 02285147 a 0000 & 02285278 a 0000 & 02285407 a 0000 & 02285480 a 0000 & 02285607 a 0000 & 02285739 a 0000 & 02285854 a 0000 & 02285969 a 0000 | set down in writing in any of various ways; "written evidence"
-02284892 00 s 02 backhand 0 left-slanting 0 002 & 02284578 a 0000 ;c 00614730 n 0000 | (of handwriting) having the letters slanting backward
-02285035 00 s 01 cursive 0 001 & 02284578 a 0000 | having successive letter joined together; "cursive script"
-02285147 00 s 01 engrossed 0 001 & 02284578 a 0000 | written formally in a large clear script, as a deed or other legal document
-02285278 00 s 03 graphic 0 graphical 0 in_writing(p) 0 001 & 02284578 a 0000 | written or drawn or engraved; "graphic symbols"
-02285407 00 s 01 handwritten 0 001 & 02284578 a 0000 | written by hand
-02285480 00 s 01 holographic 0 001 & 02284578 a 0000 | written wholly in the handwriting of the signer; "a holographic will"
-02285607 00 s 01 inscribed 0 001 & 02284578 a 0000 | written (by handwriting, printing, engraving, or carving) on or in a surface
-02285739 00 s 01 longhand 0 001 & 02284578 a 0000 | having words written out in full by hand; "longhand writing"
-02285854 00 s 01 scrivened 0 003 & 02284578 a 0000 ;u 07073447 n 0000 ;c 07092592 n 0000 | copied in handwriting
-02285969 00 s 01 shorthand 0 001 & 02284578 a 0000 | written in abbreviated or symbolic form; "shorthand notes"
-02286083 00 a 03 voiced 0 sonant 0 soft 0 002 + 07120364 n 0201 ! 02286294 a 0101 | produced with vibration of the vocal cords; "a frequently voiced opinion"; "voiced consonants such as `b' and `g' and `z'";
-02286294 00 a 04 unvoiced 0 voiceless 4 surd 0 hard 0 003 + 07130341 n 0204 ! 02286083 a 0101 & 02286507 a 0000 | produced without vibration of the vocal cords; "unvoiced consonants such as `p' and `k' and `s'"
-02286507 00 s 01 whispered 0 001 & 02286294 a 0000 | spoken in soft hushed tones without vibrations of the vocal cords; "a long whispered conversation"
-02286661 00 a 01 written 2 002 ! 02286927 a 0101 & 02286790 a 0000 | systematically collected and written down; "written laws"
-02286790 00 s 02 codified 0 statute(p) 0 001 & 02286661 a 0000 | enacted by a legislative body; "statute law"; "codified written laws"
-02286927 00 a 01 unwritten 0 002 ! 02286661 a 0101 & 02287175 a 0000 | based on custom rather than documentation; "an unwritten law"; "rites...so ancient that they well might have had their unwritten origins in Aurignacian times"- J.L.T.C.Spence
-02287175 00 s 01 common-law(p) 0 001 & 02286927 a 0000 | based on common law; "a common-law right"
-02287276 00 a 01 vocalic 2 004 + 07114712 n 0101 + 07112550 n 0101 ! 02287636 a 0101 & 02287510 a 0000 | being or containing or characterized by vowels; "vocalic sounds"; "the Gaelic language being uncommonly vocalic"- Walter Scott
-02287510 00 s 01 vowellike 0 001 & 02287276 a 0000 | having characteristics of a vowel sound; "the vowellike nature of `r'"
-02287636 00 a 01 consonantal 2 002 + 07115021 n 0101 ! 02287276 a 0101 | being or marked by or containing or functioning as a consonant; "consonantal sounds"; "a consonantal Hebrew text"; "consonantal alliteration"; "a consonantal cluster"
-02287878 00 a 01 stoppable 0 002 ! 02288118 a 0101 & 02288022 a 0000 | capable of being stopped; "if we pick up our pace he may be stoppable"
-02288022 00 s 01 abatable 0 002 & 02287878 a 0000 + 00245289 v 0102 | capable of being abated
-02288118 00 a 01 unstoppable 0 002 ! 02287878 a 0101 & 02288252 a 0000 | not capable of being stopped; "as unstoppable as the wind"
-02288252 00 s 01 unbeatable 0 001 & 02288118 a 0000 | hard to defeat; "an unbeatable ball team"
-02288350 00 a 01 syllabic 2 001 ! 02288490 a 0101 | (of speech sounds) forming the nucleus of a syllable; "the syllabic 'nl' in 'riddle'"
-02288490 00 a 01 nonsyllabic 2 001 ! 02288350 a 0101 | (of speech sounds) not forming or capable of forming the nucleus of a syllable; "initial 'l' in 'little' is nonsyllabic"
-02288668 00 a 01 syllabic 0 009 + 06304671 n 0101 ! 02289738 a 0101 & 02288904 a 0000 & 02289018 a 0000 & 02289151 a 0000 & 02289287 a 0000 & 02289405 a 0000 & 02289543 a 0000 & 02289659 a 0000 | consisting of a syllable or syllables
-02288904 00 s 01 disyllabic 0 001 & 02288668 a 0000 | having or characterized by or consisting of two syllables
-02289018 00 s 01 monosyllabic 0 002 & 02288668 a 0000 + 06294309 n 0101 | having or characterized by or consisting of one syllable
-02289151 00 s 01 octosyllabic 0 002 & 02288668 a 0000 + 07096425 n 0101 | having or characterized by or consisting of eight syllables
-02289287 00 s 01 pentasyllabic 0 001 & 02288668 a 0000 | having or characterized by or consisting of five syllables
-02289405 00 s 01 polysyllabic 0 002 & 02288668 a 0000 + 06302083 n 0101 | having or characterized by words of more than three syllables
-02289543 00 s 01 decasyllabic 0 001 & 02288668 a 0000 | having or characterized by or consisting of ten syllables
-02289659 00 s 01 syllabled 0 001 & 02288668 a 0000 | pronounced in syllables
-02289738 00 a 02 nonsyllabic 0 unsyllabic 0 002 ! 02288668 a 0101 & 02290179 a 0000 | not forming a syllable or the nucleus of a syllable; consisting of a consonant sound accompanied in the same syllable by a vowel sound or consisting of a vowel sound dominated by other vowel sounds in a syllable (as the second vowel in a falling diphthong); "the nonsyllabic `n' in `botany' when it is pronounced `botny'"; "the nonsyllabic `i' in `oi'"
-02290179 00 s 01 unsyllabled 0 001 & 02289738 a 0000 | not articulated in syllables
-02290265 00 a 01 syllabic 1 002 ! 02290454 a 0101 ! 02290714 a 0101 | (of verse) having lines based on number of syllables rather than on rhythmical arrangement of stresses or quantities
-02290454 00 a 01 accentual 1 003 + 07085375 n 0103 ! 02290714 a 0101 ! 02290265 a 0101 | (of verse) having a metric system based on stress rather than syllables or quantity; "accentual poetry is based on the number of stresses in a line"; "accentual rhythm"
-02290714 00 a 01 quantitative 1 002 ! 02290265 a 0101 ! 02290454 a 0101 | (of verse) having a metric system based on relative duration of syllables; "in typical Greek and Latin verse of the classical period the rhymic system is based on some arrangement of long and short elements"
-02290998 00 a 01 stable 0 010 ^ 00583239 a 0000 ^ 01754421 a 0000 ^ 02301560 a 0000 + 04778401 n 0102 + 04738641 n 0102 ! 02291843 a 0101 & 02291336 a 0000 & 02291500 a 0000 & 02291632 a 0000 & 02291754 a 0000 | resistant to change of position or condition; "a stable ladder"; "a stable peace"; "a stable relationship"; "stable prices"
-02291336 00 s 03 firm 2 steady 0 unfluctuating 0 002 & 02290998 a 0000 + 04777852 n 0102 | not liable to fluctuate or especially to fall; "stocks are still firm"
-02291500 00 s 01 lasting 0 002 & 02290998 a 0000 + 05053688 n 0101 | lasting a long time without change; "a lasting relationship"
-02291632 00 s 01 stabile 0 002 & 02290998 a 0000 ;c 06037666 n 0000 | (chemistry, physics, biology) resistant to change
-02291754 00 s 02 stabilized 0 stabilised 0 001 & 02290998 a 0000 | made stable or firm
-02291843 00 a 01 unstable 0 015 ^ 01755627 a 0000 ^ 00583990 a 0000 ^ 02303077 a 0000 + 04775747 n 0102 ! 02290998 a 0101 & 02292303 a 0000 & 02292421 a 0000 & 02292573 a 0000 & 02292797 a 0000 & 02293141 a 0000 & 02293230 a 0000 & 02293386 a 0000 & 02293497 a 0000 & 02293592 a 0000 & 02293760 a 0000 | lacking stability or fixity or firmness; "unstable political conditions"; "the tower proved to be unstable in the high wind"; "an unstable world economy"
-02292303 00 s 02 coseismic 0 coseismal 0 001 & 02291843 a 0000 | being where earthquake waves arrive simultaneously
-02292421 00 s 04 crank 0 cranky 0 tender 0 tippy 0 002 & 02291843 a 0000 ;c 02858304 n 0000 | (used of boats) inclined to heel over easily under sail
-02292573 00 s 02 explosive 0 volatile 0 002 & 02291843 a 0000 + 04628850 n 0203 | liable to lead to sudden change or violence; "an explosive issue"; "a volatile situation with troops and rioters eager for a confrontation"
-02292797 00 s 04 rickety 0 shaky 0 wobbly 0 wonky 0 005 & 02291843 a 0000 + 07364700 n 0301 + 00867983 n 0203 + 14004572 n 0202 + 04775562 n 0102 | inclined to shake as from weakness or defect; "a rickety table"; "a wobbly chair with shaky legs"; "the ladder felt a little wobbly"; "the bridge still stands though one of the arches is wonky"
-02293141 00 s 01 rocky 0 001 & 02291843 a 0000 | liable to rock; "on high rocky heels"
-02293230 00 s 02 seismic 0 seismal 0 003 & 02291843 a 0000 + 07428954 n 0204 + 07428954 n 0104 | subject to or caused by an earthquake or earth vibration
-02293386 00 s 01 tipsy 0 001 & 02291843 a 0000 | unstable and prone to tip as if intoxicated; "a tipsy boat"
-02293497 00 s 01 top-heavy 0 001 & 02291843 a 0000 | unstable by being overloaded at the top
-02293592 00 s 01 tottering 0 001 & 02291843 a 0000 | (of structures or institutions) having lost stability; failing or on the point of collapse; "a tottering empire"
-02293760 00 s 01 volcanic 0 001 & 02291843 a 0000 | explosively unstable; "a volcanic temper"
-02293856 00 a 02 staccato 0 disconnected 2 004 ;c 07020895 n 0000 + 14417697 n 0204 ! 02294263 a 0101 & 02294122 a 0000 | (music) marked by or composed of disconnected parts or sounds; cut short crisply; "staccato applause"; "a staccato command"; "staccato notes"
-02294122 00 s 02 abrupt 0 disconnected 0 001 & 02293856 a 0000 | marked by sudden changes in subject and sharp transitions; "abrupt prose"
-02294263 00 a 02 legato 0 smooth 3 003 ;c 07020895 n 0000 + 04709011 n 0201 ! 02293856 a 0101 | (music) without breaks between notes; smooth and connected; "a legato passage"
-02294440 00 a 01 staged 0 001 ! 02294563 a 0101 | written for or performed on the stage; "a staged version of the novel"
-02294563 00 a 01 unstaged 0 002 ! 02294440 a 0101 & 02294662 a 0000 | not performed on the stage
-02294662 00 s 01 unperformed 0 001 & 02294563 a 0000 | not performed; "the author of numerous unperformed plays"
-02294777 00 a 01 standard 1 006 ^ 01689880 a 0000 ! 02295867 a 0101 & 02295098 a 0000 & 02295298 a 0000 & 02295511 a 0000 & 02295710 a 0000 | established or well-known or widely recognized as a model of authority or excellence; "a standard reference work"; "the classical argument between free trade and protectionism"
-02295098 00 s 04 authoritative 0 classical 0 classic 0 definitive 0 001 & 02294777 a 0000 | of recognized authority or excellence; "the definitive work on Greece"; "classical methods of navigation"
-02295298 00 s 03 basic 0 canonic 0 canonical 2 001 & 02294777 a 0000 | reduced to the simplest and most significant form possible without loss of generality; "a basic story line"; "a canonical syllable pattern"
-02295511 00 s 02 casebook 0 textbook 0 002 & 02294777 a 0000 + 06503034 n 0101 | according to or characteristic of a casebook or textbook; typical; "a casebook schizophrenic"; "a textbook example"
-02295710 00 s 02 criterial 0 criterional 0 004 & 02294777 a 0000 + 07260623 n 0202 + 07260623 n 0102 + 05924920 n 0101 | serving as a basis for evaluation
-02295867 00 a 01 nonstandard 0 001 ! 02294777 a 0101 | not standard; not accepted as a model of excellence; "a nonstandard text"
-02295998 00 a 01 standard 2 008 ^ 01593649 a 0000 = 00033615 n 0000 ! 02297166 a 0101 & 02296415 a 0000 & 02296632 a 0000 & 02296824 a 0000 & 02296950 a 0000 & 02297089 a 0000 | conforming to or constituting a standard of measurement or value; or of the usual or regularized or accepted kind; "windows of standard width"; "standard sizes"; "the standard fixtures"; "standard brands"; "standard operating procedure"
-02296415 00 s 01 modular 0 003 & 02295998 a 0000 + 03778817 n 0101 + 03778600 n 0101 | constructed with standardized units or dimensions allowing flexibility and variety in use; "modular furniture"; "modular homes"
-02296632 00 s 01 regular 0 002 & 02295998 a 0000 + 04767347 n 0101 | conforming to a standard or pattern; "following the regular procedure of the legislature"; "a regular electrical outlet"
-02296824 00 s 01 regulation 0 001 & 02295998 a 0000 | prescribed by or according to regulation; "regulation army equipment"
-02296950 00 s 02 standardized 0 standardised 0 001 & 02295998 a 0000 | brought into conformity with a standard; "standardized education"
-02297089 00 s 01 stock 0 001 & 02295998 a 0000 | routine; "a stock answer"
-02297166 00 a 01 nonstandard 2 004 = 00033615 n 0000 ! 02295998 a 0101 & 02297409 a 0000 & 02297586 a 0000 | varying from or not adhering to a standard; "nonstandard windows"; "envelopes of nonstandard sizes"; "nonstandard lengths of board"
-02297409 00 s 03 deficient 0 inferior 0 substandard 0 003 & 02297166 a 0000 + 13951444 n 0201 + 14449405 n 0102 | falling short of some prescribed norm; "substandard housing"
-02297586 00 s 01 nonnormative 0 001 & 02297166 a 0000 | not based on a norm
-02297664 00 a 02 standard 3 received 4 004 ;c 06172789 n 0000 ! 02298285 a 0101 & 02297966 a 0000 & 02298152 a 0000 | conforming to the established language usage of educated native speakers; "standard English" (American); "received standard English is sometimes called the King's English" (British)
-02297966 00 s 01 acceptable 0 004 & 02297664 a 0000 ;c 06172789 n 0000 + 04792679 n 0101 + 04792679 n 0102 | judged to be in conformity with approved usage; "acceptable English usage"
-02298152 00 s 01 classical 0 001 & 02297664 a 0000 | (language) having the form used by ancient standard authors; "classical Greek
-02298285 00 a 01 nonstandard 3 004 ;c 06172789 n 0000 ! 02297664 a 0101 & 02298642 a 0000 & 02298766 a 0000 | not conforming to the language usage of a prestige group within a community; "a nonstandard dialect is one used by uneducated speakers or socially disfavored groups"; "the common core of nonstandard words and phrases in folk speech"- A.R.Dunlap
-02298642 00 s 01 bad 0 003 & 02298285 a 0000 ;c 06172789 n 0000 ;u 07075172 n 0000 | nonstandard; "so-called bad grammar"
-02298766 00 s 02 unacceptable 0 unaccepted 0 003 & 02298285 a 0000 ;c 06172789 n 0000 + 04793925 n 0102 | not conforming to standard usage; "the following use of `access' was judged unacceptable by a panel of linguists; `You can access your cash at any of 300 automatic tellers'"
-02299048 00 a 01 starchy 0 003 + 15053867 n 0101 ! 02299366 a 0101 & 02299189 a 0000 | consisting of or containing starch; "starchy foods"
-02299189 00 s 05 starchlike 0 amylaceous 0 amyloid 0 amyloidal 0 farinaceous 0 004 & 02299048 a 0000 + 15054862 n 0401 + 14730105 n 0401 + 15054862 n 0301 | resembling starch
-02299366 00 a 01 starchless 0 001 ! 02299048 a 0101 | lacking starch
-02299437 00 a 01 starry 0 007 + 09444783 n 0101 + 09444100 n 0101 ! 02300101 a 0101 & 02299673 a 0000 & 02299748 a 0000 & 02299889 a 0000 & 02300002 a 0000 | abounding with or resembling stars; "a starry night"; "starry illumination"
-02299673 00 s 01 comet-like 0 001 & 02299437 a 0000 | resembling a comet
-02299748 00 s 01 sparkling 0 001 & 02299437 a 0000 | shining with brilliant points of light like stars; "sparkling snow"; "sparkling eyes"
-02299889 00 s 01 starlike 0 001 & 02299437 a 0000 | resembling a star; "they saw a starlike object in the sky"
-02300002 00 s 01 starlit 0 001 & 02299437 a 0000 | lighted only by stars; "the starlit darkness"
-02300101 00 a 01 starless 0 001 ! 02299437 a 0101 | not starry; having no stars or starlike objects; "dark starless nights"
-02300227 00 a 01 nourished 0 006 ! 02300914 a 0101 & 02300413 a 0000 & 02300501 a 0000 & 02300624 a 0000 & 02300714 a 0000 & 02300786 a 0000 | being provided with adequate nourishment
-02300413 00 s 01 corn-fed 0 001 & 02300227 a 0000 | fed on corn; "corn-fed livestock"
-02300501 00 s 02 full 0 replete(p) 0 001 & 02300227 a 0000 | filled to satisfaction with food or drink; "a full stomach"
-02300624 00 s 02 well-fed 0 well-nourished 0 001 & 02300227 a 0000 | properly nourished
-02300714 00 s 01 overfed 0 001 & 02300227 a 0000 | too well nourished
-02300786 00 s 01 stall-fed 0 001 & 02300227 a 0000 | (of livestock) kept and fed in a stall in order to fatten for the market
-02300914 00 a 01 malnourished 0 006 ! 02300227 a 0101 & 02301107 a 0000 & 02301180 a 0000 & 02301338 a 0000 & 02301430 a 0000 & 02301489 a 0000 | not being provided with adequate nourishment
-02301107 00 s 01 foodless 0 001 & 02300914 a 0000 | being without food
-02301180 00 s 03 ill-fed 0 underfed 0 undernourished 0 001 & 02300914 a 0000 | not getting adequate food; "gaunt underfed children"; "badly undernourished"
-02301338 00 s 02 starved 0 starving 0 001 & 02300914 a 0000 | suffering from lack of food
-02301430 00 s 01 unfed 0 001 & 02300914 a 0000 | not fed
-02301489 00 s 01 unnourished 0 001 & 02300914 a 0000 | not nourished
-02301560 00 a 01 steady 0 012 ^ 00909545 a 0000 ^ 02290998 a 0000 ^ 00087152 a 0000 + 04770068 n 0101 ! 02303077 a 0101 & 02301969 a 0000 & 02302187 a 0000 & 02302366 a 0000 & 02302537 a 0000 & 02302705 a 0000 & 02302822 a 0000 & 02302941 a 0000 | not subject to change or variation especially in behavior; "a steady beat"; "a steady job"; "a steady breeze"; "a steady increase"; "a good steady ballplayer"
-02301969 00 s 03 dependable 0 rock-steady 0 steady-going 0 003 & 02301560 a 0000 + 04670022 n 0102 + 04670022 n 0101 | consistent in performance or behavior; "dependable in one's habits"; "a steady-going family man"
-02302187 00 s 02 even 0 regular 0 003 & 02301560 a 0000 + 04767347 n 0201 + 04769456 n 0101 | occurring at fixed intervals; "a regular beat"; "the even rhythm of his breathing"
-02302366 00 s 01 firm 0 001 & 02301560 a 0000 | (of especially a person's physical features) not shaking or trembling; "his voice was firm and confident"; "a firm step"
-02302537 00 s 02 level 0 unwavering 0 001 & 02301560 a 0000 | not showing abrupt variations; "spoke in a level voice"; "she gave him a level look"- Louis Auchincloss
-02302705 00 s 01 steadied 0 001 & 02301560 a 0000 | made steady or constant; "the noise became a steadied roaring"
-02302822 00 s 01 sure 0 002 & 02301560 a 0000 + 04778267 n 0101 | certain not to fail; "a sure hand on the throttle"
-02302941 00 s 03 surefooted 0 sure-footed 0 footsure 0 001 & 02301560 a 0000 | not liable to stumble or fall; "on surefooted donkeys"
-02303077 00 a 01 unsteady 0 019 ^ 00085264 a 0000 ^ 01960656 a 0000 ^ 00911327 a 0000 ^ 02291843 a 0000 + 04773182 n 0101 ! 02301560 a 0101 & 02303575 a 0000 & 02303754 a 0000 & 02304035 a 0000 & 02304119 a 0000 & 02304208 a 0000 & 02304322 a 0000 & 02304565 a 0000 & 02304987 a 0000 & 02305176 a 0000 & 02305394 a 0000 & 02305484 a 0000 & 02305651 a 0000 & 02305786 a 0000 | subject to change or variation; "her unsteady walk"; "his hand was unsteady as he poured the wine"; "an unsteady voice"
-02303575 00 s 03 arrhythmic 0 jerking 0 jerky 0 004 & 02303077 a 0000 + 00335988 n 0301 + 04770535 n 0302 + 14110674 n 0102 | lacking a steady rhythm; "an arrhythmic heartbeat"
-02303754 00 s 03 convulsive 0 spasmodic 0 spastic 0 004 & 02303077 a 0000 + 04771738 n 0301 + 01389007 v 0101 + 01388813 v 0101 | affected by involuntary jerky muscular contractions; resembling a spasm; "convulsive motions"; "his body made a spasmodic jerk"; "spastic movements"
-02304035 00 s 01 faltering 0 001 & 02303077 a 0000 | unsteady in speech or action
-02304119 00 s 02 flickering 0 aflicker(p) 0 001 & 02303077 a 0000 | shining unsteadily
-02304208 00 s 01 fluctuating 0 001 & 02303077 a 0000 | having unpredictable ups and downs; "fluctuating prices"
-02304322 00 s 02 palpitant 0 palpitating 0 004 & 02303077 a 0000 + 01889392 v 0101 + 01889129 v 0103 + 01879928 v 0101 | having a slight and rapid trembling motion; "palpitant movements rather than violent eruptions"; "my palpitating heart"
-02304565 00 s 03 shaky 0 shivering 0 trembling 0 002 & 02303077 a 0000 + 14004572 n 0102 | vibrating slightly and irregularly; as e.g. with fear or cold or like the leaves of an aspen in a breeze; "a quaking bog"; "the quaking child asked for more"; "quivering leaves of a poplar tree"; "with shaking knees"; "seemed shaky on her feet"; "sparkling light from the shivering crystals of the chandelier"; "trembling hands"
-02304987 00 s 02 quavering 0 tremulous 0 001 & 02303077 a 0000 | (of the voice) quivering as from weakness or fear; "the old lady's quavering voice"; "spoke timidly in a tremulous voice"
-02305176 00 s 02 shifting 0 shifty 0 003 & 02303077 a 0000 + 04734698 n 0201 + 00331655 n 0201 | changing position or direction; "he drifted into the shifting crowd"; "their nervous shifting glances"; "shifty winds"
-02305394 00 s 01 shuddering 0 001 & 02303077 a 0000 | shaking convulsively or violently
-02305484 00 s 02 tottering 0 tottery 0 001 & 02303077 a 0000 | unsteady in gait as from infirmity or old age; "a tottering skeleton of a horse"; "a tottery old man"
-02305651 00 s 01 uneven 5 001 & 02303077 a 0000 | variable and recurring at irregular intervals ; "an uneven gait"; "uneven spacing"
-02305786 00 s 01 wobbling 0 001 & 02303077 a 0000 | (of sound) fluctuating unsteadily; "a low-pitched wobbling sound"
-02305906 00 a 01 stemmed 0 001 ! 02306080 a 0101 | having a stem or stems or having a stem as specified; often used in combination; "stemmed goblets"; "long-stemmed roses"
-02306080 00 a 01 stemless 0 002 ! 02305906 a 0101 & 02306192 a 0000 | not having a stem; "stemless glassware"
-02306192 00 s 01 stemmed 2 001 & 02306080 a 0000 | having the stem removed; "stemmed berries"
-02306288 00 a 01 stimulating 0 011 ^ 00921014 a 0000 ^ 01343918 a 0000 ^ 01356683 a 0000 ^ 01560513 a 0000 ^ 02309341 a 0000 ! 02307367 a 0101 & 02306598 a 0000 & 02306763 a 0000 & 02306874 a 0000 & 02307026 a 0000 & 02307199 a 0000 | rousing or quickening activity or the senses; "a stimulating discussion"
-02306598 00 s 02 challenging 0 thought-provoking 0 001 & 02306288 a 0000 | stimulating interest or thought; "a challenging hypothesis"; "a thought-provoking book"
-02306763 00 s 01 exciting 0 001 & 02306288 a 0000 | stimulating interest and discussion; "an exciting novel"
-02306874 00 s 02 piquant 0 salty 0 002 & 02306288 a 0000 + 07072838 n 0201 | engagingly stimulating or provocative; "a piquant wit"; "salty language"
-02307026 00 s 02 rousing 0 stirring 0 001 & 02306288 a 0000 | capable of arousing enthusiasm or excitement; "a rousing sermon"; "stirring events such as wars and rescues"
-02307199 00 s 01 thrilling 0 001 & 02306288 a 0000 | causing quivering or shivering as by cold or fear or electric shock; "a thrilling wind blew off the frozen lake"
-02307367 00 a 02 unstimulating 0 unexciting 4 007 ^ 00922594 a 0000 ^ 01344963 a 0000 ^ 01561564 a 0000 ! 02306288 a 0101 & 02307563 a 0000 & 02307729 a 0000 & 02308001 a 0000 | not stimulating
-02307563 00 s 02 bland 0 flat 0 002 & 02307367 a 0000 + 07069747 n 0201 | lacking stimulating characteristics; uninteresting; "a bland little drama"; "a flat joke"
-02307729 00 s 02 dry 0 juiceless 0 001 & 02307367 a 0000 | lacking interest or stimulation; dull and lifeless; "a dry book"; "a dry lecture filled with trivial details"; "dull and juiceless as only book knowledge can be when it is unrelated to...life"- John Mason Brown
-02308001 00 s 01 vapid 0 003 & 02307367 a 0000 + 05206573 n 0105 + 05206573 n 0104 | lacking significance or liveliness or spirit or zest; "a vapid conversation"; "a vapid smile"; "a bunch of vapid schoolgirls"
-02308214 00 a 01 depressant 0 007 + 04166553 n 0103 + 01814396 v 0101 ! 02309341 a 0101 & 02308472 a 0000 & 02308840 a 0000 & 02309004 a 0000 & 02309187 a 0000 | capable of depressing physiological or psychological activity or response by a chemical agent
-02308472 00 s 07 ataractic 0 ataraxic 0 sedative 0 tranquilizing 0 tranquillizing 0 tranquilising 0 tranquillising 0 006 & 02308214 a 0000 + 04166553 n 0301 + 00022316 v 0301 + 04904560 n 0201 + 04470232 n 0107 + 04904560 n 0101 | tending to soothe or tranquilize; "valium has a tranquilizing effect"; "took a hot drink with sedative properties before going to bed"
-02308840 00 s 03 narcotic 0 narcotizing 0 narcotising 0 003 & 02308214 a 0000 + 03808564 n 0101 + 05682055 n 0101 | inducing stupor or narcosis; "narcotic drugs"
-02309004 00 s 01 relaxant 0 004 & 02308214 a 0000 + 04072811 n 0101 + 00025654 v 0101 + 00026385 v 0101 | tending to relax or relieve muscular or nervous tension; "a relaxant drug"
-02309187 00 s 06 soporific 0 soporiferous 0 somniferous 0 somnific 0 hypnogogic 0 hypnagogic 0 002 & 02308214 a 0000 + 04260934 n 0101 | sleep inducing
-02309341 00 a 01 stimulative 0 010 ^ 02306288 a 0000 + 02116118 v 0101 + 00503164 v 0101 + 00022686 v 0101 ! 02308214 a 0101 & 02309668 a 0000 & 02309800 a 0000 & 02309971 a 0000 & 02310185 a 0000 & 02310371 a 0000 | capable of arousing or accelerating physiological or psychological activity or response by a chemical agent
-02309668 00 s 02 adrenocorticotropic 0 adrenocorticotrophic 0 001 & 02309341 a 0000 | stimulating or acting on the adrenal cortex
-02309800 00 s 01 analeptic 0 002 & 02309341 a 0000 + 02707547 n 0101 | stimulating the central nervous system; "an analeptic drug stimulates the central nervous system"
-02309971 00 s 03 excitant 0 excitative 0 excitatory 0 006 & 02309341 a 0000 + 00559102 v 0301 + 00503164 v 0302 + 02116118 v 0102 + 01762528 v 0106 + 00503164 v 0102 | (of drugs e.g.) able to excite or stimulate
-02310185 00 s 02 irritating 0 irritative 0 003 & 02309341 a 0000 + 00503715 v 0201 + 00063291 v 0201 | (used of physical stimuli) serving to stimulate or excite; "an irritative agent"
-02310371 00 s 02 stimulant 0 stimulating 0 004 & 02309341 a 0000 + 02116118 v 0101 + 00794079 v 0102 + 00503164 v 0101 | that stimulates; "stimulant phenomena"
-02310533 00 a 01 stomatous 0 004 ;c 06037666 n 0000 + 05246215 n 0101 ! 02310771 a 0101 & 02310679 a 0000 | having a mouth or mouthlike opening
-02310679 00 s 01 mouthlike 0 001 & 02310533 a 0000 | of an opening that resembles a mouth
-02310771 00 a 02 astomatous 0 mouthless 0 002 ;c 06037666 n 0000 ! 02310533 a 0101 | having no mouth or mouthlike opening
-02310895 00 a 01 straight 1 008 ^ 00760916 a 0000 ^ 01233347 a 0000 = 05064037 n 0000 + 05074057 n 0101 ! 02311544 a 0101 & 02311190 a 0000 & 02311293 a 0000 & 02311442 a 0000 | having no deviations; "straight lines"; "straight roads across the desert"; "straight teeth"; "straight shoulders"
-02311190 00 s 01 aligned 0 001 & 02310895 a 0000 | in a straight line; "pearly teeth evenly aligned"
-02311293 00 s 01 unbent 0 001 & 02310895 a 0000 | not bent; "looking for an unbent nail"; "trees with straight unbent trunks make the best lumber"
-02311442 00 s 01 untwisted 0 001 & 02310895 a 0000 | not twisted; formerly twisted but now straight
-02311544 00 a 01 crooked 1 021 ^ 02317327 a 0000 ^ 00762355 a 0000 = 05064037 n 0000 + 05074218 n 0101 ! 02310895 a 0101 & 02312060 a 0000 & 02312250 a 0000 & 02312354 a 0000 & 02312450 a 0000 & 02312719 a 0000 & 02312918 a 0000 & 02313138 a 0000 & 02313235 a 0000 & 02313454 a 0000 & 02313563 a 0000 & 02313676 a 0000 & 02313784 a 0000 & 02314070 a 0000 & 02314236 a 0000 & 02314371 a 0000 & 02314451 a 0000 | having or marked by bends or angles; not straight or aligned; "crooked country roads"; "crooked teeth"
-02312060 00 s 01 akimbo(ip) 0 001 & 02311544 a 0000 | (used of arms and legs) bent outward with the joint away from the body; "a tailor sitting with legs akimbo"; "stood with arms akimbo"
-02312250 00 s 01 anfractuous 0 001 & 02311544 a 0000 | full of twists and turns; "anfractuous cliffs"
-02312354 00 s 02 aquiline 0 hooked 0 001 & 02311544 a 0000 | curved down like an eagle's beak
-02312450 00 s 06 askew 0 awry(p) 0 cockeyed 0 lopsided 0 wonky 0 skew-whiff 0 002 & 02311544 a 0000 + 05066195 n 0401 | turned or twisted toward one side; "a...youth with a gorgeous red necktie all awry"- G.K.Chesterton; "his wig was, as the British say, skew-whiff"
-02312719 00 s 03 contorted 2 writhed 0 writhen 0 001 & 02311544 a 0000 | twisted (especially as in pain or struggle); "his mad contorted smile"; "writhed lips"; "my writhen features"- Walter scott
-02312918 00 s 02 deflective 0 refractive 0 006 & 02311544 a 0000 + 05011568 n 0202 + 02111838 v 0201 + 00920929 v 0201 + 05011568 n 0201 + 02033805 v 0101 | capable of changing the direction (of a light or sound wave)
-02313138 00 s 01 geniculate 0 002 & 02311544 a 0000 ;c 06037666 n 0000 | bent at a sharp angle
-02313235 00 s 05 gnarled 0 gnarly 0 knotted 0 knotty 0 knobbed 0 002 & 02311544 a 0000 + 13885836 n 0202 | used of old persons or old trees; covered with knobs or knots; "gnarled and knotted hands"; "a knobbed stick"
-02313454 00 s 01 malposed 0 001 & 02311544 a 0000 | characterized by malposition; "crooked malposed teeth"
-02313563 00 s 01 reflexed 0 001 & 02311544 a 0000 | (of leaves) bent downward and outward more than 90 degrees
-02313676 00 s 01 squiggly 0 003 & 02311544 a 0000 + 06404416 n 0101 + 06801033 n 0101 | wavy and twisting
-02313784 00 s 05 tortuous 0 twisting 0 twisty 0 winding 0 voluminous 0 003 & 02311544 a 0000 + 13885370 n 0102 + 13885370 n 0101 | marked by repeated turns and bends; "a tortuous road up the mountain"; "winding roads are full of surprises"; "had to steer the car down a twisty track"
-02314070 00 s 01 warped 0 001 & 02311544 a 0000 | used especially of timbers or boards; bent out of shape usually by moisture; "the floors were warped and cracked"
-02314236 00 s 01 windblown 0 001 & 02311544 a 0000 | used especially of trees; growing in a shape determined by the prevailing winds
-02314371 00 s 01 wry 0 001 & 02311544 a 0000 | bent to one side; "a wry neck"
-02314451 00 s 02 zigzag 0 zig-zag 0 003 & 02311544 a 0000 + 13887319 n 0201 + 13887319 n 0101 | having short sharp turns or angles
-02314584 00 a 01 straight 5 005 + 04331126 n 0102 + 05074057 n 0101 ! 02315002 a 0101 & 02314756 a 0000 & 02314919 a 0000 | free from curves or angles; "a straight line"
-02314756 00 s 02 trabeated 0 trabeate 0 002 & 02314584 a 0000 ;c 06123363 n 0000 | not arcuate; having straight horizontal beams or lintels (rather than arches)
-02314919 00 s 02 uncurved 0 uncurving 0 001 & 02314584 a 0000 | having no curves
-02315002 00 a 02 curved 0 curving 0 015 ! 02314584 a 0101 & 02315461 a 0000 & 02315648 a 0000 & 02315808 a 0000 & 02315914 a 0000 & 02316071 a 0000 & 02316253 a 0000 & 02316366 a 0000 & 02316524 a 0000 & 02316626 a 0000 & 02316718 a 0000 & 02316820 a 0000 & 02316992 a 0000 & 02317145 a 0000 & 02317258 a 0000 | having or marked by a curve or smoothly rounded bend; "the curved tusks of a walrus"; "his curved lips suggested a smile but his eyes were hard"
-02315461 00 s 06 arced 0 arched 0 arching 0 arciform 0 arcuate 0 bowed 0 003 & 02315002 a 0000 ;c 06123363 n 0000 + 13874384 n 0501 | forming or resembling an arch; "an arched ceiling"
-02315648 00 s 02 curvilineal 0 curvilinear 0 001 & 02315002 a 0000 | characterized by or following a curved line; "curvilinear tracery"; "curvilinear motion"
-02315808 00 s 01 eellike 0 001 & 02315002 a 0000 | resembling an eel in being long and thin and sinuous
-02315914 00 s 03 falcate 0 falciform 0 sickle-shaped 0 001 & 02315002 a 0000 | curved like a sickle; "a falcate leaf"; "falcate claws"; "the falcate moon"
-02316071 00 s 02 curvy 0 curvey 0 005 & 02315002 a 0000 + 05072663 n 0202 + 02829696 n 0202 + 05072663 n 0102 + 02829696 n 0102 | having curves; "a settee with only one curvy end"
-02316253 00 s 01 flexuous 0 001 & 02315002 a 0000 | having turns or windings; "the flexuous bed of the stream"
-02316366 00 s 02 hooklike 0 hooked 0 001 & 02315002 a 0000 | having or resembling a hook (especially in the ability to grasp and hold); "hooklike thorns";
-02316524 00 s 02 incurvate 0 incurved 0 001 & 02315002 a 0000 | bent into or having an inward curve
-02316626 00 s 02 recurved 0 recurvate 0 001 & 02315002 a 0000 | curved backward or inward
-02316718 00 s 01 semicircular 0 002 & 02315002 a 0000 + 13874251 n 0101 | curved into a half circle
-02316820 00 s 03 serpentine 0 snaky 0 snakelike 0 002 & 02315002 a 0000 + 01726692 n 0201 | resembling a serpent in form; "a serpentine wall"; "snaky ridges in the sand"
-02316992 00 s 03 sinuate 0 sinuous 0 wiggly 0 003 & 02315002 a 0000 + 13885207 n 0202 + 13885207 n 0201 | curved or curving in and out; "wiggly lines"
-02317145 00 s 01 sinusoidal 0 002 & 02315002 a 0000 + 13909190 n 0102 | having a succession of waves or curves
-02317258 00 s 01 upcurved 0 001 & 02315002 a 0000 | curving upward
-02317327 00 a 01 coiled 0 006 ! 02318272 a 0101 & 02317598 a 0000 & 02317800 a 0000 & 02317942 a 0000 & 02318057 a 0000 & 02318207 a 0000 | curled or wound (especially in concentric rings or spirals); "a coiled snake ready to strike"; "the rope lay coiled on the deck"
-02317598 00 s 08 coiling 0 helical 0 spiral 0 spiraling 0 volute 0 voluted 0 whorled 1 turbinate 0 004 & 02317327 a 0000 + 04279666 n 0502 + 03065424 n 0503 + 03065424 n 0205 | in the shape of a coil
-02317800 00 s 02 convolute 0 convoluted 0 002 & 02317327 a 0000 ;c 06066555 n 0000 | rolled longitudinally upon itself; "a convolute petal"
-02317942 00 s 01 involute 0 001 & 02317327 a 0000 | (of some shells) closely coiled so that the axis is obscured
-02318057 00 s 02 involute 2 rolled 0 002 & 02317327 a 0000 ;c 06066555 n 0000 | especially of petals or leaves in bud; having margins rolled inward
-02318207 00 s 01 wound 0 001 & 02317327 a 0000 | put in a coil
-02318272 00 a 02 uncoiled 0 straight 2 002 ! 02317327 a 0101 & 02318372 a 0000 | no longer coiled
-02318372 00 s 01 uncurled 0 001 & 02318272 a 0000 | not curled; "lay uncurled on the bed"
-02318464 00 a 02 straight 4 square 4 008 ^ 01222360 a 0000 ^ 01395617 a 0000 = 04871374 n 0000 + 04872016 n 0102 ! 02319129 a 0101 & 02318728 a 0000 & 02318950 a 0000 & 02319034 a 0000 | characterized by honesty and fairness; "straight dealing"; "a square deal"
-02318728 00 s 02 aboveboard 0 straightforward 0 002 & 02318464 a 0000 + 04918498 n 0202 | without concealment or deception; honest; "their business was open and aboveboard"; "straightforward in all his business affairs"
-02318950 00 s 02 guileless 0 transparent 0 001 & 02318464 a 0000 | free of deceit
-02319034 00 s 01 straightarrow(a) 0 001 & 02318464 a 0000 | conventionally moral and upright
-02319129 00 a 02 crooked 2 corrupt 4 007 ^ 01222884 a 0000 ^ 01396047 a 0000 = 04871374 n 0000 + 04853948 n 0201 + 04875556 n 0101 ! 02318464 a 0101 & 02319346 a 0000 | not straight; dishonest or immoral or evasive
-02319346 00 s 03 sneaky 0 underhand 0 underhanded 0 003 & 02319129 a 0000 + 10616048 n 0101 + 04657631 n 0102 | marked by deception; "achieved success in business only by underhand methods"
-02319538 00 a 02 stressed 0 accented 0 003 ! 02320117 a 0101 & 02319765 a 0000 & 02319922 a 0000 | bearing a stress or accent; "an iambic foot consists of an unstressed syllable followed by a stressed syllable as in `delay'"
-02319765 00 s 03 emphatic 0 emphasized 0 emphasised 0 003 & 02319538 a 0000 + 07085375 n 0102 + 05037394 n 0102 | spoken with emphasis; "an emphatic word"
-02319922 00 s 01 masculine 0 002 & 02319538 a 0000 ;c 07020895 n 0000 | (music or poetry) ending on an accented beat or syllable; "a masculine cadence"; "the masculine rhyme of `annoy, enjoy'"
-02320117 00 a 01 unstressed 0 004 ! 02319538 a 0101 & 02320289 a 0000 & 02320442 a 0000 & 02320680 a 0000 | not bearing a stress or accent; "short vowels are unstressed"
-02320289 00 s 01 feminine 0 002 & 02320117 a 0000 ;c 07020895 n 0000 | (music or poetry) ending on an unaccented beat or syllable; "a feminine ending"
-02320442 00 s 03 unaccented 0 light 0 weak 0 001 & 02320117 a 0000 | (used of vowels or syllables) pronounced with little or no stress; "a syllable that ends in a short vowel is a light syllable"; "a weak stress on the second syllable"
-02320680 00 s 01 unemphatic 0 001 & 02320117 a 0000 | not emphasized
-02320751 00 a 02 tonic 0 accented 4 001 ! 02320886 a 0101 | used of syllables; "a tonic syllables carries the main stress in a word"
-02320886 00 a 02 atonic 0 unaccented 4 001 ! 02320751 a 0101 | used of syllables; "an atonic syllable carries no stress"
-02321009 00 a 01 strong 0 023 ^ 01825671 a 0000 ^ 02037708 a 0000 ^ 00707366 a 0000 ^ 02447344 a 0000 = 05029706 n 0000 ! 02324397 a 0101 & 02321575 a 0000 & 02321702 a 0000 & 02321809 a 0000 & 02322157 a 0000 & 02322248 a 0000 & 02322391 a 0000 & 02322512 a 0000 & 02322704 a 0000 & 02322885 a 0000 & 02323072 a 0000 & 02323204 a 0000 & 02323358 a 0000 & 02323521 a 0000 & 02323726 a 0000 & 02323823 a 0000 & 02324005 a 0000 & 02324165 a 0000 | having strength or power greater than average or expected; "a strong radio signal"; "strong medicine"; "a strong man"
-02321575 00 s 01 beardown(a) 0 001 & 02321009 a 0000 | with full strength; "his beardown performance in the exhibition game"
-02321702 00 s 01 beefed-up 0 001 & 02321009 a 0000 | made greater or stronger; "beefed-up sales efforts"
-02321809 00 s 05 brawny 0 hefty 0 muscular 0 powerful 1 sinewy 0 008 & 02321009 a 0000 + 05030418 n 0505 + 05030418 n 0303 + 05030418 n 0304 + 05027837 n 0201 + 05027837 n 0202 + 05030418 n 0101 + 05030418 n 0102 | (of a person) possessing physical strength and weight; rugged and powerful; "a hefty athlete"; "a muscular boxer"; "powerful arms"
-02322157 00 s 01 bullnecked 0 001 & 02321009 a 0000 | having a thick short powerful neck
-02322248 00 s 01 bullocky 0 002 & 02321009 a 0000 + 02403820 n 0101 | resembling a bullock in strength and power; "thick bullocky shoulders"
-02322391 00 s 01 fortified 0 001 & 02321009 a 0000 | having something added to increase the strength; "fortified wine"
-02322512 00 s 03 hard 0 knockout 0 severe 0 002 & 02321009 a 0000 + 05036715 n 0303 | very strong or vigorous; "strong winds"; "a hard left to the chin"; "a knockout punch"; "a severe blow"
-02322704 00 s 02 industrial-strength 0 weapons-grade 0 001 & 02321009 a 0000 | extremely strong or concentrated or durable; "industrial-strength detergent"; "weapons-grade salsa"
-02322885 00 s 01 ironlike 0 001 & 02321009 a 0000 | exhibiting strength or hardness like that of iron; "ironlike determination"; "ironlike nerves"; "ironlike discipline of the Marines"
-02323072 00 s 02 knock-down(a) 0 powerful 2 001 & 02321009 a 0000 | strong enough to knock down or overwhelm; "a knock-down blow"
-02323204 00 s 01 noticeable 0 004 & 02321009 a 0000 + 04706290 n 0102 + 04706290 n 0103 + 02118476 v 0101 | readily noticed; "a noticeable resemblance"
-02323358 00 s 02 reinforced 0 strengthened 0 001 & 02321009 a 0000 | given added strength or support; "reinforced concrete contains steel bars or metal netting"
-02323521 00 s 01 robust 0 002 & 02321009 a 0000 + 04920000 n 0101 | strong enough to withstand or overcome intellectual challenges or adversity; "the experiment yielded robust results"; "a robust faith"
-02323726 00 s 01 stiff 0 001 & 02321009 a 0000 | powerful; "a stiff current"; "a stiff breeze"
-02323823 00 s 01 vehement 0 002 & 02321009 a 0000 + 05037813 n 0105 | characterized by great force or energy; "vehement deluges of rain"; "vehement clapping"; "a vehement defense"
-02324005 00 s 01 virile 0 001 & 02321009 a 0000 | characterized by energy and vigor; "a virile and ever stronger free society"; "a new and virile leadership"
-02324165 00 s 02 well-knit 0 well-set 0 001 & 02321009 a 0000 | strongly and firmly constructed; "a well-knit argument"; "a well-knit theatrical production"; "well-knit athletes"; "a sailor short but well-set"- Alexander Hamilton
-02324397 00 a 01 weak 0 017 ^ 00705891 a 0000 ^ 02448166 a 0000 ^ 01827535 a 0000 = 05029706 n 0000 + 05040275 n 0101 ! 02321009 a 0101 & 02324781 a 0000 & 02324944 a 0000 & 02325097 a 0000 & 02325304 a 0000 & 02325484 a 0000 & 02325642 a 0000 & 02325816 a 0000 & 02325984 a 0000 & 02326342 a 0000 & 02326482 a 0000 & 02326621 a 0000 | wanting in physical strength; "a weak pillar"
-02324781 00 s 02 anemic 0 anaemic 0 003 & 02324397 a 0000 + 14372738 n 0202 + 14372738 n 0101 | lacking vigor or energy; "an anemic attempt to hit the baseball"
-02324944 00 s 04 adynamic 0 asthenic 0 debilitated 0 enervated 0 003 & 02324397 a 0000 + 14547976 n 0201 + 14547976 n 0202 | lacking strength or vigor
-02325097 00 s 02 faint 0 feeble 0 003 & 02324397 a 0000 + 05040939 n 0201 + 05041165 n 0101 | lacking strength or vigor; "damning with faint praise"; "faint resistance"; "feeble efforts"; "a feeble voice"
-02325304 00 s 02 feeble 2 lame 0 003 & 02324397 a 0000 + 14472900 n 0201 + 05040939 n 0101 | pathetically lacking in force or effectiveness; "a feeble excuse"; "a lame argument"
-02325484 00 s 01 flimsy 1 003 & 02324397 a 0000 + 14969254 n 0102 + 05041320 n 0101 | lacking solidity or strength; "a flimsy table"; "flimsy construction"
-02325642 00 s 02 jerry-built 0 shoddy 0 003 & 02324397 a 0000 + 05140593 n 0201 + 05041320 n 0202 | of inferior workmanship and materials; "mean little jerry-built houses"
-02325816 00 s 04 namby-pamby 0 gutless 0 spineless 0 wishy-washy 0 003 & 02324397 a 0000 + 04889966 n 0301 + 10344319 n 0101 | weak in willpower, courage or vitality
-02325984 00 s 04 pale 0 pallid 0 wan 0 sick 0 002 & 02324397 a 0000 + 04975612 n 0101 | (of light) lacking in intensity or brightness; dim or feeble; "the pale light of a half moon"; "a pale sun"; "the late afternoon light coming through the el tracks fell in pale oblongs on the street"; "a pallid sky"; "the pale (or wan) stars"; "the wan light of dawn"
-02326342 00 s 01 puny 0 002 & 02324397 a 0000 + 05173205 n 0104 | inferior in strength or significance; "a puny physique"; "puny excuses"
-02326482 00 s 01 vulnerable 0 002 & 02324397 a 0000 + 14543931 n 0101 | capable of being wounded or hurt; "vulnerable parts of the body"
-02326621 00 s 01 weakened 0 001 & 02324397 a 0000 | made weak or weaker
-02326695 00 a 03 stubborn 0 obstinate 0 unregenerate 1 014 ^ 01613463 a 0000 ^ 02451951 a 0000 ^ 01025913 a 0000 + 04863074 n 0101 ! 02328659 a 0101 & 02327078 a 0000 & 02327315 a 0000 & 02327428 a 0000 & 02327569 a 0000 & 02328012 a 0000 & 02328108 a 0000 & 02328297 a 0000 & 02328445 a 0000 & 02328559 a 0000 | tenaciously unwilling or marked by tenacious unwillingness to yield
-02327078 00 s 02 bloody-minded 0 cantankerous 0 002 & 02326695 a 0000 ;r 08860123 n 0000 | stubbornly obstructive and unwilling to cooperate; "unions...have never been as bloody-minded about demarcation as the shipbuilders"- Spectator
-02327315 00 s 02 bolshy 0 stroppy 0 003 & 02326695 a 0000 ;r 08860123 n 0000 ;u 07157273 n 0000 | obstreperous
-02327428 00 s 03 bullheaded 0 bullet-headed 0 pigheaded 0 003 & 02326695 a 0000 + 04863074 n 0305 + 04863074 n 0102 | obstinate and stupid
-02327569 00 s 06 dogged 0 dour 0 persistent 0 pertinacious 0 tenacious 0 unyielding 0 007 & 02326695 a 0000 + 04863793 n 0603 + 04864515 n 0506 + 04864515 n 0505 + 04864515 n 0407 + 04864515 n 0303 + 04864515 n 0101 | stubbornly unyielding; "dogged persistence"; "dour determination"; "the most vocal and pertinacious of all the critics"; "a mind not gifted to discover truth but tenacious to hold it"- T.S.Eliot; "men tenacious of opinion"
-02328012 00 s 02 contrarious 0 cross-grained 0 001 & 02326695 a 0000 | difficult to deal with
-02328108 00 s 01 determined 0 001 & 02326695 a 0000 | devoting full strength and concentrated attention to; "made continued and determined efforts to find and destroy enemy headquarters"
-02328297 00 s 02 hardheaded 0 mulish 0 002 & 02326695 a 0000 + 04908835 n 0204 | unreasonably rigid in the face of argument or entreaty or attack
-02328445 00 s 01 stiff-necked 0 001 & 02326695 a 0000 | haughtily stubborn; "a stiff-necked old Boston brahmin"
-02328559 00 s 02 strong-minded 0 strong-willed 0 001 & 02326695 a 0000 | having a determined will
-02328659 00 a 01 docile 0 007 ^ 01612053 a 0000 ^ 02451113 a 0000 + 04905697 n 0101 ! 02326695 a 0101 & 02328916 a 0000 & 02329075 a 0000 & 02329220 a 0000 | willing to be taught or led or supervised or directed; "the docile masses of an enslaved nation"
-02328916 00 s 02 meek 0 tame 0 003 & 02328659 a 0000 + 04905842 n 0201 + 07509325 n 0101 | very docile; "tame obedience"; "meek as a mouse"- Langston Hughes
-02329075 00 s 02 sheeplike 0 sheepish 0 001 & 02328659 a 0000 | like or suggestive of a sheep in docility or stupidity or meekness or timidity
-02329220 00 s 01 yielding 0 001 & 02328659 a 0000 | inclined to yield to argument or influence or control; "a timid yielding person"
-02329355 00 a 01 subordinate 2 007 ^ 00788821 a 0000 ^ 00792991 a 0000 ! 02330336 a 0101 & 02329606 a 0000 & 02329765 a 0000 & 02329864 a 0000 & 02330064 a 0000 | subject or submissive to authority or the control of another; "a subordinate kingdom"
-02329606 00 s 01 feudatory 0 001 & 02329355 a 0000 | owing feudal allegiance to or being subject to a sovereign; "it remained feudatory to India until 1365"
-02329765 00 s 01 ruled 0 001 & 02329355 a 0000 | subject to a ruling authority; "the ruled mass"
-02329864 00 s 02 subject 0 dependent 0 003 & 02329355 a 0000 + 08499840 n 0202 + 09625401 n 0102 | being under the power or sovereignty of another or others; "subject peoples"; "a dependent prince"
-02330064 00 s 01 subservient 0 002 & 02329355 a 0000 + 13952466 n 0102 | compliant and obedient to authority; "editors and journalists who express opinions in print that are opposed to the interests of the rich are dismissed and replaced by subservient ones"-G. B. Shaw
-02330336 00 a 01 insubordinate 0 006 ^ 00695523 a 0000 ! 02329355 a 0101 & 02330574 a 0000 & 02330762 a 0000 & 02330935 a 0000 & 02331088 a 0000 | not submissive to authority; "a history of insubordinate behavior"; "insubordinate boys"
-02330574 00 s 01 contumacious 0 003 & 02330336 a 0000 + 01179564 n 0101 + 01180858 n 0101 | wilfully obstinate; stubbornly disobedient; "a contumaceous witness is subject to punishment"
-02330762 00 s 02 disobedient 0 unruly 0 004 & 02330336 a 0000 + 04908396 n 0201 + 04909414 n 0101 + 02543181 v 0101 | unwilling to submit to authority; "unruly teenagers"
-02330935 00 s 01 mutinous 0 002 & 02330336 a 0000 + 00963896 n 0101 | disposed to or in a state of mutiny; "the men became mutinous and insubordinate"
-02331088 00 s 01 rebellious 0 003 & 02330336 a 0000 + 01177327 n 0101 + 01179393 n 0102 | resisting control or authority; "temperamentally rebellious"; "a rebellious crew"
-02331262 00 a 01 successful 0 017 ^ 01047874 a 0000 ^ 01865197 a 0000 ^ 00695024 a 0000 = 14474894 n 0000 + 14474052 n 0102 ! 02333453 a 0101 & 02331721 a 0000 & 02331857 a 0000 & 02332204 a 0000 & 02332286 a 0000 & 02332421 a 0000 & 02332604 a 0000 & 02332704 a 0000 & 02332845 a 0000 & 02332956 a 0000 & 02333147 a 0000 & 02333314 a 0000 | having succeeded or being marked by a favorable outcome; "a successful architect"; "a successful business venture"
-02331721 00 s 01 boffo 0 001 & 02331262 a 0000 | resoundingly successful and popular; "for years he was a boffo box office certainty"
-02331857 00 s 07 booming 0 flourishing 0 palmy 0 prospering 0 prosperous 0 roaring 0 thriving 0 002 & 02331262 a 0000 + 14489699 n 0501 | very lively and profitable; "flourishing businesses"; "a palmy time for stockbrokers"; "a prosperous new business"; "doing a roaring trade"; "a thriving tourist center"; "did a thriving business in orchids"
-02332204 00 s 01 in(p) 0 001 & 02331262 a 0000 | holding office; "the in party"
-02332286 00 s 01 made 0 001 & 02331262 a 0000 | successful or assured of success; "now I am a made man forever"- Christopher Marlowe
-02332421 00 s 01 no-hit 0 002 & 02331262 a 0000 ;c 00471613 n 0000 | of a game (or the pitching) in which a pitcher allows the opponent no hits; "a no-hit pitcher"; "a no-hit game"
-02332604 00 s 01 productive 0 002 & 02331262 a 0000 + 05147940 n 0101 | yielding positive results
-02332704 00 s 01 self-made 0 001 & 02331262 a 0000 | having achieved success or recognition by your own efforts; "a self-made millionaire"
-02332845 00 s 01 sure-fire 0 001 & 02331262 a 0000 | certain to be successful; "a sure-fire way to get rich"
-02332956 00 s 01 triple-crown 0 002 & 02331262 a 0000 ;c 00471613 n 0000 | unofficial championship title for player who heads the league in batting average and home runs and runs batted in
-02333147 00 s 01 triple-crown 1 002 & 02331262 a 0000 ;c 00450070 n 0000 | of a horse that has won the Kentucky Derby and the Belmont Stakes and the Preakness races
-02333314 00 s 02 victorious 0 winning 1 002 & 02331262 a 0000 + 07473441 n 0101 | having won; "the victorious entry"; "the winning team"
-02333453 00 a 01 unsuccessful 0 018 ^ 00694608 a 0000 ^ 01049462 a 0000 ^ 01871949 a 0000 = 14474894 n 0000 ! 02331262 a 0101 & 02333880 a 0000 & 02333976 a 0000 & 02334321 a 0000 & 02334436 a 0000 & 02334561 a 0000 & 02334717 a 0000 & 02334854 a 0000 & 02334973 a 0000 & 02335119 a 0000 & 02335241 a 0000 & 02335393 a 0000 & 02335602 a 0000 & 02335708 a 0000 | not successful; having failed or having an unfavorable outcome
-02333880 00 s 01 attempted 0 001 & 02333453 a 0000 | tried unsuccessfully; "attempted murder"
-02333976 00 s 06 defeated 0 disappointed 0 discomfited 0 foiled 0 frustrated 0 thwarted 0 002 & 02333453 a 0000 + 07946135 n 0302 | disappointingly unsuccessful; "disappointed expectations and thwarted ambitions"; "their foiled attempt to capture Calais"; "many frustrated poets end as pipe-smoking teachers"; "his best efforts were thwarted"
-02334321 00 s 05 done_for(p) 0 ruined 0 sunk 0 undone 0 washed-up 0 001 & 02333453 a 0000 | doomed to extinction
-02334436 00 s 01 down-and-out 0 002 & 02333453 a 0000 + 10028402 n 0101 | lacking resources (or any prospect of resources)
-02334561 00 s 02 empty-handed 0 unrewarded 0 001 & 02333453 a 0000 | having acquired or gained nothing; "the returned from the negotiations empty-handed"
-02334717 00 s 01 hitless 0 002 & 02333453 a 0000 ;c 00471613 n 0000 | (of a batter) without a hit; "he went hitless for three innings"
-02334854 00 s 01 no-win 0 001 & 02333453 a 0000 | certain to end in failure and disappointment; "a no-win situation"
-02334973 00 s 01 out(a) 0 001 & 02333453 a 0000 | out of power; especially having been unsuccessful in an election; "now the Democrats are out"
-02335119 00 s 03 scoreless 0 goalless 0 hitless 2 001 & 02333453 a 0000 | having no points scores; "a scoreless inning"
-02335241 00 s 01 self-defeating 0 001 & 02333453 a 0000 | acting to defeat its own purpose; "it is self-defeating...to ignore the progress of events"
-02335393 00 s 03 unfulfilled 0 unrealized 0 unrealised 0 001 & 02333453 a 0000 | of persons; marked by failure to realize full potentialities; "unfulfilled and uneasy men"; "unrealized dreams and ambitions"
-02335602 00 s 01 unplaced 0 001 & 02333453 a 0000 | not one of the first three in a race or competition
-02335708 00 s 01 winless 0 001 & 02333453 a 0000 | having no wins; "the team had a very disappointing winless season"
-02335828 00 a 01 sufficient 0 008 ^ 00105746 a 0000 = 05108740 n 0000 + 13580415 n 0102 + 05112609 n 0101 + 02669789 v 0101 ! 02336449 a 0101 & 02336109 a 0000 & 02336338 a 0000 | of a quantity that can fulfill a need or requirement but without being abundant; "sufficient food"
-02336109 00 s 03 adequate 0 decent 0 enough 0 003 & 02335828 a 0000 + 13580415 n 0301 + 04792357 n 0102 | sufficient for the purpose; "an adequate income"; "the food was adequate"; "a decent wage"; "enough food"; "food enough"
-02336338 00 s 01 comfortable 0 001 & 02335828 a 0000 | sufficient to provide comfort; "a comfortable salary"
-02336449 00 a 02 insufficient 0 deficient 4 010 ^ 00106456 a 0000 = 05108740 n 0000 + 05113133 n 0203 + 05113133 n 0101 ! 02335828 a 0101 & 02336759 a 0000 & 02336904 a 0000 & 02337188 a 0000 & 02337329 a 0000 & 02337558 a 0000 | of a quantity not able to fulfill a need or requirement; "insufficient funds"
-02336759 00 s 02 depleted 0 low 0 002 & 02336449 a 0000 + 05097845 n 0201 | no longer sufficient; "supplies are low"; "our funds are depleted"
-02336904 00 s 03 inadequate 0 poor 0 short 0 004 & 02336449 a 0000 + 14450339 n 0301 + 05113462 n 0204 + 04793555 n 0102 | not sufficient to meet a need; "an inadequate income"; "a poor salary"; "money is short"; "on short rations"; "food is in short supply"; "short on experience"
-02337188 00 s 02 lean 1 skimpy 0 002 & 02336449 a 0000 + 05113462 n 0103 | containing little excess; "a lean budget"; "a skimpy allowance"
-02337329 00 s 03 light 0 scant(p) 0 short 2 002 & 02336449 a 0000 + 05113462 n 0206 | less than the correct or legal or full amount often deliberately so; "a light pound"; "a scant cup of sugar"; "regularly gives short weight"
-02337558 00 s 01 shy(p) 0 002 & 02336449 a 0000 ;u 07075172 n 0000 | short; "eleven is one shy of a dozen"
-02337667 00 a 01 sugary 0 009 ^ 02367604 a 0000 ^ 02368336 a 0000 + 05716577 n 0103 + 04994727 n 0101 ! 02338327 a 0101 & 02337912 a 0000 & 02338037 a 0000 & 02338125 a 0000 & 02338197 a 0000 | containing sugar; "he eats too much sugary food"
-02337912 00 s 02 candied 0 sugar-coated 0 001 & 02337667 a 0000 | encrusted with sugar or syrup; "candied grapefruit peel"
-02338037 00 s 03 honeyed 0 honied 0 syrupy 0 001 & 02337667 a 0000 | with honey added
-02338125 00 s 01 honeylike 0 001 & 02337667 a 0000 | resembling honey
-02338197 00 s 04 sugared 0 sweetened 0 sweet 0 sweet-flavored 0 002 & 02337667 a 0000 + 04994413 n 0301 | with sweetening added
-02338327 00 a 02 sugarless 0 nonsweet 0 004 ^ 02367785 a 0000 ! 02337667 a 0101 & 02338468 a 0000 & 02338543 a 0000 | not containing sugar
-02338468 00 s 01 unsugared 0 001 & 02338327 a 0000 | with no sugar added
-02338543 00 s 01 unsweetened 0 001 & 02338327 a 0000 | not made sweet
-02338615 00 a 01 superior 1 011 ^ 00791227 a 0000 ^ 01210854 a 0000 + 05158619 n 0101 ! 02340213 a 0101 & 02338917 a 0000 & 02339120 a 0000 & 02339341 a 0000 & 02339577 a 0000 & 02339791 a 0000 & 02340003 a 0000 & 02340096 a 0000 | of or characteristic of high rank or importance; "a superior ruler"
-02338917 00 s 04 arch 0 condescending 0 patronizing 0 patronising 0 002 & 02338615 a 0000 + 04655168 n 0202 | (used of behavior or attitude) characteristic of those who treat others with condescension
-02339120 00 s 02 eminent 0 high 0 003 & 02338615 a 0000 + 05097361 n 0201 + 14435445 n 0101 | standing above others in quality or position; "people in high places"; "the high priest"; "eminent members of the community"
-02339341 00 s 02 leading(a) 0 preeminent 0 002 & 02338615 a 0000 + 14435445 n 0203 | greatest in importance or degree or significance or achievement; "our greatest statesmen"; "the country's leading poet"; "a preeminent archeologist"
-02339577 00 s 03 high-level 0 high-ranking 0 upper-level 0 001 & 02338615 a 0000 | at an elevated level in rank or importance; "a high-level official"; "a high-level corporate briefing"; "upper-level management"
-02339791 00 s 02 majestic 0 olympian 0 001 & 02338615 a 0000 | majestic in manner or bearing; superior to mundane matters; "his majestic presence"; "olympian detachment"; "olympian beauty and serene composure"
-02340003 00 s 01 superordinate 0 001 & 02338615 a 0000 | of higher rank or status or value
-02340096 00 s 01 upper 0 001 & 02338615 a 0000 | superior in rank or accomplishment; "the upper half of the class"
-02340213 00 a 01 inferior 1 009 ^ 01206474 a 0000 ^ 01212469 a 0000 ^ 00792991 a 0000 ! 02338615 a 0101 & 02340458 a 0000 & 02340710 a 0000 & 02340878 a 0000 & 02341014 a 0000 & 02341132 a 0000 | of or characteristic of low rank or importance
-02340458 00 s 05 humble 0 low 0 lowly 0 modest 0 small 0 003 & 02340213 a 0000 + 13951215 n 0202 + 14436438 n 0101 | low or inferior in station or quality; "a humble cottage"; "a lowly parish priest"; "a modest man of the people"; "small beginnings"
-02340710 00 s 01 indifferent 0 001 & 02340213 a 0000 | fairly poor to not very good; "has an indifferent singing voice"; "has indifferent qualifications for the job"
-02340878 00 s 01 low-level 0 001 & 02340213 a 0000 | at a low level in rank or importance; "a low-level job"; "low-level discussions"
-02341014 00 s 01 middle-level 0 001 & 02340213 a 0000 | intermediate in rank or position; "middle-level management"
-02341132 00 s 01 outclassed 0 001 & 02340213 a 0000 | decisively surpassed by something else so as to appear to be of a lower class
-02341266 00 a 01 superior 2 025 ^ 00227507 a 0000 = 04728068 n 0000 + 04728376 n 0101 ! 02345272 a 0101 & 02341864 a 0000 & 02342196 a 0000 & 02342309 a 0000 & 02342463 a 0000 & 02342608 a 0000 & 02342778 a 0000 & 02342899 a 0000 & 02343110 a 0000 & 02343378 a 0000 & 02343517 a 0000 & 02343636 a 0000 & 02343762 a 0000 & 02343931 a 0000 & 02344070 a 0000 & 02344241 a 0000 & 02344381 a 0000 & 02344512 a 0000 & 02344672 a 0000 & 02344793 a 0000 & 02344998 a 0000 & 02345194 a 0000 | of high or superior quality or performance; "superior wisdom derived from experience"; "superior math students"
-02341864 00 s 09 ace 0 A-one 0 crack 0 first-rate 0 super 0 tiptop 0 topnotch 0 top-notch 0 tops(p) 0 002 & 02341266 a 0000 ;u 07075172 n 0000 | of the highest quality; "an ace reporter"; "a crack shot"; "a first-rate golfer"; "a super party"; "played top-notch tennis"; "an athlete in tiptop condition"; "she is absolutely tops"
-02342196 00 s 01 banner 1 001 & 02341266 a 0000 | unusually good; outstanding; "a banner year for the company"
-02342309 00 s 02 blue-ribbon(a) 0 select 1 001 & 02341266 a 0000 | selected or chosen for special qualifications; "the blue-ribbon event of the season"
-02342463 00 s 02 boss 0 brag 0 002 & 02341266 a 0000 ;u 07075172 n 0000 | exceptionally good; "a boss hand at carpentry"; "his brag cornfield"
-02342608 00 s 02 brilliant 0 superb 0 003 & 02341266 a 0000 + 04954920 n 0103 + 04814238 n 0102 | of surpassing excellence; "a brilliant performance"; "a superb actor"
-02342778 00 s 01 capital 0 002 & 02341266 a 0000 ;r 08860123 n 0000 | first-rate; "a capital fellow"; "a capital idea"
-02342899 00 s 05 choice 0 prime(a) 0 prize 0 quality 0 select 2 002 & 02341266 a 0000 + 04728604 n 0102 | of superior grade; "choice wines"; "prime beef"; "prize carnations"; "quality paper"; "select peaches"
-02343110 00 s 04 excellent 0 first-class 1 fantabulous 0 splendid 0 004 & 02341266 a 0000 + 05851744 n 0102 + 04728786 n 0101 + 02673965 v 0101 | very good;of the highest quality; "made an excellent speech"; "the school has excellent teachers"; "a first-class mind"
-02343378 00 s 01 gilt-edged 0 001 & 02341266 a 0000 | of the highest quality or value; "gilt-edged securities"; "gilt-edged credentials"
-02343517 00 s 03 greatest 0 sterling(a) 0 superlative 0 002 & 02341266 a 0000 + 13940456 n 0307 | highest in quality
-02343636 00 s 01 high-performance 0 001 & 02341266 a 0000 | modified to give superior performance; "a high-performance car"
-02343762 00 s 01 outstanding 0 001 & 02341266 a 0000 | distinguished from others in excellence; "did outstanding work in human relations"; "an outstanding war record"
-02343931 00 s 01 premium 0 001 & 02341266 a 0000 | having or reflecting superior quality or value; "premium gasoline at a premium price"
-02344070 00 s 02 pukka 0 pucka 0 002 & 02341266 a 0000 ;r 08900535 n 0000 | absolutely first class and genuine; "pukka sahib"; "pukka quarters with a swarm of servants"
-02344241 00 s 01 shining 0 001 & 02341266 a 0000 | marked by exceptional merit; "had shining virtues and few faults"; "a shining example"
-02344381 00 s 01 spiffing 0 002 & 02341266 a 0000 ;r 08860123 n 0000 | excellent or splendid; "that's a perfectly spiffing idea"
-02344512 00 s 01 supreme 0 001 & 02341266 a 0000 | highest in excellence or achievement; "supreme among musicians"; "a supreme endxxeavor"; "supreme courage"
-02344672 00 s 03 top-flight 0 top-hole 0 topping 0 002 & 02341266 a 0000 ;r 08860123 n 0000 | excellent; best possible
-02344793 00 s 02 transcendent 0 surpassing 0 005 & 02341266 a 0000 + 13950440 n 0102 + 13950440 n 0101 + 02669081 v 0102 + 02669477 v 0102 | exceeding or surpassing usual limits especially in excellence
-02344998 00 s 01 weapons-grade 0 001 & 02341266 a 0000 | of a quality adequate for use in weapons (especially in weapons of mass destruction); "weapons-grade plutonium"; "weapons-grade anthrax"
-02345194 00 s 01 well-made 0 001 & 02341266 a 0000 | skillfully constructed
-02345272 00 a 01 inferior 2 021 ^ 00229630 a 0000 = 04728068 n 0000 + 04730580 n 0101 ! 02341266 a 0101 & 02345713 a 0000 & 02345859 a 0000 & 02346013 a 0000 & 02346242 a 0000 & 02346351 a 0000 & 02346557 a 0000 & 02346785 a 0000 & 02346878 a 0000 & 02347086 a 0000 & 02347371 a 0000 & 02347489 a 0000 & 02347564 a 0000 & 02347742 a 0000 & 02347915 a 0000 & 02348140 a 0000 & 02348285 a 0000 & 02348376 a 0000 | of low or inferior quality
-02345713 00 s 01 bad 0 002 & 02345272 a 0000 + 05144079 n 0102 | below average in quality or performance; "a bad chess player"; "a bad recital"
-02345859 00 s 01 base 0 001 & 02345272 a 0000 | (used of metals) consisting of or alloyed with inferior metal; "base coins of aluminum"; "a base metal"
-02346013 00 s 08 bum 0 cheap 0 cheesy 0 chintzy 0 crummy 0 punk 0 sleazy 0 tinny 0 006 & 02345272 a 0000 ;u 07075172 n 0000 + 04816761 n 0704 + 04818460 n 0704 + 04818460 n 0201 + 10539715 n 0107 | of very poor quality; flimsy
-02346242 00 s 02 bush-league 0 bush 0 001 & 02345272 a 0000 | not of the highest quality or sophistication
-02346351 00 s 03 cheapjack 0 shoddy 0 tawdry 0 003 & 02345272 a 0000 + 04818700 n 0307 + 05140593 n 0201 | cheap and shoddy; "cheapjack moviemaking...that feeds on the low taste of the mob"- Judith Crist
-02346557 00 s 02 coarse 0 common 0 002 & 02345272 a 0000 + 04817280 n 0202 | of low or inferior quality or value; "of what coarse metal ye are molded"- Shakespeare; "produced...the common cloths used by the poorer population"
-02346785 00 s 01 coarsened 0 001 & 02345272 a 0000 | made coarse or crude by lack of skill
-02346878 00 s 02 commercial 0 commercial-grade 0 002 & 02345272 a 0000 + 01090446 n 0101 | of the kind or quality used in commerce; average or inferior; "commercial grade of beef"; "commercial oxalic acid"
-02347086 00 s 05 deplorable 0 execrable 0 miserable 0 woeful 0 wretched 0 003 & 02345272 a 0000 + 04731309 n 0501 + 14448333 n 0303 | of very poor quality or condition; "deplorable housing conditions in the inner city"; "woeful treatment of the accused"; "woeful errors of judgment"
-02347371 00 s 01 less 0 001 & 02345272 a 0000 | (usually preceded by `no') lower in quality; "no less than perfect"
-02347489 00 s 01 low-grade 0 001 & 02345272 a 0000 | of inferior quality
-02347564 00 s 02 mediocre 0 second-rate 0 002 & 02345272 a 0000 + 10569179 n 0102 | moderate to inferior in quality; "they improved the quality from mediocre to above average"
-02347742 00 s 02 ropey 0 ropy 0 003 & 02345272 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) very poor in quality; "ropey food"; "a ropey performance"
-02347915 00 s 03 scrawny 0 scrubby 0 stunted 0 004 & 02345272 a 0000 + 05107495 n 0303 + 04730985 n 0202 + 04730985 n 0101 | inferior in size or quality; "scrawny cattle"; "scrubby cut-over pine"; "old stunted thorn trees"
-02348140 00 s 01 second-class 0 001 & 02345272 a 0000 | of inferior status or quality; "a second-class citizen"; "second-class accommodations"
-02348285 00 s 01 third-rate 0 001 & 02345272 a 0000 | of lesser quality than second-rate
-02348376 00 s 02 utility(a) 0 utility-grade 0 001 & 02345272 a 0000 | used of beef; usable but inferior
-02348482 00 a 01 superior 3 002 ;c 06095022 n 0000 ! 02348678 a 0101 | having an orbit farther from the sun than the Earth's orbit; "Mars and Jupiter are the closest in of the superior planets"
-02348678 00 a 01 inferior 3 002 ;c 06095022 n 0000 ! 02348482 a 0101 | having an orbit between the sun and the Earth's orbit; "Mercury and Venus are inferior planets"
-02348847 00 a 01 superjacent 0 004 ! 02349477 a 0101 & 02349003 a 0000 & 02349149 a 0000 & 02349274 a 0000 | lying immediately above or on something else
-02349003 00 s 01 incumbent 0 002 & 02348847 a 0000 ;c 06115701 n 0000 | lying or leaning on something else; "an incumbent geological formation"
-02349149 00 s 02 overlying 0 superimposed 0 001 & 02348847 a 0000 | placed on or over something else; "an overlying image"
-02349274 00 s 01 superincumbent 0 001 & 02348847 a 0000 | lying or resting on and exerting pressure on something else; "superincumbent layers of dead plants cut off the air and arrested decomposition"
-02349477 00 a 01 subjacent 0 002 ! 02348847 a 0101 & 02349604 a 0000 | lying nearby but lower; "hills and subjacent valleys"
-02349604 00 s 01 underlying 0 001 & 02349477 a 0000 | located beneath or below
-02349685 00 a 02 superscript 0 superior 0 003 ;c 06677302 n 0000 ! 02349852 a 0101 ! 02350035 a 0101 | written or printed above and to one side of another character
-02349852 00 a 02 subscript 0 inferior 0 004 ;c 06677302 n 0000 + 06820212 n 0101 ! 02350035 a 0101 ! 02349685 a 0101 | written or printed below and to one side of another character
-02350035 00 a 01 adscript 0 003 ;c 06677302 n 0000 ! 02349685 a 0101 ! 02349852 a 0101 | written or printed immediately following another character and aligned with it
-02350205 00 a 01 supervised 0 001 ! 02350353 a 0101 | under observation or under the direction of a superintendent or overseer; "supervised play"
-02350353 00 a 01 unsupervised 0 002 ! 02350205 a 0101 & 02350590 a 0000 | not supervised or under constant observation; "the school maintains unsupervised study halls during free periods"; "reliable workers are generally unsupervised"
-02350590 00 s 01 unattended 0 001 & 02350353 a 0000 | not watched; "she dashed out leaving the bar unattended"; "a fire left unattended"
-02350729 00 a 01 supported 0 009 ! 02352301 a 0101 & 02351064 a 0000 & 02351149 a 0000 & 02351246 a 0000 & 02351370 a 0000 & 02351490 a 0000 & 02351692 a 0000 & 02351988 a 0000 & 02352153 a 0000 | held up or having the weight borne especially from below; "supported joints in a railroad track have ties directly under the rail ends"
-02351064 00 s 01 based 0 001 & 02350729 a 0000 | having a base; "firmly based ice"
-02351149 00 s 02 braced 0 buttressed 0 001 & 02350729 a 0000 | held up by braces or buttresses
-02351246 00 s 01 gimbaled 0 001 & 02350729 a 0000 | supported on gimbals and remaining steady or level when the base tips
-02351370 00 s 03 pendent 0 pendant 0 dependent 0 001 & 02350729 a 0000 | held from above; "a pendant bunch of grapes"
-02351490 00 s 01 supernatant 0 003 & 02350729 a 0000 ;c 06084469 n 0000 + 09451103 n 0101 | of a liquid; floating on the surface above a sediment or precipitate; "the supernatant fat was skimmed off"
-02351692 00 s 01 suspended 1 001 & 02350729 a 0000 | (of undissolved particles in a fluid) supported or kept from sinking or falling by buoyancy and without apparent attachment; "suspended matter such as silt or mud..."; "dust particles suspended in the air"; "droplets in suspension in a gas"
-02351988 00 s 01 underhung 0 001 & 02350729 a 0000 | supported from below especially resting on a track instead of suspended from above; "underhung sliding doors"
-02352153 00 s 01 underslung 0 001 & 02350729 a 0000 | supported from above especially in a vehicle having springs attached to the axle from below
-02352301 00 a 01 unsupported 0 003 ! 02350729 a 0101 & 02352472 a 0000 & 02352572 a 0000 | not held up or borne; "removal of the central post left the roof unsupported"
-02352472 00 s 01 strapless 0 001 & 02352301 a 0000 | having no straps; "a strapless evening gown"
-02352572 00 s 01 unbraced 0 001 & 02352301 a 0000 | without braces or props
-02352650 00 a 01 supported 2 002 ! 02353026 a 0101 & 02352868 a 0000 | sustained or maintained by aid (as distinct from physical support); "a club entirely supported by membership dues"; "well-supported allegations"
-02352868 00 s 02 subsidized 0 subsidised 0 001 & 02352650 a 0000 | having partial financial support from public funds; "lived in subsidized public housing"
-02353026 00 a 01 unsupported 2 004 ! 02352650 a 0101 & 02353211 a 0000 & 02353488 a 0000 & 02353599 a 0000 | not sustained or maintained by nonmaterial aid; "unsupported accusations"
-02353211 00 s 06 baseless 0 groundless 0 idle 0 unfounded 0 unwarranted 0 wild 0 002 & 02353026 a 0000 + 05140086 n 0302 | without a basis in reason or fact; "baseless gossip"; "the allegations proved groundless"; "idle fears"; "unfounded suspicions"; "unwarranted jealousy"
-02353488 00 s 03 single-handed 0 unassisted 0 unbacked 0 001 & 02353026 a 0000 | unsupported by other people
-02353599 00 s 02 uncorroborated 0 unsubstantiated 0 001 & 02353026 a 0000 | unsupported by other evidence
-02353707 00 a 02 assisted 0 aided 0 003 ! 02354129 a 0101 & 02353849 a 0000 & 02354001 a 0000 | having help; often used as a combining form
-02353849 00 s 01 motor-assisted 0 001 & 02353707 a 0000 | relying on an engine for propulsion in addition to muscle power; "a motor-assisted bicycle"
-02354001 00 s 01 power-assisted 0 001 & 02353707 a 0000 | supplementing or replacing manual effort; "power-assisted steering"
-02354129 00 a 01 unassisted 0 003 ! 02353707 a 0101 & 02354234 a 0000 & 02354403 a 0000 | lacking help
-02354234 00 s 01 naked 0 001 & 02354129 a 0000 | (of the eye or ear e.g.) without the aid of an optical or acoustical device or instrument; "visible to the naked eye"
-02354403 00 s 01 unaided 0 001 & 02354129 a 0000 | carried out without aid or assistance; "his first unaided walk through the park"
-02354537 00 a 01 supportive 0 011 ^ 01817500 a 0000 + 02453889 v 0106 + 02556126 v 0101 + 00895304 v 0102 ! 02356430 a 0101 & 02354897 a 0000 & 02355248 a 0000 & 02355398 a 0000 & 02355521 a 0000 & 02356048 a 0000 & 02356244 a 0000 | furnishing support or assistance; "a supportive family network"; "his family was supportive of his attempts to be a writer"
-02354897 00 s 06 accessory 0 adjunct 0 ancillary 0 adjuvant 0 appurtenant 0 auxiliary 0 006 & 02354537 a 0000 + 09780249 n 0602 + 02653706 v 0502 + 02671421 n 0502 + 09188229 n 0201 + 02671421 n 0101 | furnishing added support; "an ancillary pump"; "an adjuvant discipline to forms of mysticism"; "The mind and emotions are auxiliary to each other"
-02355248 00 s 02 accessary 0 accessory 1 001 & 02354537 a 0000 | aiding and abetting in a crime; "he was charged with being accessory to the crime"
-02355398 00 s 01 certificatory 0 002 & 02354537 a 0000 + 02444662 v 0103 | serving to certify or endorse authoritatively
-02355521 00 s 0c collateral 0 confirmative 0 confirming 0 confirmatory 0 corroborative 0 corroboratory 0 substantiating 0 substantiative 0 validating 0 validatory 0 verificatory 0 verifying 0 015 & 02354537 a 0000 + 00664483 v 0b01 + 01012561 v 0a01 + 00667224 v 0a01 + 00665886 v 0804 + 02663340 v 0601 + 01012561 v 0602 + 00665886 v 0602 + 02663340 v 0501 + 01012561 v 0502 + 00665886 v 0502 + 01012073 v 0401 + 00665886 v 0401 + 00665886 v 0201 + 13352865 n 0101 | serving to support or corroborate; "collateral evidence"
-02356048 00 s 01 demonstrative_of(p) 0 001 & 02354537 a 0000 | serving to prove or demonstrate; "the oath of office is...demonstrative of the legislative opinion on this subject"- John Marshall
-02356244 00 s 02 encouraging 0 supporting 0 001 & 02354537 a 0000 | furnishing support and encouragement; "the anxious child needs supporting and accepting treatment from the teacher"
-02356430 00 a 01 unsupportive 0 004 ^ 01818234 a 0000 ! 02354537 a 0101 & 02356579 a 0000 & 02356712 a 0000 | not furnishing support or assistance
-02356579 00 s 02 confounding 0 contradictory 0 002 & 02356430 a 0000 + 02663141 v 0201 | that confounds or contradicts or confuses
-02356712 00 s 02 disconfirming 0 invalidating 0 001 & 02356430 a 0000 | establishing as invalid or untrue
-02356820 00 a 01 surmountable 0 003 ^ 00569090 a 0000 ! 02357115 a 0101 & 02357006 a 0000 | capable of being surmounted or overcome; "situations of measurable and surmountable danger"
-02357006 00 s 02 conquerable 0 superable 0 001 & 02356820 a 0000 | capable of being surmounted or excelled
-02357115 00 a 02 insurmountable 0 unsurmountable 0 004 ^ 01823092 a 0000 ^ 00569568 a 0000 ! 02356820 a 0101 & 02357322 a 0000 | not capable of being surmounted or overcome; "insurmountable disadvantages"
-02357322 00 s 02 insuperable 0 unconquerable 0 001 & 02357115 a 0000 | incapable of being surmounted or excelled; "insuperable odds"; "insuperable heroes"
-02357479 00 a 01 surprised 0 007 ! 02359308 a 0101 & 02357810 a 0000 & 02358277 a 0000 & 02358650 a 0000 & 02358762 a 0000 & 02358898 a 0000 & 02359051 a 0000 | taken unawares or suddenly and feeling wonder or astonishment; "surprised by her student's ingenuity"; "surprised that he remembered my name"; "a surprised expression"
-02357810 00 s 05 amazed 0 astonied 0 astonished 0 astounded 0 stunned 0 001 & 02357479 a 0000 | filled with the emotional impact of overwhelming surprise or shock; "an amazed audience gave the magician a standing ovation"; "I stood enthralled, astonished by the vastness and majesty of the cathedral"; "astounded viewers wept at the pictures from the Oklahoma City bombing"; "stood in stunned silence"; "stunned scientists found not one but at least three viruses"
-02358277 00 s 07 dumbfounded 0 dumfounded 0 flabbergasted 0 stupefied 0 thunderstruck 0 dumbstruck 0 dumbstricken 0 001 & 02357479 a 0000 | as if struck dumb with astonishment and surprise; "a circle of policement stood dumbfounded by her denial of having seen the accident"; "the flabbergasted aldermen were speechless"; "was thunderstruck by the news of his promotion"
-02358650 00 s 01 gobsmacked 0 003 & 02357479 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | utterly astounded
-02358762 00 s 03 goggle-eyed 0 openmouthed 0 popeyed 0 002 & 02357479 a 0000 ;u 07075172 n 0000 | with eyes or mouth open in surprise
-02358898 00 s 01 jiggered 0 003 & 02357479 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal expletive) surprised; "Well I'm jiggered!"
-02359051 00 s 01 startled 0 001 & 02357479 a 0000 | excited by sudden surprise or alarm and making a quick involuntary movement; "students startled by the teacher's quiet return"; "the sudden fluttering of the startled pigeons"; "her startled expression"
-02359308 00 a 02 unsurprised 0 not_surprised 0 001 ! 02357479 a 0101 | not surprised or expressing surprise; "that unsuprised obstinate look on his face"
-02359464 00 a 01 surprising 0 006 ^ 00930290 a 0000 + 04796725 n 0102 ! 02360351 a 0101 & 02359789 a 0000 & 02359958 a 0000 & 02360171 a 0000 | causing surprise or wonder or amazement; "the report shows a surprising lack of hard factual data"; "leaped up with surprising agility"; "she earned a surprising amount of money"
-02359789 00 s 02 amazing 0 astonishing 0 001 & 02359464 a 0000 | surprising greatly; "she does an amazing amount of work"; "the dog was capable of astonishing tricks"
-02359958 00 s 01 startling 0 001 & 02359464 a 0000 | so remarkably different or sudden as to cause momentary shock or alarm; "Sydney's startling new Opera House"; "startling news"; "startling earthquake shocks"
-02360171 00 s 01 stunning 0 001 & 02359464 a 0000 | causing great astonishment and consternation; "the strike came as a stunning protest against management"; "a stunning defeat"
-02360351 00 a 01 unsurprising 0 002 ^ 00929567 a 0000 ! 02359464 a 0101 | not causing surprise
-02360448 00 a 01 susceptible 0 019 ^ 02103481 a 0000 ^ 01886407 a 0000 ^ 02523275 a 0000 = 14530061 n 0000 + 14530061 n 0102 + 14530061 n 0101 ! 02363358 a 0101 & 02360944 a 0000 & 02361325 a 0000 & 02361540 a 0000 & 02361848 a 0000 & 02362030 a 0000 & 02362178 a 0000 & 02362348 a 0000 & 02362499 a 0000 & 02362708 a 0000 & 02362904 a 0000 & 02363093 a 0000 & 02363166 a 0000 | (often followed by `of' or `to') yielding readily to or capable of; "susceptible to colds"; "susceptible of proof"
-02360944 00 s 09 allergic 0 hypersensitive 0 hypersensitized 0 hypersensitised 0 sensitized 0 sensitised 0 supersensitive 0 supersensitized 0 supersensitised 0 004 & 02360448 a 0000 + 14533796 n 0201 + 05653475 n 0201 + 14532816 n 0101 | having an allergy or peculiar or excessive susceptibility (especially to a specific factor); "allergic children"; "hypersensitive to pollen"
-02361325 00 s 01 amenable 1 001 & 02360448 a 0000 | open to being acted upon in a certain way; "an amenable hospitalization should not result in untimely death"; "the tumor was not amenable to surgical treatment"
-02361540 00 s 03 capable 0 open 0 subject 0 002 & 02360448 a 0000 + 14530836 n 0101 | possibly accepting or permitting; "a passage capable of misinterpretation"; "open to interpretation"; "an issue open to question"; "the time is fixed by the director and players and therefore subject to much variation"
-02361848 00 s 04 convincible 0 persuadable 0 persuasible 0 suasible 0 004 & 02360448 a 0000 + 02586121 v 0302 + 00766418 v 0301 + 00769553 v 0103 | being susceptible to persuasion
-02362030 00 s 02 fictile 0 pliable 0 001 & 02360448 a 0000 | susceptible to being led or directed; "fictile masses of people ripe for propaganda"
-02362178 00 s 04 liable(p) 0 nonimmune 0 nonresistant 0 unresistant 0 001 & 02360448 a 0000 | (often followed by `to') likely to be affected with; "liable to diabetes"
-02362348 00 s 01 predisposed 0 001 & 02360448 a 0000 | made susceptible; "because of conditions in the mine, miners are predisposed to lung disease"
-02362499 00 s 02 amenable 0 tractable 0 005 & 02360448 a 0000 + 04905188 n 0202 + 04905188 n 0201 + 04906026 n 0101 + 04906026 n 0102 | readily reacting to suggestions and influences; "a responsive student"
-02362708 00 s 01 suggestible 0 005 & 02360448 a 0000 + 00927430 v 0102 + 00930806 v 0101 + 00875394 v 0102 + 14534571 n 0101 | susceptible or responsive to suggestion; "suggestible young minds"
-02362904 00 s 01 temptable 0 007 & 02360448 a 0000 + 01807770 v 0101 + 01807529 v 0101 + 00782527 v 0103 + 00784184 v 0101 + 00793785 v 0101 + 00776523 v 0103 | susceptible to temptation
-02363093 00 s 01 unvaccinated 0 001 & 02360448 a 0000 | not vaccinated
-02363166 00 s 01 vulnerable 0 002 & 02360448 a 0000 + 14543931 n 0101 | susceptible to criticism or persuasion or temptation; "vulnerable to bribery"; "an argument vulnerable to refutation"
-02363358 00 a 02 unsusceptible 0 insusceptible 0 010 ^ 02105375 a 0000 = 14530061 n 0000 + 14526764 n 0101 ! 02360448 a 0101 & 02363614 a 0000 & 02363811 a 0000 & 02363939 a 0000 & 02364066 a 0000 & 02364245 a 0000 & 02364347 a 0000 | not susceptible to
-02363614 00 s 02 immune 0 resistant 0 005 & 02363358 a 0000 + 14527171 n 0202 + 05213894 n 0201 + 02755017 v 0201 + 14527171 n 0101 | relating to or conferring immunity (to disease or infection)
-02363811 00 s 03 immunized 0 immunised 0 vaccinated 0 001 & 02363358 a 0000 | having been rendered unsusceptible to a disease
-02363939 00 s 01 immunogenic 0 002 & 02363358 a 0000 + 14527430 n 0101 | possessing the ability to elicit an immune response
-02364066 00 s 01 incapable(p) 0 002 & 02363358 a 0000 + 05207570 n 0101 | not being susceptible to or admitting of something (usually followed by `of'); "incapable of solution"
-02364245 00 s 02 unpersuadable 0 unsuasible 0 001 & 02363358 a 0000 | not susceptible to persuasion
-02364347 00 s 01 unresponsive 0 001 & 02363358 a 0000 | not susceptible to suggestion or influence
-02364448 00 a 03 impressionable 0 waxy 0 impressible 0 006 + 01767949 v 0302 ! 02365264 a 0101 & 02364721 a 0000 & 02364834 a 0000 & 02364954 a 0000 & 02365142 a 0000 | easily impressed or influenced; "an impressionable youngster"; "an impressionable age"; "a waxy mind"
-02364721 00 s 01 easy 0 001 & 02364448 a 0000 | readily exploited or tricked; "an easy victim"; "an easy mark"
-02364834 00 s 01 spinnable 0 001 & 02364448 a 0000 | capable or susceptible to being influenced by biased information
-02364954 00 s 02 plastic 0 pliant 0 003 & 02364448 a 0000 + 04659730 n 0203 + 04659730 n 0202 | capable of being influenced or formed; "the plastic minds of children"; "a pliant nature"
-02365142 00 s 01 susceptible 0 003 & 02364448 a 0000 + 14530061 n 0102 + 14530061 n 0101 | easily impressed emotionally
-02365264 00 a 01 unimpressionable 0 001 ! 02364448 a 0101 | not sensitive or susceptible to impression; "an unimpressionable mind"
-02365397 00 a 01 exempt 0 004 ! 02366200 a 0101 & 02365776 a 0000 & 02365900 a 0000 & 02366078 a 0000 | (of persons) freed from or not subject to an obligation or liability (as e.g. taxes) to which others or other things are subject; "a beauty somehow exempt from the aging process"; "exempt from jury duty"; "only the very poorest citizens should be exempt from income taxes"
-02365776 00 s 01 excused 0 001 & 02365397 a 0000 | granted exemption; "one of the excused jurors planned to write a book"
-02365900 00 s 01 immune 0 002 & 02365397 a 0000 + 00213903 n 0102 | secure against; "immune from taxation as long as he resided in Bermuda"; "immune from criminal prosecution"
-02366078 00 s 01 privileged 0 001 & 02365397 a 0000 | not subject to usual rules or penalties; "a privileged statement"
-02366200 00 a 01 nonexempt 0 004 ! 02365397 a 0101 & 02366365 a 0000 & 02366474 a 0000 & 02366618 a 0000 | (of persons) not exempt from an obligation or liability
-02366365 00 s 01 liable(p) 1 001 & 02366200 a 0000 | subject to legal action; "liable to criminal charges"
-02366474 00 s 01 taxpaying 0 001 & 02366200 a 0000 | not exempt from paying taxes; "after training they became productive taxpaying citizens"
-02366618 00 s 01 unexcused 0 001 & 02366200 a 0000 | not excused; "too many unexcused absences"
-02366716 00 a 01 scheduled 0 002 ! 02367095 a 0101 & 02366927 a 0000 | planned or scheduled for some certain time or times; "the scheduled meeting"; "the scheduled flights had to be cancelled because of snow"
-02366927 00 s 01 regular 0 002 & 02366716 a 0000 + 04767347 n 0101 | regularly scheduled for fixed times; "at a regular meeting of the PTA"; "regular bus departures"
-02367095 00 a 01 unscheduled 0 003 ! 02366716 a 0101 & 02367319 a 0000 & 02367477 a 0000 | not scheduled or not on a regular schedule; "an unscheduled meeting"; "the plane made an unscheduled stop at Gander for refueling"
-02367319 00 s 02 extra 0 special 0 001 & 02367095 a 0000 | added to a regular schedule; "a special holiday flight"; "put on special buses for the big game"
-02367477 00 s 01 forced 0 001 & 02367095 a 0000 | made necessary by an unexpected situation or emergency; "a forced landing"
-02367604 00 a 01 sweet 1 004 ^ 02337667 a 0000 ^ 02368336 a 0000 + 04994413 n 0101 ! 02367785 a 0101 | (used of wines) having a high residual sugar content; "sweet dessert wines"
-02367785 00 a 01 dry 3 006 ^ 02368787 a 0000 ^ 02338327 a 0000 ! 02367604 a 0101 & 02368068 a 0000 & 02368147 a 0000 & 02368247 a 0000 | (of liquor) having a low residual sugar content because of decomposition of sugar during fermentation; "a dry white burgundy"; "a dry Bordeaux"
-02368068 00 s 01 brut 0 001 & 02367785 a 0000 | (of champagne) extremely dry
-02368147 00 s 01 medium-dry 0 001 & 02367785 a 0000 | of a wine that is dry but not extremely dry
-02368247 00 s 02 sec 0 unsweet 0 001 & 02367785 a 0000 | (of champagne) moderately dry
-02368336 00 a 01 sweet 2 008 ^ 02337667 a 0000 ^ 02367604 a 0000 ^ 02395115 a 0000 + 05716577 n 0102 + 04994413 n 0101 ! 02368787 a 0101 & 02368566 a 0000 & 02368718 a 0000 | having or denoting the characteristic taste of sugar
-02368566 00 s 04 cloying 0 saccharine 0 syrupy 0 treacly 0 004 & 02368336 a 0000 + 07860208 n 0401 + 06775969 n 0401 + 04994614 n 0201 | overly sweet
-02368718 00 s 01 sweetish 0 001 & 02368336 a 0000 | somewhat sweet
-02368787 00 a 01 sour 0 010 ^ 02367785 a 0000 ^ 02369763 a 0000 ^ 02395115 a 0000 + 04993882 n 0101 ! 02368336 a 0101 & 02369027 a 0000 & 02369179 a 0000 & 02369335 a 0000 & 02369460 a 0000 & 02369683 a 0000 | having a sharp biting taste
-02369027 00 s 03 acerb 0 acerbic 0 astringent 0 004 & 02368787 a 0000 + 05717549 n 0301 + 05717549 n 0302 + 04994126 n 0201 | sour or bitter in taste
-02369179 00 s 04 acetose 0 acetous 0 vinegary 0 vinegarish 0 003 & 02368787 a 0000 + 04994264 n 0402 + 04994264 n 0301 | tasting or smelling like vinegar
-02369335 00 s 04 acidic 0 acid 0 acidulent 0 acidulous 0 002 & 02368787 a 0000 + 05716961 n 0402 | being sour to the taste
-02369460 00 s 05 lemony 0 lemonlike 0 sourish 0 tangy 0 tart 0 007 & 02368787 a 0000 + 05716744 n 0503 + 04994126 n 0502 + 05715864 n 0409 + 04993108 n 0406 + 07749582 n 0101 + 05716342 n 0101 | tasting sour like a lemon
-02369683 00 s 01 subacid 0 001 & 02368787 a 0000 | slightly sour to the taste
-02369763 00 a 01 soured 0 003 ^ 02368787 a 0000 ! 02369989 a 0101 & 02369869 a 0000 | having turned bad
-02369869 00 s 03 off 0 sour 0 turned 0 002 & 02369763 a 0000 + 04993882 n 0201 | in an unpalatable state; "sour milk"
-02369989 00 a 01 unsoured 0 002 ! 02369763 a 0101 & 02370083 a 0000 | not having turned bad
-02370083 00 s 03 fresh 0 sweet 0 unfermented 0 002 & 02369989 a 0000 + 04926728 n 0101 | not soured or preserved; "sweet milk"
-02370212 00 a 01 suspected 0 001 ! 02370329 a 0101 | believed likely; "a suspected thief"; "a suspected infection"
-02370329 00 a 01 unsuspected 0 002 ! 02370212 a 0101 & 02370625 a 0000 | not suspected or believed likely; "remained unsuspected as the head of the spy ring"; "he was able to get into the building unspotted and unsuspected"; "unsuspected difficulties arose"; "unsuspected turnings in the road"
-02370625 00 s 01 unknown 0 001 & 02370329 a 0000 | not known to exist; "things obscurely felt surged up from unknown depths"
-02370752 00 a 01 swept 0 003 ! 02371215 a 0101 & 02370894 a 0000 & 02371077 a 0000 | possessing sweep; "the sleek swept wings of the plane"
-02370894 00 s 01 sweptback 0 002 & 02370752 a 0000 ;c 02686568 n 0000 | (especially of aircraft wings) angled rearward from the point of attachment; "aircraft with sweptback wings"
-02371077 00 s 01 sweptwing 0 002 & 02370752 a 0000 ;c 02686568 n 0000 | (of an aircraft) having sweptback wings; "a sweptwing aircraft"
-02371215 00 a 01 unswept 0 001 ! 02370752 a 0101 | not swept or having sweep; "a boxy little plane with square unswept wings"
-02371343 00 a 01 sworn 0 002 ! 02371583 a 0101 & 02371495 a 0000 | bound by or stated on oath; "now my sworn friend and then mine enemy"- Shakespeare
-02371495 00 s 01 bound 0 001 & 02371343 a 0000 | bound by an oath; "a bound official"
-02371583 00 a 01 unsworn 0 001 ! 02371343 a 0101 | not bound by or stated on oath; "the witness stands unsworn"; "unsworn testimony"
-02371718 00 a 02 symmetrical 0 symmetric 0 015 ^ 01718158 a 0000 ^ 01959294 a 0000 + 13898315 n 0201 + 05064827 n 0201 + 05064827 n 0102 ! 02373599 a 0101 & 02372118 a 0000 & 02372303 a 0000 & 02372434 a 0000 & 02372520 a 0000 & 02372697 a 0000 & 02372951 a 0000 & 02373055 a 0000 & 02373309 a 0000 & 02373467 a 0000 | having similarity in size, shape, and relative position of corresponding parts
-02372118 00 s 04 bilateral 0 isobilateral 0 bilaterally_symmetrical 0 bilaterally_symmetric 0 002 & 02371718 a 0000 + 05065386 n 0101 | having identical parts on each side of an axis
-02372303 00 s 01 biradial 0 001 & 02371718 a 0000 | showing both bilateral and radial symmetry; "some sea anemones are biradial"
-02372434 00 s 02 cruciate 0 cruciform 0 001 & 02371718 a 0000 | shaped like a cross
-02372520 00 s 02 even 0 regular 0 003 & 02371718 a 0000 + 05065211 n 0201 + 04769456 n 0101 | symmetrically arranged; "even features"; "regular features"; "a regular polygon"
-02372697 00 s 01 interchangeable 0 003 & 02371718 a 0000 ;c 06163751 n 0000 + 04735929 n 0103 | (mathematics, logic) such that the arguments or roles can be interchanged; "the arguments of the symmetric relation, `is a sister of,' are interchangeable"
-02372951 00 s 01 isosceles 0 001 & 02371718 a 0000 | (of a triangle) having two sides of equal length
-02373055 00 s 03 radial 0 stellate 0 radiate 0 001 & 02371718 a 0000 | arranged like rays or radii; radiating from a common center; "radial symmetry"; "a starlike or stellate arrangement of petals"; "many cities show a radial pattern of main highways"
-02373309 00 s 02 radially_symmetrical 0 centrosymmetric 0 001 & 02371718 a 0000 | having a symmetrical arrangement of radiating parts about a central point
-02373467 00 s 02 rhombohedral 0 trigonal 0 003 & 02371718 a 0000 ;c 06098876 n 0000 + 13915417 n 0101 | having threefold symmetry
-02373599 00 a 02 asymmetrical 0 asymmetric 0 007 ^ 01960656 a 0000 + 05065717 n 0201 + 05065717 n 0101 ! 02371718 a 0101 & 02373868 a 0000 & 02373981 a 0000 & 02374259 a 0000 | characterized by asymmetry in the spatial arrangement or placement of parts or components
-02373868 00 s 01 lopsided 0 001 & 02373599 a 0000 | having one side lower or smaller or lighter than the other
-02373981 00 s 01 noninterchangeable 0 003 & 02373599 a 0000 ;c 06000644 n 0000 ;c 06163751 n 0000 | such that the terms of an expression cannot be interchanged without changing the meaning; "the arguments of the symmetric relation, `is the father of', are noninterchangeable"
-02374259 00 s 02 unsymmetric 0 unsymmetrical 0 001 & 02373599 a 0000 | lacking symmetry
-02374349 00 a 02 actinomorphic 0 actinomorphous 0 003 ;c 06037666 n 0000 ! 02374697 a 0101 & 02374557 a 0000 | capable of division into symmetrical halves by any longitudinal plane passing through the axis
-02374557 00 s 01 actinoid 0 001 & 02374349 a 0000 | having a radial form; "starfish are actinoid--that is, they are radially symmetrical"
-02374697 00 a 03 zygomorphic 0 bilaterally_symmetrical 0 zygomorphous 0 002 ;c 06037666 n 0000 ! 02374349 a 0101 | capable of division into symmetrical halves by only one longitudinal plane passing through the axis
-02374914 00 a 01 sympathetic 0 009 ^ 00506299 a 0000 ^ 00560586 a 0000 ^ 01372049 a 0000 + 07553301 n 0101 + 06199142 n 0101 ! 02375828 a 0101 & 02375312 a 0000 & 02375491 a 0000 & 02375639 a 0000 | expressing or feeling or resulting from sympathy or compassion or friendly fellow feelings; disposed toward; "sympathetic to the students' cause"; "a sympathetic observer"; "a sympathetic gesture"
-02375312 00 s 01 commiserative 0 002 & 02374914 a 0000 + 01822248 v 0101 | feeling or expressing sympathy; "made commiserative clicking sounds with his tongue"- Kenneth Roberts
-02375491 00 s 01 condolent 0 002 & 02374914 a 0000 + 06633692 n 0101 | expressing sympathy with a person who experienced the death of a loved one
-02375639 00 s 02 empathic 0 empathetic 0 002 & 02374914 a 0000 + 07554856 n 0201 | showing empathy or ready comprehension of others' states; "a sensitive and empathetic school counselor"
-02375828 00 a 01 unsympathetic 0 005 ^ 00507053 a 0000 ^ 00561036 a 0000 ^ 01999766 a 0000 ! 02374914 a 0101 & 02376118 a 0000 | not sympathetic or disposed toward; "unsympathetic officialdom"; "people unsympathetic to the revolution"; "his dignity made him seem aloof and unsympathetic"
-02376118 00 s 02 unsympathizing 0 unsympathising 0 001 & 02375828 a 0000 | not showing or expressing sympathy; "an uncharitable and unsympathizing attitude"
-02376277 00 a 04 sympathetic 2 appealing 2 likeable 2 likable 2 005 ;c 06376154 n 0000 + 01776952 v 0401 + 01776952 v 0301 + 04687333 n 0202 ! 02376562 a 0101 | (of characters in literature or drama) evoking empathic or sympathetic feelings; "the sympathetic characters in the play"
-02376562 00 a 04 unsympathetic 2 unappealing 2 unlikeable 2 unlikable 2 002 ;c 06376154 n 0000 ! 02376277 a 0101 | (of characters in literature or drama) tending to evoke antipathetic feelings; "all the characters were peculiarly unsympathetic"
-02376809 00 a 01 sympatric 0 003 ;c 06037666 n 0000 + 13959463 n 0101 ! 02376995 a 0101 | (of biological species or speciation) occurring in the same or overlapping geographical areas
-02376995 00 a 01 allopatric 0 003 ;c 06037666 n 0000 + 13959289 n 0101 ! 02376809 a 0101 | (of biological species or speciation) occurring in areas isolated geographically from one another
-02377186 00 a 01 synchronic 0 003 ^ 02377651 a 0000 ;c 06282651 n 0000 ! 02377418 a 0101 | concerned with phenomena (especially language) at a particular period without considering historical antecedents; "synchronic linguistics"
-02377418 00 a 02 diachronic 0 historical 4 004 ;c 06282651 n 0000 + 05170088 n 0201 + 06169050 n 0103 ! 02377186 a 0101 | used of the study of a phenomenon (especially language) as it changes through time; "diachronic linguistics"
-02377651 00 a 03 synchronous 0 synchronal 0 synchronic 4 013 ^ 02377186 a 0000 + 13845239 n 0302 + 13845239 n 0303 + 13845239 n 0102 + 13845239 n 0104 ! 02379595 a 0101 & 02378191 a 0000 & 02378347 a 0000 & 02378496 a 0000 & 02378872 a 0000 & 02379157 a 0000 & 02379323 a 0000 & 02379455 a 0000 | occurring or existing at the same time or having the same period or phase; "recovery was synchronous with therapy"- Jour.A.M.A.; "a synchronous set of clocks"; "the synchronous action of a bird's wings in flight"; "synchronous oscillations"
-02378191 00 s 03 coetaneous 0 coeval 0 contemporaneous 1 004 & 02377651 a 0000 + 05048948 n 0302 + 05048948 n 0301 + 09960417 n 0202 | of the same period
-02378347 00 s 02 coexistent 0 coexisting 0 004 & 02377651 a 0000 + 13957268 n 0101 + 02604618 v 0101 + 02604477 v 0101 | existing at the same time
-02378496 00 s 07 coincident 0 coincidental 0 coinciding 0 concurrent 0 co-occurrent 0 cooccurring 0 simultaneous 0 010 & 02377651 a 0000 + 05048123 n 0702 + 05048123 n 0701 + 05048301 n 0504 + 07284554 n 0504 + 05048301 n 0401 + 00345312 v 0401 + 05048301 n 0102 + 02660442 v 0101 + 00345312 v 0102 | occurring or operating at the same time; "a series of coincident events"
-02378872 00 s 02 contemporaneous 2 contemporary 0 003 & 02377651 a 0000 + 05050668 n 0105 + 05048948 n 0101 | occurring in the same period of time; "a rise in interest rates is often contemporaneous with an increase in inflation"; "the composer Salieri was contemporary with Mozart"
-02379157 00 s 01 parallel 0 002 & 02377651 a 0000 ;c 06128570 n 0000 | of or relating to the simultaneous performance of multiple operations; "parallel processing"
-02379323 00 s 01 synchronic 2 002 & 02377651 a 0000 + 13845239 n 0103 | (of taxa) occurring in the same period of geological time
-02379455 00 s 02 synchronized 0 synchronised 0 001 & 02377651 a 0000 | operating in unison; "the synchronized flapping of a bird's wings"
-02379595 00 a 01 asynchronous 0 005 ! 02377651 a 0101 & 02379820 a 0000 & 02379925 a 0000 & 02380225 a 0000 & 02380358 a 0000 | not synchronous; not occurring or existing at the same time or having the same period or phase
-02379820 00 s 01 allochronic 0 001 & 02379595 a 0000 | (of taxa) occurring in different geologic times
-02379925 00 s 03 anachronic 0 anachronous 0 anachronistic 0 009 & 02379595 a 0000 + 15180304 n 0301 + 09606873 n 0301 + 02707036 n 0301 + 09606873 n 0201 + 02707036 n 0201 + 15180304 n 0101 + 09606873 n 0101 + 02707036 n 0101 | chronologically misplaced; "English public schools are anachronistic"
-02380225 00 s 04 nonsynchronous 0 unsynchronized 0 unsynchronised 0 unsynchronous 0 001 & 02379595 a 0000 | not occurring together
-02380358 00 s 03 serial 0 in_series(p) 0 nonparallel 0 003 & 02379595 a 0000 ;c 06128570 n 0000 + 13791910 n 0101 | of or relating to the sequential performance of multiple operations; "serial processing"
-02380565 00 a 01 synchronous 1 001 ! 02380819 a 0101 | (digital communication) pertaining to a transmission technique that requires a common clock signal (a timing reference) between the communicating devices in order to coordinate their transmissions
-02380819 00 a 01 asynchronous 1 001 ! 02380565 a 0101 | (digital communication) pertaining to a transmission technique that does not require a common clock between the communicating devices; timing signals are derived from special characters in the data stream itself
-02381089 00 a 01 syndetic 0 002 ;c 06174404 n 0000 ! 02381189 a 0101 | connected by a conjunction
-02381189 00 a 01 asyndetic 0 003 ;c 06174404 n 0000 + 07099135 n 0101 ! 02381089 a 0101 | lacking conjunctions
-02381302 00 a 01 synonymous 0 006 + 06303682 n 0101 + 13808161 n 0103 + 13808161 n 0102 ! 02381764 a 0101 & 02381495 a 0000 & 02381613 a 0000 | (of words) meaning the same or nearly the same
-02381495 00 s 01 similar 0 002 & 02381302 a 0000 + 04743605 n 0101 | (of words) expressing closely related meanings
-02381613 00 s 01 substitutable 0 001 & 02381302 a 0000 | (of words) interchangeable in a given context without changing the import of the expression
-02381764 00 a 01 antonymous 0 007 + 06288024 n 0101 ! 02381302 a 0101 & 02381963 a 0000 & 02382144 a 0000 & 02382396 a 0000 & 02382572 a 0000 & 02382762 a 0000 | of words: having opposite meanings
-02381963 00 s 01 complementary 0 001 & 02381764 a 0000 | of words or propositions so related that each is the negation of the other; "`male' and `female' are complementary terms"
-02382144 00 s 01 contradictory 0 004 & 02381764 a 0000 + 13857486 n 0101 + 02663141 v 0101 + 00823436 v 0101 | of words or propositions so related that both cannot be true and both cannot be false; "`perfect' and `imperfect' are contradictory terms"
-02382396 00 s 01 contrary 0 001 & 02381764 a 0000 | of words or propositions so related that both cannot be true but both may be false; "`hot' and `cold' are contrary terms"
-02382572 00 s 02 contrastive 0 incompatible 0 002 & 02381764 a 0000 + 02666882 v 0101 | of words so related that one contrasts with the other; "`rich' and `hard-up' are contrastive terms"
-02382762 00 s 01 converse 0 001 & 02381764 a 0000 | of words so related that one reverses the relation denoted by the other; "`parental' and `filial' are converse terms"
-02382934 00 a 01 systematic 0 004 ^ 01668340 a 0000 ^ 01959294 a 0000 + 04768657 n 0103 ! 02383151 a 0101 | characterized by order and planning; "the investigation was very systematic"; "a systematic administrator"
-02383151 00 a 01 unsystematic 0 003 ^ 01668858 a 0000 ^ 01960656 a 0000 ! 02382934 a 0101 | lacking systematic arrangement or method or organization; "unsystematic and fragmentary records"; "he works in an unsystematic manner"
-02383380 00 a 01 taciturn 0 006 ^ 00546646 a 0000 ^ 00500569 a 0000 + 04652438 n 0103 ! 02383831 a 0101 & 02383564 a 0000 & 02383709 a 0000 | habitually reserved and uncommunicative
-02383564 00 s 01 buttoned-up 0 003 & 02383380 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British colloquial) not inclined to conversation
-02383709 00 s 02 reticent 0 untalkative 0 002 & 02383380 a 0000 + 04652438 n 0102 | temperamentally disinclined to talk
-02383831 00 a 01 voluble 0 005 ^ 00494907 a 0000 ^ 00548781 a 0000 + 04651195 n 0102 ! 02383380 a 0101 & 02384077 a 0000 | marked by a ready flow of speech; "she is an extremely voluble young woman who engages in soliloquies not conversations"
-02384077 00 s 06 chatty 0 gabby 0 garrulous 0 loquacious 0 talkative 0 talky 0 008 & 02383831 a 0000 + 07223985 n 0601 + 04651382 n 0505 + 04651382 n 0403 + 04651382 n 0404 + 04651382 n 0302 + 04651382 n 0301 + 07135080 n 0205 | full of trivial conversation; "kept from her housework by gabby neighbors"
-02384383 00 a 01 tactful 0 004 ^ 00638981 a 0000 + 04841810 n 0102 ! 02384843 a 0101 & 02384672 a 0000 | having or showing a sense of what is fitting and considerate in dealing with others; "she was tactful enough not to shatter his illusion"; "a tactful remark eased her embarrassment"
-02384672 00 s 02 discerning 0 discreet 0 002 & 02384383 a 0000 + 04842029 n 0203 | unobtrusively perceptive and sympathetic; "a discerning editor"; "a discreet silence"
-02384843 00 a 02 tactless 0 untactful 0 004 ^ 00639356 a 0000 ^ 00851103 a 0000 + 04846243 n 0101 ! 02384383 a 0101 | lacking or showing a lack of what is fitting and considerate in dealing with others; "in the circumstances it was tactless to ask her age"
-02385102 00 a 01 tall 0 014 ^ 01382086 a 0000 ^ 01204557 a 0000 = 05002352 n 0000 + 05002540 n 0101 + 05137165 n 0102 ! 02386612 a 0101 & 02385492 a 0000 & 02385726 a 0000 & 02385851 a 0000 & 02386002 a 0000 & 02386125 a 0000 & 02386305 a 0000 & 02386418 a 0000 & 02386545 a 0000 | great in vertical dimension; high in stature; "tall people"; "tall buildings"; "tall trees"; "tall ships"
-02385492 00 s 04 gangling 0 gangly 0 lanky 0 rangy 0 002 & 02385102 a 0000 + 04998700 n 0301 | tall and thin and having long slender limbs; "a gangling teenager"; "a lanky kid transformed almost overnight into a handsome young man"
-02385726 00 s 01 in_height(p) 0 001 & 02385102 a 0000 | having a specified height; "five feet tall"; "five feet in height"
-02385851 00 s 03 leggy 1 long-legged 0 long-shanked 0 004 & 02385102 a 0000 + 05561507 n 0101 + 05560787 n 0101 + 03654576 n 0101 | having long legs
-02386002 00 s 02 leggy 2 tall-growing 0 002 & 02385102 a 0000 ;c 00017222 n 0000 | (of plants) having tall spindly stems
-02386125 00 s 01 long 0 002 & 02385102 a 0000 + 05133287 n 0101 | of relatively great height; "a race of long gaunt men"- Sherwood Anderson; "looked out the long French windows"
-02386305 00 s 02 long-stalked 0 tall-stalked 0 001 & 02385102 a 0000 | of plants having relatively long stalks
-02386418 00 s 02 stately 0 statuesque 0 002 & 02385102 a 0000 + 04729984 n 0101 | of size and dignity suggestive of a statue
-02386545 00 s 01 tallish 0 001 & 02385102 a 0000 | somewhat tall
-02386612 00 a 02 short 3 little 0 011 ^ 01206474 a 0000 = 05002352 n 0000 + 05137938 n 0101 + 05002680 n 0101 ! 02385102 a 0101 & 02386962 a 0000 & 02387413 a 0000 & 02387662 a 0000 & 02387790 a 0000 & 02387970 a 0000 & 02388070 a 0000 | low in stature; not tall; "he was short and stocky"; "short in stature"; "a short smokestack"; "a little man"
-02386962 00 s 06 chunky 0 dumpy 0 low-set 0 squat 0 squatty 0 stumpy 0 004 & 02386612 a 0000 + 04998816 n 0502 + 05137778 n 0401 + 04998816 n 0201 | short and thick; as e.g. having short legs and heavy musculature; "some people seem born to be square and chunky"; "a dumpy little dumpling of a woman"; "dachshunds are long lowset dogs with drooping ears"; "a little church with a squat tower"; "a squatty red smokestack"; "a stumpy ungainly figure"
-02387413 00 s 05 compact 0 heavyset 1 stocky 0 thick 0 thickset 0 002 & 02386612 a 0000 + 04941325 n 0101 | having a short and solid form or stature; "a wrestler of compact build"; "he was tall and heavyset"; "stocky legs"; "a thickset young man"
-02387662 00 s 01 half-length 0 001 & 02386612 a 0000 | representing only the upper half of the body; "a half-length portrait"
-02387790 00 s 05 pint-size 0 pint-sized 0 runty 0 sawed-off 0 sawn-off 0 004 & 02386612 a 0000 ;u 07157273 n 0000 + 10543544 n 0301 + 05107495 n 0302 | well below average height
-02387970 00 s 01 short-stalked 0 001 & 02386612 a 0000 | of plants having relatively short stalks
-02388070 00 s 02 squab 0 squabby 0 001 & 02386612 a 0000 | short and fat
-02388145 00 a 02 tame 1 tamed 4 009 ^ 02451113 a 0000 = 04905842 n 0000 + 04905842 n 0101 ! 02389220 a 0101 & 02388441 a 0000 & 02388596 a 0000 & 02388773 a 0000 & 02388921 a 0000 & 02389099 a 0000 | brought from wildness into a domesticated state; "tame animals"; "fields of tame blueberries"
-02388441 00 s 02 broken 0 broken_in 0 001 & 02388145 a 0000 | tamed or trained to obey; "a horse broken to the saddle"; "this old nag is well broken in"
-02388596 00 s 01 cultivated 0 001 & 02388145 a 0000 | no longer in the natural state; developed by human care and for human use; "cultivated roses"; "cultivated blackberries"
-02388773 00 s 02 docile 0 gentle 0 002 & 02388145 a 0000 + 04905697 n 0101 | easily handled or managed; "a gentle old horse, docile and obedient"
-02388921 00 s 02 domestic 0 domesticated 0 002 & 02388145 a 0000 + 05209113 n 0101 | converted or adapted to domestic use; "domestic animals"; "domesticated plants like maize"
-02389099 00 s 01 tamed 0 001 & 02388145 a 0000 | brought from wildness; "the once inhospitable landscape is now tamed"
-02389220 00 a 02 wild 1 untamed 4 009 ^ 02451951 a 0000 = 04907826 n 0000 + 13939353 n 0101 + 08683548 n 0101 ! 02388145 a 0101 & 02389520 a 0000 & 02389649 a 0000 & 02389719 a 0000 & 02389833 a 0000 | in a natural state; not tamed or domesticated or cultivated; "wild geese"; "edible wild plants"
-02389520 00 s 03 feral 0 ferine 0 savage 0 002 & 02389220 a 0000 + 05038251 n 0301 | wild and menacing; "a pack of feral dogs"
-02389649 00 s 01 semi-wild 0 001 & 02389220 a 0000 | partially wild
-02389719 00 s 01 unbroken 0 001 & 02389220 a 0000 | not subdued or trained for service or use; "unbroken colts"
-02389833 00 s 01 undomesticated 0 001 & 02389220 a 0000 | not domesticated; "a few undomesticated horses left"
-02389946 00 a 01 tame 2 003 ^ 01922763 a 0000 ! 02390335 a 0101 & 02390194 a 0000 | very restrained or quiet; "a tame Christmas party"; "she was one of the tamest and most abject creatures imaginable with no will or power to act but as directed"
-02390194 00 s 01 subdued 0 002 & 02389946 a 0000 + 04889779 n 0102 | quieted and brought under control; "children were subdued and silent"
-02390335 00 a 01 wild 2 007 ^ 01923391 a 0000 + 04909887 n 0101 ! 02389946 a 0101 & 02390569 a 0000 & 02390724 a 0000 & 02391003 a 0000 & 02391342 a 0000 | marked by extreme lack of restraint or control; "wild talk"; "wild parties"
-02390569 00 s 02 chaotic 0 disorderly 0 003 & 02390335 a 0000 + 14499262 n 0201 + 13976322 n 0101 | completely unordered and unpredictable and confusing
-02390724 00 s 05 delirious 0 excited 0 frantic 0 mad 0 unrestrained 0 003 & 02390335 a 0000 + 04885784 n 0401 + 14391876 n 0102 | marked by uncontrolled excitement or emotion; "a crowd of delirious baseball fans"; "something frantic in their gaiety"; "a mad whirl of pleasure"
-02391003 00 s 02 frenzied 0 manic 0 003 & 02390335 a 0000 + 14391660 n 0201 + 09181557 n 0201 | affected with or marked by frenzy or mania uncontrolled by reason; "a frenzied attack"; "a frenzied mob"; "the prosecutor's frenzied denunciation of the accused"- H.W.Carter; "outbursts of drunken violence and manic activity and creativity"
-02391342 00 s 01 unsubdued 0 001 & 02390335 a 0000 | not brought under control; "the horse remained unsubdued"
-02391455 00 a 02 tangible 0 touchable 0 005 ^ 00013160 a 0000 + 04760024 n 0102 + 04760024 n 0101 ! 02391867 a 0101 & 02391683 a 0000 | perceptible by the senses especially the sense of touch; "skin with a tangible roughness"
-02391683 00 s 02 tactile 0 tactual 0 002 & 02391455 a 0000 + 05721990 n 0102 | producing a sensation of touch; "tactile qualities"; "the tactual luxury of stroking silky human hair"
-02391867 00 a 02 intangible 0 impalpable 4 005 ^ 00011757 a 0000 + 04760296 n 0203 + 04760296 n 0101 + 04760296 n 0102 ! 02391455 a 0101 | incapable of being perceived by the senses especially the sense of touch; "the intangible constituent of energy"- James Jeans
-02392134 00 a 01 tangible 2 004 ;c 01094725 n 0000 ! 02392654 a 0101 & 02392406 a 0000 & 02392537 a 0000 | (of especially business assets) having physical substance and intrinsic monetary value ; "tangible property like real estate"; "tangible assets such as machinery"
-02392406 00 s 01 real 0 001 & 02392134 a 0000 | (of property) fixed or immovable; "real property consists of land and buildings"
-02392537 00 s 01 realizable 0 001 & 02392134 a 0000 | capable of being realized; "realizable benefits of the plan"
-02392654 00 a 01 intangible 2 003 ;c 01094725 n 0000 + 04760296 n 0102 ! 02392134 a 0101 | (of especially business assets) not having physical substance or intrinsic productive value; "intangible assets such as good will"
-02392878 00 a 01 tasteful 2 007 ^ 00849357 a 0000 ^ 01851523 a 0000 = 05749619 n 0000 + 04813395 n 0101 ! 02393401 a 0101 & 02393086 a 0000 & 02393220 a 0000 | having or showing or conforming to good taste
-02393086 00 s 03 aesthetic 0 esthetic 0 artistic 0 001 & 02392878 a 0000 | aesthetically pleasing; "an artistic flower arrangement"
-02393220 00 s 03 understated 0 unostentatious 0 unpretentious 0 002 & 02392878 a 0000 + 04787154 n 0301 | exhibiting restrained good taste; "the room is pleasant and understated"
-02393401 00 a 01 tasteless 2 011 ^ 00851103 a 0000 ^ 01849288 a 0000 = 05749619 n 0000 + 04818284 n 0101 ! 02392878 a 0101 & 02393670 a 0000 & 02393791 a 0000 & 02394366 a 0000 & 02394487 a 0000 & 02394793 a 0000 & 02394975 a 0000 | lacking aesthetic or social taste
-02393670 00 s 01 barbaric 0 001 & 02393401 a 0000 | unrestrained and crudely rich; "barbaric use of color or ornament"
-02393791 00 s 0d brassy 0 cheap 0 flash 0 flashy 0 garish 0 gaudy 0 gimcrack 0 loud 0 meretricious 0 tacky 0 tatty 0 tawdry 0 trashy 0 015 & 02393401 a 0000 + 05140593 n 0d02 + 04818700 n 0c07 + 04818460 n 0b03 + 04818460 n 0a02 + 04818700 n 0906 + 04818700 n 0804 + 02787435 n 0603 + 04818700 n 0603 + 04690769 n 0602 + 04690769 n 0501 + 04818700 n 0502 + 04818700 n 0401 + 06889330 n 0303 + 04818460 n 0201 | tastelessly showy; "a flash car"; "a flashy ring"; "garish colors"; "a gaudy costume"; "loud sport shirts"; "a meretricious yet stylish book"; "tawdry ornaments"
-02394366 00 s 01 Brummagem 0 002 & 02393401 a 0000 ;r 08860123 n 0000 | cheap and showy; "a cheap Brummagem imitation"
-02394487 00 s 02 camp 0 campy 0 002 & 02393401 a 0000 + 05649960 n 0201 | providing sophisticated amusement by virtue of having artificially (and vulgarly) mannered or banal or sentimental qualities; "they played up the silliness of their roles for camp effect"; "campy Hollywood musicals of the 1940's"
-02394793 00 s 03 indelicate 0 off-color 0 off-colour 0 001 & 02393401 a 0000 | in violation of good taste even verging on the indecent; "an indelicate remark"; "an off-color joke"
-02394975 00 s 02 ostentatious 0 pretentious 0 003 & 02393401 a 0000 + 04817923 n 0205 + 04817923 n 0102 | (of a display) tawdry or vulgar
-02395115 00 a 01 tasty 0 034 ^ 00133417 a 0000 ^ 01716227 a 0000 ^ 01073822 a 0000 ^ 02368787 a 0000 ^ 02368336 a 0000 = 04992163 n 0000 + 05658226 n 0101 + 04995421 n 0102 ! 02399399 a 0101 & 02395810 a 0000 & 02395910 a 0000 & 02396098 a 0000 & 02396267 a 0000 & 02396354 a 0000 & 02396484 a 0000 & 02396578 a 0000 & 02396720 a 0000 & 02396911 a 0000 & 02397119 a 0000 & 02397234 a 0000 & 02397496 a 0000 & 02397644 a 0000 & 02397732 a 0000 & 02397903 a 0000 & 02398051 a 0000 & 02398129 a 0000 & 02398255 a 0000 & 02398378 a 0000 & 02398608 a 0000 & 02398773 a 0000 & 02398928 a 0000 & 02399014 a 0000 & 02399176 a 0000 & 02399259 a 0000 | pleasing to the sense of taste; "a tasty morsel"
-02395810 00 s 02 acid-tasting 0 sour-tasting 0 001 & 02395115 a 0000 | having a sour acidic taste
-02395910 00 s 03 ambrosial 0 ambrosian 0 nectarous 0 002 & 02395115 a 0000 + 07610295 n 0302 | extremely pleasing to the taste; sweet and fragrant; "a nectarous drink"; "ambrosial food"
-02396098 00 s 01 bitter 0 004 & 02395115 a 0000 + 07889814 n 0101 + 05717115 n 0101 + 04994824 n 0102 | causing a sharp and acrid taste experience;"quinine is bitter"
-02396267 00 s 02 bitterish 0 sharp-tasting 0 001 & 02395115 a 0000 | somewhat bitter
-02396354 00 s 02 bittersweet 0 semisweet 0 001 & 02395115 a 0000 | having a taste that is a mixture of bitterness and sweetness
-02396484 00 s 01 choice 0 001 & 02395115 a 0000 | appealing to refined taste; "choice wine"
-02396578 00 s 01 dainty 0 002 & 02395115 a 0000 + 07557165 n 0101 | especially pleasing to the taste; "a dainty dish to set before a kind";
-02396720 00 s 07 delectable 0 delicious 0 luscious 0 pleasant-tasting 0 scrumptious 0 toothsome 0 yummy 0 002 & 02395115 a 0000 + 04995793 n 0604 | extremely pleasing to the sense of taste
-02396911 00 s 08 flavorful 0 flavourful 0 flavorous 0 flavourous 0 flavorsome 0 flavoursome 0 sapid 0 saporous 0 004 & 02395115 a 0000 + 04996113 n 0702 + 05715864 n 0403 + 05715864 n 0302 | full of flavor
-02397119 00 s 01 fruity 0 002 & 02395115 a 0000 + 13134947 n 0101 | tasting or smelling richly of or as of fruit
-02397234 00 s 04 full-bodied 0 racy 0 rich 0 robust 0 003 & 02395115 a 0000 + 05164101 n 0301 + 04992834 n 0204 | marked by richness and fullness of flavor; "a rich ruby port"; "full-bodied wines"; "a robust claret"; "the robust flavor of fresh-brewed coffee"
-02397496 00 s 01 peppery 0 002 & 02395115 a 0000 + 07815588 n 0101 | having the piquant burning taste of peppers; "corn chips with peppery salsa"
-02397644 00 s 01 gingery 0 001 & 02395115 a 0000 | having a taste like that of ginger
-02397732 00 s 02 hot 0 spicy 1 002 & 02395115 a 0000 + 04993312 n 0101 | producing a burning sensation on the taste nerves; "hot salsa"; "jalapeno peppers are very hot"
-02397903 00 s 02 grapey 0 grapy 0 003 & 02395115 a 0000 + 07758680 n 0201 + 07758680 n 0101 | having a taste like that of grapes; "a grapey wine"
-02398051 00 s 01 mild-tasting 0 001 & 02395115 a 0000 | having a mild taste
-02398129 00 s 01 nippy 0 003 & 02395115 a 0000 + 05715864 n 0108 + 04993108 n 0101 | a sharp biting taste; "a nippy cheese"
-02398255 00 s 02 nutty 0 nutlike 0 002 & 02395115 a 0000 + 13136556 n 0101 | having the flavor of nuts; "a nutty sherry"
-02398378 00 s 05 piquant 0 savory 0 savoury 0 spicy 0 zesty 0 007 & 02395115 a 0000 + 04993108 n 0507 + 04992570 n 0401 + 07594840 n 0302 + 05715864 n 0306 + 07594840 n 0201 + 04995940 n 0203 | having an agreeably pungent taste
-02398608 00 s 02 pungent 0 acrid 0 002 & 02395115 a 0000 + 04992834 n 0101 | strong and sharp;"the pungent taste of radishes"; "the acrid smell of burning rubber"
-02398773 00 s 01 salty 0 003 & 02395115 a 0000 + 05717342 n 0102 + 05717342 n 0101 | one of the four basic taste sensations; like the taste of sea water
-02398928 00 s 01 smoky 0 001 & 02395115 a 0000 | tasting of smoke; "smoky sausages"
-02399014 00 s 01 sour 0 003 & 02395115 a 0000 + 05716744 n 0102 + 04993882 n 0101 | one of the four basic taste sensations; like the taste of vinegar or lemons
-02399176 00 s 01 strong-flavored 0 001 & 02395115 a 0000 | having a strong taste
-02399259 00 s 02 winy 0 winey 0 003 & 02395115 a 0000 + 07891726 n 0201 + 07891726 n 0101 | having the taste of wine; "a rich winy taste"
-02399399 00 a 01 tasteless 1 008 ^ 00133851 a 0000 ^ 01716491 a 0000 = 04992163 n 0000 + 04997032 n 0105 ! 02395115 a 0101 & 02399595 a 0000 & 02400002 a 0000 & 02400125 a 0000 | lacking flavor
-02399595 00 s 08 bland 0 flat 0 flavorless 0 flavourless 0 insipid 0 savorless 1 savourless 1 vapid 0 009 & 02399399 a 0000 + 04997032 n 0704 + 04997032 n 0603 + 04997282 n 0503 + 04997282 n 0502 + 04997032 n 0402 + 04997032 n 0301 + 05717953 n 0201 + 04997282 n 0101 | lacking taste or flavor or tang; "a bland diet"; "insipid hospital food"; "flavorless supermarket tomatoes"; "vapid beer"; "vapid tea"
-02400002 00 s 04 unflavored 0 unflavoured 0 nonflavored 0 nonflavoured 0 001 & 02399399 a 0000 | without flavoring added
-02400125 00 s 02 unsalted 0 unseasoned 0 001 & 02399399 a 0000 | without salt or seasoning
-02400218 00 a 02 taxable 0 nonexempt 2 007 ^ 02366200 a 0000 + 02307547 v 0101 + 14530563 n 0101 ! 02400929 a 0101 & 02400471 a 0000 & 02400628 a 0000 & 02400724 a 0000 | (of goods or funds) subject to taxation; "taxable income"; "nonexempt property"
-02400471 00 s 01 assessable 0 003 & 02400218 a 0000 + 00682230 v 0101 + 00681429 v 0104 | capable of being assessed especially for the purpose of taxation
-02400628 00 s 01 dutiable 0 001 & 02400218 a 0000 | subject to import tax; "dutiable imports"
-02400724 00 s 02 ratable 0 rateable 0 004 & 02400218 a 0000 ;r 08860123 n 0000 + 14530659 n 0202 + 14530659 n 0101 | liable to payment of locally assessed property taxes; "the ratable value of property"
-02400929 00 a 02 nontaxable 0 exempt 2 005 ^ 02365397 a 0000 ! 02400218 a 0101 & 02401196 a 0000 & 02401288 a 0000 & 02401445 a 0000 | (of goods or funds) not subject to taxation; "the funds of nonprofit organizations are nontaxable"; "income exempt from taxation"
-02401196 00 s 01 duty-free 0 001 & 02400929 a 0000 | exempt from duty; "duty-free liquor"
-02401288 00 s 03 tax-exempt 0 tax-free 0 untaxed 0 001 & 02400929 a 0000 | (of goods or funds) not taxed; "tax-exempt bonds"; "an untaxed expense account"
-02401445 00 s 01 unratable 0 002 & 02400929 a 0000 ;r 08860123 n 0000 | not subject to locally assessed property taxes; "unratable properties"
-02401590 00 a 01 temperate 0 006 ^ 01508719 a 0000 ^ 01531375 a 0000 + 04883243 n 0102 ! 02402268 a 0101 & 02401863 a 0000 & 02402078 a 0000 | not extreme in behavior; "temperate in his habits"; "a temperate response to an insult"; "temperate in his eating and drinking"
-02401863 00 s 02 abstemious 0 light(a) 0 002 & 02401590 a 0000 + 05114262 n 0101 | marked by temperance in indulgence; "abstemious with the use of adverbs"; "a light eater"; "a light smoker"; "ate a light supper"
-02402078 00 s 02 moderate 0 restrained 0 002 & 02401590 a 0000 + 05117660 n 0102 | marked by avoidance of extravagance or extremes; "moderate in his demands"; "restrained in his response"
-02402268 00 a 01 intemperate 0 005 ^ 01533120 a 0000 ^ 01509527 a 0000 + 00747671 n 0102 ! 02401590 a 0101 & 02402439 a 0000 | excessive in behavior; "intemperate rage"
-02402439 00 s 02 big(a) 0 heavy(a) 2 001 & 02402268 a 0000 | prodigious; "big spender"; "big eater"; "heavy investor"
-02402559 00 a 01 temperate 1 005 ^ 00438166 a 0000 + 11456462 n 0103 ! 02403030 a 0101 & 02402846 a 0000 & 02402943 a 0000 | (of weather or climate) free from extremes; mild; or characteristic of such weather or climate; "a temperate region"; "the temperate zones"; "temperate plants"
-02402846 00 s 01 cold-temperate 0 001 & 02402559 a 0000 | the colder parts of temperate waters
-02402943 00 s 01 equable 0 001 & 02402559 a 0000 | not varying; "an equable climate"
-02403030 00 a 01 intemperate 1 002 ^ 00438567 a 0000 ! 02402559 a 0101 | (of weather or climate) not mild; subject to extremes; "an intemperate climate"; "intemperate zones"
-02403206 00 a 01 tense 1 006 ^ 01447302 a 0000 + 14544335 n 0103 + 14544335 n 0102 ! 02403671 a 0101 & 02403401 a 0000 & 02403505 a 0000 | taut or rigid; stretched tight; "tense piano strings"
-02403401 00 s 01 overstrung 0 001 & 02403206 a 0000 | too tightly strung; "an overstrung archery bow"
-02403505 00 s 02 taut 0 tight 0 003 & 02403206 a 0000 + 04776940 n 0201 + 04776940 n 0102 | pulled or drawn tight; "taut sails"; "a tight drumhead"; "a tight rope"
-02403671 00 a 01 lax 1 009 ^ 01446749 a 0000 + 14546042 n 0101 ! 02403206 a 0101 & 02403944 a 0000 & 02404081 a 0000 & 02404306 a 0000 & 02404421 a 0000 & 02404670 a 0000 & 02404793 a 0000 | lacking in strength or firmness or resilience; "a lax rope"; "a limp handshake"
-02403944 00 s 03 drooping 0 droopy 0 sagging 0 002 & 02403671 a 0000 + 13905572 n 0202 | hanging down (as from exhaustion or weakness)
-02404081 00 s 01 limp 0 002 & 02403671 a 0000 + 04939046 n 0102 | lacking in strength or firmness or resilience; "gave a limp handshake"; "a limp gesture as if waving away all desire to know" G.K.Chesterton; "a slack grip"
-02404306 00 s 01 floppy 0 002 & 02403671 a 0000 + 00327510 n 0101 | hanging limply; "a spaniel with floppy ears"
-02404421 00 s 02 loose 0 slack 0 005 & 02403671 a 0000 + 04775357 n 0201 + 04233556 n 0201 + 04775357 n 0202 + 04774511 n 0101 | not tense or taut; "the old man's skin hung loose and grey"; "slack and wrinkled skin"; "slack sails"; "a slack rope"
-02404670 00 s 01 loose-jointed 0 001 & 02403671 a 0000 | loosely articulated or constructed; "a loose-jointed paragraph"
-02404793 00 s 01 tensionless 0 001 & 02403671 a 0000 | free from tension
-02404868 00 a 01 tense 2 003 ;c 06177033 n 0000 ! 02405160 a 0101 & 02405038 a 0000 | pronounced with relatively tense tongue muscles (e.g., the vowel sound in `beat')
-02405038 00 s 01 constricted 0 002 & 02404868 a 0000 ;c 06177033 n 0000 | especially tense; especially in some dialects
-02405160 00 a 01 lax 2 002 ;c 06177033 n 0000 ! 02404868 a 0101 | pronounced with muscles of the tongue and jaw relatively relaxed (e.g., the vowel sound in `bet')
-02405326 00 a 01 tense 3 015 ^ 00085264 a 0000 ^ 00822449 a 0000 + 14376188 n 0102 ! 02407603 a 0101 & 02405677 a 0000 & 02405805 a 0000 & 02405959 a 0000 & 02406166 a 0000 & 02406370 a 0000 & 02406640 a 0000 & 02406790 a 0000 & 02406908 a 0000 & 02407041 a 0000 & 02407193 a 0000 & 02407346 a 0000 | in or of a state of physical or nervous tension
-02405677 00 s 02 aroused 0 wound_up 0 001 & 02405326 a 0000 | brought to a state of great tension; "all wound up for a fight"
-02405805 00 s 04 cliff-hanging 0 suspenseful 0 suspensive 0 nail-biting 0 001 & 02405326 a 0000 | (of a situation) characterized by or causing suspense
-02405959 00 s 01 taut 0 002 & 02405326 a 0000 + 14544335 n 0104 | subjected to great tension; stretched tight; "the skin of his face looked drawn and tight"; "her nerves were taut as the strings of a bow"
-02406166 00 s 04 antsy 0 fidgety 0 fretful 0 itchy 0 003 & 02405326 a 0000 + 07513795 n 0201 + 07513795 n 0202 | nervous and unable to relax; "a constant fretful stamping of hooves"; "a restless child"
-02406370 00 s 09 edgy 0 high-strung 0 highly_strung 0 jittery 0 jumpy 0 nervy 0 overstrung 0 restive 0 uptight 0 007 & 02405326 a 0000 + 07525760 n 0804 + 04625716 n 0802 + 07525760 n 0502 + 07525760 n 0401 + 05171978 n 0101 + 07525057 n 0101 | being in a tense state
-02406640 00 s 01 electric 0 002 & 02405326 a 0000 + 07514600 n 0101 | (of a situation) exceptionally tense; "an atmosphere electric with suspicion"
-02406790 00 s 01 isotonic 0 002 & 02405326 a 0000 ;c 06080522 n 0000 | of two or more muscles; having equal tension
-02406908 00 s 01 nervous 0 002 & 02405326 a 0000 + 04624959 n 0101 | easily agitated; "a nervous addict"; "a nervous thoroughbred"
-02407041 00 s 01 strained 0 001 & 02405326 a 0000 | showing signs of mental and emotional tension; "her voice was strained as she asked the question"
-02407193 00 s 01 unrelaxed 0 001 & 02405326 a 0000 | nor relaxed; "his life was drawing to a close in baffled zeal and unrelaxed strain"- U.B.Phillips
-02407346 00 s 04 pumped-up(a) 0 pumped_up(p) 0 pumped(p) 0 wired 0 002 & 02405326 a 0000 ;u 07075172 n 0000 | tense with excitement and enthusiasm as from a rush of adrenaline; "we were really pumped up for the race"; "he was so pumped he couldn't sleep"
-02407603 00 a 01 relaxed 0 006 ^ 00822115 a 0000 ^ 00087152 a 0000 ! 02405326 a 0101 & 02407855 a 0000 & 02408011 a 0000 & 02408140 a 0000 | without strain or anxiety; "gave the impression of being quite relaxed"; "a relaxed and informal discussion"
-02407855 00 s 01 degage 0 001 & 02407603 a 0000 | free and relaxed in manner; "rather degage after the nervousness he had shown at dinner"- Edmund Wilson
-02408011 00 s 02 laid-back 0 mellow 0 002 & 02407603 a 0000 + 04656448 n 0201 | unhurried and relaxed; "a mellow conversation"
-02408140 00 s 01 unstrained 0 001 & 02407603 a 0000 | not placed under psychological stress; "the campaign would not leave party loyalties unstrained"
-02408293 00 a 01 hypertonic 1 003 + 14576242 n 0102 + 14576242 n 0101 ! 02408470 a 0101 | (of living tissue) in a state of abnormally high tension; "hypertonic muscle tissue"
-02408470 00 a 01 hypotonic 1 003 + 14576468 n 0103 + 14576468 n 0101 ! 02408293 a 0101 | (of living tissue) lacking normal tone or tension
-02408611 00 a 01 territorial 0 004 ! 02409293 a 0101 & 02408793 a 0000 & 02408977 a 0000 & 02409095 a 0000 | belonging to the territory of any state or ruler; "territorial rights"
-02408793 00 s 01 jurisdictional 0 002 & 02408611 a 0000 + 08590369 n 0101 | restricted to the geographic area under a particular jurisdiction; "the jurisdictional limits of a state"
-02408977 00 s 01 regional 0 001 & 02408611 a 0000 | related or limited to a particular region; "a regional dialect"
-02409095 00 s 01 sectional 0 001 & 02408611 a 0000 | related or limited to a distinct region or subdivision of a territory or community or group of people; "sectional tensions arose over slavery"
-02409293 00 a 02 extraterritorial 0 exterritorial 0 001 ! 02408611 a 0101 | outside territorial limits or jurisdiction; "fishing in extraterritorial waters"; "enjoying exterritorial privileges and rights"
-02409500 00 a 01 territorial 1 003 ;c 06037666 n 0000 + 01221464 n 0101 ! 02409712 a 0101 | displaying territoriality; defending a territory from intruders; "territorial behavior"; "strongly territorial birds"
-02409712 00 a 01 nonterritorial 0 002 ;c 06037666 n 0000 ! 02409500 a 0101 | not displaying territoriality; "a nonterritorial species"
-02409849 00 a 01 thermoplastic 0 002 + 14593344 n 0101 ! 02410156 a 0101 | having the property of softening or fusing when heated and of hardening and becoming rigid again when cooled; "thermoplastic materials can be remelted and cooled time after time without undergoing any appreciable chemical change"
-02410156 00 a 02 thermosetting 0 thermoset 0 001 ! 02409849 a 0101 | having the property of becoming permanently hard and rigid when heated or cured; "the phenol resins and plastics were the original synthetic thermosetting materials"
-02410393 00 a 01 thick 1 015 ^ 00986027 a 0000 ^ 02560548 a 0000 = 05103072 n 0000 + 05136662 n 0101 ! 02412164 a 0101 & 02410983 a 0000 & 02411116 a 0000 & 02411224 a 0000 & 02411322 a 0000 & 02411447 a 0000 & 02411559 a 0000 & 02411683 a 0000 & 02411798 a 0000 & 02411913 a 0000 & 02412059 a 0000 | not thin; of a specific thickness or of relatively great extent from one surface to the opposite usually in the smallest of the three solid dimensions; "an inch thick"; "a thick board"; "a thick sandwich"; "spread a thick layer of butter"; "thick coating of dust"; "thick warm blankets"
-02410983 00 s 01 deep 0 002 & 02410393 a 0000 + 05134880 n 0101 | relatively thick from top to bottom; "deep carpets"; "deep snow"
-02411116 00 s 01 deep-chested 0 001 & 02410393 a 0000 | thick in the chest; "a deep-chested breed of dog"
-02411224 00 s 01 fat 0 001 & 02410393 a 0000 | having a relatively large diameter; "a fat rope"
-02411322 00 s 01 four-ply 0 001 & 02410393 a 0000 | having a thickness made up of four layers or strands; "four-ply yarns"
-02411447 00 s 01 heavy 0 001 & 02410393 a 0000 | made of fabric having considerable thickness; "a heavy coat"
-02411559 00 s 01 heavy 4 002 & 02410393 a 0000 + 05136662 n 0102 | of relatively large extent and density; "a heavy line"
-02411683 00 s 01 quilted 0 001 & 02410393 a 0000 | made of layers of fabric held together by patterned stitching
-02411798 00 s 01 thickened 0 001 & 02410393 a 0000 | made or having become thick; "thickened bronchial arteries"
-02411913 00 s 01 three-ply 0 001 & 02410393 a 0000 | having a thickness made up of three layers or strands; "three-ply cloth"; "three-ply yarn"
-02412059 00 s 01 two-ply 0 001 & 02410393 a 0000 | having a thickness made up of two layers or strands
-02412164 00 a 01 thin 1 021 ^ 02561888 a 0000 ^ 00988232 a 0000 = 05103072 n 0000 + 05103648 n 0101 ! 02410393 a 0101 & 02412732 a 0000 & 02412880 a 0000 & 02413037 a 0000 & 02413221 a 0000 & 02413390 a 0000 & 02413851 a 0000 & 02414031 a 0000 & 02414188 a 0000 & 02414323 a 0000 & 02414500 a 0000 & 02414599 a 0000 & 02414749 a 0000 & 02414908 a 0000 & 02415025 a 0000 & 02415172 a 0000 & 02415294 a 0000 | of relatively small extent from one surface to the opposite or in cross section; "thin wire"; "a thin chiffon blouse"; "a thin book"; "a thin layer of paint"
-02412732 00 s 01 bladed 0 002 & 02412164 a 0000 ;c 06098876 n 0000 | composed of thin flat plates resembling a knife blade; "bladed arsenopyrite"
-02412880 00 s 02 capillary 0 hairlike 0 002 & 02412164 a 0000 + 11433806 n 0101 | long and slender with a very small internal diameter; "a capillary tube"
-02413037 00 s 02 compressed 0 flat 0 003 & 02412164 a 0000 ;c 06037666 n 0000 + 05063349 n 0202 | flattened laterally along the whole length (e.g., certain leafstalks or flatfishes)
-02413221 00 s 01 depressed 0 002 & 02412164 a 0000 ;c 06037666 n 0000 | flattened downward as if pressed from above or flattened along the dorsal and ventral surfaces
-02413390 00 s 0b diaphanous 0 filmy 0 gauzy 0 gauze-like 0 gossamer 0 see-through 0 sheer 0 transparent 0 vaporous 0 vapourous 0 cobwebby 0 006 & 02412164 a 0000 + 03059934 n 0b01 + 11520619 n 0801 + 04702127 n 0803 + 03429914 n 0301 + 03339296 n 0201 | so thin as to transmit light; "a hat with a diaphanous veil"; "filmy wings of a moth"; "gauzy clouds of dandelion down"; "gossamer cobwebs"; "sheer silk stockings"; "transparent chiffon"; "vaporous silks"
-02413851 00 s 05 filamentous 0 filiform 0 filamentlike 0 threadlike 0 thready 0 003 & 02412164 a 0000 + 09409203 n 0502 + 14867858 n 0102 | thin in diameter; resembling a thread
-02414031 00 s 01 fine 0 002 & 02412164 a 0000 + 05136978 n 0101 | thin in thickness or diameter; "a fine film of oil"; "fine hairs"; "read the fine print"
-02414188 00 s 01 light 0 002 & 02412164 a 0000 + 05028700 n 0101 | very thin and insubstantial; "thin paper"; "light summer dresses"
-02414323 00 s 01 hyperfine 0 002 & 02412164 a 0000 ;c 06090869 n 0000 | extremely fine or thin, as in a spectral line split into two or more components; "hyperfine structure"
-02414500 00 s 01 paper_thin 0 001 & 02412164 a 0000 | thin as paper; "her blouse was paper thin"
-02414599 00 s 01 papery 0 002 & 02412164 a 0000 + 14974264 n 0101 | thin and paperlike; "papery leaves"; "wasps that make nests of papery material"
-02414749 00 s 02 ribbonlike 0 ribbony 0 003 & 02412164 a 0000 + 09409203 n 0201 + 04087899 n 0201 | long and thin; resembling a ribbon; "ribbonlike noodles"
-02414908 00 s 01 sleazy 0 001 & 02412164 a 0000 | of cloth; thin and loosely woven; "the coat has a sleazy lining"
-02415025 00 s 01 slender 0 002 & 02412164 a 0000 + 05103648 n 0103 | having little width in proportion to the length or height; "a slender pole"
-02415172 00 s 01 tenuous 0 002 & 02412164 a 0000 + 05103648 n 0102 | very thin in gauge or diameter; "a tenuous thread"
-02415294 00 s 01 wafer-thin 0 001 & 02412164 a 0000 | very thin; "wafer-thin sheets of metal"
-02415390 00 a 01 thick 2 014 = 04936403 n 0000 = 04934546 n 0000 + 04936403 n 0101 ! 02417301 a 0101 & 02415764 a 0000 & 02415938 a 0000 & 02416036 a 0000 & 02416285 a 0000 & 02416390 a 0000 & 02416610 a 0000 & 02416765 a 0000 & 02416898 a 0000 & 02417028 a 0000 & 02417170 a 0000 | relatively dense in consistency; "thick cream"; "thick soup"; "thick smoke"; "thick fog"
-02415764 00 s 02 clogged 0 clotted 0 001 & 02415390 a 0000 | thickened or coalesced in soft thick lumps (such as clogs or clots); "clotted blood"; "seeds clogged together"
-02415938 00 s 01 coagulable 0 001 & 02415390 a 0000 | capable of coagulating and becoming thick
-02416036 00 s 05 coagulate 0 coagulated 0 curdled 0 grumous 0 grumose 0 003 & 02415390 a 0000 + 14939663 n 0401 + 05402333 n 0402 | transformed from a liquid into a soft semisolid or solid mass; "coagulated blood"; "curdled milk"; "grumous blood"
-02416285 00 s 01 creamy 0 003 & 02415390 a 0000 + 07847198 n 0101 + 04936690 n 0101 | thick like cream
-02416390 00 s 03 dense 0 heavy 1 impenetrable 0 002 & 02415390 a 0000 + 04941453 n 0101 | permitting little if any light to pass through because of denseness of matter; "dense smoke"; "heavy fog"; "impenetrable gloom"
-02416610 00 s 03 gelatinous 0 gelatinlike 0 jellylike 0 004 & 02415390 a 0000 + 14730553 n 0101 + 14730553 n 0102 + 04936213 n 0101 | thick like gelatin
-02416765 00 s 04 ropy 0 ropey 0 stringy 0 thready 0 002 & 02415390 a 0000 + 04935904 n 0106 | forming viscous or glutinous threads
-02416898 00 s 01 soupy 0 002 & 02415390 a 0000 + 04936690 n 0102 | having the consistency and appearance of soup; "a soupy fog"
-02417028 00 s 02 syrupy 0 viscous 0 003 & 02415390 a 0000 + 04935003 n 0202 + 04935003 n 0201 | having a relatively high resistance to flow
-02417170 00 s 01 thickened 0 001 & 02415390 a 0000 | made thick in consistency; "flour-thickened gravy"; "dust-thickened saliva"
-02417301 00 a 01 thin 2 006 = 04936403 n 0000 = 04934546 n 0000 + 04936846 n 0101 ! 02415390 a 0101 & 02417611 a 0000 & 02417725 a 0000 | relatively thin in consistency or low in density; not viscous; "air is thin at high altitudes"; "a thin soup"; "skimmed milk is much thinner than whole milk"; "thin oil"
-02417611 00 s 01 tenuous 0 002 & 02417301 a 0000 + 05089612 n 0102 | having thin consistency; "a tenuous fluid"
-02417725 00 s 03 rare 0 rarefied 0 rarified 0 002 & 02417301 a 0000 + 05089612 n 0101 | having low density; "rare gasses"; "lightheaded from the rarefied mountain air"
-02417895 00 a 01 thinkable 0 006 ^ 00644839 a 0000 ^ 01821266 a 0000 ! 02418538 a 0101 & 02418093 a 0000 & 02418249 a 0000 & 02418412 a 0000 | capable of being conceived or imagined or considered
-02418093 00 s 02 cogitable 0 ponderable 0 001 & 02417895 a 0000 | capable of being thought about; "space flight to other galaxies becomes more cogitable"
-02418249 00 s 02 conceivable 0 imaginable 0 003 & 02417895 a 0000 + 14482299 n 0101 + 14482299 n 0102 | capable of being imagined; "that is one possible answer"
-02418412 00 s 03 presumable 0 supposable 0 surmisable 0 001 & 02417895 a 0000 | capable of being inferred on slight grounds
-02418538 00 a 01 unthinkable 0 004 ^ 01823092 a 0000 ^ 00645493 a 0000 ! 02417895 a 0101 & 02418692 a 0000 | incapable of being conceived or considered
-02418692 00 s 04 impossible 0 inconceivable 0 out_of_the_question 0 unimaginable 0 004 & 02418538 a 0000 + 14483348 n 0202 + 14483348 n 0201 + 14483126 n 0102 | totally unlikely
-02418872 00 a 01 thoughtful 0 010 ^ 00638981 a 0000 = 04660536 n 0000 + 05785508 n 0106 ! 02420530 a 0101 & 02419159 a 0000 & 02419434 a 0000 & 02419933 a 0000 & 02420085 a 0000 & 02420215 a 0000 & 02420390 a 0000 | exhibiting or characterized by careful thought; "a thoughtful paper"
-02419159 00 s 04 bemused 0 deep_in_thought(p) 0 lost(p) 0 preoccupied 0 002 & 02418872 a 0000 + 05700087 n 0402 | deeply absorbed in thought; "as distant and bemused as a professor listening to the prattling of his freshman class"; "lost in thought"; "a preoccupied frown"
-02419434 00 s 09 brooding 0 broody 0 contemplative 0 meditative 0 musing 0 pensive 0 pondering 0 reflective 0 ruminative 0 011 & 02418872 a 0000 + 00630380 v 090b + 04661546 n 0802 + 00630380 v 0808 + 07533607 n 0601 + 04660805 n 0402 + 00704388 v 0402 + 00630380 v 0403 + 00630380 v 0306 + 00704388 v 0303 + 04660805 n 0303 | deeply or seriously thoughtful; "Byron lives on not only in his poetry, but also in his creation of the 'Byronic hero' - the persona of a brooding melancholy young man";
-02419933 00 s 01 cogitative 0 003 & 02418872 a 0000 + 00703512 v 0101 + 00628491 v 0102 | given to cogitation; "he looked at me with cogitative eyes"
-02420085 00 s 01 well_thought_out(p) 0 001 & 02418872 a 0000 | resulting from careful thought; "the paper was well thought out"
-02420215 00 s 01 deliberative 0 002 & 02418872 a 0000 + 00812580 v 0102 | involved in or characterized by deliberation and discussion and examination; "a deliberative body"
-02420390 00 s 01 excogitative 0 002 & 02418872 a 0000 + 00630380 v 0105 | concerned with excogitating or having the power of excogitation
-02420530 00 a 01 thoughtless 0 006 ^ 00639356 a 0000 = 04660536 n 0000 + 04661706 n 0102 ! 02418872 a 0101 & 02420757 a 0000 & 02421003 a 0000 | showing lack of careful thought; "the debate turned into thoughtless bickering"
-02420757 00 s 02 inconsiderate 0 unconsidered 0 002 & 02420530 a 0000 + 04845967 n 0102 | without proper consideration or reflection; "slovenly inconsiderate reasoning"; "unconsidered words"; "prejudice is the holding of unconsidered opinions"
-02421003 00 s 03 unreflective 0 unthinking 0 unthoughtful 0 002 & 02420530 a 0000 + 04661706 n 0301 | not exhibiting or characterized by careful thought
-02421158 00 a 01 thrifty 0 007 ^ 01894758 a 0000 + 04893525 n 0103 + 04893787 n 0102 ! 02422068 a 0101 & 02421364 a 0000 & 02421833 a 0000 & 02421919 a 0000 | careful and diligent in the use of resources
-02421364 00 s 05 economical 0 frugal 0 scotch 0 sparing 0 stinting 0 005 & 02421158 a 0000 ;u 07075172 n 0000 + 04893358 n 0202 + 04893358 n 0201 + 04893787 n 0101 | avoiding waste; "an economical meal"; "an economical shopper"; "a frugal farmer"; "a frugal lunch"; "a sparing father and a spending son"; "sparing in their use of heat and light"; "stinting in bestowing gifts"; "thrifty because they remember the great Depression"; "`scotch' is used only informally"
-02421833 00 s 01 penny-wise 0 001 & 02421158 a 0000 | thrifty in small matters only
-02421919 00 s 01 saving 0 001 & 02421158 a 0000 | characterized by thriftiness; "wealthy by inheritance but saving by constitution"- Ellen Glasgow
-02422068 00 a 01 wasteful 0 006 ^ 01895837 a 0000 + 04894964 n 0103 ! 02421158 a 0101 & 02422242 a 0000 & 02422499 a 0000 & 02422592 a 0000 | tending to squander and waste
-02422242 00 s 04 extravagant 0 prodigal 0 profligate 0 spendthrift 0 007 & 02422068 a 0000 + 10479561 n 0302 + 10479561 n 0201 + 00743641 n 0202 + 04894807 n 0202 + 04894807 n 0101 + 00743641 n 0101 | recklessly wasteful; "prodigal in their expenditures"
-02422499 00 s 01 pound-foolish 0 001 & 02422068 a 0000 | unwise in dealing with large sums
-02422592 00 s 02 uneconomical 0 uneconomic 0 001 & 02422068 a 0000 | wasteful of resources
-02422685 00 a 01 tidy 0 014 ^ 00417413 a 0000 ^ 00983862 a 0000 ^ 02427087 a 0000 + 14497233 n 0101 + 04896515 n 0101 ! 02424254 a 0101 & 02423073 a 0000 & 02423284 a 0000 & 02423432 a 0000 & 02423563 a 0000 & 02423649 a 0000 & 02423865 a 0000 & 02423981 a 0000 & 02424095 a 0000 | marked by order and cleanliness in appearance or habits; "a tidy person"; "a tidy house"; "a tidy mind"
-02423073 00 s 03 clean-cut 0 trig 0 trim 2 002 & 02422685 a 0000 + 14497511 n 0302 | neat and smart in appearance; "a clean-cut and well-bred young man"; "the trig corporal in his jaunty cap"; "a trim beard"
-02423284 00 s 02 neat 0 orderly 0 003 & 02422685 a 0000 + 13968547 n 0201 + 04896515 n 0102 | clean or organized; "her neat dress"; "a neat room"
-02423432 00 s 01 neat 3 002 & 02422685 a 0000 + 04896515 n 0102 | showing care in execution; "neat homework"; "neat handwriting"
-02423563 00 s 01 ruly 0 001 & 02422685 a 0000 | neat and tidy; "a small ruly beard"
-02423649 00 s 03 shipshape 0 trim 1 well-kept 0 002 & 02422685 a 0000 + 14497511 n 0202 | of places; characterized by order and neatness; free from disorder; "even the barn was shipshape"; "a trim little sailboat"
-02423865 00 s 01 slicked_up 0 001 & 02422685 a 0000 | having been made especially tidy; "slicked up for visitors"
-02423981 00 s 01 straight 0 001 & 02422685 a 0000 | neatly arranged; not disorderly; "the room is straight now"
-02424095 00 s 02 uncluttered 0 unlittered 0 001 & 02422685 a 0000 | having nothing extraneous; "an uncluttered room"; "the unlittered shoulders of the road"
-02424254 00 a 01 untidy 0 017 ^ 00419289 a 0000 ^ 00985387 a 0000 ^ 02428377 a 0000 + 14499594 n 0101 + 04897428 n 0101 ! 02422685 a 0101 & 02424716 a 0000 & 02424949 a 0000 & 02425220 a 0000 & 02425529 a 0000 & 02425749 a 0000 & 02426042 a 0000 & 02426270 a 0000 & 02426420 a 0000 & 02426550 a 0000 & 02426679 a 0000 & 02426890 a 0000 | not neat and tidy; "careless and untidy in her personal habits"; "an untidy living room"; "untidy and casual about money"
-02424716 00 s 04 blowsy 0 blowzy 0 slatternly 0 sluttish 0 005 & 02424254 a 0000 + 04896995 n 0402 + 10663315 n 0307 + 10609198 n 0301 + 04896995 n 0301 | characteristic of or befitting a slut or slattern; used especially of women
-02424949 00 s 02 cluttered 0 littered 0 001 & 02424254 a 0000 | filled or scattered with a disorderly accumulation of objects or rubbish; "the storm left the drivewaylittered with sticks nd debris"; "his library was a cluttered room with piles of books on every chair"
-02425220 00 s 05 disheveled 0 dishevelled 0 frowzled 0 rumpled 0 tousled 0 001 & 02424254 a 0000 | in disarray; extremely disorderly; "her clothing was disheveled"; "powder-smeared and frowzled"; "a rumpled unmade bed"; "a bed with tousled sheets"; "his brown hair was tousled, thick, and curly"- Al Spiers
-02425529 00 s 05 disorderly 0 higgledy-piggledy 0 hugger-mugger 0 jumbled 0 topsy-turvy 0 004 & 02424254 a 0000 + 13976322 n 0505 + 13976731 n 0301 + 04897604 n 0102 | in utter disorder; "a disorderly pile of clothes"
-02425749 00 s 03 frowsy 0 frowzy 0 slovenly 0 004 & 02424254 a 0000 + 10612210 n 0302 + 14499734 n 0302 + 04896878 n 0301 | negligent of neatness especially in dress and person; habitually dirty and unkempt; "filled the door with her frowzy bulk"; "frowzy white hair"; "slovenly appearance"
-02426042 00 s 02 messy 0 mussy 0 006 & 02424254 a 0000 + 14500047 n 0203 + 14500047 n 0204 + 14500047 n 0101 + 14500047 n 0102 + 04897428 n 0102 | dirty and disorderly; "a mussy fussy bedroom"; "a child's messy eating habits"
-02426270 00 s 01 scraggly 0 001 & 02424254 a 0000 | lacking neatness or order; "the old man's scraggly beard"; "a scraggly little path to the door"
-02426420 00 s 01 sloppy 0 002 & 02424254 a 0000 + 14499734 n 0101 | lacking neatness or order; "a sloppy room"; "sloppy habits"
-02426550 00 s 01 slouchy 0 002 & 02424254 a 0000 + 05003273 n 0101 | lacking stiffness in form or posture; "a slouchy sweater"
-02426679 00 s 04 sprawling 0 straggling 0 rambling 0 straggly 0 002 & 02424254 a 0000 + 07939159 n 0401 | spreading out in different directions; "sprawling handwriting"; "straggling branches"; "straggly hair"
-02426890 00 s 01 unkempt 2 002 & 02424254 a 0000 + 14499734 n 0103 | not properly maintained or cared for; "an unkempt garden"; "native vistas and unkempt rambling paths"; "an ukempt appearance"
-02427087 00 a 01 groomed 0 009 ^ 02422685 a 0000 ! 02428377 a 0101 & 02427412 a 0000 & 02427594 a 0000 & 02427718 a 0000 & 02427882 a 0000 & 02427981 a 0000 & 02428150 a 0000 & 02428251 a 0000 | neat and smart in appearance; well cared for; "the manager was a beautifully groomed young man"; "his horse was always groomed"
-02427412 00 s 01 brushed 0 001 & 02427087 a 0000 | (of hair or clothing) groomed with a brush; "with shining hair neatly brushed"; "the freshly brushed clothes hung in the closet"
-02427594 00 s 02 kempt 0 tidy 0 002 & 02427087 a 0000 + 04896515 n 0201 | (of hair) neat and tidy; "a nicely kempt beard"
-02427718 00 s 02 plastered 0 slicked 0 001 & 02427087 a 0000 | (of hair) made smooth by applying a sticky or glossy substance; "black hair plastered with pomade"
-02427882 00 s 01 pomaded 0 001 & 02427087 a 0000 | (of hair) groomed with pomade; "pomaded hair"
-02427981 00 s 01 sleek 0 002 & 02427087 a 0000 + 04950336 n 0101 | well-groomed and neatly tailored; especially too well-groomed; "sleek figures in expensive clothes"
-02428150 00 s 01 well-groomed 0 001 & 02427087 a 0000 | having your hair neatly brushed and combed
-02428251 00 s 02 well-groomed 1 well-dressed 0 001 & 02427087 a 0000 | having tasteful clothing and being scrupulously neat
-02428377 00 a 01 ungroomed 0 005 ^ 02424254 a 0000 ! 02427087 a 0101 & 02428610 a 0000 & 02428810 a 0000 & 02428884 a 0000 | not neat and smart in appearance; "he was wrinkled and ungroomed, with a two-day beard"; "ungroomed hair"
-02428610 00 s 04 bushy 0 shaggy 0 shaggy-haired 0 shaggy-coated 0 003 & 02428377 a 0000 + 09431283 n 0201 + 14499953 n 0201 | used of hair; thick and poorly groomed; "bushy locks"; "a shaggy beard"
-02428810 00 s 01 ill-dressed 0 001 & 02428377 a 0000 | not well dressed
-02428884 00 s 01 unbrushed 0 001 & 02428377 a 0000 | (of hair or clothing) not brushed; "snarled unbrushed hair"; "the suit was wrinkled and unbrushed, as if it had been slept in"
-02429066 00 a 01 combed 0 001 ! 02429182 a 0101 | (of hair) made tidy with a comb; "with hair combed to the side"
-02429182 00 a 01 uncombed 0 003 ! 02429066 a 0101 & 02429377 a 0000 & 02429461 a 0000 | (of hair) not combed; "he was unwashed and uncombed with his clothes half buttoned"; "wild unkempt hair"
-02429377 00 s 01 uncombable 0 001 & 02429182 a 0000 | not capable of being combed
-02429461 00 s 01 unkempt 0 002 & 02429182 a 0000 + 14499734 n 0103 | not neatly combed; "wild unkempt hair"
-02429571 00 a 01 timbered 0 003 ! 02430002 a 0101 & 02429721 a 0000 & 02429880 a 0000 | furnished with or made of wood or timbers; "timbered walls"
-02429721 00 s 02 half-timber 0 half-timbered 0 001 & 02429571 a 0000 | having exposed wood framing with spaces filled with masonry, as in Tudor architecture
-02429880 00 s 01 timber-framed 0 001 & 02429571 a 0000 | framed by exposed timbers; "a magnificently timbered old barn"
-02430002 00 a 01 untimbered 0 001 ! 02429571 a 0101 | lacking timbers; "an untimbered boat"
-02430096 00 a 01 toned 0 001 ! 02430238 a 0101 | having or distinguished by a tone; often used in combination; "full-toned"; "silver-toned"
-02430238 00 a 01 toneless 0 001 ! 02430096 a 0101 | lacking in tone or expression; "his toneless mechanical voice"
-02430355 00 a 01 tongued 0 002 ! 02430659 a 0101 & 02430563 a 0000 | provided with or resembling a tongue; often used in combination; "tongued shoes"; "tongued boards"; "toungued lightning"; "long-tongued"
-02430563 00 s 01 tonguelike 0 001 & 02430355 a 0000 | resembling a tongue in form or function
-02430659 00 a 01 tongueless 0 001 ! 02430355 a 0101 | lacking a tongue; "tongueless moccasins"
-02430756 00 a 01 tipped 0 008 ;u 06307152 n 0000 ! 02431619 a 0101 & 02431024 a 0000 & 02431178 a 0000 & 02431262 a 0000 & 02431351 a 0000 & 02431440 a 0000 & 02431529 a 0000 | having a tip; or having a tip as specified (used in combination); "a rubber-tipped cane"
-02431024 00 s 01 filter-tipped 0 001 & 02430756 a 0000 | of a cigar or cigarette; having a tip designed to filter the smoke; "filter-tipped cigarettes"
-02431178 00 s 01 pink-tipped 0 001 & 02430756 a 0000 | of a leaf tipped with pink
-02431262 00 s 01 plume-tipped 0 001 & 02430756 a 0000 | of a plant tipped with a plume
-02431351 00 s 01 spine-tipped 0 001 & 02430756 a 0000 | of a plant tipped with a spine
-02431440 00 s 01 thorn-tipped 0 001 & 02430756 a 0000 | of a plant tipped with a thorn
-02431529 00 s 01 yellow-tipped 0 001 & 02430756 a 0000 | of a flower tipped with yellow
-02431619 00 a 01 untipped 0 001 ! 02430756 a 0101 | not provided with a special tip; "untipped cigarettes"
-02431728 00 a 01 tired 0 017 + 14016361 n 0103 ! 02434605 a 0101 & 02432154 a 0000 & 02432428 a 0000 & 02432562 a 0000 & 02432682 a 0000 & 02432851 a 0000 & 02433000 a 0000 & 02433365 a 0000 & 02433451 a 0000 & 02433895 a 0000 & 02433975 a 0000 & 02434115 a 0000 & 02434210 a 0000 & 02434307 a 0000 & 02434380 a 0000 & 02434473 a 0000 | depleted of strength or energy; "tired mothers with crying babies"; "too tired to eat"
-02432154 00 s 04 all_in(p) 0 beat(p) 0 bushed(p) 0 dead(p) 0 002 & 02431728 a 0000 ;u 07075172 n 0000 | very tired; "was all in at the end of the day"; "so beat I could flop down and go to sleep anywhere"; "bushed after all that exercise"; "I'm dead after that long trip"
-02432428 00 s 02 aweary 0 weary 0 002 & 02431728 a 0000 + 14016361 n 0202 | physically and mentally fatigued; "`aweary' is archaic"
-02432562 00 s 04 bleary 0 blear 0 bleary-eyed 0 blear-eyed 0 001 & 02431728 a 0000 | tired to the point of exhaustion
-02432682 00 s 02 bored 0 world-weary 0 002 & 02431728 a 0000 + 07533735 n 0201 | tired of the world; "bored with life"; "strolled through the museum with a bored air"
-02432851 00 s 02 burned-out 0 burnt-out 0 001 & 02431728 a 0000 | exhausted as a result of longtime stress; "she was burned-out before she was 30"
-02433000 00 s 05 careworn 0 drawn 0 haggard 0 raddled 0 worn 0 001 & 02431728 a 0000 | showing the wearing effects of overwork or care or suffering; "looking careworn as she bent over her mending"; "her face was drawn and haggard from sleeplessness"; "that raddled but still noble face"; "shocked to see the worn look of his handsome young face"- Charles Dickens
-02433365 00 s 02 drooping 0 flagging 0 001 & 02431728 a 0000 | weak from exhaustion
-02433451 00 s 09 exhausted 0 dog-tired 0 fagged 0 fatigued 0 played_out 0 spent 0 washed-out 0 worn-out(a) 0 worn_out(p) 0 001 & 02431728 a 0000 | drained of energy or effectiveness; extremely tired; completely exhausted; "the day's shopping left her exhausted"; "he went to bed dog-tired"; "was fagged and sweaty"; "the trembling of his played out limbs"; "felt completely washed-out"; "only worn-out horses and cattle"; "you look worn out"
-02433895 00 s 01 footsore 0 001 & 02431728 a 0000 | having sore or tired feet
-02433975 00 s 02 jaded 0 wearied 0 001 & 02431728 a 0000 | exhausted; "my father's words had left me jaded and depressed"- William Styron
-02434115 00 s 02 knackered 0 drained 0 002 & 02431728 a 0000 ;r 08860123 n 0000 | very tired
-02434210 00 s 01 ragged 0 001 & 02431728 a 0000 | worn out from stress or strain; "run ragged"
-02434307 00 s 01 travel-worn 0 001 & 02431728 a 0000 | tired by travel
-02434380 00 s 02 unrefreshed 0 unrested 0 001 & 02431728 a 0000 | not rested or refreshed;
-02434473 00 s 01 whacked 0 003 & 02431728 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) exhausted or worn out
-02434605 00 a 01 rested 0 004 ^ 00804695 a 0000 ! 02431728 a 0101 & 02434797 a 0000 & 02434929 a 0000 | not tired; refreshed as by sleeping or relaxing; "came back rested from her vacation"
-02434797 00 s 04 fresh 0 invigorated 0 refreshed 0 reinvigorated 0 002 & 02434605 a 0000 + 14051056 n 0101 | with restored energy
-02434929 00 s 03 untired 0 unwearied 0 unweary 0 001 & 02434605 a 0000 | with unreduced energy
-02435026 00 a 01 tolerable 0 004 ^ 01760944 a 0000 ! 02435671 a 0101 & 02435206 a 0000 & 02435383 a 0000 | capable of being borne or endured; "the climate is at least tolerable"
-02435206 00 s 04 bearable 0 endurable 0 sufferable 0 supportable 0 002 & 02435026 a 0000 + 00668099 v 0105 | capable of being borne though unpleasant; "sufferable punishment"
-02435383 00 s 02 tolerant 0 resistant 0 001 & 02435026 a 0000 | able to tolerate environmental conditions or physiological stress; "the plant is tolerant of saltwater"; "these fish are quite tolerant as long as extremes of pH are avoided"; "the new hybrid is more resistant to drought"
-02435671 00 a 03 intolerable 0 unbearable 0 unendurable 0 005 ^ 01761186 a 0000 ! 02435026 a 0101 & 02435901 a 0000 & 02436025 a 0000 & 02436245 a 0000 | incapable of being put up with; "an intolerable degree of sentimentality"
-02435901 00 s 01 bitter 0 001 & 02435671 a 0000 | very difficult to accept or bear; "the bitter truth"; "a bitter sorrow"
-02436025 00 s 04 impossible 0 insufferable 0 unacceptable 0 unsufferable 0 003 & 02435671 a 0000 + 04793925 n 0302 + 04793925 n 0301 | used of persons or their behavior; "impossible behavior"; "insufferable insolence"
-02436245 00 s 01 unsupportable 0 001 & 02435671 a 0000 | not able to be supported or defended
-02436341 00 a 01 tolerant 0 006 ^ 00359459 a 0000 ^ 01735736 a 0000 + 06204406 n 0101 + 02457585 v 0101 ! 02436622 a 0101 & 02436551 a 0000 | showing respect for the rights or opinions or practices of others
-02436551 00 s 01 unbigoted 0 001 & 02436341 a 0000 | not opinionated
-02436622 00 a 01 intolerant 0 005 ^ 00359862 a 0000 + 06205154 n 0101 ! 02436341 a 0101 & 02436794 a 0000 & 02436995 a 0000 | unwilling to tolerate difference of opinion
-02436794 00 s 01 bigoted 0 001 & 02436622 a 0000 | blindly and obstinately attached to some creed or opinion and intolerant toward others; "a bigoted person"; "an outrageously bigoted point of view"
-02436995 00 s 02 rigid 0 strict 0 004 & 02436622 a 0000 + 04639371 n 0202 + 04660261 n 0103 + 04660261 n 0102 | incapable of compromise or flexibility
-02437148 00 a 01 tonal 0 010 ;c 07020895 n 0000 + 05719605 n 0101 + 04987620 n 0104 + 06863751 n 0102 ! 02438188 a 0101 & 02437462 a 0000 & 02437534 a 0000 & 02437685 a 0000 & 02437853 a 0000 & 02438043 a 0000 | having tonality; i.e. tones and chords organized in relation to one tone such as a keynote or tonic
-02437462 00 s 01 keyed 0 001 & 02437148 a 0000 | set to a key or tone
-02437534 00 s 01 diatonic 0 001 & 02437148 a 0000 | based on or using the five tones and two semitones of the major or minor scales of western music
-02437685 00 s 01 polytonal 0 002 & 02437148 a 0000 + 07025151 n 0101 | using more than one key or tonality simultaneously; "exciting rhythms and polytonal harmonies"
-02437853 00 s 01 toned 0 001 & 02437148 a 0000 | having or characterized or distinguished by tone or a specific tone; often used in combination; "full-toned"; "shrill-toned"; "deep-toned"
-02438043 00 s 01 tonic 0 002 & 02437148 a 0000 + 06865345 n 0103 | relating to or being the keynote of a major or minor scale; "tonic harmony"
-02438188 00 a 02 atonal 0 unkeyed 0 003 ;c 07020895 n 0000 + 06864014 n 0101 ! 02437148 a 0101 | characterized by avoidance of traditional western tonality
-02438346 00 a 01 toothed 0 010 ! 02439582 a 0101 & 02438655 a 0000 & 02438749 a 0000 & 02438831 a 0000 & 02438968 a 0000 & 02439076 a 0000 & 02439225 a 0000 & 02439303 a 0000 & 02439377 a 0000 & 02439499 a 0000 | having teeth especially of a certain number or type; often used in combination; "saw-toothed"
-02438655 00 s 01 buck-toothed 0 001 & 02438346 a 0000 | having protruding upper front teeth
-02438749 00 s 01 cogged 0 001 & 02438346 a 0000 | having cogs; "a cogged wheel"
-02438831 00 s 02 fine-toothed(a) 0 fine-tooth(a) 0 001 & 02438346 a 0000 | having fine teeth set close together; "a fine-toothed comb"
-02438968 00 s 01 gap-toothed 0 001 & 02438346 a 0000 | having widely spaced teeth; "his gap-toothed grin"
-02439076 00 s 03 saber-toothed 0 sabertoothed 0 sabre-toothed 0 001 & 02438346 a 0000 | having teeth that resemble sabers; "a saber-toothed tiger"
-02439225 00 s 01 small-toothed 0 001 & 02438346 a 0000 | having small teeth
-02439303 00 s 01 toothlike 0 001 & 02438346 a 0000 | resembling a tooth
-02439377 00 s 01 toothy 0 002 & 02438346 a 0000 + 05282746 n 0101 | having or showing prominent teeth; "a toothy smile"
-02439499 00 s 01 tusked 0 002 & 02438346 a 0000 + 01465713 n 0101 | having tusks
-02439582 00 a 01 toothless 0 003 ! 02438346 a 0101 & 02439740 a 0000 & 02439875 a 0000 | lacking teeth; "most birds are toothless"; "a toothless old crone"
-02439740 00 s 03 edental 0 edentate 0 edentulate 0 001 & 02439582 a 0000 | having few if any teeth; "anteaters are edentate animals"
-02439875 00 s 01 edentulous 0 001 & 02439582 a 0000 | having lost teeth
-02439949 00 a 01 top(a) 0 008 ^ 00227507 a 0000 ^ 01204557 a 0000 ! 02440691 a 0101 ! 02441215 a 0101 & 02440184 a 0000 & 02440292 a 0000 & 02440461 a 0000 & 02440617 a 0000 | situated at the top or highest position; "the top shelf"
-02440184 00 s 01 apical 0 003 & 02439949 a 0000 + 08494987 n 0101 + 08677801 n 0103 | situated at an apex
-02440292 00 s 01 crowning 0 001 & 02439949 a 0000 | forming or providing a crown or summit; "the crowning star on a Christmas tree"; "her hair was her crowning glory"
-02440461 00 s 03 topmost 0 uppermost 0 upmost 0 001 & 02439949 a 0000 | at or nearest to the top; "the uppermost book in the pile"; "on the topmost step"
-02440617 00 s 01 upper 0 001 & 02439949 a 0000 | the topmost one of two
-02440691 00 a 01 bottom(a) 0 005 ! 02441215 a 0101 ! 02439949 a 0101 & 02440881 a 0000 & 02440996 a 0000 & 02441132 a 0000 | situated at the bottom or lowest position; "the bottom drawer"
-02440881 00 s 03 bottommost 0 lowermost 0 nethermost 0 001 & 02440691 a 0000 | farthest down; "bottommost shelf"
-02440996 00 s 01 inferior 0 002 & 02440691 a 0000 ;c 06057539 n 0000 | lower than a given reference point; "inferior alveolar artery"
-02441132 00 s 01 nether 0 001 & 02440691 a 0000 | lower; "gnawed his nether lip"
-02441215 00 a 01 side(a) 0 004 ! 02439949 a 0101 ! 02440691 a 0101 & 02441373 a 0000 & 02441469 a 0000 | located on a side; "side fences"; "the side porch"
-02441373 00 s 01 broadside 0 001 & 02441215 a 0000 | toward a full side; "a broadside attack"
-02441469 00 s 02 lateral 0 sidelong 0 001 & 02441215 a 0000 | situated at or extending to the side; "the lateral branches of a tree"; "shot out sidelong boughs"- Tennyson
-02441642 00 a 01 topped 0 004 ! 02442082 a 0101 & 02441786 a 0000 & 02441895 a 0000 & 02441990 a 0000 | having a top of a specified character
-02441786 00 s 02 flat-topped 0 flat-top 0 001 & 02441642 a 0000 | having a flat or flattened upper surface
-02441895 00 s 01 lidded 0 001 & 02441642 a 0000 | having a lid; "milk in a heavy lidded mug"
-02441990 00 s 01 screw-topped 0 001 & 02441642 a 0000 | having a lid with a spiral groove
-02442082 00 a 01 topless 0 002 ! 02441642 a 0101 & 02442184 a 0000 | having no top; "a topless jar"
-02442184 00 s 01 lidless 0 001 & 02442082 a 0000 | having no lid; "a lidless container"
-02442274 00 a 01 bottomed 0 005 ! 02443005 a 0101 & 02442441 a 0000 & 02442604 a 0000 & 02442765 a 0000 & 02442883 a 0000 | having a bottom of a specified character
-02442441 00 s 03 bell-bottomed 0 bell-bottom 0 bellbottom 0 001 & 02442274 a 0000 | (of trousers) having legs that flare at the bottom; "bell-bottomed trousers"
-02442604 00 s 01 copper-bottomed 0 001 & 02442274 a 0000 | having a bottom of copper or sheathed with copper; "copper-bottomed pots"; "a copper-bottomed ship"
-02442765 00 s 02 flat-bottomed 0 flat-bottom 0 001 & 02442274 a 0000 | having a flat bottom; "a flat-bottomed boat"
-02442883 00 s 02 round-bottomed 0 round-bottom 0 001 & 02442274 a 0000 | having a rounded bottom; "round-bottom flasks"
-02443005 00 a 01 bottomless 0 001 ! 02442274 a 0101 | having no bottom; "bottomless pajamas consisting simply of a long top opening down the front"
-02443155 00 a 01 top-down 0 001 ! 02443406 a 0101 | of an approach to a problem that begins at the highest conceptual level and works down to the details; "a top-down analysis might begin by looking at macro-economic trends"; "top-down programming"
-02443406 00 a 01 bottom-up 0 001 ! 02443155 a 0101 | of an approach to a problem that begins with details and works up to the highest conceptual level; "bottom-up parser"; "a bottom-up model of the reading process"
-02443623 00 a 01 equatorial 0 004 + 08568719 n 0101 ! 02444147 a 0101 & 02443803 a 0000 & 02443907 a 0000 | of or existing at or near the geographic equator; "equatorial Africa"
-02443803 00 s 02 pantropical 0 pantropic 0 001 & 02443623 a 0000 | distributed throughout the tropics
-02443907 00 s 02 tropical 0 tropic 0 003 & 02443623 a 0000 + 08665281 n 0203 + 08675145 n 0101 | relating to or situated in or characteristic of the tropics (the region on either side of the equator); "tropical islands"; "tropical fruit"
-02444147 00 a 01 polar 0 005 + 08620881 n 0101 ! 02443623 a 0101 & 02444375 a 0000 & 02444475 a 0000 & 02444627 a 0000 | of or existing at or near a geographical pole or within the Arctic or Antarctic Circles; "polar regions"
-02444375 00 s 01 circumpolar 0 001 & 02444147 a 0000 | located or found throughout a polar region
-02444475 00 s 02 north-polar 0 Arctic 0 003 & 02444147 a 0000 + 08496477 n 0201 + 08611836 n 0101 | of or relating to the Arctic; "the Arctic summer"
-02444627 00 s 02 south-polar 0 Antarctic 0 003 & 02444147 a 0000 + 08494459 n 0201 + 08652717 n 0101 | at or near the south pole
-02444758 00 a 01 testate 0 003 ;c 08441203 n 0000 + 10703336 n 0102 ! 02444894 a 0101 | having made a legally valid will before death
-02444894 00 a 01 intestate 0 002 ;c 08441203 n 0000 ! 02444758 a 0101 | having made no legally valid will before death or not disposed of by a legal will; "he died intestate"; "intestate property"
-02445093 00 a 01 touched 0 003 ! 02445554 a 0101 & 02445207 a 0000 & 02445394 a 0000 | having come into contact
-02445207 00 s 01 brushed 0 001 & 02445093 a 0000 | touched lightly in passing; grazed against; "of all the people brushed against in a normal day on a city street I remember not a one"
-02445394 00 s 01 grazed 0 001 & 02445093 a 0000 | scraped or touched lightly in passing; "his grazed and bleeding arm proved he had been in the line of fire"
-02445554 00 a 01 untouched 0 001 ! 02445093 a 0101 | not having come in contact
-02445636 00 a 01 tough 1 009 ^ 00829496 a 0000 + 04710866 n 0102 ! 02446651 a 0101 & 02445863 a 0000 & 02445978 a 0000 & 02446070 a 0000 & 02446239 a 0000 & 02446380 a 0000 & 02446551 a 0000 | resistant to cutting or chewing
-02445863 00 s 03 cartilaginous 0 gristly 0 rubbery 0 002 & 02445636 a 0000 + 05288091 n 0202 | difficult to chew
-02445978 00 s 01 chewy 0 002 & 02445636 a 0000 + 00278810 n 0101 | requiring much chewing
-02446070 00 s 04 coriaceous 0 leathered 0 leatherlike 0 leathery 0 002 & 02445636 a 0000 + 14759722 n 0401 | resembling or made to resemble leather; tough but pliable
-02446239 00 s 04 fibrous 1 sinewy 0 stringy 0 unchewable 1 001 & 02445636 a 0000 | (of meat) full of sinews; especially impossible to chew
-02446380 00 s 02 hempen 0 fibrous 2 002 & 02445636 a 0000 + 14866889 n 0201 | having or resembling fibers especially fibers used in making cordage such as those of jute
-02446551 00 s 01 tough-skinned 0 001 & 02445636 a 0000 | having a relatively tough outer covering
-02446651 00 a 01 tender 1 007 ^ 00828779 a 0000 + 00514871 v 0102 ! 02445636 a 0101 & 02446846 a 0000 & 02446931 a 0000 & 02447104 a 0000 & 02447215 a 0000 | easy to cut or chew; "tender beef"
-02446846 00 s 02 chewable 0 cuttable 0 001 & 02446651 a 0000 | easy to cut or chew
-02446931 00 s 02 crisp 0 crispy 0 005 & 02446651 a 0000 + 07712559 n 0202 + 04939547 n 0203 + 07712559 n 0102 + 04939547 n 0102 | tender and brittle; "crisp potato chips"
-02447104 00 s 02 flaky 0 flakey 0 002 & 02446651 a 0000 + 04939872 n 0101 | made of or easily forming flakes
-02447215 00 s 02 tenderized 0 tenderised 0 001 & 02446651 a 0000 | made tender as by marinating or pounding; "tenderized meat"
-02447344 00 a 02 tough 2 toughened 2 007 ^ 00935500 a 0000 ^ 00707366 a 0000 ^ 02321009 a 0000 ! 02448166 a 0101 & 02447569 a 0000 & 02447779 a 0000 & 02448040 a 0000 | physically toughened; "the tough bottoms of his feet"
-02447569 00 s 03 calloused 0 callous 0 thickened 0 002 & 02447344 a 0000 + 14364566 n 0201 | having calluses; having skin made tough and thick through wear; "calloused skin"; "with a workman's callous hands"
-02447779 00 s 03 enured 0 inured 0 hardened 0 001 & 02447344 a 0000 | made tough by habitual exposure; "hardened fishermen"; "a peasant, dark, lean-faced, wind-inured"- Robert Lynd; "our successors...may be graver, more inured and equable men"- V.S.Pritchett
-02448040 00 s 01 weather-beaten 0 001 & 02447344 a 0000 | tanned and coarsened from being outdoors; "a weather-beaten face"
-02448166 00 a 02 tender 2 untoughened 2 004 ^ 02324397 a 0000 + 14332617 n 0101 ! 02447344 a 0101 & 02448324 a 0000 | physically untoughened; "tender feet"
-02448324 00 s 02 delicate 0 soft 0 001 & 02448166 a 0000 | easily hurt; "soft hands"; "a baby's delicate skin"
-02448437 00 a 01 tough 3 005 ^ 01155354 a 0000 ^ 02106761 a 0000 ! 02448889 a 0101 & 02448623 a 0000 & 02448749 a 0000 | not given to gentleness or sentimentality; "a tough character"
-02448623 00 s 03 hard-bitten 0 hard-boiled 0 pugnacious 0 001 & 02448437 a 0000 | tough and callous by virtue of experience
-02448749 00 s 02 tough-minded 0 unsentimental 0 001 & 02448437 a 0000 | facing facts or difficulties realistically and with determination
-02448889 00 a 01 tender 3 006 ^ 01156112 a 0000 + 07554342 n 0101 + 07505347 n 0102 ! 02448437 a 0101 & 02449177 a 0000 & 02449287 a 0000 | given to sympathy or gentleness or sentimentality; "a tender heart"; "a tender smile"; "tender loving care"; "tender memories"; "a tender mother"
-02449177 00 s 01 protective 0 002 & 02448889 a 0000 + 07545303 n 0101 | showing care; "a protective mother"
-02449287 00 s 01 sentimental 0 003 & 02448889 a 0000 + 07481951 n 0101 + 07482128 n 0101 | given to or marked by sentiment or sentimentality
-02449430 00 a 01 toxic 0 012 ^ 01160031 a 0000 ^ 01611067 a 0000 ^ 01167817 a 0000 + 15034074 n 0101 + 13583478 n 0101 ! 02450640 a 0101 & 02449775 a 0000 & 02449952 a 0000 & 02450175 a 0000 & 02450269 a 0000 & 02450364 a 0000 & 02450512 a 0000 | of or relating to or caused by a toxin or poison; "suffering from exposure to toxic substances"
-02449775 00 s 02 cyanogenetic 0 cyanogenic 0 003 & 02449430 a 0000 + 14827017 n 0201 + 14827017 n 0101 | capable of producing cyanide; "amygdalin is a cyanogenetic glucoside"
-02449952 00 s 03 deadly 0 venomous 0 virulent 0 004 & 02449430 a 0000 + 05166560 n 0301 + 15036916 n 0201 + 04791081 n 0101 | extremely poisonous or injurious; producing venom; "venomous snakes"; "a virulent insect bite"
-02450175 00 s 01 hepatotoxic 0 002 & 02449430 a 0000 + 15036103 n 0101 | toxic to the liver
-02450269 00 s 01 nephrotoxic 0 002 & 02449430 a 0000 + 15036211 n 0101 | toxic to the kidney
-02450364 00 s 01 ototoxic 0 001 & 02449430 a 0000 | toxic to the organs of hearing or balance or to the auditory nerve; "some drugs are ototoxic"
-02450512 00 s 02 poisonous 0 toxicant 0 002 & 02449430 a 0000 + 05166397 n 0101 | having the qualities or effects of a poison
-02450640 00 a 02 nontoxic 0 atoxic 0 005 ^ 01159655 a 0000 ! 02449430 a 0101 & 02450814 a 0000 & 02450919 a 0000 & 02451014 a 0000 | not producing or resulting from poison
-02450814 00 s 01 antitoxic 0 002 & 02450640 a 0000 + 15028050 n 0101 | counteracting a toxin or poison
-02450919 00 s 02 nonpoisonous 0 non-poisonous 0 001 & 02450640 a 0000 | not producing poison
-02451014 00 s 01 nonvenomous 0 001 & 02450640 a 0000 | not producing venom; "nonvenomous snakes"
-02451113 00 a 02 tractable 0 manipulable 0 013 ^ 00696518 a 0000 ^ 02328659 a 0000 ^ 01474513 a 0000 ^ 01612053 a 0000 ^ 02388145 a 0000 = 04905188 n 0000 + 04774365 n 0201 + 04905188 n 0102 + 04905188 n 0101 ! 02451951 a 0101 & 02451551 a 0000 & 02451634 a 0000 & 02451828 a 0000 | easily managed (controlled or taught or molded); "tractable young minds"; "the natives...being...of an intelligent tractable disposition"- Samuel Butler
-02451551 00 s 02 ductile 0 malleable 0 001 & 02451113 a 0000 | easily influenced
-02451634 00 s 02 docile 0 teachable 0 003 & 02451113 a 0000 + 00829107 v 0201 + 00273734 v 0201 | ready and willing to be taught; "docile pupils eager for instruction"; "teachable youngsters"
-02451828 00 s 02 tamable 0 tameable 0 003 & 02451113 a 0000 + 00302130 v 0205 + 00302130 v 0105 | capable of being tamed
-02451951 00 a 01 intractable 0 013 ^ 00695523 a 0000 ^ 01613463 a 0000 ^ 02326695 a 0000 ^ 01475282 a 0000 ^ 02389220 a 0000 = 04905188 n 0000 + 04907269 n 0102 + 04907269 n 0101 ! 02451113 a 0101 & 02452379 a 0000 & 02452562 a 0000 & 02452789 a 0000 & 02452919 a 0000 | not tractable; difficult to manage or mold; "an intractable disposition"; "intractable pain"; "the most intractable issue of our era"; "intractable metal"
-02452379 00 s 02 balking 0 balky 0 003 & 02451951 a 0000 + 00107279 n 0201 + 04908721 n 0201 | stopping short and refusing to go on; "a balking"; "a balky mule"; "a balky customer"
-02452562 00 s 02 refractory 2 stubborn 0 004 & 02451951 a 0000 ;c 06043075 n 0000 + 04908835 n 0201 + 04907575 n 0101 | not responding to treatment; "a stubborn infection"; "a refractory case of acne"; "stubborn rust stains"
-02452789 00 s 02 uncontrollable 0 unmanageable 0 001 & 02451951 a 0000 | difficult to solve or alleviate; "uncontrollable pain"
-02452919 00 s 01 unmalleable 0 002 & 02451951 a 0000 + 05023974 n 0101 | difficult or impossible to shape or work
-02453035 00 a 02 table_d'hote 0 prix_fixe 0 001 ! 02453183 a 0101 | (of a restaurant meal) complete but with limited choices and at a fixed price
-02453183 00 a 01 a_la_carte 0 001 ! 02453035 a 0101 | (of a restaurant meal) having unlimited choices with a separate price for each item
-02453323 00 a 02 traceable 0 trackable 0 001 ! 02453492 a 0101 | capable of being traced or tracked; "a traceable riverbed"; "the traceable course of an ancient wall"
-02453492 00 a 01 untraceable 0 001 ! 02453323 a 0101 | incapable of being traced or tracked down; "an untraceable source"
-02453616 00 a 01 tracked 0 003 ! 02454081 a 0101 & 02453770 a 0000 & 02453921 a 0000 | having tracks; "new snow tracked by rabbits"; "tracked vehicles"
-02453770 00 s 01 caterpillar-tracked 0 001 & 02453616 a 0000 | having caterpillar treads or tracks on the wheels; "a caterpillar-tracked earthmover"
-02453921 00 s 02 half-track 0 half-tracked 0 001 & 02453616 a 0000 | having caterpillar treads on the rear and wheels in front; "half-track armored vehicles"
-02454081 00 a 01 trackless 0 001 ! 02453616 a 0101 | having no tracks; "a trackless trolley"; "the trackless snowy meadow"
-02454206 00 a 01 traveled 0 002 ! 02454482 a 0101 & 02454339 a 0000 | traveled over or through; sometimes used as a combining term
-02454339 00 s 01 heavily_traveled 0 001 & 02454206 a 0000 | subject to much traffic or travel; "the region's most heavily traveled highways"
-02454482 00 a 02 untraveled 0 untravelled 0 002 ! 02454206 a 0101 & 02454619 a 0000 | not traveled over or through; "untraveled roads"
-02454619 00 s 01 untraversed 0 001 & 02454482 a 0000 | not traveled over or through; "untraveled roads"; "an untraversed region"
-02454750 00 a 02 trimmed 0 cut 5 002 ! 02455069 a 0101 & 02454885 a 0000 | made neat and tidy by trimming; "his neatly trimmed hair"
-02454885 00 s 01 clipped 0 001 & 02454750 a 0000 | cut or trimmed by clipping; "a handsome man with a clipped moustache"; "clipped hedges"; "close-clipped lawns"; "a clipped poodle"
-02455069 00 a 02 untrimmed 0 uncut 5 002 ! 02454750 a 0101 & 02455188 a 0000 | not trimmed; "shaggy untrimmed locks"
-02455188 00 s 01 unclipped 0 001 & 02455069 a 0000 | not clipped; "unclipped rosebushes"; "unclipped hair"
-02455297 00 a 01 troubled 0 019 ^ 00543603 a 0000 ^ 01923391 a 0000 ! 02459109 a 0101 & 02455845 a 0000 & 02456157 a 0000 & 02456530 a 0000 & 02456698 a 0000 & 02456875 a 0000 & 02457015 a 0000 & 02457167 a 0000 & 02457558 a 0000 & 02457932 a 0000 & 02458046 a 0000 & 02458262 a 0000 & 02458408 a 0000 & 02458497 a 0000 & 02458691 a 0000 & 02458871 a 0000 & 02458973 a 0000 | characterized by or indicative of distress or affliction or danger or need; "troubled areas"; "fell into a troubled sleep"; "a troubled expression"; "troubled teenagers"
-02455845 00 s 05 annoyed 0 harassed 0 harried 0 pestered 0 vexed 1 001 & 02455297 a 0000 | troubled persistently especially with petty annoyances; "harassed working mothers"; "a harried expression"; "her poor pestered father had to endure her constant interruptions"; "the vexed parents of an unruly teenager"
-02456157 00 s 05 anxious 0 nervous 0 queasy 0 uneasy 0 unquiet 0 006 & 02455297 a 0000 + 04625284 n 0402 + 04625284 n 0303 + 14375576 n 0201 + 07525760 n 0203 + 07524760 n 0101 | causing or fraught with or showing anxiety; "spent an anxious night waiting for the test results"; "cast anxious glances behind her"; "those nervous moments before takeoff"; "an unquiet mind"
-02456530 00 s 05 buffeted 0 storm-tossed 0 tempest-tossed 0 tempest-tost 0 tempest-swept 0 001 & 02455297 a 0000 | pounded or hit repeatedly by storms or adversities
-02456698 00 s 01 careful 0 003 & 02455297 a 0000 ;u 07073447 n 0000 + 04664058 n 0103 | full of cares or anxiety; "Thou art careful and troubled about many things"-Luke 10.41
-02456875 00 s 02 care-laden 0 heavy-laden 0 001 & 02455297 a 0000 | burdened by cares; "all ye that labor and are heavy-laden"-Matt.11:28
-02457015 00 s 01 clouded 0 001 & 02455297 a 0000 | made troubled or apprehensive or distressed in appearance; "his face was clouded with unhappiness"
-02457167 00 s 05 disquieted 0 distressed 1 disturbed 0 upset 0 worried 0 001 & 02455297 a 0000 | afflicted with or marked by anxious uneasiness or trouble or grief; "too upset to say anything"; "spent many disquieted moments"; "distressed about her son's leaving home"; "lapsed into disturbed sleep"; "worried parents"; "a worried frown"; "one last worried check of the sleeping children"
-02457558 00 s 04 distressed 0 hard-pressed 0 hard_put 0 in_a_bad_way(p) 1 001 & 02455297 a 0000 | facing or experiencing financial trouble or difficulty; "distressed companies need loans and technical advice"; "financially hard-pressed Mexican hotels are lowering their prices"; "we were hard put to meet the mortgage payment"; "found themselves in a bad way financially"
-02457932 00 s 01 fraught 0 001 & 02455297 a 0000 | marked by distress; "a fraught mother-daughter relationship"
-02458046 00 s 03 hag-ridden 0 hagridden 0 tormented 0 001 & 02455297 a 0000 | tormented or harassed by nightmares or unreasonable fears; "hagridden...by visions of an imminent heaven or hell upon earth"- C.S.Lewis
-02458262 00 s 01 haunted 0 001 & 02455297 a 0000 | showing emotional affliction or disquiet; "her expression became progressively more haunted"
-02458408 00 s 01 mothy 0 002 & 02455297 a 0000 + 02283201 n 0101 | infested with moths
-02458497 00 s 02 stressed 0 distressed 2 001 & 02455297 a 0000 | suffering severe physical strain or distress; "he dropped out of the race, clearly distressed and having difficulty breathing"
-02458691 00 s 01 struggling 0 001 & 02455297 a 0000 | engaged in a struggle to overcome especially poverty or obscurity; "a financially struggling theater"; "struggling artists"
-02458871 00 s 01 suffering 0 001 & 02455297 a 0000 | troubled by pain or loss; "suffering refugees"
-02458973 00 s 01 troublous 0 003 & 02455297 a 0000 + 07289014 n 0101 + 05687338 n 0101 | full of trouble; "these are troublous times"
-02459109 00 a 01 untroubled 0 010 ^ 01922763 a 0000 ^ 00545015 a 0000 ! 02455297 a 0101 & 02459465 a 0000 & 02459667 a 0000 & 02459862 a 0000 & 02459969 a 0000 & 02460099 a 0000 & 02460262 a 0000 & 02460404 a 0000 | not beset by troubles or disturbance or distress; "seemed untroubled by doubts of any kind"; "untroubled sleep"; "a kind untroubled face"
-02459465 00 s 02 carefree 0 unworried 0 002 & 02459109 a 0000 + 04672210 n 0101 | free of trouble and worry and care; "the carefree joys of childhood"; "carefree millionaires, untroubled financially"
-02459667 00 s 01 clear 0 001 & 02459109 a 0000 | characterized by freedom from troubling thoughts (especially guilt); "a clear conscience"; "regarded her questioner with clear untroubled eyes"
-02459862 00 s 01 dreamless 0 001 & 02459109 a 0000 | untroubled by dreams; "a sound and dreamless sleep"
-02459969 00 s 01 trouble-free 0 001 & 02459109 a 0000 | without problems or difficulties; "NASA reported a trouble-free launch"
-02460099 00 s 01 unconcerned 0 001 & 02459109 a 0000 | easy in mind; not worried; "the prisoner seems entirely unconcerned as to the outcome of the examination"
-02460262 00 s 01 undisturbed 0 001 & 02459109 a 0000 | untroubled by interference or disturbance; "he could pursue his studies undisturbed"
-02460404 00 s 01 unmolested 0 001 & 02459109 a 0000 | not interfered with, disturbed, or harmed
-02460502 00 a 01 true 0 012 ^ 00631391 a 0000 ^ 00958880 a 0000 ^ 01115349 a 0000 ^ 01222360 a 0000 ^ 02179279 a 0000 = 13956488 n 0000 + 13956488 n 0104 ! 02461723 a 0101 & 02460964 a 0000 & 02461295 a 0000 & 02461438 a 0000 & 02461586 a 0000 | consistent with fact or reality; not false; "the story is true"; "it is undesirable to believe a proposition when there is no ground whatever for supposing it true"- B. Russell; "the true meaning of the statement"
-02460964 00 s 04 actual 0 genuine 0 literal 0 real 0 006 & 02460502 a 0000 + 13955461 n 0402 + 13956097 n 0401 + 13955461 n 0401 + 04760611 n 0301 + 13955341 n 0201 | being or reflecting the essential or genuine character of something; "her actual motive"; "a literal solitude like a desert"- G.K.Chesterton; "a genuine dilemma"
-02461295 00 s 02 apodictic 0 apodeictic 0 002 & 02460502 a 0000 ;c 06163751 n 0000 | of a proposition; necessarily true or logically certain
-02461438 00 s 01 truthful 0 001 & 02460502 a 0000 | conforming to truth; "I wouldn't have told you this if it weren't so"; "a truthful statement"
-02461586 00 s 01 sure 0 002 & 02460502 a 0000 + 05697363 n 0106 | infallible or unfailing; "a sure (or true) sign of one's commitment"
-02461723 00 a 01 false 0 012 ^ 01222884 a 0000 ^ 01116380 a 0000 ^ 00632438 a 0000 ^ 02180797 a 0000 = 13956488 n 0000 + 13960464 n 0102 + 06756407 n 0102 ! 02460502 a 0101 & 02462089 a 0000 & 02462210 a 0000 & 02462375 a 0000 & 02462489 a 0000 | not in accordance with the fact or reality or actuality; "gave false testimony under oath"; "false tales of bravery"
-02462089 00 s 01 mendacious 0 002 & 02461723 a 0000 + 04876235 n 0101 | intentionally untrue; "a mendacious statement"
-02462210 00 s 02 specious 0 spurious 0 003 & 02461723 a 0000 + 13960833 n 0201 + 04875113 n 0101 | plausible but false; "a specious claim"; "spurious inferences"
-02462375 00 s 01 trumped-up(a) 0 001 & 02461723 a 0000 | concocted with intent to deceive; "trumped-up charges"
-02462489 00 s 01 untrue 0 001 & 02461723 a 0000 | not according with the facts; "unfortunately the statement was simply untrue"
-02462619 00 a 02 trustful 0 trusting 2 006 ^ 00646413 a 0000 + 04895246 n 0202 + 04895246 n 0103 ! 02463154 a 0101 & 02462883 a 0000 & 02463029 a 0000 | inclined to believe or confide readily; full of trust; "great brown eye, true and trustful"- Nordhoff & Hall
-02462883 00 s 01 confiding 0 001 & 02462619 a 0000 | willing to entrust personal matters; "first she was suspicious, then she became confiding"
-02463029 00 s 02 unsuspecting 0 unsuspicious 0 001 & 02462619 a 0000 | not suspicious; "deceiving the unsuspecting public"
-02463154 00 a 01 distrustful 0 009 ^ 00647070 a 0000 + 04895773 n 0102 ! 02462619 a 0101 & 02463582 a 0000 & 02463847 a 0000 & 02464105 a 0000 & 02464277 a 0000 & 02464491 a 0000 & 02464615 a 0000 | having or showing distrust; "a man of distrustful nature"; "my experience...in other fields of law has made me distrustful of rules of thumb generally"- B.N.Cardozo; "vigilant and distrustful superintendence"- Thomas Jefferson
-02463582 00 s 03 cynical 0 misanthropic 0 misanthropical 0 005 & 02463154 a 0000 + 10321882 n 0301 + 04658524 n 0301 + 04658524 n 0201 + 09986532 n 0101 | believing the worst of human nature and motives; having a sneering disbelief in e.g. selflessness of others
-02463847 00 s 04 doubting 0 questioning 0 skeptical 0 sceptical 0 006 & 02463154 a 0000 + 05980051 n 0403 + 10604634 n 0402 + 10604634 n 0301 + 05980051 n 0302 + 05698982 n 0303 | marked by or given to doubt; "a skeptical attitude"; "a skeptical listener"
-02464105 00 s 03 jealous 0 green-eyed 0 overjealous 0 001 & 02463154 a 0000 | suspicious or unduly suspicious or fearful of being displaced by a rival; "a jealous lover"
-02464277 00 s 05 leery 0 mistrustful 0 suspicious 0 untrusting 0 wary 0 005 & 02463154 a 0000 + 04664413 n 0501 + 05698791 n 0304 + 04895979 n 0302 + 06716483 n 0102 | openly distrustful and unwilling to confide
-02464491 00 s 01 misogynic 0 002 & 02463154 a 0000 + 07547064 n 0101 | (used of men) having deep-seated distrust of women
-02464615 00 s 01 oversuspicious 0 001 & 02463154 a 0000 | unduly suspicious
-02464693 00 a 02 trustworthy 0 trusty 0 015 ^ 00958880 a 0000 ^ 01222360 a 0000 ^ 00724081 a 0000 ^ 01996377 a 0000 + 13929852 n 0202 + 05943066 n 0202 + 04895246 n 0201 + 04668819 n 0202 + 04668819 n 0101 ! 02466111 a 0101 & 02465115 a 0000 & 02465350 a 0000 & 02465519 a 0000 & 02465909 a 0000 & 02465978 a 0000 | worthy of trust or belief; "a trustworthy report"; "an experienced and trustworthy traveling companion"
-02465115 00 s 02 authentic 0 reliable 1 004 & 02464693 a 0000 + 04670022 n 0204 + 04670022 n 0203 + 04783247 n 0101 | conforming to fact and therefore worthy of belief; "an authentic account by an eyewitness"; "reliable information"
-02465350 00 s 02 creditworthy 0 responsible 0 003 & 02464693 a 0000 + 04669247 n 0202 + 04669063 n 0101 | having an acceptable credit rating; "a responsible borrower"
-02465519 00 s 04 dependable 0 honest 0 reliable 2 true(p) 0 007 & 02464693 a 0000 + 04877530 n 0402 + 04670022 n 0304 + 04670022 n 0303 + 04871374 n 0202 + 04670022 n 0102 + 04670022 n 0101 | worthy of being depended on; "a dependable worker"; "an honest working stiff"; "a reliable sourcSFLe of information"; "he was true to his word"; "I would be true for there are those who trust me"
-02465909 00 s 01 fiducial 0 001 & 02464693 a 0000 | based on trust
-02465978 00 s 02 sure 0 trusted 0 001 & 02464693 a 0000 | (of persons) worthy of trust or confidence; "a sure (or trusted) friend"
-02466111 00 a 02 untrustworthy 0 untrusty 0 009 ^ 01222884 a 0000 ^ 00959731 a 0000 ^ 00724861 a 0000 + 04670531 n 0202 + 04670531 n 0101 ! 02464693 a 0101 & 02466382 a 0000 & 02466566 a 0000 & 02466734 a 0000 | not worthy of trust or belief; "an untrustworthy person"
-02466382 00 s 02 devious 0 shifty 0 003 & 02466111 a 0000 + 04875728 n 0202 + 04875556 n 0102 | characterized by insincerity or deceit; evasive; "a devious character"; "shifty eyes"
-02466566 00 s 02 fly-by-night 0 shady 0 003 & 02466111 a 0000 + 04811767 n 0201 + 10098388 n 0101 | (of businesses and businessmen) unscrupulous; "a shady operation"
-02466734 00 s 02 slippery 0 tricky 0 003 & 02466111 a 0000 + 04875728 n 0204 + 04875728 n 0103 | not to be trusted; "how extraordinarily slippery a liar the camera is"- James Agee
-02466916 00 a 01 tubed 0 001 ! 02466999 a 0101 | of a tire; having an inner tube
-02466999 00 a 01 tubeless 0 002 + 04494762 n 0101 ! 02466916 a 0101 | of a tire; not needing an inner tube
-02467108 00 a 01 tucked 0 001 ! 02467241 a 0101 | having tucked or being tucked; "tightly tucked blankets"; "a fancy tucked shirt"
-02467241 00 a 01 untucked 0 001 ! 02467108 a 0101 | lacking tucks or not being tucked; "the sheet came untucked"; "plain untucked shirt front"
-02467386 00 a 01 turned 0 006 ! 02468326 a 0101 & 02467559 a 0000 & 02467766 a 0000 & 02467982 a 0000 & 02468110 a 0000 & 02468208 a 0000 | moved around an axis or center
-02467559 00 s 02 inverted 0 upside-down 0 001 & 02467386 a 0000 | being in such a position that top and bottom are reversed; "a quotation mark is sometimes called an inverted comma"; "an upside-down cake"
-02467766 00 s 03 overturned 0 upset 0 upturned 0 001 & 02467386 a 0000 | having been turned so that the bottom is no longer the bottom; "an overturned car"; "the upset pitcher of milk"; "sat on an upturned bucket"
-02467982 00 s 01 reversed 0 001 & 02467386 a 0000 | turned inside out and resewn; "the reversed collar looked as good as new"
-02468110 00 s 02 rotated 0 revolved 0 001 & 02467386 a 0000 | turned in a circle around an axis
-02468208 00 s 02 wrong-side-out(p) 0 inside-out(p) 0 001 & 02467386 a 0000 | with the inside surface on the outside
-02468326 00 a 01 unturned 0 003 ! 02467386 a 0101 & 02468453 a 0000 & 02468538 a 0000 | not turned; "left no stone unturned"
-02468453 00 s 01 right-side-out(p) 0 001 & 02468326 a 0000 | of fabric or clothing
-02468538 00 s 01 right-side-up(p) 0 001 & 02468326 a 0000 | of objects having a top and bottom
-02468635 00 a 01 typical 0 008 ^ 00356926 a 0000 = 14501545 n 0000 + 14501545 n 0101 ! 02469928 a 0101 & 02469119 a 0000 & 02469407 a 0000 & 02469577 a 0000 & 02469756 a 0000 | exhibiting the qualities or characteristics that identify a group or kind or category; "a typical American girl"; "a typical suburban community"; "the typical car owner drives 10,000 miles a year"; "a painting typical of the Impressionist school"; "a typical romantic poem"; "a typical case of arteritis"
-02469119 00 s 03 emblematic 0 exemplary 0 typic 0 005 & 02468635 a 0000 + 09909060 n 0303 + 05820620 n 0201 + 06880664 n 0101 + 03282591 n 0101 | being or serving as an illustration of a type; "the free discussion that is emblematic of democracy"; "an action exemplary of his conduct";
-02469407 00 s 01 representative 0 002 & 02468635 a 0000 + 02541921 v 0101 | serving to represent or typify; "representative moviegoers"; "a representative modern play"
-02469577 00 s 02 regular(a) 0 veritable(a) 0 001 & 02468635 a 0000 | often used as intensifiers; "a regular morass of details"; "a regular nincompoop"; "he's a veritable swine"
-02469756 00 s 01 true 0 001 & 02468635 a 0000 | conforming to definitive criteria; "the horseshoe crab is not a true crab"; "Pythagoras was the first true mathematician"
-02469928 00 a 02 atypical 0 untypical 0 007 ^ 01595596 a 0000 ^ 00357983 a 0000 = 14501545 n 0000 + 14503060 n 0202 + 14503060 n 0101 ! 02468635 a 0101 & 02470316 a 0000 | not representative of a group, class, or type; "a group that is atypical of the target audience"; "a class of atypical mosses"; "atypical behavior is not the accepted type of response that we expect from children"
-02470316 00 s 01 unrepresentative 0 001 & 02469928 a 0000 | not exemplifying a class; "I soon tumbled to the fact that my weekends were atypical"; "behavior quite unrepresentative (or atypical) of the profession"
-02470531 00 a 03 underhand 0 underhanded 0 underarm 0 002 ;c 00523513 n 0000 ! 02470734 a 0101 | with hand brought forward and up from below shoulder level; "an underhand pitch"; "an underhand stroke"
-02470734 00 a 03 overhand 0 overhanded 0 overarm 0 003 ;c 00523513 n 0000 ! 02470531 a 0101 & 02470952 a 0000 | with hand brought forward and down from above shoulder level; "an overhand pitch"; "an overhand stroke"
-02470952 00 s 01 round-arm 0 002 & 02470734 a 0000 ;c 00476389 n 0000 | with the arm swung round at shoulder height; "round-arm bowling"
-02471091 00 a 01 surface 0 005 ! 02471782 a 0101 ! 02472563 a 0101 & 02471264 a 0000 & 02471466 a 0000 & 02471602 a 0000 | on the surface; "surface materials of the moon"
-02471264 00 s 01 aboveground 0 001 & 02471091 a 0000 | on or above the surface of the ground; "aboveground nuclear testing"; "surface instruments for detecting oil deposits"; "surface transportation"
-02471466 00 s 01 grade-constructed 0 001 & 02471091 a 0000 | constructed at ground level; "grade-constructed accesses to the freeway"
-02471602 00 s 02 opencast 0 opencut 0 002 & 02471091 a 0000 ;c 00922327 n 0000 | (of mines and mining) worked from the exposed surface; "opencast mining"; "an opencut iron mine"
-02471782 00 a 01 subsurface 0 006 ! 02472563 a 0101 ! 02471091 a 0101 & 02471984 a 0000 & 02472137 a 0000 & 02472252 a 0000 & 02472384 a 0000 | beneath the surface; "subsurface materials of the moon"
-02471984 00 s 02 belowground 0 underground 0 001 & 02471782 a 0000 | under the level of the ground; "belowground storage areas"; "underground caverns"
-02472137 00 s 02 submarine 0 undersea 0 002 & 02471782 a 0000 + 04347754 n 0101 | beneath the surface of the sea
-02472252 00 s 03 submerged 1 submersed 1 underwater 0 001 & 02471782 a 0000 | beneath the surface of the water; "submerged rocks"
-02472384 00 s 02 subterranean 0 subterraneous 0 001 & 02471782 a 0000 | being or operating under the surface of the earth; "subterranean passages"; "a subsurface flow of water"
-02472563 00 a 01 overhead 0 002 ! 02471091 a 0101 ! 02471782 a 0101 | located or originating from above; "an overhead crossing"
-02472693 00 a 02 submersible 0 submergible 0 009 + 01991472 v 0201 + 01578254 v 0201 + 00217700 v 0203 + 04348359 n 0101 + 04348184 n 0101 + 01991472 v 0101 + 01578254 v 0101 + 00217700 v 0103 ! 02473033 a 0101 | capable of being immersed in water or functioning while submerged; "a submersible pump"; "a submergible electric frying pan"
-02473033 00 a 02 nonsubmersible 0 nonsubmergible 0 001 ! 02472693 a 0101 | not submersible or submergible
-02473141 00 a 01 tearful 0 007 + 07534278 n 0102 ! 02473977 a 0101 & 02473371 a 0000 & 02473543 a 0000 & 02473655 a 0000 & 02473757 a 0000 & 02473886 a 0000 | filled with or marked by tears; "tearful eyes"; "tearful entreaties"
-02473371 00 s 02 liquid 0 swimming 0 002 & 02473141 a 0000 + 14480420 n 0102 | filled or brimming with tears; "swimming eyes"; "sorrow made the eyes of many grow liquid"
-02473543 00 s 01 misty-eyed 0 001 & 02473141 a 0000 | having eyes blurred as with tears; "sad and misty-eyed"
-02473655 00 s 03 teary 0 teary-eyed 0 watery-eyed 0 001 & 02473141 a 0000 | with eyes full of tears
-02473757 00 s 03 sniffly 0 snuffling 0 snuffly 0 003 & 02473141 a 0000 + 00836149 n 0301 + 00836149 n 0102 | liable to sniffle
-02473886 00 s 01 weepy 0 002 & 02473141 a 0000 + 07534278 n 0101 | liable to weep easily
-02473977 00 a 02 tearless 0 dry-eyed 0 002 ! 02473141 a 0101 & 02474076 a 0000 | free from tears
-02474076 00 s 01 dry 0 002 & 02473977 a 0000 + 14536438 n 0101 | not shedding tears; "dry sobs"; "with dry eyes"
-02474191 00 a 01 union 0 003 ! 02474674 a 0101 & 02474377 a 0000 & 02474476 a 0000 | of trade unions; "the union movement"; "union negotiations"; "a union-shop clause in the contract"
-02474377 00 s 01 closed(a) 0 001 & 02474191 a 0000 | requiring union membership; "a closed shop"
-02474476 00 s 04 organized 0 organised 0 unionized 0 unionised 0 001 & 02474191 a 0000 | being a member of or formed into a labor union; "organized labor"; "unionized workers"; "a unionized shop"
-02474674 00 a 01 nonunion 0 003 ! 02474191 a 0101 & 02474876 a 0000 & 02475001 a 0000 | not belonging to or not allowing affiliation with a trade union; "nonunion carpenters"; "a nonunion contractor"
-02474876 00 s 01 open(a) 0 001 & 02474674 a 0000 | not requiring union membership; "an open shop employs nonunion workers"
-02475001 00 s 04 unorganized 0 unorganised 0 nonunionized 0 nonunionised 0 001 & 02474674 a 0000 | not affiliated in a trade union; "the workers in the plant were unorganized"
-02475179 00 a 01 uniparous 0 002 ;c 06037666 n 0000 ! 02475292 a 0101 | producing only one offspring at a time
-02475292 00 a 01 multiparous 0 003 ;c 06037666 n 0000 ! 02475179 a 0101 & 02475430 a 0000 | producing more than one offspring at a time
-02475430 00 s 02 biparous 0 twinning 0 001 & 02475292 a 0000 | producing two offspring at a time
-02475529 00 a 01 unipolar 0 001 ! 02475604 a 0101 | having a single pole
-02475604 00 a 01 bipolar 0 002 ! 02475529 a 0101 & 02475692 a 0000 | having two poles
-02475692 00 s 01 Janus-faced 0 001 & 02475604 a 0000 | having or concerned with polarities or contrasts; "a Janus-faced view of history"; "a Janus-faced policy"
-02475855 00 a 01 united 0 020 ^ 00466808 a 0000 ^ 01326148 a 0000 ^ 02111684 a 0000 ! 02478749 a 0101 & 02476338 a 0000 & 02476485 a 0000 & 02476637 a 0000 & 02476870 a 0000 & 02477047 a 0000 & 02477211 a 0000 & 02477335 a 0000 & 02477457 a 0000 & 02477557 a 0000 & 02477691 a 0000 & 02477885 a 0000 & 02478052 a 0000 & 02478215 a 0000 & 02478383 a 0000 & 02478504 a 0000 & 02478589 a 0000 | characterized by unity; being or joined into a single entity; "presented a united front"
-02476338 00 s 02 agreed 0 in_agreement(p) 0 001 & 02475855 a 0000 | united by being of the same opinion; "agreed in their distrust of authority"
-02476485 00 s 03 allied 0 confederate 0 confederative 0 003 & 02475855 a 0000 + 02434541 v 0301 + 09761068 n 0202 | united in a confederacy or league
-02476637 00 s 05 amalgamate 0 amalgamated 0 coalesced 0 consolidated 0 fused 0 001 & 02475855 a 0000 | joined together into a whole; "United Industries"; "the amalgamated colleges constituted a university"; "a consolidated school"
-02476870 00 s 02 coalescent 0 coalescing 0 003 & 02475855 a 0000 + 00382109 n 0102 + 00382109 n 0101 | growing together, fusing; "coalescent tradititions"; "coalescent bones"
-02477047 00 s 01 cohesive 0 003 & 02475855 a 0000 + 02753642 v 0101 + 14420464 n 0104 | cohering or tending to cohere; well integrated; "a cohesive organization"
-02477211 00 s 03 conjugate 0 conjugated 0 coupled 0 001 & 02475855 a 0000 | joined together especially in a pair or pairs
-02477335 00 s 01 conjunct 0 001 & 02475855 a 0000 | bound in close association; "conjunct influences"; "conjunct ideas"
-02477457 00 s 02 federate 0 federated 0 001 & 02475855 a 0000 | united under a central government
-02477557 00 s 05 incorporate 0 incorporated 0 integrated 0 merged 0 unified 0 001 & 02475855 a 0000 | formed or united into a whole
-02477691 00 s 01 in_league(p) 0 001 & 02475855 a 0000 | (usually followed by `with') united in effort as if in a league; "they found out that some policemen were in league with the criminals"
-02477885 00 s 02 one(a) 0 unitary 0 002 & 02475855 a 0000 + 04743370 n 0101 | having the indivisible character of a unit; "a unitary action"; "spoke with one voice"
-02478052 00 s 01 suprasegmental 0 002 & 02475855 a 0000 ;c 06172789 n 0000 | pertaining to a feature of speech that extends over more than a single speech sound
-02478215 00 s 01 tied 0 001 & 02475855 a 0000 | bound together by or as if by a strong rope; especially as by a bond of affection; "people tied by blood or marriage"
-02478383 00 s 01 undivided 0 001 & 02475855 a 0000 | not parted by conflict of opinion; "presented an undivided front"
-02478504 00 s 01 unpartitioned 0 001 & 02475855 a 0000 | not divided by partitions
-02478589 00 s 02 unsegmented 0 nonsegmental 0 002 & 02475855 a 0000 ;c 06083243 n 0000 | having a body that is not divided into segments; "unsegmented worms"
-02478749 00 a 01 divided 0 029 ^ 00467913 a 0000 ^ 01326917 a 0000 ^ 02109678 a 0000 ! 02475855 a 0101 & 02479361 a 0000 & 02479492 a 0000 & 02479602 a 0000 & 02480023 a 0000 & 02480151 a 0000 & 02480317 a 0000 & 02480631 a 0000 & 02480747 a 0000 & 02480861 a 0000 & 02481012 a 0000 & 02481354 a 0000 & 02481457 a 0000 & 02481608 a 0000 & 02481793 a 0000 & 02481870 a 0000 & 02481951 a 0000 & 02482159 a 0000 & 02482298 a 0000 & 02482509 a 0000 & 02482644 a 0000 & 02482790 a 0000 & 02482932 a 0000 & 02483011 a 0000 & 02483198 a 0000 & 02483311 a 0000 | separated into parts or pieces; "opinions are divided"
-02479361 00 s 02 bicameral 0 two-chambered 0 001 & 02478749 a 0000 | consisting of two chambers; "the bicameral heart of a fish"
-02479492 00 s 01 bifid 0 002 & 02478749 a 0000 ;c 06066555 n 0000 | divided into two lobes; "a bifid petal"
-02479602 00 s 08 bifurcate 0 biramous 0 branched 0 forked 0 fork-like 0 forficate 0 pronged 2 prongy 0 002 & 02478749 a 0000 + 04010927 n 0801 | resembling a fork; divided or separated into two branches; "the biramous appendages of an arthropod"; "long branched hairs on its legson which pollen collects"; "a forked river"; "a forked tail"; "forked lightning"; "horseradish grown in poor soil may develop prongy roots"
-02480023 00 s 01 bifurcated 0 001 & 02478749 a 0000 | divided into or made up of two parts; "socially bifurcated populations"
-02480151 00 s 02 bilocular 0 biloculate 0 002 & 02478749 a 0000 ;c 06037666 n 0000 | divided into or containing two cells or chambers; "having a bilocular capsule"
-02480317 00 s 01 black-and-white 0 001 & 02478749 a 0000 | of a situation that is sharply divided into mutually exclusive categories; "he rejected a black-and-white world"; "there are no black-and-white certainties"; "there were no grey areas, you were either for him or against him, he was all black-and-white"
-02480631 00 s 01 chambered 0 001 & 02478749 a 0000 | having compartmental chambers; "a spiral chambered seashell"
-02480747 00 s 02 cloven 0 bisulcate 0 001 & 02478749 a 0000 | (used of hooves) split, divided; "bisulcate hoof"
-02480861 00 s 01 dichotomous 0 002 & 02478749 a 0000 + 07939880 n 0101 | divided or dividing into two sharply distinguished parts or classifications
-02481012 00 s 04 disconnected 0 disunited 0 fragmented 0 split 0 002 & 02478749 a 0000 + 14417697 n 0104 | having been divided; having the unity destroyed; "Congress...gave the impression of...a confusing sum of disconnected local forces"-Samuel Lubell; "a league of disunited nations"- E.B.White; "a fragmented coalition"; "a split group"
-02481354 00 s 01 disjointed 0 001 & 02478749 a 0000 | taken apart at the joints; "a disjointed fowl"
-02481457 00 s 01 disjunct 0 002 & 02478749 a 0000 ;c 06083243 n 0000 | having deep constrictions separating head, thorax, and abdomen, as in insects
-02481608 00 s 01 episodic 0 001 & 02478749 a 0000 | of writing or narration; divided into or composed of episodes; "the book is episodic and the incidents don't always hang together"
-02481793 00 s 01 four-pronged 0 001 & 02478749 a 0000 | having four prongs
-02481870 00 s 01 many-chambered 0 001 & 02478749 a 0000 | having many chambers
-02481951 00 s 03 metameric 0 segmental 0 segmented 0 003 & 02478749 a 0000 ;c 06083243 n 0000 + 02665812 n 0101 | having the body divided into successive metameres or segments, as in earthworms or lobsters
-02482159 00 s 01 mullioned 0 001 & 02478749 a 0000 | of windows; divided by vertical bars or piers usually of stone; "mullioned windows"
-02482298 00 s 01 pentamerous 0 002 & 02478749 a 0000 ;c 06066555 n 0000 | divided into five parts; specifically, having each floral whorl consist of five (or a multiple of five) members; "pentamerous flowers"
-02482509 00 s 02 pronged 0 tined 0 001 & 02478749 a 0000 | having prongs or tines; usually used in combination; "a three-tined fork"
-02482644 00 s 02 sectional 0 sectioned 0 001 & 02478749 a 0000 | consisting of or divided into sections; "a sectional sofa"; "sectioned plates"
-02482790 00 s 01 segmental 2 002 & 02478749 a 0000 ;c 06172789 n 0000 | divided or organized into speech segments or isolable speech sounds
-02482932 00 s 01 three-pronged 0 001 & 02478749 a 0000 | having three prongs
-02483011 00 s 01 torn 0 001 & 02478749 a 0000 | disrupted by the pull of contrary forces; "torn between love and hate"; "torn by conflicting loyalties"; "torn by religious dissensions"
-02483198 00 s 01 trifid 0 002 & 02478749 a 0000 ;c 06066555 n 0000 | divided into three lobes; "trifid petals"
-02483311 00 s 01 two-pronged 0 001 & 02478749 a 0000 | having two prongs
-02483386 00 a 01 adnate 0 002 ;c 06037666 n 0000 ! 02483540 a 0101 | of unlike parts or organs; growing closely attached; "a calyx adnate to the ovary"
-02483540 00 a 01 connate 0 002 ;c 06037666 n 0000 ! 02483386 a 0101 | of similar parts or organs; closely joined or united; "a connate tomato flower"
-02483692 00 a 01 univalve 0 003 ;c 06083243 n 0000 ! 02483908 a 0101 & 02483839 a 0000 | used of mollusks, especially gastropods, as snails etc.
-02483839 00 s 01 single-shelled 0 001 & 02483692 a 0000 | univalve
-02483908 00 a 02 bivalve 0 bivalved 0 004 ;c 06083243 n 0000 + 01955933 n 0101 ! 02483692 a 0101 & 02484078 a 0000 | used of mollusks having two shells (as clams etc.)
-02484078 00 s 03 lamellibranch 0 pelecypod 0 pelecypodous 0 003 & 02483908 a 0000 + 01955933 n 0302 + 01955933 n 0202 | bivalve
-02484208 00 a 01 ascending(a) 0 009 ^ 02490170 a 0000 ! 02485650 a 0101 & 02484530 a 0000 & 02484638 a 0000 & 02484919 a 0000 & 02485050 a 0000 & 02485168 a 0000 & 02485319 a 0000 & 02485488 a 0000 | moving or going or growing upward; "the ascending plane"; "the ascending staircase"; "the ascending stems of chickweed"
-02484530 00 s 03 acclivitous 0 rising 0 uphill 0 002 & 02484208 a 0000 + 09206985 n 0102 | sloping upward
-02484638 00 s 03 ascendant 0 ascendent 0 ascensive 0 007 & 02484208 a 0000 + 01969216 v 0301 + 02037472 v 0301 + 01970348 v 0204 + 02037472 v 0201 + 01969216 v 0101 + 02037472 v 0101 | tending or directed upward; "rooted and ascendant strength like that of foliage"- John Ruskin
-02484919 00 s 01 assurgent 0 002 & 02484208 a 0000 ;c 06066555 n 0000 | growing or extending upward; "an assurgent stem or leaf"
-02485050 00 s 01 assurgent 2 002 & 02484208 a 0000 ;c 05801594 n 0000 | rising from the sea; "a seahorse assurgent"
-02485168 00 s 01 scandent 0 001 & 02484208 a 0000 | used especially of plants; having a tendency to climb; "plants of a creeping or scandent nature"
-02485319 00 s 01 highflying(a) 0 001 & 02484208 a 0000 | moving upward or along at a considerable height; "some highflying fighter pilot fired a cannon shell into it"
-02485488 00 s 02 up(a) 0 upward(a) 0 001 & 02484208 a 0000 | extending or moving toward a higher place; "the up staircase"; "a general upward movement of fish"
-02485650 00 a 01 descending(a) 0 010 ^ 02491961 a 0000 ! 02484208 a 0101 & 02485895 a 0000 & 02486046 a 0000 & 02486122 a 0000 & 02486248 a 0000 & 02486425 a 0000 & 02486504 a 0000 & 02486628 a 0000 & 02486797 a 0000 | coming down or downward
-02485895 00 s 03 declivitous 0 downhill 0 downward-sloping 0 003 & 02485650 a 0000 + 09269472 n 0201 + 09265620 n 0102 | sloping down rather steeply
-02486046 00 s 01 degressive 0 001 & 02485650 a 0000 | going down by steps
-02486122 00 s 02 descendant 0 descendent 0 003 & 02485650 a 0000 + 01970826 v 0201 + 01970826 v 0101 | going or coming down
-02486248 00 s 02 down(a) 0 downward(a) 0 001 & 02485650 a 0000 | extending or moving from a higher to a lower place; "the down staircase"; "the downward course of the stream"
-02486425 00 s 01 downward-arching 0 001 & 02485650 a 0000 | curving downward
-02486504 00 s 01 drizzling 0 001 & 02485650 a 0000 | (of rain) falling lightly in very small drops; "a raw drizzing rain"
-02486628 00 s 02 dropping 0 falling 0 001 & 02485650 a 0000 | coming down freely under the influence of gravity; "the eerie whistle of dropping bombs"; "falling rain"
-02486797 00 s 01 raining 0 001 & 02485650 a 0000 | falling in drops or as if falling like rain; "watched the raining apple blossoms"
-02486932 00 a 01 rising 0 002 ! 02487244 a 0101 & 02487108 a 0000 | advancing or becoming higher or greater in degree or value or status; "a rising trend"; "a rising market"
-02487108 00 s 02 improving 0 up 0 001 & 02486932 a 0000 | getting higher or more vigorous; "its an up market"; "an improving economy"
-02487244 00 a 01 falling 0 003 ! 02486932 a 0101 & 02487414 a 0000 & 02487540 a 0000 | becoming lower or less in degree or value; "a falling market"; "falling incomes"
-02487414 00 s 01 down(a) 0 001 & 02487244 a 0000 | becoming progressively lower; "the down trend in the real estate market"
-02487540 00 s 01 soft 0 002 & 02487244 a 0000 + 14489859 n 0101 | (of a commodity or market or currency) falling or likely to fall in value; "the market for computers is soft"
-02487718 00 a 01 climactic 0 005 + 14568516 n 0101 + 07417043 n 0101 + 06373747 n 0101 + 00062133 n 0102 ! 02487906 a 0101 | consisting of or causing a climax; "a climactic development"
-02487906 00 a 01 anticlimactic 0 002 + 07427951 n 0101 ! 02487718 a 0101 | coming after the climax especially of a dramatic or narrative plot; "everything after the discovery of the murderer was anticlimactic"
-02488118 00 a 01 upmarket 0 002 ! 02488445 a 0101 & 02488304 a 0000 | designed for consumers with high incomes; "he turned up in well-cut clothes...and upmarket felt hats"- New Yorker
-02488304 00 s 01 upscale 0 001 & 02488118 a 0000 | appropriate for people with good incomes; "an upscale neighborhood"; "an upscale motel"
-02488445 00 a 01 downmarket 0 002 ! 02488118 a 0101 & 02488553 a 0000 | designed for low-income consumers
-02488553 00 s 01 downscale 0 001 & 02488445 a 0000 | intended for people with low incomes; "mass-produced downscale versions of high-priced fashions"
-02488705 00 a 01 transitive 0 005 ;c 06174404 n 0000 + 00420716 v 0101 + 13798118 n 0102 + 13798118 n 0101 ! 02488907 a 0101 | designating a verb that requires a direct object to complete the meaning
-02488907 00 a 01 intransitive 0 004 ;c 06174404 n 0000 + 13798301 n 0102 + 13798301 n 0101 ! 02488705 a 0101 | designating a verb that does not require or cannot take a direct object
-02489092 00 a 01 translatable 0 001 ! 02489312 a 0101 | capable of being put into another form or style or language; "substances readily translatable to the American home table"; "his books are eminently translatable"
-02489312 00 a 01 untranslatable 0 001 ! 02489092 a 0101 | not capable of being put into another form or style or language; "an untranslatable idiom"; "untranslatable art"
-02489485 00 a 04 ungulate 0 ungulated 0 hoofed 0 hooved 0 003 + 02370806 n 0101 ! 02489745 a 0101 & 02489667 a 0000 | having or resembling hoofs; "horses and other hoofed animals"
-02489667 00 s 01 solid-hoofed 0 001 & 02489485 a 0000 | having solid hooves
-02489745 00 a 02 unguiculate 0 unguiculated 0 004 + 02371344 n 0101 ! 02489485 a 0101 & 02489961 a 0000 & 02490098 a 0000 | having or resembling claws or nails; "unguiculate animals"; "an unguiculate flower petal"
-02489961 00 s 01 clawed 0 001 & 02489745 a 0000 | having or resembling a claw or claws; often used as a combining form; "sharp-clawed"
-02490098 00 s 01 clawlike 0 001 & 02489745 a 0000 | resembling a claw
-02490170 00 a 01 up 0 012 ^ 02484208 a 0000 ^ 01204557 a 0000 ! 02491961 a 0101 & 02490631 a 0000 & 02490831 a 0000 & 02490949 a 0000 & 02491171 a 0000 & 02491308 a 0000 & 02491421 a 0000 & 02491578 a 0000 & 02491708 a 0000 & 02491836 a 0000 | being or moving higher in position or greater in some value; being above a former position or level; "the anchor is up"; "the sun is up"; "he lay face up"; "he is up by a pawn"; "the market is up"; "the corn is up"
-02490631 00 s 03 ahead(p) 0 in_the_lead 0 leading 0 001 & 02490170 a 0000 | having the leading position or higher score in a contest; "he is ahead by a pawn"; "the leading team in the pennant race"
-02490831 00 s 01 aweigh 0 001 & 02490170 a 0000 | (used of an anchor) hanging clear of the bottom; "anchors aweigh"
-02490949 00 s 02 dormie 0 dormy 0 002 & 02490170 a 0000 ;c 00464894 n 0000 | in match play a side that stands as many holes ahead as there are holes remaining to be played; "he was dormie three and still lost the match"
-02491171 00 s 02 heavenward 0 skyward 0 001 & 02490170 a 0000 | directed toward heaven or the sky; "the soul in its heavenward flight"
-02491308 00 s 01 risen 0 001 & 02490170 a 0000 | (of e.g. celestial bodies) above the horizon; "the risen sun"
-02491421 00 s 01 sprouted 0 002 & 02490170 a 0000 ;c 08436759 n 0000 | (of growing vegetation) having just emerged from the ground; "the corn is sprouted"
-02491578 00 s 01 upbound 0 001 & 02490170 a 0000 | heading in any direction that is conventionally up; "upbound shipping lanes"
-02491708 00 s 01 upfield 0 002 & 02490170 a 0000 ;c 00523513 n 0000 | away from the defending teams' end of the playing field
-02491836 00 s 01 upward 0 001 & 02490170 a 0000 | directed up; "the cards were face upward"; "an upward stroke of the pen"
-02491961 00 a 01 down 0 012 ^ 02485650 a 0000 ^ 01206474 a 0000 ! 02490170 a 0101 & 02492383 a 0000 & 02492565 a 0000 & 02492719 a 0000 & 02492812 a 0000 & 02492981 a 0000 & 02493137 a 0000 & 02493300 a 0000 & 02493395 a 0000 & 02493574 a 0000 | being or moving lower in position or less in some value; "lay face down"; "the moon is down"; "our team is down by a run"; "down by a pawn"; "the stock market is down today"
-02492383 00 s 01 behind(p) 0 001 & 02491961 a 0000 | having the lower score or lagging position in a contest; "behind by two points"; "the 8th inning found the home team trailing"
-02492565 00 s 01 downbound 0 001 & 02491961 a 0000 | heading in any direction that is conventionally down; "a downbound channel"; "the downbound train"
-02492719 00 s 01 downcast 0 001 & 02491961 a 0000 | directed downward; "a downcast glance"
-02492812 00 s 01 downfield 0 002 & 02491961 a 0000 ;c 00523513 n 0000 | toward or in the defending team's end of the playing field; "he threw to a downfield receiver"
-02492981 00 s 01 downward(ip) 0 001 & 02491961 a 0000 | on or toward a surface regarded as a base; "he lay face downward"; "the downward pull of gravity"
-02493137 00 s 01 fallen 0 001 & 02491961 a 0000 | having dropped by the force of gravity; "fallen leaves covered the forest floor"; "sat on a fallen tree trunk"
-02493300 00 s 01 set(p) 0 001 & 02491961 a 0000 | being below the horizon; "the moon is set"
-02493395 00 s 01 thrown 0 001 & 02491961 a 0000 | caused to fall to the ground; "the thrown rider got back on his horse"; "a thrown wrestler"; "a ball player thrown for a loss"
-02493574 00 s 01 weak 0 002 & 02491961 a 0000 + 14474718 n 0101 | tending downward in price; "a weak market for oil stocks"
-02493700 00 a 01 upstage 0 001 ! 02493867 a 0101 | of the back half of a stage; "she crossed to the upstage chair forcing the lead to turn his back to the audience"
-02493867 00 a 01 downstage 0 001 ! 02493700 a 0101 | of the front half of a stage
-02493951 00 a 02 upstairs 0 upstair 0 001 ! 02494092 a 0101 | on or of upper floors of a building; "the upstairs maid"; "an upstairs room"
-02494092 00 a 02 downstairs 0 downstair 0 002 ! 02493951 a 0101 & 02494253 a 0000 | on or of lower floors of a building; "the downstairs (or downstair) phone"
-02494253 00 s 01 ground-floor 0 001 & 02494092 a 0000 | on the floor closest to level with the ground; "the ground-floor entrance is kept locked"
-02494401 00 a 01 upstream 0 001 ! 02494499 a 0101 | in the direction against a stream's current
-02494499 00 a 01 downstream 0 001 ! 02494401 a 0101 | in the direction of a stream's current
-02494594 00 a 01 uptown 0 001 ! 02494716 a 0101 | of or located in the upper part of a town; "uptown residential areas"
-02494716 00 a 01 downtown 0 002 + 08539072 n 0102 ! 02494594 a 0101 | of or located in the lower part of a town, or in the business center; "downtown Manhattan"; "delinquents roaming the downtown streets"
-02494923 00 a 01 used 0 003 ! 02495346 a 0101 & 02495156 a 0000 & 02495270 a 0000 | employed in accomplishing something; "the principle of surprise is the most used and misused of all the principles of war"- H.H.Arnold & I.C.Eaker
-02495156 00 s 01 in_use 0 001 & 02494923 a 0000 | currently being used; "robots are in use throughout industry"
-02495270 00 s 02 utilized 0 utilised 0 001 & 02494923 a 0000 | put to use
-02495346 00 a 01 misused 0 003 ! 02494923 a 0101 & 02495564 a 0000 & 02495687 a 0000 | used incorrectly or carelessly or for an improper purpose; "misused words are often laughable but one weeps for misused talents"
-02495564 00 s 01 abused 0 001 & 02495346 a 0000 | used improperly or excessively especially drugs; "an abused substance"
-02495687 00 s 06 exploited 2 ill-used 0 put-upon 0 used 2 victimized 0 victimised 0 001 & 02495346 a 0000 | of persons; taken advantage of; "after going out of his way to help his friend get the job he felt not appreciated but used"
-02495922 00 a 02 useful 0 utile 2 014 ^ 00834198 a 0000 ^ 00931555 a 0000 ^ 01195536 a 0000 ^ 01870889 a 0000 ^ 02123812 a 0000 = 05148699 n 0000 + 05148699 n 0201 ! 02497141 a 0101 & 02496323 a 0000 & 02496425 a 0000 & 02496534 a 0000 & 02496674 a 0000 & 02496857 a 0000 & 02497013 a 0000 | being of use or service; "the girl felt motherly and useful"; "a useful job"; "a useful member of society"
-02496323 00 s 01 multipurpose 0 001 & 02495922 a 0000 | having multiple uses; "a multipurpose tool"
-02496425 00 s 03 reclaimable 0 recyclable 0 reusable 0 001 & 02495922 a 0000 | capable of being used again
-02496534 00 s 01 serviceable 0 002 & 02495922 a 0000 + 05150129 n 0102 | capable of being put to good use; "a serviceable kitchen gadget"
-02496674 00 s 02 useable 0 usable 0 005 & 02495922 a 0000 + 05150129 n 0203 + 01158872 v 0201 + 05150129 n 0104 + 01158872 v 0101 | capable of being put to use; "usable byproducts"
-02496857 00 s 01 utilitarian 0 002 & 02495922 a 0000 + 05148699 n 0101 | having utility often to the exclusion of values; "plain utilitarian kitchenware"
-02497013 00 s 01 utilizable 0 002 & 02495922 a 0000 + 01158872 v 0102 | capable of being put to a profitable or practical use
-02497141 00 a 01 useless 0 009 ^ 00835609 a 0000 ^ 01871949 a 0000 ^ 02124654 a 0000 = 05148699 n 0000 + 05150588 n 0102 ! 02495922 a 0101 & 02497471 a 0000 & 02497743 a 0000 & 02497830 a 0000 | having no beneficial use or incapable of functioning usefully; "a kitchen full of useless gadgets"; "she is useless in an emergency"
-02497471 00 s 04 futile 0 ineffectual 0 otiose 0 unavailing 0 004 & 02497141 a 0000 + 05207963 n 0202 + 05207963 n 0203 + 05150855 n 0101 | producing no result or effect; "a futile effort"; "the therapy was ineffectual"; "an otiose undertaking"; "an unavailing attempt"
-02497743 00 s 01 inutile 0 002 & 02497141 a 0000 + 05150588 n 0101 | not worth using
-02497830 00 s 03 unserviceable 0 unusable 0 unuseable 0 001 & 02497141 a 0000 | not capable of being used
-02497938 00 a 01 utopian 0 005 ^ 01749320 a 0000 + 10743356 n 0101 + 13932045 n 0101 ! 02498507 a 0101 & 02498213 a 0000 | characterized by or aspiring to impracticable perfection; "the dim utopian future"; "utopian idealists"; "recognized the utopian nature of his hopes"
-02498213 00 s 05 airy 0 impractical 0 visionary 0 Laputan 0 windy 0 005 & 02497938 a 0000 + 05630539 n 0401 + 10756641 n 0301 + 05768252 n 0301 + 05152518 n 0201 | not practical or realizable; speculative; "airy theories about socioeconomic improvement"; "visionary schemes for getting rich"
-02498507 00 a 01 dystopian 0 002 + 13932213 n 0101 ! 02497938 a 0101 | as bad as can be; characterized by human misery; "AIDS is one of the dystopian harbingers of the global villages"- Susan Sontag
-02498708 00 a 01 valid 0 010 ^ 01406640 a 0000 ^ 01943406 a 0000 + 04809453 n 0102 + 04783567 n 0102 ! 02499750 a 0101 & 02499036 a 0000 & 02499148 a 0000 & 02499301 a 0000 & 02499511 a 0000 & 02499643 a 0000 | well grounded in logic or truth or having legal force; "a valid inference"; "a valid argument"; "a valid contract"
-02499036 00 s 01 binding 0 001 & 02498708 a 0000 | executed with proper legal authority; "a binding contract"
-02499148 00 s 03 legal 0 sound 1 effectual 1 002 & 02498708 a 0000 + 04809237 n 0101 | having legal efficacy or force; "a sound title to the property"
-02499301 00 s 02 legitimate 0 logical 0 003 & 02498708 a 0000 + 04784664 n 0202 + 04784664 n 0201 | based on known statements or events or conditions; "rain was a logical expectation, given the time of year"
-02499511 00 s 03 reasoned 0 sound 2 well-grounded 0 002 & 02498708 a 0000 + 05159948 n 0203 | logically valid; "a sound argument"
-02499643 00 s 01 validated 0 001 & 02498708 a 0000 | declared or made legally valid; "a validated claim"
-02499750 00 a 01 invalid 0 010 ^ 01407465 a 0000 + 04810510 n 0102 + 04810510 n 0101 ! 02498708 a 0101 & 02500050 a 0000 & 02500179 a 0000 & 02500379 a 0000 & 02500497 a 0000 & 02500590 a 0000 & 02500736 a 0000 | having no cogency or legal force; "invalid reasoning"; "an invalid driver's license"
-02500050 00 s 02 bad 0 uncollectible 0 001 & 02499750 a 0000 | not capable of being collected; "a bad (or uncollectible) debt"
-02500179 00 s 02 fallacious 0 unsound 0 004 & 02499750 a 0000 + 05940688 n 0201 + 05893916 n 0101 + 04810727 n 0101 | containing or based on a fallacy; "fallacious reasoning"; "an unsound argument"
-02500379 00 s 01 false 0 001 & 02499750 a 0000 | erroneous and usually accidental; "a false start"; "a false alarm"
-02500497 00 s 02 invalidated 0 nullified 0 001 & 02499750 a 0000 | deprived of legal force
-02500590 00 s 02 null 0 void 0 003 & 02499750 a 0000 ;c 08441203 n 0000 + 06532763 n 0101 | lacking any legal or binding force; "null and void"
-02500736 00 s 02 sophistic 0 sophistical 0 004 & 02499750 a 0000 + 09899929 n 0202 + 09899929 n 0102 + 05895138 n 0101 | plausible but misleading
-02500884 00 a 01 valuable 0 013 ^ 00933154 a 0000 ^ 01275562 a 0000 ^ 02584981 a 0000 + 13371030 n 0101 + 05141222 n 0104 + 02256109 v 0102 ! 02502163 a 0101 & 02501247 a 0000 & 02501367 a 0000 & 02501534 a 0000 & 02501693 a 0000 & 02501820 a 0000 & 02502016 a 0000 | having great material or monetary value especially for use or exchange; "a valuable diamond"
-02501247 00 s 01 blue-chip 0 001 & 02500884 a 0000 | extremely valuable; "Rembrandt is considered a blue-chip artist"
-02501367 00 s 02 invaluable 0 priceless 0 003 & 02500884 a 0000 + 05141222 n 0203 + 05141222 n 0101 | having incalculable monetary, intellectual, or spiritual worth
-02501534 00 s 01 precious 0 002 & 02500884 a 0000 + 05146272 n 0103 | of high worth or cost; "diamonds, sapphires, rubies, and emeralds are precious stones"
-02501693 00 s 01 rich 0 002 & 02500884 a 0000 + 04729328 n 0104 | of great worth or quality; "a rich collection of antiques"
-02501820 00 s 01 semiprecious 0 001 & 02500884 a 0000 | used of gemstones having less commercial value than precious stones; "such semiprecious stones as amethyst, garnet, jade, and tourmaline"
-02502016 00 s 01 worth(p) 0 002 & 02500884 a 0000 + 13764342 n 0101 | having a specified value; "not worth his salt"; "worth her weight in gold"
-02502163 00 a 01 worthless 0 012 ^ 02588099 a 0000 + 05139561 n 0101 ! 02500884 a 0101 & 02502468 a 0000 & 02502578 a 0000 & 02502901 a 0000 & 02502994 a 0000 & 02503216 a 0000 & 02503305 a 0000 & 02503656 a 0000 & 02503900 a 0000 & 02504046 a 0000 | lacking in usefulness or value; "a worthless idler"
-02502468 00 s 01 chaffy 0 001 & 02502163 a 0000 | value; "an empty chaffy book by a foolish chaffy fellow"
-02502578 00 s 07 good-for-nothing 0 good-for-naught 0 meritless 0 no-account 0 no-count 0 no-good 0 sorry 0 004 & 02502163 a 0000 + 05140278 n 0702 + 10135953 n 0206 + 10135953 n 0104 | without merit; "a sorry horse"; "a sorry excuse"; "a lazy no-count, good-for-nothing goldbrick"; "the car was a no-good piece of junk"
-02502901 00 s 01 manky 0 002 & 02502163 a 0000 ;r 08860123 n 0000 | inferior and worthless
-02502994 00 s 03 negligible 0 paltry 0 trifling 0 002 & 02502163 a 0000 + 05140278 n 0201 | not worth considering; "he considered the prize too paltry for the lives it must cost"; "piffling efforts"; "a trifling matter"
-02503216 00 s 01 nugatory 0 001 & 02502163 a 0000 | of no real value; "a nugatory law"
-02503305 00 s 06 otiose 0 pointless 0 purposeless 0 senseless 0 superfluous 0 wasted 0 004 & 02502163 a 0000 + 05174023 n 0402 + 05174326 n 0301 + 05174023 n 0205 | serving no useful purpose; having no excuse for being; "otiose lines in a play"; "advice is wasted words"; "a pointless remark"; "a life essentially purposeless"; "senseless violence"
-02503656 00 s 02 rubbishy 0 trashy 0 004 & 02502163 a 0000 + 14857497 n 0202 + 05140593 n 0202 + 14857497 n 0101 | cheap and inferior; of no value; "rubbishy newspapers that form almost the sole reading of the majority"; "trashy merchandise"
-02503900 00 s 01 tinpot(a) 0 002 & 02502163 a 0000 ;r 08860123 n 0000 | inferior (especially of a country's leadership); "he's a tinpot Hitler"
-02504046 00 s 01 valueless 0 002 & 02502163 a 0000 + 05140454 n 0101 | of no value
-02504131 00 a 01 variable 0 015 ^ 00577920 a 0000 ^ 00583990 a 0000 + 09468959 n 0101 + 04735233 n 0102 + 00123170 v 0103 + 02662297 v 0101 + 04735233 n 0101 ! 02505716 a 0101 & 02504558 a 0000 & 02504830 a 0000 & 02505004 a 0000 & 02505141 a 0000 & 02505308 a 0000 & 02505415 a 0000 & 02505617 a 0000 | liable to or capable of change; "rainfall in the tropics is notoriously variable"; "variable winds"; "variable expenses"
-02504558 00 s 03 changeable 0 uncertain 0 unsettled 0 003 & 02504131 a 0000 + 04733640 n 0102 + 04733640 n 0101 | subject to change; "a changeable climate"; "the weather is uncertain"; "unsettled weather with rain and hail and sunshine coming one right after the other"
-02504830 00 s 01 covariant 0 002 & 02504131 a 0000 + 06025287 n 0101 | changing so that interrelations with another variable quantity or set of quantities remain unchanged
-02505004 00 s 01 multivariate 0 002 & 02504131 a 0000 ;c 06018465 n 0000 | pertaining to any procedure involving two or more variables
-02505141 00 s 01 protean 0 002 & 02504131 a 0000 + 09569142 n 0101 | taking on different forms; "eyes...of that baffling protean grey which is never twice the same"
-02505308 00 s 01 shifting 0 001 & 02504131 a 0000 | continuously varying; "taffeta with shifting colors"
-02505415 00 s 01 variant 0 006 & 02504131 a 0000 + 08111157 n 0102 + 05840650 n 0102 + 04735233 n 0103 + 02662297 v 0101 + 00436879 v 0101 | exhibiting variation and change; "letters variant in size"
-02505617 00 s 01 versatile 0 001 & 02504131 a 0000 | changeable or inconstant; "versatile moods"
-02505716 00 a 01 invariable 0 009 ^ 00576680 a 0000 ^ 00583239 a 0000 + 04739932 n 0102 + 04769456 n 0102 + 04739932 n 0101 ! 02504131 a 0101 & 02506029 a 0000 & 02506267 a 0000 & 02506408 a 0000 | not liable to or capable of change; "an invariable temperature"; "an invariable rule"; "his invariable courtesy"
-02506029 00 s 04 changeless 0 constant 0 invariant 1 unvarying 0 004 & 02505716 a 0000 + 04739932 n 0303 + 04738641 n 0201 + 05054312 n 0101 | unvarying in nature; "maintained a constant temperature"; "principles of unvarying validity"
-02506267 00 s 02 hard-and-fast 0 strict 0 002 & 02505716 a 0000 + 04673173 n 0201 | (of rules) stringently enforced; "hard-and-fast rules"
-02506408 00 s 01 invariant 2 003 & 02505716 a 0000 ;c 06000644 n 0000 + 04738995 n 0101 | unaffected by a designated operation or transformation
-02506555 00 a 01 varied 0 012 ^ 02064745 a 0000 ^ 01198737 a 0000 ^ 01540365 a 0000 = 04751305 n 0000 + 04735556 n 0101 ! 02507968 a 0101 & 02506922 a 0000 & 02507209 a 0000 & 02507324 a 0000 & 02507436 a 0000 & 02507515 a 0000 & 02507772 a 0000 | characterized by variety; "immigrants' varied ethnic and religious traditions"; "his work is interesting and varied"
-02506922 00 s 04 many-sided 0 multifaceted 0 miscellaneous 0 multifarious 0 002 & 02506555 a 0000 + 04751305 n 0403 | having many aspects; "a many-sided subject"; "a multifaceted undertaking"; "multifarious interests"; "the multifarious noise of a great city"; "a miscellaneous crowd"
-02507209 00 s 01 omnifarious 0 001 & 02506555 a 0000 | of all varieties or forms or kinds; "omnifarious reading"
-02507324 00 s 03 varicolored 0 varicoloured 0 variegated 0 001 & 02506555 a 0000 | having a variety of colors
-02507436 00 s 01 variform 0 001 & 02506555 a 0000 | varying in form or shape
-02507515 00 s 02 varying 0 variable 0 006 & 02506555 a 0000 + 04735233 n 0202 + 02662297 v 0201 + 00436879 v 0201 + 00123170 v 0203 + 04771890 n 0202 | marked by diversity or difference; "the varying angles of roof slope"; "nature is infinitely variable"
-02507772 00 s 02 versatile 0 various 2 002 & 02506555 a 0000 + 05641834 n 0101 | having great diversity or variety; "his various achievements are impressive"; "his vast and versatile erudition"
-02507968 00 a 02 unvaried 0 unvarying 0 004 ^ 02062670 a 0000 = 04751305 n 0000 + 04740173 n 0101 ! 02506555 a 0101 | lacking variety
-02508104 00 a 01 veiled 0 001 ! 02508277 a 0101 | having or as if having a veil or concealing cover; "a veiled dancer"; "a veiled hat"; "veiled threats"; "veiled insults"
-02508277 00 a 01 unveiled 0 003 ! 02508104 a 0101 & 02508514 a 0000 & 02508669 a 0000 | revealed; especially by having a veil removed; "a new generation of unveiled women in Iran"; "applauding the unveiled statue of Winston Churchill"
-02508514 00 s 01 disclosed 0 001 & 02508277 a 0000 | made known (especially something secret or concealed); "the disclosed purpose of their wicked plan"
-02508669 00 s 01 undraped 0 001 & 02508277 a 0000 | stripped of drapery; "the undraped statue"
-02508766 00 a 01 ventilated 0 004 ! 02509292 a 0101 & 02508917 a 0000 & 02509059 a 0000 & 02509170 a 0000 | exposed to air; "a well ventilated room"
-02508917 00 s 02 aired 0 airy 0 003 & 02508766 a 0000 + 11431754 n 0204 + 05105745 n 0201 | open to or abounding in fresh air; "airy rooms"
-02509059 00 s 01 louvered 0 001 & 02508766 a 0000 | supplied with louvers for ventilation; "a louvered door"
-02509170 00 s 01 vented 0 001 & 02508766 a 0000 | supplied with a vent or vents for intake of air or discharge of gases
-02509292 00 a 01 unventilated 0 006 ^ 00267871 a 0000 ! 02508766 a 0101 & 02509484 a 0000 & 02509710 a 0000 & 02509854 a 0000 & 02509984 a 0000 | not ventilated; "stuffy unventilated rooms"
-02509484 00 s 04 airless 0 close 0 stuffy 0 unaired 0 002 & 02509292 a 0000 + 05112474 n 0301 | lacking fresh air; "a dusty airless attic"; "the dreadfully close atmosphere"; "hot and stuffy and the air was blue with smoke"
-02509710 00 s 01 fuggy 0 004 & 02509292 a 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 + 14521954 n 0101 | (British informal) poorly ventilated
-02509854 00 s 02 unaerated 0 unoxygenated 0 002 & 02509292 a 0000 ;c 06080522 n 0000 | (used of blood) not supplied with oxygen
-02509984 00 s 01 unvented 0 001 & 02509292 a 0000 | not provided with vents
-02510062 00 a 01 vertebrate 0 003 ;c 06083243 n 0000 + 01471682 n 0101 ! 02510273 a 0101 | having a backbone or spinal column; "fishes and amphibians and reptiles and birds and mammals are verbetrate animals"
-02510273 00 a 02 invertebrate 0 spineless 1 002 ;c 06083243 n 0000 ! 02510062 a 0101 | lacking a backbone or spinal column; "worms are an example of invertebrate animals"
-02510446 00 a 01 violable 0 003 + 02668523 v 0101 + 02566528 v 0104 ! 02510604 a 0101 | capable of being violated; "a violable rule"; "a violable contract"
-02510604 00 a 01 inviolable 0 002 ! 02510446 a 0101 & 02510786 a 0000 | incapable of being transgressed or dishonored; "the person of the king is inviolable"; "an inviolable oath"
-02510786 00 s 02 unassailable 0 untouchable 0 001 & 02510604 a 0000 | impossible to assail
-02510879 00 a 01 violent 0 013 ^ 01244410 a 0000 ^ 01742296 a 0000 + 05037813 n 0106 ! 02512922 a 0101 & 02511340 a 0000 & 02511528 a 0000 & 02511800 a 0000 & 02512044 a 0000 & 02512205 a 0000 & 02512334 a 0000 & 02512470 a 0000 & 02512641 a 0000 & 02512794 a 0000 | acting with or marked by or resulting from great force or energy or emotional intensity; "a violent attack"; "a violent person"; "violent feelings"; "a violent rage"; "felt a violent dislike"
-02511340 00 s 01 convulsive 0 003 & 02510879 a 0000 + 00859937 v 0101 + 00032297 v 0101 | resembling a convulsion in being sudden and violent; "a convulsive rage"; "convulsive laughter"
-02511528 00 s 04 ferocious 0 fierce 0 furious 0 savage 0 006 & 02510879 a 0000 + 05038251 n 0401 + 05037813 n 0303 + 05037813 n 0202 + 04830689 n 0101 + 05037813 n 0101 | marked by extreme and violent energy; "a ferocious beating"; "fierce fighting"; "a furious battle"
-02511800 00 s 02 hot 0 raging 0 001 & 02510879 a 0000 | characterized by violent and forceful activity or movement; very intense; "the fighting became hot and heavy"; "a hot engagement"; "a raging battle"; "the river became a raging torrent"
-02512044 00 s 02 knockdown-dragout 0 knock-down-and-drag-out 0 002 & 02510879 a 0000 ;u 07075172 n 0000 | extremely violent; "a knock-down-and-drag-out fight"
-02512205 00 s 01 lashing 0 001 & 02510879 a 0000 | violently urging on by whipping or flogging; "looked at the lashing riders"
-02512334 00 s 01 lurid 0 002 & 02510879 a 0000 + 04782610 n 0104 | horrible in fierceness or savagery; "lurid crimes"; "a lurid life"
-02512470 00 s 01 rampageous 0 002 & 02510879 a 0000 + 00554541 n 0101 | displaying raging violence; often destructive; "the hot rampageous horses of my will"- W.H.Auden
-02512641 00 s 02 ruffianly 0 tough 0 002 & 02510879 a 0000 + 09879297 n 0104 | violent and lawless; "the more ruffianly element"; "tough street gangs"
-02512794 00 s 01 slam-bang 0 002 & 02510879 a 0000 ;u 07157273 n 0000 | violent and sudden and noisy; "a slam-bang collision"
-02512922 00 a 01 nonviolent 0 005 ^ 01740892 a 0000 ^ 01897787 a 0000 + 01242716 n 0103 ! 02510879 a 0101 & 02513101 a 0000 | abstaining (on principle) from the use of violence
-02513101 00 s 02 passive 0 peaceful 0 003 & 02512922 a 0000 + 13970584 n 0202 + 04907020 n 0102 | peacefully resistant in response to injustice; "passive resistance"
-02513269 00 a 01 virtuous 0 011 ^ 00360650 a 0000 ^ 01129977 a 0000 ^ 01548193 a 0000 ^ 01781478 a 0000 ^ 02036578 a 0000 + 04847298 n 0102 + 04847482 n 0101 ! 02513740 a 0101 & 02513521 a 0000 & 02513614 a 0000 + 04847298 n 0101 | morally excellent
-02513521 00 s 01 impeccable 0 002 & 02513269 a 0000 + 04826485 n 0101 | not capable of sin
-02513614 00 s 03 impeccant 0 innocent 0 sinless 0 003 & 02513269 a 0000 + 13990064 n 0303 + 13990064 n 0204 | free from sin
-02513740 00 a 01 wicked 0 016 ^ 01131043 a 0000 ^ 01549291 a 0000 ^ 01782519 a 0000 ^ 02037272 a 0000 ^ 02035337 a 0000 + 14563564 n 0102 + 04852750 n 0102 + 00745637 n 0103 ! 02513269 a 0101 & 02514099 a 0000 & 02514239 a 0000 & 02514380 a 0000 & 02514543 a 0000 & 02514819 a 0000 & 02515001 a 0000 & 02515214 a 0000 | morally bad in principle or practice
-02514099 00 s 02 evil 0 vicious 0 004 & 02513740 a 0000 + 04830689 n 0203 + 00747029 n 0201 + 04852088 n 0102 | having the nature of vice
-02514239 00 s 01 heavy 0 001 & 02513740 a 0000 | (of an actor or role) being or playing the villain; "Iago is the heavy role in `Othello'"
-02514380 00 s 02 flagitious 0 heinous 0 002 & 02513740 a 0000 + 04830343 n 0205 | extremely wicked, deeply criminal; "a flagitious crime"; "heinous accusations"
-02514543 00 s 03 iniquitous 0 sinful 0 ungodly 0 004 & 02513740 a 0000 + 04828754 n 0301 + 04827957 n 0202 + 00745637 n 0104 | characterized by iniquity; wicked because it is believed to be a sin; "iniquitous deeds"; "he said it was sinful to wear lipstick"; "ungodly acts"
-02514819 00 s 04 irreclaimable 0 irredeemable 0 unredeemable 0 unreformable 0 001 & 02513740 a 0000 | insusceptible of reform; "vicious irreclaimable boys"; "irredeemable sinners"
-02515001 00 s 02 nefarious 0 villainous 0 004 & 02513740 a 0000 + 10753546 n 0201 + 04853361 n 0202 + 04852750 n 0101 | extremely wicked; "nefarious schemes"; "a villainous plot"; "a villainous band of thieves"
-02515214 00 s 02 peccable 0 peccant 0 001 & 02513740 a 0000 | liable to sin; "a frail and peccable mortal"- Sir Walter Scott
-02515341 00 a 02 visible 0 seeable 0 014 ^ 01746605 a 0000 + 05017458 n 0102 + 05017458 n 0101 ! 02517265 a 0101 & 02515808 a 0000 & 02515993 a 0000 & 02516148 a 0000 & 02516316 a 0000 & 02516435 a 0000 & 02516570 a 0000 & 02516690 a 0000 & 02516785 a 0000 & 02517002 a 0000 & 02517169 a 0000 | capable of being seen; or open to easy view; "a visible object"; "visible stars"; "mountains visible in the distance"; "a visible change of expression"; "visible files"
-02515808 00 s 01 circumpolar 0 001 & 02515341 a 0000 | (of a celestial body) continually visible above the horizon during the entire 360 degrees of daily travel; "a circumpolar star"
-02515993 00 s 01 in_sight 0 001 & 02515341 a 0000 | at or within a reasonable distance for seeing; "not a policeman in sight"; "kept the monkey in view"
-02516148 00 s 02 ocular 0 visual 0 001 & 02515341 a 0000 | visible; "be sure of it; give me the ocular proof"- Shakespeare; "a visual presentation"; "a visual image"
-02516316 00 s 02 macroscopic 0 macroscopical 0 001 & 02515341 a 0000 | visible to the naked eye; using the naked eye
-02516435 00 s 02 megascopic 0 gross 0 001 & 02515341 a 0000 | visible to the naked eye (especially of rocks and anatomical features)
-02516570 00 s 02 microscopic 0 microscopical 0 001 & 02515341 a 0000 | visible under a microscope; using a microscope
-02516690 00 s 01 subgross 0 001 & 02515341 a 0000 | too small to be visible to the naked eye
-02516785 00 s 02 panoptic 0 panoptical 0 002 & 02515341 a 0000 + 03883944 n 0201 | including everything visible in one view; "a panoptic aerial photograph of the missile base"; "a panoptic stain used in microscopy"
-02517002 00 s 01 telescopic 0 003 & 02515341 a 0000 + 05636554 n 0101 + 04403638 n 0101 | visible only with a telescope; "a bright star with a telescopic companion"
-02517169 00 s 01 viewable 0 002 & 02515341 a 0000 + 02150948 v 0102 | capable of being viewed
-02517265 00 a 02 invisible 0 unseeable 0 014 ^ 01748318 a 0000 ^ 01705655 a 0000 + 05017909 n 0102 + 05017909 n 0101 ! 02515341 a 0101 & 02517713 a 0000 & 02517817 a 0000 & 02517999 a 0000 & 02518229 a 0000 & 02518370 a 0000 & 02518470 a 0000 & 02518601 a 0000 & 02518852 a 0000 & 02518926 a 0000 | impossible or nearly impossible to see; imperceptible by the eye; "the invisible man"; "invisible rays"; "an invisible hinge"; "invisible mending"
-02517713 00 s 01 camouflaged 0 001 & 02517265 a 0000 | made invisible by means of protective coloring
-02517817 00 s 03 concealed 0 hidden 0 out_of_sight 0 001 & 02517265 a 0000 | not accessible to view; "concealed (or hidden) damage"; "in stormy weather the stars are out of sight"
-02517999 00 s 01 infrared 0 001 & 02517265 a 0000 | having or employing wavelengths longer than light but shorter than radio waves; lying outside the visible spectrum at its red end; "infrared radiation"; "infrared photography"
-02518229 00 s 01 lightless 0 002 & 02517265 a 0000 + 13983807 n 0102 | giving no light; "lightless stars `visible' only to radio antennae"
-02518370 00 s 01 nonvisual 0 001 & 02517265 a 0000 | not resulting in vision; "nonvisual stimuli"
-02518470 00 s 01 occult 0 001 & 02517265 a 0000 | hidden and difficult to see; "an occult fracture"; "occult blood in the stool"
-02518601 00 s 01 ultraviolet 0 002 & 02517265 a 0000 + 11521940 n 0101 | having or employing wavelengths shorter than light but longer than X-rays; lying outside the visible spectrum at its violet end; "ultraviolet radiation"; "an ultraviolet lamp"
-02518852 00 s 01 undetectable 0 001 & 02517265 a 0000 | not easily seen
-02518926 00 s 01 unseeyn 0 001 & 02517265 a 0000 | not seen or perceived; "unseen natural resources"
-02519029 00 a 02 viviparous 0 live-bearing 0 003 ;c 06083243 n 0000 ! 02519171 a 0101 ! 02519399 a 0101 | producing living young (not eggs)
-02519171 00 a 01 oviparous 0 004 ;c 06083243 n 0000 ! 02519399 a 0101 ! 02519029 a 0101 & 02519292 a 0000 | egg-laying
-02519292 00 s 01 broody 0 001 & 02519171 a 0000 | physiologically ready to incubate eggs; "a broody hen"
-02519399 00 a 01 ovoviviparous 0 003 ;c 06083243 n 0000 ! 02519029 a 0101 ! 02519171 a 0101 | producing living young from eggs that hatch within the body
-02519555 00 a 01 volatile 0 007 ^ 00583990 a 0000 ;c 06084469 n 0000 + 15093735 n 0101 + 00552253 v 0101 + 05009921 n 0101 ! 02520077 a 0101 & 02519813 a 0000 | evaporating readily at normal temperatures and pressures; "volatile oils"; "volatile solvents"
-02519813 00 s 07 evaporable 0 vaporific 0 vapourific 0 vaporizable 0 vapourisable 0 volatilizable 0 volatilisable 0 005 & 02519555 a 0000 + 00552253 v 0702 + 00552253 v 0601 + 00366858 v 0402 + 00442267 v 0402 | (used of substances) capable of being volatilized
-02520077 00 a 03 nonvolatile 0 nonvolatilizable 0 nonvolatilisable 0 001 ! 02519555 a 0101 | not volatilizing readily; "a nonvolatile acid"
-02520219 00 a 01 voluntary 1 010 ^ 00570590 a 0000 ^ 02564986 a 0000 ^ 01337486 a 0000 + 10759331 n 0103 ! 02521353 a 0101 & 02520693 a 0000 & 02520824 a 0000 & 02520925 a 0000 & 02521036 a 0000 & 02521183 a 0000 | of your own free will or design; done by choice; not forced or compelled; "man is a voluntary agent"; "participation was voluntary"; "voluntary manslaughter"; "voluntary generosity in times of disaster"; "voluntary social workers"; "a voluntary confession"
-02520693 00 s 02 willful 0 wilful 0 001 & 02520219 a 0000 | done by design; "the insult was intentional"; "willful disobedience"
-02520824 00 s 01 freewill 0 001 & 02520219 a 0000 | done of your own accord; "a freewill offering"
-02520925 00 s 01 self-imposed 0 001 & 02520219 a 0000 | voluntarily assumed or endured; "self-imposed exile"
-02521036 00 s 03 uncoerced 0 unforced 0 willing 0 001 & 02520219 a 0000 | not brought about by coercion or force; "the confession was uncoerced"
-02521183 00 s 02 unpaid 0 volunteer(a) 0 001 & 02520219 a 0000 | without payment; "the soup kitchen was run primarily by unpaid helpers"; "a volunteer fire department"
-02521353 00 a 03 involuntary 1 nonvoluntary 0 unvoluntary 0 008 ^ 00571643 a 0000 ^ 02566015 a 0000 ! 02520219 a 0101 & 02521758 a 0000 & 02521890 a 0000 & 02521998 a 0000 & 02522082 a 0000 & 02522164 a 0000 | not subject to the control of the will; "involuntary manslaughter"; "involuntary servitude"; "an involuntary shudder"; "It (becoming a hero) was involuntary. They sank my boat"- John F.Kennedy
-02521758 00 s 02 driven 0 goaded 0 001 & 02521353 a 0000 | compelled forcibly by an outside agency; "mobs goaded by blind hatred"
-02521890 00 s 01 forced 0 001 & 02521353 a 0000 | forced or compelled; "promised to abolish forced labor"
-02521998 00 s 01 unconscious 0 001 & 02521353 a 0000 | without conscious volition
-02522082 00 s 01 unwilled 0 001 & 02521353 a 0000 | without deliberate volition
-02522164 00 s 01 unwilling 0 002 & 02521353 a 0000 + 04645599 n 0101 | in spite of contrary volition
-02522267 00 a 01 voluntary 2 002 ;c 06080522 n 0000 ! 02522417 a 0101 | controlled by individual volition; "voluntary motions"; "voluntary muscles"
-02522417 00 a 01 involuntary 2 005 ;c 06080522 n 0000 ! 02522267 a 0101 & 02522669 a 0000 & 02522938 a 0000 & 02523092 a 0000 | controlled by the autonomic nervous system; without conscious control; "involuntary muscles"; "gave an involuntary start"
-02522669 00 s 03 automatic 0 reflex(a) 0 reflexive 0 003 & 02522417 a 0000 ;c 06080522 n 0000 + 00863513 n 0201 | without volition or conscious control; "the automatic shrinking of the pupils of the eye in strong light"; "a reflex knee jerk"; "sneezing is reflexive"
-02522938 00 s 01 autonomic 0 002 & 02522417 a 0000 ;c 06080522 n 0000 | relating to or controlled by the autonomic nervous system; "autonomic reflexes"
-02523092 00 s 01 vegetative 0 002 & 02522417 a 0000 ;c 06080522 n 0000 | relating to involuntary bodily functions; "vegetative functions such as digestion or growth or circulation"
-02523275 00 a 01 vulnerable 0 017 ^ 00569090 a 0000 ^ 02058794 a 0000 ^ 02094755 a 0000 ^ 02360448 a 0000 ^ 01886407 a 0000 + 05042871 n 0101 ! 02525206 a 0101 & 02523664 a 0000 & 02523867 a 0000 & 02524032 a 0000 & 02524192 a 0000 & 02524345 a 0000 & 02524443 a 0000 & 02524563 a 0000 & 02524688 a 0000 & 02524900 a 0000 & 02525058 a 0000 | susceptible to attack; "a vulnerable bridge"
-02523664 00 s 04 assailable 0 undefendable 0 undefended 0 open 0 003 & 02523275 a 0000 + 01119169 v 0102 + 05043349 n 0101 | not defended or capable of being defended; "an open city"; "open to attack"
-02523867 00 s 01 compromising 0 001 & 02523275 a 0000 | vulnerable to danger especially of discredit or suspicion; "she found herself in a compromising situation"
-02524032 00 s 02 defenseless 0 defenceless 0 003 & 02523275 a 0000 + 05043091 n 0202 + 05043091 n 0101 | lacking protection or support; "a defenseless child"
-02524192 00 s 01 endangered 0 002 & 02523275 a 0000 ;c 00017222 n 0000 | (of flora or fauna) in imminent danger of extinction; "an endangered species"
-02524345 00 s 01 indefensible 0 001 & 02523275 a 0000 | not able to be protected against attack
-02524443 00 s 02 insecure 0 unsafe 0 003 & 02523275 a 0000 + 14544159 n 0101 + 14541677 n 0101 | not safe from attack
-02524563 00 s 01 penetrable 0 002 & 02523275 a 0000 + 04940730 n 0101 | capable of being penetrated; "penetrable defenses"
-02524688 00 s 01 threatened 0 002 & 02523275 a 0000 ;c 00017222 n 0000 | (of flora or fauna) likely in the near future to become endangered; "the spotted owl is a threatened species, not yet an endangered one"
-02524900 00 s 02 under_attack(p) 0 under_fire(p) 0 001 & 02523275 a 0000 | subjected to enemy attack or censure; "an official under fire for mismanagement"
-02525058 00 s 01 unguarded 0 001 & 02523275 a 0000 | lacking protection or a guard; "an unguarded gate"; "his unguarded queen was open to attack"
-02525206 00 a 01 invulnerable 0 014 ^ 01884930 a 0000 ^ 02057829 a 0000 ^ 02093888 a 0000 ^ 00569568 a 0000 + 05033681 n 0101 ! 02523275 a 0101 & 02525597 a 0000 & 02525732 a 0000 & 02525876 a 0000 & 02526061 a 0000 & 02526124 a 0000 & 02526441 a 0000 & 02526611 a 0000 & 02526725 a 0000 | immune to attack; impregnable; "gunners raked the beach from invulnerable positions on the cliffs"
-02525597 00 s 02 airtight 0 air-tight 0 001 & 02525206 a 0000 | having no weak points; "an airtight defense"; "an airtight argument"
-02525732 00 s 02 bombproof 0 shellproof 0 001 & 02525206 a 0000 | able to resist the explosive force of bombs and shells; "bombproof shelter"
-02525876 00 s 02 defendable 0 defensible 0 006 & 02525206 a 0000 + 05202954 n 0201 + 01149138 v 0202 + 01129876 v 0201 + 01127795 v 0201 + 01017643 v 0202 | capable of being defended
-02526061 00 s 01 entrenched 0 001 & 02525206 a 0000 | dug in
-02526124 00 s 06 impregnable 0 inviolable 0 secure 0 strong 0 unassailable 0 unattackable 0 003 & 02525206 a 0000 + 14539029 n 0102 + 14539693 n 0301 | immune to attack; incapable of being tampered with; "an impregnable fortress"; "fortifications that made the frontier inviolable"; "a secure telephone connection"
-02526441 00 s 01 tight 0 002 & 02525206 a 0000 + 05088804 n 0104 | set so close together as to be invulnerable to penetration; "in tight formation"; "a tight blockade"
-02526611 00 s 01 sheltered 0 001 & 02525206 a 0000 | protected from danger or bad weather; "a sheltered harbor"
-02526725 00 s 01 untouchable 0 001 & 02525206 a 0000 | beyond the reach of criticism or attack or impeachment; "for the first time criticism was directed at a hitherto untouchable target"- Newsweek
-02526925 00 a 01 wanted 0 008 ^ 00732960 a 0000 ^ 01461822 a 0000 ^ 02539968 a 0000 ! 02527734 a 0101 & 02527220 a 0000 & 02527402 a 0000 & 02527489 a 0000 & 02527588 a 0000 | desired or wished for or sought; "couldn't keep her eyes off the wanted toy"; "a wanted criminal"; "a wanted poster"
-02527220 00 s 02 craved 0 desired 0 001 & 02526925 a 0000 | wanted intensely; "the child could no longer resist taking one of the craved cookies"; "it produced the desired effect"
-02527402 00 s 01 hot 0 001 & 02526925 a 0000 | wanted by the police; "a hot suspect"
-02527489 00 s 03 longed-for 0 wished-for 0 yearned-for 0 001 & 02526925 a 0000 | greatly desired
-02527588 00 s 02 sought 0 sought-after(a) 0 001 & 02526925 a 0000 | being searched for; "the most sought-after item was the silver candelabrum"
-02527734 00 a 01 unwanted 0 012 ^ 00733905 a 0000 ^ 01463137 a 0000 ^ 02540236 a 0000 ! 02526925 a 0101 & 02528048 a 0000 & 02528206 a 0000 & 02528440 a 0000 & 02528566 a 0000 & 02528809 a 0000 & 02528921 a 0000 & 02529047 a 0000 & 02529148 a 0000 | not wanted; not needed; "tried to give away unwanted kittens"
-02528048 00 s 01 abdicable 0 002 & 02527734 a 0000 + 02379198 v 0101 | capable of being discarded or renounced or relinquished; "abdicable responsibilites"
-02528206 00 s 04 cast-off(a) 0 discarded 0 throwaway(a) 0 thrown-away(a) 0 001 & 02527734 a 0000 | thrown away; "wearing someone's cast-off clothes"; "throwaway children living on the streets"; "salvaged some thrown-away furniture"
-02528440 00 s 02 friendless 0 outcast 0 003 & 02527734 a 0000 + 10386312 n 0201 + 04622672 n 0101 | excluded from a society
-02528566 00 s 02 outcaste 0 casteless 0 003 & 02527734 a 0000 ;r 08900535 n 0000 + 10386515 n 0101 | not belonging to or having been expelled from a caste and thus having no place or status in society; "the foreigner was a casteless person"
-02528809 00 s 01 uncalled-for 0 001 & 02527734 a 0000 | not required or requested; "uncalled-for suggestions"
-02528921 00 s 01 unclaimed 0 001 & 02527734 a 0000 | not claimed or called for by an owner or assignee; "unclaimed luggage"
-02529047 00 s 02 undesired 0 unsought 0 001 & 02527734 a 0000 | not desired; "an undesired result"
-02529148 00 s 03 unwelcome 0 unwished 0 unwished-for 0 001 & 02527734 a 0000 | not welcome; "unwelcome publicity"
-02529264 00 a 01 warm 1 007 ^ 01247240 a 0000 = 05011790 n 0000 + 05016753 n 0102 ! 02529945 a 0101 & 02529581 a 0000 & 02529761 a 0000 & 02529859 a 0000 | having or producing a comfortable and agreeable degree of heat or imparting or maintaining heat; "a warm body"; "a warm room"; "a warm climate"; "a warm coat"
-02529581 00 s 02 lukewarm 0 tepid 0 004 & 02529264 a 0000 + 05016936 n 0203 + 05016936 n 0202 + 05016936 n 0101 | moderately warm; "he hates lukewarm coffee"; "tepid bath water"
-02529761 00 s 01 warmed 0 001 & 02529264 a 0000 | having been warmed up; "a cup of warmed milk"
-02529859 00 s 01 warming 0 001 & 02529264 a 0000 | imparting heat; "a warming fire"
-02529945 00 a 01 cool 1 009 ^ 01251128 a 0000 = 05011790 n 0000 + 05015678 n 0102 ! 02529264 a 0101 & 02530282 a 0000 & 02530370 a 0000 & 02530474 a 0000 & 02530620 a 0000 & 02530693 a 0000 | neither warm nor very cold; giving relief from heat; "a cool autumn day"; "a cool room"; "cool summer dresses"; "cool drinks"; "a cool breeze"
-02530282 00 s 01 air-conditioned 0 001 & 02529945 a 0000 | cooled by air conditioning
-02530370 00 s 01 air-cooled 0 001 & 02529945 a 0000 | cooled by a flow of air; "an air-cooled engine"
-02530474 00 s 01 caller 0 001 & 02529945 a 0000 | providing coolness; "a cooling breeze"; "`caller' is a Scottish term as in `a caller breeze'"
-02530620 00 s 01 precooled 0 001 & 02529945 a 0000 | cooled in advance
-02530693 00 s 01 water-cooled 0 001 & 02529945 a 0000 | kept cool or designed to be kept cool by means of water especially circulating water; "a water-cooled engine"
-02530861 00 a 01 warm 2 007 ^ 00853776 a 0000 ^ 01074650 a 0000 = 04626280 n 0000 + 07544647 n 0106 ! 02531422 a 0101 & 02531122 a 0000 & 02531243 a 0000 | psychologically warm; friendly and responsive; "a warm greeting"; "a warm personality"; "warm support"
-02531122 00 s 01 cordial 0 002 & 02530861 a 0000 + 04655929 n 0102 | politely warm and friendly; "a cordial handshake"
-02531243 00 s 01 hearty 0 003 & 02530861 a 0000 + 07544647 n 0105 + 04867539 n 0101 | showing warm and heartfelt friendliness; "gave us a cordial reception"; "a hearty welcome"
-02531422 00 a 01 cool 2 008 ^ 00087152 a 0000 ^ 01257612 a 0000 ^ 00856860 a 0000 ^ 01076793 a 0000 = 04626280 n 0000 + 04629604 n 0102 ! 02530861 a 0101 & 02531775 a 0000 | psychologically cool and unenthusiastic; unfriendly or unresponsive or showing dislike; "relations were cool and polite"; "a cool reception"; "cool to the idea of higher taxes"
-02531775 00 s 01 unresponsive 0 002 & 02531422 a 0000 + 05213201 n 0101 | aloof or indifferent; "was unresponsive to her passionate advances"
-02531919 00 a 01 warm 3 002 ! 02532200 a 0101 & 02532114 a 0000 | (color) inducing the impression of warmth; used especially of reds and oranges and yellows; "warm reds and yellows and orange"
-02532114 00 s 01 hot 0 001 & 02531919 a 0000 | (color) bold and intense; "hot pink"
-02532200 00 a 01 cool 3 002 ! 02531919 a 0101 & 02532398 a 0000 | (color) inducing the impression of coolness; used especially of greens and blues and violets; "cool greens and blues and violets"
-02532398 00 s 01 cold 0 001 & 02532200 a 0000 | (color) giving no sensation of warmth; "a cold bluish grey"
-02532508 00 a 01 warm-blooded 0 003 ;c 06083243 n 0000 ! 02532898 a 0101 & 02532681 a 0000 | having warm blood (in animals whose body temperature is internally regulated)
-02532681 00 s 03 homoiothermic 0 homeothermic 0 homothermic 0 004 & 02532508 a 0000 + 01315330 n 0303 + 01315330 n 0201 + 01315330 n 0102 | of birds and mammals; having constant and relatively high body temperature
-02532898 00 a 01 cold-blooded 0 003 ;c 06083243 n 0000 ! 02532508 a 0101 & 02533075 a 0000 | having cold blood (in animals whose body temperature is not internally regulated)
-02533075 00 s 04 poikilothermic 0 poikilothermous 0 heterothermic 0 ectothermic 0 003 & 02532898 a 0000 + 01315581 n 0201 + 01315581 n 0101 | of animals except birds and mammals; having body temperature that varies with the environment
-02533313 00 a 01 warmhearted 0 004 ^ 01463965 a 0000 + 07546279 n 0101 + 07544647 n 0107 ! 02533540 a 0101 | marked by warmth of feeling like kindness and sympathy and generosity; "gave a warmhearted welcome to the stranger"
-02533540 00 a 01 coldhearted 0 004 ^ 01466593 a 0000 + 07506149 n 0102 ! 02533313 a 0101 & 02533682 a 0000 | lacking in sympathy or feeling
-02533682 00 s 01 brittle 0 001 & 02533540 a 0000 | lacking warmth and generosity of spirit; "a brittle and calculating woman"
-02533810 00 a 01 washable 0 005 + 02742842 v 0101 + 01270199 v 0101 + 01535246 v 0101 ! 02534245 a 0101 & 02534042 a 0000 | capable of being washed without injury; "washable woolens"; "acrylic blankets are both warm and washable"
-02534042 00 s 02 wash-and-wear 0 drip-dry 0 002 & 02533810 a 0000 + 04553561 n 0101 | treated so as to be easily or quickly washed and dried and requiring little or no ironing; "a wash-and-wear shirt"
-02534245 00 a 01 nonwashable 0 001 ! 02533810 a 0101 | not washable
-02534315 00 a 01 waxed 0 001 ! 02534417 a 0101 | treated with wax; "waxed floors"; "waxed mustache"
-02534417 00 a 01 unwaxed 0 001 ! 02534315 a 0101 | not waxed; "the unwaxed floor"
-02534501 00 a 01 waxing 0 001 ! 02534690 a 0101 | (of the moon) pertaining to the period during which the visible surface of the moon increases; "the waxing moon passes from new to full"
-02534690 00 a 01 waning 0 001 ! 02534501 a 0101 | (of the Moon) pertaining to the period during which the visible surface of the moon decreases; "after full moon comes the waning moon"
-02534877 00 a 01 increasing 0 011 ! 02536740 a 0101 & 02535161 a 0000 & 02535335 a 0000 & 02535533 a 0000 & 02535645 a 0000 & 02535831 a 0000 & 02536026 a 0000 & 02536123 a 0000 & 02536365 a 0000 & 02536518 a 0000 & 02536605 a 0000 | becoming greater or larger; "increasing prices"
-02535161 00 s 02 accelerative 0 acceleratory 0 005 & 02534877 a 0000 + 00439343 v 0201 + 00438178 v 0201 + 00439343 v 0101 + 00438178 v 0101 | tending to increase velocity
-02535335 00 s 01 accretionary 0 007 & 02534877 a 0000 + 13754565 n 0101 + 13425425 n 0101 + 13425245 n 0101 + 13425067 n 0101 + 13424865 n 0101 + 13263540 n 0101 | marked or produced by accretion
-02535533 00 s 01 accretive 0 003 & 02534877 a 0000 + 00159368 v 0101 + 00396325 v 0101 | growing by accretion
-02535645 00 s 01 augmentative 0 001 & 02534877 a 0000 | increasing or having the power to increase especially in size or amount or degree; "`up' is an augmentative word in `hurry up'"
-02535831 00 s 01 incorporative 0 002 & 02534877 a 0000 + 01541000 v 0101 | growing by taking over and incorporating adjacent territories; "the Russian Empire was a typical incorporative state"
-02536026 00 s 02 maximizing 0 maximising 0 001 & 02534877 a 0000 | making as great as possible
-02536123 00 s 01 multiplicative 0 003 & 02534877 a 0000 + 00641672 v 0101 + 00247390 v 0101 | tending or having the power to multiply or increase in number or quantity or degree; "the multiplicative tendency of proportional representation"
-02536365 00 s 02 profit-maximizing 0 profit-maximising 0 001 & 02534877 a 0000 | making the profit as great as possible; "the profit-maximizing price"
-02536518 00 s 01 progressive 0 001 & 02534877 a 0000 | gradually advancing in extent
-02536605 00 s 01 raising 0 001 & 02534877 a 0000 | increasing in quantity or value; "a cost-raising increase in the basic wage rate"
-02536740 00 a 01 decreasing 0 006 ! 02534877 a 0101 & 02536911 a 0000 & 02537181 a 0000 & 02537351 a 0000 & 02537513 a 0000 & 02537636 a 0000 | becoming less or smaller
-02536911 00 s 03 depreciating 0 depreciative 0 depreciatory 0 005 & 02536740 a 0000 + 00315330 v 0301 + 00315020 v 0301 + 00315330 v 0201 + 00315020 v 0201 | tending to decrease or cause a decrease in value; "a depreciating currency"; "depreciatory effects on prices"
-02537181 00 s 01 detractive 0 002 & 02536740 a 0000 + 00532115 v 0102 | causing to decrease in importance or value; "detractive influences on the volume of investment"
-02537351 00 s 01 diminishing 0 001 & 02536740 a 0000 | becoming smaller or less or appearing to do so; "diminishing returns"; "his diminishing respect for her"
-02537513 00 s 03 dwindling 0 tapering 0 tapering_off 0 001 & 02536740 a 0000 | gradually decreasing until little remains
-02537636 00 s 01 falling 0 001 & 02536740 a 0000 | decreasing in amount or degree; "falling temperature"
-02537743 00 a 01 increasing 2 003 ! 02538050 a 0101 & 02537841 a 0000 & 02537946 a 0000 | music
-02537841 00 s 01 accelerando 0 002 & 02537743 a 0000 + 15264726 n 0101 | gradually increasing in tempo
-02537946 00 s 01 crescendo 0 002 & 02537743 a 0000 + 04990525 n 0101 | gradually increasing in volume
-02538050 00 a 01 decreasing 2 005 ! 02537743 a 0101 & 02538184 a 0000 & 02538295 a 0000 & 02538389 a 0000 & 02538508 a 0000 | music
-02538184 00 s 01 allargando 0 001 & 02538050 a 0000 | gradually decreasing in tempo and broadening in manner
-02538295 00 s 01 calando 0 001 & 02538050 a 0000 | gradually decreasing in tempo and volume
-02538389 00 s 02 decrescendo 0 diminuendo 0 002 & 02538050 a 0000 + 04991225 n 0101 | gradually decreasing in volume
-02538508 00 s 04 rallentando 0 ritardando 0 ritenuto 0 rit. 0 001 & 02538050 a 0000 | gradually decreasing in tempo
-02538626 00 a 01 inflationary 0 003 ;c 06149484 n 0000 + 13498828 n 0101 ! 02538803 a 0101 | associated with or tending to cause increases in inflation; "inflationary prices"
-02538803 00 a 01 deflationary 0 003 ;c 06149484 n 0000 + 13459821 n 0101 ! 02538626 a 0101 | associated with or tending to cause decreases in consumer prices or increases in the purchasing power of money; "deflationary measures"
-02539034 00 a 01 weaned 0 002 ;c 01861778 n 0000 ! 02539223 a 0101 | freed of dependence on something especially (for mammals) mother's milk; "the just-weaned calf bawled for its mother"
-02539223 00 a 01 unweaned 0 001 ! 02539034 a 0101 | not weaned; "some children remain unweaned until their second or third birthdays"
-02539359 00 a 01 wearable 0 005 + 02705132 v 0101 + 00047745 v 0101 + 00050652 v 0101 + 00052374 v 0101 ! 02539576 a 0101 | suitable for wear or able to be worn; "wearable evening clothes"; "a wearable hearing aid"
-02539576 00 a 01 unwearable 0 001 ! 02539359 a 0101 | not suitable for wear or able to be worn; "shoes so dilapidated as to be unwearable"
-02539717 00 a 01 weedy 0 002 + 13085113 n 0101 ! 02539877 a 0101 | abounding with or resembling weeds; "a weedy path"; "weedy plants that take over a garden"
-02539877 00 a 01 weedless 0 001 ! 02539717 a 0101 | free from weeds; "a weedless garden"
-02539968 00 a 01 welcome 0 003 ^ 02526925 a 0000 + 14413265 n 0101 ! 02540236 a 0101 | giving pleasure or satisfaction or received with pleasure or freely granted; "a welcome relief"; "a welcome guest"; "made the children feel welcome"; "you are welcome to join us"
-02540236 00 a 01 unwelcome 0 003 ^ 02527734 a 0000 ! 02539968 a 0101 & 02540458 a 0000 | not welcome; not giving pleasure or received with pleasure; "unwelcome publicity"; "unwelcome interruptions"; "unwelcome visitors"
-02540458 00 s 01 uninvited 0 001 & 02540236 a 0000 | unwelcome and unwanted; "uninvited guests"; "uninvited thoughts"
-02540578 00 a 01 well 1 006 ^ 01017161 a 0000 ^ 01170243 a 0000 + 14447908 n 0102 ! 02541302 a 0101 & 02540899 a 0000 & 02541012 a 0000 | in good health especially after having suffered illness or injury; "appears to be entirely well"; "the wound is nearly well"; "a well man"; "I think I'm well; at least I feel well"
-02540899 00 s 02 asymptomatic 0 symptomless 0 001 & 02540578 a 0000 | having no symptoms of illness or disease
-02541012 00 s 03 cured 0 healed 0 recovered 0 001 & 02540578 a 0000 | freed from illness or injury; "the patient appears cured"; "the incision is healed"; "appears to be entirely recovered"; "when the recovered patient tries to remember what occurred during his delirium"- Normon Cameron
-02541302 00 a 02 ill 1 sick 1 039 ^ 01172889 a 0000 ^ 01017738 a 0000 + 07950418 n 0201 + 14061805 n 0204 + 14061805 n 0101 ! 02540578 a 0101 & 02542148 a 0000 & 02542256 a 0000 & 02542325 a 0000 & 02542675 a 0000 & 02542878 a 0000 & 02543034 a 0000 & 02543149 a 0000 & 02543324 a 0000 & 02543436 a 0000 & 02543598 a 0000 & 02543823 a 0000 & 02543934 a 0000 & 02544048 a 0000 & 02544427 a 0000 & 02544525 a 0000 & 02544892 a 0000 & 02545023 a 0000 & 02545168 a 0000 & 02545257 a 0000 & 02545385 a 0000 & 02545484 a 0000 & 02545592 a 0000 & 02545689 a 0000 & 02545874 a 0000 & 02545989 a 0000 & 02546116 a 0000 & 02546316 a 0000 & 02546526 a 0000 & 02546624 a 0000 & 02546713 a 0000 & 02546854 a 0000 & 02547131 a 0000 & 02547217 a 0000 | affected by an impairment of normal physical or mental function; "ill from the monotony of his suffering"
-02542148 00 s 02 afflicted 0 stricken 1 001 & 02541302 a 0000 | grievously affected especially by disease
-02542256 00 s 01 aguish 0 001 & 02541302 a 0000 | affected by ague
-02542325 00 s 08 ailing 0 indisposed 0 peaked(p) 0 poorly(p) 0 sickly 0 unwell 1 under_the_weather 0 seedy 0 002 & 02541302 a 0000 + 14061805 n 0602 | somewhat ill or prone to illness; "my poor ailing grandmother"; "feeling a bit indisposed today"; "you look a little peaked"; "feeling poorly"; "a sickly child"; "is unwell and can't come to work"
-02542675 00 s 04 airsick 0 air_sick 0 carsick 0 seasick 0 006 & 02541302 a 0000 + 14203942 n 0401 + 14203813 n 0301 + 14203605 n 0202 + 14203605 n 0102 + 14203605 n 0101 | experiencing motion sickness
-02542878 00 s 01 autistic 0 002 & 02541302 a 0000 + 05896998 n 0101 | characteristic of or affected with autism; "autistic behavior"; "autistic children"
-02543034 00 s 04 bedfast 0 bedridden 0 bedrid 0 sick-abed 0 001 & 02541302 a 0000 | confined to bed (by illness)
-02543149 00 s 03 bilious 0 liverish 0 livery 0 003 & 02541302 a 0000 + 05385534 n 0301 + 14062565 n 0101 | suffering from or suggesting a liver disorder or gastric distress
-02543324 00 s 01 bronchitic 0 002 & 02541302 a 0000 + 14146273 n 0101 | suffering from or prone to bronchitis
-02543436 00 s 01 consumptive 0 001 & 02541302 a 0000 | afflicted with or associated with pulmonary tuberculosis; "a consumptive patient"; "a consumptive cough"
-02543598 00 s 02 convalescent 0 recovering 0 004 & 02541302 a 0000 + 09961605 n 0101 + 13452347 n 0101 + 00092690 v 0103 | returning to health after illness or debility; "convalescent children are difficult to keep in bed"
-02543823 00 s 02 delirious 0 hallucinating 0 002 & 02541302 a 0000 + 14391876 n 0102 | experiencing delirium
-02543934 00 s 01 diabetic 0 003 & 02541302 a 0000 + 10010977 n 0101 + 14117805 n 0101 | suffering from diabetes
-02544048 00 s 04 dizzy 0 giddy 0 woozy 0 vertiginous 0 004 & 02541302 a 0000 + 14372513 n 0404 + 14372513 n 0202 + 14372513 n 0101 | having or causing a whirling sensation; liable to falling; "had a dizzy spell"; "a dizzy pinnacle"; "had a headache and felt giddy"; "a giddy precipice"; "feeling woozy from the blow on his head"; "a vertiginous climb up the face of the cliff"
-02544427 00 s 01 dyspeptic 0 002 & 02541302 a 0000 + 14336317 n 0102 | suffering from dyspepsia
-02544525 00 s 05 faint 0 light 0 swooning 0 light-headed 0 lightheaded 0 004 & 02541302 a 0000 + 14372513 n 0503 + 07478318 n 0101 + 07480666 n 0101 | weak and likely to lose consciousness; "suddenly felt faint from the pain"; "was sick and faint from hunger"; "felt light in the head"; "a swooning fit"; "light-headed with wine"; "light-headed from lack of sleep"
-02544892 00 s 02 feverish 0 feverous 0 003 & 02541302 a 0000 + 14365356 n 0201 + 14365356 n 0105 | having or affected by a fever
-02545023 00 s 01 funny 0 001 & 02541302 a 0000 | experiencing odd bodily sensations; "told the doctor about the funny sensations in her chest"
-02545168 00 s 01 gouty 0 002 & 02541302 a 0000 + 14188804 n 0101 | suffering from gout
-02545257 00 s 01 green 0 001 & 02541302 a 0000 | looking pale and unhealthy; "you're looking green"; "green around the gills"
-02545385 00 s 02 laid_low(p) 0 stricken 2 001 & 02541302 a 0000 | put out of action (by illness)
-02545484 00 s 01 laid_up(p) 0 001 & 02541302 a 0000 | ill and usually confined; "laid up with a bad cold"
-02545592 00 s 01 milk-sick 0 001 & 02541302 a 0000 | affected with or related to milk sickness
-02545689 00 s 05 nauseated 0 nauseous 0 queasy 0 sick 2 sickish 0 004 & 02541302 a 0000 + 14359952 n 0402 + 14360320 n 0301 + 14359952 n 0201 | feeling nausea; feeling about to vomit
-02545874 00 s 01 palsied 0 001 & 02541302 a 0000 | affected with palsy or uncontrollable tremor; "palsied hands"
-02545989 00 s 02 paralytic 0 paralyzed 0 003 & 02541302 a 0000 + 10398033 n 0101 + 14558226 n 0101 | affected with paralysis
-02546116 00 s 01 paraplegic 0 003 & 02541302 a 0000 + 10398487 n 0101 + 14559495 n 0101 | suffering complete paralysis of the lower half of the body usually resulting from damage to the spinal cord
-02546316 00 s 02 rickety 0 rachitic 0 003 & 02541302 a 0000 + 14354642 n 0201 + 14201311 n 0202 | affected with, suffering from, or characteristic of rickets; "rickety limbs and joints"; "a rachitic patient"
-02546526 00 s 01 scrofulous 0 002 & 02541302 a 0000 + 14144247 n 0101 | afflicted with scrofula
-02546624 00 s 01 sneezy 0 002 & 02541302 a 0000 + 14314850 n 0101 | inclined to sneeze
-02546713 00 s 01 spastic 0 003 & 02541302 a 0000 + 14094653 n 0102 + 04771738 n 0101 | suffering from spastic paralysis; "a spastic child"
-02546854 00 s 02 tubercular 0 tuberculous 0 004 & 02541302 a 0000 + 14211440 n 0201 + 14211440 n 0101 + 14143415 n 0101 | constituting or afflicted with or caused by tuberculosis or the tubercle bacillus; "a tubercular child"; "tuberculous patients"; "tubercular meningitis"
-02547131 00 s 01 unhealed 0 001 & 02541302 a 0000 | not healed; "an unhealed wound"
-02547217 00 s 01 upset 0 001 & 02541302 a 0000 | mildly physically distressed; "an upset stomach"
-02547317 00 a 01 wet 1 023 = 14534696 n 0000 + 14534696 n 0101 ! 02551380 a 0101 & 02547862 a 0000 & 02547953 a 0000 & 02548066 a 0000 & 02548619 a 0000 & 02548820 a 0000 & 02549032 a 0000 & 02549234 a 0000 & 02549393 a 0000 & 02549569 a 0000 & 02549691 a 0000 & 02549857 a 0000 & 02550023 a 0000 & 02550170 a 0000 & 02550333 a 0000 & 02550517 a 0000 & 02550704 a 0000 & 02550891 a 0000 & 02551069 a 0000 & 02551141 a 0000 & 02551259 a 0000 | covered or soaked with a liquid such as water; "a wet bathing suit"; "wet sidewalks"; "wet weather"
-02547862 00 s 02 bedewed 0 dewy 0 002 & 02547317 a 0000 + 14834132 n 0201 | wet with dew
-02547953 00 s 01 besprent 0 001 & 02547317 a 0000 | sprinkled over; "glistening grass besprent with raindrops"
-02548066 00 s 0c boggy 0 marshy 0 miry 0 mucky 0 muddy 0 quaggy 0 sloppy 0 sloughy 0 soggy 0 squashy 0 swampy 0 waterlogged 0 012 & 02547317 a 0000 + 09452395 n 0b01 + 14536331 n 0901 + 09438313 n 0801 + 14535056 n 0703 + 14956523 n 0701 + 09355850 n 0603 + 14956325 n 0501 + 14535056 n 0502 + 09355850 n 0301 + 09347779 n 0201 + 09225943 n 0101 | (of soil) soft and watery; "the ground was boggy under foot"; "a marshy coastline"; "miry roads"; "wet mucky lowland"; "muddy barnyard"; "quaggy terrain"; "the sloughy edge of the pond"; "swampy bayous"
-02548619 00 s 02 clammy 0 dank 0 003 & 02547317 a 0000 + 14536085 n 0201 + 14536085 n 0102 | unpleasantly cool and humid; "a clammy handshake"; "clammy weather"; "a dank cellar"; "dank rain forests"
-02548820 00 s 03 damp 0 dampish 0 moist 0 004 & 02547317 a 0000 + 14535905 n 0303 + 14535905 n 0101 + 14535905 n 0102 | slightly wet; "clothes damp with perspiration"; "a moist breeze"; "eyes moist with tears"
-02549032 00 s 02 sodden 0 soppy 0 001 & 02547317 a 0000 | wet through and through; thoroughly wet; "stood at the door drenched (or soaked) by the rain"; "the speaker's sodden collar"; "soppy clothes"
-02549234 00 s 02 drippy 0 drizzly 0 003 & 02547317 a 0000 + 11502322 n 0201 + 05010506 n 0101 | wet with light rain; "a sad drizzly day"; "a wet drippy day"
-02549393 00 s 01 humid 0 003 & 02547317 a 0000 + 14535643 n 0102 + 14535643 n 0101 | containing or characterized by a great deal of water vapor; "humid air"; "humid weather"
-02549569 00 s 01 misty 0 003 & 02547317 a 0000 + 11482706 n 0101 + 04704116 n 0102 | wet with mist; "the misty evening"
-02549691 00 s 03 muggy 0 steamy 0 sticky 1 002 & 02547317 a 0000 + 14535807 n 0101 | hot or warm and humid; "muggy weather"; "the steamy tropics"; "sticky weather"
-02549857 00 s 02 reeking 0 watery 1 002 & 02547317 a 0000 + 04937427 n 0201 | wet with secreted or exuded moisture such as sweat or tears; "wiped his reeking neck"
-02550023 00 s 01 rheumy 0 002 & 02547317 a 0000 + 14853647 n 0101 | moist, damp, wet (especially of air); "the raw and theumy damp of night air"
-02550170 00 s 01 sloppy 1 002 & 02547317 a 0000 + 14535056 n 0103 | wet or smeared with a spilled liquid or moist material; "a sloppy floor"; "a sloppy saucer"
-02550333 00 s 02 showery 0 rainy 0 004 & 02547317 a 0000 + 15008607 n 0201 + 11501381 n 0201 + 11502497 n 0101 | (of weather) wet by periods of rain; "showery weather"; "rainy days"
-02550517 00 s 02 steaming 0 steamy 1 002 & 02547317 a 0000 + 04704116 n 0203 | filled with steam or emitting moisture in the form of vapor or mist; "a steaming kettle"; "steamy towels"
-02550704 00 s 01 sticky 2 002 & 02547317 a 0000 + 04935239 n 0101 | moist as with undried perspiration and with clothing sticking to the body; "felt sticky and chilly at the same time"
-02550891 00 s 01 tacky 0 002 & 02547317 a 0000 + 04935904 n 0105 | (of a glutinous liquid such as paint) not completely dried and slightly sticky to the touch; "tacky varnish"
-02551069 00 s 01 undried 0 001 & 02547317 a 0000 | still wet or moist
-02551141 00 s 01 washed 0 001 & 02547317 a 0000 | wet as from washing; sometimes used in combination; "rain-washed"
-02551259 00 s 01 watery 2 003 & 02547317 a 0000 + 14535056 n 0101 + 14845743 n 0101 | filled with water; "watery soil"
-02551380 00 a 01 dry 1 018 = 14534696 n 0000 + 14536438 n 0101 ! 02547317 a 0101 & 02551946 a 0000 & 02552222 a 0000 & 02552315 a 0000 & 02552415 a 0000 & 02552646 a 0000 & 02552849 a 0000 & 02553017 a 0000 & 02553137 a 0000 & 02553234 a 0000 & 02553560 a 0000 & 02553725 a 0000 & 02553797 a 0000 & 02553902 a 0000 & 02554019 a 0000 & 02554140 a 0000 | free from liquid or moisture; lacking natural or normal moisture or depleted of water; or no longer wet; "dry land"; "dry clothes"; "a dry climate"; "dry splintery boards"; "a dry river bed"; "the paint is dry"
-02551946 00 s 05 adust 0 baked 0 parched 0 scorched 0 sunbaked 0 001 & 02551380 a 0000 | dried out by heat or excessive exposure to sunlight; "a vast desert all adust"; "land lying baked in the heat"; "parched soil"; "the earth was scorched and bare"; "sunbaked salt flats"
-02552222 00 s 01 air-dried 0 001 & 02551380 a 0000 | made dry by contact with unheated air
-02552315 00 s 01 air-dry 0 001 & 02551380 a 0000 | not giving off moisture on exposure to the air
-02552415 00 s 02 arid 0 waterless 0 004 & 02551380 a 0000 + 14536438 n 0202 + 14537250 n 0101 + 14537250 n 0102 | lacking sufficient water or rainfall; "an arid climate"; "a waterless well"; "miles of waterless country to cross"
-02552646 00 s 02 bone-dry(a) 0 bone_dry(p) 0 001 & 02551380 a 0000 | without a trace of moisture; as dry as a weathered bone; "bone-dry leaves are a fire hazard"; "a drier to get the clothes bone dry"
-02552849 00 s 02 desiccated 0 dried-out 0 001 & 02551380 a 0000 | thoroughly dried out; "old boxes of desiccated Cuban cigars"; "dried-out boards beginning to split"
-02553017 00 s 01 dried 0 001 & 02551380 a 0000 | not still wet; "the ink has dried"; "a face marked with dried tears"
-02553137 00 s 01 dried-up 1 001 & 02551380 a 0000 | depleted of water; "a dried-up water hole"
-02553234 00 s 06 dried-up 2 sere 0 sear 0 shriveled 0 shrivelled 0 withered 0 003 & 02551380 a 0000 ;c 08436759 n 0000 + 14537472 n 0201 | (used especially of vegetation) having lost all moisture; "dried-up grass"; "the desert was edged with sere vegetation"; "shriveled leaves on the unwatered seedlings"; "withered vines"
-02553560 00 s 01 dry-shod 0 001 & 02551380 a 0000 | having or keeping the feet or shoes dry; "a land bridge over which man and beasts could have crossed dry-shod"
-02553725 00 s 01 kiln-dried 0 001 & 02551380 a 0000 | dried in a kiln
-02553797 00 s 01 rainless 0 001 & 02551380 a 0000 | lacking rain; "a rainless month"; "rainless skies"
-02553902 00 s 01 semiarid 0 001 & 02551380 a 0000 | somewhat arid; "a semiarid region with little annual rainfall"
-02554019 00 s 01 semi-dry 0 001 & 02551380 a 0000 | somewhat dry; "swabbing left the deck semi-dry but still slippery"
-02554140 00 s 01 thirsty 0 002 & 02551380 a 0000 + 14537250 n 0103 | needing moisture; "thirsty fields under a rainless sky"
-02554267 00 a 02 wet 2 lactating 0 002 ! 02554546 a 0101 & 02554420 a 0000 | producing or secreting milk; "a wet nurse"; "a wet cow"; "lactating cows"
-02554420 00 s 01 fresh 0 001 & 02554267 a 0000 | having recently calved and therefore able to give milk; "the cow is fresh"
-02554546 00 a 01 dry 2 003 + 14536438 n 0101 ! 02554267 a 0101 & 02554663 a 0000 | not producing milk; "a dry cow"
-02554663 00 s 01 milkless 0 001 & 02554546 a 0000 | having no milk; "milkless breasts"
-02554752 00 a 01 wet 4 001 ! 02554940 a 0101 | supporting or permitting the legal production and sale of alcoholic beverages; "a wet candidate running on a wet platform"; "a wet county"
-02554940 00 a 01 dry 4 001 ! 02554752 a 0101 | opposed to or prohibiting the production and sale of alcoholic beverages; "the dry vote led by preachers and bootleggers"; "a dry state"
-02555126 00 a 01 wet 5 003 + 14535431 n 0102 + 14534696 n 0101 ! 02555267 a 0101 | containing moisture or volatile components; "wet paint"
-02555267 00 a 01 dry 5 002 + 14536438 n 0101 ! 02555126 a 0101 | lacking moisture or volatile components; "dry paint"
-02555387 00 a 02 hydrous 0 hydrated 0 002 ;c 06084469 n 0000 ! 02555550 a 0101 | containing combined water (especially water of crystallization as in a hydrate)
-02555550 00 a 01 anhydrous 0 002 ;c 06084469 n 0000 ! 02555387 a 0101 | without water; especially without water of crystallization
-02555683 00 a 01 wheeled 0 001 ! 02555777 a 0101 | having wheels; often used in combination
-02555777 00 a 01 wheelless 0 001 ! 02555683 a 0101 | having no wheels or having no wheeled vehicles; "dragging a wheelless stoneboat filled with rocks"; "wheelless societies"
-02555954 00 a 01 white-collar 0 005 ^ 02225510 a 0000 ! 02556720 a 0101 & 02556229 a 0000 & 02556402 a 0000 & 02556568 a 0000 | of or designating salaried professional or clerical work or workers; "the coal miner's son aspired to a white-collar occupation as a bookkeeper"
-02556229 00 s 01 clerical 0 002 & 02555954 a 0000 + 09928451 n 0101 | appropriate for or engaged in office work; "clerical skills"; "a clerical job"; "the clerical staff"
-02556402 00 s 01 professional 0 001 & 02555954 a 0000 | engaged in by members of a profession; "professional occupations include medicine and the law and teaching"
-02556568 00 s 01 pink-collar 0 001 & 02555954 a 0000 | of or relating to a class of jobs once traditionally filled by women; "a pink-collar employee"
-02556720 00 a 01 blue-collar 0 005 ^ 02228335 a 0000 ! 02555954 a 0101 & 02556901 a 0000 & 02557023 a 0000 & 02557145 a 0000 | of or designating manual industrial work or workers
-02556901 00 s 01 industrial 0 001 & 02556720 a 0000 | employed in industry; "the industrial classes"; "industrial work"
-02557023 00 s 01 manual(a) 0 001 & 02556720 a 0000 | doing or requiring physical work; "manual labor"; "manual laborer"
-02557145 00 s 02 wage-earning 0 working-class 0 001 & 02556720 a 0000 | working for hourly wages rather than fixed (e.g. annual) salaries; "working-class occupations include manual as well as industrial labor"
-02557357 00 a 01 wholesome 0 011 ^ 01164763 a 0000 ^ 01170243 a 0000 ^ 02273326 a 0000 + 04789689 n 0101 ! 02559180 a 0101 & 02557719 a 0000 & 02558032 a 0000 & 02558184 a 0000 & 02558528 a 0000 & 02558767 a 0000 & 02558996 a 0000 | conducive to or characteristic of physical or moral well-being; "wholesome attitude"; "wholesome appearance"; "wholesome food"
-02557719 00 s 06 alimentary 0 alimental 0 nourishing 1 nutrient 0 nutritious 0 nutritive 0 009 & 02557357 a 0000 + 04789897 n 0602 + 13523661 n 0501 + 07570720 n 0503 + 04789897 n 0501 + 00021265 n 0402 + 01204191 v 0403 + 01202728 v 0401 + 07570720 n 0105 | of or providing nourishment; "good nourishing stew"
-02558032 00 s 01 heart-healthy 0 001 & 02557357 a 0000 | of foods that are low in fats and sodium and other ingredients that may foster heart disease
-02558184 00 s 03 healthy 0 salubrious 0 good_for_you(p) 0 003 & 02557357 a 0000 + 04790238 n 0202 + 04790238 n 0201 | promoting health; healthful; "a healthy diet"; "clean healthy air"; "plenty of healthy sleep"; "healthy and normal outlets for youthful energy"; "the salubrious mountain air and water"- C.B.Davis; "carrots are good for you"
-02558528 00 s 05 hearty 0 satisfying 0 solid 0 square 0 substantial 0 002 & 02557357 a 0000 + 04761212 n 0502 | providing abundant nourishment; "a hearty meal"; "good solid food"; "ate a substantial breakfast"; "four square meals a day"
-02558767 00 s 01 organic 0 002 & 02557357 a 0000 ;c 07702362 n 0000 | of or relating to foodstuff grown or raised without synthetic fertilizers or pesticides or hormones; "organic eggs"; "organic vegetables"; "organic chicken"
-02558996 00 s 01 salubrious 2 002 & 02557357 a 0000 + 04790238 n 0101 | favorable to health of mind or body; "not the most salubrious campsite"; "one of the less salubrious suburbs"
-02559180 00 a 01 unwholesome 0 012 ^ 01160031 a 0000 ^ 01611067 a 0000 ^ 01167817 a 0000 ^ 01172889 a 0000 ^ 02274253 a 0000 + 04790449 n 0101 ! 02557357 a 0101 & 02559534 a 0000 & 02559694 a 0000 & 02559862 a 0000 & 02560035 a 0000 & 02560402 a 0000 | detrimental to physical or moral well-being; "unwholesome food"; "unwholesome habits like smoking"
-02559534 00 s 03 insalubrious 0 unhealthful 0 unhealthy 0 004 & 02559180 a 0000 + 04791740 n 0201 + 04791928 n 0102 + 04791928 n 0101 | detrimental to health
-02559694 00 s 02 insubstantial 0 jejune 0 003 & 02559180 a 0000 + 04791453 n 0202 + 04791453 n 0201 | lacking in nutritive value; "the jejune diets of the very poor"
-02559862 00 s 01 morbid 0 003 & 02559180 a 0000 + 05699906 n 0101 + 04790449 n 0102 | suggesting an unhealthy mental state; "morbid interest in death"; "morbid curiosity"
-02560035 00 s 08 nauseating 0 nauseous 0 noisome 0 queasy 0 loathsome 0 offensive 0 sickening 0 vile 0 009 & 02559180 a 0000 + 04781349 n 0804 + 04996571 n 0704 + 04780958 n 0601 + 01810447 v 0602 + 04781349 n 0501 + 04790774 n 0302 + 07504111 n 0201 + 04996571 n 0103 | causing or able to cause nausea; "a nauseating smell"; "nauseous offal"; "a sickening stench"
-02560402 00 s 01 rich 0 001 & 02559180 a 0000 | containing plenty of fat, or eggs, or sugar; "rich desserts"; "they kept gorging on rich foods"
-02560548 00 a 02 wide 0 broad 4 013 ^ 00525453 a 0000 ^ 02410393 a 0000 = 05136150 n 0000 + 05136343 n 0202 + 05136343 n 0101 ! 02561888 a 0101 & 02561014 a 0000 & 02561123 a 0000 & 02561302 a 0000 & 02561391 a 0000 & 02561490 a 0000 & 02561560 a 0000 & 02561752 a 0000 | having great (or a certain) extent from one side to the other; "wide roads"; "a wide necktie"; "wide margins"; "three feet wide"; "a river two miles broad"; "broad shoulders"; "a broad river"
-02561014 00 s 01 beamy 0 002 & 02560548 a 0000 + 05136546 n 0101 | broad in the beam; "a beamy cargo ship"
-02561123 00 s 02 bird's-eye 0 panoramic 0 003 & 02560548 a 0000 + 05933246 n 0206 + 03884072 n 0201 | as from an altitude or distance; "a bird's-eye survey"; "a panoramic view"
-02561302 00 s 01 broad-brimmed 0 001 & 02560548 a 0000 | (of hats) having a broad brim
-02561391 00 s 01 deep 0 001 & 02560548 a 0000 | extending relatively far inward; "a deep border"
-02561490 00 s 01 fanlike 0 001 & 02560548 a 0000 | resembling a fan
-02561560 00 s 01 sweeping 0 001 & 02560548 a 0000 | taking in or moving over (or as if over) a wide area; often used in combination; "a sweeping glance"; "a wide-sweeping view of the river"
-02561752 00 s 01 wide-screen(a) 0 001 & 02560548 a 0000 | (motion pictures) projected on a screen with much greater width than height
-02561888 00 a 01 narrow 0 014 ^ 01415021 a 0000 ^ 00287640 a 0000 ^ 02412164 a 0000 = 05136150 n 0000 + 09365863 n 0101 + 05136788 n 0101 ! 02560548 a 0101 & 02562235 a 0000 & 02562368 a 0000 & 02562484 a 0000 & 02562566 a 0000 & 02562705 a 0000 & 02562805 a 0000 & 02562909 a 0000 | not wide; "a narrow bridge"; "a narrow line across the page"
-02562235 00 s 03 constricting 0 constrictive 0 narrowing 0 001 & 02561888 a 0000 | (of circumstances) tending to constrict freedom
-02562368 00 s 01 narrowed 0 001 & 02561888 a 0000 | reduced in size as by squeezing together; "his narrowed eyes"
-02562484 00 s 01 narrow-mouthed 0 001 & 02561888 a 0000 | having a narrow mouth
-02562566 00 s 02 slender 0 thin 0 003 & 02561888 a 0000 + 05136978 n 0202 + 05103648 n 0103 | very narrow; "a thin line across the page"
-02562705 00 s 01 strait 0 002 & 02561888 a 0000 ;u 07073447 n 0000 | narrow; "strait is the gate"
-02562805 00 s 01 straplike 0 001 & 02561888 a 0000 | long and narrow like a strap; "straplike leaves"
-02562909 00 s 03 tapered 0 tapering 0 narrowing 2 001 & 02561888 a 0000 | becoming gradually narrower; "long tapering fingers"; "trousers with tapered legs"
-02563068 00 a 01 wide 2 003 + 05104548 n 0108 ! 02563310 a 0101 & 02563194 a 0000 | great in degree; "won by a wide margin"
-02563194 00 s 01 comfortable 0 001 & 02563068 a 0000 | more than adequate; "the home team had a comfortable lead"
-02563310 00 a 01 narrow 2 003 + 05121095 n 0102 ! 02563068 a 0101 & 02563466 a 0000 | very limited in degree; "won by a narrow margin"; "a narrow escape"
-02563466 00 s 02 bare(a) 0 marginal 0 001 & 02563310 a 0000 | just barely adequate or within a lower limit; "a bare majority"; "a marginal victory"
-02563616 00 a 01 wieldy 0 001 ! 02563727 a 0101 | easy to handle or use or manage; "a large but wieldy book"
-02563727 00 a 02 unwieldy 0 unmanageable 4 004 + 04711665 n 0103 ! 02563616 a 0101 & 02564023 a 0000 & 02564330 a 0000 | difficult to use or handle or manage because of size or weight or shape; "we set about towing the unwieldy structure into the shelter"; "almost dropped the unwieldy parcel"
-02564023 00 s 04 awkward 0 bunglesome 0 clumsy 0 ungainly 0 002 & 02563727 a 0000 + 04711665 n 0101 | difficult to handle or manage especially because of shape; "an awkward bundle to carry"; "a load of bunglesome paraphernalia"; "clumsy wooden shoes"; "the cello, a rather ungainly instrument for a girl"
-02564330 00 s 02 cumbersome 0 cumbrous 0 002 & 02563727 a 0000 + 04711665 n 0102 | difficult to handle or use especially because of size or weight; "a cumbersome piece of machinery"; "cumbrous protective clothing"
-02564546 00 a 01 wigged 0 003 ! 02564915 a 0101 & 02564683 a 0000 & 02564810 a 0000 | wearing a wig; "the judges all wigged and robed"
-02564683 00 s 02 peruked 0 periwigged 0 001 & 02564546 a 0000 | wearing a wig popular for men in the 17th and 18th centuries
-02564810 00 s 01 toupeed 0 001 & 02564546 a 0000 | wearing a small hairpiece to cover partial baldness
-02564915 00 a 01 wigless 0 001 ! 02564546 a 0101 | not wearing a wig
-02564986 00 a 01 willing 0 013 ^ 00696518 a 0000 ^ 01292128 a 0000 ^ 01930512 a 0000 ^ 02520219 a 0000 = 04623612 n 0000 + 04644512 n 0101 ! 02566015 a 0101 & 02565327 a 0000 & 02565425 a 0000 & 02565583 a 0000 & 02565701 a 0000 & 02565801 a 0000 & 02565939 a 0000 | disposed or inclined toward; "a willing participant"; "willing helpers"
-02565327 00 s 01 consenting 0 001 & 02564986 a 0000 | having given consent; "consenting adults"
-02565425 00 s 04 disposed(p) 0 fain 0 inclined(p) 0 prepared 0 002 & 02564986 a 0000 + 14031108 n 0402 | having made preparations; "prepared to take risks"
-02565583 00 s 02 glad 0 happy 0 001 & 02564986 a 0000 | eagerly disposed to act or to be of service; "glad to help"
-02565701 00 s 01 ready 0 001 & 02564986 a 0000 | mentally disposed; "he was ready to believe her"
-02565801 00 s 01 volitional 0 003 & 02564986 a 0000 + 05652593 n 0101 + 00163047 n 0101 | with deliberate intention; "a volitional act"
-02565939 00 s 01 willing_and_able 0 001 & 02564986 a 0000 | not reluctant
-02566015 00 a 01 unwilling 0 009 ^ 00695523 a 0000 ^ 01293158 a 0000 ^ 02521353 a 0000 = 04623612 n 0000 + 04645599 n 0101 ! 02564986 a 0101 & 02566299 a 0000 & 02566453 a 0000 & 02566644 a 0000 | not disposed or inclined toward; "an unwilling assistant"; "unwilling to face facts"
-02566299 00 s 01 grudging 0 001 & 02566015 a 0000 | of especially an attitude; "gave grudging consent"; "grudging acceptance of his opponent's victory"
-02566453 00 s 03 loath 0 loth 0 reluctant 0 002 & 02566015 a 0000 + 04645943 n 0301 | unwillingness to do something contrary to your custom; "a reluctant smile"; "loath to admit a mistake"
-02566644 00 s 02 unintentional 0 unwilled 0 001 & 02566015 a 0000 | without deliberate intent; "my heart with unwilled love grew warm"- George Macdonald
-02566799 00 a 01 winged 0 011 ! 02568285 a 0101 & 02567117 a 0000 & 02567281 a 0000 & 02567473 a 0000 & 02567593 a 0000 & 02567738 a 0000 & 02567815 a 0000 & 02567918 a 0000 & 02567999 a 0000 & 02568076 a 0000 & 02568192 a 0000 | having wings or as if having wings of a specified kind; "the winged feet of Mercury";
-02567117 00 s 04 alar 0 alary 0 aliform 0 wing-shaped 0 004 & 02566799 a 0000 ;c 06037666 n 0000 + 05309965 n 0201 + 02151940 n 0201 | having or resembling wings
-02567281 00 s 02 alate 0 alated 0 003 & 02566799 a 0000 + 05309965 n 0101 + 02151940 n 0101 | (of seeds or insects) having winglike extensions; "alate leaves"; "alate seeds of a maple tree"
-02567473 00 s 01 batwing 0 001 & 02566799 a 0000 | formed or shaped like a bat's wing; "a dress with batwing sleeves"
-02567593 00 s 02 brachypterous 0 short-winged 0 001 & 02566799 a 0000 | (especially of certain insects) having very short or rudimentary wings
-02567738 00 s 01 one-winged 0 001 & 02566799 a 0000 | having a single wing
-02567815 00 s 01 pinioned 0 001 & 02566799 a 0000 | (of birds) especially having the flight feathers
-02567918 00 s 01 slender-winged 0 001 & 02566799 a 0000 | having slender wings
-02567999 00 s 01 small-winged 0 001 & 02566799 a 0000 | having small wings
-02568076 00 s 01 volant(ip) 0 002 & 02566799 a 0000 ;c 05801594 n 0000 | with wings extended in a flying position
-02568192 00 s 01 winglike 0 001 & 02566799 a 0000 | resembling a wing in shape or position
-02568285 00 a 01 wingless 0 003 ! 02566799 a 0101 & 02568389 a 0000 & 02568480 a 0000 | lacking wings
-02568389 00 s 02 apterous 0 apteral 0 001 & 02568285 a 0000 | (of insects) without wings
-02568480 00 s 01 flightless 0 001 & 02568285 a 0000 | incapable of flying
-02568556 00 a 01 wired 0 003 ! 02569030 a 0101 & 02568738 a 0000 & 02568884 a 0000 | equipped with wire or wires especially for electric or telephone service; "a well-wired house"
-02568738 00 s 01 bugged 0 001 & 02568556 a 0000 | having hidden electronic eavesdropping devices; "wired hotel rooms"; "even the car is bugged"
-02568884 00 s 01 connected 0 002 & 02568556 a 0000 + 13791389 n 0103 | wired together to an alarm system; "all the window alarms are connected"
-02569030 00 a 01 wireless 0 001 ! 02568556 a 0101 | having no wires; "a wireless security system"
-02569130 00 a 01 wise 0 011 ^ 00067038 a 0000 ^ 00067966 a 0000 ^ 01813400 a 0000 ^ 01898129 a 0000 + 04890112 n 0102 ! 02570282 a 0101 & 02569454 a 0000 & 02569558 a 0000 & 02569945 a 0000 & 02570046 a 0000 & 02570183 a 0000 | having or prompted by wisdom or discernment; "a wise leader"; "a wise and perceptive comment"
-02569454 00 s 02 all-knowing 0 omniscient 0 002 & 02569130 a 0000 + 14458943 n 0201 | infinitely wise
-02569558 00 s 03 perspicacious 0 sagacious 0 sapient 0 005 & 02569130 a 0000 + 05617107 n 0302 + 05614175 n 0202 + 05621439 n 0104 + 05621439 n 0103 | acutely insightful and wise; "much too perspicacious to be taken in by such a spurious argument"; "observant and thoughtful, he was given to asking sagacious questions"; "a source of valuable insights and sapient advice to educators"
-02569945 00 s 01 owlish 0 001 & 02569130 a 0000 | resembling an owl; solemn and wise in appearance
-02570046 00 s 01 sapiential 0 001 & 02569130 a 0000 | characterized by wisdom, especially the wisdom of God; "a sapiential government"
-02570183 00 s 01 sage 0 001 & 02569130 a 0000 | having wisdom that comes with age and experience
-02570282 00 a 01 foolish 0 014 ^ 01814085 a 0000 ^ 01899360 a 0000 ^ 00067767 a 0000 ^ 00068278 a 0000 + 05647156 n 0102 ! 02569130 a 0101 & 02570643 a 0000 & 02571277 a 0000 & 02571536 a 0000 & 02571903 a 0000 & 02572038 a 0000 & 02572267 a 0000 & 02572420 a 0000 & 02572657 a 0000 | devoid of good sense or judgment; "foolish remarks"; "a foolish decision"
-02570643 00 s 09 absurd 0 cockeyed 0 derisory 0 idiotic 0 laughable 0 ludicrous 0 nonsensical 0 preposterous 0 ridiculous 0 005 & 02570282 a 0000 + 06607809 n 0903 + 00852922 v 0301 + 04891683 n 0101 + 06607809 n 0102 | incongruous;inviting ridicule; "the absurd excuse that the dog ate his homework"; "that's a cockeyed idea"; "ask a nonsensical question and get a nonsensical answer"; "a contribution so small as to be laughable"; "it is ludicrous to call a cottage a mansion"; "a preposterous attempt to turn back the pages of history"; "her conceited assumption of universal interest in her rather dull children was ridiculous"
-02571277 00 s 05 asinine 0 fatuous 0 inane 0 mindless 0 vacuous 0 009 & 02570282 a 0000 + 05647451 n 0501 + 05174023 n 0504 + 05174023 n 0403 + 04894204 n 0402 + 05174023 n 0301 + 04891683 n 0203 + 04891683 n 0202 + 04891944 n 0101 | devoid of intelligence
-02571536 00 s 08 cockamamie 0 cockamamy 0 goofy 0 sappy 0 silly 0 wacky 0 whacky 0 zany 0 007 & 02570282 a 0000 ;u 07075172 n 0000 + 10157744 n 0809 + 10805113 n 0801 + 04891683 n 0504 + 10157744 n 0302 + 09930876 n 0303 | ludicrous, foolish; "gave me a cockamamie reason for not going"; "wore a goofy hat"; "a silly idea"; "some wacky plan for selling more books"
-02571903 00 s 01 fond 0 001 & 02570282 a 0000 | absurd or silly because unlikely; "fond hopes of becoming President"; "fond fancies"
-02572038 00 s 03 harebrained 0 insane 0 mad 0 002 & 02570282 a 0000 + 05647156 n 0304 | very foolish; "harebrained ideas"; "took insane risks behind the wheel"; "a completely mad scheme to build a bridge between two mountains"
-02572267 00 s 02 ill-conceived 0 misguided 0 001 & 02570282 a 0000 | poorly conceived or thought out; "an ill-conceived plan to take over the company"
-02572420 00 s 04 rattlebrained 0 rattlepated 0 scatterbrained 0 scatty 0 001 & 02570282 a 0000 | lacking sense or discretion; "his rattlebrained crackpot ideas"; "how rattlepated I am! I've forgotten what I came for"- Glenway Westcott
-02572657 00 s 01 unwise 0 002 & 02570282 a 0000 + 04891333 n 0103 | showing or resulting from lack of judgment or wisdom; "an unwise investor is soon impoverished"
-02572823 00 a 01 wooded 0 014 ^ 01290333 a 0000 ! 02575008 a 0101 & 02573192 a 0000 & 02573443 a 0000 & 02573708 a 0000 & 02573859 a 0000 & 02573987 a 0000 & 02574092 a 0000 & 02574188 a 0000 & 02574294 a 0000 & 02574481 a 0000 & 02574614 a 0000 & 02574706 a 0000 & 02574890 a 0000 | covered with growing trees and bushes etc; "wooded land"; "a heavily wooded tract"
-02573192 00 s 04 arboraceous 0 arboreous 0 woodsy 1 woody 0 004 & 02572823 a 0000 + 05216102 n 0401 + 05216102 n 0302 + 08438533 n 0303 | abounding in trees; "an arboreous landscape"; "violets in woodsy shady spots"; "a woody area near the highway"
-02573443 00 s 02 bosky 0 brushy 0 003 & 02572823 a 0000 + 08437515 n 0201 + 08438840 n 0101 | covered with or consisting of bushes or thickets; "brushy undergrowth"; "`bosky' is a literary term"; "a bosky park leading to a modest yet majestic plaza"- Jack Beatty
-02573708 00 s 02 braky 0 brambly 0 003 & 02572823 a 0000 + 13119870 n 0201 + 08437721 n 0101 | covered with brambles and ferns and other undergrowth
-02573859 00 s 01 forested 0 001 & 02572823 a 0000 | covered with forest; "efforts to protect forested lands of the northwest"
-02573987 00 s 01 jungly 0 002 & 02572823 a 0000 + 08439022 n 0101 | overgrown with tropical vegetation
-02574092 00 s 01 overgrown 0 001 & 02572823 a 0000 | abounding in usually unwanted vegetation
-02574188 00 s 01 rushy 0 002 & 02572823 a 0000 + 11743294 n 0101 | abounding in rushes; "a rushy marsh"
-02574294 00 s 02 scrabbly 0 scrubby 0 003 & 02572823 a 0000 + 04730985 n 0202 + 08438223 n 0201 | sparsely covered with stunted trees or vegetation and underbrush; "open scrubby woods"
-02574481 00 s 02 sylvan 0 silvan 0 001 & 02572823 a 0000 | relating to or characteristic of wooded regions; "a shady sylvan glade"
-02574614 00 s 01 thicket-forming 0 001 & 02572823 a 0000 | tending to form dense thickets
-02574706 00 s 01 timbered 0 001 & 02572823 a 0000 | covered with growing timber; "thickly timbered ridges clothed with loblolly pine and holly"; "hills timbered up to their summits"
-02574890 00 s 01 woodsy 0 001 & 02572823 a 0000 | characteristic or suggestive of woods; "a fresh woodsy fragrance"
-02575008 00 a 02 unwooded 0 treeless 0 004 ^ 01289701 a 0000 ! 02572823 a 0101 & 02575138 a 0000 & 02575238 a 0000 | not wooded
-02575138 00 s 01 unforested 0 001 & 02575008 a 0000 | not covered with forest; "unforested lands"
-02575238 00 s 01 untimbered 0 001 & 02575008 a 0000 | without trees; "an untimbered area"
-02575330 00 a 01 woody 0 010 + 15098161 n 0101 ! 02576657 a 0101 & 02575653 a 0000 & 02575733 a 0000 & 02575834 a 0000 & 02575952 a 0000 & 02576058 a 0000 & 02576223 a 0000 & 02576365 a 0000 & 02576489 a 0000 | made of or containing or resembling wood; "woody plants"; "perennial herbs with woody stems"; "a woody taste"
-02575653 00 s 01 ashen 0 001 & 02575330 a 0000 | made of wood of the ash tree
-02575733 00 s 01 beechen 0 001 & 02575330 a 0000 | consisting of or made of wood of the beech tree
-02575834 00 s 03 birch 0 birchen 0 birken 0 001 & 02575330 a 0000 | consisting of or made of wood of the birch tree
-02575952 00 s 01 cedarn 0 001 & 02575330 a 0000 | consisting of or made of cedar; "carved cedarn doors"
-02576058 00 s 01 ligneous 0 003 & 02575330 a 0000 ;c 06066555 n 0000 + 14935319 n 0101 | consisting of or containing lignin or xylem; "ligneous (or woody) tissue"
-02576223 00 s 01 oaken 0 001 & 02575330 a 0000 | consisting of or made of wood of the oak tree; "a solid oak table"; "the old oaken bucket"
-02576365 00 s 01 suffrutescent 0 001 & 02575330 a 0000 | of a plant; having a woody base that does not die down each year
-02576489 00 s 01 wooden 0 001 & 02575330 a 0000 | made or consisting of (entirely or in part) or employing wood; "a wooden box"; "an ancient cart with wooden wheels"
-02576657 00 a 01 nonwoody 0 003 ! 02575330 a 0101 & 02576795 a 0000 & 02576918 a 0000 | not woody; not consisting of or resembling wood
-02576795 00 s 01 herbaceous 0 002 & 02576657 a 0000 ;c 06066555 n 0101 | characteristic of a nonwoody herb or plant part
-02576918 00 s 02 pulpy 0 squashy 0 003 & 02576657 a 0000 + 09400826 n 0101 + 04939198 n 0102 | like a pulp or overripe; not having stiffness
-02577061 00 a 03 worldly 0 secular 7 temporal 0 010 ^ 01180695 a 0000 ^ 02056880 a 0000 ^ 02270342 a 0000 + 04621524 n 0101 + 05670972 n 0103 ! 02578235 a 0101 & 02577454 a 0000 & 02577734 a 0000 & 02577907 a 0000 & 02578035 a 0000 | characteristic of or devoted to the temporal world as opposed to the spiritual world; "worldly goods and advancement"; "temporal possessions of the church"
-02577454 00 s 01 economic 0 002 & 02577061 a 0000 + 00192613 n 0101 | concerned with worldly necessities of life (especially money); "he wrote the book primarily for economic reasons"; "gave up the large house for economic reasons"; "in economic terms they are very privileged"
-02577734 00 s 01 material 0 001 & 02577061 a 0000 | concerned with worldly rather than spiritual interests; "material possessions"; "material wealth"; "material comforts"
-02577907 00 s 03 materialistic 0 mercenary 0 worldly-minded 0 002 & 02577061 a 0000 + 14039310 n 0101 | marked by materialism
-02578035 00 s 02 mundane 0 terrestrial 0 002 & 02577061 a 0000 + 04880273 n 0103 | concerned with the world or worldly matters; "mundane affairs"; "he developed an immense terrestrial practicality"
-02578235 00 a 01 unworldly 0 007 ^ 02271544 a 0000 ^ 01781478 a 0000 ! 02577061 a 0101 & 02578546 a 0000 & 02578894 a 0000 & 02579136 a 0000 & 02579363 a 0000 | not concerned with the temporal world or swayed by mundane considerations; "was unworldly and did not greatly miss worldly rewards"- Sheldon Cheney
-02578546 00 s 05 anchoritic 0 eremitic 0 eremitical 0 hermitic 0 hermitical 0 008 & 02578235 a 0000 + 10519126 n 0502 + 10172448 n 0501 + 10519126 n 0402 + 10172448 n 0401 + 10518945 n 0301 + 10518945 n 0201 + 10519126 n 0101 | characterized by ascetic solitude; "the eremitic element in the life of a religious colony"; "his hermitic existence"
-02578894 00 s 05 cloistered 0 cloistral 0 conventual 0 monastic 0 monastical 0 005 & 02578235 a 0000 + 10112129 n 0402 + 08224413 n 0301 + 03099454 n 0301 + 04073948 n 0202 | of communal life sequestered from the world under religious vows
-02579136 00 s 02 spiritual 0 unearthly 0 002 & 02578235 a 0000 + 04621314 n 0101 | concerned with or affecting the spirit or soul; "a spiritual approach to life"; "spiritual fulfillment"; "spiritual values"; "unearthly love"
-02579363 00 s 01 unmercenary 0 001 & 02578235 a 0000 | not mercenary; not influenced by financial gains
-02579469 00 a 01 woven 0 003 ! 02579952 a 0101 & 02579760 a 0000 & 02579864 a 0000 | made or constructed by interlacing threads or strips of material or other elements into a whole; "woven fabrics"; "woven baskets"; "the incidents woven into the story"; "folk songs woven into a symphony"
-02579760 00 s 01 braided 0 001 & 02579469 a 0000 | woven by (or as if by) braiding; "braided cordage"
-02579864 00 s 01 plain-woven 0 001 & 02579469 a 0000 | (of cloth) made in plain weave
-02579952 00 a 01 unwoven 0 003 ! 02579469 a 0101 & 02580126 a 0000 & 02580267 a 0000 | not woven; "tapa cloth is an unwoven fabric made by pounding bark into a thin sheet"
-02580126 00 s 01 felted 0 001 & 02579952 a 0000 | made by combining fibers with a binder using heat and pressure; "felt is a felted cloth"
-02580267 00 s 01 knitted 0 001 & 02579952 a 0000 | made by intertwining threads in a series of connected loops rather than by weaving; "knitted garments"; "a hand-knitted sweater"
-02580449 00 a 01 worn 0 025 ^ 01638438 a 0000 ! 02584699 a 0101 & 02581047 a 0000 & 02581172 a 0000 & 02581254 a 0000 & 02581365 a 0000 & 02581530 a 0000 & 02581829 a 0000 & 02582064 a 0000 & 02582163 a 0000 & 02582269 a 0000 & 02582473 a 0000 & 02582602 a 0000 & 02582697 a 0000 & 02582873 a 0000 & 02583043 a 0000 & 02583271 a 0000 & 02583467 a 0000 & 02583619 a 0000 & 02583898 a 0000 & 02584031 a 0000 & 02584203 a 0000 & 02584347 a 0000 & 02584459 a 0000 & 02584610 a 0000 | affected by wear; damaged by long use; "worn threads on the screw"; "a worn suit"; "the worn pockets on the jacket"
-02581047 00 s 01 aged 0 001 & 02580449 a 0000 | at an advanced stage of erosion (pronounced as one syllable); "aged rocks"
-02581172 00 s 01 attrited 0 001 & 02580449 a 0000 | worn by rubbing or friction
-02581254 00 s 01 battered 0 001 & 02580449 a 0000 | damaged especially by hard usage; "his battered old hat"
-02581365 00 s 01 clapped_out 0 002 & 02580449 a 0000 ;r 08860123 n 0000 | worn from age or heavy use and no longer able to operate (of cars or machines or people)
-02581530 00 s 06 creaky 0 decrepit 0 derelict 0 flea-bitten 0 run-down 0 woebegone 0 001 & 02580449 a 0000 | worn and broken down by hard use; "a creaky shack"; "a decrepit bus...its seats held together with friction tape"; "a flea-bitten sofa"; "a run-down neighborhood"; "a woebegone old shack"
-02581829 00 s 02 dog-eared 0 eared 0 001 & 02580449 a 0000 | worn or shabby from overuse or (of pages) from having corners turned down; "a somewhat dog-eared duke...a bit run down"-Clifton Fadiman; "an old book with dog-eared pages"
-02582064 00 s 02 eroded 0 scoured 0 001 & 02580449 a 0000 | worn away as by water or ice or wind
-02582163 00 s 01 frayed 1 001 & 02580449 a 0000 | worn away or tattered along the edges; "frayed cuffs"
-02582269 00 s 02 mangy 0 mangey 0 004 & 02580449 a 0000 + 14274217 n 0201 + 14274217 n 0101 + 04816761 n 0103 | having many worn or threadbare spots in the nap; "a mangy carpet"; "a mangy old fur coat"
-02582473 00 s 02 moth-eaten 1 mothy 0 001 & 02580449 a 0000 | worn or eaten away by (or as if by) moths; "moth-eaten blankets"
-02582602 00 s 01 played_out 0 001 & 02580449 a 0000 | worn out; "a played out deck of cards"
-02582697 00 s 01 ragged 1 002 & 02580449 a 0000 + 04817168 n 0101 | being or dressed in clothes that are worn or torn; "clothes as ragged as a scarecrow's"; "a ragged tramp"
-02582873 00 s 02 raddled 0 worn-out 0 001 & 02580449 a 0000 | used until no longer useful; "battered trumpets and raddled radios"; "worn-out shoes with flapping soles"
-02583043 00 s 04 moth-eaten 0 ratty 0 shabby 0 tatty 0 002 & 02580449 a 0000 + 04816761 n 0301 | showing signs of wear and tear; "a ratty old overcoat"; "shabby furniture"; "an old house with dirty windows and tatty curtains"
-02583271 00 s 02 scruffy 0 seedy 0 002 & 02580449 a 0000 + 04816761 n 0202 | shabby and untidy; "a surge of ragged scruffy children"; "he was soiled and seedy and fragrant with gin"- Mark Twain
-02583467 00 s 02 shopworn 0 shopsoiled 0 001 & 02580449 a 0000 | worn or faded from being on display in a store; "shopworn merchandise at half price"
-02583619 00 s 02 tattered 1 tatterdemalion 0 002 & 02580449 a 0000 + 10504664 n 0202 | worn to shreds; or wearing torn or ragged clothing; "a man in a tattered shirt"; "the tattered flag"; "tied up in tattered brown paper"; "a tattered barefoot boy"; "a tatterdemalion prince"
-02583898 00 s 01 threadbare 1 001 & 02580449 a 0000 | having the nap worn away so that the threads show through; "threadbare rugs"
-02584031 00 s 01 thumbed 0 001 & 02580449 a 0000 | (of pages) worn or soiled by thumb and fingers by frequent handling or turning; "well-thumbed pages of the dictionary"
-02584203 00 s 03 vermiculate 0 worm-eaten 0 wormy 0 002 & 02580449 a 0000 + 01922303 n 0301 | infested with or damaged (as if eaten) by worms
-02584347 00 s 01 waterworn 0 001 & 02580449 a 0000 | (of rocks especially) worn smooth by the action of water
-02584459 00 s 03 weather-beaten 0 weatherworn 0 weathered 0 001 & 02580449 a 0000 | worn by exposure to the weather; "a house of weathered shingles"
-02584610 00 s 01 well-worn 0 001 & 02580449 a 0000 | showing signs of much wear or use
-02584699 00 a 01 new 9 002 ! 02580449 a 0101 & 02584817 a 0000 | unaffected by use or exposure; "it looks like new"
-02584817 00 s 01 unweathered 0 001 & 02584699 a 0000 | not worn by exposure to the weather; "chemical weathering was beginning to attack the unweathered bedrock"
-02584981 00 a 01 worthy 0 024 ^ 00904163 a 0000 ^ 01129977 a 0000 ^ 01226240 a 0000 ^ 02036578 a 0000 ^ 02500884 a 0000 = 04806804 n 0000 + 10792506 n 0101 + 04806804 n 0101 + 05138208 n 0101 ! 02588099 a 0101 & 02585545 a 0000 & 02585919 a 0000 & 02586089 a 0000 & 02586206 a 0000 & 02586446 a 0000 & 02586608 a 0000 & 02586747 a 0000 & 02586957 a 0000 & 02587083 a 0000 & 02587261 a 0000 & 02587407 a 0000 & 02587556 a 0000 & 02587738 a 0000 & 02587936 a 0000 | having worth or merit or value; being honorable or admirable; "a worthy fellow"; "a worthy cause"
-02585545 00 s 04 applaudable 0 commendable 0 laudable 0 praiseworthy 0 004 & 02584981 a 0000 + 04807342 n 0401 + 00860620 v 0301 + 00860292 v 0101 | worthy of high praise; "applaudable efforts to save the environment"; "a commendable sense of purpose"; "laudable motives of improving housing conditions"; "a significant and praiseworthy increase in computer intelligence"
-02585919 00 s 01 creditable 0 001 & 02584981 a 0000 | worthy of often limited commendation; "the student's effort on the essay--though not outstanding--was creditable"
-02586089 00 s 01 cum_laude 0 001 & 02584981 a 0000 | with honor; with academic distinction; "a cum laude graduate"
-02586206 00 s 02 deserving 0 worth(p) 0 004 & 02584981 a 0000 ;u 07106246 n 0000 + 05138208 n 0201 + 04807050 n 0101 | worthy of being treated in a particular way; "an idea worth considering"; "the deserving poor" (often used ironically)
-02586446 00 s 02 exemplary 0 model(a) 0 003 & 02584981 a 0000 + 05925366 n 0102 + 05925366 n 0101 | worthy of imitation; "exemplary behavior"; "model citizens"
-02586608 00 s 01 magna_cum_laude 0 001 & 02584981 a 0000 | with high honor; with high academic distinction; "a magna cum laude graduate"
-02586747 00 s 02 meritorious 0 meritable 0 004 & 02584981 a 0000 + 02646378 v 0202 + 04807050 n 0102 + 04807050 n 0103 | deserving reward or praise; "a lifetime of meritorious service"; "meritorious conduct"
-02586957 00 s 02 noteworthy 0 notable 0 001 & 02584981 a 0000 | worthy of notice; "a noteworthy advance in cancer research"
-02587083 00 s 01 quotable 0 002 & 02584981 a 0000 + 04807489 n 0101 | suitable for or worthy of quotation; "a quotable slogan"; "his remarks are not quotable in mixed company"
-02587261 00 s 01 sacred 0 002 & 02584981 a 0000 + 04855332 n 0101 | worthy of respect or dedication; "saw motherhood as woman's sacred calling"
-02587407 00 s 01 summa_cum_laude 0 001 & 02584981 a 0000 | with highest honor; with the highest academic distinction; "a summa cum laude graduate"
-02587556 00 s 02 valued 0 precious 0 001 & 02584981 a 0000 | held in great esteem for admirable qualities especially of an intrinsic nature; "a valued friend"; "precious memories"
-02587738 00 s 02 valuable 0 worthful 0 004 & 02584981 a 0000 + 05141222 n 0104 + 02256109 v 0102 + 00694068 v 0103 | having worth or merit or value; "a valuable friend"; "a good and worthful man"
-02587936 00 s 01 worthwhile 0 002 & 02584981 a 0000 + 05139436 n 0101 | sufficiently valuable to justify the investment of time or interest; "a worthwhile book"
-02588099 00 a 01 unworthy 0 010 ^ 00904548 a 0000 ^ 01227137 a 0000 ^ 02037272 a 0000 ^ 02502163 a 0000 = 04806804 n 0000 + 04807776 n 0101 ! 02584981 a 0101 & 02588421 a 0000 & 02588527 a 0000 & 02588647 a 0000 | lacking in value or merit; "dispel a student whose conduct is deemed unworthy"; "unworthy of forgiveness"
-02588421 00 s 02 undeserving 0 unworthy 1 001 & 02588099 a 0000 | not deserving; "the undeserving poor"
-02588527 00 s 01 unmerited 0 001 & 02588099 a 0000 | not merited; "unmerited treatment of a potentially fine subject"
-02588647 00 s 01 unmeritorious 0 001 & 02588099 a 0000 | without merit; "protect...from unmeritorious criticism"
-02588762 00 a 01 xeric 0 003 ! 02589086 a 0101 ! 02589551 a 0101 & 02588915 a 0000 | being deficient in moisture; "deserts provide xeric environments"
-02588915 00 s 01 xerophytic 0 002 & 02588762 a 0000 + 13121104 n 0102 | adapted to a xeric (or dry) environment; "cacti are xerophytic plants"; "xerophytic adaptations"
-02589086 00 a 01 hydric 0 004 ! 02589551 a 0101 ! 02588762 a 0101 & 02589258 a 0000 & 02589402 a 0000 | having or characterized by excessive moisture; "a hydric habitat"
-02589258 00 s 01 hydrophytic 0 002 & 02589086 a 0000 + 13121544 n 0103 | growing wholly or partially in water; "water lilies are hydrophytic"
-02589402 00 s 01 hygrophytic 0 002 & 02589086 a 0000 + 11553522 n 0101 | requiring an abundance of moisture; "some tropical ferns are hygrophytic"
-02589551 00 a 01 mesic 0 003 ! 02588762 a 0101 ! 02589086 a 0101 & 02589730 a 0000 | having or characterized by moderate or a well-balanced supply of moisture; "mesic habitats"
-02589730 00 s 01 mesophytic 0 002 & 02589551 a 0000 + 13121349 n 0101 | being or growing in or adapted to a moderately moist environment; "mesophytic habitats"; "mesophytic plants"
-02589913 00 a 01 zonal 0 001 ! 02590057 a 0101 | associated with or divided into zones; "a zonal pattern of cell structure"; "zonal division"
-02590057 00 a 01 azonal 0 002 ! 02589913 a 0101 & 02590168 a 0000 | not divided into zones; "azonal heating"
-02590168 00 s 01 azonic 0 001 & 02590057 a 0000 | not restricted to any particular zone or region
-02590268 00 a 01 acrocarpous 0 001 ! 02590382 a 0101 | (of mosses) having the archegonia at the top of the stem
-02590382 00 a 01 pleurocarpous 0 002 + 11539467 n 0101 ! 02590268 a 0101 | (of mosses) having the archegonia on short lateral branches
-02590519 00 a 01 cursorial 0 001 ! 02590614 a 0101 | (of limbs and feet) adapted for running
-02590614 00 a 01 fossorial 0 001 ! 02590519 a 0101 | (of limbs and feet) adapted for digging
-02590709 00 a 01 homocercal 0 002 ;c 06072912 n 0000 ! 02590891 a 0101 | possessing a symmetrical tail that extends beyond the end of the vertebral column (as in most bony fishes)
-02590891 00 a 01 heterocercal 0 002 ;c 06072912 n 0000 ! 02590709 a 0101 | possessing a tail with the upper lobe larger than the lower and with the vertebral column prolonged into the upper lobe
-02591088 00 a 01 webbed 0 002 ! 02591372 a 0101 & 02591239 a 0000 | (of the feet of some animals) having the digits connected by a thin fold of skin
-02591239 00 s 01 palmate 0 001 & 02591088 a 0000 | (of the feet of water birds) having three toes connected by a thin fold of skin
-02591372 00 a 01 unwebbed 0 001 ! 02591088 a 0101 | (of the feet of some animals) not webbed; "a primitive frog with unwebbed toes"
-02591506 00 a 01 faceted 0 001 ! 02591594 a 0101 | having facets; "a faceted diamond"
-02591594 00 a 01 unfaceted 0 001 ! 02591506 a 0101 | lacking facets; "an unfaceted gem"
-02591684 00 a 01 ipsilateral 0 001 ! 02591787 a 0101 | on or relating to the same side (of the body)
-02591787 00 a 01 contralateral 0 001 ! 02591684 a 0101 | on or relating to the opposite side (of the body)
-02591896 00 a 01 salient 0 001 ! 02592015 a 0101 | (of angles) pointing outward at an angle of less than 180 degrees
-02592015 00 a 02 re-entrant 0 reentrant 0 001 ! 02591896 a 0101 | (of angles) pointing inward; "a polygon with re-entrant angles"
-02592147 00 a 01 proactive 0 002 ;c 06136258 n 0000 ! 02592396 a 0101 | descriptive of any event or stimulus or process that has an effect on events or stimuli or processes that occur subsequently; "proactive inhibition"; "proactive interference"
-02592396 00 a 01 retroactive 0 002 ;c 06136258 n 0000 ! 02592147 a 0101 | descriptive of any event or stimulus or process that has an effect on the effects of events or stimuli or process that occurred previously
-02592611 00 a 01 rh-positive 0 001 ! 02592750 a 0101 | of persons (or their blood) having the Rh factor present in their red blood cells
-02592750 00 a 01 rh-negative 0 001 ! 02592611 a 0101 | of persons (or their blood) lacking the Rh factor present in their red blood cells
-02592890 00 a 01 categorematic 0 005 ;c 06163751 n 0000 + 06752410 n 0102 + 06752410 n 0101 ! 02593269 a 0101 & 02593124 a 0000 | of a term or phrase capable of standing as the subject or (especially) the predicate of a proposition
-02593124 00 s 01 autosemantic 0 002 & 02592890 a 0000 ;c 06172789 n 0000 | of a word or phrase meaningful in isolation, independent of context
-02593269 00 a 01 syncategorematic 0 005 ;c 06163751 n 0000 + 06752695 n 0102 + 06752695 n 0101 ! 02592890 a 0101 & 02593578 a 0000 | of a term that cannot stand as the subject or (especially) the predicate of a proposition but must be used in conjunction with other terms; "`or' is a syncategorematic term"
-02593578 00 s 01 synsemantic 0 002 & 02593269 a 0000 ;c 06172789 n 0000 | of a word or phrase meaningful only when it occurs in the company of other words
-02593735 00 a 01 idiographic 0 002 ;c 06136258 n 0000 ! 02593861 a 0101 | relating to or involving the study of individuals
-02593861 00 a 01 nomothetic 0 002 ;c 06136258 n 0000 ! 02593735 a 0101 | relating to or involving the search for abstract universal principles
-02594006 00 a 01 pro-choice 0 001 ! 02594159 a 0101 | advocating a woman's right to control her own body (especially her right to an induced abortion)
-02594159 00 a 01 pro-life 0 001 ! 02594006 a 0101 | advocating full legal protection of embryos and fetuses (especially opposing the legalization of induced abortions)
-02594329 00 a 02 baptized 0 baptised 0 001 ! 02594443 a 0101 | having undergone the Christian ritual of baptism
-02594443 00 a 02 unbaptized 0 unbaptised 0 001 ! 02594329 a 0101 | not having undergone the Christian ritual of baptism
-02594565 00 a 01 benign 2 002 ;c 06060845 n 0000 ! 02594714 a 0101 | not dangerous to health; not recurrent or progressive (especially of a tumor)
-02594714 00 a 01 malignant 2 005 ;c 06060845 n 0000 + 14237561 n 0101 + 14237561 n 0102 ! 02594565 a 0101 & 02594940 a 0000 | dangerous to health; characterized by progressive and uncontrolled growth (especially of a tumor)
-02594940 00 s 01 cancerous 0 002 & 02594714 a 0000 + 14239918 n 0101 | relating to or affected with cancer; "a cancerous growth"
-02595071 00 a 01 calcicolous 0 001 ! 02595167 a 0101 | growing or living in soil rich in lime
-02595167 00 a 01 calcifugous 0 001 ! 02595071 a 0101 | growing or living in acid soil
-02595255 00 a 01 invertible 0 001 ! 02595357 a 0101 | having an additive or multiplicative inverse
-02595357 00 a 01 non-invertible 0 001 ! 02595255 a 0101 | not admitting an additive or multiplicative inverse
-02595469 00 a 01 immunocompetent 0 002 + 13974144 n 0101 ! 02595647 a 0101 | capable of developing an immune response following exposure to an antigen; "immunocompetent cells"
-02595647 00 a 01 immunodeficient 0 002 + 13974317 n 0101 ! 02595469 a 0101 | incapable of developing an immune response following exposure to an antigen; "immunodeficient rodents"
-02595829 00 a 01 allogeneic 0 002 + 06051542 n 0101 ! 02596059 a 0101 | denoting or relating to cells or tissues from individuals belonging to the same species but genetically dissimilar (and hence immunologically incompatible)
-02596059 00 a 01 xenogeneic 0 002 + 06051542 n 0101 ! 02595829 a 0101 | denoting or relating to cells or tissues from individuals belonging to different species
-02596222 00 a 01 long-spurred 0 001 ! 02596342 a 0101 | of flowers having a long extension at the base of the corolla
-02596342 00 a 01 short-spurred 0 001 ! 02596222 a 0101 | of flowers have a short extension at the base of the corolla
-02596462 00 a 01 shelled 0 005 ! 02597007 a 0101 & 02596626 a 0000 & 02596728 a 0000 & 02596810 a 0000 & 02596905 a 0000 | of animals or fruits that have a shell
-02596626 00 s 01 hard-shelled 0 001 & 02596462 a 0000 | of animals or plants that have a hard shell
-02596728 00 s 01 smooth-shelled 0 001 & 02596462 a 0000 | having a smooth shell
-02596810 00 s 01 spiral-shelled 0 001 & 02596462 a 0000 | having a shell that forms a spiral
-02596905 00 s 01 thin-shelled 0 001 & 02596462 a 0000 | of animals or plants that have a thin shell
-02597007 00 a 02 unshelled 0 shell-less 0 001 ! 02596462 a 0101 | of animals or fruits that have no shell
-02597115 00 a 01 jawed 0 003 ! 02597418 a 0101 & 02597245 a 0000 & 02597329 a 0000 | of animals having jaws of a specified type
-02597245 00 s 01 long-jawed 0 001 & 02597115 a 0000 | having relatively long jaws
-02597329 00 s 01 square-jawed 0 001 & 02597115 a 0000 | having a relatively square jaw
-02597418 00 a 01 jawless 0 001 ! 02597115 a 0101 | of animals having no jaw
-02597496 00 a 01 skinned 0 003 ! 02597781 a 0101 & 02597617 a 0000 & 02597696 a 0000 | having skin of a specified kind
-02597617 00 s 01 smooth-skinned 0 001 & 02597496 a 0000 | having smooth skin
-02597696 00 s 01 velvety-skinned 0 001 & 02597496 a 0000 | having skin like velvet
-02597781 00 a 01 skinless 0 001 ! 02597496 a 0101 | having no skin
-02597850 00 a 01 flowering 0 001 ! 02597951 a 0101 | having a flower or bloom; "a flowering plant"
-02597951 00 a 02 flowerless 0 nonflowering 0 002 ! 02597850 a 0101 & 02598110 a 0000 | without flower or bloom and not producing seeds; "a flowerless plant"
-02598110 00 s 01 spore-bearing 0 001 & 02597951 a 0000 | bearing spores instead of producing seeds
-02598211 00 a 03 vegetal 0 vegetational 0 vegetative 0 004 + 00232542 v 0301 + 00232388 v 0301 + 00232225 v 0301 + 08436759 n 0201 | composed of vegetation or plants; "regions rich in vegetal products"; "vegetational cover"; "the decaying vegetative layer covering a forest floor"
-02598494 00 a 01 asphaltic 0 002 + 14769465 n 0101 + 14667455 n 0101 | containing asphalt; "asphaltic residues"
-02598608 01 a 02 abasic 0 abatic 0 004 + 14549070 n 0201 \ 14549070 n 0201 + 14549070 n 0101 \ 14549070 n 0101 | of or relating to abasia (inability to walk)
-02598768 01 a 01 abbatial 0 006 + 09754217 n 0101 + 09754404 n 0101 + 02667576 n 0101 + 02667478 n 0101 + 02667379 n 0101 \ 02667379 n 0101 | of or having to do with or belonging to an abbey or abbot, or abbess
-02598981 01 a 01 abdominovesical 0 002 \ 05556943 n 0101 \ 05512337 n 0101 | of or relating to the abdomen and the urinary bladder
-02599114 01 a 01 Aberdonian 0 005 + 09153570 n 0101 + 09139380 n 0101 + 09094093 n 0101 + 08892186 n 0101 \ 08892186 n 0101 | of or relating to Aberdeen
-02599269 01 a 02 Abkhaz 0 Abkhazian 0 002 \ 09019355 n 0202 \ 09019355 n 0101 | of or relating to Abkazia or its people or their language
-02599409 01 a 01 Abnaki 0 001 \ 09645871 n 0101 | of or relating to the Abnakis or their language
-02599509 01 a 01 Aboriginal 0 003 + 09676490 n 0103 + 09676490 n 0101 \ 09676490 n 0101 | of or pertaining to members of the indigenous people of Australia; "an Aboriginal rite"
-02599689 01 a 01 abient 0 004 ;c 06136258 n 0000 + 09180616 n 0101 ! 02603779 a 0101 \ 09180616 n 0101 | characterized by avoidance or withdrawal
-02599837 01 a 01 abiogenetic 0 002 + 11420376 n 0101 \ 11420376 n 0101 | originating by abiogenesis
-02599939 01 a 01 academic 0 004 + 09759069 n 0102 + 08280124 n 0101 + 08274923 n 0101 \ 08274923 n 0101 | associated with academia or an academy; "the academic curriculum"; "academic gowns"
-02600131 01 a 01 acanthotic 0 002 + 14221741 n 0101 \ 14221741 n 0101 | of or relating to or having acanthosis
-02600244 01 a 03 acapnic 0 acapnial 0 acapnotic 0 006 + 14042165 n 0302 \ 14042165 n 0302 + 14042165 n 0202 \ 14042165 n 0202 + 14042165 n 0102 \ 14042165 n 0102 | relating to or demonstrating acapnia
-02600447 01 a 01 acervate 0 001 \ 11533026 n 0101 | pertaining to a growth of fungi that forms a heaped-up mass; "acervate fungous sporophores"
-02600593 01 a 01 acetonic 0 002 + 14600504 n 0101 \ 14600504 n 0101 | of or relating to acetone
-02600691 01 a 01 acetylenic 0 002 + 14600742 n 0101 \ 14600742 n 0101 | of or related to acetylene
-02600792 01 a 01 acetylic 0 002 + 14594456 n 0101 \ 14599168 n 0101 | of or related to acetic acid
-02600893 01 a 01 Achaean 0 001 \ 08782490 n 0101 | of or relating to Achaea or its ancient Greek people
-02600999 01 a 01 Aeolian 1 002 + 08160697 n 0101 \ 08784104 n 0101 | of or relating to Aeolis or its ancient Greek people
-02601123 01 a 01 achenial 0 002 + 12036067 n 0101 \ 12036067 n 0101 | pertaining to dry one-seeded indehiscent fruit
-02601242 01 a 01 achlorhydric 0 001 \ 14912387 n 0101 | lacking hydrochloric acid
-02601326 01 a 01 achondritic 0 002 + 09186928 n 0101 \ 09186928 n 0101 | of or related to an achondrite
-02601432 01 a 01 aciculate 0 001 \ 09187036 n 0101 | related to plants or animals or crystals having aciculae or needlelike parts
-02601564 01 a 01 acidimetric 0 002 + 00647919 n 0101 \ 00647919 n 0101 | involving or related to acidimetry
-02601674 01 a 01 acidotic 0 002 + 14019600 n 0101 \ 14019600 n 0101 | having or being characterized by acidosis
-02601788 01 a 01 acinar 0 002 + 13138155 n 0101 \ 13138155 n 0101 | pertaining to the individual parts making up an aggregate fruit like a blackberry
-02601940 01 a 04 acinar 1 acinous 0 acinose 0 acinic 0 007 + 05516366 n 0401 \ 05516366 n 0401 \ 05516366 n 0301 + 05516366 n 0201 \ 05516366 n 0201 + 05516366 n 0101 \ 05516366 n 0101 | pertaining to one of the small sacs (as in a compound gland)
-02602190 01 a 01 acneiform 0 001 \ 14222112 n 0101 | resembling acne
-02602261 01 a 01 adolescent 0 003 + 14426910 n 0101 + 00252710 v 0101 \ 15147850 n 0101 | relating to or peculiar to or suggestive of an adolescent; "adolescent problems"
-02602434 01 a 02 acrogenic 0 acrogenous 0 003 + 11536369 n 0201 \ 11536369 n 0201 \ 11536369 n 0101 | pertaining to flowerless plants (ferns or mosses) in which growth occurs only at the tip of the main stem
-02602644 01 a 02 actinometric 0 actinometrical 0 003 \ 00998037 n 0201 + 00998037 n 0101 \ 00998037 n 0101 | of or related to actinometry
-02602784 01 a 02 actinomycetal 0 actinomycetous 0 004 + 01375204 n 0201 \ 01375204 n 0201 + 01375204 n 0101 \ 01375204 n 0101 | of or belonging to the actinomycetes
-02602951 01 a 01 actinomycotic 0 002 + 14254102 n 0101 \ 14254102 n 0101 | of or related to actinomycosis infection
-02603069 01 a 02 aculeate 0 aculeated 0 002 \ 01901091 n 0201 \ 01901091 n 0101 | having or resembling a stinger or barb; "aculeate insects such as bees and wasps"
-02603235 01 a 01 adactylous 0 001 \ 14152803 n 0101 | without fingers and/or toes
-02603319 01 a 01 adamantine 0 001 \ 14834563 n 0102 | consisting of or having the hardness of adamant
-02603423 01 a 01 adenocarcinomatous 0 002 + 14246710 n 0101 \ 14246710 n 0101 | of or pertaining to adenocarcinoma
-02603540 01 a 01 adenoid 0 002 + 05529286 n 0102 \ 05529286 n 0102 | relating to or resembling lymphatic glands or lymphoid tissue
-02603673 01 a 01 adenoidal 0 002 + 05529286 n 0102 \ 05529286 n 0102 | of or pertaining to the adenoids
-02603779 01 a 01 adient 0 004 ;c 06136258 n 0000 + 09180791 n 0101 ! 02599689 a 0101 \ 09180791 n 0101 | characterized by acceptance or approach
-02603926 01 a 02 adjudicative 0 adjudicatory 0 006 + 02501278 v 0202 + 00698855 v 0204 \ 00874457 n 0201 + 02501278 v 0102 + 00698855 v 0104 \ 00874457 n 0101 | concerned with adjudicating
-02604117 01 a 02 adnexal 0 annexal 0 004 + 05221649 n 0201 \ 05221649 n 0202 + 05221649 n 0101 \ 05221649 n 0101 | of or pertaining to adnexa
-02604261 01 a 01 Adonic 0 001 \ 09547629 n 0101 | or relating to or like Adonis
-02604343 01 a 01 adrenal 0 002 + 05331171 n 0102 \ 05331171 n 0101 | of or pertaining to the adrenal glands or their secretions
-02604473 01 a 01 adrenal 1 001 \ 05332802 n 0101 | near the kidneys
-02604543 01 a 02 adrenergic 0 sympathomimetic 0 002 + 02682038 n 0101 \ 05408388 n 0101 | relating to epinephrine (its release or action)
-02604683 01 a 01 agnostic 0 002 \ 09778927 n 0101 \ 05980051 n 0101 | of or pertaining to an agnostic or agnosticism
-02604802 01 a 01 Aleutian 0 001 \ 08488411 n 0101 | of or relating to the Aleut or their language or culture
-02604913 01 a 01 ancestral 0 002 + 09792555 n 0101 \ 09792555 n 0101 | of or belonging to or inherited from an ancestor
-02605035 01 a 01 antheridial 0 002 + 13091312 n 0101 \ 13091312 n 0101 | relating to or characterized by an antheridium
-02605157 01 a 01 antiadrenergic 0 001 \ 05408388 n 0101 | relating to blocking or reducing adrenergic effects in the body
-02605281 01 a 01 antiapartheid 0 001 \ 06659168 n 0101 | opposing the policy of apartheid in South Africa; "an antiapartheid leader"
-02605416 01 a 01 antidotal 0 001 \ 02719588 n 0101 | counteracting the effects of a poison
-02605509 01 a 01 antiferromagnetic 0 002 + 11479640 n 0101 \ 11479640 n 0101 | relating to antiferromagnetism
-02605621 01 a 01 antipollution 0 001 \ 14516743 n 0101 | intended to reduce pollution; "antipollution laws"; "antipollution devices on automobile exhaust systems"
-02605786 01 a 02 antisatellite 0 ASAT 0 002 \ 04137444 n 0201 \ 04137444 n 0101 | of or relating to a system to destroy satellites in orbit; "antisatellite weapons"
-02605953 01 a 01 antiviral 0 001 \ 02725367 n 0101 | inhibiting or stopping the growth and reproduction of viruses
-02606070 01 a 01 adrenocortical 0 001 \ 05490983 n 0101 | of or derived from the cortex of the adrenal glands
-02606182 01 a 01 advective 0 002 + 02102655 v 0101 \ 13427989 n 0101 | of or relating to advection
-02606283 01 a 01 adventitial 0 002 + 05606633 n 0103 \ 05606633 n 0103 | of or pertaining to the adventitia
-02606393 01 a 01 adventuristic 0 002 + 00796315 n 0101 \ 04662182 n 0101 | of or pertaining to adventurism
-02606502 01 a 01 aecial 0 002 + 13063514 n 0101 \ 13063514 n 0101 | of or belonging to an aecium
-02606601 01 a 01 Aeolian 0 002 + 09553490 n 0101 \ 09553490 n 0101 | of or pertaining to Aeolus, the Greek god of the winds; relating to or caused by the wind
-02606762 01 a 01 aeriferous 0 001 \ 14841267 n 0101 | conveying air; as the bronchial tubes
-02606856 01 a 01 aerological 0 002 + 06119226 n 0101 \ 06119226 n 0101 | of or pertaining to aerology
-02606960 01 a 01 aerolitic 0 002 + 09189289 n 0101 \ 09189289 n 0101 | of or pertaining to certain stony meteorites
-02607078 01 a 01 aeromechanic 0 002 + 06114351 n 0101 \ 06114351 n 0101 | of or pertaining to aerodynamics
-02607187 01 a 01 aeromedical 0 002 + 06046037 n 0101 \ 06046037 n 0101 | of or relating to aviation medicine
-02607298 01 a 02 aeronautical 0 aeronautic 0 004 + 06096913 n 0201 \ 06096913 n 0201 + 06096913 n 0101 \ 06096913 n 0101 | of or pertaining to aeronautics
-02607455 01 a 02 aesculapian 0 medical 2 003 + 06043075 n 0201 + 09559201 n 0101 \ 09559201 n 0101 | of or belonging to Aesculapius or the healing art
-02607608 01 a 01 affine 0 002 ;c 06000644 n 0000 \ 13785965 n 0101 | (mathematics) of or pertaining to the geometry of affine transformations
-02607752 01 a 02 affixal 0 affixial 0 004 + 06308049 n 0201 \ 06308049 n 0201 + 06308049 n 0101 \ 06308049 n 0101 | of or pertaining to a linguistic affix
-02607909 01 a 01 agential 0 006 + 14007546 n 0101 + 00172710 n 0102 + 10373801 n 0101 + 09777353 n 0101 + 09777012 n 0101 \ 09777353 n 0101 | of or relating to an agent or agency
-02608090 01 a 01 agonal 0 003 + 14324274 n 0101 + 07495551 n 0101 \ 07495551 n 0101 | pertaining to or associated with agony (especially death agonies)
-02608244 01 a 01 agonistic 0 002 + 09779280 n 0101 \ 00035697 n 0101 | of or relating to the athletic contests held in ancient Greece
-02608380 01 a 01 agranulocytic 0 002 + 14071896 n 0101 \ 14071896 n 0101 | relating to the blood disorder of agranulocytosis
-02608507 01 a 01 agraphic 0 001 \ 14095948 n 0101 | relating to or having agraphia
-02608592 01 a 02 agrobiologic 0 agrobiological 0 004 + 06066072 n 0201 \ 06066072 n 0201 + 06066072 n 0101 \ 06066072 n 0101 | of or pertaining to agrobiology
-02608753 01 a 02 agrologic 0 agrological 0 004 + 06066267 n 0201 \ 06066267 n 0201 + 06066267 n 0101 \ 06066267 n 0101 | of or related to agrology
-02608902 01 a 02 agronomic 0 agronomical 0 004 + 06065819 n 0201 \ 06065819 n 0201 + 06065819 n 0101 \ 06065819 n 0101 | of or relating to or promoting agronomy
-02609065 01 a 01 agrypnotic 0 002 + 01030033 n 0101 \ 01030033 n 0101 | of or pertaining to agrypnia
-02609168 01 a 01 air-breathing 0 001 \ 00831191 n 0101 | deriving oxygen from the air; "he studied respiration in marine air-breathing vertebrates"; "large air-breathing ichthyosaurs had hydrofoils"
-02609369 01 a 02 alabaster 0 alabastrine 0 002 \ 14665351 n 0201 \ 14665351 n 0101 | of or resembling alabaster; "alabaster statue"
-02609503 01 a 01 Alaskan 0 004 + 09740954 n 0101 + 09055015 n 0101 \ 09055015 n 0101 \ 09740954 n 0101 | relating to or characteristic of the state or people of Alaska
-02609673 01 a 01 Albigensian 0 003 + 08085159 n 0101 \ 06227708 n 0101 \ 08085159 n 0101 | of or relating to Albigenses or Albigensianism
-02609813 01 a 01 Albanian 0 004 + 09689958 n 0101 + 06942252 n 0101 + 08704822 n 0101 \ 08704822 n 0101 | of or relating to Albania or its people or language or culture
-02609984 01 a 04 albinal 0 albinotic 0 albinic 0 albinistic 0 009 + 09781650 n 0401 + 14152279 n 0401 \ 14152279 n 0401 + 14152279 n 0301 \ 14152279 n 0301 + 14152279 n 0201 \ 14152279 n 0201 + 14152279 n 0101 \ 14152279 n 0101 | of or pertaining to or affected by albinism
-02610260 01 a 01 albitic 0 002 + 14865533 n 0101 \ 14865533 n 0101 | of or related to albite feldspar
-02610364 01 a 01 albuminous 0 002 + 14731509 n 0101 \ 14731509 n 0101 | relating to or containing or resembling albumin
-02610486 01 a 01 albuminuric 0 002 + 14265958 n 0101 \ 14265958 n 0101 | of or related to the state of albuminuria
-02610603 01 a 02 alchemic 0 alchemical 0 004 + 05778749 n 0201 \ 05778749 n 0201 + 05778749 n 0101 \ 05778749 n 0101 | related to or concerned with alchemy
-02610761 01 a 02 alchemistic 0 alchemistical 0 004 + 09781921 n 0201 \ 09781921 n 0201 + 09781921 n 0101 \ 09781921 n 0101 | of or relating to alchemists
-02610917 01 a 01 aldehydic 0 001 \ 14584765 n 0101 | of or related to or containing aldehydes
-02611013 01 a 01 aleuronic 0 002 + 14729953 n 0101 \ 14729953 n 0101 | of or related to aleurone
-02611112 01 a 01 algoid 0 001 \ 01397114 n 0101 | of or resembling algae
-02611187 01 a 01 algolagnic 0 002 + 07493682 n 0101 \ 07493682 n 0101 | of or relating to algolagnia
-02611290 01 a 02 algometric 0 algometrical 0 004 + 00998196 n 0201 \ 00998196 n 0201 + 00998196 n 0101 \ 00998196 n 0101 | of or related to algometry
-02611442 01 a 03 Algonquian 0 Algonkian 0 Algonquin 0 007 + 06906971 n 0302 \ 09646608 n 0301 + 09646432 n 0201 + 06908159 n 0201 \ 09646608 n 0201 + 09646608 n 0101 \ 09646608 n 0101 | of or relating to an Algonquian tribe or its people or language
-02611694 01 a 01 alimentative 0 002 + 01204191 v 0102 \ 01057759 n 0102 | related to the supply of aliment
-02611803 01 a 01 alkahestic 0 002 + 15048463 n 0101 \ 15048463 n 0101 | of or pertaining to the alkahest that alchemists assumed to exist
-02611943 01 a 01 alkaloidal 0 002 + 14712692 n 0101 \ 14712692 n 0101 | pertaining to or consisting of alkaloids
-02612058 01 a 01 alkalotic 0 002 + 14021266 n 0101 \ 14021266 n 0101 | marked by alkalosis (or a tendency toward alkalosis)
-02612184 01 a 01 alkylic 0 003 ;c 06084469 n 0000 + 14617189 n 0101 \ 14617189 n 0102 | of or related to an alkyl
-02612300 01 a 01 allantoic 0 001 \ 01473393 n 0101 | relating to or characterized by an allantois
-02612400 01 a 02 allelic 0 allelomorphic 0 003 \ 05437785 n 0202 + 05437785 n 0101 \ 05437785 n 0101 | of or relating to alleles
-02612531 01 a 01 allergenic 0 002 + 14584260 n 0101 \ 14584260 n 0101 | relating to or having the effect of an allergen
-02612653 01 a 01 allergic 0 002 + 14532816 n 0101 \ 14532816 n 0101 | characterized by or caused by allergy; "an allergic reaction"
-02612787 01 a 01 Allied 1 001 \ 08171210 n 0101 | of or relating to or denoting the Allies in World War I; "an allied offensive"; "the Allied powers"
-02612939 01 a 01 Allied 2 001 \ 08171592 n 0101 | of or relating to or denoting the Allies in World War II; "an Allied victory"; "the Allied armies"
-02613090 01 a 01 allogamous 0 002 + 07437870 n 0101 \ 07437870 n 0101 | relating to cross-fertilization in plants
-02613206 01 a 01 allographic 0 001 \ 06819557 n 0101 | of or relating to an allograph
-02613294 01 a 01 allomerous 0 002 + 07337935 n 0101 \ 07337935 n 0101 | pertaining to allomerism
-02613393 01 a 01 allometric 0 002 + 05998356 n 0101 \ 05998356 n 0101 | relating to or marked by allometry
-02613502 01 a 01 allomorphic 0 001 \ 06306606 n 0101 | pertaining to allomorphs
-02613584 01 a 01 allophonic 0 002 + 07111933 n 0101 \ 07111933 n 0101 | pertaining to allophones
-02613683 01 a 02 allotropic 0 allotropical 0 007 + 11409329 n 0202 + 11409329 n 0201 \ 11409329 n 0201 + 11409329 n 0101 + 11409329 n 0102 + 14624025 n 0101 \ 11409329 n 0101 | of or related to or exhibiting allotropism; "carbon and sulfur and phosphorus are allotropic elements"
-02613965 01 a 01 allylic 0 003 ;c 06084469 n 0000 + 14617427 n 0101 \ 14617427 n 0102 | of or pertaining to the allyl radical
-02614093 01 a 01 alopecic 0 001 \ 14457361 n 0101 | pertaining to loss of hair or wool or feathers
-02614194 01 a 02 alphabetic 0 alphabetical 0 005 + 06497459 n 0201 \ 06497459 n 0201 + 06497459 n 0101 ! 02614435 a 0101 \ 06497459 n 0101 | relating to or expressed by a writing system that uses an alphabet; "alphabetical writing system"
-02614435 01 a 01 analphabetic 0 002 ! 02614194 a 0101 \ 06497459 n 0101 | relating to or expressed by a writing system that is not alphabetic
-02614579 01 a 04 alphanumeric 0 alphanumerical 0 alphameric 0 alphamerical 0 006 + 06500262 n 0401 \ 06500262 n 0401 \ 06500262 n 0301 + 06500262 n 0201 \ 06500262 n 0201 \ 06500262 n 0101 | of or pertaining to alphanumeric characters
-02614816 01 a 01 Altaic 0 003 + 09690208 n 0101 + 06926212 n 0101 \ 06926212 n 0101 | of or pertaining to or written in Altaic
-02614945 01 a 01 altitudinal 0 004 + 13897657 n 0101 + 13836550 n 0103 + 05131647 n 0101 \ 05131647 n 0101 | pertaining to altitude
-02615079 01 a 01 alular 0 004 ;c 06083243 n 0000 + 02190465 n 0101 + 01897667 n 0102 \ 01897667 n 0102 | pertaining to alulae
-02615207 01 a 01 aluminous 0 002 + 14627820 n 0101 \ 14627820 n 0101 | pertaining to or containing aluminum or alum
-02615325 01 a 01 alveolar 0 001 \ 05528395 n 0101 | pertaining to the tiny air sacs of the lungs
-02615424 01 a 01 alveolar 2 002 + 07115493 n 0103 \ 05310351 n 0101 | pertaining to the sockets of the teeth or that part of the upper jaw; "alveolar processes"
-02615587 01 a 01 amalgamative 0 002 + 01462005 v 0105 \ 01238424 n 0101 | characterized by or tending toward amalgamation
-02615711 01 a 01 amaranthine 0 001 \ 11823043 n 0101 | of or related to the amaranth plant
-02615804 01 a 01 amaurotic 0 002 + 14096412 n 0101 \ 14096412 n 0101 | pertaining to blindness caused by amaurosis
-02615921 01 a 01 amblyopic 0 002 + 14096598 n 0101 \ 14096598 n 0101 | pertaining to a kind of visual impairment without apparent organic pathology
-02616071 01 a 01 Ambrosian 0 002 + 10815648 n 0101 \ 10815648 n 0101 | of or by or relating to Saint Ambrose; "Ambrosian chants"
-02616202 01 a 01 ambulacral 0 003 ;c 06083243 n 0000 + 02317025 n 0101 \ 02317025 n 0101 | pertaining to the ambulacra of radial echinoderms
-02616345 01 a 01 ambulatory 0 002 \ 00283951 n 0101 + 00283951 n 0101 | relating to or adapted for walking; "an ambulatory corridor"
-02616480 01 a 02 ameboid 0 amoeboid 0 002 \ 01392380 n 0201 \ 01392380 n 0101 | like an amoeba (especially in having a variable irregular shape)
-02616627 01 a 04 amenorrheic 0 amenorrhoeic 0 amenorrheal 0 amenorrhoeal 0 006 + 14302261 n 0402 \ 14302261 n 0401 + 14302261 n 0301 \ 14302261 n 0301 \ 14302261 n 0201 \ 14302261 n 0101 | related to the suppression of normal menstrual flow for any reason other than pregnancy
-02616906 01 a 01 amethystine 0 001 \ 14722589 n 0101 | containing or resembling amethyst
-02616997 01 a 01 Amharic 0 002 + 06987812 n 0101 \ 06987812 n 0101 | related to or characteristic of or written in Amharic; "the Amharic language"
-02617146 01 a 02 amino 0 aminic 0 004 + 14739004 n 0201 \ 14739004 n 0201 + 14617597 n 0101 \ 14739004 n 0101 | pertaining to or containing any of a group of organic compounds of nitrogen derived from ammonia
-02617357 01 a 01 amitotic 0 002 + 13430074 n 0101 \ 13430074 n 0101 | pertaining to a simple method of cell division
-02617476 01 a 01 ammino 0 001 \ 14743727 n 0101 | pertaining to or characteristic of an ammine (an inorganic coordination compound of ammonia and a metallic salt)
-02617641 01 a 02 ammoniac 0 ammoniacal 0 004 + 14743976 n 0201 \ 14743582 n 0201 + 14743976 n 0101 \ 14743582 n 0101 | pertaining to or containing or similar to ammonia
-02617812 01 a 01 ammonitic 0 002 + 09195958 n 0101 \ 09195958 n 0101 | of or related to an order of fossil cephalopods
-02617933 01 a 02 amnestic 0 amnesic 0 005 + 09788611 n 0201 + 05672391 n 0201 \ 05672391 n 0201 + 05672391 n 0101 \ 05672391 n 0101 | of or relating to or caused by amnesia
-02618108 01 a 03 amniotic 0 amnionic 0 amnic 0 006 + 01472638 n 0301 \ 01472638 n 0301 + 01472638 n 0201 \ 01472638 n 0201 + 01472638 n 0101 \ 01472638 n 0101 | of or related to the amnion or characterized by developing an amnion; "amniotic membrane"
-02618361 01 a 01 amoristic 0 002 + 09789304 n 0101 \ 09789304 n 0101 | of or pertaining to romantic love
-02618468 01 a 02 amphitheatric 0 amphitheatrical 0 006 + 02705201 n 0202 + 02704949 n 0202 \ 02704949 n 0201 + 02705201 n 0101 + 02704949 n 0101 \ 02704949 n 0101 | of or related to an amphitheater
-02618668 01 a 01 amphoric 0 001 \ 00876542 n 0101 | the sound heard in auscultation resembling the hollow sound made by blowing across the mouth of a bottle; "amphoric breathing indicates a cavity in the lung"
-02618880 01 a 02 ampullar 0 ampullary 0 007 ;c 06057539 n 0000 + 05254197 n 0201 + 02706221 n 0201 \ 05254197 n 0201 + 05254197 n 0101 + 02706221 n 0101 \ 05254197 n 0101 | of or related to an ampulla
-02619083 01 a 01 amygdaline 0 001 \ 07750586 n 0101 | related to or resembling an almond
-02619174 01 a 01 amylolytic 0 002 + 13430391 n 0101 \ 13430391 n 0101 | of or related to the process of amylolysis
-02619291 01 a 01 anabiotic 0 002 + 14063290 n 0101 \ 14063290 n 0101 | of or related to the state of anabiosis
-02619404 01 a 01 anabolic 0 002 + 13430495 n 0101 \ 13430495 n 0101 | of or related to the synthetic phase of metabolism
-02619527 01 a 01 anaclitic 0 001 \ 13930725 n 0101 | of or related to relationships that are characterized by the strong dependence of one person on another
-02619686 01 a 01 anacoluthic 0 002 ;c 06170498 n 0000 \ 07098989 n 0102 | of or related to syntactic inconsistencies of the sort known as anacoluthons
-02619839 01 a 04 anaglyphic 0 anaglyphical 0 anaglyptic 0 anaglyptical 0 010 \ 02707344 n 0401 + 02707344 n 0301 + 02707188 n 0301 + 13430786 n 0301 \ 02707188 n 0301 + 13430786 n 0201 + 02707344 n 0201 + 02707188 n 0201 \ 02707188 n 0201 \ 02707344 n 0101 | related to anaglyphs or anaglyphy
-02620134 01 a 02 anagogic 0 anagogical 0 002 \ 06246241 n 0201 \ 06246241 n 0101 | based on or exemplifying anagoge
-02620252 01 a 02 anagrammatic 0 anagrammatical 0 004 + 06287620 n 0201 \ 06287620 n 0201 + 06287620 n 0101 \ 06287620 n 0101 | related to anagrams or containing or making an anagram
-02620436 01 a 01 anal 0 002 + 05538016 n 0101 \ 05538016 n 0101 | of or related to the anus; "anal thermometer"
-02620550 01 a 01 analytic 0 003 ;c 06000644 n 0000 + 06014043 n 0101 \ 06014043 n 0101 | using or subjected to a methodology using algebra and calculus; "analytic statics"
-02620724 01 a 01 anamnestic 0 003 + 06515297 n 0103 + 05761918 n 0103 \ 05761918 n 0103 | of or relating to anamnesis; aiding the memory
-02620863 01 a 01 anamorphic 1 001 \ 02708885 n 0101 | pertaining to a kind of distorting optical system; "an anamorphic lense"
-02620992 01 a 01 anamorphic 2 001 \ 13431221 n 0101 | pertaining to gradual evolution from one type of organism to another
-02621117 01 a 01 anaphasic 0 002 + 13431380 n 0101 \ 13431380 n 0101 | of or related to the stage of mitosis known as anaphase
-02621246 01 a 01 anaplastic 0 002 + 14369194 n 0101 \ 14369194 n 0101 | of or relating to anaplasia
-02621348 01 a 01 anarchistic 0 003 + 09791816 n 0101 + 06213890 n 0101 \ 06213890 n 0101 | of or related to anarchism or tending toward anarchism
-02621496 01 a 01 anasarcous 0 002 + 14315897 n 0101 \ 14315897 n 0101 | characterized by or affected by dropsy
-02621609 01 a 02 anastigmatic 0 stigmatic 0 003 + 13938663 n 0201 \ 13938663 n 0201 \ 02709101 n 0101 | pertaining to a lens or lens system free of astigmatism (able to form point images)
-02621799 01 a 01 Andalusian 0 002 + 08493261 n 0101 \ 08493261 n 0101 | in or relating to Andalusia
-02621901 01 a 02 androgenetic 0 androgenous 0 006 + 10172080 n 0204 + 05008746 n 0201 + 13431722 n 0201 \ 13431722 n 0201 + 13431722 n 0101 \ 13431722 n 0101 | of or related to androgenesis
-02622093 01 a 01 androgenic 0 002 + 13431722 n 0102 \ 14747587 n 0101 | of or related to the male hormone androgen
-02622210 01 a 01 androgynous 1 002 + 05008746 n 0101 \ 10172080 n 0104 | relating to or exhibiting both female and male sex organs but with a predominantly female appearance
-02622386 01 a 01 anemographic 0 001 \ 00998329 n 0101 | pertaining to the recording of wind measurements
-02622493 01 a 02 anemometric 0 anemometrical 0 004 + 02710429 n 0201 \ 00998423 n 0201 + 02710429 n 0101 \ 00998423 n 0101 | pertaining to the measurement of wind speed and direction
-02622678 01 a 02 anencephalic 0 anencephalous 0 004 + 14152617 n 0201 \ 14152617 n 0201 + 14152617 n 0101 \ 14152617 n 0101 | characterized by partial or total absence of a brain
-02622859 01 a 03 anestrous 0 anestric 0 anoestrous 0 005 \ 14038482 n 0301 + 14038482 n 0203 + 14038482 n 0201 \ 14038482 n 0201 \ 14038482 n 0101 | of or relating to anestrus
-02623037 01 a 03 anginal 0 anginose 0 anginous 0 005 + 14108039 n 0302 \ 14108039 n 0302 \ 14108039 n 0202 + 14108039 n 0102 \ 14108039 n 0102 | of or related to the pain of angina pectoris
-02623229 01 a 02 angiocarpic 0 angiocarpous 0 003 + 11665648 n 0201 \ 11665648 n 0201 \ 11665648 n 0101 | having or being fruit enclosed in a shell or husk
-02623387 01 a 01 angiomatous 0 002 + 14235928 n 0101 \ 14235928 n 0101 | of or related to or having a tumor of the kind known as an angioma
-02623529 01 a 01 angiospermous 0 002 + 11665372 n 0101 \ 11665372 n 0101 | of or related to or characteristic of plants that are angiosperms
-02623672 01 a 01 Anglophilic 0 002 + 07500957 n 0101 \ 07500957 n 0101 | characterized by Anglophilia
-02623776 01 a 01 Anglophobic 0 002 + 07502099 n 0101 \ 07502099 n 0101 | characterized by Anglophobia
-02623880 01 a 01 anguine 0 002 ;c 06083243 n 0000 \ 01726692 n 0101 | of or related to or resembling a snake
-02623991 01 a 01 anicteric 0 001 \ 14319684 n 0102 | without jaundice; "anicteric hepatitis"
-02624086 01 a 01 animalistic 0 003 + 05958549 n 0101 + 04624517 n 0101 \ 05958549 n 0101 | of or pertaining to animalism
-02624209 01 a 01 animatistic 0 002 + 05735256 n 0101 \ 05735256 n 0101 | of or pertaining to animatism
-02624314 01 a 02 animist 0 animistic 0 004 + 05958712 n 0201 \ 05958712 n 0201 + 09794668 n 0101 \ 05958712 n 0101 | of or pertaining to the doctrine of animism
-02624477 01 a 01 aniseikonic 0 002 + 14097162 n 0101 \ 14097162 n 0101 | relating to or characteristic of the visual defect aniseikonia
-02624615 01 a 02 anisogamic 0 anisogamous 0 003 + 13432249 n 0201 \ 13432249 n 0201 \ 13432249 n 0101 | relating to a type of sexual reproduction in which the gametes are dissimilar in some respect (as size or shape)
-02624834 01 a 01 anisogametic 0 002 + 05457201 n 0101 \ 05457201 n 0101 | relating to either of a pair of dissimilar (anisogamic) gametes combining in sexual reproduction
-02625007 01 a 01 anisometropic 0 002 + 14555560 n 0101 \ 14555560 n 0101 | relating to a difference in the refractive power of the two eyes
-02625149 01 a 01 ankylotic 0 002 + 14022520 n 0101 \ 14022520 n 0101 | relating to or characteristic of the abnormality ankylosis
-02625281 01 a 01 annalistic 0 003 + 06597617 n 0101 + 06515662 n 0101 \ 06515662 n 0101 | relating to annals; "a book with an annalistic approach"
-02625430 01 a 01 Bayesian 0 001 \ 05918379 n 0101 | of or relating to statistical methods based on Bayes' theorem
-02625546 01 a 01 Arminian 0 002 + 06229586 n 0101 \ 06229586 n 0101 | of or relating to Arminianism
-02625648 01 a 01 Armenian 0 005 + 09690371 n 0101 + 06352117 n 0101 + 06942699 n 0101 + 09017526 n 0101 \ 09017526 n 0101 | of or pertaining to Armenia or the people or culture of Armenia
-02625838 01 a 01 Biedermeier 0 001 \ 03405725 n 0101 | of or relating to a style of furniture developed in Germany in the 19th century
-02625975 01 a 02 annelid 0 annelidan 0 004 ;c 06083243 n 0000 \ 01934207 n 0202 + 01934440 n 0101 \ 01934207 n 0102 | relating to or belonging to or characteristic of any worms of the phylum Annelida
-02626177 01 a 01 annexational 0 003 + 00373418 n 0101 + 00078536 n 0101 \ 00078536 n 0101 | relating to annexation
-02626294 01 a 01 hermeneutic 0 001 \ 06183398 n 0101 | interpretive or explanatory
-02626379 01 a 01 Middle_Eastern 0 001 \ 08791167 n 0101 | of or relating to or located in the Middle East
-02626487 01 a 01 annunciatory 0 003 + 00965871 v 0101 + 00974367 v 0101 \ 06726158 n 0103 | relating to the act of announcing or being announced
-02626634 01 a 01 alliaceous 0 003 ;c 06066555 n 0000 + 12431128 n 0101 \ 12431128 n 0101 | of or pertaining to the botanical genus Allium; "onions, leeks, garlic, chives are alliaceous plants"
-02626829 01 a 02 anodic 0 anodal 0 005 + 02714535 n 0201 + 02714315 n 0201 \ 02714315 n 0201 ! 02626995 a 0101 \ 02714315 n 0101 | of or at or relating to an anode
-02626995 01 a 01 cathodic 0 002 ! 02626829 a 0101 \ 02984699 n 0101 | of or at or pertaining to a cathode; "cathodic deposition of metals"
-02627136 01 a 01 anoperineal 0 002 \ 05538016 n 0101 \ 05538494 n 0101 | relating to the anus and surrounding perineum
-02627257 01 a 01 anopheline 0 002 + 02201497 n 0101 \ 02201252 n 0102 | relating to or characteristic of malaria mosquitoes
-02627383 01 a 01 anorectal 0 002 \ 05538016 n 0101 \ 05537806 n 0101 | pertaining to the anus and rectum considered together
-02627510 01 a 01 anorthitic 0 002 + 14865667 n 0101 \ 14865667 n 0101 | characteristic of anorthite
-02627612 01 a 02 anosmic 0 anosmatic 0 004 + 14552477 n 0201 \ 14552477 n 0201 + 14552477 n 0101 \ 14552477 n 0101 | relating to an impairment or loss of the sense of smell
-02627787 01 a 01 anoxemic 0 002 + 14503234 n 0101 \ 14503234 n 0101 | relating to or marked by abnormally little oxygen in arterial blood
-02627927 01 a 01 anoxic 0 002 + 14043243 n 0101 \ 14043243 n 0101 | relating to or marked by a severe deficiency of oxygen in tissues or organs
-02628073 01 a 01 anserine 0 002 ;c 06083243 n 0000 \ 01858023 n 0102 | of or resembling a goose
-02628171 01 a 01 antecubital 0 001 \ 05579944 n 0104 | of or relating to the region of the arm in front of the elbow; "blood was drawn from the antecubital region"
-02628337 01 a 02 antennal 0 antennary 0 006 + 02715229 n 0201 + 02584915 n 0201 \ 02584915 n 0201 + 02715229 n 0101 + 02584915 n 0101 \ 02584915 n 0101 | of or relating to antennae; "antennal senses of insects"
-02628550 01 a 01 anthracitic 0 002 + 14814921 n 0101 \ 14814921 n 0101 | relating to or resembling anthracite coal
-02628667 01 a 02 anthropic 0 anthropical 0 002 \ 02472293 n 0203 \ 02472293 n 0103 | relating to mankind or the period of mankind's existence
-02628811 01 a 02 anthropogenetic 0 anthropogenic 0 004 \ 13432647 n 0201 + 13432647 n 0102 + 13432647 n 0101 \ 13432647 n 0101 | of or relating to the study of the origins and development of human beings
-02629017 01 a 02 anthropometric 0 anthropometrical 0 004 + 00998604 n 0201 \ 00998604 n 0201 + 00998604 n 0101 \ 00998604 n 0101 | of or relating to anthropometry
-02629182 01 a 01 anthropophagous 0 002 + 09891079 n 0103 \ 09891079 n 0103 | of or relating to eaters of human flesh
-02629301 01 a 01 antibiotic 0 002 + 02716866 n 0101 \ 02716866 n 0101 | of or relating to antibiotic drugs
-02629410 01 a 04 anticancer 0 antineoplastic 0 antitumor 0 antitumour 0 005 \ 14235200 n 0402 \ 14235200 n 0301 + 02722458 n 0201 \ 14235200 n 0203 \ 14239918 n 0101 | used in the treatment of cancer; "anticancer drug"; "an antineoplastic effect"
-02629659 01 a 02 anticlimactic 0 anticlimactical 0 003 \ 06373991 n 0201 + 06373991 n 0101 \ 06373991 n 0101 | of or relating to a sudden change from an impressive to a ludicrous style
-02629846 01 a 01 anticoagulative 0 001 \ 02718259 n 0101 | of or relating to an anticoagulant
-02629942 01 a 01 anticyclonic 0 003 ;c 06118563 n 0000 + 14521021 n 0101 \ 14521021 n 0101 | of or relating to or characteristic of the atmosphere around a high pressure center
-02630121 01 a 01 antigenic 0 002 + 15037339 n 0101 \ 15037339 n 0101 | of or relating to antigens
-02630221 01 a 02 antimonic 0 antimonious 0 004 + 14628668 n 0201 \ 14628668 n 0201 + 14628668 n 0101 \ 14628668 n 0101 | relating to or derived from antimony; "antimonious oxide"
-02630402 01 a 01 antinomian 0 002 + 09797257 n 0101 \ 06187154 n 0101 | relating to or influenced by antinomianism
-02630519 01 a 02 antiphonary 0 antiphonal 1 004 + 07033245 n 0201 + 07048782 n 0201 + 07033245 n 0101 + 07048782 n 0101 | relating to or resembling an antiphon or antiphony
-02630695 01 a 02 antipodal 0 antipodean 0 005 + 13855100 n 0201 \ 08631750 n 0201 + 13829243 n 0101 + 08631750 n 0101 \ 08631750 n 0101 | relating to the antipodes or situated at opposite sides of the earth; "antipodean latitudes"; "antipodal regions of the earth"; "antipodal points on a sphere"
-02630994 01 a 01 antistrophic 0 001 \ 06386832 n 0101 | of or relating to an antistrophe
-02631085 01 a 02 antitypic 0 antitypical 0 004 \ 05927364 n 0201 + 05841029 n 0101 + 05927364 n 0101 \ 05927364 n 0101 | of or relating to an antitype
-02631238 01 a 03 anuran 0 batrachian 0 salientian 0 007 ;c 06083243 n 0000 + 01639369 n 0301 \ 01639369 n 0301 + 01639765 n 0205 \ 01639369 n 0205 + 01639765 n 0104 \ 01639369 n 0103 | relating to frogs and toads
-02631453 01 a 02 anuretic 0 anuric 0 003 \ 14065903 n 0201 + 14065903 n 0101 \ 14065903 n 0101 | of or relating to an inability to urinate
-02631594 01 a 01 anxiolytic 0 002 + 03771443 n 0105 \ 14374432 n 0101 | anxiety relieving
-02631686 01 a 01 aoristic 0 003 ;c 06174404 n 0000 + 06330037 n 0101 \ 06330037 n 0101 | of or relating to the aorist tense
-02631812 01 a 02 aortal 0 aortic 0 004 + 05335971 n 0201 \ 05335971 n 0201 + 05335971 n 0101 \ 05335971 n 0101 | of or relating to the aorta
-02631955 01 a 02 aphaeretic 0 apheretic 0 005 + 13433061 n 0202 + 00649992 n 0201 \ 13433061 n 0201 + 13433061 n 0101 \ 13433061 n 0101 | relating to or formed by or consisting of aphaeresis
-02632148 01 a 01 aphakic 0 002 + 09798096 n 0101 \ 14097432 n 0101 | of or relating to or afflicted with aphakia
-02632263 01 a 01 aphanitic 0 002 + 14726315 n 0101 \ 14726315 n 0101 | of or relating to aphanite
-02632363 01 a 01 aphasic 0 003 + 09798244 n 0101 + 14097574 n 0101 \ 14097574 n 0101 | related to or affected by aphasia; "aphasic speech"
-02632504 01 a 01 aphetic 0 002 + 13433283 n 0101 \ 13433283 n 0101 | produced by aphesis
-02632595 01 a 01 apian 0 001 \ 02206856 n 0101 | relating to or having the characteristics of bees
-02632696 01 a 01 apiarian 0 002 + 02727426 n 0101 \ 09846755 n 0102 | relating to bees or beekeeping
-02632799 01 a 01 apicultural 0 002 + 00916285 n 0102 \ 00916285 n 0102 | relating to the care and breeding of bees
-02632916 01 a 01 aplitic 0 002 + 14726484 n 0101 \ 14726484 n 0101 | of or related to aplite
-02633011 01 a 02 apneic 0 apnoeic 0 002 \ 14369408 n 0201 \ 14369408 n 0101 | of or relating to apnea
-02633115 01 a 01 apocalyptic 0 002 + 07315631 n 0101 \ 07315631 n 0101 | of or relating to an apocalypse
-02633222 01 a 01 Apocryphal 0 002 + 06457952 n 0101 \ 06457952 n 0101 | of or belonging to the Apocrypha
-02633329 01 a 01 apocynaceous 0 001 \ 11766609 n 0101 | of or relating to tropical plants of the family Apocynaceae
-02633447 01 a 03 apogamic 0 apogametic 0 apogamous 0 006 ;c 06066555 n 0000 + 13433462 n 0301 \ 13433462 n 0301 \ 13433462 n 0201 + 13433462 n 0101 \ 13433462 n 0101 | of or relating to the development of an embryo in the absence of fertilization
-02633696 01 a 01 apogean 0 002 + 08495420 n 0101 \ 08495420 n 0101 | relating to or characteristic of an apogee; "apogean tides occur when the moon is at the apogee of its orbit"
-02633877 01 a 02 apomictic 0 apomictical 0 005 ;c 06066555 n 0000 + 13433727 n 0201 \ 11536567 n 0201 + 13433727 n 0101 \ 11536567 n 0101 | of or relating to a plant that reproduces by apomixis
-02634073 01 a 01 aponeurotic 0 002 + 05582690 n 0101 \ 05582690 n 0101 | of or relating to an aponeurosis; "muscles attached by a flat aponeurotic membrane"
-02634232 01 a 01 apophatic 0 002 + 07101649 n 0101 \ 05942104 n 0101 | of or relating to the belief that God can be known to humans only in terms of what He is not (such as `God is unknowable')
-02634428 01 a 01 apophyseal 1 004 + 13088460 n 0101 + 05473104 n 0101 \ 05473104 n 0101 \ 13088460 n 0101 | of or relating to an apophysis
-02634569 01 a 01 apoplectic 0 002 + 14082303 n 0102 \ 14082303 n 0102 | pertaining to or characteristic of apoplexy; "apoplectic seizure"
-02634709 01 a 02 apoplectiform 0 apoplectoid 0 002 \ 14082303 n 0202 \ 14082303 n 0102 | resembling apoplexy
-02634820 01 a 01 aposiopetic 0 002 + 07101778 n 0101 \ 07101778 n 0101 | relating to or characteristic of aposiopesis
-02634940 01 a 01 apostrophic 0 001 \ 07101937 n 0101 | of or characteristic of apostrophe; "a passage of apostrophic grandeur"
-02635069 01 a 01 apothecial 0 003 ;c 06066555 n 0000 + 11533622 n 0101 \ 11533622 n 0101 | of or relating to the apothecium of some lichens and fungi
-02635221 01 a 02 apothegmatic 0 apothegmatical 0 004 + 07153130 n 0202 \ 07153130 n 0202 + 07153130 n 0102 \ 07153130 n 0102 | given to or characterized by terse apothegms
-02635395 01 a 01 Appalachian 0 002 + 08493493 n 0101 \ 08493493 n 0101 | in or relating to Appalachia
-02635499 01 a 01 appellative 0 001 \ 06319293 n 0101 | pertaining to or dealing with or used as a common noun
-02635611 01 a 01 appendicular 0 002 + 02728968 n 0101 \ 05559908 n 0102 | relating to or consisting of an appendage or appendages; especially the limbs; "the appendicular skeleton"
-02635794 01 a 01 appointive 0 003 + 02396205 v 0101 + 02475922 v 0101 \ 00163779 n 0101 | relating to the act of appointing; "appointive powers"
-02635941 01 a 02 appositional 0 appositive 0 004 + 01500214 v 0201 \ 13801217 n 0201 + 13801217 n 0101 \ 13801217 n 0101 | relating to or being in apposition; "an appositive noun"
-02636123 01 a 01 appropriative 0 002 + 02272549 v 0101 \ 00083975 n 0101 | of or relating to or given to the act of taking for yourself
-02636261 01 a 01 apsidal 0 002 + 02731398 n 0101 \ 02731398 n 0101 | of or relating to an apse
-02636358 01 a 01 aptitudinal 0 002 + 05622456 n 0101 \ 05622456 n 0101 | of or relating to aptitudes
-02636461 01 a 01 aqueous 0 001 \ 14845743 n 0101 | similar to or containing or dissolved in water; "aqueous solutions"
-02636582 01 a 01 aquatic 0 001 \ 14845743 n 0101 | relating to or consisting of or being in water; "an aquatic environment"
-02636708 01 a 01 aquiferous 0 002 + 09201998 n 0101 \ 09201998 n 0101 | of or relating to an aquifer
-02636811 01 a 05 arachnoid 0 arachnidian 0 spidery 0 spiderlike 0 spiderly 0 006 ;c 06083243 n 0000 + 01772222 n 0301 + 01768969 n 0201 \ 01768969 n 0202 + 01769347 n 0102 \ 01768969 n 0102 | relating to or resembling a member of the class Arachnida
-02637063 01 a 01 Aramaic 0 002 + 06988307 n 0101 \ 06988307 n 0101 | of or relating to the ancient Aramaic languages
-02637182 01 a 02 Aramean 0 Aramaean 0 004 + 09033813 n 0201 \ 09033813 n 0201 + 09033813 n 0101 \ 09033813 n 0101 | of or relating to Aram or to its inhabitants or their culture or their language
-02637380 01 a 02 araneidal 0 araneidan 0 004 ;c 06083243 n 0000 \ 01771966 n 0204 + 01771966 n 0103 \ 01771966 n 0104 | relating to or resembling a spider
-02637537 01 a 01 Arawakan 0 005 + 09803247 n 0102 + 09803247 n 0101 + 06917764 n 0101 \ 09803247 n 0101 \ 06917764 n 0101 | of or relating to the peoples who speak the language of the Arawak
-02637730 01 a 02 arbitral 0 arbitrational 0 004 + 07150850 n 0201 + 01190884 n 0201 \ 07150850 n 0201 \ 07150850 n 0101 | relating to or resulting from arbitration; "the arbitral adjustment of the controversy"; "an arbitrational settlement"
-02637973 01 a 01 arbitrative 0 002 + 00760956 v 0105 \ 07150850 n 0101 | relating to or having the authority to arbitrate; "an arbitrative board"
-02638121 01 a 04 arborical 0 arboreal 0 arborary 0 arborous 0 008 + 13107891 n 0401 \ 13104059 n 0401 + 13107891 n 0301 \ 13104059 n 0301 + 13107891 n 0201 \ 13104059 n 0201 + 13107891 n 0101 \ 13104059 n 0101 | of or relating to or formed by trees; "an arborous roof"
-02638392 01 a 04 archaeological 0 archeological 0 archaeologic 0 archeologic 0 008 + 06144081 n 0401 \ 06144081 n 0401 + 06144081 n 0302 \ 06144081 n 0301 + 06144081 n 0201 \ 06144081 n 0201 + 06144081 n 0102 \ 06144081 n 0101 | related to or dealing with or devoted to archaeology; "an archaeological dig"; "a dramatic archaeological discovery"
-02638740 01 a 01 archaistic 0 003 + 07073447 n 0101 + 07073447 n 0102 \ 07073447 n 0101 | imitative of an archaic style or manner; "archaistic writing"
-02638894 01 a 02 archangelic 0 archangelical 0 004 + 09539183 n 0201 \ 09539183 n 0201 + 09539183 n 0101 \ 09539183 n 0101 | of or relating to or resembling archangels
-02639064 01 a 01 arched 0 001 \ 02733524 n 0101 | constructed with or in the form of an arch or arches; "an arched passageway"
-02639193 01 a 01 archdiocesan 0 002 + 08550862 n 0101 \ 08550862 n 0101 | of or relating to an archdiocese
-02639302 01 a 01 archducal 0 002 + 09804658 n 0101 \ 09804658 n 0101 | belonging to or befitting an archduke or his archduchy
-02639430 01 a 02 archegonial 0 archegoniate 0 004 ;c 06066555 n 0000 \ 11689054 n 0201 + 11689054 n 0101 \ 11689054 n 0101 | of or relating to an archegonium
-02639590 01 a 01 archesporial 0 004 ;c 06066555 n 0000 + 11688378 n 0102 + 11688378 n 0101 \ 11688378 n 0101 | of or relating to the cells in a sporangium that give rise to spores
-02639772 01 a 01 archidiaconal 0 002 + 09804343 n 0101 \ 09804343 n 0101 | of or relating to an archdeacon or his office
-02639895 01 a 02 archiepiscopal 0 archepiscopal 0 004 + 09805151 n 0201 \ 09805151 n 0201 + 09805151 n 0101 \ 09805151 n 0101 | of or associated with an archbishop; "an archiepiscopal see"
-02640086 01 a 01 archipelagic 0 002 + 09203827 n 0101 \ 09203827 n 0101 | relating to or part of an archipelago; "an archipelagic war"
-02640223 01 a 01 archival 0 002 + 02735086 n 0101 \ 02735086 n 0101 | of or relating to or contained in or serving as an archive
-02640354 01 a 01 archosaurian 0 003 + 01695681 n 0102 + 01695681 n 0101 \ 01695259 n 0101 | of or relating to reptiles of the subclass Archosauria
-02640503 01 a 01 areal 0 003 + 08497294 n 0101 + 05128519 n 0101 \ 08497294 n 0101 | of or relating to or involving an area
-02640629 01 a 01 arenicolous 0 001 \ 15019030 n 0101 | growing or living or burrowing in sand; "arenicolous worms"
-02640746 01 a 02 areolar 0 areolate 0 003 \ 05555017 n 0201 + 05554804 n 0101 \ 05555017 n 0101 | relating to or like or divided into areolae; "areolar tissue"
-02640908 01 a 01 argentic 0 001 \ 14654954 n 0101 | relating to compounds in which silver is bivalent
-02641012 01 a 01 argentous 0 001 \ 14654954 n 0101 | relating to compounds in which silver is univalent
-02641118 01 a 01 armillary 0 001 \ 02887970 n 0101 | of or relating to bracelets
-02641201 01 a 02 aroid 0 araceous 0 005 ;c 06066555 n 0000 + 11778534 n 0201 \ 11778534 n 0201 + 11779300 n 0102 \ 11778534 n 0101 | relating to a plant of the family Araceae
-02641378 01 a 01 aromatic 0 003 ;c 06084469 n 0000 + 04980008 n 0103 \ 14610088 n 0101 | (chemistry) of or relating to or containing one or more benzene rings; "an aromatic organic compound"
-02641571 01 a 01 arsenical 0 004 + 14768201 n 0101 + 14629149 n 0101 \ 14602721 n 0101 + 14602721 n 0101 | relating to or containing arsenic; "arsenic vapor"
-02641731 01 a 01 arsenious 0 002 + 14629149 n 0101 \ 14629149 n 0101 | relating to compounds in which arsenic is trivalent
-02641856 01 a 01 arterial 0 002 + 05333777 n 0101 \ 05333777 n 0101 | of or involving or contained in the arteries; "arterial disease"; "the arterial system"; "arterial blood"
-02642034 01 a 01 venous 0 002 + 05418717 n 0101 \ 05418717 n 0101 | of or contained in or performing the function of the veins; "venous inflammation"; "venous blood as contrasted with arterial blood"; "venous circulation"
-02642258 01 a 01 arteriovenous 0 002 \ 05333777 n 0101 \ 05418717 n 0101 | connecting an artery to a vein; "an arteriovenous fistula"
-02642394 01 a 01 arthralgic 0 002 + 14324572 n 0101 \ 14324572 n 0101 | of or relating to arthralgia
-02642497 01 a 01 arthromeric 0 002 + 05225439 n 0101 \ 05225439 n 0101 | of or relating to one of the body segments of jointed animals
-02642634 01 a 03 arthropodal 0 arthropodan 0 arthropodous 0 007 ;c 06083243 n 0000 + 01767199 n 0301 \ 01767199 n 0302 \ 01767199 n 0202 + 01767199 n 0101 + 01767661 n 0101 \ 01767199 n 0102 | of or relating to invertebrates of the phylum Arthropoda
-02642886 01 a 02 arthrosporic 0 arthrosporous 0 006 ;c 06066555 n 0000 + 13092548 n 0201 \ 13092385 n 0201 + 13092548 n 0101 + 13092385 n 0101 \ 13092385 n 0101 | of or relating to arthrospores
-02643082 01 a 01 Arthurian 0 002 + 10824888 n 0101 \ 10824888 n 0101 | of or relating to King Arthur and the Knights of the Round Table
-02643220 01 a 02 articular 0 articulary 0 004 + 05595083 n 0202 \ 05595083 n 0202 + 05595083 n 0102 \ 05595083 n 0102 | relating to or affecting the joints of the body; "the articular surfaces of bones"; "articular disease"
-02643446 01 a 02 articulatory 0 articulative 0 005 + 00978369 v 0201 + 00978549 v 0202 \ 07131854 n 0201 + 00978549 v 0102 \ 07131854 n 0101 | of or relating to articulation; "articulatory features"; "articulatory phonetics"
-02643673 01 a 03 artiodactyl 0 artiodactylous 0 even-toed 0 005 ;c 06083243 n 0000 \ 02394068 n 0302 + 02394068 n 0201 \ 02394068 n 0202 \ 02394068 n 0102 | of or relating to or belonging to mammals of the order Artiodactyla
-02643900 01 a 01 arundinaceous 0 002 + 12148079 n 0101 \ 12148079 n 0102 | of or relating to or resembling reedlike plants of the genus Arundinaria
-02644050 01 a 01 ascensional 0 004 + 07311661 n 0101 + 07445480 n 0104 + 00324384 n 0103 \ 00324384 n 0103 | tending to rise
-02644177 01 a 02 ascetic 0 ascetical 0 004 + 09758173 n 0202 \ 09758173 n 0202 + 09758173 n 0102 \ 09758173 n 0102 | pertaining to or characteristic of an ascetic or the practice of rigorous self-discipline; "ascetic practices"
-02644407 01 a 01 ascitic 0 002 + 14110025 n 0101 \ 14110025 n 0101 | of or relating to or resulting from an abnormal accumulation of protein and electrolyte rich fluid in the peritoneal cavity
-02644602 01 a 01 asclepiadaceous 0 003 ;c 06066555 n 0000 + 13233012 n 0101 \ 13233012 n 0101 | of or relating to plants of the milkweed family
-02644748 01 a 01 ascocarpous 0 003 ;c 06066555 n 0000 + 11532816 n 0101 \ 11532816 n 0101 | of or relating to ascocarps
-02644870 01 a 02 ascosporic 0 ascosporous 0 005 ;c 06066555 n 0000 + 13092240 n 0201 \ 13092240 n 0201 + 13092240 n 0101 \ 13092240 n 0101 | of or relating to ascospores
-02645042 01 a 01 associational 0 003 ;c 06136258 n 0000 \ 05763916 n 0101 \ 06137918 n 0101 | of or relating to associations or associationism
-02645187 01 a 01 asteriated 0 001 \ 13881810 n 0101 | (of some crystals especially gemstones) exhibiting asterism
-02645303 01 a 01 asterismal 0 002 + 09208496 n 0101 \ 09208496 n 0101 | relating to asterisms or constellations
-02645417 01 a 01 stoloniferous 0 001 \ 13127843 n 0101 | producing stolons
-02645494 01 a 02 stomatal 1 stomatous 1 004 + 11680032 n 0201 \ 11680032 n 0201 + 11680032 n 0101 \ 11680032 n 0101 | relating to or constituting plant stomata; "stomatal openings"
-02645677 01 a 02 stomatal 2 stomatous 2 004 + 05246215 n 0201 \ 05246215 n 0201 + 05246215 n 0101 \ 05246215 n 0101 | relating to or of the nature of or having a mouth or mouthlike opening
-02645868 01 a 01 astomatal 0 001 \ 02645494 a 0101 | lacking a stoma or stomata
-02645950 01 a 01 stored-program 0 001 \ 06580219 n 0101 | of or concerning programs stored in the computer's own memory
-02646072 01 a 01 astragalar 0 004 ;c 06057539 n 0000 + 05271383 n 0103 + 05271383 n 0102 \ 05271383 n 0102 | of or relating to the anklebone
-02646215 01 a 01 astrocytic 0 003 ;c 06078978 n 0000 + 05467758 n 0101 \ 05467758 n 0101 | of or relating to or containing large star-shaped cells in the neuroglia
-02646381 01 a 02 astronautic 0 astronautical 0 006 + 09818022 n 0201 \ 06096913 n 0202 \ 09818022 n 0201 + 09818022 n 0101 \ 06096913 n 0102 \ 09818022 n 0101 | of or belonging to astronauts or the science of astronautics
-02646605 01 a 02 astronomic 0 astronomical 0 004 + 06095022 n 0201 \ 06095022 n 0201 + 06095022 n 0101 \ 06095022 n 0101 | relating or belonging to the science of astronomy; "astronomic telescope"
-02646804 01 a 01 asynergic 0 003 + 14024391 n 0101 + 14024391 n 0102 \ 14024391 n 0101 | of or relating to the state of asynergy; lacking synergy
-02646952 01 a 02 ataxic 0 atactic 0 004 + 14091254 n 0201 \ 14091254 n 0201 + 14091254 n 0101 \ 14091254 n 0101 | lacking motor coordination; marked or caused by ataxia
-02647123 01 a 01 atherosclerotic 0 002 + 14108713 n 0101 \ 14108713 n 0101 | of or relating to atherosclerosis
-02647236 01 a 01 atonalistic 0 003 ;c 07020895 n 0000 + 06864014 n 0102 \ 06864014 n 0102 | of or relating to atonalism
-02647358 01 a 01 atonic 0 004 + 14545845 n 0102 + 14545845 n 0103 + 14545845 n 0101 \ 14545845 n 0101 | characterized by a lack of tonus
-02647497 01 a 01 atrial 0 003 ;c 06057539 n 0000 + 05393023 n 0101 \ 05393023 n 0101 | of or relating to a cavity or chamber in the body (especially one of the upper chambers of the heart)
-02647688 01 a 02 atrioventricular 0 auriculoventricular 0 004 \ 05392348 n 0201 \ 05391763 n 0201 \ 05393023 n 0101 \ 05391763 n 0101 | relating to or affecting the atria and ventricles of the heart; "atrioventricular disease"
-02647917 01 a 01 attentional 0 002 ;c 06136258 n 0000 \ 05702275 n 0101 | of or relating to attention
-02648021 01 a 01 attitudinal 0 001 \ 06193203 n 0101 | of or relating to attitudes
-02648106 01 a 01 attritional 0 005 + 13423615 n 0102 + 11460063 n 0103 + 07356970 n 0101 + 00361795 n 0101 \ 07356970 n 0101 | relating to or caused by attrition
-02648270 01 a 01 audiometric 0 003 + 06060732 n 0102 + 00998982 n 0101 \ 00998982 n 0101 | of or relating to audiometry
-02648392 01 a 01 audiovisual 0 002 + 02757927 n 0101 \ 02757927 n 0102 | involving both hearing and seeing (usually relating to teaching aids); "the school's audiovisual department"
-02648576 01 a 01 augitic 0 002 + 14667668 n 0101 \ 14667668 n 0101 | of or relating to or containing the mineral augite
-02648698 01 a 01 aural 0 001 \ 04727214 n 0102 | relating to or characterized by an aura; "various aural effects that precede a migraine headache"
-02648847 01 a 01 aural 1 001 \ 05320899 n 0101 | of or pertaining to hearing or the ear; "an animal with a very sensitive aural apparatus"
-02648988 01 a 01 auricular 1 002 + 05392348 n 0101 \ 05392348 n 0101 | pertaining to an auricle of the heart; "auricular fibrillation"
-02649125 01 a 01 auricular 2 002 + 05323889 n 0101 \ 05323889 n 0101 | relating to or perceived by or shaped like the organ of hearing; "my apprehension of words is auricular; I must hear what I read"- George Santayana; "an auricular confession"; "an auricular appendage"
-02649399 01 a 01 autoimmune 0 002 + 14527977 n 0101 \ 00860434 n 0101 | of or relating to the immune response of the body against substance normally present in the body
-02649570 01 a 01 biauricular 0 001 \ 02649125 a 0101 | relating to the two auditory openings; "the biauricular diameter of the skull"
-02649706 01 a 02 auroral 1 aurorean 0 004 + 15168790 n 0204 \ 15168790 n 0201 + 15168790 n 0104 \ 15168790 n 0101 | characteristic of the dawn; "a dim auroral glow"
-02649873 01 a 01 auroral 2 002 + 11427241 n 0101 \ 11427241 n 0101 | of or relating to the atmospheric phenomenon auroras; "a prominent green line in the spectrum of the auroras is called the `auroral line'"
-02650083 01 a 02 aurous 0 auric 0 002 \ 14638799 n 0201 \ 14638799 n 0101 | of or relating to or containing or derived from gold
-02650214 01 a 01 auscultatory 0 001 \ 00876542 n 0101 | of or relating to auscultation
-02650303 01 a 01 austenitic 0 002 + 14769760 n 0101 \ 14769760 n 0101 | composed of austenite; "austenitic alloy steel"
-02650425 01 a 01 Australasian 0 002 + 08836165 n 0101 \ 08836165 n 0101 | relating to or found in Australasia
-02650537 01 a 01 australopithecine 0 002 + 02476219 n 0101 \ 02475821 n 0101 | of or belonging to the hominid genus Australopithecus
-02650672 01 a 01 autacoidal 0 003 ;c 06080522 n 0000 + 05414534 n 0101 \ 05414534 n 0101 | of or relating to an autacoid
-02650795 01 a 03 autarchic 0 autarchical 0 autarkical 0 006 + 13993356 n 0301 \ 08361001 n 0301 + 13993356 n 0202 + 08361001 n 0202 \ 08361001 n 0201 \ 08361001 n 0101 | of or relating to or characterized by autarchy
-02651014 01 a 02 authorial 0 auctorial 0 005 + 10794014 n 0202 + 10126177 n 0203 \ 10794014 n 0202 + 10794014 n 0102 \ 10794014 n 0102 | of or by or typical of an author; "authorial comments"; "auctorial flights of imagination"
-02651244 01 a 02 autobiographical 0 autobiographic 0 003 \ 06516087 n 0201 + 06516087 n 0101 \ 06516087 n 0101 | relating to or in the style of an autobiography; "they compiled an autobiographical history of the movement"
-02651468 01 a 02 autobiographical 1 autobiographic 1 003 \ 09825296 n 0201 + 06516087 n 0101 \ 09825296 n 0101 | of or relating to or characteristic of an autobiographer; "he seldom suppressed his autobiographical tendencies"
-02651696 01 a 01 autocatalytic 0 002 + 13435770 n 0101 \ 13435770 n 0101 | relating to or proceeding by autocatalysis
-02651816 01 a 01 autogenetic 0 002 + 11420376 n 0102 \ 11420376 n 0102 | of or relating to autogenesis
-02651921 01 a 01 autographic 0 001 \ 06407094 n 0101 | written in the author's own handwriting
-02652018 01 a 01 autolytic 0 002 + 13435918 n 0101 \ 13435918 n 0101 | of or relating to self-digestion
-02652124 01 a 01 autoplastic 0 003 + 05583158 n 0102 + 00667096 n 0101 \ 00667096 n 0101 | of or relating to or involved in autoplasty
-02652261 01 a 01 autoradiographic 0 001 \ 13436206 n 0101 | of or relating to or produced by autoradiography
-02652372 01 a 01 autotelic 0 002 + 05946089 n 0101 \ 05946089 n 0101 | of or relating to or believing in autotelism
-02652490 01 a 01 autotomic 0 002 + 00394242 n 0101 \ 00394242 n 0101 | of or relating to autotomy
-02652590 01 a 02 autotrophic 0 autophytic 0 005 ;c 06066555 n 0000 + 13124654 n 0201 \ 13124654 n 0201 ! 02652877 a 0101 \ 13124654 n 0103 | of or relating to organisms (as green plants) that can make complex organic nutritive compounds from simple inorganic sources by photosynthesis
-02652877 01 a 01 heterotrophic 0 002 ;c 06066555 n 0000 ! 02652590 a 0101 | requiring organic compounds of carbon and nitrogen for nourishment; "most animals are heterotrophic"
-02653056 01 a 01 autotypic 0 003 + 13436361 n 0101 + 03316274 n 0102 \ 13436361 n 0101 | of or relating to autotypy
-02653174 01 a 01 auxetic 0 002 + 13436682 n 0101 \ 13436682 n 0101 | of or relating to growth by auxesis
-02653281 01 a 01 auxinic 0 002 + 14745057 n 0101 \ 14745057 n 0101 | relating to or containing auxins
-02653385 01 a 03 axiomatic 0 axiomatical 0 postulational 0 004 + 06753550 n 0201 \ 06753550 n 0201 + 06753550 n 0101 \ 06753550 n 0101 | of or relating to or derived from axioms; "axiomatic physics"; "the postulational method was applied to geometry"- S.S.Stevens
-02653651 01 a 02 axiomatic 2 aphoristic 0 003 + 07153130 n 0201 + 07152948 n 0102 \ 07152948 n 0102 | containing aphorisms or maxims; "axiomatic wisdom"
-02653806 01 a 02 avellan 0 avellane 0 002 \ 12289433 n 0203 \ 12289433 n 0103 | pertaining to filberts or hazelnuts
-02653924 01 a 01 avian 0 002 ;c 06083243 n 0000 \ 01503061 n 0101 | pertaining to or characteristic of birds
-02654035 01 a 02 avifaunal 0 avifaunistic 0 004 + 07993643 n 0201 \ 07993643 n 0201 + 07993643 n 0101 \ 07993643 n 0101 | of or relating to birds of a particular region or period
-02654216 01 a 01 avionic 0 002 + 06097231 n 0101 \ 06097231 n 0101 | of or relating to avionics
-02654314 01 a 01 avitaminotic 0 002 + 14198576 n 0101 \ 14198576 n 0101 | of or relating to or characteristic of avitaminosis
-02654442 01 a 01 avocational 0 002 + 00432689 n 0101 \ 00432689 n 0101 | of or involved in an avocation
-02654548 01 a 01 avuncular 0 002 + 10736091 n 0101 \ 10736091 n 0101 | being or relating to an uncle
-02654652 01 a 01 avuncular 1 001 \ 10736259 n 0101 | resembling a uncle in kindness or indulgence
-02654752 01 a 01 award-winning 0 001 \ 07354731 n 0101 | having received awards; "this award-winning bridge spans a distance of five miles"
-02654894 01 a 01 axial 0 002 + 02764614 n 0101 \ 02764614 n 0101 | of or relating to or resembling an axis of rotation
-02655015 01 a 02 axile 0 axial 2 004 ;c 06066555 n 0000 + 06008609 n 0201 \ 13128771 n 0201 \ 13128771 n 0101 | relating to or attached to the axis; "axial angle"
-02655180 01 a 01 axillary 1 003 ;c 06057539 n 0000 + 05549576 n 0102 \ 05549576 n 0101 | of or relating to the armpit; "axillary gland"
-02655318 01 a 01 axiological 0 002 + 06161606 n 0101 \ 06161606 n 0101 | of or relating to the study of values
-02655431 01 a 01 axonal 0 003 ;c 06081833 n 0000 + 05468849 n 0101 \ 05468849 n 0101 | of or relating to or resembling an axon
-02655560 01 a 01 Azerbaijani 0 003 + 09735542 n 0101 + 06927007 n 0101 \ 09018162 n 0101 | of or pertaining to Azerbaijan or the people or culture of Azerbaijan
-02655723 01 a 01 azido 0 002 ;c 06084469 n 0000 \ 14621194 n 0101 | relating to or containing the azido group N3
-02655838 01 a 01 azimuthal 0 002 + 13893502 n 0101 \ 13893502 n 0101 | of or relating to or in azimuth
-02655943 01 a 01 azo 0 001 \ 14621319 n 0101 | relating to or containing the azo radical
-02656034 01 a 01 diazo 0 001 \ 14771831 n 0101 | relating to or containing diazonium
-02656121 01 a 01 zoic 0 001 \ 00015388 n 0101 | pertaining to animals or animal life or action
-02656218 01 a 03 azotemic 0 uremic 0 uraemic 0 005 + 14210971 n 0302 + 14210971 n 0201 \ 14210971 n 0201 + 14210971 n 0103 \ 14210971 n 0103 | of or involving excess nitrogenous waste products in the urine (usually due to kidney insufficiency)
-02656464 01 a 01 baboonish 0 001 \ 02486410 n 0101 | resembling a baboon
-02656539 01 a 01 Babylonian 0 002 + 08916832 n 0101 \ 08916832 n 0101 | of or relating to the city of Babylon or its people or culture; "Babylonian religion"
-02656699 01 a 02 baccate 0 berrylike 0 002 \ 13137951 n 0202 \ 13137951 n 0102 | resembling a berry
-02656801 01 a 01 bacchantic 0 002 + 09829798 n 0101 \ 09829798 n 0101 | of or relating to or resembling a bacchanalian reveler
-02656930 01 a 02 bacillar 0 bacillary 0 004 ;c 06037666 n 0000 + 01349948 n 0201 \ 01349948 n 0201 \ 01349948 n 0101 | relating to or produced by or containing bacilli
-02657100 01 a 01 back-channel 0 001 \ 06260817 n 0101 | via a back channel; "the failure of back-channel negotiations"
-02657221 01 a 01 bacteremic 0 002 + 14110219 n 0101 \ 14110219 n 0101 | of or relating to or having bacteremia
-02657334 01 a 01 bacteriolytic 0 002 + 13437379 n 0101 \ 13437379 n 0101 | of or relating to or causing bacteriolysis
-02657454 01 a 02 bacteriophagic 0 bacteriophagous 0 004 + 01334862 n 0201 \ 01334862 n 0201 + 01334862 n 0101 \ 01334862 n 0101 | of or relating to bacteriophages
-02657619 01 a 01 bacteriostatic 0 002 + 13437495 n 0101 \ 13437495 n 0101 | of or relating to or causing bacteriostasis
-02657741 01 a 04 bacteroidal 0 bacteroid 0 bacterioidal 0 bacterioid 0 007 \ 01348530 n 0401 + 01348530 n 0302 \ 01348530 n 0301 + 01349735 n 0201 \ 01348530 n 0201 + 01349735 n 0101 \ 01348530 n 0101 | resembling bacteria
-02657966 01 a 01 Bahai 0 001 \ 06244552 n 0101 | of or relating to Bahaism
-02658043 01 a 01 balletic 0 003 + 07054336 n 0101 + 00528667 n 0101 \ 07054336 n 0101 | characteristic of or resembling or suitable for ballet
-02658188 01 a 01 ballistic 0 003 + 11481487 n 0101 + 06114246 n 0101 \ 11481487 n 0101 | relating to or characteristic of the motion of objects moving under their own momentum and the force of gravity; "ballistic missile"
-02658412 01 a 02 balsamic 0 balsamy 0 006 + 14896714 n 0201 \ 14896714 n 0201 + 14896714 n 0101 + 11552686 n 0101 + 02783790 n 0101 \ 14896714 n 0101 | of or relating to or containing balsam; "a balsamic fragrance"
-02658629 01 a 01 baric 0 002 + 14629998 n 0101 \ 14629998 n 0101 | of or relating to or containing barium
-02658737 01 a 01 barographic 0 001 \ 02794008 n 0101 | relating to or registered by a barograph
-02658835 01 a 02 barometric 0 barometrical 0 004 + 02794156 n 0201 \ 02794156 n 0201 + 02794156 n 0101 \ 02794156 n 0101 | relating to atmospheric pressure or indicated by a barometer; "barometric pressure"
-02659044 01 a 01 barytic 0 002 + 14630204 n 0101 \ 14630204 n 0101 | of or relating to or containing baryta
-02659154 01 a 01 basaltic 0 002 + 14773022 n 0101 \ 14773022 n 0101 | of or relating to or containing basalt; "basaltic magma is fluid"
-02659292 01 a 01 basidial 0 002 + 12994475 n 0101 \ 12994475 n 0101 | relating to or characterized by basidia
-02659404 01 a 01 basidiomycetous 0 003 ;c 06066555 n 0000 + 12997654 n 0101 \ 12997654 n 0101 | pertaining to or characteristic of fungi of the class Basidiomycetes
-02659571 01 a 01 basidiosporous 0 003 ;c 06066555 n 0000 + 11548465 n 0101 \ 11548465 n 0101 | of or relating to or characterized by spores produced by basidia
-02659733 01 a 02 basilar 0 basilary 0 004 + 08511777 n 0201 \ 08511777 n 0201 + 09215315 n 0101 \ 08511777 n 0101 | of or relating to or located at the base; "the basilar membrane of the cochlea"
-02659931 01 a 01 basilican 0 003 + 02801184 n 0101 + 02801047 n 0101 \ 02801047 n 0101 | of or relating to or resembling a basilica
-02660065 01 a 01 basinal 0 001 \ 09215437 n 0101 | of or relating to a basin; "basinal deposits"
-02660164 01 a 02 batholithic 0 batholitic 0 005 ;c 06115701 n 0000 + 14932303 n 0202 \ 14932303 n 0201 + 14932303 n 0101 \ 14932303 n 0101 | of or relating to a batholith
-02660337 01 a 02 bathymetric 0 bathymetrical 0 005 + 00999089 n 0201 + 02808695 n 0201 \ 00999089 n 0201 + 00999089 n 0101 \ 00999089 n 0101 | of or relating to measurements of the depths of oceans or lakes
-02660546 01 a 01 bauxitic 0 002 + 14668277 n 0101 \ 14668277 n 0101 | resembling or containing bauxite
-02660651 01 a 04 behavioristic 0 behaviorist 0 behaviouristic 0 behaviourist 0 008 + 09608520 n 0402 \ 06139764 n 0401 + 06139764 n 0302 \ 06139764 n 0301 + 09608520 n 0201 \ 06139764 n 0201 + 06139764 n 0101 \ 06139764 n 0101 | of or relating to behaviorism; "behavioristic psychology"
-02660940 01 a 01 Belarusian 0 003 + 06944480 n 0101 + 09011151 n 0101 \ 09011151 n 0101 | of or pertaining to Belarus or to the people or culture of Belarus
-02661099 01 a 01 belemnitic 0 002 + 01973723 n 0101 \ 01973723 n 0101 | of or relating to belemnites
-02661202 01 a 02 benedictory 0 benedictive 0 002 \ 07189411 n 0201 \ 07189411 n 0101 | expressing benediction
-02661314 01 a 01 beneficiary 0 002 + 13248087 n 0101 \ 13248087 n 0101 | having or arising from a benefice; "a beneficiary baron"
-02661446 01 a 01 benevolent 0 002 + 01226679 n 0101 \ 01226679 n 0101 | intending or showing kindness; "a benevolent society"
-02661574 01 a 03 benthic 0 benthal 0 benthonic 0 006 + 08578517 n 0301 + 00005787 n 0301 \ 08578517 n 0301 + 08578517 n 0201 \ 08578517 n 0201 \ 08578517 n 0101 | of or relating to or happening on the bottom under a body of water
-02661806 01 a 01 bentonitic 0 002 + 14813709 n 0101 \ 14813709 n 0101 | of or relating to or containing bentonite
-02661922 01 a 01 benzenoid 0 001 \ 14774699 n 0101 | similar to benzene in structure or linkage
-02662020 01 a 01 benzoic 0 002 \ 14775321 n 0101 \ 14897941 n 0101 | containing or derived from benzoic acid or benzoin
-02662142 01 a 01 benzylic 0 003 ;c 06084469 n 0000 + 14622623 n 0101 \ 14622623 n 0102 | relating to benzyl
-02662252 01 a 01 betulaceous 0 002 + 12280487 n 0101 \ 12280487 n 0101 | of or pertaining to or characteristic of trees of the birch family
-02662394 01 a 03 biaxial 0 biaxal 0 biaxate 0 003 \ 06008609 n 0301 \ 06008609 n 0201 \ 06008609 n 0101 | having two axes; "biaxial crystals"
-02662538 01 a 02 bibliographic 0 bibliographical 0 003 + 06486630 n 0201 \ 06486630 n 0201 \ 06486630 n 0101 | relating to or dealing with bibliography
-02662692 01 a 01 bibliolatrous 0 002 + 01044867 n 0101 \ 01044867 n 0101 | given to Bible-worship
-02662792 01 a 01 bibliomaniacal 0 002 + 04946266 n 0101 \ 04946266 n 0101 | characteristic of or characterized by or noted for bibliomania
-02662933 01 a 01 bibliophilic 0 002 + 09852679 n 0101 \ 09852679 n 0101 | of or relating to bibliophiles
-02663040 01 a 01 bibliopolic 0 002 + 09852826 n 0101 \ 09852826 n 0101 | of or relating to bibliopoles
-02663145 01 a 02 bibliothecal 0 bibliothecarial 0 005 + 07978055 n 0201 \ 07978055 n 0201 \ 10257948 n 0201 + 07978055 n 0101 \ 07978055 n 0101 | of or relating to a library or bibliotheca or a librarian
-02663351 01 a 01 bibliotic 0 002 + 05998526 n 0101 \ 05998526 n 0101 | of or relating to bibliotics
-02663453 01 a 01 bicapsular 0 002 ;c 06066555 n 0000 \ 11685179 n 0101 | divided into two capsules or having a two-part capsule
-02663583 01 a 01 bichromated 0 001 \ 15013764 n 0101 | treated or combined with bichromate
-02663676 01 a 01 bicipital 0 002 + 05579239 n 0101 \ 05579239 n 0101 | having two heads or points of origin as a biceps
-02663798 01 a 01 bignoniaceous 0 002 + 12813393 n 0101 \ 12813393 n 0101 | of or pertaining to or characteristic of plants of the family Bignoniaceae
-02663950 01 a 01 biliary 0 002 + 05406570 n 0101 \ 05385161 n 0101 | relating to the bile ducts or the gallbladder
-02664067 01 a 02 bilious 0 biliary 2 004 + 05406570 n 0201 \ 05406570 n 0201 + 05406570 n 0101 \ 05406570 n 0101 | relating to or containing bile
-02664215 01 a 01 billiard 0 001 \ 00499924 n 0101 | of or relating to billiards; "a billiard ball"; "a billiard cue"; "a billiard table"
-02664354 01 a 02 bimetallistic 0 bimetallic 2 003 \ 13373746 n 0201 + 13373746 n 0101 \ 13373746 n 0101 | pertaining to a monetary system based on two metals; "in a bimetallistic system both gold and silver can constitute legal tender"
-02664592 01 a 01 bimillenial 0 002 + 15141375 n 0101 \ 15141375 n 0101 | of or relating to a bimillennium
-02664700 01 a 01 binary 0 001 \ 06810020 n 0101 | of or pertaining to a number system have 2 as its base; "a binary digit"
-02664825 01 a 01 biocatalytic 0 002 + 14723909 n 0101 \ 14723909 n 0101 | of or relating to biocatalysts
-02664932 01 a 01 biochemical 0 002 + 06079620 n 0101 \ 06079620 n 0101 | of or relating to biochemistry; involving chemical processes in living organisms
-02665088 01 a 01 bioclimatic 0 001 \ 06119496 n 0101 | of or concerned with the relations of climate and living organisms
-02665212 01 a 01 biogenetic 0 002 + 00850260 n 0101 \ 00850260 n 0101 | of or relating to the production of living organisms from other living organisms
-02665367 01 a 01 biogenous 0 003 + 13438817 n 0102 + 00850260 n 0101 \ 00850260 n 0101 | producing or produced by living things
-02665497 01 a 01 biogenic 0 001 \ 11473488 n 0101 | produced by living organisms or biological processes; "fermentation is a biogenic process"
-02665642 01 a 02 biogeographic 0 biogeographical 0 003 + 06066414 n 0201 \ 06066414 n 0201 \ 06066414 n 0101 | of or relating to or involved with biogeography
-02665803 01 a 02 biological 0 biologic 0 007 + 11473488 n 0201 + 06037666 n 0201 \ 11473488 n 0201 + 11473488 n 0101 + 07993109 n 0102 + 06037666 n 0101 \ 11473488 n 0101 | pertaining to biology or to life and living things
-02666029 01 a 01 biologistic 0 002 + 00411235 n 0101 \ 00411235 n 0101 | of or relating to biologism
-02666132 01 a 02 sociobiologic 0 sociobiological 0 004 + 06082972 n 0201 \ 06082972 n 0201 + 06082972 n 0101 \ 06082972 n 0101 | of or relating to sociobiology
-02666294 01 a 01 neurobiological 0 002 + 06078511 n 0101 \ 06078511 n 0101 | of or relating to the biological study of the nervous system
-02666434 01 a 01 bionic 0 002 + 06126336 n 0101 \ 06126336 n 0101 | of or relating to bionics
-02666530 01 a 01 biosynthetic 0 002 + 13438817 n 0101 \ 13438817 n 0101 | of or relating to biosynthesis
-02666637 01 a 01 biosystematic 0 002 + 06152973 n 0101 \ 06152973 n 0101 | of or relating to biosystematics
-02666747 01 a 01 biotitic 0 002 + 14668743 n 0101 \ 14668743 n 0101 | relating to or involving biotite
-02666852 01 a 01 biotypic 0 002 + 07941574 n 0101 \ 07941574 n 0101 | of or relating to a biotype
-02666952 01 a 01 black-and-white 0 001 \ 04958634 n 0104 | lacking hue or shades of grey; part white and part black; "a black-and-white cow"; "black-and-white blooms"; "black-and-white stripes"
-02667148 01 a 01 blastogenetic 0 003 + 13438979 n 0101 + 05992804 n 0101 \ 13438979 n 0101 | of or relating to blastogenesis
-02667275 01 a 01 bodily 1 002 + 05216365 n 0101 \ 05216365 n 0101 | of or relating to or belonging to the body; "a bodily organ"; "bodily functions"
-02667426 01 a 01 Bohemian 0 002 + 08758882 n 0101 \ 08758882 n 0101 | of or relating to Bohemia or its language or people
-02667550 01 a 01 bolographic 0 001 \ 02865108 n 0102 | of or relating to a bolograph
-02667637 01 a 01 bolometric 0 002 + 02865214 n 0101 \ 02865214 n 0101 | of or relating to a bolometer
-02667741 01 a 01 Boolean 0 002 + 10857271 n 0101 \ 10857271 n 0101 | of or relating to a combinatorial system devised by George Boole that combines propositions with the logical operators AND and OR and IF THEN and EXCEPT and NOT
-02667973 01 a 01 borated 0 001 \ 14669084 n 0101 | mixed or impregnated with borax
-02668058 01 a 01 boronic 0 002 + 14631871 n 0101 \ 14631871 n 0101 | of or relating to boron
-02668153 01 a 01 boskopoid 0 001 \ 02475478 n 0101 | belonging or relating to or resembling Boskop man
-02668258 01 a 02 botanic 0 botanical 0 004 + 06066555 n 0201 \ 06066555 n 0201 + 06066555 n 0101 \ 06066555 n 0101 | of or relating to plants or botany; "botanical garden"
-02668432 01 a 03 botryoid 0 botryoidal 0 boytrose 0 003 \ 13144794 n 0301 \ 13144794 n 0201 \ 13144794 n 0101 | resembling a cluster of grapes in form
-02668585 01 a 01 Botswanan 0 001 \ 08852389 n 0101 | of or pertaining to Botswana or the people of Botswana
-02668695 01 a 01 bottom-dwelling 0 001 \ 01316579 n 0102 | of or relating to fish and marine life that dwell on the bottom of a body of water
-02668839 01 a 01 bottom-feeding 0 001 \ 01316579 n 0101 | of or relating to fish and marine life that feed on the bottom of a body of water
-02668981 01 a 01 boustrophedonic 0 002 + 06361446 n 0101 \ 06361446 n 0101 | of or relating to writing alternate lines in opposite directions
-02669125 01 a 01 brachial 0 001 \ 05563770 n 0101 | of or relating to an arm; "brachial artery"
-02669223 01 a 02 brachiopod 0 brachiopodous 0 003 + 02315309 n 0201 \ 02315309 n 0202 \ 02315309 n 0102 | of or belonging to the phylum Brachiopoda
-02669373 01 a 01 brachyurous 0 002 + 01976477 n 0101 \ 01976477 n 0102 | of or belonging to the suborder Brachyura
-02669490 01 a 01 bracteal 0 002 + 13154841 n 0101 \ 13154841 n 0101 | pertaining to or resembling or functioning as a bract
-02669616 01 a 02 bracteate 0 bracted 0 003 \ 13154841 n 0201 ! 02716516 a 0101 \ 13154841 n 0101 | having bracts
-02669731 01 a 01 bracteolate 0 001 \ 13155095 n 0101 | having bracteoles
-02669806 01 a 02 brahminic 0 brahminical 0 008 + 09872782 n 0202 + 09872557 n 0202 + 08306959 n 0202 \ 09872782 n 0202 + 09872782 n 0102 + 09872557 n 0102 + 08306959 n 0102 \ 09872782 n 0102 | of or relating to or characteristic of a brahmin
-02670050 01 a 01 branchial 0 002 + 02510769 n 0102 \ 02510769 n 0102 | of or relating to gills (or to parts of the body derived from embryonic gills)
-02670202 01 a 03 branchiopod 0 branchiopodan 0 branchiopodous 0 004 + 01994176 n 0301 \ 01994176 n 0302 \ 01994176 n 0202 \ 01994176 n 0102 | of or relating to or characteristic of the subclass Branchiopoda
-02670411 01 a 02 brassy 0 brasslike 0 004 \ 02891788 n 0201 + 08217135 n 0102 + 02891788 n 0101 \ 02891788 n 0101 | resembling the sound of a brass instrument
-02670572 01 a 01 breech-loading 0 001 \ 02896856 n 0101 | (of guns) designed to be loaded at the breech
-02670678 01 a 01 bregmatic 0 003 ;c 06057539 n 0000 + 05231769 n 0101 \ 05231769 n 0101 | of or relating to the bregma of the skull
-02670812 01 a 01 brimless 0 001 \ 02902079 n 0101 | without a brim; "a brimless hat"
-02670899 01 a 01 brisant 0 002 + 11412179 n 0101 \ 11412179 n 0101 | of or relating to the power (the shattering effect) of an explosive
-02671038 01 a 02 broadband 0 wideband 0 002 \ 06260628 n 0201 \ 06260628 n 0101 | responding to or operating at a wide band of frequencies; "a broadband antenna"
-02671202 01 a 01 broadband 1 001 \ 03820728 n 0101 | of or relating to or being a communications network in which the bandwidth can be divided and shared by multiple simultaneous signals (as for voice or data or video)
-02671423 01 a 01 Brobdingnagian 0 002 + 05627083 n 0101 \ 05627083 n 0101 | huge; relating to or characteristic of the imaginary country of Brobdingnag
-02671577 01 a 01 bromic 0 002 + 14632129 n 0101 \ 14632129 n 0101 | relating to or containing bromine (especially pentavalent bromine)
-02671714 01 a 01 bromidic 0 001 \ 07154046 n 0105 | given to uttering bromides
-02671795 01 a 01 buccal 0 001 \ 05602835 n 0101 | of or relating to or toward the cheek
-02671885 01 a 01 bulimic 0 004 + 09836057 n 0101 + 14057001 n 0101 + 14039828 n 0101 \ 14039828 n 0101 | suffering from bulimia
-02672015 01 a 01 burrlike 0 001 \ 12036368 n 0102 | resembling a burr; especially in being prickly
-02672116 01 a 01 bursal 0 002 + 05516554 n 0101 \ 05516554 n 0101 | relating to or affecting a bursa
-02672219 01 a 01 buteonine 0 002 + 01607309 n 0101 \ 01607103 n 0102 | relating to or resembling a hawk of the genus Buteo
-02672344 01 a 01 butyraceous 0 002 + 07848338 n 0101 \ 14787707 n 0101 | having the qualities of butter or yielding or containing a substance like butter
-02672500 01 a 01 butyric 0 001 \ 14788332 n 0101 | relating to or producing butyric acid
-02672591 01 a 01 cachectic 0 003 + 14548105 n 0102 + 14548105 n 0101 \ 14548105 n 0101 | relating to or having the symptoms of cachexia
-02672729 01 a 02 cacodemonic 0 cacodaemonic 0 004 + 09542541 n 0202 \ 09542541 n 0201 + 09542541 n 0101 \ 09542541 n 0101 | of or relating to evil spirits
-02672886 01 a 01 cacodylic 0 004 ;c 06084469 n 0000 + 14788875 n 0101 + 14788714 n 0101 \ 14788714 n 0102 | of or relating to cacodyl
-02673022 01 a 01 cadastral 0 002 + 06502192 n 0102 \ 06502192 n 0102 | of or relating to the records of a cadastre
-02673139 01 a 02 cadaverous 0 cadaveric 0 004 + 05218119 n 0201 \ 05218119 n 0201 + 05218119 n 0101 \ 05218119 n 0101 | of or relating to a cadaver or corpse; "we had long anticipated his cadaverous end"
-02673345 01 a 01 caducean 0 002 + 06884520 n 0101 \ 06884520 n 0101 | of or relating to a caduceus
-02673446 01 a 01 caecilian 0 003 + 01655344 n 0101 + 01655116 n 0101 \ 01655116 n 0102 | of or relating to or belonging to the family Caeciliidae
-02673594 01 a 01 caesural 0 003 + 15271732 n 0101 + 07085072 n 0101 \ 07085072 n 0101 | of or relating to a caesura
-02673712 01 a 01 caffeinic 0 002 + 14761122 n 0102 \ 14761122 n 0102 | of or containing caffein
-02673810 01 a 01 cairned 0 001 \ 07273802 n 0101 | marked by cairns
-02673880 01 a 01 calcaneal 0 001 \ 05274808 n 0102 | relating to the heel bone or heel
-02673969 01 a 02 calcareous 0 chalky 0 003 + 03003091 n 0201 \ 14936905 n 0201 \ 14936905 n 0101 | composed of or containing or resembling calcium carbonate or calcite or chalk
-02674148 01 a 02 calceolate 0 calceiform 0 002 \ 02938218 n 0201 \ 02938218 n 0101 | of slipper-shaped blossoms; "the calceiform lip of certain orchids"
-02674303 01 a 01 calcic 0 001 \ 14632648 n 0101 | derived from or containing calcium or lime
-02674398 01 a 01 calciferous 0 001 \ 14632648 n 0101 | bearing or producing or containing calcium or calcium carbonate or calcite
-02674530 01 a 01 calcitic 0 002 + 14935751 n 0101 \ 14935751 n 0101 | of or relating to or containing calcite
-02674642 01 a 01 calculous 0 002 + 09230768 n 0101 \ 09230768 n 0101 | relating to or caused by or having a calculus or calculi
-02674772 01 a 02 calendric 0 calendrical 0 005 + 02939565 n 0201 \ 15173479 n 0201 + 15173479 n 0101 + 08266849 n 0101 \ 15173479 n 0101 | relating to or characteristic of or used in a calendar or time measurement; "calendric systems"; "solstice is a time of calendric importance"
-02675055 01 a 01 calico 0 001 \ 02939763 n 0101 | made of calico or resembling calico in being patterned; "calico dresses"; "a calico cat"
-02675196 01 a 01 calisthenic 0 003 + 00627437 n 0101 + 00627664 n 0101 \ 00627664 n 0101 | of or relating to calisthenics
-02675320 01 a 01 callithumpian 0 003 + 08428623 n 0101 + 07054122 n 0104 \ 08428623 n 0101 | of or relating to a callithump
-02675446 01 a 01 caloric 2 002 + 13726562 n 0101 \ 13726562 n 0105 | of or relating to calories in food; "comparison of foods on a caloric basis"; "the caloric content of foods"
-02675626 01 a 01 noncaloric 0 001 \ 13726562 n 0105 | of food have no (or few) calories; "a noncaloric drink"
-02675738 01 a 01 calorimetric 0 002 + 01001814 n 0101 \ 01001814 n 0101 | of or relating to the measurement of heat
-02675856 01 a 03 calyceal 0 calycine 0 calycinal 0 005 ;c 06066555 n 0000 \ 11691523 n 0301 \ 11691523 n 0201 + 11691523 n 0101 \ 11691523 n 0101 | of or relating to or resembling a calyx
-02676046 01 a 02 calycular 0 calicular 0 004 + 02155448 n 0201 \ 02155448 n 0201 + 02155448 n 0101 \ 02155448 n 0101 | relating to or resembling a calyculus
-02676205 01 a 02 calyculate 0 calycled 0 002 \ 02155448 n 0201 \ 02155448 n 0101 | having a calyculus
-02676309 01 a 01 calyptrate 1 001 \ 11532547 n 0101 | having a calyptra
-02676383 01 a 01 calyptrate 2 001 \ 02190465 n 0102 | having calypters
-02676456 01 a 01 cambial 0 004 ;c 06066555 n 0000 + 13097338 n 0101 + 05286412 n 0101 \ 13097338 n 0101 | of or relating to or functioning as a cambium
-02676610 01 a 03 campanulate 0 campanular 0 campanulated 0 004 \ 13886260 n 0303 + 13886260 n 0203 \ 13886260 n 0203 \ 13886260 n 0103 | shaped like a bell or campana; "campanulate flowers of the genus Campanula"
-02676825 01 a 01 camphoraceous 0 002 + 14790979 n 0101 \ 14790979 n 0101 | being or having the properties of camphor; "camphoraceous odor"
-02676966 01 a 01 camphoric 0 002 + 14790979 n 0101 \ 14790979 n 0101 | relating to or derived from or containing camphor; "camphoric liniments"
-02677112 01 a 01 canalicular 0 002 + 05251655 n 0101 \ 05251655 n 0101 | relating to or like or having a canaliculus
-02677231 01 a 01 cancroid 0 002 + 14242788 n 0101 \ 14242788 n 0101 | of or relating to a cancroid
-02677332 01 a 01 canicular 0 003 + 09435965 n 0103 + 15237567 n 0102 \ 09435965 n 0103 | relating to or especially immediately preceding or following the heliacal rising of Canicula (the Dog Star); "canicular days"
-02677549 01 a 01 canicular 2 002 + 15237567 n 0102 \ 15237567 n 0102 | of or relating to the dog days of summer; "the canicular heat of the Deep South"
-02677703 01 a 01 canine 0 003 ;c 06083243 n 0000 + 02083346 n 0101 \ 02083038 n 0101 | of or relating to or characteristic of members of the family Canidae
-02677861 01 a 02 canine 2 laniary 0 003 \ 05307091 n 0201 + 05307091 n 0101 \ 05307091 n 0101 | of or relating to a pointed conical tooth
-02678001 01 a 01 capacitive 0 001 \ 11433546 n 0101 | of or relating to capacitance
-02678087 01 a 01 Capetian 0 002 + 10891271 n 0101 \ 08154213 n 0101 | of or relating to the French dynasty founded by Hugh Capet
-02678218 01 a 02 capitular 0 capitulary 0 002 \ 08228838 n 0201 \ 08228838 n 0101 | of or pertaining to an ecclesiastical chapter; "capitular estates"
-02678371 01 a 01 Cappadocian 0 002 + 08701161 n 0101 \ 08701161 n 0101 | of or pertaining to Cappadocia or its people or culture
-02678502 01 a 01 caprine 0 001 \ 02416519 n 0101 | being or pertaining to or resembling a goat or goats; "caprine creatures"; "a caprine strain of virus"; "a caprine voice"
-02678677 01 a 01 capsular 0 006 ;c 06066555 n 0000 + 11685179 n 0101 + 05317191 n 0101 + 02957755 n 0101 + 02957586 n 0101 \ 11685179 n 0101 | of or relating to a capsule
-02678850 01 a 01 capsular 2 002 ;c 06057539 n 0000 \ 05317191 n 0101 | resembling a capsule; "the capsular ligament is a sac surrounding the articular cavity of a freely movable joint and attached to the bones"
-02679063 01 a 01 carangid 0 003 ;c 06083243 n 0000 + 02576223 n 0102 \ 02575766 n 0101 | of or relating to fish of the family Carangidae
-02679202 01 a 01 carbocyclic 0 002 ;c 06084469 n 0000 \ 14633206 n 0101 | having or relating to or characterized by a ring composed of carbon atoms
-02679352 01 a 01 carbolated 0 002 ;c 06084469 n 0000 \ 14796073 n 0101 | containing or treated with carbolic acid
-02679468 01 a 02 carbonyl 0 carbonylic 0 005 ;c 06084469 n 0000 + 14790526 n 0201 \ 14790693 n 0201 + 14790526 n 0101 \ 14790693 n 0101 | relating to or containing the carbonyl group
-02679653 01 a 02 carboxyl 0 carboxylic 0 005 ;c 06084469 n 0000 + 14790796 n 0201 \ 14790796 n 0202 + 14790796 n 0101 \ 14790796 n 0102 | relating to or containing the carboxyl group or carboxyl radical
-02679858 01 a 01 carcinogenic 0 002 + 14793812 n 0101 \ 14242337 n 0101 | causing or tending to cause cancer; "the carcinogenic action of certain chemicals"
-02680017 01 a 01 carcinomatous 0 002 + 14242337 n 0101 \ 14242337 n 0101 | being or relating to carcinoma; "a carcinomatous lesion"
-02680151 01 a 01 cardiographic 0 001 \ 02963503 n 0101 | of or relating to a cardiograph
-02680242 01 a 02 cardiopulmonary 0 cardiorespiratory 0 004 \ 05388805 n 0201 \ 00830811 n 0201 \ 05388805 n 0101 \ 05387544 n 0101 | of or pertaining to or affecting both the heart and the lungs and their functions; "cardiopulmonary resuscitation"
-02680492 01 a 01 carinal 0 001 \ 05227209 n 0101 | relating to or resembling a carina
-02680580 01 a 01 carnivorous 0 001 \ 02075296 n 0101 | relating to or characteristic of carnivores; "the lion and other carnivorous animals"
-02680723 01 a 02 Caroline 0 Carolean 0 007 + 10892786 n 0201 + 10892564 n 0201 \ 10892564 n 0202 \ 10892786 n 0202 \ 10892564 n 0102 \ 10892786 n 0102 \ 10891981 n 0101 | of or relating to the life and times of kings Charles I or Charles II of England
-02680977 01 a 01 Carolingian 0 003 + 10891981 n 0103 \ 08154363 n 0101 \ 08154363 n 0102 | of or relating to the Frankish dynasty founded by Charlemagne's father
-02681141 01 a 01 carotid 0 001 \ 05339357 n 0101 | of or relating to either of the two major arteries supplying blood to the head and neck
-02681282 01 a 01 carpellary 0 002 + 11677743 n 0101 \ 11677743 n 0101 | belonging to or forming or containing carpels
-02681402 01 a 01 carpetbag 0 001 \ 09896973 n 0101 | following the practices or characteristic of carpetbaggers; "carpetbag adventurers"; "a carpetbag government"
-02681567 01 a 01 carposporic 0 002 + 11548728 n 0101 \ 11548728 n 0101 | relating to or resembling a carpospore
-02681681 01 a 01 carposporous 0 002 + 11548728 n 0101 \ 11548728 n 0101 | having carpospores
-02681776 01 a 01 cartilaginous 0 002 + 05288091 n 0101 \ 05288091 n 0101 | of or relating to cartilage
-02681881 01 a 02 cartographic 0 cartographical 0 003 + 00924579 n 0202 \ 00924579 n 0202 \ 00924579 n 0102 | of or relating to the making of maps or charts
-02682039 01 a 01 Carthusian 0 001 \ 08149004 n 0101 | of or relating to the Carthusian order
-02682134 01 a 02 caruncular 0 carunculous 0 005 + 05471181 n 0201 \ 05471181 n 0201 + 05471181 n 0102 + 05471181 n 0101 \ 05471181 n 0101 | resembling a caruncle
-02682298 01 a 02 carunculate 0 carunculated 0 002 \ 05471181 n 0201 \ 05471181 n 0101 | having a caruncle
-02682406 01 a 01 caryophyllaceous 0 002 + 11804604 n 0101 \ 11804604 n 0101 | of or pertaining to plants of the family Caryophyllaceae
-02682543 01 a 01 cash-and-carry 0 001 \ 13386465 n 0101 | sold for cash and the customer carries it away (no delivery service); "cash-and-carry business"
-02682699 01 a 02 catabolic 0 katabolic 0 004 + 13443787 n 0201 \ 13443787 n 0201 + 13443787 n 0101 \ 13443787 n 0101 | relating to or characterized by catabolism
-02682863 01 a 02 catachrestic 0 catachrestical 0 004 + 07102034 n 0201 \ 07102034 n 0201 + 07102034 n 0101 \ 07102034 n 0101 | constituting or characterized by or given to catachresis
-02683049 01 a 01 catalatic 0 002 + 14737639 n 0101 \ 14737639 n 0101 | of or relating to the enzyme catalase
-02683160 01 a 01 cataphatic 0 001 \ 05942338 n 0101 | of or relating to the religious belief that God can be known to humans positively or affirmatively
-02683315 01 a 01 cataplastic 0 002 + 07428257 n 0101 \ 07428257 n 0101 | of or relating to cataplasia
-02683419 01 a 02 catapultic 0 catapultian 0 007 + 02982232 n 0201 + 02981911 n 0201 \ 02981911 n 0201 + 02982232 n 0101 + 04240097 n 0103 + 02981911 n 0101 \ 02981911 n 0101 | of or like a catapult; "a catapultic kind of action"
-02683650 01 a 01 catarrhal 0 002 + 14339772 n 0101 \ 14339772 n 0101 | of or relating to a catarrh; "catarrhal fever is any of several respiratory or oral diseases of livestock such as bluetongue in horses and sheep"
-02683869 01 a 01 categorial 0 003 + 07997703 n 0102 + 05838765 n 0101 \ 05838765 n 0101 | of or relating to the concept of categories
-02684005 01 a 02 categorical 0 categoric 0 005 + 07997703 n 0202 \ 07997703 n 0202 + 07997703 n 0102 + 05838765 n 0101 \ 07997703 n 0102 | relating to or included in a category or categories
-02684198 01 a 01 cathectic 0 003 ;c 00704305 n 0000 + 09185612 n 0101 \ 09185612 n 0101 | of or relating to cathexis
-02684317 01 a 01 cathedral 0 002 + 02983904 n 0101 \ 02983904 n 0101 | relating to or containing or issuing from a bishop's office or throne; "a cathedral church"
-02684482 01 a 01 catkinate 0 001 \ 11674798 n 0101 | resembling a catkin
-02684557 01 a 02 catoptric 0 catoptrical 0 004 + 06101180 n 0201 \ 06101180 n 0201 + 06101180 n 0101 \ 06101180 n 0101 | of or relating to catoptrics; produced by or based on mirrors
-02684742 01 a 02 cecal 0 caecal 0 004 + 05536370 n 0202 \ 05536370 n 0201 + 05536370 n 0101 \ 05536370 n 0101 | of or like a cecum
-02684875 01 a 01 celebratory 0 002 + 02490877 v 0101 \ 07450651 n 0101 | used for celebrating
-02684971 01 a 02 celestial 0 heavenly 0 003 + 05627785 n 0201 \ 05627785 n 0201 \ 05627785 n 0101 | relating to or inhabiting a divine heaven; "celestial beings"; "heavenly hosts"
-02685153 01 a 02 celestial 1 heavenly 1 002 \ 09436708 n 0201 \ 09436708 n 0101 | of or relating to the sky; "celestial map"; "a heavenly body"
-02685299 01 a 01 cellular 0 008 ;c 06037666 n 0000 + 08358594 n 0101 + 02991711 n 0101 + 02991555 n 0101 + 02991302 n 0101 + 02991048 n 0101 + 00006484 n 0101 \ 00006484 n 0101 | relating to cells; "cellular walls"; "cellular physiology"
-02685539 01 a 01 extracellular 0 003 ;c 06037666 n 0000 ! 02686159 a 0101 \ 00006484 n 0101 | located or occurring outside a cell or cells; "extracellular fluid"
-02685703 01 a 01 integral 0 001 \ 13728499 n 0101 | of or denoted by an integer
-02685785 01 a 02 integumentary 0 integumental 0 004 + 05239243 n 0201 \ 05239243 n 0201 + 05239243 n 0101 \ 05239243 n 0101 | of or relating to the integument
-02685946 01 a 01 intercellular 0 002 ;c 06037666 n 0000 \ 00006484 n 0101 | located between cells
-02686046 01 a 01 interest-bearing 0 001 \ 13318584 n 0101 | of financial obligations on which interest is paid
-02686159 01 a 01 intracellular 0 003 ;c 06037666 n 0000 ! 02685539 a 0101 \ 00006484 n 0101 | located or occurring within a cell or cells; "intracellular fluid"
-02686322 01 a 01 cellulosid 0 001 \ 14793921 n 0101 | of or containing or made from cellulose; "cellulosic fibers"
-02686439 01 a 01 cementitious 0 003 + 14704640 n 0101 + 14804175 n 0101 \ 14804175 n 0101 | like or relevant to or having the properties of cement; "the adhesion of cementitious materials"
-02686630 01 a 04 cenobitic 0 coenobitic 0 cenobitical 0 coenobitical 0 009 + 10519291 n 0402 \ 10519291 n 0401 + 10519291 n 0301 \ 10519291 n 0301 + 10519291 n 0202 \ 10519291 n 0201 + 10519291 n 0101 ! 02686950 a 0101 \ 10519291 n 0101 | of or relating to or befitting cenobites or their practices of communal living
-02686950 01 a 02 eremitic 0 eremitical 0 005 + 10518945 n 0201 \ 10518945 n 0201 + 10518945 n 0101 ! 02686630 a 0101 \ 10518945 n 0101 | of or relating to or befitting eremites or their practices of hermitic living; "eremitic austerities"
-02687191 01 a 01 cenogenetic 0 004 ;c 06037666 n 0000 + 13444940 n 0101 ! 02687434 a 0101 \ 13444940 n 0101 | of or relating to cenogenesis
-02687333 01 a 01 Cenozoic 0 001 \ 15124361 n 0101 | of or relating to or denoting the Cenozoic era
-02687434 01 a 01 palingenetic 0 004 ;c 06037666 n 0000 + 13531652 n 0101 ! 02687191 a 0101 \ 13531652 n 0101 | of or relating to palingenesis
-02687578 01 a 01 censorial 0 003 + 09903936 n 0101 + 09903639 n 0101 \ 09903639 n 0101 | belonging or relating to a censor or a censor's functions
-02687727 01 a 01 centesimal 0 001 \ 13739051 n 0102 | relating to or divided into hundredths
-02687822 01 a 01 centigrade(ip) 0 001 \ 13852600 n 0103 | of or relating to a temperature scale on which the freezing point of water is 0 degrees and the boiling point of water is 100 degrees
-02688016 01 a 02 centralist 0 centralistic 0 002 \ 01237872 n 0201 \ 01237872 n 0101 | advocating centralization
-02688131 01 a 01 centroidal 0 002 + 08523217 n 0101 \ 08523217 n 0101 | of or relating to (especially passing through) a centroid
-02688263 01 a 01 centrosomic 0 002 + 05446767 n 0101 \ 05446767 n 0101 | of or relating to a centrosome
-02688369 01 a 02 cephalopod 0 cephalopodan 0 003 \ 01968115 n 0201 + 01968315 n 0101 \ 01968115 n 0101 | relating or belonging to the class Cephalopoda
-02688523 01 a 01 cercarial 0 002 + 01925916 n 0101 \ 01925916 n 0101 | of or relating to cercaria
-02688623 01 a 01 cereal 0 004 + 12141495 n 0101 + 07802417 n 0103 + 07702796 n 0101 \ 12156819 n 0101 | made of grain or relating to grain or the plants that produce it; "a cereal beverage"; "cereal grasses"
-02688833 01 a 01 cerebellar 0 002 + 05485554 n 0101 \ 05485554 n 0101 | relating to or associated with the cerebellum; "cerebellar artery"
-02688974 01 a 01 cerebral 0 001 \ 05491993 n 0101 | of or relating to the cerebrum or brain; "cerebral hemisphere"; "cerebral activity"
-02689112 01 a 01 cerebrospinal 0 002 \ 05503705 n 0101 \ 05481095 n 0101 | of or relating to the brain and spinal cord; "cerebrospinal fluid"
-02689256 01 a 01 cerebrovascular 0 002 \ 05417975 n 0101 \ 05481095 n 0101 | of or relating to the brain and the blood vessels that supply it; "a cerebrovascular accident"
-02689430 01 a 01 cervical 0 002 + 05546540 n 0102 \ 05546540 n 0101 | relating to or associated with the neck
-02689542 01 a 01 ceric 0 001 \ 14633957 n 0101 | of or relating to or containing cerium especially with valence 4
-02689658 01 a 01 cerous 0 002 + 14633957 n 0101 \ 14633957 n 0101 | of or relating to or containing cerium with valence 3
-02689782 01 a 01 ceruminous 0 002 + 15095103 n 0101 \ 15095103 n 0101 | relating to or secreting cerumen
-02689889 01 a 01 cervine 0 001 \ 02430045 n 0101 | relating to or resembling deer
-02689973 01 a 02 cetacean 0 cetaceous 0 005 + 02062209 n 0201 \ 02062209 n 0201 + 02062430 n 0101 + 02062209 n 0101 \ 02062209 n 0101 | of or relating to whales and dolphins etc
-02690153 01 a 01 chaetal 0 002 + 01901694 n 0101 \ 01901694 n 0101 | of or relating to chaetae (setae or bristles)
-02690270 01 a 02 chaetognathan 0 chaetognathous 0 004 + 01923637 n 0201 \ 01923637 n 0201 + 01923637 n 0101 \ 01923637 n 0101 | of or relating to arrowworms
-02690429 01 a 02 chaffy 0 chafflike 0 004 \ 14805899 n 0201 + 14805899 n 0101 + 02999001 n 0101 \ 14805899 n 0101 | abounding in or covered with or resembling or consisting of chaff
-02690613 01 a 03 Chaldean 0 Chaldaean 0 Chaldee 0 010 + 09640327 n 0303 \ 08917881 n 0301 + 09640327 n 0202 + 08917503 n 0203 + 08917881 n 0201 \ 08917881 n 0201 + 09640327 n 0101 + 08917503 n 0103 + 08917881 n 0101 \ 08917881 n 0101 | of or relating to ancient Chaldea or its people or language or culture
-02690922 01 a 01 chalybeate 0 001 \ 14642417 n 0101 | containing or impregnated with or tasting of iron
-02691028 01 a 01 chancroidal 0 002 + 14212303 n 0101 \ 14212303 n 0101 | of or relating to or having chancroids
-02691142 01 a 01 chancrous 0 002 + 14184067 n 0101 \ 14184067 n 0101 | of or having chancres
-02691237 01 a 01 chaotic 0 003 + 06246529 n 0101 \ 06246529 n 0101 ;c 06090869 n 0101 | of or relating to a sensitive dependence on initial conditions
-02691390 01 a 01 charitable 0 002 + 04832050 n 0101 \ 01089635 n 0101 | relating to or characterized by charity; "a charitable foundation"
-02691531 01 a 03 chartaceous 0 papery 0 paperlike 0 004 \ 14974264 n 0301 + 14974264 n 0201 \ 14974264 n 0201 \ 14974264 n 0101 | of or like paper
-02691680 01 a 01 chauvinistic 0 002 + 09912075 n 0101 \ 09911849 n 0101 | of or relating to persons convinced of the superiority of their own gender or kind
-02691839 01 a 01 Chechen 0 001 \ 09004625 n 0101 | of or relating to Chechnya or its people or culture
-02691944 01 a 01 chelate 1 001 \ 02156532 n 0102 | having or resembling chelae or claws
-02692034 01 a 01 cheliferous 0 001 \ 02156532 n 0102 | having chelae
-02692105 01 a 02 chelate 2 chelated 0 002 \ 13445831 n 0201 \ 13445831 n 0101 | relating to or characterized by chelation
-02692229 01 a 02 cheliceral 0 chelicerate 0 003 \ 01768596 n 0201 + 01768596 n 0101 \ 01768596 n 0101 | of or relating to or resembling chelicerae
-02692378 01 a 01 chelicerous 0 002 + 01768596 n 0101 \ 01768596 n 0101 | having chelicerae
-02692471 01 a 01 chelonian 0 003 + 01662622 n 0101 + 01662274 n 0101 \ 01662274 n 0101 | of or relating to or resembling or being a turtle or tortoise
-02692624 01 a 02 chemical 0 chemic 0 004 + 06084469 n 0201 \ 06084469 n 0201 + 06084469 n 0101 \ 06084469 n 0101 | relating to or used in chemistry; "chemical engineer"; "chemical balance"
-02692815 01 a 01 photochemical 0 002 + 06090397 n 0101 \ 06090397 n 0101 | of or relating to or produced by the effects of light on chemical systems
-02692966 01 a 01 chemical 1 003 + 14806838 n 0101 + 06084469 n 0101 \ 14806838 n 0101 | of or made from or using substances produced by or used in reactions involving atomic or molecular changes; "chemical fertilizer"
-02693186 01 a 01 physicochemical 0 001 \ 06089447 n 0101 | relating to physical chemistry
-02693278 01 a 01 chemiluminescent 0 002 + 11476767 n 0101 \ 11476767 n 0101 | relating to the phenomenon of chemiluminescence; "fireflies are chemiluminescent"
-02693440 01 a 01 chemoreceptive 0 001 \ 05300231 n 0101 | of or relating to chemoreceptors
-02693533 01 a 02 chemotherapeutic 0 chemotherapeutical 0 004 + 00662340 n 0201 \ 00662340 n 0201 + 00662340 n 0101 \ 00662340 n 0101 | of or relating to chemotherapy
-02693701 01 a 01 cherty 0 002 + 14870525 n 0101 \ 14870525 n 0101 | resembling or containing chert
-02693802 01 a 01 Chian 0 002 + 08782976 n 0101 \ 08782976 n 0101 | of or relating to Chios
-02693895 01 a 03 chiasmal 0 chiasmic 0 chiasmatic 0 007 ;c 06057539 n 0000 + 05228496 n 0302 \ 05228496 n 0301 + 05228496 n 0202 \ 05228496 n 0201 + 05228496 n 0102 \ 05228496 n 0101 | of or relating to a chiasm
-02694109 01 a 01 childbearing 0 002 + 13448334 n 0102 \ 13448334 n 0101 | relating to or suitable for childbirth; "of childbearing age"
-02694247 01 a 03 chimeric 0 chimerical 0 chimeral 0 007 + 09493562 n 0301 + 05769314 n 0301 \ 09493562 n 0301 + 09493562 n 0201 \ 09493562 n 0201 + 05769314 n 0101 \ 09493562 n 0101 | being or relating to or like a chimera; "his Utopia is not as chimeric commonwealth but a practical improvement on what already exists"- Douglas Bush
-02694583 01 a 01 Chippendale 0 001 \ 10896046 n 0101 | of or relating to an 18th-century style of furniture made by Thomas Chippendale; graceful outlines and Greek motifs and massive rococo carvings
-02694784 01 a 01 chirpy 0 004 + 07379409 n 0101 \ 07379409 n 0101 ;c 01503061 n 0101 ;c 02159955 n 0101 | (birds or insects) characterized by or tending to chirp
-02694948 01 a 01 chitinous 0 002 + 14732722 n 0101 \ 14732722 n 0101 | of or resembling chitin
-02695045 01 a 01 chlamydial 0 004 + 14175579 n 0101 + 01372709 n 0101 \ 14175579 n 0101 \ 01372709 n 0101 | of or pertaining to the sexually transmitted infection or to the parasite
-02695229 01 a 02 chlorophyllose 0 chlorophyllous 0 003 + 01398212 n 0201 \ 01398212 n 0201 \ 01398212 n 0101 | relating to or being or containing chlorophyll
-02695389 01 a 02 chlorotic 0 greensick 0 002 \ 14166775 n 0202 \ 14166775 n 0101 | of or pertaining to or suffering from chlorosis
-02695522 01 a 01 choleraic 0 002 + 14129579 n 0101 \ 14129579 n 0101 | relating to or resulting from or resembling cholera
-02695647 01 a 01 choragic 0 002 + 09920106 n 0101 \ 09920106 n 0101 | pertaining to or characteristic of a choragus
-02695765 01 a 01 chordal 0 002 + 06869951 n 0101 \ 06869951 n 0101 | relating to or consisting of or emphasizing chords; "chordal assonance in modern music"; "chordal rather than contrapuntal music"
-02695966 01 a 01 chordate 0 002 + 01466257 n 0101 \ 01465994 n 0101 | of or relating to or characteristic of the Chordata
-02696090 01 a 01 Christological 0 004 + 06187013 n 0101 + 06184574 n 0101 \ 06184574 n 0101 \ 06187013 n 0101 | of or relating to Christology
-02696234 01 a 01 chromatinic 0 003 + 05436080 n 0101 ! 02696638 a 0101 \ 05436080 n 0101 | (of substance of a cell nucleus) readily colored by stains
-02696386 01 a 01 Churchillian 0 002 + 10897312 n 0101 \ 10897312 n 0101 | of or relating to or suggestive of Winston Churchill
-02696515 01 a 01 Wilsonian 0 002 + 11390855 n 0101 \ 11390855 n 0101 | of or relating to or suggestive of Woodrow Wilson
-02696638 01 a 01 achromatinic 0 003 + 05436381 n 0101 ! 02696234 a 0101 \ 05436381 n 0101 | (of substance of a cell nucleus) not readily colored by stains
-02696795 01 a 01 cinematic 0 002 + 06262567 n 0102 \ 06262567 n 0102 | of or pertaining to or characteristic of the cinema
-02696920 01 a 02 civil 0 civic 2 002 \ 09923673 n 0201 \ 09923673 n 0101 | of or relating to or befitting citizens as individuals; "civil rights"; "civil liberty"; "civic duties"; "civic pride"
-02697116 01 a 01 civil 1 001 \ 08168978 n 0101 | of or occurring within the state or between or among citizens of the state; "civil affairs"; "civil strife"; "civil disobedience"; "civil branches of government"
-02697329 01 a 01 civic 0 001 \ 08540903 n 0101 | of or relating or belonging to a city; "civic center"; "civic problems"
-02697452 01 a 01 municipal 0 002 + 08626283 n 0101 \ 08225581 n 0101 | relating or belonging to or characteristic of a municipality; "municipal government"; "municipal bonds"; "a municipal park"; "municipal transportation"
-02697677 01 a 01 clamatorial 0 002 + 01547143 n 0101 \ 01547143 n 0101 | of or relating to Clamatores
-02697781 01 a 02 cleistogamous 0 cleistogamic 0 002 \ 07439167 n 0201 \ 07439167 n 0101 | exhibiting or relating to cleistogamy
-02697911 01 a 01 clerical 0 002 + 08152787 n 0101 \ 08152787 n 0101 | of or relating to the clergy; "clerical collar"
-02698031 01 a 01 clerical 1 002 + 09928451 n 0101 \ 09928451 n 0101 | of or relating to clerks; "clerical work"
-02698145 01 a 01 classical 0 001 \ 06170371 n 0101 | of or relating to the study of the literary works of ancient Greece and Rome; " a classical scholar"
-02698301 01 a 01 clonal 0 001 \ 07940242 n 0101 | of or relating to a clone
-02698379 01 a 01 closed-circuit 0 001 \ 03048883 n 0101 | relating to or consisting of a closed circuit; "closed-circuit television"
-02698514 01 a 02 cloven-hoofed 0 cloven-footed 0 002 \ 02154264 n 0201 \ 02154264 n 0102 | of or relating to the cloven feet of ruminants or swine
-02698663 01 a 01 cloze 0 001 \ 05741139 n 0101 | based on or being a test of reading skill using the cloze procedure
-02698782 01 a 01 coastal 0 002 + 09428293 n 0102 \ 09428293 n 0102 | of or relating to a coast; "coastal erosion"
-02698898 01 a 01 coccal 0 002 + 01350855 n 0101 \ 01350855 n 0101 | of or pertaining to or resembling a coccus
-02699011 01 a 01 coccygeal 0 002 + 05274247 n 0101 \ 05274247 n 0101 | of or relating to or near the coccyx
-02699121 01 a 01 coin-operated 0 001 \ 04243941 n 0102 | of devices that do not operate without the prior insertion of one or more coins; "a coin-operated telephone"
-02699289 01 a 02 collagenous 0 collagenic 0 004 + 05287090 n 0201 \ 05287090 n 0201 + 05287090 n 0101 \ 05287090 n 0101 | relating to or consisting of collagen
-02699451 01 a 01 collarless 0 001 \ 03068181 n 0101 | without a collar
-02699524 01 a 02 collegiate 0 collegial 2 005 + 08278324 n 0201 + 08278169 n 0201 + 03069752 n 0201 \ 08278169 n 0201 \ 08278169 n 0101 | of or resembling or typical of a college or college students; "collegiate living"; "collegiate attitudes"; "collegiate clothes"
-02699792 01 a 01 collegial 0 002 + 09936215 n 0101 \ 09935990 n 0101 | characterized by or having authority vested equally among colleagues; "collegial harmony"; "a tendency to turn from collegial to one-man management"- Merle Fainsod
-02700029 01 a 01 colonial 0 004 + 09937688 n 0101 + 08499840 n 0101 + 08374049 n 0101 \ 08374049 n 0101 | of or relating to or characteristic of or inhabiting a colony
-02700199 01 a 01 colonial 1 002 + 07995856 n 0101 \ 07995856 n 0101 | of animals who live in colonies, such as ants
-02700317 01 a 01 colonic 0 003 + 00696147 n 0102 + 05535869 n 0101 \ 05535869 n 0101 | of or relating to the colon
-02700434 01 a 01 colorectal 0 002 \ 05535869 n 0101 \ 05537806 n 0101 | relating to or affecting the colon and the rectum; "most colorectal cancers arise from adenomatous polyps"
-02700615 01 a 02 colorimetric 0 colorimetrical 0 005 + 00647536 n 0201 \ 00647536 n 0201 + 00647536 n 0101 + 03071552 n 0101 \ 00647536 n 0101 | of or relating to colorimetry
-02700792 01 a 01 commensal 0 003 ;c 06037666 n 0000 + 01386182 n 0101 \ 13842241 n 0101 | living in a state of commensalism
-02700918 01 a 01 communal 2 002 + 02295979 v 0101 \ 08541609 n 0101 | relating to a small administrative district or community; "communal elections in several European countries"
-02701099 01 a 01 composite 0 003 ;c 06066555 n 0000 + 11915214 n 0101 \ 11911591 n 0102 | of or relating to or belonging to the plant family Compositae
-02701253 01 a 01 conceptualistic 0 002 + 05969537 n 0101 \ 05969537 n 0101 | involving or characteristic of conceptualism
-02701377 01 a 01 concretistic 0 002 + 05941037 n 0101 \ 05941037 n 0101 | of or relating to concrete representations of abstractions; "a concretistic-seeming statement"
-02701548 01 a 01 condylar 0 002 + 05471629 n 0101 \ 05471629 n 0101 | of or relating to or resembling a condyle
-02701662 01 a 01 configurational 0 001 \ 05731779 n 0101 | of or relating to or characterized by configuration
-02701775 01 a 01 confrontational 0 004 + 07181713 n 0101 + 07231728 n 0101 + 07181043 n 0101 \ 01169744 n 0101 | of or relating to confrontation
-02701922 01 a 01 congregational 0 001 \ 07991364 n 0101 | relating to or conducted or participated in by a congregation; "congregational membership"; "congregational singing"
-02702099 01 a 01 conjunctival 0 002 + 05315095 n 0101 \ 05315095 n 0101 | of or relating to the conjunctiva
-02702209 01 a 01 consonantal 0 002 + 07115021 n 0101 \ 07115021 n 0101 | relating to or having the nature of a consonant
-02702332 01 a 01 constitutional 0 001 \ 04933544 n 0101 | of benefit to or intended to benefit your physical makeup; "constitutional walk"
-02702473 01 a 01 consubstantial 0 003 ;c 06184270 n 0000 + 06188292 n 0101 \ 06188292 n 0101 | regarded as the same in substance or essence (as of the three persons of the Trinity)
-02702656 01 a 01 contractual 0 002 + 06520944 n 0101 \ 06520944 n 0101 | relating to or part of a binding legal agreement; "contractual obligations"
-02702807 01 a 01 cosmic 0 002 + 09466280 n 0105 \ 09466280 n 0105 | of or from or pertaining to or characteristic of the cosmos or universe; "cosmic laws"; "cosmic catastrophe"; "cosmic rays"
-02703001 01 a 02 cosmologic 1 cosmological 1 004 + 06163223 n 0201 \ 06163223 n 0201 + 06163223 n 0101 \ 06163223 n 0101 | pertaining to the branch of philosophy dealing with the elements and laws and especially the characteristics of the universe such as space and time and causality; "cosmologic philosophy"; "a cosmological argument is an argument that the universe demands the admission of an adequate external cause which is God"
-02703438 01 a 05 cosmologic 0 cosmological 0 cosmogonic 0 cosmogonical 0 cosmogenic 0 009 \ 06098195 n 0503 + 06098195 n 0402 \ 06098195 n 0402 + 06098195 n 0302 \ 06098195 n 0302 + 06098195 n 0201 \ 06098195 n 0201 + 06098195 n 0101 \ 06098195 n 0101 | pertaining to the branch of astronomy dealing with the origin and history and structure and dynamics of the universe; "cosmologic science"; "cosmological redshift"; "cosmogonic theories of the origin of the universe"
-02703911 01 a 01 cordless 0 001 \ 03106898 n 0101 | not having a cord; "cordless telephone"
-02704005 01 a 02 coreferential 0 co-referent 0 002 + 13799063 n 0101 \ 13799063 n 0101 | relating to coreference
-02704120 01 a 02 cormous 0 cormose 0 003 \ 13134680 n 0201 + 13134680 n 0101 \ 13134680 n 0101 | having or producing corms
-02704245 01 a 01 corneal 0 002 + 05317354 n 0101 \ 05317354 n 0101 | of or related to the cornea
-02704344 01 a 01 Cornish 0 001 \ 08881398 n 0101 | of or related to Cornwall or its people or the Cornish language
-02704461 01 a 01 correlational 0 004 + 13841651 n 0101 + 06031248 n 0101 + 06032246 n 0103 \ 13841651 n 0101 | relating to or employing correlation
-02704611 01 a 01 corymbose 0 001 \ 13131282 n 0101 | resembling a corymb
-02704686 01 a 01 corinthian 0 003 + 09711320 n 0101 + 08786432 n 0101 \ 08786432 n 0101 | of or relating to or characteristic of Corinth or its inhabitants
-02704844 01 a 01 costal 0 004 ;c 06057539 n 0000 + 05592126 n 0101 + 05279026 n 0102 \ 05279026 n 0101 | of or relating to or near a rib
-02704983 01 a 01 intercostal 0 003 ;c 06057539 n 0000 + 05552287 n 0101 \ 05279026 n 0101 | located or occurring between the ribs; "intercostal muscles"
-02705138 01 a 01 intertidal 0 001 \ 08596076 n 0101 | of or relating to the littoral area above the low-tide mark
-02705254 01 a 01 covalent 0 003 + 05034761 n 0102 + 05034761 n 0101 \ 05034761 n 0101 | of or relating to or characterized by covalence; "covalent bond"
-02705409 01 a 01 cross-ply 0 001 \ 03971422 n 0101 | of or relating to an older kind of automobile tire that had a flexible tread and relatively stiff sidewalls
-02705572 01 a 01 cross-pollinating 0 001 \ 07438792 n 0101 | of or relating to or characteristic of cross-pollination
-02705692 01 a 01 croupy 0 002 + 14174011 n 0101 \ 14174011 n 0101 | resembling or arising from or indicating croup
-02705809 01 a 01 crural 0 002 + 05561390 n 0101 \ 05561390 n 0101 | of or relating the leg from the knee to the foot
-02705928 01 a 01 crustal 0 001 \ 09260010 n 0101 | of or relating to or characteristic of the crust of the earth or moon
-02706051 01 a 01 crustaceous 0 001 \ 09260218 n 0101 | being or having or resembling a hard crust or shell
-02706160 01 a 02 crustaceous 1 crustacean 0 003 \ 01974399 n 0201 + 01974399 n 0101 \ 01974399 n 0101 | of or belonging to the class Crustacea
-02706305 01 a 01 crustose 0 001 \ 09260218 n 0101 | (of lichens) having a thin crusty thallus that adheres closely to the surface on which it is growing; "crustose lichens"
-02706480 01 a 01 cryogenic 0 002 + 06098687 n 0101 \ 14826328 n 0101 | of or relating to very low temperatures
-02706593 01 a 01 cryonic 0 002 + 06070179 n 0101 \ 06070179 n 0101 | of or relating to cryonics
-02706691 01 a 05 cryptanalytic 0 cryptographic 0 cryptographical 0 cryptologic 0 cryptological 0 010 + 06172502 n 0504 \ 06172502 n 0504 + 06172502 n 0404 \ 06172502 n 0404 + 06172502 n 0303 + 00614489 n 0301 \ 06172502 n 0303 \ 06172502 n 0203 + 06172502 n 0101 \ 06172502 n 0101 | of or relating to cryptanalysis
-02707008 01 a 02 cryptogamic 0 cryptogamous 0 004 + 11552133 n 0201 \ 11552133 n 0201 + 11552133 n 0101 \ 11552133 n 0101 | of or relating to a cryptogam
-02707164 01 a 01 cryptobiotic 0 002 + 14063475 n 0101 \ 14063475 n 0101 | of or related to the state of cryptobiosis
-02707283 01 a 02 ctenoid 0 comb-like 0 002 \ 03074855 n 0201 \ 01918585 n 0101 | resembling a comb; having projections like the teeth of a comb
-02707429 01 a 01 cubital 0 002 + 05579944 n 0104 \ 05579944 n 0104 | of or relating to the elbow
-02707528 01 a 01 cucurbitaceous 0 002 + 12157276 n 0101 \ 12157276 n 0101 | of or relating to plants of the family Cucurbitaceae
-02707659 01 a 01 culinary 0 001 \ 07571324 n 0101 | of or relating to or used in cooking
-02707750 01 a 01 cuneiform 0 002 ;c 06057539 n 0000 \ 05281874 n 0101 | of or relating to the tarsal bones (or other wedge-shaped bones)
-02707889 01 a 02 cupric 0 cuprous 0 003 \ 14635722 n 0201 + 14635722 n 0101 \ 14635722 n 0101 | of or containing divalent copper
-02708020 01 a 01 curricular 0 002 + 06676416 n 0104 \ 06676416 n 0104 | of or relating to an academic course of study
-02708140 01 a 01 custard-like 0 001 \ 07619004 n 0101 | resembling custard in consistency
-02708232 01 a 01 cyclic 0 002 ;c 06114578 n 0000 \ 07341665 n 0101 | conforming to the Carnot cycle
-02708334 01 a 02 cytoarchitectural 0 cytoarchitectonic 0 004 + 04933197 n 0201 \ 04933197 n 0202 + 04933197 n 0101 \ 04933197 n 0101 | of or relating to cytoarchitecture
-02708506 01 a 01 cytolytic 0 002 + 13455086 n 0101 \ 13455086 n 0101 | of or relating to cytolysis, the dissolution or destruction of a cell
-02708649 01 a 01 cytophotometric 0 001 \ 01003435 n 0101 | of or relating to the study of cells by means of a cytophotometer
-02708776 01 a 02 cytoplasmic 0 cytoplasmatic 0 004 + 05432948 n 0201 \ 05432948 n 0201 + 05432948 n 0101 \ 05432948 n 0101 | of or relating to cytoplasm
-02708931 01 a 01 cytoplastic 0 002 + 05432948 n 0101 \ 05433400 n 0101 | of or relating to a cytoplast
-02709036 01 a 01 bicylindrical 0 001 \ 13899804 n 0101 | having two cylindrical surfaces usually with parallel axes; "certain lenses are bicylindrical"
-02709190 01 a 01 cystic 0 002 + 14202996 n 0101 \ 14202996 n 0101 | of or relating to or resembling a cyst
-02709299 01 a 01 cystic 1 002 + 05517578 n 0102 \ 05517578 n 0102 | of or relating to a normal cyst (as the gallbladder or urinary bladder)
-02709441 01 a 02 cytogenetic 0 cytogenetical 0 004 + 06070738 n 0201 \ 06070738 n 0201 + 13454950 n 0101 \ 06070738 n 0101 | of or relating to cytogenetics
-02709599 01 a 01 cytokinetic 0 001 \ 13504497 n 0101 | of or relating to the division of the cytoplasm of a cell following the division of the nucleus
-02709752 01 a 02 cytological 0 cytologic 0 004 + 06070503 n 0201 \ 06070503 n 0201 + 06070503 n 0101 \ 06070503 n 0101 | of or relating to the science of cytology
-02709917 01 a 01 cytotoxic 0 002 + 15035367 n 0101 \ 15035367 n 0101 | of or relating to substances that are toxic to cells
-02710043 01 a 05 czarist 0 czaristic 0 tsarist 0 tsaristic 0 tzarist 0 007 \ 09987161 n 0501 + 09987239 n 0402 \ 09987161 n 0401 \ 09987161 n 0301 + 09987239 n 0201 \ 09987161 n 0201 \ 09987161 n 0101 | of or relating to or characteristic of a czar
-02710294 01 a 01 deductive 0 003 + 00944924 v 0101 + 00636574 v 0101 \ 05774129 n 0101 | relating to logical deduction; "deductive reasoning"
-02710438 01 a 01 deliverable 0 001 \ 00317207 n 0101 | suitable for or ready for delivery
-02710530 01 a 01 Democratic 0 002 + 08361329 n 0101 \ 10002031 n 0101 | belong to or relating to the Democratic Party; "Democratic senator"
-02710672 01 a 01 Demotic 1 002 + 06976833 n 0102 \ 06976833 n 0102 | of or written in or belonging to the form of modern Greek based on colloquial use
-02710825 01 a 01 denominational 0 001 \ 08146782 n 0101 | relating to or characteristic of a particular religious denomination; "denominational politics"
-02710981 01 a 01 denominational 1 001 \ 08006989 n 0101 | relating to the face value of a banknote, coin, or stamp
-02711098 01 a 01 dental 0 001 \ 05282746 n 0101 | of or relating to the teeth; "dental floss"
-02711194 01 a 01 dental 1 001 \ 06047430 n 0101 | of or relating to dentistry; "dental student"
-02711292 01 a 02 despotic 0 despotical 0 004 + 10735298 n 0203 \ 10735298 n 0203 + 10735298 n 0103 \ 10735298 n 0103 | belonging to or having the characteristics of a despot
-02711468 01 a 01 diagonalizable 0 002 ;c 06000644 n 0000 \ 08268962 n 0101 | capable of being transformed into a diagonal matrix
-02711599 01 a 01 diamagnetic 0 002 + 11479816 n 0101 \ 11479816 n 0101 | relating to or exhibiting diamagnetism; slightly repelled by a magnet
-02711744 01 a 01 diamantine 0 001 \ 14834563 n 0101 | consisting of diamonds or resembling diamonds
-02711846 01 a 03 diametral 0 diametric 0 diametrical 0 009 + 13871717 n 0301 + 05101815 n 0301 \ 13871717 n 0301 + 13871717 n 0201 + 05101815 n 0201 \ 13871717 n 0201 + 13871717 n 0101 + 05101815 n 0101 \ 13871717 n 0101 | related to or along a diameter; "the diametral plane"
-02712125 01 a 02 diaphoretic 0 sudorific 0 004 \ 13535261 n 0204 + 03188979 n 0101 + 13535261 n 0103 \ 13535261 n 0103 | inducing perspiration
-02712270 01 a 01 diastolic 0 002 + 07401236 n 0101 \ 07401236 n 0101 | of or relating to a diastole or happening during a diastole
-02712403 01 a 01 dicarboxylic 0 001 \ 14790796 n 0101 | containing two carboxyls per molecule
-02712499 01 a 01 Dickensian 0 002 + 10934410 n 0101 \ 10934410 n 0101 | of or like the novels of Charles Dickens (especially with regard to poor social and economic conditions)
-02712678 01 a 01 dictatorial 0 002 + 10011902 n 0101 \ 10011902 n 0101 | of or characteristic of a dictator; "dictatorial powers"
-02712810 01 a 01 differentiable 0 001 \ 06014730 n 0103 | possessing a differential coefficient or derivative
-02712922 01 a 01 differential 0 004 + 04749310 n 0101 + 13859307 n 0101 + 04748836 n 0101 \ 04748836 n 0101 | relating to or showing a difference; "differential treatment"
-02713096 01 a 01 digital 0 002 + 05566097 n 0101 \ 05566097 n 0101 | relating to or performed with the fingers; "digital examination"
-02713232 01 a 01 digital 1 001 \ 13741022 n 0101 | displaying numbers rather than scale positions; "digital clock"; "digital readout"
-02713368 01 a 02 dimorphic 0 dimorphous 0 004 \ 11492643 n 0201 \ 11493083 n 0201 \ 11492643 n 0101 \ 11493083 n 0101 | occurring or existing in two different forms; "dimorphic crystals"; "dimorphous organisms"
-02713581 01 a 01 Dionysian 0 003 ;c 07979425 n 0000 + 09558898 n 0101 \ 09558898 n 0101 | of or relating to or worshipping Dionysus
-02713715 01 a 01 diplomatic 0 002 + 07148573 n 0101 \ 07148573 n 0101 | relating to or characteristic of diplomacy; "diplomatic immunity"
-02713855 01 a 01 dipterous 0 002 + 02188065 n 0101 \ 02188065 n 0101 | of or relating to or belonging to the Diptera
-02713974 01 a 01 directional 0 003 + 05066626 n 0102 ! 02714141 a 0101 \ 13827426 n 0101 | relating to or indicating directions in space; "a directional microphone"
-02714141 01 a 01 omnidirectional 0 002 ! 02713974 a 0101 \ 13827426 n 0101 | not directional; "omnidirectional antenna"
-02714263 01 a 01 directional 1 001 \ 01133281 n 0102 | relating to direction toward a (nonspatial) goal; "he tried to explain the directional trends of modern science"
-02714433 01 a 01 discomycetous 0 002 + 13028337 n 0101 \ 13028611 n 0101 | relating to or characteristic of fungi of the subclass Discomycetes
-02714578 01 a 01 distributional 0 001 \ 05087297 n 0101 | of or relating to spatial distribution; "distributional requirements"
-02714708 01 a 01 dithyrambic 0 001 \ 07239428 n 0101 | of or in the manner of a dithyramb
-02714800 01 a 01 dramatic 0 003 + 07007945 n 0102 + 06376154 n 0101 \ 07007945 n 0102 | pertaining to or characteristic of drama; "dramatic arts"
-02714948 01 a 01 drupaceous 0 002 + 13138308 n 0101 \ 13138308 n 0101 | of or related to a drupe
-02715047 01 a 01 dumpy 0 002 + 08560027 n 0101 \ 08560027 n 0101 | resembling a garbage dump
-02715142 01 a 01 dural 0 002 + 05482529 n 0102 \ 05482529 n 0101 | of or relating to the dura mater
-02715244 01 a 01 dynastic 0 002 + 07971582 n 0101 \ 07971582 n 0101 | of or relating to or characteristic of a dynasty
-02715365 01 a 02 dysgenic 0 cacogenic 0 005 + 06042690 n 0202 \ 06042690 n 0202 + 06042690 n 0101 ! 02715949 a 0101 \ 06042690 n 0101 | pertaining to or causing degeneration in the offspring produced
-02715567 01 a 01 dysplastic 0 002 + 14365950 n 0101 \ 14365950 n 0101 | relating to or evidencing dysplasia
-02715677 01 a 01 Ephesian 0 001 \ 08788326 n 0101 | of or relating to ancient Ephesus or its people or language or culture
-02715802 01 a 01 Eucharistic 0 002 + 01035853 n 0102 \ 01035853 n 0102 | of or relating to the sacrament of the Eucharist; "the Eucharistic cup"
-02715949 01 a 01 eugenic 0 003 + 06042486 n 0101 ! 02715365 a 0101 \ 06042486 n 0101 | pertaining to or causing improvement in the offspring produced
-02716101 01 a 02 Eurocentric 0 Europocentric 0 003 \ 06201778 n 0201 + 06201778 n 0101 \ 06201778 n 0101 | focussed on Europe and the Europeans
-02716247 01 a 01 eutrophic 0 002 ;c 06070929 n 0101 \ 13476590 n 0101 | (ecology) of a lake or other body of water rich in nutrients and subject to eutrophication
-02716412 01 a 01 Ebionite 0 001 \ 10349836 n 0102 | of or relating to the Ebionites or their religion
-02716516 01 a 01 ebracteate 0 002 ! 02669616 a 0101 \ 13154841 n 0101 | without bracts
-02716605 01 a 01 economic 0 002 + 08366753 n 0101 \ 06149484 n 0101 | of or relating to the science of economics; "economic theory"
-02716739 01 a 02 economic 1 economical 0 004 + 08366753 n 0201 \ 08366753 n 0201 + 08366753 n 0101 \ 08366753 n 0101 | of or relating to an economy, the system of production and management of material wealth; "economic growth"; "aspects of social, political, and economical life"
-02717021 01 a 01 socioeconomic 0 001 \ 02716605 a 0101 | involving social as well as economic factors; "socioeconomic status"
-02717149 01 a 01 ectopic 0 003 ;c 06057539 n 0000 + 05081660 n 0101 \ 05081660 n 0101 | exhibiting ectopia
-02717258 01 a 01 editorial 0 001 \ 06268567 n 0102 | of or relating to an article stating opinions or giving perspectives; "editorial column"
-02717402 01 a 01 editorial 1 002 + 10044879 n 0101 \ 10044879 n 0101 | relating to or characteristic of an editor; "editorial duties"
-02717538 01 a 01 electoral 0 003 + 00181781 n 0101 + 00180962 n 0101 \ 00180962 n 0101 | of or relating to elections; "electoral process"
-02717678 01 a 01 electrocardiographic 0 001 \ 02963503 n 0102 | of or relating to an electrocardiograph
-02717784 01 a 01 electrochemical 0 002 + 06089857 n 0101 \ 06089857 n 0101 | of or involving electrochemistry
-02717896 01 a 01 electroencephalographic 0 001 \ 03275311 n 0101 | of or relating to an electroencephalograph
-02718008 01 a 01 electrolytic 0 002 + 14847929 n 0101 \ 03275681 n 0102 | of or relating to or containing an electrolyte
-02718131 01 a 01 electrolytic 1 002 + 13472125 n 0101 \ 13472125 n 0101 | of or concerned with or produced by electrolysis
-02718256 01 a 01 electromechanical 0 001 \ 03276574 n 0101 | of or relating to or involving an electrically operated mechanical device
-02718393 01 a 01 electromotive 0 001 \ 11443532 n 0102 | concerned with or producing electric current
-02718497 01 a 01 electronic 0 002 + 06099269 n 0101 \ 06099269 n 0101 | of or relating to electronics; concerned with or using devices that operate on principles governing the behavior of electrons; "electronic devices"
-02718719 01 a 01 electronic 1 002 + 06099269 n 0101 \ 09271904 n 0101 | of or concerned with electrons; "electronic energy"
-02718845 01 a 02 electrophoretic 0 cataphoretic 0 004 + 13472518 n 0202 \ 13472518 n 0202 + 13472518 n 0101 \ 13472518 n 0101 | of or relating to electrophoresis
-02719009 01 a 02 electrostatic 0 static 0 003 \ 11514462 n 0201 + 06100101 n 0101 \ 11514462 n 0101 | concerned with or producing or caused by static electricity; "an electrostatic generator produces high-voltage static electricity"
-02719244 01 a 01 elegiac 0 001 \ 06379568 n 0101 | resembling or characteristic of or appropriate to an elegy; "an elegiac poem on a friend's death"
-02719395 01 a 01 elemental 0 001 \ 14622893 n 0102 | relating to or being an element; "elemental sulphur"
-02719503 01 a 01 elemental 2 001 \ 11525303 n 0101 | relating to severe atmospheric conditions; "a race against hail or cold rains or some other elemental catastrophe"- J.K.Howard
-02719685 01 a 01 elementary 0 001 \ 08412749 n 0103 | of or pertaining to or characteristic of elementary school or elementary education; "the elementary grades"; "elementary teachers"
-02719872 01 a 01 elfin 0 001 \ 09540739 n 0101 | relating to or made or done by or as if by an elf; "elfin bells"; "all the little creatures joined in the elfin dance"
-02720042 01 a 02 empyrean 0 empyreal 0 003 + 08521267 n 0203 \ 08521267 n 0203 \ 08521267 n 0103 | of or relating to the sky or heavens; "the empyrean sphere"
-02720203 01 a 01 emulous 0 001 \ 01021270 n 0101 | characterized by or arising from emulation or imitation
-02720312 01 a 02 eonian 0 aeonian 0 004 + 15243730 n 0202 \ 15243730 n 0201 + 15243730 n 0101 \ 15243730 n 0101 | of or relating to a geological eon (longer than an era)
-02720484 01 a 02 epenthetic 0 parasitic 0 002 \ 07117788 n 0201 \ 07117788 n 0101 | of or pertaining to epenthesis
-02720601 01 a 02 epidural 0 extradural 0 002 \ 05482529 n 0201 \ 05482529 n 0101 | on or outside the dura mater
-02720715 01 a 01 epigastric 0 002 + 05396071 n 0101 \ 05396071 n 0101 | lying on or over the stomach
-02720818 01 a 01 epigastric 1 002 + 05396071 n 0101 \ 05604434 n 0101 | of or relating to the anterior walls of the abdomen; "epigastric artery"
-02720965 01 a 01 epilithic 0 001 \ 14696793 n 0102 | growing on stone; "epilithic mosses"
-02721057 01 a 02 episcopal 0 pontifical 0 003 \ 09857200 n 0201 + 09857200 n 0101 \ 09857200 n 0101 | denoting or governed by or relating to a bishop or bishops
-02721220 01 a 01 equestrian 0 002 + 10185793 n 0102 \ 00299217 n 0102 | of or relating to or featuring horseback riding
-02721342 01 a 01 equestrian 1 001 \ 10238375 n 0101 | of or relating to or composed of knights
-02721439 01 a 01 equine 1 002 + 02374149 n 0101 \ 02373601 n 0101 | of or belonging to the family Equidae
-02721547 01 a 01 equine 0 001 \ 02374451 n 0101 | resembling a horse
-02721618 01 a 01 equinoctial 0 002 + 15223343 n 0101 \ 15223343 n 0101 | relating to an equinox (when the lengths of night and day are equal)
-02721762 01 a 01 equinoctial 1 002 + 08520190 n 0104 \ 08568719 n 0101 | relating to the vicinity of the equator
-02721877 01 a 01 ergonomic 0 002 + 06126523 n 0103 \ 06126523 n 0103 | of or relating to ergonomics
-02721979 01 a 01 ergotic 0 002 + 12965626 n 0101 \ 12965626 n 0101 | relating to or produced by ergot
-02722083 01 a 01 ergotropic 0 002 + 00861894 n 0101 \ 00861894 n 0101 | of or relating to ergotropism
-02722187 01 a 01 eruptive 0 001 \ 14321469 n 0101 | producing or characterized by eruptions; "an eruptive disease"
-02722304 01 a 01 erythematous 0 002 + 14226303 n 0101 \ 14226303 n 0101 | relating to or characterized by erythema
-02722421 01 a 01 erythroid 0 001 \ 05454070 n 0103 | relating to erythrocytes
-02722501 01 a 01 erythropoietic 0 002 + 13476111 n 0101 \ 13476111 n 0101 | of or relating to the formation of red blood cells
-02722630 01 a 01 eschatological 0 002 + 06183162 n 0101 \ 06183162 n 0101 | of or relating to or dealing with or regarding the ultimate destiny of mankind and the world
-02722801 01 a 01 esophageal 0 002 + 05533948 n 0101 \ 05533948 n 0101 | relating to the esophagus
-02722901 01 a 01 Essene 0 001 \ 09655354 n 0101 | said of or relating to the Essenes
-02722988 01 a 01 essential 0 003 + 15110096 n 0101 + 05171045 n 0102 \ 15110096 n 0101 | being or relating to or containing the essence of a plant etc; "essential oil"
-02723158 01 a 01 Estonian 0 003 + 06957896 n 0101 + 09012297 n 0101 \ 09012297 n 0101 | of or pertaining to Estonia or the people or culture of Estonia
-02723312 01 a 01 estrogenic 0 002 + 14749794 n 0101 \ 14749794 n 0101 | relating to or caused by estrogen
-02723420 01 a 02 estuarine 0 estuarial 0 003 + 09274500 n 0201 \ 09274500 n 0201 \ 09274500 n 0101 | of or relating to or found in estuaries
-02723563 01 a 01 ethical 0 002 + 06159473 n 0101 \ 06159473 n 0101 | of or relating to the philosophical study of ethics; "ethical codes"; "ethical theories"
-02723723 01 a 01 evidentiary 0 003 ;c 08441203 n 0000 + 06643408 n 0101 \ 06643408 n 0101 | pertaining to or constituting evidence; "evidentiary technique"; "an evidentiary fact"
-02723904 01 a 01 excrescent 0 003 + 13894434 n 010c + 05603650 n 0101 \ 14234074 n 0101 | forming an outgrowth (usually an excessive outgrowth)
-02724050 01 a 01 excretory 0 002 + 00072989 v 0101 \ 13473097 n 0103 | of or relating to the process of excretion
-02724166 01 a 02 exegetic 0 exegetical 0 004 + 07171940 n 0201 \ 07171940 n 0201 + 07171940 n 0101 \ 07171940 n 0101 | relating to exegesis
-02724308 01 a 01 exilic 0 002 + 10071139 n 0101 \ 00207761 n 0101 | of or relating to a period of exile (especially the exile of the Jews known as the Babylonian Captivity)
-02724483 01 a 01 existential 0 002 + 13954253 n 0103 \ 13954253 n 0103 | relating to or dealing with existence (especially with human existence)
-02724630 01 a 01 existential 1 001 \ 05970755 n 0101 | of or as conceived by existentialism; "an existential moment of choice"
-02724759 01 a 01 existentialist 0 001 \ 05970755 n 0101 | relating to or involving existentialism; "existentialist movement"; "existentialist philosophy"; "the existentialist character of his ideas"
-02724960 01 a 01 extropic 0 002 + 06749267 n 0101 \ 06749267 n 0101 | of or relating to extropy
-02725058 01 a 01 facial 1 002 + 08510666 n 0102 \ 08510666 n 0102 | of or pertaining to the outside surface of an object
-02725181 01 a 02 factor_analytical 0 factor_analytic 0 003 \ 06030196 n 0201 + 06030196 n 0101 \ 06030196 n 0101 | of or relating to or the product of factor analysis
-02725350 01 a 01 factorial 0 002 + 05859811 n 0101 \ 05859811 n 0101 | of or relating to factorials
-02725452 01 a 01 facultative 0 001 \ 05650329 n 0101 | of or relating to the mental faculties
-02725548 01 a 01 Fahrenheit(ip) 0 001 \ 13852820 n 0101 | of or relating to a temperature scale proposed by the inventor of the mercury thermometer; "water freezes at 32 degrees Fahrenheit under normal conditions"
-02725764 01 a 01 fanged 0 001 \ 01465472 n 0101 | having fangs
-02725829 01 a 01 federal 2 001 \ 08052549 n 0101 | of or relating to the central government of a federation; "a federal district is one set aside as the seat of the national government"
-02726017 01 a 01 femoral 0 003 + 05573895 n 0101 \ 05573895 n 0101 \ 05562249 n 0101 | of or relating to or near the femur or thigh
-02726151 01 a 01 fenestral 0 001 \ 04587648 n 0101 | of or relating to windows
-02726232 01 a 01 fenestral 1 002 ;c 06057539 n 0000 \ 05325378 n 0101 | of or relating to or having a fenestra
-02726345 01 a 01 fermentable 0 001 \ 13575433 n 0103 | capable of being fermented
-02726429 01 a 02 ferric 0 ferrous 0 002 \ 14642417 n 0201 \ 14642417 n 0101 | of or relating to or containing iron
-02726546 01 a 02 feudal 0 feudalistic 0 004 + 07972425 n 0201 \ 07972425 n 0201 + 07972425 n 0101 \ 07972425 n 0101 | of or relating to or characteristic of feudalism
-02726715 01 a 02 febrile 0 feverish 0 004 + 14365356 n 0205 \ 14365356 n 0201 ! 02726921 a 0101 \ 14365356 n 0101 | of or relating to or characterized by fever; "a febrile reaction caused by an allergen"
-02726921 01 a 01 afebrile 0 002 ! 02726715 a 0101 \ 14365356 n 0101 | having no fever
-02727009 01 a 04 fiber-optic 0 fiberoptic 0 fibre-optic 0 fibreoptic 0 008 + 06280816 n 0404 \ 06280816 n 0404 + 06280816 n 0301 \ 06280816 n 0303 + 06280816 n 0202 \ 06280816 n 0202 + 06280816 n 0101 \ 06280816 n 0101 | of or relating to fiber optics
-02727263 01 a 01 fibrillose 0 001 \ 14867858 n 0101 | covered with fibrils more or less evenly disposed
-02727369 01 a 01 fibrinous 0 002 + 14733941 n 0101 \ 14733941 n 0101 | characterized by the presence of fibrin
-02727482 01 a 01 fibrocartilaginous 0 001 \ 05288593 n 0101 | of or relating to fibrocartilage
-02727579 01 a 01 fictile 0 001 \ 00609868 n 0101 | of or relating to the craft of pottery; "the fictile art"; "fictile ware"
-02727706 01 a 01 fictional 0 003 + 06367107 n 0101 ! 02727912 a 0101 \ 06367107 n 0101 | related to or involving literary fiction; "clever fictional devices"; "a fictional treatment of the train robbery"
-02727912 01 a 01 nonfictional 0 002 ! 02727706 a 0101 \ 06367571 n 0101 | not fictional
-02728002 01 a 01 field-crop 0 001 \ 13086556 n 0101 | of or relating to field crops; "field-crop management"
-02728113 01 a 01 filar 0 002 + 05229468 n 0102 \ 14867858 n 0102 | related to or having filaments (especially across a field of view as in the eyepiece of a telescope); "a filar eyepiece"
-02728303 01 a 01 bifilar 0 001 \ 02728113 a 0101 | having or using two filaments; "a bifilar suspension of a waving part of an instrument"
-02728444 01 a 01 unifilar 0 001 \ 02728113 a 0101 | having or using only one filament
-02728532 01 a 01 filarial 0 002 + 01933478 n 0101 \ 01933478 n 0101 | related to or infested with or transmitting parasitic worms especially filaria
-02728683 01 a 01 filariid 0 002 ;c 06083243 n 0000 \ 01933342 n 0102 | of or relating to or belonging to the family Filariidae
-02728812 01 a 02 fisheye 0 wide-angle 0 002 \ 04583212 n 0201 \ 04583212 n 0102 | of or relating to a fisheye lens
-02728929 01 a 01 fishy 0 002 + 02512053 n 0101 \ 02512053 n 0101 | of or relating to or resembling fish; "the soup had a fishy smell"
-02729065 01 a 01 fistulous 0 002 + 05548032 n 0101 \ 05548032 n 0101 | of or pertaining to or resembling a fistula
-02729182 01 a 02 flaky 0 flakey 0 004 + 09222051 n 0203 \ 09222051 n 0203 + 09222051 n 0103 \ 09222051 n 0103 | made of or resembling flakes; "flaky soap"
-02729339 01 a 02 fleshy 0 sarcoid 0 002 + 05268112 n 0101 \ 05268112 n 0101 | of or relating to or resembling flesh
-02729457 01 a 01 flinty 0 002 + 14871078 n 0101 \ 14871078 n 0101 | containing flint
-02729544 01 a 01 floricultural 0 002 + 00921399 n 0102 \ 00921399 n 0102 | of or relating to or involving floriculture
-02729665 01 a 01 flowery 0 002 + 11669921 n 0101 \ 11669921 n 0101 | of or relating to or suggestive of flowers; "a flowery hat"; "flowery wine"
-02729812 01 a 01 fluvial 0 001 \ 09411430 n 0101 | of or relating to or happening in a river; "fluvial deposits"
-02729927 01 a 02 foliate 2 foliated 0 003 ;c 06123363 n 0000 \ 13152742 n 0203 \ 13152742 n 0103 | ornamented with foliage or foils; "foliate tracery"; "a foliated capital"
-02730102 01 a 01 foliaceous 0 001 \ 13152742 n 0101 | of or pertaining to or resembling the leaf of a plant
-02730212 01 a 01 forcipate 0 001 \ 03381231 n 0101 | shaped like a forceps; deeply forked
-02730304 01 a 03 formalistic 0 formalized 0 formalised 0 008 ;c 05946687 n 0000 ;c 00933420 n 0000 \ 00411717 n 0301 \ 00411717 n 0201 + 05961867 n 0101 + 05971621 n 0101 + 00411717 n 0101 \ 00411717 n 0101 | concerned with or characterized by rigorous adherence to recognized forms (especially in religion or art); "highly formalized plays like `Waiting for Godot'"
-02730673 01 a 01 formic 0 001 \ 14873344 n 0101 | of or containing or derived from formic acid
-02730770 01 a 01 formic 1 001 \ 02219486 n 0101 | of or relating to or derived from ants
-02730861 01 a 01 formulary 0 002 + 06816935 n 0101 \ 06816935 n 0101 | of or relating to or of the nature of a formula
-02730982 01 a 01 fossil 0 001 \ 09284589 n 0101 | characteristic of a fossil
-02731061 01 a 01 fossiliferous 0 001 \ 09284589 n 0101 | bearing or containing fossils; "fossiliferous strata"
-02731174 01 a 02 three-wheel 0 three-wheeled 0 002 \ 04574999 n 0201 \ 04574999 n 0101 | of or relating to vehicles having three wheels; "a three-wheel bike"
-02731334 01 a 01 fourhanded 0 002 ;c 00488225 n 0000 \ 00488225 n 0101 | (of card games) involving or requiring four players
-02731461 01 a 02 four-wheel 0 four-wheeled 0 002 \ 04574999 n 0201 \ 04574999 n 0101 | of or relating to vehicles with four wheels; "a four-wheel drive"
-02731616 01 a 01 Frankish 0 001 \ 09688804 n 0101 | of or relating to the Franks
-02731699 01 a 01 fraternal 1 002 + 08229467 n 0101 \ 08075388 n 0101 | of or relating to a fraternity or society of usually men; "a fraternal order"
-02731850 01 a 01 fretted 0 003 ;c 07020895 n 0000 ! 02731953 a 0101 \ 03396074 n 0101 | having frets
-02731953 01 a 01 unfretted 0 003 ;c 07020895 n 0000 ! 02731850 a 0101 \ 03396074 n 0101 | without frets
-02732059 01 a 01 frictional 0 003 + 11459538 n 0101 + 00712031 n 0101 \ 11459538 n 0101 | pertaining to or worked or produced by friction; "frictional electricity"; "frictional heat"; "frictional gearing"
-02732266 01 a 01 frictionless 0 001 \ 11459538 n 0101 | lacking all friction; "a perpetual motion machine would have to be frictionless"
-02732405 01 a 01 Frisian 0 003 + 08951777 n 0101 \ 08951385 n 0101 \ 08951777 n 0101 | of or relating to the people or culture or language of Friesland or Frisia
-02732569 01 a 02 Galilean 0 Galilaean 0 008 + 10117957 n 0202 + 08793914 n 0201 \ 10117957 n 0201 \ 08793914 n 0201 + 10117957 n 0101 + 08793914 n 0101 \ 10117957 n 0101 \ 08793914 n 0101 | of or relating to Galilee or its inhabitants
-02732806 01 a 01 Galilean 1 003 + 10987724 n 0101 + 08793914 n 0101 \ 10987724 n 0101 | of or relating to Galileo or his works
-02732935 01 a 01 Gallican 0 001 \ 08475070 n 0101 | relating to or characteristic of Gallicanism
-02733034 01 a 01 garlicky 0 003 + 12434775 n 0101 + 07818277 n 0101 \ 07818277 n 0101 | relating to or tasting or smelling of garlic; "garlicky sauce"
-02733187 01 a 03 gastric 0 stomachic 0 stomachal 0 005 + 05556943 n 0303 \ 05395690 n 0301 + 05395690 n 0201 \ 05395690 n 0201 \ 05395690 n 0101 | relating to or involving the stomach; "gastric ulcer"
-02733390 01 a 01 gastroduodenal 0 002 \ 05395690 n 0101 \ 05534955 n 0101 | of or relating to the stomach and the duodenum
-02733515 01 a 01 gastroesophageal 0 002 \ 05395690 n 0101 \ 05533948 n 0101 | of or relating to or involving the stomach and esophagus
-02733652 01 a 01 pneumogastric 0 002 \ 05387544 n 0101 \ 05395690 n 0101 | of or relating to or involving the lungs and stomach
-02733782 01 a 01 gemmiferous 0 001 \ 11682659 n 0101 | bearing or reproducing by a gemma
-02733873 01 a 01 generational 0 004 + 15290930 n 0101 + 08369406 n 0103 + 08368907 n 0101 \ 08369406 n 0103 | of or relating to a generation
-02734016 01 a 01 generic 0 003 ;c 06037666 n 0000 + 08108972 n 0101 \ 08108972 n 0101 | relating to or common to or descriptive of all members of a genus; "the generic name"
-02734192 01 a 02 genetic 0 genetical 0 005 + 05436752 n 0201 + 06075527 n 0201 + 06075527 n 0101 + 05436752 n 0101 \ 06075527 n 0101 | of or relating to the science of genetics; "genetic research"
-02734391 01 a 01 genetic 1 001 \ 07323922 n 0101 | pertaining to or referring to origin; "genetic history reconstructs the origins of a literary work"
-02734544 01 a 03 genic 0 genetic 2 genetical 2 005 + 05436752 n 0301 \ 05436752 n 0301 \ 05436752 n 0201 + 05436752 n 0101 \ 05436752 n 0101 | of or relating to or produced by or being a gene; "genic combinations"; "genetic code"
-02734776 01 a 02 genial 0 mental 4 002 \ 05277100 n 0201 \ 05599617 n 0101 | of or relating to the chin or median part of the lower jaw
-02734914 01 a 01 mental 3 002 ;c 06037666 n 0000 \ 05277100 n 0101 | of or relating to the chin- or liplike structure in insects and certain mollusks
-02735066 01 a 01 gentile 0 003 + 10166394 n 0103 + 09679028 n 0101 \ 09679028 n 0101 | belonging to or characteristic of non-Jewish peoples
-02735208 01 a 02 geometric 0 geometrical 0 004 + 06004685 n 0201 \ 06004685 n 0201 + 06004685 n 0101 \ 06004685 n 0101 | of or relating to or determined by geometry
-02735375 01 a 01 geophytic 0 002 + 13120958 n 0101 \ 13120958 n 0101 | of or relating to geophytes
-02735476 01 a 01 geostrategic 0 002 + 06148915 n 0101 \ 06148915 n 0101 | of or relating to geostrategy; "Pakistan became a country of paramount geostrategic importance to the United States"
-02735669 01 a 02 geothermal 0 geothermic 0 002 \ 11466043 n 0201 \ 11466043 n 0101 | of or relating to the heat in the interior of the earth
-02735812 01 a 01 gingival 0 002 + 05304932 n 0101 \ 05304932 n 0101 | of or relating to the gums
-02735911 01 a 01 glabellar 0 002 + 05232691 n 0101 \ 05232691 n 0101 | of or relating to the glabella
-02736015 01 a 01 glacial 0 004 + 14519673 n 0101 + 13487409 n 0101 + 09289331 n 0101 \ 09289331 n 0101 | relating to or derived from a glacier; "glacial deposit"
-02736179 01 a 01 glial 0 002 + 05467054 n 0102 \ 05467054 n 0102 | of or relating to neuroglia
-02736276 01 a 01 gluteal 0 002 + 05570129 n 0101 \ 05570129 n 0101 | of or relating to or near the gluteus muscles
-02736393 01 a 01 glycogenic 0 002 + 14795749 n 0101 \ 14795749 n 0101 | of or relating to or involving glycogen
-02736507 01 a 01 granuliferous 0 001 \ 09291513 n 0101 | producing or full of granules
-02736596 01 a 01 granulomatous 0 002 + 14238639 n 0101 \ 14238639 n 0101 | relating to or characterized by granulomas
-02736716 01 a 01 grapelike 0 001 \ 07758680 n 0101 | resembling the fruit of a grape vine
-02736808 01 a 02 graphic 0 graphical 0 003 + 07000195 n 0201 \ 07000195 n 0201 \ 07000195 n 0101 | relating to or presented by a graph; "a graphic presentation of the data"
-02736983 01 a 01 graphic 1 001 \ 03453985 n 0101 | of or relating to the graphic arts; "the etchings, drypoints, lithographs, and engravings which together form his graphic work"- British Book News
-02737183 01 a 02 gravitational 0 gravitative 0 005 + 01835280 v 0201 \ 11464143 n 0201 + 11464143 n 0102 + 07362830 n 0101 \ 11464143 n 0102 | of or relating to or caused by gravitation
-02737371 01 a 01 grubby 0 002 + 02312006 n 0101 \ 02312006 n 0101 | infested with grubs
-02737461 01 a 01 guttural 0 002 + 07120176 n 0101 \ 05547508 n 0101 | relating to or articulated in the throat; "the glottal stop and uvular `r' and `ch' in German `Bach' are guttural sounds"
-02737655 01 a 02 hair-shirt 0 hair-shirted 0 002 \ 03476542 n 0201 \ 03476542 n 0101 | self-sacrificing or austere
-02737772 01 a 01 harmonic 0 003 + 04984180 n 0101 ! 02737981 a 0101 \ 07027180 n 0101 | of or relating to harmony as distinct from melody and rhythm; "subtleties of harmonic change and tonality"- Ralph Hill
-02737981 01 a 01 nonharmonic 0 002 ! 02737772 a 0101 \ 07027180 n 0101 | not harmonic; "a nonharmonic note"
-02738091 01 a 01 harmonic 1 002 + 07027180 n 0101 \ 06111253 n 0101 | of or relating to the branch of acoustics that studies the composition of musical sounds; "the sound of the resonating cavity cannot be the only determinant of the harmonic response"
-02738346 01 a 01 harmonic 2 003 + 05719804 n 0101 + 04988078 n 0101 \ 04988078 n 0101 | of or relating to harmonics
-02738464 01 a 04 Hasidic 0 Hassidic 0 Chasidic 0 Chassidic 0 008 \ 06234257 n 0404 \ 08094866 n 0405 \ 06234257 n 0303 \ 08094866 n 0304 \ 06234257 n 0202 \ 08094866 n 0202 \ 06234257 n 0101 \ 08094866 n 0101 | of or relating to the Jewish Hasidim or its members or their beliefs and practices
-02738760 01 a 01 Hawaiian 0 006 + 09742569 n 0101 + 06938493 n 0101 + 09079505 n 0101 + 09078231 n 0101 \ 09078231 n 0101 \ 09079505 n 0101 | of or relating to or characteristic of the state or island of Hawaii or to the people or culture or language
-02739013 01 a 01 heathlike 0 001 \ 12226932 n 0101 | resembling heath
-02739085 01 a 01 Hebridean 0 002 + 08893223 n 0101 \ 08893223 n 0101 | of or relating to the Hebrides
-02739189 01 a 02 heliacal 0 heliac 0 002 \ 09450163 n 0201 \ 09450163 n 0101 | pertaining to or near the sun; especially the first rising of a star after and last setting before its invisibility owing to its conjunction with the sun; "the heliacal rising of the Dog Star"; "the heliacal or Sothic year is determined by the heliacal rising of Sothis (the Egyptian name for the Dog Star)"
-02739578 01 a 06 hematopoietic 0 haematopoietic 0 hemopoietic 0 haemopoietic 0 hematogenic 0 haematogenic 0 010 \ 13492453 n 0608 \ 13492453 n 0507 + 13492453 n 0404 \ 13492453 n 0404 + 13492453 n 0303 \ 13492453 n 0303 + 13492453 n 0202 \ 13492453 n 0202 + 13492453 n 0101 \ 13492453 n 0101 | pertaining to the formation of blood or blood cells; "hemopoietic stem cells in bone marrow"
-02739967 01 a 01 hemodynamic 0 001 \ 06082310 n 0101 | or of relating to or involved in hemodynamics
-02740070 01 a 01 hemispherical 0 004 + 13899109 n 0101 + 08583095 n 0101 + 05476915 n 0101 \ 13899109 n 0101 | of or relating to or being a hemisphere
-02740223 01 a 02 hemorrhagic 0 haemorrhagic 0 004 + 14288235 n 0203 \ 14288235 n 0203 + 14288235 n 0102 \ 14288235 n 0102 | of or relating to a hemorrhage
-02740380 01 a 01 hepatic 0 001 \ 05385534 n 0101 | pertaining to or affecting the liver; "hepatic ducts"; "hepatic cirrhosis"
-02740508 01 a 01 heroic 0 001 \ 10173086 n 0101 | relating to or characteristic of heroes of antiquity; "heroic legends"; "the heroic age"
-02740649 01 a 01 heterodyne 0 002 ;c 06099269 n 0000 \ 11477710 n 0101 | of or relating to the beat produced by heterodyning two oscillations
-02740793 01 a 01 heterosporous 0 002 + 13493566 n 0101 \ 13493566 n 0101 | characterized by heterospory
-02740899 01 a 01 Hollywood 0 001 \ 08068597 n 0101 | of or relating to the film industry in the United States; "a Hollywood actor"
-02741032 01 a 01 homeostatic 0 002 + 14003167 n 0101 \ 14003167 n 0101 | related to or characterized by homeostasis
-02741150 01 a 02 homonymic 0 homonymous 0 002 \ 06292649 n 0201 \ 06292649 n 0101 | of or related to or being homonyms
-02741271 01 a 01 homosporous 0 002 + 13493874 n 0101 \ 13493874 n 0101 | characterized by homospory
-02741373 01 a 03 homostylous 0 homostylic 0 homostyled 0 004 ;c 06066555 n 0000 \ 11677259 n 0301 \ 11677259 n 0201 \ 11677259 n 0101 | (botany) having styles all of the same length
-02741557 01 a 01 horse-drawn 0 001 \ 02374451 n 0101 | pulled by a horse; "a horse-drawn carriage"
-02741658 01 a 02 hexadecimal 0 hex 0 002 \ 06811419 n 0201 \ 06811419 n 0101 | of or pertaining to a number system having 16 as its base
-02741797 01 a 02 hexangular 0 hexagonal 0 003 + 13882276 n 0201 \ 13882276 n 0201 \ 13882276 n 0101 | having six sides or divided into hexagons
-02741943 01 a 01 hidrotic 0 002 + 13535261 n 0105 \ 05405751 n 0102 | of or relating to sweat
-02742039 01 a 01 hieratic 0 002 + 06362260 n 0101 \ 06362260 n 0101 | written or belonging to a cursive form of ancient Egyptian writing; "hieratic Egyptian script"
-02742206 01 a 02 hieroglyphic 0 hieroglyphical 0 004 + 06362441 n 0201 \ 06362441 n 0201 + 06362441 n 0102 \ 06362441 n 0101 | written in or belonging to a writing system using pictorial symbols
-02742403 01 a 02 hieroglyphic 1 hieroglyphical 1 004 + 06403679 n 0201 \ 06403679 n 0201 + 06403679 n 0102 \ 06403679 n 0101 | resembling hieroglyphic writing
-02742564 01 a 01 high-energy 0 001 \ 11452218 n 0101 | of or relating to elementary particles having energies of hundreds of thousands of electron volts
-02742719 01 a 01 hircine 0 001 \ 02416519 n 0101 | of or pertaining to or suggestive of a goat (especially in strong odor)
-02742844 01 a 01 home 0 001 \ 08490199 n 0101 | relating to or being where one lives or where one's roots are; "my home town"
-02742972 01 a 01 hooflike 0 001 \ 02153959 n 0101 | resembling a hoof; especially having the horny texture of a hoof; "hooflike calluses"
-02743112 01 a 01 horary 0 004 ;u 07073447 n 0000 + 15228378 n 0101 + 15227846 n 0101 \ 15227846 n 0101 | relating to the hours; "the horary cycle"
-02743261 01 a 01 human 0 003 + 02472293 n 0104 + 04726938 n 0101 \ 04726938 n 0102 | characteristic of humanity; "human nature"
-02743391 01 a 01 human 1 002 + 04726938 n 0101 + 04726938 n 0102 | relating to a person; "the experiment was conducted on 6 monkeys and 2 human subjects"
-02743547 01 a 03 humanist 0 humanistic 0 humane 1 003 \ 06153846 n 0302 \ 06153846 n 0202 \ 06153846 n 0102 | pertaining to or concerned with the humanities; "humanistic studies"; "a humane education"
-02743750 01 a 02 humanistic 3 humanist 3 003 \ 08476829 n 0201 + 08476829 n 0101 \ 08476829 n 0101 | of or pertaining to Renaissance humanism; "the humanistic revival of learning"
-02743932 01 a 02 humanist 2 humanistic 2 002 \ 05967191 n 0201 \ 05967191 n 0101 | of or pertaining to a philosophy asserting human dignity and man's capacity for fulfillment through reason and scientific method and often rejecting religion; "the humanist belief in continuous emergent evolution"- Wendell Thomas
-02744247 01 a 01 humic 0 002 + 14908822 n 0101 \ 14908822 n 0101 | of or relating to or derived from humus; "humic acid"
-02744370 01 a 01 humified 0 001 \ 14908822 n 0101 | converted to humus; "humified soil"
-02744460 01 a 01 hyaloplasmic 0 002 + 05434053 n 0101 \ 05434053 n 0101 | of or relating to hyaloplasm
-02744565 01 a 01 hydrocephalic 0 003 + 14465768 n 0102 + 14465768 n 0101 \ 14465768 n 0101 | relating to or characterized by or evidencing hydrocephalus
-02744720 01 a 02 hydrographic 0 hydrographical 0 003 + 06120111 n 0201 \ 06120111 n 0201 \ 06120111 n 0101 | of or relating to the science of hydrography
-02744876 01 a 01 hydrolyzable 0 002 + 00564151 v 0101 \ 13494919 n 0101 | capable of undergoing hydrolysis
-02744985 01 a 01 hydroxy 0 001 \ 14914775 n 0101 | being or containing a hydroxyl group
-02745075 01 a 01 hymenopterous 0 002 + 02205896 n 0101 \ 02205896 n 0101 | of or relating to insects of the order Hymenoptera
-02745203 01 a 01 hypnotic 0 001 \ 14026592 n 0101 | of or relating to hypnosis
-02745284 01 a 02 ideal 0 idealistic 0 003 + 05972103 n 0201 \ 05972103 n 0201 \ 05972103 n 0101 | of or relating to the philosophical doctrine of the reality of ideas
-02745453 01 a 01 ideographic 0 001 \ 06840648 n 0102 | of or relating to or consisting of ideograms
-02745555 01 a 01 ideological 0 002 \ 06212839 n 0102 + 06212839 n 0102 | of or pertaining to or characteristic of an orientation that characterizes the thinking of a group or nation
-02745739 01 a 01 idiopathic 0 001 \ 14074715 n 0103 | (of diseases) arising from an unknown cause; "idiopathic epilepsy"
-02745862 01 a 01 immune 0 002 + 14527171 n 0101 \ 14526764 n 0102 | relating to the condition of immunity; "the immune system"
-02745991 01 a 01 immunochemical 0 002 + 06051925 n 0101 \ 06051925 n 0101 | of or relating to immunochemistry
-02746103 01 a 01 immunocompromised 0 001 \ 13973990 n 0101 | unable to develop a normal immune response usually because of malnutrition or immunodeficiency or immunosuppressive therapy
-02746290 01 a 02 immunological 0 immunologic 0 004 + 06051542 n 0201 \ 06051542 n 0201 + 06051542 n 0101 \ 06051542 n 0101 | of or relating to immunology
-02746446 01 a 01 immunosuppressed 0 001 \ 13974620 n 0101 | of persons whose immune response is inadequate
-02746555 01 a 01 immunosuppressive 0 001 \ 13974620 n 0101 | of or relating to a substance that lowers the body's normal immune response and induces immunosuppression
-02746724 01 a 01 immunotherapeutic 0 001 \ 00663333 n 0101 | of or relating to immunotherapy; "various immunotherapeutic techniques have been employed with AIDS patients"
-02746897 01 a 01 imperial 0 002 + 08557482 n 0101 \ 10053004 n 0101 | befitting or belonging to an emperor or empress; "imperial palace"
-02747036 01 a 01 imperial 1 002 + 08405723 n 0101 \ 08405723 n 0101 | relating to or associated with an empire; "imperial colony"; "the imperial gallon was standardized legally throughout the British Empire"
-02747246 01 a 01 imperial 2 001 \ 13577731 n 0101 | of or belonging to the British Imperial System of weights and measures
-02747371 01 a 01 impetiginous 0 001 \ 14227613 n 0101 | of or relating to or having impetigo
-02747466 01 a 02 impressionist 0 impressionistic 0 004 + 03565051 n 0201 + 00549106 n 0201 \ 03565051 n 0201 \ 03565051 n 0101 | relating to or characteristic of Impressionism; "impressionist music"
-02747667 01 a 01 impressionistic 1 004 + 05916739 n 0101 + 04675314 n 0101 + 00549106 n 0101 \ 05916739 n 0101 | of or relating to or based on an impression rather than on facts or reasoning; "a surprisingly impressionistic review bearing marks of hasty composition"; "she had impressionistic memories of her childhood"
-02747989 01 a 01 Incan 0 001 \ 08488833 n 0101 | of or pertaining to the Incas or their culture or empire
-02748097 01 a 01 incendiary 0 001 \ 00378296 n 0101 | involving deliberate burning of property; "an incendiary fire"
-02748216 01 a 01 incestuous 0 002 + 00848891 n 0101 \ 00848891 n 0101 | relating to or involving incest
-02748322 01 a 01 incestuous 1 001 \ 04655442 n 0102 | resembling incest as by excessive intimacy
-02748421 01 a 01 inductive 0 002 ;c 11449907 n 0000 \ 11468172 n 0102 | arising from inductance; "inductive reactance"
-02748542 01 a 01 indusial 0 001 \ 13094381 n 0101 | of or relating to or being an indusium
-02748635 01 a 01 industrial 0 001 \ 00923444 n 0101 | of or relating to or resulting from industry; "industrial output"
-02748757 01 a 01 inertial 0 001 \ 11468763 n 0101 | of or relating to inertia
-02748837 01 a 01 infantile 0 001 \ 15145586 n 0101 | of or relating to infants or infancy; "infantile paralysis"
-02748952 01 a 02 inferential 0 illative 0 003 \ 05774614 n 0201 + 05774614 n 0101 \ 05774614 n 0101 | relating to or having the nature of illation or inference; "the illative faculty of the mind"
-02749150 01 a 01 informational 0 001 \ 05816287 n 0101 | relating to or having the nature of information
-02749257 01 a 01 inguinal 0 002 + 05597734 n 0102 \ 05597734 n 0102 | of or relating to or near the groin
-02749365 01 a 01 inhalant 0 003 + 01198779 v 0101 + 00005041 v 0101 \ 00836788 n 0101 | inhaling or serving for inhalation; "an inhalant pore"
-02749510 01 a 01 ink-jet 0 001 \ 03571942 n 0101 | of or relating to an ink-jet printer
-02749600 01 a 01 inscriptive 0 001 \ 06405699 n 0101 | of or relating to an inscription
-02749690 01 a 01 insecticidal 0 001 \ 14919948 n 0101 | of or relating to insecticide
-02749778 01 a 01 institutional 0 004 + 08053576 n 0101 + 03746574 n 0104 + 03574555 n 0101 \ 08053576 n 0101 | relating to or constituting or involving an institution; "institutional policy"
-02749971 01 a 02 interlinear 0 interlineal 0 002 \ 07012534 n 0201 \ 07012534 n 0101 | written between lines of text
-02750090 01 a 01 intracerebral 0 001 \ 05491993 n 0101 | within the brain
-02750166 01 a 01 intracranial 0 001 \ 02844273 a 0101 | within the skull
-02750241 01 a 01 intraventricular 0 001 \ 05502556 n 0101 | within the system of ventricles in the brain; "intraventricular pressure"
-02750377 01 a 01 intervertebral 0 001 \ 05284333 n 0101 | pertaining to the space between two vertebrae
-02750483 01 a 01 insular 0 002 + 14415518 n 0102 \ 09316454 n 0101 | relating to or characteristic of or situated on an island; "insular territories"; "Hawaii's insular culture"
-02750663 01 a 01 intuitionist 0 001 \ 05972264 n 0101 | of or relating to intuitionism
-02750752 01 a 01 ionic 0 003 + 09315159 n 0101 ! 02751367 a 0101 \ 09315159 n 0101 | containing or involving or occurring in the form of ions; "ionic charge"; "ionic crystals"; "ionic hydrogen"
-02750948 01 a 01 Ionic 1 001 \ 09042924 n 0101 | of or relating to Ionia or its inhabitants or its language
-02751058 01 a 01 Ionic 2 001 \ 04699157 n 0101 | of or pertaining to the Ionic order of classical Greek architecture
-02751177 01 a 01 Ionian 0 001 \ 08786283 n 0101 | of or pertaining to the ancient Ionians who lived in Attica and related territories, to their Ionic dialect of Greek, or to their culture
-02751367 01 a 02 nonionic 0 nonpolar 0 002 ! 02750752 a 0101 \ 09315159 n 0101 | not ionic; "a nonionic substance"
-02751484 01 a 01 iridaceous 0 002 + 12411084 n 0101 \ 12411084 n 0101 | of or pertaining to or characteristic of plants of the family Iridaceae
-02751630 01 a 01 iritic 0 001 \ 05319936 n 0101 | of or relating to located near the iris of the eye
-02751733 01 a 02 ischemic 0 ischaemic 0 004 + 14166118 n 0202 \ 14166118 n 0202 + 14166118 n 0101 \ 14166118 n 0101 | relating to or affected by ischemia
-02751889 01 a 01 isentropic 0 001 \ 05012585 n 0102 | with unchanging entropy; at constant entropy
-02751990 01 a 01 Ismaili 0 001 \ 06236492 n 0101 | of or relating to a branch of Shiism that is noted for its esoteric philosophy
-02752122 01 a 01 isthmian 0 002 + 09319604 n 0101 \ 09319604 n 0101 | of or relating to or forming an isthmus
-02752234 01 a 01 Jamesian 0 001 \ 11079252 n 0101 | of or relating to or characteristic of Henry James or his writing
-02752354 01 a 01 Jamesian 1 001 \ 11079392 n 0101 | of or relating to or characteristic of William James or his philosophy or his teachings
-02752496 01 a 01 Jeffersonian 0 002 + 11081828 n 0101 \ 11081828 n 0101 | relating to or characteristic of Thomas Jefferson or his principles or theories; "Jeffersonian democracy"
-02752678 01 a 01 jet-propelled 0 001 \ 11470008 n 0101 | propelled by (or as if propelled by) a jet engine
-02752787 01 a 01 jihadi 0 001 \ 00996513 n 0101 | of or relating to a jihad
-02752865 01 a 01 jittery 0 002 + 07345960 n 0101 \ 07345960 n 0101 | characterized by jerky movements; "a jittery ride"
-02752987 01 a 03 judicial 0 juridical 0 juridic 0 004 \ 04850117 n 0301 \ 04850117 n 0201 + 10225219 n 0101 \ 04850117 n 0101 | relating to the administration of justice or the function of a judge; "judicial system"
-02753205 01 a 01 judicial 2 002 + 10225219 n 0101 \ 10225219 n 0101 | belonging or appropriate to the office of a judge; "judicial robes"
-02753345 01 a 01 jumentous 0 002 + 01317089 n 0102 \ 01317089 n 0102 | smelling strongly like a beast of burden; "jumentous urine"
-02753478 01 a 01 Jurassic 0 001 \ 15126595 n 0101 | of or relating to or denoting the second period of the Mesozoic era
-02753600 01 a 01 pre-Jurassic 0 001 \ 15126595 n 0101 | of or relating to or denoting the time before the Jurassic period
-02753724 01 a 02 juridical 2 juridic 2 002 \ 06161718 n 0202 \ 06161718 n 0102 | of or relating to the law or jurisprudence; "juridical days"
-02753868 01 a 01 jurisprudential 0 002 + 06161718 n 0101 \ 06161718 n 0101 | relating to the science or philosophy of law or a system of laws
-02754012 01 a 01 leaden 0 001 \ 14643467 n 0101 | made of lead; "a leaden weight"
-02754096 01 a 01 legal 0 001 \ 08441203 n 0101 | of or relating to jurisprudence; "legal loophole"
-02754197 01 a 01 legal 1 001 \ 00611143 n 0101 | relating to or characteristic of the profession of law; "the legal profession"
-02754327 01 a 01 labial 0 001 \ 05522456 n 0101 | relating to or near the female labium
-02754417 01 a 01 labial 1 002 + 07117007 n 0102 \ 05305806 n 0101 | of or relating to the lips of the mouth; "labial stops"
-02754543 01 a 01 lactogenic 0 001 \ 14929350 n 0101 | inducing lactation
-02754618 01 a 03 large-capitalization 0 large-capitalisation 0 large-cap 0 003 \ 00952386 n 0301 \ 00952386 n 0202 \ 00952386 n 0101 | of stocks of companies with a market capitalization of five billion dollars or more
-02754839 01 a 02 lathery 0 sudsy 0 004 \ 09439213 n 0202 + 09439213 n 0103 \ 09439213 n 0103 \ 09336555 n 0101 | resembling lather or covered with lather
-02754995 01 a 01 Latin-American 0 002 + 09022831 n 0101 \ 09022831 n 0101 | of or relating to the countries of Latin America or their people; "Latin-American countries"; "Latin-American music"
-02755190 01 a 01 leguminous 0 002 + 11747468 n 0101 \ 11747468 n 0101 | relating to or consisting of legumes
-02755301 01 a 01 leonine 0 001 \ 02129165 n 0101 | of or characteristic of or resembling a lion
-02755399 01 a 01 Levitical 0 002 + 06433035 n 0101 \ 06433035 n 0101 | of or relating to the book of Leviticus in the Bible
-02755525 01 a 02 lexicalized 0 lexicalised 0 002 \ 13507472 n 0201 \ 13507472 n 0101 | expressed by a word
-02755634 01 a 01 life-support 0 002 \ 03663910 n 0101 \ 03664159 n 0101 | of or pertaining to equipment or methods used to sustain life
-02755772 01 a 01 liliaceous 0 002 + 12423565 n 0101 \ 12423565 n 0101 | of or pertaining to or characteristic of plants of the family Liliaceae
-02755918 01 a 02 limacine 0 limacoid 0 002 \ 01945685 n 0201 \ 01945685 n 0101 | of or resembling a slug
-02756025 01 a 01 limnological 0 002 + 06120317 n 0101 \ 06120317 n 0101 | of or relating to limnology
-02756129 01 a 01 living 0 001 \ 07945818 n 0101 | pertaining to living persons; "within living memory"
-02756234 01 a 01 lobeliaceous 0 002 + 12168126 n 0101 \ 12168126 n 0101 | belonging to the family Lobeliaceae
-02756346 01 a 01 local 1 002 + 08641113 n 0102 \ 08641113 n 0102 | of or belonging to or characteristic of a particular locality or neighborhood; "local customs"; "local schools"; "the local citizens"; "a local point of view"; "local outbreaks of flu"; "a local bus line"
-02756620 01 a 01 locker-room 0 001 \ 03683708 n 0101 | relating to or appropriate for a locker room; "locker-room humor"
-02756743 01 a 02 logogrammatic 0 logographic 0 003 \ 06840890 n 0202 + 06840890 n 0101 \ 06840890 n 0101 | of or relating to logograms or logographs
-02756894 01 a 01 long-distance 0 001 \ 06274092 n 0101 | of or relating to or being a long-distance telephone call; "a long-distance call"; "a long-distance transmission line"; "a long-distance operator"
-02757100 01 a 01 loopy 0 002 + 13875571 n 0101 \ 13875571 n 0101 | consisting of or covered with or having loops
-02757215 01 a 02 lucifugous 0 lucifugal 0 002 \ 00862399 n 0201 \ 00862399 n 0101 | light-avoiding
-02757316 01 a 01 lunar 0 001 \ 09358358 n 0101 | of or relating to or associated with the moon; "lunar surface"; "lunar module"
-02757446 01 a 03 sublunar 0 sublunary 0 cislunar 0 003 \ 09358358 n 0301 \ 09358358 n 0201 \ 09358358 n 0101 | situated between the earth and the moon
-02757599 01 a 04 translunar 0 translunary 0 superlunar 0 superlunary 0 004 \ 09358358 n 0401 \ 09358358 n 0301 \ 09358358 n 0201 \ 09358358 n 0101 | situated beyond the moon or its orbit around the earth; "who can imagine a translunary visitor in Times Square?"
-02757863 01 a 01 lung-like 0 001 \ 05387544 n 0101 | performing functions similar to those performed by lungs
-02757975 01 a 01 lunisolar 0 002 \ 09358358 n 0101 \ 09450163 n 0101 | relating to or attributed to the moon and the sun or their mutual relations
-02758124 01 a 01 lupine 0 001 \ 02114100 n 0101 | of or relating to or characteristic of wolves
-02758222 01 a 01 luteal 0 002 + 05518614 n 0101 \ 05518614 n 0101 | of or relating to the corpus luteum
-02758328 01 a 01 macaronic 0 002 \ 06962600 n 0101 \ 07157123 n 0101 | of or containing a mixture of Latin words and vernacular words jumbled together; "macaronic verse"
-02758500 01 a 01 macroeconomic 0 002 + 06150933 n 0101 \ 06150933 n 0101 | of or relating to macroeconomics
-02758610 01 a 01 Malayo-Polynesian 0 001 \ 06937768 n 0101 | of or relating to the Malayo-Polynesian branch of the Austronesian languages
-02758750 01 a 02 Mandaean 0 Mandean 0 004 \ 10290223 n 0202 \ 06988808 n 0202 \ 10290223 n 0101 \ 06988808 n 0101 | of or relating to the Mandaean people or their language or culture
-02758935 01 a 01 mandibulate 0 001 \ 05275905 n 0102 | having mandibles
-02759009 01 a 03 Manichaean 0 Manichean 0 Manichee 0 005 \ 06243575 n 0301 + 06243575 n 0201 \ 06243575 n 0201 + 06243575 n 0101 \ 06243575 n 0101 | of or relating to Manichaeism
-02759190 01 a 01 manual 0 001 \ 05564590 n 0101 | of or relating to the hands; "manual dexterity"
-02759290 01 a 01 Maoist 0 001 \ 06215495 n 0101 | of or relating to Maoism
-02759367 01 a 01 maternal 0 001 \ 10332385 n 0101 | relating to or derived from one's mother; "maternal genes"
-02759480 01 a 01 matutinal 0 001 \ 15165289 n 0101 | pertaining to or occurring in the morning; "took his matutinal walk"
-02759604 01 a 01 paternal 0 001 \ 10080869 n 0101 | belonging to or inherited from one's father; "spent his childhood on the paternal farm"; "paternal traits"
-02759765 01 a 01 patriarchal 0 002 + 10406266 n 0101 \ 10406266 n 0101 | relating to or characteristic of a man who is older or higher in rank
-02759910 01 a 01 mealy 0 002 + 07567707 n 0101 \ 07567707 n 0101 | containing meal or made of meal
-02760011 01 a 01 mecopterous 0 002 + 02161944 n 0101 \ 02162235 n 0101 | of or relating to mecopterans
-02760116 01 a 01 medical 0 003 + 00142361 n 0105 + 00612160 n 0101 \ 00612160 n 0101 | relating to the study or practice of medicine; "the medical profession"; "a medical student"; "medical school"
-02760316 01 a 01 biomedical 0 002 + 06047096 n 0101 \ 06047096 n 0101 | relating to the activities and applications of science to clinical medicine; "biomedical research laboratory"
-02760500 01 a 01 premedical 0 001 \ 00612160 n 0101 | preparing for the study of medicine; "premedical students"
-02760615 01 a 01 medicolegal 0 002 \ 00612160 n 0101 \ 08441203 n 0101 | pertaining to legal aspects of the practice of medicine (as malpractice or patient consent for operations or patient information)
-02760820 01 a 01 medullary 0 002 + 05490799 n 0101 \ 05490799 n 0101 | of or relating to the medulla of any body part
-02760940 01 a 01 medullary 2 002 + 05495172 n 0102 \ 05495172 n 0102 | of or relating to the medulla oblongata
-02761053 01 a 01 medullary 1 001 \ 05285623 n 0101 | containing or consisting of or resembling bone marrow
-02761162 01 a 01 medusoid 0 001 \ 01910252 n 0101 | relating to or resembling a medusa
-02761251 01 a 01 meningeal 0 002 + 05326900 n 0102 \ 05326900 n 0102 | relating to the meninges
-02761349 01 a 01 menopausal 0 002 + 15154462 n 0101 \ 15154462 n 0101 | of or relating to the menopause
-02761455 01 a 01 Merovingian 0 001 \ 08156200 n 0101 | of or relating to the Merovingian dynasty or its members
-02761569 01 a 01 Prakritic 0 003 + 06973505 n 0101 + 06973092 n 0101 \ 06973092 n 0101 | of or relating to Prakrit
-02761686 01 a 01 Procrustean 0 001 \ 09569709 n 0101 | of or relating to the mythical giant Procrustes or the mode of torture practiced by him
-02761831 01 a 01 provencal 0 001 \ 08944960 n 0101 | of or relating to Provence or its people or their culture
-02761944 01 a 01 pre-Christian 0 001 \ 15249096 n 0101 | of or relating to or being the time before the beginning of the Christian era
-02762081 01 a 02 prejudicial 0 prejudicious 0 004 + 06201908 n 0202 \ 06201908 n 0202 + 06201908 n 0102 \ 06201908 n 0102 | tending to favor preconceived ideas; "the presence of discriminatory or prejudicial attitudes in the white population"
-02762326 01 a 01 premenopausal 0 001 \ 15154462 n 0101 | prior to menopause
-02762404 01 a 02 presocratic 0 pre-Socratic 0 002 \ 11307422 n 0201 \ 11307422 n 0101 | before the time of Socrates
-02762522 01 a 01 postdiluvian 0 001 \ 11455386 n 0102 | existing or occurring after Noah's flood
-02762621 01 a 01 postdoctoral 0 001 \ 10456696 n 0101 | of or relating to study or research that is done after work for the doctoral degree has been completed
-02762782 01 a 01 postexilic 0 001 \ 00208141 n 0101 | of or relating to the period in Jewish history after 539 BC (after the Babylonian Captivity)
-02762931 01 a 01 postglacial 0 001 \ 15255195 n 0102 | relating to or occurring during the time following a glacial period
-02763056 01 a 01 postmenopausal 0 001 \ 15154462 n 0101 | subsequent to menopause
-02763140 01 a 01 postpositive 0 001 \ 06483702 n 0101 | (of a modifier) placed after another word
-02763240 01 a 01 pouched 0 001 \ 05516848 n 0101 | having a pouch
-02763308 01 a 01 pteridological 0 002 + 06074613 n 0101 \ 06074613 n 0101 | of or relating to the study of ferns
-02763423 01 a 01 meiotic 0 002 + 13512725 n 0101 \ 13512725 n 0101 | of or relating to meiosis
-02763520 01 a 02 mercuric 0 mercurous 0 005 ;c 06084469 n 0000 + 14645346 n 0201 \ 14645346 n 0201 + 14645346 n 0101 \ 14645346 n 0101 | of or containing mercury
-02763684 01 a 01 meretricious 0 002 ;u 07073447 n 0000 \ 10485440 n 0101 | like or relating to a prostitute; "meretricious relationships"
-02763824 01 a 01 meridional 0 002 + 08598823 n 0101 \ 08598823 n 0101 | of or relating to a meridian
-02763927 01 a 01 metrological 0 002 + 06135806 n 0101 \ 06135806 n 0101 | of or relating to metrology
-02764031 01 a 01 micaceous 0 002 + 14681555 n 0101 \ 14681555 n 0101 | hydrous silicates of or relating to or resembling mica
-02764159 01 a 01 microeconomic 0 001 \ 06151108 n 0101 | of or relating to microeconomics
-02764251 01 a 01 military 0 001 \ 06248043 n 0101 | of or relating to the study of the principles of warfare; "military law"
-02764378 01 a 01 paramilitary 0 002 + 08207209 n 0101 \ 08207209 n 0101 | of or relating to a group of civilians organized to function like or to assist a military unit
-02764549 01 a 01 minimalist 0 001 \ 08469233 n 0101 | of or relating to artistic minimalism
-02764643 01 a 01 ministerial 1 004 + 10320863 n 0101 + 10320695 n 0101 + 00585810 n 0101 \ 10320695 n 0101 | of or relating to a government minister or ministry; "ministerial decree"
-02764828 01 a 01 ministerial 2 002 + 09983572 n 0103 \ 09983572 n 0103 | of or relating to a minister of religion or the minister's office; "ministerial duties"
-02764991 01 a 01 minty 0 001 \ 07606278 n 0101 | relating to or suggestive of mint
-02765076 01 a 01 Mishnaic 0 001 \ 06462807 n 0101 | of or relating to the Mishna (the first part of the Talmud)
-02765190 01 a 01 omissive 0 002 + 00614999 v 0103 \ 05706954 n 0101 | characterized by omissions; "omissive crimes"
-02765308 01 a 02 miotic 0 myotic 0 004 + 00865808 n 0204 \ 03772881 n 0202 + 00865808 n 0103 \ 03772881 n 0101 | of or relating to or causing constriction of the pupil of the eye; "a miotic drug"
-02765506 01 a 02 missionary 0 missional 0 002 \ 08403225 n 0201 \ 08403225 n 0101 | relating to or connected to a religious mission
-02765640 01 a 01 monocarboxylic 0 001 \ 14790796 n 0101 | containing one carboxyl group
-02765730 01 a 01 monoclonal 0 001 \ 07940242 n 0101 | forming or derived from a single clone
-02765825 01 a 02 Monophysite 0 Monophysitic 0 003 + 06189776 n 0201 \ 06189776 n 0201 \ 06189776 n 0101 | of or relating to Monophysitism
-02765965 01 a 01 monotypic 0 003 ;c 06037666 n 0000 + 08109772 n 0101 \ 08109772 n 0101 | consisting of only one type
-02766085 01 a 01 moraceous 0 002 + 12398682 n 0101 \ 12398682 n 0101 | of or pertaining to or characteristic of plants of the family Moraceae
-02766229 01 a 01 morbilliform 0 001 \ 14123044 n 0103 | of a rash that resembles that of measles
-02766328 01 a 01 motivational 0 004 + 14578471 n 0101 + 00070641 n 0101 + 00023773 n 0101 \ 00023773 n 0101 | of or relating to motivation
-02766469 01 a 02 mousy 0 mousey 0 004 + 02330245 n 0201 \ 02330245 n 0201 + 02330245 n 0101 \ 02330245 n 0101 | infested with mice
-02766602 01 a 01 myalgic 0 002 + 14329040 n 0101 \ 14329040 n 0101 | of or relating to myalgia
-02766699 01 a 02 myelinated 0 medullated 0 003 \ 14957893 n 0203 \ 14957893 n 0101 ! 02766848 a 0101 | (of neurons) covered with a layer of myelin
-02766848 01 a 01 unmyelinated 0 002 ! 02766699 a 0101 \ 14957893 n 0101 | (of neurons) not myelinated
-02766952 01 a 01 myopathic 0 002 + 14209201 n 0101 \ 14209201 n 0101 | of or relating to any disease of the muscles that is not caused by nerve dysfunction
-02767110 01 a 01 narcoleptic 0 004 + 10345556 n 0101 + 03808424 n 0101 + 14307468 n 0101 \ 14307468 n 0101 | of or relating to narcolepsy
-02767250 01 a 01 nasopharyngeal 0 002 + 05528854 n 0101 \ 05528854 n 0101 | of or relating to or located near the nasopharynx
-02767378 01 a 01 natal 0 001 \ 07320302 n 0101 | relating to or accompanying birth; "natal injuries"; "natal day"; "natal influences"
-02767514 01 a 01 natal 1 001 \ 05559256 n 0102 | of or relating to the buttocks
-02767596 01 a 01 natriuretic 0 002 + 14270241 n 0101 \ 14270241 n 0101 | of or relating to natriuresis
-02767701 01 a 01 naval 0 002 + 08191701 n 0101 \ 08191701 n 0101 | connected with or belonging to or used in a navy; "naval history"; "naval commander"; "naval vessels"
-02767872 01 a 01 Nazarene 0 002 \ 08794193 n 0101 \ 10349670 n 0101 | of or relating to the town of Nazareth or its inhabitants
-02768002 01 a 01 Nazarene 1 001 \ 10349836 n 0101 | of or relating to the Nazarenes or their religion
-02768106 01 a 01 neonatal 0 001 \ 10353016 n 0101 | relating to or affecting the infant during the first month after birth; "neonatal care"; "the neonatal period"
-02768271 01 a 01 neoplastic 0 002 + 14235200 n 0103 \ 14235200 n 0103 | of or related to or having the properties of a neoplasm; "neoplastic cells"
-02768421 01 a 02 neotenic 0 neotenous 0 004 + 14569683 n 0201 \ 06198083 n 0201 + 06198083 n 0101 \ 06198083 n 0101 | of or relating to or characterized by neoteny; "neotenic development"
-02768611 01 a 01 Nestorian 0 003 + 11204409 n 0101 \ 11204409 n 0101 \ 06190305 n 0101 | relating to Nestorius or Nestorianism
-02768740 01 a 01 New_Caledonian 0 002 + 08844108 n 0101 \ 08844108 n 0101 | of or relating to New Caledonia
-02768850 01 a 01 Noachian 0 001 \ 11208431 n 0101 | of or relating to Noah or his time; "Noachian deluge"
-02768958 01 a 01 nominal 0 002 ;c 06174404 n 0000 \ 06317862 n 0101 | pertaining to a noun or to a word group that functions as a noun; "nominal phrase"; "noun phrase"
-02769128 01 a 01 nominal 1 001 \ 06333653 n 0101 | relating to or constituting or bearing or giving a name; "the Russian system of nominal brevity"; "a nominal lists of priests"; "taxable males as revealed by the nominal rolls"
-02769358 01 a 01 nominalistic 0 002 + 05974156 n 0101 \ 05974156 n 0101 | of or relating to nominalism
-02769463 01 a 01 nominative 0 002 ;c 06174404 n 0000 \ 06311160 n 0101 | serving as or indicating the subject of a verb and words identified with the subject of a copular verb; "nominative noun endings"; "predicate nominative"
-02769692 01 a 01 North_Vietnamese 0 001 \ 09163584 n 0101 | of or relating to North Vietnam or its people or culture
-02769811 01 a 01 nosocomial 0 001 \ 03540595 n 0101 | taking place or originating in a hospital; "nosocomial infection"
-02769933 01 a 03 numeral 0 numerical 0 numeric 0 004 \ 13582013 n 0301 + 13582013 n 0201 \ 13582013 n 0201 \ 13582013 n 0101 | of or relating to or denoting numbers; "a numeral adjective"
-02770123 01 a 01 numerological 0 002 + 06248530 n 0101 \ 06248530 n 0101 | of or relating to numerology
-02770229 01 a 01 Numidian 0 002 + 08707710 n 0101 \ 08707710 n 0101 | of or relating to ancient Numidia or its people or culture
-02770360 01 a 01 numinous 0 002 + 10366484 n 0101 \ 10366484 n 0101 | of or relating to or characteristic of a numen
-02770479 01 a 01 oleaceous 0 002 + 12299988 n 0101 \ 12299988 n 0101 | of or pertaining to or characteristic of trees or shrubs of the olive family
-02770629 01 a 02 olfactory 0 olfactive 0 002 \ 05658603 n 0201 \ 05658603 n 0101 | of or relating to olfaction
-02770742 01 a 02 oligarchic 0 oligarchical 0 005 + 08362455 n 0201 \ 08362455 n 0201 + 08362455 n 0101 + 10377185 n 0101 \ 08362455 n 0101 | of or relating to or supporting or characteristic of an oligarchy
-02770951 01 a 02 one-humped 0 single-humped 0 002 \ 13894434 n 0203 \ 13894434 n 0103 | having one hump; "a one-humped camel"
-02771079 01 a 01 oneiric 0 001 \ 05768553 n 0101 | of or relating to or suggestive of dreams
-02771174 01 a 01 onomastic 0 002 + 06178995 n 0101 \ 06178995 n 0101 | of or related to onomastics; "he published a collection of his onomastic essays"
-02771328 01 a 01 on-the-job 0 001 \ 00582388 n 0103 | relating to or associated with a job or employment; "on-the-job training"; "on-the-job requirements"
-02771485 01 a 01 oral 0 001 \ 05302499 n 0101 | of or relating to or affecting or for use in the mouth; "oral hygiene"; "an oral thermometer"; "an oral vaccine"
-02771648 01 a 01 orb-weaving 0 001 \ 01772782 n 0103 | of spiders who weave circular webs
-02771740 01 a 01 oropharyngeal 0 002 + 05529012 n 0101 \ 05529012 n 0101 | of or relating to or located near the oropharynx
-02771866 01 a 01 Orphic 0 002 + 09571914 n 0101 \ 09571914 n 0101 | ascribed to Orpheus or characteristic of ideas in works ascribed to Orpheus
-02772012 01 a 01 Orwellian 0 002 + 11217479 n 0101 \ 11217479 n 0101 | of or relating to the works of George Orwell (especially his picture of a future totalitarian state)
-02772186 01 a 04 pachydermatous 0 pachydermal 0 pachydermic 0 pachydermous 0 008 + 02453108 n 0401 \ 02453108 n 0401 + 02453108 n 0301 \ 02453108 n 0301 + 02453108 n 0201 \ 02453108 n 0201 + 02453108 n 0101 \ 02453108 n 0101 | of or relating to or characteristic of pachyderms
-02772465 01 a 01 packable 0 001 \ 03870546 n 0101 | capable of being packed
-02772543 01 a 01 palatoglossal 0 002 \ 05309725 n 0101 \ 05301072 n 0103 | relating to the palate and tongue
-02772654 01 a 02 paleontological 0 palaeontological 0 004 + 06073888 n 0202 \ 06073888 n 0202 + 06073888 n 0101 \ 06073888 n 0101 | of or relating to paleontology
-02772819 01 a 01 Palladian 0 002 + 11221495 n 0101 \ 11221495 n 0101 | referring to or relating to or having the style of architecture created by Andrea Palladio; "the much imitated arch and column compositions known as the Palladian motif"
-02773062 01 a 02 palmar 0 volar 0 005 \ 05565696 n 0201 \ 05577190 n 0201 + 05565696 n 0101 \ 05565696 n 0101 \ 05577190 n 0101 | relating to the palm of the hand or the sole of the foot; "the volar surface"; "the palmar muscle"
-02773293 01 a 01 palpatory 0 002 + 01210352 v 0101 \ 00143885 n 0101 | relating to or involving palpation
-02773401 01 a 01 palpebrate 0 001 \ 05313822 n 0103 | having eyelids
-02773472 01 a 01 panicled 0 002 ;c 06066555 n 0000 \ 13132656 n 0101 | having panicles; occurring in panicles; "a panicled inflorescence"
-02773612 01 a 01 papilliform 0 001 \ 05473735 n 0101 | shaped like a papilla
-02773691 01 a 01 paradigmatic 2 003 + 06309684 n 0102 ! 02808653 a 0101 \ 06309684 n 0102 | related as members of a substitution class; "paradigmatic word associations"
-02773862 01 a 01 paramedical 0 002 + 10398176 n 0102 + 10398176 n 0101 | of or denoting a person who assists physicians and nurses or is trained physicians and nurses in their activities; "ambulance drivers are paramedical to give emergency medical aid; "ambulance drivers are paramedical personnel"
-02774164 01 a 01 paranasal 0 001 \ 05528604 n 0101 | adjacent to the nasal cavities; "paranasal sinus"
-02774269 01 a 02 parhelic 0 parheliacal 0 003 \ 11487732 n 0201 + 11487732 n 0101 \ 11487732 n 0101 | relating to or resembling a parhelion
-02774411 01 a 01 parliamentary 0 002 + 08319198 n 0101 \ 08319198 n 0101 | relating to or having the nature of a parliament; "parliamentary reform"; "a parliamentary body"
-02774585 01 a 01 parous 0 002 + 14047171 n 0102 \ 14047171 n 0101 | having given birth to one or more viable children
-02774705 01 a 01 parotid 0 001 \ 05533212 n 0101 | relating to or located near the parotid gland
-02774804 01 a 01 paroxysmal 0 002 + 14082788 n 0101 \ 14082788 n 0101 | accompanied by or of the nature of paroxysms
-02774923 01 a 01 paschal 0 001 \ 15191401 n 0101 | of or relating to Passover or Easter; "paschal lamb"
-02775029 01 a 01 passerine 0 003 + 01524359 n 0101 ! 02775175 a 0101 \ 01524359 n 0101 | relating to or characteristic of the passeriform birds
-02775175 01 a 01 nonpasserine 0 002 ! 02775029 a 0101 \ 01524359 n 0101 | relating to or characteristic of birds that are not perching birds
-02775318 01 a 01 Pauline 0 001 \ 11225661 n 0101 | relating to Paul the Apostle or his doctrines
-02775417 01 a 01 peacekeeping 0 001 \ 00980904 n 0101 | of or relating to the preservation of peace between hostile groups by international military forces; "a peacekeeping force"
-02775599 01 a 01 peaty 0 002 + 14689493 n 0101 \ 14689493 n 0101 | of or pertaining to or of the nature of peat
-02775713 01 a 01 perigonal 0 001 \ 11692265 n 0104 | of or relating to a perigone
-02775797 01 a 01 perithelial 0 002 + 05327652 n 0101 \ 05327652 n 0101 | of or relating to the tissue layer around small blood vessels
-02775934 01 a 02 monetary 0 pecuniary 0 004 \ 13384557 n 0201 + 13384877 n 0101 + 13384557 n 0101 \ 13384557 n 0101 | relating to or involving money; "monetary rewards"; "he received thanks but no pecuniary compensation for his services"
-02776174 01 a 01 pedal 0 001 \ 05563034 n 0101 | of or relating to the feet; "the word for a pedal extremity is `foot'"
-02776296 01 a 01 pectineal 0 001 \ 05278714 n 0101 | of or relating to the pubis
-02776379 01 a 01 pemphigous 0 002 + 14230800 n 0101 \ 14230800 n 0101 | of or relating to or manifesting pemphigus
-02776496 01 a 01 petaloid 0 001 \ 11690455 n 0101 | resembling a flower petal
-02776576 01 a 01 phagocytic 0 002 + 05450888 n 0101 \ 05450888 n 0101 | capable of functioning as a phagocyte
-02776688 01 a 01 phalangeal 0 002 + 05278584 n 0101 \ 05278584 n 0101 | of or relating to the bones of the fingers or toes
-02776813 01 a 01 Pharaonic 0 002 + 10421016 n 0101 \ 10421016 n 0101 | of or relating to the ancient Egyptian kings
-02776931 01 a 01 Phoenician 0 001 \ 08919693 n 0101 | of or relating to or characteristic of Phoenicia or its inhabitants
-02777055 01 a 01 phonogramic 0 002 + 06821889 n 0101 \ 06821889 n 0101 | of or relating to a phonogram
-02777160 01 a 02 phonological 0 phonologic 0 004 + 06177450 n 0201 \ 06177450 n 0201 + 06177450 n 0101 \ 06177450 n 0101 | of or relating to phonology; "the phonological component of language"
-02777355 01 a 01 photomechanical 0 003 + 13537176 n 0101 + 05666530 n 0101 \ 13537176 n 0101 | of or relating to or involving various methods of using photography to make plates for printing
-02777548 01 a 02 photometric 0 photometrical 0 003 + 01003272 n 0201 \ 01003272 n 0201 \ 01003272 n 0101 | of or relating to photometry
-02777686 01 a 01 photosynthetic 0 003 + 13537429 n 0101 ! 02777831 a 0101 \ 13537429 n 0101 | relating to or using or formed by photosynthesis
-02777831 01 a 01 nonphotosynthetic 0 002 ! 02777686 a 0101 \ 13537429 n 0101 | not photosynthetic
-02777931 01 a 01 phreatic 0 001 \ 14847503 n 0101 | of or relating to ground water
-02778016 01 a 01 phrenological 0 002 + 06045847 n 0101 \ 06045847 n 0101 | of or relating to phrenology
-02778122 01 a 01 pictographic 0 002 + 06840530 n 0101 \ 06840530 n 0101 | consisting of or characterized by the use of pictographs; "a pictographic script"; "pictographic stage in the development of writing"
-02778332 01 a 01 plagioclastic 0 002 + 14865316 n 0101 \ 14865316 n 0101 | of or relating to plagioclase
-02778439 01 a 01 pilar 0 002 + 05254393 n 0102 \ 05254393 n 0102 | of or relating to a hair
-02778533 01 a 01 pilosebaceous 0 002 \ 05518257 n 0101 \ 05328232 n 0101 | of or relating to a hair follicle and its sebaceous gland
-02778668 01 a 02 planetal 0 planetary 0 005 + 09394007 n 0201 \ 09394007 n 0201 + 09394646 n 0101 + 09394007 n 0101 \ 09394007 n 0101 | of or relating to or resembling the physical or orbital characteristics of a planet or the planets; "planetary motion"; "planetary year"
-02778943 01 a 01 planktonic 0 002 + 01383638 n 0101 \ 01383638 n 0101 | of or relating to plankton
-02779044 01 a 01 planographic 0 002 + 06679457 n 0102 \ 06679457 n 0102 | of or relating to or involving planography
-02779163 01 a 01 plantar 0 001 \ 05577190 n 0101 | relating to or occurring on the undersurface of the foot; "plantar warts can be very painful"
-02779310 01 a 01 interplanetary 0 001 \ 09394007 n 0101 | between or among planets; "interplanetary travel"
-02779420 01 a 01 penal 0 001 \ 01160342 n 0101 | of or relating to punishment; "penal reform"; "penal code"
-02779530 01 a 01 penicillin-resistant 0 001 \ 03910033 n 0101 | unaffected by penicillin; "penicillin-resistant bacteria"
-02779654 01 a 01 penumbral 0 001 \ 13985219 n 0101 | of or pertaining to the region of partial shadow around an umbra
-02779774 01 a 01 physical 0 002 + 06090869 n 0101 \ 06090869 n 0101 | relating to the sciences dealing with matter and energy; especially physics; "physical sciences"; "physical laws"
-02779960 01 a 01 plane-polarized 0 001 \ 11492014 n 0101 | (of a moving wave) vibrating in a single plane; "plane-polarized light"
-02780093 01 a 02 planetary 2 terrestrial 2 002 \ 09270894 n 0201 \ 09270894 n 0101 | of or relating to or characteristic of the planet Earth or its inhabitants; "planetary rumblings and eructations"- L.C.Eiseley ; "the planetary tilt"; "this terrestrial ball"
-02780355 01 a 01 extraterrestrial 0 002 + 09484465 n 0102 \ 09270894 n 0101 | originating or located or occurring outside Earth or its atmosphere; "is there extraterrestrial life?"
-02780538 01 a 01 Platonistic 0 002 + 05974564 n 0101 \ 05974564 n 0101 | pertaining to or characteristic of or in accordance with Platonism
-02780680 01 a 01 Platonic 0 002 + 11239271 n 0101 \ 11239271 n 0101 | of or relating to or characteristic of Plato or his philosophy; "Platonic dialogues"
-02780837 01 a 01 pleomorphic 0 003 + 11492833 n 0102 + 11491816 n 0101 \ 11491816 n 0101 | relating to or characterized by pleomorphism
-02780975 01 a 01 plumbaginaceous 0 002 + 12097927 n 0101 \ 12097927 n 0101 | of or pertaining to or characteristic of plants of the family Plumbaginaceae
-02781131 01 a 02 plumbic 0 plumbous 0 002 \ 14643467 n 0201 \ 14643467 n 0101 | relating to or consisting of lead
-02781247 01 a 02 plutocratic 0 plutocratical 0 004 + 08362775 n 0201 \ 10443955 n 0201 + 08362775 n 0101 \ 10443955 n 0101 | of or relating to or characteristic of a plutocrat
-02781425 01 a 01 polarographic 0 002 + 00647147 n 0101 \ 00647147 n 0101 | of or involving polarography
-02781531 01 a 01 polemoniaceous 0 002 + 12808933 n 0101 \ 12808933 n 0102 | of or pertaining to or characteristic of plants of the family Polemoniaceae
-02781685 01 a 01 politically_correct 0 001 \ 04899713 n 0101 | exhibiting political correctness
-02781783 01 a 01 politically_incorrect 0 001 \ 04901754 n 0101 | exhibiting political incorrectness
-02781885 01 a 02 polydactyl 0 polydactylous 0 004 ;c 06037666 n 0000 + 14471724 n 0201 \ 05566097 n 0202 \ 05566097 n 0102 | of or relating to a person (or other vertebrate) having more than the normal number of digits
-02782106 01 a 01 polyhedral 0 002 + 13883885 n 0101 \ 13883885 n 0101 | of or relating to or resembling a polyhedron
-02782225 01 a 01 polymeric 0 002 + 14994328 n 0101 \ 14994328 n 0101 | of or relating to or consisting of a polymer; "a polymeric compound"
-02782367 01 a 02 pompous 0 ceremonious 0 003 \ 01026897 n 0201 + 04815002 n 0101 \ 04815002 n 0101 | characterized by pomp and ceremony and stately display
-02782525 01 a 01 popliteal 0 001 \ 05573602 n 0101 | of or relating to the area behind the knee joint
-02782629 01 a 01 positionable 0 001 \ 01051331 n 0104 | capable of being positioned
-02782715 01 a 01 positional 0 001 \ 08621598 n 0101 | of or relating to or determined by position
-02782815 01 a 03 positivist 0 positivistic 0 positive 0 006 + 05166805 n 0302 \ 05993367 n 0301 + 05993367 n 0201 \ 05993367 n 0201 + 10456138 n 0101 \ 05993367 n 0101 | of or relating to positivism; "positivist thinkers"; "positivist doctrine"; "positive philosophy"
-02783085 01 a 02 pragmatic 0 pragmatical 0 004 + 05974798 n 0201 \ 05974798 n 0201 + 05974798 n 0101 \ 05974798 n 0101 | of or concerning the theory of pragmatism
-02783250 01 a 01 prandial 0 001 \ 07573696 n 0101 | of or relating to a meal
-02783329 01 a 01 preanal 0 001 \ 05538016 n 0101 | situated in front of the anus
-02783412 01 a 02 preclinical 0 presymptomatic 0 002 \ 00153105 n 0201 \ 00153105 n 0101 | of or relating to the early phases of a disease when accurate diagnosis is not possible because symptoms of the disease have not yet appeared
-02783646 01 a 01 precancerous 0 001 \ 14239918 n 0101 | of or relating to a growth that is not malignant but is likely to become so if not treated
-02783795 01 a 01 precordial 0 002 + 05493002 n 0101 \ 05493002 n 0101 | in front of the heart; involving the precordium
-02783917 01 a 01 predestinarian 0 002 + 05966129 n 0101 \ 05966129 n 0101 | of or relating to predestination; holding the doctrine of predestination
-02784068 01 a 01 prelapsarian 0 001 \ 07362386 n 0102 | of or relating to the time before the Fall of Adam and Eve
-02784185 01 a 01 premenstrual 0 001 \ 13513747 n 0101 | of or relating to or occurring during the period just before menstruation
-02784317 01 a 01 presentational 0 003 ;c 06136258 n 0000 ;c 06158346 n 0000 \ 06891022 n 0101 | of or relating to a presentation (especially in psychology or philosophy); "what Whitehead calls `perception in the presentational immediacy'"
-02784558 01 a 01 pressor 0 002 ;c 06080522 n 0000 \ 11429968 n 0101 | increasing (or tending to increase) blood pressure; "pressor reflexes"
-02784701 01 a 02 prodromal 0 prodromic 0 004 + 14303877 n 0201 \ 14303877 n 0201 + 14303877 n 0101 \ 14303877 n 0101 | symptomatic of the onset of an attack or a disease
-02784873 01 a 01 professorial 0 002 + 10480730 n 0101 \ 10480730 n 0101 | relating to or characteristic of professors; "professorial demeanor"
-02785018 01 a 01 prolusory 0 001 \ 06397903 n 0103 | of or relating to or having the character of a prolusion
-02785130 01 a 01 propagative 0 003 + 00055871 v 0101 + 00055539 v 0101 \ 00849982 n 0103 | characterized by propagation or relating to propagation
-02785279 01 a 02 prostate 0 prostatic 0 003 + 05331404 n 0202 \ 05331404 n 0201 \ 05331404 n 0101 | relating to the prostate gland
-02785412 01 a 01 prosthetic 0 002 + 04013729 n 0101 \ 04013729 n 0101 | relating to or serving as a prosthesis
-02785525 01 a 01 prosthetic 1 003 + 06049091 n 0101 + 04013729 n 0101 \ 06049091 n 0101 | of or relating to prosthetics
-02785647 01 a 01 prosthodontic 0 002 + 06049250 n 0101 \ 06049250 n 0101 | of or relating to prosthodontics
-02785757 01 a 01 proteinaceous 0 002 + 14728724 n 0101 \ 14728724 n 0101 | relating to or of the nature of protein
-02785874 01 a 01 provincial 0 002 + 08654360 n 0102 \ 08654360 n 0102 | of or associated with a province; "provincial government"
-02786006 01 a 01 pubertal 0 002 + 15148295 n 0101 \ 15148295 n 0101 | of or related to puberty
-02786103 01 a 01 pupillary 0 002 + 05320183 n 0101 \ 05320183 n 0101 | of or relating to the pupil of the eye
-02786215 01 a 01 Puranic 0 002 + 06463786 n 0101 \ 06463786 n 0101 | of or relating to the Purana
-02786315 01 a 01 putrid 0 003 + 14561102 n 0102 + 14488200 n 0101 \ 14560926 n 0101 | of or relating to or attended by putrefaction; "putrid decomposition"
-02786473 01 a 01 rabid 0 001 \ 14271667 n 0101 | of or infected by rabies
-02786549 01 a 01 radial-ply 0 001 \ 03971422 n 0101 | of or relating to automobile tires that have a strip under the tread and relatively little stiffening in the sidewalls; "radial-ply tires"
-02786744 01 a 01 radiological 0 003 + 06062407 n 0101 + 00903309 n 0102 \ 00903309 n 0102 | of or relating to radiology
-02786866 01 a 02 radiotelephonic 0 radiophonic 0 006 + 04044498 n 0202 \ 06276501 n 0202 + 06276501 n 0102 + 06276501 n 0101 + 04044498 n 0101 \ 06276501 n 0102 | relating to or by means of radiotelephony
-02787073 01 a 01 rationalistic 0 002 + 05975473 n 0101 \ 05975473 n 0101 | of or relating to the philosophical doctrine of rationalism
-02787210 01 a 01 ratty 0 001 \ 02331046 n 0101 | of or characteristic of rats
-02787290 01 a 01 realistic 0 002 + 10509161 n 0101 \ 05975659 n 0101 | of or relating to the philosophical doctrine of realism; "a realistic system of thought"
-02787452 01 a 01 real-time 0 002 ;c 06128570 n 0000 \ 15298695 n 0101 | of or relating to computer systems that update information at the same rate they receive information
-02787627 01 a 01 recoilless 0 001 \ 07350754 n 0101 | of or being a weapon that is designed to minimize recoil
-02787740 01 a 01 recombinant 0 001 \ 14831479 n 0102 | of or relating to recombinant DNA
-02787831 01 a 01 recreational 0 003 + 00401783 n 0102 + 00426928 n 0102 \ 00426928 n 0102 | of or relating to recreation; "a recreational area with a pool and ball fields"
-02788005 01 a 02 refractive 0 refractile 0 006 \ 11503287 n 0201 + 05011568 n 0102 + 02111838 v 0101 + 00920929 v 0101 + 05011568 n 0101 \ 11503287 n 0101 | of or relating to or capable of refraction; "the refractive characteristics of the eye"
-02788252 01 a 01 refractory-lined 0 001 \ 03404900 n 0102 | (of furnaces) lined with material that has a high melting point
-02788378 01 a 01 republican 1 002 + 10522633 n 0101 \ 08263113 n 0101 | relating to or belonging to the Republican Party; "a Republican senator"; "Republican party politics"
-02788554 01 a 01 resinlike 0 001 \ 14894140 n 0101 | resembling resin in properties or texture
-02788651 01 a 01 revenant 0 001 \ 10526441 n 0101 | of or relating to or typical of a revenant; "revenant shrieks and groans"
-02788779 01 a 01 Rhodesian 0 002 + 09167101 n 0103 \ 09167101 n 0103 | of or relating to the former country of Rhodesia (now Zimbabwe)
-02788916 01 a 01 rocket-propelled 0 001 \ 11498679 n 0101 | propelled by (or as if propelled by) a rocket engine
-02789031 01 a 02 Romansh 0 Rumansh 0 002 \ 06968174 n 0202 \ 06968174 n 0101 | of or relating to the Romansh language
-02789151 01 a 03 romantic 0 romanticist 0 romanticistic 0 005 + 06155075 n 0301 \ 06155075 n 0301 \ 06155075 n 0201 + 06155075 n 0101 \ 06155075 n 0101 | belonging to or characteristic of Romanticism or the Romantic Movement in the arts; "romantic poetry"
-02789409 01 a 02 ropy 0 ropey 0 004 + 04108268 n 0201 \ 04108268 n 0201 + 04108268 n 0101 \ 04108268 n 0101 | of or resembling rope (or ropes) in being long and strong
-02789579 01 a 01 royal 0 001 \ 10628644 n 0103 | of or relating to or indicative of or issued or performed by a king or queen or other monarch; "the royal party"; "the royal crest"; "by royal decree"; "a royal visit"
-02789798 01 a 01 royal 1 001 \ 08153437 n 0101 | established or chartered or authorized by royalty; "the Royal Society"
-02789920 01 a 01 ruminant 0 003 + 01174555 v 0101 ! 02790134 a 0101 \ 02398732 n 0101 | related to or characteristic of animals of the suborder Ruminantia or any other animal that chews a cud; "ruminant mammals"
-02790134 01 a 01 nonruminant 0 002 ! 02789920 a 0101 \ 02398732 n 0101 | not ruminant
-02790222 01 a 01 agricultural 0 001 \ 00916464 n 0102 | relating to or used in or promoting agriculture or farming; "agricultural engineering"; "modern agricultural (or farming) methods"; "agricultural (or farm) equipment"; "an agricultural college"
-02790474 01 a 03 aquicultural 0 aquacultural 0 hydroponic 0 006 + 00918976 n 0301 \ 00918976 n 0302 + 00916147 n 0201 \ 00918976 n 0202 + 00918976 n 0102 \ 00918976 n 0102 | of or relating to aquiculture; "aquacultural methods"; "hydroponic lettuce"
-02790726 01 a 01 rural 1 002 + 04920237 n 0101 \ 08644722 n 0101 | of or relating to the countryside as opposed to the city; "rural electrification"; "rural free delivery"
-02790900 01 a 01 Ruritanian 0 002 + 05631681 n 0101 \ 05631681 n 0101 | of or pertaining to or characteristic of Ruritania (or any other imaginary country)
-02791058 01 a 01 Sabine 0 001 \ 09717233 n 0101 | of or relating to or characteristic of the Sabines
-02791161 01 a 01 saccadic 0 002 + 00338271 n 0101 \ 00338271 n 0101 | of or related to the rapid movement of the eyes between points of fixation
-02791308 01 a 02 sacculated 0 sacculate 0 002 \ 05322570 n 0201 \ 05322570 n 0101 | formed with or having saclike expansions; "the alimentary tract is partially sacculated"
-02791483 01 a 01 sadomasochistic 0 002 + 07494018 n 0101 \ 07494018 n 0101 | of or relating to sadomasochism; "sadomasochistic sexual practices"
-02791630 01 a 01 Sadducean 0 002 + 10545524 n 0101 \ 10545524 n 0101 | of or relating to the Sadducees
-02791735 01 a 01 Saharan 0 001 \ 09172283 n 0101 | of or relating to or located in the Sahara Desert
-02791838 01 a 01 sapiens 0 001 \ 02474777 n 0101 | of or relating to or characteristic of Homo sapiens
-02791943 01 a 02 sarcolemmic 0 sarcolemnous 0 003 \ 05427570 n 0201 + 05427570 n 0101 \ 05427570 n 0101 | of or relating to sarcolemma
-02792080 01 a 01 sartorial 0 003 + 10689564 n 0103 \ 10689564 n 0101 \ 00618436 n 0101 | of or relating to a tailor or to tailoring
-02792214 01 a 01 sartorial 1 002 + 05589896 n 0101 \ 05589896 n 0101 | of or relating to the sartorius muscle
-02792326 01 a 01 scalene 1 001 \ 05590144 n 0102 | of or relating to any of the scalene muscles
-02792424 01 a 01 scalene 2 002 ;c 06000644 n 0000 \ 13880704 n 0101 | of a triangle having three sides of different lengths
-02792550 01 a 01 scapular 0 002 + 05279688 n 0101 \ 05279688 n 0101 | relating to or near the shoulder blade
-02792661 01 a 01 scapulohumeral 0 002 \ 05279688 n 0101 \ 05593181 n 0101 | relating to the shoulder blade and upper arm bone
-02792789 01 a 01 scenic 0 001 \ 04145056 n 0101 | of or relating to the stage or stage scenery; "scenic design"
-02792903 01 a 01 scholastic 0 006 + 15203229 n 0101 + 08277393 n 0101 + 08276720 n 0101 + 05757536 n 0101 + 04146050 n 0101 \ 08276720 n 0101 | of or relating to schools; "scholastic year"
-02793094 01 a 01 scholastic 1 003 + 10558896 n 0101 + 05976065 n 0101 \ 05976065 n 0101 | of or relating to the philosophical doctrine of scholasticism; "scholastic philosophy"
-02793273 01 a 01 scientific 0 001 \ 05999540 n 0101 | of or relating to the practice of science; "scientific journals"
-02793394 01 a 01 sclerotic 0 001 \ 05447218 n 0101 | of or relating to the sclera of the eyeball; "sclerotic tissue"
-02793513 01 a 02 sclerotic 1 sclerosed 0 003 \ 14110411 n 0201 + 14110411 n 0101 \ 14110411 n 0101 | relating to or having sclerosis; hardened; "a sclerotic patient"
-02793681 01 a 01 scurfy 0 002 + 09426621 n 0101 \ 09426621 n 0101 | having or producing or covered with scurf
-02793793 01 a 01 Scythian 0 005 + 10566966 n 0101 + 06975469 n 0101 + 09177647 n 0101 \ 10566966 n 0101 \ 06975469 n 0101 | of or relating to the ancient Scythians or their culture or language
-02793988 01 a 01 secular 0 001 \ 05968835 n 0101 | of or relating to the doctrine that rejects religion and religious considerations
-02794123 01 a 01 secretarial 0 002 + 10569744 n 0101 \ 10569744 n 0101 | of or relating to a secretary or to a secretary's work
-02794253 01 a 01 secretory 0 001 \ 05404728 n 0101 | of or relating to or producing a secretion; " a secretory cell"
-02794372 01 a 01 sectarian 1 003 + 10573957 n 0101 + 08149781 n 0101 \ 08251877 n 0102 | of or relating to or characteristic of a sect or sects; "sectarian differences"
-02794543 01 a 01 sectorial 0 002 + 13875027 n 0101 \ 13875027 n 0101 | relating to or resembling a sector; "a sectorial box"
-02794670 01 a 01 self 0 001 \ 09604981 n 0101 | (used as a combining form) relating to--of or by or to or from or for--the self; "self-knowledge"; "self-proclaimed"; "self-induced"
-02794853 01 a 02 self-aggrandizing 0 self-aggrandising 0 002 \ 00373862 n 0202 \ 00373862 n 0101 | of or relating to or characteristic of self-aggrandizement
-02795013 01 a 01 self-induced 0 001 \ 11468578 n 0101 | produced by electrical self-induction
-02795109 01 a 01 self-limited 0 002 ;c 06043075 n 0000 \ 15268857 n 0103 | relating to a disease that tends to run a definite course without treatment
-02795262 01 a 01 self-pollinating 0 002 ;c 06066555 n 0000 \ 07438983 n 0101 | of or relating to or characteristic of self-pollination
-02795399 01 a 01 self-renewing 0 001 \ 01248961 n 0101 | of or relating to self-renewal
-02795489 01 a 01 self-service 0 001 \ 00098939 n 0101 | of or denoting an establishment (a restaurant or shop etc.) where customers serve themselves
-02795640 01 a 01 semiautobiographical 0 001 \ 06516087 n 0101 | of or relating to a work that combines autobiography and fiction; "a semiautobiographical novel"
-02795804 01 a 01 seminal 0 001 \ 05404336 n 0101 | pertaining to or containing or consisting of semen; "seminal fluid"
-02795925 01 a 01 seminiferous 0 001 \ 05404336 n 0101 | bearing or producing seed or semen; "seminiferous tubules"
-02796042 01 a 02 semiotic 0 semiotical 0 003 + 05976257 n 0201 + 05976257 n 0101 \ 05976257 n 0101 | of or relating to semiotics; "semiotic analysis"
-02796194 01 a 01 semiparasitic 0 001 \ 13120775 n 0102 | of or relating to plants that are semiparasites
-02796301 01 a 01 senatorial 0 002 + 10578471 n 0101 \ 10578471 n 0101 | of or relating to senators; "senatorial election"
-02796425 01 a 02 sensational 0 sensory 0 002 \ 05712076 n 0201 \ 05712076 n 0101 | relating to or concerned in sensation; "the sensory cortex"; "sensory organs"
-02796588 01 a 02 sepaloid 0 sepaline 0 002 \ 11690612 n 0201 \ 11690612 n 0101 | resembling or characteristic of a sepal
-02796711 01 a 02 septal 0 septate 0 004 \ 05222940 n 0201 + 11683443 n 0101 + 05222940 n 0101 \ 05222940 n 0101 | of or relating to a septum
-02796854 01 a 01 sepulchral 0 002 + 02921884 n 0103 \ 02921884 n 0103 | of or relating to a sepulchre; "sepulchral inscriptions"; "sepulchral monuments in churches"
-02797021 01 a 01 serial 0 004 + 06593803 n 0102 + 06621447 n 0101 + 08457976 n 0101 \ 08457976 n 0101 | pertaining to or occurring in or producing a series; "serial monogamy"; "serial killing"; "a serial killer"; "serial publication"
-02797257 01 a 01 serial 2 003 ;c 07020895 n 0000 + 08457976 n 0101 \ 07057196 n 0101 | pertaining to or composed in serial technique; "serial music"
-02797408 01 a 01 sidereal 0 001 \ 09252970 n 0101 | of or relating to the stars or constellations; "sidereal bodies"; "the sidereal system"
-02797550 01 a 01 Sikh 0 003 ;c 06239931 n 0000 + 10598349 n 0101 \ 06239931 n 0101 | of or relating to the Sikhs or their religious beliefs and customs
-02797704 01 a 02 siliceous 0 silicious 0 004 + 15041277 n 0201 \ 15041277 n 0201 + 15041277 n 0101 \ 15041277 n 0101 | relating to or containing or resembling silica; "gritrock is siliceous sandstone"
-02797907 01 a 01 single-stranded 0 001 \ 14867858 n 0103 | having a single strand; "single-stranded RNA"
-02798014 01 a 01 Siouan 0 003 + 09669125 n 0101 \ 09669125 n 0101 \ 06920129 n 0101 | of or relating to the Sioux people or their language and culture
-02798167 01 a 01 Sisyphean 0 002 + 09498697 n 0101 \ 09498697 n 0101 | of or relating to Sisyphus
-02798267 01 a 01 snow-capped 0 001 \ 09438844 n 0101 | (of mountains) capped with a covering of snow
-02798370 01 a 02 social 0 societal 0 003 + 07966140 n 0201 \ 07966140 n 0201 \ 07966140 n 0101 | relating to human society and its members; "social institutions"; "societal evolution"; "societal forces"; "social legislation"
-02798597 01 a 01 social 2 001 \ 08387930 n 0101 | relating to or belonging to or characteristic of high society; "made fun of her being so social and high-toned"; "a social gossip colum"; "the society page"
-02798806 01 a 01 soft-finned 0 001 \ 01428580 n 0101 | of or relating to fish with soft fins
-02798901 01 a 01 soft-nosed 0 001 \ 02916350 n 0101 | (of a bullet) made of soft material that expands on impact
-02799016 01 a 01 solar 0 001 \ 09450163 n 0101 | relating to or derived from the sun or utilizing the energies of the sun; "solar eclipse"; "solar energy"
-02799173 01 a 01 sociopathic 0 002 + 10489564 n 0101 \ 14388139 n 0102 | of or relating to a sociopathic personality disorder
-02799301 01 a 01 solanaceous 0 002 + 12892226 n 0101 \ 12892226 n 0101 | of or relating to plants of the family Solanaceae (the potato family)
-02799446 01 a 01 Solomonic 0 002 + 11307759 n 0101 \ 11307759 n 0101 | exhibiting or requiring the wisdom of Solomon in making difficult decisions
-02799595 01 a 01 somatosensory 0 001 \ 05654873 n 0101 | of or relating to the somatosenses
-02799689 01 a 01 soteriological 0 002 + 06191687 n 0101 \ 06191687 n 0101 | of or relating to soteriology
-02799797 01 a 01 squint-eyed 0 001 \ 14557415 n 0102 | affected by strabismus
-02799877 01 a 01 squinty 0 001 \ 00878328 n 0101 | characterized by squinting; "he looked with squinty eyes"
-02799988 01 a 01 specialistic 0 003 + 10632576 n 0101 + 10631941 n 0101 \ 10631941 n 0101 | of or related to or characteristic of specialists
-02800132 01 a 01 spectral 0 003 + 11420831 n 0101 + 05128219 n 0101 \ 11420831 n 0101 | of or relating to a spectrum; "spectral colors"; "spectral analysis"
-02800291 01 a 01 spectrographic 0 003 + 04272638 n 0102 + 04272782 n 0101 \ 04272782 n 0101 | relating to or employing a spectrograph
-02800427 01 a 01 spermicidal 0 002 + 04274396 n 0101 \ 04274396 n 0101 | destructive to spermatozoa
-02800529 01 a 02 spermous 0 spermatic 0 004 + 05457469 n 0201 \ 05457469 n 0201 + 05457469 n 0101 \ 05457469 n 0101 | consisting of or resembling spermatozoa
-02800689 01 a 01 spherical 0 003 + 04274530 n 0101 ! 02800851 a 0101 \ 13899200 n 0101 | of or relating to spheres or resembling a sphere; "spherical geometry"
-02800851 01 a 01 nonspherical 0 002 ! 02800689 a 0101 \ 13899200 n 0101 | not spherical
-02800941 01 a 01 sphingine 0 001 \ 04274807 n 0101 | resembling a sphinx; "a sphingine smile"
-02801037 01 a 01 splashy 0 002 + 07395104 n 0101 \ 07395104 n 0101 | characterized by water flying about haphazardly
-02801156 01 a 03 splenic 0 splenetic 0 lienal 0 006 + 05333467 n 0302 \ 05333467 n 0302 + 05333467 n 0201 \ 05333467 n 0201 + 05333467 n 0101 \ 05333467 n 0101 | of or relating to the spleen
-02801349 01 a 02 splintery 0 slivery 0 005 + 09442838 n 0202 + 09385137 n 0202 \ 09385137 n 0202 + 09442838 n 0101 \ 09442838 n 0101 | resembling or consisting of or embedded with long slender fragments of (especially) wood having sharp points; "a rough splintery floor of old pine boards"
-02801641 01 a 01 sporogenous 0 001 \ 11547855 n 0101 | producing spores or reproducing by means of spores
-02801749 01 a 01 sportive 0 001 \ 00523513 n 0101 | relating to or interested in sports
-02801839 01 a 01 sporting 0 001 \ 00523513 n 0101 | relating to or used in sports; "sporting events"; "sporting equipment"
-02801964 01 a 01 spousal 0 002 + 10640620 n 0101 \ 10640620 n 0101 | relating to a spouse; "a fitting symbol of spousal love"
-02802092 01 a 01 spring-loaded 0 001 \ 04288272 n 0101 | containing a compressed spring that presses one part against another
-02802220 01 a 01 stagflationary 0 002 + 13560738 n 0101 \ 13560738 n 0101 | characteristic of or promoting stagflation
-02802341 01 a 01 stainable 0 002 + 04944710 n 0101 \ 04944710 n 0101 | capable of being stained (especially of cells and cell parts)
-02802476 01 a 01 Stalinist 0 001 \ 11312120 n 0101 | of or relating to Joseph Stalin or his times
-02802576 01 a 02 stannic 0 stannous 0 002 \ 14658855 n 0201 \ 14658855 n 0101 | of or relating to or containing tin
-02802694 01 a 01 staphylococcal 0 002 + 01379389 n 0101 \ 01379389 n 0101 | of or relating to the staphylococcus bacteria; "a staphylococcal infection"
-02802848 01 a 01 statutory 0 001 \ 06564387 n 0102 | relating to or created by statutes; "statutory matters"; "statutory law"
-02802976 01 a 02 stellar 0 astral 0 002 \ 09444100 n 0201 \ 09444100 n 0101 | being or relating to or resembling or emanating from stars; "an astral body"; "stellar light"
-02803150 01 a 01 interstellar 0 001 \ 09444100 n 0101 | between or among stars; "the density of hydrogen in interplanetary and interstellar space"
-02803299 01 a 01 stemmatic 0 001 \ 13912540 n 0101 | of or relating to a textual stemma
-02803389 01 a 02 stenographic 0 stenographical 0 005 + 06350127 n 0202 + 00615462 n 0201 \ 06350127 n 0202 + 00615462 n 0101 \ 06350127 n 0102 | of or relating to or employing stenography
-02803579 01 a 01 steroidal 0 004 + 14745635 n 0102 + 15057744 n 0101 ! 02803740 a 0101 \ 14745635 n 0101 | of or relating to steroid hormones or their effects
-02803740 01 a 01 nonsteroidal 0 002 ! 02803579 a 0101 \ 15058023 n 0101 | not steroidal or not having the effects of steroid hormones
-02803876 01 a 01 stoichiometric 0 002 + 13825840 n 0101 \ 13825840 n 0101 | of or relating to stoichiometry
-02803986 01 a 01 stovepiped 0 002 ;c 06128570 n 0000 \ 13551117 n 0101 | of or relating to data stored in separate databases; "stovepiped information"
-02804139 01 a 01 subarctic 0 001 \ 08496798 n 0101 | of or relating to latitudes just south of the Arctic Circle
-02804254 01 a 01 subcortical 0 001 \ 05486510 n 0104 | of or relating to or being or involving nerve centers below the cerebral cortex
-02804391 01 a 01 subdural 0 001 \ 05482529 n 0101 | below the dura mater but above the arachnoid membrane of the meninges
-02804515 01 a 01 sublingual 0 001 \ 05301072 n 0101 | beneath the tongue
-02804590 01 a 01 suburban 0 004 + 00123018 v 0101 + 00122853 v 0101 + 08554440 n 0102 \ 08554440 n 0101 | relating to or characteristic of or situated in suburbs; "suburban population"
-02804777 01 a 01 sub-Saharan 0 001 \ 09172283 n 0101 | of or relating to or situated in the region south of the Sahara Desert
-02804905 01 a 01 suctorial 0 003 + 11517494 n 0101 + 00842692 n 0103 \ 00842692 n 0103 | adapted for sucking or clinging by suction
-02805039 01 a 01 Sufi 0 002 \ 05949266 n 0101 \ 10672371 n 0101 | of or relating to the Sufis or to Sufism
-02805148 01 a 02 sulfurous 0 sulphurous 0 004 + 14656219 n 0203 \ 14656219 n 0203 + 14656219 n 0101 \ 14656219 n 0101 | of or related to or containing sulfur or derived from sulfur
-02805331 01 a 01 Sumerian 0 004 + 10674471 n 0101 + 08918248 n 0101 \ 08918248 n 0101 \ 10674471 n 0101 | of or relating to ancient Sumer or its inhabitants
-02805490 01 a 01 superficial 0 004 + 04677113 n 0101 + 04358381 n 0101 + 05135951 n 0101 \ 08660339 n 0101 | of, affecting, or being on or near the surface; "superficial measurements"; "the superficial area of the wall"; "a superficial wound"
-02805735 01 a 01 suppurative 0 003 + 00096766 v 0103 ! 02805872 a 0101 \ 13479889 n 0102 | relating to or characterized by suppuration
-02805872 01 a 01 nonsuppurative 0 002 ! 02805735 a 0101 \ 13479889 n 0102 | not suppurative
-02805966 01 a 02 supraorbital 0 supraocular 0 002 \ 05285275 n 0201 \ 05285275 n 0101 | located or occurring above the eye socket
-02806098 01 a 01 surficial 0 002 + 09451517 n 0101 \ 09451517 n 0101 | pertaining to or occurring on or near the earth's surface; "a surficial geologic deposit"
-02806261 01 a 01 sustainable 0 006 + 02679530 v 0102 + 01202728 v 0103 + 00818422 v 0101 + 00665886 v 0103 + 05029594 n 0101 \ 05029594 n 0101 | capable of being sustained
-02806435 01 a 01 sustentacular 0 002 + 01216191 n 0102 \ 01216191 n 0103 | serving to sustain or support; "sustentacular cells"
-02806565 01 a 01 syllabic 0 001 \ 06361770 n 0101 | consisting of or using a syllabary; "eskimos of the eastern Arctic have a system of syllabic writing"
-02806721 01 a 01 syllabic 1 003 + 06304671 n 0101 + 07113491 n 0101 \ 06304671 n 0101 | of or relating to syllables; "syllabic accent"; "syllabic characters each represent a syllable"
-02806907 01 a 02 symbolic 0 symbolical 0 005 + 06806469 n 0201 + 05765415 n 0201 \ 06806469 n 0201 + 06806469 n 0101 \ 06806469 n 0101 | relating to or using or proceeding by means of symbols; "symbolic logic"; "symbolic operations"; "symbolic thinking"
-02807163 01 a 01 symbolic 1 001 \ 06807849 n 0101 | using symbolism; "symbolic art"
-02807249 01 a 01 symptomatic 0 002 + 14299637 n 0101 \ 14299637 n 0101 | relating to or according to or affecting a symptom or symptoms; "symptomatic relief"; "symptomatic treatment"; "a symptomatic classification of diseases"
-02807478 01 a 04 syncretic 0 syncretical 0 syncretistic 0 syncretistical 0 010 + 14421724 n 0401 + 13564215 n 0401 \ 14421724 n 0401 + 14421724 n 0301 \ 14421724 n 0301 + 14421724 n 0201 + 13564215 n 0201 \ 14421724 n 0201 + 14421724 n 0101 \ 14421724 n 0101 | of or characterized by syncretism
-02807775 01 a 04 syncretic 1 syncretical 1 syncretistic 1 syncretistical 1 008 + 13564215 n 0401 \ 13564215 n 0401 + 13564215 n 0301 \ 13564215 n 0301 + 13564215 n 0201 \ 13564215 n 0201 + 13564215 n 0101 \ 13564215 n 0101 | relating to a historical tendency for a language to reduce its use of inflections; "modern English is a syncretic language"
-02808126 01 a 02 synesthetic 0 synaesthetic 0 004 + 05720602 n 0202 \ 05720602 n 0201 + 05720602 n 0101 \ 05720602 n 0101 | relating to or experiencing synesthesia; involving more than one sense; "synesthetic response to music"; "synesthetic metaphor"
-02808380 01 a 01 synoptic 0 002 + 06468951 n 0102 \ 06468951 n 0102 | presenting a summary or general view of a whole; "a synoptic presentation of a physical theory"
-02808548 01 a 01 synovial 0 002 + 05415200 n 0101 \ 05415200 n 0101 | relating to or secreting synovia
-02808653 01 a 01 syntagmatic 0 004 + 06313457 n 0101 + 06313457 n 0102 ! 02773691 a 0101 \ 06313457 n 0101 | related as members of a syntagma; "syntagmatic word associations"
-02808830 01 a 01 tangential 0 003 + 13871134 n 0101 + 13788035 n 0101 \ 13871134 n 0101 | of or relating to or acting along or in the direction of a tangent; "tangential forces"
-02809010 01 a 01 Tasmanian 0 003 + 08834123 n 0101 + 08833981 n 0101 \ 08834123 n 0101 | of or relating to Tasmania
-02809128 01 a 01 taurine 0 001 \ 02403325 n 0101 | of or relating to or resembling a bull
-02809220 01 a 02 technical 0 proficient 0 004 \ 05643190 n 0201 + 05643190 n 0102 \ 05665146 n 0101 + 05820462 n 0101 | of or relating to technique or proficiency in a practical skill; "his technical innovation was his brushwork"; "the technical dazzle of her dancing"
-02809492 01 a 01 technophilic 0 001 \ 07555775 n 0101 | of or relating to or showing technophilia
-02809592 01 a 01 technophobic 0 001 \ 07504258 n 0101 | of or relating to or showing technophobia
-02809692 01 a 02 technical 3 technological 0 004 + 06125041 n 0204 + 00949619 n 0201 \ 06125041 n 0204 \ 06125041 n 0104 | of or relating to a practical subject that is organized according to scientific principles; "technical college"; "technological development"
-02809958 01 a 01 telemetered 0 001 \ 01116206 n 0101 | of or pertaining to telemetry; "the telemetered information was recorded and analyzed"
-02810102 01 a 04 tellurian 0 telluric 0 terrestrial 0 terrene 0 004 \ 09334396 n 0403 \ 09334396 n 0303 \ 09334396 n 0203 \ 09334396 n 0103 | of or relating to or inhabiting the land as opposed to the sea or air
-02810316 01 a 01 semiterrestrial 0 001 \ 09334396 n 0103 | chiefly but not exclusively terrestrial
-02810417 01 a 01 telluric 1 002 + 14657228 n 0101 \ 14657228 n 0101 | of or relating to or containing the chemical element tellurium
-02810552 01 a 01 temperamental 0 002 + 04623612 n 0102 \ 04623612 n 0102 | relating to or caused by temperament; "temperamental indifference to neatness"; "temperamental peculiarities"
-02810739 01 a 01 temporal 0 001 \ 05602683 n 0101 | of or relating to the temples (the sides of the skull behind the orbit); "temporal bone"
-02810882 01 a 01 temporal 1 001 \ 00028270 n 0101 | of or relating to or limited by time; "temporal processing"; "temporal dimensions"; "temporal and spacial boundaries"; "music is a temporal art"
-02811081 01 a 01 spatiotemporal 0 001 \ 06010737 n 0101 | of or relating to space and time together (having both spatial extension and temporal duration); "spatiotemporal coherence"
-02811265 01 a 02 tendinous 0 sinewy 0 004 + 05296253 n 0202 \ 05296253 n 0202 + 05296253 n 0101 \ 05296253 n 0101 | consisting of tendons or resembling a tendon
-02811428 01 a 01 tendril-climbing 0 001 \ 13102775 n 0101 | of or relating to plants that climb by means of tendrils
-02811547 01 a 01 tensile 0 001 \ 11515051 n 0101 | of or relating to tension; "tensile stress"; "tensile pull"
-02811660 01 a 01 tensional 0 002 + 13980596 n 0102 \ 14002481 n 0101 | of or relating to or produced by tension
-02811774 01 a 01 tentacular 0 003 + 05195175 n 0101 + 02584643 n 0101 \ 02584643 n 0101 | of or relating to or resembling tentacles
-02811908 01 a 01 tentacled 0 001 \ 02584643 n 0101 | having tentacles
-02811980 01 a 01 teratogenic 0 002 + 09455998 n 0101 \ 09455998 n 0101 | of or relating to substances or agents that can interfere with normal embryonic development
-02812147 01 a 01 terminal 0 001 \ 15224486 n 0101 | relating to or occurring in a term or fixed period of time; "terminal examinations"; "terminal payments"
-02812306 01 a 01 terminal 1 001 \ 04413631 n 0101 | of or relating to or situated at the ends of a delivery route; "freight pickup is a terminal service"; "terminal charges"
-02812482 01 a 01 territorial 0 003 + 08493064 n 0101 + 08552138 n 0102 \ 08552138 n 0102 | of or relating to a territory; "the territorial government of the Virgin Islands"; "territorial claims made by a country"
-02812697 01 a 01 testaceous 0 002 + 11682349 n 0101 \ 11682349 n 0101 | relating to or possessing a testa or hard shell; "testaceous fish"
-02812838 01 a 01 testamentary 0 002 + 06544142 n 0102 \ 06544142 n 0102 | of or relating to a will or testament or bequeathed by a will or testament
-02812989 01 a 01 testimonial 0 005 + 06648207 n 0102 + 06648207 n 0101 + 06732710 n 0101 + 06734467 n 0101 \ 06734467 n 0101 | of or relating to or constituting testimony
-02813162 01 a 01 testimonial 1 003 + 06697195 n 0102 + 06694540 n 0102 \ 06697195 n 0102 | expressing admiration or appreciation; "testimonial dinner"
-02813315 01 a 01 theatrical 0 003 + 07006119 n 0104 + 04788693 n 0102 \ 07006119 n 0104 | of or relating to the theater
-02813437 01 a 01 Theban 0 001 \ 08789076 n 0101 | of or relating to the Greek city of Thebes or its people or culture
-02813557 01 a 01 Theban 1 001 \ 08899776 n 0101 | of or relating to the Egyptian city of Thebes or its people or culture
-02813680 01 a 01 thematic 0 003 + 06599788 n 0103 + 05920272 n 0101 \ 06599788 n 0103 | relating to or constituting a topic of discourse
-02813819 01 a 01 unthematic 0 002 ! 02813978 a 0101 \ 06599788 n 0103 | not relating to a melodic subject; "there is nothing unthematic in this composition"
-02813978 01 a 01 thematic 1 003 + 07029247 n 0101 ! 02813819 a 0101 \ 07029247 n 0101 | of or relating to a melodic subject
-02814104 01 a 02 thenal 0 thenar 0 007 + 05565937 n 0201 + 05565696 n 0202 \ 05565696 n 0202 + 05565937 n 0101 + 05565696 n 0102 \ 05565696 n 0102 \ 05565937 n 0101 | of or relating to the palm of the hand or to the area at the base of the thumb
-02814352 01 a 01 thermal 1 001 \ 09305898 n 0101 | of or relating to a hot spring; "thermal water"
-02814453 01 a 03 thermal 0 thermic 0 caloric 0 006 + 13726296 n 0301 \ 11466043 n 0301 \ 11466043 n 0201 + 11518645 n 0101 ! 02814758 a 0101 \ 11466043 n 0101 | relating to or associated with heat; "thermal movements of molecules"; "thermal capacity"; "thermic energy"; "the caloric effect of sunlight"
-02814758 01 a 01 nonthermal 0 002 ! 02814453 a 0101 \ 11466043 n 0101 | not involving heat; "nonthermal luminescence"
-02814878 01 a 02 thermoelectric 0 thermoelectrical 0 003 \ 11514672 n 0201 + 11514672 n 0101 \ 11514672 n 0101 | involving or resulting from thermoelectricity
-02815039 01 a 01 threaded 0 001 \ 04154938 n 0101 | (of bolts or screws) having screw threads
-02815135 01 a 01 tibial 0 002 + 05594367 n 0101 \ 05594367 n 0101 | relating to or located near a tibia
-02815241 01 a 01 tidal 0 002 + 07402519 n 0101 \ 07402519 n 0101 | of or relating to or caused by tides; "tidal wave"
-02815361 01 a 01 tiered 0 001 \ 04433905 n 0101 | having or arranged in tiers; "a tiered mound"
-02815459 01 a 01 time-release 0 001 \ 13549672 n 0101 | of or relating to a preparation that gradually releases an active substance (especially a drug) over a period of time
-02815635 01 a 01 Timorese 0 001 \ 08908739 n 0101 | of or relating to or characteristic of Timor or its inhabitants
-02815753 01 a 01 tinny 0 002 + 14658855 n 0101 \ 14658855 n 0101 | of or containing tin
-02815843 01 a 01 titular 0 002 + 06343117 n 0101 \ 06343117 n 0101 | of or associated with or bearing a title signifying nobility; "titular dignitaries"
-02815998 01 a 01 titular 1 002 + 06343520 n 0101 \ 06343520 n 0101 | of or pertaining to the title of a work of art; "performed well in the titular (or title) role"; "the titular theme of the book"
-02816198 01 a 01 titular 2 002 + 06339416 n 0101 \ 06339416 n 0101 | of or bearing a title signifying status or function; "of titular rank"
-02816340 01 a 02 titular 3 titulary 0 004 + 05181199 n 0201 \ 05181199 n 0201 + 05181199 n 0101 \ 05181199 n 0101 | of or relating to a legal title to something; "titulary rights"
-02816522 01 a 01 toll-free 0 001 \ 13323749 n 0101 | having no toll levied for its use; "a toll-free road"; "a toll-free telephone number"
-02816663 01 a 02 tonic 1 tonal 0 004 + 04986883 n 0201 \ 04986883 n 0201 + 04986883 n 0101 \ 04986883 n 0101 | employing variations in pitch to distinguish meanings of otherwise similar words; "Chinese is a tonal language"
-02816888 01 a 01 tonic 2 004 ;c 06080522 n 0000 + 14544672 n 0103 + 14544672 n 0101 \ 14544672 n 0102 | of or relating to or producing normal tone or tonus in muscles or tissue; "a tonic reflex"; "tonic muscle contraction"
-02817113 01 a 01 clonic 0 003 ;c 06043075 n 0000 + 14083061 n 0101 \ 14083061 n 0101 | of or relating to abnormal neuromuscular activity characterized by rapidly alternating muscle contraction and relaxation; "clonic spasm"
-02817339 01 a 01 topical 0 003 + 06599788 n 0102 + 05814291 n 0101 \ 05814291 n 0101 | of or relating to or arranged by topics; "a detailed record on both a chronological and a topical basis"
-02817533 01 a 02 topological 0 topologic 0 002 \ 06017594 n 0201 \ 06017594 n 0101 | of or relating to topology
-02817647 01 a 01 toroidal 0 003 + 13900287 n 0101 + 13900088 n 0102 \ 13900287 n 0101 | of or relating to or shaped like a toroid; doughnut shaped
-02817796 01 a 01 torrential 0 002 + 07407593 n 0101 \ 07407593 n 0101 | relating to or resulting from the action of a torrent; "torrential erosion"; "torrential adaptations seen in some aquatic forms"
-02817999 01 a 01 tortious 0 001 \ 00733883 n 0101 | of or pertaining to the nature of a tort; "tortious acts"
-02818111 01 a 02 totalitarian 0 totalistic 0 003 + 06213688 n 0203 \ 06213688 n 0203 \ 06213688 n 0102 | of or relating to the principles of totalitarianism according to which the state regulates every realm of life; "totalitarian theory and practice"; "operating in a totalistic fashion"
-02818402 01 a 01 totipotent 0 004 ;c 00006484 n 0000 + 05214976 n 0101 + 05214976 n 0102 \ 05214976 n 0101 | having the ability to give rise to unlike cells; "embryonic stem cells are totipotent"
-02818600 01 a 01 tubercular 0 002 + 14143415 n 0101 \ 14143415 n 0101 | relating to tuberculosis or those suffering from it; "a tubercular hospital"
-02818751 01 a 01 tubercular 1 002 + 05542686 n 0102 \ 05542686 n 0101 | pertaining to or of the nature of a normal tuberosity or tubercle; "a tubercular process for the attachment of a ligament or muscle"
-02818958 01 a 01 tubercular 2 003 + 14211440 n 0101 + 14143415 n 0101 \ 14211440 n 0101 | characterized by the presence of tuberculosis lesions or tubercles; "tubercular leprosy"
-02819139 01 a 01 tuberculate 0 001 \ 13088989 n 0102 | covered with tubercles
-02819219 01 a 01 tuberculoid 0 001 \ 14143415 n 0101 | resembling tuberculosis; "tuberculoid lesions"; "tuberculoid leprosy"
-02819346 01 a 01 turbinate 0 001 \ 05283816 n 0101 | of or relating to the scroll-shaped turbinate bones in the nasal passages
-02819475 01 a 02 two-humped 0 double-humped 0 002 \ 13894434 n 0203 \ 13894434 n 0103 | having two humps
-02819582 01 a 02 two-wheel 0 two-wheeled 0 002 \ 04574999 n 0201 \ 04574999 n 0101 | of or relating to vehicles with two wheels; "a two-wheeled cart"
-02819734 01 a 01 umbelliform 0 002 ;c 06066555 n 0000 \ 13131028 n 0101 | resembling or in the form of an umbel
-02819848 01 a 01 umbelliferous 0 002 ;c 06066555 n 0000 \ 12930044 n 0101 | relating to or belonging to plants of the family Umbelliferae
-02819988 01 a 01 uncial 0 002 + 06353225 n 0101 \ 06353225 n 0101 | relating to or written in majuscule letters (which resemble modern capitals); "uncial letters"
-02820153 01 a 01 Uniate 0 001 \ 08086987 n 0102 | of or relating to former Eastern Christian or Orthodox churches that have been received under the jurisdiction of the Church of Rome but retain their own rituals and practices and canon law
-02820395 01 a 01 unicellular 0 001 \ 00006484 n 0101 | having or consisting of a single cell
-02820490 01 a 02 uniovular 0 uniovulate 0 002 \ 11678768 n 0201 \ 11678768 n 0101 | having a single ovule
-02820598 01 a 01 unitary 1 001 \ 09465459 n 0101 | of or pertaining to or involving the use of units; "a unitary method was applied"; "established a unitary distance on which to base subsequent calculations"
-02820808 01 a 01 unitary 2 001 \ 14460565 n 0102 | relating to or characterized by or aiming toward unity; "the unitary principles of nationalism"; "a unitary movement in politics"
-02820991 01 a 01 unpigmented 0 001 \ 04976319 n 0101 | having no pigmentation
-02821071 01 a 01 urban 0 002 + 04816302 n 0101 \ 08524735 n 0101 | relating to or concerned with a city or densely populated area; "urban sociology"; "urban development"
-02821243 01 a 01 urceolate 0 002 ;c 06037666 n 0000 \ 04515890 n 0101 | urn-shaped; large below and contracted toward the mouth
-02821373 01 a 01 urethral 0 002 + 05513020 n 0101 \ 05513020 n 0101 | of or relating to the urethra
-02821475 01 a 01 urogenital 0 001 \ 05509452 n 0101 | of or relating to the urinary and reproductive systems
-02821586 01 a 01 usufructuary 0 003 + 10742269 n 0101 + 05190356 n 0101 \ 05190356 n 0101 | of or relating to the nature of a usufruct
-02821723 01 a 02 uveal 0 uveous 0 004 + 05317960 n 0201 \ 05317960 n 0201 + 05317960 n 0101 \ 05317960 n 0101 | of or relating to the uvea of the eye
-02821875 01 a 02 vacuolate 0 vacuolated 0 002 \ 05447087 n 0201 \ 05447087 n 0101 | formed into or containing one or more vacuoles or small membrane-bound cavities within a cell
-02822055 01 a 02 vagal 0 pneumogastric 1 005 ;c 06078978 n 0000 + 05480076 n 0204 \ 05480076 n 0204 + 05480076 n 0101 \ 05480076 n 0101 | of or relating to the vagus nerve
-02822229 01 a 01 valedictory 0 002 + 07243565 n 0104 \ 00053525 n 0101 | of or relating to an occasion or expression of farewell; "a valedictory address"; "valedictory praise for his uniformly manly course"; "a suitable valedictory gesture"
-02822472 01 a 01 apopemptic 0 002 ;u 07073447 n 0000 \ 00053097 n 0101 | addressed to one who is departing; "apopemptic hymns"
-02822601 01 a 01 valent 0 003 ;c 06084469 n 0000 + 05034473 n 0102 \ 05034473 n 0101 | (chemistry) having valence; usually used in combination
-02822746 01 a 02 valetudinarian 0 valetudinary 0 003 \ 10745613 n 0201 + 10745613 n 0101 \ 10745613 n 0101 | of or relating to or characteristic of a person who is a valetudinarian
-02822929 01 a 01 valved 0 001 \ 04519536 n 0101 | (of brass instruments) having valves
-02823018 01 a 01 vanilla 0 001 \ 07828807 n 0101 | flavored with vanilla extract; "he liked vanilla ice cream"
-02823131 01 a 03 variolar 0 variolic 0 variolous 0 003 \ 14124423 n 0302 \ 14124423 n 0202 \ 14124423 n 0102 | relating to small pox
-02823266 01 a 01 Vedic 0 001 \ 06464419 n 0102 | of or relating to the Vedas or to the ancient Sanskrit in which they were written; "the Vedic literature"
-02823423 01 a 01 ventilatory 0 002 + 00581891 v 0101 \ 00266645 n 0101 | provided with ventilation or involving pulmonary ventilation
-02823559 01 a 01 ventricular 1 004 + 05502556 n 0101 + 05391763 n 0101 \ 05391763 n 0101 \ 05502556 n 0101 | of or relating to a ventricle (of the heart or brain)
-02823724 01 a 01 verbal 0 003 + 06318062 n 0101 + 06320569 n 0101 \ 06318062 n 0101 | of or relating to or formed from a verb; "verbal adjectives like `running' in `hot and cold running water'"
-02823920 01 a 01 verbal 1 001 \ 06286395 n 0101 | of or relating to or formed from words in general; "verbal ability"
-02824040 01 a 01 vertical 0 002 + 01238607 n 0101 \ 01238607 n 0101 | relating to or involving all stages of a business from production to distribution
-02824194 01 a 01 viatical 0 003 + 00082347 n 0102 + 00082347 n 0101 \ 00082347 n 0101 | pertaining to the purchase of insurance policies from terminally ill policy holders; "viatical business"; "viatical companies"; "National Viatical Association"
-02824444 01 a 01 vibrational 0 003 + 14004572 n 0106 + 00345926 n 0101 \ 07345166 n 0102 | of or relating to or characterized by vibration
-02824585 01 a 01 vicarial 0 004 + 10750365 n 0101 + 10750188 n 0101 + 10750031 n 0101 \ 10750031 n 0101 | of or relating to or characteristic of a vicar
-02824740 01 a 01 vicennial 0 001 \ 13748128 n 0101 | occurring once every 20 years
-02824825 01 a 01 vigesimal 0 001 \ 13748128 n 0101 | relating to or based on the number twenty
-02824922 01 a 01 virginal 0 002 + 10755257 n 0101 \ 13967581 n 0101 | characteristic of a virgin or virginity; "virginal white dresses"
-02825060 01 a 01 vitreous 0 001 \ 14881303 n 0101 | relating to or resembling or derived from or containing glass; "vitreous rocks"; "vitreous silica"
-02825213 01 a 01 vitreous 1 001 \ 05318407 n 0101 | of or relating to or constituting the vitreous humor of the eye; "the vitreous chamber"
-02825355 01 a 01 vocal 0 002 + 00745187 v 0101 \ 07110615 n 0101 | having or using the power to produce speech or sound; "vocal organs"; "all vocal beings hymned their praise"
-02825533 01 a 01 vocal 2 003 + 01704236 v 0101 ! 02825770 a 0101 \ 07110615 n 0101 | relating to or designed for or using the singing voice; "vocal technique"; "the vocal repertoire"; "organized a vocal group to sing his compositions"
-02825770 01 a 01 instrumental 0 003 + 03800933 n 0102 ! 02825533 a 0101 \ 03800933 n 0101 | relating to or designed for or performed on musical instruments; "instrumental compositions"; "an instrumental ensemble"
-02825985 01 a 01 vocalic 0 003 + 07114712 n 0101 + 07112550 n 0101 \ 07112550 n 0101 | relating to or associated with or containing a vowel; "vocalic segments"; "the vocalic ablaut"
-02826169 01 a 01 volcanic 0 002 + 09472597 n 0101 \ 09472597 n 0101 | relating to or produced by or consisting of volcanoes; "volcanic steam"; "volcanic islands such as Iceland"; "a volcanic cone is a conical mountain or hill built up of material from volcanic eruptions"
-02826443 01 a 03 atheist 0 atheistic 0 atheistical 0 007 + 09820044 n 0301 + 09820044 n 0201 + 05980256 n 0201 + 06223468 n 0201 \ 06223468 n 0201 + 09820044 n 0101 \ 06223468 n 0101 | related to or characterized by or given to atheism; "atheist leanings"
-02826701 01 a 01 electrical 0 001 \ 11449907 n 0101 | relating to or concerned with electricity; "an electrical engineer"; "electrical and mechanical engineering industries"
-02826877 01 a 02 electric 0 electrical 1 004 \ 11449907 n 0201 + 11450566 n 0101 + 11449907 n 0101 \ 11449907 n 0101 | using or providing or producing or transmitting or operated by electricity; "electric current"; "electric wiring"; "electrical appliances"; "an electrical storm"
-02827160 01 a 02 voltaic 0 galvanic 0 005 ;c 11449907 n 0000 + 11450453 n 0201 \ 11450453 n 0201 + 13643276 n 0101 \ 11523538 n 0101 | pertaining to or producing electric current by chemical action; "a galvanic cell"; "a voltaic (or galvanic) couple"
-02827413 01 a 01 photoconductive 0 002 + 11409689 n 0101 \ 11409689 n 0101 | of or relating to photoconductivity; "selenium is a photoconductive substance"
-02827571 01 a 01 photoemissive 0 001 \ 11410172 n 0101 | of or relating to photoemission
-02827662 01 a 01 photovoltaic 0 001 \ 11523538 n 0101 | producing a voltage when exposed to radiant energy (especially light)
-02827790 01 a 02 photoelectric 0 photoelectrical 0 002 \ 11491194 n 0201 \ 11449907 n 0101 | of or pertaining to photoelectricity; "the photoelectric effect"
-02827950 01 a 01 hydroelectric 0 002 + 11467202 n 0101 \ 11467202 n 0101 | of or relating to or used in the production of electricity by waterpower; "hydroelectric power"
-02828123 01 a 01 hydrostatic 0 003 + 06113415 n 0101 ! 02828310 a 0101 \ 06113415 n 0101 | relating to fluids at rest or to the pressures they exert or transmit; "hydrostatic pressure"
-02828310 01 a 01 hydrokinetic 0 003 + 06113914 n 0102 ! 02828123 a 0101 \ 06113914 n 0102 | relating to fluids in motion or the forces that produce or affect such motion
-02828482 01 a 01 interlocutory 0 001 \ 07136206 n 0101 | consisting of dialogue
-02828564 01 a 01 interstitial 0 003 + 05230171 n 0101 + 03581531 n 0101 \ 03581531 n 0101 | of or relating to interstices
-02828688 01 a 01 isomeric 0 002 + 14924188 n 0101 \ 13939734 n 0101 | of or relating to or exhibiting isomerism
-02828802 01 a 01 isometric 0 003 ;c 06000644 n 0000 + 13786187 n 0101 \ 13786187 n 0101 | related by an isometry
-02828917 01 a 02 isomorphous 0 isomorphic 0 004 ;c 06037666 n 0000 \ 04744645 n 0201 + 04744645 n 0102 \ 04744645 n 0101 | having similar appearance but genetically different
-02829094 01 a 01 isotonic 0 001 \ 06859056 n 0101 | relating to or characterized by the equal intervals of a musical scale; "isotonic tuning"
-02829238 01 a 01 lapidary 0 001 \ 14699752 n 0102 | of or relating to precious stones or the art of working with them; "the ring is of no lapidary value"- Lord Byron; "lapidary art"
-02829422 01 a 01 legislative 0 002 + 02466670 v 0101 \ 06535222 n 0101 | of or relating to or created by legislation; "legislative proposal"
-02829565 01 a 01 legislative 1 001 \ 08163273 n 0101 | relating to a legislature or composed of members of a legislature; "legislative council"
-02829711 01 a 01 leprous 0 002 + 14136187 n 0101 \ 14136187 n 0101 | relating to or resembling or having leprosy
-02829826 01 a 01 lingual 1 002 + 05301072 n 0102 \ 05301072 n 0101 | pertaining to or resembling or lying near the tongue; "lingual inflammation"; "the lingual surface of the teeth"
-02830010 01 a 02 Linnaean 0 Linnean 0 004 + 11133551 n 0201 \ 11133551 n 0201 + 11133551 n 0101 \ 11133551 n 0101 | of or relating to Linnaeus or to the system of taxonomic classification that Linnaeus proposed
-02830223 01 a 01 long-chain 0 001 \ 09343266 n 0101 | of molecules having relatively long chains of atoms in a molecule
-02830345 01 a 01 longitudinal 0 002 + 08596668 n 0101 \ 08596668 n 0101 | of or relating to lines of longitude; "longitudinal reckoning by the navigator"
-02830501 01 a 01 literary 0 002 + 06364641 n 0101 \ 06364641 n 0101 | of or relating to or characteristic of literature; "literary criticism"
-02830645 01 a 01 critical 0 005 + 06374587 n 0101 + 09979072 n 0101 + 09979321 n 0101 + 09979589 n 0101 \ 05734018 n 0101 | of or involving or characteristic of critics or criticism; "critical acclaim"
-02830849 01 a 01 lithic 0 001 \ 14696793 n 0102 | relating to or composed of stone; "lithic sandstone"
-02830954 01 a 01 lithic 1 001 \ 14643793 n 0101 | of or containing lithium
-02831031 01 a 01 lymphatic 0 002 + 05404074 n 0101 \ 05404074 n 0101 | of or relating to or produced by lymph
-02831143 01 a 01 lymphocytic 0 002 + 05451384 n 0101 \ 05451384 n 0101 | of or relating to lymphocytes; "lymphocytic leukemia"
-02831272 01 a 01 lymphoid 0 001 \ 05404074 n 0101 | resembling lymph or lymphatic tissues
-02831364 01 a 01 lysogenic 0 002 + 14194345 n 0102 \ 13509528 n 0101 | capable of producing or undergoing lysis
-02831478 01 a 01 lysogenic 1 003 + 14194345 n 0101 + 14194345 n 0102 \ 14194345 n 0101 | of or relating to lysogeny
-02831596 01 a 01 magisterial 0 002 + 10280945 n 0101 \ 10280945 n 0101 | of or relating to a magistrate; "official magisterial functions"
-02831736 01 a 02 atmospheric 0 atmospherical 0 007 + 09210604 n 0201 + 08499057 n 0201 \ 08499057 n 0201 + 14520278 n 0101 + 09210604 n 0101 + 08499057 n 0101 \ 08499057 n 0101 | relating to or located in the atmosphere; "atmospheric tests"
-02831979 01 a 02 amphibious 0 amphibian 0 004 + 01627424 n 0201 \ 01625747 n 0201 + 01625747 n 0101 \ 01625747 n 0101 | relating to or characteristic of animals of the class Amphibia
-02832164 01 a 01 insectan 0 002 + 02159955 n 0101 \ 02159955 n 0101 | of or relating to the class Insecta
-02832272 01 a 01 mammalian 0 002 + 01861778 n 0102 \ 01861465 n 0101 | of or relating to the class Mammalia
-02832382 01 a 01 piscine 0 001 \ 02512053 n 0101 | of or relating to fish
-02832458 01 a 01 reptilian 0 003 + 01661091 n 0102 + 01660719 n 0101 \ 01660719 n 0101 | of or relating to the class Reptilia
-02832586 01 a 01 algal 0 002 + 01397114 n 0101 \ 01397114 n 0101 | of or relating to alga
-02832678 01 a 02 fungal 0 fungous 0 004 + 12992868 n 0201 \ 12992868 n 0201 + 12992868 n 0101 \ 12992868 n 0101 | of or relating to fungi
-02832818 01 a 02 fungicidal 0 antifungal 0 004 + 02720201 n 0201 \ 02720201 n 0201 + 02720201 n 0103 \ 02720201 n 0103 | capable of destroying fungi
-02832969 01 a 02 fungoid 0 funguslike 0 002 \ 12992868 n 0201 \ 12992868 n 0101 | resembling fungi
-02833070 01 a 01 infectious 0 003 + 14174549 n 0101 + 13498404 n 0101 \ 14174549 n 0101 | of or relating to infection; "infectious hospital"; "infectious disease"
-02833235 01 a 01 plantal 0 002 + 00017222 n 0101 \ 00017222 n 0101 | of or relating to plants
-02833331 01 a 02 vegetative 1 vegetive 1 004 \ 01065057 n 0201 + 02615580 v 0101 + 00026734 v 0102 \ 01065057 n 0101 | of or relating to an activity that is passive and monotonous; "a dull vegetative lifestyle"
-02833544 01 a 01 bacterial 0 003 + 01348530 n 0101 + 01348530 n 0102 \ 01348530 n 0101 | relating to or caused by bacteria; "bacterial infection"
-02833692 01 a 02 parasitic 1 parasitical 0 004 + 01384687 n 0201 \ 01384687 n 0201 + 01384687 n 0101 \ 01384687 n 0101 | relating to or caused by parasites; "parasitic infection"
-02833873 01 a 01 antibacterial 0 001 \ 02833544 a 0101 | destroying bacteria or inhibiting their growth
-02833979 01 a 02 cyanobacterial 0 cyanophyte 0 003 \ 01357707 n 0201 + 01358572 n 0101 \ 01358259 n 0102 | relating to or caused by photosynthetic bacteria of the class Cyanobacteria
-02834164 01 a 01 moneran 0 001 \ 01341876 n 0101 | of or relating to the Monera
-02834246 01 a 01 triangulate 0 001 \ 13879320 n 0101 | composed of or marked with triangles
-02834340 01 a 01 quadrangular 0 003 + 13879126 n 0102 + 04030518 n 0102 \ 13879126 n 0102 | of or relating to or shaped like a quadrangle
-02834480 01 a 01 tetragonal 0 002 + 13879126 n 0103 \ 13879126 n 0103 | of or relating to or shaped like a quadrilateral
-02834603 01 a 01 tetrametric 0 002 + 07096029 n 0101 \ 07096029 n 0101 | of or relating to verse lines written in tetrameter
-02834730 01 a 02 pentangular 0 pentagonal 0 002 \ 13882201 n 0201 \ 13882201 n 0101 | of or relating to or shaped like a pentagon
-02834862 01 a 02 octangular 0 octagonal 0 002 \ 13882563 n 0201 \ 13882563 n 0101 | of or relating to or shaped like an octagon
-02834992 01 a 02 neoclassicist 0 neoclassicistic 0 003 + 06154464 n 0201 \ 06154464 n 0201 \ 06154464 n 0101 | relating to or advocating neoclassicism
-02835145 01 a 02 expressionist 0 expressionistic 0 004 + 08467258 n 0201 \ 08467258 n 0201 + 10073851 n 0101 \ 08467258 n 0101 | of or relating to expressionism; "expressionist art"
-02835329 01 a 02 postmodernist 0 postmodern 0 002 \ 03990025 n 0201 \ 03990025 n 0101 | of or relating to postmodernism; "postmodernist architecture"
-02835481 01 a 01 revolutionary 0 002 + 00962722 n 0101 \ 00962722 n 0101 | relating to or having the nature of a revolution; "revolutionary wars"; "the Revolutionary era"
-02835654 01 a 02 residual 0 residuary 0 007 + 15004501 n 0201 + 13810818 n 0204 \ 15004501 n 0201 + 13810818 n 0103 + 15004501 n 0101 + 13810818 n 0104 \ 15004501 n 0101 | relating to or indicating a remainder; "residual quantity"
-02835887 01 a 01 relativistic 0 003 ;c 06090869 n 0000 + 06106502 n 0101 \ 06106502 n 0101 | relating or subject to the special or the general theory of relativity; "relativistic quantum mechanics"; "relativistic increase in mass"; "radiation from relativistic particles"
-02836161 01 a 01 relativistic 1 003 + 05212609 n 0101 + 05975846 n 0101 \ 05975846 n 0101 | of or relating to the philosophical doctrine of relativism
-02836314 01 a 01 raptorial 0 002 + 01604330 n 0102 \ 01604330 n 0102 | relating to or characteristic of birds of prey; "raptorial claws and bill for seizing prey"
-02836479 01 a 01 radical 1 002 ;c 06172789 n 0000 \ 06300193 n 0101 | of or relating to or constituting a linguistic root; "a radical verb form"
-02836626 01 a 01 radial 2 001 \ 11428023 n 0104 | issuing in rays from a common center; relating to rays of light; "radial heat"
-02836757 01 a 01 radial 0 002 + 13871538 n 0101 \ 13871538 n 0101 | relating to or moving along or having the direction of a radius; "radial velocity"
-02836910 01 a 01 radial 1 002 + 05593318 n 0101 \ 05593318 n 0101 | relating to or near the radius; "the radial aspect of the forearm"
-02837047 01 a 01 ulnar 0 002 + 05593476 n 0101 \ 05593476 n 0101 | relating to or near the ulna
-02837145 01 a 01 radiographic 0 003 + 13545382 n 0101 + 00904428 n 0101 \ 00904428 n 0101 | relating to or produced by radiography
-02837278 01 a 01 birefringent 0 002 + 11503482 n 0102 \ 11503482 n 0102 | relating to or characterized by double refraction
-02837404 01 a 01 bisectional 0 001 \ 00386450 n 0101 | of or relating to bisection
-02837489 01 a 01 bismuthal 0 002 + 14631502 n 0101 \ 14631502 n 0101 | of or relating to bismuth
-02837588 01 a 01 bismuthic 0 001 \ 14631502 n 0101 | containing bismuth (especially in the pentavalent state)
-02837700 01 a 01 bisontine 0 001 \ 02410509 n 0101 | relating to or characteristic of bison
-02837794 01 a 02 bistered 0 bistred 0 002 \ 14843640 n 0201 \ 14843640 n 0101 | colored with or as if with bister
-02837910 01 a 01 bistroic 0 001 \ 02844214 n 0101 | of or relating to or resembling a bistro
-02838005 01 a 01 polar 0 002 + 08620881 n 0101 \ 08620881 n 0101 | located at or near or coming from the earth's poles; "polar diameter"; "polar zone"; "a polar air mass"; "Antarctica is the only polar continent"
-02838220 01 a 01 bipolar 0 001 \ 02838005 a 0101 | of, pertaining to, or occurring in both polar regions; "the bipolar distribution of certain species"
-02838374 01 a 01 bipolar 1 001 \ 14392639 n 0103 | of or relating to manic depressive illness
-02838470 01 a 01 transpolar 0 001 \ 08620881 n 0101 | extending across or crossing either pole; "transpolar air routes"
-02838592 01 a 01 photographic 0 005 + 13536794 n 0101 + 00620554 n 0101 + 00903559 n 0101 + 03925226 n 0101 \ 00903559 n 0101 | relating to photography or obtained by using photography; "photographic equipment"
-02838805 01 a 01 photic 0 001 \ 11473954 n 0101 | of or relating to or caused by light
-02838894 01 a 01 pneumatic 0 001 \ 14841267 n 0101 | of or relating to or using air (or a similar gas); "pneumatic drill"; "pneumatic tire"
-02839036 01 a 01 pneumococcal 0 002 + 01380754 n 0101 \ 01380754 n 0101 | of or derived from or caused by bacteria of the genus pneumococcus
-02839179 01 a 01 phallic 0 002 + 05526384 n 0102 \ 05526384 n 0102 | relating to a phallus especially as an embodiment of generative power; "a phallic cult"; "phallic worship"
-02839357 01 a 01 feminist 0 002 + 10084635 n 0101 \ 00800421 n 0102 | of or relating to or advocating equal rights for women; "feminist critique"
-02839505 01 a 01 professional 0 001 \ 00609953 n 0101 | of or relating to a profession; "we need professional advice"; "professional training"; "professional equipment for his new office"
-02839695 01 a 01 professional 1 001 \ 08112096 n 0101 | of or relating to or suitable as a profession; "professional organizations"; "a professional field such as law"
-02839865 01 a 02 vulpine 0 vulpecular 0 002 \ 02118333 n 0201 \ 02118333 n 0101 | resembling or characteristic of a fox; "vulpine cunning"
-02840006 01 a 02 wolflike 0 wolfish 0 002 \ 02114100 n 0201 \ 02114100 n 0101 | resembling or characteristic (or considered characteristic) of a wolf; "ran in wolflike packs"; "wolfish rapacity"
-02840203 01 a 02 vulvar 0 vulval 0 003 + 05521636 n 0201 \ 05521636 n 0201 \ 05521636 n 0101 | of or relating to the vulva
-02840328 01 a 02 clitoral 0 clitoric 0 004 + 05523420 n 0201 \ 05523420 n 0201 + 05523420 n 0101 \ 05523420 n 0101 | of or relating to the clitoris
-02840478 01 a 01 vocational 0 001 \ 00583246 n 0103 | of or relating to a vocation or occupation; especially providing or undergoing training in special skills; "vocational school"; "vocational students learning to repair a motor"
-02840711 01 a 01 ungual 1 003 \ 05581693 n 0101 \ 02156140 n 0101 \ 02153959 n 0101 | of or relating to a nail or claw or hoof
-02840840 01 a 01 succinic 0 001 \ 14894880 n 0101 | of or relating to or obtained from amber
-02840935 01 a 01 umbilical 0 002 + 05556595 n 0102 \ 05556595 n 0102 | relating to or resembling the umbilicus; "umbilical cord"
-02841066 01 a 02 spatial 0 spacial 0 006 + 00028651 n 0201 \ 00028651 n 0201 + 00028651 n 0101 + 05062748 n 0102 ! 02841422 a 0101 \ 00028651 n 0101 | pertaining to or involving or having the nature of space; "the first dimension to concentrate on is the spatial one"; "spatial ability"; "spatial awareness"; "the spatial distribution of the population"
-02841422 01 a 01 nonspatial 0 002 ! 02841066 a 0101 \ 00028651 n 0101 | not spatial; "a nonspatial continuum"
-02841534 01 a 02 sigmoid 0 sigmoidal 0 002 \ 05537417 n 0202 \ 05537417 n 0102 | of or relating to the sigmoid flexure in the large intestine
-02841678 01 a 01 sigmoid 1 001 \ 13867641 n 0101 | curved in two directions (like the letter S)
-02841776 01 a 01 sciatic 0 001 \ 05596004 n 0101 | of or relating to the ischium (or the part of the hipbone containing it); "sciatic nerve"
-02841919 01 a 01 sciatic 1 002 + 14330727 n 0101 \ 14330727 n 0101 | relating to or caused by or afflicted with sciatica
-02842042 01 a 01 semantic 0 002 + 06179792 n 0101 \ 06179792 n 0101 | of or relating to meaning or the study of meaning; "semantic analysis"
-02842185 01 a 02 bovine 0 bovid 0 002 \ 02401661 n 0202 \ 02401661 n 0102 | of or relating to or belonging to the genus Bos (cattle)
-02842320 01 a 01 crinoid 0 002 + 02320127 n 0101 \ 02319967 n 0101 | of or relating to or belonging to the class Crinoidea
-02842445 01 a 02 linguistic 0 lingual 0 006 + 05301072 n 0202 \ 06282651 n 0201 + 06171040 n 0101 ! 02842704 a 0101 \ 06282651 n 0101 + 10264219 n 0101 | consisting of or related to language; "linguistic behavior"; "a linguistic atlas"; "lingual diversity"
-02842704 01 a 01 nonlinguistic 0 002 ! 02842445 a 0101 \ 06282651 n 0101 | not consisting of or related to language; "depended on his nonlinguistic skills"
-02842862 01 a 01 intralinguistic 0 001 \ 06282651 n 0101 | within a particular language; "intralinguistic variation"
-02842981 01 a 01 sociolinguistic 0 002 + 06181123 n 0101 \ 06181123 n 0101 | of or relating to sociolinguistics
-02843095 01 a 01 cross-linguistic 0 001 \ 06282651 n 0101 | relating to different languages; "cross-linguistic evidence"
-02843218 01 a 01 linguistic 1 003 + 06172789 n 0101 \ 06172789 n 0101 + 10264437 n 0101 | of or relating to the scientific study of language; "linguistic theory"
-02843382 01 a 01 bridal 0 002 + 09874725 n 0101 \ 09874725 n 0101 | of or pertaining to a bride; "bridal gown"
-02843495 01 a 03 bridal 1 nuptial 0 spousal 1 003 \ 07452074 n 0301 \ 07452074 n 0201 \ 01037469 n 0101 | of or relating to a wedding; "bridal procession"; "nuptial day"; "spousal rites"; "wedding cake"; "marriage vows"
-02843717 01 a 01 cardiac 0 001 \ 05388805 n 0101 | of or relating to the heart; "cardiac arrest"
-02843816 01 a 01 caudal 0 003 + 05228264 n 0101 ! 02844174 a 0101 \ 02157557 n 0101 | constituting or relating to a tail; "caudal appendage"
-02843959 01 a 02 Caucasian 0 Caucasic 0 005 + 09238674 n 0201 + 08519624 n 0202 \ 08519624 n 0202 + 08519624 n 0101 \ 08519624 n 0102 | of or relating to the geographical region of Caucasia; "Caucasian languages"
-02844174 01 a 01 cephalic 0 002 ! 02843816 a 0101 \ 05538625 n 0101 | of or relating to the head
-02844273 01 a 01 cranial 0 002 + 05540513 n 0101 \ 05540513 n 0101 | of or relating to the cranium which encloses the brain; "cranial pressure"
-02844419 01 a 02 craniometric 0 craniometrical 0 004 + 06147308 n 0201 \ 06147308 n 0201 + 06147308 n 0101 \ 06147308 n 0101 | of or relating to craniometry
-02844578 01 a 01 comatose 0 002 + 05680193 n 0102 \ 05680193 n 0101 | relating to or associated with a coma; "comatose breathing"; "comatose state"
-02844728 01 a 04 conic 0 conical 0 conelike 0 cone-shaped 0 010 \ 13872592 n 0401 \ 13872592 n 0301 + 13872592 n 0201 + 11682842 n 0201 + 03089348 n 0201 \ 13872592 n 0201 + 13872975 n 0102 + 13872592 n 0101 + 03089348 n 0101 \ 13872592 n 0101 | relating to or resembling a cone; "conical mountains"; "conelike fruit"
-02845048 01 a 01 corinthian 2 001 \ 04699298 n 0101 | or pertaining to the Corinthian style of architecture
-02845158 01 a 01 corvine 0 001 \ 01579028 n 0101 | relating to or resembling a crow
-02845244 01 a 02 ciliary 2 ciliate 0 003 \ 05314919 n 0203 + 05314919 n 0103 \ 05314919 n 0103 | of or relating to the human eyelash
-02845379 01 a 03 ciliary 1 ciliate 1 cilial 0 005 + 01458105 n 0301 \ 01458105 n 0301 \ 01458105 n 0201 + 01458105 n 0101 \ 01458105 n 0101 | of or relating to cilia projecting from the surface of a cell
-02845585 01 a 01 ciliary 0 001 \ 05313344 n 0101 | relating to the ciliary body and associated structures of the eye
-02845704 01 a 01 counterinsurgent 0 002 + 00963749 n 0102 \ 00963749 n 0102 | of or relating or characteristic of actions taken by a government to defeat insurgency
-02845871 01 a 01 counterrevolutionary 0 002 + 00963057 n 0101 \ 00963057 n 0101 | relating to or being a counterrevolution
-02845996 01 a 02 counterterror 0 counterterrorist 0 002 \ 05906734 n 0201 \ 05906734 n 0101 | intended to prevent terrorism; "the government took counterterror measures"
-02846168 01 a 02 cyprinid 0 cyprinoid 0 003 \ 01438720 n 0201 + 01439121 n 0101 \ 01438720 n 0101 | of or relating to members of fish family Cyprinidae
-02846322 01 a 03 dietary 0 dietetic 0 dietetical 0 011 + 07560903 n 0301 + 07561112 n 0301 \ 07561112 n 0301 + 07560903 n 0201 + 07561112 n 0201 \ 07561112 n 0201 + 07561590 n 0101 + 07560903 n 0101 + 07561112 n 0101 + 01070187 n 0101 \ 07561112 n 0101 | of or relating to the diet; "dietary restrictions"
-02846630 01 a 02 diluvian 0 diluvial 0 002 \ 11502102 n 0203 \ 11502102 n 0103 | of or connected with a deluge
-02846743 01 a 02 antediluvian 0 antediluvial 0 003 + 09795894 n 0201 \ 02846630 a 0202 \ 02846630 a 0102 | of or relating to the period before the biblical flood; "antediluvian man"
-02846927 01 a 01 dominical 0 001 \ 15163797 n 0101 | of or relating to Sunday as the Lord's Day
-02847025 01 a 01 dominical 1 001 \ 11083656 n 0101 | of or relating to or coming from Jesus Christ
-02847126 01 a 01 Donatist 0 001 \ 06228086 n 0101 | of or relating to Donatism
-02847207 01 a 01 Dorian 0 001 \ 08783444 n 0101 | of or relating to the ancient Greek inhabitants of Doris, to their Doric dialect of Greek, or to their culture
-02847370 01 a 01 doric 0 001 \ 04698998 n 0101 | of or pertaining to the Doric style of architecture
-02847473 01 a 01 dot-com 0 002 + 08002384 n 0101 \ 08002384 n 0101 | of or relating to an internet company; "a dot-com outfit in San Francisco"
-02847619 01 a 01 floral 0 002 + 00017222 n 0102 \ 08436759 n 0102 | of or relating to the plant life in a particular region; "characteristic alpine floral elements"
-02847786 01 a 01 floral 1 001 \ 11669921 n 0101 | relating to or associated with flowers; "floral organs"
-02847894 01 a 02 fiscal 0 financial 0 007 + 06150633 n 0201 + 01134037 n 0201 + 01098698 n 0201 ! 02848119 a 0201 \ 01098698 n 0201 + 13358360 n 0101 \ 01098698 n 0101 | involving financial matters; "fiscal responsibility"
-02848119 01 a 01 nonfinancial 0 002 ! 02847894 a 0102 \ 01098698 n 0101 | not involving financial matters
-02848227 01 a 01 fiducial 1 002 ;c 06090869 n 0000 \ 07260623 n 0101 | used as a fixed standard of reference for comparison or measurement; "a fiducial point"
-02848388 01 a 02 fiduciary 0 fiducial 0 003 \ 13360498 n 0201 + 10086074 n 0101 \ 13360498 n 0101 | relating to or of the nature of a legal trust (i.e. the holding of something in trust for another); "a fiduciary contract"; "in a fiduciary capacity"; "fiducial power"
-02848658 01 a 01 funicular 0 002 + 02934641 n 0102 \ 02933842 n 0101 | relating to or operated by a cable; "funicular railway"
-02848787 01 a 01 lactic 0 001 \ 07844042 n 0101 | of or relating to or obtained from milk (especially sour milk or whey); "lactic acid"; "lactic fermentation"
-02848948 01 a 01 lacteal 0 001 \ 05399034 n 0101 | relating to or consisting of or producing or resembling milk; "lacteal fluids"; "lacteal organs"
-02849098 01 a 01 galactic 0 002 + 08271042 n 0101 \ 08271042 n 0101 | of or relating to a galaxy (especially our galaxy the Milky Way); "the galactic plane"
-02849257 01 a 01 extragalactic 0 001 \ 08271042 n 0101 | outside or beyond a galaxy; "extragalactic nebula"
-02849367 01 a 01 intergalactic 0 001 \ 08271042 n 0101 | between or among galaxies; "intergalactic space"
-02849475 01 a 01 gnomic 0 002 + 09541125 n 0101 \ 07153385 n 0101 | relating to or containing gnomes; "gnomic verse"
-02849594 01 a 01 Gnostic 0 003 + 10133210 n 0101 + 05708030 n 0101 \ 06222959 n 0101 | of or relating to Gnosticism; "Gnostic writings"
-02849732 01 a 01 gymnastic 0 002 + 00433802 n 0101 \ 00433802 n 0101 | of or relating to or used in exercises intended to develop strength and agility; "gymnastic horse"
-02849904 01 a 01 gyral 0 001 \ 05492426 n 0101 | relating to or associated with or comprising a convolution of the brain; "the gyral sulcus"
-02850047 01 a 01 alvine 0 001 \ 05534333 n 0101 | of or relating to the intestines
-02850132 01 a 02 epistemic 0 epistemological 0 004 + 06166748 n 0201 \ 06166748 n 0201 + 05612358 n 0101 \ 06166748 n 0101 | of or relating to epistemology; "epistemic modal"
-02850309 01 a 04 hemal 0 haemal 0 hematal 0 haematal 0 004 \ 05417975 n 0401 \ 05417975 n 0301 \ 05417975 n 0201 \ 05417975 n 0101 | relating to the blood vessels or blood
-02850483 01 a 04 hemic 0 haemic 0 hematic 0 haematic 0 004 \ 05399847 n 0401 \ 05399847 n 0301 \ 05399847 n 0201 \ 05399847 n 0101 | relating to or containing or affecting blood; "a hematic cyst"; "a hematic crisis"
-02850701 01 a 01 hemiparasitic 0 002 + 13120775 n 0101 \ 13120775 n 0101 | of or relating to plants that are hemiparasites
-02850826 01 a 02 haemophilic 0 hemophilic 0 005 + 10170989 n 0204 \ 14170337 n 0201 + 14170337 n 0102 + 10170989 n 0105 \ 14170337 n 0101 | relating to or having hemophilia
-02851001 01 a 01 humoral 0 003 + 05604535 n 0101 + 05397468 n 0104 \ 05397468 n 0104 | of or relating to bodily fluids
-02851122 01 a 02 chylaceous 0 chylous 0 004 + 05403849 n 0201 \ 05403849 n 0201 + 05403849 n 0101 \ 05403849 n 0101 | consisting of chyle or having the properties of chyle
-02851296 01 a 03 chylific 0 chylifactive 0 chylifactory 0 003 \ 05403849 n 0301 \ 05403849 n 0201 \ 05403849 n 0101 | producing or converting into chyle
-02851451 01 a 01 chyliferous 0 001 \ 05403849 n 0101 | transmitting chyle; "chyliferous vessels"
-02851550 01 a 01 iconic 0 004 + 07269916 n 0101 + 03558971 n 0101 + 03931044 n 0103 \ 03558971 n 0101 | relating to or having the characteristics on an icon
-02851709 01 a 02 ichorous 0 sanious 0 004 + 05417472 n 0205 \ 05417472 n 0205 + 05417472 n 0104 \ 05417472 n 0104 | of or resembling or characterized by ichor or sanies; "an ichorous discharge"; "the sanious discharge from an ulcer"
-02851944 01 a 01 icosahedral 0 002 + 13915883 n 0101 \ 13915883 n 0101 | of or relating to an icosahedron
-02852052 01 a 01 icterogenic 0 001 \ 14319684 n 0102 | producing jaundice
-02852128 01 a 02 ictal 0 ictic 0 003 \ 14081941 n 0202 + 14081941 n 0102 \ 14081941 n 0102 | of or relating to a seizure or convulsion
-02852265 01 a 03 igneous 1 pyrogenic 0 pyrogenous 0 003 \ 05016171 n 0302 \ 05016171 n 0202 \ 05016171 n 0102 | produced under conditions involving intense heat; "igneous rock is rock formed by solidification from a molten state; especially from molten magma"; "igneous fusion is fusion by heat alone"; "pyrogenic strata"
-02852589 01 a 01 iridic 0 001 \ 05319936 n 0101 | of or relating to the iris of the eye
-02852679 01 a 01 iridic 1 001 \ 14642219 n 0101 | of or containing iridium
-02852756 01 a 01 jugular 0 003 + 05042573 n 0101 + 05370918 n 0101 \ 05546540 n 0101 | relating to or located in the region of the neck or throat; "jugular vein"
-02852920 01 a 03 marital 0 matrimonial 0 married 0 004 \ 13963970 n 0301 + 13963970 n 0202 \ 13963970 n 0201 \ 13963970 n 0101 | of or relating to the state of marriage; "marital status"; "marital fidelity"; "married bliss"
-02853146 01 a 01 resinated 0 001 \ 14894140 n 0101 | impregnated or flavored with resin; "resinated wine"
-02853254 01 a 03 sulphuretted 0 sulfurized 1 sulfuretted 0 003 \ 14656219 n 0301 \ 14656219 n 0201 \ 14656219 n 0101 | treated or impregnated with sulfur; "sulfuretted hydrogen"
-02853434 01 a 02 mastoid 0 mastoidal 1 001 \ 05554653 n 0101 | relating to or resembling a nipple
-02853534 01 a 01 mastoid 1 002 + 05542193 n 0101 \ 05542193 n 0101 | of or relating to or in the region of the mastoid process
-02853663 01 a 01 phocine 0 001 \ 02076196 n 0101 | of or relating to seals
-02853740 01 a 02 saurian 0 lacertilian 0 005 + 01673668 n 0203 \ 01674464 n 0201 + 01674216 n 0101 + 01673668 n 0101 \ 01674464 n 0101 | of or relating to lizards
-02853905 01 a 01 stearic 0 002 + 15057103 n 0101 \ 14864360 n 0101 | of or relating to or composed of fat
-02854013 01 a 02 vinous 0 vinaceous 0 004 + 07891726 n 0201 \ 07891726 n 0201 + 07891726 n 0101 \ 07891726 n 0101 | of or relating to wine
-02854154 01 a 01 tegular 0 001 \ 15074568 n 0101 | of or relating to or resembling a series of tiles
-02854257 01 a 01 dyadic 0 001 \ 13743605 n 010c | of or relating to a dyad or based on two
-02854350 01 a 02 algebraic 0 algebraical 0 004 + 06012726 n 0201 \ 06012726 n 0201 + 06012726 n 0101 \ 06012726 n 0101 | of or relating to algebra; "algebraic geometry"
-02854521 01 a 02 biblical 0 scriptural 0 004 + 06431740 n 0207 \ 06431740 n 0207 + 06431740 n 0101 \ 06431740 n 0101 | of or pertaining to or contained in or in accordance with the Bible; "biblical names"; "biblical Hebrew"
-02854747 01 a 01 biblical 2 002 + 06431740 n 0101 \ 06431740 n 0101 | in keeping with the nature of the Bible or its times or people; "biblical styles in writing"; "a beard of biblical proportions"; "biblical costumes"
-02854968 01 a 01 postbiblical 0 001 \ 06431740 n 0101 | subsequent to biblical times
-02855055 01 a 01 Koranic 0 002 + 06461609 n 0101 \ 06461609 n 0101 | of or related to the sacred texts of Islam; "Koranic laws"
-02855185 01 a 02 polymorphic 0 polymorphous 0 006 ;c 06037666 n 0000 + 11492388 n 0201 \ 11492388 n 0201 + 11492388 n 0101 + 01328121 n 0101 \ 11492388 n 0101 | relating to the occurrence of more than one kind of individual (independent of sexual differences) in an interbreeding population; "a polymorphic species"
-02855503 01 a 02 polymorphous 1 polymorphic 1 005 ;c 06084469 n 0000 + 11492833 n 0201 \ 11492833 n 0201 + 11492833 n 0101 \ 11492833 n 0101 | relating to the crystallization of a compound in two or more different forms; "polymorphous crystallization"
-02855757 01 a 02 polyphonic 0 polyphonous 0 004 ;c 07020895 n 0000 + 07024929 n 0201 \ 07024929 n 0201 \ 07024929 n 0101 | of or relating to or characterized by polyphony; "polyphonic traditions of the baroque"
-02855970 01 a 01 contrapuntal 0 001 \ 07025419 n 0101 | relating to or characteristic of or according to the rules of counterpoint; "contrapuntal base"
-02856124 01 a 01 polyphonic 1 003 ;c 06172789 n 0000 + 06839411 n 0101 \ 06839411 n 0101 | having two or more phonetic values; "polyphonic letters such as `a'"
-02856286 01 a 01 lyric 1 002 ;c 07092592 n 0000 \ 06380726 n 0101 | of or relating to a category of poetry that expresses emotion (often in a songlike way); "lyric poetry"
-02856460 01 a 01 lyric 2 002 ;c 07020895 n 0000 \ 07026352 n 0101 | relating to or being musical drama; "the lyric stage"
-02856584 01 a 01 perianal 0 001 \ 05538016 n 0101 | around the anus
-02856654 01 a 02 pericardial 0 pericardiac 0 003 \ 05428473 n 0201 + 05428473 n 0101 \ 05428473 n 0101 | located around the heart or relating to or affecting the pericardium; "pericardial space"
-02856851 01 a 01 perineal 0 002 + 05538494 n 0101 \ 05538494 n 0101 | of or relating to the perineum; "perineal pains"
-02856972 01 a 01 peroneal 0 001 \ 05594201 n 0101 | of or relating to the fibula or the outer part of the leg below the knee
-02857099 01 a 02 poetic 0 poetical 0 005 + 07093273 n 0201 + 07092592 n 0201 \ 07092592 n 0201 + 07093273 n 0101 \ 07092592 n 0101 | of or relating to poetry; "poetic works"; "a poetic romance"
-02857295 01 a 01 poetic 1 002 + 10444194 n 0101 \ 10444194 n 0101 | of or relating to poets; "poetic insight"
-02857407 01 a 01 political 1 002 + 06149192 n 0101 \ 06149192 n 0101 | of or relating to your views about social relationships involving authority or power; "political opinions"
-02857587 01 a 01 political 2 002 + 00611972 n 0101 \ 00611972 n 0101 | of or relating to the profession of governing; "political career"
-02857726 01 a 01 phonetic 0 003 + 06177033 n 0101 + 07111047 n 0101 \ 06177033 n 0101 | of or relating to the scientific study of speech sounds; "phonetic analysis"
-02857893 01 a 02 phonetic 1 phonic 0 005 + 07111047 n 0201 \ 07111047 n 0201 + 06177033 n 0101 + 07111047 n 0101 \ 07111047 n 0101 | of or relating to speech sounds; "phonetic transcription"
-02858086 01 a 01 phonemic 0 002 + 07111711 n 0101 \ 07111711 n 0101 | of or relating to phonemes of a particular language; "phonemic analysis"
-02858231 01 a 02 philosophic 0 philosophical 0 007 + 05944686 n 0201 + 05943300 n 0202 + 06158346 n 0201 \ 06158346 n 0201 + 06158346 n 0101 + 10423589 n 0101 \ 06158346 n 0101 | of or relating to philosophy or philosophers; "philosophical writing"; "a considerable knowledge of philosophical terminology"
-02858539 01 a 01 Rousseauan 0 002 + 11272689 n 0101 \ 11272689 n 0101 | of or pertaining to or characteristic of French philosopher Jean-Jacques Rousseau (1712-1778)
-02858707 01 a 01 personal 0 001 \ 06326797 n 0101 | indicating grammatical person; "personal verb endings"
-02858816 01 a 01 personal 1 002 + 04617562 n 0101 \ 04617562 n 0101 | of or arising from personality; "personal magnetism"
-02858941 01 a 01 intensive 1 001 \ 06321054 n 0101 | tending to give force or emphasis; "an intensive adverb"
-02859053 01 a 01 infernal 0 003 + 05629682 n 0103 + 08582837 n 0106 \ 08582837 n 0106 | characteristic of or resembling Hell; "infernal noise"; "infernal punishment"
-02859221 01 a 01 litigious 0 003 + 01186810 n 0101 + 04644306 n 0101 \ 01186810 n 0101 | of or relating to litigation
-02859341 01 a 02 acronymic 0 acronymous 0 004 + 07091902 n 0201 \ 07091902 n 0201 + 07091902 n 0101 \ 07091902 n 0101 | characterized by the use of acronyms
-02859500 01 a 02 apostolic 0 apostolical 0 005 + 09798811 n 0201 \ 09798811 n 0201 + 09799213 n 0101 + 09798811 n 0101 \ 09798811 n 0101 | of or relating to or deriving from the Apostles or their teachings
-02859708 01 a 01 phenomenal 0 001 \ 00034213 n 0101 | of or relating to a phenomenon; "phenomenal science"
-02859817 01 a 02 eudemonic 0 eudaemonic 0 004 + 09542697 n 0202 \ 06160418 n 0201 + 09542697 n 0101 \ 06160418 n 0101 | producing happiness and well-being
-02859974 01 a 02 eukaryotic 0 eucaryotic 0 006 + 01415626 n 0202 ! 02860183 a 0202 \ 01415626 n 0201 + 01415626 n 0101 ! 02860183 a 0101 \ 01415626 n 0101 | having cells with `good' or membrane-bound nuclei
-02860183 01 a 02 prokaryotic 0 procaryotic 0 006 + 01415920 n 0202 ! 02859974 a 0202 \ 01415920 n 0201 + 01415920 n 0101 ! 02859974 a 0101 \ 01415920 n 0101 | having cells that lack membrane-bound nuclei
-02860389 01 a 02 pectoral 0 thoracic 0 004 \ 05552607 n 0202 + 05551711 n 0101 + 03903290 n 0101 \ 05552607 n 0102 | of or relating to the chest or thorax; "pectoral organ"
-02860564 01 a 01 pastoral 0 003 + 06625850 n 0101 + 09983572 n 0105 \ 09983572 n 0105 | of or relating to a pastor; "pastoral work"; "a pastoral letter"
-02860719 01 a 01 particularistic 0 002 + 05705075 n 0101 \ 05705075 n 0101 | relating to particularism (exclusive interest in one group or class or sect etc.); "a particularistic-seeming statement"
-02860919 01 a 01 parturient 0 002 + 14048441 n 0101 \ 13532886 n 0101 | of or relating to or giving birth; "parturient pangs"; "the parturient uterus"
-02861072 01 a 01 patellar 0 002 + 05278395 n 0101 \ 05278395 n 0101 | near or relating to the patella or kneecap; "patellar tendon"
-02861206 01 a 02 pathological 0 pathologic 0 004 + 06060845 n 0201 \ 06060845 n 0201 + 06060845 n 0101 \ 06060845 n 0101 | of or relating to the practice of pathology; "pathological laboratory"
-02861402 01 a 01 palatine 0 001 \ 03877845 n 0101 | of or relating to a palace
-02861483 01 a 01 palatine 1 002 + 10394141 n 0101 \ 10394141 n 0101 | of or relating to a count palatine and his royal prerogatives
-02861617 01 a 02 pictorial 0 pictural 0 006 + 06999436 n 0201 + 03876519 n 0202 + 03931044 n 0201 \ 06999436 n 0201 + 06593668 n 0101 \ 06999436 n 0101 | pertaining to or consisting of pictures; "pictorial perspective"; "pictorial records"
-02861859 01 a 01 optical 1 002 + 06100778 n 0101 \ 06100778 n 0101 | of or relating to or involving light or optics; "optical supplies"
-02861997 01 a 02 objective 0 accusative 0 003 ;c 06174404 n 0000 \ 06311557 n 0202 \ 06311557 n 0103 | serving as or indicating the object of a verb or of certain prepositions and used for certain other purposes; "objective case"; "accusative endings"
-02862251 01 a 02 possessive 0 genitive 0 003 ;c 06174404 n 0000 \ 06311852 n 0202 \ 06311852 n 0104 | serving to express or indicate possession; "possessive pronouns"; "the genitive endings"
-02862444 01 a 01 nuclear 1 002 ;c 06090869 n 0000 \ 09375085 n 0101 | of or relating to or constituting the nucleus of an atom; "nuclear physics"; "nuclear fission"; "nuclear forces"
-02862629 01 a 01 nuclear 2 002 ;c 06037666 n 0000 \ 05434927 n 0101 | of or relating to or constituting the nucleus of a cell; "nuclear membrane"; "nuclear division"
-02862797 01 a 02 nucleated 0 nucleate 0 003 ;c 06037666 n 0000 \ 05434927 n 0201 \ 05434927 n 0101 | having a nucleus or occurring in the nucleus; "nucleated cells"
-02862964 01 a 02 visceral 0 splanchnic 0 001 \ 05298988 n 0101 | relating to or affecting the viscera; "visceral bleeding"; "a splanchnic nerve"
-02863111 01 a 01 narcotic 0 001 \ 03808564 n 0101 | of or relating to or designating narcotics; "narcotic addicts"; "narcotic stupor"
-02863247 01 a 02 mystic 0 mystical 0 006 + 10343554 n 0201 + 05784560 n 0201 + 05948857 n 0201 \ 05948857 n 0201 + 05948857 n 0101 \ 05948857 n 0101 | relating to or characteristic of mysticism; "mystical religion"
-02863464 01 a 02 mystic 1 mystical 1 006 + 10343554 n 0201 + 05784560 n 0201 + 05948857 n 0201 \ 05784560 n 0201 + 05784560 n 0101 \ 05784560 n 0101 | relating to or resembling mysticism; "mystical intuition"; "mystical theories about the securities market"
-02863724 01 a 04 carbonaceous 0 carbonous 0 carbonic 0 carboniferous 0 006 \ 14633206 n 0401 + 00369628 v 0301 + 14633206 n 0301 \ 14633206 n 0301 \ 14633206 n 0201 \ 14633206 n 0101 | relating to or consisting of or yielding carbon
-02863959 01 a 01 Melanesian 0 001 \ 08836630 n 0101 | of or relating to Melanesia or its people or culture
-02864068 01 a 01 melodic 0 001 \ 07028373 n 0102 | of or relating to melody; "melodic harmony"
-02864165 01 a 01 monumental 0 004 + 08600443 n 0101 + 04076713 n 0102 + 03743902 n 0102 \ 03743902 n 0102 | relating or belonging to or serving as a monument; "the use of the arch in monumental architecture"; "monumental sculptures"
-02864400 01 a 01 modal 0 003 + 13801424 n 0102 + 13801424 n 0103 \ 13801424 n 0102 | relating to or expressing the mood of a verb; "modal auxiliary"
-02864551 01 a 01 modal 1 002 + 06861630 n 0101 \ 06861630 n 0101 | of or relating to a musical mode; especially written in an ecclesiastical mode
-02864699 01 a 01 millenary 0 003 + 15252146 n 0101 + 15141213 n 0101 \ 13750844 n 0101 | relating to or consisting of 1000
-02864824 01 a 02 millennial 0 millennian 0 005 + 15141213 n 0201 \ 15141213 n 0201 + 15252146 n 0101 + 15141213 n 0101 \ 15141213 n 0101 | relating to a millennium or span of a thousand years
-02865018 01 a 02 millenarian 0 chiliastic 0 002 + 06189551 n 0204 \ 15141213 n 0101 | relating to or believing in the millennium of peace and happiness
-02865172 01 a 01 metropolitan 0 002 + 08524735 n 0102 \ 08226335 n 0102 | relating to or characteristic of a metropolis; "metropolitan area"
-02865315 01 a 01 meteoric 0 002 + 09353109 n 0102 \ 09353109 n 0101 | pertaining to or consisting of meteors or meteoroids; "meteoric shower"; "meteoric impacts"
-02865479 01 a 03 meteorologic 0 meteorological 0 meteoric 2 005 \ 06118563 n 0301 + 06118563 n 0201 \ 06118563 n 0201 + 06118563 n 0101 \ 06118563 n 0101 | of or pertaining to atmospheric phenomena, especially weather and weather conditions; "meteorological factors"; "meteorological chart"; "meteoric (or meteorological) phenomena"
-02865814 01 a 01 metaphysical 0 002 + 06162653 n 0101 \ 06162653 n 0101 | pertaining to or of the nature of metaphysics; "metaphysical philosophy"
-02865963 01 a 01 metastable 0 002 ;c 06090869 n 0000 \ 04739262 n 0101 | (of physical systems) continuing in its present state of equilibrium unless sufficiently disturbed to pass to a more stable state of equilibrium
-02866183 01 a 01 meridian 0 001 \ 15165490 n 0101 | of or happening at noon; "meridian hour"
-02866278 01 a 01 mercurial 0 002 + 14645346 n 0101 \ 14645346 n 0101 | relating to or containing or caused by mercury; "mercurial preparations"; "mercurial sore mouth"
-02866448 01 a 01 Mercurial 1 002 + 09562704 n 0101 \ 09562704 n 0101 | relating to or having characteristics (eloquence, shrewdness, swiftness, thievishness) attributed to the god Mercury; "more than Mercurial thievishness"
-02866674 01 a 01 Mercurial 2 001 \ 09351408 n 0101 | relating to or under the (astrological) influence of the planet Mercury; "the Mercurial canals"
-02866825 01 a 01 Mesoamerican 0 002 + 08735564 n 0101 \ 10310783 n 0101 | of or relating to the people of Mesoamerica or their languages or cultures
-02866976 01 a 02 mesoblastic 0 mesodermal 0 004 + 01464077 n 0201 \ 01464077 n 0201 + 01464077 n 0102 \ 01464077 n 0101 | relating to or derived from the mesoderm
-02867141 01 a 01 Mesozoic 0 001 \ 15126175 n 0101 | of or relating to or denoting the Mesozoic era
-02867242 01 a 01 messianic 0 004 + 09537502 n 0101 + 09537325 n 0101 + 09537660 n 0101 \ 09537660 n 0101 | of or relating to a messiah promising deliverance; "messianic cult"
-02867419 01 a 01 muciferous 0 001 \ 05415395 n 0101 | containing or secreting mucus
-02867505 01 a 01 mucosal 0 002 + 05327134 n 0102 \ 05327134 n 0102 | of or relating to mucous membranes
-02867611 01 a 01 murine 0 002 + 02331842 n 0101 \ 02331479 n 0102 | of or relating to or transmitted by a member of the family Muridae (rats and mice); "a murine plague"
-02867783 01 a 01 musical 0 002 + 04983402 n 0102 \ 07020895 n 0101 | characterized by or capable of producing music; "a musical evening"; "musical instruments"
-02867945 01 a 01 musicological 0 002 + 06171388 n 0101 \ 06171388 n 0101 | of or relating to musicology
-02868051 01 a 01 exteroceptive 0 001 \ 05653848 n 0101 | of or relating to exteroception
-02868142 01 a 01 proprioceptive 0 001 \ 05659621 n 0101 | of or relating to proprioception
-02868235 01 a 01 interoceptive 0 001 \ 05654052 n 0101 | of or relating to interoception
-02868326 01 a 01 perceptive 0 004 + 07513247 n 0102 + 05749619 n 0104 + 02106506 v 0101 \ 00876874 n 0102 | of or relating to perception; "perceptive faculties"
-02868489 01 a 02 acoustic 0 acoustical 0 005 + 06094774 n 0201 \ 06094774 n 0201 + 02675987 n 0101 + 06094774 n 0101 \ 06094774 n 0101 | of or relating to the science of acoustics; "acoustic properties of a hall"
-02868704 01 a 03 auditory 0 audile 0 auditive 0 004 \ 05657718 n 0301 + 10165673 n 0201 \ 05657718 n 0201 \ 05657718 n 0101 | of or relating to the process of hearing; "auditory processing"; "an audile person"
-02868916 01 a 03 gustatory 0 gustative 0 gustatorial 0 005 + 05658226 n 0302 \ 05715283 n 0301 \ 05715283 n 0201 + 05658226 n 0102 \ 05715283 n 0101 | of or relating to gustation
-02869097 01 a 03 haptic 0 tactile 0 tactual 0 007 \ 05655119 n 0301 \ 05722427 n 0301 + 05721990 n 0202 \ 05655119 n 0201 \ 05722427 n 0201 \ 05655119 n 0101 \ 05722427 n 0101 | of or relating to or proceeding from the sense of touch; "haptic data"; "a tactile reflex"
-02869368 01 a 01 ocellated 0 001 \ 04681621 n 0102 | having ocelli
-02869437 01 a 01 octal 0 001 \ 06810238 n 0101 | of or pertaining to a number system having 8 as its base; "an octal digit"
-02869563 01 a 04 ocular 4 optic 4 optical 4 visual 4 005 \ 05654362 n 0401 \ 05654362 n 0301 + 05311054 n 0203 \ 05654362 n 0201 \ 05654362 n 0101 | relating to or using sight; "ocular inspection"; "an optical illusion"; "visual powers"; "visual navigation"
-02869823 01 a 04 ocular 0 optic 0 optical 0 opthalmic 0 004 \ 05311054 n 0401 \ 05311054 n 0301 \ 05311054 n 0201 \ 05311054 n 0101 | of or relating to or resembling the eye; "ocular muscles"; "an ocular organ"; "ocular diseases"; "the optic (or optical) axis of the eye"; "an ocular spot is a pigmented organ or part believed to be sensitive to light"
-02870178 01 a 01 orbital 2 002 + 05285275 n 0102 \ 05285275 n 0102 | of or relating to the eye socket; "orbital scale"; "orbital arch"
-02870315 01 a 02 suborbital 2 subocular 0 001 \ 05285275 n 0102 | situated on or below the floor of the eye socket; "a suborbital bone"
-02870453 01 a 02 kinesthetic 0 kinaesthetic 0 007 + 05658985 n 0204 + 05722208 n 0202 \ 05658985 n 0201 + 05658985 n 0103 + 05722208 n 0101 + 05658985 n 0101 \ 05658985 n 0101 | of or relating to kinesthesis
-02870663 01 a 02 angelic 0 angelical 0 005 + 10546850 n 0204 + 09538915 n 0201 \ 09538915 n 0201 + 09538915 n 0101 \ 09538915 n 0101 | of or relating to angels; "angelic messenger"
-02870846 01 a 02 seraphic 0 seraphical 0 004 + 09539872 n 0201 \ 09539872 n 0201 + 09539872 n 0101 \ 09539872 n 0101 | of or relating to an angel of the first order; "he imagined a seraphic presence in the room"
-02871060 01 a 01 ethereal 0 004 ;c 06084469 n 0000 + 14709102 n 0101 + 03299929 n 0101 \ 03299929 n 0101 | of or containing or dissolved in ether; "ethereal solution"
-02871229 01 a 01 firmamental 0 002 + 08521267 n 0104 \ 08521267 n 0104 | relating to the firmament or upper regions
-02871347 01 a 01 elysian 0 002 + 05628403 n 0101 \ 05628403 n 0101 | relating to the Elysian Fields
-02871449 01 a 01 diocesan 0 003 + 10013811 n 0101 + 08550966 n 0101 \ 08550966 n 0101 | belonging to or governing a diocese
-02871575 01 a 01 eparchial 0 003 + 08654260 n 0101 + 08551296 n 0101 \ 08551296 n 0101 | of or relating to an eparchy
-02871695 01 a 01 parochial 0 003 + 08615001 n 0101 + 08223688 n 0101 \ 08615001 n 0101 | relating to or supported by or located in a parish; "parochial schools"
-02871858 01 a 01 regional 0 001 \ 08630985 n 0101 | characteristic of a region; "regional flora"
-02871957 01 a 01 vicinal 0 002 + 08641113 n 0101 \ 08641113 n 0101 | belonging to or limited to a vicinity
-02872066 01 a 02 conjugal 0 connubial 0 002 \ 13963970 n 0201 \ 13963970 n 0101 | of or relating to marriage or to the relationship between a wife and husband; "connubial bliss"; "conjugal visits"
-02872265 01 a 01 binocular 0 001 \ 05311054 n 0101 | relating to both eyes; "binocular vision"
-02872362 01 a 01 cultural 2 002 + 00917759 n 0101 \ 00917759 n 0101 | relating to the raising of plants or animals; "a cultural variety"
-02872501 01 a 01 cultural 0 002 + 05984936 n 0102 \ 05984936 n 0102 | of or relating to the shared knowledge and values of a society; "cultural roots"
-02872654 01 a 01 sociocultural 0 002 \ 07966140 n 0101 \ 05984936 n 0102 | relating to both social and cultural matters
-02872776 01 a 01 multicultural 0 001 \ 05964805 n 0101 | of or relating to or including several cultures; "a multicultural event"
-02872908 01 a 01 cross-cultural 0 001 \ 08287844 n 0101 | dealing with or comparing two or more cultures; "a cross-cultural survey"
-02873042 01 a 01 transcultural 0 001 \ 08287844 n 0101 | extending through all human cultures; "a transcultural ideal of freedom embracing all the peoples of the world"
-02873213 01 a 01 transactinide 0 002 + 14627373 n 0101 \ 14627373 n 0101 | of or belonging to the elements with atomic numbers greater than 103
-02873359 01 a 01 transcendental 0 002 + 06192186 n 0101 \ 06192186 n 0101 | of or characteristic of a system of philosophy emphasizing the intuitive and spiritual above the empirical and material
-02873557 01 a 01 transuranic 0 001 \ 14660443 n 0101 | having an atomic number greater than 92
-02873654 01 a 01 burlesque 0 003 + 06780309 n 0107 + 07017999 n 0101 \ 07017999 n 0101 | relating to or characteristic of a burlesque; "burlesque theater"
-02873811 01 a 01 vascular 0 005 + 00581671 v 0101 + 00122097 v 0101 + 05214469 n 0101 \ 05397333 n 0101 ! 02874053 a 0101 | of or relating to or having vessels that conduct and circulate fluids; "vascular constriction"; "a vascular bundle"
-02874053 01 a 01 avascular 0 001 ! 02873811 a 0101 | without blood vessels
-02874130 01 a 01 cardiovascular 0 001 \ 05417975 n 0101 | of or pertaining to or involving the heart and blood vessels; "cardiovascular conditioning"
-02874282 01 a 01 choral 1 007 + 08188814 n 0101 + 08188638 n 0101 + 08188449 n 0101 + 08187837 n 0101 + 07379695 n 0101 + 07050177 n 0102 \ 08187837 n 0101 | related to or written for or performed by a chorus or choir; "choral composition"; "choral ensemble"
-02874543 01 a 01 choric 0 002 + 08187988 n 0101 \ 08187988 n 0101 | relating to or written for or in the style of a Greek chorus; "a choric Greek tragedy"
-02874700 01 a 01 chorionic 0 002 + 01472939 n 0101 \ 01472939 n 0101 | of or relating to a chorion; "a chorionic villus is a minute vascular projection on the fetal chorion"
-02874876 01 a 02 communist 0 communistic 0 004 + 08365855 n 0201 + 06214744 n 0201 \ 06214744 n 0201 \ 06214744 n 0101 | relating to or marked by communism; "Communist Party"; "communist governments"; "communistic propaganda"
-02875104 01 a 01 post-communist 0 001 \ 06214744 n 0101 | no longer communist; subsequent to being communistic; "the bank announced its first loan to a post-communist country"
-02875282 01 a 01 Marxist 0 001 \ 06215618 n 0101 | following the ideas of Marx and Engels
-02875374 01 a 01 Marxist-Leninist 0 001 \ 06215152 n 0101 | following the ideas of Marx expanded to include those of Lenin
-02875499 01 a 03 Bolshevik 0 Bolshevist 0 Bolshevistic 0 005 + 09863936 n 0302 + 08368308 n 0301 \ 08368308 n 0301 \ 08368308 n 0201 \ 08368308 n 0101 | of or relating to Bolshevism; "Bolshevik Revolution"
-02875707 01 a 03 cutaneous 0 cutaneal 0 dermal 2 004 \ 05238282 n 0303 + 05238282 n 0203 \ 05238282 n 0203 \ 05238282 n 0103 | relating to or existing on or affecting the skin; "cutaneous nerves"; "a cutaneous infection"
-02875930 01 a 02 dermal 0 dermic 0 004 + 05243879 n 0201 \ 05243879 n 0201 + 05243879 n 0101 \ 05243879 n 0101 | of or relating to or located in the dermis
-02876088 01 a 04 cuticular 0 epidermal 0 epidermic 0 dermal 1 009 \ 05240211 n 0402 + 05240211 n 0301 \ 05240211 n 0302 + 05240211 n 0201 \ 05240211 n 0202 + 01895630 n 0101 + 01903756 n 0103 \ 05240211 n 0102 \ 01895630 n 0101 | of or relating to a cuticle or cuticula
-02876360 01 a 02 ectodermal 0 ectodermic 0 004 + 01463739 n 0201 \ 01463739 n 0201 + 01463739 n 0101 \ 01463739 n 0101 | of or relating to the ectoderm
-02876514 01 a 01 encysted 0 001 \ 14202996 n 0101 | enclosed in (or as if in) a cyst
-02876601 01 a 02 endermic 0 endermatic 0 002 \ 05238282 n 0201 \ 05238282 n 0101 | acting by absorption through the skin; "endermic ointment"
-02876745 01 a 01 endogenous 0 001 \ 11668117 n 0104 | of or resembling an endogen
-02876829 01 a 01 hypodermal 0 002 + 01895850 n 0101 \ 01895850 n 0101 | of or relating to the hypodermis
-02876936 01 a 02 hypodermic 0 subcutaneous 0 003 \ 05238282 n 0201 + 01895850 n 0101 \ 05238282 n 0101 | relating to or located below the epidermis; "hypodermic needle"; "subcutaneous implant"
-02877131 01 a 02 hypoglycemic 0 hypoglycaemic 0 004 + 14319454 n 0202 \ 14319454 n 0202 + 14319454 n 0101 \ 14319454 n 0101 | of or relating to hypoglycemia; "hypoglycemic agents"
-02877313 01 a 02 hypovolemic 0 hypovolaemic 0 004 + 14195112 n 0202 \ 14195112 n 0202 + 14195112 n 0101 \ 14195112 n 0101 | of or relating to a decrease in the volume of circulating blood
-02877503 01 a 03 intradermal 0 intradermic 0 intracutaneous 0 003 \ 05238282 n 0301 \ 05238282 n 0201 \ 05238282 n 0101 | relating to areas between the layers of the skin; "an intradermal injection"
-02877704 01 a 01 facial 0 005 + 05479314 n 0101 + 00665781 n 0101 + 05601198 n 0101 + 05600637 n 0101 \ 05600637 n 0101 | of or concerning the face; "a facial massage"; "facial hair"; "facial expression"
-02877910 01 a 02 mandibular 0 inframaxillary 0 003 \ 05275905 n 0202 + 05275905 n 0102 \ 05275905 n 0102 | relating to the lower jaw
-02878045 01 a 01 mandibulofacial 0 001 \ 05600637 n 0101 | of or relating to the lower jaw and face
-02878147 01 a 01 maxillary 0 002 + 05284132 n 0103 \ 05284132 n 0103 | of or relating to the upper jaw
-02878252 01 a 01 maxillodental 0 001 \ 05284132 n 0103 | of or relating to the upper jaw and its associated teeth
-02878368 01 a 01 maxillofacial 0 002 ;c 06063588 n 0000 \ 05600637 n 0101 | of or relating to the upper jaw and face (particularly with reference to specialized surgery of the maxilla); "maxillofacial surgery"
-02878580 01 a 01 maxillomandibular 0 001 \ 05546040 n 0101 | relating to the upper and lower jaws
-02878680 01 a 01 interfacial 0 002 + 03578435 n 0101 \ 03578435 n 0101 | relating to or situated at an interface; "an interfacial layer"; "interfacial tension is the surface tension at the interface between two liquids"
-02878902 01 a 02 lacrimal 1 lachrymal 1 002 \ 05331653 n 0201 \ 05331653 n 0101 | relating to or located near the organ that produces tears
-02879044 01 a 02 lacrimal 0 lachrymal 0 002 \ 05405324 n 0201 \ 05405324 n 0101 | of or relating to tears
-02879152 01 a 02 lacrimatory 0 lachrymatory 0 002 \ 05405324 n 0201 \ 05405324 n 0101 | relating to or prompting tears
-02879273 01 a 02 menstrual 0 catamenial 0 002 + 13513747 n 0204 \ 13513747 n 0101 | of or relating to menstruation or the menses; "menstrual period"
-02879424 01 a 01 mural 0 002 + 03799710 n 0101 \ 04546855 n 0101 | of or relating to walls; "mural painting"
-02879535 01 a 01 extralinguistic 0 001 \ 06282651 n 0101 | not included within the realm of language
-02879638 01 a 04 papal 0 apostolic 1 apostolical 1 pontifical 1 006 + 10453533 n 0404 \ 10453533 n 0401 \ 10453533 n 0301 \ 10453533 n 0201 + 10453533 n 0101 \ 10453533 n 0101 | proceeding from or ordered by or subject to a pope or the papacy regarded as the successor of the Apostles; "papal dispensation"
-02879947 01 a 01 Peloponnesian 0 002 + 08790495 n 0102 \ 08790495 n 0102 | of or relating to Peloponnesus; "Peloponnesian War"
-02880076 01 a 01 pubic 0 002 + 05278714 n 0101 \ 05278714 n 0101 | relating or near the pubis; "pubic bones"; "pubic hair"
-02880201 01 a 01 viral 0 002 + 01328702 n 0101 \ 01328702 n 0101 | relating to or caused by a virus; "viral infection"
-02880322 01 a 02 grammatical 0 grammatic 0 004 + 06174404 n 0201 \ 06174404 n 0201 + 06174404 n 0101 \ 06174404 n 0101 | of or pertaining to grammar; "the grammatic structure of a sentence"; "grammatical rules"; "grammatical gender"
-02880557 01 a 02 syntactic 0 syntactical 0 006 + 06176107 n 0201 + 06176322 n 0201 \ 06176322 n 0201 + 06176107 n 0101 + 06176322 n 0101 \ 06176322 n 0101 | of or relating to or conforming to the rules of syntax; "the syntactic rules of a language"
-02880808 01 a 01 glossopharyngeal 0 002 \ 05301072 n 0101 \ 05547508 n 0101 | pertaining to the tongue and throat
-02880924 01 a 01 glottal 0 002 + 05301526 n 0101 \ 05301526 n 0101 | of or relating to or produced by the glottis; "glottal stops"
-02881057 01 a 01 glottochronological 0 002 + 06156521 n 0101 \ 06156521 n 0101 | pertaining to the study of the evolution of languages from a common source; "glottochronological studies"
-02881246 01 a 01 lexicostatistic 0 002 + 06179574 n 0101 \ 06179574 n 0101 | pertaining to statistical methods used in studying the relations between languages; "lexicostatistic techniques"
-02881438 01 a 01 focal 0 003 + 11455695 n 0101 + 08572335 n 0101 \ 11455695 n 0101 | of or relating to a focus; "focal length"
-02881567 01 a 02 genital 0 venereal 0 001 \ 05514081 n 0103 | of or relating to the external sex organs; "genital herpes"; "venereal disease"
-02881711 01 a 02 genitourinary 0 GU 0 002 \ 05514081 n 0102 \ 05333259 n 0102 | of or related to the genital and urinary organs or their functions; "genitourinary infections"
-02881888 01 a 01 feline 0 002 + 02120997 n 0101 \ 02121620 n 0101 | of or relating to cats; "feline fur"
-02881995 01 a 01 laryngeal 0 002 + 05529729 n 0101 \ 05529729 n 0101 | of or relating to or situated in the larynx; "laryngeal infection"
-02882135 01 a 01 laryngopharyngeal 0 003 + 05529159 n 0101 \ 05529729 n 0101 \ 05547508 n 0102 | of or relating to the larynx and pharynx
-02882275 01 a 01 zygotic 0 002 + 05431926 n 0101 \ 05431926 n 0101 | of or relating to a zygote
-02882373 01 a 01 uninucleate 0 002 ! 02882467 a 0101 \ 05434927 n 0101 | having one nucleus
-02882467 01 a 01 multinucleate 0 002 ! 02882373 a 0101 \ 05434927 n 0101 | having two or more nuclei
-02882570 01 a 01 muscular 0 003 + 05289057 n 0101 + 14044719 n 0101 \ 05289297 n 0101 | of or relating to or consisting of muscle; "muscular contraction"
-02882726 01 a 01 musculoskeletal 0 002 \ 05289297 n 0101 \ 05585383 n 0102 | relating to muscles and skeleton
-02882838 01 a 01 intramuscular 0 001 \ 05289297 n 0101 | within a muscle; "an intramuscular injection"
-02882943 01 a 01 neuroendocrine 0 002 \ 05462315 n 0101 \ 05329533 n 0101 | of or relating to the nervous and endocrine systems (especially as they function together)
-02883112 01 a 01 neurogenic 0 001 \ 05296775 n 0101 | arising in or stimulated by nerve tissues
-02883210 01 a 01 neuroglial 0 002 + 05467054 n 0101 \ 05467054 n 0101 | relating to or consisting of neuroglia; "neuroglial tissue"
-02883344 01 a 01 neuromatous 0 002 + 14249262 n 0101 \ 14249262 n 0101 | of or relating to or caused by neuromas
-02883459 01 a 01 neuromuscular 0 002 \ 05289297 n 0101 \ 05474346 n 0101 | affecting or characteristic of both neural and muscular tissue
-02883599 01 a 02 nephritic 0 renal 0 002 \ 05332802 n 0201 \ 05332802 n 0101 | of or relating to the kidneys
-02883710 01 a 01 nephritic 1 002 + 14113798 n 0101 \ 14113798 n 0101 | affected by nephritis
-02883805 01 a 01 neurotoxic 0 002 + 15036321 n 0101 \ 15036321 n 0101 | poisonous to nerves or nerve cells
-02883914 01 a 01 neurotropic 0 002 ;c 06043075 n 0000 \ 00862310 n 0101 | (of a virus, toxin, or chemical) tending to attack or affect the nervous system preferentially
-02884085 01 a 01 parental 0 004 ;c 06075527 n 0000 + 10399491 n 0101 ! 02884275 a 0101 \ 10399491 n 0101 | designating the generation of organisms from which hybrid offspring are produced
-02884275 01 a 01 filial 0 003 ;c 06075527 n 0000 ! 02884085 a 0101 \ 10373998 n 0101 | designating the generation or the sequence of generations following the parental generation
-02884456 01 a 01 spinal 0 003 + 05588174 n 0103 + 01900488 n 0101 \ 05588174 n 0103 | of or relating to the spine or spinal cord; "spinal cord"; "spinal injury"
-02884619 01 a 01 atomic 0 002 + 14619225 n 0101 \ 14619225 n 0101 | of or relating to or comprising atoms; "atomic structure"; "atomic hydrogen"
-02884766 01 a 02 monatomic 0 monoatomic 0 002 \ 14619225 n 0201 \ 14619225 n 0101 | of or relating to an element consisting of a single atom; "helium and argon are monatomic gases"
-02884949 01 a 01 diatomic 0 001 \ 14619225 n 0101 | of or relating to a molecule made up of two atoms; "a diatomic molecule"
-02885076 01 a 01 polyatomic 0 001 \ 14619225 n 0101 | of or relating to a molecule made up of more than two atoms
-02885192 01 a 01 subatomic 0 001 \ 14619225 n 0101 | of or relating to constituents of the atom or forces within the atom; "subatomic particles"; "harnessing subatomic energy"
-02885370 01 a 01 client-server 0 001 \ 03085915 n 0101 | relating to a computer system in which a central server supports a number of networked workstations
-02885529 01 a 01 clinical 0 004 + 08054076 n 0101 + 07146300 n 0101 + 03043274 n 0101 \ 08054076 n 0101 | relating to a clinic or conducted in or as if in a clinic and depending on direct observation of patients; "clinical observation"; "clinical case study"
-02885790 01 a 01 subclinical 0 001 \ 02885529 a 0101 | relating to the stage in the development of a disease before the symptoms are observed
-02885934 01 a 01 postal 0 003 + 06264398 n 0104 + 00318186 n 0101 \ 06264398 n 0104 | of or relating to the system for delivering mail; "postal delivery"
-02886090 01 a 01 continental 0 002 + 09254614 n 0101 \ 09254614 n 0101 | of or relating to or characteristic of a continent; "the continental divide"; "continental drift"
-02886263 01 a 01 Continental 1 002 + 08696737 n 0101 \ 08696737 n 0101 | of or pertaining to or typical of Europe; "a Continental breakfast"
-02886406 01 a 01 continental 2 001 \ 09048460 n 0101 | of or relating to or concerning the American colonies during and immediately after the American Revolutionary War; "the Continental Army"; "the Continental Congress"
-02886629 01 a 01 lexical 0 003 + 05651068 n 0101 + 05651242 n 0102 \ 06286395 n 0101 | of or relating to words; "lexical decision task"
-02886767 01 a 01 nonlexical 0 001 \ 06286395 n 0101 | not relating to words; "nonlexical morphemes"
-02886869 01 a 01 lexical 1 002 + 06418901 n 0102 \ 06418901 n 0102 | of or relating to dictionaries
-02886971 01 a 01 psychosexual 0 002 + 05930010 n 0101 \ 05930010 n 0101 | of or relating to the mental or emotional attitudes about sexuality
-02887115 01 a 01 sexagesimal 0 001 \ 13738840 n 0101 | of or relating to or reckoning in sixtieths; "the sexagesimal divisions of hours and degrees"
-02887266 01 a 01 sex-limited 0 001 \ 05007280 n 0101 | relating to characteristics that are expressed differently in the two sexes
-02887399 01 a 01 sex-linked 0 001 \ 11506549 n 0101 | concerning characteristics that are determined by genes carried on the sex chromosomes (on the X chromosome in particular)
-02887578 01 a 01 sexual 1 002 + 05006898 n 0103 \ 05006898 n 0101 | of or relating to or characterized by sexuality; "sexual orientation"; "sexual distinctions"
-02887741 01 a 02 coital 0 copulatory 0 004 + 01428853 v 0201 \ 00845523 n 0204 + 00845523 n 0105 \ 00845523 n 0105 | of or relating to coitus or copulation
-02887899 01 a 01 marine 0 001 \ 09426788 n 0101 | of or relating to the sea; "marine explorations"
-02888000 01 a 01 marine 1 002 ;r 09044862 n 0000 \ 08192970 n 0103 | of or relating to military personnel who serve both on land and at sea (specifically the U.S. Marine Corps); "marine barracks"
-02888198 01 a 01 multilevel 0 001 \ 03365991 n 0101 | of a building having more than one level
-02888295 01 a 02 multiphase 0 polyphase 0 003 ;c 11449907 n 0000 \ 15290132 n 0201 \ 15290132 n 0101 | of an electrical system that uses or generates two or more alternating voltages of the same frequency but differing in phase angle
-02888531 01 a 01 muzzle-loading 0 001 \ 03469687 n 0101 | (of firearms) taking the projectile or cartridge through the muzzle
-02888659 01 a 01 littoral 0 001 \ 08596076 n 0101 | of or relating to a coastal or shore region
-02888757 01 a 01 sublittoral 0 001 \ 09255207 n 0101 | of or relating to the region of the continental shelf (between the seashore and the edge of the continental shelf) or the marine organisms situated there
-02888968 01 a 01 surgical 0 003 + 06063588 n 0101 ! 02889157 a 0101 \ 00671351 n 0102 | of or relating to or involving or used in surgery; "surgical instruments"; "surgical intervention"
-02889157 01 a 01 nonsurgical 0 002 ! 02888968 a 0101 \ 00671351 n 0102 | not surgical; "nonsurgical techniques"
-02889271 01 a 01 open-hearth 0 001 \ 03848537 n 0101 | of or relating to or produced by the open-hearth process; "open-hearth steel"
-02889406 01 a 01 ophthalmic 0 001 \ 06054446 n 0101 | of or relating to ophthalmology; "ophthalmic surgery"
-02889516 01 a 01 ophthalmic 1 001 \ 05311054 n 0101 | of or relating to the eye; "ophthalmic defect"
-02889619 01 a 01 physiotherapeutic 0 002 + 00700000 n 0102 \ 00700000 n 0102 | of or relating to or used in physical therapy
-02889746 01 a 03 nautical 2 maritime 0 marine 2 003 \ 01105737 n 0301 \ 01105737 n 0201 \ 01105737 n 0101 | relating to or involving ships or shipping or navigation or seamen; "nautical charts"; "maritime law"; "marine insurance"
-02889978 01 a 01 thalassic 0 001 \ 09426788 n 0101 | relating to the seas, especially smaller or inland seas; "deposits of sediment in gulfs and seas rather than in the ocean proper are known as thalassic deposits"- Scientific American
-02890216 01 a 02 oceanic 0 pelagic 0 003 \ 09426788 n 0201 + 09376198 n 0101 \ 09376198 n 0101 | relating to or occurring or living in or frequenting the open ocean; "oceanic islands like Bermuda"; "oceanic currents"; "oceanic birds"; "pelagic organisms"; "pelagic whaling"
-02890492 01 a 01 transoceanic 0 001 \ 09376198 n 0101 | on or from the other side of an ocean; "transoceanic crossing"
-02890613 01 a 01 ursine 0 001 \ 02131653 n 0101 | of or relating to or similar to bears
-02890703 01 a 02 intravenous 0 endovenous 0 002 \ 05418717 n 0201 \ 05418717 n 0101 | within or by means of a vein; "an intravenous inflammation"; "intravenous feeding"
-02890874 01 a 01 montane 0 001 \ 09359803 n 0101 | of or inhabiting mountainous regions; "montane flowers"
-02890983 01 a 01 mechanical 0 003 + 00098385 n 0102 + 06100236 n 0101 \ 06100236 n 0101 | relating to or governed by or in accordance with mechanics; "a belief that the universe is a mechanical contrivance"; "the mechanical pressure of a strong wind"
-02891236 01 a 02 mechanical 1 mechanically_skillful 0 002 \ 03701640 n 0201 \ 03701640 n 0101 | relating to or concerned with machinery or tools; "mechanical arts"; "mechanical design"; "mechanical skills"
-02891444 01 a 01 zoological 0 001 \ 00015388 n 0101 | of or relating to animals or animal groups; "zoological garden"
-02891564 01 a 01 zoological 1 002 + 06083243 n 0101 \ 06083243 n 0101 | concerning the study of animals and their classification and properties; "zoological research"
-02891733 01 a 01 protozoological 0 002 + 06073748 n 0101 \ 02891444 a 0101 | concerning the branch of zoology that studies protozoans
-02891869 01 a 03 protozoal 0 protozoan 0 protozoic 0 004 \ 01389188 n 0302 + 01389507 n 0202 \ 01389188 n 0202 \ 01389188 n 0102 | of or relating to the Protozoa
-02892033 01 a 01 rental 0 002 + 13295657 n 0101 \ 13295657 n 0101 | of or relating to rent; "rental agreement"; "rental charges"
-02892164 01 a 01 rental 1 002 + 13248393 n 0102 \ 13248393 n 0102 | available to rent or lease; "a rental car"
-02892277 01 a 01 rickettsial 0 002 + 01371483 n 0101 \ 01371483 n 0101 | relating to or caused by rickettsias
-02892389 01 a 01 ritual 0 004 + 00414790 n 0101 + 01027859 n 0101 + 01027859 n 0102 \ 01027859 n 0102 | of or relating to or employed in social rites or rituals; "a ritual dance of Haiti"; "sedate little colonial tribe with its ritual tea parties"- Nadine Gordimer
-02892656 01 a 01 ritual 2 003 + 01030820 n 0101 + 01029406 n 0101 \ 01029406 n 0102 | of or relating to or characteristic of religious rituals; "ritual killing"
-02892819 01 a 02 fetal 0 foetal 0 004 + 01459791 n 0202 \ 01459791 n 0201 + 01459791 n 0101 \ 01459791 n 0101 | of or relating to a fetus; "fetal development"
-02892980 01 a 01 juvenile 0 003 + 09622049 n 0101 + 04928585 n 0103 \ 15147713 n 0101 | of or relating to or characteristic of or appropriate for children or young people; "juvenile diabetes"; "juvenile fashions"
-02893195 01 a 01 herbal 0 003 + 12205694 n 0101 + 07811416 n 0101 \ 07811416 n 0101 | of or relating to herbs; "herbal tea, herbal medicine"
-02893338 01 a 02 doctoral 0 doctorial 0 009 + 06702458 n 0202 + 10021892 n 0201 + 10020890 n 0201 \ 10021892 n 0201 \ 06702458 n 0202 + 06702458 n 0102 + 10021892 n 0101 \ 10021892 n 0101 \ 06702458 n 0102 | of or relating to a doctor or doctorate; "doctoral dissertation"; "doctorial candidates"
-02893637 01 a 02 pediatric 0 paediatric 0 004 + 06061631 n 0202 \ 06061631 n 0202 + 06061631 n 0101 \ 06061631 n 0101 | of or relating to the medical care of children; "pediatric dentist"
-02893827 01 a 01 kinetic 0 002 + 00863222 n 0101 \ 06113597 n 0102 | relating to the motion of material bodies and the forces associated therewith; "kinetic energy"
-02893994 01 a 01 mammary 0 002 + 05554189 n 0102 \ 05554189 n 0102 | of or relating to the milk-giving gland of the female
-02894119 01 a 03 neural 0 neuronal 0 neuronic 0 006 + 05465567 n 0302 \ 05465567 n 0302 + 05465567 n 0202 \ 05465567 n 0202 + 05465567 n 0102 \ 05465567 n 0102 | of or relating to neurons; "neural network"
-02894327 01 a 01 sensorineural 0 001 \ 02894119 a 0101 | of or relating to the neural process of sensation
-02894436 01 a 01 sensorimotor 0 001 \ 00859001 n 0101 | of or relating to the sensory and motor coordination of an organism or to the controlling nerves
-02894591 01 a 01 occupational 0 001 \ 00582388 n 0101 | of or relating to the activity or business for which you are trained; "occupational hazard"
-02894741 01 a 01 pelvic 0 002 + 05596651 n 0101 \ 05596651 n 0101 | of or relating to the pelvis; "pelvic exam"; "pelvic inflammation"
-02894878 01 a 01 frontal 2 003 ;c 06118563 n 0000 + 11460488 n 0101 \ 11460488 n 0101 | of or relating to the front of an advancing mass of air; "frontal rainfall"
-02895044 01 a 02 bucolic 0 pastoral 2 002 \ 10587605 n 0202 \ 10587605 n 0102 | relating to shepherds or herdsmen or devoted to raising sheep or cattle; "pastoral seminomadic people"; "pastoral land"; "a pastoral economy"
-02895268 01 a 01 Masonic 0 003 + 10111144 n 0102 \ 10111144 n 0102 \ 08235513 n 0102 | of or relating to Freemasons or Freemasonry; "Masonic lodge"
-02895418 01 a 01 masonic 1 003 + 10297531 n 0101 \ 10297531 n 0101 \ 00608896 n 0101 | of or relating to stonemasons or masonry; "masonic tools"
-02895565 01 a 01 Masoretic 0 002 + 06375624 n 0101 \ 06375624 n 0101 | of or relating to the Masorah
-02895668 01 a 01 masted 0 001 \ 03726760 n 0101 | having or furnished with a mast; often used in combination; "probably was so masted when she set forth"- S.E.Morrison; "a three-masted bark"
-02895861 01 a 01 migrational 0 005 + 07312616 n 0101 + 01123095 n 0101 \ 01123095 n 0101 \ 07312616 n 0101 \ 07312829 n 0101 | of or related to migration
-02896017 01 a 03 mnemonic 0 mnemotechnic 0 mnemotechnical 0 003 \ 05661551 n 0301 \ 05661551 n 0201 \ 05661551 n 0101 | of or relating to or involved the practice of aiding the memory; "mnemonic device"
-02896222 01 a 01 parietal 0 002 ;c 06057539 n 0000 \ 05541645 n 0101 | of or relating to or associated with the parietal bones in the cranium; "parietal lobe"
-02896383 01 a 01 statuary 0 002 + 04306847 n 0101 \ 04306847 n 0101 | of or relating to or suitable for statues
-02896497 01 a 01 tubal 0 002 + 05246511 n 0101 \ 05246511 n 0101 | of or relating to occurring in a tube such as e.g. the Fallopian tube or Eustachian tube; "tubal ligation"; "tubal pregnancy"
-02896692 01 a 01 velar 0 002 + 05309392 n 0102 \ 05309392 n 0102 | of or relating to the velum
-02896789 01 a 02 documentary 0 documental 0 008 + 06470073 n 0201 + 03217458 n 0201 \ 06470073 n 0201 + 13403331 n 0101 + 06510977 n 0102 + 06470073 n 0101 + 03217458 n 0101 \ 06470073 n 0101 | relating to or consisting of or derived from documents
-02897040 01 a 01 iambic 0 002 ;c 06170025 n 0000 \ 07095280 n 0101 | of or consisting of iambs; "iambic pentameter"
-02897158 01 a 01 structural 0 001 \ 04931965 n 0101 | relating to or having or characterized by structure; "structural engineer"; "structural errors"; "structural simplicity"
-02897335 01 a 01 structural 1 001 \ 05726345 n 0101 | relating to or caused by structure, especially political or economic structure; "structural unemployment in a technological society"
-02897524 01 a 02 anatomic 0 anatomical 0 005 + 07151892 n 0202 + 05217168 n 0208 \ 05217168 n 0208 + 05217168 n 0108 \ 05217168 n 0108 | of or relating to the structure of the body; "anatomical features"
-02897730 01 a 02 anatomic 1 anatomical 1 004 + 06057539 n 0201 \ 06057539 n 0201 + 06057539 n 0101 \ 06057539 n 0101 | of or relating to the branch of morphology that studies the structure of organisms; "anatomical research"
-02897957 01 a 01 architectural 0 001 \ 06123363 n 0101 | of or pertaining to the art and science of architecture; "architectural history"; "architectural design"
-02898121 01 a 02 tectonic 1 architectonic 0 003 + 06124395 n 0201 \ 06124395 n 0202 \ 06124395 n 0102 | of or pertaining to construction or architecture
-02898276 01 a 02 organizational 0 organisational 0 002 \ 05726596 n 0203 \ 05726596 n 0102 | of or relating to an organization; "organizational structure"
-02898433 01 a 01 cogitative 0 002 + 00628491 v 0102 \ 05784242 n 0101 | of or relating to having capacities for cogitation; "the cogitative faculty"
-02898584 01 a 01 cognitive 0 002 + 00594621 v 0102 \ 00023271 n 0101 | of or being or relating to or involving cognition; "cognitive psychology"; "cognitive style"
-02898750 01 a 01 mental 0 003 + 06195839 n 0101 + 05618056 n 0105 \ 05611302 n 0101 | of or relating to the mind; "mental powers"; "mental development"; "mental hygiene"
-02898922 01 a 01 cultural 1 002 + 05751794 n 0101 \ 05751794 n 0101 | of or relating to the arts and manners that a group favors; "cultural events"; "a person of broad cultural interests"
-02899112 01 a 01 factual 0 003 + 04759428 n 0102 + 04759428 n 0101 \ 05817396 n 0101 | of or relating to or characterized by facts; "factual considerations"
-02899271 01 a 01 achondroplastic 0 002 + 14121804 n 0101 \ 14121804 n 0101 | of or relating to achondroplasia
-02899383 01 a 01 ateleiotic 0 002 + 14508799 n 0101 \ 14508799 n 0101 | of or relating to ateleiosis
-02899486 01 a 02 ecclesiastical 0 ecclesiastic 0 002 \ 08082602 n 0201 \ 08082602 n 0101 | of or associated with a church (especially a Christian Church); "ecclesiastic history"
-02899666 01 a 04 priestly 0 hieratic 1 hieratical 1 sacerdotal 0 004 \ 08113443 n 0401 \ 08113443 n 0301 \ 08113443 n 0201 \ 08113443 n 0101 | associated with the priesthood or priests; "priestly (or sacerdotal) vestments"; "hieratic gestures"
-02899912 01 a 01 sacerdotal 2 002 + 05951820 n 0101 \ 05951820 n 0101 | of or relating to a belief in sacerdotalism; "sacerdotal emphasis on the authority of priests"
-02900081 01 a 01 molar 0 003 + 13724081 n 0102 + 05040081 n 0101 \ 13724081 n 0102 | containing one mole of a substance; "molar weight"
-02900219 01 a 01 molar 2 003 + 13724081 n 0102 + 05040081 n 0101 \ 13724081 n 0102 | designating a solution containing one mole of solute per liter of solution
-02900381 01 a 01 molal 0 003 + 13724081 n 0102 + 05039907 n 0101 \ 13724081 n 0102 | designating a solution containing one mole of solute per kilogram of solvent
-02900545 01 a 01 molar 3 002 + 05307773 n 0101 \ 05307773 n 0101 | of or pertaining to the grinding teeth in the back of a mammal's mouth; "molar teeth"
-02900700 01 a 01 molecular 0 002 + 14682133 n 0101 \ 14682133 n 0101 | relating to or produced by or consisting of molecules; "molecular structure"; "molecular oxygen"; "molecular weight is the sum of all the atoms in a molecule"
-02900932 01 a 01 bimolecular 0 001 \ 14682133 n 0101 | relating to or affecting two molecules
-02901028 01 a 01 intramolecular 0 001 \ 14682133 n 0101 | within the molecule; occurring by a reaction between different parts of the same molecule
-02901178 01 a 01 intermolecular 0 001 \ 14682133 n 0101 | existing or acting between molecules; "intermolecular forces"; "intermolecular condensation"
-02901331 01 a 01 macerative 0 002 + 00398741 v 0101 \ 13510152 n 0101 | accompanied by or characterized by maceration; "macerative degeneration of the liver"
-02901491 01 a 02 macrencephalic 0 macrencephalous 0 004 + 14152492 n 0201 \ 14152492 n 0201 + 14152492 n 0101 \ 14152492 n 0101 | having a large brain case
-02901649 01 a 02 macrocephalic 0 macrocephalous 0 003 \ 14508974 n 0201 + 14508974 n 0101 \ 14508974 n 0101 | having an exceptionally large head and brain
-02901806 01 a 03 microcephalic 0 microcephalous 0 nanocephalic 0 006 + 14509299 n 0303 \ 14509299 n 0303 + 14509299 n 0201 \ 14509299 n 0201 + 14509299 n 0101 \ 14509299 n 0101 | having an abnormally small head and underdeveloped brain; "a nanocephalic dwarf"
-02902068 01 a 01 microelectronic 0 002 + 06115179 n 0101 \ 06115179 n 0101 | of or relating to or consisting of miniature electronic components
-02902214 01 a 02 machine_readable 0 computer_readable 0 002 ;c 06128570 n 0000 \ 06357985 n 0101 | suitable for feeding directly into a computer
-02902361 01 a 01 macromolecular 0 002 + 14944888 n 0101 \ 14944888 n 0101 | relating to or consisting of or characterized by macromolecules; "macromolecular compounds"
-02902531 01 a 01 isotopic 0 002 + 14619658 n 0101 \ 14619658 n 0101 | of or relating to or having the relation of an isotope
-02902658 01 a 01 isothermic 0 001 \ 08590172 n 0101 | of or relating to an isotherm
-02902744 01 a 01 microcosmic 0 001 \ 05938314 n 0101 | relating to or characteristic of a microcosm; "the microcosmic world of business"
-02902883 01 a 01 micrometeoric 0 001 \ 09353918 n 0101 | of or relating to micrometeorites
-02902976 01 a 01 micropylar 0 001 \ 11679378 n 0101 | of or relating to a micropyle
-02903062 01 a 01 macrocosmic 0 002 + 09466280 n 0106 \ 09466280 n 0106 | relating to or constituting a macrocosm
-02903177 01 a 01 mucinous 0 002 + 14730955 n 0101 \ 14730955 n 0101 | relating to or containing mucin
-02903281 01 a 01 mucinoid 0 001 \ 14730955 n 0101 | resembling mucin
-02903352 01 a 01 mucocutaneous 0 002 \ 05327134 n 0101 \ 05238282 n 0101 | of or relating to the mucous membranes and skin
-02903477 01 a 01 mucopurulent 0 002 \ 05415395 n 0101 \ 05417472 n 0101 | containing or composed of mucus and pus
-02903593 01 a 02 mucous 0 mucose 0 003 \ 05415395 n 0201 + 05415395 n 0101 \ 05415395 n 0101 | of or secreting or covered with or resembling mucus; "mucous tissue"; "mucous glands of the intestine"
-02903793 01 a 02 mucoid 0 mucoidal 0 003 \ 05415395 n 0201 + 14956027 n 0101 \ 05415395 n 0101 | relating to or resembling mucus; "a mucoid substance"
-02903946 01 a 01 colloidal 0 002 + 14588219 n 0101 \ 14588219 n 0101 | of or relating to or having the properties of a colloid
-02904075 01 a 01 administrative 0 003 + 02431971 v 0102 + 02431971 v 0101 \ 08164585 n 0101 | of or relating to or responsible for administration
-02904223 01 a 01 managerial 0 002 + 10014939 n 0102 \ 01133281 n 0101 | of or relating to the function or responsibility or activity of management
-02904372 01 a 01 supervisory 0 002 + 02443049 v 0102 \ 10676877 n 0101 | of or limited to or involving supervision; "in a supervisory capacity"
-02904518 01 a 02 nervous 0 neural 1 003 \ 05462315 n 0201 + 05474346 n 0101 \ 05462315 n 0101 | of or relating to the nervous system; "nervous disease"; "neural disorder"
-02904691 01 a 01 latinate 0 001 \ 06962600 n 0101 | derived from or imitative of Latin
-02904780 01 a 01 latitudinal 0 003 + 08595720 n 0101 + 08595531 n 0101 \ 08595531 n 0101 | of or relating to latitudes north or south
-02904916 01 a 01 Florentine 0 001 \ 08812166 n 0102 | of or relating to or characteristic of the city of Florence; "Florentine art"
-02905050 01 a 01 earthen 0 001 \ 14842992 n 0101 | made of earth (or baked clay); "an earthen pot"
-02905151 01 a 01 earthy 0 002 + 14842992 n 0101 \ 14842992 n 0101 | of or consisting of or resembling earth; "it had an earthy smell"; "only a little earthy bank separates me from the edge of the ocean"
-02905356 01 a 01 monometallic 0 001 \ 14625458 n 0102 | containing one atom of metal in the molecule; "monometallic carbonyls"
-02905485 01 a 01 brazen 0 001 \ 14716997 n 0101 | made of or resembling brass (as in color or hardness)
-02905591 01 a 02 geological 0 geologic 0 004 + 06115701 n 0201 \ 06115701 n 0201 + 06115701 n 0101 \ 06115701 n 0101 | of or relating to or based on geology; "geological formations"; "geologic forces"
-02905794 01 a 01 psychological 0 002 + 06136258 n 0101 \ 06136258 n 0101 | of or relating to or determined by psychology; "psychological theories"
-02905943 01 a 01 psychogenetic 0 001 \ 13543093 n 0101 | of or relating to the origin and development of the mind
-02906059 01 a 02 psychogenetic 1 psychogenic 0 002 \ 13543231 n 0201 \ 13543231 n 0101 | of or relating to the psychological cause of a disorder
-02906206 01 a 01 sociological 0 002 + 06151693 n 0101 \ 06151693 n 0101 | of or relating to or determined by sociology; "sociological studies"
-02906351 01 a 01 demographic 0 002 + 06022076 n 0101 \ 06152125 n 0101 | of or relating to demography; "demographic surveys"
-02906478 01 a 04 ecological 0 ecologic 0 bionomical 0 bionomic 0 009 ;c 06037666 n 0000 + 06070929 n 0402 \ 06070929 n 0402 + 06070929 n 0302 \ 06070929 n 0302 + 06070929 n 0201 \ 06070929 n 0201 + 06070929 n 0101 \ 06070929 n 0101 | of or relating to the science of ecology; "ecological research"
-02906778 01 a 02 ecological 1 ecologic 1 004 + 14513062 n 0201 \ 14513062 n 0201 + 14513062 n 0101 \ 14513062 n 0101 | characterized by the interdependence of living organisms in an environment; "an ecological disaster"
-02907000 01 a 01 theological 0 004 + 06182144 n 0101 + 06183899 n 0101 + 00613973 n 0101 \ 06183899 n 0101 | of or relating to or concerning theology; "theological seminar"
-02907175 01 a 01 anthropological 0 002 + 06143546 n 0101 \ 06143546 n 0101 | of or concerned with the science of anthropology; "anthropological studies"
-02907330 01 a 01 paleoanthropological 0 002 + 06074189 n 0101 \ 06074189 n 0101 | of or concerned with the scientific study of human fossils
-02907473 01 a 01 computational 0 004 + 05802185 n 0102 + 00868910 n 0102 \ 00868910 n 0102 \ 03082979 n 0101 | of or involving computation or computers; "computational linguistics"
-02907656 01 a 01 athletic 0 002 + 09820263 n 0101 \ 00523513 n 0102 | relating to or befitting athletics or athletes; "athletic facilities"
-02907798 01 a 01 astrophysical 0 002 + 06097775 n 0101 \ 06097775 n 0101 | of or concerned with astrophysics; "astrophysical sciences"
-02907935 01 a 01 geopolitical 0 002 + 06148748 n 0101 \ 06148748 n 0101 | of or relating to geopolitics
-02908041 01 a 02 thermodynamic 0 thermodynamical 0 004 + 06114578 n 0201 \ 06114578 n 0201 + 06114578 n 0101 \ 06114578 n 0101 | of or concerned with thermodynamics; "the thermodynamic limit"
-02908235 01 a 01 geophysical 0 002 + 06117562 n 0101 \ 06117562 n 0101 | of or concerned with geophysics; "geophysical sciences"
-02908366 01 a 02 seismological 0 seismologic 0 004 + 06120496 n 0201 \ 06120496 n 0201 + 06120496 n 0101 \ 06120496 n 0101 | of or concerned with seismology
-02908525 01 a 01 peptic 0 002 + 14978729 n 0101 \ 13465809 n 0101 | relating to or promoting digestion; "peptic juices"
-02908647 01 a 01 duodenal 0 002 + 05534955 n 0101 \ 05534955 n 0101 | in or relating to the duodenum; "duodenal ulcer"
-02908768 01 a 01 neuropsychological 0 002 + 06140799 n 0102 \ 06140799 n 0102 | of or concerned with neuropsychology
-02908887 01 a 01 neurophysiological 0 002 + 06081602 n 0101 \ 06081602 n 0101 | of or concerned with neurophysiology
-02909006 01 a 01 navigational 0 004 + 01105737 n 0101 + 00314469 n 0102 + 00815801 n 0101 \ 00815801 n 0101 | of or relating to navigation; "navigational aids"
-02909168 01 a 01 differential 1 003 ;c 06000644 n 0000 + 06014730 n 0104 \ 00870640 n 0101 | involving or containing one or more derivatives; "differential equation"
-02909336 01 a 01 deconstructionist 0 001 \ 05970012 n 0102 | of or concerned with the philosophical theory of literature known as deconstructionism; "deconstructionist criticism"
-02909517 01 a 01 rationalist 0 001 \ 05975473 n 0101 | of or relating to or characteristic of rationalism; "rationalist philosophy"
-02909651 01 a 02 calligraphic 0 calligraphical 0 003 + 06403969 n 0201 \ 06403969 n 0201 \ 06403969 n 0101 | of or relating to or expressed in calligraphy
-02909808 01 a 02 lexicographic 0 lexicographical 0 003 + 00931721 n 0201 \ 00931721 n 0201 \ 00931721 n 0101 | of or relating to lexicography
-02909952 01 a 01 orthographic 0 002 + 06351202 n 0101 \ 06351202 n 0101 | of or relating to or expressed in orthography
-02910074 01 a 01 telegraphic 0 002 + 04400499 n 0101 \ 04400499 n 0101 | of or relating to or transmitted by telegraph; "a telegraphic machine"; "telegraphic news reports"
-02910248 01 a 02 typographic 0 typographical 0 006 + 06677974 n 0201 + 01103000 n 0201 \ 01103000 n 0201 + 06677974 n 0101 + 01103000 n 0101 \ 01103000 n 0101 | relating to or occurring or used in typography; "the typographic art"; "a typographical error"
-02910506 01 a 01 astrological 0 002 + 05778131 n 0101 \ 05778131 n 0101 | relating to or concerned with astrology; "astrological chart"
-02910644 01 a 01 syllogistic 0 002 + 05779116 n 0101 \ 05779116 n 0101 | of or relating to or consisting of syllogism; "syllogistic reasoning"
-02910789 01 a 02 necromantic 0 necromantical 0 005 + 05978812 n 0204 + 05777439 n 0201 \ 05777439 n 0201 + 05978812 n 0104 \ 05777439 n 0101 | relating to or associated with necromancy; "mysterious necromantic rites"
-02911008 01 a 01 lithomantic 0 002 + 05777298 n 0101 \ 05777298 n 0101 | of or relating to lithomancy
-02911112 01 a 01 mechanistic 0 002 + 05972781 n 0101 \ 05972781 n 0101 | of or relating to the philosophical theory of mechanism
-02911243 01 a 01 chiromantic 0 002 + 05777830 n 0103 \ 05777830 n 0103 | of or relating to palmistry
-02911346 01 a 01 parametric 0 002 + 05859071 n 0101 \ 05859071 n 0101 | of or relating to or in terms of a parameter; "parametric equation"
-02911488 01 a 01 nonparametric 0 002 ;c 06018465 n 0000 \ 06022727 n 0101 | not involving an estimation of the parameters of a statistic
-02911627 01 a 01 statistical 0 002 + 06018465 n 0101 \ 06018465 n 0101 | of or relating to statistics; "statistical population"
-02911757 01 a 01 nihilistic 0 003 + 13973320 n 0101 + 05965388 n 0101 \ 05965388 n 0101 | of or relating to nihilism
-02911876 01 a 02 spiritualistic 0 spiritualist 0 004 \ 05951969 n 0201 + 05976805 n 0101 + 05951969 n 0101 \ 05951969 n 0101 | of or relating to or connected with spiritualism
-02912054 01 a 02 supernaturalist 0 supernaturalistic 0 004 + 05952490 n 0201 + 04789406 n 0201 \ 05952490 n 0201 \ 05952490 n 0101 | of or relating to supernaturalism; "supernaturalist beliefs"
-02912250 01 a 01 operationalist 0 001 \ 05974363 n 0101 | of or relating to or espousing operationalism; "operationalist doctrine"
-02912383 01 a 01 operatic 0 003 + 07026352 n 0101 + 03849814 n 0101 \ 07026352 n 0101 | of or relating to or characteristic of opera
-02912518 01 a 01 trigonometric 0 002 + 06012513 n 0101 \ 06012513 n 0101 | of or relating to or according to the principles of trigonometry; "trigonometric function"
-02912686 01 a 02 pharmacological 0 pharmacologic 0 004 + 06054892 n 0201 \ 06054892 n 0201 + 06054892 n 0101 \ 06054892 n 0101 | of or relating to pharmacology
-02912848 01 a 02 toxicological 0 toxicologic 0 004 + 06064462 n 0201 \ 06064462 n 0201 + 06064462 n 0101 \ 06064462 n 0101 | of or relating to toxicology
-02913004 01 a 02 psychiatric 0 psychiatrical 0 004 + 06055946 n 0201 \ 06055946 n 0201 + 06055946 n 0101 \ 06055946 n 0101 | relating to or used in or engaged in the practice of psychiatry; "psychiatric disorder"; "psychiatric hospital"
-02913243 01 a 02 oncological 0 oncologic 0 004 + 06054266 n 0201 \ 06054266 n 0201 + 06054266 n 0101 \ 06054266 n 0101 | of or relating to or practicing oncology; "oncological nurse"
-02913428 01 a 02 psychoanalytical 0 psychoanalytic 0 004 + 00704305 n 0201 \ 00704305 n 0201 + 00704305 n 0101 \ 00704305 n 0101 | of or relating to or incorporating the methods and theory of psychiatric treatment originated by Sigmund Freud; "Freud's psychoanalytical theories"; "psychoanalytic treatment"
-02913737 01 a 01 psychometric 0 002 + 06141023 n 0101 \ 06141023 n 0101 | of or relating to psychometrics; "psychometric journals"
-02913870 01 a 01 psychomotor 0 002 \ 05833840 n 0101 \ 00859001 n 0101 | of or relating to or characterizing mental events that have motor consequences or vice versa
-02914038 01 a 01 psychotherapeutic 0 003 + 06056923 n 0101 + 00700652 n 0101 \ 06056923 n 0101 | of or relating to or practicing psychotherapy; "psychotherapeutic sessions"
-02914213 01 a 02 therapeutic 0 therapeutical 0 004 + 00661091 n 0201 \ 00661091 n 0201 + 00661091 n 0101 \ 00661091 n 0101 | relating to or involved in therapy; "therapeutic approach to criminality"
-02914414 01 a 02 neuroanatomic 0 neuroanatomical 0 004 + 06060208 n 0201 \ 06060208 n 0201 + 06060208 n 0101 \ 06060208 n 0101 | of or relating to neural tissue or the nervous system
-02914599 01 a 01 virological 0 002 + 06065640 n 0101 \ 06065640 n 0101 | of or relating to the science of virology; "virological research"
-02914740 01 a 02 bacteriological 0 bacteriologic 0 004 + 06046692 n 0201 \ 06046692 n 0201 + 06046692 n 0101 \ 06046692 n 0101 | of or relating to bacteriology
-02914902 01 a 01 cardiologic 0 002 + 06047275 n 0101 \ 06047275 n 0101 | of or relating to or used in or practicing cardiology; "cardiologic evidence"
-02915055 01 a 02 endocrine 0 endocrinal 0 005 + 05329735 n 0202 + 05407119 n 0202 \ 05329735 n 0201 ! 02915381 a 0101 \ 05329735 n 0101 | of or belonging to endocrine glands or their secretions; "endocrine system"
-02915271 01 a 01 enolic 0 002 + 14605590 n 0101 \ 14605590 n 0101 | of or relating to or consisting of enol
-02915381 01 a 01 exocrine 0 002 ! 02915055 a 0101 \ 05328867 n 0101 | of or relating to exocrine glands or their secretions
-02915507 01 a 01 endodontic 0 002 + 06048184 n 0101 \ 06048184 n 0101 | of or relating to or involving or practicing endodontics; "an endodontic specialist"
-02915666 01 a 01 endoparasitic 0 002 + 01385017 n 0101 \ 01385017 n 0101 | of or relating to parasites that live in the internal organs of animals
-02915815 01 a 01 orthodontic 0 004 + 06048552 n 0103 + 06048552 n 0101 + 06048552 n 0102 \ 06048552 n 0101 | of or relating to or involving or practicing orthodontics; "orthodontic braces"
-02916006 01 a 02 periodontic 0 periodontal 0 005 + 06048851 n 0201 + 06048851 n 0202 \ 06048851 n 0201 + 06048851 n 0101 \ 06048851 n 0101 | of or relating to or involving or practicing periodontics; "periodontal disease"
-02916230 01 a 02 dermatologic 0 dermatological 0 004 + 06049500 n 0201 \ 06049500 n 0201 + 06049500 n 0101 \ 06049500 n 0101 | of or relating to or practicing dermatology
-02916403 01 a 01 exodontic 0 002 + 06048373 n 0101 \ 06048373 n 0101 | of or relating to or involving exodontics; "exodontic surgeon"
-02916539 01 a 02 geriatric 0 gerontological 0 004 + 06050650 n 0202 \ 06050650 n 0201 + 06050650 n 0101 \ 06050650 n 0101 | of or relating to or practicing geriatrics; "geriatric hospital"
-02916730 01 a 01 geriatric 1 002 + 06050650 n 0101 \ 07943870 n 0101 | of or relating to the aged; "geriatric disorder"
-02916852 01 a 01 German-American 0 001 \ 09742315 n 0101 | of or relating to or characteristic of German Americans
-02916969 01 a 03 gynecological 0 gynaecological 0 gynecologic 0 006 + 06050901 n 0301 \ 06050901 n 0301 + 06050901 n 0202 \ 06050901 n 0201 + 06050901 n 0101 \ 06050901 n 0101 | of or relating to or practicing gynecology; "gynecological examination"
-02917221 01 a 01 gymnosophical 0 002 + 05962414 n 0101 \ 05962414 n 0101 | of or relating to gymnosophy
-02917327 01 a 01 gymnospermous 0 002 + 11596108 n 0101 \ 11595312 n 0101 | relating to or characteristic of plants of the class Gymnospermae
-02917470 01 a 03 hematologic 0 haematological 0 hematological 0 006 + 06051134 n 0301 \ 06051134 n 0301 + 06051134 n 0202 \ 06051134 n 0201 + 06051134 n 0101 \ 06051134 n 0101 | of or relating to or involved in hematology
-02917694 01 a 02 obstetric 0 obstetrical 0 004 + 06053439 n 0201 \ 06053439 n 0201 + 06053439 n 0101 \ 06053439 n 0101 | of or relating to or used in or practicing obstetrics; "obstetric hospital"
-02917893 01 a 02 neurological 0 neurologic 0 006 + 06052864 n 0201 + 06078978 n 0201 \ 06052864 n 0201 + 06052864 n 0101 + 06078978 n 0101 \ 06052864 n 0101 | of or relating to or used in or practicing neurology; "neurological evidence"
-02918132 01 a 01 spectrometric 0 003 + 00649482 n 0102 + 03726516 n 0102 \ 00649482 n 0102 | of or relating to or involving spectrometry
-02918271 01 a 02 spectroscopic 0 spectroscopical 0 005 + 00649482 n 0201 \ 00649482 n 0201 + 00649482 n 0101 + 04273064 n 0101 \ 00649482 n 0101 | of or relating to or involving spectroscopy; "spectroscopic analysis"
-02918490 01 a 01 mass_spectroscopic 0 002 + 00650743 n 0101 \ 00650743 n 0101 | relating to or involving mass spectroscopy
-02918615 01 a 01 mass-spectrometric 0 001 \ 03726516 n 0101 | relating to or involving a mass spectrometer
-02918724 01 a 01 electron_microscopic 0 001 \ 00641109 n 0101 | of or relating to or involving an electron microscope
-02918844 01 a 02 microscopic 0 microscopical 0 006 + 00640889 n 0201 + 03760671 n 0201 \ 00640889 n 0201 + 00640889 n 0101 + 03760671 n 0101 \ 00640889 n 0101 | of or relating to or used in microscopy; "microscopic analysis"; "microscopical examination"
-02919100 01 a 02 insurrectional 0 insurrectionary 0 004 + 00962129 n 0202 \ 00962129 n 0202 + 00962129 n 0102 \ 00962129 n 0102 | of or relating to or given to insurrection
-02919275 01 a 02 conspiratorial 0 conspirative 0 007 + 00707624 v 0201 + 00706975 v 0201 \ 05908882 n 0201 + 08251303 n 0101 + 06524935 n 0101 + 09958892 n 0101 \ 05908882 n 0101 | relating to or characteristic of conspiracy or conspirators; "a conspiratorial whisper"; "the discovery of possible conspirative codes"
-02919594 01 a 01 domestic 0 002 + 00409075 n 0101 \ 03259505 n 0102 | of or relating to the home; "domestic servant"; "domestic science"
-02919733 01 a 01 econometric 0 002 + 06150449 n 0101 \ 06150449 n 0101 | of or relating to econometrics; "econometric theories"
-02919863 01 a 01 criminological 0 002 + 06151942 n 0101 \ 06151942 n 0101 | of or relating to or involved in criminology
-02919986 01 a 01 classicistic 0 002 + 06154724 n 0101 \ 06154724 n 0101 | of or relating to classicism; "the classicistic tradition"
-02920121 01 a 01 historical 0 004 + 06155567 n 0101 + 05170088 n 0101 ! 02920321 a 0101 \ 06155567 n 0101 | of or relating to the study of history; "historical scholars"; "a historical perspective"
-02920321 01 a 01 ahistorical 0 001 ! 02920121 a 0101 | unconcerned with or unrelated to history or to historical development or to tradition
-02920464 01 a 01 ontological 0 002 + 06162847 n 0101 \ 06162847 n 0101 | of or relating to ontology; "ontological speculations"
-02920594 01 a 02 pietistic 0 pietistical 0 004 + 08475722 n 0201 \ 08475722 n 0201 + 08475722 n 0101 \ 08475722 n 0101 | of or relating to Pietism; "the Pietistic movement"
-02920769 01 a 02 fascist 0 fascistic 0 004 + 06217944 n 0201 \ 06217944 n 0201 + 10079893 n 0101 \ 06217944 n 0101 | relating to or characteristic of fascism; "fascist propaganda"
-02920951 01 a 01 Catholic 0 003 + 09679925 n 0101 + 06227263 n 0101 \ 06227263 n 0101 | of or relating to or supporting Catholicism; "the Catholic Church"
-02921108 01 a 01 Anglo-catholic 0 001 \ 08087981 n 0101 | supporting the Anglican Church
-02921199 01 a 01 Anglo-Indian 0 002 + 09702541 n 0101 \ 08900535 n 0101 | relating to British India or the English in India
-02921325 01 a 02 Roman 1 Romanic 0 005 ;r 08806897 n 0000 ;c 15253139 n 0000 + 06827503 n 0201 + 09717047 n 0201 \ 08806897 n 0101 | of or relating to or derived from Rome (especially ancient Rome); "Roman architecture"; "the old Roman wall"
-02921569 01 a 01 Roman 2 002 + 09716933 n 0101 \ 09716933 n 0101 | relating to or characteristic of people of Rome; "Roman virtues"; "his Roman bearing in adversity"; "a Roman nose"
-02921753 01 a 09 Roman 0 R.C. 0 Romanist 0 romish 0 Roman_Catholic 0 popish 0 papist 0 papistic 0 papistical 0 008 + 09680657 n 0901 + 09680657 n 0801 + 09680657 n 0701 \ 06227562 n 0501 \ 06227562 n 0401 \ 06227562 n 0301 \ 06227562 n 0201 \ 06227562 n 0101 | of or relating to or supporting Romanism; "the Roman Catholic Church"
-02922086 01 a 01 Roman 3 002 + 06827503 n 0101 \ 06827503 n 0101 | characteristic of the modern type that most directly represents the type used in ancient Roman inscriptions
-02922263 01 a 02 Jewish 1 Judaic 1 003 + 09681351 n 0201 \ 09681351 n 0201 \ 09681351 n 0101 | of or relating to Jews or their culture or religion; "He is Jewish"; "a Jewish wedding"
-02922448 01 a 02 Judaic 0 Judaical 0 005 + 08094013 n 0201 + 06232880 n 0201 \ 06232880 n 0201 + 09681351 n 0101 \ 06232880 n 0101 | of or relating to or characteristic of the Jews or their culture or religion; "the Judaic idea of justice"
-02922690 01 a 01 Anglo-Jewish 0 001 \ 09681351 n 0101 | of English-speaking Jews and their culture; "Anglo-Jewish papers"
-02922814 01 a 01 evangelical 0 002 + 06455138 n 0103 \ 06455138 n 0101 | of or pertaining to or in keeping with the Christian gospel especially as in the first 4 books of the New Testament
-02923005 01 a 01 evangelical 1 002 + 06455138 n 0103 \ 06231030 n 0101 | relating to or being a Christian church believing in personal conversion and the inerrancy of the Bible especially the 4 Gospels; "evangelical Christianity"; "an ultraconservative evangelical message"
-02923281 01 a 01 evangelistic 0 002 + 10067011 n 0101 \ 07244613 n 0101 | relating to or promoting the preaching and dissemination of the Christian gospel; "evangelistic fervor"; "the evangelistic concerns of the early church"
-02923510 01 a 03 Muslim 0 Moslem 0 Islamic 0 007 + 08095647 n 0301 + 06234825 n 0301 \ 06234825 n 0302 + 09682291 n 0202 \ 06234825 n 0202 + 09682291 n 0101 \ 06234825 n 0102 | of or relating to or supporting Islamism; "Islamic art"
-02923745 01 a 03 Hindu 0 Hindi 0 Hindoo 0 007 + 09684609 n 0302 + 09713501 n 0302 \ 06236802 n 0301 + 06970103 n 0201 \ 06236802 n 0201 + 09684609 n 0101 \ 06236802 n 0101 | of or relating to or supporting Hinduism; "the Hindu faith"
-02923981 01 a 01 Hmong 0 001 \ 09713764 n 0101 | of or related to the Hmong people or their language or their culture
-02924102 01 a 02 Buddhist 0 Buddhistic 0 004 + 08098708 n 0201 + 06240244 n 0201 \ 06240244 n 0201 \ 06240244 n 0101 | of or relating to or supporting Buddhism; "Buddhist sculpture"
-02924286 01 a 01 sculptural 0 002 + 04157320 n 0101 \ 04157320 n 0101 | relating to or consisting of sculpture; "sculptural embellishments"
-02924428 01 a 01 evaporative 0 003 + 00575970 v 0101 + 00575720 v 0101 \ 13572436 n 0105 | relating to or causing or being caused by evaporation; "an evaporative cooler"
-02924600 01 a 01 Confucian 0 002 + 10906822 n 0101 \ 05969758 n 0101 | relating to or characteristic of Confucianism; "Confucian ethics"
-02924739 01 a 03 Shinto 0 Shintoist 0 Shintoistic 0 004 + 06243347 n 0302 \ 06243347 n 0302 \ 06243347 n 0202 \ 06243347 n 0102 | relating to or characteristic of Shintoism; "Shinto temples"
-02924932 01 a 01 Kokka 0 002 + 08100481 n 0102 \ 08100481 n 0101 | of or pertaining to the branch of Shinto recognized as the state religion of Japan
-02925084 01 a 01 Shuha 0 001 \ 08100656 n 0101 | of or pertaining to any Shinto sect other than Kokka Shinto
-02925195 01 a 01 Rastafarian 0 002 + 09685922 n 0102 \ 06225855 n 0101 | of or pertaining to or characteristic of Rastafarianism or Rastafarians
-02925342 01 a 02 Jain 0 Jainist 0 003 + 09685085 n 0201 \ 06239655 n 0201 \ 06239655 n 0101 | relating to or characteristic of Jainism; "Jain gods"
-02925492 01 a 01 Taoist 1 001 \ 05977340 n 0101 | of or relating to the philosophical system developed by Lao-tzu and Chuang-tzu advocating a simple honest life
-02925655 01 a 01 Taoist 2 001 \ 06243096 n 0101 | of or relating to the popular Chinese religious system based on the teachings of Lao-tzu but including a pantheon of gods along with divination and magic; "Taoist temples"
-02925879 01 a 01 textual 0 003 + 06388579 n 0101 + 06387980 n 0101 \ 06387980 n 0101 | of or relating to or based on a text; "textual analysis"
-02926025 01 a 02 Tantric 0 Tantrik 0 004 \ 06242427 n 0202 + 08099647 n 0101 + 06242427 n 0102 \ 06242427 n 0102 | of or relating to Tantrism; "Tantric rituals"
-02926188 01 a 01 magnetic 0 002 + 03705379 n 0101 \ 11479058 n 0101 | of or relating to or caused by magnetism; "magnetic forces"
-02926320 01 a 01 electromagnetic 0 003 + 11479368 n 0101 + 06099107 n 0101 \ 11479368 n 0101 | pertaining to or exhibiting magnetism produced by electric charge in motion; "electromagnetic energy"
-02926519 01 a 01 Avestan 0 005 ;c 06244149 n 0000 + 06352301 n 0101 + 06973941 n 0101 + 06430996 n 0101 \ 06430996 n 0101 | of or pertaining to the Avesta (sacred text of Zoroastrianism)
-02926708 01 a 01 Zoroastrian 0 003 + 09686146 n 0101 + 11407715 n 0101 \ 11407715 n 0101 | of or pertaining to Zoroaster or the religion he founded
-02926858 01 a 01 capillary 0 001 \ 05254795 n 0101 | of or relating to hair
-02926936 01 a 01 automotive 0 001 \ 02958343 n 0103 | of or relating to motor vehicles; "automotive supplies"
-02927048 01 a 01 horticultural 0 002 + 00918383 n 0102 \ 00918383 n 0102 | of or relating to the cultivation of plants
-02927169 01 a 01 cervical 1 002 + 05303232 n 0101 \ 05303232 n 0101 | of or relating to the cervix of the uterus; "cervical cancer"
-02927303 01 a 01 American 0 002 + 09195615 n 0101 \ 09195615 n 0101 | of or relating to or characteristic of the continents and islands of the Americas; "the American hemisphere"; "American flora and fauna"
-02927512 01 a 01 American 1 006 + 00410406 v 0101 + 00409643 v 0101 + 09738708 n 0101 + 06947479 n 0103 + 09044862 n 0103 \ 09044862 n 0103 | of or relating to the United States of America or its people or language or culture; "American citizens"; "American English"; "the American dream"
-02927803 01 a 01 anti-American 0 003 ! 02927944 a 0101 + 09796974 n 0101 \ 09044862 n 0103 | opposed to the United States and its policies
-02927944 01 a 01 pro-American 0 002 ! 02927803 a 0101 \ 09044862 n 0103 | supporting the United States and its policies
-02928066 01 a 04 Indian 1 Amerind 0 Amerindic 0 Native_American 0 005 \ 09645091 n 0402 \ 09645091 n 0302 + 06906439 n 0201 \ 09645091 n 0202 \ 09645091 n 0102 | of or pertaining to American Indians or their culture or languages; "Native American religions"; "Indian arrowheads"
-02928347 01 a 01 Indian 0 002 + 08900535 n 0101 \ 08900535 n 0101 | of or relating to or characteristic of India or the East Indies or their peoples or languages or cultures; "the Indian subcontinent"; "Indian saris"
-02928566 01 a 01 North_American 0 001 \ 09372504 n 0101 | of or pertaining to or characteristic of the continent or countries of North America or their peoples
-02928728 01 a 01 South_American 0 003 + 09440400 n 0101 + 08173289 n 0101 \ 09440400 n 0101 | of or pertaining to or characteristic of the continent or countries of South America or their peoples
-02928926 01 a 01 South_African 0 002 + 08999482 n 0101 \ 08999482 n 0101 | of or pertaining to or characteristic of South Africa or its people
-02929071 01 a 01 asymptotic 0 002 + 13870935 n 0101 \ 13870935 n 0101 | relating to or of the nature of an asymptote; "an asymptotic function"
-02929216 01 a 04 subtropical 0 subtropic 0 semitropical 0 semitropic 0 003 + 08674344 n 0201 \ 08674344 n 0201 \ 08674344 n 0101 | of or relating to or characteristic of conditions in the subtropics; "even near the equator vegetation at 5000 ft is subtropical rather than tropical"
-02929500 01 a 01 tropical 0 002 + 08675145 n 0101 \ 08675145 n 0101 | of or relating to the tropics, or either tropic; "tropical year"
-02929637 01 a 01 equatorial 0 001 \ 08568719 n 0101 | of or relating to conditions at the geographical equator; "equatorial heat"
-02929769 01 a 01 equatorial 2 002 + 13874073 n 0101 \ 13874073 n 0101 | of or relating to or at an equator; "equatorial diameter"
-02929901 01 a 01 rational 0 004 ;c 06000644 n 0000 + 04784978 n 0102 ! 02930083 a 0101 \ 13819207 n 0101 | capable of being expressed as a quotient of integers; "rational numbers"
-02930083 01 a 01 irrational 0 003 ;c 06000644 n 0000 ! 02929901 a 0101 \ 13819207 n 0101 | real but not expressible as the quotient of two integers; "irrational numbers"
-02930255 01 a 01 anionic 0 004 + 14618050 n 0102 + 09197815 n 0101 ! 02930387 a 0101 \ 09197815 n 0101 | of or relating to anions
-02930387 01 a 01 cationic 0 003 + 09238294 n 0101 ! 02930255 a 0101 \ 09238294 n 0101 | of or relating to cations
-02930503 01 a 01 Satanic 0 002 + 09543353 n 0101 \ 09543353 n 0101 | of or relating to Satan; "Satanic verses"
-02930616 01 a 01 angular 0 002 + 13887509 n 0101 \ 13887509 n 0101 | measured by an angle or by the rate of change of an angle; "angular momentum"
-02930765 01 a 02 rabbinical 0 rabbinic 0 006 + 06341609 n 0201 + 10502329 n 0201 \ 10502329 n 0201 + 06341609 n 0101 + 10502329 n 0101 \ 10502329 n 0101 | of or relating to rabbis or their teachings; "rabbinical school"
-02930987 01 a 01 arteriosclerotic 0 002 + 14108324 n 0101 \ 14108324 n 0101 | affected by arteriosclerosis
-02931096 01 a 01 idolatrous 0 002 + 01044084 n 0101 \ 01044084 n 0101 | relating to or practicing idolatry; "idolatrous worship"
-02931227 01 a 01 sacramental 0 002 + 01034925 n 0101 \ 01034925 n 0101 | of or relating to or involving a sacrament
-02931345 01 a 03 theist 0 theistical 0 theistic 0 007 + 06223669 n 0301 \ 06223669 n 0301 + 06223669 n 0201 + 09848110 n 0201 \ 06223669 n 0201 + 09848110 n 0101 \ 06223669 n 0101 | of or relating to theism
-02931554 01 a 02 deist 0 deistic 0 003 + 06223922 n 0201 \ 06223922 n 0201 \ 06223922 n 0101 | of or relating to deism
-02931675 01 a 02 pantheist 0 pantheistic 0 004 + 06225235 n 0201 + 06224975 n 0201 \ 06224975 n 0201 \ 06224975 n 0101 | of or relating to pantheism
-02931826 01 a 01 nocturnal 1 001 \ 15167027 n 0101 | of or relating to or occurring in the night; "nocturnal darkness"
-02931947 01 a 03 mensural 0 measured 0 mensurable 0 002 ;c 07020895 n 0000 \ 06864725 n 0101 | having notes of fixed rhythmic value
-02932081 01 a 01 mensural 1 001 \ 00033615 n 0101 | of or relating to measure
-02932161 01 a 01 mensal 0 001 \ 03201208 n 0101 | the dining table
-02932231 01 a 01 epicarpal 0 002 + 11684499 n 0101 \ 11684499 n 0101 | of or relating to the epicarp
-02932334 01 a 01 epithelial 0 002 + 05239808 n 0101 \ 05239808 n 0101 | of or belonging to the epithelium; "epithelial layer"
-02932462 01 a 01 epitheliod 0 001 \ 05239808 n 0101 | resembling epithelium; "epithelial tissue"
-02932561 01 a 01 pancreatic 0 002 + 05387167 n 0101 \ 05387167 n 0101 | of or involving the pancreas; "pancreatic cancer"
-02932685 01 a 01 ovarian 0 002 + 05515287 n 0101 \ 05515287 n 0101 | of or involving the ovaries; "ovarian cancer"
-02932802 01 a 01 ovine 0 001 \ 02411705 n 0101 | of or pertaining to or of the nature of or characteristic of a sheep or sheep
-02932931 01 a 01 ovular 1 002 + 05458300 n 0101 \ 05457973 n 0101 | of or relating to an ovum
-02933027 01 a 01 ovular 2 002 + 11678768 n 0101 \ 11678768 n 0101 | being or of the nature of an ovule
-02933132 01 a 01 uterine 0 001 \ 05519085 n 0101 | of or involving the uterus; "uterine cancer"
-02933230 01 a 01 intrauterine 0 001 \ 02933132 a 0101 | within the womb
-02933304 01 a 01 testicular 0 002 + 05524615 n 0102 \ 05524615 n 0101 | of or involving the testes; "testicular cancer"
-02933426 01 a 01 rectal 0 002 + 05537806 n 0101 \ 05537806 n 0101 | of or involving the rectum; "rectal cancer"
-02933540 01 a 01 rectosigmoid 0 002 \ 05537417 n 0101 \ 05537806 n 0101 | of or related to or near the sigmoid colon and the upper part of the rectum
-02933692 01 a 01 monozygotic 0 001 \ 02882275 a 0101 | derived from a single fertilized egg; "monozygotic twins"
-02933807 01 a 02 dizygotic 0 dizygous 0 002 \ 02882275 a 0201 \ 02882275 a 0101 | derived from two separately fertilized eggs; "dizygotic twins"
-02933954 01 a 01 synaptic 0 002 + 05473928 n 0101 \ 05473928 n 0101 | (neuroscience) of or involving synapses
-02934066 01 a 01 dendritic 0 002 + 05469861 n 0101 \ 05469861 n 0101 | (neuroscience) of or relating to or resembling a dendrite; "dendritic fiber"
-02934216 01 a 01 iliac 0 002 ;c 06057539 n 0000 \ 05275315 n 0101 | of or relating to the ilium
-02934314 01 a 01 lobar 0 003 + 05493303 n 0101 + 03680734 n 0101 \ 05493303 n 0101 | of or relating to or affecting a lobe; "lobar pneumonia"
-02934458 01 a 02 lobate 0 lobated 0 002 \ 05493303 n 0201 \ 05493303 n 0101 | having or resembling a lobe or lobes; "a lobate tongue"
-02934594 01 a 01 abdominal 0 003 + 05558345 n 0102 + 05556943 n 0101 \ 05556943 n 0101 | of or relating to or near the abdomen; "abdominal muscles"
-02934744 01 a 01 hormonal 0 002 + 05407119 n 0101 \ 05407119 n 0101 | of or relating to or caused by hormones; "hormonal changes"
-02934876 01 a 01 hemispheric 0 002 + 05476915 n 0101 \ 05476915 n 0101 | of or relating to the cerebral hemispheres
-02934994 01 a 01 occipital 0 002 + 05540976 n 0101 \ 05540976 n 0101 | of or relating to the occiput; "occipital bone"
-02935115 01 a 03 pneumonic 0 pulmonary 0 pulmonic 0 003 \ 05387544 n 0301 \ 05387544 n 0201 \ 05387544 n 0101 | relating to or affecting the lungs; "pulmonary disease"
-02935285 01 a 01 pneumonic 1 002 + 14147627 n 0101 \ 14147627 n 0101 | pertaining to or characterized by or affected by pneumonia; "pneumonic plague"
-02935437 01 a 01 intrapulmonary 0 001 \ 05387544 n 0101 | being or occurring within a lung
-02935530 01 a 03 intestinal 0 enteric 1 enteral 1 004 \ 05534333 n 0301 \ 05534333 n 0201 + 05534333 n 0101 \ 05534333 n 0101 | of or relating to or inside the intestines; "intestinal disease"
-02935725 01 a 01 skeletal 0 002 + 05585383 n 0102 \ 05585383 n 0102 | of or relating to or forming or attached to a skeleton; "the skeletal system"; "skeletal bones"; "skeletal muscles"
-02935913 01 a 01 skinny 0 002 + 05238282 n 0101 \ 05238282 n 0101 | of or relating to or resembling skin
-02936020 01 a 02 adjectival 0 adjective 0 004 \ 06319029 n 0201 + 06319029 n 0101 + 06321702 n 0101 \ 06319029 n 0101 | of or relating to or functioning as an adjective; "adjectival syntax"; "an adjective clause"
-02936235 01 a 01 adverbial 0 004 + 06324355 n 0101 + 06319157 n 0101 + 06323612 n 0101 \ 06319157 n 0101 | of or relating to or functioning as an adverb; "adverbial syntax"
-02936410 01 a 01 morphemic 0 002 + 06306233 n 0101 \ 06306233 n 0101 | of or relating to morphemes
-02936511 01 a 01 bimorphemic 0 001 \ 02936410 a 0101 | consisting of two morphemes; "the bimorphemic word `rays'"
-02936627 01 a 01 monomorphemic 0 001 \ 02936410 a 0101 | consisting of only one morpheme; "`raise' is monomorphemic but `rays' is not"
-02936764 01 a 01 polymorphemic 0 001 \ 02936410 a 0101 | consisting of two or more morphemes
-02936859 01 a 01 morphophonemic 0 002 + 07111510 n 0101 \ 06178660 n 0101 | of or relating to morphophonemics
-02936971 01 a 01 clausal 0 002 + 06314144 n 0101 \ 06314144 n 0101 | of or relating to or functioning as a clause; "clausal structure"
-02937108 01 a 01 phrasal 0 005 + 07154330 n 0105 + 07045353 n 0101 + 00527061 n 0101 + 06316048 n 0101 \ 06316048 n 0101 | of or relating to or functioning as a phrase; "phrasal verb"
-02937294 01 a 01 infinitival 0 002 + 06318904 n 0101 \ 06318904 n 0101 | relating to or formed with the infinitive; "infinitival clause"
-02937433 01 a 01 pronominal 0 001 \ 06325370 n 0101 | relating to pronouns; "pronominal reference"
-02937534 01 a 01 indexical 0 002 + 06491786 n 0101 \ 06639674 n 0101 | of or relating to or serving as an index
-02937648 01 a 01 indexless 0 001 \ 06491786 n 0101 | lacking an index
-02937720 01 a 01 cruciferous 0 003 ;c 06066555 n 0000 + 11867525 n 0101 \ 11867525 n 0101 | of or relating to or belonging to the plant family Cruciferae
-02937876 01 a 01 mathematical 0 002 + 06000644 n 0101 \ 06000644 n 0101 | of or pertaining to or of the nature of mathematics; "a mathematical textbook"; "slide rules and other mathematical instruments"; "a mathematical solution to a problem"; "mathematical proof"
-02938143 01 a 01 choreographic 0 001 \ 07020763 n 0101 | of or concerned with choreography
-02938236 01 a 01 runic 0 002 + 06840187 n 0101 \ 06840187 n 0101 | relating to or consisting of runes; "runic inscription"
-02938361 01 a 01 scriptural 2 003 ;u 07073447 n 0000 + 06403393 n 0103 \ 06351613 n 0101 | written or relating to writing
-02938485 01 a 01 pentatonic 0 002 + 06861435 n 0102 \ 06861435 n 0101 | relating to a pentatonic scale
-02938590 01 a 01 anaphoric 0 001 \ 07100815 n 0101 | relating to anaphora; "anaphoric reference"
-02938689 01 a 02 anapestic 0 anapaestic 0 002 \ 07095390 n 0202 \ 07095390 n 0101 | (of a metric foot) characterized by two short syllables followed by a long one
-02938854 01 a 01 rhetorical 0 002 + 06170498 n 0101 \ 07072698 n 0101 | of or relating to rhetoric; "accepted two or three verbal and rhetorical changes I suggested"- W.A.White; "the rhetorical sin of the meaningless variation"- Lewis Mumford
-02939099 01 a 01 tectonic 0 002 ;c 06115701 n 0000 \ 06118370 n 0101 | pertaining to the structure or movement of the earth's crust; "tectonic plates"; "tectonic valleys"
-02939272 01 a 01 riparian 0 001 \ 09415584 n 0101 | of or relating to or located on the banks of a river or stream; "riparian land"
-02939406 01 a 01 Martian 0 002 + 09347445 n 0101 \ 09347445 n 0101 | of or relating to the planet Mars (or its fictional inhabitants)
-02939542 01 a 01 actuarial 0 002 + 10652954 n 0102 \ 10652954 n 0102 | of or relating to the work of an actuary
-02939656 01 a 01 psycholinguistic 0 002 + 06140587 n 0101 \ 06140587 n 0101 | of or relating to the psychology of language
-02939781 01 a 01 robotic 0 001 \ 02761392 n 0102 | of or relating to mechanical robots; "among our robotic devices is a vacuum cleaner"
-02939919 01 a 02 rotatory 0 revolutionary 2 004 + 07440979 n 0202 \ 07440979 n 0202 + 02045790 v 0101 \ 07440979 n 0101 | of or relating to or characteristic or causing an axial or orbital turn
-02940115 01 a 02 epicyclic 0 epicyclical 0 004 + 13909296 n 0201 \ 13909296 n 0201 + 13909296 n 0101 \ 13909296 n 0101 | of or relating to an epicycle; "epicyclic gear train"
-02940292 01 a 01 expansionist 0 001 \ 05961608 n 0101 | of or involving or guided by expansionism
-02940392 01 a 01 experimental 0 001 \ 05798043 n 0101 | relating to or based on experiment; "experimental physics"
-02940509 01 a 03 expiatory 0 expiative 0 propitiatory 0 004 + 02520509 v 0201 \ 00095121 n 0201 + 02520509 v 0101 \ 00095121 n 0101 | having power to atone for or offered by way of expiation or propitiation; "expiatory (or propitiatory) sacrifice"
-02940759 01 a 01 familial 0 002 + 07970406 n 0101 \ 07970406 n 0101 | relating to or having the characteristics of a family; "children of the same familial background"; "familial aggregation"
-02940953 01 a 04 etiological 0 etiologic 0 aetiological 0 aetiologic 0 008 + 07327608 n 0402 \ 07327608 n 0401 + 07327608 n 0302 \ 07327608 n 0301 + 07327608 n 0201 \ 07327608 n 0201 + 07327608 n 0101 \ 07327608 n 0101 | relating to the etiology of a disease; "etiological agent"
-02941235 01 a 04 etiological 1 etiologic 1 aetiological 1 aetiologic 1 008 + 06161048 n 0402 \ 06161048 n 0401 + 06161048 n 0302 \ 06161048 n 0301 + 06161048 n 0201 \ 06161048 n 0201 + 06161048 n 0101 \ 06161048 n 0101 | of or relating to the philosophical study of causation
-02941513 01 a 01 exuvial 0 002 + 05240076 n 0101 \ 05240076 n 0101 | of or relating to the cast-off skins or cuticles of various animals
-02941652 01 a 02 behavioral 0 behavioural 0 002 \ 01220984 n 0201 \ 01220984 n 0101 | of or relating to behavior; "behavioral sciences"
-02941790 01 a 01 African 0 003 + 09634494 n 0101 + 09189411 n 0101 \ 09189411 n 0101 | of or relating to the nations of Africa or their peoples; "African languages"
-02941957 01 a 01 East_African 0 002 + 08699426 n 0101 \ 08699426 n 0101 | of or relating to or located in East Africa
-02942077 01 a 01 East_Indian 0 002 + 08841956 n 0103 \ 08841956 n 0102 | of or relating to or located in the East Indies
-02942200 01 a 01 Afro-Asian 0 001 \ 09207288 n 0101 | of or relating to the nations of Africa and Asia or their peoples; "Afro-Asian population"
-02942347 01 a 02 phenotypical 0 phenotypic 0 004 + 04933852 n 0201 \ 04933852 n 0201 + 04933852 n 0101 \ 04933852 n 0101 | of or relating to or constituting a phenotype; "phenotypical profile"
-02942542 01 a 02 genotypical 0 genotypic 0 006 + 07941405 n 0201 + 04934043 n 0201 \ 04934043 n 0201 + 07941405 n 0101 + 04934043 n 0101 \ 04934043 n 0101 | of or relating to or constituting a genotype; "genotypical pattern"
-02942769 01 a 01 ontogenetic 0 003 + 13489037 n 0105 + 13489037 n 0106 \ 13489037 n 0105 | of or relating to the origin and development of individual organisms; "ontogenetic development"
-02942958 01 a 02 phylogenetic 0 phyletic 0 003 \ 13477023 n 0203 + 13477023 n 0104 \ 13477023 n 0103 | of or relating to the evolutionary development of organisms; "phylogenetic development"
-02943151 01 a 01 environmental 0 001 \ 06070929 n 0101 | concerned with the ecological effects of altering the environment; "environmental pollution"
-02943303 01 a 01 environmental 1 002 + 13934596 n 0101 \ 13934596 n 0101 | of or relating to the external conditions or surroundings; "environmental factors"
-02943463 01 a 01 methodological 0 003 + 06166898 n 0101 + 05661400 n 0101 \ 05661400 n 0101 | relating to the methodology of some discipline; "methodological errors"
-02943631 01 a 01 cross-sectional 0 002 + 05822085 n 0101 \ 08548065 n 0101 | of or relating to a cross section; "a cross-sectional slice"
-02943771 01 a 01 sectional 0 001 \ 08648153 n 0101 | relating to or based upon a section (i.e. as if cut through by an intersecting plane); "a sectional view"; "sectional drawings"
-02943954 01 a 02 trabecular 0 trabeculate 0 003 \ 05295160 n 0201 + 05295160 n 0101 \ 05295160 n 0101 | of or relating to trabeculae
-02944089 01 a 01 tracheal 0 003 + 05532050 n 0101 + 05531814 n 0101 \ 05531814 n 0101 | relating to or resembling or functioning like a trachea
-02944235 01 a 01 tractive 0 001 \ 11460281 n 0102 | exerting traction and serving to pull
-02944327 01 a 04 transdermal 0 transdermic 0 percutaneous 0 transcutaneous 0 005 ;c 06054892 n 0000 \ 05238282 n 0401 \ 05238282 n 0301 \ 05243879 n 0201 \ 05243879 n 0101 | through the unbroken skin; refers to medications applied directly to the skin (creams or ointments) or in time-release forms (skin patches); "transdermal estrogen"; "percutaneous absorption"
-02944694 01 a 01 transitional 0 001 \ 07415730 n 0102 | of or relating to or characterized by transition; "adolescence is a transitional stage between childhood and adulthood"
-02944872 01 a 01 traumatic 0 002 + 14285662 n 0104 \ 14285662 n 0104 | of or relating to a physical injury or wound to the body
-02945002 01 a 01 trophic 0 001 \ 13523661 n 0101 | of or relating to nutrition; "a trophic level on the food chain"
-02945120 01 a 01 tympanic 0 001 \ 05318831 n 0102 | associated with the eardrum
-02945202 01 a 01 tympanic 1 002 + 03612965 n 0104 \ 03612965 n 0104 | resembling a drum
-02945292 01 a 01 tympanitic 0 001 \ 14063877 n 0101 | of or relating to tympanites
-02945377 01 a 01 perceptual 0 002 + 00876874 n 0102 \ 00876874 n 0102 | of or relating to the act of perceiving; "perceptual stimulus"
-02945514 01 a 01 libidinal 0 002 + 07489548 n 0101 \ 07489548 n 0101 | belonging to the libido; "libidinal impulses"; "libidinal gratification"
-02945660 01 a 01 epileptic 0 003 + 10062176 n 0101 + 14086143 n 0101 \ 14086143 n 0101 | of or relating to or characteristic of epilepsy; "epileptic seizure"
-02945820 01 a 01 developmental 0 002 + 13489037 n 0104 \ 13489037 n 0104 | of or relating to or constituting development; "developmental psychology"
-02945971 01 a 02 pedagogical 0 pedagogic 0 008 + 05660937 n 0203 + 00883297 n 0204 + 00887081 n 0203 \ 00887081 n 0203 + 05660937 n 0103 + 00883297 n 0104 + 00887081 n 0103 \ 00887081 n 0103 | of or relating to pedagogy; "pedagogical significance"
-02946221 01 a 01 educational 0 002 + 05753564 n 0101 \ 05753564 n 0101 | relating to the process of education; "educational psychology"
-02946359 01 a 01 prehistoric 0 002 + 15254550 n 0101 \ 15254550 n 0101 | of or relating to times before written history; "prehistoric archeology"
-02946507 01 a 01 Atlantic 0 002 + 09209263 n 0101 \ 09209263 n 0101 | relating to or bordering the Atlantic Ocean; "Atlantic currents"
-02946644 01 a 01 Pacific 0 002 + 09382990 n 0101 \ 09382990 n 0101 | relating to or bordering the Pacific Ocean; "Pacific islands"
-02946777 01 a 01 transatlantic 0 001 \ 02946507 a 0101 | crossing the Atlantic Ocean; "transatlantic flight"
-02946888 01 a 01 synergistic 0 002 + 06191854 n 0101 \ 06191854 n 0101 | of or relating to the theological doctrine of synergism
-02947019 01 a 01 monistic 0 002 + 05964643 n 0101 \ 05964643 n 0101 | of or relating to the philosophical doctrine of monism; "the monistic school would regard national law and international law as an integrated whole"- J.S.Roucek
-02947252 01 a 02 dualistic 0 Manichaean 1 004 + 06243575 n 0201 \ 05960698 n 0201 + 05960698 n 0101 \ 05960698 n 0101 | of or relating to the philosophical doctrine of dualism; "a Manichaean conflict between good and evil"
-02947477 01 a 01 pluralistic 0 003 + 08367683 n 0101 + 05965749 n 0101 \ 05965749 n 0101 | of or relating to the philosophical doctrine of pluralism; "a pluralistic culture"
-02947653 01 a 01 pleural 0 002 + 05388115 n 0101 \ 05388115 n 0101 | of or relating to the pleura or the walls of the thorax; "pleural muscles"
-02947799 01 a 01 hilar 0 003 + 11678493 n 0101 + 05224755 n 0102 \ 05224755 n 0102 | of or relating to or located near a hilum
-02947928 01 a 01 labyrinthine 0 001 \ 05321307 n 0103 | relating to or affecting or originating in the inner ear; "labyrinthine deafness"
-02948068 01 a 01 lobular 0 003 + 05493650 n 0101 + 05064722 n 0101 \ 05493650 n 0101 | of or relating to or resembling a lobule
-02948198 01 a 01 interlobular 0 001 \ 02948068 a 0101 | between lobes or lobules
-02948281 01 a 01 intralobular 0 001 \ 02948068 a 0101 | inside lobes or lobules
-02948363 01 a 01 anastomotic 0 002 + 05249420 n 0101 \ 05249420 n 0101 | of or relating to or exhibiting anastomosis
-02948482 01 a 01 bronchial 0 002 + 05531511 n 0101 \ 05531511 n 0101 | relating to or associated with the bronchi; "bronchial tubes"; "bronchial pneumonia"
-02948640 01 a 01 arteriolar 0 003 + 05337301 n 0102 + 05337301 n 0101 \ 05337301 n 0101 | of or relating to or involving arterioles
-02948774 01 a 01 bronchiolar 0 002 + 05531666 n 0101 \ 05531666 n 0101 | of or relating to or involving bronchioles
-02948892 01 a 01 rhombic 0 002 + 13882961 n 0101 \ 13882961 n 0101 | resembling a rhombus
-02948984 01 a 01 trapezoidal 0 002 + 13881512 n 0101 \ 13881512 n 0101 | resembling a trapezoid
-02949082 01 a 01 physiological 0 002 + 05005064 n 0101 \ 06080522 n 0101 | of or relating to the biological study of physiology; "physiological psychology"; "Pavlov's physiological theories"
-02949275 01 a 03 morphologic 0 morphological 0 structural 2 004 + 06078327 n 0201 \ 06078327 n 0201 + 06078327 n 0101 \ 06078327 n 0101 | relating to or concerned with the morphology of plants and animals; "morphological differences"
-02949511 01 a 05 geomorphologic 0 geomorphological 0 morphologic 2 morphological 2 structural 3 007 ;c 06115701 n 0000 + 06117855 n 0401 + 06117855 n 0301 + 06117855 n 0202 \ 06117855 n 0202 + 06117855 n 0102 \ 06117855 n 0102 | pertaining to geological structure; "geomorphological features of the Black Hills"; "morphological features of granite"; "structural effects of folding and faulting of the earth's surface"
-02949931 01 a 02 morphologic 1 morphological 1 005 + 06178042 n 0201 \ 06178042 n 0201 + 06177729 n 0101 + 06178042 n 0101 \ 06178042 n 0101 | relating to or concerned with the formation of admissible words in a language
-02950154 01 a 01 occlusive 0 003 + 07115914 n 0103 + 01476483 v 0104 \ 14100769 n 0101 | tending to occlude
-02950264 01 a 01 ohmic 0 002 + 13646816 n 0101 \ 13646816 n 0101 | of or relating to or measured in ohms
-02950371 01 a 01 mortuary 0 002 + 03785499 n 0102 \ 07451463 n 0101 | of or relating to a funeral
-02950471 01 a 01 mortuary 1 002 + 03785499 n 0102 \ 11444117 n 0101 | of or relating to or characteristic of death
-02950588 01 a 01 funerary 0 002 + 07451463 n 0101 \ 07451463 n 0101 | of or for or relating to a funeral; "funerary urn"
-02950711 01 a 02 strategic 0 strategical 0 006 + 06249177 n 0201 + 05905348 n 0202 \ 05905348 n 0202 + 06249177 n 0101 + 05905348 n 0102 \ 05905348 n 0102 | relating to or concerned with strategy; "strategic weapon"; "the islands are of strategic importance"; "strategic considerations"
-02951000 01 a 01 tactical 0 005 + 05905152 n 0101 + 06248968 n 0101 + 05905152 n 0102 \ 05905152 n 0101 \ 06248968 n 0101 | of or pertaining to tactic or tactics; "a tactical error"
-02951184 01 a 01 cinerary 0 001 \ 03073694 n 0102 | containing or used for ashes of the cremated dead; "a cinerary urn"
-02951306 01 a 01 circulatory 1 001 \ 05511618 n 0101 | relating to circulatory system or to circulation of the blood
-02951425 01 a 01 veinal 0 002 + 13098186 n 0101 \ 13098186 n 0101 | relating to the veins of plants; "leaves affected with veinal mosaic"
-02951565 01 a 02 circulative 0 circulatory 2 003 \ 07312221 n 0201 + 02042404 v 0101 \ 07312221 n 0101 | of or relating to circulation
-02951702 01 a 02 euphonic 0 euphonical 0 004 + 05718556 n 0202 \ 05718556 n 0202 + 05718556 n 0102 \ 05718556 n 0102 | of or relating to or characterized by euphony
-02951869 01 a 02 metamorphic 0 metamorphous 0 003 + 00402128 n 0201 \ 13514880 n 0201 \ 13514880 n 0101 | of or relating to metamorphosis (especially of rocks); "metamorphic stage"; "marble is a metamorphic rock that takes a high polish"
-02952109 01 a 01 sedimentary 0 002 + 09428967 n 0101 \ 09428967 n 0101 | resembling or containing or formed by the accumulation of sediment; "sedimentary deposits"
-02952275 01 a 01 Christian 0 004 ;c 05946687 n 0000 + 11083656 n 0105 + 08082236 n 0102 \ 06226057 n 0101 | relating to or characteristic of Christianity; "Christian rites"
-02952450 01 a 01 Judeo-Christian 0 002 \ 06232880 n 0101 \ 06226057 n 0101 | being historically related to both Judaism and Christianity; "the Judeo-Christian tradition"
-02952622 01 a 01 Protestant 0 003 ;c 05946687 n 0000 \ 09679316 n 0101 \ 06228549 n 0101 | of or relating to Protestants or Protestantism; "Protestant churches"; "a Protestant denomination"
-02952814 01 a 02 universalistic 0 universalist 0 003 ;c 06182144 n 0000 \ 06192665 n 0201 \ 06192665 n 0101 | of or relating to or tending toward universalism
-02952975 01 a 03 Calvinist 0 Calvinistic 0 Calvinistical 0 007 ;c 05946687 n 0000 + 09889346 n 0301 \ 06229853 n 0301 + 06229853 n 0201 \ 06229853 n 0201 + 09889346 n 0101 \ 06229853 n 0101 | of or relating to or characteristic of Calvinism or its adherents
-02953235 01 a 02 fundamentalist 0 fundamentalistic 0 004 ;c 06182144 n 0000 + 06231328 n 0201 \ 06231328 n 0201 \ 06231328 n 0101 | of or relating to or tending toward fundamentalism
-02953420 01 a 02 Orthodox 0 Jewish-Orthodox 0 003 ;c 05946687 n 0000 \ 06232880 n 0201 \ 06232880 n 0101 | of or pertaining to or characteristic of Judaism; "Orthodox Judaism"
-02953598 01 a 04 Orthodox 1 Eastern_Orthodox 0 Russian_Orthodox 0 Greek_Orthodox 0 005 ;c 05946687 n 0000 \ 08086356 n 0401 \ 08086356 n 0301 \ 08086356 n 0201 \ 08086356 n 0101 | of or relating to or characteristic of the Eastern Orthodox Church
-02953847 01 a 01 radio 0 002 ;u 06307152 n 0000 \ 11499091 n 0101 | indicating radiation or radioactivity; "radiochemistry"
-02953973 01 a 01 dipolar 0 001 \ 09266946 n 0101 | having equal and opposite electric charges or magnetic poles having opposite signs and separated by a small distance
-02954143 01 a 01 deformational 0 003 + 07358060 n 0101 + 00404726 n 0102 \ 07358060 n 0101 | relating to or causing change in either shape or size of a material body or geometric figure
-02954331 01 a 01 totemic 0 003 + 05954672 n 0101 + 04458409 n 0101 \ 05954672 n 0101 | relating to totemism; "totemic object"
-02954459 01 a 01 Anglican 0 003 ;c 05946687 n 0000 + 09958292 n 0101 \ 08087981 n 0101 | of or pertaining to or characteristic of the Anglican church; "an Anglican bishop"
-02954633 01 a 01 Baptistic 0 002 + 09838701 n 0101 \ 08089420 n 0101 | of or pertaining to or characteristic of the Baptist church; "Baptistis baptismal practices"
-02954799 01 a 02 Congregational 2 Congregationalist 0 003 ;c 05946687 n 0000 \ 08090973 n 0201 \ 08090973 n 0101 | of or pertaining to or characteristic of a Congregational church
-02954981 01 a 02 Episcopal 1 Episcopalian 0 003 ;c 05946687 n 0000 \ 08088472 n 0201 \ 08088472 n 0101 | of or pertaining to or characteristic of the Episcopal church; "the Episcopal hierarchy"; "married by an Episcopalian minister"
-02955216 01 a 01 revivalistic 0 003 ;c 05946687 n 0000 + 06231191 n 0101 \ 06231191 n 0101 | of or relating to or characterizing revivalism
-02955358 01 a 01 Lutheran 2 002 ;c 05946687 n 0000 \ 08091744 n 0101 | of or pertaining to or characteristic of the branch of the Protestant Church adhering to the views of Luther; "Lutheran doctrines"
-02955562 01 a 02 Methodist 0 Wesleyan 0 004 ;c 05946687 n 0000 + 10312773 n 0201 + 11381824 n 0201 \ 08092340 n 0101 | of or pertaining to or characteristic of the branch of Protestantism adhering to the views of Wesley; "Methodist theology"
-02955806 01 a 01 Mormon 0 002 ;c 05946687 n 0000 \ 08089205 n 0102 | of or pertaining to or characteristic of the Mormon Church; "Mormon leaders"; "the former Mormon practice of polygamy"
-02955996 01 a 01 Unitarian 0 003 ;c 05946687 n 0000 + 10738670 n 0101 \ 06230358 n 0101 | of or relating to or characterizing Unitarianism
-02956137 01 a 01 orchestral 0 002 + 08248157 n 0101 \ 08248157 n 0101 | relating to or composed for an orchestra; "orchestral score"
-02956272 01 a 01 orchestrated 0 001 \ 08248157 n 0101 | arranged for performance by an orchestra
-02956371 01 a 01 communicative 0 002 + 00742320 v 0101 \ 00033020 n 0101 | of or relating to communication; "communicative arts"
-02956502 01 a 01 autosomal 0 002 + 05443966 n 0101 \ 05443966 n 0101 | of or relating to an autosome; "autosomal gene"
-02956623 01 a 01 chromatic 0 001 \ 04956594 n 0101 | able to refract light without spectral color separation; "chromatic lens"
-02956752 01 a 01 chromosomal 0 002 + 05442131 n 0101 \ 05442131 n 0101 | of or relating to a chromosome; "chromosomal defect"
-02956880 01 a 01 chronological 0 004 + 13845114 n 0101 + 06503224 n 0101 + 06156346 n 0101 \ 06503224 n 0101 | relating to or arranged according to temporal order; "chronological age"
-02957066 01 a 01 Italian 0 004 + 09716047 n 0101 + 06964247 n 0101 + 08801678 n 0101 \ 08801678 n 0101 | of or pertaining to or characteristic of Italy or its people or culture or language; "Italian cooking"
-02957276 01 a 01 Russian 0 003 + 09006413 n 0101 + 09002814 n 0101 \ 09003284 n 0102 | of or pertaining to or characteristic of Russia or its people or culture or language; "Russian dancing"
-02957469 01 a 01 German 0 003 + 09747722 n 0101 + 06950528 n 0101 \ 08766988 n 0101 | of or pertaining to or characteristic of Germany or its people or language; "German philosophers"; "German universities"; "German literature"
-02957699 01 a 01 East_German 0 001 \ 08768647 n 0101 | relating to or characteristic of East Germany; "East German spies"
-02957823 01 a 02 Celtic 0 Gaelic 0 006 + 06960566 n 0201 + 09688233 n 0201 \ 09688008 n 0201 + 06960298 n 0101 + 09688008 n 0101 \ 09688008 n 0101 | relating to or characteristic of the Celts
-02958017 01 a 01 Britannic 0 002 + 08860123 n 0104 \ 09732544 n 0101 | of Britain; "Her Britannic Majesty"
-02958126 01 a 02 Teutonic 0 Germanic 2 004 + 06946497 n 0201 + 06950528 n 0201 \ 09689152 n 0201 \ 09689152 n 0101 | of or pertaining to the ancient Teutons or their languages; "Teutonic peoples such as Germans and Scandinavians and British"; "Germanic mythology"
-02958392 01 a 02 French 0 Gallic 1 003 + 09708648 n 0202 \ 08929922 n 0201 \ 08929922 n 0101 | of or pertaining to France or the people of France; "French cooking"; "a Gallic shrug"
-02958576 01 a 01 Spanish 0 001 \ 09023321 n 0101 | of or relating to or characteristic of Spain or the people of Spain; "Spanish music"
-02958714 01 a 01 Iberian 0 002 + 08984567 n 0102 \ 08984567 n 0102 | of or relating to the Iberian Peninsula or its inhabitants
-02958844 01 a 01 Lusitanian 0 002 + 09166304 n 0101 \ 09166304 n 0101 | of or relating to or characteristic of the region of Lusitania or its people or language
-02959007 01 a 02 Portuguese 0 Lusitanian 1 003 + 09728009 n 0101 + 06966310 n 0101 \ 08984788 n 0101 | of or relating to or characteristic of Portugal or the people of Portugal or their language; "Portuguese wines"
-02959224 01 a 01 Sicilian 0 003 + 09717566 n 0101 + 08810999 n 0101 \ 08811215 n 0101 | of or relating to or characteristic of Sicily or the people of Sicily; "the Sicilian Mafia"
-02959406 01 a 01 Soviet 0 001 \ 09003284 n 0101 | of or relating to or characteristic of the former Soviet Union or its people; "Soviet leaders"
-02959553 01 a 01 Finnish 0 002 + 06958255 n 0101 \ 08779504 n 0101 | of or relating to or characteristic of Finland or the people of Finland; "Finnish architecture"
-02959720 01 a 01 Swedish 0 001 \ 08765890 n 0101 | of or relating to or characteristic of Sweden or its people or culture or language; "the Swedish King"; "Swedish punch"; "Swedish umlauts"
-02959912 01 a 02 Norwegian 0 Norse 0 005 \ 08764107 n 0201 + 09725402 n 0101 + 06954303 n 0101 + 08764107 n 0101 \ 08764107 n 0101 | of or relating to Norway or its people or culture or language; "Norwegian herring"
-02960130 01 a 02 Scandinavian 2 Norse 1 004 + 09730204 n 0101 + 08760856 n 0101 + 08760510 n 0101 \ 08760510 n 0101 | of or relating to Scandinavia or its peoples or cultures; "Norse sagas"; "Norse nomads"
-02960338 01 a 01 Danish 0 002 + 06954048 n 0101 \ 08761244 n 0101 | of or relating to or characteristic of Denmark or the Danes or their language ; "Danish furniture"
-02960507 01 a 01 Belgian 0 003 + 09694109 n 0101 + 08849753 n 0101 \ 08849753 n 0101 | of or relating to or characteristic of Belgium or the Belgian people; "the Belgian Queen"
-02960686 01 a 01 Dutch 0 001 \ 08949093 n 0101 | of or relating to the Netherlands or its people or culture; "Dutch painting"; "Dutch painters"
-02960832 01 a 01 Luxembourgian 0 002 + 08960987 n 0101 \ 08960987 n 0101 | relating to or characteristic of Luxembourg; "Luxembourgian food"
-02960975 01 a 01 Swiss 0 001 \ 09031653 n 0101 | of or relating to Switzerland or its people or culture; "the Swiss army"
-02961099 01 a 01 Austrian 0 003 + 09691604 n 0101 + 08845555 n 0101 \ 08845555 n 0101 | of or relating to Austria or its people or culture; "Austrian music"
-02961258 01 a 01 Polish 0 002 + 06944720 n 0101 \ 08982587 n 0101 | of or relating to Poland or its people or culture; "Polish sausage"
-02961396 01 a 01 Polynesian 0 001 \ 08841667 n 0101 | of or relating to Polynesia or its people or culture
-02961505 01 a 02 Hungarian 0 Magyar 0 004 + 09713985 n 0202 + 06958836 n 0202 + 08952190 n 0101 \ 08952190 n 0101 | relating to or characteristic of Hungary; "Hungarian folk music"
-02961688 01 a 02 Czech 0 Czechoslovakian 0 007 + 09699200 n 0201 + 08757569 n 0201 \ 08757569 n 0201 + 09699403 n 0101 + 09699200 n 0103 + 06944911 n 0101 \ 08757569 n 0101 | of or relating to Czechoslovakia or its people or their language; "The Czech border"; "Czechoslovak nationalists"; "The Czechoslovakian population"
-02962013 01 a 02 Yugoslavian 0 Yugoslav 0 005 + 09750891 n 0201 \ 08816236 n 0203 + 09750891 n 0103 + 08816236 n 0103 \ 08816236 n 0103 | of or relating to or characteristic of the former country of Yugoslavia or its people or languages; "Yugoslavian wine"
-02962272 01 a 03 Romanian 0 Rumanian 0 Roumanian 0 006 + 08813978 n 0302 \ 08813978 n 0301 + 08813978 n 0203 \ 08813978 n 0201 + 08813978 n 0101 \ 08813978 n 0101 | of or relating to or characteristic of the country of Romania or its people or languages; "Romanian folk music"
-02962551 01 a 01 Baltic 0 001 \ 09213254 n 0102 | of or near or on the Baltic Sea; "The Baltic republics"
-02962659 01 a 01 Baltic 1 002 + 06945679 n 0101 \ 09012101 n 0101 | of or pertaining to or characteristic of the Baltic States or their peoples or languages
-02962818 01 a 01 Latvian 0 002 + 09013074 n 0101 \ 09013074 n 0101 | of or relating to or characteristic of Latvia or its people or language
-02962961 01 a 01 Lithuanian 0 003 + 06946199 n 0101 + 09013830 n 0101 \ 09013830 n 0101 | of or relating to or characteristic of Lithuania or its people or language
-02963128 01 a 01 Moldovan 0 002 + 09014586 n 0101 \ 09014586 n 0101 | of or relating to or characteristic of Moldova or its people or culture
-02963272 01 a 01 Kyrgyzstani 0 001 \ 09020440 n 0101 | of or relating to or characteristic of Kyrgyzstan or its people or culture
-02963404 01 a 01 Tajikistani 0 001 \ 09020961 n 0101 | of or relating to or characteristic of Tajikistan or it people or culture
-02963535 01 a 01 Turkmen 0 001 \ 09021503 n 0101 | of or relating to or characteristic of Turkmenistan or its people or culture
-02963665 01 a 01 Ukrainian 0 002 + 09014979 n 0101 \ 09014979 n 0101 | of or relating to or characteristic of Ukraine or its people or culture
-02963810 01 a 01 Uzbekistani 0 001 \ 09022265 n 0101 | of or relating to or characteristic of Uzbekistan or its people or culture
-02963942 01 a 01 Serbian 0 003 + 08816969 n 0101 \ 08816969 n 0101 \ 09751076 n 0101 | of or relating to the people or language or culture of the region of Serbia
-02964107 01 a 01 Croatian 0 003 + 09751256 n 0101 + 08815858 n 0101 \ 08815858 n 0101 | of or relating to or characteristic of Croatia or its people or language; "Croatian villages"
-02964291 01 a 01 Slovenian 0 003 + 09749753 n 0101 + 08818444 n 0101 \ 08818444 n 0101 | of or relating to or characteristic of Slovenia or its people or language; "Slovenian independence"
-02964482 01 a 01 Slovakian 0 002 + 08759013 n 0101 \ 08759013 n 0101 | of or relating to or characteristic of Slovakia or its people or language
-02964629 01 a 01 Bosnian 0 002 + 08817630 n 0105 \ 08817630 n 0104 | of or relating to or characteristic of Bosnia-Herzegovina or the people of Bosnia
-02964782 01 a 01 Chinese 0 001 \ 08730550 n 0102 | of or pertaining to China or its peoples or cultures; "Chinese food"
-02964904 01 a 01 Sinitic 0 001 \ 09698108 n 0101 | of or relating to the Chinese people or their language or culture; "Sinitic dialects"
-02965043 01 a 02 Japanese 0 Nipponese 0 003 + 09718217 n 0202 + 09718217 n 0101 \ 08921850 n 0101 | of or relating to or characteristic of Japan or its people or their culture or language; "the Japanese Emperor"; "Japanese cars"
-02965274 01 a 01 exponential 0 003 + 13789462 n 0101 + 06812417 n 0101 \ 06812417 n 0101 | of or involving exponents; "exponential growth"
-02965415 01 a 01 paradigmatic 0 002 + 05937524 n 0102 \ 05937524 n 0102 | of or relating to a typical example; "paradigmatic learning"
-02965552 01 a 01 paradigmatic 1 002 + 13804375 n 0101 \ 13804375 n 0101 | of or relating to a grammatical paradigm; "paradigmatic inflection"
-02965696 01 a 01 Tibetan 0 002 + 08906952 n 0101 \ 08906952 n 0101 | of or relating to or characteristic of Tibet or its people or their language; "Tibetan monks"
-02965861 01 a 01 Himalayan 0 002 + 09303647 n 0101 \ 09303647 n 0101 | of or relating to the Himalayas; "Himalayan peaks"
-02965985 01 a 01 Chilean 0 003 + 09697986 n 0101 + 08720481 n 0101 \ 08720481 n 0101 | of or relating to or characteristic of Chile or its people; "Chilean volcanoes"
-02966154 01 a 01 Peruvian 0 003 + 09726499 n 0101 + 08979054 n 0101 \ 08979054 n 0101 | of or relating to or characteristic of Peru or its people; "Peruvian artifacts"
-02966324 01 a 01 Ecuadorian 0 002 + 08776687 n 0101 \ 08776687 n 0101 | of or relating to or characteristic of Ecuador or its people; "Ecuadorian folklore"
-02966482 01 a 01 Panamanian 0 003 + 09726120 n 0101 + 08739206 n 0101 \ 08739206 n 0101 | of or relating to or characteristic of Panama or its people; "Panamanian economy"
-02966656 01 a 01 Venezuelan 0 003 + 09747062 n 0101 + 09161803 n 0101 \ 09161803 n 0101 | of or relating to or characteristic of Venezuela or its people; "Venezuelan oil"
-02966829 01 a 01 Brazilian 0 002 + 08853741 n 0101 \ 08853741 n 0101 | of or relating to or characteristic of Brazil or the people of Brazil
-02966972 01 a 02 Argentine 0 Argentinian 0 004 + 09691149 n 0201 + 08711974 n 0201 \ 08711974 n 0201 \ 08711974 n 0101 | of or relating to or characteristic of Argentina or its people; "Argentinian tango"
-02967179 01 a 01 Paraguayan 0 003 + 09726246 n 0101 + 08978343 n 0101 \ 08978343 n 0101 | of or relating to or characteristic of Paraguay or its people
-02967333 01 a 01 Uruguayan 0 003 + 09746936 n 0101 + 09160295 n 0101 \ 09160295 n 0101 | of or relating to or characteristic of Uruguay or its people
-02967485 01 a 01 Bolivian 0 002 + 08852843 n 0101 \ 08852843 n 0101 | of or relating to or characteristic of Bolivia or its people
-02967618 01 a 01 Colombian 0 003 + 09698517 n 0101 + 08732116 n 0101 \ 08732116 n 0101 | of or relating to or characteristic of Colombia or its people; "Colombian coffee"
-02967791 01 a 01 Korean 0 004 + 09718936 n 0101 + 06929171 n 0101 + 08954611 n 0101 \ 08954611 n 0101 | of or relating to or characteristic of Korea or its people or language; "Korean handicrafts"
-02967990 01 a 01 North_Korean 0 003 + 09719105 n 0101 + 08955082 n 0101 \ 08955082 n 0101 | of or relating to or characteristic of North Korea or its people or their culture
-02968166 01 a 01 South_Korean 0 003 + 09719207 n 0101 + 08955626 n 0101 \ 08955626 n 0101 | of or relating to or characteristic of South Korea or its people
-02968325 01 a 01 European 0 004 + 09275473 n 0101 + 08172695 n 0101 + 08173515 n 0108 \ 09275473 n 0101 | of or relating to or characteristic of Europe or the people of Europe; "European Community"
-02968525 01 a 02 Asian 0 Asiatic 0 008 + 09641757 n 0202 + 09207288 n 0201 + 08172877 n 0201 \ 09207288 n 0201 + 09641757 n 0101 + 09207288 n 0101 + 08172877 n 0101 \ 09207288 n 0101 | of or relating to or characteristic of Asia or the peoples of Asia or their languages or culture; "Asian countries"
-02968828 01 a 02 Cambodian 0 Kampuchean 0 006 + 09696280 n 0202 + 08716738 n 0203 \ 08716738 n 0201 + 09696280 n 0101 + 08716738 n 0101 \ 08716738 n 0101 | of or relating to or characteristic of Cambodia or its people or language
-02969060 01 a 01 Manchurian 0 002 + 08722844 n 0101 \ 08722844 n 0101 | of or relating to or characteristic of Manchuria or its people or their culture; "the Manchurian invasion"
-02969241 01 a 01 Honduran 0 002 + 09712570 n 0101 \ 08737716 n 0101 | of or relating to or characteristic of Honduras or its people
-02969375 01 a 02 Salvadoran 0 Salvadorean 0 003 + 08738272 n 0201 \ 08738272 n 0201 \ 08738272 n 0101 | of or relating to or characteristic of El Salvador or its people; "Salvadoran coffee"; "Salvadoran guerillas"
-02969591 01 a 01 Cuban 0 004 + 09698901 n 0101 + 08750151 n 0101 + 08750334 n 0101 \ 08750334 n 0101 | of or relating to or characteristic of Cuba or the people of Cuba; "Cuban rum"
-02969775 01 a 01 Bavarian 0 002 + 08771596 n 0101 \ 08771596 n 0101 | of or relating to or characteristic of Bavaria or its people; "Bavarian beer"
-02969925 01 a 01 Byzantine 0 001 \ 08800676 n 0101 | of or relating to or characteristic of the Byzantine Empire or the ancient city of Byzantium
-02970073 01 a 01 Byzantine 1 001 \ 08086356 n 0103 | of or relating to the Eastern Orthodox Church or the rites performed in it; "Byzantine monks"; "Byzantine rites"
-02970241 01 a 01 Ottoman 0 001 \ 09038597 n 0101 | of or relating to the Ottoman Empire or its people or its culture
-02970360 01 a 01 Seljuk 0 001 \ 08158089 n 0101 | of or relating to the Seljuks
-02970442 01 a 01 Neapolitan 0 002 + 08805565 n 0101 \ 08805565 n 0101 | of or relating to or characteristic of Naples or its people
-02970576 01 a 01 Milanese 0 001 \ 08809165 n 0101 | of or relating to or characteristic of Milan or its people
-02970689 01 a 01 Tuscan 0 002 + 08811982 n 0101 \ 08811982 n 0101 | of or relating to or characteristic of Tuscany or its people
-02970820 01 a 01 Venetian 0 003 + 09717454 n 0101 + 08813264 n 0101 \ 08813264 n 0101 | of or relating to or characteristic of Venice or its people; "Venetian glass"; "Venetian canals"
-02971007 01 a 02 Tyrolean 0 Tyrolese 0 003 \ 08846135 n 0201 + 08846135 n 0101 \ 08846135 n 0101 | of or relating to or characteristic of the Tyrol or its people; "Tyrolean yodeling"
-02971192 01 a 01 Viennese 0 001 \ 08846324 n 0101 | of or relating to or characteristic of Vienna or its inhabitants
-02971311 01 a 01 Glaswegian 0 003 + 09749142 n 0101 + 08892971 n 0101 \ 08892971 n 0101 | of or relating to or characteristic of Glasgow or its inhabitants
-02971469 01 a 01 Egyptian 0 005 + 09700492 n 0101 + 06990000 n 0101 + 08896831 n 0102 + 08897065 n 0101 \ 08897065 n 0101 | of or relating to or characteristic of Egypt or its people or their language
-02971672 01 a 01 Hindustani 0 003 + 09713501 n 0103 + 06970373 n 0101 \ 08902422 n 0101 | of or relating to or characteristic of Hindustan or its people or language
-02971839 01 a 02 Nepalese 0 Nepali 0 005 + 09724066 n 0202 + 06972985 n 0201 \ 08906374 n 0201 + 09724066 n 0101 \ 08906374 n 0101 | of or pertaining to or characteristic of Nepal or its people or language or culture; "Nepalese troops massed at the border"; "Nepali mountains are among the highest in the world"; "the different Nepali words for `rice'"
-02972194 01 a 01 Indonesian 0 002 + 08907606 n 0101 \ 08907606 n 0101 | of or relating to or characteristic of Indonesia or its people or languages
-02972344 01 a 01 Alsatian 0 003 + 09785786 n 0101 + 08940209 n 0101 \ 08940209 n 0101 | of or relating to or characteristic of Alsace or its inhabitants
-02972499 01 a 01 Athenian 0 005 + 09711132 n 0101 + 09130599 n 0101 + 09076982 n 0101 + 08785343 n 0101 \ 08785343 n 0101 | of or relating to or characteristic of Athens or its inhabitants
-02972690 01 a 01 Spartan 0 002 + 08787240 n 0101 \ 08787240 n 0101 | of or relating to or characteristic of Sparta or its people
-02972821 01 a 01 Thracian 0 001 \ 08915784 n 0101 | of or relating to Thrace or its people or culture
-02972925 01 a 01 Israeli 0 002 + 09715833 n 0101 \ 08792548 n 0101 | of or relating to or characteristic of Israel or its people
-02973056 01 a 02 Genoese 0 Genovese 0 002 \ 08808452 n 0201 \ 08808452 n 0101 | of or relating to or characteristic of Genoa or its inhabitants; "the Genoese sailor we call Columbus"
-02973241 01 a 01 tragic 0 003 ;c 06376154 n 0000 + 07016948 n 0101 \ 07016948 n 0101 | of or relating to or characteristic of tragedy; "tragic hero"
-02973392 01 a 01 comic 0 003 ;c 06376154 n 0000 + 07015510 n 0101 \ 07015510 n 0101 | of or relating to or characteristic of comedy; "comic hero"
-02973540 01 a 01 tragicomic 0 003 ;c 06376154 n 0000 + 07017161 n 0101 \ 07017161 n 0101 | of or relating to or characteristic of tragicomedy; "a playwright specializing in tragicomic drama"
-02973733 01 a 01 abyssal 0 001 \ 09186592 n 0101 | relating to ocean depths from 2000 to 5000 meters
-02973836 01 a 01 neritic 0 001 \ 09369039 n 0101 | of or relating to the region of the sea over the continental shelf which is less than 200 meters deep; "neritic fauna"; "neritic oil"
-02974023 01 a 02 baroque 0 Baroque 0 002 \ 15259076 n 0201 \ 15259076 n 0101 | of or relating to or characteristic of the elaborately ornamented style of architecture, art, and music popular in Europe between 1600 and 1750
-02974248 01 a 01 bathyal 0 001 \ 09255343 n 0102 | relating to ocean depths between 200 and 2000 meters (corresponds to the continental slope)
-02974393 01 a 01 hadal 0 001 \ 09376526 n 0104 | relating to the deepest parts of the ocean (below 6000 meters)
-02974507 01 a 02 operculate 0 operculated 0 002 \ 01902368 n 0201 \ 01902368 n 0101 | having an operculum
-02974615 01 a 01 Palestinian 0 004 + 09713357 n 0101 + 08798771 n 0101 + 08798382 n 0101 \ 08798771 n 0101 | of or relating to the area of Palestine and its inhabitants; "Palestinian guerrillas"
-02974812 01 a 01 infernal 1 002 + 07303697 n 0102 \ 07303697 n 0102 | of or pertaining to or characteristic of a very uncontrolled and intense fire; "infernal heat"
-02974979 01 a 01 cortical 0 003 + 05486510 n 0104 + 05490578 n 0101 \ 05490578 n 0101 | of or relating to a cortex
-02975096 01 a 01 metabolic 0 002 + 13514314 n 0101 \ 13514314 n 0101 | of or relating to metabolism; "metabolic rate"
-02975216 01 a 01 metastatic 0 002 + 13515353 n 0101 \ 13515353 n 0101 | relating to or affected by metastasis; "metastatic growth"
-02975349 01 a 01 gonadal 0 002 + 05524430 n 0101 \ 05524430 n 0101 | of or relating to the gonads; "gonadal hormones"
-02975469 01 a 01 agonadal 0 001 \ 05524430 n 0101 | lacking gonads
-02975538 01 a 01 diagnostic 0 002 + 00152727 n 0101 \ 00152727 n 0101 | concerned with diagnosis; used for furthering diagnosis; "a diagnostic reading test"
-02975697 01 a 02 gastrointestinal 0 GI 0 001 \ 05532225 n 0105 | of or relating to the stomach and intestines; "a gastrointestinal disorder"
-02975840 01 a 02 gastronomic 0 gastronomical 0 005 + 00936296 n 0201 \ 07572206 n 0201 + 07572206 n 0101 + 00936296 n 0101 \ 07572206 n 0101 | of or relating to gastronomy; "gastronomic adventures"
-02976040 01 a 01 carnal 0 002 + 00727012 v 0102 \ 05268112 n 0101 | of or relating to the body or flesh; "carnal remains"
-02976164 01 a 01 cross-modal 0 001 \ 05652396 n 0101 | relating to different sense modalities
-02976260 01 a 01 functional 1 001 \ 05149325 n 0101 | relating to or based on function especially as opposed to structure; "the problem now is not a constitutional one; it is a functional one"; "delegates elected on a functional rather than a geographical basis"
-02976525 01 a 01 neurotic 0 002 + 14393161 n 0101 \ 14393161 n 0101 | characteristic of or affected by neurosis; "neurotic disorder"; "neurotic symptoms"
-02976681 01 a 02 epidemiologic 0 epidemiological 0 004 + 06050024 n 0201 \ 06050024 n 0201 + 06050024 n 0101 \ 06050024 n 0101 | of or relating to epidemiology; "epidemiological studies"
-02976870 01 a 01 qualitative 0 001 \ 00646833 n 0102 | relating to or involving comparisons based on qualities
-02976983 01 a 02 quantal 0 quantized 0 005 ;c 06090869 n 0000 \ 05855517 n 0201 + 05855748 n 0101 + 05855517 n 0101 \ 05855517 n 0101 | of or relating to a quantum or capable of existing in only one of two states
-02977198 01 a 01 quantitative 0 001 \ 05108740 n 0101 | relating to the measurement of quantity; "quantitative studies"
-02977320 01 a 01 Quebecois 0 001 \ 08829071 n 0101 | of or relating to Quebec (especially to the French speaking inhabitants or their culture)
-02977465 01 a 01 Assamese 0 003 + 09673779 n 0101 + 06970784 n 0101 \ 08902097 n 0101 | of or relating to or characteristic of Assam or its people or culture or language
-02977638 01 a 01 Austronesian 0 004 + 09691435 n 0101 + 06937531 n 0101 + 08836329 n 0101 \ 08836329 n 0101 | of or relating to or characteristic of Austronesia or its people or culture
-02977826 01 a 01 Algerian 0 003 + 09690083 n 0101 + 08705397 n 0101 \ 08705397 n 0101 | of or relating to or characteristic of Algeria or its inhabitants; "Algerian towns"
-02978000 01 a 01 Andorran 0 002 + 09690496 n 0101 \ 09023118 n 0101 | of or relating to or characteristic of Andorra or its people; "the Andorran hills"
-02978155 01 a 02 Monacan 0 Monegasque 0 004 + 10327987 n 0201 \ 08967868 n 0201 + 08967868 n 0101 \ 08967868 n 0101 | of or relating to or characteristic of Monaco or its people
-02978335 01 a 01 Galwegian 0 002 + 08892058 n 0101 \ 08892058 n 0101 | of or relating to or characteristic of the Scottish district of Galloway or its people
-02978495 01 a 01 Calcuttan 0 002 + 08903636 n 0102 \ 08903636 n 0102 | of or relating to or characteristic of Calcutta or its inhabitants
-02978635 01 a 01 circadian 0 001 \ 15155220 n 0101 | of or relating to biological processes occurring at 24-hour intervals; "circadian rhythms"
-02978781 01 a 02 rhinal 0 nasal 0 003 + 05277532 n 0201 \ 05598147 n 0201 \ 05598147 n 0101 | of or in or relating to the nose; "nasal passages"
-02978928 01 a 02 perinasal 0 perirhinal 0 002 \ 05598147 n 0201 \ 05598147 n 0101 | near the nose
-02979028 01 a 02 otic 0 auricular 0 002 \ 05323889 n 0201 \ 05320899 n 0101 | of or relating to near the ear
-02979139 01 a 01 retinal 0 003 + 15005386 n 0102 + 05426989 n 0101 \ 05426989 n 0101 | in or relating to the retina of the eye; "retinal cells"
-02979285 01 a 01 orbital 0 003 + 08612340 n 0101 + 08612049 n 0101 \ 08612049 n 0101 | of or relating to an orbit; "orbital revolution"; "orbital velocity"
-02979443 01 a 01 suborbital 0 001 \ 08612049 n 0101 | having or involving a trajectory of less than one orbit; "the first manned suborbital flight"
-02979593 01 a 01 reductionist 0 001 \ 05782563 n 0101 | of or relating to the theory of reductionism; "reductionist arguments"
-02979722 01 a 01 maturational 0 003 + 13512238 n 0101 + 13489037 n 0103 \ 13489037 n 0103 | relating to or involved in maturation; "maturational process"
-02979878 01 a 01 dynamic 2 003 ;c 06090869 n 0000 + 06113597 n 0101 \ 06113597 n 0101 | of or relating to dynamics
-02979995 01 a 01 hydrodynamic 0 003 ;c 06090869 n 0000 + 06113914 n 0101 \ 06113914 n 0101 | of or relating to hydrodynamics
-02980122 01 a 01 aerodynamic 0 003 ;c 06090869 n 0000 + 06114351 n 0102 \ 06114351 n 0102 | of or relating to aerodynamics
-02980247 01 a 02 rheologic 0 rheological 0 005 ;c 06090869 n 0000 + 06102316 n 0201 \ 06102316 n 0201 + 06102316 n 0101 \ 06102316 n 0101 | of or relating to rheology
-02980416 01 a 02 meteoritic 0 meteoritical 0 004 + 09352849 n 0201 \ 09352849 n 0201 + 09352849 n 0101 \ 09352849 n 0101 | of or relating to or caused by meteorites
-02980583 01 a 01 micrometeoritic 0 002 + 09353918 n 0101 \ 09353918 n 0101 | of or relating to micrometeorites
-02980696 01 a 02 cometary 0 cometic 0 004 + 09251407 n 0201 \ 09251407 n 0201 + 09251407 n 0101 \ 09251407 n 0101 | of or relating to or resembling a comet
-02980854 01 a 01 asteroidal 0 002 + 09208702 n 0101 \ 09208702 n 0101 | of or relating to or resembling an asteroid
-02980972 01 a 01 piezoelectric 0 002 + 11491308 n 0101 \ 11491308 n 0101 | relating to or involving piezoelectricity; "piezoelectric plates"
-02981115 01 a 01 thyroid 0 001 \ 05330244 n 0101 | suggestive of a thyroid disorder; "thyroid personality"
-02981224 01 a 01 thyrotoxic 0 001 \ 14120767 n 0102 | of or relating to or affected by hyperthyroidism
-02981329 01 a 02 thyroid 1 thyroidal 0 003 + 05330244 n 0202 \ 05330244 n 0201 \ 05330244 n 0101 | of or relating to the thyroid gland; "thyroid deficiency"; "thyroidal uptake"
-02981508 01 a 01 antithyroid 0 001 \ 02981329 a 0101 | having the effect of counteracting excessive thyroid activity; "antithyroid drugs"
-02981648 01 a 01 congressional 0 001 \ 08318691 n 0101 | of or relating to congress; "congressional hearing"
-02981759 01 a 01 instructional 0 004 + 06786629 n 0102 + 00883297 n 0102 + 00887081 n 0102 \ 00887081 n 0102 | of or relating to or used in instruction; "instructional aids"
-02981935 01 a 01 catechismal 0 003 ;c 05946687 n 0000 + 06412771 n 0101 \ 06412771 n 0101 | of or relating to a catechism summarizing the principles of Christianity
-02982102 01 a 02 catechetical 0 catechetic 1 005 ;c 06182144 n 0000 + 00887882 n 0201 \ 00887882 n 0201 + 00887882 n 0101 \ 00887882 n 0101 | of or relating to or involving catechesis
-02982288 01 a 02 catechistic 0 catechetic 0 003 \ 07194293 n 0201 + 06412771 n 0101 \ 07194293 n 0101 | of or relating to or resembling a rigorous catechism; "the catechistic method"
-02982473 01 a 01 Canadian 0 003 + 09696585 n 0101 + 08820121 n 0101 \ 08820121 n 0101 | of or relating to Canada or its people
-02982602 01 a 01 necrotic 0 002 + 11486708 n 0101 \ 11486708 n 0101 | relating to or affected by necrosis; "necrotic tissue"
-02982729 01 a 01 hypothalamic 0 002 + 05499379 n 0101 \ 05499379 n 0101 | of or relating to the hypothalamus
-02982840 01 a 01 cortico-hypothalamic 0 001 \ 02982729 a 0101 | of or relating to the cortex and the hypothalamus
-02982956 01 a 01 thalamocortical 0 001 \ 02974979 a 0101 | relating to or connecting the cortex and thalamus; "the thalamocortical system"
-02983097 01 a 01 gestational 0 004 + 15226214 n 0101 + 14046202 n 0102 + 05772215 n 0101 \ 14046202 n 0102 | of or relating to gestation
-02983236 01 a 01 progestational 0 001 \ 14046202 n 0102 | preceding and favoring gestation; of or relating to physiological changes associated with ovulation and formation of the corpus luteum
-02983431 01 a 01 progestational 1 001 \ 14746048 n 0101 | of or relating to progesterone (or to a drug with effects like those of progesterone)
-02983577 01 a 01 emotional 0 003 + 07480068 n 0101 + 04626280 n 0101 \ 07480068 n 0101 | of or pertaining to emotion; "emotional health"; "an emotional crisis"
-02983739 01 a 01 macrobiotic 0 002 + 06042312 n 0101 \ 06042312 n 0101 | of or relating to the theory or practice of macrobiotics; "macrobiotic diet"
-02983891 01 a 01 biotic 0 001 \ 11473291 n 0101 | of or relating to living organisms
-02983978 01 a 01 gubernatorial 0 002 + 10140314 n 0101 \ 10140314 n 0101 | relating to a governor; "gubernatorial election"
-02984104 01 a 01 presidential 0 006 + 10467395 n 0103 + 00596807 n 0101 + 10468750 n 0101 + 10468559 n 0101 + 10467179 n 0101 \ 10467179 n 0101 | relating to a president or presidency; "presidential aides"; "presidential veto"
-02984333 01 a 01 vice-presidential 0 002 + 10751265 n 0101 \ 10751265 n 0101 | relating to a vice president or vice-presidency; "Vice-presidential debates"
-02984491 01 a 01 copular 0 002 + 06472824 n 0101 \ 06472824 n 0101 | of or relating to a copula; "a copular verb"
-02984607 01 a 01 coronary 0 002 + 05607126 n 0101 \ 05607126 n 0101 | surrounding like a crown (especially of the blood vessels surrounding the heart); "coronary arteries"
-02984781 01 a 01 corporate 0 001 \ 08059412 n 0101 | of or belonging to a corporation; "corporate rates"; "corporate structure"
-02984911 01 a 01 corporatist 0 001 \ 05197043 n 0101 | of or relating to corporatism
-02984998 01 a 01 corpuscular 0 002 + 05449268 n 0103 \ 05449268 n 0103 | of or relating to corpuscles
-02985102 01 a 01 dimensional 0 002 + 05062993 n 0101 \ 05093581 n 0101 | of or relating to dimensions
-02985206 01 a 01 volumed 0 002 ;u 06307152 n 0000 \ 06413666 n 0101 | (often used in combination) consisting of or having a given number or kind of volumes; "the poet's volumed works"; "a two-volumed history"; "multi-volumed encyclopedias"; "large-volumed editions"
-02985474 01 a 02 volumetric 0 volumetrical 0 004 + 04541475 n 0201 \ 04541475 n 0201 + 04541475 n 0101 \ 04541475 n 0101 | of or relating to measurement by volume; "volumetric analysis"
-02985662 01 a 01 hypothermic 0 002 + 14044454 n 0101 \ 14044454 n 0101 | of or relating to or affected by hypothermia
-02985782 01 a 01 hyperthermal 0 002 + 14044454 n 0101 \ 14044174 n 0101 | of or relating to or affected by hyperthermia
-02985904 01 a 02 yogistic 0 yogic 0 006 + 06239361 n 0201 + 00630960 n 0201 \ 06239361 n 0201 + 06239361 n 0101 + 00630960 n 0101 \ 06239361 n 0101 | of or relating to yoga; "yogic exercises"
-02986098 01 a 01 botulinal 0 002 + 15035123 n 0101 \ 01357328 n 0101 | of or relating to or produced by the botulinus
-02986218 01 a 02 logistic 0 logistical 0 004 + 01060745 n 0201 \ 01060745 n 0201 + 01060745 n 0101 \ 01060745 n 0101 | of or relating to logistics; "logistic requirements"
-02986392 01 a 01 organicistic 0 002 + 05994706 n 0101 \ 05994706 n 0101 | relating to or tending toward organicism
-02986509 01 a 02 organismal 0 organismic 0 004 + 00004475 n 0201 \ 08436036 n 0201 + 08436036 n 0101 \ 08436036 n 0101 | of or relating to or belonging to an organism (considered as a whole); "the organismic theory of the state"
-02986740 01 a 02 artifactual 0 artefactual 0 004 + 00021939 n 0202 \ 00021939 n 0202 + 00021939 n 0101 \ 00021939 n 0102 | of or relating to artifacts
-02986893 01 a 01 mutafacient 0 001 \ 09364086 n 0101 | capable of inducing mutation (used mainly of intracellular agents)
-02987017 01 a 01 mutagenic 0 001 \ 09364086 n 0101 | capable of inducing mutation (used mainly of extracellular factors such as X-rays or chemical pollution)
-02987177 01 a 01 mutational 0 004 + 10341660 n 0102 + 07297811 n 0101 + 07425011 n 0101 \ 07425011 n 0101 | of or relating to or resulting from mutation
-02987332 01 a 01 mutative 0 002 + 00119873 v 0101 \ 07425011 n 0101 | of or pertaining to or marked by genetic mutation
-02987454 01 a 01 mutant 0 004 + 10341660 n 0101 + 01324305 n 0101 + 00119873 v 0101 \ 07425011 n 0101 | tending to undergo or resulting from mutation; "a mutant gene"
-02987623 01 a 01 incident 0 002 + 11467996 n 0101 \ 11467996 n 0101 | falling or striking of light rays on something; "incident light"
-02987760 01 a 02 serologic 0 serological 0 004 + 06063072 n 0201 \ 06063072 n 0201 + 06063072 n 0101 \ 06063072 n 0101 | of or relating to serology
-02987910 01 a 02 chromatographic 0 chromatographical 0 003 + 13448778 n 0201 \ 13448778 n 0201 \ 13448778 n 0101 | of or relating to chromatography
-02988060 01 a 01 national 0 004 + 09625401 n 0101 + 13953787 n 0101 + 07949463 n 0101 \ 08168978 n 0102 | of or relating to or belonging to a nation or country; "national hero"; "national anthem"; "a national landmark"
-02988281 01 a 01 national 1 002 + 07949463 n 0101 \ 13953787 n 0101 | of or relating to nationality; "national origin"
-02988402 01 a 01 national 2 002 + 07949463 n 0101 \ 08166552 n 0101 | characteristic of or peculiar to the people of a nation; "a national trait"
-02988550 01 a 02 nativist 0 nativistic 0 003 + 05973198 n 0201 \ 05973198 n 0201 \ 05973198 n 0101 | of or relating to or advocating nativism; "nativist theories"; "the traditional controversy between the nativistic and empiristic theories"
-02988793 01 a 02 nativist 1 nativistic 1 003 + 06660668 n 0201 \ 06660668 n 0201 \ 06660668 n 0101 | advocating the perpetuation of native societies; "the old nativist prejudice against the foreign businessman"; "the nativistic faith preaches the old values"- C.K.Kluckhohn
-02989069 01 a 01 naturistic 0 002 + 01031563 n 0102 \ 01031563 n 0102 | in accord with naturism
-02989167 01 a 03 congeneric 0 congenerical 0 congenerous 0 003 \ 01328302 n 0302 \ 01328302 n 0202 \ 01328302 n 0102 | belonging to the same genus
-02989316 01 a 01 specific 0 001 \ 08110373 n 0101 | relating to or distinguishing or constituting a taxonomic species; "specific characters"
-02989459 01 a 01 conspecific 0 001 \ 08110373 n 0101 | belonging to the same species; "cultivated cabbage and wild cabbage are conspecific"
-02989601 01 a 01 experiential 0 002 + 05984584 n 0101 \ 05984584 n 0101 | relating to or resulting from experience; "a personal, experiential reality"
-02989754 01 a 02 medieval 0 mediaeval 0 002 \ 15259284 n 0201 \ 15259284 n 0101 | relating to or belonging to the Middle Ages; "Medieval scholars"; "Medieval times"
-02989921 01 a 01 mediatorial 0 001 \ 09624559 n 0101 | of or relating to a mediator or the duties of a mediator
-02990035 01 a 01 mediatory 0 002 \ 07150644 n 0101 \ 01240432 n 0101 | of or related to or directed toward mediation
-02990154 01 a 01 curatorial 0 002 + 09983889 n 0101 \ 09983889 n 0101 | of or relating to a curator or the duties of a curator; "curatorial duties"
-02990304 01 a 01 proverbial 0 002 + 07153838 n 0101 \ 07153838 n 0101 | of or relating to or resembling or expressed in a proverb; "he kicked the proverbial bucket"; "the proverbial grasshopper"
-02990501 01 a 02 epiphyseal 0 epiphysial 0 004 + 05592504 n 0201 \ 05592504 n 0201 + 05592504 n 0101 \ 05592504 n 0101 | relating to the epiphysis of a bone
-02990660 01 a 02 diaphyseal 0 diaphysial 0 004 + 05592733 n 0201 \ 05592733 n 0201 + 05592733 n 0101 \ 05592733 n 0101 | relating to the diaphysis of a bone
-02990819 01 a 01 theocratic 0 002 + 08363428 n 0101 \ 08363428 n 0101 | of or relating to or being a theocracy; "a theocratic state"
-02990954 01 a 01 comparative 0 003 + 06322693 n 0101 + 00653620 v 0101 \ 13853808 n 0101 | relating to or based on or involving comparison; "comparative linguistics"
-02991122 01 a 01 artistic 0 003 + 09812338 n 0101 + 02743547 n 0101 \ 09812338 n 0101 | relating to or characteristic of art or artists; "his artistic background"
-02991287 01 a 02 aesthetic 0 esthetic 0 003 \ 06161223 n 0202 + 05968971 n 0101 \ 06161223 n 0101 | relating to or dealing with the subject of aesthetics; "aesthetic values"
-02991463 01 a 01 official 0 002 + 08337324 n 0105 \ 08337324 n 0105 | of or relating to an office; "official privileges"
-02991586 01 a 01 teleological 0 002 + 05977619 n 0101 \ 05977619 n 0101 | of or relating to teleology
-02991690 01 a 01 sentential 0 002 + 06285090 n 0101 \ 06285090 n 0101 | of or relating to a sentence; "the sentential subject"
-02991819 01 a 01 intrasentential 0 001 \ 02991690 a 0101 | of or relating to constituents within a sentence; "intrasentential co-occurrence"
-02991962 01 a 01 cross-sentential 0 001 \ 02991690 a 0101 | of or relating to relations between sentences
-02992070 01 a 01 scopal 0 005 ;c 06163751 n 0000 ;c 06174404 n 0000 + 14513259 n 0103 + 05125377 n 0101 \ 05125377 n 0101 | of or relating to scope; "scopal dependency"
-02992241 01 a 01 simian 0 002 + 02470238 n 0101 \ 02470325 n 0101 | relating to or resembling an ape; "simian features"
-02992363 01 a 01 bubaline 0 001 \ 02410702 n 0103 | relating to or resembling a buffalo
-02992453 01 a 01 embolic 0 004 + 14373407 n 0101 + 14101083 n 0101 \ 14101083 n 0101 \ 14373407 n 0101 | of or relating to an embolism or embolus
-02992601 01 a 01 falconine 0 001 \ 01610955 n 0101 | relating to or resembling a falcon
-02992691 01 a 01 ferial 0 002 + 15163408 n 0101 \ 15163408 n 0101 | of or relating to or being a feria
-02992796 01 a 01 faucal 0 003 ;c 06057539 n 0000 + 05547904 n 0101 \ 05547904 n 0101 | of or relating to the fauces
-02992914 01 a 01 future 0 002 ;c 06174404 n 0000 \ 06330401 n 0101 | a verb tense or other formation referring to events or states that have not yet happened; "future auxiliary"
-02993094 01 a 02 futuristic 0 futurist 0 004 \ 08468084 n 0201 + 08468084 n 0101 + 06209242 n 0101 \ 08468084 n 0101 | of or relating to futurism; "futurist art"
-02993258 01 a 01 gallinaceous 0 001 \ 01789386 n 0102 | of or relating to or resembling a gallinacean
-02993362 01 a 03 geodetic 0 geodesic 0 geodesical 0 007 + 06120881 n 0301 \ 06120881 n 0301 + 13870414 n 0201 + 06120881 n 0201 \ 06120881 n 0201 + 06120881 n 0101 \ 06120881 n 0101 | of or relating to or determined by geodesy
-02993591 01 a 02 heraldic 0 heraldist 0 002 \ 03515338 n 0201 \ 03515338 n 0101 | of or relating to heraldry
-02993702 01 a 01 humanitarian 0 002 + 04829182 n 0101 \ 05967402 n 0101 | of or relating to or characteristic of humanitarianism; "humanitarian aid"
-02993853 01 a 01 homophonous 0 003 ;c 06172789 n 0000 + 07131366 n 0101 \ 07131169 n 0101 | characteristic of the phenomenon of words of different origins that are pronounced the same way; "'horse' and 'hoarse' are homophonous words"
-02994089 01 a 01 hyperbolic 0 002 + 13886575 n 0101 \ 13886575 n 0101 | of or relating to a hyperbola; "hyperbolic functions"
-02994217 01 a 01 lacustrine 0 001 \ 09328904 n 0101 | of or relating to or living near lakes
-02994312 01 a 01 liturgical 0 003 + 01035853 n 0105 + 01033184 n 0101 \ 01033184 n 0101 | of or relating to or in accord with liturgy
-02994448 01 a 02 locomotive 0 locomotor 0 005 \ 00283127 n 0201 + 04773596 n 0101 + 00283127 n 0101 + 01835496 v 0104 \ 00283127 n 0101 | of or relating to locomotion
-02994617 01 a 01 logarithmic 0 002 + 06812631 n 0101 \ 06812631 n 0101 | of or relating to or using logarithms; "logarithmic function"
-02994754 01 a 01 Markovian 0 002 + 11157275 n 0101 \ 13511507 n 0101 | relating to or generated by a Markov process
-02994872 01 a 02 marmorean 0 marmoreal 0 004 + 14947807 n 0201 \ 14947807 n 0201 + 14947807 n 0101 \ 14947807 n 0101 | of or relating to or characteristic of marble
-02995039 01 a 01 marly 0 002 + 14681249 n 0101 \ 14681249 n 0101 | of or relating to or resembling or abounding in marl
-02995161 01 a 02 mesonic 0 mesic 0 005 ;c 06090869 n 0000 + 09352282 n 0201 \ 09352282 n 0201 + 09352282 n 0101 \ 09352282 n 0101 | of or pertaining to a meson; "the radii of the mesic orbits"- Lawrence Wilets
-02995373 01 a 01 marsupial 0 001 \ 05517268 n 0101 | of or relating to the marsupials; "marsupial animals"
-02995482 01 a 01 mercantile 0 001 \ 08367339 n 0101 | of or relating to the economic system of mercantilism; "mercantile theories"; "mercantile system"
-02995636 01 a 02 metric 0 metrical 0 005 + 13659162 n 0202 + 13659162 n 0201 \ 13659162 n 0201 + 13659162 n 0101 \ 13659162 n 0101 | based on the meter as a standard of measurement; "the metric system"; "metrical equivalents"
-02995864 01 a 01 non-metric 0 001 \ 13659162 n 0101 | not based on the meter as a standard of measurement
-02995972 01 a 01 mythic 0 002 + 06372680 n 0101 \ 06372680 n 0101 | relating to or having the nature of myth; "a novel of almost mythic consequence"
-02996123 01 a 01 nacreous 0 002 + 14758706 n 0102 \ 14758706 n 0102 | consisting of or resembling mother-of-pearl
-02996239 01 a 01 normative 0 001 \ 13854488 n 0101 | relating to or dealing with norms; "normative discipline"; "normative samples"
-02996373 01 a 01 North_African 0 001 \ 09178141 n 0101 | of or relating to northern Africa
-02996466 01 a 01 ordinal 0 001 \ 08106934 n 0101 | of or relating to a taxonomic order; "family and ordinal names of animals and plants"
-02996605 01 a 02 palatal 0 palatine 2 004 + 05278152 n 0201 \ 05309725 n 0201 + 05309725 n 0101 \ 05309725 n 0101 | relating to or lying near the palate; "palatal index"; "the palatine tonsils"
-02996801 01 a 01 Paleozoic 0 001 \ 15126931 n 0101 | of or relating to or denoting the Paleozoic era
-02996904 01 a 02 parabolic 0 parabolical 0 006 + 06373090 n 0201 + 06372095 n 0202 \ 06372095 n 0202 + 06373090 n 0101 + 06372095 n 0102 \ 06372095 n 0102 | resembling or expressed by parables
-02997099 01 a 01 pharyngeal 0 002 + 05547508 n 0102 \ 05547508 n 0102 | of or relating to the throat; "pharyngeal fricatives"
-02997227 01 a 01 phrenic 0 001 \ 05318606 n 0101 | of or relating to the diaphragm; "phrenic nerve"
-02997329 01 a 01 prosodic 0 001 \ 07083732 n 0101 | of or relating to the rhythmic aspect of language or to the suprasegmental phonemes of pitch and stress and juncture and nasalization and voicing
-02997529 01 a 01 appetitive 0 001 \ 07485626 n 0101 | of or relating to appetite; "appetitive needs"
-02997632 01 a 01 aversive 0 001 \ 07502669 n 0102 | tending to repel or dissuade; "aversive conditioning"
-02997740 01 a 01 promissory 0 003 + 00884317 v 0101 + 00884011 v 0101 \ 07226545 n 0101 | relating to or having the character of a promise; "promissory note"
-02997900 01 a 01 quartan 0 001 \ 15113229 n 0101 | occurring every fourth day (especially the fever and weakness of malaria); "quartan malaria"
-02998046 01 a 01 quarterly 0 002 + 15206590 n 0101 \ 15206590 n 0101 | of or relating to or consisting of a quarter; "quarterly report"
-02998184 01 a 01 quartzose 0 001 \ 14693733 n 0101 | relating to or made of quartz
-02998269 01 a 01 quintessential 0 004 + 14847103 n 0101 + 05821646 n 0101 + 05922175 n 0101 \ 05821646 n 0101 | representing the perfect example of a class or quality
-02998438 01 a 01 roentgenographic 0 002 + 00904623 n 0101 \ 00904623 n 0101 | relating to or produced by roentgenography
-02998561 01 a 01 rotary 0 001 \ 07440979 n 0101 | relating to or characterized by rotation; "rotary dial"
-02998669 01 a 01 septic 0 002 + 14180848 n 0101 \ 13458019 n 0101 | of or relating to or caused by putrefaction; "the septic action occurs at the bottom of the septic tank"
-02998844 01 a 02 semicentennial 0 semicentenary 0 002 \ 15251212 n 0202 \ 15251212 n 0101 | of or relating to or marking the 50th anniversary
-02998988 01 a 02 centennial 0 centenary 0 004 + 15251336 n 0202 \ 15205532 n 0201 + 15251336 n 0101 \ 15205532 n 0101 | of or relating to or completing a period of 100 years; "centennial celebration"
-02999190 01 a 02 bicentennial 0 bicentenary 0 004 + 15251600 n 0202 \ 15251600 n 0202 + 15251600 n 0101 \ 15251600 n 0101 | of or relating to or completing a period of 200 years; "bicentennial celebration"
-02999398 01 a 02 tricentenary 0 tricentennial 0 006 \ 15251757 n 0201 \ 15251757 n 0202 \ 15251757 n 0203 \ 15251757 n 0101 \ 15251757 n 0102 \ 15251757 n 0103 | of or relating to or completing a period of 300 years
-02999616 01 a 01 sophistic 0 002 + 10625099 n 0101 \ 09899929 n 0102 | of or pertaining to sophists
-02999718 01 a 02 national_socialist 0 Nazi 0 002 \ 08366202 n 0201 \ 08366202 n 0101 | relating to a form of socialism; "the national socialist party came to power in Germany in 1933"
-02999904 01 a 01 Nazi 2 001 \ 08366440 n 0101 | relating to or consistent with or typical of the ideology and practice of Nazism or the Nazis; "the total Nazi crime"; "the Nazi interpretation of history"
-03000110 01 a 02 capitalist 0 capitalistic 0 004 + 08364143 n 0201 \ 08364143 n 0201 + 09892262 n 0101 \ 08364143 n 0101 | of or relating to capitalism or capitalists; "a capitalist nation"; "capitalistic methods and incentives"
-03000341 01 a 01 zymotic 0 002 + 13575226 n 0101 \ 13575226 n 0101 | relating to or caused by infection
-03000447 01 a 02 zymotic 1 zymolytic 0 004 + 13575433 n 0202 \ 13575433 n 0201 + 13575433 n 0101 \ 13575433 n 0101 | of or relating to or causing fermentation
-03000608 01 a 01 osmotic 0 002 + 13528100 n 0101 \ 13528100 n 0101 | of or relating to osmosis; "osmotic pressure"
-03000725 01 a 01 evolutionary 0 002 + 13477023 n 0101 \ 13477023 n 0101 | of or relating to or produced by evolution; "evolutionary biology"
-03000868 01 a 01 oracular 0 002 + 06750339 n 0101 \ 06750339 n 0101 | of or relating to an oracle; "able by oracular means to expose a witch"
-03001012 01 a 01 peritoneal 0 002 + 05427739 n 0101 \ 05427739 n 0101 | of or relating to or affecting the peritoneum; "peritoneal cancer"
-03001153 01 a 01 Epicurean 0 002 \ 10959479 n 0101 \ 05961141 n 0101 | of Epicurus or epicureanism; "Epicurean philosophy"
-03001278 01 a 02 holographic 0 holographical 0 002 \ 06407221 n 0202 \ 06407221 n 0102 | written entirely in one's own hand; "holographic document"
-03001428 01 a 01 holographic 2 001 \ 06101333 n 0101 | of or relating to holography or holograms
-03001527 01 a 02 canonic 0 canonical 0 002 \ 08453299 n 0201 \ 08453299 n 0101 | of or relating to or required by canon law
-03001653 01 a 02 canonic 2 canonical 2 004 + 06430537 n 0201 \ 06664594 n 0201 + 06430537 n 0101 \ 06664594 n 0101 | appearing in a biblical canon; "a canonical book of the Christian New Testament"
-03001853 01 a 01 canonist 0 002 + 09891730 n 0101 \ 06664594 n 0101 | pertaining to or characteristic of a body of rules and principles accepted as axiomatic; e.g. "canonist communism"
-03002040 01 a 01 symphonic 0 002 + 07044760 n 0101 \ 07044760 n 0101 | relating to or characteristic or suggestive of a symphony; "symphonic choir"
-03002190 01 a 01 contextual 0 003 + 14512817 n 0101 + 06284898 n 0101 \ 06284898 n 0101 | relating to or determined by or in context; "contextual information"
-03002351 01 a 02 nutritional 0 nutritionary 0 008 + 13523661 n 0201 + 07570720 n 0203 + 06135915 n 0201 \ 13523661 n 0201 + 13523661 n 0101 + 07570720 n 0103 + 06135915 n 0101 \ 13523661 n 0101 | of or relating to or providing nutrition; "nutritional information"
-03002617 01 a 01 paramagnetic 0 002 + 03889208 n 0101 \ 03889208 n 0101 | of or relating to a paramagnet
-03002724 01 a 01 motional 0 002 + 00279835 n 0101 \ 07309781 n 0102 | of or relating to or characterized by motion
-03002841 01 a 02 hydrometric 0 gravimetric 0 006 + 01002413 n 0202 + 03553486 n 0202 \ 01002413 n 0201 + 01002413 n 0101 + 03553486 n 0101 \ 01002413 n 0101 | of or relating to hydrometry
-03003031 01 a 02 thermohydrometric 0 thermogravimetric 0 005 + 01116466 n 0201 + 04421582 n 0202 \ 03002841 a 0201 + 04421582 n 0101 \ 03002841 a 0101 | of or relating to thermal hydrometry
-03003223 01 a 01 ferromagnetic 0 002 + 11480284 n 0101 \ 11480284 n 0101 | relating to or demonstrating ferromagnetism
-03003344 01 a 01 English 0 005 + 00300317 v 0102 + 09732668 n 0101 + 06947032 n 0101 + 08871007 n 0101 \ 08871007 n 0101 | of or relating to or characteristic of England or its culture or people; "English history"; "the English landed aristocracy"; "English literature"
-03003616 01 a 01 English 1 003 + 06947032 n 0101 + 06155432 n 0101 \ 06947032 n 0101 | of or relating to the English language
-03003744 01 a 01 Irish 0 005 + 09732778 n 0101 + 07907161 n 0101 + 06960778 n 0101 + 08859173 n 0101 \ 08859173 n 0101 | of or relating to or characteristic of Ireland or its people
-03003928 01 a 03 Afghani 0 Afghan 0 Afghanistani 0 008 + 09689435 n 0302 \ 08703454 n 0301 + 09689435 n 0201 + 06975132 n 0205 + 08703454 n 0201 \ 08703454 n 0201 + 06975132 n 0104 \ 08703454 n 0101 | of or relating to or characteristic of Afghanistan or its people
-03004196 01 a 01 Central_American 0 002 + 09697401 n 0101 \ 08735705 n 0101 | of or relating to or characteristic of Central America or its people or languages
-03004358 01 a 02 idiomatic 0 idiomatical 0 005 + 07081177 n 0202 \ 07081177 n 0202 + 07081177 n 0102 + 07154330 n 0101 \ 07081177 n 0102 | of or relating to or conforming to idiom; "idiomatic English"
-03004561 01 a 01 dialectal 0 002 + 07155661 n 0101 \ 07155661 n 0101 | belonging to or characteristic of a dialect; "dialectal variation"
-03004701 01 a 01 percussive 0 002 + 01248023 v 0101 \ 00545059 n 0101 | involving percussion or featuring percussive instruments; "percussive music"
-03004852 01 a 02 waxen 0 waxy 0 004 + 05216240 n 0201 + 15094294 n 0201 \ 15094294 n 0201 \ 15094294 n 0101 | made of or covered with wax; "waxen candles"; "careful, the floor is waxy"
-03005039 01 a 01 enzymatic 0 002 + 14732946 n 0101 \ 14732946 n 0101 | of or relating to or produced by an enzyme
-03005155 01 a 01 nonenzymatic 0 001 \ 14732946 n 0101 | not relating to or produced by enzymes; "nonenzymatic systems"
-03005276 01 a 03 iodinated 0 iodized 0 iodised 0 003 \ 14641397 n 0301 \ 14641397 n 0201 \ 14641397 n 0101 | treated with iodine; "iodized salt"
-03005423 01 a 02 dramaturgic 0 dramaturgical 0 004 + 07006119 n 0201 \ 07006119 n 0201 + 07006119 n 0101 \ 07006119 n 0101 | relating to the technical aspects of drama
-03005593 01 a 01 autodidactic 0 002 + 09825413 n 0101 \ 09825413 n 0101 | relating to or having the characteristics of an autodidact
-03005728 01 a 01 aneuploid 0 001 \ 14022661 n 0101 | having a chromosome number that is not an exact multiple of the haploid number
-03005862 01 a 04 aneurysmal 0 aneurismal 0 aneurysmatic 0 aneurismatic 0 008 + 14106025 n 0402 \ 14106025 n 0401 + 14106025 n 0301 \ 14106025 n 0301 + 14106025 n 0202 \ 14106025 n 0201 + 14106025 n 0101 \ 14106025 n 0101 | relating to or affected by an aneurysm
-03006126 01 a 01 alluvial 0 002 + 09193282 n 0103 \ 09193282 n 0103 | of or relating to alluvium
-03006225 01 a 01 doctrinal 0 002 + 05943300 n 0101 \ 05943300 n 0101 | relating to or involving or preoccupied with doctrine; "quibbling over doctrinal minutiae"
-03006389 01 a 01 dogmatic 0 002 + 05960464 n 0101 \ 06790042 n 0101 | relating to or involving dogma; "dogmatic writings"
-03006513 01 a 01 providential 0 001 \ 14473917 n 0101 | relating to or characteristic of providence; "assumption that nature operates only according to a providential plan"- M.R.Cohen
-03006699 01 a 01 philanthropic 0 002 + 01089483 n 0101 \ 01089483 n 0101 | of or relating to or characterized by philanthropy; "a philanthropic society"
-03006854 01 a 02 philatelic 0 philatelical 0 004 + 01016420 n 0201 \ 01016420 n 0201 + 01016420 n 0101 \ 01016420 n 0101 | of or relating to philately or of interest to philatelists
-03007038 01 a 01 aerophilatelic 0 002 + 01016628 n 0101 \ 01016628 n 0101 | of or relating to airmail stamps
-03007149 01 a 01 pleochroic 0 001 \ 11491619 n 0101 | of or relating to or having pleochroism
-03007245 01 a 01 sternal 0 002 + 05281189 n 0101 \ 05281189 n 0101 | of or relating to or near the sternum
-03007354 01 a 01 congestive 0 002 + 01478603 v 0105 \ 14320394 n 0101 | relating to or affected by an abnormal collection of blood or other fluid; "congestive heart disease"
-03007530 01 a 02 hemolytic 0 haemolytic 0 004 + 13493213 n 0202 \ 13493213 n 0201 + 13493213 n 0101 \ 13493213 n 0101 | relating to or involving or causing hemolysis; "hemolytic anemia"
-03007718 01 a 01 sarcolemmal 0 002 + 05427570 n 0101 \ 05427570 n 0101 | of or relating to the sarcolemma
-03007826 01 a 01 sarcosomal 0 002 + 05445546 n 0101 \ 05445546 n 0101 | of or relating to sarcosomes
-03007929 01 a 01 sternutatory 0 001 \ 15057558 n 0101 | tending to cause sneezing
-03008013 01 a 01 sympathetic 0 003 ;c 06080522 n 0000 ;c 06057539 n 0000 \ 05505131 n 0101 | of or relating to the sympathetic nervous system; "sympathetic neurons"; "sympathetic stimulation"
-03008207 01 a 01 urinary 0 002 + 14855724 n 0101 \ 14855724 n 0101 | of or relating to the function or production or secretion of urine
-03008345 01 a 01 urinary 1 001 \ 05509452 n 0103 | of or relating to the urinary system of the body
-03008447 01 a 02 atheromatous 0 atheromatic 0 004 + 05269495 n 0201 \ 05269495 n 0201 + 05269495 n 0101 \ 05269495 n 0101 | of or relating to or resembling atheroma; "atheromatous degeneration of the arteries"
-03008659 01 a 01 basophilic 0 003 ;c 06037666 n 0000 + 04944910 n 0101 \ 04944910 n 0101 | staining readily with basic dyes
-03008785 01 a 01 intimal 0 002 + 05319760 n 0101 \ 05319760 n 0101 | of or relating to the intima
-03008885 01 a 02 coeliac 0 celiac 0 002 \ 05558345 n 0201 \ 05558345 n 0101 | of or in or belonging to the cavity of the abdomen
-03009016 01 a 01 celiac 1 001 \ 14057828 n 0101 | belonging to or prescribed for celiac disease; "a celiac diet"
-03009131 01 a 01 emphysematous 0 002 + 14147380 n 0101 \ 14147380 n 0101 | relating to or resembling or being emphysema
-03009253 01 a 01 granulocytic 0 002 + 05453145 n 0101 \ 05453145 n 0101 | of or relating to granulocytes
-03009360 01 a 01 atrophic 0 001 \ 14365741 n 0101 | relating to or characterized by atrophy; "atrophic arthritis"
-03009476 01 a 01 mesenteric 0 002 + 05429195 n 0101 \ 05429195 n 0101 | of or relating to or located in a mesentery
-03009594 01 a 01 glomerular 0 002 + 05247804 n 0101 \ 05247804 n 0101 | of or relating to glomeruli
-03009696 01 a 01 calcific 0 001 \ 14364980 n 0101 | involving or resulting from calcification
-03009792 01 a 01 fibrocalcific 0 001 \ 03009696 a 0101 | involving or resulting from calcification of fibrous tissue
-03009911 01 a 02 pyknotic 0 pycnotic 0 004 + 14076667 n 0201 \ 14076667 n 0202 + 14076667 n 0102 \ 14076667 n 0102 | of or relating to or exhibiting pyknosis
-03010071 01 a 01 eosinophilic 0 002 + 05453943 n 0101 \ 05453943 n 0101 | of or relating to eosinophil
-03010176 01 a 02 papillary 0 papillose 0 004 \ 05473735 n 0201 + 05473735 n 0101 + 05473593 n 0101 \ 05473735 n 0101 | of or relating to or resembling papilla
-03010337 01 a 01 papillate 0 001 \ 05473593 n 0101 | resembling or covered with papillae
-03010428 01 a 01 vesicular 0 001 \ 05517578 n 0101 | of or relating to or involving vesicles; "normal vesicular breathing"
-03010553 01 a 01 vestibular 0 002 + 05304603 n 0101 \ 05659365 n 0103 | relating to the sense of equilibrium
-03010664 01 a 01 vertebral 0 002 + 05284333 n 0101 \ 05284333 n 0101 | of or relating to or constituting vertebrae
-03010781 01 a 01 neocortical 0 002 + 05481746 n 0102 \ 05481746 n 0102 | of or relating to the neocortex of the cerebrum
-03010904 01 a 01 paleocortical 0 002 + 05481870 n 0102 \ 05481870 n 0102 | of or relating to the olfactory cortex of the cerebrum
-03011036 01 a 01 limbic 0 001 \ 05235745 n 0101 | of or relating to or forming a limbus
-03011126 01 a 01 fugal 0 002 + 14030291 n 0101 \ 07043675 n 0101 | of or relating to or in the style of a musical fugue
-03011248 01 a 01 parasympathetic 0 002 + 05505679 n 0102 \ 05505679 n 0101 | of or relating to the parasympathetic nervous system
-03011380 01 a 01 parasympathomimetic 0 001 \ 05505679 n 0101 | having an effect similar to that resulting from stimulation of the parasympathetic nervous system; "parasympathomimetic drugs slow the heart rate"
-03011592 01 a 02 hypophyseal 0 hypophysial 0 004 + 05483890 n 0204 \ 05483890 n 0204 + 05483890 n 0104 \ 05483890 n 0104 | of or relating to the hypophysis
-03011750 01 a 01 hyperemic 0 002 + 14320984 n 0101 \ 14320984 n 0101 | relating to or caused by hyperemia
-03011858 01 a 01 neuropsychiatric 0 002 + 06053101 n 0101 \ 06053101 n 0101 | of or relating to neuropsychiatry
-03011972 01 a 01 psychopharmacological 0 002 + 06055824 n 0101 \ 06055824 n 0101 | of or relating to psychopharmacology
-03012094 01 a 01 salivary 0 002 + 05416198 n 0101 \ 05416198 n 0101 | of or relating to saliva; "salivary gland"
-03012209 01 a 01 prime 0 002 ;c 06000644 n 0000 \ 13594302 n 0101 | of or relating to or being an integer that cannot be factored into other integers; "prime number"
-03012377 01 a 01 nilpotent 0 001 \ 13742358 n 0101 | equal to zero when raised to a certain power
-03012477 01 a 01 megakaryocytic 0 002 + 05448928 n 0101 \ 05448928 n 0101 | of or pertaining to large bone marrow cells
-03012599 01 a 01 megaloblastic 0 002 + 05449797 n 0101 \ 05449797 n 0101 | of or relating to megaloblasts
-03012707 01 a 01 myelic 0 001 \ 05503705 n 0101 | of or relating to the spinal cord
-03012793 01 a 01 myelinic 0 002 + 14957893 n 0101 \ 14957893 n 0101 | of or relating to the substance that forms a sheath around the axon of some nerve fibers
-03012954 01 a 01 myeloid 0 001 \ 05285623 n 0102 | of or relating to bone marrow
-03013037 01 a 01 myeloid 1 001 \ 05503705 n 0101 | of or relating to the spinal cord
-03013124 01 a 01 myocardial 0 002 + 05391000 n 0101 \ 05391000 n 0101 | of or relating to the myocardium
-03013231 01 a 01 myoid 0 001 \ 05289057 n 0101 | resembling muscle
-03013300 01 a 01 myotonic 0 002 + 14545353 n 0101 \ 14545353 n 0101 | of or relating to or caused by myotonia
-03013412 01 a 01 triumphal 0 001 \ 07473441 n 0102 | relating to or celebrating a triumph; "a triumphal procession"; "a triumphal arch"
-03013550 01 a 01 Darwinian 0 003 + 09992331 n 0101 + 10923313 n 0101 \ 06110091 n 0101 | of or relating to Charles Darwin's theory of organic evolution; "Darwinian theories"
-03013726 01 a 01 neo-Darwinian 0 002 + 06110267 n 0101 \ 06110267 n 0101 | of or relating to Darwin's theories as modified by modern genetic findings; "Neo-Darwinian theories"
-03013904 01 a 01 Lamarckian 0 002 + 11114791 n 0101 \ 06110426 n 0101 | of or relating to Lamarckism; "Lamarckian theories"
-03014030 01 a 01 neo-Lamarckian 0 001 \ 06110598 n 0101 | of or relating to a modern version of Lamarckism; "Neo-Lamarckian theories"
-03014166 01 a 01 larval 0 002 + 02311060 n 0101 \ 02311060 n 0101 | relating to or typical of a larva; "the larval eye"
-03014288 01 a 01 operational 0 001 \ 00577068 n 0101 | pertaining to a process or series of actions for achieving a result; "operational difficulties"; "they assumed their operational positions"
-03014485 01 a 02 microbial 0 microbic 0 003 \ 01384491 n 0201 + 01384491 n 0101 \ 01384491 n 0101 | of or involving or caused by or being microbes; "microbial warfare"
-03014655 01 a 01 cochlear 0 001 \ 05326624 n 0101 | of or relating to the cochlea of the ear; "cochlear implant"
-03014770 01 a 01 lumbar 0 002 + 02463403 n 0102 \ 02463403 n 0101 | of or relating to or near the part of the back between the ribs and the hipbones; "lumbar vertebrae"
-03014941 01 a 01 lumbosacral 0 002 \ 03014770 a 0101 \ 03113164 a 0101 | of or relating to or near the small of the back and the back part of the pelvis between the hips
-03015113 01 a 04 flagellate 0 flagellated 0 whiplike 0 lash-like 0 005 \ 03643907 n 0401 \ 04577769 n 0301 \ 01458302 n 0201 + 01416585 n 0101 \ 01458302 n 0101 | having or resembling a lash or whip (as does a flagellum)
-03015336 01 a 01 biflagellate 0 001 \ 03015113 a 0101 | having two flagella; "a biflagellate zoospore"
-03015441 01 a 01 ceramic 0 003 + 02997391 n 0101 + 00935247 n 0101 \ 02997391 n 0101 | of or relating to or made from a ceramic; "a ceramic dish"
-03015589 01 a 02 epic 0 epical 0 005 + 06379721 n 0203 \ 06379721 n 0203 + 06379721 n 0103 + 06379721 n 0104 \ 06379721 n 0103 | constituting or having to do with or suggestive of a literary epic; "epic tradition"
-03015805 01 a 03 Hellenic 0 Hellenistic 0 Hellenistical 0 005 + 05956489 n 0301 \ 05956489 n 0301 + 05956489 n 0201 \ 05956489 n 0201 \ 05956489 n 0101 | relating to or characteristic of the classical Greek civilization
-03016027 01 a 02 Panhellenic 0 Pan-Hellenic 0 002 \ 05956489 n 0201 \ 05956489 n 0101 | of or relating to all the Greeks; "the Olympic Games were a Panhellenic celebration"
-03016202 01 a 03 Greek 1 Grecian 0 Hellenic 1 008 + 06976392 n 0302 + 09710164 n 0302 \ 08780881 n 0301 + 09710164 n 0201 \ 08780881 n 0201 + 09710164 n 0101 + 06976392 n 0101 \ 08780881 n 0101 | of or relating to or characteristic of Greece or the Greeks or the Greek language; "Greek mythology"; "a Grecian robe"
-03016519 01 a 01 Syrian 0 002 + 09033333 n 0101 \ 09033333 n 0101 | of or relating to or characteristic of Syria or its people or culture; "the Syrian government"
-03016684 01 a 01 Minoan 0 002 + 09564680 n 0101 \ 08290763 n 0101 | of or relating to or characteristic of the Bronze Age culture of Crete; "the Minoan palace at Knossos"
-03016857 01 a 01 Mycenaean 0 002 + 08787049 n 0101 \ 08787049 n 0101 | of or relating to or characteristic of ancient Mycenae or its inhabitants; "Mycenaean bronzes"
-03017025 01 a 01 Aegean 0 002 + 09188609 n 0101 \ 09188609 n 0101 | of or relating to or bordering the Aegean Sea; "Aegean islands"
-03017159 01 a 01 Aegean 1 001 \ 08290156 n 0101 | of or relating to or characteristic of the prehistoric Aegean civilization
-03017286 01 a 01 Attic 0 002 + 06977610 n 0101 \ 08786283 n 0101 | of or relating to Attica or its inhabitants or to the dialect spoken in Athens in classical times; "Attic Greek"
-03017468 01 a 01 Boeotian 0 002 + 08789243 n 0101 \ 08789243 n 0101 | of or relating to ancient Boeotia or its people or to the dialect spoken there in classical times; "Boeotian dialects"
-03017659 01 a 01 Dipylon 0 002 + 08785958 n 0102 \ 08785958 n 0101 | of or relating to a gateway on the west of ancient Athens
-03017788 01 a 01 Argive 0 002 \ 08786660 n 0101 + 08786660 n 0101 | of or relating to the ancient Greek city of Argos or its people
-03017922 01 a 01 executive 0 004 + 02563327 v 0102 + 02563860 v 0101 + 01640855 v 0103 \ 01127379 n 0101 | having the function of carrying out plans or orders etc.; "the executive branch"
-03018112 01 a 02 topographical 0 topographic 0 006 + 06122578 n 0201 + 05064541 n 0201 \ 06122578 n 0201 + 06122578 n 0101 + 05064541 n 0101 \ 06122578 n 0101 | concerned with topography; "a topographical engineer"; "a topographical survey"; "topographic maps"
-03018375 01 a 01 endothelial 0 002 + 05240522 n 0101 \ 05240522 n 0101 | of or relating to or located in the endothelium
-03018498 01 a 03 taxonomic 0 taxonomical 0 systematic 0 009 ;c 06037666 n 0000 + 08378356 n 0201 + 06153186 n 0201 + 01013770 n 0201 \ 01013770 n 0201 + 08378356 n 0101 + 06153186 n 0101 + 01013770 n 0101 \ 01013770 n 0101 | of or relating to taxonomy; "taxonomic relations"; "a taxonomic designation"
-03018802 01 a 01 classificatory 0 003 + 00739662 v 0102 + 00654625 v 0101 \ 01012712 n 0103 | relating to or involving classification:"classificatory criteria"
-03018964 01 a 01 eutherian 0 002 + 01886220 n 0101 \ 01886220 n 0101 | of or relating to or belonging to the subclass Eutheria; "eutherian mammals"
-03019114 01 a 01 proteolytic 0 002 + 13542688 n 0101 \ 13542688 n 0101 | of or relating to proteolysis
-03019219 01 a 01 microsomal 0 002 + 05434361 n 0101 \ 05434361 n 0101 | of or relating to microsomes
-03019322 01 a 02 mithraic 0 mithraistic 0 004 + 09531826 n 0201 + 06243963 n 0201 \ 06243963 n 0201 \ 06243963 n 0101 | of or relating to Mithraism or its god
-03019483 01 a 01 mitotic 0 001 \ 13516597 n 0101 | of or relating to or undergoing mitosis
-03019576 01 a 01 mitral 0 001 \ 05393813 n 0101 | of or relating to or located in or near the mitral valve; "mitral insufficiency"
-03019709 01 a 01 mitral 1 002 + 03773970 n 0101 \ 03773970 n 0101 | relating to or resembling the miter worn by some clerics
-03019836 01 a 01 follicular 0 002 + 05518094 n 0101 \ 05518094 n 0101 | of or relating to or constituting a follicle
-03019955 01 a 01 philological 0 002 + 06171040 n 0102 \ 06171040 n 0102 | of or relating to or dealing with philology
-03020075 01 a 01 dystopian 0 002 + 13932213 n 0101 \ 13932213 n 0101 | of or pertaining to or resembling a dystopia
-03020193 01 a 02 utopian 0 Utopian 0 003 + 07283198 n 0201 \ 07283198 n 0201 \ 13932045 n 0101 | of or pertaining to or resembling a utopia; "a Utopian novel"
-03020354 01 a 01 Stoic 0 002 + 10658676 n 0101 \ 05976948 n 0101 | pertaining to Stoicism or its followers
-03020463 01 a 02 patristic 0 patristical 0 005 + 06364004 n 0201 \ 09921792 n 0201 + 06364004 n 0101 + 06185302 n 0101 \ 09921792 n 0101 | of or relating to the writings of the early church fathers
-03020663 01 a 01 sapphirine 0 001 \ 15019483 n 0101 | made of or resembling sapphire
-03020750 01 a 01 saprophytic 0 002 + 13124164 n 0101 \ 13124164 n 0101 | obtaining food osmotically from dissolved organic material
-03020884 01 a 01 saprobic 0 003 ;c 06037666 n 0000 + 13124358 n 0101 \ 13124358 n 0101 | living in or being an environment rich in organic matter but lacking oxygen
-03021051 01 a 01 katharobic 0 002 ;c 06037666 n 0000 \ 13124529 n 0101 | of living being in an oxygenated environment lacking organic matter
-03021194 01 a 02 cubist 0 cubistic 0 003 + 08466175 n 0201 \ 08466175 n 0201 \ 08466175 n 0101 | relating to or characteristic of cubism; "cubist art"
-03021347 01 a 01 tomentose 0 002 ;c 06066555 n 0000 \ 13090091 n 0103 | covered with densely matted filaments
-03021459 01 a 01 hyoid 0 001 \ 05275162 n 0102 | of or relating to the hyoid bone
-03021543 01 a 02 geographic 0 geographical 0 003 + 06122178 n 0201 \ 06122178 n 0201 \ 06122178 n 0101 | of or relating to the science of geography
-03021693 01 a 01 shouldered 0 001 \ 05548840 n 0101 | having shoulders or shoulders as specified; usually used as a combining form; "stoop-shouldered"; "broad-shouldered"
-03021866 01 a 03 shrubby 0 fruticose 0 fruticulose 0 002 + 13112664 n 0101 \ 13112664 n 0101 | of or relating to or resembling a shrub
-03022003 01 a 01 etymological 0 003 + 06514621 n 0101 + 06168855 n 0101 \ 06514621 n 0101 | based on or belonging to etymology; "I merely drew an etymological distinction"
-03022177 01 a 01 British 0 002 + 09732544 n 0101 \ 08858942 n 0101 | of or relating to or characteristic of Great Britain or its people or culture; "his wife is British"
-03022349 01 a 01 epiphytic 0 003 ;c 06066555 n 0000 + 13122985 n 0102 \ 13122985 n 0102 | of or relating to epiphytes
-03022469 01 a 01 lithophytic 0 003 ;c 06066555 n 0000 + 13123841 n 0101 \ 13123841 n 0101 | of or relating to lithophytes
-03022593 01 a 01 budgetary 0 003 + 13421462 n 0101 + 13421832 n 0101 \ 13421832 n 0101 | of or relating to a budget; "budgetary considerations"
-03022739 01 a 02 propagandist 0 propagandistic 0 004 + 06674542 n 0201 \ 10482921 n 0201 + 10482921 n 0101 \ 10482921 n 0101 | of or relating to or characterized by propaganda
-03022917 01 a 02 isolationist 0 isolationistic 0 004 + 06662193 n 0201 \ 06662193 n 0201 + 10217684 n 0101 \ 06662193 n 0101 | of or relating to isolationism
-03023077 01 a 01 ascomycetous 0 002 + 13024012 n 0101 \ 13024012 n 0101 | related to or characteristic of fungi of the class Ascomycetes
-03023216 01 a 01 pianistic 0 002 + 03928116 n 0101 \ 10430665 n 0101 | skilled at or adapted for the piano; "pianistic abilities"
-03023348 01 a 01 pianistic 1 002 + 03928116 n 0101 \ 03928116 n 0101 | of or relating to the piano
-03023449 01 a 01 Parisian 0 003 + 09708750 n 0101 + 08932568 n 0101 \ 08932568 n 0101 | of or relating to or characteristic of Paris or its inhabitants; "Parisian restaurants can be expensive"
-03023644 01 a 02 dialectic 0 dialectical 0 005 + 13857804 n 0201 + 06163548 n 0201 \ 06163548 n 0201 + 06163548 n 0101 \ 06163548 n 0101 | of or relating to or employing dialectic; "the dialectical method"
-03023852 01 a 01 Turkish 0 001 \ 09039411 n 0101 | of or relating to or characteristic of Turkey or its people or language; "Turkish towels"
-03023995 01 a 01 Eurafrican 0 003 + 09686262 n 0101 \ 09275473 n 0101 \ 09189411 n 0101 | relating to or coming from Europe and Africa
-03024132 01 a 02 Eurasian 0 Eurasiatic 0 005 + 09275016 n 0201 \ 09275016 n 0201 + 09686401 n 0101 + 09275016 n 0101 \ 09275016 n 0101 | relating to, or coming from, Europe and Asia; "His mother was Eurasian, and his father Chinese"; "the Eurasian landmass is the largest in the world"
-03024420 01 a 02 Moroccan 0 Maroc 0 004 \ 08969291 n 0201 + 09723564 n 0101 + 08969291 n 0101 \ 08969291 n 0101 | of or relating to or characteristic of Morocco or its people; "Moroccan mosques cannot be entered by infidels"
-03024647 01 a 03 Scots 0 Scottish 0 Scotch 0 005 \ 08890097 n 0301 + 06950209 n 0201 \ 08890097 n 0201 + 06950209 n 0102 \ 08890097 n 0101 | of or relating to or characteristic of Scotland or its people or culture or its English dialect or Gaelic language; "Scots Gaelic"; "the Scots community in New York"; "`Scottish' tends to be the more formal term as in `The Scottish Symphony' or `Scottish authors' or `Scottish mountains'"; "`Scotch' is in disfavor with Scottish people and is used primarily outside Scotland except in such frozen phrases as `Scotch broth' or `Scotch whiskey' or `Scotch plaid'"
-03025252 01 a 01 Corsican 0 003 + 08942091 n 0102 + 08941895 n 0102 \ 08941895 n 0102 | of or relating to or characteristic of Corsica or its people
-03025403 01 a 01 Sardinian 0 004 + 10552285 n 0101 + 06964600 n 0101 + 08810631 n 0101 \ 08810786 n 0101 | of or relating to or characteristic of Sardinia or its people or its language
-03025590 01 a 01 Alpine 0 001 \ 09194357 n 0101 | relating to the Alps and their inhabitants; "Alpine countries, Switzerland, Italy, France, and Germany"
-03025746 01 a 01 alpine 1 001 \ 09193705 n 0101 | relating to or characteristic of alps; "alpine sports"
-03025853 01 a 01 Andean 0 002 + 09196611 n 0101 \ 09196611 n 0101 | relating to the Andes and their inhabitants
-03025967 01 a 01 myrmecophytic 0 003 ;c 06066555 n 0000 + 13179056 n 0101 \ 13179056 n 0101 | of or relating to myrmecophytes
-03026095 01 a 01 tuberous 0 003 + 13128365 n 0101 + 05542686 n 0101 \ 13128365 n 0101 | of or relating to or resembling a tuber; "a tuberous root"
-03026244 01 a 01 semi-tuberous 0 001 \ 13128365 n 0101 | partly tuberous
-03026319 01 a 02 saponaceous 0 soapy 0 004 + 04947888 n 0201 + 04253437 n 0201 \ 04253437 n 0201 \ 04253437 n 0101 | resembling or having the qualities of soap; "a soapy consistency"
-03026504 01 a 02 umbellate 0 umbellar 0 003 + 13131028 n 0201 \ 13131028 n 0201 \ 13131028 n 0101 | bearing or consisting of or resembling umbels
-03026652 01 a 01 narial 0 002 + 05600431 n 0101 \ 05600431 n 0101 | of or relating to or near the nares
-03026758 01 a 01 Cartesian 0 002 + 10931854 n 0101 \ 10931854 n 0101 | of or relating to Rene Descartes or his works; "Cartesian linguistics"
-03026902 01 a 01 Mexican 0 002 + 08740875 n 0101 \ 08740875 n 0101 | of or relating to Mexico or its inhabitants; "Mexican food is hot"
-03027040 01 a 01 Tudor 0 001 \ 08159031 n 0101 | of or relating to a style of architecture in England in the 15th century; "half-timbered Tudor houses"; "Tudor furniture"
-03027213 01 a 01 Shavian 0 002 + 11295936 n 0101 \ 11295936 n 0101 | of or relating to George Bernard Shaw or his works
-03027335 01 a 02 Shakespearian 0 Shakespearean 0 004 + 11295196 n 0201 \ 11295196 n 0201 + 11295196 n 0101 \ 11295196 n 0101 | of or relating to William Shakespeare or his works; "Shakespearean plays"
-03027538 01 a 01 Skinnerian 0 003 + 10605608 n 0101 + 11304461 n 0101 \ 11304461 n 0101 | of or relating to B. F. Skinner or his behaviorist psychology
-03027692 01 a 01 Falstaffian 0 002 + 09598750 n 0101 \ 09598750 n 0101 | of or resembling Falstaff
-03027793 01 a 01 Victorian 0 004 + 10753061 n 0101 + 11365857 n 0101 \ 11365857 n 0101 \ 15122853 n 0101 | of or relating to Queen Victoria of Great Britain or to the age in which she ruled; "Victorian morals"
-03028005 01 a 01 Gaussian 0 002 + 10992675 n 0101 \ 10992675 n 0101 | of or relating to Karl Gauss or his mathematical theories of magnetics or electricity or astronomy or probability; "Gaussian distribution"
-03028216 01 a 01 Aeschylean 0 002 + 10809086 n 0101 \ 10809086 n 0101 | of or relating to or in the manner of Aeschylus
-03028338 01 a 01 Alexandrian 0 002 + 10812360 n 0101 \ 10812360 n 0101 | of or relating to Alexander the Great or his empire
-03028465 01 a 04 Aristotelian 0 Aristotelean 0 Aristotelic 0 peripatetic 0 009 + 09808080 n 0403 \ 10822338 n 0401 \ 10822338 n 0301 + 09808080 n 0202 + 10822338 n 0201 \ 10822338 n 0201 + 09808080 n 0101 + 10822338 n 0101 \ 10822338 n 0101 | of or relating to Aristotle or his philosophy; "Aristotelean logic"
-03028778 01 a 01 Audenesque 0 001 \ 10828233 n 0101 | in the manner of W. H. Auden
-03028863 01 a 01 Balzacian 0 002 + 10833111 n 0101 \ 10833111 n 0101 | of or relating to Honore de Balzac or his writings
-03028987 01 a 01 Beethovenian 0 003 + 10841405 n 0101 + 07278014 n 0101 \ 10841405 n 0101 | of or relating to Ludwig van Beethoven or his music
-03029133 01 a 01 Bismarckian 0 002 + 10851599 n 0101 \ 10851599 n 0101 | of or relating to Prince Otto von Bismarck or his accomplishments
-03029274 01 a 01 Bogartian 0 002 + 10855047 n 0101 \ 10855047 n 0101 | of or relating to or in the style of Humphrey Bogart
-03029400 01 a 02 Caesarian 1 Caesarean 1 004 + 10878161 n 0201 \ 10878161 n 0201 + 10878161 n 0101 \ 10878161 n 0101 | of or relating to or in the manner of Julius Caesar
-03029573 01 a 04 cesarean 0 cesarian 0 caesarean 0 caesarian 0 007 \ 00185778 n 040b + 00185778 n 030b \ 00185778 n 030b + 00185778 n 020a \ 00185778 n 020a + 00185778 n 0109 \ 00185778 n 0109 | relating to abdominal delivery
-03029801 01 a 02 Coleridgian 0 Coleridgean 0 004 + 10904821 n 0201 \ 10904821 n 0201 + 10904821 n 0101 \ 10904821 n 0101 | of or relating to Samuel Taylor Coleridge or his writings
-03029984 01 a 01 Columbian 0 002 + 10905315 n 0101 \ 10905315 n 0101 | of or relating to Christopher Columbus
-03030096 01 a 01 pre-Columbian 0 001 \ 03029984 a 0101 | of or relating to or originating in the Americas before the arrival of Columbus
-03030235 01 a 01 Cromwellian 0 002 + 10916105 n 0101 \ 10916105 n 0101 | of or relating to or in the manner of Oliver Cromwell
-03030364 01 a 02 Dantean 0 Dantesque 0 003 \ 10922239 n 0201 + 10922239 n 0101 \ 10922239 n 0101 | of or relating to Dante Alighieri or his writings
-03030515 01 a 01 Demosthenic 0 002 + 10930428 n 0101 \ 10930428 n 0101 | of or relating to Demosthenes or his oratory
-03030635 01 a 01 Deweyan 0 002 + 10932898 n 0101 \ 10932898 n 0101 | of or relating to John Dewey or his philosophy
-03030753 01 a 02 Donnean 0 Donnian 0 004 + 10939856 n 0201 \ 10939856 n 0201 + 10939856 n 0101 \ 10939856 n 0101 | of or relating to or in the manner of John Donne
-03030919 01 a 02 Dostoevskian 0 Dostoyevskian 0 004 + 10940669 n 0201 \ 10940669 n 0202 + 10940669 n 0102 \ 10940669 n 0102 | of or relating to or in the style of Feodor Dostoevski
-03031102 01 a 01 Draconian 0 002 + 10942675 n 0101 \ 10942675 n 0101 | of or relating to Draco or his harsh code of laws; "Draconian measures"
-03031247 01 a 01 Einsteinian 0 002 + 10954498 n 0101 \ 10954498 n 0101 | of or relating to Albert Einstein or his theories; "the Einsteinian universe"
-03031400 01 a 01 Elizabethan 0 004 + 10050712 n 0101 + 10957330 n 0102 \ 10957330 n 0101 \ 15122648 n 0101 | of or relating to Elizabeth I of England or to the age in which she ruled as queen; "Elizabethan music"
-03031615 01 a 01 Erasmian 0 002 + 10959857 n 0101 \ 10959857 n 0101 | of or relating to or in the manner of Erasmus
-03031733 01 a 01 Freudian 0 002 + 10982127 n 0101 \ 10982127 n 0101 | of or relating to Sigmund Freud or his psychoanalytic ideas; "Freudian theories"
-03031886 01 a 01 Frostian 0 002 + 10983931 n 0101 \ 10983931 n 0101 | of or relating to or in the manner of Robert Frost
-03032009 01 a 01 Gandhian 0 002 + 10989339 n 0101 \ 10989339 n 0101 | of or relating to Mahatma Gandhi or his teachings
-03032131 01 a 01 Gauguinesque 0 001 \ 10992528 n 0101 | in the manner of Paul Gauguin
-03032219 01 a 02 Goethean 0 Goethian 0 004 + 11004106 n 0201 \ 11004106 n 0201 + 11004106 n 0101 \ 11004106 n 0101 | of or relating to or in the manner of Goethe
-03032383 01 a 01 Handelian 0 002 + 11027631 n 0101 \ 11027631 n 0101 | of or relating to or in the manner of George Frederick Handel
-03032518 01 a 01 Hegelian 0 002 + 11038084 n 0101 \ 11038084 n 0101 | of or relating to Hegel or his dialectic philosophy
-03032642 01 a 01 Hemingwayesque 0 001 \ 11039860 n 0101 | in the manner of Ernest Hemingway
-03032736 01 a 01 Hitlerian 0 002 + 11052672 n 0101 \ 11052672 n 0101 | of or relating to or suggestive of Adolf Hitler or his Nazi regime in Germany
-03032887 01 a 01 Hittite 0 002 \ 10178464 n 0101 \ 06975902 n 0101 | of or relating to the Hittite people or their language or culture
-03033024 01 a 01 Hugoesque 0 001 \ 11065345 n 0101 | in the manner of Victor Hugo
-03033108 01 a 02 Huxleyan 0 Huxleian 0 004 + 11069534 n 0201 \ 11069534 n 0201 + 11069534 n 0101 \ 11069534 n 0101 | of or relating to Thomas Huxley
-03033259 01 a 01 Ibsenian 0 002 + 11070644 n 0101 \ 11070644 n 0101 | of or relating to or in the manner of the playwright Henrik Ibsen
-03033397 01 a 01 Proustian 0 002 + 11247298 n 0101 \ 11247298 n 0101 | of or relating to or in the manner of Marcel Proust
-03033522 01 a 01 Ptolemaic 0 002 + 11247413 n 0101 \ 11247413 n 0101 | of or relating to the astronomer Ptolemy
-03033636 01 a 01 Socratic 0 002 + 11307422 n 0101 \ 11307422 n 0101 | of or relating to Socrates or to his method of teaching; "Socratic teaching"
-03033785 01 a 01 Jungian 0 002 + 11094611 n 0101 \ 11094611 n 0101 | of or relating to Carl Jung or his psychological theories
-03033914 01 a 01 Kantian 0 002 + 11096508 n 0101 \ 11096508 n 0101 | of or relating to Immanuel Kant or his philosophy
-03034035 01 a 01 Keynesian 0 003 + 11103397 n 0101 \ 11103397 n 0101 \ 05995355 n 0101 | of or relating to John Maynard Keynes or to his economic theories
-03034192 01 a 01 Kiplingesque 0 001 \ 11105778 n 0101 | in the manner of Rudyard Kipling
-03034283 01 a 02 Leibnizian 0 Leibnitzian 0 004 + 11125193 n 0202 \ 11125193 n 0202 + 11125193 n 0101 \ 11125193 n 0101 | of or relating to Gottfried Wilhelm Leibniz or to his mathematics or philosophy
-03034487 01 a 01 Leonardesque 0 001 \ 11128394 n 0101 | in the manner of Leonardo da Vinci
-03034580 01 a 02 Lincolnesque 0 Lincolnian 0 003 + 11132462 n 0201 \ 11132462 n 0201 \ 11132462 n 0101 | of or relating to or in the manner of Abraham Lincoln
-03034741 01 a 01 Lutheran 0 001 \ 11145364 n 0101 | of or pertaining to Martin Luther or his teachings; "the Lutheran doctrine of justification by faith alone"
-03034903 01 a 01 Marian 0 002 + 11161412 n 0101 \ 11161412 n 0101 | of or relating to or venerating the Virgin Mary
-03035021 01 a 01 Michelangelesque 0 001 \ 11178161 n 0101 | in the manner of Michelangelo
-03035113 01 a 02 Muhammadan 0 Mohammedan 0 004 + 10327002 n 0201 \ 11184092 n 0201 + 10327002 n 0103 \ 11184092 n 0103 | of or relating to the Arabian prophet Muhammad or to the religion he founded
-03035313 01 a 01 Mosaic 0 001 \ 11193392 n 0101 | of or relating to Moses or the laws and writings attributed to him; "Mosaic Law"
-03035446 01 a 01 most-favored-nation 0 001 \ 06773857 n 0101 | of or relating to a commercial treaty where two nations agree to accord each other the same favorable terms that would be offered in treaties with any other nation
-03035675 01 a 02 Mozartian 0 Mozartean 0 005 + 11194355 n 0201 + 07278652 n 0201 \ 11194355 n 0201 + 11194355 n 0101 \ 11194355 n 0101 | of or relating to or in the manner of Wolfgang Amadeus Mozart
-03035876 01 a 01 Napoleonic 0 002 + 11200276 n 0101 \ 11200276 n 0101 | of or relating to or like Napoleon Bonaparte; "Napoleonic Wars"
-03036014 01 a 01 Newtonian 0 003 + 10357012 n 0101 + 11205375 n 0101 \ 11205375 n 0101 | of or relating to or inspired by Sir Isaac Newton or his science; "Newtonian physics"
-03036191 01 a 01 Pasteurian 0 002 + 11224877 n 0101 \ 11224877 n 0101 | of or relating to Louis Pasteur or his experiments
-03036316 01 a 01 Pavlovian 0 002 + 11227206 n 0101 \ 11227206 n 0101 | of or relating to Ivan Pavlov or his experiments; "Pavlovian conditioning"
-03036464 01 a 01 Piagetian 0 002 + 11234292 n 0101 \ 11234292 n 0101 | of or relating to or like or in the manner of Jean Piaget
-03036595 01 a 02 eponymous 0 eponymic 0 006 + 06334985 n 0201 + 06334778 n 0201 \ 06334778 n 0201 + 06334985 n 0101 + 06334778 n 0101 \ 06334778 n 0101 | being or relating to or bearing the name of an eponym
-03036805 01 a 01 Pythagorean 0 002 + 11250056 n 0101 \ 11250056 n 0101 | of or relating to Pythagoras or his geometry; "Pythagorean philosophy"; "Pythagorean theorem"
-03036974 01 a 01 Wagnerian 0 002 + 11369834 n 0101 \ 11369834 n 0101 | of or relating to Richard Wagner or his music
-03037093 01 a 01 Washingtonian 0 003 + 09746189 n 0101 + 09152944 n 0101 \ 09152944 n 0101 | of or relating to or in the state of Washington
-03037236 01 a 01 Washingtonian 1 003 + 09746314 n 0101 + 09070793 n 0101 \ 09070793 n 0101 | of or relating to the capital of the United States; "Washingtonian museums"
-03037407 01 a 01 Washingtonian 2 002 + 08357129 n 0102 \ 08357129 n 0102 | of or relating to the people who run the federal government; "Washingtonian politics as usual"
-03037579 01 a 01 Washingtonian 3 002 + 11375418 n 0101 \ 11375418 n 0101 | of or relating to or in the manner of George Washington
-03037712 01 a 01 Rembrandtesque 0 001 \ 11257932 n 0101 | in the manner of Rembrandt
-03037799 01 a 01 Riemannian 0 002 + 11262168 n 0101 \ 11262168 n 0101 | of or relating to Riemann's non-Euclidean geometry
-03037924 01 a 01 Rooseveltian 0 002 + 11270023 n 0101 \ 11270023 n 0101 | of or relating to or like or in the manner of Franklin Roosevelt
-03038065 01 a 01 Senecan 0 002 + 11292391 n 0101 \ 11292391 n 0101 | of or relating to or like or in the manner of the Roman Seneca
-03038199 01 a 02 Stravinskyan 0 Stravinskian 0 005 + 11321841 n 0201 \ 11321841 n 0201 + 11321841 n 0101 + 07278775 n 0101 \ 11321841 n 0101 | of or relating to or like or in the manner of Stravinsky
-03038401 01 a 01 Thoreauvian 0 002 + 11340992 n 0101 \ 11340992 n 0101 | relating to or like or in the manner of Henry David Thoreau
-03038536 01 a 02 Voltarian 0 Voltarean 0 004 + 11368638 n 0201 \ 11368638 n 0201 + 11368638 n 0101 \ 11368638 n 0101 | in the manner of Voltaire
-03038683 01 a 01 Wordsworthian 0 002 + 11397657 n 0101 \ 11397657 n 0101 | in the manner of William Wordsworth
-03038796 01 a 01 Wittgensteinian 0 001 \ 11393828 n 0101 | in the manner of Ludwig Wittgenstein
-03038894 01 a 01 Yeatsian 0 002 + 11402463 n 0101 \ 11402463 n 0101 | in the manner of William Butler Yeats
-03039004 01 a 01 Zolaesque 0 001 \ 11407591 n 0101 | in the manner of Emile Zola
-03039087 01 a 03 Hebraic 0 Hebraical 0 Hebrew 0 006 + 06987124 n 0301 \ 06987124 n 0301 + 09681351 n 0202 \ 06987124 n 0201 + 06987124 n 0101 \ 06987124 n 0101 | of or relating to the language of the Hebrews; "Hebrew vowels"
-03039314 01 a 03 Hebraic 1 Hebraical 1 Hebrew 1 006 + 09681351 n 0302 \ 09681351 n 0302 + 09681351 n 0202 \ 09681351 n 0202 + 09681351 n 0102 \ 09681351 n 0102 | of or relating to or characteristic of the Hebrews; "the old Hebrew prophets"
-03039556 01 a 01 monocarpic 0 001 \ 11686780 n 0101 | dying after bearing fruit only once
-03039648 01 a 01 puerperal 0 005 + 15142568 n 0101 + 10492086 n 0101 \ 13448334 n 0101 \ 15142568 n 0101 \ 10492086 n 0101 | relating to or connected with or occurring at the time of childbirth or shortly following, or to the woman who has just given birth
-03039907 01 a 01 acetic 0 001 \ 14599168 n 0101 | relating to or containing acetic acid
-03039997 01 a 01 actinic 0 002 + 04917292 n 0101 \ 04917292 n 0101 | relating to or exhibiting actinism
-03040103 01 a 02 aldermanic 0 aldermanly 0 004 + 09782397 n 0201 \ 09782397 n 0201 + 09782397 n 0101 \ 09782397 n 0101 | of or relating to or like an alderman
-03040264 01 a 02 alexic 0 word-blind 0 003 \ 14099050 n 0203 + 09782855 n 0101 \ 14099050 n 0102 | of or relating to or symptomatic of alexia
-03040408 01 a 01 dyslexic 0 002 + 14099643 n 0101 \ 14099643 n 0101 | of or relating to or symptomatic of dyslexia
-03040525 01 a 01 monochromatic 0 002 + 14155274 n 0102 \ 14155274 n 0102 | of or relating to monochromatism
-03040635 01 a 01 Moravian 0 001 \ 08758679 n 0101 | of or relating to the people or culture of Moravia
-03040740 01 a 01 dichromatic 0 002 + 14153616 n 0102 \ 14153616 n 0102 | of or relating to dichromatism
-03040846 01 a 01 ambassadorial 0 002 + 09787534 n 0101 \ 09787534 n 0101 | of or relating to or characteristic of ambassadors
-03040974 01 a 06 amoebic 0 amebic 0 amoeban 0 ameban 0 amoebous 0 amebous 0 012 + 01392380 n 0601 \ 01392380 n 0602 + 01392380 n 0502 \ 01392380 n 0502 + 01392380 n 0401 \ 01392380 n 0402 + 01392380 n 0302 \ 01392380 n 0302 + 01392380 n 0201 \ 01392380 n 0202 + 01392380 n 0102 \ 01392380 n 0102 | pertaining to or resembling amoebae; "amoebic dysentery"
-03041331 01 a 02 anemic 0 anaemic 0 004 + 14195315 n 0202 \ 14195315 n 0201 + 14195315 n 0101 \ 14195315 n 0101 | relating to anemia or suffering from anemia
-03041491 01 a 02 anaesthetic 0 anesthetic 0 003 \ 14023491 n 0201 + 00021065 v 0102 \ 14023491 n 0102 | relating to or producing insensibility
-03041636 01 a 01 ablative 0 002 ;c 06172789 n 0000 \ 06312418 n 0101 | relating to the ablative case
-03041739 01 a 01 accusatorial 0 004 + 06730780 n 0101 + 07234230 n 0101 ! 03042005 a 0101 \ 09762385 n 0101 | specifically indicating a form of prosecution in which one is publicly accused of and tried for a crime and in which the judge is not also the prosecutor
-03042005 01 a 01 inquisitorial 0 003 + 10208287 n 0101 ! 03041739 a 0101 \ 10208287 n 0101 | especially indicating a form of prosecution in which proceedings are secret and the accused is questioned by a prosecutor who acts also as the judge
-03042249 01 a 01 West_African 0 002 + 06996309 n 0101 \ 09178310 n 0101 | of or relating to the countries or cultures or people of West Africa
-03042394 01 a 02 Afrikaans 0 Afrikaner 0 004 + 09635635 n 0201 \ 08999482 n 0201 + 06952861 n 0101 \ 08999482 n 0101 | belonging or relating to white people of South Africa whose ancestors were Dutch or to their language; "an Afrikaans couple"; "Afrikaner support"
-03042661 01 a 01 aneroid 0 002 + 02710600 n 0102 \ 02710600 n 0102 | containing no liquid or actuated without the use of liquid; "aneroid barometer"
-03042812 01 a 01 Angolan 0 003 + 09690621 n 0101 + 08707917 n 0101 \ 08707917 n 0101 | of or relating to or characteristic of Angola or its people; "the Angolan Civil War"
-03042986 01 a 01 Anguillan 1 003 + 09690864 n 0101 + 08708742 n 0101 \ 08708742 n 0101 | of or relating to or characteristic of Anguilla or its people; "Anguillan sea food specialties"
-03043173 01 a 03 prenuptial 0 premarital 0 antenuptial 0 004 \ 07452074 n 0301 \ 07452074 n 0201 ! 03043371 a 0101 \ 07452074 n 0101 | relating to events before a marriage; "prenuptial agreement"
-03043371 01 a 01 postnuptial 0 002 ! 03043173 a 0101 \ 07452074 n 0101 | relating to events after a marriage
-03043482 01 a 02 anti-semitic 0 antisemitic 0 004 + 06203956 n 0202 \ 06203956 n 0202 + 06203956 n 0101 \ 06203956 n 0101 | relating to or characterized by anti-Semitism; hating Jews
-03043667 01 a 01 Antiguan 1 003 + 09691024 n 0101 + 08709945 n 0101 \ 08709945 n 0101 | of or relating to or characteristic of Antigua or its people; "Antiguan islands"
-03043838 01 a 01 antiquarian 0 001 \ 02723754 n 0101 | of or relating to antiques or antiquities
-03043937 01 a 01 antiquarian 1 002 + 09797606 n 0102 \ 09797606 n 0102 | of or relating to persons who study or deal in antiques or antiquities
-03044083 01 a 02 appellate 0 appellant 0 006 ;c 08441203 n 0000 + 09800469 n 0201 + 02497824 v 0201 + 02497586 v 0201 \ 01185611 n 0201 \ 01185611 n 0101 | of or relating to or taking account of appeals (usually legal appeals); "appellate court"
-03044331 01 a 01 anecdotal 0 002 + 07220586 n 0101 \ 07220586 n 0101 | having the character of an anecdote; "anecdotal evidence"
-03044462 01 a 01 Arabian 0 002 + 02379908 n 0101 \ 02379908 n 0102 | of or relating to Arabian horses
-03044566 01 a 01 Arabian 1 003 + 09729530 n 0102 + 08847694 n 0102 \ 08847694 n 0102 | relating to or associated with Arabia or its people; "Arabian Nights"; "Arabian Sea"
-03044740 01 a 01 Arabic 0 002 + 06988057 n 0101 \ 09729530 n 0101 | relating to or characteristic of Arabs; "Arabic languages"
-03044869 01 a 02 arithmetical 0 arithmetic 0 004 + 06004067 n 0201 \ 06004067 n 0201 + 06004067 n 0101 \ 06004067 n 0101 | relating to or involving arithmetic; "arithmetical computations"
-03045059 01 a 01 armorial 0 002 ;c 05801594 n 0000 \ 03058726 n 0102 | of or relating to heraldry or heraldic arms; "armorial bearing"
-03045196 01 a 01 aspectual 0 003 ;c 06172789 n 0000 + 13804669 n 0101 \ 13804669 n 0101 | of or belonging to an aspect (as an aspect of the verb); "the aspectual system of Greek"
-03045377 01 a 01 asphyxiated 0 001 \ 14042423 n 0101 | in a state of asphyxia
-03045457 01 a 01 audio-lingual 0 000 | of or relating to a method of teaching language that focuses on listening and speaking
-03045585 01 a 01 Augustan 0 002 + 10828990 n 0101 \ 10828990 n 0101 | relating to or characteristic of the times of the Roman Emperor Augustus; "the Augustan Age"
-03045750 01 a 01 Australian 0 004 + 09691279 n 0101 + 06940290 n 0101 + 08831004 n 0101 \ 09211266 n 0101 | of or relating to or characteristic of Australia or its inhabitants or its languages; "Australian deserts"; "Australian aborigines"
-03045992 01 a 01 Bahamian 0 003 + 09691729 n 0101 + 08847268 n 0101 \ 08847268 n 0101 | of or relating to or characteristic of the Bahama Islands or their inhabitants; "Bahamian population"
-03046184 01 a 01 Bahraini 0 002 + 09691858 n 0101 \ 08848421 n 0101 | of or relating to or characteristic of Bahrain or its people or language; "Bahraini beaches"
-03046349 01 a 02 Bangladeshi 0 East_Pakistani 0 003 \ 08848731 n 0201 + 09691994 n 0101 \ 08848731 n 0101 | of or relating to or characteristic of Bangladesh or its people or language; "Bangladeshi dialects"
-03046559 01 a 01 Bantoid 0 001 \ 06991980 n 0101 | relating to or designating languages that possess characteristics of Bantu; "Bantoid languages"
-03046708 01 a 01 Bantu 0 003 + 09692624 n 0101 + 06991980 n 0101 \ 09692624 n 0101 | of or relating to the African people who speak one of the Bantoid languages or to their culture; "the Bantu population of Sierra Leone"
-03046931 01 a 01 Bantu-speaking 0 001 \ 06991980 n 0101 | of or relating to people who speak Bantu; "the Bantu-speaking people of Africa"
-03047071 01 a 01 baptismal 0 002 + 01037819 n 0101 \ 01037819 n 0101 | of or relating to baptism; "baptismal font"
-03047188 01 a 01 Barbadian 0 004 + 09693982 n 0101 + 08755436 n 0101 + 08755214 n 0101 \ 08755214 n 0101 | of or relating to or characteristic of Barbados or its inhabitants; "a Barbadian vacation"
-03047388 01 a 01 bardic 0 001 \ 09839022 n 0101 | being a bard or relating to a bard's poetry; "bardic poetry"
-03047501 01 a 01 Benedictine 0 002 + 10112434 n 0101 \ 10112434 n 0101 | of or relating to the Benedictines
-03047611 01 a 01 Benedictine 1 001 \ 10843858 n 0101 | of or relating to Saint Benedict or his works
-03047714 01 a 01 Bengali 0 004 + 09692430 n 0101 + 08483353 n 0101 + 06970946 n 0101 \ 08710535 n 0101 | of or relating to or characteristic of Bengal or its people; "Bengali hills"
-03047898 01 a 01 Beninese 0 002 + 09694269 n 0101 \ 08759420 n 0101 | of or relating to or characteristic of Benin or its people; "Benin bronzes"
-03048046 01 a 01 Bermudan 0 002 + 09694392 n 0101 \ 08710678 n 0101 | of or relating to or characteristic of Bermuda or its inhabitants; "Bermudan beaches"
-03048204 01 a 01 Bhutanese 0 002 + 09694529 n 0101 \ 08852209 n 0101 | of or pertaining to or characteristic of Bhutan or its people or culture or language; "Bhutanese Buddhists"
-03048385 01 a 01 bilabial 0 002 + 07117333 n 0101 \ 02754417 a 0101 | of or relating to or being a speech sound that is articulated using both lips; "bilabial fricatives"
-03048558 01 a 01 binomial 0 001 + 06036506 n 0101 | of or relating to or consisting of two terms; "binomial expression"
-03048680 01 a 02 biographic 0 biographical 0 003 + 06515827 n 0201 \ 06515827 n 0201 \ 06515827 n 0101 | of or relating to or being biography; "biographical data"
-03048845 01 a 01 bituminous 0 002 + 14911530 n 0101 \ 14911530 n 0101 | resembling or containing bitumen; "bituminous coal"
-03048971 01 a 02 bituminoid 0 bitumenoid 0 002 \ 14911530 n 0201 \ 14911530 n 0101 | like bitumen
-03049071 01 a 02 bivalent 1 divalent 0 003 ;c 06084469 n 0000 \ 05034473 n 0201 \ 05034473 n 0101 | having a valence of two or having two valences
-03049220 01 a 01 bivariate 0 002 ;c 06000644 n 0000 \ 05857459 n 0101 | having two variables; "bivariate binomial distribution"
-03049350 01 a 02 bladdery 0 bladderlike 0 003 \ 02848118 n 0201 + 05512139 n 0101 \ 02848118 n 0101 | resembling a bladder
-03049475 01 a 01 bladed 1 001 \ 04373894 n 0102 | bearing or characterized by a blade or sword; often used in combination; "he fought on, broken-bladed but unbowed"
-03049642 01 a 01 bladed 2 002 ;c 06066555 n 0000 \ 13131883 n 0101 | having a blade or blades; often used in combination; "a single-bladed leaf"; "narrow-bladed grass"
-03049812 01 a 03 blastemal 0 blastematic 0 blastemic 0 006 + 05431402 n 0301 \ 05431402 n 0301 + 05431402 n 0201 \ 05431402 n 0201 + 05431402 n 0101 \ 05431402 n 0101 | of or relating to blastemata
-03050012 01 a 01 blastocoelic 0 004 + 01459242 n 0102 + 01459242 n 0101 + 01459242 n 0103 \ 01459242 n 0101 | of or relating to a segmentation cavity
-03050164 01 a 02 blastodermatic 0 blastodermic 0 004 + 01459480 n 0201 \ 01459480 n 0201 + 01459480 n 0101 \ 01459480 n 0101 | of or relating to a blastoderm
-03050324 01 a 01 blastomeric 0 002 + 01459664 n 0101 \ 01459664 n 0101 | of or relating to a blastomere
-03050430 01 a 01 blastomycotic 0 002 + 14125159 n 0101 \ 14125159 n 0101 | of or relating to or characteristic of blastomycosis
-03050560 01 a 02 blastoporal 0 blastoporic 0 004 + 01463115 n 0201 \ 01463115 n 0201 + 01463115 n 0101 \ 01463115 n 0101 | of or relating to a blastopore
-03050716 01 a 02 blastospheric 0 blastular 0 004 + 01461646 n 0201 \ 01461646 n 0201 + 01461646 n 0102 \ 01461646 n 0102 | of or relating to a blastula
-03050870 01 a 02 boric 0 boracic 0 003 \ 14631871 n 0201 + 14631871 n 0101 \ 14631871 n 0101 | of or relating to or derived from or containing boron; "boric acid"
-03051035 01 a 01 Bruneian 0 002 + 08896092 n 0101 \ 08896092 n 0101 | of or relating to or characteristic of Brunei or its people; "Bruneian oil production"
-03051194 01 a 01 bubonic 0 002 + 14315722 n 0101 \ 14315722 n 0101 | of or evidencing buboes; "bubonic plague"
-03051307 01 a 01 Bulgarian 0 004 + 09695620 n 0101 + 06945569 n 0101 + 08714132 n 0101 \ 08714132 n 0101 | of or relating to or characteristic of Bulgaria or its people; "the Bulgarian capital is Sofia"
-03051512 01 a 01 bungaloid 0 001 \ 02919792 n 0101 | characterized by bungalows; "the bungaloid suburbs"
-03051619 01 a 01 bureaucratic 0 005 + 08009659 n 0101 + 08051565 n 0101 + 08456727 n 0101 \ 09880427 n 0101 \ 08456727 n 0101 | of or relating to or resembling a bureaucrat or bureaucracy; "his bureaucratic behavior annoyed his colleagues"; "a bureaucratic nightmare"
-03051889 01 a 01 burglarious 0 002 + 00785045 n 0101 \ 00785045 n 0101 | involving or resembling burglary; "burglarious tools"
-03052018 01 a 01 Burmese 0 003 + 09695747 n 0101 + 06932435 n 0101 \ 08715390 n 0101 | of or relating to or characteristic of Myanmar or its people; "the Burmese capital"; "Burmese tonal languages"
-03052218 01 a 02 Burundi 0 Burundian 0 003 + 08716219 n 0201 \ 08716219 n 0201 \ 08716219 n 0101 | of or relating to or characteristic of Burundi or its people; "the Burundi capital"
-03052403 01 a 01 Californian 0 003 + 09741612 n 0101 + 09060768 n 0101 \ 09060768 n 0101 | of or relating to or characteristic of California or its inhabitants; "Californian beaches"
-03052588 01 a 01 Cameroonian 0 003 + 09696456 n 0101 + 08717209 n 0101 \ 08717209 n 0101 | of or relating to or characteristic of Cameroon or its people; "the Cameroonian capital"
-03052770 01 a 01 cannibalistic 0 004 + 00412839 n 0101 + 09891079 n 0101 \ 09891079 n 0101 \ 00412839 n 0101 | characteristic of cannibals or exhibiting cannibalism; "cannibalistic behavior"
-03052963 01 a 01 cantonal 0 001 \ 08725454 n 0104 | of or relating to a canton
-03053044 01 a 01 carboniferous 2 002 + 15127307 n 0101 \ 15127307 n 0101 | of or relating to the Carboniferous geologic era; "carboniferous rock system"
-03053199 01 a 01 Carmelite 0 002 + 10778148 n 0101 \ 10778148 n 0101 | of or relating to the Carmelite friars; "Carmelite monasteries"
-03053336 01 a 01 carpal 0 002 + 05584928 n 0102 \ 05584928 n 0102 | of or relating to the wrist; "Carpal tunnel syndrome"
-03053460 01 a 02 casuistic 0 casuistical 0 004 + 09899929 n 0201 \ 06160055 n 0201 + 06160055 n 0101 \ 06160055 n 0101 | of or relating to the use of ethical principles to resolve moral problems
-03053657 01 a 02 casuistic 1 casuistical 1 004 + 09899929 n 0201 \ 06160244 n 0201 + 06160244 n 0101 \ 06160244 n 0101 | of or relating to or practicing casuistry; "overly subtle casuistic reasoning"
-03053859 01 a 01 Catalan 0 003 + 06967529 n 0101 + 09028062 n 0101 \ 06967529 n 0101 | relating to or characteristic of the Catalan language; "Catalan poetry"
-03054020 01 a 01 Catalan 1 003 + 09900284 n 0101 + 09028062 n 0101 \ 09028062 n 0101 | relating to or denoting or characteristic of Catalonia or its inhabitants; "Catalan independence movement"
-03054216 01 a 01 cataleptic 0 003 + 09900391 n 0101 + 14070206 n 0101 \ 14070206 n 0101 | of or having characteristics of or affected with catalepsy; "cataleptic persons"; "cataleptic state"
-03054409 01 a 01 catalytic 0 002 + 13444131 n 0101 \ 13444131 n 0101 | relating to or causing or involving catalysis; "catalytic reactions"
-03054551 01 a 01 catatonic 0 004 ;c 06043075 n 0000 + 14545045 n 0101 + 14399116 n 0103 \ 14545045 n 0101 | characterized by catatonia especially either rigidity or extreme laxness of limbs
-03054743 01 a 01 Chadian 0 003 + 09697650 n 0101 + 08720037 n 0101 \ 08720037 n 0101 | of or relating to or characteristic of the Republic of Chad or its people or language; "the Chadian desert"; "Chad soldiers"; "Chadian folktales"
-03054978 01 a 01 citric 0 001 \ 14812872 n 0101 | of or related to citric acid
-03055059 01 a 01 citrous 0 002 + 07747055 n 0101 \ 07747055 n 0101 | of or relating to or producing fruit of the plants of the genus Citrus; "the citrus production of Florida"
-03055237 01 a 01 citrous 1 002 + 12707781 n 0101 \ 12707781 n 0101 | of or relating to plants of the genus Citrus; "a citrous disease"
-03055374 01 a 02 climatic 0 climatical 0 004 + 14519366 n 0201 \ 14519366 n 0201 + 14519366 n 0101 \ 14519366 n 0101 | of or relating to a climate; "climatic changes"
-03055543 01 a 01 Cockney 0 001 \ 09704770 n 0101 | relating to or resembling a cockney; "Cockney street urchins"
-03055658 01 a 01 cockney 1 003 + 09704770 n 0101 + 06948017 n 0101 \ 06948017 n 0101 | characteristic of Cockneys or their dialect; "cockney vowels"
-03055809 01 a 02 commemorative 0 commemorating 0 005 \ 07452841 n 0201 + 00612612 v 0101 + 00612042 v 0101 + 00611481 v 0101 \ 07452841 n 0101 | intended as a commemoration; "a commemorative plaque"
-03056010 01 a 01 concessive 0 002 + 00806049 v 0101 \ 07216412 n 0101 | of or pertaining to concession
-03056115 01 a 01 Congolese 0 002 + 09698644 n 0101 \ 08734385 n 0101 | of or relating to or characteristic of the Congo region or its people; "Congolese rulers"; "the Congolese republic"
-03056304 01 a 01 consular 0 004 + 03093427 n 0101 + 09959797 n 0101 \ 09959797 n 0101 \ 03093427 n 0101 | having to do with a consul or his office or duties
-03056463 01 a 01 Coptic 0 004 + 06990371 n 0101 + 09700706 n 0101 + 09681234 n 0101 \ 09681234 n 0101 | of or relating to the Copts or their church or language or art; "the distinctive Coptic art of 6th-century Christian Egypt"
-03056693 01 a 01 Costa_Rican 0 002 + 08736107 n 0101 \ 08736107 n 0101 | of or relating to Costa Rica or its people; "the Costa Rican rain forest"; "our Costa Rican neighbors"
-03056871 01 a 04 creaseproof 0 wrinkleproof 0 crease-resistant 0 wrinkle-resistant 0 004 \ 13905792 n 0401 \ 13905792 n 0303 \ 13905792 n 0201 \ 13905792 n 0103 | of fabric that does not wrinkle easily
-03057075 01 a 02 creedal 0 credal 0 006 + 06789411 n 0204 + 05959954 n 0201 \ 06789411 n 0204 + 06789411 n 0104 + 05959954 n 0101 \ 06789411 n 0104 | of or relating to a creed
-03057253 01 a 01 Creole 1 001 \ 09709531 n 0101 | of or relating to or characteristic of native-born persons of French descent in Louisiana; "Creole cooking"
-03057413 01 a 01 Creole 2 001 \ 06905358 n 0101 | of or relating to a language that arises from contact between two other languages and has features of both; "Creole grammars"
-03057591 01 a 01 Cretaceous 0 002 + 15126361 n 0101 \ 15126361 n 0101 | of or relating to or denoting the third period of the Mesozoic era
-03057732 01 a 01 cretaceous 1 001 \ 14806598 n 0101 | abounding in chalk
-03057807 01 a 01 cybernetic 0 002 + 06142598 n 0101 \ 06142598 n 0101 | of or relating the principles of cybernetics; "cybernetic research"
-03057949 01 a 03 cyclonic 0 cyclonal 0 cyclonical 0 007 + 11443721 n 0301 \ 11443721 n 0301 + 11443721 n 0201 \ 11443721 n 0201 + 14521302 n 0101 + 11443721 n 0101 \ 11443721 n 0101 | of or relating to or characteristic of a violent tropical storm; "cyclonic destruction"
-03058223 01 a 03 cyclonic 1 cyclonal 1 cyclonical 1 006 ;c 06118563 n 0000 + 14521302 n 0301 + 14521302 n 0201 + 14521302 n 0101 + 11443721 n 0101 \ 14521302 n 0101 | of or relating to or characteristic of the atmosphere around a low pressure center; "cyclonic cloud pattern"
-03058501 01 a 01 cyclopean 0 002 + 09490572 n 0101 \ 09490572 n 0101 | of or relating to or resembling the Cyclops; "Cyclopean eye"
-03058635 01 a 01 cyclothymic 0 002 + 14392862 n 0101 \ 14392862 n 0101 | of or relating to or exhibiting cyclothymia
-03058754 01 a 03 Cyprian 0 Cypriote 0 Cypriot 0 007 + 09699020 n 0301 \ 08756735 n 0301 + 09699020 n 0202 \ 08756735 n 0201 + 09699020 n 0103 + 08756884 n 0101 \ 08756735 n 0101 | of or relating to Cyprus or its people or culture; "Cypriot expatriates"; "Cypriote monasteries"
-03059033 01 a 01 Cyrillic 0 002 + 06499796 n 0102 \ 06499796 n 0102 | relating to or written in the alphabet used for writing Slavic languages; "Cyrillic writing"
-03059198 01 a 01 dacitic 0 002 + 14726823 n 0101 \ 14726823 n 0101 | relating to or consisting of dacite; "dacitic magma is highly viscous"
-03059340 01 a 01 dactylic 0 003 ;c 06170025 n 0000 + 07095148 n 0101 \ 07095148 n 0101 | of or consisting of dactyls; "dactylic meter"
-03059477 01 a 01 daisylike 0 001 \ 11939491 n 0101 | resembling a daisy
-03059551 01 a 01 Dalmatian 0 003 + 09988918 n 0101 + 08819223 n 0101 \ 08819223 n 0101 | of or relating to Dalmatia or its inhabitants
-03059688 01 a 01 damascene 0 002 + 09733580 n 0101 \ 09033936 n 0102 | of or relating to or characteristic of Damascus or its people; "damascene city gates"
-03059847 01 a 01 defervescent 0 002 + 07368482 n 0101 \ 07368482 n 0101 | of or relating to the reduction of a fever
-03059966 01 a 01 departmental 0 003 + 08548733 n 0101 + 08114861 n 0101 \ 08114861 n 0101 | of or relating to a department; "departmental policy"
-03060114 01 a 01 interdepartmental 0 002 ! 03060257 a 0101 \ 08114861 n 0101 | between or among departments; "interdepartmental competition"
-03060257 01 a 01 intradepartmental 0 002 ! 03060114 a 0101 \ 08114861 n 0101 | within a department; "intradepartmental memos"
-03060385 01 a 01 digestive 0 003 + 01197338 v 0101 + 00481555 v 0101 \ 13465809 n 0101 | relating to or having the power to cause or promote digestion; "digestive juices"; "a digestive enzyme"; "digestive ferment"
-03060601 01 a 02 Delphic 0 Delphian 0 003 + 08786855 n 0201 \ 08786855 n 0201 \ 08786855 n 0101 | of or relating to Delphi or to the oracles of Apollo at Delphi; "Delphic oracle"
-03060782 01 a 02 demagogic 0 demagogical 0 004 + 07187297 n 0202 \ 10001481 n 0201 + 07187297 n 0102 \ 10001481 n 0101 | characteristic of or resembling a demagogue; "demagogic speeches"
-03060971 01 a 01 diabetic 0 002 + 14117805 n 0101 \ 14117805 n 0101 | of or relating to or causing diabetes
-03061081 01 a 01 disciplinary 0 002 + 05996646 n 0101 \ 05996646 n 0101 | relating to a specific field of academic study; "economics in its modern disciplinary sense"
-03061250 01 a 01 interdisciplinary 0 001 \ 05996646 n 0101 | drawing from or characterized by participation of two or more fields of study; "interdisciplinary studies"; "an interdisciplinary conference"
-03061455 01 a 01 disciplinary 1 003 + 04881623 n 0101 + 01161821 n 0101 \ 04881623 n 0101 | relating to discipline in behavior; "disciplinary problems in the classroom"
-03061626 01 a 01 divisional 0 002 + 08213205 n 0101 \ 08213205 n 0101 | of or relating to a military division; "divisional artillery"
-03061762 01 a 01 Djiboutian 0 003 + 09700125 n 0101 + 08762495 n 0101 \ 08762495 n 0101 | of or relating to Djibouti or its people or culture; "Djiboutian landscape"; "Djiboutian merchants"; "a Djiboutian storyteller"
-03061982 01 a 01 dogmatic 1 002 + 05960464 n 0101 \ 05960464 n 0101 | of or pertaining to or characteristic of a doctrine or code of beliefs accepted as authoritative
-03062151 01 a 01 dolomitic 0 003 + 14673747 n 0101 + 14838055 n 0101 \ 14838055 n 0101 | relating to or consisting of dolomite
-03062280 01 a 01 domiciliary 0 003 + 08559155 n 0101 + 03259505 n 0103 \ 03259505 n 0103 | of or relating to or provided in a domicile; "domiciliary medical care"; "domiciliary caves"
-03062466 01 a 01 Dominican 0 001 \ 10778345 n 0101 | of or relating to Saint Dominic or the Dominican order; "Dominican monks"
-03062595 01 a 01 Dominican 1 001 \ 08752021 n 0101 | of or relating to or characteristic of the Dominican Republic or its people; "the Dominican population"
-03062754 01 a 01 ducal 0 003 + 10038778 n 0101 + 10038620 n 0101 \ 10038778 n 0101 | of or belonging to or suitable for a duke; "ducal palace"
-03062899 01 a 01 ductless 0 001 \ 05250659 n 0101 | not having a duct; "ductless glands"
-03062990 01 a 01 Edwardian 0 003 + 10046387 n 0101 + 10951459 n 0101 \ 10951459 n 0102 | of or relating to or characteristic of the era of Edward VII in England; "Edwardian furniture"
-03063176 01 a 01 elocutionary 0 002 + 07083246 n 0101 \ 07083246 n 0101 | of or relating to elocution; "elocutionary recitals"
-03063305 01 a 02 empiric 0 empirical 0 005 ;u 07073447 n 0000 + 00633108 n 0202 \ 00633108 n 0201 + 00633108 n 0102 \ 00633108 n 0101 | relying on medical quackery; "empiric treatment"
-03063492 01 a 01 endometrial 0 002 + 05519820 n 0101 \ 05519820 n 0101 | of or relating to the endometrium
-03063601 01 a 01 endoscopic 0 003 + 00642045 n 0101 + 03286572 n 0101 \ 00642045 n 0101 | of or relating to endoscopy
-03063721 01 a 02 enteric 0 enteral 0 004 + 05532641 n 0201 \ 05532641 n 0201 + 05532641 n 0101 \ 05532641 n 0101 | of or relating to the enteron
-03063868 01 a 02 entomological 0 entomologic 0 004 + 06072275 n 0201 \ 06072275 n 0201 + 06072275 n 0101 \ 06072275 n 0101 | of or relating to the biological science of entomology; "entomological research"
-03064076 01 a 02 entozoan 0 endozoan 0 005 + 01385017 n 0205 \ 01385017 n 0205 + 01385017 n 0103 + 01385017 n 0104 \ 01385017 n 0104 | of or relating to entozoa
-03064239 01 a 02 epizoan 0 ectozoan 0 004 + 01385330 n 0203 \ 01385330 n 0203 + 01385330 n 0105 \ 01385330 n 0105 | of or relating to epizoa
-03064382 01 a 01 entrepreneurial 0 002 + 10060352 n 0101 \ 10060352 n 0101 | of or relating to an entrepreneur; "entrepreneurial risks"
-03064520 01 a 01 Eritrean 0 003 + 09705784 n 0101 + 08777544 n 0101 \ 08777544 n 0101 | of or relating to or characteristic of Eritrea or its people; "Eritrean civil war"
-03064693 01 a 01 Ethiopian 0 003 + 09705124 n 0101 + 08778061 n 0101 \ 08778061 n 0101 | of or relating to or characteristic of Ethiopia or its people or languages; "Ethiopian immigrants"
-03064883 01 a 02 ethnographic 0 ethnographical 0 003 + 06146546 n 0201 \ 06146546 n 0201 \ 06146546 n 0101 | of or relating to ethnography; "ethnographical data"
-03065047 01 a 02 ethnological 0 ethnologic 0 004 + 06146880 n 0201 \ 06146880 n 0201 + 06146880 n 0101 \ 06146880 n 0101 | of or relating to ethnology; "ethnological field work"
-03065227 01 a 02 euclidian 0 euclidean 0 004 + 10962302 n 0201 \ 10962302 n 0201 + 10962302 n 0101 \ 10962302 n 0101 | relating to geometry as developed by Euclid; "Euclidian geometry"
-03065414 01 a 01 Fabian 0 001 \ 06220819 n 0101 | of or relating to Fabianism; "the Fabian society"
-03065516 01 a 02 fatalist 0 fatalistic 0 004 + 05971394 n 0201 \ 05971394 n 0201 + 10080508 n 0101 \ 05971394 n 0101 | of or relating to fatalism; "a fatalist person"
-03065685 01 a 02 faecal 0 fecal 0 002 + 14854262 n 0204 + 14854262 n 0103 | of or relating to feces; "fecal matter"
-03065804 01 a 01 feudatory 0 002 + 10746581 n 0105 \ 04877938 n 0102 | of or pertaining to the relation of a feudal vassal to his lord; "a feudatory relationship"
-03065969 01 a 01 Fijian 0 004 + 09705909 n 0101 + 06938623 n 0101 + 08779149 n 0101 \ 08779149 n 0101 | of or relating to Fiji or its people or language or culture; "the Fijian population"; "Fijian folktales"
-03066180 01 a 02 Filipino 0 Philippine 0 005 + 06939756 n 0201 \ 08981244 n 0201 + 09727440 n 0101 + 06939756 n 0102 \ 08981244 n 0101 | of or relating to or characteristic of the Philippines or its people or customs; "the Philippine President"; "our Filipino cook"
-03066448 01 a 01 Flemish 0 003 + 08483788 n 0101 + 06952705 n 0101 \ 08849549 n 0101 | of or relating to Flanders or its people or language or culture; "the Flemish population of Belgium"; "Flemish painters"
-03066658 01 a 01 Franciscan 0 002 + 10978098 n 0105 \ 10978098 n 0101 | of or relating to Saint Francis of Assisi or to the order founded by him; "Franciscan monks"
-03066825 01 a 01 Gabonese 0 002 + 09710041 n 0101 \ 08945529 n 0101 | of or relating to Gabon or its inhabitants; "Gabonese hills"; "Gabonese writers"
-03066978 01 a 01 Gallic 0 002 + 09688487 n 0101 \ 08929722 n 0101 | of or pertaining to Gaul or the Gauls; "Ancient Gallic dialects"; "Gallic migrations"; "the Gallic Wars"
-03067153 01 a 01 Gambian 0 003 + 09747495 n 0101 + 08945821 n 0101 \ 08945821 n 0101 | of or relating to or characteristic of Gambia or its inhabitants; "Gambian game parks"
-03067329 01 a 02 genealogic 0 genealogical 0 004 + 08102402 n 0201 \ 08102402 n 0201 + 05998225 n 0101 \ 08102402 n 0101 | of or relating to genealogy; "genealogical records"
-03067506 01 a 01 Georgian 0 005 + 10995592 n 0101 + 10995292 n 0101 + 10995115 n 0101 + 10994906 n 0101 \ 10996285 n 0101 | of or relating to the Hanoverian kings of England; "the first Georgian monarch"
-03067712 01 a 01 Georgian 4 003 + 09742443 n 0101 + 09075842 n 0101 \ 09075842 n 0101 | of or relating to or characteristic of the American state of Georgia or its inhabitants; "the Georgian state capital is Atlanta"; "Georgian peach farmers"
-03067957 01 a 01 Georgian 5 002 + 09018848 n 0101 \ 09018848 n 0101 | of or relating to or characteristic of the Asian republic of Georgia or its people or language; "the Georgian capital is Tbilisi"; "Georgian farmers"; "Georgian vowels"
-03068198 01 a 01 Georgian 6 001 \ 09076421 n 0101 | of or relating to the former British colony of Georgia; "the Georgian colony"
-03068330 01 a 01 Germanic 0 002 + 06950528 n 0101 \ 06946497 n 0101 | of or relating to the language of Germans; "the Germanic sound shifts"
-03068473 01 a 03 Ghanaian 0 Ghanese 0 Ghanian 0 006 + 09748889 n 0301 + 08946187 n 0301 \ 08946187 n 0301 \ 08946187 n 0201 + 08946187 n 0101 \ 08946187 n 0101 | of or relating to or characteristic of Ghana or its people or language; "Ghanaian cocoa production"
-03068737 01 a 01 Gibraltarian 0 003 + 09749011 n 0101 + 09028841 n 0101 \ 09028841 n 0101 | of or relating to Gibraltar or its inhabitants; "Gibraltarian customs office"
-03068909 01 a 01 Gilbertian 0 002 + 10999584 n 0101 \ 10999048 n 0101 | of or pertaining to or characteristic of the style of William S. Gilbert; "Gilbertian libretti"
-03069079 01 a 01 gladiatorial 0 002 + 10131815 n 0101 \ 10131815 n 0101 | of or relating to or resembling gladiators or their combat; "gladiatorial combats"
-03069238 01 a 01 glandular 0 002 + 05327767 n 0101 \ 05327767 n 0101 | relating to or affecting or functioning as a gland; "glandular malfunctions"
-03069388 01 a 02 gonadotropic 0 gonadotrophic 0 003 \ 05410315 n 0202 + 05410315 n 0101 \ 05410315 n 0101 | of or relating to or involving gonadotropin
-03069542 01 a 01 Gothic 0 001 \ 10139774 n 0101 | of or relating to the Goths; "Gothic migrations"
-03069643 01 a 01 Gothic 1 002 + 06955706 n 0101 \ 06955706 n 0101 | of or relating to the language of the ancient Goths; "the Gothic Bible translation"
-03069797 01 a 01 Gothic 2 002 + 06826589 n 0101 \ 06826589 n 0101 | characteristic of the style of type commonly used for printing German
-03069937 01 a 01 green 0 002 + 10060904 n 0101 \ 08260386 n 0101 | concerned with or supporting or in conformity with the political principles of the Green Party
-03070101 01 a 01 greenhouse 0 001 \ 11461268 n 0101 | of or relating to or caused by the greenhouse effect; "greenhouse gases"
-03070230 01 a 01 greenside 0 002 ;c 00464894 n 0000 \ 08579780 n 0101 | adjacent to a putting green; "greenside bunker"
-03070352 01 a 01 Gregorian 2 003 + 11014652 n 0101 \ 11014652 n 0102 \ 15174218 n 0101 | of or relating to Pope Gregory XIII or the calendar he introduced in 1582
-03070517 01 a 01 Gregorian 1 003 + 11013876 n 0101 \ 11013876 n 0102 \ 07035153 n 0103 | of or relating to Pope Gregory I or to the plainsong chants of the Roman Catholic Church
-03070697 01 a 01 Grenadian 0 003 + 09749260 n 0101 + 08946909 n 0101 \ 08946909 n 0101 | of or relating to or characteristic of Grenada or its inhabitants; "the Grenadian capital"
-03070879 01 a 01 growing 0 001 \ 13489037 n 0101 | relating to or suitable for growth; "the growing season for corn"; "good growing weather"
-03071022 01 a 01 Guatemalan 0 003 + 09712195 n 0101 + 08737041 n 0101 \ 08737041 n 0101 | of or relating to or characteristic of Guatemala or its residents; "Guatemalan coffee"
-03071201 01 a 01 Guinean 0 003 + 09749386 n 0101 + 08947319 n 0101 \ 08947319 n 0101 | of or relating to or characteristic of Guinea or its inhabitants; "Guinean borders"
-03071374 01 a 01 Guyanese 0 002 + 09712324 n 0101 \ 08948346 n 0101 | of or relating to or characteristic of Guyana or its inhabitants; "the Guyanese capital"
-03071535 01 a 01 gyroscopic 0 002 + 03473227 n 0101 \ 03473227 n 0101 | having the characteristics of a gyroscope
-03071651 01 a 01 Haitian 0 003 + 09712448 n 0101 + 08751494 n 0101 \ 08751494 n 0101 | of or relating to or characteristic of the republic of Haiti or its people; "Haitian shantytowns"
-03071838 01 a 01 Hanoverian 0 004 + 09704368 n 0101 + 10159852 n 0101 + 08154960 n 0101 \ 08154960 n 0101 | of or relating to the former English royal House of Hanover or their supporters
-03072028 01 a 01 Hispaniolan 0 002 + 08751317 n 0101 \ 08751317 n 0102 | of or relating to the West Indian island of Hispaniola
-03072158 01 a 02 Hispanic 0 Latino 0 003 \ 10629647 n 0203 + 10629647 n 0103 \ 10629647 n 0103 | related to a Spanish-speaking people or culture; "the Hispanic population of California is growing rapidly"
-03072365 01 a 02 histological 0 histologic 0 004 + 06077413 n 0201 \ 06077413 n 0201 + 06077413 n 0101 \ 06077413 n 0101 | of or relating to histology
-03072518 01 a 01 Hertzian 0 002 + 11046934 n 0101 \ 11046722 n 0101 | of or relating to the physicist Heinrich Hertz or his work; "Hertzian discoveries"
-03072673 01 a 02 hiplength 0 hip-length 0 002 \ 08583554 n 0101 \ 08583682 n 0101 | extending to or just over the hips; "a hiplength jacket"
-03072816 01 a 01 Hippocratic 0 002 + 11051632 n 0101 \ 11051632 n 0101 | of or relating to Hippocrates or the school of medicine that took his name
-03072966 01 a 01 homeopathic 0 002 ! 03073110 a 0101 \ 00710889 n 0101 | of or relating to the practice of homeopathy; "homeopathic medicine"
-03073110 01 a 01 allopathic 0 002 ! 03072966 a 0101 \ 00710692 n 0101 | of or relating to the practice of allopathy; "allopathic remedies"
-03073251 01 a 01 Homeric 0 002 + 11057381 n 0101 \ 11057381 n 0101 | relating to or characteristic of Homer or his age or the works attributed to him; "Homeric Greek"
-03073420 01 a 02 homiletic 0 homiletical 0 003 \ 05635764 n 0201 + 07244949 n 0101 \ 05635764 n 0101 | of or relating to homiletics; "homiletic speech"
-03073574 01 a 02 homiletic 1 homiletical 1 005 + 06183518 n 0201 + 07244949 n 0201 \ 07244949 n 0201 + 07244949 n 0101 \ 07244949 n 0101 | of the nature of a homily or sermon
-03073751 01 a 01 hydraulic 0 002 + 06113009 n 0102 \ 06113009 n 0102 | of or relating to the study of hydraulics; "hydraulic engineer"
-03073888 01 a 01 hydraulic 1 001 \ 14845743 n 0101 | moved or operated or effected by liquid (water or oil); "hydraulic erosion"; "hydraulic brakes"
-03074039 01 a 01 hydropathic 0 001 \ 00711127 n 0101 | of or relating to hydropathy or its administration; "hydropathic treatments"
-03074173 01 a 01 Icelandic 0 001 \ 08953324 n 0101 | of or relating to Iceland or its people or culture and language; "Icelandic ports"; "the Icelandic president is a woman"; "Icelandic sagas"
-03074368 01 a 02 imperialistic 0 imperialist 0 005 \ 00804909 n 0201 + 06661396 n 0101 + 06218308 n 0101 + 00804909 n 0101 \ 00804909 n 0101 | of or relating to imperialism; "imperialistic wars"
-03074565 01 a 03 Indo-European 0 Indo-Aryan 0 Aryan 0 004 + 09635823 n 0301 \ 09635823 n 0302 \ 09635823 n 0202 \ 09635823 n 0102 | of or relating to the former Indo-European people; "Indo-European migrations"
-03074777 01 a 02 Indo-European 1 Indo-Germanic 0 002 \ 06941644 n 0201 \ 06941644 n 0101 | of or relating to the Indo-European language family
-03074922 01 a 01 tribal 0 004 + 07969695 n 0106 + 08168531 n 0101 + 08372411 n 0101 \ 08372411 n 0101 | relating to or characteristic of a tribe; "tribal customs"
-03075087 01 a 01 intertribal 0 001 \ 08372411 n 0101 | between or among tribes; "intertribal warfare"
-03075191 01 a 02 Iranian 0 Persian 0 007 + 09714429 n 0203 + 06974127 n 0201 + 08910668 n 0203 + 09714429 n 0102 + 06973610 n 0101 + 08910668 n 0101 \ 08910668 n 0101 | of or relating to Iran or its people or language or culture; "Iranian mountains"; "Iranian security police"
-03075470 01 a 02 Iraqi 0 Iraki 0 004 + 09714694 n 0202 \ 08913434 n 0201 + 09714694 n 0101 \ 08913434 n 0101 | of or relating to Iraq or its people or culture; "Iraqi oil"; "Iraqi refugees"
-03075662 01 a 01 Italic 0 002 + 06961853 n 0101 \ 06961853 n 0101 | of or relating to the Italic languages; "ancient Italic dialects"
-03075798 01 a 01 italic 1 003 + 06350918 n 0101 + 06827344 n 0101 \ 06827344 n 0101 | characterized by slanting characters; "italic characters"
-03075944 01 a 01 Jacksonian 0 002 + 11075823 n 0101 \ 11075823 n 0102 | of or pertaining to Andrew Jackson or his presidency or his concepts of popular democracy
-03076108 01 a 01 Jacobean 0 001 \ 11079802 n 0102 | of or relating to James I or his reign or times; "Jacobean writers"
-03076230 01 a 02 Jacobinic 0 Jacobinical 0 004 + 10218802 n 0201 \ 10218802 n 0201 + 10218802 n 0101 \ 10218802 n 0101 | of or relating to the Jacobins of the French Revolution; "Jacobinic terrorism"
-03076432 01 a 01 Jamaican 0 004 + 09718092 n 0101 + 08753729 n 0101 + 08753933 n 0101 \ 08753933 n 0101 | of or relating to Jamaica (the island or the country) or to its inhabitants; "Jamaican rum"; "the Jamaican Prime Minister"
-03076663 01 a 02 Javanese 0 Javan 0 006 + 10220080 n 0202 + 08908248 n 0201 \ 08908248 n 0201 + 10220080 n 0101 + 06939431 n 0101 \ 08908248 n 0101 | of or relating to or characteristic of Java or its inhabitants or its language; "Javanese temples"; "Javanese dialects"
-03076935 01 a 03 Jesuitical 0 Jesuitic 0 Jesuit 0 009 \ 10221520 n 0301 \ 06185138 n 0301 + 06185138 n 0201 + 10221520 n 0201 \ 10221520 n 0201 \ 06185138 n 0201 + 10221520 n 0101 \ 10221520 n 0101 \ 06185138 n 0101 | having qualities characteristic of Jesuits or Jesuitism; "Jesuitical education"
-03077235 01 a 01 Jordanian 0 003 + 09718811 n 0101 + 08927186 n 0101 \ 08927186 n 0101 | of or relating to or characteristic of Jordan or its people; "Jordanian archeological sites"
-03077419 01 a 01 journalistic 0 003 + 06266417 n 0101 + 00611674 n 0101 \ 06266417 n 0101 | of or relating to or having the characteristics of journalism; "journalistic writing"
-03077599 01 a 01 Jovian 1 002 + 09573966 n 0101 \ 09573966 n 0101 | of or pertaining to or befitting the Roman deity Jupiter; "Jovian thunderbolts"; "Jovian wrath"
-03077765 01 a 01 Jovian 2 002 + 09322454 n 0101 \ 09322454 n 0101 | of or pertaining to or characteristic of or resembling the planet Jupiter; "Jovian satellites"
-03077930 01 a 01 Julian 0 002 + 10878161 n 0102 \ 10878161 n 0102 | of or relating to or characteristic of Julius Caesar; "the Julian calendar"
-03078076 01 a 01 karyokinetic 0 002 + 13504739 n 0101 \ 13504739 n 0101 | of or relating to the division of the nucleus of a cell during mitosis or meiosis
-03078234 01 a 01 Kashmiri 0 003 + 09676021 n 0101 + 06972874 n 0101 \ 08975617 n 0101 | of or relating to or characteristic of Kashmir or its people or culture; "the Kashmiri mountains"; "Kashmiri love poems"
-03078445 01 a 01 Kazakhstani 0 002 + 09736181 n 0101 \ 09019726 n 0101 | of or pertaining to Kazakhstan or to the Kazakhs or their culture
-03078586 01 a 01 Kenyan 0 003 + 09719309 n 0101 + 08928193 n 0101 \ 08928193 n 0101 | of or relating to or characteristic of Kenya or its people; "Kenyan mountains"
-03078753 01 a 01 knee-length 0 001 \ 05573602 n 0101 | extending to the knee
-03078832 01 a 01 Kurdish 0 001 \ 09038990 n 0101 | of or relating to Kurdistan or the Kurds or their language and culture; "Kurdish Moslems"
-03078975 01 a 01 Kuwaiti 0 002 + 09719653 n 0101 \ 08929555 n 0101 | of or relating to the capital of Kuwait or its residents; "Kuwaiti streets are lined with luxury stores"
-03079151 01 a 01 Kuwaiti 1 002 + 09719653 n 0101 \ 08929243 n 0101 | of or relating to the kingdom of Kuwait or its people; "Kuwaiti ports"
-03079293 01 a 01 Lancastrian 2 002 + 08873269 n 0101 \ 08873269 n 0101 | of or relating to the English city of Lancaster or its residents; "Lancastrian city center"
-03079460 01 a 01 Lancastrian 3 002 + 08155765 n 0101 \ 08155765 n 0101 | of or relating to the former English royal house or their supporters; "Lancastrian royalty"
-03079627 01 a 01 Laotian 0 003 + 09719794 n 0102 + 08956760 n 0101 \ 08956760 n 0101 | of or relating to Laos or its people; "the Laotian Prime Minister"; "Laotian refugees"
-03079803 01 a 01 Lao 0 001 \ 09719794 n 0101 | of or relating to a member of the Buddhist people inhabiting the Mekong river in Laos and Thailand
-03079951 01 a 01 Laputan 0 002 + 05630539 n 0101 \ 05630539 n 0101 | relating to or characteristic of the imaginary country of Laputa or its people
-03080101 01 a 01 Latin 0 001 \ 06962600 n 0101 | of or relating to the ancient Latins or the Latin language; "Latin verb conjugations"
-03080238 01 a 01 Latin 1 001 \ 08806735 n 0101 | of or relating to the ancient region of Latium; "Latin towns"
-03080351 01 a 02 Romance 0 Latin 2 002 \ 06963951 n 0201 \ 06963951 n 0101 | relating to languages derived from Latin; "Romance languages"
-03080492 01 a 01 Latin 3 001 \ 03080351 a 0101 | relating to people or countries speaking Romance languages; "Latin America"
-03080619 01 a 01 Lebanese 0 001 \ 08957381 n 0101 | of or relating to or characteristic of Lebanon or its people; "Lebanese mountains"
-03080756 01 a 01 lenten 0 001 \ 15242029 n 0101 | of or relating to or suitable for Lent; "lenten food"
-03080862 01 a 01 Levantine 0 002 + 09720702 n 0101 \ 08915159 n 0101 | of or relating to the Levant or its inhabitants; "the Levantine coast"
-03081006 01 a 01 Liberian 0 003 + 09720842 n 0101 + 08959254 n 0101 \ 08959254 n 0101 | of or relating to Liberia or its people; "Liberian ship owners"
-03081160 01 a 01 Libyan 0 003 + 09720967 n 0101 + 08959683 n 0101 \ 08959683 n 0101 | of or relating to Libya or its people; "the Libyan desert"; "Libyan terrorists"
-03081328 01 a 01 Liechtensteiner 0 002 + 09721088 n 0101 \ 08960548 n 0101 | of or relating to Liechtenstein or its inhabitants; "Liechtensteiner castles"
-03081485 01 a 01 Lilliputian 0 003 + 09601429 n 0101 + 05630734 n 0101 \ 05630734 n 0101 | tiny; relating to or characteristic of the imaginary country of Lilliput; "the Lilliputian population"
-03081681 01 a 01 lithographic 0 001 \ 06680002 n 0101 | of or produced by or involved in lithography; "lithographic reproduction"
-03081813 01 a 01 Liverpudlian 0 002 + 08877382 n 0101 \ 08877382 n 0101 | of or relating to Liverpool or its people; "Liverpudlian streets"; "Liverpudlian street urchins"
-03081986 01 a 01 Luxemburger 0 001 \ 08960987 n 0103 | of or relating to or characteristic of the grand duchy of Luxemburg or its people
-03082125 01 a 01 Luxemburger 2 001 \ 08961402 n 0103 | of or relating to the capital city of Luxemburg; "Luxemburger streets"
-03082253 01 a 01 Macedonian 0 002 + 08961630 n 0101 \ 08961630 n 0101 | of or relating to Macedonia or its inhabitants; "Macedonian hills"
-03082394 01 a 01 Machiavellian 0 003 + 11147729 n 0101 \ 11147729 n 0101 \ 06214164 n 0101 | of or relating to Machiavelli or the principles of conduct he recommended; "Machiavellian thinking"
-03082589 01 a 01 Madagascan 0 003 + 08961970 n 0101 + 08962187 n 0101 \ 08962187 n 0101 | of or relating to Madagascar or its people; "Madagascan pepper"
-03082745 01 a 01 malarial 0 002 + 14077830 n 0101 \ 14077830 n 0101 | of or infected by or resembling malaria; "malarial fever"
-03082875 01 a 01 Malawian 0 003 + 09721759 n 0101 + 08962610 n 0101 \ 08962610 n 0101 | relating to or characteristic of Malawi or its people or culture; "Malawian hills"; "Malawian soldiers"
-03083069 01 a 02 Malay 0 Malayan 0 006 + 09712696 n 0202 + 08963369 n 0201 \ 09712696 n 0201 + 09712696 n 0101 + 06938887 n 0101 \ 09712696 n 0101 | of or relating to or characteristic of the people or language of Malaysia and the northern Malay Peninsula and parts of the western Malay Archipelago; "Malay peoples"; "Malayan syllable structure"
-03083417 01 a 02 Malaysian 0 Malayan 1 005 + 08963369 n 0201 \ 08963369 n 0202 + 09721883 n 0101 + 08963369 n 0101 \ 08963369 n 0101 | of or relating to or characteristic of Malaysia; "Malaysian police crack down hard on drug smugglers"; "Malayan crocodiles"
-03083678 01 a 01 Malian 0 003 + 09722279 n 0101 + 08965598 n 0101 \ 08965598 n 0101 | of or relating to or characteristic of Mali or its people; "Malian deserts"
-03083842 01 a 01 Maltese 0 002 \ 08966408 n 0101 \ 08966239 n 0101 | of or relating to the island or republic of Malta or its inhabitants; "Maltese customs officers"
-03084010 01 a 01 Malthusian 0 004 + 10286749 n 0101 + 11152856 n 0101 \ 11152856 n 0101 \ 05995726 n 0101 | of or relating to Thomas Malthus or to Malthusianism; "Malthusian theories"
-03084196 01 a 01 Mancunian 0 003 + 09704876 n 0101 + 08876975 n 0101 \ 08876975 n 0101 | of or relating to or characteristic of the English city of Manchester or its residents; "Mancunian merchants"
-03084397 01 a 01 manorial 0 003 + 13252168 n 0101 + 03718458 n 0101 \ 03718458 n 0101 | of or relating to or based on the manor; "manorial accounts"
-03084548 01 a 01 Manx 0 002 + 06961221 n 0101 \ 08887716 n 0101 | of or relating to the Isle of Man or its inhabitants or their language; "the Manx fishing industry"; "there are few Manx speakers alive today"
-03084759 01 a 02 Mauritanian 0 Mauritian 1 009 + 09722530 n 0201 + 08967329 n 0201 + 08967484 n 0201 \ 08967329 n 0201 \ 08967484 n 0201 + 09722399 n 0101 + 08966820 n 0101 \ 08967329 n 0101 \ 08967484 n 0101 | of or related to the island or country of Mauritius or its inhabitants; "Mauritanian tropical fish"
-03085072 01 a 01 mayoral 0 002 + 10303814 n 0101 \ 10303814 n 0101 | of or relating to a mayor or the office of mayor; "mayoral elections"
-03085213 01 a 01 Mediterranean 0 002 + 09350045 n 0101 \ 09350045 n 0101 | of or relating to or characteristic of or located near the Mediterranean Sea; "Mediterranean countries"
-03085394 01 a 01 megalithic 0 002 + 03743016 n 0101 \ 03743016 n 0101 | of or relating to megaliths or the people who erected megaliths; "megalithic monuments like Stonehenge"
-03085572 01 a 01 membranous 0 002 + 03743761 n 0101 \ 05426243 n 0101 | relating to or made of or similar to a membrane; "membranous lining"
-03085715 01 a 01 Mendelian 0 002 + 11173199 n 0101 \ 11173199 n 0101 | of or relating to Gregor Mendel or in accord with Mendel's laws; "Mendelian inheritance"
-03085877 01 a 01 mentholated 0 001 \ 14950394 n 0101 | containing, or impregnated with, menthol; "mentholated cough syrup"
-03086002 01 a 01 meritocratic 0 003 + 07973088 n 0101 + 06218824 n 0101 \ 07973088 n 0101 | relating to or characteristic of a meritocracy; "meritocratic society"
-03086167 01 a 01 metacarpal 0 002 + 05593871 n 0101 \ 05593871 n 0101 | of or relating to the metacarpus; "metacarpal bones"
-03086294 01 a 02 metallurgical 0 metallurgic 0 004 + 06125698 n 0201 \ 06125698 n 0201 + 06125698 n 0101 \ 06125698 n 0101 | of or relating to metallurgy; "metallurgical engineer"
-03086476 01 a 01 metatarsal 0 002 + 05594568 n 0101 \ 05594568 n 0101 | of or relating to the metatarsus; "metatarsal bones"
-03086603 01 a 01 methylated 0 001 \ 14952122 n 0101 | having received a methyl group; "methylated alcohol"
-03086712 01 a 01 milch 0 001 \ 05399034 n 0101 | giving milk; bred or suitable primarily for milk production; "milch goats, milch camels"
-03086852 01 a 01 millenary 1 002 + 15263283 n 0101 \ 15263283 n 0101 | of or relating to the doctrine of the millennium
-03086974 01 a 01 mineral 1 001 \ 14662574 n 0101 | relating to minerals; "mineral elements"; "mineral deposits"
-03087088 01 a 02 Mongol 0 Mongolian 1 006 + 09644152 n 0202 + 06928839 n 0201 + 08968677 n 0201 \ 08968677 n 0201 + 09644152 n 0101 \ 08968677 n 0101 | of or relating to the region of Mongolia or its people or their languages or cultures; "the Mongol invaders"; "a Mongolian pony"; "Mongolian syntax strongly resembles Korean syntax"
-03087424 01 a 01 Mongolian 2 002 + 08968879 n 0101 \ 08968879 n 0101 | of or relating to the modern Mongolian People's Republic; "the Mongolian embassy"
-03087579 01 a 01 mongoloid 0 001 \ 14159623 n 0101 | of or relating to or suffering from Down syndrome;
-03087685 01 a 01 Mongoloid 1 002 ;c 06143546 n 0000 \ 08968677 n 0101 | of or pertaining to or characteristic of one of the traditional racial division of humankind including especially peoples of central and eastern Asia
-03087909 01 a 01 mongoloid 2 001 \ 09644152 n 0101 | characteristic of or resembling a Mongol; "the mongoloid epicanthic fold"
-03088038 01 a 01 Montserratian 0 003 + 09723228 n 0101 + 08711300 n 0101 \ 09723228 n 0101 | of or relating to Montserrat or the inhabitants of Montserrat; "Montserratian natives"
-03088220 01 a 02 Moorish 0 Moresque 0 003 \ 09723361 n 0201 + 05843687 n 0101 \ 09723361 n 0101 | relating to or characteristic of the Moors; "Moorish courtyard"
-03088384 01 a 01 Mozambican 0 003 + 09723689 n 0101 + 08971025 n 0101 \ 09723689 n 0101 | of or relating to the people of Mozambique; "Mozambican troops are at the border"
-03088558 01 a 01 Mozambican 1 002 + 08971025 n 0101 \ 08971025 n 0101 | of or relating to or located in Mozambique; "Mozambican towns"
-03088695 01 a 01 Muscovite 0 002 + 09729062 n 0101 \ 09729062 n 0101 | of or relating to the residents of Moscow; "Muscovite street dealers"
-03088838 01 a 01 Namibian 0 003 + 09723819 n 0101 + 08699654 n 0101 \ 08699654 n 0101 | of or relating to Namibia or its people
-03088968 01 a 01 Nauruan 0 003 + 09723944 n 0101 + 08841209 n 0101 \ 08841483 n 0101 | of or relating to the island republic of Nauru or its residents
-03089121 01 a 03 Neanderthal 0 Neanderthalian 0 Neandertal 0 006 + 02475078 n 0303 \ 02475078 n 0302 + 02475078 n 0204 \ 02475078 n 0202 + 02475078 n 0104 \ 02475078 n 0102 | relating to or belonging to or resembling Neanderthal man; "Neanderthal skull"
-03089377 01 a 02 nebular 0 nebulous 0 005 ;c 06095022 n 0000 + 09366940 n 0201 \ 09366940 n 0201 + 09366940 n 0101 \ 09366940 n 0101 | of or relating to or resembling a nebula; "the nebular hypothesis of the origin of the solar system"
-03089615 01 a 01 nectariferous 0 002 + 11683838 n 0101 \ 11683838 n 0101 | possessing nectaries
-03089713 01 a 01 nectar-rich 0 001 \ 14846779 n 0101 | of plants that are rich in nectar
-03089804 01 a 01 eolithic 0 001 \ 15232236 n 0101 | of or relating to the earliest period of the Stone Age (characterized by the use of eoliths)
-03089951 01 a 01 mesolithic 0 001 \ 15233239 n 0101 | of or relating to a middle period of the Stone Age (following the paleolithic)
-03090086 01 a 01 neolithic 0 001 \ 15233411 n 0101 | of or relating to the most recent period of the Stone Age (following the mesolithic); "evidence of neolithic settlements"
-03090263 01 a 02 paleolithic 0 palaeolithic 0 002 \ 15231964 n 0201 \ 15232406 n 0101 | of or relating to the second period of the Stone Age (following the eolithic); "paleolithic artifacts"
-03090456 01 a 01 neuralgic 0 003 + 14329262 n 0102 + 14329262 n 0101 \ 14329262 n 0101 | of or relating to or suffering from neuralgia; "neuralgic pains"
-03090612 01 a 01 neurasthenic 0 003 + 10353813 n 0101 + 14066959 n 0101 \ 14066959 n 0101 | of or relating to or suffering from neurasthenia; "neurasthenic tendencies"
-03090782 01 a 02 Nicaean 0 Nicene 0 003 \ 08504151 n 0201 + 08504151 n 0101 \ 08504151 n 0101 | of or relating to the ancient city of Nicaea in Asia Minor
-03090939 01 a 01 Nicaraguan 0 002 + 08738820 n 0101 \ 08738820 n 0101 | of or relating to Nicaragua or is people; "Nicaraguan earthquakes"
-03091080 01 a 02 Nigerian 0 Nigerien 0 004 \ 09724785 n 0201 + 09724785 n 0101 + 08973330 n 0101 \ 09724785 n 0101 | of or relating to the people of Nigeria; "a Nigerian novelist won the Nobel Prize for literature this year"
-03091307 01 a 01 Nigerian 1 003 + 09724785 n 0101 + 08973330 n 0101 \ 08973776 n 0101 | of or relating to Nigeria; "the Nigerian capital used to be Lagos"
-03091464 01 a 01 Nilotic 0 002 + 06998108 n 0101 \ 06998108 n 0101 | of or relating to or constituting the Nilotic group of languages; "Nilotic syntax"
-03091618 01 a 01 Nilotic 1 002 + 09371360 n 0101 \ 09371360 n 0101 | of or relating to the Nile River or the people living near it
-03091751 01 a 01 nitrogen-fixing 0 001 \ 13522305 n 0101 | contributing to the process of nitrogen fixation
-03091861 01 a 02 nitrogenous 0 nitrogen-bearing 0 002 + 14647235 n 0101 \ 14647235 n 0101 | of or relating to or containing nitrogen
-03091996 01 a 03 azotic 0 nitric 0 nitrous 0 006 + 14861355 n 0305 \ 14647235 n 0301 + 14861355 n 0205 \ 14647235 n 0201 + 14647623 n 0101 \ 14647623 n 0101 | of or containing nitrogen; "nitric acid"
-03092198 01 a 01 nodular 0 004 + 13088989 n 0101 + 09371941 n 0101 + 05265038 n 0101 \ 05265038 n 0101 | relating to or characterized by or having nodules; "Nodular vaginitis"
-03092376 01 a 01 nontranslational 0 002 ! 03125925 a 0101 \ 07446404 n 0101 | of or relating to movement that is not uniform or not without rotation
-03092527 01 a 01 Nordic 0 001 \ 08760393 n 0101 | relating to Germany and Scandinavia; "Hitler wanted Nordic people to rule Europe"
-03092661 01 a 01 Nordic 1 001 \ 06953731 n 0101 | of or relating to or constituting the Scandinavian group of languages; "Nordic languages have a gender system"
-03092824 01 a 01 Norman 0 001 \ 09713260 n 0101 | of or relating to or characteristic of the Normans; "the Norman Invasion in 1066"
-03092958 01 a 01 Norman 1 001 \ 08944561 n 0102 | of or relating to or characteristic of Normandy; "Norman beaches"
-03093076 01 a 01 Olympic 0 001 \ 07457126 n 0101 | of or relating to the Olympic Games; "Olympic winners"
-03093184 01 a 01 Olympian 0 003 + 09378529 n 0101 \ 09378529 n 0102 + 09553347 n 0101 | of or pertaining to the greater gods of ancient Greece whose abode was Mount Olympus; "Olympian deities"
-03093379 01 a 02 Olympian 1 Olympic 1 003 + 08790953 n 0201 \ 08790953 n 0201 \ 08790953 n 0101 | of the region of Olympia in Greece or its inhabitants; "Olympian plain"
-03093551 01 a 01 Omani 0 002 + 09725653 n 0101 \ 08975106 n 0101 | of or relating to Oman or its people; "Omani oil producers"; "Omani ports"
-03093695 01 a 01 open-source 0 002 ;c 06128570 n 0000 \ 06358513 n 0101 | of or relating to or being computer software for which the source code is freely available
-03093862 01 a 01 optative 0 002 ;c 06174404 n 0000 \ 13802098 n 0101 | relating to a mood of verbs in some languages; "optative verb endings"
-03094006 01 a 01 optative 1 002 + 00679389 v 0103 \ 05790944 n 0101 | indicating an option or wish
-03094107 01 a 01 subjunctive 0 002 ;c 06174404 n 0000 \ 13801937 n 0101 | relating to a mood of verbs; "subjunctive verb endings"
-03094239 01 a 01 implicational 0 002 + 13860281 n 0101 \ 13860281 n 0101 | relating to or concerned with logical implication; " implicational language universals"
-03094404 01 a 01 imperative 0 002 ;c 06174404 n 0000 \ 13802306 n 0101 | relating to verbs in the imperative mood
-03094520 01 a 02 indicative 0 declarative 0 004 ;c 06174404 n 0000 + 13801700 n 0204 \ 13801700 n 0203 \ 13801700 n 0101 | relating to the mood of verbs that is used simple in declarative statements; "indicative mood"
-03094740 01 a 01 interrogative 0 002 ;c 06174404 n 0000 \ 13802485 n 0101 | relating to verbs in the so-called interrogative mood; "not all questions have an interrogative construction"
-03094928 01 a 01 ornithological 0 002 + 06073494 n 0101 \ 06073494 n 0101 | of or relating to ornithology; "her ornithological interests"
-03095068 01 a 03 orthopedic 0 orthopaedic 0 orthopedical 0 004 + 06064106 n 0301 \ 06064106 n 0301 \ 06064106 n 0201 \ 06064106 n 0101 | of or relating to orthopedics; "orthopedic shoes"
-03095257 01 a 01 orthoptic 0 002 + 00708957 n 0101 \ 05656042 n 0101 | of or relating to normal binocular vision
-03095372 01 a 01 outdoor 0 001 \ 08613733 n 0101 | pertaining to or concerning the outdoors or outdoor activities; "outdoor education is the area of teacher training concerned with training for outdoor activities"
-03095588 01 a 01 Oxonian 0 003 + 09705003 n 0101 + 08877807 n 0101 \ 08877807 n 0101 | of or pertaining to or characteristic of the city of Oxford, England, or its inhabitants; "his Oxonian neighbors"; "Oxonian bookstores"
-03095813 01 a 01 Oxonian 1 002 + 03868509 n 0102 \ 03868509 n 0102 | of or pertaining to or characteristic of Oxford University; "Oxonian education"
-03095964 01 a 01 Pakistani 0 002 + 09725772 n 0101 \ 08975902 n 0101 | of or relating to Pakistan or its people or language; "Pakistani mountain passes"; "Pakistani soldiers"
-03096141 01 a 01 palatial 0 002 + 03877845 n 0101 \ 03877845 n 0101 | relating to or being a palace; "the palatial residence"
-03096269 01 a 01 Papuan 0 003 + 06941115 n 0101 + 08844923 n 0101 \ 08844923 n 0101 | of or relating to Papua or its people or language; "Papuan native crafts"; "Papuan vowels"
-03096448 01 a 02 paralytic 0 paralytical 0 004 + 14558226 n 0201 \ 14558226 n 0201 + 14558226 n 0101 \ 14558226 n 0101 | relating to or of the nature of paralysis; "paralytic symptoms"
-03096635 01 a 01 parenteral 0 002 ;c 06080522 n 0000 \ 05532225 n 0101 | located outside the alimentary tract
-03096747 01 a 01 parenteral 1 002 ;c 06043075 n 0000 \ 03096635 a 0101 | administered by means other than through the alimentary tract (as by intramuscular or intravenous injection)
-03096931 01 a 01 Parthian 0 003 + 09726374 n 0101 + 08978821 n 0101 \ 08978821 n 0101 | pertaining to Parthia or its people or language or culture; "Parthian archeology"
-03097103 01 a 01 participial 0 004 ;c 06174404 n 0000 + 06330528 n 0102 + 06330528 n 0101 \ 06330528 n 0101 | of or relating to or consisting of participles; "participial inflections"
-03097289 01 a 01 partitive 0 003 + 06301792 n 0101 + 01557774 v 0103 \ 00397953 n 0102 | indicating or characterized by or serving to create partition or division into parts; "partitive tendencies in education"
-03097502 01 a 01 partitive 2 001 \ 13809207 n 0101 | (Romance languages) relating to or denoting a part of a whole or a quantity that is less than the whole; "a partitive construction"
-03097689 01 a 01 patronymic 0 003 + 06335832 n 0101 + 06335832 n 0102 \ 06335832 n 0101 | of or derived from a personal or family name
-03097826 01 a 01 pectic 0 002 + 14978232 n 0101 \ 14978232 n 0101 | of or relating to or derived from pectin; "pectic acid"
-03097952 01 a 02 penile 0 penial 0 003 + 05526384 n 0201 \ 05526384 n 0201 \ 05526384 n 0101 | of or relating to the penis; "penile erection"
-03098096 01 a 01 scrotal 0 002 + 05517406 n 0101 \ 05517406 n 0101 | relating to or having or lying within a scrotum; "scrotal mammals"; "scrotal testes"
-03098252 01 a 01 peninsular 0 002 + 09388848 n 0101 \ 09388848 n 0101 | of or forming or resembling a peninsula; "peninsular isolation"
-03098390 01 a 01 pentavalent 0 002 ;c 06084469 n 0000 \ 05034473 n 0101 | having a valence of five
-03098491 01 a 01 pentecostal 0 003 + 15197042 n 0105 + 15242209 n 0101 \ 15242209 n 0101 | of or relating to or occurring at Pentecost
-03098628 01 a 01 pentecostal 1 002 + 10414865 n 0101 \ 08087319 n 0101 | of or relating to or characteristic of any of various Pentecostal religious bodies or their members
-03098803 01 a 02 pharmaceutical 0 pharmaceutic 0 011 + 06055300 n 0201 + 03249342 n 0205 + 10421470 n 0201 + 06055300 n 0202 \ 06055300 n 0202 \ 10421470 n 0201 + 06055300 n 0102 + 06055300 n 0101 + 03249342 n 0105 \ 06055300 n 0102 \ 10421470 n 0101 | of or relating to pharmacy or pharmacists; "the pharmaceutical industry"
-03099131 01 a 01 pharmaceutical 1 002 + 03920989 n 0101 \ 03920989 n 0101 | of or relating to drugs used in medical treatment
-03099259 01 a 01 philharmonic 0 001 \ 08248157 n 0101 | composing or characteristic of an orchestral group; "philharmonic players"
-03099392 01 a 01 Philistine 0 003 + 10422871 n 0101 \ 10422871 n 0101 \ 08799706 n 0101 | of or relating to ancient Philistia or its culture or its people
-03099549 01 a 01 phonic 1 002 + 07111047 n 0101 \ 05650820 n 0102 | relating to speech
-03099638 01 a 01 phonic 2 001 \ 00888409 n 0101 | pertaining to the phonic method of teaching reading
-03099742 01 a 02 phosphorous 0 phosphoric 0 004 + 14649197 n 0201 \ 14649197 n 0201 + 14649197 n 0101 \ 14649197 n 0101 | containing or characteristic of phosphorus; "phosphoric acid"
-03099928 01 a 01 pineal 0 001 \ 05485098 n 0102 | relating to the pineal body; "pineal hormone"
-03100026 01 a 01 piratical 0 004 + 10437262 n 0105 + 10435367 n 0101 + 03947888 n 0101 \ 10435367 n 0101 | characteristic of pirates; "piratical attackers"
-03100184 01 a 01 piratical 1 002 + 00750405 n 0104 \ 00750405 n 0104 | characteristic of piracy; "piratical editions of my book"
-03100315 01 a 02 piscatorial 0 piscatory 0 002 \ 00454121 n 0201 \ 00454121 n 0101 | relating to or characteristic of the activity of fishing; "a piscatory life"
-03100479 01 a 01 pituitary 0 002 + 05483890 n 0101 \ 05483890 n 0101 | of or relating to the pituitary gland; "pituitary hormone"
-03100611 01 a 01 polygonal 0 001 \ 13866144 n 0101 | having many sides or relating to a surface marked by polygons; "polygonal structure"
-03100751 01 a 02 polynomial 0 multinomial 0 003 \ 05861855 n 0202 + 05861855 n 0101 \ 05861855 n 0101 | having the character of a polynomial; "a polynomial expression"
-03100921 01 a 01 porcine 0 001 \ 02395003 n 0101 | relating to or suggesting swine; "comparison between human and porcine pleasures"
-03101056 01 a 01 porphyritic 0 002 + 14996395 n 0101 \ 14996395 n 0101 | (of rocks) consisting of porphyry or containing large crystals in a fine groundmass of minerals
-03101227 01 a 01 postganglionic 0 001 \ 05296968 n 0101 | beyond or distal to a ganglion (referring especially to the unmyelinated fibers that originate from cells in autonomic ganglia)
-03101415 01 a 01 postictal 0 001 \ 14081941 n 0102 | pertaining to the period following a seizure or convulsion; "postictal drowsiness"
-03101553 01 a 01 postmillennial 0 001 \ 15263283 n 0101 | of or relating to the period following the millennium
-03101667 01 a 01 postural 0 003 + 05002822 n 0103 + 05079866 n 0102 \ 05002822 n 0103 | of or relating to or involving posture; "postural exercises"
-03101818 01 a 04 praetorian 0 praetorial 0 pretorian 0 pretorial 0 009 + 10463028 n 0401 \ 10463028 n 0401 + 10463028 n 0302 + 10463028 n 0301 \ 10463028 n 0301 + 10463028 n 0201 \ 10463028 n 0201 + 10463028 n 0101 \ 10463028 n 0101 | of or relating to a Roman praetor; "praetorial powers"
-03102110 01 a 01 Pre-Raphaelite 0 002 + 10465248 n 0101 \ 10465248 n 0101 | of or relating to or characteristic of the Pre-Raphaelites; "the Pre-Raphaelite painters"
-03102278 01 a 01 prepositional 0 002 ;c 06172789 n 0000 \ 06325145 n 0101 | of or relating to or formed with a preposition; "prepositional phrase"
-03102427 01 a 01 primiparous 0 002 + 10472274 n 0101 \ 10472274 n 0101 | of or relating to a woman who has given birth only once
-03102558 01 a 01 prismatic 0 003 + 13884511 n 0101 + 04005340 n 0101 \ 04005340 n 0101 | of or relating to or resembling or constituting a prism; "prismatic form"
-03102723 01 a 01 prefectural 0 003 + 08626947 n 0101 + 00596496 n 0101 \ 08626947 n 0101 | of or relating to a prefecture; "a prefectural museum"
-03102871 01 a 01 probabilistic 0 004 + 05091770 n 0101 + 04756172 n 0101 + 05975258 n 0101 \ 05091770 n 0101 | of or relating to or based on probability; "probabilistic quantum theory"
-03103058 01 a 01 probabilistic 1 002 + 06160781 n 0101 \ 06160781 n 0101 | of or relating to the Roman Catholic philosophy of probabilism
-03103198 01 a 01 procedural 0 005 + 06582403 n 0104 + 00577068 n 0102 + 01023636 n 0101 + 01023820 n 0101 \ 01023636 n 0101 | of or relating to procedure; "a procedural violation"
-03103380 01 a 01 processional 0 001 \ 00296585 n 0101 | of or relating to or characteristic of a procession; "in good processional order"
-03103520 01 a 01 processional 1 001 \ 00296585 n 0101 | intended for use in a procession; "processional music"; "processional cross"
-03103655 01 a 01 proconsular 0 003 + 10478462 n 0101 + 10478293 n 0101 \ 10478462 n 0101 | of or relating to or typical of a proconsul; "proconsular offices"
-03103815 01 a 01 promotional 0 001 \ 07247071 n 0101 | of or relating to serving as publicity; "promotional fares"
-03103932 01 a 01 promotional 1 001 \ 07251984 n 0101 | of or relating to advancement; "promotional exams"
-03104040 01 a 01 propulsive 0 001 \ 11497777 n 0101 | having the power to propel; "propulsive coefficient"
-03104149 01 a 01 Prussian 0 002 + 08775784 n 0101 \ 08775784 n 0101 | of or relating to or characteristic of Prussia or its inhabitants; "Prussian officers"; "Prussian aristocracy"
-03104332 01 a 01 pudendal 0 002 + 05514272 n 0101 \ 05514272 n 0101 | of or relating to or near the pudendum; "pudendal nerve"
-03104461 01 a 01 puerile 0 002 + 04928760 n 0102 \ 09918248 n 0101 | of or characteristic of a child; "puerile breathing"
-03104585 01 a 01 pugilistic 0 003 + 00445802 n 0102 \ 00445802 n 0102 \ 09870208 n 0102 | of or relating to pugilism or pugilists; "a pugilistic career"
-03104740 01 a 02 Carthaginian 0 Punic 0 004 + 06989657 n 0201 + 09697070 n 0101 + 08919949 n 0101 \ 08919949 n 0101 | of or relating to or characteristic of ancient Carthage or its people or their language; "the Punic Wars"; "Carthaginian peace"
-03104988 01 a 01 purgatorial 0 003 + 13937406 n 0101 + 05631449 n 0101 \ 05631449 n 0101 | of or resembling purgatory; "purgatorial fires"
-03105129 01 a 03 purgatorial 1 purging 1 purifying 0 003 \ 00252662 n 0303 \ 00252662 n 0203 \ 00252662 n 0103 | serving to purge or rid of sin; "purgatorial rites"
-03105296 01 a 01 puritanical 0 003 + 04639591 n 0101 \ 10494195 n 0101 \ 06232635 n 0101 | of or relating to Puritans or Puritanism
-03105430 01 a 02 pyemic 0 pyaemic 0 004 + 14190736 n 0202 \ 14190736 n 0202 + 14190736 n 0101 \ 14190736 n 0101 | of or relating to pyemia
-03105571 01 a 01 pyloric 0 002 + 05535095 n 0101 \ 05535095 n 0101 | relating to or near the pylorus
-03105674 01 a 01 pyogenic 0 001 \ 14210888 n 0101 | producing pus
-03105742 01 a 01 pyrectic 0 003 + 14584502 n 0102 + 14365356 n 0104 \ 14584502 n 0101 | having or causing fever
-03105856 01 a 01 pyrochemical 0 002 + 13544279 n 0102 \ 14806838 n 0101 | of or relating to or produced by chemical reactions at high temperatures
-03106005 01 a 02 pyroelectric 0 pyroelectrical 0 004 + 11435661 n 0201 \ 11435661 n 0201 + 11435661 n 0101 \ 11435661 n 0101 | relating to or exhibiting pyroelectricity
-03106176 01 a 01 pyrogallic 0 002 + 14615400 n 0101 \ 14615400 n 0101 | of or relating to pyrogallol
-03106279 01 a 03 pyrogenic 1 pyrogenous 1 pyrogenetic 1 004 \ 14584502 n 0301 + 14584502 n 0201 \ 14584502 n 0201 \ 14584502 n 0101 | produced by or producing fever
-03106446 01 a 01 pyrographic 0 002 + 00938240 n 0101 \ 00938240 n 0101 | of or relating to or produced by pyrography
-03106565 01 a 02 pyroligneous 0 pyrolignic 0 002 \ 07360077 n 0201 \ 07360077 n 0101 | of a substance produced by the effect of heat on wood, especially by destructive distillation
-03106748 01 a 01 pyrolytic 0 002 + 07360077 n 0101 \ 07360077 n 0101 | resulting from pyrolysis
-03106846 01 a 02 pyrotechnic 0 pyrotechnical 0 005 + 00617692 n 0201 + 00617692 n 0202 \ 00617692 n 0201 + 00617692 n 0102 \ 00617692 n 0101 | of or relating to the craft of making fireworks; "pyrotechnic smokes"
-03107061 01 a 01 pyrrhic 0 002 + 11249890 n 0101 \ 11249890 n 0101 | of or relating to or resembling Pyrrhus or his exploits (especially his sustaining staggering losses in order to defeat the Romans); "a Pyrrhic victory"
-03107285 01 a 01 pyrrhic 1 002 + 07095895 n 0101 \ 07095895 n 0101 | of or relating to or containing a metrical foot of two unstressed syllables; "pyrrhic verses"
-03107450 01 a 01 pyrrhic 2 002 + 00542584 n 0101 \ 00542584 n 0101 | of or relating to a war dance of ancient Greece; "pyrrhic dance movements"
-03107596 01 a 02 Qatari 0 Katari 0 004 + 09728137 n 0202 \ 08986905 n 0201 + 09728137 n 0101 \ 08986905 n 0101 | of or concerning Qatar or its inhabitants; "the Qatari ruling family"; "Qatari oil wells"
-03107801 01 a 01 quadratic 0 001 \ 13731021 n 0101 | of or relating to the second power; "quadratic equation"
-03107913 01 a 01 biquadratic 0 005 + 13731356 n 0102 + 06670390 n 0102 + 05862113 n 0101 + 13731356 n 0101 \ 13731356 n 0103 | of or relating to the fourth power
-03108077 01 a 01 quadratic 1 001 \ 13878634 n 0101 | of or relating to or resembling a square; "quadratic shapes"
-03108193 01 a 04 quadraphonic 0 quadriphonic 0 quadrasonic 0 quadrisonic 0 005 \ 04030965 n 0401 \ 04030965 n 0301 \ 04030965 n 0201 + 04030965 n 0101 \ 04030965 n 0101 | of or relating to quadraphony; "his quadraphonic sound system"
-03108429 01 a 02 quincentennial 0 quincentenary 0 002 \ 15252021 n 0202 \ 15252021 n 0101 | of or relating to a 500th anniversary; "the quincentennial celebration of the founding of the city"
-03108623 01 a 02 Quechuan 0 Kechuan 0 008 + 06917083 n 0205 + 09726970 n 0202 \ 09726970 n 0201 \ 06917083 n 0201 + 09726970 n 0101 + 06917083 n 0101 \ 09726970 n 0101 \ 06917083 n 0101 | of or relating to the Quechua or their language
-03108861 01 a 01 Rabelaisian 0 002 + 11251225 n 0101 \ 11251225 n 0101 | of or relating to or characteristic of Francois Rabelais or his works; "Rabelaisian characters"
-03109032 01 a 01 rayless 0 001 \ 13131516 n 0101 | having no parts resembling rays; not having ray flowers
-03109141 01 a 02 recessionary 0 recessive 0 002 \ 14013368 n 0201 \ 14013368 n 0101 | of or pertaining to a recession
-03109261 01 a 01 recessional 0 004 + 08429556 n 0102 + 07037232 n 0101 + 00057486 n 0102 \ 00057486 n 0102 | of or relating to receding
-03109399 01 a 03 redemptive 0 redemptional 0 redemptory 0 006 + 02551602 v 0302 \ 00094001 n 0301 + 00094001 n 0201 \ 00094001 n 0201 + 02551602 v 0102 \ 00094001 n 0101 | of or relating to or resulting in redemption; "a redemptive theory about life"- E.K.Brown
-03109663 01 a 01 regimental 0 002 + 08213817 n 0101 \ 08213817 n 0101 | belonging to or concerning a regiment; "regimental units"
-03109795 01 a 01 residential 0 002 + 01053920 n 0102 \ 01053920 n 0102 | of or relating to or connected with residence; "a residential requirement for the doctorate"
-03109963 01 a 01 residuary 1 002 ;c 08441203 n 0000 \ 13810818 n 0105 | entitled to the residue of an estate (after payment of debts and specific gifts); "the residuary part of the estate"; "the residuary beneficiary"
-03110183 01 a 01 resistive 0 002 + 11503968 n 0105 \ 11503968 n 0104 | exhibiting or relating to electrical resistance; "resistive load"
-03110322 01 a 01 respiratory 0 004 + 00002573 v 0101 + 00002325 v 0101 + 00001740 v 0103 \ 00830811 n 0101 | pertaining to respiration; "respiratory assistance"
-03110485 01 a 01 inspiratory 0 002 + 00005041 v 0102 \ 00836788 n 0101 | pertaining to the drawing in phase of respiration
-03110610 01 a 01 expiratory 0 002 + 00004227 v 0102 \ 00835267 n 0102 | of or relating to the breathing out phase of respiration
-03110741 01 a 02 responsive 0 antiphonal 0 004 + 07034516 n 0202 + 07033245 n 0201 \ 07033245 n 0201 \ 06385582 n 0101 | containing or using responses; alternating; "responsive reading"; "antiphonal laughter"
-03110952 01 a 01 retentive 0 002 + 04946400 n 0101 \ 00810598 n 0101 | having the capacity to retain something
-03111065 01 a 01 reversionary 0 003 ;c 08441203 n 0000 + 13341350 n 0101 \ 13341350 n 0101 | of or relating to or involving a reversion (especially a legal reversion); "reversionary annuity"; "reversionary interest"
-03111283 01 a 01 Rhenish 0 002 + 07897200 n 0102 \ 09408540 n 0101 | of or relating to the Rhine River and the lands adjacent to it; "Rhenish wines tend to be sweet"
-03111451 01 a 01 rhizomatous 0 002 + 13128582 n 0101 \ 13128582 n 0101 | producing or possessing or resembling rhizomes
-03111573 01 a 01 rhizoidal 0 001 \ 12974826 n 0101 | of or relating to a rhizoid
-03111656 01 a 02 rhomboid 0 rhomboidal 0 004 + 13883133 n 0201 \ 13883133 n 0201 + 13883133 n 0101 \ 13883133 n 0101 | shaped like a rhombus or rhomboid; "rhomboidal shapes"
-03111832 01 a 01 ritualistic 0 003 + 06148002 n 0101 + 01031023 n 0101 \ 01031023 n 0101 | of or characterized by or adhering to ritualism; "a feudal or ritualistic society"; "the ritualistic killing of a sheep"
-03112046 01 a 01 romaic 0 002 + 06976833 n 0101 \ 08780881 n 0101 | relating to modern Greece or its inhabitants or its language
-03112177 01 a 02 Romany 0 Romani 0 002 \ 10154186 n 0201 \ 10154186 n 0101 | of or relating to the Gypsies or their language or culture; "Romani nomads"; "Romany folk songs"; "a Gypsy fortune-teller"
-03112379 01 a 01 rotational 0 001 \ 00342028 n 0101 | of or pertaining to rotation; "rotational inertia"
-03112486 01 a 02 Rwandan 0 Ruandan 0 002 \ 08815046 n 0201 \ 08815046 n 0101 | of or pertaining to Rwanda; "Rwandan mountains"
-03112615 01 a 01 Sabahan 0 002 + 08964288 n 0101 \ 08964288 n 0101 | of or pertaining to Sabah or its people; "Sabahan tribesmen"
-03112747 01 a 01 Sabbatarian 0 002 + 15164750 n 0101 \ 15164750 n 0101 | pertaining to the Sabbath and its observance
-03112867 01 a 01 sabbatical 0 001 \ 15139849 n 0102 | of or relating to sabbatical leave; "sabbatical research project"
-03112989 01 a 02 sabbatical 1 sabbatic 0 003 \ 15164750 n 0201 + 15164750 n 0101 \ 15164750 n 0101 | of or relating to the Sabbath; "Friday is a sabbatical day for Muslims"
-03113164 01 a 01 sacral 0 002 + 05279407 n 0101 \ 05279407 n 0101 | of or relating to or near the sacrum
-03113271 01 a 01 sacrificial 0 002 + 00227595 n 0101 \ 00227595 n 0101 | used in or connected with a sacrifice; "sacrificial lamb"
-03113404 01 a 01 Samoan 0 002 + 08991491 n 0101 \ 08991491 n 0101 | of or relating to Samoa or its people or language or culture; "Samoan fishing industry"
-03113562 01 a 01 San_Marinese 0 002 + 09729945 n 0101 \ 08992181 n 0101 | of or relating to San Marino or its people; "San Marinese castles"
-03113705 01 a 01 Sarawakian 0 003 + 09730077 n 0101 + 08964474 n 0101 \ 08964474 n 0101 | of or relating to Sarawak or its people; "Sarawakian beaches"; "Sarawakian natives"
-03113881 01 a 02 satyric 0 satyrical 0 006 + 10552980 n 0201 + 09548111 n 0201 \ 09548111 n 0201 + 10552980 n 0101 + 09548111 n 0101 \ 09548111 n 0101 | of or relating to or having the characteristics of a satyr; "this satyric old man pursues young girls"
-03114139 01 a 02 Saudi-Arabian 0 Saudi 0 004 + 09729387 n 0201 \ 08993288 n 0201 + 08993288 n 0101 \ 08993288 n 0101 | of or relating to Saudi Arabia or its people; "the Saudi-Arabian desert"; "the Saudi royal family"
-03114359 01 a 03 saxicolous 0 saxatile 0 saxicoline 0 003 \ 13124019 n 0304 \ 13124019 n 0204 \ 13124019 n 0104 | growing on or living among rocks
-03114508 01 a 01 Saxon 0 003 ;r 08871007 n 0000 + 09702836 n 0101 \ 09702836 n 0101 | of or relating to or characteristic of the early Saxons or Anglo-Saxons and their descendents (especially the English or Lowland Scots) and their language; "Saxon princes"; "for greater clarity choose a plain Saxon term instead of a latinate one"
-03114843 01 a 01 Anglo-Saxon 0 003 + 09701977 n 0101 + 06949591 n 0102 \ 09701977 n 0101 | of or relating to the Anglo-Saxons or their language; "Anglo-Saxon poetry"; "The Anglo-Saxon population of Scotland"
-03115053 01 a 02 schismatic 0 schismatical 0 005 + 00386676 n 0201 \ 00386676 n 0201 + 07314078 n 0101 + 00386676 n 0101 \ 00386676 n 0101 | of or relating to or involved in or characteristic of schism; "schismatic sects"
-03115277 01 a 02 schizoid 0 schizophrenic 0 003 + 14398523 n 0201 \ 14398523 n 0201 \ 14398523 n 0101 | of or relating to or characteristic of schizophrenia
-03115436 01 a 01 scorbutic 0 003 + 14201520 n 0101 + 14201520 n 0102 \ 14201520 n 0101 | of or relating to or having or resembling scurvy; "scorbutic symptoms"
-03115598 01 a 01 scotomatous 0 002 + 14556203 n 0101 \ 14556203 n 0101 | relating to scotoma
-03115693 01 a 02 Semite 0 Semitic 0 004 + 09639919 n 0201 \ 09639919 n 0201 + 09639919 n 0101 \ 09639919 n 0101 | of or relating to or characteristic of Semites; "Semite peoples"
-03115874 01 a 01 Semitic 1 002 + 06986894 n 0101 \ 06986894 n 0101 | of or relating to the group of Semitic languages; "Semitic tongues have a complicated morphology"
-03116043 01 a 01 Senegalese 0 002 + 09730824 n 0101 \ 08995862 n 0101 | of or relating to or characteristic of Senegal or its people; "Senegalese villages"; "Senegalese herdsmen"
-03116224 01 a 01 sericultural 0 004 + 13555101 n 0101 + 00923303 n 0101 \ 13555101 n 0101 \ 00923303 n 0101 | of or relating to sericulture; "sericultural industry"
-03116391 01 a 01 serous 0 002 + 05403149 n 0101 \ 05403149 n 0101 | of or producing or containing serum; "a serous exudate"
-03116517 01 a 01 Seychellois 0 002 + 09730951 n 0101 \ 08996483 n 0101 | of the Seychelles or their people; "Seychellois fishermen"
-03116651 01 a 03 Thai 0 Tai 0 Siamese 0 003 \ 09036452 n 0303 \ 09036452 n 0201 \ 09036452 n 0101 | of or relating to Thailand; "the Thai border with Laos"
-03116809 01 a 03 Thai 1 Tai 1 Siamese 1 005 + 06936149 n 0302 \ 06936149 n 0301 \ 06936149 n 0201 + 06936149 n 0101 \ 06936149 n 0101 | of or relating to the languages of the Thai people; "Thai tones"
-03117012 01 a 03 Thai 2 Tai 2 Siamese 2 005 + 09734294 n 0303 \ 09734294 n 0303 \ 09734294 n 0202 + 09734294 n 0101 \ 09734294 n 0101 | of or relating to or characteristic of Thailand or its people; "Siamese kings"; "different Thai tribes live in the north"
-03117272 01 a 01 Siberian 0 003 + 09731082 n 0101 + 09005712 n 0101 \ 09005712 n 0101 | of or relating to or characteristic of Siberia or the Siberians; "Siberian natural resources"; "Siberian coal miners"; "the Siberian tundra"
-03117503 01 a 01 Sierra_Leonean 0 002 + 08996871 n 0101 \ 08996871 n 0101 | of or relating to Sierra Leone or its people; "Sierra Leonean politics"
-03117653 01 a 01 Singaporean 1 004 + 09749614 n 0101 + 08997801 n 0101 + 08997487 n 0101 \ 08997801 n 0101 | of or relating to the city of Singapore; "the Singaporean main street"
-03117835 01 a 01 Singaporean 2 005 + 09749614 n 0101 + 08997310 n 0101 + 08997487 n 0101 \ 08997487 n 0101 \ 08997310 n 0101 | of or relating to the island nation of Singapore and its people; "Singaporean rubber"
-03118050 01 a 02 Singhalese 0 Sinhalese 0 002 \ 09732047 n 0201 \ 09732047 n 0101 | of or relating to the Sinhalese people; "Sinhalese rebels fighting the Tamils"
-03118215 01 a 03 Sinhala 0 Singhalese 1 Sinhalese 1 003 \ 06971741 n 0301 \ 06971741 n 0201 \ 06971741 n 0101 | of or relating to the Sinhalese languages; "the Sinhalese versions of the Ramayana"
-03118413 01 a 02 Sri_Lankan 0 Ceylonese 0 003 \ 08718962 n 0201 + 08719100 n 0101 \ 08718962 n 0101 | of or relating to Sri Lanka (formerly Ceylon) or its people or culture; "Sri Lankan beaches"; "Sri Lankan forces fighting the Sinhalese rebels"
-03118661 01 a 01 Slav 0 002 + 09676884 n 0101 \ 09676884 n 0101 | speaking a Slavic language; "the Slav population of Georgia"
-03118790 01 a 02 Slavonic 0 Slavic 0 005 + 06943771 n 0201 + 09676884 n 0201 \ 06943771 n 0203 + 09676884 n 0101 \ 06943771 n 0103 | of or relating to Slavic languages
-03118960 01 a 03 small-capitalization 0 small-capitalisation 0 small-cap 0 003 \ 00952386 n 0301 \ 00952386 n 0202 \ 00952386 n 0101 | of stocks of companies with a market capitalization of less than one billion dollars
-03119182 01 a 02 Somalian 0 Somali 0 005 + 09749880 n 0202 + 06991004 n 0201 \ 08998560 n 0201 + 08998560 n 0101 \ 08998560 n 0101 | of or relating to the African republic of Somalia or its people or their language and culture; "Somali coffee is excellent"
-03119441 01 a 01 Sotho 0 003 + 09693372 n 0101 + 06995222 n 0101 \ 06995222 n 0101 | of or relating to any of the group of Sotho languages; "Sotho noun classifiers"
-03119608 01 a 01 spastic 0 003 + 14094653 n 0102 + 04771738 n 0101 \ 14360459 n 0101 | relating to or characterized by spasm; "a spastic colon"; "spastic paralysis is a spastic form of cerebral palsy"
-03119811 01 a 01 spicate 0 002 ;c 06066555 n 0000 \ 13133438 n 0101 | having or relating to spikes; "spicate inflorescence"
-03119937 01 a 01 spiny-finned 0 001 \ 02552171 n 0101 | of or relating to fish with spiny fins
-03120034 01 a 01 spondaic 0 003 ;c 06170025 n 0000 + 07095775 n 0101 \ 07095775 n 0101 | of or consisting of spondees; "spondaic hexameter"
-03120176 01 a 01 stereoscopic 0 003 + 05657515 n 0102 + 04316498 n 0101 \ 05657515 n 0102 | of or relating to stereoscopy; "stereoscopic vision"
-03120323 01 a 01 stereoscopic 1 002 + 04316498 n 0101 \ 04316498 n 0101 | of or relating to a stereoscope; "stereoscopic lenses"
-03120454 01 a 01 stigmatic 1 004 + 10656488 n 0101 + 14571930 n 0101 + 06794666 n 0102 \ 06794666 n 0102 | pertaining to or resembling or having stigmata
-03120610 01 a 01 stingless 0 001 \ 14332085 n 0101 | without a sting
-03120681 01 a 01 stipendiary 0 002 + 13294135 n 0101 \ 13294135 n 0101 | pertaining to or of the nature of a stipend or allowance; "stipendiary funds"
-03120834 01 a 01 substantival 0 003 ;c 06174404 n 0000 + 06303540 n 0101 \ 06303540 n 0101 | of or relating to or having the nature or function of a substantive (i.e. a noun or noun equivalent); "a substantival constituent"
-03121060 01 a 01 gerundial 0 003 ;c 06174404 n 0000 + 06318352 n 0101 \ 06318352 n 0101 | relating to or like a gerund; "the gerundial suffix `-ing'"
-03121212 01 a 01 Sudanese 0 002 + 09732170 n 0101 \ 09029457 n 0101 | of or relating to or characteristic of the African Republic of the Sudan or its people; "the Sudanese desert"
-03121394 01 a 02 sulphuric 0 sulfuric 0 004 + 14656219 n 0201 \ 14656219 n 0201 + 14656219 n 0103 \ 14656219 n 0101 | of or relating to or containing sulfur; "sulphuric esters"
-03121573 01 a 01 Sumatran 0 002 + 09750157 n 0101 \ 08908954 n 0101 | of or relating to the island of Sumatra or its inhabitants; "Sumatran cigars"
-03121723 01 a 01 Swazi 2 001 \ 09031233 n 0101 | of or relating to or characteristic of Swaziland or its people or their language
-03121855 01 a 01 syphilitic 0 002 + 14133985 n 0101 \ 14133985 n 0101 | of or relating to or infected with syphilis; "syphilitic symptoms"
-03121996 01 a 01 systolic 0 001 \ 07401409 n 0101 | of or relating to a systole or happening during a systole
-03122108 01 a 01 extrasystolic 0 001 \ 07401604 n 0101 | of or relating to or happening during an extrasystole
-03122221 01 a 01 Tahitian 0 002 + 08989941 n 0101 \ 08989941 n 0101 | of or relating to or characteristic of the island of Tahiti or its residents or their language and culture
-03122400 01 a 03 Taiwanese 0 Chinese 1 Formosan 0 002 + 08730354 n 0302 \ 08730550 n 0101 | of or relating to or characteristic of the island republic on Taiwan or its residents or their language; "the Taiwanese capital is Taipeh"
-03122633 01 a 01 tabular 0 002 + 08266235 n 0101 \ 08266235 n 0101 | of or pertaining to or arranged in table form
-03122750 01 a 01 Tamil 0 002 \ 09675393 n 0101 \ 06980315 n 0101 | of or relating to a speaker of the Tamil language or the language itself; "Tamil agglutinative phrases"
-03122923 01 a 01 tannic 0 002 + 15067025 n 0101 \ 15067025 n 0101 | derived from tannin
-03123013 01 a 01 Tanzanian 0 002 + 09034550 n 0101 \ 09034550 n 0101 | of or relating to the republic of Tanzania or its people
-03123143 01 a 01 tarsal 0 003 + 05281874 n 0101 + 05594822 n 0101 \ 05594822 n 0101 | of or relating to or near the tarsus of the foot; "tarsal bones"
-03123296 01 a 01 tartaric 0 002 + 15013269 n 0102 \ 15013269 n 0102 | relating to or derived from or resembling tartar; "tartaric acid"
-03123434 01 a 01 telephonic 0 002 + 06272290 n 0102 \ 06272290 n 0101 | of or relating to telephony; "telephonic connection"
-03123561 01 a 01 terminological 0 002 + 06304059 n 0101 \ 06304059 n 0101 | of or concerning terminology; "terminological disputes"
-03123695 01 a 01 terpsichorean 0 002 + 00428270 n 0103 \ 00428270 n 0103 | of or relating to dancing; "her terpsichorean activities"
-03123830 01 a 01 tertian 1 001 \ 06859504 n 0101 | of or relating to a tonal system based on major thirds; "a tertian tonal system"
-03123964 01 a 01 tertian 0 001 \ 07342495 n 0101 | relating to symptoms (especially malarial fever) that appear every other day; "tertian fever"
-03124111 01 a 01 tetanic 0 001 \ 14185803 n 0101 | of or relating to or causing tetanus
-03124201 01 a 01 tetanic 1 001 \ 14310504 n 0101 | of or relating to or causing tetany
-03124290 01 a 01 tetravalent 0 002 ;c 06084469 n 0000 \ 05034473 n 0101 | haveing a valence of four
-03124392 01 a 01 Texan 0 003 + 09745834 n 0101 + 09141526 n 0101 \ 09141526 n 0101 | of or relating to or characteristic of Texas or its residents
-03124541 01 a 01 textile 0 001 \ 03309808 n 0101 | of or relating to fabrics or fabric making; "textile research"
-03124657 01 a 01 theosophical 0 002 + 05953614 n 0101 \ 05953614 n 0101 | of or relating to theosophy; "theosophical writings"
-03124786 01 a 01 thermionic 0 002 + 09457199 n 0101 \ 09457199 n 0101 | of or relating to or characteristic of thermions; "thermionic cathode"
-03124931 01 a 01 thermometric 0 003 + 01116360 n 0101 + 04421872 n 0101 \ 01116360 n 0101 | of or relating to thermometry; "helium gas was the thermometric fluid"
-03125096 01 a 01 thermostatic 0 002 + 04422875 n 0101 \ 04422875 n 0101 | of or relating to a thermostat; "thermostatic control"
-03125227 01 a 01 thespian 0 002 + 09765278 n 0104 \ 07007945 n 0102 | of or relating to drama; "the movie director had thespian cooperation"
-03125370 01 a 01 Tobagonian 0 002 + 08756052 n 0101 \ 08756052 n 0101 | of or relating to Tobago or its people; "Tobagonian beaches"
-03125505 01 a 01 Togolese 0 001 \ 08759986 n 0101 | of or relating to the African country of Togo or its people; "the Togolese capital"
-03125643 01 a 01 Tongan 1 002 + 09037133 n 0101 \ 09037133 n 0101 | of or relating to the island monarchy of Tonga or its people; "Tongan beaches"
-03125792 01 a 01 tonsorial 0 001 \ 09838895 n 0101 | of or relating to barbers and barbering; "tonsorial work"; "tonsorial parlor"
-03125925 01 a 01 translational 0 002 ! 03092376 a 0101 \ 07446404 n 0101 | of or relating to uniform movement without rotation
-03126054 01 a 01 Triassic 0 001 \ 15126750 n 0101 | of or relating to or denoting the first period of the Mesozoic era
-03126175 01 a 01 Trinidadian 0 002 + 08755852 n 0101 \ 08755852 n 0101 | of or relating to the island of Trinidad; "Trinidadian rum"
-03126310 01 a 01 trihydroxy 0 001 \ 14914775 n 0101 | containing three hydroxyl groups
-03126399 01 a 01 trivalent 0 002 ;c 06084469 n 0000 \ 05034473 n 0101 | having a valence of three
-03126499 01 a 01 trochaic 0 003 ;c 06170025 n 0000 + 07095653 n 0101 \ 07095653 n 0101 | of or consisting of trochees; "trochaic dactyl"
-03126638 01 a 01 Trojan 0 002 + 08788887 n 0101 \ 08788887 n 0101 | of or relating to the ancient city of Troy or its inhabitants; "Trojan cities"
-03126787 01 a 01 trophoblastic 0 002 + 01462209 n 0101 \ 01462209 n 0101 | of or relating to the trophoblast; "trophoblastic cancer"
-03126922 01 a 01 trophotropic 0 002 + 00862488 n 0101 \ 00862488 n 0101 | of or relating to trophotropism
-03127030 01 a 01 Tunisian 1 003 + 09734760 n 0101 + 09037394 n 0101 \ 09037394 n 0101 | of or relating to Tunisia or its inhabitants; "Tunisian archeological sites"
-03127197 01 a 01 Tunisian 2 001 \ 09037838 n 0101 | of or relating to the city of Tunis or its residents; "Tunisian markets"
-03127324 01 a 01 Turkic 0 001 \ 06926458 n 0101 | of or relating to the people who speak the Turkic language
-03127435 01 a 01 tutorial 0 003 + 07148022 n 0101 + 09931418 n 0103 \ 09931418 n 0103 | of or relating to tutors or tutoring; "tutorial sessions"
-03127583 01 a 01 Ugandan 0 001 \ 09043052 n 0101 | of or relating to or characteristic of Uganda or its people; "Ugandan game parks"
-03127718 01 a 01 uric 0 001 \ 14855724 n 0101 | in or relating to or obtained from urine; "uric acid"
-03127822 01 a 01 uricosuric 0 001 \ 14855724 n 0101 | acting to increase the excretion of uric acid in the urine
-03127937 01 a 01 uvular 0 002 + 05309245 n 0101 \ 05309245 n 0101 | of or relating to or associated with the uvula; "the uvular r"
-03128070 01 a 01 vaginal 0 002 + 05521111 n 0101 \ 05521111 n 0101 | of or relating to the vagina; "vaginal suppository"
-03128193 01 a 01 valvular 0 003 + 05395286 n 0101 + 04519153 n 0101 \ 04519153 n 0101 | relating to or operating by means of valves
-03128327 01 a 01 vehicular 0 002 + 04524313 n 0101 \ 04524313 n 0101 | of or relating to or intended for (motor) vehicles; "vehicular traffic"
-03128472 01 a 01 vestal 0 002 + 09471224 n 0101 \ 09564177 n 0101 | of or relating to Vesta; "vestal virgin"
-03128583 01 a 01 vestiary 0 002 + 03051540 n 0103 \ 03051540 n 0101 | relating to clothing (especially vestments)
-03128699 01 a 01 vestmental 0 002 + 04532106 n 0101 \ 04532106 n 0101 | of or relating to or resembling a vestment
-03128816 01 a 01 veterinary 0 003 + 10749715 n 0102 \ 10749715 n 0101 \ 06065423 n 0101 | of or relating to veterinarians or veterinary medicine
-03128963 01 a 01 vibrionic 0 002 + 01364162 n 0101 \ 01364008 n 0101 | caused by bacteria of the genus Vibrio; "vibrionic dysentery"
-03129098 01 a 01 viceregal 0 002 + 10751785 n 0101 \ 10751785 n 0101 | of or relating to a viceroy; "the viceregal visit"
-03129222 01 a 01 Vietnamese 0 004 \ 09163192 n 0101 \ 06937229 n 0101 + 09747191 n 0101 \ 09747191 n 0101 | of or relating to or characteristic of Vietnam or its people or its language ; "the Vietnamese countryside"; the Vietnamese tones"; "Vietnamese boat people"
-03129490 01 a 01 vocative 0 003 ;c 06172789 n 0000 + 06312237 n 0101 \ 06312237 n 0101 | relating to a case used in some languages; "vocative verb endings"
-03129648 01 a 02 voyeuristic 0 voyeuristical 0 008 + 10761326 n 0201 + 00738372 n 0201 \ 00738372 n 0201 \ 10761326 n 0201 + 00738372 n 0101 + 10761326 n 0101 \ 00738372 n 0101 \ 10761326 n 0101 | of or relating to voyeurs or voyeurism; "his voyeuristic pleasures"
-03129915 01 a 01 weatherly 0 003 ;c 04128837 n 0000 + 04774901 n 0101 \ 04774901 n 0101 | (of a sailing vessel) making very little leeway when close-hauled
-03130073 01 a 02 Welsh 0 Cambrian 0 006 + 09747329 n 0203 + 08894456 n 0203 \ 08894456 n 0203 + 09747329 n 0102 + 06961557 n 0101 \ 08894456 n 0101 | of or relating to or characteristic of Wales or its people or their language; "the Welsh coast"; "Welsh syntax"
-03130337 01 a 03 wheaten 0 whole-wheat 0 wholemeal 0 003 \ 07803545 n 0301 \ 07803545 n 0201 \ 07803545 n 0101 | of or relating to or derived from wheat; "wheaten bread"
-03130509 01 a 01 Wiccan 0 001 \ 06245462 n 0101 | of or relating to Wicca
-03130585 01 a 01 oaten 0 001 \ 07804152 n 0101 | of or related to or derived from oats; "oaten bread"
-03130689 01 a 02 woolen 0 woollen 0 004 + 04599235 n 0203 \ 04599235 n 0201 + 04599235 n 0102 \ 04599235 n 0101 | of or related to or made of wool; "a woolen sweater"
-03130858 01 a 01 xerographic 0 002 + 00904904 n 0101 \ 00904904 n 0101 | of or relating to xerography
-03130962 01 a 01 Yemeni 0 002 + 09750770 n 0101 \ 09164561 n 0101 | of or relating to or characteristic of Yemen or its inhabitants; "Yemeni mountains"
-03131116 01 a 02 Zairean 0 Zairese 0 005 + 09751622 n 0201 \ 08734385 n 0203 + 09751622 n 0102 + 08734385 n 0103 \ 08734385 n 0103 | of or relating to or characteristic of Zaire or its people; "Zairean elections"
-03131331 01 a 01 Zambian 0 003 + 09751772 n 0101 + 09165613 n 0101 \ 09165613 n 0101 | of or relating to or characteristic of Zambia or its people
-03131480 01 a 01 New_Zealander 0 001 \ 08971914 n 0101 | of or relating to or characteristic of New Zealand or its people; "New Zealander sheep farms"
-03131633 01 a 01 zenithal 0 002 + 08684769 n 0101 \ 08684769 n 0101 | relating to or located at or near the zenith
-03131750 01 a 01 Zimbabwean 0 003 + 09751895 n 0101 + 09167101 n 0101 \ 09167101 n 0101 | of or relating to or characteristic of Zimbabwe or its people
-03131904 01 a 01 Zionist 0 002 + 10805501 n 0101 \ 10805501 n 0101 | relating to or characteristic of a supporter of Zionism; "the Zionist leader Theodor Herzl"
-03132067 01 a 01 Zionist 1 001 \ 06663463 n 0101 | relating to or characteristic of Zionism; "the Zionist movement"
-03132185 01 a 02 zonal 0 zonary 0 004 + 08541841 n 0201 + 08509442 n 0201 + 08688247 n 0201 \ 05611062 n 0101 | relating to or of the nature of a zone; "the zonal frontier"
-03132360 01 a 01 bizonal 0 001 \ 08509442 n 0101 | relating to or concerned with the combined affairs of two administrative zones; "Bizonal currency was used in occupied Germany after World War II"
-03132560 01 a 01 zodiacal 0 003 + 08685188 n 0101 + 04615456 n 0101 \ 08685188 n 0101 | relating to or included in the zodiac; "zodiacal constellations"
-03132715 01 a 01 ammoniated 0 001 \ 14744120 n 0101 | combined or treated with ammonia; "ammoniated mercury"
-03132826 01 a 01 Briton 0 002 + 09700964 n 0102 \ 09688366 n 0101 | characteristic of or associated with the Britons; "the Briton inhabitants of England"
-03132982 01 a 01 carroty 0 002 + 12937678 n 0101 \ 07730207 n 0101 | resembling the bright orange of the root of the carrot plant; "a boy with carroty hair"
-03133141 01 a 04 philhellenic 0 philhellene 0 Graecophile 0 Graecophilic 0 006 + 10422540 n 0403 + 10422540 n 0303 + 10422540 n 0201 \ 10422540 n 0201 + 10422540 n 0101 \ 10422540 n 0101 | characterized by a love of Greece and Grecian things; "the Philhellenic Society"
-03133413 01 a 01 boreal 0 001 \ 13831176 n 0101 | toward or located in the north; "the boreal signs of the Zodiac"
-03133530 01 a 01 boreal 1 002 + 11487950 n 0104 \ 11487950 n 0101 | relating to or marked by qualities associated with the north wind
-03133666 01 a 02 axillary 2 alar 0 003 ;c 06066555 n 0000 + 13130423 n 0101 \ 13130423 n 0101 | of or relating to the axil
-03133791 01 a 01 paniculate 0 002 ;c 06066555 n 0000 \ 13132656 n 0101 | having a panicle
-03133883 01 a 01 phyllodial 0 003 ;c 06066555 n 0000 + 13131752 n 0101 \ 13131752 n 0101 | having a phyllode
-03133994 01 a 02 rupestral 0 rupicolous 0 002 \ 14696793 n 0201 \ 14696793 n 0101 | composed of or inscribed on rock; "rupestral drawings in the caves of Northern Spain"
-03134166 01 a 01 Kafkaesque 0 001 \ 11095731 n 0101 | relating to or in the manner of Franz Kafka or his writings
-03134282 01 a 01 Faustian 0 002 + 09599023 n 0101 \ 09599023 n 0101 | pertaining to or resembling or befitting Faust or Faustus especially in insatiably striving for worldly knowledge and power even at the price of spiritual values; "a Faustian pact with the Devil"
-03134550 01 a 01 invitational 0 002 + 07186148 n 0101 \ 07186148 n 0101 | pertaining to or characteristic of an invitation
-03134675 01 a 01 involucrate 0 002 ;c 06066555 n 0000 \ 13155305 n 0101 | having an involucre
-03134771 01 a 01 scalar 0 002 + 05864351 n 0101 \ 13815342 n 0101 | of or relating to a directionless magnitude (such as mass or speed etc.) that is completely specified by its magnitude; "scalar quantity"
-03134979 01 a 01 scalar 1 002 + 06856568 n 0101 \ 06856568 n 0101 | of or relating to a musical scale; "he played some basic scalar patterns on his guitar"
-03135137 01 a 01 anthropocentric 0 003 + 06201476 n 0101 + 06201476 n 0102 \ 06201476 n 0101 | human-centered; "our anthropocentric view of the world"
-03135290 01 a 01 ethnocentric 0 001 \ 06201667 n 0101 | centered on a specific ethnic group, usually one's own
-03135403 01 a 01 deictic 0 003 + 06289693 n 0101 + 06179985 n 0101 \ 06179985 n 0101 | relating to or characteristic of a word whose reference depends on the circumstances of its use; "deictic pronouns"
-03135608 01 a 02 shallow-draft 0 shallow-draught 0 002 \ 05135155 n 0201 \ 05135155 n 0101 | of vessels whose keel is not far below the waterline; "a shallow-draft river boat"
-03135786 01 a 02 shamanist 0 shamanistic 0 004 + 06245084 n 0201 + 06244852 n 0201 \ 06244852 n 0201 \ 06244852 n 0101 | of or relating to shamanism
-03135937 01 a 01 shambolic 0 001 \ 14497679 n 0101 | (British slang) disorderly or chaotic; "it's a shambolic system"
-03136057 01 a 01 shaped 0 001 \ 00027807 n 0101 | having the shape of; "a square shaped playing field"
-03136162 01 a 01 sharp-pointed 0 001 \ 03974215 n 0101 | having a sharp point
-03136242 01 a 01 shelflike 0 001 \ 04190052 n 0101 | resembling a shelf (or considered to resemble a shelf); "shelflike table"
-03136371 01 a 01 Shona 0 001 \ 10591239 n 0101 | of or relating to or characteristic of the culture of the Shonas
-03136487 01 a 01 short-handled 0 001 \ 03485997 n 0101 | having a short handle
-03136568 01 a 01 short-order 0 001 \ 07279968 n 0101 | of or relating to food that can be prepared quickly; "a short-order cook"
-03136699 01 a 01 side-to-side 0 001 \ 05551318 n 0101 | alternately left and right with respect to a central point; "the side-to-side motion of the boat"
-03136855 01 a 01 striate 0 001 \ 13908348 n 0101 | marked with stria or striations
-03136940 01 a 01 sulcate 0 001 \ 05223550 n 0101 | having deep narrow furrows or grooves
-03137031 01 a 01 hymenal 0 002 + 05521934 n 0101 \ 05521934 n 0101 | of or relating to the hymen
-03137130 01 a 01 hymeneal 0 002 \ 01036996 n 0102 \ 01036996 n 0101 | of or relating to a wedding or marriage; "hymeneal rites"
-03137260 01 a 02 servomechanical 0 servo 0 003 + 04176295 n 0201 \ 04176295 n 0202 \ 04176295 n 0102 | of or involving servomechanisms
-03137397 01 a 02 onomatopoeic 0 onomatopoetic 0 003 + 07104574 n 0201 \ 07104574 n 0201 \ 07104574 n 0101 | of or relating to or characterized by onomatopoeia
-03137558 01 a 01 commercial 0 002 + 01090446 n 0101 \ 01090446 n 0101 | of or relating to commercialism; "a commercial attache"; "commercial paper"; "commercial law"
-03137726 01 a 01 dictyopteran 0 001 \ 02232606 n 0101 | of or relating to or belonging to the order Dictyoptera
-03137840 01 a 01 isopteran 0 001 \ 02222718 n 0101 | relating to or characteristic of insects of the order Isoptera
-03137958 01 a 01 obligational 0 001 \ 06773150 n 0101 | relating or constituting or qualified to create a legal or financial obligation; "obligational authority"
-03138122 01 a 01 oscine 0 002 + 01525720 n 0101 \ 01525720 n 0102 | of or relating to the songbirds
-03138224 01 a 03 osseous 0 osteal 0 bony 0 004 + 05269901 n 0301 \ 14757848 n 0301 \ 14757848 n 0201 \ 14757848 n 0101 | composed of or containing bone; "osseous tissue"
-03138396 01 a 02 ossicular 0 ossiculate 0 003 \ 05277728 n 0201 + 05277728 n 0101 \ 05277728 n 0101 | pertaining to the ossicles in the middle ear
-03138545 01 a 01 ossiferous 0 001 \ 05269901 n 0101 | containing bones (especially fossil bones); "ossiferous caves"
-03138664 01 a 01 osteal 1 001 \ 05269901 n 0101 | relating to bone or to the skeleton
-03138752 01 a 01 abolitionary 0 002 + 00228283 n 0101 \ 00228283 n 0101 | relating to or favoring abolition, especially abolition of slavery
-03138895 01 a 01 abomasal 0 002 + 02399942 n 0101 \ 02399942 n 0101 | relating to the abomasum (the fourth compartment of the stomach of ruminants)
-03139045 01 a 02 absolutist 0 absolutistic 0 005 + 08440630 n 0202 + 06213688 n 0201 \ 06213688 n 0201 + 09755398 n 0101 \ 06213688 n 0101 | pertaining to the principle of totalitarianism
-03139235 01 a 01 accentual 0 003 + 06822198 n 0101 + 07085375 n 0103 \ 07085375 n 0103 | of or pertaining to accent or stress
-03139363 01 a 01 accessional 0 001 \ 13253423 n 0101 | of or constituting an accession
-03139452 01 a 01 accipitrine 0 001 \ 01606335 n 0101 | of or relating to or belonging to the genus Accipiter (or to typical hawks)
-03139585 01 a 01 accommodational 0 002 + 00193225 n 0101 \ 00193225 n 0101 | of or relating to the accommodation of the lens of the eye; "accommodational strain"
-03139749 01 a 02 acculturational 0 acculturative 0 005 + 00159880 v 0201 \ 05757049 n 0201 + 05757049 n 0101 + 01128984 n 0103 \ 05757049 n 0101 | of or relating to acculturation
-03139930 01 a 01 centromeric 0 002 + 05444324 n 0101 \ 05444324 n 0101 | pertaining to the dense specialized portion of a chromosome to which the spindle attaches during mitosis
-03140110 01 a 01 acentric 0 001 \ 05444324 n 0101 | lacking a centromere; "an acentric chromosome fragment"
-03140220 01 a 01 acrocentric 0 001 \ 05444324 n 0101 | having a subterminal centromere; "an acrocentric chromosome"
-03140338 01 a 01 metacentric 0 001 \ 05444324 n 0101 | having two equal arms because of the median position of the centromere; "a metacentric chromosome"
-03140494 01 a 01 metacentric 1 003 ;c 00912822 n 0000 + 05866822 n 0101 \ 05866822 n 0101 | of or relating to the metacenter
-03140621 01 a 01 mud-brick 0 001 \ 03796522 n 0101 | of or incorporating mud bricks
-03140707 01 a 01 telocentric 0 001 \ 05444324 n 0101 | having the form of a straight rod because the centromere is in a terminal position; "a telocentric chromosome"
-03140875 01 a 01 anaphylactic 0 002 + 14533547 n 0101 \ 14533547 n 0101 | related to the hypersensitivity known as anaphylaxis; "anaphylactic shock"
-03141026 01 a 01 bronchoscopic 0 002 + 02905886 n 0101 \ 02905886 n 0101 | of or relating to an instrument for examining the interior of the bronchi
-03141177 01 a 01 bryophytic 0 003 ;c 06066555 n 0000 + 11536778 n 0101 \ 11537327 n 0101 | relating to plants of the division Bryophyta
-03141315 01 a 01 bulbaceous 0 002 + 13134059 n 0101 \ 13134059 n 0101 | producing or growing from bulbs
-03141421 01 a 01 bulbed 0 001 \ 13134059 n 0101 | having a bulb
-03141487 01 a 01 bulbar 0 002 + 05495172 n 0103 \ 05495172 n 0103 | involving the medulla oblongata; "bulbar paralysis"
-03141609 01 a 01 racial 0 002 + 07967982 n 0101 \ 07967982 n 0101 | of or related to genetically distinguished groups of people; "racial groups"
-03141756 01 a 01 scalic 0 002 + 06856568 n 0101 \ 06856568 n 0101 | of or related to a musical scale; "scalic patterns"
-03141878 01 a 01 rosaceous 0 002 + 12619306 n 0101 \ 12619306 n 0101 | of or pertaining to or characteristic of plants of the family Rosaceae
-03142022 01 a 01 Rosicrucian 0 001 \ 10539462 n 0101 | of or relating to the Rosicrucians
-03142114 01 a 03 streptococcal 0 streptococcic 0 strep 0 005 + 01381044 n 0303 \ 01381044 n 0301 \ 01381044 n 0201 + 01381044 n 0101 \ 01381044 n 0101 | of or relating to or caused by streptococci
-03142313 01 a 01 subclavian 0 001 \ 05274105 n 0101 | situated beneath the clavicle
-03142399 01 a 01 thalloid 0 001 \ 11532017 n 0101 | of or relating to or resembling or consisting of a thallus
-03142512 01 a 01 thallophytic 0 002 + 11531701 n 0101 \ 11531701 n 0101 | pertaining to or characteristic of thallophytes
-03142636 01 a 01 ulcerative 0 003 + 00537153 v 0101 + 00019982 v 0101 \ 14211609 n 0102 | of or relating to or characterized by ulceration; "ulcerative colitis"
-03142799 01 a 01 ultramicroscopic 0 002 + 04506688 n 0101 \ 04506688 n 0101 | too small to be seen without an ultramicroscope
-03142927 01 a 01 ultramontane 0 001 \ 05987650 n 0101 | of or relating to ultramontanism
-03143018 01 a 01 undescended 0 001 \ 05525391 n 0102 | (of the testis) remaining in the abdomen instead of descending into the scrotum
-03143155 01 a 02 undulatory 0 undulant 0 002 \ 07352048 n 0201 \ 07352048 n 0101 | resembling waves in form or outline or motion
-03143286 01 a 01 universalistic 1 001 \ 05869584 n 0101 | of or relating to the whole
-03143374 01 a 01 point-of-sale 0 001 \ 08620061 n 0101 | of or relating to or being the location where something is purchased
-03143502 01 a 01 vasomotor 0 002 \ 01150096 n 0101 \ 00366207 n 0101 | relating to the nerves and muscles that cause the blood vessels to constrict or dilate
-03143662 01 a 01 vesical 0 002 + 05512139 n 0102 \ 05512139 n 0102 | of or relating to a bladder (especially the urinary bladder)
-03143794 01 a 02 viscometric 0 viscosimetric 0 006 + 01117318 n 0202 + 04538249 n 0202 \ 04538249 n 0202 + 01117318 n 0101 + 04538249 n 0101 \ 04538249 n 0101 | of or relating to the measurement of viscosity
-03144004 01 a 02 viricidal 0 virucidal 0 004 + 15048293 n 0202 \ 15048293 n 0202 + 15048293 n 0101 \ 15048293 n 0101 | tending to destroy viruses
-03144152 01 a 01 vitiliginous 0 002 + 14232945 n 0101 \ 14232945 n 0101 | of or relating to or having vitiligo
-03144265 01 a 01 ratlike 0 001 \ 02331046 n 0101 | resembling or characteristic of a rat
-03144356 01 a 01 salamandriform 0 001 \ 01629276 n 0101 | shaped like a salamander
-03144441 01 a 01 salvific 0 001 \ 00094001 n 0102 | pertaining to the power of salvation or redemption
-03144546 01 a 01 shakedown 0 001 \ 07369922 n 0101 | intended to test a new system under operating conditions and to familiarize the operators with the system; "a shakedown cruise"
-03144729 01 a 01 sidearm 0 001 \ 00106272 n 0101 | (of pitches) made with the arm moving parallel to the ground; "a sidearm pitch"
-03144862 01 a 01 varicelliform 0 001 \ 14132975 n 0102 | resembling the rash of chickenpox
-03144955 01 a 03 wedge-shaped 0 cuneal 0 cuneiform 1 001 \ 13919547 n 0101 | shaped like a wedge
-03145054 01 a 01 wiry 0 002 + 04594218 n 0101 \ 04594218 n 0101 | of or relating to wire
-03145145 01 a 01 WYSIWYG 0 001 \ 06572654 n 0101 | relating to or being a word processing system that prints the text exactly as it appears on the computer screen
-03145310 01 a 01 X-linked 0 001 \ 05442594 n 0101 | relating to genes or characteristics or conditions carried on the X chromosome; "an X-linked mutation"
-03145467 01 a 02 yeasty 0 yeastlike 0 004 \ 15106271 n 0201 + 15106271 n 0101 + 13025647 n 0101 \ 13025647 n 0101 | of or resembling or containing yeast
-03145622 01 a 01 Yuman 0 001 \ 09673091 n 0101 | of or relating to the language or culture of the Yuma people
-03145734 01 a 01 Zapotec 0 001 \ 09649372 n 0101 | of or relating to the language or culture of the Zapotec people
-03145851 01 a 01 zero 0 001 \ 08001344 n 0101 | of or relating to the null set (a set with no members)
-03145956 01 a 01 zoonotic 0 002 + 14276649 n 0101 \ 14276649 n 0101 | of or relating to or constituting zoonosis; "the Ebola virus is believed to be zoonotic"
-03146117 01 a 01 zygomatic 0 002 + 05284851 n 0101 \ 05602835 n 0101 | of or relating to the cheek region of the face
-03146237 01 a 01 zymoid 0 001 \ 14732946 n 0101 | resembling an enzyme
-03146310 01 a 04 .22_caliber 0 .22-caliber 0 .22_calibre 0 .22-calibre 0 004 \ 05103283 n 0404 \ 05103283 n 0304 \ 05103283 n 0203 \ 05103283 n 0103 | of or relating to the bore of a gun (or its ammunition) that measures twenty-two hundredths of an inch in diameter; "a .22 caliber pistol"
-03146602 01 a 04 .38_caliber 0 .38-caliber 0 .38_calibre 0 .38-calibre 0 004 \ 05103283 n 0404 \ 05103283 n 0304 \ 05103283 n 0203 \ 05103283 n 0103 | of or relating to the bore of a gun (or its ammunition) that measures thirty-eight hundredths of an inch in diameter; "a .38 caliber shell"
-03146895 01 a 04 .45_caliber 0 .45-caliber 0 .45_calibre 0 .45-calibre 0 004 \ 05103283 n 0404 \ 05103283 n 0304 \ 05103283 n 0203 \ 05103283 n 0103 | of or relating to the bore of a gun (or its ammunition) that measures forty-five hundredths of an inch in diameter
-03147163 01 a 01 nosohusial 0 000 | taking place related or acquired under home healthcare; "nosohusial infections"
-03147281 44 a 01 avenged 0 002 ! 03147408 a 0101 < 01153486 v 0102 | for which vengeance has been taken; "an avenged injury"
-03147408 44 a 01 unavenged 0 002 ! 03147281 a 0101 < 01153486 v 0102 | for which vengeance has not been taken; "an unavenged murder"
-03147543 44 a 01 beaten 0 001 < 01624897 v 0101 | formed or made thin by hammering; "beaten gold"
-03147643 44 a 02 calibrated 0 graduated 0 002 < 01589497 v 0201 < 01589497 v 0101 | marked with or divided into degrees; "a calibrated thermometer"
-03147793 44 a 01 cantering 0 001 < 01959340 v 0101 | riding at a gait between a trot and a gallop; "the cantering soldiers"
-03147919 44 a 02 collected 0 gathered 0 004 ! 03148137 a 0202 < 01380638 v 0201 ! 03148137 a 0101 < 01380638 v 0103 | brought together in one place; "the collected works of Milton"; "the gathered folds of the skirt"
-03148137 44 a 02 uncollected 0 ungathered 0 004 ! 03147919 a 0202 < 01380638 v 0201 ! 03147919 a 0101 < 01380638 v 0103 | not brought together in one place; "uncollected garbage in the streets"
-03148333 44 a 01 contested 0 002 < 00869596 v 0101 ! 03148487 a 0101 | disputed or made the object of contention or competition; "a contested election"
-03148487 44 a 01 uncontested 0 002 < 00869596 v 0101 ! 03148333 a 0101 | not disputed and not made the object of contention or competition; "uncontested authority"
-03148653 44 a 01 corbelled 0 001 < 02352824 v 0101 | having a corbel
-03148724 44 a 01 elapsed 0 001 < 02072849 v 0101 | (of time) having passed or slipped by; "elapsed time"
-03148831 44 a 01 forced 0 001 < 01871979 v 0102 | produced by or subjected to forcing; "forced-air heating"; "furnaces of the forced-convection type"; "forced convection in plasma generators"
-03149025 44 a 01 hammered 0 001 < 01675245 v 0102 | shaped or worked with a hammer and often showing hammer marks; "a bowl of hammered brass"
-03149169 44 a 02 hand-held 0 handheld 0 002 < 01216670 v 0201 < 01216670 v 0101 | small and light enough to be operated while you hold it in your hands; "a hand-held computer"
-03149347 44 a 01 held 0 001 < 02441897 v 0101 | occupied or in the control of; often used in combination; "enemy-held territory"
-03149478 44 a 01 streaming 0 001 < 00069012 v 0101 | exuding a bodily fluid in profuse amounts; "his streaming face"; "her streaming eyes"
-03149619 44 a 01 surmounted 0 001 < 02694548 v 0101 | having something on top; "columns surmounted by statues"
-03149732 44 a 01 filled 0 002 ! 03149843 a 0101 < 01183573 v 0103 | of purchase orders that have been filled
-03149843 44 a 01 unfilled 0 002 ! 03149732 a 0101 < 01183573 v 0103 | of purchase orders that have not been filled
-03149960 44 a 01 fitted 0 001 < 02659763 v 0101 | being the right size and shape to fit as desired; "a fitted overcoat"; "he quickly assembled the fitted pieces"
-03150124 44 a 02 hypophysectomized 0 hypophysectomised 0 002 < 00181005 v 0202 < 00181005 v 0101 | having the pituitary gland removed by surgery; "hypophysectomized tadpoles"
-03150301 44 a 01 malted 0 002 ! 03150431 a 0101 < 00117757 v 0101 | of grain that has been converted into malt; "malted barley"
-03150431 44 a 01 unmalted 0 002 ! 03150301 a 0101 < 00117757 v 0101 | of grain that has not been converted into malt; "unmalted barley"
-03150569 44 a 01 marched_upon 0 001 < 01996735 v 0101 | being or having been trodden or marched on
-03150670 44 a 02 mercerized 0 mercerised 0 002 < 00185698 v 0201 < 00185698 v 0101 | of cotton thread that has been treated with sodium hydroxide to shrink it and increase its luster and affinity for dye; "mercerized cotton"
-03150897 44 a 01 mounded_over 0 001 < 01660547 v 0101 | having a wound formed over it
-03150985 44 a 01 operating 0 001 < 01525666 v 0103 | involved in a kind of operation; "the operating conditions of the oxidation pond"
-03151122 44 a 02 oxidized 0 oxidised 0 002 < 00238867 v 0202 < 00238867 v 0101 | combined with or having undergone a chemical reaction with oxygen; "the oxidized form of iodine"
-03151302 44 a 01 parked 0 001 < 01493380 v 0101 | that have been left; "there were four parked cars across the street"
-03151423 44 a 02 pasteurized 0 pasteurised 0 002 < 00364629 v 0202 < 00364629 v 0101 | having been subjected to pasteurization in order to halt fermentation
-03151582 44 a 02 unpasteurized 0 unpasteurised 0 002 < 00364629 v 0202 < 00364629 v 0101 | not having undergone pasteurization
-03151711 44 a 02 penciled 0 pencilled 0 002 < 01688604 v 0201 < 01688604 v 0101 | drawn or written with a pencil; "a penciled sketch"; "the penciled message"
-03151871 44 a 01 pitched 0 001 < 00298420 v 0101 | (of sound) set to a certain pitch or key; usually used as a combining form; "high-pitched"
-03152015 44 a 01 played 0 002 ;c 00455599 n 0000 < 01072949 v 0101 | (of games) engaged in; "the loosely played game"
-03152135 44 a 01 plugged 0 001 < 00123170 v 0101 | (of a coin) altered by the insertion of a plug of base metal
-03152249 44 a 01 posed 0 002 ! 03152350 a 0101 < 02142775 v 0102 | arranged for pictorial purposes
-03152350 44 a 01 unposed 0 002 ! 03152249 a 0101 < 02142775 v 0102 | not arranged for pictorial purposes; "unposed photographs"
-03152480 44 a 01 posted 0 001 < 00991683 v 0101 | publicly announced; "the posted speed limit"
-03152577 44 a 01 preconceived 0 001 < 01633343 v 0102 | (of an idea or opinion) formed beforehand; especially without evidence or through prejudice; "certain preconceived notions"
-03152759 44 a 01 punishing 0 001 < 02499629 v 0101 | resulting in punishment; "the king imposed a punishing tax"
-03152874 44 a 01 pursued 0 001 < 02000868 v 0101 | followed with enmity as if to harm; "running and leaping like a herd of pursued antelopes"
-03153018 44 a 01 ranging 0 001 < 01881180 v 010a | wandering freely; "at night in bed...his slowly ranging thoughts...encountered her"
-03153155 44 a 01 re-created 0 001 < 01619354 v 0101 | created anew; "this re-created literalness"
-03153255 44 a 01 regenerating 0 001 < 00167535 v 0101 | that are generating anew; "regenerating fibers"
-03153361 44 a 04 ridged 0 carinate 0 carinated 0 keeled 0 002 + 01517966 n 0201 < 00144446 v 0101 | having a ridge or shaped like a ridge or suggesting the keel of a ship; "a carinate sepal"
-03153554 44 a 02 sanitized 0 sanitised 0 002 < 00554468 v 0202 < 00554468 v 0101 | made sanitary
-03153653 44 a 01 shrieked 0 001 < 00914420 v 0101 | uttered in a shrill scream as of pain or terror
-03153755 44 a 01 sintered 0 001 < 01661096 v 0101 | formed into a mass by heat and pressure
-03153849 44 a 01 sluicing 0 001 < 01853882 v 0101 | pouring from or as if from a sluice; "the sluicing rain"
-03153960 44 a 01 spray-dried 0 001 < 00215661 v 0101 | dried by bringing a sprayed substance (e.g. milk or soap) into contact with hot air and recovering it in the form of a powder
-03154143 44 a 01 squashed 0 001 < 01593937 v 0101 | that has been violently compressed; "the squashed looking nakedness of the fledgling birds"
-03154289 44 a 01 stacked 0 001 < 01503404 v 0101 | arranged in a stack
-03154362 44 a 01 strung 0 001 < 01359432 v 0101 | that is on a string; "keys strung on a red cord"
-03154463 44 a 02 sublimed 0 sublimated 0 002 < 00365810 v 0202 < 00365810 v 0101 | passing or having passed from the solid to the gaseous state (or vice versa) without becoming liquid
-03154649 44 a 02 thoriated 0 tittering 0 002 < 00030142 v 0202 < 00497391 v 0101 | being or sounding of nervous or suppressed laughter
-03154786 44 a 01 transpiring 0 001 < 02066757 v 0101 | that is passing through; "transpiring gas"
-03154886 44 a 01 sought 0 001 < 01315613 v 0102 | that is looked for; "the long sought relatives"
-03154986 44 a 01 closed-captioned 0 002 ;c 06277280 n 0000 < 02323870 v 0101 | broadcast with captions that are seen only on receivers having special equipment; can be provided for hard-of-hearing viewers
-03155193 44 a 01 saponified 0 002 ! 03155306 a 0101 < 00538571 v 0101 | converted into soap; "saponified oils"
-03155306 44 a 01 unsaponified 0 002 ! 03155193 a 0101 < 00538571 v 0101 | not converted into soap; "unsaponified fat"
diff --git a/corpora/en/wordnet/dict/data.adv b/corpora/en/wordnet/dict/data.adv
deleted file mode 100644
index e6a33a774..000000000
--- a/corpora/en/wordnet/dict/data.adv
+++ /dev/null
@@ -1,3650 +0,0 @@
- 1 This software and database is being provided to you, the LICENSEE, by
- 2 Princeton University under the following license. By obtaining, using
- 3 and/or copying this software and database, you agree that you have
- 4 read, understood, and will comply with these terms and conditions.:
- 5
- 6 Permission to use, copy, modify and distribute this software and
- 7 database and its documentation for any purpose and without fee or
- 8 royalty is hereby granted, provided that you agree to comply with
- 9 the following copyright notice and statements, including the disclaimer,
- 10 and that the same appear on ALL copies of the software, database and
- 11 documentation, including modifications that you make for internal
- 12 use or for distribution.
- 13
- 14 WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
- 15
- 16 THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
- 17 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
- 18 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
- 19 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
- 20 ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
- 21 OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
- 22 INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
- 23 OTHER RIGHTS.
- 24
- 25 The name of Princeton University or Princeton may not be used in
- 26 advertising or publicity pertaining to distribution of the software
- 27 and/or database. Title to copyright in this software, database and
- 28 any associated documentation shall at all times remain with
- 29 Princeton University and LICENSEE agrees to preserve same.
-00001740 02 r 01 a_cappella 0 000 | without musical accompaniment; "they performed a cappella"
-00001837 02 r 03 AD 0 A.D. 0 anno_Domini 0 000 | in the Christian era; used before dates after the supposed year Christ was born; "in AD 200"
-00001981 02 r 03 CE 0 C.E. 0 Common_Era 0 000 | of the period coinciding with the Christian era; preferred by some writers who are not Christians; "in 200 CE"
-00002142 02 r 03 BC 0 B.C. 0 before_Christ 0 000 | before the Christian era; used following dates before the supposed year Christ was born; "in 200 BC"
-00002296 02 r 02 BCE 0 B.C.E. 0 000 | of the period before the Common Era; preferred by some writers who are not Christians; "in 200 BCE"
-00002436 02 r 03 horseback 0 ahorse 0 ahorseback 0 000 | on the back of a horse; "he rode horseback to town"; "managed to escape ahorse"; "policeman patrolled the streets ahorseback"
-00002621 02 r 05 barely 0 hardly 0 just 4 scarcely 0 scarce 0 000 | only a very short time before; "they could barely hear the speaker"; "we hardly knew them"; "just missed being hit"; "had scarcely rung the bell when the door flew open"; "would have scarce arrived before she would have found some excuse to leave"- W.B.Yeats
-00002950 02 r 01 just 6 000 | exactly at this moment or the moment described; "we've just finished painting the walls, so don't touch them";
-00003093 02 r 02 hardly 2 scarcely 2 001 \ 00016756 a 0201 | almost not; "he hardly ever goes fishing"; "he was hardly more than sixteen years old"; "they scarcely ever used the emergency generator"
-00003294 02 r 01 anisotropically 0 001 \ 01361107 a 0101 | in an anisotropic manner
-00003380 02 r 01 annoyingly 0 001 \ 00089550 a 0101 | in an annoying manner or to an annoying degree
-00003483 02 r 03 basically 0 fundamentally 0 essentially 1 002 \ 00900616 a 0301 \ 01856419 a 0201 | in essence; at bottom or by one's (or its) very nature; "He is basically dishonest"; "the argument was essentially a technical one"; "for all his bluster he is in essence a shy person"
-00003771 02 r 01 blessedly 0 001 \ 00670741 a 0101 | in a blessed manner
-00003846 02 r 01 boiling 0 001 ;u 07075172 n 0000 | extremely; "boiling mad"
-00003925 02 r 01 enviably 0 001 \ 00733541 a 0101 | in an enviable manner; "she was enviably fluent in French"
-00004038 02 r 01 pointedly 0 001 \ 00765862 a 0101 | in such a manner as to make something clearly evident; "he pointedly ignored the question"
-00004184 02 r 01 negatively 0 001 \ 01818234 a 0101 | in a negative way; "he was negatively inclined"
-00004288 02 r 01 negatively 1 001 \ 01128508 a 0101 | in a harmful manner; "he was negatively affected"
-00004394 02 r 01 kindly 0 002 \ 01372049 a 0101 ! 00004567 r 0101 | in a kind manner or out of kindness; "He spoke kindly to the boy"; "she kindly overlooked the mistake"
-00004567 02 r 01 unkindly 0 002 ! 00004394 r 0101 \ 01373728 a 0101 | in an unkind manner or with unkindness; "The teacher treats the children unkindly"
-00004722 02 r 05 merely 0 simply 0 just 0 only 2 but 1 002 \ 01792573 a 0203 \ 01792573 a 0102 | and nothing more; "I was merely asking"; "it is simply a matter of time"; "just a scratch"; "he was only a child"; "hopes that last but a moment"
-00004967 02 r 01 simply 2 000 | absolutely; altogether; really; "we are simply broke"
-00005055 02 r 02 plainly 1 simply 1 000 | in a simple manner; without extravagance or embellishment; "she was dressed plainly"; "they lived very simply"
-00005210 02 r 01 anciently 0 001 \ 01728614 a 0101 | in ancient times; long ago; "a concern with what may have happened anciently"
-00005343 02 r 01 arguably 0 001 \ 00602117 a 0101 | as can be shown by argument; "she is arguably the best"
-00005453 02 r 01 unabashedly 0 001 \ 00155886 a 0101 | in an unabashed manner; "unabashedly, he asked for more"
-00005567 02 r 01 automatically 0 001 \ 02522669 a 0101 | in a reflex manner; "he answered automatically"
-00005674 02 r 01 alarmingly 0 001 \ 00193015 a 0101 | in an alarming manner; "It grew alarmingly fast"
-00005779 02 r 02 vastly 0 immensely 1 002 \ 01387319 a 0202 \ 01387319 a 0103 | to an exceedingly great extent or degree; "He had vastly overestimated his resources"; "was immensely more important to the project as a scientist than as an administrator"
-00006034 02 r 01 grossly 0 001 \ 00580039 a 0105 | in a gross manner
-00006105 02 r 03 largely 0 mostly 0 for_the_most_part 0 001 \ 01555732 a 0201 | in large part; mainly or chiefly; "These accounts are largely inactive"
-00006259 02 r 01 significantly 3 002 ! 00006423 r 0101 \ 02161432 a 0101 | in a significant manner; "our budget will be significantly affected by these new cuts"
-00006423 02 r 01 insignificantly 0 002 ! 00006259 r 0101 \ 01288298 a 0101 | not to a significant degree or amount; "Our budget will only be insignificantly affected by these new cuts"
-00006610 02 r 01 appreciably 1 001 \ 00624416 a 0101 | to a noticeable degree; "they weather was appreciably colder"
-00006729 02 r 01 ultrasonically 0 001 \ 00175300 a 0102 | by ultrasonic means; "the kidney stones were removed ultrasonically"
-00006858 02 r 03 smartly 0 modishly 0 sprucely 0 003 \ 00971933 a 0309 \ 00971506 a 0205 \ 00975487 a 0102 | in a stylish manner; "He was smartly dressed"
-00007015 02 r 09 approximately 0 about 0 close_to 0 just_about 0 some 0 roughly 0 more_or_less 0 around 3 or_so 0 000 | (of quantities) imprecise but fairly close to correct; "lasted approximately an hour"; "in just about a minute"; "he's about 30 years old"; "I've had about all I can stand"; "we meet about once a month"; "some forty people came"; "weighs around a hundred pounds"; "roughly $3,000"; "holds 3 gallons, more or less"; "20 or so people were at the party"
-00007488 02 r 01 absolutely 1 001 \ 00005205 a 0101 | totally and definitely; without question; "we are absolutely opposed to the idea"; "he forced himself to lie absolutely still"; "iron is absolutely necessary"
-00007703 02 r 03 partially 0 partly 0 part 0 002 \ 00524693 a 0101 ! 00008007 r 0201 | in part; in some degree; not wholly; "I felt partly to blame"; "He was partially paralyzed"
-00007884 02 r 01 half 0 001 \ 00517554 a 0101 | partially or to the extent of a half; "he was half hidden by the bushes"
-00008007 02 r 07 wholly 0 entirely 0 completely 4 totally 0 all 0 altogether 4 whole 0 006 ;u 07075172 n 0000 \ 00515380 a 0403 \ 00520214 a 0301 \ 00515380 a 0201 \ 00514884 a 0101 ! 00007703 r 0102 | to a complete degree or to the full or entire extent (`whole' is often used informally for `wholly'); "he was wholly convinced"; "entirely satisfied with the meal"; "it was completely different from what we expected"; "was completely at fault"; "a totally new situation"; "the directions were all wrong"; "it was not altogether her fault"; "an altogether new approach"; "a whole new idea"
-00008600 02 r 05 entirely 2 exclusively 0 solely 0 alone 0 only 1 002 \ 02152985 a 0302 \ 02152985 a 0201 | without any others being included or involved; "was entirely to blame"; "a school devoted entirely to the needs of problem children"; "he works for Mr. Smith exclusively"; "did it solely for money"; "the burden of proof rests on the prosecution alone"; "a privilege granted only to him"
-00008997 02 r 04 absolutely 0 perfectly 0 utterly 0 dead 0 003 \ 01520091 a 030d \ 01520091 a 0207 \ 00520892 a 0101 | completely and without qualification; used informally as intensifiers; "an absolutely magnificent painting"; "a perfectly idiotic idea"; "you're perfectly right"; "utterly miserable"; "you can be dead sure of my innocence"; "was dead tired"; "dead right"
-00009373 02 r 03 clean 4 plumb 4 plum 4 001 ;u 07157273 n 0000 | completely; used as intensifiers; "clean forgot the appointment"; "I'm plumb (or plum) tuckered out"
-00009541 02 r 02 plumb 2 plum 2 001 ;u 07075172 n 0000 | exactly; "fell plumb in the middle of the puddle"
-00009650 02 r 01 perfectly 1 002 ! 00010047 r 0101 \ 01749320 a 0101 | in a perfect or faultless way; "She performed perfectly on the balance beam"; "spoke English perfectly"; "solved the problem perfectly"
-00009859 02 r 01 pat 0 000 | completely or perfectly; "he has the lesson pat"; "had the system down pat"
-00009966 02 r 01 please 0 000 | used in polite request; "please pay attention"
-00010047 02 r 02 imperfectly 0 amiss 3 002 ! 00009650 r 0101 \ 01752167 a 0101 | in an imperfect or faulty way; "The lobe was imperfectly developed"; "Miss Bennet would not play at all amiss if she practiced more"- Jane Austen
-00010276 02 r 01 amiss 1 000 | in an improper or mistaken or unfortunate manner; "if you think him guilty you judge amiss"; "he spoke amiss"; "no one took it amiss when she spoke frankly"
-00010466 02 r 03 fully 2 to_the_full 0 full 1 002 ;u 06307152 n 0000 \ 00522885 a 0101 | to the greatest degree or extent; completely or entirely; (`full' in this sense is used as a combining form); "fully grown"; "he didn't fully understand"; "knew full well"; "full-grown"; "full-fledged"
-00010759 02 r 01 only 0 000 | with nevertheless the final result; "He arrived only to find his wife dead"; "We won only to lose again in the next round"
-00010914 02 r 01 only 4 000 | in the final outcome; "These news will only make you more upset"
-00011011 02 r 01 only 5 000 | as recently as; "I spoke to him only an hour ago"
-00011093 02 r 02 well 0 good 0 002 ;u 06307152 n 0000 ! 00011516 r 0101 | (often used as a combining form) in a good or proper or satisfactory manner or to a high standard (`good' is a nonstandard dialectal variant for `well'); "the children behaved well"; "a task well done"; "the party went well"; "he slept well"; "a well-argued thesis"; "a well-seasoned dish"; "a well-planned party"; "the baby can walk pretty good"
-00011516 02 r 03 ill 0 badly 0 poorly 0 003 ;u 06307152 n 0000 \ 01050890 a 0308 ! 00011093 r 0101 | (`ill' is often used as a combining form) in a poor or improper or unsatisfactory manner; not well; "he was ill prepared"; "it ill befits a man to betray old friends"; "the car runs badly"; "he performed badly on the exam"; "the team played poorly"; "ill-fitting clothes"; "an ill-conceived plan"
-00011916 02 r 01 ill 1 000 | with difficulty or inconvenience; scarcely or hardly; "we can ill afford to buy a new car just now"
-00012047 02 r 01 isotropically 0 001 \ 01360804 a 0101 | in an isotropic manner
-00012129 02 r 01 well 1 001 ! 00012286 r 0101 | without unusual distress or resentment; with good humor; "took the joke well"; "took the tragic news well"
-00012286 02 r 01 badly 8 001 ! 00012129 r 0101 | with unusual distress or resentment or regret or emotional display; "they took their defeat badly"; "took her father's death badly"; "conducted himself very badly at the time of the earthquake"
-00012531 02 r 02 well 3 easily 5 000 | indicating high probability; in all likelihood; "I might well do it"; "a mistake that could easily have ended in disaster"; "you may well need your umbrella"; "he could equally well be trying to deceive us"
-00012779 02 r 01 well 5 000 | thoroughly or completely; fully; often used as a combining form; "The problem is well understood"; "she was well informed"; "shake well before using"; "in order to avoid food poisoning be sure the meat is well cooked"; "well-done beef", "well-satisfied customers"; "well-educated"
-00013092 02 r 01 well 7 001 ! 00013236 r 0101 | favorably; with approval; "their neighbors spoke well of them"; "he thought well of the book"
-00013236 02 r 02 ill 2 badly 7 002 \ 01129644 a 0201 ! 00013092 r 0101 | unfavorably or with disapproval; "tried not to speak ill of the dead"; "thought badly of him for his lack of concern"
-00013429 02 r 01 well 8 000 | to a suitable or appropriate extent or degree; "the project was well underway"; "the fetus has well developed organs"; "his father was well pleased with his grades"
-00013626 02 r 02 well 9 comfortably 1 001 \ 02022556 a 0201 | in financial comfort; "They live well"; "she has been able to live comfortably since her husband died"
-00013793 02 r 02 well a advantageously 0 003 ! 00014014 r 0202 \ 00064479 a 0201 ! 00014014 r 0101 | in a manner affording benefit or advantage; "she married well"; "The children were settled advantageously in Seattle"
-00014014 02 r 02 badly a disadvantageously 0 003 ! 00013793 r 0202 \ 00065488 a 0201 ! 00013793 r 0101 | in a disadvantageous way; to someone's disadvantage; "the venture turned out badly for the investors"; "angry that the case was settled disadvantageously for them"
-00014285 02 r 03 well b considerably 1 substantially 1 002 \ 00625055 a 0302 \ 00624026 a 0201 | to a great extent or degree; "I'm afraid the film was well over budget"; "painting the room white made it seem considerably (or substantially) larger"; "the house has fallen considerably in value"; "the price went up substantially"
-00014616 02 r 01 well c 001 ! 00014738 r 0101 | with skill or in a pleasing manner; "she dances well"; "he writes well"
-00014738 02 r 01 badly c 001 ! 00014616 r 0101 | without skill or in a displeasing manner; "she writes badly"; "I think he paints very badly"
-00014882 02 r 01 well d 000 | with prudence or propriety; "You would do well to say nothing more"; "could not well refuse"
-00015007 02 r 02 well e intimately 1 001 \ 00453308 a 0201 | with great or especially intimate knowledge; "we knew them well"
-00015135 02 r 01 well f 001 ;u 06321054 n 0000 | (used for emphasis or as an intensifier) entirely or fully; "a book well worth reading"; "was well aware of the difficulties ahead"; "suspected only too well what might be going on"
-00015368 02 r 01 satisfactorily 0 002 \ 02080577 a 0101 ! 00015706 r 0101 | in a satisfactory manner
-00015471 02 r 04 okay 0 O.K. 0 all_right 2 alright 2 001 ;u 07075172 n 0000 | in a satisfactory or adequate manner; "she'll do okay on her own"; "held up all right under pressure"; (`alright' is a nonstandard variant of `all right')
-00015706 02 r 01 unsatisfactorily 0 002 ! 00015368 r 0101 \ 02082218 a 0101 | in an unsatisfactory manner; "He performed unsatisfactorily as a manager"
-00015860 02 r 01 prosperously 1 001 \ 02022556 a 0103 | in the manner of prosperous people
-00015953 02 r 04 badly 2 severely 1 gravely 1 seriously 1 003 \ 00651039 a 0404 \ 00651039 a 0302 \ 01513050 a 0201 | to a severe or serious degree; "fingers so badly frozen they had to be amputated"; "badly injured"; "a severely impaired heart"; "is gravely ill"; "was seriously ill"
-00016240 02 r 02 badly 3 bad 3 000 | very much; strongly; "I wanted it badly enough to work hard for it"; "the cables had sagged badly"; "they were badly in need of help"; "he wants a bicycle so bad he can taste it"
-00016458 02 r 02 badly 4 bad 4 001 \ 01510444 a 0101 | with great intensity (`bad' is a nonstandard variant for `badly'); "the injury hurt badly"; "the buildings were badly shaken"; "it hurts bad"; "we need water bad"
-00016678 02 r 03 badly 5 mischievously 0 naughtily 0 001 \ 01128406 a 0301 | in a disobedient or naughty way; "he behaved badly in school"; "he mischievously looked for a chance to embarrass his sister"; "behaved naughtily when they had guests and was sent to his room"
-00016950 02 r 01 badly 6 001 \ 01131803 a 0101 | evilly or wickedly; "treated his parents badly"; "to steal is to act badly"
-00017077 02 r 01 worse 0 001 ;u 06322693 n 0000 | (comparative of `ill') in a less effective or successful or desirable manner; "he did worse on the second exam"
-00017241 02 r 01 worst 0 000 | to the highest degree of inferiority or badness; "She suffered worst of all"; "schools were the worst hit by government spending cuts"; "the worst dressed person present"
-00017445 02 r 01 even 0 000 | used as an intensive especially to indicate something unexpected; "even an idiot knows that"; "declined even to consider the idea"; "I don't have even a dollar!"
-00017639 02 r 03 even 1 yet 3 still 0 000 | to a greater degree or extent; used with comparisons; "looked sick and felt even worse"; "an even (or still) more interesting problem"; "still another problem must be solved"; "a yet sadder tale"
-00017881 02 r 02 even_as 1 just_as 2 000 | at the same time as; "even as he lay dying they argued over his estate"; "the building collapsed just as he arrived"
-00018043 02 r 01 even 3 000 | in spite of; notwithstanding; "even when he is sick, he works"; "even with his head start she caught up with him"
-00018189 02 r 01 even 4 000 | to the full extent; "loyal even unto death"
-00018265 02 r 01 e'en 0 000 | even
-00018302 02 r 04 rather 4 kind_of 0 kinda 0 sort_of 0 000 | to some (great or small) extent; "it was rather cold"; "the party was rather nice"; "the knife is rather dull"; "I rather regret that I cannot attend"; "He's rather good at playing the cello"; "he is kind of shy"
-00018577 02 r 01 quite 1 000 | to the greatest extent; completely; "you're quite right"; "she was quite alone"; "was quite mistaken"; "quite the opposite"; "not quite finished"; "did not quite make it"
-00018781 02 r 02 quite 2 rather 0 000 | to a degree (not used with a negative); "quite tasty"; "quite soon"; "quite ill"; "quite rich"
-00018918 02 r 03 quite 3 quite_a 0 quite_an 0 000 | of an unusually noticeable or exceptional or remarkable kind (not used with a negative); "her victory was quite something"; "she's quite a girl"; "quite a film"; "quite a walk"; "we've had quite an afternoon"
-00019181 02 r 01 quite 4 000 | actually or truly or to an extreme; "was quite a sudden change"; "it's quite the thing to do"; "quite the rage"; "Quite so!"
-00019339 02 r 03 always 0 ever 0 e'er 0 001 ! 00020759 r 0201 | at all times; all the time and on every occasion; "I will always be there to help you"; "always arrives on time"; "there is always some pollution in the air"; "ever hoping to strike it rich"; "ever busy"
-00019609 02 r 01 always 1 000 | forever; throughout all time; "we will always be friends"; "I shall treasure it always"; "I will always love you"
-00019757 02 r 01 always 2 000 | at any time or in any event; "you can always resign if you don't like it"; "you could always take a day off"
-00019900 02 r 01 con_brio 0 002 ;c 07020895 n 0000 \ 02279523 a 0101 | with liveliness or spirit; "allegro con brio"
-00020019 02 r 01 conjecturally 0 001 \ 00861216 a 0101 | in a manner involving or inclined to conjecture and supposition
-00020142 02 r 01 consecutively 0 001 \ 00596511 a 0102 | in a consecutive manner; "he was consecutively ill, then well, then ill again"
-00020280 02 r 05 constantly 1 always 3 forever 3 perpetually 0 incessantly 0 003 \ 00595299 a 0503 \ 00595299 a 0405 \ 00595299 a 0102 | without interruption; "the world is constantly changing"
-00020476 02 r 03 constantly 3 invariably 0 always 4 002 \ 02505716 a 0201 \ 02506029 a 0102 | without variation or change, in every case; "constantly kind and gracious"; "he always arrives on time"
-00020676 02 r 01 coterminously 0 001 \ 00481463 a 0102 | in a coterminous manner
-00020759 02 r 02 never 0 ne'er 0 001 ! 00019339 r 0102 | not ever; at no time in the past or future; "I have never been to China"; "I shall never forget this day"; "had never seen a circus"; "never on Sunday"; "I will never marry you!"
-00020997 02 r 01 never 1 000 | not at all; certainly not; not in any circumstances; "never fear"; "bringing up children is never easy"; "that will never do"; "what is morally wrong can never be politically right"
-00021212 02 r 07 occasionally 0 on_occasion 0 once_in_a_while 0 now_and_then 0 now_and_again 0 at_times 0 from_time_to_time 0 001 \ 01067415 a 0101 | now and then or here and there; "he was arrogant and occasionally callous"; "open areas are only occasionally interrupted by clumps of trees"; "they visit New York on occasion"; "now and again she would take her favorite book from the shelf and read to us"; "as we drove along, the beautiful scenery now and then attracted his attention"
-00021702 02 r 01 sometime 0 000 | at some indefinite or unstated time; "let's get together sometime"; "everything has to end sometime"; "It was to be printed sometime later"
-00021878 02 r 01 sometimes 1 000 | on certain occasions or in certain cases but not always; "sometimes she wished she were back in England"; "sometimes her photography is breathtaking"; "sometimes they come for a month; at other times for six months"
-00022131 02 r 03 equally 1 as 0 every_bit 0 001 \ 00889831 a 0101 | to the same degree (often followed by `as'); "they were equally beautiful"; "birds were singing and the child sang as sweetly"; "sang as sweetly as a nightingale"; "he is every bit as mean as she is"
-00022401 02 r 03 long_ago 0 long_since 1 lang_syne 0 000 | of the distant or comparatively distant past; "We met once long ago"; "they long ago forsook their nomadic life"; "left for work long ago"; "he has long since given up mountain climbing"; "This name has long since been forgotten"; "lang syne" is Scottish
-00022717 02 r 01 pretty_much 0 000 | to some degree; "we were pretty much lost when we met the forest ranger"
-00022829 02 r 02 much 1 practically 2 000 | (degree adverb used before a noun phrase) for all practical purposes but not completely; "much the same thing happened every time"; "practically everything in Hinduism is the manifestation of a god"
-00023074 02 r 01 that_much 0 000 | to a certain degree; "we will be that much ahead of them"
-00023169 02 r 01 palmately 0 001 \ 02173125 a 0101 | in a palmate manner; "palmately cleft"
-00023263 02 r 01 paradoxically 0 001 \ 00939895 a 0101 | in a paradoxical manner; "paradoxically, ice ages seem to occur when the sun gets hotter"
-00023412 02 r 01 parasitically 0 001 \ 00726723 a 0101 | in a parasitic manner
-00023493 02 r 01 conformably 0 001 \ 01612878 a 0101 | in a conformable manner
-00023574 02 r 01 conventionally 0 002 ! 00023721 r 0101 \ 00605516 a 0101 | in a conventional manner; "he usually behaves rather conventionally"
-00023721 02 r 01 unconventionally 0 002 ! 00023574 r 0101 \ 00606602 a 0101 | in an unconventional manner; "she always behaves rather unconventionally"
-00023875 02 r 01 pathogenically 0 001 \ 01168434 a 0103 | in a pathogenic manner
-00023958 02 r 01 pictorially 0 001 \ 02861617 a 0101 | in a pictorial manner; "depth is established pictorially"
-00024073 02 r 02 not 0 non 0 000 | negation of a word or group of words; "he does not speak French"; "she is not going"; "they are not friends"; "not many"; "not much"; "not at all"
-00024257 02 r 01 nothing 0 000 | in no respect; to no degree; "he looks nothing like his father"
-00024356 02 r 01 no 0 000 | used to express refusal or denial or disagreement etc or especially to emphasize a negative statement; "no, you are wrong"
-00024509 02 r 01 any 0 000 | to any degree or extent; "it isn't any better"
-00024587 02 r 01 no 1 000 | not in any degree or manner; not at all; "he is no better today"
-00024682 02 r 01 none 0 000 | not at all or in no way; "seemed none too pleased with his dinner"; "shirt looked none the worse for having been slept in"; "none too prosperous"; "the passage is none too clear"
-00024893 02 r 01 either 0 000 | after a negative statement used as an intensive meaning something like `likewise' or `also'; "he isn't stupid, but he isn't exactly a genius either"; "I don't know either"; "if you don't order dessert I won't either"
-00025144 02 r 03 bloody 0 damn 0 all-fired 0 001 ;u 06321054 n 0000 | extremely; "you are bloody right"; "Why are you so all-fired aggressive?"
-00025290 02 r 02 anywhere 0 anyplace 0 001 ;u 07075172 n 0000 | at or in or to any place; "you can find this food anywhere"; (`anyplace' is used informally for `anywhere')
-00025464 02 r 01 nowhere 0 000 | not anywhere; in or at or to no place; "I am going nowhere"
-00025559 02 r 02 somewhere 0 someplace 0 001 ;u 07075172 n 0000 | in or at or to some place; "she must be somewhere"; (`someplace' is used informally for `somewhere')
-00025728 02 r 03 everywhere 0 everyplace 0 all_over 0 001 ;u 07075172 n 0000 | to or in any or all places; "You find fast food stores everywhere"; "people everywhere are becoming aware of the problem"; "he carried a gun everywhere he went"; "looked all over for a suitable gift"; (`everyplace' is used informally for `everywhere')
-00026061 02 r 01 high_and_low 0 000 | everywhere; "searched high and low"
-00026137 02 r 05 somehow 0 someway 0 someways 0 in_some_way 0 in_some_manner 0 000 | in some unspecified way or manner; or by some unspecified means; "they managed somehow"; "he expected somehow to discover a woman who would love him"; "he tried to make is someway acceptable"
-00026416 02 r 01 somehow 1 000 | for some unspecified reason; "It doesn't seem fair somehow"; "he had me dead to rights but somehow I got away with it";
-00026571 02 r 06 anyhow 0 anyway 0 anyways 0 in_any_case 0 at_any_rate 0 in_any_event 0 000 | used to indicate that a statement explains or supports a previous statement; "Anyhow, he is dead now"; "I think they're asleep; anyhow, they're quiet"; "I don't know what happened to it; anyway, it's gone"; "anyway, there is another factor to consider"; "I don't know how it started; in any case, there was a brief scuffle"; "in any event, the government faced a serious protest"; "but at any rate he got a knighthood for it"
-00027093 02 r 01 as_it_is 0 000 | in the actual state of affairs and often contrary to expectations; "he might have been killed; as it is he was severely injured"
-00027258 02 r 02 anyhow 1 anyway 1 000 | in any way whatsoever; "they came anyhow they could"; "get it done anyway you can"
-00027384 02 r 09 however 0 nevertheless 0 withal 1 still 4 yet 6 all_the_same 0 even_so 0 nonetheless 0 notwithstanding 0 000 | despite anything to the contrary (usually following a concession); "although I'm a little afraid, however I'd like to try it"; "while we disliked each other, nevertheless we agreed"; "he was a stern yet fair master"; "granted that it is dangerous, all the same I still want to go"
-00027795 02 r 01 yet 2 000 | up to the present time; "I have yet to see the results"; "details are yet to be worked out"
-00027918 02 r 09 so_far 0 thus_far 0 up_to_now 0 hitherto 0 heretofore 0 as_yet 0 yet 4 til_now 0 until_now 0 000 | used in negative statement to describe a situation that has existed up to this point or up to the present time; "So far he hasn't called"; "the sun isn't up yet"
-00028198 02 r 02 so_far 1 yet 5 000 | used after a superlative; "this is the best so far"; "the largest drug bust yet"
-00028319 02 r 01 only 6 000 | except that; "It was the same story; only this time she came out better"
-00028424 02 r 01 however 1 000 | in whatever way or manner; "Victory, however it was brought about, was sweet"; "however he did it, it was very clever"
-00028578 02 r 01 however 2 000 | to whatever degree or extent; "The results, however general, are important"; "they have begun, however reluctantly, to acknowledge the legitimacy of some of the opposition's concerns"
-00028797 02 r 01 however 4 000 | by contrast; on the other hand; "the first part was easy; the second, however, took hours"
-00028923 02 r 01 lightly 4 001 \ 01190316 a 0101 | with indifference or without dejection; "he took it lightly"
-00029037 02 r 02 besides 1 in_any_case 2 000 | making an additional point; anyway; "I don't want to go to a restaurant; besides, we can't afford it"; "she couldn't shelter behind him all the time and in any case he wasn't always with her"
-00029278 02 r 01 fugally 0 002 ;c 07020895 n 0000 \ 03011126 a 0101 | in a fugal style
-00029367 02 r 03 furthermore 0 moreover 0 what_is_more 0 000 | in addition; "computer chess games are getting cheaper all the time; furthermore, their quality is improving"; "the cellar was dark; moreover, mice nested there"; "what is more, there's no sign of a change"
-00029639 02 r 02 farther 0 further 0 000 | to or at a greater distance in time or space (`farther' is used more frequently than `further' in this physical sense); "farther north"; "moved farther away"; "farther down the corridor"; "the practice may go back still farther to the Druids"; "went only three miles further"; "further in the future"
-00029985 02 r 02 further 2 farther 2 000 | to or at a greater extent or degree or a more advanced stage (`further' is used more often than `farther' in this abstract sense); "further complicated by uncertainty about the future"; "let's not discuss it further"; "nothing could be further from the truth"; "they are further along in their research than we expected"; "the application of the law was extended farther"; "he is going no farther in his studies"
-00030443 02 r 01 further 3 000 | in addition or furthermore; "if we further suppose"; "stated further that he would not cooperate with them"; "they are definitely coming; further, they should be here already"
-00030654 02 r 02 farthest 0 furthest 0 000 | to the greatest distance in space or time (`farthest' is used more often than `furthest' in this physical sense); "see who could jump the farthest"; "chose the farthest seat from the door"; "he swam the furthest"
-00030914 02 r 02 furthest 1 farthest 1 000 | to the greatest degree or extent or most advanced stage (`furthest' is used more often than `farthest' in this abstract sense); "went the furthest of all the children in her education"; "furthest removed from reality"; "she goes farthest in helping us"
-00031214 02 r 01 futilely 0 001 \ 01866812 a 0103 | in a futile and unproductive manner
-00031304 02 r 01 still 1 001 ! 00031515 r 0101 | with reference to action or condition; without change, interruption, or cessation; "it's still warm outside"; "will you still love me when we're old and grey?"
-00031515 02 r 02 no_longer 0 no_more 1 001 ! 00031304 r 0101 | not now; "she is no more"
-00031606 02 r 02 anymore 1 any_longer 1 000 | at the present or from now on; usually used with a negative; "Alice doesn't live here anymore"; "the children promised not to quarrel any more"
-00031798 02 r 01 already 0 000 | prior to a specified or implied time; "she has already graduated"
-00031899 02 r 04 very 0 really 0 real 1 rattling 0 000 | used as intensifiers; `real' is sometimes used informally for `really'; `rattling' is informal; "she was very gifted"; "he played very well"; "a really enjoyable evening"; "I'm real sorry about it"; "a rattling good yarn"
-00032180 02 r 03 fabulously 0 fantastically 0 incredibly 2 000 | exceedingly; extremely; "she plays fabulously well"
-00032299 02 r 04 mighty 0 mightily 0 powerful 0 right 6 001 ;u 06321054 n 0000 | (Southern regional intensive) very; to a great degree; "the baby is mighty cute"; "he's mighty tired"; "it is powerful humid"; "that boy is powerful big now"; "they have a right nice place"; "they rejoiced mightily"
-00032598 02 r 01 good_and 0 001 ;u 07075172 n 0000 | completely or thoroughly; "when I'm good and ready"
-00032705 02 r 01 fucking 0 000 | intensifier, very colloquial; "what took you so fucking long?"
-00032803 02 r 01 much 3 000 | very; "he was much annoyed"
-00032863 02 r 02 henceforth 0 henceforward 0 000 | from this time forth; from now on; "henceforth she will be known as Mrs. Smith"
-00032996 02 r 01 hereafter 1 000 | following this in time or order or place; after this; "hereafter you will no longer receive an allowance"
-00033139 02 r 01 hereafter 3 000 | in a future life or state; "hope to win salvation hereafter"
-00033237 02 r 01 hereunder 1 000 | under the terms of this agreement
-00033308 02 r 02 just 1 just_now 0 000 | only a moment ago; "he has just arrived"; "the sun just now came out"
-00033421 02 r 04 instantaneously 0 outright 2 instantly 2 in_a_flash 0 001 \ 00979031 a 0101 | without any delay; "he was killed outright"
-00033562 02 r 01 mildly 0 001 \ 01508719 a 0101 | to a moderate degree; "he was mildly interested"
-00033663 02 r 03 a_bit 0 a_little 0 a_trifle 0 000 | to a small degree; somewhat; "it's a bit warm"; "felt a little better"; "a trifle smaller"
-00033809 02 r 01 anon 0 001 ;u 07075172 n 0000 | (old-fashioned or informal) in a little while; "see you anon"
-00033922 02 r 04 soon 0 shortly 0 presently 1 before_long 0 000 | in the near future; "the doctor will soon be here"; "the book will appear shortly"; "she will arrive presently"; "we should have news before long"
-00034137 02 r 01 ASAP 0 000 | as soon as possible
-00034189 02 r 01 shortly 1 000 | for a short time; "he was at the airport shortly before she was expected to arrive"
-00034308 02 r 01 shortly 3 000 | at a short distance; "the hem fell shortly below her knees"
-00034403 02 r 02 momentarily 0 momently 0 000 | at any moment; "she will be with you momently"
-00034500 02 r 01 shoulder-to-shoulder 0 001 \ 00446921 a 0101 | side by side and close together; "the troops marched shoulder-to-shoulder"
-00034641 02 r 02 soonest 0 earliest 0 000 | with the least delay; "the soonest I can arrive is 3 P.M."
-00034746 02 r 01 spiritedly 0 001 \ 02278939 a 0101 | in a spirited or lively manner; with animation and vivacity
-00034862 02 r 01 sportively 0 001 \ 02122132 a 0101 | in a merry sportive manner
-00034945 02 r 03 stormily 0 turbulently 1 passionately 1 001 \ 01742912 a 0101 | in a stormy or violent manner
-00035058 02 r 05 frequently 0 often 0 oftentimes 0 oft 0 ofttimes 0 003 ! 00035385 r 0201 ! 00374520 r 0101 \ 01066542 a 0101 | many times at short intervals; "we often met over a cup of coffee"
-00035255 02 r 01 oftener 0 000 | more often or more frequently
-00035320 02 r 01 anon 1 000 | at another time; "ever and anon"
-00035385 02 r 02 rarely 0 seldom 0 002 ! 00035058 r 0102 \ 01067538 a 0101 | not often; "we rarely met"
-00035491 02 r 03 curiously 1 oddly 0 peculiarly 0 003 \ 00968010 a 0304 \ 00968010 a 0203 \ 00968010 a 0101 | in a manner differing from the usual or expected; "had a curiously husky voice"; "he's behaving rather peculiarly"
-00035718 02 r 08 reasonably 0 moderately 0 pretty 0 jolly 0 somewhat 0 fairly 2 middling 0 passably 0 004 \ 01531375 a 0201 ! 00036068 r 0202 \ 01532261 a 0103 ! 00036068 r 0101 | to a moderately sufficient extent or degree; "pretty big"; "pretty bad"; "jolly decent of him"; "the shoes are priced reasonably"; "he is fairly clever with computers"
-00036068 02 r 02 unreasonably 0 immoderately 2 004 ! 00035718 r 0202 \ 01533120 a 0201 ! 00035718 r 0101 \ 01533974 a 0104 | to a degree that exceeds the bounds or reason or moderation; "his prices are unreasonably high"
-00036291 02 r 03 slightly 1 somewhat 1 more_or_less 1 000 | to a small degree or extent; "his arguments were somewhat self-contradictory"; "the children argued because one slice of cake was slightly larger than the other"
-00036515 02 r 01 movingly 0 001 \ 01560513 a 0101 | in a moving manner; "she sang movingly"
-00036609 02 r 01 extensively 0 001 \ 01386234 a 0101 | in a widespread way; "oxidation ponds are extensively used for sewage treatment in the Midwest"
-00036762 02 r 04 intrinsically 0 per_se 0 as_such 0 in_and_of_itself 0 001 \ 01348258 a 0101 | with respect to its inherent nature; "this statement is interesting per se"
-00036935 02 r 06 decidedly 0 unquestionably 1 emphatically 0 definitely 0 in_spades 0 by_all_odds 0 003 \ 00156575 a 0301 \ 01918184 a 0201 \ 00701299 a 0102 | without question and beyond doubt; "it was decidedly too expensive"; "she told him off in spades"; "by all odds they should win"
-00037226 02 r 03 truly 0 genuinely 0 really 3 003 \ 02460964 a 0304 \ 02460964 a 0202 \ 02460502 a 0101 | in accordance with truth or fact or reality; "she was now truly American"; "a genuinely open society"; "they don't really listen to us"
-00037470 02 r 01 indeed 2 001 ;u 07106246 n 0000 | (used as an interjection) an expression of surprise or skepticism or irony etc.; "Wants to marry the butler? Indeed!"
-00037641 02 r 02 indeed 3 so 0 000 | in truth (often tends to intensify); "they said the car would break down and indeed it did"; "it is very cold indeed"; "was indeed grateful"; "indeed, the rain may still come"; "he did so do it!"
-00037876 02 r 01 in_the_lurch 0 001 ;u 07154330 n 0000 | in a difficult or vulnerable position; "he resigned and left me in the lurch"
-00038013 02 r 03 in_truth 1 really 2 truly 4 001 ;u 06321054 n 0000 | in fact (used as intensifiers or sentence modifiers); "in truth, moral decay hastened the decline of the Roman Empire"; "really, you shouldn't have done it"; "a truly awful book"
-00038264 02 r 01 forsooth 0 000 | an archaic word originally meaning `in truth' but now usually used to express disbelief
-00038388 02 r 01 in_utero 0 000 | in the uterus; "the child was infected in utero from the mother"
-00038489 02 r 01 in_vacuo 0 000 | in a vacuum
-00038537 02 r 01 in_vacuo 1 000 | in isolation and without reference to anything else
-00038625 02 r 03 naturally 0 of_course 0 course 0 001 ! 00038767 r 0101 | as might be expected; "naturally, the lawyer sent us a huge bill"
-00038767 02 r 01 unnaturally 3 002 \ 01570470 a 0101 ! 00038625 r 0101 | in a manner at variance with what is natural or normal; "The early Church not unnaturally adopted the position that failure to see the messianic character of his work was really caused by the people's own blindness"
-00039058 02 r 01 clearly 0 001 \ 00428404 a 0101 | without doubt or question; "they were clearly lost"; "history has clearly shown the folly of that policy"
-00039217 02 r 01 unclearly 0 002 \ 00430191 a 0101 \ 01405523 a 0102 | in a manner that is unclear
-00039318 02 r 07 obviously 0 evidently 0 manifestly 0 patently 0 apparently 1 plainly 0 plain 0 007 ;u 07075172 n 0000 \ 01618376 a 0605 \ 01618376 a 0501 \ 01618376 a 0404 \ 01618376 a 0303 \ 01618376 a 0202 \ 01618053 a 0101 | unmistakably (`plain' is often used informally for `plainly'); "the answer is obviously wrong"; "she was in bed and evidently in great pain"; "he was manifestly too important to leave off the guest list"; "it is all patently nonsense"; "she has apparently been living here for some time"; "I thought he owned the property, but apparently not"; "You are plainly wrong"; "he is plain stubborn"
-00039941 02 r 04 apparently 0 seemingly 0 ostensibly 0 on_the_face_of_it 0 003 \ 01117942 a 0301 \ 01873985 a 0203 \ 01873985 a 0101 | from appearances alone; "irrigation often produces bumper crops from apparently desert land"; "the child is seemingly healthy but the doctor is concerned"; "had been ostensibly frank as to his purpose while really concealing it"-Thomas Hardy; "on the face of it the problem seems minor"
-00040365 02 r 04 again 0 once_again 0 once_more 0 over_again 0 000 | anew; "she tried again"; "they rehearsed the scene again"
-00040494 02 r 01 withal 0 000 | together with this
-00040547 02 r 04 by_chance 0 accidentally 0 circumstantially 1 unexpectedly 0 002 \ 00930290 a 0401 ! 00062330 r 0202 | without advance planning; "they met accidentally"
-00040719 02 r 02 unexpectedly 1 out_of_the_blue 0 001 \ 00930290 a 0101 | in a way that was not expected; "her brother showed up at the wedding out of the blue"
-00040882 02 r 01 out_of_the_way 0 000 | so as not to obstruct or hinder; "put that box out of the way so that no one trips on it"
-00041014 02 r 01 out_of_the_way 1 000 | dealt with; disposed of; "I'm so relieved that my midterm is out of the way"
-00041133 02 r 01 out_of_the_way 2 000 | murdered; "the mob boss wanted his rival out of the way"
-00041232 02 r 01 out_of_the_way 3 000 | in a remote location or at a distance from the usual route; "the restaurant is top-notch, but a little out of the way"
-00041393 02 r 01 out_of_the_way 4 000 | improper; amiss;
-00041452 02 r 01 out_of_the_way 5 000 | extraordinary; unusual; "such erratic behavior was out of the way for him"
-00041570 02 r 02 in_the_way 0 in_someone's_way 0 000 | forming a hindrance, impediment, or obstruction; "she might have succeeded in her ambition, had not circumstances been in her way"
-00041758 02 r 01 specifically 0 002 ! 00041954 r 0101 \ 01103021 a 0101 | in distinction from others; "a program specifically for teenagers"; "he is interested specifically in poisonous snakes"
-00041954 02 r 03 generally 1 in_general 0 in_the_main 0 002 ! 00041758 r 0101 \ 01101391 a 0101 | without distinction of one from others; "he is interested in snakes in general"
-00042134 02 r 01 nonspecifically 0 001 \ 01105620 a 0101 | without specificity; "nonspecifically staining substances"
-00042254 02 r 04 fortunately 0 fortuitously 0 luckily 0 as_luck_would_have_it 0 005 ! 00042769 r 0302 \ 01468097 a 0301 \ 01048587 a 0201 ! 00042769 r 0101 \ 01047874 a 0101 | by good fortune; "fortunately the weather was good"
-00042484 02 r 01 happily 0 002 ! 00042614 r 0101 \ 01048406 a 0102 | in an unexpectedly lucky way; "happily he was not injured"
-00042614 02 r 02 sadly 0 unhappily 1 002 ! 00042484 r 0101 \ 01361863 a 0101 | in an unfortunate way; "sadly he died before he could see his grandchild"
-00042769 02 r 04 unfortunately 0 unluckily 0 regrettably 0 alas 0 005 \ 01052038 a 0301 ! 00042254 r 0203 \ 01051410 a 0205 ! 00042254 r 0101 \ 01049462 a 0101 | by bad luck; "unfortunately it rained all day"; "alas, I cannot stay"
-00043003 02 r 05 therefore 0 hence 0 thence 0 thus 0 so a 000 | (used to introduce a logical conclusion) from that fact or reason or as a result; "therefore X must be true"; "the eggs were fresh and hence satisfactory"; "we were young and thence optimistic"; "it is late and thus we must go"; "the witness is biased and so cannot be trusted"
-00043347 02 r 01 ergo 0 000 | (used as a sentence connector) therefore or consequently
-00043436 02 r 01 hence 1 000 | from this time; "a year hence it will be forgotten"
-00043521 02 r 01 hence 2 001 ;u 07073447 n 0000 | from this place; "get thee hence!"
-00043608 02 r 02 thence 1 therefrom 1 000 | from that place or from there; "proceeded thence directly to college"; "flew to Helsinki and thence to Moscow"; "roads that lead therefrom"
-00043794 02 r 03 thence 2 therefrom 2 thereof 2 000 | from that circumstance or source; "atomic formulas and all compounds thence constructible"- W.V.Quine; "a natural conclusion follows thence"; "public interest and a policy deriving therefrom"; "typhus fever results therefrom"
-00044076 02 r 01 therefor 0 001 ;c 08441203 n 0000 | (in formal usage, especially legal usage) for that or for it; "ordering goods and enclosing payment therefor"; "a refund therefor"
-00044262 02 r 01 vocationally 0 001 \ 02840478 a 0101 | affecting the pursuit of a vocation or occupation; "vocationally trained"
-00044394 02 r 01 face_to_face 0 000 | involving close contact; confronting each other; "the boy and the policeman suddenly came face-to-face at the corner"; "they spoke face to face"
-00044579 02 r 02 one-on-one 0 person-to-person 0 000 | (of two persons) in direct encounter; "preferred to settle the matter one-on-one"; "interviewed her person-to-person"
-00044754 02 r 01 face-to-face 2 000 | within each other's presence; "she met the president face-to-face"
-00044861 02 r 02 face-to-face 5 opposite 0 000 | directly facing each other; "the two photographs lay face-to-face on the table"; "lived all their lives in houses face-to-face across the street"; "they sat opposite at the table"
-00045092 02 r 01 vis-a-vis 0 000 | face-to-face with; literally `face to face'; "they sat vis-a-vis at the table"; "I found myself vis-a-vis a burly policeman"
-00045254 02 r 01 tete_a_tete 0 000 | without the intrusion of a third person; in intimate privacy; "we talked tete-a-tete"
-00045379 02 r 01 if_not 0 000 | perhaps; indicating possibility of being more remarkable (greater or better or sooner) than; "will yield 10% if not more"; "pretty if not actually beautiful"; "let's meet tonight if not sooner"
-00045607 02 r 01 beyond 0 000 | in addition; "agreed to provide essentials but nothing beyond"
-00045704 02 r 01 beyond 1 000 | farther along in space or time or degree; "through the valley and beyond"; "to the eighth grade but not beyond"; "will be influential in the 1990s and beyond"
-00045897 02 r 01 beyond 2 000 | on the farther side from the observer; "a pond with a hayfield beyond"
-00046002 02 r 01 otherwise 1 000 | in other respects or ways; "he is otherwise normal"; "the funds are not otherwise available"; "an otherwise hopeless situation"
-00046167 02 r 02 additionally 0 to_boot 0 000 | in addition, by way of addition; furthermore; "he serves additionally as the CEO"
-00046299 02 r 04 extremely 0 exceedingly 0 super 0 passing 0 001 \ 01511520 a 0101 | to an extreme degree; "extremely cold"; "extremely unpleasant"
-00046449 02 r 01 drop-dead 0 001 ;u 07157273 n 0000 | extremely; "she was drop-dead gorgeous"
-00046545 02 r 01 beyond_measure 0 000 | in excess or without limit; "amazed beyond measure"
-00046639 02 r 05 madly 0 insanely 2 deadly 0 deucedly 0 devilishly 2 001 ;u 06321054 n 0000 | (used as intensives) extremely; "she was madly in love"; "deadly dull"; "deadly earnest"; "deucedly clever"; "insanely jealous"
-00046863 02 r 02 inordinately 0 extraordinarily 0 002 \ 01534648 a 0201 \ 01533974 a 0102 | extremely; "she was inordinately smart"; "it will be an extraordinarily painful step to negotiate"
-00047056 02 r 03 by_far 0 far_and_away 0 out_and_away 0 000 | by a considerable margin; "she was by far the smartest student"; "it was far and away the best meal he had ever eaten"
-00047239 02 r 01 head_and_shoulders_above 0 000 | outstandingly superior to; "in intelligence he was head and shoulders above the others in his class"
-00047392 02 r 04 excessively 0 overly 0 to_a_fault 0 too 0 001 \ 01533974 a 0101 | to a degree exceeding normal or proper limits; "too big"
-00047534 02 r 05 besides 3 too 1 also 0 likewise 1 as_well 1 000 | in addition; "he has a Mercedes, too"
-00047641 02 r 02 yet 0 in_time 0 000 | within an indefinite time or at an unspecified future time; "he longed for the flowers that were yet to show themselves"; "sooner or later you will have to face the facts"; "in time they came to accept the harsh reality"
-00047903 02 r 05 ultimately 1 finally 0 in_the_end 0 at_last 0 at_long_last 0 002 \ 01579128 a 0201 \ 01013961 a 0101 | as the end result of a succession or process; "ultimately he had to give in"; "at long last the winter was over"
-00048138 02 r 02 finally 2 eventually 0 001 \ 01578856 a 0201 | after an unspecified period of time or an especially long delay
-00048268 02 r 02 presently 0 currently 0 002 \ 00666058 a 0201 \ 01731351 a 0101 | at this time or period; now; "he is presently our ambassador to the United Nations"; "currently they live in Connecticut"
-00048475 02 r 03 nowadays 0 now 0 today 1 000 | in these times; "it is solely by their language that the upper classes nowadays are distinguished"- Nancy Mitford; "we now rarely see horse-drawn vehicles on city streets"; "today almost every home has television"
-00048739 02 r 0a immediately 0 instantly 0 straightaway 0 straight_off 0 directly 7 now 1 right_away 0 at_once 0 forthwith 0 like_a_shot 0 001 \ 00770316 a 0101 | without delay or hesitation; with no time intervening; "he answered immediately"; "found an answer straightaway"; "an official accused of dishonesty should be suspended forthwith"; "Come here now!"
-00049102 02 r 01 now 2 000 | used to preface a command or reproof or request; "now hear this!"; "now pay attention"
-00049220 02 r 02 now 4 at_present 0 000 | at the present moment; "goods now on sale"; "the now-aging dictator"; "they are now abroad"; "he is busy at present writing a new novel"; "it could happen any time now"
-00049433 02 r 01 now 5 000 | in the historical present; at this point in the narration of a series of past events; "President Kennedy now calls in the National Guard"; "Washington now decides to cross the Delaware"; "the ship is now listing to port"
-00049685 02 r 01 now 6 000 | in the immediate past; "told me just now"
-00049758 02 r 01 now 7 000 | (prefatory or transitional) indicates a change of subject or activity; "Now the next problem is..."
-00049889 02 r 01 now_now 0 000 | interjection of rebuke
-00049947 02 r 02 aggressively 0 sharply 0 001 \ 00082241 a 0101 | in an aggressive manner; "she was being sharply questioned"
-00050075 02 r 02 shrilly 0 piercingly 1 001 \ 01214430 a 0101 | in a shrill voice; "she sang rather shrilly"
-00050186 02 r 01 steadily 1 001 \ 02301560 a 0101 | at a steady rate or pace; "his interest eroded steadily"
-00050297 02 r 06 happily 1 merrily 0 mirthfully 0 gayly 0 blithely 0 jubilantly 0 007 \ 01367211 a 0604 \ 00363291 a 0501 \ 01367651 a 0401 \ 01367651 a 0306 \ 01367431 a 0204 ! 00050556 r 0101 \ 01148283 a 0101 | in a joyous manner; "they shouted happily"
-00050556 02 r 01 unhappily 0 002 ! 00050297 r 0101 \ 01805064 a 0101 | in an unpleasant way; "they were unhappily married"
-00050681 02 r 02 no 2 no_more 5 000 | referring to the degree to which a certain quality is present; "he was no heavier than a child"
-00050817 02 r 04 firm 0 firmly 2 steadfastly 0 unwaveringly 0 003 \ 01990653 a 0408 \ 01990653 a 0302 \ 01990653 a 0201 | with resolute determination; "we firmly believed it"; "you must stand firm"
-00051017 02 r 03 squarely 0 foursquare 0 straightforwardly 1 001 \ 00766102 a 0302 | with firmness and conviction; without compromise; "he stood foursquare for religious liberty and toleration"- C.G.Bowers; "dealt straightforwardly with all issues"
-00051268 02 r 02 squarely 1 square 1 000 | firmly and solidly; "hit the ball squarely"; "the bat met the ball squarely"; "planted his great bulk square before his enemy"
-00051440 02 r 02 squarely 2 square 2 001 \ 02043217 a 0101 | in a square shape; "a squarely cut piece of paper"; "folded the sheet of paper square"
-00051590 02 r 03 squarely 3 forthrightly 0 forthright 0 001 \ 00766102 a 0101 | directly and without evasion; not roundabout; "to face a problem squarely"; "the responsibility lies squarely with them"; "spoke forthright (or forthrightly) and to the point"
-00051848 02 r 03 directly 0 straight 5 direct 0 002 \ 02310895 a 0201 \ 00760916 a 0101 | without deviation; "the path leads directly to the lake"; "went direct to the office"
-00052026 02 r 02 squarely 5 square 0 000 | in a straight direct way; "looked him squarely in the eye"; "ran square into me"
-00052152 02 r 01 due 0 000 | directly or exactly; straight; "went due North"
-00052231 02 r 03 variously 0 diversely 0 multifariously 0 003 \ 02506922 a 0304 \ 02067491 a 0201 \ 02067491 a 0102 | in diverse ways; "the alternatives that are variously represented by the participants"; "the speakers treated the subject most diversely"
-00052489 02 r 03 indefatigably 0 tirelessly 0 inexhaustibly 0 002 \ 00874920 a 0202 \ 00874920 a 0101 | with indefatigable energy; "she watched the show indefatigably"
-00052659 02 r 01 biradially 0 001 \ 02372303 a 0101 | in a biradial manner; "biradially symmetrical"
-00052762 02 r 01 bitterly 0 001 \ 00116744 a 0102 | with bitterness, in a resentful manner; "she complained bitterly"
-00052882 02 r 01 bitterly 1 001 \ 02435901 a 0101 | indicating something hard to accept; "he was bitterly disappointed"
-00053004 02 r 05 very_well 1 fine 0 alright 0 all_right 0 OK 0 000 | an expression of agreement normally occurring at the beginning of a sentence
-00053152 02 r 02 all_right 1 alright 1 000 | without doubt (used to reinforce an assertion); "it's expensive all right"
-00053274 02 r 02 swiftly 0 fleetly 0 002 \ 00978199 a 0201 \ 00978199 a 0102 | in a swift manner; "she moved swiftly"
-00053394 02 r 01 openly 0 001 \ 01652902 a 0101 | in an open way; "he openly flaunted his affection for his sister"
-00053512 02 r 01 practically 1 001 \ 01834304 a 0101 | in a practical manner; "practically orientated institutions such as business schools"; "a brilliant man but so practically inept that he needed help to cross the road safely"
-00053744 02 r 01 practically 0 000 | almost; nearly; "practically the first thing I saw when I got off the train"; "he was practically the only guest at the party"; "there was practically no garden at all"
-00053952 02 r 02 presumably 0 presumptively 0 001 \ 02418412 a 0101 | by reasonable assumption; "presumably, he missed the train"
-00054084 02 r 01 pyramidically 0 001 \ 01810998 a 0103 | in a pyramidal manner or shape; "the bush was trimmed pyramidically"
-00054212 02 r 01 next 0 000 | at the time or occasion immediately following; "next the doctor examined his back"
-00054327 02 r 02 for_the_moment 0 for_the_time_being 2 000 | temporarily; "we'll stop for the time being"
-00054435 02 r 01 easily 6 000 | without question; "easily the best book she's written"
-00054524 02 r 01 by_hand 1 001 ! 00054636 r 0101 | without the use of a machine; "this dress is sewn by hand"
-00054636 02 r 01 by_machine 0 001 ! 00054524 r 0101 | with the use of a machine; "the shirt is sewn by machine"
-00054750 02 r 01 hand_to_hand 0 000 | at close quarters; "fought hand to hand"
-00054831 02 r 01 hand_to_mouth 0 000 | with barely enough money for immediate needs; "they lived form hand to mouth"
-00054950 02 r 04 terribly 0 awfully 0 awful 0 frightfully 0 001 ;u 07075172 n 0000 | used as intensifiers; "terribly interesting"; "I'm awful sorry"
-00055101 02 r 06 terribly 1 atrociously 0 awfully 2 abominably 0 abysmally 0 rottenly 0 004 \ 01127782 a 0604 \ 01126291 a 0303 \ 01126291 a 0201 \ 01126291 a 0106 | in a terrible manner; "she sings terribly"
-00055312 02 r 03 acceptably 0 tolerably 1 so-so 0 004 ! 00055518 r 0202 \ 02435026 a 0201 ! 00055518 r 0101 \ 00017782 a 0101 | in an acceptable (but not outstanding) manner; "she plays tennis tolerably"
-00055518 02 r 02 unacceptably 0 intolerably 0 004 ! 00055312 r 0202 \ 02435026 a 0201 ! 00055312 r 0101 \ 00017782 a 0101 | to an unacceptable degree; "The percentage of lead in our drinking water is unacceptably high"
-00055739 02 r 01 abusively 0 001 \ 01160584 a 0101 | in an abusive manner; "he behaved abusively toward his children"
-00055859 02 r 01 admiringly 0 000 | with admiration; "he looked at his wife admiringly"
-00055949 02 r 01 adoringly 0 001 \ 01464433 a 0101 | with adoration; "he looked at his wife adoringly"
-00056054 02 r 01 adroitly 0 002 ! 00056200 r 0101 \ 00061262 a 0101 | with adroitness; in an adroit manner; "he handled the situation adroitly"
-00056200 02 r 01 maladroitly 0 002 ! 00056054 r 0101 \ 00063277 a 0101 | in a maladroit manner; "he dealt with the situation maladroitly"
-00056340 02 r 03 dreadfully 0 awfully 1 horribly 0 003 \ 00193480 a 0304 \ 00193799 a 0201 \ 01803247 a 0101 | of a dreadful kind; "there was a dreadfully bloody accident on the road this morning"
-00056539 02 r 01 greatly 0 001 \ 01677433 a 0101 | to an extraordinary extent or degree; "he improved greatly"
-00056652 02 r 01 drastically 2 001 \ 00841934 a 0101 | in a drastic manner
-00056729 02 r 03 at_all 0 in_the_least 0 the_least_bit 0 000 | in the slightest degree or in any respect; "Are you at all interested? No, not at all"; "was not in the least unfriendly"
-00056916 02 r 01 by_all_means 0 002 ;u 07075172 n 0000 ! 00057042 r 0101 | definitely or certainly; "Visit us by all means"
-00057042 02 r 03 by_no_means 0 not_by_a_long_sight 0 not_by_a_blame_sight 0 002 ;u 07075172 n 0000 ! 00056916 r 0101 | definitely not; "the prize is by no means certain"; "and that isn't all, not by a long sight"
-00057257 02 r 02 thoroughly 0 exhaustively 0 001 \ 00311505 a 0101 | in an exhaustive manner; "we searched the files thoroughly"
-00057388 02 r 03 thoroughly 1 soundly 0 good 1 003 ;u 07075172 n 0000 \ 00523786 a 0201 \ 00522463 a 0102 | completely and absolutely (`good' is sometimes used informally for `thoroughly'); "he was soundly defeated"; "we beat him good"
-00057626 02 r 02 through 5 through_and_through 0 000 | throughout the entire extent; "got soaked through in the rain"; "I'm frozen through"; "a letter shot through with the writer's personality"; "knew him through and through"; "boards rotten through and through"
-00057892 02 r 01 soundly 1 001 \ 00693020 a 0103 | deeply or completely; "slept soundly through the storm"; "the baby is sleeping soundly"
-00058033 02 r 02 right 9 flop 1 001 ;u 07075172 n 0000 | exactly; "he fell flop on his face"
-00058128 02 r 03 directly 1 flat 0 straight 4 002 ! 00058359 r 0101 \ 00763901 a 0101 | in a forthright manner; candidly or frankly; "he didn't answer directly"; "told me straight out"; "came out flat for less work and more pay"
-00058359 02 r 01 indirectly 0 002 ! 00058128 r 0101 \ 00766457 a 0101 | not in a forthright manner; "he answered very indirectly"
-00058491 02 r 01 indigenously 0 001 \ 01036383 a 0105 | in an indigenous manner
-00058573 02 r 01 individualistically 0 001 \ 00494027 a 0102 | in an individualistic manner
-00058667 02 r 01 intractably 0 001 \ 02451951 a 0101 | in an intractable manner
-00058749 02 r 01 man-to-man 0 000 | directly; "we must talk man-to-man"
-00058823 02 r 01 secondhand 0 001 \ 01854702 a 0101 | by indirect means; "I heard about it only secondhand or thirdhand"; "he prefers to buy secondhand"
-00058978 02 r 01 thirdhand 0 001 \ 01855204 a 0101 | by doubly indirect means; "I got the news thirdhand"
-00059086 02 r 01 much 0 000 | to a great degree or extent; "she's much better now"
-00059171 02 r 06 a_lot 0 lots 0 a_good_deal 0 a_great_deal 0 much 4 very_much 1 000 | to a very great degree or extent; "I feel a lot better"; "we enjoyed ourselves very much"; "she was very much interested"; "this would help a great deal"
-00059413 02 r 03 much 6 a_great_deal 3 often 1 000 | frequently or in great quantities; "I don't drink much"; "I don't travel much"
-00059547 02 r 01 often 2 000 | in many cases or instances
-00059607 02 r 01 better 0 000 | comparative of `well'; in a better or more excellent manner or more advantageously or attractively or to a greater degree etc.; "She had never sung better"; "a deed better left undone"; "better suited to the job"
-00059854 02 r 03 increasingly 0 progressively 1 more_and_more 0 002 \ 02536518 a 0201 \ 02534877 a 0101 | advancing in amount or intensity; "she became increasingly depressed"
-00060032 02 r 02 effectively 0 in_effect 0 001 \ 00044132 a 0101 | in actuality or reality or fact; "she is effectively his wife"; "in effect, they had no choice"
-00060197 02 r 01 de_facto 0 000 | in reality or fact; "the result was, de facto, a one-party system"
-00060300 02 r 03 for_all_practical_purposes 0 to_all_intents_and_purposes 1 for_all_intents_and_purposes 0 000 | in every practical sense; "to all intents and purposes the case is closed"; "the rest are for all practical purposes useless"
-00060541 02 r 01 reproducibly 0 001 \ 01867996 a 0101 | in a manner that is reproducible
-00060632 02 r 02 previously 0 antecedently 0 002 \ 00121865 a 0201 \ 00127137 a 0101 | at an earlier time or formerly; "she had previously lived in Chicago"; "he was previously president of a bank"; "better than anything previously proposed"; "a previously unquestioned attitude"; "antecedently arranged"
-00060939 02 r 02 earlier 0 before 3 000 | earlier in time; previously; "I had known her before"; "as I said before"; "he called me the day before but your call had come even earlier"; "her parents had died four years earlier"; "I mentioned that problem earlier"
-00061203 02 r 06 subsequently 0 later 1 afterwards 0 afterward 0 after 1 later_on 0 002 \ 00123485 a 0201 \ 00122626 a 0101 | happening at a time subsequent to a reference time; "he apologized subsequently"; "he's going to the store but he'll be back here later"; "it didn't happen until afterward"; "two hours after that"
-00061528 02 r 04 abruptly 0 suddenly 0 short 4 dead 1 002 \ 01143279 a 0201 \ 01143585 a 0101 | quickly and without warning; "he stopped suddenly"
-00061677 02 r 03 suddenly 2 all_of_a_sudden 1 of_a_sudden 0 000 | happening unexpectedly; "suddenly she felt a sharp pain in her side"
-00061814 02 r 01 presto 1 000 | suddenly; "Presto! begone! 'tis here again"- Swift
-00061899 02 r 01 presto 2 001 ;c 07020895 n 0000 | at a very fast tempo (faster than allegro)
-00061995 02 r 01 inscriptively 0 001 \ 02749600 a 0101 | by means of an inscription
-00062081 02 r 01 inscrutably 0 001 \ 00939444 a 0104 | in an inscrutable manner
-00062163 02 r 01 insecticidally 0 001 \ 02749690 a 0101 | by means of an insecticide
-00062250 02 r 01 insensately 0 001 \ 00117754 a 0102 | in an insensate manner
-00062330 02 r 08 intentionally 0 deliberately 0 designedly 0 on_purpose 0 purposely 0 advisedly 0 by_choice 0 by_design 0 005 ! 00040547 r 0202 \ 01337939 a 0201 ! 00062650 r 0101 \ 01338116 a 0101 ! 00062650 r 0202 | with intention; in an intentional manner; "he used that word intentionally"; "I did this by choice"
-00062650 02 r 02 unintentionally 0 accidentally 2 004 ! 00062330 r 0202 \ 01338909 a 0201 ! 00062330 r 0101 \ 01339492 a 0101 | without intention; in an unintentional manner; "she hit him unintentionally"
-00062857 02 r 02 consequently 0 accordingly 0 001 \ 00122844 a 0102 | (sentence connectors) because of the reason given; "consequently, he didn't do it"; "continued to have severe headaches and accordingly returned to the doctor"
-00063089 02 r 01 accordingly 1 000 | in accordance with; "she acted accordingly"
-00063172 02 r 03 alternatively 0 instead 0 or_else 1 001 \ 00564667 a 0101 | in place of, or as an alternative to; "Felix became a herpetologist instead"; "alternatively we could buy a used car"
-00063369 02 r 02 let_alone 0 not_to_mention 0 000 | much less; "she can't boil potatoes, let alone cook a meal"
-00063483 02 r 01 a_fortiori 0 000 | with greater reason; for a still stronger, more certain reason; "if you are wrong then, a fortiori, so am I"
-00063630 02 r 03 altogether 0 all_told 0 in_all 0 000 | with everything included or counted; "altogether he earns close to a million dollars"
-00063774 02 r 01 all_together 1 000 | used of a group whose members acted or were acted upon collectively and when `all' and `together' can be separated by other words; "they were herded all together"; "they were all herded together"; "the books lay all together in a heap"; "the books all lay together..."
-00064083 02 r 01 anatomically 0 001 \ 02897524 a 0102 | with respect to anatomy; "anatomically correct"
-00064189 02 r 01 blindly 1 001 \ 01926654 a 0101 | without preparation or reflection; without a rational basis; "they bought the car blindly"; "he picked a wife blindly"
-00064361 02 r 01 chromatically 0 001 \ 00366691 a 0101 | with respect to color; "chromatically pure"
-00064464 02 r 01 chronologically 0 001 \ 02956880 a 0101 | with respect to chronology; "he is chronologically older"
-00064583 02 r 01 clinically 0 001 \ 02885529 a 0101 | in a clinical manner; "she is clinically qualified"
-00064691 02 r 02 punctually 0 duly 0 002 \ 00929916 a 0201 \ 01900349 a 0101 | at the proper time; "she was duly apprised of the raise"
-00064829 02 r 01 mathematically 0 001 \ 02937876 a 0101 | with respect to mathematics; "mathematically impossible"
-00064946 02 r 03 meanwhile 0 meantime 0 in_the_meantime 0 000 | during the intervening time; "meanwhile I will not think about the problem"; "meantime he was attentive to his other interests"; "in the meantime the police were notified"
-00065184 02 r 01 meanwhile 1 000 | at the same time but in another place; "meanwhile, back at the ranch..."
-00065294 02 r 01 twice 0 000 | two times; "I called her twice"
-00065359 02 r 01 largely 1 000 | on a large scale; "the sketch was so largely drawn that you could see it from the back row"
-00065486 02 r 01 largo 0 002 ;c 07020895 n 0000 \ 00983196 a 0101 | slowly and broadly
-00065575 02 r 02 lengthily 0 at_length 0 001 \ 01439155 a 0103 | in a lengthy or prolix manner; "the argument went on lengthily"; "she talked at length about the problem"
-00065748 02 r 01 last 0 000 | most_recently; "I saw him last in London"
-00065822 02 r 04 last 1 lastly 0 in_conclusion 0 finally 3 001 \ 01013279 a 0101 | the item at the end; "last, I'll discuss family values"
-00065963 02 r 02 last_but_not_least 0 last_not_least 0 000 | in addition to all the foregoing; "last not least he plays the saxophone"
-00066100 02 r 01 lastingly 0 001 \ 01754421 a 0101 | in an enduring or permanent manner
-00066190 02 r 04 absently 0 abstractedly 0 inattentively 0 absentmindedly 0 004 \ 00165171 a 0402 \ 00164863 a 0301 \ 00165171 a 0203 \ 00165171 a 0101 | in an absentminded or preoccupied manner; "he read the letter absently"
-00066418 02 r 01 accusingly 0 001 \ 00924257 a 0103 | in an accusing manner; "he looked at her accusingly"
-00066527 02 r 01 affectedly 0 001 \ 00073048 a 0101 | in an affected manner
-00066605 02 r 03 affectingly 0 poignantly 0 touchingly 0 003 \ 01560821 a 0303 \ 01560821 a 0202 \ 01560821 a 0101 | in a poignant or touching manner; "she spoke poignantly"
-00066781 02 r 03 ahead 0 in_front 0 before 1 000 | at or in the front; "I see the lights of a town ahead"; "the road ahead is foggy"; "staring straight ahead"; "we couldn't see over the heads of the people in front"; "with the cross of Jesus marching on before"
-00067045 02 r 03 ahead 1 in_advance 0 beforehand 0 000 | ahead of time; in anticipation; "when you pay ahead (or in advance) you receive a discount"; "We like to plan ahead"; "should have made reservations beforehand"
-00067265 02 r 06 ahead 2 onward 1 onwards 0 forward 1 forwards 0 forrader 0 000 | in a forward direction; "go ahead"; "the train moved ahead slowly"; "the boat lurched ahead"; "moved onward into the forest"; "they went slowly forward in the mud"
-00067513 02 r 03 ahead 3 out_front 0 in_the_lead 0 000 | leading or ahead in a competition; "the horse was three lengths ahead going into the home stretch"; "ahead by two pawns"; "our candidate is in the lead in the polls"; "way out front in the race"; "the advertising campaign put them out front in sales"
-00067823 02 r 01 ahead 4 000 | to a different or a more advanced time (meaning advanced either toward the present or toward the future); "moved the appointment ahead from Tuesday to Monday"; "pushed the deadline ahead from Tuesday to Wednesday"
-00068070 02 r 01 ahead 5 000 | to a more advanced or advantageous position; "a young man sure to get ahead"; "pushing talented students ahead"
-00068215 02 r 02 all_along 0 right_along 0 000 | all the time or over a period of time; "She had known all along"; "the hope had been there all along"
-00068368 02 r 02 along 1 on 0 000 | with a forward motion; "we drove along admiring the view"; "the horse trotted along at a steady pace"; "the circus traveled on to the next city"; "move along"; "march on"
-00068577 02 r 01 along 0 000 | in accompaniment or as a companion; "his little sister came along to the movies"; "I brought my camera along"; "working along with his father"
-00068753 02 r 01 along 2 000 | in addition (usually followed by `with'); "we sent them food and some clothing went along in the package"; "along with the package came a bill"; "consider the advantages along with the disadvantages"
-00068986 02 r 01 along 3 000 | to a more advanced state; "the work is moving along"; "well along in their research"; "hurrying their education along"; "getting along in years"
-00069164 02 r 01 along 4 000 | in line with a length or direction (often followed by `by' or `beside'); "pass the word along"; "ran along beside me"; "cottages along by the river"
-00069346 02 r 01 on 1 000 | indicates continuity or persistence or concentration; "his spirit lives on"; "shall I read on?"
-00069472 02 r 01 on 2 000 | in a state required for something to function or be effective; "turn the lights on"; "get a load on"
-00069603 02 r 01 alike 1 000 | in a like manner; "they walk alike"
-00069672 02 r 02 alike 0 likewise 8 000 | equally; "parents and teachers alike demanded reforms"
-00069771 02 r 02 aloud 0 out_loud 0 000 | using the voice; not silently; "please read the passage aloud"; "he laughed out loud"
-00069901 02 r 03 loudly 0 loud 0 aloud 1 002 \ 01452593 a 0101 ! 00070166 r 0101 | with relatively high volume; "the band played loudly"; "she spoke loudly and angrily"; "he spoke loud enough for those at the back of the room to hear him"; "cried aloud for help"
-00070166 02 r 02 softly 0 quietly 0 002 \ 01454636 a 0101 ! 00069901 r 0101 | with low volume; "speak softly but carry a big stick"; "she spoke quietly to the child"; "the radio was playing softly"
-00070366 02 r 01 faintly 0 001 \ 01747364 a 0101 | to a faint degree or weakly perceived; "between him and the dim light a form was outlined faintly"; "stars shining faintly through the overcast"; "could hear his distant shouts only faintly"; "the rumors weren't even faintly true"
-00070650 02 r 01 analogously 0 001 \ 02071973 a 0101 | in an analogous manner; "analogously, we have a variable"
-00070765 02 r 07 randomly 0 indiscriminately 0 haphazardly 0 willy-nilly 0 arbitrarily 0 at_random 0 every_which_way 1 003 \ 01924803 a 0301 \ 00773759 a 0201 \ 01924316 a 0101 | in a random manner; "the houses were randomly scattered"; "bullets were fired into the crowd at random"
-00071050 02 r 01 around 0 000 | in circumference; "the trunk is ten feet around"; "the pond is two miles around"
-00071165 02 r 02 about 1 around 1 000 | in the area or vicinity; "a few spectators standing about"; "hanging around"; "waited around for the next flight"
-00071321 02 r 01 nearby 0 000 | not far away in relative terms; "she works nearby"; "the planets orbiting nearby are Venus and Mars"
-00071456 02 r 02 round 0 around 2 000 | from beginning to end; throughout; "It rains all year round on Skye"; "frigid weather the year around"
-00071601 02 r 01 around 5 000 | by a circular or circuitous route; "He came all the way around the base"; "the road goes around the pond"
-00071741 02 r 01 around 6 000 | in a circle or circular motion; "The wheels are spinning around"
-00071840 02 r 02 about 6 around 7 000 | all around or on all sides; "dirty clothes lying around (or about)"; "let's look about for help"; "There were trees growing all around"; "she looked around her"
-00072043 02 r 01 around 8 000 | to a particular destination either specified or understood; "she came around to see me"; "I invited them around for supper"
-00072201 02 r 02 about 2 around 9 000 | in or to a reversed position or direction; "about face"; "suddenly she turned around"
-00072329 02 r 02 about 4 around 4 000 | used of movement to or among many different places or in no particular direction; "wandering about with no place to go"; "people were rushing about"; "news gets around (or about)"; "traveled around in Asia"; "he needs advice from someone who's been around"; "she sleeps around"
-00072649 02 r 01 here_and_there 0 000 | in or to various places; first this place and then that; "he worked here and there but never for long in one town"; "we drove here and there in the darkness"
-00072849 02 r 02 urgently 0 desperately 0 002 \ 00713351 a 0201 \ 00713558 a 0102 | with great urgency; "health care reform is needed urgently"; "the soil desperately needed potash"
-00073033 02 r 08 about 5 almost 0 most 2 nearly 0 near 3 nigh 1 virtually 2 well-nigh 0 000 | (of actions or states) slightly short of or not quite accomplished; all but; "the job is (just) about done"; "the baby was almost asleep when the alarm sounded"; "we're almost finished"; "the car all but ran her down"; "he nearly fainted"; "talked for nigh onto 2 hours"; "the recording is well-nigh perfect"; "virtually all the parties signed the contract"; "I was near exhausted by the run"; "most everyone agrees"
-00073546 02 r 01 asexually 0 001 \ 02135913 a 0101 | in an asexual manner; "plants that reproduce asexually"
-00073657 02 r 01 asymptotically 0 001 \ 02929071 a 0101 | toward an asymptote; "it grew asymptotically"
-00073763 02 r 02 scantily 0 barely 1 002 \ 00106821 a 0201 \ 00106821 a 0102 | in a sparse or scanty way; "a barely furnished room"
-00073897 02 r 05 chiefly 0 principally 0 primarily 1 mainly 0 in_the_main 1 003 \ 01852174 a 0301 \ 01277426 a 0204 \ 01277426 a 0101 | for the most part; "he is mainly interested in butterflies"
-00074095 02 r 01 ago 0 000 | in the past; "long ago"; "sixty years ago my grandfather came to the U.S."
-00074201 02 r 02 back 1 backward 2 002 ! 00075442 r 0202 ! 00075442 r 0101 | in or to or toward a past time; "set the clocks back an hour"; "never look back"; "lovers of the past looking fondly backward"
-00074407 02 r 05 back 0 backward 3 backwards 3 rearward 0 rearwards 0 001 ! 00074641 r 0201 | at or to or toward the back or rear; "he moved back"; "tripped when he stepped backward"; "she looked rearward out the window of the car"
-00074641 02 r 06 forward 0 forwards 1 frontward 0 frontwards 0 forrad 0 forrard 0 002 ;u 07155661 n 0000 ! 00074407 r 0102 | at or to or toward the front; "he faced forward"; "step forward"; "she practiced sewing backward as well as frontward on her new sewing machine"; (`forrad' and `forrard' are dialectal variations)
-00074964 02 r 01 back 3 000 | in repayment or retaliation; "we paid back everything we had borrowed"; "he hit me and I hit him back"; "I was kept in after school for talking back to the teacher"
-00075161 02 r 01 back 4 000 | in or to or toward a former location; "she went back to her parents' house"
-00075269 02 r 01 back 5 000 | in or to or toward an original condition; "he went back to sleep"
-00075367 02 r 01 back 6 000 | in reply; "he wrote back three days later"
-00075442 02 r 02 ahead 6 forward 2 002 ! 00074201 r 0202 ! 00074201 r 0101 | toward the future; forward in time; "I like to look ahead in imagination to what the future may bring"; "I look forward to seeing you"
-00075656 02 r 01 aback 0 000 | by surprise; "taken aback by the caustic remarks"
-00075739 02 r 01 aback 1 000 | having the wind against the forward side of the sails; "the ship came up into the wind with all yards aback"
-00075881 02 r 01 abeam 0 000 | at right angles to the length of a ship or airplane
-00075966 02 r 02 backward 1 backwards 1 000 | in a manner or order or direction the reverse of normal; "it's easy to get the `i' and the `e' backward in words like `seize' and `siege'"; "the child put her jersey on backward"
-00076193 02 r 03 back_and_forth 0 backward_and_forward 0 to_and_fro 0 000 | moving from one place to another and back again; "he traveled back and forth between Los Angeles and New York"; "the treetops whipped to and fro in a frightening manner"; "the old man just sat on the porch and rocked back and forth all day"
-00076512 02 r 01 up_and_down 1 000 | moving backward and forward along a given course; "he walked up and down the locker room"; "all up and down the Eastern seaboard"
-00076681 02 r 01 aurally 0 001 \ 02648698 a 0101 | with regard to sound or the ear; "the new musical was visually and aurally appealing"
-00076820 02 r 01 axially 0 001 \ 02654894 a 0101 | with respect to an axis; "the jet was directed axially toward the cathode"
-00076948 02 r 01 brazenly 0 001 \ 00155144 a 0106 | in a brazen manner; "he spoke brazenly"
-00077042 02 r 01 brilliantly 0 001 \ 01335156 a 0102 | in an extremely intelligent way; "he solved the problem brilliantly"
-00077168 02 r 03 brilliantly 1 brightly 0 bright 0 002 \ 00278551 a 0201 \ 00281173 a 0101 | with brightness; "the stars shone brilliantly"; "the windows glowed jewel bright"
-00077345 02 r 01 catalytically 0 001 \ 03054409 a 0101 | by catalytic action; in a catalytic manner; "catalytically stabilized combustion of propane"
-00077497 02 r 01 commercially 0 001 \ 00483146 a 0101 | in a commercial manner; "the product is commercially available"
-00077619 02 r 02 dearly 0 dear 0 001 \ 00933599 a 0102 | at a great cost; "he paid dearly for the food"; "this cost him dear"
-00077747 02 r 03 dearly 1 affectionately 0 dear 1 002 \ 01464700 a 0201 \ 01462324 a 0103 | with affection; "she loved him dearly"; "he treats her affectionately"
-00077912 02 r 02 dearly 2 in_a_heartfelt_way 0 001 \ 02179968 a 0101 | in a sincere and heartfelt manner; "I would dearly love to know"
-00078050 02 r 01 conversely 0 001 \ 02382762 a 0101 | with the terms of the relation reversed; "conversely, not all women are mothers"
-00078187 02 r 01 cosmetically 0 001 \ 00070111 a 0101 | for cosmetic purposes to improve appearance; "it is used cosmetically by many women"
-00078330 02 r 01 decoratively 0 001 \ 01091234 a 0102 | in a decorative manner; "used decoratively at Christmas"
-00078445 02 r 01 covertly 0 002 ! 00078558 r 0101 \ 01705655 a 0101 | in a covert manner; "he did it covertly"
-00078558 02 r 01 overtly 0 002 ! 00078445 r 0101 \ 01704761 a 0101 | in an overt manner; "he did it overtly"
-00078669 02 r 01 microscopically 0 001 \ 02918844 a 0102 | by using a microscope; so as to be visible only with a microscope; as seen with a microscope; "the blood was examined microscopically"; "the seeds were microscopically small"
-00078905 02 r 01 microscopically 1 001 \ 01838772 a 0101 | as if by using a microscope; with extreme precision and attention to detail; in minute detail; "every manuscript was edited microscopically"
-00079107 02 r 03 undoubtedly 0 doubtless 0 doubtlessly 0 000 | without doubt; certainly; "it's undoubtedly very beautiful"
-00079232 02 r 01 statistically 0 001 \ 02911627 a 0101 | with respect to statistics; "this is statistically impossible"
-00079354 02 r 01 thermodynamically 0 001 \ 02908041 a 0101 | with respect to thermodynamics; "this phenomenon is thermodynamically impossible"
-00079499 02 r 03 tonight 0 this_evening 0 this_night 0 000 | during the night of the present day; "drop by tonight"
-00079617 02 r 01 actively 0 002 ! 00079748 r 0101 \ 00038750 a 0101 | in an active manner; "he participated actively in the war"
-00079748 02 r 01 passively 0 002 ! 00079617 r 0101 \ 00039592 a 0101 | in a passive manner; "he listened passively"
-00079866 02 r 01 below 0 001 ! 00079947 r 0101 | at a later place; "see below"
-00079947 02 r 02 above 0 supra 0 001 ! 00079866 r 0101 | at an earlier place; "see above"
-00080039 02 r 04 below 1 at_a_lower_place 0 to_a_lower_place 1 beneath 0 001 ! 00080169 r 0101 | in or to a place that is lower
-00080169 02 r 04 above 1 higher_up 0 in_a_higher_place 0 to_a_higher_place 0 001 ! 00080039 r 0101 | in or to a place that is higher
-00080304 02 r 02 in_the_bargain 0 into_the_bargain 0 000 | in addition; over and above what is expected; "He lost his wife in the bargain"
-00080445 02 r 01 contemptibly 0 001 \ 00904548 a 0101 | in a manner deserving contempt
-00080534 02 r 04 contemptuously 0 disdainfully 0 scornfully 0 contumeliously 0 004 \ 01995500 a 0401 \ 01995288 a 0304 \ 01995288 a 0202 \ 01995288 a 0101 | without respect; in a disdainful manner; "she spoke of him contemptuously"
-00080768 02 r 01 contractually 0 001 \ 02702656 a 0101 | by virtue of a contract; "they were contractually responsible"
-00080890 02 r 04 insanely 1 crazily 0 dementedly 0 madly 1 005 \ 02075321 a 0405 \ 02075321 a 0303 \ 02075321 a 0202 ! 00081194 r 0101 \ 02074092 a 0101 | in an insane manner; "she behaved insanely"; "he behaves crazily when he is off his medication"; "the witch cackled madly"; "screaming dementedly"
-00081194 02 r 01 sanely 1 002 ! 00080890 r 0101 \ 02073443 a 0101 | in a sane or lucid manner; "she is behaving rather sanely these days even though we know she is schizophrenic"
-00081375 02 r 01 comically 0 001 \ 01265308 a 0103 | in a comical manner; "the tone was comically desperate"
-00081486 02 r 01 daily 0 001 \ 01968165 a 0101 | every day; without missing a day; "he stops by daily"
-00081591 02 r 04 hebdomadally 0 weekly 0 every_week 0 each_week 0 001 \ 01968503 a 0102 | without missing a week; "she visited her aunt weekly"
-00081737 02 r 04 annually 0 yearly 0 every_year 0 each_year 0 001 \ 01969150 a 0101 | without missing a year; "they travel to China annually"
-00081881 02 r 03 curiously 0 inquisitively 0 interrogatively 0 002 \ 00664879 a 0201 \ 00664449 a 0101 | with curiosity; "the baby looked around curiously"
-00082039 02 r 01 dazzlingly 0 001 \ 01283787 a 0101 | in a manner or to a degree that dazzles the beholder
-00082148 02 r 03 deceptively 0 deceivingly 0 misleadingly 0 002 \ 01224253 a 0302 \ 01938975 a 0101 | in a misleading way; "the exam looked deceptively easy"
-00082308 02 r 02 yonder 0 yon 0 000 | at or in an indicated (usually distant) place (`yon' is archaic and dialectal); "the house yonder"; "scattered here and yon"- Calder Willingham
-00082492 02 r 01 deprecatively 0 001 \ 00648238 a 0101 | in a deprecative manner
-00082575 02 r 01 depressingly 0 001 \ 00364479 a 0101 | in a depressing manner or to a depressing degree
-00082682 02 r 01 dichotomously 0 001 \ 02480861 a 0101 | in a dichotomous manner
-00082765 02 r 01 digitately 0 001 \ 00946281 a 0101 | in a digitate manner
-00082842 02 r 01 disruptively 0 001 \ 01923720 a 0101 | in a disruptive manner
-00082923 02 r 03 dizzily 0 giddily 0 light-headedly 0 002 \ 02544048 a 0202 \ 02544048 a 0101 | in a giddy light-headed manner; "he walked around dizzily"
-00083080 02 r 01 dorsally 0 001 \ 00132127 a 0101 | in a dorsal location or direction
-00083168 02 r 01 dorsoventrally 0 001 \ 00132754 a 0101 | in a dorsoventral direction; "the ray has a dorsoventrally flattened body"
-00083303 02 r 01 ventrally 0 001 \ 00132385 a 0101 | in a ventral location or direction
-00083393 02 r 03 doubly 0 double 0 twice 1 001 \ 02217241 a 0101 | to double the degree; "she was doubly rewarded"; "his eyes were double bright"
-00083541 02 r 01 singly 0 002 \ 00493460 a 0102 ! 00083666 r 0101 | one by one; one at a time; "they were arranged singly"
-00083666 02 r 01 multiply 0 002 ! 00083541 r 0101 \ 02215977 a 0101 | in several ways; in a multiple manner; "they were multiply checked for errors"
-00083817 02 r 01 multiplicatively 0 001 \ 02536123 a 0101 | in a multiplicative manner; "the errors increased multiplicatively"
-00083947 02 r 02 doubly 1 in_two_ways 0 000 | in a twofold manner; "he was doubly wrong"
-00084038 02 r 03 empirically 0 through_empirical_observation 0 by_trial_and_error 0 002 \ 00858917 a 0101 ! 00170188 r 0101 | in an empirical manner; "this can be empirically tested"
-00084223 02 r 04 particularly 0 peculiarly 2 especially 0 specially 0 004 \ 00488187 a 0404 \ 00488187 a 0301 \ 00491089 a 0201 \ 00488187 a 0103 | to a distinctly greater extent or degree than is common; "he was particularly fussy about spelling"; "a particularly gruesome attack"; "under peculiarly tragic circumstances"; "an especially (or specially) cautious approach to the danger"
-00084612 02 r 01 ex_cathedra 0 000 | with the full authority of the office; "the pope must speak ex cathedra for an encyclical to be infallible"
-00084759 02 r 01 extra 1 000 | unusually or exceptionally; "an extra fast car"
-00084840 02 r 03 elaborately 0 intricately 0 in_an_elaborate_way 0 002 \ 02178500 a 0201 \ 01795933 a 0101 | with elaboration; "it was elaborately spelled out"
-00085002 02 r 01 elsewhere 0 000 | in or to another place; "he went elsewhere"; "look elsewhere for the answer"
-00085116 02 r 01 eschatologically 0 001 \ 02722630 a 0101 | in relation to eschatology; "even atheists can be eschatologically minded"
-00085253 02 r 01 exasperatingly 0 001 \ 01809245 a 0101 | in an exasperating manner
-00085339 02 r 03 experimentally 0 by_experimentation 0 through_an_experiment 0 001 \ 00859949 a 0101 | in an experimental fashion; "this can be experimentally determined"
-00085512 02 r 01 expressly 0 001 \ 00941148 a 0101 | with specific intentions; for the express purpose; "she needs the money expressly for her patients"
-00085667 02 r 03 facetiously 0 jokingly 1 tongue-in-cheek 0 002 \ 01267076 a 0204 \ 01264913 a 0102 | not seriously; "I meant it facetiously"
-00085811 02 r 05 quickly 0 rapidly 0 speedily 0 chop-chop 0 apace 0 004 \ 00979366 a 0302 \ 00979697 a 0201 ! 00161630 r 0101 \ 00979366 a 0101 | with rapid movements; "he works quickly"
-00086000 02 r 01 fast 1 000 | quickly or rapidly (often used as a combining form); "how fast can he get here?"; "ran as fast as he could"; "needs medical help fast"; "fast-running rivers"; "fast-breaking news"; "fast-opening (or fast-closing) shutters"
-00086255 02 r 02 flat_out 1 like_blue_murder 0 000 | at top speed; "he ran flat out to catch the bus"; "he was off down the road like blue murder"
-00086404 02 r 02 fast 2 tight 0 000 | firmly or closely; "held fast to the rope"; "her foot was stuck fast"; "held tight"
-00086528 02 r 02 quicker 0 faster 1 002 \ 00979366 a 0201 \ 00979366 a 0101 | more quickly
-00086621 02 r 01 slower 0 001 \ 00980527 a 0101 | more slowly
-00086685 02 r 02 quickest 0 fastest 0 002 \ 00979366 a 0201 \ 00979366 a 0101 | most quickly
-00086780 02 r 01 slowest 0 001 \ 00980527 a 0101 | most slowly
-00086845 02 r 01 permissively 0 001 \ 01762839 a 0101 | in a permissive manner
-00086926 02 r 02 permissibly 0 allowably 0 002 ! 00087037 r 0101 \ 01760944 a 0101 | in a permissible manner
-00087037 02 r 01 impermissibly 0 002 ! 00086926 r 0101 \ 01761186 a 0101 | not permissibly; "the radon level in the basement was impermissibly high"
-00087188 02 r 03 flatly 0 categorically 0 unconditionally 0 003 \ 00556709 a 0301 \ 01913931 a 0202 \ 01913931 a 0103 | in an unqualified manner; "he flatly denied the charges"
-00087367 02 r 01 flush 0 000 | squarely or solidly; "hit him flush in the face"
-00087449 02 r 01 flush 1 000 | in the same plane; "set it flush with the top of the table"
-00087542 02 r 04 everlastingly 0 eternally 0 forever 0 evermore 0 002 \ 01755024 a 0204 \ 01755024 a 0105 | for a limitless time; "no one can live forever"; "brightly beams our Father's mercy from his lighthouse evermore"- P.P.Bliss
-00087777 02 r 01 ad_infinitum 1 001 \ 01007354 a 0101 | to infinity; without or seemingly without limit; "talked on and on ad infinitum"
-00087916 02 r 02 permanently 0 for_good 0 002 \ 01754421 a 0101 ! 00088303 r 0101 | for a long time without essential change; "he is permanently disabled"
-00088073 02 r 01 in_perpetuity 1 000 | for an indefinitely long time; "bequeathed to the nation in perpetuity"
-00088186 02 r 01 in_perpetuity 2 000 | for life; "desire happiness in perpetuity"; "an annuity paid in perpetuity"
-00088303 02 r 01 temporarily 0 002 \ 01755627 a 0102 ! 00087916 r 0101 | for a limited time only; not permanently; "he will work here temporarily"; "he was brought out of retirement temporarily"; "a power failure temporarily darkened the town"
-00088549 02 r 01 ad_interim 0 000 | for an intervening time; temporarily; "elected to serve ad interim"
-00088655 02 r 04 ad_lib 0 ad_libitum 0 spontaneously 1 impromptu 0 000 | without advance preparation; "he spoke ad lib"
-00088777 02 r 01 provisionally 0 001 \ 00556318 a 0102 | temporarily and conditionally; "they have agreed provisionally"; "was appointed provisionally"
-00088931 02 r 01 continually 1 001 \ 00592222 a 0101 | seemingly without interruption; "complained continually that there wasn't enough money"
-00089076 02 r 02 forever 2 forever_and_a_day 0 001 ;u 07075172 n 0000 | for a very long or seemingly endless time; "she took forever to write the paper"; "we had to wait forever and a day"
-00089267 02 r 01 highly 0 001 \ 02339120 a 0102 | in a high position or level or rank; "details known by only a few highly placed persons"
-00089408 02 r 02 highly 1 extremely 2 001 \ 01210854 a 0101 | to a high degree or extent; favorably or with much respect; "highly successful"; "He spoke highly of her"; "does not think highly of his writing"; "extremely interesting"
-00089643 02 r 01 highly 5 000 | at a high rate or wage; "highly paid workers"
-00089723 02 r 01 histologically 0 001 \ 03072365 a 0101 | involving the use of histology or histological techniques; "histologically identifiable structures"
-00089883 02 r 01 magnetically 0 001 \ 00167077 a 0102 | as if by magnetism; "he was magnetically attracted to her"
-00090000 02 r 01 marginally 0 001 \ 01496311 a 0102 | in a marginal manner; "marginally interesting"
-00090103 02 r 01 geometrically 0 002 ! 00129532 r 0101 \ 02735208 a 0101 | in a geometric fashion; "it grew geometrically"
-00090228 02 r 03 perilously 0 hazardously 0 dangerously 0 003 \ 02058794 a 0301 \ 02059811 a 0201 \ 02060496 a 0102 | in a dangerous manner; "he came dangerously close to falling off the ledge"
-00090424 02 r 02 tiredly 0 wearily 0 002 \ 02432428 a 0202 \ 02431728 a 0101 | in a weary manner; "he walked around tiredly"
-00090551 02 r 01 vitally 0 001 \ 00902347 a 0101 | to a vital degree; "this is vitally important"
-00090651 02 r 01 energetically 1 001 \ 00873603 a 0101 | in an energetic manner
-00090733 02 r 01 strenuously 1 001 \ 00875235 a 0101 | in a strenuous manner; strongly or vigorously; "he objected strenuously to the stand his party was taking"
-00090897 02 r 01 intently 0 001 \ 00163948 a 0105 | with strained or eager attention; "listened intently"; "stood watching intently"
-00091032 02 r 01 dingdong 0 001 ;u 07075172 n 0000 | heartily or earnestly; "They fell to work dingdong"
-00091139 02 r 01 mightily 1 000 | powerfully or vigorously; "he strove mightily to achieve a better position in life"
-00091259 02 r 01 reluctantly 0 001 \ 02566453 a 0103 | with reluctance
-00091332 02 r 01 hard 0 001 \ 00836544 a 0105 | with effort or force or vigor; "the team played hard"; "worked hard all day"; "pressed hard on the lever"; "hit the ball hard"; "slammed the door hard"
-00091534 02 r 01 hard 1 000 | to the full extent possible; all the way; "hard alee"; "the ship went hard astern"; "swung the wheel hard left"
-00091678 02 r 01 hard 3 001 \ 00744916 a 0102 | slowly and with difficulty; "prejudices die hard"
-00091778 02 r 02 hard 4 severely 3 001 \ 01129185 a 0201 | causing great damage or hardship; "industries hit hard by the depression"; "she was severely affected by the bank's failure"
-00091964 02 r 02 hard 5 firmly 1 000 | with firmness; "held hard to the railing"
-00092047 02 r 01 hard 7 000 | earnestly or intently; "thought hard about it"; "stared hard at the accused"
-00092156 02 r 01 hard 8 000 | with pain or distress or bitterness; "he took the rejection very hard"
-00092259 02 r 01 hard 9 000 | very near or close in space or time; "it stands hard by the railroad tracks"; "they were hard on his heels"; "a strike followed hard upon the plant's opening"
-00092450 02 r 01 hard a 001 \ 01152091 a 0101 | into a solid condition; "concrete that sets hard within a few hours"
-00092569 02 r 01 tightly 1 001 \ 02095670 a 0101 | securely fixed or fastened; "the window was tightly sealed"
-00092682 02 r 01 briefly 0 001 \ 01442826 a 0101 | for a short time; "she visited him briefly"; "was briefly associated with IBM"
-00092814 02 r 02 momentarily 2 momently 2 000 | for an instant or moment; "we paused momentarily before proceeding"; "a cardinal perched momently on the dogwood branch"
-00092985 02 r 02 conclusively 0 once_and_for_all 0 002 ! 00093139 r 0101 \ 00550282 a 0101 | in a conclusive way; "we settled the problem conclusively"
-00093139 02 r 01 inconclusively 0 002 ! 00092985 r 0101 \ 00550777 a 0101 | not conclusively; "the meeting ended inconclusively"
-00093270 02 r 04 deplorably 0 lamentably 0 sadly 1 woefully 0 003 \ 01366525 a 0402 \ 01126841 a 0305 \ 01126841 a 0101 | in an unfortunate or deplorable manner; "he was sadly neglected"; "it was woefully inadequate"
-00093489 02 r 01 denominationally 0 001 \ 02710825 a 0101 | with respect to denomination; "denominationally diverse audiences"
-00093618 02 r 01 cortically 0 001 \ 02974979 a 0101 | with respect to the cortex; "cortically induced arousal"
-00093731 02 r 01 focally 0 001 \ 00330904 a 0101 | in a focal manner; "the submucosa was focally infiltrated"
-00093843 02 r 01 hypothalamically 0 001 \ 02982729 a 0101 | with respect to the hypothalamus; "hypothalamically controlled secretions"
-00093980 02 r 01 intradermally 0 001 \ 02877503 a 0101 | into the skin
-00094053 02 r 01 intramuscularly 0 001 \ 02882838 a 0101 | in an intramuscular way; "administer the drug intramuscularly"
-00094177 02 r 02 amusingly 0 divertingly 0 002 \ 01344485 a 0203 \ 01344485 a 0101 | in an entertaining and amusing manner; "Hollywood has grown too sophisticated to turn out anything really amusingly bad these days"
-00094396 02 r 04 downstairs 0 down_the_stairs 0 on_a_lower_floor 0 below 6 001 ! 00094545 r 0101 | on a floor below; "the tenants live downstairs"
-00094545 02 r 03 upstairs 0 up_the_stairs 0 on_a_higher_floor 0 001 ! 00094396 r 0101 | on a floor above; "they lived upstairs"
-00094675 02 r 01 upstairs 1 000 | with respect to the mind; "she's a bit weak upstairs"
-00094765 02 r 01 downwind 0 001 ! 00094893 r 0101 | with the wind; in the direction the wind is blowing; "they flew downwind"
-00094893 02 r 03 upwind 0 against_the_wind 0 into_the_wind 0 001 ! 00094765 r 0101 | in the direction opposite to the direction the wind is blowing; "they flew upwind"
-00095063 02 r 02 windward 0 downwind 1 002 ! 00095195 r 0202 ! 00095195 r 0101 | away from the wind; "they were sailing windward"
-00095195 02 r 02 leeward 0 upwind 1 002 ! 00095063 r 0202 ! 00095063 r 0101 | toward the wind; "they were sailing leeward"
-00095320 02 r 04 down 0 downwards 0 downward 0 downwardly 0 004 ! 00096333 r 0404 ! 00096333 r 0303 ! 00096333 r 0202 ! 00096333 r 0101 | spatially or metaphorically from a higher to a lower level or position; "don't fall down"; "rode the lift up and skied down"; "prices plunged downward"
-00095612 02 r 01 down 2 001 ! 00096760 r 0101 | away from a more central or a more northerly place; "was sent down to work at the regional office"; "worked down on the farm"; "came down for the wedding"; "flew down to Florida"
-00095841 02 r 01 down 3 000 | paid in cash at time of purchase; "put ten dollars down on the necklace"
-00095946 02 r 01 down 4 000 | in an inactive or inoperative state; "the factory went down during the strike"; "the computer went down again"
-00096089 02 r 01 down 5 001 ! 00097011 r 0101 | to a lower intensity; "he slowly phased down the light until the stage was completely black"
-00096232 02 r 01 down 6 000 | from an earlier time; "the story was passed down from father to son"
-00096333 02 r 04 up 0 upwards 0 upward 0 upwardly 0 004 ! 00095320 r 0404 ! 00095320 r 0303 ! 00095320 r 0202 ! 00095320 r 0101 | spatially or metaphorically from a lower to a higher position; "look up!"; "the music surged up"; "the fragments flew upwards"; "prices soared upwards"; "upwardly mobile"
-00096636 02 r 03 up 1 upwards 1 upward 1 000 | to a later time; "they moved the meeting date up"; "from childhood upward"
-00096760 02 r 01 up 2 001 ! 00095612 r 0101 | to a more central or a more northerly place; "was transferred up to headquarters"; "up to Canada for a vacation"
-00096921 02 r 01 up 3 000 | nearer to the speaker; "he walked up and grabbed my lapels"
-00097011 02 r 01 up 5 001 ! 00096089 r 0101 | to a higher intensity; "he turned up the volume"
-00097108 02 r 02 upriver 0 upstream 0 002 ! 00097231 r 0202 ! 00097231 r 0101 | toward the source or against the current
-00097231 02 r 02 downriver 0 downstream 0 002 ! 00097108 r 0202 ! 00097108 r 0101 | away from the source or with the current
-00097358 02 r 01 downfield 0 001 ;c 00523513 n 0000 | toward or in the defending team's end of the playing field; "he caught the ball and ran downfield 15 yards"
-00097522 02 r 01 downright 0 001 ;u 06321054 n 0000 | thoroughgoing; "he is outright dishonest"
-00097620 02 r 01 outright 0 000 | without reservation or concealment; "she asked him outright for a divorce"
-00097731 02 r 01 outright 1 000 | without restrictions or stipulations or further payments; "buy outright"
-00097840 02 r 01 home 1 000 | at or to or in the direction of one's home or family; "He stays home on weekends"; "after the game the children brought friends home for supper"; "I'll be home tomorrow"; "came riding home in style"; "I hope you will come home for Christmas"; "I'll take her home"; "don't forget to write home"
-00098166 02 r 01 at_home 0 000 | at, to, or toward the place where you reside; "he worked at home"
-00098267 02 r 01 at_home 1 001 ;c 00523513 n 0000 | on the home team's field; "they played at home last night"
-00098380 02 r 01 home 3 000 | to the fullest extent; to the heart; "drove the nail home"; "drove his point home"; "his comments hit home"
-00098520 02 r 01 home 4 000 | on or to the point aimed at; "the arrow struck home"
-00098605 02 r 02 homeward 0 homewards 0 000 | toward home; "fought his way homeward through the deep snow"
-00098714 02 r 02 rather 2 instead 1 000 | on the contrary; "rather than disappoint the children, he did two quick tricks before he left"; "he didn't call; rather (or instead), he wrote her a letter"; "used English terms instead of Latin ones"
-00098959 02 r 05 insofar 0 in_so_far 0 so_far 2 to_that_extent 0 to_that_degree 0 000 | to the degree or extent that; "insofar as it can be ascertained, the horse lung is comparable to that of man"; "so far as it is reasonably practical he should practice restraint"
-00099228 02 r 01 mordaciously 0 001 \ 02079313 a 0105 | in a mordacious manner; "she taunted him mordaciously"
-00099341 02 r 02 more 0 to_a_greater_extent 1 001 ! 00099527 r 0101 | used to form the comparative of some adjectives and adverbs; "more interesting"; "more beautiful"; "more quickly"
-00099527 02 r 02 less 0 to_a_lesser_extent 0 001 ! 00099341 r 0101 | used to form the comparative of some adjectives and adverbs; "less interesting"; "less expensive"; "less quickly"
-00099712 02 r 01 more 1 001 ! 00099868 r 0101 | comparative of much; to a greater degree or extent; "he works more now"; "they eat more than they should"
-00099868 02 r 01 less 1 001 ! 00099712 r 0101 | comparative of little; "she walks less than she should"; "he works less these days"
-00100002 02 r 01 little 0 000 | not much; "he talked little about his family"
-00100082 02 r 03 early 0 ahead_of_time 0 too_soon 0 001 ! 00100267 r 0101 | before the usual time or the time expected; "she graduated early"; "the house was completed ahead of time"
-00100267 02 r 03 late 0 belatedly 0 tardily 1 003 \ 01901186 a 0303 \ 01901186 a 0201 ! 00100082 r 0101 | later than usual or than expected; "the train arrived late"; "we awoke late"; "the children came late to school"; "notice came so tardily that we almost missed the deadline"; "I belatedly wished her a happy birthday"
-00100592 02 r 02 early 2 betimes 0 000 | in good time; "he awoke betimes that morning"
-00100681 02 r 02 early_on 0 early 1 000 | during an early stage; "early on in her career"
-00100773 02 r 01 for_that_matter 0 000 | as far as that is concerned; "for that matter I don't care either"
-00100883 02 r 01 afar 0 000 | (old-fashioned) at or from or to a great distance; far; "we traveled afar"; "we could see the ship afar off"; "the Magi came from afar"
-00101051 02 r 01 far 0 000 | at or to or from a great distance in space; "he traveled far"; "strayed far from home"; "sat far away from each other"
-00101201 02 r 01 far 1 000 | remote in time; "if we could see far into the future"; "all that happened far in the past"
-00101323 02 r 01 far 2 000 | to a considerable degree; very much; "a far far better thing that I do"; "felt far worse than yesterday"; "eyes far too close together"
-00101490 02 r 01 far 4 000 | at or to a certain point or degree; "I can only go so far before I have to give up"; "how far can we get with this kind of argument?"
-00101655 02 r 01 far 5 000 | to an advanced stage or point; "a young man who will go very far"
-00101752 02 r 02 way 0 right_smart 0 001 ;u 07075172 n 0000 | to a great degree or by a great distance; very much (`right smart' is regional in the United States); "way over budget"; "way off base"; "the other side of the hill is right smart steeper than the side we are on"
-00102029 02 r 02 far_and_wide 0 far_and_near 0 000 | over great areas or distances; everywhere; "he traveled far and wide"; "the news spread far and wide"; "people came from far and near"; "searched for the child far and near"
-00102258 02 r 01 fictitiously 0 001 \ 01935935 a 0104 | in a fictional manner (created by the imagination)
-00102367 02 r 01 fictitiously 1 001 \ 01116857 a 0103 | in a false manner intended to mislead
-00102463 02 r 04 finely 0 fine 2 delicately 0 exquisitely 0 002 \ 00706311 a 0402 \ 00705891 a 0301 | in a delicate manner; "finely shaped features"; "her fine drawn body"
-00102637 02 r 01 finely 1 001 \ 00850183 a 0101 | in an elegant manner; "finely costumed actors"
-00102736 02 r 05 first 0 firstly 0 foremost 1 first_of_all 0 first_off 0 000 | before anything else; "first we must consider the garter snake"
-00102881 02 r 02 second 0 secondly 0 000 | in the second place; "second, we must consider the economy"
-00102986 02 r 02 third 0 thirdly 0 000 | in the third place; "third we must consider unemployment"
-00103087 02 r 02 throughout 0 end-to-end 0 000 | from first to last; "the play was excellent end-to-end"
-00103194 02 r 02 initially 0 ab_initio 0 001 \ 01011973 a 0101 | at the beginning; "at first he didn't notice anything strange"
-00103324 02 r 02 at_first_sight 0 at_first_glance 0 000 | immediately; "it was love at first sight"
-00103426 02 r 02 at_first_blush 0 when_first_seen 0 000 | as a first impression; "at first blush the offer seemed attractive"
-00103554 02 r 02 first 2 for_the_first_time 0 000 | the initial time; "when Felix first saw a garter snake"
-00103664 02 r 04 and_so_forth 0 and_so_on 0 etcetera 0 etc. 0 000 | continuing in the same way
-00103761 02 r 01 forth 2 000 | out into view; "came forth from the crowd"; "put my ideas forth"
-00103859 02 r 03 forth 1 forward 3 onward 0 000 | forward in time or order or degree; "from that time forth"; "from the sixth century onward"
-00104003 02 r 01 abroad 0 000 | to or in a foreign country; "they had never travelled abroad"
-00104099 02 r 05 at_heart 0 at_bottom 0 deep_down 0 inside 2 in_spite_of_appearance 0 000 | in reality; "she is very kind at heart"
-00104233 02 r 02 at_large 0 in_a_broad_way 0 000 | in a general fashion; "he talked at large about his plans"
-00104345 02 r 02 at_least 0 at_the_least 0 002 ! 00104528 r 0202 ! 00104528 r 0101 | not less than; "at least two hours studying the manual"; "a tumor at least as big as an orange"
-00104528 02 r 02 at_most 0 at_the_most 0 002 ! 00104345 r 0202 ! 00104345 r 0101 | not more than; "spend at most $20 on the lunch"
-00104661 02 r 04 at_least 1 leastways 0 leastwise 0 at_any_rate 1 001 ;u 07075172 n 0000 | if nothing else (`leastwise' is informal and `leastways' is colloquial); "at least he survived"; "they felt--at any rate Jim felt--relieved though still wary"; "the influence of economists--or at any rate of economics--is far-reaching"
-00104990 02 r 02 at_leisure 0 leisurely 0 001 \ 01272176 a 0203 | in an unhurried way or at one's convenience; "read the manual at your leisure"; "he traveled leisurely"
-00105162 02 r 01 right 8 000 | immediately; "she called right after dinner"
-00105240 02 r 01 just_then 0 000 | at a particular time in the past; "just then the bugle sounded"
-00105341 02 r 03 promptly 0 readily 1 pronto 0 001 \ 01900630 a 0101 | in a punctual manner; "he did his homework promptly"
-00105467 02 r 02 promptly 1 right_away 3 000 | at once (usually modifies an undesirable occurrence); "he promptly forgot the address"
-00105603 02 r 03 promptly 2 quickly 2 quick 0 002 \ 00979366 a 0201 \ 01931676 a 0101 | with little or no delay; "the rescue squad arrived promptly"; "come here, quick!"
-00105775 02 r 02 at_best 0 at_the_best 0 001 ! 00105908 r 0101 | under the best of conditions; "at best we'll lose only the money"
-00105908 02 r 02 at_worst 0 at_the_worst 0 001 ! 00105775 r 0101 | under the worst of conditions; "at worst we'll go to jail"
-00106036 02 r 02 demoniacally 0 frenetically 0 001 \ 00086341 a 0202 | in a very agitated manner; as if possessed by an evil spirit
-00106170 02 r 02 furtively 0 on_the_sly 1 001 \ 02088974 a 0101 | in a furtive manner; "the soldiers were furtively crawling through the night"
-00106316 02 r 03 unanimously 0 nem_con 0 nemine_contradicente 0 001 \ 00553732 a 0103 | of one mind; without dissent; "the Senate unanimously approved the bill"; "we voted unanimously"
-00106503 02 r 01 responsibly 0 002 \ 01996377 a 0101 ! 00106629 r 0101 | in a responsible manner; "we must act responsibly"
-00106629 02 r 01 irresponsibly 0 002 \ 01997910 a 0101 ! 00106503 r 0101 | in an irresponsible manner; "he acted irresponsibly"
-00106759 02 r 03 fairly 0 fair 0 evenhandedly 0 001 \ 00956131 a 0101 | without favoring one party, in a fair evenhanded manner; "deal fairly with one another"
-00106921 02 r 05 normally 0 usually 0 unremarkably 0 commonly 0 ordinarily 0 005 \ 01672607 a 0501 \ 00485711 a 0401 ! 00107230 r 0302 \ 01674242 a 0305 \ 00489108 a 0201 | under normal conditions; "usually she was late"
-00107144 02 r 01 as_usual 0 000 | in the usual manner; "as usual, she arrived late"
-00107230 02 r 04 unusually 0 remarkably 0 outstandingly 1 unco 0 003 ! 00106921 r 0203 \ 01678417 a 0201 \ 00490035 a 0101 | to a remarkable degree or extent; "she was unusually tall"
-00107416 02 r 05 recently 0 late 3 lately 0 of_late 0 latterly 0 001 \ 01730444 a 0102 | in the recent past; "he was in Paris recently"; "lately the rules have been enforced"; "as late as yesterday she was fine"; "feeling better of late"; "the spelling was first affected, but latterly the meaning also"
-00107722 02 r 02 erratically 0 unpredictably 0 002 \ 01842001 a 0201 \ 00345189 a 0101 | in an erratic unpredictable manner; "economic changes are proceeding erratically"
-00107895 02 r 01 girlishly 0 001 \ 01648698 a 0101 | like a girl; "she was girlishly shy"
-00107987 02 r 03 gradually 0 bit_by_bit 0 step_by_step 0 001 \ 01142804 a 0101 | in a gradual manner; "the snake moved gradually toward its victim"
-00108137 02 r 01 grimly 0 001 \ 01785341 a 0101 | in a grim implacable manner; "he was grimly satisfied"
-00108244 02 r 01 hell-for-leather 0 001 \ 02059280 a 0101 | at breakneck speed; "they were travelling hell-for-leather"
-00108366 02 r 02 hereabout 0 hereabouts 0 000 | in this general vicinity; "the people are friendly hereabouts"
-00108479 02 r 01 here 0 001 ! 00109151 r 0101 | in or at this place; where the speaker or writer is; "I work here"; "turn here"; "radio waves received here on Earth"
-00108647 02 r 02 here 1 hither 0 001 ! 00109328 r 0101 | to this place (especially toward the speaker); "come here, please"
-00108773 02 r 01 here 2 000 | in this circumstance or respect or on this point or detail; "what do we have here?"; "here I must disagree"
-00108913 02 r 01 herein 0 000 | in this place or thing or document; "I shall discuss the question herein"
-00109021 02 r 01 here 4 000 | at this time; now; "we'll adjourn here for lunch and discuss the remaining issues this afternoon"
-00109151 02 r 03 there 0 at_that_place 0 in_that_location 0 001 ! 00108479 r 0101 | in or at that place; "they have lived there for years"; "it's not there"; "that man there"
-00109328 02 r 02 there 1 thither 0 001 ! 00108647 r 0101 | to or toward that place; away from the speaker; "go there around noon!"
-00109461 02 r 03 there 2 in_that_respect 0 on_that_point 0 000 | in that matter; "I agree with you there"
-00109569 02 r 01 historically 0 001 \ 01730060 a 0101 | with respect to history; "this is historically interesting"
-00109687 02 r 01 historically 1 001 \ 01730060 a 0102 | throughout history; "historically they have never coexisted peacefully"
-00109817 02 r 01 peacefully 0 001 \ 01740892 a 0101 | in a peaceful manner; "the hen settled herself on the nest most peacefully"
-00109949 02 r 01 scientifically 0 001 \ 02793273 a 0101 | with respect to science; in a scientific way; "this is scientifically interesting"
-00110092 02 r 01 unscientifically 0 001 \ 02085132 a 0101 | in an unscientific way; not according to the principles of science; "they proceeded unscientifically when they dissected the mummy"
-00110286 02 r 02 humbly 0 meekly 0 002 \ 01893510 a 0201 \ 01892953 a 0101 | in a humble manner; "he humbly lowered his head"
-00110414 02 r 01 meekly 2 001 \ 00789494 a 0101 | in a submissive or spiritless manner; "meekly bowed to his wishes"
-00110533 02 r 02 inside 0 indoors 0 002 ! 00110659 r 0202 ! 00110659 r 0101 | within a building; "in winter we play inside"
-00110659 02 r 04 outside 0 outdoors 0 out_of_doors 0 alfresco 0 002 ! 00110533 r 0202 ! 00110533 r 0101 | outside a building; "in summer we play outside"
-00110815 02 r 02 inside 1 within 0 001 ! 00110919 r 0101 | on the inside; "inside, the car is a mess"
-00110919 02 r 01 outside 1 001 ! 00110815 r 0101 | on the outside; "outside, the box is black"
-00111016 02 r 01 militarily 0 001 \ 02764251 a 0101 | with respect to the military; "on a militarily significant scale"
-00111138 02 r 01 macroscopically 0 001 \ 01388809 a 0102 | without using a microscope; "The tubes were examined macroscopically"
-00111269 02 r 01 literally 1 001 ;u 06321054 n 0000 | (intensifier before a figurative expression) without exaggeration; "our eyes were literally pinned to TV during the Gulf War"
-00111451 02 r 01 virtually 1 001 \ 00902157 a 0101 | in essence or effect but not in fact; "the strike virtually paralyzed the city"; "I'm virtually broke"
-00111609 02 r 02 most 0 to_the_highest_degree 0 001 ! 00111758 r 0101 | used to form the superlative; "the king cobra is the most dangerous snake"
-00111758 02 r 02 least 0 to_the_lowest_degree 0 001 ! 00111609 r 0101 | used to form the superlative; "The garter snake is the least dangerous snake"
-00111910 02 r 01 least_of_all 0 000 | especially not; "nobody, least of all Joe, agreed with me"
-00112009 02 r 01 most 1 001 ;u 06321054 n 0000 | very; "a most welcome relief"
-00112090 02 r 04 mutely 0 wordlessly 0 silently 0 taciturnly 0 004 \ 02383380 a 0401 \ 00501820 a 0302 \ 00152285 a 0204 \ 00152285 a 0101 | without speaking; "he sat mutely next to her"
-00112279 02 r 01 internationally 0 001 \ 01568375 a 0101 | throughout the world; "She is internationally known"
-00112393 02 r 04 inevitably 0 necessarily 3 of_necessity 0 needs 0 002 \ 00343552 a 0201 \ 00343015 a 0101 | in such a manner as could not be otherwise; "it is necessarily so"; "we must needs by objective"
-00112601 02 r 04 newly 0 freshly 0 fresh 0 new 0 000 | very recently; "they are newly married"; "newly raised objections"; "a newly arranged hairdo"; "grass new washed by the rain"; "a freshly cleaned floor"; "we are fresh out of tomatoes"
-00112843 02 r 02 afresh 0 anew 0 000 | again but in a new or different way; "start afresh"; "wanted to write the story anew"; "starting life anew in a fresh place"
-00113009 02 r 01 de_novo 0 001 ;c 06962600 n 0000 | from the beginning
-00113082 02 r 03 differently 0 otherwise 3 other_than 0 001 \ 02070030 a 0101 | in another and different manner; "very soon you will know differently"; "she thought otherwise"; "there is no way out other than the fire escape";
-00113311 02 r 01 organically 0 002 ! 00113441 r 0101 \ 01679055 a 0101 | involving carbon compounds; "organically bound iodine"
-00113441 02 r 01 inorganically 2 002 ! 00113311 r 0101 \ 01679244 a 0101 | not involving carbon compounds; "inorganically bound molecules"
-00113582 02 r 01 organically 1 001 \ 00901345 a 0104 | as an important constituent; "the drapery served organically to cover the Madonna"
-00113722 02 r 01 organically 2 001 \ 01679459 a 0101 | in an organic manner; "this food is grown organically"
-00113834 02 r 01 unfailingly 0 001 \ 00965176 a 0102 | without fail
-00113904 02 r 01 mechanically 0 001 \ 01499686 a 0101 | in a machinelike manner; without feeling; "he smiled mechanically"
-00114029 02 r 02 mechanically 1 automatically 1 002 \ 01499999 a 0201 \ 02890983 a 0101 | in a mechanical manner; by a mechanism; "this door opens mechanically"
-00114192 02 r 01 metabolically 0 001 \ 02975096 a 0101 | involving metabolism; "metabolically important substances"
-00114310 02 r 01 officially 0 002 \ 01959918 a 0101 ! 00114461 r 0101 | in an official role; "officially, he is in charge"; "officially responsible"
-00114461 02 r 01 unofficially 0 002 \ 01633591 a 0101 ! 00114310 r 0101 | not in an official capacity; "unofficially, he serves as the treasurer"
-00114609 02 r 02 painfully 0 distressingly 0 002 \ 01126841 a 0202 \ 01126291 a 0105 | unpleasantly; "his ignorance was painfully obvious"
-00114750 02 r 01 centrally 0 002 \ 00329831 a 0101 ! 00114932 r 0101 | in or near or toward a center or according to a central role or function; "The theater is centrally located"
-00114932 02 r 01 peripherally 0 003 \ 01857743 a 0101 \ 00331446 a 0101 ! 00114750 r 0101 | in or at or near a periphery or according to a peripheral role or function or relationship
-00115117 02 r 01 phylogenetically 0 001 \ 02942958 a 0101 | with regard to phylogeny; "a phylogenetically primitive part of the brain"
-00115254 02 r 01 physically 0 001 \ 02779774 a 0101 | in accord with physical laws; "it is physically impossible"
-00115370 02 r 01 physiologically 0 001 \ 01779558 a 0102 | of or relating to physiological processes; with respect to physiology; "physiologically ready"; "physiologically addicted"
-00115554 02 r 03 preferably 0 sooner 1 rather 1 000 | more readily or willingly; "clean it well, preferably with warm water"; "I'd rather be in Philadelphia"; "I'd sooner die than give up"
-00115745 02 r 01 politically 1 001 \ 01814385 a 0101 | with regard to government; "politically organized units"
-00115859 02 r 01 politically 0 001 \ 02857407 a 0101 | with regard to social relationships involving authority; "politically correct clothing"
-00116004 02 r 01 pornographically 0 001 \ 02134397 a 0101 | in a pornographic manner
-00116091 02 r 01 self-indulgently 0 001 \ 01299687 a 0101 | in a self-indulgent manner
-00116180 02 r 01 symbiotically 0 002 ;c 06037666 n 0000 \ 00727268 a 0101 | in a symbiotic manner
-00116280 02 r 01 symbolically 0 001 \ 01982186 a 0103 | in a symbolic manner; "symbolically accepted goals"
-00116390 02 r 01 toe-to-toe 0 000 | in close combat or at close quarters; "they fought toe-to-toe for the nomination"
-00116510 02 r 01 together 0 000 | at the same time; "we graduated together"
-00116588 02 r 02 together 1 unitedly 0 000 | with cooperation and interchange; "we worked together on the project"
-00116705 02 r 02 in_concert 0 together 5 000 | with a common plan; "act in concert"
-00116791 02 r 01 together 2 000 | in contact with each other or in proximity; "the leaves stuck together"
-00116899 02 r 01 in_on 0 000 | participating in or knowledgeable out; "was in on the scheme"
-00116994 02 r 01 together 3 000 | assembled in one place; "we were gathered together"
-00117082 02 r 04 jointly 0 collectively 0 conjointly 0 together_with 0 003 \ 02112455 a 0302 \ 00466808 a 0201 \ 02111684 a 0101 | in conjunction with; combined; "our salaries put together couldn't pay for the damage"; "we couldn't pay for the damages with all our salaries put together"
-00117372 02 r 02 outrageously 0 atrociously 1 001 \ 01534282 a 0103 | to an extravagant or immoderate degree; "atrociously expensive"
-00117508 02 r 01 outrageously 1 001 \ 01626562 a 0104 | in a very offensive manner; "he behaved outrageously"
-00117620 02 r 04 then 0 so 9 and_so 0 and_then 0 000 | subsequently or soon afterward (often used as sentence connectors); "then he left"; "go left first, then right"; "first came lightning, then thunder"; "we watched the late movie and then went to bed"; "and so home and to bed"
-00117903 02 r 01 then 1 000 | at that time; "I was young then"; "prices were lower back then"; "science as it was then taught"
-00118032 02 r 01 then 2 000 | in that case or as a consequence; "if he didn't take it, then who did?"; "keep it then if you want to"; "the case, then, is closed"; "you've made up your mind then?"; "then you'll be rich"
-00118253 02 r 01 volumetrically 0 001 \ 02985474 a 0101 | with respect to volume; "analyzed volumetrically"
-00118363 02 r 01 so 6 000 | in a manner that facilitates; "he observed the snakes so he could describe their behavior"; "he stooped down so he could pick up his hat"
-00118531 02 r 05 regardless 0 irrespective 0 disregardless 0 no_matter 0 disregarding 0 000 | in spite of everything; without regard to drawbacks; "he carried on regardless of the difficulties"
-00118727 02 r 01 irregardless 0 001 ;u 07075172 n 0000 | regardless; a combination of irrespective and regardless sometimes used humorously
-00118869 02 r 03 once 0 one_time 0 in_one_case 0 000 | on one occasion; "once I ran into her"
-00118965 02 r 05 once 1 formerly 0 at_one_time 1 erstwhile 0 erst 0 000 | at a previous time; "at one time he loved her"; "her erstwhile writing"; "she was a dancer once";
-00119139 02 r 01 though 1 000 | (postpositive) however; "it might be unpleasant, though"
-00119230 02 r 02 as_far_as_possible 1 as_much_as_possible 0 000 | to a feasible extent; "she helped him as much as possible"
-00119357 02 r 02 on_the_coattails 0 one_one's_coattails 0 000 | immediately following or undeservedly benefiting from; "the CEO resigned on the coattails of the scandal"; "he was elected on his predecessor's coattails"
-00119578 02 r 03 on_the_other_hand 0 then_again 0 but_then 0 001 ! 00119798 r 0101 | (contrastive) from another point of view; "on the other hand, she is too ambitious for her own good"; "then again, she might not go"
-00119798 02 r 02 on_the_one_hand 0 on_one_hand 0 001 ! 00119578 r 0101 | from one point of view; "on the one hand, she is a gifted chemist"
-00119940 02 r 01 successfully 0 002 \ 02331262 a 0101 ! 00168075 r 0101 | with success; in a successful manner; "she performed the surgery successfully"
-00120095 02 r 02 simultaneously 0 at_the_same_time 3 001 \ 02378496 a 0107 | at the same instant; "they spoke simultaneously"
-00120223 02 r 02 concurrently 0 at_the_same_time 5 001 \ 02378496 a 0104 | overlapping in duration; "concurrently with the conference an exhibition of things associated with Rutherford was held"; "going to school and holding a job at the same time"
-00120474 02 r 02 systematically 0 consistently 0 004 \ 00576680 a 0201 ! 00120678 r 0101 \ 02382934 a 0101 ! 00120841 r 0201 | in a systematic or consistent manner; "they systematically excluded women"
-00120678 02 r 01 unsystematically 0 002 ! 00120474 r 0101 \ 02383151 a 0101 | in an unsystematic manner; "his books were lined up unsystematically on the shelf"
-00120841 02 r 01 inconsistently 0 002 ! 00120474 r 0102 \ 00577920 a 0101 | without showing consistency; "he acted inconsistently when he bought these stocks"
-00121002 02 r 01 thereby 0 000 | by that means or because of that; "He knocked over the red wine, thereby ruining the table cloth"
-00121135 02 r 03 thus 1 thusly 0 so 4 000 | in the way indicated; "hold the brush so"; "set up the pieces thus"; (`thusly' is a nonstandard variant)
-00121286 02 r 01 academically 0 001 \ 02599939 a 0101 | in regard to academic matters; "academically, this is a good school"
-00121413 02 r 02 appositively 0 in_apposition 0 001 \ 02635941 a 0102 | in an appositive manner; "this adjective is used appositively"
-00121550 02 r 01 astronomically 0 001 \ 01383582 a 0101 | enormously; "the bill was astronomically high"
-00121657 02 r 01 axiomatically 0 001 \ 02653385 a 0101 | on the basis of axioms; "this is axiomatically given"
-00121770 02 r 01 photoelectrically 0 001 \ 02827790 a 0101 | by photoelectric means; "they measured it photoelectrically"
-00121894 02 r 01 photographically 0 001 \ 02838592 a 0101 | by photographic means; "photographically recorded scenes"
-00122014 02 r 01 photometrically 0 001 \ 02777548 a 0101 | by photometric means; "photometrically measured"
-00122124 02 r 01 constitutionally 0 002 ! 00122273 r 0101 \ 00179925 a 0101 | according to the constitution; "this was constitutionally ruled out"
-00122273 02 r 01 unconstitutionally 0 002 ! 00122124 r 0101 \ 00180211 a 0101 | in an unconstitutional manner; "the president acted unconstitutionally"
-00122427 02 r 01 democratically 0 002 ! 00122630 r 0101 \ 00715140 a 0101 | in a democratic manner; based on democratic principles; "it was decided democratically"; "democratically elected government"
-00122630 02 r 01 undemocratically 0 002 ! 00122427 r 0101 \ 00717417 a 0101 | in an undemocratic manner; "undemocratically, he made all the important decisions without his colleagues"
-00122816 02 r 01 aloof 0 001 \ 01987646 a 0101 | in an aloof manner; "the local gentry and professional classes had held aloof for the school had accepted their sons readily enough"
-00123000 02 r 01 digitally 0 001 \ 02713232 a 0101 | in terms of integers; "the time was digitally displayed"
-00123112 02 r 01 digitally 1 001 \ 02713096 a 0101 | by means of the fingers; "the exam was carried out digitally"
-00123229 02 r 01 economically 0 001 \ 02716605 a 0101 | with respect to economic science; "economically this proposal makes no sense"
-00123365 02 r 01 economically 1 001 \ 02716739 a 0101 | with respect to the economic system; "economically the country is worse off"
-00123500 02 r 01 economically 2 001 \ 00840212 a 0101 | in an economical manner
-00123582 02 r 01 electronically 0 001 \ 02718497 a 0101 | by electronic means; "the door opens electronically"
-00123695 02 r 01 ethnically 0 001 \ 02248693 a 0102 | with respect to ethnicity; "the neighborhood is ethnically diverse"
-00123819 02 r 01 federally 0 001 \ 02725829 a 0101 | by federal government; "it's federally regulated"
-00123924 02 r 01 genetically 0 001 \ 02734192 a 0101 | by genetic mechanisms; "genetically passed down talents"
-00124038 02 r 01 graphically 0 001 \ 02736808 a 0101 | in a graphic way; "he described the event graphically"
-00124150 02 r 01 ideographically 0 001 \ 02745453 a 0101 | in an idiographic manner; "it's written ideographically"
-00124268 02 r 01 idyllically 0 001 \ 01801446 a 0101 | in an idyllic manner
-00124346 02 r 01 industrially 0 001 \ 02748635 a 0101 | by industrial means; "industrially produced"
-00124449 02 r 01 injuriously 0 001 \ 01161059 a 0103 | in an injurious manner
-00124529 02 r 01 irrevocably 0 001 \ 01760670 a 0101 | in an irrevocable manner
-00124611 02 r 01 legally 3 001 \ 01400562 a 0101 | in a legal manner; "he acted legally"
-00124702 02 r 01 manually 0 001 \ 02759190 a 0101 | by hand; "this car shifts manually"
-00124792 02 r 01 medically 0 001 \ 02760116 a 0101 | involving medical practice; "medically trained nurses"; "medically correct treatment"
-00124933 02 r 01 medicinally 0 001 \ 01166656 a 0102 | in a medicinal manner
-00125012 02 r 01 nominally 0 001 \ 02769128 a 0101 | in name only; "nominally he is the boss"
-00125108 02 r 01 predicatively 0 001 \ 00172993 a 0101 | occurring within the predicate phrase; "predicatively used adjectives"
-00125238 02 r 01 professorially 0 001 \ 02784873 a 0101 | in a professorial manner; "she behaved very professorially"
-00125358 02 r 01 provincially 0 001 \ 02785874 a 0101 | by the province; through the province; "provincially controlled"
-00125481 02 r 01 realistically 0 001 \ 01979985 a 0102 | in a realistic manner; "the figure was realistically painted"
-00125602 02 r 01 red-handed 0 000 | doing something reprehensible or showing clear evidence of having done something reprehensible; "he was caught red-handed"
-00125763 02 r 01 reversibly 0 003 ;c 06084469 n 0000 ;c 06090869 n 0000 \ 00346626 a 0101 | in a reversible manner; "reversibly convertible"
-00125906 02 r 01 rewardingly 0 001 \ 02015571 a 0101 | in a rewarding manner
-00125985 02 r 03 royally 0 like_kings 0 like_royalty 0 001 \ 02789579 a 0101 | in a royal manner; "they were royally treated"
-00126113 02 r 01 sacrilegiously 0 001 \ 02012748 a 0103 | in a sacrilegious manner
-00126198 02 r 01 scenically 0 001 \ 02792789 a 0101 | with respect to stage scenery; "scenically stunning"
-00126307 02 r 01 scholastically 0 001 \ 02792903 a 0101 | with respect to scholastic activities; "scholastically apt"
-00126427 02 r 01 serially 0 001 \ 02797257 a 0101 | in a serial manner; "serially composed music"
-00126527 02 r 01 socially 0 001 \ 02798370 a 0101 | by or with respect to society; "socially accepted norms"
-00126638 02 r 01 socially 1 001 \ 02248349 a 0101 | in a social manner; "socially unpopular"
-00126733 02 r 01 symbolically 1 001 \ 02806907 a 0101 | by means of symbols; "symbolically expressed"
-00126837 02 r 01 technically 0 000 | with regard to technical skill and the technology available; "a technically brilliant solution"
-00126972 02 r 01 technically 1 001 \ 02809220 a 0101 | with regard to technique; "technically lagging behind the Japanese"; "a technically brilliant boxer"
-00127130 02 r 01 technically 2 000 | according to the exact meaning; according to the facts; "technically, a bank's reserves belong to the stockholders"; "technically, the term is no longer used by experts"
-00127339 02 r 01 temporally 0 001 \ 02810882 a 0101 | with regard to temporal order; "temporally processed"
-00127449 02 r 01 terminally 0 001 \ 02812147 a 0101 | at the end; "terminally ill"
-00127534 02 r 01 terrestrially 0 001 \ 00124918 a 0101 | to a land environment; "terrestrially adapted"
-00127640 02 r 01 territorially 0 001 \ 02812482 a 0101 | with respect to territory; "territorially important"
-00127752 02 r 01 thematically 0 001 \ 02813680 a 0101 | with regard to thematic content; "thematically related"
-00127866 02 r 01 therapeutically 0 001 \ 01165943 a 0106 | for therapeutic purposes
-00127952 02 r 01 geothermally 0 001 \ 02735669 a 0101 | by means of heat from the interior of the earth
-00128058 02 r 01 thermally 0 001 \ 02814453 a 0101 | by means of heat or with respect to thermal properties
-00128168 02 r 01 typically 0 002 ! 00128290 r 0101 \ 02468635 a 0101 | in a typical manner; "Tom was typically hostile"
-00128290 02 r 02 atypically 0 untypically 0 003 \ 02469928 a 0202 ! 00128168 r 0101 \ 02469928 a 0101 | in a manner that is not typical; "she was atypically quiet"
-00128456 02 r 01 verbally 1 001 \ 00500310 a 0101 | by means of language; "verbally expressive"
-00128554 02 r 01 verbally 0 001 \ 02823724 a 0101 | as a verb; "he had a habit of using nouns verbally"
-00128660 02 r 01 vocally 0 001 \ 00499530 a 0102 | in a vocal manner; "she defended herself vocally"
-00128763 02 r 02 nonverbally 0 non-verbally 0 001 \ 00497964 a 0102 | without words; "they communicated nonverbally"
-00128882 02 r 01 globally 0 001 \ 01568684 a 0101 | throughout the world; "this is globally significant"
-00128989 02 r 01 electrically 0 001 \ 02826877 a 0101 | by electricity; "electrically controlled"
-00129089 02 r 01 chemically 0 001 \ 02692624 a 0101 | with respect to chemistry; "chemically different substances"; "chemically related"
-00129228 02 r 01 chemically 1 001 \ 02692966 a 0101 | with chemicals;"chemically fertilized"
-00129324 02 r 01 legislatively 0 001 \ 02829565 a 0101 | by legislation; "legislatively determined"
-00129426 02 r 01 bilingually 0 001 \ 01545777 a 0101 | in a bilingual manner; "she grew up bilingually"
-00129532 02 r 01 linearly 0 002 \ 01417451 a 0101 ! 00090103 r 0101 | in a linear manner; "linearly polarized radiation"; "it grew linearly"
-00129675 02 r 01 longitudinally 0 001 \ 02830345 a 0101 | with respect to longitude; "longitudinally measured"
-00129788 02 r 02 magically 0 as_if_by_magic 0 001 \ 01576071 a 0103 | in a magical manner; "it disappeared magically"
-00129908 02 r 01 bacterially 0 001 \ 02833544 a 0101 | by bacteria; "spreads bacterially"
-00130000 02 r 01 relativistically 0 001 \ 02835887 a 0101 | by the theory of relativity; "this is relativistically impossible"
-00130129 02 r 01 racially 0 001 \ 03141609 a 0101 | with respect to race; "racially integrated"
-00130227 02 r 01 municipally 0 001 \ 02697452 a 0101 | by municipality; "municipally funded"
-00130322 02 r 01 governmentally 0 001 \ 01814711 a 0101 | by government; "governmentally determined policy"
-00130432 02 r 01 professionally 0 001 \ 02839505 a 0101 | in a professional manner; "professionally trained staff"
-00130549 02 r 01 spatially 0 001 \ 02841066 a 0102 | with regard to space; "spatially limited"
-00130646 02 r 01 semantically 0 001 \ 02842042 a 0101 | with regard to meaning; "semantically empty messages"
-00130758 02 r 01 limitedly 0 001 \ 01532586 a 0101 | in a limited manner
-00130833 02 r 02 linguistically 0 lingually 0 002 \ 02842445 a 0202 \ 02842445 a 0101 | with respect to language; "linguistically impaired children"; "a lingually diverse population"
-00131018 02 r 01 sociolinguistically 0 001 \ 02842981 a 0101 | with respect to sociolinguistics; "sociolinguistically fascinating"
-00131151 02 r 01 linguistically 1 001 \ 02843218 a 0101 | with respect to the science of linguistics; "linguistically interesting data"
-00131289 02 r 01 cross-linguistically 0 001 \ 02843095 a 0101 | by comparing languages; "she studied the phenomenon cross-linguistically"
-00131429 02 r 02 fiscally 0 in_fiscal_matters 0 001 \ 02847894 a 0101 | in financial matters; "fiscally irresponsible"
-00131550 02 r 01 algebraically 0 001 \ 02854350 a 0101 | in an algebraic manner; "algebraically determined"
-00131660 02 r 01 polyphonically 0 001 \ 02855757 a 0101 | in a polyphonic manner; "polyphonically composed"
-00131770 02 r 01 poetically 0 001 \ 02857099 a 0101 | in a poetic manner; "poetically expressed"
-00131869 02 r 01 phonetically 0 001 \ 02857726 a 0101 | by phonetics; "phonetically realized"
-00131965 02 r 01 phonemic 0 001 \ 02858086 a 0101 | by phonemics; "phonemically transcribed"
-00132060 02 r 01 personally 0 001 \ 02858816 a 0101 | as a person; "he is personally repulsive"
-00132158 02 r 02 personally 4 in_person 1 001 \ 01767329 a 0101 | in the flesh; without involving anyone else; "I went there personally"; "he appeared in person"
-00132322 02 r 01 personally 2 000 | concerning the speaker; "personally, I find him stupid"
-00132416 02 r 01 philosophically 0 001 \ 00858053 a 0101 | in a philosophic manner; "she took it philosophically"
-00132532 02 r 02 infernally 0 hellishly 0 002 ;u 06321054 n 0000 \ 02974812 a 0101 | extremely; "infernally clever"; "hellishly dangerous"
-00132673 02 r 01 pathologically 0 001 \ 02861206 a 0101 | with respect to pathology; "pathologically interesting results"
-00132797 02 r 01 graphically 2 001 \ 02736983 a 0101 | with respect to graphic aspects; "graphically interesting designs"
-00132921 02 r 01 catastrophically 0 001 \ 01161635 a 0101 | with unfortunate consequences; "catastrophically complex"
-00133041 02 r 01 optically 0 001 \ 02861859 a 0101 | in an optical manner; "optically distorted"
-00133140 02 r 01 visually 0 000 | with respect to vision; "visually distorted"
-00133221 02 r 01 viscerally 0 001 \ 02862964 a 0101 | in the viscera; "he is bleeding viscerally"
-00133321 02 r 01 cerebrally 0 001 \ 02688974 a 0101 | in the brain; "bleeding cerebrally"
-00133413 02 r 01 cerebrally 1 001 \ 01927455 a 0101 | in an intellectual manner; "cerebrally active"
-00133516 02 r 01 mystically 0 001 \ 02863247 a 0102 | in a mystical manner; "chant mystically"
-00133613 02 r 01 biologically 0 001 \ 02665803 a 0101 | with respect to biology; "biologically related"
-00133719 02 r 01 sociobiologically 0 001 \ 02666132 a 0102 | with respect to sociobiology; "explain the behavior sociobiologically"
-00133853 02 r 01 neurobiological 0 001 \ 02666294 a 0101 | with respect to neurobiology; "explain the phenomenon neurobiologically"
-00133987 02 r 01 biochemically 0 001 \ 02664932 a 0101 | with respect to biochemistry; "biochemically interesting phenomenon"
-00134115 02 r 01 musicologically 0 001 \ 02867945 a 0101 | with respect to musicology
-00134203 02 r 01 morally 1 000 | with respect to moral principles; "morally unjustified"
-00134294 02 r 01 meteorologically 0 001 \ 02865479 a 0101 | with respect to the weather; "meteorologically bad conditions"
-00134419 02 r 01 metaphysically 0 001 \ 02865814 a 0101 | in a metaphysical manner; "he thinks metaphysically"
-00134532 02 r 01 metonymically 0 001 \ 01419999 a 0101 | in a metonymic manner
-00134613 02 r 01 melodically 0 001 \ 02864068 a 0101 | with respect to melody; "melodically interesting themes"
-00134727 02 r 01 harmonically 0 001 \ 02737772 a 0101 | with respect to harmony; "harmonically interesting piece"
-00134843 02 r 01 acoustically 0 001 \ 02868489 a 0101 | with respect to acoustics; "acoustically ill-equipped studios"
-00134964 02 r 01 adulterously 0 001 \ 00961195 a 0101 | in an adulterous manner; "he behaved adulterously"
-00135073 02 r 01 metaphorically 0 001 \ 01419784 a 0101 | in a metaphorical manner; "she expressed herself metaphorically"
-00135198 02 r 01 allegorically 0 001 \ 01981916 a 0101 | in an allegorical manner; "the play ended allegorically"
-00135314 02 r 01 locally 0 001 \ 01106405 a 0101 | by a particular locality; "it was locally decided"
-00135418 02 r 02 locally 1 topically 0 002 \ 01425895 a 0201 \ 01425529 a 0101 | to a restricted area of the body; "apply this medicine topically"
-00135567 02 r 01 regionally 0 001 \ 02871858 a 0101 | in a regional manner; "regionally governed"
-00135667 02 r 01 nationally 2 001 \ 01567862 a 0101 | with regard to a nation taken as a whole; "a nationally uniform culture"
-00135796 02 r 01 culturally 0 001 \ 02872501 a 0101 | with regard to a culture; "culturally integrated"
-00135902 02 r 01 interracially 0 001 \ 01928019 a 0101 | by race; "interracially restrictive"
-00135998 02 r 01 chorally 0 001 \ 02874282 a 0101 | by a chorus; "chorally accompanied"
-00136088 02 r 01 subcutaneously 0 001 \ 02876936 a 0102 | below the skin; "inject subcutaneously"
-00136188 02 r 01 facially 0 001 \ 02877704 a 0101 | with respect to the face
-00136267 02 r 01 syntactically 0 001 \ 02880557 a 0101 | with respect to syntax; "syntactically ill-formed"
-00136377 02 r 01 spinally 0 001 \ 02884456 a 0101 | in the spine; "spinally administered"
-00136469 02 r 01 sexually 0 001 \ 02135389 a 0101 | by sexual means; "reproduce sexually"
-00136561 02 r 01 sexually 1 001 \ 02887578 a 0101 | with respect to sexuality; "sexually ambiguous"
-00136663 02 r 01 lexically 0 001 \ 02886869 a 0101 | by means of words; "lexically represented"
-00136761 02 r 01 nonlexically 0 001 \ 02886767 a 0101 | without the use of words; "expressed nonlexically"
-00136870 02 r 01 materially 0 001 \ 01779193 a 0101 | with respect to material aspects; "psychologically similar but materially different"
-00137011 02 r 01 materially 1 001 \ 01487627 a 0101 | to a significant degree; "it aided him materially in winning the argument"
-00137142 02 r 01 surgically 0 001 \ 02888968 a 0101 | in a surgical manner; by means of surgery; "surgically removed"
-00137262 02 r 01 operatively 0 001 \ 02164050 a 0101 | in a manner to produce an effect
-00137352 02 r 01 postoperatively 0 001 \ 01169660 a 0101 | after the operation; "remove postoperatively"
-00137459 02 r 01 chromatographically 0 001 \ 02987910 a 0101 | by means of a chromatographic process
-00137562 02 r 01 alternately 0 001 \ 00675928 a 0101 | in an alternating sequence or position; "They were deglycerolized by alternately centrifuging and mixing"; "he planted fir and pine trees alternately"
-00137770 02 r 02 transversely 0 transversally 0 002 \ 01445917 a 0203 \ 01445917 a 0102 | in a transverse manner; "they were cut transversely"
-00137915 02 r 02 respectively 0 severally 3 001 \ 00494409 a 0101 | in the order given; "the brothers were called Felix and Max, respectively"
-00138060 02 r 02 similarly 0 likewise 0 001 \ 02071420 a 0101 | in like or similar manner; "He was similarly affected"; "some people have little power to do good, and have likewise little strength to resist evil"- Samuel Johnson
-00138291 02 r 01 secondarily 0 002 ! 00138410 r 0101 \ 01853461 a 0101 | of secondary import; "secondarily affected"
-00138410 02 r 02 primarily 0 in_the_first_place 0 002 ! 00138291 r 0101 \ 01852174 a 0101 | of primary import; "this is primarily a question of economics"; "it was in the first place a local matter"
-00138611 02 r 05 probably 0 likely 0 in_all_likelihood 0 in_all_probability 0 belike 0 001 \ 01413247 a 0101 | with considerable certainty; without much doubt; "He is probably out of the country"; "in all likelihood we are headed for war"
-00138852 02 r 01 bannerlike 0 000 | like a banner; "She waved her scarf at him bannerlike"
-00138945 02 r 01 dramatically 0 002 ! 00139071 r 0101 \ 00794825 a 0101 | in a dramatic manner; "he confessed dramatically"
-00139071 02 r 01 undramatically 0 002 ! 00138945 r 0101 \ 00795495 a 0101 | in an undramatic manner
-00139173 02 r 01 ashore 0 000 | towards the shore from the water; "we invited them ashore"
-00139266 02 r 01 notably 0 000 | especially; in particular; "notably in the social sciences, the professors teach too much"
-00139392 02 r 01 intensively 0 001 \ 01509527 a 0101 | in an intensive manner; "he studied the snake intensively"
-00139508 02 r 05 appropriately 0 suitably 0 fittingly 0 befittingly 0 fitly 0 006 \ 01020393 a 0501 \ 00135092 a 0401 ! 00139759 r 0202 \ 01020885 a 0201 ! 00139759 r 0101 \ 00134701 a 0101 | in an appropriate manner; "he was appropriately dressed"
-00139759 02 r 02 inappropriately 0 unsuitably 0 003 ! 00139508 r 0101 \ 00135718 a 0101 ! 00139508 r 0202 | in an inappropriate manner; "he was inappropriately dressed"
-00139930 02 r 01 inalienably 0 001 \ 00093810 a 0101 | in an inalienable manner; "this property is held inalienably"
-00140049 02 r 01 offshore 0 001 ! 00140168 r 0101 | away from shore; away from land; "cruising three miles offshore"
-00140168 02 r 01 onshore 0 001 ! 00140049 r 0101 | on or toward the land; "they were living onshore"
-00140271 02 r 02 thousand-fold 0 thousand_times 0 000 | by three orders of magnitude; "this poison is a thousand-fold more toxic"
-00140403 02 r 01 naturally 1 002 ! 00140566 r 0101 \ 01570892 a 0101 | according to nature; by natural means; without artificial help; "naturally grown flowers"
-00140566 02 r 03 artificially 0 unnaturally 0 by_artificial_means 0 002 ! 00140403 r 0101 \ 01571363 a 0101 | not according to nature; not by natural means; "artificially induced conditions"
-00140759 02 r 01 acutely 0 002 ! 00140884 r 0101 \ 00044760 a 0101 | having a rapid onset; "an acutely debilitating virus"
-00140884 02 r 01 chronically 0 002 ! 00140759 r 0101 \ 00045123 a 0101 | in a slowly developing and long lasting manner; "chronically ill persons"
-00141033 02 r 02 chronically 1 inveterate 0 000 | in a habitual and longstanding manner; "smoking chronically"
-00141146 02 r 01 contradictorily 0 001 \ 02356579 a 0102 | in a contradictory manner; "he argued contradictorily"
-00141262 02 r 01 electrostatically 0 001 \ 02719009 a 0101 | in an electrostatic manner; "the dust adhered electrostatically to the surface"
-00141405 02 r 01 episodically 0 001 \ 01842468 a 0101 | in an episodic manner
-00141485 02 r 01 feverishly 0 001 \ 00086210 a 0101 | in a feverish manner; "she worked feverishly"
-00141587 02 r 01 feudally 0 001 \ 02726546 a 0101 | in a feudal manner; "a feudally organized society"
-00141692 02 r 01 frontally 0 001 \ 00198757 a 0101 | in, at, or toward the front
-00141775 02 r 01 geometrically 3 001 \ 02735208 a 0101 | with respect to geometry; "this shape is geometrically interesting"
-00141902 02 r 01 glacially 0 001 \ 02736015 a 0101 | by a glacier; "glacially deposited material"
-00142002 02 r 01 glaringly 0 001 \ 00580039 a 0104 | in a glaring manner; "it was glaringly obvious"
-00142105 02 r 01 gravitationally 0 001 \ 02737183 a 0101 | with respect to gravitation; "gravitationally strong forces"
-00142227 02 r 01 gutturally 0 001 \ 02737461 a 0101 | in a guttural manner; "gutturally articulated"
-00142330 02 r 01 hieroglyphically 0 001 \ 02742206 a 0101 | by means of hieroglyphs; "hieroglyphically written"
-00142444 02 r 01 homeostatically 0 001 \ 02741032 a 0101 | in a homeostatic manner; "blood pressure is homeostatically regulated"
-00142576 02 r 01 horticulturally 0 001 \ 02927048 a 0101 | by means of horticulture
-00142662 02 r 01 humanly 0 001 \ 02743261 a 0101 | in the manner of human beings; "humanly possible"
-00142765 02 r 01 imperially 0 001 \ 02746897 a 0101 | in an imperial manner; "imperially decreed"
-00142865 02 r 01 incestuously 0 001 \ 02748216 a 0101 | by incest; "incestuously conceived"
-00142959 02 r 01 inconceivably 0 001 \ 02418692 a 0102 | to an inconceivable degree; "inconceivably small"
-00143068 02 r 01 insistently 0 001 \ 00712877 a 0104 | in an insistent manner
-00143148 02 r 01 institutionally 0 001 \ 02749778 a 0101 | by an institution; "institutionally controlled"
-00143257 02 r 01 judicially 0 001 \ 02752987 a 0101 | in a judicial manner; "judicially controlled process"
-00143367 02 r 01 nasally 0 001 \ 02978781 a 0102 | in a nasal manner; "inhaled nasally"
-00143457 02 r 01 nocturnally 0 001 \ 02931826 a 0101 | at night; "nocturnally active bird"
-00143550 02 r 01 rurally 0 001 \ 02790726 a 0101 | in a rural manner
-00143621 02 r 01 spherically 0 001 \ 02800689 a 0101 | in a spherical manner; "spherically shaped"
-00143722 02 r 01 superficially 0 001 \ 01873406 a 0101 | in a superficial manner; "he was superficially interested"
-00143840 02 r 01 syllabically 0 001 \ 02806721 a 0101 | in or with syllables; "syllabically pronounced"
-00143946 02 r 01 monosyllabically 0 001 \ 02289018 a 0101 | in a monosyllabic manner
-00144033 02 r 01 polysyllabically 0 001 \ 02289405 a 0101 | in a polysyllabic manner
-00144120 02 r 01 symptomatically 0 001 \ 02807249 a 0101 | by symptoms
-00144193 02 r 01 tangentially 0 001 \ 01976360 a 0102 | in passing; "touched on it tangentially"
-00144292 02 r 01 volcanically 0 001 \ 02826169 a 0101 | by or like volcanoes; "volcanically created landscape"
-00144405 02 r 02 awhile 0 for_a_while 1 000 | for a short time; "sit down and stay awhile"; "they settled awhile in Virginia before moving West"; "the baby was quiet for a while"
-00144586 02 r 02 wickedly 0 evilly 0 002 \ 01131043 a 0201 \ 02513740 a 0101 | in a wicked evil manner; "act wickedly"; "grin evilly"
-00144722 02 r 07 surely 0 certainly 0 sure 0 for_sure 0 for_certain 0 sure_enough 2 sure_as_shooting 0 003 ;u 07075172 n 0000 \ 00335421 a 0201 \ 00336831 a 0102 | definitely or positively (`sure' is sometimes used informally for `surely'); "the results are surely encouraging"; "she certainly is a hard worker"; "it's going to be a good day for sure"; "they are coming, for certain"; "they thought he had been killed sure enough"; "he'll win sure as shooting"; "they sure smell good"; "sure he'll come"
-00145228 02 r 01 surprisingly 0 001 \ 02359464 a 0101 | in a surprising manner; "he was surprisingly friendly"
-00145341 02 r 01 technologically 0 001 \ 02809692 a 0102 | by means of technology; "technologically impossible"
-00145455 02 r 01 temperamentally 0 001 \ 02810552 a 0101 | by temperament; "temperamentally suited to each other"
-00145571 02 r 01 sufficiently 0 002 ! 00145854 r 0101 \ 02335828 a 0101 | to a sufficient degree; "she was sufficiently fluent in Mandarin"
-00145713 02 r 02 enough 0 plenty 0 000 | as much as necessary; "Have I eaten enough?"; (`plenty' is nonstandard) "I've had plenty, thanks"
-00145854 02 r 01 insufficiently 0 002 ! 00145571 r 0101 \ 02336449 a 0101 | to an insufficient degree; "he was insufficiently prepared"
-00145992 02 r 01 unhesitatingly 0 002 ! 00146120 r 0101 \ 00685924 a 0101 | without hesitation; "she said yes unhesitatingly"
-00146120 02 r 02 hesitantly 0 hesitatingly 0 002 ! 00145992 r 0101 \ 00686573 a 0101 | with hesitation; in a hesitant manner; "he finally accepted hesitantly"
-00146281 02 r 02 thereafter 0 thenceforth 1 000 | from that time on; "thereafter he never called again"
-00146387 02 r 02 ever 4 of_all_time 0 000 | at any time; "did you ever smoke?"; "the best con man of all time"
-00146500 02 r 01 sic 0 000 | intentionally so written (used after a printed word or phrase)
-00146594 02 r 01 so 2 001 ;u 06321054 n 0000 | to a very great extent or degree; "the idea is so obvious"; "never been so happy"; "I love you so"; "my head aches so!"
-00146763 02 r 01 so 3 000 | (usually followed by `that') to an extent or degree as expressed; "he was so tired he could hardly stand"; "so dirty that it smells"
-00146926 02 r 01 so 5 000 | in such a condition or manner, especially as expressed or implied; "They're happy and I hope they will remain so"; "so live your life that old age will bring no regrets"
-00147126 02 r 01 so 7 000 | to a certain unspecified extent or degree; "I can only go so far with this student"; "can do only so much in a day"
-00147272 02 r 01 so 8 000 | in the same way; also; "I was offended and so was he"; "worked hard and so did she"
-00147386 02 r 01 such 0 001 ;u 06321054 n 0000 | to so extreme a degree; "he is such a baby"; "Such rich people!"
-00147502 02 r 01 hand_and_foot 0 000 | in all ways possible; "they served him hand and foot"
-00147597 02 r 01 hand_in_hand 1 000 | clasping each other's hands; "they walked hand in hand"
-00147693 02 r 01 hand_over_fist 0 000 | at a tremendous rate; "made money hand over fist"
-00147785 02 r 02 handily 0 hands_down 0 000 | with no difficulty; "she beat him handily"
-00147876 02 r 02 easily 1 easy 1 002 ;u 07075172 n 0000 \ 00749230 a 0101 | with ease (`easy' is sometimes used informally for `easily'); "she was easily excited"; "was easily confused"; "he won easily"; "this china breaks very easily"; "success came too easy"
-00148139 02 r 02 easy 0 soft 0 003 ;u 07075172 n 0000 \ 00750054 a 0202 \ 00749230 a 0101 | in a relaxed manner; or without hardship; "just wanted to take it easy" (`soft' is nonstandard)
-00148329 02 r 01 in_hand 0 001 ! 00148422 r 0101 | under control; "the riots were in hand"
-00148422 02 r 02 out_of_hand 0 beyond_control 0 001 ! 00148329 r 0101 | out of control; "the riots got out of hand"
-00148540 02 r 01 in_a_way 0 000 | from some points of view; "she was right in a way"
-00148627 02 r 01 factually 0 001 \ 01933731 a 0102 | as a fact or based on fact; "they learn much, factually, about the problems of retirement and provision for old age, and, psychologically, in the sharing of their thoughts on retirement"
-00148869 02 r 03 in_fact 0 in_point_of_fact 0 as_a_matter_of_fact 0 000 | in reality or actuality; "in fact, it was a wonder anyone survived"; "painters who are in fact anything but unsophisticated"; "as a matter of fact, he is several inches taller than his father"
-00149138 02 r 02 actually 0 in_reality 0 000 | used to imply that one would expect the fact to be the opposite of that stated; surprisingly; "you may actually be doing the right thing by walking out"; "she actually spoke Latin"; "they thought they made the rules but in reality they were only puppets"; "people who seem stand-offish are in reality often simply nervous"
-00149510 02 r 02 actually 1 really 4 002 \ 01932973 a 0201 \ 01933731 a 0101 | in actual fact; "to be nominally but not actually independent"; "no one actually saw the shark"; "large meteorites actually come from the asteroid belt"
-00149744 02 r 01 actually 2 000 | as a sentence modifier to add slight emphasis; "actually, we all help clear up after a meal"; "actually, I haven't seen the film"; "I'm not all that surprised actually"; "she hasn't proved to be too satisfactory, actually"
-00150003 02 r 01 actually 3 000 | at the present moment; "the transmission screen shows the picture that is actually on the air"
-00150134 02 r 03 to_be_sure 0 without_doubt 2 no_doubt 0 000 | admittedly; "to be sure, he is no Einstein"
-00150243 02 r 01 sure_enough 0 000 | as supposed or expected; "sure enough, he asked her for money again"
-00150351 02 r 02 right 0 right_on 1 000 | an interjection expressing agreement
-00150432 02 r 01 in_toto 0 000 | in entirety; "they bought the business in toto"; "in recommendations were adopted in toto"
-00150558 02 r 02 in_the_least 1 even_a_little 0 000 | to any extent at all; "are you in the least interested?"
-00150671 02 r 03 above_all 0 most_importantly 1 most_especially 0 000 | above and beyond all other consideration; "above all, you must be independent"
-00150824 02 r 01 in_absentia 0 000 | while absent; although absent; "he was sentenced in absentia"
-00150925 02 r 01 across_the_board 0 001 \ 00526062 a 0101 | including all; "we got a pay raise across the board"
-00151040 02 r 01 after_a_fashion 0 000 | to some extent; not very well; "he speaks French after a fashion"
-00151149 02 r 01 after_all 0 000 | emphasizes something to be considered; "after all, she is your boss, so invite her"; "he is, after all, our president"
-00151305 02 r 01 after_all 1 000 | in spite of expectations; "came to the party after all"; "it didn't rain after all"
-00151426 02 r 01 after_hours 0 000 | not during regular hours; "he often worked after hours"
-00151521 02 r 02 against_the_clock 0 against_time 0 000 | as fast as possible; before a deadline; "it was a race against the clock"
-00151655 02 r 01 ahead_of_the_game 0 000 | in an advantageous position; "she's ahead of the game"
-00151755 02 r 04 all_in_all 0 on_the_whole 0 altogether 3 tout_ensemble 0 000 | with everything considered (and neglecting details); "altogether, I'm sorry it happened"; "all in all, it's not so bad"
-00151957 02 r 02 all_of_a_sudden 0 all_at_once 0 000 | without warning; "all at once, he started shouting"
-00152066 02 r 02 all_the_way 9 the_whole_way 0 000 | to the goal; "she climbed the mountain all the way"
-00152173 02 r 01 all_the_way 4 000 | not stopping short of sexual intercourse; "she went all the way with him"
-00152286 02 r 01 from_start_to_finish 0 000 | completely
-00152345 02 r 03 and_how 0 you_bet 0 you_said_it 0 000 | an expression of emphatic agreement
-00152440 02 r 01 and_then_some 0 000 | and considerably more in addition; "it cost me a week's salary and then some"
-00152559 02 r 03 around_the_clock 0 for_24_hours 0 round_the_clock 0 000 | without stopping; "she worked around the clock"
-00152684 02 r 01 as_follows 0 000 | what is listed next; "her complaints went as follows"
-00152776 02 r 02 as_it_were 0 so_to_speak 0 000 | as if it were really so; "she lives here, as it were"
-00152882 02 r 02 as_we_say 0 so_to_speak 1 000 | in a manner of speaking; "the feeling is, as we say, quite dead"
-00152998 02 r 01 as_the_crow_flies 0 000 | by the shortest and most direct route; "it's 10 miles as the crow flies"
-00153116 02 r 03 at_all_costs 0 at_any_cost 0 at_any_expense 0 000 | regardless of the cost involved; "he wanted to save her life at all cost"
-00153261 02 r 03 at_a_time 0 at_once 3 at_one_time 0 000 | simultaneously; "he took three cookies at a time"
-00153372 02 r 01 at_will 0 000 | as one chooses or pleases; "he can roam the neighborhood at will"
-00153473 02 r 01 loosely 1 001 \ 02232112 a 0101 | knitted in a loose manner; "loosely knit"
-00153568 02 r 01 carefully 0 001 \ 00309021 a 0101 | taking care or paying attention; "they watched carefully"
-00153681 02 r 03 mindfully 0 heedfully 0 advertently 0 005 ! 00237833 r 0302 \ 00164308 a 0301 \ 01977488 a 0202 ! 00153865 r 0101 \ 01977155 a 0101 | in a careful deliberate manner
-00153865 02 r 01 unmindfully 0 002 ! 00153681 r 0101 \ 01978003 a 0101 | in a careless and thoughtless manner
-00153977 02 r 01 excitedly 0 001 \ 00919542 a 0101 | with excitement; in an excited manner; "she shook his hand excitedly"
-00154102 02 r 01 vociferously 0 001 \ 01920367 a 0105 | in a vociferous manner; "he complained vociferously"
-00154213 02 r 01 safely 0 000 | with safety; in a safe manner; "we are safely out of there"
-00154307 02 r 01 allegedly 0 001 \ 00687614 a 0101 | according to what has been alleged; "he was on trial for allegedly murdering his wife"
-00154449 02 r 02 purportedly 1 supposedly 0 000 | believed or reputed to be the case
-00154536 02 r 03 illegally 0 illicitly 1 lawlessly 0 004 ! 00363218 r 0302 \ 01395617 a 0301 \ 01403760 a 0202 \ 01401854 a 0101 | in an illegal manner; "they dumped the waste illegally"
-00154725 02 r 01 originally 0 001 \ 01686439 a 0101 | in an original manner
-00154803 02 r 01 unoriginally 0 001 \ 01688271 a 0101 | in an unoriginal manner
-00154885 02 r 01 comfortably 0 001 \ 00479330 a 0101 | in mental comfort; without stress; "he works comfortably on three continents"
-00155020 02 r 01 comfortably 2 002 ! 00155187 r 0101 \ 00476819 a 0101 | in physical comfort; "she could have been lying comfortably in bed getting the same relief"
-00155187 02 r 01 uncomfortably 0 002 ! 00155020 r 0101 \ 00478015 a 0101 | in physical discomfort; "she lay on the couch, her body uncomfortably twisted"
-00155343 02 r 01 by_a_long_shot 0 000 | by a great deal; "he is the best by a long shot"; "his labors haven't ended there--not by a long shot"
-00155488 02 r 02 by_and_by 0 later 2 000 | at some eventual time in the future; "By and by he'll understand"; "I'll see you later"
-00155621 02 r 04 by_and_large 0 generally 2 more_often_than_not 0 mostly 3 000 | usually; as a rule; "by and large it doesn't rain much here"
-00155765 02 r 02 by_hook_or_by_crook 0 by_any_means 0 000 | in any way necessary; "I'll pass this course by hook or by crook"
-00155893 02 r 02 by_heart 0 by_memory 0 000 | by committing to memory; "she knew the poem by heart"
-00155995 02 r 03 by_inches 0 little_by_little 1 by_small_degrees 0 000 | by a short distance; "they moved it by inches"
-00156117 02 r 01 by_fits_and_starts 0 000 | intermittently; "he worked on his book by fits and starts"
-00156222 02 r 04 by_the_way 0 by_the_bye 0 incidentally 0 apropos 1 000 | introducing a different topic; in point of fact; "incidentally, I won't go to the party"
-00156387 02 r 02 by_the_piece 0 one_by_one 0 000 | one piece at a time; "she sold the plates by the piece"
-00156496 02 r 02 orally 0 by_word_of_mouth 0 001 \ 02284169 a 0101 | by spoken rather than written means; "these stories were transmitted by word of mouth"
-00156654 02 r 01 orally 1 002 ;c 03247620 n 0000 \ 02771485 a 0101 | (of drugs) through the mouth rather than through injection; by_mouth; "he was administered the drug orally"
-00156833 02 r 03 come_hell_or_high_water 0 no_matter_what_happens 0 whatever_may_come 0 000 | in spite of all obstacles; "we'll go to Tibet come hell or high water"
-00157000 02 r 02 day_in_and_day_out 0 all_the_time 1 000 | without respite; "he plays chess day in and day out"
-00157114 02 r 01 dead_ahead 0 000 | exactly ahead or in front; "the laboratory is dead ahead"
-00157210 02 r 01 deadpan 0 000 | without betraying any feeling; "she told the joke deadpan"
-00157304 02 r 03 en_masse 0 en_bloc 0 as_a_group 0 000 | all together; "the students turned out en masse"
-00157412 02 r 02 every_so_often 0 every_now_and_then 0 000 | occasionally; "every so often she visits her father"
-00157528 02 r 01 every_inch 0 000 | in every way; completely; "he was every inch a statesman"
-00157624 02 r 01 completely 3 001 \ 00520214 a 0101 | so as to be complete; with everything necessary; "he had filled out the form completely"; "the apartment was completely furnished"
-00157811 02 r 01 incompletely 0 001 \ 00523978 a 0101 | not to a full degree or extent; "words incompletely understood"; "a form filled out incompletely"
-00157967 02 r 03 alone 1 solo 0 unaccompanied 0 002 \ 02251057 a 0301 \ 02251212 a 0101 | without anybody else or anything else; "the child stayed home alone"; "the pillar stood alone, supporting nothing"; "he flew solo"
-00158190 02 r 02 first_and_last 0 above_all 1 000 | taking everything together; "she was first and last a scientist"
-00158309 02 r 03 precisely 0 exactly 1 just 5 002 \ 00914421 a 0201 \ 01837744 a 0101 | indicating exactness or preciseness; "he was doing precisely (or exactly) what she had told him to do"; "it was just as he said--the jewel was gone"; "it has just enough salt"
-00158575 02 r 03 for_a_song 0 for_a_bargain_price 0 at_a_low_price 0 000 | for a relatively small amount of money; "we bought the house for a song"
-00158725 02 r 01 for_dear_life 0 000 | as though your life was at stake; "he was running for dear life"
-00158831 02 r 01 at_stake 0 000 | to be won or lost; at risk; "perhaps a million dollars are at stake"
-00158936 02 r 01 at_stake 1 000 | in question or at issue; "there is more at stake than your modesty"
-00159040 02 r 03 for_example 0 for_instance 0 e.g. 0 000 | as an example; "take ribbon snakes, for example"
-00159150 02 r 01 for_good_measure 0 000 | in addition (as to close a deal); "the car salesman threw in the radio, for good measure"
-00159284 02 r 01 for_keeps 0 000 | for the winner to keep all; "they played for keeps"
-00159373 02 r 04 for_love_or_money 0 for_anything 0 for_any_price 0 for_all_the_world 0 000 | under any circumstances; "she wouldn't give up her pets for love or money"
-00159544 02 r 01 for_one 0 000 | as a particular one of several possibilities; "I for one feel very grateful"; "her mother for one was worried"
-00159690 02 r 01 for_short 0 000 | as an abbreviation; "call me Bob for short"
-00159771 02 r 02 for_the_asking 0 on_request 0 000 | on the occasion of a request; "advice was free for the asking"
-00159889 02 r 01 from_scratch 0 000 | from the beginning, especially without relying on resources or other advantages; "he baked the torte from scratch"; "she built her business up from scratch"
-00160086 02 r 02 sincerely 3 sincerely_yours 0 000 | written formula for ending a letter
-00160177 02 r 02 from_way_back 0 since_a_long_time_ago 0 000 | since long ago; "she knows him from way back"
-00160288 02 r 01 close_to_the_wind 0 001 ;c 00314469 n 0000 | nearly opposite to the direction from which wind is coming; "sailing close to the wind"
-00160440 02 r 01 closely 0 001 \ 00446921 a 0101 | in a close relation or position in time or space; "the onsets were closely timed"; "houses set closely together"; "was closely involved in monitoring daily progress"
-00160659 02 r 03 closely 1 intimately 0 nearly 2 001 \ 00451510 a 0101 | in a close manner; "the two phenomena are intimately connected"; "the person most nearly concerned"
-00160834 02 r 02 relatively 0 comparatively 0 002 \ 00006032 a 0202 \ 00006032 a 0101 | in a relative manner; by comparison to something else; "the situation is relatively calm now"
-00161018 02 r 02 predominantly 0 preponderantly 0 002 \ 00792202 a 0205 \ 01066787 a 0103 | much greater in number or influence; "the patients are predominantly indigenous"
-00161193 02 r 01 readily 0 000 | without much difficulty; "these snakes can be identified readily"
-00161294 02 r 01 markedly 0 001 \ 01287808 a 0101 | in a clearly noticeable manner; "sales of luxury cars dropped markedly"
-00161420 02 r 01 palpably 0 001 \ 01717117 a 0101 | so as to be palpable; "she was palpably nervous"
-00161523 02 r 01 crudely 0 001 \ 01953467 a 0103 | in a crude or unrefined manner; "he was crudely bold"
-00161630 02 r 04 slowly 2 slow 0 easy 2 tardily 0 003 ;u 07075172 n 0000 ! 00085811 r 0101 \ 00980527 a 0101 | without speed (`slow' is sometimes used informally for `slowly'); "he spoke slowly"; "go easy here--the road is slippery"; "glaciers move tardily"; "please go slow so I can see the sights"
-00161932 02 r 03 publicly 0 publically 0 in_public 0 002 ! 00162137 r 0101 \ 01861205 a 0101 | in a manner accessible to or observable by the public; openly; "she admitted publicly to being a communist"
-00162137 02 r 03 privately 0 in_private 0 in_camera 0 002 ! 00161932 r 0101 \ 01858094 a 0101 | kept private or confined to those intimately concerned; "it was discussed privately between the two men"; "privately, she thought differently"; "some member of his own party hoped privately for his defeat"; "he was questioned in private"
-00162473 02 r 01 secretly 2 001 \ 00952181 a 0101 | not openly; inwardly; "they were secretly delighted at his embarrassment"; "hoped secretly she would change her mind"
-00162645 02 r 01 privately 1 001 ! 00162765 r 0101 | by a private person or interest; "a privately financed campaign"
-00162765 02 r 01 publicly 1 002 ! 00162645 r 0101 \ 00493297 a 0101 | by the public or the people generally; "publicly provided medical care"; "publicly financed schools"
-00162938 02 r 01 communally 0 001 \ 00493012 a 0101 | by a group of people rather than an individual; "the mills were owned communally"
-00163076 02 r 02 reprovingly 0 reproachfully 0 002 \ 00996864 a 0203 \ 00996864 a 0104 | in a reproving or reproachful manner; "she spoke to him reprovingly"
-00163236 02 r 01 gaily 0 001 \ 01367431 a 0101 | in a gay manner; "the scandals were gaily diverting"
-00163340 02 r 03 hand_in_glove 0 hand_and_glove 0 cooperatively 0 001 \ 00619972 a 0301 | in close cooperation; "they work hand in glove"
-00163480 02 r 01 cheek_by_jowl 0 000 | in close proximity; "the houses were jumbled together cheek by jowl"
-00163590 02 r 02 helter-skelter 0 every_which_way 0 000 | haphazardly; "the books were piled up helter-skelter"
-00163704 02 r 05 head_over_heels 0 heels_over_head 0 topsy-turvy 0 topsy-turvily 0 in_great_confusion 0 000 | in disorderly haste; "we ran head over heels toward the shelter"
-00163881 02 r 01 fecklessly 1 001 \ 01998730 a 0101 | in a feckless manner; irresponsibly and incompetently
-00163991 02 r 02 harum-scarum 0 pell-mell 0 000 | in a wild or reckless manner; "dashing harum-scarum all over the place"; "running pell-mell up the stairs"
-00164150 02 r 02 carelessly 2 heedlessly 0 002 \ 01193714 a 0201 \ 00311663 a 0101 | without care or concern; "carelessly raised the children's hopes without thinking of their possible disappointment"
-00164353 02 r 02 heart_and_soul 0 body_and_soul 0 000 | with complete faith; "she was with him heart and soul"
-00164466 02 r 01 hook_line_and_sinker 0 000 | in every detail; "he believed her story hook, line, and sinker"
-00164578 02 r 01 in_circles 0 000 | without making progress; "the candidates talked in circles"
-00164676 02 r 01 in_a_pig's_eye 0 001 ;u 07075172 n 0000 | very unlikely
-00164751 02 r 02 in_case 0 just_in_case 0 000 | if there happens to be need; "in case of trouble call 911"; "I have money, just in case"
-00164890 02 r 02 coldly 0 in_cold_blood 1 001 \ 01257612 a 0101 | in a cold unemotional manner; "he killed her in cold blood"
-00165018 02 r 03 seriously 0 earnestly 2 in_earnest 0 002 \ 02118840 a 0201 \ 02118379 a 0101 | in a serious manner; "talking earnestly with his son"; "she started studying snakes in earnest"; "a play dealing seriously with the question of divorce"
-00165269 02 r 05 in_due_course 0 in_due_season 0 in_good_time 0 in_due_time 0 when_the_time_comes 0 000 | at the appropriate time; "we'll get to this question in due course"
-00165445 02 r 02 in_full_swing 0 in_full_action 0 000 | proceeding with full vigor; "the party was in full swing"
-00165561 02 r 02 in_kind 0 in_a_similar_way 2 000 | with something of the same kind; "she pays him back in kind"
-00165676 02 r 01 in_line 0 000 | one behind another in a line or queue; "they waited in line for the tickets"
-00165788 02 r 02 in_name 0 in_name_only 0 000 | by title or repute though not in fact; "he's a doctor in name only"
-00165906 02 r 02 in_no_time 0 very_fast 0 000 | in a relatively short time; "she finished the assignment in no time"
-00166025 02 r 01 long 0 000 | for an extended time or at a distant time; "a promotion long overdue"; "something long hoped for"; "his name has long been forgotten"; "talked all night long"; "how long will you be gone?"; "arrived long before he was expected"; "it is long after your bedtime"
-00166318 02 r 01 long 3 000 | for an extended distance
-00166375 02 r 02 in_passing 0 en_passant 0 000 | incidentally; in the course of doing something else; "he made this remark in passing"
-00166512 02 r 01 in_practice 0 000 | in practical applications; "will this work in practice?"
-00166608 02 r 04 secretly 0 in_secret 0 on_the_Q.T. 0 on_the_QT 0 000 | in secrecy; not openly; "met secretly to discuss the invasion plans"; "the children secretly went to the movies when they were supposed to be at the library"; "they arranged to meet in secret"
-00166875 02 r 01 in_short_order 0 000 | without delay; "John got ready in short order"
-00166964 02 r 01 inside_out 0 000 | with the inside facing outward; "she turned the shirt inside out"
-00167068 02 r 01 inside_out 1 000 | thoroughly; from every perspective; "she knows this town inside out"
-00167175 02 r 02 in_the_air 0 in_everyone's_thoughts 0 000 | on everybody's mind; "Christmas was in the air"
-00167286 02 r 05 in_the_first_place 1 earlier 4 in_the_beginning 1 to_begin_with 0 originally 2 000 | before now; "why didn't you tell me in the first place?"
-00167447 02 r 02 in_the_long_run 0 in_the_end 2 000 | after a very lengthy period of time; "she will succeed in the long run"
-00167575 02 r 02 in_the_nick_of_time 0 just_in_time 0 000 | at the last possible moment; "she was saved in the nick of time"
-00167702 02 r 01 in_the_same_breath 0 000 | simultaneously; "she praised and criticized him in the same breath"
-00167816 02 r 02 in_time 1 soon_enough 0 000 | without being tardy; "we made it to the party in time"
-00167920 02 r 02 vainly 0 in_vain 0 001 \ 01866812 a 0105 | to no avail; "he looked for her in vain"; "the city fathers tried vainly to find a solution"
-00168075 02 r 01 unsuccessfully 0 002 ! 00119940 r 0101 \ 02333453 a 0101 | without success; "she tried unsuccessfully to persuade him to buy a new car"
-00168230 02 r 01 just_so 0 000 | in a careful manner; "you must treat this plant just so"
-00168322 02 r 02 lickety_split 0 lickety_cut 0 000 | without delay; "she tackled the job lickety-split"
-00168428 02 r 01 like_clockwork 0 001 ;u 07154330 n 0000 | with regularity and precision; "the rocket launch went off like clockwork"
-00168564 02 r 06 like_hell 0 like_mad 0 like_crazy 0 like_sin 0 like_thunder 0 like_the_devil 0 001 ;u 07075172 n 0000 | with great speed or effort or intensity; "drove like crazy"; "worked like hell to get the job done"; "ran like sin for the storm cellar"; "work like thunder"; "fought like the devil"
-00168870 02 r 01 like_hell 1 000 | used ironically to indicate the opposite of what is stated; "says he'll help me? Like hell he will!"
-00169008 02 r 01 no_end 0 000 | on and on for a long time; "the child cried no end"
-00169094 02 r 02 off_and_on 0 on_and_off 0 000 | not regularly; "they phone each other off and on"
-00169195 02 r 01 off_the_cuff 0 000 | without preparation; "the presidential candidate made a remark off the cuff"
-00169312 02 r 01 confidentially 1 001 \ 01859571 a 0101 | in a confidential manner; "spoke to him intimately and confidentially"
-00169443 02 r 01 off_the_record 0 000 | not for quotation; "he spoke to the reporter off the record"
-00169546 02 r 01 on_all_fours 0 000 | on hands and knees; "he got down on all fours to play with his grandson"
-00169659 02 r 02 on_the_average 0 on_average 0 000 | typically; "on average he watches three movies a week"
-00169769 02 r 01 on_approval 0 000 | for examination (with an option to buy); "they took the VCR on approval"
-00169881 02 r 01 on_faith 0 000 | with trust and confidence; "we accepted him on faith"
-00169971 02 r 01 hypothetically 0 001 \ 00861216 a 0103 | by hypothesis
-00170045 02 r 01 theoretically 0 001 \ 00860611 a 0101 | in theory; according to the assumed facts; "on paper the candidate seems promising"
-00170188 02 r 01 theoretically 1 002 \ 00860611 a 0101 ! 00084038 r 0101 | in a theoretical manner; "he worked the problem out theoretically"
-00170332 02 r 01 oppositely 0 001 \ 02070887 a 0101 | in an opposite position
-00170412 02 r 04 contrarily 0 to_the_contrary 0 contrariwise 0 on_the_contrary 2 001 \ 02065958 a 0101 | contrary to expectations; "he didn't stay home; on the contrary, he went out with his friends"
-00170614 02 r 01 on_the_fly 0 000 | on the run or in a hurry; "she wrote those letters on the fly"
-00170715 02 r 01 on_the_spot 0 000 | without delay or immediately; "we hired her on the spot"; "thought they were going to shoot us down on the spot"
-00170867 02 r 01 on_the_spot 1 000 | at the place in question; there; "they were on the spot when it happened"; "it had to be decided by the man on the spot"
-00171027 02 r 01 on_the_spot 2 000 | in a difficult situation; "that question really put him on the spot"
-00171135 02 r 02 on_the_spur_of_the_moment 0 suddenly 4 000 | on impulse; without premeditation; "he decided to go to Chicago on the spur of the moment"; "he made up his mind suddenly"
-00171322 02 r 02 on_the_way 0 en_route 0 000 | on a route to some place; "help is on the way"; "we saw him on the way to California"
-00171457 02 r 01 on_time 0 000 | at the expected time; "she always arrives on time"
-00171543 02 r 03 out_of_thin_air 0 out_of_nothing 0 from_nowhere 0 000 | without warning; "your cousin arrived out of thin air"
-00171673 02 r 02 out_of_wedlock 1 outside_marriage 0 000 | of unwed parents; "he was born out of wedlock"
-00171781 02 r 01 to_advantage 0 000 | in a manner that uses the most flattering or best aspects of; "the dress brought out her figure to advantage"
-00171931 02 r 01 to_a_man 0 000 | without exception; "voted for unionization to a man"
-00172020 02 r 04 to_a_T 0 to_the_letter 0 just_right 0 to_perfection 0 000 | in every detail; "the new house suited them to a T"
-00172151 02 r 02 up_to_now 1 to_date 0 000 | prior to the present time; "no suspect has been found to date"
-00172261 02 r 01 to_order 0 000 | to specification; "he had the shoes made to order"
-00172348 02 r 01 tooth_and_nail 0 000 | with force and ferocity; "she fought tooth and nail"
-00172443 02 r 01 to_that_effect 0 000 | with that general meaning; "she said something to that effect"
-00172548 02 r 02 to_the_hilt 0 to_the_limit 0 000 | in full; "you are in this to the hilt"
-00172641 02 r 01 under_the_circumstances 0 000 | because of prevailing conditions; "under the circumstances I cannot buy the house"
-00172775 02 r 01 orad 0 002 ! 00172875 r 0101 \ 01665184 a 0101 | toward the mouth or oral region
-00172875 02 r 01 aborad 0 002 ! 00172775 r 0101 \ 01665674 a 0101 | away from the mouth or oral region
-00172980 02 r 02 bravely 0 courageously 0 002 \ 00262792 a 0202 \ 00262792 a 0101 | in a courageous manner; "bravely he went into the burning house"
-00173131 02 r 01 overboard 0 000 | from on board a vessel into the water; "they dropped their garbage overboard"
-00173246 02 r 01 upstate 0 000 | in or toward the northern parts of a state; "he lives upstate New York"
-00173353 02 r 02 profoundly 0 deeply 0 002 \ 00692762 a 0201 \ 00693237 a 0101 | to a great depth psychologically; "They felt the loss deeply"
-00173498 02 r 01 impatiently 0 002 ! 00173644 r 0101 \ 01737241 a 0101 | with impatience; in an impatient manner; "he answered her impatiently"
-00173644 02 r 01 patiently 0 002 ! 00173498 r 0101 \ 01735736 a 0101 | with patience; in a patient manner; "he patiently played with the child"
-00173790 02 r 01 tensely 0 001 \ 02405326 a 0101 | in a tense manner; "he sat down tensely"
-00173884 02 r 01 methodically 0 001 \ 01668567 a 0101 | in a methodical manner; "she worked methodically"
-00173992 02 r 01 blindly 0 001 \ 02158826 a 0101 | without seeing or looking; "he felt around his desk blindly"
-00174106 02 r 01 apologetically 0 001 \ 01631830 a 0101 | in an apologetic manner; "he spoke apologetically about his past"
-00174232 02 r 03 unsteadily 0 falteringly 0 uncertainly 1 004 \ 00337404 a 0301 \ 02304035 a 0201 ! 00174491 r 0101 \ 02303077 a 0101 | in an unsteady manner; "he walked unsteadily toward the exit"; "The wounded soldier was swinging unsteadily on his legs"
-00174491 02 r 02 steadily 0 steady 0 002 ! 00174232 r 0101 \ 02301560 a 0101 | in a steady manner; "he could still walk steadily"
-00174623 02 r 01 haughtily 0 001 \ 01891109 a 0102 | in a haughty manner; "he peered haughtily down his nose"
-00174735 02 r 01 wildly 0 001 \ 02390335 a 0101 | to an extreme or greatly exaggerated degree; "the storyline is wildly unrealistic"
-00174870 02 r 01 wild 1 001 \ 02389220 a 0101 | in a wild or undomesticated manner; "growing wild"; "roaming wild"
-00174987 02 r 01 wildly 1 001 \ 01727303 a 0101 | with violent and uncontrollable passion; "attacked wildly, slashing and stabbing over and over"
-00175135 02 r 01 wildly 2 001 \ 01727303 a 0101 | in an uncontrolled or unrestrained manner; "He gesticulated wildly"
-00175255 02 r 01 bleakly 0 001 \ 01229561 a 0102 | without hope; "he wondered bleakly"
-00175344 02 r 02 stupidly 0 doltishly 0 002 \ 00440489 a 0202 \ 00439588 a 0101 | in a stupid manner; "he had stupidly bought a one way ticket"
-00175490 02 r 02 uniquely 0 unambiguously 0 001 \ 02215087 a 0102 | so as to be unique; "he could determine uniquely the properties of the compound"
-00175641 02 r 01 symmetrically 0 002 ! 00175778 r 0101 \ 02371718 a 0101 | in a symmetrical manner; "they were symmetrically arranged"
-00175778 02 r 02 asymmetrically 0 unsymmetrically 0 001 ! 00175641 r 0101 | in an asymmetrical manner; "they were asymmetrically arranged"
-00175919 02 r 02 inversely 0 reciprocally 0 002 \ 01945550 a 0201 \ 00769761 a 0101 | in an inverse or contrary manner; "inversely related"; "wavelength and frequency are, of course, related reciprocally"- F.A.Geldard
-00176139 02 r 01 creatively 0 001 \ 00643250 a 0101 | in a creative manner; "she solved the problem creatively"
-00176253 02 r 01 distally 0 002 ;c 06057539 n 0000 \ 00778363 a 0101 | far from the center; "the bronchus is situated distally"
-00176383 02 r 02 heavily 0 to_a_great_extent 0 001 \ 01190683 a 0101 | to a considerable degree; "he relied heavily on others' data"
-00176518 02 r 03 heavily 1 intemperately 0 hard 6 002 \ 02402268 a 0201 ! 00176750 r 0101 | indulging excessively; "he drank heavily"
-00176654 02 r 01 heavily 6 001 \ 01184932 a 0101 | in a labored manner; "he breathed heavily"
-00176750 02 r 01 lightly 1 002 ! 00176518 r 0101 \ 02401863 a 0102 | indulging with temperance; "we eat lightly in the morning"
-00176880 02 r 01 repeatedly 0 001 \ 00592880 a 0103 | several time; "it must be washed repeatedly"
-00176981 02 r 05 over_and_over 0 again_and_again 0 over_and_over_again 0 time_and_again 0 time_and_time_again 0 000 | repeatedly; "the unknown word turned up over and over again in the text"
-00177174 02 r 01 adamantly 0 001 \ 01024812 a 0101 | inflexibly; unshakably; "adamantly opposed to the marriage"
-00177289 02 r 01 strongly 0 002 ! 00177483 r 0101 \ 02321009 a 0101 | with strength or in a strong manner; "argues very strongly for his proposal"; "he was strongly opposed to the government"
-00177483 02 r 01 weakly 1 002 ! 00177289 r 0101 \ 02324397 a 0101 | in a weak or feeble manner or to a minor degree; "weakly agreed to a compromise"; "wheezed weakly"; "he was weakly attracted to her"
-00177686 02 r 03 vice_versa 0 the_other_way_around 0 contrariwise 1 000 | with the order reversed; "she hates him and vice versa"
-00177818 02 r 02 day_by_day 0 daily 1 000 | gradually and progressively; "his health weakened day by day"
-00177926 02 r 02 day_in_day_out 0 day_after_day 0 000 | for an indefinite number of successive days
-00178028 02 r 01 week_after_week 0 000 | for an indefinite number of successive weeks
-00178116 02 r 01 week_by_week 0 000 | weekly; "week by week, the betrayal gnawed at his heart"
-00178213 02 r 01 month_by_month 0 000 | for an indefinite number of months; "month by month, the betrayal gnawed at his heart"
-00178342 02 r 01 radically 0 001 \ 01642657 a 0102 | in a radical manner; "she took a radically different approach"
-00178460 02 r 02 religiously 0 sacredly 0 002 \ 02055062 a 0201 \ 02056265 a 0101 | by religion; "religiously inspired art"
-00178586 02 r 03 scrupulously 0 conscientiously 0 religiously 1 003 \ 02085740 a 0301 \ 00310138 a 0201 \ 00310138 a 0103 | with extreme conscientiousness; "he came religiously every morning at 8 o'clock"
-00178793 02 r 01 exceptionally 0 001 \ 01676026 a 0102 | to an exceptional degree; "it worked exceptionally well"
-00178909 02 r 02 amply 1 fully 4 002 \ 00105746 a 0101 ! 00396699 r 0101 | sufficiently; more than adequately; "the evidence amply (or fully) confirms our suspicions"; "they were fully (or amply) fed"
-00179112 02 r 02 strictly 0 purely 0 000 | restricted to something; "we talked strictly business"
-00179212 02 r 01 tentatively 0 001 \ 00556318 a 0104 | in a tentative manner; "we agreed tentatively on a dinner date"
-00179333 02 r 02 in_other_words 0 put_differently 0 000 | otherwise stated; "in other words, we are broke"
-00179442 02 r 02 loosely 0 slackly 0 002 \ 02404421 a 0202 \ 02404421 a 0101 | in a relaxed manner; not rigid; "his hands lay loosely"
-00179579 02 r 01 fussily 0 001 \ 01136248 a 0104 | in a fussy manner; "he spoke to her fussily"
-00179677 02 r 01 unnecessarily 1 001 \ 01581115 a 0101 | without any necessity; "this marathon would exhaust him unnecessarily"
-00179807 02 r 01 gracefully 0 002 ! 00179928 r 0101 \ 01139352 a 0101 | in a graceful manner; "she swooped gracefully"
-00179928 02 r 01 gracelessly 0 002 ! 00179807 r 0101 \ 01142666 a 0101 | in a graceless manner; "she moves rather gracelessly"
-00180057 02 r 01 neatly 0 001 \ 02423432 a 0101 | with neatness; "she put the slippers under the bed neatly"
-00180168 02 r 01 lightly 5 001 \ 01190993 a 0101 | to a slight degree; "her speech is only lightly accented"
-00180279 02 r 03 lightly 0 softly 2 gently 3 001 \ 01192035 a 0302 | with little weight or force; "she kissed him lightly on the forehead"
-00180420 02 r 02 successively 0 in_turn 0 001 \ 01667729 a 0105 | in proper order or sequence; "talked to each child in turn"; "the stable became in turn a chapel and then a movie theater"
-00180611 02 r 01 independently 0 001 \ 00727564 a 0101 | on your own; without outside help; "the children worked on the project independently"
-00180756 02 r 02 apart 1 aside 4 000 | not taken into account or excluded from consideration; "these problems apart, the country is doing well"; "all joking aside, I think you're crazy"
-00180944 02 r 02 apart 2 asunder 0 000 | into parts or pieces; "he took his father's watch apart"; "split apart"; "torn asunder"
-00181075 02 r 01 apart 3 000 | separated or at a distance in place or position or time; "These towns are many miles apart"; "stood with his legs apart"; "born two years apart"
-00181253 02 r 01 apart 4 000 | one from the other; "people can't tell the twins apart"
-00181342 02 r 01 once 2 000 | as soon as; "once we are home, we can rest"
-00181418 02 r 04 as_needed 0 as_required 0 pro_re_nata 0 PRN 0 000 | according to need (physicians use PRN in writing prescriptions); "add water as needed"
-00181576 02 r 01 gently 0 001 \ 01144571 a 0102 | in a gradual manner; "a gently sloping terrain"
-00181676 02 r 02 overseas 1 abroad 1 000 | in a place across an ocean
-00181748 02 r 02 vigorously 0 smartly 1 002 \ 00875422 a 0201 \ 00875422 a 0101 | with vigor; in a vigorous manner; "he defended his ideas vigorously"
-00181901 02 r 02 distinctly 0 clearly 2 001 \ 00779374 a 0101 | clear to the mind; with distinct mental discernment; "it's distinctly possible"; "I could clearly see myself in his situation"
-00182094 02 r 01 in_vivo 0 001 \ 01359424 a 0101 | in the living organism; "studies conducted in vivo"
-00182199 02 r 01 positively 0 002 ;u 06321054 n 0000 \ 00337172 a 0102 | extremely; "it was positively monumental"
-00182316 02 r 04 excellently 0 magnificently 0 splendidly 0 famously 1 003 \ 02343110 a 0304 \ 01285376 a 0203 \ 02343110 a 0101 | extremely well; "he did splendidly in the exam"; "we got along famously"
-00182522 02 r 01 healthily 0 001 \ 01944088 a 0101 | in a levelheaded manner; "the answers were healthily individual"
-00182642 02 r 02 hilariously 0 uproariously 0 002 \ 01266841 a 0203 \ 01266841 a 0101 | in a hilarious manner; "hilariously funny"
-00182775 02 r 01 considerately 0 002 ! 00182907 r 0101 \ 00638981 a 0101 | in a considerate manner; "they considerately withdrew"
-00182907 02 r 01 inconsiderately 0 002 ! 00182775 r 0101 \ 00639356 a 0101 | without consideration; in an inconsiderate manner; "inconsiderately, he asked to be invited for dinner"
-00183090 02 r 08 wonderfully 0 wondrous 0 wondrously 0 superbly 0 toppingly 0 marvellously 0 terrifically 0 marvelously 0 007 ;u 06321054 n 0000 \ 01676517 a 0707 \ 01676517 a 0604 \ 02344672 a 0503 \ 02342608 a 0402 \ 01676517 a 030a \ 01676517 a 0109 | (used as an intensifier) extremely well; "her voice is superbly disciplined"; "the colors changed wondrously slowly"
-00183464 02 r 02 gratifyingly 0 satisfyingly 0 001 \ 01801029 a 0102 | in a gratifying manner; "the performance was at a gratifyingly high level"
-00183612 02 r 01 impeccably 0 001 \ 01750847 a 0103 | flawlessly; "the film was impeccably authentic"
-00183716 02 r 01 blandly 0 001 \ 02307563 a 0101 | in a bland manner; "his blandly incompetent attempts"
-00183823 02 r 03 gravely 0 soberly 0 staidly 0 003 \ 00689336 a 0302 \ 02119213 a 0203 \ 02119213 a 0101 | in a grave and sober manner; "he walked soberly toward the altar"
-00183998 02 r 01 helpfully 0 002 ! 00184131 r 0101 \ 01195536 a 0101 | in a helpful manner; "the subtitles are helpfully conveyed"
-00184131 02 r 01 unhelpfully 0 002 ! 00183998 r 0101 \ 01198019 a 0101 | in an unhelpful manner; "he stood by unhelpfully while the house burned down"
-00184284 02 r 04 true 0 admittedly 0 avowedly 1 confessedly 0 000 | as acknowledged; "true, she is the smartest in her class"
-00184412 02 r 01 preferentially 0 001 \ 00065184 a 0102 | in a preferential manner; "he was treated preferentially"
-00184530 02 r 01 rationally 0 002 \ 01925372 a 0101 ! 00184651 r 0101 | in a rational manner; "we must act rationally"
-00184651 02 r 01 irrationally 0 002 ! 00184530 r 0101 \ 01926376 a 0101 | in an irrational manner; "they acted irrationally"
-00184778 02 r 01 critically 0 002 ! 00184909 r 0101 \ 00649586 a 0101 | in a critical manner; "this must be examined critically"
-00184909 02 r 01 uncritically 0 002 ! 00184778 r 0101 \ 00648816 a 0101 | in an uncritical manner; "he accepted her decisions uncritically"
-00185051 02 r 01 boldly 0 001 \ 00249721 a 0101 | with boldness, in a bold manner; "we must tackle these tasks boldly"
-00185172 02 r 04 competently 0 aptly 0 ably 0 capably 0 005 \ 00306314 a 0401 \ 00510348 a 0301 \ 01334958 a 0201 ! 00185400 r 0101 \ 00510050 a 0101 | with competence; in a competent capable manner; "they worked competently"
-00185400 02 r 02 incompetently 0 displaying_incompetence 0 002 ! 00185172 r 0101 \ 00511214 a 0101 | in an incompetent manner; "he did the job rather incompetently"
-00185567 02 r 01 emotionally 0 001 \ 02983577 a 0101 | with regard to emotions; "emotionally secure"
-00185670 02 r 01 emotionally 1 002 ! 00185807 r 0101 \ 00853776 a 0101 | in an emotional manner; "at the funeral he spoke emotionally"
-00185807 02 r 01 unemotionally 0 002 ! 00185670 r 0101 \ 00856860 a 0101 | in an unemotional manner; "the defendant stared unemotionally at the victim's family"
-00185970 02 r 03 anxiously 0 uneasily 0 apprehensively 0 003 \ 00079069 a 0301 \ 00822449 a 0201 \ 02456157 a 0101 | with anxiety or apprehension; "we watched anxiously"
-00186142 02 r 02 stiffly 0 stiff 0 001 \ 01525659 a 0101 | in a stiff manner; "his hands lay stiffly"
-00186246 02 r 01 informally 0 002 ! 00186366 r 0101 \ 01044240 a 0101 | without formality; "he visited us informally"
-00186366 02 r 01 formally 0 002 ! 00186246 r 0101 \ 01041916 a 0101 | in a formal manner; "he was dressed rather formally"
-00186491 02 r 02 formally 1 officially 1 002 \ 01632537 a 0201 \ 01633153 a 0101 | with official authorization; "the club will be formally recognized"
-00186644 02 r 01 irritably 0 001 \ 01136541 a 0103 | in an irritable manner; "she had become irritably exact"
-00186756 02 r 01 calmly 0 001 \ 00529657 a 0101 | with self-possession (especially in times of stress); "he spoke calmly to the rioting students"
-00186904 02 r 01 tranquilly 1 001 \ 00529657 a 0104 | without emotional agitation; "tranquilly she went on with her work"
-00187028 02 r 01 nicely 0 001 \ 01586342 a 0101 | in a nice way; "a nicely painted house"
-00187120 02 r 02 cozily 0 cosily 0 001 \ 00477284 a 0101 | in a cozy manner; "nestled cozily by the fire"
-00187228 02 r 01 correspondingly 0 000 | in a corresponding manner; "the temperature decreases correspondingly"
-00187342 02 r 01 studiously 0 001 \ 00311354 a 0101 | in a studious manner; "she examined the data studiously"
-00187455 02 r 02 cleverly 0 smartly 2 002 \ 00439252 a 0204 \ 00439252 a 0104 | in a clever manner; "they were cleverly arranged"; "a smartly managed business"
-00187617 02 r 03 lavishly 1 richly 0 extravagantly 1 002 \ 02021905 a 0201 \ 02025274 a 0101 | in a rich and lavish manner; "lavishly decorated"
-00187764 02 r 01 uptown 0 001 ! 00187852 r 0101 | toward or in the upper part of town
-00187852 02 r 01 downtown 0 001 ! 00187764 r 0101 | toward or in the lower or central part of town
-00187953 02 r 01 best_of_all 0 000 | especially fortunate; "best of all, we don't have any homework!"
-00188057 02 r 01 best 0 000 | it would be sensible; "you'd best stay at home"
-00188137 02 r 01 best 1 000 | in a most excellent way or manner; "he played best after a couple of martinis"
-00188248 02 r 01 theatrically 1 001 \ 00796047 a 0101 | in a theatrical manner; "theatrically dressed"
-00188353 02 r 01 dramatically 1 001 \ 02714800 a 0101 | with respect to dramatic value; "the play was dramatically interesting, but the direction was bad"
-00188510 02 r 05 namely 0 viz. 0 that_is_to_say 0 to_wit 0 videlicet 0 000 | as follows
-00188600 02 r 02 much_as 0 very_much_like 0 000 | in a similar way
-00188669 02 r 01 popularly 0 001 \ 00716370 a 0101 | among the people; "this topic was popularly discussed"
-00188779 02 r 01 enthusiastically 0 002 ! 00188950 r 0101 \ 00885695 a 0101 | with enthusiasm; in an enthusiastic manner; "they discussed the question enthusiastically"
-00188950 02 r 01 unenthusiastically 0 002 ! 00188779 r 0101 \ 00887062 a 0101 | without enthusiasm; showing no enthusiasm; "the children opened the presents unenthusiastically"
-00189129 02 r 01 intellectually 0 001 \ 01332386 a 0101 | in an intellectual manner; "intellectually gifted children"; "intellectually influenced"
-00189278 02 r 01 professedly 0 001 \ 00688296 a 0101 | with pretense or intention to deceive; "is only professedly poor"
-00189401 02 r 01 someday 0 000 | some unspecified time in the future; "someday you will understand my actions"
-00189514 02 r 02 hyperbolically 0 exaggeratedly 0 001 \ 00881030 a 0101 | in an exaggerated manner
-00189615 02 r 02 agilely 0 nimbly 0 002 \ 00032733 a 0202 \ 00032733 a 0101 | in a nimble or agile manner; with quickness and lightness and ease; "nimbly scaling an iron gate"- Charles Dickens; "leaped agilely from roof to roof"
-00189846 02 r 01 proudly 0 001 \ 01889256 a 0101 | with pride; in a proud manner; "he walked proudly into town"
-00189960 02 r 01 solemnly 0 001 \ 02119213 a 0104 | in a grave and sedate manner; "the judge sat there solemnly"
-00190075 02 r 01 divinely 0 001 \ 01179547 a 0101 | by divine means; "the divinely appointed means of rescue from temporal existence"
-00190211 02 r 01 God_knows_how 0 000 | by some means not understood by the speaker; "God knows how he did it, but he did climbed that steep wall"
-00190359 02 r 01 clumsily 0 001 \ 01140896 a 0102 | in a clumsy manner; "he snatched the bills clumsily"
-00190466 02 r 01 diffusely 0 001 \ 00540487 a 0101 | in a diffuse manner; "the arteries were diffusely narrowed"
-00190581 02 r 01 irregularly 2 001 \ 01960656 a 0101 | in an irregular manner; "the stomach mucosa was irregularly blackened"
-00190709 02 r 01 coarsely 0 002 ! 00190837 r 0101 \ 02230990 a 0101 | in coarse pieces; "the surfaces were coarsely granular"
-00190837 02 r 01 finely 2 002 ! 00190709 r 0101 \ 02232251 a 0101 | in tiny pieces; "the surfaces were finely granular"
-00190959 02 r 01 intensely 0 001 \ 01509527 a 0101 | in an intense manner; "he worked intensely"
-00191058 02 r 03 et_al. 1 et_al 1 et_alibi 0 000 | and elsewhere (used when referring to other occurrences in a text)
-00191178 02 r 05 et_al. 0 et_al 0 et_alii 0 et_aliae 0 et_alia 0 000 | and others ('et al.' is used as an abbreviation of `et alii' (masculine plural) or `et aliae' (feminine plural) or `et alia' (neuter plural) when referring to a number of people); "the data reported by Smith et al."
-00191467 02 r 02 cf. 0 cf 0 000 | compare (used in texts to point the reader to another location in the text)
-00191579 02 r 03 i.e. 0 ie 0 id_est 0 000 | that is to say; in other words
-00191656 02 r 01 continuously 0 001 \ 00597424 a 0101 | at every point; "The function is continuously differentiable"
-00191776 02 r 01 reflexly 0 001 \ 02522669 a 0102 | in a reflex manner; "such effects can be induced reflexly"
-00191889 02 r 01 spontaneously 0 001 \ 02282376 a 0101 | in a spontaneous manner; "this shift occurs spontaneously"
-00192007 02 r 01 sympathetically 0 001 \ 03008013 a 0101 | with respect to the sympathetic nervous system; "the stimulus acted sympathetically"
-00192153 02 r 02 sympathetically 1 empathetically 0 003 \ 02375639 a 0202 ! 00192330 r 0101 \ 02374914 a 0101 | in a sympathetic manner; "she listened to him sympathetically"
-00192330 02 r 01 unsympathetically 0 002 ! 00192153 r 0101 \ 02375828 a 0101 | without sympathy; in an unsympathetic manner; "the judge listened to the accused unsympathetically"
-00192511 02 r 01 convincingly 0 002 ! 00192636 r 0101 \ 00614990 a 0101 | in a convincing manner; "he argued convincingly"
-00192636 02 r 01 unconvincingly 0 002 ! 00192511 r 0101 \ 00615457 a 0101 | in an unconvincing manner; "he argued unconvincingly"
-00192768 02 r 01 weirdly 0 001 \ 00970081 a 0101 | in a weird manner; "she was dressed weirdly"
-00192866 02 r 01 mercifully 1 001 \ 01507134 a 0101 | in a compassionate manner; "he dealt with the thief mercifully"
-00192986 02 r 01 stealthily 0 001 \ 02088974 a 0104 | in a stealthy manner; "stealthily they advanced upstream"
-00193100 02 r 01 thievishly 0 001 \ 01225294 a 0102 | in a manner characteristic of a thief
-00193194 02 r 01 off 4 000 | no longer on or in contact or attached; "clean off the dirt"; "he shaved off his mustache"
-00193316 02 r 01 snugly 0 001 \ 01447937 a 0102 | fitting closely; "the vest fit snugly"
-00193407 02 r 01 snugly 1 001 \ 01885991 a 0101 | safely protected; "concealed snugly in his hideout"
-00193511 02 r 01 snugly 2 001 \ 00477284 a 0103 | warmly and comfortably sheltered; "sitting snugly by the fireside while the storm raged"
-00193652 02 r 01 visibly 1 001 \ 02515341 a 0101 | so as to be visible; "the sign was visibly displayed"
-00193759 02 r 01 conceivably 0 001 \ 02418249 a 0101 | within the realm of possibility; "the weather may conceivably change"
-00193886 02 r 01 strikingly 0 001 \ 01284212 a 0103 | in a striking manner; "this was strikingly demonstrated"; "the evidence was strikingly absent"
-00194037 02 r 01 meticulously 0 001 \ 01838529 a 0101 | in a meticulous manner; "the set was meticulously authentic"
-00194156 02 r 02 graciously 0 gracefully 1 004 ! 00194362 r 0202 \ 01142069 a 0202 ! 00194362 r 0101 \ 01141743 a 0101 | in a gracious or graceful manner; "he did not have a chance to grow up graciously"
-00194362 02 r 04 ungraciously 0 ungracefully 1 gracelessly 1 woodenly 0 005 \ 01141595 a 0401 \ 00851329 a 0302 ! 00194156 r 0202 \ 01141242 a 0202 ! 00194156 r 0101 | without grace; rigidly; "they moved woodenly"
-00194578 02 r 03 rigidly 0 stiffly 1 bolt 1 002 \ 01023706 a 0202 \ 01023706 a 0101 | in a rigid manner; "the body was rigidly erect"; "he sat bolt upright"
-00194737 02 r 01 awkwardly 0 001 \ 01140514 a 0101 | in an awkward manner; "he bent awkwardly"
-00194834 02 r 01 bewilderedly 0 001 \ 01766133 a 0104 | in a bewildered manner
-00194915 02 r 01 triumphantly 0 001 \ 00704898 a 0107 | in a triumphant manner; "she shouted triumphantly"
-00195024 02 r 02 regularly 0 on_a_regular_basis 0 002 ! 00195185 r 0101 \ 01959294 a 0101 | in a regular manner; "letters arrived regularly from his children"
-00195185 02 r 02 irregularly 0 on_an_irregular_basis 0 002 ! 00195024 r 0101 \ 01960656 a 0101 | in an irregular manner; "her letters arrived irregularly"
-00195342 02 r 01 universally 0 000 | everywhere; "people universally agree on this"
-00195428 02 r 01 ideally 0 001 \ 01751201 a 0101 | in an ideal manner; "ideally, this will remove all problems"
-00195542 02 r 02 mistakenly 0 erroneously 0 002 \ 00632949 a 0201 \ 00633235 a 0102 | in a mistaken manner; "he mistakenly believed it"
-00195680 02 r 01 childishly 0 001 \ 01493016 a 0101 | in a childlike manner; "he acted very childishly"
-00195786 02 r 01 needlessly 0 001 \ 01582049 a 0102 | without need; "it would needlessly bring badness into the world"
-00195907 02 r 02 tantalizingly 0 invitingly 0 002 \ 01358363 a 0201 \ 01358846 a 0101 | in a tantalizing manner; "she smiled at him tantalizingly"
-00196056 02 r 01 improperly 0 002 \ 01880531 a 0101 ! 00196203 r 0101 | in an improper way; "he checked whether the wound had healed improperly"
-00196203 02 r 06 properly 0 decently 2 decent 0 in_good_order 0 right 1 the_right_way 0 002 ! 00196056 r 0101 \ 01878466 a 0101 | in the right manner; "please do your job properly!"; "can't you carry me decent?"
-00196417 02 r 01 attentively 0 001 \ 00163592 a 0101 | with attention; in an attentive manner; "he listened attentively"
-00196540 02 r 04 enormously 0 tremendously 0 hugely 0 staggeringly 0 002 \ 01676517 a 0208 \ 01385255 a 0101 | extremely; "he was enormously popular"
-00196692 02 r 03 liberally 1 munificently 0 generously 0 003 \ 01111016 a 0301 \ 01111965 a 0202 \ 01111418 a 0108 | in a generous manner; "he gave liberally to several charities"
-00196874 02 r 01 liberally 0 001 \ 00916199 a 0103 | freely in a nonliteral manner; "he embellished his stories liberally"
-00196999 02 r 01 effortlessly 0 001 \ 00749749 a 0102 | without effort or apparent effort; "she danced gracefully and effortlessly"; "swallows gliding effortlessly through the air"
-00197182 02 r 01 o'clock 0 000 | according to the clock; "it's three o'clock in Tokyo now"
-00197275 02 r 01 in_detail 0 000 | thoroughly (including all important particulars); "he studied the snake in detail"
-00197395 02 r 02 handily 1 conveniently 0 003 ! 00197561 r 0201 \ 00604617 a 0201 \ 00604897 a 0101 | in a convenient manner; "the switch was conveniently located"
-00197561 02 r 01 inconveniently 0 002 ! 00197395 r 0102 \ 00605128 a 0101 | in an inconvenient manner; "he arrived at an inconveniently late hour"
-00197710 02 r 01 jointly 2 000 | in collaboration or cooperation; "this paper was written jointly"
-00197811 02 r 01 concretely 0 002 ! 00197947 r 0101 \ 00013160 a 0101 | in concrete terms; "concretely, this meant that he was broke"
-00197947 02 r 01 abstractly 0 002 ! 00197811 r 0101 \ 00011757 a 0101 | in abstract terms
-00198039 02 r 02 all_over 1 over 5 000 | over the entire area; "the wallpaper was covered all over with flowers"; "she ached all over"; "everything was dusted over with a fine layer of soot"
-00198232 02 r 02 kinesthetically 0 kinaesthetically 0 001 \ 02870453 a 0101 | in a kinesthetic manner; by means of kinesthesia; "he can perceive shapes kinesthetically"
-00198403 02 r 02 tactually 0 haptically 0 002 \ 02869097 a 0201 \ 02869097 a 0103 | by touch; "he perceives shapes tactually"
-00198531 02 r 01 convulsively 0 001 \ 02303754 a 0101 | with convulsions, in a convulsive way; "her leg twitched convulsively"
-00198661 02 r 03 rebelliously 0 contumaciously 0 defiantly 0 003 \ 00695523 a 0301 \ 02330574 a 0201 \ 02331088 a 0101 | in a rebellious manner; "he rejected her words rebelliously"
-00198845 02 r 06 stubbornly 0 pig-headedly 0 obdurately 0 mulishly 0 obstinately 0 cussedly 0 006 \ 01957712 a 0601 \ 01957712 a 0503 \ 02328297 a 0402 \ 01957712 a 0302 \ 02327428 a 0203 \ 02326695 a 0101 | in a stubborn unregenerate manner; "she remained stubbornly in the same position"
-00199137 02 r 01 wrongheadedly 0 001 \ 00633937 a 0101 | in a wrongheaded manner
-00199220 02 r 01 drunkenly 0 001 \ 00798491 a 0103 | showing effects of much strong drink; "He sang drunkenly"
-00199333 02 r 01 raucously 0 001 \ 00300359 a 0101 | with a raucous sound; "his voice rang raucously"
-00199437 02 r 01 victoriously 0 001 \ 00695209 a 0102 | in a victorious manner; "Virginia had defended her land victoriously"
-00199565 02 r 01 fearfully 0 002 ! 00199687 r 0101 \ 00079485 a 0101 | in fear, "she hurried down the stairs fearfully"
-00199687 02 r 03 fearlessly 0 dauntlessly 0 intrepidly 0 004 \ 00250119 a 0306 \ 00250119 a 0203 ! 00199565 r 0101 \ 00081671 a 0102 | without fear; "fearlessly, he led the troops into combat"
-00199882 02 r 01 thankfully 0 000 | let us be thankful that; "thankfully he didn't come to the party"
-00199986 02 r 02 thankfully 1 gratefully 0 002 \ 01146493 a 0201 \ 01146493 a 0102 | in a thankful manner; with thanks; "he accepted thankfully my apologies"
-00200146 02 r 01 hopefully 1 000 | it is hoped; "hopefully the weather will be fine on Sunday"
-00200243 02 r 01 hopefully 0 002 ! 00200392 r 0101 \ 01228530 a 0101 | with hope; in a hopeful manner; "we searched hopefully for a good position"
-00200392 02 r 01 hopelessly 0 002 ! 00200243 r 0101 \ 01229020 a 0101 | without hope; desperate because there seems no possibility of comfort or success; "he hung his head hopelessly"; "`I must die,' he said hopelessly"
-00200614 02 r 01 hopelessly 1 002 ;u 07075172 n 0000 \ 01127440 a 0101 | in a hopeless manner; "the papers were hopelessly jumbled"; "he is hopelessly romantic"
-00200777 02 r 02 eagerly 0 thirstily 1 002 \ 00888200 a 0203 \ 00810916 a 0101 | with eagerness; in an eager manner; "the news was eagerly awaited"
-00200927 02 r 01 reportedly 0 001 \ 00471348 a 0101 | according to reports or other information; "she was reportedly his mistress for many years"
-00201075 02 r 01 maliciously 0 001 \ 00224731 a 0101 | with malice; in a malicious manner; "she answered maliciously"
-00201195 02 r 03 viciously 0 brutally 0 savagely 0 002 \ 01263013 a 0306 \ 01263013 a 0107 | in a vicious manner; "he was viciously attacked"
-00201339 02 r 01 spitefully 0 001 \ 00225099 a 0102 | with spite; in a spiteful manner; "he answered his accusers spitefully"
-00201467 02 r 01 savagely 2 001 \ 02389520 a 0103 | wildly; like an animal; "she cried out savagely"
-00201570 02 r 02 wisely 0 sagely 0 003 \ 02570183 a 0201 ! 00201733 r 0101 \ 02569130 a 0101 | in a wise manner; "she acted wisely when she invited her parents"
-00201733 02 r 02 foolishly 0 unwisely 0 002 ! 00201570 r 0101 \ 02570282 a 0101 | without good sense or judgment; "He acted foolishly when he agreed to come"
-00201893 02 r 02 fatuously 0 inanely 0 002 \ 02571277 a 0203 \ 02571277 a 0102 | vacuously or complacently and unconsciously foolish
-00202028 02 r 01 intelligently 0 002 ! 00202185 r 0101 \ 01334398 a 0101 | in an intelligent manner; "she acted intelligently in this difficult situation"
-00202185 02 r 01 unintelligently 0 002 ! 00202028 r 0101 \ 01336587 a 0101 | in an unintelligent manner; "he acted rather unintelligently in this crisis"
-00202341 02 r 03 intelligibly 0 clearly 1 understandably 0 004 \ 00532892 a 0301 \ 00428404 a 0201 ! 00202554 r 0101 \ 01336926 a 0101 | in an intelligible manner; "the foreigner spoke to us quite intelligibly"
-00202554 02 r 02 unintelligibly 0 ununderstandably 0 002 ! 00202341 r 0101 \ 01337121 a 0101 | in an unintelligible manner; "the foreigners spoke unintelligibly"
-00202718 02 r 01 aerially 0 001 \ 01380267 a 0101 | by means of aircraft; "the survey was carried out aerially"
-00202833 02 r 01 alphabetically 0 001 \ 02614194 a 0102 | in alphabetical order; "the list was arranged alphabetically"
-00202955 02 r 01 aristocratically 0 001 \ 01590484 a 0101 | in an aristocratic manner; "they behaved aristocratically"
-00203076 02 r 01 autocratically 0 001 \ 00787595 a 0101 | in an autocratic manner; "the Czars ruled Russia autocratically"
-00203201 02 r 01 diplomatically 0 002 ! 00203353 r 0101 \ 00758459 a 0101 | with diplomacy; in a diplomatic manner; "he answered very diplomatically"
-00203353 02 r 01 undiplomatically 0 002 ! 00203201 r 0101 \ 00758459 a 0101 | without diplomacy; in an undiplomatic manner; "she declined the invitation undiplomatically"
-00203526 02 r 01 socioeconomically 0 001 \ 02717021 a 0101 | with respect to socioeconomic factors; "they are far apart socioeconomically"
-00203667 02 r 01 stoutly 0 001 \ 01991586 a 0102 | in a resolute manner; "he was stoutly replying to his critics"
-00203783 02 r 01 indefinitely 0 001 \ 00701479 a 0101 | to an indefinite extent; for an indefinite time; "this could go on indefinitely"
-00203922 02 r 03 correctly 1 right 2 aright 0 003 ! 00204125 r 0202 \ 00023278 a 0202 ! 00204125 r 0101 | in an accurate manner; "the flower had been correctly depicted by his son"; "he guessed right"
-00204125 02 r 03 incorrectly 1 wrongly 0 wrong 0 004 ! 00203922 r 0202 \ 00023854 a 0203 ! 00203922 r 0101 \ 00023854 a 0102 | in an inaccurate manner; "he decided to reveal the details only after other sources had reported them incorrectly"; "she guessed wrong"
-00204390 02 r 01 inaccessibly 0 001 \ 00019874 a 0101 | in an inaccessible manner; "located inaccessibly on the top of a mountain"
-00204523 02 r 01 accurately 1 002 ! 00204643 r 0101 \ 00021766 a 0101 | with few mistakes; "he works very accurately"
-00204643 02 r 01 inaccurately 0 002 ! 00204523 r 0101 \ 00023383 a 0101 | in an inaccurate manner; "this student works rather inaccurately and sloppily"
-00204798 02 r 01 accurately 2 001 \ 00631798 a 0101 | strictly correctly; "repeated the order accurately"
-00204906 02 r 01 wrongly 3 001 \ 02035337 a 0101 | without justice or fairness; "wouldst not play false and yet would wrongly win"- Shakespeare
-00205052 02 r 01 right 4 000 | precisely, exactly; "stand right here!"
-00205125 02 r 01 right 7 000 | completely; "she felt right at home"; "he fell right into the trap"
-00205226 02 r 02 justly 0 right 5 001 \ 01369663 a 0101 | in accordance with moral or social standards; "that serves him right"; "do right by him"
-00205375 02 r 03 rightly 0 justly 1 justifiedly 0 003 ! 00205561 r 0201 \ 01369663 a 0201 \ 02034828 a 0101 | with honesty; "he was rightly considered the greatest singer of his time"
-00205561 02 r 01 unjustly 0 002 ! 00205375 r 0102 \ 01370590 a 0101 | in an unjust manner; "he was unjustly singled out for punishment"
-00205699 02 r 01 charitably 0 001 \ 00359459 a 0101 | in a charitable manner; "she treated him charitably"
-00205808 02 r 01 aimlessly 0 001 \ 01910652 a 0103 | without aim; in an aimless manner; "he wandered around aimlessly"
-00205929 02 r 01 sluggishly 0 001 \ 00981703 a 0101 | in a sluggish manner; "the smoke rose sluggishly"
-00206035 02 r 01 trustfully 2 001 \ 02462619 a 0101 | in a trustful manner; "his mouth grinned trustfully"
-00206144 02 r 02 darkly 0 in_darkness 0 001 \ 00273082 a 0101 | without light; "the river was sliding darkly under the mist"
-00206271 02 r 01 darkly 1 001 \ 01137378 a 0101 | in a dark glowering menacing manner; "he stared darkly at her"
-00206386 02 r 01 astray 0 000 | away from the right path or direction; "he was led astray"
-00206479 02 r 03 hurriedly 0 hastily 0 in_haste 1 003 \ 01270704 a 0201 ! 00206749 r 0101 \ 01270175 a 0101 | in a hurried or hasty manner; "the way they buried him so hurriedly was disgraceful"; "hastily, he scanned the headlines"; "sold in haste and at a sacrifice"
-00206749 02 r 01 unhurriedly 0 002 ! 00206479 r 0101 \ 01271700 a 0101 | without haste; "she proceeded unhurriedly"
-00206867 02 r 01 hotfoot 0 000 | without delay; speedily; "sent ambassadors hotfoot to the Turks"- Francis Hackett; "drove hotfoot for Boston"
-00207012 02 r 01 restlessly 0 001 \ 01922562 a 0101 | in a restless manner; "he cracked his knuckles restlessly"
-00207127 02 r 01 financially 0 001 \ 02847894 a 0102 | from a financial point of view; "this was financially unattractive"
-00207252 02 r 01 psychically 0 001 \ 01780740 a 0101 | from a psychic point of view; "he was psychically blind"
-00207366 02 r 01 today 0 000 | on this day as distinct from yesterday or tomorrow; "I can't meet with you today"
-00207481 02 r 01 ornamentally 0 001 \ 01091234 a 0103 | in an ornamental, nonfunctional manner
-00207578 02 r 01 ornately 0 000 | in an ornate manner; "the cradle was ornately carved"
-00207668 02 r 06 individually 0 separately 2 singly 1 severally 0 one_by_one 1 on_an_individual_basis 0 003 \ 00493460 a 0302 \ 02109678 a 0201 \ 00493460 a 0101 | apart from others; "taken individually, the rooms were, in fact, square"; "the fine points are treated singly"
-00207945 02 r 03 binaurally 0 to_both_ears 0 in_both_ears 0 002 ! 00208111 r 0101 \ 00240417 a 0101 | in a binaural manner; "the stimulus was presented binaurally"
-00208111 02 r 03 monaurally 0 to_one_ear 0 in_one_ear 0 002 ! 00207945 r 0101 \ 00240842 a 0101 | in a monaural manner; "the stimuli were presented monaurally"
-00208273 02 r 01 busily 0 001 \ 00292937 a 0101 | in a busy manner; "they were busily engaged in buying souvenirs"
-00208390 02 r 02 prominently 0 conspicuously 1 002 \ 00579084 a 0201 \ 00580805 a 0102 | in a prominent way; "the new car was prominently displayed in the driveway"
-00208557 02 r 04 inescapably 0 ineluctably 0 inevitably 2 unavoidably 0 004 \ 00343360 a 0403 \ 00343015 a 0301 \ 00343360 a 0201 \ 00343360 a 0102 | by necessity; "the situation slid inescapably toward disaster "
-00208773 02 r 03 helplessly 0 impotently 0 unable_to_help 0 002 \ 01824751 a 0201 \ 01827946 a 0101 | in a helpless manner; "the crowd watched him helplessly"
-00208934 02 r 01 imaginatively 0 002 ! 00209073 r 0101 \ 00643863 a 0101 | with imagination; "the room was decorated very imaginatively"
-00209073 02 r 01 unimaginatively 0 002 ! 00208934 r 0101 \ 00644560 a 0102 | without imagination; "the stage sets were designed rather unimaginatively"
-00209227 02 r 02 bewilderingly 0 confusingly 0 001 \ 00430756 a 0201 | in a bewildering and confusing manner; "her situation was bewilderingly unclear"
-00209381 02 r 01 heartily 3 001 \ 00523479 a 0101 | with gusto and without reservation; "the boy threw himself heartily into his work"
-00209518 02 r 03 unashamedly 0 shamelessly 0 barefacedly 0 004 \ 00155144 a 0302 \ 00155720 a 0201 ! 00266393 r 0101 \ 00154965 a 0101 | without shame; "he unashamedly abandoned the project when he realized he would not gain from it"
-00209754 02 r 01 monolingually 0 001 \ 01545427 a 0101 | in a monolingual manner; "she had been reared monolingually"
-00209874 02 r 01 passionately 0 001 \ 01725712 a 0101 | with passion; "she kissed him passionately"
-00209976 02 r 02 spectacularly 0 stunningly 0 002 \ 01282921 a 0203 \ 01284212 a 0102 | in a spectacular manner; "the area was spectacularly scenic"
-00210127 02 r 01 understandingly 0 001 \ 01745946 a 0101 | with understanding; "she nodded understandingly"
-00210237 02 r 01 soulfully 0 001 \ 00856651 a 0101 | in a soulful manner; "he looked at her soulfully"
-00210342 02 r 01 satirically 0 001 \ 02080110 a 0101 | in a satirical manner; "she spoke satirically"
-00210446 02 r 02 smoothly 0 swimmingly 0 001 \ 00750926 a 0101 | with no problems or difficulties; "put the plans into effect quickly and smoothly"; "despite of some mishaps, everything went swimmingly"
-00210651 02 r 01 freely 0 001 \ 01061489 a 0101 | in a free manner; "the painting featured freely brushed strokes"
-00210768 02 r 01 habitually 0 001 \ 00489491 a 0103 | according to habit or custom; "her habitually severe expression"; "he habitually keeps his office door closed"
-00210935 02 r 01 routinely 0 000 | according to routine or established practice; "he routinely parked in a no-parking zone"
-00211061 02 r 01 customarily 0 001 \ 00489491 a 0102 | by custom; according to common practice; "children are custosby-the-waymarily expected to be seen but not heard"
-00211231 02 r 02 humiliatingly 0 demeaningly 0 002 \ 00752555 a 0201 \ 00752555 a 0103 | in a humiliating manner; "the painting was reproduced humiliatingly small"
-00211397 02 r 01 protectively 0 001 \ 02449177 a 0101 | in a protective manner; "he bent protectively over the woman"
-00211517 02 r 01 spiritually 0 001 \ 00631193 a 0101 | in a spiritual manner; "the ninth century was the spiritually freest period"
-00211651 02 r 02 sharply 1 crisply 0 002 \ 00780352 a 0201 \ 00780352 a 0102 | in a well delineated manner; "the new style of Minoan pottery was sharply defined"
-00211815 02 r 02 dimly 0 indistinctly 0 002 \ 00781168 a 0201 \ 00782216 a 0101 | in a dim indistinct manner; "we perceived the change only dimly"
-00211964 02 r 02 dimly 2 murkily 0 001 \ 00275290 a 0101 | with a dim light; "a dimly lit room"
-00212062 02 r 01 unmistakably 0 001 \ 00429909 a 0101 | without possibility of mistake; "this watercolor is unmistakably a synthesis of nature"
-00212208 02 r 03 determinedly 0 unfalteringly 0 unshakably 0 003 \ 01990653 a 0307 \ 01990653 a 0206 \ 01990373 a 0101 | with determination; in a determined manner; "he clung to the past determinedly"
-00212411 02 r 02 incidentally 1 accidentally 3 001 \ 01856929 a 0101 | of a minor or subordinate nature; "these magnificent achievements were only incidentally influenced by Oriental models"
-00212604 02 r 02 ever 5 ever_so 0 001 ;u 06321054 n 0000 | (intensifier for adjectives) very; "she was ever so friendly"
-00212727 02 r 01 confidently 0 001 \ 00338817 a 0101 | with confidence; in a confident manner; "we have to do what is right confidently"
-00212866 02 r 01 retroactively 0 001 \ 01884744 a 0102 | after the fact; "he will get paid retroactively"
-00212974 02 r 02 sporadically 0 periodically 0 002 \ 01967240 a 0202 \ 00593374 a 0101 | in a sporadic manner; "he only works sporadically"
-00213116 02 r 01 haltingly 0 000 | in a halting manner; "he spoke haltingly"
-00213195 02 r 01 half-and-half 0 001 \ 00891468 a 0101 | in equal parts; "it was divided half-and-half"
-00213301 02 r 03 amazingly 0 surprisingly 1 astonishingly 0 003 \ 02359789 a 0302 \ 02359464 a 0201 \ 02359789 a 0101 | in an amazing manner; to everyone's surprise; "amazingly, he finished medical school in three years"
-00213524 02 r 02 impressively 0 imposingly 0 003 \ 01283508 a 0202 ! 00213700 r 0101 \ 01282014 a 0101 | in an impressive manner; "the students progressed impressively fast"
-00213700 02 r 01 unimpressively 0 002 ! 00213524 r 0101 \ 01286539 a 0101 | in an unimpressive manner; "she scored unimpressively low in the first round of the competition"
-00213875 02 r 03 productively 0 fruitfully 0 profitably 0 004 ! 00214084 r 0303 ! 00214084 r 0202 ! 00214084 r 0101 \ 01865197 a 0101 | in a productive way; "they worked together productively for two years"
-00214084 02 r 03 unproductively 0 fruitlessly 0 unprofitably 0 006 ! 00213875 r 0303 \ 01871949 a 0301 ! 00213875 r 0202 \ 01866812 a 0202 ! 00213875 r 0101 \ 01866535 a 0101 | in an unproductive manner
-00214289 02 r 02 expertly 0 like_an_expert 0 002 \ 02226162 a 0102 ! 00214433 r 0101 | in an expert manner; "he repaired the TV set expertly"
-00214433 02 r 01 amateurishly 0 001 ! 00214289 r 0101 | in an amateurish manner; "he performed the piece amateurishly"
-00214554 02 r 04 abundantly 0 copiously 0 profusely 0 extravagantly 2 002 \ 00014858 a 0201 \ 00013887 a 0101 | in an abundant manner; "they were abundantly supplied with food"; "he thanked her profusely"
-00214761 02 r 01 interestingly 1 002 ! 00214942 r 0101 \ 01343918 a 0101 | in an interesting manner; "when he ceases to be just interestingly neurotic and...gets locked up"- Time
-00214942 02 r 01 uninterestingly 0 002 ! 00214761 r 0101 \ 01344963 a 0101 | in an uninteresting manner
-00215048 02 r 03 boringly 0 tediously 0 tiresomely 0 003 \ 01345307 a 0308 \ 01345307 a 0207 \ 01345307 a 0101 | in a tedious manner; "boringly slow work"; "he plodded tediously forward"
-00215237 02 r 01 moderately 1 002 ! 00215373 r 0101 \ 01531375 a 0101 | with moderation; in a moderate manner; "he drinks moderately"
-00215373 02 r 01 immoderately 0 002 ! 00215237 r 0101 \ 01533120 a 0101 | without moderation; in an immoderate manner; "he eats immoderately"
-00215517 02 r 01 realistically 1 002 ! 00215661 r 0101 \ 01939984 a 0101 | in a realistic manner; "let's look at the situation realistically"
-00215661 02 r 01 unrealistically 0 002 ! 00215517 r 0101 \ 01941999 a 0101 | in an unrealistic manner; "his expectations were unrealistically high"
-00215811 02 r 03 sanely 0 sensibly 0 reasonably 1 004 ! 00216100 r 0301 \ 01926229 a 0301 \ 01943406 a 0202 \ 01926229 a 0102 | with good sense or in a reasonable or intelligent manner; "he acted sensibly in the crisis"; "speak more sanely about these affairs"; "acted quite reasonably"
-00216100 02 r 01 unreasonably 1 002 ! 00215811 r 0103 \ 01944660 a 0101 | not in a reasonable or intelligent manner; "she reacted unreasonably when she learned she had failed"
-00216278 02 r 02 stepwise 0 step_by_step 1 000 | proceeding in steps; "the voltage was increased stepwise"
-00216387 02 r 01 stolidly 0 001 \ 00857560 a 0102 | in a stolid manner; "he said `no' stolidly"
-00216485 02 r 01 supremely 0 001 \ 01495912 a 0101 | to the maximum degree; "he was supremely confident"
-00216592 02 r 04 testily 0 irritably 1 petulantly 0 pettishly 0 004 \ 01136541 a 0407 \ 01136541 a 0308 \ 01136541 a 0203 \ 01136541 a 010a | in a petulant manner; "he said testily; `Go away!'"
-00216788 02 r 01 thoughtfully 0 002 ! 00216964 r 0101 \ 00639230 a 0101 | showing consideration and thoughtfulness; "he had thoughtfully brought with him some food to share"
-00216964 02 r 01 thoughtlessly 0 002 ! 00216788 r 0101 \ 00639594 a 0101 | showing thoughtlessness; "he treated his parents thoughtlessly"
-00217105 02 r 01 thoughtfully 1 002 ! 00217245 r 0101 \ 02418872 a 0101 | in a thoughtful manner; "he stared thoughtfully out the window"
-00217245 02 r 03 thoughtlessly 1 unthinkingly 0 unthinking 0 003 \ 02421003 a 0202 ! 00217105 r 0101 \ 02420530 a 0101 | in a thoughtless manner; "he stared thoughtlessly at the picture"
-00217434 02 r 02 auspiciously 0 propitiously 0 004 ! 00217640 r 0202 \ 00177186 a 0201 ! 00217640 r 0101 \ 00176150 a 0101 | in an auspicious manner; "he started his new job auspiciously on his birthday"
-00217640 02 r 02 inauspiciously 0 unpropitiously 0 004 ! 00217434 r 0202 \ 00177963 a 0201 ! 00217434 r 0101 \ 00176838 a 0101 | in an inauspicious manner; "he started his new job inauspiciously on Friday the 13th"
-00217857 02 r 02 relentlessly 0 unrelentingly 0 002 \ 00593071 a 0203 \ 00593071 a 0102 | in a relentless manner; "he worked relentlessly"
-00217998 02 r 03 ruefully 0 contritely 0 remorsefully 0 003 \ 01743506 a 0302 \ 01743506 a 0201 \ 01743506 a 0103 | in a rueful manner; "`I made a big mistake,' he said ruefully"
-00218179 02 r 01 head-on 0 000 | with the front foremost; "the cars collided head-on"
-00218267 02 r 01 head-on 1 000 | in direct opposition; directly; "we must meet the problem head-on"
-00218369 02 r 01 inexorably 0 001 \ 01785341 a 0102 | in an inexorable manner; "time marches on inexorably"
-00218479 02 r 02 politely 0 courteously 0 004 \ 00641460 a 0201 ! 00218681 r 0202 ! 00218681 r 0101 \ 00641158 a 0101 | in a polite manner; "the policeman answered politely, `Now look here, lady...'"
-00218681 02 r 03 impolitely 0 discourteously 0 rudely 0 005 \ 00641944 a 0303 ! 00218479 r 0202 \ 00642152 a 0201 ! 00218479 r 0101 \ 00641640 a 0101 | in an impolite manner; "he treated her impolitely"
-00218886 02 r 04 admirably 0 laudably 0 praiseworthily 0 commendable 0 004 \ 02585545 a 0402 \ 02585545 a 0304 \ 02585545 a 0203 \ 00904290 a 0101 | in an admirable manner; "the children's responses were admirably normal"
-00219110 02 r 03 pleasantly 0 agreeably 0 enjoyably 0 005 \ 01801029 a 0301 ! 00312603 r 0201 \ 00089051 a 0201 ! 00219503 r 0101 \ 01800349 a 0101 | in an enjoyable manner; "we spent a pleasantly lazy afternoon"
-00219325 02 r 03 pleasantly 1 cheerily 0 sunnily 0 003 \ 00363938 a 0303 \ 00363938 a 0201 \ 01586866 a 0101 | in a cheerful manner; "`I'll do the dishes,' he said pleasantly"
-00219503 02 r 01 unpleasantly 0 002 ! 00219110 r 0101 \ 01801600 a 0101 | in an unpleasant manner; "he had been unpleasantly surprised"
-00219641 02 r 01 upside_down 0 000 | in an inverted manner; "the box was lying on the floor upside down"
-00219748 02 r 01 breathlessly 0 001 \ 00267871 a 0101 | in a breathless manner; "she spoke breathlessly"
-00219855 02 r 03 heartily 1 cordially 0 warmly 0 003 \ 02530861 a 0301 \ 02531122 a 0201 \ 02531243 a 0101 | in a hearty manner; "`Yes,' the children chorused heartily"; "We welcomed her warmly"
-00220052 02 r 03 affably 0 amiably 0 genially 0 003 \ 01075178 a 0304 \ 01075178 a 0202 \ 01075178 a 0101 | in an affable manner; "`Come and visit me,' he said amiably"
-00220223 02 r 01 laughingly 0 000 | with laughter; while laughing; "he told the story laughingly"
-00220323 02 r 02 ambiguously 0 equivocally 0 003 \ 00895442 a 0201 ! 00220490 r 0101 \ 00102201 a 0101 | in an ambiguous manner; "this letter is worded ambiguously"
-00220490 02 r 02 unambiguously 1 unequivocally 1 003 \ 00896555 a 0201 ! 00220323 r 0101 \ 00103696 a 0101 | in an unambiguous manner; "she stated her intentions unequivocally"
-00220669 02 r 02 ceremonially 0 ritually 0 002 \ 01042491 a 0201 \ 01042491 a 0101 | in a ceremonial manner; "he was ceremonially sworn in as President"
-00220824 02 r 01 unceremoniously 0 002 ! 00220966 r 0101 \ 00641036 a 0101 | in an unceremonious manner; "he was dismissed unceremoniously"
-00220966 02 r 02 ceremoniously 0 ceremonially 1 002 ! 00220824 r 0101 \ 01042703 a 0101 | in a ceremonious manner; "my mother advised her children ceremoniously"
-00221130 02 r 03 rakishly 0 raffishly 0 carelessly 1 002 \ 00971933 a 0205 \ 00971933 a 0106 | in a rakish manner; "she wore her hat rakishly at an angle"
-00221287 02 r 02 rollickingly 0 boisterously 0 002 \ 02279360 a 0201 \ 02122132 a 0104 | in a carefree manner; "she was rollickingly happy"
-00221429 02 r 01 narrowly 0 002 ! 00221583 r 0101 \ 01415480 a 0101 | in a narrow manner; not allowing for exceptions; "he interprets the law narrowly"
-00221583 02 r 04 broadly 0 loosely 2 broadly_speaking 0 generally 0 003 \ 01101391 a 0401 ! 00221429 r 0101 \ 01101891 a 0101 | without regard to specific details or exceptions; "he interprets the law broadly"
-00221795 02 r 01 broadly 1 001 \ 02560548 a 0102 | in a wide fashion; "he smiled broadly"
-00221887 02 r 01 twirlingly 0 000 | doing twirls; "they had a most twirlingly magnificent time"
-00221985 02 r 01 behind 0 000 | in or to or toward the rear; "he followed behind"; "seen from behind, the house is more imposing than it is from the front"; "the final runners were far behind"
-00222180 02 r 01 behind 1 000 | remaining in a place or condition that has been left or departed from; "when he died he left much unfinished work behind"; "left a large family behind"; "the children left their books behind"; "he took off with a squeal of tires and left the other cars far behind"
-00222479 02 r 03 behind 2 behindhand 0 in_arrears 0 000 | in debt; "he fell behind with his mortgage payments"; "a month behind in the rent"; "a company that has been run behindhand for years"; "in arrears with their utility bills"
-00222713 02 r 01 behind 3 000 | in or into an inferior position; "fell behind in his studies"; "their business was lagging behind in the competition for customers"
-00222879 02 r 02 behind 4 slow 1 000 | of timepieces; "the clock is almost an hour slow"; "my watch is running behind"
-00223000 02 r 02 rightfully 0 truly 1 002 \ 01407267 a 0201 \ 01407267 a 0103 | by right; "baseball rightfully is the nation's pastime"
-00223138 02 r 04 in_one's_own_right 0 in_his_own_right 0 in_her_own_right 0 in_its_own_right 0 000 | by reason of one's own ability or ownership etc.; "she's a rich woman in her own right rather than by inheritance"; "an excellent novel in its own right"
-00223395 02 r 03 faithfully 0 dependably 0 reliably 0 006 ! 00223635 r 0303 \ 00724081 a 0301 ! 00223635 r 0202 \ 00724081 a 0202 ! 00223635 r 0101 \ 00958880 a 0101 | in a faithful manner; "it always came on, faithfully, like the radio"
-00223635 02 r 03 unfaithfully 0 undependably 0 unreliably 0 006 ! 00223395 r 0303 \ 00724861 a 0301 ! 00223395 r 0202 \ 00724861 a 0202 ! 00223395 r 0101 \ 00959731 a 0101 | in an unfaithful undependable unreliable manner
-00223859 02 r 01 violently 0 002 ! 00223979 r 0101 \ 02510879 a 0101 | in a violent manner; "they attacked violently"
-00223979 02 r 01 nonviolently 0 002 ! 00223859 r 0101 \ 02512922 a 0101 | without violence; "the government was overthrown nonviolently, but the dictator was killed"
-00224147 02 r 01 furiously 0 001 \ 00304144 a 0102 | (of the elements) in a wild and stormy manner; "winds were blowing furiously"
-00224280 02 r 01 furiously 1 001 \ 00114454 a 0103 | in an impassioned or very angry manner; "she screamed furiously at her tormentors"
-00224418 02 r 01 furiously 2 001 \ 02511528 a 0103 | in a manner marked by extreme or violent energy; "the boys fought furiously"; "she went peddling furiously up the narrow street"
-00224602 02 r 01 up_and_down 3 000 | alternately upward and downward; "he eyed him up and down"
-00224700 02 r 02 securely 0 firmly 3 001 \ 02095311 a 0101 | in a secure manner; in a manner free from danger; "she held the child securely"
-00224843 02 r 01 wryly 0 001 \ 01266092 a 0104 | in a wry manner; "`I see,' he commented wryly"
-00224941 02 r 02 infinitely 0 endlessly 0 003 \ 01007947 a 0202 ! 00225119 r 0101 \ 01007354 a 0101 | continuing forever without end; "there are infinitely many possibilities"
-00225119 02 r 01 finitely 0 002 ! 00224941 r 0101 \ 01006566 a 0101 | with a finite limit; "there are finitely many solutions to this problem"
-00225264 02 r 03 boundlessly 0 immeasurably 1 infinitely 1 002 \ 01498957 a 0201 \ 01007657 a 0101 | without bounds; "he is infinitely wealthy"
-00225410 02 r 02 rigorously 0 strictly 1 002 \ 00915556 a 0202 \ 00915556 a 0101 | in a rigorous manner; "he had been trained rigorously by the monks"
-00225563 02 r 01 plastically 0 001 \ 00844461 a 0103 | in a plastic manner; "he used the clay plastically"
-00225672 02 r 04 boastfully 0 vauntingly 0 big 0 large 2 001 \ 01890752 a 0101 | in a boastful manner; "he talked big all evening"
-00225805 02 r 01 big 1 000 | in a major way; "the play failed big at the box office"
-00225892 02 r 01 big 2 001 ! 00225971 r 0101 | on a grand scale; "think big"
-00225971 02 r 01 small 0 001 ! 00225892 r 0101 | on a small scale; "think small"
-00226054 02 r 01 big 3 000 | extremely well; "his performance went over big"
-00226133 02 r 01 warily 0 002 \ 00162386 a 0101 ! 00226257 r 0101 | in a wary manner; "the sailor watched the sky warily"
-00226257 02 r 01 unwarily 0 002 ! 00226133 r 0101 \ 00162990 a 0101 | without heed or caution
-00226353 02 r 01 bodily 0 001 \ 02667275 a 0101 | in bodily form; "he was translated bodily to heaven"
-00226458 02 r 02 over 0 o'er 0 000 | throughout a period of time; "stay over the weekend"
-00226550 02 r 01 over 1 000 | at or to a point across intervening space etc.; "come over and see us some time"; "over there"
-00226677 02 r 01 over 2 000 | throughout an area; "he is known the world over"
-00226758 02 r 01 over 4 000 | beyond the top or upper surface or edge; forward from an upright position; "a roof that hangs over";
-00226891 02 r 01 editorially 0 001 \ 02717258 a 0101 | by means of an editorial; "the paper commented editorially on the scandal"
-00227023 02 r 03 properly_speaking 0 strictly_speaking 0 to_be_precise 0 000 | in actual fact; "properly speaking, they are not husband and wife"
-00227171 02 r 01 abnormally 0 001 \ 01595596 a 0101 | in an abnormal manner; "they were behaving abnormally"; "his blood pressure was abnormally low"
-00227323 02 r 01 angrily 0 001 \ 00113818 a 0101 | with anger; "he angrily denied the accusation"
-00227423 02 r 02 exultantly 0 exultingly 0 002 \ 00704898 a 0202 \ 00704898 a 0101 | in an exultant manner; "it was exultingly easy"
-00227558 02 r 01 sedulously 0 001 \ 00754393 a 0102 | in a sedulous manner; "this illusion has been sedulously fostered"
-00227681 02 r 01 tenuously 0 001 \ 02164913 a 0104 | in a tenuous manner; "his works tenuously survive in the minds of a few scholars"
-00227818 02 r 01 perennially 0 001 \ 00678473 a 0101 | in a perennial manner; repeatedly; "We want to know what is perennially new about the world"
-00227968 02 r 01 perpetually 1 001 \ 00595299 a 0105 | everlastingly; for all time; "rays...streaming perpetually from the sun"- Stuart Chase
-00228112 02 r 01 anachronistically 0 001 \ 02379925 a 0103 | in an anachronistic manner; "let's look at this phenomenon anachronistically"
-00228253 02 r 02 ineptly 0 fecklessly 0 002 \ 00511526 a 0201 \ 00511526 a 0102 | with ineptitude; in an incompetent manner; "he performed his functions ineptly"
-00228417 02 r 01 ineptly 1 001 \ 01001180 a 0105 | in an infelicitous manner; "this function is ineptly left to a small voice"
-00228546 02 r 02 deliciously 0 pleasurably 0 002 \ 01801029 a 0203 \ 01807964 a 0102 | in a very pleasurable manner; "they were walking along the beach slowly and deliciously"
-00228724 02 r 01 mentally 0 001 \ 01779986 a 0101 | in your mind; "he suffered mentally"
-00228815 02 r 01 roundly 0 001 \ 02040652 a 0101 | in a round manner; "she was roundly slim"
-00228910 02 r 03 shyly 0 timidly 0 bashfully 0 003 \ 00252130 a 0301 \ 00251809 a 0201 \ 00339941 a 0102 | in a shy or timid or bashful manner; "he smiled shyly"
-00229074 02 r 02 fondly 0 lovingly 0 002 \ 01463965 a 0201 \ 01464433 a 0103 | with fondness; with love; "she spoke to her children fondly"
-00229216 02 r 01 abed 0 000 | in bed
-00229255 02 r 01 noisily 0 002 ! 00229399 r 0101 \ 01919931 a 0101 | with much noise or loud and unpleasant sound; "he blew his nose noisily"
-00229399 02 r 01 quietly 1 002 ! 00229255 r 0101 \ 01918984 a 0101 | with little or no sound; "the class was listening quietly and intently"; "she was crying quietly"
-00229568 02 r 02 quietly 2 quiet 0 002 ! 00229861 r 0101 \ 01922763 a 0101 | with little or no activity or no agitation (`quiet' is a nonstandard variant for `quietly'); "her hands rested quietly in her lap"; "the rock star was quietly led out the back door"; "sit here as quiet as you can"
-00229861 02 r 01 unquietly 0 002 ! 00229568 r 0101 \ 01923391 a 0101 | with agitation or turbulence
-00229963 02 r 01 unqualifiedly 0 001 \ 01913715 a 0101 | without qualification or limitation
-00230058 02 r 01 outwardly 0 002 ! 00230189 r 0101 \ 00950706 a 0101 | in outward appearance; "outwardly, she appeared composed"
-00230189 02 r 02 inwardly 0 inside 3 002 ! 00230058 r 0101 \ 00951247 a 0101 | with respect to private feelings; "inwardly, she was raging"
-00230331 02 r 02 outwardly 1 externally 0 000 | with respect to the outside; "outwardly, the figure is smooth"
-00230444 02 r 02 favorably 0 favourably 0 002 ! 00230581 r 0101 \ 00995775 a 0101 | showing approval; "he reviewed the play favorably"
-00230581 02 r 02 unfavorably 0 unfavourably 0 002 ! 00230444 r 0101 \ 00996448 a 0101 | showing disapproval; in a disparaging way; "he reviewed the play unfavorably"
-00230749 02 r 01 cheerfully 0 002 ! 00230877 r 0101 \ 01664015 a 0103 | in a cheerful manner; "he cheerfully agreed to do it"
-00230877 02 r 01 cheerlessly 0 001 ! 00230749 r 0101 | in an unhappy manner; "he cheerlessly set out to do the task"
-00230996 02 r 02 flawlessly 0 cleanly 0 002 \ 00061664 a 0201 \ 01751080 a 0101 | in an adroit manner; "he bounced it cleanly off the wall"
-00231138 02 r 01 solidly 0 001 \ 02275412 a 0101 | with strength and soundness; "a solidly built house"
-00231244 02 r 01 foursquare 1 000 | in a square position; "the building stood foursquare"
-00231336 02 r 01 solidly 2 001 \ 00784215 a 0101 | as an undiversified whole; "the unions voted solidly for Roosevelt"
-00231457 02 r 03 laconically 0 dryly 0 drily 0 003 \ 01266092 a 0301 \ 01266092 a 0201 \ 00547641 a 0103 | in a dry laconic manner; "I know that," he said dryly
-00231620 02 r 02 obligingly 0 accommodatingly 0 002 \ 00020787 a 0201 \ 00021110 a 0102 | in accommodation; "obligingly, he lowered his voice"
-00231765 02 r 01 voluntarily 0 002 ! 00231916 r 0101 \ 02520219 a 0101 | out of your own free will; "he voluntarily submitted to the fingerprinting"
-00231916 02 r 01 involuntarily 0 002 ! 00231765 r 0101 \ 02521353 a 0101 | against your will; "he was involuntarily held against his will"
-00232057 02 r 01 unerringly 0 001 \ 00965359 a 0103 | without making errors; "he unerringly fixed things for us"
-00232172 02 r 01 geographically 0 001 \ 03021543 a 0101 | with respect to geography; "they are geographically closer to the center of town"
-00232314 02 r 01 gloomily 0 001 \ 00703615 a 0101 | with gloom; "such a change is gloomily foreseen by many"
-00232425 02 r 01 cruelly 0 000 | excessively; "a cruelly bitter winter"
-00232499 02 r 01 cruelly 1 001 \ 01263013 a 0103 | with cruelty; "he treated his students cruelly"
-00232600 02 r 02 vaguely 0 mistily 1 001 \ 00431004 a 0102 | in a vague way; "he looked vaguely familiar"; "he explained it somewhat mistily"
-00232744 02 r 01 pompously 0 001 \ 01849960 a 0103 | in a pompous manner; "he pompously described his achievements"
-00232862 02 r 01 out 2 000 | away from home; "they went out last night"
-00232936 02 r 03 away 0 off 3 forth 0 001 ;u 07073447 n 0000 | from a particular thing or place or position (`forth' is obsolete); "ran away from the lion"; "wanted to get away from there"; "sent the children away to boarding school"; "the teacher waved the children away from the dead animal"; "went off to school"; "they drove off"; "go forth and preach"
-00233295 02 r 02 away 1 out 3 000 | from one's possession; "he gave out money to the poor"; "gave away the tickets"
-00233413 02 r 01 out 4 000 | moving or appearing to move away from a place, especially one that is enclosed or hidden; "the cat came out from under the bed";
-00233573 02 r 01 out_of 0 000 | motivated by; "idleness is the trait of being idle out of a reluctance to work"
-00233687 02 r 03 aside 3 by 1 away 2 000 | in reserve; not for immediate use; "started setting aside money to buy a car"; "put something by for her old age"; "has a nest egg tucked away for a rainy day"
-00233892 02 r 01 aside 0 000 | on or to one side; "step aside"; "stood aside to let him pass"; "threw the book aside"; "put her sewing aside when he entered"
-00234052 02 r 02 aside 1 away 3 000 | out of the way (especially away from one's thoughts); "brush the objections aside"; "pushed all doubts away"
-00234201 02 r 02 aside 5 apart 6 000 | placed or kept separate and distinct as for a purpose; "had a feeling of being set apart"; "quality sets it apart"; "a day set aside for relaxing"
-00234389 02 r 01 apart 7 000 | away from another or others; "they grew apart over the years"; "kept apart from the group out of shyness"; "decided to live apart"
-00234553 02 r 01 away 4 000 | out of existence; "the music faded away"; "tried to explain away the affair of the letter"- H.E.Scudder; "idled the hours away"; "her fingernails were worn away"
-00234747 02 r 01 away 5 000 | indicating continuing action; continuously or steadily; "he worked away at the project for more than a year"; "the child kept hammering away as if his life depended on it"
-00234951 02 r 02 away 6 aside 6 000 | in a different direction; "turn aside"; "turn away one's face"; "glanced away"
-00235070 02 r 01 away 7 000 | in or into a proper place (especially for storage or safekeeping); "put the toys away"; "her jewels are locked away in a safe"; "filed the letter away"
-00235254 02 r 02 off 0 away 8 000 | at a distance in space or time; "the boat was 5 miles off (or away)"; "the party is still 2 weeks off (or away)"; "away back in the 18th century"
-00235438 02 r 01 away 9 000 | so as to be removed or gotten rid of; "cleared the mess away"; "the rotted wood had to be cut away"
-00235570 02 r 01 away a 000 | freely or at will; "fire away!"
-00235634 02 r 01 seriatim 0 000 | in a series; one after another
-00235701 02 r 02 doggedly 0 tenaciously 0 002 \ 02327569 a 0205 \ 02327569 a 0101 | with obstinate determination; "he pursued her doggedly"
-00235843 02 r 02 efficiently 0 expeditiously 0 003 \ 00840510 a 0201 ! 00236020 r 0101 \ 00510644 a 0102 | with efficiency; in an efficient manner; "he functions efficiently"
-00236020 02 r 01 inefficiently 0 002 ! 00235843 r 0101 \ 00511739 a 0102 | in an inefficient manner; "he dealt inefficiently with the crisis"
-00236164 02 r 02 discordantly 0 unharmoniously 0 001 \ 00553899 a 0101 | in a discordant manner; "the piece ended discordantly"
-00236294 02 r 01 dully 0 001 \ 00806512 a 0101 | without liveliness; "she nodded her head dully"
-00236393 02 r 01 dully 2 001 \ 00283703 a 0101 | without luster or shine; "the light shone dully through the haze"; "unpolished buttons glinted dully"
-00236546 02 r 02 in_stride 0 in_good_spirits 0 000 | without losing equilibrium; "she took all his criticism in stride"
-00236668 02 r 01 atonally 0 001 \ 02438188 a 0101 | without tonality; "he composes atonally"
-00236763 02 r 01 charmingly 0 001 \ 01807799 a 0101 | in a charming manner
-00236840 02 r 02 winsomely 0 engagingly 0 002 \ 00167671 a 0201 \ 00169056 a 0101 | in an engaging manner; "she played the role engagingly"
-00236982 02 r 01 tragically 0 001 \ 01363153 a 0101 | in a tragic manner; with tragic consequences; "the adventure ended tragically"; "tragically, she contracted AIDS"
-00237152 02 r 01 fascinatingly 0 001 \ 01344171 a 0103 | in a fascinating manner; "her face became fascinatingly distorted"
-00237278 02 r 02 curvaceously 0 buxomly 0 002 \ 02138989 a 0203 \ 02138989 a 0104 | in a curvaceous way; "his date was curvaceously beguiling"
-00237423 02 r 01 ominously 0 001 \ 00194357 a 0106 | in an ominous manner; "the sun darkened ominously"
-00237529 02 r 01 restively 0 001 \ 02406370 a 0108 | in a restive manner; "he sat down again, restively"
-00237636 02 r 02 wittingly 0 knowingly 0 004 ! 00237833 r 0203 \ 01338116 a 0202 ! 00237833 r 0101 \ 01337767 a 0102 | with full knowledge and deliberation; "he wittingly deleted the references"
-00237833 02 r 03 unwittingly 0 inadvertently 0 unknowingly 0 005 ! 00153681 r 0203 \ 01338909 a 0202 ! 00237636 r 0101 \ 01339492 a 0103 ! 00237636 r 0302 | without knowledge or intention; "he unwittingly deleted the references"
-00238064 02 r 01 scienter 0 002 ;c 08441203 n 0000 \ 01337939 a 0101 | (law) deliberately or knowingly
-00238169 02 r 01 contentedly 0 001 \ 00588797 a 0101 | with equanimity; "`I bought it,' she said contentedly"
-00238281 02 r 02 pityingly 0 compassionately 0 001 \ 00506299 a 0201 | in a compassionate manner; "the nurse looked at him pityingly"
-00238417 02 r 02 glibly 0 slickly 0 001 \ 01799781 a 0101 | with superficial plausibility; "he talked glibly"
-00238529 02 r 02 callously 0 unfeelingly 1 002 \ 00507292 a 0203 \ 02107162 a 0101 | in a callous way; "he callously exploited their feelings"
-00238674 02 r 01 justifiably 0 002 ! 00238794 r 0101 \ 01722140 a 0101 | with good reason; "he is justifiably bitter"
-00238794 02 r 02 unjustifiably 0 inexcusably 1 003 \ 01722039 a 0201 ! 00238674 r 0101 \ 01722367 a 0103 | without any excuse; "he is unjustifiably harsh on her"
-00238958 02 r 01 under_way 0 001 \ 01561771 a 0101 | in motion; set in motion; "the ship got under way"
-00239064 02 r 01 afoot 1 001 \ 01562167 a 0101 | on foot; walking; "they went to the village afoot"; "quail are hunted either afoot or on horseback"
-00239215 02 r 01 modestly 0 002 \ 01539225 a 0101 ! 00239402 r 0101 | with modesty; in a modest manner; "the dissertation was entitled, modestly, `Remarks about a play by Shakespeare'"
-00239402 02 r 01 immodestly 0 002 \ 01539642 a 0101 ! 00239215 r 0101 | without modesty; in an immodest manner; "the book was entitled, immodestly, `All about Wisdom'"
-00239572 02 r 01 frowningly 0 001 \ 01806992 a 0101 | with a frown; while frowning; "he looked at her frowningly"
-00239688 02 r 03 overwhelmingly 0 overpoweringly 0 irresistibly 0 003 \ 01989175 a 0301 \ 01989446 a 0201 \ 01989446 a 0102 | incapable of being resisted; "the candy looked overwhelmingly desirable to the dieting man"
-00239908 02 r 05 each 0 to_each_one 0 for_each_one 0 from_each_one 0 apiece 0 000 | to or from every one of two or more (considered individually); "they received $10 each"
-00240082 02 r 03 next_door 0 in_the_adjacent_house 0 in_the_adjacent_apartment 0 000 | at or in or to the adjacent residence; "the criminal had been living next door all this time"
-00240265 02 r 01 in_unison 0 000 | at the same pitch; "they sang in unison"
-00240343 02 r 02 in_unison 2 in_chorus 0 000 | speaking or singing at the same time; simultaneously; "they shouted `Yes!' in unison"; "they responded in chorus to the teacher's questions"
-00240533 02 r 01 analytically 0 001 \ 00110853 a 0101 | by virtue of analysis; "assuming that the distinction is maintained one may ask which is to be analytically prior?"
-00240707 02 r 03 therein 0 in_this 0 in_that 0 001 ;u 01204055 n 0000 | (formal) in or into that thing or place; "they can read therein what our plans are"
-00240865 02 r 01 anarchically 0 001 \ 00600192 a 0101 | in a lawless rebellious manner
-00240954 02 r 02 lopsidedly 0 crookedly 0 002 \ 02311544 a 0201 \ 02312450 a 0104 | in a crooked lopsided manner; "he smiled lopsidedly"
-00241093 02 r 02 sternly 0 severely 2 002 \ 01301316 a 0201 \ 01300187 a 0102 | with sternness; in a severe manner; "`No,' she said sternly"; "peered severely over her glasses"
-00241272 02 r 01 suspiciously 0 001 \ 02464277 a 0103 | with suspicion; "she regarded the food suspiciously"
-00241383 02 r 02 authoritatively 0 magisterially 0 002 \ 00752110 a 0204 \ 01830403 a 0101 | in an authoritative and magisterial manner; "she spoke authoritatively"
-00241550 02 r 01 resolutely 0 002 \ 01989669 a 0101 ! 00241757 r 0101 | showing firm determination or purpose; "she resolutely refused to look at him or speak to him"; "he entered the building resolutely"
-00241757 02 r 01 irresolutely 0 002 \ 01992149 a 0101 ! 00241550 r 0101 | lacking determination or decisiveness
-00241871 02 r 01 speculatively 0 001 \ 00664879 a 0102 | with speculation; in a speculative manner; "he looked at her speculatively"
-00242006 02 r 02 beautifully 0 attractively 0 003 ! 00242172 r 0201 \ 00166146 a 0201 \ 00217728 a 0101 | in a beautiful manner; "her face was beautifully made up"
-00242172 02 r 01 unattractively 0 002 ! 00242006 r 0102 \ 00169164 a 0101 | in an unattractive manner; "she was unattractively dressed last night"
-00242321 02 r 03 dourly 0 sullenly 0 glumly 0 003 \ 01137378 a 0304 \ 01137378 a 0209 \ 01137378 a 0102 | in a sullen manner; "he sat in his chair dourly"
-00242478 02 r 02 belligerently 0 hostilely 0 002 \ 01244410 a 0201 \ 01244846 a 0102 | with hostility; in a belligerent hostile manner; "he pushed her against the wall belligerently"
-00242663 02 r 01 consciously 0 002 ! 00242810 r 0101 \ 00570590 a 0101 | with awareness; "she consciously played with the idea of inviting them"
-00242810 02 r 01 unconsciously 0 002 ! 00242663 r 0101 \ 00571643 a 0101 | without awareness; "she jumped up unconsciously when he entered the room"
-00242961 02 r 01 greenly 0 001 \ 00375969 a 0101 | with green color; "the countryside rolled greenly down into the valley"
-00243086 02 r 02 casually 0 nonchalantly 0 002 \ 00545746 a 0203 \ 00545746 a 0101 | in an unconcerned manner; "glanced casually at the headlines"
-00243235 02 r 01 commensally 0 001 \ 02700792 a 0101 | in a commensal manner
-00243314 02 r 01 competitively 0 002 ! 00243448 r 0101 \ 00512487 a 0101 | in competition; "the companies should bid competitively"
-00243448 02 r 01 noncompetitively 0 002 ! 00243314 r 0101 \ 00513165 a 0101 | in a noncompetitive manner; "the scholarships will be awarded noncompetitively"
-00243608 02 r 03 compulsively 0 obsessively 0 obsessionally 0 003 \ 01585022 a 0301 \ 01585022 a 0202 \ 01583659 a 0101 | in a compulsive manner; "he cleaned his shoes compulsively after every walk"
-00243809 02 r 01 structurally 0 001 \ 02897335 a 0101 | with respect to structure; "structurally, the organization is healthy"
-00243938 02 r 03 south 0 to_the_south 0 in_the_south 0 000 | in a southern direction; "we moved south"
-00244043 02 r 04 north 0 northerly 0 northwards 0 northward 0 001 \ 01601297 a 0201 | in a northern direction; "they earn more up north"; "Let's go north!"
-00244201 02 r 02 unofficially 1 on_the_side 0 001 \ 01633591 a 0101 | without official authorization; "he had made some money on the side"
-00244342 02 r 01 overnight 0 000 | during or for the length of one night; "the fish marinates overnight"
-00244449 02 r 01 overnight 1 000 | happening in a short time or with great speed; "these solutions cannot be found overnight!"
-00244578 02 r 01 willy-nilly 1 000 | without having a choice
-00244641 02 r 01 believably 0 003 ! 00244787 r 0101 \ 00644839 a 0102 ! 00295825 r 0104 | in a believable manner; "he acted believably sincere"
-00244787 02 r 01 unbelievably 0 002 ! 00244641 r 0101 \ 00645493 a 0102 | in an unbelievable manner; "he was unbelievably angry"
-00244918 02 r 01 underfoot 0 000 | under the feet; "trampled the beans underfoot"; "green grass growing underfoot"
-00245035 02 r 01 underfoot 1 000 | in the way and hindering progress; "a house with children and pets and toys always underfoot"
-00245166 02 r 01 hand_in_hand 3 000 | together; "hand in hand with hope went fear"; "doctors and nurses work hand in hand to save lives"
-00245305 02 r 01 feetfirst 0 000 | with the feet foremost; "he jumped into the pool feetfirst"
-00245402 02 r 02 ferociously 0 fiercely 0 002 \ 02511528 a 0202 \ 02511528 a 0101 | in a physically fierce manner; "silence broken by dogs barking ferociously"; "they fought fiercely"
-00245588 02 r 01 fiercely 1 001 \ 01511854 a 0101 | in an emotionally fierce manner; "she was fiercely proud of her children"
-00245716 02 r 01 subconsciously 0 001 \ 00573093 a 0101 | from the subconscious mind; "the image came to him subconsciously"
-00245843 02 r 01 vividly 0 001 \ 01941026 a 0104 | in a vivid manner; "he described his adventures vividly"
-00245953 02 r 01 artfully 0 001 \ 00147734 a 0101 | in an artful manner; "her foot pointed artfully toward tapering toes"
-00246077 02 r 01 expectantly 0 001 \ 01228797 a 0103 | in an expectant manner; "she looked at him expectantly"
-00246190 02 r 01 lustily 0 001 \ 01171746 a 0103 | in a healthy manner; "the young plants grew lustily"
-00246296 02 r 02 just 3 simply 3 001 ;u 06321054 n 0000 | absolutely; "I just can't take it anymore"; "he was just grand as Romeo"; "it's simply beautiful!"
-00246455 02 r 01 tenfold 0 000 | by ten times as much; "the population increased tenfold"
-00246547 02 r 01 quantitatively 0 001 \ 02977198 a 0101 | in a quantitative manner; "this can be expressed quantitatively"
-00246672 02 r 02 on_paper 1 in_writing 0 000 | as written or printed; "this is exactly what the composer had set down on paper"
-00246802 02 r 01 dramatically 2 001 \ 01284212 a 0101 | in a very impressive manner; "your performance will improve dramatically"
-00246934 02 r 01 classically 0 001 \ 00413622 a 0101 | in the manner of Greek and Roman culture; "this exercise develops a classically shaped body"
-00247084 02 r 01 obscurely 0 001 \ 00534250 a 0102 | in an obscure manner; "this work is obscurely written"
-00247194 02 r 01 decently 0 002 ! 00247326 r 0101 \ 01993408 a 0101 | in a decent manner; "they don't know how to dress decently"
-00247326 02 r 01 indecently 0 002 ! 00247194 r 0101 \ 00683185 a 0101 | in an indecent manner; "she was rather indecently dressed"
-00247459 02 r 01 horrifyingly 0 001 \ 00193480 a 0103 | in a horrifying manner; "he laughed horrifyingly"
-00247567 02 r 01 characteristically 0 002 ! 00247712 r 0101 \ 00356926 a 0101 | in characteristic manner; "he arrived characteristically late"
-00247712 02 r 01 uncharacteristically 0 002 ! 00247567 r 0101 \ 00357983 a 0101 | in uncharacteristic manner; "he was uncharacteristically cool"
-00247859 02 r 01 perversely 0 001 \ 00621524 a 0102 | deliberately deviant; "his perversely erotic notions"
-00247969 02 r 03 perversely 3 contrarily 2 contrariwise 3 002 \ 01613839 a 0201 \ 01613839 a 0103 | in a contrary disobedient manner
-00248104 02 r 01 dialectically 0 001 \ 03023644 a 0101 | in a dialectic manner; "his religiousness is dialectically related to his sinfulness"
-00248249 02 r 01 prophetically 0 001 \ 01881696 a 0101 | in a prophetic manner; "he prophetically anticipated the disaster"
-00248375 02 r 01 artistically 0 001 \ 00069948 a 0101 | in an artistic manner; "it was artistically decorated"
-00248488 02 r 02 peculiarly 1 particularly 1 002 \ 01104026 a 0201 \ 01104026 a 0102 | uniquely or characteristically; "these peculiarly cinematic elements"; "a peculiarly French phenomenon"; "everyone has a moment in history which belongs particularly to him"- John Knowles
-00248765 02 r 02 particularly 2 in_particular 0 001 \ 01104026 a 0101 | specifically or especially distinguished from others; "loves Bach, particularly his partitas"; "recommended one book in particular"; "trace major population movements for the Pueblo groups in particular"
-00249043 02 r 01 instinctively 0 001 \ 02282985 a 0102 | as a matter of instinct; "he instinctively grabbed the knife"
-00249164 02 r 01 internally 0 002 ! 00249300 r 0101 \ 00948670 a 0101 | on or from the inside; "an internally controlled environment"
-00249300 02 r 01 externally 1 002 ! 00249164 r 0101 \ 00948103 a 0101 | on or from the outside; "the candidate needs to be externally evaluated"
-00249447 02 r 01 overhead 0 000 | above the head; over the head; "bring the legs together overhead"
-00249549 02 r 01 at_arm's_length 0 000 | at some distance; "keep someone at arm's length"
-00249641 02 r 01 overhead 1 000 | above your head; in the sky; "planes were flying overhead"
-00249736 02 r 02 aboard 0 on_base 0 001 ;c 00471613 n 0000 | on first or second or third base; "Their second homer with Bob Allison aboard"
-00249878 02 r 02 aboard 1 on_board 0 000 | on a ship, train, plane or other vehicle
-00249964 02 r 01 aboard 2 000 | part of a group; "Bill's been aboard for three years now"
-00250056 02 r 02 aboard 4 alongside 0 000 | side by side; "anchored close aboard another ship"
-00250153 02 r 01 uniformly 0 001 \ 01200095 a 0102 | in a uniform manner; "a uniformly bright surface"
-00250258 02 r 02 all_too 0 only_too 0 000 | to a high degree; "she is all too ready to accept the job"
-00250363 02 r 01 enduringly 0 001 \ 01754873 a 0102 | in an enduring manner; "Roman culture was enduringly fertilized"
-00250484 02 r 01 abreast 0 000 | alongside each other, facing in the same direction
-00250570 02 r 05 per_annum 0 p.a. 0 per_year 0 each_year 1 annually 1 000 | by the year; every year (usually with reference to a sum of money paid or received); "he earned $100,000 per annum"; "we issue six volumes per annum"
-00250798 02 r 02 per_diem 0 by_the_day 0 000 | one every day; "we'll save 100 man-hours per diem"
-00250898 02 r 02 between 0 'tween 0 000 | in between; "two houses with a tree between"
-00250987 02 r 01 ad_hoc 0 000 | for one specific case; "they were appointed ad hoc"
-00251073 02 r 01 ad_nauseam 0 000 | to a sickening extent; "he played the song ad nauseam"
-00251166 02 r 02 ad_val 0 ad_valorem 0 000 | in proportion to the estimated value of the goods taxed; "the goods were taxed ad valorem"
-00251304 02 r 02 ante_meridiem 0 A.M. 0 001 ;c 06962600 n 0000 | before noon; "let's meet at 11 A.M."
-00251408 02 r 02 post_meridiem 0 P.M. 0 001 ;c 06962600 n 0000 | between noon and midnight; "let's meet at 8 P.M."
-00251525 02 r 01 a_posteriori 0 001 ! 00251611 r 0101 | derived from observed facts
-00251611 02 r 01 a_priori 0 001 ! 00251525 r 0101 | derived by logic, without observed facts
-00251706 02 r 02 cap-a-pie 0 from_head_to_toe 0 000 | at all points from head to foot; "he was armed cap-a-pie"
-00251820 02 r 03 legally 1 lawfully 0 de_jure 0 003 ! 00251990 r 0201 \ 01401224 a 0201 \ 02754096 a 0101 | by law; conforming to the law; "we are lawfully wedded now"
-00251990 02 r 01 unlawfully 0 002 ! 00251820 r 0102 \ 01403760 a 0105 | not conforming to the law; "they were unlawfully married"
-00252122 02 r 01 jurisprudentially 0 001 \ 02753868 a 0101 | in respect to jurisprudence or the science or philosophy of law
-00252249 02 r 03 doggo 0 out_of_sight 0 in_hiding 0 000 | quietly in concealment; "he lay doggo"
-00252348 02 r 01 en_clair 0 000 | in ordinary language
-00252405 02 r 01 en_famille 0 000 | in a casual way at home; "we'll have dinner en famille"
-00252499 02 r 02 ex_officio 0 by_right_of_office 0 000 | by virtue of position; "the president sat on the committee ex officio"
-00252629 02 r 01 full-time 0 001 ! 00252740 r 0101 | for the standard number of hours; "she works full-time"
-00252740 02 r 02 half-time 0 part-time 0 001 ! 00252629 r 0101 | for less than the standard number of hours; "he works part-time"
-00252872 02 r 01 bilaterally 1 001 \ 00237788 a 0101 | so as to involve two sides or parts
-00252965 02 r 01 bilaterally 0 001 \ 01946012 a 0101 | with the involvement of two parties or governments; "they worked out an agreement bilaterally"
-00253117 02 r 02 unilaterally 0 one-sidedly 0 002 \ 00236989 a 0101 ! 00253306 r 0101 | in a unilateral manner; by means of one part or party; "they worked out an agreement unilaterally"
-00253306 02 r 01 multilaterally 0 002 \ 00237240 a 0101 ! 00253117 r 0101 | in a multilateral manner;so as to affect many parties or governments; "they worked out an agreement unilaterally"
-00253498 02 r 01 blatantly 0 001 \ 02090567 a 0101 | in a blatant manner; "they blatantly violated the laws"
-00253609 02 r 02 chock 0 chock-a-block 0 000 | as completely as possible; "it was chock-a-block full"
-00253713 02 r 01 cloyingly 0 001 \ 02368566 a 0101 | in an overly sweet manner
-00253794 02 r 01 collect 0 000 | make a telephone call or mail a package so that the recipient pays; "call collect"; "send a package collect"
-00253938 02 r 03 C.O.D. 0 COD 0 cash_on_delivery 0 000 | collecting the charges upon delivery; "mail a package C.O.D."
-00254059 02 r 02 counterclockwise 0 anticlockwise 0 002 ! 00254369 r 0101 \ 00442057 a 0101 | in a direction opposite to the direction in which the hands of a clock move; "please move counterclockwise in a circle!"
-00254276 02 r 01 counterintuitively 0 001 \ 01944904 a 0101 | in a counterintuitive manner
-00254369 02 r 01 clockwise 0 002 ! 00254059 r 0101 \ 00441781 a 0101 | in the direction that the hands of a clock move; "please move clockwise in a circle"
-00254527 02 r 01 deathly 0 000 | to a degree resembling death; "he was deathly pale"
-00254614 02 r 02 foremost 0 first 1 000 | prominently forward; "he put his best foot foremost"
-00254711 02 r 02 fortnightly 0 biweekly 0 002 \ 01969038 a 0202 \ 01969038 a 0101 | every two weeks; "he visited his cousins fortnightly"
-00254851 02 r 02 semiweekly 0 biweekly 1 002 \ 01968721 a 0202 \ 01968721 a 0101 | twice a week; "he called home semiweekly"
-00254978 02 r 01 monthly 0 001 \ 01969707 a 0101 | occurring once a month; "they meet monthly"
-00255075 02 r 01 bimonthly 0 001 \ 01969881 a 0101 | every two months; "the bill was payable bimonthly"
-00255181 02 r 02 semimonthly 0 bimonthly 1 002 \ 01970014 a 0202 \ 01970014 a 0101 | twice a month; "salaries are paid semimonthly"
-00255315 02 r 02 semiannually 0 biyearly 1 002 \ 01969348 a 0203 \ 01969348 a 0101 | twice a year
-00255415 02 r 02 halfway 0 midway 0 000 | at half the distance; at the middle; "he was halfway down the ladder when he fell"
-00255542 02 r 01 ceteris_paribus 0 000 | all other things being equal
-00255614 02 r 02 hereby 0 herewith 0 001 ;u 01204055 n 0000 | (formal) by means of this; "I hereby declare you man and wife"
-00255741 02 r 01 hierarchically 0 001 \ 01203288 a 0101 | in a hierarchical manner; "hierarchically organized"
-00255854 02 r 02 higgledy-piggledy 0 topsy-turvy 1 000 | in a disordered manner; "they were piled up higgledy-piggledy"
-00255976 02 r 03 ibid. 0 ib. 0 ibidem 0 000 | in the same place (used when citing a reference)
-00256073 02 r 01 in_loco_parentis 0 000 | in place of the parents; "we had to punish this child in loco parentis"
-00256189 02 r 02 in_situ 0 in_place 0 000 | in the original or natural place or site; "carcinoma in situ"; "the archeologists left the pottery in place"
-00256344 02 r 01 inter_alia 0 000 | among other things; "the committee recommended, inter alia, that he be promoted"
-00256463 02 r 01 ipso_facto 0 000 | by the fact itself; "ipso facto, her innocence was established"
-00256565 02 r 01 item 0 000 | (used when listing or enumerating items) also; "a length of chain, item a hook"-Philip Guedalla
-00256693 02 r 01 give_or_take 0 000 | plus or minus a small amount; "it is a mile away, give or take a few hundred yards"
-00256817 02 r 01 mutatis_mutandis 0 000 | with the necessary changes having been carried out
-00256912 02 r 01 par_excellence 0 000 | to a degree of excellence; "he is the honest politician par excellence"
-00257026 02 r 02 pari_passu 0 at_an_equal_rate 0 000 | used in legal language
-00257106 02 r 02 passim 0 throughout 2 000 | used to refer to cited works
-00257182 02 r 02 pro_tem 0 pro_tempore 0 000 | for the time being; temporarily; "accepting pro tem that hypothesis consistent with the facts"- J.W.Krutch
-00257338 02 r 01 sine_die 0 000 | without a date fixed (as of an adjournment)
-00257418 02 r 02 sotto_voce 0 in_a_low_voice 0 000 | in an undertone; "he uttered a curse sotto voce"
-00257522 02 r 01 sub_rosa 0 000 | in secret or covertly; "held a meeting sub rosa to avoid general criticism"
-00257634 02 r 02 tandem 0 in_tandem 0 000 | one behind the other; "ride tandem on a bicycle built for two"; "riding horses down the path in tandem"
-00257784 02 r 01 thrice 0 000 | three times; "I called you thrice last night"
-00257864 02 r 02 verbatim 0 word_for_word 0 000 | using exactly the same words; "he repeated her remarks verbatim"
-00257981 02 r 01 a_la_carte 0 000 | by ordering items listed individually on a menu; "we ate a la carte"
-00258088 02 r 02 by_word_of_mouth 1 viva_voce 0 000 | orally; "I heard it viva voce"
-00258175 02 r 03 gratis 0 for_free 0 free_of_charge 0 000 | without payment; "I'll give you this gratis"
-00258282 02 r 02 below 2 infra 0 000 | (in writing) see below; "vide infra"
-00258360 02 r 01 inland 0 000 | towards or into the interior of a region; "the town is five miles inland"
-00258468 02 r 01 inshore 0 000 | toward the shore; "we swam two miles inshore"
-00258549 02 r 02 inward 0 inwards 0 001 ! 00258677 r 0101 | toward the center or interior; "move the needle further inwards!"
-00258677 02 r 02 outward 0 outwards 0 001 ! 00258549 r 0101 | toward the outside; "move the needle further outward!"
-00258796 02 r 02 knee-deep 0 knee-high 0 000 | up to the knees; "we were standing knee-deep in the water"
-00258904 02 r 02 breast-deep 0 breast-high 0 000 | up to the breast; "we were standing breast-high in the water"
-00259019 02 r 01 live 0 000 | not recorded; "the opera was broadcast live"
-00259096 02 r 02 sooner 0 earlier 2 000 | comparatives of `soon' or `early'; "Come a little sooner, if you can"; "came earlier than I expected"
-00259242 02 r 01 in_extremis 0 000 | at the point of death
-00259303 02 r 02 midmost 0 in_the_midst 0 000 | the middle or central part or point; "in the midst of the forest"; "could he walk out in the midst of his piece?"
-00259467 02 r 02 off-hand 0 ex_tempore 0 000 | without preparation; "I don't know the figures off-hand"
-00259573 02 r 01 offstage 1 000 | not in public; "the deal was done offstage"
-00259653 02 r 01 offstage 0 001 ! 00259775 r 0101 | behind the scenes; not on stage; "the actors were waiting offstage"
-00259775 02 r 01 onstage 0 001 ! 00259653 r 0101 | on the stage; "it was time for her to go onstage"
-00259878 02 r 01 off-the-clock 0 000 | overtime without extra compensation; "she often has to work off-the-clock"
-00259994 02 r 01 overtime 0 000 | beyond the regular time; "she often has to work overtime"
-00260088 02 r 01 perforce 0 000 | by necessity; by force of circumstance
-00260163 02 r 01 post-haste 0 000 | as fast as possible; with all possible haste; "send it to me post-haste"
-00260274 02 r 01 prima_facie 0 000 | at first sight
-00260328 02 r 03 perfunctorily 0 as_a_formality 0 pro_forma 0 001 \ 00312234 a 0104 | in a set manner without serious attention; "they answered my letter pro forma"; "he kissed her cheek perfunctorily"
-00260532 02 r 02 proportionately 3 pro_rata 0 001 \ 00481737 a 0101 | in proportion
-00260618 02 r 01 rent-free 0 000 | without paying rent; "I can live here rent-free"
-00260704 02 r 02 wholesale 1 in_large_quantities 0 000 | on a large scale without careful discrimination; "I buy food wholesale"
-00260835 02 r 01 scot_free 0 000 | free from harm or penalty; "he went scot-free"
-00260919 02 r 02 skyward 0 skywards 0 000 | toward the sky; "look skywards!"
-00260998 02 r 02 up_here 0 over_here 0 000 | in a specified area or place; "you shouldn't be up here"
-00261102 02 r 01 adversely 0 001 \ 00997036 a 0101 | in an adverse manner; "she was adversely affected by the new regulations"
-00261231 02 r 02 aesthetically 0 esthetically 0 002 \ 02393086 a 0202 \ 02393086 a 0101 | in a tasteful way; "this building is aesthetically very pleasing"
-00261389 02 r 03 agonizingly 0 excruciatingly 0 torturously 0 003 \ 01711724 a 0306 \ 01711724 a 0203 \ 01711724 a 0101 | in a very painful manner; "the progress was agonizingly slow"
-00261575 02 r 01 appallingly 0 001 \ 00193367 a 0101 | to an appalling extent; "the prisoners were appallingly thin"
-00261694 02 r 01 appealingly 0 002 ! 00261825 r 0101 \ 00170358 a 0101 | in an appealing manner; "the table was set appealingly"
-00261825 02 r 01 unappealingly 0 002 ! 00261694 r 0101 \ 00171044 a 0101 | in an unappealing manner; "the kitchen was unappealingly dirty"
-00261966 02 r 01 approvingly 0 002 ! 00262090 r 0101 \ 00996089 a 0101 | in an approving manner; "she nodded approvingly"
-00262090 02 r 01 disapprovingly 0 001 ! 00261966 r 0101 | showing disapproval; "he shook his head disapprovingly"
-00262206 02 r 02 ambitiously 0 determinedly 1 003 \ 00104699 a 0202 ! 00262403 r 0101 \ 00104051 a 0101 | with ambition; in an ambitious and energetic manner; "she pursued her goals ambitiously"
-00262403 02 r 01 unambitiously 0 002 ! 00262206 r 0101 \ 00105023 a 0101 | in an unambitious manner; "he does his job, but he works unambitiously"
-00262552 02 r 01 amicably 0 001 \ 01246579 a 0101 | in an amicable manner; "they separated amicably"
-00262655 02 r 01 anonymously 0 001 \ 00120574 a 0101 | without giving a name; "she wrote these letters anonymously"
-00262773 02 r 01 at_a_loss 0 000 | below cost; "sold the car at a loss"
-00262847 02 r 01 afield 0 000 | off the subject; beyond the point at issue; "such digressions can lead us too far afield"
-00262971 02 r 01 afield 1 000 | in or into a field (especially a field of battle); "the armies were afield, challenging the enemy's advance"; "unlawful to carry hunting rifles afield until the season opens"
-00263180 02 r 02 afield 3 abroad 2 000 | far away from home or one's usual surroundings; "looking afield for new lands to conquer"- R.A.Hall
-00263323 02 r 01 animatedly 0 001 \ 00118567 a 0101 | in an animated manner; "they talked animatedly"
-00263427 02 r 03 offhand 0 offhanded 0 offhandedly 0 001 \ 00313217 a 0302 | in a casually inconsiderate manner; "replied offhand, his mind a million miles away"; "she threw him over offhandedly without even a Dear-John letter"
-00263657 02 r 03 offhand 1 offhanded 1 offhandedly 1 001 \ 01845451 a 0307 | without previous thought or preparation; "couldn't give the figures offhand"; "we decided offhand to go to Canada"; "she had made these remarks offhandedly"
-00263893 02 r 01 casually 1 001 \ 01798484 a 0101 | not methodically or according to plan; "he dealt with his course work casually"
-00264027 02 r 01 upstage 0 002 ;c 07006119 n 0000 ! 00264179 r 0101 | at or toward the rear of the stage; "the dancers were directed to move upstage"
-00264179 02 r 01 downstage 0 002 ;c 07006119 n 0000 ! 00264027 r 0101 | at or toward the front of the stage; "the actors moved further and further downstage"
-00264339 02 r 02 abjectly 0 resignedly 1 001 \ 01229435 a 0101 | in a hopeless resigned manner; "she shrugged her shoulders abjectly"
-00264475 02 r 01 abortively 0 001 \ 01082714 a 0101 | in an unfruitful manner
-00264555 02 r 02 abstemiously 0 temperately 2 002 \ 02401590 a 0201 \ 00009046 a 0101 | in a sparing manner; without overindulgence; "he ate and drank abstemiously"; "indulged temperately in cocktails"
-00264759 02 r 01 abstrusely 0 001 \ 00899226 a 0101 | in a manner difficult to understand; "the professor's abstrusely reasoned theories were wasted on his students"
-00264927 02 r 01 accelerando 0 002 ;c 07020895 n 0000 \ 02537841 a 0101 | with increasing speed; "here you must play accelerando"
-00265059 02 r 01 adagio 0 002 ;c 07020895 n 0000 \ 00982881 a 0101 | slowly; "here you must play adagio"
-00265166 02 r 01 administratively 0 001 \ 02904075 a 0101 | by or for an administrator; "this decision was made administratively"
-00265298 02 r 02 adorably 0 endearingly 0 002 \ 01459755 a 0202 \ 01459755 a 0101 | in an adorable manner; "the toddler behaved adorably"
-00265438 02 r 01 antagonistically 0 001 \ 01245138 a 0101 | in an antagonistic manner; "he behaves antagonistically toward his colleagues"
-00265579 02 r 01 anteriorly 0 001 \ 00130778 a 0101 | in an anterior direction
-00265660 02 r 01 apathetically 0 001 \ 01342949 a 0101 | in an apathetic manner; "she behaves apathetically these days"
-00265782 02 r 01 ardently 0 001 \ 01726235 a 0101 | in an ardent manner; "the spirit of God knew very well that there was a deeper question to be settled before there could be the intervention in power that was so ardently desired"
-00266016 02 r 01 arrogantly 0 001 \ 01889819 a 0101 | in an arrogant manner; "in the old days she had been harsh and stiff ; afraid of her husband and yet arrogantly proud that she had a husband strong and fierce enough to make her afraid"
-00266258 02 r 01 ascetically 0 001 \ 00009618 a 0101 | in an ascetic manner; "she lived ascetically in a small house all by herself"
-00266393 02 r 01 ashamedly 0 002 ! 00209518 r 0101 \ 00153898 a 0101 | with a feeling of shame
-00266490 02 r 01 assertively 0 002 ! 00266647 r 0101 \ 00156101 a 0101 | in an assertive manner; "`I will take care of my own life,' she said assertively"
-00266647 02 r 01 unassertively 0 002 ! 00266490 r 0101 \ 00156839 a 0101 | in an unassertive manner; "unassertively, she always follows her husband's suggestions"
-00266812 02 r 01 assuredly 0 001 \ 00339157 a 0101 | without a doubt; "the grammar schools were assuredly not intended for the gentry alone"
-00266955 02 r 01 audaciously 0 001 \ 00066146 a 0101 | in an audacious manner; "an idea so daring and yet so audaciously tempting that a shiver of excitement quivered through him"
-00267137 02 r 01 avidly 0 001 \ 00888477 a 0101 | in an avid manner; "whatever the flavor or color of your local paper, do remember that these are read avidly for local information"
-00267321 02 r 01 adjectively 0 001 \ 02936020 a 0101 | as an adjective; "nouns are frequently used adjectively"
-00267435 02 r 01 adverbially 0 001 \ 02936235 a 0101 | as an adverb; "the prepositional phrase here is used adverbially"
-00267558 02 r 01 adrift 0 001 \ 01910652 a 0101 | off course, wandering aimlessly; "there was a search for beauty that had somehow gone adrift"
-00267704 02 r 01 adrift 1 001 \ 00077059 a 0101 | floating freely; not anchored; "the boat wasset adrift"
-00267812 02 r 01 andante 0 002 ;c 07020895 n 0000 \ 00982954 a 0101 | at a moderately slow tempo; "this passage must be played andante"
-00267950 02 r 01 amorously 0 001 \ 01465061 a 0102 | in an amorous manner; "he looked at her amorously"
-00268056 02 r 01 angelically 0 001 \ 01130261 a 0101 | like an angel; "the child was sleeping angelically"
-00268165 02 r 01 architecturally 0 001 \ 02897957 a 0101 | with regard to architecture; "this building is ugly, but architecturally interesting"
-00268312 02 r 02 articulately 0 eloquently 1 002 ! 00268464 r 0101 \ 00150202 a 0101 | in an articulate manner; "he argued articulately for his plan"
-00268464 02 r 01 inarticulately 0 002 ! 00268312 r 0101 \ 00151105 a 0101 | in an inarticulate manner; "he talked inarticulately about the accident that had just taken his wife's life"
-00268651 02 r 01 attributively 0 002 ;c 06174404 n 0000 \ 00172562 a 0101 | in an attributive manner; "the genitive noun is used attributively"
-00268797 02 r 01 audibly 0 002 ! 00268909 r 0101 \ 00173764 a 0101 | in an audible manner; "he spoke audibly"
-00268909 02 r 01 inaudibly 0 002 ! 00268797 r 0101 \ 00174379 a 0101 | in an inaudible manner; "she spoke inaudibly low"
-00269032 02 r 01 beastly 0 001 \ 01263445 a 0101 | in a beastly manner; "she behaved beastly toward her mother-in-law"
-00269153 02 r 02 authentically 0 genuinely 1 002 \ 01115349 a 0201 \ 01115635 a 0101 | genuinely; with authority; "it is authentically British"
-00269299 02 r 01 bloodlessly 0 002 ! 00269488 r 0101 \ 00249433 a 0101 | without bloodshed; in a bloodless manner; without shedding blood; "the coup disposed of the dictator bloodlessly"
-00269488 02 r 01 bloodily 0 002 ! 00269299 r 0101 \ 00247439 a 0101 | involving a great bloodshed
-00269588 02 r 02 bombastically 0 grandiosely 0 001 \ 01285713 a 0201 | in a grandiose manner; "the building was bombastically spacious"
-00269726 02 r 02 turgidly 0 bombastically 1 002 \ 02016881 a 0201 \ 02016881 a 0106 | in a turgid manner; "he lectured bombastically about his theories"
-00269881 02 r 02 boyishly 0 boylike 0 002 \ 01648313 a 0202 \ 01648313 a 0101 | like a boy; "he smiled boyishly at his fiancee"
-00270011 02 r 01 aground 0 000 | with the bottom lodged on the ground; "he ran the ship aground"
-00270110 02 r 01 akimbo 0 000 | with hands on hips and elbows extending outward; "she stood there akimbo"
-00270218 02 r 01 alee 0 000 | on or toward the lee; "put the helm alee"
-00270292 02 r 01 alertly 0 001 \ 00190653 a 0101 | in mentally perceptive and responsive way; "she got through the day alertly, despite being on drugs"
-00270446 02 r 03 alias 0 a.k.a. 0 also_known_as 0 000 | as known or named at another time or place; "Mr. Smith, alias Mr. Lafayette"
-00270581 02 r 01 allegretto 0 002 ;c 07020895 n 0000 \ 00982170 a 0101 | in a moderately quick tempo; "play this more allegretto"
-00270713 02 r 01 allegro 0 002 ;c 07020895 n 0000 \ 00982065 a 0101 | in a quick and lively tempo; "play this section allegro"
-00270842 02 r 01 alliteratively 0 001 \ 01965849 a 0101 | in an alliterative manner; "the early Norse poets wrote alliteratively"
-00270974 02 r 02 altruistically 0 selflessly 0 002 \ 00101609 a 0202 \ 00101609 a 0101 | in an altruistic manner; "he acted selflessly when he helped the old lady in distress"
-00271152 02 r 01 anomalously 0 001 \ 01596455 a 0101 | in an anomalous manner; "this man behaves anomalously"
-00271264 02 r 02 appreciatively 0 gratefully 1 004 ! 00271470 r 0201 \ 01146493 a 0201 \ 01146732 a 0101 ! 00271470 r 0102 | with appreciation; in a grateful manner; "he accepted my offer appreciatively"
-00271470 02 r 02 ungratefully 0 unappreciatively 0 004 \ 01147300 a 0201 \ 01147044 a 0101 ! 00271264 r 0102 ! 00271264 r 0201 | in an ungrateful manner
-00271625 02 r 01 arithmetically 0 001 \ 03044869 a 0102 | with respect to arithmetic; "this problem is arithmetically easy"
-00271751 02 r 01 askance 0 000 | with a side or oblique glance; "did not quite turn all the way back but looked askance at me with her dark eyes"
-00271899 02 r 01 askance 2 000 | with suspicion or disapproval; "he looked askance at the offer"
-00271998 02 r 02 awry 0 amiss 0 000 | away from the correct or expected course; "something has gone awry in our plans"; "something went badly amiss in the preparations"
-00272169 02 r 03 askew 1 awry 1 skew-whiff 0 000 | turned or twisted to one side; "rugs lying askew"; "with his necktie twisted awry"
-00272305 02 r 01 assiduously 0 001 \ 00754393 a 0101 | with care and persistence; "she worked assiduously on the senior thesis"
-00272435 02 r 01 perseveringly 0 001 \ 01736122 a 0102 | with perseverance
-00272512 02 r 01 persistently 0 001 \ 00593071 a 0101 | with persistence
-00272587 02 r 05 astutely 0 shrewdly 0 sagaciously 0 sapiently 0 acutely 3 005 \ 00438909 a 0502 \ 02569558 a 0403 \ 02569558 a 0302 \ 00438909 a 0203 \ 00438909 a 0101 | in a shrewd manner; "he invested his fortune astutely"; "he was acutely insightful"
-00272844 02 r 03 across 0 crosswise 0 crossways 0 000 | transversely; "the marble slabs were cut across"
-00272951 02 r 01 across 1 000 | to the opposite side; "the football field was 300 feet across"
-00273048 02 r 01 amain 0 000 | with all your strength; "he pulled the ropes amain"
-00273133 02 r 01 amain 1 000 | at full speed; with great haste; "the children ran down the hill amain"
-00273238 02 r 01 amidship 1 000 | at or near or toward the middle
-00273306 02 r 03 amok 0 amuck 0 murderously 0 003 \ 00248837 a 0302 \ 02074673 a 0201 \ 02074673 a 0102 | in a murderous frenzy; "rioters running amuck and throwing sticks and bottles and stones"
-00273504 02 r 02 amok 1 amuck 1 000 | wildly; without self-control; "when the restaurant caught fire the patrons ran amuck, blocking the exit"
-00273649 02 r 01 antithetically 0 001 \ 02065404 a 0101 | with antithesis; in an antithetical manner
-00273752 02 r 04 seasonably 0 timely 0 well-timed 0 apropos 0 001 \ 01661529 a 0102 | at an opportune time; "your letter arrived apropos"
-00273892 02 r 01 seasonably 1 002 \ 01494586 a 0101 ! 00274022 r 0101 | in accordance with the season; "it was seasonably cold"
-00274022 02 r 01 unseasonably 0 002 \ 01494740 a 0101 ! 00273892 r 0101 | not in accordance with the season; "it was unseasonably cold"
-00274160 02 r 01 archly 0 001 \ 02122715 a 0101 | in_an_arch_manner; with playful slyness or roguishness
-00274268 02 r 01 arduously 0 001 \ 00836544 a 0101 | in an arduous manner; "they worked arduously"
-00274369 02 r 02 artlessly 0 ingenuously 0 002 \ 01309991 a 0201 \ 01309991 a 0102 | in an ingenuous manner; "she answered the judge's questions artlessly"
-00274527 02 r 03 artlessly 1 crudely 1 inexpertly 0 003 \ 01870636 a 0303 \ 02229584 a 0201 \ 02228901 a 0101 | in a crude and unskilled manner; "an inexpertly constructed lean-to"
-00274710 02 r 03 obliquely 0 aslant 0 athwart 0 001 \ 01718867 a 0101 | at an oblique angle; "the sun shone aslant into his face"
-00274842 02 r 01 blissfully 0 001 \ 01148897 a 0101 | in a blissful manner; "he was blissfully unaware of the danger"
-00274962 02 r 01 aslant 1 000 | over or across in a slanting direction
-00275035 02 r 01 asleep 0 001 \ 00187736 a 0101 | into a sleeping state; "he fell asleep"
-00275127 02 r 01 asleep 1 001 \ 00095873 a 0101 | in the sleep of death
-00275201 02 r 01 astern 0 002 ;c 04194289 n 0000 ;c 02691156 n 0000 | (of a ship or an airplane) behind; "we dropped her astern on the end of a seven-inch manilla, and she laid comfortably on the ebb tide"
-00275409 02 r 03 aft 0 abaft 0 astern 1 001 ! 00275694 r 0101 | at or near or toward the stern of a ship or tail of an airplane; "stow the luggage aft"; "ships with square sails sail fairly efficiently with the wind abaft"; "the captain looked astern to see what the fuss was about"
-00275694 02 r 02 fore 0 forward 4 001 ! 00275409 r 0101 | near or toward the bow of a ship or cockpit of a plane; "the captain went fore (or forward) to check the instruments"
-00275872 02 r 01 astern 2 000 | stern foremost or backward; "the steamer went astern at half speed"
-00275974 02 r 02 astride 0 astraddle 0 000 | with one leg on each side; "she sat astride the chair"
-00276076 02 r 01 astride 1 000 | with the legs stretched far apart
-00276145 02 r 01 athwart 1 000 | at right angles to the center line of a ship
-00276225 02 r 01 atop 0 000 | on, to, or at the top
-00276279 02 r 01 austerely 0 001 \ 01792387 a 0101 | in an austere fashion; "the church was austerely simple"
-00276391 02 r 03 avariciously 0 covetously 0 greedily 0 003 \ 00029933 a 0305 \ 00029933 a 0202 \ 00029933 a 0101 | in a greedy manner
-00276528 02 r 02 avowedly 0 professedly 1 002 \ 00688074 a 0202 \ 00688074 a 0101 | by open declaration; "their policy has been avowedly Marxist"; "Susan Smith was professedly guilty of the murders"
-00276729 02 r 01 backstage 0 000 | in or to a backstage area of a theater; "costumes were changed backstage"
-00276840 02 r 01 backstage 1 001 \ 01860328 a 0102 | out of view of the public; behind the scenes; "Working backstage to gain political support for his proposal"; "many private deals were made backstage at the convention"
-00277064 02 r 01 privily 0 001 ;u 07073447 n 0000 | confidentially or in secret; "told her friend privily that she was planning to be married"
-00277209 02 r 01 baldly 0 001 \ 01705088 a 0101 | in a bald manner; "this book is, to put it baldly, an uneven work."
-00277329 02 r 01 balefully 0 001 \ 00194357 a 0101 | in a baleful manner; "she looked at him balefully"
-00277435 02 r 02 banefully 0 perniciously 0 002 \ 01611329 a 0203 \ 01611329 a 0101 | in a noxiously baneful way; "this banefully poisoned climate"
-00277585 02 r 05 bang 0 slap 0 slapdash 1 smack 0 bolt 0 001 ;u 07075172 n 0000 | directly; "he ran bang into the pole"; "ran slap into her"
-00277728 02 r 02 banteringly 0 tongue-in-cheek 2 001 \ 01264913 a 0101 | in a bantering fashion; "he spoke to her banteringly"
-00277857 02 r 01 barbarously 0 001 \ 01263013 a 0101 | in a barbarous manner; "they were barbarously murdered"
-00277970 02 r 02 bareback 0 barebacked 0 000 | without a saddle; "she prefers to ride her horse bareback"
-00278078 02 r 02 barefooted 0 barefoot 0 000 | without shoes on; "he chased her barefoot across the meadow"
-00278188 02 r 01 bawdily 0 001 \ 00424787 a 0101 | in a bawdy manner
-00278259 02 r 01 becomingly 0 001 \ 00907972 a 0101 | in a becoming manner; "she was becomingly dressed"
-00278366 02 r 01 beneficially 0 001 \ 00064787 a 0101 | in a beneficial manner; "this medicine will act beneficially on you"
-00278493 02 r 02 benignly 0 benignantly 0 002 \ 00226618 a 0202 \ 00226618 a 0101 | in a benign manner; "this drug is benignly soporific"
-00278633 02 r 05 beseechingly 0 importunately 0 imploringly 0 pleadingly 0 entreatingly 0 002 \ 00714320 a 0201 \ 00713995 a 0101 | in a beseeching manner; "`You must help me,' she said imploringly"
-00278834 02 r 04 bewitchingly 0 captivatingly 0 enchantingly 0 enthrallingly 0 004 \ 00166753 a 0404 \ 00166753 a 0303 \ 00166753 a 0202 \ 00166753 a 0101 | in a bewitching manner; "she was bewitchingly beautiful"
-00279050 02 r 02 biennially 0 biyearly 0 001 \ 01969477 a 0101 | every two years; "this festival takes places biennially"
-00279174 02 r 01 biannually 0 001 \ 01969348 a 0102 | twice a year; "we hold our big sale biannually"
-00279278 02 r 01 blankly 0 001 \ 00500889 a 0101 | without expression; in a blank manner; "she stared at him blankly"
-00279398 02 r 01 blasphemously 0 001 \ 00425002 a 0101 | in a blasphemous manner; "the sailors were cursing blasphemously"
-00279523 02 r 05 bluffly 0 bluntly 0 brusquely 0 flat_out 0 roundly 1 003 \ 00640660 a 0301 \ 00764484 a 0201 \ 00764301 a 0101 | in a blunt direct manner; "he spoke bluntly"; "he stated his opinion flat-out"; "he was criticized roundly"
-00279763 02 r 01 boorishly 0 001 \ 01949859 a 0101 | like a boor, "he behaved boorishly at the party"
-00279867 02 r 04 bountifully 0 bounteously 0 plentifully 0 plenteously 0 004 \ 00014490 a 0403 \ 01080900 a 0302 \ 01111418 a 0203 \ 01080900 a 0101 | in a bountiful manner
-00280042 02 r 03 breadthwise 0 breadthways 0 broadwise 0 000 | in the direction of the breadth; "cut the cloth breadthwise"
-00280168 02 r 01 breezily 0 001 \ 00805566 a 0101 | in a breezy manner; "he swings breezily into the title song"
-00280283 02 r 01 briskly 0 001 \ 00874226 a 0102 | in a brisk manner; "she walked briskly in the cold air"; "`after lunch,' she said briskly"
-00280427 02 r 03 bestially 0 brutishly 0 in_a_beastly_manner 0 002 \ 01263445 a 0204 \ 01263445 a 0102 | in an inhumane manner; "she treated her husband bestially"
-00280593 02 r 01 bumptiously 0 001 \ 00205033 a 0101 | in a bumptious manner; "he behaved rather bumptiously and offended the hostess"
-00280730 02 r 02 buoyantly 0 chirpily 0 002 \ 00363621 a 0201 \ 00363621 a 0101 | in a cheerfully buoyant manner; "we accepted the opportunity buoyantly"
-00280886 02 r 01 on_air 0 000 | very happily; "we were floating on air at the news"
-00280972 02 r 01 bureaucratically 0 001 \ 03051619 a 0101 | with respect to bureaucracy; "it's bureaucratically complicated"
-00281099 02 r 01 bureaucratically 1 001 \ 03051619 a 0101 | in a bureaucratic manner; "his bureaucratically petty behavior annoyed her"
-00281237 02 r 02 cagily 0 circumspectly 0 002 \ 01898490 a 0201 \ 00325619 a 0102 | in a cagey manner; "`I don't know yet,' he answered cagily"
-00281383 02 r 01 cantankerously 0 001 \ 01135673 a 0101 | in a bad mood; "he answered her cantankerously"
-00281491 02 r 01 capriciously 0 001 \ 00719442 a 0101 | in a capricious manner; "there were Turk's head lilies and patches of iris , islands of brilliant blue set capriciously in the green sea"
-00281687 02 r 02 capriciously 1 freakishly 0 002 \ 01842304 a 0202 \ 01842304 a 0101 | unpredictably; "the weather has been freakishly variable"
-00281834 02 r 01 captiously 0 001 \ 00647867 a 0101 | in a captious, carping manner; "he was captiously pedantic"
-00281950 02 r 02 caustically 0 vitriolically 0 002 \ 01802165 a 020b \ 01802165 a 0107 | in a caustic vitriolic manner; "he addressed her caustically"
-00282103 02 r 02 cautiously 0 carefully 2 004 ! 00282444 r 0202 \ 00309021 a 0201 ! 00282444 r 0101 \ 00325281 a 0101 | as if with kid gloves; with caution or prudence or tact; "she ventured cautiously downstairs"; "they handled the incident with kid gloves"
-00282364 02 r 01 charily 0 001 \ 00325619 a 0103 | with great caution; warily
-00282444 02 r 02 incautiously 0 carelessly 0 004 ! 00282103 r 0202 \ 00311663 a 0201 ! 00282103 r 0101 \ 00326436 a 0101 | without caution or prudence; "one unfortunately sees historic features carelessly lost when estates fall into unsympathetic hands"
-00282700 02 r 02 disdainfully 2 cavalierly 0 002 \ 00788145 a 0201 \ 01891109 a 0101 | in a proud and domineering manner; "he treated his staff cavalierly"
-00282858 02 r 06 endlessly 1 ceaselessly 0 incessantly 2 unceasingly 0 unendingly 0 continuously 1 006 \ 00594413 a 0601 \ 01755024 a 0507 \ 00595299 a 0406 \ 00595299 a 0303 \ 00595299 a 0201 \ 01007947 a 0102 | with unflagging resolve; "dance inspires him ceaselessly to strive higher and higher toward the shining pinnacle of perfection that is the goal of every artiste"
-00283235 02 r 02 interminably 0 endlessly 2 002 \ 01439784 a 0201 \ 01439784 a 0103 | all the time; seemingly without stopping; "a theological student with whom I argued interminably"; "her nagging went on endlessly"
-00283454 02 r 01 centennially 0 001 \ 02998988 a 0101 | every hundred years; once in a century; "the birthday of this city is being celebrated centennially"
-00283613 02 r 01 chaotically 0 001 \ 01669507 a 0101 | in a manner suggestive of chaos; "the room was chaotically disorganized"
-00283743 02 r 01 chaotically 1 001 \ 02390569 a 0101 | in a wild and confused manner; "the drugged man was talking chaotically"
-00283873 02 r 02 chastely 0 virtuously 0 002 \ 00361125 a 0205 \ 00360650 a 0101 | in a chaste and virtuous manner; "she lived chastely"
-00284012 02 r 02 chattily 0 volubly 0 002 \ 02383831 a 0201 \ 02384077 a 0101 | in a chatty manner; "`when I was a girl,' she said chattily, `I used to ride a bicycle'"
-00284183 02 r 02 cheaply 0 inexpensively 0 001 \ 00934199 a 0101 | with little expenditure of money; "I bought this car very cheaply"
-00284319 02 r 03 cheekily 0 nervily 0 brashly 0 003 \ 00204779 a 0301 \ 00204779 a 0203 \ 00204779 a 0102 | in a brash cheeky manner; "brashly, she asked for a rebate"
-00284489 02 r 02 gallantly 0 chivalrously 0 003 ! 00484570 r 0201 \ 00640106 a 0201 \ 00640106 a 0102 | in a gallant manner; "he gallantly offered to take her home"
-00284656 02 r 02 churlishly 0 surlily 0 002 \ 01139067 a 0201 \ 01142595 a 0101 | in a churlish manner; "the store owner treated his customers churlishly"
-00284813 02 r 01 circularly 0 001 \ 00676271 a 0101 | in a circular manner
-00284890 02 r 02 clannishly 0 cliquishly 0 002 \ 01858740 a 0202 \ 01858740 a 0101 | in a clannish manner; "these four friends always act clannishly, and don't let us participate in their activities"
-00285092 02 r 03 fairly 3 fair 1 clean 0 002 ! 00285266 r 0101 \ 00956131 a 0101 | in conformity with the rules or laws and without fraud or cheating; "they played fairly"
-00285266 02 r 02 unfairly 0 below_the_belt 0 002 ! 00285092 r 0101 \ 00957176 a 0101 | in an unfair manner; "they dealt with him unfairly"; "their accusations hit below the belt"
-00285447 02 r 01 cleanly 1 000 | without difficulty or distortion; "she played the piano accompaniment cleanly"
-00285561 02 r 01 cleanly 2 001 \ 00417413 a 0101 | in a manner that minimizes dirt and pollution; "the motor burns cleanly"
-00285687 02 r 02 clearly 3 clear 1 001 \ 00780011 a 0101 | in an easily perceptible manner; "could be seen clearly under the microscope"; "She cried loud and clear"
-00285854 02 r 02 clear 3 all_the_way 3 000 | completely; "read the book clear to the end"; "slept clear through the night"; "there were open fields clear to the horizon"
-00286026 02 r 01 climatically 0 001 \ 03055374 a 0101 | with respect to climate; "they were used to a climatically different environment"
-00286166 02 r 01 coastwise 0 000 | by way of, or along the coast; "we were travelling coastwise"
-00286265 02 r 02 coaxingly 0 cajolingly 0 000 | in a cajoling manner; "`Come here,' she said coaxingly"
-00286371 02 r 01 coherently 0 002 ! 00286518 r 0101 \ 01925708 a 0101 | in a coherent manner; "she could not talk coherently after the accident"
-00286518 02 r 01 incoherently 0 002 ! 00286371 r 0101 \ 00464962 a 0101 | in an incoherent manner; "he talked incoherently when he drank too much"
-00286667 02 r 03 colloquially 0 conversationally 0 informally 2 003 \ 01045711 a 0301 \ 01045963 a 0202 \ 01045963 a 0101 | with the use of colloquial expressions; "this building is colloquially referred to as The Barn"
-00286889 02 r 02 collectedly 0 composedly 0 002 \ 00529266 a 0201 \ 00530354 a 0101 | in a self-collected or self-possessed manner; "he announced the death of his father collectedly"
-00287074 02 r 01 colloidally 0 001 \ 02903946 a 0101 | in a colloidal manner; "particles were colloidally dispersed in the medium"
-00287207 02 r 02 combatively 0 scrappily 0 002 \ 00084661 a 0201 \ 00082766 a 0103 | in a bellicose contentious manner; "`Don't trespass onto my property,' the neighbor shouted combatively"
-00287399 02 r 02 comfortingly 0 consolingly 0 002 \ 00197319 a 0203 \ 00197319 a 0101 | in a comforting or consoling manner; "one part of a strange world should be given a comfortingly familiar form"
-00287601 02 r 01 compactly 0 001 \ 00502180 a 0101 | taking up no more space than necessary; "liquid food compactly stored in a pressurized tank"
-00287749 02 r 01 compatibly 0 002 ! 00287842 r 0101 \ 00507464 a 0101 | with compatibility
-00287842 02 r 01 incompatibly 0 002 ! 00287749 r 0101 \ 00508192 a 0101 | without compatibility
-00287940 02 r 01 complacently 0 001 \ 00589067 a 0101 | in a self-satisfied manner; "he complacently lived out his life as a village school teacher"
-00288091 02 r 01 uncomplainingly 0 002 ! 00288307 r 0101 \ 00514278 a 0101 | without complaining; "an equally gallant little wife and mother uncomplainingly keeping up the production of tasty and nourishing meals"
-00288307 02 r 01 complainingly 0 002 ! 00288091 r 0101 \ 00513799 a 0101 | with complaints; "she did her work, but she did so complainingly"
-00288450 02 r 01 comprehensively 0 002 ! 00288556 r 0101 \ 00525453 a 0101 | in an all-inclusive manner
-00288556 02 r 01 noncomprehensively 0 002 ! 00288450 r 0101 \ 00529075 a 0101 | in a limited way
-00288655 02 r 03 compulsorily 0 obligatorily 0 mandatorily 0 003 \ 00848466 a 0302 \ 00848074 a 0201 \ 00848466 a 0101 | in a manner that cannot be evaded; "the ministry considers that contributions to such a fund should be met from voluntary donations rather than from rates compulsorily levied."
-00288955 02 r 01 computationally 0 001 \ 02907473 a 0101 | with regard to computation; "computationally, this is a tricky problem"
-00289088 02 r 01 brotherly 0 002 ;u 07073447 n 0000 \ 00291471 a 0101 | (archaic as adverb) in a brotherly manner
-00289204 02 r 01 pro 0 001 ! 00289294 r 0101 | in favor of a proposition, opinion, etc.
-00289294 02 r 01 con 0 001 ! 00289204 r 0101 | in opposition to a proposition, opinion, etc.; "much was written pro and con"
-00289421 02 r 02 conceitedly 0 self-conceitedly 0 002 \ 01891773 a 0204 \ 01891773 a 0101 | with conceit; in a conceited manner; "he always acts so conceitedly!"
-00289586 02 r 01 conceptually 0 001 \ 00012362 a 0101 | in a conceptual manner; "he can no longer think conceptually"; "conceptually, the idea is quite simple"
-00289748 02 r 01 concernedly 0 000 | in a manner showing concern; "`Are you all right,' he asked concernedly"
-00289860 02 r 05 concisely 0 briefly 3 shortly 4 in_brief 1 in_short 1 002 \ 00547166 a 0201 \ 00546646 a 0101 | in a concise manner; in a few words; "the history is summed up concisely in this book"; "she replied briefly"; "briefly, we have a problem"; "to put it shortly"
-00290136 02 r 01 in_a_nutshell 0 000 | summed up briefly; "gave the facts in a nutshell"; "just tell me the story in a nutshell"; "explained the situation in a nutshell"
-00290308 02 r 02 succinctly 1 compactly 1 002 \ 00547317 a 0202 \ 00547317 a 0103 | with concise and precise brevity; to the point; "Please state your case as succinctly as possible"; "he wrote compactly but clearly"
-00290527 02 r 01 conically 0 001 \ 02844728 a 0102 | in a conical manner; "conically shaped"
-00290622 02 r 01 cynically 0 001 \ 02463582 a 0101 | with cynicism; in a cynical manner; "Larsen's frost-blackened lips curved cynically"
-00290762 02 r 01 cytophotometrically 0 001 \ 02708649 a 0101 | by cytophotometric means
-00290852 02 r 01 cytoplasmically 0 001 \ 02708776 a 0101 | by means of cytoplasm
-00290935 02 r 02 cursorily 0 quickly 3 002 \ 01270486 a 0202 \ 00312234 a 0102 | without taking pains; "he looked cursorily through the magazine"
-00291083 02 r 01 cumulatively 0 001 \ 00048460 a 0102 | in a cumulative manner; "mind has become self-reproducing through man's capacity to transmit experience and its products cumulatively"
-00291276 02 r 01 cum_laude 0 001 \ 02586089 a 0101 | with honor; "he graduated cum laude"
-00291368 02 r 01 magna_cum_laude 0 001 \ 02586608 a 0101 | with high honor; "he graduated magna cum laude"
-00291477 02 r 01 summa_cum_laude 0 001 \ 02587407 a 0101 | with highest honor; "he graduated summa cum laude"
-00291589 02 r 01 criminally 0 001 \ 01322323 a 0101 | in violation of the law; in a criminal manner; "the alterations in the document were ruled to be criminally fraudulent"
-00291765 02 r 02 criminally 1 reprehensively 0 002 \ 02035765 a 0204 \ 02035765 a 0102 | in a shameful manner; "the garden was criminally neglected"
-00291916 02 r 01 coyly 0 001 \ 01538118 a 0101 | in a coy manner; "she pouted and looked at him coyly"
-00292021 02 r 01 cross-legged 0 000 | with the legs crossed; "he sat on the floor cross-legged and meditated"
-00292133 02 r 03 condescendingly 0 patronizingly 0 patronisingly 0 003 \ 02338917 a 0304 \ 02338917 a 0203 \ 02338917 a 0102 | with condescension; in a patronizing manner; "he treats his secretary condescendingly"
-00292349 02 r 02 consecutive 0 sequentially 0 002 \ 01667729 a 0203 \ 01667729 a 0101 | in a consecutive manner; "we numbered the papers consecutively"
-00292503 02 r 03 conservatively 0 cautiously 2 guardedly 0 001 \ 00326202 a 0301 | in a conservative manner; "we estimated the number of demonstrators conservatively at 200,000."
-00292684 02 r 01 conditionally 0 001 ! 00292805 r 0101 | subject to a condition; "he accepted the offer conditionally"
-00292805 02 r 01 unconditionally 2 001 ! 00292684 r 0101 | not subject to a condition; "he accepted the offer unconditionally"
-00292934 02 r 01 crucially 0 001 \ 00655779 a 0101 | to a crucial degree; "crucially important"; "crucially, he must meet us at the airport"
-00293077 02 r 01 crosswise 1 000 | not in the intended manner; "things are going crosswise"
-00293171 02 r 01 crisscross 0 000 | crossing one another in opposite directions
-00293253 02 r 01 counter 0 000 | in the opposite direction; "run counter"
-00293329 02 r 01 counteractively 0 001 \ 00042837 a 0101 | in a counteractive manner
-00293416 02 r 01 cross-country 0 000 | across the countryside; "the river runs cross-country"; "the road runs cross-country"
-00293543 02 r 01 cross-country 1 000 | not following tracks or roads; "they liked to race cross-country"
-00293650 02 r 03 crossly 0 grouchily 0 grumpily 0 003 \ 01136248 a 0306 \ 01136248 a 0205 \ 01136248 a 0103 | in an ill-natured manner; "she looked at her husband crossly"
-00293824 02 r 01 crosstown 0 001 \ 00652893 a 0101 | across a town or city; "he traveled crosstown"
-00293926 02 r 07 craftily 0 cunningly 0 foxily 0 knavishly 0 slyly 0 trickily 0 artfully 2 007 \ 00147734 a 0701 \ 00148078 a 060a \ 00148078 a 0508 \ 00148078 a 0406 \ 00148078 a 0304 \ 00148078 a 0202 \ 00148078 a 0101 | in an artful manner; "he craftily arranged to be there when the decision was announced"; "had ever circumstances conspired so cunningly?"
-00294289 02 r 01 confusedly 0 001 \ 00465221 a 0101 | in a confused manner; "Queen Augusta wrote him an hysterical letter in which she confusedly sympathised with him"
-00294459 02 r 02 consequently 1 therefore 1 001 \ 00122844 a 0102 | as a consequence; "he had good reason to be grateful for the opportunities which they had made available to him and which consequently led to the good position he now held"
-00294702 02 r 01 consequentially 0 001 ! 00294782 r 0101 | having consequence
-00294782 02 r 02 inconsequentially 0 inconsequently 0 002 \ 01280349 a 0201 ! 00294702 r 0101 | lacking consequence; "`You're so beautifully dressed,' she said and added quite inconsequentially, `Can you stay the night?'"
-00295006 02 r 01 constructively 0 001 \ 00584820 a 0101 | in a constructive manner; "it is my task to look critically and constructively at the flaws and the failures"
-00295176 02 r 01 contemporaneously 0 001 \ 02378191 a 0103 | during the same period of time; "contemporaneously, or possibly a little later, there developed a great Sumerian civilisation"
-00295366 02 r 01 contrastingly 0 001 \ 02066142 a 0101 | in a contrasting manner; "contrastingly, both the rooms leading off it gave an immediate impression of being disgraced"
-00295545 02 r 03 coolly 0 nervelessly 0 nonchalantly 1 003 \ 00545746 a 0303 \ 00530772 a 0203 \ 00530772 a 0101 | in a composed and unconcerned manner; "without more ado Barker borrowed a knife from his brigade Major and honed it on a carborundum stone as coolly as a butcher"
-00295825 02 r 04 incredibly 0 improbably 0 implausibly 0 unbelievably 3 006 ! 00244641 r 0401 \ 00645493 a 0402 \ 01799957 a 0301 \ 00646117 a 0201 \ 00645493 a 0101 ! 00296131 r 0101 | not easy to believe; "behind you the coastal hills plunge to the incredibly blue sea backed by the Turkish mountains"
-00296131 02 r 04 credibly 0 believably 3 plausibly 0 probably 1 005 \ 01413247 a 0401 \ 01799457 a 0301 \ 00644839 a 0202 \ 00644839 a 0101 ! 00295825 r 0101 | easy to believe on the basis of available evidence; "he talked plausibly before the committee"; "he will probably win the election"
-00296425 02 r 03 incredulously 0 unbelievingly 0 disbelievingly 0 005 \ 00647247 a 0301 ! 00296658 r 0202 \ 00647247 a 0204 ! 00296658 r 0101 \ 00647070 a 0101 | in an incredulous manner; "the woman looked up at her incredulously"
-00296658 02 r 02 credulously 0 believingly 0 003 ! 00296425 r 0202 ! 00296425 r 0101 \ 00646413 a 0101 | in a credulous manner; "the children followed the teacher credulously"
-00296836 02 r 03 cryptically 0 enigmatically 0 mysteriously 1 003 \ 00939444 a 0305 \ 00534524 a 0201 \ 00939444 a 0101 | in a cryptic manner; "we will meet again," he said cryptically
-00297023 02 r 01 cryptographically 0 001 \ 02706691 a 0102 | in a cryptographic manner
-00297112 02 r 02 cunningly 1 cutely 0 002 \ 00167278 a 0202 \ 00167278 a 0101 | in an attractive manner; "how cunningly the olive-green dress with its underskirt of rose-brocade fitted her perfect figure"
-00297319 02 r 03 curtly 0 short 0 shortly 2 002 \ 00640660 a 0304 \ 00640660 a 0103 | in a curt, abrupt and discourteous manner; "he told me curtly to get on with it"; "he talked short with everyone"; "he said shortly that he didn't like it"
-00297563 02 r 03 damned 0 damnably 0 cursedly 0 002 \ 00669478 a 0301 \ 00670635 a 0201 | in a damnable manner; "kindly Arthur--so damnably , politely , endlessly persistent!"
-00297741 02 r 02 damply 0 moistly 0 002 \ 02548820 a 0203 \ 02548820 a 0101 | in a damp manner; "a scarf was tied round her head but the rebellious curl had escaped and hung damply over her left eye"
-00297943 02 r 01 dauntingly 0 001 \ 00867520 a 0101 | to a degree or in a manner that daunts; "dauntingly difficult"
-00298062 02 r 02 dazedly 0 torpidly 0 002 \ 00034322 a 0204 \ 00875962 a 0101 | in a daze; in a dazed manner; "he wondered dazedly whether the term after next at his new school wouldn't matter so much"
-00298266 02 r 01 decisively 2 001 \ 00701178 a 0101 | in an indisputable degree; "the Fisher Act of 1918 decisively raised their status and pay"
-00298413 02 r 01 decisively 0 002 ! 00298560 r 0101 \ 00684480 a 0101 | with finality; conclusively; "the voted settled the argument decisively"
-00298560 02 r 01 indecisively 0 002 ! 00298413 r 0101 \ 00685483 a 0101 | without finality; inconclusively; "the battle ended indecisively; neither side had clearly won but neither side admitted defeat"
-00298765 02 r 02 decisively 1 resolutely 1 002 ! 00298910 r 0101 \ 00685638 a 0101 | with firmness; "`I will come along,' she said decisively"
-00298910 02 r 01 indecisively 1 002 ! 00298765 r 0101 \ 00686081 a 0101 | lacking firmness or resoluteness; "`I don't know,' he said indecisively"
-00299059 02 r 01 deftly 0 001 \ 00062367 a 0101 | in a deft manner; "Lois deftly removed her scarf"
-00299161 02 r 02 dejectedly 0 in_low_spirits 0 001 \ 00703109 a 0101 | in a dejected manner; "when she came back Sophie and Esther were sitting dejectedly in the kitchen"
-00299334 02 r 01 delightedly 0 001 \ 01805730 a 0101 | with delight; "delightedly, she accepted the invitation"
-00299448 02 r 01 delightfully 0 001 \ 01807964 a 0101 | in a delightful manner; "the farm house, though in itself a small one, is delightfully situated"
-00299603 02 r 01 demurely 0 001 \ 01538118 a 0102 | in a demure manner; "the army girl, tall and demurely pretty, threw a quick side-glance at her"
-00299753 02 r 02 densely 0 thickly 1 002 ! 00477060 r 0201 \ 00539009 a 0201 | in a concentrated manner; "old houses are often so densely packed that perhaps three or four have to be demolished for every new one built"; "a thickly populated area"
-00300002 02 r 01 compactly 2 001 \ 00502180 a 0101 | in a compact manner or state; "The children were packed compactly into the car"
-00300137 02 r 01 tightly 2 001 \ 01447302 a 0101 | in a tight or constricted manner; "a tightly packed pub"
-00300247 02 r 06 possibly 0 perchance 1 perhaps 0 maybe 0 mayhap 0 peradventure 0 000 | by chance; "perhaps she will call tomorrow"; "we may possibly run into them at the concert"; "it may peradventure be thought that there never was such a time"
-00300496 02 r 01 possibly 1 002 ! 00300682 r 0101 \ 01821266 a 0101 | to a degree possible of achievement or by possible means; "they can't possibly get here in time for the funeral?"
-00300682 02 r 01 impossibly 1 002 ! 00300496 r 0101 \ 01823092 a 0101 | to a degree impossible of achievement; "long thought to be an impossibly difficult operation"; "impossibly far from sources of supply"
-00300891 02 r 01 potentially 0 001 \ 00044353 a 0101 | with a possibility of becoming actual; "he is potentially dangerous"; "potentially useful"
-00301039 02 r 01 absurdly 0 001 \ 01431112 a 0101 | in an absurd manner or to an absurd degree; "an absurdly rich young woman"
-00301168 02 r 04 derisively 0 scoffingly 0 derisorily 0 mockingly 0 002 \ 01995596 a 0404 \ 01995596 a 0101 | in a disrespectful and mocking manner; "`Sorry,' she repeated derisively"
-00301354 02 r 01 descriptively 0 001 \ 00732682 a 0101 | by giving a description; "these topics need to be treated not just descriptively"
-00301495 02 r 01 deservedly 0 001 ! 00301654 r 0101 | as deserved; "he chalked up two goals which deservedly gave Bolton their second victory of the season"
-00301654 02 r 01 undeservedly 0 002 ! 00301495 r 0101 \ 01371646 a 0101 | in an unmerited manner; "the team chalked up another victory, the last one quite undeservedly, in my opinion"
-00301840 02 r 02 despairingly 0 despondently 0 002 \ 01230153 a 0201 \ 01229826 a 0101 | with desperation; "`Why can't you understand?,' she asked despairingly"
-00302003 02 r 01 developmentally 0 001 \ 02945820 a 0101 | with respect to development; "developmentally retarded"
-00302120 02 r 02 devilishly 0 devilish 0 001 \ 01133374 a 0101 | in a playfully devilish manner; "the socialists are further handicapped if they believe that capitalists are not only wicked but also devilishly clever"
-00302340 02 r 01 congenially 0 001 \ 00560586 a 0101 | in a congenial manner; "`Let's all have a drink together,' he said congenially"
-00302477 02 r 02 contagiously 0 infectiously 0 002 \ 01302811 a 0201 \ 01303298 a 0101 | in a contagious manner; "she was contagiously bubbly"
-00302622 02 r 02 controversially 0 polemically 0 003 \ 00602563 a 0201 ! 00302791 r 0101 \ 00601783 a 0101 | involving controversy; "criticism too polemically stated"
-00302791 02 r 01 uncontroversially 0 002 ! 00302622 r 0101 \ 00602721 a 0101 | not involving any controversy
-00302902 02 r 01 convivially 0 001 \ 02258002 a 0101 | in a convivial manner; "`Let's go and have a drink,' she said convivially"
-00303034 02 r 02 coquettishly 0 flirtatiously 0 002 \ 02131958 a 0202 \ 02131958 a 0101 | in a flirtatious manner; "she smiled coquettishly"
-00303177 02 r 03 enviously 0 covetously 1 jealously 1 003 \ 00888765 a 0303 \ 00888765 a 0201 \ 00888765 a 0102 | with jealousy; in an envious manner; "he looked at his friend's new car jealously"
-00303376 02 r 03 creakily 0 creakingly 0 screakily 0 002 \ 01921335 a 0302 \ 01921335 a 0101 | in a creaky manner; "the old boat was moving along creakily"
-00303534 02 r 01 crushingly 0 001 \ 00587697 a 0101 | in a crushing manner; "the team was crushingly defeated"
-00303647 02 r 02 reprehensibly 0 culpably 0 002 \ 01321529 a 0206 \ 02035765 a 0104 | in a manner or to a degree deserving blame or censure
-00303789 02 r 02 currishly 1 ignobly 0 002 \ 01589217 a 0201 \ 01590044 a 0101 | in a currish manner; meanspiritedly; "he behaved ignobly"
-00303930 02 r 05 daftly 0 dottily 0 balmily 0 nuttily 0 wackily 0 005 \ 02074929 a 0516 \ 02074929 a 0413 \ 02074929 a 0301 \ 02074929 a 020a \ 02074929 a 0109 | in a mildly insane manner; "the old lady is beginning to behave quite dottily"
-00304173 02 r 01 daintily 0 001 \ 01948092 a 0101 | in a refined manner; "she nibbled daintily at her cake"
-00304283 02 r 01 daintily 1 001 \ 00706311 a 0101 | in a delicate manner; "the invitation cards were written up daintily in white and gold"
-00304425 02 r 01 daringly 0 001 \ 00066146 a 0102 | in an adventurous manner; "daringly, he set out on a camping trip in East Africa"
-00304561 02 r 01 daringly 1 001 \ 01686906 a 0102 | in an original manner; "daringly he took the first step"
-00304672 02 r 01 dashingly 0 001 \ 00971933 a 0102 | in a highly fashionable manner; "he was dashingly handsome"
-00304787 02 r 02 daylong 0 all_day_long 0 000 | during the entire day; "light pours daylong into the parlor"
-00304898 02 r 02 deadly 2 lifelessly 0 002 \ 00097768 a 0201 \ 00099874 a 0101 | as if dead
-00304992 02 r 01 decorously 0 002 ! 00305153 r 0101 \ 01878870 a 0105 | in a proper and decorous manner; "he pretended to be pleased and applauded decorously"
-00305153 02 r 02 indecorously 0 unbecomingly 0 003 \ 01880918 a 0203 ! 00304992 r 0101 \ 00689471 a 0101 | without decorousness
-00305283 02 r 02 willingly 0 volitionally 0 003 \ 02565801 a 0201 ! 00305431 r 0101 \ 02564986 a 0101 | in a willing manner; "I willingly accept"
-00305431 02 r 01 unwillingly 0 002 ! 00305283 r 0101 \ 02566015 a 0101 | in an unwilling manner; "he had sinned against her unwillingly"
-00305570 02 r 02 deeply 3 deep 0 001 \ 00690058 a 0101 | to a great depth;far down; "dived deeply"; "dug deep"
-00305683 02 r 01 deep 2 001 \ 00445937 a 0101 | to a great distance; "penetrated deep into enemy territory"; "went deep into the woods"
-00305821 02 r 02 deep 1 late 1 000 | to an advanced time; "deep into the night"; "talked late into the evening"
-00305935 02 r 01 late 2 000 | at an advanced age or stage; "she married late"; "undertook the project late in her career"
-00306059 02 r 04 defenseless 0 defenceless 0 defenselessly 0 defencelessly 0 002 \ 02524032 a 0202 \ 02524032 a 0101 | without defense; "the child was standing in the middle of the crossfire, defenselessly"
-00306268 02 r 01 defensively 0 002 ! 00306682 r 0101 \ 01630117 a 0101 | in a defensive manner; "the general conviction that our side is in the right and acting defensively over what Russians call the German question and Americans the Berlin crisis"
-00306520 02 r 01 defensively 1 001 \ 01632066 a 0101 | in an apologetic and defensive manner; "`I felt it better you should know,' said Sir Cedric defensively"
-00306682 02 r 01 offensively 0 002 ! 00306268 r 0101 \ 01628946 a 0101 | in an aggressive manner; "`In this crisis, we must act offensively,' the President said"; "the admiral intends to act offensively in the Mediterranean"
-00306909 02 r 03 offensively 1 objectionably 0 obnoxiously 0 003 \ 01626874 a 0302 \ 01626874 a 0201 \ 01628302 a 0101 | in an obnoxious manner; "he said so in one of his more offensively intellectually arrogant sentences"
-00307134 02 r 01 inoffensively 0 002 ! 00307333 r 0101 \ 01627459 a 0101 | in a not unpleasantly offensive manner; "that wretched beast, the elephant, breathing inoffensively not a pace behind me"
-00307333 02 r 01 offensively 2 002 ! 00307134 r 0101 \ 01624633 a 0101 | in an unpleasantly offensive manner; "he smelled offensively unwashed"
-00307479 02 r 01 distinctly 3 001 \ 00779374 a 0101 | to a distinct degree; "urbanization in Spain is distinctly correlated with a fall in reproductive rate"
-00307639 02 r 01 distinctly 1 001 \ 02067063 a 0101 | in a distinct and distinguishable manner; "the subtleties of this distinctly British occasion"
-00307790 02 r 01 distractedly 0 001 \ 00165458 a 0101 | in a distracted manner; "`Come in,' he said distractedly"
-00307906 02 r 01 deferentially 0 001 \ 01994180 a 0102 | in a respectfully deferential manner; "he listened deferentially"
-00308031 02 r 02 deferentially 1 submissively 0 002 \ 00790691 a 0203 \ 01994180 a 0102 | in a servile manner; "he always acts so deferentially around his supervisor"
-00308200 02 r 01 deliriously 0 001 \ 02543823 a 0101 | as if in a delirium; "he was talking deliriously"
-00308307 02 r 01 deliriously 1 001 \ 02390724 a 0101 | in a delirious manner; "her answer made him deliriously happy"
-00308427 02 r 01 delusively 0 001 \ 01942507 a 0101 | in a deceptive and unrealistic manner; "the village looked delusively near"
-00308559 02 r 03 demonstrably 0 provably 0 incontrovertibly 0 003 \ 00591147 a 0302 \ 01619105 a 0202 \ 01619105 a 0101 | in an obvious and provable manner; "his documentary sources are demonstrably wrong"
-00308767 02 r 02 desolately 0 disconsolately 0 001 \ 01232298 a 0202 | in grief-stricken loneliness; without comforting circumstances or prospects
-00308916 02 r 03 diabolically 0 devilishly 3 fiendishly 0 003 \ 01132515 a 0304 \ 01133374 a 0201 \ 01132515 a 0102 | as a devil; in an evil manner; "his writing could be diabolically satiric"
-00309111 02 r 01 diffidently 0 001 \ 00339941 a 0101 | in a diffident manner; "`Oh, well,' he shrugged diffidently, `I like the work.'"
-00309249 02 r 01 despicably 0 001 \ 01133017 a 0101 | in a despicable manner; "he acted despicably"
-00309351 02 r 02 despitefully 0 spitefully 2 002 \ 00225099 a 0202 \ 00225099 a 0101 | in a maliciously spiteful manner; "pray for them that despitefully use us"
-00309515 02 r 01 destructively 0 001 \ 00586183 a 0101 | in a destructive manner; "he is destructively aggressive"
-00309632 02 r 04 detestably 0 repulsively 0 abominably 1 odiously 1 004 \ 01460679 a 0404 \ 01460679 a 0301 \ 01625063 a 0205 \ 01625063 a 0102 | in an offensive and hateful manner; "I don't know anyone who could have behaved so abominably"
-00309875 02 r 03 detrimentally 0 harmfully 0 noxiously 0 004 \ 01611067 a 0301 ! 00310036 r 0201 \ 01160031 a 0201 \ 01161984 a 0102 | in a detrimental manner
-00310036 02 r 01 harmlessly 0 002 ! 00309875 r 0102 \ 01159655 a 0101 | in a harmless manner; "this is a harmlessly childish game"
-00310169 02 r 01 deviously 0 001 \ 00768098 a 0101 | in a devious manner; "he got the promotion by behaving deviously"
-00310290 02 r 01 devotedly 0 001 \ 00519668 a 0101 | with devotion; "He served his master devotedly"
-00310393 02 r 02 devoutly 0 piously 1 002 \ 01781478 a 0201 \ 01783710 a 0101 | in a devout and pious manner; "she was devoutly Catholic"
-00310533 02 r 03 dexterously 0 dextrously 0 deftly 1 003 \ 00062367 a 0301 \ 00062367 a 0203 \ 00062367 a 0102 | with dexterity; in a dexterous manner; "dextrously he untied the knots"
-00310720 02 r 01 diagonally 0 001 \ 01719870 a 0101 | in a diagonal manner; "she lives diagonally across the street from us"
-00310847 02 r 02 diagrammatically 0 graphically 3 001 \ 01715430 a 0101 | in a diagrammatic manner; "the landscape unit drawn diagrammatically illustrates the gentle rolling relief, with a peat-filled basin"
-00311057 02 r 01 diametrically 0 001 \ 02066312 a 0101 | as from opposite ends of a diameter; "when two honest witnesses give accounts of the same event that differ diametrically, how can anyone prove that the evidence you gave was deliberately false?"; "three of these brushes were approximately 120 feet apart and the fourth diametrically opposite to one of the three"
-00311430 02 r 03 dictatorially 0 autocratically 2 magisterially 1 002 \ 00787595 a 0201 \ 00787357 a 0102 | in an overbearingly domineering manner; as a dictator; "this manager acts dictatorially toward his colleagues"
-00311651 02 r 02 didactically 0 pedagogically 0 002 \ 02945971 a 0202 \ 01324131 a 0101 | in a didactic manner; "this is a didactically sound method"
-00311803 02 r 01 differentially 0 001 \ 02712922 a 0101 | in a differential manner; "Hubel and Wiesel have found cells that respond differentially according to the direction in which a stimulus is moved across the retina"
-00312027 02 r 01 diligently 0 001 \ 00754107 a 0101 | with diligence; in a diligent manner; "we may diligently observe the Lord's supper on the first day of the week, diligently preach the gospel, or minister to the saint"
-00312252 02 r 01 direfully 0 001 \ 00193799 a 0103 | in a direful manner; "seeing himself trapped, he cried out direfully"
-00312377 02 r 02 dirtily 0 filthily 0 002 \ 00421590 a 0201 \ 00419289 a 0101 | in a filthy unclean manner; "a dirtily dressed camel driver"
-00312520 02 r 01 dirtily 1 000 | in a sordid manner; "as dirtily drunk as usual"
-00312603 02 r 01 disagreeably 0 002 ! 00219110 r 0102 \ 00089355 a 0101 | in a disagreeable manner; "`I took no harm from the journey, thank you,' she said disagreeably"
-00312775 02 r 01 disappointedly 0 001 \ 02333976 a 0102 | in disappointment; in a disappointed manner; "she left the gambling table disappointedly"
-00312925 02 r 01 disappointingly 0 001 \ 02082611 a 0101 | in a disappointing manner; "the discoverer of argon, Sir William Ramsay, looked disappointingly ordinary"
-00313092 02 r 01 disastrously 0 001 \ 01050088 a 0103 | in a disastrous manner; "the real value of the trust capital may be disastrously less than when the trust began"
-00313263 02 r 01 disconcertingly 0 001 \ 01809019 a 0101 | in a disturbing or embarrassing manner; "he drank some sherry, his eyes disconcertingly keen as he watched her"
-00313436 02 r 01 discontentedly 0 001 \ 00589624 a 0101 | with discontent; in a discontented manner; "he was still rumbling discontentedly when Pike returned bearing a folder of foolscap sheets"
-00313633 02 r 07 disgracefully 0 ingloriously 0 ignominiously 0 discreditably 0 shamefully 0 dishonorably 0 dishonourably 0 007 \ 01227137 a 0701 \ 01227137 a 0601 \ 01227546 a 0506 \ 01984097 a 0401 \ 01227546 a 0303 \ 01227546 a 0204 \ 01227546 a 0102 | in a dishonorable manner or to a dishonorable degree; "his grades were disgracefully low"
-00313981 02 r 01 disgustedly 0 001 \ 01806677 a 0101 | with disgust; "disgustedly, she averted her eyes when they brought in the mutilated body of the horse"
-00314141 02 r 04 disgustingly 0 distastefully 0 revoltingly 0 sickeningly 0 004 \ 02560035 a 0407 \ 01625893 a 030a \ 01625893 a 0203 \ 01625893 a 0101 | in a disgusting manner or to a disgusting degree; "the beggar was disgustingly filthy"
-00314384 02 r 02 honestly 1 aboveboard 0 002 \ 01222360 a 0101 ! 00314597 r 0101 | in an honest manner; "in he can't get it honestly, he is willing to steal it"; "was known for dealing aboveboard in everything"
-00314597 02 r 03 dishonestly 0 venally 0 deceitfully 0 004 \ 01223271 a 0302 \ 00621207 a 0205 \ 01222884 a 0101 ! 00314384 r 0101 | in a corrupt and deceitful manner; "he acted dishonestly when he gave the contract to his best friend"
-00314835 02 r 03 honestly 0 candidly 0 frankly 0 004 ;u 06321054 n 0000 \ 00764484 a 0304 \ 00764484 a 0202 \ 02180157 a 0101 | (used as intensives reflecting the speaker's attitude) it is sincerely the case that; "honestly, I don't believe it"; "candidly, I think she doesn't have a conscience"; "frankly, my dear, I don't give a damn"
-00315174 02 r 01 hypocritically 0 001 \ 02182562 a 0101 | in a hypocritical manner; "he behaved hypocritically by praying piously when people were watching"
-00315333 02 r 01 dishonorably 1 002 \ 01227137 a 0101 ! 00315457 r 0101 | with dishonor; "he was dishonorably discharged"
-00315457 02 r 02 honorably 0 honourably 0 001 ! 00315333 r 0101 | with honor; "he was honorably discharged after many years of service"
-00315595 02 r 02 disingenuously 0 artfully 1 002 \ 01310685 a 0202 \ 01310685 a 0101 | in a disingenuous manner; "disingenuously, he asked leading questions abut his opponent's work"
-00315780 02 r 01 disinterestedly 0 001 \ 01723543 a 0101 | without bias; without selfish motives; "he decided the case disinterestedly"
-00315918 02 r 01 disjointedly 0 001 \ 00465221 a 0103 | in a disjointed manner; "`We're not married, not really married,' she said, and slowly, reluctantly, disjointedly it came out"
-00316103 02 r 01 loyally 0 002 ! 00316318 r 0101 \ 00961392 a 0101 | with loyalty; in a loyal manner; "government will not be efficient unless the people as a whole accept leadership loyally and enthusiastically"
-00316318 02 r 01 disloyally 0 002 ! 00316103 r 0101 \ 00962634 a 0101 | without loyalty; in a disloyal manner; "his men acted disloyally and betrayed him in the end"
-00316486 02 r 02 dismally 0 dreadfully 1 001 \ 01126291 a 0204 | in a dreadful manner; "as he looks at the mess he has left behind he must wonder how the Brits so often managed to succeed in the kind of situation where he has so dismally failed"
-00316734 02 r 02 dismally 1 drearily 0 002 \ 00364881 a 020b \ 00364881 a 0105 | in a cheerless manner; "in August 1914 , there was a dismally sentimental little dinner, when the French, German, Austrian and Belgian members of the committee drank together to the peace of the future"
-00317020 02 r 02 obediently 0 yieldingly 0 003 \ 02329220 a 0201 ! 00317205 r 0101 \ 01612053 a 0101 | in an obedient manner; "obediently she slipped off her right shoe and stocking"
-00317205 02 r 01 disobediently 0 002 ! 00317020 r 0101 \ 01613463 a 0101 | in a disobedient manner; "he went ahead disobediently and did what his supervisor had warned him not to do"
-00317390 02 r 01 dispassionately 0 001 \ 01723648 a 0101 | in an impartially dispassionate manner; "although he was looking at the other girl, he did so dispassionately"
-00317562 02 r 02 disparagingly 0 slightingly 0 002 \ 00906655 a 0207 \ 00907032 a 0103 | in a disparaging manner; "these mythological figures are described disparagingly as belonging `only to a story'"
-00317766 02 r 02 dispiritedly 0 hopelessly 3 002 \ 01229020 a 0201 \ 00703615 a 0105 | in a dispirited manner without hope; "the first Mozartian opera to be subjected to this curious treatment ran dispiritedly for five performances"
-00318001 02 r 01 displeasingly 0 001 \ 01808822 a 0101 | in a displeasing manner; "he made displeasingly cutting remarks about his friends"
-00318143 02 r 01 disproportionately 0 002 ! 00318303 r 0101 \ 00482059 a 0101 | to a disproportionate degree; "his benefits were disproportionately generous"
-00318303 02 r 02 proportionately 0 proportionally 0 003 \ 00482673 a 0201 ! 00318143 r 0101 \ 00481737 a 0101 | to a proportionate degree; "your salary will rise proportionately to your workload"
-00318501 02 r 01 disproportionately 1 002 ! 00318641 r 0101 \ 00483048 a 0101 | out of proportion; "this wall is disproportionately long"
-00318641 02 r 01 proportionately 1 002 ! 00318501 r 0101 \ 00894029 a 0102 | in proportion; "the height of this wall must be reduced proportionately to give the room pleasant dimensions"
-00318830 02 r 02 disputatiously 0 argumentatively 0 002 \ 00603367 a 0201 \ 00603804 a 0103 | in a disputatious manner
-00318951 02 r 01 disquietingly 0 001 \ 00480753 a 0101 | in a disquieting manner; "the disquietingly close sounds of gunfire"
-00319079 02 r 01 disreputably 0 002 ! 00319180 r 0101 \ 01983797 a 0101 | in a disreputable manner
-00319180 02 r 01 reputably 0 002 ! 00319079 r 0101 \ 01982646 a 0101 | in a reputable manner
-00319275 02 r 01 respectfully 0 002 ! 00319482 r 0101 \ 01993940 a 0101 | in a respectful manner; "might I respectfully suggest to the Town Council that they should adopt a policy of masterly inactivity?"
-00319482 02 r 01 disrespectfully 0 002 ! 00319275 r 0101 \ 01994602 a 0101 | in a disrespectful manner; "he treats his parents rather disrespectfully"
-00319635 02 r 01 distantly 0 001 \ 00445548 a 0101 | from or at a distance; "dimly, distantly, voices sounded in the stillness"
-00319765 02 r 01 distastefully 2 001 \ 01625893 a 0103 | in an offensively distasteful manner; "a distastefully explicit report on the Royal couple's marital life"
-00319931 02 r 01 distressfully 0 001 \ 01189386 a 0102 | with distress; "`Doctor Rother says it's his only chance,' she added distressfully"
-00320074 02 r 01 distributively 0 001 \ 00539793 a 0101 | in a distributive manner; "marine vertebrates have their weight supported distributively by the water"
-00320237 02 r 01 distributively 1 001 \ 00467913 a 0101 | as individuals or as separate units (not collectively); "taken distributively, their rights are imperceptible"
-00320408 02 r 02 distrustfully 0 mistrustfully 0 003 \ 02464277 a 0202 ! 00320568 r 0101 \ 02463154 a 0101 | with distrust; "she looked at him distrustfully"
-00320568 02 r 03 trustfully 0 trustingly 0 confidingly 0 004 \ 02462883 a 0301 \ 02462619 a 0202 ! 00320408 r 0101 \ 02462619 a 0101 | with trust; in a trusting manner; "she looked at her father trustingly"
-00320777 02 r 01 disturbingly 0 001 \ 01189386 a 0103 | in a disturbing manner; "the details of the kidnaper's letter had sounded disturbingly convincing"
-00320934 02 r 01 doctrinally 0 001 \ 03006225 a 0101 | as a matter of doctrine
-00321015 02 r 01 dogmatically 0 001 \ 00288070 a 0101 | in a narrow-minded dogmatic manner; "he is a dogmatically opinionated critic of Modern Art"
-00321165 02 r 02 dolefully 0 sorrowfully 0 002 \ 01364008 a 0201 \ 01362387 a 0101 | with sadness; in a sorrowful manner; "his mother looked at him dolefully when he told her he had joined the Army"
-00321366 02 r 01 domestically 0 001 \ 01038808 a 0101 | with respect to home or family; "the housewife bored us with her domestically limited conversation"
-00321524 02 r 01 domestically 1 001 \ 01038102 a 0101 | with respect to the internal affairs of a government; "domestically, the president proposes a more moderate economic policy"
-00321707 02 r 01 domineeringly 0 001 \ 00787136 a 0101 | in a domineering manner; "his wife behaved domineeringly"
-00321824 02 r 01 double 1 000 | two together; "some people sleep better double"
-00321906 02 r 01 double 2 000 | downward and forward; "he was bent double with pain"
-00321993 02 r 02 double_time 0 double_quick 0 000 | at a faster speed; "now let's play the piece again double-quick"
-00322112 02 r 02 doubtfully 0 dubiously 0 002 \ 00338013 a 0202 \ 00338013 a 0101 | in a doubtful manner; "Gerald shook his head doubtfully"
-00322255 02 r 03 dowdily 0 frumpily 0 frumpishly 0 003 \ 00974519 a 0303 \ 00974519 a 0202 \ 00974519 a 0101 | in a dowdy unfashionable manner; "she dresses dowdily"
-00322423 02 r 01 downhill 0 000 | toward the bottom of a hill; "running downhill, he gained a lot of speed"
-00322533 02 r 01 downhill 1 000 | toward a lower or inferior state; "your performance has been going downhill for a long time now"
-00322666 02 r 01 drably 0 001 \ 00405179 a 0101 | in a drab manner; "she dresses drably"
-00322757 02 r 03 dreamily 0 moonily 0 dreamfully 0 002 \ 00165585 a 0202 \ 00165585 a 0101 | in a dreamy manner; "`She would look beautiful in the new dress,' Tommy said dreamily"
-00322939 02 r 01 droopingly 0 001 \ 02403944 a 0101 | in a drooping manner; "a branch hung low, droopingly"
-00323049 02 r 02 drowsily 0 somnolently 0 002 \ 00189253 a 0204 \ 00165766 a 0101 | in a drowsy manner; "`Time to get up,' she said drowsily"
-00323193 02 r 01 dumbly 0 001 \ 00152629 a 0102 | in an inarticulate manner; "I nodded dumbly and he slit the envelope"
-00323315 02 r 03 dumbly 1 densely 1 obtusely 0 003 \ 00440579 a 0305 \ 00440579 a 0201 \ 00440579 a 0104 | in a stupid manner; "he had so rapaciously desired and so obtusely expected to find her alone"
-00323519 02 r 01 dutifully 0 001 \ 01613047 a 0101 | out of a sense of duty; in a dutiful manner; "he dutifully visited his mother every Sunday"
-00323666 02 r 01 dynamically 0 001 \ 00808191 a 0101 | in a forceful dynamic manner; "this pianist plays dynamically"
-00323786 02 r 01 east 0 000 | to, toward, or in the east; "we travelled east for several miles"; "located east of Rome"
-00323908 02 r 01 west 0 000 | to, toward, or in the west; "we moved west to Arizona"; "situated west of Boston"
-00324022 02 r 02 westward 0 westwards 0 000 | toward the west; "they traveled westward toward the setting sun"
-00324135 02 r 02 eastward 0 eastwards 0 000 | toward the east; "they migrated eastward to Sweden"
-00324235 02 r 01 easterly 2 002 ! 00324358 r 0101 \ 00823350 a 0101 | from the east; "the winds blew easterly all night"
-00324358 02 r 01 westerly 2 002 ! 00324235 r 0101 \ 00824321 a 0101 | from the west; "the wind blew westerly"
-00324470 02 r 01 westerly 0 001 \ 00824321 a 0101 | toward the west; "we began to steer away westerly"- Daniel Defoe
-00324589 02 r 03 ebulliently 0 exuberantly 1 expansively 0 003 \ 00909220 a 0301 \ 02279723 a 0202 \ 02279723 a 0101 | in an ebullient manner; "Khrushchev ebulliently promised to supply rockets for the protection of Cuba against American aggression"
-00324841 02 r 01 ecclesiastically 0 001 \ 02899486 a 0102 | in an ecclesiastic manner; "the candidate was ecclesiastically endorsed"
-00324976 02 r 01 ecologically 0 001 \ 02906478 a 0101 | with respect to ecology; "ecologically speaking, this idea is brilliant; economically, it is a disaster"
-00325139 02 r 03 ecstatically 0 rapturously 0 rhapsodically 0 003 \ 01367008 a 0305 \ 01367008 a 0203 \ 01367008 a 0101 | in an ecstatic manner; "he reacted ecstatically to my plan to travel to Africa"
-00325343 02 r 02 edgeways 0 edgewise 0 000 | with the edge forward or on, by, or toward the edge; "he sawed the board edgeways"; "held it edgewise"
-00325493 02 r 02 edgewise 1 edgeways 1 000 | as if by an edge; barely; "I could not get a word in edgewise"
-00325603 02 r 01 educationally 0 001 \ 02946221 a 0101 | in an educational manner; "the assistant masters formed a committee of their own to consider what could be done educationally for the town"
-00325802 02 r 02 eerily 0 spookily 0 000 | in an unnatural eery manner; "it was eerily quiet in the chapel"
-00325912 02 r 01 effectually 0 001 ! 00326146 r 0101 | in an effectual manner; "Bismarck was constantly criticised by the more liberal newspapers, and he retaliated by passing an emergency decree that effectually muzzled the press"
-00326146 02 r 01 ineffectually 0 002 ! 00325912 r 0101 \ 02497471 a 0102 | in an ineffectual manner; "she tried ineffectually to light the primus, and Thomas came to help her"
-00326324 02 r 02 efficaciously 0 effectively 1 004 ! 00326564 r 0202 \ 00834198 a 0201 ! 00326564 r 0101 \ 00838856 a 0101 | in an effective manner; "these are real problems that can be dealt with most effectively by rational discussion"
-00326564 02 r 02 inefficaciously 0 ineffectively 0 004 ! 00326324 r 0202 \ 00835609 a 0201 ! 00326324 r 0101 \ 00839411 a 0101 | in an ineffective manner; "he dealt with the problem rather ineffectively"
-00326770 02 r 01 elementarily 0 001 \ 00750296 a 0101 | in an elementary manner
-00326852 02 r 01 effusively 0 001 \ 00720524 a 0101 | in an effusive manner; "the critics praised her effusively"
-00326968 02 r 01 demonstratively 0 001 \ 00720296 a 0101 | in a demonstrative manner; "he greeted her demonstratively"
-00327089 02 r 02 egotistically 0 selfishly 0 003 ! 00327249 r 0201 \ 02098325 a 0201 \ 02098694 a 0101 | in an egotistical manner; "he behaved egotistically"
-00327249 02 r 01 unselfishly 0 002 ! 00327089 r 0102 \ 02099019 a 0101 | in an unselfish manner; "he acted unselfishly when he helped her get the promotion"
-00327408 02 r 01 elegantly 1 001 \ 01139613 a 0101 | in a gracefully elegant manner; "the members of these groups do not express themselves as accurately or as elegantly as their critics do"
-00327601 02 r 01 elegantly 0 002 ! 00327756 r 0101 \ 00849357 a 0101 | with elegance; in a tastefully elegant manner; "the room was elegantly decorated"
-00327756 02 r 01 inelegantly 0 002 ! 00327601 r 0101 \ 00851103 a 0101 | without elegance
-00327848 02 r 02 eloquently 0 articulately 3 004 ! 00328025 r 0202 \ 00150202 a 0201 ! 00328025 r 0101 \ 00150505 a 0101 | with eloquence; "he expressed his ideas eloquently"
-00328025 02 r 02 ineloquently 0 inarticulately 3 003 ! 00327848 r 0202 \ 00151105 a 0201 ! 00327848 r 0101 | without eloquence; in an inarticulate manner; "the freshman expresses his thoughts inarticulately"
-00328235 02 r 01 embarrassingly 0 001 \ 01803335 a 0101 | causing embarrassment; "the great man was embarrassingly humble and self-effacing"
-00328378 02 r 01 eminently 0 001 \ 02339120 a 0101 | in an eminent manner; "two subjects on which he was eminently qualified to make an original contribution"
-00328539 02 r 01 emulously 0 001 \ 00512941 a 0101 | in a competitively imitative manner; "she emulously tried to outdo her older sister"
-00328679 02 r 01 encouragingly 0 002 ! 00328830 r 0101 \ 00866471 a 0101 | in an encouraging manner; "`Go on,' he said encouragingly to his student"
-00328830 02 r 01 discouragingly 0 002 ! 00328679 r 0101 \ 00867213 a 0101 | in a discouraging manner; "the failure rate on the bar exam is discouragingly high"
-00328992 02 r 03 endways 0 endwise 0 end_on 0 000 | with the end forward or toward the observer; "houses built endways"
-00329114 02 r 02 endways 1 endwise 1 000 | in or toward the direction of the ends; lengthwise; "endways pressure"
-00329230 02 r 02 endways 2 endwise 2 000 | on end or upright; "sticks leaning against the wall endways"
-00329336 02 r 01 enterprisingly 0 001 \ 00884778 a 0101 | in an enterprising manner; "`Let's go up that mountain,' she said enterprisingly"
-00329478 02 r 01 entertainingly 0 000 | in an entertaining manner; "Byron's consumed memoirs possessed the merit of being well and entertainingly written"
-00329635 02 r 01 environmentally 0 001 \ 02943151 a 0101 | for the environment; "the new recycling policy is environmentally safe"
-00329768 02 r 01 equably 0 001 \ 01134486 a 0101 | in an equable manner; "he is an equably cheerful fellow"
-00329878 02 r 01 equitably 0 002 ! 00330033 r 0101 \ 00958151 a 0101 | in an equitable manner; "the inheritance was equitably divided among the sisters"
-00330033 02 r 01 inequitably 0 002 ! 00329878 r 0101 \ 00958712 a 0101 | in an inequitable manner; "their father's possessions were inequitably divided among the sons"
-00330203 02 r 02 erectly 0 straight-backed 0 001 \ 01235859 a 0101 | in a straight-backed manner; "the old man still walks erectly"
-00330337 02 r 02 eruditely 0 learnedly 0 002 \ 02084358 a 0202 \ 02084358 a 0101 | with erudition; in an erudite manner; "he talked eruditely about Indian mythology"
-00330505 02 r 01 ethically 0 002 ! 00330709 r 0101 \ 00905386 a 0101 | in an ethical manner; from an ethical point of view; according to ethics; "he behaved ethically"; "this is ethically unacceptable"
-00330709 02 r 01 unethically 0 002 ! 00330505 r 0101 \ 00905728 a 0101 | in an unethical manner; "he behaved unethically"
-00330833 02 r 01 euphemistically 0 001 \ 00908483 a 0101 | in a euphemistic manner; "his violent death was euphemistically referred to as a passing away"
-00330989 02 r 01 evasively 0 001 \ 00896182 a 0101 | with evasion; in an evasive manner; "her husband seemed to know many of the people who were named, but he replied evasively when asked who they were"
-00331194 02 r 01 evenly 0 002 ! 00331594 r 0101 \ 00909545 a 0101 | in a level and regular way
-00331291 02 r 01 evolutionarily 0 001 \ 03000725 a 0101 | in an evolutionary way; from an evolutionary point of view; "the mutation has been evolutionarily successful"
-00331461 02 r 01 regularly 1 002 ! 00331697 r 0101 \ 02302187 a 0101 | in a regular way without variation; "try to breathe evenly"
-00331594 02 r 01 unevenly 0 002 ! 00331194 r 0101 \ 00911327 a 0101 | in an uneven and irregular way
-00331697 02 r 01 irregularly 1 001 ! 00331461 r 0101 | in an irregular manner; "the patient is breathing irregularly"
-00331817 02 r 01 regularly 3 002 ! 00331940 r 0101 \ 01961937 a 0101 | having a regular form; "regularly shaped objects"
-00331940 02 r 01 irregularly 3 002 ! 00331817 r 0101 \ 01962107 a 0101 | having an irregular form; "irregularly shaped solids"
-00332069 02 r 02 evenly 1 equally 2 004 ! 00332365 r 0202 \ 00889831 a 0201 ! 00332365 r 0101 \ 00891170 a 0101 | in equal amounts or shares; in a balanced or impartial way; "a class evenly divided between girls and boys"; "they split their winnings equally"; "deal equally with rich and poor"
-00332365 02 r 02 unevenly 1 unequally 2 004 ! 00332069 r 0202 \ 00892379 a 0201 ! 00332069 r 0101 \ 00892773 a 0102 | in an unequal or partial manner; "profits were distributed unevenly"; "angry at being dealt with so unequally"
-00332596 02 r 02 evermore 1 forevermore 0 000 | at any future time; in the future; "lead a blameless life evermore"
-00332714 02 r 01 excitingly 0 002 ! 00332906 r 0101 \ 00921014 a 0101 | in an exciting manner; "at the time of its appearance, the movie must have seemed excitingly new, even revolutionary"
-00332906 02 r 01 unexcitingly 0 002 ! 00332714 r 0101 \ 00922594 a 0101 | in an unexciting manner; "this painting was nothing more but an unexcitingly grey canvas with a few red speckles"
-00333096 02 r 03 excusably 0 forgivably 0 pardonably 0 006 ! 00333341 r 0302 \ 01721059 a 0301 ! 00333341 r 0203 \ 01721197 a 0202 ! 00333341 r 0101 \ 01721197 a 0101 | in an excusable manner or to an excusable degree; "he was excusably late"
-00333341 02 r 03 inexcusably 0 unpardonably 0 unforgivably 0 006 ! 00333096 r 0302 \ 01721867 a 0302 ! 00333096 r 0203 \ 01721530 a 0201 ! 00333096 r 0101 \ 01722260 a 0101 | in an unpardonable manner or to an unpardonable degree; "he was inexcusably cruel to his wife"
-00333613 02 r 03 exorbitantly 0 extortionately 0 usuriously 0 003 \ 01534282 a 0306 \ 01534282 a 0202 \ 01534282 a 0101 | to an exorbitant degree; "prices are exorbitantly high in the capital"
-00333808 02 r 02 expediently 0 inadvisably 0 003 \ 00067767 a 0201 ! 00333938 r 0101 \ 00931555 a 0101 | in an expedient manner
-00333938 02 r 01 inexpediently 0 002 ! 00333808 r 0101 \ 00932367 a 0101 | in an inexpedient manner
-00334040 02 r 01 expensively 0 002 ! 00334210 r 0101 \ 00933154 a 0101 | in an expensive manner; "an expensively dressed little man turned a corner and approached her"
-00334210 02 r 03 cheaply 1 tattily 0 inexpensively 1 003 \ 02393791 a 020b ! 00334040 r 0101 \ 00934199 a 0101 | in a cheap manner; "a cheaply dressed woman approached him in the bar"
-00334396 02 r 01 explosively 0 000 | suddenly and rapidly; "the population in Central America is growing explosively"
-00334516 02 r 01 explosively 1 001 \ 02292573 a 0101 | in an explosive manner; "the political situation in Kashmir and Jammu is explosively unstable"
-00334668 02 r 01 exponentially 0 001 \ 02965274 a 0101 | in an exponential manner; "inflation is growing exponentially"
-00334790 02 r 01 express 0 000 | by express; "please send the letter express"
-00334870 02 r 01 expressively 0 001 ! 00335040 r 0101 | with expression; in an expressive manner; "she gave the order to the waiter, using her hands very expressively"
-00335040 02 r 01 inexpressively 0 001 ! 00334870 r 0101 | without expression; in an inexpressive manner; "she looked at him inexpressively"
-00335182 02 r 03 extemporaneously 0 extemporarily 0 extempore 0 002 \ 01845451 a 0203 \ 01845451 a 0102 | without prior preparation; "he spoke extemporaneously"
-00335345 02 r 02 extravagantly 0 lavishly 0 002 \ 01111965 a 0201 \ 02422242 a 0101 | in a wasteful manner; "the United States, up to the 1920s, used fuel lavishly, mainly because it was so cheap"
-00335544 02 r 02 exuberantly 0 riotously 0 002 \ 00015247 a 0205 \ 00015247 a 0101 | in an exuberant manner; "the exuberantly baroque decoration of the church"
-00335706 02 r 02 faddishly 0 faddily 0 002 \ 00972236 a 0202 \ 00972236 a 0101 | in a faddish manner
-00335809 02 r 05 faithlessly 0 traitorously 0 treacherously 0 treasonably 0 false 0 004 \ 00962939 a 0404 \ 00960094 a 0303 \ 00962939 a 0202 \ 00962939 a 0101 | in a disloyal and faithless manner; "he behaved treacherously"; "his wife played him false"
-00336065 02 r 02 falsely 0 incorrectly 2 002 \ 00632438 a 0201 \ 00633235 a 0101 | in an incorrect manner; "to credit Lister with the first formulation of the basic principle of stratigraphy would be to bestow credit falsely"
-00336293 02 r 01 falsely 1 001 \ 02182088 a 0101 | in an insincerely false manner; "a seduction on my part would land us with the necessity to rise, bathe and dress, chat falsely about this and that, and emerge into the rest of the evening as though nothing had happened"
-00336567 02 r 01 familiarly 0 001 \ 00453053 a 0101 | in an intimately familiar manner; "Sid, as he was familiarly known by his friends, was one of the most respected and devoted members of the socialist minority group"
-00336789 02 r 01 famously 0 001 \ 01375831 a 0104 | in a manner or to an extent that is well known; "in his famously anecdotal style"
-00336925 02 r 01 fanatically 0 001 \ 01726859 a 0101 | in a passionately fanatic manner; "he followed the teachings of his guru fanatically"
-00337068 02 r 02 fancifully 0 whimsically 0 001 \ 00643598 a 0101 | in a fanciful manner; "the Christmas tree was fancifully decorated"
-00337206 02 r 01 farcically 0 001 \ 01266397 a 0101 | in a farcical manner; "a farcically inept bungler"
-00337313 02 r 01 fashionably 0 002 ! 00337516 r 0101 \ 00971075 a 0101 | in a fashionable manner; "his voice had no trace of the drawl that you would expect to find in a fashionably dressed young man"
-00337516 02 r 01 unfashionably 0 002 ! 00337313 r 0101 \ 00973844 a 0101 | in an unfashionable manner; "she seemed to make a point of being unfashionably dressed"
-00337681 02 r 01 fastidiously 0 001 \ 00983862 a 0101 | in a fastidious manner; "he writes extremely musical music, of which the sound is fastidiously calculated and yet agreeably spontaneous and imaginative"
-00337892 02 r 01 civilly 0 002 ! 00338018 r 0101 \ 00642379 a 0101 | in a civil manner; "he treats his former wife civilly"
-00338018 02 r 01 uncivilly 0 002 ! 00337892 r 0101 \ 00642725 a 0101 | in an uncivil manner; "he treats his former wife uncivilly"
-00338151 02 r 01 fatefully 0 001 \ 01883106 a 0101 | in a prophetically fateful manner; "the nurse whispered fatefully to call the priest"
-00338292 02 r 01 faultily 0 001 \ 00023854 a 0101 | in an inaccurate manner; "these statements were faultily attributed to me"
-00338421 02 r 01 faultlessly 0 001 \ 01750847 a 0101 | without a fault; in a faultless manner; "he solved all the problems faultlessly"
-00338559 02 r 01 fearsomely 0 001 \ 00193799 a 0108 | in a fearsome manner; "a sabre slammed fearsomely through the thicket in all directions"
-00338704 02 r 01 feebly 0 001 \ 02325304 a 0101 | in a halting and feeble manner; "reform, in fact, is, rather feebly, on the win"
-00338837 02 r 01 feebly 1 001 \ 02325097 a 0102 | in a faint and feeble manner; "the lighthouse, flashing feebly against the sleet-blurred, rocky backdrop of the coast of north west Norway"
-00339029 02 r 01 feelingly 0 001 ! 00339149 r 0101 | with great feeling; "she spoke feelingly of her early childhood"
-00339149 02 r 01 unfeelingly 0 002 \ 00507292 a 0103 ! 00339029 r 0101 | without compassionate feelings; "unfeelingly, she required her maid to work on Christmas Day"
-00339318 02 r 01 felicitously 0 002 ! 00339451 r 0101 \ 00999817 a 0101 | in a felicitous manner; "a not felicitously chosen word"
-00339451 02 r 01 infelicitously 0 002 ! 00339318 r 0101 \ 01000881 a 0101 | in an infelicitous manner; "he chose his words rather infelicitously"
-00339599 02 r 03 fierily 0 fervently 0 fervidly 0 003 \ 01726235 a 0303 \ 01726235 a 0202 \ 01726235 a 0104 | with passionate fervor; "both those for and against are fervently convinced they speak for the great majority of the people"; "a fierily opinionated book"
-00339866 02 r 01 fifthly 0 001 \ 02202712 a 0101 | in the fifth place; "fifthly, we must adhere to the rules set by the local government"
-00340006 02 r 01 figuratively 0 002 ! 00340133 r 0101 \ 01419149 a 0101 | in a figurative sense; "figuratively speaking,..."
-00340133 02 r 01 literally 0 002 ! 00340006 r 0101 \ 01418789 a 0101 | in a literal sense; "literally translated"; "he said so literally"
-00340273 02 r 01 first_class 0 000 | by first class conveyance; with first class accommodations; "we always travel first class"
-00340403 02 r 02 firsthand 0 at_first_hand 0 000 | from the original source; directly; "I heard this story firsthand"
-00340523 02 r 02 first-rate 0 very_well 0 000 | quite well; "she doesn't feel first-rate today"
-00340621 02 r 01 fitfully 0 001 \ 00593664 a 0101 | in a fitful manner; "he slept fitfully"
-00340715 02 r 01 fixedly 0 001 \ 01564603 a 0101 | in a fixed manner; "he stared at me fixedly"
-00340813 02 r 01 flabbily 0 001 \ 01019713 a 0102 | in a flabby manner; "the old man's muscles were sagging flabbily"
-00340933 02 r 01 flagrantly 0 001 \ 00580039 a 0103 | in a flagrant manner; "he is flagrantly disregarding the law"
-00341051 02 r 03 flamboyantly 0 showily 1 flashily 0 003 \ 00407420 a 0301 \ 01848701 a 0202 \ 01848701 a 0101 | in a fancy colorful manner; "he dresses rather flamboyantly"
-00341227 02 r 01 flat 5 000 | with flat sails; "sail flat against the wind"
-00341305 02 r 01 flexibly 0 002 ! 00341444 r 0101 \ 01024073 a 0101 | with flexibility; "`Come whenever you are free,' he said flexibly"
-00341444 02 r 01 inflexibly 0 002 ! 00341305 r 0101 \ 01024597 a 0101 | in an inflexible manner; "`You will--because you must!,' Madam told her inflexibly"
-00341602 02 r 01 flimsily 0 001 \ 02325484 a 0101 | in a weak and flimsy manner; "this car is so flimsily constructed!"
-00341724 02 r 01 flip-flap 0 000 | with repeated strokes and noise; "something going flip-flap in the night"
-00341835 02 r 02 flippantly 0 airily 0 001 \ 02121290 a 0101 | in a flippant manner; "he answered the reporters' questions flippantly"; "this cannot be airily explained to your children"
-00342024 02 r 01 flop 0 000 | with a flopping sound; "he tumbled flop into the mud"
-00342110 02 r 01 fluently 0 001 \ 00150505 a 0103 | in a fluent manner; "she speaks French fluently"
-00342213 02 r 01 forbiddingly 0 001 \ 01802932 a 0102 | in an unpleasant or menacing manner; "it was forbiddingly dark in the corridor"
-00342351 02 r 01 forcefully 0 001 \ 00841403 a 0101 | with full force; "we are seeing this film too late to feel its original impact forcefully"
-00342498 02 r 01 cold-bloodedly 0 001 \ 01263971 a 0102 | in cold blood; "he cold-bloodedly planned the murder of his boss"
-00342624 02 r 01 forcibly 0 001 \ 00842324 a 0101 | in a forcible manner; "keep in mind the dangers of imposing our own values and prejudices too forcibly"
-00342782 02 r 01 forgetfully 0 001 \ 01978003 a 0102 | in a forgetful manner; "she is getting old and acts forgetfully"
-00342904 02 r 01 forgivingly 0 002 ! 00343057 r 0101 \ 01040984 a 0101 | with forgiveness; in a forgiving manner; "`Never mind,' she said forgivingly"
-00343057 02 r 01 unforgivingly 0 002 ! 00342904 r 0101 \ 01041481 a 0101 | without forgiveness; in an unforgiving manner; "unforgivingly, he insisted that she pay her debt to the last penny"
-00343250 02 r 01 forlornly 0 001 \ 01230387 a 0101 | in a forlorn manner; "a single chicken was scratching forlornly in the yard"
-00343382 02 r 01 formidably 0 001 \ 00195383 a 0101 | in a formidable manner; "the constant risk that attends the exchanges of human beings formidably armed"
-00343542 02 r 01 formlessly 0 001 \ 02151837 a 0102 | in a formless manner; "the dress hung formlessly on her body"
-00343660 02 r 02 piano 0 softly 3 002 ! 00343799 r 0101 \ 01458303 a 0101 | used as a direction in music; to be played relatively softly
-00343799 02 r 02 forte 0 loudly 2 002 ! 00343660 r 0101 \ 01458736 a 0101 | used as a direction in music; to be played relatively loudly
-00343938 02 r 02 pianissimo 0 very_softly 0 002 ! 00344073 r 0101 \ 01458490 a 0101 | a direction in music; to be played very softly
-00344073 02 r 02 fortissimo 0 very_loudly 0 002 ! 00343938 r 0101 \ 01459058 a 0101 | a direction in music; to be played very loudly
-00344208 02 r 01 foully 0 000 | in a wicked and shameful manner; "two policemen were foully murdered"
-00344312 02 r 02 foully 1 insultingly 0 001 \ 00957743 a 0103 | in an unfair and insulting manner; "this internationally known writer was foully condemned by the Muslim fundamentalists"
-00344500 02 r 02 fourfold 0 four_times 0 001 \ 02219144 a 0102 | by a factor of four; "the price of gasoline has increased fourfold over the past two years"
-00344659 02 r 02 millionfold 0 a_million_times 0 000 | by a factor of a million; "it increased a millionfold"
-00344771 02 r 02 fourthly 0 fourth 0 002 \ 02202443 a 0201 \ 02202443 a 0101 | in the fourth place; "fourthly, you must pay the rent on the first of the month"
-00344933 02 r 01 fractiously 0 001 \ 01614127 a 0101 | in a fractious manner; "the horse was behaving fractiously and refused to jump"
-00345070 02 r 01 fraternally 0 001 \ 00291471 a 0103 | in a brotherly manner
-00345149 02 r 01 fraudulently 0 001 \ 01223941 a 0103 | in a dishonest and fraudulent manner; "this money was fraudulently obtained"
-00345284 02 r 02 frenziedly 1 hectically 0 002 \ 00086210 a 0202 \ 00086341 a 0104 | in a frenzied manner; "we rehearsed frenziedly the last few days before the premiere"
-00345457 02 r 01 frugally 0 001 \ 02421364 a 0102 | in a frugal manner; "in villages, the new pipeline marks the end of water as a precious liquid, to be dispensed frugally, weighed out drop by drop"
-00345659 02 r 01 functionally 0 001 \ 02976260 a 0101 | with respect to function; "the two units are functionally interdependent"
-00345791 02 r 02 frighteningly 0 scarily 0 002 \ 00194924 a 0203 \ 00193799 a 0109 | in an alarming manner; "the disturbing thing about the Minister's behavior is that far from being artificial, it too often rings frighteningly true"
-00346027 02 r 02 frostily 0 frigidly 0 002 \ 01258264 a 0201 \ 01258264 a 0102 | without warmth or enthusiasm; "`Come in if you have to,' he said frostily"
-00346185 02 r 01 fretfully 0 001 \ 00513981 a 0101 | in a fretful manner; "fretfully, the baby tossed in his crib"
-00346302 02 r 01 friskily 0 001 \ 02123007 a 0102 | in a playfully frisky manner; "he moves about friskily despite his age"
-00346428 02 r 01 frivolously 0 001 \ 02120458 a 0101 | in a frivolous manner; "she spends her time frivolously enjoying the easy life of a rich and spoiled girl"
-00346592 02 r 01 frothily 0 001 \ 02276305 a 0105 | in a frothy manner; "the champagne poured frothily into the glasses"
-00346715 02 r 01 gainfully 0 001 \ 01871473 a 0101 | in a gainful way; "are you gainfully employed now?"
-00346822 02 r 01 gamely 0 001 \ 00263994 a 0101 | in a plucky manner; "he was seen by a shepherd, gamely negotiating a particularly tricky section of the mountain road to San Doloroso"
-00347009 02 r 03 garishly 0 tawdrily 0 gaudily 0 003 \ 02393791 a 0306 \ 02393791 a 020c \ 02393791 a 0105 | in a tastelessly garish manner; "the temple was garishly decorated with bright plastic flowers"
-00347216 02 r 01 genealogically 0 001 \ 03067329 a 0102 | in a genealogical manner; "he charted his family tree genealogically"
-00347346 02 r 01 generically 0 001 \ 02734016 a 0101 | as sharing a common genus; "these animals are not related generically"
-00347474 02 r 01 generically 1 001 \ 01109599 a 0101 | without a trademark or brand name; "we market these drugs generically"
-00347602 02 r 01 genteelly 0 001 \ 01947741 a 0105 | in a genteel manner; "the English lived genteelly in India"
-00347717 02 r 01 geologically 0 001 \ 02905591 a 0101 | with respect to geology; "geologically speaking, this area is extremely interesting"
-00347860 02 r 03 jeeringly 0 mockingly 1 gibingly 0 002 \ 01995596 a 0204 \ 01995596 a 0103 | in a disrespectful jeering manner
-00347990 02 r 01 gingerly 0 001 \ 00325995 a 0101 | in a gingerly manner; "gingerly I raised the edge of the blanket"
-00348110 02 r 03 gladly 0 lief 0 fain 0 001 \ 02565583 a 0101 | in a willing manner; "this was gladly agreed to"; "I would fain do it"
-00348247 02 r 03 gleefully 0 joyously 0 joyfully 0 004 ! 00348450 r 0301 \ 01367211 a 0303 \ 01366718 a 0201 \ 01367211 a 0102 | in a joyous and gleeful manner; "the old man had greeted her gleefully"
-00348450 02 r 01 joylessly 0 002 ! 00348247 r 0103 \ 01368192 a 0101 | in a joyless manner; without joy; "she greeted her guests joylessly"
-00348592 02 r 01 glissando 0 001 ;c 07020895 n 0000 | (musical direction) in the manner of a glissando (with a rapidly executed series of notes); "this should be played glissando, please"
-00348782 02 r 01 gloatingly 0 000 | in a gloating manner; "he spoke gloatingly about people he had cheated out of their money"
-00348911 02 r 01 gloriously 0 000 | blessedly or wonderfully; "how gloriously happy she had been during those few fleeting moments of time"
-00349053 02 r 01 gloriously 1 001 \ 01120925 a 0101 | with glory or in a glorious manner; "where others had failed he had gloriously succeeded"
-00349199 02 r 01 glossily 0 001 \ 01120010 a 0101 | in a glossy manner; "the magazine was glossily printed"
-00349309 02 r 03 piggyback 0 pickaback 0 pig-a-back 0 000 | on the back or shoulder or astraddle on the hip; "she carried her child piggyback"
-00349454 02 r 03 piggyback 1 pickaback 1 pig-a-back 1 000 | on a railroad flatcar; "the trailer rode piggyback across the country"
-00349587 02 r 01 gloweringly 0 001 \ 01137378 a 0103 | in a glowering manner; "he stared gloweringly at this morning's headlines"
-00349719 02 r 01 glowingly 0 001 \ 00886804 a 0101 | in an enthusiastically glowing manner; "in her letter she praised him glowingly"
-00349855 02 r 01 gluttonously 0 001 \ 00009978 a 0101 | in a gluttonous manner; "this man eats gluttonously!"
-00349967 02 r 03 goddam 0 goddamn 0 goddamned 0 001 ;u 06321054 n 0000 | extremely; "you are goddamn right!"
-00350078 02 r 01 good-naturedly 0 001 \ 01133876 a 0101 | in a good-natured manner
-00350163 02 r 04 gorgeously 0 splendidly 1 resplendently 0 magnificently 1 004 \ 01285376 a 0403 \ 00219389 a 0302 \ 00219389 a 0203 \ 00219705 a 0101 | in an impressively beautiful manner; "the Princess was gorgeously dressed"
-00350393 02 r 01 grandly 0 001 \ 01284544 a 0102 | in a grand manner; "the mansion seemed grandly large by today's standards"
-00350521 02 r 03 gratingly 0 raspingly 0 harshly 0 003 \ 01803792 a 0301 \ 00299476 a 0203 \ 00299476 a 0101 | in a harsh and grating manner; "her voice fell gratingly on our ears"
-00350704 02 r 01 gratuitously 0 001 \ 01371553 a 0101 | in an uncalled-for manner; "he insulted us gratuitously"
-00350819 02 r 01 greasily 0 001 \ 00992432 a 0101 | in a greasy manner; "the food was greasily unappetizing"
-00350930 02 r 02 gregariously 0 sociably 1 002 \ 02257141 a 0201 \ 02252634 a 0101 | in a gregarious manner
-00351040 02 r 02 grayly 0 greyly 0 002 \ 00389310 a 0201 \ 00389310 a 0102 | having a grey appearance; "lonely creeks are opal in the dawn, sword-blue in the sun, greyly silver under misty moons"
-00351238 02 r 01 grievously 0 001 \ 00651039 a 0103 | in a grievous manner; "the resolute but unbroken Germany, grievously wounded but far from destruction, was able to lay the firm foundations for military revival"
-00351456 02 r 01 gropingly 0 001 \ 00338275 a 0101 | in an uncertain groping manner
-00351542 02 r 02 grotesquely 0 monstrously 0 002 \ 00221627 a 0202 \ 00221627 a 0101 | in a grotesque manner; "behind the house lay two nude figures grotesquely bald, with deliberate knife-slashes marking their bodies"
-00351763 02 r 01 grudgingly 0 002 ! 00351918 r 0101 \ 02566299 a 0101 | in a grudging manner; "he grudgingly agreed to have a drink in a hotel close by"
-00351918 02 r 01 ungrudgingly 0 002 ! 00351763 r 0101 \ 01114973 a 0101 | in a generous and ungrudging manner; "he ungrudgingly agreed to pay for everybody's dinner when the guests found themselves without cash"
-00352132 02 r 01 gruesomely 0 001 \ 00195684 a 0104 | in a gruesome manner; "he was gruesomely wounded"
-00352238 02 r 01 gruffly 0 001 \ 01137000 a 0103 | in a gruff manner; "`No,' he replied gruffly"
-00352337 02 r 01 guiltily 0 001 \ 00154583 a 0101 | in the manner of someone who has committed an offense; "she blushed guiltily as she spoke"
-00352482 02 r 01 gushingly 0 001 \ 00720524 a 0102 | in a gushing manner; "a gushingly prolific writer"
-00352588 02 r 01 half-heartedly 0 001 \ 00887472 a 0101 | without enthusiasm; in a half-hearted manner; "she tried half-heartedly"
-00352721 02 r 01 half-hourly 0 001 \ 01968956 a 0101 | every thirty minutes, every half hour
-00352816 02 r 01 half-yearly 0 001 \ 01969348 a 0104 | every half year, every six months
-00352907 02 r 01 handsomely 0 001 \ 01111418 a 0106 | in a generously handsome manner; "India has responded handsomely by providing 3,000 men"
-00353052 02 r 01 handsomely 1 001 \ 00218950 a 0104 | in an attractively handsome manner; "the volume was handsomely bound"
-00353178 02 r 02 haphazard 0 haphazardly 1 002 \ 00312519 a 0201 \ 00312519 a 0101 | without care; in a slapdash manner; "the Prime Minister was wearing a grey suit and a white shirt with a soft collar, but his neck had become thinner and the collar stood away from it as if it had been bought haphazard"
-00353485 02 r 03 haply 0 by_chance 2 by_luck 0 000 | by accident; "betrayed by a word haply overheard"
-00353590 02 r 01 harmoniously 0 001 \ 00508036 a 0101 | in a harmonious manner; "the problem of absorbing immigrants harmoniously into British society is as important to the immigrants as to the British"
-00353796 02 r 01 harshly 2 001 \ 01374183 a 0101 | in a harsh or unkind manner; "`That's enough!,' he cut in harshly"
-00353916 02 r 02 roughly 2 rough 0 001 \ 02238462 a 0101 | with rough motion as over a rough surface; "ride rough"
-00354033 02 r 02 roughly 3 rough 3 002 ;u 07075172 n 0000 \ 00084353 a 0102 | with roughness or violence (`rough' is an informal variant for `roughly'); "he was pushed roughly aside"; "they treated him rough"
-00354244 02 r 01 hatefully 0 001 \ 01587787 a 0101 | in a hateful manner
-00354319 02 r 01 hazily 0 001 \ 00781644 a 0106 | in an indistinct way; "he remembered her only hazily"
-00354425 02 r 01 hazily 1 001 \ 00461609 a 0103 | through a haze; "we saw the distant hills hazily"
-00354527 02 r 02 headlong 0 headfirst 0 000 | with the head foremost; "the runner slid headlong into third base"
-00354642 02 r 02 headlong 1 rashly 3 001 \ 01900188 a 0201 | in a hasty and foolhardy manner; "he fell headlong in love with his cousin"
-00354781 02 r 01 unadvisedly 2 001 \ 00068278 a 0102 | in an unadvised manner
-00354861 02 r 01 recklessly 0 001 \ 00312757 a 0102 | in a reckless manner
-00354938 02 r 02 headlong 2 precipitately 0 002 \ 01270868 a 0203 \ 01270704 a 0102 | at breakneck speed; "burst headlong through the gate"
-00355080 02 r 01 heaps 0 001 ;u 07075172 n 0000 | very much; "thanks heaps"
-00355158 02 r 01 heartlessly 0 001 \ 01158020 a 0102 | in a heartless manner; "she behaves rather heartlessly toward her admirers"
-00355291 02 r 02 heatedly 0 hotly 0 002 \ 01256332 a 0201 \ 01256865 a 0101 | in a heated manner; "`To say I am behind the strike is so much nonsense,' declared Mr Harvey heatedly"; "the children were arguing hotly"
-00355509 02 r 03 heavenward 0 heavenwards 0 heavenwardly 0 000 | toward heaven; "he pointed heavenward"
-00355615 02 r 02 heavy 0 heavily 2 001 \ 01188762 a 0201 | slowly as if burdened by much weight; "time hung heavy on their hands"
-00355747 02 r 02 heinously 0 monstrously 2 002 \ 01131454 a 0204 \ 02514380 a 0102 | in a terribly evil manner; "the child was heinously murdered"
-00355896 02 r 03 hereinafter 0 hereafter 0 hereunder 0 000 | in a subsequent part of this document or statement or matter etc.; "the landlord demises unto the tenant the premises hereinafter called the demised premises"; "the terms specified hereunder"
-00356151 02 r 01 hereinbefore 0 000 | in the preceding part of the current text
-00356233 02 r 01 hereof 0 000 | of or concerning this; "the twigs hereof are physic"
-00356320 02 r 01 hereto 0 000 | to this writing or document; "the charts hereto attached"
-00356412 02 r 01 hereupon 0 000 | immediately after this; "hereupon, the passengers stumbled aboard"
-00356515 02 r 01 hermetically 0 001 \ 01398772 a 0101 | in an airtight manner; "this bag is hermetically sealed"
-00356630 02 r 01 heroically 0 001 \ 00251134 a 0101 | in a heroic manner; "he become reconciled to not dying heroically in her arms"
-00356765 02 r 03 hideously 0 horridly 0 monstrously 4 003 \ 00221627 a 0302 \ 01626562 a 0202 \ 00221934 a 0101 | in a hideous manner; "her face was hideously disfigured after the accident"
-00356957 02 r 02 high 0 high_up 0 000 | at a great altitude; "he climbed high on the ladder"
-00357052 02 r 01 high 1 000 | far up toward the source; "he lives high up the river"
-00357139 02 r 01 high 2 000 | in or to a high position, amount, or degree; "prices have gone up far too high"
-00357251 02 r 03 high 3 richly 1 luxuriously 0 002 \ 02024928 a 0304 \ 02021905 a 0201 | in a rich manner; "he lives high"
-00357376 02 r 01 high-handedly 0 001 \ 00788145 a 0102 | in a domineering high-handed manner; "he behaved high-handedly toward his employees"
-00357520 02 r 01 high-mindedly 0 001 \ 01588619 a 0106 | in a high-minded manner; "he talks high-mindedly, but we don't know whether he acts according to his principles"
-00357692 02 r 02 questioningly 0 wonderingly 0 002 \ 00664879 a 0204 \ 00664879 a 0103 | in a curious and questioning manner; "they turned their heads questioningly, as if awaiting further instructions"
-00357897 02 r 01 insolently 0 001 \ 00155144 a 0108 | in an insolent manner; "he had replied insolently to his superiors"
-00358021 02 r 02 loose 0 free 0 000 | without restraint; "cows in India are running loose"
-00358114 02 r 01 about 3 000 | in rotation or succession; "turn about is fair play"
-00358200 02 r 02 hoarsely 0 huskily 0 002 \ 00299690 a 0203 \ 00299690 a 0102 | in a hoarse or husky voice; "`Excuse me,' he said hoarsely"
-00358342 02 r 01 horizontally 0 001 \ 01232635 a 0101 | in a horizontal direction; "a gallery quite often is added to make use of space vertically as well as horizontally"
-00358516 02 r 01 vertically 0 001 \ 01233347 a 0101 | in a vertical direction; "a gallery quite often is added to make use of space vertically as well as horizontally"
-00358686 02 r 01 hospitably 0 002 ! 00358832 r 0101 \ 01243825 a 0101 | in a hospitable manner; "she was received hospitably by her new family"
-00358832 02 r 01 inhospitably 0 002 ! 00358686 r 0101 \ 01244195 a 0101 | in an inhospitable manner; "she was received inhospitably by her new family"
-00358985 02 r 01 hourly 0 001 \ 01968811 a 0101 | every hour; by the hour; "daily, hourly, I grew stronger"
-00359095 02 r 01 huffily 0 001 \ 00115193 a 0101 | in a huffy manner; "`Don't bother to call me back,' he said huffily"
-00359217 02 r 01 hugger-mugger 0 000 | in secrecy; "they did it all hugger-mugger"
-00359302 02 r 01 humanely 0 002 ! 00359438 r 0101 \ 01261867 a 0101 | in a humane manner; "let's treat the prisoners of war humanely"
-00359438 02 r 01 inhumanely 0 002 ! 00359302 r 0101 \ 01262611 a 0101 | in an inhumane manner; "the prisoners of war were treated inhumanely"
-00359582 02 r 01 humorously 0 002 ! 00359771 r 0101 \ 01264336 a 0101 | in a humorous manner; "Dickens had humorously suggested a special service of intercession at St. Paul's Cathedral"
-00359771 02 r 02 humorlessly 0 humourlessly 0 002 ! 00359582 r 0101 \ 01268426 a 0101 | in a humorless manner; "he reacted rather humorlessly to these rumors"
-00359932 02 r 02 hundredfold 0 a_hundred_times 0 000 | by a factor of one hundred; "they money increased a hundredfold"
-00360054 02 r 02 hungrily 0 ravenously 0 002 \ 01269506 a 0202 \ 01269073 a 0101 | in the manner of someone who is very hungry; "he pounced on the food hungrily"
-00360218 02 r 02 hydraulically 0 hydraulicly 0 001 \ 03073751 a 0101 | in a hydraulic manner; "the block is then tested hydraulically to its full design test pressure on each stream separately"
-00360414 02 r 01 hygienically 0 002 ! 00360551 r 0101 \ 02113191 a 0101 | in a hygienic manner; "the body must cared for hygienically"
-00360551 02 r 01 unhygienically 0 002 ! 00360414 r 0101 \ 02113672 a 0101 | in an unhygienic manner; "the meat is unhygienically processed on wooden tables"
-00360710 02 r 01 hysterically 0 001 \ 00086606 a 0101 | in a hysterical manner; "she screamed hysterically when she heard the news"
-00360844 02 r 01 icily 0 001 \ 01258264 a 0105 | in a cold and icy manner; "`Mr. Powell finds it easier to take it out of mothers, children and sick people than to take on this vast industry,' Mr Brown commented icily"
-00361065 02 r 01 identically 0 001 \ 02064127 a 0101 | with complete identity; in an identical manner; "he is fitted with an identically similar one"
-00361217 02 r 01 identifiably 0 001 \ 01272397 a 0101 | in an identifiable manner; "they were identifiably different"
-00361337 02 r 01 ideologically 0 000 | with respect to ideology; "ideologically, we do not see eye to eye"
-00361446 02 r 01 idiomatically 0 001 \ 03004358 a 0101 | in an idiomatic manner; "he expressed himself idiomatically"
-00361566 02 r 01 idiotically 0 001 \ 02075737 a 0102 | in an idiotic manner; "what arouses the indignation of the honest satirist is not the fact that people in positions of power or influence behave idiotically"
-00361781 02 r 02 idly 0 lazily 1 002 \ 00294579 a 0203 \ 00294175 a 0101 | in an idle manner; "this is what I always imagined myself doing in the south of France, sitting idly, drinking coffee, watching the people"
-00361998 02 r 01 idolatrously 0 001 \ 02931096 a 0101 | in an idolatrous manner; "the people idolatrously worshipped the Golden Calf"
-00362134 02 r 01 ignorantly 0 001 \ 01308894 a 0101 | in ignorance; in an ignorant manner; "they lived ignorantly in their own small world"
-00362276 02 r 03 legibly 0 decipherably 0 readably 0 004 \ 01405047 a 0303 \ 01405047 a 0202 ! 00362455 r 0101 \ 01404702 a 0101 | in a legible manner; "you must write legibly"
-00362455 02 r 03 illegibly 0 undecipherably 0 unreadably 0 004 \ 01405523 a 0304 \ 01405523 a 0203 ! 00362276 r 0101 \ 01405214 a 0101 | in an illegible manner; "this student writes illegibly"
-00362650 02 r 02 illegitimately 0 out_of_wedlock 0 002 ! 00362831 r 0101 \ 01407465 a 0101 | of biological parents not married to each other; "this child was born illegitimately"
-00362831 02 r 01 legitimately 0 002 ! 00362650 r 0101 \ 01406640 a 0101 | in a lawfully recognized manner; "let's get married so our child can be born legitimately"
-00362998 02 r 02 illegitimately 1 illicitly 0 003 ! 00363218 r 0203 \ 01550572 a 0201 ! 00363218 r 0101 | in a manner disapproved or not allowed by custom; "He acted illegitimately when he increased the rent fourfold"
-00363218 02 r 03 legitimately 1 lawfully 1 licitly 0 006 ! 00362998 r 0302 \ 01401224 a 0303 ! 00154536 r 0203 \ 01395617 a 0201 ! 00362998 r 0101 \ 01401224 a 0102 | in a manner acceptable to common custom; "you cannot do this legitimately!"
-00363463 02 r 01 logically 0 002 ! 00363602 r 0101 \ 01430111 a 0101 | in a logical manner; "he acted logically under the circumstances"
-00363602 02 r 01 illogically 0 002 ! 00363463 r 0101 \ 01430847 a 0101 | in an illogical manner; "she acted illogically under the pressure"
-00363744 02 r 01 logically 1 001 \ 02499301 a 0102 | according to logical reasoning; "logically, you should now do the same to him"
-00363878 02 r 01 illustriously 0 001 \ 01121989 a 0101 | in an illustrious manner; "Einstein, the illustriously famous physicist of the 20th century"
-00364030 02 r 01 immaculately 0 001 \ 01750847 a 0102 | in an immaculate manner; "gone was the casually dressed Canadian she had thought a backwoodsman--this man was immaculately tailored"
-00364221 02 r 01 immovably 0 001 \ 01525320 a 0101 | so as to be incapable of moving; "the mountains brooded immovably above the river"
-00364359 02 r 01 impartially 0 001 \ 01723308 a 0101 | in an impartial manner; "he smiled at them both impartially"
-00364477 02 r 02 morally 0 virtuously 1 002 \ 02513269 a 0201 ! 00364623 r 0101 | in a moral manner; "he acted morally under the circumstances"
-00364623 02 r 02 immorally 0 amorally 0 002 ! 00364477 r 0101 \ 02036077 a 0102 | without regard for morality; "he acted immorally when his own interests were at stake"
-00364794 02 r 01 impassively 0 001 \ 00857560 a 0101 | in an impassive manner; "he submitted impassively to his arrest"
-00364916 02 r 02 impenitently 0 unrepentantly 0 004 \ 01743909 a 0202 \ 01743909 a 0101 ! 00365110 r 0203 ! 00365110 r 0101 | in an impenitent manner; "he repeated his position unrepentantly"
-00365110 02 r 03 penitently 0 penitentially 0 repentantly 0 005 ! 00364916 r 0302 \ 01743217 a 0302 \ 01743704 a 0201 ! 00364916 r 0101 \ 01743217 a 0101 | showing remorse
-00365284 02 r 02 imperatively 0 peremptorily 0 002 \ 00713205 a 0201 \ 00712419 a 0101 | in an imperative and commanding manner
-00365414 02 r 02 imperceptibly 0 unnoticeably 0 003 \ 01288091 a 0201 ! 00365668 r 0101 \ 01748318 a 0101 | in an imperceptible manner or to an imperceptible degree; "the power of the Secretary of State in London increased gradually but imperceptibly"
-00365668 02 r 03 perceptibly 0 noticeably 0 observably 0 004 \ 01287486 a 0303 \ 01286799 a 0201 ! 00365414 r 0101 \ 01746605 a 0101 | in a noticeable manner; "he changed noticeably over the years"
-00365868 02 r 01 imperiously 0 001 \ 01891109 a 0103 | in an imperious manner; "imperiously he cut her short"
-00365980 02 r 01 impersonally 1 001 \ 01615625 a 0101 | in an impersonal manner; "when I told him about Russ I found it difficult to speak impersonally"
-00366135 02 r 01 impersonally 0 002 ! 00366266 r 0101 \ 01769565 a 0101 | without warmth; "he treated his patients impersonally"
-00366266 02 r 01 personally 3 002 ! 00366135 r 0101 \ 01767329 a 0101 | in a personal way; "he took her comments personally"
-00366393 02 r 01 personally 1 000 | as yourself; "speaking personally, I would not want to go"
-00366490 02 r 05 impertinently 0 saucily 1 pertly 0 freshly 3 impudently 0 005 \ 00205295 a 0503 \ 00205295 a 0401 \ 02280090 a 0303 \ 00205295 a 0206 \ 00205295 a 0102 | in an impudent or impertinent manner; "a lean, swarthy fellow was peering through the window, grinning impudently"
-00366778 02 r 02 impetuously 0 impulsively 0 002 \ 00326608 a 0202 \ 00326608 a 0103 | in an impulsive or impetuous way; without taking cautions; "he often acts impulsively and later regrets it"
-00366975 02 r 01 impiously 0 001 \ 01995863 a 0101 | in an impious manner; "the young members challenged their leader impiously"
-00367106 02 r 02 impishly 0 puckishly 0 002 \ 02122715 a 0207 \ 02122715 a 0102 | in an appealing but bold manner; "she asked him impishly to come in"
-00367259 02 r 01 implicitly 0 002 ! 00367418 r 0101 \ 00941485 a 0101 | without ever expressing so clearly; "he implicitly assumes that you know the answer"
-00367418 02 r 01 explicitly 0 002 \ 00940437 a 0101 ! 00367259 r 0101 | in an explicit manner; "in his foreword Professor Clark puts it explicitly"
-00367568 02 r 01 implicitly 1 001 \ 00005599 a 0101 | without doubting or questioning; "I implicitly trust him"
-00367682 02 r 01 importantly 0 001 \ 01275562 a 0101 | in an important way; "for centuries jellies have figured importantly among English desserts, particularly upon festive occasion"
-00367868 02 r 02 importantly 1 significantly 2 002 \ 02161432 a 0201 \ 01275562 a 0101 | in an important way or to an important degree; "more importantly, Weber held that the manifold meaning attached to the event by the social scientist could alter his definition of the concrete event itself"
-00368165 02 r 01 impracticably 0 001 \ 01823574 a 0101 | to an impracticable degree; "this is still impracticably high"
-00368287 02 r 03 precisely 1 incisively 1 exactly 2 004 ! 00368481 r 0302 \ 00631798 a 0302 ! 00368481 r 0101 \ 00631798 a 0102 | in a precise manner; "she always expressed herself precisely"
-00368481 02 r 02 imprecisely 0 inexactly 0 004 ! 00368287 r 0203 \ 00915787 a 0201 ! 00368287 r 0101 \ 01839417 a 0101 | in an imprecise manner; "he expressed himself imprecisely"
-00368663 02 r 05 precisely 2 exactly 4 on_the_nose 0 on_the_dot 0 on_the_button 0 000 | just as it should be; "`Precisely, my lord,' he said"
-00368807 02 r 01 impregnably 0 001 \ 02526124 a 0101 | in an impregnable manner; "the sight of that bland, impregnably righteous face has been enough to make their blood run cold"
-00368989 02 r 01 improvidently 0 002 ! 00369132 r 0101 \ 01895837 a 0101 | in an improvident manner; "he lived improvidently for the moment"
-00369132 02 r 01 providently 0 002 ! 00368989 r 0101 \ 01894758 a 0101 | in a provident manner; "providently, he had saved up some money for emergencies"
-00369288 02 r 02 prudently 0 providentially 2 002 ! 00369552 r 0101 \ 01898129 a 0101 | in a prudent manner; "I had allotted my own bedroom for necking, prudently removing both the bed and the key, and taken both myself and my typewriter into my son's bedroom."
-00369552 02 r 01 imprudently 0 002 ! 00369288 r 0101 \ 01899360 a 0101 | in an imprudent manner; "imprudently, he downed tools and ran home to make his wife happy"
-00369718 02 r 01 adequately 0 002 ! 00369869 r 0101 \ 02336109 a 0101 | in an adequate manner or to an adequate degree; "he was adequately prepared"
-00369869 02 r 01 inadequately 0 002 ! 00369718 r 0101 \ 00051696 a 0101 | in an inadequate manner or to an inadequate degree; "the temporary camps were inadequately equipped"
-00370046 02 r 01 incisively 0 001 \ 01744515 a 0103 | in an incisive manner; "he was incisively critical"
-00370154 02 r 01 cuttingly 0 001 \ 01374004 a 0101 | in an intentionally unkind way; "a cutting remark"
-00370260 02 r 01 incognito 0 000 | without revealing one's identity; "in Holland he lived incognito as a carpenter in the shipyards of the East India company"
-00370421 02 r 02 incomparably 0 uncomparably 0 002 ! 00370597 r 0101 \ 00504592 a 0101 | in an incomparable manner or to an incomparable degree; "she is incomparably gifted"
-00370597 02 r 01 comparably 0 002 ! 00370421 r 0101 \ 00503982 a 0101 | in a comparable manner or to a comparable degree; "you will have to work comparably harder"
-00370763 02 r 01 incongruously 0 001 \ 00562469 a 0101 | in an incongruous manner; "his shirttails stuck out from his tuxedo pants somewhat incongruously"
-00370920 02 r 01 conspicuously 0 002 ! 00371171 r 0101 \ 02090567 a 0103 | in a manner tending to attract attention; "there have been plenty of general declarations about willingness to meet and talk, but conspicuously no mention of time and place"
-00371171 02 r 01 inconspicuously 0 002 ! 00370920 r 0101 \ 00581401 a 0101 | in a manner intended to avoid attracting attention; "he had entered the room inconspicuously"
-00371344 02 r 01 incriminatingly 0 001 \ 00924952 a 0103 | in an incriminating manner
-00371432 02 r 01 incurably 0 001 \ 00994567 a 0101 | in a manner impossible to cure; "he is incurably ill"
-00371541 02 r 01 incurably 1 001 \ 00349759 a 0101 | to an incurable degree; "she was incurably optimistic"
-00371651 02 r 01 indelibly 0 001 \ 00898488 a 0101 | in an indelible manner; "this tradition has left its mark indelibly upon the social, political, educational and industrial fabric of this country"
-00371853 02 r 04 ineffably 0 indescribably 0 unutterably 0 unspeakably 0 004 \ 00944111 a 0404 \ 00944111 a 0306 \ 00944111 a 0202 \ 00944111 a 0103 | to an inexpressible degree; "she was looking very young tonight, and, as usual, indescribably beautiful, in a simple strapless dress of a green and white silky cotton"
-00372174 02 r 01 indeterminably 0 001 \ 00739273 a 0101 | in an indeterminable manner; "their relationship was of an indeterminably vague nature"
-00372322 02 r 01 indifferently 0 001 \ 01342949 a 0102 | with indifference; in an indifferent manner; "she shrugged indifferently"
-00372455 02 r 01 indignantly 0 001 \ 00115494 a 0101 | in an indignant manner; "Miss Burney protested indignantly, her long thin nose turning pink with mortification at this irreverent piece of mimicry"
-00372660 02 r 01 discreetly 0 002 ! 00372914 r 0101 \ 00772910 a 0101 | with discretion; prudently and with wise self-restraint; "I sent for the sergeant of the platoon both men were in and asked him to try to find out discreetly what lay behind this"
-00372914 02 r 01 indiscreetly 0 002 ! 00372660 r 0101 \ 00772910 a 0101 | without discretion or wisdom or self-restraint; "she inquired indiscreetly after the state of his health"
-00373096 02 r 01 indolently 0 001 \ 00294579 a 0102 | in an indolent manner; "he lives indolently with his relatives"
-00373216 02 r 04 indubitably 0 beyond_doubt 0 beyond_a_doubt 0 beyond_a_shadow_of_a_doubt 0 001 \ 01918541 a 0102 | in a manner or to a degree that could not be doubted; "it was immediately and indubitably apparent that I had interrupted a scene of lovers"; "his guilt was established beyond a shadow of a doubt"
-00373531 02 r 01 indulgently 0 001 \ 01763159 a 0101 | in an indulgent manner; "I was indulgently advised to give the kids what they wanted unless I wished my son to be socially ostracised"
-00373723 02 r 01 industriously 0 001 \ 00754682 a 0102 | in an industrious manner; "they hoed up weeds industriously all morning"
-00373855 02 r 01 inextricably 0 001 \ 00945207 a 0101 | in an inextricable manner; "motives inspired by Mammon were often inextricably blended with things pertaining to Caesar and to God"
-00374045 02 r 01 influentially 0 001 \ 01830134 a 0101 | exerting influence
-00374123 02 r 02 informatively 0 instructively 0 004 ! 00374277 r 0202 \ 01323449 a 0201 ! 00374277 r 0101 \ 01304570 a 0101 | in an informative manner
-00374277 02 r 02 uninformatively 0 uninstructively 0 004 ! 00374123 r 0202 \ 01325372 a 0201 ! 00374123 r 0101 \ 01305607 a 0101 | in an uninformative manner; "`I can't tell you when the manager will arrive,' he said rather uninformatively"
-00374520 02 r 01 infrequently 0 002 ! 00035058 r 0101 \ 01067193 a 0101 | not many times; "in your 1850 church you not infrequently find a dramatic contrast between the sumptuous appointments of the building itself and the inhuman barrack-like living conditions in the church room"
-00374804 02 r 01 ingeniously 1 000 | in an ingenious manner; "a Hampshire farmer had fowls of different breeds, including Dorkings, and he discriminated ingeniously between the `dark ones' and the `white ones'"
-00375017 02 r 01 ingratiatingly 0 001 \ 00908143 a 0101 | in a flattering and ingratiating manner; "she behaves ingratiatingly toward her boss"
-00375163 02 r 01 inherently 0 001 \ 01348528 a 0104 | in an inherent manner; "the subject matter is sexual activity of any overt kind, which is depicted as inherently desirable and exciting"
-00375356 02 r 02 inimitably 0 unreproducibly 0 002 \ 01868302 a 0201 \ 01868470 a 0101 | in an unreproducible manner; "he has an inimitably verbose style"
-00375513 02 r 01 iniquitously 0 001 \ 02514543 a 0101 | in an iniquitous manner; "they really believed that the treaty of Versailles was iniquitously injust"
-00375673 02 r 01 innately 0 001 \ 01315844 a 0103 | in an innate manner; "the child is said to be innately disposed to learn language"
-00375810 02 r 01 innocently 0 001 \ 02272670 a 0101 | in a naively innocent manner; "she smiled at him innocently"
-00375927 02 r 01 innocently 1 001 \ 01319874 a 0101 | in a not unlawful manner; "he claimed to have purchased the contraband innocently"
-00376066 02 r 02 inopportunely 0 malapropos 0 002 ! 00376266 r 0101 \ 01661914 a 0101 | at an inconvenient time; "he arrived inopportunely just as we sat down for dinner"; "she answered malapropos"
-00376266 02 r 01 opportunely 0 002 ! 00376066 r 0101 \ 01660994 a 0101 | at an opportune time; "he arrived rather opportunely just when we needed a new butler"
-00376428 02 r 02 inquiringly 0 enquiringly 0 001 \ 00878829 a 0101 | in an inquiring manner; "Tom Swift looked at his cabin mates inquiringly"
-00376573 02 r 02 insatiably 0 unsatiably 0 001 \ 02078399 a 0102 | in an insatiable manner; with persistence but without satisfaction; "he clawed insatiably at the traditional precepts"
-00376761 02 r 02 insatiably 1 unsatiably 1 001 \ 02078399 a 0102 | to an insatiable degree; "she was insatiably hungry"
-00376883 02 r 01 securely 1 001 \ 02526124 a 0103 | in an invulnerable manner; "the agreed line was to involve at several points the withdrawal of French troops from positions which they had quite securely held"
-00377097 02 r 01 securely 2 002 ! 00377334 r 0101 \ 02093888 a 0101 | in a manner free from fear or risk; "the outcome of expansion in the sixties and seventies will be an academic hierarchy securely supported by scholastic selection"
-00377334 02 r 01 insecurely 0 002 ! 00377097 r 0101 \ 02094755 a 0101 | in a manner involving risk; "our positions here at the university are rather insecurely supported by grant money"
-00377522 02 r 01 securely 3 002 ! 00377684 r 0101 \ 02093305 a 0101 | in a confident and unselfconscious manner; "he acts very securely in front of the camera"
-00377684 02 r 01 insecurely 1 002 ! 00377522 r 0101 \ 02093493 a 0101 | in a tentative and self-conscious manner; "she always acts very insecurely in the presence of her father"
-00377864 02 r 01 sensitively 0 002 ! 00378029 r 0101 \ 02105990 a 0101 | in a sensitive manner; "she questioned the rape victim very sensitively about the attack"
-00378029 02 r 01 insensitively 0 002 ! 00377864 r 0101 \ 02106761 a 0101 | in an insensitive manner; "the police officer questioned the woman rather insensitively about the attack"
-00378212 02 r 02 insidiously 0 perniciously 1 002 \ 01611329 a 0203 \ 01162406 a 0101 | in a harmfully insidious manner; "these drugs act insidiously"
-00378365 02 r 03 sincerely 0 unfeignedly 0 truly 3 004 \ 02180277 a 0302 \ 02180277 a 0203 ! 00378665 r 0101 \ 02179279 a 0101 | with sincerity; without pretense; "she praised him sincerely for his victory"; "was unfeignedly glad to see his old teacher"; "we are truly sorry for the inconvenience"
-00378665 02 r 01 insincerely 0 002 ! 00378365 r 0101 \ 02180797 a 0101 | without sincerity; "she congratulated him somewhat insincerely"
-00378804 02 r 01 from_the_heart 0 000 | very sincerely; "he spoke from the heart"
-00378888 02 r 01 insinuatingly 0 000 | in an insinuating manner; "the art book has art to sell, insinuatingly, and for a purpose, like the American muse, which has in fact a tradition to sell, and one which doesn't exist, in painting"
-00379125 02 r 01 insipidly 0 001 \ 01345997 a 0101 | in an insipid manner; "insipidly expressed thoughts"
-00379233 02 r 01 insomuch 0 000 | to such an extent or degree; so
-00379301 02 r 01 inspirationally 0 001 \ 02055773 a 0101 | with inspiration; in an inspiring manner, "he talked inspirationally"
-00379432 02 r 01 substantially 2 001 \ 02275412 a 0103 | in a strong substantial way; "the house was substantially built"
-00379556 02 r 02 insubstantially 0 impalpably 0 000 | not substantially; lacking substantial expression or fullness
-00379674 02 r 01 insultingly 1 001 \ 01995288 a 0103 | in a disrespectful and insulting manner; "he behaves insultingly toward his parents"
-00379816 02 r 01 insuperably 0 001 \ 02357322 a 0101 | to an insuperable degree; "these various courses all seemed insuperably difficult to the student"
-00379971 02 r 01 interchangeably 0 001 \ 01978532 a 0102 | in an interchangeable manner; "these terms can be used interchangeably"
-00380104 02 r 01 interdepartmental 0 001 \ 03060114 a 0101 | between departments; "this memo was circulated interdepartmentally"
-00380235 02 r 01 intermediately 0 000 | to an intermediate degree; "intermediately hot"
-00380325 02 r 01 endlessly 4 000 | (spatial sense) without bounds; "the Nubian desert seemed to stretch out before them endlessly"
-00380458 02 r 01 intermittently 0 001 \ 00593836 a 0101 | in an intermittent manner; "intermittently we questioned the barometer"
-00380590 02 r 01 interrogatively 1 001 \ 00687163 a 0101 | in a questioning format
-00380675 02 r 02 intolerantly 0 illiberally 0 002 \ 00288237 a 0201 \ 00288237 a 0102 | in a narrow-minded manner; "his illiberally biased way of thinking"
-00380833 02 r 01 tolerantly 0 002 ! 00380994 r 0101 \ 02436341 a 0101 | in a tolerant manner; "he reacts rather tolerantly toward his son's juvenile behavior"
-00380994 02 r 01 intolerantly 1 002 ! 00380833 r 0101 \ 02436622 a 0101 | in an intolerant manner
-00381094 02 r 01 transitively 0 002 ! 00381254 r 0101 \ 02488705 a 0101 | in a transitive manner; "you can use the verb `eat' transitively or intransitively"
-00381254 02 r 01 intransitively 0 002 ! 00381094 r 0101 \ 02488907 a 0101 | in an intransitive manner; "you can use the verb `drink' intransitively, without a direct object"
-00381430 02 r 01 intravenously 0 001 \ 02890703 a 0101 | in an intravenous manner; "the patient had to be fed intravenously"
-00381557 02 r 01 intuitively 0 001 \ 01431471 a 0101 | in an intuitive manner; "inventors seem to have chosen intuitively a combination of explosive and aggressive sounds as warning signals to be used on automobiles"
-00381776 02 r 01 inventively 0 001 \ 00643863 a 0102 | in an inventive manner; "Picasso's liberated shapes and excitingly applied and inventively combined colours"
-00381942 02 r 01 invidiously 0 001 \ 00997394 a 0102 | in a manner arousing resentment
-00382031 02 r 01 invincibly 0 001 \ 00570322 a 0101 | in an invincible manner; "invincibly, the troops moved forward"
-00382151 02 r 01 invisibly 0 002 ! 00382287 r 0101 \ 02517265 a 0101 | without being seen; "these organisms enter the body invisibly"
-00382287 02 r 01 visibly 0 002 ! 00382151 r 0101 \ 02515341 a 0101 | in a visible manner; "he was visibly upset"
-00382402 02 r 01 irately 0 001 \ 00115777 a 0101 | in an irate manner; "`Get out,' he shouted irately"
-00382507 02 r 01 ironically 0 001 \ 01266092 a 0103 | in an ironic manner; "she began to mimic him ironically"
-00382620 02 r 01 ironically 1 000 | contrary to plan or expectation; "ironically, he ended up losing money under his own plan"
-00382749 02 r 01 irrelevantly 0 002 \ 01976084 a 0101 ! 00440523 r 0101 | in an irrelevant manner; "suddenly and irrelevantly, she asked him for money"
-00382903 02 r 01 irretrievably 0 001 \ 01956675 a 0101 | in an irretrievable manner; "it is irretrievably lost"
-00383017 02 r 01 irreverently 2 001 \ 02012504 a 0101 | in an irreverent manner; "in the seventeenth century England had known fifty years of doctrinal quarrels and civil war; clergymen had been turned from their cures, and churches irreverently used"
-00383271 02 r 01 irreverently 0 002 ! 00443461 r 0102 \ 02012504 a 0101 | without respect; "the student irreverently mimicked the teacher in his presence"
-00383428 02 r 01 irreversibly 0 001 \ 01759362 a 0101 | in an irreversible manner; "this old tradition is irreversibly disappearing"
-00383563 02 r 01 jarringly 0 001 \ 00300196 a 0101 | in a manner that jars and irritates; "the piano was jarringly out of tune"
-00383693 02 r 01 jealously 0 001 \ 00888765 a 0103 | with jealousy; "he guarded his privacy jealously"
-00383798 02 r 02 immaturely 0 jejunely 0 003 \ 01492596 a 0202 ! 00383972 r 0101 \ 01492394 a 0101 | in an immature manner; "his teenage son still behaves very immaturely"
-00383972 02 r 01 maturely 0 002 ! 00383798 r 0101 \ 01491775 a 0101 | in a mature manner; "she acts very maturely for her age"
-00384101 02 r 01 jerkily 0 000 | with jerking motions; "She rose stiffly, jerkily from the window seat"
-00384207 02 r 02 jokingly 0 jestingly 0 002 \ 01267076 a 0201 \ 01267076 a 0104 | in jest; "I asked him jokingly whether he thought he could drive the Calcutta-Peshawar express"
-00384387 02 r 02 jocosely 0 jocular 0 002 \ 01267076 a 0203 \ 01267076 a 0102 | with humor; "they tried to deal with this painful subject jocularly"
-00384538 02 r 01 journalistically 0 001 \ 03077419 a 0101 | by journalists; "he is being journalistically crucified in his own country"
-00384676 02 r 01 jovially 0 001 \ 01367651 a 0104 | in a jovial manner; "he greeted his friend jovially"
-00384783 02 r 01 judiciously 0 001 ! 00384912 r 0101 | in a judicious manner; "let's use these intelligence tests judiciously"
-00384912 02 r 01 injudiciously 0 002 ! 00384783 r 0101 \ 01899970 a 0101 | in an injudicious manner; "these intelligence tests were used injudiciously for many years"
-00385081 02 r 01 keenly 0 001 \ 01744515 a 0104 | in a keen and discriminating manner; "he was keenly aware of his own shortcomings"
-00385216 02 r 02 killingly 0 sidesplittingly 0 002 \ 01267339 a 0202 \ 01267339 a 0101 | in a very humorous manner
-00385333 02 r 01 laboriously 0 001 \ 00836544 a 0107 | in a laborious manner; "their lives were spent in committee making decisions for others to execute on the basis of data laboriously gathered for them"
-00385541 02 r 01 lackadaisically 0 001 \ 00295011 a 0101 | in an idle and lackadaisical manner; "he was hanging around the house lackadaisically"
-00385689 02 r 01 lamely 0 001 \ 02325304 a 0102 | in a weak and unconvincing manner; "`I don't know, Edward,' she answered lamely"
-00385822 02 r 02 landward 0 landwards 0 000 | toward land; "landward, miles of rough grass marshes melt into low uplands"
-00385946 02 r 01 langsyne 0 001 ;r 08890097 n 0000 | at a distant time in the past (chiefly Scottish)
-00386050 02 r 01 languidly 0 001 \ 00876204 a 0103 | in a languid and lethargic manner; "the men languidly put on their jackets"
-00386181 02 r 01 languorously 0 001 \ 00876204 a 0104 | in a languorous manner; "he was sprawling languorously on the sofa"
-00386307 02 r 01 large 0 000 | with the wind abaft the beam; "a ship sailing large"
-00386393 02 r 01 large 1 000 | at a distance, wide of something (as of a mark)
-00386474 02 r 02 lasciviously 0 salaciously 0 002 \ 02133779 a 0204 \ 02133207 a 0101 | in a lascivious manner
-00386587 02 r 01 laterally 0 002 ;c 06057539 n 0000 \ 00778828 a 0101 | in a lateral direction or location; "the body is spindle-shaped and only slightly compressed laterally"
-00386765 02 r 01 laterally 1 001 \ 02441469 a 0101 | to or by or from the side; "such women carry in their heads kinship knowledge of six generations depth and extending laterally among consanguineal kin as far as the grandchildren of second cousin"
-00387017 02 r 04 laughably 0 ridiculously 0 ludicrously 0 preposterously 0 003 \ 01266397 a 0302 \ 01266397 a 0203 \ 01265308 a 0105 | so as to arouse or deserve laughter; "her income was laughably small, but she managed to live well"
-00387254 02 r 02 laxly 0 leniently 0 002 \ 01763159 a 0202 \ 00755482 a 0101 | in a permissively lenient manner; "he felt incensed that Tarrant should have been treated so leniently given his crime"
-00387455 02 r 01 under_arms 0 000 | armed and prepared for fighting
-00387525 02 r 01 lazily 0 001 \ 00981304 a 0101 | in a slow and lazy manner; "I watched the blue smoke drift lazily away on the still air"
-00387666 02 r 01 left 3 001 ! 00387828 r 0101 | toward or on the left; also used figuratively; "he looked right and left"; "the political party has moved left"
-00387828 02 r 01 right 3 001 ! 00387666 r 0101 | toward or on the right; also used figuratively; "he looked right and left"; "the party has moved right"
-00387983 02 r 01 legato 0 001 ! 00388094 r 0101 | connecting the notes; in music; "play this legato, please"
-00388094 02 r 01 staccato 0 001 ! 00387983 r 0101 | separating the notes; in music; "play this staccato, please"
-00388209 02 r 05 lengthways 0 lengthwise 0 longwise 0 longways 0 longitudinally 1 001 \ 01445558 a 0501 | in the direction of the length; "He cut the paper lengthwise"
-00388379 02 r 01 longitudinally 2 000 | across time; "We studied the development of the children longitudinally"
-00388494 02 r 02 lento 0 slowly 1 001 \ 00982602 a 0201 | in music; "Play this lento, please"
-00388590 02 r 02 lethargically 0 unenergetically 0 001 \ 00875712 a 0101 | without energy; in a lethargic manner; "he hung around the house lethargically"
-00388747 02 r 02 lewdly 0 obscenely 0 002 \ 00684163 a 0201 \ 02133207 a 0102 | in a lewd and obscene manner; "he had seen how in their dances the white men and women held one another obscenely"
-00388944 02 r 03 licentiously 0 wantonly 0 promiscuously 0 003 \ 00361837 a 0304 \ 00361837 a 0206 \ 00362269 a 0101 | in a licentious and promiscuous manner; "this young girl has to share a room with her mother who lives promiscuously"
-00389183 02 r 01 lifelessly 2 001 \ 00097768 a 0101 | in a lifeless manner; "the girl lay in her arms lifelessly"
-00389299 02 r 01 lifelessly 1 001 \ 00119533 a 0101 | without animation or vitality; "lifelessly he performed the song"
-00389421 02 r 02 longingly 0 yearningly 0 000 | in a yearning manner; "he spent the rest of the act gazing longingly over my right shoulder at the illuminated word `Exit'"
-00389595 02 r 04 lucidly 0 pellucidly 0 limpidly 0 perspicuously 0 004 \ 00429355 a 0406 \ 00429355 a 0301 \ 00429355 a 0204 \ 01925708 a 0103 | in a clear and lucid manner; "this is a lucidly written book"
-00389804 02 r 02 lukewarmly 0 tepidly 0 001 \ 00887472 a 0104 | in an unenthusiastically lukewarm manner; "he was lukewarmly received by his relatives"
-00389958 02 r 01 luxuriantly 0 001 \ 01795933 a 0102 | in an elegantly luxuriant way; "this suave, culture-loving and luxuriantly good-looking M.P.represents the car-workers of Coventry"
-00390147 02 r 01 luxuriantly 1 001 \ 00015247 a 0103 | in an abundant and luxuriant manner; "whiskers grew luxuriantly from his ample jowls"
-00390290 02 r 01 manageably 0 002 ! 00390421 r 0101 \ 01474513 a 0101 | so as to be manageable; "this house is manageably small"
-00390421 02 r 01 unmanageably 0 002 ! 00390290 r 0101 \ 01475282 a 0101 | so as to be unmanageable; "`This house is unmanageably large,' she complained"
-00390576 02 r 02 manfully 0 manly 0 002 ! 00390816 r 0101 \ 01475831 a 0102 | in a manful manner; with qualities thought to befit a man; "having said her say Peggy manfully shouldered her burden and prepared to break up yet another home"
-00390816 02 r 02 unmanfully 0 unmanly 0 002 ! 00390576 r 0101 \ 01476154 a 0102 | without qualities thought to befit a man
-00390941 02 r 02 lightly 2 light 0 001 \ 01186408 a 0101 | with few burdens; "experienced travellers travel light"
-00391058 02 r 01 light-handedly 0 001 \ 00706800 a 0101 | in a light-handed manner
-00391143 02 r 02 light-heartedly 0 lightsomely 0 001 \ 00363291 a 0204 | in a light-hearted manner; "he light-heartedly overlooks some of the basic facts of life"
-00391308 02 r 02 lightsomely 1 trippingly 0 002 \ 01192393 a 0203 \ 01192393 a 0102 | moving with quick light steps; "she walked lightsomely down the long staircase"
-00391476 02 r 01 limnologically 0 001 \ 02756025 a 0101 | with regard to or concerning limnology
-00391575 02 r 01 limply 0 000 | without rigidity; "the body was hanging limply from the tree"
-00391671 02 r 01 lineally 0 001 \ 01416508 a 0101 | by an unbroken line of descent; "she is related lineally to the Royal Family"
-00391803 02 r 01 matrilineally 0 001 \ 01416809 a 0101 | by descent through the female line
-00391897 02 r 01 patrilineally 0 001 \ 01416959 a 0101 | by descent through the male line
-00391989 02 r 02 lingeringly 0 protractedly 0 001 \ 01439155 a 0205 | in a slow, leisurely or prolonged way; "her voice was swift, yet ever the last words fell lingeringly" -Rossetti
-00392174 02 r 01 lispingly 0 000 | with a lisp; "she spoke lispingly"
-00392246 02 r 01 listlessly 0 001 \ 00876465 a 0101 | in a listless manner; "they shook hands rather listlessly"
-00392361 02 r 01 lividly 0 001 \ 00115906 a 0101 | in a livid manner
-00392432 02 r 01 loftily 0 001 \ 01205473 a 0102 | in a lofty manner; "she bore herself loftily"
-00392531 02 r 01 logarithmically 0 001 \ 02994617 a 0101 | in a logarithmic manner; "data plotted logarithmically with respect to time is shown in Figure 2"
-00392690 02 r 01 longer 0 001 \ 01437963 a 0101 | for more time; "can I stay bit longer?"
-00392782 02 r 01 longest 0 001 \ 01437963 a 0101 | for the most time; "she stayed longest"
-00392875 02 r 04 loquaciously 0 garrulously 0 talkatively 0 talkily 0 004 \ 02384077 a 0406 \ 02384077 a 0305 \ 02384077 a 0203 \ 02384077 a 0104 | in a chatty loquacious manner; "`When I was young,' she continued loquaciously, `I used to do all sorts of naughty things'"
-00393149 02 r 01 low 0 000 | in a low position; near the ground; "the branches hung low"
-00393240 02 r 01 lowest 0 000 | in the lowest position; nearest the ground; "the branch with the big peaches on it hung lowest"
-00393370 02 r 01 lugubriously 0 001 \ 01366062 a 0101 | in a sorrowful lugubrious manner; "his long face lugubriously reflecting a hidden and unexpressed compassion"
-00393538 02 r 01 luridly 0 001 \ 02101757 a 0101 | in a lurid manner; "it was luridly described in the book as the place where mystics took refuge"
-00393688 02 r 03 lusciously 0 deliciously 1 scrumptiously 0 003 \ 02396720 a 0305 \ 02396720 a 0202 \ 02396720 a 0103 | so as to produce a delightful taste; "I bought some more of these deliciously sweet peaches"
-00393903 02 r 01 lustfully 0 001 \ 02133779 a 0102 | in a lustful manner; "he looked at the young woman lustfully"
-00394020 02 r 01 lyrically 0 001 \ 00856011 a 0102 | in a lyrical manner; "she danced the part of the Black Swan very lyrically"
-00394151 02 r 01 magnanimously 0 001 \ 01589045 a 0102 | in a magnanimous manner; "magnanimously, he forgave all those who had harmed him"
-00394292 02 r 02 grandiloquently 0 magniloquently 0 002 \ 02017721 a 0202 \ 02017721 a 0101 | in a rhetorically grandiloquent manner; "the orator spoke magniloquently"
-00394462 02 r 01 majestically 0 001 \ 01285136 a 0103 | in a majestic manner; "flamingoes walk majestically through the marshes"
-00394593 02 r 01 benevolently 0 002 ! 00394722 r 0101 \ 01372948 a 0102 | in a benevolent manner; "she looked on benevolently"
-00394722 02 r 01 malevolently 0 002 ! 00394593 r 0101 \ 00225564 a 0101 | in a malevolent manner; "she gossips malevolently"
-00394849 02 r 01 malignantly 0 001 \ 02594714 a 0101 | in a malignant manner, as of a tumor that spreads
-00394956 02 r 01 malignly 0 001 \ 00224515 a 0103 | in a malign and evil manner
-00395038 02 r 01 managerially 0 001 \ 02904223 a 0101 | in a managerial manner
-00395119 02 r 01 mangily 0 001 \ 02582269 a 0101 | in a mangy manner
-00395190 02 r 01 maniacally 0 001 \ 02076416 a 0101 | in a maniacal manner or to a maniacal degree; "he was maniacally obsessed with jealousy"
-00395335 02 r 01 manipulatively 0 001 \ 00149461 a 0101 | in an artfully manipulative manner
-00395430 02 r 01 masochistically 0 001 \ 02057681 a 0101 | in a masochistic manner; "masochistically he insisted on an even greater workload"
-00395574 02 r 01 massively 0 001 \ 01389170 a 0101 | to a massive degree or in a massive manner; "tonight the haddock were shoaling massively in three hundred fathoms"
-00395744 02 r 01 masterfully 1 001 \ 02226979 a 0102 | in a skillfully masterful manner; with the skill of a master; "the young boy played the violin sonata masterfully"
-00395916 02 r 01 materialistically 0 001 \ 02577907 a 0101 | in a materialistic manner; "one should not approach life materialistically"
-00396055 02 r 02 maternally 0 motherly 0 001 \ 01734884 a 0101 | in a maternal manner; as a mother; "she loved her students almost maternally"
-00396200 02 r 02 mawkishly 0 drippily 0 002 \ 00854413 a 0202 \ 00854413 a 0105 | in a mawkish and emotional manner; "the violinist played that piece mawkishly"
-00396363 02 r 01 maximally 0 002 ! 00396529 r 0101 \ 01495725 a 0101 | to a maximal degree; "the cells maximally responsive to lines in this orientation will fire"
-00396529 02 r 01 minimally 0 002 ! 00396363 r 0101 \ 01496021 a 0101 | to a minimal degree; "the cells minimally responsive to lines in this orientation will not fire"
-00396699 02 r 04 meagerly 0 sparingly 0 slenderly 1 meagrely 0 005 \ 01394744 a 0301 \ 02421364 a 0204 ! 00178909 r 0101 \ 00106456 a 0101 ! 00397016 r 0101 | to a meager degree or in a meager manner; "these voices are meagerly represented at the conference"; "the area is slenderly endowed with natural resources"
-00397016 02 r 02 amply 0 richly 2 002 ! 00396699 r 0101 \ 00105746 a 0101 | to an ample degree or in an ample manner; "these voices were amply represented"; "we benefited richly"
-00397197 02 r 01 meanderingly 0 001 \ 00763407 a 0101 | in a meandering manner; "the river ran meanderingly through the valley"
-00397327 02 r 01 meaningfully 0 001 \ 01496976 a 0101 | in a meaningful manner; so as to be meaningful; "He glanced at her meaningfully"
-00397466 02 r 02 meanly 0 humbly 1 002 \ 02340458 a 0201 \ 01112969 a 0102 | in a miserly manner; "they lived meanly and without ostentation"
-00397610 02 r 01 meanly 1 001 \ 01112969 a 0102 | poorly or in an inferior manner; "troops meanly equipped"
-00397720 02 r 03 meanly 2 scurvily 0 basely 0 003 \ 01589650 a 0301 \ 00904745 a 0206 \ 01589650 a 0102 | in a despicable, ignoble manner; "this new leader meanly threatens the deepest values of our society"
-00397930 02 r 01 meanspiritedly 0 001 \ 01589650 a 0103 | in a meanspirited manner
-00398015 02 r 01 immeasurably 0 002 ! 00398204 r 0101 \ 01498957 a 0101 | to an immeasurable degree; beyond measurement; "the war left him immeasurably fearful of what man can do to man"
-00398204 02 r 01 measurably 0 002 ! 00398015 r 0101 \ 01498769 a 0101 | to a measurable degree; "the difference is measurably large"
-00398339 02 r 01 mechanistically 0 000 | in a mechanistic manner; "Handel achieves a huge breadth of musical thought when composing almost mechanistically in the least weighty of styles"
-00398528 02 r 01 medially 0 001 \ 00331030 a 0102 | in a medial position; "this consonant always occurs medially"
-00398644 02 r 01 meditatively 0 001 \ 02419434 a 0104 | in a meditative manner; "round and round, while meditatively, as a cow chewing the cud, he let his eyes rest on the flat water ahead of him"
-00398843 02 r 02 mellowly 0 mellow 0 002 ;u 07073447 n 0000 \ 01492061 a 0101 | (obsolete) in a mellow manner
-00398955 02 r 02 melodiously 0 tunefully 0 003 \ 01502195 a 0201 ! 00399106 r 0101 \ 01501113 a 0101 | in a melodious manner; "she sang melodiously"
-00399106 02 r 01 unmelodiously 0 002 ! 00398955 r 0101 \ 01502099 a 0101 | in an unmelodious manner; "she sings rather unmelodiously"
-00399242 02 r 01 melodramatically 0 001 \ 00795078 a 0101 | in an overly emotional manner; "she acted melodramatically when she called for help"
-00399389 02 r 01 melodramatically 1 001 \ 00796337 a 0102 | as in a melodrama; "here, the hero is melodramatically reunited with the heroine"
-00399533 02 r 02 memorably 0 unforgettably 0 003 \ 01040410 a 0201 ! 00399702 r 0101 \ 01040752 a 0101 | in a memorable manner; "Horowitz could play Chopin memorably"
-00399702 02 r 01 unmemorably 0 002 ! 00399533 r 0101 \ 01040331 a 0101 | in an unmemorable manner
-00399802 02 r 02 menacingly 0 threateningly 0 002 \ 00194357 a 0208 \ 00194357 a 0103 | in a menacing manner; "the voice at the other end of the line dropped menacingly"
-00399974 02 r 02 mendaciously 0 untruthfully 0 003 ! 00400192 r 0201 \ 01225898 a 0201 \ 01226129 a 0101 | in a mendacious and untruthful manner; "I told him, quite untruthfully, that I had just returned from leave"
-00400192 02 r 01 truthfully 1 002 ! 00399974 r 0102 \ 01225398 a 0101 | with truth; "I told him truthfully that I had just returned from my vacation"; "he answered the question as truthfully as he could"
-00400398 02 r 01 menially 0 001 \ 02229961 a 0102 | in a menial manner
-00400471 02 r 04 mercilessly 0 pitilessly 0 unmercifully 0 remorselessly 0 004 \ 01508086 a 0402 \ 01507402 a 0302 \ 01508086 a 0201 \ 01507402 a 0101 | without pity; in a merciless manner; "he was mercilessly trounced by his opponent in the House"
-00400722 02 r 02 meretriciously 0 flashily 1 002 \ 02393791 a 0204 \ 02393791 a 0109 | in a meretricious manner; "the boat is meretriciously decorated"
-00400876 02 r 01 meritoriously 0 001 \ 02586747 a 0101 | in a meritorious manner; "he served his country meritoriously"
-00400998 02 r 02 messily 0 untidily 0 002 \ 02424254 a 0201 \ 02426042 a 0101 | in a messy, untidy manner; "Rossi spat very deliberately, and very messily, upon Durieux's party card"
-00401183 02 r 01 tidily 0 001 \ 02422685 a 0101 | in a tidy manner; "the door gave access to a tidily furnished sitting-room where chintz and oak predominated"
-00401345 02 r 01 methodologically 0 001 \ 02943463 a 0101 | in a methodical manner; "let us proceed methodologically"
-00401465 02 r 01 metrically 0 001 \ 02020310 a 0102 | with regard to meter; "metrically, these poems are matched"
-00401581 02 r 01 rhythmically 0 001 \ 02019021 a 0101 | in a rhythmic manner; "the chair rocked rhythmically back and forth"
-00401708 02 r 02 mindlessly 0 senselessly 0 002 \ 01945139 a 0203 \ 01945139 a 0101 | in an unreasonably senseless manner; "these temples were mindlessly destroyed by the Red Guards"
-00401893 02 r 01 mindlessly 1 001 \ 01334277 a 0101 | without intellectual involvement; "all day long, he mindlessly filled out forms"
-00402030 02 r 03 amidships 0 amidship 0 midships 0 000 | at or near or toward the center of a ship; "in the late 19th century, engines were placed in front, amidships, and at the rear"
-00402217 02 r 01 midweek 0 000 | in the middle of the week
-00402278 02 r 01 mincingly 0 001 \ 01948092 a 0102 | in a mincing manner; "she stepped mincingly over the puddles"
-00402395 02 r 01 ministerially 0 001 \ 02764828 a 0101 | in the manner of a minister or clergyman; "he was called on to visit ministerially on the dying man"
-00402555 02 r 02 minutely 0 circumstantially 2 002 \ 01103676 a 0201 \ 01393483 a 0102 | in minute detail; "our inability to see everything minutely and clearly is due merely to the infirmity of our senses"
-00402764 02 r 01 miraculously 0 001 \ 01576551 a 0103 | in a miraculous manner; "my hand grasped the gun that was, miraculously, lying on the ground beside my finger tips"
-00402938 02 r 01 miserably 0 001 \ 00478872 a 0101 | in a miserable manner; "I bit my lip miserably and nodded"
-00403052 02 r 01 mistily 0 001 \ 00461609 a 0104 | in a misty manner; "the summits of the mountains were mistily purple"
-00403175 02 r 01 molto 0 001 ;c 07020895 n 0000 | much; "allegro molto"
-00403249 02 r 01 momentously 0 001 \ 02161982 a 0101 | in a momentous way
-00403325 02 r 01 monotonously 0 001 \ 00807817 a 0102 | in a monotonous manner; "the history of the play throughout the latter part of the eighteenth century is monotonously uneventful"
-00403513 02 r 01 moodily 0 001 \ 01137378 a 0105 | in a moody manner; "in the bar, a youngish, sharp-eyed man was staring moodily into a gin and tonic"
-00403667 02 r 01 morbidly 0 001 \ 02559862 a 0101 | in a morbid manner or to a morbid degree; "he was morbidly fascinated by dead bodies"
-00403807 02 r 01 morosely 0 001 \ 01137378 a 0106 | in a morose manner; "he fell morosely on the bed"
-00403911 02 r 01 morphologically 0 001 \ 02949275 a 0102 | in a morphological manner; with regard to morphology; "these two plants are morphologically related"
-00404073 02 r 01 mortally 0 000 | in such a manner that death ensues (also in reference to hatred, jealousy, fear, etc.); "a being of whom the forest Indians are said to be mortally afraid, with a hoof shaped like the heel of a bottle"
-00404311 02 r 01 motionlessly 0 001 \ 01564315 a 0102 | without moving; in a motionless manner; "he saw the black-haired man waiting motionlessly behind the opposite side of the platform"
-00404501 02 r 01 sadly 3 001 \ 01366277 a 0101 | with sadness; in a sad manner; "`She died last night,' he said sadly"
-00404622 02 r 01 mournfully 0 001 \ 01362387 a 0102 | in a mournful manner; "the young man stared into his glass mournfully"
-00404749 02 r 01 mundanely 0 001 \ 01674242 a 0102 | in a mundane manner; "the young man spoke so mundanely of university life"
-00404879 02 r 02 mundanely 1 terrestrially 1 002 \ 02578035 a 0202 \ 02578035 a 0101 | in a worldly manner; "terrestrially changeable"
-00405016 02 r 01 murderously 1 001 \ 00248837 a 0102 | as if bent on murder; "the huge dog bore down on them with bared fangs and barking murderously"
-00405169 02 r 01 murkily 1 001 \ 00433529 a 0104 | unclearly; opaquely; "murkily expressed ideas"
-00405269 02 r 01 musically 1 002 ! 00405389 r 0101 \ 01504625 a 0101 | in a musical manner; "She sang very musically"
-00405389 02 r 01 unmusically 0 002 ! 00405269 r 0101 \ 01505318 a 0101 | in an unmusical manner; "She sings rather unmusically"
-00405519 02 r 01 musingly 0 001 \ 02419434 a 0105 | in a reflective manner; "`It's funny about that bar,' he said musingly"
-00405645 02 r 02 mutually 0 reciprocally 1 002 \ 01945550 a 0201 \ 01945550 a 0102 | in a mutual or shared manner; "the agreement was mutually satisfactory"; "the goals of the negotiators were not reciprocally exclusive"
-00405868 02 r 02 in_return 0 reciprocally 2 001 \ 01945550 a 0201 | (often followed by `for') in exchange or in reciprocation; "gave up our seats on the plane and in return received several hundred dollars and seats on the next plane out"; "we get many benefits in return for our taxes"
-00406157 02 r 01 naively 0 001 \ 02271544 a 0101 | in a naive manner; "he believed, naively, that she would leave him her money"
-00406288 02 r 01 nakedly 0 001 \ 00457998 a 0103 | without clothing; "Henriette saw the weaving figure of an Apache warrior reel nakedly on a pony and rush by with a rifle raised"
-00406470 02 r 01 nakedly 2 001 \ 01886783 a 0101 | in an exposed manner; without protection or defense; "they were attacked as they huddled nakedly on the bare hill"
-00406638 02 r 02 narrow-mindedly 0 small-mindedly 0 003 \ 00288498 a 0202 ! 00406868 r 0101 \ 00287640 a 0101 | in a narrow-minded manner; "narrow-mindedly, the authorities closed down the cafe where teenagers used to hang out"
-00406868 02 r 01 broad-mindedly 0 002 ! 00406638 r 0101 \ 00286578 a 0101 | in a broad-minded manner; "the authorities broad-mindedly permitted the opening of a center for teenagers"
-00407053 02 r 02 nastily 0 meanly 4 002 \ 01587787 a 0202 \ 01587077 a 0101 | in a nasty ill-tempered manner; "`Don't expect me to help you,' he added nastily"
-00407215 02 r 04 nationally 0 nationwide 0 across_the_nation 0 across_the_country 0 001 \ 02988060 a 0101 | extending throughout an entire nation; "nationally advertised"; "it was broadcast nationwide"
-00407419 02 r 01 nattily 0 001 \ 00971933 a 0104 | in a natty manner; with smartness; "it was arranged carefully and nattily"
-00407547 02 r 01 jauntily 0 001 \ 00971933 a 0103 | in a jaunty fashionable manner; "his hat sat jauntily on his full brown hair"
-00407679 02 r 01 nay 0 000 | not this merely but also; not only so but; "each of us is peculiar, nay, in a sense unique"
-00407802 02 r 03 nearer 0 nigher 0 closer 0 001 ;u 06322693 n 0000 | (comparative of `near' or `close') within a shorter distance; "come closer, my dear!"; "they drew nearer"; "getting nearer to the true explanation"
-00408021 02 r 03 nearest 0 nighest 0 closest 0 001 ;u 06693870 n 0000 | (superlative of `near' or `close') within the shortest distance; "that was the time he came nearest to death"
-00408205 02 r 02 necessarily 0 needfully 0 003 \ 01580775 a 0202 ! 00408498 r 0101 \ 01580050 a 0101 | in an essential manner; "such expenses are necessarily incurred"
-00408375 02 r 01 necessarily 1 000 | as a highly likely consequence; "we are necessarily bound for federalism in Europe"
-00408498 02 r 01 unnecessarily 0 002 ! 00408205 r 0101 \ 01581115 a 0101 | in an unnecessary manner; "they were unnecessarily rude"
-00408632 02 r 03 neck_and_neck 0 head-to-head 0 nip_and_tuck 0 003 \ 00551416 a 0303 \ 00551416 a 0202 \ 00551416 a 0101 | even or close in a race or competition or comparison; "the horses ran neck and neck"; "he won nip and tuck"
-00408865 02 r 01 nefariously 0 001 \ 02515001 a 0101 | in a nefarious manner or to a nefarious degree; "nefariously involved in a conspiracy"
-00409009 02 r 01 neglectfully 0 001 \ 00755220 a 0103 | in a neglectful manner
-00409090 02 r 01 negligently 0 001 \ 00754873 a 0101 | in a negligent manner; "he did his work negligently"
-00409200 02 r 01 nervously 0 001 \ 02406908 a 0101 | in an anxiously nervous manner; "we watched the stock market nervously"
-00409327 02 r 01 neurotically 0 001 \ 01583040 a 0101 | in a neurotic manner; "they are finely, not to say neurotically adjusted"
-00409459 02 r 01 nervously 1 001 \ 00919155 a 0104 | with nervous excitement; "our bodies jumped nervously away at the slightest touch"
-00409597 02 r 02 nevermore 0 never_again 0 000 | at no time hereafter; "Quoth the raven, nevermore!" -E.A.Poe
-00409709 02 r 03 near 1 nigh 0 close 1 000 | near in time or place or relationship; "as the wedding day drew near"; "stood near the door"; "don't shoot until they come near"; "getting near to the true explanation"; "her mother is always near"; "The end draws nigh"; "the bullet didn't come close"; "don't get too close to the fire"
-00410043 02 r 02 close_up 0 at_close_range 0 000 | very close; "without my reading glasses I can hardly see things close up"; "even firing at close range he missed"
-00410210 02 r 02 nightly 0 every_night 0 000 | at the end of each day; "she checks on her roses nightly"
-00410317 02 r 02 ninefold 0 nine_times 0 000 | by a factor of nine; "my investment has increased ninefold"
-00410426 02 r 01 nobly 0 001 \ 01588172 a 0101 | in a noble manner; "she has behaved nobly"
-00410520 02 r 01 nohow 0 000 | in no manner; in no way; "We could nohow make out his handwriting"
-00410620 02 r 01 nonstop 0 000 | without stopping; "we are flying nonstop form New York to Tokyo"
-00410720 02 r 01 nostalgically 0 000 | in a nostalgic manner; "they spent an hour together, talking nostalgically as they wandered slowly down the coast road"
-00410881 02 r 01 notoriously 0 000 | to a notorious degree; "European emigres, who notoriously used to repair to the British Museum to write seditious pamphlets"
-00411045 02 r 01 nutritionally 0 001 \ 03002351 a 0101 | with regard to nutrition; "nutritionally, her new diet is suicide"
-00411171 02 r 01 numerically 0 001 \ 01915586 a 0102 | in number; with regard to numbers; "in ten years' time the Oxbridge mathematicians, scientists, and engineers will not be much more significant numerically than the Oxbridge medical schools are now"
-00411427 02 r 02 numbly 0 insensibly 0 002 \ 02102796 a 0201 \ 02103333 a 0103 | in a numb manner; without feeling; "I stared at him numbly"
-00411570 02 r 02 nowise 0 to_no_degree 0 000 | in no manner; "they are nowise different"
-00411661 02 r 03 northeast 0 north-east 0 nor'-east 0 000 | to, toward, or in the northeast
-00411755 02 r 03 northwest 0 north-west 0 nor'-west 0 000 | to, toward, or in the northwest
-00411849 02 r 02 north-northeast 0 nor'-nor'-east 0 000 | to, toward, or in the north-northeast
-00411947 02 r 02 north-northwest 0 nor'-nor'-west 0 000 | to, toward, or in the north-northwest
-00412045 02 r 01 objectively 0 002 ! 00412178 r 0101 \ 01615180 a 0101 | with objectivity; "we must look at the facts objectively"
-00412178 02 r 01 subjectively 0 002 ! 00412045 r 0101 \ 01615925 a 0101 | in a subjective way; "you cannot look at these facts subjectively"
-00412321 02 r 01 obscenely 1 000 | to an obscene degree; "this man is obscenely rich"
-00412409 02 r 03 obsequiously 0 subserviently 0 servilely 0 003 \ 00790086 a 0301 \ 00790691 a 0202 \ 00790540 a 0101 | in an obsequious manner; "she acts obsequiously toward her boss"
-00412596 02 r 02 observantly 0 observingly 0 002 \ 01745517 a 0202 \ 01745517 a 0101 | in an observant manner
-00412708 02 r 03 obstreperously 0 loudly 4 clamorously 0 002 \ 01920367 a 0303 \ 00696207 a 0101 | in manner that attracts attention; "obstreperously, he demanded to get service"
-00412889 02 r 01 obtrusively 0 002 ! 00412987 r 0101 \ 01614778 a 0101 | in an obtrusive manner
-00412987 02 r 01 unobtrusively 0 002 ! 00412889 r 0101 \ 01614988 a 0101 | in an unobtrusive manner; "messengers were moving unobtrusively over the jet-black mountain ranges, bearing confidential tidings from sheikhdom to sheikhdom"
-00413222 02 r 01 officiously 0 001 \ 01352561 a 0104 | in an officious manner; "nothing so fatal as to strive too officiously for an abstract quality like beauty"
-00413387 02 r 02 obstructively 0 hinderingly 0 002 \ 01764351 a 0202 \ 01764351 a 0104 | in an obstructive manner; "he acted very obstructively when we tried to carry out our project"
-00413573 02 r 01 offside 0 000 | illegally in advance of the ball or puck
-00413649 02 r 01 onerously 0 001 \ 01189109 a 0102 | in an onerous manner
-00413725 02 r 01 opaquely 0 001 \ 00535293 a 0101 | in an opaque manner; "he referred opaquely to her recent past"
-00413842 02 r 01 operationally 0 001 \ 00833018 a 0101 | in respect to operation; "reported the machine operationally satisfactory"; "a well-trained staff that is operationally adequate"
-00414031 02 r 01 oppressively 0 001 \ 01189998 a 0101 | in a heavy and oppressive way; "it was oppressively hot in the office"
-00414160 02 r 01 optimally 0 001 \ 00228645 a 0102 | in an optimal and most desirable way
-00414252 02 r 01 optimistically 0 002 ! 00414436 r 0101 \ 01663571 a 0101 | with optimism; in an optimistic manner; "`We have a good chance of winning,' he exclaimed optimistically"
-00414436 02 r 01 pessimistically 0 002 ! 00414252 r 0101 \ 01664581 a 0101 | with pessimism; in a pessimistic manner; "he evaluated his chances for survival rather pessimistically"
-00414619 02 r 01 optionally 0 002 ! 00414750 r 0101 \ 00847399 a 0101 | in an optional manner; "this rule is applied optionally"
-00414750 02 r 01 obligatorily 1 002 ! 00414619 r 0101 \ 00848074 a 0101 | in an obligatory manner; "this rule applies obligatorily"
-00414884 02 r 02 sumptuously 0 opulently 0 002 \ 02024928 a 0205 \ 02024928 a 0107 | in a sumptuous and opulent manner; "this government building is sumptuously appointed"
-00415058 02 r 01 organizationally 0 001 \ 02898276 a 0101 | with regard to organization; "organizationally, the conference was a disaster!"
-00415200 02 r 01 osmotically 0 001 \ 03000608 a 0101 | by means of osmosis
-00415277 02 r 02 ostentatiously 0 showily 0 002 \ 01848701 a 0202 \ 01848355 a 0101 | with ostentation; in an ostentatious manner; "Mr Khrushchev ostentatiously wooed and embraced Castro at the U.N. general assembly"
-00415496 02 r 01 outlandishly 0 001 \ 00608791 a 0109 | in an outlandish manner; "the Bavarian was outlandishly dressed in lederhosen"
-00415633 02 r 01 outspokenly 0 001 \ 00764484 a 0106 | in an outspoken manner; "he was outspokenly critical of the Government's new social policy"
-00415782 02 r 01 overbearingly 0 001 \ 00787357 a 0103 | in an overbearing manner
-00415866 02 r 01 overleaf 0 000 | on or to the other side of a page; "data tabulated overleaf"
-00415963 02 r 02 overmuch 0 too_much 0 000 | more than necessary; "she eats too much"; "let's not blame them overmuch"
-00416084 02 r 02 oversea 0 overseas 0 000 | beyond or across the sea; "He lived overseas for many years"
-00416191 02 r 01 overside 0 000 | over the side of a boat; "Willie eased himself overside into the sea"
-00416297 02 r 01 owlishly 0 001 \ 02569945 a 0101 | in an owlish manner; "the gentle-looking barrister peered owlishly around him"
-00416430 02 r 01 pacifistically 0 001 \ 01741953 a 0102 | in a pacifistic manner; "the pacifistically inclined liberals"
-00416553 02 r 02 painstakingly 0 fastidiously 1 002 \ 00983862 a 0201 \ 00310138 a 0102 | in a fastidious and painstaking manner; "it is almost a waste of time painstakingly to learn the routines of selling"
-00416763 02 r 01 palatably 0 002 ! 00416855 r 0101 \ 01716227 a 0101 | in a palatable way
-00416855 02 r 01 unpalatably 0 002 ! 00416763 r 0101 \ 01716491 a 0101 | in an unpalatable way; "The vegetables looked unpalatably wilted"
-00416996 02 r 01 palely 0 001 \ 00405879 a 0101 | in a pale manner; without physical or emotional color; "his wife, always palely appealing"
-00417139 02 r 03 pallidly 0 palely 1 dimly 1 002 \ 00408445 a 0201 \ 02325984 a 0102 | in a manner lacking interest or vitality; "a palely entertaining show"
-00417299 02 r 01 parentally 0 001 \ 01722529 a 0101 | in a parental manner
-00417376 02 r 01 parenterally 0 001 \ 03096747 a 0101 | by parenteral means; "the drug is intended to be administered parenterally"
-00417510 02 r 01 parenthetically 0 001 \ 01857527 a 0102 | in a parenthetical manner; "he added parenthetically that he would not attend the wedding ceremony"
-00417671 02 r 01 parochially 0 001 \ 00637267 a 0102 | in a parochial manner; "parochially narrow in his outlook"
-00417787 02 r 02 by 0 past 0 000 | so as to pass a given point; "every hour a train goes past"
-00417884 02 r 01 patchily 0 001 \ 00912814 a 0101 | in spots
-00417947 02 r 01 paternally 0 001 \ 01734436 a 0101 | in a paternal manner; "he behaves very paternally toward his young bride"
-00418077 02 r 01 pathetically 1 001 \ 00905181 a 0101 | arousing scornful pity; "they had pathetically little money"; "it was pathetically bad"
-00418223 02 r 02 pathetically 2 pitiably 0 002 \ 01050890 a 0206 \ 01050890 a 0104 | in a manner arousing sympathy and compassion; "the sick child cried pathetically"
-00418392 02 r 01 patriotically 0 002 ! 00418541 r 0101 \ 01740207 a 0101 | in a patriotic manner; "patriotically, he buys only U.S.-made products"
-00418541 02 r 01 unpatriotically 0 002 ! 00418392 r 0101 \ 01740630 a 0101 | in an unpatriotic manner; "unpatriotically he contrived a way of avoiding military service"
-00418712 02 r 02 peaceably 0 pacifically 0 002 \ 01741669 a 0201 \ 01741669 a 0102 | in a peaceable manner; "the tenant paying the rent hereby reserved and performing the several covenants herein on his part contained shall peaceably hold and enjoy the demised premises"
-00418985 02 r 01 pedantically 0 001 \ 02083908 a 0103 | in a pedantic manner; "these interpretations are called `schemas' or, more pedantically, `schemata'"
-00419144 02 r 03 peevishly 0 querulously 0 fractiously 1 003 \ 01136541 a 0302 \ 00513981 a 0202 \ 01136541 a 0105 | in a peevish manner
-00419283 02 r 01 pejoratively 0 001 \ 00907243 a 0103 | in a pejorative manner; "I am not using the word pejoratively"
-00419404 02 r 02 penetratingly 0 penetratively 0 002 \ 01744515 a 0207 \ 01744515 a 0106 | with ability to see into deeply; "the author treats his subject penetratingly"
-00419576 02 r 01 pensively 0 001 \ 02419434 a 0106 | in a pensive manner; "pensively he stared at the painting"
-00419690 02 r 01 penuriously 0 001 \ 02023661 a 0105 | in a penurious manner; "they lived penuriously"
-00419795 02 r 01 perceptively 0 001 \ 01744111 a 0101 | in a perceptive manner
-00419876 02 r 01 perceptually 0 001 \ 02945377 a 0101 | with regard to perception; "this task is perceptually very difficult"
-00420004 02 r 02 perchance 0 by_chance 3 001 ;u 07073447 n 0000 | through chance, "To sleep, perchance to dream.."
-00420121 02 r 01 perfidiously 0 001 \ 00960094 a 0102 | in a perfidious manner; "he was playing perfidiously one side against the other"
-00420260 02 r 01 perkily 0 001 \ 00363621 a 0103 | in a perky manner; "stuck perkily, like a bustle on a woman's skirt"
-00420382 02 r 01 perpendicularly 0 001 \ 01720280 a 0101 | in a perpendicular manner; "this red line runs perpendicularly to the green line"
-00420525 02 r 02 perplexedly 0 confoundedly 0 002 \ 01766133 a 0205 \ 01765643 a 0101 | in a perplexed manner; "he looked at his professor perplexedly"
-00420679 02 r 01 persistently 1 001 \ 00593071 a 0101 | in a persistent manner; "he was asking questions, unavoidable questions, persistently..."
-00420827 02 r 01 persuasively 0 001 \ 01769843 a 0101 | in a persuasive manner; "this essay argues so persuasively..."
-00420948 02 r 01 pertinaciously 0 001 \ 02327569 a 0104 | in a dogged and pertinacious manner; "he struggled pertinaciously for the new resolution"
-00421098 02 r 01 pertinently 0 001 \ 00138314 a 0103 | in a pertinent way; "what is singular about his use of them is that no other artist, of his time or any other, has painted them so directly, intimately and pertinently"
-00421324 02 r 01 pervasively 0 001 \ 00468795 a 0104 | in a pervasive manner
-00421403 02 r 01 pettily 0 001 \ 00288498 a 0101 | in a petty way
-00421471 02 r 01 pharmacologically 0 001 \ 02912686 a 0101 | with regard to pharmacology; "pharmacologically, this plant could have important applications"
-00421629 02 r 01 phenomenally 0 001 \ 01676993 a 0101 | to a phenomenal degree; "his reaction was phenomenally quick"
-00421749 02 r 01 philanthropically 0 001 \ 00359645 a 0104 | in a philanthropic manner
-00421838 02 r 01 philatelically 0 001 \ 03006854 a 0101 | in a philatelic manner; "the Post Office honors great Americans philatelically"
-00421978 02 r 01 phlegmatically 0 001 \ 00858340 a 0101 | in a phlegmatic manner; "he accepted the decision phlegmatically"
-00422104 02 r 01 picturesquely 0 001 \ 00219924 a 0101 | in a picturesque manner; "in the building trade such a trader is picturesquely described as a `brass plate' merchant"
-00422281 02 r 04 piecemeal 0 little_by_little 0 bit_by_bit 1 in_stages 0 000 | a little bit at a time; "the research structure has developed piecemeal"
-00422435 02 r 04 piercingly 0 bitterly 2 bitingly 0 bitter 0 003 \ 01711910 a 0301 \ 01711910 a 0202 \ 00803432 a 0104 | extremely and sharply; "it was bitterly cold"; "bitter cold"
-00422619 02 r 01 piggishly 0 001 \ 00011327 a 0102 | in a piggish manner; "piggishly, he took two pieces of cake"
-00422735 02 r 01 pinnately 0 001 \ 02173632 a 0101 | having a pinnate shape; "a pinnately compound leaf"
-00422842 02 r 02 piping 0 steaming 0 000 | (used of heat) extremely; "the casserole was piping hot"
-00422944 02 r 02 piquantly 0 spicily 0 002 \ 02398378 a 0204 \ 02398378 a 0101 | with strong spices; in a spicy manner; "the soup was spicily flavored"
-00423098 02 r 01 placidly 0 001 \ 01134486 a 0104 | in a placid and good-natured manner; "I put the questions, and she answered them placidly"
-00423243 02 r 01 placidly 1 001 \ 00302951 a 0101 | in a quiet and tranquil manner; "the sea now shimmered placidly before our eyes"
-00423378 02 r 01 pizzicato 0 001 ;c 07020895 n 0000 | with a light plucking staccato sound
-00423471 02 r 01 point-blank 0 000 | in a direct and unequivocal manner; "I asked him point-blank whether he wanted the job"
-00423598 02 r 01 posthumously 0 001 \ 00817242 a 0101 | after death; "these piano pieces were published posthumously"; "he was honored posthumously"
-00423749 02 r 01 prestissimo 0 001 ;c 07020895 n 0000 | extremely fast; as fast as possible; "this passage should be played prestissimo"
-00423888 02 r 01 rallentando 0 001 ;c 07020895 n 0000 | slowing down; "this passage should be played rallentando"
-00424004 02 r 01 recognizably 0 002 ! 00424140 r 0101 \ 01747996 a 0101 | to a recognizable degree; "he was recognizably slimmer now"
-00424140 02 r 02 unrecognizably 0 unrecognisable 0 002 ! 00424004 r 0101 \ 01273773 a 0101 | beyond recognition; in an unrecognizable manner; "he had unrecognizably aged"
-00424313 02 r 01 regretfully 0 001 \ 01150475 a 0101 | with regret (used in polite formulas); "I must regretfully decline your kind invitation"
-00424459 02 r 01 piratically 0 001 \ 03100184 a 0101 | in a piratical manner; "the piratically published edition of his book"
-00424587 02 r 04 pit-a-pat 0 pitty-patty 0 pitty-pat 0 pitter-patter 0 000 | describing a rhythmic beating; "his heart went pit-a-pat"
-00424724 02 r 04 pit-a-pat 1 pitty-patty 1 pitty-pat 1 pitter-patter 1 000 | as of footsteps; "he came running pit-a-pat down the hall"
-00424862 02 r 01 piteously 0 001 \ 01050890 a 0105 | in a piteous manner
-00424937 02 r 02 pithily 0 sententiously 0 002 \ 00548316 a 0202 \ 00548316 a 0101 | in a pithy sententious manner; "she expressed herself pithily"
-00425087 02 r 01 pitifully 0 001 \ 00905181 a 0103 | to a pitiful degree; "wages were pitifully low, particularly the wages of women"
-00425223 02 r 01 placatingly 0 001 \ 00759826 a 0102 | in a placating manner; "Jenny smiled placatingly"
-00425330 02 r 03 plaguey 0 plaguy 0 plaguily 0 001 \ 00089550 a 0309 | in a disagreeable manner; "it's so plaguey cold!"
-00425453 02 r 01 plaintively 0 001 \ 01366157 a 0102 | in a plaintive manner; "the last note of the song rang out plaintively"
-00425582 02 r 01 playfully 0 001 \ 02121859 a 0101 | in a playful manner; "she loosened the half-hoop of diamonds on her left hand third finger and held it out to him playfully"
-00425762 02 r 01 pleasingly 0 001 \ 01807219 a 0101 | in a pleasing manner; "the room was pleasingly large"
-00425872 02 r 01 plenarily 0 001 \ 00528167 a 0101 | in a plenary manner; "an empire destined to enter the Commonwealth plenarily"
-00426005 02 r 01 ploddingly 0 001 \ 00837756 a 0102 | in a plodding manner; "this writer ploddingly accumulates detail after detail"
-00426140 02 r 02 plop 0 plunk 0 001 ;u 07075172 n 0000 | with a short hollow thud; "plop came the ball down to the corner of the green"
-00426278 02 r 01 plump 1 001 ;u 07075172 n 0000 | straight down especially heavily or abruptly; "the anchor fell plump into the sea"; "we dropped the rock plump into the water"
-00426457 02 r 01 pneumatically 0 001 \ 02838894 a 0101 | in a pneumatic manner; "at the present time the transmission is very often done hydraulically or pneumatically"
-00426628 02 r 01 pointlessly 0 001 \ 02503305 a 0102 | in a pointless manner; "he spent his life in pointlessly tiresome drudgery"
-00426761 02 r 02 poisonously 0 venomously 0 002 \ 00226105 a 0202 \ 00226105 a 0101 | in a very malevolent manner
-00426877 02 r 01 pluckily 0 001 \ 02279900 a 0102 | in a plucky manner; "he was Brentford's defensive star in pluckily holding out the determined Reading raids for long periods"
-00427057 02 r 01 plumb 0 000 | conforming to the direction of a plumb line
-00427134 02 r 01 ponderously 0 001 \ 01192786 a 0103 | in a heavy ponderous manner; "he moves ponderously"
-00427243 02 r 01 ponderously 1 001 \ 01346538 a 0101 | in an uninterestingly ponderous manner; "the play was staged with ponderously realistic sets"
-00427394 02 r 01 pop 0 000 | like a pop or with a pop; "everything went pop"
-00427473 02 r 01 popishly 0 001 \ 02921753 a 0106 | like the Pope; in a popish manner
-00427561 02 r 01 portentously 0 001 \ 01849960 a 0105 | in a portentous manner; "portentously, the engines began to roll"
-00427685 02 r 01 possessively 0 001 \ 00030508 a 0101 | in a possessive manner; "he was sleeping, one arm flung possessively across his wife"
-00427829 02 r 02 post-free 0 post-paid 0 000 | having the postage paid by the sender; "I will send it post-paid"
-00427944 02 r 02 potently 0 powerfully 0 002 \ 01830599 a 0202 \ 01830599 a 0101 | in a manner having a powerful influence; "Clytemnestra's ghost crying in the night for vengeance remained most potently in the audience's mind"
-00428173 02 r 01 poutingly 0 000 | with a pout or in a pouting manner
-00428245 02 r 02 powerfully 1 strongly 1 002 \ 02321009 a 0201 \ 01825671 a 0101 | in a powerful manner; "the federal government replaced the powerfully pro-settler Sir Godfrey Huggins with the even tougher and more determined ex-trade unionist"
-00428493 02 r 01 powerlessly 0 001 \ 01827535 a 0101 | in a powerless manner
-00428572 02 r 02 practicably 0 feasibly 0 003 \ 01822563 a 0201 \ 01822563 a 0103 + 01822563 a 0201 | in a practicable manner; so as to be feasible
-00428722 02 r 01 pragmatically 0 001 \ 01940651 a 0104 | in a realistic manner; "we want to build a democratic society, but we must act pragmatically"
-00428875 02 r 02 pre-eminently 0 preeminently 0 001 \ 02339341 a 0202 | to a preeminent degree; with superiority or distinction above others; in a preeminent manner; "a wide variety of pre-eminently contemporary scenes"
-00429097 02 r 01 precariously 0 001 \ 02060496 a 0103 | in a precarious manner; "being a precariously dominant minority is a difficult position for human nature to cope with"
-00429274 02 r 02 precious 0 preciously 0 001 ;u 06321054 n 0000 | extremely; "there is precious little time left"
-00429390 02 r 01 precipitously 0 001 \ 01145151 a 0102 | abruptly; in a precipitous manner; "the mountains rose precipitously from the shore"
-00429534 02 r 02 precipitously 1 sharply 3 000 | very suddenly and to a great degree; "conditions that precipitously increase the birthrate"; "prices rose sharply"
-00429700 02 r 01 precociously 0 001 \ 01839829 a 0101 | in a precocious manner; "her child behaves precociously"
-00429815 02 r 01 predictably 0 001 \ 01841544 a 0101 | in a predictable manner or to a predictable degree; "predictably, he did not like the news"
-00429964 02 r 02 prematurely 0 untimely 0 002 \ 00815000 a 0202 \ 00815000 a 0101 | too soon; in a premature manner; "I spoke prematurely"
-00430105 02 r 01 prematurely 1 001 \ 01495535 a 0101 | (of childbirth) before the end of the normal period of gestation; "the child was born prematurely"
-00430261 02 r 02 presciently 0 cannily 0 002 \ 00439252 a 0203 \ 00772137 a 0101 | with foresight; "more presciently than they superiors, these workers grasped the economic situation"
-00430447 02 r 01 carnally 0 001 \ 01778572 a 0102 | in a carnal manner
-00430520 02 r 01 presentably 0 001 \ 01993598 a 0101 | in a presentable manner; "years ago in her white-painted infancy it must have hung presentably on the deck of some luxury liner"
-00430706 02 r 01 pressingly 0 001 \ 00713558 a 0101 | in a pressing manner
-00430783 02 r 01 presumptuously 0 001 \ 00205696 a 0103 | in a presumptuous manner; "he presumptuously overstepped the doctor's orders"
-00430921 02 r 01 pretentiously 0 002 ! 00431058 r 0101 \ 01849288 a 0101 | in a pretentious manner; "this author writes pretentiously"
-00431058 02 r 01 unpretentiously 0 002 ! 00430921 r 0101 \ 01851523 a 0101 | in an unpretentious manner; "she was unpretentiously dressed even though she was the guest of honor"
-00431238 02 r 02 preternaturally 0 supernaturally 0 002 \ 01574446 a 0201 \ 01577086 a 0103 | in a supernatural manner; "she was preternaturally beautiful"
-00431396 02 r 01 prettily 0 001 \ 00220082 a 0101 | in a pretty manner; "all this is most prettily done"
-00431503 02 r 01 priggishly 0 001 \ 01880163 a 0101 | in a priggish manner; "this professor acts so priggishly--like a moderator with a gavel!"
-00431649 02 r 02 primly 0 prissily 0 002 \ 01880163 a 0203 \ 01880163 a 0102 | in a prissy manner; "the new teacher alienates the children by behaving prissily"
-00431812 02 r 01 primitively 0 001 \ 00818175 a 0102 | in a primitive style or manner; "rather primitively operated foundries"
-00431941 02 r 03 primitively 1 originally 1 in_the_beginning 0 000 | with reference to the origin or beginning
-00432054 02 r 01 probabilistically 0 001 \ 03102871 a 0101 | by the use of probability theory; "we can calculate the position of the particles probabilistically"
-00432218 02 r 01 problematically 0 001 \ 00746451 a 0104 | in such a way as to pose a problem
-00432314 02 r 02 warmly 1 warm 0 002 \ 02529264 a 0201 \ 02529264 a 0101 | in a warm manner; "warmly dressed"; "warm-clad skiers"
-00432446 02 r 02 wastefully 0 prodigally 1 002 \ 02422242 a 0202 \ 02422068 a 0101 | to a wasteful manner or to a wasteful degree; "we are still prodigally rich compared to others"
-00432629 02 r 01 prodigiously 0 001 \ 01676026 a 0104 | to a prodigious degree; "the prices of farms rose prodigiously"
-00432751 02 r 01 profanely 0 001 \ 02012748 a 0102 | in an irreverent or profane manner; "he kept wondering profanely why everything bad happened to him"
-00432907 02 r 01 profanely 1 001 \ 00425002 a 0103 | with curses; "muttering profanely"
-00432997 02 r 01 proficiently 0 001 \ 02226162 a 0105 | in a proficient manner; "he dealt proficiently with the problem"
-00433120 02 r 03 profitlessly 0 unprofitably 1 gainlessly 0 002 \ 01871949 a 0201 \ 02016295 a 0101 | without gain or profit
-00433247 02 r 01 prohibitively 0 001 \ 01765498 a 0101 | to a prohibitive degree; "it is prohibitively expensive"
-00433363 02 r 02 promiscuously 1 indiscriminately 1 002 \ 00773759 a 0201 \ 00774006 a 0101 | in an indiscriminate manner; "she reads promiscuously"
-00433514 02 r 01 promisingly 0 001 \ 00176387 a 0103 | in an auspicious manner; "the afternoon had begun so promisingly"
-00433637 02 r 02 prosaically 0 unimaginatively 2 001 \ 00922840 a 0103 | in a matter-of-fact manner; "I applied my attention prosaically to my routine"
-00433791 02 r 01 prosily 0 001 \ 01346343 a 0103 | in a prosy manner; "somewhat prosily and repetitively expounded"
-00433909 02 r 01 proverbially 0 001 \ 01376522 a 0101 | in the manner of something that has become a byword; "this proverbially bitter plant, wormwood"
-00434063 02 r 01 providentially 0 001 \ 03006513 a 0101 | in a providential manner; as determined by providence; "his providentially destined role"
-00434213 02 r 01 providentially 1 001 \ 01048976 a 0102 | in a fortunately providential manner; "providentially the weather remained good"
-00434354 02 r 02 provocatively 0 provokingly 0 002 \ 01896925 a 0203 \ 01896478 a 0101 | in a provocative manner; "`Try it,' he said provocatively"
-00434504 02 r 02 prudishly 0 puritanically 0 002 \ 01880163 a 0205 \ 01880163 a 0104 | in a prudish manner; "she acts prudishly, but I wonder whether she is really all that chaste"
-00434687 02 r 01 pruriently 0 001 \ 02133779 a 0103 | in a prurient manner
-00434764 02 r 01 pryingly 0 001 \ 00665156 a 0103 | in a curious and prying manner; "`Do you have a boyfriend,' she asked her prospective tenant pryingly"
-00434921 02 r 01 psychologically 1 001 \ 01781076 a 0101 | with regard to psychology; "war that caught them in its toils either psychologically or physically"; "the event was very damaging to the child psychologically"
-00435142 02 r 01 psychologically 0 001 \ 02905794 a 0101 | in terms of psychology; "classify poetry psychologically"
-00435261 02 r 01 pugnaciously 0 001 \ 00084353 a 0101 | in a pugnacious manner
-00435342 02 r 01 punctiliously 0 001 \ 01838529 a 0102 | in a punctilious manner; "he launched into a long history of the birth of communism, giving credit punctiliously to the work of Marx and Engels"
-00435546 02 r 01 pungently 0 001 \ 02398608 a 0101 | with a pungent taste or smell; "the soup was pungently flavored"
-00435666 02 r 01 pungently 1 001 \ 02079313 a 0104 | with pungency; in a pungent manner; "he wrote pungently about his contemporaries"
-00435803 02 r 01 punily 0 001 \ 02326342 a 0101 | in a puny manner
-00435872 02 r 01 punishingly 0 001 \ 03152759 a 0101 | in a punishing manner
-00435951 02 r 03 punitively 0 punitorily 0 penally 0 003 \ 01902866 a 0301 \ 01902468 a 0202 \ 01902468 a 0101 | in a punishing manner
-00436088 02 r 01 purposefully 0 001 \ 01909890 a 0101 | in a purposeful manner; "he caught the motorcycles in the full glare of his headlights, braked and slipped purposefully out of the car"
-00436282 02 r 01 purposelessly 0 001 \ 01910488 a 0101 | without a clear purpose; "let's not purposelessly dispense the aid"
-00436409 02 r 01 quaintly 0 001 \ 00973192 a 0102 | in a quaint old-fashioned manner; "the room was quaintly furnished"
-00436531 02 r 01 quaintly 1 001 \ 00969556 a 0101 | in a strange but not unpleasant manner; "the old lady expressed herself somewhat quaintly"
-00436676 02 r 01 qualitatively 0 001 \ 02976870 a 0101 | in a qualitative manner; "this discoloration qualitatively suggests that the substance is low in inorganic iron"
-00436848 02 r 02 quarterly 0 every_quarter 0 001 \ 02998046 a 0101 | in three month intervals; "interest is compounded quarterly"
-00436980 02 r 01 quarterly 1 000 | in diagonally opposed quarters of an escutcheon; "two coats of arms borne quarterly"
-00437102 02 r 01 queasily 0 001 \ 02545689 a 0103 | in a queasy manner; "`Do I have to remove the liver,' the medical student asked queasily"
-00437246 02 r 02 queerly 0 fishily 0 001 \ 01917594 a 0201 | in a questionably unusual manner; "this money had been queerly come by"
-00437381 02 r 04 queerly 1 strangely 1 oddly 1 funnily 1 004 \ 00968010 a 0402 \ 00968010 a 0303 \ 00967129 a 0201 \ 00968010 a 0105 | in a strange manner; "a queerly inscribed sheet of paper"
-00437576 02 r 02 unquestionably 0 unimpeachably 0 002 \ 01918873 a 0201 \ 01918184 a 0101 | without question; "Fred Winter is unquestionably the jockey to follow"; "they hired unimpeachably first-rate faculty members"
-00437796 02 r 02 questionably 0 dubiously 1 002 \ 01916979 a 0202 \ 01916229 a 0101 | in a questionable and dubious manner; "these were estates his father questionably acquired"
-00437976 02 r 02 questioningly 1 quizzically 0 002 \ 01766784 a 0202 \ 01766784 a 0101 | in a quizzical and questioning manner; "they looked quizzically at the doctor"
-00438146 02 r 02 restfully 0 quietly 5 001 \ 01922227 a 0101 | in a restful manner; "the streets are restfully sunny and still for the town is at mass"
-00438300 02 r 01 quixotically 0 001 \ 01837182 a 0101 | in a quixotic manner; "sent to jail for two years, he has quixotically refused to clear himself by betraying his colleagues"
-00438483 02 r 01 racily 0 001 \ 02132224 a 0106 | in a racy manner; "racily vernacular language"
-00438582 02 r 01 radially 0 001 \ 02373055 a 0101 | in a radial manner; "an imaginative dispersal of the pews radially from the central focus of the pulpit"
-00438741 02 r 01 radiantly 0 001 \ 00280463 a 0104 | in a radiant manner; "the bride smiled radiantly"
-00438846 02 r 02 raggedly 0 jaggedly 0 002 \ 00912288 a 0201 \ 00913131 a 0101 | with a ragged and uneven appearance; "a long beard, raggedly cut"
-00438995 02 r 02 raggedly 1 stragglingly 0 000 | in a ragged irregular manner; "a stone wall trails raggedly through the woods"
-00439125 02 r 02 raggedly 2 unevenly 2 000 | in a ragged uneven manner; "I took the cigarette he offered, drawing at it raggedly"
-00439257 02 r 02 rampantly 0 wild 2 001 \ 00016005 a 0101 | in an uncontrolled and rampant manner; "weeds grew rampantly around here"
-00439393 02 r 01 rapaciously 0 001 \ 00010726 a 0103 | in a rapacious manner
-00439472 02 r 02 raving 0 ravingly 0 000 | in a raving manner; "raving mad"
-00439550 02 r 01 ravishingly 0 001 \ 00220502 a 0101 | in a ravishing manner or to a ravishing degree; "she was ravishingly beautiful"
-00439687 02 r 01 reassuringly 0 001 \ 00196934 a 0101 | in a reassuring manner; "the prime minister pointed reassuringly to the silence of the British press"
-00439847 02 r 01 rebukingly 0 000 | in the manner of someone delivering a rebuke
-00439930 02 r 01 receptively 0 001 \ 01985247 a 0101 | in a receptive manner
-00440009 02 r 01 reflectively 0 001 \ 02419434 a 0108 | in a reflective manner; "he watched her reflectively"
-00440121 02 r 01 refreshingly 0 001 \ 01642245 a 0102 | in a pleasantly novel manner; "she was refreshingly free from shyness"
-00440250 02 r 02 refreshingly 1 refreshfully 0 001 \ 01357027 a 0104 | in a manner that relieves fatigue and restores vitality; "the air was refreshingly cool"
-00440412 02 r 01 regally 0 001 \ 01591394 a 0104 | in a regal manner; "a regally appropriate representative"
-00440523 02 r 01 relevantly 0 002 ! 00382749 r 0101 \ 01975138 a 0101 | with relevance
-00440612 02 r 01 reminiscently 0 001 \ 01977669 a 0104 | in a reminiscent manner; "she spoke reminiscently of her days in college"
-00440745 02 r 01 remotely 0 001 \ 01413084 a 0102 | to a remote degree; "it is remotely possible"
-00440845 02 r 01 remotely 1 000 | in a remote manner; "when the measured speech of the chorus passes over into song the tones are, remotely but unmistakably, those taught by the orthodox liturgy"
-00441043 02 r 02 repellently 0 repellingly 0 002 \ 01625893 a 0209 \ 01625893 a 0107 | in a repellent manner; "repellently fat"
-00441173 02 r 01 repetitively 0 001 \ 01964367 a 0101 | in a repetitive manner; "this type of border display is used repetitively in advertising"
-00441321 02 r 01 reputedly 0 000 | by repute; according to general belief; "fish with reputedly poisonous flesh"
-00441436 02 r 01 resentfully 0 001 \ 00116529 a 0101 | with resentment; in a resentful manner; "the best doctors would stay resentfully out of the national service, refusing to become the minions of a Minister"
-00441649 02 r 01 reservedly 0 001 \ 01987341 a 0101 | with reserve; in a reserved manner
-00441740 02 r 01 resignedly 0 000 | with resignation and acceptance; in a resigned manner; "resignedly, I telegraphed back that it was all right with me if he insisted"
-00441911 02 r 01 ripely 0 001 \ 01493173 a 0101 | with mature or developed appearance
-00441999 02 r 01 resoundingly 0 001 \ 02010536 a 0103 | in a resounding manner; "he then so resoundingly denounced his former friend"
-00442135 02 r 01 resourcefully 0 001 \ 00307182 a 0101 | in a resourceful manner
-00442218 02 r 01 respectably 0 001 \ 01983162 a 0104 | in a decent and morally reputable manner; "the film ends with the middle-aged romancers respectably married"
-00442384 02 r 02 respectably 1 creditably 0 002 \ 02585919 a 0201 \ 01993140 a 0101 | to a tolerably worthy extent; "he did respectably well for his age"
-00442540 02 r 01 restrictively 0 001 \ 02003725 a 0101 | in a restrictive manner; "this relative clause is used restrictively"
-00442669 02 r 01 retail 0 001 ! 00442774 r 0101 | at a retail price; "I'll sell it to you retail only"
-00442774 02 r 01 wholesale 0 001 ! 00442669 r 0101 | at a wholesale price; "I can sell it to you wholesale"
-00442884 02 r 01 retentively 0 001 \ 02005756 a 0101 | in a retentive manner
-00442963 02 r 01 reticently 0 001 \ 00157268 a 0101 | with reticence; in a reticent manner; "she answered the questions reticently"
-00443097 02 r 01 retrospectively 0 001 \ 01884539 a 0101 | in a manner contemplative of past events; "retrospectively, he seems like a great artist"
-00443248 02 r 03 revengefully 0 vengefully 0 vindictively 0 003 \ 01041634 a 0302 \ 01041634 a 0203 \ 01041634 a 0101 | in a vindictive, revengeful manner; "he plotted vindictively against his former superiors"
-00443461 02 r 02 reverentially 0 reverently 0 003 ! 00383271 r 0201 \ 02011810 a 0201 \ 02012333 a 0102 | with reverence; in a reverent manner; "he gazed reverently at the handiwork"
-00443646 02 r 01 reversely 0 000 | in an opposite way; so as to be reversed
-00443724 02 r 01 rhetorically 0 001 \ 02016535 a 0101 | in a rhetorical manner; "`What can be done?' he asked rhetorically"
-00443850 02 r 01 right-down 0 000 | positively; "a regular right-down bad 'un"--Charles Dickens
-00443948 02 r 01 righteously 0 002 ! 00444070 r 0101 \ 02036578 a 0101 | in a righteous manner; "righteously indignant"
-00444070 02 r 01 unrighteously 0 002 ! 00443948 r 0101 \ 02037272 a 0101 | in an unrighteous manner; "he acted unrighteously"
-00444198 02 r 01 riskily 0 001 \ 02059811 a 0102 | in a dangerously risky manner; "he lost the game by playing too riskily"
-00444324 02 r 01 roaring 0 000 | extremely; "roaring drunk"
-00444386 02 r 01 robustly 0 001 \ 02037708 a 0101 | in a robust manner; "he was robustly built"
-00444484 02 r 01 roguishly 0 001 \ 02122379 a 0103 | in a playfully roguish manner; "he winked at her roguishly"
-00444599 02 r 01 roguishly 1 001 \ 01224964 a 0102 | like a dishonest rogue; "he roguishly intended to keep the money"
-00444720 02 r 01 romantically 1 001 \ 01465214 a 0103 | in a romantic manner; "they were romantically linked"
-00444832 02 r 02 roomily 0 spaciously 0 002 \ 00476249 a 0202 \ 00476249 a 0101 | with ample room; "the furniture was spaciously spread out"
-00444975 02 r 01 rotationally 0 001 \ 03112379 a 0101 | in a rotational manner; "the required influence lines are found by subjecting the model to small displacements horizontally, vertically and rotationally"
-00445187 02 r 02 sonorously 0 rotundly 0 002 \ 01457486 a 0202 \ 01457692 a 0102 | in a sonorous manner; "the congregation consisted chiefly of a few young folk, who snored sonorously"
-00445374 02 r 01 round-arm 0 000 | with an outward or horizontal swing of the arm; "he hit the ball round-arm"
-00445487 02 r 02 rowdily 0 raucously 1 002 \ 01667110 a 0201 \ 01667110 a 0102 | in a rowdy manner; "the crowd got drunk and started to behave rowdily"
-00445641 02 r 01 ruinously 0 001 \ 01161635 a 0102 | in a ruinous manner or to a ruinous degree; "ruinously high wages"
-00445763 02 r 01 ruthlessly 0 001 \ 01508086 a 0103 | in a ruthless manner; "the government has been urged to take immediate action to deal ruthlessly with the strikers"
-00445935 02 r 02 sarcastically 0 sardonically 0 002 \ 02079830 a 0201 \ 02079029 a 0101 | in a sarcastic manner; "`Ah, now we're getting at the truth,' he interposed sarcastically"
-00446118 02 r 02 sanctimoniously 0 self-righteously 0 002 \ 01782100 a 0207 \ 01782100 a 0106 | in a sanctimonious manner; "she was sanctimoniously criticizing everybody"
-00446291 02 r 01 scandalously 0 001 \ 01549964 a 0102 | in a scandalous manner; "you behaved scandalously when you walked out of that meeting!"
-00446437 02 r 02 scathingly 0 unsparingly 0 002 \ 00438063 a 0201 \ 00648614 a 0101 | in a scathing and unsparing manner; "she criticized him scathingly"
-00446593 02 r 02 sceptically 0 skeptically 0 001 \ 02463847 a 0104 | with scepticism; in a sceptical manner; "he looked at her sceptically"
-00446735 02 r 01 schematically 0 001 \ 01980796 a 0103 | in a schematic manner; "schematically outlined"
-00446842 02 r 01 scorching 0 001 \ 01249843 a 0101 | capable of causing burns; "it was scorching hot"
-00446946 02 r 01 screamingly 0 001 \ 01266841 a 0102 | to an extreme degree; "screamingly funny"
-00447045 02 r 01 scurrilously 0 001 \ 01628531 a 0103 | in a scurrilously manner; "one paper scurrilously described how Edward was neglecting a bereaved mother to dance attendance on Wally"
-00447237 02 r 01 searchingly 0 001 \ 01336371 a 0101 | in a searching manner; "`Are you really happy with him,' asked her mother, gazing at Vera searchingly"
-00447397 02 r 01 seasonally 0 001 \ 01494273 a 0101 | depending on the season; "prices are seasonally adjusted"
-00447511 02 r 01 coastward 0 000 | in the direction of the coast
-00447578 02 r 03 seaward 0 seawards 0 asea 0 000 | in the direction of the sea; "the sailor looked seaward"
-00447688 02 r 01 second-best 0 000 | in second place; "he came off second-best"
-00447770 02 r 01 second_class 0 000 | by second class conveyance; "we traveled second class"
-00447865 02 r 01 secretively 0 001 \ 00501004 a 0104 | in a secretive manner; with a preference for secrecy; "the teacher raised a hand to him, slightly and secretively, because he was her favorite"
-00448066 02 r 02 sedately 0 calmly 1 000 | in a sedate manner
-00448130 02 r 02 seductively 0 temptingly 0 002 \ 02097480 a 0204 \ 02097268 a 0101 | in a tempting seductive manner; "she smiled at him seductively"
-00448282 02 r 01 selectively 0 001 \ 00775693 a 0101 | by selection; in a selective manner; "we choose our students very selectively"
-00448418 02 r 01 self-consciously 0 002 ! 00448593 r 0101 \ 00480965 a 0101 | in an uncomfortably self-conscious manner; "the little girl self-consciously recited the poem"
-00448593 02 r 01 unselfconsciously 0 002 ! 00448418 r 0101 \ 00074867 a 0101 | in a comfortable unselfconscious manner; "they were naked, unshy, and unselfconsciously beautiful"
-00448773 02 r 01 self-evidently 0 001 \ 01618895 a 0102 | in a self-evident manner
-00448858 02 r 01 sensationally 0 001 \ 01282921 a 0102 | in a sensational manner; "in the summer of 1958 the pianist had a sensationally triumphant return"
-00449016 02 r 01 senselessly 1 001 \ 01945139 a 0103 | in a meaningless and purposeless manner; "these innocent bystanders were senselessly killed"
-00449166 02 r 01 sensuously 0 001 \ 00070427 a 0101 | with aesthetic gratification or delight; "sensuously delighting in the wine and food"
-00449308 02 r 01 voluptuously 0 001 \ 01298239 a 0106 | in an indulgently voluptuous manner; "he sniffed the perfume voluptuously"
-00449441 02 r 02 sensually 0 sultrily 0 002 \ 01257145 a 0202 \ 01257145 a 0101 | in a sultry and sensual manner; "the belly dancer mover sensually among the tables"
-00449609 02 r 01 sentimentally 0 002 ! 00449765 r 0101 \ 00854413 a 010a | in a sentimental manner; "`I miss the good old days,' she added sentimentally"
-00449765 02 r 01 unsentimentally 0 002 ! 00449609 r 0101 \ 02448749 a 0102 | in an unsentimental manner; "unsentimentally, she threw out her dead son's toys"
-00449925 02 r 01 separably 0 002 ! 00450089 r 0101 \ 00785002 a 0102 | with possibility of separation or individuation; "the two ideas were considered separably"
-00450089 02 r 01 inseparably 0 002 ! 00449925 r 0101 \ 00786173 a 0101 | without possibility of separation; "these two are inseparably linked"
-00450234 02 r 01 serenely 0 001 \ 00529657 a 0103 | in a peacefully serene manner; "I had the feeling that he was waiting, too--serenely patient"
-00450382 02 r 01 sevenfold 0 000 | seven times; "the population of this village increased sevenfold in the past 100 years"
-00450507 02 r 01 seventhly 0 001 \ 02202979 a 0101 | in the seventh place; "seventhly, you have no right to cancel the lease in mid-year"
-00450647 02 r 02 independently 1 severally 1 000 | apart from others; "the clothes were hung severally"
-00450753 02 r 01 shabbily 0 001 \ 01228159 a 0101 | in a mean and ungenerous manner; "the two were haggling shabbily in the drawing-room"
-00450893 02 r 01 shabbily 1 001 \ 02583043 a 0103 | so as to appear worn and threadbare or dilapidated; "a shabbily dressed man"
-00451024 02 r 01 shaggily 0 001 \ 02428610 a 0102 | in a shaggy manner; "shaggily unkempt mane"
-00451122 02 r 01 shakily 0 001 \ 02304565 a 0101 | in a manner characterized by trembling or shaking; "`I--I'm going to make you a cup of tea', she explained shakily"
-00451291 02 r 01 shakily 1 001 \ 02292797 a 0102 | in an insecurely shaky manner; "this theory is rather shakily supported by some obscure data"
-00451438 02 r 01 shallowly 0 001 \ 00691696 a 0101 | in a shallow manner
-00451513 02 r 01 shambolically 0 001 \ 03135937 a 0101 | in a shambolic manner
-00451594 02 r 01 shamefacedly 0 001 \ 00154837 a 0101 | in a shamefaced manner; "quarrels and dissensions ensued among the cast, most of whom hurriedly and shamefacedly handed over their parts to understudies"
-00451806 02 r 01 shapelessly 0 001 \ 02151837 a 0103 | in a shapeless manner; "the dress hung shapelessly on her thin body"
-00451932 02 r 01 sheepishly 0 001 \ 00154837 a 0102 | in a sheepish manner; "sheepishly he handed her back the money"
-00452052 02 r 01 sheer 0 000 | directly; "he fell sheer into the water"
-00452126 02 r 02 sheer 1 perpendicularly 1 000 | straight up or down without a break
-00452213 02 r 01 shiftily 0 001 \ 02466382 a 0102 | in a shifty manner; "he looked at his new customer shiftily"
-00452328 02 r 01 shockingly 1 001 \ 01549964 a 0104 | so as to shock the feelings
-00452412 02 r 01 shockingly 0 000 | extremely; "teachers were shockingly underpaid"
-00452498 02 r 01 shoddily 0 001 \ 02346351 a 0102 | in a shoddy manner; "a shoddily built house"; "he treated her shoddily"
-00452624 02 r 02 short 2 unawares 2 000 | at a disadvantage; "I was caught short"
-00452708 02 r 01 short 3 000 | so as to interrupt; "She took him up short before he could continue"
-00452810 02 r 01 short 5 000 | at some point or distance before a goal is reached; "he fell short of our expectations"
-00452931 02 r 01 short 6 000 | clean across; "the car's axle snapped short"
-00453009 02 r 01 short 7 001 ;c 06150633 n 0000 | without possessing something at the time it is contractually sold; "he made his fortune by selling short just before the crash"
-00453189 02 r 01 shudderingly 0 000 | with a shudder; "shudderingly, she acknowledged to herself that she dared not face what lay before her"
-00453333 02 r 01 sidesaddle 0 000 | on or as if on a sidesaddle; "she rode sidesaddle"
-00453422 02 r 01 broadside 0 000 | with a side facing an object; "the train hit the truck broadside"; "the wave caught the canoe broadside and capsized it"
-00453580 02 r 03 sidelong 0 sideways 0 obliquely 2 000 | to, toward or at one side; "darting eyes looking sidelong out of a wizened face"
-00453720 02 r 01 sidelong 1 000 | with the side toward someone or something; "seated sidelong to the window"- Nathaniel Hawthorne
-00453852 02 r 01 sidelong 2 000 | on the side; "the plow lay sidelong on the ground"
-00453939 02 r 02 sideward 0 sidewards 0 000 | toward one side; "turn the figure sideward"
-00454031 02 r 03 sideways 3 sideway 2 sidewise 3 000 | toward one side; "the car slipped sideways into the ditch"; "leaning sideways"; "a figure moving sidewise in the shadows"
-00454210 02 r 03 sideway 0 sideways 1 sidewise 1 000 | from the side; obliquely; "a picture lit sideways"; "scenes viewed sidewise"
-00454344 02 r 03 sideways 2 sideway 1 sidewise 2 000 | with one side forward or to the front; "turned sideways to show the profile"; "crabs seeming to walk sidewise"
-00454512 02 r 03 signally 0 unmistakably 1 remarkably 1 001 \ 01286239 a 0101 | in a signal manner; "signally inappropriate methods"
-00454647 02 r 01 signally 1 000 | as a signal; "a term that is used signally rather than symbolically"
-00454752 02 r 01 silkily 0 000 | in a silky manner; "the young wheat shone silkily"; "`Darling,' she said silkily"
-00454869 02 r 02 pusillanimously 0 simperingly 0 001 \ 00266420 a 0101 | with a lack of courage and determination; "simperingly, the accused begged for mercy"
-00455030 02 r 02 single-handed 0 single-handedly 0 000 | without assistance; "I built this house single-handedly"
-00455146 02 r 01 single-mindedly 0 001 \ 01991267 a 0101 | in a single-minded manner
-00455233 02 r 01 singularly 0 001 \ 01678417 a 0102 | in a singular manner or to a singular degree; "Lord T. was considered singularly licentious even for the courts of Russia and Portugal; he acquired three wives and fourteen children during his Portuguese embassy alone"
-00455508 02 r 02 sixfold 0 six_times 0 000 | by a factor of six; "the population of this town increased sixfold when gold was found in the surrounding hills"
-00455668 02 r 01 sixthly 0 001 \ 02202854 a 0101 | in the sixth place; "sixthly, we cannot afford a vacation"
-00455780 02 r 01 sketchily 0 001 \ 00525105 a 0101 | in a sketchy incomplete manner; "he explained sketchily"; "the dishes were only sketchily washed"
-00455933 02 r 02 skillfully 0 skilfully 0 001 \ 02226162 a 0106 | with skill; "fragments of a nearly complete jug, skillfully restored at the institute of archaeology"
-00456103 02 r 01 skimpily 0 001 \ 02337188 a 0102 | in a skimpy manner; "a skimpily dressed woman"
-00456204 02 r 01 skittishly 0 001 \ 00919155 a 0101 | in a skittish manner; "the horse pranced around skittishly"
-00456320 02 r 01 sky-high 0 000 | to a very high level; "prices have gone sky-high"; "garbage was piled sky-high"; "the men were flung sky-high by the explosion"
-00456484 02 r 02 sky-high 1 enthusiastically 1 000 | in a lavish or enthusiastic manner; "he extolled her virtues sky-high"
-00456610 02 r 01 sky-high 2 000 | (with verb `to blow') destroyed completely; blown apart or to pieces; "they blew the bridge sky-high"; "the committee blew the thesis sky-high"
-00456790 02 r 02 slanderously 0 calumniously 0 002 \ 01161233 a 0202 \ 01161233 a 0109 | in a false and slanderous and defamatory manner; with slander or calumny
-00456954 02 r 01 slangily 0 001 \ 01046784 a 0101 | with slang; in a slangy manner; "he expresses himself slangily"
-00457072 02 r 02 slantingly 0 slopingly 0 002 \ 01234747 a 0207 \ 01234747 a 0105 | with a slant
-00457171 02 r 02 slantwise 0 slantways 0 000 | at a slant; moving or directed in a slantwise position or direction
-00457288 02 r 02 slam-bang 0 slap-bang 0 000 | in a violent or sudden or noisy manner; "the pans fell slam-bang and woke the whole house"
-00457428 02 r 01 slam-bang 1 000 | with heedless speed; "yachts ran slap-bang into the convoy at 15 knots an hour"
-00457545 02 r 02 slapdash 0 slam-bang 2 000 | in a careless or reckless manner; "the shelves were put up slapdash"
-00457662 02 r 01 slap-bang 1 000 | directly or immediately; "it hit slap-bang in the middle"
-00457757 02 r 01 slavishly 0 001 \ 00790691 a 0101 | in a slavish manner; "his followers slavishly believed in his new diet"
-00457884 02 r 01 sleekly 0 001 \ 00282675 a 0102 | in a sleek glossy manner; "the wet road was shining sleekly"
-00457998 02 r 01 sleepily 0 001 \ 00189017 a 0101 | in a sleepy manner; "the two children who were snuggled sleepily in the back of the car"
-00458141 02 r 01 sleeplessly 0 001 \ 00187176 a 0102 | without sleep; in a sleepless manner; "he was lying in bed sleeplessly"
-00458270 02 r 03 slenderly 0 slimly 0 slightly 2 003 \ 00990855 a 0302 \ 00990855 a 0203 \ 00990855 a 0101 | in a slim or slender manner; "a slenderly built woman"; "slightly built"
-00458454 02 r 01 smoothly 1 001 \ 00758800 a 0102 | in a smooth and diplomatic manner; "`And now,' he said smoothly, `we will continue the conversation'"
-00458610 02 r 01 sloppily 0 001 \ 02426420 a 0101 | in a sloppy manner; "this work was done rather sloppily"
-00458721 02 r 01 slouchingly 0 000 | with a slouching gait or posture; "he stood slouchingly at the garden gate"
-00458836 02 r 01 slouchily 0 001 \ 02426550 a 0101 | in a slouchy manner; "slouchily dressed"
-00458932 02 r 02 smash 0 smashingly 0 000 | with a loud crash; "the car went smash through the fence"
-00459036 02 r 01 smilingly 0 001 ! 00459193 r 0101 | with smiles; in a smiling manner; "the girl reminded her smilingly of their childhood spent together"
-00459193 02 r 01 unsmilingly 0 002 \ 01368726 a 0101 ! 00459036 r 0101 | without smile; in an unsmiling manner; "unsmilingly, he greeted his in-laws"
-00459345 02 r 01 smugly 0 001 \ 00589448 a 0101 | in a smug manner; "the bureaucrats explained smugly that the facts provided by their own experts show no cause for concern"
-00459521 02 r 02 smuttily 0 vulgarly 0 002 \ 00683531 a 0204 \ 00425313 a 0105 | in a smutty manner
-00459623 02 r 01 snappishly 0 001 \ 01138770 a 0101 | in an ill-natured and snappish manner; "`Don't talk to me now,' she said snappishly"
-00459764 02 r 01 sneakingly 0 001 \ 02090228 a 0101 | in a sneaky manner; "I always felt sneakingly that I wanted to be a concert pianist"
-00459905 02 r 03 sneeringly 0 superciliously 0 snidely 0 003 \ 00907400 a 0303 \ 00907400 a 0201 \ 00907400 a 0102 | with a sneer; in an uncomplimentary sneering manner; "`I don't believe in these customs,' he said sneeringly"
-00460134 02 r 03 snobbishly 0 snootily 0 uppishly 0 003 \ 01890382 a 0308 \ 01890382 a 0203 \ 01858740 a 0104 | in a snobbish manner; "they snobbishly excluded their less wealthy friends from the party"
-00460339 02 r 01 sobbingly 0 000 | with sobs; "sobbingly, the teenager admitted killing the baby"
-00460439 02 r 01 sociably 0 002 ! 00460604 r 0101 \ 02257141 a 0101 | in a sociable manner; "sociably, the new neighbors invited everyone on the block for coffee"
-00460604 02 r 01 unsociably 0 002 ! 00460439 r 0101 \ 02258600 a 0101 | in an unsociable manner; "the new neighbors behave quite unsociably"
-00460747 02 r 01 sociologically 0 001 \ 02906206 a 0101 | with regard to sociology; "sociologically speaking, this is an interesting phenomenon"
-00460894 02 r 01 solicitously 0 001 \ 00544860 a 0101 | in a concerned and solicitous manner; "`Don't you feel well?' his mother asked solicitously"
-00461045 02 r 01 solitarily 0 001 \ 02250430 a 0103 | in solitude; "a hermit chooses to live solitarily"
-00461152 02 r 02 somberly 0 sombrely 0 001 \ 00365261 a 0101 | in a somber manner; "`That's sure bad news,' said Dowd, somberly"
-00461283 02 r 01 soothingly 0 001 \ 00197151 a 0102 | in a soothing manner; "the mother talked soothingly to her child"
-00461405 02 r 03 soaking 0 sopping 0 dripping 0 000 | extremely wet; "dripping wet"; "soaking wet"
-00461506 02 r 02 sordidly 0 squalidly 0 002 \ 00421875 a 0202 \ 00421875 a 0103 | in a sordid or squalid way
-00461617 02 r 01 sorely 1 001 \ 01804175 a 0103 | to a great degree; "I missed him sorely"; "we were sorely taxed to keep up with them"
-00461755 02 r 01 sorrowfully 1 001 \ 01364008 a 0101 | in a sorrowful manner
-00461834 02 r 02 all_together 0 all_at_once 1 000 | all at the same time; "Let's say `Yes!' all at once"
-00461941 02 r 01 sottishly 0 001 \ 00798491 a 0104 | in a sottish manner
-00462016 02 r 03 southeast 0 south-east 0 sou'-east 0 000 | to, toward, or in the southeast
-00462110 02 r 03 southwest 0 south-west 0 sou'west 0 000 | to, toward, or in the southwest
-00462203 02 r 02 south-southeast 0 sou'-sou'-east 0 000 | to, toward, or in the south southeast
-00462301 02 r 02 south-southwest 0 sou'-sou'-west 0 000 | to, toward, or in the south southwest
-00462399 02 r 01 soullessly 0 001 \ 02107991 a 0101 | in a soulless manner; "they were soullessly grubbing for profit"
-00462520 02 r 02 noiselessly 0 soundlessly 0 002 \ 01919428 a 0202 \ 01919282 a 0101 | without a sound; "he stood up soundlessly and speechlessly and glided across the hallway and through a door"
-00462718 02 r 01 sourly 0 001 \ 01137378 a 0108 | in a sour manner; "he complained sourly that the new rules only benefitted the managers"
-00462859 02 r 01 southerly 0 001 \ 01602966 a 0101 | from the south; "a wind blew southerly"
-00462954 02 r 03 southerly 1 southward 0 southwards 0 001 \ 01603179 a 0101 | toward the south; "the ship turned southerly"
-00463080 02 r 01 sparely 0 001 \ 00106821 a 0103 | in a spare manner; "William held me longest with his recent bronzes sparely arranged at Waddington's galleries"
-00463245 02 r 01 sparsely 0 001 \ 00542359 a 0101 | in a sparse manner; "sparsely inhabited"
-00463340 02 r 01 spasmodically 0 001 \ 00593664 a 0102 | in spurts and fits; "I began to write intermittently and spasmodically"
-00463471 02 r 02 spasmodically 1 jerkily 1 002 \ 02303575 a 0203 \ 02303754 a 0102 | with spasms; "the mouth was slightly open, and jerked violently and spasmodically at one corner"
-00463655 02 r 01 speciously 0 001 \ 02462210 a 0101 | in a specious manner
-00463732 02 r 01 spectrographically 0 001 \ 02800291 a 0101 | by spectrographic means; "the speech spectrum was displayed spectrographically"
-00463876 02 r 01 speechlessly 0 001 \ 00152629 a 0101 | without speaking; "he stood up soundlessly and speechlessly and glided across the hallway and through a door"
-00464044 02 r 01 spirally 0 001 \ 02317598 a 0103 | with spirals; "spirally fluted handles"
-00464138 02 r 01 sportingly 0 002 ! 00464255 r 0101 \ 00956733 a 0102 | so as to be sporting; in a sporting manner
-00464255 02 r 01 unsportingly 0 002 ! 00464138 r 0101 \ 00957743 a 0104 | in an unsportsmanlike manner
-00464360 02 r 01 unsuspectingly 0 001 \ 00192523 a 0101 | without suspicions; "he was sitting unsuspectingly beyond that wall only a few yards from the burglar"
-00464523 02 r 01 spotlessly 0 001 \ 00418364 a 0107 | in a spotless manner; "spotlessly clean"
-00464620 02 r 01 trimly 0 001 \ 02423649 a 0102 | in a trim manner; "he was trimly attired"
-00464714 02 r 01 spuriously 0 001 \ 02462210 a 0102 | in a false and spurious manner; "the lawyer argued spuriously that his client knew nothing of the burglary"
-00464878 02 r 01 squeamishly 0 001 \ 00984333 a 0105 | in a squeamish manner; "`I would rather not touch,' he said squeamishly"
-00465008 02 r 02 stagily 0 theatrically 0 002 \ 00796047 a 0201 \ 00796715 a 0101 | in a stagy and theatrical manner; "`I cannot show my face at her house,' he declared theatrically"
-00465193 02 r 01 standoffishly 0 001 \ 00134562 a 0102 | in a standoffish manner; "standoffishly, he declined the invitation to the office party"
-00465341 02 r 01 stark 0 000 | completely; "stark mad"; "mouth stark open"
-00465418 02 r 01 starkly 0 001 \ 00556881 a 0103 | in a blunt manner; "in starkly realistic terms"
-00465519 02 r 01 starkly 1 001 \ 01792387 a 0103 | in sharp outline or contrast; "the black walls rose starkly from the snow"
-00465647 02 r 01 starkly 2 001 \ 01520091 a 010a | in a stark manner; "He was starkly unable to achieve coherence"
-00465764 02 r 01 startlingly 0 001 \ 02359958 a 0101 | in a startling manner; "a startlingly modern voice"
-00465873 02 r 01 statutorily 0 001 \ 01401532 a 0101 | according to statute; "placed statutorily under the council's supervision"
-00466005 02 r 02 staunchly 0 stanchly 0 001 \ 00583581 a 0102 | in a staunch manner; "he staunchly defended his principles"
-00466131 02 r 01 steeply 0 001 \ 01144887 a 0101 | in a steep manner; "the street rose steeply up to the castle"
-00466246 02 r 01 stereotypically 0 001 \ 00607977 a 0103 | in a stereotypical manner
-00466333 02 r 01 stertorously 0 001 \ 01921752 a 0101 | in a noisy and stertorous manner; "he was breathing stertorously"
-00466457 02 r 02 stickily 0 viscidly 0 002 \ 00053691 a 0207 \ 00053691 a 0106 | in a sticky viscid manner; "he felt the blood move stickily from his split scalp and trickle down his forehead"
-00466652 02 r 01 stiff 1 000 | extremely; "bored stiff"; "frightened stiff"
-00466730 02 r 01 stiltedly 0 001 \ 00073465 a 0104 | in a stilted manner; "she answered him stiltedly"
-00466835 02 r 03 stingily 0 cheaply 2 chintzily 0 003 \ 01113114 a 0303 \ 01113114 a 0201 \ 01112573 a 0101 | in a stingy manner; "their rich uncle treated them rather chintzily"
-00467016 02 r 01 stirringly 0 001 \ 01561429 a 0101 | in a stirring manner; "he talked stirringly about his days during the war"
-00467147 02 r 01 stochastically 0 001 \ 01925000 a 0101 | by stochastic means; "we estimated the answer stochastically"
-00467269 02 r 02 still 2 stock-still 0 001 \ 01564315 a 0104 | without moving or making a sound; "he sat still as a statue"; "time stood still"; "they waited stock-still outside the door"; "he couldn't hold still any longer"
-00467496 02 r 01 straightway 0 000 | in a direct course; "plunged straightway to the rocks below"
-00467596 02 r 01 straightway 1 000 | at once; "straightway the clouds began to scatter"
-00467686 02 r 02 thereabout 0 thereabouts 0 000 | near that place; "he stayed in London or thereabouts for several weeks"
-00467810 02 r 02 thereabout 1 thereabouts 1 000 | near that time or date; "come at noon or thereabouts"
-00467916 02 r 01 thereinafter 0 000 | in the following part of a given matter, as in a document or speech
-00468024 02 r 01 thereof 0 000 | of or concerning this or that; "a problem and the solution thereof"
-00468127 02 r 03 thereon 0 on_it 0 on_that 0 000 | on that; "text and commentary thereon"
-00468219 02 r 03 thereto 0 to_it 0 to_that 0 000 | to that; "with all the appurtenances fitting thereto"
-00468326 02 r 03 thereunder 0 under_that 0 under_it 0 000 | under that; "the headings and the items listed thereunder"
-00468447 02 r 01 therewith 0 000 | with that or this or it; "I have learned that whatever state I am, therewith to be content"- Phil.4:11
-00468587 02 r 01 therewithal 0 000 | together with all that; besides; "thy slanders I forgive; and therewithal remit thy other forfeits"- Shakespeare
-00468739 02 r 01 stockily 0 001 \ 02387413 a 0103 | so as to be stocky; "he was stockily built"
-00468837 02 r 01 stoically 0 001 \ 00858558 a 0101 | without emotion; in a stoic manner; "he stoically accepted all suffering"
-00468966 02 r 01 stonily 0 001 \ 01158180 a 0105 | in a stony manner; "stonily indifferent to time"
-00469068 02 r 01 strategically 0 001 \ 02950711 a 0101 | with regard to strategy; "strategically important decisions"
-00469188 02 r 01 stridently 0 001 \ 00300359 a 0102 | in a strident manner; "the cheap clock ticked stridently"
-00469302 02 r 02 strictly 2 stringently 0 002 \ 00711059 a 0202 \ 00915556 a 0102 | in a stringent manner; "the laws are stringently enforced"; "stringently controlled"
-00469473 02 r 02 stuffily 0 stodgily 0 002 \ 00606347 a 0201 \ 00606347 a 0102 | in a stuffy manner; "`Come in please,' he said stuffily"
-00469613 02 r 01 stupendously 0 001 \ 01384730 a 0103 | to a stupendous degree; "stupendously ignorant people"
-00469726 02 r 01 sturdily 0 001 \ 02038994 a 0104 | in a sturdy manner; "feet sturdily apart"
-00469822 02 r 01 stylishly 0 001 \ 00975171 a 0101 | in a stylish manner; "she was dressed very stylishly"
-00469931 02 r 01 stylistically 0 001 \ 02018296 a 0101 | in a rhetorically stylistic manner; "stylistically complex"
-00470050 02 r 01 suavely 0 001 \ 01948231 a 0104 | with suavity; in a suave manner; "he is suavely charming and all the ladies love him"
-00470189 02 r 01 sublimely 0 000 | completely; in a lofty and exalted manner; "awaking in me, sublimely unconscious, interest and energy for tackling these tasks"
-00470354 02 r 01 subtly 0 001 \ 01717901 a 0102 | in a subtle manner; "late nineteenth-century French opera at its most beautiful, subtly romantic with a twilight melancholy"
-00470531 02 r 01 romantically 2 002 ! 00470692 r 0101 \ 01837182 a 0102 | in a romantic manner; "she fantasized romantically about eloping with her boyfriend"
-00470692 02 r 01 unromantically 0 001 ! 00470531 r 0101 | without romance; in an unromantic manner; "we got married, rather unromantically, in a dingy office in the town hall"
-00470870 02 r 01 sulkily 0 001 \ 01137994 a 0102 | in a sulky manner; "`What else could I do?' said Graham sulkily"
-00470988 02 r 01 summarily 0 001 \ 01633880 a 0102 | without delay; in a summary manner; "the suspected spy was summarily executed"
-00471122 02 r 01 superfluously 0 001 \ 01581305 a 0106 | in a superfluous manner; "superfluously, he added his silly comments to the discussion"
-00471269 02 r 01 superlatively 0 001 \ 02343517 a 0103 | to a superlative degree
-00471352 02 r 01 superstitiously 0 001 \ 01927061 a 0101 | in a superstitious manner; "superstitiously he refused to travel on Friday the 13th"
-00471498 02 r 01 supinely 0 001 \ 00040058 a 0102 | in an indifferently supine manner; "he called the tune to me and I supinely took it up"
-00471640 02 r 01 supinely 1 001 \ 01239781 a 0101 | with the face upward; "she was stretched supinely on her back"
-00471757 02 r 02 surreptitiously 0 sneakily 0 002 \ 02088974 a 0203 \ 02088974 a 0105 | in a surreptitious manner; "he was watching her surreptitiously as she waited in the hotel lobby"
-00471945 02 r 01 surpassingly 0 001 \ 01676026 a 0105 | to a surpassing degree; "she was a surpassingly beautiful woman"
-00472068 02 r 01 surprisedly 0 001 \ 02357479 a 0101 | in the manner of one who is surprised
-00472163 02 r 01 sweepingly 0 001 \ 00774182 a 0101 | in a sweeping manner; "he sweepingly condemned the entire population of the country for the war crimes"
-00472323 02 r 02 sweetly 0 sweet 0 003 ;c 07092592 n 0000 ;u 07075172 n 0000 \ 01459949 a 0105 | in an affectionate or loving manner (`sweet' is sometimes a poetic or informal variant of `sweetly'); "Susan Hayward plays the wife sharply and sweetly"; "how sweet the moonlight sleeps upon this bank"- Shakespeare; "talking sweet to each other"
-00472668 02 r 01 synchronously 0 001 \ 02377651 a 0101 | in synchrony; in a synchronous manner; "in four-chambered hearts, the two auricles move synchronously"
-00472830 02 r 01 synthetically 0 001 \ 01573568 a 0103 | by synthesis; in a synthetic manner; "some of these drugs have been derived from opium and others have been produced synthetically"
-00473021 02 r 01 tacitly 0 001 \ 00942163 a 0102 | in a tacit manner; by unexpressed agreement; "they are tacitly expected to work 10 hours a day"
-00473170 02 r 01 tactfully 0 002 ! 00473338 r 0101 \ 02384383 a 0101 | showing tact or tactfulness; in a tactful manner; "he stepped tactfully in to prevent trouble"
-00473338 02 r 01 tactlessly 0 002 ! 00473170 r 0101 \ 02384843 a 0101 | without tact; in a tactless manner; "at the moment of the murder, he is standing in front of television cameras and talking tactlessly"
-00473548 02 r 01 tactically 0 001 \ 02951000 a 0101 | with regard to tactics; "the tactically useful province is still firmly in the rebels' hands"
-00473698 02 r 01 tamely 0 001 \ 02389946 a 0101 | in a tame manner; "the labour movement allowed itself to be run out of power tamely"
-00473835 02 r 01 tangibly 0 001 \ 02392134 a 0101 | in a tangible manner; "virtue is tangibly rewarded"
-00473941 02 r 01 tartly 0 001 \ 01804728 a 0103 | in a tart manner; "`Never mind your immortal soul,' she said tartly"
-00474062 02 r 02 tastefully 0 tastily 1 002 ! 00474217 r 0101 \ 02392878 a 0101 | with taste; in a tasteful manner; "the house was tastefully decorated"
-00474217 02 r 01 tastelessly 0 002 ! 00474062 r 0101 \ 02393401 a 0101 | without taste or in poor taste; in a tasteless manner; "the house was tastelessly decorated"
-00474385 02 r 01 tastily 0 001 \ 02395115 a 0101 | in a tasty manner; "the meal was tastily cooked"
-00474487 02 r 02 tauntingly 0 teasingly 0 001 \ 02123118 a 0202 | in a playfully teasing manner; "`You hate things to be out of order, don't you?' she said teasingly"
-00474656 02 r 01 tautly 0 001 \ 02403505 a 0101 | in a taut manner; "the rope was tautly stretched"
-00474758 02 r 01 tearfully 0 001 \ 01365239 a 0104 | with tears; in a tearful manner; "the man confessed tearfully to having beaten his wife"
-00474902 02 r 02 telegraphically 0 tersely 0 002 \ 00547641 a 0204 \ 00548579 a 0101 | in a short and concise manner; "a particular bird, exactly and tersely described in the book of birds"
-00475094 02 r 01 telescopically 0 001 \ 00466077 a 0101 | in a telescopic manner; "each of the four legs contains a simple screw jack with a thrust bearing that is operated telescopically inside of two tubes"
-00475305 02 r 01 tellingly 0 001 \ 01305344 a 0102 | in a telling manner; "the plain manner of its style all the more tellingly points up the horror of the case"
-00475469 02 r 01 temperately 0 001 \ 02401590 a 0101 | without extravagance; "these preferences are temperately stated"
-00475591 02 r 01 temperately 1 000 | with restraint; "he used the privileges of his office temperately"
-00475697 02 r 01 tendentiously 0 001 \ 00730985 a 0101 | in a tendentious manner; "the paper reported rather tendentiously on the war atrocities"
-00475845 02 r 01 tenderly 0 001 \ 01464700 a 0104 | with tenderness; in a tender manner; "tenderly she placed her arms round him"
-00475977 02 r 01 tenthly 0 001 \ 02203373 a 0101 | (in enumerating something, such as topics or points of discussion) in the tenth place
-00476116 02 r 01 tetchily 0 001 \ 01136541 a 010b | in an ill-natured and tetchy manner; "`Are you sure?' he asked her tetchily"
-00476247 02 r 01 theologically 0 001 \ 02907000 a 0101 | in a theological manner; "he dealt with the problem of evil theologically, not philosophically"
-00476402 02 r 01 theologically 1 001 \ 02907000 a 0101 | as regards theology; "the candidate was found theologically sound"
-00476528 02 r 01 thermostatically 0 001 \ 03125096 a 0101 | by thermostat; in a thermostatic manner; "the temperature is thermostatically controlled"
-00476680 02 r 02 threefold 0 three_times 1 000 | by a factor of three; "our rent increased threefold in the past five years"
-00476807 02 r 01 traditionally 0 001 \ 00611047 a 0101 | according to tradition; in a traditional manner; "traditionally, we eat fried foods on Hanukah"
-00476962 02 r 02 thick 0 thickly 0 000 | in quick succession; "misfortunes come fast and thick"
-00477060 02 r 01 thinly 2 002 ! 00299753 r 0102 \ 00542359 a 0102 | in a widely distributed manner; "thinly overgrown mountainside"
-00477194 02 r 01 thickly 2 001 \ 01337314 a 0102 | spoken with poor articulation as if with a thick tongue; "after a few drinks he was beginning to speak thickly"
-00477359 02 r 01 thickly 3 002 ! 00477636 r 0101 \ 02410393 a 0101 | with thickness; in a thick manner; "spread 1/4 lb softened margarine or cooking fat fairly thickly all over the surface"; "we were visiting a small, thickly walled and lovely town with straggling outskirt"
-00477636 02 r 02 thinly 1 lightly 3 002 ! 00477359 r 0101 \ 02412164 a 0101 | in a small quantity or extent; "spread the margarine thinly over the meat"; "apply paint lightly"
-00477814 02 r 02 thinly 0 thin 0 002 ! 00478040 r 0101 \ 02417301 a 0101 | without viscosity; "the blood was flowing thin"
-00477939 02 r 01 thinly 3 001 \ 02282277 a 0101 | without force or sincere effort; "smiled thinly"
-00478040 02 r 02 thickly 4 thick 1 002 ! 00477814 r 0101 \ 02415390 a 0101 | with a thick consistency; "the blood was flowing thick"
-00478175 02 r 01 thirstily 0 001 \ 01270004 a 0101 | in a thirsty manner; "we drank thirstily from the bottle that was passed around"
-00478311 02 r 01 thriftily 0 001 \ 02421158 a 0101 | in a thrifty manner; "a used towel that he had used and had left thriftily on the ledge below the mirror rather than consign to the linen basket"
-00478512 02 r 01 thriftlessly 0 001 \ 01896299 a 0101 | in a thriftless manner; "he lives thriftlessly from day to day"
-00478634 02 r 01 through 1 000 | over the whole distance; "this bus goes through to New York"
-00478730 02 r 01 through 2 000 | in diameter; "this cylinder measures 15 inches through"
-00478821 02 r 01 through 3 000 | from beginning to end; "read this book through"
-00478904 02 r 01 through 4 000 | to completion; "think this through very carefully!"
-00478991 02 r 02 timorously 0 trepidly 0 002 \ 00252498 a 0203 \ 00252498 a 0102 | in a timorous and trepid manner
-00479108 02 r 01 tip-top 0 000 | to the highest extent; "the shoes fit me tip-top"
-00479193 02 r 01 tiptoe 0 000 | on tiptoe or as if on tiptoe; "standing tiptoe"
-00479275 02 r 01 tomorrow 0 000 | the next day, the day after, following the present day
-00479366 02 r 01 tonelessly 0 001 \ 02430238 a 0101 | in a monotone; "`Come in,' she said tonelessly"
-00479470 02 r 01 topographically 0 001 \ 03018112 a 0101 | with regard to topography; "the geological environment is the primary factor in determining the character of a country not only topographically but historically"
-00479693 02 r 01 tortuously 0 000 | in a tortuous manner; "tortuously haggling over the price"
-00479790 02 r 01 tortuously 1 000 | with twists and turns
-00479850 02 r 01 touchily 0 001 \ 02106509 a 0104 | in a touchy manner; "he touchily refused all offers to help"
-00479965 02 r 01 toughly 0 001 \ 00707795 a 0102 | in a ruggedly tough manner; "toughly vigorous story-telling"
-00480079 02 r 01 transcendentally 0 001 \ 01577086 a 0104 | in a transcendental way or to a transcendental extent
-00480195 02 r 01 transiently 0 001 \ 01756292 a 0104 | for a very short time; "these three pions may actually be joined together transiently as a compound particle during the interchange process"
-00480393 02 r 01 transitionally 0 001 \ 02944694 a 0101 | as a transitional step or in a transitional manner
-00480504 02 r 01 transitorily 0 001 \ 01756292 a 0105 | for a very brief time
-00480584 02 r 01 transparently 0 001 \ 00431774 a 0106 | so as to allow the passage of light; "the red brilliance of the claret shines transparently in our glasses"
-00480751 02 r 01 transparently 1 001 \ 01619689 a 0101 | so as to be easily understood or seen through; "his transparently lucid prose"; "his transparently deceitful behavior"
-00480929 02 r 01 tremulously 0 001 \ 02304987 a 0102 | in a tremulous manner; "the leaves rustled tremulously in the wind"
-00481054 02 r 01 trenchantly 0 001 \ 00834959 a 0102 | in a vigorous and effective manner; "he defended his client's civil rights trenchantly"
-00481199 02 r 01 tritely 0 001 \ 01688757 a 010a | in a trite manner; "tritely expressed emotions"
-00481300 02 r 01 trivially 0 001 \ 02121735 a 0101 | in a frivolously trivial manner; "trivially motivated requests"
-00481419 02 r 01 trivially 1 000 | with little effort; "we can prove trivially that this theorem is false"
-00481528 02 r 01 tropically 0 001 \ 01250835 a 0101 | in a tropical manner; "it was tropically hot in the greenhouse"
-00481648 02 r 01 truculently 0 001 \ 00084795 a 0101 | in a defiantly truculent manner; "the boy looked up truculently at his teacher"
-00481785 02 r 01 truculently 1 000 | in an aggressively truculent manner; "they strive for security by truculently asserting their own interests"
-00481933 02 r 02 tumultuously 0 riotously 1 002 \ 01923720 a 0202 \ 01923720 a 0104 | in a tumultuous and riotous manner; "the crowd was demonstrating tumultuously"
-00482100 02 r 01 turbulently 0 001 \ 00087597 a 0105 | in a turbulent manner; with turbulence; "the river rolls turbulently boiling"
-00482235 02 r 01 tutorially 0 001 \ 03127435 a 0101 | by tutorials; in a tutorial manner; "undergraduates are better taught tutorially"
-00482373 02 r 02 twofold 0 two_times 1 000 | by a factor of two; "the price increased twofold last year"
-00482480 02 r 01 typographically 0 001 \ 02910248 a 0101 | in a typographic way
-00482562 02 r 01 ultra_vires 0 000 | beyond the scope or in excess of legal power or authority
-00482659 02 r 01 unaccountably 0 001 \ 00940108 a 0101 | in an unaccountable manner; "in the book, a tycoon unaccountably becomes the hero's friend"
-00482810 02 r 04 unalterably 0 unchangeably 0 unassailably 0 immutably 0 004 \ 00356648 a 0401 \ 00591513 a 0301 \ 00346991 a 0201 \ 00349523 a 0101 | in an unalterable and unchangeable manner; "his views were unchangeably fixed"
-00483042 02 r 02 unarguably 0 undisputedly 0 002 \ 00603039 a 0201 \ 00591406 a 0102 | in an unarguable and undisputed manner; "you write as if this fact whilst inarguably forever condemning me to the ranks of Bohemianism nevertheless earned for me the right of entry into any company"
-00483330 02 r 01 unassumingly 0 001 \ 01539444 a 0102 | in an unassuming manner; "she is unassumingly skeptical of her own work"
-00483461 02 r 02 unattainably 0 unachievably 0 002 \ 01824081 a 0201 \ 01824081 a 0102 | in an unattainable manner or to an unattainable degree; "this house is unattainably expensive"
-00483647 02 r 01 unawares 0 000 | suddenly and unexpectedly; "rain caught them unawares"; "sorrow comes to all, and to the young it comes with bittered agony because it takes them unawares"- A.Lincoln
-00483850 02 r 01 unawares 1 000 | without forethought or plan; inadvertently; "came upon the diamond unawares"
-00483963 02 r 01 unbearably 0 000 | to an unbearable degree; "it was unbearably hot in the room"
-00484062 02 r 02 unbeknown 0 unbeknownst 0 000 | without someone's knowledge; "unbeknownst to me, she made all the arrangements"
-00484193 02 r 01 unblushingly 0 001 \ 00155720 a 0102 | without blushing; "his principal opponent unblushingly declared victory before the ballots had been counted"
-00484360 02 r 01 uncannily 0 001 \ 01575424 a 0103 | in an uncanny manner; "uncannily human robots"
-00484462 02 r 01 uncertainly 0 001 \ 00337404 a 0101 | showing lack of certainty; "he paused uncertainly"
-00484570 02 r 01 unchivalrously 0 002 ! 00284489 r 0102 \ 00640931 a 0102 | in an unchivalrous and ungallant manner; "unchivalrously, the husbands who had to provide such innocent indulgences eventually began to count the costs"
-00484801 02 r 01 uncommonly 0 001 \ 00487653 a 0101 | exceptionally; "a common remedy is uncommonly difficult to find"
-00484922 02 r 01 uncompromisingly 0 001 \ 01025913 a 0101 | in an uncompromising manner
-00485012 02 r 02 undesirably 0 unwantedly 0 002 \ 02527734 a 0201 \ 00733905 a 0101 | in an undesirable manner; "he was unwantedly friendly"
-00485155 02 r 01 uninvitedly 0 001 \ 02540458 a 0101 | without invitation; "the women arrived uninvitedly"
-00485264 02 r 01 unwontedly 0 001 \ 00488998 a 0101 | in an unusual manner
-00485341 02 r 01 unconcernedly 0 001 \ 00545015 a 0101 | in an unconcerned manner; "war was breaking out in Europe, but she unconcernedly planned for a holiday"
-00485504 02 r 01 uncontrollably 0 001 \ 00599821 a 0101 | in an uncontrolled manner; "she laughed uncontrollably"
-00485620 02 r 01 uncouthly 0 001 \ 01950198 a 0104 | in an uncouth manner; "uncouthly, he told stories that made everybody at the table wince"
-00485765 02 r 03 unctuously 0 smarmily 0 fulsomely 0 003 \ 02181432 a 0302 \ 02181432 a 0205 \ 02181432 a 0107 | in an unctuous manner
-00485902 02 r 01 undeniably 0 001 \ 00721505 a 0101 | to an undeniable degree or in an undeniable manner; "she is undeniably the most gifted student in the class"
-00486067 02 r 02 under 0 below 3 000 | further down; "see under for further discussion"
-00486157 02 r 01 under 1 000 | down below; "get under quickly!"
-00486223 02 r 01 under 2 000 | below the horizon; "the sun went under"
-00486296 02 r 01 under 3 000 | below some quantity or limit; "fifty dollars or under"
-00486384 02 r 01 under 4 000 | in or into a state of subordination or subjugation; "we must keep our disappointment under"
-00486509 02 r 01 under 5 000 | down to defeat, death, or ruin; "their competitors went under"
-00486605 02 r 01 under 6 000 | into unconsciousness; "this will put the patient under"
-00486694 02 r 01 under 7 000 | through a range downward; "children six and under will be admitted free"
-00486800 02 r 02 underarm 0 underhand 0 000 | with the hand swung below shoulder level; "throwing a ball underarm"
-00486917 02 r 01 underground 0 000 | beneath the surface of the earth; "water flowing underground"
-00487018 02 r 01 underground 1 000 | in or into hiding or secret operation; "the organization was driven underground"
-00487138 02 r 02 underhandedly 0 underhand 1 001 \ 02319346 a 0102 | slyly and secretly; "Mean revenge, committed underhand"- John Donne; "oldline aristocratic diplomats underhandedly undermined the attempt...to align Germany with the Western democracies"- C.G.Bowers
-00487408 02 r 01 underneath 0 000 | under or below an object or a surface; at a lower place or level; directly beneath; "we could see the original painting underneath"; "a house with a good foundation underneath"
-00487623 02 r 01 underneath 1 000 | on the lower or downward side; on the underside of; "a chest of drawers all scratched underneath"
-00487759 02 r 01 unduly 0 001 \ 00137641 a 0101 | to an undue degree; "she was unduly pessimistic about her future"
-00487877 02 r 01 uneventfully 0 001 \ 00804502 a 0101 | in an uneventful manner; "the space shuttle landed uneventfully"
-00488000 02 r 01 ungrammatically 0 002 ! 00488143 r 0101 \ 01146207 a 0101 | in an ungrammatical manner; "this child speaks ungrammatically"
-00488143 02 r 01 grammatically 0 002 ! 00488000 r 0101 \ 01146012 a 0101 | in a grammatical manner; "this child already speaks grammatically"
-00488287 02 r 02 unimaginably 0 unthinkably 0 002 \ 02418538 a 0201 \ 02418692 a 0104 | to an unimaginable extent
-00488403 02 r 01 uninterruptedly 0 001 \ 00291338 a 0101 | without interruption; "this pleasant state of affairs had continued peacefully and uninterruptedly for many years"
-00488579 02 r 01 unnaturally 2 002 ! 00488773 r 0101 \ 00073048 a 0102 | in an unnatural way; "his other arm lay across his chest, unnaturally, as if placed there deliberately, for a purpose"
-00488773 02 r 01 naturally 2 001 ! 00488579 r 0101 | in a natural or normal manner; "speak naturally and easily"
-00488888 02 r 01 precedentedly 0 002 ! 00488980 r 0101 \ 00128467 a 0101 | with precedent
-00488980 02 r 01 unprecedentedly 0 002 ! 00488888 r 0101 \ 00128572 a 0101 | in an unprecedented manner
-00489086 02 r 01 unreservedly 0 000 | without reservation; "I can unreservedly recommend this restaurant!"
-00489195 02 r 01 unrestrainedly 0 001 \ 02000680 a 0101 | in an unrestrained manner
-00489281 02 r 01 unscrupulously 0 001 \ 02085898 a 0101 | without scruples; "she unscrupulously uses her charm to make men do what she wants"
-00489425 02 r 01 unstintingly 0 001 \ 01111965 a 0107 | in an unstinting manner
-00489507 02 r 01 unswervingly 0 001 \ 00761844 a 0102 | without swerving; in a direct and unswerving manner; "the ship travelled unswervingly through the night"
-00489670 02 r 01 unswervingly 1 001 \ 00583581 a 0103 | in a constant and steadfast manner; "an unswervingly loyal man"
-00489792 02 r 01 untruly 0 001 \ 02462489 a 0101 | in a untrue manner; "he silenced the whisperings which connected her, untruly and unfairly, with his separation from his wife"
-00489972 02 r 01 unwarrantably 0 001 \ 01722367 a 0104 | in an unwarrantable manner or to an unwarranted degree; "in this painting, the relationship of the upper part of the body to the lower is uneasy and the right thigh seems unwarrantably stressed"
-00490226 02 r 01 unworthily 0 001 \ 02588099 a 0101 | in an unworthy manner
-00490304 02 r 01 up-country 0 000 | to or in the interior of a country or region; "they live upcountry"
-00490410 02 r 01 uphill 0 000 | upward on a hill or incline; "this street lay uphill"
-00490498 02 r 01 uphill 1 000 | against difficulties; "she was talking uphill"
-00490579 02 r 01 uppermost 0 000 | in or into the highest position; "the blade turned uppermost"
-00490678 02 r 01 uppermost 1 000 | in or into the most prominent position, as in the mind; "say what comes uppermost"
-00490798 02 r 01 uprightly 0 001 \ 01234030 a 0101 | in an upright position
-00490876 02 r 02 honorably 2 uprightly 1 003 \ 02036934 a 0203 ! 00491024 r 0101 \ 01226240 a 0101 | in an honorable manner; "he acted honorably"
-00491024 02 r 01 dishonorably 2 002 ! 00490876 r 0101 \ 01227137 a 0101 | in a dishonorable manner; "he acted dishonorably"
-00491150 02 r 01 urbanely 0 001 \ 02271177 a 0104 | in an urbane manner; "`I had tea occasionally with the Duke,' said Mr. Eggers urbanely"
-00491292 02 r 01 usefully 0 002 ! 00491438 r 0101 \ 02495922 a 0101 | in a useful manner; "extra money could be usefully spent on this project"
-00491438 02 r 01 uselessly 0 002 ! 00491292 r 0101 \ 02497141 a 0101 | in a useless manner; "the furniture was sitting around uselessly"
-00491577 02 r 01 uxoriously 0 001 \ 01466476 a 0101 | in a loving and uxorious manner; "he kept deferring uxoriously to Mary"
-00491705 02 r 01 vacantly 0 001 \ 01088164 a 0101 | in a vacant manner; "she was staring vacantly into the room"
-00491820 02 r 01 vacuously 0 001 \ 01498084 a 0103 | in a vacuous manner
-00491895 02 r 02 valiantly 0 valorously 0 002 \ 00264570 a 0202 \ 00264570 a 0101 | with valor; in a valiant manner; "he fought valiantly until the end"
-00492050 02 r 01 validly 0 001 \ 02498708 a 0101 | with validity; in a valid manner; "this may not validly be done"
-00492168 02 r 01 vapidly 0 001 \ 02308001 a 0101 | in a vapid manner; "a vapidly smiling salesman"
-00492269 02 r 01 variably 0 001 \ 02504131 a 0101 | with variation; in a variable manner or to a variable degree; "it will be variably cloudy"
-00492414 02 r 01 vehemently 0 001 \ 01511854 a 0103 | in a vehement manner; "he vehemently denied the accusations against him"
-00492543 02 r 04 verbosely 0 windily 0 long-windedly 0 wordily 0 004 \ 00549236 a 0405 \ 00549236 a 0301 \ 00549236 a 0204 \ 00549236 a 0103 | in a verbose manner; "she explained her ideas verbosely"
-00492745 02 r 01 verily 0 001 ;u 07073447 n 0000 | in truth; certainly; "I verily think so"; "trust in the Lord...and verily thou shalt be fed"- Ps 37:3
-00492900 02 r 01 vicariously 0 001 \ 01855621 a 0101 | indirectly, as, by, or through a substitute; "she enjoyed the wedding vicariously"
-00493040 02 r 02 vigilantly 0 watchfully 0 002 \ 00091311 a 0202 \ 00091764 a 0103 | in a watchful manner
-00493148 02 r 01 vilely 0 001 \ 01133017 a 0103 | in a vile manner; "his vilely spelt and illiterate letters"
-00493260 02 r 01 virulently 0 001 \ 01802165 a 010a | in a virulent manner; "an old woman advanced a few paces to shake her fist virulently in my face"
-00493414 02 r 01 vivace 0 000 | lively, in music; "play this section vivace!"
-00493494 02 r 01 vivaciously 0 001 \ 02280969 a 0102 | with vivacity; "he describes his adventures vivaciously"
-00493608 02 r 01 voluptuously 1 001 \ 02138989 a 010a | in a shapely and voluptuous manner; "a voluptuously curved woman"
-00493732 02 r 01 voraciously 0 001 \ 00010726 a 0106 | in an eagerly voracious manner; "she reads voraciously"
-00493845 02 r 01 voyeuristically 0 001 \ 03129648 a 0101 | like a voyeur; "he sneaks voyeuristically around the swimming pool"
-00493974 02 r 01 vulnerably 0 001 \ 02523275 a 0101 | in a vulnerable manner
-00494053 02 r 01 waggishly 0 001 \ 01268002 a 0101 | in a waggish manner
-00494128 02 r 02 waist-deep 0 waist-high 0 000 | up to the waist; "the water rose waist-high"
-00494224 02 r 01 wanly 0 001 \ 02325984 a 0103 | in a weak or pale or languid manner; "she was smiling wanly"
-00494336 02 r 01 wantonly 1 001 \ 01559270 a 0103 | in a wanton manner; "the animals were killed wantonly for sport"
-00494455 02 r 01 wealthily 0 001 \ 02022167 a 0105 | with riches
-00494522 02 r 01 weightily 0 001 \ 01187611 a 0101 | as something very heavy; "she moved weightily"
-00494624 02 r 01 weightily 1 001 \ 01278423 a 0104 | in a serious manner; "the speech was weighty and it was weightily delivered"
-00494756 02 r 01 whacking 0 000 | extremely; "a whacking good story"
-00494827 02 r 02 wheezily 0 wheezingly 0 002 \ 01174048 a 0202 \ 01174048 a 0103 | with a wheeze; "he talked wheezily"
-00494948 02 r 01 wholeheartedly 0 001 \ 02180486 a 0102 | without reserve; without reservation; "he adopted wholeheartedly some of the policies that he had previously criticized"
-00495129 02 r 01 wholesomely 0 001 \ 02557357 a 0101 | in a wholesome manner; "the papers we found shed some valuable light on this question, wholesomely contradicting all lies"
-00495309 02 r 01 whence 0 000 | from what place, source, or cause
-00495377 02 r 02 wherever 0 wheresoever 0 000 | where in the world
-00495446 02 r 01 whopping 0 000 | extremely; "they all were whopping drunk"
-00495524 02 r 02 wide 0 widely 1 000 | to or over a great extent or range; far; "wandered wide through many lands"; "he traveled widely"
-00495663 02 r 01 widely 0 000 | to a great degree; "her work is widely known"
-00495743 02 r 01 wide 1 000 | with or by a broad space; "stand with legs wide apart"; "ran wide around left end"
-00495858 02 r 02 wide 2 astray 4 000 | far from the intended target; "the arrow went wide of the mark"; "a bullet went astray and killed a bystander"
-00496010 02 r 01 wide 3 000 | to the fullest extent possible; "open your eyes wide"; "with the throttle wide open"
-00496127 02 r 02 willfully 0 wilfully 0 002 \ 02520693 a 0202 \ 02520693 a 0101 | in a willful manner; "she had willfully deceived me"
-00496264 02 r 01 wishfully 0 001 \ 00887719 a 0102 | in a wishful manner; "he wishfully indulged in dreams of fame"
-00496382 02 r 01 wistfully 0 001 \ 01362950 a 0102 | in a wistful manner; "his sister would have looked beautiful in that dress, he thought wistfully, just like an angel"
-00496555 02 r 01 witheringly 0 001 \ 00586617 a 0104 | in a withering manner; "guns fired witheringly at the railroad cars"
-00496681 02 r 01 wittily 0 001 \ 01268194 a 0101 | in a witty manner; "he would wittily chime into our conversation"
-00496800 02 r 01 wolfishly 0 001 \ 02840006 a 0102 | in the manner of a wolf
-00496879 02 r 01 worryingly 0 001 \ 01189386 a 0107 | in a manner to cause worry
-00496962 02 r 01 worriedly 0 001 \ 02457167 a 0105 | in a worried manner; "`I wonder what to do,' she said worriedly"; "he paused worriedly before calling the bank"
-00497129 02 r 01 worthily 0 001 \ 02584981 a 0101 | in a worthy manner; with worthiness
-00497219 02 r 01 worthlessly 0 001 \ 02502163 a 0101 | in a worthless manner
-00497298 02 r 01 wrathfully 0 001 \ 00116245 a 0101 | in a wrathful manner; "he looked at her, not wrathfully now, but quizzically"
-00497432 02 r 01 wretchedly 0 001 \ 01050890 a 0109 | in a wretched manner; "`I can't remember who I am,' I said, wretchedly"
-00497560 02 r 02 yea 0 yeah 0 000 | not only so, but; "I therein do rejoice, yea, and will rejoice"
-00497662 02 r 01 youthfully 0 001 \ 01649720 a 0101 | in a youthful manner; "he is still youthfully enthusiastic"
-00497778 02 r 01 zealously 0 001 \ 00886253 a 0102 | in a zealous manner; "she worked zealously to raise funds for the literacy project"
-00497917 02 r 02 zestfully 0 zestily 0 002 \ 02281182 a 0203 \ 02281182 a 0101 | with zest; "she scrubbed the floors of the new apartment zestfully"
-00498068 02 r 01 zigzag 0 000 | in a zigzag course or on a zigzag path; "birds flew zigzag across the blue sky"
-00498182 02 r 01 a_la_mode 0 000 | with ice cream on top or on the side; "we served the apple pie a la mode"
-00498293 02 r 02 between_decks 0 'tween_decks 0 000 | in the space between decks, on a ship
-00498387 02 r 02 between 3 betwixt 0 000 | in the interval; "dancing all the dances with little rest between"
-00498499 02 r 01 aloft 0 000 | in the higher atmosphere above the earth; "weather conditions aloft are fine"
-00498610 02 r 01 aloft 1 000 | at or to great height; high up in or into the air; "eagles were soaring aloft"; "dust is whirled aloft"
-00498747 02 r 02 irreproachably 0 blamelessly 0 002 \ 01320705 a 0201 \ 01320705 a 0103 | in an irreproachable and blameless manner; "she had lived blamelessly until she met this man"
-00498933 02 r 01 bonnily 0 001 \ 00218440 a 0101 | in a bonny manner
-00499004 02 r 01 aloft 7 000 | upward; "the good news sent her spirits aloft"
-00499084 02 r 01 aloft 4 000 | at or on or to the masthead or upper rigging of a ship; "climbed aloft to unfurl the sail"
-00499208 02 r 01 circumstantially 0 000 | insofar as the circumstances are concerned; "the account was circumstantially accurate"
-00499340 02 r 01 circumstantially 3 000 | according to circumstances; "he was convicted circumstantially"
-00499448 02 r 01 clammily 0 001 \ 02548619 a 0101 | in a clammy manner
-00499521 02 r 02 conjugally 0 connubial 0 002 \ 02872066 a 0202 \ 02872066 a 0101 | in a conjugal manner
-00499628 02 r 01 constrainedly 0 001 \ 00073761 a 0101 | in a constrained manner
-00499711 02 r 01 convexly 0 002 ! 00499823 r 0101 \ 00537339 a 0101 | in a convex way; "bulging out convexly"
-00499823 02 r 01 concavely 0 002 ! 00499711 r 0101 \ 00535452 a 0101 | in a concave way; "shaped concavely"
-00499933 02 r 01 coordinately 0 001 \ 00890874 a 0101 | in a coordinated manner
-00500015 02 r 02 corruptly 0 corruptedly 0 001 \ 00620731 a 0101 | in a corrupt manner
-00500104 02 r 01 defectively 0 001 \ 01752953 a 0101 | in a defective manner; "this machine functions only defectively"
-00500226 02 r 03 dingily 0 grubbily 0 grungily 0 003 \ 00420650 a 0305 \ 00420650 a 0204 \ 00420650 a 0102 | in a dingy manner
-00500355 02 r 02 discursively 0 ramblingly 0 001 \ 00768397 a 0102 | in a rambling manner
-00500447 02 r 02 profligately 0 dissolutely 0 002 \ 01549568 a 0205 \ 01549568 a 0107 | in a dissolute way
-00500556 02 r 01 floridly 0 001 \ 01794771 a 0102 | in a florid manner; "floridly figurative prose"
-00500658 02 r 01 half-price 0 000 | for half the price; "she bought it half-price during the sale"
-00500759 02 r 01 imminently 0 001 \ 00448314 a 0103 | in an imminent manner
-00500837 02 r 01 integrally 0 001 \ 01348528 a 0105 | in an integral manner
-00500915 02 r 01 martially 0 001 \ 01518860 a 0102 | in a martial manner
-00500990 02 r 01 ruggedly 0 001 \ 00707366 a 0101 | in a rugged manner
-00501063 02 r 01 shrewishly 0 001 \ 01138610 a 0101 | in a shrewish manner
-00501140 02 r 03 in_principle 0 in_theory 1 in_essence 1 000 | with regard to fundamentals although not concerning details; "in principle, we agree"
-00501291 02 r 03 per_capita 0 for_each_person 0 of_each_person 0 000 | per person; "we are spending $5,000 per capita annually for education in this district"
-00501452 02 r 01 distinctively 0 001 \ 01272718 a 0102 | in an identifiably distinctive manner; "the distinctively conservative district of the county"
-00501606 02 r 01 philosophically 1 001 \ 02858231 a 0102 | with respect to philosophy; "the movement is philosophically indebted to Rousseau"
-00501750 02 r 01 vanishingly 0 000 | so as to disappear or approach zero; "errors are vanishingly rare"
-00501856 02 r 01 inaugurally 0 001 \ 01290766 a 0101 | so as to inaugurate; "the mayor inaugurally drove the spade into the ground"
-00501990 02 r 03 in 1 inwards 1 inward 1 000 | to or toward the inside of; "come in"; "smash in the door"
-00502098 02 r 01 unquestioningly 0 001 \ 00005599 a 0102 | in an unquestioning manner; "he followed his leader unquestioningly"
-00502228 02 r 01 theretofore 0 000 | up to that time; "they had not done any work theretofore"
-00502325 02 r 01 acutely 1 001 \ 01744515 a 0101 | in an acute manner; "she pitied her sister acutely"; "acutely aware"
-00502447 02 r 01 demandingly 0 001 \ 00710260 a 0101 | in a demanding manner; "he became demandingly dominant over the years"
-00502575 02 r 01 heavily 3 001 \ 01188328 a 0101 | in a manner designed for heavy duty; "a heavily constructed car"; "heavily armed"
-00502710 02 r 02 specially 1 especially 1 002 \ 00488187 a 0201 \ 01678729 a 0101 | in a special manner; "a specially arranged dinner"
-00502847 02 r 02 gently 1 mildly 2 002 \ 01508719 a 0201 \ 01455412 a 0101 | in a gentle manner; "he talked gently to the injured animal"
-00502987 02 r 01 haggardly 0 001 \ 02433000 a 0103 | in a haggard manner; "she looked haggardly out of her tent"
-00503102 02 r 03 sharply 2 sharp 0 acutely 2 002 \ 01810189 a 0302 \ 01144230 a 0101 | changing suddenly in direction and degree; "the road twists sharply after the light"; "turn sharp left here"; "the visor was acutely peaked"; "her shoes had acutely pointed toes"
-00503370 02 r 02 madly 2 frantically 0 002 \ 00086341 a 0201 \ 02390724 a 0104 | in an uncontrolled manner; "she fought back madly"
-00503504 02 r 02 smolderingly 0 smoulderingly 0 002 \ 00116058 a 0202 \ 00116058 a 0101 | with barely repressed anger; "`I can't wait,' she answered smolderingly"
-00503669 02 r 01 dandily 0 001 \ 01123879 a 0105 | in a dandy manner; "she had shown her talents dandily"
-00503777 02 r 01 in_common 0 000 | sharing equally with another or others; "we have several things in common"; "in common with other companies they advertise widely"
-00503945 02 r 01 softly 4 000 | in a manner that is pleasing to the senses; "she smiled softly"
-00504043 02 r 01 immediately 3 001 \ 00449079 a 0102 | near or close by; "he passed immediately behind her"
-00504153 02 r 01 immediately 5 001 \ 00770316 a 0101 | bearing an immediate relation; "this immediately concerns your future"
-00504281 02 r 01 directly 5 001 \ 00770480 a 0101 | without anyone or anything intervening; "these two factors are directly related"; "he was directly responsible"; "measured the physical properties directly"
-00504492 02 r 01 second_hand 0 001 \ 01640482 a 0101 | from a source of previously owned goods; "I prefer to buy second hand"
-00504620 02 r 02 in_full 0 fully 3 000 | referring to a quantity; "the amount was paid in full"
-00504718 02 r 01 expansively 1 001 \ 01284544 a 0101 | in an impressively expansive manner; "she managed to live rather expansively on her modest income"
-00504874 02 r 01 homogeneously 0 001 \ 01199751 a 0101 | all similarly; "the students at this college are homogeneously middle-class"
-00505010 02 r 02 in_flight 0 on_the_wing 0 000 | flying through the air; "we saw the ducks in flight"
-00505114 02 r 03 only 3 only_if 0 only_when 0 000 | never except when; "call me only if your cold gets worse"
-00505226 02 r 03 close 2 closely 2 tight 2 001 \ 00309945 a 0201 | in an attentive manner; "he remained close on his guard"
-00505352 02 r 02 naturally 3 by_nature 0 000 | through inherent nature; "he was naturally lazy"
-00505450 02 r 02 by_rights 0 properly 1 000 | with reason or justice
-00505521 02 r 02 caudally 0 caudal 0 002 \ 00131863 a 0201 \ 00131863 a 0101 | toward the posterior end of the body
-00505639 02 r 01 causally 0 001 \ 00323199 a 0101 | in a causal fashion; "causally efficacious powers"
-00505744 02 r 01 fearfully 1 001 \ 00193799 a 0101 | in an alarming manner; "they were fearfully attacked"
-00505853 02 r 03 one_by_one 2 one_after_another 1 one_at_a_time 0 000 | in single file; "the prisoners came out one by one"
-00505979 02 r 01 calculatingly 0 001 \ 01155603 a 0101 | in a calculating manner; "he looked at her calculatingly"
-00506096 02 r 01 magnetically 1 001 \ 02926188 a 0101 | by the use of magnetism; "magnetically contaminated material"
-00506216 02 r 01 redly 0 001 \ 00381097 a 0101 | displaying a red color; "the forge belched redly at the sky"-Adria Langley
-00506342 02 r 01 widely 2 000 | so as to leave much space or distance between; "widely separated"
-00506442 02 r 01 insignificantly 1 001 \ 01288298 a 0101 | in an insignificant manner; "some people living insignificantly among us"
-00506577 02 r 01 fatally 0 001 \ 00685113 a 0102 | with fatal consequences or implications; "he was fatally ill equipped for the climb"
-00506715 02 r 01 overboard 1 000 | to extremes; "he went overboard to please his in-laws"
-00506807 02 r 01 desperately 1 001 \ 01229826 a 0102 | in intense despair; "the child clung desperately to her mother"
-00506928 02 r 01 first 3 000 | before another in time, space, or importance; "I was here first"; "let's do this job first"
-00507053 02 r 01 outstandingly 0 001 \ 02343762 a 0101 | in an outstanding manner or to an outstanding degree; "she was outstandingly successful in her profession"
-00507219 02 r 01 tunelessly 0 001 \ 01502383 a 0101 | in a tuneless fashion; "he whistled tunelessly"
-00507323 02 r 02 measuredly 0 deliberately 1 002 \ 01271961 a 0202 \ 01271961 a 0103 | in a deliberate unhurried manner; "she was working deliberately"
-00507477 02 r 01 heavily 4 001 \ 01192786 a 0101 | in a heavy-footed manner; "he walked heavily up the three flights to his room"
-00507609 02 r 01 mellowingly 0 000 | so as to mellow; "the rays of the sun struck the earth mellowingly"
-00507716 02 r 01 yesterday 0 000 | on the day preceding today; "yesterday the weather was beautiful"
-00507819 02 r 01 yesterday 1 000 | in the recent past; only a short time ago; "I was not born yesterday!"
-00507927 02 r 01 together a 000 | in each other's company; "we went to the movies together"; "the family that prays together stays together"
-00508070 02 r 01 after 0 000 | behind or in the rear; "and Jill came tumbling after"
-00508157 02 r 01 later 3 000 | comparative of the adverb `late'; "he stayed later than you did"
-00508255 02 r 01 on_earth 0 000 | used with question words to convey surprise; "what on earth are you doing?"
-00508367 02 r 01 unblinkingly 0 001 \ 00858780 a 0101 | showing no emotion; "the convicted killer listened unblinkingly to the reading of his sentence"
-00508521 02 r 01 luxuriously 2 001 \ 01298239 a 0102 | in an indulgently luxurious manner; "she sprawled out luxuriously on the sofa"
-00508657 02 r 01 heavily 5 001 \ 01191618 a 0101 | with great force; "she hit her arm heavily against the wall"
-00508771 02 r 01 loweringly 0 001 \ 00462409 a 0102 | in a menacing or scowling way; "he looked up loweringly"
-00508884 02 r 01 aggravatingly 0 001 \ 01340422 a 0101 | in an aggravating fashion; "his hair was caught aggravatingly in the branches of the tree"
-00509034 02 r 01 lightly 6 001 \ 01190316 a 0101 | without good reason; "one cannot say such things lightly"
-00509145 02 r 01 quaveringly 0 001 \ 02304987 a 0101 | in an unsteady quavering manner; "the man began quaveringly to question the soldier"
-00509287 02 r 02 from_pillar_to_post 0 hither_and_thither 0 000 | from one place or situation to another; "we were driven from pillar to post"
-00509432 02 r 01 straight 0 000 | in a straight line; in a direct course; "the road runs straight"
-00509533 02 r 02 painfully 1 sorely 2 003 \ 01712753 a 0202 ! 00509702 r 0101 \ 01711071 a 0101 | in or as if in pain; "she moved painfully forward"; "sorely wounded"
-00509702 02 r 01 painlessly 1 002 ! 00509533 r 0101 \ 01713095 a 0101 | without pain; "after the surgery, she could move her arms painlessly"
-00509846 02 r 02 better 1 best 3 000 | from a position of superiority or authority; "father knows best"; "I know better."
-00509970 02 r 01 significantly 4 001 \ 02165655 a 0101 | in a statistically significant way; "the two groups differed significantly"
-00510105 02 r 02 out_of_sight 1 out_of_view 0 000 | no longer visible; "the ship disappeared behind the horizon and passed out of sight"
-00510244 02 r 01 out_of_place 0 000 | in a setting where one is or feels inappropriate or incongruous; "he felt out of place in the lingerie shop"
-00510393 02 r 02 baby-wise 0 baby-like 0 000 | like a baby; "he cradled it, baby-wise, in his arms"
-00510495 02 r 01 soughingly 0 001 \ 01456221 a 0103 | with a soft sound; "the branches of the trees moved soughingly in the breeze"
-00510629 02 r 02 coincidentally 0 coincidently 0 002 \ 02378496 a 0201 \ 02378496 a 0102 | happening at the same time
-00510749 02 r 01 very 1 000 | precisely so; "on the very next page"; "he expected the very opposite"
-00510852 02 r 01 contextually 0 001 \ 03002190 a 0101 | in a manner dependent on context
-00510943 02 r 01 departmentally 0 001 \ 03059966 a 0101 | dependent on a department
-00511029 02 r 01 polygonally 0 001 \ 03100611 a 0101 | in a polygonal manner
-00511108 02 r 01 regimentally 0 001 \ 03109663 a 0101 | in a regimental manner or by regiments
-00511205 02 r 01 residentially 0 001 \ 00485044 a 0101 | used as a residence
-00511284 02 r 01 schismatically 0 001 \ 03115053 a 0101 | in a manner that is schismatic
-00511375 02 r 02 viscerally 1 unreasoningly 0 001 \ 01431471 a 0103 | in an unreasoning visceral manner
-00511481 02 r 01 loosely 4 000 | in a loose manner; "a union of loosely federated states"
-00511573 02 r 01 positively 2 001 \ 01817500 a 0101 | so as to be positive; in a positive manner; "she intended her remarks to be interpreted positively"
-00511729 02 r 01 literatim 0 000 | letter for letter; "the message was transcribed literatim"
-00511825 02 r 01 nebulously 0 001 \ 00702245 a 0101 | in a nebulous and indefinite manner
-00511917 02 r 02 northeastward 0 northeastwardly 0 002 \ 01601901 a 0201 \ 01601901 a 0101 | in a northeastward direction; "the river flows northeastward to the gulf"
-00512086 02 r 02 northwestward 0 northwestwardly 0 002 \ 01602250 a 0201 \ 01602250 a 0101 | in a northwestward direction
-00512210 02 r 02 southeastward 0 southeastwardly 0 002 \ 01603789 a 0201 \ 01603789 a 0101 | in a southeastward direction; "the river flows southeastward to the gulf"
-00512379 02 r 02 southwestward 0 southwestwardly 0 002 \ 01604146 a 0201 \ 01604146 a 0101 | in a southwestward direction
-00512503 02 r 01 abaxially 0 002 ! 00512597 r 0101 \ 00002312 a 0101 | in an abaxial manner
-00512597 02 r 01 adaxially 0 002 ! 00512503 r 0101 \ 00002527 a 0101 | in an adaxial manner
-00512691 02 r 01 adjectivally 0 001 \ 02936020 a 0101 | as an adjective; in an adjectival manner
-00512790 02 r 01 affirmatively 0 001 \ 00075135 a 0101 | in an affirmative manner
-00512874 02 r 01 canonically 0 001 \ 03001527 a 0102 | in a canonical manner; "the deacon was canonically inducted"
-00512992 02 r 01 cognitively 0 001 \ 02898584 a 0101 | with regard to cognition; "cognitively skillful"
-00513098 02 r 01 complexly 0 001 \ 02176178 a 0101 | in a complex manner
-00513173 02 r 01 cursively 0 001 \ 02285035 a 0101 | in a cursive manner
-00513248 02 r 01 dolce 0 001 ;c 07020895 n 0000 | gently and sweetly
-00513319 02 r 01 draggingly 0 001 \ 00837084 a 0101 | in a dragging manner
-00513396 02 r 01 eccentrically 0 001 \ 00543200 a 0101 | not symmetrically with respect to the center
-00513500 02 r 01 eccentrically 1 001 \ 00608791 a 0102 | in an eccentric or bizarre manner
-00513593 02 r 01 endogenously 0 001 \ 00873113 a 0101 | in an endogenous manner
-00513675 02 r 01 erotically 0 001 \ 02132080 a 0101 | in an erotic manner
-00513751 02 r 01 hypnotically 0 001 \ 02745203 a 0101 | by means of hypnotism
-00513831 02 r 01 immunologically 0 001 \ 02746290 a 0101 | from the point of view of immunology
-00513929 02 r 02 in_vitro 0 ex_vivo 0 001 \ 01359277 a 0101 | in an artificial environment outside the living organism; "an egg fertilized in vitro"
-00514080 02 r 01 irreparably 0 001 \ 01963792 a 0101 | in an irreparable manner or to an irreparable degree
-00514190 02 r 01 irritatingly 0 001 \ 00089550 a 0104 | in an irritating manner
-00514272 02 r 01 judicially 1 001 \ 01400961 a 0101 | as ordered by a court
-00514350 02 r 01 logogrammatically 0 001 \ 02756743 a 0101 | by means of logograms; "Chinese is written logogrammatically"
-00514475 02 r 01 on_camera 0 000 | within range of a movie or television camera; "the senator didn't realize that he was speaking on camera"
-00514618 02 r 01 prepositionally 0 001 \ 03102278 a 0101 | as a preposition
-00514696 02 r 01 presidentially 0 001 \ 00753504 a 0101 | in a presidential manner
-00514781 02 r 01 radioactively 0 001 \ 00426907 a 0101 | in a radioactive manner; "radioactively labeled"
-00514889 02 r 01 recurrently 0 001 \ 00592880 a 0102 | in a recurrent manner
-00514968 02 r 01 sidearm 0 001 \ 03144729 a 0101 | in a sidearm manner; "he prefers to throw sidearm"
-00515072 02 r 01 sinuously 0 001 \ 02316992 a 0102 | in a sinuous manner
-00515147 02 r 01 sinusoidally 0 001 \ 02317145 a 0101 | in a sinusoidal manner
-00515228 02 r 02 spaceward 0 spacewards 0 000 | towards outer space
-00515298 02 r 01 stably 0 001 \ 00348018 a 0102 | in a stable unchanging manner; "the death rate in Russia has been stably high"
-00515429 02 r 01 stably 1 001 \ 02290998 a 0101 | in a stable solid fixed manner; "the boulder was balanced stably at the edge of the canyon"
-00515573 02 r 01 suggestively 0 001 \ 00723542 a 0102 | in a suggestive manner; "she smiled suggestively"
-00515681 02 r 01 synergistically 0 001 \ 00623356 a 0101 | (of drugs or muscles) in a synergistic or interactive manner
-00515803 02 r 01 synergistically 1 001 \ 00620341 a 0102 | (of group) in a synergistic or cooperative manner
-00515914 02 r 01 synonymously 0 001 \ 02381302 a 0101 | in a synonymous manner; "the two terms are used synonymously"
-00516034 02 r 01 taxonomically 0 001 \ 03018498 a 0101 | with regard to taxonomy; "closely related taxonomically"
-00516150 02 r 01 topologically 0 001 \ 02817533 a 0101 | from the point of view of topology
-00516244 02 r 01 ulteriorly 0 001 \ 01707733 a 0103 | in an ulterior manner
-00516322 02 r 01 vexatiously 0 001 \ 00089550 a 010c | in a vexatious manner
-00516401 02 r 01 wafer-thin 0 001 \ 02415294 a 0101 | very thin; "it was cut wafer-thin"
-00516492 02 r 01 wrongfully 0 001 \ 01371009 a 0101 | in an unjust or unfair manner; "the employee claimed that she was wrongfully dismissed"; "people who were wrongfully imprisoned should be released"
diff --git a/corpora/en/wordnet/dict/data.noun b/corpora/en/wordnet/dict/data.noun
deleted file mode 100644
index 4575737e5..000000000
--- a/corpora/en/wordnet/dict/data.noun
+++ /dev/null
@@ -1,82144 +0,0 @@
- 1 This software and database is being provided to you, the LICENSEE, by
- 2 Princeton University under the following license. By obtaining, using
- 3 and/or copying this software and database, you agree that you have
- 4 read, understood, and will comply with these terms and conditions.:
- 5
- 6 Permission to use, copy, modify and distribute this software and
- 7 database and its documentation for any purpose and without fee or
- 8 royalty is hereby granted, provided that you agree to comply with
- 9 the following copyright notice and statements, including the disclaimer,
- 10 and that the same appear on ALL copies of the software, database and
- 11 documentation, including modifications that you make for internal
- 12 use or for distribution.
- 13
- 14 WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
- 15
- 16 THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
- 17 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
- 18 IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
- 19 UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
- 20 ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
- 21 OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
- 22 INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
- 23 OTHER RIGHTS.
- 24
- 25 The name of Princeton University or Princeton may not be used in
- 26 advertising or publicity pertaining to distribution of the software
- 27 and/or database. Title to copyright in this software, database and
- 28 any associated documentation shall at all times remain with
- 29 Princeton University and LICENSEE agrees to preserve same.
-00001740 03 n 01 entity 0 003 ~ 00001930 n 0000 ~ 00002137 n 0000 ~ 04424418 n 0000 | that which is perceived or known or inferred to have its own distinct existence (living or nonliving)
-00001930 03 n 01 physical_entity 0 007 @ 00001740 n 0000 ~ 00002452 n 0000 ~ 00002684 n 0000 ~ 00007347 n 0000 ~ 00020827 n 0000 ~ 00029677 n 0000 ~ 14580597 n 0000 | an entity that has physical existence
-00002137 03 n 02 abstraction 0 abstract_entity 0 010 @ 00001740 n 0000 + 00692329 v 0101 ~ 00023100 n 0000 ~ 00024264 n 0000 ~ 00031264 n 0000 ~ 00031921 n 0000 ~ 00033020 n 0000 ~ 00033615 n 0000 ~ 05810143 n 0000 ~ 07999699 n 0000 | a general concept formed by extracting common features from specific examples
-00002452 03 n 01 thing 0 009 @ 00001930 n 0000 ~ 04347225 n 0000 ~ 09225146 n 0000 ~ 09312645 n 0000 ~ 09367203 n 0000 ~ 09385911 n 0000 ~ 09407867 n 0000 ~ 09465459 n 0000 ~ 09468959 n 0000 | a separate and self-contained entity
-00002684 03 n 02 object 0 physical_object 0 039 @ 00001930 n 0000 + 00532607 v 0105 ~ 00003553 n 0000 ~ 00027167 n 0000 ~ 03009633 n 0000 ~ 03149951 n 0000 ~ 03233423 n 0000 ~ 03338648 n 0000 ~ 03532080 n 0000 ~ 03595179 n 0000 ~ 03610270 n 0000 ~ 03714721 n 0000 ~ 03892891 n 0000 ~ 04012260 n 0000 ~ 04248010 n 0000 ~ 04345288 n 0000 ~ 04486445 n 0000 ~ 07851054 n 0000 ~ 09238143 n 0000 ~ 09251689 n 0000 ~ 09267490 n 0000 ~ 09279458 n 0000 ~ 09281777 n 0000 ~ 09283193 n 0000 ~ 09287968 n 0000 ~ 09295338 n 0000 ~ 09300905 n 0000 ~ 09302031 n 0000 ~ 09308398 n 0000 ~ 09334396 n 0000 ~ 09335240 n 0000 ~ 09358550 n 0000 ~ 09368224 n 0000 ~ 09407346 n 0000 ~ 09409203 n 0000 ~ 09432990 n 0000 ~ 09468237 n 0000 ~ 09474162 n 0000 ~ 09477037 n 0000 | a tangible and visible entity; an entity that can cast a shadow; "it was full of rackets, balls and other objects"
-00003553 03 n 02 whole 0 unit 0 015 @ 00002684 n 0000 + 01462005 v 0204 + 00367685 v 0201 + 01385458 v 0201 + 00368109 v 0201 + 00784215 a 0103 ~ 00003993 n 0000 ~ 00004258 n 0000 ~ 00019128 n 0000 ~ 00021939 n 0000 ~ 02749953 n 0000 ~ 03588414 n 0000 %p 03892891 n 0000 %p 04164989 n 0000 ~ 04353803 n 0000 | an assemblage of parts that is regarded as a single entity; "how big is that part compared to the whole?"; "the team is a unit"
-00003993 03 n 01 congener 0 001 @ 00003553 n 0000 | a whole (a thing or person) of the same kind or category as another; "lard was also used, though its congener, butter, was more frequently employed"; "the American shopkeeper differs from his European congener"
-00004258 03 n 02 living_thing 0 animate_thing 0 007 @ 00003553 n 0000 -c 01646941 a 0000 ~ 00004475 n 0000 ~ 00006269 n 0000 ~ 00006400 n 0000 ~ 00006484 n 0000 -c 05056234 n 0000 | a living (or once living) entity
-00004475 03 n 02 organism 0 being 0 065 @ 00004258 n 0000 + 02614181 v 0201 + 02986509 a 0102 + 01679459 a 0101 + 01093142 a 0101 -c 00270856 a 0000 -c 00327031 a 0000 -c 01665816 a 0000 ~ 00005787 n 0000 ~ 00005930 n 0000 ~ 00006024 n 0000 ~ 00006150 n 0000 %p 00006484 n 0000 ~ 00007846 n 0000 ~ 00015388 n 0000 ~ 00017222 n 0000 ~ 00019046 n 0000 ~ 01313888 n 0000 ~ 01314026 n 0000 ~ 01314145 n 0000 ~ 01315062 n 0000 ~ 01319932 n 0000 ~ 01320093 n 0000 ~ 01320314 n 0000 ~ 01320479 n 0000 ~ 01320692 n 0000 ~ 01324019 n 0000 ~ 01326291 n 0000 ~ 01326897 n 0000 ~ 01327028 n 0000 ~ 01327322 n 0000 ~ 01328121 n 0000 ~ 01328302 n 0000 ~ 01383638 n 0000 ~ 01384313 n 0000 ~ 01384687 n 0000 ~ 01385527 n 0000 ~ 01386182 n 0000 ~ 01386354 n 0000 ~ 01415626 n 0000 ~ 01415920 n 0000 ~ 01416213 n 0000 %p 05220461 n 0000 %s 05267345 n 0000 -c 05431926 n 0000 -c 05432623 n 0000 -c 06088995 n 0000 ~ 07940242 n 0000 -c 08657249 n 0000 ~ 09819860 n 0000 ~ 10203839 n 0000 ~ 10297234 n 0000 ~ 10341660 n 0000 ~ 10456603 n 0000 ~ 10603959 n 0000 ~ 10648033 n 0000 ~ 10743675 n 0000 ~ 12992868 n 0000 ~ 13084479 n 0000 ~ 13084633 n 0000 ~ 13124164 n 0000 ~ 13124358 n 0000 ~ 13124529 n 0000 -c 13514314 n 0000 -c 13517553 n 0000 | a living thing that has (or can develop) the ability to act or function independently
-00005787 03 n 01 benthos 0 002 @ 00004475 n 0000 + 02661574 a 0103 | organisms (plants and animals) that live at or near the bottom of a sea
-00005930 03 n 01 dwarf 0 001 @ 00004475 n 0000 | a plant or animal that is atypically small
-00006024 03 n 01 heterotroph 0 001 @ 00004475 n 0000 | an organism that depends on complex organic substances for nutrition
-00006150 03 n 01 parent 0 001 @ 00004475 n 0000 | an organism (plant or animal) from which younger ones are obtained
-00006269 03 n 01 life 0 002 @ 00004258 n 0000 ~ 07993776 n 0000 | living things collectively; "the oceans are teeming with life"
-00006400 03 n 01 biont 0 001 @ 00004258 n 0000 | a discrete unit of living matter
-00006484 03 n 01 cell 0 035 @ 00004258 n 0000 #p 00004475 n 0000 ;c 06037666 n 0000 + 02685299 a 0101 + 00327031 a 0101 -c 02818402 a 0000 ~ 01313888 n 0000 ~ 01459664 n 0000 ~ 01907149 n 0000 ~ 05229622 n 0000 ~ 05242752 n 0000 ~ 05268383 n 0000 %p 05312782 n 0000 ~ 05430628 n 0000 ~ 05431402 n 0000 %p 05431585 n 0000 ~ 05431926 n 0000 ~ 05432623 n 0000 %p 05432948 n 0000 %p 05434927 n 0000 %p 05445668 n 0000 %p 05447087 n 0000 ~ 05447757 n 0000 ~ 05449538 n 0000 ~ 05456732 n 0000 ~ 05458412 n 0000 ~ 05458703 n 0000 ~ 05459457 n 0000 ~ 05459590 n 0000 ~ 11530149 n 0000 ~ 11688378 n 0000 ~ 11688552 n 0000 ~ 11688750 n 0000 ~ 13092385 n 0000 ~ 13092548 n 0000 | (biology) the basic structural and functional unit of all organisms; they may exist as independent units of life (as in monads) or may form colonies or tissues as in higher plants and animals
-00007347 03 n 03 causal_agent 0 cause 0 causal_agency 0 020 @ 00001930 n 0000 + 00323199 a 0201 + 01645601 v 0201 + 00770437 v 0203 ~ 00007846 n 0000 ~ 09190918 n 0000 ~ 09503682 n 0000 ~ 09503877 n 0000 ~ 09504464 n 0000 ~ 09504603 n 0000 ~ 09504915 n 0000 ~ 09900711 n 0000 ~ 10009926 n 0000 ~ 10378412 n 0000 ~ 10461424 n 0000 ~ 10757918 n 0000 ~ 11417561 n 0000 ~ 14540564 n 0000 ~ 14541044 n 0000 ~ 14778436 n 0000 | any entity that produces an effect or is responsible for events or results
-00007846 03 n 06 person 0 individual 0 someone 0 somebody 0 mortal 0 soul 0 411 @ 00004475 n 0000 @ 00007347 n 0000 #m 07942152 n 0000 + 01557614 a 0501 + 00388065 v 0203 + 04618781 n 0101 + 00727573 v 0101 %p 04617562 n 0000 %p 05217168 n 0000 ~ 09604981 n 0000 ~ 09605289 n 0000 ~ 09606009 n 0000 ~ 09606527 n 0000 ~ 09607280 n 0000 ~ 09607630 n 0000 ~ 09609232 n 0000 ~ 09609561 n 0000 ~ 09609871 n 0000 ~ 09610255 n 0000 ~ 09610405 n 0000 ~ 09610660 n 0000 ~ 09613191 n 0000 ~ 09614047 n 0000 ~ 09614315 n 0000 ~ 09615465 n 0000 ~ 09615807 n 0000 ~ 09616922 n 0000 ~ 09617696 n 0000 ~ 09617867 n 0000 ~ 09618957 n 0000 ~ 09619168 n 0000 ~ 09619824 n 0000 ~ 09620078 n 0000 ~ 09620794 n 0000 ~ 09621232 n 0000 ~ 09621359 n 0000 ~ 09621545 n 0000 ~ 09622049 n 0000 ~ 09622302 n 0000 ~ 09622928 n 0000 ~ 09623038 n 0000 ~ 09624168 n 0000 ~ 09624980 n 0000 ~ 09625401 n 0000 ~ 09625789 n 0000 ~ 09626031 n 0000 ~ 09626238 n 0000 ~ 09626589 n 0000 ~ 09627017 n 0000 ~ 09627117 n 0000 ~ 09627462 n 0000 ~ 09628382 n 0000 ~ 09629246 n 0000 ~ 09629752 n 0000 ~ 09630641 n 0000 ~ 09631129 n 0000 ~ 09632274 n 0000 ~ 09632518 n 0000 ~ 09634494 n 0000 ~ 09636106 n 0000 ~ 09636339 n 0000 ~ 09638875 n 0000 ~ 09644820 n 0000 ~ 09676884 n 0000 ~ 09679170 n 0000 ~ 09681351 n 0000 ~ 09752246 n 0000 ~ 09752381 n 0000 ~ 09752519 n 0000 ~ 09752657 n 0000 ~ 09752795 n 0000 ~ 09752927 n 0000 ~ 09753065 n 0000 ~ 09753204 n 0000 ~ 09753348 n 0000 ~ 09753498 n 0000 ~ 09753642 n 0000 ~ 09753792 n 0000 ~ 09754051 n 0000 ~ 09754541 n 0000 ~ 09756961 n 0000 ~ 09757944 n 0000 ~ 09762821 n 0000 ~ 09763784 n 0000 ~ 09764201 n 0000 ~ 09764900 n 0000 ~ 09767197 n 0000 ~ 09769636 n 0000 ~ 09771664 n 0000 ~ 09772330 n 0000 ~ 09773245 n 0000 ~ 09774167 n 0000 ~ 09774783 n 0000 ~ 09776261 n 0000 ~ 09779124 n 0000 ~ 09786585 n 0000 ~ 09793141 n 0000 ~ 09796809 n 0000 ~ 09796974 n 0000 ~ 09801102 n 0000 ~ 09802445 n 0000 ~ 09804230 n 0000 ~ 09810364 n 0000 ~ 09815076 n 0000 ~ 09817536 n 0000 ~ 09824609 n 0000 ~ 09825413 n 0000 ~ 09828403 n 0000 ~ 09828600 n 0000 ~ 09831856 n 0000 ~ 09831962 n 0000 ~ 09833896 n 0000 ~ 09833997 n 0000 ~ 09836160 n 0000 ~ 09843602 n 0000 ~ 09845401 n 0000 ~ 09846265 n 0000 ~ 09850457 n 0000 ~ 09851165 n 0000 ~ 09856671 n 0000 ~ 09857852 n 0000 ~ 09860415 n 0000 ~ 09860506 n 0000 ~ 09861287 n 0000 ~ 09862845 n 0000 ~ 09864536 n 0000 ~ 09877856 n 0000 ~ 09883452 n 0000 ~ 09890749 n 0000 ~ 09898892 n 0000 ~ 09899289 n 0000 ~ 09902954 n 0000 ~ 09903936 n 0000 ~ 09906449 n 0000 ~ 09910374 n 0000 ~ 09918554 n 0000 ~ 09921673 n 0000 ~ 09930464 n 0000 ~ 09931267 n 0000 ~ 09936620 n 0000 ~ 09939313 n 0000 ~ 09947127 n 0000 ~ 09950457 n 0000 ~ 09951274 n 0000 ~ 09960315 n 0000 ~ 09962414 n 0000 ~ 09964411 n 0000 ~ 09969491 n 0000 ~ 09970088 n 0000 ~ 09976119 n 0000 ~ 09976429 n 0000 ~ 09976728 n 0000 ~ 09978889 n 0000 ~ 09990415 n 0000 ~ 09994943 n 0000 ~ 09996481 n 0000 ~ 09997212 n 0000 ~ 09997622 n 0000 ~ 10000007 n 0000 ~ 10000616 n 0000 ~ 10001058 n 0000 ~ 10001647 n 0000 ~ 10012377 n 0000 ~ 10012815 n 0000 ~ 10016954 n 0000 ~ 10018021 n 0000 ~ 10019888 n 0000 ~ 10024362 n 0000 ~ 10027246 n 0000 ~ 10033225 n 0000 ~ 10033663 n 0000 ~ 10036266 n 0000 ~ 10040617 n 0000 ~ 10044682 n 0000 ~ 10046527 n 0000 ~ 10050712 n 0000 ~ 10052843 n 0000 ~ 10055730 n 0000 ~ 10058411 n 0000 ~ 10059162 n 0000 ~ 10065547 n 0000 ~ 10072708 n 0000 ~ 10074841 n 0000 ~ 10075899 n 0000 ~ 10076778 n 0000 ~ 10080337 n 0000 ~ 10086074 n 0000 ~ 10093396 n 0000 ~ 10099375 n 0000 ~ 10109662 n 0000 ~ 10112591 n 0000 ~ 10115082 n 0000 ~ 10117511 n 0000 ~ 10117739 n 0000 ~ 10118844 n 0000 ~ 10122128 n 0000 ~ 10122300 n 0000 ~ 10138369 n 0000 ~ 10138767 n 0000 ~ 10143725 n 0000 ~ 10146927 n 0000 ~ 10147262 n 0000 ~ 10147619 n 0000 ~ 10149436 n 0000 ~ 10150794 n 0000 ~ 10158756 n 0000 ~ 10162194 n 0000 ~ 10173895 n 0000 ~ 10182913 n 0000 ~ 10183157 n 0000 ~ 10184946 n 0000 ~ 10185148 n 0000 ~ 10190745 n 0000 ~ 10191001 n 0000 ~ 10199783 n 0000 ~ 10209888 n 0000 ~ 10212780 n 0000 ~ 10213429 n 0000 ~ 10219879 n 0000 ~ 10221656 n 0000 ~ 10226993 n 0000 ~ 10227266 n 0000 ~ 10231087 n 0000 ~ 10235549 n 0000 ~ 10236842 n 0000 ~ 10238272 n 0000 ~ 10239761 n 0000 ~ 10240082 n 0000 ~ 10247044 n 0000 ~ 10247880 n 0000 ~ 10248876 n 0000 ~ 10251779 n 0000 ~ 10253122 n 0000 ~ 10260706 n 0000 ~ 10262183 n 0000 ~ 10264219 n 0000 ~ 10266328 n 0000 ~ 10268299 n 0000 ~ 10270878 n 0000 ~ 10271525 n 0000 ~ 10278666 n 0000 ~ 10282920 n 0000 ~ 10284965 n 0000 ~ 10289039 n 0000 ~ 10291110 n 0000 ~ 10291730 n 0000 ~ 10295819 n 0000 ~ 10299700 n 0000 ~ 10304383 n 0000 ~ 10308066 n 0000 ~ 10310903 n 0000 ~ 10311823 n 0000 ~ 10314182 n 0000 ~ 10321754 n 0000 ~ 10322546 n 0000 ~ 10323999 n 0000 ~ 10326551 n 0000 ~ 10328941 n 0000 ~ 10333165 n 0000 ~ 10335563 n 0000 ~ 10341955 n 0000 ~ 10344774 n 0000 ~ 10344922 n 0000 ~ 10351625 n 0000 ~ 10352299 n 0000 ~ 10355142 n 0000 ~ 10361060 n 0000 ~ 10361296 n 0000 ~ 10361390 n 0000 ~ 10361525 n 0000 ~ 10362003 n 0000 ~ 10362319 n 0000 ~ 10365399 n 0000 ~ 10367409 n 0000 ~ 10370381 n 0000 ~ 10380126 n 0000 ~ 10384496 n 0000 ~ 10385707 n 0000 ~ 10386071 n 0000 ~ 10386515 n 0000 ~ 10386618 n 0000 ~ 10389398 n 0000 ~ 10395390 n 0000 ~ 10396462 n 0000 ~ 10399299 n 0000 ~ 10402417 n 0000 ~ 10402824 n 0000 ~ 10404550 n 0000 ~ 10417682 n 0000 ~ 10418101 n 0000 ~ 10418735 n 0000 ~ 10425946 n 0000 ~ 10431625 n 0000 ~ 10435716 n 0000 ~ 10438172 n 0000 ~ 10440580 n 0000 ~ 10457777 n 0000 ~ 10461169 n 0000 ~ 10466918 n 0000 ~ 10484739 n 0000 ~ 10490965 n 0000 ~ 10495167 n 0000 ~ 10495975 n 0000 ~ 10498699 n 0000 ~ 10502046 n 0000 ~ 10503452 n 0000 ~ 10509605 n 0000 ~ 10512982 n 0000 ~ 10513823 n 0000 ~ 10516692 n 0000 ~ 10518349 n 0000 ~ 10521470 n 0000 ~ 10522759 n 0000 ~ 10524973 n 0000 ~ 10525134 n 0000 ~ 10526534 n 0000 ~ 10529231 n 0000 ~ 10530959 n 0000 ~ 10532576 n 0000 ~ 10538154 n 0000 ~ 10540656 n 0000 ~ 10541229 n 0000 ~ 10543795 n 0000 ~ 10560637 n 0000 ~ 10563711 n 0000 ~ 10569179 n 0000 ~ 10575594 n 0000 ~ 10575787 n 0000 ~ 10576223 n 0000 ~ 10579676 n 0000 ~ 10584853 n 0000 ~ 10585077 n 0000 ~ 10585976 n 0000 ~ 10594043 n 0000 ~ 10597234 n 0000 ~ 10599354 n 0000 ~ 10604180 n 0000 ~ 10605088 n 0000 ~ 10609325 n 0000 ~ 10609686 n 0000 ~ 10611541 n 0000 ~ 10612803 n 0000 ~ 10613505 n 0000 ~ 10614225 n 0000 ~ 10614363 n 0000 ~ 10616578 n 0000 ~ 10616670 n 0000 ~ 10616779 n 0000 ~ 10617904 n 0000 ~ 10618007 n 0000 ~ 10619492 n 0000 ~ 10626722 n 0000 ~ 10627349 n 0000 ~ 10635788 n 0000 ~ 10636874 n 0000 ~ 10639047 n 0000 ~ 10640968 n 0000 ~ 10641551 n 0000 ~ 10643727 n 0000 ~ 10656223 n 0000 ~ 10656488 n 0000 ~ 10659762 n 0000 ~ 10661216 n 0000 ~ 10665302 n 0000 ~ 10668666 n 0000 ~ 10676682 n 0000 ~ 10679998 n 0000 ~ 10680910 n 0000 ~ 10681060 n 0000 ~ 10681383 n 0000 ~ 10688811 n 0000 ~ 10688975 n 0000 ~ 10691600 n 0000 ~ 10699752 n 0000 ~ 10702167 n 0000 ~ 10702615 n 0000 ~ 10703336 n 0000 ~ 10708797 n 0000 ~ 10709256 n 0000 ~ 10709529 n 0000 ~ 10710632 n 0000 ~ 10717461 n 0000 ~ 10717589 n 0000 ~ 10724372 n 0000 ~ 10725734 n 0000 ~ 10726031 n 0000 ~ 10728998 n 0000 ~ 10733350 n 0000 ~ 10735564 n 0000 ~ 10737431 n 0000 ~ 10741590 n 0000 ~ 10746346 n 0000 ~ 10752480 n 0000 ~ 10753061 n 0000 ~ 10756641 n 0000 ~ 10757625 n 0000 ~ 10763725 n 0000 ~ 10763878 n 0000 ~ 10764296 n 0000 ~ 10766025 n 0000 ~ 10767020 n 0000 ~ 10768585 n 0000 ~ 10769782 n 0000 ~ 10771636 n 0000 ~ 10771990 n 0000 ~ 10781236 n 0000 ~ 10783539 n 0000 ~ 10785695 n 0000 ~ 10786517 n 0000 ~ 10791890 n 0000 ~ 10803193 n 0000 | a human being; "there was too much for one person to do"
-00015388 03 n 06 animal 0 animate_being 0 beast 0 brute 0 creature 0 fauna 0 092 @ 00004475 n 0000 #m 01313093 n 0000 + 01617192 v 0502 + 01263445 a 0301 + 01263445 a 0302 + 01680756 v 0101 + 01680756 v 0102 -c 00057992 a 0000 -c 00147052 a 0000 -c 00160288 a 0000 -c 00214461 a 0000 -c 00313701 a 0000 -c 00314639 a 0000 -c 00315254 a 0000 -c 00315383 a 0000 -c 01427010 a 0000 -c 01488616 a 0000 -c 01904698 a 0000 -c 01958898 a 0000 -c 01959111 a 0000 -c 02252634 a 0000 -c 02252877 a 0000 -c 00227595 n 0000 -c 00320284 n 0000 ~ 01314388 n 0000 ~ 01314663 n 0000 ~ 01314781 n 0000 ~ 01314910 n 0000 ~ 01315213 n 0000 ~ 01315330 n 0000 ~ 01315581 n 0000 ~ 01315805 n 0000 ~ 01316288 n 0000 ~ 01316422 n 0000 ~ 01316949 n 0000 ~ 01317541 n 0000 ~ 01317916 n 0000 ~ 01318478 n 0000 ~ 01318660 n 0000 ~ 01318894 n 0000 ~ 01319001 n 0000 ~ 01319187 n 0000 ~ 01319467 n 0000 ~ 01320872 n 0000 ~ 01321230 n 0000 ~ 01321456 n 0000 ~ 01321579 n 0000 ~ 01323599 n 0000 ~ 01323781 n 0000 ~ 01324142 n 0000 ~ 01324305 n 0000 ~ 01324610 n 0000 ~ 01324799 n 0000 ~ 01324916 n 0000 ~ 01325060 n 0000 -c 01326291 n 0000 -c 01375204 n 0000 ~ 01384164 n 0000 ~ 01458842 n 0000 ~ 01466257 n 0000 ~ 01905661 n 0000 ~ 01908958 n 0000 ~ 02075612 n 0000 ~ 02152740 n 0000 ~ 02152881 n 0000 ~ 02152991 n 0000 ~ 02157206 n 0000 ~ 02157285 n 0000 ~ 02311060 n 0000 ~ 02384858 n 0000 ~ 02451575 n 0000 -c 04474466 n 0000 -c 04828925 n 0000 -c 05216365 n 0000 %s 05267548 n 0000 %p 05538625 n 0000 -c 05551318 n 0000 %p 05601198 n 0000 -c 05658826 n 0000 -c 07560903 n 0000 -c 09469285 n 0000 ~ 09893502 n 0000 ~ 10300303 n 0000 -c 10603959 n 0000 -c 10648033 n 0000 -c 13895852 n 0000 -c 14224547 n 0000 -c 00197423 v 0000 -c 00301856 v 0000 -c 00302130 v 0000 -c 01169589 v 0000 -c 01576478 v 0000 | a living organism characterized by voluntary movement
-00017222 03 n 03 plant 0 flora 0 plant_life 0 092 @ 00004475 n 0000 #m 11529603 n 0000 ;c 06066555 n 0000 + 02847619 a 0201 + 02833235 a 0101 + 11531090 n 0101 + 01567275 v 0101 -c 00026706 a 0000 -c 00027074 a 0000 -c 00113476 a 0000 -c 00113663 a 0000 -c 00210079 a 0000 -c 00213814 a 0000 -c 00214461 a 0000 -c 00214907 a 0000 -c 00313387 a 0000 -c 00314927 a 0000 -c 00315383 a 0000 -c 00405554 a 0000 -c 00707206 a 0000 -c 00753786 a 0000 -c 00753922 a 0000 -c 00913551 a 0000 -c 00914104 a 0000 -c 01029399 a 0000 -c 01029563 a 0000 -c 01029710 a 0000 -c 01029873 a 0000 -c 01426749 a 0000 -c 01865640 a 0000 -c 02039491 a 0000 -c 02253389 a 0000 -c 02253536 a 0000 -c 02253655 a 0000 -c 02253817 a 0000 -c 02386002 a 0000 -c 02524192 a 0000 -c 02524688 a 0000 -c 00700421 n 0000 -c 01326291 n 0000 ~ 01383896 n 0000 -c 01384687 n 0000 -c 03060074 n 0000 -c 05055503 n 0000 -c 07312221 n 0000 -c 08436759 n 0000 %p 09305358 n 0000 ~ 11530008 n 0000 ~ 11530512 n 0000 ~ 11530715 n 0000 ~ 11530860 n 0000 ~ 11530990 n 0000 ~ 11531090 n 0000 ~ 11531193 n 0000 ~ 11536087 n 0000 ~ 11536230 n 0000 ~ 11536369 n 0000 ~ 11536567 n 0000 ~ 11536673 n 0000 ~ 11552133 n 0000 ~ 11552806 n 0000 ~ 11552976 n 0000 ~ 11553240 n 0000 ~ 11553419 n 0000 ~ 11553522 n 0000 ~ 11553634 n 0000 ~ 11686503 n 0000 ~ 11686780 n 0000 ~ 11686912 n 0000 ~ 11687071 n 0000 ~ 13083023 n 0000 ~ 13083306 n 0000 ~ 13083586 n 0000 %p 13086908 n 0000 ~ 13100156 n 0000 ~ 13122985 n 0000 ~ 13123681 n 0000 ~ 13124654 n 0000 -c 13155899 n 0000 ~ 13179056 n 0000 -c 13521616 n 0000 -c 13534608 n 0000 -c 13537429 n 0000 -c 14215908 n 0000 -c 14979730 n 0000 -c 15068436 n 0000 -c 00055871 v 0000 -c 00134136 v 0000 -c 00259560 v 0000 -c 00302464 v 0000 -c 00396325 v 0000 -c 01608122 v 0000 | (botany) a living organism lacking the power of locomotion
-00019046 03 n 01 native 0 001 @ 00004475 n 0000 | indigenous plants and animals
-00019128 03 n 01 natural_object 0 022 @ 00003553 n 0000 ! 00021939 n 0101 ~ 02312744 n 0000 ~ 05216365 n 0000 ~ 05217859 n 0000 ~ 09208496 n 0000 ~ 09222406 n 0000 ~ 09224911 n 0000 ~ 09236766 n 0000 ~ 09239740 n 0000 ~ 09252586 n 0000 ~ 09252970 n 0000 ~ 09257949 n 0000 ~ 09277686 n 0000 ~ 09349797 n 0000 ~ 09369169 n 0000 ~ 09403211 n 0000 ~ 09416076 n 0000 ~ 09421425 n 0000 ~ 09454412 n 0000 ~ 09466280 n 0000 ~ 13086908 n 0000 | an object occurring naturally; not made by man
-00019613 03 n 01 substance 0 019 @ 00020827 n 0000 @ 13809207 n 0000 + 00625393 a 0101 ~ 05263850 n 0000 ~ 05432736 n 0000 ~ 14580752 n 0000 ~ 14580897 n 0000 ~ 14583228 n 0000 ~ 14586258 n 0000 ~ 14619225 n 0000 ~ 14622893 n 0000 ~ 14723079 n 0000 ~ 14738892 n 0000 ~ 14840755 n 0000 ~ 14899152 n 0000 ~ 14899530 n 0000 ~ 14939900 n 0000 ~ 15093735 n 0000 ~ 15110096 n 0000 | the real physical matter of which a person or thing consists; "DNA is the substance of our genes"
-00020090 03 n 01 substance 1 032 @ 00020827 n 0000 ~ 00021265 n 0000 ~ 00021734 n 0000 ~ 14582870 n 0000 ~ 14584260 n 0000 ~ 14584390 n 0000 ~ 14584502 n 0000 ~ 14584658 n 0000 ~ 14590975 n 0000 ~ 14616939 n 0000 ~ 14691822 n 0000 ~ 14710024 n 0000 ~ 14724436 n 0000 ~ 14738752 n 0000 ~ 14778436 n 0000 ~ 14793812 n 0000 ~ 14834714 n 0000 ~ 14873056 n 0000 ~ 14875077 n 0000 ~ 14890659 n 0000 ~ 14908683 n 0000 ~ 14919272 n 0000 ~ 14925198 n 0000 ~ 14934031 n 0000 ~ 15003797 n 0000 ~ 15029646 n 0000 ~ 15032376 n 0000 ~ 15032661 n 0000 ~ 15037339 n 0000 ~ 15110307 n 0000 ~ 15110796 n 0000 ~ 15112086 n 0000 | a particular kind or species of matter with uniform properties; "shigella is one of the most toxic substances known to man"
-00020827 03 n 01 matter 0 016 @ 00001930 n 0000 ~ 00019613 n 0000 ~ 00020090 n 0000 ~ 09428967 n 0000 ~ 14582025 n 0000 ~ 14582220 n 0000 ~ 14582535 n 0000 ~ 14583573 n 0000 ~ 14939445 n 0000 ~ 14956661 n 0000 ~ 14981183 n 0000 ~ 15004501 n 0000 ~ 15046900 n 0000 ~ 15047849 n 0000 ~ 15109745 n 0000 ~ 15110956 n 0000 | that which has mass and occupies space; "physicists study both the nature of matter and the forces which govern it"
-00021265 03 n 02 food 0 nutrient 0 019 @ 00020090 n 0000 + 02557719 a 0204 + 01204191 v 0201 ~ 01464844 n 0000 %p 07555863 n 0000 ~ 07556406 n 0000 ~ 07556637 n 0000 ~ 07560652 n 0000 ~ 07566340 n 0000 ~ 07570720 n 0000 ~ 07572353 n 0000 ~ 07800091 n 0000 ~ 07860629 n 0000 ~ 07881800 n 0000 ~ 07935504 n 0000 ~ 07938313 n 0000 ~ 14582716 n 0000 ~ 14583400 n 0000 ~ 14899328 n 0000 | any substance that can be metabolized by an animal to give energy and build tissue
-00021734 03 n 01 nutrient 1 002 @ 00020090 n 0000 ~ 07935504 n 0000 | any substance (such as a chemical element or inorganic compound) that can be taken in by a green plant and used in organic synthesis
-00021939 03 n 02 artifact 0 artefact 0 049 @ 00003553 n 0000 + 02986740 a 0202 + 02986740 a 0101 ! 00019128 n 0101 ~ 00022903 n 0000 ~ 00585406 n 0000 ~ 02701393 n 0000 ~ 02707036 n 0000 ~ 02724026 n 0000 ~ 02852523 n 0000 ~ 02928841 n 0000 ~ 03076708 n 0000 ~ 03089348 n 0000 ~ 03122748 n 0000 ~ 03129123 n 0000 ~ 03168364 n 0000 ~ 03169390 n 0000 ~ 03280064 n 0000 ~ 03302121 n 0000 ~ 03307981 n 0000 ~ 03309808 n 0000 ~ 03315023 n 0000 ~ 03354613 n 0000 ~ 03364340 n 0000 ~ 03573282 n 0000 ~ 03575240 n 0000 ~ 03650173 n 0000 ~ 03655838 n 0000 ~ 03670849 n 0000 ~ 03721797 n 0000 ~ 03803911 n 0000 ~ 03848729 n 0000 ~ 03873064 n 0000 ~ 03964744 n 0000 ~ 04058921 n 0000 ~ 04083468 n 0000 ~ 04188643 n 0000 ~ 04274530 n 0000 ~ 04291511 n 0000 ~ 04292733 n 0000 ~ 04339291 n 0000 ~ 04341686 n 0000 ~ 04362025 n 0000 ~ 04424218 n 0000 ~ 04463983 n 0000 ~ 04564698 n 0000 ~ 04571088 n 0000 ~ 14786479 n 0000 ~ 14977504 n 0000 | a man-made object taken as a whole
-00022903 03 n 01 article 0 006 @ 00021939 n 0000 ~ 02745091 n 0000 ~ 02894024 n 0000 ~ 03623448 n 0000 ~ 03832799 n 0000 ~ 04550840 n 0000 | one of a class of artifacts; "an article of clothing"
-00023100 03 n 01 psychological_feature 0 004 @ 00002137 n 0000 ~ 00023271 n 0000 ~ 00023773 n 0000 ~ 00029378 n 0000 | a feature of the mental life of a living organism
-00023271 03 n 03 cognition 0 knowledge 0 noesis 0 021 @ 00023100 n 0000 + 01780343 a 0303 ~ 05611302 n 0000 ~ 05611822 n 0000 ~ 05612067 n 0000 ~ 05612358 n 0000 ~ 05616246 n 0000 ~ 05644922 n 0000 ~ 05651068 n 0000 ~ 05651242 n 0000 ~ 05667196 n 0000 ~ 05686481 n 0000 ~ 05695554 n 0000 ~ 05701363 n 0000 ~ 05701738 n 0000 ~ 05710020 n 0000 ~ 05726345 n 0000 ~ 05809192 n 0000 ~ 05816287 n 0000 ~ 06156752 n 0000 ~ 06193203 n 0000 | the psychological result of perception and learning and reasoning
-00023773 03 n 03 motivation 0 motive 0 need 0 011 @ 00023100 n 0000 + 00324195 a 0202 + 01649999 v 0201 + 02766328 a 0101 + 01649999 v 0101 ~ 09178727 n 0000 ~ 09178821 n 0000 ~ 09180259 n 0000 ~ 09180431 n 0000 ~ 09183693 n 0000 ~ 09184834 n 0000 | the psychological feature that arouses an organism to action toward a desired goal; the reason for the action; that which gives purpose and direction to behavior; "we did not understand his motivation"; "he acted with the best of motives"
-00024264 03 n 01 attribute 0 020 @ 00002137 n 0000 ~ 00024720 n 0000 ~ 00027807 n 0000 ~ 00028270 n 0000 ~ 00028651 n 0000 ~ 04615866 n 0000 ~ 04616059 n 0000 ~ 04616916 n 0000 ~ 04617289 n 0000 ~ 04617441 n 0000 ~ 04617562 n 0000 ~ 04630689 n 0000 ~ 04631298 n 0000 ~ 04691992 n 0000 ~ 04723286 n 0000 ~ 04723436 n 0000 ~ 04723816 n 0000 ~ 04916342 n 0000 ~ 04921011 n 0000 ~ 05134353 n 0000 | an abstraction belonging to or characteristic of an entity
-00024720 03 n 01 state 0 072 @ 00024264 n 0000 ~ 00026192 n 0000 ~ 05640433 n 0000 ~ 13920012 n 0000 ~ 13920169 n 0000 ~ 13920322 n 0000 ~ 13920429 n 0000 ~ 13920835 n 0000 ~ 13924069 n 0000 ~ 13924196 n 0000 ~ 13926451 n 0000 ~ 13927383 n 0000 ~ 13928388 n 0000 ~ 13928668 n 0000 ~ 13928943 n 0000 ~ 13932045 n 0000 ~ 13932213 n 0000 ~ 13939353 n 0000 ~ 13939734 n 0000 ~ 13939892 n 0000 ~ 13945102 n 0000 ~ 13945919 n 0000 ~ 13954253 n 0000 ~ 13959818 n 0000 ~ 13962498 n 0000 ~ 13968092 n 0000 ~ 13968308 n 0000 ~ 13968547 n 0000 ~ 13972797 n 0000 ~ 13980288 n 0000 ~ 13980845 n 0000 ~ 13983147 n 0000 ~ 13991823 n 0000 ~ 14000403 n 0000 ~ 14001348 n 0000 ~ 14004317 n 0000 ~ 14006179 n 0000 ~ 14006821 n 0000 ~ 14006945 n 0000 ~ 14010148 n 0000 ~ 14015731 n 0000 ~ 14030820 n 0000 ~ 14031108 n 0000 ~ 14033917 n 0000 ~ 14270016 n 0000 ~ 14315071 n 0000 ~ 14414294 n 0000 ~ 14418395 n 0000 ~ 14424780 n 0000 ~ 14425974 n 0000 ~ 14458181 n 0000 ~ 14458593 n 0000 ~ 14458943 n 0000 ~ 14459185 n 0000 ~ 14459422 n 0000 ~ 14460565 n 0000 ~ 14462666 n 0000 ~ 14479320 n 0000 ~ 14479488 n 0000 ~ 14490110 n 0000 ~ 14562960 n 0000 ~ 14564056 n 0000 ~ 14564165 n 0000 ~ 14568762 n 0000 ~ 14569337 n 0000 ~ 14569508 n 0000 ~ 14569683 n 0000 ~ 14569844 n 0000 ~ 14570091 n 0000 ~ 14570330 n 0000 ~ 14578792 n 0000 ~ 14580476 n 0000 | the way something is with respect to its main attributes; "the current state of knowledge"; "his state of health"; "in a weak financial state"
-00026192 03 n 01 feeling 0 043 @ 00024720 n 0000 + 01771535 v 0101 ~ 07479926 n 0000 ~ 07480068 n 0000 ~ 07480356 n 0000 ~ 07480521 n 0000 ~ 07480666 n 0000 ~ 07480790 n 0000 ~ 07480896 n 0000 ~ 07481951 n 0000 ~ 07482521 n 0000 ~ 07483305 n 0000 ~ 07483622 n 0000 ~ 07484265 n 0000 ~ 07487695 n 0000 ~ 07490713 n 0000 ~ 07494363 n 0000 ~ 07494972 n 0000 ~ 07497473 n 0000 ~ 07501545 n 0000 ~ 07504343 n 0000 ~ 07504711 n 0000 ~ 07505538 n 0000 ~ 07506569 n 0000 ~ 07508486 n 0000 ~ 07509131 n 0000 ~ 07509572 n 0000 ~ 07509827 n 0000 ~ 07510923 n 0000 ~ 07511906 n 0000 ~ 07512147 n 0000 ~ 07512465 n 0000 ~ 07513508 n 0000 ~ 07514968 n 0000 ~ 07526182 n 0000 ~ 07526757 n 0000 ~ 07532440 n 0000 ~ 07541053 n 0000 ~ 07541923 n 0000 ~ 07544647 n 0000 ~ 07551052 n 0000 ~ 07553301 n 0000 ~ 07555014 n 0000 | the experiencing of affective and emotional states; "she had a feeling of euphoria"; "he had terrible feelings of guilt"; "I disliked him and the feeling was mutual"
-00027167 03 n 01 location 0 032 @ 00002684 n 0000 #p 00028651 n 0000 + 02694933 v 0102 + 02333689 v 0101 + 02286204 v 0101 + 00413876 v 0102 ~ 08489497 n 0000 ~ 08489627 n 0000 ~ 08489765 n 0000 ~ 08489890 n 0000 ~ 08490039 n 0000 ~ 08490199 n 0000 ~ 08490402 n 0000 ~ 08500433 n 0000 ~ 08509111 n 0000 ~ 08561081 n 0000 ~ 08561230 n 0000 ~ 08561351 n 0000 ~ 08561462 n 0000 ~ 08561583 n 0000 ~ 08561714 n 0000 ~ 08561835 n 0000 ~ 08561946 n 0000 ~ 08562067 n 0000 ~ 08593262 n 0000 ~ 08620061 n 0000 ~ 08630039 n 0000 ~ 08630985 n 0000 ~ 08683383 n 0000 ~ 08795880 n 0000 ~ 09386842 n 0000 ~ 13910384 n 0000 | a point or extent in space
-00027807 03 n 02 shape 0 form 0 017 @ 00024264 n 0000 ~ 13860793 n 0000 ~ 13861050 n 0000 ~ 13862282 n 0000 ~ 13862644 n 0000 ~ 13862780 n 0000 ~ 13863771 n 0000 ~ 13864763 n 0000 ~ 13865483 n 0000 ~ 13867276 n 0000 ~ 13867492 n 0000 ~ 13870805 n 0000 ~ 13873917 n 0000 ~ 13878951 n 0000 ~ 13879634 n 0000 ~ 13900422 n 0000 ~ 13900760 n 0000 | the spatial arrangement of something as distinct from its substance; "geometry is the mathematical science of shape"
-00028270 03 n 01 time 0 014 @ 00024264 n 0000 ~ 15116283 n 0000 ~ 15116532 n 0000 ~ 15116724 n 0000 ~ 15116910 n 0000 ~ 15117246 n 0000 ~ 15119536 n 0000 ~ 15120823 n 0000 ~ 15121625 n 0000 ~ 15122011 n 0000 ~ 15123754 n 0000 ~ 15130205 n 0000 ~ 15133488 n 0000 ~ 15243976 n 0000 | the continuum of experience in which events pass from the future through the present to the past
-00028651 03 n 02 space 0 infinite 0 009 @ 00024264 n 0000 + 02841066 a 0102 + 02841066 a 0101 %p 00027167 n 0000 ~ 00029007 n 0000 ~ 00029114 n 0000 ~ 08001685 n 0000 ~ 08500433 n 0000 %p 08502171 n 0000 | the unlimited expanse in which everything is located; "they tested his ability to locate objects in space"; "the boundless regions of the infinite"
-00029007 03 n 01 absolute_space 0 001 @ 00028651 n 0000 | physical space independent of what occupies it
-00029114 03 n 01 phase_space 0 003 @ 00028651 n 0000 ;c 06090869 n 0000 ~ 06246361 n 0000 | (physics) an ideal space in which the coordinate dimensions represent the variables that are required to describe a system or substance; "a multidimensional phase space"
-00029378 03 n 01 event 0 012 @ 00023100 n 0000 ~ 00030358 n 0000 ~ 01080366 n 0000 ~ 07283364 n 0000 ~ 07283473 n 0000 ~ 07283608 n 0000 ~ 07288639 n 0000 ~ 07288801 n 0000 ~ 07312829 n 0000 ~ 07322769 n 0000 ~i 07478531 n 0000 ~ 07479628 n 0000 | something that happens at a given place and time
-00029677 03 n 02 process 0 physical_process 0 025 @ 00001930 n 0000 ~ 00034213 n 0000 ~ 13445972 n 0000 ~ 13455906 n 0000 ~ 13458571 n 0000 ~ 13460299 n 0000 ~ 13464820 n 0000 ~ 13471206 n 0000 ~ 13474495 n 0000 ~ 13477462 n 0000 ~ 13493998 n 0000 ~ 13497135 n 0000 ~ 13497928 n 0000 ~ 13503226 n 0000 ~ 13503908 n 0000 ~ 13504173 n 0000 ~ 13518963 n 0000 ~ 13525549 n 0000 ~ 13526110 n 0000 ~ 13536794 n 0000 ~ 13541167 n 0000 ~ 13551617 n 0000 ~ 13554343 n 0000 ~ 13555446 n 0000 ~ 13572324 n 0000 | a sustained phenomenon or one marked by gradual changes through a series of states; "events now in process"; "the process of calcification begins later for boys than for girls"
-00030358 03 n 04 act 0 deed 0 human_action 0 human_activity 0 044 @ 00029378 n 0000 + 01649999 v 0102 + 01643657 v 0102 + 02367363 v 0101 ~ 00037396 n 0000 ~ 00041899 n 0000 ~ 00042311 n 0000 ~ 00042541 n 0000 ~ 00042757 n 0000 ~ 00043195 n 0000 ~ 00043609 n 0000 ~ 00044150 n 0000 ~ 00044455 n 0000 ~ 00044673 n 0000 ~ 00044900 n 0000 ~ 00045114 n 0000 ~ 00045250 n 0000 ~ 00045907 n 0000 ~ 00046177 n 0000 ~ 00046522 n 0000 ~ 00066216 n 0000 ~ 00070363 n 0000 ~ 00070641 n 0000 ~ 00083260 n 0000 ~ 00203342 n 0000 ~ 00205891 n 0000 ~ 00392335 n 0000 ~ 00407535 n 0000 ~ 00809074 n 0000 ~ 00830257 n 0000 ~ 00874067 n 0000 ~ 00912960 n 0000 ~ 01053617 n 0000 ~ 01053920 n 0000 ~ 01062583 n 0000 ~ 01073995 n 0000 ~ 01076046 n 0000 ~ 01080366 n 0000 ~ 01083077 n 0000 ~ 01195584 n 0000 ~ 01252124 n 0000 ~ 01266491 n 0000 ~ 06252138 n 0000 ~ 07160883 n 0000 | something that people do or cause to happen
-00031264 03 n 02 group 0 grouping 0 031 @ 00002137 n 0000 + 01089878 v 0101 + 00656576 v 0101 ~ 02472987 n 0000 ~ 07938773 n 0000 ~ 07939159 n 0000 ~ 07940448 n 0000 ~ 07941170 n 0000 ~ 07941729 n 0000 ~ 07942152 n 0000 ~ 07950920 n 0000 ~ 07951464 n 0000 ~ 07959393 n 0000 ~ 07959659 n 0000 ~ 07967382 n 0000 ~ 07967982 n 0000 ~ 07990377 n 0000 ~ 07996149 n 0000 ~ 08001083 n 0000 ~ 08152657 n 0000 ~ 08160276 n 0000 ~ 08178741 n 0000 ~ 08180190 n 0000 ~ 08306665 n 0000 ~ 08330514 n 0000 ~ 08435388 n 0000 ~ 08458504 n 0000 ~i 09292751 n 0000 ~ 14584110 n 0000 ~ 14624743 n 0000 ~ 14904661 n 0000 | any number of entities (members) considered as a unit
-00031921 03 n 01 relation 0 032 @ 00002137 n 0000 + 13928388 n 0101 + 13812607 n 0103 + 13780719 n 0101 + 02724417 v 0101 + 00713167 v 0103 ~ 00032613 n 0000 ~ 00032823 n 0000 ~ 05074774 n 0000 ~ 13240514 n 0000 ~ 13780606 n 0000 ~ 13780719 n 0000 ~ 13781164 n 0000 ~ 13782769 n 0000 ~ 13783038 n 0000 ~ 13783581 n 0000 ~ 13790712 n 0000 ~ 13791389 n 0000 ~ 13794226 n 0000 ~ 13797142 n 0000 ~ 13809207 n 0000 ~ 13811410 n 0000 ~ 13812607 n 0000 ~ 13815152 n 0000 ~ 13827205 n 0000 ~ 13836841 n 0000 ~ 13841213 n 0000 ~ 13844212 n 0000 ~ 13844690 n 0000 ~ 13853808 n 0000 ~ 13854649 n 0000 ~ 13859043 n 0000 | an abstraction belonging to or characteristic of two entities or parts together
-00032613 03 n 01 possession 0 008 @ 00031921 n 0000 ~ 13244109 n 0000 ~ 13252853 n 0000 ~ 13252973 n 0000 ~ 13329489 n 0000 ~ 13329641 n 0000 ~ 13370448 n 0000 ~ 13396054 n 0000 | anything owned or possessed
-00032823 03 n 01 social_relation 0 005 @ 00031921 n 0000 ~ 13780449 n 0000 ~ 13837439 n 0000 ~ 13840719 n 0000 ~ 13840958 n 0000 | a relation between living organisms (especially between people)
-00033020 03 n 01 communication 0 027 @ 00002137 n 0000 + 00496670 a 0101 + 02231661 v 0103 + 01030678 v 0101 + 00760402 v 0102 + 01070102 v 0101 + 00742320 v 0101 + 00740577 v 0101 ~ 01102436 n 0000 ~ 06253690 n 0000 ~ 06282383 n 0000 ~ 06282651 n 0000 ~ 06349220 n 0000 ~ 06598915 n 0000 ~ 06600421 n 0000 ~ 06791372 n 0000 ~ 06793231 n 0000 ~ 06797169 n 0000 ~ 06873252 n 0000 ~ 06887726 n 0000 ~ 07066659 n 0000 ~ 07082025 n 0000 ~ 07109019 n 0000 ~ 07110615 n 0000 ~ 07255791 n 0000 ~ 07277697 n 0000 ~ 13403331 n 0000 | something that is communicated by or to or between people or groups
-00033615 03 n 03 measure 0 quantity 0 amount 0 026 @ 00002137 n 0000 + 02645007 v 0305 + 00681429 v 0101 + 00489837 v 0102 + 00647094 v 0101 = 02295998 a 0000 = 02297166 a 0000 ~ 05091770 n 0000 ~ 05855517 n 0000 ~ 13413493 n 0000 ~ 13575869 n 0000 ~ 13576101 n 0000 ~ 13576355 n 0000 ~ 13576982 n 0000 ~ 13577171 n 0000 ~ 13579829 n 0000 ~ 13579933 n 0000 ~ 13599547 n 0000 ~ 13731530 n 0000 ~ 13779032 n 0000 ~ 13779244 n 0000 ~ 13780180 n 0000 ~ 15154774 n 0000 ~ 15180528 n 0000 ~ 15256915 n 0000 ~ 15269513 n 0000 | how much there is or how many there are of something that you can quantify
-00034213 03 n 01 phenomenon 0 008 @ 00029677 n 0000 ~ 11408559 n 0000 ~ 11408733 n 0000 ~ 11408914 n 0000 ~ 11410625 n 0000 ~ 11418138 n 0000 ~ 11418460 n 0000 ~ 11529295 n 0000 | any state or process known through the senses rather than by intuition or reasoning
-00034479 04 n 01 thing 0 001 @ 00037396 n 0000 | an action; "how could you do such a thing?"
-00034574 04 n 02 kindness 0 benignity 0 008 @ 00037396 n 0000 + 01372049 a 0101 ~ 01226679 n 0000 ~ 01226837 n 0000 ~ 01226941 n 0000 ~ 01227190 n 0000 ~ 01227805 n 0000 ~ 01229793 n 0000 | a kind act
-00034777 04 n 02 abdominoplasty 0 tummy_tuck 0 001 @ 00690501 n 0000 | cosmetic surgery of the abdomen to remove wrinkles and tighten the skin over the stomach
-00034939 04 n 01 abort 0 001 @ 00209943 n 0000 | the act of terminating a project or procedure before it is completed; "I wasted a year of my life working on an abort"; "he sent a short message requesting an abort due to extreme winds in the area"
-00035189 04 n 02 accomplishment 0 achievement 0 023 @ 00037396 n 0000 + 02526085 v 0201 + 02526085 v 0102 + 01640855 v 0102 ~ 00036299 n 0000 ~ 00036580 n 0000 ~ 00036762 n 0000 ~ 00037006 n 0000 ~ 00037090 n 0000 ~ 00037200 n 0000 ~ 00047106 n 0000 ~ 00047745 n 0000 ~ 00047941 n 0000 ~ 00048051 n 0000 ~ 00048225 n 0000 ~ 00061014 n 0000 ~ 00062806 n 0000 ~ 00095502 n 0000 ~ 00127286 n 0000 ~ 00623052 n 0000 ~ 01263582 n 0000 ~ 01263711 n 0000 ~ 01263924 n 0000 | the action of accomplishing something
-00035697 04 n 01 agon 0 005 @ 00428000 n 0000 ~ 00516381 n 0000 ~ 00516559 n 0000 ~ 00516720 n 0000 ~ 00516900 n 0000 | a festivity in ancient Greece at which competitors contended for prizes
-00035891 04 n 01 alienation 0 001 @ 00037396 n 0000 | the action of alienating; the action of causing to become unfriendly; "his behavior alienated the other students"
-00036061 04 n 01 application 0 001 @ 00037396 n 0000 | the action of putting something into operation; "the application of maximum thrust"; "massage has far-reaching medical applications"; "the application of indexes to tables of data"
-00036299 04 n 02 beachhead 0 foothold 0 001 @ 00035189 n 0000 | an initial accomplishment that opens the way for further developments; "the town became a beachhead in the campaign to ban smoking outdoors"; "they are presently attempting to gain a foothold in the Russian market"
-00036580 04 n 01 cakewalk 1 002 @ 00035189 n 0000 ;u 07105475 n 0000 | an easy accomplishment; "winning the tournament was a cakewalk for him"; "invading Iraq won't be a cakewalk"
-00036762 04 n 03 feat 0 effort 2 exploit 0 006 @ 00035189 n 0000 ~ 00043116 n 0000 ~ 00043902 n 0000 ~ 00045646 n 0000 ~ 00046344 n 0000 ~ 00047018 n 0000 | a notable achievement; "he performed a great feat"; "the book was her finest effort"
-00037006 04 n 01 masterpiece 0 001 @ 00035189 n 0000 | an outstanding achievement
-00037090 04 n 01 masterstroke 0 001 @ 00035189 n 0000 | an achievement demonstrating great skill or mastery
-00037200 04 n 01 credit 1 001 @ 00035189 n 0000 | used in the phrase `to your credit' in order to indicate an achievement deserving praise; "she already had several performances to her credit";
-00037396 04 n 01 action 2 035 @ 00030358 n 0000 + 02367363 v 0101 ~ 00034479 n 0000 ~ 00034574 n 0000 ~ 00035189 n 0000 ~ 00035891 n 0000 ~ 00036061 n 0000 ~ 00038175 n 0000 ~ 00038262 n 0000 ~ 00039021 n 0000 ~ 00039916 n 0000 ~ 00041188 n 0000 ~ 00041468 n 0000 ~ 00048374 n 0000 ~ 00097504 n 0000 ~ 00161243 n 0000 ~ 00191142 n 0000 ~ 00192613 n 0000 ~ 00201923 n 0000 ~ 00202284 n 0000 ~ 00279534 n 0000 ~ 00323923 n 0000 ~ 00714477 n 0000 ~ 00744862 n 0000 ~ 00964569 n 0000 ~ 01159461 n 0000 ~ 01217859 n 0000 ~ 01227908 n 0000 ~ 01228102 n 0000 ~ 01264050 n 0000 ~ 01264243 n 0000 ~ 01265475 n 0000 ~ 01265921 n 0000 ~ 01267135 n 0000 ~ 01267808 n 0000 | something done (usually as opposed to something said); "there were stories of murders and other unnatural actions"
-00038175 04 n 01 res_gestae 0 002 @ 00037396 n 0000 ;c 06962600 n 0000 | things done
-00038262 04 n 02 course 0 course_of_action 0 004 @ 00037396 n 0000 ~ 00038573 n 0000 ~ 00038863 n 0000 ~ 00415676 n 0000 | a mode of action; "if you persist in that course you will surely fail"; "once a nation is embarked on a course of action it becomes extremely difficult for any retraction to take place"
-00038573 04 n 01 blind_alley 0 002 @ 00038262 n 0000 ;u 07105475 n 0000 | (figurative) a course of action that is unproductive and offers no hope of improvement; "all the clues led the police into blind alleys"; "so far every road that we've been down has turned out to be a blind alley"
-00038863 04 n 01 collision_course 0 001 @ 00038262 n 0000 | a course of action (following a given idea) that will lead to conflict if it continues unabated
-00039021 04 n 01 interaction 0 006 @ 00037396 n 0000 + 01946439 a 0101 + 02376958 v 0101 ~ 00039211 n 0000 ~ 00039297 n 0000 ~ 00040152 n 0000 | a mutual or reciprocal action; interacting
-00039211 04 n 01 interplay 0 001 @ 00039021 n 0000 | reciprocal action and reaction
-00039297 04 n 01 contact 2 005 @ 00039021 n 0000 + 00743344 v 0104 ~ 00039545 n 0000 ~ 00039740 n 0000 ~ 00039990 n 0000 | close interaction; "they kept in daily contact"; "they claimed that they had been in contact with extraterrestrial beings"
-00039545 04 n 01 brush 4 001 @ 00039297 n 0000 | contact with something dangerous or undesirable; "I had a brush with danger on my way to work"; "he tried to avoid any brushes with the police"
-00039740 04 n 01 eye_contact 0 001 @ 00039297 n 0000 | contact that occurs when two people look directly at each other; "a teacher should make eye contact with the students"
-00039916 04 n 01 fetch 0 001 @ 00037396 n 0000 | the action of fetching
-00039990 04 n 01 placement 1 001 @ 00039297 n 0000 | contact established between applicants and prospective employees; "the agency provided placement services"
-00040152 04 n 03 interchange 1 reciprocation 2 give-and-take 0 006 @ 00039021 n 0000 + 02372326 v 0201 + 02257370 v 0103 ~ 00040420 n 0000 ~ 00040545 n 0000 ~ 00040804 n 0000 | mutual interaction; the activity of reciprocating or exchanging (especially information)
-00040420 04 n 01 reciprocity 0 002 @ 00040152 n 0000 + 01945550 a 0101 | mutual exchange of commercial or other privileges
-00040545 04 n 02 cross-fertilization 0 cross-fertilisation 0 001 @ 00040152 n 0000 | interchange between different cultures or different ways of thinking that is mutually productive and beneficial; "the cross-fertilization of science and the creative arts"
-00040804 04 n 02 dealings 2 traffic 2 003 @ 00040152 n 0000 + 02370987 v 0101 ~ 00040962 n 0000 | social or verbal interchange (usually followed by `with')
-00040962 04 n 01 relation 0 005 @ 00040804 n 0000 ;u 06295235 n 0000 + 13928668 n 0101 + 02724417 v 0101 + 02458103 v 0101 | (usually plural) mutual dealings or connections among persons or groups; "international relations"
-00041188 04 n 01 playing 0 010 @ 00037396 n 0000 + 02418686 v 0101 + 02418421 v 0101 + 01079480 v 0103 + 01072949 v 0101 + 00013328 v 0101 ~ 00041740 n 0000 ~ 00126886 n 0000 ~ 00127021 n 0000 ~ 00127151 n 0000 | the action of taking part in a game or sport or other recreation
-00041468 04 n 02 play 7 swordplay 0 002 @ 00037396 n 0000 ~ 01171644 n 0000 | the act using a sword (or other weapon) vigorously and skillfully
-00041614 04 n 01 boondoggle 0 002 @ 00742645 n 0000 + 02447247 v 0101 | work of little or no value done merely to look busy
-00041740 04 n 01 bowling 1 004 @ 00041188 n 0000 %p 00104409 n 0000 %p 00476788 n 0000 -c 01887324 v 0000 | the playing of a game of tenpins or duckpins etc
-00041899 04 n 02 acquiring 0 getting 0 013 @ 00030358 n 0000 + 02208265 v 0201 + 02210855 v 0201 + 00094460 v 0204 + 02210855 v 0102 ~ 00077419 n 0000 ~ 00077856 n 0000 ~ 00077981 n 0000 ~ 00083975 n 0000 ~ 00086809 n 0000 ~ 00088481 n 0000 ~ 00090253 n 0000 ~ 00319176 n 0000 | the act of acquiring something; "I envied his talent for acquiring"; "he's much more interested in the getting than in the giving"
-00042311 04 n 02 causing 0 causation 0 008 @ 00030358 n 0000 + 01645601 v 0201 + 00770437 v 0203 ~ 00121166 n 0000 ~ 00156390 n 0000 ~ 00156812 n 0000 ~ 00157081 n 0000 ~ 00159177 n 0000 | the act of causing something to happen
-00042541 04 n 02 delivery 2 obstetrical_delivery 0 007 @ 00030358 n 0000 #p 13448334 n 0000 + 00056930 v 0102 ~ 00185438 n 0000 ~ 00185778 n 0000 ~ 00186251 n 0000 ~ 00186549 n 0000 | the act of delivering a child
-00042757 04 n 04 departure 0 going 1 going_away 0 leaving 0 015 @ 00030358 n 0000 + 01848718 v 0201 + 01848718 v 0103 + 02014165 v 0101 + 02008396 v 0101 ~ 00053020 n 0000 ~ 00053097 n 0000 ~ 00053405 n 0000 ~ 00053609 n 0000 ~ 00053913 n 0000 ~ 00057657 n 0000 ~ 00058337 n 0000 ~ 00058519 n 0000 ~ 00061290 n 0000 ~ 00306102 n 0000 | the act of departing
-00043116 04 n 01 derring-do 0 001 @ 00036762 n 0000 | brave and heroic feats
-00043195 04 n 03 discovery 0 find 0 uncovering 0 018 @ 00030358 n 0000 + 01637982 v 0202 + 00721437 v 0202 + 02285629 v 0201 + 02154508 v 0203 + 02248465 v 0201 + 02286687 v 010a + 02154508 v 0104 + 02128066 v 0101 + 01637982 v 0101 + 00598954 v 0108 + 00721437 v 0101 ~ 00150932 n 0000 ~ 00151087 n 0000 ~ 00151314 n 0000 ~ 00151409 n 0000 ~ 00151497 n 0000 ~ 00151914 n 0000 | the act of discovering something
-00043609 04 n 02 disposal 0 disposition 0 011 @ 00030358 n 0000 + 02354922 v 0201 + 02222318 v 0208 + 02222318 v 0108 ~ 00090393 n 0000 ~ 00090610 n 0000 ~ 00090779 n 0000 ~ 00091013 n 0000 ~ 00091670 n 0000 ~ 00091893 n 0000 ~ 01093666 n 0000 | the act or means of getting rid of something
-00043902 04 n 01 hit 3 005 @ 00036762 n 0000 ;c 00471613 n 0000 + 01405044 v 0101 + 01111816 v 0102 ~ 00131090 n 0000 | (baseball) a successful stroke in an athletic contest (especially in baseball); "he came all the way around on Williams' hit"
-00044150 04 n 02 implementation 0 effectuation 0 008 @ 00030358 n 0000 + 01642924 v 0202 + 02408965 v 0101 ~ 00097244 n 0000 ~ 00097348 n 0000 ~ 00102927 n 0000 ~ 00172710 n 0000 ~ 00411048 n 0000 | the act of implementing (providing a practical means for accomplishing something); carrying into effect
-00044455 04 n 03 egress 1 egression 0 emergence 0 006 @ 00030358 n 0000 + 00423971 v 0301 + 00528990 v 0206 + 00528990 v 0106 ~ 00061171 n 0000 ~ 01253060 n 0000 | the act of coming (or going) out; becoming apparent
-00044673 04 n 03 equalization 0 equalisation 0 leveling 0 007 @ 00030358 n 0000 + 01115411 v 0202 + 00417001 v 0204 + 01115411 v 0101 + 00417001 v 0103 ~ 00185104 n 0000 ~ 00185307 n 0000 | the act of making equal or uniform
-00044900 04 n 03 exhumation 0 disinterment 0 digging_up 0 003 @ 00030358 n 0000 + 02457058 v 0201 + 02457058 v 0102 | the act of digging something out of the ground (especially a corpse) where it has been buried
-00045114 04 n 02 mitzvah 0 mitsvah 0 002 @ 00030358 n 0000 ;c 06232880 n 0000 | (Judaism) a good deed performed out of religious duty
-00045250 04 n 02 propulsion 0 actuation 0 018 @ 00030358 n 0000 + 01643657 v 0202 + 01649999 v 0103 + 01511706 v 0101 ~ 00103140 n 0000 ~ 00103291 n 0000 ~ 00103834 n 0000 ~ 00104409 n 0000 ~ 00104539 n 0000 ~ 00112312 n 0000 ~ 00114431 n 0000 ~ 00116376 n 0000 ~ 00116687 n 0000 ~ 00119568 n 0000 ~ 00120804 n 0000 ~ 00122530 n 0000 ~ 00122661 n 0000 ~ 00478647 n 0000 | the act of propelling
-00045646 04 n 02 rally 1 rallying 1 003 @ 00036762 n 0000 + 01097960 v 0204 + 01381549 v 0102 | the feat of mustering strength for a renewed effort; "he singled to start a rally in the 9th inning"; "he feared the rallying of their troops for a counterattack"
-00045907 04 n 02 recovery 0 retrieval 0 008 @ 00030358 n 0000 + 02247977 v 0202 + 02247977 v 0101 ~ 00089891 n 0000 ~ 00093354 n 0000 ~ 00093483 n 0000 ~ 00096851 n 0000 ~ 00096969 n 0000 | the act of regaining or saving something lost (or in danger of becoming lost)
-00046177 04 n 01 running_away 0 003 @ 00030358 n 0000 ~ 00058608 n 0000 ~ 00058743 n 0000 | the act of leaving (without permission) the place you are expected to be
-00046344 04 n 01 stunt 0 004 @ 00036762 n 0000 + 01713348 v 0101 ~ 00190931 n 0000 ~ 00438065 n 0000 | a difficult or unusual or dangerous feat; usually done to gain attention
-00046522 04 n 02 touch 0 touching 0 019 @ 00030358 n 0000 + 01206218 v 0201 + 01206849 v 0101 ~ 00124880 n 0000 ~ 00125436 n 0000 ~ 00125629 n 0000 ~ 00135311 n 0000 ~ 00138078 n 0000 ~ 00138221 n 0000 ~ 00138956 n 0000 ~ 00140652 n 0000 ~ 00140900 n 0000 ~ 00141027 n 0000 ~ 00143885 n 0000 ~ 00144445 n 0000 ~ 00144632 n 0000 ~ 00145024 n 0000 ~ 00150591 n 0000 ~ 00150762 n 0000 | the act of putting two things together with no space between them; "at his touch the room filled with lights"
-00047018 04 n 01 tour_de_force 0 001 @ 00036762 n 0000 | a masterly or brilliant feat
-00047106 04 n 01 performance 3 003 @ 00035189 n 0000 ~ 00047356 n 0000 ~ 00047550 n 0000 | any recognized accomplishment; "they admired his performance under stress"; "when Roger Maris powered four home runs in one game his performance merits awe"
-00047356 04 n 01 overachievement 0 003 @ 00047106 n 0000 + 02562235 v 0101 ! 00047550 n 0101 | better than expected performance (better than might have been predicted from intelligence tests)
-00047550 04 n 01 underachievement 0 003 @ 00047106 n 0000 + 02562585 v 0101 ! 00047356 n 0101 | poorer than expected performance (poorer than might have been predicted from intelligence tests)
-00047745 04 n 02 record 1 track_record 1 001 @ 00035189 n 0000 | the sum of recognized accomplishments; "the lawyer has a good record"; "the track record shows that he will be a good president"
-00047941 04 n 02 fait_accompli 0 accomplished_fact 0 001 @ 00035189 n 0000 | an irreversible accomplishment
-00048051 04 n 02 going 0 sledding 1 002 @ 00035189 n 0000 + 02617798 v 0101 | advancing toward a goal; "persuading him was easy going"; "the proposal faces tough sledding"
-00048225 04 n 02 arrival 0 reaching 0 004 @ 00035189 n 0000 + 02022162 v 0201 ~ 00048656 n 0000 ~ 00048828 n 0000 | accomplishment of an objective
-00048374 04 n 01 arrival 1 010 @ 00037396 n 0000 + 02005948 v 0101 ~ 00049003 n 0000 ~ 00050195 n 0000 ~ 00051192 n 0000 ~ 00052052 n 0000 ~ 00052146 n 0000 ~ 00052334 n 0000 ~ 00052500 n 0000 ~ 00141669 n 0000 | the act of arriving at a certain place; "they awaited her arrival"
-00048656 04 n 01 attainment 1 003 @ 00048225 n 0000 + 02020590 v 0103 + 02006834 v 0103 | arrival at a new stage; "his attainment of puberty was delayed by malnutrition"
-00048828 04 n 02 advent 0 coming 1 002 @ 00048225 n 0000 + 02005948 v 0203 | arrival that has been awaited (especially of something momentous); "the advent of the computer"
-00049003 04 n 05 entrance 0 entering 0 entry 0 ingress 0 incoming 0 012 @ 00048374 n 0000 + 02016523 v 0301 + 02016523 v 0201 + 01720660 v 0201 + 02016523 v 0101 ~ 00049344 n 0000 ~ 00049530 n 0000 ~ 00049636 n 0000 ~ 00049789 n 0000 ~ 00050037 n 0000 ~ 00051525 n 0000 ~ 01248191 n 0000 | the act of entering; "she made a grand entrance"
-00049344 04 n 01 incursion 1 001 @ 00049003 n 0000 | the act of entering some territory or domain (often in large numbers); "the incursion of television into the American living room"
-00049530 04 n 01 intrusion 2 001 @ 00049003 n 0000 | entrance by force or without permission or welcome
-00049636 04 n 01 irruption 0 002 @ 00049003 n 0000 + 02018524 v 0102 | a sudden violent entrance; a bursting in; "the recent irruption of bad manners"
-00049789 04 n 01 entree 0 001 @ 00049003 n 0000 | the act of entering; "she made a graceful entree into the ballroom"
-00049909 04 n 01 entail 0 001 @ 00191142 n 0000 | the act of entailing property; the creation of a fee tail from a fee simple
-00050037 04 n 03 registration 0 enrollment 0 enrolment 0 004 @ 00049003 n 0000 + 02471327 v 0304 + 02471327 v 0201 + 02471690 v 0101 | the act of enrolling
-00050195 04 n 01 appearance 0 006 @ 00048374 n 0000 + 01721169 v 0101 ! 00053609 n 0101 ~ 00050484 n 0000 ~ 00050693 n 0000 ~ 00050887 n 0000 | the act of appearing in public view; "the rookie made a brief appearance in the first period"; "it was Bernhardt's last appearance in America"
-00050484 04 n 01 apparition 0 003 @ 00050195 n 0000 + 00425071 v 0101 + 00422090 v 0101 | an act of appearing or becoming visible unexpectedly; "natives were amazed at the apparition of this white stranger"
-00050693 04 n 02 emergence 1 emersion 1 007 @ 00050195 n 0000 + 02625016 v 0202 + 01990694 v 0201 + 00528990 v 0202 + 00426581 v 0201 + 00423971 v 0201 + 00003553 a 0101 | the act of emerging
-00050887 04 n 02 reappearance 0 return 7 003 @ 00050195 n 0000 + 00426301 v 0101 ~ 00051077 n 0000 | the act of someone appearing again; "his reappearance as Hamlet has been long awaited"
-00051077 04 n 01 comeback 0 001 @ 00050887 n 0000 | return by a celebrity to some previously successful activity
-00051192 04 n 02 return 1 homecoming 0 003 @ 00048374 n 0000 + 02004874 v 0101 ~ 00051385 n 0000 | a coming to or returning home; "on his return from Australia we gave him a welcoming party"
-00051385 04 n 01 repatriation 0 003 @ 00051192 n 0000 + 02503633 v 0101 + 02502387 v 0101 | the act of returning to the country of origin
-00051525 04 n 01 penetration 2 003 @ 00049003 n 0000 ~ 00051712 n 0000 ~ 00051897 n 0000 | the act of entering into or through something; "the penetration of upper management by women"
-00051712 04 n 02 interpenetration 0 permeation 0 004 @ 00051525 n 0000 + 01227235 v 0202 + 01229071 v 0201 + 01229071 v 0104 | mutual penetration; diffusion of each through the other
-00051897 04 n 01 market_penetration 0 001 @ 00051525 n 0000 | the extent to which a product is recognized and bought by customers in a particular market
-00052052 04 n 01 anchorage 0 002 @ 00048374 n 0000 + 01304716 v 0101 | the act of anchoring
-00052146 04 n 04 docking 0 moorage 0 dockage 0 tying_up 0 004 @ 00048374 n 0000 + 01305099 v 0201 + 02085742 v 0101 + 01305731 v 0101 | the act of securing an arriving vessel with ropes
-00052334 04 n 01 landing 0 005 @ 00048374 n 0000 + 02087156 v 0101 + 01981436 v 0101 ~ 00057748 n 0000 ~ 00058002 n 0000 | the act of coming to land after a voyage
-00052500 04 n 01 landing 1 007 @ 00048374 n 0000 + 01981036 v 0101 + 01979901 v 0101 %p 00281752 n 0000 ~ 00305005 n 0000 ~ 00305153 n 0000 ~ 00305980 n 0000 | the act of coming down to the earth (or other surface); "the plane made a smooth landing"; "his landing on his feet was catlike"
-00052791 04 n 02 forced_landing 0 emergency_landing 1 002 @ 00305153 n 0000 ~ 00305519 n 0000 | an unscheduled airplane landing that is made under circumstances (engine failure or adverse weather) not under the pilot's control
-00053020 04 n 01 breaking_away 0 001 @ 00042757 n 0000 | departing hastily
-00053097 04 n 04 farewell 0 leave 0 leave-taking 0 parting 0 007 @ 00042757 n 0000 + 02030158 v 0402 + 02014165 v 0402 + 02015598 v 0204 + 02009433 v 0201 + 00613683 v 0201 ~ 00053525 n 0000 | the act of departing politely; "he disliked long farewells"; "he took his leave"; "parting is such sweet sorrow"
-00053405 04 n 01 French_leave 0 001 @ 00042757 n 0000 | an abrupt and unannounced departure (without saying farewell)
-00053525 04 n 01 valediction 0 001 @ 00053097 n 0000 | the act of saying farewell
-00053609 04 n 02 disappearance 0 disappearing 0 005 @ 00042757 n 0000 + 00426958 v 0201 + 00426958 v 0101 ! 00050195 n 0101 ~ 00053806 n 0000 | the act of leaving secretly or without explanation
-00053806 04 n 01 vanishing 0 002 @ 00053609 n 0000 + 02156546 v 0101 | a sudden disappearance from sight
-00053913 04 n 01 withdrawal 0 017 @ 00042757 n 0000 + 02380760 v 0102 + 02428487 v 0102 + 01994442 v 0101 + 01511380 v 0102 + 00799383 v 0108 + 00173338 v 0104 + 00495998 v 0104 ~ 00054328 n 0000 ~ 00054483 n 0000 ~ 00054652 n 0000 ~ 00054821 n 0000 ~ 00055227 n 0000 ~ 00055315 n 0000 ~ 00056688 n 0000 ~ 00056912 n 0000 ~ 00057486 n 0000 | the act of withdrawing; "the withdrawal of French troops from Vietnam"
-00054328 04 n 02 effacement 0 self-effacement 0 002 @ 00053913 n 0000 + 01800789 v 0101 | withdrawing into the background; making yourself inconspicuous
-00054483 04 n 01 retreat 2 002 @ 00053913 n 0000 ! 00282050 n 0104 | the act of withdrawing or going backward (especially to escape something hazardous or unpleasant)
-00054652 04 n 02 retirement 1 retreat 1 001 @ 00053913 n 0000 | withdrawal for prayer and study and meditation; "the religious retreat is a form of vacation activity"
-00054821 04 n 01 evacuation 1 005 @ 00053913 n 0000 + 01856450 v 0101 + 02014024 v 0101 ~ 00055038 n 0000 ~i 01277938 n 0000 | the act of evacuating; leaving a place in an orderly fashion; especially for protection
-00055038 04 n 03 medical_evacuation 0 medevac 0 medivac 0 001 @ 00054821 n 0000 | the evacuation of persons (usually by air transportation) to a place where they can receive medical care
-00055227 04 n 01 decampment 0 002 @ 00053913 n 0000 + 02076857 v 0101 | breaking camp
-00055315 04 n 03 desertion 0 abandonment 1 defection 0 007 @ 00053913 n 0000 + 02584097 v 0301 + 00614057 v 0201 + 00614057 v 0104 ~ 00055633 n 0000 ~ 00055793 n 0000 ~ 00055932 n 0000 | withdrawing support or help despite allegiance or responsibility; "his abandonment of his wife and children left them penniless"
-00055633 04 n 02 abscondment 0 decampment 1 003 @ 00055315 n 0000 + 02073714 v 0204 + 02073714 v 0101 | the act of running away secretly (as to avoid arrest)
-00055793 04 n 02 absence_without_leave 0 unauthorized_absence 0 002 @ 00055315 n 0000 ;c 08199025 n 0000 | unauthorized military absence
-00055932 04 n 01 deviationism 0 002 @ 00055315 n 0000 + 10010243 n 0101 | ideological defection from the party line (especially from orthodox communism)
-00056087 04 n 03 emigration 0 out-migration 0 expatriation 1 003 @ 01123095 n 0000 + 00416399 v 0301 + 00416135 v 0101 | migration from a place (especially migration from your native country in order to settle in another)
-00056311 04 n 02 immigration 0 in-migration 0 004 @ 01123095 n 0000 + 00415967 v 0101 + 00413432 v 0101 ~ 00056551 n 0000 | migration into a place (especially migration to a country of which you are not a native in order to settle there)
-00056551 04 n 01 aliyah 0 002 @ 00056311 n 0000 ;c 06232880 n 0000 | (Judaism) immigration of Jews to Israel; "students making aliyah"
-00056688 04 n 01 pullback 0 003 @ 00053913 n 0000 ;c 08199025 n 0000 + 01994442 v 0106 | (military) the act of pulling back (especially an orderly withdrawal of troops); "the pullback is expected to be over 25,000 troops"
-00056912 04 n 01 retreat 0 003 @ 00053913 n 0000 ;c 08199025 n 0000 ~ 00057306 n 0000 | (military) withdrawal of troops to a more favorable position to escape the enemy's superior forces or after a defeat; "the disorderly retreat of French troops"
-00057162 04 n 02 standdown 0 stand-down 0 002 @ 01076046 n 0000 ;c 08199025 n 0000 | (military) a temporary stop of offensive military action
-00057306 04 n 03 disengagement 0 fallback 0 pullout 0 004 @ 00056912 n 0000 ;c 08199025 n 0000 + 02015168 v 0301 + 01904120 v 0201 | to break off a military action with an enemy
-00057486 04 n 02 receding 0 recession 0 005 @ 00053913 n 0000 + 03109261 a 0201 + 00570694 v 0201 + 01994442 v 0105 + 01113806 v 0105 | the act of becoming more distant
-00057657 04 n 01 sailing 2 001 @ 00042757 n 0000 | the departure of a vessel from a port
-00057748 04 n 01 amphibious_landing 0 003 @ 00052334 n 0000 @ 00952963 n 0000 ;c 08199025 n 0000 | a military action of coordinated land, sea, and air forces organized for an invasion; "MacArthur staged a massive amphibious landing behind enemy lines"
-00058002 04 n 03 debarkation 0 disembarkation 0 disembarkment 0 006 @ 00052334 n 0000 + 01979241 v 0301 + 01979241 v 0201 ! 00058337 n 0202 + 01979241 v 0102 ~ 00058247 n 0000 | the act of passengers and crew getting off of a ship or aircraft
-00058247 04 n 01 going_ashore 0 001 @ 00058002 n 0000 | debarkation from a boat or ship
-00058337 04 n 03 boarding 0 embarkation 0 embarkment 0 003 @ 00042757 n 0000 + 01979462 v 0301 ! 00058002 n 0202 | the act of passengers and crew getting aboard a ship or aircraft
-00058519 04 n 01 exit 0 002 @ 00042757 n 0000 + 02015598 v 0101 | the act of going out
-00058608 04 n 01 elopement 0 002 @ 00046177 n 0000 + 02074186 v 0101 | the act of running away with a lover (usually to get married)
-00058743 04 n 02 escape 0 flight 1 010 @ 00046177 n 0000 + 02075462 v 0201 + 02074677 v 0101 ~ 00059127 n 0000 ~ 00059989 n 0000 ~ 00060201 n 0000 ~ 00060414 n 0000 ~i 00060548 n 0000 ~ 00060747 n 0000 ~i 00060817 n 0000 | the act of escaping physically; "he made his escape from the mental hospital"; "the canary escaped from its cage"; "his flight was an indication of his guilt"
-00059127 04 n 01 evasion 0 005 @ 00058743 n 0000 + 02074377 v 0102 ~ 00059376 n 0000 ~ 00059552 n 0000 ~ 00059895 n 0000 | the act of physically escaping from something (an opponent or a pursuer or an unpleasant situation) by some adroit maneuver
-00059376 04 n 03 slip 3 elusion 0 eluding 0 004 @ 00059127 n 0000 + 02074377 v 0301 + 02074377 v 0201 + 01888295 v 0102 | the act of avoiding capture (especially by cunning)
-00059552 04 n 03 maneuver 1 manoeuvre 1 evasive_action 0 004 @ 00059127 n 0000 ~ 00059728 n 0000 ~ 00170844 n 0000 ~ 00171050 n 0000 | an action aimed at evading an opponent
-00059728 04 n 01 clinch 0 002 @ 00059552 n 0000 ;c 00445802 n 0000 | (boxing) the act of one boxer holding onto the other to avoid being hit and to rest momentarily
-00059895 04 n 01 dodge 0 002 @ 00059127 n 0000 + 02096494 v 0101 | a quick evasive movement
-00059989 04 n 06 break 4 breakout 0 jailbreak 0 gaolbreak 0 prisonbreak 0 prison-breaking 0 003 @ 00058743 n 0000 + 02073233 v 0202 + 02073233 v 0101 | an escape from jail; "the breakout was carefully planned"
-00060201 04 n 02 getaway 0 lam 0 003 @ 00058743 n 0000 + 02075049 v 0205 + 02074677 v 0102 | a rapid escape (as by criminals); "the thieves made a clean getaway"; "after the expose he had to take it on the lam"
-00060414 04 n 03 exodus 0 hegira 0 hejira 0 001 @ 00058743 n 0000 | a journey by a large group to escape from a hostile environment
-00060548 04 n 02 Hegira 1 Hejira 1 001 @i 00058743 n 0000 | the flight of Muhammad from Mecca to Medina in 622 which marked the beginning of the Muslim era; the Muslim calendar begins in that year
-00060747 04 n 01 skedaddle 0 001 @ 00058743 n 0000 | a hasty flight
-00060817 04 n 02 Underground_Railroad 0 Underground_Railway 0 001 @i 00058743 n 0000 | secret aid to escaping slaves that was provided by abolitionists in the years before the American Civil War
-00061014 04 n 05 close_call 0 close_shave 0 squeak 0 squeaker 0 narrow_escape 0 001 @ 00035189 n 0000 | something achieved (or escaped) by a narrow margin
-00061171 04 n 01 surfacing 0 002 @ 00044455 n 0000 + 01990281 v 0101 | emerging to the surface and becoming apparent
-00061290 04 n 03 dispatch 0 despatch 0 shipment 0 004 @ 00042757 n 0000 + 01950798 v 0303 + 01955127 v 0202 ~ 00061453 n 0000 | the act of sending off something
-00061453 04 n 01 reshipment 0 002 @ 00061290 n 0000 + 01497141 v 0101 | the act of shipping again (especially by transferring to another ship)
-00061598 04 n 01 consummation 0 006 @ 00211110 n 0000 + 01641751 v 0101 + 01641632 v 0101 ~ 00061917 n 0000 ~ 00062133 n 0000 ~ 00062451 n 0000 | the act of bringing to completion or fruition
-00061792 04 n 01 consummation 1 002 @ 00211110 n 0000 + 01641751 v 0101 | the completion of marriage by sexual intercourse
-00061917 04 n 03 realization 2 realisation 2 fruition 0 003 @ 00061598 n 0000 + 01644746 v 0202 + 01644746 v 0101 | something that is made real or concrete; "the victory was the realization of a whole year's work"
-00062133 04 n 04 orgasm 0 climax 0 sexual_climax 0 coming 0 004 @ 00061598 n 0000 + 02197360 v 0401 + 02487718 a 0201 ~ 00062331 n 0000 | the moment of most intense pleasure in sexual intercourse
-00062331 04 n 01 male_orgasm 0 001 @ 00062133 n 0000 | an orgasm accompanied by the sensation of ejaculation of semen
-00062451 04 n 02 fulfillment 0 fulfilment 0 006 @ 00061598 n 0000 + 02671880 v 0203 + 01640855 v 0207 + 02671880 v 0102 + 01640855 v 0106 ~ 00062671 n 0000 | the act of consummating something (a desire or promise etc)
-00062671 04 n 03 self-fulfillment 0 self-realization 0 self-realisation 0 001 @ 00062451 n 0000 | the fulfillment of your capacities
-00062806 04 n 01 attainment 0 006 @ 00035189 n 0000 + 02526085 v 0103 ~ 00063014 n 0000 ~ 00063652 n 0000 ~ 00065855 n 0000 ~ 00236581 n 0000 | the act of achieving an aim; "the attainment of independence"
-00063014 04 n 01 record 0 003 @ 00062806 n 0000 ~ 00063310 n 0000 ~ 00063559 n 0000 | an extreme attainment; the best (or worst) performance ever attested (as in a sport); "he tied the Olympic record"; "coffee production last year broke all previous records"; "Chicago set the homicide record"
-00063310 04 n 01 track_record 0 001 @ 00063014 n 0000 | the fastest time ever recorded for a specific distance at a particular racetrack; "the track record for the mile and a half at Belmont is 2 minutes 24 seconds held by Secretariat since 1973"
-00063559 04 n 01 world_record 0 001 @ 00063014 n 0000 | the best record in the whole world
-00063652 04 n 01 success 0 012 @ 00062806 n 0000 ~ 00064018 n 0000 ~ 00064504 n 0000 ~ 00064789 n 0000 ~ 00065216 n 0000 ~ 00065336 n 0000 ~ 00065418 n 0000 ~ 00065575 n 0000 ~ 00068170 n 0000 ~ 00160532 n 0000 ~ 00186634 n 0000 ~ 00190783 n 0000 | an attainment that is successful; "his success in the marathon was unexpected"; "his new play was a great success"
-00064018 04 n 01 winning 0 002 @ 00063652 n 0000 + 02288295 v 0102 | succeeding with great difficulty; "winning is not everything"
-00064151 04 n 03 blockbuster 0 megahit 0 smash_hit 0 002 @ 00064504 n 0000 ;u 07105475 n 0000 | an unusually successful hit with widespread popularity and huge sales (especially a movie or play or recording or novel)
-00064370 04 n 01 sleeper 0 002 @ 00064504 n 0000 ;u 07105475 n 0000 | an unexpected hit; "that movie was the sleeper of the summer"
-00064504 04 n 05 hit 2 smash 1 smasher 0 strike 3 bang 0 003 @ 00063652 n 0000 ~ 00064151 n 0000 ~ 00064370 n 0000 | a conspicuous success; "that song was his first hit and marked the beginning of his career"; "that new Broadway show is a real smasher"; "the party went with a bang"
-00064789 04 n 04 bell_ringer 0 bull's_eye 1 mark 1 home_run 1 003 @ 00063652 n 0000 ;u 07105475 n 0000 + 01062395 v 0302 | something that exactly succeeds in achieving its goal; "the new advertising campaign was a bell ringer"; "scored a bull's eye"; "hit the mark"; "the president's speech was a home run"
-00065098 04 n 01 ennoblement 0 002 @ 00198451 n 0000 + 02398463 v 0101 | the act of raising someone to the nobility
-00065216 04 n 01 conquest 0 001 @ 00063652 n 0000 | success in mastering something difficult; "the conquest of space"
-00065336 04 n 01 coup 1 001 @ 00063652 n 0000 | a brilliant and notable success
-00065418 04 n 02 flying_colors 0 flying_colours 0 002 @ 00063652 n 0000 ;u 06295235 n 0000 | complete success; "they passed inspection with flying colors"
-00065575 04 n 03 passing 2 pass 5 qualifying 0 005 @ 00063652 n 0000 + 02679012 v 0301 + 02525044 v 0101 + 02523953 v 0101 ! 00066901 n 0101 | success in satisfying a test or requirement; "his future depended on his passing that test"; "he got a pass in introductory chemistry"
-00065855 04 n 02 credit 0 course_credit 0 002 @ 00062806 n 0000 ~ 00066075 n 0000 | recognition by a college or university that a course of studies has been successfully completed; typically measured in semester hours
-00066075 04 n 02 semester_hour 0 credit_hour 0 001 @ 00065855 n 0000 | a unit of academic credit; one hour a week for an academic semester
-00066216 04 n 02 nonaccomplishment 0 nonachievement 0 004 @ 00030358 n 0000 ~ 00066636 n 0000 ~ 00070965 n 0000 ~ 00739270 n 0000 | an act that does not achieve its intended goal
-00066397 04 n 01 failure 1 005 @ 00074624 n 0000 + 02529284 v 0101 ~ 00068755 n 0000 ~ 00068901 n 0000 ~ 00069060 n 0000 | an unexpected omission; "he resented my failure to return his call"; "the mechanic's failure to check the brakes"
-00066636 04 n 01 failure 0 010 @ 00066216 n 0000 + 02528380 v 0101 ~ 00066901 n 0000 ~ 00067153 n 0000 ~ 00067526 n 0000 ~ 00068333 n 0000 ~ 00072068 n 0000 ~ 00129527 n 0000 ~ 01204845 n 0000 ~ 13300411 n 0000 | an act that fails; "his failure to pass the test"
-00066901 04 n 02 failing 0 flunk 0 004 @ 00066636 n 0000 + 02523784 v 0101 + 02523521 v 0101 ! 00065575 n 0101 | failure to reach a minimum required performance; "his failing the course led to his disqualification"; "he got two flunks on his report"
-00067153 04 n 01 naught 0 001 @ 00066636 n 0000 | complete failure; "all my efforts led to naught"
-00067254 04 n 01 cut 6 001 @ 01234345 n 0000 | an unexcused absence from class; "he was punished for taking too many cuts in his math class"
-00067397 04 n 01 default 0 002 @ 01234345 n 0000 @ 00067526 n 0000 | loss due to not showing up; "he lost the game by default"
-00067526 04 n 01 loss 0 003 @ 00066636 n 0000 ~ 00067397 n 0000 ~ 00067707 n 0000 | the act of losing someone or something; "everyone expected him to win so his loss was a shock"
-00067707 04 n 03 capitulation 0 fall 2 surrender 0 006 @ 00067526 n 0000 + 01115585 v 0301 + 02385153 v 0201 + 02304507 v 0201 + 02528985 v 0201 + 01117812 v 0101 | the act of surrendering (usually under agreed conditions); "they were protected until the capitulation of the fort"
-00067990 04 n 03 frustration 2 thwarting 0 foiling 0 004 @ 01073995 n 0000 + 02558172 v 0305 + 02558172 v 0201 + 02558172 v 0107 | an act of hindering someone's plans or efforts
-00068170 04 n 02 overturn 1 upset 0 002 @ 00063652 n 0000 + 01109087 v 0201 | an improbable and unexpected victory; "the biggest upset since David beat Goliath"
-00068333 04 n 07 backsliding 0 lapse 1 lapsing 0 relapse 0 relapsing 0 reversion 0 reverting 0 008 @ 00066636 n 0000 + 00387310 v 0701 + 00093327 v 0501 + 00093327 v 0401 + 00268165 v 0402 + 00093327 v 0202 + 00204585 v 0201 ~ 00068617 n 0000 | a failure to maintain a higher state
-00068617 04 n 01 recidivism 0 004 @ 00068333 n 0000 + 10511425 n 0101 + 10511239 n 0101 + 00093327 v 0103 | habitual relapse into crime
-00068755 04 n 02 disappointment 0 dashing_hopes 0 002 @ 00066397 n 0000 + 01798936 v 0101 | an act (or failure to act) that disappoints someone
-00068901 04 n 01 breach 1 004 @ 00066397 n 0000 + 02566528 v 0106 ~ 00069173 n 0000 ~ 00069604 n 0000 | a failure to perform some promised act or obligation
-00069060 04 n 01 copout 0 002 @ 00066397 n 0000 + 00679715 v 0102 | a failure to face some difficulty squarely
-00069173 04 n 01 breach_of_contract 0 008 @ 00068901 n 0000 ~ 00069444 n 0000 ~ 00069685 n 0000 ~ 00069815 n 0000 ~ 00069918 n 0000 ~ 00070215 n 0000 ~ 00070462 n 0000 ~ 00070807 n 0000 | a breach of a legal duty; failure to do something that is required in a contract
-00069444 04 n 02 anticipatory_breach 0 constructive_breach 0 001 @ 00069173 n 0000 | a breach of contract committed prior to the time of required performance
-00069604 04 n 01 breach_of_duty 0 001 @ 00068901 n 0000 | a breach of due care
-00069685 04 n 01 breach_of_the_covenant_of_warranty 0 001 @ 00069173 n 0000 | a failure of the seller's guarantee of good title
-00069815 04 n 01 breach_of_promise 0 001 @ 00069173 n 0000 | failure to keep a promise (of marriage)
-00069918 04 n 01 breach_of_trust 0 001 @ 00069173 n 0000 | violation (either through fraud or negligence) by a trustee of a duty that equity requires of him
-00070077 04 n 01 breach_of_trust_with_fraudulent_intent 0 001 @ 00780889 n 0000 | larceny after trust rather than after unlawful taking
-00070215 04 n 01 breach_of_warranty 0 001 @ 00069173 n 0000 | a breach that occurs when an item is deficient according to the terms of a warranty
-00070363 04 n 01 leaning 0 001 @ 00030358 n 0000 | the act of deviating from a vertical position
-00070462 04 n 01 material_breach 0 001 @ 00069173 n 0000 | a breach serious enough to destroy the value of the contract and to give a basis for an action for breach of contract
-00070641 04 n 02 motivation 0 motivating 0 004 @ 00030358 n 0000 + 00324195 a 0203 + 02766328 a 0101 + 01649999 v 0101 | the act of motivating; providing incentive
-00070807 04 n 01 partial_breach 0 001 @ 00069173 n 0000 | a breach that does not destroy the value of the contract but can give rise to a claim for damages
-00070965 04 n 03 mistake 0 error 2 fault 0 018 @ 00066216 n 0000 + 00023854 a 0301 + 00842538 v 0302 + 00617748 v 0201 + 00617748 v 0102 ~ 00072261 n 0000 ~ 00072473 n 0000 ~ 00072691 n 0000 ~ 00072808 n 0000 ~ 00073713 n 0000 ~ 00073828 n 0000 ~ 00074324 n 0000 ~ 00074524 n 0000 ~ 00074624 n 0000 ~ 00074790 n 0000 ~ 00075618 n 0000 ~ 01248075 n 0000 ~ 01259211 n 0000 | a wrong action attributable to bad judgment or ignorance or inattention; "he made a bad mistake"; "she was quick to point out my errors"; "I could understand his English in spite of his grammatical faults"
-00071546 04 n 01 double_fault 0 002 @ 00568813 n 0000 ;c 00482298 n 0000 | (tennis) two successive faults in serving resulting in the loss of the point
-00071700 04 n 01 footfault 0 002 @ 00568813 n 0000 #p 00482298 n 0000 | a fault that occurs when the server in tennis fails to keep both feet behind the baseline
-00071864 04 n 01 bobble 0 002 @ 00074790 n 0000 ;c 00471613 n 0000 | the momentary juggling of a batted or thrown baseball; "the second baseman made a bobble but still had time to throw the runner out"
-00072068 04 n 02 error 3 misplay 0 003 @ 00066636 n 0000 ;c 00471613 n 0000 + 01075044 v 0201 | (baseball) a failure of a defensive player to make an out when normal play would have sufficed
-00072261 04 n 05 blot 0 smear 0 smirch 0 spot 0 stain 0 003 @ 00070965 n 0000 + 01537409 v 0502 + 00846509 v 0303 | an act that brings discredit to the person who does it; "he made a huge blot on his copybook"
-00072473 04 n 02 confusion 0 mix-up 0 002 @ 00070965 n 0000 + 00619610 v 0101 | a mistake that results from taking one thing to be another; "he changed his name in order to avoid confusion with the notorious outlaw"
-00072691 04 n 01 incursion 2 002 @ 00070965 n 0000 + 02721031 v 0101 | the mistake of incurring liability or blame
-00072808 04 n 03 miscalculation 0 misreckoning 0 misestimation 0 007 @ 00070965 n 0000 + 00639478 v 0302 + 00712389 v 0101 + 00639478 v 0101 ~ 00073032 n 0000 ~ 00073177 n 0000 ~ 00073525 n 0000 | a mistake in calculating
-00073032 04 n 02 backfire 0 boomerang 0 003 @ 00072808 n 0000 + 02005778 v 0201 + 02378950 v 0101 | a miscalculation that recoils on its maker
-00073177 04 n 02 rounding 0 rounding_error 0 002 @ 00072808 n 0000 ;c 06000644 n 0000 | (mathematics) a miscalculation that results from rounding off numbers to a convenient number of decimals; "the error in the calculation was attributable to rounding"; "taxes are rounded off to the nearest dollar but the rounding error is surprisingly small"
-00073525 04 n 01 truncation_error 0 002 @ 00072808 n 0000 ;c 06000644 n 0000 | (mathematics) a miscalculation that results from cutting off a numerical calculation before it is finished
-00073713 04 n 01 distortion 1 002 @ 00070965 n 0000 + 00835903 v 0102 | the mistake of misrepresenting the facts
-00073828 04 n 04 slip 5 slip-up 1 miscue 1 parapraxis 0 005 @ 00070965 n 0000 + 00618057 v 0202 + 00608978 v 0101 + 00617748 v 0103 ~ 00074092 n 0000 | a minor inadvertent mistake usually observed in speech or writing or in small accidents or memory lapses etc.
-00074092 04 n 01 Freudian_slip 0 001 @ 00073828 n 0000 | a slip-up that (according to Sigmund Freud) results from the operation of unconscious wishes or conflicts and can reveal unconscious processes in normal healthy individuals
-00074324 04 n 01 offside 0 002 @ 00070965 n 0000 ;c 00523513 n 0000 | (sport) the mistake of occupying an illegal position on the playing field (in football, soccer, ice hockey, field hockey, etc.)
-00074524 04 n 02 oversight 0 lapse 0 001 @ 00070965 n 0000 | a mistake resulting from inattention
-00074624 04 n 02 omission 1 skip 0 005 @ 00070965 n 0000 + 02613860 v 0202 + 00615774 v 0105 + 00614999 v 0103 ~ 00066397 n 0000 | a mistake resulting from neglect
-00074790 04 n 0b blunder 0 blooper 0 bloomer 0 bungle 0 pratfall 0 foul-up 0 fuckup 0 flub 0 botch 0 boner 0 boo-boo 0 019 @ 00070965 n 0000 + 02229000 a 0901 + 02527651 v 0901 + 02527651 v 0808 + 02527651 v 0718 + 02527651 v 0616 + 02527651 v 040d + 00013172 v 0401 + 02566227 v 0103 ~ 00071864 n 0000 ~ 00075283 n 0000 ~ 00075471 n 0000 ~ 00075790 n 0000 ~ 00075912 n 0000 ~ 00076072 n 0000 ~ 00076196 n 0000 ~ 00076323 n 0000 ~ 00076393 n 0000 ~ 00076563 n 0000 | an embarrassing mistake
-00075283 04 n 01 snafu 0 004 @ 00074790 n 0000 ;u 07091902 n 0000 + 01669617 a 0102 + 00403016 v 0101 | an acronym often used by soldiers in World War II: situation normal all fucked up
-00075471 04 n 01 spectacle 0 001 @ 00074790 n 0000 | a blunder that makes you look ridiculous; used in the phrase `make a spectacle of' yourself
-00075618 04 n 04 ballup 0 balls-up 0 cockup 0 mess-up 0 004 @ 00070965 n 0000 ;r 08860123 n 0000 + 02527651 v 0417 + 02527651 v 010a | something badly botched or muddled
-00075790 04 n 01 bull 0 001 @ 00074790 n 0000 | a serious and ludicrous blunder; "he made a bad bull of the assignment"
-00075912 04 n 02 fumble 0 muff 0 005 @ 00074790 n 0000 ;c 00471613 n 0000 ;c 00469651 n 0000 + 02529896 v 0201 + 01075327 v 0101 | (sports) dropping the ball
-00076072 04 n 01 fluff 0 002 @ 00074790 n 0000 + 02527651 v 010e | a blunder (especially an actor's forgetting the lines)
-00076196 04 n 05 faux_pas 0 gaffe 0 solecism 0 slip 2 gaucherie 0 001 @ 00074790 n 0000 | a socially awkward or tactless act
-00076323 04 n 01 howler 0 001 @ 00074790 n 0000 | a glaring blunder
-00076393 04 n 01 clanger 0 003 @ 00074790 n 0000 ;r 08860123 n 0000 + 02174115 v 0101 | a conspicuous mistake whose effects seem to reverberate; "he dropped a clanger"
-00076563 04 n 04 trip 1 trip-up 0 stumble 1 misstep 0 004 @ 00074790 n 0000 + 00618057 v 0301 + 00599835 v 0201 + 00618057 v 0203 | an unintentional but embarrassing blunder; "he recited the whole poem without a single trip"; "he arranged his robes to avoid a trip-up later"; "confusion caused his unfortunate misstep"
-00076884 04 n 03 spill 1 tumble 1 fall 1 009 @ 07317519 n 0000 + 01984119 v 0301 + 01984317 v 0301 + 01972298 v 0301 + 02097047 v 0202 + 00433069 v 0201 + 01976488 v 0201 ~ 00077169 n 0000 ~ 00077249 n 0000 | a sudden drop from an upright position; "he had a nasty spill on the ice"
-00077169 04 n 01 pratfall 1 001 @ 00076884 n 0000 | a fall onto your buttocks
-00077249 04 n 01 wipeout 0 002 @ 00076884 n 0000 ;c 00523513 n 0000 | a spill in some sport (as a fall from a bicycle or while skiing or being capsized on a surfboard)
-00077419 04 n 01 acquisition 0 014 @ 00041899 n 0000 + 02210855 v 0102 ~ 00078217 n 0000 ~ 00078393 n 0000 ~ 00078536 n 0000 ~ 00078821 n 0000 ~ 00079018 n 0000 ~ 00082525 n 0000 ~ 00082754 n 0000 ~ 00082870 n 0000 ~ 00083585 n 0000 ~ 00083729 n 0000 ~ 00089351 n 0000 ~ 00789534 n 0000 | the act of contracting or assuming or acquiring possession of something; "the acquisition of wealth"; "the acquisition of one company by another"
-00077856 04 n 02 obtainment 0 obtention 0 003 @ 00041899 n 0000 + 02238085 v 0201 + 02238085 v 0101 | the act of obtaining
-00077981 04 n 02 catching 2 contracting 0 003 @ 00041899 n 0000 + 00087736 v 0201 + 01303042 a 0101 | becoming infected; "catching cold is sometimes unavoidable"; "the contracting of a serious illness can be financially catastrophic"
-00078217 04 n 01 incurring 0 002 @ 00077419 n 0000 + 02721031 v 0101 | acquiring or coming into something (usually undesirable); "incurring debts is easier than paying them"
-00078393 04 n 01 moneymaking 0 003 @ 00077419 n 0000 + 00483816 a 0103 + 01871774 a 0102 | the act of making money (and accumulating wealth)
-00078536 04 n 01 annexation 0 002 @ 00077419 n 0000 + 02626177 a 0101 | the formal act of acquiring something (especially territory) by conquest or occupation; "the French annexation of Madagascar as a colony in 1896"; "a protectorate has frequently been a first step to annexation"
-00078821 04 n 01 pork-barreling 0 001 @ 00077419 n 0000 | acquisition of government money for benefits to a specific locale; "keeps his hold on his constituents through unashamed pork-barreling"
-00079018 04 n 01 purchase 0 004 @ 00077419 n 0000 + 02207206 v 0102 ~ 00079212 n 0000 ~ 00081572 n 0000 | the acquisition of something for payment; "they closed the purchase with a handshake"
-00079212 04 n 03 redemption 0 repurchase 0 buyback 0 004 @ 00079018 n 0000 + 02207890 v 0301 + 02256998 v 0102 + 02207890 v 0202 | the act of purchasing back something previously sold
-00079398 04 n 01 trading 0 007 @ 01090446 n 0000 + 02244956 v 0103 ~ 00079603 n 0000 ~ 00079752 n 0000 ~ 00079908 n 0000 ~ 00080096 n 0000 ~ 00080242 n 0000 | buying or selling securities or commodities
-00079603 04 n 02 bond_trading 0 bond-trading_activity 0 001 @ 00079398 n 0000 | trading in bonds (usually by a broker on the floor of an exchange)
-00079752 04 n 01 program_trading 0 001 @ 00079398 n 0000 | a trading technique involving large blocks of stock with trades triggered by computer programs
-00079908 04 n 02 short_sale 0 short_selling 0 001 @ 00079398 n 0000 | sale of securities or commodity futures not owned by the seller (who hopes to buy them back later at a lower price)
-00080096 04 n 01 short_covering 0 001 @ 00079398 n 0000 | the purchase of securities or commodities by a short seller to close out a short sale
-00080242 04 n 01 insider_trading 0 001 @ 00079398 n 0000 | buying or selling corporate stock by a corporate officer or other insider on the basis of information that has not been made public and is supposed to remain confidential
-00080474 04 n 01 naked_option 0 001 @ 13241600 n 0000 | a put or call option for which the seller or buyer has no underlying security position
-00080619 04 n 01 covered_option 0 001 @ 13241600 n 0000 | a put or call option backed by the shares underlying the option
-00080743 04 n 02 call_option 0 call 4 004 @ 13241600 n 0000 #p 00349213 n 0000 + 00874002 v 0201 ! 00080968 n 0101 | the option to buy a given stock (or stock index or commodity future) at a given price before a given date
-00080968 04 n 02 put_option 0 put 0 003 @ 13241600 n 0000 #p 00349213 n 0000 ! 00080743 n 0101 | the option to sell a given stock (or stock index or commodity future) at a given price before a given date
-00081174 04 n 01 straddle 1 001 @ 13241600 n 0000 | the option to buy or sell a given stock (or stock index or commodity future) at a given price before a given date; consists of an equal number of put and call options
-00081395 04 n 02 incentive_option 0 incentive_stock_option 0 001 @ 13241600 n 0000 | an option granted to corporate executives if the company achieves certain financial goals
-00081572 04 n 02 buying 0 purchasing 0 006 @ 00079018 n 0000 + 02207206 v 0202 + 02207206 v 0101 ~ 00081836 n 0000 ~ 00082223 n 0000 ~ 00082347 n 0000 | the act of buying; "buying and selling fill their days"; "shrewd purchasing requires considerable knowledge"
-00081836 04 n 01 shopping 0 004 @ 00081572 n 0000 + 02326355 v 0101 + 02325968 v 0101 ~ 00082081 n 0000 | searching for or buying goods or services; "went shopping for a reliable plumber"; "does her shopping at the mall rather than down town"
-00082081 04 n 01 marketing 1 002 @ 00081836 n 0000 + 02298471 v 0101 | shopping at a market; "does the weekly marketing at the supermarket"
-00082223 04 n 02 mail-order_buying 0 catalog_buying 0 001 @ 00081572 n 0000 | buying goods to be shipped through the mail
-00082347 04 n 02 viatication 0 viaticus 0 003 @ 00081572 n 0000 + 02824194 a 0201 + 02824194 a 0101 | purchasing insurance policies for cash from terminally ill policy holders
-00082525 04 n 01 acceptance 3 003 @ 00077419 n 0000 + 01985557 a 0102 + 02236124 v 0101 | the act of taking something that is offered; "her acceptance of the gift encouraged him"; "he anticipated their acceptance of his offer"
-00082754 04 n 02 succession 1 taking_over 0 001 @ 00077419 n 0000 | acquisition of property by descent or by will
-00082870 04 n 02 assumption 0 laying_claim 0 004 @ 00077419 n 0000 + 02381726 v 0101 + 02301825 v 0104 + 02274482 v 0101 | the act of taking possession of or power over something; "his assumption of office coincided with the trouble in Cuba"; "the Nazi assumption of power in 1934"; "he acquired all the company's assets for ten million dollars and the assumption of the company's debts"
-00083260 04 n 01 assumption 1 003 @ 00030358 n 0000 + 00632236 v 0101 ~ 00083448 n 0000 | the act of assuming or taking for granted; "your assumption that I would agree was unwarranted"
-00083448 04 n 01 position 4 002 @ 00083260 n 0000 + 00716758 v 0102 | the act of positing; an assumption taken as a postulate or axiom
-00083585 04 n 02 inheritance 0 heritage 0 002 @ 00077419 n 0000 + 02315525 v 0101 | hereditary succession to a title or an office or property
-00083729 04 n 03 procurement 0 procurance 0 procural 0 004 @ 00077419 n 0000 + 02238770 v 0301 + 02238770 v 0201 + 02238770 v 0101 | the act of getting possession of something; "he was responsible for the procurement of materials and supplies"
-00083975 04 n 01 appropriation 0 005 @ 00041899 n 0000 ~ 00084371 n 0000 ~ 00085041 n 0000 ~ 00085219 n 0000 ~ 00087218 n 0000 | a deliberate act of acquisition of something, often without the permission of the owner; "the necessary funds were obtained by the government's appropriation of the company's operating unit"; "a person's appropriation of property belonging to another is dishonest"
-00084371 04 n 02 borrowing 1 adoption 1 006 @ 00083975 n 0000 + 02346724 v 0201 + 00601822 v 0203 ~ 00084642 n 0000 ~ 00084895 n 0000 ~ 07032753 n 0000 | the appropriation (of ideas or words etc) from another source; "the borrowing of ancient motifs was very apparent"
-00084642 04 n 02 naturalization 1 naturalisation 1 003 @ 00084371 n 0000 + 00412993 v 0202 + 00412993 v 0101 | changing the pronunciation of a borrowed word to agree with the borrowers' phonology; "the naturalization in English of many Italian words"
-00084895 04 n 01 misappropriation 2 001 @ 00084371 n 0000 | wrongful borrowing; "his explanation was a misappropriation of sociological theory"
-00085041 04 n 02 preemption 0 pre-emption 0 002 @ 00083975 n 0000 + 02302454 v 0101 | a prior appropriation of something; "the preemption of bandwidth by commercial interests"
-00085219 04 n 01 seizure 0 007 @ 00083975 n 0000 + 02273293 v 0105 ~ 00085678 n 0000 ~ 00085829 n 0000 ~ 00086297 n 0000 ~ 00086654 n 0000 ~ 00097122 n 0000 | the taking possession of something by legal process
-00085432 04 n 01 usurpation 0 002 @ 00088481 n 0000 + 02274482 v 0102 | wrongfully seizing and holding (an office or powers) by force (especially the seizure of a throne or supreme authority); "a succession of generals who ruled by usurpation"
-00085678 04 n 02 confiscation 0 arrogation 0 004 @ 00085219 n 0000 + 02274482 v 0205 + 02273293 v 0104 ~ 00086140 n 0000 | seizure by the government
-00085829 04 n 02 distress 0 distraint 0 001 @ 00085219 n 0000 | the seizure and holding of property as security for payment of a debt or satisfaction of a claim; "Originally distress was a landlord's remedy against a tenant for unpaid rents or property damage but now the landlord is given a landlord's lien"
-00086140 04 n 01 expropriation 0 002 @ 00085678 n 0000 + 01472642 v 0101 | taking out of an owner's hands (especially taking property by public authority)
-00086297 04 n 04 impoundment 0 impounding 0 internment 1 poundage 0 006 @ 00085219 n 0000 ;c 08441203 n 0000 + 01302365 v 0401 + 02273293 v 0201 + 02273293 v 0101 ~ 00086547 n 0000 | placing private property in the custody of an officer of the law
-00086547 04 n 02 drug_bust 0 drugs_bust 0 001 @ 00086297 n 0000 | seizure of illegal drugs by the police
-00086654 04 n 02 impress 0 impressment 0 003 @ 00085219 n 0000 + 01471547 v 0202 + 01471547 v 0102 | the act of coercing someone into government service
-00086809 04 n 03 occupation 1 occupancy 1 moving_in 0 004 @ 00041899 n 0000 + 10523519 n 0202 + 02648639 v 0101 ~ 00087073 n 0000 | the act of occupying or taking possession of a building; "occupation of a building without a certificate of occupancy is illegal"
-00087073 04 n 02 preoccupancy 0 preoccupation 0 002 @ 00086809 n 0000 + 02273083 v 0201 | the act of taking occupancy before someone else does
-00087218 04 n 02 sequestration 1 requisition 1 002 @ 00083975 n 0000 + 02273293 v 0103 | seizing property that belongs to someone else and holding it until profits pay the demand for which it was seized
-00087423 04 n 03 grant 0 subsidization 0 subsidisation 0 008 @ 01083645 n 0000 + 02217011 v 0302 + 02216710 v 0302 + 02217011 v 0201 + 02216710 v 0201 ~ 00087663 n 0000 ~ 00088154 n 0000 ~ 00088367 n 0000 | the act of providing a subsidy
-00087663 04 n 02 award 0 awarding 0 003 @ 00087423 n 0000 ;c 08441203 n 0000 ~ 00087849 n 0000 | a grant made by a law court; "he criticized the awarding of compensation by the court"
-00087849 04 n 01 addiction 0 003 @ 00087663 n 0000 ;c 06534659 n 0000 + 01165290 v 0101 | (Roman law) a formal award by a magistrate of a thing or person to another person (as the award of a debtor to his creditor); a surrender to a master; "under Roman law addiction was the justification for slavery"
-00088154 04 n 01 block_grant 0 001 @ 00087423 n 0000 | a grant of federal money to state and local governments to support social welfare programs; "block grants reduce federal responsibility for social welfare"
-00088367 04 n 01 grant-in-aid 0 001 @ 00087423 n 0000 | a grant from a central government to a local government
-00088481 04 n 03 capture 0 gaining_control 0 seizure 1 007 @ 00041899 n 0000 + 02272549 v 0303 + 02272549 v 0102 ~ 00085432 n 0000 ~ 00088725 n 0000 ~ 00089027 n 0000 ~ 00089234 n 0000 | the act of forcibly dispossessing an owner of property
-00088725 04 n 06 apprehension 0 arrest 0 catch 1 collar 0 pinch 1 taking_into_custody 0 005 @ 00088481 n 0000 + 01215137 v 0401 + 01215421 v 0302 + 01215137 v 0204 + 01215137 v 0103 | the act of apprehending (especially apprehending a criminal); "the policeman on the beat got credit for the collar"
-00089027 04 n 04 conquest 1 conquering 0 subjection 0 subjugation 0 006 @ 00088481 n 0000 + 02496816 v 0302 + 02272549 v 0204 + 01114303 v 0201 + 00462092 v 0205 ~i 01306736 n 0000 | the act of conquering
-00089234 04 n 01 enslavement 0 002 @ 00088481 n 0000 + 02496696 v 0101 | the act of making slaves of your captives
-00089351 04 n 04 restitution 0 return 2 restoration 1 regaining 0 006 @ 00077419 n 0000 + 02247977 v 0404 + 02310482 v 0301 + 02310007 v 0202 + 02310482 v 0102 ~ 00089657 n 0000 | getting something back again; "upon the restitution of the book to its rightful owner the child was given a tongue lashing"
-00089657 04 n 01 clawback 0 002 @ 00089351 n 0000 ;r 08860123 n 0000 | finding a way to take money back from people that they were given in another way; "the Treasury will find some clawback for the extra benefits members received"
-00089891 04 n 01 repossession 0 002 @ 00045907 n 0000 + 02205887 v 0102 | the action of regaining possession (especially the seizure of collateral securing a loan that is in default)
-00090076 04 n 01 foreclosure 0 002 @ 01184814 n 0000 + 02276568 v 0101 | the legal proceedings initiated by a creditor to repossess the collateral for loan that is in default
-00090253 04 n 02 reception 0 receipt 0 004 @ 00041899 n 0000 + 00892698 v 0202 + 10511069 n 0101 + 02210119 v 0101 | the act of receiving
-00090393 04 n 01 appointment 2 002 @ 00043609 n 0000 ;c 08441203 n 0000 | (law) the act of disposing of property by virtue of the power of appointment; "she allocated part of the trust to her church by appointment"
-00090610 04 n 01 comb-out 1 002 @ 00043609 n 0000 + 02223630 v 0102 | the act of carefully weeding out unwanted things or people; "the department got a good comb-out"
-00090779 04 n 01 giving 1 004 @ 00043609 n 0000 + 02308741 v 0102 + 02200686 v 0101 + 02199590 v 0101 | disposing of property by voluntary transfer without receiving value in return; "the alumni followed a program of annual giving"
-00091013 04 n 01 abandonment 2 004 @ 00043609 n 0000 + 02228031 v 0101 ~ 00091234 n 0000 ~ 00091503 n 0000 | the voluntary surrender of property (or a right to property) without attempting to reclaim it or give it away
-00091234 04 n 02 discard 0 throwing_away 0 003 @ 00091013 n 0000 + 02222318 v 0101 ~ 00091404 n 0000 | getting rid something that is regarded as useless or undesirable
-00091404 04 n 01 staging 1 001 @ 00091234 n 0000 | getting rid of a stage of a multistage rocket
-00091503 04 n 01 discard 1 003 @ 00091013 n 0000 #p 00488225 n 0000 ;c 00488225 n 0000 | (cards) the act of throwing out a useless card or of failing to follow suit
-00091670 04 n 01 mine_disposal 0 002 @ 00043609 n 0000 ~ 00091779 n 0000 | the disposal of explosive mines
-00091779 04 n 01 minesweeping 0 001 @ 00091670 n 0000 | the activity of detecting and disposing of marine mines
-00091893 04 n 01 sewage_disposal 0 001 @ 00043609 n 0000 | the disposal of sewage
-00091977 04 n 01 bait_and_switch 0 001 @ 01113068 n 0000 | a deceptive way of selling that involves advertising a product at a very low price in order to attract customers who are then persuaded to switch to a more expensive product
-00092212 04 n 01 private_treaty 0 001 @ 01113068 n 0000 | a sale of property at a price agreed on by the seller and buyer without an intervening agency
-00092366 04 n 03 auction 0 auction_sale 0 vendue 0 010 @ 01117541 n 0000 + 09608377 n 0101 + 02244773 v 0101 -c 13304665 n 0000 -c 02298632 v 0000 -c 02298998 v 0000 -c 02299552 v 0000 -c 02299687 v 0000 -c 02299801 v 0000 -c 02299924 v 0000 | the public sale of something to the highest bidder
-00092663 04 n 01 bootlegging 0 001 @ 01113068 n 0000 | the act of making or transporting alcoholic liquor for sale illegally; "the Prohibition amendment made bootlegging profitable"
-00092847 04 n 01 bootlegging 1 001 @ 01113068 n 0000 | the act of selling illegally or without permission; "the bootlegging of videotapes is common in Asia"
-00093006 04 n 02 capitalization 2 capitalisation 2 002 @ 01113068 n 0000 ~ 00093127 n 0000 | the sale of capital stock
-00093127 04 n 02 overcapitalization 0 overcapitalisation 0 004 @ 00093006 n 0000 ;c 01094725 n 0000 + 00162350 v 0202 + 00162350 v 0101 | (business) too much capitalization (the sale of more stock than the business warrants)
-00093354 04 n 01 reclamation 2 002 @ 00045907 n 0000 + 02226833 v 0101 | the recovery of useful substances from waste products
-00093483 04 n 04 rescue 0 deliverance 0 delivery 0 saving 2 011 @ 00045907 n 0000 + 02551144 v 0302 + 02551144 v 0202 + 02551144 v 0101 ~ 00093874 n 0000 ~ 00094001 n 0000 ~ 00095971 n 0000 ~ 00096211 n 0000 ~ 00096343 n 0000 ~ 00096513 n 0000 ~ 00096720 n 0000 | recovery or preservation from loss or danger; "work is the deliverance of mankind"; "a surgeon's job is the saving of lives"
-00093874 04 n 01 lifesaving 0 001 @ 00093483 n 0000 | saving the lives of drowning persons; "he took a course in lifesaving"
-00094001 04 n 02 redemption 1 salvation 0 007 @ 00093483 n 0000 ;c 06182144 n 0000 + 03109399 a 0102 + 02551602 v 0102 ~ 00094240 n 0000 ~ 00094788 n 0000 ~ 00095121 n 0000 | (theology) the act of delivering from sin or saving from evil
-00094240 04 n 04 absolution 0 remission 0 remittal 0 remission_of_sin 0 004 @ 00094001 n 0000 #p 01039140 n 0000 + 00903711 v 0102 ~ 00094500 n 0000 | the act of absolving or remitting; formal redemption as pronounced by a priest in the sacrament of penance
-00094500 04 n 01 indulgence 2 002 @ 00094240 n 0000 ;c 08083599 n 0000 | the remission by the pope of the temporal punishment in purgatory that is still due for sins even after absolution; "in the Middle Ages the unrestricted sale of indulgences by pardoners became a widespread abuse"
-00094788 04 n 03 conversion 1 rebirth 0 spiritual_rebirth 0 002 @ 00094001 n 0000 ~ 00094954 n 0000 | a spiritual enlightenment causing a person to lead a new life
-00094954 04 n 01 proselytism 0 001 @ 00094788 n 0000 | the state of being a proselyte; spiritual rebirth resulting from the zeal of crusading advocacy of the gospel
-00095121 04 n 03 expiation 0 atonement 0 propitiation 1 004 @ 00094001 n 0000 + 01796800 v 0202 + 02520509 v 0101 ~ 00095329 n 0000 | the act of atoning for sin or wrongdoing (especially appeasing a deity)
-00095329 04 n 02 reparation 0 amends 0 003 @ 00095121 n 0000 + 02250625 v 0103 + 00199912 v 0104 | something done or paid in expiation of a wrong; "how can I make amends"
-00095502 04 n 03 liberation 2 release 1 freeing 0 015 @ 00035189 n 0000 + 02422026 v 0301 + 02421374 v 0301 + 02421374 v 0203 + 02421374 v 0102 + 02497062 v 0101 ~ 00095873 n 0000 ~ 00805337 n 0000 ~ 01075567 n 0000 ~ 01244593 n 0000 ~ 01247413 n 0000 ~ 01247647 n 0000 ~ 01247807 n 0000 ~ 01257701 n 0000 ~ 01258251 n 0000 | the act of liberating someone or something
-00095873 04 n 01 jail_delivery 0 001 @ 00095502 n 0000 | the use of force to liberate prisoners
-00095971 04 n 02 reclamation 0 reformation 1 005 @ 00093483 n 0000 + 00384620 v 0201 + 00167934 v 0201 + 00265386 v 0201 + 00384620 v 0102 | rescuing from error and returning to a rightful course; "the reclamation of delinquent children"
-00096211 04 n 01 salvage 0 001 @ 00093483 n 0000 | the act of rescuing a ship or its crew or its cargo from a shipwreck or a fire
-00096343 04 n 01 salvage 1 003 @ 00093483 n 0000 + 02550868 v 0101 + 02550868 v 0102 | the act of saving goods or property that were in danger of damage or destruction
-00096513 04 n 01 salvation 2 002 @ 00093483 n 0000 + 02550868 v 0102 | saving someone or something from harm or from an unpleasant situation; "the salvation of his party was the president's major concern"
-00096720 04 n 01 search_and_rescue_mission 0 001 @ 00093483 n 0000 | a rescue mission to search for survivors and to rescue them
-00096851 04 n 01 ransom 0 002 @ 00045907 n 0000 + 02256998 v 0101 | the act of freeing from captivity or punishment
-00096969 04 n 02 recapture 0 retaking 0 004 @ 00045907 n 0000 + 02304013 v 0202 + 01439604 v 0101 + 02304013 v 0101 | the act of taking something back
-00097122 04 n 01 recapture 1 001 @ 00085219 n 0000 | a legal seizure by the government of profits beyond a fixed amount
-00097244 04 n 01 invocation 1 002 @ 00044150 n 0000 + 00755447 v 0102 | the act of appealing for help
-00097348 04 n 01 instrumentation 0 002 @ 00044150 n 0000 + 02340543 v 0101 | the act of providing or using the instruments needed for some implementation
-00097504 04 n 04 performance 0 execution 2 carrying_out 1 carrying_into_action 0 007 @ 00037396 n 0000 + 01712704 v 0202 + 01712704 v 0101 ~ 00097923 n 0000 ~ 00098051 n 0000 ~ 00098385 n 0000 ~ 00548173 n 0000 | the act of performing; of doing something successfully; using knowledge as distinguished from merely possessing it; "they criticised his performance as mayor"; "experience generally improves performance"
-00097923 04 n 01 specific_performance 0 001 @ 00097504 n 0000 | the performance of a legal contract as specified by its terms
-00098051 04 n 01 linguistic_performance 0 002 @ 00097504 n 0000 ;c 06172789 n 0000 | (linguistics) a speaker's actual use of language in real situations; what the speaker actually says, including grammatical errors and other non-linguistic features such as hesitations and other disfluencies (contrasted with linguistic competence)
-00098385 04 n 02 mechanism 0 mechanics 0 003 @ 00097504 n 0000 + 02890983 a 0201 + 01499686 a 0201 | the technical aspects of doing something; "a mechanism of social control"; "mechanisms of communication"; "the mechanics of prose style"
-00098625 04 n 01 service 6 004 @ 01210816 n 0000 ~ 00098822 n 0000 ~ 00098939 n 0000 ~ 00099061 n 0000 | the performance of duties by a waiter or servant; "that restaurant has excellent service"
-00098822 04 n 01 curb_service 0 001 @ 00098625 n 0000 | service provided to customers who remain in their vehicles
-00098939 04 n 01 self-service 0 001 @ 00098625 n 0000 | the practice of serving yourself (as in a grocery or cafeteria)
-00099061 04 n 01 valet_parking 0 001 @ 00098625 n 0000 | a service provided (at a club or restaurant or airport etc.) whereby a patron leaves a car at the entrance and an attendant parks and retrieves it
-00099267 04 n 02 dramatic_production 0 dramatic_performance 0 001 @ 00550771 n 0000 | the act of performing a drama; "the group joined together in a dramatic production"
-00099439 04 n 01 encore 0 002 @ 00550771 n 0000 + 00754313 v 0101 | an extra or repeated performance; usually given in response to audience demand
-00099588 04 n 03 extemporization 0 extemporisation 0 improvisation 1 004 @ 00550771 n 0000 + 01728840 v 0301 + 01728840 v 0205 + 01728840 v 0104 | a performance given extempore without planning or preparation
-00099799 04 n 02 juggle 0 juggling 0 003 @ 00550771 n 0000 + 01604814 v 0201 + 01604814 v 0101 | throwing and catching several objects simultaneously
-00099951 04 n 09 magic_trick 0 conjuring_trick 0 trick 2 magic 1 legerdemain 0 conjuration 0 thaumaturgy 0 illusion 2 deception 1 006 @ 00550771 n 0000 + 10280674 n 0805 + 01576071 a 0403 + 10280674 n 0401 ~ 00552219 n 0000 ~ 00552312 n 0000 | an illusory feat; considered magical by naive observers
-00100253 04 n 01 musical_performance 0 006 @ 00550771 n 0000 @ 06157326 n 0000 ~ 00101191 n 0000 ~ 00102374 n 0000 ~ 00545501 n 0000 %p 01053207 n 0000 | the act of performing music
-00100437 04 n 01 one-night_stand 0 001 @ 00550771 n 0000 | a performance in one place on one night only
-00100543 04 n 03 rendition 1 rendering 1 interpretation 2 008 @ 00550771 n 0000 + 01686132 v 0302 + 01732172 v 0301 + 00938247 v 0302 + 01732172 v 0202 + 01732172 v 0102 ~ 00100889 n 0000 ~ 00101003 n 0000 | the act of interpreting something as expressed in an artistic performance; "her rendition of Milton's verse was extraordinarily moving"
-00100889 04 n 01 reinterpretation 0 002 @ 00100543 n 0000 + 00938899 v 0101 | a new or different interpretation
-00101003 04 n 01 spin 3 001 @ 00100543 n 0000 | a distinctive interpretation (especially as used by politicians to sway public opinion); "the campaign put a favorable spin on the story"
-00101191 04 n 01 playing 1 008 @ 00100253 n 0000 + 01725051 v 0101 + 01726172 v 0101 + 01724459 v 0101 ~ 00101410 n 0000 ~ 00101708 n 0000 ~ 00101809 n 0000 ~ 00102162 n 0000 | the act of playing a musical instrument
-00101410 04 n 01 bowing 0 002 @ 00101191 n 0000 ~ 00101570 n 0000 | managing the bow in playing a stringed instrument; "the violinist's bowing was excellent"
-00101570 04 n 02 spiccato 0 spiccato_bowing 0 001 @ 00101410 n 0000 | bowing in such a way that the bow bounces lightly off the strings
-00101708 04 n 01 piping 0 002 @ 00101191 n 0000 + 01727684 v 0101 | playing a pipe or the bagpipes
-00101809 04 n 01 stopping 0 002 @ 00101191 n 0000 ~ 00102039 n 0000 | the kind of playing that involves pressing the fingers on the strings of a stringed instrument to control the pitch; "the violinist's stopping was excellent"
-00102039 04 n 01 double_stopping 0 001 @ 00101809 n 0000 | stopping two strings and producing two notes at the same time
-00102162 04 n 01 transposition 1 003 @ 00101191 n 0000 ;c 07020895 n 0000 + 00380872 v 0101 | (music) playing in a different key from the key intended; moving the pitch of a piece of music upwards or downwards
-00102374 04 n 01 jam_session 0 001 @ 00100253 n 0000 | an impromptu jazz concert
-00102457 04 n 03 automation 0 mechanization 0 mechanisation 0 005 @ 00950858 n 0000 + 00479598 v 0302 + 00479598 v 0201 + 00479932 v 0103 ~ 00102779 n 0000 | the act of implementing the control of equipment with advanced technology; usually involving electronic hardware; "automation replaces human workers by machines"
-00102779 04 n 02 computerization 0 cybernation 0 003 @ 00102457 n 0000 + 01718952 v 0201 + 01718952 v 0102 | the control of processes by computer
-00102927 04 n 02 motorization 0 motorisation 0 005 @ 00044150 n 0000 + 00480751 v 0204 + 02226172 v 0101 + 02226013 v 0101 + 00480751 v 0103 | the act of motorizing (equiping with motors or with motor vehicles)
-00103140 04 n 02 launching 0 launch 0 004 @ 00045250 n 0000 + 01515415 v 0201 + 01514655 v 0201 ~ 00103419 n 0000 | the act of propelling with force
-00103291 04 n 01 launching 2 001 @ 00045250 n 0000 | the act of moving a newly built vessel into the water for the first time
-00103419 04 n 02 rocket_firing 0 rocket_launching 0 003 @ 00103140 n 0000 ~ 00103590 n 0000 ~ 00103737 n 0000 | the launching of a rocket or missile under its own power
-00103590 04 n 02 blastoff 0 shot 7 002 @ 00103419 n 0000 + 01515056 v 0101 | the launching of a missile or spacecraft to a specified destination
-00103737 04 n 01 moon_shot 0 001 @ 00103419 n 0000 | the launching of a spacecraft to the moon
-00103834 04 n 03 drive 4 thrust 0 driving_force 0 005 @ 00045250 n 0000 + 02062212 v 0204 + 01506157 v 0102 ~ 00104088 n 0000 ~ 00104249 n 0000 | the act of applying force to propel something; "after reaching the desired velocity the drive is cut off"
-00104088 04 n 01 firewall 0 002 @ 00103834 n 0000 ;u 07075172 n 0000 | (colloquial) the application of maximum thrust; "he moved the throttle to the firewall"
-00104249 04 n 03 impulse 1 impulsion 0 impetus 0 002 @ 00103834 n 0000 + 01511706 v 0202 | the act of applying force suddenly; "the impulse knocked him over"
-00104409 04 n 02 roll 2 bowl 0 002 @ 00045250 n 0000 #p 00041740 n 0000 | the act of rolling something (as the ball in bowling)
-00104539 04 n 01 throw 0 015 @ 00045250 n 0000 + 01508368 v 0101 ~ 00104976 n 0000 ~ 00105164 n 0000 ~ 00105271 n 0000 ~ 00105479 n 0000 ~ 00105624 n 0000 ~ 00105820 n 0000 ~ 00106104 n 0000 ~ 00106272 n 0000 ~ 00106726 n 0000 ~ 00106888 n 0000 ~ 00107016 n 0000 ~ 00107137 n 0000 ~ 01246206 n 0000 | the act of throwing (propelling something with a rapid movement of the arm and wrist); "the catcher made a good throw to second base"
-00104976 04 n 01 bowling 2 005 @ 00104539 n 0000 ;c 00476389 n 0000 ~ 00476952 n 0000 ~ 00477097 n 0000 ~ 00477268 n 0000 | (cricket) the act of delivering a cricket ball to the batsman
-00105164 04 n 01 fling 2 003 @ 00104539 n 0000 + 02222318 v 0102 + 01512465 v 0101 | the act of flinging
-00105271 04 n 02 heave 0 heaving 0 003 @ 00104539 n 0000 + 01507792 v 0201 + 01507792 v 0101 | throwing something heavy (with great effort); "he gave it a mighty heave"; "he was not good at heaving passes"
-00105479 04 n 02 hurl 0 cast 3 005 @ 00104539 n 0000 + 01632897 v 0202 + 01507143 v 0203 + 02062212 v 0102 + 01507143 v 0101 | a violent throw
-00105624 04 n 01 leaner 0 004 @ 00104539 n 0000 ;c 00467320 n 0000 + 02038357 v 0101 + 01606574 v 0101 | (horseshoes) the throw of a horseshoe so as to lean against (but not encircle) the stake
-00105820 04 n 03 pass 0 toss 0 flip 0 008 @ 00104539 n 0000 ;c 00523513 n 0000 + 01512625 v 0301 + 01893465 v 0301 + 01893601 v 0301 + 01514525 v 0202 + 01512625 v 0202 ~ 00120943 n 0000 | (sports) the act of throwing the ball to another member of your team; "the pass was fumbled"
-00106104 04 n 01 pitch 0 002 @ 00104539 n 0000 + 01512625 v 0104 | the action or manner of throwing something; "his pitch fell short and his hat landed on the floor"
-00106272 04 n 02 pitch 3 delivery 3 019 @ 00104539 n 0000 ;c 00471613 n 0000 + 01509079 v 0102 ~ 00107279 n 0000 ~ 00107400 n 0000 ~ 00107551 n 0000 ~ 00107684 n 0000 ~ 00107875 n 0000 ~ 00108081 n 0000 ~ 00108181 n 0000 ~ 00108427 n 0000 ~ 00108545 n 0000 ~ 00108665 n 0000 ~ 00108818 n 0000 ~ 00108965 n 0000 ~ 00109227 n 0000 ~ 00109414 n 0000 ~ 00109771 n 0000 ~ 00109892 n 0000 | (baseball) the act of throwing a baseball by a pitcher to a batter
-00106726 04 n 01 ringer 0 002 @ 00104539 n 0000 ;c 00467320 n 0000 | (horseshoes) the successful throw of a horseshoe or quoit so as to encircle a stake or peg
-00106888 04 n 01 shy 0 002 @ 00104539 n 0000 + 01509492 v 0101 | a quick throw; "he gave the ball a shy to the first baseman"
-00107016 04 n 01 slinging 0 002 @ 00104539 n 0000 + 01514348 v 0101 | throwing with a wide motion (as if with a sling)
-00107137 04 n 01 throw-in 0 002 @ 00104539 n 0000 ;c 00470966 n 0000 | (rugby) an act or instance of throwing a ball in to put it into play
-00107279 04 n 01 balk 0 002 @ 00106272 n 0000 + 02452379 a 0102 | an illegal pitching motion while runners are on base
-00107400 04 n 01 ball 0 001 @ 00106272 n 0000 | a pitch that is not in the strike zone; "he threw nine straight balls before the manager yanked him"
-00107551 04 n 02 beanball 0 beaner 0 002 @ 00106272 n 0000 + 01400856 v 0201 | a baseball deliberately thrown at the batter's head
-00107684 04 n 04 change-up 0 change-of-pace 0 change-of-pace_ball 0 off-speed_pitch 0 001 @ 00106272 n 0000 | a baseball thrown with little velocity when the batter is expecting a fastball
-00107875 04 n 04 curve 2 curve_ball 0 breaking_ball 0 bender 2 002 @ 00106272 n 0000 + 02033137 v 0401 | a pitch of a baseball that is thrown with spin so that its path curves as it approaches the batter
-00108081 04 n 01 duster 0 001 @ 00106272 n 0000 | a pitch thrown deliberately close to the batter
-00108181 04 n 05 fastball 0 heater 0 smoke 2 hummer 0 bullet 0 003 @ 00106272 n 0000 ;c 00471613 n 0000 ~ 00109081 n 0000 | (baseball) a pitch thrown with maximum velocity; "he swung late on the fastball"; "he showed batters nothing but smoke"
-00108427 04 n 02 knuckleball 0 knuckler 0 001 @ 00106272 n 0000 | a baseball pitch thrown with little speed or spin
-00108545 04 n 01 overhand_pitch 0 001 @ 00106272 n 0000 | a baseball pitch in which the hand moves above the shoulder
-00108665 04 n 01 passed_ball 0 001 @ 00106272 n 0000 | a pitch that the catcher should have caught but did not; allows a base runner to advance a base
-00108818 04 n 01 screwball 0 001 @ 00106272 n 0000 | a pitch with reverse spin that curves toward the side of the plate from which it was thrown
-00108965 04 n 01 sinker 0 001 @ 00106272 n 0000 | a pitch that curves downward rapidly as it approaches the plate
-00109081 04 n 01 slider 0 002 @ 00108181 n 0000 + 01870275 v 0105 | a fastball that curves slightly away from the side from which it was thrown
-00109227 04 n 02 spitball 0 spitter 0 001 @ 00106272 n 0000 | an illegal pitch in which a foreign substance (spit or Vaseline) is applied to the ball by the pitcher before he throws it
-00109414 04 n 01 strike 5 002 @ 00106272 n 0000 + 01123887 v 0101 | (baseball) a pitch that the batter swings at and misses, or that the batter hits into foul territory, or that the batter does not swing at but the umpire judges to be in the area over home plate and between the batter's knees and shoulders; "this pitcher throws more strikes than balls"
-00109771 04 n 02 submarine_ball 0 submarine_pitch 0 001 @ 00106272 n 0000 | a pitch thrown sidearm instead of overhead
-00109892 04 n 01 wild_pitch 0 001 @ 00106272 n 0000 | an errant pitch that the catcher cannot be expected to catch and that allows a base runner to advance a base
-00110057 04 n 01 basketball_shot 0 013 @ 00788632 n 0000 #p 00480993 n 0000 ~ 00110415 n 0000 ~ 00110554 n 0000 ~ 00110834 n 0000 ~ 00110964 n 0000 ~ 00111358 n 0000 ~ 00111503 n 0000 ~ 00111660 n 0000 ~ 00111839 n 0000 ~ 00111962 n 0000 ~ 00112072 n 0000 ~ 00112185 n 0000 | throwing the basketball toward the hoop; "his shot hit the rim and bounced out"
-00110415 04 n 01 bank_shot 0 001 @ 00110057 n 0000 | a basketball shot that bounces off of the backboard before passing through the hoop
-00110554 04 n 03 dunk 0 dunk_shot 0 stuff_shot 0 003 @ 00110057 n 0000 + 01597662 v 0101 ~ 00110745 n 0000 | a basketball shot in which the basketball is propelled downward into the basket
-00110745 04 n 01 slam_dunk 0 002 @ 00110554 n 0000 + 01597832 v 0101 | a forceful dunk
-00110834 04 n 01 finger-roll 0 001 @ 00110057 n 0000 | a basketball shot that rolls off the tips of the fingers into the basket
-00110964 04 n 06 foul_shot 0 free_throw 0 penalty_free_throw 0 charity_toss 0 charity_throw 0 charity_shot 0 002 @ 00110057 n 0000 ~ 00111222 n 0000 | an unhindered basketball shot from the foul line; given to penalize the other team for committing a foul
-00111222 04 n 01 one-and-one 0 001 @ 00110964 n 0000 | a foul shot that must be made in order to earn the right to a second foul shot
-00111358 04 n 02 hook_shot 0 hook 3 001 @ 00110057 n 0000 | a basketball shot made over the head with the hand that is farther from the basket
-00111503 04 n 02 jumper 0 jump_shot 0 002 @ 00110057 n 0000 ;c 00480993 n 0000 | (basketball) a player releases the basketball at the high point of a jump
-00111660 04 n 02 lay-up 0 layup 0 001 @ 00110057 n 0000 | a basketball shot made with one hand from a position under or beside the basket (and usually banked off the backboard)
-00111839 04 n 01 pivot_shot 0 001 @ 00110057 n 0000 | a one-handed basketball shot made while whirling on the pivot foot
-00111962 04 n 01 set_shot 0 001 @ 00110057 n 0000 | a two-handed basketball shot from a stationary position
-00112072 04 n 01 scoop_shot 0 001 @ 00110057 n 0000 | a basketball shot made with an underhand scooping motion
-00112185 04 n 01 tip_in 0 001 @ 00110057 n 0000 | a basketball shot made by tapping the rebounding ball back into the basket
-00112312 04 n 02 push 0 pushing 0 011 @ 00045250 n 0000 + 01871979 v 0201 + 01447632 v 0102 + 01872877 v 0101 + 01872645 v 0101 + 01871979 v 0101 ~ 00112674 n 0000 ~ 00112997 n 0000 ~ 00113113 n 0000 ~ 00113726 n 0000 ~ 01211339 n 0000 | the act of applying force in order to move something away; "he gave the door a hard push"; "the pushing is good exercise"
-00112674 04 n 01 depression 1 003 @ 00112312 n 0000 + 01574766 v 0102 ~ 00112828 n 0000 | pushing down; "depression of the space bar on the typewriter"
-00112828 04 n 02 click 0 mouse_click 0 002 @ 00112674 n 0000 + 01893771 v 0102 | depression of a button on a computer mouse; "a click on the right button for example"
-00112997 04 n 02 nudge 0 jog 1 003 @ 00112312 n 0000 + 01231528 v 0201 + 01231252 v 0101 | a slight push or shake
-00113113 04 n 03 press 0 pressure 0 pressing 0 012 @ 00112312 n 0000 + 01387786 v 0306 + 01390616 v 0301 + 01447257 v 0301 + 01447257 v 0201 + 01447632 v 0101 + 01754105 v 0101 + 01387786 v 0106 + 01390616 v 0101 + 01447257 v 0101 ~ 00113532 n 0000 ~ 00356790 n 0000 | the act of pressing; the exertion of pressure; "he gave the button a press"; "he used pressure to stop the bleeding"; "at the pressing of a button"
-00113532 04 n 01 impression 1 002 @ 00113113 n 0000 + 01531742 v 0101 | the act of pressing one thing on or into the surface of another; "he watched the impression of the seal on the hot wax"
-00113726 04 n 01 shove 0 006 @ 00112312 n 0000 + 02094569 v 0103 + 01584701 v 0101 + 01871680 v 0102 ~ 00113954 n 0000 ~ 00114095 n 0000 | the act of shoving (giving a push to someone or something); "he gave the door a shove"
-00113954 04 n 01 bundling 1 001 @ 00113726 n 0000 | the act of shoving hastily; "she complained about bundling the children off to school"
-00114095 04 n 02 jostle 0 jostling 0 006 @ 00113726 n 0000 + 01914453 v 0201 + 01871680 v 0201 + 01871680 v 0101 + 01914453 v 0101 ~ 00114298 n 0000 | the act of jostling (forcing your way by pushing)
-00114298 04 n 01 elbowing 0 002 @ 00114095 n 0000 + 01873942 v 0101 | jostling with the elbows; "elbowing is a foul in basketball"
-00114431 04 n 02 pull 0 pulling 0 013 @ 00045250 n 0000 + 01609287 v 0201 + 01448100 v 0201 + 01609287 v 0101 + 01505254 v 0102 + 01448100 v 0101 ~ 00114871 n 0000 ~ 00115036 n 0000 ~ 00115500 n 0000 ~ 00115667 n 0000 ~ 00115803 n 0000 ~ 00116008 n 0000 ~ 00116122 n 0000 | the act of pulling; applying force to move something toward or with you; "the pull up the hill had him breathing harder"; "his strenuous pulling strained his back"
-00114871 04 n 01 drag 0 003 @ 00114431 n 0000 + 01454810 v 0104 + 01453433 v 0101 | the act of dragging (pulling with force); "the drag up the hill exhausted him"
-00115036 04 n 03 draw 0 haul 0 haulage 0 007 @ 00114431 n 0000 + 01454810 v 0301 + 01452255 v 0301 + 01452255 v 0201 + 01454810 v 0201 + 01448100 v 0102 ~ 00115292 n 0000 | the act of drawing or hauling something; "the haul up the hill went very slowly"
-00115292 04 n 02 tow 0 towage 0 003 @ 00115036 n 0000 + 01454431 v 0201 + 01454431 v 0101 | the act of hauling something (as a vehicle) by means of a hitch or rope; "the truck gave him a tow to the garage"
-00115500 04 n 02 tug 0 jerk 1 006 @ 00114431 n 0000 + 01891817 v 0201 + 01592072 v 0202 + 01453256 v 0101 + 01453109 v 0101 + 01452918 v 0101 | a sudden abrupt pull
-00115667 04 n 03 draft 0 draught 0 drawing 4 002 @ 00114431 n 0000 + 01448100 v 0302 | the act of moving a load by drawing or pulling
-00115803 04 n 03 extirpation 1 excision 1 deracination 0 004 @ 00114431 n 0000 + 01566916 v 0303 + 01662118 v 0103 + 01566916 v 0102 | the act of pulling up or out; uprooting; cutting off from existence
-00116008 04 n 01 pluck 0 002 @ 00114431 n 0000 + 01452546 v 0101 | the act of pulling and releasing a taut cord
-00116122 04 n 01 traction 0 002 @ 00114431 n 0000 ;c 06064106 n 0000 | (orthopedics) the act of pulling on a bone or limb (as in a fracture) to relieve pressure or align parts in a special way during healing; "his leg was in traction for several days"
-00116376 04 n 03 lift 0 raise 0 heave 2 007 @ 00045250 n 0000 + 01455866 v 0301 + 01974062 v 0201 + 01973759 v 0202 + 01455184 v 0102 + 01973759 v 0101 + 01974062 v 0102 | the act of raising something; "he responded with a lift of his eyebrow"; "fireman learn several different raises for getting ladders up"
-00116687 04 n 04 expulsion 0 projection 0 ejection 1 forcing_out 0 010 @ 00045250 n 0000 + 02076999 v 0301 + 01375637 v 0304 + 00104868 v 0304 + 00104868 v 0103 ~ 00117578 n 0000 ~ 00117810 n 0000 ~ 00118445 n 0000 ~ 00118552 n 0000 ~ 00118733 n 0000 | the act of expelling or projecting or ejecting
-00116989 04 n 01 defenestration 0 002 @ 00206927 n 0000 + 01508884 v 0101 | the act of throwing someone or something out of a window
-00117124 04 n 01 accommodation_reflex 0 001 @ 00863513 n 0000 | reflex changes in the eyes that enable an object to be focused on the retina
-00117267 04 n 03 Babinski 0 Babinski_reflex 0 Babinski_sign 0 001 @ 00863513 n 0000 | extension upward of the toes when the sole of the foot is stroked firmly on the outer side from the heel to the front; normal in infants under the age of two years but a sign of brain or spinal cord injury in older persons
-00117578 04 n 05 belch 0 belching 0 burp 0 burping 0 eructation 0 005 @ 00863513 n 0000 @ 00116687 n 0000 + 00003431 v 0504 + 00003431 v 0301 + 00003431 v 0103 | a reflex that expels gas noisily from the stomach through the mouth
-00117810 04 n 01 belching 1 001 @ 00116687 n 0000 | the forceful expulsion of something from inside; "the belching of smoke from factory chimneys"
-00117959 04 n 07 blink 0 eye_blink 0 blinking 0 wink 0 winking 0 nictitation 0 nictation 0 009 @ 00863513 n 0000 + 00007739 v 0704 + 00007739 v 0603 + 00007739 v 0502 + 00007739 v 0402 + 00007739 v 0301 + 00008435 v 0102 + 00007739 v 0101 ~ 01265176 n 0000 | a reflex that closes and opens the eyes rapidly
-00118268 04 n 02 blush 0 flush 0 003 @ 00863513 n 0000 + 00103317 v 0203 + 00103317 v 0101 | sudden reddening of the face (as from embarrassment or guilt or shame or modesty)
-00118445 04 n 01 coughing_up 0 001 @ 00116687 n 0000 | the act of expelling (food or phlegm) by coughing
-00118552 04 n 03 spit 0 spitting 0 expectoration 0 004 @ 00116687 n 0000 + 00006238 v 0301 + 00101956 v 0201 + 00101956 v 0101 | the act of spitting (forcefully expelling saliva)
-00118733 04 n 06 vomit 0 vomiting 0 emesis 0 regurgitation 0 disgorgement 0 puking 0 010 @ 00863513 n 0000 @ 00116687 n 0000 + 00076400 v 060b + 00076400 v 0508 + 00076400 v 0412 + 00076400 v 0201 + 00076400 v 0101 ~ 00119079 n 0000 ~ 00119210 n 0000 ~ 00119297 n 0000 | the reflex act of ejecting the contents of the stomach through the mouth
-00119079 04 n 01 rumination 0 001 @ 00118733 n 0000 | regurgitation of small amounts of food; seen in some infants after feeding
-00119210 04 n 02 hematemesis 0 haematemesis 0 001 @ 00118733 n 0000 | vomiting blood
-00119297 04 n 01 hyperemesis 0 002 @ 00118733 n 0000 ~ 00119402 n 0000 | severe and excessive vomiting
-00119402 04 n 01 hyperemesis_gravidarum 0 001 @ 00119297 n 0000 | hyperemesis during pregnancy; if severe it can result in damage to the brain and liver and kidney
-00119568 04 n 02 jump 0 jumping 1 009 @ 00045250 n 0000 + 01963942 v 0201 + 01963942 v 0101 ~ 00119893 n 0000 ~ 00120010 n 0000 ~ 00120202 n 0000 ~ 00120515 n 0000 ~ 00120647 n 0000 ~ 00512351 n 0000 | the act of jumping; propelling yourself off the ground; "he advanced in a series of jumps"; "the jumping was unexpected"
-00119893 04 n 01 header 1 001 @ 00119568 n 0000 | a headlong jump (or fall); "he took a header into the shrubbery"
-00120010 04 n 01 hop 0 005 @ 00119568 n 0000 + 02094788 v 0101 + 02094922 v 0101 + 02095211 v 0101 + 01966861 v 0101 | the act of hopping; jumping upward or forward (especially on one foot)
-00120202 04 n 06 leap 0 leaping 0 spring 0 saltation 0 bound 0 bounce 0 010 @ 00119568 n 0000 + 01963942 v 0503 + 01892104 v 0505 + 01965464 v 0401 + 01892104 v 0304 + 01963942 v 0304 + 01965156 v 0102 + 01963942 v 0102 ~ 00512267 n 0000 ~ 01258161 n 0000 | a light, self-propelled movement upwards or forwards
-00120515 04 n 02 vault 0 hurdle 0 003 @ 00119568 n 0000 + 01967205 v 0201 + 01966168 v 0101 | the act of jumping over an obstacle
-00120647 04 n 01 jumping_up_and_down 0 001 @ 00119568 n 0000 | jumping in one spot (as in excitement); "the wailing and jumping up and down exhausted him"
-00120804 04 n 01 lob 0 002 @ 00045250 n 0000 + 01513290 v 0101 | the act of propelling something (as a ball or shell etc.) in a high arc
-00120943 04 n 02 centering 0 snap 1 003 @ 00105820 n 0000 ;c 00469651 n 0000 + 01402872 v 0201 | (American football) putting the ball in play by passing it (between the legs) to a back; "the quarterback fumbled the snap"
-00121166 04 n 01 sending 0 006 @ 00042311 n 0000 + 01951480 v 0101 + 01437254 v 0101 + 01062555 v 0101 + 01031256 v 0103 ~ 00121366 n 0000 | the act of causing something to go (especially messages)
-00121366 04 n 03 transmission 1 transmittal 0 transmitting 0 008 @ 00121166 n 0000 + 01435380 v 0301 + 02079933 v 0203 + 01435380 v 0201 + 01435380 v 0101 ~ 00121645 n 0000 ~ 00122338 n 0000 ~ 00907071 n 0000 | the act of sending a message; causing a message to be transmitted
-00121645 04 n 01 forwarding 1 003 @ 00121366 n 0000 + 01955508 v 0101 ~ 00121904 n 0000 | the act of sending on to another destination; "the forwarding of mail to a new address is done automatically"; "the forwarding of resumes to the personnel department"
-00121904 04 n 01 referral 0 003 @ 00121645 n 0000 + 01952898 v 0101 ~ 00122106 n 0000 | the act of referring (as forwarding an applicant for employment or referring a matter to an appropriate agency)
-00122106 04 n 03 remission 1 remitment 0 remit 0 005 @ 00121904 n 0000 ;c 08441203 n 0000 + 00949974 v 0301 + 00949974 v 0201 + 00949974 v 0101 | (law) the act of remitting (especially the referral of a law case to another court)
-00122338 04 n 02 mailing 0 posting 0 004 @ 00121366 n 0000 + 01031256 v 0202 + 01437888 v 0101 + 01031256 v 0101 | the transmission of a letter; "the postmark indicates the time of mailing"
-00122530 04 n 02 wheeling 0 rolling 0 003 @ 00045250 n 0000 + 01887020 v 0202 + 01887020 v 0101 | propelling something on wheels
-00122661 04 n 02 shooting 0 shot 0 010 @ 00045250 n 0000 + 01134781 v 0102 ~ 00122954 n 0000 ~ 00123143 n 0000 ~ 00123234 n 0000 %p 00123652 n 0000 ~ 00123783 n 0000 ~ 00124256 n 0000 ~ 00124536 n 0000 ~ 00124766 n 0000 | the act of firing a projectile; "his shooting was slow but accurate"
-00122954 04 n 01 shoot 0 004 @ 00122661 n 0000 + 01134781 v 0102 + 01137138 v 0101 ~ 00124342 n 0000 | the act of shooting at targets; "they hold a shoot every weekend during the summer"
-00123143 04 n 01 countershot 0 001 @ 00122661 n 0000 | a return shot; a retaliatory shot
-00123234 04 n 03 discharge 0 firing 2 firing_off 0 006 @ 00122661 n 0000 + 01133825 v 0201 + 01133825 v 0102 + 01134238 v 0102 + 01489332 v 0101 ~ 00123430 n 0000 | the act of discharging a gun
-00123430 04 n 01 gun 0 003 @ 00123234 n 0000 ;c 08199025 n 0000 + 01136614 v 0101 | the discharge of a firearm as signal or as a salute in military ceremonies; "two runners started before the gun"; "a twenty gun salute"
-00123652 04 n 01 fire_control 0 002 @ 01143040 n 0000 #p 00122661 n 0000 | preparation for the delivery of shellfire on a target
-00123783 04 n 02 gunfire 0 gunshot 0 003 @ 00122661 n 0000 ~ 00124008 n 0000 ~ 00124151 n 0000 | the act of shooting a gun; "the gunfire endangered innocent bystanders"; "they retreated in the face of withering enemy fire"
-00124008 04 n 02 enfilade 0 enfilade_fire 0 001 @ 00123783 n 0000 | gunfire directed along the length rather than the breadth of a formation
-00124151 04 n 01 snipe 0 002 @ 00123783 n 0000 + 01135501 v 0102 | a gunshot from a concealed location
-00124256 04 n 01 headshot 0 001 @ 00122661 n 0000 | a shot aimed at a person's head
-00124342 04 n 03 skeet 0 skeet_shooting 0 trapshooting 0 001 @ 00122954 n 0000 | the sport of shooting at clay pigeons that are hurled upward in such a way as to simulate the flight of a bird
-00124536 04 n 01 shellfire 0 001 @ 00122661 n 0000 | shooting artillery shells
-00124617 04 n 03 gunfight 0 gunplay 0 shootout 0 001 @ 01170962 n 0000 | a fight involving shooting small arms with the intent to kill or frighten
-00124766 04 n 01 potshot 0 001 @ 00122661 n 0000 | a shot taken at an easy or casual target (as by a pothunter)
-00124880 04 n 02 contact 0 physical_contact 0 006 @ 00046522 n 0000 + 01205696 v 0104 ~ 00125126 n 0000 ~ 00127866 n 0000 ~ 00128324 n 0000 ~ 00138441 n 0000 | the act of touching physically; "her fingers came in contact with the light switch"
-00125126 04 n 02 rub 0 wipe 0 005 @ 00124880 n 0000 + 01392237 v 0201 + 02119874 v 0101 + 01249724 v 0101 ~ 00125315 n 0000 | the act of rubbing or wiping; "he gave the hood a quick rub"
-00125315 04 n 01 scuff 0 002 @ 00125126 n 0000 + 01917845 v 0101 | the act of scuffing (scraping or dragging the feet)
-00125436 04 n 03 tap 0 pat 0 dab 0 007 @ 00046522 n 0000 + 01233194 v 0301 + 01233027 v 0301 + 01233027 v 0202 + 01243661 v 0202 + 02185373 v 0101 + 01247804 v 0101 | a light touch or stroke
-00125629 04 n 03 hit 0 hitting 0 striking 0 016 @ 00046522 n 0000 + 01410223 v 0301 + 01405044 v 0201 + 01236164 v 0201 + 01400044 v 0201 + 01152396 v 0201 + 01137138 v 0202 + 01400044 v 0101 ~ 00126100 n 0000 ~ 00126236 n 0000 ~ 00128477 n 0000 ~ 00128638 n 0000 ~ 00129089 n 0000 ~ 00131485 n 0000 ~ 00131791 n 0000 ~ 00132219 n 0000 | the act of contacting one thing with another; "repeated hitting raised a large bruise"; "after three misses she finally got a hit"
-00126100 04 n 01 contusion 0 002 @ 00125629 n 0000 + 01492725 v 0102 | the action of bruising; "the bruise resulted from a contusion"
-00126236 04 n 02 crash 0 smash 0 003 @ 00125629 n 0000 + 01561819 v 0101 ~ 00126447 n 0000 | the act of colliding with something; "his crash through the window"; "the fullback's smash into the defensive line"
-00126447 04 n 02 impingement 1 impaction 0 001 @ 00126236 n 0000 | a sharp collision produced by striking or dashing against something
-00126584 04 n 01 batting 0 003 @ 00786195 n 0000 ;c 00471613 n 0000 + 01413173 v 0101 | (baseball) the batter's attempt to get on base
-00126721 04 n 01 fielding 0 004 @ 00140652 n 0000 ;c 00471613 n 0000 + 01082290 v 0101 + 01081852 v 0101 | (baseball) handling the ball while playing in the field
-00126886 04 n 01 catching 0 002 @ 00041188 n 0000 ;c 00471613 n 0000 | (baseball) playing the position of catcher on a baseball team
-00127021 04 n 01 golfing 0 002 @ 00041188 n 0000 + 01146793 v 0101 | playing golf; "he goes south every winter for the golfing"
-00127151 04 n 01 pitching 0 002 @ 00041188 n 0000 ;c 00471613 n 0000 | (baseball) playing the position of pitcher on a baseball team
-00127286 04 n 03 base_on_balls 0 walk 1 pass 4 004 @ 00035189 n 0000 ;c 00471613 n 0000 + 01140654 v 0201 + 01113473 v 0201 | (baseball) an advance to first base by a batter who receives four balls; "he worked the pitcher for a base on balls"
-00127531 04 n 01 best 0 003 @ 00786195 n 0000 + 00227507 a 0101 ! 00127672 n 0101 | the supreme effort one can make; "they did their best"
-00127672 04 n 01 worst 0 003 @ 00786195 n 0000 + 00229630 a 0101 ! 00127531 n 0101 | the weakest effort or poorest achievement one is capable of; "it was the worst he had ever done on a test"
-00127866 04 n 01 fair_ball 0 003 @ 00124880 n 0000 ;c 00471613 n 0000 ! 00128091 n 0101 | (baseball) a ball struck with the bat so that it stays between the lines (the foul lines) that define the width of the playing field
-00128091 04 n 01 foul_ball 0 003 @ 00770997 n 0000 ;c 00471613 n 0000 ! 00127866 n 0101 | (baseball) a ball struck with the bat so that it does not stay between the lines (the foul lines) that define the width of the playing field
-00128324 04 n 01 snick 1 003 @ 00124880 n 0000 #p 00476389 n 0000 + 01408489 v 0101 | a glancing contact with the ball off the edge of the cricket bat
-00128477 04 n 01 bunt 0 003 @ 00125629 n 0000 ;c 00471613 n 0000 + 01408297 v 0101 | (baseball) the act of hitting a baseball lightly without swinging the bat
-00128638 04 n 02 fly 0 fly_ball 0 008 @ 00125629 n 0000 ;c 00471613 n 0000 + 01402765 v 0101 ~ 00128867 n 0000 ~ 00128976 n 0000 ~ 00131608 n 0000 ~ 00150097 n 0000 ~ 00150228 n 0000 | (baseball) a hit that flies up in the air
-00128867 04 n 01 blast 0 003 @ 00128638 n 0000 ;c 00471613 n 0000 + 01401772 v 0104 | a very long fly ball
-00128976 04 n 03 pop_fly 0 pop-fly 0 pop-up 0 002 @ 00128638 n 0000 ;c 00471613 n 0000 | a short high fly ball
-00129089 04 n 04 grounder 0 ground_ball 0 groundball 0 hopper 0 006 @ 00125629 n 0000 ;c 00471613 n 0000 + 01966861 v 0401 + 01406512 v 0101 ~ 00129317 n 0000 ~ 00129435 n 0000 | (baseball) a hit that travels along the ground
-00129317 04 n 02 chop 1 chopper 0 002 @ 00129089 n 0000 + 01415454 v 0201 | a grounder that bounces high in the air
-00129435 04 n 01 roller 0 001 @ 00129089 n 0000 | a grounder that rolls along the infield
-00129527 04 n 01 out 0 004 @ 00066636 n 0000 ;c 00471613 n 0000 ~ 00130093 n 0000 ~ 00130347 n 0000 | (baseball) a failure by a batter or runner to reach a base safely in baseball; "you only get 3 outs per inning"
-00129743 04 n 04 force_out 0 force-out 0 force_play 0 force 0 002 @ 00130093 n 0000 ;c 00471613 n 0000 | a putout of a base runner who is required to run; the putout is accomplished by holding the ball while touching the base to which the runner must advance before the runner reaches that base; "the shortstop got the runner at second on a force"
-00130093 04 n 01 putout 0 007 ;c 00471613 n 0000 @ 00129527 n 0000 + 01615457 v 0101 + 01154382 v 0101 ~ 00129743 n 0000 ~ 00130673 n 0000 ~ 00130846 n 0000 | an out resulting from a fielding play (not a strikeout); "the first baseman made 15 putouts"
-00130347 04 n 01 strikeout 0 004 ;c 00471613 n 0000 @ 00129527 n 0000 + 01154175 v 0102 ~ 00130512 n 0000 | an out resulting from the batter getting three strikes
-00130512 04 n 01 whiff 0 002 @ 00130347 n 0000 + 01409888 v 0101 | a strikeout resulting from the batter swinging at and missing the ball for the third strike
-00130673 04 n 01 fielder's_choice 0 001 @ 00130093 n 0000 | a play made on a ground ball in which the fielder chooses to put out an advancing runner instead of the batter
-00130846 04 n 01 sacrifice 2 003 @ 00130093 n 0000 ;c 00471613 n 0000 ~ 00130987 n 0000 | (baseball) an out that advances the base runners
-00130987 04 n 01 sacrifice_fly 0 001 @ 00130846 n 0000 | a sacrifice made by hitting a long fly ball
-00131090 04 n 02 base_hit 0 safety 0 006 @ 00043902 n 0000 ;c 00471613 n 0000 ~ 00132355 n 0000 ~ 00132601 n 0000 ~ 00132756 n 0000 ~ 00132982 n 0000 | (baseball) the successful act of striking a baseball in such a way that the batter reaches base safely
-00131347 04 n 01 daisy_cutter 0 002 @ 00474568 n 0000 ;c 00523513 n 0000 | a batted or served ball that skims along close to the ground
-00131485 04 n 01 header 0 002 @ 00125629 n 0000 ;c 00478262 n 0000 | (soccer) the act of hitting the ball with your head
-00131608 04 n 02 liner 0 line_drive 0 002 @ 00128638 n 0000 ;c 00471613 n 0000 | (baseball) a hit that flies straight out from the batter; "the batter hit a liner to the shortstop"
-00131791 04 n 02 scorcher 0 screamer 0 001 @ 00125629 n 0000 | a very hard hit ball
-00131877 04 n 02 line-drive_single 0 line_single 0 001 @ 00132601 n 0000 | a single resulting from a line drive
-00131991 04 n 02 line-drive_double 0 line_double 0 001 @ 00132756 n 0000 | a double resulting from a line drive
-00132105 04 n 02 line-drive_triple 0 line_triple 0 001 @ 00132982 n 0000 | a triple resulting from a line drive
-00132219 04 n 02 plunk 0 plunker 0 002 @ 00125629 n 0000 ;c 00471613 n 0000 | (baseball) hitting a baseball so that it drops suddenly
-00132355 04 n 02 homer 0 home_run 0 003 @ 00131090 n 0000 + 01101218 v 0101 ~ 00132497 n 0000 | a base hit on which the batter scores a run
-00132497 04 n 02 solo_homer 0 solo_blast 0 001 @ 00132355 n 0000 | a home run with no runners on base
-00132601 04 n 02 single 0 bingle 0 003 @ 00131090 n 0000 + 01409374 v 0101 ~ 00131877 n 0000 | a base hit on which the batter stops safely at first base
-00132756 04 n 04 double 0 two-base_hit 0 two-bagger 0 two-baser 0 003 @ 00131090 n 0000 + 01409523 v 0101 ~ 00131991 n 0000 | a base hit on which the batter stops safely at second base; "he hit a double to deep centerfield"
-00132982 04 n 03 triple 0 three-base_hit 0 three-bagger 0 003 @ 00131090 n 0000 + 01409642 v 0101 ~ 00132105 n 0000 | a base hit at which the batter stops safely at third base
-00133160 04 n 01 backhander 0 001 @ 01173038 n 0000 | a backhanded blow
-00133234 04 n 01 clip 1 001 @ 01173038 n 0000 | a sharp slanting blow; "he gave me a clip on the ear"
-00133338 04 n 05 knock 0 belt 0 rap 0 whack 0 whang 0 006 @ 01173038 n 0000 + 01412548 v 0501 + 00863433 v 0501 + 01415807 v 0401 + 01414288 v 0301 + 01238640 v 0101 | the act of hitting vigorously; "he gave the table a whack"
-00133567 04 n 01 thwack 0 002 @ 01173038 n 0000 + 01414916 v 0102 | a hard blow with a flat object
-00133668 04 n 03 smack 0 smacking 0 slap 0 005 @ 01173038 n 0000 + 01416871 v 0301 + 01414916 v 0201 + 01414916 v 0101 ~ 00134472 n 0000 | the act of smacking something; a blow delivered with an open hand
-00133875 04 n 01 smacker 1 002 @ 01173038 n 0000 + 01414916 v 0101 | a very powerful blow with the fist
-00133981 04 n 01 knockdown 0 002 @ 01173038 n 0000 + 01412346 v 0104 | a blow that knocks the opponent off his feet
-00134099 04 n 03 knockout 0 KO 0 kayo 0 003 @ 01173038 n 0000 + 01414088 v 0102 ~ 00134246 n 0000 | a blow that renders the opponent unconscious
-00134246 04 n 02 technical_knockout 0 TKO 0 001 @ 00134099 n 0000 | a knockout declared by the referee who judges one boxer unable to continue
-00134391 04 n 01 swat 0 002 @ 01173038 n 0000 + 01396937 v 0101 | a sharp blow
-00134472 04 n 01 spank 0 002 @ 00133668 n 0000 + 01420928 v 0101 | a slap with the flat of the hand
-00134574 04 n 03 whip 0 lash 0 whiplash 0 004 @ 01173038 n 0000 + 01398032 v 0202 + 01411085 v 0205 + 01411085 v 0103 | a quick blow delivered with a whip or whiplike object; "the whip raised a red welt"
-00134780 04 n 06 punch 0 clout 0 poke 0 lick 1 biff 0 slug 0 013 @ 01173038 n 0000 ;c 00445802 n 0000 + 01415585 v 0601 + 01416020 v 0503 + 01414626 v 0303 + 01412759 v 0201 + 01415285 v 0101 ~ 00135504 n 0000 ~ 00135637 n 0000 ~ 00135799 n 0000 ~ 00135952 n 0000 ~ 00136048 n 0000 ~ 00136152 n 0000 | (boxing) a blow with the fist; "I gave him a clout on his nose"
-00135148 04 n 01 box 0 003 @ 01173038 n 0000 + 01419982 v 0101 + 01420765 v 0101 | a blow with the hand (usually on the ear); "I gave him a good box on the ear"
-00135311 04 n 02 dig 2 jab 2 003 @ 00046522 n 0000 + 01229976 v 0201 + 01229976 v 0105 | the act of touching someone suddenly with your finger or elbow; "she gave me a sharp dig in the ribs"
-00135504 04 n 03 counterpunch 0 parry 0 counter 0 002 @ 00134780 n 0000 + 01147060 v 0201 | a return punch (especially by a boxer)
-00135637 04 n 04 haymaker 0 knockout_punch 0 KO_punch 0 Sunday_punch 0 001 @ 00134780 n 0000 | a hard punch that renders the opponent unable to continue boxing
-00135799 04 n 01 hook 0 003 @ 00134780 n 0000 + 01396790 v 0101 ~ 00136230 n 0000 | a short swinging punch delivered from the side with the elbow bent
-00135952 04 n 01 jab 0 002 @ 00134780 n 0000 + 01230555 v 0101 | a quick short straight punch
-00136048 04 n 01 rabbit_punch 0 001 @ 00134780 n 0000 | a short chopping blow to the back of the neck
-00136152 04 n 01 sucker_punch 0 001 @ 00134780 n 0000 | an unexpected punch
-00136230 04 n 01 roundhouse 0 001 @ 00135799 n 0000 | a hook delivered with an exaggerated swing
-00136329 04 n 03 kick 0 boot 0 kicking 0 011 @ 01173038 n 0000 + 01371756 v 0301 + 01370561 v 0301 + 01372556 v 0201 + 01370561 v 0101 + 01371756 v 0101 ~ 00136691 n 0000 ~ 00136876 n 0000 ~ 00136984 n 0000 ~ 00137279 n 0000 ~ 00137877 n 0000 | the act of delivering a blow with the foot; "he gave the ball a powerful kick"; "the team's kicking was excellent"
-00136691 04 n 01 goal-kick 0 002 @ 00136329 n 0000 ;c 00478262 n 0000 | (association football) a kick by the defending side after the attacking side sends the ball over the goal-line
-00136876 04 n 01 goal-kick 1 002 @ 00136329 n 0000 ;c 00470966 n 0000 | (rugby) an attempt to kick a goal
-00136984 04 n 02 punt 0 punting 0 004 @ 00136329 n 0000 ;c 00468480 n 0000 + 01372408 v 0201 + 01372408 v 0101 | (football) a kick in which the football is dropped from the hands and kicked before it touches the ground; "the punt traveled 50 yards"; "punting is an important part of the game"
-00137279 04 n 02 place_kick 0 place-kicking 0 007 @ 00136329 n 0000 ;c 00478262 n 0000 ;c 00468480 n 0000 + 01371044 v 0201 + 01112837 v 0201 ~ 00137534 n 0000 ~ 00241507 n 0000 | (sports) a kick in which the ball is placed on the ground before kicking
-00137534 04 n 01 free_kick 0 003 @ 00137279 n 0000 ;c 00478262 n 0000 ~ 00137709 n 0000 | (soccer) a place kick that is allowed for a foul or infringement by the other team
-00137709 04 n 01 corner_kick 0 001 @ 00137534 n 0000 | a free kick from the corner awarded to the other side when a player has sent the ball behind his own goal line
-00137877 04 n 01 dropkick 0 003 @ 00136329 n 0000 ;c 00468480 n 0000 + 01372026 v 0101 | (football) kicking (as for a field goal) in which the football is dropped and kicked as it touches the ground
-00138078 04 n 01 kiss 1 002 @ 00046522 n 0000 + 01431723 v 0101 | a light glancing touch; "there was a brief kiss of their hands in passing"
-00138221 04 n 03 kiss 0 buss 0 osculation 0 006 @ 00046522 n 0000 + 01431230 v 0304 + 01431230 v 0203 + 01431230 v 0102 ~ 00138599 n 0000 ~ 00138799 n 0000 | the act of caressing with the lips (or an instance thereof)
-00138441 04 n 01 laying_on 0 001 @ 00124880 n 0000 | the act of contacting something with your hand; "peonies can be blighted by the laying on of a finger"
-00138599 04 n 02 smack 1 smooch 0 004 @ 00138221 n 0000 + 01425709 v 0201 + 01431879 v 0101 ~ 00138734 n 0000 | an enthusiastic kiss
-00138734 04 n 01 smacker 0 001 @ 00138599 n 0000 | a loud kiss
-00138799 04 n 03 soul_kiss 0 deep_kiss 0 French_kiss 0 001 @ 00138221 n 0000 | an openmouthed kiss in which your tongue is inserted into the other's mouth
-00138956 04 n 04 catch 0 grab 0 snatch 0 snap 0 015 @ 00046522 n 0000 + 01439745 v 0403 + 01213146 v 0301 + 01439745 v 0301 + 02304648 v 0203 + 02099239 v 0201 + 01350283 v 0201 + 01439190 v 0202 + 01439190 v 0101 ~ 00139544 n 0000 ~ 00139758 n 0000 ~ 00139919 n 0000 ~ 00140112 n 0000 ~ 00140264 n 0000 ~ 00140393 n 0000 | the act of catching an object with the hands; "Mays made the catch with his back to the plate"; "he made a grab for the ball before it landed"; "Martin's snatch at the bridle failed and the horse raced away"; "the infielder's snap and throw was a single motion"
-00139544 04 n 01 fair_catch 0 002 @ 00138956 n 0000 ;c 00469651 n 0000 | (American football) a catch of a punt on the fly by a defensive player who has signalled that he will not run and so should not be tackled
-00139758 04 n 01 interception 1 002 @ 00138956 n 0000 ;c 00469651 n 0000 | (American football) the act of catching a football by a player on the opposing team
-00139919 04 n 01 reception 3 002 @ 00138956 n 0000 ;c 00469651 n 0000 | (American football) the act of catching a pass in football; "the tight end made a great reception on the 20 yard line"
-00140112 04 n 01 rebound 0 002 @ 00138956 n 0000 #p 00480993 n 0000 | the act of securing possession of the rebounding basketball after a missed shot
-00140264 04 n 01 shoestring_catch 0 002 @ 00138956 n 0000 ;c 00471613 n 0000 | (baseball) a running catch made near the ground
-00140393 04 n 04 mesh 0 meshing 0 interlock 0 interlocking 0 005 @ 00138956 n 0000 + 01606018 v 0401 + 01606736 v 0302 + 00405079 v 0301 + 01510827 v 0102 | the act of interlocking or meshing; "an interlocking of arms by the police held the crowd in check"
-00140652 04 n 02 handling 1 manipulation 1 005 @ 00046522 n 0000 + 01211699 v 0201 + 00080929 v 0201 + 01210737 v 0101 ~ 00126721 n 0000 | the action of touching with the hands (or the skillful use of the hands) or by the use of mechanical means
-00140900 04 n 01 fingering 0 003 @ 00046522 n 0000 + 01209678 v 0102 + 01209953 v 0101 | touching something with the fingers
-00141027 04 n 01 grope 0 004 @ 00046522 n 0000 + 01211263 v 0101 + 02530936 v 0101 + 01314738 v 0101 | the act of groping; and instance of groping
-00141176 04 n 01 audit 0 001 @ 00635850 n 0000 | a methodical examination or review of a condition or situation; "he made an audit of all the plants on his property"; "an energy efficiency audit"; "an email log audit"
-00141396 04 n 07 autopsy 0 necropsy 0 postmortem 0 post-mortem 0 PM 0 postmortem_examination 0 post-mortem_examination 0 002 @ 00635850 n 0000 + 02150039 v 0101 | an examination and dissection of a dead body to determine cause of death or the changes produced by disease
-00141669 04 n 01 check-in 0 002 @ 00048374 n 0000 + 00966152 v 0101 | the act of reporting your presence (as at an airport or a hotel)
-00141806 04 n 03 check 5 checkout 0 check-out_procedure 0 008 @ 00879271 n 0000 + 00661824 v 0204 + 02658283 v 0101 + 00920336 v 0102 + 00663353 v 0101 + 00662589 v 0102 + 00661824 v 0101 ~ 00142140 n 0000 | the act of inspecting or verifying; "they made a check of their equipment"; "the pilot ran through the check-out procedure"
-00142140 04 n 01 spot_check 0 002 @ 00141806 n 0000 + 00664111 v 0101 | a check on work performance or product quality made at random times without warning; "spot checks ensure a high level of performance by employees"
-00142361 04 n 06 checkup 0 medical_checkup 0 medical_examination 0 medical_exam 0 medical 0 health_check 0 004 @ 00635850 n 0000 + 02760116 a 0501 %p 07003672 n 0000 %p 07004057 n 0000 | a thorough physical examination; includes a variety of tests depending on the age and sex and health of the person
-00142665 04 n 02 comparison 0 comparing 0 009 @ 00635850 n 0000 + 00653620 v 0201 + 00652900 v 0201 + 00652900 v 0101 ~ 00651088 n 0000 ~ 00651176 n 0000 ~ 00651531 n 0000 ~ 00651670 n 0000 ~ 00651813 n 0000 | the act of examining resemblances; "they made a comparison of noise levels"; "the fractions selected for comparison must require pupils to consider both numerator and denominator"
-00143057 04 n 02 fine-tooth_comb 0 fine-toothed_comb 0 001 @ 00635850 n 0000 | a method of examining in minute detail; "he went over the contract with a fine-tooth comb looking for loopholes"
-00143251 04 n 04 follow-up 0 followup 0 reexamination 0 review 0 007 @ 00635850 n 0000 + 00696189 v 0401 + 00696189 v 0302 + 00486018 v 0202 + 00230276 v 0201 + 00486018 v 0102 + 00230276 v 0101 | a subsequent examination of a patient for the purpose of monitoring earlier treatment
-00143536 04 n 01 going-over 0 001 @ 00635850 n 0000 | a careful and thorough inspection
-00143626 04 n 02 once-over 0 look-over 0 001 @ 00635850 n 0000 | a swift cursory examination or inspection; "I gave him the once-over"
-00143763 04 n 01 ophthalmoscopy 0 001 @ 00635850 n 0000 | examination of the interior of an eye using an ophthalmoscope
-00143885 04 n 02 palpation 0 tactual_exploration 0 004 @ 00635850 n 0000 @ 00046522 n 0000 + 01210352 v 0101 ~ 00144182 n 0000 | a method of examination in which the examiner feels the size or shape or firmness or location of something (of body parts when the examiner is a health professional)
-00144182 04 n 01 ballottement 0 001 @ 00143885 n 0000 | a palpatory technique for feeling a floating object in the body (especially for determining the position of a fetus by feeling the rebound of the fetus after a quick digital tap on the wall of the uterus)
-00144445 04 n 03 tickle 0 tickling 0 titillation 0 006 @ 00046522 n 0000 + 02120140 v 0302 + 02120140 v 0201 + 01431987 v 0201 + 01431987 v 0101 + 02120140 v 0101 | the act of tickling
-00144632 04 n 02 stroke 1 stroking 0 004 @ 00046522 n 0000 + 01225970 v 0201 + 01225970 v 0101 ~ 00144778 n 0000 | a light touch with the hands
-00144778 04 n 01 caress 0 002 @ 00144632 n 0000 + 01226215 v 0101 | a gentle affectionate stroking (or something resembling it); "he showered her with caresses"; "soft music was a fond caress"; "the caresses of the breeze played over his face"
-00145024 04 n 01 tag 0 004 @ 00046522 n 0000 ;c 00471613 n 0000 ;c 00487874 n 0000 + 01600600 v 0101 | (sports) the act of touching a player in a game (which changes their status in the game)
-00145218 04 n 03 joining 0 connection 0 connexion 0 019 @ 00376063 n 0000 + 02389346 v 0303 + 01069190 v 0201 + 02389346 v 0203 + 02622234 v 0104 + 01295275 v 0101 + 01291069 v 0101 ~ 00145779 n 0000 ~ 00145929 n 0000 ~ 00146111 n 0000 ~ 00146277 n 0000 ~ 00146443 n 0000 ~ 00146572 n 0000 ~ 00147187 n 0000 ~ 00147314 n 0000 ~ 00147454 n 0000 ~ 00147595 n 0000 + 01069391 v 0201 + 01069391 v 0301 | the act of bringing two things into contact (especially for communication); "the joining of hands around the table"; "there was a connection via the internet"
-00145779 04 n 01 hit 5 001 @ 00145218 n 0000 | a connection made via the internet to another website; "WordNet gets many hits from users worldwide"
-00145929 04 n 01 interconnection 0 003 @ 00145218 n 0000 ;c 03082979 n 0000 + 01355646 v 0101 | (computer science) the act of interconnecting (wires or computers or theories etc.)
-00146111 04 n 01 intersection 0 002 @ 00145218 n 0000 + 02023396 v 0101 | the act of intersecting (as joining by causing your path to intersect your target's path)
-00146277 04 n 02 approximation 0 bringing_close_together 0 001 @ 00145218 n 0000 | the act of bringing near or bringing together especially the cut edges of tissue
-00146443 04 n 01 concatenation 0 002 @ 00145218 n 0000 + 00190180 v 0101 | the act of linking together as in a series or chain
-00146572 04 n 03 convergence 1 converging 0 convergency 0 010 @ 00145218 n 0000 + 00612114 a 0301 + 02710402 v 0301 + 02032634 v 0301 + 02710402 v 0201 + 02032634 v 0201 + 00368847 v 0201 + 00612114 a 0101 + 02032634 v 0101 ~ 00146856 n 0000 | the act of converging (coming closer)
-00146856 04 n 03 merging 2 meeting 2 coming_together 2 003 @ 00146572 n 0000 + 00367685 v 0103 ~ 00147091 n 0000 | the act of joining together as one; "the merging of the two groups occurred quickly"; "there was no meeting of minds"
-00147091 04 n 02 concourse 0 confluence 2 001 @ 00146856 n 0000 | a coming together of people
-00147187 04 n 02 encounter 1 coming_upon 0 002 @ 00145218 n 0000 + 02023107 v 0103 | a casual meeting with a person or thing
-00147314 04 n 01 articulation 0 002 @ 00145218 n 0000 + 02354287 v 0102 | the act of joining things in such a way that motion is possible
-00147454 04 n 02 junction 0 adjunction 0 003 @ 00145218 n 0000 + 01205696 v 0202 + 01295275 v 0101 | an act of joining or adjoining things
-00147595 04 n 02 fastening 0 attachment 0 010 @ 00145218 n 0000 + 01296462 v 0201 + 01340439 v 0101 ~ 00148653 n 0000 ~ 00148762 n 0000 ~ 00148836 n 0000 ~ 00148978 n 0000 ~ 00149084 n 0000 ~ 00149508 n 0000 ~ 01260182 n 0000 | the act of fastening things together
-00147862 04 n 02 loosening 0 laxation 0 006 @ 00199707 n 0000 + 01284908 v 0103 + 00419375 v 0101 + 00419137 v 0101 ! 00148057 n 0101 ~ 00149262 n 0000 | the act of making something less tight
-00148057 04 n 01 tightening 0 004 @ 00199707 n 0000 + 00420132 v 0101 ! 00147862 n 0101 ~ 00194005 n 0000 | the act of making something tighter; "the tightening of economic controls"
-00148242 04 n 01 ligation 0 004 @ 00149084 n 0000 ;c 06063588 n 0000 + 00083334 v 0101 ~ 00148446 n 0000 | (surgery) tying a duct or blood vessel with a ligature (as to prevent bleeding during surgery)
-00148446 04 n 01 tubal_ligation 0 002 @ 00148242 n 0000 @ 00853487 n 0000 | a sterilization procedure with women; both Fallopian tubes are tied in two places and the tubes removed in between the ligations
-00148653 04 n 02 bonding 0 soldering 0 002 @ 00147595 n 0000 + 01595260 v 0201 | fastening firmly together
-00148762 04 n 01 doweling 0 001 @ 00147595 n 0000 | fastening by dowels
-00148836 04 n 02 grounding 0 earthing 0 003 @ 00147595 n 0000 + 01292727 v 0201 + 01292534 v 0101 | fastening electrical equipment to earth
-00148978 04 n 01 linkage 0 002 @ 00147595 n 0000 + 01354673 v 0102 | the act of linking things together
-00149084 04 n 02 tying 0 ligature 0 005 @ 00147595 n 0000 + 00083334 v 0201 + 01658444 v 0101 + 01285440 v 0101 ~ 00148242 n 0000 | the act of tying or binding things together
-00149262 04 n 03 untying 0 undoing 1 unfastening 0 005 @ 00147862 n 0000 + 01344293 v 0301 + 01344140 v 0301 + 01284908 v 0202 + 01284908 v 0101 | loosening the ties that fasten something; "the tying of bow ties is an art; the untying is easy"
-00149508 04 n 01 welding 0 004 @ 00147595 n 0000 + 01595830 v 0101 ~ 00149699 n 0000 ~ 00149895 n 0000 | fastening two pieces of metal together by softening with heat and applying pressure
-00149699 04 n 02 butt_welding 0 butt-welding 0 006 @ 00149508 n 0000 + 01596404 v 0202 + 01596404 v 0201 + 01596404 v 0102 + 01596404 v 0101 ~ 00150379 n 0000 | creating a butt joint by welding
-00149895 04 n 02 spot_welding 0 spot-welding 0 005 @ 00149508 n 0000 + 01596056 v 0201 + 01596056 v 0202 + 01596056 v 0101 + 01596056 v 0102 | creating an overlapping joint by welding at small points
-00150097 04 n 01 flare 0 002 @ 00128638 n 0000 ;c 00471613 n 0000 | (baseball) a fly ball hit a short distance into the outfield
-00150228 04 n 01 Texas_leaguer 0 002 @ 00128638 n 0000 ;c 00471613 n 0000 | (baseball) a fly ball that falls between and infielder and an outfielder
-00150379 04 n 02 flash_welding 0 flash_butt_welding 0 001 @ 00149699 n 0000 | butt welding by creating an electric arc between the two pieces which melts and joins them; used for joining segments of metal pipe
-00150591 04 n 02 lick 0 lap 0 004 @ 00046522 n 0000 + 01170983 v 0201 + 01432176 v 0202 + 01432176 v 0101 | touching with the tongue; "the dog's laps were warm and wet"
-00150762 04 n 03 grazing 0 shaving 1 skimming 2 004 @ 00046522 n 0000 + 01248597 v 0201 + 01608508 v 0101 + 01240514 v 0101 | the act of brushing against while passing
-00150932 04 n 01 tracing 1 001 @ 00043195 n 0000 | the discovery and description of the course of development of something; "the tracing of genealogies"
-00151087 04 n 05 detection 0 catching 1 espial 0 spying 2 spotting 0 005 @ 00043195 n 0000 + 02154312 v 0502 + 02154312 v 0404 + 02154312 v 0303 + 02154508 v 0101 | the act of detecting something; catching sight of something
-00151314 04 n 01 self-discovery 0 001 @ 00043195 n 0000 | discovering your own individuality
-00151409 04 n 01 breakthrough 2 001 @ 00043195 n 0000 | making an important discovery
-00151497 04 n 02 determination 0 finding 0 013 @ 00043195 n 0000 + 02154508 v 0203 + 00920336 v 0101 + 00918872 v 0101 + 00700708 v 0101 ~ 00152018 n 0000 ~ 00153809 n 0000 ~ 00153961 n 0000 ~ 00155298 n 0000 ~ 00155487 n 0000 ~ 00155970 n 0000 ~ 00156119 n 0000 ~ 00156293 n 0000 | the act of determining the properties of something, usually by research or calculation; "the determination of molecular structures"
-00151914 04 n 01 rediscovery 0 002 @ 00043195 n 0000 + 02156384 v 0101 | the act of discovering again
-00152018 04 n 02 designation 1 identification 0 006 @ 00151497 n 0000 + 01026095 v 0202 + 00714531 v 0201 + 00652346 v 0201 + 01030132 v 0101 ~ 00152727 n 0000 | the act of designating or identifying something
-00152230 04 n 01 Bertillon_system 0 001 @ 01023820 n 0000 | a system or procedure for identifying persons
-00152338 04 n 01 fingerprinting 0 002 @ 01023820 n 0000 + 01748748 v 0101 | the procedure of taking inked impressions of a person's fingerprints for the purpose of identification
-00152519 04 n 02 genetic_profiling 0 genetic_fingerprinting 0 001 @ 01023820 n 0000 | the procedure of analyzing the DNA in samples of a person's body tissue or body fluid for the purpose of identification
-00152727 04 n 02 diagnosis 0 diagnosing 0 009 @ 00152018 n 0000 + 00645771 v 0201 + 00645552 v 0201 + 02975538 a 0101 + 00645771 v 0101 + 00645552 v 0101 ~ 00152990 n 0000 ~ 00153105 n 0000 ~ 00646332 n 0000 | identifying the nature or cause of some phenomenon
-00152990 04 n 01 blood_typing 0 001 @ 00152727 n 0000 | determining a person's blood type by serological methods
-00153105 04 n 01 medical_diagnosis 0 005 @ 00152727 n 0000 #p 00657604 n 0000 ~ 00153499 n 0000 ~ 00153665 n 0000 %p 00177127 n 0000 | identification of a disease from its symptoms
-00153288 04 n 01 prenatal_diagnosis 0 004 @ 00177127 n 0000 ~ 00901789 n 0000 ~ 00943600 n 0000 ~ 00944456 n 0000 | any of the diagnostic procedures used to determine whether a fetus has a genetic abnormality
-00153499 04 n 01 differential_diagnosis 0 001 @ 00153105 n 0000 | a systematic method of diagnosing a disorder (e.g., headache) that lacks unique symptoms or signs
-00153665 04 n 03 prognosis 0 prospect 0 medical_prognosis 0 002 @ 00153105 n 0000 + 01883325 a 0102 | a prediction of the course of a disease
-00153809 04 n 02 resolution 1 solving 0 004 @ 00151497 n 0000 + 00733044 v 0202 + 00634906 v 0201 + 00733044 v 0101 | finding a solution to a problem
-00153961 04 n 03 validation 0 proof 0 substantiation 0 008 @ 00151497 n 0000 + 00665886 v 0304 + 01012561 v 0101 + 00667224 v 0101 ~ 00154233 n 0000 ~ 00154433 n 0000 ~ 00154689 n 0000 ~ 00154894 n 0000 | the act of validating; finding or testing the truth of something
-00154233 04 n 02 authentication 0 certification 1 005 @ 00153961 n 0000 + 02444662 v 0203 + 02447793 v 0201 + 02349813 v 0201 + 00664276 v 0101 | validating the authenticity of something or someone
-00154433 04 n 02 documentation 0 support 2 004 @ 00153961 n 0000 + 02663340 v 0204 + 00665886 v 0205 + 00666510 v 0101 | documentary validation; "his documentation of the results was excellent"; "the strongest support for this view is the work of Jones"
-00154689 04 n 02 monetization 1 monetisation 1 004 @ 00153961 n 0000 + 02481231 v 0202 + 02481231 v 0101 ! 00155085 n 0101 | establishing something (e.g. gold or silver) as the legal tender of a country
-00154894 04 n 01 probate 0 002 @ 00153961 n 0000 + 02465297 v 0101 | the act of proving that an instrument purporting to be a will was signed and executed in accord with legal requirements
-00155085 04 n 02 demonetization 0 demonetisation 0 004 @ 00209943 n 0000 + 00494103 v 0202 + 00494103 v 0101 ! 00154689 n 0101 | ending something (e.g. gold or silver) as no longer the legal tender of a country
-00155298 04 n 05 falsification 1 falsifying 0 disproof 0 refutation 0 refutal 0 003 @ 00151497 n 0000 + 00667747 v 0401 + 00667942 v 0201 | the act of determining that something is false
-00155487 04 n 05 localization 0 localisation 0 location 1 locating 1 fix 2 008 @ 00151497 n 0000 + 02694933 v 0302 + 02286204 v 0301 + 02695895 v 0203 + 02509919 v 0202 + 02695895 v 0102 + 01711749 v 0102 ~ 00155797 n 0000 | a determination of the place where something is; "he got a good fix on the target"
-00155797 04 n 02 echolocation 0 echo_sounding 0 001 @ 00155487 n 0000 | determining the location of something by measuring the time it takes for an echo to return from it
-00155970 04 n 01 predetermination 0 002 @ 00151497 n 0000 + 00702773 v 0101 | the act of determining or ordaining in advance what is to take place
-00156119 04 n 01 rectification 1 002 @ 00151497 n 0000 + 00919829 v 0101 | determination of the length of a curve; finding a straight line equal in length to a given curve
-00156293 04 n 01 redetermination 0 002 @ 00151497 n 0000 + 00919960 v 0101 | determining again
-00156390 04 n 03 trigger 0 induction 3 initiation 2 007 @ 00042311 n 0000 + 01628449 v 0302 + 00539546 v 0302 + 00770437 v 0201 + 00829761 v 0201 + 01643657 v 0103 ~ 00156625 n 0000 | an act that sets in motion some course of events
-00156625 04 n 02 fomentation 0 instigation 0 004 @ 00156390 n 0000 + 00771961 v 0203 + 00851239 v 0202 + 02585050 v 0102 | deliberate and intentional triggering (of trouble or discord)
-00156812 04 n 02 compulsion 0 coercion 0 004 @ 00042311 n 0000 + 02504562 v 0201 + 02506546 v 0101 ~ 01194904 n 0000 | using force to cause something to occur; "though pressed into rugby under compulsion I began to enjoy the game"; "they didn't have to use coercion"
-00157081 04 n 01 influence 0 008 @ 00042311 n 0000 + 00701040 v 0104 ~ 00157318 n 0000 ~ 00157463 n 0000 ~ 00157957 n 0000 ~ 00158185 n 0000 ~ 00158996 n 0000 ~ 00159620 n 0000 | causing something without any direct or apparent effort
-00157318 04 n 01 cross-pollination 0 001 @ 00157081 n 0000 | stimulating influence among diverse elements; "the cross-pollination of the arts"
-00157463 04 n 01 exposure 6 004 @ 00157081 n 0000 + 02112029 v 0101 ~ 00157687 n 0000 ~ 00157877 n 0000 | the act of subjecting someone to an influencing experience; "she denounced the exposure of children to pornography"
-00157687 04 n 01 overexposure 1 002 @ 00157463 n 0000 + 02113054 v 0101 | the act of exposing someone excessively to an influencing experience; "an overexposure to violence on television"
-00157877 04 n 01 underexposure 1 001 @ 00157463 n 0000 | inadequate publicity
-00157957 04 n 03 impingement 0 encroachment 2 impact 0 004 @ 00157081 n 0000 + 00137313 v 0302 + 02569790 v 0202 + 02569790 v 0101 | influencing strongly; "they resented the impingement of American values on European culture"
-00158185 04 n 02 manipulation 0 use 2 005 @ 00157081 n 0000 + 02600490 v 0201 + 02536329 v 0101 + 01803936 v 0101 ~ 00158443 n 0000 | exerting shrewd or devious influence especially for one's own advantage; "his manipulation of his friends was scandalous"
-00158443 04 n 01 mind_game 0 001 @ 00158185 n 0000 | deliberate actions of calculated psychological manipulation intended to intimidate or confuse (usually for competitive advantage); "football players try to play mind games with the opposition"; "the jeweler's mind game is to convince lovers that the size of a gemstone reflects the depth of their feelings"
-00158805 04 n 03 autosuggestion 0 auto-suggestion 0 self-suggestion 0 001 @ 00261258 n 0000 | a system for self-improvement developed by Emile Coue which was popular in the 1920s and 1930s
-00158996 04 n 03 hypnotism 0 mesmerism 0 suggestion 2 005 @ 00157081 n 0000 + 00168188 a 0202 + 10195261 n 0204 + 10195261 n 0205 + 10195261 n 0101 | the act of inducing hypnosis
-00159177 04 n 02 inducement 0 inducing 0 006 @ 00042311 n 0000 + 01644522 v 0201 + 01644050 v 0201 + 00770437 v 0201 + 01644050 v 0101 ~ 00159396 n 0000 | act of bringing about a desired result; "inducement of sleep"
-00159396 04 n 01 corruption 1 001 @ 00159177 n 0000 | inducement (as of a public official) by improper means (as bribery) to violate duty (as by commiting a felony); "he was held on charges of corruption and racketeering"
-00159620 04 n 02 enticement 0 temptation 0 008 @ 00157081 n 0000 + 00782527 v 0203 + 00776523 v 0203 + 00782527 v 0101 ~ 00159899 n 0000 ~ 00160297 n 0000 ~ 00160415 n 0000 ~ 00161044 n 0000 | the act of influencing by exciting hope or desire; "his enticements were shameless"
-00159899 04 n 02 blandishment 0 wheedling 0 004 @ 00159620 n 0000 + 00768778 v 0201 + 00880227 v 0102 ~ 00160073 n 0000 | the act of urging by means of teasing or flattery
-00160073 04 n 02 ingratiation 0 insinuation 0 001 @ 00159899 n 0000 | the act of gaining acceptance or affection for yourself by persuasive and subtle blandishments; "she refused to use insinuation in order to gain favor"
-00160297 04 n 02 leading_astray 0 leading_off 0 001 @ 00159620 n 0000 | the act of enticing others into sinful ways
-00160415 04 n 01 seduction 0 002 @ 00159620 n 0000 + 00783246 v 0101 | enticing someone astray from right behavior
-00160532 04 n 02 seduction 1 conquest 2 003 @ 00063652 n 0000 + 01428578 v 0101 ~ 00160688 n 0000 | an act of winning the love or sexual favor of someone
-00160688 04 n 02 sexual_conquest 0 score 1 003 @ 00160532 n 0000 + 01428578 v 0202 ~ 00160922 n 0000 | a seduction culminating in sexual intercourse; "calling his seduction of the girl a `score' was a typical example of male slang"
-00160922 04 n 01 cuckoldry 0 001 @ 00160688 n 0000 | the practice of making cuckolds; sexual conquests of married women
-00161044 04 n 02 solicitation 1 allurement 0 003 @ 00159620 n 0000 + 00793785 v 0202 + 00781652 v 0102 | the act of enticing a person to do something wrong (as an offer of sex in return for money)
-00161243 04 n 04 choice 0 selection 0 option 0 pick 0 011 @ 00037396 n 0000 + 00676450 v 0401 + 00679389 v 0303 + 00674607 v 0203 ~ 00161603 n 0000 ~ 00161739 n 0000 ~ 00161888 n 0000 ~ 00162632 n 0000 ~ 00163047 n 0000 ~ 00180962 n 0000 ~ 00183505 n 0000 | the act of choosing or selecting; "your choice of colors was unfortunate"; "you can take your pick"
-00161603 04 n 01 casting 3 002 @ 00161243 n 0000 + 02385813 v 0101 | the choice of actors to play particular roles in a play or movie
-00161739 04 n 02 coloration 0 colouration 0 003 @ 00161243 n 0000 + 01696648 v 0101 + 00283911 v 0101 | choice and use of colors (as by an artist)
-00161888 04 n 01 sampling 0 004 @ 00161243 n 0000 ;c 06018465 n 0000 ~ 00162055 n 0000 ~ 00162417 n 0000 | (statistics) the selection of a suitable sample for study
-00162055 04 n 01 random_sampling 0 002 @ 00161888 n 0000 ~ 00162236 n 0000 | the selection of a random sample; each element of the population has an equal chance of been selected
-00162236 04 n 01 lucky_dip 1 002 @ 00162055 n 0000 ;r 08860123 n 0000 | a selection or decision purely at random; "their system of hiring people seemed to be a sort of lucky dip"
-00162417 04 n 03 stratified_sampling 0 representative_sampling 0 proportional_sampling 0 001 @ 00161888 n 0000 | the population is divided into subpopulations (strata) and random samples are taken of each stratum
-00162632 04 n 03 decision 0 determination 1 conclusion 1 013 @ 00161243 n 0000 + 01021420 v 0301 + 00634472 v 0303 + 00763399 v 0204 + 00918872 v 0201 + 00699815 v 0201 + 00697589 v 0203 + 00697589 v 0101 ~ 00163779 n 0000 ~ 00164801 n 0000 ~ 00165942 n 0000 ~ 00180054 n 0000 ~ 00180228 n 0000 | the act of making up your mind about something; "the burden of decision was his"; "he drew his conclusions quickly"
-00163047 04 n 02 volition 0 willing 0 004 @ 00161243 n 0000 + 00698398 v 0201 + 02565801 a 0101 ~ 00163233 n 0000 | the act of making a choice; "followed my father of my own volition"
-00163233 04 n 01 intention 0 002 @ 00163047 n 0000 + 00708538 v 0101 | an act of intending; a volition that you intend to carry out; "my intention changed once I saw her"
-00163406 04 n 04 about-face 1 volte-face 0 reversal 5 policy_change 0 003 @ 00191142 n 0000 + 00689068 v 0101 ~ 00235074 n 0000 | a major change in attitude or principle or point of view; "an about-face on foreign policy"
-00163630 04 n 01 adulteration 0 001 @ 00191142 n 0000 | the act of adulterating (especially the illicit substitution of one substance for another)
-00163779 04 n 04 appointment 0 assignment 1 designation 0 naming 0 010 @ 00162632 n 0000 + 02396716 v 0401 + 02396205 v 0402 + 02391803 v 0302 + 02391803 v 0204 ~ 00164152 n 0000 ~ 00164999 n 0000 ~ 00165178 n 0000 ~ 00165298 n 0000 ~ 00165563 n 0000 | the act of putting a person into a non-elective position; "the appointment had to be approved by the whole committee"
-00164152 04 n 01 nomination 0 004 @ 00163779 n 0000 + 02396716 v 0102 + 02396205 v 0103 + 00879540 v 0101 | the act of officially naming a candidate; "the Republican nomination for Governor"
-00164345 04 n 02 assignment 2 assigning 0 003 @ 01083077 n 0000 + 00740053 v 0101 ~ 00164579 n 0000 | the act of distributing something to designated places or persons; "the first task is the assignment of an address to each datum"
-00164579 04 n 02 allocation 1 storage_allocation 0 003 @ 00164345 n 0000 ;c 06128570 n 0000 + 02234087 v 0101 | (computer science) the assignment of particular areas of a magnetic disk to particular data or instructions
-00164801 04 n 01 call 0 004 @ 00162632 n 0000 ;c 00523513 n 0000 + 00822746 v 0101 + 01068793 v 0101 | (sports) the decision made by an umpire or referee; "he was ejected for protesting the call"
-00164999 04 n 02 co-option 1 co-optation 1 003 @ 00163779 n 0000 + 02397266 v 0201 + 02397266 v 0101 | the act of appointing summarily (with or without the appointee's consent)
-00165178 04 n 01 delegacy 0 003 @ 00163779 n 0000 + 02395395 v 0101 + 02391803 v 0101 | the appointment of a delegate
-00165298 04 n 02 ordination 0 ordinance 0 005 @ 00163779 n 0000 #p 01039822 n 0000 + 02386012 v 0201 ~ 00165793 n 0000 + 02427726 v 0201 | the act of ordaining; the act of conferring (or receiving) holy orders; "the rabbi's family was present for his ordination"
-00165563 04 n 01 recognition 0 001 @ 00163779 n 0000 | designation by the chair granting a person the right to speak in a deliberative body; "he was unable to make his motion because he couldn't get recognition by the chairman"
-00165793 04 n 01 laying_on_of_hands 0 001 @ 00165298 n 0000 | laying hands on a person's head to invoke spiritual blessing in Christian ordination
-00165942 04 n 01 move 0 005 @ 00162632 n 0000 + 02367363 v 0102 + 00014549 v 0102 ~ 00168121 n 0000 ~ 00168237 n 0000 | the act of deciding to do something; "he didn't make a move to help"; "his first move was to hire a lawyer"
-00166172 04 n 01 move 2 004 @ 00457382 n 0000 ;c 00455599 n 0000 + 01076615 v 0101 ~ 00166355 n 0000 | (game) a player's turn to take some action permitted by the rules of the game
-00166355 04 n 01 chess_move 0 007 @ 00166172 n 0000 #p 00503237 n 0000 ~ 00166552 n 0000 ~ 00166702 n 0000 ~ 00167446 n 0000 ~ 00167764 n 0000 ~ 00167950 n 0000 | the act of moving a chess piece
-00166552 04 n 02 castle 0 castling 0 003 @ 00166355 n 0000 + 01077329 v 0201 + 01077329 v 0101 | interchanging the positions of the king and a rook
-00166702 04 n 01 capture 2 004 @ 00166355 n 0000 ~ 00166865 n 0000 ~ 00167063 n 0000 ~ 00167278 n 0000 | the removal of an opponent's piece from the chess board
-00166865 04 n 01 en_passant 0 002 @ 00166702 n 0000 ;c 00503237 n 0000 | (chess) a chess pawn that is moved two squares can be captured by an opponent's pawn commanding the square that was passed
-00167063 04 n 01 exchange 4 002 @ 00166702 n 0000 ;c 00503237 n 0000 | (chess) the capture by both players (usually on consecutive moves) of pieces of equal value; "the endgame began after the exchange of queens"
-00167278 04 n 01 exchange 5 002 @ 00166702 n 0000 ;c 00503237 n 0000 | (chess) gaining (or losing) a rook in return for a knight or bishop; "black lost the exchange"
-00167446 04 n 01 check 4 003 @ 00166355 n 0000 ;c 00503237 n 0000 ~ 00167580 n 0000 | (chess) a direct attack on an opponent's king
-00167580 04 n 01 discovered_check 0 001 @ 00167446 n 0000 | a check on the opponent's king that is delivered by moving a piece out of the line of attack by a queen or rook or bishop
-00167764 04 n 02 checkmate 0 mate 0 003 @ 00166355 n 0000 + 01114475 v 0202 + 01114475 v 0101 | a chess move constituting an inescapable and indefensible attack on the opponent's king
-00167950 04 n 01 gambit 0 001 @ 00166355 n 0000 | a chess move early in the game in which the player sacrifices minor pieces in order to obtain an advantageous position
-00168121 04 n 01 demarche 0 001 @ 00165942 n 0000 | a move or step or maneuver in political or diplomatic affairs
-00168237 04 n 04 maneuver 0 manoeuvre 0 tactical_maneuver 0 tactical_manoeuvre 0 008 @ 00165942 n 0000 ~ 00168505 n 0000 ~ 00171249 n 0000 ~ 00172073 n 0000 ~ 00172347 n 0000 ~ 00172490 n 0000 ~ 00172598 n 0000 ~ 00174412 n 0000 | a move made to gain a tactical end
-00168505 04 n 01 parking 0 002 @ 00168237 n 0000 + 01934427 v 0101 | the act of maneuvering a vehicle into a location where it can be left temporarily
-00168658 04 n 02 move 1 relocation 0 006 @ 00191142 n 0000 + 00414409 v 0201 + 00414627 v 0201 + 01855606 v 0101 ~ 00168911 n 0000 ~ 08179033 n 0000 | the act of changing your residence or place of business; "they say that three moves equal one fire"
-00168911 04 n 01 flit 1 002 @ 00168658 n 0000 ;r 08860123 n 0000 | a secret move (to avoid paying debts); "they did a moonlight flit"
-00169047 04 n 01 downshift 0 001 @ 00191142 n 0000 | a change to a lower gear in a car or bicycle
-00169147 04 n 01 downshift 1 001 @ 00191142 n 0000 | a change from a financially rewarding but stressful career to a less well paid but more fulfilling one
-00169305 04 n 01 bank 0 003 @ 00170844 n 0000 + 02039413 v 0101 ~ 00169522 n 0000 | a flight maneuver; aircraft tips laterally about its longitudinal axis (especially in turning); "the plane went into a steep bank"
-00169522 04 n 01 vertical_bank 0 001 @ 00169305 n 0000 | a bank so steep that the plane's lateral axis approaches the vertical
-00169651 04 n 01 chandelle 0 001 @ 00170844 n 0000 | a flight maneuver consisting of a steep climbing turn executed to gain altitude while changing direction
-00169811 04 n 02 loop 0 loop-the-loop 0 004 @ 00170844 n 0000 + 02044596 v 0101 ~ 00170005 n 0000 ~ 00170172 n 0000 | a flight maneuver; aircraft flies a complete circle in the vertical plane
-00170005 04 n 01 inside_loop 0 001 @ 00169811 n 0000 | a loop consisting of a climb followed by inverted flight followed by a dive that returns to horizontal flight
-00170172 04 n 01 outside_loop 0 001 @ 00169811 n 0000 | a loop consisting of a dive followed by inverted flight followed by a climb that returns to horizontal flight
-00170340 04 n 01 roll 0 003 @ 00170844 n 0000 ~ 00170536 n 0000 ~ 00170643 n 0000 | a flight maneuver; aircraft rotates about its longitudinal axis without changing direction or losing altitude
-00170536 04 n 01 barrel_roll 0 001 @ 00170340 n 0000 | a roll in which the plane follows a spiral course
-00170643 04 n 01 snap_roll 0 001 @ 00170340 n 0000 | a fast roll
-00170710 04 n 02 slip 0 sideslip 1 002 @ 00170844 n 0000 + 02076280 v 0101 | a flight maneuver; aircraft slides sideways in the air
-00170844 04 n 02 flight_maneuver 0 airplane_maneuver 0 006 @ 00059552 n 0000 ~ 00169305 n 0000 ~ 00169651 n 0000 ~ 00169811 n 0000 ~ 00170340 n 0000 ~ 00170710 n 0000 | a maneuver executed by an aircraft
-00171050 04 n 01 straight-arm 0 002 @ 00059552 n 0000 ;c 00469651 n 0000 | (American football) the act of warding off a tackler by holding the arm fully extended with the hand against the opponent
-00171249 04 n 03 device 0 gimmick 0 twist 1 003 @ 00168237 n 0000 ~ 00171507 n 0000 ~ 00171618 n 0000 | any clever maneuver; "he would stoop to any device to win a point"; "it was a great sales gimmick"; "a cheap promotions gimmick for greedy businessmen"
-00171507 04 n 01 mnemonic 0 001 @ 00171249 n 0000 | a device (such as a rhyme or acronym) used to aid recall
-00171618 04 n 02 trick 5 fast_one 0 006 @ 00171249 n 0000 + 00148078 a 0109 + 00148078 a 010a + 09998101 n 0104 + 02575723 v 0104 ~ 00171882 n 0000 | a cunning or deceitful action or device; "he played a trick on me"; "he pulled a fast one and got away with it"
-00171882 04 n 04 shtik 2 schtik 2 shtick 2 schtick 2 002 @ 00171618 n 0000 ;c 06951067 n 0000 | (Yiddish) a devious trick; a bit of cheating; "how did you ever fall for a shtik like that?"
-00172073 04 n 01 feint 0 003 @ 00168237 n 0000 + 01722299 v 0101 ~ 00172217 n 0000 | any distracting or deceptive maneuver (as a mock attack)
-00172217 04 n 02 juke 0 fake 0 002 @ 00172073 n 0000 ;c 00468480 n 0000 | (football) a deceptive move made by a football player
-00172347 04 n 01 footwork 1 001 @ 00168237 n 0000 | skillful maneuvering or dealing; "she needs some fancy footwork to cover all those lies"
-00172490 04 n 03 ploy 0 gambit 1 stratagem 0 001 @ 00168237 n 0000 | a maneuver in a game or conversation
-00172598 04 n 02 ruse 0 artifice 0 001 @ 00168237 n 0000 | a deceptive maneuver (especially to avoid capture)
-00172710 04 n 03 means 0 agency 0 way 1 015 @ 00044150 n 0000 + 02607909 a 0201 ~ 00173172 n 0000 ~ 00173283 n 0000 ~ 00173487 n 0000 ~ 00173761 n 0000 ~ 00174003 n 0000 ~ 00174260 n 0000 ~ 00177448 n 0000 ~ 00179125 n 0000 ~ 00179275 n 0000 ~ 00179380 n 0000 ~ 00179576 n 0000 ~ 00179683 n 0000 ~ 00179916 n 0000 | how a result is obtained or an end is achieved; "a means of control"; "an example is the best agency of instruction"; "the true way to success"
-00173172 04 n 01 dint 0 001 @ 00172710 n 0000 | interchangeable with `means' in the expression `by means of'
-00173283 04 n 01 escape 4 002 @ 00172710 n 0000 + 02074677 v 0101 | a means or way of escaping; "hard work was his escape from worry"; "they installed a second hatch as an escape"; "their escape route"
-00173487 04 n 01 fast_track 0 001 @ 00172710 n 0000 | a rapid means of achieving a goal; "they saw independence as the fast track to democracy"; "he took a fast track to the top of the corporate ladder"; "the company went off the fast track when the stock market dropped"
-00173761 04 n 02 instrument 0 tool 0 003 @ 00172710 n 0000 + 01196775 a 0102 + 02340543 v 0101 | the means whereby some act is accomplished; "my greed was the instrument of my destruction"; "science has given us new tools to fight disease"
-00174003 04 n 01 road 0 002 @ 00172710 n 0000 ~ 00174127 n 0000 | a way or means to achieve something; "the road to fame"
-00174127 04 n 01 royal_road 0 001 @ 00174003 n 0000 | an auspicious way or means to achieve something; "the royal road to success"
-00174260 04 n 01 stepping_stone 0 001 @ 00172710 n 0000 | any means of advancement; "the job was just a stepping stone on his way to fame and riches"
-00174412 04 n 02 measure 1 step 2 004 @ 00168237 n 0000 ~ 00174663 n 0000 ~ 00175605 n 0000 ~ 00822970 n 0000 | any maneuver made as part of progress toward a goal; "the situation called for strong measures"; "the police took steps to reduce crime"
-00174663 04 n 01 countermeasure 0 002 @ 00174412 n 0000 ~ 01077190 n 0000 | an action taken to offset another action
-00174782 04 n 01 bear_hug 1 001 @ 00790205 n 0000 | a takeover bid so attractive that the directors of the target company must approve it or risk shareholder protest
-00174950 04 n 01 proxy_fight 0 001 @ 00790205 n 0000 | a measure used by an acquirer to gain control of a takeover target; acquirer tries to persuade other shareholders that the management of the target should be replaced
-00175174 04 n 01 leveraged_buyout 0 002 @ 00789534 n 0000 ~ 00175433 n 0000 | a buyout using borrowed money; the target company's assets are usually security for the loan; "a leveraged buyout by upper management can be used to combat hostile takeover bids"
-00175433 04 n 01 bust-up_takeover 0 001 @ 00175174 n 0000 | a leveraged buyout in which the target company's assets are sold to repay the loan that financed the takeover
-00175605 04 n 02 shark_repellent 0 porcupine_provision 0 007 @ 00174412 n 0000 ~ 00175875 n 0000 ~ 00176052 n 0000 ~ 00176312 n 0000 ~ 00176449 n 0000 ~ 00176766 n 0000 ~ 00176994 n 0000 | a measure undertaken by a corporation to discourage unwanted takeover attempts
-00175875 04 n 01 golden_parachute 0 001 @ 00175605 n 0000 | giving top executives lucrative benefits that must be paid by the acquirer if they are discharged after a takeover
-00176052 04 n 01 greenmail 0 002 @ 00175605 n 0000 ;c 08059412 n 0000 | (corporation) the practice of purchasing enough shares in a firm to threaten a takeover and thereby forcing the owners to buy those shares back at a premium in order to stay in business
-00176312 04 n 01 pac-man_strategy 0 001 @ 00175605 n 0000 | the target company defends itself by threatening to take over its acquirer
-00176449 04 n 01 poison_pill 0 002 @ 00175605 n 0000 ~ 00176609 n 0000 | the target company defends itself by making its stock less attractive to an acquirer
-00176609 04 n 01 suicide_pill 0 001 @ 00176449 n 0000 | a poison pill with potentially catastrophic implications for the company it is intended to protect
-00176766 04 n 01 safe_harbor 0 001 @ 00175605 n 0000 | the target company defends itself by acquiring a company so onerously regulated that it makes the target less attractive; "the acquisition gave the company a safe harbor"
-00176994 04 n 01 scorched-earth_policy 0 001 @ 00175605 n 0000 | the target company defends itself by selling off its crown jewels
-00177127 04 n 02 diagnostic_procedure 0 diagnostic_technique 0 011 @ 01023820 n 0000 #p 00153105 n 0000 ~ 00153288 n 0000 ~ 00832092 n 0000 ~ 00832306 n 0000 ~ 00832471 n 0000 ~ 00876542 n 0000 ~ 00904623 n 0000 ~ 01006054 n 0000 ~ 01006188 n 0000 ~ 01006313 n 0000 | a procedure followed in making a medical diagnosis
-00177448 04 n 01 expedient 0 005 @ 00172710 n 0000 ~ 00178551 n 0000 ~ 00178700 n 0000 ~ 00178832 n 0000 ~ 00178972 n 0000 | a means to an end; not necessarily a principled or ethical one
-00177638 04 n 01 backstop 0 001 @ 00822970 n 0000 | a precaution in case of an emergency; "he acted as a backstop in case anything went wrong"
-00177783 04 n 01 emergency_procedure 0 006 @ 01023820 n 0000 ;c 06043075 n 0000 ~ 00659349 n 0000 ~ 00831919 n 0000 ~ 00832626 n 0000 ~ 00833119 n 0000 | (medicine) a procedure adopted to meet an emergency (especially a medical emergency)
-00178024 04 n 01 experimental_procedure 0 002 @ 01023820 n 0000 ~ 00178177 n 0000 | the specific techniques used in conducting a particular experiment
-00178177 04 n 03 double-blind_procedure 0 double-blind_experiment 0 double-blind_study 0 001 @ 00178024 n 0000 | an experimental procedure in which neither the subjects of the experiment nor the persons administering the experiment know the critical aspects of the experiment; "a double-blind procedure is used to guard against both experimenter bias and placebo effects"
-00178551 04 n 03 makeshift 0 stopgap 0 make-do 0 002 @ 00177448 n 0000 + 01757211 a 0103 | something contrived to meet an urgent need or emergency
-00178700 04 n 01 crutch 0 001 @ 00177448 n 0000 | anything that serves as an expedient; "he uses drugs as a psychological crutch"
-00178832 04 n 02 improvisation 0 temporary_expedient 0 003 @ 00177448 n 0000 + 02587895 v 0101 + 01728840 v 0101 | an unplanned expedient
-00178972 04 n 02 pis_aller 0 last_resort 0 001 @ 00177448 n 0000 | an expedient adopted only in desperation; "`pis aller' is French for `worst going'"
-00179125 04 n 01 desperate_measure 0 001 @ 00172710 n 0000 | desperate actions taken as a means to an end; "he had to resort to desperate measures"
-00179275 04 n 01 open_sesame 0 001 @ 00172710 n 0000 | any very successful means of achieving a result
-00179380 04 n 01 salvation 1 001 @ 00172710 n 0000 | a means of preserving from harm or unpleasantness; "tourism was their economic salvation"; "they turned to individualism as their salvation"
-00179576 04 n 01 tooth 0 001 @ 00172710 n 0000 | a means of enforcement; "the treaty had no teeth in it"
-00179683 04 n 01 voice 0 002 @ 00172710 n 0000 + 00933403 v 0101 | a means or agency by which something is expressed or communicated; "the voice of the law"; "the Times is not the voice of New York"; "conservatism has many voices"
-00179916 04 n 01 wings 0 002 @ 00172710 n 0000 ;u 06295235 n 0000 | a means of flight or ascent; "necessity lends wings to inspiration"
-00180054 04 n 03 casting_lots 0 drawing_lots 0 sortition 0 001 @ 00162632 n 0000 | making a chance decision by using lots (straws or pebbles etc.) that are thrown or drawn
-00180228 04 n 01 resolution 0 002 @ 00162632 n 0000 + 00699626 v 0102 | a decision to do something or to behave in a certain manner; "he always wrote down his New Year's resolutions"
-00180413 04 n 04 adoption 0 acceptance 0 acceptation 0 espousal 0 009 @ 01215392 n 0000 + 02346895 v 0403 + 02236124 v 0301 + 00797697 v 0301 + 00719231 v 0301 + 01985557 a 0202 + 00719231 v 0201 + 02346895 v 0101 ~ 00180770 n 0000 | the act of accepting with approval; favorable reception; "its adoption by society"; "the proposal found wide acceptance"
-00180770 04 n 02 embrace 1 bosom 0 002 @ 00180413 n 0000 + 00601822 v 0102 | a close affectionate and protective acceptance; "his willing embrace of new ideas"; "in the bosom of the family"
-00180962 04 n 01 election 0 004 @ 00161243 n 0000 + 02717538 a 0101 ~ 00181191 n 0000 ~ 00184135 n 0000 | the act of selecting someone or something; the exercise of deliberate choice; "her election of medicine as a profession"
-00181191 04 n 02 co-option 0 co-optation 0 003 @ 00180962 n 0000 + 02401051 v 0201 + 02401051 v 0101 | the selection of a new member (usually by a vote of the existing membership)
-00181373 04 n 01 reelection 0 002 @ 00181781 n 0000 + 02401296 v 0101 | election again; "he did not run for reelection"
-00181495 04 n 01 plebiscite 0 001 @ 00182213 n 0000 | a vote by the electorate determining public opinion on a question of national importance
-00181640 04 n 01 referendum 0 001 @ 00182213 n 0000 | a legislative act is referred for final approval to a popular vote by the electorate
-00181781 04 n 01 election 1 015 @ 00182213 n 0000 + 02717538 a 0101 + 02400760 v 0101 ~ 00181373 n 0000 ~ 00182435 n 0000 ~ 00182571 n 0000 ~ 00183240 n 0000 ~ 00183357 n 0000 -c 00653811 n 0000 -c 06476573 n 0000 -c 09612131 n 0000 -c 09612291 n 0000 -c 10491136 n 0000 -c 13581067 n 0000 -c 13581218 n 0000 | a vote to select the winner of a position or political office; "the results of the election will be announced tonight"
-00182213 04 n 01 vote 1 006 @ 01080366 n 0000 + 02462580 v 0101 + 02461314 v 0101 ~ 00181495 n 0000 ~ 00181640 n 0000 ~ 00181781 n 0000 | the opinion of a group as determined by voting; "they put the question to a vote"
-00182435 04 n 01 general_election 0 001 @ 00181781 n 0000 | a national or state election; candidates are chosen in all constituencies
-00182571 04 n 02 primary 0 primary_election 0 002 @ 00181781 n 0000 ~ 00182723 n 0000 | a preliminary election where delegates or nominees are chosen
-00182723 04 n 01 direct_primary 0 003 @ 00182571 n 0000 ~ 00182897 n 0000 ~ 00183084 n 0000 | a primary where voters directly select the candidates who will run for office
-00182897 04 n 01 closed_primary 0 001 @ 00182723 n 0000 | a primary in which only registered members of a particular political party can vote; "closed primaries strengthen party unity"
-00183084 04 n 01 open_primary 0 001 @ 00182723 n 0000 | a primary in which any registered voter can vote (but must vote for candidates of only one party)
-00183240 04 n 02 by-election 0 bye-election 0 001 @ 00181781 n 0000 | a special election between regular elections
-00183357 04 n 01 runoff 0 002 @ 00181781 n 0000 + 01081505 v 0101 | a final election to resolve an earlier election that did not produce a winner
-00183505 04 n 04 vote 0 ballot 0 voting 0 balloting 0 014 @ 00161243 n 0000 + 02461314 v 0301 + 02462580 v 0301 + 02463141 v 0201 + 02462580 v 0101 + 02461314 v 0101 ~ 00183995 n 0000 ~ 00184362 n 0000 ~ 00184501 n 0000 ~ 00184652 n 0000 ~ 00184802 n 0000 ~ 00184981 n 0000 ~ 00209546 n 0000 ~ 00209789 n 0000 | a choice that is made by counting the number of people in favor of each alternative; "there were only 17 votes in favor of the motion"; "they allowed just one vote per person"
-00183995 04 n 01 block_vote 0 001 @ 00183505 n 0000 | a vote proportional in magnitude to the number of people that a delegate represents
-00184135 04 n 01 cumulative_vote 0 001 @ 00180962 n 0000 | an election in which each person has as many votes as there are positions to be filled and they can all be cast for one candidate or can be distributed in any manner
-00184362 04 n 01 secret_ballot 0 001 @ 00183505 n 0000 | a vote in which each person's choice is secret but the totaled votes are public
-00184501 04 n 01 split_ticket 0 002 @ 00183505 n 0000 ! 00184652 n 0101 | a ballot cast by a voter who votes for candidates from more than one party
-00184652 04 n 01 straight_ticket 0 002 @ 00183505 n 0000 ! 00184501 n 0101 | a ballot cast by a voter who votes for all the candidates of one party
-00184802 04 n 01 multiple_voting 0 002 @ 00183505 n 0000 ;r 09044862 n 0000 | the act of voting in more than one place by the same person at the same election (illegal in U.S.)
-00184981 04 n 01 casting_vote 0 001 @ 00183505 n 0000 | the deciding vote cast by the presiding officer to resolve a tie
-00185104 04 n 02 reconciliation 0 balancing 0 003 @ 00044673 n 0000 + 00482893 v 0102 + 00482473 v 0103 | getting two things to correspond; "the reconciliation of his checkbook and the bank statement"
-00185307 04 n 02 equation 0 equating 0 003 @ 00044673 n 0000 + 00653620 v 0203 + 00653620 v 0103 | the act of regarding as equal
-00185438 04 n 03 breech_delivery 0 breech_birth 0 breech_presentation 0 002 @ 00042541 n 0000 ~ 00185612 n 0000 | delivery of an infant whose feet or buttocks appear first
-00185612 04 n 02 frank_breech 0 frank_breech_delivery 0 001 @ 00185438 n 0000 | position of a fetus in which the buttocks are present at the maternal pelvic outlet
-00185778 04 n 0d cesarean_delivery 0 caesarean_delivery 0 caesarian_delivery 0 cesarean_section 0 cesarian_section 0 caesarean_section 0 caesarian_section 0 C-section 0 cesarean 0 cesarian 0 caesarean 0 caesarian 0 abdominal_delivery 0 005 @ 00042541 n 0000 + 03029573 a 0b03 + 03029573 a 0a02 + 03029573 a 0901 %p 00677299 n 0000 | the delivery of a fetus by surgical incision through the abdominal wall and uterus (from the belief that Julius Caesar was born that way)
-00186251 04 n 01 forceps_delivery 0 001 @ 00042541 n 0000 | delivery in which forceps are inserted through the vagina and used to grasp the head of the fetus and pull it through the birth canal; since the forceps can injure the fetus this procedure has generally given way to cesarean deliveries
-00186549 04 n 01 midwifery 0 001 @ 00042541 n 0000 | assisting women at childbirth
-00186634 04 n 01 score 0 016 @ 00063652 n 0000 + 01111816 v 0101 ~ 00187144 n 0000 ~ 00187337 n 0000 ~ 00187710 n 0000 ~ 00187890 n 0000 ~ 00188007 n 0000 ~ 00188620 n 0000 ~ 00188766 n 0000 ~ 00188934 n 0000 ~ 00189106 n 0000 ~ 00189565 n 0000 ~ 00190431 n 0000 ~ 00190579 n 0000 ~ 00482892 n 0000 ~ 00483098 n 0000 | the act of scoring in a game or sport; "the winning score came with less than a minute left to play"
-00187056 04 n 01 bowling_score 0 001 @ 13594585 n 0000 | the score in a bowling match
-00187144 04 n 01 bull's_eye 0 001 @ 00186634 n 0000 | in target shooting: a score made by hitting the center of the target; "in repeated sets of five shots his numbers of bull's-eyes varied"
-00187337 04 n 01 goal 0 002 @ 00186634 n 0000 ~ 00187499 n 0000 | a successful attempt at scoring; "the winning goal came with less than a minute left to play"
-00187499 04 n 01 own_goal 0 002 @ 00187337 n 0000 ;c 00478262 n 0000 | (soccer) a goal that results when a player inadvertently knocks the ball into the goal he is defending; "the own goal cost them the game"
-00187710 04 n 02 strike 1 ten-strike 0 001 @ 00186634 n 0000 | a score in tenpins: knocking down all ten with the first ball; "he finished with three strikes in the tenth frame"
-00187890 04 n 01 spare 0 001 @ 00186634 n 0000 | a score in tenpins; knocking down all ten after rolling two balls
-00188007 04 n 02 open_frame 0 break 6 001 @ 00186634 n 0000 | any frame in which a bowler fails to make a strike or spare; "the break in the eighth frame cost him the match"
-00188183 04 n 01 audible 0 001 @ 00558630 n 0000 | a football play is changed orally after both teams have assumed their positions at the line of scrimmage
-00188341 04 n 01 football_score 0 002 @ 13594585 n 0000 ;c 00468480 n 0000 | the score in a football game
-00188449 04 n 01 touchback 0 002 @ 00558630 n 0000 ;c 00469651 n 0000 | (American football) a play in which the opposing team has kicked the football into your end zone
-00188620 04 n 01 safety 1 002 @ 00186634 n 0000 ;c 00469651 n 0000 | a score in American football; a player is tackled behind his own goal line
-00188766 04 n 01 touchdown 0 002 @ 00186634 n 0000 ;c 00469651 n 0000 | a score in American football; being in possession of the ball across the opponents' goal line
-00188934 04 n 01 field_goal 0 002 @ 00186634 n 0000 ;c 00469651 n 0000 | a score in American football; a score made by kicking the ball between the opponents' goal posts
-00189106 04 n 01 conversion 2 003 @ 00186634 n 0000 + 01084866 v 0101 ~ 00189257 n 0000 | a successful free throw or try for point after a touchdown
-00189257 04 n 03 point_after 0 point_after_touchdown 0 extra_point 0 003 @ 00189106 n 0000 @ 13610162 n 0000 ;c 00469651 n 0000 | in American football a point awarded for a successful place kick following a touchdown
-00189476 04 n 01 baseball_score 0 001 @ 13594585 n 0000 | the score of a baseball game
-00189565 04 n 02 run 1 tally 1 007 @ 00186634 n 0000 + 00949841 v 0201 + 01111816 v 0203 + 02525312 v 0101 ~ 00189896 n 0000 ~ 00190040 n 0000 ~ 00190180 n 0000 | a score in baseball made by a runner touching all four bases safely; "the Yankees scored 3 runs in the bottom of the 9th"; "their first tally came in the 3rd inning"
-00189896 04 n 01 earned_run 0 002 @ 00189565 n 0000 ! 00190040 n 0101 | a run that was not scored as the result of an error by the other team
-00190040 04 n 01 unearned_run 0 002 @ 00189565 n 0000 ! 00189896 n 0101 | a run that was scored as a result of an error by the other team
-00190180 04 n 02 run_batted_in 0 rbi 0 001 @ 00189565 n 0000 | a run that is the result of the batter's performance; "he had more than 100 rbi last season"
-00190338 04 n 01 basketball_score 0 001 @ 13594585 n 0000 | the score in a basketball game
-00190431 04 n 02 basket 0 field_goal 1 002 @ 00186634 n 0000 + 09842047 n 0102 | a score in basketball made by throwing the ball through the hoop
-00190579 04 n 01 hat_trick 0 003 @ 00186634 n 0000 ;c 00476389 n 0000 ;c 00463543 n 0000 | (sports) three consecutive scores by one player or three scores in one game (as in cricket or ice hockey etc.)
-00190783 04 n 01 solution 0 002 @ 00063652 n 0000 + 00634906 v 0101 | the successful action of solving a problem; "the solution took three hours"
-00190931 04 n 01 Russian_roulette 0 001 @ 00046344 n 0000 | a stunt in which you spin the cylinder of a revolver that is loaded with only one bullet and then point the muzzle at your head and pull the trigger
-00191142 04 n 01 change 0 037 @ 00037396 n 0000 + 00123170 v 0101 + 00126264 v 0101 ~ 00049909 n 0000 ~ 00163406 n 0000 ~ 00163630 n 0000 ~ 00168658 n 0000 ~ 00169047 n 0000 ~ 00169147 n 0000 ~ 00191980 n 0000 ~ 00192300 n 0000 ~ 00194414 n 0000 ~ 00194645 n 0000 ~ 00195194 n 0000 ~ 00195415 n 0000 ~ 00195569 n 0000 ~ 00195938 n 0000 ~ 00196084 n 0000 ~ 00196485 n 0000 ~ 00198451 n 0000 ~ 00198793 n 0000 ~ 00199130 n 0000 ~ 00199707 n 0000 ~ 00279835 n 0000 ~ 00280586 n 0000 ~ 00331950 n 0000 ~ 00346296 n 0000 ~ 00351485 n 0000 ~ 00376063 n 0000 ~ 00400083 n 0000 ~ 00404170 n 0000 ~ 00404403 n 0000 ~ 01072565 n 0000 ~ 01152300 n 0000 ~ 01153139 n 0000 ~ 01155465 n 0000 ~ 01155722 n 0000 | the action of changing something; "the change of government had no impact on the economy"; "his change on abortion cost him the election"
-00191980 04 n 01 filtration 0 004 @ 00191142 n 0000 + 01457954 v 0104 + 01458664 v 0101 ~ 00192149 n 0000 | the act of changing a fluid by passing it through a filter
-00192149 04 n 01 percolation 1 003 @ 00191980 n 0000 + 01458464 v 0101 + 01458228 v 0101 | the filtration of a liquid for extraction or purification
-00192300 04 n 02 reduction 2 simplification 2 004 @ 00191142 n 0000 + 00400427 v 0201 + 00242396 v 0101 ~ 00192457 n 0000 | the act of reducing complexity
-00192457 04 n 02 schematization 1 schematisation 1 003 @ 00192300 n 0000 + 00568234 v 0202 + 00568234 v 0101 | the act of reducing to a scheme or formula
-00192613 04 n 02 economy 0 saving 0 007 @ 00037396 n 0000 + 02577454 a 0101 + 00840212 a 0102 + 02357228 v 0102 + 02269143 v 0103 ~ 00192910 n 0000 ~ 00193099 n 0000 | an act of economizing; reduction in cost; "it was a small economy to walk to work every day"; "there was a saving of 50 cents"
-00192910 04 n 03 retrenchment 0 curtailment 1 downsizing 0 003 @ 00192613 n 0000 + 02269767 v 0101 + 00430099 v 0101 | the reduction of expenditures in order to become financially stable
-00193099 04 n 01 economy_of_scale 0 001 @ 00192613 n 0000 | the saving in cost of production that is due to mass production
-00193225 04 n 01 accommodation 1 003 @ 00199707 n 0000 ;c 06080522 n 0000 + 03139585 a 0101 | (physiology) the automatic adjustment in focal length of the natural lens of the eye
-00193406 04 n 01 adaptation 1 004 @ 00199707 n 0000 ;c 06080522 n 0000 ~ 00193622 n 0000 ~ 00193811 n 0000 | (physiology) the responsive adjustment of a sense organ (as the eye) to varying conditions (as of light)
-00193622 04 n 01 dark_adaptation 0 001 @ 00193406 n 0000 | the process of adjusting the eyes to low levels of illumination; cones adapt first; rods continue to adapt for up to four hours
-00193811 04 n 01 light_adaptation 0 001 @ 00193406 n 0000 | the process of adjusting the eyes to relatively high levels of illumination; the pupil constricts and the cones system is operative
-00194005 04 n 01 take-up 0 001 @ 00148057 n 0000 | the action of taking up as by tightening or absorption or reeling in
-00194127 04 n 01 readjustment 0 002 @ 07369604 n 0000 + 00151114 v 0101 | the act of adjusting again (to changed circumstances)
-00194257 04 n 01 domestication 0 001 @ 07369604 n 0000 | accommodation to domestic life; "her explorer husband resisted all her attempts at domestication"
-00194414 04 n 02 decimalization 0 decimalisation 0 005 @ 00191142 n 0000 + 00530829 v 0202 + 00530592 v 0202 + 00530829 v 0101 + 00530592 v 0101 | the act of changing to a decimal system; "the decimalization of British currency"
-00194645 04 n 02 metrification 0 metrication 0 002 @ 00191142 n 0000 + 00381331 v 0204 | the act of changing from imperial units of measurement to metric units: meters, grams, seconds
-00194831 04 n 01 habituation 0 002 @ 07369604 n 0000 + 00273445 v 0101 | a general accommodation to unchanging environmental conditions
-00194969 04 n 02 variation 0 variance 0 004 @ 00407535 n 0000 + 02068277 a 0201 + 02661252 v 0202 + 02661252 v 0102 | an activity that varies from a norm or standard; "any variation in his routine was immediately reported"
-00195194 04 n 01 variation 1 002 @ 00191142 n 0000 + 00436879 v 0101 | the act of changing or altering something slightly but noticeably from the norm or standard; "who is responsible for these variations in taxation?"
-00195415 04 n 01 turning 1 002 @ 00191142 n 0000 + 00146138 v 0102 | act of changing in practice or custom; "the law took many turnings over the years"
-00195569 04 n 02 diversification 0 variegation 0 004 @ 00191142 n 0000 + 00436879 v 0202 + 00437125 v 0101 + 00436404 v 0101 | the act of introducing variety (especially in investments or in the variety of goods and services offered); "my broker recommended a greater diversification of my investments"; "he limited his losses by diversification of his product line"
-00195938 04 n 01 flux 0 001 @ 00191142 n 0000 | in constant change; "his opinions are in flux"; "the newness and flux of the computer industry"
-00196084 04 n 03 switch 0 switching 0 shift 1 009 @ 00191142 n 0000 + 00555447 v 0301 + 02259005 v 0204 + 00380159 v 0201 + 00121678 v 0103 + 00550117 v 0101 + 00380159 v 0101 + 00140751 v 0102 ~ 00196402 n 0000 | the act of changing one thing or position for another; "his switch on abortion cost him the election"
-00196402 04 n 01 switcheroo 0 001 @ 00196084 n 0000 | a sudden unexpected switch
-00196485 04 n 03 substitution 0 exchange 1 commutation 2 009 @ 00191142 n 0000 + 00553407 v 0301 + 00380424 v 0302 + 02393489 v 0201 + 00140751 v 0203 + 02257767 v 0101 ~ 00197772 n 0000 ~ 00198118 n 0000 ~ 00198270 n 0000 | the act of putting one thing or person in the place of another: "he sent Smith in for Jones but the substitution came too late to help"
-00196848 04 n 01 novation 0 003 @ 00197772 n 0000 ;c 08441203 n 0000 + 00577330 v 0101 | (law) the replacement of one obligation by another by mutual agreement of both parties; usually the replacement of one of the original parties to a contract with the consent of the remaining party
-00197136 04 n 01 pitching_change 0 001 @ 00197772 n 0000 | replacing a pitcher in baseball
-00197229 04 n 01 superannuation 0 002 @ 00216174 n 0000 + 02380418 v 0101 | the act of discharging someone because of age (especially to cause someone to retire from service on a pension)
-00197419 04 n 02 supersedure 0 supersession 0 003 @ 00197772 n 0000 + 02405390 v 0203 + 02405390 v 0103 | act of replacing one person or thing by another especially one held to be superior
-00197610 04 n 02 supplanting 0 displacement 0 002 @ 00197772 n 0000 + 02405390 v 0101 | act of taking the place of another especially using underhanded tactics
-00197772 04 n 02 replacement 0 replacing 0 010 @ 00196485 n 0000 + 02405390 v 0202 + 00162688 v 0201 + 02405390 v 0102 + 02257767 v 0102 + 00162688 v 0101 ~ 00196848 n 0000 ~ 00197136 n 0000 ~ 00197419 n 0000 ~ 00197610 n 0000 | the act of furnishing an equivalent person or thing in the place of another; "replacing the star will not be easy"
-00198118 04 n 01 subrogation 0 003 @ 00196485 n 0000 ;c 08441203 n 0000 + 02360882 v 0101 | (law) the act of substituting of one creditor for another
-00198270 04 n 02 weaning 0 ablactation 0 002 @ 00196485 n 0000 + 01186958 v 0101 | the act of substituting other food for the mother's milk in the diet of a child or young mammal
-00198451 04 n 01 promotion 0 006 @ 00191142 n 0000 + 02397637 v 0101 ! 00198793 n 0101 ~ 00065098 n 0000 ~ 00198631 n 0000 ~ 00198919 n 0000 | act of raising in rank or position
-00198631 04 n 01 preferment 0 003 @ 00198451 n 0000 + 02400037 v 0101 + 00679389 v 0102 | the act of preferring; "the preferment went to the younger candidate"
-00198793 04 n 01 demotion 0 003 @ 00191142 n 0000 + 02399331 v 0101 ! 00198451 n 0101 | act of lowering in rank or position
-00198919 04 n 02 investment 2 investiture 0 002 @ 00198451 n 0000 + 02386675 v 0101 | the ceremonial act of clothing someone in the insignia of an office; the formal promotion of a person to an office or rank
-00199130 04 n 01 change_of_state 0 025 @ 00191142 n 0000 ~ 00200244 n 0000 ~ 00201058 n 0000 ~ 00201516 n 0000 ~ 00201671 n 0000 ~ 00209943 n 0000 ~ 00231567 n 0000 ~ 00234892 n 0000 ~ 00235435 n 0000 ~ 00242808 n 0000 ~ 00243918 n 0000 ~ 00248368 n 0000 ~ 00248748 n 0000 ~ 00248977 n 0000 ~ 00261604 n 0000 ~ 00262249 n 0000 ~ 00266253 n 0000 ~ 00271263 n 0000 ~ 00273690 n 0000 ~ 00276620 n 0000 ~ 00277376 n 0000 ~ 00278810 n 0000 ~ 00279674 n 0000 ~ 00583747 n 0000 ~ 00583933 n 0000 | the act of changing something into something different in essential characteristics
-00199707 04 n 03 alteration 1 modification 0 adjustment 0 011 @ 00191142 n 0000 + 00298067 v 0301 + 00169806 v 0201 + 00126264 v 0102 + 01667132 v 0101 ~ 00147862 n 0000 ~ 00148057 n 0000 ~ 00193225 n 0000 ~ 00193406 n 0000 ~ 01000843 n 0000 + 00126264 v 0203 | the act of making something different (as e.g. the size of a garment)
-00200041 04 n 02 distraction 2 misdirection 1 002 @ 00399393 n 0000 + 01791756 v 0101 | the act of distracting; drawing someone's attention away from something; "conjurers are experts at misdirection"
-00200244 04 n 01 aeration 0 002 @ 00199130 n 0000 + 00185465 v 0104 | the act of charging a liquid with a gas making it effervescent
-00200379 04 n 01 modulation 0 002 @ 00399393 n 0000 + 00299341 v 0102 | the act of modifying or adjusting according to due measure and proportion (as with regard to artistic effect)
-00200563 04 n 01 qualification 0 002 @ 00399393 n 0000 + 00199309 v 0101 | the act of modifying or changing the strength of some idea; "his new position involves a qualification of his party's platform"
-00200768 04 n 01 reorganization 1 003 @ 00399393 n 0000 + 02433381 v 0101 + 02433123 v 0101 | an extensive alteration of the structure of a corporation or government; "after the takeover there was a thorough reorganization"; "the reorganization was prescribed by federal bankruptcy laws"
-00201058 04 n 02 passage 4 transition 0 006 @ 00199130 n 0000 + 01915365 v 0201 + 00550546 v 0201 + 01972131 v 0102 ~ 00201269 n 0000 ~ 00201397 n 0000 | the act of passing from one state or place to the next
-00201269 04 n 02 fossilization 0 fossilisation 0 002 @ 00201058 n 0000 + 00249556 v 0202 | becoming inflexible or out of date
-00201397 04 n 01 segue 0 001 @ 00201058 n 0000 | the act of changing smoothly from one state or situation to another
-00201516 04 n 02 meddling 0 tampering 0 003 @ 00199130 n 0000 + 02539101 v 0202 + 02539101 v 0101 | the act of altering something secretly or improperly
-00201671 04 n 02 transfer 3 transference 1 003 @ 00199130 n 0000 + 01435380 v 0102 + 02232190 v 0101 | the act of transfering something from one form to another; "the transfer of the music from record to tape suppressed much of the background noise"
-00201923 04 n 03 prohibition 0 inhibition 1 forbiddance 0 004 @ 00037396 n 0000 + 00795863 v 0301 + 00462092 v 0203 + 00795863 v 0102 | the action of prohibiting or inhibiting or forbidding (or an instance thereof); "they were restrained by a prohibition in their charter"; "a medical inhibition of alcoholic beverages"; "he ignored his parents' forbiddance"
-00202284 04 n 02 resistance 2 opposition 1 005 @ 00037396 n 0000 + 00775831 v 0201 ~ 00202620 n 0000 ~ 00202816 n 0000 ~ 00790086 n 0000 | the action of opposing something that you disapprove or disagree with; "he encountered a general feeling of resistance from many citizens"; "despite opposition from the newspapers he went ahead"
-00202620 04 n 01 lockout 0 002 @ 00202284 n 0000 + 02449717 v 0101 | a management action resisting employee's demands; employees are barred from entering the workplace until they agree to terms
-00202816 04 n 01 reaction 1 002 @ 00202284 n 0000 ~ 00203020 n 0000 | doing something in opposition to another way of doing it that you don't like; "his style of painting was a reaction against cubism"
-00203020 04 n 01 backlash 0 003 @ 00202816 n 0000 + 02378950 v 0102 ~ 00203208 n 0000 | an adverse reaction to some political or social occurrence; "there was a backlash of intolerance"
-00203208 04 n 02 whitelash 0 white_backlash 0 001 @ 00203020 n 0000 | backlash by white racists against black civil rights advances
-00203342 04 n 01 rejection 0 011 @ 00030358 n 0000 + 02237338 v 0102 + 00807178 v 0102 + 00685683 v 0101 ~ 00203649 n 0000 ~ 00203753 n 0000 ~ 00204439 n 0000 ~ 00205079 n 0000 ~ 00205349 n 0000 ~ 00206302 n 0000 ~ 00209446 n 0000 | the act of rejecting something; "his proposals were met with rejection"
-00203649 04 n 01 brush-off 0 002 @ 00203342 n 0000 + 00800930 v 0104 | a curt or disdainful rejection
-00203753 04 n 04 avoidance 0 turning_away 0 shunning 0 dodging 1 007 @ 00203342 n 0000 + 00809654 v 0409 + 00812149 v 0301 + 00811375 v 0101 ~ 00204022 n 0000 ~ 00204199 n 0000 ~ 00204334 n 0000 | deliberately avoiding; keeping away from or preventing from happening
-00204022 04 n 02 aversion 0 averting 1 002 @ 00203753 n 0000 + 02034511 v 0101 | the act of turning yourself (or your gaze) away; "averting her gaze meant that she was angry"
-00204199 04 n 01 escape 3 002 @ 00203753 n 0000 + 00810557 v 0102 | an avoidance of danger or difficulty; "that was a narrow escape"
-00204334 04 n 01 near_thing 0 001 @ 00203753 n 0000 | something that barely avoids failure or disaster
-00204439 04 n 03 abandonment 3 forsaking 0 desertion 1 007 @ 00203342 n 0000 + 02584097 v 0302 + 02227741 v 0101 + 00613393 v 0101 ~ 00204659 n 0000 ~ 00204814 n 0000 ~ 00204943 n 0000 | the act of giving something up
-00204659 04 n 01 exposure 1 002 @ 00204439 n 0000 + 00614444 v 0101 | abandoning without shelter or protection (as by leaving as infant out in the open)
-00204814 04 n 02 apostasy 0 tergiversation 1 002 @ 00204439 n 0000 + 00757856 v 0203 | the act of abandoning a party for cause
-00204943 04 n 01 bolt 0 003 @ 00204439 n 0000 ;c 06148148 n 0000 + 02073714 v 0102 | a sudden abandonment (as from a political party)
-00205079 04 n 03 renunciation 0 forgoing 0 forswearing 0 005 @ 00203342 n 0000 + 00798717 v 0303 + 02379198 v 0102 ~ 00205543 n 0000 ~ 00205649 n 0000 | the act of renouncing; sacrificing or giving up or surrendering (a possession or right or title or privilege etc.)
-00205349 04 n 02 nonacceptance 0 turndown 0 004 @ 00203342 n 0000 + 02237338 v 0204 + 02502916 v 0202 + 00796976 v 0207 | the act of refusing an offer; "the turndown was polite but very firm"
-00205543 04 n 02 forsaking 1 giving_up 0 002 @ 00205079 n 0000 + 00614057 v 0102 | the act of forsaking
-00205649 04 n 05 abnegation 0 self-abnegation 0 denial 1 self-denial 1 self-renunciation 0 004 @ 01205961 n 0000 @ 00205079 n 0000 + 02213074 v 0301 + 02213074 v 0102 | renunciation of your own interests in favor of the interests of others
-00205891 04 n 03 forfeit 0 forfeiture 0 sacrifice 1 004 @ 00030358 n 0000 + 02343595 v 0301 + 02303331 v 0201 + 02303331 v 0101 | the act of losing or surrendering something as a penalty for a mistake or fault or failure to perform etc.
-00206130 04 n 01 boycott 0 002 @ 01177033 n 0000 + 02465494 v 0101 | a group's refusal to have commercial dealings with some organization in protest against its policies
-00206302 04 n 02 banishment 0 proscription 0 010 @ 00203342 n 0000 + 00795863 v 0204 + 02503803 v 0101 ~ 00206600 n 0000 ~ 00206779 n 0000 ~ 00206927 n 0000 ~ 00207761 n 0000 ~ 00208277 n 0000 ~ 00208521 n 0000 ~ 00208694 n 0000 | rejection by means of an act of banishing or proscribing someone
-00206600 04 n 02 anathematization 0 anathematisation 0 003 @ 00206302 n 0000 + 00864910 v 0207 + 00864910 v 0106 | the formal act of pronouncing (someone or something) accursed
-00206779 04 n 01 disbarment 0 003 @ 00206302 n 0000 ;c 08441203 n 0000 + 02480588 v 0101 | the act of expelling a lawyer from the practice of law
-00206927 04 n 04 ejection 0 exclusion 1 expulsion 1 riddance 0 010 @ 00206302 n 0000 + 02401809 v 0306 + 02501738 v 0301 + 01468576 v 0203 + 01468576 v 0101 ~ 00116989 n 0000 ~ 00207306 n 0000 ~ 00207434 n 0000 ~ 00207622 n 0000 ~ 00208797 n 0000 | the act of forcing out someone or something; "the ejection of troublemakers by the police"; "the child's expulsion from school"
-00207306 04 n 01 deportation 1 002 @ 00206927 n 0000 + 02499312 v 0102 | the expulsion from a country of an undesirable alien
-00207434 04 n 01 ostracism 0 005 @ 00206927 n 0000 + 02504017 v 0103 + 02465658 v 0101 + 02504017 v 0104 + 02465658 v 0102 | the act of excluding someone from society by general consent
-00207622 04 n 02 barring 0 blackball 0 002 @ 00206927 n 0000 + 02504017 v 0207 | the act of excluding someone by a negative vote or veto
-00207761 04 n 04 exile 0 deportation 0 expatriation 0 transportation 2 005 @ 00206302 n 0000 + 02499312 v 0301 + 02499312 v 0202 + 02499312 v 0103 ~i 00208141 n 0000 | the act of expelling a person from their native land; "men in exile dream of hope"; "his deportation to a penal colony"; "the expatriation of wealthy farmers"; "the sentence was one of transportation for life"
-00208141 04 n 01 Babylonian_Captivity 0 001 @i 00207761 n 0000 | the deportation of the Jews to Babylonia by Nebuchadnezzar in 586 BC
-00208277 04 n 02 excommunication 0 excision 2 002 @ 00206302 n 0000 + 01030397 v 0101 | the act of banishing a member of a church from the communion of believers and the privileges of the church; cutting a person off from a religious society
-00208521 04 n 01 relegation 1 002 @ 00206302 n 0000 + 02503803 v 0102 | mild banishment; consignment to an inferior position; "he has been relegated to a post in Siberia"
-00208694 04 n 01 rustication 1 002 @ 00206302 n 0000 + 02504416 v 0101 | banishment into the country
-00208797 04 n 02 ouster 0 ousting 0 003 @ 00206927 n 0000 + 02401809 v 0201 ~ 00208943 n 0000 | the act of ejecting someone or forcing them out
-00208943 04 n 02 deposition 0 dethronement 0 003 @ 00208797 n 0000 + 02391453 v 0201 + 02405252 v 0101 | the act of deposing someone; removing a powerful person from a position or office
-00209132 04 n 02 suspension 1 temporary_removal 0 003 @ 01077881 n 0000 + 02502037 v 0101 ~ 00209301 n 0000 | a temporary debarment (from a privilege or position etc)
-00209301 04 n 01 rustication 3 003 @ 00209132 n 0000 ;r 08860123 n 0000 + 02502232 v 0102 | temporary dismissal of a student from a university
-00209446 04 n 01 displacement 1 001 @ 00203342 n 0000 | act of removing from office or employment
-00209546 04 n 01 veto 0 004 @ 00183505 n 0000 + 00795863 v 0105 + 02473431 v 0101 ~ 00209680 n 0000 | a vote that blocks a decision
-00209680 04 n 01 pocket_veto 0 001 @ 00209546 n 0000 | indirect veto of legislation by refusing to sign it
-00209789 04 n 01 write-in 0 002 @ 00183505 n 0000 + 02461807 v 0101 | a vote cast by writing in the name of a candidate who is not listed on the ballot
-00209943 04 n 03 termination 0 ending 0 conclusion 0 025 @ 00199130 n 0000 + 00715074 v 0301 + 00352826 v 0201 + 00352826 v 0102 ~ 00034939 n 0000 ~ 00155085 n 0000 ~ 00210940 n 0000 ~ 00211110 n 0000 ~ 00212205 n 0000 ~ 00212808 n 0000 ~ 00215314 n 0000 ~ 00215683 n 0000 ~ 00216038 n 0000 ~ 00216174 n 0000 ~ 00217014 n 0000 ~ 00219012 n 0000 ~ 00228283 n 0000 ~ 00228535 n 0000 ~ 00228911 n 0000 ~ 00229260 n 0000 ~ 00229934 n 0000 ~ 00230172 n 0000 ~ 00230324 n 0000 ~ 00233614 n 0000 ~ 01022483 n 0000 | the act of ending something; "the termination of the agreement"
-00210518 04 n 02 finish 0 finishing 0 006 @ 00211110 n 0000 + 00484166 v 0202 + 02609764 v 0103 + 00484166 v 0102 ! 00235435 n 0102 ~ 00210797 n 0000 | the act of finishing; "his best finish in a major tournament was third"; "the speaker's finishing was greeted with applause"
-00210797 04 n 04 finale 0 close 0 closing_curtain 0 finis 0 002 @ 00210518 n 0000 + 02610628 v 0202 | the concluding part of any performance
-00210940 04 n 02 release 6 tone_ending 0 003 @ 00209943 n 0000 ;c 07020895 n 0000 ~ 07116443 n 0000 | (music) the act or manner of terminating a musical phrase or tone
-00211110 04 n 05 completion 0 culmination 0 closing 2 windup 0 mop_up 0 014 @ 00209943 n 0000 + 00484892 v 0504 + 00352558 v 0405 + 02610628 v 0302 + 02425913 v 0301 + 00485609 v 0201 + 00484166 v 0101 ~ 00061598 n 0000 ~ 00061792 n 0000 ~ 00210518 n 0000 ~ 00211462 n 0000 ~ 00211593 n 0000 ~ 00211776 n 0000 ~ 00212065 n 0000 | a concluding action
-00211462 04 n 02 finalization 0 finalisation 0 003 @ 00211110 n 0000 + 00481941 v 0202 + 00481941 v 0101 | the act of finalizing
-00211593 04 n 01 follow-through 0 002 @ 00211110 n 0000 + 00486018 v 0101 | carrying some project or intention to full completion; "I appreciated his follow-through on his promise"
-00211776 04 n 01 follow-through 1 003 @ 00211110 n 0000 #p 00565302 n 0000 + 01406016 v 0101 | the act of carrying a stroke to its natural completion; "his follow-through was straight down the line toward the target"; "squash can be dangerous if your opponent has a long follow-through"
-00212065 04 n 01 graduation 1 003 @ 00211110 n 0000 + 02264179 v 0101 + 02264397 v 0101 | the successful completion of a program of study
-00212205 04 n 01 retirement 0 005 @ 00209943 n 0000 + 02380009 v 0101 + 02379753 v 0101 ~ 00212377 n 0000 ~ 00212551 n 0000 | withdrawal from your position or occupation
-00212377 04 n 01 hibernation 0 001 @ 00212205 n 0000 | the act of retiring into inactivity; "he emerged from his hibernation to make his first appearance in several years"
-00212551 04 n 01 rustication 0 002 @ 00212205 n 0000 + 02616542 v 0101 | the action of retiring to and living in the country
-00212678 04 n 02 swan_song 0 last_hurrah 0 001 @ 00550771 n 0000 | a final performance or effort (especially before retirement)
-00212808 04 n 02 relinquishment 0 relinquishing 0 007 @ 00209943 n 0000 + 02316304 v 0202 + 02227487 v 0104 + 01474550 v 0104 ~ 00213052 n 0000 ~ 00213186 n 0000 ~ 00213694 n 0000 | the act of giving up and abandoning a struggle or task etc.
-00213052 04 n 02 cession 0 ceding 0 004 @ 00212808 n 0000 + 02316649 v 0103 + 02235229 v 0102 ~ 01249991 n 0000 | the act of ceding
-00213186 04 n 01 handover 0 002 @ 00212808 n 0000 + 02293321 v 0101 | act of relinquishing property or authority etc; "the handover of occupied territory"
-00213343 04 n 01 surrender 1 003 @ 01108753 n 0000 + 02235229 v 0101 ~ 00213482 n 0000 | the delivery of a principal into lawful custody
-00213482 04 n 01 extradition 0 002 @ 00213343 n 0000 + 02503365 v 0101 | the surrender of an accused or convicted person by one state or country to another (usually under the provisions of a statute or treaty)
-00213694 04 n 03 release 5 waiver 0 discharge 2 006 @ 00212808 n 0000 + 01097743 v 0301 + 02534062 v 0201 + 02303331 v 0204 + 02316304 v 0101 ~ 00213903 n 0000 | a formal written statement of relinquishment
-00213903 04 n 03 exemption 0 immunity 0 granting_immunity 0 006 @ 00213694 n 0000 + 02365900 a 0201 ~ 00214148 n 0000 ~ 00214315 n 0000 ~ 00214526 n 0000 ~ 00215013 n 0000 | an act exempting someone; "he was granted immunity from prosecution"
-00214148 04 n 01 fix 1 001 @ 00213903 n 0000 | an exemption granted after influence (e.g., money) is brought to bear; "collusion resulted in tax fixes for gamblers"
-00214315 04 n 01 official_immunity 0 001 @ 00213903 n 0000 | personal immunity accorded to a public official from liability to anyone injured by actions that are the consequence of exerting official authority
-00214526 04 n 01 sovereign_immunity 0 001 @ 00213903 n 0000 | an exemption that precludes bringing a suit against the sovereign government without the government's consent; "the doctrine of sovereign immunity originated with the maxim that the king can do no wrong"
-00214794 04 n 01 transactional_immunity 0 001 @ 00215013 n 0000 | a broader form of use immunity that also protects the witness from any prosecution brought about relating to transactions to which they gave testimony
-00215013 04 n 02 use_immunity 0 testimonial_immunity 0 002 @ 00213903 n 0000 ~ 00214794 n 0000 | an exemption that displaces the privilege against self-incrimination; neither compelled testimony or any fruits of it can be used against the witness who therefore can no longer fear self-incrimination
-00215314 04 n 02 dissolution 0 breakup 0 005 @ 00209943 n 0000 + 02431320 v 0206 + 00355955 v 0101 ~ 00215534 n 0000 ~ 01240979 n 0000 | the termination or disintegration of a relationship (between persons or nations)
-00215534 04 n 01 splitsville 0 001 @ 00215314 n 0000 | separation or breakup or divorce; "after 15 years together they are headed for splitsville"
-00215683 04 n 01 overthrow 1 003 @ 00209943 n 0000 + 02402409 v 0101 ~ 00215838 n 0000 | the termination of a ruler or institution (especially by force)
-00215838 04 n 02 subversion 1 subversive_activity 0 003 @ 00215683 n 0000 + 01565028 v 0101 + 02402409 v 0102 | the act of subverting; as overthrowing or destroying a legally constituted government
-00216038 04 n 02 adjournment 0 dissolution 1 003 @ 00209943 n 0000 + 00355955 v 0201 + 00364297 v 0101 | the termination of a meeting
-00216174 04 n 08 dismissal 0 dismission 0 discharge 1 firing 1 liberation 1 release 2 sack 0 sacking 0 014 @ 00209943 n 0000 + 02402825 v 0808 + 02402825 v 0708 + 02402825 v 0402 + 02422026 v 0302 + 02402825 v 0205 + 02402825 v 0105 ~ 00197229 n 0000 ~ 00216607 n 0000 ~ 00216723 n 0000 ~ 00233795 n 0000 ~ 00233980 n 0000 ~ 00234105 n 0000 ~ 00234277 n 0000 | the termination of someone's employment (leaving them free to depart)
-00216607 04 n 02 conge 1 congee 1 002 @ 00216174 n 0000 + 00898918 v 0102 | an abrupt and unceremonious dismissal
-00216723 04 n 01 removal 2 003 @ 00216174 n 0000 + 02404224 v 0101 ~ 00216834 n 0000 | dismissal from office
-00216834 04 n 01 purge 2 002 @ 00216723 n 0000 + 02565090 v 0101 | an abrupt or sudden removal of a person or group from an organization or place; "he died in a purge by Stalin"
-00217014 04 n 02 destruction 0 devastation 0 018 @ 00209943 n 0000 + 00388635 v 0203 + 01619929 v 0101 + 01564144 v 0101 ~ 00217499 n 0000 ~ 00217593 n 0000 ~ 00217773 n 0000 ~ 00218045 n 0000 ~ 00218208 n 0000 ~ 00218427 n 0000 ~ 00222766 n 0000 ~ 00234675 n 0000 ~ 01244895 n 0000 ~ 01245061 n 0000 ~ 01245318 n 0000 ~ 01249483 n 0000 ~ 01249616 n 0000 ~ 01249816 n 0000 | the termination of something by causing so much damage to it that it cannot be repaired or no longer exists
-00217499 04 n 01 disaster 0 001 @ 00217014 n 0000 | an act that has disastrous consequences
-00217593 04 n 01 kill 1 002 @ 00217014 n 0000 + 00355365 v 0101 | the destruction of an enemy plane or ship or tank or missile; "the pilot reported two kills during the mission"
-00217773 04 n 05 laying_waste 0 ruin 0 ruining 0 ruination 0 wrecking 0 007 @ 00217014 n 0000 + 01566185 v 0502 + 01564144 v 0402 + 01566490 v 0301 + 01564144 v 0302 + 01566490 v 0201 + 01564144 v 0202 | destruction achieved by causing something to be wrecked or ruined
-00218045 04 n 04 razing 0 leveling 1 tearing_down 0 demolishing 0 003 @ 00217014 n 0000 + 01656458 v 0401 + 01661804 v 0102 | complete destruction of a building
-00218208 04 n 02 annihilation 0 obliteration 0 007 @ 00217014 n 0000 + 00472230 v 0201 + 00311338 v 0201 + 00470701 v 0102 ~ 00218602 n 0000 ~ 00218753 n 0000 ~ 00218902 n 0000 | destruction by annihilating something
-00218427 04 n 01 decimation 0 002 @ 00217014 n 0000 + 00470701 v 0106 | destroying or killing a large part of the population (literally every tenth person as chosen by lot)
-00218602 04 n 02 atomization 1 atomisation 1 003 @ 00218208 n 0000 + 01133288 v 0203 + 01133288 v 0102 | annihilation by reducing something to atoms
-00218753 04 n 02 pulverization 1 pulverisation 1 003 @ 00218208 n 0000 + 01656458 v 0203 + 01656458 v 0102 | annihilation by pulverizing something
-00218902 04 n 02 vaporization 0 vaporisation 0 001 @ 00218208 n 0000 | annihilation by vaporizing something
-00219012 04 n 03 killing 0 kill 0 putting_to_death 0 020 @ 00209943 n 0000 + 01325774 v 0201 + 02748495 v 0201 + 01325536 v 0201 + 01323958 v 0201 + 01323958 v 0101 ~ 00219463 n 0000 ~ 00219575 n 0000 ~ 00219856 n 0000 ~ 00220023 n 0000 ~ 00222248 n 0000 ~ 00222376 n 0000 ~ 00222485 n 0000 ~ 00223854 n 0000 ~ 00224738 n 0000 ~ 00225593 n 0000 ~ 00227595 n 0000 ~ 00228078 n 0000 ~ 00228181 n 0000 ~ 01245159 n 0000 | the act of terminating a life
-00219463 04 n 02 deathblow 0 coup_de_grace 0 001 @ 00219012 n 0000 | the blow that kills (usually mercifully)
-00219575 04 n 01 death 0 004 @ 00219012 n 0000 + 00993667 a 0102 + 00358431 v 0101 + 02109818 v 0101 | the act of killing; "he had two deaths on his conscience"
-00219738 04 n 01 drive-by_killing 0 001 @ 00225150 n 0000 | homicide committed by shooting from a moving automobile
-00219856 04 n 02 euthanasia 0 mercy_killing 0 001 @ 00219012 n 0000 | the act of killing someone painlessly (especially someone suffering from an incurable illness)
-00220023 04 n 01 homicide 0 006 @ 00219012 n 0000 + 00248837 a 0101 ~ 00220219 n 0000 ~ 00220409 n 0000 ~ 00220522 n 0000 ~ 00225150 n 0000 | the killing of a human being by another human being
-00220219 04 n 01 honor_killing 0 001 @ 00220023 n 0000 | an ancient tradition still sometimes observed; a male member of the family kills a female relative for tarnishing the family image
-00220409 04 n 01 manslaughter 0 002 @ 00220023 n 0000 ~ 00221343 n 0000 | homicide without malice aforethought
-00220522 04 n 03 murder 0 slaying 0 execution 1 023 @ 00220023 n 0000 + 02484208 v 0301 + 02482425 v 0202 + 00248837 a 0102 + 02482425 v 0101 ~ 00221056 n 0000 ~ 00221178 n 0000 ~ 00221480 n 0000 ~ 00221596 n 0000 ~ 00221727 n 0000 ~ 00221981 n 0000 ~ 00222064 n 0000 ~ 00222155 n 0000 ~ 00223720 n 0000 ~ 00223983 n 0000 ~ 00224599 n 0000 ~ 00225070 n 0000 ~ 01247306 n 0000 ~ 01250335 n 0000 ~ 01250492 n 0000 ~ 01250569 n 0000 ~ 01250671 n 0000 ~ 01250745 n 0000 | unlawful premeditated killing of a human being by a human being
-00221056 04 n 01 assassination 0 002 @ 00220522 n 0000 + 02483000 v 0101 | murder of a public figure by surprise attack
-00221178 04 n 02 bloodshed 1 gore 0 002 @ 00220522 n 0000 + 01445235 v 0201 | the shedding of blood resulting in murder; "he avenged the bloodshed of his kinsmen"
-00221343 04 n 01 chance-medley 0 002 @ 00220409 n 0000 ;c 08441203 n 0000 | an unpremeditated killing of a human being in self defense
-00221480 04 n 01 contract_killing 0 001 @ 00220522 n 0000 | a murder carried out on agreement with a hired killer
-00221596 04 n 01 parricide 0 003 @ 00220522 n 0000 ~ 00221819 n 0000 ~ 00221900 n 0000 | the murder of your own father or mother
-00221727 04 n 01 mariticide 0 001 @ 00220522 n 0000 | the murder of a husband by his wife
-00221819 04 n 01 matricide 0 001 @ 00221596 n 0000 | the murder of your mother
-00221900 04 n 01 patricide 0 001 @ 00221596 n 0000 | the murder of your father
-00221981 04 n 01 fratricide 0 001 @ 00220522 n 0000 | the murder of your sibling
-00222064 04 n 01 uxoricide 0 001 @ 00220522 n 0000 | the murder of a wife by her husband
-00222155 04 n 01 filicide 0 001 @ 00220522 n 0000 | the murder of your own son or daughter
-00222248 04 n 02 dispatch 1 despatch 1 003 @ 00219012 n 0000 + 02482425 v 0104 + 01325128 v 0101 | killing a person or animal
-00222376 04 n 01 fell 0 002 @ 00219012 n 0000 + 01258302 v 0101 | the act of felling something (as a tree)
-00222485 04 n 03 suicide 0 self-destruction 0 self-annihilation 0 008 @ 00219012 n 0000 + 01620436 v 0202 + 01620436 v 0201 + 02060912 a 0102 ~ 00222939 n 0000 ~ 00223268 n 0000 ~ 00223362 n 0000 ~ 00223575 n 0000 | the act of killing yourself; "it is a crime to commit suicide"
-00222766 04 n 01 self-destruction 1 003 @ 00217014 n 0000 + 01620436 v 0102 + 01620436 v 0101 | the act of destroying yourself; "his insistence was pure self-destruction"
-00222939 04 n 01 assisted_suicide 0 002 @ 00222485 n 0000 ~ 00223144 n 0000 | suicide of a terminally ill person that involves an assistant who serves to make dying as painless and dignified as possible
-00223144 04 n 01 physician-assisted_suicide 0 001 @ 00222939 n 0000 | assisted suicide where the assistant is a physician
-00223268 04 n 01 felo-de-se 0 001 @ 00222485 n 0000 | an act of deliberate self destruction
-00223362 04 n 04 harakiri 0 hara-kiri 0 harikari 0 seppuku 0 002 @ 00222485 n 0000 ;r 08921850 n 0000 | ritual suicide by self-disembowelment on a sword; practiced by samurai in the traditional Japanese society
-00223575 04 n 01 suttee 0 001 @ 00222485 n 0000 | the act of a Hindu widow willingly cremating herself on the funeral pyre of her dead husband
-00223720 04 n 02 elimination 1 liquidation 2 003 @ 00220522 n 0000 + 01327301 v 0203 + 00471711 v 0102 | the murder of a competitor
-00223854 04 n 01 slaughter 0 003 @ 00219012 n 0000 #p 00620424 n 0000 + 01322854 v 0102 | the killing of animals (as for food)
-00223983 04 n 05 slaughter 1 massacre 0 mass_murder 0 carnage 0 butchery 2 008 @ 00220522 n 0000 + 01322854 v 0501 + 00479176 v 0201 + 00249104 a 0104 + 00479176 v 0102 ~ 00224260 n 0000 ~i 01269360 n 0000 ~i 01284444 n 0000 | the savage and excessive killing of many people
-00224260 04 n 04 bloodbath 0 bloodletting 1 bloodshed 0 battue 1 001 @ 00223983 n 0000 | indiscriminate slaughter; "a bloodbath took place when the leaders of the plot surrendered"; "ten days after the bloodletting Hitler gave the action its name"; "the valley is no stranger to bloodshed and murder"; "a huge prison battue was ordered"
-00224599 04 n 01 lynching 0 002 @ 00220522 n 0000 + 02484397 v 0101 | putting a person to death by mob action without due process of law
-00224738 04 n 01 poisoning 0 005 @ 00219012 n 0000 + 01323338 v 0101 + 00532429 v 0101 + 00088339 v 0101 ~ 00224936 n 0000 | the act of giving poison to a person or animal with the intent to kill
-00224936 04 n 01 gassing 0 002 @ 00224738 n 0000 + 01125373 v 0101 | the deliberate act of poisoning some person or animal with gas
-00225070 04 n 01 regicide 0 001 @ 00220522 n 0000 | the act of killing a king
-00225150 04 n 01 shooting 1 005 @ 00220023 n 0000 + 02484570 v 0101 ~ 00219738 n 0000 ~ 00225361 n 0000 ~ 00225484 n 0000 | killing someone by gunfire; "when the shooting stopped there were three dead bodies"
-00225361 04 n 01 drive-by_shooting 0 001 @ 00225150 n 0000 | shooting someone from a car as it is driven past the victim
-00225484 04 n 01 wing_shooting 0 001 @ 00225150 n 0000 | shooting game birds that are flying (on the wing)
-00225593 04 n 02 suffocation 0 asphyxiation 0 006 @ 00219012 n 0000 + 00359511 v 0203 + 01569181 v 0202 + 01569181 v 0103 + 00359511 v 0101 ~ 00225786 n 0000 | killing by depriving of oxygen
-00225786 04 n 04 choking 0 strangling 0 strangulation 1 throttling 0 007 @ 00225593 n 0000 + 01570935 v 0403 + 01570935 v 0302 + 01570935 v 0301 + 01570935 v 0201 + 01570744 v 0101 + 00077950 v 0101 | the act of suffocating (someone) by constricting the windpipe; "no evidence that the choking was done by the accused"
-00226107 04 n 01 spasm 0 006 @ 01149911 n 0000 ;c 06060845 n 0000 ~ 00226511 n 0000 ~ 00226711 n 0000 ~ 00226951 n 0000 ~ 00227137 n 0000 | (pathology) sudden constriction of a hollow organ (as a blood vessel)
-00226319 04 n 01 squeeze 3 001 @ 01149911 n 0000 | the act of forcing yourself (or being forced) into or through a restricted space; "getting through that small opening was a tight squeeze"
-00226511 04 n 01 bronchospasm 0 003 @ 00226107 n 0000 #p 14145911 n 0000 #p 14146273 n 0000 | a spasm of the bronchi that makes exhalation difficult and noisy; associated with asthma and bronchitis
-00226711 04 n 01 cardiospasm 0 001 @ 00226107 n 0000 | a spasm of the cardiac sphincter (between the esophagus and the stomach); if the cardiac sphincter does not relax during swallowing the passage of food into the stomach is obstructed
-00226951 04 n 02 heave 3 retch 0 004 @ 00226107 n 0000 + 00076400 v 020a + 00077458 v 0203 + 00077458 v 0102 | an involuntary spasm of ineffectual vomiting; "a bad case of the heaves"
-00227137 04 n 01 laryngismus 0 001 @ 00226107 n 0000 | laryngeal spasm caused by the sudden contraction of laryngeal muscles
-00227264 04 n 01 strangulation 2 003 @ 01149911 n 0000 ;c 06060845 n 0000 + 01388653 v 0101 | (pathology) constriction of a body part so as to cut off the flow of blood or other fluid; "strangulation of the intestine"
-00227484 04 n 01 carjacking 0 002 @ 00769944 n 0000 + 01472417 v 0101 | the violent theft of an occupied car
-00227595 04 n 02 sacrifice 0 ritual_killing 0 007 @ 00219012 n 0000 ;c 00015388 n 0000 + 03113271 a 0101 + 02325558 v 0101 + 01326093 v 0101 ~ 00227848 n 0000 ~ 00227969 n 0000 | the act of killing (an animal or person) in order to propitiate a deity
-00227848 04 n 01 hecatomb 0 001 @ 00227595 n 0000 | a great sacrifice; an ancient Greek or Roman sacrifice of 100 oxen
-00227969 04 n 01 immolation 0 002 @ 00227595 n 0000 + 02325736 v 0101 | killing or offering as a sacrifice
-00228078 04 n 01 electrocution 0 002 @ 00219012 n 0000 + 02485135 v 0101 | killing by electric shock
-00228181 04 n 02 decapitation 0 beheading 0 001 @ 00219012 n 0000 | killing by cutting off the head
-00228283 04 n 02 abolition 0 abolishment 0 004 @ 00209943 n 0000 + 02427334 v 0201 + 03138752 a 0101 + 02427334 v 0101 | the act of abolishing a system or practice or institution (especially abolishing slavery); "the abolition of capital punishment"
-00228535 04 n 02 liquidation 0 settlement 0 005 @ 00209943 n 0000 + 02254258 v 0201 + 00798091 v 0201 + 02352019 v 0101 ~ 00228762 n 0000 | termination of a business operation by using its assets to discharge its liabilities
-00228762 04 n 02 viatical_settlement 0 viaticus_settlement 0 001 @ 00228535 n 0000 | sale of an insurance policy by a terminally ill policy holder
-00228911 04 n 02 withdrawal 2 drug_withdrawal 0 002 @ 00209943 n 0000 ~ 00229034 n 0000 | the termination of drug taking
-00229034 04 n 01 cold_turkey 0 001 @ 00228911 n 0000 | complete and abrupt withdrawal of all addictive drugs or anything else on which you have become dependent; "he quit smoking cold turkey"; "she quit her job cold turkey"
-00229260 04 n 04 closure 0 closedown 0 closing 0 shutdown 0 010 @ 00209943 n 0000 + 02426395 v 0404 + 02426395 v 0302 + 02426395 v 0205 + 02425913 v 0101 + 02140781 v 0101 + 02426395 v 0102 ~ 00229587 n 0000 ~ 00229688 n 0000 ~ 00229814 n 0000 | termination of operations; "they regretted the closure of the day care center"
-00229587 04 n 01 plant_closing 0 001 @ 00229260 n 0000 | act of shutting down operation of a plant
-00229688 04 n 01 bank_closing 0 001 @ 00229260 n 0000 | act of closing down a bank because of a fiscal emergency or failure
-00229814 04 n 01 layoff 0 002 @ 00229260 n 0000 + 02403537 v 0102 | the act of laying off an employee or a work force
-00229934 04 n 03 extinction 1 extinguishing 0 quenching 0 005 @ 00209943 n 0000 + 02761897 v 0304 + 02761897 v 0203 + 02761897 v 0103 + 00478217 v 0102 | the act of extinguishing; causing to stop burning; "the extinction of the lights"
-00230172 04 n 02 fade 0 disappearance 1 004 @ 00209943 n 0000 + 00427397 v 0202 + 02156546 v 0202 + 00224651 v 0101 | gradually ceasing to be visible
-00230324 04 n 01 abortion 0 005 @ 00209943 n 0000 + 09757175 n 0101 + 00059899 v 0101 ~ 00230475 n 0000 ~ 00231161 n 0000 | termination of pregnancy
-00230475 04 n 03 spontaneous_abortion 0 miscarriage 0 stillbirth 0 006 @ 00230324 n 0000 ! 07320734 n 0301 + 00059769 v 0201 ~ 00230703 n 0000 ~ 00230824 n 0000 ~ 00230997 n 0000 | a natural loss of the products of conception
-00230703 04 n 01 habitual_abortion 0 001 @ 00230475 n 0000 | repeated spontaneous abortion (often for no known reason)
-00230824 04 n 02 imminent_abortion 0 threatened_abortion 0 001 @ 00230475 n 0000 | the appearance of symptoms that signal the impending loss of the products of conception
-00230997 04 n 02 incomplete_abortion 0 partial_abortion 0 001 @ 00230475 n 0000 | termination of pregnancy without expulsion of all of the products of conception
-00231161 04 n 01 induced_abortion 0 004 @ 00230324 n 0000 ~ 00231315 n 0000 ~ 00231412 n 0000 ~ 00669687 n 0000 | a deliberate termination of pregnancy
-00231315 04 n 02 aborticide 0 feticide 0 001 @ 00231161 n 0000 | the act of destroying a fetus
-00231412 04 n 01 therapeutic_abortion 0 001 @ 00231161 n 0000 | a legally induced abortion for medical reasons (as when the mother's life is threatened)
-00231567 04 n 02 nullification 0 override 0 009 @ 00199130 n 0000 + 02544191 v 0201 + 02644622 v 0201 + 02478059 v 0106 + 00470084 v 0103 ~ 00232386 n 0000 ~ 00233212 n 0000 ~ 00233386 n 0000 ~ 00234423 n 0000 | the act of nullifying; making null and void; counteracting or overriding the effect or force of something
-00231887 04 n 03 abrogation 0 repeal 0 annulment 1 008 @ 00232386 n 0000 + 00799798 v 0302 + 00799798 v 0206 + 02478584 v 0101 ~ 00232147 n 0000 ~ 01253665 n 0000 ~ 01258719 n 0000 ~ 01258852 n 0000 | the act of abrogating; an official or legal cancellation
-00232147 04 n 01 derogation 0 002 @ 00231887 n 0000 ;c 08441203 n 0000 | (law) the partial taking away of the effectiveness of a law; a partial repeal or abolition of a law; "any derogation of the common law is to be strictly construed"
-00232386 04 n 01 cancellation 0 007 @ 00231567 n 0000 + 02477755 v 0101 + 02477334 v 0101 ~ 00231887 n 0000 ~ 00232604 n 0000 ~ 00232765 n 0000 ~ 00232863 n 0000 | the act of cancelling; calling off some arrangement
-00232604 04 n 01 write-off 0 003 @ 00232386 n 0000 + 02477655 v 0101 + 00315956 v 0102 | the act of cancelling from an account a bad debt or a worthless asset
-00232765 04 n 02 attainder 0 civil_death 0 001 @ 00232386 n 0000 | cancellation of civil rights
-00232863 04 n 02 recission 0 rescission 0 004 @ 00232386 n 0000 ;c 08441203 n 0000 + 00799798 v 0208 + 00799798 v 0108 | (law) the act of rescinding; the cancellation of a contract and the return of the parties to the positions they would have had if the contract had not been made; "recission may be brought about by decree or by mutual consent"
-00233212 04 n 01 vitiation 0 002 @ 00231567 n 0000 + 00448440 v 0103 | nullification by the destruction of the legal force; rendering null; "the vitiation of the contract"
-00233386 04 n 03 neutralization 0 neutralisation 0 counteraction 0 005 @ 00231567 n 0000 + 02543874 v 0301 + 00470084 v 0202 + 02543874 v 0103 + 00470084 v 0101 | action intended to nullify the effects of some previous action
-00233614 04 n 02 deactivation 0 defusing 0 004 @ 00209943 n 0000 + 01137696 v 0201 + 00191517 v 0102 ! 00236821 n 0101 | the act of deactivating or making ineffective (as a bomb)
-00233795 04 n 02 deactivation 1 inactivation 0 004 @ 00216174 n 0000 ;c 08199025 n 0000 + 01098206 v 0202 + 00191728 v 0101 | breaking up a military unit (by transfers or discharges)
-00233980 04 n 01 honorable_discharge 0 001 @ 00216174 n 0000 | a discharge from the armed forces with a commendable record
-00234105 04 n 01 dishonorable_discharge 0 001 @ 00216174 n 0000 | a discharge from the armed forces for a grave offense (as sabotage or espionage or cowardice or murder)
-00234277 04 n 01 Section_Eight 0 001 @ 00216174 n 0000 | a discharge from the US Army based on unfitness or character traits deemed undesirable
-00234423 04 n 02 neutralization 1 neutralisation 1 004 @ 00231567 n 0000 + 01117931 v 0202 + 02535896 v 0101 + 01117931 v 0101 | action intended to keep a country politically neutral or exclude it from a possible war; "the neutralization of Belgium"
-00234675 04 n 02 neutralization 2 neutralisation 2 002 @ 00217014 n 0000 ;u 06605046 n 0000 | (euphemism) the removal of a threat by killing or destroying it (especially in a covert operation or military operation)
-00234892 04 n 01 reversal 0 003 @ 00199130 n 0000 + 00138508 v 0103 ~ 00235208 n 0000 | a change from one state to the opposite state; "there was a reversal of autonomic function"
-00235074 04 n 01 undoing 0 002 @ 00163406 n 0000 + 01519977 v 0101 | an act that makes a previous act of no effect (as if not done)
-00235208 04 n 05 regression 0 regress 0 reversion 2 retrogression 0 retroversion 0 006 @ 00234892 n 0000 + 00387310 v 0503 + 00249313 v 0403 + 00387310 v 0301 + 00387310 v 0204 + 00387310 v 0104 | returning to a former state
-00235435 04 n 03 beginning 0 start 0 commencement 0 034 @ 00199130 n 0000 + 01650610 v 0304 + 00348746 v 0304 + 00345761 v 0308 + 02600948 v 0202 + 02608823 v 0202 + 02379528 v 0201 + 01650610 v 0201 + 01628449 v 0203 + 02608347 v 0202 + 00348746 v 0203 + 00345761 v 0205 + 01075164 v 0201 ! 00210518 n 0201 + 00345761 v 0102 ~ 00236194 n 0000 ~ 00236821 n 0000 ~ 00236953 n 0000 ~ 00237078 n 0000 ~i 00237869 n 0000 ~ 00238022 n 0000 ~ 00239024 n 0000 ~ 00239230 n 0000 ~ 00239483 n 0000 ~ 00239666 n 0000 ~ 00239766 n 0000 ~ 00239910 n 0000 ~ 00240184 n 0000 ~ 00240938 n 0000 ~ 00241245 n 0000 ~ 00241507 n 0000 ~ 00242003 n 0000 ~ 00242146 n 0000 ~ 00242431 n 0000 | the act of starting something; "he was responsible for the beginning of negotiations"
-00236194 04 n 03 springboard 0 jumping-off_point 0 point_of_departure 0 001 @ 00235435 n 0000 | a beginning from which an enterprise is launched; "he uses other people's ideas as a springboard for his own"; "reality provides the jumping-off point for his illusions"; "the point of departure of international comparison cannot be an institution but must be the function it carries out"
-00236581 04 n 02 accession 3 rise_to_power 0 003 @ 00062806 n 0000 + 02007417 v 0101 + 02381397 v 0101 | the act of attaining or gaining access to a new office or right or position (especially the throne); "Elizabeth's accession in 1558"
-00236821 04 n 01 activation 1 003 @ 00235435 n 0000 + 00190682 v 0101 ! 00233614 n 0101 | making active and effective (as a bomb)
-00236953 04 n 02 attack 1 tone-beginning 0 001 @ 00235435 n 0000 | a decisive manner of beginning a musical tone or phrase
-00237078 04 n 05 constitution 0 establishment 0 formation 1 organization 2 organisation 2 019 @ 00235435 n 0000 + 02434238 v 0504 + 02448185 v 0503 + 01651444 v 0502 + 02434238 v 0403 + 02448185 v 0402 + 02432530 v 0401 + 01651444 v 0401 + 00404642 v 0401 + 02448185 v 0301 + 01659248 v 0302 + 02427103 v 0201 + 01647229 v 0201 + 01647229 v 0104 ~ 00242583 n 0000 ~ 01152787 n 0000 ~ 01152973 n 0000 ~ 01153305 n 0000 ~ 01252280 n 0000 | the act of forming or establishing something; "the constitution of a PTA group last year"; "it was the establishment of his reputation"; "he still remembers the organization of the club"
-00237705 04 n 01 re-establishment 0 001 @ 00268557 n 0000 | restoration to a previous state; "regular exercise resulted in the re-establishment of his endurance"
-00237869 04 n 01 Creation 2 003 @i 00235435 n 0000 ;c 06182144 n 0000 + 01753788 v 0101 | (theology) God's act of bringing the universe into existence
-00238022 04 n 06 introduction 1 debut 0 first_appearance 0 launching 1 unveiling 0 entry 1 006 @ 00235435 n 0000 + 01717628 v 0201 ~ 00238527 n 0000 ~ 00238871 n 0000 ~ 00243237 n 0000 ~ 00920956 n 0000 | the act of beginning something new; "they looked forward to the debut of their new product line"
-00238326 04 n 01 induction_of_labor 0 002 @ 00238527 n 0000 ;c 06053439 n 0000 | (obstetrics) inducing the childbirth process artificially by administering oxytocin or by puncturing the amniotic sac
-00238527 04 n 01 induction 0 006 @ 00238022 n 0000 + 01644522 v 0101 + 01644050 v 0101 + 00829761 v 0101 ~ 00238326 n 0000 ~ 00238778 n 0000 | the act of bringing about something (especially at an early time); "the induction of an anesthetic state"
-00238778 04 n 01 hypnogenesis 0 001 @ 00238527 n 0000 | the induction of sleep or hypnosis
-00238871 04 n 01 product_introduction 0 001 @ 00238022 n 0000 | the introduction (usually by an advertising campaign) of a new product or product line
-00239024 04 n 01 face-off 0 004 @ 00235435 n 0000 #p 00463543 n 0000 ;c 00463543 n 0000 + 01084048 v 0101 | (ice hockey) the method of starting play; a referee drops the puck between two opposing players
-00239230 04 n 04 first_step 0 initiative 0 opening_move 0 opening 3 008 @ 00235435 n 0000 + 01008947 a 0401 + 02425462 v 0401 + 02426171 v 0401 + 01077887 v 0401 ~ 00243577 n 0000 ~ 00243662 n 0000 ~ 00243813 n 0000 | the first of a series of actions
-00239483 04 n 02 groundbreaking 0 groundbreaking_ceremony 0 002 @ 01027379 n 0000 @ 00235435 n 0000 | the ceremonial breaking of the ground to formally begin a construction project
-00239666 04 n 01 housing_start 0 001 @ 00235435 n 0000 | the act of starting to construct a house
-00239766 04 n 01 icebreaker 0 001 @ 00235435 n 0000 | a beginning that relaxes a tense or formal atmosphere; "he told jokes as an icebreaker"
-00239910 04 n 02 inauguration 1 startup 0 004 @ 00235435 n 0000 + 01650610 v 0202 + 02425337 v 0101 + 02395782 v 0101 | the act of starting a new operation or practice; "he opposed the inauguration of fluoridation"; "the startup of the new factory was delayed by strikes"
-00240184 04 n 09 initiation 1 founding 0 foundation 0 institution 0 origination 0 creation 1 innovation 0 introduction 2 instauration 0 014 @ 00235435 n 0000 + 01687586 a 0702 + 01642437 v 0702 + 01753788 v 0601 + 02624263 v 0501 + 01628449 v 0501 + 01647229 v 0405 + 02348568 v 0403 + 01647229 v 0302 + 02427103 v 0203 + 01647229 v 0202 + 01628449 v 0102 + 01641914 v 0101 ~ 00240754 n 0000 | the act of starting something for the first time; introducing something new; "she looked forward to her initiation as an adult"; "the foundation of a new scientific society"
-00240754 04 n 02 authorship 1 paternity 0 002 @ 00240184 n 0000 + 10126177 n 0103 | the act of initiating a new idea or theory or writing; "the authorship of the theory is disputed"
-00240938 04 n 04 installation 0 installing 0 installment 0 instalment 0 007 @ 00235435 n 0000 + 01569566 v 0402 + 01569566 v 0301 + 01569566 v 0201 + 01569566 v 0202 + 02384041 v 0101 + 01569566 v 0101 | the act of installing something (as equipment); "the telephone installation took only a few minutes"
-00241245 04 n 01 jump_ball 0 003 @ 00235435 n 0000 ;c 00480993 n 0000 ~ 00481666 n 0000 | (basketball) the way play begins or resumes when possession is disputed; an official tosses the ball up between two players who jump in an effort to tap it to a teammate
-00241507 04 n 01 kickoff 0 003 @ 00137279 n 0000 @ 00235435 n 0000 ;c 00468480 n 0000 | (football) a kick from the center of the field to start a football game or to resume it after a score
-00241699 04 n 02 start 2 starting 0 003 @ 00457382 n 0000 + 01075164 v 0201 + 01075164 v 0101 | a turn to be a starter (in a game at the beginning); "he got his start because one of the regular pitchers was in the hospital"; "his starting meant that the coach thought he was one of their best linemen"
-00242003 04 n 02 resumption 0 recommencement 0 004 @ 00235435 n 0000 + 00349416 v 0201 + 00346537 v 0201 + 00350104 v 0101 | beginning again
-00242146 04 n 02 scrum 0 scrummage 0 002 @ 00235435 n 0000 ;c 00470966 n 0000 | (rugby) the method of beginning play in which the forwards of each team crouch side by side with locked arms; play starts when the ball is thrown in between them and the two sides compete for possession
-00242431 04 n 01 startup 1 002 @ 00235435 n 0000 + 01857717 v 0102 | the act of setting in operation; "repeated shutdowns and startups are expensive"
-00242583 04 n 02 unionization 0 unionisation 0 005 @ 00237078 n 0000 + 02435867 v 0202 + 02434238 v 0202 + 02435867 v 0101 + 02434238 v 0101 | act of forming labor unions; "the issue underlying the strike was unionization"
-00242808 04 n 02 arousal 0 rousing 0 010 @ 00199130 n 0000 + 01762528 v 0202 + 01759326 v 0101 ~ 01259773 n 0000 ~ 01260867 n 0000 ~ 01261490 n 0000 ~ 01261712 n 0000 ~ 01261845 n 0000 ~ 01261974 n 0000 ~ 01262345 n 0000 | the act of arousing; "the purpose of art is the arousal of emotions"
-00243102 04 n 01 reveille 0 001 @ 01259773 n 0000 | a signal to get up in the morning; in the military it is a bugle call at sunrise
-00243237 04 n 01 ushering_in 0 001 @ 00238022 n 0000 | the introduction of something new; "it signalled the ushering in of a new era"
-00243373 04 n 02 inauguration 0 inaugural 0 003 @ 07453195 n 0000 + 02395782 v 0101 %p 07240077 n 0000 | the ceremonial induction into a position; "the new president obviously enjoyed his inauguration"
-00243577 04 n 01 curtain_raiser 0 001 @ 00239230 n 0000 | any preliminary activity
-00243662 04 n 01 first_base 0 001 @ 00239230 n 0000 | the initial stage in accomplishing something; "we didn't get to first base with that approach"
-00243813 04 n 01 peace_initiative 0 001 @ 00239230 n 0000 | opening move in negotiating a peace treaty
-00243918 04 n 03 cooking 0 cookery 0 preparation 3 115 @ 00199130 n 0000 + 01664172 v 0305 + 01665638 v 0201 + 01664172 v 0201 + 00322847 v 0201 + 01665638 v 0101 + 01664172 v 0101 + 00322847 v 0101 ~ 00246341 n 0000 ~ 00246552 n 0000 ~ 00246754 n 0000 ~ 00246940 n 0000 ~ 00247081 n 0000 ~ 00247229 n 0000 ~ 00247342 n 0000 ~ 00247442 n 0000 ~ 00247792 n 0000 %p 00248063 n 0000 ~ 00248252 n 0000 %p 00248368 n 0000 ~ 07571324 n 0000 -c 07681450 n 0000 -c 07686021 n 0000 -c 07781801 n 0000 -c 07823951 n 0000 -c 07836456 n 0000 -c 00114291 v 0000 -c 00114615 v 0000 -c 00139729 v 0000 -c 00139908 v 0000 -c 00212049 v 0000 -c 00213223 v 0000 -c 00213353 v 0000 -c 00213544 v 0000 -c 00213794 v 0000 -c 00216561 v 0000 -c 00222135 v 0000 -c 00222328 v 0000 -c 00236999 v 0000 -c 00237259 v 0000 -c 00319886 v 0000 -c 00320121 v 0000 -c 00320246 v 0000 -c 00320410 v 0000 -c 00320536 v 0000 -c 00320681 v 0000 -c 00321652 v 0000 -c 00321801 v 0000 -c 00321936 v 0000 -c 00322151 v 0000 -c 00322395 v 0000 -c 00322559 v 0000 -c 00322719 v 0000 -c 00323703 v 0000 -c 00323856 v 0000 -c 00324071 v 0000 -c 00324231 v 0000 -c 00324560 v 0000 -c 00324806 v 0000 -c 00325085 v 0000 -c 00325208 v 0000 -c 00325328 v 0000 -c 00325647 v 0000 -c 00325777 v 0000 -c 00325910 v 0000 -c 00326049 v 0000 -c 00326310 v 0000 -c 00326459 v 0000 -c 00326619 v 0000 -c 00326773 v 0000 -c 00327010 v 0000 -c 00327145 v 0000 -c 00328370 v 0000 -c 00328579 v 0000 -c 00328679 v 0000 -c 00339268 v 0000 -c 00379440 v 0000 -c 00444975 v 0000 -c 00464173 v 0000 -c 00505151 v 0000 -c 00528115 v 0000 -c 00528225 v 0000 -c 01249294 v 0000 -c 01250474 v 0000 -c 01261491 v 0000 -c 01261773 v 0000 -c 01261950 v 0000 -c 01265740 v 0000 -c 01287797 v 0000 -c 01337653 v 0000 -c 01358855 v 0000 -c 01364184 v 0000 -c 01364357 v 0000 -c 01417868 v 0000 -c 01418037 v 0000 -c 01418179 v 0000 -c 01418389 v 0000 -c 01460408 v 0000 -c 01517175 v 0000 -c 01613921 v 0000 -c 01665185 v 0000 -c 01665332 v 0000 -c 01665507 v 0000 -c 01665638 v 0000 -c 01665836 v 0000 -c 01666002 v 0000 -c 01666131 v 0000 -c 01679669 v 0000 -c 02191766 v 0000 -c 02192225 v 0000 -c 02192570 v 0000 -c 02192818 v 0000 -c 02194138 v 0000 -c 02196081 v 0000 -c 02196214 v 0000 | the act of preparing something (as food) by the application of heat; "cooking can be a great art"; "people are needed who have experience in cookery"; "he left the preparation of meals to his wife"
-00246341 04 n 01 baking 0 003 @ 00243918 n 0000 + 00319886 v 0101 ~ 00246460 n 0000 | cooking by dry heat in an oven
-00246460 04 n 01 shirring 0 002 @ 00246341 n 0000 + 00322395 v 0101 | baking shelled eggs
-00246552 04 n 02 toasting 0 browning 0 002 @ 00243918 n 0000 + 00322151 v 0102 | cooking to a brown crispiness over a fire or on a grill; "proper toasting should brown both sides of a piece of bread"
-00246754 04 n 03 broil 0 broiling 0 grilling 0 003 @ 00243918 n 0000 + 00326773 v 0301 + 00328370 v 0101 | cooking by direct exposure to radiant heat (as over a fire or under a grill)
-00246940 04 n 02 frying 0 sauteing 0 003 @ 00243918 n 0000 + 00326619 v 0201 + 00325328 v 0101 | cooking in fat or oil in a pan or griddle
-00247081 04 n 01 fusion_cooking 0 001 @ 00243918 n 0000 | cooking that combines ingredients and techniques and seasonings from different cuisines
-00247229 04 n 01 braising 0 001 @ 00243918 n 0000 | cooking slowly in fat in a closed pot with little moisture
-00247342 04 n 01 poaching 0 002 @ 00243918 n 0000 + 00544404 v 0101 | cooking in simmering liquid
-00247442 04 n 01 roasting 0 004 @ 00243918 n 0000 + 00324560 v 0101 ~ 00247654 n 0000 %p 00247955 n 0000 | cooking (meat) by dry heat in an oven (usually with fat added); "the slow roasting took several hours"
-00247654 04 n 01 barbecuing 0 001 @ 00247442 n 0000 | roasting a large piece of meat on a revolving spit out of doors over an open fire
-00247792 04 n 03 boiling 0 stewing 0 simmering 0 003 @ 00243918 n 0000 + 00324231 v 0301 + 00323856 v 0201 | cooking in a liquid that has been brought to a boil
-00247955 04 n 01 basting 1 002 @ 00278040 n 0000 #p 00247442 n 0000 | moistening a roast as it is cooking
-00248063 04 n 02 tenderization 0 tenderisation 0 004 @ 00248977 n 0000 #p 00243918 n 0000 + 00514871 v 0203 + 00514871 v 0102 | the act of making meat tender by pounding or marinating it
-00248252 04 n 01 percolation 0 002 @ 00243918 n 0000 + 01458464 v 0101 | the act of making coffee in a percolator
-00248368 04 n 01 seasoning 0 005 @ 00199130 n 0000 #p 00243918 n 0000 + 02191766 v 0101 ~ 00248534 n 0000 ~ 00248636 n 0000 | the act of adding a seasoning to food
-00248534 04 n 01 salting 0 002 @ 00248368 n 0000 + 02196214 v 0101 | the act of adding salt to food
-00248636 04 n 01 sweetening 0 002 @ 00248368 n 0000 + 02195470 v 0101 | the act of adding a sweetener to food
-00248748 04 n 01 infusion 1 002 @ 00199130 n 0000 + 00498299 v 0102 | the act of infusing or introducing a certain modifying element or quality; "the team's continued success is attributable to a steady infusion of new talent"
-00248977 04 n 01 improvement 0 022 @ 00199130 n 0000 + 00205885 v 0102 ~ 00248063 n 0000 ~ 00250259 n 0000 ~ 00251013 n 0000 ~ 00258854 n 0000 ~ 00260051 n 0000 ~ 00260494 n 0000 ~ 00260622 n 0000 ~ 00261029 n 0000 ~ 00261258 n 0000 ~ 00264192 n 0000 ~ 00264366 n 0000 ~ 00264775 n 0000 ~ 00264913 n 0000 ~ 00265119 n 0000 ~ 00265992 n 0000 ~ 00266149 n 0000 ~ 00266645 n 0000 ~ 00266806 n 0000 ~ 01266945 n 0000 ~ 01267588 n 0000 | the act of improving something; "their improvements increased the value of the property"
-00249501 04 n 02 advancement 2 progress 1 007 @ 00250259 n 0000 + 00252990 v 0204 + 00248659 v 0201 + 00558371 v 0101 ~ 00249780 n 0000 ~ 00249987 n 0000 ~ 00250143 n 0000 | gradual improvement or growth or development; "advancement of knowledge"; "great progress in the arts"
-00249780 04 n 03 forwarding 2 furtherance 0 promotion 2 002 @ 00249501 n 0000 + 02554922 v 0301 | the advancement of some enterprise; "his experience in marketing resulted in the forwarding of his career"
-00249987 04 n 01 stride 1 001 @ 00249501 n 0000 | significant progress (especially in the phrase "make strides"); "they made big strides in productivity"
-00250143 04 n 02 work_flow 0 workflow 0 001 @ 00249501 n 0000 | progress (or rate of progress) in work being done
-00250259 04 n 01 development 1 007 @ 00248977 n 0000 + 01738774 v 0101 + 00411020 v 0103 ~ 00249501 n 0000 ~ 00250597 n 0000 ~ 00250710 n 0000 ~ 00250882 n 0000 | act of improving by expanding or enlarging or refining; "he congratulated them on their development of a plan to meet the emergency"; "they funded research and development"
-00250597 04 n 01 broadening 0 001 @ 00250259 n 0000 | the action of making broader; "the broadening of travel"
-00250710 04 n 02 elaboration 0 working_out 0 004 @ 00250259 n 0000 + 01625343 v 0101 + 00251463 v 0101 + 00400883 v 0104 | developing in intricate and painstaking detail
-00250882 04 n 01 product_development 0 001 @ 00250259 n 0000 | improving an existing product or developing new kinds of products
-00251013 04 n 03 cleaning 0 cleansing 0 cleanup 0 021 @ 00248977 n 0000 + 00040766 v 0301 + 00035758 v 0201 + 02741960 v 0101 + 01532434 v 0101 + 01533442 v 0103 + 01532589 v 0101 + 00180837 v 0102 + 00035758 v 0102 ~ 00251520 n 0000 ~ 00251636 n 0000 ~ 00251780 n 0000 ~ 00252169 n 0000 ~ 00252307 n 0000 ~ 00252430 n 0000 ~ 00253270 n 0000 ~ 00253919 n 0000 ~ 00254415 n 0000 ~ 00254597 n 0000 ~ 00255214 n 0000 ~ 00580370 n 0000 | the act of making something clean; "he gave his shoes a good cleaning"
-00251520 04 n 01 disinfestation 0 002 @ 00251013 n 0000 + 02350620 v 0101 | the activity of getting rid of vermin
-00251636 04 n 01 spring-cleaning 0 002 @ 00251013 n 0000 + 01533851 v 0101 | the activity of cleaning a house thoroughly at the end of winter
-00251780 04 n 03 scrub 0 scrubbing 0 scouring 0 006 @ 00251013 n 0000 + 01251228 v 0302 + 01251228 v 0201 + 00036780 v 0101 + 01251228 v 0101 ~ 00252020 n 0000 | the act of cleaning a surface by rubbing it with a brush and soap and water
-00252020 04 n 02 swabbing 0 mopping 0 003 @ 00251780 n 0000 + 01393339 v 0203 + 01244178 v 0101 | cleaning with a mop; "he gave it a good mopping"
-00252169 04 n 01 dry_cleaning 0 002 @ 00251013 n 0000 + 01535117 v 0101 | the act of cleaning (fabrics) with a solvent other than water
-00252307 04 n 01 sweeping 0 003 @ 00251013 n 0000 + 01393996 v 0101 + 01393714 v 0101 | the act of cleaning with a broom
-00252430 04 n 02 purge 0 purging 0 006 @ 00251013 n 0000 + 00475647 v 0201 + 00455529 v 0103 + 00475647 v 0101 ~ 00253395 n 0000 ~ 00253577 n 0000 | an act of removing by cleansing; ridding of sediment or other undesired elements
-00252662 04 n 03 purge 1 purging 1 purgation 1 006 @ 01247647 n 0000 + 00905283 v 0301 + 00475647 v 0201 + 00475819 v 0102 + 00905283 v 0101 ~ 00252894 n 0000 | the act of clearing yourself (or another) from some stigma or charge
-00252894 04 n 01 purification 1 002 @ 00252662 n 0000 + 00476133 v 0101 | the act of purging of sin or guilt; moral or spiritual cleansing; "purification through repentance"
-00253070 04 n 02 purification 2 purgation 2 003 @ 01027379 n 0000 + 00475819 v 0202 + 00475819 v 0101 | a ceremonial cleansing from defilement or uncleanness by the performance of appropriate rites
-00253270 04 n 01 purification 0 002 @ 00251013 n 0000 + 00475183 v 0101 | the act of cleaning by getting rid of impurities
-00253395 04 n 03 catharsis 0 katharsis 0 abreaction 0 004 @ 00252430 n 0000 ;c 00704305 n 0000 + 01815471 v 0301 + 01165830 a 0101 | (psychoanalysis) purging of emotional tensions
-00253577 04 n 03 catharsis 1 katharsis 1 purgation 0 003 @ 00252430 n 0000 + 00073813 v 0301 + 00638067 a 0101 | purging the body by the use of a cathartic to stimulate evacuation of the bowels
-00253773 04 n 01 high_colonic 0 001 @ 00696147 n 0000 | an enema that injects large amounts of fluid high into the colon for cleansing purposes
-00253919 04 n 02 sterilization 1 sterilisation 1 004 @ 00251013 n 0000 + 00062582 v 0202 + 00062582 v 0101 ~ 00254166 n 0000 | the procedure of making some object free of live bacteria or other microorganisms (usually by heat or chemical means)
-00254166 04 n 02 pasteurization 0 pasteurisation 0 003 @ 00253919 n 0000 + 00364629 v 0202 + 00364629 v 0101 | partial sterilization of foods at a temperature that destroys harmful microorganisms without major changes in the chemistry of the food
-00254415 04 n 03 sanitation 0 sanitization 0 sanitisation 0 003 @ 00251013 n 0000 + 01245052 v 0302 + 01245052 v 0201 | making something sanitary (free of germs) as by sterilizing
-00254597 04 n 02 depilation 0 epilation 0 004 @ 00251013 n 0000 + 00037514 v 0102 ~ 00254769 n 0000 ~ 00255065 n 0000 | the act of removing hair (as from an animal skin)
-00254769 04 n 02 shave 0 shaving 0 004 @ 00254597 n 0000 + 00037298 v 0201 + 00037298 v 0101 ~ 00254922 n 0000 | the act of removing hair with a razor
-00254922 04 n 01 tonsure 0 002 @ 00254769 n 0000 + 00037779 v 0101 | shaving the crown of the head by priests or members of a monastic order
-00255065 04 n 01 electrolysis 0 001 @ 00254597 n 0000 | removing superfluous or unwanted hair by passing an electric current through the hair root
-00255214 04 n 02 washup 0 bathing 1 008 @ 00255710 n 0000 @ 00251013 n 0000 + 00035603 v 0201 + 00025034 v 0101 ~ 00257580 n 0000 ~ 00257770 n 0000 ~ 00258403 n 0000 ~ 00258530 n 0000 | the act of washing yourself (or another person)
-00255450 04 n 01 ablution 0 003 @ 01030820 n 0000 @ 00255710 n 0000 + 02117866 a 0101 | the ritual washing of a priest's hands or of sacred vessels
-00255600 04 n 02 dishwashing 0 washup 1 002 @ 00255710 n 0000 + 01533166 v 0201 | the act of washing dishes
-00255710 04 n 03 wash 1 washing 0 lavation 0 017 @ 00575741 n 0000 + 00025034 v 0302 + 00036362 v 0302 + 00036362 v 0201 + 02742842 v 0101 + 01535246 v 0101 + 00036178 v 0101 + 00036362 v 0101 ~ 00255214 n 0000 ~ 00255450 n 0000 ~ 00255600 n 0000 ~ 00256122 n 0000 ~ 00256217 n 0000 ~ 00256309 n 0000 ~ 00256501 n 0000 %p 00396642 n 0000 ~ 00578708 n 0000 | the work of cleansing (usually with soap and water)
-00256122 04 n 01 washing-up 0 001 @ 00255710 n 0000 | the washing of dishes etc after a meal
-00256217 04 n 01 window-washing 0 001 @ 00255710 n 0000 | the activity of washing windows
-00256309 04 n 01 rinse 0 002 @ 00255710 n 0000 + 01270199 v 0102 | washing lightly without soap
-00256407 04 n 01 rinse 1 001 @ 00275307 n 0000 | the act of giving a light tint to the hair
-00256501 04 n 02 soak 1 soaking 0 002 @ 00255710 n 0000 + 01578513 v 0201 | washing something by allowing it to soak
-00256620 04 n 02 brush 2 brushing 2 001 @ 00257228 n 0000 | the act of brushing your hair; "he gave his hair a quick brush"
-00256746 04 n 02 comb 0 combing 0 006 @ 00257228 n 0000 + 01596645 v 0201 + 00038365 v 0201 + 01596645 v 0101 + 00038365 v 0101 ~ 00256961 n 0000 | the act of drawing a comb through hair; "his hair needed a comb"
-00256961 04 n 02 comb-out 0 teasing 2 003 @ 00256746 n 0000 + 00040188 v 0201 + 00038365 v 0102 | the act of removing tangles from you hair with a comb
-00257115 04 n 01 shampoo 0 002 @ 00257228 n 0000 + 00042017 v 0101 | the act of washing your hair with shampoo
-00257228 04 n 03 hair_care 0 haircare 0 hairdressing 0 005 @ 00654885 n 0000 ~ 00256620 n 0000 ~ 00256746 n 0000 ~ 00257115 n 0000 ~ 00257468 n 0000 | care for the hair: the activity of washing or cutting or curling or arranging the hair
-00257468 04 n 01 hairweaving 0 001 @ 00257228 n 0000 | the act of interweaving a hairpiece with your own hair
-00257580 04 n 02 shower 0 shower_bath 0 002 @ 00255214 n 0000 + 00035259 v 0101 | washing yourself by standing upright under water sprayed from a nozzle; "he took a shower after the game"
-00257770 04 n 01 bath 0 005 @ 00255214 n 0000 + 00037919 v 0102 ~ 00257969 n 0000 ~ 00258093 n 0000 ~ 00258301 n 0000 | you soak and wash your body in a bathtub; "he has a good bath every morning"
-00257969 04 n 01 bubble_bath 0 001 @ 00257770 n 0000 | a bath in which you add something to foam and scent the bath water
-00258093 04 n 01 mikvah 0 002 @ 00257770 n 0000 ;c 06232880 n 0000 | (Hebrew) a ritual purification and cleansing bath that Orthodox Jews take on certain occasions (as before Sabbath or after menstruation)
-00258301 04 n 01 mud_bath 0 001 @ 00257770 n 0000 | a bath in warm mud (as for treating rheumatism)
-00258403 04 n 01 sponge_bath 0 001 @ 00255214 n 0000 | you wash your body with a sponge or washcloth instead of in a bathtub
-00258530 04 n 04 Turkish_bath 0 steam_bath 0 vapor_bath 0 vapour_bath 0 001 @ 00255214 n 0000 | you sweat in a steam room before getting a rubdown and cold shower
-00258695 04 n 01 rubdown 0 003 @ 00659048 n 0000 + 01254013 v 0104 + 01232738 v 0102 | the act of rubbing down, usually for relaxation or medicinal purposes
-00258854 04 n 02 correction 0 rectification 0 011 @ 00248977 n 0000 + 00384620 v 0204 + 00199659 v 0202 + 00199912 v 0201 + 01902703 a 0101 + 00199659 v 0101 ~ 00259177 n 0000 ~ 00259544 n 0000 ~ 00259643 n 0000 ~ 01250101 n 0000 ~ 01250208 n 0000 | the act of offering an improvement to replace a mistake; setting right
-00259177 04 n 03 redress 0 remedy 0 remediation 0 006 @ 00258854 n 0000 + 00199912 v 0302 + 00232986 a 0201 + 00199912 v 0203 + 02519991 v 0103 ~ 00259392 n 0000 | act of correcting an error or a fault or an evil
-00259392 04 n 01 salve 0 002 @ 00259177 n 0000 + 00085907 v 0101 | anything that remedies or heals or soothes; "he needed a salve for his conscience"
-00259544 04 n 01 retribution 0 001 @ 00258854 n 0000 | the act of correcting for your wrongdoing
-00259643 04 n 02 recompense 0 compensation 0 008 @ 00258854 n 0000 + 02672540 v 0201 + 02519991 v 0202 + 02253456 v 0204 + 02250625 v 0201 + 02249741 v 0201 + 02249741 v 0102 ~ 00259894 n 0000 | the act of compensating for service or loss or injury
-00259894 04 n 01 indemnification 0 002 @ 00259643 n 0000 + 02250625 v 0104 | an act of compensation for actual loss or damage or for trouble and annoyance
-00260051 04 n 02 optimization 0 optimisation 0 005 @ 00248977 n 0000 + 00124226 v 0202 + 00172505 v 0202 + 00124226 v 0101 + 00172505 v 0101 | the act of rendering optimal; "the simultaneous optimization of growth and profitability"; "in an optimization problem we seek values of the variables that lead to an optimal value of the function that is to be optimized"; "to promote the optimization and diversification of agricultural products"
-00260494 04 n 01 perfection 0 003 @ 00248977 n 0000 + 10415230 n 0101 + 00473572 v 0101 | the act of making something perfect
-00260622 04 n 01 reform 0 006 @ 00248977 n 0000 + 00265673 v 0101 + 00265386 v 0101 ~ 00260881 n 0000 ~ 00265773 n 0000 ~ 00580565 n 0000 | a change for the better as a result of correcting abuses; "justice was for sale before the reform of the law courts"
-00260881 04 n 01 land_reform 0 002 @ 00260622 n 0000 ;c 01124794 n 0000 | a redistribution of agricultural land (especially by government action)
-00261029 04 n 03 amelioration 0 melioration 0 betterment 0 006 @ 00248977 n 0000 + 00205885 v 0301 + 00205885 v 0205 + 00205046 v 0204 + 00205885 v 0104 + 00205046 v 0103 | the act of relieving ills and changing for the better
-00261258 04 n 02 self-improvement 0 self-reformation 0 003 @ 00248977 n 0000 ~ 00158805 n 0000 ~ 00261405 n 0000 | the act of improving yourself
-00261405 04 n 01 reform 2 003 @ 00261258 n 0000 + 00167934 v 0101 + 00384620 v 0101 | self-improvement in behavior or morals by abandoning some vice; "the family rejoiced in the drunkard's reform"
-00261604 04 n 01 beautification 0 006 @ 00199130 n 0000 + 02748927 v 0106 + 01675963 v 0106 + 00293141 v 0102 ~ 00261797 n 0000 ~ 00261972 n 0000 | the act of making something more beautiful
-00261797 04 n 01 beauty_treatment 0 005 @ 00261604 n 0000 ~ 00660570 n 0000 ~ 00660783 n 0000 ~ 00660957 n 0000 ~ 00665781 n 0000 | enhancement of someone's personal beauty
-00261972 04 n 04 glamorization 0 glamorisation 0 glamourization 0 glamourisation 0 005 @ 00261604 n 0000 + 00532886 v 0402 + 00532886 v 0303 + 00532886 v 0204 + 00532886 v 0101 | the act of glamorizing; making something or someone more beautiful (often in a superficial way)
-00262249 04 n 01 decoration 0 013 @ 00199130 n 0000 + 02748927 v 0103 + 01675963 v 0101 + 01466543 v 0102 ~ 00262596 n 0000 ~ 00262743 n 0000 ~ 00262908 n 0000 ~ 00263000 n 0000 ~ 00263164 n 0000 ~ 00263272 n 0000 ~ 00263353 n 0000 ~ 00263492 n 0000 ~ 00263642 n 0000 | the act of decorating something (in the hope of making it more attractive)
-00262596 04 n 01 adornment 0 002 @ 00262249 n 0000 + 01675963 v 0102 | the action of decorating yourself with something colorful and interesting
-00262743 04 n 02 ornamentation 0 embellishment 0 003 @ 00262249 n 0000 + 01675963 v 0205 + 01675963 v 0104 | the act of adding extraneous decorations to something
-00262908 04 n 01 window_dressing 0 001 @ 00262249 n 0000 | the decoration of shop windows
-00263000 04 n 01 trimming 0 001 @ 00262249 n 0000 | the act of adding decoration; "the children had to be in bed before it was time for the trimming of the tree"
-00263164 04 n 01 tessellation 0 002 @ 00262249 n 0000 + 01338878 v 0101 | the act of adorning with mosaic
-00263272 04 n 01 figuration 0 001 @ 00262249 n 0000 | decorating with a design
-00263353 04 n 01 tattoo 0 002 @ 00262249 n 0000 + 01681333 v 0101 | the practice of making a design on the skin by pricking and staining
-00263492 04 n 02 titivation 0 tittivation 0 003 @ 00262249 n 0000 + 00293977 v 0204 + 00293977 v 0103 | sprucing up; making decorative additions to
-00263642 04 n 01 marking 1 005 @ 00262249 n 0000 + 00508032 v 0101 ~ 00263813 n 0000 ~ 00263947 n 0000 ~ 00264088 n 0000 | the act of making a visible mark on a surface
-00263813 04 n 01 lineation 0 003 @ 00263642 n 0000 + 01276361 v 0101 + 01582645 v 0103 | the act of marking or outlining with lines
-00263947 04 n 01 mottling 0 003 @ 00263642 n 0000 + 01696135 v 0101 + 00510364 v 0101 | the act of coloring with areas of different shades
-00264088 04 n 01 striping 0 002 @ 00263642 n 0000 + 01273263 v 0101 | the act of marking with stripes
-00264192 04 n 02 clearing 1 clarification 2 004 @ 00248977 n 0000 + 00505151 v 0201 + 02350440 v 0101 + 00549217 v 0101 | the act of removing solid particles from a liquid
-00264366 04 n 01 enrichment 0 004 @ 00248977 n 0000 + 00171586 v 0101 ~ 00264529 n 0000 ~ 07434473 n 0000 | act of making fuller or more meaningful or rewarding
-00264529 04 n 01 fortification 0 004 @ 00264366 n 0000 + 00222328 v 0101 + 00220869 v 0103 + 00222135 v 0103 | the addition of an ingredient for the purpose of enrichment (as the addition of alcohol to wine or the addition of vitamins to food)
-00264775 04 n 02 humanization 0 humanisation 0 003 @ 00248977 n 0000 + 01801498 v 0202 + 01801498 v 0101 | the act of making more human
-00264913 04 n 02 modernization 0 modernisation 0 003 @ 00248977 n 0000 + 00411020 v 0202 + 00411020 v 0101 | making modern in appearance or behavior; "the modernization of Nigeria will be a long process"
-00265119 04 n 03 renovation 0 redevelopment 0 overhaul 1 006 @ 00248977 n 0000 + 00926310 v 0201 + 00172258 v 0201 + 00163441 v 0102 + 00164201 v 0101 ~ 00265472 n 0000 | the act of improving by renewing and restoring; "they are pursuing a general program of renovation to the entire property"; "a major overhal of the healthcare system was proposed"
-00265472 04 n 03 face_lift 1 facelift 1 face_lifting 1 001 @ 00265119 n 0000 | a renovation that improves the outward appearance (as of a building) but usually does not involve major changes; "give your home a facelift"; "more than a facelift, the new model marks a fundamental change of direction"
-00265773 04 n 02 moralization 0 moralisation 0 003 @ 00260622 n 0000 + 00385047 v 0202 + 00385047 v 0101 | the act of making moral (or more moral); "for years she worked toward the moralization of English literature"
-00265992 04 n 02 enhancement 0 sweetening 2 003 @ 00248977 n 0000 + 00519854 v 0201 + 00230033 v 0101 | an improvement that makes something more agreeable
-00266149 04 n 01 upturn 0 001 @ 00248977 n 0000 | an upward movement or trend as in business activity
-00266253 04 n 01 worsening 0 003 @ 00199130 n 0000 + 00208210 v 0101 ~ 00266401 n 0000 | changing something with the result that it becomes worse
-00266401 04 n 02 downturn 0 downswing 1 002 @ 00266253 n 0000 ~ 00266560 n 0000 | a worsening of business or economic activity; "the market took a downturn"
-00266560 04 n 01 downspin 0 001 @ 00266401 n 0000 | a swift and dangerous downturn
-00266645 04 n 02 ventilation 0 airing 0 003 @ 00248977 n 0000 + 02042672 v 0101 + 00581891 v 0101 | the act of supplying fresh air and getting rid of foul air
-00266806 04 n 07 repair 0 fix 0 fixing 0 fixture 0 mend 0 mending 0 reparation 1 015 @ 00248977 n 0000 + 00260648 v 0701 + 00260648 v 0602 + 00260648 v 0502 + 00260648 v 0403 + 00260648 v 0303 + 00260648 v 0203 + 00260648 v 0101 ~ 00267217 n 0000 ~ 00267349 n 0000 ~ 00267522 n 0000 ~ 00268457 n 0000 ~ 00268557 n 0000 ~ 00269258 n 0000 ~ 00270275 n 0000 | the act of putting something in working order again
-00267217 04 n 01 darning 0 002 @ 00266806 n 0000 + 01330676 v 0101 | the act of mending a hole in a garment with crossing threads
-00267349 04 n 01 patching 0 004 @ 00266806 n 0000 + 02357693 v 0101 + 01590171 v 0101 + 00262703 v 0101 | the act of mending a hole in a garment by sewing a patch over it
-00267522 04 n 03 care 0 maintenance 0 upkeep 0 008 @ 00266806 n 0000 + 02280132 v 0203 ~ 00267821 n 0000 ~ 00267917 n 0000 ~ 00268112 n 0000 ~ 00270403 n 0000 ~ 00270539 n 0000 ~ 00270648 n 0000 | activity involved in maintaining something in good working order; "he wrote the manual on car care"
-00267821 04 n 01 camera_care 0 001 @ 00267522 n 0000 | keeping a camera in good working order
-00267917 04 n 01 car_care 0 002 @ 00267522 n 0000 ~ 00268025 n 0000 | keeping a car in good working order
-00268025 04 n 01 oil_change 0 001 @ 00267917 n 0000 | replacing dirty oil with clean
-00268112 04 n 03 overhaul 0 inspection_and_repair 0 service 5 004 @ 00267522 n 0000 + 00456937 v 0301 + 00262076 v 0101 ~ 00268341 n 0000 | periodic maintenance on a car or machine; "it was time for an overhaul on the tractor"
-00268341 04 n 01 interim_overhaul 0 001 @ 00268112 n 0000 | an overhaul between the regular times for overhauling
-00268457 04 n 04 band_aid 0 quick_fix 0 quickie 0 quicky 0 001 @ 00266806 n 0000 | hurried repair
-00268557 04 n 01 restoration 0 009 @ 00266806 n 0000 + 02552449 v 0101 + 00168588 v 0102 ~ 00237705 n 0000 ~ 00268824 n 0000 ~ 00269018 n 0000 ~ 00400645 n 0000 ~ 00401459 n 0000 ~ 00401639 n 0000 | the act of restoring something or someone to a satisfactory state
-00268824 04 n 01 gentrification 0 002 @ 00268557 n 0000 + 00163703 v 0101 | the restoration of run-down urban areas by the middle class (resulting in the displacement of low-income residents)
-00269018 04 n 03 reclamation 1 renewal 0 rehabilitation 0 005 @ 00268557 n 0000 + 02552829 v 0301 + 00383871 v 0101 ~ 00400449 n 0000 ~ 00401194 n 0000 | the conversion of wasteland into land suitable for use of habitation or cultivation
-00269258 04 n 01 reconstruction 0 007 @ 00266806 n 0000 + 01655902 v 0102 + 00199490 v 0102 ~ 00269674 n 0000 ~ 00269856 n 0000 ~ 00269963 n 0000 ~ 00270186 n 0000 | the activity of constructing something again
-00269471 04 n 01 anastylosis 0 002 @ 00269856 n 0000 ;c 06144081 n 0000 | the archeological reassembly of ruined monuments from fallen or decayed fragments (incorporating new materials when necessary)
-00269674 04 n 01 makeover 1 002 @ 00269258 n 0000 + 01619725 v 0104 | a complete reconstruction and renovation of something; "the blighted neighborhood underwent a total makeover"
-00269856 04 n 02 reassembly 0 refabrication 0 002 @ 00269258 n 0000 ~ 00269471 n 0000 | assembling again
-00269963 04 n 02 re-formation 0 regeneration 1 004 @ 00269258 n 0000 + 01631072 v 0201 + 00167824 v 0201 + 00097941 v 0201 | forming again (especially with improvements or removal of defects); renewing and reconstituting
-00270186 04 n 01 rebuilding 0 002 @ 00269258 n 0000 + 01655902 v 0101 | building again
-00270275 04 n 01 restitution 1 002 @ 00266806 n 0000 + 00164201 v 0102 | the act of restoring something to its original state
-00270403 04 n 01 pump_priming 0 001 @ 00267522 n 0000 | introducing water into a pump to improve the seal and start the water flowing
-00270539 04 n 01 scheduled_maintenance 0 001 @ 00267522 n 0000 | maintenance at a regularly scheduled time
-00270648 04 n 01 steam_fitting 0 001 @ 00267522 n 0000 | care (installation and maintenance) of equipment for ventilating or heating or refrigerating
-00270800 04 n 02 coaching 0 coaching_job 0 002 @ 00584367 n 0000 + 00833702 v 0101 | the job of a professional coach
-00270919 04 n 02 engagement 5 booking 1 003 @ 00584367 n 0000 + 00678777 v 0201 ~ 00271155 n 0000 | employment for performers or performing groups that lasts for a limited period of time; "the play had bookings throughout the summer"
-00271155 04 n 01 gig 0 001 @ 00270919 n 0000 | a booking for musicians; "they played a gig in New Jersey"
-00271263 04 n 02 degradation 0 debasement 0 015 @ 00199130 n 0000 + 02579447 v 0207 + 01800422 v 0102 + 00207728 v 0101 ~ 00271636 n 0000 ~ 00271879 n 0000 ~ 00272123 n 0000 ~ 00272303 n 0000 ~ 00272448 n 0000 ~ 00272713 n 0000 ~ 00272878 n 0000 ~ 00273077 n 0000 ~ 00273319 n 0000 ~ 00273449 n 0000 ~ 01268020 n 0000 | changing to a lower state (a less respected state)
-00271636 04 n 02 dehumanization 0 dehumanisation 0 003 @ 00271263 n 0000 + 01801297 v 0202 + 01801297 v 0101 | the act of degrading people with respect to their best qualities; "science has been blamed for the dehumanization of modern life"
-00271879 04 n 04 brutalization 0 brutalisation 0 animalization 0 animalisation 0 005 @ 00271263 n 0000 + 00114052 v 0202 + 00113853 v 0202 + 00114052 v 0101 + 00113853 v 0101 | an act that makes people cruel or lacking normal human qualities
-00272123 04 n 02 barbarization 0 barbarisation 0 004 @ 00271263 n 0000 + 00134564 v 0202 + 00134328 v 0202 + 00134328 v 0101 | an act that makes people primitive and uncivilized
-00272303 04 n 02 bastardization 0 bastardisation 0 003 @ 00271263 n 0000 + 02580853 v 0202 + 02580853 v 0101 | an act that debases or corrupts
-00272448 04 n 02 corruption 0 subversion 0 003 @ 00271263 n 0000 + 02579447 v 0203 + 02579447 v 0101 | destroying someone's (or some group's) honesty or loyalty; undermining moral integrity; "corruption of a minor"; "the big city's subversion of rural innocence"
-00272713 04 n 02 demoralization 0 demoralisation 0 003 @ 00271263 n 0000 + 02579447 v 0205 + 02579447 v 0104 | destroying the moral basis for a doctrine or policy
-00272878 04 n 04 stultification 0 constipation 0 impairment 1 deadening 0 003 @ 00271263 n 0000 + 00192051 v 0401 + 00193328 v 0401 | the act of making something futile and useless (as by routine)
-00273077 04 n 04 popularization 1 popularisation 1 vulgarization 0 vulgarisation 0 005 @ 00271263 n 0000 + 00970215 v 0404 + 00970215 v 0303 + 00970215 v 0202 + 00970215 v 0101 | the act of making something attractive to the general public
-00273319 04 n 01 profanation 1 002 @ 00271263 n 0000 + 02579447 v 0108 | degradation of something worthy of respect; cheapening
-00273449 04 n 02 humiliation 0 abasement 0 004 @ 00271263 n 0000 + 01799794 v 0205 + 01799794 v 0101 ~ 00273601 n 0000 | depriving one of self-esteem
-00273601 04 n 01 comedown 0 001 @ 00273449 n 0000 | decline to a lower status or level
-00273690 04 n 01 change_of_color 0 005 @ 00199130 n 0000 ~ 00273877 n 0000 ~ 00274437 n 0000 ~ 00274707 n 0000 ~ 00274941 n 0000 | an act that changes the light that something reflects
-00273877 04 n 02 whitening 0 lightening 0 003 @ 00273690 n 0000 + 00280301 v 0101 ~ 00274009 n 0000 | changing to a lighter color
-00274009 04 n 01 bleach 0 003 @ 00273877 n 0000 + 00279465 v 0101 ~ 00274206 n 0000 | the act of whitening something by bleaching it (exposing it to sunlight or using a chemical bleaching agent)
-00274206 04 n 01 etiolation 0 003 @ 00274009 n 0000 ;c 06066555 n 0000 + 00134136 v 0101 | (botany) the act of causing a plant to develop without chlorophyll by growing it without exposure to sunlight; "the etiolation of celery"
-00274437 04 n 02 blackening 0 darkening 0 004 @ 00273690 n 0000 + 00311559 v 0201 + 00312380 v 0201 ~ 00274586 n 0000 | changing to a darker color
-00274586 04 n 01 obfuscation 1 002 @ 00274437 n 0000 + 00940214 v 0101 | darkening or obscuring the sight of something
-00274707 04 n 02 discoloration 0 discolouration 0 004 @ 00273690 n 0000 + 00281101 v 0202 + 00282076 v 0101 + 00281101 v 0101 | the act of changing the natural color of something by making it duller or dingier or unnatural or faded
-00274941 04 n 02 coloring 0 colouring 0 006 @ 00273690 n 0000 + 00281101 v 0203 + 00281101 v 0104 ~ 00275151 n 0000 ~ 00275307 n 0000 ~ 00275424 n 0000 | the act or process of changing the color of something
-00275151 04 n 01 tinting 0 002 @ 00274941 n 0000 + 00286928 v 0101 | the act of adding a tinge of color; "the hairdresser gave her hair a modest tinting"
-00275307 04 n 01 hair_coloring 0 002 @ 00274941 n 0000 ~ 00256407 n 0000 | the act of dyeing or tinting one's hair
-00275424 04 n 01 dyeing 0 003 @ 00274941 n 0000 + 00283090 v 0101 ~ 00275572 n 0000 | the use of dye to change the color of something permanently
-00275572 04 n 01 staining 0 004 @ 00275424 n 0000 ;c 06077413 n 0000 + 00283415 v 0101 ~ 00275751 n 0000 | (histology) the use of a dye to color specimens for microscopic study
-00275751 04 n 05 Gram's_method 0 Gram_method 0 Gram's_procedure 0 Gram's_stain 0 Gram_stain 0 001 @ 00275572 n 0000 | a staining technique used to classify bacteria; bacteria are stained with gentian violet and then treated with Gram's solution; after being decolorized with alcohol and treated with safranine and washed in water, those that retain the gentian violet are Gram-positive and those that do not retain it are Gram-negative
-00276189 04 n 01 environmentalism 0 002 @ 00819024 n 0000 + 10060621 n 0101 | the activity of protecting the environment from pollution or destruction
-00276342 04 n 02 fixation 0 fixing 2 005 @ 13540610 n 0000 #p 13538314 n 0000 ;c 06077413 n 0000 + 00407458 v 0201 + 00486998 v 0101 | (histology) the preservation and hardening of a tissue sample to retain as nearly as possible the same relations they had in the living body
-00276620 04 n 03 soiling 0 soilure 0 dirtying 0 006 @ 00199130 n 0000 + 01534147 v 0301 + 01534147 v 0202 + 01534147 v 0102 ~ 00276813 n 0000 ~ 00276987 n 0000 | the act of soiling something
-00276813 04 n 03 staining 1 spotting 1 maculation 0 004 @ 00276620 n 0000 + 01537409 v 0303 + 00492410 v 0304 + 01531998 v 0201 | the act of spotting or staining something
-00276987 04 n 02 contamination 0 pollution 0 006 @ 00276620 n 0000 + 00492706 v 0201 + 00493259 v 0101 + 00492706 v 0103 ! 00394485 n 0101 ~ 00277267 n 0000 | the act of contaminating or polluting; including (either intentionally or accidentally) unwanted substances or factors
-00277267 04 n 01 dust_contamination 0 001 @ 00276987 n 0000 | the act of contaminating with dust particles
-00277376 04 n 01 wetting 0 007 @ 00199130 n 0000 + 00214951 v 0101 ~ 00277569 n 0000 ~ 00277811 n 0000 ~ 00278040 n 0000 ~ 00278221 n 0000 ~ 00278403 n 0000 | the act of making something wet
-00277569 04 n 04 submersion 0 immersion 1 ducking 0 dousing 0 007 @ 00277376 n 0000 + 01577093 v 0405 + 01976220 v 0303 + 01967792 v 0301 + 00601378 v 0202 + 01578254 v 0101 + 01578254 v 0102 | the act of wetting something by submerging it
-00277811 04 n 04 drenching 0 soaking 1 souse 0 sousing 0 005 @ 00277376 n 0000 + 00216216 v 0406 + 01577093 v 0303 + 00216216 v 0306 + 00216216 v 0204 | the act of making something completely wet; "he gave it a good drenching"
-00278040 04 n 02 moistening 0 dampening 0 005 @ 00277376 n 0000 + 00217956 v 0203 + 01376082 v 0102 + 00217956 v 0101 ~ 00247955 n 0000 | the act of making something slightly wet
-00278221 04 n 02 splash 1 splashing 1 005 @ 00277376 n 0000 + 01375295 v 0201 + 01534609 v 0101 + 01374020 v 0104 + 01374767 v 0102 | the act of scattering water about haphazardly
-00278403 04 n 01 watering 0 003 @ 00277376 n 0000 + 00228236 v 0101 ~ 00278555 n 0000 | wetting with water; "the lawn needs a great deal of watering"
-00278555 04 n 03 sprinkle 0 sprinkling 2 sparge 0 004 @ 00278403 n 0000 + 00228655 v 0201 + 00228655 v 0101 + 01374767 v 0101 | the act of sprinkling or splashing water; "baptized with a sprinkling of holy water"; "a sparge of warm water over the malt"
-00278810 04 n 04 chew 0 chewing 0 mastication 0 manduction 0 010 @ 00199130 n 0000 #p 00838367 n 0000 + 01201089 v 0302 + 01201089 v 0201 + 02445978 a 0101 + 00843988 a 0101 + 01201089 v 0101 ~ 00279136 n 0000 ~ 00279235 n 0000 ~ 00279377 n 0000 | biting and grinding food in your mouth so it becomes soft enough to swallow
-00279136 04 n 01 chomping 0 002 @ 00278810 n 0000 + 01174973 v 0101 | the act of chewing noisily
-00279235 04 n 02 mumbling 0 gumming 0 003 @ 00278810 n 0000 + 01175224 v 0202 + 01175224 v 0101 | ineffectual chewing (as if without teeth)
-00279377 04 n 01 rumination 1 002 @ 00278810 n 0000 + 01174555 v 0101 | (of ruminants) chewing (the cud); "ruminants have remarkable powers of rumination"
-00279534 04 n 01 bruxism 0 001 @ 00037396 n 0000 | involuntarily or unconsciously clenching or grinding the teeth, typically during sleep
-00279674 04 n 01 defoliation 0 002 @ 00199130 n 0000 + 00195813 v 0101 | causing the leaves of trees and other plants to fall off (as by the use of chemicals)
-00279835 04 n 03 motion 1 movement 4 move 4 028 @ 00191142 n 0000 + 01850315 v 0301 + 01835496 v 0303 + 01835496 v 0203 + 01855606 v 0201 + 01850315 v 0201 + 03002724 a 0101 + 01835496 v 0103 ~ 00280853 n 0000 ~ 00282050 n 0000 ~ 00283127 n 0000 ~ 00290276 n 0000 ~ 00295701 n 0000 ~ 00319939 n 0000 ~ 00324384 n 0000 ~ 00326440 n 0000 ~ 00327824 n 0000 ~ 00328015 n 0000 ~ 00328502 n 0000 ~ 00328885 n 0000 ~ 00329227 n 0000 ~ 00330035 n 0000 ~ 00330160 n 0000 ~ 00330984 n 0000 ~ 00331655 n 0000 ~ 00555648 n 0000 ~ 00556313 n 0000 ~ 01123095 n 0000 | the act of changing location from one place to another; "police controlled the motion of the crowd"; "the movement of people from the farms to the cities"; "his move put him directly in my path"
-00280586 04 n 01 movement 2 008 @ 00191142 n 0000 + 01850315 v 0101 ~ 00315830 n 0000 ~ 00315986 n 0000 ~ 00320852 n 0000 ~ 00327683 n 0000 ~ 00331102 n 0000 ~ 00331531 n 0000 | the act of changing the location of something; "the movement of cargo onto the vessel"
-00280853 04 n 03 approach 0 approaching 0 coming 2 007 @ 00279835 n 0000 + 01849221 v 0301 + 02053941 v 0101 ~ 00281132 n 0000 ~ 00281462 n 0000 ~ 00281752 n 0000 ~ 00476788 n 0000 | the act of drawing spatially closer to something; "the hunter's approach scattered the geese"
-00281132 04 n 01 access 0 003 @ 00280853 n 0000 + 02007417 v 0101 ~ 00281291 n 0000 | the act of approaching or entering; "he gained access to the building"
-00281291 04 n 02 back_door 0 backdoor 0 001 @ 00281132 n 0000 | a secret or underhand means of access (to a place or a position); "he got his job through the back door"
-00281462 04 n 02 closing 3 closure 2 005 @ 00280853 n 0000 + 02054382 v 0201 + 02375619 v 0101 + 02054382 v 0101 + 01291941 v 0102 | approaching a particular destination; a coming closer; a narrowing of a gap; "the ship's rapid rate of closing gave them little time to avoid a collision"
-00281752 04 n 01 landing_approach 0 003 @ 00280853 n 0000 #p 00052500 n 0000 ~ 00281898 n 0000 | the approach to a landing field by an airplane
-00281898 04 n 03 overshoot 0 wave-off 0 go-around 0 002 @ 00281752 n 0000 + 00705778 v 0101 | an approach that fails and gives way to another attempt
-00282050 04 n 07 progress 0 progression 0 procession 1 advance 0 advancement 1 forward_motion 0 onward_motion 0 015 @ 00279835 n 0000 + 01993926 v 0501 + 01992503 v 0501 + 00558371 v 0501 ! 00054483 n 0401 + 01992503 v 0401 + 00248659 v 0404 + 01995549 v 0301 + 01992503 v 0202 + 01992503 v 0102 ~ 00282485 n 0000 ~ 00282613 n 0000 ~ 00282840 n 0000 ~ 00282953 n 0000 ~ 00486130 n 0000 | the act of moving forward (as toward a goal)
-00282485 04 n 01 push 1 002 @ 00282050 n 0000 + 00765977 v 0101 | an effort to advance; "the army made a push toward the sea"
-00282613 04 n 02 career 1 life_history 0 002 @ 00282050 n 0000 + 09895222 n 0101 | the general progression of your working or professional life; "the general had had a distinguished career"; "he had a long career in the law"
-00282840 04 n 01 march 2 001 @ 00282050 n 0000 | a steady advance; "the march of science"; "the march of time"
-00282953 04 n 03 plain_sailing 0 clear_sailing 0 easy_going 0 001 @ 00282050 n 0000 | easy unobstructed progress; "after we solved that problem the rest was plain sailing"
-00283127 04 n 02 locomotion 0 travel 1 014 @ 00279835 n 0000 + 01835496 v 0201 + 02994448 a 0101 + 01835496 v 0104 ~ 00283450 n 0000 ~ 00283568 n 0000 ~ 00285557 n 0000 ~ 00286957 n 0000 ~ 00293916 n 0000 ~ 00294190 n 0000 ~ 00294868 n 0000 ~ 00295172 n 0000 ~ 00533922 n 0000 ~ 00569898 n 0000 | self-propelled movement
-00283450 04 n 01 brachiation 0 002 @ 00283127 n 0000 + 01891489 v 0101 | swinging by the arms from branch to branch
-00283568 04 n 02 walk 0 walking 0 015 @ 00283127 n 0000 + 01904930 v 0201 + 01906823 v 0101 + 01882170 v 0101 + 01912893 v 0101 + 01904930 v 0101 ~ 00283951 n 0000 ~ 00285141 n 0000 %p 00285889 n 0000 ~ 00286497 n 0000 ~ 00290579 n 0000 ~ 00291965 n 0000 ~ 00292125 n 0000 ~ 00292712 n 0000 ~ 00293307 n 0000 | the act of traveling by foot; "walking is a healthy form of exercise"
-00283951 04 n 01 ambulation 0 003 @ 00283568 n 0000 + 01911698 v 0101 + 02616345 a 0101 | walking about; "the hospital encouraged early ambulation"
-00284101 04 n 05 amble 0 promenade 0 saunter 0 stroll 0 perambulation 0 010 @ 00284798 n 0000 + 01910965 v 0501 + 01917980 v 0401 + 01917980 v 0302 + 01919226 v 0201 + 01910965 v 0101 + 01911698 v 0101 + 01918183 v 0101 ~ 00284409 n 0000 ~ 00293545 n 0000 | a leisurely walk (usually in some public place)
-00284409 04 n 02 ramble 0 meander 0 003 @ 00284101 n 0000 + 01882814 v 0204 + 01881180 v 0108 | an aimless amble on a winding course
-00284544 04 n 01 constitutional 0 002 @ 00284798 n 0000 + 01882479 v 0101 | a regular walk taken as a form of exercise
-00284665 04 n 01 foot 0 002 @ 00284798 n 0000 + 01906322 v 0101 | travel by walking; "he followed on foot"; "the swiftest of foot"
-00284798 04 n 01 walk 3 014 @ 00295701 n 0000 + 01882170 v 0101 + 01912893 v 0101 + 01904930 v 0101 ~ 00284101 n 0000 ~ 00284544 n 0000 ~ 00284665 n 0000 ~ 00288970 n 0000 ~ 00291286 n 0000 ~ 00292269 n 0000 ~ 00292386 n 0000 ~ 00292599 n 0000 ~ 00293417 n 0000 ~ 00293753 n 0000 | the act of walking somewhere; "he took a walk after lunch"
-00285141 04 n 05 sleepwalking 0 somnambulism 0 somnambulation 0 noctambulism 0 noctambulation 0 006 @ 00858188 n 0000 @ 00283568 n 0000 + 10611361 n 0403 + 01916960 v 0302 + 10611361 n 0202 + 01916960 v 0101 | walking by a person who is asleep
-00285387 04 n 03 sleep_talking 0 somniloquy 0 somniloquism 0 004 @ 00858188 n 0000 @ 05701738 n 0000 + 10623949 n 0301 + 10623949 n 0201 | uttering speech while asleep
-00285557 04 n 01 step 0 011 @ 00283127 n 0000 + 00490722 v 0102 + 02091689 v 0101 + 02091885 v 0101 + 02091410 v 0101 + 01928838 v 0101 ~ 00285889 n 0000 ~ 00286112 n 0000 ~ 00286240 n 0000 ~ 00286360 n 0000 ~ 00288880 n 0000 | the act of changing location by raising the foot and setting it down; "he walked with unsteady steps"
-00285889 04 n 03 pace 0 stride 0 tread 0 008 @ 00285557 n 0000 #p 00283568 n 0000 + 02091410 v 0302 + 01912709 v 0201 + 01919711 v 0201 + 00490722 v 0101 + 02091165 v 0101 + 01929254 v 0101 | a step in walking or running
-00286112 04 n 01 pas 0 002 @ 00285557 n 0000 ;c 00528667 n 0000 | (ballet) a step in dancing (especially in classical ballet)
-00286240 04 n 01 trip 2 001 @ 00285557 n 0000 | a light or nimble tread; "he heard the trip of women's feet overhead"
-00286360 04 n 01 sidestep 0 003 @ 00285557 n 0000 ;c 00445802 n 0000 ;c 00428270 n 0000 | a step to one side (as in boxing or dancing)
-00286497 04 n 01 gait 1 011 @ 00283568 n 0000 ~ 00286756 n 0000 ~ 00289267 n 0000 ~ 00289388 n 0000 ~ 00289555 n 0000 ~ 00289659 n 0000 ~ 00289737 n 0000 ~ 00289906 n 0000 ~ 00290015 n 0000 ~ 00290125 n 0000 ~ 00290406 n 0000 | a person's manner of walking
-00286756 04 n 03 hitch 0 hobble 0 limp 0 005 @ 00286497 n 0000 + 01996402 v 0301 + 01917244 v 0301 + 01917244 v 0203 + 01917244 v 0104 | the uneven manner of walking that results from an injured leg
-00286957 04 n 01 gait 2 007 @ 00283127 n 0000 ~ 00287142 n 0000 ~ 00287276 n 0000 ~ 00287449 n 0000 ~ 00287561 n 0000 ~ 00288486 n 0000 ~ 00288671 n 0000 | a horse's manner of moving
-00287142 04 n 01 walk 2 002 @ 00286957 n 0000 + 01959776 v 0101 | a slow gait of a horse in which two feet are always on the ground
-00287276 04 n 02 rack 0 single-foot 0 003 @ 00286957 n 0000 + 01960491 v 0201 + 01960491 v 0102 | a rapid gait of a horse in which each foot strikes the ground separately
-00287449 04 n 01 jog_trot 0 001 @ 00286957 n 0000 | an easy gait of a horse; midway between a walk and a trot
-00287561 04 n 01 trot 2 005 @ 00286957 n 0000 + 01901660 v 0101 + 01960779 v 0101 ~ 00287762 n 0000 ~ 00287889 n 0000 | a gait faster than a walk; diagonally opposite legs strike the ground together
-00287762 04 n 01 rising_trot 0 002 @ 00287561 n 0000 ! 00287889 n 0101 | the rider rises from the saddle every second stride
-00287889 04 n 01 sitting_trot 0 002 @ 00287561 n 0000 ! 00287762 n 0101 | the rider sits still in the saddle
-00288000 04 n 01 dressage 0 005 @ 00450700 n 0000 #p 07461050 n 0000 ~ 00288190 n 0000 ~ 00288384 n 0000 -c 00512351 n 0000 | maneuvers of a horse in response to body signals by the rider
-00288190 04 n 02 curvet 0 vaulting 0 003 @ 00288000 n 0000 + 01966168 v 0201 + 01966352 v 0101 | a light leap by a horse in which both hind legs leave the ground before the forelegs come down
-00288384 04 n 01 piaffe 0 001 @ 00288000 n 0000 | a cadenced trot executed by the horse in one spot
-00288486 04 n 02 canter 0 lope 0 005 @ 00286957 n 0000 + 01928730 v 0201 + 01959482 v 0101 + 01959669 v 0101 + 01959340 v 0101 | a smooth three-beat gait; between a trot and a gallop
-00288671 04 n 01 gallop 0 004 @ 00286957 n 0000 + 01960296 v 0101 + 01960643 v 0101 + 01959927 v 0101 | a fast gait of a horse; a two-beat stride during which all four legs are off the ground simultaneously
-00288880 04 n 01 footstep 0 001 @ 00285557 n 0000 | the act of taking a step in walking
-00288970 04 n 03 hike 0 hiking 0 tramp 0 004 @ 00284798 n 0000 + 01920698 v 0301 + 01920932 v 0101 ~ 00289175 n 0000 | a long walk usually for exercise or pleasure; "she enjoys a hike in her spare time"
-00289175 04 n 01 trudge 0 002 @ 00288970 n 0000 + 01921204 v 0104 | a long difficult walk
-00289267 04 n 01 flounce 0 002 @ 00286497 n 0000 + 01924405 v 0101 | the act of walking with exaggerated jerky motions
-00289388 04 n 03 lurch 0 stumble 0 stagger 0 005 @ 00286497 n 0000 + 01925170 v 0301 + 01924882 v 0301 + 01901133 v 0201 + 01924882 v 0104 | an unsteady uneven gait
-00289555 04 n 01 pacing 0 002 @ 00286497 n 0000 + 01929254 v 0101 | walking with slow regular strides
-00289659 04 n 01 roll 4 001 @ 00286497 n 0000 | walking with a swaying gait
-00289737 04 n 01 saunter 1 002 @ 00286497 n 0000 + 01917980 v 0102 | a careless leisurely gait; "he walked with a kind of saunter as if he hadn't a care in the world"
-00289906 04 n 01 skip 1 002 @ 00286497 n 0000 + 01966861 v 0102 | a gait in which steps and hops alternate
-00290015 04 n 02 stalk 0 angry_walk 0 002 @ 00286497 n 0000 + 01924148 v 0101 | a stiff or threatening gait
-00290125 04 n 03 strut 0 prance 0 swagger 0 004 @ 00286497 n 0000 + 01916634 v 0302 + 01916634 v 0204 + 01916634 v 0105 | a proud stiff pompous gait
-00290276 04 n 02 lurch 1 lunge 0 003 @ 00279835 n 0000 + 02062212 v 0201 + 01864634 v 0101 | the act of moving forward suddenly
-00290406 04 n 01 waddle 0 002 @ 00286497 n 0000 + 01918803 v 0106 | walking with short steps and the weight tilting from one foot to the other; "ducks walk with a waddle"
-00290579 04 n 02 march 0 marching 0 013 @ 00283568 n 0000 + 01996735 v 0201 + 02084587 v 0101 + 02521816 v 0102 + 01919391 v 0101 + 02084380 v 0101 + 01996735 v 0101 ~ 00291004 n 0000 ~ 00291154 n 0000 ~ 00291400 n 0000 ~ 00291663 n 0000 ~ 00291796 n 0000 ~ 00291876 n 0000 | the act of marching; walking with regular steps (especially in a procession of some kind); "it was a long march"; "we heard the sound of marching"
-00291004 04 n 01 countermarch 0 002 @ 00290579 n 0000 ;c 08199025 n 0000 | (military) a march in the reverse direction or back along the same route
-00291154 04 n 01 goose_step 0 002 @ 00290579 n 0000 + 01929133 v 0101 | a manner of marching with legs straight and swinging high
-00291286 04 n 01 last_mile 0 001 @ 00284798 n 0000 | the last walk of a condemned person to the execution place
-00291400 04 n 01 lockstep 0 001 @ 00290579 n 0000 | a manner of marching in file in which each person's leg moves with and behind the corresponding leg of the person ahead; "the prisoner's ankles were so chained together that they could only march in lockstep"
-00291663 04 n 01 promenade 1 002 @ 00290579 n 0000 #p 08253268 n 0000 | a march of all the guests at the opening of a formal dance
-00291796 04 n 01 quick_march 0 001 @ 00290579 n 0000 | marching at quick time
-00291876 04 n 01 routemarch 0 001 @ 00290579 n 0000 | a long training march for troops
-00291965 04 n 02 plodding 1 plod 0 002 @ 00283568 n 0000 + 01921204 v 0103 | the act of walking with a slow heavy gait; "I could recognize his plod anywhere"
-00292125 04 n 01 prowl 0 003 @ 00283568 n 0000 + 02639475 v 0101 + 01918304 v 0101 | the act of prowling (walking about in a stealthy manner)
-00292269 04 n 01 moonwalk 0 001 @ 00284798 n 0000 | an exploratory walk by an astronaut on the surface of the moon
-00292386 04 n 01 perambulation 1 003 @ 00284798 n 0000 ;r 08860123 n 0000 + 02165754 v 0101 | a walk around a territory (a parish or manor or forest etc.) in order to officially assert and record its boundaries
-00292599 04 n 01 turn 3 001 @ 00284798 n 0000 | taking a short walk out and back; "we took a turn in the park"
-00292712 04 n 04 shamble 0 shambling 0 shuffle 1 shuffling 1 005 @ 00283568 n 0000 + 01917549 v 0401 + 01917549 v 0301 + 01917549 v 0203 + 01917549 v 0103 | walking with a slow dragging motion without lifting your feet; "from his shambling I assumed he was very old"
-00292981 04 n 01 space_walk 0 002 @ 00407535 n 0000 + 01906202 v 0101 | any kind of physical activity outside a spacecraft by one of the crew
-00293125 04 n 01 moonwalk 1 001 @ 00533922 n 0000 | a kind of dance step in which the dancer seems to be sliding on the spot; "Michael Jackson perfected the moonwalk in the 1980s"
-00293307 04 n 01 wading 0 002 @ 00283568 n 0000 + 01916214 v 0101 | walking with your feet in shallow water
-00293417 04 n 01 walkabout 1 002 @ 00284798 n 0000 ;r 08831004 n 0000 | nomadic excursions into the bush made by an Aborigine
-00293545 04 n 01 walkabout 2 001 @ 00284101 n 0000 | a public stroll by a celebrity to meet people informally
-00293657 04 n 01 walkabout 3 002 @ 00310666 n 0000 + 01910965 v 0102 | a walking trip or tour
-00293753 04 n 01 walk-through 1 001 @ 00284798 n 0000 | the act of walking in order to view something; "the realtor took her on a walk-through of the apartment"
-00293916 04 n 02 run 0 running 1 007 @ 00283127 n 0000 + 01926311 v 0201 + 01926984 v 0101 + 01914947 v 0101 + 02092309 v 0101 + 01926311 v 0101 ~ 00294452 n 0000 | the act of running; traveling on foot at a fast pace; "he broke into a run"; "his daily run keeps him fit"
-00294190 04 n 03 jog 0 trot 0 lope 2 006 @ 00283127 n 0000 + 01928730 v 0301 + 01901447 v 0201 + 01901447 v 0102 + 01928390 v 0101 ~ 00294366 n 0000 | a slow pace of running
-00294366 04 n 01 dogtrot 0 001 @ 00294190 n 0000 | a steady trot like that of a dog
-00294452 04 n 02 dash 1 sprint 0 004 @ 00293916 n 0000 + 01928579 v 0201 + 02061495 v 0102 ~ 00294748 n 0000 | a quick run
-00294577 04 n 01 fast_break 0 002 @ 00294748 n 0000 ;c 00480993 n 0000 | (basketball) a rapid dash to get a shot as soon as possible after taking possession of the ball
-00294748 04 n 01 break 2 002 @ 00294452 n 0000 ~ 00294577 n 0000 | a sudden dash; "he made a break for the open door"
-00294868 04 n 04 crawl 1 crawling 0 creep 0 creeping 0 005 @ 00283127 n 0000 + 01885845 v 0402 + 01885845 v 0302 + 01885845 v 0201 + 01885845 v 0101 | a slow mode of locomotion on hands and knees or dragging the body; "a crawl was all that the injured man could manage"; "the traffic moved at a creep"
-00295172 04 n 03 lap 1 circle 0 circuit 1 007 @ 00283127 n 0000 + 00676271 a 0201 + 02044278 v 0202 + 01911339 v 0201 + 02044278 v 0201 ~ 00295422 n 0000 ~ 00295563 n 0000 | movement once around a course; "he drove an extra lap just for insurance"
-00295422 04 n 01 pace_lap 0 002 @ 00295172 n 0000 ;c 00449517 n 0000 | the first lap of a car race that prepares the cars for a fast start
-00295563 04 n 02 victory_lap 0 lap_of_honour 0 001 @ 00295172 n 0000 | a lap by the winning person or team run to celebrate the victory
-00295701 04 n 03 travel 0 traveling 0 travelling 0 023 @ 00279835 n 0000 + 01845720 v 0301 + 01845720 v 0201 + 02102002 v 0101 + 01846916 v 0101 + 01845720 v 0101 ~ 00284798 n 0000 ~ 00296263 n 0000 ~ 00296478 n 0000 ~ 00296946 n 0000 ~ 00297062 n 0000 ~ 00297318 n 0000 ~ 00297532 n 0000 ~ 00298497 n 0000 ~ 00299217 n 0000 ~ 00300441 n 0000 ~ 00306426 n 0000 ~ 00306900 n 0000 ~ 00307102 n 0000 ~ 00311528 n 0000 ~ 00312160 n 0000 ~ 00313647 n 0000 ~ 00315700 n 0000 | the act of going from one place to another; "he enjoyed selling but he hated the travel"
-00296263 04 n 01 circumnavigation 0 003 @ 00295701 n 0000 ;c 02691156 n 0000 + 01911526 v 0101 | traveling around something (by ship or plane); "Magellan's circumnavigation of the earth proved that it is a globe"
-00296478 04 n 01 peregrination 0 002 @ 00295701 n 0000 + 02081006 v 0101 | traveling or wandering around
-00296585 04 n 01 procession 0 010 @ 01080366 n 0000 @ 07951464 n 0000 ~ 08417801 n 0000 ~ 08427629 n 0000 ~ 08427918 n 0000 ~ 08428019 n 0000 ~ 08428383 n 0000 ~ 08428485 n 0000 ~ 08429482 n 0000 ~ 08429556 n 0000 | the group action of a collection of people or animals or vehicles moving ahead in more or less regular formation; "processions were forbidden"
-00296946 04 n 02 traversal 1 traverse 1 003 @ 00295701 n 0000 + 01912159 v 0201 + 01912159 v 0101 | travel across
-00297062 04 n 03 wandering 0 roving 0 vagabondage 0 005 @ 00295701 n 0000 + 01881180 v 030c + 01881180 v 0209 + 01881180 v 0102 ~ 00297404 n 0000 | travelling about without any clear destination; "she followed him in his wanderings and looked after him"
-00297318 04 n 01 wayfaring 0 001 @ 00295701 n 0000 | traveling (especially on foot)
-00297404 04 n 01 drifting 0 003 @ 00297062 n 0000 + 01925694 v 0103 + 01881180 v 010b | aimless wandering from place to place
-00297532 04 n 01 crossing 1 004 @ 00295701 n 0000 + 01912159 v 0104 ~ 00297657 n 0000 ~ 00298047 n 0000 | traveling across
-00297657 04 n 02 ford 0 fording 0 005 @ 00297532 n 0000 + 01913849 v 0201 + 01913849 v 0101 ~ 00297863 n 0000 ~ 00297951 n 0000 | the act of crossing a stream or river by wading or in a car or on a horse
-00297863 04 n 01 shallow_fording 0 001 @ 00297657 n 0000 | fording at a shallow place
-00297951 04 n 01 deep_fording 0 001 @ 00297657 n 0000 | fording at a deep place in the stream
-00298047 04 n 02 traversal 0 traverse 0 002 @ 00297532 n 0000 #p 00440747 n 0000 | taking a zigzag path on skis
-00298161 04 n 02 tourism 0 touristry 0 003 @ 01094725 n 0000 + 10718131 n 0101 ~ 00298351 n 0000 | the business of providing services to tourists; "Tourism is a major business in Bermuda"
-00298351 04 n 01 ecotourism 0 001 @ 00298161 n 0000 | tourism to exotic or threatened ecosystems to observe wildlife or to help preserve nature
-00298497 04 n 01 driving 0 027 @ 00295701 n 0000 @ 00815320 n 0000 + 01930874 v 0101 + 01512259 v 0101 ~ 00299112 n 0000 -c 01850135 v 0000 -c 01861230 v 0000 -c 01861927 v 0000 -c 01862090 v 0000 -c 01862340 v 0000 -c 01863158 v 0000 -c 01863410 v 0000 -c 01863593 v 0000 -c 01863817 v 0000 -c 01930117 v 0000 -c 01930482 v 0000 -c 01930738 v 0000 -c 01930874 v 0000 -c 01931262 v 0000 -c 01931375 v 0000 -c 01931566 v 0000 -c 01934427 v 0000 -c 01934731 v 0000 -c 01934842 v 0000 -c 01934976 v 0000 -c 01956708 v 0000 -c 01957273 v 0000 | the act of controlling and steering the movement of a vehicle or animal
-00299112 04 n 01 motoring 0 002 @ 00298497 n 0000 + 01930117 v 0102 | the act of driving an automobile
-00299217 04 n 02 riding 0 horseback_riding 0 020 @ 00295701 n 0000 + 01958615 v 0201 + 01957529 v 0101 ~ 00299826 n 0000 ~ 00299933 n 0000 ~ 00300037 n 0000 ~ 00300113 n 0000 -c 01957529 v 0000 -c 01957995 v 0000 -c 01958278 v 0000 -c 01958452 v 0000 -c 01958615 v 0000 -c 01958868 v 0000 -c 01959022 v 0000 -c 01959340 v 0000 -c 01959482 v 0000 -c 01959927 v 0000 -c 01960105 v 0000 -c 01960296 v 0000 -c 01960779 v 0000 | travel by being carried on horseback
-00299680 04 n 01 roping 0 004 @ 00620752 n 0000 + 01604251 v 0102 ~ 00300206 n 0000 ~ 00300333 n 0000 | capturing cattle or horses with a lasso
-00299826 04 n 01 bronco_busting 0 002 @ 00299217 n 0000 #p 00522939 n 0000 | breaking a bronco to saddle
-00299933 04 n 01 endurance_riding 0 001 @ 00299217 n 0000 | riding for long hours over long distances
-00300037 04 n 01 pack_riding 0 001 @ 00299217 n 0000 | riding with a pack
-00300113 04 n 01 trail_riding 0 001 @ 00299217 n 0000 | riding along a roughly blazed path
-00300206 04 n 01 calf_roping 0 002 @ 00299680 n 0000 #p 00522939 n 0000 | capturing a calf with a lasso and binding its feet
-00300333 04 n 01 steer_roping 0 002 @ 00299680 n 0000 #p 00522939 n 0000 | capturing a steer with a lasso
-00300441 04 n 03 air_travel 0 aviation 0 air 0 031 @ 00295701 n 0000 ~ 00302394 n 0000 -c 01840092 v 0000 -c 01840238 v 0000 -c 01840505 v 0000 -c 01844859 v 0000 -c 01845105 v 0000 -c 01862640 v 0000 -c 01862776 v 0000 -c 01924267 v 0000 -c 01932586 v 0000 -c 01941093 v 0000 -c 01941704 v 0000 -c 01941838 v 0000 -c 01941987 v 0000 -c 01942137 v 0000 -c 01942234 v 0000 -c 01942347 v 0000 -c 01942560 v 0000 -c 01942959 v 0000 -c 01963655 v 0000 -c 01967634 v 0000 -c 01967923 v 0000 -c 01970125 v 0000 -c 01980617 v 0000 -c 01980766 v 0000 -c 01980920 v 0000 -c 01981036 v 0000 -c 02016298 v 0000 -c 02018265 v 0000 -c 02033703 v 0000 | travel via aircraft; "air travel involves too much waiting in airports"; "if you've time to spare go by air"
-00301192 04 n 01 flight 2 007 @ 00308370 n 0000 ~ 00301443 n 0000 ~ 00301598 n 0000 ~ 00301728 n 0000 ~ 00301857 n 0000 ~ 00302001 n 0000 ~ 00302185 n 0000 | a scheduled trip by plane between designated airports; "I took the noon flight to Chicago"
-00301443 04 n 01 connecting_flight 0 001 @ 00301192 n 0000 | a flight with an intermediate stop and a change of aircraft (possibly a change of airlines)
-00301598 04 n 01 direct_flight 0 001 @ 00301192 n 0000 | a flight with one or more intermediate stops but no change of aircraft
-00301728 04 n 01 domestic_flight 0 002 @ 00301192 n 0000 ! 00301857 n 0101 | a flight that begins and ends in the same country
-00301857 04 n 01 international_flight 0 002 @ 00301192 n 0000 ! 00301728 n 0101 | a flight that takes off in one country and lands in another
-00302001 04 n 02 nonstop_flight 0 nonstop 0 001 @ 00301192 n 0000 | a flight made without intermediate stops between source and destination; "how many nonstops are there to Dallas?"
-00302185 04 n 02 redeye 0 redeye_flight 0 001 @ 00301192 n 0000 | a night flight from which the passengers emerge with eyes red from lack of sleep; "he took the redeye in order to get home the next morning"
-00302394 04 n 02 flight 0 flying 0 019 @ 00300441 n 0000 + 01840238 v 0201 + 01847845 v 0201 + 01941093 v 0201 + 01940403 v 0201 + 01451842 v 0201 + 01940868 v 0101 + 02484771 v 0101 ~ 00302861 n 0000 ~ 00303049 n 0000 ~ 00303221 n 0000 ~ 00303297 n 0000 ~ 00303495 n 0000 ~ 00304208 n 0000 ~ 00304442 n 0000 ~ 00304592 n 0000 ~ 00304729 n 0000 ~ 00304851 n 0000 ~ 00306318 n 0000 | an instance of traveling by air; "flying was still an exciting adventure for him"
-00302861 04 n 04 acrobatics 1 aerobatics 0 stunting 0 stunt_flying 0 003 @ 00302394 n 0000 + 01713348 v 0301 ~ 00306210 n 0000 | the performance of stunts while in flight in an aircraft
-00303049 04 n 02 blind_flying 0 blind_landing 0 001 @ 00302394 n 0000 | using only instruments for flying an aircraft because you cannot see through clouds or mists etc.
-00303221 04 n 01 ballooning 0 001 @ 00302394 n 0000 | flying in a balloon
-00303297 04 n 03 flyover 0 fly-by 0 flypast 0 003 @ 00302394 n 0000 ;c 08199025 n 0000 ;c 02686568 n 0000 | a flight at a low altitude (usually of military aircraft) over spectators on the ground
-00303495 04 n 05 glide 1 gliding 0 sailplaning 0 soaring 0 sailing 3 008 @ 00302394 n 0000 + 01955808 v 0402 + 01942959 v 0402 + 01942959 v 0301 + 01942347 v 0201 + 01942347 v 0101 ~ 00303748 n 0000 ~ 00304349 n 0000 | the activity of flying a glider
-00303748 04 n 01 hang_gliding 0 002 @ 00303495 n 0000 + 01955808 v 0101 | gliding in a hang glider
-00303849 04 n 02 jump 2 parachuting 0 004 @ 00326440 n 0000 + 01968275 v 0202 + 01968275 v 0103 ~ 00304040 n 0000 | descent with a parachute; "he had done a lot of parachuting in the army"
-00304040 04 n 01 skydiving 0 003 @ 00303849 n 0000 + 01968045 v 0102 + 01968045 v 0101 | performing acrobatics in free fall before pulling the ripcord of a parachute
-00304208 04 n 01 maiden_flight 0 001 @ 00302394 n 0000 | the first flight of its kind; "the Stealth bomber made its maiden flight in 1989"
-00304349 04 n 02 parasailing 0 paragliding 0 001 @ 00303495 n 0000 | gliding in a parasail
-00304442 04 n 01 overflight 0 001 @ 00302394 n 0000 | a flight by an aircraft over a particular area (especially over an area in foreign territory)
-00304592 04 n 01 pass 6 001 @ 00302394 n 0000 | a flight or run by an aircraft over a target; "the plane turned to make a second pass"
-00304729 04 n 01 solo 0 002 @ 00302394 n 0000 + 01941987 v 0101 | a flight in which the aircraft pilot is unaccompanied
-00304851 04 n 01 sortie 1 002 @ 00302394 n 0000 ;c 08199025 n 0000 | (military) an operational flight by a single aircraft (as in a military operation)
-00305005 04 n 01 touchdown 1 002 @ 00052500 n 0000 + 01979702 v 0101 | a landing (as the wheels touch the landing field); especially of airplanes
-00305153 04 n 02 aircraft_landing 0 airplane_landing 0 005 @ 00052500 n 0000 ~ 00052791 n 0000 ~ 00305326 n 0000 ~ 00305707 n 0000 ~ 00305858 n 0000 | landing an aircraft
-00305326 04 n 02 ground-controlled_approach 0 GCA 0 001 @ 00305153 n 0000 | aircraft landing in bad weather in which the pilot is talked down by ground control using precision approach radar
-00305519 04 n 01 crash_landing 0 002 @ 00052791 n 0000 ;c 02686568 n 0000 | an emergency landing under circumstances where a normal landing is impossible (usually damaging the aircraft)
-00305707 04 n 01 three-point_landing 0 001 @ 00305153 n 0000 | a landing in which all three wheels of the aircraft touch the ground at the same time
-00305858 04 n 01 instrument_landing 0 001 @ 00305153 n 0000 | an aircraft landing made entirely by means of instruments
-00305980 04 n 01 splashdown 0 001 @ 00052500 n 0000 | a landing of a spacecraft in the sea at the end of a space flight
-00306102 04 n 01 takeoff 0 002 @ 00042757 n 0000 + 02014165 v 0108 | a departure; especially of airplanes
-00306210 04 n 02 tailspin 0 spin 2 001 @ 00302861 n 0000 | rapid descent of an aircraft in a steep spiral
-00306318 04 n 02 terrain_flight 0 low_level_flight 0 001 @ 00302394 n 0000 | flight at very low altitudes
-00306426 04 n 02 journey 0 journeying 0 021 @ 00295701 n 0000 + 01845720 v 0202 + 01846916 v 0102 + 01845720 v 0102 %p 00306900 n 0000 ~ 00307455 n 0000 ~ 00307631 n 0000 ~ 00308073 n 0000 ~ 00308208 n 0000 ~ 00308279 n 0000 ~ 00308370 n 0000 ~ 00309115 n 0000 ~ 00309647 n 0000 ~ 00310201 n 0000 ~ 00310425 n 0000 ~ 00310516 n 0000 ~ 00310666 n 0000 ~ 00311687 n 0000 ~ 00311809 n 0000 ~ 00312553 n 0000 ~ 00312691 n 0000 | the act of traveling from one place to another
-00306900 04 n 02 stage 0 leg 0 003 @ 00295701 n 0000 #p 00306426 n 0000 ~ 00307314 n 0000 | a section or portion of a journey or course; "then we embarked on the second stage of our Caribbean cruise"
-00307102 04 n 01 staging 0 001 @ 00295701 n 0000 | travel by stagecoach
-00307176 04 n 01 leg 1 002 @ 05129565 n 0000 ;c 00314469 n 0000 | (nautical) the distance traveled by a sailing vessel on a single tack
-00307314 04 n 01 fare-stage 0 002 @ 00306900 n 0000 ;r 08860123 n 0000 | a section along the route of a bus for which the fare is the same
-00307455 04 n 01 commute 0 001 @ 00306426 n 0000 | a regular journey of some distance to and from your place of work; "there is standing room only on the high-speed commute"
-00307631 04 n 02 drive 0 ride 0 017 @ 00306426 n 0000 + 01847676 v 0201 + 02102398 v 0201 + 02742232 v 0202 + 02684644 v 0201 + 01955984 v 0201 + 01957529 v 0201 + 01930482 v 0101 + 02057656 v 0101 + 02408281 v 0101 + 02742232 v 0101 + 02056971 v 0101 + 01930117 v 0101 + 01930874 v 0101 ~ 00309276 n 0000 ~ 00309368 n 0000 ~ 00309540 n 0000 | a journey in a vehicle (usually an automobile); "he took the family for a drive in his new car"
-00308073 04 n 01 long_haul 0 001 @ 00306426 n 0000 | a journey over a long distance; "it's a long haul from New York to Los Angeles"
-00308208 04 n 01 mush 0 001 @ 00306426 n 0000 | a journey by dogsled
-00308279 04 n 01 odyssey 0 001 @ 00306426 n 0000 | a long wandering and eventful journey
-00308370 04 n 01 trip 0 010 @ 00306426 n 0000 + 01843055 v 0102 ~ 00301192 n 0000 ~ 00308681 n 0000 ~ 00308779 n 0000 ~ 00308871 n 0000 ~ 00309011 n 0000 ~ 00310347 n 0000 ~ 00731947 n 0000 ~ 01231296 n 0000 | a journey for some purpose (usually including the return); "he took a trip to the shopping center"
-00308681 04 n 01 junket 1 001 @ 00308370 n 0000 | a trip taken by an official at public expense
-00308779 04 n 01 round_trip 0 001 @ 00308370 n 0000 | a trip to some place and back again
-00308871 04 n 01 run 4 003 @ 00308370 n 0000 + 01864038 v 0102 + 02242256 v 0101 | a regular trip; "the ship made its run in record time"
-00309011 04 n 01 run 5 002 @ 00308370 n 0000 + 00332672 v 0101 | a short trip; "take a run into town"
-00309115 04 n 02 passage 0 transit 0 003 @ 00306426 n 0000 + 01915365 v 0201 ~ 00313385 n 0000 | a journey usually by ship; "the outward passage took 10 days"
-00309276 04 n 01 lift 3 001 @ 00307631 n 0000 | a ride in a car; "he gave me a lift home"
-00309368 04 n 01 joyride 0 002 @ 00307631 n 0000 + 01956708 v 0101 | a ride in a car taken solely for pleasure; "they took their girlfriends for joyrides in stolen cars"
-00309540 04 n 01 spin 1 001 @ 00307631 n 0000 | a short drive in a car; "he took the new car for a spin"
-00309647 04 n 01 expedition 0 004 @ 00306426 n 0000 ~ 00309802 n 0000 ~ 00309906 n 0000 ~ 00310063 n 0000 | a journey organized for a particular purpose
-00309802 04 n 01 scouting_trip 0 001 @ 00309647 n 0000 | an expedition undertaken to gain information
-00309906 04 n 03 campaign 1 hunting_expedition 0 safari 0 002 @ 00309647 n 0000 ;r 09189411 n 0000 | an overland journey by hunters (especially in Africa)
-00310063 04 n 02 exploration 2 geographic_expedition 0 002 @ 00309647 n 0000 + 00649481 v 0101 | to travel for the purpose of discovery
-00310201 04 n 02 digression 1 excursion 1 003 @ 00306426 n 0000 + 10596689 n 0202 + 02066304 v 0103 | wandering from the main path of a journey
-00310347 04 n 01 trek 0 001 @ 00308370 n 0000 | any long and difficult trip
-00310425 04 n 02 schlep 0 shlep 0 001 @ 00306426 n 0000 | a tedious or difficult journey
-00310516 04 n 01 trek 1 002 @ 00306426 n 0000 ;r 08999482 n 0000 | a journey by ox wagon (especially an organized migration by a group of settlers)
-00310666 04 n 02 tour 0 circuit 0 011 @ 00306426 n 0000 + 02082527 v 0201 + 10718131 n 0101 + 01845229 v 0101 ~ 00293657 n 0000 ~ 00311091 n 0000 ~ 00311195 n 0000 ~ 00311381 n 0000 ~ 00748919 n 0000 ~ 00749105 n 0000 ~ 00749232 n 0000 | a journey or route all the way around a particular place or area; "they took an extended tour of Europe"; "we took a quick circuit of the park"; "a ten-day coach circuit of the island"
-00311091 04 n 01 grand_tour 0 001 @ 00310666 n 0000 | a sightseeing tour of a building or institution
-00311195 04 n 01 grand_tour 1 001 @ 00310666 n 0000 | an extended cultural tour of Europe taken by wealthy young Englishmen (especially in the 18th century) as part of their education
-00311381 04 n 01 itineration 0 001 @ 00310666 n 0000 | journeying from place to place preaching or lecturing; a preaching tour or lecturing tour
-00311528 04 n 02 on_the_road 0 on_tour 0 001 @ 00295701 n 0000 | travelling about; "they took the show on the road"; "they lost all their games on the road"
-00311687 04 n 02 pilgrimage 0 pilgrim's_journey 0 002 @ 00306426 n 0000 ~ 05915034 n 0000 | a journey to a sacred place
-00311809 04 n 07 excursion 0 jaunt 0 outing 0 junket 0 pleasure_trip 0 expedition 2 sashay 2 006 @ 00306426 n 0000 + 01843364 v 0402 + 01843055 v 0203 + 10596689 n 0102 ~ 00312266 n 0000 ~ 00312403 n 0000 | a journey taken for pleasure; "many summer excursions to the shore"; "it was merely a pleasure trip"; "after cautious sashays into the field"
-00312160 04 n 01 junketing 0 002 @ 00295701 n 0000 + 01843364 v 0102 | taking an excursion for pleasure
-00312266 04 n 01 airing 1 001 @ 00311809 n 0000 | a short excursion (a walk or ride) in the open air; "he took the dogs for an airing"
-00312403 04 n 01 field_trip 0 001 @ 00311809 n 0000 | a group excursion (to a museum or the woods or some historic place) for firsthand examination
-00312553 04 n 01 voyage 0 004 @ 00306426 n 0000 + 01846320 v 0101 ~ 00313245 n 0000 ~ 00313502 n 0000 | a journey to some distant place
-00312691 04 n 01 way 2 001 @ 00306426 n 0000 | a journey or passage; "they are on the way"
-00312784 04 n 02 ocean_trip 0 voyage 1 004 @ 00313647 n 0000 + 01846320 v 0201 ~ 00312932 n 0000 ~ 00313096 n 0000 | an act of traveling by water
-00312932 04 n 02 cruise 0 sail 0 005 @ 00312784 n 0000 + 01846320 v 0202 + 01945516 v 0201 + 01846658 v 0201 + 01844653 v 0101 | an ocean trip taken for pleasure
-00313096 04 n 01 maiden_voyage 0 001 @ 00312784 n 0000 | the first voyage of its kind; "in 1912 the ocean liner Titanic sank on its maiden voyage"
-00313245 04 n 01 crossing 0 002 @ 00312553 n 0000 + 01912159 v 0104 | a voyage across a body of water (usually across the Atlantic Ocean)
-00313385 04 n 01 lockage 0 002 @ 00309115 n 0000 + 02050865 v 0101 | passage through a lock in a canal or waterway
-00313502 04 n 03 spaceflight 0 space_travel 0 spacefaring 0 002 @ 00312553 n 0000 -c 11481627 n 0000 | a voyage outside the Earth's atmosphere
-00313647 04 n 02 water_travel 0 seafaring 1 005 @ 00295701 n 0000 ~ 00312784 n 0000 ~ 00313806 n 0000 ~ 00315390 n 0000 -c 02111625 v 0000 | travel by water
-00313806 04 n 01 sailing 0 006 @ 00313647 n 0000 + 01945516 v 0101 ~ 00313971 n 0000 ~ 00314094 n 0000 ~ 00314395 n 0000 -c 00429642 v 0000 | riding in a sailboat
-00313971 04 n 01 luff 0 003 @ 00313806 n 0000 + 01902246 v 0101 + 01928154 v 0101 | the act of sailing close to the wind
-00314094 04 n 01 beat 0 002 @ 00313806 n 0000 + 01945938 v 0101 | the act of beating to windward; sailing as close as possible to the direction from which the wind is blowing
-00314271 04 n 01 ministry 0 001 @ 00584367 n 0000 | the work of a minister of religion; "he is studying for the ministry"
-00314395 04 n 01 tack 0 001 @ 00313806 n 0000 | sailing a zigzag course
-00314469 04 n 03 seafaring 0 navigation 1 sailing 1 040 @ 00584367 n 0000 + 02909006 a 0201 -c 00448777 a 0000 -c 01033081 a 0000 -c 01062819 a 0000 -c 01093323 a 0000 -c 01093956 a 0000 -c 01445320 a 0000 -c 00160288 r 0000 -c 00307176 n 0000 ~ 00315307 n 0000 -c 00351334 n 0000 %p 00815173 n 0000 -c 02672646 n 0000 -c 02818507 n 0000 -c 02838577 n 0000 -c 02845576 n 0000 -c 03020563 n 0000 -c 03165955 n 0000 -c 03296597 n 0000 -c 03591116 n 0000 -c 03641302 n 0000 -c 03651947 n 0000 -c 03695452 n 0000 -c 03864542 n 0000 -c 04055861 n 0000 -c 04117216 n 0000 -c 04159676 n 0000 -c 04188368 n 0000 -c 04290079 n 0000 -c 04307419 n 0000 -c 04316924 n 0000 -c 04325409 n 0000 -c 04461294 n 0000 -c 07353232 n 0000 -c 08511017 n 0000 -c 15227593 n 0000 -c 15284553 n 0000 -c 01932834 v 0000 -c 01932951 v 0000 | the work of a sailor
-00315307 04 n 01 cabotage 0 001 @ 00314469 n 0000 | navigation in coastal waters
-00315390 04 n 02 boating 0 yachting 0 004 @ 00313647 n 0000 + 01945381 v 0201 + 01944692 v 0101 ~ 00315534 n 0000 | water travel for pleasure
-00315534 04 n 01 bareboating 0 001 @ 00315390 n 0000 | boating by chartering a bareboat and providing your own crew and provisions; "we saved money by bareboating"
-00315700 04 n 02 commutation 0 commuting 0 003 @ 00295701 n 0000 + 02061846 v 0201 + 02061846 v 0101 | the travel of a commuter
-00315830 04 n 02 displacement 3 deracination 1 003 @ 00280586 n 0000 + 02538553 v 0202 + 01566916 v 0203 | to move something from its natural environment
-00315986 04 n 05 transportation 0 transport 1 transfer 0 transferral 0 conveyance 1 018 @ 00280586 n 0000 + 02077656 v 0502 + 01433294 v 0503 + 02232190 v 0401 + 01435380 v 0402 + 02232190 v 0301 + 01449974 v 0201 + 01449974 v 0101 ~ 00316460 n 0000 ~ 00316594 n 0000 ~ 00316989 n 0000 ~ 00317207 n 0000 ~ 00317594 n 0000 ~ 00318735 n 0000 %p 00319176 n 0000 ~ 00651954 n 0000 ~ 01252566 n 0000 ~ 01254473 n 0000 | the act of moving something from one location to another
-00316460 04 n 01 transshipment 0 002 @ 00315986 n 0000 + 02013163 v 0101 | the transfer from one conveyance to another for shipment
-00316594 04 n 02 airlift 0 lift 4 004 @ 00315986 n 0000 + 01974062 v 0202 + 01452057 v 0101 ~i 00316806 n 0000 | transportation of people or goods by air (especially when other means of access are unavailable)
-00316806 04 n 01 Berlin_airlift 0 001 @i 00316594 n 0000 | airlift in 1948 that supplied food and fuel to citizens of west Berlin when the Russians closed off land access to Berlin
-00316989 04 n 02 connection 1 connexion 1 003 @ 00315986 n 0000 + 02747403 v 0201 + 02747403 v 0101 | shifting from one form of transportation to another; "the plane was late and he missed his connection in Atlanta"
-00317207 04 n 02 delivery 4 bringing 0 007 @ 00315986 n 0000 + 01438304 v 0101 ~ 00317709 n 0000 ~ 00317917 n 0000 ~ 00318035 n 0000 ~ 00318186 n 0000 ~ 00318391 n 0000 | the act of delivering or distributing something (as goods or mail); "his reluctant delivery of bad news"
-00317485 04 n 01 cattle_drive 0 001 @ 00317594 n 0000 | driving a bovine herd (as cows or bulls or steers)
-00317594 04 n 01 drive 6 002 @ 00315986 n 0000 ~ 00317485 n 0000 | the act of driving a herd of animals overland
-00317709 04 n 01 airdrop 0 001 @ 00317207 n 0000 | delivery of supplies or equipment or personnel by dropping them by parachute from an aircraft; "until then, front line troops will be supplied by airdrop"
-00317917 04 n 01 consignment 1 002 @ 00317207 n 0000 + 02348459 v 0101 | the delivery of goods for sale or disposal
-00318035 04 n 02 passage 2 handing_over 0 003 @ 00317207 n 0000 + 02230772 v 0101 ~ 00318567 n 0000 | the act of passing something to another person
-00318186 04 n 01 post 1 003 @ 00317207 n 0000 + 02885934 a 0101 + 01031256 v 0102 | the delivery and collection of letters and packages; "it came by the first post"; "if you hurry you'll catch the post"
-00318391 04 n 03 service 4 serving 0 service_of_process 0 001 @ 00317207 n 0000 | the act of delivering a writ or summons upon someone; "he accepted service of the subpoena"
-00318567 04 n 01 relay 0 002 @ 00318035 n 0000 + 00743082 v 0101 | the act of passing something along from one person or group to another; "the relay was successful"
-00318735 04 n 01 carry 0 021 @ 00315986 n 0000 + 02741357 v 0101 + 02636516 v 0101 + 02700867 v 0103 + 02717102 v 0101 + 02561168 v 0101 + 02233195 v 0102 + 02012725 v 0101 + 02001699 v 0101 + 02079933 v 0105 + 01449974 v 0102 + 01601234 v 0102 + 01123609 v 0101 + 01123415 v 0101 + 01061017 v 0101 + 00235110 v 0101 ~ 00319312 n 0000 ~ 00319513 n 0000 ~ 00319608 n 0000 ~ 00319717 n 0000 ~ 00319825 n 0000 | the act of carrying something
-00319176 04 n 01 pickup 1 003 @ 00041899 n 0000 #p 00315986 n 0000 + 01957107 v 0101 | the act of taking aboard passengers or freight
-00319312 04 n 02 packing 1 backpacking 0 003 @ 00318735 n 0000 + 01926031 v 0102 + 01451176 v 0101 | carrying something in a pack on the back; "the backpacking of oxygen is essential for astronauts"
-00319513 04 n 01 piggyback 0 001 @ 00318735 n 0000 | the act of carrying something piggyback
-00319608 04 n 01 fireman's_carry 0 001 @ 00318735 n 0000 | the act of carrying a person over your shoulder
-00319717 04 n 01 portage 0 002 @ 00318735 n 0000 + 01450792 v 0101 | carrying boats and supplies overland
-00319825 04 n 01 porterage 0 002 @ 00318735 n 0000 + 01450961 v 0101 | the transportation of burdens by porters
-00319939 04 n 04 pursuit 0 chase 0 pursual 0 following 1 009 @ 00279835 n 0000 + 02000868 v 0402 + 01998432 v 0401 + 02535093 v 0201 + 02001858 v 0201 + 02000868 v 0101 ~ 00320284 n 0000 ~ 00320486 n 0000 ~ 00320625 n 0000 | the act of pursuing in an effort to overtake or capture; "the culprit started to run and the cop took off in pursuit"
-00320284 04 n 02 trailing 0 tracking 0 004 @ 00319939 n 0000 ;c 00015388 n 0000 + 02001858 v 0209 + 02001858 v 0103 | the pursuit (of a person or animal) by following tracks or marks they left behind
-00320486 04 n 02 shadowing 0 tailing 0 003 @ 00319939 n 0000 + 02001858 v 0204 + 02001461 v 0101 | the act of following someone secretly
-00320625 04 n 02 stalk 1 stalking 1 002 @ 00319939 n 0000 + 02004009 v 0102 | the act of following prey stealthily
-00320742 04 n 01 wild-goose_chase 0 001 @ 05770391 n 0000 | the fruitless pursuit of something unattainable
-00320852 04 n 03 insertion 0 introduction 0 intromission 0 013 @ 00280586 n 0000 + 02502536 v 0304 + 01421622 v 0204 + 00187526 v 0206 + 01389776 v 0102 + 01421622 v 0101 + 00187526 v 0101 ~ 00321195 n 0000 ~ 00321731 n 0000 ~ 00321956 n 0000 ~ 00322634 n 0000 ~ 00324056 n 0000 ~ 00324233 n 0000 | the act of putting one thing into another
-00321195 04 n 07 cannulation 0 canulation 0 cannulization 0 cannulisation 0 canulization 0 canulisation 0 intubation 0 010 @ 00320852 n 0000 + 01422172 v 0704 + 01422172 v 0601 + 01422172 v 0501 + 01422172 v 0402 + 01422172 v 0401 + 01422172 v 0303 + 01422172 v 0301 + 01422172 v 0205 + 01422172 v 0101 | the insertion of a cannula or tube into a hollow body organ
-00321562 04 n 02 catheterization 0 catheterisation 0 003 @ 00671351 n 0000 + 00188721 v 0202 + 00188721 v 0101 | the operation of introducing a catheter into the body
-00321731 04 n 03 instillation 0 instillment 0 instilment 0 005 @ 00320852 n 0000 + 01422662 v 0302 + 01422662 v 0201 + 01422662 v 0101 ~ 00323532 n 0000 | the introduction of a liquid (by pouring or injection) drop by drop
-00321956 04 n 04 enclosure 0 enclosing 0 envelopment 0 inclosure 0 008 @ 00320852 n 0000 + 00187526 v 0403 + 01580467 v 0301 + 01580467 v 0205 + 01580467 v 0105 + 01587062 v 0101 ~ 00322228 n 0000 ~ 00322488 n 0000 | the act of enclosing something inside something else
-00322228 04 n 02 packing 0 boxing 1 004 @ 00321956 n 0000 + 01485158 v 0201 + 01482449 v 0101 ~ 00322391 n 0000 | the enclosure of something in a package or box
-00322391 04 n 01 bundling 0 001 @ 00322228 n 0000 | the act of binding something into a bundle
-00322488 04 n 02 encasement 0 incasement 0 003 @ 00321956 n 0000 + 01486312 v 0202 + 01486312 v 0101 | the act of enclosing something in a case
-00322634 04 n 01 injection 0 003 @ 00320852 n 0000 + 01585523 v 0101 ~ 00322778 n 0000 | the forceful insertion of a substance under pressure
-00322778 04 n 01 epidural_injection 0 001 @ 00322634 n 0000 | injection of an anesthetic substance into the epidural space of the spinal cord in order to produce epidural anesthesia
-00322962 04 n 01 intradermal_injection 0 001 @ 00697365 n 0000 | an injection into the skin
-00323056 04 n 01 intramuscular_injection 0 001 @ 00697365 n 0000 | an injection into a muscle
-00323152 04 n 01 intravenous_injection 0 002 @ 00697365 n 0000 ~ 00323262 n 0000 | an injection into a vein
-00323262 04 n 01 fix 3 002 @ 00323152 n 0000 ;u 07075172 n 0000 | something craved, especially an intravenous injection of a narcotic drug; "she needed a fix of chocolate"
-00323436 04 n 01 subcutaneous_injection 0 001 @ 00697365 n 0000 | an injection under the skin
-00323532 04 n 01 infusion 0 003 @ 00321731 n 0000 ;c 06043075 n 0000 + 00086598 v 0101 | (medicine) the passive introduction of a substance (a fluid or drug or electrolyte) into a vein or between tissues (as by gravitational force)
-00323766 04 n 01 exchange_transfusion 0 001 @ 00324056 n 0000 | slow removal of a person's blood and its replacement with equal amounts of a donor's blood
-00323923 04 n 01 transfusion 1 002 @ 00037396 n 0000 ~ 00935608 n 0000 | the action of pouring a liquid from one vessel to another
-00324056 04 n 02 transfusion 0 blood_transfusion 0 003 @ 00320852 n 0000 + 00081367 v 0101 ~ 00323766 n 0000 | the introduction of blood or blood plasma into a vein or artery
-00324233 04 n 01 perfusion 0 002 @ 00320852 n 0000 + 00454475 v 0101 | pumping a liquid into an organ or tissue (especially by way of blood vessels)
-00324384 04 n 04 rise 0 ascent 0 ascension 0 ascending 0 011 @ 00279835 n 0000 + 02644050 a 0301 + 01969216 v 0301 + 01969216 v 0201 + 00018158 v 0105 + 01983264 v 0102 + 01968569 v 0101 ~ 00324699 n 0000 ~ 00324834 n 0000 ~ 00325110 n 0000 ~ 00326291 n 0000 | the act of changing location in an upward direction
-00324699 04 n 01 levitation 0 001 @ 00324384 n 0000 | the act of raising (a body) from the ground by presumably spiritualistic means
-00324834 04 n 02 heave 1 heaving 3 003 @ 00324384 n 0000 + 01455866 v 0201 + 01455866 v 0101 | the act of lifting something with great effort
-00324978 04 n 02 funambulism 0 tightrope_walking 0 002 @ 00523513 n 0000 + 10115946 n 0101 | walking on a tightrope or slack rope
-00325110 04 n 02 climb 0 mount 0 008 @ 00324384 n 0000 + 01921964 v 0203 + 00433232 v 0202 + 01921964 v 0101 ~ 00325364 n 0000 ~ 00325502 n 0000 ~ 00325785 n 0000 ~ 00326094 n 0000 | the act of climbing something; "it was a difficult climb to the top"
-00325364 04 n 01 scaling 3 004 @ 00325110 n 0000 + 02207036 v 0101 + 01922466 v 0101 ~ 00325631 n 0000 | ascent by or as if by a ladder
-00325502 04 n 01 clamber 0 002 @ 00325110 n 0000 + 01921772 v 0101 | an awkward climb; "reaching the crest was a real clamber"
-00325631 04 n 01 escalade 0 002 @ 00325364 n 0000 + 01922576 v 0101 | an act of scaling by the use of ladders (especially the walls of a fortification)
-00325785 04 n 02 mountain_climbing 0 mountaineering 0 005 @ 00325110 n 0000 + 01922895 v 0201 ~ 00325975 n 0000 -c 00326809 n 0000 -c 14324099 n 0000 | the activity of climbing a mountain
-00325975 04 n 01 Alpinism 0 002 @ 00325785 n 0000 + 09785659 n 0101 | mountain climbing (not restricted to the Alps)
-00326094 04 n 01 rock_climbing 0 002 @ 00523513 n 0000 @ 00325110 n 0000 | the sport or pastime of scaling rock masses on mountain sides (especially with the help of ropes and special equipment)
-00326291 04 n 02 soar 0 zoom 0 004 @ 00324384 n 0000 + 01943718 v 0205 + 01943338 v 0101 + 01955808 v 0102 | the act of rising upward into the air
-00326440 04 n 01 descent 0 008 @ 00279835 n 0000 ~ 00303849 n 0000 ~ 00326677 n 0000 ~ 00326809 n 0000 ~ 00327033 n 0000 ~ 00327279 n 0000 ~ 00327366 n 0000 ~ 00327510 n 0000 | the act of changing your location in a downward direction
-00326677 04 n 03 dive 0 nose_dive 0 nosedive 0 002 @ 00326440 n 0000 ~ 00327134 n 0000 | a steep nose-down descent by an aircraft
-00326809 04 n 02 rappel 0 abseil 0 002 @ 00326440 n 0000 ;c 00325785 n 0000 | (mountaineering) a descent of a vertical cliff or wall made by using a doubled rope that is fixed to a higher point and wrapped around the body
-00327033 04 n 01 swoop 0 002 @ 00326440 n 0000 + 02064358 v 0102 | a swift descent through the air
-00327134 04 n 01 power_dive 0 001 @ 00326677 n 0000 | a dive of an airplane that is accelerated both by gravity and by the power of the engine
-00327279 04 n 01 crash_dive 0 001 @ 00326440 n 0000 | a rapid descent by a submarine
-00327366 04 n 01 drop 0 002 @ 00326440 n 0000 + 01977701 v 0101 | the act of dropping something; "they expected the drop would be successful"
-00327510 04 n 02 flop 0 collapse 1 003 @ 00326440 n 0000 + 02404306 a 0101 + 01972849 v 0101 | the act of throwing yourself down; "he landed on the bed with a great flop"
-00327683 04 n 02 lowering 1 letting_down 0 002 @ 00280586 n 0000 + 01973125 v 0101 | the act of causing something to move to a lower level
-00327824 04 n 03 swing 0 swinging 0 vacillation 0 005 @ 00279835 n 0000 + 01876907 v 0302 + 02717472 v 0202 + 01877620 v 0101 + 01877355 v 0101 | changing location by moving back and forth
-00328015 04 n 01 return 0 005 @ 00279835 n 0000 + 02078294 v 0101 + 02004874 v 0101 ~ 00328230 n 0000 ~ 00328327 n 0000 | the act of going back to a prior location; "they set out on their return to the base camp"
-00328230 04 n 01 reentry 0 002 @ 00328015 n 0000 + 01852892 v 0101 | the act of entering again
-00328327 04 n 01 remand 0 002 @ 00328015 n 0000 + 02494356 v 010a | the act of sending an accused person back into custody to await trial (or the continuation of the trial)
-00328502 04 n 03 slide 0 glide 0 coast 0 008 @ 00279835 n 0000 + 01886728 v 0301 + 01887901 v 0201 + 01887576 v 0201 + 02090990 v 0101 + 01870275 v 0105 ~ 00329031 n 0000 ~ 00329468 n 0000 | the act of moving smoothly along a surface while remaining in contact with it; "his slide didn't stop until the bottom of the hill"; "the children lined up for a coast down the snowy slope"
-00328885 04 n 01 slippage 0 002 @ 00279835 n 0000 + 00465762 v 0104 | failing to hold or slipping out of place; "the knots allowed no slippage"
-00329031 04 n 03 skid 0 slip 4 sideslip 0 007 @ 00328502 n 0000 + 02234781 a 0202 + 00465762 v 0204 + 01870275 v 0202 + 01888295 v 0202 + 01870275 v 0101 + 01870867 v 0101 | an unexpected slide
-00329227 04 n 02 flow 0 stream 0 008 @ 00279835 n 0000 + 02070466 v 0201 + 02743727 v 0101 + 02067689 v 0101 + 02066939 v 0102 + 02066510 v 0101 ~ 00329619 n 0000 ~ 00329819 n 0000 | the act of flowing or streaming; continuous progression
-00329468 04 n 01 snowboarding 0 002 @ 00328502 n 0000 + 02104860 v 0101 | the act of sliding down a snow-covered slope while standing on a snowboard
-00329619 04 n 03 spill 0 spillage 0 release 3 006 @ 00329227 n 0000 + 01436518 v 0302 + 01542207 v 0201 + 01541803 v 0101 + 02069888 v 0101 + 01542207 v 0101 | the act of allowing a fluid to escape
-00329819 04 n 03 flood 1 overflow 0 outpouring 0 003 @ 00329227 n 0000 + 02072159 v 0201 ~ 00329943 n 0000 | a large flow
-00329943 04 n 01 effusion 0 002 @ 00329819 n 0000 + 00546080 v 0102 | flow under pressure
-00330035 04 n 01 crawl 3 002 @ 00279835 n 0000 + 01885845 v 0101 | a very slow movement; "the traffic advanced at a crawl"
-00330160 04 n 03 speed 0 speeding 0 hurrying 0 012 @ 00279835 n 0000 + 02055649 v 0303 + 02058994 v 0205 + 02055975 v 0201 + 00979862 a 0102 + 02055649 v 0102 + 00439343 v 0102 + 02055975 v 0101 + 00438178 v 0103 ~ 00330457 n 0000 ~ 00330674 n 0000 ~ 00330836 n 0000 | changing location rapidly
-00330457 04 n 03 acceleration 0 quickening 0 speedup 0 006 @ 00330160 n 0000 + 00438178 v 0302 + 00439343 v 0303 + 00438178 v 0204 ! 00330674 n 0101 + 00439343 v 0101 | the act of accelerating; increasing the speed
-00330674 04 n 01 deceleration 0 002 @ 00330160 n 0000 ! 00330457 n 0101 | the act of decelerating; decreasing the speed; "he initiated deceleration by braking"
-00330836 04 n 02 scud 0 scudding 0 003 @ 00330160 n 0000 + 01946138 v 0201 + 01946138 v 0101 | the act of moving along swiftly (as before a gale)
-00330984 04 n 02 translation 1 displacement 2 002 @ 00279835 n 0000 + 02103925 v 0101 | the act of uniform movement
-00331102 04 n 03 transplant 1 transplantation 0 transplanting 0 005 @ 00280586 n 0000 + 01855155 v 0301 + 01855155 v 0201 + 02753255 v 0101 + 01855155 v 0101 | the act of removing something from one location and introducing it in another location; "the transplant did not flower until the second year"; "too frequent transplanting is not good for families"; "she returned to Alabama because she could not bear transplantation"
-00331531 04 n 01 troop_movement 0 002 @ 00280586 n 0000 ;c 08199025 n 0000 | movement of military units to a new location
-00331655 04 n 02 shift 0 shifting 0 009 @ 00279835 n 0000 + 01893988 v 0202 + 01883344 v 0201 + 02305176 a 0102 + 01864634 v 0103 + 01884974 v 0103 + 01893988 v 0102 + 02012344 v 0102 + 01883344 v 0101 | the act of moving from one place to another; "his constant shifting disrupted the class"
-00331950 04 n 04 motion 0 movement 0 move 3 motility 0 045 @ 00191142 n 0000 + 01831531 v 0301 + 01831531 v 0201 + 01831531 v 0101 ~ 00333037 n 0000 ~ 00333203 n 0000 ~ 00333366 n 0000 ~ 00333572 n 0000 ~ 00333733 n 0000 ~ 00333829 n 0000 ~ 00334174 n 0000 ~ 00334356 n 0000 ~ 00334509 n 0000 ~ 00334711 n 0000 ~ 00335384 n 0000 ~ 00335653 n 0000 ~ 00335814 n 0000 ~ 00335988 n 0000 ~ 00336805 n 0000 ~ 00337078 n 0000 ~ 00337210 n 0000 ~ 00337486 n 0000 ~ 00338641 n 0000 ~ 00341109 n 0000 ~ 00341243 n 0000 ~ 00341435 n 0000 ~ 00341548 n 0000 ~ 00341695 n 0000 ~ 00341890 n 0000 ~ 00342028 n 0000 ~ 00344040 n 0000 ~ 00344259 n 0000 ~ 00344421 n 0000 ~ 00344699 n 0000 ~ 00344942 n 0000 ~ 00345149 n 0000 ~ 00345817 n 0000 ~ 00345926 n 0000 ~ 00346095 n 0000 ~ 00348571 n 0000 ~ 00349080 n 0000 ~ 00349213 n 0000 ~ 00349369 n 0000 ~ 00349705 n 0000 ~ 00429713 n 0000 | a change of position that does not entail a change of location; "the reflex motion of his eyebrows revealed his surprise"; "movement is a sign of life"; "an impatient move of his hand"; "gastrointestinal motility"
-00333037 04 n 01 abduction 1 003 @ 00331950 n 0000 ;c 06080522 n 0000 + 01449427 v 0101 | (physiology) moving of a body part away from the central axis of the body
-00333203 04 n 01 adduction 0 003 @ 00331950 n 0000 ;c 06080522 n 0000 + 01449236 v 0101 | (physiology) moving of a body part toward the central axis of the body
-00333366 04 n 01 agitation 1 005 @ 00331950 n 0000 ~ 00347180 n 0000 ~ 00347490 n 0000 ~ 00347652 n 0000 ~ 00347853 n 0000 | the act of agitating something; causing it to move around (usually vigorously)
-00333572 04 n 01 body_English 0 001 @ 00331950 n 0000 | a motion of the body by a player as if to make an object already propelled go in the desired direction
-00333733 04 n 01 circumduction 0 001 @ 00331950 n 0000 | a circular movement of a limb or eye
-00333829 04 n 01 disturbance 0 013 @ 00331950 n 0000 + 01207527 v 0102 ~ 00552679 n 0000 ~ 00552922 n 0000 ~ 00553173 n 0000 ~ 00553823 n 0000 ~ 00553995 n 0000 ~ 00554107 n 0000 ~ 00554200 n 0000 ~ 00554300 n 0000 ~ 00554433 n 0000 ~ 00554541 n 0000 ~ 00554850 n 0000 | the act of disturbing something or someone; setting something in motion
-00334174 04 n 02 fetal_movement 0 foetal_movement 0 002 @ 00331950 n 0000 ;c 14046202 n 0000 | motion of a fetus within the uterus (usually detected by the 16th week of pregnancy)
-00334356 04 n 02 flit 0 dart 0 005 @ 00331950 n 0000 + 01899708 v 0201 + 02061495 v 0201 + 01899891 v 0204 + 01899891 v 0101 | a sudden quick movement
-00334509 04 n 01 gesture 0 005 @ 00331950 n 0000 + 00992041 v 0102 + 00992041 v 0101 ~ 00334935 n 0000 ~ 00335285 n 0000 | motion of hands or body to emphasize or help to express a thought or feeling
-00334711 04 n 02 headshake 0 headshaking 0 001 @ 00331950 n 0000 | the act of turning your head left and right to signify denial or disbelief or bemusement; "I could tell from their headshakes that they didn't believe me"
-00334935 04 n 06 jab 1 jabbing 0 poke 1 poking 0 thrust 2 thrusting 0 008 @ 00334509 n 0000 + 02062212 v 0604 + 01499265 v 0502 + 01229976 v 0404 + 01230241 v 0301 + 01229976 v 0304 + 01229976 v 0201 + 01230555 v 0101 | a sharp hand gesture (resembling a blow); "he warned me with a jab with his finger"; "he made a thrusting motion with his fist"
-00335285 04 n 01 mudra 0 001 @ 00334509 n 0000 | ritual hand movement in Hindu religious dancing
-00335384 04 n 02 inclination 0 inclining 0 007 @ 00331950 n 0000 + 02171322 v 0201 + 02063018 v 0201 + 02063018 v 0101 ~ 00336274 n 0000 ~ 00336430 n 0000 ~ 00336654 n 0000 | the act of inclining; bending forward; "an inclination of his head indicated his agreement"
-00335653 04 n 03 inversion 1 eversion 0 everting 0 004 @ 00331950 n 0000 + 02089632 v 0301 + 02089632 v 0201 + 00386715 v 0102 | the act of turning inside out
-00335814 04 n 02 inversion 0 upending 0 005 @ 00331950 n 0000 + 01909679 v 0201 + 01517515 v 0201 + 00386715 v 0102 ~ 00348312 n 0000 | turning upside down; setting on end
-00335988 04 n 04 jerk 0 jerking 0 jolt 0 saccade 1 011 @ 00331950 n 0000 + 02243567 a 0304 + 01864865 v 0301 + 01891817 v 0201 + 00009631 v 0202 + 02303575 a 0103 + 01591158 v 0101 + 01884383 v 0102 + 00009631 v 0102 + 01891817 v 0101 + 01592072 v 0102 | an abrupt spasmodic movement
-00336274 04 n 01 bob 0 002 @ 00335384 n 0000 + 00899352 v 0102 | a short abrupt inclination (as of the head); "he gave me a short bob of acknowledgement"
-00336430 04 n 01 nod 0 004 @ 00335384 n 0000 + 00016702 v 0101 + 00898210 v 0101 ~ 00336561 n 0000 | the act of nodding the head
-00336561 04 n 01 nutation 0 002 @ 00336430 n 0000 + 01876311 v 0101 | uncontrolled nodding
-00336654 04 n 01 stoop 0 003 @ 00335384 n 0000 + 01601685 v 0101 + 02062632 v 0102 | an inclination of the top half of the body forward and downward
-00336805 04 n 02 kick 1 kicking 1 003 @ 00331950 n 0000 + 01936233 v 0101 ~ 00574227 n 0000 | a rhythmic thrusting movement of the legs as in swimming or calisthenics; "the kick must be synchronized with the arm movements"; "the swimmer's kicking left a wake behind him"
-00337078 04 n 02 kneel 0 kneeling 0 003 @ 00331950 n 0000 + 01545649 v 0201 + 01545649 v 0101 | supporting yourself on your knees
-00337210 04 n 03 lurch 2 pitch 4 pitching 1 006 @ 00331950 n 0000 ;c 04194289 n 0000 + 01864634 v 0302 + 01864634 v 0202 + 01864634 v 0101 ~ 00348008 n 0000 | abrupt up-and-down motion (as caused by a ship or other conveyance); "the pitching and tossing was quite exciting"
-00337486 04 n 01 eye_movement 0 003 @ 00331950 n 0000 ~ 00337605 n 0000 ~ 00338271 n 0000 | the movement of the eyes
-00337605 04 n 01 nystagmus 0 004 @ 00337486 n 0000 ~ 00337844 n 0000 ~ 00338088 n 0000 ~ 00338404 n 0000 | involuntary movements of the eyeballs; its presence or absence is used to diagnose a variety of neurological and visual disorders
-00337844 04 n 01 physiological_nystagmus 0 001 @ 00337605 n 0000 | small involuntary tremors of the eyeballs; when it is eliminated by stabilizing the image on the retina, visual perception fades rapidly from fatigue of the retinal receptors
-00338088 04 n 01 rotational_nystagmus 0 001 @ 00337605 n 0000 | nystagmus caused by the body rotating rapidly; large slow movements of the eyeballs are in the direction of rotation
-00338271 04 n 01 saccade 0 002 @ 00337486 n 0000 + 02791161 a 0101 | a rapid, jerky movement of the eyes between positions of rest
-00338404 04 n 01 post-rotational_nystagmus 0 001 @ 00337605 n 0000 | nystagmus caused by suddenly stopping the rapid rotation of the body; large slow movements of the eyeballs are in the direction opposite to the direction of rotation
-00338641 04 n 01 opening 1 003 @ 00331950 n 0000 + 01346003 v 0101 ! 00344040 n 0102 | the act of opening something; "the ray of light revealed his cautious opening of the door"
-00338821 04 n 01 rearrangement 0 006 @ 00939628 n 0000 + 00278280 v 0101 ~ 00338994 n 0000 ~ 00339173 n 0000 ~ 00339463 n 0000 ~ 00339907 n 0000 | changing an arrangement
-00338994 04 n 02 juggle 1 juggling 1 004 @ 00338821 n 0000 + 02577391 v 0201 + 02438383 v 0101 + 02577391 v 0101 | the act of rearranging things to give a misleading impression
-00339173 04 n 01 musical_chairs 1 001 @ 00338821 n 0000 | a rearrangement that has no practical effect or significance; "the company is looking for stability after years of musical chairs with directors"; "shareholders don't want the company playing musical chairs with their investment"
-00339463 04 n 01 reordering 0 006 @ 00338821 n 0000 + 00659112 v 0101 ~ 00339646 n 0000 ~ 00339776 n 0000 ~ 00340192 n 0000 ~ 00340463 n 0000 | a rearrangement in a different order
-00339646 04 n 01 permutation 2 002 @ 00339463 n 0000 + 00380424 v 0101 | act of changing the lineal order of objects in a group
-00339776 04 n 02 transposition 0 reversal 3 002 @ 00339463 n 0000 + 00380424 v 0103 | the act of reversing the order or place of
-00339907 04 n 01 transposition 3 002 @ 00338821 n 0000 ;c 11449907 n 0000 | (electricity) a rearrangement of the relative positions of power lines in order to minimize the effects of mutual capacitance and inductance; "he wrote a textbook on the electrical effects of transposition"
-00340192 04 n 02 passing 0 overtaking 0 004 @ 00339463 n 0000 + 02049696 v 0202 + 01155090 v 0201 + 02049696 v 0101 | going by something that is moving in order to get in front of it; "she drove but well but her reckless passing of every car on the road frightened me"
-00340463 04 n 03 shuffle 0 shuffling 0 make 0 006 @ 00339463 n 0000 #p 00488225 n 0000 + 01418667 v 0201 + 01418667 v 0101 ~ 00340662 n 0000 ~ 00340838 n 0000 | the act of mixing cards haphazardly
-00340662 04 n 02 reshuffle 0 reshuffling 0 004 @ 00340463 n 0000 ;c 00488225 n 0000 + 01418959 v 0201 + 01418959 v 0101 | shuffling again; "the gambler demanded a reshuffle"
-00340838 04 n 01 riffle 0 002 @ 00340463 n 0000 + 01419160 v 0101 | shuffling by splitting the pack and interweaving the two halves at their corners
-00340989 04 n 01 twiddle 0 002 @ 00345454 n 0000 + 02048891 v 0103 | a series of small (usually idle) twists or turns
-00341109 04 n 01 prostration 0 003 @ 00331950 n 0000 + 02063610 v 0101 + 01498005 v 0101 | the act of assuming a prostrate position
-00341243 04 n 03 reach 0 reaching 1 stretch 1 005 @ 00331950 n 0000 + 00101434 v 0301 + 01440139 v 0201 + 01440139 v 0101 ~ 00348953 n 0000 | the act of physically reaching or thrusting out
-00341435 04 n 01 reciprocation 1 002 @ 00331950 n 0000 + 01875820 v 0101 | alternating back-and-forth movement
-00341548 04 n 01 reclining 0 003 @ 00331950 n 0000 + 02039156 v 0102 + 01547390 v 0103 | the act of assuming or maintaining a reclining position
-00341695 04 n 01 retraction 0 002 @ 00331950 n 0000 + 01506583 v 0102 | the act of pulling or holding or drawing a part back; "the retraction of the landing gear"; "retraction of the foreskin"
-00341890 04 n 02 retroflection 0 retroflexion 0 003 @ 00331950 n 0000 + 02036498 v 0201 + 02036498 v 0101 | the act of bending backward
-00342028 04 n 02 rotation 0 rotary_motion 0 014 @ 00331950 n 0000 + 02045043 v 0103 + 02045790 v 0101 ~ 00342424 n 0000 ~ 00342565 n 0000 ~ 00342755 n 0000 ~ 00342916 n 0000 ~ 00343091 n 0000 ~ 00343249 n 0000 ~ 00343606 n 0000 ~ 00345297 n 0000 ~ 00345454 n 0000 ~ 00345641 n 0000 ~ 00534480 n 0000 | the act of rotating as if on an axis; "the rotation of the dancer kept time with the music"
-00342424 04 n 01 circumvolution 0 002 @ 00342028 n 0000 + 02045790 v 0102 | the act of turning or winding or folding around a central axis
-00342565 04 n 02 feather 0 feathering 0 005 @ 00342028 n 0000 #p 00445351 n 0000 + 01124828 v 0201 + 01124964 v 0101 + 01124828 v 0101 | turning an oar parallel to the water between pulls
-00342755 04 n 02 gyration 0 whirling 0 004 @ 00342028 n 0000 + 02048891 v 0204 + 02046755 v 0105 + 02049190 v 0101 | the act of rotating in a circle or spiral
-00342916 04 n 01 pivot 0 002 @ 00342028 n 0000 + 02046572 v 0101 | the act of turning on (or as if on) a pivot; "the golfer went to the driving range to practice his pivot"
-00343091 04 n 01 pronation 0 003 @ 00342028 n 0000 + 02081410 v 0101 ! 00345297 n 0101 | rotation of the hands and forearms so that the palms face downward
-00343249 04 n 05 spin 0 twirl 0 twist 2 twisting 1 whirl 2 011 @ 00342028 n 0000 + 02046755 v 0503 + 02048051 v 0501 + 01349493 v 0302 + 01222645 v 0301 + 02048051 v 0204 + 02048891 v 0201 + 02048051 v 0103 + 02046755 v 0101 ~ 00343730 n 0000 ~ 00343894 n 0000 | the act of rotating rapidly; "he gave the crank a spin"; "it broke off after much twisting"
-00343606 04 n 01 spiral 0 002 @ 00342028 n 0000 + 02049561 v 0102 | flying downward in a helical path with a large radius
-00343730 04 n 01 pirouette 0 003 @ 00343249 n 0000 ;c 00528667 n 0000 + 02048384 v 0101 | (ballet) a rapid spin of the body (especially on the toes as in ballet)
-00343894 04 n 02 birling 0 logrolling 0 002 @ 00343249 n 0000 ;c 00523513 n 0000 | rotating a log rapidly in the water (as a competitive sport)
-00344040 04 n 02 shutting 0 closing 1 008 @ 00331950 n 0000 + 02140781 v 0201 + 01423285 v 0201 + 01478423 v 0201 + 01346978 v 0201 + 01345109 v 0201 ! 00338641 n 0201 + 01345109 v 0102 | the act of closing something
-00344259 04 n 01 sitting 0 002 @ 00331950 n 0000 + 01543123 v 0101 | the act of assuming or maintaining a seated position; "he read the mystery at one sitting"
-00344421 04 n 02 sitting 1 posing 0 004 @ 00331950 n 0000 ;c 00903559 n 0000 + 02142775 v 0202 + 02142775 v 0103 | (photography) the act of assuming a certain position (as for a photograph or portrait); "he wanted his portrait painted but couldn't spare time for the sitting"
-00344699 04 n 01 snap 3 004 @ 00331950 n 0000 + 01252714 a 0105 + 01242208 v 0101 + 02182851 v 0101 | the act of snapping the fingers; movement of a finger from the tip to the base of the thumb on the same hand; "he gave his fingers a snap"
-00344942 04 n 02 squat 0 squatting 0 003 @ 00331950 n 0000 + 01545314 v 0201 + 01545314 v 0101 | the act of assuming or maintaining a crouching position with the knees bent and the buttocks near the heels
-00345149 04 n 01 sweep 1 004 @ 00331950 n 0000 + 01593763 v 0102 + 01869563 v 0101 + 01870043 v 0102 | a movement in an arc; "a sweep of his arm"
-00345297 04 n 01 supination 0 003 @ 00342028 n 0000 + 02090243 v 0101 ! 00343091 n 0101 | rotation of the hands and forearms so that the palms face upward
-00345454 04 n 02 twist 3 turn 7 003 @ 00342028 n 0000 + 02089984 v 0201 ~ 00340989 n 0000 | turning or twisting around (in place); "with a quick twist of his head he surveyed the room"
-00345641 04 n 03 wind 0 winding 0 twist 4 002 @ 00342028 n 0000 + 01522052 v 0101 | the act of winding or twisting; "he put the key in the old clock and gave it a good wind"
-00345817 04 n 01 toss 2 002 @ 00331950 n 0000 + 01890792 v 0107 | an abrupt movement; "a toss of his head"
-00345926 04 n 03 vibration 0 quiver 0 quivering 0 005 @ 00331950 n 0000 + 01889129 v 0201 + 02824444 a 0101 + 01878063 v 0102 ~ 00348801 n 0000 | the act of vibrating
-00346095 04 n 01 wave 2 002 @ 00331950 n 0000 + 01901783 v 0104 | a movement like that of a sudden occurrence or increase in a specified phenomenon; "a wave of settlers"; "troops advancing in waves"
-00346296 04 n 02 change_of_direction 0 reorientation 0 006 @ 00191142 n 0000 + 01908543 v 0201 + 00468791 v 0201 ~ 00346532 n 0000 ~ 00346693 n 0000 ~ 00349886 n 0000 | the act of changing the direction in which something is oriented
-00346532 04 n 01 turn 2 002 @ 00346296 n 0000 + 01907258 v 0101 | the act of turning away or in the opposite direction; "he made an abrupt turn away from her"
-00346693 04 n 05 reversion 1 reverse 1 reversal 4 turnabout 0 turnaround 0 007 @ 00346296 n 0000 + 00386715 v 0303 + 00202095 a 0202 + 00386715 v 0203 + 00138508 v 0203 ~ 00346936 n 0000 ~ 00347087 n 0000 | turning in the opposite direction
-00346936 04 n 02 about-face 2 about_turn 0 002 @ 00346693 n 0000 + 01909042 v 0101 | act of pivoting 180 degrees, especially in a military formation
-00347087 04 n 01 u-turn 0 001 @ 00346693 n 0000 | complete reversal of direction of travel
-00347180 04 n 01 shaking 0 003 @ 00333366 n 0000 + 01889610 v 0101 ~ 00347359 n 0000 | the act of causing something to move up and down (or back and forth) with quick movements
-00347359 04 n 02 joggle 0 jiggle 0 003 @ 00347180 n 0000 + 01898282 v 0201 + 01898282 v 0102 | a slight irregular shaking motion
-00347490 04 n 01 stirring 0 001 @ 00333366 n 0000 | agitating a liquid with an implement; "constant stirring prevents it from burning on the bottom of the pan"
-00347652 04 n 03 wag 0 waggle 0 shake 1 006 @ 00333366 n 0000 + 01875295 v 0303 + 01889610 v 0301 + 01871321 v 0202 + 01898592 v 0202 + 01898592 v 0101 | causing to move repeatedly from side to side
-00347853 04 n 01 worrying 1 001 @ 00333366 n 0000 | the act of moving something by repeated tugs or pushes; "vigorous worrying finally loosened the saw"
-00348008 04 n 04 rock 0 careen 0 sway 1 tilt 1 012 @ 00337210 n 0000 + 01884974 v 0404 + 01884577 v 0403 + 02038357 v 0402 + 01876028 v 0302 + 01877355 v 0302 + 01875295 v 0302 + 01924882 v 0206 + 01884974 v 0201 + 02243567 a 0102 + 01876028 v 0101 + 01875295 v 0101 | pitching dangerously to one side
-00348312 04 n 03 upset 2 overturn 0 turnover 0 006 @ 00335814 n 0000 + 01909397 v 0302 + 01909978 v 0303 + 01909978 v 0201 + 01909397 v 0201 + 01909978 v 0104 | the act of upsetting something; "he was badly bruised by the upset of his sled at a high speed"
-00348571 04 n 03 waver 0 flutter 0 flicker 0 008 @ 00331950 n 0000 + 01878719 v 0301 + 01878719 v 0204 + 01899891 v 0202 + 01901289 v 0102 + 01878719 v 0102 + 01876907 v 0103 + 01868258 v 0101 | the act of moving back and forth
-00348801 04 n 02 tremor 0 shudder 0 003 @ 00345926 n 0000 + 01888946 v 0201 + 00014201 v 0202 | an involuntary vibration (as if from illness or fear)
-00348953 04 n 01 outreach 0 001 @ 00341243 n 0000 | the act of reaching out; "the outreach toward truth of the human spirit"
-00349080 04 n 01 standing 0 002 @ 00331950 n 0000 + 01546111 v 0101 | the act of assuming or maintaining an erect upright position
-00349213 04 n 02 straddle 0 span 0 004 @ 00331950 n 0000 + 02705913 v 0101 %p 00080743 n 0000 %p 00080968 n 0000 | the act of sitting or standing astride
-00349369 04 n 01 stroke 3 005 @ 00331950 n 0000 ~ 00349520 n 0000 ~ 00547616 n 0000 ~ 00547765 n 0000 ~ 01173038 n 0000 | a single complete movement
-00349520 04 n 02 keystroke 0 key_stroke 0 001 @ 00349369 n 0000 | the stroke of a key; one depression of a key on a keyboard; "the number of keystrokes was used as a measure of work"
-00349705 04 n 03 wiggle 0 wriggle 0 squirm 0 006 @ 00331950 n 0000 + 01868370 v 0305 + 01563713 a 0203 + 01868370 v 0203 + 01563713 a 0101 + 01898282 v 0103 | the act of wiggling
-00349886 04 n 01 change_of_course 0 003 @ 00346296 n 0000 ~ 00350030 n 0000 ~ 00351334 n 0000 | a change in the direction that you are moving
-00350030 04 n 02 turn 1 turning 0 012 @ 00349886 n 0000 + 01907258 v 0201 + 01907258 v 0101 ~ 00350380 n 0000 ~ 00351000 n 0000 ~ 00351168 n 0000 ~ 00441235 n 0000 ~ 00441501 n 0000 ~ 00441686 n 0000 ~ 01263257 n 0000 ~ 01263418 n 0000 ~ 01267901 n 0000 | the act of changing or reversing the direction of the course; "he took a turn to the right"
-00350380 04 n 06 diversion 1 deviation 1 digression 0 deflection 0 deflexion 0 divagation 0 013 @ 00350030 n 0000 + 00780575 v 0603 + 02034300 v 0501 + 02033805 v 0501 + 02034300 v 0401 + 02033805 v 0401 + 00780575 v 0301 + 02065085 v 0201 + 02064887 v 0201 + 00763272 a 0101 + 10544748 n 0103 + 02064887 v 0102 ~ 00350878 n 0000 | a turning aside (of your course or attention or concern); "a diversion from the main highway"; "a digression into irrelevant details"; "a deflection from his goal"
-00350878 04 n 01 red_herring 0 001 @ 00350380 n 0000 | any diversion intended to distract attention from the main issue
-00351000 04 n 01 right 0 001 @ 00350030 n 0000 | a turn toward the side of the body that is on the south when the person is facing east; "take a right at the corner"
-00351168 04 n 01 left 0 001 @ 00350030 n 0000 | a turn toward the side of the body that is on the north when the person is facing east; "take a left at the corner"
-00351334 04 n 02 tack 1 tacking 0 004 @ 00349886 n 0000 ;c 00314469 n 0000 + 01946408 v 0201 + 00121678 v 0102 | (nautical) the act of changing tack
-00351485 04 n 01 change_of_magnitude 0 003 @ 00191142 n 0000 ~ 00351638 n 0000 ~ 00363260 n 0000 | the act of changing the amount or size of something
-00351638 04 n 04 decrease 0 diminution 0 reduction 0 step-down 0 032 @ 00351485 n 0000 + 00290740 v 0403 + 00241038 v 0302 + 00240131 v 0301 + 00429060 v 0301 + 00151689 v 0101 ! 00363260 n 0101 ~ 00352331 n 0000 ~ 00353249 n 0000 ~ 00353469 n 0000 ~ 00353782 n 0000 ~ 00353992 n 0000 ~ 00354183 n 0000 ~ 00354583 n 0000 ~ 00354884 n 0000 ~ 00355252 n 0000 ~ 00355919 n 0000 ~ 00356199 n 0000 ~ 00358931 n 0000 ~ 00360485 n 0000 ~ 00360757 n 0000 ~ 00361932 n 0000 ~ 00362103 n 0000 ~ 00362258 n 0000 ~ 00362355 n 0000 ~ 00364600 n 0000 ~ 00365471 n 0000 ~ 00439284 n 0000 ~ 01122938 n 0000 ~ 01149115 n 0000 ~ 13313733 n 0000 ~ 13378968 n 0000 | the act of decreasing or reducing something
-00352331 04 n 01 cut 5 007 @ 00351638 n 0000 ~ 00352585 n 0000 ~ 00352683 n 0000 ~ 00352778 n 0000 ~ 00352861 n 0000 ~ 00353013 n 0000 ~ 00353100 n 0000 | the act of reducing the amount or number; "the mayor proposed extensive cuts in the city budget"
-00352585 04 n 01 budget_cut 0 001 @ 00352331 n 0000 | the act of reducing budgeted expenditures
-00352683 04 n 02 pay_cut 0 salary_cut 0 001 @ 00352331 n 0000 | the act of reducing a salary
-00352778 04 n 01 cost_cutting 0 001 @ 00352331 n 0000 | the act of cutting costs
-00352861 04 n 02 price_cutting 0 price_cut 0 001 @ 00352331 n 0000 | cutting the price of merchandise to one lower than the usual or advertised price
-00353013 04 n 01 spending_cut 0 001 @ 00352331 n 0000 | the act of reducing spending
-00353100 04 n 01 tax_cut 0 001 @ 00352331 n 0000 | the act of reducing taxation; "the new administration's large tax cut was highly controversial"
-00353249 04 n 02 moderation 0 mitigation 1 003 @ 00351638 n 0000 + 01058036 v 0103 ~ 00361333 n 0000 | the action of lessening in severity or intensity; "the object being control or moderation of economic depressions"
-00353469 04 n 01 lowering 0 004 @ 00351638 n 0000 + 01574923 v 0101 + 00267855 v 0102 ~ 00353611 n 0000 | the act of causing to become less
-00353611 04 n 01 tapering 0 002 @ 00353469 n 0000 + 00152762 v 0101 | the act of gradually lowering the size or amount; "the doctor prescribed the tapering of the dose"
-00353782 04 n 01 cutback 0 003 @ 00351638 n 0000 + 00429060 v 0103 ~ 00353903 n 0000 | a reduction in quantity or rate
-00353903 04 n 01 service_cutback 0 001 @ 00353782 n 0000 | the act of reducing service
-00353992 04 n 01 devaluation 0 006 @ 00351638 n 0000 + 00493929 v 0102 + 00315020 v 0103 + 00493929 v 0101 + 00493703 v 0101 ~ 00354342 n 0000 | the reduction of something's value or worth
-00354183 04 n 02 devitalization 0 devitalisation 0 003 @ 00351638 n 0000 + 00166952 v 0202 + 00166952 v 0101 | the act of reducing the vitality of something
-00354342 04 n 01 evisceration 2 001 @ 00353992 n 0000 | altering something (as a legislative act or a statement) in such a manner as to reduce its value; "the adoption of their amendments would have amounted to an evisceration of the act"
-00354583 04 n 03 extenuation 0 mitigation 0 palliation 1 004 @ 00351638 n 0000 + 00906037 v 0302 + 00906037 v 0203 + 00906037 v 0101 | to act in such a way as to cause an offense to seem less serious
-00354785 04 n 01 spasmolysis 0 001 @ 00354884 n 0000 | the relaxation or relief of muscle spasms
-00354884 04 n 04 easing 0 easement 0 alleviation 0 relief 1 010 @ 00351638 n 0000 + 00064095 v 0302 + 01815185 v 0204 + 00082308 v 0202 + 00082308 v 0102 ~ 00354785 n 0000 ~ 00355420 n 0000 ~ 00355547 n 0000 ~ 00355691 n 0000 ~ 00357451 n 0000 | the act of reducing something unpleasant (as pain or annoyance); "he asked the nurse for relief from the constant pain"
-00355252 04 n 01 de-escalation 0 004 @ 00351638 n 0000 ;c 00973077 n 0000 + 00290983 v 0101 + 00290740 v 0101 | (war) a reduction in intensity (of a crisis or a war)
-00355420 04 n 01 detente 0 001 @ 00354884 n 0000 | the easing of tensions or strained relations (especially between nations)
-00355547 04 n 01 palliation 0 002 @ 00354884 n 0000 + 00064095 v 0103 | easing the severity of a pain or a disease without removing the cause
-00355691 04 n 03 liberalization 0 liberalisation 0 relaxation 1 007 @ 00354884 n 0000 + 02601996 v 0301 + 02601808 v 0301 + 02467203 v 0202 + 02467003 v 0202 + 02467203 v 0101 + 02467003 v 0101 | the act of making less strict
-00355919 04 n 02 minimization 0 minimisation 0 008 @ 00351638 n 0000 + 00841125 v 0203 + 00427802 v 0202 + 00841125 v 0102 + 00864475 v 0101 + 00427802 v 0101 ! 00367066 n 0101 ~ 01079951 n 0000 | the act of reducing something to the least possible amount or degree or position
-00356199 04 n 01 depletion 0 005 @ 00351638 n 0000 + 01157517 v 0105 ~ 00356367 n 0000 ~ 00356621 n 0000 ~ 01062255 n 0000 | the act of decreasing something markedly
-00356367 04 n 03 consumption 0 using_up 0 expenditure 1 003 @ 00356199 n 0000 + 01158572 v 0302 ~ 00356516 n 0000 | the act of consuming something
-00356516 04 n 01 burnup 0 001 @ 00356367 n 0000 | the amount of fuel used up (as in a nuclear reactor)
-00356621 04 n 01 exhaustion 0 005 @ 00356199 n 0000 + 02280869 v 0102 + 01157517 v 0106 + 00450997 v 0101 + 00075421 v 0101 | the act of exhausting something entirely
-00356790 04 n 02 compression 0 compressing 0 009 @ 00113113 n 0000 + 01389329 v 0201 + 01387786 v 0201 + 01387786 v 0101 ! 00357451 n 0101 ~ 00357023 n 0000 ~ 00357680 n 0000 ~ 00358089 n 0000 ~ 01149911 n 0000 | applying pressure
-00357023 04 n 02 squeeze 0 squeezing 0 007 @ 00356790 n 0000 + 01447868 v 0201 + 01456771 v 0102 + 01447868 v 0101 ~ 00357275 n 0000 ~ 00358528 n 0000 ~ 00358702 n 0000 | the act of gripping and pressing firmly; "he gave her cheek a playful squeeze"
-00357275 04 n 02 pinch 0 tweak 0 006 @ 00357023 n 0000 + 01592456 v 0202 + 01592669 v 0201 + 00504019 v 0101 + 01457206 v 0102 + 01456771 v 0101 | a squeeze with the fingers
-00357451 04 n 02 decompression 0 decompressing 0 004 @ 00354884 n 0000 + 00403967 v 0203 + 00403967 v 0103 ! 00356790 n 0101 | relieving pressure (especially bringing a compressed person gradually back to atmospheric pressure)
-00357680 04 n 02 condensing 0 condensation 0 007 @ 00356790 n 0000 + 00365446 v 0201 + 00366547 v 0201 + 00365446 v 0101 + 00366547 v 0101 + 00366275 v 0101 ~ 00357906 n 0000 | the act of increasing the density of something
-00357906 04 n 02 thickening 0 inspissation 0 006 @ 00357680 n 0000 + 00431610 v 0202 + 00431327 v 0202 + 00431117 v 0202 + 00431610 v 0101 + 00431327 v 0101 | the act of thickening
-00358089 04 n 03 crush 0 crunch 0 compaction 0 007 @ 00356790 n 0000 + 01389329 v 0302 + 01483779 v 0304 + 00331082 v 0203 + 00339085 v 0101 + 01593937 v 0102 ~ 00358290 n 0000 | the act of crushing
-00358290 04 n 04 grind 0 mill 0 pulverization 0 pulverisation 0 007 @ 00358089 n 0000 + 00332154 v 0405 + 00332154 v 0304 + 00332017 v 0201 + 00331082 v 0101 + 01394464 v 0102 + 01594978 v 0104 | the act of grinding to a powder or dust
-00358528 04 n 01 expression 0 002 @ 00357023 n 0000 + 01351754 v 0102 | the act of forcing something out by squeezing or pressing; "the expression of milk from her breast"
-00358702 04 n 02 extrusion 0 expulsion 2 002 @ 00357023 n 0000 + 01675780 v 0101 | squeezing out by applying pressure; "an unexpected extrusion of toothpaste from the bottom of the tube"; "the expulsion of pus from the pimple"
-00358931 04 n 01 shortening 0 006 @ 00351638 n 0000 + 00560893 v 0101 ~ 00359135 n 0000 ~ 00359238 n 0000 ~ 00369802 n 0000 ~ 00370261 n 0000 | act of decreasing in length; "the dress needs shortening"
-00359135 04 n 01 abbreviation 0 001 @ 00358931 n 0000 | shortening something by omitting parts of it
-00359238 04 n 03 cut 0 cutting 0 cutting_off 1 006 @ 00358931 n 0000 + 01754737 v 0201 ~ 00359614 n 0000 ~ 00359822 n 0000 ~ 00359903 n 0000 ~ 00360242 n 0000 | the act of shortening something by chopping off the ends; "the barber gave him a good cut"
-00359492 04 n 02 severance 0 severing 0 003 @ 00386915 n 0000 + 01560731 v 0202 + 01560731 v 0102 | the act of severing
-00359614 04 n 03 clip 0 clipping 0 snip 0 007 @ 00359238 n 0000 + 01321002 v 0301 + 01456463 v 0304 + 01456463 v 0203 + 01321002 v 0102 + 01456463 v 0103 ~ 00842281 n 0000 | the act of clipping or snipping
-00359822 04 n 01 haircut 0 001 @ 00359238 n 0000 | the act of cutting the hair
-00359903 04 n 03 trim 0 trimming 1 clipping 2 008 @ 00359238 n 0000 + 01321002 v 0302 + 01321002 v 0204 + 01248782 v 0202 + 01321002 v 0104 + 01248782 v 0102 + 00429060 v 0104 ~ 00360143 n 0000 | cutting down to the desired size or shape
-00360143 04 n 01 pruning 0 002 @ 00359903 n 0000 + 01321002 v 0107 | the act of trimming a plant
-00360242 04 n 01 shearing 0 005 @ 00359238 n 0000 + 01560369 v 0102 + 01320816 v 0101 + 01320513 v 0101 ~ 00360404 n 0000 | removing by cutting off or clipping
-00360404 04 n 01 sheepshearing 0 001 @ 00360242 n 0000 | act of shearing sheep
-00360485 04 n 01 shrinking 0 003 @ 00351638 n 0000 + 00152558 v 0101 ~ 00360601 n 0000 | the act of becoming less
-00360601 04 n 02 miniaturization 0 miniaturisation 0 003 @ 00360485 n 0000 + 00241496 v 0202 + 00241496 v 0101 | act of making on a greatly reduced scale
-00360757 04 n 02 subtraction 0 deduction 0 006 @ 00351638 n 0000 + 00641252 v 0202 + 00641252 v 0101 ! 00363788 n 0101 ~ 00361041 n 0000 ~ 00361192 n 0000 | the act of subtracting (removing a part from the whole); "he complained about the subtraction of money from their paychecks"
-00361041 04 n 01 bite 1 002 @ 00360757 n 0000 ;u 07157273 n 0000 | a portion removed from the whole; "the government's weekly bite from my paycheck"
-00361192 04 n 01 withholding 0 003 @ 00360757 n 0000 ;c 13308999 n 0000 + 02215001 v 0101 | the act of deducting from an employee's salary
-00361333 04 n 01 abatement 0 002 @ 00353249 n 0000 ~ 00361459 n 0000 | the act of abating; "laws enforcing noise abatement"
-00361459 04 n 02 abatement_of_a_nuisance 0 nuisance_abatement 0 003 @ 00361333 n 0000 ;c 08441203 n 0000 ~ 00361684 n 0000 | (law) the removal or termination or destruction of something that has been found to be a nuisance
-00361684 04 n 01 asbestos_abatement 0 001 @ 00361459 n 0000 | the removal of asbestos from a public building
-00361795 04 n 01 attrition 0 002 @ 00712031 n 0000 + 02648106 a 0101 | the act of rubbing together; wearing something down by friction
-00361932 04 n 01 deflation 0 005 @ 00351638 n 0000 + 01436865 v 0101 + 01436721 v 0101 + 00264705 v 0101 ! 00367280 n 0101 | the act of letting the air out of something
-00362103 04 n 03 discount 0 price_reduction 0 deduction 2 002 @ 00351638 n 0000 + 02319428 v 0101 | the act of reducing the selling price of merchandise
-00362258 04 n 01 rollback 1 001 @ 00351638 n 0000 | reducing prices back to some earlier level
-00362355 04 n 01 weakening 0 006 @ 00351638 n 0000 + 00224901 v 0101 ! 00374063 n 0101 ~ 00362546 n 0000 ~ 00362659 n 0000 ~ 00362862 n 0000 | the act of reducing the strength of something
-00362546 04 n 02 wilt 0 wilting 0 002 @ 00362355 n 0000 + 00469637 v 0201 | causing to become limp or drooping
-00362659 04 n 01 dilution 0 005 @ 00362355 n 0000 + 00487748 v 0104 + 00226071 v 0101 ! 00375071 n 0101 ~ 00363052 n 0000 | weakening (reducing the concentration) by the addition of water or a thinner
-00362862 04 n 01 etiolation 1 002 @ 00362355 n 0000 + 00225690 v 0101 | the act of weakening by stunting the growth or development of something; "the etiolation of the critical tradition"
-00363052 04 n 02 cutting 4 thinning 0 003 @ 00362659 n 0000 + 00226071 v 0202 + 00226071 v 0105 | the act of diluting something; "the cutting of whiskey with water"; "the thinning of paint with turpentine"
-00363260 04 n 02 increase 0 step-up 0 023 @ 00351485 n 0000 + 00290302 v 0203 + 00153263 v 0101 + 00156601 v 0101 ! 00351638 n 0101 ~ 00363788 n 0000 ~ 00364260 n 0000 ~ 00364440 n 0000 ~ 00364787 n 0000 ~ 00365231 n 0000 ~ 00365329 n 0000 ~ 00365709 n 0000 ~ 00366846 n 0000 ~ 00367066 n 0000 ~ 00367552 n 0000 ~ 00371314 n 0000 ~ 00372013 n 0000 ~ 00373130 n 0000 ~ 00373544 n 0000 ~ 00374063 n 0000 ~ 00374224 n 0000 ~ 00374677 n 0000 ~ 00439043 n 0000 | the act of increasing something; "he gave me an increase in salary"
-00363788 04 n 01 addition 2 005 @ 00363260 n 0000 + 00182406 v 0101 ! 00360757 n 0101 ~ 00364053 n 0000 ~ 00365012 n 0000 | the act of adding one thing to another; "the addition of flowers created a pleasing effect"; "the addition of a leap day every four years"
-00364053 04 n 01 retrofit 0 001 @ 00363788 n 0000 | the act of adding a component or accessory to something that did not have it when it was manufactured; "the court ordered a retrofit on all automobiles"
-00364260 04 n 02 advance 1 rise 1 003 @ 00363260 n 0000 + 00155143 v 0201 + 00158222 v 0101 | increase in price or value; "the news caused a general advance on the stock market"
-00364440 04 n 01 appreciation 1 002 @ 00363260 n 0000 ! 00364600 n 0101 | an increase in price or value; "an appreciation of 30% in the value of real estate"
-00364600 04 n 01 depreciation 0 004 @ 00351638 n 0000 + 00315330 v 0101 + 00315020 v 0101 ! 00364440 n 0101 | a decrease in price or value; "depreciation of the dollar against the yen"
-00364787 04 n 02 surge 0 upsurge 0 003 @ 00363260 n 0000 + 00168217 v 0101 + 01943718 v 0104 | a sudden or abrupt strong increase; "stimulated a surge of speculation"; "an upsurge of emotion"; "an upsurge in violent crime"
-00365012 04 n 03 fluoridation 0 fluoridization 0 fluoridisation 0 004 @ 00363788 n 0000 + 00186161 v 0303 + 00186161 v 0202 + 00186161 v 0101 | the addition of a fluoride to the water supply (to prevent dental decay)
-00365231 04 n 01 augmentation 0 002 @ 00363260 n 0000 + 00154388 v 0101 | the act of augmenting
-00365329 04 n 01 amplification 1 002 @ 00363260 n 0000 ;c 11449907 n 0000 | (electronics) the act of increasing voltage or power or current
-00365471 04 n 01 contraction 0 007 @ 00351638 n 0000 + 01279474 v 0101 + 00365188 v 0103 + 00243900 v 0106 + 00240571 v 0102 + 00305109 v 0102 ! 00365709 n 0101 | the act of decreasing (something) in size or volume or quantity or scope
-00365709 04 n 02 expansion 0 enlargement 0 009 @ 00363260 n 0000 + 00154778 v 0201 ! 00365471 n 0101 ~ 00365995 n 0000 ~ 00366317 n 0000 ~ 00366521 n 0000 ~ 00367280 n 0000 ~ 00367427 n 0000 ~ 00367768 n 0000 | the act of increasing (something) in size or volume or quantity or scope
-00365995 04 n 02 dilation 0 dilatation 0 005 @ 00365709 n 0000 + 00305537 v 0201 + 00305537 v 0101 ~ 00366207 n 0000 ~ 00866079 n 0000 | the act of expanding an aperture; "the dilation of the pupil of the eye"
-00366207 04 n 01 vasodilation 0 001 @ 00365995 n 0000 | dilation of blood vessels (especially the arteries)
-00366317 04 n 02 distention 0 distension 0 006 @ 00365709 n 0000 + 00256862 v 0201 + 00305537 v 0202 + 00257087 v 0101 + 00305537 v 0102 + 00256862 v 0101 | the act of expanding by pressure from within
-00366521 04 n 01 stretching 2 004 @ 00365709 n 0000 + 00318816 v 0102 ~ 00366675 n 0000 ~ 00369532 n 0000 | act of expanding by lengthening or widening
-00366675 04 n 01 tension 0 003 @ 00366521 n 0000 + 01572728 v 0102 + 00536304 v 0101 | the action of stretching something tight; "tension holds the belt in the pulleys"
-00366846 04 n 01 escalation 0 002 @ 00363260 n 0000 + 00290302 v 0101 | an increase to counteract a perceived discrepancy; "higher wages caused an escalation of prices"; "there was a gradual escalation of hostilities"
-00367066 04 n 03 maximization 0 maximisation 0 maximation 0 004 @ 00363260 n 0000 + 00428583 v 0202 + 00428583 v 0101 ! 00355919 n 0101 | the act of raising to the highest possible point or condition or position
-00367280 04 n 01 inflation 0 004 @ 00365709 n 0000 + 00256117 v 0102 + 00264034 v 0101 ! 00361932 n 0101 | the act of filling something with air
-00367427 04 n 01 magnification 0 002 @ 00365709 n 0000 + 00434077 v 0101 | the act of expanding something in apparent size
-00367552 04 n 01 exaggeration 0 003 @ 00363260 n 0000 + 02568999 v 0102 + 00839834 v 0102 | the act of making something more noticeable than usual; "the dance involved a deliberate exaggeration of his awkwardness"
-00367768 04 n 01 extension 2 004 @ 00365709 n 0000 + 00540235 v 0103 ~ 00367976 n 0000 ~ 00371059 n 0000 | act of expanding in scope; making more widely available; "extension of the program to all in need"
-00367976 04 n 02 spread 0 spreading 0 012 @ 00367768 n 0000 + 01378556 v 0201 + 02060141 v 0102 + 02082690 v 0101 + 00968211 v 0108 + 02689299 v 0101 + 01380122 v 0101 + 01378556 v 0101 ~ 00368302 n 0000 ~ 00368592 n 0000 ~ 00369138 n 0000 ~ 01238058 n 0000 | act of extending over a wider scope or expanse of space or time
-00368302 04 n 01 circulation 0 005 @ 00367976 n 0000 + 02043190 v 0101 + 00968211 v 0101 + 00270005 v 0103 ~ 00368515 n 0000 | the spread or transmission of something (as news or money) to a wider group or area
-00368515 04 n 01 recirculation 0 001 @ 00368302 n 0000 | circulation again
-00368592 04 n 04 dispersion 0 dispersal 0 dissemination 0 diffusion 0 009 @ 00367976 n 0000 + 02060141 v 0401 + 01229071 v 0405 + 00968211 v 0409 + 00968211 v 0305 + 00968211 v 020a + 02030424 v 0101 + 00968211 v 010a ~ 00368939 n 0000 | the act of dispersing or diffusing something; "the dispersion of the troops"; "the diffusion of knowledge"
-00368939 04 n 02 crop-dusting 0 spraying 3 002 @ 00368592 n 0000 ;c 02686568 n 0000 | the dispersion of fungicides or insecticides or fertilizer on growing crops (often from a low-flying aircraft)
-00369138 04 n 03 scatter 0 scattering 0 strewing 0 010 @ 00367976 n 0000 + 01378123 v 0301 + 02082690 v 0202 + 02030424 v 0205 + 02028994 v 0203 + 01501676 v 0201 + 02082690 v 0102 + 01376245 v 0101 + 02028994 v 0103 + 02030424 v 0105 | the act of scattering
-00369399 04 n 01 contracture 0 002 @ 00369802 n 0000 + 01387786 v 0105 | an abnormal and usually permanent contraction of a muscle
-00369532 04 n 01 extension 1 004 @ 00366521 n 0000 + 00027268 v 0102 ! 00405360 n 0101 ~ 00369694 n 0000 | act of stretching or straightening out a flexed limb
-00369694 04 n 01 hyperextension 0 002 @ 00369532 n 0000 + 00028010 v 0101 | greater than normal extension
-00369802 04 n 03 contraction 1 muscular_contraction 0 muscle_contraction 0 008 @ 00358931 n 0000 ;c 06080522 n 0000 + 01387786 v 0105 ~ 00369399 n 0000 ~ 00370127 n 0000 ~ 00370458 n 0000 ~ 00370688 n 0000 ~ 00370885 n 0000 | (physiology) a shortening or tensing of a part or organ (especially of a muscle or muscle fiber)
-00370127 04 n 01 tetanus 0 001 @ 00369802 n 0000 | a sustained muscular contraction resulting from a rapid series of nerve impulses
-00370261 04 n 01 truncation 0 002 @ 00358931 n 0000 + 00317241 v 0101 | the act of cutting short; "it is an obvious truncation of the verse"; "they were sentenced to a truncation of their limbs"
-00370458 04 n 01 uterine_contraction 0 002 @ 00369802 n 0000 #p 14048441 n 0000 | a rhythmic tightening in labor of the upper uterine musculature that contracts the size of the uterus and pushes the fetus toward the birth canal
-00370688 04 n 02 Braxton-Hicks_contraction 0 false_labor 0 001 @ 00369802 n 0000 | painless contractions of the muscles of the uterus that continue throughout pregnancy with increasing frequency
-00370885 04 n 01 vaginismus 0 001 @ 00369802 n 0000 | muscular contraction that causes the vagina to close; usually an anxiety reaction before coitus or pelvic examination
-00371059 04 n 01 stretch 2 004 @ 00367768 n 0000 + 00541746 v 0101 + 00318816 v 0102 + 00240810 v 0101 | extension to or beyond the ordinary limit; "running at full stretch"; "by no stretch of the imagination"; "beyond any stretch of his understanding"
-00371314 04 n 02 expansion 1 expanding_upon 0 005 @ 00363260 n 0000 + 00955601 v 0107 ~ 00371487 n 0000 ~ 00371735 n 0000 ~ 00371846 n 0000 | adding information or detail
-00371487 04 n 02 amplification 2 elaboration 1 002 @ 00371314 n 0000 + 00955601 v 0201 | addition of extra material or illustration or clarifying detail; "a few remarks added in amplification and defense"; "an elaboration of the sketch followed"
-00371735 04 n 02 annotation 0 annotating 0 002 @ 00371314 n 0000 + 01704953 v 0101 | the act of adding notes
-00371846 04 n 03 supplementation 0 subjunction 0 subjoining 0 004 @ 00371314 n 0000 + 01329026 v 0301 + 01329026 v 0201 + 01328705 v 0103 | the act of supplementing
-00372013 04 n 03 accumulation 0 accrual 0 accruement 0 007 @ 00363260 n 0000 + 00155869 v 0301 + 02230056 v 0201 + 00155869 v 0201 + 02304982 v 0103 + 00158804 v 0101 ~ 00372226 n 0000 | the act of accumulating
-00372226 04 n 01 buildup 0 003 @ 00372013 n 0000 + 00154608 v 0101 ~ 00372448 n 0000 | the act of building up an accumulation; "I envied his rapid buildup of assets"; "a military buildup in preparation for the invasion"
-00372448 04 n 02 deposit 0 deposition 1 004 @ 00372226 n 0000 + 01575675 v 0204 + 01575675 v 0104 ~ 00372607 n 0000 | the act of putting something somewhere
-00372607 04 n 04 repositing 0 reposition 0 storage 2 warehousing 0 005 @ 00372448 n 0000 + 02282365 v 0401 + 02281751 v 0201 + 02281751 v 0101 ~ 00372977 n 0000 | depositing in a warehouse; "they decided to reposition their furniture in a recommended repository in Brooklyn"; "my car is in storage"; "publishers reduced print runs to cut down the cost of warehousing"
-00372977 04 n 01 stockpiling 0 002 @ 00372607 n 0000 + 02285392 v 0103 | accumulating and storing a reserve supply; "the stockpiling of war materials"
-00373130 04 n 01 inclusion 0 005 @ 00363260 n 0000 + 02449847 v 0103 + 00684838 v 0101 + 00183879 v 0101 ~ 00373278 n 0000 | the act of including
-00373278 04 n 01 incorporation 0 004 @ 00373130 n 0000 + 02629535 v 0101 + 00466651 v 0102 ~ 00373418 n 0000 | including by incorporating
-00373418 04 n 02 annexation 1 appropriation 1 002 @ 00373278 n 0000 + 02626177 a 0101 | incorporation by joining or uniting
-00373544 04 n 03 aggrandizement 0 aggrandisement 0 elevation 1 006 @ 00363260 n 0000 + 02397637 v 0306 + 00544549 v 0303 + 00956405 v 0206 + 00956405 v 0105 ~ 00373862 n 0000 | the act of increasing the wealth or prestige or power or scope of something; "the aggrandizement of the king"; "his elevation to cardinal"
-00373862 04 n 03 self-aggrandizement 0 self-aggrandisement 0 ego_trip 0 001 @ 00373544 n 0000 | an act undertaken to increase your own power and influence or to draw attention to your own importance
-00374063 04 n 01 strengthening 0 004 @ 00363260 n 0000 + 00220869 v 0101 ! 00362355 n 0101 ~ 00375071 n 0000 | the act of increasing the strength of something
-00374224 04 n 01 intensification 0 007 @ 00363260 n 0000 + 00290302 v 0102 + 00227165 v 0101 + 00226566 v 0101 ~ 00374446 n 0000 ~ 00374835 n 0000 ~ 00375625 n 0000 | action that makes something stronger or more extreme
-00374446 04 n 01 roughness 0 001 @ 00374224 n 0000 | harsh or severe speech or behavior; "men associate the roughness of nonstandard working-class speech with masculinity"; "the roughness of her voice was a signal to keep quiet"
-00374677 04 n 01 intensification 1 003 @ 00363260 n 0000 ;c 00903559 n 0000 + 00574735 v 0101 | the act of increasing the contrast of (a photographic film)
-00374835 04 n 02 aggravation 1 exacerbation 1 003 @ 00374224 n 0000 + 00208210 v 0203 + 00208210 v 0102 | action that makes a problem or a disease (or its symptoms) worse; "the aggravation of her condition resulted from lack of care"
-00375071 04 n 01 concentration 1 008 @ 00374063 n 0000 + 00365188 v 0102 + 00244625 v 0103 + 00237259 v 0104 + 00237511 v 0101 + 00236999 v 0103 ! 00362659 n 0101 ~ 00375348 n 0000 | strengthening the concentration (as of a solute in a mixture) by removing diluting material
-00375348 04 n 01 pervaporation 0 003 @ 00375071 n 0000 + 00367416 v 0101 + 00367241 v 0101 | the concentration of a colloidal solution whose colloid will not pass through a semipermeable membrane; solution is placed in a bag of the membrane and the solvent is evaporated off
-00375625 04 n 03 focalization 1 focalisation 1 focusing 0 012 @ 00374224 n 0000 + 02161922 v 0301 + 00731789 v 0305 + 00314272 v 0301 + 00314782 v 0301 + 00731789 v 0204 + 00314272 v 0203 + 00314782 v 0203 + 00731789 v 0103 + 00314272 v 0102 + 00314782 v 0102 ~ 00375938 n 0000 | the act of bringing into focus
-00375938 04 n 01 refocusing 0 004 @ 00375625 n 0000 + 02162162 v 0101 + 00732091 v 0101 + 00314605 v 0101 | focusing again
-00376063 04 n 01 change_of_integrity 0 013 @ 00191142 n 0000 ~ 00145218 n 0000 ~ 00376400 n 0000 ~ 00377364 n 0000 ~ 00378069 n 0000 ~ 00378985 n 0000 ~ 00383390 n 0000 ~ 00383606 n 0000 ~ 00398704 n 0000 ~ 00399030 n 0000 ~ 00402535 n 0000 ~ 00402789 n 0000 ~ 00403092 n 0000 | the act of changing the unity or wholeness of something
-00376400 04 n 03 breakage 0 break 0 breaking 0 011 @ 00376063 n 0000 + 00334996 v 0201 + 00334186 v 0201 + 01298931 v 0101 + 01369758 v 0101 + 00334996 v 0101 + 00258665 v 0101 ~ 00376715 n 0000 ~ 00376825 n 0000 ~ 00376994 n 0000 ~ 00377169 n 0000 | the act of breaking something; "the breakage was unavoidable"
-00376715 04 n 01 rupture 0 002 @ 00376400 n 0000 + 01573515 v 0102 | the act of making a sudden noisy break
-00376825 04 n 02 smashing 0 shattering 0 004 @ 00376400 n 0000 + 00333907 v 0201 + 00333758 v 0201 + 00335923 v 0101 | the act of breaking something into small pieces
-00376994 04 n 03 fracture 0 crack 0 cracking 0 005 @ 00376400 n 0000 + 01401955 v 0301 + 00107943 v 0101 + 00107739 v 0101 + 00335366 v 0101 | the act of cracking something
-00377169 04 n 03 chip 0 chipping 0 splintering 0 006 @ 00376400 n 0000 + 02469274 v 0302 + 01259691 v 0201 + 01259458 v 0201 + 01259691 v 0101 + 01259458 v 0101 | the act of chipping something
-00377364 04 n 02 explosion 0 burst 0 007 @ 00376063 n 0000 + 00306017 v 0202 + 00309310 v 0201 + 00306723 v 0101 + 00306017 v 0101 ~ 00377686 n 0000 ~ 00377907 n 0000 | the act of exploding or bursting; "the explosion of the firecrackers awoke the children"; "the burst of an atom bomb creates enormous radiation aloft"
-00377686 04 n 01 detonation 0 003 @ 00377364 n 0000 + 00306723 v 0102 ~ 00377813 n 0000 | the act of detonating an explosive
-00377813 04 n 01 percussion 0 001 @ 00377686 n 0000 | the act of exploding a percussion cap
-00377907 04 n 01 fulmination 1 002 @ 00377364 n 0000 + 00307060 v 0101 | the act of exploding with noise and violence; "his fulminations frightened the horses"
-00378069 04 n 02 burning 0 combustion 0 005 @ 00376063 n 0000 + 02762468 v 0202 ~ 00378296 n 0000 ~ 00378479 n 0000 ~ 00378706 n 0000 | the act of burning something; "the burning of leaves was prohibited by a town ordinance"
-00378296 04 n 03 arson 0 incendiarism 0 fire-raising 0 002 @ 00378069 n 0000 + 09810707 n 0101 | malicious burning to destroy property; "the British term for arson is fire-raising"
-00378479 04 n 05 ignition 0 firing 0 lighting 0 kindling 0 inflammation 1 006 @ 00378069 n 0000 + 02761685 v 0502 + 02761372 v 0504 + 02761685 v 0401 + 02760622 v 0102 + 02759614 v 0101 | the act of setting something on fire
-00378706 04 n 01 incineration 0 004 @ 00378069 n 0000 + 00378361 v 0101 + 00378042 v 0102 ~ 00378880 n 0000 | the act of burning something completely; reducing it to ashes
-00378880 04 n 01 cremation 0 002 @ 00378706 n 0000 + 00379154 v 0101 | the incineration of a dead body
-00378985 04 n 03 combination 0 combining 0 compounding 0 018 @ 00376063 n 0000 + 01657828 v 0301 + 01461328 v 0301 + 00193486 v 0301 + 02309008 v 0201 + 01461328 v 0202 + 00193486 v 0202 + 00394813 v 020a + 01331244 a 0103 ~ 00379422 n 0000 ~ 00379754 n 0000 ~ 00380083 n 0000 ~ 00380568 n 0000 ~ 00380696 n 0000 ~ 00381326 n 0000 ~ 00381567 n 0000 ~ 00381680 n 0000 ~ 01237415 n 0000 | the act of combining things to form a new whole
-00379422 04 n 02 attachment 1 affixation 1 004 @ 00378985 n 0000 + 01328705 v 0204 + 01296462 v 0101 ~ 00379588 n 0000 | the act of attaching or affixing something
-00379588 04 n 02 graft 0 grafting 0 004 @ 00379422 n 0000 + 01530431 v 0202 + 01530678 v 0201 + 01530678 v 0101 | the act of grafting something onto something else
-00379754 04 n 01 confusion 1 003 @ 00378985 n 0000 + 01657254 v 0102 ~ 00379993 n 0000 | an act causing a disorderly combination of elements with identities lost and distinctions blended; "the confusion of tongues at the Tower of Babel"
-00379993 04 n 01 babel 0 001 @ 00379754 n 0000 | a confusion of voices and other sounds
-00380083 04 n 06 mix 0 commixture 0 admixture 0 mixture 0 intermixture 0 mixing 0 015 @ 00378985 n 0000 + 01462005 v 0601 + 00556193 v 0601 + 00184117 v 0601 + 01462468 v 0502 + 01462005 v 0401 + 00184117 v 0401 + 00394813 v 0403 + 00396703 v 0301 + 01462005 v 0203 + 01418667 v 0103 + 00184117 v 0101 + 00556193 v 0101 + 01462005 v 0101 + 00394813 v 0103 | the act of mixing together; "paste made by a mix of flour and water"; "the mixing of sound channels in the recording studio"
-00380568 04 n 01 fusion 0 003 @ 00378985 n 0000 + 00396997 v 0101 + 00394813 v 0107 | the act of fusing (or melting) together
-00380696 04 n 02 blend 0 blending 1 005 @ 00378985 n 0000 + 01462468 v 0101 + 00394813 v 0101 ~ 00380881 n 0000 ~ 00380994 n 0000 | the act of blending components together thoroughly
-00380881 04 n 03 confluence 1 conflux 0 merging 1 002 @ 00380696 n 0000 + 00612383 a 0101 | a flowing together
-00380994 04 n 02 homogenization 0 homogenisation 0 007 @ 00380696 n 0000 + 00457569 v 0202 + 00457100 v 0202 + 00457327 v 0202 + 00457569 v 0101 + 00457100 v 0101 + 00457327 v 0101 | the act of making something homogeneous or uniform in composition; "the homogenization of cream"; "the network's homogenization of political news"
-00381326 04 n 02 interspersion 0 interspersal 0 004 @ 00378985 n 0000 + 01376620 v 0201 + 01376620 v 0101 + 00189189 v 0101 | the act of combining one thing at intervals among other things; "the interspersion of illustrations in the text"
-00381567 04 n 01 temperance 1 003 @ 00378985 n 0000 + 00303056 v 0102 + 00302875 v 0101 | the act of tempering
-00381680 04 n 05 union 0 unification 0 uniting 0 conjugation 1 jointure 0 011 @ 00378985 n 0000 + 02622234 v 0504 + 00367685 v 0302 + 02469835 v 0202 + 00367685 v 0201 + 00367685 v 0102 ! 00385501 n 0101 ~ 00382109 n 0000 ~ 00382474 n 0000 ~ 00382739 n 0000 ~ 00383071 n 0000 | the act of making or becoming a single unit; "the union of opposing factions"; "he looked forward to the unification of his family for the holidays"
-00382109 04 n 05 coalescence 0 coalescency 0 coalition 0 concretion 0 conglutination 0 010 @ 00381680 n 0000 + 01600191 v 0502 + 00374534 v 0401 + 00394813 v 0308 + 01461152 v 0301 + 02476870 a 0201 + 01461152 v 0201 + 00394813 v 0208 + 02476870 a 0101 + 01461152 v 0101 | the union of diverse things into one body or form or group; the growing together of parts
-00382474 04 n 02 reunion 0 reunification 0 005 @ 00381680 n 0000 + 02470893 v 0201 + 02486822 v 0101 + 02470893 v 0101 ~ 00383281 n 0000 | the act of coming together again; "monetary unification precipitated the reunification of the German state in October 1990"
-00382739 04 n 02 tribalization 0 tribalisation 0 003 @ 00381680 n 0000 ! 00382906 n 0202 ! 00382906 n 0101 | the act of making tribal; unification on a tribal basis
-00382906 04 n 02 detribalization 0 detribalisation 0 003 @ 00385501 n 0000 ! 00382739 n 0202 ! 00382739 n 0101 | the decline or termination of tribal organization
-00383071 04 n 01 umbrella 1 001 @ 00381680 n 0000 | having the function of uniting a group of similar things; "the Democratic Party is an umbrella for many liberal groups"; "under the umbrella of capitalism"
-00383281 04 n 01 homecoming 2 001 @ 00382474 n 0000 | an annual school or university reunion for graduates
-00383390 04 n 01 opening 2 005 @ 00376063 n 0000 + 01579813 v 0104 + 01346804 v 0101 + 01346003 v 0101 ~ 00387657 n 0000 | becoming open or being made open; "the opening of his arms was the sign I was waiting for"
-00383606 04 n 01 separation 1 015 @ 00376063 n 0000 + 01556921 v 0101 ~ 00384658 n 0000 ~ 00384802 n 0000 ~ 00384933 n 0000 ~i 00385104 n 0000 ~ 00385501 n 0000 ~ 00385649 n 0000 ~ 00385791 n 0000 ~ 00390906 n 0000 ~ 00391086 n 0000 ~ 00391599 n 0000 ~ 00397953 n 0000 ~ 01004072 n 0000 ~ 01202799 n 0000 | the act of dividing or disconnecting
-00383952 04 n 04 break 1 interruption 0 disruption 2 gap 0 010 @ 01066163 n 0000 + 00778275 v 0302 + 00520357 v 0302 + 00778275 v 0201 + 00520357 v 0201 ~ 00384329 n 0000 ~ 00384510 n 0000 ~ 01068184 n 0000 ~ 01068528 n 0000 ~ 01068633 n 0000 | an act of delaying or interrupting the continuity; "it was presented without commercial breaks"; "there was a gap in his account"
-00384329 04 n 02 cut-in 0 insert 0 003 @ 00383952 n 0000 ;c 06262567 n 0000 + 01421622 v 0201 | (film) a still picture that is introduced and that interrupts the action of a film
-00384510 04 n 02 cut-in 1 insert 1 002 @ 00383952 n 0000 ;c 06276697 n 0000 | (broadcasting) a local announcement inserted into a network program
-00384658 04 n 01 avulsion 0 002 @ 00383606 n 0000 + 02032117 v 0101 | a forcible tearing or surgical separation of one body part from another
-00384802 04 n 01 dissociation 0 003 @ 00383606 n 0000 + 02430580 v 0102 + 00714273 v 0102 | the act of removing from association
-00384933 04 n 02 secession 0 withdrawal 1 004 @ 00383606 n 0000 + 02380009 v 0202 + 02535457 v 0101 ~ 00385266 n 0000 | formal separation from an alliance or federation
-00385104 04 n 01 Secession 1 001 @i 00383606 n 0000 | the withdrawal of eleven southern states from the Union in 1860 which precipitated the American Civil War
-00385266 04 n 02 breakaway 0 breaking_away 1 002 @ 00384933 n 0000 + 02535457 v 0103 | the act of breaking away or withdrawing from; "there was a breakaway by the discontented members"; "a breaking away from family and neighborhood"
-00385501 04 n 01 disunion 0 004 @ 00383606 n 0000 + 02430580 v 0104 ! 00381680 n 0101 ~ 00382906 n 0000 | the termination or destruction of union
-00385649 04 n 02 disconnection 0 disjunction 0 003 @ 00383606 n 0000 + 01294396 v 0201 + 01356038 v 0101 | the act of breaking a connection
-00385791 04 n 01 division 0 017 @ 00383606 n 0000 + 00565115 a 0101 + 02467662 v 0101 ~ 00386164 n 0000 ~ 00386345 n 0000 ~ 00386450 n 0000 ~ 00386553 n 0000 ~ 00386676 n 0000 ~ 00386915 n 0000 ~ 00388210 n 0000 ~ 00388392 n 0000 ~ 00389135 n 0000 ~ 00389308 n 0000 ~ 00389508 n 0000 ~ 00390581 n 0000 ~ 00390735 n 0000 ~ 00489475 n 0000 | the act or process of dividing
-00386164 04 n 01 parcellation 0 003 @ 00385791 n 0000 + 02469085 v 0101 + 01283746 v 0101 | the division into parcels; "the increasing parcellation of land with every generation"
-00386345 04 n 01 cleavage 0 002 @ 00385791 n 0000 + 01556572 v 0101 | the act of cleaving or splitting
-00386450 04 n 01 bisection 0 002 @ 00385791 n 0000 + 01550817 v 0101 | dividing into two equal parts
-00386553 04 n 01 quartering 0 003 @ 00385791 n 0000 + 01563575 v 0101 + 00642498 v 0101 | dividing into four equal parts
-00386676 04 n 02 schism 0 split 0 005 @ 00385791 n 0000 + 02030158 v 0203 + 02431320 v 0204 + 03115053 a 0101 + 03115053 a 0102 | division of a group into opposing factions; "another schism like that and they will wind up in bankruptcy"
-00386915 04 n 02 cut 1 cutting 1 008 @ 00385791 n 0000 + 01610834 v 0201 + 01552519 v 0201 ~ 00359492 n 0000 ~ 00387214 n 0000 ~ 00387326 n 0000 ~ 00387424 n 0000 ~ 00387526 n 0000 | the act of cutting something into parts; "his cuts were skillful"; "his cutting of the cake made a terrible mess"
-00387214 04 n 01 dissection 1 002 @ 00386915 n 0000 + 01550220 v 0101 | cutting so as to separate into pieces
-00387326 04 n 01 scission 0 001 @ 00386915 n 0000 | the act of dividing by cutting or splitting
-00387424 04 n 01 slicing 0 002 @ 00386915 n 0000 + 01254477 v 0101 | the act of cutting into slices
-00387526 04 n 01 undercut 1 003 @ 00386915 n 0000 + 01554165 v 0101 + 01554318 v 0101 | a cut made underneath to remove material
-00387657 04 n 02 cut 2 cutting 2 005 @ 00383390 n 0000 + 01610834 v 0201 ~ 00387897 n 0000 ~ 00388065 n 0000 ~ 00678010 n 0000 | the act of penetrating or opening open with a sharp edge; "his cut in the lining revealed the hidden jewels"
-00387897 04 n 03 notch 0 nick 0 snick 0 006 @ 00387657 n 0000 + 01259141 v 0302 + 01259005 v 0201 + 01259141 v 0201 + 01004550 v 0101 + 01276970 v 0101 | a small cut
-00388065 04 n 02 slash 0 gash 2 003 @ 00387657 n 0000 + 01322509 v 0202 + 01322675 v 0101 | a strong sweeping cut made with a sharp instrument
-00388210 04 n 03 atomization 0 atomisation 0 fragmentation 0 004 @ 00385791 n 0000 + 00338071 v 0302 + 00330144 v 0202 + 00330144 v 0101 | separating something into fine particles
-00388392 04 n 04 branching 0 ramification 0 fork 0 forking 0 011 @ 00385791 n 0000 + 00328802 v 0403 + 02718863 v 0301 + 00329817 v 0301 + 00328802 v 0303 + 00329244 v 0201 + 00328802 v 0202 ~ 00388710 n 0000 ~ 00388842 n 0000 ~ 00388959 n 0000 ~ 00389043 n 0000 | the act of branching out or dividing into branches
-00388710 04 n 01 bifurcation 0 003 @ 00388392 n 0000 + 02718863 v 0101 + 00329817 v 0101 | the act of splitting into two branches
-00388842 04 n 01 trifurcation 0 002 @ 00388392 n 0000 + 00330003 v 0101 | the act of splitting into three branches
-00388959 04 n 01 divarication 0 001 @ 00388392 n 0000 | branching at a wide angle
-00389043 04 n 01 fibrillation 1 001 @ 00388392 n 0000 | act or process of forming fibrils
-00389135 04 n 02 dichotomization 0 dichotomisation 0 003 @ 00385791 n 0000 + 00656107 v 0202 + 00656107 v 0101 | the act of dividing into two sharply different categories
-00389308 04 n 02 quantization 0 quantisation 0 004 @ 00385791 n 0000 + 00638194 v 0202 + 00673095 v 0101 + 00638194 v 0101 | the act of dividing into quanta or expressing in terms of quantum theory
-00389508 04 n 01 fractionation 0 002 @ 00385791 n 0000 + 01459696 v 0101 | separation into portions
-00389610 04 n 01 pairing 1 004 @ 01012360 n 0000 + 02490430 v 0101 ~ 00389763 n 0000 ~ 00389953 n 0000 | the act of grouping things or people in pairs
-00389763 04 n 01 buddy_system 0 001 @ 00389610 n 0000 | a cooperative practice of pairing two or more people together for mutual assistance or safety (especially in recreational swimming)
-00389953 04 n 02 match-up 0 matchup 0 001 @ 00389610 n 0000 | the pairing of people or things as for comparison or competition; "it was a good match-up but the home team won"; "we need a matchup of the best teachers with the neediest schools"
-00390198 04 n 01 punctuation 0 004 @ 01012360 n 0000 #m 06351202 n 0000 + 00190023 v 0101 ~ 00390445 n 0000 | the use of certain marks to clarify meaning of written material by grouping words grammatically into sentences and clauses and phrases
-00390445 04 n 01 hyphenation 0 003 @ 00390198 n 0000 #m 06351202 n 0000 + 01700326 v 0101 | connecting syllables and words by hyphens
-00390581 04 n 02 syllabication 0 syllabification 0 003 @ 00385791 n 0000 + 01563336 v 0201 + 01563336 v 0102 | forming or dividing words into syllables
-00390735 04 n 02 word_division 0 hyphenation 2 003 @ 00385791 n 0000 #p 06351202 n 0000 + 01700326 v 0201 | division of a word especially at the end of a line on a page
-00390906 04 n 02 detachment 0 disengagement 2 004 @ 00383606 n 0000 + 01511380 v 0201 + 00220276 v 0201 + 01298668 v 0101 | the act of releasing from an attachment or connection
-00391086 04 n 01 tear 0 005 @ 00383606 n 0000 + 01556346 v 0101 + 01573515 v 0101 ~ 00391293 n 0000 ~ 00391407 n 0000 | the act of tearing; "he took the manuscript in both hands and gave it a mighty tear"
-00391293 04 n 01 laceration 0 003 @ 00391086 n 0000 + 01793587 v 0101 + 01559340 v 0101 | the act of lacerating
-00391407 04 n 03 rent 2 rip 0 split 1 003 @ 00391086 n 0000 + 01556572 v 0302 + 01573276 v 0202 | the act of rending or ripping or splitting something; "he gave the envelope a vigorous rip"
-00391599 04 n 02 removal 0 remotion 0 021 @ 00383606 n 0000 + 00173338 v 0201 + 02224055 v 0102 + 00173338 v 0101 ~ 00392709 n 0000 ~ 00392848 n 0000 ~ 00392950 n 0000 ~ 00394242 n 0000 ~ 00394485 n 0000 ~ 00394610 n 0000 ~ 00394803 n 0000 ~ 00395017 n 0000 ~ 00395199 n 0000 ~ 00395333 n 0000 ~ 00395503 n 0000 ~ 00395797 n 0000 ~ 00396642 n 0000 ~ 00670703 n 0000 ~ 01262574 n 0000 ~ 01262713 n 0000 ~ 01262868 n 0000 | the act of removing; "he had surgery for the removal of a malignancy"
-00392093 04 n 02 drawing 2 drawing_off 0 004 @ 01062255 n 0000 + 01854132 v 0101 ~ 00392468 n 0000 ~ 00392582 n 0000 | act of getting or draining something such as electricity or a liquid from a source; "the drawing of water from the well"
-00392335 04 n 01 derivation 0 001 @ 00030358 n 0000 | the act of deriving something or obtaining something from a source or origin
-00392468 04 n 01 derivation 1 001 @ 00392093 n 0000 | drawing off water from its main channel as for irrigation
-00392582 04 n 01 derivation 2 001 @ 00392093 n 0000 | drawing of fluid or inflammation away from a diseased part of the body
-00392709 04 n 02 abscission 0 cutting_off 2 003 @ 00391599 n 0000 + 01255222 v 0101 ~ 00395654 n 0000 | the act of cutting something off
-00392848 04 n 01 abstraction 0 001 @ 00391599 n 0000 | the act of withdrawing or removing something
-00392950 04 n 01 extraction 0 002 @ 00391599 n 0000 + 01351170 v 0101 | the action of taking out something (especially using effort or force); "the dentist gave her a local anesthetic prior to the extraction"
-00393161 04 n 01 threshing 0 002 @ 01254253 n 0000 + 01416364 v 0102 | the separation of grain or seeds from the husks and straw; "they used to do the threshing by hand but now there are machines to do it"
-00393369 04 n 04 ablation 0 extirpation 0 cutting_out 0 excision 0 042 @ 00671351 n 0000 + 00472871 v 0401 + 00176327 v 0201 + 00177578 v 0101 ~ 00665970 n 0000 ~ 00666107 n 0000 ~ 00666232 n 0000 ~ 00669000 n 0000 ~ 00669155 n 0000 ~ 00673234 n 0000 ~ 00673347 n 0000 ~ 00673494 n 0000 ~ 00677038 n 0000 ~ 00677174 n 0000 ~ 00682738 n 0000 ~ 00683214 n 0000 ~ 00683358 n 0000 ~ 00683590 n 0000 ~ 00684648 n 0000 ~ 00685508 n 0000 ~ 00686168 n 0000 ~ 00686282 n 0000 ~ 00686385 n 0000 ~ 00686471 n 0000 ~ 00686570 n 0000 ~ 00686682 n 0000 ~ 00686826 n 0000 ~ 00686913 n 0000 ~ 00687027 n 0000 ~ 00687135 n 0000 ~ 00687252 n 0000 ~ 00687365 n 0000 ~ 00687472 n 0000 ~ 00687619 n 0000 ~ 00687769 n 0000 ~ 00687857 n 0000 ~ 00687964 n 0000 ~ 00688098 n 0000 ~ 00688220 n 0000 ~ 00688317 n 0000 ~ 00716179 n 0000 ~ 00716676 n 0000 | surgical removal of a body part or tissue
-00394242 04 n 01 autotomy 0 003 @ 00391599 n 0000 + 02652490 a 0101 + 01513990 v 0101 | spontaneous removal or casting off of a body part (as the tail of a lizard or claw of a lobster) especially when the organism is injured or under attack
-00394485 04 n 01 decontamination 0 003 @ 00391599 n 0000 + 00493052 v 0101 ! 00276987 n 0101 | the removal of contaminants
-00394610 04 n 01 deletion 0 006 @ 00391599 n 0000 + 00200863 v 0103 + 01549187 v 0101 ~ 00397010 n 0000 ~ 00397347 n 0000 ~ 00397760 n 0000 | the act of deleting something written or printed
-00394803 04 n 05 denudation 0 stripping 0 uncovering 1 baring 0 husking 0 006 @ 00391599 n 0000 + 00181258 v 0501 + 00194534 v 0201 + 00194912 v 0101 ~ 01262441 n 0000 ~ 01265071 n 0000 | the removal of covering
-00395017 04 n 01 dermabrasion 0 001 @ 00391599 n 0000 | removal of scars or tattoos by anesthetizing the skin surface and then sanding or scraping off some of the outer skin layer
-00395199 04 n 02 dislodgment 0 dislodgement 0 002 @ 00391599 n 0000 + 01527508 v 0201 | forced removal from a position of advantage
-00395333 04 n 02 elimination 2 riddance 1 004 @ 00391599 n 0000 + 02350175 v 0201 + 00471711 v 0102 ~ 01211888 n 0000 | the act of removing or getting rid of something
-00395503 04 n 01 elimination 3 002 @ 00391599 n 0000 + 00575561 v 0101 | the act of removing an unknown mathematical quantity by combining equations
-00395654 04 n 01 circumcision 0 002 @ 00392709 n 0000 + 01274341 v 0101 | the act of circumcising; surgical removal of the foreskin of males
-00395797 04 n 03 emptying 0 voidance 0 evacuation 0 007 @ 00391599 n 0000 + 00449295 v 0301 + 00073343 v 0301 + 00073343 v 0202 + 01488313 v 0101 + 00449692 v 0101 ~ 00396029 n 0000 | the act of removing the contents of something
-00396029 04 n 02 drain 0 drainage 0 004 @ 00395797 n 0000 + 02071457 v 0201 + 00451648 v 0201 + 00451648 v 0101 | emptying something accomplished by allowing liquid to run out of it
-00396213 04 n 01 bank_withdrawal 0 002 @ 01262713 n 0000 ~ 00396344 n 0000 | the withdrawal of money from your account at a bank
-00396344 04 n 01 bank_run 0 001 @ 00396213 n 0000 | the concerted action of depositors who try to withdraw their money from a bank because they think it will fail
-00396509 04 n 01 disinvestment 0 002 @ 01262713 n 0000 + 02313906 v 0102 | the withdrawal of capital from a country or corporation
-00396642 04 n 02 rinse 2 rinsing 0 004 @ 00391599 n 0000 #p 00255710 n 0000 + 01536168 v 0201 + 01536168 v 0101 | the removal of soap with clean water in the final stage of washing
-00396825 04 n 02 bowdlerization 0 bowdlerisation 0 003 @ 00397010 n 0000 + 00201034 v 0202 + 00201034 v 0101 | the act of deleting or modifying all passages considered to be indecent
-00397010 04 n 02 expurgation 0 castration 2 004 @ 00394610 n 0000 + 00201034 v 0204 + 00201034 v 0103 ~ 00396825 n 0000 | the deletion of objectionable parts from a literary work
-00397191 04 n 02 bowdlerization 1 bowdlerisation 1 003 @ 06362953 n 0000 + 00201034 v 0202 + 00201034 v 0101 | written material that has been bowdlerized
-00397347 04 n 02 censoring 0 censorship 0 004 @ 00394610 n 0000 + 09903639 n 0201 ~ 00397545 n 0000 ~ 00397647 n 0000 | deleting parts of publications or correspondence or theatrical performances
-00397545 04 n 01 Bowdlerism 0 001 @ 00397347 n 0000 | censorship in the form of prudish expurgation
-00397647 04 n 01 Comstockery 0 001 @ 00397347 n 0000 | censorship because of perceived obscenity or immorality
-00397760 04 n 03 expunction 0 expunging 0 erasure 0 005 @ 00394610 n 0000 + 01548718 v 0301 + 00479391 v 0301 + 01549420 v 0203 + 01549420 v 0103 | deletion by an act of expunging or erasing
-00397953 04 n 06 division 2 partition 0 partitioning 0 segmentation 0 sectionalization 0 sectionalisation 0 014 @ 00383606 n 0000 + 02468261 v 0602 + 02468261 v 0501 + 01563005 v 0401 + 01563724 v 0301 + 00332835 v 0301 + 10402285 n 0201 + 01563724 v 0201 + 00332835 v 0201 + 00565115 a 0101 + 02031158 v 0102 ~ 00398427 n 0000 ~ 00398585 n 0000 ~ 00928751 n 0000 | the act of dividing or partitioning; separation by the creation of a boundary that divides or keeps apart
-00398427 04 n 01 subdivision 0 003 @ 00397953 n 0000 + 00333277 v 0101 + 00333066 v 0101 | the act of subdividing; division of something previously divided
-00398585 04 n 01 septation 0 001 @ 00397953 n 0000 | the division or partitioning of a cavity into parts by a septum
-00398704 04 n 02 transformation 0 translation 2 008 @ 00376063 n 0000 + 00383542 v 0201 + 00382635 v 0101 ~ 00399223 n 0000 ~ 00399393 n 0000 ~ 00399717 n 0000 ~ 00399846 n 0000 ~ 00402128 n 0000 | the act of changing in form or shape or appearance; "a photograph is a translation of a scene onto a two-dimensional surface"
-00399030 04 n 01 transformation 1 003 @ 00376063 n 0000 ;c 06075527 n 0000 + 00382010 v 0101 | (genetics) modification of a cell or bacterium by the uptake and incorporation of exogenous DNA
-00399223 04 n 01 permutation 0 001 @ 00398704 n 0000 | complete change in character or condition; "the permutations...taking place in the physical world"- Henry Miller
-00399393 04 n 02 revision 0 alteration 0 008 @ 00398704 n 0000 + 02433549 v 0102 + 00996102 v 0101 ~ 00200041 n 0000 ~ 00200379 n 0000 ~ 00200563 n 0000 ~ 00200768 n 0000 ~ 00402308 n 0000 | the act of revising or altering (involving reconsideration and modification); "it would require a drastic revision of his opinion"
-00399717 04 n 01 transfiguration 0 002 @ 00398704 n 0000 + 00580512 v 0101 | the act of transforming so as to exalt or glorify
-00399846 04 n 01 transmogrification 0 002 @ 00398704 n 0000 + 00384055 v 0103 | the act of changing into a different form or appearance (especially a fantastic or grotesque one); "the transmogrification of the prince into a porcupine"
-00400083 04 n 01 conversion 0 005 @ 00191142 n 0000 + 00115157 v 0101 ~ 00400278 n 0000 ~ 00828862 n 0000 ~ 01250826 n 0000 | the act of changing from one use or function or purpose to another
-00400278 04 n 01 afforestation 0 002 @ 00400083 n 0000 + 01567888 v 0101 | the conversion of bare or cultivated land into forest (originally for the purpose of hunting)
-00400449 04 n 02 reforestation 0 re-afforestation 0 003 @ 00269018 n 0000 + 01568145 v 0201 + 01568346 v 0101 | the restoration (replanting) of a forest that had been reduced by fire or cutting
-00400645 04 n 01 rehabilitation 1 006 @ 00268557 n 0000 + 02565272 v 0101 + 02552163 v 0101 ~ 00400851 n 0000 ~ 00400995 n 0000 ~ 00401314 n 0000 | the restoration of someone to a useful place in society
-00400851 04 n 01 correctional_rehabilitation 0 001 @ 00400645 n 0000 | providing penal custody or probation or parole for convicted offenders
-00400995 04 n 03 physical_rehabilitation 0 physical_restoration 0 therapeutic_rehabilitation 0 001 @ 00400645 n 0000 | providing help for disabled persons; the removal or reduction of disabilities
-00401194 04 n 01 urban_renewal 0 001 @ 00269018 n 0000 | the clearing and rebuilding and redevelopment of urban slums
-00401314 04 n 01 vocational_rehabilitation 0 001 @ 00400645 n 0000 | providing training in a specific trade with the aim of gaining employment
-00401459 04 n 01 reinstatement 0 002 @ 00268557 n 0000 + 02553262 v 0101 | the act of restoring someone to a previous position; "we insisted on the reinstatement of the colonel"
-00401639 04 n 01 rejuvenation 0 003 @ 00268557 n 0000 + 00250877 v 0101 ~ 00401783 n 0000 | the act of restoring to a more youthful condition
-00401783 04 n 02 refreshment 0 recreation 1 005 @ 00401639 n 0000 + 02787831 a 0201 + 00024279 v 0202 + 00164444 v 0101 + 00024814 v 0102 | activity that refreshes and recreates; activity that renews your health and spirits by enjoyment and relaxation; "time for rest and refreshment by the pool"; "days of joyous recreation with his friends"
-00402128 04 n 01 metamorphosis 1 003 @ 00398704 n 0000 + 01530801 a 0101 + 02951869 a 0102 | a complete change of physical form or substance especially as by magic or witchcraft
-00402308 04 n 02 transfiguration 2 metamorphosis 2 002 @ 00399393 n 0000 + 00384055 v 0102 | a striking change in appearance or character or circumstances; "the metamorphosis of the old house into something new and exciting"
-00402535 04 n 01 filling 0 004 @ 00376063 n 0000 + 00452512 v 0101 ~ 00402671 n 0000 ~ 01257542 n 0000 | the act of filling something
-00402671 04 n 01 saturation 0 002 @ 00402535 n 0000 + 00456357 v 0101 | the act of soaking thoroughly with a liquid
-00402789 04 n 01 hardening 0 003 @ 00376063 n 0000 + 00443384 v 0101 ~ 00402951 n 0000 | the act of making something harder (firmer or tighter or more compact)
-00402951 04 n 02 annealing 0 tempering 0 003 @ 00402789 n 0000 + 00303056 v 0202 + 00302875 v 0201 | hardening something by heat treatment
-00403092 04 n 04 damage 0 harm 0 hurt 0 scathe 0 008 @ 00376063 n 0000 + 00102586 v 0201 + 00258857 v 0101 ~ 00403334 n 0000 ~ 00403466 n 0000 ~ 00403783 n 0000 ~ 00403911 n 0000 ~ 00966718 n 0000 | the act of damaging something or someone
-00403334 04 n 01 impairment 0 002 @ 00403092 n 0000 + 00477941 v 0102 | damage that results in a reduction of strength or quality
-00403466 04 n 03 defacement 0 disfigurement 0 disfiguration 0 003 @ 00403092 n 0000 + 01549905 v 0202 + 01549905 v 0101 | the act of damaging the appearance or surface of something; "the defacement of an Italian mosaic during the Turkish invasion"; "he objected to the dam's massive disfigurement of the landscape"
-00403783 04 n 02 wound 0 wounding 0 003 @ 00403092 n 0000 + 00069879 v 0202 + 00069879 v 0102 | the act of inflicting a wound
-00403911 04 n 01 burn 0 005 @ 00403092 n 0000 + 00196364 v 0101 + 00378042 v 0101 + 00377002 v 0101 ~ 00404058 n 0000 | damage inflicted by fire
-00404058 04 n 01 scald 0 002 @ 00403911 n 0000 + 00196758 v 0101 | the act of burning with steam or hot water
-00404170 04 n 01 updating 0 004 @ 00191142 n 0000 + 00833546 v 0101 + 00170857 v 0101 + 00170695 v 0101 | the act of changing something to bring it up to date (usually by adding something); "criminal records need regular updating"
-00404403 04 n 01 change_of_shape 0 013 @ 00191142 n 0000 ~ 00404726 n 0000 ~ 00404959 n 0000 ~ 00405106 n 0000 ~ 00405206 n 0000 ~ 00406007 n 0000 ~ 00406365 n 0000 ~ 00406485 n 0000 ~ 00406612 n 0000 ~ 00406939 n 0000 ~ 00407090 n 0000 ~ 00407270 n 0000 ~ 00407407 n 0000 | an action that changes the shape of something
-00404726 04 n 02 contortion 0 deformation 0 006 @ 00404403 n 0000 + 02954143 a 0201 + 01350699 v 0202 + 01280014 v 0203 + 09960545 n 0101 + 01350699 v 0101 | the act of twisting or deforming the shape of something (e.g., yourself)
-00404959 04 n 01 convolution 0 003 @ 00404403 n 0000 + 01281184 v 0101 + 01281184 v 0102 | the action of coiling or twisting or winding together
-00405106 04 n 01 angulation 0 001 @ 00404403 n 0000 | the act of making angulate (having corners)
-00405206 04 n 01 bending 0 005 @ 00404403 n 0000 ~ 00405360 n 0000 ~ 00405766 n 0000 ~ 00406114 n 0000 ~ 00406234 n 0000 | the act of bending something
-00405360 04 n 02 flexion 0 flexure 0 006 @ 00405206 n 0000 + 01280488 v 0201 + 02035919 v 0202 ! 00369532 n 0101 ~ 00405628 n 0000 ~ 00405892 n 0000 | act of bending a joint; especially a joint between the bones of a limb so that the angle between them is decreased
-00405628 04 n 01 flex 0 002 @ 00405360 n 0000 + 02036977 v 0101 | the act of flexing; "he gave his biceps a flex to impress the ladies"
-00405766 04 n 01 crouch 0 002 @ 00405206 n 0000 + 02062632 v 0101 | the act of bending low with the limbs close to the body
-00405892 04 n 01 dorsiflexion 0 001 @ 00405360 n 0000 | the act of bending backward (of the body or a body part)
-00406007 04 n 01 elongation 0 002 @ 00404403 n 0000 + 00318816 v 0101 | the act of lengthening something
-00406114 04 n 01 hunch 0 002 @ 00405206 n 0000 + 02035559 v 0101 | the act of bending yourself into a humped position
-00406234 04 n 01 incurvation 0 003 @ 00405206 n 0000 + 02036339 v 0101 + 01280645 v 0101 | the action of creating a curved shape
-00406365 04 n 02 involution 0 enfolding 0 002 @ 00404403 n 0000 + 01580467 v 0202 | the action of enfolding something
-00406485 04 n 01 corrugation 0 002 @ 00404403 n 0000 + 01387164 v 0101 | the act of shaping into parallel ridges and grooves
-00406612 04 n 02 fold 0 folding 0 005 @ 00404403 n 0000 + 01277974 v 0201 + 00564695 v 0101 + 01277974 v 0101 ~ 00406800 n 0000 | the act of folding; "he gave the napkins a double fold"
-00406800 04 n 02 plication 0 pleating 0 003 @ 00406612 n 0000 + 01387301 v 0202 + 01217780 v 0102 | the act of folding in parallel folds
-00406939 04 n 01 indentation 0 002 @ 00404403 n 0000 + 01277173 v 0101 | the act of cutting into an edge with toothlike notches or angular incisions
-00407090 04 n 04 protrusion 0 projection 2 jut 0 jutting 0 004 @ 00404403 n 0000 + 02713372 v 0404 + 02713372 v 0205 + 02713372 v 0102 | the act of projecting out from something
-00407270 04 n 02 widening 0 broadening 1 003 @ 00404403 n 0000 + 00303661 v 0101 ! 00407407 n 0101 | the act of making something wider
-00407407 04 n 01 narrowing 0 003 @ 00404403 n 0000 + 00305109 v 0101 ! 00407270 n 0101 | the act of making something narrower
-00407535 04 n 01 activity 0 080 @ 00030358 n 0000 + 01515280 a 0101 + 00927373 a 0101 ! 01062583 n 0101 ~ 00194969 n 0000 ~ 00292981 n 0000 ~ 00409075 n 0000 ~ 00409211 n 0000 ~ 00409483 n 0000 ~ 00410247 n 0000 ~ 00426928 n 0000 ~ 00432881 n 0000 ~ 00455348 n 0000 ~ 00455599 n 0000 ~ 00457382 n 0000 ~ 00543233 n 0000 ~ 00548326 n 0000 ~ 00552436 n 0000 ~ 00555325 n 0000 ~ 00575741 n 0000 ~ 00577357 n 0000 ~ 00579564 n 0000 ~ 00582388 n 0000 ~ 00582868 n 0000 ~ 00614224 n 0000 ~ 00722061 n 0000 ~ 00732746 n 0000 ~ 00742645 n 0000 ~ 00786195 n 0000 ~ 00803617 n 0000 ~ 00817680 n 0000 ~ 00876737 n 0000 ~ 00883297 n 0000 ~ 00893955 n 0000 ~ 00898518 n 0000 ~ 00908492 n 0000 ~ 00912274 n 0000 ~ 00942988 n 0000 ~ 00945401 n 0000 ~ 00947128 n 0000 ~ 00955060 n 0000 ~ 00996969 n 0000 ~ 00999245 n 0000 ~ 01008378 n 0000 ~ 01012360 n 0000 ~ 01017320 n 0000 ~ 01017987 n 0000 ~ 01023820 n 0000 ~ 01026897 n 0000 ~ 01027379 n 0000 ~ 01028655 n 0000 ~ 01046984 n 0000 ~ 01048912 n 0000 ~ 01051331 n 0000 ~ 01057200 n 0000 ~ 01061333 n 0000 ~ 01071746 n 0000 ~ 01072072 n 0000 ~ 01072236 n 0000 ~ 01072402 n 0000 ~ 01097292 n 0000 ~ 01124508 n 0000 ~ 01143040 n 0000 ~ 01207609 n 0000 ~ 01215902 n 0000 ~ 01220984 n 0000 ~ 01221254 n 0000 ~ 01256417 n 0000 ~ 01257145 n 0000 ~ 01257418 n 0000 ~ 01260008 n 0000 ~ 01260556 n 0000 ~ 01260731 n 0000 ~ 01264447 n 0000 ~ 01264667 n 0000 ~ 01266152 n 0000 ~ 01266364 n 0000 ~ 07080868 n 0000 ~ 07428450 n 0000 ~ 15173712 n 0000 | any specific behavior; "they avoided all recreational activity"
-00409075 04 n 01 domesticity 0 002 @ 00407535 n 0000 + 02919594 a 0101 | domestic activities or life; "making a hobby of domesticity"
-00409211 04 n 01 operation 7 005 @ 00407535 n 0000 ;c 01094725 n 0000 + 02443849 v 0101 + 01510827 v 0104 + 01224744 v 0101 | the activity of operating something (a machine or business etc.); "her smooth operation of the vehicle gave us a surprisingly comfortable ride"
-00409483 04 n 01 operation 3 003 @ 00407535 n 0000 ~ 00409823 n 0000 ~ 00409943 n 0000 | a planned activity involving many people performing various actions; "they organized a rescue operation"; "the biggest police operation in French history"; "running a restaurant is quite an operation"; "consolidate the companies various operations"
-00409823 04 n 01 rescue_operation 0 001 @ 00409483 n 0000 | an operation organized to free from danger or confinement
-00409943 04 n 01 undercover_operation 0 002 @ 00409483 n 0000 ~ 00410096 n 0000 | an operation involving secret work within a community or institution
-00410096 04 n 01 buy-and-bust_operation 0 001 @ 00409943 n 0000 | an undercover operation by narcotics detectives to catch unsuspecting drug dealers
-00410247 04 n 02 practice 0 pattern 0 035 @ 00407535 n 0000 + 02712243 v 0201 + 01940651 a 0103 + 01834304 a 0101 + 02561332 v 0101 ~ 00411235 n 0000 ~ 00411384 n 0000 ~ 00411553 n 0000 ~ 00411717 n 0000 ~ 00412006 n 0000 ~ 00412130 n 0000 ~ 00412271 n 0000 ~ 00412449 n 0000 ~ 00412572 n 0000 ~ 00412727 n 0000 ~ 00412839 n 0000 ~ 00413086 n 0000 ~ 00413239 n 0000 ~ 00415000 n 0000 ~ 00415226 n 0000 ~ 00415333 n 0000 ~ 00415442 n 0000 ~ 00415540 n 0000 ~ 00416914 n 0000 ~ 00417005 n 0000 ~ 00418025 n 0000 ~ 00418305 n 0000 ~ 00627664 n 0000 ~ 01030488 n 0000 ~ 01030642 n 0000 ~ 01030820 n 0000 ~ 01031023 n 0000 ~ 01031563 n 0000 ~ 01031705 n 0000 ~ 01031858 n 0000 | a customary way of operation or behavior; "it is their practice to give annual raises"; "they changed their dietary pattern"
-00411048 04 n 02 practice 4 praxis 0 001 @ 00044150 n 0000 | translating an idea into action; "a hard theory to put into practice"; "differences between theory and praxis of communism"
-00411235 04 n 01 biologism 0 002 @ 00410247 n 0000 + 02666029 a 0101 | use of biological principles in explaining human especially social behavior
-00411384 04 n 01 cooperation 2 002 @ 00410247 n 0000 + 02416278 v 0103 | the practice of cooperating; "economic cooperation"; "they agreed on a policy of cooperation"
-00411553 04 n 01 featherbedding 0 001 @ 00410247 n 0000 | the practice (usually by a labor union) of requiring an employer to hire more workers than are required
-00411717 04 n 01 formalism 0 002 @ 00410247 n 0000 + 02730304 a 0101 | the practice of scrupulous adherence to prescribed or external forms
-00411859 04 n 01 mycophagy 0 002 @ 00838367 n 0000 + 10343211 n 0101 | the practice of eating fungi (especially mushrooms collected in the wild)
-00412006 04 n 01 one-upmanship 0 001 @ 00410247 n 0000 | the practice of keeping one jump ahead of a friend or competitor
-00412130 04 n 01 pluralism 0 002 @ 00410247 n 0000 + 10443830 n 0101 | the practice of one person holding more than one benefice at a time
-00412271 04 n 03 symbolism 0 symbolization 0 symbolisation 0 003 @ 00410247 n 0000 + 10685853 n 0101 + 10685685 n 0101 | the practice of investing things with symbolic meaning
-00412449 04 n 01 modernism 0 002 @ 00410247 n 0000 + 00972902 a 0103 | practices typical of contemporary life or thought
-00412572 04 n 02 occult 0 occult_arts 0 002 @ 00410247 n 0000 + 00900071 a 0104 | supernatural practices and techniques; "he is a student of the occult"
-00412727 04 n 01 ornamentalism 0 002 @ 00410247 n 0000 + 09998907 n 0102 | the practice of ornamental display
-00412839 04 n 01 cannibalism 0 003 @ 00410247 n 0000 + 03052770 a 0101 ~ 00412982 n 0000 | the practice of eating the flesh of your own kind
-00412982 04 n 01 anthropophagy 0 001 @ 00412839 n 0000 | human cannibalism; the eating of human flesh
-00413086 04 n 01 careerism 0 002 @ 00410247 n 0000 + 09895222 n 0101 | the practice of advancing your career at the expense of your personal integrity
-00413239 04 n 03 custom 0 usage 1 usance 0 013 @ 00410247 n 0000 @ 01022178 n 0000 + 02561332 v 0303 + 02370131 v 0201 + 00489491 a 0102 ~ 00413554 n 0000 ~ 00413674 n 0000 ~ 00413795 n 0000 ~ 00413904 n 0000 ~ 00414071 n 0000 ~ 00414179 n 0000 ~ 00414599 n 0000 ~ 01027859 n 0000 | accepted or habitual practice
-00413554 04 n 01 Americanism 0 001 @ 00413239 n 0000 | a custom that is peculiar to the United States or its citizens
-00413674 04 n 02 Anglicism 0 Britishism 0 001 @ 00413239 n 0000 | a custom that is peculiar to England or its citizens
-00413795 04 n 01 consuetude 0 001 @ 00413239 n 0000 | a custom or usage that has acquired the force of law
-00413904 04 n 01 couvade 0 001 @ 00413239 n 0000 | a custom among some peoples whereby the husband of a pregnant wife is put to bed at the time of bearing the child
-00414071 04 n 01 Germanism 0 001 @ 00413239 n 0000 | a custom that is peculiar to Germany or its citizens
-00414179 04 n 02 habit 2 use 1 007 @ 00413239 n 0000 ;c 06136258 n 0000 + 00489491 a 0103 + 01165043 v 0102 ~ 00414790 n 0000 ~ 00414881 n 0000 ~ 14496451 n 0000 | (psychology) an automatic pattern of behavior in reaction to a specific situation; may be inherited or acquired through frequent repetition; "owls have nocturnal habits"; "she had a habit twirling the ends of her hair"; "long use had hardened him to it"
-00414599 04 n 01 hijab 0 001 @ 00413239 n 0000 | the custom in some Islamic societies of women dressing modestly outside the home; "she observes the hijab and does not wear tight clothing"
-00414790 04 n 01 ritual 2 002 @ 00414179 n 0000 + 02892389 a 0101 | stereotyped behavior
-00414881 04 n 01 second_nature 0 001 @ 00414179 n 0000 | acquired behavior that is practiced so long it seems innate
-00415000 04 n 01 habitude 0 002 @ 00410247 n 0000 ~ 00415098 n 0000 | habitual mode of behavior
-00415098 04 n 02 round 1 daily_round 0 001 @ 00415000 n 0000 | the usual activities in your day; "the doctor made his rounds"
-00415226 04 n 01 fashion 0 002 @ 00410247 n 0000 ~ 00416737 n 0000 | characteristic or habitual practice
-00415333 04 n 01 lobbyism 0 001 @ 00410247 n 0000 | the practice of lobbying; the activities of a lobbyist
-00415442 04 n 02 slavery 1 slaveholding 0 001 @ 00410247 n 0000 | the practice of owning slaves
-00415540 04 n 01 peonage 0 001 @ 00410247 n 0000 | the practice of making a debtor work for his creditor until the debt is discharged
-00415676 04 n 03 way 0 path 0 way_of_life 0 006 @ 00038262 n 0000 ~ 00415988 n 0000 ~ 00416129 n 0000 ~ 00416216 n 0000 ~ 00416409 n 0000 ~ 00416646 n 0000 | a course of conduct; "the path of virtue"; "we went our separate ways"; "our paths in life led us apart"; "genius usually follows a revolutionary path"
-00415988 04 n 01 ambages 0 003 @ 00415676 n 0000 ;u 06295235 n 0000 ;u 07073447 n 0000 | (archaic) roundabout or mysterious ways of action
-00416129 04 n 01 primrose_path 0 001 @ 00415676 n 0000 | a life of ease and pleasure
-00416216 04 n 02 straight_and_narrow 0 strait_and_narrow 0 001 @ 00415676 n 0000 | the way of proper and honest behavior; "he taught his children to keep strictly to the straight and narrow"
-00416409 04 n 03 Sunnah 0 Sunna 0 hadith 0 002 @ 00415676 n 0000 ;c 06234825 n 0000 | (Islam) the way of life prescribed as normative for Muslims on the basis of the teachings and practices of Muhammad and interpretations of the Koran
-00416646 04 n 01 warpath 0 001 @ 00415676 n 0000 | a course leading to warfare or battle
-00416737 04 n 02 line_of_least_resistance 0 path_of_least_resistance 0 001 @ 00415226 n 0000 | the easiest way; "In marrying him she simply took the path of least resistance"
-00416914 04 n 01 unwritten_law 0 001 @ 00410247 n 0000 | law based on customary behavior
-00417005 04 n 01 lynch_law 0 001 @ 00410247 n 0000 | the practice of punishing people by hanging without due process of law
-00417131 04 n 02 chokehold 0 choke_hold 0 001 @ 00812526 n 0000 | a restraining hold; someone loops the arm around the neck of another person in a tight grip, usually from behind; "he grabbed the woman in a chokehold, demanded her cash and jewelry, and then fled"
-00417397 04 n 03 embrace 0 embracing 0 embracement 0 006 @ 00812526 n 0000 + 01424456 v 0301 + 01424456 v 0201 + 01424456 v 0101 ~ 00417643 n 0000 ~ 00417859 n 0000 | the act of clasping another person in the arms (as in greeting or affection)
-00417643 04 n 03 cuddle 0 nestle 0 snuggle 0 006 @ 00417397 n 0000 + 01424948 v 0302 + 01424948 v 0203 + 01460266 a 0102 + 01425511 v 0101 + 01424948 v 0101 | a close and affectionate (and often prolonged) embrace
-00417859 04 n 03 hug 0 clinch 1 squeeze 2 003 @ 00417397 n 0000 + 01572978 v 0202 + 01424456 v 0102 | a tight or amorous embrace; "come here and give me a big hug"
-00418025 04 n 01 mistreatment 0 007 @ 00410247 n 0000 + 02516594 v 0101 ~ 00418394 n 0000 ~ 00418615 n 0000 ~ 00418903 n 0000 ~ 00419644 n 0000 ~ 00419908 n 0000 | the practice of treating (someone or something) badly; "he should be punished for his mistreatment of his mother"
-00418305 04 n 01 nonconformism 0 001 @ 00410247 n 0000 | the practice of nonconformity
-00418394 04 n 04 annoyance 0 annoying 0 irritation 1 vexation 0 006 @ 00418025 n 0000 + 01787955 v 040b + 01787955 v 0306 + 01787955 v 0101 ~ 00425451 n 0000 ~ 00425615 n 0000 | the act of troubling or annoying someone
-00418615 04 n 02 disregard 1 neglect 2 005 @ 00418025 n 0000 + 00616153 v 0201 + 00616857 v 0103 + 00800930 v 0102 ~ 00418787 n 0000 | willful lack of care and attention
-00418787 04 n 01 despite 0 001 @ 00418615 n 0000 | contemptuous disregard; "she wanted neither favor nor despite"
-00418903 04 n 04 exploitation 1 victimization 0 victimisation 0 using 0 008 @ 00418025 n 0000 + 02600490 v 0401 + 02574205 v 0302 + 02572119 v 0201 + 01162754 v 0101 ~ 00419315 n 0000 ~ 00419464 n 0000 ~ 00426526 n 0000 | an act that exploits or victimizes someone (treats them unfairly); "capitalistic exploitation of the working class"; "paying Blacks less and charging them more is a form of victimization"
-00419315 04 n 01 blaxploitation 0 001 @ 00418903 n 0000 | the exploitation of black people (especially with regard to stereotyped roles in movies)
-00419464 04 n 01 sexploitation 0 001 @ 00418903 n 0000 | the commercial exploitation of sex or sexuality or explicit sexual material; "sexploitation by advertisers is notorious"
-00419644 04 n 02 harassment 0 molestation 0 008 @ 00418025 n 0000 + 01789514 v 020a + 01789514 v 0101 ~ 00425182 n 0000 ~ 00425278 n 0000 ~ 00425781 n 0000 ~ 00425905 n 0000 ~ 00426275 n 0000 | the act of tormenting by continued persistent attacks and criticism
-00419908 04 n 04 maltreatment 0 ill-treatment 0 ill-usage 0 abuse 2 009 @ 00418025 n 0000 + 02516594 v 0403 + 02516594 v 0304 + 02516594 v 0206 + 02516594 v 0102 ~ 00420218 n 0000 ~ 00420336 n 0000 ~ 00420477 n 0000 ~ 00424599 n 0000 | cruel or inhumane treatment; "the child showed signs of physical abuse"
-00420218 04 n 01 child_abuse 0 001 @ 00419908 n 0000 | the physical or emotional or sexual mistreatment of children
-00420336 04 n 01 child_neglect 0 001 @ 00419908 n 0000 | failure of caretakers to provide adequate emotional and physical care for a child
-00420477 04 n 01 persecution 0 007 @ 00419908 n 0000 ;c 05946687 n 0000 + 02585489 v 0101 ~ 00421047 n 0000 ~ 00421210 n 0000 ~ 00421321 n 0000 ~ 00421437 n 0000 | the act of persecuting (especially on the basis of race or religion)
-00420712 04 n 01 repression 0 002 @ 00803617 n 0000 + 02424128 v 0101 | the act of repressing; control by holding down; "his goal was the repression of insolence"
-00420877 04 n 01 impalement 0 003 @ 00424599 n 0000 + 01572003 v 0101 + 01444326 v 0102 | the act of piercing with a sharpened stake as a form of punishment or torture
-00421047 04 n 02 oppression 0 subjugation 1 002 @ 00420477 n 0000 + 02424652 v 0101 | the act of subjugating by cruelty; "the tyrant's oppression of the people"
-00421210 04 n 01 pogrom 0 001 @ 00420477 n 0000 | organized persecution of an ethnic group (especially Jews)
-00421321 04 n 01 rendition 0 001 @ 00420477 n 0000 | handing over prisoners to countries where torture is allowed
-00421437 04 n 02 torture 0 torturing 0 020 @ 00420477 n 0000 + 00071178 v 0201 + 00071178 v 0101 ~ 00422114 n 0000 ~ 00422261 n 0000 ~ 00422391 n 0000 ~ 00422551 n 0000 ~ 00422719 n 0000 ~ 00422834 n 0000 ~ 00423028 n 0000 ~ 00423222 n 0000 ~ 00423423 n 0000 ~ 00423563 n 0000 ~ 00423769 n 0000 ~ 00423916 n 0000 ~ 00424034 n 0000 ~ 00424186 n 0000 ~ 00424324 n 0000 ~ 01163586 n 0000 ~ 07433510 n 0000 | the deliberate, systematic, or wanton infliction of physical or mental suffering by one or more persons in an attempt to force another person to yield information or to make a confession or for any other reason; "it required unnatural torturing to extract a confession"
-00422114 04 n 02 bastinado 0 falanga 0 001 @ 00421437 n 0000 | a form of torture in which the soles of the feet are beaten with whips or cudgels
-00422261 04 n 01 boot 1 001 @ 00421437 n 0000 | a form of foot torture in which the feet are encased in iron and slowly crushed
-00422391 04 n 01 burning 3 001 @ 00421437 n 0000 | a form of torture in which cigarettes or cigars or other hot implements are used to burn the victim's skin
-00422551 04 n 02 crucifixion 1 excruciation 0 003 @ 00421437 n 0000 + 00071178 v 0202 + 01803003 v 0104 | the infliction of extremely painful punishment or suffering
-00422719 04 n 01 genital_torture 0 001 @ 00421437 n 0000 | blunt or penetrating trauma or rape (vaginal or anal)
-00422834 04 n 01 judicial_torture 0 001 @ 00421437 n 0000 | torture that is sanctioned by the state and executed by duly accredited officials; "the English renounced judicial torture in 1640"
-00423028 04 n 01 kia_quen 0 001 @ 00421437 n 0000 | a form of foot torture used by the Chinese in which the victim's foot was placed between three pieces of bamboo and systematically squeezed
-00423222 04 n 01 kittee 0 001 @ 00421437 n 0000 | a form of torture used by American Indians in which sensitive parts of the body were squeezed between two boards until the victim could bear no more
-00423423 04 n 02 nail_pulling 0 nail_removal 0 001 @ 00421437 n 0000 | a form of torture in which the fingernails or toenails are removed
-00423563 04 n 02 picket 0 piquet 1 001 @ 00421437 n 0000 | a form of military punishment used by the British in the late 17th century in which a soldier was forced to stand on one foot on a pointed stake
-00423769 04 n 01 prolonged_interrogation 0 001 @ 00421437 n 0000 | a form of psychological torture inflicted by questioning the victim for hours
-00423916 04 n 01 rack 1 001 @ 00421437 n 0000 | a form of torture in which pain is inflicted by stretching the body
-00424034 04 n 01 sensory_deprivation 0 001 @ 00421437 n 0000 | a form of psychological torture inflicted by depriving the victim of all sensory input
-00424186 04 n 01 sleep_deprivation 0 001 @ 00421437 n 0000 | a form of psychological torture inflicted by depriving the victim of sleep
-00424324 04 n 02 strappado 0 strapado 0 001 @ 00421437 n 0000 | a form of torture in which the hands are tied behind a person's back and they are lifted off the ground by a rope tied to their wrists, then allowed to drop until their fall is checked with a jerk by the rope
-00424599 04 n 02 cruelty 0 inhuman_treatment 0 003 @ 00419908 n 0000 ~ 00420877 n 0000 ~ 00424767 n 0000 | a cruel act; a deliberate infliction of pain and suffering
-00424767 04 n 02 atrocity 0 inhumanity 0 005 @ 00424599 n 0000 + 01131454 a 0101 ~ 00424934 n 0000 ~ 00425090 n 0000 ~ 00746033 n 0000 | an act of atrocious cruelty
-00424934 04 n 04 brutality 0 barbarity 0 barbarism 0 savagery 0 003 @ 00424767 n 0000 + 01120900 v 0401 + 00412788 a 0202 | a brutal barbarous savage act
-00425090 04 n 01 outrage 1 002 @ 00424767 n 0000 + 02567519 v 0107 | a wantonly cruel act
-00425182 04 n 01 baiting 0 001 @ 00419644 n 0000 | harassment especially of a tethered animal
-00425278 04 n 04 badgering 0 worrying 0 torment 0 bedevilment 0 004 @ 00419644 n 0000 + 01803003 v 0403 + 01803003 v 0301 + 01765908 v 0201 | the act of harassing someone
-00425451 04 n 01 exasperation 0 004 @ 00418394 n 0000 + 01786906 v 0102 + 01820901 v 0102 ~ 01222157 n 0000 | actions that cause great irritation (or even anger)
-00425615 04 n 01 red_flag 0 001 @ 00418394 n 0000 | something that irritates or demands immediate action; "doing that is like waving a red flag in front of a bull"
-00425781 04 n 01 sexual_harassment 0 001 @ 00419644 n 0000 | unwelcome sexual behavior by a supervisor toward an employee
-00425905 04 n 04 tease 0 teasing 0 ribbing 0 tantalization 0 006 @ 00419644 n 0000 + 00850501 v 0405 + 00851933 v 0307 + 00850501 v 0201 + 00850501 v 0101 + 01803380 v 0101 | the act of harassing someone playfully or maliciously (especially by ridicule); provoking someone with persistent annoyances; "he ignored their teases"; "his ribbing was gentle but persistent"
-00426275 04 n 01 witch-hunt 0 002 @ 00419644 n 0000 ~ 00426388 n 0000 | searching out and harassing dissenters
-00426388 04 n 01 McCarthyism 0 001 @ 00426275 n 0000 | unscrupulously accusing people of disloyalty (as by saying they were Communists)
-00426526 04 n 01 colonialism 0 003 @ 00418903 n 0000 + 09937802 n 0101 ~ 00426757 n 0000 | exploitation by a stronger country of weaker one; the use of the weaker country's resources to strengthen and enrich the stronger country
-00426757 04 n 01 neocolonialism 0 001 @ 00426526 n 0000 | control by a powerful country of its former colonies (or other less developed countries) by economic pressures
-00426928 04 n 02 diversion 0 recreation 0 021 @ 00407535 n 0000 + 02787831 a 0201 + 02418421 v 0202 + 02492362 v 0102 ~ 00427580 n 0000 ~ 00427853 n 0000 ~ 00428000 n 0000 ~ 00428270 n 0000 ~ 00429048 n 0000 ~ 00429322 n 0000 ~ 00429440 n 0000 ~ 00429713 n 0000 ~ 00429949 n 0000 ~ 00430140 n 0000 ~ 00430606 n 0000 ~ 00431005 n 0000 ~ 00431292 n 0000 ~ 00431552 n 0000 ~ 00431893 n 0000 ~ 00511817 n 0000 ~ 00523513 n 0000 | an activity that diverts or amuses or stimulates; "scuba diving is provided as a diversion for tourists"; "for recreation he wrote poetry and solved crossword puzzles"; "drug abuse is often regarded as a form of recreation"
-00427580 04 n 06 antic 0 joke 0 prank 0 trick 0 caper 2 put-on 1 008 @ 00426928 n 0000 + 10463714 n 0403 + 10463714 n 0301 + 10224098 n 0202 + 00967646 a 0101 + 00105778 v 0103 ~ 00514041 n 0000 ~ 00514128 n 0000 | a ludicrous or grotesque act done for fun and amusement
-00427853 04 n 01 bathing 0 004 @ 00426928 n 0000 + 00037919 v 0101 ~ 00442569 n 0000 ~ 00442759 n 0000 | immersing the body in water or sunshine
-00428000 04 n 02 celebration 0 festivity 0 011 @ 00426928 n 0000 + 01367431 a 0203 + 02578510 v 0102 + 02490877 v 0101 ~ 00035697 n 0000 ~ 00509846 n 0000 ~ 00517564 n 0000 ~ 00517728 n 0000 ~ 00518669 n 0000 ~ 00518770 n 0000 ~ 00519118 n 0000 | any joyous diversion
-00428270 04 n 04 dancing 0 dance 0 terpsichore 0 saltation 1 035 @ 00426928 n 0000 @ 06157326 n 0000 + 01965464 v 0401 + 03123695 a 0301 + 01708676 v 0201 + 01708676 v 0101 -c 00286360 n 0000 ~ 00526259 n 0000 ~ 00526412 n 0000 ~ 00526663 n 0000 ~ 00526793 n 0000 ~ 00526948 n 0000 ~ 00527061 n 0000 ~ 00527198 n 0000 ~ 00527319 n 0000 ~ 00527498 n 0000 ~ 00527695 n 0000 ~ 00528059 n 0000 ~ 00528397 n 0000 ~ 00529101 n 0000 ~ 00529224 n 0000 ~ 00529400 n 0000 ~ 00529511 n 0000 ~ 00532110 n 0000 ~ 00538668 n 0000 ~ 00541479 n 0000 -c 04391276 n 0000 -c 09883174 n 0000 -c 01708542 v 0000 -c 01708676 v 0000 -c 01709931 v 0000 -c 01710048 v 0000 -c 01710190 v 0000 -c 01751545 v 0000 -c 01755389 v 0000 | taking a series of rhythmical steps (and movements) in time to music
-00429048 04 n 02 entertainment 0 amusement 0 009 @ 00426928 n 0000 + 02492362 v 0201 + 02492198 v 0101 ~ 00515414 n 0000 ~ 00515578 n 0000 ~ 00515684 n 0000 ~ 00515791 n 0000 ~ 00515952 n 0000 ~ 00520257 n 0000 | an activity that is diverting and that holds the attention
-00429322 04 n 02 escapade 0 lark 0 003 @ 00426928 n 0000 + 01883716 v 0202 ~ 00510383 n 0000 | any carefree episode
-00429440 04 n 02 escape 2 escapism 0 002 @ 00426928 n 0000 + 10062996 n 0201 | an inclination to retreat from unpleasant realities through diversion or fantasy; "romantic novels were her escape from the stress of daily life"; "his alcohol problem was a form of escapism"
-00429713 04 n 04 eurythmy 0 eurhythmy 0 eurythmics 0 eurhythmics 0 002 @ 00331950 n 0000 @ 00426928 n 0000 | the interpretation in harmonious bodily movements of the rhythm of musical compositions; used to teach musical understanding
-00429949 04 n 03 fun 0 merriment 0 playfulness 0 002 @ 00426928 n 0000 + 01265308 a 0104 | activities that are enjoyable or amusing; "I do it for the fun of it"; "he is fun to have around"
-00430140 04 n 03 gambling 0 gaming 0 play 2 012 @ 00426928 n 0000 @ 00747029 n 0000 + 01155687 v 0303 + 01156115 v 0301 + 01149470 v 0301 + 01138911 v 0301 + 01139104 v 0205 + 01138523 v 0101 ~ 00506554 n 0000 ~ 00506658 n 0000 ~ 00507673 n 0000 ~ 01245618 n 0000 | the act of playing for stakes in the hope of winning (including the payment of a price for a chance to win a prize); "his gambling cost him a fortune"; "there was heavy play at the blackjack table"
-00430606 04 n 01 game 1 012 @ 00426928 n 0000 ~ 00458641 n 0000 ~ 00458800 n 0000 ~ 00458890 n 0000 ~ 00459284 n 0000 ~ 00459570 n 0000 ~ 00459845 n 0000 ~ 00459979 n 0000 ~ 00460078 n 0000 ~ 00460344 n 0000 ~ 00460541 n 0000 ~ 00460706 n 0000 | an amusement or pastime; "they played word games"; "he thought of his painting as a game that filled his empty time"; "his life was all fun and games"
-00431005 04 n 03 jest 0 joke 1 jocularity 0 011 @ 00426928 n 0000 + 01267076 a 0303 + 01267076 a 0203 + 10224098 n 0202 + 00105554 v 0201 + 00853633 v 0201 + 00853633 v 0102 + 00105554 v 0102 ~ 00515069 n 0000 ~ 00515159 n 0000 ~ 00515297 n 0000 | activity characterized by good humor
-00431292 04 n 02 nightlife 0 night_life 0 001 @ 00426928 n 0000 | the activity of people seeking nighttime diversion (as at the theater, a nightclub, etc.); "a futile search for intelligent nightlife"; "in the summer the nightlife shifts to the dance clubs"
-00431552 04 n 03 pastime 0 interest 1 pursuit 1 003 @ 00426928 n 0000 + 02375131 v 0303 ~ 00432689 n 0000 | a diversion that occupies one's time and thoughts (usually pleasantly); "sailing is her favorite pastime"; "his main pastime is gambling"; "he counts reading among his interests"; "they criticized the boy for his limited pursuits"
-00431893 04 n 02 play 6 child's_play 1 005 @ 00426928 n 0000 + 02418686 v 0101 ~ 00432164 n 0000 ~ 00432356 n 0000 ~ 00432587 n 0000 | activity by children that is guided more by imagination than by fixed rules; "Freud believed in the utility of play to a small child"
-00432164 04 n 01 house 0 001 @ 00431893 n 0000 | play in which children take the roles of father or mother or children and pretend to interact like adults; "the children were playing house"
-00432356 04 n 01 doctor 0 001 @ 00431893 n 0000 | children take the roles of physician or patient or nurse and pretend they are at the physician's office; "the children explored each other's bodies by playing the game of doctor"
-00432587 04 n 01 fireman 0 001 @ 00431893 n 0000 | play in which children pretend to put out a fire
-00432689 04 n 06 avocation 0 by-line 0 hobby 0 pursuit 2 sideline 0 spare-time_activity 0 004 @ 00431552 n 0000 + 10179069 n 0301 + 02654442 a 0101 ~ 00798108 n 0000 | an auxiliary activity
-00432881 04 n 03 cup_of_tea 0 bag 0 dish 0 001 @ 00407535 n 0000 | an activity that you like or at which you are superior; "chemistry is not my cup of tea"; "his bag now is learning to play golf"; "marriage was scarcely his dish"
-00433113 04 n 01 confectionery 0 001 @ 00582388 n 0000 | the occupation and skills of a confectioner
-00433216 04 n 01 sport 1 009 @ 00582388 n 0000 ~ 00446311 n 0000 ~ 00448126 n 0000 ~ 00448232 n 0000 ~ 00466273 n 0000 ~ 00470554 n 0000 ~ 00474657 n 0000 ~ 00481803 n 0000 ~ 00483205 n 0000 | the occupation of athletes who compete for pay
-00433458 04 n 01 contact_sport 0 005 @ 00523513 n 0000 ~ 00445802 n 0000 ~ 00447540 n 0000 ~ 00463543 n 0000 ~ 00468480 n 0000 | a sport that necessarily involves body contact between opposing players
-00433661 04 n 02 outdoor_sport 0 field_sport 0 003 @ 00523513 n 0000 ~ 00452293 n 0000 ~ 00453935 n 0000 | a sport that is played outdoors
-00433802 04 n 02 gymnastics 0 gymnastic_exercise 1 007 @ 00523513 n 0000 + 00032497 a 0103 + 02849732 a 0101 ~ 00434075 n 0000 -c 00435778 n 0000 -c 03472232 n 0000 -c 01975387 v 0000 | a sport that involves exercises intended to display strength and balance and agility
-00434075 04 n 02 acrobatics 0 tumbling 0 004 @ 00433802 n 0000 + 00100235 v 0201 + 00032497 a 0101 %p 00438065 n 0000 | the gymnastic moves of an acrobat
-00434231 04 n 01 backbend 0 001 @ 00438065 n 0000 | an acrobatic feat in which the trunk is bent backward from a standing position until the hands touch the floor
-00434396 04 n 01 back_circle 0 001 @ 00438065 n 0000 | a feat in which an acrobat arches the back from a prone position and bends the knees until the toes touch the head
-00434568 04 n 01 walkover 1 001 @ 00438065 n 0000 | backbends combined with handstands
-00434657 04 n 01 cartwheel 0 002 @ 00438065 n 0000 + 02046286 v 0101 | acrobatic revolutions with the body turned sideways and the arms and legs outstretched like the spokes of a wheel
-00434844 04 n 01 crucifix 0 001 @ 00435778 n 0000 | a gymnastic exercise performed on the rings when the gymnast supports himself with both arms extended horizontally
-00435013 04 n 01 dip 1 001 @ 00435778 n 0000 | a gymnastic exercise on the parallel bars in which the body is lowered and raised by bending and straightening the arms
-00435182 04 n 01 double_leg_circle 0 001 @ 00435778 n 0000 | a gymnastic exercise performed on the pommel horse when the gymnast (with legs together) swings his legs in a circle while alternating hands on the pommels
-00435401 04 n 01 grand_circle 0 001 @ 00435778 n 0000 | a gymnastic exercise performed on the horizontal bar by swinging around it with the body fully extended
-00435563 04 n 01 cardiopulmonary_exercise 0 006 @ 00624738 n 0000 ~ 00485632 n 0000 ~ 00625551 n 0000 ~ 00625858 n 0000 ~ 00628390 n 0000 ~ 00629009 n 0000 | exercise intended to strengthen the circulatory system
-00435778 04 n 01 gymnastic_exercise 0 012 @ 00624738 n 0000 ;c 00433802 n 0000 ~ 00434844 n 0000 ~ 00435013 n 0000 ~ 00435182 n 0000 ~ 00435401 n 0000 ~ 00436187 n 0000 ~ 00436339 n 0000 ~ 00438338 n 0000 ~ 00438606 n 0000 ~ 00438725 n 0000 ~ 00438893 n 0000 | (gymnastics) an exercise designed to develop and display strength and agility and balance (usually performed with or on some gymnastic apparatus)
-00436187 04 n 01 handstand 0 002 @ 00435778 n 0000 %p 00437321 n 0000 | the act of supporting yourself by your hands alone in an upside down position
-00436339 04 n 01 hang 0 006 @ 00435778 n 0000 ~ 00436609 n 0000 ~ 00436702 n 0000 ~ 00436817 n 0000 ~ 00436953 n 0000 ~ 00437067 n 0000 | a gymnastic exercise performed on the rings or horizontal bar or parallel bars when the gymnast's weight is supported by the arms
-00436609 04 n 01 bent_hang 0 001 @ 00436339 n 0000 | a hang performed with the elbows bent
-00436702 04 n 01 inverted_hang 0 001 @ 00436339 n 0000 | a hang performed on the rings with the body upside down
-00436817 04 n 01 lever_hang 0 001 @ 00436339 n 0000 | a hang performed on the rings with the body stationary in a horizontal position
-00436953 04 n 01 reverse_hang 0 002 @ 00436339 n 0000 ~ 00437219 n 0000 | a hang with the arms extended in back
-00437067 04 n 01 straight_hang 0 001 @ 00436339 n 0000 | a hang performed on the rings or parallel bars with the body erect and the arms at the sides
-00437219 04 n 01 piked_reverse_hang 0 001 @ 00436953 n 0000 | a reverse hang performed on the rings
-00437321 04 n 01 kick_up 0 002 @ 00624738 n 0000 #p 00436187 n 0000 | raising the feet backward with the hands on the ground; a first movement in doing a handstand
-00437487 04 n 01 handspring 0 001 @ 00438065 n 0000 | an acrobatic feat in which a person goes from a standing position to a handstand and back again
-00437639 04 n 01 headstand 0 001 @ 00438065 n 0000 | an acrobatic feat in which a person balances on the head (usually with the help of the hands)
-00437788 04 n 01 tumble 0 003 @ 00438065 n 0000 + 00100235 v 0101 ~ 00439484 n 0000 | an acrobatic feat of rolling or turning end over end
-00437929 04 n 01 split 2 001 @ 00438065 n 0000 | extending the legs at right angles to the trunk (one in front and the other in back)
-00438065 04 n 02 acrobatic_stunt 0 acrobatic_feat 0 010 @ 00046344 n 0000 #p 00434075 n 0000 ~ 00434231 n 0000 ~ 00434396 n 0000 ~ 00434568 n 0000 ~ 00434657 n 0000 ~ 00437487 n 0000 ~ 00437639 n 0000 ~ 00437788 n 0000 ~ 00437929 n 0000 | a stunt performed by an acrobat
-00438338 04 n 02 kip 0 upstart 0 001 @ 00435778 n 0000 | a gymnastic exercise performed starting from a position with the legs over the upper body and moving to an erect position by arching the back and swinging the legs out and down while forcing the chest upright
-00438606 04 n 01 long_fly 0 001 @ 00435778 n 0000 | a gymnastic exercise involving a long leap from a vaulting horse
-00438725 04 n 01 scissors 1 001 @ 00435778 n 0000 | a gymnastic exercise performed on the pommel horse when the gymnast moves his legs as the blades of scissors move
-00438893 04 n 01 straddle 2 002 @ 00435778 n 0000 + 02705913 v 0101 | a gymnastic exercise performed with a leg on either side of the parallel bars
-00439043 04 n 03 split 3 stock_split 0 split_up 0 001 @ 00363260 n 0000 | an increase in the number of outstanding shares of a corporation without changing the shareholders' equity; "they announced a two-for-one split of the common stock"
-00439284 04 n 03 reverse_split 0 reverse_stock_split 0 split_down 0 001 @ 00351638 n 0000 | a decrease in the number of outstanding shares of a corporation without changing the shareholders' equity
-00439484 04 n 06 somersault 0 somerset 0 summersault 0 summerset 0 somersaulting 0 flip 3 004 @ 00437788 n 0000 + 01867697 v 0501 + 01867697 v 0101 ~ 00439749 n 0000 | an acrobatic feat in which the feet roll over the head (either forward or backward) and return
-00439749 04 n 01 flip-flop 0 001 @ 00439484 n 0000 | a backward somersault
-00439826 04 n 01 track_and_field 0 004 @ 00523513 n 0000 #p 07467846 n 0000 ~ 00440039 n 0000 ~ 00440218 n 0000 | participating in athletic sports performed on a running track or on the field associated with it
-00440039 04 n 02 track 0 running 0 003 @ 00439826 n 0000 #p 07468692 n 0000 + 01086103 v 0202 | the act of participating in an athletic competition involving running on a track
-00440218 04 n 01 jumping 0 003 @ 00439826 n 0000 ~ 00440382 n 0000 ~ 00440509 n 0000 | the act of participating in an athletic competition in which you must jump
-00440382 04 n 02 broad_jump 0 long_jump 0 001 @ 00440218 n 0000 | the act of jumping as far as possible from a running start
-00440509 04 n 01 high_jump 0 002 @ 00440218 n 0000 ~ 00440643 n 0000 | the act of jumping as high as possible over a horizontal bar
-00440643 04 n 01 Fosbury_flop 0 001 @ 00440509 n 0000 | jumping over the bar backwards and head first
-00440747 04 n 01 skiing 0 006 @ 00523513 n 0000 + 01938426 v 0101 %p 00298047 n 0000 ~ 00440941 n 0000 ~ 00441073 n 0000 -c 03948242 n 0000 | a sport in which participants must travel on skis
-00440941 04 n 01 cross-country_skiing 0 001 @ 00440747 n 0000 | the sport of skiing across the countryside (rather than downhill)
-00441073 04 n 01 ski_jumping 0 002 @ 00440747 n 0000 + 01965331 v 0101 | the act of performing a jump on skis from a high ramp overhanging a snow covered slope
-00441235 04 n 01 kick_turn 0 001 @ 00350030 n 0000 | a standing turn made in skiing; one ski is raised to the vertical and pivoted backward to become parallel with the other ski but headed in the opposite direction and then the other ski is aligned with the first
-00441501 04 n 02 stem_turn 0 stem 0 002 @ 00350030 n 0000 + 02713065 v 0201 | a turn made in skiing; the back of one ski is forced outward and the other ski is brought parallel to it
-00441686 04 n 01 telemark 0 001 @ 00350030 n 0000 | a turn made in skiing; the outside ski is placed ahead and turned gradually inwards
-00441824 04 n 02 water_sport 0 aquatics 0 011 @ 00523513 n 0000 ~ 00442115 n 0000 ~ 00445055 n 0000 ~ 00445226 n 0000 -c 01961691 v 0000 -c 01961859 v 0000 -c 01961974 v 0000 -c 01962178 v 0000 -c 01962375 v 0000 -c 01962865 v 0000 -c 01963316 v 0000 | sports that involve bodies of water
-00442115 04 n 02 swimming 0 swim 0 010 @ 00441824 n 0000 + 01904293 v 0202 + 01960911 v 0201 + 01960911 v 0101 ~ 00442437 n 0000 ~ 00442654 n 0000 ~ 00442847 n 0000 ~ 00442981 n 0000 ~ 00443231 n 0000 ~ 00444651 n 0000 | the act of swimming; "it was the swimming they enjoyed most": "they took a short swim in the pool"
-00442437 04 n 01 bathe 0 002 @ 00442115 n 0000 + 00037919 v 0101 | the act of swimming; "the Englishman said he had a good bathe"
-00442569 04 n 01 sea_bathing 0 001 @ 00427853 n 0000 | bathing in the sea or ocean
-00442654 04 n 01 skinny-dip 0 003 @ 00442115 n 0000 + 10605737 n 0101 + 01962498 v 0101 | a naked swim
-00442759 04 n 01 sun_bathing 0 001 @ 00427853 n 0000 | immersing the body in sunlight
-00442847 04 n 02 dip 0 plunge 0 004 @ 00442115 n 0000 + 01577093 v 0204 + 01577635 v 0202 + 01976220 v 0101 | a brief swim in water
-00442981 04 n 02 dive 1 diving 0 010 @ 00442115 n 0000 + 01962865 v 0201 + 01962865 v 0101 ~ 00443517 n 0000 ~ 00443692 n 0000 ~ 00443803 n 0000 ~ 00443917 n 0000 ~ 00444142 n 0000 ~ 00444340 n 0000 ~ 00444490 n 0000 | a headlong plunge into water
-00443231 04 n 02 floating 0 natation 0 003 @ 00442115 n 0000 + 01904293 v 0101 ~ 00443375 n 0000 | the act of someone who floats on the water
-00443375 04 n 02 dead-man's_float 0 prone_float 0 001 @ 00443231 n 0000 | a floating position with the face down and arms stretched forward
-00443517 04 n 04 belly_flop 0 belly_flopper 0 belly_whop 0 belly_whopper 0 001 @ 00442981 n 0000 | a dive in which the abdomen bears the main force of impact with the water
-00443692 04 n 01 cliff_diving 0 001 @ 00442981 n 0000 | diving into the water from a steep overhanging cliff
-00443803 04 n 01 flip 2 001 @ 00442981 n 0000 | a dive in which the diver somersaults before entering the water
-00443917 04 n 02 gainer 0 full_gainer 0 001 @ 00442981 n 0000 | a dive in which the diver throws the feet forward to complete a full backward somersault and enters the water feet first and facing away from the diving board
-00444142 04 n 01 half_gainer 0 001 @ 00442981 n 0000 | a dive in which the diver throws the feet forward and up to complete a half backward somersault and enters the water facing the diving board
-00444340 04 n 01 jackknife 0 002 @ 00442981 n 0000 + 01963459 v 0101 | a dive in which the diver bends to touch the ankles before straightening out
-00444490 04 n 02 swan_dive 0 swallow_dive 0 001 @ 00442981 n 0000 | a dive in which the diver arches the back with arms outstretched before entering the water
-00444651 04 n 02 skin_diving 0 skin-dive 0 004 @ 00442115 n 0000 + 01963130 v 0201 ~ 00444846 n 0000 ~ 00444937 n 0000 | underwater swimming without any more breathing equipment than a snorkel
-00444846 04 n 01 scuba_diving 0 001 @ 00444651 n 0000 | skin diving with scuba apparatus
-00444937 04 n 02 snorkeling 0 snorkel_diving 0 002 @ 00444651 n 0000 + 01963795 v 0101 | skin diving with a snorkel
-00445055 04 n 03 surfing 0 surfboarding 0 surfriding 0 002 @ 00441824 n 0000 + 01948077 v 0102 | the sport of riding a surfboard toward the shore on the crest of a wave
-00445226 04 n 01 water-skiing 0 002 @ 00441824 n 0000 + 01940248 v 0101 | skiing on water while being towed by a motorboat
-00445351 04 n 02 rowing 0 row 0 006 @ 00523513 n 0000 + 01946996 v 0201 + 01946996 v 0101 %p 00342565 n 0000 ~ 00445529 n 0000 ~ 00445685 n 0000 | the act of rowing as a sport
-00445529 04 n 01 crab 0 001 @ 00445351 n 0000 | a stroke of the oar that either misses the water or digs too deeply; "he caught a crab and lost the race"
-00445685 04 n 01 sculling 0 002 @ 00445351 n 0000 + 01947352 v 0101 | rowing by a single oarsman in a racing shell
-00445802 04 n 03 boxing 0 pugilism 0 fisticuffs 0 023 @ 00433458 n 0000 + 03104585 a 0201 + 09870208 n 0202 + 01419982 v 0101 + 01420765 v 0101 -c 00957551 a 0000 -c 00059728 n 0000 -c 00134780 n 0000 -c 00286360 n 0000 ~ 00446311 n 0000 ~ 00446411 n 0000 ~ 00446493 n 0000 ~ 00446632 n 0000 ~ 00446804 n 0000 -c 02885338 n 0000 -c 02885462 n 0000 -c 02885663 n 0000 -c 03795269 n 0000 -c 07293678 n 0000 -c 01101313 v 0000 -c 01125209 v 0000 -c 01396790 v 0000 -c 02101649 v 0000 | fighting with the fists
-00446311 04 n 01 professional_boxing 0 002 @ 00445802 n 0000 @ 00433216 n 0000 | boxing for money
-00446411 04 n 01 in-fighting 0 001 @ 00445802 n 0000 | boxing at close quarters
-00446493 04 n 01 fight 3 002 @ 00445802 n 0000 + 01090335 v 0102 | a boxing or wrestling match; "the fight was on television last night"
-00446632 04 n 01 rope-a-dope 0 001 @ 00445802 n 0000 | a boxing tactic: pretending to be trapped against the ropes while your opponent wears himself out throwing punches
-00446804 04 n 02 spar 0 sparring 0 002 @ 00445802 n 0000 + 01420194 v 0201 | making the motions of attack and defense with the fists and arms; a part of training for a boxer
-00446980 04 n 01 archery 0 001 @ 00523513 n 0000 | the sport of shooting arrows with a bow
-00447073 04 n 01 sledding 0 004 @ 00523513 n 0000 + 01939174 v 0101 ~ 00447221 n 0000 ~ 00447463 n 0000 | the sport of riding on a sled or sleigh
-00447221 04 n 01 tobogganing 0 003 @ 00447073 n 0000 + 01940034 v 0101 ~ 00447361 n 0000 | riding on a long light sled with low handrails
-00447361 04 n 01 luging 0 002 @ 00447221 n 0000 + 01940034 v 0102 | riding a light one-man toboggan
-00447463 04 n 01 bobsledding 0 001 @ 00447073 n 0000 | riding on a bobsled
-00447540 04 n 03 wrestling 0 rassling 0 grappling 1 010 @ 00433458 n 0000 + 01574292 v 0301 + 01504699 v 0101 ~ 00447879 n 0000 ~ 00447957 n 0000 ~ 00448126 n 0000 ~ 00448232 n 0000 %p 00812977 n 0000 -c 00813571 n 0000 -c 07471514 n 0000 | the sport of hand-to-hand struggle between unarmed contestants who try to throw each other down
-00447879 04 n 01 flying_mare 0 001 @ 00447540 n 0000 | a wrestling maneuver
-00447957 04 n 01 Greco-Roman_wrestling 0 001 @ 00447540 n 0000 | a style of wrestling where the wrestlers are forbidden to tackle or trip or use holds below the waist
-00448126 04 n 01 professional_wrestling 0 002 @ 00447540 n 0000 @ 00433216 n 0000 | wrestling for money
-00448232 04 n 01 sumo 0 003 @ 00447540 n 0000 @ 00433216 n 0000 ;r 08921850 n 0000 | a Japanese form of wrestling; you lose if you are forced out of a small ring or if any part of your body (other than your feet) touches the ground
-00448466 04 n 01 skating 0 006 @ 00523513 n 0000 + 01936753 v 0101 ~ 00448640 n 0000 ~ 00448958 n 0000 ~ 00449054 n 0000 ~ 00449168 n 0000 | the sport of gliding on skates
-00448640 04 n 01 ice_skating 0 003 @ 00448466 n 0000 + 01937222 v 0101 ~ 00448748 n 0000 | skating on ice
-00448748 04 n 01 figure_skating 0 001 @ 00448640 n 0000 | ice skating where the skates trace outlines of selected figures
-00448872 04 n 01 rollerblading 0 001 @ 00448958 n 0000 | skating using Rollerblades
-00448958 04 n 01 roller_skating 0 002 @ 00448466 n 0000 ~ 00448872 n 0000 | skating on wheels
-00449054 04 n 01 skateboarding 0 002 @ 00448466 n 0000 + 01937795 v 0101 | the sport of skating on a skateboard
-00449168 04 n 01 speed_skating 0 001 @ 00448466 n 0000 | competitive skating on speed skates (usually around an oval course)
-00449295 04 n 01 racing 0 008 @ 00523513 n 0000 + 01086103 v 0101 ~ 00449517 n 0000 ~ 00449695 n 0000 ~ 00449892 n 0000 ~ 00449977 n 0000 ~ 00450070 n 0000 -c 04336645 n 0000 | the sport of engaging in contests of speed
-00449517 04 n 02 auto_racing 0 car_racing 0 005 @ 00449295 n 0000 -c 00295422 n 0000 -c 03061674 n 0000 -c 03870105 n 0000 -c 03949761 n 0000 | the sport of racing automobiles
-00449695 04 n 01 boat_racing 0 002 @ 00449295 n 0000 ~ 00449796 n 0000 | the sport of racing boats
-00449796 04 n 01 hydroplane_racing 0 001 @ 00449695 n 0000 | racing in high-speed motor boats
-00449892 04 n 01 camel_racing 0 001 @ 00449295 n 0000 | the sport of racing camels
-00449977 04 n 01 greyhound_racing 0 001 @ 00449295 n 0000 | the sport of racing greyhounds
-00450070 04 n 01 horse_racing 0 005 @ 00449295 n 0000 -c 02333147 a 0000 ~ 00450230 n 0000 -c 07999584 n 0000 -c 13949275 n 0000 | the sport of racing horses
-00450230 04 n 01 thoroughbred_racing 0 001 @ 00450070 n 0000 | the sport of racing thoroughbred horses
-00450335 04 n 03 riding 1 horseback_riding 1 equitation 0 012 @ 00523513 n 0000 + 01958615 v 0201 ~ 00450700 n 0000 ~ 00450866 n 0000 -c 01958615 v 0000 -c 01958868 v 0000 -c 01959022 v 0000 -c 01959482 v 0000 -c 01959927 v 0000 -c 01960105 v 0000 -c 01960296 v 0000 -c 01960779 v 0000 | the sport of siting on the back of a horse while controlling its movements
-00450700 04 n 01 equestrian_sport 0 005 @ 00450335 n 0000 ~ 00288000 n 0000 ~ 00450998 n 0000 ~ 00451186 n 0000 ~ 07461050 n 0000 | a sport that tests horsemanship
-00450866 04 n 01 pony-trekking 0 002 @ 00450335 n 0000 ;r 08860123 n 0000 | a sport in which people ride across country on ponies
-00450998 04 n 02 showjumping 0 stadium_jumping 0 002 @ 00450700 n 0000 #p 07461050 n 0000 | riding horses in competitions over set courses to demonstrate skill in jumping over obstacles
-00451186 04 n 02 cross-country_riding 0 cross-country_jumping 0 002 @ 00450700 n 0000 #p 07461050 n 0000 | riding horses across country over obstructions to demonstrate horsemanship
-00451370 04 n 01 cycling 0 006 @ 00523513 n 0000 + 01935476 v 0102 + 01936048 v 0103 ~ 00451563 n 0000 ~ 00451635 n 0000 ~ 00451768 n 0000 | the sport of traveling on a bicycle or motorcycle
-00451563 04 n 01 bicycling 0 001 @ 00451370 n 0000 | riding a bicycle
-00451635 04 n 01 motorcycling 1 002 @ 00451370 n 0000 + 01936048 v 0102 | riding a motorcycle; "motorcycling is a dangerous sport"
-00451768 04 n 01 dune_cycling 0 001 @ 00451370 n 0000 | bicycling or motorcycling on sand dunes
-00451866 04 n 01 blood_sport 0 004 @ 00523513 n 0000 ~ 00452034 n 0000 ~ 00452152 n 0000 ~ 00452293 n 0000 | sport that involves killing animals (especially hunting)
-00452034 04 n 02 bullfighting 0 tauromachy 0 002 @ 00451866 n 0000 %p 15245244 n 0000 | the activity at a bullfight
-00452152 04 n 01 cockfighting 0 002 @ 00451866 n 0000 -c 01420304 v 0000 | participation in the sport of matching gamecocks in a cockfight
-00452293 04 n 02 hunt 1 hunting 1 018 @ 00433661 n 0000 @ 00451866 n 0000 + 01144657 v 0201 + 01143838 v 0201 + 02003601 v 0102 + 01144657 v 0101 + 01143838 v 0101 ~ 00452734 n 0000 ~ 00452864 n 0000 ~ 00453126 n 0000 ~ 00453313 n 0000 ~ 00453396 n 0000 ~ 00453478 n 0000 ~ 00453631 n 0000 -c 01479874 v 0000 -c 01480025 v 0000 -c 01480770 v 0000 -c 01481027 v 0000 | the pursuit and killing or capture of wild animals regarded as a sport
-00452734 04 n 01 battue 0 001 @ 00452293 n 0000 | a hunt in which beaters force the game to flee in the direction of the hunter
-00452864 04 n 01 beagling 0 001 @ 00452293 n 0000 | hunting rabbits with beagles
-00452947 04 n 01 canned_hunt 0 001 @ 00622584 n 0000 | a hunt for animals that have been raised on game ranches until they are mature enough to be killed for trophy collections
-00453126 04 n 01 coursing 0 002 @ 00452293 n 0000 + 01144873 v 0101 | hunting with dogs (usually greyhounds) that are trained to chase game (such as hares) by sight instead of by scent
-00453313 04 n 02 deer_hunting 0 deer_hunt 0 001 @ 00452293 n 0000 | hunting deer
-00453396 04 n 02 ducking 1 duck_hunting 0 001 @ 00452293 n 0000 | hunting ducks
-00453478 04 n 02 fox_hunting 0 foxhunt 0 003 @ 00452293 n 0000 + 01145024 v 0201 + 01145024 v 0101 | mounted hunters follow hounds in pursuit of a fox
-00453631 04 n 01 pigsticking 0 001 @ 00452293 n 0000 | the sport of hunting wild boar with spears
-00453731 04 n 02 farming 1 land 0 002 @ 00582388 n 0000 + 02420232 v 0101 | agriculture considered as an occupation or way of life; "farming is a strenuous life"; "there's no work on the land any more"
-00453935 04 n 02 fishing 0 sportfishing 0 005 @ 00433661 n 0000 + 01140794 v 0101 ~ 00454237 n 0000 ~ 00454624 n 0000 -c 07477413 n 0000 | the act of someone who fishes as a diversion
-00454121 04 n 01 fishing 1 002 @ 01094725 n 0000 + 01140794 v 0101 | the occupation of catching fish for a living
-00454237 04 n 01 angling 0 004 @ 00453935 n 0000 ~ 00454395 n 0000 ~ 00454493 n 0000 -c 03350602 n 0000 | fishing with a hook and line (and usually a pole)
-00454395 04 n 01 fly-fishing 0 001 @ 00454237 n 0000 | angling with an artificial fly as a lure
-00454493 04 n 02 troll 0 trolling 0 002 @ 00454237 n 0000 + 01141763 v 0101 | angling by drawing a baited line through the water
-00454624 04 n 02 casting 2 cast 2 006 @ 00453935 n 0000 + 01507143 v 0103 ~ 00454855 n 0000 ~ 00454983 n 0000 ~ 00455076 n 0000 ~ 00455173 n 0000 | the act of throwing a fishing line out over the water by means of a rod and reel
-00454855 04 n 01 bait_casting 0 001 @ 00454624 n 0000 | the single-handed rod casting of a relatively heavy (artificial) bait
-00454983 04 n 01 fly_casting 0 001 @ 00454624 n 0000 | casting an artificial fly as a lure
-00455076 04 n 01 overcast 0 001 @ 00454624 n 0000 | a cast that falls beyond the intended spot
-00455173 04 n 02 surf_casting 0 surf_fishing 0 001 @ 00454624 n 0000 | casting (artificial) bait far out into the ocean (up to 200 yards) with the waves breaking around you
-00455348 04 n 02 follow-up 1 followup 1 005 @ 00407535 n 0000 + 00486018 v 0202 + 00230276 v 0201 + 00486018 v 0102 + 00230276 v 0101 | an activity that continues something that has already begun or that repeats something that has already been done
-00455599 04 n 01 game 0 026 @ 00407535 n 0000 -c 01630773 a 0000 -c 00166172 n 0000 -c 00456199 n 0000 -c 00457382 n 0000 ~ 00461611 n 0000 ~ 00461782 n 0000 ~ 00463116 n 0000 ~ 00463246 n 0000 ~ 00483935 n 0000 ~ 00488225 n 0000 ~ 00499066 n 0000 ~ 00501722 n 0000 ~ 00507673 n 0000 ~ 00509706 n 0000 -c 03413828 n 0000 -c 03537085 n 0000 -c 05163189 n 0000 -c 07343195 n 0000 -c 08408709 n 0000 -c 13596235 n 0000 -c 15256915 n 0000 -c 01081505 v 0000 -c 01081652 v 0000 -c 01144873 v 0000 -c 03152015 a 0000 | a contest with rules to determine a winner; "you need four people to play this game"
-00456199 04 n 01 game 3 009 @ 07456188 n 0000 ;c 00455599 n 0000 ~ 00456690 n 0000 ~ 00456804 n 0000 ~ 00456899 n 0000 ~ 00460844 n 0000 ~ 00460951 n 0000 ~ 00461162 n 0000 ~ 00461294 n 0000 | a single play of a sport or other contest; "the game lasted two hours"
-00456465 04 n 01 day_game 0 002 @ 00464651 n 0000 ! 00456563 n 0101 | a game played in daylight
-00456563 04 n 01 night_game 0 002 @ 00464651 n 0000 ! 00456465 n 0101 | a game played under artificial illumination at night
-00456690 04 n 02 away_game 0 road_game 0 002 @ 00456199 n 0000 ! 00456804 n 0101 | a game played away from home
-00456804 04 n 01 home_game 0 002 @ 00456199 n 0000 ! 00456690 n 0101 | a game played at home
-00456899 04 n 02 exhibition_game 0 practice_game 0 001 @ 00456199 n 0000 | a game whose outcome is not recorded in the season's standing
-00457038 04 n 01 follow-on 0 001 @ 00457228 n 0000 | an immediate second innings forced on a cricket team scoring a prescribed number of runs fewer than its opponents in the first innings
-00457228 04 n 01 innings 0 004 @ 00457382 n 0000 #p 00476389 n 0000 ;u 06295235 n 0000 ~ 00457038 n 0000 | the batting turn of a cricket player or team
-00457382 04 n 02 turn 6 play 1 011 @ 00407535 n 0000 ;c 00455599 n 0000 ~ 00166172 n 0000 ~ 00241699 n 0000 ~ 00457228 n 0000 ~ 00457723 n 0000 ~ 00458286 n 0000 ~ 00458456 n 0000 ~ 01256270 n 0000 ~ 01259380 n 0000 ~ 01259594 n 0000 | (game) the activity of doing something in an agreed succession; "it is my turn"; "it is still my play"
-00457723 04 n 01 attack 4 002 @ 00457382 n 0000 ~ 00458094 n 0000 | an offensive move in a sport or game; "they won the game with a 10-hit attack in the 9th inning"
-00457890 04 n 02 opening 0 chess_opening 0 002 @ 01010458 n 0000 ;c 00503237 n 0000 | a recognized sequence of moves at the beginning of a game of chess; "he memorized all the important chess openings"
-00458094 04 n 02 counterattack 1 counterplay 0 002 @ 00457723 n 0000 ;c 00503237 n 0000 | (chess) an attack that is intended to counter the opponent's advantage in another part of the board
-00458286 04 n 01 down 0 002 @ 00457382 n 0000 ;c 00469651 n 0000 | (American football) a complete play to advance the football; "you have four downs to gain ten yards"
-00458456 04 n 02 bat 0 at-bat 0 002 @ 00457382 n 0000 ;c 00471613 n 0000 | (baseball) a turn trying to get a hit; "he was at bat when it happened"; "he got four hits in four at-bats"
-00458641 04 n 01 catch 2 001 @ 00430606 n 0000 | a cooperative game in which a ball is passed back and forth; "he played catch with his son in the backyard"
-00458800 04 n 01 party_game 0 001 @ 00430606 n 0000 | a game to amuse guests at a party
-00458890 04 n 02 computer_game 0 video_game 0 002 @ 00430606 n 0000 ~ 00459013 n 0000 | a game played against a computer
-00459013 04 n 01 virtual_reality 0 001 @ 00458890 n 0000 | a hypothetical three-dimensional visual world created by a computer; user wears special goggles and fiber optic gloves etc., and can enter and move about in this world and interact with objects as if inside it
-00459284 04 n 02 pinball 0 pinball_game 0 002 @ 00430606 n 0000 ~ 00459465 n 0000 | a game played on a sloping board; the object is to propel marbles against pins or into pockets
-00459465 04 n 01 pachinko 0 001 @ 00459284 n 0000 | a Japanese pinball game played on a vertical board
-00459570 04 n 01 guessing_game 0 002 @ 00430606 n 0000 ~ 00459727 n 0000 | a game in which participants compete to identify some obscurely indicated thing
-00459727 04 n 01 charades 0 002 @ 00459570 n 0000 %p 06288947 n 0000 | player acts out a phrase for others to guess
-00459845 04 n 01 ducks_and_drakes 0 001 @ 00430606 n 0000 | a game in which a flat stone is bounced along the surface of calm water
-00459979 04 n 01 mind_game 1 001 @ 00430606 n 0000 | any game designed to exercise the intellect
-00460078 04 n 02 paper_chase 0 hare_and_hounds 0 001 @ 00430606 n 0000 | an outdoor game; one group of players (the hares) start off on a long run scattering bits of paper (the scent) and pursuers (the hounds) try to catch them before they reach a designated spot
-00460344 04 n 03 ring-around-the-rosy 0 ring-around-a-rosy 0 ring-a-rosy 0 001 @ 00430606 n 0000 | a children's game in which the players dance around in a circle and at a given signal all squat
-00460541 04 n 01 prisoner's_base 0 001 @ 00430606 n 0000 | a children's game; two teams capture opposing players by tagging them and taking them to their own base
-00460706 04 n 01 treasure_hunt 0 001 @ 00430606 n 0000 | a game in which players try to find hidden articles by using a series of clues
-00460844 04 n 01 nightcap 0 002 @ 00456199 n 0000 #p 00460951 n 0000 | the final game of a double header
-00460951 04 n 03 twin_bill 0 doubleheader 0 double_feature 0 002 @ 00456199 n 0000 %p 00460844 n 0000 | two games instead of one (especially in baseball when the same two teams play two games on the same day)
-00461162 04 n 01 playoff_game 0 002 @ 00456199 n 0000 #p 07465290 n 0000 | one game in the series of games constituting a playoff
-00461294 04 n 01 cup_tie 0 001 @ 00456199 n 0000 | an eliminating game between teams in a cup competition
-00461402 04 n 01 war_game 0 002 @ 00899049 n 0000 ;c 08199025 n 0000 | a simulation of a military operation intended to train military commanders or to demonstrate a situation or to test a proposed strategy
-00461611 04 n 01 curling 1 003 @ 00455599 n 0000 ;r 08890097 n 0000 + 01074074 v 0101 | a game played on ice in which heavy stones with handles are slid toward a target
-00461782 04 n 01 bowling 0 010 @ 00455599 n 0000 %p 00462116 n 0000 ~ 00462241 n 0000 ~ 00462383 n 0000 ~ 00462557 n 0000 ~ 00462686 n 0000 ~ 00462804 n 0000 ~ 00462997 n 0000 -c 13911660 n 0000 -c 01084588 v 0000 | a game in which balls are rolled at an object or group of objects with the aim of knocking them over or moving them
-00462116 04 n 01 frame 1 002 @ 05867413 n 0000 #p 00461782 n 0000 | one of the ten divisions into which bowling is divided
-00462241 04 n 02 tenpins 0 tenpin_bowling 0 002 @ 00461782 n 0000 -c 04282664 n 0000 | bowling down an alley at a target of ten wooden pins
-00462383 04 n 02 ninepins 0 skittles 0 001 @ 00461782 n 0000 | a bowling game that is played by rolling a bowling ball down a bowling alley at a target of nine wooden pins
-00462557 04 n 01 duckpins 0 001 @ 00461782 n 0000 | a bowling game using a pin smaller than a tenpin but proportionately wider
-00462686 04 n 02 candlepins 0 candlepin_bowling 0 001 @ 00461782 n 0000 | a bowling game using slender bowling pins
-00462804 04 n 02 lawn_bowling 0 bowls 0 003 @ 00461782 n 0000 %p 02881546 n 0000 %p 03589672 n 0000 | a bowling game played on a level lawn with biased wooden balls that are rolled at a jack
-00462997 04 n 03 bocce 0 bocci 0 boccie 0 001 @ 00461782 n 0000 | Italian bowling played on a long narrow dirt court
-00463116 04 n 01 pall-mall 0 001 @ 00455599 n 0000 | a 17th century game; a wooden ball was driven along an alley with a mallet
-00463246 04 n 01 athletic_game 0 012 @ 00523513 n 0000 @ 00455599 n 0000 ~ 00463543 n 0000 ~ 00464277 n 0000 ~ 00464478 n 0000 ~ 00464651 n 0000 ~ 00479076 n 0000 %p 00556313 n 0000 %p 15233778 n 0000 %p 15233989 n 0000 %p 15256915 n 0000 %p 15274305 n 0000 | a game involving athletic activity
-00463543 04 n 03 ice_hockey 0 hockey 1 hockey_game 0 015 @ 00463246 n 0000 @ 00433458 n 0000 -c 00190579 n 0000 %p 00239024 n 0000 -c 00239024 n 0000 -c 00558008 n 0000 -c 00558181 n 0000 -c 00558396 n 0000 %p 00562935 n 0000 %p 01264795 n 0000 -c 03907908 n 0000 -c 04318131 n 0000 -c 05163582 n 0000 -c 09904708 n 0000 -c 15258281 n 0000 | a game played on an ice rink by two opposing teams of six skaters each who try to knock a flat round puck into the opponents' goal with angled sticks
-00464037 04 n 04 goalkeeper 0 goalie 0 goaltender 0 netkeeper 0 001 @ 00722479 n 0000 | the defensive position on an ice hockey or soccer or lacrosse team who stands in front of the goal and tries to prevent opposing players from scoring
-00464277 04 n 01 tetherball 0 001 @ 00463246 n 0000 | a game with two players who use rackets to strike a ball that is tethered to the top of a pole; the object is to wrap the string around the pole
-00464478 04 n 01 water_polo 0 001 @ 00463246 n 0000 | a game played in a swimming pool by two teams of swimmers who try to throw an inflated ball into the opponents' goal
-00464651 04 n 01 outdoor_game 0 009 @ 00463246 n 0000 ~ 00456465 n 0000 ~ 00456563 n 0000 ~ 00464894 n 0000 ~ 00466880 n 0000 ~ 00467122 n 0000 ~ 00467320 n 0000 ~ 00467536 n 0000 ~ 00467719 n 0000 | an athletic game that is played outdoors
-00464894 04 n 02 golf 0 golf_game 0 064 @ 00464651 n 0000 + 01146793 v 0101 -c 02490949 a 0000 -c 03070230 a 0000 ~ 00466273 n 0000 ~ 00466377 n 0000 ~ 00466524 n 0000 ~ 00466630 n 0000 ~ 00466712 n 0000 ~ 00573106 n 0000 -c 00573268 n 0000 -c 00573530 n 0000 -c 03244775 n 0000 -c 03446268 n 0000 -c 03446528 n 0000 -c 03446832 n 0000 -c 03447224 n 0000 -c 03511786 n 0000 -c 03970363 n 0000 -c 04444345 n 0000 -c 04569822 n 0000 -c 05022902 n 0000 -c 05069447 n 0000 -c 05082648 n 0000 -c 05163401 n 0000 -c 06507941 n 0000 -c 08496334 n 0000 -c 09267854 n 0000 -c 09268007 n 0000 -c 10146682 n 0000 -c 10304914 n 0000 -c 13595094 n 0000 -c 13595276 n 0000 -c 13595414 n 0000 -c 13595699 n 0000 -c 13595968 n 0000 -c 13596106 n 0000 -c 13596756 n 0000 -c 00464687 v 0000 -c 01084170 v 0000 -c 01084331 v 0000 -c 01085130 v 0000 -c 01096860 v 0000 -c 01113134 v 0000 -c 01113264 v 0000 -c 01123415 v 0000 -c 01402305 v 0000 -c 01402447 v 0000 -c 01403540 v 0000 -c 01403785 v 0000 -c 01403987 v 0000 -c 01404138 v 0000 -c 01407904 v 0000 -c 01408153 v 0000 -c 01408958 v 0000 -c 01409177 v 0000 -c 01410946 v 0000 -c 01417257 v 0000 -c 01499692 v 0000 -c 01598140 v 0000 -c 01598507 v 0000 -c 01598637 v 0000 -c 01598785 v 0000 -c 01598921 v 0000 | a game played on a large open course with 9 or 18 holes; the object is use as few strokes as possible in playing all the holes
-00466273 04 n 01 professional_golf 0 002 @ 00464894 n 0000 @ 00433216 n 0000 | playing golf for money
-00466377 04 n 02 round_of_golf 0 round 3 001 @ 00464894 n 0000 | the activity of playing 18 holes of golf; "a round of golf takes about 4 hours"
-00466524 04 n 02 medal_play 0 stroke_play 0 001 @ 00464894 n 0000 | golf scoring by total strokes taken
-00466630 04 n 01 match_play 0 001 @ 00464894 n 0000 | golf scoring by holes won
-00466712 04 n 01 miniature_golf 0 001 @ 00464894 n 0000 | a novelty version of golf played with golf balls and putters on a miniature course featuring many obstacles
-00466880 04 n 01 croquet 0 004 @ 00464651 n 0000 + 01154669 v 0101 -c 03134853 n 0000 -c 01600873 v 0000 | a game in which players hit a wooden ball through a series of hoops; the winner is the first to traverse all the hoops and hit a peg
-00467122 04 n 01 paintball 0 001 @ 00464651 n 0000 | a game that simulates military combat; players on one team try to eliminate players on the opposing team by shooting capsules of paint at them
-00467320 04 n 02 quoits 0 horseshoes 0 003 @ 00464651 n 0000 -c 00105624 n 0000 -c 00106726 n 0000 | a game in which iron rings (or open iron rings) are thrown at a stake in the ground in the hope of encircling it
-00467536 04 n 02 shuffleboard 0 shovelboard 0 001 @ 00464651 n 0000 | a game in which players use long sticks to shove wooden disks onto the scoring area marked on a smooth surface
-00467719 04 n 01 field_game 0 010 @ 00464651 n 0000 ~ 00467995 n 0000 ~ 00468480 n 0000 ~ 00470830 n 0000 ~ 00471437 n 0000 ~ 00476389 n 0000 ~ 00477392 n 0000 ~ 00477639 n 0000 ~ 00477827 n 0000 ~ 00477986 n 0000 | an outdoor game played on a field of specified dimensions
-00467995 04 n 02 field_hockey 0 hockey 0 006 @ 00467719 n 0000 ~ 00468299 n 0000 -c 03443005 n 0000 -c 03820318 n 0000 -c 04318131 n 0000 -c 10782471 n 0000 | a game resembling ice hockey that is played on an open field; two opposing teams use curved sticks try to drive a ball into the opponents' net
-00468299 04 n 02 shinny 0 shinney 0 001 @ 00467995 n 0000 | a simple version of hockey played by children on the streets (or on ice or on a field) using a ball or can as the puck
-00468480 04 n 02 football 0 football_game 0 052 @ 00467719 n 0000 @ 00433458 n 0000 + 10101634 n 0102 -c 00290337 a 0000 -c 00522240 a 0000 -c 00525315 a 0000 -c 01241757 a 0000 -c 01241927 a 0000 -c 02226756 a 0000 -c 00136984 n 0000 -c 00137279 n 0000 -c 00137877 n 0000 -c 00172217 n 0000 -c 00188341 n 0000 -c 00241507 n 0000 ~ 00469651 n 0000 ~ 00470554 n 0000 -c 00470554 n 0000 ~ 00470966 n 0000 ~ 00478262 n 0000 -c 04611795 n 0000 -c 08571275 n 0000 -c 09830194 n 0000 -c 09834378 n 0000 -c 09904321 n 0000 -c 10056398 n 0000 -c 10115430 n 0000 -c 10157128 n 0000 -c 10404242 n 0000 -c 10436851 n 0000 -c 10493199 n 0000 -c 10498816 n 0000 -c 10543161 n 0000 -c 10544067 n 0000 -c 10637483 n 0000 -c 10689306 n 0000 -c 10710778 n 0000 -c 10782248 n 0000 -c 10782471 n 0000 %p 15257829 n 0000 -c 15258450 n 0000 -c 01073953 v 0000 -c 01076250 v 0000 -c 01076370 v 0000 -c 01112837 v 0000 -c 01112979 v 0000 -c 01117484 v 0000 -c 01150164 v 0000 -c 01370843 v 0000 -c 01372026 v 0000 -c 01406684 v 0000 -c 01433159 v 0000 | any of various games played with a ball (round or oval) in which two teams try to kick or carry or propel the ball into each other's goal
-00469651 04 n 02 American_football 0 American_football_game 0 033 @ 00468480 n 0000 -c 00075912 n 0000 -c 00120943 n 0000 -c 00139544 n 0000 -c 00139758 n 0000 -c 00139919 n 0000 -c 00171050 n 0000 -c 00188449 n 0000 -c 00188620 n 0000 -c 00188766 n 0000 -c 00188934 n 0000 -c 00189257 n 0000 -c 00458286 n 0000 ~ 00470682 n 0000 -c 00557419 n 0000 -c 00558630 n 0000 -c 00558883 n 0000 -c 00559329 n 0000 -c 00559555 n 0000 -c 00559724 n 0000 -c 00559916 n 0000 -c 00560293 n 0000 -c 00560529 n 0000 -c 00560866 n 0000 -c 00561078 n 0000 -c 00561985 n 0000 -c 00562643 n 0000 -c 00562823 n 0000 -c 00725775 n 0000 -c 00726100 n 0000 -c 00898127 n 0000 -c 00976085 n 0000 -c 00976270 n 0000 | a game played by two teams of 11 players on a rectangular field 100 yards long; teams try to get possession of the ball and advance it across the opponents goal line in a series of (running or passing) plays
-00470554 04 n 01 professional_football 0 003 @ 00468480 n 0000 @ 00433216 n 0000 ;c 00468480 n 0000 | football played for pay
-00470682 04 n 01 touch_football 0 001 @ 00469651 n 0000 | a version of American football in which the ball carrier is touched rather than tackled
-00470830 04 n 01 hurling 0 001 @ 00467719 n 0000 | a traditional Irish game resembling hockey; played by two teams of 15 players each
-00470966 04 n 03 rugby 0 rugby_football 0 rugger 0 011 @ 00468480 n 0000 ;r 08860123 n 0000 -c 00107137 n 0000 -c 00136876 n 0000 -c 00242146 n 0000 %p 00471277 n 0000 -c 00471277 n 0000 -c 10184505 n 0000 -c 10782471 n 0000 -c 01080883 v 0000 -c 01148101 v 0000 | a form of football played with an oval ball
-00471277 04 n 01 knock_on 0 003 @ 00557588 n 0000 #p 00470966 n 0000 ;c 00470966 n 0000 | (rugby) knocking the ball forward while trying to catch it (a foul)
-00471437 04 n 02 ball_game 0 ballgame 0 004 @ 00467719 n 0000 ;c 00471613 n 0000 ~ 00471613 n 0000 -c 02104503 v 0000 | a field game played with a ball (especially baseball)
-00471613 04 n 02 baseball 0 baseball_game 0 139 @ 00471437 n 0000 -c 00023655 a 0000 -c 00955626 a 0000 -c 00955802 a 0000 -c 00955915 a 0000 -c 02061307 a 0000 -c 02061487 a 0000 -c 02226756 a 0000 -c 02332421 a 0000 -c 02332956 a 0000 -c 02334717 a 0000 -c 00249736 r 0000 -c 00043902 n 0000 -c 00071864 n 0000 -c 00072068 n 0000 -c 00075912 n 0000 -c 00106272 n 0000 -c 00108181 n 0000 -c 00126584 n 0000 -c 00126721 n 0000 -c 00126886 n 0000 -c 00127151 n 0000 -c 00127286 n 0000 -c 00127866 n 0000 -c 00128091 n 0000 -c 00128477 n 0000 -c 00128638 n 0000 -c 00128867 n 0000 -c 00128976 n 0000 -c 00129089 n 0000 -c 00129527 n 0000 -c 00129743 n 0000 -c 00130093 n 0000 -c 00130347 n 0000 -c 00130846 n 0000 -c 00131090 n 0000 -c 00131608 n 0000 -c 00132219 n 0000 -c 00140264 n 0000 -c 00145024 n 0000 -c 00150097 n 0000 -c 00150228 n 0000 -c 00458456 n 0000 -c 00471437 n 0000 ~ 00474568 n 0000 ~ 00474657 n 0000 ~ 00474769 n 0000 ~ 00474881 n 0000 ~ 00475014 n 0000 ~ 00475142 n 0000 ~ 00475273 n 0000 ~ 00475403 n 0000 ~ 00475535 n 0000 ~ 00475661 n 0000 ~ 00475787 n 0000 ~ 00476140 n 0000 ~ 00476235 n 0000 -c 00558008 n 0000 -c 00564177 n 0000 ~ 00725152 n 0000 -c 02771547 n 0000 -c 02782778 n 0000 -c 02799593 n 0000 -c 02799897 n 0000 -c 03528901 n 0000 -c 03792334 n 0000 -c 06486161 n 0000 -c 06486405 n 0000 -c 07261300 n 0000 -c 07275823 n 0000 -c 08079151 n 0000 -c 08231499 n 0000 -c 08231678 n 0000 -c 08592165 n 0000 -c 08690974 n 0000 -c 09835506 n 0000 -c 09841515 n 0000 -c 09841696 n 0000 -c 09843443 n 0000 -c 09843956 n 0000 -c 09844221 n 0000 -c 09901143 n 0000 -c 09930257 n 0000 -c 09932098 n 0000 -c 10092488 n 0000 -c 10205457 n 0000 -c 10386984 n 0000 -c 10387324 n 0000 -c 10434160 n 0000 -c 10435988 n 0000 -c 10564541 n 0000 -c 10568200 n 0000 -c 10592986 n 0000 -c 10649574 n 0000 -c 10708976 n 0000 -c 13817872 n 0000 -c 13818143 n 0000 -c 13818354 n 0000 -c 13949080 n 0000 -c 15255804 n 0000 -c 01074914 v 0000 -c 01075327 v 0000 -c 01076130 v 0000 -c 01082023 v 0000 -c 01082454 v 0000 -c 01104509 v 0000 -c 01111458 v 0000 -c 01113473 v 0000 -c 01113620 v 0000 -c 01140654 v 0000 -c 01147855 v 0000 -c 01154175 v 0000 -c 01154382 v 0000 -c 01402173 v 0000 -c 01402765 v 0000 -c 01404538 v 0000 -c 01404913 v 0000 -c 01406356 v 0000 -c 01406512 v 0000 -c 01407059 v 0000 -c 01407568 v 0000 -c 01408297 v 0000 -c 01409374 v 0000 -c 01409523 v 0000 -c 01409642 v 0000 -c 01409763 v 0000 -c 01409888 v 0000 -c 01413173 v 0000 -c 01413436 v 0000 -c 01413561 v 0000 -c 01413719 v 0000 -c 01509280 v 0000 -c 01512921 v 0000 -c 01600600 v 0000 -c 01600759 v 0000 -c 01615457 v 0000 -c 01643297 v 0000 -c 01927211 v 0000 -c 02087979 v 0000 | a ball game played with a bat and ball between two teams of nine players; teams take turns at bat trying to score runs; "he played baseball in high school"; "there was a baseball game on every empty lot"; "there was a desire for National League ball in the area"; "play ball!"
-00474568 04 n 01 ball 1 002 @ 00471613 n 0000 ~ 00131347 n 0000 | the game of baseball
-00474657 04 n 01 professional_baseball 0 002 @ 00471613 n 0000 @ 00433216 n 0000 | playing baseball for money
-00474769 04 n 01 hardball 0 002 @ 00471613 n 0000 ! 00475787 n 0101 | baseball as distinguished from softball
-00474881 04 n 01 perfect_game 0 001 @ 00471613 n 0000 | a game in which a pitcher does not allow any opposing player to reach base
-00475014 04 n 02 no-hit_game 0 no-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team no hits
-00475142 04 n 02 one-hitter 0 1-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team only one hit
-00475273 04 n 02 two-hitter 0 2-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team only 2 hits
-00475403 04 n 02 three-hitter 0 3-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team only 3 hits
-00475535 04 n 02 four-hitter 0 4-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team 4 hits
-00475661 04 n 02 five-hitter 0 5-hitter 0 001 @ 00471613 n 0000 | a game in which a pitcher allows the opposing team 5 hits
-00475787 04 n 02 softball 0 softball_game 0 010 @ 00471613 n 0000 ! 00474769 n 0101 -c 09901143 n 0000 -c 10092488 n 0000 -c 10205457 n 0000 -c 10386984 n 0000 -c 10434160 n 0000 -c 10435988 n 0000 -c 10568200 n 0000 -c 10708976 n 0000 | a game closely resembling baseball that is played on a smaller diamond and with a ball that is larger and softer
-00476140 04 n 01 rounders 0 001 @ 00471613 n 0000 | an English ball game similar to baseball
-00476235 04 n 02 stickball 0 stickball_game 0 001 @ 00471613 n 0000 | a form of baseball played in the streets with a rubber ball and broomstick handle
-00476389 04 n 01 cricket 0 014 @ 00467719 n 0000 + 01076017 v 0101 -c 02470952 a 0000 -c 00104976 n 0000 %p 00128324 n 0000 -c 00190579 n 0000 %p 00457228 n 0000 -c 03132261 n 0000 -c 04346003 n 0000 -c 13595844 n 0000 -c 15258694 n 0000 -c 15258945 n 0000 -c 01408489 v 0000 -c 01616738 v 0000 | a game played with a ball and bat by two teams of 11 players; teams take turns trying to score runs
-00476788 04 n 01 run-up 0 004 @ 00280853 n 0000 #p 00041740 n 0000 #p 07469609 n 0000 #p 07469772 n 0000 | the approach run during which an athlete gathers speed
-00476952 04 n 01 Chinaman 0 001 @ 00104976 n 0000 | a ball bowled by a left-handed bowler to a right-handed batsman that spins from off to leg
-00477097 04 n 04 googly 0 wrong_'un 0 bosie 0 bosie_ball 0 001 @ 00104976 n 0000 | a cricket ball bowled as if to break one way that actually breaks in the opposite way
-00477268 04 n 01 no_ball 0 001 @ 00104976 n 0000 | unlawfully delivered ball in cricket; "the umpire called it a no ball"
-00477392 04 n 01 lacrosse 0 003 @ 00467719 n 0000 -c 08571275 n 0000 -c 01076514 v 0000 | a game invented by American Indians; now played by two teams who use long-handled rackets to catch and carry and throw the ball toward the opponents' goal
-00477639 04 n 01 polo 0 003 @ 00467719 n 0000 -c 04318131 n 0000 -c 15255641 n 0000 | a game similar to field hockey but played on horseback using long-handled mallets and a wooden ball
-00477827 04 n 01 pushball 0 001 @ 00467719 n 0000 | a game using a leather ball six feet in diameter; the two side try to push it across the opponents' goal
-00477986 04 n 01 ultimate_frisbee 0 001 @ 00467719 n 0000 | a game between two teams whose players try to toss a Frisbee to one another until they cross the opponents goal; possession changes hands when the Frisbee is intercepted or touches the ground or goes out of bounds
-00478262 04 n 02 soccer 0 association_football 0 012 @ 00468480 n 0000 -c 00131485 n 0000 -c 00136691 n 0000 -c 00137279 n 0000 -c 00137534 n 0000 -c 00187499 n 0000 -c 00478647 n 0000 %p 01264933 n 0000 -c 03443005 n 0000 -c 03820318 n 0000 -c 07467027 n 0000 -c 10782471 n 0000 | a football game in which two teams of 11 players try to kick or head a ball into the opponents' goal
-00478647 04 n 02 dribble 0 dribbling 0 006 @ 00045250 n 0000 ;c 00480993 n 0000 ;c 00478262 n 0000 + 01408760 v 0201 + 01408760 v 0101 ~ 00478855 n 0000 | the propulsion of a ball by repeated taps or kicks
-00478855 04 n 01 double_dribble 0 002 @ 00478647 n 0000 ;c 00480993 n 0000 | an illegal dribble in basketball (the player uses both hands to dribble or the player starts to dribble a second time after coming to a stop)
-00479076 04 n 01 court_game 0 016 @ 00463246 n 0000 ~ 00479440 n 0000 ~ 00479616 n 0000 ~ 00479734 n 0000 ~ 00479887 n 0000 ~ 00480211 n 0000 ~ 00480366 n 0000 ~ 00480508 n 0000 ~ 00480993 n 0000 ~ 00481938 n 0000 ~ 00482122 n 0000 ~ 00482298 n 0000 ~ 00483848 n 0000 -c 10582604 n 0000 -c 01075498 v 0000 -c 01077568 v 0000 | an athletic game played on a court
-00479440 04 n 01 handball 0 001 @ 00479076 n 0000 | a game played in a walled court or against a single wall by two or four players who strike a rubber ball with their hands
-00479616 04 n 01 racquetball 0 001 @ 00479076 n 0000 | a game played on a handball court with short-handled rackets
-00479734 04 n 01 fives 0 002 @ 00479076 n 0000 ;r 08860123 n 0000 | a game resembling handball; played on a court with a front wall and two side walls
-00479887 04 n 03 squash 0 squash_racquets 0 squash_rackets 0 008 @ 00479076 n 0000 -c 00565809 n 0000 -c 00567044 n 0000 -c 00567418 n 0000 -c 00567685 n 0000 -c 00568430 n 0000 -c 00568813 n 0000 -c 01166517 n 0000 | a game played in an enclosed court by two or four players who strike the ball with long-handled rackets
-00480211 04 n 02 volleyball 0 volleyball_game 0 001 @ 00479076 n 0000 | a game in which two teams hit an inflated ball over a high net using their hands
-00480366 04 n 02 jai_alai 0 pelota 0 001 @ 00479076 n 0000 | a Basque or Spanish game played in a court with a ball and a wickerwork racket
-00480508 04 n 01 badminton 0 013 @ 00479076 n 0000 ~ 00480885 n 0000 ~ 00483409 n 0000 ~ 00483605 n 0000 -c 00565809 n 0000 -c 00567418 n 0000 -c 00567685 n 0000 -c 00568430 n 0000 -c 00568813 n 0000 -c 01166517 n 0000 -c 02772435 n 0000 -c 02772554 n 0000 -c 02772700 n 0000 | a game played on a court with light long-handled rackets used to volley a shuttlecock over a net
-00480885 04 n 02 battledore 0 battledore_and_shuttlecock 0 001 @ 00480508 n 0000 | an ancient racket game
-00480993 04 n 03 basketball 0 basketball_game 0 hoops 0 025 @ 00479076 n 0000 -c 02226756 a 0000 %p 00110057 n 0000 -c 00111503 n 0000 %p 00140112 n 0000 -c 00241245 n 0000 -c 00294577 n 0000 -c 00478647 n 0000 -c 00478855 n 0000 %p 00481666 n 0000 ~ 00481803 n 0000 -c 00558008 n 0000 %p 00563494 n 0000 -c 00771356 n 0000 -c 02768226 n 0000 -c 02802544 n 0000 -c 02802721 n 0000 -c 03528622 n 0000 -c 04092447 n 0000 -c 08590909 n 0000 -c 09904556 n 0000 %p 15257829 n 0000 -c 01148199 v 0000 -c 01597662 v 0000 -c 01597832 v 0000 | a game played on a court by two opposing teams of 5 players; points are scored by throwing the ball through an elevated horizontal hoop
-00481666 04 n 02 tip-off 0 tap-off 0 002 @ 00241245 n 0000 #p 00480993 n 0000 | the act of starting a basketball game with a jump ball
-00481803 04 n 01 professional_basketball 0 003 @ 00480993 n 0000 @ 00433216 n 0000 -c 15258450 n 0000 | playing basketball for money
-00481938 04 n 01 deck_tennis 0 001 @ 00479076 n 0000 | game played mainly on board ocean liners; players toss a ring back and forth over a net that is stretched across a small court
-00482122 04 n 01 netball 0 001 @ 00479076 n 0000 | a team game that resembles basketball; a soccer ball is to be thrown so that it passes through a ring on the top of a post
-00482298 04 n 02 tennis 0 lawn_tennis 0 023 @ 00479076 n 0000 -c 00071546 n 0000 %p 00071700 n 0000 -c 00482892 n 0000 ~ 00483205 n 0000 ~ 00483313 n 0000 ~ 00483508 n 0000 ~ 00483705 n 0000 -c 00565809 n 0000 %p 00566298 n 0000 -c 00567044 n 0000 -c 00567418 n 0000 -c 00567685 n 0000 -c 00568430 n 0000 -c 00568813 n 0000 -c 01166517 n 0000 %p 07475242 n 0000 %p 13610426 n 0000 %p 13610540 n 0000 -c 13610669 n 0000 -c 15256567 n 0000 -c 01077759 v 0000 -c 01156706 v 0000 | a game played with rackets by two or four players who hit a ball back and forth over a net that divides the court
-00482892 04 n 02 break 7 break_of_serve 0 002 @ 00186634 n 0000 ;c 00482298 n 0000 | (tennis) a score consisting of winning a game when your opponent was serving; "he was up two breaks in the second set"
-00483098 04 n 01 equalizer 0 002 @ 00186634 n 0000 + 01115411 v 0101 | a score that makes the match even
-00483205 04 n 01 professional_tennis 0 002 @ 00482298 n 0000 @ 00433216 n 0000 | playing tennis for money
-00483313 04 n 01 singles 0 001 @ 00482298 n 0000 | tennis played with one person on each side
-00483409 04 n 01 singles 1 001 @ 00480508 n 0000 | badminton played with one person on each side
-00483508 04 n 01 doubles 0 001 @ 00482298 n 0000 | tennis played with two players on each side
-00483605 04 n 01 doubles 1 001 @ 00480508 n 0000 | badminton played with two players on each side
-00483705 04 n 03 royal_tennis 0 real_tennis 0 court_tennis 0 001 @ 00482298 n 0000 | an ancient form of tennis played in a four-walled court
-00483848 04 n 01 pallone 0 001 @ 00479076 n 0000 | an Italian game similar to tennis
-00483935 04 n 01 child's_game 0 020 @ 00455599 n 0000 ~ 00484362 n 0000 ~ 00484532 n 0000 ~ 00484802 n 0000 ~ 00484910 n 0000 ~ 00485081 n 0000 ~ 00485262 n 0000 ~ 00485450 n 0000 ~ 00485632 n 0000 ~ 00485998 n 0000 ~ 00486358 n 0000 ~ 00486490 n 0000 ~ 00486670 n 0000 ~ 00487072 n 0000 ~ 00487228 n 0000 ~ 00487326 n 0000 ~ 00487453 n 0000 ~ 00487617 n 0000 ~ 00487874 n 0000 ~ 00488051 n 0000 | a game enjoyed by children
-00484362 04 n 02 blindman's_bluff 0 blindman's_buff 0 001 @ 00483935 n 0000 | a children's game in which a blindfolded player tries to catch and identify other players
-00484532 04 n 02 cat_and_mouse 0 cat_and_rat 0 001 @ 00483935 n 0000 | a game for children in which the players form a circle and join hands; they raise their hands to let a player inside the circle or lower their hands to bar a second player who is chasing the first
-00484802 04 n 01 cat's_cradle 0 001 @ 00483935 n 0000 | a game played with string looped over the fingers
-00484910 04 n 02 hide-and-seek 0 hide_and_go_seek 0 001 @ 00483935 n 0000 | a game in which a child covers his eyes while the other players hide then tries to find them
-00485081 04 n 01 hopscotch 0 001 @ 00483935 n 0000 | a game in which a child tosses a stone into an area drawn on the ground and then hops through it and back to regain the stone
-00485262 04 n 03 jacks 0 jackstones 0 knucklebones 0 001 @ 00483935 n 0000 | a game in which jackstones are thrown and picked up in various groups between bounces of a small rubber ball
-00485450 04 n 02 jackstraws 0 spillikins 0 001 @ 00483935 n 0000 | a game in which players try to pick each jackstraw (or spillikin) off of a pile without moving any of the others
-00485632 04 n 01 jump_rope 0 003 @ 00483935 n 0000 @ 00435563 n 0000 ~ 00485815 n 0000 | a child's game or a cardiopulmonary exercise in which the player jumps over a swinging rope
-00485815 04 n 01 double_Dutch 0 001 @ 00485632 n 0000 | the difficult version of jump rope in which players jump over two ropes that are swung in a crisscross manner by two turners
-00485998 04 n 01 leapfrog 0 002 @ 00483935 n 0000 + 01965911 v 0101 | a game in which one child bends down and another leaps over
-00486130 04 n 01 leapfrog 1 001 @ 00282050 n 0000 | advancing as if in the child's game, by leaping over obstacles or competitors; "the company still believes the chip is a leapfrog in integration and will pay huge dividends"
-00486358 04 n 01 marbles 0 001 @ 00483935 n 0000 | a children's game played with little balls made of a hard substance (as glass)
-00486490 04 n 02 mumblety-peg 0 mumble-the-peg 0 001 @ 00483935 n 0000 | a game in which players throw or flip a jackknife in various ways so that the knife sticks in the ground
-00486670 04 n 02 musical_chairs 0 going_to_Jerusalem 0 001 @ 00483935 n 0000 | a child's game in which players march to music around a group of chairs that contains one chair less than the number of players; when the music abruptly stops the players scramble to sit and the player who does not find a chair is eliminated; then a chair is removed and the march resumes until only the winner is seated
-00487072 04 n 02 peekaboo 0 bopeep 0 001 @ 00483935 n 0000 | a game played with young children; you hide your face and suddenly reveal it as you say boo!
-00487228 04 n 01 pillow_fight 0 001 @ 00483935 n 0000 | a child's game of fighting with pillows
-00487326 04 n 01 post_office 0 001 @ 00483935 n 0000 | a children's game in which kisses are exchanged for pretended letters
-00487453 04 n 01 spin_the_bottle 0 001 @ 00483935 n 0000 | a game in which a player spins a bottle and kisses the person that it points to when it stops spinning
-00487617 04 n 02 spin_the_plate 0 spin_the_platter 0 001 @ 00483935 n 0000 | a game in which something round (as a plate) is spun on edge and the name of a player is called; the named player must catch the spinning object before it falls or pay a forfeit
-00487874 04 n 01 tag 1 003 @ 00483935 n 0000 + 02001858 v 0105 -c 00145024 n 0000 | a game in which one child chases the others; the one who is caught becomes the next chaser
-00488051 04 n 01 tiddlywinks 0 001 @ 00483935 n 0000 | a game in which players try to flip plastic disks into a cup by pressing them on the side sharply with a larger disk
-00488225 04 n 02 card_game 0 cards 0 063 @ 00455599 n 0000 -c 02731334 a 0000 %p 00091503 n 0000 -c 00091503 n 0000 %p 00340463 n 0000 -c 00340662 n 0000 %p 00489475 n 0000 ~ 00489730 n 0000 ~ 00489933 n 0000 ~ 00490155 n 0000 ~ 00490350 n 0000 ~ 00490569 n 0000 ~ 00491713 n 0000 ~ 00491901 n 0000 ~ 00492195 n 0000 ~ 00492309 n 0000 ~ 00492497 n 0000 ~ 00492724 n 0000 ~ 00492871 n 0000 ~ 00493031 n 0000 ~ 00493308 n 0000 ~ 00493742 n 0000 ~ 00493858 n 0000 ~ 00494100 n 0000 ~ 00494293 n 0000 ~ 00494406 n 0000 ~ 00494768 n 0000 ~ 00495103 n 0000 ~ 00495331 n 0000 ~ 00495524 n 0000 ~ 00496167 n 0000 %p 00803394 n 0000 %p 01085337 n 0000 -c 01085337 n 0000 %p 01256270 n 0000 %p 01259211 n 0000 -c 01259380 n 0000 -c 01259594 n 0000 -c 04200000 n 0000 -c 04490859 n 0000 %p 07192511 n 0000 -c 07954441 n 0000 -c 01074357 v 0000 -c 01075612 v 0000 -c 01076953 v 0000 -c 01078235 v 0000 -c 01078426 v 0000 -c 01078573 v 0000 -c 01078689 v 0000 -c 01103693 v 0000 -c 01139380 v 0000 -c 01139496 v 0000 -c 01139756 v 0000 -c 01149868 v 0000 -c 01150010 v 0000 -c 01156291 v 0000 -c 01156568 v 0000 -c 01418959 v 0000 -c 01419160 v 0000 -c 02246456 v 0000 -c 02246686 v 0000 -c 02246908 v 0000 -c 02300060 v 0000 | a game played with playing cards
-00489475 04 n 02 cut 9 cutting 9 003 @ 00385791 n 0000 #p 00488225 n 0000 + 01555437 v 0201 | the division of a deck of cards before dealing; "he insisted that we give him the last cut before every deal"; "the cutting of the cards soon became a ritual"
-00489730 04 n 02 all_fours 0 high-low-jack 0 004 @ 00488225 n 0000 ~ 00498427 n 0000 ~ 00498558 n 0000 ~ 00498700 n 0000 | card games in which points are won for taking the high or low or jack or game
-00489933 04 n 02 baccarat 0 chemin_de_fer 0 001 @ 00488225 n 0000 | a card game played in casinos in which two or more punters gamble against the banker; the player wins who holds 2 or 3 cards that total closest to nine
-00490155 04 n 03 beggar-my-neighbor 0 beggar-my-neighbour 0 strip-Jack-naked 0 001 @ 00488225 n 0000 | a card game for two players in which the object is to win all of the other player's cards
-00490350 04 n 03 blackjack 0 twenty-one 0 vingt-et-un 0 001 @ 00488225 n 0000 | a gambling game using cards; the object is to hold cards having a higher count than those dealt to the banker up to but not exceeding 21
-00490569 04 n 01 bridge 0 020 @ 00488225 n 0000 ~ 00491037 n 0000 ~ 00491161 n 0000 ~ 00491366 n 0000 %p 01259380 n 0000 -c 03713556 n 0000 -c 03771261 n 0000 -c 04327825 n 0000 %p 06737112 n 0000 -c 06737112 n 0000 %p 06737394 n 0000 -c 06737628 n 0000 -c 06737758 n 0000 %p 07474645 n 0000 -c 13743869 n 0000 -c 01156406 v 0000 -c 02300549 v 0000 -c 02301000 v 0000 -c 02301151 v 0000 -c 02301321 v 0000 | any of various card games based on whist for four players
-00491037 04 n 01 bridge_whist 0 001 @ 00490569 n 0000 | the earliest form of bridge; the dealer could name the trump suit
-00491161 04 n 02 auction 1 auction_bridge 0 001 @ 00490569 n 0000 | a variety of bridge in which tricks made in excess of the contract are scored toward game; now generally superseded by contract bridge
-00491366 04 n 02 contract 1 contract_bridge 0 002 @ 00490569 n 0000 ~ 00491561 n 0000 | a variety of bridge in which the bidder receives points toward game only for the number of tricks he bid
-00491561 04 n 01 no-trump 0 001 @ 00491366 n 0000 | a version of contract bridge in which no suit is designated as trump for the duration of the hand
-00491713 04 n 02 casino 0 cassino 0 003 @ 00488225 n 0000 ~ 00498828 n 0000 ~ 00498947 n 0000 | a card game in which cards face up on the table are taken with eligible cards in the hand
-00491901 04 n 02 cribbage 0 crib 0 002 @ 00488225 n 0000 %p 00492083 n 0000 | a card game (usually for two players) in which each player is dealt six cards and discards one or two
-00492083 04 n 01 crib 1 002 @ 03963982 n 0000 #p 00491901 n 0000 | the cards discarded by players at cribbage
-00492195 04 n 01 ecarte 0 001 @ 00488225 n 0000 | a card game for 2 players; played with 32 cards and king high
-00492309 04 n 02 euchre 0 five_hundred 0 001 @ 00488225 n 0000 | a card game similar to ecarte; each player is dealt 5 cards and the player making trump must take 3 tricks to win a hand
-00492497 04 n 03 fantan 1 sevens 0 parliament 0 001 @ 00488225 n 0000 | a card game in which you play your sevens and other cards in sequence in the same suit as the sevens; you win if you are the first to use all your cards
-00492724 04 n 01 faro 0 001 @ 00488225 n 0000 | a card game in which players bet against the dealer on the cards he will draw from a dealing box
-00492871 04 n 01 Go_Fish 0 001 @ 00488225 n 0000 | a card game for two players who try to assemble books of cards by asking the opponent for particular cards
-00493031 04 n 03 monte 0 four-card_monte 0 three-card_monte 0 001 @ 00488225 n 0000 | a gambling card game of Spanish origin; 3 or 4 cards are dealt face up and players bet that one of them will be matched before the others as the cards are dealt from the pack one at a time
-00493308 04 n 05 Michigan 0 Chicago 0 Newmarket 0 boodle 0 stops 0 001 @ 00488225 n 0000 | a gambling card game in which chips are placed on the ace and king and queen and jack of separate suits (taken from a separate deck); a player plays the lowest card of a suit in his hand and successively higher cards are played until the sequence stops; the player who plays a card matching one in the layout wins all the chips on that card
-00493742 04 n 02 Napoleon 0 nap 1 001 @ 00488225 n 0000 | a card game similar to whist; usually played for stakes
-00493858 04 n 01 old_maid 0 001 @ 00488225 n 0000 | a card game using a pack of cards from which one queen has been removed; players match cards and the player holding the unmatched queen at the end of the game is the loser (or `old maid')
-00494100 04 n 04 pinochle 0 pinocle 0 penuchle 0 bezique 0 001 @ 00488225 n 0000 | a card game played with a pack of forty-eight cards (two of each suit for high cards); play resembles whist
-00494293 04 n 01 piquet 0 001 @ 00488225 n 0000 | a card game for two players using a reduced pack of 32 cards
-00494406 04 n 01 pisha_paysha 0 002 @ 00488225 n 0000 ;c 06951067 n 0000 | (Yiddish) a card game for two players one of whom is usually a child; the deck is place face down with one card face upward; players draw from the deck alternately hoping to build up or down from the open card; the player with the fewest cards when the deck is exhausted is the winner
-00494768 04 n 02 poker 0 poker_game 0 011 @ 00488225 n 0000 ~ 00497536 n 0000 ~ 00497713 n 0000 ~ 00497819 n 0000 ~ 00497924 n 0000 ~ 00498086 n 0000 ~ 00498220 n 0000 -c 00803208 n 0000 -c 04680133 n 0000 -c 13343774 n 0000 -c 13343917 n 0000 | any of various card games in which players bet that they hold the highest-ranking hand
-00495103 04 n 02 rouge_et_noir 0 trente-et-quarante 0 001 @ 00488225 n 0000 | a card game in which two rows of cards are dealt and players can bet on the color of the cards or on which row will have a count nearer some number
-00495331 04 n 02 rummy 0 rum 0 003 @ 00488225 n 0000 ~ 00496877 n 0000 ~ 00497060 n 0000 | a card game based on collecting sets and sequences; the winner is the first to meld all their cards
-00495524 04 n 02 solitaire 0 patience 1 004 @ 00488225 n 0000 ~ 00495677 n 0000 ~ 00495774 n 0000 ~ 00496760 n 0000 | a card game played by one person
-00495677 04 n 01 canfield 0 001 @ 00495524 n 0000 | a form of solitaire that involves gambling
-00495774 04 n 01 klondike 0 001 @ 00495524 n 0000 | a form of solitaire that begins with seven piles of cards with the top cards facing up; descending sequences of cards of alternating colors are built on these piles; as aces become available they are placed above the seven piles; the object is to build sequences in suit from ace to king as the remaining cards are dealt out one at a time
-00496167 04 n 03 whist 0 long_whist 0 short_whist 0 003 @ 00488225 n 0000 ~ 00496437 n 0000 ~ 00496599 n 0000 | a card game for four players who form two partnerships; a pack of 52 cards is dealt and each side scores one point for each trick it takes in excess of six
-00496437 04 n 01 dummy_whist 0 001 @ 00496167 n 0000 | a form of whist with three players; four hands are dealt with the hand opposite the dealer being face up
-00496599 04 n 02 hearts 0 Black_Maria 0 001 @ 00496167 n 0000 | a form of whist in which players avoid winning tricks containing hearts or the queen of spades
-00496760 04 n 02 Russian_bank 0 crapette 0 001 @ 00495524 n 0000 | solitaire with two players using separate packs
-00496877 04 n 03 gin 0 gin_rummy 0 knock_rummy 0 001 @ 00495331 n 0000 | a form of rummy in which a player can go out if the cards remaining in their hand total less than 10 points
-00497060 04 n 03 canasta 0 basket_rummy 0 meld 0 004 @ 00495331 n 0000 + 00902807 v 0301 ~ 00497321 n 0000 ~ 00497425 n 0000 | a form of rummy using two decks of cards and four jokers; jokers and deuces are wild; the object is to form groups of the same rank
-00497321 04 n 01 bolivia 0 001 @ 00497060 n 0000 | a form of canasta in which sequences can be melded
-00497425 04 n 01 samba 1 001 @ 00497060 n 0000 | a form of canasta using three decks of cards and six jokers
-00497536 04 n 02 draw 1 draw_poker 0 001 @ 00494768 n 0000 | poker in which a player can discard cards and receive substitutes from the dealer; "he played only draw and stud"
-00497713 04 n 01 high-low 0 001 @ 00494768 n 0000 | poker in which the high and low hands split the pot
-00497819 04 n 02 penny_ante 0 penny_ante_poker 0 001 @ 00494768 n 0000 | poker played for small stakes
-00497924 04 n 01 straight_poker 0 001 @ 00494768 n 0000 | poker in which each player gets 5 cards face down and bets are made without drawing any further cards
-00498086 04 n 01 strip_poker 0 001 @ 00494768 n 0000 | poker in which a player's losses are paid by removing an article of clothing
-00498220 04 n 02 stud 0 stud_poker 0 002 @ 00494768 n 0000 -c 03527000 n 0000 | poker in which each player receives hole cards and the remainder are dealt face up; bets are placed after each card is dealt
-00498427 04 n 01 cinch 0 001 @ 00489730 n 0000 | a form of all fours in which the players bid for the privilege of naming trumps
-00498558 04 n 02 pitch 1 auction_pitch 0 002 @ 00489730 n 0000 + 01149868 v 0101 | an all-fours game in which the first card led is a trump
-00498700 04 n 02 seven-up 0 old_sledge 0 001 @ 00489730 n 0000 | a form of all fours in which a total of seven points is game
-00498828 04 n 01 royal_casino 0 001 @ 00491713 n 0000 | a form of casino in which face cards have extra point values
-00498947 04 n 01 spade_casino 0 001 @ 00491713 n 0000 | a form of casino in which spades have the value of one point
-00499066 04 n 01 table_game 0 007 @ 00455599 n 0000 ~ 00499263 n 0000 ~ 00499477 n 0000 ~ 00499599 n 0000 ~ 00499924 n 0000 ~ 00501080 n 0000 ~ 00501479 n 0000 | a game that is played on a table
-00499263 04 n 02 table_tennis 0 Ping-Pong 0 003 @ 00499066 n 0000 ;u 06851742 n 0201 -c 01166517 n 0000 | a game (trademark Ping-Pong) resembling tennis but played on a table with paddles and a light hollow ball
-00499477 04 n 02 dominoes 0 dominos 0 001 @ 00499066 n 0000 | any of several games played with small rectangular blocks
-00499599 04 n 01 nim 0 001 @ 00499066 n 0000 | game in which matchsticks are arranged in rows and players alternately remove one or more of them; in some versions the object is to take the last remaining matchstick on the table and in other versions the object is to avoid taking the last remaining matchstick on the table
-00499924 04 n 01 billiards 0 008 @ 00499066 n 0000 %p 00500280 n 0000 %p 00500449 n 0000 %p 00500669 n 0000 %p 00500927 n 0000 -c 01147987 v 0000 -c 01597995 v 0000 -c 01598395 v 0000 | any of several games played on rectangular cloth-covered table (with cushioned edges) in which long tapering cue sticks are used to propel ivory (or composition) balls
-00500280 04 n 01 break 3 004 @ 00565302 n 0000 #p 00499924 n 0000 #p 00501080 n 0000 + 01597995 v 0101 | the opening shot that scatters the balls in billiards or pool
-00500449 04 n 02 carom 0 cannon 0 005 @ 00565302 n 0000 #p 00499924 n 0000 #p 00501080 n 0000 + 01147987 v 0201 + 01598395 v 0101 | a shot in billiards in which the cue ball contacts one object ball and then the other
-00500669 04 n 02 masse 0 masse_shot 0 003 @ 00565302 n 0000 #p 00499924 n 0000 #p 00501080 n 0000 | a shot in billiards made by hitting the cue ball with the cue held nearly vertically; the cue ball spins around another ball before hitting the object ball
-00500927 04 n 01 miscue 0 003 @ 00565302 n 0000 #p 00499924 n 0000 #p 00501080 n 0000 | a faulty shot in billiards; the cue tip slips off the cue ball
-00501080 04 n 02 pool 0 pocket_billiards 0 006 @ 00499066 n 0000 %p 00500280 n 0000 %p 00500449 n 0000 %p 00500669 n 0000 %p 00500927 n 0000 ~ 00501304 n 0000 | any of various games played on a pool table having 6 pockets
-00501304 04 n 01 snooker 0 003 @ 00501080 n 0000 + 01074206 v 0101 -c 01074206 v 0000 | a form of pool played with 15 red balls and six balls of other colors and a cue ball
-00501479 04 n 02 bagatelle 0 bar_billiards 0 002 @ 00499066 n 0000 ;r 08860123 n 0000 | a table game in which short cues are used to knock balls into holes that are guarded by wooden pegs; penalties are incurred if the pegs are knocked over
-00501722 04 n 02 parlor_game 0 parlour_game 0 003 @ 00455599 n 0000 ~ 00501870 n 0000 ~ 00502415 n 0000 | a game suitable for playing in a parlor
-00501870 04 n 01 word_game 0 003 @ 00501722 n 0000 ~ 00502030 n 0000 ~ 00502161 n 0000 | any game involving the formation or alteration or discovery of words
-00502030 04 n 01 anagrams 0 001 @ 00501870 n 0000 | a game whose object is to form words from a group of randomly chosen letters
-00502161 04 n 01 Scrabble 0 003 @ 00501870 n 0000 @ 00502415 n 0000 ;u 06851742 n 0000 | a board game in which words are formed from letters in patterns similar to a crossword puzzle; each letter has a value and those values are used to score the game
-00502415 04 n 01 board_game 0 018 @ 00501722 n 0000 ~ 00502161 n 0000 ~ 00502822 n 0000 ~ 00502952 n 0000 ~ 00503237 n 0000 ~ 00503981 n 0000 ~ 00504209 n 0000 ~ 00504325 n 0000 ~ 00504526 n 0000 ~ 00504660 n 0000 ~ 00504975 n 0000 ~ 00505126 n 0000 ~ 00505238 n 0000 ~ 00505446 n 0000 ~ 00505871 n 0000 ~ 00506060 n 0000 ~ 00506207 n 0000 -c 01080523 v 0000 | a game played on a specially designed board
-00502822 04 n 01 backgammon 0 001 @ 00502415 n 0000 | a board game for two players; pieces move according to throws of the dice
-00502952 04 n 02 checkers 0 draughts 0 006 @ 00502415 n 0000 -c 02846260 n 0000 -c 03011355 n 0000 %p 03011521 n 0000 -c 03618339 n 0000 -c 04579986 n 0000 | a checkerboard game for two players who each have 12 pieces; the object is to jump over and so capture the opponent's pieces
-00503237 04 n 02 chess 0 chess_game 0 030 @ 00502415 n 0000 %p 00166355 n 0000 -c 00166865 n 0000 -c 00167063 n 0000 -c 00167278 n 0000 -c 00167446 n 0000 -c 00457890 n 0000 -c 00458094 n 0000 ~ 00505726 n 0000 -c 02844056 n 0000 -c 02846260 n 0000 -c 02980625 n 0000 %p 03011521 n 0000 -c 03618101 n 0000 -c 03624767 n 0000 -c 03901750 n 0000 -c 04033287 n 0000 -c 04579986 n 0000 -c 14422871 n 0000 -c 01074509 v 0000 -c 01074701 v 0000 -c 01077203 v 0000 -c 01077329 v 0000 -c 01077887 v 0000 -c 01080235 v 0000 -c 01114475 v 0000 -c 01114764 v 0000 -c 01118888 v 0000 -c 01121621 v 0000 -c 01969991 v 0000 | a board game for two players who move their 16 pieces according to specific rules; the object is to checkmate the opponent's king
-00503981 04 n 02 Chinese_checkers 0 Chinese_chequers 0 001 @ 00502415 n 0000 | a board game in which each player tries to move a set of marbles through a set of holes from one point of a six-pointed star to the opposite point
-00504209 04 n 01 darts 0 001 @ 00502415 n 0000 | a game in which small pointed missiles are thrown at a dartboard
-00504325 04 n 02 go 0 go_game 0 002 @ 00502415 n 0000 ;r 08921850 n 0000 | a board game for two players who place counters on a grid; the object is to surround and so capture the opponent's counters
-00504526 04 n 01 halma 0 001 @ 00502415 n 0000 | a board game in which players try to move their pieces into their opponent's bases
-00504660 04 n 04 lotto 0 bingo 0 beano 0 keno 0 001 @ 00502415 n 0000 | a game in which numbered balls are drawn at random and players cover the corresponding numbers on their cards
-00504844 04 n 01 tombola 0 002 @ 00508091 n 0000 ;r 08860123 n 0000 | a lottery in which tickets are drawn from a revolving drum
-00504975 04 n 01 ludo 0 002 @ 00502415 n 0000 ;r 08860123 n 0000 | a simple board game in which players move counters according to the throw of dice
-00505126 04 n 02 Mah-Jongg 0 mahjong 0 001 @ 00502415 n 0000 | Chinese game played by 4 people with 144 tiles
-00505238 04 n 01 Monopoly 0 002 @ 00502415 n 0000 ;u 06851742 n 0000 | a board game in which players try to gain a monopoly on real estate as pieces advance around the board according to the throw of a die
-00505446 04 n 03 pachisi 0 parchesi 0 parchisi 0 002 @ 00502415 n 0000 ~ 00505615 n 0000 | an ancient board game resembling backgammon; played on a cross-shaped board
-00505615 04 n 01 Parcheesi 0 002 @ 00505446 n 0000 ;u 06851742 n 0000 | a modern board game based on pachisi
-00505726 04 n 01 shogi 0 002 @ 00503237 n 0000 ;r 08921850 n 0000 | a form of chess played on a board of 81 squares; each player has 20 pieces
-00505871 04 n 03 shovel_board 0 shove-halfpenny 0 shove-ha'penny 0 002 @ 00502415 n 0000 ;r 08860123 n 0000 | a game in which coins or discs are slid by hand across a board toward a mark
-00506060 04 n 01 snakes_and_ladders 0 001 @ 00502415 n 0000 | a board game for children who use dice to move counters up ladders and down snakes
-00506207 04 n 06 ticktacktoe 0 ticktacktoo 0 tick-tack-toe 0 tic-tac-toe 0 tit-tat-toe 0 noughts_and_crosses 0 001 @ 00502415 n 0000 | a game in which two players alternately put crosses and circles in one of the compartments of a square grid of nine spaces; the object is to get a row of three crosses or three circles before the opponent does
-00506554 04 n 01 sporting_life 0 001 @ 00430140 n 0000 | active interest in gambling on sports events
-00506658 04 n 02 bet 0 wager 0 010 @ 00430140 n 0000 + 01155687 v 0202 + 00918580 v 0202 + 01155687 v 0101 ~ 00506919 n 0000 ~ 00507025 n 0000 ~ 00507162 n 0000 ~ 00507271 n 0000 ~ 00507425 n 0000 ~ 00507539 n 0000 | the act of gambling; "he did it on a bet"
-00506919 04 n 01 daily_double 0 001 @ 00506658 n 0000 | a single bet on two horse races in the same day
-00507025 04 n 02 exacta 0 perfecta 0 001 @ 00506658 n 0000 | a bet that you can pick the first and second finishers in the right order
-00507162 04 n 01 parimutuel 0 001 @ 00506658 n 0000 | betting where winners share the total amount wagered
-00507271 04 n 01 parlay 0 001 @ 00506658 n 0000 | a series of wagers in which the winnings from one wager are used as a stake for the subsequent wagers
-00507425 04 n 01 place_bet 0 001 @ 00506658 n 0000 | a bet that a horse will finish a race no worse than second
-00507539 04 n 01 superfecta 0 001 @ 00506658 n 0000 | a bet that you can pick the first four finishers in a race in the right order
-00507673 04 n 02 game_of_chance 0 gambling_game 0 007 @ 00430140 n 0000 @ 00455599 n 0000 ~ 00507887 n 0000 ~ 00508091 n 0000 ~ 00508952 n 0000 ~ 00509399 n 0000 ~ 00509566 n 0000 | a game that involves gambling
-00507887 04 n 02 fantan 0 fan_tan 0 001 @ 00507673 n 0000 | a Chinese gambling game; a random number of counters are placed under a bowl and you gamble on how many will be left (0, 1, 2, or 3 modulo 4)
-00508091 04 n 02 lottery 0 drawing 3 007 @ 00507673 n 0000 + 01078050 v 0201 ~ 00504844 n 0000 ~ 00508340 n 0000 ~ 00508547 n 0000 ~ 00508672 n 0000 ~ 00508800 n 0000 | players buy (or are given) chances and prizes are distributed by casting lots
-00508340 04 n 01 lucky_dip 0 002 @ 00508091 n 0000 ;r 08860123 n 0000 | a game in which prizes (e.g., candies or coins) are concealed in a container and for a small sum a player can draw one out at random
-00508547 04 n 04 numbers_pool 0 numbers_game 0 numbers_racket 0 numbers 0 001 @ 00508091 n 0000 | an illegal daily lottery
-00508672 04 n 01 raffle 0 002 @ 00508091 n 0000 + 02201975 v 0101 | a lottery in which the prizes are goods rather than money
-00508800 04 n 01 sweepstakes 0 002 @ 00508091 n 0000 ;u 06295235 n 0000 | a lottery in which the prize consists of the money paid by the participants
-00508952 04 n 01 craps 0 005 @ 00507673 n 0000 ;u 06295235 n 0000 ~ 00509302 n 0000 %p 01245813 n 0000 -c 01245950 n 0000 | a gambling game played with two dice; a first throw of 7 or 11 wins and a first throw of 2, 3, or 12 loses and a first throw of any other number must be repeated to win before a 7 is thrown, which loses the bet and the dice
-00509302 04 n 03 crap_shooting 0 crapshoot 0 crap_game 0 001 @ 00508952 n 0000 | playing craps
-00509399 04 n 01 roulette 0 001 @ 00507673 n 0000 | a gambling game in which players bet on which compartment of a revolving wheel a small ball will come to rest in
-00509566 04 n 01 banking_game 0 001 @ 00507673 n 0000 | any gambling game in which bets are laid against the gambling house or the dealer
-00509706 04 n 01 zero-sum_game 0 002 @ 00455599 n 0000 ;c 06150222 n 0000 | a game in which the total of all the gains and losses is zero
-00509846 04 n 03 merrymaking 0 conviviality 0 jollification 0 005 @ 00428000 n 0000 + 02491383 v 0307 + 02491383 v 0104 ~ 00510050 n 0000 ~ 00510189 n 0000 | a boisterous celebration; a merry festivity
-00510050 04 n 04 jinks 0 high_jinks 0 hijinks 0 high_jinx 0 002 @ 00509846 n 0000 ;u 06295235 n 0000 | noisy and mischievous merrymaking
-00510189 04 n 02 revel 0 revelry 0 007 @ 00509846 n 0000 + 02491383 v 0201 + 02491383 v 0101 ~ 00510723 n 0000 ~ 00511041 n 0000 ~ 00511212 n 0000 ~ 00519251 n 0000 | unrestrained merrymaking
-00510383 04 n 01 sexcapade 0 001 @ 00429322 n 0000 | a sexual escapade; an illicit affair
-00510475 04 n 02 spree 0 fling 0 004 @ 00747671 n 0000 + 02269003 v 0202 + 01182559 v 0101 ~ 00510624 n 0000 | a brief indulgence of your impulses
-00510624 04 n 01 spending_spree 0 001 @ 00510475 n 0000 | a brief period of extravagant spending
-00510723 04 n 04 bust 0 tear 1 binge 0 bout 1 003 @ 00510189 n 0000 + 01193099 v 030d ~ 00510922 n 0000 | an occasion for excessive eating or drinking; "they went on a bust that lasted three days"
-00510922 04 n 01 piss-up 0 002 @ 00510723 n 0000 ;r 08860123 n 0000 | vulgar expression for a bout of heavy drinking
-00511041 04 n 05 carouse 0 carousal 0 bender 0 toot 0 booze-up 0 003 @ 00510189 n 0000 + 02493260 v 0201 + 02493260 v 0101 | revelry in drinking; a merry drinking party
-00511212 04 n 08 orgy 2 debauch 0 debauchery 0 saturnalia 1 riot 1 bacchanal 0 bacchanalia 1 drunken_revelry 0 009 @ 00510189 n 0000 + 00797706 a 0602 + 00797706 a 0601 + 01549568 a 0508 + 02493260 v 0503 + 02579447 v 0306 + 02579447 v 0206 + 02134162 a 0101 + 00797706 a 0105 | a wild gathering involving excessive drinking and promiscuity
-00511555 04 n 01 carnival 0 002 @ 00517728 n 0000 ~ 00520059 n 0000 | a festival marked by merrymaking and processions
-00511676 04 n 02 Dionysia 0 Bacchanalia 0 001 @ 00517728 n 0000 | an orgiastic festival in ancient Greece in honor of Dionysus (= Bacchus)
-00511817 04 n 05 play 0 frolic 0 romp 0 gambol 0 caper 0 013 @ 00426928 n 0000 + 01967104 v 0501 + 01883716 v 0408 + 01883716 v 030a + 01883716 v 0201 + 02418421 v 0101 + 02418686 v 0101 ~ 00512522 n 0000 ~ 00512843 n 0000 ~ 00513089 n 0000 ~ 00513761 n 0000 ~ 00513841 n 0000 ~ 00513952 n 0000 | gay or light-hearted recreational activity for diversion or amusement; "it was all done in play"; "their frolic in the surf threatened to become ugly"
-00512267 04 n 02 caper 3 capriole 1 001 @ 00120202 n 0000 | a playful leap or hop
-00512351 04 n 01 capriole 0 002 @ 00119568 n 0000 ;c 00288000 n 0000 | (dressage) a vertical jump of a trained horse with a kick of the hind legs at the top of the jump
-00512522 04 n 06 flirt 0 flirting 0 flirtation 0 coquetry 0 dalliance 1 toying 0 010 @ 00511817 n 0000 + 02437465 v 0602 + 02437465 v 0501 + 01037910 v 0503 + 01037910 v 0405 + 01037910 v 0302 + 02437465 v 0204 + 01037910 v 0202 + 02131958 a 0102 + 01037910 v 0102 | playful behavior intended to arouse sexual interest
-00512843 04 n 06 folly 0 foolery 0 tomfoolery 0 craziness 0 lunacy 0 indulgence 1 007 @ 00511817 n 0000 + 02076234 a 0501 + 01836766 a 0401 + 00919984 a 0401 + 00854150 v 0204 ~ 00513251 n 0000 ~ 00513401 n 0000 | foolish or senseless behavior
-00513089 04 n 01 game 4 001 @ 00511817 n 0000 | frivolous or trifling behavior; "for actors, memorizing lines is no game"; "for him, life is all fun and games"
-00513251 04 n 03 meshugaas 0 mishegaas 0 mishegoss 0 002 @ 00512843 n 0000 ;c 06951067 n 0000 | (Yiddish) craziness; senseless behavior or activity
-00513401 04 n 06 buffoonery 0 clowning 0 japery 0 frivolity 0 harlequinade 0 prank 1 004 @ 00512843 n 0000 + 02120458 a 0401 + 00105778 v 0201 ~ 00513597 n 0000 | acting like a clown or buffoon
-00513597 04 n 04 shtik 1 schtik 1 shtick 1 schtick 1 002 @ 00513401 n 0000 ;c 06951067 n 0000 | (Yiddish) a prank or piece of clowning; "his shtik made us laugh"
-00513761 04 n 01 horseplay 0 001 @ 00511817 n 0000 | rowdy or boisterous play
-00513841 04 n 01 teasing 1 001 @ 00511817 n 0000 | playful vexation; "the parody was just a form of teasing"
-00513952 04 n 01 word_play 0 001 @ 00511817 n 0000 | playing on words or speech sounds
-00514041 04 n 01 dirty_trick 0 001 @ 00427580 n 0000 | an unkind or aggressive trick
-00514128 04 n 01 practical_joke 0 005 @ 00427580 n 0000 ~ 00514356 n 0000 ~ 00514471 n 0000 ~ 00514658 n 0000 ~ 00514787 n 0000 | a prank or trick played on a person (especially one intended to make the victim appear foolish)
-00514356 04 n 01 April_fool 0 001 @ 00514128 n 0000 | a practical joke or trick played on the first day of April
-00514471 04 n 01 hotfoot 0 001 @ 00514128 n 0000 | a practical joke that involves inserting a match surreptitiously between the sole and upper of the victim's shoe and then lighting it
-00514658 04 n 01 rag 2 002 @ 00514128 n 0000 ;r 08860123 n 0000 | a boisterous practical joke (especially by college students)
-00514787 04 n 01 snipe_hunt 0 001 @ 00514128 n 0000 | an elaborate practical joke in which the unsuspecting victim hunts a snipe and is typically left in the dark holding a bag and waiting for the snipe to run into it; "in the South a snipe hunt is practically a rite of passage"
-00515069 04 n 02 drollery 0 waggery 0 001 @ 00431005 n 0000 | a quaint and amusing jest
-00515159 04 n 02 leg-pull 0 leg-pulling 0 001 @ 00431005 n 0000 | as a joke: trying to make somebody believe something that is not true
-00515297 04 n 01 pleasantry 0 001 @ 00431005 n 0000 | an agreeable or amusing remark; "they exchange pleasantries"
-00515414 04 n 02 beguilement 0 distraction 1 001 @ 00429048 n 0000 | an entertainment that provokes pleased interest and distracts you from worries and vexations
-00515578 04 n 01 edutainment 0 001 @ 00429048 n 0000 | entertainment that is intended to be educational
-00515684 04 n 01 extravaganza 0 001 @ 00429048 n 0000 | any lavishly staged or spectacular entertainment
-00515791 04 n 01 militainment 0 002 @ 00429048 n 0000 ;c 08199025 n 0000 | entertainment with military themes in which the Department of Defense is celebrated
-00515952 04 n 02 nightlife 1 night_life 1 001 @ 00429048 n 0000 | the entertainment available to people seeking nighttime diversion
-00516086 04 n 03 celebration 1 solemnization 0 solemnisation 0 006 @ 01030820 n 0000 + 02489748 v 0302 + 02579247 v 0302 + 02489748 v 0201 + 02579247 v 0201 + 02578510 v 0102 | the public performance of a sacrament or solemn ceremony with all appropriate ritual; "the celebration of marriage"
-00516381 04 n 01 Isthmian_Games 0 001 @ 00035697 n 0000 | the ancient Panhellenic games held biennially on the Isthmus of Corinth in the first and third years of each Olympiad
-00516559 04 n 01 Nemean_Games 0 001 @ 00035697 n 0000 | the ancient Panhellenic games held biennially at Nemea in the second and fourth years of each Olympiad
-00516720 04 n 02 Olympian_Games 0 Olympic_Games 0 001 @ 00035697 n 0000 | the ancient Panhellenic celebration at Olympia in honor of Zeus; held every 4 years beginning in 776 BC
-00516900 04 n 01 Pythian_Games 0 001 @ 00035697 n 0000 | the ancient Panhellenic celebration at Delphi held every four years in the third year of the Olympiad in honor of Apollo
-00517080 04 n 01 Royal_National_Eisteddfod 0 001 @ 00517231 n 0000 | an eisteddfod with competitions in music and drama and poetry and the fine arts
-00517231 04 n 01 eisteddfod 0 003 @ 00517728 n 0000 ;c 00545501 n 0000 ~ 00517080 n 0000 | any of several annual Welsh festivals involving artistic competitions (especially in singing)
-00517418 04 n 01 film_festival 0 001 @ 00517728 n 0000 | a cinematic festival that features films (usually films produced during the past year)
-00517564 04 n 01 feria 0 002 @ 00428000 n 0000 ;c 06966825 n 0000 | (in Spanish speaking regions) a local festival or fair, usually in honor of some patron saint
-00517728 04 n 02 festival 0 fete 0 010 @ 00428000 n 0000 ~ 00511555 n 0000 ~ 00511676 n 0000 ~ 00517231 n 0000 ~ 00517418 n 0000 ~ 00518039 n 0000 ~ 00518152 n 0000 ~ 00518303 n 0000 ~ 00518442 n 0000 ~ 00518555 n 0000 | an organized series of acts and performances (usually in one place); "a drama festival"
-00518039 04 n 01 jazz_festival 0 001 @ 00517728 n 0000 | a festival that features performances by jazz artists
-00518152 04 n 02 Kwanzaa 0 Kwanza 0 001 @ 00517728 n 0000 | a festival featuring African-American culture; celebrated between Christmas and New Year
-00518303 04 n 01 Oktoberfest 0 002 @ 00517728 n 0000 ;r 08766988 n 0000 | an autumn festival that involves merrymaking and drinking beer
-00518442 04 n 01 Saturnalia 0 001 @ 00517728 n 0000 | an orgiastic festival in ancient Rome in honor of Saturn
-00518555 04 n 01 sheepshearing 2 001 @ 00517728 n 0000 | a festival held at the time sheep are normally sheared
-00518669 04 n 04 gala 0 gala_affair 0 jamboree 0 blowout 0 001 @ 00428000 n 0000 | a gay festivity
-00518770 04 n 02 Ludi_Saeculares 0 secular_games 0 002 @ 00428000 n 0000 ;u 06295235 n 0000 | the centennial rites and games of ancient Rome that marked the commencement of a new generation (100 years representing the longest life in a generation); observances may have begun as early as the 5th century BC and lasted well into the Christian era
-00519118 04 n 01 victory_celebration 0 001 @ 00428000 n 0000 | a celebration following a victory in a battle or sports competition
-00519251 04 n 01 whoopee 0 001 @ 00510189 n 0000 | noisy and boisterous revelry
-00519333 04 n 03 carnival 1 fair 1 funfair 0 002 @ 00520257 n 0000 %p 08614746 n 0000 | a traveling show; having sideshows and rides and games of skill etc.
-00519492 04 n 01 dog_show 0 001 @ 00520257 n 0000 | a competitive exhibition of dogs
-00519579 04 n 01 horseshow 0 001 @ 00520257 n 0000 | a competitive exhibition of horses
-00519669 04 n 01 raree-show 0 001 @ 00520257 n 0000 | a street show
-00519739 04 n 01 circus 0 002 @ 00520257 n 0000 ~ 00519941 n 0000 | a performance given by a traveling company of acrobats, clowns, and trained animals; "the children always love to go to the circus"
-00519941 04 n 01 three-ring_circus 0 001 @ 00519739 n 0000 | a circus with simultaneous performances in three rings
-00520059 04 n 02 Mardi_Gras 0 Fat_Tuesday 0 002 @ 00511555 n 0000 #p 09091909 n 0000 | a carnival held in some countries on Shrove Tuesday (the last day before Lent) but especially in New Orleans
-00520257 04 n 01 show 0 017 @ 00429048 n 0000 + 00796591 a 0101 + 02148788 v 0101 ~ 00519333 n 0000 ~ 00519492 n 0000 ~ 00519579 n 0000 ~ 00519669 n 0000 ~ 00519739 n 0000 ~ 00520672 n 0000 ~ 00520783 n 0000 ~ 00520880 n 0000 ~ 00521209 n 0000 ~ 00521562 n 0000 ~ 00521970 n 0000 ~ 00523078 n 0000 ~ 00523148 n 0000 ~ 00523263 n 0000 | the act of publicly exhibiting or entertaining; "a remarkable show of skill"
-00520672 04 n 03 cabaret 0 floorshow 0 floor_show 0 001 @ 00520257 n 0000 | a series of acts at a night club
-00520783 04 n 01 ice_show 0 001 @ 00520257 n 0000 | any entertainment performed by ice skaters
-00520880 04 n 03 interlude 0 intermezzo 0 entr'acte 0 003 @ 00520257 n 0000 ;c 07020895 n 0000 + 01713796 v 0101 | a brief show (music or dance etc) inserted between the sections of a longer performance
-00521085 04 n 01 parade 0 002 @ 00521209 n 0000 + 01924712 v 0101 | a visible display; "she made a parade of her sorrows"
-00521209 04 n 03 display 0 exhibit 0 showing 0 006 @ 00520257 n 0000 + 02148788 v 0301 + 02140033 v 0202 + 02140033 v 0103 ~ 00521085 n 0000 ~ 00521450 n 0000 | something shown to the public; "the museum had many exhibits of oriental art"
-00521450 04 n 01 light_show 0 001 @ 00521209 n 0000 | a display of colored lights moving in shifting patterns
-00521562 04 n 03 presentation 0 presentment 2 demonstration 0 011 @ 00520257 n 0000 + 02148788 v 0305 + 02148788 v 0204 + 01688771 v 0202 + 01711445 v 0202 + 02148788 v 0104 ~ 00522145 n 0000 ~ 00522537 n 0000 ~ 00550771 n 0000 ~ 00893088 n 0000 ~ 01177990 n 0000 | a show or display; the act of presenting something to sight or view; "the presentation of new data"; "he gave the customer a demonstration"
-00521970 04 n 01 demonstration 2 002 @ 00520257 n 0000 ;c 08199025 n 0000 | a show of military force or preparedness; "he confused the enemy with feints and demonstrations"
-00522145 04 n 01 exhibition 0 005 @ 00521562 n 0000 + 02631856 v 0101 + 02140033 v 0102 ~ 00522736 n 0000 ~ 00522939 n 0000 | the act of exhibiting; "a remarkable exhibition of musicianship"
-00522338 04 n 02 repudiation 0 debunking 0 003 @ 00522537 n 0000 + 00853195 v 0201 + 00816828 v 0101 | the exposure of falseness or pretensions; "the debunking of religion has been too successful"
-00522537 04 n 01 exposure 5 004 @ 00521562 n 0000 + 02137710 v 0102 + 02140033 v 0101 ~ 00522338 n 0000 | presentation to view in an open or public manner; "the exposure of his anger was shocking"
-00522736 04 n 01 production 1 003 @ 00522145 n 0000 ;c 08441203 n 0000 + 02141146 v 0101 | (law) the act of exhibiting in a court of law; "the appellate court demanded the production of all documents"
-00522939 04 n 01 rodeo 0 004 @ 00522145 n 0000 %p 00299826 n 0000 %p 00300206 n 0000 %p 00300333 n 0000 | an exhibition of cowboy skills
-00523078 04 n 01 road_show 0 001 @ 00520257 n 0000 | a show on tour
-00523148 04 n 01 sideshow 0 001 @ 00520257 n 0000 | a minor show that is part of a larger one (as at the circus)
-00523263 04 n 02 Wild_West_Show 0 Buffalo_Bill's_Wild_West_Show 0 001 @ 00520257 n 0000 | a spectacular show organized in 1883 by William F. Cody that featured horseback riding and marksmanship on a large scale; toured the United States and Europe
-00523513 04 n 02 sport 0 athletics 0 140 @ 00426928 n 0000 + 00032497 a 0202 + 01883716 v 0106 -c 00099590 a 0000 -c 00100506 a 0000 -c 00494198 a 0000 -c 00600725 a 0000 -c 00852754 a 0000 -c 00853324 a 0000 -c 01219827 a 0000 -c 01219938 a 0000 -c 01279431 a 0000 -c 01404042 a 0000 -c 01630773 a 0000 -c 01652033 a 0000 -c 01652158 a 0000 -c 02470531 a 0000 -c 02470734 a 0000 -c 02491708 a 0000 -c 02492812 a 0000 -c 00097358 r 0000 -c 00098267 r 0000 -c 00074324 n 0000 -c 00077249 n 0000 -c 00105820 n 0000 -c 00131347 n 0000 -c 00164801 n 0000 ~ 00324978 n 0000 ~ 00326094 n 0000 -c 00343894 n 0000 ~ 00433458 n 0000 ~ 00433661 n 0000 ~ 00433802 n 0000 ~ 00439826 n 0000 ~ 00440747 n 0000 ~ 00441824 n 0000 ~ 00445351 n 0000 ~ 00446980 n 0000 ~ 00447073 n 0000 ~ 00448466 n 0000 ~ 00449295 n 0000 ~ 00450335 n 0000 ~ 00451370 n 0000 ~ 00451866 n 0000 ~ 00463246 n 0000 -c 00565302 n 0000 -c 00722479 n 0000 -c 00770997 n 0000 -c 00771198 n 0000 -c 00809702 n 0000 ~ 00825773 n 0000 ~ 00886968 n 0000 ~ 00887544 n 0000 -c 01079396 n 0000 -c 04000592 n 0000 -c 05083687 n 0000 -c 05906867 n 0000 -c 06507592 n 0000 -c 07442569 n 0000 -c 07465448 n 0000 -c 07477231 n 0000 -c 08081403 n 0000 -c 09849874 n 0000 -c 09931640 n 0000 -c 10109826 n 0000 -c 10216560 n 0000 -c 10514429 n 0000 -c 10562968 n 0000 -c 10591481 n 0000 -c 10711483 n 0000 -c 13595550 n 0000 -c 13596422 n 0000 -c 13820655 n 0000 -c 14000642 n 0000 -c 15233778 n 0000 -c 15234587 n 0000 -c 15256714 n 0000 -c 00168217 v 0000 -c 00658913 v 0000 -c 00659373 v 0000 -c 01068793 v 0000 -c 01074074 v 0000 -c 01075164 v 0000 -c 01081852 v 0000 -c 01084466 v 0000 -c 01085237 v 0000 -c 01100008 v 0000 -c 01103336 v 0000 -c 01147296 v 0000 -c 01148460 v 0000 -c 01240188 v 0000 -c 01371756 v 0000 -c 01372408 v 0000 -c 01406016 v 0000 -c 01407235 v 0000 -c 01407376 v 0000 -c 01407722 v 0000 -c 01408633 v 0000 -c 01408760 v 0000 -c 01413917 v 0000 -c 01419982 v 0000 -c 01420194 v 0000 -c 01420304 v 0000 -c 01420451 v 0000 -c 01420616 v 0000 -c 01920698 v 0000 -c 01920932 v 0000 -c 01922895 v 0000 -c 01923058 v 0000 -c 01926031 v 0000 -c 01927447 v 0000 -c 01928390 v 0000 -c 01936753 v 0000 -c 01937067 v 0000 -c 01937222 v 0000 -c 01937394 v 0000 -c 01937534 v 0000 -c 01937795 v 0000 -c 01937992 v 0000 -c 01938288 v 0000 -c 01938426 v 0000 -c 01938942 v 0000 -c 01939174 v 0000 -c 01939811 v 0000 -c 01940034 v 0000 -c 01940248 v 0000 -c 01947352 v 0000 -c 01947543 v 0000 -c 01947735 v 0000 -c 01947887 v 0000 -c 01948077 v 0000 -c 01948450 v 0000 -c 01963130 v 0000 -c 01963459 v 0000 -c 01963795 v 0000 -c 01965331 v 0000 -c 01967205 v 0000 -c 02418029 v 0000 -c 02525312 v 0000 -c 02726543 v 0000 | an active diversion requiring physical exertion and competition
-00526259 04 n 01 adagio 0 002 @ 00428270 n 0000 #p 00529224 n 0000 | a slow section of a pas de deux requiring great skill and strength by the dancers
-00526412 04 n 02 break_dancing 0 break_dance 0 002 @ 00428270 n 0000 + 01896484 v 0201 | a form of solo dancing that involves rapid acrobatic moves in which different parts of the body touch the ground; normally performed to the rhythm of rap music
-00526663 04 n 01 courante 0 001 @ 00428270 n 0000 | a court dance of the 16th century; consisted of short advances and retreats
-00526793 04 n 03 nautch 0 nauch 0 nautch_dance 0 001 @ 00428270 n 0000 | an intricate traditional dance in India performed by professional dancing girls
-00526948 04 n 02 pavane 0 pavan 0 001 @ 00428270 n 0000 | a stately court dance of the 16th and 17th centuries
-00527061 04 n 01 phrase 0 002 @ 00428270 n 0000 + 02937108 a 0101 | dance movements that are linked in a single choreographic sequence
-00527198 04 n 01 saraband 0 001 @ 00428270 n 0000 | a stately court dance of the 17th and 18th centuries; in slow time
-00527319 04 n 01 skank 0 002 @ 00428270 n 0000 + 02048586 v 0101 | a rhythmic dance to reggae music performed by bending forward and extending the hands while bending the knees
-00527498 04 n 02 slam_dancing 0 slam_dance 0 003 @ 00428270 n 0000 + 01897885 v 0201 + 01897885 v 0101 | a form of dancing in which dancers slam into one another; normally performed to punk rock
-00527695 04 n 02 step_dancing 0 hoofing 0 003 @ 00428270 n 0000 ~ 00527872 n 0000 %p 00533922 n 0000 | dancing in which the steps are more important than gestures or postures
-00527872 04 n 02 tap_dancing 0 tap_dance 0 005 @ 00527695 n 0000 + 01710048 v 0201 ~ 00528156 n 0000 ~ 00528298 n 0000 ~ 00530208 n 0000 | a dance step tapped out audibly with the feet
-00528059 04 n 02 toe_dancing 0 toe_dance 0 001 @ 00428270 n 0000 | a dance performed on tiptoe
-00528156 04 n 03 soft-shoe 0 soft-shoe_shuffle 0 soft-shoe_dancing 0 001 @ 00527872 n 0000 | tap dancing wearing shoes that have soft soles
-00528298 04 n 01 buck-and-wing 0 001 @ 00527872 n 0000 | a solo tap dance emphasizing sharp taps
-00528397 04 n 02 stage_dancing 0 choreography 0 010 @ 00428270 n 0000 @ 06619065 n 0000 ~ 00528667 n 0000 ~ 00530018 n 0000 ~ 00530386 n 0000 ~ 00530554 n 0000 ~ 00530755 n 0000 ~ 00530874 n 0000 ~ 00531077 n 0000 ~ 00531201 n 0000 | a show involving artistic dancing
-00528667 04 n 02 ballet 0 concert_dance 0 016 @ 00528397 n 0000 + 02658043 a 0101 -c 00286112 n 0000 -c 00343730 n 0000 -c 00529101 n 0000 %p 00529224 n 0000 %p 00529400 n 0000 %p 00529511 n 0000 ~ 00529622 n 0000 ~ 00529784 n 0000 ~ 00529902 n 0000 -c 00534152 n 0000 -c 00534344 n 0000 -c 00534480 n 0000 -c 05086903 n 0000 %p 07009640 n 0000 | a theatrical representation of a story that is performed to music by trained dancers
-00529101 04 n 02 pas_seul 0 variation 2 002 @ 00428270 n 0000 ;c 00528667 n 0000 | (ballet) a solo dance or dance figure
-00529224 04 n 02 pas_de_deux 0 duet 1 003 @ 00428270 n 0000 #p 00528667 n 0000 %p 00526259 n 0000 | (ballet) a dance for two people (usually a ballerina and a danseur noble)
-00529400 04 n 01 pas_de_trois 0 002 @ 00428270 n 0000 #p 00528667 n 0000 | (ballet) a dance for three people
-00529511 04 n 01 pas_de_quatre 0 002 @ 00428270 n 0000 #p 00528667 n 0000 | (ballet) a dance for four people
-00529622 04 n 01 classical_ballet 0 001 @ 00528667 n 0000 | a style of ballet based on precise conventional steps performed with graceful and flowing movements
-00529784 04 n 01 modern_ballet 0 001 @ 00528667 n 0000 | a style of ballet that admits a wider variety of movements
-00529902 04 n 01 comedy_ballet 0 001 @ 00528667 n 0000 | a ballet that stresses the drama with features of comedy
-00530018 04 n 01 modern_dance 0 002 @ 00528397 n 0000 ~ 00531886 n 0000 | a style of theatrical dancing that is not as restricted as classical ballet; movements are expressive of feelings
-00530208 04 n 03 clog_dance 0 clog_dancing 0 clog 0 002 @ 00527872 n 0000 + 01709931 v 0301 | a dance performed while wearing shoes with wooden soles; has heavy stamping steps
-00530386 04 n 01 apache_dance 0 002 @ 00528397 n 0000 ;r 08929922 n 0000 | a violent fast dance in French vaudeville (an apache is a member of the French underworld)
-00530554 04 n 03 belly_dance 0 belly_dancing 0 danse_du_ventre 0 002 @ 00528397 n 0000 + 01710190 v 0101 | a Middle Eastern dance in which the dancer makes sensuous movements of the hips and abdomen
-00530755 04 n 01 bolero 0 001 @ 00528397 n 0000 | a Spanish dance in triple time accompanied by guitar and castanets
-00530874 04 n 01 cakewalk 0 002 @ 00528397 n 0000 + 01896657 v 0101 | a strutting dance based on a march; was performed in minstrel shows; originated as a competition among Black dancers to win a cake
-00531077 04 n 01 cancan 0 001 @ 00528397 n 0000 | a high-kicking dance of French origin performed by a female chorus line
-00531201 04 n 01 nude_dancing 0 004 @ 00528397 n 0000 ~ 00531355 n 0000 ~ 00531490 n 0000 ~ 00531745 n 0000 | erotic dancing with little or no clothing
-00531355 04 n 01 fan_dance 0 001 @ 00531201 n 0000 | a solo dance in which large fans are manipulated to suggest or reveal nakedness
-00531490 04 n 03 strip 0 striptease 0 strip_show 0 004 @ 00531201 n 0000 + 10664340 n 0204 + 00177243 v 0101 + 00049900 v 0105 | a form of erotic entertainment in which a dancer gradually undresses to music; "she did a strip right in front of everyone"
-00531745 04 n 01 bubble_dance 0 001 @ 00531201 n 0000 | a solo dance similar to a fan dance except large balloons are used instead of fans
-00531886 04 n 04 interpretive_dance 0 interpretive_dancing 0 interpretative_dance 0 interpretative_dancing 0 001 @ 00530018 n 0000 | a form of modern dance in which the dancer's movements depict an emotion or tell a story
-00532110 04 n 01 social_dancing 0 014 @ 00428270 n 0000 ~ 00532441 n 0000 ~ 00532567 n 0000 ~ 00532739 n 0000 ~ 00533036 n 0000 ~ 00533224 n 0000 ~ 00533322 n 0000 ~ 00533404 n 0000 ~ 00533535 n 0000 ~ 00533691 n 0000 ~ 00533805 n 0000 ~ 00534631 n 0000 ~ 00534849 n 0000 ~ 00537682 n 0000 | dancing as part of a social occasion
-00532441 04 n 01 jitterbug 0 002 @ 00532110 n 0000 + 01898181 v 0101 | a jerky American dance that was popular in the 1940s
-00532567 04 n 02 lindy 0 lindy_hop 0 001 @ 00532110 n 0000 | an energetic American dance that was popular in the 1930s (probably named for the aviator Charles Lindbergh)
-00532739 04 n 01 fandango 0 001 @ 00532110 n 0000 | a provocative Spanish courtship dance in triple time; performed by a man and a woman playing castanets
-00532896 04 n 01 farandole 0 001 @ 00537682 n 0000 | a lively dance from Provence; all the dancers join hands and execute various figures
-00533036 04 n 02 flamenco 0 gypsy_dancing 0 001 @ 00532110 n 0000 | a style of dancing characteristic of the Andalusian Gypsies; vigorous and rhythmic with clapping and stamping of feet
-00533224 04 n 01 gavotte 0 001 @ 00532110 n 0000 | an old formal French dance in quadruple time
-00533322 04 n 01 habanera 0 001 @ 00532110 n 0000 | a Cuban dance in duple time
-00533404 04 n 01 shag 0 002 @ 00532110 n 0000 + 01896119 v 0101 | a lively dance step consisting of hopping on each foot in turn
-00533535 04 n 01 shimmy 0 002 @ 00532110 n 0000 + 01755389 v 0101 | lively dancing (usually to ragtime music) with much shaking of the shoulders and hips
-00533691 04 n 01 stomp 0 002 @ 00532110 n 0000 + 01925338 v 0101 | a dance involving a rhythmical stamping step
-00533805 04 n 02 tarantella 0 tarantelle 0 001 @ 00532110 n 0000 | a lively whirling Italian dance for two persons
-00533922 04 n 02 dance_step 0 step 3 005 @ 00283127 n 0000 #p 00527695 n 0000 ~ 00293125 n 0000 ~ 00534152 n 0000 ~ 00534344 n 0000 | a sequence of foot movements that make up a particular dance; "he taught them the waltz step"
-00534152 04 n 02 chasse 0 sashay 0 005 @ 00533922 n 0000 ;c 00528667 n 0000 + 01895027 v 0202 + 01869196 v 0202 + 01895027 v 0101 | (ballet) quick gliding steps with one foot always leading
-00534344 04 n 01 glissade 0 003 @ 00533922 n 0000 ;c 00528667 n 0000 + 01894914 v 0101 | (ballet) a gliding or sliding step in ballet
-00534480 04 n 01 turnout 1 003 @ 00342028 n 0000 ;c 00528667 n 0000 + 02045415 v 0101 | (ballet) the outward rotation of a dancer's leg from the hip
-00534631 04 n 01 twist 0 002 @ 00532110 n 0000 + 01895519 v 0101 | social dancing in which couples vigorously twist their hips and arms in time to the music; was popular in the 1960s; "they liked to dance the twist"
-00534849 04 n 02 ballroom_dancing 0 ballroom_dance 0 019 @ 00532110 n 0000 ~ 00535321 n 0000 ~ 00535455 n 0000 ~ 00535557 n 0000 ~ 00535732 n 0000 ~ 00535956 n 0000 ~ 00536120 n 0000 ~ 00536249 n 0000 ~ 00536359 n 0000 ~ 00536516 n 0000 ~ 00536655 n 0000 ~ 00536778 n 0000 ~ 00536872 n 0000 ~ 00536964 n 0000 ~ 00537085 n 0000 ~ 00537192 n 0000 ~ 00537297 n 0000 ~ 00537423 n 0000 ~ 00537534 n 0000 | any of a variety of social dances performed by couples in a ballroom
-00535321 04 n 01 beguine 0 001 @ 00534849 n 0000 | a ballroom dance that originated in the French West Indies; similar to the rumba
-00535455 04 n 01 carioca 0 001 @ 00534849 n 0000 | a lively ballroom dance that resembles the samba
-00535557 04 n 02 cha-cha 0 cha-cha-cha 0 002 @ 00534849 n 0000 + 01897306 v 0101 | a modern ballroom dance from Latin America; small steps and swaying movements of the hips
-00535732 04 n 01 one-step 0 003 @ 00534849 n 0000 + 01897677 v 0101 ~ 00535873 n 0000 | an early ballroom dance; precursor to the fox-trot
-00535873 04 n 01 turkey_trot 0 001 @ 00535732 n 0000 | an early ragtime one-step
-00535956 04 n 02 fox-trot 0 foxtrot 0 001 @ 00534849 n 0000 | a ballroom dance in quadruple time; combines short and long and fast and slow steps fixed sequences
-00536120 04 n 01 two-step 0 002 @ 00534849 n 0000 + 01896995 v 0101 | a ballroom dance in duple meter; marked by sliding steps
-00536249 04 n 01 bunny_hug 0 001 @ 00534849 n 0000 | a syncopated ballroom dance formerly popular in the US
-00536359 04 n 01 Charleston 0 002 @ 00534849 n 0000 + 01897097 v 0101 | an American ballroom dance in syncopated rhythm; popular early in the 20th century
-00536516 04 n 01 conga 0 002 @ 00534849 n 0000 + 01896767 v 0101 | a Latin American dance of 3 steps and a kick by people in single file
-00536655 04 n 02 cotillion 0 cotilion 0 001 @ 00534849 n 0000 | a lively dance originating in France in the 18th century
-00536778 04 n 01 minuet 0 001 @ 00534849 n 0000 | a stately court dance in the 17th century
-00536872 04 n 01 paso_doble 0 001 @ 00534849 n 0000 | a ballroom dance in fast duple time
-00536964 04 n 01 quickstep 1 002 @ 00534849 n 0000 + 01899158 v 0101 | a ballroom dance with both quick and slow steps
-00537085 04 n 02 rumba 1 rhumba 1 001 @ 00534849 n 0000 | a ballroom dance based on the Cuban folk dance
-00537192 04 n 01 samba 0 002 @ 00534849 n 0000 + 01896881 v 0101 | a lively ballroom dance from Brazil
-00537297 04 n 02 round_dance 1 round_dancing 0 001 @ 00534849 n 0000 | a ballroom dance characterized by revolving movement
-00537423 04 n 01 tango 0 002 @ 00534849 n 0000 + 01896007 v 0101 | a ballroom dance of Latin-American origin
-00537534 04 n 02 waltz 0 valse 0 002 @ 00534849 n 0000 + 01895612 v 0101 | a ballroom dance in triple time with a strong accent on the first beat
-00537682 04 n 02 folk_dancing 0 folk_dance 0 013 @ 00532110 n 0000 + 01898769 v 0201 + 01898769 v 0101 ~ 00532896 n 0000 ~ 00538052 n 0000 ~ 00538144 n 0000 ~ 00538368 n 0000 ~ 00538510 n 0000 ~ 00538876 n 0000 ~ 00538991 n 0000 ~ 00539121 n 0000 ~ 00539827 n 0000 ~ 00541779 n 0000 | a style of dancing that originated among ordinary people (not in the royal courts)
-00538052 04 n 01 mazurka 0 001 @ 00537682 n 0000 | a Polish national dance in triple time
-00538144 04 n 01 polka 0 002 @ 00537682 n 0000 + 01897583 v 0101 | a Bohemian dance with 3 steps and a hop in fast time
-00538266 04 n 01 schottische 0 001 @ 00539827 n 0000 | a German round dance resembling a slow polka
-00538368 04 n 02 morris_dance 0 morris_dancing 0 001 @ 00537682 n 0000 | any of various English folk dances performed by dancers in costume
-00538510 04 n 02 sword_dance 0 sword_dancing 0 001 @ 00537682 n 0000 | any of various dances by men who step nimbly over swords or flourish them in the air
-00538668 04 n 01 mambo 0 002 @ 00428270 n 0000 + 01897489 v 0101 | a Latin American dance similar in rhythm to the rumba
-00538791 04 n 01 highland_fling 0 001 @ 00540211 n 0000 | a vigorous Scottish reel
-00538876 04 n 01 hornpipe 0 002 @ 00537682 n 0000 ;r 08860123 n 0000 | a British solo dance performed by sailors
-00538991 04 n 01 jig 0 002 @ 00537682 n 0000 + 01898032 v 0101 | any of various old rustic dances involving kicking and leaping
-00539121 04 n 05 country-dance 0 country_dancing 0 contredanse 0 contra_danse 0 contradance 0 011 @ 00537682 n 0000 + 01896295 v 0404 + 01896295 v 0303 + 01896295 v 0102 ~ 00539510 n 0000 ~ 00539951 n 0000 ~ 00540701 n 0000 ~ 00540895 n 0000 ~ 00541035 n 0000 ~ 00541178 n 0000 ~ 00541338 n 0000 | a type of folk dance in which couples are arranged in sets or face one another in a line
-00539510 04 n 02 longways 0 longways_dance 0 002 @ 00539121 n 0000 ~ 00539674 n 0000 | country dancing performed with couples in two long lines facing each other
-00539674 04 n 02 Virginia_reel 0 reel 1 001 @ 00539510 n 0000 | an American country dance which starts with the couples facing each other in two lines
-00539827 04 n 02 round_dance 0 ring_dance 0 002 @ 00537682 n 0000 ~ 00538266 n 0000 | a folk dance; dancers form a circle
-00539951 04 n 02 square_dance 0 square_dancing 0 008 @ 00539121 n 0000 + 01898893 v 0101 ~ 00540211 n 0000 ~ 00540485 n 0000 %p 00540701 n 0000 %p 00540895 n 0000 %p 00541035 n 0000 %p 00541178 n 0000 | American country dancing in which couples form squares
-00540211 04 n 02 reel 0 Scottish_reel 0 003 @ 00539951 n 0000 ~ 00538791 n 0000 ~ 00540396 n 0000 | a lively dance of Scottish Highlanders; marked by circular moves and gliding steps
-00540396 04 n 01 eightsome 0 001 @ 00540211 n 0000 | a Scottish reel for eight dancers
-00540485 04 n 01 quadrille 0 002 @ 00539951 n 0000 ~ 00540616 n 0000 | a square dance of 5 or more figures for 4 or more couples
-00540616 04 n 01 lancers 0 001 @ 00540485 n 0000 | a quadrille for 8 or 16 couples
-00540701 04 n 01 do-si-do 0 002 @ 00539121 n 0000 #p 00539951 n 0000 | a square-dance figure; two dancers approach each other and circle back to back before returning to their original places
-00540895 04 n 01 promenade 2 002 @ 00539121 n 0000 #p 00539951 n 0000 | a square dance figure; couples march counterclockwise in a circle
-00541035 04 n 01 sashay 1 002 @ 00539121 n 0000 #p 00539951 n 0000 | a square dance figure; partners circle each other taking sideways steps
-00541178 04 n 01 swing 4 002 @ 00539121 n 0000 #p 00539951 n 0000 | a square dance figure; a pair of dancers join hands and dance around a point between them
-00541338 04 n 01 landler 0 001 @ 00539121 n 0000 | a moderately slow Austrian country dance in triple time; involves spinning and clapping
-00541479 04 n 03 ritual_dancing 0 ritual_dance 0 ceremonial_dance 0 010 @ 00428270 n 0000 #p 01027859 n 0000 ~ 00541972 n 0000 ~ 00542149 n 0000 ~ 00542323 n 0000 ~ 00542584 n 0000 ~ 00542711 n 0000 ~ 00542841 n 0000 ~ 00542992 n 0000 ~ 00543114 n 0000 | a dance that is part of a religious ritual
-00541779 04 n 02 rumba 0 rhumba 0 001 @ 00537682 n 0000 | a folk dance in duple time that originated in Cuba with Spanish and African elements; features complex footwork and violent movement
-00541972 04 n 01 apache_devil_dance 0 001 @ 00541479 n 0000 | a ritual dance of the Apache
-00542065 04 n 01 corn_dance 0 001 @ 00542711 n 0000 | a rain dance of Amerindians
-00542149 04 n 02 danse_macabre 0 dance_of_death 0 001 @ 00541479 n 0000 | a medieval dance in which a skeleton representing death leads a procession of others to the grave
-00542323 04 n 01 ghost_dance 0 001 @ 00541479 n 0000 | a religious dance of Native Americans looking for communication with the dead
-00542458 04 n 03 hula 0 hula-hula 0 Hawaiian_dancing 0 001 @ 00542711 n 0000 | a Polynesian rain dance performed by a woman
-00542584 04 n 01 pyrrhic 0 002 @ 00541479 n 0000 + 03107450 a 0101 | an ancient Greek dance imitating the motions of warfare
-00542711 04 n 01 rain_dance 0 003 @ 00541479 n 0000 ~ 00542065 n 0000 ~ 00542458 n 0000 | a ritual dance intended to bring rain
-00542841 04 n 01 snake_dance 0 002 @ 00541479 n 0000 ;r 09044862 n 0000 | a ceremonial dance (as by the Hopi) in which snakes are handled or invoked
-00542992 04 n 01 sun_dance 0 001 @ 00541479 n 0000 | a ceremonial dance performed by Amerindians at the summer solstice
-00543114 04 n 01 war_dance 0 001 @ 00541479 n 0000 | a ceremonial dance performed before a battle or after a victory
-00543233 04 n 01 music 0 058 @ 00407535 n 0000 ;c 07020895 n 0000 ;c 00545501 n 0000 + 01505462 a 0101 + 10340312 n 0101 + 10339966 n 0101 ~ 00544441 n 0000 ~ 00544731 n 0000 ~ 00544842 n 0000 ~ 00545059 n 0000 ~ 00545344 n 0000 ~ 00547454 n 0000 %p 15286042 n 0000 -c 01651110 v 0000 -c 01706889 v 0000 -c 01713796 v 0000 -c 01713983 v 0000 -c 01714095 v 0000 -c 01715525 v 0000 -c 01715997 v 0000 -c 01716407 v 0000 -c 01725615 v 0000 -c 01725734 v 0000 -c 01725886 v 0000 -c 01726039 v 0000 -c 01726172 v 0000 -c 01726605 v 0000 -c 01726762 v 0000 -c 01727052 v 0000 -c 01727230 v 0000 -c 01727490 v 0000 -c 01727684 v 0000 -c 01727866 v 0000 -c 01728052 v 0000 -c 01728213 v 0000 -c 01728355 v 0000 -c 01729142 v 0000 -c 01729295 v 0000 -c 01729431 v 0000 -c 01730059 v 0000 -c 01730216 v 0000 -c 01730384 v 0000 -c 01730663 v 0000 -c 01730799 v 0000 -c 01731031 v 0000 -c 01731577 v 0000 -c 01731718 v 0000 -c 01731828 v 0000 -c 01732014 v 0000 -c 01732532 v 0000 -c 01732713 v 0000 -c 01732921 v 0000 -c 01733213 v 0000 -c 01733667 v 0000 -c 01733829 v 0000 -c 01733994 v 0000 -c 01734131 v 0000 -c 01734300 v 0000 | musical activity (singing or whistling etc.); "his music was his central interest"
-00544441 04 n 03 bell_ringing 0 carillon 0 carillon_playing 0 002 @ 00543233 n 0000 ~ 00544605 n 0000 | playing a set of bells that are (usually) hung in a tower
-00544605 04 n 01 change_ringing 0 001 @ 00544441 n 0000 | ringing tuned bells in a fixed order that is continually changing
-00544731 04 n 01 instrumental_music 0 001 @ 00543233 n 0000 | music produced by playing a musical instrument
-00544842 04 n 01 intonation 2 004 @ 00543233 n 0000 + 01049737 v 0102 + 01049737 v 0103 ~ 01255125 n 0000 | the production of musical tones (by voice or instrument); especially the exactitude of the pitch relations
-00545059 04 n 01 percussion 1 003 @ 00543233 n 0000 + 10415037 n 0101 ~ 00545194 n 0000 | the act of playing a percussion instrument
-00545194 04 n 01 drumming 0 002 @ 00545059 n 0000 + 01732532 v 0101 | the act of playing drums; "he practiced his drumming several hours every day"
-00545344 04 n 01 vocal_music 0 003 @ 00543233 n 0000 ~ 00545501 n 0000 ~ 00546389 n 0000 | music that is vocalized (as contrasted with instrumental music)
-00545501 04 n 02 singing 0 vocalizing 0 027 @ 00545344 n 0000 @ 00100253 n 0000 + 01704236 v 0201 + 01731031 v 0101 + 01729431 v 0101 -c 00517231 n 0000 -c 00543233 n 0000 ~ 00546070 n 0000 ~ 00546216 n 0000 ~ 00546299 n 0000 ~ 00546861 n 0000 ~ 00546972 n 0000 ~ 00547101 n 0000 ~ 00547244 n 0000 ~ 01253778 n 0000 ~ 01253944 n 0000 ~ 01254685 n 0000 ~ 01254978 n 0000 ~ 01255302 n 0000 ~ 01255452 n 0000 ~ 01255549 n 0000 ~ 01255648 n 0000 ~ 01255808 n 0000 ~ 01255935 n 0000 ~ 01256124 n 0000 -c 08187988 n 0000 -c 09931418 n 0000 | the act of singing vocal music
-00546070 04 n 02 a_cappella_singing 0 a_capella_singing 0 002 @ 00545501 n 0000 -c 07061334 n 0000 | singing without instrumental accompaniment
-00546216 04 n 01 bel_canto 0 001 @ 00545501 n 0000 | a style of operatic singing
-00546299 04 n 01 coloratura 0 001 @ 00545501 n 0000 | singing with florid ornamentation
-00546389 04 n 02 song 0 strain 1 006 @ 00545344 n 0000 + 10624310 n 0101 + 01729431 v 0101 + 01731031 v 0101 ~ 00546613 n 0000 ~ 00546738 n 0000 | the act of singing; "with a shout and a song they marched up to the gates"
-00546613 04 n 01 carol 0 002 @ 00546389 n 0000 + 01731828 v 0101 | a joyful song (usually celebrating the birth of Christ)
-00546738 04 n 02 lullaby 0 cradlesong 0 001 @ 00546389 n 0000 | the act of singing a quiet song to lull a child to sleep
-00546861 04 n 01 caroling 0 001 @ 00545501 n 0000 | singing joyful religious songs (especially at Christmas)
-00546972 04 n 01 crooning 0 002 @ 00545501 n 0000 + 01049470 v 0101 | the act of singing popular songs in a sentimental manner
-00547101 04 n 01 crooning 1 002 @ 00545501 n 0000 + 01049470 v 0101 | singing in a soft low tone; "her crooning soon put the child to sleep"
-00547244 04 n 02 scat 0 scat_singing 0 002 @ 00545501 n 0000 @ 07062697 n 0000 | singing jazz; the singer substitutes nonsense syllables for the words of the song and tries to sound like a musical instrument
-00547454 04 n 01 whistling 0 002 @ 00543233 n 0000 + 01043441 v 0101 | the act of whistling a tune; "his cheerful whistling indicated that he enjoyed his work"
-00547616 04 n 01 beat 1 003 @ 00349369 n 0000 + 01624897 v 0101 + 01398919 v 0101 | a stroke or blow; "the signal was two beats on the steam pipe"
-00547765 04 n 01 bow 1 003 @ 00349369 n 0000 ~ 00547960 n 0000 ~ 00548068 n 0000 | a stroke with a curved piece of wood with taut horsehair strands that is used in playing stringed instruments
-00547960 04 n 01 down-bow 0 001 @ 00547765 n 0000 | a downward stroke from the heel to the tip of the bow
-00548068 04 n 01 up-bow 0 001 @ 00547765 n 0000 | an upward stroke from the tip to the heel of the bow
-00548173 04 n 01 officiation 1 003 @ 00097504 n 0000 + 02382087 v 0101 + 01096497 v 0101 | the performance of a religious or ceremonial or public duty
-00548326 04 n 04 acting 0 playing 2 playacting 0 performing 0 020 @ 00407535 n 0000 @ 06157326 n 0000 #p 00550771 n 0000 + 01714208 v 0401 + 01719921 v 0304 + 01719921 v 0202 + 01719302 v 0202 + 02744977 v 0101 + 01719921 v 0101 + 01719302 v 0101 ~ 00548802 n 0000 ~ 00549284 n 0000 ~ 00549766 n 0000 ~ 00550016 n 0000 ~ 00550341 n 0000 ~ 00551508 n 0000 ~ 00551585 n 0000 ~ 00551714 n 0000 ~ 00551913 n 0000 ~ 00552097 n 0000 | the performance of a part or role in a drama
-00548802 04 n 04 portrayal 2 characterization 0 enactment 0 personation 1 006 @ 00548326 n 0000 + 00837288 v 0403 + 01722447 v 0301 + 01723690 v 0102 ~ 00549106 n 0000 ~ 05929008 n 0000 | acting the part of a character on stage; dramatically representing the character by speech and action and gesture
-00549106 04 n 01 impression 0 003 @ 00548802 n 0000 + 02747667 a 0101 + 02747466 a 0102 | an impressionistic portrayal of a person; "he did a funny impression of a politician"
-00549284 04 n 02 impersonation 0 personation 0 005 @ 00548326 n 0000 + 00837288 v 0203 + 01723690 v 0101 + 00837288 v 0102 ~ 00549472 n 0000 | imitating the mannerisms of another person
-00549472 04 n 02 apery 0 mimicry 0 003 @ 00549284 n 0000 + 02675067 v 0101 ~ 00549610 n 0000 | the act of mimicking; imitative behavior
-00549610 04 n 03 parody 0 mockery 1 takeoff 1 004 @ 00549472 n 0000 + 01743313 v 0301 + 10400998 n 0101 + 01723963 v 0101 | humorous or satirical mimicry
-00549766 04 n 02 method_acting 0 method 0 001 @ 00548326 n 0000 | an acting technique introduced by Stanislavsky in which the actor recalls emotions or reactions from his or her own life and uses them to identify with the character being portrayed
-00550016 04 n 03 mime 0 pantomime 0 dumb_show 0 006 @ 00548326 n 0000 + 10318892 n 0205 + 01724185 v 0202 + 01216981 a 0101 + 01724185 v 0101 ~ 00550242 n 0000 | a performance using gestures and body movements without words
-00550242 04 n 01 panto 0 002 @ 00550016 n 0000 ;r 08860123 n 0000 | an abbreviation of pantomime
-00550341 04 n 03 business 3 stage_business 0 byplay 0 002 @ 00548326 n 0000 ~ 00550545 n 0000 | incidental activity performed by an actor for dramatic effect; "his business with the cane was hilarious"
-00550545 04 n 04 shtik 0 schtik 0 shtick 0 schtick 0 002 @ 00550341 n 0000 ;c 06951067 n 0000 | (Yiddish) a contrived and often used bit of business that a performer uses to steal attention; "play it straight with no shtik"
-00550771 04 n 01 performance 1 012 @ 00521562 n 0000 ~ 00099267 n 0000 ~ 00099439 n 0000 ~ 00099588 n 0000 ~ 00099799 n 0000 ~ 00099951 n 0000 ~ 00100253 n 0000 ~ 00100437 n 0000 ~ 00100543 n 0000 ~ 00212678 n 0000 %p 00548326 n 0000 ~ 00551215 n 0000 | the act of presenting a play or a piece of music or other entertainment; "we congratulated him on his performance at the rehearsal"; "an inspired performance of Mozart's C minor concerto"
-00551215 04 n 02 program 0 programme 0 002 @ 00550771 n 0000 ~ 00551407 n 0000 | a performance (or series of performances) at a public presentation; "the program lasted more than two hours"
-00551407 04 n 01 bill 0 001 @ 00551215 n 0000 | the entertainment offered at a public presentation
-00551508 04 n 01 skit 0 001 @ 00548326 n 0000 | a short theatrical episode
-00551585 04 n 02 hamming 0 overacting 0 003 @ 00548326 n 0000 + 01751173 v 0201 + 01751173 v 0103 | poor acting by a ham actor
-00551714 04 n 01 heroics 0 002 @ 00548326 n 0000 ;u 06295235 n 0000 | ostentatious or vainglorious or extravagant or melodramatic conduct; "heroics are for those epic films they make in Hollywood"
-00551913 04 n 01 reenactment 0 002 @ 00548326 n 0000 + 01722815 v 0101 | performing a role in an event that occurred at an earlier time; "the reenactment of the battle of Princeton"
-00552097 04 n 01 roleplaying 0 002 @ 00548326 n 0000 + 01719921 v 0103 | acting a particular role (as in psychotherapy)
-00552219 04 n 01 card_trick 0 001 @ 00099951 n 0000 | a trick performed with playing cards
-00552312 04 n 02 prestidigitation 0 sleight_of_hand 0 001 @ 00099951 n 0000 | manual dexterity in the execution of tricks
-00552436 04 n 02 liveliness 0 animation 1 003 @ 00407535 n 0000 + 00804371 a 0101 + 00804695 a 0101 | general activity and motion
-00552568 04 n 01 brouhaha 0 001 @ 00553995 n 0000 | a confused disturbance far greater than its cause merits
-00552679 04 n 02 circus 1 carnival 2 001 @ 00333829 n 0000 | a frenetic disorganized (and often comic) disturbance suggestive of a large public entertainment; "it was so funny it was a circus"; "the whole occasion had a carnival atmosphere"
-00552922 04 n 02 disorganization 0 disorganisation 0 003 @ 00333829 n 0000 + 02436140 v 0202 + 02436140 v 0101 | the disturbance of a systematic arrangement causing disorder and confusion; "the disorganization of the enemy troops by a flank attack"
-00553173 04 n 02 disruption 0 perturbation 0 006 @ 00333829 n 0000 + 02065652 v 0201 + 00276601 v 0201 + 00554298 v 0101 ~ 00553362 n 0000 ~ 00553655 n 0000 | the act of causing disorder
-00553362 04 n 02 dislocation 0 breakdown 2 003 @ 00553173 n 0000 + 01103836 v 0201 + 00414823 v 0101 | the act of disrupting an established order so it fails to continue; "the social dislocations resulting from government policies"; "his warning came after the breakdown of talks in London"
-00553655 04 n 02 surprise 0 surprisal 0 005 @ 00553173 n 0000 + 02596493 v 0201 + 00725274 v 0201 + 00725274 v 0101 + 02596493 v 0101 | the act of surprising someone
-00553823 04 n 06 commotion 0 din 0 ruction 0 ruckus 0 rumpus 0 tumult 0 003 @ 00333829 n 0000 + 02585259 v 0501 ~ 00555138 n 0000 | the act of making a noisy disturbance
-00553995 04 n 02 furor 0 furore 0 002 @ 00333829 n 0000 ~ 00552568 n 0000 | a sudden outburst (as of protest)
-00554107 04 n 02 havoc 0 mayhem 1 001 @ 00333829 n 0000 | violent and needless disturbance
-00554200 04 n 03 melee 0 scrimmage 0 battle_royal 0 001 @ 00333829 n 0000 | a noisy riotous fight
-00554300 04 n 05 agitation 0 excitement 2 turmoil 0 upheaval 0 hullabaloo 0 001 @ 00333829 n 0000 | disturbance usually in protest
-00554433 04 n 02 outburst 0 tumultuous_disturbance 0 001 @ 00333829 n 0000 | a sudden violent disturbance
-00554541 04 n 02 rampage 0 violent_disorder 1 005 @ 00333829 n 0000 + 02512470 a 0101 + 02723016 v 0101 + 02584906 v 0101 ~ 00554726 n 0000 | violently angry and destructive behavior
-00554726 04 n 01 wilding 0 001 @ 00554541 n 0000 | an outrageous rampage usually involving sexual attacks by men on women
-00554850 04 n 03 upset 1 derangement 0 overthrow 2 003 @ 00333829 n 0000 + 00276601 v 0202 + 01770501 v 0102 | the act of disturbing the mind or body; "his carelessness could have caused an ecological upset"; "she was unprepared for this sudden overthrow of their normal way of living"
-00555138 04 n 06 bustle 0 hustle 0 flurry 0 ado 0 fuss 0 stir 0 005 @ 00553823 n 0000 + 02550516 v 0502 + 02084252 v 0301 + 02058191 v 0203 + 02058191 v 0101 | a rapid active commotion
-00555325 04 n 02 burst 2 fit 0 003 @ 00407535 n 0000 + 02715595 v 0102 ~ 00555525 n 0000 | a sudden flurry of activity (often for no obvious reason); "a burst of applause"; "a fit of housecleaning"
-00555525 04 n 01 fits_and_starts 0 001 @ 00555325 n 0000 | repeated bursts of activity; "they worked in fits and starts"
-00555648 04 n 04 haste 0 hurry 0 rush 0 rushing 1 010 @ 00279835 n 0000 + 02058994 v 0401 + 00459498 v 0401 + 02059462 v 0302 + 00459498 v 0301 + 00459296 v 0301 + 02058994 v 0301 + 02055649 v 0203 ~ 00555983 n 0000 ~ 00556142 n 0000 | the act of moving hurriedly and in a careless manner; "in his haste to leave he forgot his book"
-00555983 04 n 02 dash 2 bolt 1 003 @ 00555648 n 0000 + 01966039 v 0201 + 02061495 v 0102 | the act of moving with great haste; "he made a dash for the door"
-00556142 04 n 03 scamper 0 scramble 0 scurry 0 004 @ 00555648 n 0000 + 01902405 v 0301 + 01886334 v 0201 + 01902405 v 0102 | rushing about hastily in an undignified way
-00556313 04 n 03 maneuver 3 manoeuvre 3 play 4 018 @ 00279835 n 0000 #p 00463246 n 0000 + 01080691 v 0301 + 01163355 v 0301 + 01931768 v 0204 ~ 00556834 n 0000 ~ 00556992 n 0000 ~ 00557419 n 0000 ~ 00557865 n 0000 ~ 00558008 n 0000 ~ 00558181 n 0000 ~ 00562179 n 0000 ~ 00562280 n 0000 ~ 00564177 n 0000 ~ 00565219 n 0000 ~ 00565302 n 0000 ~ 00976085 n 0000 ~ 00976270 n 0000 | a deliberate coordinated movement requiring dexterity and skill; "he made a great maneuver"; "the runner was out on a play by the shortstop"
-00556834 04 n 01 takeaway 0 001 @ 00556313 n 0000 | the act of taking the ball or puck away from the team on the offense (as by the interception of a pass)
-00556992 04 n 01 figure 0 003 @ 00556313 n 0000 ~ 00557184 n 0000 ~ 00557287 n 0000 | a predetermined set of movements in dancing or skating; "she made the best score on compulsory figures"
-00557184 04 n 01 figure_eight 0 001 @ 00556992 n 0000 | a skating figure that carves an 8 in the ice
-00557287 04 n 01 spread_eagle 0 001 @ 00556992 n 0000 | a skating figure executed with the skates heel to heel in a straight line
-00557419 04 n 02 completion 2 pass_completion 0 003 @ 00556313 n 0000 ;c 00469651 n 0000 + 01117484 v 0101 | (American football) a successful forward pass in football
-00557588 04 n 01 play 5 009 @ 05902545 n 0000 + 01079873 v 0101 + 01080064 v 0101 + 01072949 v 0101 ~ 00471277 n 0000 ~ 00558396 n 0000 ~ 00558630 n 0000 ~ 00563330 n 0000 ~ 00563494 n 0000 | a preset plan of action in team sports; "the coach drew up the plays for her team"
-00557865 04 n 01 ball_hawking 0 001 @ 00556313 n 0000 | a skillful maneuver in catching balls or in stealing the ball from the opposing team
-00558008 04 n 01 assist 0 004 @ 00556313 n 0000 ;c 00471613 n 0000 ;c 00480993 n 0000 ;c 00463543 n 0000 | (sports) the act of enabling another player to make a good play
-00558181 04 n 02 icing 0 icing_the_puck 0 002 @ 00556313 n 0000 ;c 00463543 n 0000 | (ice hockey) the act of shooting the puck from within your own defensive area the length of the rink beyond the opponent's goal
-00558396 04 n 01 power_play 2 002 @ 00557588 n 0000 ;c 00463543 n 0000 | (ice hockey) a play in which one team has a numerical advantage over the other as a result of penalties; "the team was unable to capitalize on the power play"
-00558630 04 n 01 football_play 0 009 @ 00557588 n 0000 ;c 00469651 n 0000 ~ 00188183 n 0000 ~ 00188449 n 0000 ~ 00558883 n 0000 ~ 00560529 n 0000 ~ 00560866 n 0000 ~ 00561078 n 0000 ~ 00561985 n 0000 | (American football) a play by the offensive team
-00558883 04 n 04 run 2 running 3 running_play 0 running_game 0 010 @ 00558630 n 0000 ;c 00469651 n 0000 + 01927447 v 0201 + 01927447 v 0101 + 02525312 v 0101 ~ 00559329 n 0000 ~ 00559555 n 0000 ~ 00559724 n 0000 ~ 00559916 n 0000 ~ 00560293 n 0000 | (American football) a play in which a player attempts to carry the ball through or past the opposing team; "the defensive line braced to stop the run"; "the coach put great emphasis on running"
-00559329 04 n 02 draw 2 draw_play 0 002 @ 00558883 n 0000 ;c 00469651 n 0000 | (American football) the quarterback moves back as if to pass and then hands the ball to the fullback who is running toward the line of scrimmage
-00559555 04 n 02 end_run 0 sweep 0 002 @ 00558883 n 0000 ;c 00469651 n 0000 | (American football) an attempt to advance the ball by running around the end of the line
-00559724 04 n 01 return 5 003 @ 00558883 n 0000 ;c 00469651 n 0000 + 01433159 v 0101 | (American football) the act of running back the ball after a kickoff or punt or interception or fumble
-00559916 04 n 01 reverse 0 003 @ 00558883 n 0000 ;c 00469651 n 0000 ~ 00560141 n 0000 | (American football) a running play in which a back running in one direction hands the ball to a back running in the opposite direction
-00560141 04 n 01 double_reverse 0 001 @ 00559916 n 0000 | (American football) a running play in which a first reverse is followed by a second reverse
-00560293 04 n 02 rush 1 rushing 0 004 @ 00558883 n 0000 ;c 00469651 n 0000 + 02059770 v 0201 + 02059770 v 0101 | (American football) an attempt to advance the ball by running into the line; "the linebackers were ready to stop a rush"
-00560529 04 n 04 pass 2 passing_play 0 passing_game 0 passing 3 007 @ 00558630 n 0000 ;c 00469651 n 0000 + 02231473 v 0401 + 02231473 v 0101 ~ 00561226 n 0000 ~ 00561707 n 0000 ~ 00561820 n 0000 | (American football) a play that involves one player throwing the ball to a teammate; "the coach sent in a passing play on third and long"
-00560866 04 n 01 power_play 1 002 @ 00558630 n 0000 ;c 00469651 n 0000 | a play in which there is a concentration of players in one location on the field of play; "they used a power play to return the kickoff"
-00561078 04 n 01 handoff 0 002 @ 00558630 n 0000 ;c 00469651 n 0000 | (American football) a play in which one player hands the ball to a teammate
-00561226 04 n 02 forward_pass 0 aerial 0 003 @ 00560529 n 0000 ~ 00561376 n 0000 ~ 00561570 n 0000 | a pass to a receiver downfield from the passer
-00561376 04 n 02 flare_pass 0 flare 1 001 @ 00561226 n 0000 | a short forward pass to a back who is running toward the sidelines; "he threw a flare to the fullback who was tackled for a loss"
-00561570 04 n 01 screen_pass 0 001 @ 00561226 n 0000 | a short forward pass in which the receiver is protected by a screen of blockers
-00561707 04 n 02 lateral_pass 0 lateral 0 001 @ 00560529 n 0000 | a pass to a receiver upfield from the passer
-00561820 04 n 01 spot_pass 0 001 @ 00560529 n 0000 | a pass to a designated spot on the field; the receiver should arrive at that spot the same time the ball does
-00561985 04 n 01 tackle 0 003 @ 00558630 n 0000 ;c 00469651 n 0000 + 01150164 v 0101 | (American football) grasping an opposing player with the intention of stopping by throwing to the ground
-00562179 04 n 01 jugglery 0 002 @ 00556313 n 0000 + 01604814 v 0101 | the performance of a juggler
-00562280 04 n 01 obstruction 0 003 @ 00556313 n 0000 ~ 00562398 n 0000 ~ 00562935 n 0000 | getting in someone's way
-00562398 04 n 02 blocking 0 block 0 008 @ 00562280 n 0000 + 01147060 v 0202 + 01476483 v 0106 + 01478002 v 0102 + 01147060 v 0102 ~ 00562643 n 0000 ~ 00562823 n 0000 ~ 01174495 n 0000 | the act of obstructing or deflecting someone's movements
-00562643 04 n 01 interference 1 002 @ 00562398 n 0000 ;c 00469651 n 0000 | (American football) blocking a player's path with your body; "he ran interference for the quarterback"
-00562823 04 n 01 trap_block 0 002 @ 00562398 n 0000 ;c 00469651 n 0000 | (American football) an illegal block
-00562935 04 n 01 check 2 005 @ 00562280 n 0000 #p 00463543 n 0000 + 02557638 v 0101 ~ 00563097 n 0000 ~ 00563212 n 0000 | obstructing an opponent in ice hockey
-00563097 04 n 01 crosscheck 0 001 @ 00562935 n 0000 | an illegal check (chopping at an opponent's arms or stick)
-00563212 04 n 01 poke_check 0 001 @ 00562935 n 0000 | knocking the puck away by jabbing at it with the hockey stick
-00563330 04 n 04 razzle-dazzle 0 razzle 0 razzmatazz 0 razmataz 0 001 @ 00557588 n 0000 | any exciting and complex play intended to confuse (dazzle) the opponent
-00563494 04 n 01 basketball_play 0 005 @ 00557588 n 0000 #p 00480993 n 0000 ~ 00563665 n 0000 ~ 00563823 n 0000 ~ 00563998 n 0000 | a play executed by a basketball team
-00563665 04 n 01 pick 1 001 @ 00563494 n 0000 | a basketball maneuver; obstructing an opponent with one's body; "he was called for setting an illegal pick"
-00563823 04 n 01 switch 1 001 @ 00563494 n 0000 | a basketball maneuver; two defensive players shift assignments so that each guards the player usually guarded by the other
-00563998 04 n 01 give-and-go 0 001 @ 00563494 n 0000 | a basketball maneuver; one offensive player passes the ball to another, then runs toward the basket to take a return pass
-00564177 04 n 01 baseball_play 0 006 @ 00556313 n 0000 ;c 00471613 n 0000 ~ 00564373 n 0000 ~ 00564477 n 0000 ~ 00564583 n 0000 ~ 00564710 n 0000 | (baseball) a play executed by a baseball team
-00564373 04 n 01 double_play 0 001 @ 00564177 n 0000 | the act of getting two players out on one play
-00564477 04 n 01 triple_play 0 001 @ 00564177 n 0000 | the act of getting three players out on one play
-00564583 04 n 01 pick-off 0 001 @ 00564177 n 0000 | a baseball play in which a base runner is caught off base and tagged out
-00564710 04 n 01 squeeze_play 0 003 @ 00564177 n 0000 ~ 00564897 n 0000 ~ 00565051 n 0000 | a baseball play in which a runner on third base tries to score as the batter bunts the pitch
-00564897 04 n 02 suicide_squeeze_play 0 suicide_squeeze 0 001 @ 00564710 n 0000 | the runner on third base starts home as the pitcher delivers the ball
-00565051 04 n 02 safety_squeeze_play 0 safety_squeeze 0 001 @ 00564710 n 0000 | the runner on third base waits to start home until the batter has bunted successfully
-00565219 04 n 01 footwork 0 001 @ 00556313 n 0000 | the manner of using the feet
-00565302 04 n 02 stroke 0 shot 6 013 @ 00556313 n 0000 ;c 00523513 n 0000 + 01124608 v 0101 %p 00211776 n 0000 ~ 00500280 n 0000 ~ 00500449 n 0000 ~ 00500669 n 0000 ~ 00500927 n 0000 ~ 00565809 n 0000 ~ 00566040 n 0000 ~ 00566135 n 0000 ~ 00571444 n 0000 ~ 00571609 n 0000 | (sports) the act of swinging or striking at a ball with a club or racket or bat or cue or hand; "it took two strokes to get out of the bunker"; "a good shot requires good balance and tempo"; "he left me an almost impossible shot"
-00565809 04 n 02 cut 8 undercut 0 005 @ 00565302 n 0000 ;c 00482298 n 0000 ;c 00480508 n 0000 ;c 00479887 n 0000 + 01403117 v 0201 | (sports) a stroke that puts reverse spin on the ball; "cuts do not bother a good tennis player"
-00566040 04 n 01 swipe 0 002 @ 00565302 n 0000 + 01394200 v 0101 | a sweeping stroke or blow
-00566135 04 n 02 tennis_stroke 0 tennis_shot 0 003 @ 00565302 n 0000 ~ 00566298 n 0000 ~ 00568430 n 0000 | the act of hitting a tennis ball with a tennis racket
-00566298 04 n 01 return 4 014 @ 00566135 n 0000 #p 00482298 n 0000 ~ 00566690 n 0000 ~ 00566889 n 0000 ~ 00567044 n 0000 ~ 00567280 n 0000 ~ 00567418 n 0000 ~ 00567896 n 0000 ~ 00568286 n 0000 ~ 00569234 n 0000 ~ 00569361 n 0000 ~ 00569474 n 0000 ~ 00569608 n 0000 ~ 00569733 n 0000 | a tennis stroke that sends the ball back to the other player; "he won the point on a cross-court return"
-00566690 04 n 03 backhand 0 backhand_stroke 0 backhand_shot 0 003 @ 00566298 n 0000 + 01404664 v 0101 ~ 00568166 n 0000 | a return made with the back of the hand facing the direction of the stroke
-00566889 04 n 02 chop 0 chop_shot 0 002 @ 00566298 n 0000 + 01415454 v 0101 | a tennis return made with a downward motion that puts backspin on the ball
-00567044 04 n 01 drive 5 008 @ 00566298 n 0000 ;c 00482298 n 0000 ;c 00479887 n 0000 + 01407722 v 0101 + 01509584 v 0101 + 01512259 v 0101 ~ 00567685 n 0000 ~ 00568057 n 0000 | (sports) a hard straight return (as in tennis or squash)
-00567280 04 n 02 drop_shot 0 dink 0 001 @ 00566298 n 0000 | a soft return so that the tennis ball drops abruptly after crossing the net
-00567418 04 n 03 forehand 0 forehand_stroke 0 forehand_shot 0 004 @ 00566298 n 0000 ;c 00482298 n 0000 ;c 00480508 n 0000 ;c 00479887 n 0000 | (sports) a return made with the palm of the hand facing the direction of the stroke (as in tennis or badminton or squash)
-00567685 04 n 01 forehand_drive 0 004 @ 00567044 n 0000 ;c 00482298 n 0000 ;c 00480508 n 0000 ;c 00479887 n 0000 | (sports) hard straight return made on the forehand side (as in tennis or badminton or squash)
-00567896 04 n 01 get 0 001 @ 00566298 n 0000 | a return on a shot that seemed impossible to reach and would normally have resulted in a point for the opponent
-00568057 04 n 01 backhand_drive 0 001 @ 00567044 n 0000 | a hard straight return made on the backhand side
-00568166 04 n 01 two-handed_backhand 0 001 @ 00566690 n 0000 | a backhand shot made holding the racquet in both hands
-00568286 04 n 01 ground_stroke 0 002 @ 00566298 n 0000 ! 00569733 n 0101 | a tennis return made by hitting the ball after it has bounced once
-00568430 04 n 02 serve 0 service 2 008 @ 00566135 n 0000 ;c 00482298 n 0000 ;c 00480508 n 0000 ;c 00479887 n 0000 + 01077568 v 0101 ~ 00568701 n 0000 ~ 00568813 n 0000 ~ 00569073 n 0000 | (sports) a stroke that puts the ball in play; "his powerful serves won the game"
-00568701 04 n 01 ace 0 002 @ 00568430 n 0000 + 01077759 v 0101 | a serve that the receiver is unable to reach
-00568813 04 n 01 fault 1 006 @ 00568430 n 0000 ;c 00482298 n 0000 ;c 00480508 n 0000 ;c 00479887 n 0000 ~ 00071546 n 0000 ~ 00071700 n 0000 | (sports) a serve that is illegal (e.g., that lands outside the prescribed area); "he served too many double faults"
-00569073 04 n 02 let 0 net_ball 1 001 @ 00568430 n 0000 | a serve that strikes the net before falling into the receiver's court; the ball must be served again
-00569234 04 n 01 half_volley 0 001 @ 00566298 n 0000 | a tennis return made by hitting the ball immediately after it bounces
-00569361 04 n 01 lob 1 002 @ 00566298 n 0000 + 01513290 v 0101 | an easy return of a tennis ball in a high arc
-00569474 04 n 02 overhead 0 smash 2 002 @ 00566298 n 0000 + 01561583 v 0201 | a hard return hitting the tennis ball above your head
-00569608 04 n 01 passing_shot 0 001 @ 00566298 n 0000 | a tennis return that passes an opponent who has approached the net
-00569733 04 n 01 volley 1 004 @ 00566298 n 0000 + 01075498 v 0101 + 01598255 v 0101 ! 00568286 n 0101 | a tennis return made by hitting the ball before it bounces
-00569898 04 n 01 stroke 4 002 @ 00283127 n 0000 ~ 00570066 n 0000 | any one of the repeated movements of the limbs and body used for locomotion in swimming or rowing
-00570066 04 n 01 swimming_stroke 0 009 @ 00569898 n 0000 ~ 00570366 n 0000 ~ 00570572 n 0000 ~ 00570683 n 0000 ~ 00570854 n 0000 ~ 00571060 n 0000 ~ 00571283 n 0000 %p 00574227 n 0000 ~ 00575214 n 0000 | a method of moving the arms and legs to push against the water and propel the swimmer forward
-00570366 04 n 03 crawl 2 front_crawl 0 Australian_crawl 0 003 @ 00570066 n 0000 + 01961974 v 0101 %p 00574430 n 0000 | a swimming stroke; arms are moved alternately overhead accompanied by a flutter kick
-00570572 04 n 01 dog_paddle 0 001 @ 00570066 n 0000 | an elementary swimming stroke imitating a swimming dog
-00570683 04 n 01 sidestroke 0 002 @ 00570066 n 0000 %p 00574925 n 0000 | a swimming stroke in which the arms move forward and backward while the legs do a scissors kick
-00570854 04 n 02 butterfly 0 butterfly_stroke 0 002 @ 00570066 n 0000 %p 00574790 n 0000 | a swimming stroke in which the arms are thrown forward together out of the water while the feet kick up and down
-00571060 04 n 01 breaststroke 0 003 @ 00570066 n 0000 + 09873769 n 0101 %p 00574608 n 0000 | a swimming stroke; the arms are extended together in front of the head and swept back on either side accompanied by a frog kick
-00571283 04 n 01 backstroke 0 002 @ 00570066 n 0000 %p 00574430 n 0000 | a swimming stroke that resembles the crawl except the swimmer lies on his or her back
-00571444 04 n 03 baseball_swing 0 swing 2 cut 7 001 @ 00565302 n 0000 | in baseball; a batter's attempt to hit a pitched ball; "he took a vicious cut at the ball"
-00571609 04 n 03 golf_stroke 0 golf_shot 0 swing 3 012 @ 00565302 n 0000 + 02087745 v 0301 ~ 00571956 n 0000 ~ 00572043 n 0000 ~ 00572285 n 0000 ~ 00572489 n 0000 ~ 00572706 n 0000 ~ 00572838 n 0000 ~ 00573268 n 0000 ~ 00573775 n 0000 ~ 00573945 n 0000 ~ 00574077 n 0000 | the act of swinging a golf club at a golf ball and (usually) hitting it
-00571956 04 n 01 downswing 0 001 @ 00571609 n 0000 | a swing downward of a golf club
-00572043 04 n 03 slice 0 fade 1 slicing 1 005 @ 00571609 n 0000 + 01408958 v 0301 + 01124389 v 0301 + 01124389 v 0101 + 01408958 v 0101 | a golf shot that curves to the right for a right-handed golfer; "he took lessons to cure his slicing"
-00572285 04 n 03 hook 2 draw 3 hooking 0 003 @ 00571609 n 0000 + 01409177 v 0301 + 01409177 v 0101 | a golf shot that curves to the left for a right-handed golfer; "he took lessons to cure his hooking"
-00572489 04 n 02 drive 3 driving 3 005 @ 00571609 n 0000 + 01407904 v 0201 + 01407904 v 0101 + 01509584 v 0101 + 01512259 v 0101 | hitting a golf ball off of a tee with a driver; "he sliced his drive out of bounds"
-00572706 04 n 01 explosion 1 001 @ 00571609 n 0000 | a golf shot from a bunker that typically moves sand as well as the golf ball
-00572838 04 n 02 putt 0 putting 0 005 @ 00571609 n 0000 + 01403785 v 0201 + 01403540 v 0201 + 01403785 v 0101 + 01403540 v 0101 | hitting a golf ball that is on the green using a putter; "his putting let him down today; he didn't sink a single putt over three feet"
-00573106 04 n 01 clock_golf 0 001 @ 00464894 n 0000 | a form of golf in which you putt from positions arranged on the circumference of a circle around the hole
-00573268 04 n 02 approach 1 approach_shot 0 004 @ 00571609 n 0000 ;c 00464894 n 0000 ~ 00573530 n 0000 ~ 00573664 n 0000 | a relatively short golf shot intended to put the ball onto the putting green; "he lost the hole when his approach rolled over the green"
-00573530 04 n 02 chip 1 chip_shot 0 003 @ 00573268 n 0000 ;c 00464894 n 0000 + 01598140 v 0101 | (golf) a low running approach shot
-00573664 04 n 02 pitch 2 pitch_shot 0 002 @ 00573268 n 0000 + 01402637 v 0101 | a high approach shot in golf
-00573775 04 n 01 sclaff 0 003 @ 00571609 n 0000 + 01417257 v 0101 + 01410946 v 0101 | a poor golf stroke in which the club head hits the ground before hitting the ball
-00573945 04 n 01 shank 0 002 @ 00571609 n 0000 + 01402447 v 0101 | a poor golf stroke in which the heel of the club hits the ball
-00574077 04 n 01 teeoff 0 002 @ 00571609 n 0000 + 01084170 v 0101 | the act of hitting a golf ball from the teeing ground at the start of each hole
-00574227 04 n 01 swimming_kick 0 007 @ 00336805 n 0000 #p 00570066 n 0000 ~ 00574430 n 0000 ~ 00574608 n 0000 ~ 00574790 n 0000 ~ 00574925 n 0000 ~ 00575083 n 0000 | a movement of the legs in swimming
-00574430 04 n 01 flutter_kick 0 003 @ 00574227 n 0000 #p 00570366 n 0000 #p 00571283 n 0000 | a swimming kick; the legs are moved rapidly up and down without bending the knees
-00574608 04 n 01 frog_kick 0 002 @ 00574227 n 0000 #p 00571060 n 0000 | a swimming kick; knees are drawn upward and outward so the legs can be brought together when fully extended
-00574790 04 n 01 dolphin_kick 0 002 @ 00574227 n 0000 #p 00570854 n 0000 | a swimming kick; an up and down kick of the feet together
-00574925 04 n 01 scissors_kick 0 002 @ 00574227 n 0000 #p 00570683 n 0000 | a kick used in the sidestroke; legs are brought together in a scissoring motion
-00575083 04 n 01 thrash 0 003 @ 00574227 n 0000 #p 00575214 n 0000 + 01890792 v 0104 | a swimming kick used while treading water
-00575214 04 n 01 treading_water 0 002 @ 00570066 n 0000 %p 00575083 n 0000 | a stroke that keeps the head above water by thrashing the legs and arms
-00575365 04 n 09 cinch 1 breeze 0 picnic 0 snap 2 duck_soup 0 child's_play 0 pushover 0 walkover 0 piece_of_cake 0 005 @ 00795720 n 0000 + 01102667 v 0801 + 01894520 v 0201 + 00635794 v 0101 ~ 00575657 n 0000 | any undertaking that is easy to do; "marketing this product will be no picnic"
-00575657 04 n 01 doddle 0 002 @ 00575365 n 0000 ;r 08860123 n 0000 | an easy task
-00575741 04 n 01 work 0 032 @ 00407535 n 0000 + 02373015 v 0101 + 02594979 v 0101 + 02413480 v 0101 + 02407987 v 0101 ~ 00255710 n 0000 ~ 00576451 n 0000 ~ 00576717 n 0000 ~ 00576877 n 0000 ~ 00577068 n 0000 ~ 00577525 n 0000 ~ 00578795 n 0000 ~ 00580190 n 0000 ~ 00580880 n 0000 ~ 00580961 n 0000 ~ 00581090 n 0000 ~ 00581621 n 0000 ~ 00581772 n 0000 ~ 00581885 n 0000 ~ 00581991 n 0000 ~ 00582071 n 0000 ~ 00582195 n 0000 ~ 00620752 n 0000 ~ 00623670 n 0000 ~ 00633864 n 0000 ~ 00654885 n 0000 ~ 00719494 n 0000 ~ 00730984 n 0000 ~ 00795508 n 0000 ~ 00795625 n 0000 ~ 00795720 n 0000 ~ 00885088 n 0000 | activity directed toward making or doing something; "she checked several points needing further work"
-00576451 04 n 01 action 0 001 @ 00575741 n 0000 | the most important or interesting work or activity in a specific area or field; "the action is no longer in technology stocks but in municipal bonds"; "gawkers always try to get as close to the action as possible"
-00576717 04 n 01 job 3 001 @ 00575741 n 0000 | a damaging piece of work; "dry rot did the job of destroying the barn"; "the barber did a real job on my hair"
-00576877 04 n 01 job 5 003 @ 00575741 n 0000 + 02420789 v 0101 + 02461063 v 0103 | the performance of a piece of work; "she did an outstanding job as Ophelia"; "he gave it up as a bad job"
-00577068 04 n 02 operation 5 procedure 2 003 @ 00575741 n 0000 + 03103198 a 0201 + 01525666 v 0103 | a process or series of acts especially of a practical or mechanical nature involved in a particular form of work; "the operations in building a house"; "certain machine tool operations"
-00577357 04 n 02 works 0 deeds 0 002 @ 00407535 n 0000 ;u 06295235 n 0000 | performance of moral or religious acts; "salvation by deeds"; "the reward for good works"
-00577525 04 n 01 service 8 005 @ 00575741 n 0000 ~ 00577749 n 0000 ~ 00578549 n 0000 ~ 00579201 n 0000 ~ 00579334 n 0000 | work done by one person or group that benefits another; "budget separately for goods and services"
-00577749 04 n 01 consulting_service 0 003 @ 00577525 n 0000 ~ 00577931 n 0000 ~ 00578154 n 0000 | service provided by a professional advisor (e.g., a lawyer or doctor or CPA etc.)
-00577931 04 n 01 advisory_service 0 001 @ 00577749 n 0000 | a consulting service in which a CPA develops findings and conclusions and recommendations that are presented to the client for consideration and decision making
-00578154 04 n 02 attestation_service 0 attestation_report 0 002 @ 00577749 n 0000 ~ 00578405 n 0000 | a consulting service in which a CPA expresses a conclusion about the reliability of a written statement that is the responsibility of someone else
-00578405 04 n 01 financial_audit 0 002 @ 00578154 n 0000 @ 13411157 n 0000 | an attestation that the client's financial statement is accurate
-00578549 04 n 01 facility 0 001 @ 00577525 n 0000 | a service that an organization or a piece of equipment offers you; "a cell phone with internet facility"
-00578708 04 n 01 laundering 0 001 @ 00255710 n 0000 | washing clothes and bed linens
-00578795 04 n 02 shining 0 polishing 0 004 @ 00575741 n 0000 + 01245637 v 0201 + 01245637 v 0104 ~ 00579082 n 0000 | the work of making something smooth and shiny by rubbing or waxing it; "the shining of shoes provided a meager living"; "every Sunday he gave his car a good polishing"
-00579082 04 n 01 shoeshine 0 001 @ 00578795 n 0000 | the act of shining shoes; "he charged a dollar for a shoeshine"
-00579201 04 n 01 national_service 0 002 @ 00577525 n 0000 ;c 08199025 n 0000 | compulsory service in the military during peacetime
-00579334 04 n 01 utility 0 001 @ 00577525 n 0000 | the service (electric power or water or transportation) provided by a public utility; "the cost of utilities never decreases"; "all the utilities were lost after the hurricane"
-00579564 04 n 01 service 9 005 @ 00407535 n 0000 ;c 06535035 n 0000 ~ 00579834 n 0000 ~ 00579977 n 0000 ~ 00580081 n 0000 | (law) the acts performed by an English feudal tenant for the benefit of his lord which formed the consideration for the property granted to him
-00579834 04 n 01 socage 0 001 @ 00579564 n 0000 | land tenure by agricultural service or payment of rent; not burdened with military service
-00579977 04 n 01 military_service 1 001 @ 00579564 n 0000 | land tenure by service in the lord's army
-00580081 04 n 01 knight's_service 0 001 @ 00579564 n 0000 | land tenure by service to the lord as a knight
-00580190 04 n 01 heavy_lifting 0 002 @ 00575741 n 0000 ;u 07075172 n 0000 | difficult work; "the boss hoped the plan would succeed but he wasn't willing to do the heavy lifting"
-00580370 04 n 01 housecleaning 0 002 @ 00251013 n 0000 + 01533442 v 0101 | the act of cleaning the rooms and furnishings of a house; "efficient housecleaning should proceed one room at a time"
-00580565 04 n 01 housecleaning 1 002 @ 00260622 n 0000 ;u 07105475 n 0000 | (figurative) the act of reforming by the removal of unwanted personnel or practices or conditions; "more housecleaning is in store at other accounting firms"; "many employees were discharged in a general housecleaning by the new owners"
-00580880 04 n 01 housewifery 0 001 @ 00575741 n 0000 | the work of a housewife
-00580961 04 n 02 housework 0 housekeeping 0 002 @ 00575741 n 0000 + 02683316 v 0201 | the work of cleaning and running a house
-00581090 04 n 01 ironing 0 002 @ 00575741 n 0000 + 01390833 v 0101 | the work of using heat to smooth washed clothes in order to remove any wrinkles
-00581241 04 n 02 workload 0 work_load 0 002 @ 00584367 n 0000 ~ 00581382 n 0000 | work that a person is expected to do in a specified time
-00581382 04 n 01 case_load 0 001 @ 00581241 n 0000 | the number of cases handled in a given period of time (as by a court or agency)
-00581517 04 n 01 piecework 0 001 @ 00584367 n 0000 | work paid for according to the quantity produced
-00581621 04 n 02 busywork 0 make-work 0 001 @ 00575741 n 0000 | active work of little value; "while he was waiting he filled the days with busywork"
-00581772 04 n 01 logging 0 002 @ 00575741 n 0000 + 01258828 v 0101 | the work of cutting down trees for timber
-00581885 04 n 02 loose_end 0 unfinished_business 0 001 @ 00575741 n 0000 | work that is left incomplete
-00581991 04 n 01 nightwork 0 001 @ 00575741 n 0000 | work to be done at night
-00582071 04 n 01 paperwork 0 001 @ 00575741 n 0000 | work that involves handling papers: forms or letters or reports etc.
-00582195 04 n 02 welfare_work 0 social_service 0 003 @ 00575741 n 0000 ~ 01208924 n 0000 ~ 01209079 n 0000 | an organized activity to improve the condition of disadvantaged people in society
-00582388 04 n 05 occupation 0 business 0 job 0 line_of_work 0 line 0 017 @ 00407535 n 0000 + 00600370 v 0104 ~ 00433113 n 0000 ~ 00433216 n 0000 ~ 00453731 n 0000 ~ 00583089 n 0000 ~ 00583246 n 0000 ~ 00584367 n 0000 ~ 00586105 n 0000 ~ 00586262 n 0000 ~ 00606119 n 0000 ~ 00606370 n 0000 ~ 00609953 n 0000 ~ 00610222 n 0000 ~ 00618734 n 0000 ~ 00620554 n 0000 ~ 01104324 n 0000 | the principal activity in your life that you do to earn money; "he's not in my line of business"
-00582868 04 n 01 occupation 4 004 @ 00407535 n 0000 + 02678438 v 0103 + 02415831 v 0102 + 00600370 v 0104 | any activity that occupies a person's attention; "he missed the bell in his occupation with the computer game"
-00583089 04 n 02 game 2 biz 0 002 @ 00582388 n 0000 ;u 07075172 n 0000 | your occupation or line of work; "he's in the plumbing game"; "she's in show biz"
-00583246 04 n 03 career 0 calling 0 vocation 0 006 @ 00582388 n 0000 + 00753881 v 0201 ~ 00583461 n 0000 ~ 00584160 n 0000 ~ 00584248 n 0000 ~ 00606227 n 0000 | the particular occupation for which you are trained
-00583461 04 n 05 specialization 0 specialisation 0 specialty 0 speciality 0 specialism 0 005 @ 00583246 n 0000 + 10632576 n 0501 + 10631941 n 0501 + 02446164 v 0202 + 02446164 v 0101 | the special line of work you have adopted as your career; "his specialization is gastroenterology"
-00583747 04 n 02 specialization 1 specialisation 1 003 @ 00199130 n 0000 + 00437732 v 0202 + 00437732 v 0101 | the act of specializing; making something suitable for a special purpose
-00583933 04 n 02 spiritualization 0 spiritualisation 0 005 @ 00199130 n 0000 + 00623947 v 0202 + 00476313 v 0202 + 00623947 v 0101 + 00476313 v 0101 | the act of making something spiritual; infusing it with spiritual content
-00584160 04 n 01 lifework 0 001 @ 00583246 n 0000 | the principal work of your career
-00584248 04 n 02 walk_of_life 0 walk 4 001 @ 00583246 n 0000 | careers in general; "it happens in all walks of life"
-00584367 04 n 02 employment 0 work 1 014 @ 00582388 n 0000 + 02407987 v 0201 + 02410855 v 0201 ~ 00270800 n 0000 ~ 00270919 n 0000 ~ 00314271 n 0000 ~ 00314469 n 0000 ~ 00581241 n 0000 ~ 00581517 n 0000 ~ 00584891 n 0000 ~ 00585018 n 0000 ~ 00585174 n 0000 ~ 00585660 n 0000 ~ 00720331 n 0000 | the occupation for which you are paid; "he is looking for employment"; "a lot of people are out of work"
-00584769 04 n 01 job 4 001 @ 01129920 n 0000 | the responsibility to do something; "it is their job to print the truth"
-00584891 04 n 01 service 7 001 @ 00584367 n 0000 | employment in or work for another; "he retired after 30 years of service"
-00585018 04 n 02 telecommuting 0 teleworking 0 001 @ 00584367 n 0000 | employment at home while communicating with the workplace by phone or fax or modem
-00585174 04 n 01 services 0 002 @ 00584367 n 0000 ;u 06295235 n 0000 | performance of duties or provision of space and equipment helpful to others; "the mayor tried to maintain city services"; "the medical services are excellent"
-00585406 04 n 01 facility 1 002 @ 00021939 n 0000 ~ 04018667 n 0000 | something designed and created to serve a particular function and to afford a particular convenience or service; "catering facilities"; "toilet facilities"; "educational facilities"
-00585660 04 n 01 public_service 0 002 @ 00584367 n 0000 ~ 00585810 n 0000 | employment within a government system (especially in the civil service)
-00585810 04 n 01 minister 0 004 @ 00585660 n 0000 ;r 08860123 n 0000 + 02764643 a 0101 ~ 00585964 n 0000 | the job of a head of a government department
-00585964 04 n 01 cabinet_minister 0 002 @ 00585810 n 0000 #m 08381820 n 0000 | the job of a senior minister who is a member of the cabinet
-00586105 04 n 01 appointment 1 001 @ 00582388 n 0000 | the job to which you are (or hope to be) appointed; "he applied for an appointment in the treasury"
-00586262 04 n 08 position 1 post 0 berth 0 office 2 spot 1 billet 0 place 0 situation 0 114 @ 00582388 n 0000 + 01088923 v 0704 + 02537960 v 0701 + 02333689 v 0702 + 01096497 v 0401 + 02385634 v 0201 ~ 00588473 n 0000 ~ 00588598 n 0000 ~ 00588703 n 0000 ~ 00588780 n 0000 ~ 00588881 n 0000 ~ 00588998 n 0000 ~ 00589103 n 0000 ~ 00589217 n 0000 ~ 00589318 n 0000 ~ 00589415 n 0000 ~ 00589494 n 0000 ~ 00589596 n 0000 ~ 00589691 n 0000 ~ 00589769 n 0000 ~ 00589948 n 0000 ~ 00590047 n 0000 ~ 00590148 n 0000 ~ 00590269 n 0000 ~ 00590383 n 0000 ~ 00590518 n 0000 ~ 00590626 n 0000 ~ 00590806 n 0000 ~ 00590913 n 0000 ~ 00591006 n 0000 ~ 00591111 n 0000 ~ 00591236 n 0000 ~ 00591446 n 0000 ~ 00591523 n 0000 ~ 00591622 n 0000 ~ 00591725 n 0000 ~ 00591858 n 0000 ~ 00592001 n 0000 ~ 00592102 n 0000 ~ 00592199 n 0000 ~ 00592292 n 0000 ~ 00592367 n 0000 ~ 00592446 n 0000 ~ 00592535 n 0000 ~ 00592652 n 0000 ~ 00592795 n 0000 ~ 00593108 n 0000 ~ 00593219 n 0000 ~ 00593389 n 0000 ~ 00593512 n 0000 ~ 00593613 n 0000 ~ 00593732 n 0000 ~ 00593837 n 0000 ~ 00593944 n 0000 ~ 00594070 n 0000 ~ 00594146 n 0000 ~ 00594260 n 0000 ~ 00594374 n 0000 ~ 00594477 n 0000 ~ 00594580 n 0000 ~ 00594738 n 0000 ~ 00594836 n 0000 ~ 00594953 n 0000 ~ 00595032 n 0000 ~ 00595146 n 0000 ~ 00595333 n 0000 ~ 00595410 n 0000 ~ 00595545 n 0000 ~ 00595684 n 0000 ~ 00595785 n 0000 ~ 00595894 n 0000 ~ 00596081 n 0000 ~ 00596193 n 0000 ~ 00596290 n 0000 ~ 00596393 n 0000 ~ 00596496 n 0000 ~ 00596592 n 0000 ~ 00596692 n 0000 ~ 00596807 n 0000 ~ 00597532 n 0000 ~ 00597629 n 0000 ~ 00597728 n 0000 ~ 00597821 n 0000 ~ 00597957 n 0000 ~ 00598056 n 0000 ~ 00598215 n 0000 ~ 00598318 n 0000 ~ 00598678 n 0000 ~ 00598767 n 0000 ~ 00598868 n 0000 ~ 00598970 n 0000 ~ 00599064 n 0000 ~ 00599234 n 0000 ~ 00599329 n 0000 ~ 00599472 n 0000 ~ 00603866 n 0000 ~ 00604131 n 0000 ~ 00604228 n 0000 ~ 00604321 n 0000 ~ 00604424 n 0000 ~ 00604523 n 0000 ~ 00604694 n 0000 ~ 00604811 n 0000 ~ 00604910 n 0000 ~ 00605023 n 0000 ~ 00605246 n 0000 ~ 00605349 n 0000 ~ 00605430 n 0000 ~ 00605511 n 0000 ~ 00605616 n 0000 ~ 00605715 n 0000 ~ 00605812 n 0000 ~ 00605909 n 0000 ~ 00606006 n 0000 | a job in an organization; "he occupied a post in the treasury"
-00588473 04 n 01 academicianship 0 002 @ 00586262 n 0000 + 09759501 n 0101 | the position of member of an honorary academy
-00588598 04 n 01 accountantship 0 002 @ 00586262 n 0000 + 09761403 n 0101 | the position of accountant
-00588703 04 n 01 admiralty 0 001 @ 00586262 n 0000 | the office of admiral
-00588780 04 n 01 ambassadorship 0 002 @ 00586262 n 0000 + 09787534 n 0101 | the post of ambassador
-00588881 04 n 01 apostleship 0 003 @ 00586262 n 0000 + 09798811 n 0101 + 09799461 n 0101 | the position of apostle
-00588998 04 n 01 apprenticeship 0 002 @ 00586262 n 0000 + 09801864 n 0101 | the position of apprentice
-00589103 04 n 01 associateship 0 001 @ 00586262 n 0000 | the position of associate (as in an office or academy)
-00589217 04 n 01 attorneyship 0 002 @ 00586262 n 0000 + 10249950 n 0102 | the position of attorney
-00589318 04 n 01 bailiffship 0 002 @ 00586262 n 0000 + 09833111 n 0101 | the office of bailiff
-00589415 04 n 01 baronetage 0 001 @ 00586262 n 0000 | the state of a baronet
-00589494 04 n 02 bishopry 0 episcopate 0 001 @ 00586262 n 0000 | the office and dignity of a bishop
-00589596 04 n 01 cadetship 0 002 @ 00586262 n 0000 + 09886540 n 0101 | the position of cadet
-00589691 04 n 01 caliphate 0 001 @ 00586262 n 0000 | the office of a caliph
-00589769 04 n 02 captainship 0 captaincy 0 006 @ 00586262 n 0000 + 09893191 n 0101 + 09893015 n 0101 + 10298912 n 0102 + 09892831 n 0101 + 09892693 n 0101 | the post of captain
-00589948 04 n 01 cardinalship 0 002 @ 00586262 n 0000 + 09894143 n 0101 | the office of cardinal
-00590047 04 n 01 chairmanship 0 002 @ 00586262 n 0000 + 10468962 n 0102 | the position of chairman
-00590148 04 n 01 chancellorship 0 003 @ 00586262 n 0000 + 09906848 n 0101 + 09906986 n 0101 | the office of chancellor
-00590269 04 n 02 chaplaincy 0 chaplainship 0 002 @ 00586262 n 0000 + 09908508 n 0201 | the position of chaplain
-00590383 04 n 02 chieftaincy 0 chieftainship 0 003 @ 00586262 n 0000 + 09893344 n 0202 + 10164025 n 0203 | the position of chieftain
-00590518 04 n 01 clerkship 0 003 @ 00586262 n 0000 + 10548227 n 0103 + 09928451 n 0101 | the job of clerk
-00590626 04 n 02 commandership 0 commandery 0 005 @ 00586262 n 0000 + 09941383 n 0101 + 09780828 n 0102 + 09941571 n 0101 + 09941964 n 0103 | the position or office of commander
-00590806 04 n 01 comptrollership 0 002 @ 00586262 n 0000 + 09761403 n 0102 | the position of comptroller
-00590913 04 n 01 consulship 0 002 @ 00586262 n 0000 + 09959797 n 0101 | the post of consul
-00591006 04 n 01 controllership 0 002 @ 00586262 n 0000 + 09761403 n 0103 | the position of controller
-00591111 04 n 02 councillorship 0 councilorship 0 002 @ 00586262 n 0000 + 09944763 n 0102 | the position of council member
-00591236 04 n 02 counselorship 0 counsellorship 0 007 @ 00586262 n 0000 + 09969062 n 0202 + 09968845 n 0202 + 09775663 n 0204 + 09969062 n 0101 + 09968845 n 0101 + 09775663 n 0103 | the position of counselor
-00591446 04 n 01 curacy 0 001 @ 00586262 n 0000 | the position of a curate
-00591523 04 n 01 curatorship 0 002 @ 00586262 n 0000 + 09983889 n 0101 | the position of curator
-00591622 04 n 01 custodianship 0 002 @ 00586262 n 0000 + 09984298 n 0101 | the position of custodian
-00591725 04 n 02 deanship 0 deanery 0 003 @ 00586262 n 0000 + 09996920 n 0101 + 09996784 n 0101 | the position or office of a dean
-00591858 04 n 01 directorship 0 003 @ 00586262 n 0000 + 10015485 n 0101 + 10014939 n 0101 | the position of a director of a business concern
-00592001 04 n 01 discipleship 0 002 @ 00586262 n 0000 + 10016103 n 0101 | the position of disciple
-00592102 04 n 01 editorship 0 002 @ 00586262 n 0000 + 10044879 n 0101 | the position of editor
-00592199 04 n 01 eldership 0 002 @ 00586262 n 0000 + 10048367 n 0101 | the office of elder
-00592292 04 n 01 emirate 0 001 @ 00586262 n 0000 | the office of an emir
-00592367 04 n 01 fatherhood 0 001 @ 00586262 n 0000 | the status of a father
-00592446 04 n 01 fatherhood 1 001 @ 00586262 n 0000 | the status of a religious leader
-00592535 04 n 01 foremanship 0 003 @ 00586262 n 0000 + 10104487 n 0101 + 10104209 n 0101 | the position of foreman
-00592652 04 n 02 generalship 0 generalcy 0 003 @ 00586262 n 0000 + 10125561 n 0101 + 10123844 n 0101 | the office and authority of a general
-00592795 04 n 01 governorship 0 002 @ 00586262 n 0000 + 10140314 n 0101 | the office of governor
-00592894 04 n 01 headmastership 0 002 @ 00593219 n 0000 + 10164233 n 0101 | the position of headmaster
-00592999 04 n 01 headmistressship 0 002 @ 00593219 n 0000 + 10164397 n 0101 | the position of headmistress
-00593108 04 n 01 headship 0 003 @ 00586262 n 0000 + 10474645 n 0104 + 10162991 n 0101 | the position of head
-00593219 04 n 01 headship 1 005 @ 00586262 n 0000 ;r 08860123 n 0000 + 10474645 n 0104 ~ 00592894 n 0000 ~ 00592999 n 0000 | the position of headmaster or headmistress
-00593389 04 n 01 hot_seat 0 001 @ 00586262 n 0000 | a difficult position where you are subjected to stress and criticism
-00593512 04 n 01 incumbency 0 002 @ 00586262 n 0000 + 00667208 a 0101 | the office of an incumbent
-00593613 04 n 01 inspectorship 0 003 @ 00586262 n 0000 + 10208847 n 0101 + 10067968 n 0102 | the office of inspector
-00593732 04 n 01 instructorship 0 002 @ 00586262 n 0000 + 10694258 n 0102 | the position of instructor
-00593837 04 n 01 internship 0 002 @ 00586262 n 0000 + 10211203 n 0101 | the position of a medical intern
-00593944 04 n 02 judgeship 0 judicature 1 003 @ 00586262 n 0000 + 10066732 n 0102 + 10225219 n 0101 | the position of judge
-00594070 04 n 01 khanate 0 001 @ 00586262 n 0000 | the position of a khan
-00594146 04 n 01 lectureship 0 003 @ 00586262 n 0000 + 07240549 n 0101 + 00892861 n 0101 | the post of lecturer
-00594260 04 n 02 legation 0 legateship 0 002 @ 00586262 n 0000 + 10253479 n 0201 | the post or office of legate
-00594374 04 n 01 legislatorship 0 002 @ 00586262 n 0000 + 10253995 n 0101 | the office of legislator
-00594477 04 n 01 librarianship 0 002 @ 00586262 n 0000 + 10257948 n 0101 | the position of librarian
-00594580 04 n 01 lieutenancy 0 005 @ 00586262 n 0000 + 10259527 n 0101 + 10005280 n 0102 + 10259348 n 0101 + 10259225 n 0101 | the position of a lieutenant
-00594738 04 n 02 magistracy 0 magistrature 0 001 @ 00586262 n 0000 | the position of magistrate
-00594836 04 n 01 managership 0 003 @ 00586262 n 0000 + 09931640 n 0102 + 10014939 n 0102 | the position of manager
-00594953 04 n 01 manhood 0 001 @ 00586262 n 0000 | the status of being a man
-00595032 04 n 01 marshalship 0 003 @ 00586262 n 0000 + 10296176 n 0101 + 10295951 n 0101 | the post of marshall
-00595146 04 n 01 mastership 0 007 @ 00586262 n 0000 + 10298912 n 0101 + 10164233 n 0103 + 10388440 n 0102 + 10298647 n 0101 + 10298482 n 0101 + 10280130 n 0102 | the position of master
-00595333 04 n 01 mayoralty 0 001 @ 00586262 n 0000 | the position of mayor
-00595410 04 n 01 messiahship 0 004 @ 00586262 n 0000 + 09537502 n 0101 + 09537325 n 0101 + 09537660 n 0101 | the position of messiah
-00595545 04 n 01 moderatorship 0 004 @ 00586262 n 0000 + 10326392 n 0101 + 10326257 n 0101 + 10326087 n 0101 | the position of moderator
-00595684 04 n 01 overlordship 0 002 @ 00586262 n 0000 + 10388440 n 0101 | the position of overlord
-00595785 04 n 02 pastorship 0 pastorate 0 002 @ 00586262 n 0000 + 09983572 n 0105 | the position of pastor
-00595894 04 n 01 peasanthood 0 003 @ 00586262 n 0000 + 10410996 n 0101 + 10410668 n 0101 | the state of being a peasant; "the same homely dress she wore in the days of her peasanthood"
-00596081 04 n 01 plum 0 001 @ 00586262 n 0000 | a highly desirable position or assignment; "a political plum"
-00596193 04 n 01 praetorship 0 002 @ 00586262 n 0000 + 10463028 n 0101 | the office of praetor
-00596290 04 n 01 precentorship 0 002 @ 00586262 n 0000 + 09919771 n 0102 | the position of precentor
-00596393 04 n 01 preceptorship 0 002 @ 00586262 n 0000 + 10464542 n 0101 | the position of preceptor
-00596496 04 n 01 prefecture 0 002 @ 00586262 n 0000 + 03102723 a 0101 | the office of prefect
-00596592 04 n 02 prelacy 0 prelature 0 001 @ 00586262 n 0000 | the office or station of a prelate
-00596692 04 n 01 premiership 0 003 @ 00586262 n 0000 + 09906986 n 0102 + 09907196 n 0103 | the office of premier
-00596807 04 n 02 presidency 0 presidentship 0 015 @ 00586262 n 0000 + 10467395 n 0203 + 00597265 n 0202 + 10468962 n 0201 + 10468750 n 0201 + 10468559 n 0201 + 10467179 n 0201 + 02984104 a 0101 + 10467395 n 0103 + 00597265 n 0102 + 10468962 n 0101 + 10468750 n 0101 + 10468559 n 0101 + 10467179 n 0101 ~ 00597265 n 0000 | the office and function of president; "Andrew Jackson expanded the power of the presidency beyond what was customary before his time"
-00597265 04 n 03 President_of_the_United_States 0 President 4 Chief_Executive 0 005 @ 00596807 n 0000 + 00596807 n 0202 + 15266265 n 0201 + 00596807 n 0201 + 02443609 v 0201 | the office of the United States head of state; "a President is elected every four years"
-00597532 04 n 01 primateship 0 002 @ 00586262 n 0000 + 09807075 n 0105 | the office of primate
-00597629 04 n 01 principalship 0 002 @ 00586262 n 0000 + 10474645 n 0101 | the post of principal
-00597728 04 n 01 priorship 0 002 @ 00586262 n 0000 + 10475940 n 0101 | the office of prior
-00597821 04 n 02 proconsulship 0 proconsulate 0 003 @ 00586262 n 0000 + 10478462 n 0101 + 10478293 n 0101 | the position of proconsul
-00597957 04 n 01 proctorship 0 002 @ 00586262 n 0000 + 10478960 n 0101 | the position of proctor
-00598056 04 n 02 professorship 0 chair 0 002 @ 00586262 n 0000 + 10480730 n 0101 | the position of professor; "he was awarded an endowed chair in economics"
-00598215 04 n 01 protectorship 0 002 @ 00586262 n 0000 + 09614684 n 0103 | the position of protector
-00598318 04 n 01 public_office 0 002 @ 00586262 n 0000 ~ 00598439 n 0000 | a position concerning the people as a whole
-00598439 04 n 01 bully_pulpit 0 001 @ 00598318 n 0000 | a public office of sufficiently high rank that it provides the holder with an opportunity to speak out and be listened to on any matter; "the American presidency is a bully pulpit"
-00598678 04 n 01 rabbinate 0 001 @ 00586262 n 0000 | the office or function of a rabbi
-00598767 04 n 01 receivership 0 002 @ 00586262 n 0000 + 10265532 n 0102 | the office of a receiver
-00598868 04 n 02 rectorship 0 rectorate 0 001 @ 00586262 n 0000 | the office or station of a rector
-00598970 04 n 01 regency 0 002 @ 00586262 n 0000 + 01827261 a 0101 | the office of a regent
-00599064 04 n 01 residency 1 001 @ 00586262 n 0000 | the position of physician who is receiving special training in a hospital (usually after completing an internship)
-00599234 04 n 01 rulership 0 002 @ 00586262 n 0000 + 10541229 n 0101 | the position of ruler
-00599329 04 n 01 sainthood 0 004 @ 00586262 n 0000 + 10547145 n 0101 + 10325243 n 0104 + 10546850 n 0101 | the status and dignity of a saint
-00599472 04 n 01 secretaryship 0 021 @ 00586262 n 0000 + 10570019 n 0101 + 10569744 n 0101 ~ 00599917 n 0000 ~ 00600200 n 0000 ~ 00600435 n 0000 ~ 00600655 n 0000 ~ 00600871 n 0000 ~ 00601088 n 0000 ~ 00601296 n 0000 ~ 00601557 n 0000 ~ 00601822 n 0000 ~ 00602026 n 0000 ~ 00602220 n 0000 ~ 00602448 n 0000 ~ 00602669 n 0000 ~ 00602909 n 0000 ~ 00603131 n 0000 ~ 00603319 n 0000 ~ 00603512 n 0000 ~ 00603684 n 0000 | the position of secretary
-00599917 04 n 02 Attorney_General 0 Attorney_General_of_the_United_States 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Justice Department and the chief law enforcement officer of the United States; "the post of Attorney General was created in 1789"
-00600200 04 n 02 Secretary_of_Agriculture 0 Agriculture_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Agriculture; "the post of Secretary of Agriculture was established in 1889"
-00600435 04 n 02 Secretary_of_Commerce 0 Commerce_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Commerce; "the position of Commerce Secretary was created in 1913"
-00600655 04 n 02 Secretary_of_Defense 0 Defense_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Defense; "the position of Defense Secretary was created in 1947"
-00600871 04 n 02 Secretary_of_Education 0 Education_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Education Department; "the post of Education Secretary was created in 1979"
-00601088 04 n 02 Secretary_of_Energy 0 Energy_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Energy; "the post of Energy Secretary was created in 1977"
-00601296 04 n 01 Secretary_of_Health_and_Human_Services 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Health and Human Services; "the post of Secretary of Health and Human Services was created by Congress in 1979"
-00601557 04 n 01 Secretary_of_Housing_and_Urban_Development 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Housing and Urban Development; "the position of Secretary of Housing and Urban Development was created in 1966"
-00601822 04 n 02 Secretary_of_Labor 0 Labor_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Labor; "the post of Labor Secretary was created in 1913"
-00602026 04 n 01 Secretary_of_State 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the State Department; "the position of Secretary of State was established in 1789"
-00602220 04 n 02 Secretary_of_the_Interior 0 Interior_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of the Interior; "the position of Interior Secretary was created in 1849"
-00602448 04 n 02 Secretary_of_the_Treasury 0 Treasury_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Treasury Department; "the position of Treasury Secretary was created in 1789"
-00602669 04 n 02 Secretary_of_Transportation 0 Transportation_Secretary 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Transportation; "the post of Transportation Secretary was created in 1966"
-00602909 04 n 01 Secretary_of_Veterans_Affairs 0 002 @ 00599472 n 0000 #m 08382570 n 0000 | the position of the head of the Department of Veterans Affairs; "the post of Secretary of Veterans Affairs was created in 1989"
-00603131 04 n 02 Secretary_of_War 0 War_Secretary 0 001 @ 00599472 n 0000 | head of a former executive department; combined with the Navy Secretary to form the Defense Secretary in 1947
-00603319 04 n 02 Secretary_of_the_Navy 0 Navy_Secretary 0 001 @ 00599472 n 0000 | head of a former executive department; combined with the War Secretary to form the Defense Secretary in 1947
-00603512 04 n 01 Secretary_of_Commerce_and_Labor 0 001 @ 00599472 n 0000 | head of a former executive department created in 1903 and divided into two departments in 1913
-00603684 04 n 01 Secretary_of_Health_Education_and_Welfare 0 001 @ 00599472 n 0000 | head of a former executive department created in 1953 and divided into two departments in 1979
-00603866 04 n 03 seigniory 0 seigneury 0 feudal_lordship 0 001 @ 00586262 n 0000 | the position and authority of a feudal lord
-00603995 04 n 01 seismography 0 001 @ 00996969 n 0000 | the measurement of tremors and shocks and undulatory movements of earthquakes
-00604131 04 n 01 senatorship 0 002 @ 00586262 n 0000 + 10578471 n 0101 | the office of senator
-00604228 04 n 01 sinecure 0 001 @ 00586262 n 0000 | an office that involves minimal duties
-00604321 04 n 01 solicitorship 0 002 @ 00586262 n 0000 + 10623175 n 0101 | the position of solicitor
-00604424 04 n 01 speakership 0 002 @ 00586262 n 0000 + 10631309 n 0101 | the position of Speaker
-00604523 04 n 01 stewardship 0 006 @ 00586262 n 0000 + 10655730 n 0101 + 10655594 n 0101 + 09984298 n 0103 + 10592811 n 0102 + 10655442 n 0101 | the position of steward
-00604694 04 n 01 studentship 0 003 @ 00586262 n 0000 + 10557854 n 0104 + 10665698 n 0101 | the position of student
-00604811 04 n 01 teachership 0 002 @ 00586262 n 0000 + 10694258 n 0101 | the position of teacher
-00604910 04 n 01 thaneship 0 003 @ 00586262 n 0000 + 10705100 n 0101 + 10704886 n 0101 | the position of thane
-00605023 04 n 01 throne 0 003 @ 00586262 n 0000 + 02391193 v 0102 + 02564546 v 0101 | the position and power of an exalted person (a sovereign or bishop) who is entitled to sit in a chair of state on ceremonial occasions
-00605246 04 n 01 treasurership 0 002 @ 00586262 n 0000 + 10727256 n 0101 | the position of treasurer
-00605349 04 n 01 tribuneship 0 001 @ 00586262 n 0000 | the position of tribune
-00605430 04 n 01 trusteeship 0 001 @ 00586262 n 0000 | the position of trustee
-00605511 04 n 01 vice-presidency 0 001 @ 00586262 n 0000 | the office and function of a vice president
-00605616 04 n 01 viceroyship 0 002 @ 00586262 n 0000 + 10751785 n 0101 | the position of viceroy
-00605715 04 n 01 viziership 0 002 @ 00586262 n 0000 + 10758445 n 0101 | the position of vizier
-00605812 04 n 01 wardenship 0 002 @ 00586262 n 0000 + 10767154 n 0101 | the position of warden
-00605909 04 n 01 wardership 0 002 @ 00586262 n 0000 + 10767265 n 0101 | the position of warder
-00606006 04 n 01 womanhood 0 003 @ 00586262 n 0000 + 10787470 n 0101 + 08477634 n 0102 | the status of a woman
-00606119 04 n 02 treadmill 0 salt_mine 0 001 @ 00582388 n 0000 | a job involving drudgery and confinement
-00606227 04 n 02 business_life 0 professional_life 0 001 @ 00583246 n 0000 | a career in industrial or commercial or professional activities
-00606370 04 n 02 trade 0 craft 0 032 @ 00582388 n 0000 + 01658762 v 0201 ~ 00607075 n 0000 ~ 00607185 n 0000 ~ 00607293 n 0000 ~ 00607775 n 0000 ~ 00608037 n 0000 ~ 00608162 n 0000 ~ 00608265 n 0000 ~ 00608354 n 0000 ~ 00608789 n 0000 ~ 00608896 n 0000 ~ 00609159 n 0000 ~ 00609236 n 0000 ~ 00609423 n 0000 ~ 00609506 n 0000 ~ 00609669 n 0000 ~ 00609868 n 0000 ~ 00617692 n 0000 ~ 00617865 n 0000 ~ 00617989 n 0000 ~ 00618119 n 0000 ~ 00618264 n 0000 ~ 00618436 n 0000 ~ 00618536 n 0000 ~ 00714944 n 0000 ~ 00909796 n 0000 ~ 00927062 n 0000 ~ 01103000 n 0000 ~ 01120259 n 0000 ~ 01120348 n 0000 ~ 01126564 n 0000 | the skilled practice of a practical occupation; "he learned his trade as an apprentice"
-00607075 04 n 01 airplane_mechanics 0 001 @ 00606370 n 0000 | the craft of building and repairing airplanes
-00607185 04 n 01 auto_mechanics 0 001 @ 00606370 n 0000 | the craft of building and repairing automobiles
-00607293 04 n 01 basketry 0 001 @ 00606370 n 0000 | the craft of basket making
-00607374 04 n 01 bookbinding 0 001 @ 00714944 n 0000 | the craft of binding books
-00607458 04 n 01 bricklaying 0 001 @ 00608896 n 0000 | the craft of laying bricks
-00607542 04 n 02 cabinetwork 0 cabinetry 0 006 @ 00607775 n 0000 ;c 03405725 n 0000 -c 02334302 v 0000 -c 02334458 v 0000 -c 02337699 v 0000 -c 02341816 v 0000 | the craft of making furniture (especially furniture of high quality)
-00607775 04 n 03 carpentry 0 woodworking 0 woodwork 0 008 @ 00606370 n 0000 + 02408843 v 0101 ~ 00607542 n 0000 ~ 00617601 n 0000 -c 01358023 v 0000 -c 01457710 v 0000 -c 02226559 v 0000 -c 02354287 v 0000 | the craft of a carpenter: making things out of wood
-00608037 04 n 02 drafting 2 mechanical_drawing 0 002 @ 00606370 n 0000 + 01683582 v 0102 | the craft of drawing blueprints
-00608162 04 n 01 dressmaking 0 002 @ 00606370 n 0000 ~ 00618642 n 0000 | the craft of making dresses
-00608265 04 n 01 electrical_work 0 001 @ 00606370 n 0000 | the craft of an electrician
-00608354 04 n 02 interior_decoration 0 interior_design 0 003 @ 00606370 n 0000 ~ 00608551 n 0000 ~ 00608645 n 0000 | the trade of planning the layout and furnishings of an architectural interior
-00608551 04 n 01 furnishing 0 001 @ 00608354 n 0000 | the act of decorating a house or room
-00608645 04 n 01 lighting 1 001 @ 00608354 n 0000 | the craft of providing artificial light; "an interior decorator must understand lighting"
-00608789 04 n 01 lumbering 0 001 @ 00606370 n 0000 | the trade of cutting or preparing or selling timber
-00608896 04 n 01 masonry 0 011 @ 00606370 n 0000 #p 01104637 n 0000 ~ 00607458 n 0000 -c 01360899 v 0000 -c 01361240 v 0000 -c 01361387 v 0000 -c 01361561 v 0000 -c 01361884 v 0000 -c 01361998 v 0000 -c 01362136 v 0000 -c 01362291 v 0000 | the craft of a mason
-00609159 04 n 01 oculism 0 001 @ 00606370 n 0000 | the craft of an oculist
-00609236 04 n 02 painting 1 house_painting 0 003 @ 00606370 n 0000 #p 01104637 n 0000 + 01362736 v 0101 | the occupation of a house painter; "house painting was the only craft he knew"
-00609423 04 n 01 papermaking 0 001 @ 00606370 n 0000 | the craft of making paper
-00609506 04 n 02 piloting 1 pilotage 1 005 @ 00606370 n 0000 + 01933305 v 0202 + 01941093 v 0203 + 01933305 v 0102 + 01941093 v 0103 | the occupation of a pilot
-00609669 04 n 02 plumbing 1 plumbery 0 002 @ 00606370 n 0000 #p 01104637 n 0000 | the occupation of a plumber (installing and repairing pipes and fixtures for water or gas or sewage in a building)
-00609868 04 n 01 pottery 0 001 @ 00606370 n 0000 | the craft of making earthenware
-00609953 04 n 01 profession 0 008 @ 00582388 n 0000 ~ 00610373 n 0000 ~ 00610592 n 0000 ~ 00610738 n 0000 ~ 00611433 n 0000 ~ 00611674 n 0000 ~ 00611972 n 0000 ~ 00949619 n 0000 | an occupation requiring special education (especially in the liberal arts or sciences)
-00610222 04 n 02 metier 0 medium 0 001 @ 00582388 n 0000 | an occupation for which you are especially well suited; "in law he found his true metier"
-00610373 04 n 01 learned_profession 0 004 @ 00609953 n 0000 ~ 00611143 n 0000 ~ 00612160 n 0000 ~ 00613973 n 0000 | one of the three professions traditionally believed to require advanced learning and high principles
-00610592 04 n 01 literature 0 002 @ 00609953 n 0000 ;c 06364641 n 0000 | the profession or art of a writer; "her place in literature is secure"
-00610738 04 n 01 architecture 0 014 @ 00609953 n 0000 -c 01656233 v 0000 -c 02226380 v 0000 -c 02330247 v 0000 -c 02330407 v 0000 -c 02331326 v 0000 -c 02333979 v 0000 -c 02334173 v 0000 -c 02334595 v 0000 -c 02335629 v 0000 -c 02337870 v 0000 -c 02353844 v 0000 -c 02361811 v 0000 -c 02361981 v 0000 | the profession of designing buildings and environments with consideration for their esthetic effect
-00611143 04 n 02 law 0 practice_of_law 0 005 @ 00610373 n 0000 ;c 08441203 n 0000 + 10249950 n 0101 -c 01068380 v 0000 -c 02480588 v 0000 | the learned profession that is mastered by graduate study in a law school and that is responsible for the judicial system; "he studied law at Yale"
-00611433 04 n 01 education 1 007 @ 00609953 n 0000 ;c 00883297 n 0000 + 10045454 n 0101 + 10045454 n 0102 + 02387486 v 0101 + 00603298 v 0104 ~ 00887081 n 0000 | the profession of teaching (especially at a school or college or university)
-00611674 04 n 01 journalism 0 004 @ 00609953 n 0000 + 03077419 a 0101 + 10224578 n 0101 ~ 00611874 n 0000 | the profession of reporting or photographing or editing news stories for one of the media
-00611874 04 n 01 newspapering 0 001 @ 00611674 n 0000 | journalism practiced for the newspapers
-00611972 04 n 01 politics 0 005 @ 00609953 n 0000 ;c 06148148 n 0000 + 02857587 a 0101 + 10451263 n 0101 + 10450303 n 0101 | the profession devoted to governing and to political affairs
-00612160 04 n 02 medicine 0 practice_of_medicine 0 046 @ 00610373 n 0000 ;c 06043075 n 0000 + 02760116 a 0101 + 00084230 v 0102 + 00084230 v 0101 ~ 00613282 n 0000 ~ 00613473 n 0000 ~ 00613819 n 0000 -c 00632531 n 0000 -c 00011982 v 0000 -c 00080304 v 0000 -c 00080456 v 0000 -c 00080589 v 0000 -c 00080705 v 0000 -c 00081072 v 0000 -c 00081367 v 0000 -c 00081509 v 0000 -c 00081725 v 0000 -c 00082563 v 0000 -c 00082714 v 0000 -c 00082929 v 0000 -c 00083124 v 0000 -c 00083523 v 0000 -c 00083661 v 0000 -c 00083809 v 0000 -c 00084107 v 0000 -c 00084230 v 0000 -c 00084562 v 0000 -c 00084738 v 0000 -c 00085046 v 0000 -c 00085246 v 0000 -c 00085907 v 0000 -c 00086077 v 0000 -c 00086320 v 0000 -c 00086598 v 0000 -c 00086835 v 0000 -c 00087290 v 0000 -c 00096264 v 0000 -c 00096396 v 0000 -c 00450168 v 0000 -c 00645771 v 0000 -c 00645939 v 0000 -c 01210352 v 0000 -c 01254692 v 0000 -c 01254912 v 0000 -c 01255057 v 0000 | the learned profession that is mastered by graduate training in a medical school and that is devoted to preventing or alleviating or curing diseases and injuries; "he studied medicine at Harvard"
-00613282 04 n 01 preventive_medicine 0 001 @ 00612160 n 0000 | the branch of medicine concerned with preventing disease; "the medical establishment doesn't profit from preventive medicine"
-00613473 04 n 01 alternative_medicine 0 002 @ 00612160 n 0000 ~ 00613685 n 0000 | the practice of medicine without the use of drugs; may involve herbal medicines or self-awareness or biofeedback or acupuncture
-00613685 04 n 01 herbal_medicine 0 001 @ 00613473 n 0000 | the use of medicinal herbs to prevent or treat disease or promote health
-00613819 04 n 01 complementary_medicine 0 001 @ 00612160 n 0000 | the practice of medicine that combines traditional medicine with alternative medicine
-00613973 04 n 01 theology 0 004 @ 00610373 n 0000 ;c 06182144 n 0000 + 02907000 a 0101 + 10705615 n 0102 | the learned profession acquired by specialized courses in religion (usually taught at a college or seminary); "he studied theology at Oxford"
-00614224 04 n 02 writing 1 committal_to_writing 0 006 @ 00407535 n 0000 + 00993014 v 0101 ~ 00614489 n 0000 ~ 00614730 n 0000 ~ 00615011 n 0000 ~ 00615182 n 0000 | the activity of putting something in written form; "she did the thinking while he did the writing"
-00614489 04 n 04 cryptography 0 coding 0 secret_writing 0 steganography 0 007 @ 00614224 n 0000 + 00994076 v 0201 + 02706691 a 0103 + 09981540 n 0102 ~ 00615887 n 0000 ~ 00616951 n 0000 ~ 00617059 n 0000 | act of writing in code or cipher
-00614730 04 n 01 handwriting 0 008 @ 00614224 n 0000 + 01005209 v 0101 -c 02284892 a 0000 ~ 00615462 n 0000 ~ 00615659 n 0000 -c 04819285 n 0000 -c 04822685 n 0000 -c 06403393 n 0000 | the activity of writing by hand; "handwriting can be slow and painful for one with arthritis"
-00615011 04 n 01 inscription 0 003 @ 00614224 n 0000 + 01001008 v 0101 ~ 00615336 n 0000 | the activity of inscribing (especially carving or engraving) letters or words
-00615182 04 n 01 notation 0 002 @ 00614224 n 0000 + 00995286 v 0101 | the activity of representing something by a special system of marks or characters
-00615336 04 n 01 superscription 0 003 @ 00615011 n 0000 + 01692096 v 0101 + 01691927 v 0101 | the activity of superscribing
-00615462 04 n 01 stenography 0 004 @ 00614730 n 0000 + 02803389 a 0101 + 02803389 a 0102 + 10654015 n 0101 | the act or art of writing in shorthand; "stenography is no longer a marketable skill"
-00615659 04 n 01 subscription 1 003 @ 00614730 n 0000 + 00996485 v 0102 ~ 06554078 n 0000 | the act of signing your name; writing your signature (as on a document); "the deed was attested by the subscription of his signature"
-00615887 04 n 02 encoding 0 encryption 0 005 @ 00614489 n 0000 + 00994076 v 0205 + 00993892 v 0101 ~ 00616083 n 0000 ~ 00616807 n 0000 | the activity of converting data or information into code
-00616083 04 n 01 compression 1 005 @ 00615887 n 0000 + 01389329 v 0101 ! 00616641 n 0101 ~ 00616279 n 0000 ~ 00616398 n 0000 | encoding information while reducing the bandwidth or bits required
-00616279 04 n 01 image_compression 0 001 @ 00616083 n 0000 | the compression of graphics for storage or transmission
-00616398 04 n 01 MPEG 0 002 @ 00616083 n 0000 ;u 07091902 n 0000 | a set of standards adopted by the moving pictures experts group for the compression of digital video and audio data or a file of data compressed according to those standards
-00616641 04 n 01 decompression 1 003 @ 00617059 n 0000 + 01389607 v 0101 ! 00616083 n 0101 | restoring compressed information to its normal form for use or display
-00616807 04 n 01 data_encryption 0 002 @ 00615887 n 0000 ;c 06128570 n 0000 | (computer science) the encryption of data for security purposes
-00616951 04 n 01 recoding 0 002 @ 00614489 n 0000 + 00278514 v 0101 | converting from one code to another
-00617059 04 n 03 decoding 0 decryption 0 decipherment 0 005 @ 00614489 n 0000 + 00994454 v 0303 + 00994454 v 0202 + 00994454 v 0101 ~ 00616641 n 0000 | the activity of making clear or converting from code into plain text; "a secret key or password is required for decryption"
-00617337 04 n 01 triangulation 0 002 @ 01005579 n 0000 + 00646912 v 0101 | a method of surveying; the area is divided into triangles and the length of one side and its angles with the other two are measured, then the lengths of the other sides can be calculated
-00617601 04 n 02 cabinetmaking 0 joinery 0 001 @ 00607775 n 0000 | the craft of a joiner
-00617692 04 n 02 pyrotechnics 0 pyrotechny 0 005 @ 00606370 n 0000 + 01677957 a 0201 + 03106846 a 0201 + 03106846 a 0202 + 03106846 a 0102 | the craft of making fireworks
-00617865 04 n 03 shoemaking 0 shoe_repairing 0 cobbling 0 002 @ 00606370 n 0000 + 00261845 v 0301 | the shoemaker's trade
-00617989 04 n 01 roofing 0 004 @ 00606370 n 0000 #p 01104637 n 0000 + 01233993 v 0101 ~ 01105152 n 0000 | the craft of a roofer
-00618119 04 n 01 sheet-metal_work 0 002 @ 00606370 n 0000 #p 01104637 n 0000 | the craft of doing sheet metal work (as in ventilation systems)
-00618264 04 n 01 shingling 0 003 @ 00606370 n 0000 #p 01104637 n 0000 + 01234223 v 0101 | the laying on of shingles; "shingling is a craft very different from carpentry"
-00618436 04 n 01 tailoring 0 002 @ 00606370 n 0000 + 01666327 v 0102 | the occupation of a tailor
-00618536 04 n 01 tool-and-die_work 0 001 @ 00606370 n 0000 | the craft of making special tools and dies
-00618642 04 n 01 couture 0 001 @ 00608162 n 0000 | high fashion designing and dressmaking
-00618734 04 n 02 accountancy 0 accounting 0 007 @ 00582388 n 0000 + 02265231 v 0201 + 09761403 n 0101 ~ 00619011 n 0000 ~ 00619230 n 0000 ~ 00619738 n 0000 -c 02013427 v 0000 | the occupation of maintaining and auditing records and preparing financial reports for a business
-00619011 04 n 01 cost_accounting 0 002 @ 00618734 n 0000 ~ 00619142 n 0000 | keeping account of the costs of items in production
-00619142 04 n 01 costing 0 002 @ 00619011 n 0000 ;r 08860123 n 0000 | cost accounting
-00619230 04 n 02 bookkeeping 0 clerking 0 005 @ 00618734 n 0000 + 02411802 v 0201 ~ 00619419 n 0000 ~ 00619578 n 0000 -c 06494373 n 0000 | the activity of recording business transactions
-00619419 04 n 02 single_entry 0 single-entry_bookkeeping 0 001 @ 00619230 n 0000 | a simple bookkeeping system; transactions are entered in only one account
-00619578 04 n 02 double_entry 0 double-entry_bookkeeping 0 001 @ 00619230 n 0000 | bookkeeper debits the transaction to one account and credits it to another
-00619738 04 n 01 inventory_accounting 0 003 @ 00618734 n 0000 ~ 00620084 n 0000 ~ 00620258 n 0000 | accounting that controls and evaluates inventory
-00619889 04 n 01 inventory_control 0 001 @ 00806075 n 0000 | supervision of the supply and storage and accessibility of items in order to insure an adequate supply without excessive oversupply
-00620084 04 n 02 first_in_first_out 0 FIFO 0 001 @ 00619738 n 0000 | inventory accounting in which the oldest items (those first acquired) are assumed to be the first sold
-00620258 04 n 02 last_in_first_out 0 LIFO 0 001 @ 00619738 n 0000 | inventory accounting in which the most recently acquired items are assumed to be the first sold
-00620424 04 n 02 butchery 0 butchering 0 003 @ 01094725 n 0000 + 01322854 v 0101 %p 00223854 n 0000 | the business of a butcher
-00620554 04 n 01 photography 1 005 @ 00582388 n 0000 ;c 00903559 n 0000 + 02838592 a 0101 + 10426749 n 0101 -c 00574735 v 0000 | the occupation of taking and printing photographs or making movies
-00620752 04 n 03 labor 0 labour 0 toil 0 016 @ 00575741 n 0000 + 02419773 v 0303 + 02406916 v 0203 + 02419773 v 0202 + 00836544 a 0107 + 02419773 v 0101 ~ 00299680 n 0000 ~ 00621326 n 0000 ~ 00621476 n 0000 ~ 00621627 n 0000 ~ 00622584 n 0000 ~ 00622859 n 0000 ~ 00622957 n 0000 ~ 00623162 n 0000 ~ 00623370 n 0000 ~ 00623545 n 0000 | productive work (especially physical work done for wages); "his labor did not require a great deal of skill"
-00621198 04 n 01 strikebreaking 0 001 @ 01169744 n 0000 | confrontational activities intended to break up a strike by workers
-00621326 04 n 01 corvee 0 001 @ 00620752 n 0000 | unpaid labor (as for the maintenance of roads) required by a lord of his vassals in lieu of taxes
-00621476 04 n 04 drudgery 0 plodding 0 grind 1 donkeywork 0 003 @ 00620752 n 0000 + 02419773 v 0306 + 02419773 v 0107 | hard monotonous routine work
-00621627 04 n 05 effort 1 elbow_grease 0 exertion 0 travail 0 sweat 0 014 @ 00620752 n 0000 + 02419773 v 0405 + 02371811 v 0301 ~ 00622068 n 0000 ~ 00623862 n 0000 ~ 00624436 n 0000 ~ 00624553 n 0000 ~ 00624738 n 0000 ~ 00625427 n 0000 ~ 00633329 n 0000 ~ 00633479 n 0000 ~ 00633613 n 0000 ~ 00633717 n 0000 ~ 00712031 n 0000 | use of physical or mental energy; hard work; "he got an A for effort"; "they managed only with great exertion"
-00622068 04 n 01 struggle 0 005 @ 00621627 n 0000 + 01921772 v 0106 + 01505058 v 0101 + 02407338 v 0102 ~ 00622266 n 0000 | strenuous effort; "the struggle to get through the crowd exhausted her"
-00622266 04 n 05 wrestle 0 wrestling 1 grapple 0 grappling 0 hand-to-hand_struggle 0 005 @ 00622068 n 0000 + 01574292 v 0401 + 01574292 v 0301 + 01504699 v 0201 + 01504699 v 0101 | the act of engaging in close hand-to-hand combat; "they had a fierce wrestle"; "we watched his grappling and wrestling with the bully"
-00622584 04 n 02 hunt 0 hunting 0 009 @ 00620752 n 0000 + 01143838 v 0201 + 02003601 v 0102 + 01144657 v 0101 + 01143838 v 0101 ~ 00452947 n 0000 ~ 00711523 n 0000 ~ 00711799 n 0000 ~ 00711897 n 0000 | the work of finding and killing or capturing animals for food or pelts
-00622859 04 n 01 hackwork 0 001 @ 00620752 n 0000 | professional work done according to formula
-00622957 04 n 01 haymaking 0 001 @ 00620752 n 0000 | cutting grass and curing it to make hay
-00623052 04 n 01 haymaking 1 001 @ 00035189 n 0000 | taking full advantage of an opportunity while it lasts
-00623162 04 n 02 manual_labor 0 manual_labour 0 007 @ 00620752 n 0000 ~ 00712225 n 0000 ~ 00713493 n 0000 ~ 00713594 n 0000 ~ 00714357 n 0000 ~ 00714693 n 0000 ~ 00714806 n 0000 | labor done with the hands
-00623370 04 n 02 overwork 0 overworking 0 003 @ 00620752 n 0000 + 02409148 v 0201 + 02409148 v 0101 | the act of working too much or too long; "he became ill from overwork"
-00623545 04 n 01 slavery 0 002 @ 00620752 n 0000 + 02421199 v 0101 | work done under harsh conditions for little or no pay
-00623670 04 n 02 subbing 0 substituting 0 004 @ 00575741 n 0000 + 02394662 v 0201 + 02258617 v 0201 + 02258617 v 0102 | working as a substitute for someone who is ill or on leave of absence
-00623862 04 n 02 trouble 2 difficulty 0 004 @ 00621627 n 0000 + 02507464 v 0102 ~ 00624147 n 0000 ~ 00624285 n 0000 | an effort that is inconvenient; "I went to a lot of trouble"; "he won without any trouble"; "had difficulty walking"; "finished the test only with great difficulty"
-00624147 04 n 01 the_devil 0 001 @ 00623862 n 0000 | something difficult or awkward to do or deal with; "it will be the devil to solve"
-00624285 04 n 01 tsuris 0 002 @ 00623862 n 0000 ;c 06951067 n 0000 | (Yiddish) aggravating trouble; "the frustrating tsuris he subjected himself to"
-00624436 04 n 02 least_effort 0 least_resistance 0 001 @ 00621627 n 0000 | the least effortful way to do something
-00624553 04 n 02 strain 2 straining 1 006 @ 00621627 n 0000 + 01165579 v 0201 + 00875235 a 0101 + 01165579 v 0101 + 01798452 v 0102 + 01146051 v 0103 | an intense or violent exertion
-00624738 04 n 05 exercise 0 exercising 0 physical_exercise 0 physical_exertion 0 workout 0 022 @ 00621627 n 0000 + 00099721 v 0502 + 00100551 v 0503 + 00099721 v 0201 + 00099721 v 0101 + 00100551 v 0101 ~ 00435563 n 0000 ~ 00435778 n 0000 ~ 00437321 n 0000 ~ 00625699 n 0000 ~ 00625993 n 0000 ~ 00627437 n 0000 ~ 00627849 n 0000 ~ 00628131 n 0000 ~ 00628539 n 0000 ~ 00628692 n 0000 ~ 00629176 n 0000 ~ 00629803 n 0000 ~ 00629911 n 0000 ~ 00630526 n 0000 ~ 00630634 n 0000 ~ 00630960 n 0000 | the activity of exerting your muscles in various ways to keep fit; "the doctor recommended regular exercise"; "he did some exercising"; "the physical exertion required by his work kept him fit"
-00625427 04 n 01 pull 2 002 @ 00621627 n 0000 + 02582615 v 0103 | a sustained effort; "it was a long pull but we made it"
-00625551 04 n 01 conditioner 0 002 @ 00435563 n 0000 + 00207418 v 0101 | exercise that conditions the body; "farm work can be a good conditioner"
-00625699 04 n 02 set 0 exercise_set 0 001 @ 00624738 n 0000 | several exercises intended to be done in series; "he did four sets of the incline bench press"
-00625858 04 n 02 aerobics 0 aerobic_exercise 0 002 @ 00435563 n 0000 + 00069217 a 0101 | exercise that increases the need for oxygen
-00625993 04 n 04 bodybuilding 0 anaerobic_exercise 0 muscle_building 0 musclebuilding 0 003 @ 00624738 n 0000 ~ 00626188 n 0000 ~ 00627321 n 0000 | exercise that builds muscles through tension
-00626188 04 n 02 weightlift 0 weightlifting 0 007 @ 00625993 n 0000 + 01150370 v 0202 ~ 00626423 n 0000 ~ 00626574 n 0000 ~ 00626838 n 0000 ~ 00627013 n 0000 ~ 00627196 n 0000 | bodybuilding by exercise that involves lifting weights
-00626423 04 n 01 jerk 2 002 @ 00626188 n 0000 #p 00626838 n 0000 | raising a weight from shoulder height to above the head by straightening the arms
-00626574 04 n 01 bench_press 0 002 @ 00626188 n 0000 ~ 00626728 n 0000 | a weightlift in which you lie on your back on a bench and press weights upward
-00626728 04 n 01 incline_bench_press 0 001 @ 00626574 n 0000 | a bench press performed on an inclined bench
-00626838 04 n 02 clean_and_jerk 0 clean 0 002 @ 00626188 n 0000 %p 00626423 n 0000 | a weightlift in which the barbell is lifted to shoulder height and then jerked overhead
-00627013 04 n 02 press 2 military_press 0 002 @ 00626188 n 0000 + 01150370 v 0103 | a weightlift in which the barbell is lifted to shoulder height and then smoothly lifted overhead
-00627196 04 n 01 snatch 1 001 @ 00626188 n 0000 | a weightlift in which the barbell is lifted overhead in one rapid motion
-00627321 04 n 01 weight_gaining 0 001 @ 00625993 n 0000 | bodybuilding that increases muscle mass and body weight
-00627437 04 n 02 calisthenics 1 callisthenics 1 003 @ 00624738 n 0000 ;u 06295235 n 0000 + 02675196 a 0101 | light exercises designed to promote general fitness; "several different calisthenics were illustrated in the video"
-00627664 04 n 02 calisthenics 0 callisthenics 0 002 @ 00410247 n 0000 + 02675196 a 0101 | the practice of calisthenic exercises; "calisthenics is recommended for general good health"
-00627849 04 n 02 isometrics 0 isometric_exercise 0 001 @ 00624738 n 0000 | muscle-building exercises (or a system of musclebuilding exercises) involving muscular contractions against resistance without movement (the muscles contracts but the length of the muscle does not change)
-00628131 04 n 01 isotonic_exercise 0 001 @ 00624738 n 0000 | exercise in which opposing muscles contract and there is controlled movement (tension is constant while the lengths of the muscles change); "the classic isotonic exercise is lifting free weights"
-00628390 04 n 01 jogging 0 003 @ 00435563 n 0000 + 01901447 v 0102 + 01928390 v 0101 | running at a jog trot as a form of cardiopulmonary exercise
-00628539 04 n 02 Kegel_exercises 0 pubococcygeus_exercises 0 001 @ 00624738 n 0000 | exercises for women designed to improve the ability to hold urine
-00628692 04 n 02 stretch 0 stretching 0 004 @ 00624738 n 0000 + 00027268 v 0201 + 00027268 v 0101 ~ 00628883 n 0000 | exercise designed to extend the limbs and muscles to their full extent
-00628883 04 n 01 pandiculation 0 002 @ 00628692 n 0000 @ 00837293 n 0000 | yawning and stretching (as when first waking up)
-00629009 04 n 01 power_walking 0 001 @ 00435563 n 0000 | a form of cardiopulmonary exercise consisting of rapid walking accompanied by vigorous swinging of the arms
-00629176 04 n 01 arm_exercise 0 003 @ 00624738 n 0000 ~ 00629318 n 0000 ~ 00629597 n 0000 | exercise designed to strengthen the arm muscles
-00629318 04 n 02 pushup 0 press-up 0 002 @ 00629176 n 0000 ~ 00629496 n 0000 | an arm exercise performed lying face to the floor and pushing the body up and down with the arms
-00629496 04 n 01 widegrip_pushup 0 001 @ 00629318 n 0000 | a pushup with the arms widely separated
-00629597 04 n 02 pull-up 0 chin-up 0 003 @ 00629176 n 0000 + 01975387 v 0202 + 01982686 v 0102 | an arm exercise performed by pulling yourself up on a horizontal bar until your chin is level with the bar
-00629803 04 n 01 back_exercise 0 001 @ 00624738 n 0000 | exercise designed to strengthen the back muscles
-00629911 04 n 01 leg_exercise 0 004 @ 00624738 n 0000 ~ 00630071 n 0000 ~ 00630268 n 0000 ~ 00630401 n 0000 | exercise designed to strengthen the leg muscles
-00630071 04 n 03 knee_bend 0 squat 1 squatting 1 002 @ 00629911 n 0000 + 01545314 v 0201 | exercising by repeatedly assuming a crouching position with the knees bent; strengthens the leg muscles
-00630268 04 n 02 leg_curl 0 leg_curling 0 001 @ 00629911 n 0000 | an exercise designed to strengthen the flexor muscles of the leg
-00630401 04 n 01 leg_extensor 0 001 @ 00629911 n 0000 | an exercise designed to strengthen the extensor muscles of the leg
-00630526 04 n 01 neck_exercise 0 001 @ 00624738 n 0000 | exercise designed to strengthen the neck muscles
-00630634 04 n 02 stomach_exercise 0 tummy_crunch 0 002 @ 00624738 n 0000 ~ 00630786 n 0000 | an exercise designed to strengthen the abdominal muscles
-00630786 04 n 01 sit-up 0 002 @ 00630634 n 0000 + 02098680 v 0101 | a stomach exercise in which a person sits up from a supine position without using the arms for leverage
-00630960 04 n 01 yoga 0 004 @ 00624738 n 0000 + 02985904 a 0101 + 02985904 a 0102 ~ 00631168 n 0000 | a system of exercises practiced as part of the Hindu discipline to promote control of the body and mind
-00631168 04 n 01 hatha_yoga 0 001 @ 00630960 n 0000 | yogic exercises (popular in the West) that combine difficult postures (which force the mind to withdraw from the outside world) with controlled breathing
-00631378 04 n 01 practice 3 011 @ 00947128 n 0000 + 02568672 v 0101 + 02561332 v 0101 ~ 00631712 n 0000 ~ 00631887 n 0000 ~ 00632017 n 0000 ~ 00632104 n 0000 ~ 00632201 n 0000 ~ 00632716 n 0000 ~ 00632820 n 0000 ~ 01268183 n 0000 | the exercise of a profession; "the practice of the law"; "I took over his practice when he retired"
-00631712 04 n 01 consultancy 0 002 @ 00631378 n 0000 + 09774266 n 0103 | the practice of giving expert advice within a particular field; "a business management consultancy"
-00631887 04 n 01 cosmetology 0 002 @ 00631378 n 0000 + 09967159 n 0101 | the practice of beautifying the face and hair and skin
-00632017 04 n 01 dental_practice 0 001 @ 00631378 n 0000 | the practice of dentistry
-00632104 04 n 01 law_practice 0 002 @ 00631378 n 0000 ;c 08441203 n 0000 | the practice of law
-00632201 04 n 01 medical_practice 0 004 @ 00631378 n 0000 ~ 00632342 n 0000 ~ 00632531 n 0000 ~ 00633108 n 0000 | the practice of medicine
-00632342 04 n 02 family_practice 0 family_medicine 0 001 @ 00632201 n 0000 | medical practice that provides health care regardless of age or sex while placing emphasis on the family unit
-00632531 04 n 01 group_practice 0 002 @ 00632201 n 0000 ;c 00612160 n 0000 | (medicine) the practice of medicine by a group of physicians who share their premises and other resources
-00632716 04 n 01 optometry 0 002 @ 00631378 n 0000 + 10380305 n 0101 | the practice of an optometrist
-00632820 04 n 01 private_practice 0 001 @ 00631378 n 0000 | the practice of a profession independently and not as an employee; "he teaches at the medical school but his fortune came from private practice"; "lawyers in private practice are in business and must make a profit to survive"
-00633108 04 n 02 quackery 0 empiricism 1 004 @ 00632201 n 0000 + 03063305 a 0201 + 03063305 a 0202 + 00011982 v 0101 | medical practice and advice based on observation and experience in ignorance of scientific findings
-00633329 04 n 02 application 1 diligence 0 002 @ 00621627 n 0000 + 02595523 v 0101 | a diligent effort; "it is a job requiring serious application"
-00633479 04 n 01 overkill 0 001 @ 00621627 n 0000 | any effort that seems to go farther than would be necessary to achieve its goal
-00633613 04 n 01 supererogation 0 001 @ 00621627 n 0000 | an effort above and beyond the call of duty
-00633717 04 n 01 overexertion 0 002 @ 00621627 n 0000 + 02371975 v 0101 | excessive exertion; so much exertion that discomfort or injury results
-00633864 04 n 02 investigation 0 investigating 0 016 @ 00575741 n 0000 + 00785962 v 0201 + 00789138 v 0201 + 00785962 v 0101 + 00789138 v 0101 ~ 00634276 n 0000 ~ 00634586 n 0000 ~ 00635012 n 0000 ~ 00635699 n 0000 ~ 00635850 n 0000 ~ 00636461 n 0000 ~ 00636728 n 0000 ~ 00636921 n 0000 ~ 00637354 n 0000 ~ 00652659 n 0000 ~ 00654400 n 0000 | the work of inquiring into something thoroughly and systematically
-00634276 04 n 01 analysis 0 010 @ 00633864 n 0000 + 00112231 a 0102 + 00736216 v 0101 ~ 00646187 n 0000 ~ 00646680 n 0000 ~ 00646833 n 0000 ~ 00648790 n 0000 ~ 00648931 n 0000 ~ 00649090 n 0000 ~ 00649266 n 0000 | an investigation of the component parts of a whole and their relations in making up the whole
-00634586 04 n 06 count 0 counting 0 numeration 0 enumeration 0 reckoning 1 tally 0 013 @ 00633864 n 0000 + 00949288 v 060a + 00948071 v 0403 + 00948071 v 0304 + 00947857 v 0201 + 00948071 v 0201 ~ 00652803 n 0000 ~ 00653388 n 0000 ~ 00653518 n 0000 ~ 00653719 n 0000 ~ 00653811 n 0000 ~ 00653958 n 0000 ~ 00654113 n 0000 | the act of counting; reciting numbers in ascending order; "the counting continued for several hours"
-00635012 04 n 02 police_work 0 police_investigation 0 005 @ 00633864 n 0000 ~ 00635205 n 0000 ~ 00635422 n 0000 ~ 00635544 n 0000 ~ 00652466 n 0000 | the investigation of criminal activities
-00635205 04 n 04 detection 1 detecting 0 detective_work 0 sleuthing 0 003 @ 00635012 n 0000 + 00785690 v 0404 + 02154508 v 0201 | a police investigation to determine the perpetrator; "detection is hard on the feet"
-00635422 04 n 01 forensics 0 001 @ 00635012 n 0000 | scientific tests or techniques used in the investigation of crimes
-00635544 04 n 01 roundup 0 002 @ 00635012 n 0000 + 01381913 v 0101 | the systematic gathering up of suspects by the police; "a mass roundup of suspects"
-00635699 04 n 01 empiricism 0 003 @ 00633864 n 0000 + 00858917 a 0102 + 00858917 a 0101 | the application of empirical methods in any art or science
-00635850 04 n 02 examination 0 scrutiny 0 028 @ 00633864 n 0000 + 10565502 n 0201 + 02153387 v 0203 + 00697062 v 0202 + 02153387 v 0204 + 00697062 v 0203 + 02131279 v 0101 ~ 00141176 n 0000 ~ 00141396 n 0000 ~ 00142361 n 0000 ~ 00142665 n 0000 ~ 00143057 n 0000 ~ 00143251 n 0000 ~ 00143536 n 0000 ~ 00143626 n 0000 ~ 00143763 n 0000 ~ 00143885 n 0000 ~ 00642045 n 0000 ~ 00643389 n 0000 ~ 00643621 n 0000 ~ 00643772 n 0000 ~ 00643943 n 0000 ~ 00644366 n 0000 ~ 00644503 n 0000 ~ 00644702 n 0000 ~ 00645365 n 0000 ~ 00879271 n 0000 ~ 01265325 n 0000 | the act of examining something closely (as for mistakes)
-00636461 04 n 02 examination 2 testing 2 006 @ 00633864 n 0000 + 00786458 v 0202 + 02531625 v 0105 + 00788564 v 0102 + 00786816 v 0101 ~ 00637145 n 0000 | the act of giving students or candidates a test (as by questions) to determine what they know or have learned
-00636728 04 n 02 inquiry 0 enquiry 0 005 @ 00633864 n 0000 + 00785962 v 0203 + 00785962 v 0102 ~ 00637677 n 0000 ~ 00637810 n 0000 | a systematic investigation of a matter of public interest
-00636921 04 n 01 research 0 008 @ 00633864 n 0000 + 00648224 v 0101 ~ 00637546 n 0000 ~ 00639833 n 0000 ~ 00640188 n 0000 ~ 00640889 n 0000 ~ 00641522 n 0000 ~ 00641820 n 0000 | systematic investigation to establish facts
-00637145 04 n 02 eleven-plus 0 11-plus 0 002 @ 00636461 n 0000 ;r 08860123 n 0000 | (formerly in Britain) an examination taken by 11 and 12 year old students to select suitable candidates for grammar school
-00637354 04 n 01 search 2 002 @ 00633864 n 0000 + 00648224 v 0102 | an investigation seeking answers; "a thorough search of the ledgers revealed nothing"; "the outcome justified the search"
-00637546 04 n 01 operations_research 0 001 @ 00636921 n 0000 | research designed to determine most efficient way to do something
-00637677 04 n 01 means_test 0 001 @ 00636728 n 0000 | an inquiry into the financial position of someone applying for financial aid
-00637810 04 n 01 inquest 0 001 @ 00636728 n 0000 | an inquiry into the cause of an unexpected death
-00637912 04 n 01 big_science 0 001 @ 00641820 n 0000 | scientific research that requires massive capital investment but is expected to yield very significant results
-00638080 04 n 01 biological_research 0 004 @ 00641820 n 0000 ~ 00638243 n 0000 ~ 00638770 n 0000 ~ 00639267 n 0000 | scientific research conducted by biologists
-00638243 04 n 01 cloning 0 003 @ 00638080 n 0000 ~ 00638448 n 0000 ~ 00639007 n 0000 | a general term for the research activity that creates a copy of some biological entity (a gene or organism or cell)
-00638448 04 n 01 reproductive_cloning 0 002 @ 00638243 n 0000 ~ 00638602 n 0000 | making a full living copy of an organism; requires a surrogate mother
-00638602 04 n 01 human_reproductive_cloning 0 001 @ 00638448 n 0000 | the reproductive cloning of a sentient human being; generally considered ethically unacceptable
-00638770 04 n 04 somatic_cell_nuclear_transplantation 0 somatic_cell_nuclear_transfer 0 SCNT 0 nuclear_transplantation 0 002 @ 00638080 n 0000 ~ 00639007 n 0000 | moving a cell nucleus and its genetic material from one cell to another
-00639007 04 n 02 therapeutic_cloning 0 biomedical_cloning 0 002 @ 00638770 n 0000 @ 00638243 n 0000 | nuclear transplantation of a patient's own cells to make an oocyte from which immune-compatible cells (especially stem cells) can be derived for transplant
-00639267 04 n 01 stem-cell_research 0 002 @ 00638080 n 0000 ~ 00639398 n 0000 | research on stem cells and their use in medicine
-00639398 04 n 01 embryonic_stem-cell_research 0 001 @ 00639267 n 0000 | biological research on stem cells derived from embryos and on their use in medicine
-00639556 04 n 02 experiment 0 experimentation 0 009 @ 00641820 n 0000 + 02532595 v 0201 + 02532595 v 0101 ~ 00639975 n 0000 ~ 00641421 n 0000 ~ 00693109 n 0000 ~ 05798413 n 0000 %p 05798569 n 0000 %p 05798863 n 0000 | the act of conducting a controlled test or investigation
-00639833 04 n 01 field_work 0 001 @ 00636921 n 0000 | an investigation carried out in the field rather than in a laboratory or headquarters
-00639975 04 n 01 testing 0 002 @ 00639556 n 0000 + 02531625 v 0101 | the act of subjecting to experimental test in order to determine how well something works; "they agreed to end the testing of atomic weapons"
-00640188 04 n 02 marketing_research 0 market_research 0 004 @ 00636921 n 0000 ~ 00640434 n 0000 ~ 00640560 n 0000 ~ 00640721 n 0000 | research that gathers and analyzes information about the moving of good or services from producer to consumer
-00640434 04 n 01 market_analysis 0 001 @ 00640188 n 0000 | marketing research that yields information about the marketplace
-00640560 04 n 01 product_research 0 001 @ 00640188 n 0000 | marketing research that yields information about desired characteristics of the product or service
-00640721 04 n 01 consumer_research 0 001 @ 00640188 n 0000 | marketing research that yields information about the motives and needs of different classes of consumers
-00640889 04 n 01 microscopy 0 008 @ 00636921 n 0000 + 02918844 a 0101 + 02918844 a 0102 + 10313872 n 0101 ~ 00641109 n 0000 ~ 00645622 n 0000 ~ 00645843 n 0000 -c 15052970 n 0000 | research with the use of microscopes
-00641109 04 n 01 electron_microscopy 0 001 @ 00640889 n 0000 | microscopy with the use of electron microscopes
-00641222 04 n 03 electron_spin_resonance 0 ESR 0 electron_paramagnetic_resonance 0 001 @ 00650912 n 0000 | microwave spectroscopy in which there is resonant absorption of radiation by a paramagnet
-00641421 04 n 01 trial_and_error 0 001 @ 00639556 n 0000 | experimenting until a solution is found
-00641522 04 n 01 probe 1 002 @ 00636921 n 0000 + 01226875 v 0101 | an investigation conducted using a flexible surgical instrument to explore an injury or a body cavity
-00641693 04 n 01 Human_Genome_Project 0 001 @i 00641820 n 0000 | an international study of the entire human genetic material
-00641820 04 n 02 scientific_research 0 research_project 0 005 @ 00636921 n 0000 ~ 00637912 n 0000 ~ 00638080 n 0000 ~ 00639556 n 0000 ~i 00641693 n 0000 | research into questions posed by scientific theories and hypotheses
-00642045 04 n 01 endoscopy 0 009 @ 00635850 n 0000 + 03063601 a 0101 ~ 00642325 n 0000 ~ 00642446 n 0000 ~ 00642604 n 0000 ~ 00642762 n 0000 ~ 00642910 n 0000 ~ 00643067 n 0000 ~ 00643208 n 0000 | visual examination of the interior of a hollow body organ by use of an endoscope
-00642325 04 n 01 celioscopy 0 001 @ 00642045 n 0000 | endoscopic examination of the abdomen through the abdominal wall
-00642446 04 n 01 colonoscopy 0 001 @ 00642045 n 0000 | visual examination of the colon (with a colonoscope) from the cecum to the rectum; requires sedation
-00642604 04 n 01 culdoscopy 0 001 @ 00642045 n 0000 | endoscopic examination of a woman's pelvic organs by the insertion of a culdoscope through the vagina
-00642762 04 n 01 gastroscopy 0 001 @ 00642045 n 0000 | visual examination of the stomach by means of a gastroscope inserted through the esophagus
-00642910 04 n 01 hysteroscopy 0 001 @ 00642045 n 0000 | visual examination of the uterus and uterine lining using an endoscope inserted through the vagina
-00643067 04 n 01 proctoscopy 0 001 @ 00642045 n 0000 | visual examination of the rectum and the end of the colon by means of a proctoscope
-00643208 04 n 02 sigmoidoscopy 0 flexible_sigmoidoscopy 0 001 @ 00642045 n 0000 | visual examination (with a sigmoidoscope) of the lower third of the colon in a search for polyps
-00643389 04 n 01 gonioscopy 0 001 @ 00635850 n 0000 | an examination of the front part of the eye to check the angle where the iris meets the cornea; it is used to distinguish between open-angle glaucoma and closed-angle glaucoma
-00643621 04 n 01 keratoscopy 0 001 @ 00635850 n 0000 | examination of the cornea with a keratoscope to detect irregularities in its anterior surface
-00643772 04 n 01 rhinoscopy 0 001 @ 00635850 n 0000 | examination of the nasal passages (either through the anterior nares or with a rhinoscope through the nasopharynx)
-00643943 04 n 01 scan 0 003 @ 00635850 n 0000 + 01318659 v 0101 + 02152504 v 0101 | the act of scanning; systematic examination of a prescribed region; "he made a thorough scan of the beach with his binoculars"
-00644156 04 n 01 scanning 0 001 @ 01019901 n 0000 | the act of systematically moving a finely focused beam of light or electrons over a surface in order to produce an image of it for analysis or transmission
-00644366 04 n 01 search 1 002 @ 00635850 n 0000 + 01317723 v 0101 | boarding and inspecting a ship on the high seas; "right of search"
-00644503 04 n 02 survey 2 study 0 007 @ 00635850 n 0000 + 02166460 v 0201 + 00644583 v 0203 + 00696700 v 0103 + 02150328 v 0101 + 00646542 v 0101 ~ 00879531 n 0000 | a detailed critical inspection
-00644702 04 n 01 testing 3 004 @ 00635850 n 0000 + 02745713 v 0101 + 00920778 v 0101 ~ 00644967 n 0000 | an examination of the characteristics of something; "there are laboratories for commercial testing"; "it involved testing thousands of children for smallpox"
-00644967 04 n 01 screening 1 004 @ 00644702 n 0000 + 02400378 v 0101 ~ 00645162 n 0000 + 00697419 v 0101 | testing objects or persons in order to identify those with particular characteristics
-00645162 04 n 01 genetic_screening 0 001 @ 00644967 n 0000 | analyzing a group of people to determine genetic susceptibility to a particular disease; "genetic screening of infants for phenylketonuria"
-00645365 04 n 06 time_and_motion_study 0 time-and-motion_study 0 time-motion_study 0 motion_study 0 time_study 0 work_study 0 001 @ 00635850 n 0000 | an analysis of a specific job in an effort to find the most efficient method in terms of time and effort
-00645622 04 n 02 dark_ground_illumination 0 dark_field_illumination 0 001 @ 00640889 n 0000 | a form of microscopic examination of living material by scattered light; specimens appear luminous against a dark background
-00645843 04 n 01 fluorescence_microscopy 0 002 @ 00640889 n 0000 ~ 00646024 n 0000 | light microscopy in which the specimen is irradiated at wavelengths that excite fluorochromes
-00646024 04 n 01 indirect_immunofluorescence 0 001 @ 00645843 n 0000 | a method of using fluorescence microscopy to detect the presence of an antigen indirectly
-00646187 04 n 01 anatomy 0 003 @ 00634276 n 0000 + 00645241 v 0101 + 01550594 v 0102 | a detailed analysis; "he studied the anatomy of crimes"
-00646332 04 n 02 urinalysis 0 uranalysis 0 003 @ 00646833 n 0000 @ 00152727 n 0000 ;c 06043075 n 0000 | (medicine) the chemical analysis of urine (for medical diagnosis)
-00646504 04 n 01 scatology 0 002 @ 00646833 n 0000 ;c 06043075 n 0000 | (medicine) the chemical analysis of excrement (for medical diagnosis or for paleontological purposes)
-00646680 04 n 01 case_study 0 001 @ 00634276 n 0000 | a detailed analysis of a person or group from a social or psychological or medical point of view
-00646833 04 n 02 chemical_analysis 0 qualitative_analysis 0 010 @ 00634276 n 0000 ~ 00646332 n 0000 ~ 00646504 n 0000 ~ 00647147 n 0000 ~ 00647270 n 0000 ~ 00649482 n 0000 ~ 00649760 n 0000 ~ 00992331 n 0000 ~ 01116466 n 0000 -c 04394031 n 0000 | the act of decomposing a substance into its constituent elements
-00647147 04 n 01 polarography 0 002 @ 00646833 n 0000 + 02781425 a 0101 | an electrochemical method of chemical analysis
-00647270 04 n 02 quantitative_analysis 0 quantitative_chemical_analysis 0 006 @ 00646833 n 0000 @ 00996969 n 0000 ~ 00647536 n 0000 ~ 00647713 n 0000 ~ 00648542 n 0000 ~ 00648692 n 0000 | chemical analysis to determine the amounts of each element in the substance
-00647536 04 n 02 colorimetry 0 colorimetric_analysis 0 003 @ 00647270 n 0000 + 02700615 a 0101 + 02700615 a 0102 | quantitative chemical analysis by color using a colorimeter
-00647713 04 n 01 volumetric_analysis 0 004 @ 00647270 n 0000 ~ 00647919 n 0000 ~ 00648087 n 0000 ~ 00648237 n 0000 | quantitative analysis by the use of definite volumes of standard solutions or reagents
-00647919 04 n 01 acidimetry 0 002 @ 00647713 n 0000 + 02601564 a 0101 | volumetric analysis using standard solutions of acids to measure the amount of a base present
-00648087 04 n 01 alkalimetry 0 001 @ 00647713 n 0000 | volumetric analysis using standard solutions of alkali to measure the amount of acid present
-00648237 04 n 01 titration 0 002 @ 00647713 n 0000 + 00491910 v 0101 | a measured amount of a solution of unknown concentration is added to a known volume of a second solution until the reaction between them is just complete; the concentration of the unknown solution (the titer) can then be calculated
-00648542 04 n 01 volumetric_analysis 1 001 @ 00647270 n 0000 | determination of the volume of gases (or changes in their volume) during combination
-00648692 04 n 01 gravimetric_analysis 0 001 @ 00647270 n 0000 | quantitative analysis by weight
-00648790 04 n 01 cost_analysis 0 001 @ 00634276 n 0000 | breaking down the costs of some operation and reporting on each factor separately
-00648931 04 n 01 dissection 2 002 @ 00634276 n 0000 + 00643473 v 0104 | detailed critical analysis or examination one part at a time (as of a literary work)
-00649090 04 n 02 fundamental_analysis 0 fundamentals_analysis 0 002 @ 00634276 n 0000 ;c 04323026 n 0000 | (stock exchange) the use of fundamentals as an investment strategy
-00649266 04 n 02 technical_analysis 0 technical_analysis_of_stock_trends 0 002 @ 00634276 n 0000 ;c 04323026 n 0000 | (stock exchange) analysis of past price changes in the hope of forecasting future price changes
-00649482 04 n 05 spectroscopy 0 spectrometry 0 spectroscopic_analysis 0 spectrum_analysis 0 spectrographic_analysis 0 006 @ 00646833 n 0000 + 02918132 a 0201 + 02918271 a 0101 + 02918271 a 0102 ~ 00650743 n 0000 ~ 00650912 n 0000 | the use of spectroscopes to analyze spectra
-00649760 04 n 01 dialysis 0 005 @ 00646833 n 0000 + 00330426 v 0102 ~ 00649992 n 0000 ~ 00650543 n 0000 %p 13528100 n 0000 | separation of substances in solution by means of their unequal diffusion through semipermeable membranes
-00649992 04 n 02 apheresis 0 pheresis 0 004 @ 00649760 n 0000 + 02631955 a 0102 ~ 00650267 n 0000 ~ 00650402 n 0000 | a procedure in which blood is drawn and separated into its components by dialysis; some are retained and the rest are returned to the donor by transfusion
-00650267 04 n 01 plasmapheresis 0 001 @ 00649992 n 0000 | plasma is separated from whole blood and the rest is returned to the donor
-00650402 04 n 01 plateletpheresis 0 001 @ 00649992 n 0000 | platelets are separated from whole blood and the rest is returned to the donor
-00650543 04 n 02 hemodialysis 0 haemodialysis 0 001 @ 00649760 n 0000 | dialysis of the blood to remove toxic substances or metabolic wastes from the bloodstream; used in the case of kidney failure
-00650743 04 n 01 mass_spectroscopy 0 002 @ 00649482 n 0000 + 02918490 a 0101 | the use of spectroscopy to determine the masses of small electrically charged particles
-00650912 04 n 01 microwave_spectroscopy 0 002 @ 00649482 n 0000 ~ 00641222 n 0000 | the use of spectroscopy to study atomic or molecular resonances in the microwave spectrum
-00651088 04 n 01 likening 0 001 @ 00142665 n 0000 | the act of comparing similarities
-00651176 04 n 01 analogy 0 006 @ 00142665 n 0000 + 02071973 a 0101 + 09789898 n 0101 + 01419462 a 0101 + 00653283 v 0101 + 00653283 v 0102 | drawing a comparison in order to show a similarity in some respect; "the operation of a computer presents and interesting analogy to the working of the brain"; "the models show by analogy how matter is built up"
-00651531 04 n 01 collation 1 002 @ 00142665 n 0000 + 00661713 v 0101 | careful examination and comparison to note points of disagreement
-00651670 04 n 01 confrontation 1 002 @ 00142665 n 0000 + 01066433 v 0101 | a focussed comparison; bringing together for a careful comparison
-00651813 04 n 01 contrast 0 003 @ 00142665 n 0000 + 02666882 v 0101 + 00661213 v 0101 | the act of distinguishing by comparing differences
-00651954 04 n 01 lighterage 0 002 @ 00315986 n 0000 + 01954852 v 0101 | the transportation of goods on a lighter
-00652069 04 n 01 visitation 0 002 @ 01233156 n 0000 + 01844048 v 0101 | an official visit for inspection or supervision; "the commissioner made visitations to all the precinct stations"; "the recent visitation of the bishop to his diocese"
-00652311 04 n 01 site_visit 0 001 @ 01233156 n 0000 | a visit in an official capacity to examine a site to determine its suitability for some enterprise
-00652466 04 n 01 surveillance 1 005 @ 00635012 n 0000 ~ 00654765 n 0000 ~ 00880662 n 0000 ~ 00880893 n 0000 ~ 00881035 n 0000 | close observation of a person or group (usually by the police)
-00652659 04 n 01 tabulation 0 002 @ 00633864 n 0000 + 01745536 v 0104 | the act of putting into tabular form; "the tabulation of the results"
-00652803 04 n 01 blood_count 0 003 @ 00634586 n 0000 ~ 00652975 n 0000 ~ 00653171 n 0000 | the act of estimating the number of red and white corpuscles in a blood sample
-00652975 04 n 03 complete_blood_count 0 CBC 0 blood_profile 0 001 @ 00652803 n 0000 | counting the number of white and red blood cells and the number of platelets in 1 cubic millimeter of blood
-00653171 04 n 01 differential_blood_count 0 001 @ 00652803 n 0000 | counting the number of specific types of white blood cells found in 1 cubic millimeter of blood; may be included as part of a complete blood count
-00653388 04 n 03 census 0 nose_count 0 nosecount 0 002 @ 00634586 n 0000 + 00948707 v 0101 | a periodic count of the population
-00653518 04 n 01 countdown 0 002 @ 00634586 n 0000 + 00947717 v 0101 | counting backward from an arbitrary number to indicate the time remaining before some event (such as launching a space vehicle)
-00653719 04 n 01 miscount 0 002 @ 00634586 n 0000 + 00948602 v 0101 | an inaccurate count
-00653811 04 n 01 poll 0 004 @ 00634586 n 0000 ;c 00181781 n 0000 + 02454835 v 0101 + 02463298 v 0101 | the counting of votes (as in an election)
-00653958 04 n 01 recount 0 002 @ 00634586 n 0000 + 00801355 v 0101 | an additional (usually a second) count; especially of the votes in a close election
-00654113 04 n 01 sperm_count 0 001 @ 00634586 n 0000 | the act of estimating the number of spermatozoa in an ejaculate
-00654234 04 n 02 spying 0 undercover_work 0 003 @ 00981830 n 0000 + 00785470 v 0101 ~ 00654563 n 0000 | the act of keeping a secret watch for intelligence purposes
-00654400 04 n 02 wiretap 0 tap 1 003 @ 00633864 n 0000 + 02188848 v 0202 + 02188848 v 0101 | the act of tapping a telephone or telegraph line to get information
-00654563 04 n 01 espionage 0 001 @ 00654234 n 0000 | the systematic use of spies to get military or political secrets
-00654683 04 n 01 counterespionage 0 001 @ 00986275 n 0000 | spying on the spies
-00654765 04 n 01 electronic_surveillance 0 001 @ 00652466 n 0000 | surveillance by electronic means (e.g. television)
-00654885 04 n 04 care 1 attention 1 aid 1 tending 0 025 @ 00575741 n 0000 + 02549847 v 0401 + 00082081 v 0302 + 02549581 v 0201 + 02550296 v 0101 ~ 00257228 n 0000 ~ 00655540 n 0000 ~ 00655727 n 0000 ~ 00655878 n 0000 ~ 00656292 n 0000 ~ 00656524 n 0000 ~ 00658082 n 0000 ~ 00658796 n 0000 ~ 00658946 n 0000 ~ 00660783 n 0000 ~ 00660957 n 0000 ~ 00664849 n 0000 ~ 00665079 n 0000 ~ 00665221 n 0000 ~ 00665358 n 0000 ~ 00665476 n 0000 ~ 00665679 n 0000 ~ 00699736 n 0000 ~ 00921530 n 0000 ~ 01059900 n 0000 | the work of providing treatment for or attending to someone or something; "no medical care was required"; "the old car needs constant attention"
-00655540 04 n 01 maternalism 0 002 @ 00654885 n 0000 + 01735130 a 0101 | motherly care; behavior characteristic of a mother; the practice of acting as a mother does toward her children
-00655727 04 n 02 babysitting 0 baby_sitting 0 001 @ 00654885 n 0000 | the work of a baby sitter; caring for children when their parents are not home
-00655878 04 n 01 pet_sitting 0 001 @ 00654885 n 0000 | the work of a pet sitter; caring for pets in their own home while their owners are away from home
-00656033 04 n 01 primary_care 0 001 @ 00657604 n 0000 | the medical care received on first contact with the medical system (before being referred elsewhere)
-00656192 04 n 01 aftercare 0 001 @ 00657604 n 0000 | care and treatment of a convalescent patient
-00656292 04 n 01 dental_care 0 002 @ 00654885 n 0000 ~ 00656386 n 0000 | care for the teeth
-00656386 04 n 02 brush 3 brushing 3 001 @ 00656292 n 0000 | the act of brushing your teeth; "the dentist recommended two brushes a day"
-00656524 04 n 01 first_aid 0 001 @ 00654885 n 0000 | emergency care given before regular medical aid can be obtained
-00656643 04 n 02 eyedrop 0 eye-drop 0 005 @ 00695448 n 0000 ~ 00656835 n 0000 ~ 00657080 n 0000 ~ 00657257 n 0000 ~ 00657420 n 0000 | a method of irrigating the eye used by ophthalmologists
-00656835 04 n 01 adrenergic_agonist_eyedrop 0 001 @ 00656643 n 0000 | a treatment for glaucoma; the eyedrops reduce intraocular pressure by decreasing the production of aqueous humor and increasing its drainage through the uveoscleral pathway
-00657080 04 n 01 beta_blocker_eyedrop 0 001 @ 00656643 n 0000 | a treatment for glaucoma; the eyedrops reduce intraocular pressure by reducing the production of aqueous humor
-00657257 04 n 01 miotic_eyedrop 0 001 @ 00656643 n 0000 | a treatment for glaucoma; the eyedrops increase the outflow of aqueous humor by constricting the pupil
-00657420 04 n 01 topical_prostaglandin_eyedrop 0 001 @ 00656643 n 0000 | a treatment for glaucoma; the eyedrops increase the outflow of aqueous humor through the uveoscleral pathway
-00657604 04 n 02 medical_care 0 medical_aid 0 021 @ 00658082 n 0000 %p 00153105 n 0000 ~ 00656033 n 0000 ~ 00656192 n 0000 ~ 00658627 n 0000 ~ 00661091 n 0000 ~ 00664997 n 0000 ~ 00695448 n 0000 ~ 00696882 n 0000 ~ 00697024 n 0000 ~ 00697249 n 0000 ~ 00697365 n 0000 ~ 00698004 n 0000 ~ 00698959 n 0000 ~ 00699146 n 0000 ~ 00709521 n 0000 ~ 00709843 n 0000 ~ 00710015 n 0000 ~ 00710692 n 0000 ~ 00710889 n 0000 ~ 00711265 n 0000 | professional treatment for illness or injury
-00658082 04 n 02 treatment 0 intervention 2 020 @ 00654885 n 0000 + 00078760 v 0101 ~ 00657604 n 0000 ~ 00659048 n 0000 ~ 00661847 n 0000 ~ 00699320 n 0000 ~ 00707967 n 0000 ~ 00708168 n 0000 ~ 00708332 n 0000 ~ 00708489 n 0000 ~ 00708676 n 0000 ~ 00708957 n 0000 ~ 00709205 n 0000 ~ 00709395 n 0000 ~ 00710155 n 0000 ~ 00710338 n 0000 ~ 00710550 n 0000 ~ 00711127 n 0000 ~ 00711413 n 0000 %p 04074482 n 0000 | care provided to improve a situation (especially medical procedures or applications that are intended to relieve illness or injury)
-00658627 04 n 03 hospitalization 0 hospitalisation 0 hospital_care 0 003 @ 00657604 n 0000 + 02348927 v 0202 + 02348927 v 0101 | placing in medical care in a hospital
-00658796 04 n 01 incubation 0 002 @ 00654885 n 0000 + 00254150 v 0101 | maintaining something at the most favorable temperature for its development
-00658946 04 n 01 livery 1 001 @ 00654885 n 0000 | the care (feeding and stabling) of horses for pay
-00659048 04 n 01 massage 0 010 @ 00658082 n 0000 + 00064487 v 0101 + 01232738 v 0101 ~ 00258695 n 0000 ~ 00659349 n 0000 ~ 00659667 n 0000 ~ 00659834 n 0000 ~ 00659946 n 0000 ~ 00660173 n 0000 ~ 00660324 n 0000 | kneading and rubbing parts of the body to increase circulation and promote relaxation
-00659349 04 n 02 cardiac_massage 0 heart_massage 0 003 @ 00177783 n 0000 @ 00659048 n 0000 #p 00832626 n 0000 | an emergency procedure that employs rhythmic compression of the heart (either through the chest wall or, during surgery, directly to the heart) in an attempt to maintain circulation during cardiac arrest
-00659667 04 n 01 effleurage 0 002 @ 00659048 n 0000 #p 13506119 n 0000 | a rhythmic stroking; "effleurage of the abdomen is used in the Lamaze method of childbirth"
-00659834 04 n 01 petrissage 0 001 @ 00659048 n 0000 | massage of the skin which is gently lifted and squeezed
-00659946 04 n 01 reflexology 0 001 @ 00659048 n 0000 | massage to relieve tension by finger pressure; based on the belief that there are reflex points on the feet, hands, and head that are connected to every part of the body
-00660173 04 n 01 Swedish_massage 0 001 @ 00659048 n 0000 | massage combined with a system of active and passive exercises for the muscles and joints
-00660324 04 n 01 tapotement 0 001 @ 00659048 n 0000 | massage in which the body is tapped rhythmically with the fingers or with short rapid movements of the sides of the hand; used to loosen mucus on the chest walls of patients with bronchitis
-00660570 04 n 01 makeover 0 002 @ 00261797 n 0000 + 01619725 v 0104 | an overall beauty treatment (involving a person's hair style and cosmetics and clothing) intended to change or improve a person's appearance
-00660783 04 n 01 manicure 0 005 @ 00654885 n 0000 @ 00261797 n 0000 + 10290919 n 0101 + 00042479 v 0101 + 00042641 v 0101 | professional care for the hands and fingernails
-00660957 04 n 01 pedicure 0 003 @ 00654885 n 0000 @ 00261797 n 0000 + 00042936 v 0101 | professional care for the feet and toenails
-00661091 04 n 01 therapy 0 027 @ 00657604 n 0000 ;c 06043075 n 0000 + 02914213 a 0101 + 02914213 a 0102 + 10707233 n 0101 ~ 00662196 n 0000 ~ 00662340 n 0000 ~ 00662527 n 0000 ~ 00662681 n 0000 ~ 00662972 n 0000 ~ 00663094 n 0000 ~ 00663333 n 0000 ~ 00663488 n 0000 ~ 00663714 n 0000 ~ 00663878 n 0000 ~ 00664110 n 0000 ~ 00664388 n 0000 ~ 00664577 n 0000 ~ 00700000 n 0000 ~ 00700421 n 0000 ~ 00700652 n 0000 ~ 00705580 n 0000 ~ 00706371 n 0000 ~ 00707213 n 0000 ~ 00707344 n 0000 ~ 00707537 n 0000 ~ 00707785 n 0000 | (medicine) the act of caring for someone (as by medication or remedial training etc.); "the quarterback is undergoing treatment for a knee injury"; "he tried every treatment the doctors suggested"; "heat therapy gave the best relief"
-00661847 04 n 01 modality 0 003 @ 00658082 n 0000 #p 00700000 n 0000 ~ 00662017 n 0000 | a method of therapy that involves physical or electrical therapeutic treatment
-00662017 04 n 01 diathermy 0 001 @ 00661847 n 0000 | a method of physical therapy that involves generating local heat in body tissues by high-frequency electromagnetic currents
-00662196 04 n 01 aromatherapy 0 001 @ 00661091 n 0000 | the therapeutic use of aromatic plant extracts and essential oils in baths or massage
-00662340 04 n 01 chemotherapy 0 004 @ 00661091 n 0000 + 02693533 a 0101 + 02693533 a 0102 ~ 00706222 n 0000 | the use of chemical agents to treat or control disease (or mental illness)
-00662527 04 n 01 correction 1 002 @ 00661091 n 0000 ~ 00699517 n 0000 | treatment of a specific defect; "the correction of his vision with eye glasses"
-00662681 04 n 04 electrotherapy 0 galvanism 0 electric_healing 0 electrical_healing 0 005 @ 00661091 n 0000 + 00090513 v 0201 + 00090513 v 0202 + 10049896 n 0101 ~ 00706605 n 0000 | the therapeutic application of electricity to the body (as in the treatment of various forms of paralysis)
-00662972 04 n 02 heliotherapy 0 insolation 0 002 @ 00661091 n 0000 + 02112546 v 0202 | therapeutic exposure to sunlight
-00663094 04 n 03 hormone_replacement_therapy 0 hormone-replacement_therapy 0 HRT 0 001 @ 00661091 n 0000 | hormones (estrogen and progestin) are given to postmenopausal women; believed to protect them from heart disease and osteoporosis
-00663333 04 n 01 immunotherapy 0 001 @ 00661091 n 0000 | therapy designed to produce immunity to a disease or to enhance resistance by the immune system
-00663488 04 n 01 infrared_therapy 0 001 @ 00661091 n 0000 | the use of infrared radiation (as by infrared lamps or heating pads or hot water bottles) to relieve pain and increase circulation to a particular area of the body
-00663714 04 n 01 inflation_therapy 0 001 @ 00661091 n 0000 | therapy in which water or oxygen or a drug is introduced into the respiratory tract with inhaled air
-00663878 04 n 05 iontophoresis 0 ionic_medication 0 iontotherapy 0 electromotive_drug_administration 0 EMDA 0 001 @ 00661091 n 0000 | therapy that uses a local electric current to introduce the ions of a medicine into the tissues
-00664110 04 n 01 medication 0 005 @ 00661091 n 0000 + 00084562 v 0101 + 00084230 v 0101 ~ 00664285 n 0000 ~ 00694990 n 0000 | the act of treating with medicines or remedies
-00664285 04 n 01 antipyresis 0 001 @ 00664110 n 0000 | medication with antipyretics to treat a fever
-00664388 04 n 01 megavitamin_therapy 0 001 @ 00661091 n 0000 | therapy based on a theory that taking very large doses of vitamins will prevent or cure physical or psychological disorders
-00664577 04 n 01 occupational_therapy 0 001 @ 00661091 n 0000 | therapy based on engagement in meaningful activities of daily life, especially to enable or encourage participation in such activities in spite of impairments or limitations in physical or mental functions
-00664849 04 n 01 nourishment 0 002 @ 00654885 n 0000 + 01204191 v 0103 | the act of nourishing; "her nourishment of the orphans saved many lives"
-00664997 04 n 01 nursing_care 0 001 @ 00657604 n 0000 | care by a skilled nurse
-00665079 04 n 01 nursing 0 003 @ 00654885 n 0000 + 02550698 v 0101 + 00080705 v 0101 | the work of caring for the sick or injured or infirm
-00665221 04 n 02 tender_loving_care 0 TLC 0 001 @ 00654885 n 0000 | considerate and solicitous care; "young children need lots of TLC"
-00665358 04 n 01 nurturance 0 002 @ 00654885 n 0000 + 01202728 v 0102 | physical and emotional care and nourishment
-00665476 04 n 01 personal_care 0 001 @ 00654885 n 0000 | care for someone who is disabled or is otherwise unable to care for themselves; can including bathing and cooking and managing bodily functions
-00665679 04 n 02 skin_care 0 skincare 0 002 @ 00654885 n 0000 ~ 00665781 n 0000 | care for the skin
-00665781 04 n 01 facial 0 003 @ 00665679 n 0000 @ 00261797 n 0000 + 02877704 a 0101 | care for the face that usually involves cleansing and massage and the application of cosmetic creams
-00665970 04 n 01 adenoidectomy 0 001 @ 00393369 n 0000 | surgical removal of the adenoids; commonly performed along with tonsillectomy
-00666107 04 n 02 adrenalectomy 0 suprarenalectomy 0 001 @ 00393369 n 0000 | surgical removal of one or both adrenal glands
-00666232 04 n 02 appendectomy 0 appendicectomy 0 001 @ 00393369 n 0000 | surgical removal of the vermiform appendix
-00666350 04 n 01 amputation 0 002 @ 00671351 n 0000 + 01254692 v 0101 | a surgical removal of all or part of a limb
-00666468 04 n 01 angioplasty 0 001 @ 00671351 n 0000 | an operation to repair a damaged blood vessel or unblock a coronary artery
-00666600 04 n 01 arthrodesis 0 001 @ 00666733 n 0000 | the surgical fixation of a joint which is intended to result in bone fusion
-00666733 04 n 01 arthroplasty 0 002 @ 00671351 n 0000 ~ 00666600 n 0000 | surgical reconstruction or replacement of a malformed or degenerated joint
-00666884 04 n 01 arthroscopy 0 001 @ 00671351 n 0000 | a minimally invasive operation to repair a damaged joint; the surgeon examines the joint with an arthroscope while making repairs through a small incision
-00667096 04 n 01 autoplasty 0 002 @ 00690501 n 0000 + 02652124 a 0101 | surgical repair by using tissue from another part of the patient's own body
-00667246 04 n 01 brain_surgery 0 003 @ 00671351 n 0000 ~ 00667384 n 0000 ~ 00667612 n 0000 | any surgical procedure involving the brain
-00667384 04 n 01 psychosurgery 0 004 @ 00667246 n 0000 ~ 00683722 n 0000 ~ 00683915 n 0000 ~ 00684128 n 0000 | brain surgery on human patients intended to relieve severe and otherwise intractable mental or behavioral problems
-00667612 04 n 01 split-brain_technique 0 001 @ 00667246 n 0000 | brain surgery on animals in which the corpus callosum (and sometimes the optic chiasm) is severed so that communication between the cerebral hemispheres is interrupted
-00667847 04 n 01 castration 1 002 @ 00671351 n 0000 + 00060477 v 0104 | surgical removal of the testes or ovaries (usually to inhibit hormone secretion in cases of breast cancer in women or prostate cancer in men); "bilateral castration results in sterilization"
-00668112 04 n 03 cautery 0 cauterization 0 cauterisation 0 007 @ 00671351 n 0000 + 00373766 v 0302 + 00373766 v 0201 + 00373766 v 0101 + 00373766 v 0102 ~ 00697614 n 0000 ~ 00697887 n 0000 | the act of coagulating blood and destroying tissue with a hot iron or caustic agent or by freezing
-00668404 04 n 01 chemosurgery 0 001 @ 00671351 n 0000 | use of chemical to destroy diseased or malignant tissue; used in treatment of skin cancer
-00668552 04 n 01 colostomy 0 002 @ 00689550 n 0000 %p 05246215 n 0000 | a surgical operation that creates an opening from the colon to the surface of the body to function as an anus
-00668736 04 n 01 craniotomy 0 001 @ 00671351 n 0000 | a surgical opening through the skull
-00668829 04 n 01 cryosurgery 0 001 @ 00671351 n 0000 | the use of extreme cold (usually liquid nitrogen) to destroy unwanted tissue (warts or cataracts or skin cancers)
-00669000 04 n 01 cholecystectomy 0 002 @ 00393369 n 0000 ~ 00669262 n 0000 | surgical removal of the gall bladder (usually for relief of gallstone pain)
-00669155 04 n 02 clitoridectomy 0 female_circumcision 0 001 @ 00393369 n 0000 | excision of the clitoris
-00669262 04 n 02 laparoscopic_cholecystectomy 0 lap_choly 0 001 @ 00669000 n 0000 | removal of the gall bladder through small punctures in the abdomen to permit the insertion of a laparoscope and surgical instruments
-00669481 04 n 02 curettage 0 curettement 0 003 @ 00671351 n 0000 #p 00670250 n 0000 ~ 00669687 n 0000 | surgery to remove tissue or growths from a bodily cavity (as the uterus) by scraping with a curette
-00669687 04 n 02 suction_curettage 0 vacuum_aspiration 0 002 @ 00669481 n 0000 @ 00231161 n 0000 | a method of induced abortion; prior to the 14th week of gestation the embryo and placenta are removed by applying suction to the dilated cervix
-00669932 04 n 01 debridement 0 001 @ 00671351 n 0000 | surgical removal of foreign material and dead tissue from a wound in order to prevent infection and promote healing
-00670105 04 n 01 decortication 0 003 @ 00671351 n 0000 + 00176874 v 0101 + 01263999 v 0101 | removal of the outer covering of an organ or part
-00670250 04 n 03 dilation_and_curettage 0 dilatation_and_curettage 0 D_and_C 0 002 @ 00671351 n 0000 %p 00669481 n 0000 | a surgical procedure usually performed under local anesthesia in which the cervix is dilated and the endometrial lining of the uterus is scraped with a curet; performed to obtain tissue samples or to stop prolonged bleeding or to remove small tumors or to remove fragments of placenta after childbirth or as a method of abortion
-00670703 04 n 02 disembowelment 0 evisceration 1 002 @ 00391599 n 0000 + 00197590 v 0202 | the act of removing the bowels or viscera; the act of cutting so as to cause the viscera to protrude
-00670897 04 n 01 electrosurgery 0 001 @ 00671351 n 0000 | surgery performed with electrical devices (as in electrocautery)
-00671022 04 n 02 enterostomy 0 enterotomy 0 001 @ 00671351 n 0000 | surgical operation that creates a permanent opening through the abdominal wall into the intestine
-00671190 04 n 01 enucleation 0 002 @ 00671351 n 0000 + 00176459 v 0101 | surgical removal of something without cutting into it; "the enucleation of the tumor"
-00671351 04 n 05 operation 0 surgery 1 surgical_operation 0 surgical_procedure 0 surgical_process 0 078 @ 01024392 n 0000 ;c 06063588 n 0000 + 01169194 a 0201 + 00083809 v 0102 + 01169194 a 0102 ~ 00321562 n 0000 ~ 00393369 n 0000 ~ 00666350 n 0000 ~ 00666468 n 0000 ~ 00666733 n 0000 ~ 00666884 n 0000 ~ 00667246 n 0000 ~ 00667847 n 0000 ~ 00668112 n 0000 ~ 00668404 n 0000 ~ 00668736 n 0000 ~ 00668829 n 0000 ~ 00669481 n 0000 ~ 00669932 n 0000 ~ 00670105 n 0000 ~ 00670250 n 0000 ~ 00670897 n 0000 ~ 00671022 n 0000 ~ 00671190 n 0000 ~ 00673109 n 0000 ~ 00673578 n 0000 ~ 00673710 n 0000 ~ 00673863 n 0000 ~ 00674562 n 0000 ~ 00674760 n 0000 ~ 00674864 n 0000 ~ 00675064 n 0000 ~ 00675219 n 0000 ~ 00676693 n 0000 %p 00676834 n 0000 ~ 00677299 n 0000 ~ 00677808 n 0000 %p 00678010 n 0000 ~ 00681299 n 0000 ~ 00681441 n 0000 ~ 00684837 n 0000 ~ 00684988 n 0000 ~ 00685349 n 0000 ~ 00688462 n 0000 ~ 00688557 n 0000 ~ 00688647 n 0000 ~ 00688766 n 0000 ~ 00688915 n 0000 ~ 00689186 n 0000 ~ 00689467 n 0000 ~ 00689550 n 0000 ~ 00689729 n 0000 ~ 00690132 n 0000 ~ 00690281 n 0000 ~ 00690501 n 0000 ~ 00690848 n 0000 ~ 00691050 n 0000 ~ 00691190 n 0000 ~ 00691330 n 0000 ~ 00691648 n 0000 ~ 00691879 n 0000 ~ 00692130 n 0000 ~ 00692840 n 0000 ~ 00692991 n 0000 ~ 00693399 n 0000 ~ 00693679 n 0000 ~ 00694276 n 0000 ~ 00694420 n 0000 ~ 00694578 n 0000 %p 00716055 n 0000 ~ 00716520 n 0000 ~ 00716777 n 0000 -c 00021997 v 0000 -c 00073584 v 0000 -c 00176874 v 0000 -c 00177578 v 0000 -c 00181005 v 0000 -c 01443871 v 0000 | a medical procedure involving an incision with instruments; performed to repair damage or arrest disease in a living body; "they will schedule the operation as soon as an operating room is available"; "he died while undergoing surgery"
-00673109 04 n 01 wrong-site_surgery 0 001 @ 00671351 n 0000 | a surgical operation performed on the wrong part of the body
-00673234 04 n 01 embolectomy 0 001 @ 00393369 n 0000 | surgical removal of an embolus (usually from an artery)
-00673347 04 n 01 endarterectomy 0 001 @ 00393369 n 0000 | surgical removal of the inner lining of an artery that is clogged with atherosclerosis
-00673494 04 n 01 enervation 0 001 @ 00393369 n 0000 | surgical removal of a nerve
-00673578 04 n 01 evisceration 0 001 @ 00671351 n 0000 | surgical removal of an organ (or the contents of an organ) from a patient
-00673710 04 n 01 exenteration 0 002 @ 00671351 n 0000 + 00176618 v 0101 | surgical removal of the organs within a body cavity (as those of the pelvis)
-00673863 04 n 02 eye_operation 0 eye_surgery 0 011 @ 00671351 n 0000 ~ 00678425 n 0000 ~ 00678988 n 0000 ~ 00679379 n 0000 ~ 00679566 n 0000 ~ 00679724 n 0000 ~ 00679910 n 0000 ~ 00680183 n 0000 ~ 00680336 n 0000 ~ 00680511 n 0000 ~ 00680658 n 0000 | any surgical procedure involving the eyes
-00674158 04 n 08 face_lift 0 facelift 0 lift 1 face_lifting 0 cosmetic_surgery 0 rhytidectomy 0 rhytidoplasty 0 nip_and_tuck 0 003 @ 00690501 n 0000 + 00061933 v 0401 ~ 00689062 n 0000 | plastic surgery to remove wrinkles and other signs of aging from your face; an incision is made near the hair line and skin is pulled back and excess tissue is excised; "some actresses have more than one face lift"
-00674562 04 n 01 fenestration 0 002 @ 00671351 n 0000 ;c 06054700 n 0000 | surgical procedure that creates a new fenestra to the cochlea in order to restore hearing lost because of osteosclerosis
-00674760 04 n 01 gastrectomy 0 001 @ 00671351 n 0000 | surgical removal of all or part of the stomach
-00674864 04 n 01 gastroenterostomy 0 001 @ 00671351 n 0000 | surgical creation of an opening between the stomach wall and the small intestines; performed when the normal opening has been eliminated
-00675064 04 n 01 gastrostomy 0 001 @ 00671351 n 0000 | surgical creation of an opening through the abdominal wall into the stomach (as for gastrogavage)
-00675219 04 n 01 heart_surgery 0 003 @ 00671351 n 0000 ~ 00675357 n 0000 ~ 00675540 n 0000 | any surgical procedure involving the heart
-00675357 04 n 01 closed-heart_surgery 0 003 @ 00675219 n 0000 ~ 00676160 n 0000 ~ 00676453 n 0000 | heart surgery in which a small incision is made (the chest cavity is not opened)
-00675540 04 n 01 open-heart_surgery 0 002 @ 00675219 n 0000 ~ 00675808 n 0000 | heart surgery in which the rib cage is spread open, the heart is stopped and blood is detoured through a heart-lung machine while a heart valve or coronary artery is surgically repaired
-00675808 04 n 04 coronary_bypass 0 coronary_bypass_surgery 0 coronary_artery_bypass_graft 0 CABG 0 001 @ 00675540 n 0000 | open-heart surgery in which the rib cage is opened and a section of a blood vessel is grafted from the aorta to the coronary artery to bypass the blocked section of the coronary artery and improve the blood supply to the heart
-00676160 04 n 01 port-access_coronary_bypass_surgery 0 001 @ 00675357 n 0000 | heart surgery in which a coronary bypass is performed by the use of small instruments and tiny cameras threaded through small incisions while the heart is stopped and blood is pumped through a heart-lung machine
-00676453 04 n 01 minimally_invasive_coronary_bypass_surgery 0 001 @ 00675357 n 0000 | heart surgery in which a coronary bypass is performed on the beating heart by the use of small instruments and cameras threaded through small incisions
-00676693 04 n 02 hemorrhoidectomy 0 haemorrhoidectomy 0 001 @ 00671351 n 0000 | surgical procedure for tying hemorrhoids and excising them
-00676834 04 n 04 hemostasis 0 haemostasis 0 hemostasia 0 haemostasia 0 003 @ 01076046 n 0000 #p 00671351 n 0000 + 00189833 a 0102 | surgical procedure of stopping the flow of blood (as with a hemostat)
-00677038 04 n 01 hypophysectomy 0 003 @ 00393369 n 0000 + 00181005 v 0101 + 00181005 v 0102 | surgical removal of the pituitary gland
-00677174 04 n 01 hysterectomy 0 003 @ 00393369 n 0000 ~ 00677434 n 0000 ~ 00677613 n 0000 | surgical removal of the uterus
-00677299 04 n 01 hysterotomy 0 002 @ 00671351 n 0000 #p 00185778 n 0000 | surgical incision into the uterus (as in cesarean section)
-00677434 04 n 02 radical_hysterectomy 0 panhysterectomy 0 001 @ 00677174 n 0000 | surgical removal of the uterus and the ovaries and oviducts and cervix and related lymph nodes
-00677613 04 n 01 total_hysterectomy 0 001 @ 00677174 n 0000 | surgical removal of the uterus and cervix
-00677719 04 n 01 gastromy 0 001 @ 00678010 n 0000 | surgical incision into the stomach
-00677808 04 n 01 implantation 1 002 @ 00671351 n 0000 + 01528821 v 0101 | a surgical procedure that places something in the human body; "the implantation of radioactive pellets in the prostate gland"
-00678010 04 n 03 incision 0 section 0 surgical_incision 0 014 @ 00387657 n 0000 #p 00671351 n 0000 + 00802020 a 0101 + 01555742 v 0101 ~ 00677719 n 0000 ~ 00680803 n 0000 ~ 00682856 n 0000 ~ 00689302 n 0000 ~ 00691541 n 0000 ~ 00698234 n 0000 ~ 00698348 n 0000 ~ 00698474 n 0000 ~ 00698609 n 0000 ~ 00716397 n 0000 | the cutting of or into body tissues or organs (especially by a surgeon as part of an operation)
-00678425 04 n 01 cataract_surgery 0 003 @ 00673863 n 0000 ~ 00678632 n 0000 ~ 00678752 n 0000 | eye surgery that involves removing all or part of the lens and replacing it with an intraocular lens implant
-00678632 04 n 01 intracapsular_surgery 0 001 @ 00678425 n 0000 | cataract surgery in which the entire lens is removed
-00678752 04 n 01 extracapsular_surgery 0 002 @ 00678425 n 0000 ~ 00679140 n 0000 | cataract surgery in which only the front of the lens is removed; the back of the lens capsule remains intact and provides support for the lens implant
-00678988 04 n 01 cyclodestructive_surgery 0 001 @ 00673863 n 0000 | an eye operation that treats glaucoma by destroying the ciliary body with a laser
-00679140 04 n 01 phacoemulsification 0 001 @ 00678752 n 0000 | extracapsular surgery for cataracts in which ultrasonic sound breaks the cortex and nucleus of the lens into small fragments that are then vacuumed away through a small tube
-00679379 04 n 01 filtration_surgery 0 001 @ 00673863 n 0000 | eye surgery that opens a passage allowing excess aqueous humor to drain into surrounding tissues; a treatment for glaucoma
-00679566 04 n 01 iridectomy 0 001 @ 00673863 n 0000 | an eye operation that treats closed-angle glaucoma by surgical removal of part of the iris of the eye
-00679724 04 n 01 iridotomy 0 001 @ 00673863 n 0000 | a surgical procedure that makes an incision in the iris of the eye in order to enlarge the pupil or to treat closed-angle glaucoma
-00679910 04 n 01 keratotomy 0 002 @ 00673863 n 0000 ~ 00680018 n 0000 | surgical incision into the cornea
-00680018 04 n 01 radial_keratotomy 0 001 @ 00679910 n 0000 | radial pattern of incisions in the cornea that cause the cornea to bulge; performed to correct myopia
-00680183 04 n 02 laser-assisted_subepithelial_keratomileusis 0 LASEK 0 001 @ 00673863 n 0000 | a refractive surgery procedure that reshapes the cornea
-00680336 04 n 01 laser_trabecular_surgery 0 001 @ 00673863 n 0000 | eye surgery that makes many tiny laser burns in an area that will increase the drainage of aqueous humor
-00680511 04 n 02 laser-assisted_in_situ_keratomileusis 0 LASIK 0 001 @ 00673863 n 0000 | a refractive surgery procedure that reshapes the cornea
-00680658 04 n 01 vitrectomy 0 001 @ 00673863 n 0000 | a surgical procedure that removes the vitreous humor and replace it with saline solution
-00680803 04 n 01 perineotomy 0 002 @ 00678010 n 0000 ~ 00680914 n 0000 | surgical incision into the perineum
-00680914 04 n 01 episiotomy 0 001 @ 00680803 n 0000 | surgical incision of the perineum to enlarge the vagina and so facilitate delivery during childbirth
-00681071 04 n 01 ileostomy 0 001 @ 00689550 n 0000 | surgical procedure that creates an opening from the ileum through the abdominal wall to function as an anus; performed in cases of cancer of the colon or ulcerative colitis
-00681299 04 n 01 intestinal_bypass 0 001 @ 00671351 n 0000 | surgical operation that shortens the small intestine; used in treating obesity
-00681441 04 n 01 jejunostomy 0 001 @ 00671351 n 0000 | surgical creation of an opening between the jejunum and the anterior abdominal wall; will allow artificial feeding
-00681613 04 n 03 keratoplasty 0 corneal_graft 0 corneal_transplant 0 003 @ 00690501 n 0000 @ 00693679 n 0000 ~ 00681869 n 0000 | a surgical procedure in which part or all of a damaged or diseased cornea is replaced by healthy corneal tissue from a donor
-00681869 04 n 01 epikeratophakia 0 001 @ 00681613 n 0000 | using a piece of donated corneal tissue to repair the eye of someone who has had a cataract removed; "epikeratophakia gave her a living contact lens"
-00682080 04 n 02 lipectomy 0 selective_lipectomy 0 002 @ 00690501 n 0000 ~ 00682243 n 0000 | plastic surgery involving the breakdown and removal of fatty tissue
-00682243 04 n 02 liposuction 0 suction_lipectomy 0 001 @ 00682080 n 0000 | lipectomy (especially for cosmetic purposes) in which excess fatty tissue is removed from under the skin by suction
-00682436 04 n 01 mastopexy 0 001 @ 00690501 n 0000 | plastic surgery to lift or reshape the breasts
-00682538 04 n 01 neuroplasty 0 001 @ 00690501 n 0000 | plastic surgery of the nerves
-00682625 04 n 01 otoplasty 0 001 @ 00690501 n 0000 | reconstructive surgery of the auricle of the external ear
-00682738 04 n 01 laminectomy 0 001 @ 00393369 n 0000 | surgical removal of the bony arches on one or more vertebrae
-00682856 04 n 01 laparotomy 0 002 @ 00678010 n 0000 ~ 00683012 n 0000 | surgical incision into the abdominal wall; often done to examine abdominal organs
-00683012 04 n 01 laparoscopy 0 001 @ 00682856 n 0000 | laparotomy performed with a laparoscope that makes a small incision to examine the abdominal cavity (especially the ovaries and Fallopian tubes)
-00683214 04 n 01 laryngectomy 0 001 @ 00393369 n 0000 | surgical removal of part or all of the larynx (usually to treat cancer of the larynx)
-00683358 04 n 01 lithotomy 0 002 @ 00393369 n 0000 ~ 00683470 n 0000 | surgical removal of a stone (calculus)
-00683470 04 n 01 cholelithotomy 0 001 @ 00683358 n 0000 | removal of gallstone through an incision in the gallbladder
-00683590 04 n 01 lobectomy 0 001 @ 00393369 n 0000 | surgical removal of a lobe from any organ of the body (as the lung or brain)
-00683722 04 n 01 amygdalotomy 0 001 @ 00667384 n 0000 | psychosurgery in which amygdaloid fibers that mediate limbic system activity are severed (in cases of extreme uncontrollable violence)
-00683915 04 n 02 callosotomy 0 callosectomy 0 001 @ 00667384 n 0000 | severing the corpus callosum so that communication between the cerebral hemispheres is interrupted (in cases of severe intractable epilepsy)
-00684128 04 n 07 lobotomy 0 leukotomy 0 leucotomy 0 prefrontal_lobotomy 0 prefrontal_leukotomy 0 prefrontal_leucotomy 0 frontal_lobotomy 0 002 @ 00667384 n 0000 ~ 00684450 n 0000 | surgical interruption of nerve tracts to and from the frontal lobe of the brain; often results in marked cognitive and personality changes
-00684450 04 n 01 transorbital_lobotomy 0 001 @ 00684128 n 0000 | a method of performing prefrontal lobotomy in which the surgical knife is inserted above the eyeball and moved to cut brain fibers
-00684648 04 n 01 lumpectomy 0 001 @ 00393369 n 0000 | surgical removal of a tumor without removing much of the surrounding tissue or lymph nodes; performed in some cases of breast cancer
-00684837 04 n 01 major_surgery 0 002 @ 00671351 n 0000 ! 00685349 n 0101 | any surgical procedure that involves anesthesia or respiratory assistance
-00684988 04 n 01 microsurgery 0 002 @ 00671351 n 0000 ~ 00685196 n 0000 | surgery using operating microscopes and miniaturized precision instruments to perform intricate procedures on very small structures
-00685196 04 n 01 robotic_telesurgery 0 001 @ 00684988 n 0000 | microsurgery in which the surgeon performs surgery by manipulating the hands of a robot
-00685349 04 n 01 minor_surgery 0 002 @ 00671351 n 0000 ! 00684837 n 0101 | any surgical procedure that does not involve anesthesia or respiratory assistance
-00685508 04 n 01 mastectomy 0 004 @ 00393369 n 0000 ~ 00685675 n 0000 ~ 00685837 n 0000 ~ 00686027 n 0000 | surgical removal of a breast to remove a malignant tumor
-00685675 04 n 01 modified_radical_mastectomy 0 001 @ 00685508 n 0000 | removal of a breast and the pectoralis minor and some lymph nodes in the adjacent armpit
-00685837 04 n 01 radical_mastectomy 0 001 @ 00685508 n 0000 | removal of a breast and the underlying muscles (pectoralis major and pectoralis minor) and lymph nodes in the adjacent armpit
-00686027 04 n 01 simple_mastectomy 0 001 @ 00685508 n 0000 | removal of a breast leaving the underlying muscles and the lymph nodes intact
-00686168 04 n 01 mastoidectomy 0 001 @ 00393369 n 0000 | surgical removal of some or all of the mastoid process
-00686282 04 n 01 meniscectomy 0 001 @ 00393369 n 0000 | surgical removal of the meniscus of the knee
-00686385 04 n 01 nephrectomy 0 001 @ 00393369 n 0000 | surgical removal of a kidney
-00686471 04 n 01 neurectomy 0 001 @ 00393369 n 0000 | surgical removal of all or part of a nerve
-00686570 04 n 02 oophorectomy 0 ovariectomy 0 001 @ 00393369 n 0000 | surgical removal of one of both ovaries
-00686682 04 n 01 oophorosalpingectomy 0 001 @ 00393369 n 0000 | surgical removal of one or both ovaries and the corresponding Fallopian tubes
-00686826 04 n 01 ophthalmectomy 0 001 @ 00393369 n 0000 | surgical removal of an eye
-00686913 04 n 02 orchidectomy 0 orchiectomy 0 001 @ 00393369 n 0000 | surgical removal of one or both testicles
-00687027 04 n 01 pancreatectomy 0 001 @ 00393369 n 0000 | surgical removal of part or all of the pancreas
-00687135 04 n 01 pneumonectomy 0 001 @ 00393369 n 0000 | surgical removal of a lung (usually to treat lung cancer)
-00687252 04 n 01 prostatectomy 0 001 @ 00393369 n 0000 | surgical removal of part or all of the prostate gland
-00687365 04 n 01 salpingectomy 0 001 @ 00393369 n 0000 | surgical removal of one or both Fallopian tubes
-00687472 04 n 01 septectomy 0 001 @ 00393369 n 0000 | surgical removal of all or part of a septum (especially the nasal septum or atrial septum)
-00687619 04 n 01 sigmoidectomy 0 001 @ 00393369 n 0000 | surgical removal of part or all of the sigmoid colon (usually to remove a malignant tumor)
-00687769 04 n 01 splenectomy 0 001 @ 00393369 n 0000 | surgical removal of the spleen
-00687857 04 n 01 stapedectomy 0 001 @ 00393369 n 0000 | surgical removal of the stapes of the middle ear
-00687964 04 n 01 sympathectomy 0 001 @ 00393369 n 0000 | surgical interruption of a nerve pathway in the sympathetic nervous system
-00688098 04 n 01 thrombectomy 0 001 @ 00393369 n 0000 | surgical removal of a blood clot (thrombus) from a blood vessel
-00688220 04 n 01 thyroidectomy 0 001 @ 00393369 n 0000 | surgical removal of the thyroid gland
-00688317 04 n 01 tonsillectomy 0 001 @ 00393369 n 0000 | surgical removal of the palatine tonsils; commonly performed along with adenoidectomy
-00688462 04 n 01 myotomy 0 001 @ 00671351 n 0000 | surgical incision or division of a muscle
-00688557 04 n 01 myringectomy 0 001 @ 00671351 n 0000 | surgical removal of the eardrum
-00688647 04 n 01 myringoplasty 0 001 @ 00671351 n 0000 | surgical repair of a perforated eardrum with a tissue graft
-00688766 04 n 01 myringotomy 0 001 @ 00671351 n 0000 | surgical incision into the eardrum (to relieve pressure or release pus from the middle ear)
-00688915 04 n 01 neurosurgery 0 001 @ 00671351 n 0000 | any surgery that involves the nervous system (brain or spinal cord or peripheral nerves)
-00689062 04 n 02 nose_job 0 rhinoplasty 0 001 @ 00674158 n 0000 | cosmetic surgery to improve the appearance of your nose
-00689186 04 n 01 orchiopexy 0 001 @ 00671351 n 0000 | operation to bring an undescended testicle into the scrotum
-00689302 04 n 01 orchotomy 0 001 @ 00678010 n 0000 | surgical incision into the testis to obtain material for analysis (as in cases of abnormally low sperm count)
-00689467 04 n 01 osteotomy 0 001 @ 00671351 n 0000 | surgical sectioning of bone
-00689550 04 n 01 ostomy 0 003 @ 00671351 n 0000 ~ 00668552 n 0000 ~ 00681071 n 0000 | surgical procedure that creates an artificial opening for the elimination of bodily wastes
-00689729 04 n 04 palatopharyngoplasty 0 PPP 0 uvulopalatopharyngoplasty 0 UPPP 0 001 @ 00671351 n 0000 | surgical resection of unnecessary palatal and oropharyngeal tissue to open the airway; intended to cure extreme cases of snoring (with or without sleep apnea)
-00689995 04 n 01 phalloplasty 0 001 @ 00690501 n 0000 | reconstructive surgery on the penis to repair congenital abnormality or injury
-00690132 04 n 01 phlebectomy 0 001 @ 00671351 n 0000 | surgical removal or all or part of a vein; sometimes done in cases of severe varicose veins
-00690281 04 n 01 photocoagulation 0 001 @ 00671351 n 0000 | surgical procedure that uses an intense laser beam to destroy diseased retinal tissue or to make a scar that will hold the retina in cases of detached retina
-00690501 04 n 03 plastic_surgery 0 reconstructive_surgery 0 anaplasty 0 011 @ 00671351 n 0000 ~ 00034777 n 0000 ~ 00667096 n 0000 ~ 00674158 n 0000 ~ 00681613 n 0000 ~ 00682080 n 0000 ~ 00682436 n 0000 ~ 00682538 n 0000 ~ 00682625 n 0000 ~ 00689995 n 0000 ~ 00690933 n 0000 | surgery concerned with therapeutic or cosmetic reformation of tissue
-00690848 04 n 01 polypectomy 0 001 @ 00671351 n 0000 | surgical removal of a polyp
-00690933 04 n 02 proctoplasty 0 rectoplasty 0 001 @ 00690501 n 0000 | reconstructive surgery of the anus or rectum
-00691050 04 n 01 resection 0 003 @ 00671351 n 0000 + 01255057 v 0101 ~ 00694088 n 0000 | surgical removal of part of a structure or organ
-00691190 04 n 01 rhinotomy 0 001 @ 00671351 n 0000 | surgical procedure in which an incision is made in the nose to drain accumulated pus
-00691330 04 n 01 rhizotomy 0 001 @ 00671351 n 0000 | surgical procedure in which spinal nerve roots are cut; done (anterior roots) to relieve intractable pain or (posterior roots) to stop severe muscle spasms
-00691541 04 n 01 sclerotomy 0 001 @ 00678010 n 0000 | surgical incision of the sclerotic coat of the eye
-00691648 04 n 02 sex-change_operation 0 transsexual_surgery 0 001 @ 00671351 n 0000 | surgical procedures and hormonal treatments designed to alter a person's sexual characteristics so that the resemble those of the opposite sex
-00691879 04 n 02 Shirodkar's_operation 0 purse-string_operation 0 001 @ 00671351 n 0000 | a surgical procedure in which a suture is used to close the cervix in a pregnant woman; is performed when the cervix has failed to retain previous pregnancies
-00692130 04 n 02 sterilization 0 sterilisation 0 005 @ 00671351 n 0000 + 00061595 v 0202 + 00061595 v 0101 ~ 00692506 n 0000 ~ 00853487 n 0000 | the act of making an organism barren or infertile (unable to reproduce)
-00692349 04 n 02 castration 0 emasculation 0 003 @ 00692506 n 0000 + 00060833 v 0201 + 00060833 v 0102 | neutering a male animal by removing the testicles
-00692506 04 n 03 neutering 0 fixing 1 altering 0 005 @ 00692130 n 0000 + 00061595 v 0207 + 00060477 v 0102 ~ 00692349 n 0000 ~ 00692726 n 0000 | the sterilization of an animal; "they took him to the vet for neutering"
-00692726 04 n 01 spaying 0 002 @ 00692506 n 0000 + 00060477 v 0103 | neutering a female by removing the ovaries
-00692840 04 n 01 strabotomy 0 001 @ 00671351 n 0000 | the surgical operation of cutting a muscle or tendon of the eye in order to correct strabismus
-00692991 04 n 01 taxis 1 001 @ 00671351 n 0000 | the surgical procedure of manually restoring a displaced body part
-00693109 04 n 01 Michelson-Morley_experiment 0 001 @ 00639556 n 0000 | a celebrated experiment conducted by Albert Michelson and Edward Morley; their failure to detect any influence of the earth's motion on the velocity of light was the starting point for Einstein's theory of relativity
-00693399 04 n 02 tracheostomy 0 tracheotomy 0 002 @ 00671351 n 0000 %p 05246215 n 0000 | a surgical operation that creates an opening into the trachea with a tube inserted to provide a passage for air; performed when the pharynx is obstructed by edema or cancer or other causes
-00693679 04 n 03 transplant 2 transplantation 2 organ_transplant 0 005 @ 00671351 n 0000 + 01530431 v 0201 + 01530431 v 0101 ~ 00681613 n 0000 ~ 01268271 n 0000 | an operation moving an organ from one organism (the donor) to another (the recipient); "he had a kidney transplant"; "the long-term results of cardiac transplantation are now excellent"; "a child had a multiple organ transplant two months ago"
-00694088 04 n 02 transurethral_resection_of_the_prostate 0 TURP 0 001 @ 00691050 n 0000 | removal of significant amounts of prostate tissue (as in cases of benign prostatic hyperplasia)
-00694276 04 n 01 trephination 0 002 @ 00671351 n 0000 + 00062067 v 0101 | an operation that removes a circular section of bone from the skull
-00694420 04 n 01 tympanoplasty 0 001 @ 00671351 n 0000 | surgical correction or repair of defects or injuries in the eardrum or the bones of the middle ear
-00694578 04 n 01 uranoplasty 0 001 @ 00671351 n 0000 | surgical correction of a defect of the palate
-00694681 04 n 01 justice 0 003 @ 00874067 n 0000 ~ 00694866 n 0000 -c 02513742 v 0000 | judgment involved in the determination of rights and the assignment of rewards and punishments
-00694866 04 n 02 administration 2 judicature 0 001 @ 00694681 n 0000 | the act of meting out justice according to the law
-00694990 04 n 02 administration 1 giving_medication 0 004 @ 00664110 n 0000 + 00081072 v 0101 ~ 00695160 n 0000 ~ 00695300 n 0000 | the act of administering medication
-00695160 04 n 01 drip_feed 0 001 @ 00694990 n 0000 | the administration of a solution (blood or saline or plasma etc.) one drop at a time
-00695300 04 n 02 sedation 0 drugging 0 003 @ 00694990 n 0000 + 00084738 v 0201 + 00022316 v 0101 | the administration of a sedative agent or drug
-00695448 04 n 01 irrigation 1 007 @ 00657604 n 0000 ;c 06043075 n 0000 + 00079951 v 0101 ~ 00656643 n 0000 ~ 00695717 n 0000 ~ 00695944 n 0000 ~ 00696487 n 0000 | (medicine) cleaning a wound or body organ by flushing or washing out with water or a medicated solution
-00695717 04 n 01 douche 0 002 @ 00695448 n 0000 + 00038199 v 0101 | irrigation with a jet of water or medicated solution into or around a body part (especially the vagina) to treat infections or cleanse from odorous contents
-00695944 04 n 02 enema 0 clyster 0 003 @ 00695448 n 0000 ~ 00696147 n 0000 ~ 00696300 n 0000 | an injection of a liquid through the anus to stimulate evacuation; sometimes used for diagnostic purposes
-00696147 04 n 02 colonic_irrigation 0 colonic 0 003 @ 00695944 n 0000 + 02700317 a 0201 ~ 00253773 n 0000 | a water enema given to flush out the colon
-00696300 04 n 01 barium_enema 0 001 @ 00695944 n 0000 | enema in which a contrast medium (usually barium sulfate) is injected into the rectum and X-rays are taken to search for lesions
-00696487 04 n 01 lavage 0 003 @ 00695448 n 0000 + 00036362 v 0102 ~ 00696650 n 0000 | washing out a hollow organ (especially the stomach) by flushing with water
-00696650 04 n 01 gastric_lavage 0 001 @ 00696487 n 0000 | washing out the stomach with sterile water or a saltwater solution; removes blood or poisons; "when the doctor ordered a gastric lavage the hospital pumped out my stomach"
-00696882 04 n 03 dressing 1 bandaging 0 binding 0 003 @ 00657604 n 0000 + 01303547 v 0301 + 00082714 v 0101 | the act of applying a bandage
-00697024 04 n 01 holistic_medicine 0 001 @ 00657604 n 0000 | medical care of the whole person considered as subject to personal and social as well as organic factors; "holistic medicine treats the mind as well as the body"
-00697249 04 n 01 hospice 0 001 @ 00657604 n 0000 | a program of medical and emotional care for the terminally ill
-00697365 04 n 02 injection 1 shot 3 006 @ 00657604 n 0000 + 00086320 v 0101 ~ 00322962 n 0000 ~ 00323056 n 0000 ~ 00323152 n 0000 ~ 00323436 n 0000 | the act of putting a liquid into the body by means of a syringe; "the nurse gave him a flu shot"
-00697614 04 n 01 cryocautery 0 001 @ 00668112 n 0000 | application of a substance that destroys tissue by freezing it
-00697734 04 n 01 electrocautery 0 001 @ 00697887 n 0000 | application of a needle heated by an electric current to destroy tissue (as to remove warts)
-00697887 04 n 01 thermocautery 0 002 @ 00668112 n 0000 ~ 00697734 n 0000 | cautery (destruction of tissue) by heat
-00698004 04 n 01 bloodletting 0 005 @ 00657604 n 0000 ;c 15259284 n 0000 ;c 06043075 n 0000 ~ 00698609 n 0000 ~ 00698794 n 0000 | formerly used as a treatment to reduce excess blood (one of the four humors of medieval medicine)
-00698234 04 n 01 nephrotomy 0 001 @ 00678010 n 0000 | incision into a kidney (usually to remove a kidney stone)
-00698348 04 n 01 thoracotomy 0 001 @ 00678010 n 0000 | surgical incision into the chest walls opening up the pleural cavity
-00698474 04 n 02 valvotomy 0 valvulotomy 0 001 @ 00678010 n 0000 | incision into a stenosed cardiac valve to relieve the obstruction
-00698609 04 n 02 venesection 0 phlebotomy 0 004 @ 00678010 n 0000 @ 00698004 n 0000 + 00086077 v 0203 + 00084107 v 0101 | surgical incision into a vein; used to treat hemochromatosis
-00698794 04 n 01 cupping 0 002 @ 00698004 n 0000 + 00087290 v 0101 | a treatment in which evacuated cups are applied to the skin to draw blood through the surface
-00698959 04 n 01 defibrillation 0 002 @ 00657604 n 0000 + 02553002 v 0101 | treatment by stopping fibrillation of heart muscles (usually by electric shock delivered by a defibrillator)
-00699146 04 n 01 detoxification 0 002 @ 00657604 n 0000 + 00505349 v 0101 | treatment for poisoning by neutralizing the toxic properties (normally a function of the liver)
-00699320 04 n 01 detoxification 1 002 @ 00658082 n 0000 + 00079788 v 0102 | a treatment for addiction to drugs or alcohol intended to remove the physiological effects of the addictive substances
-00699517 04 n 02 fusion 1 spinal_fusion 0 001 @ 00662527 n 0000 | correction of an unstable part of the spine by joining two or more vertebrae; usually done surgically but sometimes done by traction or immobilization
-00699736 04 n 02 faith_healing 0 faith_cure 0 002 @ 00654885 n 0000 ~ 00699872 n 0000 | care provided through prayer and faith in God
-00699872 04 n 01 laying_on_of_hands 1 001 @ 00699736 n 0000 | the application of a faith healer's hands to the patient's body
-00700000 04 n 03 physical_therapy 0 physiotherapy 0 physiatrics 0 006 @ 00661091 n 0000 + 02889619 a 0201 + 10427764 n 0202 + 10427764 n 0101 %p 00661847 n 0000 ~ 00700260 n 0000 | therapy that uses physical agents: exercise and massage and other modalities
-00700260 04 n 01 rehabilitation 2 002 @ 00700000 n 0000 + 02552829 v 0101 | the treatment of physical disabilities by massage and electrotherapy and exercises
-00700421 04 n 03 phytotherapy 0 herbal_therapy 0 botanical_medicine 0 002 @ 00661091 n 0000 ;c 00017222 n 0000 | the use of plants or plant extracts for medicinal purposes (especially plants that are not part of the normal diet)
-00700652 04 n 01 psychotherapy 0 012 @ 00661091 n 0000 + 02914038 a 0101 + 10489944 n 0101 ~ 00700979 n 0000 ~ 00703236 n 0000 ~ 00703422 n 0000 ~ 00703688 n 0000 ~ 00704064 n 0000 ~ 00704159 n 0000 ~ 00704305 n 0000 ~ 00705433 n 0000 -c 00714718 v 0000 | the treatment of mental or emotional problems by psychological means
-00700979 04 n 02 behavior_therapy 0 behavior_modification 0 007 @ 00700652 n 0000 ~ 00701325 n 0000 ~ 00701491 n 0000 ~ 00701755 n 0000 ~ 00702418 n 0000 ~ 00702659 n 0000 ~ 00702992 n 0000 | psychotherapy that seeks to extinguish or inhibit abnormal or maladaptive behavior by reinforcing desired behavior and extinguishing undesired behavior
-00701325 04 n 01 assertiveness_training 0 001 @ 00700979 n 0000 | a method of psychotherapy that reinforces you for stating negative and positive feelings directly
-00701491 04 n 01 aversion_therapy 0 001 @ 00700979 n 0000 | any technique of behavior modification that uses unpleasant stimuli in a controlled fashion to alter behavior in a therapeutic way; primarily used for alcoholism or drug abuse (but with little success)
-00701755 04 n 06 desensitization_technique 0 desensitisation_technique 0 desensitization_procedure 0 desensitisation_procedure 0 systematic_desensitization 0 systematic_desensitisation 0 002 @ 00700979 n 0000 ~ 00702202 n 0000 | a technique used in behavior therapy to treat phobias and other behavior problems involving anxiety; client is exposed to the threatening situation under relaxed conditions until the anxiety reaction is extinguished
-00702202 04 n 01 exposure_therapy 0 001 @ 00701755 n 0000 | a form of behavior therapy in which a survivor confronts feelings or phobias or anxieties about a traumatic event and relives it in the therapy situation
-00702418 04 n 02 implosion_therapy 0 flooding 0 002 @ 00700979 n 0000 + 01524523 v 0202 | a technique used in behavior therapy; client is flooded with experiences of a particular kind until becoming either averse to them or numbed to them
-00702659 04 n 02 reciprocal_inhibition 0 reciprocal-inhibition_therapy 0 001 @ 00700979 n 0000 | a method of behavior therapy based on the inhibition of one response by the occurrence of another response that is mutually incompatible with it; a relaxation response might be conditioned to a stimulus that previously evoked anxiety
-00702992 04 n 01 token_economy 0 001 @ 00700979 n 0000 | a form of behavior therapy that has been used in some mental institutions; patients are rewarded with tokens for appropriate behavior and the tokens may be cashed in for valued rewards
-00703236 04 n 01 client-centered_therapy 0 001 @ 00700652 n 0000 | a method of psychotherapy developed by Carl Rogers in which the client determines the focus and pace of each session
-00703422 04 n 01 crisis_intervention 0 001 @ 00700652 n 0000 | psychotherapy that focuses on acute critical situations (depressive episodes or attempted suicides or drug overdoses) with the aim of restoring the person to the level of functioning before the crisis
-00703688 04 n 02 group_therapy 0 group_psychotherapy 0 002 @ 00700652 n 0000 ~ 00703926 n 0000 | psychotherapy in which a small group of individuals meet with a therapist; interactions among the members are considered to be therapeutic
-00703926 04 n 01 family_therapy 0 001 @ 00703688 n 0000 | any of several therapeutic approaches in which a family is treated as a whole
-00704064 04 n 01 hypnotherapy 0 001 @ 00700652 n 0000 | the use of hypnosis in psychotherapy
-00704159 04 n 01 play_therapy 0 001 @ 00700652 n 0000 | form of psychotherapy for children that uses play situations for diagnosis or treatment
-00704305 04 n 03 psychoanalysis 0 analysis 1 depth_psychology 0 040 @ 00700652 n 0000 + 00643197 v 0201 + 02913428 a 0102 + 02913428 a 0101 -c 00109966 a 0000 -c 00110252 a 0000 -c 02684198 a 0000 -c 00253395 n 0000 ~ 00705319 n 0000 -c 04619083 n 0000 -c 04619420 n 0000 -c 04619946 n 0000 -c 05613170 n 0000 -c 05613625 n 0000 -c 05613794 n 0000 -c 05754519 n 0000 -c 05871792 n 0000 -c 05872098 n 0000 -c 05924165 n 0000 -c 05925862 n 0000 -c 05938014 n 0000 -c 06246700 n 0000 -c 06247181 n 0000 -c 06599655 n 0000 -c 07482521 n 0000 -c 07489548 n 0000 -c 07550204 n 0000 -c 09180967 n 0000 -c 09185440 n 0000 -c 09185612 n 0000 -c 09185865 n 0000 -c 13543564 n 0000 -c 13930725 n 0000 -c 14374764 n 0000 -c 15145782 n 0000 -c 15146004 n 0000 -c 15146260 n 0000 -c 15146545 n 0000 -c 15146828 n 0000 -c 01815471 v 0000 | a set of techniques for exploring underlying motives and a method of treating various mental disorders; based on the theories of Sigmund Freud; "his physician recommended psychoanalysis"
-00705319 04 n 01 hypnoanalysis 0 001 @ 00704305 n 0000 | the use of hypnosis in conjunction with psychoanalysis
-00705433 04 n 01 self-analysis 0 001 @ 00700652 n 0000 | the application of psychotherapeutic principles to the analysis of your own personality
-00705580 04 n 05 radiotherapy 0 radiation_therapy 0 radiation 1 actinotherapy 0 irradiation 0 006 @ 00661091 n 0000 ;c 06043075 n 0000 + 10504206 n 0102 ~ 00705886 n 0000 ~ 00706019 n 0000 ~ 00706133 n 0000 | (medicine) the treatment of disease (especially cancer) by exposure to a radioactive substance
-00705886 04 n 01 phototherapy 0 001 @ 00705580 n 0000 | the use of strong light to treat acne or hyperbilirubinemia of the newborn
-00706019 04 n 02 radium_therapy 0 Curietherapy 0 001 @ 00705580 n 0000 | the use of radium in radiation therapy
-00706133 04 n 01 X-ray_therapy 0 001 @ 00705580 n 0000 | the therapeutic use of X rays
-00706222 04 n 01 chrysotherapy 0 001 @ 00662340 n 0000 | the use of chemicals containing gold for treating diseases (such as rheumatoid arthritis)
-00706371 04 n 02 shock_therapy 0 shock_treatment 0 004 @ 00661091 n 0000 ~ 00706605 n 0000 ~ 00706847 n 0000 ~ 00707028 n 0000 | treatment of certain psychotic states by the administration of shocks that are followed by convulsions
-00706605 04 n 04 electroconvulsive_therapy 0 electroshock 0 electroshock_therapy 0 ECT 0 002 @ 00706371 n 0000 @ 00662681 n 0000 | the administration of a strong electric current that passes through the brain to induce convulsions and coma
-00706847 04 n 03 insulin_shock 0 insulin_shock_therapy 0 insulin_shock_treatment 0 001 @ 00706371 n 0000 | the administration of sufficient insulin to induce convulsions and coma
-00707028 04 n 03 metrazol_shock 0 metrazol_shock_therapy 0 metrazol_shock_treatment 0 001 @ 00706371 n 0000 | the administration of sufficient Metrazol to induce convulsions and coma
-00707213 04 n 01 speech_therapy 0 002 @ 00661091 n 0000 + 10634464 n 0101 | any therapy intended to correct a disorder of speech
-00707344 04 n 01 refrigeration 0 001 @ 00661091 n 0000 | deliberately lowering the body's temperature for therapeutic purposes; "refrigeration by immersing the patient's body in a cold bath"
-00707537 04 n 01 thermotherapy 0 001 @ 00661091 n 0000 | the use of heat to treat a disease or disorder; heating pads or hot compresses or hot-water bottles are used to promote circulation in peripheral vascular disease or to relax tense muscles
-00707785 04 n 01 thrombolytic_therapy 0 001 @ 00661091 n 0000 | therapy consisting of the administration of a pharmacological agent to cause thrombolysis of an abnormal blood clot
-00707967 04 n 01 chiropractic 0 001 @ 00658082 n 0000 | a method of treatment that manipulates body structures (especially the spine) to relieve low back pain or even headache or high blood pressure
-00708168 04 n 01 fomentation 1 002 @ 00658082 n 0000 + 00035448 v 0101 | application of warm wet coverings to a part of the body to relieve pain and inflammation
-00708332 04 n 01 naturopathy 0 001 @ 00658082 n 0000 | a method of treating disease using food and exercise and heat to assist the natural healing process
-00708489 04 n 01 naprapathy 0 001 @ 00658082 n 0000 | a drugless method of treatment based on the belief that disease symptoms arise from problems with ligaments and connective tissues
-00708676 04 n 01 orthodontic_treatment 0 001 @ 00658082 n 0000 | dental treatment that corrects irregularities of the teeth or of the relation of the teeth to surrounding anatomy; treatment is usually by braces or mechanical aids; "orthodontic treatment of facial abnormalities"
-00708957 04 n 01 orthoptics 0 003 @ 00658082 n 0000 + 03095257 a 0101 + 10385354 n 0101 | treatment of defects of binocular vision (such as strabismus and amblyopia) by nonsurgical measures (especially by exercises to strengthen the eye muscles)
-00709205 04 n 01 osteopathy 0 002 @ 00658082 n 0000 + 10385566 n 0102 | therapy based on the assumption that restoring health is best accomplished by manipulating the skeleton and muscles
-00709395 04 n 01 osteoclasis 0 001 @ 00658082 n 0000 | treatment of a skeletal deformity by intentionally fracturing a bone
-00709521 04 n 01 disinfection 0 003 @ 00657604 n 0000 + 00089324 v 0101 ~ 00709659 n 0000 | treatment to destroy harmful microorganisms
-00709659 04 n 01 chlorination 0 003 @ 00709521 n 0000 + 00186567 v 0101 + 00089602 v 0101 | disinfection of water by the addition of small amounts of chlorine or a chlorine compound
-00709843 04 n 02 digitalization 0 digitalisation 0 002 @ 00657604 n 0000 + 00081509 v 0101 | the administration of digitalis for the treatment of certain heart disorders
-00710015 04 n 01 anticoagulation 0 001 @ 00657604 n 0000 | the administration of an anticoagulant drug to retard coagulation of the blood
-00710155 04 n 02 acupuncture 0 stylostixis 0 002 @ 00658082 n 0000 ;r 08723006 n 0000 | treatment of pain or disease by inserting the tips of needles at specific points on the skin
-00710338 04 n 03 acupressure 0 G-Jo 0 shiatsu 0 003 @ 00658082 n 0000 ;r 08723006 n 0000 ;r 08921850 n 0000 | treatment of symptoms by applying pressure with the fingers to specific pressure points on the body
-00710550 04 n 03 autogenic_therapy 0 autogenic_training 0 autogenics 0 001 @ 00658082 n 0000 | training patients in self-induced relaxation
-00710692 04 n 01 allopathy 0 002 @ 00657604 n 0000 ! 00710889 n 0101 | the usual method of treating disease with remedies that produce effects differing from those produced by the disease itself
-00710889 04 n 02 homeopathy 0 homoeopathy 0 002 @ 00657604 n 0000 ! 00710692 n 0101 | a method of treating disease with small amounts of remedies that, in large amounts in healthy people, produce symptoms similar to those being treated
-00711127 04 n 02 hydropathy 0 hydrotherapy 0 001 @ 00658082 n 0000 | the internal and external use of water in the treatment of disease
-00711265 04 n 01 intensive_care 0 001 @ 00657604 n 0000 | close monitoring and constant medical care of patients with life-threatening conditions
-00711413 04 n 01 rest-cure 0 001 @ 00658082 n 0000 | rest as a medical treatment for stress or anxiety etc.
-00711523 04 n 03 stalk 2 stalking 2 still_hunt 0 004 @ 00622584 n 0000 + 02001252 v 0201 + 02001252 v 0101 ~ 00711727 n 0000 | a hunt for game carried on by following it stealthily or waiting in ambush
-00711727 04 n 01 deerstalking 0 001 @ 00711523 n 0000 | stalking deer
-00711799 04 n 01 birdnesting 0 001 @ 00622584 n 0000 | hunting for birds' nests to get the eggs
-00711897 04 n 01 predation 0 002 @ 00622584 n 0000 + 01203500 v 0103 | the act of preying by a predator who kills and eats the prey
-00712031 04 n 03 friction 0 detrition 0 rubbing 0 004 @ 00621627 n 0000 + 01249724 v 0301 + 02732059 a 0101 ~ 00361795 n 0000 | effort expended in moving one object over another with pressure
-00712225 04 n 03 application 3 coating 0 covering 1 020 @ 00623162 n 0000 + 01264283 v 0201 + 01363648 v 0102 ~ 00712833 n 0000 ~ 00712979 n 0000 ~ 00713135 n 0000 ~ 00713250 n 0000 ~ 00716945 n 0000 ~ 00717081 n 0000 ~ 00717208 n 0000 ~ 00717468 n 0000 ~ 00718195 n 0000 ~ 00718325 n 0000 ~ 00718573 n 0000 ~ 00718815 n 0000 ~ 00719016 n 0000 ~ 00719148 n 0000 ~ 00719274 n 0000 ~ 00719388 n 0000 ~ 00827379 n 0000 | the work of applying something; "the doctor prescribed a topical application of iodine"; "a complete bleach requires several applications"; "the surface was ready for a coating of paint";
-00712833 04 n 02 anointing 0 anointment 0 003 @ 00712225 n 0000 + 00085626 v 0201 ~ 01041674 n 0000 | the act of applying oil or an oily liquid
-00712979 04 n 01 fumigation 0 002 @ 00712225 n 0000 + 02127100 v 0101 | the application of a gas or smoke to something for the purpose of disinfecting it
-00713135 04 n 01 foliation 1 002 @ 00712225 n 0000 + 01266749 v 0101 | the work of coating glass with metal foil
-00713250 04 n 02 galvanization 0 galvanisation 0 003 @ 00712225 n 0000 + 01266895 v 0202 + 01266895 v 0101 | either the work of covering with metal by the use of a galvanic current or the coating of iron with zinc to protect it from rusting
-00713493 04 n 01 bodywork 0 001 @ 00623162 n 0000 | the work of making or repairing vehicle bodies
-00713594 04 n 01 handling 0 004 @ 00623162 n 0000 ~ 00713784 n 0000 ~ 00713952 n 0000 ~ 00714173 n 0000 | manual (or mechanical) carrying or moving or delivering or working with something
-00713784 04 n 01 materials_handling 0 001 @ 00713594 n 0000 | act of loading and unloading and moving goods within e.g. a factory especially using mechanical devices
-00713952 04 n 01 loading 0 004 @ 00713594 n 0000 + 01612084 v 0101 + 01489989 v 0101 ! 00714173 n 0101 | the labor of putting a load of something on or in a vehicle or ship or container etc.; "the loading took 2 hours"
-00714173 04 n 01 unloading 0 003 @ 00713594 n 0000 + 01488123 v 0101 ! 00713952 n 0101 | the labor of taking a load of something off of or out of a vehicle or ship or container etc.
-00714357 04 n 01 picking 0 002 @ 00623162 n 0000 + 01382083 v 0101 | the act of picking (crops or fruit or hops etc.)
-00714477 04 n 02 pickings 0 taking 0 003 @ 00037396 n 0000 + 01214265 v 0201 + 02321648 v 0101 | the act of someone who picks up or takes something; "the pickings were easy"; "clothing could be had for the taking"
-00714693 04 n 01 planking 0 002 @ 00623162 n 0000 + 01336159 v 0101 | the work of covering an area with planks
-00714806 04 n 01 wiring 1 002 @ 00623162 n 0000 + 00505802 v 0102 | the work of installing the wires for an electrical system or device
-00714944 04 n 01 handicraft 0 035 @ 00606370 n 0000 @ 00935005 n 0000 ~ 00607374 n 0000 ~ 00715674 n 0000 ~ 00909193 n 0000 ~ 00909281 n 0000 ~ 00909471 n 0000 ~ 00909565 n 0000 ~ 00909672 n 0000 ~ 00910070 n 0000 -c 01671039 v 0000 -c 01671333 v 0000 -c 01671463 v 0000 -c 01671609 v 0000 -c 01671755 v 0000 -c 01671885 v 0000 -c 01672490 v 0000 -c 01672753 v 0000 -c 01673007 v 0000 -c 01673137 v 0000 -c 01673305 v 0000 -c 01673891 v 0000 -c 01674243 v 0000 -c 01674375 v 0000 -c 01674544 v 0000 -c 01674717 v 0000 -c 01681492 v 0000 -c 01681723 v 0000 -c 01682039 v 0000 -c 01682234 v 0000 -c 01682446 v 0000 -c 01682761 v 0000 -c 01682946 v 0000 -c 01751021 v 0000 -c 01752025 v 0000 | a craft that requires skillful hands
-00715674 04 n 02 sewing 0 stitching 0 005 @ 00714944 n 0000 + 01329239 v 0204 + 01329239 v 0101 ~ 00715949 n 0000 ~ 00716055 n 0000 | joining or attaching by stitches
-00715843 04 n 01 baking 1 002 @ 00908909 n 0000 + 01663749 v 0101 | making bread or cake or pastry etc.
-00715949 04 n 01 blind_stitching 0 001 @ 00715674 n 0000 | stitching that is not easily seen or noticed
-00716055 04 n 01 suturing 0 003 @ 00715674 n 0000 #p 00671351 n 0000 + 01296154 v 0101 | surgical joining of two surfaces
-00716179 04 n 01 vasectomy 0 003 @ 00393369 n 0000 @ 00853487 n 0000 + 00061401 v 0101 | surgical procedure that removes all or part of the vas deferens (usually as a means of sterilization); is sometimes reversible
-00716397 04 n 02 vasotomy 0 vasosection 0 001 @ 00678010 n 0000 | surgical incision into or division of the vas deferens
-00716520 04 n 01 vasovasostomy 0 001 @ 00671351 n 0000 | a surgical procedure that attempts to restore the function of the vas deferens after a vasectomy
-00716676 04 n 01 vulvectomy 0 001 @ 00393369 n 0000 | surgical removal of part or all of the vulva
-00716777 04 n 01 vivisection 0 003 @ 00671351 n 0000 + 10758207 n 0101 + 01550403 v 0101 | the act of operating on living animals (especially in scientific research)
-00716945 04 n 01 lubrication 0 003 @ 00712225 n 0000 + 01484982 v 0101 + 00219012 v 0101 | an application of a lubricant to something
-00717081 04 n 02 paving 0 pavage 0 002 @ 00712225 n 0000 + 01267098 v 0101 | the act of applying paving materials to an area
-00717208 04 n 01 painting 2 006 @ 00712225 n 0000 + 01363482 v 0101 + 01362736 v 0101 ~ 00717640 n 0000 ~ 00717748 n 0000 ~ 00718066 n 0000 | the act of applying paint to a surface; "you can finish the job of painting faster with a roller than with a brush"
-00717468 04 n 01 spraying 2 003 @ 00712225 n 0000 + 01373551 v 0101 ~ 00717640 n 0000 | the application of a liquid in the form of small particles ejected from a sprayer
-00717640 04 n 01 spray_painting 0 002 @ 00717208 n 0000 @ 00717468 n 0000 | applying paint with a sprayer
-00717748 04 n 05 spatter 0 spattering 0 splash 0 splashing 0 splattering 0 010 @ 00717208 n 0000 + 01374020 v 0502 + 01374767 v 0402 + 01374020 v 0404 + 01534609 v 0301 + 01374020 v 0304 + 01374767 v 0302 + 01374020 v 0201 + 01538629 v 0101 + 01374020 v 0101 | the act of splashing a (liquid) substance on a surface
-00718066 04 n 01 finger-painting 0 002 @ 00717208 n 0000 + 01681048 v 0101 | painting by using the fingers to spread the paint
-00718195 04 n 02 tinning 0 tin-plating 0 002 @ 00712225 n 0000 + 01395382 v 0101 | the application of a protective layer of tin
-00718325 04 n 01 tinning 1 002 @ 00712225 n 0000 + 00213034 v 0101 | the application of a thin layer of soft solder to the ends of wires before soldering them; "careful tinning of the ends of wires results in a better joint when you solder them"
-00718573 04 n 02 papering 0 paperhanging 0 002 @ 00712225 n 0000 + 01268112 v 0102 | the application of wallpaper
-00718689 04 n 02 pargeting 0 pargetting 0 003 @ 00718815 n 0000 + 01361561 v 0201 + 01361561 v 0101 | ornamental plastering
-00718815 04 n 02 plastering 0 daubing 0 007 @ 00712225 n 0000 + 01360899 v 0202 + 01362568 v 0101 + 01362430 v 0101 + 01360899 v 0101 + 00082929 v 0102 ~ 00718689 n 0000 | the application of plaster
-00719016 04 n 01 plating 0 002 @ 00712225 n 0000 + 01395049 v 0101 | the application of a thin coat of metal (as by electrolysis)
-00719148 04 n 01 scumble 0 001 @ 00712225 n 0000 | the application of very thin coat of color over the surface of a picture
-00719274 04 n 01 tiling 0 002 @ 00712225 n 0000 + 01338663 v 0101 | the application of tiles to cover a surface
-00719388 04 n 01 waxing 0 002 @ 00712225 n 0000 + 01268726 v 0101 | the application of wax to a surface
-00719494 04 n 01 duty 2 005 @ 00575741 n 0000 + 01613047 a 0102 ~ 00719705 n 0000 ~ 00720565 n 0000 ~ 00730247 n 0000 | work that you are obliged to perform for moral or legal reasons; "the duties of the job"
-00719705 04 n 03 job 1 task 0 chore 0 007 @ 00719494 n 0000 + 02392600 v 0201 + 02420789 v 0101 + 02461063 v 0103 ~ 00720166 n 0000 ~ 00720431 n 0000 ~ 00732576 n 0000 | a specific piece of work required to be done as a duty or for a specific fee; "estimates of the city's loss on that job ranged as high as a million dollars"; "the job of repairing the engine took several hours"; "the endless task of classifying the samples"; "the farmer's morning chores"
-00720166 04 n 02 ball-buster 0 ball-breaker 0 001 @ 00719705 n 0000 | a job or situation that is demanding and arduous and punishing; "Vietnam was a ball-breaker"
-00720331 04 n 01 paper_route 0 001 @ 00584367 n 0000 | the job of delivering newspapers regularly
-00720431 04 n 01 stint 0 001 @ 00719705 n 0000 | an individual's prescribed share of work; "her stint as a lifeguard exhausted her"
-00720565 04 n 04 function 0 office 1 part 1 role 0 009 @ 00719494 n 0000 + 02382087 v 0201 + 01096497 v 0201 + 01096497 v 0102 ~ 00720951 n 0000 ~ 00721141 n 0000 ~ 00721282 n 0000 ~ 00721431 n 0000 ~ 00721929 n 0000 | the actions and activities assigned to or required or expected of a person or group; "the function of a teacher"; "the government must do its part"; "play its role"
-00720951 04 n 01 capacity 1 001 @ 00720565 n 0000 | a specified function; "he was employed in the capacity of director"; "he should be retained in his present capacity at a higher salary"
-00721141 04 n 01 hat 0 001 @ 00720565 n 0000 | an informal term for a person's role; "he took off his politician's hat and talked frankly"
-00721282 04 n 01 portfolio 0 001 @ 00720565 n 0000 | the role of the head of a government department; "he holds the portfolio for foreign affairs"
-00721431 04 n 04 stead 0 position 3 place 1 lieu 0 002 @ 00720565 n 0000 ~ 00721660 n 0000 | the post or function properly or customarily occupied or served by another; "can you go in my stead?"; "took his place"; "in lieu of"
-00721660 04 n 01 behalf 0 001 @ 00721431 n 0000 | as the agent of or on someone's part (usually expressed as "on behalf of" rather than "in behalf of"); "the guardian signed the contract on behalf of the minor child"; "this letter is written on behalf of my client";
-00721929 04 n 01 second_fiddle 0 001 @ 00720565 n 0000 | a secondary role or function; "he hated to play second fiddle to anyone"
-00722061 04 n 01 role 1 003 @ 00407535 n 0000 ~ 00722253 n 0000 ~ 00722479 n 0000 | normal or customary activity of a person in a particular social setting; "what is your role on the team?"
-00722253 04 n 01 gender_role 0 001 @ 00722061 n 0000 | the overt expression of attitudes that indicate to others the degree of your maleness or femaleness; "your gender role is the public expression of your gender identity"
-00722479 04 n 01 position 2 021 @ 00722061 n 0000 ;c 00523513 n 0000 ~ 00464037 n 0000 ~ 00722984 n 0000 ~ 00723241 n 0000 ~ 00723547 n 0000 ~ 00723783 n 0000 ~ 00723984 n 0000 ~ 00724168 n 0000 ~ 00724433 n 0000 ~ 00724684 n 0000 ~ 00724898 n 0000 ~ 00725383 n 0000 ~ 00725506 n 0000 ~ 00725673 n 0000 ~ 00725775 n 0000 ~ 00726100 n 0000 ~ 00728218 n 0000 ~ 00728342 n 0000 ~ 00728464 n 0000 ~ 06486405 n 0000 | (in team sports) the role assigned to an individual player; "what position does he play?"
-00722984 04 n 02 pitcher 0 mound 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the position on a baseball team of the player who throws the ball for a batter to try to hit; "he has played every position except pitcher"; "they have a southpaw on the mound"
-00723241 04 n 01 catcher 0 003 @ 00722479 n 0000 #m 08079319 n 0000 + 01439190 v 0101 | the position on a baseball team of the player who is stationed behind home plate and who catches the balls that the pitcher throws; "a catcher needs a lot of protective equipment"; "a catcher plays behind the plate"
-00723547 04 n 02 first_base 1 first 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the fielding position of the player on a baseball team who is stationed at first of the bases in the infield (counting counterclockwise from home plate)
-00723783 04 n 02 second_base 0 second 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the fielding position of the player on a baseball team who is stationed near the second of the bases in the infield
-00723984 04 n 02 shortstop 0 short 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the fielding position of the player on a baseball team who is stationed between second and third base
-00724168 04 n 02 third_base 0 third 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the fielding position of the player on a baseball team who is stationed near the third of the bases in the infield (counting counterclockwise from home plate); "he is playing third"
-00724433 04 n 02 left_field 0 leftfield 0 003 @ 00722479 n 0000 #m 08079319 n 0000 + 10387586 n 0101 | the fielding position of the player on a baseball team who is expected to field balls in the left third of the outfield (looking from home plate)
-00724684 04 n 02 center_field 0 centerfield 0 002 @ 00722479 n 0000 #m 08079319 n 0000 | the fielding position of the player on a baseball team who is expected to field balls in the central third of the outfield
-00724898 04 n 02 right_field 0 rightfield 0 003 @ 00722479 n 0000 #m 08079319 n 0000 + 10387196 n 0101 | the fielding position of the player on a baseball team who is expected to field balls in the right third of the outfield (looking from home plate)
-00725152 04 n 01 steal 0 002 @ 00471613 n 0000 + 01111458 v 0101 | a stolen base; an instance in which a base runner advances safely during the delivery of a pitch (without the help of a hit or walk or passed ball or wild pitch)
-00725383 04 n 01 forward 0 002 @ 00722479 n 0000 #m 08079852 n 0000 | a position on a basketball, soccer, or hockey team
-00725506 04 n 01 center 1 002 @ 00722479 n 0000 #m 08079852 n 0000 | a position on a basketball team of the player who participates in the jump that starts the game
-00725673 04 n 01 guard 0 002 @ 00722479 n 0000 #m 08079852 n 0000 | a position on a basketball team
-00725775 04 n 01 back 0 010 @ 00722479 n 0000 #m 08429744 n 0000 #m 08429899 n 0000 ;c 00469651 n 0000 ~ 00726369 n 0000 ~ 00726567 n 0000 ~ 00726867 n 0000 ~ 00727002 n 0000 ~ 00727137 n 0000 ~ 00727333 n 0000 | (American football) the position of a player on a football team who is stationed behind the line of scrimmage
-00726100 04 n 01 lineman 0 007 @ 00722479 n 0000 #m 08430054 n 0000 ;c 00469651 n 0000 ~ 00727500 n 0000 ~ 00727743 n 0000 ~ 00727901 n 0000 ~ 00728065 n 0000 | (American football) the position of a player on a football team who is stationed on the line of scrimmage
-00726369 04 n 02 linebacker 0 line_backer 0 002 @ 00725775 n 0000 #m 08080025 n 0000 | (American football) the position of a defensive football player who plays close behind the line of scrimmage
-00726567 04 n 03 quarterback 0 signal_caller 0 field_general 0 003 @ 00725775 n 0000 #m 08080025 n 0000 + 01076370 v 0101 | (American football) the position of the football player in the backfield who directs the offensive play of his team; "quarterback is the most important position on the team"
-00726867 04 n 01 fullback 0 002 @ 00725775 n 0000 #m 08080025 n 0000 | (American football) the position of a back on a football team
-00727002 04 n 01 halfback 0 002 @ 00725775 n 0000 #m 08080025 n 0000 | (American football) the position of a back on a football team
-00727137 04 n 01 tailback 0 002 @ 00725775 n 0000 #m 08080025 n 0000 | (American football) the position of the offensive back on a football team who lines up farthest from the line of scrimmage
-00727333 04 n 01 wingback 0 002 @ 00725775 n 0000 #m 08080025 n 0000 | (American football) the position of the offensive back who lines up behind or outside the end
-00727500 04 n 01 center 2 002 @ 00726100 n 0000 #m 08080025 n 0000 | (American football) the position of the player on the line of scrimmage who puts the ball in play; "it is a center's responsibility to get the football to the quarterback"
-00727743 04 n 01 guard 2 002 @ 00726100 n 0000 #m 08080025 n 0000 | (American football) a position on the line of scrimmage; "guards must be good blockers"
-00727901 04 n 01 tackle 2 002 @ 00726100 n 0000 #m 08080025 n 0000 | (American football) a position on the line of scrimmage; "it takes a big man to play tackle"
-00728065 04 n 01 end 2 002 @ 00726100 n 0000 #m 08080025 n 0000 | (American football) a position on the line of scrimmage; "no one wanted to play end"
-00728218 04 n 01 mid-off 0 001 @ 00722479 n 0000 | the fielding position in cricket closest to the bowler on the off side
-00728342 04 n 01 mid-on 0 001 @ 00722479 n 0000 | the fielding position in cricket closest to the bowler on the on side
-00728464 04 n 01 center 3 002 @ 00722479 n 0000 #m 08080386 n 0000 | the position on a hockey team of the player who participates in the face off at the beginning of the game
-00728641 04 n 02 school_assignment 0 schoolwork 0 005 @ 00796586 n 0000 ~ 00728849 n 0000 ~ 00728975 n 0000 ~ 00729108 n 0000 ~ 00729285 n 0000 | a school task performed by a student to satisfy the teacher
-00728849 04 n 01 classroom_project 0 002 @ 00728641 n 0000 #p 00883297 n 0000 | a school task requiring considerable effort
-00728975 04 n 01 classwork 0 002 @ 00728641 n 0000 #p 00883297 n 0000 | the part of a student's work that is done in the classroom
-00729108 04 n 03 homework 0 prep 0 preparation 1 003 @ 00728641 n 0000 #p 00883297 n 0000 + 00602805 v 0302 | preparatory school work done outside school (especially at home)
-00729285 04 n 01 lesson 0 005 @ 00728641 n 0000 #p 00883297 n 0000 ~ 00729919 n 0000 ~ 00730134 n 0000 ~ 00890227 n 0000 | a task assigned for individual study; "he did the lesson for today"
-00729478 04 n 01 language_lesson 0 004 @ 00889472 n 0000 ~ 00729637 n 0000 ~ 00729731 n 0000 ~ 00729825 n 0000 | a period of instruction learning a language
-00729637 04 n 01 French_lesson 0 001 @ 00729478 n 0000 | instruction in the French language
-00729731 04 n 01 German_lesson 0 001 @ 00729478 n 0000 | instruction in the German language
-00729825 04 n 01 Hebrew_lesson 0 001 @ 00729478 n 0000 | instruction in the Hebrew language
-00729919 04 n 02 exercise 1 example 0 001 @ 00729285 n 0000 | a task performed or problem solved in order to develop skill or understanding; "you must work the examples at the end of each chapter in the textbook"
-00730134 04 n 01 reading_assignment 0 001 @ 00729285 n 0000 | the reading of a passage assigned by the teacher
-00730247 04 n 02 assignment 0 duty_assignment 0 008 @ 00719494 n 0000 + 02391803 v 0104 ~ 00730538 n 0000 ~ 00730708 n 0000 ~ 00731222 n 0000 ~ 00732076 n 0000 ~ 00732369 n 0000 ~ 00732492 n 0000 | a duty that you are assigned to perform (especially in the armed forces); "hazardous duty"
-00730538 04 n 04 guard_duty 0 guard 1 sentry_duty 0 sentry_go 0 002 @ 00730247 n 0000 + 02456031 v 0201 | the duty of serving as a sentry; "he was on guard that night"
-00730708 04 n 02 fatigue_duty 0 fatigue 0 002 @ 00730247 n 0000 ;c 08199025 n 0000 | labor of a nonmilitary kind done by soldiers (cleaning or digging or draining or so on); "the soldiers were put on fatigue to teach them a lesson"; "they were assigned to kitchen fatigues"
-00730984 04 n 02 mission 2 missionary_work 0 003 @ 00575741 n 0000 + 10323182 n 0102 ~ 00731136 n 0000 | the organized work of a religious missionary
-00731136 04 n 02 da'wah 0 dawah 0 001 @ 00730984 n 0000 | missionary work for Islam
-00731222 04 n 03 mission 0 charge 3 commission 0 009 @ 00730247 n 0000 + 02475261 v 0301 + 02475922 v 0202 + 00750172 v 0201 + 00750532 v 0201 + 10323182 n 0102 ~ 00731569 n 0000 ~ 00731648 n 0000 ~ 00731756 n 0000 | a special assignment that is given to a person or group; "a confidential mission to London"; "his charge was deliver a message"
-00731569 04 n 01 fool's_errand 0 001 @ 00731222 n 0000 | a fruitless mission
-00731648 04 n 01 mission_impossible 0 001 @ 00731222 n 0000 | an extremely dangerous or difficult mission
-00731756 04 n 03 suicide_mission 0 martyr_operation 0 sacrifice_operation 0 001 @ 00731222 n 0000 | killing or injuring others while annihilating yourself; usually accomplished with a bomb
-00731947 04 n 01 errand 0 001 @ 00308370 n 0000 | a short trip that is taken in the performance of a necessary task or mission
-00732076 04 n 01 reassignment 0 003 @ 00730247 n 0000 + 02393086 v 0102 ~ 00732201 n 0000 | assignment to a different duty
-00732201 04 n 01 secondment 0 002 @ 00732076 n 0000 + 02393304 v 0101 | the detachment of a person from their regular organization for temporary assignment elsewhere
-00732369 04 n 03 sea-duty 0 service_abroad 0 shipboard_duty 0 001 @ 00730247 n 0000 | naval service aboard a ship at sea
-00732492 04 n 01 shore_duty 0 001 @ 00730247 n 0000 | naval service at land bases
-00732576 04 n 02 scut_work 0 shitwork 0 001 @ 00719705 n 0000 | trivial, unrewarding, tedious, dirty, and disagreeable chores; "the hospital hired him to do scut work"
-00732746 04 n 04 wrongdoing 0 wrongful_conduct 0 misconduct 0 actus_reus 0 023 @ 00407535 n 0000 + 02517202 v 0302 ~ 00733317 n 0000 ~ 00733483 n 0000 ~ 00733883 n 0000 ~ 00735832 n 0000 ~ 00735936 n 0000 ~ 00738966 n 0000 ~ 00741925 n 0000 ~ 00742020 n 0000 ~ 00742130 n 0000 ~ 00742314 n 0000 ~ 00742474 n 0000 ~ 00744305 n 0000 ~ 00744443 n 0000 ~ 00744616 n 0000 ~ 00744758 n 0000 ~ 00745005 n 0000 ~ 00749574 n 0000 ~ 00751145 n 0000 ~ 00765488 n 0000 ~ 00765791 n 0000 ~ 00770543 n 0000 | activity that transgresses moral or civil law; "he denied any wrongdoing"
-00733317 04 n 02 brutalization 1 brutalisation 1 003 @ 00732746 n 0000 + 02515934 v 0202 + 02515934 v 0101 | the activity of treating someone savagely or viciously
-00733483 04 n 05 trespass 0 encroachment 0 violation 1 intrusion 1 usurpation 1 007 @ 00732746 n 0000 + 02571251 v 0402 + 02018524 v 0401 + 02568065 v 0304 + 01993352 v 0201 + 02571251 v 0101 ~ 00733753 n 0000 | entry to another's property without right or permission
-00733753 04 n 01 inroad 1 001 @ 00733483 n 0000 | an encroachment or intrusion; "they made inroads in the United States market"
-00733883 04 n 02 tort 0 civil_wrong 0 006 @ 00732746 n 0000 ;c 08441203 n 0000 ~ 00734107 n 0000 ~ 00734303 n 0000 ~ 00734482 n 0000 -c 06720371 n 0000 | (law) any wrongdoing for which an action for damages may be brought
-00734107 04 n 01 alienation_of_affection 0 001 @ 00733883 n 0000 | a tort based on willful and malicious interference with the marriage relation by a third party without justification or excuse
-00734303 04 n 01 invasion_of_privacy 0 001 @ 00733883 n 0000 | the wrongful intrusion by individuals or the government into private affairs with which the public has no concern
-00734482 04 n 01 trespass 1 007 @ 00733883 n 0000 + 02567422 v 0101 ~ 00734783 n 0000 ~ 00735017 n 0000 ~ 00735198 n 0000 ~ 00735553 n 0000 ~ 00735686 n 0000 | a wrongful interference with the possession of property (personal property as well as realty), or the action instituted to recover damages
-00734783 04 n 01 continuing_trespass 0 001 @ 00734482 n 0000 | trespass that is not transient or intermittent but continues as long as the offending object remains; "dumping his garbage on my land was a case of continuing trespass"
-00735017 04 n 01 trespass_de_bonis_asportatis 0 001 @ 00734482 n 0000 | an action brought to recover damages from a person who has taken goods or property from its rightful owner
-00735198 04 n 01 trespass_on_the_case 0 001 @ 00734482 n 0000 | an action brought to recover damages from a person whose actions have resulted indirectly in injury or loss; "a person struck by a log as it was thrown onto a road could maintain trespass against the thrower but one who was hurt by stumbling over it could maintain and action on the case"
-00735553 04 n 01 trespass_quare_clausum_fregit 0 001 @ 00734482 n 0000 | the defendant unlawfully enters the land of the plaintiff
-00735686 04 n 01 trespass_viet_armis 0 001 @ 00734482 n 0000 | trespass with force and arms resulting in injury to another's person or property
-00735832 04 n 01 malversation 0 002 @ 00732746 n 0000 + 02292535 v 0105 | misconduct in public office
-00735936 04 n 03 misbehavior 0 misbehaviour 0 misdeed 0 010 @ 00732746 n 0000 + 02517202 v 0101 ~ 00736219 n 0000 ~ 00736375 n 0000 ~ 00736989 n 0000 ~ 00737070 n 0000 ~ 00737188 n 0000 ~ 00737536 n 0000 ~ 00738785 n 0000 ~ 00738872 n 0000 | improper or wicked or immoral behavior
-00736219 04 n 02 delinquency 0 juvenile_delinquency 0 002 @ 00735936 n 0000 ;c 08441203 n 0000 | an antisocial misdeed in violation of the law by a minor
-00736375 04 n 0a mischief 0 mischief-making 0 mischievousness 0 deviltry 1 devilry 1 devilment 0 rascality 0 roguery 0 roguishness 0 shenanigan 0 010 @ 00735936 n 0000 + 01224964 a 0902 + 01787955 v 060d + 01787955 v 050d + 01787955 v 040d + 01162633 a 0301 + 01162633 a 0101 ~ 00736786 n 0000 ~ 00736894 n 0000 ~ 01249816 n 0000 | reckless or malicious behavior that causes discomfort or annoyance in others
-00736786 04 n 02 hell 0 blaze 0 001 @ 00736375 n 0000 | noisy and unrestrained mischief; "raising blazes"
-00736894 04 n 01 monkey_business 0 001 @ 00736375 n 0000 | mischievous or deceitful behavior
-00736989 04 n 01 ruffianism 0 001 @ 00735936 n 0000 | violent lawless behavior
-00737070 04 n 04 familiarity 0 impropriety 0 indecorum 0 liberty 0 001 @ 00735936 n 0000 | an act of undue intimacy
-00737188 04 n 02 abnormality 0 irregularity 0 005 @ 00735936 n 0000 + 01596809 a 0202 + 01960656 a 0201 + 01595596 a 0101 ~ 00737399 n 0000 | behavior that breaches the rule or etiquette or custom or morality
-00737399 04 n 02 deviation 0 deviance 0 004 @ 00737188 n 0000 + 01596122 a 0202 + 02661252 v 0101 + 01596122 a 0203 | deviate behavior
-00737536 04 n 02 indecency 1 impropriety 1 005 @ 00735936 n 0000 + 01880918 a 0101 + 01539022 a 0101 + 00683185 a 0101 ~ 00738697 n 0000 | an indecent or improper act
-00737705 04 n 01 paraphilia 0 007 @ 00854717 n 0000 ~ 00737894 n 0000 ~ 00738058 n 0000 ~ 00738270 n 0000 ~ 00738372 n 0000 ~ 00738598 n 0000 ~ 00857872 n 0000 | abnormal sexual activity
-00737894 04 n 02 exhibitionism 0 immodesty 0 002 @ 00737705 n 0000 + 10070942 n 0101 | the perverse act of exposing and attracting attention to your own genitals
-00738058 04 n 02 fetishism 0 fetichism 0 002 @ 00737705 n 0000 + 10085548 n 0101 | sexual arousal or gratification resulting from handling a fetish (or a specific part of the body other than the sexual organs)
-00738270 04 n 02 pedophilia 0 paedophilia 0 001 @ 00737705 n 0000 | a sexual attraction to children
-00738372 04 n 01 voyeurism 0 003 @ 00737705 n 0000 + 03129648 a 0101 + 03129648 a 0102 | a perversion in which a person receives sexual gratification from seeing the genitalia of others or witnessing others' sexual behavior
-00738598 04 n 02 zoophilia 0 zoophilism 0 001 @ 00737705 n 0000 | a sexual attraction to animals
-00738697 04 n 01 obscenity 0 002 @ 00737536 n 0000 + 01625063 a 0103 | an obscene act
-00738785 04 n 02 indiscretion 0 peccadillo 0 001 @ 00735936 n 0000 | a petty misdeed
-00738872 04 n 01 infantilism 0 001 @ 00735936 n 0000 | infantile behavior in mature persons
-00738966 04 n 01 dereliction 0 003 @ 00739270 n 0000 @ 00732746 n 0000 ~ 00739078 n 0000 | willful negligence
-00739078 04 n 01 nonfeasance 0 001 @ 00738966 n 0000 | a failure to act when under an obligation to do so; a refusal (without sufficient excuse) to do that which it is your legal duty to do
-00739270 04 n 04 negligence 0 carelessness 0 neglect 0 nonperformance 0 010 @ 00066216 n 0000 + 00614999 v 0301 + 00311663 a 0201 ~ 00738966 n 0000 ~ 00739632 n 0000 ~ 00739850 n 0000 ~ 00740048 n 0000 ~ 00740342 n 0000 ~ 00740609 n 0000 ~ 00740712 n 0000 | failure to act with the prudence that a reasonable person would exercise under the same circumstances
-00739632 04 n 01 comparative_negligence 0 002 @ 00739270 n 0000 ;c 08441203 n 0000 | (law) negligence allocated between the plaintiff and the defendant with a corresponding reduction in damages paid to the plaintiff
-00739850 04 n 01 concurrent_negligence 0 002 @ 00739270 n 0000 ;c 08441203 n 0000 | (law) negligence of two of more persons acting independently; the plaintiff may sue both together or separately
-00740048 04 n 01 contributory_negligence 0 002 @ 00739270 n 0000 ;c 08441203 n 0000 | (law) behavior by the plaintiff that contributes to the harm resulting from the defendant's negligence; "in common law any degree of contributory negligence would bar the plaintiff from collecting damages"
-00740342 04 n 02 criminal_negligence 0 culpable_negligence 0 002 @ 00739270 n 0000 ;c 08441203 n 0000 | (law) recklessly acting without reasonable caution and putting another person at risk of injury or death (or failing to do something with the same consequences)
-00740609 04 n 01 neglect_of_duty 0 002 @ 00739270 n 0000 ;c 08441203 n 0000 | (law) breach of a duty
-00740712 04 n 03 evasion 1 escape 1 dodging 0 010 @ 00739270 n 0000 + 00809654 v 0309 + 02599004 v 0201 + 00810729 v 0205 + 00810557 v 0202 + 00809654 v 0103 ~ 00741158 n 0000 ~ 00741272 n 0000 ~ 00741478 n 0000 ~ 00741685 n 0000 | nonperformance of something distasteful (as by deceit or trickery) that you are supposed to do; "his evasion of his clear duty was reprehensible"; "that escape from the consequences is possible but unattractive"
-00741158 04 n 01 escape_mechanism 0 001 @ 00740712 n 0000 | a form of behavior that evades unpleasant realities
-00741272 04 n 02 malingering 0 skulking 0 003 @ 00740712 n 0000 + 02464132 v 0202 + 02464132 v 0101 | evading duty or work by pretending to be incapacitated; "they developed a test to detect malingering"
-00741478 04 n 05 shirking 0 slacking 0 soldiering 0 goofing_off 0 goldbricking 0 005 @ 00740712 n 0000 + 02463704 v 0504 + 02464342 v 0201 + 00616361 v 0201 + 02463704 v 0102 | the evasion of work or duty
-00741685 04 n 01 circumvention 0 002 @ 00740712 n 0000 + 00809654 v 0105 | the act of evading by going around
-00741797 04 n 01 tax_evasion 0 001 @ 01120855 n 0000 | the deliberate failure to pay taxes (usually by making a false report)
-00741925 04 n 01 malfeasance 0 001 @ 00732746 n 0000 | wrongful conduct by a public official
-00742020 04 n 01 misfeasance 0 001 @ 00732746 n 0000 | doing a proper act in a wrongful or injurious manner
-00742130 04 n 01 malpractice 0 001 @ 00732746 n 0000 | a wrongful act that the actor had no right to do; improper professional conduct; "he charged them with electoral malpractices"
-00742314 04 n 01 malpractice 1 001 @ 00732746 n 0000 | professional wrongdoing that results in injury or damage; "the widow sued his surgeon for malpractice"
-00742474 04 n 01 perversion 0 002 @ 00732746 n 0000 + 00203213 v 0101 | the action of perverting something (turning it to a wrong use); "it was a perversion of justice"
-00742645 04 n 03 waste 0 wastefulness 3 dissipation 2 014 @ 00407535 n 0000 + 01195804 v 0303 + 00841159 a 0202 + 00588655 a 0201 + 02268351 v 0101 + 01161087 v 0101 + 01158181 v 0103 ~ 00041614 n 0000 ~ 00743155 n 0000 ~ 00743251 n 0000 ~ 00743348 n 0000 ~ 00743500 n 0000 ~ 00743641 n 0000 ~ 00743822 n 0000 | useless or profitless activity; using or expending or consuming thoughtlessly or carelessly; "if the effort brings no compensating gain it is a waste"; "mindless dissipation of natural resources"
-00743155 04 n 02 waste_of_effort 0 waste_of_energy 0 001 @ 00742645 n 0000 | a useless effort
-00743251 04 n 01 waste_of_material 0 001 @ 00742645 n 0000 | a useless consumption of material
-00743348 04 n 01 waste_of_money 0 001 @ 00742645 n 0000 | money spent for inadequate return; "the senator said that the project was a waste of money"
-00743500 04 n 01 waste_of_time 0 001 @ 00742645 n 0000 | the devotion of time to a useless activity; "the waste of time could prove fatal"
-00743641 04 n 05 extravagance 0 prodigality 0 lavishness 0 highlife 0 high_life 0 004 @ 00742645 n 0000 + 01111965 a 0301 + 02422242 a 0202 + 02422242 a 0101 | excessive spending
-00743822 04 n 01 squandering 0 003 @ 00742645 n 0000 + 01158181 v 0102 ~ 00744004 n 0000 | spending resources lavishly and wastefully; "more wasteful than the squandering of time"
-00744004 04 n 01 squandermania 0 002 @ 00743822 n 0000 ;c 01124794 n 0000 | prodigious squandering (usually by a government)
-00744131 04 n 03 wrong 0 legal_injury 0 damage 1 003 @ 00744305 n 0000 + 02035337 a 0101 + 02513989 v 0101 | any harm or injury resulting from a violation of a legal right
-00744305 04 n 01 injury 1 002 @ 00732746 n 0000 ~ 00744131 n 0000 | wrongdoing that violates another's rights and is unjustly inflicted
-00744443 04 n 01 injury 2 004 @ 00732746 n 0000 + 00069879 v 0101 ~ 01209791 n 0000 ~ 01263018 n 0000 | an act that causes someone or something to receive physical damage
-00744616 04 n 04 injustice 0 unfairness 0 iniquity 1 shabbiness 0 003 @ 00732746 n 0000 + 01228159 a 0401 + 00957176 a 0201 | an unjust act
-00744758 04 n 01 infliction 1 002 @ 00732746 n 0000 + 00748282 v 0101 | an act causing pain or damage
-00744862 04 n 01 transgression 1 002 @ 00037396 n 0000 + 02019574 v 0101 | the action of going beyond or overstepping some boundary or limit
-00745005 04 n 02 transgression 0 evildoing 0 013 @ 00732746 n 0000 + 02565687 v 0102 + 02566528 v 0101 ~ 00745431 n 0000 ~ 00745637 n 0000 ~ 00745863 n 0000 ~ 00746866 n 0000 ~ 00747029 n 0000 ~ 00757080 n 0000 ~ 00765193 n 0000 ~ 00766234 n 0000 ~ 00767477 n 0000 ~ 00767633 n 0000 | the act of transgressing; the violation of a law or a duty or moral principle; "the boy was punished for the transgressions of his father"
-00745431 04 n 01 abomination 0 002 @ 00745005 n 0000 + 01774426 v 0103 | an action that is vicious or vile; an action that arouses disgust or abhorrence; "his treatment of the children is an abomination"
-00745637 04 n 04 evil 0 immorality 0 wickedness 0 iniquity 0 007 @ 00745005 n 0000 + 02514543 a 0401 + 02513740 a 0301 ~ 00745943 n 0000 ~ 00746116 n 0000 ~ 00746232 n 0000 ~ 00746375 n 0000 | morally objectionable behavior
-00745863 04 n 01 villainy 0 001 @ 00745005 n 0000 | a criminal or vicious act
-00745943 04 n 02 deviltry 0 devilry 0 001 @ 00745637 n 0000 | wicked and cruel behavior
-00746033 04 n 01 enormity 0 001 @ 00424767 n 0000 | an act of extreme wickedness
-00746116 04 n 01 foul_play 0 001 @ 00745637 n 0000 | unfair or dishonest behavior (especially involving violence)
-00746232 04 n 02 irreverence 0 violation 3 004 @ 00745637 n 0000 + 02568065 v 0204 + 02012504 a 0101 ~ 00746587 n 0000 | a disrespectful act
-00746375 04 n 01 sexual_immorality 0 001 @ 00745637 n 0000 | the evil ascribed to sexual acts that violate social conventions; "sexual immorality is the major reason for last year's record number of abortions"
-00746587 04 n 04 profanation 0 desecration 0 blasphemy 0 sacrilege 0 005 @ 00746232 n 0000 + 02012748 a 0403 + 02012748 a 0301 + 02568065 v 0201 + 02568065 v 0102 | blasphemous behavior; the act of depriving something of its sacred character; "desecration of the Holy Sabbath"
-00746866 04 n 02 depravity 0 turpitude 0 001 @ 00745005 n 0000 | a corrupt or depraved or degenerate act or practice; "the various turpitudes of modern society"
-00747029 04 n 01 vice 0 004 @ 00745005 n 0000 + 02514099 a 0102 ~ 00430140 n 0000 ~ 00748011 n 0000 | a specific form of evildoing; "vice offends the moral standards of the community"
-00747215 04 n 05 pornography 0 porno 0 porn 0 erotica 0 smut 0 006 @ 00908492 n 0000 + 00425313 a 0505 + 00583759 v 0501 + 02134397 a 0101 + 10455094 n 0101 ~ 00747519 n 0000 | creative activity (writing or pictures or films etc.) of no literary or artistic value other than to stimulate sexual desire
-00747519 04 n 03 child_pornography 0 kiddie_porn 0 kiddy_porn 0 001 @ 00747215 n 0000 | the illegal use of children in pornographic pictures or films
-00747671 04 n 03 intemperance 0 intemperateness 0 self-indulgence 0 007 @ 01073241 n 0000 + 01299687 a 0301 + 01299173 a 0201 + 02402268 a 0201 ~ 00510475 n 0000 ~ 00748307 n 0000 ~ 00749491 n 0000 | excess in action and immoderate indulgence of bodily appetites, especially in passion or indulgence; "the intemperance of their language"
-00748011 04 n 02 intemperance 1 intemperateness 1 003 @ 00747029 n 0000 + 01299173 a 0201 ~ 00748515 n 0000 | consumption of alcoholic drinks
-00748155 04 n 03 prostitution 0 harlotry 0 whoredom 0 003 @ 00782241 n 0000 + 10485440 n 0303 + 02554066 v 0101 | offering sexual intercourse for pay
-00748307 04 n 05 profligacy 0 dissipation 1 dissolution 3 licentiousness 0 looseness 0 004 @ 00747671 n 0000 + 00361837 a 0503 + 00362269 a 0401 + 02614812 v 0201 | dissolute indulgence in sensual pleasure
-00748515 04 n 05 drink 0 drinking 1 boozing 0 drunkenness 0 crapulence 0 009 @ 00748011 n 0000 + 00010537 a 0502 + 00010385 a 0501 + 00010537 a 0501 + 01172275 v 0201 + 01171183 v 0201 + 01172275 v 0101 + 01171183 v 0101 ~ 00748834 n 0000 | the act of drinking alcoholic beverages to excess; "drink was his downfall"
-00748834 04 n 01 drinking_bout 0 001 @ 00748515 n 0000 | a long period of drinking
-00748919 04 n 02 package_tour 0 package_holiday 0 001 @ 00310666 n 0000 | a tour arranged by a travel agent; transportation and food and lodging are all provided at an inclusive price
-00749105 04 n 01 pub_crawl 0 001 @ 00310666 n 0000 | a tour of bars or public houses (usually taking one drink at each stop)
-00749232 04 n 01 whistle-stop_tour 0 002 @ 00310666 n 0000 #p 00799537 n 0000 | a tour by a candidate as part of a political campaign in which a series of small towns are visited; "in 1948 Truman crossed the country several times on his whistle-stop tours"
-00749491 04 n 01 jag 0 001 @ 00747671 n 0000 | a bout of drinking or drug taking
-00749574 04 n 02 dishonesty 0 knavery 0 005 @ 00732746 n 0000 ~ 00749767 n 0000 ~ 00750306 n 0000 ~ 00750730 n 0000 ~ 00750890 n 0000 | lack of honesty; acts of lying or cheating or stealing
-00749767 04 n 04 treachery 0 betrayal 0 treason 1 perfidy 0 007 @ 00749574 n 0000 + 00960094 a 0402 + 10722965 n 0302 + 02537407 v 0201 + 00960094 a 0103 ~ 00749991 n 0000 ~ 00750216 n 0000 | an act of deliberate betrayal
-00749991 04 n 02 double_cross 0 double-crossing 0 003 @ 00749767 n 0000 + 02537812 v 0201 + 02537812 v 0101 | an act of betrayal; "he gave us the old double cross"; "I could no longer tolerate his impudent double-crossing"
-00750216 04 n 01 sellout 0 002 @ 00749767 n 0000 + 00936763 v 0101 | an act of betrayal
-00750306 04 n 02 charlatanism 0 quackery 1 001 @ 00749574 n 0000 | the dishonesty of a charlatan
-00750405 04 n 04 plagiarism 0 plagiarization 0 plagiarisation 0 piracy 1 009 @ 00770834 n 0000 + 03100184 a 0401 + 02277897 v 0401 + 02278061 v 0302 + 02278061 v 0201 + 00698848 a 0101 + 10437262 n 0101 + 02278061 v 0101 + 02278061 v 0102 | the act of plagiarizing; taking someone's words or ideas as if they were your own
-00750730 04 n 01 trick 4 002 @ 00749574 n 0000 + 09998101 n 0104 | an attempt to get you to do something foolish or imprudent; "that offer was a dirty trick"
-00750890 04 n 02 falsification 0 falsehood 0 005 @ 00749574 n 0000 + 02576921 v 0104 ~ 00751398 n 0000 ~ 00753472 n 0000 ~ 00768921 n 0000 | the act of rendering something false as by fraudulent changes (of documents or measures etc.) or counterfeiting
-00751145 04 n 02 falsification 2 misrepresentation 0 009 @ 00732746 n 0000 + 02576921 v 0104 + 00835903 v 0101 + 00201407 v 0103 + 00202236 v 0101 ~ 00751529 n 0000 ~ 00751779 n 0000 ~ 00751944 n 0000 ~ 00752431 n 0000 | a willful perversion of facts
-00751398 04 n 02 frame-up 0 setup 0 002 @ 00750890 n 0000 + 02578008 v 0204 | an act that incriminates someone on a false charge
-00751529 04 n 05 distortion 0 overrefinement 0 straining 0 torture 1 twisting 0 004 @ 00751145 n 0000 + 00932798 v 0501 + 00474308 v 0201 + 00835903 v 0102 | the act of distorting something so it seems to mean something it was not intended to mean
-00751779 04 n 02 equivocation 0 tergiversation 0 003 @ 00751145 n 0000 + 00835506 v 0203 + 00835506 v 0102 | falsification by means of vague or ambiguous language
-00751944 04 n 03 lying 0 prevarication 0 fabrication 3 005 @ 00751145 n 0000 + 01653442 v 0302 + 00835506 v 0204 + 00834259 v 0101 ~ 00752144 n 0000 | the deliberate act of deviating from the truth
-00752144 04 n 02 fibbing 0 paltering 0 003 @ 00751944 n 0000 + 00835506 v 0205 + 00835294 v 0101 | a trivial act of lying or being deliberately unclear
-00752298 04 n 01 fakery 0 003 @ 00752431 n 0000 + 02576921 v 0103 + 01654271 v 0102 | the act of faking (or the product of faking)
-00752431 04 n 04 deception 0 deceit 0 dissembling 0 dissimulation 0 015 @ 00751145 n 0000 + 02147824 v 0401 + 02575082 v 0101 + 00854420 v 0101 ~ 00752298 n 0000 ~ 00752798 n 0000 ~ 00752954 n 0000 ~ 00753240 n 0000 ~ 00754424 n 0000 ~ 00754767 n 0000 ~ 00754956 n 0000 ~ 00756331 n 0000 ~ 00756470 n 0000 ~ 00756598 n 0000 ~ 00756780 n 0000 | the act of deceiving
-00752798 04 n 01 indirection 1 001 @ 00752431 n 0000 | deceitful action that is not straightforward; "he could see through the indirections of diplomats"
-00752954 04 n 06 trickery 1 chicanery 0 chicane 0 guile 0 wile 0 shenanigan 1 007 @ 00752431 n 0000 + 00148078 a 050b + 01104624 v 0305 + 01104624 v 0205 + 02575723 v 0104 ~ 00753685 n 0000 ~ 00754118 n 0000 | the use of tricks to deceive someone (usually to extract money from them)
-00753240 04 n 02 duplicity 0 double-dealing 0 003 @ 00752431 n 0000 + 01223271 a 0203 + 01223271 a 0104 | acting in bad faith; deception by pretending to entertain one set of intentions while acting under the influence of another
-00753472 04 n 01 sophistication 0 002 @ 00750890 n 0000 + 00932798 v 0105 | falsification by the use of sophistry; misleading by means of specious fallacies; "he practiced the art of sophistication upon reason"
-00753685 04 n 06 fraud 1 fraudulence 0 dupery 0 hoax 0 humbug 0 put-on 0 007 @ 00752954 n 0000 + 00854904 v 0607 + 02593001 v 0501 + 02577586 v 0401 + 00854904 v 0302 + 01223941 a 0203 ~ 00753973 n 0000 | something intended to deceive; deliberate trickery intended to gain an advantage
-00753973 04 n 01 goldbrick 0 002 @ 00753685 n 0000 ;u 07105475 n 0000 | anything that is supposed to be valuable but turns out to be worthless
-00754118 04 n 01 jugglery 1 002 @ 00752954 n 0000 + 02578235 v 0101 | artful trickery designed to achieve an end; "the senator's tax program was mere jugglery"
-00754280 04 n 02 scam 0 cozenage 0 004 @ 00780148 n 0000 + 02574874 v 0201 + 02288656 v 0201 + 02572119 v 0109 | a fraudulent business scheme
-00754424 04 n 02 cheat 0 cheating 0 005 @ 00752431 n 0000 + 02574516 v 0201 + 02573275 v 0201 + 02573275 v 0101 ~ 00754593 n 0000 | a deception for profit to yourself
-00754593 04 n 01 gerrymander 0 002 @ 00754424 n 0000 + 02467516 v 0101 | an act of gerrymandering (dividing a voting area so as to give your own party an unfair advantage)
-00754767 04 n 03 delusion 0 illusion 0 head_game 0 004 @ 00752431 n 0000 + 01937187 a 0201 + 01937187 a 0202 + 02575082 v 0103 | the act of deluding; deception by creating illusory ideas
-00754956 04 n 05 pretense 0 pretence 0 pretending 0 simulation 0 feigning 0 009 @ 00752431 n 0000 + 01721754 v 0504 + 01721754 v 0401 + 00838043 v 0303 + 00838043 v 0103 ~ 00755277 n 0000 ~ 00755500 n 0000 ~ 00755673 n 0000 ~ 00756194 n 0000 | the act of giving a false appearance; "his conformity was only pretending"
-00755277 04 n 02 appearance 2 show 1 002 @ 00754956 n 0000 + 01848701 a 0202 | pretending that something is the case in order to make a good impression; "they try to keep up appearances"; "that ceremony is just for show"
-00755500 04 n 02 make-believe 0 pretend 0 004 @ 00754956 n 0000 + 00838524 v 0202 + 01937759 a 0101 + 00838524 v 0103 | the enactment of a pretense; "it was just pretend"
-00755673 04 n 04 affectation 0 mannerism 0 pose 0 affectedness 0 004 @ 00754956 n 0000 + 02519183 v 0301 ~ 00755863 n 0000 ~ 00756034 n 0000 | a deliberate pretense or exaggerated display
-00755863 04 n 01 attitude 0 003 @ 00755673 n 0000 + 02519494 v 0101 + 02519494 v 0102 | a theatrical pose created for effect; "the actor struck just the right attitude"
-00756034 04 n 01 radical_chic 0 001 @ 00755673 n 0000 | an affectation of radical left-wing views and the fashionable dress and lifestyle that goes with them
-00756194 04 n 01 masquerade 0 002 @ 00754956 n 0000 + 00837617 v 0101 | making a false outward show; "a beggar's masquerade of wealth"
-00756331 04 n 02 imposture 0 impersonation 1 003 @ 00752431 n 0000 + 01723690 v 0201 + 00837288 v 0202 | pretending to be another person
-00756470 04 n 01 obscurantism 0 002 @ 00752431 n 0000 + 10369417 n 0101 | a deliberate act intended to make something obscure
-00756598 04 n 02 bluff 0 four_flush 0 002 @ 00752431 n 0000 + 01076953 v 0101 | the act of bluffing in poker; deception by a false show of confidence in the strength of your cards
-00756780 04 n 01 take-in 0 002 @ 00752431 n 0000 + 00854904 v 0108 | the act of taking in as by fooling or cheating or swindling someone
-00756919 04 n 01 fall 3 003 @ 00757080 n 0000 + 02566092 v 0101 + 02565911 v 0101 | a lapse into sin; a loss of innocence or of chastity; "a fall from virtue"
-00757080 04 n 02 sin 0 sinning 0 008 @ 00745005 n 0000 + 02565687 v 0201 + 02565687 v 0101 ~ 00756919 n 0000 ~ 00757337 n 0000 ~ 00757483 n 0000 ~ 00757730 n 0000 ~ 00758033 n 0000 | an act that is regarded by theologians as a transgression of God's will
-00757337 04 n 01 actual_sin 0 002 @ 00757080 n 0000 ! 00757483 n 0101 | a sin committed of your own free will (as contrasted with original sin)
-00757483 04 n 01 original_sin 0 003 @ 00757080 n 0000 @ 06789411 n 0000 ! 00757337 n 0101 | a sin said to be inherited by all descendants of Adam; "Adam and Eve committed the original sin when they ate the forbidden fruit in the Garden of Eden"
-00757730 04 n 02 mortal_sin 0 deadly_sin 0 009 @ 00757080 n 0000 ! 00758033 n 0101 ~ 00758175 n 0000 ~ 00758335 n 0000 ~ 00758525 n 0000 ~ 00758795 n 0000 ~ 00758972 n 0000 ~ 00759186 n 0000 ~ 00759335 n 0000 | an unpardonable sin entailing a total loss of grace; "theologians list seven mortal sins"
-00758033 04 n 01 venial_sin 0 002 @ 00757080 n 0000 ! 00757730 n 0101 | a pardonable sin regarded as entailing only a partial loss of grace
-00758175 04 n 02 pride 0 superbia 0 002 @ 00757730 n 0000 ~ 04887912 n 0000 | unreasonable and inordinate self-esteem (personified as one of the deadly sins)
-00758335 04 n 02 envy 0 invidia 0 003 @ 00757730 n 0000 + 00888765 a 0102 + 01827064 v 0101 | spite and resentment at seeing the success of another (personified as one of the deadly sins)
-00758525 04 n 05 avarice 0 greed 0 covetousness 0 rapacity 0 avaritia 0 005 @ 00757730 n 0000 + 00031138 a 0401 + 00029933 a 0302 + 00029933 a 0205 + 00029933 a 0101 | reprehensible acquisitiveness; insatiable desire for wealth (personified as one of the deadly sins)
-00758795 04 n 03 sloth 0 laziness 0 acedia 0 002 @ 00757730 n 0000 + 00294579 a 0203 | apathy and inactivity in the practice of virtue (personified as one of the deadly sins)
-00758972 04 n 04 wrath 0 anger 0 ire 0 ira 0 004 @ 00757730 n 0000 + 00113818 a 0201 + 01787106 v 0201 + 01785971 v 0201 | belligerence aroused by a real or supposed wrong (personified as one of the deadly sins)
-00759186 04 n 03 gluttony 0 overeating 0 gula 0 002 @ 00757730 n 0000 + 01193099 v 0209 | eating to excess (personified as one of the deadly sins)
-00759335 04 n 02 lust 0 luxuria 0 003 @ 00757730 n 0000 + 01727133 a 0102 + 01188485 v 0105 | self-indulgent sexual desire (personified as one of the deadly sins)
-00759500 04 n 01 terror 0 002 @ 01127245 n 0000 ~ 00759694 n 0000 | the use of extreme fear in order to coerce people (especially for political reasons); "he used terror to make them confess"
-00759694 04 n 03 terrorism 0 act_of_terrorism 0 terrorist_act 0 166 @ 00759500 n 0000 + 10702781 n 0101 ~ 00763132 n 0000 -c 00763132 n 0000 ~ 00763282 n 0000 -c 00763282 n 0000 ~ 00763630 n 0000 -c 00763630 n 0000 ~ 00763787 n 0000 -c 00763787 n 0000 ~ 00764031 n 0000 -c 00764031 n 0000 ~ 00764258 n 0000 -c 00764258 n 0000 ~ 00764436 n 0000 -c 00764436 n 0000 ~ 00764588 n 0000 -c 00764588 n 0000 ~ 00764891 n 0000 -c 00764891 n 0000 ~ 00765081 n 0000 -c 00765081 n 0000 -c 00765193 n 0000 -c 00979742 n 0000 -c 00980394 n 0000 -c 00986275 n 0000 -c 01147676 n 0000 -c 01222666 n 0000 ~ 01246697 n 0000 -c 04304812 n 0000 -c 04516477 n 0000 -c 04604009 n 0000 -c 05906734 n 0000 -c 06424275 n 0000 -c 06644105 n 0000 -c 06886273 n 0000 -c 08010364 n 0000 -c 08010559 n 0000 -c 08010942 n 0000 -c 08011266 n 0000 -c 08011523 n 0000 -c 08012028 n 0000 -c 08012384 n 0000 -c 08012765 n 0000 -c 08013176 n 0000 -c 08013453 n 0000 -c 08013653 n 0000 -c 08013845 n 0000 -c 08014202 n 0000 -c 08014615 n 0000 -c 08014860 n 0000 -c 08015116 n 0000 -c 08015321 n 0000 -c 08015731 n 0000 -c 08016035 n 0000 -c 08016385 n 0000 -c 08016900 n 0000 -c 08017257 n 0000 -c 08017614 n 0000 -c 08017974 n 0000 -c 08018189 n 0000 -c 08018666 n 0000 -c 08018983 n 0000 -c 08019281 n 0000 -c 08019523 n 0000 -c 08019913 n 0000 -c 08020242 n 0000 -c 08020785 n 0000 -c 08021129 n 0000 -c 08021464 n 0000 -c 08021785 n 0000 -c 08022259 n 0000 -c 08022666 n 0000 -c 08022972 n 0000 -c 08023374 n 0000 -c 08023843 n 0000 -c 08024096 n 0000 -c 08024408 n 0000 -c 08024732 n 0000 -c 08025112 n 0000 -c 08025497 n 0000 -c 08025835 n 0000 -c 08026197 n 0000 -c 08026539 n 0000 -c 08026904 n 0000 -c 08027314 n 0000 -c 08027518 n 0000 -c 08027920 n 0000 -c 08028148 n 0000 -c 08028397 n 0000 -c 08028623 n 0000 -c 08028999 n 0000 -c 08029421 n 0000 -c 08029784 n 0000 -c 08029908 n 0000 -c 08030481 n 0000 -c 08030711 n 0000 -c 08031020 n 0000 -c 08031386 n 0000 -c 08031663 n 0000 -c 08032023 n 0000 -c 08032594 n 0000 -c 08032955 n 0000 -c 08033194 n 0000 -c 08033454 n 0000 -c 08033829 n 0000 -c 08034028 n 0000 -c 08034299 n 0000 -c 08034579 n 0000 -c 08034778 n 0000 -c 08035233 n 0000 -c 08035601 n 0000 -c 08036005 n 0000 -c 08036293 n 0000 -c 08036849 n 0000 -c 08037118 n 0000 -c 08037503 n 0000 -c 08037861 n 0000 -c 08038131 n 0000 -c 08038379 n 0000 -c 08038748 n 0000 -c 08038995 n 0000 -c 08039312 n 0000 -c 08039601 n 0000 -c 08040008 n 0000 -c 08040257 n 0000 -c 08040522 n 0000 -c 08040762 n 0000 -c 08041106 n 0000 -c 08041484 n 0000 ~i 08041840 n 0000 -c 08042183 n 0000 -c 08042536 n 0000 -c 08042856 n 0000 -c 08043169 n 0000 -c 08043499 n 0000 -c 08043848 n 0000 -c 08044265 n 0000 -c 08044676 n 0000 -c 08045140 n 0000 -c 08045428 n 0000 -c 08045681 n 0000 -c 08046032 n 0000 -c 08046346 n 0000 -c 08046759 n 0000 -c 08047032 n 0000 -c 08048300 n 0000 -c 08125420 n 0000 -c 08206663 n 0000 -c 08211760 n 0000 -c 08244346 n 0000 -c 08245549 n 0000 -c 08246036 n 0000 -c 08358963 n 0000 -c 08392137 n 0000 -c 08422247 n 0000 -c 08994540 n 0000 -c 09781171 n 0000 -c 10155222 n 0000 -c 10610850 n 0000 -c 10673776 n 0000 -c 10702781 n 0000 -c 11078404 n 0000 -c 11201386 n 0000 -c 15260651 n 0000 -c 15300051 n 0000 | the calculated use of violence (or the threat of violence) against civilians in order to attain goals that are political or religious or ideological in nature; this is done through intimidation or coercion or instilling fear
-00763132 04 n 02 bioterrorism 0 biological_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism using the weapons of biological warfare
-00763282 04 n 01 chemical_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism using the chemical agents of chemical warfare; can undermine the personal security of citizens; "a good agent for chemical terrorism should be colorless and odorless and inexpensive and readily available and not detectable until symptoms are experienced"
-00763630 04 n 02 cyber-terrorism 0 cyberwar 0 003 @ 00759694 n 0000 ;c 00759694 n 0000 + 10155222 n 0102 | an assault on electronic communication networks
-00763787 04 n 01 domestic_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism practiced in your own country against your own people; "the 1995 bombing of a federal building in Oklahoma City was an instance of domestic terrorism"
-00764031 04 n 04 ecoterrorism 0 ecological_terrorism 0 eco-warfare 0 ecological_warfare 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | violence carried out to further the political or social objectives of the environmentalists
-00764258 04 n 01 international_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism practiced in a foreign country by terrorists who are not native to that country
-00764436 04 n 01 narcoterrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | the financing of terrorist activities by participation in the drug trade
-00764588 04 n 01 nuclear_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | the use of a nuclear device by a terrorist organization to cause massive devastation or the use (or threat of use) of fissionable radioactive materials; "assaults on nuclear power plants is one form of nuclear terrorism"
-00764891 04 n 01 state-sponsored_terrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism practiced by a government against its own people or in support of international terrorism
-00765081 04 n 01 theoterrorism 0 002 @ 00759694 n 0000 ;c 00759694 n 0000 | terrorism for a religious purpose
-00765193 04 n 02 terrorization 1 terrorisation 1 004 @ 00745005 n 0000 ;c 00759694 n 0000 + 02506361 v 0202 + 02506361 v 0101 | an act of terrorism
-00765343 04 n 01 barratry 0 002 @ 00766234 n 0000 ;c 08441203 n 0000 | the offense of vexatiously persisting in inciting lawsuits and quarrels
-00765488 04 n 01 champerty 0 002 @ 00732746 n 0000 ;c 08441203 n 0000 | an unethical agreement between an attorney and client that the attorney would sue and pay the costs of the client's suit in return for a portion of the damages awarded; "soliciting personal injury cases may constitute champerty"
-00765791 04 n 02 maintenance 2 criminal_maintenance 0 002 @ 00732746 n 0000 ;c 08441203 n 0000 | the unauthorized interference in a legal action by a person having no interest in it (as by helping one party with money or otherwise to continue the action) so as to obstruct justice or promote unnecessary litigation or unsettle the peace of the community; "unlike champerty, criminal maintenance does not necessarily involve personal profit"
-00766234 04 n 06 crime 0 offense 1 criminal_offense 0 criminal_offence 0 offence 1 law-breaking 0 056 @ 00745005 n 0000 ;c 06539178 n 0000 + 02566528 v 0202 + 01402763 a 0101 + 00842989 v 0104 + 02636921 v 0101 + 00842989 v 0103 + 02480923 v 0103 ~ 00765343 n 0000 ~ 00768353 n 0000 ~ 00768483 n 0000 ~ 00768701 n 0000 ~ 00768921 n 0000 ~ 00769092 n 0000 ~ 00769695 n 0000 ~ 00769944 n 0000 ~ 00770151 n 0000 ~ 00770270 n 0000 ~ 00773235 n 0000 ~ 00773814 n 0000 ~ 00774506 n 0000 ~ 00774796 n 0000 ~ 00775006 n 0000 ~ 00782072 n 0000 ~ 00782241 n 0000 ~ 00782338 n 0000 ~ 00782518 n 0000 -c 01471043 v 0000 -c 01471547 v 0000 -c 01471825 v 0000 -c 01472251 v 0000 -c 01472417 v 0000 -c 02241621 v 0000 -c 02241767 v 0000 -c 02241911 v 0000 -c 02242049 v 0000 -c 02242256 v 0000 -c 02244426 v 0000 -c 02245555 v 0000 -c 02246166 v 0000 -c 02246300 v 0000 -c 02256998 v 0000 -c 02261123 v 0000 -c 02277138 v 0000 -c 02277303 v 0000 -c 02277448 v 0000 -c 02277663 v 0000 -c 02277897 v 0000 -c 02278061 v 0000 -c 02278470 v 0000 -c 02284096 v 0000 -c 02284662 v 0000 -c 02284803 v 0000 -c 02345288 v 0000 -c 02345856 v 0000 -c 02355259 v 0000 | (criminal law) an act punishable by law; usually considered an evil act; "a long record of crimes"
-00767477 04 n 01 crime 1 003 @ 00745005 n 0000 + 01402763 a 0101 + 02636921 v 0101 | an evil act not necessarily punishable by law; "crimes of the heart"
-00767633 04 n 01 inside_job 0 001 @ 00745005 n 0000 | some transgression committed with the assistance of someone trusted by the victim; "the police decided that the crime was an inside job"
-00767826 04 n 01 assault 1 005 @ 00773814 n 0000 + 01120069 v 0102 ~ 00768063 n 0000 ~ 00768203 n 0000 ~ 00774009 n 0000 | a threatened or attempted physical attack by someone who appears to be able to cause bodily harm if not stopped
-00768063 04 n 01 aggravated_assault 0 001 @ 00767826 n 0000 | a reckless attack with intent to injure seriously (as with a deadly weapon)
-00768203 04 n 02 battery 0 assault_and_battery 0 002 @ 00767826 n 0000 ~ 00772550 n 0000 | an assault in which the assailant makes physical contact
-00768353 04 n 01 capital_offense 0 001 @ 00766234 n 0000 | a crime so serious that capital punishment is considered appropriate
-00768483 04 n 01 cybercrime 0 001 @ 00766234 n 0000 | crime committed using a computer and the internet to steal a person's identity or sell contraband or stalk victims or disrupt operations with malevolent programs
-00768701 04 n 01 felony 0 008 @ 00766234 n 0000 + 01402763 a 0102 ~ 00775286 n 0000 ~ 00776165 n 0000 ~ 00776262 n 0000 ~ 00780889 n 0000 ~ 00784388 n 0000 ~ 00785045 n 0000 | a serious crime (such as murder or arson)
-00768921 04 n 01 forgery 1 003 @ 00750890 n 0000 @ 00766234 n 0000 + 01654271 v 0101 | criminal falsification by making or altering an instrument with intent to defraud
-00769092 04 n 01 fraud 0 012 @ 00766234 n 0000 ~ 00769401 n 0000 ~ 00777069 n 0000 ~ 00777587 n 0000 ~ 00777679 n 0000 ~ 00777806 n 0000 ~ 00778017 n 0000 ~ 00778213 n 0000 ~ 00778575 n 0000 ~ 00778809 n 0000 ~ 00779035 n 0000 ~ 00780148 n 0000 | intentional deception resulting in injury to another person
-00769401 04 n 01 barratry 1 002 @ 00769092 n 0000 ;c 08454191 n 0000 | (maritime law) a fraudulent breach of duty by the master of a ship that injures the owner of the ship or its cargo; includes every breach of trust such as stealing or sinking or deserting the ship or embezzling the cargo
-00769695 04 n 01 Had_crime 0 002 @ 00766234 n 0000 ;c 06234825 n 0000 | (Islam) serious crimes committed by Muslims and punishable by punishments established in the Koran; "Had crimes include apostasy from Islam and murder and theft and adultery"
-00769944 04 n 02 hijack 0 highjack 0 004 @ 00766234 n 0000 + 01471825 v 0203 + 01471825 v 0102 ~ 00227484 n 0000 | seizure of a vehicle in transit either to rob it or divert it to an alternate destination
-00770151 04 n 01 mayhem 0 001 @ 00766234 n 0000 | the willful and unlawful crippling or mutilation of another person
-00770270 04 n 05 misdemeanor 0 misdemeanour 0 infraction 0 violation 0 infringement 0 008 @ 00766234 n 0000 + 02567147 v 0503 + 02566528 v 0303 ~ 00771713 n 0000 ~ 00772026 n 0000 ~ 00772253 n 0000 ~ 00772381 n 0000 ~ 00772813 n 0000 | a crime less serious than a felony
-00770543 04 n 02 violation 4 infringement 1 007 @ 00732746 n 0000 + 02567147 v 0203 + 01993352 v 0202 + 02668523 v 0101 ~ 00770834 n 0000 ~ 00770997 n 0000 ~ 00771604 n 0000 | an act that disregards an agreement or a right; "he claimed a violation of his rights under the Fifth Amendment"
-00770834 04 n 02 copyright_infringement 0 infringement_of_copyright 0 002 @ 00770543 n 0000 ~ 00750405 n 0000 | a violation of the rights secured by a copyright
-00770997 04 n 01 foul 1 007 @ 00770543 n 0000 ;c 00523513 n 0000 + 01147709 v 0101 + 01147855 v 0101 ~ 00128091 n 0000 ~ 00771198 n 0000 ~ 00771356 n 0000 | an act that violates the rules of a sport
-00771198 04 n 01 personal_foul 0 002 @ 00770997 n 0000 ;c 00523513 n 0000 | a foul that involves unnecessarily rough contact (as in basketball or football)
-00771356 04 n 02 technical_foul 0 technical 0 002 @ 00770997 n 0000 ;c 00480993 n 0000 | (basketball) a foul that can be assessed on a player or a coach or a team for unsportsmanlike conduct; does not usually involve physical contact during play
-00771604 04 n 01 patent_infringement 0 001 @ 00770543 n 0000 | violation of the rights secured by a patent
-00771713 04 n 04 disorderly_conduct 0 disorderly_behavior 0 disturbance_of_the_peace 0 breach_of_the_peace 0 001 @ 00770270 n 0000 | any act of molesting, interrupting, hindering, agitating, or arousing from a state of repose or otherwise depriving inhabitants of the peace and quiet to which they are entitled
-00772026 04 n 02 false_pretense 0 false_pretence 0 002 @ 00770270 n 0000 ;c 08441203 n 0000 | (law) an offense involving intent to defraud and false representation and obtaining property as a result of that misrepresentation
-00772253 04 n 02 indecent_exposure 0 public_nudity 0 001 @ 00770270 n 0000 | vulgar and offensive nakedness in a public place
-00772381 04 n 03 perjury 0 bearing_false_witness 0 lying_under_oath 0 002 @ 00770270 n 0000 + 00834745 v 0101 | criminal offense of making false statements under oath
-00772550 04 n 01 resisting_arrest 0 003 @ 00974444 n 0000 @ 00768203 n 0000 ;c 08441203 n 0000 | physical efforts to oppose a lawful arrest; the resistance is classified as assault and battery upon the person of the police officer attempting to make the arrest
-00772813 04 n 01 sedition 0 004 @ 00770270 n 0000 ;c 08441203 n 0000 + 01897378 a 0106 + 00963283 a 0102 | an illegal action inciting resistance to lawful authority and tending to cause the disruption or overthrow of the government
-00773047 04 n 01 molestation 1 002 @ 00774107 n 0000 + 02569495 v 0101 | the act of subjecting someone to unwanted or improper sexual advances or activity (especially women or children)
-00773235 04 n 03 perpetration 0 commission 1 committal 1 004 @ 00766234 n 0000 + 02582615 v 0302 + 02582615 v 0202 + 02582615 v 0101 | the act of committing a crime
-00773402 04 n 04 rape 0 violation 2 assault 2 ravishment 0 007 @ 00774107 n 0000 + 02567519 v 0402 + 01120069 v 0302 + 02567519 v 0203 + 02567519 v 0101 ~ 00773673 n 0000 ~ 00846961 n 0000 | the crime of forcing a woman to submit to sexual intercourse against her will
-00773673 04 n 01 date_rape 0 001 @ 00773402 n 0000 | rape in which the rapist is known to the victim (as when they are on a date together)
-00773814 04 n 02 attack 2 attempt 2 003 @ 00766234 n 0000 + 01120069 v 0104 ~ 00767826 n 0000 | the act of attacking; "attacks on women increased last year"; "they made an attempt on his life"
-00774009 04 n 01 mugging 0 002 @ 00767826 n 0000 + 02277663 v 0101 | assault with intent to rob
-00774107 04 n 04 sexual_assault 0 sexual_abuse 0 sex_crime 0 sex_offense 0 004 @ 00774796 n 0000 ;c 08441203 n 0000 ~ 00773047 n 0000 ~ 00773402 n 0000 | a statutory offense that provides that it is a crime to knowingly cause another person to engage in an unwanted sexual act by force or threat; "most states have replaced the common law definition of rape with statutes defining sexual assault"
-00774506 04 n 01 Tazir_crime 0 002 @ 00766234 n 0000 ;c 06234825 n 0000 | (Islam) minor crimes committed by Muslims; crimes that are not mentioned in the Koran so judges are free to punish the offender in any appropriate way; "in some Islamic nations Tazir crimes are set by legislation"
-00774796 04 n 04 statutory_offense 0 statutory_offence 0 regulatory_offense 0 regulatory_offence 0 003 @ 00766234 n 0000 ~ 00774107 n 0000 ~ 00775095 n 0000 | crimes created by statutes and not by common law
-00775006 04 n 01 thuggery 0 001 @ 00766234 n 0000 | violent or brutal acts as of thugs
-00775095 04 n 01 bigamy 0 003 @ 00774796 n 0000 + 01545059 a 0101 + 09853305 n 0101 | the offense of marrying someone while you have a living spouse from whom no valid divorce has occurred
-00775286 04 n 02 capture 1 seizure 2 005 @ 00768701 n 0000 + 01213614 v 0201 + 01215421 v 0103 ~ 00775460 n 0000 ~ 00775702 n 0000 | the act of taking of a person by force
-00775460 04 n 01 abduction 0 002 @ 00775286 n 0000 + 01471043 v 0103 | the criminal act of capturing and carrying away by force a family member; if a man's wife is abducted it is a crime against the family relationship and against the wife
-00775702 04 n 02 kidnapping 0 snatch 2 004 @ 00775286 n 0000 ;c 08441203 n 0000 + 01471043 v 0204 + 01471043 v 0101 | (law) the unlawful act of capturing and carrying away a person against their will and holding them in false imprisonment
-00775943 04 n 03 racket 0 fraudulent_scheme 0 illegitimate_enterprise 0 002 @ 00796886 n 0000 + 10503247 n 0101 | an illegal enterprise (such as extortion or fraud or drug peddling or prostitution) carried on for profit
-00776165 04 n 01 racketeering 0 002 @ 00768701 n 0000 + 02445788 v 0101 | engaging in a racket
-00776262 04 n 02 bribery 0 graft 1 004 @ 00768701 n 0000 + 02284096 v 0101 ~ 00776466 n 0000 ~ 00776581 n 0000 | the practice of offering something (usually money) in order to gain an illicit advantage
-00776466 04 n 01 barratry 2 001 @ 00776262 n 0000 | the crime of a judge whose judgment is influenced by bribery
-00776581 04 n 01 commercial_bribery 0 001 @ 00776262 n 0000 | bribery of a purchasing agent in order to induce the agent to enter into a transaction
-00776732 04 n 05 embezzlement 0 peculation 0 defalcation 0 misapplication 0 misappropriation 0 007 @ 00780889 n 0000 + 02292535 v 0504 + 02292535 v 0302 + 02292535 v 0203 + 02292535 v 0101 ~ 00777324 n 0000 ~ 00777439 n 0000 | the fraudulent appropriation of funds or property entrusted to your care but actually owned by someone else
-00777069 04 n 01 identity_theft 0 001 @ 00769092 n 0000 | the co-option of another person's personal information (e.g., name, Social Security number, credit card number, passport) without that person's knowledge and the fraudulent use of such knowledge
-00777324 04 n 01 raid 1 002 @ 00776732 n 0000 + 02275152 v 0101 | an attempt by speculators to defraud investors
-00777439 04 n 01 plunderage 0 002 @ 00776732 n 0000 + 02345048 v 0102 | the act of plundering (especially the embezzlement of goods on shipboard)
-00777587 04 n 01 mail_fraud 0 001 @ 00769092 n 0000 | use of the mails to defraud someone
-00777679 04 n 01 election_fraud 0 001 @ 00769092 n 0000 | misrepresentation or alteration of the true results of an election
-00777806 04 n 02 constructive_fraud 0 legal_fraud 0 002 @ 00769092 n 0000 ~ 00778405 n 0000 | comprises all acts or omissions or concealments involving breach of equitable or legal duty or trust or confidence
-00778017 04 n 02 extrinsic_fraud 0 collateral_fraud 0 001 @ 00769092 n 0000 | fraud that prevents a party from knowing their rights or from having a fair opportunity of presenting them at trial
-00778213 04 n 02 fraud_in_fact 0 positive_fraud 0 001 @ 00769092 n 0000 | actual deceit; concealing something or making a false representation with an evil intent to cause injury to another
-00778405 04 n 01 fraud_in_law 0 001 @ 00777806 n 0000 | fraud that is presumed from the circumstances although the one who commits it need not have had any evil intent
-00778575 04 n 01 fraud_in_the_factum 0 001 @ 00769092 n 0000 | fraud that arises from a disparity between the instrument intended to be executed and the instrument actually executed; e.g., leading someone to sign the wrong contract
-00778809 04 n 01 fraud_in_the_inducement 0 001 @ 00769092 n 0000 | fraud which intentionally causes a person to execute and instrument or make an agreement or render a judgment; e.g., misleading someone about the true facts
-00779035 04 n 01 intrinsic_fraud 0 001 @ 00769092 n 0000 | fraud (as by use of forged documents or false claims or perjury) that misleads a court or jury and induces a finding for the one perpetrating the fraud
-00779248 04 n 0c bunco 0 bunco_game 0 bunko 0 bunko_game 0 con 0 confidence_trick 0 confidence_game 0 con_game 0 gyp 0 hustle 1 sting 0 flimflam 0 006 @ 00780148 n 0000 + 02575723 v 0c01 + 02572119 v 090b + 02572119 v 050f + 02572119 v 0107 ~ 00779599 n 0000 | a swindle in which you cheat at gambling or persuade a person to buy worthless property
-00779599 04 n 01 sting_operation 0 001 @ 00779248 n 0000 | a complicated confidence game planned and executed with great care (especially an operation implemented by undercover agents to apprehend criminals)
-00779809 04 n 01 pyramiding 0 001 @ 00780148 n 0000 | a fraudulent business practice involving some form of pyramid scheme e.g., the chain of distribution is artificially expanded by an excessive number of distributors selling to other distributors at progressively higher wholesale prices until retail prices are unnecessarily inflated
-00780148 04 n 03 swindle 0 cheat 1 rig 0 011 @ 00769092 n 0000 + 02351239 v 0301 + 02573127 v 0301 + 01104624 v 0201 + 02572119 v 0102 ~ 00754280 n 0000 ~ 00779248 n 0000 ~ 00779809 n 0000 ~ 00780466 n 0000 ~ 00780615 n 0000 ~ 00780731 n 0000 | the act of swindling by some fraudulent scheme; "that book is a fraud"
-00780466 04 n 01 holdout 0 001 @ 00780148 n 0000 | the act of hiding playing cards in a gambling game so they are available for personal use later
-00780615 04 n 01 swiz 0 003 @ 00780148 n 0000 ;r 08860123 n 0000 ;u 07157273 n 0000 | British slang for a swindle
-00780731 04 n 02 shell_game 0 thimblerig 0 001 @ 00780148 n 0000 | a swindling sleight-of-hand game; victim guesses which of three things a pellet is under
-00780889 04 n 05 larceny 0 theft 0 thievery 0 thieving 0 stealing 0 016 @ 00768701 n 0000 + 02321757 v 0501 + 02322230 v 0403 + 02322230 v 0303 + 10246913 n 0101 + 10246913 n 0102 ~ 00070077 n 0000 ~ 00776732 n 0000 ~ 00781355 n 0000 ~ 00781480 n 0000 ~ 00781685 n 0000 ~ 00782629 n 0000 ~ 00783902 n 0000 ~ 00784083 n 0000 ~ 00784271 n 0000 ~ 00966504 n 0000 | the act of taking something from someone unlawfully; "the thieving is awful at Kennedy International"
-00781355 04 n 01 pilferage 0 002 @ 00780889 n 0000 + 02276866 v 0101 | the act of stealing small amounts or small articles
-00781480 04 n 02 shoplifting 0 shrinkage 0 002 @ 00780889 n 0000 + 02277303 v 0101 | the act of stealing goods that are on display in a store; "shrinkage is the retail trade's euphemism for shoplifting"
-00781685 04 n 01 robbery 0 009 @ 00780889 n 0000 + 02321391 v 0101 ~ 00781912 n 0000 ~ 00782792 n 0000 ~ 00782927 n 0000 ~ 00783063 n 0000 ~ 00783199 n 0000 ~ 00783419 n 0000 ~ 00783762 n 0000 | larceny by threat of violence
-00781912 04 n 04 armed_robbery 0 heist 1 holdup 0 stickup 0 004 @ 00781685 n 0000 + 02277448 v 0402 + 02277448 v 0301 + 02571511 v 0204 | robbery at gunpoint
-00782072 04 n 03 treason 0 high_treason 0 lese_majesty 0 003 @ 00766234 n 0000 + 00962939 a 0105 + 10722965 n 0102 | a crime that undermines the offender's government
-00782241 04 n 01 vice_crime 0 002 @ 00766234 n 0000 ~ 00748155 n 0000 | a vice that is illegal
-00782338 04 n 01 victimless_crime 0 001 @ 00766234 n 0000 | an act that is legally a crime but that seem to have no victims; "he considers prostitution to be a victimless crime"
-00782518 04 n 01 war_crime 0 001 @ 00766234 n 0000 | a crime committed in wartime; violation of rules of war
-00782629 04 n 01 biopiracy 0 001 @ 00780889 n 0000 | biological theft; illegal collection of indigenous plants by corporations who patent them for their own use
-00782792 04 n 02 caper 1 job 2 001 @ 00781685 n 0000 | a crime (especially a robbery); "the gang pulled off a bank job in St. Louis"
-00782927 04 n 02 dacoity 0 dakoity 0 003 @ 00781685 n 0000 ;r 08900535 n 0000 ;r 08715390 n 0000 | robbery by a gang of armed dacoits
-00783063 04 n 02 heist 0 rip-off 0 004 @ 00781685 n 0000 ;u 07157273 n 0000 + 02573275 v 0202 + 02571511 v 0104 | the act of stealing
-00783199 04 n 02 highjacking 0 hijacking 0 004 @ 00781685 n 0000 + 01471825 v 0202 + 01471825 v 0103 ~ 00783527 n 0000 | robbery of a traveller or vehicle in transit or seizing control of a vehicle by the use of force
-00783419 04 n 01 highway_robbery 0 001 @ 00781685 n 0000 | robbery of travellers on or near a public road
-00783527 04 n 02 piracy 0 buccaneering 0 002 @ 00783199 n 0000 + 01471825 v 0104 | hijacking on the high seas or in similar contexts; taking a ship or plane away from the control of those who are legally entitled to it; "air piracy"
-00783762 04 n 01 rolling 1 001 @ 00781685 n 0000 | the act of robbing a helpless person; "he was charged with rolling drunks in the park"
-00783902 04 n 02 grand_larceny 0 grand_theft 0 002 @ 00780889 n 0000 ! 00784083 n 0101 | larceny of property having a value greater than some amount (the amount varies by locale)
-00784083 04 n 03 petit_larceny 0 petty_larceny 0 petty 0 002 @ 00780889 n 0000 ! 00783902 n 0101 | larceny of property having a value less than some amount (the amount varies by locale)
-00784271 04 n 01 skimming 1 001 @ 00780889 n 0000 | failure to declare income in order to avoid paying taxes on it
-00784388 04 n 01 extortion 0 006 @ 00768701 n 0000 + 09858299 n 0103 + 02241107 v 0101 ~ 00784598 n 0000 ~ 00784755 n 0000 ~ 00784934 n 0000 | the felonious act of extorting money (as by threats of violence)
-00784598 04 n 01 blackmail 0 003 @ 00784388 n 0000 + 02581073 v 0101 + 02241767 v 0101 | extortion of money by threats to divulge discrediting information
-00784755 04 n 02 protection 1 tribute 2 001 @ 00784388 n 0000 | payment extorted by gangsters on threat of violence; "every store in the neighborhood had to pay him protection"
-00784934 04 n 01 shakedown 0 002 @ 00784388 n 0000 ;u 07157273 n 0000 | extortion of money (as by blackmail)
-00785045 04 n 01 burglary 0 005 @ 00768701 n 0000 + 03051889 a 0101 + 02571511 v 0103 + 02571511 v 0101 ~ 00785263 n 0000 | entering a building unlawfully with intent to commit a felony or to steal valuable property
-00785263 04 n 03 housebreaking 0 break-in 0 breaking_and_entering 0 003 @ 00785045 n 0000 + 02570684 v 0201 ~ 00785482 n 0000 | trespassing for an unlawful purpose; illegal entrance into premises with criminal intent
-00785482 04 n 01 home_invasion 0 001 @ 00785263 n 0000 | burglary of a dwelling while the residents are at home
-00785596 04 n 01 joint_venture 0 002 @ 00797878 n 0000 ~ 00785818 n 0000 | a venture by a partnership or conglomerate designed to share risk or expertise; "a joint venture between the film companies to produce TV shows"
-00785818 04 n 01 foreign_direct_investment 1 001 @ 00785596 n 0000 | a joint venture between a foreign company and a United States company
-00785959 04 n 01 experiment 1 001 @ 00797878 n 0000 | a venture at something new or different; "as an experiment he decided to grow a beard"
-00786102 04 n 01 forlorn_hope 0 001 @ 00796886 n 0000 | a hopeless or desperate enterprise
-00786195 04 n 05 attempt 0 effort 0 endeavor 0 endeavour 0 try 0 024 @ 00407535 n 0000 + 02530167 v 0501 + 02531199 v 0402 + 02531199 v 0301 + 02530167 v 0103 ~ 00126584 n 0000 ~ 00127531 n 0000 ~ 00127672 n 0000 ~ 00786887 n 0000 ~ 00787061 n 0000 ~ 00787218 n 0000 ~ 00787307 n 0000 ~ 00787465 n 0000 ~ 00787832 n 0000 ~ 00788007 n 0000 ~ 00788097 n 0000 ~ 00788362 n 0000 ~ 00788473 n 0000 ~ 00788632 n 0000 ~ 00788766 n 0000 ~ 00788973 n 0000 ~ 00790205 n 0000 ~ 00791078 n 0000 ~ 00794367 n 0000 | earnest and conscientious activity intended to do or accomplish something; "made an effort to cover all the reading material"; "wished him luck in his endeavor"; "she gave it a good try"
-00786887 04 n 02 bid 0 play 3 002 @ 00786195 n 0000 + 02240674 v 0101 | an attempt to get something; "they made a futile play for power"; "he made a bid to gain attention"
-00787061 04 n 06 crack 1 fling 1 go 1 pass 1 whirl 0 offer 1 001 @ 00786195 n 0000 | a usually brief attempt; "he took a crack at it"; "I gave it a whirl"
-00787218 04 n 01 essay 0 002 @ 00786195 n 0000 + 02530167 v 0104 | a tentative attempt
-00787307 04 n 01 foray 1 001 @ 00786195 n 0000 | an initial attempt (especially outside your usual areas of competence); "scientists' forays into politics"
-00787465 04 n 03 contribution 2 part 3 share 1 003 @ 00786195 n 0000 + 02308741 v 0101 ~ 00787727 n 0000 | the part played by a person in bringing about a result; "I am proud of my contribution in advancing the project"; "they all did their share of the work"
-00787727 04 n 01 end 0 001 @ 00787465 n 0000 | the part you are expected to play; "he held up his end"
-00787832 04 n 01 liberation 0 003 @ 00786195 n 0000 + 02497400 v 0102 + 02497062 v 0101 | the attempt to achieve equal rights or status; "she worked for women's liberation"
-00788007 04 n 01 mug's_game 0 001 @ 00786195 n 0000 | a futile or unprofitable endeavor
-00788097 04 n 03 power_play 0 squeeze_play 1 squeeze 1 003 @ 00786195 n 0000 + 02241107 v 0302 + 02504562 v 0303 | an aggressive attempt to compel acquiescence by the concentration or manipulation of power; "she laughed at this sexual power play and walked away"
-00788362 04 n 01 seeking 1 002 @ 00786195 n 0000 + 02240481 v 0101 | an attempt to acquire or gain something
-00788473 04 n 02 shot 4 stab 1 001 @ 00786195 n 0000 | informal words for any attempt or effort; "he gave it his best shot"; "he took a stab at forecasting"
-00788632 04 n 01 shot 8 004 @ 00786195 n 0000 ~ 00110057 n 0000 ~ 01264795 n 0000 ~ 01264933 n 0000 | an attempt to score in a game
-00788766 04 n 04 striving 0 nisus 0 pains 0 strain 0 006 @ 00786195 n 0000 + 00837977 a 0403 + 01165579 v 0401 + 01146051 v 0403 + 02531199 v 0103 ~ 00996513 n 0000 | an effortful attempt to attain a goal
-00788973 04 n 02 struggle 1 battle 1 005 @ 00786195 n 0000 + 02407338 v 0102 ~ 00789237 n 0000 ~ 00789391 n 0000 ~ 07472460 n 0000 | an energetic attempt to achieve something; "getting through the crowd was a real struggle"; "he fought a battle for recognition"
-00789237 04 n 01 duel 1 003 @ 00788973 n 0000 + 10038929 n 0104 + 10038929 n 0103 | any struggle between two skillful opponents (individuals or groups)
-00789391 04 n 02 scramble 1 scuffle 1 003 @ 00788973 n 0000 + 01504480 v 0201 + 01472807 v 0101 | an unceremonious and disorganized struggle
-00789534 04 n 01 buyout 0 005 @ 00077419 n 0000 + 02274299 v 0102 ~ 00175174 n 0000 ~ 00789735 n 0000 ~ 00789906 n 0000 | acquisition of a company by purchasing a controlling percentage of its stock
-00789735 04 n 01 strategic_buyout 0 001 @ 00789534 n 0000 | an acquisition based on analysis of the benefits of consolidation in anticipation of increased earning power
-00789906 04 n 01 takeover 1 004 @ 00789534 n 0000 + 02274299 v 0101 ~ 00790817 n 0000 ~ 00790947 n 0000 | a change by sale or merger in the controlling interest of a corporation
-00790086 04 n 01 anti-takeover_defense 0 001 @ 00202284 n 0000 | resistance to or defense against a hostile takeover
-00790205 04 n 01 takeover_attempt 0 003 @ 00786195 n 0000 ~ 00174782 n 0000 ~ 00174950 n 0000 | an attempt to take control of a corporation
-00790347 04 n 01 takeover_bid 0 003 @ 07166101 n 0000 ~ 00790498 n 0000 ~ 00790677 n 0000 | an offer to buy shares in order to take over the company
-00790498 04 n 01 two-tier_bid 0 001 @ 00790347 n 0000 | a takeover bid where the acquirer offers to pay more for the shares needed to gain control than for the remaining shares
-00790677 04 n 01 any-and-all_bid 0 001 @ 00790347 n 0000 | a takeover bid where the acquirer offers to buy any and all shares outstanding
-00790817 04 n 01 hostile_takeover 0 001 @ 00789906 n 0000 | a takeover that is resisted by the management of the target company
-00790947 04 n 01 friendly_takeover 0 001 @ 00789906 n 0000 | a takeover that is welcomed by the management of the target company
-00791078 04 n 03 test 0 trial 0 run 6 014 @ 00786195 n 0000 + 00539110 v 0303 + 00920778 v 0101 + 02745713 v 0101 ~ 00791527 n 0000 ~ 00792356 n 0000 ~ 00793844 n 0000 ~ 00794123 n 0000 ~ 00794614 n 0000 ~ 00794870 n 0000 ~ 00795008 n 0000 ~ 00795161 n 0000 ~ 00795352 n 0000 ~ 05747056 n 0000 | the act of testing something; "in the experimental trials the amount of carbon was measured separately"; "he called each flip of the coin a new trial"
-00791527 04 n 01 assay 0 006 @ 00791078 n 0000 + 00694974 v 0101 ~ 00791875 n 0000 ~ 00792142 n 0000 ~ 05739043 n 0000 ~ 05740300 n 0000 | a quantitative or qualitative test of a substance (especially an ore or a drug) to determine its components; frequently used to test for the presence or concentration of infectious agents or antibodies etc.
-00791875 04 n 02 enzyme-linked-immunosorbent_serologic_assay 0 ELISA 0 001 @ 00791527 n 0000 | an assay that relies on an enzymatic conversion reaction and is used to detect the presence of specific substances (such as enzymes or viruses or antibodies or bacteria)
-00792142 04 n 01 immunohistochemistry 0 001 @ 00791527 n 0000 | an assay that shows specific antigens in tissues by the use of markers that are either fluorescent dyes or enzymes (such as horseradish peroxidase)
-00792356 04 n 02 clinical_trial 0 clinical_test 0 005 @ 00791078 n 0000 ~ 00792720 n 0000 ~ 00792954 n 0000 ~ 00793212 n 0000 ~ 00793529 n 0000 | a rigorously controlled test of a new drug or a new invasive medical device on human subjects; in the United States it is conducted under the direction of the FDA before being made available for general clinical use
-00792720 04 n 02 phase_I_clinical_trial 0 phase_I 0 001 @ 00792356 n 0000 | a clinical trial on a few persons to determine the safety of a new drug or invasive medical device; for drugs, dosage or toxicity limits should be obtained
-00792954 04 n 02 phase_II_clinical_trial 0 phase_II 0 001 @ 00792356 n 0000 | a clinical trial on more persons than in phase I; intended to evaluate the efficacy of a treatment for the condition it is intended to treat; possible side effects are monitored
-00793212 04 n 02 phase_III_clinical_trial 0 phase_III 0 001 @ 00792356 n 0000 | a large clinical trial of a treatment or drug that in phase I and phase II has been shown to be efficacious with tolerable side effects; after successful conclusion of these clinical trials it will receive formal approval from the FDA
-00793529 04 n 02 phase_IV_clinical_trial 0 phase_IV 0 001 @ 00792356 n 0000 | sometimes the FDA approves a drug for general use but requires the manufacturer to continue to monitor its effects; during this phase the drug may be tried on slightly different patient populations than those studied in earlier trials
-00793844 04 n 01 double_blind 0 001 @ 00791078 n 0000 | a test procedure in which the identity of those receiving the intervention is concealed from both the administrators and the subjects until after the test is completed; designed to reduce or eliminate bias in the results
-00794123 04 n 03 preclinical_trial 0 preclinical_test 0 preclinical_phase 0 001 @ 00791078 n 0000 | a laboratory test of a new drug or a new invasive medical device on animal subjects; conducted to gather evidence justifying a clinical trial
-00794367 04 n 02 test 3 trial 3 005 @ 00786195 n 0000 + 02531625 v 0203 + 00669970 v 0101 + 01112584 v 0101 + 00786458 v 0102 | the act of undergoing testing; "he survived the great test of battle"; "candidates must compete in a trial of skill"
-00794614 04 n 02 audition 1 tryout 0 004 @ 00791078 n 0000 + 01718535 v 0202 + 01718535 v 0101 ~ 00794772 n 0000 | a test of the suitability of a performer
-00794772 04 n 01 screen_test 0 001 @ 00794614 n 0000 | a filmed audition of an actor or actress
-00794870 04 n 01 field_trial 0 001 @ 00791078 n 0000 | a test of young hunting dogs to determine their skill in pointing and retrieving
-00795008 04 n 03 fitting 0 try-on 0 trying_on 0 003 @ 00791078 n 0000 + 02659763 v 0101 + 00047317 v 0201 | putting clothes on to see whether they fit
-00795161 04 n 03 MOT 0 MOT_test 0 Ministry_of_Transportation_test 0 002 @ 00791078 n 0000 ;r 08860123 n 0000 | a compulsory annual test of older motor vehicles for safety and exhaust fumes
-00795352 04 n 02 pilot_project 0 pilot_program 0 001 @ 00791078 n 0000 | activity planned as a test or trial; "they funded a pilot project in six states"
-00795508 04 n 01 spadework 0 001 @ 00575741 n 0000 | dull or routine preliminary work preparing for an undertaking
-00795625 04 n 01 timework 0 001 @ 00575741 n 0000 | work paid for at a rate per unit of time
-00795720 04 n 04 undertaking 0 project 0 task 1 labor 1 018 @ 00575741 n 0000 + 02419773 v 0401 + 02406916 v 0402 + 02392600 v 0301 + 01638368 v 0202 + 01651293 v 0101 ~ 00575365 n 0000 ~ 00796315 n 0000 ~ 00796586 n 0000 ~ 00796767 n 0000 ~ 00796886 n 0000 ~ 00797207 n 0000 ~ 00797361 n 0000 ~ 00797468 n 0000 ~ 00797581 n 0000 ~ 00797723 n 0000 ~ 00797878 n 0000 ~i 00820232 n 0000 | any piece of work that is undertaken or attempted; "he prepared for great undertakings"
-00796197 04 n 02 written_assignment 0 writing_assignment 0 001 @ 00796586 n 0000 | an assignment to write something
-00796315 04 n 04 adventure 0 escapade 1 risky_venture 0 dangerous_undertaking 0 007 @ 00795720 n 0000 + 02606393 a 0101 + 00065791 a 0101 + 10072708 n 0102 + 09606009 n 0101 + 02545272 v 0103 + 02544348 v 0106 | a wild and exciting undertaking (not necessarily lawful)
-00796586 04 n 01 assignment 3 004 @ 00795720 n 0000 + 00677683 v 0101 ~ 00728641 n 0000 ~ 00796197 n 0000 | an undertaking that you have been assigned to do (as by an instructor)
-00796767 04 n 01 baby 0 001 @ 00795720 n 0000 | a project of personal concern to someone; "this project is his baby"
-00796886 04 n 03 enterprise 0 endeavor 1 endeavour 1 007 @ 00795720 n 0000 + 02531199 v 0302 + 02531199 v 0201 + 10060352 n 0102 ~ 00775943 n 0000 ~ 00786102 n 0000 ~ 01095753 n 0000 | a purposeful or industrious undertaking (especially one that requires effort or boldness); "he had doubts about the whole enterprise"
-00797207 04 n 02 labor_of_love 0 labour_of_love 0 001 @ 00795720 n 0000 | productive work performed voluntarily without material reward or compensation
-00797361 04 n 02 marathon 0 endurance_contest 0 001 @ 00795720 n 0000 | any long and arduous undertaking
-00797468 04 n 01 no-brainer 0 002 @ 00795720 n 0000 ;u 07075172 n 0000 | anything that requires little thought
-00797581 04 n 01 proposition 0 001 @ 00795720 n 0000 | a task to be dealt with; "securing adequate funding is a time-consuming proposition"
-00797723 04 n 02 tall_order 0 large_order 0 001 @ 00795720 n 0000 | a formidable task or requirement; "finishing in time was a tall order but we did it"
-00797878 04 n 01 venture 0 007 @ 00795720 n 0000 + 02373336 v 0101 ~ 00785596 n 0000 ~ 00785959 n 0000 ~ 00798245 n 0000 ~ 00801966 n 0000 ~ 00802238 n 0000 | any venturesome undertaking especially one with an uncertain outcome
-00798108 04 n 02 speleology 0 spelaeology 0 003 @ 00432689 n 0000 + 10460286 n 0204 + 10460286 n 0103 | the pastime of exploring caves
-00798245 04 n 06 campaign 2 cause 1 crusade 0 drive 2 movement 3 effort 3 020 @ 00797878 n 0000 + 01026975 v 0401 + 02406916 v 0405 + 01646300 v 0401 + 01506157 v 0402 + 01516534 v 0402 + 02589576 v 0301 + 02589576 v 0104 ~ 00798959 n 0000 ~ 00799125 n 0000 ~ 00799236 n 0000 ~ 00799409 n 0000 ~ 00799537 n 0000 ~ 00800270 n 0000 ~ 00800421 n 0000 ~ 00800657 n 0000 ~ 00800825 n 0000 ~ 00800940 n 0000 ~ 00801125 n 0000 ~ 00801277 n 0000 | a series of actions advancing a principle or tending toward a particular end; "he supported populist campaigns"; "they worked in the cause of world peace"; "the team was ready for a drive toward the pennant"; "the movement to end slavery"; "contributed to the war effort"
-00798959 04 n 03 advertising_campaign 0 ad_campaign 0 ad_blitz 0 003 @ 00798245 n 0000 ~ 00801724 n 0000 ~ 00801834 n 0000 | an organized program of advertisements
-00799125 04 n 01 anti-war_movement 0 001 @ 00798245 n 0000 | a campaign against entering or continuing a war
-00799236 04 n 01 charm_campaign 0 001 @ 00798245 n 0000 | a campaign of flattery and friendliness (by a company, politician, etc.) to become more popular and gain support
-00799409 04 n 01 consumerism 0 001 @ 00798245 n 0000 | a movement advocating greater protection of the interests of consumers
-00799537 04 n 05 campaigning 0 candidacy 0 candidature 0 electioneering 0 political_campaign 0 007 @ 00798245 n 0000 + 02414473 v 0401 %p 00749232 n 0000 ~ 00799809 n 0000 ~ 00800121 n 0000 ~ 00801450 n 0000 ~ 00801598 n 0000 | the campaign of a candidate to be elected
-00799809 04 n 02 front-porch_campaigning 0 front-porch_campaign 0 001 @ 00799537 n 0000 | a campaign in which the candidate makes speeches but does not travel; "William McKinley's dignified front-porch campaign won him the presidency in 1896"; "her approach was the opposite of a passive front-porch campaign"
-00800121 04 n 01 hustings 0 002 @ 00799537 n 0000 ;u 06295235 n 0000 | the activities involved in political campaigning (especially speech making)
-00800270 04 n 03 fund-raising_campaign 0 fund-raising_drive 0 fund-raising_effort 0 001 @ 00798245 n 0000 | a campaign to raise money for some cause
-00800421 04 n 04 feminist_movement 0 feminism 0 women's_liberation_movement 0 women's_lib 0 005 @ 00798245 n 0000 + 10084635 n 0403 + 10084635 n 0303 + 10084635 n 0201 %m 10084635 n 0000 | the movement aimed at equal rights for women
-00800657 04 n 02 gay_liberation_movement 0 gay_lib 0 001 @ 00798245 n 0000 | the movement aimed at liberating homosexuals from legal or social or economic oppression
-00800825 04 n 01 lost_cause 0 001 @ 00798245 n 0000 | a defeated cause or a cause for which defeat is inevitable
-00800940 04 n 01 reform 1 002 @ 00798245 n 0000 + 00265386 v 0101 | a campaign aimed to correct abuses or malpractices; "the reforms he proposed were too radical for the politicians"
-00801125 04 n 01 war 1 001 @ 00798245 n 0000 | a concerted campaign to end something that is injurious; "the war on poverty"; "the war against crime"
-00801277 04 n 02 youth_movement 0 youth_crusade 0 001 @ 00798245 n 0000 | political or religious or social reform movement or agitation consisting chiefly of young people
-00801450 04 n 01 whispering_campaign 0 001 @ 00799537 n 0000 | the organized dissemination of derogatory rumors designed to discredit a candidate
-00801598 04 n 01 stumping 0 001 @ 00799537 n 0000 | campaigning for something by making political speeches (stump speeches)
-00801724 04 n 01 sales_campaign 0 001 @ 00798959 n 0000 | an advertising campaign intended to promote sales
-00801834 04 n 01 public-relations_campaign 0 001 @ 00798959 n 0000 | an advertising campaign intended to improve public relations
-00801966 04 n 02 sally 1 sallying_forth 0 001 @ 00797878 n 0000 | a venture off the beaten path; "a sally into the wide world beyond his home"
-00802111 04 n 01 self-help 0 001 @ 01207609 n 0000 | the act of helping or improving yourself without relying on anyone else
-00802238 04 n 03 risk 0 peril 0 danger 0 010 @ 00797878 n 0000 + 02060496 a 0202 + 01036319 v 0205 + 02274537 a 0102 + 02059811 a 0102 + 02544348 v 0103 + 02545578 v 0101 ~ 00802629 n 0000 ~ 00802785 n 0000 ~ 00802962 n 0000 | a venture undertaken without regard to possible loss or injury; "he saw the rewards but not the risks of crime"; "there was a danger he would do the wrong thing"
-00802629 04 n 01 chance 0 003 @ 00802238 n 0000 + 02059381 a 0101 + 02544348 v 0102 | a risk involving danger; "you take a chance when you let her drive"
-00802785 04 n 01 crapshoot 1 002 @ 00802238 n 0000 ;u 07075172 n 0000 | a risky and uncertain venture; "getting admitted to the college of your choice has become a crapshoot"
-00802962 04 n 01 gamble 0 004 @ 00802238 n 0000 + 02544348 v 0101 ~ 00803091 n 0000 ~ 00803208 n 0000 | a risky act or venture
-00803091 04 n 01 long_shot 0 001 @ 00802962 n 0000 | a venture that involves great risk but promises great rewards
-00803208 04 n 01 raise 1 004 @ 00802962 n 0000 ;c 00494768 n 0000 + 01156406 v 0101 ~ 00803394 n 0000 | increasing the size of a bet (as in poker); "I'll see your raise and double it"
-00803394 04 n 02 doubling 1 double 1 005 @ 00803208 n 0000 #p 00488225 n 0000 + 02217241 a 0201 + 02300425 v 0201 + 00246217 v 0101 | raising the stakes in a card game by a factor of 2; "I decided his double was a bluff"
-00803617 04 n 01 control 0 023 @ 00407535 n 0000 + 01803936 v 0103 ~ 00420712 n 0000 ~ 00804180 n 0000 ~ 00804271 n 0000 ~ 00804379 n 0000 ~ 00804535 n 0000 ~ 00804708 n 0000 ~ 00804909 n 0000 ~ 00805034 n 0000 ~ 00806075 n 0000 ~ 00806902 n 0000 ~ 00809465 n 0000 ~ 00809702 n 0000 ~ 00811036 n 0000 ~ 00812154 n 0000 ~ 00812274 n 0000 ~ 00815173 n 0000 ~ 00815320 n 0000 ~ 01069578 n 0000 ~ 01070432 n 0000 ~ 01070708 n 0000 ~ 01145359 n 0000 | the activity of managing or exerting control over something; "the control of the mob by the police was admirable"
-00804180 04 n 01 crowd_control 0 001 @ 00803617 n 0000 | activity of controlling a crowd
-00804271 04 n 01 damage_control 0 001 @ 00803617 n 0000 | an effort to minimize or curtail damage or loss
-00804379 04 n 02 federalization 0 federalisation 0 003 @ 00803617 n 0000 + 00504464 v 0202 + 00504464 v 0101 | the act of being put under federal control
-00804535 04 n 01 flight_control 0 001 @ 00803617 n 0000 | control from ground stations of airplanes in flight by means of messages transmitted to the pilot electronically
-00804708 04 n 01 flood_control 0 002 @ 00803617 n 0000 ;c 06125041 n 0000 | (engineering) the art or technique of trying to control rivers with dams etc in order to minimize the occurrence of floods
-00804909 04 n 01 imperialism 0 002 @ 00803617 n 0000 + 03074368 a 0101 | any instance of aggressive extension of authority
-00805034 04 n 02 regulation 0 regulating 0 008 @ 00803617 n 0000 + 02511551 v 0201 + 00701040 v 0105 ~ 00805524 n 0000 ~ 00805766 n 0000 ~ 00805868 n 0000 ~ 00807078 n 0000 ~ 00808182 n 0000 | the act of controlling or directing according to rule; "fiscal regulations are in the hands of politicians"
-00805337 04 n 02 deregulation 0 deregulating 0 003 @ 00095502 n 0000 + 02512005 v 0201 + 02512005 v 0101 | the act of freeing from regulation (especially from governmental regulations)
-00805524 04 n 01 devaluation 1 004 @ 00805034 n 0000 + 00315020 v 0103 + 00315020 v 0104 + 00493703 v 0101 | an official lowering of a nation's currency; a decrease in the value of a country's currency relative to that of foreign countries
-00805766 04 n 01 gun_control 0 001 @ 00805034 n 0000 | efforts to regulate or control sales of guns
-00805868 04 n 01 indexation 0 002 @ 00805034 n 0000 + 00702434 v 0101 | a system of economic regulation: wages and interest are tied to the cost-of-living index in order to reduce the effects of inflation
-00806075 04 n 01 internal_control 0 005 @ 00803617 n 0000 ;c 05662532 n 0000 ~ 00619889 n 0000 ~ 00806366 n 0000 ~ 00806484 n 0000 | an accounting procedure or system designed to promote efficiency or assure the implementation of a policy or safeguard assets or avoid fraud and error etc.
-00806366 04 n 01 management_control 0 001 @ 00806075 n 0000 | an internal control performed by one or more managers
-00806484 04 n 01 quality_control 0 002 @ 00806075 n 0000 ~ 00806621 n 0000 | maintenance of standards of quality of manufactured goods
-00806621 04 n 01 acceptance_sampling 0 002 @ 00806484 n 0000 @ 06026635 n 0000 | a statistical procedure for accepting or rejecting a batch of merchandise or documents; involves determining the maximum number of defects discovered in a sample before the entire batch is rejected
-00806902 04 n 03 regulation 1 regularization 0 regularisation 0 003 @ 00803617 n 0000 + 00275607 v 0302 + 02511551 v 0101 | the act of bringing to uniformity; making regular
-00807078 04 n 01 timing 0 002 @ 00805034 n 0000 ~ 00807273 n 0000 | the regulation of occurrence, pace, or coordination to achieve a desired effect (as in music, theater, athletics, mechanics)
-00807273 04 n 01 coordination 0 006 @ 00807078 n 0000 + 02438228 v 0101 + 02437905 v 0101 + 00466053 v 0103 ~ 00807500 n 0000 ~ 00807925 n 0000 | the regulation of diverse elements into an integrated and harmonious operation
-00807500 04 n 03 synchronization 0 synchronisation 0 synchronizing 0 004 @ 00807273 n 0000 + 00393953 v 0301 + 00393953 v 0202 + 00393953 v 0101 | coordinating by causing to indicate the same time; "the synchronization of their watches was an important preliminary"
-00807768 04 n 01 load-shedding 0 001 @ 00808182 n 0000 | cutting off the electric current on certain lines when the demand becomes greater than the supply
-00807925 04 n 01 proration 0 003 @ 00807273 n 0000 + 00639331 v 0101 + 00639148 v 0101 | the proportional limitation of production or distribution of something (e.g. crude oil or natural gas) to some fractional part of the total capacity of each producer
-00808182 04 n 02 limitation 0 restriction 0 011 @ 00805034 n 0000 + 02509287 v 0201 + 00236592 v 0201 + 00233335 v 0201 + 00233335 v 0104 + 00235368 v 0101 ~ 00807768 n 0000 ~ 00808485 n 0000 ~ 00808614 n 0000 ~ 00808767 n 0000 ~ 00808967 n 0000 | an act of limiting or restricting (as by regulation)
-00808485 04 n 01 arms_control 0 001 @ 00808182 n 0000 | a limitation on the size and armament of the armed forces of a country
-00808614 04 n 01 hold-down 0 002 @ 00808182 n 0000 + 00235763 v 0101 | a limitation or constraint; "taxpayers want a hold-down on government spending"
-00808767 04 n 01 freeze 2 005 @ 00808182 n 0000 + 00269423 v 0101 ~ 00809201 n 0000 ~ 00809279 n 0000 ~ 00809373 n 0000 | fixing (of prices or wages etc) at a particular level; "a freeze on hiring"
-00808967 04 n 01 clampdown 0 002 @ 00808182 n 0000 + 00418921 v 0101 | sudden restriction on an activity
-00809074 04 n 01 hire 0 001 @ 00030358 n 0000 | the act of hiring something or someone; "he signed up for a week's car hire"
-00809201 04 n 01 hiring_freeze 0 001 @ 00808767 n 0000 | a freeze on hiring
-00809279 04 n 01 price_freeze 0 001 @ 00808767 n 0000 | a freeze of prices at a given level
-00809373 04 n 01 wage_freeze 0 001 @ 00808767 n 0000 | a freeze of wages at a given level
-00809465 04 n 02 possession 0 ownership 0 008 @ 00803617 n 0000 + 10389398 n 0201 + 10388924 n 0201 + 02204692 v 0103 ~ 00809886 n 0000 ~ 00810026 n 0000 ~ 00810234 n 0000 ~ 00810598 n 0000 | the act of having and controlling property
-00809702 04 n 01 possession 1 002 @ 00803617 n 0000 ;c 00523513 n 0000 | (sport) the act of controlling the ball (or puck); "they took possession of the ball on their own goal line"
-00809886 04 n 01 actual_possession 0 002 @ 00809465 n 0000 ;c 08441203 n 0000 | (law) immediate and direct physical control over property
-00810026 04 n 01 constructive_possession 0 002 @ 00809465 n 0000 ;c 08441203 n 0000 | (law) having the power and intention to have and control property but without direct control or actual presence upon it
-00810234 04 n 01 criminal_possession 0 003 @ 00809465 n 0000 ;c 08441203 n 0000 ~ 00810498 n 0000 | (law) possession for which criminal sanctions are provided because the property may not lawfully be possessed or may not be possessed under certain circumstances
-00810498 04 n 01 illegal_possession 0 001 @ 00810234 n 0000 | possession of controlled substances
-00810598 04 n 03 retention 0 keeping 2 holding 0 006 @ 00809465 n 0000 + 02283324 v 0302 + 02202384 v 0201 + 02283324 v 0101 ~ 00810794 n 0000 ~ 00811355 n 0000 | the act of retaining something
-00810794 04 n 01 withholding 1 002 @ 00810598 n 0000 + 02213690 v 0101 | the act of holding back or keeping within your possession or control; "I resented his withholding permission"; "there were allegations of the withholding of evidence"
-00811036 04 n 01 power_trip 0 002 @ 00803617 n 0000 ;u 07157273 n 0000 | (slang) a self-aggrandizing action undertaken simply for the pleasure of exercising control over other people
-00811221 04 n 02 defecation_reflex 0 rectal_reflex 0 001 @ 00863513 n 0000 | normal response to the presence of feces in the rectum
-00811355 04 n 01 storage 1 004 @ 00810598 n 0000 + 02282506 v 0101 + 02281093 v 0101 ~ 00811491 n 0000 | the act of storing something
-00811491 04 n 01 filing 0 002 @ 00811355 n 0000 + 01001643 v 0101 | preservation and methodical arrangement as of documents and papers etc.; "I have some filing to do"
-00811661 04 n 01 storage 0 004 @ 01094725 n 0000 ~ 00811825 n 0000 ~ 00811921 n 0000 ~ 00812055 n 0000 | the commercial enterprise of storing goods and materials
-00811825 04 n 01 cold_storage 0 001 @ 00811661 n 0000 | refrigerated storage for preservation
-00811921 04 n 02 stowage 0 stowing 0 003 @ 00811661 n 0000 + 01493234 v 0201 + 01493234 v 0101 | the act of packing or storing away
-00812055 04 n 01 tankage 0 002 @ 00811661 n 0000 + 02282082 v 0101 | the act of storing in tanks
-00812154 04 n 02 riot_control 0 riot_control_operation 0 001 @ 00803617 n 0000 | the measures taken to control a riot
-00812274 04 n 04 grasping 0 taking_hold 0 seizing 0 prehension 0 006 @ 00803617 n 0000 + 01212572 v 0402 + 01212572 v 0301 + 00029933 a 0104 + 01216004 v 0101 ~ 00812526 n 0000 | the act of gripping something firmly with the hands (or the tentacles)
-00812526 04 n 07 clasp 0 clench 0 clutch 0 clutches 0 grasp 0 grip 0 hold 0 013 @ 00812274 n 0000 + 01216670 v 0701 + 01574292 v 0602 + 01224001 v 0601 + 01216004 v 0501 + 01220303 v 0304 + 01212572 v 0303 + 01572978 v 0201 + 01222328 v 0101 + 01216522 v 0101 ~ 00417131 n 0000 ~ 00417397 n 0000 ~ 00812977 n 0000 | the act of grasping; "he released his clasp on my arm"; "he has a strong grip for an old man"; "she kept a firm hold on the railing"
-00812977 04 n 01 wrestling_hold 0 009 @ 00812526 n 0000 #p 00447540 n 0000 ~ 00813220 n 0000 ~ 00813336 n 0000 ~ 00814274 n 0000 ~ 00814458 n 0000 ~ 00814665 n 0000 ~ 00814899 n 0000 ~ 00815036 n 0000 | a hold used in the sport of wrestling
-00813220 04 n 01 bear_hug 0 001 @ 00812977 n 0000 | a wrestling hold with arms locked tightly around the opponent
-00813336 04 n 01 nelson 0 003 @ 00812977 n 0000 ~ 00813571 n 0000 ~ 00813800 n 0000 | any of several wrestling holds in which an arm is passed under the opponent's arm from behind and the hand exerts pressure on the back of the neck
-00813571 04 n 01 full_nelson 0 002 @ 00813336 n 0000 ;c 00447540 n 0000 | a wrestling hold in which the holder puts both arms under the opponent's arms and exerts pressure on the back of the neck (illegal in amateur wrestling)
-00813800 04 n 01 half_nelson 0 001 @ 00813336 n 0000 | a wrestling hold in which the holder puts an arm under the opponent's arm and exerts pressure on the back of the neck
-00813975 04 n 01 hammerlock 0 001 @ 00814458 n 0000 | a wrestling hold in which the opponent's arm is twisted up behind his back
-00814106 04 n 01 headlock 0 001 @ 00814458 n 0000 | a wrestling hold in which the opponent's head is locked between the crook of your elbow and the side of your body
-00814274 04 n 01 Japanese_stranglehold 0 001 @ 00812977 n 0000 | a wrestling hold in which the opponent's arms are crossed in front of his own neck to exert pressure on his windpipe
-00814458 04 n 01 lock 0 005 @ 00812977 n 0000 + 01606018 v 0102 + 01606736 v 0101 ~ 00813975 n 0000 ~ 00814106 n 0000 | any wrestling hold in which some part of the opponent's body is twisted or pressured
-00814665 04 n 05 scissors 0 scissors_hold 0 scissor_hold 0 scissor_grip 0 scissors_grip 0 001 @ 00812977 n 0000 | a wrestling hold in which you wrap your legs around the opponents body or head and put your feet together and squeeze
-00814899 04 n 01 stranglehold 0 001 @ 00812977 n 0000 | a wrestling hold in which the arms are pressed against the opponent's windpipe
-00815036 04 n 01 toehold 0 001 @ 00812977 n 0000 | a wrestling hold in which the toe is held and the leg is twisted against the joints
-00815173 04 n 02 steering 2 steerage 0 004 @ 00803617 n 0000 #p 00314469 n 0000 + 01931768 v 0201 + 01931768 v 0101 | the act of steering a ship
-00815320 04 n 03 steering 0 guidance 0 direction 1 009 @ 00803617 n 0000 + 02439732 v 0102 ~ 00298497 n 0000 ~ 00815644 n 0000 ~ 00815801 n 0000 ~ 00816665 n 0000 ~ 00816841 n 0000 ~ 00817017 n 0000 ~ 00817191 n 0000 | the act of setting and holding a course; "a new council was installed under the direction of the king"
-00815644 04 n 01 aim 0 003 @ 00815320 n 0000 + 01150559 v 0102 + 01151110 v 0101 | the action of directing something at an object; "he took aim and fired"
-00815801 04 n 03 navigation 0 pilotage 0 piloting 0 027 @ 00815320 n 0000 + 01933305 v 0302 + 01941093 v 0303 + 01933305 v 0202 + 01941093 v 0203 + 02909006 a 0101 + 01933305 v 0101 ~ 00816419 n 0000 ~ 00816530 n 0000 ~ 00817394 n 0000 -c 01927992 v 0000 -c 01928154 v 0000 -c 01928283 v 0000 -c 01944692 v 0000 -c 01944976 v 0000 -c 01945381 v 0000 -c 01945516 v 0000 -c 01945938 v 0000 -c 01946138 v 0000 -c 01946279 v 0000 -c 01946408 v 0000 -c 01946660 v 0000 -c 01949218 v 0000 -c 01949435 v 0000 -c 01949674 v 0000 -c 01949966 v 0000 -c 01950502 v 0000 | the guidance of ships or airplanes from place to place
-00816419 04 n 01 instrument_flying 0 001 @ 00815801 n 0000 | navigation of an airplane solely by instruments
-00816530 04 n 02 celestial_navigation 0 astronavigation 0 001 @ 00815801 n 0000 | navigating according to the positions of the stars
-00816665 04 n 01 celestial_guidance 0 001 @ 00815320 n 0000 | a method of controlling the flight of a missile or spacecraft by reference to the positions of celestial bodies
-00816841 04 n 02 inertial_guidance 0 inertial_navigation 0 001 @ 00815320 n 0000 | a method of controlling the flight of a missile by devices that respond to inertial forces
-00817017 04 n 01 command_guidance 0 001 @ 00815320 n 0000 | a method of controlling the flight of a missile by commands originating from the ground or from another missile
-00817191 04 n 01 terrestrial_guidance 0 001 @ 00815320 n 0000 | a method of controlling the flight of a missile by devices that respond to the strength and direction of the earth's gravitational field
-00817394 04 n 01 dead_reckoning 0 001 @ 00815801 n 0000 | navigation without the aid of celestial observations
-00817507 04 n 01 fire_watching 0 002 @ 00960688 n 0000 ;r 08860123 n 0000 | (during World War II in Britain) watching for fires started by bombs that dropped from the sky
-00817680 04 n 01 protection 0 020 @ 00407535 n 0000 + 01128193 v 0101 ~ 00818170 n 0000 ~ 00818362 n 0000 ~ 00819024 n 0000 ~ 00820721 n 0000 ~ 00823532 n 0000 ~ 00823750 n 0000 ~ 00824054 n 0000 ~ 00824808 n 0000 ~ 00825192 n 0000 ~ 00827010 n 0000 ~ 00827638 n 0000 ~ 00827782 n 0000 ~ 00828082 n 0000 ~ 00828990 n 0000 ~ 00829378 n 0000 ~ 00829721 n 0000 ~ 00830099 n 0000 ~ 00960688 n 0000 | the activity of protecting someone or something; "the witnesses demanded police protection"
-00818170 04 n 01 air_cover 0 002 @ 00817680 n 0000 ;c 08199025 n 0000 | the use of military aircraft to provide protection against attack by enemy aircraft during ground or naval operations
-00818362 04 n 01 shielding 0 002 @ 00817680 n 0000 + 01130169 v 0101 | the act of shielding from harm
-00818466 04 n 03 guardianship 0 keeping 0 safekeeping 0 004 @ 01129920 n 0000 + 02202928 v 0201 + 09614684 n 0102 ~ 00818678 n 0000 | the responsibility of a guardian or keeper; "he left his car in my keeping"
-00818678 04 n 02 hands 0 custody 2 002 @ 00818466 n 0000 + 01888017 a 0201 | (with `in') guardianship over; in divorce cases it is the right to house and care for and discipline a child; "my fate is in your hands"; "too much power in the president's hands"; "your guests are now in my custody"; "the mother was awarded custody of the children"
-00819024 04 n 02 preservation 0 saving 1 008 @ 00817680 n 0000 + 02733122 v 0102 + 02280132 v 0102 ~ 00276189 n 0000 ~ 00819274 n 0000 ~ 00819958 n 0000 ~ 00820091 n 0000 ~ 01260309 n 0000 | the activity of protecting something from loss or danger
-00819274 04 n 01 conservation 0 007 @ 00819024 n 0000 + 10060621 n 0102 + 02280132 v 0101 ~ 00819524 n 0000 ~ 00819641 n 0000 ~ 00819756 n 0000 ~ 00819858 n 0000 | the preservation and careful management of the environment and of natural resources
-00819524 04 n 01 conservancy 0 001 @ 00819274 n 0000 | the official conservation of trees and soil and rivers etc.
-00819641 04 n 01 soil_conservation 0 001 @ 00819274 n 0000 | protection of soil against erosion or deterioration
-00819756 04 n 01 oil_conservation 0 001 @ 00819274 n 0000 | the conservation of petroleum resources
-00819858 04 n 01 water_conservation 0 001 @ 00819274 n 0000 | the conservation of water resources
-00819958 04 n 01 self-preservation 0 001 @ 00819024 n 0000 | preservation of yourself from harm; a natural or instinctive tendency
-00820091 04 n 01 reservation 0 002 @ 00819024 n 0000 + 02214485 v 0101 | the act of keeping back or setting aside for some future occasion
-00820232 04 n 01 Manhattan_Project 0 001 @i 00795720 n 0000 | code name for the secret United States project set up in 1942 to develop atomic bombs for use in World War II
-00820406 04 n 01 embalmment 0 003 @ 13540610 n 0000 + 02226981 v 0101 ~ 00820583 n 0000 | preservation (of a dead body) by treating with balsams and drugs and other chemicals
-00820583 04 n 01 mummification 0 002 @ 00820406 n 0000 + 02227127 v 0101 | embalmment and drying a dead body and wrapping it as a mummy
-00820721 04 n 03 momism 0 overprotection 0 overshielding 0 002 @ 00817680 n 0000 + 01128899 v 0201 | excessive protection
-00820845 04 n 01 security_intelligence 0 001 @ 00986275 n 0000 | intelligence on the identity and capability and intentions of hostile individuals or organizations that may be engaged in espionage or sabotage or subversion or terrorism
-00821083 04 n 03 censoring 1 censorship 1 security_review 0 003 @ 00986275 n 0000 ~ 00821295 n 0000 ~ 00822755 n 0000 | counterintelligence achieved by banning or deleting any information of value to the enemy
-00821295 04 n 01 military_censorship 0 006 @ 00821083 n 0000 ;c 08199025 n 0000 ~ 00821518 n 0000 ~ 00821752 n 0000 ~ 00821973 n 0000 ~ 00822159 n 0000 | all types of censorship conducted by personnel of the armed forces
-00821518 04 n 01 civil_censorship 0 001 @ 00821295 n 0000 | military censorship of civilian communications (correspondence or printed matter of films) entering or leaving of circulating within territories controlled by armed forces
-00821752 04 n 01 field_press_censorship 0 001 @ 00821295 n 0000 | security review of news (including all information or material intended for dissemination to the public) subject to the jurisdiction of the armed forces
-00821973 04 n 01 prisoner_of_war_censorship 0 001 @ 00821295 n 0000 | military censorship of communication to and from prisoners of war and civilian internees held by the armed forces
-00822159 04 n 01 armed_forces_censorship 0 003 @ 00821295 n 0000 ~ 00822350 n 0000 ~ 00822544 n 0000 | military censorship of personal communications to or from persons in the armed forces
-00822350 04 n 01 primary_censorship 0 001 @ 00822159 n 0000 | armed forces censorship performed by personnel of a military unit on the personal communications of persons assigned to that unit
-00822544 04 n 01 secondary_censorship 0 001 @ 00822159 n 0000 | armed forces censorship of the personal communications of officers or civilian employees or enlisted personnel not subject to primary censorship
-00822755 04 n 01 national_censorship 0 001 @ 00821083 n 0000 | censorship under civil authority of communications entering or leaving of crossing the borders of the United States or its territories or possessions
-00822970 04 n 03 precaution 0 safeguard 0 guard 3 005 @ 00174412 n 0000 + 01138102 v 0201 + 01764895 a 0101 ~ 00177638 n 0000 ~ 00823316 n 0000 | a precautionary measure warding off impending danger or damage or injury etc.; "he put an ice pack on the injury as a precaution"; "an insurance policy is a good safeguard"; "we let our guard down"
-00823316 04 n 02 security 0 security_measures 0 001 @ 00822970 n 0000 | measures taken as a precaution against theft or espionage or sabotage etc.; "military security has been stepped up since the recent uprising"
-00823532 04 n 02 defense 1 defence 1 001 @ 00817680 n 0000 | the act of defending someone or something against attack or injury; "a good boxer needs a good defense"; "defense against hurricanes is an urgent problem"
-00823750 04 n 02 defense 3 defence 3 001 @ 00817680 n 0000 | protection from harm; "sanitation is the best defense against disease"
-00823884 04 n 02 inoculation 0 vaccination 0 003 @ 00828990 n 0000 + 00086835 v 0204 + 00086835 v 0103 | taking a vaccine as a precaution against contracting a disease
-00824054 04 n 02 inoculating 0 vaccinating 0 005 @ 00817680 n 0000 + 00086835 v 0204 + 00086835 v 0103 ~ 00824357 n 0000 ~ 00824614 n 0000 | the act of protecting against disease by introducing a vaccine into the body to induce immunity; "doctors examined the recruits but nurses did the inoculating"
-00824357 04 n 01 ring_vaccination 0 001 @ 00824054 n 0000 | administering vaccine only to people in close contact with an isolated infected patient; prevents the spread of a highly infectious disease by surrounding the patient with a ring of immunization
-00824614 04 n 02 variolation 0 variolization 0 001 @ 00824054 n 0000 | the obsolete process of inoculating a susceptible person with material taken from a vesicle of a person who has smallpox
-00824808 04 n 01 patrol 0 004 @ 00817680 n 0000 + 02454939 v 0101 ~ 00825005 n 0000 ~ 00825096 n 0000 | the activity of going around or through an area at regular intervals for security purposes
-00825005 04 n 01 airborne_patrol 0 001 @ 00824808 n 0000 | a patrol provided by aircraft
-00825096 04 n 01 round-the-clock_patrol 0 001 @ 00824808 n 0000 | a continuous nonstop patrol
-00825192 04 n 03 self-defense 0 self-defence 0 self-protection 0 002 @ 00817680 n 0000 ~ 00825443 n 0000 | the act of defending yourself
-00825331 04 n 01 aikido 0 001 @ 00825443 n 0000 | a Japanese martial art employing principles similar to judo
-00825443 04 n 01 martial_art 0 009 @ 00825192 n 0000 ~ 00825331 n 0000 ~ 00825773 n 0000 ~ 00825951 n 0000 ~ 00826213 n 0000 ~ 00826397 n 0000 ~ 00826606 n 0000 ~ 00826681 n 0000 ~ 00826789 n 0000 | any of several Oriental arts of weaponless self-defense; usually practiced as a sport; "he had a black belt in the martial arts"
-00825773 04 n 01 judo 0 002 @ 00825443 n 0000 @ 00523513 n 0000 | a sport adapted from jujitsu (using principles of not resisting) and similar to wrestling; developed in Japan
-00825951 04 n 03 jujutsu 0 jujitsu 0 jiujitsu 0 002 @ 00825443 n 0000 ;r 08921850 n 0000 | a method of self-defense without weapons that was developed in China and Japan; holds and blows are supplemented by clever use of the attacker's own weight and strength
-00826213 04 n 02 ninjutsu 0 ninjitsu 0 002 @ 00825443 n 0000 ;r 08921850 n 0000 | the traditional Japanese method of espionage; involves stealthy movements and the use of camouflage
-00826397 04 n 01 karate 0 002 @ 00825443 n 0000 ;r 08921850 n 0000 | a traditional Japanese system of unarmed combat; sharp blows and kicks are given to pressure-sensitive points on the body of the opponent
-00826606 04 n 01 kung_fu 0 001 @ 00825443 n 0000 | a Chinese martial art
-00826681 04 n 02 tae_kwon_do 0 taekwondo 0 001 @ 00825443 n 0000 | a Korean martial art similar to karate
-00826789 04 n 06 t'ai_chi 0 tai_chi 0 t'ai_chi_chuan 0 tai_chi_chuan 0 taichi 0 taichichuan 0 001 @ 00825443 n 0000 | a Chinese system of slow meditative physical exercise designed for relaxation and balance and health
-00827010 04 n 01 insulation 0 003 @ 00817680 n 0000 + 00495038 v 0101 ~ 00827240 n 0000 | the act of protecting something by surrounding it with material that reduces or prevents the transmission of sound or heat or electricity
-00827240 04 n 01 lining 0 002 @ 00827010 n 0000 + 01270784 v 0101 | the act of attaching an inside lining (to a garment or curtain etc.)
-00827379 04 n 02 lining 1 facing 1 003 @ 00712225 n 0000 + 01271189 v 0201 ~ 00827535 n 0000 | providing something with a surface of a different material
-00827535 04 n 01 babbitting 0 001 @ 00827379 n 0000 | lining a surface or bearing with Babbitt metal
-00827638 04 n 02 locking 0 lockup 0 003 @ 00817680 n 0000 + 01347678 v 0207 + 01348452 v 0201 | the act of locking something up to protect it
-00827782 04 n 02 escort 0 accompaniment 0 004 @ 00817680 n 0000 + 02716767 v 0203 + 02025550 v 0201 ~ 00827974 n 0000 | the act of accompanying someone or something in order to protect them
-00827974 04 n 01 convoy 0 002 @ 00827782 n 0000 + 02026433 v 0101 | the act of escorting while in transit
-00828082 04 n 01 covering 0 004 @ 00817680 n 0000 + 02147109 v 0101 + 00048633 v 0101 ~ 00828237 n 0000 | the act of protecting something by covering it
-00828237 04 n 02 dressing 0 grooming 0 007 @ 00828082 n 0000 + 00040353 v 0201 + 00047945 v 0101 + 00046534 v 0101 ~ 00828462 n 0000 ~ 00828559 n 0000 ~ 00828704 n 0000 | the activity of getting dressed; putting on clothes
-00828462 04 n 01 investment 1 001 @ 00828237 n 0000 | the act of putting on robes or vestments
-00828559 04 n 01 primping 0 002 @ 00828237 n 0000 + 00043683 v 0102 | careful or finicky grooming; "the primping alone took more than an hour"
-00828704 04 n 02 toilet 0 toilette 0 001 @ 00828237 n 0000 | the act of dressing and preparing yourself; "he made his morning toilet and went to breakfast"
-00828862 04 n 01 dressing 2 002 @ 00400083 n 0000 + 00511636 v 0101 | processes in the conversion of rough hides into leather
-00828990 04 n 02 immunization 0 immunisation 0 004 @ 00817680 n 0000 + 00086835 v 0101 ~ 00823884 n 0000 ~ 00829170 n 0000 | the act of making immune (especially by inoculation)
-00829170 04 n 04 sensitizing 0 sensitising 0 sensitization 0 sensitisation 0 003 @ 00828990 n 0000 + 00573932 v 0402 + 00573932 v 0301 | rendering an organism sensitive to a serum by a series of injections
-00829378 04 n 04 care 2 charge 0 tutelage 1 guardianship 1 010 @ 00817680 n 0000 + 09614684 n 0402 + 02592667 v 0301 + 02475922 v 0202 + 02436349 v 0103 ~ 01131794 n 0000 ~ 01131993 n 0000 ~ 01132148 n 0000 ~ 01132327 n 0000 ~ 01132472 n 0000 | attention and management implying responsibility for safety; "he is in the care of a bodyguard"
-00829721 04 n 02 ruggedization 0 ruggedisation 0 003 @ 00817680 n 0000 + 00165244 v 0202 + 00165244 v 0101 | the act of making a piece of equipment rugged (strengthening to resist wear or abuse)
-00829918 04 n 01 umbrella 0 002 @ 00954311 n 0000 ;c 08199025 n 0000 | a formation of military planes maintained over ground operations or targets; "an air umbrella over England"
-00830099 04 n 02 waterproofing 0 sealing 0 003 @ 00817680 n 0000 + 01269008 v 0202 + 01354405 v 0101 | the act of treating something to make it repel water
-00830257 04 n 02 wear 0 wearing 0 003 @ 00030358 n 0000 + 00047745 v 0201 + 00047745 v 0101 | the act of having on your person as a covering or adornment; "she bought it for everyday wear"
-00830448 04 n 01 control 2 004 @ 13440063 n 0000 ;c 06080522 n 0000 + 01224744 v 0102 ~ 00830733 n 0000 | (physiology) regulation or maintenance of a function or action or reflex etc; "the timing and control of his movements were unimpaired"; "he had lost control of his sphincters"
-00830733 04 n 01 motor_control 0 001 @ 00830448 n 0000 | control of muscles
-00830811 04 n 03 respiration 0 internal_respiration 0 cellular_respiration 0 002 @ 13514314 n 0000 + 00002325 v 0101 | the metabolic processes whereby certain organisms obtain energy from organic molecules; processes that take place in the cells and tissues during which energy is released and carbon dioxide is produced and absorbed by the blood to be transported to the lungs
-00831191 04 n 04 breathing 0 external_respiration 0 respiration 1 ventilation 1 020 @ 13440063 n 0000 + 00002325 v 0301 + 00001740 v 0303 + 00779360 v 0102 + 00001740 v 0101 ~ 00831919 n 0000 ~ 00833296 n 0000 ~ 00833491 n 0000 ~ 00833578 n 0000 ~ 00833772 n 0000 ~ 00833870 n 0000 ~ 00834135 n 0000 ~ 00834290 n 0000 ~ 00834636 n 0000 %p 00835267 n 0000 ~ 00835976 n 0000 ~ 00836149 n 0000 ~ 00836407 n 0000 ~ 00836639 n 0000 %p 00836788 n 0000 | the bodily process of inhalation and exhalation; the process of taking in oxygen from inhaled air and releasing carbon dioxide by exhalation
-00831782 04 n 01 respiration 2 001 @ 13440063 n 0000 | a single complete act of breathing in and out; "thirty respirations per minute"
-00831919 04 n 01 artificial_respiration 0 003 @ 00177783 n 0000 @ 00831191 n 0000 #p 00832626 n 0000 | an emergency procedure whereby breathing is maintained artificially
-00832092 04 n 02 cardiography 0 electrocardiography 0 001 @ 00177127 n 0000 | diagnostic procedure consisting of recording the activity of the heart electronically with a cardiograph (and producing a cardiogram)
-00832306 04 n 01 echocardiography 0 001 @ 00177127 n 0000 | a noninvasive diagnostic procedure that uses ultrasound to study to structure and motions of the heart
-00832471 04 n 01 echoencephalography 0 001 @ 00177127 n 0000 | a noninvasive diagnostic procedure that uses ultrasound to study the anatomy of the brain
-00832626 04 n 05 cardiopulmonary_resuscitation 0 CPR 0 cardiac_resuscitation 0 mouth-to-mouth_resuscitation 0 kiss_of_life 0 004 @ 01048210 n 0000 @ 00177783 n 0000 %p 00659349 n 0000 %p 00831919 n 0000 | an emergency procedure consisting of external cardiac massage and artificial respiration; the first treatment for a person who has collapsed and has no pulse and has stopped breathing; attempts to restore circulation of the blood and prevent death or brain damage due to lack of oxygen
-00833119 04 n 02 Heimlich_maneuver 0 Heimlich_manoeuvere 0 001 @ 00177783 n 0000 | an emergency procedure to help someone who is choking because food is lodged in the trachea
-00833296 04 n 01 abdominal_breathing 0 001 @ 00831191 n 0000 | breathing in which most of the respiratory effort is done by the abdominal muscles; "abdominal breathing is practiced by singers"
-00833491 04 n 02 eupnea 0 eupnoea 0 001 @ 00831191 n 0000 | normal relaxed breathing
-00833578 04 n 01 hyperpnea 0 002 @ 00831191 n 0000 ! 00833772 n 0101 | energetic (deep and rapid) respiration that occurs normally after exercise or abnormally with fever or various disorders
-00833772 04 n 01 hypopnea 0 002 @ 00831191 n 0000 ! 00833578 n 0101 | slow or shallow breathing
-00833870 04 n 01 hyperventilation 0 003 @ 00831191 n 0000 + 00003133 v 0101 + 00002942 v 0101 | an increased depth and rate of breathing greater than demanded by the body needs; can cause dizziness and tingling of the fingers and toes and chest pain if continued
-00834135 04 n 02 panting 0 heaving 2 004 @ 00831191 n 0000 + 00005526 v 0204 + 00986173 v 0101 + 00005526 v 0101 | breathing heavily (as after exertion)
-00834290 04 n 02 periodic_breathing 0 Cheyne-Stokes_respiration 0 001 @ 00831191 n 0000 | abnormal respiration in which periods of shallow and deep breathing alternate
-00834460 04 n 03 puffing 1 huffing 0 snorting 0 005 @ 00835267 n 0000 + 00006523 v 0301 + 00006802 v 0202 + 00006802 v 0101 + 00005526 v 0102 | an act of forcible exhalation
-00834636 04 n 02 smoke 0 smoking 0 005 @ 00831191 n 0000 + 01198101 v 0201 + 01198101 v 0101 ~ 00834866 n 0000 %p 00837675 n 0000 | the act of smoking tobacco or other substances; "he went outside for a smoke"; "smoking stinks"
-00834866 04 n 01 puffing 2 002 @ 00834636 n 0000 + 01198616 v 0101 | blowing tobacco smoke out into the air; "they smoked up the room with their ceaseless puffing"
-00835032 04 n 01 breath 0 003 @ 13440063 n 0000 ~ 00835267 n 0000 ~ 00836788 n 0000 | the process of taking in and expelling air during breathing; "he took a deep breath and dived into the pool"; "he was fighting to his last breath"
-00835267 04 n 03 exhalation 0 expiration 0 breathing_out 0 007 @ 00835032 n 0000 #p 00831191 n 0000 + 00004227 v 0202 + 00004227 v 0101 ~ 00834460 n 0000 ~ 00835501 n 0000 ~ 00836537 n 0000 | the act of expelling air from the lungs
-00835501 04 n 02 blow 2 puff 1 009 @ 00835267 n 0000 + 00006802 v 0201 + 00005526 v 0202 + 02135877 v 0101 + 02068745 v 0101 + 00477247 v 0101 + 00034948 v 0101 + 00007012 v 0101 ~ 00835830 n 0000 | forceful exhalation through the nose or mouth; "he gave his nose a loud blow"; "he blew out all the candles with a single puff"
-00835830 04 n 01 insufflation 0 003 @ 00835501 n 0000 + 02309801 v 0101 + 00007193 v 0101 | an act of blowing or breathing on or into something
-00835976 04 n 03 snore 0 snoring 0 stertor 0 004 @ 00831191 n 0000 + 01921752 a 0301 + 00017031 v 0201 + 00017031 v 0101 | the act of snoring or producing a snoring sound
-00836149 04 n 03 snuffle 0 sniffle 0 snivel 1 007 @ 00831191 n 0000 + 00101779 v 0302 + 02473757 a 0201 + 00007549 v 0202 + 02473757 a 0103 + 00067274 v 0105 + 00101779 v 0101 | the act of breathing heavily through the nose (as when the nose is congested)
-00836407 04 n 01 wheeze 0 003 @ 00831191 n 0000 + 01174048 a 0103 + 00006697 v 0101 | breathing with a husky or whistling sound
-00836537 04 n 01 wind 1 001 @ 00835267 n 0000 | breath; "the collision knocked the wind out of him"
-00836639 04 n 01 second_wind 0 001 @ 00831191 n 0000 | the return of relatively easy breathing after initial exhaustion during continuous exertion
-00836788 04 n 05 inhalation 0 inspiration 0 aspiration 0 intake 1 breathing_in 0 008 @ 00835032 n 0000 #p 00831191 n 0000 + 00003316 v 0301 + 00005041 v 0202 + 01198779 v 0101 + 00005041 v 0101 ~ 00837098 n 0000 ~ 00837675 n 0000 | the act of inhaling; the drawing in of air (or other gases) as in breathing
-00837098 04 n 02 gasp 0 pant 0 004 @ 00836788 n 0000 + 00986173 v 0201 + 00005526 v 0201 + 00005526 v 0103 | a short labored intake of breath with the mouth open; "she gave a gasp and fainted"
-00837293 04 n 04 yawn 0 yawning 0 oscitance 0 oscitancy 0 005 @ 00863513 n 0000 + 00165766 a 0402 + 00007328 v 0201 + 00007328 v 0101 ~ 00628883 n 0000 | an involuntary intake of breath through a wide open mouth; usually triggered by fatigue or boredom; "he could not suppress a yawn"; "the yawning in the audience told him it was time to stop"; "he apologized for his oscitancy"
-00837675 04 n 03 puff 0 drag 2 pull 1 006 @ 00836788 n 0000 #p 00834636 n 0000 + 01199009 v 0202 + 01199009 v 0101 + 01198616 v 0101 ~ 00837965 n 0000 | a slow inhalation (as of tobacco smoke); "he took a puff on his pipe"; "he took a drag on his cigarette and expelled the smoke slowly"
-00837965 04 n 01 toke 0 001 @ 00837675 n 0000 | a puff of a marijuana or hashish cigarette; "the boys took a few tokes on a joint"
-00838098 04 n 04 consumption 1 ingestion 0 intake 0 uptake 0 007 @ 13440063 n 0000 + 01156834 v 0202 + 01156834 v 0101 ~ 00838367 n 0000 ~ 00839778 n 0000 ~ 00842692 n 0000 ~ 00843128 n 0000 | the process of taking food into the body through the mouth (as by eating)
-00838367 04 n 02 eating 0 feeding 0 021 @ 00838098 n 0000 + 01179865 v 0201 + 01179865 v 0102 + 01166351 v 0101 + 01168468 v 0101 %p 00278810 n 0000 ~ 00411859 n 0000 ~ 00838816 n 0000 ~ 00839023 n 0000 ~ 00839163 n 0000 ~ 00840517 n 0000 ~ 00840630 n 0000 ~ 00840751 n 0000 ~ 00841091 n 0000 ~ 00841297 n 0000 ~ 00841628 n 0000 ~ 00841777 n 0000 ~ 00841901 n 0000 ~ 00842419 n 0000 ~ 00842519 n 0000 ~ 00842597 n 0000 | the act of consuming food
-00838816 04 n 02 bite 0 chomp 0 006 @ 00838367 n 0000 + 01174973 v 0201 + 01445932 v 0101 ~ 00841393 n 0000 ~ 00842197 n 0000 ~ 00842281 n 0000 | the act of gripping or chewing off with the teeth and jaws
-00839023 04 n 02 browse 0 browsing 0 003 @ 00838367 n 0000 + 01576165 v 0102 + 01174742 v 0101 | the act of feeding by continual nibbling
-00839163 04 n 02 coprophagy 0 coprophagia 0 001 @ 00838367 n 0000 | eating feces; in human a symptom of some kinds of insanity
-00839292 04 n 03 electric_shock 0 electrical_shock 0 shock 0 002 @ 00863513 n 0000 + 00090386 v 0301 | a reflex response to the passage of electric current through the body; "subjects received a small electric shock when they made the wrong response"; "electricians get accustomed to occasional shocks"
-00839597 04 n 05 fart 0 farting 0 flatus 0 wind 2 breaking_wind 0 003 @ 00863513 n 0000 + 00101629 v 0201 + 00101629 v 0101 | a reflex that expels intestinal gas through the anus
-00839778 04 n 03 swallow 0 drink 1 deglutition 0 006 @ 00838098 n 0000 + 01170052 v 0201 + 01201856 v 0101 ~ 00840057 n 0000 ~ 00840189 n 0000 ~ 00843494 n 0000 | the act of swallowing; "one swallow of the liquid was enough"; "he took a drink of his beer and smacked his lips"
-00840057 04 n 01 aerophagia 0 001 @ 00839778 n 0000 | swallowing air (usually followed by belching and discomfort and flatulence)
-00840189 04 n 04 gulp 0 draft 2 draught 1 swig 0 003 @ 00839778 n 0000 + 01202068 v 0403 + 01202068 v 0101 | a large and hurried swallow; "he finished it at a single gulp"
-00840363 04 n 02 gulp 1 gulping 1 003 @ 00863513 n 0000 + 01067002 v 0201 + 01202068 v 0101 | a spasmodic reflex of the throat made as if in swallowing
-00840517 04 n 01 dining 0 003 @ 00838367 n 0000 + 01167981 v 0101 ~ 00841527 n 0000 | the act of eating dinner
-00840630 04 n 01 engorgement 0 002 @ 00838367 n 0000 + 01193099 v 0107 | eating ravenously or voraciously to satiation
-00840751 04 n 02 feasting 0 banqueting 0 002 @ 00838367 n 0000 + 01185981 v 0101 | eating an elaborate meal (often accompanied by entertainment)
-00840898 04 n 02 geophagy 0 geophagia 0 001 @ 14055977 n 0000 | eating earth, clay, chalk; occurs in some primitive tribes, sometimes in cases of nutritional deficiency or obsessive behavior
-00841091 04 n 02 graze 0 grazing 1 008 @ 00838367 n 0000 + 01576478 v 0202 + 01576165 v 0203 + 01576478 v 0102 + 01608508 v 0101 + 01576165 v 0103 + 01240514 v 0101 + 01174742 v 0102 | the act of grazing
-00841297 04 n 01 lunching 0 002 @ 00838367 n 0000 + 01185304 v 0101 | the act of eating lunch
-00841393 04 n 01 munch 0 002 @ 00838816 n 0000 + 01201693 v 0102 | a large bite; "he tried to talk between munches on the sandwich"
-00841527 04 n 01 Dutch_treat 0 001 @ 00840517 n 0000 | a dinner where each person pays for his own
-00841628 04 n 02 repletion 0 surfeit 0 004 @ 00838367 n 0000 + 02333225 v 0201 + 01191838 v 0201 + 01193721 v 0103 | eating until excessively full
-00841777 04 n 01 supping 0 002 @ 00838367 n 0000 + 01205459 v 0101 | ingestion of liquid food with a spoon or by drinking
-00841901 04 n 05 tasting 2 savoring 0 savouring 0 relishing 0 degustation 0 005 @ 00838367 n 0000 + 01195675 v 0501 + 02193974 v 0302 + 02193974 v 0201 + 01195299 v 0104 | taking a small amount into the mouth to test its quality; "cooking was fine but it was the savoring that he enjoyed most"
-00842197 04 n 01 nibble 0 002 @ 00838816 n 0000 + 01446420 v 0101 | gentle biting
-00842281 04 n 02 nip 1 pinch 3 004 @ 00838816 n 0000 @ 00359614 n 0000 + 00504019 v 0201 + 01446569 v 0101 | a small sharp bite or snip
-00842419 04 n 02 necrophagia 0 necrophagy 0 001 @ 00838367 n 0000 | feeding on corpses or carrion
-00842519 04 n 01 omophagia 0 001 @ 00838367 n 0000 | the eating of raw food
-00842597 04 n 01 scatophagy 0 001 @ 00838367 n 0000 | the eating of excrement or other filth
-00842692 04 n 03 sucking 0 suck 0 suction 0 013 @ 00838098 n 0000 + 02804905 a 0301 + 01854679 v 0301 + 00073584 v 0301 + 02765692 v 0301 + 01854888 v 0301 + 01169704 v 0301 + 01186428 v 0203 + 01539063 v 0202 + 02765692 v 0201 + 01854888 v 0201 + 01169704 v 0201 + 01169704 v 0101 | the act of sucking
-00842997 04 n 02 suckling 0 lactation 0 002 @ 01057759 n 0000 + 01186428 v 0206 | feeding an infant by giving suck at the breast
-00843128 04 n 03 drinking 0 imbibing 0 imbibition 0 006 @ 00838098 n 0000 + 01170052 v 0302 + 01170052 v 0202 + 01170052 v 0101 ~ 00843325 n 0000 ~ 00843575 n 0000 | the act of consuming liquids
-00843325 04 n 03 gulping 0 swilling 0 guzzling 0 004 @ 00843128 n 0000 + 01170824 v 0301 + 01169433 v 0201 + 01202068 v 0101 | the drinking of large mouthfuls rapidly
-00843494 04 n 01 sip 1 002 @ 00839778 n 0000 + 01170687 v 0101 | a small drink
-00843575 04 n 01 potation 0 001 @ 00843128 n 0000 | the act of drinking (especially an alcoholic drink)
-00843681 04 n 01 bondage 0 001 @ 00844254 n 0000 | sexual practice that involves physically restraining (by cords or handcuffs) one of the partners
-00843831 04 n 01 outercourse 0 001 @ 00844254 n 0000 | sexual stimulation without vaginal penetration; "since pregnancy cannot happen if sperm are kept out of the vagina, outercourse is one method of birth control"
-00844048 04 n 01 safe_sex 0 001 @ 00844254 n 0000 | sexual activity (especially sexual intercourse) with the use of measures (such as latex condoms) to avoid the transmission of disease (especially AIDS)
-00844254 04 n 04 sexual_activity 0 sexual_practice 0 sex 0 sex_activity 0 024 @ 13440063 n 0000 + 02135389 a 0301 + 01762283 v 0302 = 01201100 a 0000 = 01201422 a 0000 ~ 00843681 n 0000 ~ 00843831 n 0000 ~ 00844048 n 0000 ~ 00844847 n 0000 ~ 00845523 n 0000 ~ 00846326 n 0000 ~ 00846515 n 0000 ~ 00847167 n 0000 ~ 00847340 n 0000 ~ 00849523 n 0000 ~ 00853835 n 0000 ~ 00854717 n 0000 ~ 00855527 n 0000 ~ 00856342 n 0000 ~ 00856733 n 0000 ~ 00856847 n 0000 ~ 00857160 n 0000 ~ 00857664 n 0000 ~ 00858060 n 0000 | activities associated with sexual intercourse; "they had sex in the back seat"
-00844847 04 n 01 conception 1 002 @ 00844254 n 0000 + 00054285 v 0101 | the act of becoming pregnant; fertilization of an ovum by a spermatozoon
-00844994 04 n 01 defloration 0 002 @ 00845523 n 0000 + 01428381 v 0101 | the act of depriving a woman of her virginity (especially by rupturing the hymen through sexual intercourse)
-00845178 04 n 01 insemination 0 004 @ 13440063 n 0000 #p 00845523 n 0000 + 00052548 v 0101 ~ 00845352 n 0000 | the introduction of semen into the genital tract of a female
-00845352 04 n 02 artificial_insemination 0 AI 0 001 @ 00845178 n 0000 | the introduction of semen into the oviduct or uterus by some means other than sexual intercourse
-00845523 04 n 0b sexual_intercourse 0 intercourse 2 sex_act 0 copulation 0 coitus 0 coition 0 sexual_congress 0 congress 1 sexual_relation 0 relation 1 carnal_knowledge 0 009 @ 00844254 n 0000 + 02887741 a 0501 + 01428853 v 0401 ~ 00844994 n 0000 %p 00845178 n 0000 ~ 00846021 n 0000 ~ 00846432 n 0000 ~ 00846817 n 0000 ~ 00848098 n 0000 | the act of sexual procreation between a man and a woman; the man's penis is inserted into the woman's vagina and excited until orgasm and ejaculation occur
-00846021 04 n 0c fuck 0 fucking 0 screw 0 screwing 0 ass 0 nooky 0 nookie 0 piece_of_ass 0 piece_of_tail 0 roll_in_the_hay 0 shag 1 shtup 0 007 @ 00845523 n 0000 ;u 07124340 n 0000 ;u 07157273 n 0000 + 01426397 v 040f + 01426397 v 030f + 01426397 v 0210 + 01426397 v 0110 | slang for sexual intercourse
-00846326 04 n 01 pleasure 1 001 @ 00844254 n 0000 | sexual gratification; "he took his pleasure of her"
-00846432 04 n 01 hank_panky 0 001 @ 00845523 n 0000 | illicit sexual intercourse
-00846515 04 n 05 sexual_love 0 lovemaking 0 making_love 0 love 0 love_life 0 002 @ 00844254 n 0000 + 01426397 v 0403 | sexual activities (often including sexual intercourse) between two people; "his lovemaking disgusted her"; "he hadn't had any love in months"; "he has a very complicated love life"
-00846817 04 n 01 penetration 3 002 @ 00845523 n 0000 + 01422003 v 0101 | the act (by a man) of inserting his penis into the vagina of a woman
-00846961 04 n 02 statutory_rape 0 carnal_abuse 0 001 @ 00773402 n 0000 | sexual intercourse with a person (girl or boy) who has not reached the age of consent (even if both parties participate willingly)
-00847167 04 n 01 carnal_abuse 1 001 @ 00844254 n 0000 | any lascivious contact by an adult with the sexual organs of a child (especially not involving sexual intercourse)
-00847340 04 n 06 coupling 0 mating 0 pairing 0 conjugation 0 union 2 sexual_union 0 010 @ 00844254 n 0000 + 00574218 v 0401 + 01428853 v 0303 + 01428853 v 0202 + 01428853 v 0104 ~ 00847770 n 0000 ~ 00847932 n 0000 ~ 00850425 n 0000 ~ 00851587 n 0000 ~ 00853649 n 0000 | the act of pairing a male and female for reproductive purposes; "the casual couplings of adolescents"; "the mating of some species occurs only in the spring"
-00847770 04 n 01 assortative_mating 0 002 @ 00847340 n 0000 ! 00847932 n 0101 | mating of individuals having more traits in common than likely in random mating
-00847932 04 n 01 disassortative_mating 0 002 @ 00847340 n 0000 ! 00847770 n 0101 | mating of individuals having traits more dissimilar than likely in random mating
-00848098 04 n 02 unlawful_carnal_knowledge 0 criminal_congress 0 003 @ 00845523 n 0000 ~ 00848282 n 0000 ~ 00848891 n 0000 | forbidden or tabu sexual intercourse between individuals
-00848282 04 n 02 extramarital_sex 0 free_love 0 003 @ 00848098 n 0000 ~ 00848466 n 0000 ~ 00848745 n 0000 | sexual intercourse between individuals who are not married to one another
-00848466 04 n 03 adultery 0 criminal_conversation 0 fornication 1 004 @ 00848282 n 0000 + 00961195 a 0101 + 01550779 a 0101 + 09772746 n 0101 | extramarital sex that willfully and maliciously interferes with marriage relations; "adultery is often cited as grounds for divorce"
-00848745 04 n 01 fornication 0 002 @ 00848282 n 0000 + 01427278 v 0101 | voluntary sexual intercourse between persons not married to each other
-00848891 04 n 01 incest 0 002 @ 00848098 n 0000 + 02748216 a 0101 | sexual intercourse between persons too closely related to marry (as between a parent and a child)
-00849059 04 n 05 coitus_interruptus 0 withdrawal_method 0 withdrawal 4 pulling_out 0 onanism 1 001 @ 00851994 n 0000 | a method of birth control in which coitus is initiated but the penis is deliberately withdrawn before ejaculation
-00849294 04 n 04 sodomy 0 buggery 0 anal_sex 0 anal_intercourse 0 005 @ 00854717 n 0000 + 02568392 v 0203 + 10621514 n 0102 + 02568392 v 0101 + 02568392 v 0102 | intercourse via the anus, committed by a man with a man or woman
-00849523 04 n 04 reproduction 0 procreation 0 breeding 0 facts_of_life 0 006 @ 00844254 n 0000 + 00056334 v 0301 + 00055142 v 0202 + 00055142 v 0101 ~ 00849768 n 0000 ~ 00849982 n 0000 | the sexual activity of conceiving and bearing offspring
-00849768 04 n 03 miscegenation 0 crossbreeding 1 interbreeding 1 003 @ 00849523 n 0000 + 01429953 v 0305 + 02739121 v 0101 | reproduction by parents of different races (especially by white and non-white persons)
-00849982 04 n 03 generation 0 multiplication 1 propagation 0 008 @ 00849523 n 0000 + 02230447 v 0301 + 00055871 v 0301 + 00055539 v 0301 + 00055142 v 0203 + 00056334 v 0202 + 00054628 v 0107 ~ 00850260 n 0000 | the act of producing offspring or multiplying by such production
-00850260 04 n 02 biogenesis 0 biogeny 0 003 @ 00849982 n 0000 + 02665212 a 0101 + 02665367 a 0101 | the production of living organisms from other living organisms
-00850425 04 n 07 hybridization 0 hybridisation 0 crossbreeding 0 crossing 2 cross 0 interbreeding 0 hybridizing 0 012 @ 00847340 n 0000 ;c 06075527 n 0000 + 01429953 v 0703 + 01429953 v 0605 + 01429953 v 0502 + 01429953 v 0402 + 01429953 v 0204 + 01429953 v 0103 ~ 00850873 n 0000 ~ 00850986 n 0000 ~ 00851146 n 0000 ~ 00851316 n 0000 | (genetics) the act of mixing different species or varieties of animals or plants and thus to produce hybrids
-00850873 04 n 01 dihybrid_cross 0 001 @ 00850425 n 0000 | hybridization using two traits with two alleles each
-00850986 04 n 01 monohybrid_cross 0 001 @ 00850425 n 0000 | hybridization using a single trait with two alleles (as in Mendel's experiments with garden peas)
-00851146 04 n 02 reciprocal_cross 0 reciprocal 0 001 @ 00850425 n 0000 | hybridization involving a pair of crosses that reverse the sexes associated with each genotype
-00851316 04 n 02 testcross 0 test-cross 0 001 @ 00850425 n 0000 | a cross between an organism whose genotype for a certain trait is unknown and an organism that is homozygous recessive for that trait so the unknown genotype can be determined from that of the offspring
-00851587 04 n 01 inbreeding 0 001 @ 00847340 n 0000 | the act of mating closely related individuals
-00851689 04 n 01 natural_family_planning 0 004 @ 00851994 n 0000 ~ 00852522 n 0000 ~ 00852825 n 0000 ~ 00853145 n 0000 | any of several methods of family planning that do not involve sterilization or contraceptive devices or drugs; coitus is avoided during the fertile time of a woman's menstrual cycle
-00851994 04 n 03 birth_control 0 birth_prevention 0 family_planning 0 004 @ 01144133 n 0000 ~ 00849059 n 0000 ~ 00851689 n 0000 ~ 00852181 n 0000 | limiting the number of children born
-00852181 04 n 02 contraception 0 contraceptive_method 0 003 @ 00851994 n 0000 ~ 00852400 n 0000 ~ 00853487 n 0000 | birth control by the use of devices (diaphragm or intrauterine device or condom) or drugs or surgery
-00852400 04 n 01 oral_contraception 0 001 @ 00852181 n 0000 | contraception achieved by taking oral contraceptive pills
-00852522 04 n 02 basal_body_temperature_method_of_family_planning 0 basal_body_temperature_method 0 001 @ 00851689 n 0000 | natural family planning in which the fertile period of the woman's menstrual cycle is inferred by noting the rise in basal body temperature that typically occurs with ovulation
-00852825 04 n 02 ovulation_method_of_family_planning 0 ovulation_method 0 001 @ 00851689 n 0000 | natural family planning in which the fertile period is inferred from changes in the character and quantity of cervical mucus; ovulation is marked by an increase in mucus that becomes sticky and then clearer and slippery
-00853145 04 n 05 rhythm_method_of_birth_control 0 rhythm_method 0 rhythm 0 calendar_method_of_birth_control 0 calendar_method 0 001 @ 00851689 n 0000 | natural family planning in which ovulation is assumed to occur 14 days before the onset of a period (the fertile period would be assumed to extend from day 10 through day 18 of her cycle)
-00853487 04 n 01 surgical_contraception 0 004 @ 00692130 n 0000 @ 00852181 n 0000 ~ 00148446 n 0000 ~ 00716179 n 0000 | contraception by surgical sterilization
-00853649 04 n 02 servicing 0 service 3 003 @ 00847340 n 0000 + 01428011 v 0202 + 01428011 v 0102 | the act of mating by male animals; "the bull was worth good money in servicing fees"
-00853835 04 n 03 foreplay 0 arousal 1 stimulation 1 003 @ 00844254 n 0000 ~ 00854000 n 0000 ~ 00854538 n 0000 | mutual sexual fondling prior to sexual intercourse
-00854000 04 n 09 caressing 0 cuddling 0 fondling 0 hugging 0 kissing 0 necking 0 petting 0 smooching 0 snuggling 0 011 @ 00853835 n 0000 + 01424948 v 0902 + 01425709 v 0801 + 01226600 v 0701 + 01426153 v 0601 + 01431230 v 0502 + 01424456 v 0402 + 01226215 v 0302 + 01425511 v 0201 + 01424948 v 0201 ~ 00854393 n 0000 | affectionate play (or foreplay without contact with the genital organs)
-00854393 04 n 01 snogging 0 004 @ 00854000 n 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 + 01431230 v 0101 | (British informal) cuddle and kiss
-00854538 04 n 01 feel 0 002 @ 00853835 n 0000 + 01210152 v 0101 | manual stimulation of the genital area for sexual pleasure; "the girls hated it when he tried to sneak a feel"
-00854717 04 n 02 perversion 1 sexual_perversion 0 004 @ 00844254 n 0000 ~ 00737705 n 0000 ~ 00849294 n 0000 ~ 00854876 n 0000 | an aberrant sexual practice;
-00854876 04 n 02 oral_sex 0 head 0 004 @ 00854717 n 0000 ~ 00855055 n 0000 ~ 00855169 n 0000 ~ 00855407 n 0000 | oral stimulation of the genitals; "they say he gives good head"
-00855055 04 n 02 cunnilingus 0 cunnilinctus 0 001 @ 00854876 n 0000 | oral stimulation of the vulva or clitoris
-00855169 04 n 02 fellatio 0 fellation 0 003 @ 00854876 n 0000 + 02117170 v 0201 ~ 00855301 n 0000 | oral stimulation of the penis
-00855301 04 n 02 cock_sucking 0 blowjob 0 002 @ 00855169 n 0000 ;u 07157273 n 0000 | slang for fellatio
-00855407 04 n 02 soixante-neuf 0 sixty-nine 0 001 @ 00854876 n 0000 | oral sex practiced simultaneously by two people
-00855527 04 n 02 autoeroticism 0 autoerotism 0 003 @ 00844254 n 0000 + 02131834 a 0101 ~ 00855674 n 0000 | using you own body as a sexual object
-00855674 04 n 02 masturbation 0 onanism 0 007 @ 00855527 n 0000 + 10299700 n 0202 + 01430633 v 0101 + 01430952 v 0101 ~ 00855936 n 0000 ~ 00856076 n 0000 ~ 00856193 n 0000 | manual stimulation of the genital organs (of yourself or another) for sexual pleasure
-00855936 04 n 02 self-stimulation 0 self-abuse 0 001 @ 00855674 n 0000 | manual stimulation of your own genital organ for sexual pleasure
-00856076 04 n 01 frottage 0 001 @ 00855674 n 0000 | masturbation by rubbing against another person (as in a crowd)
-00856193 04 n 04 jacking_off 0 jerking_off 0 hand_job 0 wank 0 003 @ 00855674 n 0000 ;u 07157273 n 0000 + 01430633 v 0402 | slang for masturbation
-00856342 04 n 03 promiscuity 0 promiscuousness 0 sleeping_around 0 004 @ 00844254 n 0000 + 00361837 a 0204 + 00361837 a 0104 ~ 00856559 n 0000 | indulging in promiscuous (casual and indiscriminate) sexual relations
-00856559 04 n 01 one-night_stand 1 001 @ 00856342 n 0000 | a brief sexual encounter lasting only for a single night; "he ran through a series of loveless one-night stands"
-00856733 04 n 01 lechery 0 002 @ 00844254 n 0000 + 02133431 a 0101 | unrestrained indulgence in sexual activity
-00856847 04 n 05 homosexuality 0 homosexualism 0 homoeroticism 0 queerness 0 gayness 0 008 @ 00844254 n 0000 + 01201937 a 0501 + 01201937 a 0402 + 01202105 a 0301 + 01201422 a 0101 ~ 00857275 n 0000 ~ 00857424 n 0000 ~ 00857872 n 0000 | a sexual attraction to (or sexual relations with) persons of the same sex
-00857160 04 n 01 bisexuality 0 002 @ 00844254 n 0000 + 01203147 a 0101 | sexual activity with both men and women
-00857275 04 n 02 inversion 2 sexual_inversion 0 001 @ 00856847 n 0000 | a term formerly used to mean taking on the gender role of the opposite sex
-00857424 04 n 02 lesbianism 0 sapphism 0 002 @ 00856847 n 0000 ~ 00857530 n 0000 | female homosexuality
-00857530 04 n 01 tribadism 0 002 @ 00857424 n 0000 + 01202994 a 0101 | a form of lesbianism that simulates heterosexual intercourse
-00857664 04 n 03 heterosexuality 0 heterosexualism 0 straightness 0 003 @ 00844254 n 0000 + 01201298 a 0301 + 01201100 a 0101 | a sexual attraction to (or sexual relations with) persons of the opposite sex
-00857872 04 n 02 pederasty 0 paederasty 0 002 @ 00856847 n 0000 @ 00737705 n 0000 | sexual relations between a man and a boy (usually anal intercourse with the boy as a passive partner)
-00858060 04 n 03 bestiality 0 zooerastia 0 zooerasty 0 001 @ 00844254 n 0000 | sexual activity between a person and an animal
-00858188 04 n 01 sleeping 0 005 @ 13440063 n 0000 ~ 00285141 n 0000 ~ 00285387 n 0000 ~ 00858377 n 0000 ~ 00858849 n 0000 | the suspension of consciousness and decrease in metabolic rate
-00858377 04 n 06 nap 0 catnap 0 cat_sleep 0 forty_winks 0 short_sleep 0 snooze 0 006 @ 00858188 n 0000 + 00015303 v 0601 + 00015498 v 0202 + 00015498 v 0101 ~ 00858631 n 0000 ~ 00858742 n 0000 | sleeping for a short period of time (usually not in bed)
-00858631 04 n 01 siesta 0 001 @ 00858377 n 0000 | a nap in the early afternoon (especially in hot countries)
-00858742 04 n 01 zizz 0 002 @ 00858377 n 0000 ;r 08860123 n 0000 | a nap; "Arthur's taking a short zizz"
-00858849 04 n 02 doze 0 drowse 0 005 @ 00858188 n 0000 + 00188436 a 0201 + 00016380 v 0201 + 00015303 v 0202 + 00015303 v 0103 | a light fitful sleep
-00859001 04 n 02 reaction 0 response 1 016 @ 13440063 n 0000 + 00717358 v 0101 ~ 00859490 n 0000 ~ 00859691 n 0000 ~ 00859863 n 0000 ~ 00860011 n 0000 ~ 00860434 n 0000 ~ 00861611 n 0000 ~ 00862686 n 0000 ~ 00863222 n 0000 ~ 00863417 n 0000 ~ 00863513 n 0000 ~ 00864535 n 0000 ~ 00865600 n 0000 ~ 01234952 n 0000 ~ 01267344 n 0000 | a bodily process occurring due to the effect of some antecedent stimulus or agent; "a bad reaction to the medicine"; "his responses have slowed with age"
-00859490 04 n 01 automatism 0 001 @ 00859001 n 0000 | any reaction that occurs automatically without conscious thought or reflection (especially the undirected behavior seen in psychomotor epilepsy)
-00859691 04 n 01 rebound 1 002 @ 00859001 n 0000 + 00528608 v 0102 | a reaction to a crisis or setback or frustration; "he is still on the rebound from his wife's death"
-00859863 04 n 01 overreaction 0 002 @ 00859001 n 0000 + 00718117 v 0101 | an excessive reaction; a reaction with inappropriate emotional behavior
-00860011 04 n 07 galvanic_skin_response 0 GSR 0 psychogalvanic_response 0 electrodermal_response 0 electrical_skin_response 0 Fere_phenomenon 0 Tarchanoff_phenomenon 0 002 @ 00859001 n 0000 #p 03662452 n 0000 | a change in the electrical properties of the skin in response to stress or anxiety; can be measured either by recording the electrical resistance of the skin or by recording weak currents generated by the body
-00860434 04 n 03 immune_response 0 immune_reaction 0 immunologic_response 0 008 @ 00859001 n 0000 ;c 12992868 n 0000 ;c 01348530 n 0000 ~ 00860857 n 0000 ~ 00861046 n 0000 ~ 00861199 n 0000 ~ 00861382 n 0000 %p 14736201 n 0000 | a bodily defense reaction that recognizes an invading substance (an antigen: such as a virus or fungus or bacteria or transplanted organ) and produces antibodies specific against that antigen
-00860857 04 n 02 anamnestic_response 0 anamnestic_reaction 0 001 @ 00860434 n 0000 | renewed rapid production of an antibody on the second (or subsequent) encounter with the same antigen
-00861046 04 n 01 humoral_immune_response 0 001 @ 00860434 n 0000 | an immune response (chiefly against bacterial invasion) that is mediated by B cells
-00861199 04 n 01 cell-mediated_immune_response 0 001 @ 00860434 n 0000 | an immune response (chiefly against viral or fungal invasions or transplanted tissue) that involves T cells
-00861382 04 n 01 complement_fixation 0 001 @ 00860434 n 0000 | an immune response in which an antigen-antibody combination inactivates a complement (so it is unavailable to participate in a second antigen-antibody combination)
-00861611 04 n 01 tropism 0 009 @ 00859001 n 0000 ~ 00861894 n 0000 ~ 00861990 n 0000 ~ 00862079 n 0000 ~ 00862170 n 0000 ~ 00862310 n 0000 ~ 00862399 n 0000 ~ 00862488 n 0000 ~ 00862595 n 0000 | an involuntary orienting response; positive or negative reaction to a stimulus source
-00861894 04 n 01 ergotropism 0 002 @ 00861611 n 0000 + 02722083 a 0101 | an affinity for work
-00861990 04 n 01 geotropism 0 001 @ 00861611 n 0000 | an orienting response to gravity
-00862079 04 n 01 heliotropism 0 001 @ 00861611 n 0000 | an orienting response to the sun
-00862170 04 n 01 meteortropism 0 001 @ 00861611 n 0000 | an effect of climate on biological processes (as the effect on joint pains etc.)
-00862310 04 n 01 neurotropism 0 001 @ 00861611 n 0000 | an affinity for neural tissues
-00862399 04 n 01 phototropism 0 001 @ 00861611 n 0000 | an orienting response to light
-00862488 04 n 01 trophotropism 0 002 @ 00861611 n 0000 + 03126922 a 0101 | an orienting response to food
-00862595 04 n 01 thermotropism 0 001 @ 00861611 n 0000 | an orienting response to warmth
-00862686 04 n 01 taxis 0 002 @ 00859001 n 0000 ~ 00862859 n 0000 | a locomotor response toward or away from an external stimulus by a motile (and usually simple) organism
-00862859 04 n 01 chemotaxis 0 003 @ 00862686 n 0000 ~ 00863017 n 0000 ~ 00863121 n 0000 | movement by a cell or organism in reaction to a chemical stimulus
-00863017 04 n 01 negative_chemotaxis 0 001 @ 00862859 n 0000 | movement away from a chemical stimulus
-00863121 04 n 01 positive_chemotaxis 0 001 @ 00862859 n 0000 | movement toward a chemical stimulus
-00863222 04 n 01 kinesis 0 003 @ 00859001 n 0000 + 01563349 a 0101 + 02893827 a 0101 | a movement that is a response to a stimulus but is not oriented with respect to the source of stimulation
-00863417 04 n 01 double_take 0 001 @ 00859001 n 0000 | a delayed reaction indicating surprise
-00863513 04 n 08 reflex 0 reflex_response 0 reflex_action 0 instinctive_reflex 0 innate_reflex 0 inborn_reflex 0 unconditioned_reflex 0 physiological_reaction 0 027 @ 00859001 n 0000 + 02522669 a 0102 ~ 00117124 n 0000 ~ 00117267 n 0000 ~ 00117578 n 0000 ~ 00117959 n 0000 ~ 00118268 n 0000 ~ 00118733 n 0000 ~ 00811221 n 0000 ~ 00837293 n 0000 ~ 00839292 n 0000 ~ 00839597 n 0000 ~ 00840363 n 0000 ~ 00864859 n 0000 ~ 00865808 n 0000 ~ 00866079 n 0000 ~ 00866273 n 0000 ~ 00866423 n 0000 ~ 00866606 n 0000 ~ 00866882 n 0000 ~ 00867163 n 0000 ~ 00867357 n 0000 ~ 00867606 n 0000 ~ 00867790 n 0000 ~ 00867983 n 0000 ~ 14314850 n 0000 ~ 14359459 n 0000 | an automatic instinctive unlearned reaction to a stimulus
-00864226 04 n 07 conditional_reflex 0 conditioned_reflex 0 acquired_reflex 0 conditional_reaction 0 conditioned_reaction 0 conditional_response 0 conditioned_response 0 002 @ 00864535 n 0000 ~ 00864680 n 0000 | an acquired response that is under the control of (conditional on the occurrence of) a stimulus
-00864535 04 n 02 learned_reaction 0 learned_response 0 002 @ 00859001 n 0000 ~ 00864226 n 0000 | a reaction that has been acquired by learning
-00864680 04 n 02 conditioned_avoidance 0 conditioned_avoidance_response 0 001 @ 00864226 n 0000 | a conditioned response that anticipates the occurrence of an aversive stimulus
-00864859 04 n 03 knee_jerk 0 knee-jerk_reflex 0 patellar_reflex 0 001 @ 00863513 n 0000 | a reflex extension of the leg resulting from a sharp tap on the patellar tendon
-00865031 04 n 02 startle_response 0 startle_reaction 0 001 @ 00867357 n 0000 | a complicated involuntary reaction to a sudden unexpected stimulus (especially a loud noise); involves flexion of most skeletal muscles and a variety of visceral reactions
-00865284 04 n 02 startle_reflex 0 Moro_reflex 0 001 @ 00867357 n 0000 | a normal reflex of young infants; a sudden loud noise causes the child to stretch out the arms and flex the legs
-00865471 04 n 02 wince 0 flinch 0 003 @ 00867357 n 0000 + 02061069 v 0201 + 02061069 v 0106 | a reflex response to sudden pain
-00865600 04 n 02 passage 5 passing 5 002 @ 00859001 n 0000 + 00072989 v 0204 | a bodily reaction of changing from one place or stage to another; "the passage of air from the lungs"; "the passing of flatus"
-00865808 04 n 04 light_reflex 0 pupillary_reflex 0 miosis 0 myosis 0 003 @ 00863513 n 0000 + 02765308 a 0402 + 02765308 a 0301 | reflex contraction of the sphincter muscle of the iris in response to a bright light (or certain drugs) causing the pupil to become smaller
-00866079 04 n 01 mydriasis 0 002 @ 00863513 n 0000 @ 00365995 n 0000 | reflex pupillary dilation as a muscle pulls the iris outward; occurs in response to a decrease in light or certain drugs
-00866273 04 n 01 micturition_reflex 0 001 @ 00863513 n 0000 | relaxation of the urethral sphincter in response to increased pressure in the bladder
-00866423 04 n 02 pharyngeal_reflex 0 gag_reflex 0 001 @ 00863513 n 0000 | normal reflex consisting of retching; may be produced by touching the soft palate in the back of the mouth
-00866606 04 n 07 pilomotor_reflex 0 gooseflesh 0 goose_bump 0 goosebump 0 goose_pimple 0 goose_skin 0 horripilation 0 003 @ 00863513 n 0000 + 02116777 v 0701 + 02116568 v 0701 | reflex erection of hairs of the skin in response to cold or emotional stress or skin irritation
-00866882 04 n 01 plantar_reflex 0 001 @ 00863513 n 0000 | flexion of the toes when the sole of the foot is stroked firmly on the outer side from the heel to the front in persons over the age of 2 years; under 2 years the results should be extension of the toes (Babinski reflex)
-00867163 04 n 01 rooting_reflex 0 001 @ 00863513 n 0000 | reflex consisting of head-turning and sucking movements elicited in a normal infant by gently stroking the side of the mouth or cheek
-00867357 04 n 03 startle 0 jump 1 start 1 008 @ 00863513 n 0000 + 01910373 v 0303 + 02243567 a 0206 + 01910373 v 0202 + 01910373 v 0101 ~ 00865031 n 0000 ~ 00865284 n 0000 ~ 00865471 n 0000 | a sudden involuntary movement; "he awoke with a start"
-00867606 04 n 02 stretch_reflex 0 myotactic_reflex 0 001 @ 00863513 n 0000 | reflex contraction of a muscle when an attached tendon is pulled; important in maintaining erect posture
-00867790 04 n 01 suckling_reflex 0 001 @ 00863513 n 0000 | reflex behavior in newborn mammals; includes finding and grasping the nipple in the mouth and sucking on it and swallowing the milk
-00867983 04 n 03 tremble 0 shiver 0 shake 0 006 @ 00863513 n 0000 + 02292797 a 0302 + 00014034 v 0301 + 01254026 a 0201 + 00014201 v 0201 + 01888511 v 0101 | a reflex motion caused by cold or fear or excitement
-00868196 04 n 03 crying 0 weeping 0 tears 0 007 @ 13440063 n 0000 + 00066191 v 0202 + 00066685 v 0101 + 00066191 v 0101 ~ 00868523 n 0000 ~ 00868669 n 0000 ~ 00868799 n 0000 | the process of shedding tears (usually accompanied by sobs or other inarticulate sounds); "I hate to hear the crying of a child"; "she was in tears"
-00868523 04 n 02 snivel 0 sniveling 0 004 @ 00868196 n 0000 + 00067274 v 0201 + 00067274 v 0101 + 01042531 v 0101 | whining in a tearful manner
-00868669 04 n 02 sob 0 sobbing 0 003 @ 00868196 n 0000 + 00067129 v 0201 + 00067129 v 0101 | convulsive gasp made while weeping
-00868799 04 n 02 wailing 1 bawling 0 002 @ 00868196 n 0000 + 01046932 v 0103 | loud cries made while weeping
-00868910 04 n 03 calculation 0 computation 0 computing 0 011 @ 01023820 n 0000 + 02907473 a 0201 + 00637259 v 0204 + 02265231 v 0102 + 00926472 v 0102 + 00712135 v 0101 + 00637259 v 0101 ~ 00869260 n 0000 ~ 00869467 n 0000 ~ 00869583 n 0000 ~ 00870101 n 0000 | the procedure of calculating; determining something by mathematical or logical methods
-00869260 04 n 01 transposition 2 003 @ 00868910 n 0000 ;c 06012726 n 0000 + 01867303 v 0101 | (mathematics) the transfer of a quantity from one side of an equation to the other along with a change of sign
-00869467 04 n 01 number_crunching 0 001 @ 00868910 n 0000 | performing complex and lengthy numerical calculations
-00869583 04 n 03 mathematical_process 0 mathematical_operation 0 operation 1 012 @ 00868910 n 0000 ;c 06000644 n 0000 ~ 00870312 n 0000 ~ 00870453 n 0000 ~ 00870640 n 0000 ~ 00870786 n 0000 ~ 00871418 n 0000 ~ 00872411 n 0000 ~ 00872541 n 0000 ~ 00872722 n 0000 ~ 00873381 n 0000 ~ 00873798 n 0000 | (mathematics) calculation by mathematical methods; "the problems at the end of the chapter demonstrated the mathematical processes involved in the derivation"; "they were learning the basic operations of arithmetic"
-00870101 04 n 01 recalculation 0 002 @ 00868910 n 0000 + 00639693 v 0101 | the act of calculating again (usually to eliminate errors or to include additional data); "recalculation yielded a much larger value"
-00870312 04 n 01 permutation 1 002 @ 00869583 n 0000 + 00380424 v 0101 | the act of changing the arrangement of a given number of elements
-00870453 04 n 01 combination 1 004 @ 00869583 n 0000 + 00472534 a 0101 + 01385170 v 0102 + 00193486 v 0102 | the act of arranging elements into specified groups without regard to order
-00870640 04 n 01 differentiation 1 002 @ 00869583 n 0000 + 00642803 v 0101 | the mathematical process of obtaining the derivative of a function
-00870786 04 n 01 maximization 1 001 @ 00869583 n 0000 | the mathematical process of finding the maximum value of a function
-00870912 04 n 01 division 1 004 @ 00872541 n 0000 + 00642098 v 0101 ~ 00871123 n 0000 ~ 00871263 n 0000 | an arithmetic operation that is the inverse of multiplication; the quotient of two numbers is computed
-00871123 04 n 01 long_division 0 001 @ 00870912 n 0000 | the operation of division in which the sequence of steps are indicated in detail
-00871263 04 n 01 short_division 0 001 @ 00870912 n 0000 | the operation of division in which the sequence of steps is performed without writing them out
-00871418 04 n 01 integration 3 002 @ 00869583 n 0000 + 00642980 v 0101 | an operation used in the calculus whereby the integral of a function is determined
-00871576 04 n 02 multiplication 0 times 0 003 @ 00872541 n 0000 + 00641672 v 0101 + 00247390 v 0101 | an arithmetic operation that is the inverse of division; the product of two numbers is computed; "the multiplication of four by three gives twelve"; "four times three equals twelve"
-00871862 04 n 02 subtraction 1 minus 0 002 @ 00872541 n 0000 + 00641252 v 0101 | an arithmetic operation in which the difference between two numbers is calculated; "the subtraction of three from four leaves one"; "four minus three equals one"
-00872107 04 n 03 summation 1 addition 1 plus 0 005 @ 00872541 n 0000 + 00949288 v 0208 + 00640828 v 0201 + 00049683 a 0101 + 00949288 v 0104 | the arithmetic operation of summing; calculating the sum of two or more numbers; "the summation of four and three gives seven"; "four plus three equals seven"
-00872411 04 n 02 exponentiation 0 involution 1 001 @ 00869583 n 0000 | the process of raising a quantity to some assigned power
-00872541 04 n 01 arithmetic_operation 0 005 @ 00869583 n 0000 ~ 00870912 n 0000 ~ 00871576 n 0000 ~ 00871862 n 0000 ~ 00872107 n 0000 | a mathematical operation involving numbers
-00872722 04 n 01 matrix_operation 0 005 @ 00869583 n 0000 ~ 00872900 n 0000 ~ 00872986 n 0000 ~ 00873084 n 0000 ~ 00873238 n 0000 | a mathematical operation involving matrices
-00872900 04 n 01 matrix_addition 0 001 @ 00872722 n 0000 | the addition of matrices
-00872986 04 n 01 matrix_multiplication 0 001 @ 00872722 n 0000 | the multiplication of matrices
-00873084 04 n 01 matrix_inversion 0 001 @ 00872722 n 0000 | determination of a matrix that when multiplied by the given matrix will yield a unit matrix
-00873238 04 n 01 matrix_transposition 0 001 @ 00872722 n 0000 | the interchange of each row of a square matrix with the corresponding column
-00873381 04 n 01 construction 2 003 @ 00869583 n 0000 + 01583142 v 0101 ~ 00873671 n 0000 | drawing a figure satisfying certain conditions as part of solving a problem or proving a theorem; "the assignment was to make a construction that could be used in proving the Pythagorean theorem"
-00873671 04 n 01 quadrature 0 001 @ 00873381 n 0000 | the construction of a square having the same area as some other figure
-00873798 04 n 02 relaxation 2 relaxation_method 0 001 @ 00869583 n 0000 | a method of solving simultaneous equations by guessing a solution and then reducing the errors that result by successive approximations until all the errors are less than some specified amount
-00874067 04 n 03 judgment 2 judgement 2 assessment 0 012 @ 00030358 n 0000 + 00648977 a 0101 + 00971650 v 0103 + 00672277 v 0101 + 00670261 v 0103 ~ 00694681 n 0000 ~ 00874457 n 0000 ~ 00874621 n 0000 ~ 00874806 n 0000 ~ 00875246 n 0000 ~ 00875671 n 0000 ~ 00875838 n 0000 | the act of judging or assessing a person or situation or event; "they criticized my judgment of the contestants"
-00874457 04 n 01 adjudication 0 001 @ 00874067 n 0000 | the final judgment in a legal proceeding; the act of pronouncing judgment based on the evidence presented
-00874621 04 n 01 disapproval 0 006 @ 00874067 n 0000 + 00807178 v 0101 ! 01215392 n 0102 ~ 01219893 n 0000 ~ 01223257 n 0000 ~ 01223488 n 0000 | the act of disapproving or condemning
-00874806 04 n 02 evaluation 0 rating 0 004 @ 00874067 n 0000 + 00660971 v 0201 + 00681429 v 0102 ~ 00874977 n 0000 | act of ascertaining or fixing the value or worth of
-00874977 04 n 03 marking 0 grading 1 scoring 0 005 @ 00874806 n 0000 + 00657728 v 0302 + 00657728 v 0201 + 00657550 v 0201 + 00657728 v 0103 | evaluation of performance by assigning a grade or score; "what he disliked about teaching was all the grading he had to do"
-00875246 04 n 02 estimate 1 estimation 1 004 @ 00874067 n 0000 + 00672433 v 0201 ~ 00875519 n 0000 ~ 00952214 n 0000 | a judgment of the qualities of something or somebody; "many factors are involved in any estimate of human life"; "in my estimation the boy is innocent"
-00875519 04 n 01 appraisal 0 001 @ 00875246 n 0000 | an expert estimation of the quality, quantity, and other characteristics of someone or something
-00875671 04 n 01 logistic_assessment 0 002 @ 00874067 n 0000 ;c 08199025 n 0000 | a judgment of the logistic support required for some particular military operation
-00875838 04 n 02 value_judgment 0 value_judgement 0 002 @ 00874067 n 0000 ~ 00876062 n 0000 | an assessment that reveals more about the values of the person making the assessment than about the reality of what is assessed
-00876062 04 n 01 moralism 0 003 @ 00875838 n 0000 + 01548925 a 0101 + 10296444 n 0103 | judgments about another person's morality; "he could not stand her hectoring moralism"
-00876239 04 n 02 percussion 2 pleximetry 0 002 @ 00876542 n 0000 + 01248023 v 0101 | tapping a part of the body for diagnostic purposes
-00876377 04 n 01 succussion 0 002 @ 00876542 n 0000 + 01890351 v 0101 | shaking a person to determine whether a large amount of liquid is present in a body cavity
-00876542 04 n 01 auscultation 0 005 @ 00882159 n 0000 @ 00177127 n 0000 + 02150192 v 0101 ~ 00876239 n 0000 ~ 00876377 n 0000 | listening to sounds within the body (usually with a stethoscope)
-00876737 04 n 01 sensory_activity 0 002 @ 00407535 n 0000 ~ 00876874 n 0000 | activity intended to achieve a particular sensory result
-00876874 04 n 02 sensing 0 perception 0 009 @ 00876737 n 0000 + 02945377 a 0201 + 02106506 v 0201 + 02106006 v 0102 ~ 00877127 n 0000 ~ 00882159 n 0000 ~ 00882554 n 0000 ~ 00882702 n 0000 ~ 00882961 n 0000 | becoming aware of something via the senses
-00877127 04 n 03 look 0 looking 1 looking_at 0 013 @ 00876874 n 0000 + 02130524 v 0101 ~ 00877625 n 0000 ~ 00878052 n 0000 ~ 00878221 n 0000 ~ 00878328 n 0000 ~ 00878456 n 0000 ~ 00879156 n 0000 ~ 00879607 n 0000 ~ 00879759 n 0000 ~ 00881545 n 0000 ~ 00881649 n 0000 ~ 00882045 n 0000 | the act of directing the eyes toward something and perceiving it visually; "he went out to have a look"; "his look was fixed on her eyes"; "he gave it a good looking at"; "his camera does his looking for him"
-00877625 04 n 03 glance 0 glimpse 0 coup_d'oeil 0 005 @ 00877127 n 0000 + 02119470 v 0201 + 02165304 v 0101 ~ 00877786 n 0000 ~ 00877924 n 0000 | a quick look
-00877786 04 n 01 eye-beaming 0 001 @ 00877625 n 0000 | a radiant glance of the eye; "he pretended profundity by eye-beamings at people"
-00877924 04 n 02 side-glance 0 side-look 0 001 @ 00877625 n 0000 | a glance sideways; "she shot him an impatient side-glance"
-00878052 04 n 01 scrutiny 1 006 @ 00877127 n 0000 + 10565502 n 0101 + 02153387 v 0103 + 00697062 v 0102 + 02153387 v 0104 + 00697062 v 0103 | a prolonged intense look
-00878221 04 n 02 peek 0 peep 0 003 @ 00877127 n 0000 + 02165146 v 0201 + 02165304 v 0102 | a secret look
-00878328 04 n 01 squint 0 002 @ 00877127 n 0000 + 00008602 v 0101 | the act of squinting; looking with the eyes partly closed
-00878456 04 n 01 stare 0 007 @ 00877127 n 0000 + 00033406 v 0101 + 02132745 v 0102 ~ 00878648 n 0000 ~ 00878797 n 0000 ~ 00878926 n 0000 ~ 00879037 n 0000 | a fixed look with eyes open wide
-00878648 04 n 02 gaze 0 regard 0 003 @ 00878456 n 0000 + 02133185 v 0201 + 02132745 v 0101 | a long fixed look; "he fixed his paternal gaze on me"
-00878797 04 n 02 glare 0 glower 0 004 @ 00878456 n 0000 + 00032981 v 0202 + 00033203 v 0201 + 00033203 v 0102 | an angry stare
-00878926 04 n 01 contemplation 1 002 @ 00878456 n 0000 + 02164825 v 0101 | a long and thoughtful observation
-00879037 04 n 01 gape 1 002 @ 00878456 n 0000 + 02164531 v 0102 | a stare of amazement (usually with the mouth open)
-00879156 04 n 01 evil_eye 0 001 @ 00877127 n 0000 | a look that is believed to have the power of inflicting harm
-00879271 04 n 02 inspection 0 review 2 004 @ 00635850 n 0000 + 00696700 v 0201 + 01844048 v 0102 ~ 00141806 n 0000 | a formal or official examination; "the platoon stood ready for review"; "we had to wait for the inspection before we could use the elevator"
-00879531 04 n 01 resurvey 0 001 @ 00644503 n 0000 | a new survey or study
-00879607 04 n 02 sightseeing 0 rubber-necking 0 003 @ 00877127 n 0000 + 02150740 v 0201 + 01843904 v 0101 | going about to look at places of interest
-00879759 04 n 03 observation 0 observance 0 watching 0 010 @ 00877127 n 0000 + 02128653 v 0301 + 02169352 v 0201 + 02455407 v 0102 + 02118933 v 0103 + 02169352 v 0101 + 00732552 v 0101 ~ 00880046 n 0000 ~ 00880269 n 0000 ~ 00880563 n 0000 | the act of observing; taking a patient look
-00880046 04 n 01 monitoring 0 002 @ 00879759 n 0000 + 02163301 v 0101 | the act of observing something (and sometimes keeping a record of it); "the monitoring of enemy communications plays an important role in war times"
-00880269 04 n 01 sighting 0 003 @ 00879759 n 0000 + 02163746 v 0102 ~ 00880431 n 0000 | the act of observing; "several sightings of enemy troops were reported"
-00880431 04 n 01 landfall 0 001 @ 00880269 n 0000 | the first sighting of land from the sea after a voyage (or flight over water)
-00880563 04 n 01 stargazing 0 002 @ 00879759 n 0000 + 02133297 v 0101 | observation of the stars
-00880662 04 n 02 watch 0 vigil 1 008 @ 00652466 n 0000 + 02455407 v 0101 + 02150948 v 0101 + 02131963 v 0101 + 02128653 v 0101 + 02150510 v 0101 ~ 00881257 n 0000 ~ 00881441 n 0000 | a purposeful surveillance to guard or observe
-00880893 04 n 01 stakeout 0 001 @ 00652466 n 0000 | surveillance of some place or some person by the police (as in anticipation of a crime)
-00881035 04 n 01 surveillance_of_disease 0 001 @ 00652466 n 0000 | the ongoing systematic collection and analysis of data about an infectious disease that can lead to action being taken to control or prevent the disease
-00881257 04 n 02 listening_watch 0 continuous_receiver_watch 0 001 @ 00880662 n 0000 | a watch established for the reception of traffic of interest to the unit maintaining the watch
-00881441 04 n 01 spying 1 002 @ 00880662 n 0000 + 00785690 v 0101 | keeping a secret or furtive watch
-00881545 04 n 02 lookout 0 outlook 0 002 @ 00877127 n 0000 + 02151966 v 0102 | the act of looking out
-00881649 04 n 03 view 0 survey 1 sight 0 005 @ 00877127 n 0000 + 02163746 v 0302 + 00646738 v 0201 + 02150948 v 0102 ~ 00881914 n 0000 | the act of looking or seeing or observing; "he tried to get a better view of it"; "his survey of the battlefield was limited"
-00881914 04 n 01 eyeful 0 001 @ 00881649 n 0000 | a full view; a good look; "they wanted to see violence and they got an eyeful"
-00882045 04 n 01 dekko 0 003 @ 00877127 n 0000 ;u 07157273 n 0000 ;r 08860123 n 0000 | British slang for a look
-00882159 04 n 02 listening 0 hearing 0 007 @ 00876874 n 0000 + 02171039 v 0202 + 02571901 v 0103 + 02171039 v 0101 + 02169891 v 0101 ~ 00876542 n 0000 ~ 00882460 n 0000 | the act of hearing attentively; "you can learn a lot by just listening"; "they make good music--you should give them a hearing"
-00882460 04 n 02 relistening 0 rehearing 0 001 @ 00882159 n 0000 | the act of hearing again
-00882554 04 n 01 lipreading 0 002 @ 00876874 n 0000 + 00627970 v 0101 | perceiving what a person is saying by observing the movements of the lips
-00882702 04 n 02 taste 0 tasting 0 007 @ 00876874 n 0000 + 02194495 v 0202 + 02191546 v 0201 + 02192992 v 0101 + 02194495 v 0102 + 02191546 v 0101 + 02194286 v 0101 | a kind of sensing; distinguishing substances by means of the taste buds; "a wine tasting"
-00882961 04 n 02 smell 0 smelling 0 005 @ 00876874 n 0000 + 02124748 v 0201 + 02123672 v 0101 + 02124748 v 0101 ~ 00883139 n 0000 | the act of perceiving the odor of something
-00883139 04 n 02 sniff 0 snuff 0 004 @ 00882961 n 0000 + 00109263 v 0201 + 02126152 v 0201 + 02125032 v 0101 | sensing an odor by inhaling through the nose
-00883297 04 n 06 education 0 instruction 1 teaching 1 pedagogy 1 didactics 0 educational_activity 0 032 @ 00407535 n 0000 + 01324131 a 0502 + 02945971 a 0402 + 02945971 a 0401 + 00829107 v 0301 + 02981759 a 0201 + 00829107 v 0203 + 01324565 a 0101 + 10045454 n 0101 + 10045454 n 0102 + 02387486 v 0101 + 00603298 v 0104 -c 00611433 n 0000 %p 00728849 n 0000 %p 00728975 n 0000 %p 00729108 n 0000 %p 00729285 n 0000 ~ 00884202 n 0000 ~ 00884311 n 0000 ~ 00884466 n 0000 ~ 00885858 n 0000 ~ 00886039 n 0000 ~ 00886272 n 0000 ~ 00886699 n 0000 ~ 00886807 n 0000 ~ 00887702 n 0000 ~ 00891071 n 0000 -c 05664640 n 0000 -c 05753564 n 0000 -c 05909730 n 0000 -c 08132637 n 0000 -c 13323988 n 0000 | the activities of educating or instructing; activities that impart knowledge or skill; "he received no formal education"; "our instruction was carefully programmed"; "good classroom teaching is seldom rewarded"
-00884202 04 n 01 coeducation 0 001 @ 00883297 n 0000 | education of men and women in the same institutions
-00884311 04 n 01 continuing_education 0 001 @ 00883297 n 0000 | a program of instruction designed primarily for adult students who participate part-time
-00884466 04 n 04 course 1 course_of_study 0 course_of_instruction 0 class 0 022 @ 00883297 n 0000 %p 00885088 n 0000 ~ 00885297 n 0000 ~ 00885457 n 0000 ~ 00885574 n 0000 %p 00889472 n 0000 ~ 00890320 n 0000 ~ 00890441 n 0000 ~ 00890568 n 0000 ~ 00890808 n 0000 ~ 00890941 n 0000 ~ 00891224 n 0000 ~ 00891345 n 0000 ~ 00891512 n 0000 ~ 00891642 n 0000 ~ 00891850 n 0000 ~ 00892036 n 0000 ~ 00892145 n 0000 ~ 00892254 n 0000 ~ 00892413 n 0000 %p 00892861 n 0000 %p 01232246 n 0000 | education imparted in a series of lessons or meetings; "he took a course in basket weaving"; "flirting is not unknown in college classes"
-00885088 04 n 01 coursework 0 002 @ 00575741 n 0000 #p 00884466 n 0000 | work assigned to and done by a student during a course of study; usually it is evaluated as part of the student's grade in the course
-00885297 04 n 01 adult_education 0 001 @ 00884466 n 0000 | a course (via lectures or correspondence) for adults who are not otherwise engaged in formal study
-00885457 04 n 01 art_class 0 002 @ 00884466 n 0000 ~ 00885764 n 0000 | a class in which you learn to draw or paint
-00885574 04 n 01 childbirth-preparation_class 0 001 @ 00884466 n 0000 | a course that teaches pregnant women to use breathing and concentration and exercise techniques to use during labor
-00885764 04 n 01 life_class 0 001 @ 00885457 n 0000 | an art class using a live human model
-00885858 04 n 01 elementary_education 0 001 @ 00883297 n 0000 | education in elementary subjects (reading and writing and arithmetic) provided to young students at a grade school
-00886039 04 n 03 extension 0 extension_service 0 university_extension 0 002 @ 00883297 n 0000 %p 00890941 n 0000 | an educational opportunity provided by colleges and universities to people who are not enrolled as regular students
-00886272 04 n 01 extracurricular_activity 0 003 @ 00883297 n 0000 ~ 00886456 n 0000 ~ 00886582 n 0000 | educational activities not falling within the scope of the regular curriculum
-00886456 04 n 01 dramatics 0 001 @ 00886272 n 0000 | participation in theatrical productions as an extracurricular activity
-00886582 04 n 01 athletics 1 001 @ 00886272 n 0000 | participation in sports events as an extracurricular activity
-00886699 04 n 01 higher_education 0 001 @ 00883297 n 0000 | education provided by a college or university
-00886807 04 n 01 secondary_education 0 001 @ 00883297 n 0000 | education beyond the elementary grades; provided by a high school or college preparatory school
-00886968 04 n 01 spectator_sport 0 001 @ 00523513 n 0000 | a sport that many people find entertaining to watch
-00887081 04 n 03 teaching 0 instruction 0 pedagogy 0 015 @ 00611433 n 0000 + 02945971 a 0302 + 02945971 a 0301 + 02981759 a 0201 ~ 00887882 n 0000 ~ 00888037 n 0000 ~ 00888162 n 0000 ~ 00888284 n 0000 ~ 00888693 n 0000 ~ 00888796 n 0000 ~ 00889294 n 0000 ~ 00889472 n 0000 ~ 00892538 n 0000 ~ 00892711 n 0000 ~ 00892861 n 0000 | the profession of a teacher; "he prepared for teaching while still in college"; "pedagogy is recognized as an important profession"
-00887544 04 n 01 team_sport 0 001 @ 00523513 n 0000 | a sport that involves competition between teams of players; "baseball is a team sport by golf is not"
-00887702 04 n 01 team_teaching 0 001 @ 00883297 n 0000 | a method of coordinated classroom teaching involving a team of teachers working together with a single group of students
-00887882 04 n 01 catechesis 0 003 @ 00887081 n 0000 + 02982102 a 0102 + 02982102 a 0101 | oral religious instruction (as before baptism or confirmation)
-00888037 04 n 01 catechetical_instruction 0 001 @ 00887081 n 0000 | teaching religious principles by questions and answers
-00888162 04 n 01 language_teaching 0 001 @ 00887081 n 0000 | teaching people to speak and understand a foreign language
-00888284 04 n 01 teaching_reading 0 003 @ 00887081 n 0000 ~ 00888409 n 0000 ~ 00888546 n 0000 | teaching beginners to read
-00888409 04 n 01 phonics 0 001 @ 00888284 n 0000 | teaching reading by training beginners to associate letters with their sound values
-00888546 04 n 01 whole-word_method 0 001 @ 00888284 n 0000 | teaching reading by training beginners to associate printed words with spoken words
-00888693 04 n 01 schooling 0 002 @ 00887081 n 0000 + 02387910 v 0101 | the act of teaching at school
-00888796 04 n 01 indoctrination 0 004 @ 00887081 n 0000 + 00605086 v 0101 ~ 00888960 n 0000 ~ 00889082 n 0000 | teaching someone to accept doctrines uncritically
-00888960 04 n 01 brainwashing 0 001 @ 00888796 n 0000 | forcible indoctrination into a new set of attitudes and beliefs
-00889082 04 n 03 inculcation 0 ingraining 0 instilling 0 004 @ 00888796 n 0000 + 00606600 v 0302 + 00728393 v 0303 + 00606600 v 0101 | teaching or impressing upon the mind by frequent instruction or repetition
-00889294 04 n 03 tutelage 0 tuition 0 tutorship 0 003 @ 00887081 n 0000 + 09931418 n 0303 + 00830188 v 0101 | teaching pupils individually (usually by a tutor hired privately)
-00889472 04 n 01 lesson 1 007 @ 00887081 n 0000 #p 00884466 n 0000 ~ 00729478 n 0000 ~ 00889682 n 0000 ~ 00889760 n 0000 ~ 00890059 n 0000 ~ 00890145 n 0000 | a unit of instruction; "he took driving lessons"
-00889682 04 n 01 dance_lesson 0 001 @ 00889472 n 0000 | a lesson in dancing
-00889760 04 n 01 music_lesson 0 003 @ 00889472 n 0000 ~ 00889883 n 0000 ~ 00889971 n 0000 | a lesson in performing music
-00889883 04 n 01 piano_lesson 0 001 @ 00889760 n 0000 | a lesson in playing the piano
-00889971 04 n 01 violin_lesson 0 001 @ 00889760 n 0000 | a less in playing the violin
-00890059 04 n 01 tennis_lesson 0 001 @ 00889472 n 0000 | a lesson in playing tennis
-00890145 04 n 01 golf_lesson 0 001 @ 00889472 n 0000 | a lesson in playing golf
-00890227 04 n 01 history_lesson 0 001 @ 00729285 n 0000 | a lesson in the facts of history
-00890320 04 n 01 correspondence_course 0 001 @ 00884466 n 0000 | a course offered (by mail) by a correspondence school
-00890441 04 n 01 course_of_lectures 0 002 @ 00884466 n 0000 #p 06676416 n 0000 | a series of lectures dealing with a subject
-00890568 04 n 01 directed_study 0 001 @ 00884466 n 0000 | a course of study that is supervised and controlled by a specialist in the subject; "he registered for directed study"; "he got credit for directed study"; "he did directed study"
-00890808 04 n 02 elective_course 0 elective 0 001 @ 00884466 n 0000 | a course that the student can select from among alternatives
-00890941 04 n 01 extension_course 0 002 @ 00884466 n 0000 #p 00886039 n 0000 | a course offered as part of an extension service
-00891071 04 n 01 work-study_program 0 001 @ 00883297 n 0000 | an educational plan in which students alternate between paid employment and formal study
-00891224 04 n 01 home_study 0 001 @ 00884466 n 0000 | a course of study carried out at home rather than in a classroom
-00891345 04 n 01 industrial_arts 0 001 @ 00884466 n 0000 | a course in the methods of using tools and machinery as taught in secondary schools and technical schools
-00891512 04 n 02 orientation_course 0 orientation 1 001 @ 00884466 n 0000 | a course introducing a new situation or environment
-00891642 04 n 02 propaedeutic 0 propaedeutics 0 003 @ 00884466 n 0000 + 00126830 a 0203 + 00126830 a 0103 | a course that provides an introduction to an art or science (or to more advanced study generally)
-00891850 04 n 02 refresher_course 0 refresher 0 002 @ 00884466 n 0000 + 00696852 v 0203 | a course that reviews and updates a topic for those who have not kept abreast of developments
-00892036 04 n 01 required_course 0 001 @ 00884466 n 0000 | a course that all students are required to take
-00892145 04 n 01 seminar 0 001 @ 00884466 n 0000 | a course offered for a small group of advanced students
-00892254 04 n 02 shop_class 0 shop 0 001 @ 00884466 n 0000 | a course of instruction in a trade (as carpentry or electricity); "I built a birdhouse in shop"
-00892413 04 n 01 workshop 0 001 @ 00884466 n 0000 | a brief intensive course for a small group; emphasizes problem solving
-00892538 04 n 02 sleep-learning 0 hypnopedia 0 001 @ 00887081 n 0000 | teaching during sleep (as by using recordings to teach a foreign language to someone who is asleep)
-00892711 04 n 01 spoonfeeding 1 002 @ 00887081 n 0000 + 00787876 v 0101 | teaching in an overly simplified way that discourages independent thought
-00892861 04 n 02 lecture 0 lecturing 0 006 @ 00887081 n 0000 #p 00884466 n 0000 + 00594146 n 0101 + 00830761 v 0101 %p 00893088 n 0000 ~ 00893243 n 0000 | teaching by giving a discourse on some subject (typically to a class)
-00893088 04 n 01 lecture_demonstration 0 002 @ 00521562 n 0000 #p 00892861 n 0000 | presentation of an example of what the lecturer is discoursing about
-00893243 04 n 01 talk 2 002 @ 00892861 n 0000 ~ 00893402 n 0000 | the act of giving a talk to an audience; "I attended an interesting talk on local history"
-00893402 04 n 01 chalk_talk 0 001 @ 00893243 n 0000 | a talk that uses a blackboard and chalk
-00893498 04 n 01 athletic_training 0 002 @ 00893955 n 0000 ~ 00893649 n 0000 | the course of practice and exercise and diet undertaken by an athlete
-00893649 04 n 01 fartlek 0 001 @ 00893498 n 0000 | a method of athletic training (especially for runners) in which strenuous effort and normal effort alternate in a continuous exercise
-00893836 04 n 01 discipline 0 002 @ 00893955 n 0000 + 01300661 a 0102 | training to improve strength or self-control
-00893955 04 n 03 training 0 preparation 0 grooming 1 017 @ 00407535 n 0000 + 02387034 v 0302 + 02387034 v 0201 + 00603298 v 0203 + 02387034 v 0103 + 00833702 v 0102 + 00603298 v 0101 + 00100044 v 0101 ~ 00893498 n 0000 ~ 00893836 n 0000 ~ 00894359 n 0000 ~ 00894552 n 0000 ~ 00895501 n 0000 ~ 00895879 n 0000 ~ 00895983 n 0000 ~ 00896114 n 0000 ~ 00896228 n 0000 | activity leading to skilled behavior
-00894359 04 n 01 drill 1 003 @ 00893955 n 0000 ;c 08199025 n 0000 + 00604094 v 0101 | (military) the training of soldiers to march (as in ceremonial parades) or to perform the manual of arms
-00894552 04 n 05 exercise 2 practice 2 drill 0 practice_session 0 recitation 0 015 @ 00893955 n 0000 + 00606335 v 0301 + 00606093 v 0301 + 01723224 v 0203 + 00606093 v 0203 + 00606093 v 0102 ~ 00894979 n 0000 ~ 00895135 n 0000 ~ 00896348 n 0000 ~ 00896832 n 0000 ~ 00897026 n 0000 ~ 00897811 n 0000 ~ 00898127 n 0000 ~ 00898286 n 0000 ~ 00898425 n 0000 | systematic training by multiple repetitions; "practice makes perfect"
-00894979 04 n 01 fire_drill 0 001 @ 00894552 n 0000 | an exercise intended to train people in duties and escape procedures to be followed in case of fire
-00895135 04 n 02 manual_of_arms 0 manual 0 003 @ 00894552 n 0000 ;c 08199025 n 0000 %p 00895292 n 0000 | (military) a prescribed drill in handling a rifle
-00895292 04 n 01 order_arms 0 002 @ 05079866 n 0000 #p 00895135 n 0000 | a position in the manual of arms; the rifle is held vertically on the right side with the butt on the ground; often used as a command
-00895501 04 n 01 military_training 0 005 @ 00893955 n 0000 ;c 08199025 n 0000 ~ 00895680 n 0000 %p 00896348 n 0000 %p 00959992 n 0000 | training soldiers in military procedures
-00895680 04 n 01 basic_training 0 002 @ 00895501 n 0000 ;c 08199025 n 0000 | the initial period of training for new military personnel; involves intense physical activity and behavioral discipline
-00895879 04 n 01 retraining 0 002 @ 00893955 n 0000 + 00603822 v 0101 | training for a new occupation
-00895983 04 n 01 schooling 1 001 @ 00893955 n 0000 | the training of an animal (especially the training of a horse for dressage)
-00896114 04 n 02 skull_session 0 skull_practice 0 001 @ 00893955 n 0000 | teaching strategy to an athletic team
-00896228 04 n 01 toilet_training 0 002 @ 00893955 n 0000 + 00604449 v 0101 | training a young child to use the toilet
-00896348 04 n 01 military_drill 0 005 @ 00894552 n 0000 #p 00895501 n 0000 ;c 08199025 n 0000 ~ 00896526 n 0000 ~ 00896688 n 0000 | training in marching and the use of weapons
-00896526 04 n 01 close-order_drill 0 002 @ 00896348 n 0000 ;c 08199025 n 0000 | (military) military drill of troops in standard marching (shoulder-to-shoulder)
-00896688 04 n 01 square-bashing 0 004 @ 00896348 n 0000 ;r 08860123 n 0000 ;c 08199025 n 0000 ;u 07157273 n 0000 | drill on a barracks square
-00896832 04 n 01 rehearsal 0 002 @ 00894552 n 0000 ;c 06136258 n 0000 | (psychology) a form of practice; repetition of information (silently or aloud) in order to keep it in short-term memory
-00897026 04 n 02 rehearsal 1 dry_run 0 006 @ 00894552 n 0000 ;c 06892775 n 0000 + 01723224 v 0101 ~ 00897365 n 0000 ~ 00897506 n 0000 ~ 00897608 n 0000 | a practice session in preparation for a public performance (as of a play or speech or concert); "he missed too many rehearsals"; "a rehearsal will be held the day before the wedding"
-00897365 04 n 01 dress_rehearsal 0 001 @ 00897026 n 0000 | a full uninterrupted rehearsal in costumes shortly before the first performance
-00897506 04 n 01 run-through 0 002 @ 00897026 n 0000 + 01161947 v 0102 | an uninterrupted rehearsal
-00897608 04 n 01 walk-through 0 002 @ 00897026 n 0000 + 01723437 v 0101 | a first perfunctory rehearsal of a theatrical production in which actors read their lines from the script and move as directed
-00897811 04 n 02 review 1 brushup 0 004 @ 00894552 n 0000 + 00696852 v 0202 + 00696852 v 0101 ~ 00897989 n 0000 | practice intended to polish performance or refresh the memory
-00897989 04 n 01 rub_up 0 002 @ 00897811 n 0000 ;r 08860123 n 0000 | a review that refreshes your memory; "I need a rub up on my Latin"
-00898127 04 n 01 scrimmage 1 003 @ 00894552 n 0000 ;c 00469651 n 0000 + 01723579 v 0101 | (American football) practice play between a football team's squads
-00898286 04 n 01 shadowboxing 0 002 @ 00894552 n 0000 + 01420616 v 0101 | sparring with an imaginary opponent (for exercise or training)
-00898425 04 n 01 target_practice 0 001 @ 00894552 n 0000 | practice in shooting at targets
-00898518 04 n 01 representation 0 009 @ 00407535 n 0000 + 02699497 v 0101 ~ 00898804 n 0000 ~ 00899292 n 0000 ~ 00899761 n 0000 ~ 00899927 n 0000 ~ 00900207 n 0000 ~ 00900375 n 0000 ~ 00900581 n 0000 | an activity that stands as an equivalent of something or results in an equivalent
-00898804 04 n 03 model 0 modelling 0 modeling 0 007 @ 00898518 n 0000 + 01697406 v 0301 + 01697406 v 0201 + 01697406 v 0101 + 01697027 v 0101 + 01743784 v 0101 ~ 00899049 n 0000 | the act of representing something (usually on a smaller scale)
-00899049 04 n 01 simulation 1 002 @ 00898804 n 0000 ~ 00461402 n 0000 | the act of imitating the behavior of some situation or some process by means of something suitably analogous (especially for the purpose of study or personnel training)
-00899292 04 n 02 dramatization 0 dramatisation 0 007 @ 00898518 n 0000 + 01701311 v 0202 + 00988287 v 0202 + 01701311 v 0101 + 00988287 v 0101 ~ 00899501 n 0000 ~ 00899657 n 0000 | a dramatic representation
-00899501 04 n 02 guerrilla_theater 0 street_theater 0 001 @ 00899292 n 0000 | dramatization of a social issue; enacted outside in a park or on the street
-00899657 04 n 01 puppetry 0 001 @ 00899292 n 0000 | a stilted dramatic performance (as if by puppets)
-00899761 04 n 02 pageant 0 pageantry 0 001 @ 00898518 n 0000 | an elaborate representation of scenes from history etc; usually involves a parade with rich costumes
-00899927 04 n 01 figuration 1 003 @ 00898518 n 0000 + 01635432 v 0107 ~ 00900070 n 0000 | representing figuratively as by emblem or allegory
-00900070 04 n 02 symbolizing 0 symbolising 0 002 @ 00899927 n 0000 + 00836236 v 0102 | the act of representing something with a symbol
-00900207 04 n 03 schematization 0 schematisation 0 diagramming 0 003 @ 00898518 n 0000 + 01693453 v 0301 + 01632103 v 0101 | providing a chart or outline of a system
-00900375 04 n 02 pictorial_representation 0 picturing 0 005 @ 00898518 n 0000 + 01686956 v 0201 ~ 00900726 n 0000 ~ 00901083 n 0000 ~ 00903559 n 0000 | visual representation as by photography or painting
-00900581 04 n 01 typification 0 002 @ 00898518 n 0000 + 00836236 v 0101 | the act of representing by a type or symbol; the action of typifying
-00900726 04 n 03 depiction 0 delineation 0 portrayal 0 007 @ 00900375 n 0000 + 01688771 v 0301 + 02736778 v 0202 + 01689379 v 0201 + 01582645 v 0205 + 01686956 v 0102 ~ 00900957 n 0000 | representation by drawing or painting etc
-00900957 04 n 01 portraiture 0 003 @ 00900726 n 0000 + 01688771 v 0101 + 01688256 v 0101 | the activity of making portraits
-00901083 04 n 02 imaging 0 tomography 0 007 @ 00900375 n 0000 ;c 06043075 n 0000 ~ 00901316 n 0000 ~ 00901789 n 0000 ~ 00902376 n 0000 ~ 00902579 n 0000 ~ 00903309 n 0000 | (medicine) obtaining pictures of the interior of the body
-00901316 04 n 02 X-raying 0 X-radiation 0 004 @ 00901083 n 0000 + 02149786 v 0101 + 01003885 v 0101 ~ 00901476 n 0000 | obtaining images by the use of X rays
-00901476 04 n 06 computerized_tomography 0 computed_tomography 0 CT 0 computerized_axial_tomography 0 computed_axial_tomography 0 CAT 0 001 @ 00901316 n 0000 | a method of examining body organs by scanning them with X rays and using a computer to construct a series of cross-sectional scans along a single axis
-00901789 04 n 04 sonography 0 ultrasonography 0 echography 0 ultrasound 0 004 @ 00901083 n 0000 @ 00153288 n 0000 ~ 00902108 n 0000 ~ 00902240 n 0000 | using the reflections of high-frequency sound waves to construct an image of a body organ (a sonogram); commonly used to observe fetal growth or study bodily organs
-00902108 04 n 01 A-scan_ultrasonography 0 001 @ 00901789 n 0000 | the use of ultrasonography to measure the length of the eyeball
-00902240 04 n 01 B-scan_ultrasonography 0 001 @ 00901789 n 0000 | the use of ultrasonography to view structure in the back of the eye
-00902376 04 n 02 positron_emission_tomography 0 PET 0 001 @ 00901083 n 0000 | using a computerized radiographic technique to examine the metabolic activity in various tissues (especially in the brain)
-00902579 04 n 02 magnetic_resonance_imaging 0 MRI 0 002 @ 00901083 n 0000 ~ 00902757 n 0000 | the use of nuclear magnetic resonance of protons to produce proton density images
-00902757 04 n 02 functional_magnetic_resonance_imaging 0 fMRI 0 002 @ 00902579 n 0000 ~ 00902975 n 0000 | a form of magnetic resonance imaging of the brain that registers blood flow to functioning areas of the brain
-00902975 04 n 02 blood-oxygenation_level_dependent_functional_magnetic_resonance_imaging 0 BOLD_FMRI 0 001 @ 00902757 n 0000 | functional magnetic resonance imaging that relies on intrinsic changes in hemoglobin oxygenation
-00903201 04 n 01 fluoroscopy 0 001 @ 00903309 n 0000 | examination of body structures using a fluoroscope
-00903309 04 n 02 radioscopy 0 radiology 0 005 @ 00901083 n 0000 ;c 06062407 n 0000 + 02786744 a 0201 + 10504206 n 0201 ~ 00903201 n 0000 | (radiology) examination of the inner structure of opaque objects using X rays or other penetrating radiation
-00903559 04 n 02 photography 0 picture_taking 0 041 @ 00900375 n 0000 + 02838592 a 0101 + 03925226 n 0101 + 10426749 n 0101 -c 00394135 a 0000 -c 00394331 a 0000 -c 01021794 a 0000 -c 01021923 a 0000 -c 01699410 a 0000 -c 00344421 n 0000 -c 00374677 n 0000 -c 00620554 n 0000 ~ 00904428 n 0000 ~ 00904904 n 0000 ~ 00906975 n 0000 ~ 00907340 n 0000 ~ 00907919 n 0000 -c 05126362 n 0000 -c 06406317 n 0000 -c 06647206 n 0000 -c 10477955 n 0000 -c 13550755 n 0000 -c 13571041 n 0000 -c 00230562 v 0000 -c 00240293 v 0000 -c 00285856 v 0000 -c 00573671 v 0000 -c 01003249 v 0000 -c 01003588 v 0000 -c 01003885 v 0000 -c 01358737 v 0000 -c 02113054 v 0000 -c 02113253 v 0000 -c 02113430 v 0000 -c 02113622 v 0000 -c 02113850 v 0000 -c 02114056 v 0000 -c 02114228 v 0000 -c 02114433 v 0000 -c 02138766 v 0000 -c 02139063 v 0000 | the act of taking and printing photographs
-00904428 04 n 01 radiography 0 005 @ 00903559 n 0000 + 02837145 a 0101 + 10503965 n 0101 ~ 00904623 n 0000 ~ 00905192 n 0000 | photography that uses other kinds of radiation than visible light
-00904623 04 n 02 roentgenography 0 X-ray_photography 0 009 @ 00904428 n 0000 @ 00177127 n 0000 + 02998438 a 0101 ~ 00905336 n 0000 ~ 00905842 n 0000 ~ 00906140 n 0000 ~ 00906290 n 0000 ~ 00906470 n 0000 ~ 00906664 n 0000 | radiography that uses X-rays to produce a roentgenogram
-00904904 04 n 01 xerography 0 002 @ 00903559 n 0000 + 03130858 a 0101 | forming an image by the action of light on a specially coated charged plate; the latent image is developed with powders that adhere only to electrically charged areas; "edge enhancement is intrinsic in xerography"
-00905192 04 n 01 xeroradiography 0 001 @ 00904428 n 0000 | radiography using X-rays and xerographic (rather than roentgenographic) techniques
-00905336 04 n 01 angiography 0 002 @ 00904623 n 0000 ~ 00905528 n 0000 | roentgenographic examination of blood vessels after injection of a radiopaque contrast medium; produces an angiogram
-00905528 04 n 02 lymphangiography 0 lymphography 0 001 @ 00905336 n 0000 | roentgenographic examination of lymph nodes and lymph vessels after injection of a radiopaque contrast medium; produces a lymphangiogram
-00905742 04 n 01 arteriography 0 001 @ 00905842 n 0000 | roentgenographic examination of arteries
-00905842 04 n 01 arthrography 0 003 @ 00904623 n 0000 ~ 00905742 n 0000 ~ 00906046 n 0000 | roentgenographic examination of a joint after injection of radiopaque contrast medium; produces an arthrogram
-00906046 04 n 01 venography 0 001 @ 00905842 n 0000 | roentgenographic examination of veins
-00906140 04 n 01 cholangiography 0 001 @ 00904623 n 0000 | roentgenographic examination of the bile ducts after a contrast medium has been injected
-00906290 04 n 01 encephalography 0 001 @ 00904623 n 0000 | roentgenography of the brain after spinal fluid has been replaced by a gas (usually oxygen); produces an encephalogram
-00906470 04 n 01 myelography 0 001 @ 00904623 n 0000 | roentgenography of the spinal cord to detect possible lesions (usually after injection of a contrast medium into the subarachnoid space)
-00906664 04 n 01 pyelography 0 002 @ 00904623 n 0000 ~ 00906829 n 0000 | roentgenography of the kidney and ureters (usually after injection with a radiopaque dye)
-00906829 04 n 02 intravenous_pyelography 0 IVP 0 001 @ 00906664 n 0000 | performing pyelography with intravenous injection of a contrast medium
-00906975 04 n 01 telephotography 1 001 @ 00903559 n 0000 | photography using a telephoto lens
-00907071 04 n 01 telephotography 2 002 @ 00121366 n 0000 ~ 00907235 n 0000 | transmission and reproduction of photographs and charts and pictures over a distance
-00907235 04 n 01 radiophotography 0 001 @ 00907071 n 0000 | transmission of photographs by radio waves
-00907340 04 n 01 exposure 2 005 @ 00903559 n 0000 + 02113430 v 0101 ~ 00907500 n 0000 ~ 00907642 n 0000 ~ 00907788 n 0000 | the act of exposing film to light
-00907500 04 n 01 overexposure 0 002 @ 00907340 n 0000 + 02113622 v 0101 | the act of exposing film to too much light or for too long a time
-00907642 04 n 01 underexposure 0 002 @ 00907340 n 0000 + 02114228 v 0101 | the act of exposing film to too little light or for too short a time
-00907788 04 n 01 time_exposure 0 001 @ 00907340 n 0000 | exposure of a film for a relatively long time (more than half a second)
-00907919 04 n 03 filming 0 cinematography 0 motion-picture_photography 0 006 @ 00903559 n 0000 + 09889539 n 0203 + 01711965 v 0101 + 01002740 v 0101 ~ 00908133 n 0000 ~ 00908405 n 0000 | the act of making a film
-00908133 04 n 01 take 0 003 @ 00907919 n 0000 + 01002740 v 0103 ~ 00908292 n 0000 | the act of photographing a scene or part of a scene without interruption
-00908292 04 n 01 retake 0 002 @ 00908133 n 0000 + 01003588 v 0101 | a shot or scene that is photographed again
-00908405 04 n 01 animation 0 001 @ 00907919 n 0000 | the making of animated cartoons
-00908492 04 n 02 creation 0 creative_activity 0 011 @ 00407535 n 0000 + 01621555 v 0103 + 01753788 v 0101 + 01685313 v 0101 ~ 00747215 n 0000 ~ 00908772 n 0000 ~ 00908909 n 0000 ~ 00913585 n 0000 ~ 00927261 n 0000 ~ 00933420 n 0000 ~ 00941777 n 0000 | the human act of creating
-00908772 04 n 01 re-creation 0 004 @ 00908492 n 0000 + 01693881 v 0102 + 01619354 v 0101 + 00736799 v 0101 | the act of creating again
-00908909 04 n 01 creating_from_raw_materials 0 008 @ 00908492 n 0000 ~ 00715843 n 0000 ~ 00909899 n 0000 ~ 00910203 n 0000 ~ 00911048 n 0000 ~ 00924825 n 0000 ~ 00926668 n 0000 ~ 00926923 n 0000 | the act of creating something that is different from the materials that went into it
-00909193 04 n 01 spinning 0 002 @ 00714944 n 0000 + 01518772 v 0101 | creating thread
-00909281 04 n 01 weaving 0 003 @ 00714944 n 0000 + 01673891 v 0101 ~ 00909386 n 0000 | creating fabric
-00909386 04 n 01 netting 0 002 @ 00909281 n 0000 + 01672168 v 0102 | creating nets
-00909471 04 n 01 knitting 0 002 @ 00714944 n 0000 + 01671039 v 0101 | creating knitted wear
-00909565 04 n 01 crocheting 0 002 @ 00714944 n 0000 + 01672753 v 0101 | creating a garment of needlework
-00909672 04 n 02 lace_making 0 tatting 0 002 @ 00714944 n 0000 + 01674544 v 0201 | the act or art of making handmade lace
-00909796 04 n 01 mintage 0 002 @ 00606370 n 0000 + 01639105 v 0101 | act or process of minting coins
-00909899 04 n 02 molding 1 casting 1 004 @ 00908909 n 0000 + 01662771 v 0201 + 01697027 v 0102 + 01662771 v 0102 | the act of creating something by casting it in a mold
-00910070 04 n 02 needlework 0 needlecraft 0 001 @ 00714944 n 0000 | work (such as sewing or embroidery) that is done with a needle
-00910203 04 n 02 recording 0 transcription 0 009 @ 00908909 n 0000 + 00998399 v 0101 ~ 00910533 n 0000 ~ 00910856 n 0000 -c 00999270 v 0000 -c 00999429 v 0000 -c 00999568 v 0000 -c 00999815 v 0000 -c 01000214 v 0000 | the act of making a record (especially an audio record); "she watched the recording from a sound-proof booth"
-00910533 04 n 04 lip_synchronization 0 lip_synchronisation 0 lip_synch 0 lip_sync 0 001 @ 00910203 n 0000 | combining audio and video recording in such a way that the sound is perfectly synchronized with the action that produced it; especially synchronizing the movements of a speaker's lips with the sound of his speech
-00910856 04 n 01 mastering 0 001 @ 00910203 n 0000 | the act of making a master recording from which copies can be made; "he received a bill for mastering the concert and making 100 copies"
-00911048 04 n 02 construction 0 building 0 019 @ 00908909 n 0000 + 01654628 v 0202 + 01654628 v 0101 ~ 00911572 n 0000 ~ 00911752 n 0000 ~ 00911905 n 0000 ~ 00912001 n 0000 ~ 00912165 n 0000 ~ 00912576 n 0000 ~ 00912733 n 0000 ~ 00912822 n 0000 ~ 00913274 n 0000 -c 01271778 v 0000 -c 01655639 v 0000 -c 01655763 v 0000 -c 01655902 v 0000 -c 01656107 v 0000 -c 01661243 v 0000 -c 01739263 v 0000 | the act of constructing something; "during the construction we had to take a detour"; "his hobby was the building of boats"
-00911572 04 n 02 crenelation 0 crenellation 0 003 @ 00911048 n 0000 + 02335629 v 0203 + 02335629 v 0102 | the action of constructing ramparts with gaps for firing guns or arrows
-00911752 04 n 02 erecting 0 erection 0 004 @ 00911048 n 0000 + 01982866 v 0202 + 01661243 v 0202 + 01661243 v 0102 | the act of building or putting up
-00911905 04 n 01 house-raising 0 001 @ 00911048 n 0000 | construction by a group of neighbors
-00912001 04 n 02 fabrication 1 assembly 1 003 @ 00911048 n 0000 ! 00912274 n 0203 + 01653442 v 0102 | the act of constructing something (as a piece of machinery)
-00912165 04 n 01 dry_walling 0 001 @ 00911048 n 0000 | the activity of building stone walls without mortar
-00912274 04 n 03 dismantling 0 dismantlement 0 disassembly 0 005 @ 00407535 n 0000 ! 01229938 n 0301 + 01657977 v 0202 + 01657977 v 0102 ! 00912001 n 0302 | the act of taking something apart (as a piece of machinery); "Russia and the United States discussed the dismantling of their nuclear weapons"
-00912576 04 n 02 grading 2 leveling 2 002 @ 00911048 n 0000 + 01307609 v 0101 | changing the ground level to a smooth horizontal or gently sloping surface
-00912733 04 n 01 road_construction 0 001 @ 00911048 n 0000 | the construction of roads
-00912822 04 n 02 shipbuilding 0 ship_building 0 003 @ 00911048 n 0000 -c 03140494 a 0000 -c 05866822 n 0000 | the construction of ships
-00912960 04 n 01 production 0 008 @ 00030358 n 0000 + 02157100 v 0101 ~ 00922054 n 0000 ~ 00923995 n 0000 ~ 00924438 n 0000 ~ 01142843 n 0000 ~ 13488844 n 0000 ~ 13561396 n 0000 | the act or process of producing something; "Shakespeare's production of poetry was enormous"; "the production of white blood cells"
-00913274 04 n 01 rustication 2 003 @ 00911048 n 0000 + 01555326 v 0101 + 00535669 v 0101 | the construction of masonry or brickwork in a rustic manner
-00913427 04 n 01 cottage_industry 0 001 @ 00923444 n 0000 | small-scale industry that can be carried on at home by family members using their own equipment
-00913585 04 n 01 production 3 001 @ 00908492 n 0000 | the creation of value or wealth by producing goods and services
-00913705 04 n 01 production 2 016 @ 00923444 n 0000 ;c 06149484 n 0000 ~ 00914182 n 0000 ~ 00914343 n 0000 ~ 00914509 n 0000 ~ 00914632 n 0000 ~ 00914795 n 0000 ~ 00914929 n 0000 ~ 00915140 n 0000 ~ 00915722 n 0000 ~ 00916023 n 0000 ~ 00922144 n 0000 ~ 00922327 n 0000 ~ 00922968 n 0000 ~ 00923130 n 0000 ~ 00923303 n 0000 | (economics) manufacturing or mining or growing something (usually in large quantities) for sale; "he introduced more efficient methods of production"
-00914182 04 n 01 mass_production 0 001 @ 00913705 n 0000 | the production of large quantities of a standardized article (often using assembly line techniques)
-00914343 04 n 02 overproduction 0 overrun 0 004 @ 00913705 n 0000 + 02072159 v 0202 + 01625206 v 0101 + 01740468 v 0101 | too much production or more than expected
-00914509 04 n 01 underproduction 0 002 @ 00913705 n 0000 + 01622595 v 0101 | inadequate production or less than expected
-00914632 04 n 02 output 0 yield 0 005 @ 00913705 n 0000 + 02291708 v 0201 + 01629000 v 0202 + 01622795 v 0101 ~ 13085864 n 0000 | production of a certain amount
-00914795 04 n 01 capacity 0 001 @ 00913705 n 0000 | the maximum production possible; "the plant is working at 80 per cent capacity"
-00914929 04 n 01 breeding 2 006 @ 00913705 n 0000 + 01429455 v 0101 ~ 00915347 n 0000 ~ 00915497 n 0000 ~ 00915574 n 0000 ~ 00915646 n 0000 | the production of animals or plants by inbreeding or hybridization
-00915140 04 n 01 brewing 0 002 @ 00913705 n 0000 -c 13457831 n 0000 | the production of malt beverages (as beer or ale) from malt and hops by grinding and boiling them and fermenting the result with yeast
-00915347 04 n 01 autosexing 0 001 @ 00914929 n 0000 | (especially of domestic fowl) breeding to reveal differential sex characteristics at hatching
-00915497 04 n 01 cattle_breeding 0 001 @ 00914929 n 0000 | breeding cattle
-00915574 04 n 01 dog_breeding 0 001 @ 00914929 n 0000 | breeding dogs
-00915646 04 n 01 horse_breeding 0 001 @ 00914929 n 0000 | breeding horses
-00915722 04 n 01 cultivation 0 009 @ 00913705 n 0000 ;c 00916464 n 0000 + 01741446 v 0101 + 01742726 v 0101 ~ 00916147 n 0000 ~ 00916285 n 0000 ~ 00916464 n 0000 ~ 00917759 n 0000 ~ 00918820 n 0000 | (agriculture) production of food by preparing the land to grow crops (especially on a large scale)
-00916023 04 n 01 cultivation 2 001 @ 00913705 n 0000 | the act of raising or growing plants (especially on a large scale)
-00916147 04 n 01 aquaculture 0 002 @ 00915722 n 0000 + 02790474 a 0102 | rearing aquatic animals or cultivating aquatic plants for food
-00916285 04 n 02 beekeeping 0 apiculture 0 003 @ 00915722 n 0000 + 02632799 a 0201 + 09846755 n 0203 | the cultivation of bees on a commercial scale for the production of honey
-00916464 04 n 03 farming 0 agriculture 0 husbandry 0 034 @ 00915722 n 0000 + 09779790 n 0201 + 01739814 v 0103 -c 00915722 n 0000 ~ 00917211 n 0000 ~ 00917614 n 0000 ~ 00918289 n 0000 ~ 00918383 n 0000 %p 00918820 n 0000 ~ 00918976 n 0000 ~ 00919396 n 0000 ~ 00919513 n 0000 ~ 00920062 n 0000 ~ 00920211 n 0000 ~ 00920357 n 0000 %p 00921790 n 0000 ~ 01104544 n 0000 -c 00089154 v 0000 -c 00502757 v 0000 -c 01416364 v 0000 -c 01500873 v 0000 -c 01501184 v 0000 -c 01501347 v 0000 -c 01501575 v 0000 -c 01739814 v 0000 -c 01740320 v 0000 -c 01740608 v 0000 -c 01741446 v 0000 -c 01741692 v 0000 -c 01741864 v 0000 -c 01742244 v 0000 -c 01742415 v 0000 -c 01742556 v 0000 -c 01742726 v 0000 | the practice of cultivating the land or raising stock
-00917211 04 n 01 animal_husbandry 0 017 @ 00916464 n 0000 -c 01358191 v 0000 -c 01428203 v 0000 -c 01430447 v 0000 -c 01490958 v 0000 -c 01491186 v 0000 -c 01491360 v 0000 -c 01491517 v 0000 -c 01491697 v 0000 -c 01491886 v 0000 -c 01492052 v 0000 -c 01492283 v 0000 -c 02322810 v 0000 -c 02322924 v 0000 -c 02329578 v 0000 -c 02329733 v 0000 -c 02459915 v 0000 | breeding and caring for farm animals
-00917614 04 n 02 arboriculture 0 tree_farming 0 002 @ 00916464 n 0000 + 10104756 n 0103 | the cultivation of tree for the production of timber
-00917759 04 n 01 culture 0 006 @ 00915722 n 0000 + 02872362 a 0101 ~ 00917961 n 0000 ~ 00918055 n 0000 ~ 00918176 n 0000 ~ 01126709 n 0000 | the raising of plants or animals; "the culture of oysters"
-00917961 04 n 01 cranberry_culture 0 001 @ 00917759 n 0000 | the cultivation of cranberries
-00918055 04 n 01 monoculture 0 001 @ 00917759 n 0000 | the cultivation of a single crop (on a farm or area or country)
-00918176 04 n 01 tillage 0 002 @ 00917759 n 0000 + 01740608 v 0101 | the cultivation of soil for raising crops
-00918289 04 n 02 dairying 0 dairy_farming 0 001 @ 00916464 n 0000 | the business of a dairy
-00918383 04 n 02 gardening 0 horticulture 0 010 @ 00916464 n 0000 + 02927048 a 0201 + 10186350 n 0201 + 01740969 v 0101 ~ 00921160 n 0000 ~ 00921289 n 0000 ~ 00921399 n 0000 -c 01740969 v 0000 -c 01741221 v 0000 -c 01751836 v 0000 | the cultivation of plants
-00918644 04 n 02 plowing 0 ploughing 0 003 @ 00918820 n 0000 + 01741864 v 0202 + 01741864 v 0101 | tilling the land with a plow; "he hired someone to do the plowing for him"
-00918820 04 n 01 tilling 0 004 @ 00915722 n 0000 #p 00916464 n 0000 + 01740608 v 0101 ~ 00918644 n 0000 | cultivation of the land in order to raise crops
-00918976 04 n 03 hydroponics 0 aquiculture 0 tank_farming 0 004 @ 00916464 n 0000 + 02790474 a 0201 + 02790474 a 0103 ~ 00919201 n 0000 | a technique of growing plants (without soil) in water containing dissolved nutrients
-00919201 04 n 01 drip_culture 0 001 @ 00918976 n 0000 | a hydroponic method of growing plants by allowing nutrient solutions to drip slowly onto an inert medium in which the plants are growing
-00919396 04 n 01 mixed_farming 0 001 @ 00916464 n 0000 | growing crops and feed and livestock all on the same farm
-00919513 04 n 01 planting 1 003 @ 00916464 n 0000 + 01567275 v 0101 ~ 00919692 n 0000 | putting seeds or young plants in the ground to grow; "the planting of corn is hard work"
-00919692 04 n 01 insemination 1 002 @ 00919513 n 0000 + 01501347 v 0101 | the act of sowing (of seeds in the ground or, figuratively, of germs in the body or ideas in the mind, etc.)
-00919877 04 n 01 stratification 1 002 @ 01051331 n 0000 + 00052845 v 0101 | the placing of seeds in damp sand or sawdust or peat moss in order to preserve them or promote germination
-00920062 04 n 01 ranching 0 003 @ 00916464 n 0000 + 02420430 v 0101 ~ 00921627 n 0000 | farming for the raising of livestock (particularly cattle)
-00920211 04 n 01 strip_cropping 0 001 @ 00916464 n 0000 | cultivation of crops in strips following the contours of the land to minimize erosion
-00920357 04 n 01 subsistence_farming 0 001 @ 00916464 n 0000 | farming that provides for the basic needs of the farmer without surpluses for marketing
-00920510 04 n 01 culture 1 003 @ 13489037 n 0000 ;c 06037666 n 0000 ~ 00920727 n 0000 | (biology) the growing of microorganisms in a nutrient medium (such as gelatin or agar); "the culture of cells in a Petri dish"
-00920727 04 n 01 starter 0 001 @ 00920510 n 0000 | a culture containing yeast or bacteria that is used to start the process of fermentation or souring in making butter or cheese or dough; "to make sourdough you need a starter"
-00920956 04 n 02 naturalization 2 naturalisation 2 003 @ 00238022 n 0000 + 00302464 v 0204 + 00302464 v 0103 | the introduction of animals or plants to places where they flourish but are not indigenous
-00921160 04 n 02 landscaping 0 landscape_gardening 0 002 @ 00918383 n 0000 + 01741221 v 0101 | working as a landscape gardener
-00921289 04 n 01 market_gardening 0 001 @ 00918383 n 0000 | the growing of vegetables or flowers for market
-00921399 04 n 02 flower_gardening 0 floriculture 0 002 @ 00918383 n 0000 + 02729544 a 0201 | the cultivation of flowering plants
-00921530 04 n 01 tree_surgery 0 001 @ 00654885 n 0000 | treatment of damaged or decaying trees
-00921627 04 n 01 roundup 1 002 @ 00920062 n 0000 + 01381913 v 0101 | the activity of gathering livestock together so that they can be counted or branded or sold
-00921790 04 n 02 harvest 0 harvest_time 0 003 @ 15236475 n 0000 #p 00916464 n 0000 + 01320009 v 0102 | the season for gathering crops
-00921926 04 n 02 haying 0 haying_time 0 001 @ 15236475 n 0000 | the season for cutting and drying and storing grass as fodder
-00922054 04 n 01 rainmaking 0 001 @ 00912960 n 0000 | activity intended to produce rain
-00922144 04 n 01 generation 1 003 @ 00913705 n 0000 + 01629000 v 0105 + 01628197 v 0101 | the production of heat or electricity; "dams were built for the generation of electricity"
-00922327 04 n 02 mining 0 excavation 0 016 @ 00913705 n 0000 + 01310660 v 0201 + 01163620 v 0101 -c 02471602 a 0000 ~ 00922727 n 0000 ~ 00922848 n 0000 -c 02875233 n 0000 -c 03239399 n 0000 -c 13617308 n 0000 -c 00338736 v 0000 -c 00461057 v 0000 -c 00461234 v 0000 -c 01163620 v 0000 -c 01164081 v 0000 -c 01310964 v 0000 -c 01459392 v 0000 | the act of extracting ores or coal etc from the earth
-00922727 04 n 01 placer_mining 0 001 @ 00922327 n 0000 | mining valuable minerals from a placer by washing or dredging
-00922848 04 n 02 strip_mining 0 opencast_mining 0 001 @ 00922327 n 0000 | the mining of ore or coal from an open mine
-00922968 04 n 01 quarrying 0 003 @ 00913705 n 0000 + 01163847 v 0101 -c 01163847 v 0000 | the extraction of building stone or slate from an open surface quarry
-00923130 04 n 03 boring 0 drilling 0 oil_production 0 002 @ 00913705 n 0000 + 01443021 v 0202 | the act of drilling a hole in the earth in the hope of producing petroleum
-00923303 04 n 01 sericulture 0 003 @ 00913705 n 0000 + 03116224 a 0101 + 10581772 n 0101 | the production of raw silk by raising silkworms
-00923444 04 n 02 industry 0 manufacture 0 009 @ 01094725 n 0000 + 01653442 v 0201 ~ 00913427 n 0000 ~ 00913705 n 0000 ~ 00923802 n 0000 -c 05664640 n 0000 -c 08065234 n 0000 -c 00412048 v 0000 -c 02413140 v 0000 | the organized action of making of goods and services for sale; "American industry is making increased use of computers to control production"
-00923802 04 n 03 industrialization 0 industrialisation 0 industrial_enterprise 0 003 @ 00923444 n 0000 + 00500356 v 0202 + 00500356 v 0101 | the development of industry on an extensive scale
-00923995 04 n 03 devising 0 fashioning 0 making 0 012 @ 00912960 n 0000 + 02748759 v 0301 + 01654628 v 0303 + 01653873 v 0301 + 01640207 v 0302 + 01621555 v 0302 + 01617192 v 0301 + 01658188 v 0201 + 01651444 v 0104 + 01632411 v 0103 ~ 00924579 n 0000 ~ 00924714 n 0000 | the act that results in something coming to be; "the devising of plans"; "the fashioning of pots and pans"; "the making of measurements"; "it was already in the making"
-00924438 04 n 01 foliation 0 002 @ 00912960 n 0000 + 01675522 v 0101 | the production of foil by cutting or beating metal into thin leaves
-00924579 04 n 02 mapmaking 0 cartography 0 003 @ 00923995 n 0000 + 02681881 a 0202 + 09898215 n 0201 | the making of maps and charts
-00924714 04 n 03 moviemaking 0 movie_making 0 film_making 0 001 @ 00923995 n 0000 | the production of movies
-00924825 04 n 03 fabrication 0 manufacture 1 manufacturing 0 006 @ 00908909 n 0000 + 01653442 v 0201 + 01653442 v 0102 ~ 00925207 n 0000 ~ 00926277 n 0000 ~ 00926468 n 0000 | the act of making something (a product) from raw materials; "the synthesis and fabrication of single crystals"; "an improvement in the manufacture of explosives"; "manufacturing is vital to Great Britain"
-00925207 04 n 02 formation 0 shaping 0 010 @ 00924825 n 0000 + 01659248 v 0201 + 01659248 v 0102 + 00142191 v 0102 ~ 00925489 n 0000 ~ 00925622 n 0000 ~ 00925732 n 0000 ~ 00925866 n 0000 ~ 00926026 n 0000 ~ 00926179 n 0000 | the act of fabricating something in a particular shape
-00925489 04 n 01 filing 1 002 @ 00925207 n 0000 + 01387022 v 0101 | the act of using a file (as in shaping or smoothing an object)
-00925622 04 n 01 forging 0 002 @ 00925207 n 0000 + 01675245 v 0101 | shaping metal by heating and hammering
-00925732 04 n 02 metalworking 0 metalwork 0 001 @ 00925207 n 0000 | the activity of making things out of metal in a skillful manner
-00925866 04 n 01 granulation 0 002 @ 00925207 n 0000 + 00144169 v 0101 | the act of forming something into granules or grains; "the granulation of medicines"
-00926026 04 n 02 grooving 0 rifling 0 002 @ 00925207 n 0000 + 01457489 v 0101 | the cutting of spiral grooves on the inside of the barrel of a firearm
-00926179 04 n 01 turning 2 001 @ 00925207 n 0000 | the activity of shaping something on a lathe
-00926277 04 n 01 newspeak 0 001 @ 00924825 n 0000 | deliberately ambiguous and contradictory language use to mislead and manipulate the public; "the welfare state brought its own newspeak"
-00926468 04 n 01 prefabrication 0 002 @ 00924825 n 0000 + 01739263 v 0101 | the manufacture of sections of a building at the factory so they can be easily and rapidly assembled at the building site
-00926668 04 n 02 confection 0 concoction 0 005 @ 00908909 n 0000 + 01666131 v 0201 + 01459896 v 0201 + 01626420 v 0101 + 01626420 v 0102 | the act of creating something (a medicine or drink or soup etc.) by compounding or mixing a variety of components
-00926923 04 n 01 lamination 0 004 @ 00908909 n 0000 + 01625666 v 0101 + 01365131 v 0101 ~ 00927161 n 0000 | bonding thin sheets together
-00927062 04 n 01 tanning 0 002 @ 00606370 n 0000 + 00511430 v 0101 | making leather from rawhide
-00927161 04 n 01 veneering 0 002 @ 00926923 n 0000 + 01269224 v 0101 | the act of applying veneer
-00927261 04 n 01 creating_by_mental_acts 0 009 @ 00908492 n 0000 ~ 00927516 n 0000 ~ 00928077 n 0000 ~ 00928947 n 0000 ~ 00929586 n 0000 ~ 00931847 n 0000 ~ 00939452 n 0000 ~ 00940412 n 0000 ~ 00940842 n 0000 | the act of creating something by thinking
-00927516 04 n 01 formation 2 003 @ 00927261 n 0000 + 02623906 v 0101 ~ 00927694 n 0000 | creation by mental activity; "the formation of sentences"; "the formation of memories"
-00927694 04 n 01 affixation 0 004 @ 00927516 n 0000 + 01298283 v 0101 ~ 00927845 n 0000 ~ 00927961 n 0000 | formation of a word by means of an affix
-00927845 04 n 01 prefixation 0 002 @ 00927694 n 0000 + 01297961 v 0101 | formation of a word by means of a prefix
-00927961 04 n 01 suffixation 0 002 @ 00927694 n 0000 + 01298123 v 0101 | formation of a word by means of a suffix
-00928077 04 n 02 design 0 designing 0 006 @ 00927261 n 0000 + 01640550 v 0201 + 01639714 v 0201 + 01639714 v 0101 + 00709625 v 0101 ~ 00928371 n 0000 | the act of working out the form of something (as by making a sketch or outline or plan); "he contributed to the design of a new instrument"
-00928371 04 n 01 planning 2 003 @ 00928077 n 0000 + 01639714 v 0102 ~ 00928542 n 0000 | the act or process of drawing up plans or layouts for some project or enterprise
-00928542 04 n 03 city_planning 0 town_planning 0 urban_planning 0 002 @ 00928371 n 0000 %m 00928751 n 0000 | determining and drawing up plans for the future physical arrangement and condition of a community
-00928751 04 n 01 zoning 0 002 @ 00397953 n 0000 #m 00928542 n 0000 | dividing an area into zones or sections reserved for different purposes such as residence and business and manufacturing etc
-00928947 04 n 04 programming 0 programing 0 computer_programming 0 computer_programing 0 009 @ 00927261 n 0000 + 01747717 v 0201 + 01747717 v 0102 ~ 00929285 n 0000 ~ 00929432 n 0000 -c 06586471 n 0000 -c 07977344 n 0000 -c 07977592 n 0000 -c 10695917 n 0000 | creating a sequence of instructions to enable the computer to do something
-00929285 04 n 02 logic_programming 0 logic_programing 0 001 @ 00928947 n 0000 | creating a program that enables the computer to reason logically
-00929432 04 n 02 object-oriented_programming 0 object-oriented_programing 0 001 @ 00928947 n 0000 | creating a program that can use and support objects
-00929586 04 n 01 verbal_creation 0 002 @ 00927261 n 0000 ~ 00929718 n 0000 | creating something by the use of speech and language
-00929718 04 n 04 writing 2 authorship 0 composition 1 penning 0 031 @ 00929586 n 0000 + 01698271 v 0403 + 01698271 v 0302 + 10794014 n 0202 + 01698271 v 0101 ~ 00930481 n 0000 ~ 00930736 n 0000 ~ 00930868 n 0000 ~ 00931040 n 0000 ~ 00931217 n 0000 ~ 00931300 n 0000 ~ 00931453 n 0000 ~ 00931608 n 0000 ~ 00931721 n 0000 ~ 07093489 n 0000 -c 01698271 v 0000 -c 01699172 v 0000 -c 01699346 v 0000 -c 01699539 v 0000 -c 01700655 v 0000 -c 01700934 v 0000 -c 01701152 v 0000 -c 01701311 v 0000 -c 01701634 v 0000 -c 01704452 v 0000 -c 01704631 v 0000 -c 01704752 v 0000 -c 01704953 v 0000 -c 01705257 v 0000 -c 01754576 v 0000 -c 01756719 v 0000 | the act of creating written works; "writing was a form of therapy for him"; "it was a matter of disputed authorship"
-00930481 04 n 01 adoxography 0 001 @ 00929718 n 0000 | fine writing in praise of trivial or base subjects; "Elizabethan schoolboys were taught adoxography, the art of eruditely praising worthless things"; "adoxography is particularly useful to lawyers"
-00930736 04 n 01 drafting 1 002 @ 00929718 n 0000 + 01701634 v 0101 | writing a first version to be filled out and polished later
-00930868 04 n 02 dramatization 1 dramatisation 1 002 @ 00929718 n 0000 + 01701311 v 0101 | conversion into dramatic form; "the play was a dramatization of a short story"
-00931040 04 n 03 fabrication 2 fictionalization 0 fictionalisation 0 004 @ 00929718 n 0000 + 00116619 v 0304 + 01635176 v 0201 + 01634424 v 0101 | writing in a fictional form
-00931217 04 n 01 historiography 0 001 @ 00929718 n 0000 | the writing of history
-00931300 04 n 01 metrification 1 002 @ 00929718 n 0000 + 01703023 v 0101 | writing a metrical composition (or the metrical structure of a composition)
-00931453 04 n 02 novelization 0 novelisation 0 003 @ 00929718 n 0000 + 00116619 v 0202 + 00116619 v 0101 | converting something into the form of a novel
-00931608 04 n 01 redaction 0 002 @ 00929718 n 0000 + 00981276 v 0102 | the act of putting something in writing
-00931721 04 n 01 lexicography 0 003 @ 00929718 n 0000 + 02909808 a 0102 + 10256080 n 0101 | the act of writing dictionaries
-00931847 04 n 04 realization 0 realisation 0 actualization 0 actualisation 0 006 @ 00927261 n 0000 + 01644746 v 0404 + 01644746 v 0303 + 01644746 v 0202 + 01644746 v 0101 ~ 00932088 n 0000 | making real or giving the appearance of reality
-00932088 04 n 01 objectification 0 006 @ 00931847 n 0000 + 00532607 v 0105 ~ 00932298 n 0000 ~ 00932624 n 0000 ~ 00932804 n 0000 ~ 00933000 n 0000 | the act of representing an abstraction as a physical thing
-00932298 04 n 03 depersonalization 0 depersonalisation 0 reification 1 003 @ 00932088 n 0000 + 00388296 v 0202 + 00388296 v 0101 | representing a human being as a physical thing deprived of personal qualities or individuality; "according to Marx, treating labor as a commodity exemplified the reification of the individual"
-00932624 04 n 04 externalization 0 externalisation 0 exteriorization 0 exteriorisation 0 003 @ 00932088 n 0000 + 00532607 v 0402 + 02084104 v 0301 | embodying in an outward form
-00932804 04 n 03 hypostatization 0 hypostatisation 0 reification 0 004 @ 00932088 n 0000 + 00692580 v 0301 + 00692718 v 0202 + 00692718 v 0101 | regarding something abstract as a material thing
-00933000 04 n 01 embodiment 0 004 @ 00932088 n 0000 + 02698443 v 0103 ~ 00933154 n 0000 ~ 00933259 n 0000 | giving concrete form to an abstract concept
-00933154 04 n 01 soul 0 001 @ 00933000 n 0000 | the human embodiment of something; "the soul of honor"
-00933259 04 n 02 personification 0 incarnation 0 002 @ 00933000 n 0000 + 00727573 v 0101 | the act of attributing human characteristics to abstract ideas etc.
-00933420 04 n 03 art 0 artistic_creation 0 artistic_production 0 070 @ 00908492 n 0000 + 09812338 n 0101 -c 00414518 a 0000 -c 00854869 a 0000 -c 01536745 a 0000 -c 01980250 a 0000 -c 02730304 a 0000 ~ 00935005 n 0000 ~ 00935247 n 0000 ~ 00935453 n 0000 ~ 00935786 n 0000 ~ 00935940 n 0000 ~ 00936194 n 0000 ~ 00936296 n 0000 ~ 00936456 n 0000 ~ 00936620 n 0000 ~ 00937394 n 0000 ~ 00937476 n 0000 ~ 00937656 n 0000 ~ 00938134 n 0000 -c 02701393 n 0000 -c 02743547 n 0000 -c 03462594 n 0000 -c 04386664 n 0000 -c 05663275 n 0000 -c 06161223 n 0000 -c 06262567 n 0000 -c 07066659 n 0000 -c 07955280 n 0000 -c 08407619 n 0000 -c 09802239 n 0000 -c 10706812 n 0000 -c 14002481 n 0000 -c 14012667 n 0000 -c 15134054 n 0000 -c 01681048 v 0000 -c 01683271 v 0000 -c 01683422 v 0000 -c 01683758 v 0000 -c 01683957 v 0000 -c 01684180 v 0000 -c 01684337 v 0000 -c 01684663 v 0000 -c 01684899 v 0000 -c 01685797 v 0000 -c 01685960 v 0000 -c 01686132 v 0000 -c 01686956 v 0000 -c 01687401 v 0000 -c 01687569 v 0000 -c 01688256 v 0000 -c 01688771 v 0000 -c 01690294 v 0000 -c 01693138 v 0000 -c 01693727 v 0000 -c 01695567 v 0000 -c 01695773 v 0000 -c 01696435 v 0000 -c 01696893 v 0000 -c 01697027 v 0000 -c 01697628 v 0000 -c 01749394 v 0000 -c 01749554 v 0000 -c 01749660 v 0000 -c 01749790 v 0000 -c 01750302 v 0000 -c 01750421 v 0000 -c 01750668 v 0000 -c 02142775 v 0000 -c 02243967 v 0000 | the creation of beautiful or significant things; "art does not need to be innovative to be good"; "I was never any good at art"; "he said that architecture is the art of wasting space beautifully"
-00935005 04 n 01 arts_and_crafts 0 003 @ 00933420 n 0000 ;u 06295235 n 0000 ~ 00714944 n 0000 | the arts of decorative design and handicraft; "they sponsored arts and crafts in order to encourage craftsmanship in an age of mass production"
-00935247 04 n 01 ceramics 0 007 @ 00933420 n 0000 + 03015441 a 0101 + 10460806 n 0104 + 10460806 n 0103 -c 01119661 a 0000 -c 01120515 a 0000 -c 02997391 n 0000 | the art of making and decorating pottery
-00935453 04 n 01 decalcomania 0 001 @ 00933420 n 0000 | the art of transfering designs from specially prepared paper to a wood or glass or metal surface
-00935608 04 n 01 decantation 0 002 @ 00323923 n 0000 + 02070296 v 0101 | the act of gently pouring off a clear liquor (as from its original bottle) without disturbing the lees
-00935786 04 n 01 decoupage 0 001 @ 00933420 n 0000 | the art of decorating a surface with shapes or pictures and then coating it with vanish or lacquer
-00935940 04 n 03 drawing 1 draftsmanship 0 drafting 0 006 @ 00933420 n 0000 + 10029068 n 0201 + 10029269 n 0201 + 01643464 v 0101 ~ 00938240 n 0000 ~ 00938419 n 0000 | the creation of artistic pictures or diagrams; "he learned drawing from his father"
-00936194 04 n 01 glyptography 0 001 @ 00933420 n 0000 | carving or engraving (especially on stones)
-00936296 04 n 01 gastronomy 0 003 @ 00933420 n 0000 + 02975840 a 0101 + 02975840 a 0102 | the art and practice of choosing and preparing and eating good food
-00936456 04 n 01 origami 0 002 @ 00933420 n 0000 ;r 08921850 n 0000 | the Japanese art of folding paper into shapes representing objects (e.g., flowers or birds)
-00936620 04 n 01 painting 0 009 @ 00933420 n 0000 @ 06156968 n 0000 + 01684899 v 0101 + 01684663 v 0101 ~ 00936901 n 0000 ~ 00937105 n 0000 ~ 00937250 n 0000 ~ 00938538 n 0000 ~ 00938642 n 0000 | creating a picture with paints; "he studied painting and sculpture for many years"
-00936901 04 n 01 distemper 0 002 @ 00936620 n 0000 + 01683422 v 0101 | a method of painting in which the pigments are mixed with water and a binder; used for painting posters or murals or stage scenery
-00937105 04 n 01 fresco 0 002 @ 00936620 n 0000 + 01683271 v 0101 | a durable method of painting on a wall by using watercolors on wet plaster
-00937250 04 n 01 impasto 0 001 @ 00936620 n 0000 | painting that applies the pigment thickly so that brush or palette knife marks are visible
-00937394 04 n 01 perfumery 0 001 @ 00933420 n 0000 | the art of making perfumes
-00937476 04 n 01 printmaking 0 004 @ 00933420 n 0000 ~ 00938791 n 0000 ~ 00939231 n 0000 ~ 00939338 n 0000 | artistic design and manufacture of prints as woodcuts or silkscreens
-00937656 04 n 02 sculpture 0 carving 0 008 @ 00933420 n 0000 @ 06156968 n 0000 + 01256600 v 0201 + 01551871 v 0102 + 01684337 v 0102 + 01684337 v 0101 + 01551871 v 0101 ~ 00937895 n 0000 | creating figures or designs in three dimensions
-00937895 04 n 04 modeling 1 modelling 1 molding 0 moulding 0 005 @ 00937656 n 0000 + 01697027 v 0403 + 01697027 v 0302 + 01697027 v 0201 + 01697027 v 0101 | a preliminary sculpture in wax or clay from which a finished work can be copied
-00938134 04 n 01 topiary 0 001 @ 00933420 n 0000 | making decorative shapes by trimming shrubs or trees
-00938240 04 n 01 pyrography 0 003 @ 00935940 n 0000 + 03106446 a 0101 + 10496715 n 0101 | the act of producing drawings on wood or leather by using heated tools or a fine flame
-00938419 04 n 01 tracing 0 002 @ 00935940 n 0000 + 01582645 v 0101 | the act of drawing a plan or diagram or outline
-00938538 04 n 01 oil_painting 0 001 @ 00936620 n 0000 | the art or method of painting with oil paints
-00938642 04 n 04 watercolor 0 water-color 0 watercolour 0 water-colour 0 001 @ 00936620 n 0000 | the art or technique of painting with watercolors
-00938791 04 n 02 engraving 0 etching 0 005 @ 00937476 n 0000 + 01750421 v 0201 + 01749790 v 0101 ~ 00938992 n 0000 ~ 00939091 n 0000 | making engraved or etched plates and printing designs from them
-00938992 04 n 01 steel_engraving 0 001 @ 00938791 n 0000 | the act of engraving on a steel plate
-00939091 04 n 01 aquatint 0 002 @ 00938791 n 0000 + 01750668 v 0101 | a method of etching that imitates the broad washes of a water color
-00939231 04 n 01 serigraphy 0 001 @ 00937476 n 0000 | the act of making a print by the silkscreen method
-00939338 04 n 01 lithography 0 002 @ 00937476 n 0000 + 10266486 n 0101 | the act of making a lithographic print
-00939452 04 n 02 composing 0 composition 2 006 @ 00927261 n 0000 + 01705494 v 0201 + 01705494 v 0101 ~ 00939628 n 0000 ~ 00940043 n 0000 ~ 00940217 n 0000 | musical creation
-00939628 04 n 03 arrangement 1 arranging 0 transcription 1 004 @ 00939452 n 0000 ~ 00338821 n 0000 ~ 00939818 n 0000 ~ 01008801 n 0000 | the act of arranging and adapting a piece of music
-00939818 04 n 02 orchestration 1 instrumentation 1 003 @ 00939628 n 0000 + 01707925 v 0201 + 01707737 v 0101 | the act of arranging a piece of music for an orchestra and assigning parts to the different musical instruments
-00940043 04 n 02 realization 3 realisation 3 002 @ 00939452 n 0000 + 01707495 v 0101 | the completion or enrichment of a piece of music left sparsely notated by a composer
-00940217 04 n 01 recapitulation 0 002 @ 00939452 n 0000 ;c 07020895 n 0000 | (music) the repetition of themes introduced earlier (especially when one is composing the final part of a movement)
-00940412 04 n 01 invention 0 005 @ 00927261 n 0000 + 01634424 v 0105 + 01632411 v 0101 ~ 00940560 n 0000 ~ 00940709 n 0000 | the act of inventing
-00940560 04 n 03 neologism 0 neology 0 coinage 2 003 @ 00940412 n 0000 + 01697986 v 0301 + 10352898 n 0101 | the act of inventing a word or phrase
-00940709 04 n 02 devisal 0 contrivance 1 003 @ 00940412 n 0000 + 01632411 v 0202 + 01632411 v 0103 | the act of devising something
-00940842 04 n 03 conceptualization 0 conceptualisation 0 formulation 0 008 @ 00927261 n 0000 + 01632411 v 0305 + 00925873 v 0302 + 00980453 v 0302 + 01633343 v 0204 + 01633343 v 0103 ~ 00941140 n 0000 ~ 00941451 n 0000 | inventing or contriving an idea or explanation and formulating it mentally
-00941140 04 n 03 approach 2 attack 3 plan_of_attack 0 003 @ 00940842 n 0000 + 02439281 v 0103 ~ 00941604 n 0000 | ideas or actions intended to deal with a problem or situation; "his approach to every problem is to draw up a list of pros and cons"; "an attack on inflation"; "his plan of attack was misguided"
-00941451 04 n 01 framing 0 002 @ 00940842 n 0000 + 00706804 v 0101 | formulation of the plans and important details; "the framing of judicial decrees"
-00941604 04 n 01 avenue 0 001 @ 00941140 n 0000 | a line of approach; "they explored every avenue they could think of"; "it promises to open new avenues to understanding"
-00941777 04 n 01 creating_by_removal 0 006 @ 00908492 n 0000 ~ 00941974 n 0000 ~ 00942234 n 0000 ~ 00942799 n 0000 ~ 00942900 n 0000 ~ 00945205 n 0000 | the act of creating by removing something
-00941974 04 n 03 excavation 1 digging 0 dig 1 007 @ 00941777 n 0000 + 01310660 v 0302 + 01311103 v 0301 + 01309701 v 0301 + 01309701 v 0201 + 02143539 v 0101 + 01313923 v 0101 | the act of digging; "there's an interesting excavation going on near Princeton"
-00942234 04 n 02 carving 1 cutting 5 005 @ 00941777 n 0000 + 01754737 v 0201 + 01256157 v 0101 ~ 00942440 n 0000 ~ 00942574 n 0000 | removing parts from hard material to create a desired pattern or shape
-00942440 04 n 01 petroglyph 0 001 @ 00942234 n 0000 | a carving or line drawing on rock (especially one made by prehistoric people)
-00942574 04 n 01 truncation 1 002 @ 00942234 n 0000 + 02258487 v 0101 | the replacement of an edge or solid angle (as in cutting a gemstone) by a plane (especially by a plane that is equally inclined to the adjacent faces)
-00942799 04 n 02 drilling 1 boring 1 002 @ 00941777 n 0000 + 01443021 v 0102 | the act of drilling
-00942900 04 n 01 gouge 0 002 @ 00941777 n 0000 + 01281611 v 0101 | the act of gouging
-00942988 04 n 01 puncture 0 007 @ 00407535 n 0000 + 00309990 v 0101 + 01274971 v 0101 ~ 00943187 n 0000 ~ 00944633 n 0000 ~ 00944789 n 0000 ~ 00944965 n 0000 | the act of puncturing or perforating
-00943187 04 n 01 centesis 0 008 @ 00942988 n 0000 ;c 06063588 n 0000 ~ 00943471 n 0000 ~ 00943600 n 0000 ~ 00943861 n 0000 ~ 00943963 n 0000 ~ 00944068 n 0000 ~ 00944296 n 0000 | (surgery) the act of puncturing a body cavity or organ with a hollow needle in order to draw out fluid
-00943471 04 n 02 abdominocentesis 0 paracentesis 0 001 @ 00943187 n 0000 | centesis of the belly to remove fluid for diagnosis
-00943600 04 n 02 amniocentesis 0 amnio 0 003 @ 00943187 n 0000 @ 00153288 n 0000 ;c 14046202 n 0000 | (pregnancy) extraction by centesis of amniotic fluid from a pregnant woman (after the 15th week of pregnancy) to aid in the diagnosis of fetal abnormalities
-00943861 04 n 01 arthrocentesis 0 001 @ 00943187 n 0000 | removal of fluid from a joint by centesis
-00943963 04 n 01 celiocentesis 0 001 @ 00943187 n 0000 | removal of fluid from the abdomen by centesis
-00944068 04 n 03 lumbar_puncture 0 spinal_puncture 0 spinal_tap 0 001 @ 00943187 n 0000 | removal by centesis of fluid from the subarachnoid space of the lumbar region of the spinal cord for diagnostic or therapeutic purposes
-00944296 04 n 02 thoracocentesis 0 thoracentesis 0 001 @ 00943187 n 0000 | removal of fluid from the chest by centesis for diagnostic or therapeutic purposes
-00944456 04 n 02 fetoscopy 0 foetoscopy 0 001 @ 00153288 n 0000 | prenatal diagnosis that allows direct observation of a fetus in the uterus and the withdrawal of fetal blood
-00944633 04 n 01 perforation 0 002 @ 00942988 n 0000 + 01442779 v 0102 | the act of punching a hole (especially a row of holes as for ease of separation)
-00944789 04 n 02 prick 0 pricking 0 003 @ 00942988 n 0000 + 01440801 v 0202 + 01440801 v 0102 | the act of puncturing with a small point; "he gave the balloon a small prick"
-00944965 04 n 01 venipuncture 0 002 @ 00942988 n 0000 ;c 06043075 n 0000 | (medicine) puncture of a vein through the skin in order to withdraw blood for analysis or to start an intravenous drip or to inject medication or a radiopaque dye
-00945205 04 n 02 film_editing 0 cutting 3 003 @ 00941777 n 0000 + 01860107 v 0201 + 00201722 v 0202 | the activity of selecting the scenes to be shown and putting them together to create a film
-00945401 04 n 03 search 0 hunt 2 hunting 2 014 @ 00407535 n 0000 + 01316401 v 0301 + 01316401 v 0201 + 02153709 v 0101 + 01315613 v 0101 ~ 00945777 n 0000 ~ 00945916 n 0000 ~ 00946060 n 0000 ~ 00946432 n 0000 ~ 00946529 n 0000 ~ 00946650 n 0000 ~ 00946806 n 0000 ~ 00993488 n 0000 ~ 00993787 n 0000 | the activity of looking thoroughly in order to find something or someone
-00945777 04 n 01 exploration 0 004 @ 00945401 n 0000 + 00645939 v 0101 + 00646271 v 0101 ~ 00947041 n 0000 | a careful systematic search
-00945916 04 n 02 foraging 0 forage 0 003 @ 00945401 n 0000 + 02269894 v 0202 + 02269894 v 0102 | the act of searching for food and provisions
-00946060 04 n 02 frisk 0 frisking 0 004 @ 00945401 n 0000 + 01318223 v 0201 + 01318223 v 0101 ~ 00946281 n 0000 | the act of searching someone for concealed weapons or illegal drugs; "he gave the suspect a quick frisk"
-00946281 04 n 01 strip_search 0 001 @ 00946060 n 0000 | searching someone for concealed weapons or illegal drugs by having them remove their clothes
-00946432 04 n 02 looking 0 looking_for 0 001 @ 00945401 n 0000 | the act of searching visually
-00946529 04 n 01 manhunt 0 001 @ 00945401 n 0000 | an organized search (by police) for a person (charged with a crime)
-00946650 04 n 02 quest 0 seeking 0 003 @ 00945401 n 0000 + 01315613 v 0202 + 02240881 v 0101 | the act of searching for something; "a quest for diamonds"
-00946806 04 n 02 ransacking 0 rummage 0 003 @ 00945401 n 0000 + 01319049 v 0201 + 01319193 v 0102 | a thorough search for something (often causing disorder or confusion); "he gave the attic a good rummage but couldn't find his skis"
-00947041 04 n 01 probe 0 001 @ 00945777 n 0000 | an exploratory action or expedition
-00947128 04 n 06 use 0 usage 0 utilization 0 utilisation 0 employment 1 exercise 3 015 @ 00407535 n 0000 + 02568672 v 0603 + 01166093 v 0602 + 01158872 v 0505 + 01158872 v 0403 + 01158872 v 0302 + 01158872 v 0201 + 01158872 v 0101 + 01165043 v 0101 ~ 00631378 n 0000 ~ 00947596 n 0000 ~ 00947719 n 0000 ~ 00948206 n 0000 ~ 00948868 n 0000 ~ 00949134 n 0000 | the act of using; "he warned against the use of narcotic drugs"; "skilled in the utilization of computers"
-00947596 04 n 01 play 8 002 @ 00947128 n 0000 + 02370650 v 0101 | utilization or exercise; "the play of the imagination"
-00947719 04 n 02 misuse 0 abuse 1 005 @ 00947128 n 0000 + 00203213 v 0203 + 00203213 v 0102 + 01161290 v 0102 ~ 00947923 n 0000 | improper or excessive use; "alcohol abuse"; "the abuse of public funds"
-00947923 04 n 03 substance_abuse 0 drug_abuse 0 habit 1 003 @ 00947719 n 0000 + 00273445 v 0301 ~ 00948064 n 0000 | excessive use of drugs
-00948064 04 n 03 alcohol_abuse 0 alcoholic_abuse 0 alcoholism_abuse 0 001 @ 00947923 n 0000 | excessive use of alcohol and alcoholic drinks
-00948206 04 n 02 exploitation 0 development 2 012 @ 00947128 n 0000 + 00171852 v 0202 + 02409148 v 0102 + 01164273 v 0101 + 01162754 v 0101 ~ 00948640 n 0000 ~ 00948737 n 0000 ~ 00951433 n 0000 ~ 00951626 n 0000 ~ 00951781 n 0000 ~ 00952615 n 0000 ~ 00952787 n 0000 | the act of making some area of land or water more profitable or productive or useful; "the development of Alaskan resources"; "the exploitation of copper deposits"
-00948640 04 n 01 land_development 0 001 @ 00948206 n 0000 | making an area of land more useful
-00948737 04 n 03 water_development 0 water_project 0 water_program 0 001 @ 00948206 n 0000 | making an area of water more useful
-00948868 04 n 01 recycling 0 003 @ 00947128 n 0000 + 01162425 v 0101 ~ 00949042 n 0000 | the act of processing used or abandoned materials for use in creating new products
-00949042 04 n 01 bottle_collection 2 001 @ 00948868 n 0000 | collecting bottles for reuse
-00949134 04 n 02 application 2 practical_application 0 007 @ 00947128 n 0000 + 02707429 v 0102 + 02561332 v 0102 + 01158872 v 0104 + 01026558 v 0101 ~ 00949516 n 0000 ~ 00949619 n 0000 | the act of bringing something to bear; using it for a particular purpose; "he advocated the application of statistics to the problem"; "a novel application of electronics to medical diagnosis"
-00949516 04 n 01 misapplication 2 002 @ 00949134 n 0000 + 01161290 v 0101 | wrong use or application
-00949619 04 n 02 technology 0 engineering 1 012 @ 00949134 n 0000 @ 00609953 n 0000 + 00711550 v 0201 + 02809692 a 0102 + 09615807 n 0103 ~ 00949948 n 0000 ~ 00950070 n 0000 ~ 00950217 n 0000 ~ 00950356 n 0000 ~ 00950705 n 0000 ~ 00950858 n 0000 ~ 00951037 n 0000 | the practical application of science to commerce or industry
-00949948 04 n 01 aeronautical_engineering 0 001 @ 00949619 n 0000 | the activity of designing and constructing aircraft
-00950070 04 n 02 automotive_technology 0 automotive_engineering 0 001 @ 00949619 n 0000 | the activity of designing and constructing automobiles
-00950217 04 n 01 chemical_engineering 0 001 @ 00949619 n 0000 | the activity of applying chemistry to the solution of practical problems
-00950356 04 n 01 communications_technology 0 002 @ 00949619 n 0000 ~ 00950526 n 0000 | the activity of designing and constructing and maintaining communication systems
-00950526 04 n 01 digital_communications_technology 0 001 @ 00950356 n 0000 | the design and construction of communications technology that transmits information in digital form
-00950705 04 n 01 computer_technology 0 002 @ 00949619 n 0000 -c 00170857 v 0000 | the activity of designing and constructing and programming computers
-00950858 04 n 02 high_technology 0 high_tech 0 003 @ 00949619 n 0000 + 01208571 a 0101 ~ 00102457 n 0000 | highly advanced technological development (especially in electronics)
-00951037 04 n 02 rail_technology 0 railroading 0 004 @ 00949619 n 0000 + 02331919 v 0201 + 01950657 v 0201 ~ 00951233 n 0000 | the activity of designing and constructing and operating railroads
-00951233 04 n 02 magnetic_levitation 0 maglev 0 001 @ 00951037 n 0000 | high-speed rail technology; train is suspended on a magnetic cushion above a magnetized track and so travels free of friction
-00951433 04 n 04 overexploitation 0 overuse 0 overutilization 0 overutilisation 0 003 @ 00948206 n 0000 + 01161695 v 0201 + 01164568 v 0101 | exploitation to the point of diminishing returns
-00951626 04 n 02 capitalization 0 capitalisation 0 003 @ 00948206 n 0000 + 02279772 v 0202 + 02279772 v 0101 | the act of capitalizing on an opportunity
-00951781 04 n 02 commercialization 0 commercialisation 0 003 @ 00948206 n 0000 + 00470386 v 0202 + 00470386 v 0101 | the act of commercializing something; involving something in commerce; "my father considered the commercialization of Christmas to be a sacrilege"; "the government tried to accelerate the commercialization of this development"; "both companies will retain control over the commercialization of their own products"
-00952214 04 n 02 capitalization 3 capitalisation 3 004 @ 00875246 n 0000 + 00731159 v 0202 + 00731159 v 0101 ~ 00952386 n 0000 | an estimation of the value of a business
-00952386 04 n 02 market_capitalization 0 market_capitalisation 0 001 @ 00952214 n 0000 | an estimation of the value of a business that is obtained by multiplying the number of shares outstanding by the current price of a share
-00952615 04 n 01 electrification 1 003 @ 00948206 n 0000 + 00506040 v 0101 + 00505802 v 0101 | the act of providing electricity; "the electrification of rural Tennessee"
-00952787 04 n 02 unitization 1 unitisation 1 001 @ 00948206 n 0000 | the joint development of a petroleum resource that straddles territory controlled by different companies
-00952963 04 n 02 military_action 0 action 3 012 @ 01080366 n 0000 ;c 08199025 n 0000 ~ 00057748 n 0000 ~ 00953559 n 0000 ~ 00954086 n 0000 ~ 00954311 n 0000 ~ 00954751 n 0000 ~ 00955806 n 0000 ~ 00955987 n 0000 ~ 00956172 n 0000 ~ 00971309 n 0000 ~ 00973077 n 0000 | a military engagement; "he saw action in Korea"
-00953280 04 n 01 limited_war 0 001 @ 00973077 n 0000 | a war whose objective is less than the unconditional defeat of the enemy
-00953410 04 n 02 psychological_warfare 0 war_of_nerves 0 001 @ 00973077 n 0000 | the use of psychological tactics to destroy the opponents' morale
-00953559 04 n 04 battle 0 conflict 1 fight 1 engagement 1 014 @ 00952963 n 0000 #p 00973077 n 0000 ;c 08199025 n 0000 + 02376089 v 0401 + 01090335 v 0302 + 01092366 v 0101 ~ 00956340 n 0000 ~ 00956485 n 0000 ~ 00958477 n 0000 ~ 00964343 n 0000 ~ 00974224 n 0000 ~ 00974444 n 0000 ~i 01270628 n 0000 ~i 01277755 n 0000 | a hostile meeting of opposing military forces in the course of a war; "Grant won a decisive victory in the battle of Chickamauga"; "he lost his romantic ideas about war when he got into a real engagement"
-00954086 04 n 02 blockade 0 encirclement 0 006 @ 00952963 n 0000 ;c 08199025 n 0000 + 01522716 v 0201 + 01126846 v 0101 ~ 01074970 n 0000 ~ 01075117 n 0000 | a war measure that isolates some area of importance to the enemy
-00954311 04 n 03 defense 0 defence 0 defensive_measure 0 011 @ 00952963 n 0000 ;c 08199025 n 0000 ~ 00829918 n 0000 ~ 00960192 n 0000 ~ 00960851 n 0000 ~ 00961177 n 0000 ~ 00961328 n 0000 ~ 00961594 n 0000 ~ 00961794 n 0000 ~ 00961962 n 0000 ~ 00967993 n 0000 | (military) military action or resources protecting a country against potential enemies; "they died in the defense of Stalingrad"; "they were developed for the defense program"
-00954751 04 n 02 electronic_warfare 0 EW 0 006 @ 00952963 n 0000 ;c 08199025 n 0000 ~ 00995134 n 0000 ~ 00995356 n 0000 ~ 00995588 n 0000 ~ 00995855 n 0000 | military action involving the use of electromagnetic energy to determine or exploit or reduce or prevent hostile use of the electromagnetic spectrum
-00955060 04 n 02 operation 2 military_operation 0 018 @ 00407535 n 0000 ;c 08199025 n 0000 + 01109863 v 0104 ~ 00955565 n 0000 ~ 00959992 n 0000 ~ 00968155 n 0000 ~ 00970478 n 0000 ~ 00970645 n 0000 ~ 00971463 n 0000 ~ 00972621 n 0000 ~ 00980038 n 0000 ~ 00980904 n 0000 ~ 00981180 n 0000 ~ 00981711 n 0000 ~ 00983982 n 0000 ~ 00984195 n 0000 ~i 01287431 n 0000 ~i 01289631 n 0000 | activity by a military or naval force (as a maneuver or campaign); "it was a joint operation of the navy and air force"
-00955565 04 n 01 combined_operation 0 002 @ 00955060 n 0000 ;c 08199025 n 0000 | a military operation carried out cooperatively by two or more allied nations or a military operation carried out by coordination of sea, land, and air forces
-00955806 04 n 01 police_action 0 002 @ 00952963 n 0000 ;c 08199025 n 0000 | a local military action without declaration of war; against violators of international peace and order
-00955987 04 n 01 resistance 1 003 @ 00952963 n 0000 ;c 08199025 n 0000 + 01116585 v 0101 | the military action of resisting the enemy's advance; "the enemy offered little resistance"
-00956172 04 n 02 saber_rattling 0 sabre_rattling 0 001 @ 00952963 n 0000 | the ostentatious display of military power (with the implied threat that it might be used)
-00956340 04 n 01 Armageddon 0 001 @ 00953559 n 0000 | any catastrophically destructive battle; "they called the first World War an Armageddon"
-00956485 04 n 01 pitched_battle 0 097 @ 00953559 n 0000 ~i 01269161 n 0000 ~i 01269857 n 0000 ~i 01270153 n 0000 ~i 01270860 n 0000 ~i 01271107 n 0000 ~i 01271428 n 0000 ~i 01271915 n 0000 ~i 01272134 n 0000 ~i 01272367 n 0000 ~i 01272582 n 0000 ~i 01272787 n 0000 ~i 01273081 n 0000 ~i 01273230 n 0000 ~i 01273491 n 0000 ~i 01273735 n 0000 ~i 01274000 n 0000 ~i 01274171 n 0000 ~i 01274374 n 0000 ~i 01274531 n 0000 ~i 01274733 n 0000 ~i 01274909 n 0000 ~i 01275142 n 0000 ~i 01275389 n 0000 ~i 01275697 n 0000 ~i 01276436 n 0000 ~i 01276634 n 0000 ~i 01276875 n 0000 ~i 01277065 n 0000 ~i 01278232 n 0000 ~i 01278692 n 0000 ~i 01278873 n 0000 ~i 01279120 n 0000 ~i 01279342 n 0000 ~i 01279615 n 0000 ~i 01279866 n 0000 ~i 01280055 n 0000 ~i 01280514 n 0000 ~i 01280792 n 0000 ~i 01281427 n 0000 ~i 01281638 n 0000 ~i 01281813 n 0000 ~i 01282289 n 0000 ~i 01282711 n 0000 ~i 01283185 n 0000 ~i 01283389 n 0000 ~i 01283753 n 0000 ~i 01283935 n 0000 ~i 01285101 n 0000 ~i 01285305 n 0000 ~i 01285784 n 0000 ~i 01286000 n 0000 ~i 01286393 n 0000 ~i 01286569 n 0000 ~i 01286745 n 0000 ~i 01286938 n 0000 ~i 01287179 n 0000 ~i 01288057 n 0000 ~i 01288272 n 0000 ~i 01288549 n 0000 ~i 01289444 n 0000 ~i 01289997 n 0000 ~i 01290711 n 0000 ~i 01290840 n 0000 ~i 01291310 n 0000 ~i 01291517 n 0000 ~i 01291839 n 0000 ~i 01292017 n 0000 ~i 01292200 n 0000 ~i 01292343 n 0000 ~i 01292553 n 0000 ~i 01292735 n 0000 ~i 01292928 n 0000 ~i 01293167 n 0000 ~i 01294127 n 0000 ~i 01294330 n 0000 ~i 01294502 n 0000 ~i 01294791 n 0000 ~i 01295153 n 0000 ~i 01295373 n 0000 ~i 01295528 n 0000 ~i 01295918 n 0000 ~i 01296505 n 0000 ~i 01296946 n 0000 ~i 01297095 n 0000 ~i 01297291 n 0000 ~i 01297484 n 0000 ~i 01297978 n 0000 ~i 01298371 n 0000 ~i 01298573 n 0000 ~i 01299037 n 0000 ~i 01299476 n 0000 ~i 01299994 n 0000 ~i 01300508 n 0000 ~i 01300782 n 0000 ~i 01301080 n 0000 ~i 01301423 n 0000 | a fierce battle fought in close combat between troops in predetermined positions at a chosen time and place
-00958477 04 n 01 naval_battle 0 018 @ 00953559 n 0000 ~i 01268457 n 0000 ~i 01268633 n 0000 ~i 01268886 n 0000 ~i 01271669 n 0000 ~i 01276194 n 0000 ~i 01280308 n 0000 ~i 01282466 n 0000 ~i 01283565 n 0000 ~i 01286181 n 0000 ~i 01287782 n 0000 ~i 01288795 n 0000 ~i 01290162 n 0000 ~i 01290997 n 0000 ~i 01293832 n 0000 ~i 01295684 n 0000 ~i 01297706 n 0000 ~i 01298162 n 0000 | a pitched battle between naval fleets
-00958896 04 n 03 conflict 0 struggle 2 battle 2 012 @ 01080366 n 0000 + 01092366 v 0301 + 01090335 v 0203 ~ 00959800 n 0000 ~ 00962129 n 0000 ~ 00963749 n 0000 ~ 01167710 n 0000 ~ 01167847 n 0000 ~ 01167952 n 0000 ~ 01170962 n 0000 ~ 01236173 n 0000 ~ 01236296 n 0000 | an open clash between two opposing groups (or individuals); "the harder the conflict the more glorious the triumph"--Thomas Paine; "police tried to control the battle between the pro- and anti-abortion mobs"
-00959376 04 n 04 brush 0 clash 0 encounter 0 skirmish 0 004 @ 01170962 n 0000 + 01123765 v 0401 + 01079480 v 0302 ~ 00959645 n 0000 | a minor short-term fight
-00959537 04 n 01 close-quarter_fighting 0 001 @ 01170962 n 0000 | hand-to-hand fighting at close quarters
-00959645 04 n 01 contretemps 0 002 @ 00959376 n 0000 ;u 06295235 n 0000 | an awkward clash; "he tried to smooth over his contretemps with the policeman"
-00959800 04 n 03 class_struggle 0 class_war 0 class_warfare 0 001 @ 00958896 n 0000 | conflict between social or economic classes (especially between the capitalist and proletariat classes)
-00959992 04 n 03 maneuver 2 manoeuvre 2 simulated_military_operation 0 005 @ 00955060 n 0000 #p 00895501 n 0000 ;c 08199025 n 0000 + 01109863 v 0203 + 01109863 v 0102 | a military training exercise
-00960192 04 n 01 air_defense 0 003 @ 00954311 n 0000 ~ 00960395 n 0000 ~ 00960546 n 0000 | defensive measures designed to destroy attacking enemy aircraft or missiles or to nullify their effectiveness
-00960395 04 n 01 active_air_defense 0 001 @ 00960192 n 0000 | air defense by the use aircraft or missiles or artillery or electronic countermeasures
-00960546 04 n 01 passive_air_defense 0 001 @ 00960192 n 0000 | air defense by the use of deception or dispersion or protective construction
-00960688 04 n 01 civil_defense 0 002 @ 00817680 n 0000 ~ 00817507 n 0000 | activities organized by civilians for their own protection in time of war or disaster
-00960851 04 n 01 stand 0 003 @ 00954311 n 0000 + 01115916 v 0102 ~ 00961001 n 0000 | a defensive effort; "the army made a final stand at the Rhone"
-00961001 04 n 02 repulsion 0 standoff 1 003 @ 00960851 n 0000 + 01506157 v 0103 + 01131197 v 0102 | the act of repulsing or repelling an attack; a successful defensive stand
-00961177 04 n 02 hasty_defense 0 hasty_defence 0 001 @ 00954311 n 0000 | a defense organized while in contact with the enemy or when time is limited
-00961328 04 n 02 deliberate_defense 0 deliberate_defence 0 001 @ 00954311 n 0000 | a defense organized before contact is made with the enemy and while time for organization is available; usually includes a fortified zone (with pillboxes) and communication systems
-00961594 04 n 04 biological_defense 0 biological_defence 0 biodefense 0 biodefence 0 001 @ 00954311 n 0000 | procedures involved in taking defensive measures against attacks using biological agents
-00961794 04 n 02 chemical_defense 0 chemical_defence 0 001 @ 00954311 n 0000 | procedures involved in taking defensive measures against attacks using chemical agents
-00961962 04 n 02 mining 2 minelaying 0 002 @ 00954311 n 0000 + 01125724 v 0101 | laying explosive mines in concealed places to destroy enemy personnel and equipment
-00962129 04 n 05 rebellion 0 insurrection 0 revolt 0 rising 0 uprising 0 014 @ 00958896 n 0000 + 02583139 v 0403 + 02583780 v 0301 + 02919100 a 0201 + 02919100 a 0202 + 10210137 n 0202 + 00963671 a 0101 + 00589960 a 0104 + 02583139 v 0101 ~ 00963241 n 0000 ~ 00963447 n 0000 ~ 00963896 n 0000 ~i 00964105 n 0000 ~i 01281154 n 0000 | organized opposition to authority; a conflict in which one faction tries to wrest control from another
-00962567 04 n 01 civil_war 0 004 @ 00973077 n 0000 ~i 01301630 n 0000 ~i 01304121 n 0000 ~i 01308837 n 0000 | a war between factions in the same country
-00962722 04 n 01 revolution 0 013 @ 01080366 n 0000 + 02835481 a 0101 + 10527334 n 0101 + 02583780 v 0101 + 02402695 v 0101 ~ 00963057 n 0000 ~i 01302086 n 0000 ~i 01303582 n 0000 ~i 01303934 n 0000 ~i 01304356 n 0000 ~i 01305007 n 0000 ~i 01305796 n 0000 ~i 01307754 n 0000 | the overthrow of a government by those who are governed
-00963057 04 n 01 counterrevolution 0 003 @ 00962722 n 0000 + 02845871 a 0101 + 09969869 n 0101 | a revolution whose aim is to reverse the changes introduced by a previous revolution
-00963241 04 n 02 insurgency 0 insurgence 0 002 @ 00962129 n 0000 + 00963283 a 0101 | an organized rebellion aimed at overthrowing a constituted government through the use of subversion and armed conflict
-00963447 04 n 02 intifada 0 intifadah 0 001 @ 00962129 n 0000 | an uprising by Palestinian Arabs (in both the Gaza Strip and the West Bank) against Israel in the late 1980s and again in 2000; "the first intifada ended when Israel granted limited autonomy to the Palestine National Authority in 1993"
-00963749 04 n 02 pacification 1 counterinsurgency 0 002 @ 00958896 n 0000 + 02845704 a 0201 | actions taken by a government to defeat insurgency
-00963896 04 n 01 mutiny 0 004 @ 00962129 n 0000 + 10342180 n 0101 + 02330935 a 0101 + 02583958 v 0101 | open rebellion against constituted authority (especially by seamen or soldiers against their officers)
-00964105 04 n 02 Peasant's_Revolt 0 Great_Revolt 0 002 @i 00962129 n 0000 ;r 08871007 n 0000 | a widespread rebellion in 1381 against poll taxes and other inequities that oppressed the poorer people of England; suppressed by Richard II
-00964343 04 n 02 combat 0 armed_combat 0 007 @ 00953559 n 0000 #p 00973077 n 0000 ;c 08199025 n 0000 + 01092366 v 0102 ~ 00964781 n 0000 ~ 00964952 n 0000 ~ 01237167 n 0000 | an engagement fought between two military forces
-00964569 04 n 02 aggression 0 hostility 0 006 @ 00037396 n 0000 + 00083478 a 0201 + 01118449 v 0102 ~ 00965183 n 0000 ~ 00965404 n 0000 ~ 00965895 n 0000 | violent action that is hostile and usually unprovoked
-00964781 04 n 02 hostilities 1 belligerency 0 003 @ 00964343 n 0000 + 01742537 a 0201 + 01077829 a 0101 | fighting; acts of overt warfare; "the outbreak of hostilities"
-00964952 04 n 01 trench_warfare 0 001 @ 00964343 n 0000 | a type of armed combat in which the opposing troops fight from trenches that face each other; "instead of the war ending quickly, it became bogged down in trench warfare"
-00965183 04 n 01 meat_grinder 0 001 @ 00964569 n 0000 | any action resulting in injury or destruction; "the meat grinder of politics destroyed his reputation"; "allied forces crumbled before the Wehrmacht meat grinder"
-00965404 04 n 02 violence 1 force 1 006 @ 00964569 n 0000 + 01586600 v 0202 + 01570747 a 0101 ~ 00965718 n 0000 ~ 01170406 n 0000 ~ 01170502 n 0000 | an act of aggression (as one against a person who resists); "he may accomplish by craft in the long run what he cannot do by force and violence in the short one"
-00965718 04 n 01 domestic_violence 0 001 @ 00965404 n 0000 | violence or physical abuse directed toward your spouse or domestic partner; usually violence by men against women
-00965895 04 n 03 plundering 0 pillage 0 pillaging 0 012 @ 00964569 n 0000 + 02344568 v 0308 + 02345048 v 0102 + 02344568 v 0101 + 01565472 v 0105 ~ 00966294 n 0000 ~ 00966384 n 0000 ~ 00966599 n 0000 ~ 00966869 n 0000 ~ 00967157 n 0000 ~ 00967310 n 0000 ~ 00967446 n 0000 | the act of stealing valuable things from a place; "the plundering of the Parthenon"; "his plundering of the great authors"
-00966294 04 n 01 banditry 0 001 @ 00965895 n 0000 | the practice of plundering in gangs
-00966384 04 n 02 rape 1 rapine 0 002 @ 00965895 n 0000 + 01565472 v 0101 | the act of despoiling a country in warfare
-00966504 04 n 01 rustling 0 002 @ 00780889 n 0000 + 02277138 v 0101 | the stealing of cattle
-00966599 04 n 02 looting 0 robbery 1 002 @ 00965895 n 0000 + 02344568 v 0103 | plundering during riots or in wartime
-00966718 04 n 01 defloration 1 003 @ 00403092 n 0000 + 01428381 v 0101 + 00477941 v 0104 | an act that despoils the innocence or beauty of something
-00966869 04 n 06 spoil 0 spoliation 0 spoilation 0 despoilation 0 despoilment 0 despoliation 0 008 @ 00965895 n 0000 + 02344568 v 0602 + 01565472 v 0603 + 02344568 v 0502 + 01565472 v 0503 + 01565472 v 0302 + 01565472 v 0202 + 01565472 v 0102 | the act of stripping and taking by force
-00967157 04 n 02 ravaging 0 devastation 1 003 @ 00965895 n 0000 + 00388635 v 0203 + 00388635 v 0105 | plundering with excessive damage and destruction
-00967310 04 n 02 depredation 0 predation 1 002 @ 00965895 n 0000 + 01203500 v 0203 | an act of plundering and pillaging and marauding
-00967446 04 n 01 sack 1 002 @ 00965895 n 0000 + 02345048 v 0101 | the plundering of a place by an army or mob; usually involves destruction and slaughter; "the sack of Rome"
-00967622 04 n 02 chemical_warfare 0 chemical_operations 0 001 @ 00973077 n 0000 | warfare using chemical agents to kill or injure or incapacitate the enemy
-00967780 04 n 05 biological_warfare 0 BW 0 biological_attack 0 biologic_attack 0 bioattack 0 002 @ 00973077 n 0000 ~ 00996056 n 0000 | the use of bacteria or viruses or toxins to destroy men and animals or food
-00967993 04 n 04 biological_warfare_defense 0 biological_warfare_defence 0 BW_defense 0 BW_defence 0 001 @ 00954311 n 0000 | defense against biological warfare
-00968155 04 n 02 campaign 0 military_campaign 0 008 @ 00955060 n 0000 ;c 08199025 n 0000 + 01093786 v 0101 ~ 00968479 n 0000 ~i 01277288 n 0000 ~i 01289061 n 0000 ~i 01290435 n 0000 ~i 01299735 n 0000 | several related operations aimed at achieving a particular goal (usually within geographical and temporal constraints)
-00968479 04 n 03 expedition 1 military_expedition 0 hostile_expedition 0 004 @ 00968155 n 0000 ;c 08199025 n 0000 + 01517317 a 0101 ~ 00968715 n 0000 | a military campaign designed to achieve a specific objective in a foreign country
-00968715 04 n 01 Crusade 1 009 @ 00968479 n 0000 + 01093944 v 0101 ~i 00969087 n 0000 ~i 00969225 n 0000 ~i 00969421 n 0000 ~i 00969684 n 0000 ~i 00969858 n 0000 ~i 00970079 n 0000 ~i 00970331 n 0000 | any of the more or less continuous military expeditions in the 11th to 13th centuries when Christian powers of Europe tried to recapture the Holy Land from the Muslims
-00969087 04 n 01 First_Crusade 0 001 @i 00968715 n 0000 | a Crusade from 1096 to 1099; captured Jerusalem and created a theocracy there
-00969225 04 n 01 Second_Crusade 0 001 @i 00968715 n 0000 | a Crusade from 1145 to 1147 that failed because of internal disagreements among the crusaders and led to the loss of Jerusalem in 1187
-00969421 04 n 01 Third_Crusade 0 001 @i 00968715 n 0000 | a Crusade from 1189 to 1192 led by Richard I and the king of France that failed because an army torn by dissensions and fighting on foreign soil could not succeed against forces united by religious zeal
-00969684 04 n 01 Fourth_Crusade 0 001 @i 00968715 n 0000 | a Crusade from 1202 to 1204 that was diverted into a battle for Constantinople and failed to recapture Jerusalem
-00969858 04 n 01 Fifth_Crusade 0 001 @i 00968715 n 0000 | a Crusade under papal control from 1218 to 1221 that achieved military victories but failed when dissension arose over accepting the terms they had been offered
-00970079 04 n 01 Sixth_Crusade 0 001 @i 00968715 n 0000 | a Crusade from 1228 to 1229 led by the Holy Roman Emperor Frederick II who fell ill and was excommunicated by the Pope; by negotiation Frederick II was able to crown himself king of Jerusalem
-00970331 04 n 01 Seventh_Crusade 0 001 @i 00968715 n 0000 | a Crusade initiated in 1248 after the loss of Jerusalem in 1244 and defeated in 1249
-00970478 04 n 01 naval_campaign 0 001 @ 00955060 n 0000 | an operation conducted primarily by naval forces in order to gain or extend or maintain control of the sea
-00970645 04 n 02 mission 1 military_mission 0 006 @ 00955060 n 0000 ;c 08199025 n 0000 ~ 00970903 n 0000 ~ 00971004 n 0000 ~ 00971096 n 0000 ~ 00972112 n 0000 | an operation that is assigned by a higher headquarters; "the planes were on a bombing mission"
-00970903 04 n 01 combat_mission 0 001 @ 00970645 n 0000 | a mission to capture or defend something
-00971004 04 n 01 search_mission 0 001 @ 00970645 n 0000 | a mission to discover something
-00971096 04 n 01 search_and_destroy_mission 0 001 @ 00970645 n 0000 | an operation developed for United States troops in Vietnam; troops would move through a designated area destroying troops as they found them
-00971309 04 n 02 sortie 0 sally 0 002 @ 00952963 n 0000 ;c 08199025 n 0000 | a military action in which besieged troops burst forth from their position
-00971463 04 n 03 support 3 reinforcement 1 reenforcement 0 005 @ 00955060 n 0000 ;c 08199025 n 0000 + 00222472 v 0302 + 00222472 v 0201 ~ 00971984 n 0000 | a military operation (often involving new supplies of men and materiel) to strengthen a military force or aid in the performance of its mission; "they called for artillery support"
-00971802 04 n 01 dogfight 0 003 @ 01170962 n 0000 + 01648373 v 0101 + 01092826 v 0101 | a violent fight between dogs (sometimes organized illegally for entertainment and gambling)
-00971984 04 n 01 close_support 0 001 @ 00971463 n 0000 | close-in firing by one unit against an enemy engaged by another unit
-00972112 04 n 01 direct_support 0 001 @ 00970645 n 0000 | a mission requiring one force to support another specific force and authorizing it to answer directly the supported force's request for assistance
-00972319 04 n 01 amphibious_demonstration 0 001 @ 00981180 n 0000 | an amphibious operation conducted for the purpose of deceiving the enemy and leading him into a course of action unfavorable to him
-00972521 04 n 01 diversionary_landing 0 001 @ 00975270 n 0000 | an amphibious diversionary attack
-00972621 04 n 04 attack 0 onslaught 0 onset 1 onrush 0 017 @ 00955060 n 0000 ;c 08199025 n 0000 + 01118449 v 0101 + 01119169 v 0101 ~ 00974358 n 0000 %p 00974444 n 0000 ~ 00974762 n 0000 ~ 00975074 n 0000 ~ 00975270 n 0000 ~ 00975452 n 0000 ~ 00975781 n 0000 ~ 00977301 n 0000 ~ 00978173 n 0000 ~ 00978413 n 0000 ~ 00986938 n 0000 ~ 01246334 n 0000 ~ 01246541 n 0000 | (military) an offensive against an enemy (using weapons); "the attack began at dawn"
-00973077 04 n 02 war 0 warfare 0 048 @ 00952963 n 0000 ;c 08199025 n 0000 + 01093172 v 0101 -c 00355252 n 0000 ~ 00953280 n 0000 ~ 00953410 n 0000 %p 00953559 n 0000 ~ 00962567 n 0000 %p 00964343 n 0000 ~ 00967622 n 0000 ~ 00967780 n 0000 ~ 00996180 n 0000 ~ 00996673 n 0000 ~ 00996817 n 0000 %p 01237167 n 0000 ~i 01275934 n 0000 ~i 01285567 n 0000 ~i 01302449 n 0000 ~i 01302683 n 0000 ~i 01302935 n 0000 ~i 01303252 n 0000 ~i 01303739 n 0000 ~i 01304629 n 0000 ~i 01304820 n 0000 ~i 01305147 n 0000 ~i 01305310 n 0000 ~i 01305551 n 0000 ~i 01306007 n 0000 ~i 01306358 n 0000 ~i 01306911 n 0000 ~i 01307090 n 0000 ~i 01307299 n 0000 ~i 01308260 n 0000 ~i 01308438 n 0000 ~i 01308668 n 0000 ~i 01309109 n 0000 ~i 01309395 n 0000 ~i 01309807 n 0000 ~i 01310074 n 0000 ~i 01310347 n 0000 ~i 01310536 n 0000 ~i 01310789 n 0000 ~i 01311045 n 0000 ~i 01311344 n 0000 -c 08408709 n 0000 -c 10443170 n 0000 -c 13981403 n 0000 ~ 13981885 n 0000 | the waging of armed conflict against an enemy; "thousands of people were killed in the war"
-00974111 04 n 02 air_raid 0 air_attack 0 001 @ 00976953 n 0000 | an attack by armed planes on a surface target
-00974224 04 n 01 dogfight 1 003 @ 00953559 n 0000 + 10023381 n 0101 + 01092826 v 0101 | an aerial engagement between fighter planes
-00974358 04 n 01 ground_attack 0 001 @ 00972621 n 0000 | an attack by ground troops
-00974444 04 n 01 assault 0 005 @ 00953559 n 0000 #p 00972621 n 0000 ;c 08199025 n 0000 ~ 00772550 n 0000 ~ 00974630 n 0000 | close fighting during the culmination of a military attack
-00974630 04 n 01 storm 0 003 @ 00974444 n 0000 + 01126051 v 0101 + 01586600 v 0101 | a direct and violent assault on a stronghold
-00974762 04 n 01 charge 1 003 @ 00972621 n 0000 + 01121719 v 0101 ~ 00974994 n 0000 | an impetuous rush toward someone or something; "the wrestler's charge carried him past his adversary"; "the battle began with a cavalry charge"
-00974994 04 n 01 countercharge 0 001 @ 00974762 n 0000 | a retaliatory charge
-00975074 04 n 02 banzai_attack 0 banzai_charge 0 001 @ 00972621 n 0000 | a mass attack of troops without concern for casualties; originated by Japanese who accompanied it with yells of `banzai'
-00975270 04 n 02 diversion 2 diversionary_attack 0 002 @ 00972621 n 0000 ~ 00972521 n 0000 | an attack calculated to draw enemy defense away from the point of the principal attack
-00975452 04 n 02 penetration 0 incursion 0 006 @ 00972621 n 0000 ~ 00975658 n 0000 ~ 00975955 n 0000 ~ 00976531 n 0000 ~ 00976698 n 0000 ~ 00976953 n 0000 | an attack that penetrates into enemy territory
-00975658 04 n 01 interpenetration 1 002 @ 00975452 n 0000 + 01227235 v 0101 | the action of penetrating between or among
-00975781 04 n 02 blitz 0 blitzkrieg 0 003 @ 00972621 n 0000 ;c 08199025 n 0000 + 01126219 v 0101 | a swift and violent military offensive with intensive aerial bombardment
-00975955 04 n 01 breakthrough 1 002 @ 00975452 n 0000 + 00426749 v 0101 | a penetration of a barrier such as an enemy's defense
-00976085 04 n 03 safety_blitz 0 linebacker_blitzing 0 blitz 2 002 @ 00556313 n 0000 ;c 00469651 n 0000 | (American football) defensive players try to break through the offensive line
-00976270 04 n 02 mousetrap 0 trap_play 0 002 @ 00556313 n 0000 ;c 00469651 n 0000 | (American football) a play in which a defensive player is allowed to cross the line of scrimmage and then blocked off as the runner goes through the place the lineman vacated
-00976531 04 n 01 invasion 0 003 @ 00975452 n 0000 + 01126360 v 0101 ~ 00977132 n 0000 | the act of invading; the act of an army that invades for conquest or plunder
-00976698 04 n 01 infiltration 0 004 @ 00975452 n 0000 ;c 08199025 n 0000 + 02435634 v 0101 + 01913363 v 0101 | a process in which individuals (or small groups) penetrate an area (especially the military penetration of enemy positions without detection)
-00976953 04 n 03 foray 0 raid 0 maraud 0 006 @ 00975452 n 0000 + 02020237 v 0301 + 02494850 v 0201 + 01228635 v 0101 ~ 00974111 n 0000 ~ 00977214 n 0000 | a sudden short attack
-00977132 04 n 01 inroad 0 001 @ 00976531 n 0000 | an invasion or hostile attack
-00977214 04 n 01 swoop 1 002 @ 00976953 n 0000 + 01440010 v 0101 | a very rapid raid
-00977301 04 n 01 strike 2 005 @ 00972621 n 0000 + 01123887 v 0101 ~ 00977551 n 0000 ~ 00977857 n 0000 ~ 00978005 n 0000 | an attack that is intended to seize or inflict damage on or destroy an objective; "the strike was scheduled to begin at dawn"
-00977551 04 n 01 first_strike 0 001 @ 00977301 n 0000 | the initial use of nuclear weapons to attack a country that also has nuclear weapons; considered feasible only when the attacker can destroy the other country's ability to retaliate; "the Pakistani president promised no first strike against India"
-00977857 04 n 01 surgical_strike 0 001 @ 00977301 n 0000 | an attack (usually without prior warning) intended to deal only with a specific target
-00978005 04 n 02 preventive_strike 0 preventive_attack 0 001 @ 00977301 n 0000 | a strike that is carried out in order to deter expected aggression by hostile forces
-00978173 04 n 02 counterattack 0 countermove 0 003 @ 00972621 n 0000 + 01125084 v 0101 ~ 01174825 n 0000 | an attack by a defending force against an attacking enemy force in order to regain lost ground or cut off enemy advance units etc.
-00978413 04 n 02 bombing 0 bombardment 1 005 @ 00972621 n 0000 + 01131902 v 0201 + 01131902 v 0102 ~ 00978764 n 0000 ~ 00978993 n 0000 | an attack by dropping bombs
-00978580 04 n 01 bombardment 2 001 @ 01252918 n 0000 | the act (or an instance) of subjecting a body or substance to the impact of high-energy particles (as electrons or alpha rays)
-00978764 04 n 01 bombing_run 0 003 @ 00978413 n 0000 ~ 00979180 n 0000 ~ 00979348 n 0000 | that part of the flight that begins with the approach to the target; includes target acquisition and ends with the release of the bombs
-00978993 04 n 03 carpet_bombing 0 area_bombing 0 saturation_bombing 0 002 @ 00978413 n 0000 + 01132355 v 0101 | an extensive and systematic bombing intended to devastate a large target
-00979180 04 n 01 dive-bombing 0 002 @ 00978764 n 0000 + 01132667 v 0101 | a bombing run in which the bomber releases the bomb while flying straight toward the target
-00979348 04 n 02 loft_bombing 0 toss_bombing 0 002 @ 00978764 n 0000 ~ 00979557 n 0000 | a bombing run in which the bomber approaches the target at a low altitude and pulls up just before releasing the bomb
-00979557 04 n 01 over-the-shoulder_bombing 0 001 @ 00979348 n 0000 | a special case of loft bombing in which the bomb is released past the vertical so it is tossed back to the target
-00979742 04 n 01 bombing 1 003 @ 01244895 n 0000 ;c 00759694 n 0000 ~ 00979902 n 0000 | the use of bombs for sabotage; a tactic frequently used by terrorists
-00979902 04 n 01 suicide_bombing 0 001 @ 00979742 n 0000 | a terrorist bombing carried out by someone who does not hope to survive it
-00980038 04 n 03 offense 0 offence 0 offensive 0 004 @ 00955060 n 0000 ~ 00980200 n 0000 ~ 00980394 n 0000 ~ 00980779 n 0000 | the action of attacking an enemy
-00980200 04 n 01 counteroffensive 0 001 @ 00980038 n 0000 | a large scale offensive (more than a counterattack) undertaken by a defending force to seize the initiative from an attacking force
-00980394 04 n 01 dirty_war 0 002 @ 00980038 n 0000 ;c 00759694 n 0000 | an offensive conducted by secret police or the military of a regime against revolutionary and terrorist insurgents and marked by the use of kidnapping and torture and murder with civilians often being the victims; "thousands of people disappeared and were killed during Argentina's dirty war in the late 1970s"
-00980779 04 n 02 rollback 0 push_back 0 002 @ 00980038 n 0000 + 01506157 v 0205 | the act of forcing the enemy to withdraw
-00980904 04 n 03 peacekeeping 0 peacekeeping_mission 0 peacekeeping_operation 0 002 @ 00955060 n 0000 ;c 08199025 n 0000 | the activity of keeping the peace by military forces (especially when international military forces enforce a truce between hostile groups or nations)
-00981180 04 n 01 amphibious_operation 0 005 @ 00955060 n 0000 ;c 08199025 n 0000 ~ 00972319 n 0000 ~ 00981369 n 0000 ~i 01277938 n 0000 | a military operation by both land and sea forces
-00981369 04 n 01 amphibious_assault 0 010 @ 00981180 n 0000 ~i 01278509 n 0000 ~i 01280990 n 0000 ~i 01282022 n 0000 ~i 01282966 n 0000 ~i 01284124 n 0000 ~i 01293438 n 0000 ~i 01293650 n 0000 ~i 01296697 n 0000 ~i 01299224 n 0000 | an amphibious operation attacking a land base that is carried out by troops that are landed by naval ships
-00981711 04 n 01 information_gathering 0 002 @ 00955060 n 0000 ~ 00981830 n 0000 | the act of collecting information
-00981830 04 n 03 intelligence 0 intelligence_activity 0 intelligence_operation 0 010 @ 00981711 n 0000 ~ 00654234 n 0000 ~ 00982153 n 0000 ~ 00982347 n 0000 ~ 00982679 n 0000 ~ 00982852 n 0000 ~ 00983651 n 0000 ~ 00984490 n 0000 ~ 00984609 n 0000 ~ 00986275 n 0000 | the operation of gathering information about an enemy
-00982153 04 n 01 current_intelligence 0 001 @ 00981830 n 0000 | intelligence of all types and forms of immediate interest; usually disseminated without delays for evaluation or interpretation
-00982347 04 n 02 tactical_intelligence 0 combat_intelligence 0 002 @ 00981830 n 0000 ~ 00982536 n 0000 | intelligence that is required for the planning and conduct of tactical operations
-00982536 04 n 01 terrain_intelligence 0 001 @ 00982347 n 0000 | tactical intelligence on the natural and man-made characteristics of an area
-00982679 04 n 01 strategic_intelligence 0 001 @ 00981830 n 0000 | intelligence that is required for forming policy and military plans at national and international levels
-00982852 04 n 02 signals_intelligence 0 SIGINT 0 004 @ 00981830 n 0000 ~ 00983102 n 0000 ~ 00983287 n 0000 ~ 00983482 n 0000 | intelligence information gathered from communications intelligence or electronics intelligence or telemetry intelligence
-00983102 04 n 02 electronics_intelligence 0 ELINT 0 001 @ 00982852 n 0000 | intelligence derived from electromagnetic radiations from foreign sources (other than radioactive sources)
-00983287 04 n 02 communications_intelligence 0 COMINT 0 001 @ 00982852 n 0000 | technical and intelligence information derived from foreign communications by other than the intended recipients
-00983482 04 n 02 telemetry_intelligence 0 TELINT 0 001 @ 00982852 n 0000 | intelligence derived from the interception and processing and analysis of foreign telemetry
-00983651 04 n 01 clandestine_operation 0 002 @ 00981830 n 0000 ~ 00983811 n 0000 | an intelligence operation so planned and executed as to insure concealment
-00983811 04 n 01 exfiltration_operation 0 001 @ 00983651 n 0000 | a clandestine rescue operation to bring a defector or refugee or an operative and family out of danger
-00983982 04 n 02 psychological_operation 0 psyop 0 002 @ 00955060 n 0000 ;c 08199025 n 0000 | military actions designed to influence the perceptions and attitudes of individuals, groups, and foreign governments
-00984195 04 n 01 covert_operation 0 002 @ 00955060 n 0000 ~ 00984357 n 0000 | an intelligence operation so planned as to permit plausible denial by the sponsor
-00984357 04 n 01 black_operation 0 001 @ 00984195 n 0000 | a covert operation not attributable to the organization carrying it out
-00984490 04 n 01 overt_operation 0 001 @ 00981830 n 0000 | the collection of intelligence openly without concealment
-00984609 04 n 02 reconnaissance 1 reconnaissance_mission 0 010 @ 00981830 n 0000 + 02167571 v 0103 + 02167571 v 0102 ~ 00985008 n 0000 ~ 00985106 n 0000 ~ 00985356 n 0000 ~ 00985516 n 0000 ~ 00985746 n 0000 ~ 00985921 n 0000 ~ 00986080 n 0000 | the act of reconnoitring (especially to gain information about an enemy or potential enemy); "an exchange of fire occurred on a reconnaissance mission"
-00985008 04 n 03 recce 0 recco 0 reccy 0 001 @ 00984609 n 0000 | reconnaissance (by shortening)
-00985106 04 n 04 scouting 0 exploratory_survey 0 reconnoitering 0 reconnoitring 0 004 @ 00984609 n 0000 + 02167571 v 0403 + 02167571 v 0302 + 02167571 v 0101 | exploring in order to gain information; "scouting in enemy territory is very dangerous"
-00985356 04 n 01 air_reconnaissance 0 001 @ 00984609 n 0000 | reconnaissance either by visual observation from the air or through the use of airborne sensors
-00985516 04 n 01 reconnaissance_by_fire 0 001 @ 00984609 n 0000 | a method of reconnaissance in which fire is placed on a suspected enemy position in order to cause the enemy to disclose his presence by moving or returning fire
-00985746 04 n 01 reconnaissance_in_force 0 001 @ 00984609 n 0000 | an offensive operation designed to discover or test the enemy's strength (or to obtain other information)
-00985921 04 n 01 shufti 0 002 @ 00984609 n 0000 ;r 08860123 n 0000 | a quick look around (originally military slang); "take a shufti while you're out there"
-00986080 04 n 01 electronic_reconnaissance 0 001 @ 00984609 n 0000 | the detection and identification and evaluation and location of foreign electromagnetic radiations (other than radioactive)
-00986275 04 n 01 counterintelligence 0 007 @ 00981830 n 0000 ;c 00759694 n 0000 ~ 00654683 n 0000 ~ 00820845 n 0000 ~ 00821083 n 0000 ~ 00986663 n 0000 ~ 00986813 n 0000 | intelligence activities concerned with identifying and counteracting the threat to security posed by hostile intelligence organizations or by individuals engaged in espionage or sabotage or subversion or terrorism
-00986663 04 n 01 countersubversion 0 001 @ 00986275 n 0000 | the aspect of counterintelligence designed to detect and prevent subversive activities
-00986813 04 n 01 counter-sabotage 0 001 @ 00986275 n 0000 | counterintelligence designed to detect and counteract sabotage
-00986938 04 n 02 fire 0 firing 3 035 @ 00972621 n 0000 + 01135783 v 0202 + 01134238 v 0101 + 01133825 v 0101 + 01135783 v 0102 ~ 00987775 n 0000 ~ 00987863 n 0000 ~ 00988177 n 0000 ~ 00988320 n 0000 ~ 00988556 n 0000 ~ 00988893 n 0000 ~ 00989583 n 0000 ~ 00989773 n 0000 ~ 00990319 n 0000 ~ 00990474 n 0000 ~ 00990590 n 0000 ~ 00990719 n 0000 ~ 00990843 n 0000 ~ 00990963 n 0000 ~ 00991070 n 0000 ~ 00991164 n 0000 ~ 00991336 n 0000 ~ 00991496 n 0000 ~ 00991642 n 0000 ~ 00991772 n 0000 ~ 00991914 n 0000 ~ 00992102 n 0000 ~ 00992221 n 0000 ~ 00993228 n 0000 ~ 00993377 n 0000 ~ 00993651 n 0000 ~ 00993956 n 0000 ~ 00994144 n 0000 ~ 00994321 n 0000 ~ 00994449 n 0000 | the act of firing weapons or artillery at an enemy; "hold your fire until you can see the whites of their eyes"; "they retreated in the face of withering enemy fire"
-00987775 04 n 01 antiaircraft_fire 0 001 @ 00986938 n 0000 | firing at enemy aircraft
-00987863 04 n 05 barrage 0 barrage_fire 0 battery 1 bombardment 0 shelling 0 002 @ 00986938 n 0000 + 01135922 v 0502 | the heavy fire of artillery to saturate an area rather than hit a specific target; "they laid down a barrage in front of the advancing troops"; "the shelling went on for hours without pausing"
-00988177 04 n 01 broadside 0 002 @ 00986938 n 0000 ;c 08191701 n 0000 | the simultaneous firing of all the armament on one side of a warship
-00988320 04 n 04 fusillade 0 salvo 0 volley 0 burst 1 004 @ 00986938 n 0000 + 01377571 v 0301 + 02029492 v 0301 + 01137582 v 0101 | rapid simultaneous discharge of firearms; "our fusillade from the left flank caught them by surprise"
-00988556 04 n 01 call_fire 0 001 @ 00986938 n 0000 | fire delivered on a specific target in response to a request from the supported unit
-00988696 04 n 01 close_supporting_fire 0 001 @ 00993956 n 0000 | fire on enemy troops or weapons or positions that are near the supported unit and are the most immediate and serious threat to it
-00988893 04 n 02 cover 1 covering_fire 0 002 @ 00986938 n 0000 + 01129201 v 0101 | fire that makes it difficult for the enemy to fire on your own individuals or formations; "artillery provided covering fire for the withdrawal"
-00989122 04 n 01 deep_supporting_fire 0 001 @ 00993956 n 0000 | fire on objectives not in the immediate vicinity of your forces but with the objective of destroying enemy reserves and weapons and interfering with the enemy command and supply and communications
-00989385 04 n 01 direct_supporting_fire 0 001 @ 00993956 n 0000 | fire delivered in support of part of a force (as opposed to general supporting fire delivered in support of the force as a whole)
-00989583 04 n 02 concentrated_fire 0 massed_fire 0 001 @ 00986938 n 0000 | fire from two or more weapons directed at a single target or area (as fire by batteries of two or more warships)
-00989773 04 n 01 counterfire 0 004 @ 00986938 n 0000 ~ 00989937 n 0000 ~ 00990071 n 0000 ~ 00990195 n 0000 | fire intended to neutralize or destroy enemy weapons
-00989937 04 n 01 counterbattery_fire 0 001 @ 00989773 n 0000 | fire delivered to neutralize or destroy indirect fire weapon systems
-00990071 04 n 01 counterbombardment 0 001 @ 00989773 n 0000 | bombardment intended to destroy or neutralize enemy weapons
-00990195 04 n 01 countermortar_fire 0 001 @ 00989773 n 0000 | mortar fire intended to destroy or neutralize enemy weapons
-00990319 04 n 01 counterpreparation_fire 0 001 @ 00986938 n 0000 | intensive prearranged fire delivered when the immanence of enemy attack is discovered
-00990474 04 n 01 crossfire 0 001 @ 00986938 n 0000 | fire from two or more points so that the lines of fire cross
-00990590 04 n 01 destruction_fire 0 001 @ 00986938 n 0000 | fire delivered for the sole purpose of destroying material objects
-00990719 04 n 01 direct_fire 0 001 @ 00986938 n 0000 | fire delivered on a target that is visible to the person aiming it
-00990843 04 n 01 distributed_fire 0 001 @ 00986938 n 0000 | fire dispersed so as to engage effectively an area target
-00990963 04 n 02 friendly_fire 0 fratricide 1 001 @ 00986938 n 0000 | fire that injures or kills an ally
-00991070 04 n 01 hostile_fire 0 001 @ 00986938 n 0000 | fire that injures or kills an enemy
-00991164 04 n 01 grazing_fire 0 001 @ 00986938 n 0000 | fire approximately parallel to the ground; the center of the cone of fire does rise above 1 meter from the ground
-00991336 04 n 01 harassing_fire 0 001 @ 00986938 n 0000 | fire designed to disturb the rest of enemy troops and to curtail movement and to lower enemy morale
-00991496 04 n 01 indirect_fire 0 001 @ 00986938 n 0000 | fire delivered on a target that is not itself used as the point of aim for the weapons
-00991642 04 n 01 interdiction_fire 0 001 @ 00986938 n 0000 | fire directed to an area to prevent the enemy from using that area
-00991772 04 n 01 neutralization_fire 0 001 @ 00986938 n 0000 | fire that is delivered in order to render the target ineffective or unusable
-00991914 04 n 01 observed_fire 0 001 @ 00986938 n 0000 | fire for which the point of impact (the burst) can be seen by an observer; fire can be adjusted on the basis of the observations
-00992102 04 n 01 preparation_fire 0 001 @ 00986938 n 0000 | fire delivered on a target in preparation for an assault
-00992221 04 n 01 radar_fire 0 001 @ 00986938 n 0000 | gunfire aimed a target that is being tracked by radar
-00992331 04 n 02 dating 0 geological_dating 0 005 @ 00646833 n 0000 + 00619183 v 0101 ~ 00992544 n 0000 ~ 00992732 n 0000 ~ 00992995 n 0000 | use of chemical analysis to estimate the age of geological specimens
-00992544 04 n 01 potassium-argon_dating 0 001 @ 00992331 n 0000 | geological dating that relies on the proportions of radioactive potassium in a rock sample and its decay product, argon
-00992732 04 n 03 radiocarbon_dating 0 carbon_dating 0 carbon-14_dating 0 001 @ 00992331 n 0000 | a chemical analysis used to determine the age of organic materials based on their content of the radioisotope carbon-14; believed to be reliable up to 40,000 years
-00992995 04 n 01 rubidium-strontium_dating 0 001 @ 00992331 n 0000 | geological dating based on the proportions of radioactive rubidium into its decay product strontium; radioactive rubidium has a half-life of 47,000,000,000 years
-00993228 04 n 01 registration_fire 0 001 @ 00986938 n 0000 | fire delivered to obtain accurate data for subsequent effective engagement of targets
-00993377 04 n 01 scheduled_fire 0 001 @ 00986938 n 0000 | prearranged fire delivered at a predetermined time
-00993488 04 n 01 scouring 1 002 @ 00945401 n 0000 + 01317276 v 0101 | moving over territory to search for something; "scouring the entire area revealed nothing"
-00993651 04 n 01 searching_fire 0 001 @ 00986938 n 0000 | fire distributed in depth by successive changes in the elevation of the gun
-00993787 04 n 01 shakedown 1 002 @ 00945401 n 0000 ;u 07157273 n 0000 | a very thorough search of a person or a place; "a shakedown by the police uncovered the drugs"
-00993956 04 n 01 supporting_fire 0 004 @ 00986938 n 0000 ~ 00988696 n 0000 ~ 00989122 n 0000 ~ 00989385 n 0000 | fire delivered by supporting units to protect or assist a unit in combat
-00994144 04 n 01 suppressive_fire 0 001 @ 00986938 n 0000 | fire on or about a weapon system to degrade its performance below what is needed to fulfill its mission objectives
-00994321 04 n 01 unobserved_fire 0 001 @ 00986938 n 0000 | fire for which the point of impact (the bursts) cannot be observed
-00994449 04 n 02 artillery_fire 0 cannon_fire 0 005 @ 00986938 n 0000 ~ 00994623 n 0000 ~ 00994745 n 0000 ~ 00994895 n 0000 ~ 00994989 n 0000 | fire delivered by artillery
-00994623 04 n 02 cannonade 0 drumfire 0 002 @ 00994449 n 0000 + 01136481 v 0101 | intense and continuous artillery fire
-00994745 04 n 01 high-angle_fire 0 001 @ 00994449 n 0000 | fire from a cannon that is fired at an elevation greater than that for the maximum range
-00994895 04 n 01 mortar_fire 0 001 @ 00994449 n 0000 | artillery fire delivered by a mortar
-00994989 04 n 01 zone_fire 0 001 @ 00994449 n 0000 | artillery or mortar fire delivered in a constant direction at several quadrant elevations
-00995134 04 n 02 electronic_countermeasures 0 ECM 0 003 @ 00954751 n 0000 ~ 01251270 n 0000 ~ 01253379 n 0000 | electronic warfare undertaken to prevent or reduce an enemy's effective use of the electromagnetic spectrum
-00995356 04 n 02 electronic_counter-countermeasures 0 ECCM 0 001 @ 00954751 n 0000 | electronic warfare undertaken to insure effective friendly use of the electromagnetic spectrum in spite of the enemy's use of electronic warfare
-00995588 04 n 02 electronic_warfare-support_measures 0 ESM 0 001 @ 00954751 n 0000 | electronic warfare undertaken under direct control of an operational commander to locate sources of radiated electromagnetic energy for the purpose of immediate threat recognition
-00995855 04 n 01 electromagnetic_intrusion 0 001 @ 00954751 n 0000 | the deliberate insertion of electromagnetic energy into transmission paths with the objective of confusing or deceiving operators
-00996056 04 n 02 germ_warfare 0 bacteriological_warfare 0 001 @ 00967780 n 0000 | the use of harmful bacteria as a weapon
-00996180 04 n 02 information_warfare 0 IW 0 001 @ 00973077 n 0000 | the use of information or information technology during a time of crisis or conflict to achieve or promote specific objectives over a specific adversary or adversaries; "not everyone agrees that information warfare is limited to the realm of traditional warfare"
-00996513 04 n 02 jihad 0 jehad 0 002 @ 00788766 n 0000 + 09683180 n 0101 | a holy struggle or striving by a Muslim for a moral or spiritual or political goal
-00996673 04 n 03 jihad 1 jehad 1 international_jihad 0 002 @ 00973077 n 0000 + 09683180 n 0101 | a holy war waged by Muslims against infidels
-00996817 04 n 01 world_war 0 003 @ 00973077 n 0000 ~i 01311520 n 0000 ~i 01312096 n 0000 | a war in which the major nations of the world are involved
-00996969 04 n 04 measurement 0 measuring 0 measure 0 mensuration 0 046 @ 00407535 n 0000 + 00647094 v 0402 + 00681429 v 0301 + 02704349 v 0301 + 00489837 v 0302 + 00647094 v 0301 + 00647094 v 0201 + 00647094 v 0101 + 00489837 v 0102 ~ 00603995 n 0000 ~ 00647270 n 0000 ~ 00998037 n 0000 ~ 00998196 n 0000 ~ 00998329 n 0000 ~ 00998423 n 0000 ~ 00998514 n 0000 ~ 00998604 n 0000 ~ 00998768 n 0000 ~ 00998982 n 0000 ~ 00999089 n 0000 ~ 01001814 n 0000 ~ 01001923 n 0000 ~ 01002008 n 0000 ~ 01002165 n 0000 ~ 01002284 n 0000 ~ 01002413 n 0000 ~ 01002554 n 0000 ~ 01002677 n 0000 ~ 01002872 n 0000 ~ 01002956 n 0000 ~ 01003113 n 0000 ~ 01003272 n 0000 ~ 01003570 n 0000 ~ 01004377 n 0000 ~ 01004582 n 0000 ~ 01004775 n 0000 ~ 01004961 n 0000 ~ 01005100 n 0000 ~ 01005284 n 0000 ~ 01005473 n 0000 ~ 01005579 n 0000 ~ 01116206 n 0000 ~ 01116360 n 0000 ~ 01116466 n 0000 ~ 01116696 n 0000 ~ 01117318 n 0000 | the act or process of assigning numbers to phenomena according to a rule; "the measurements were carefully done"; "his mental measurings proved remarkably accurate"
-00998037 04 n 01 actinometry 0 002 @ 00996969 n 0000 + 02602644 a 0101 | measuring the intensity of electromagnetic radiation (especially of the sun's rays)
-00998196 04 n 01 algometry 0 003 @ 00996969 n 0000 + 02611290 a 0101 + 02611290 a 0102 | measuring sensitivity to pain or pressure
-00998329 04 n 01 anemography 0 001 @ 00996969 n 0000 | recording anemometrical measurements
-00998423 04 n 01 anemometry 0 001 @ 00996969 n 0000 | measuring wind speed and direction
-00998514 04 n 01 angulation 1 001 @ 00996969 n 0000 | the precise measurement of angles
-00998604 04 n 01 anthropometry 0 003 @ 00996969 n 0000 + 02629017 a 0101 + 02629017 a 0102 | measurement and study of the human body and its parts and capacities
-00998768 04 n 01 arterial_blood_gases 0 001 @ 00996969 n 0000 | measurement of the pH level and the oxygen and carbon dioxide concentrations in arterial blood; important in diagnosis of many respiratory diseases
-00998982 04 n 01 audiometry 0 002 @ 00996969 n 0000 + 02648270 a 0101 | measuring sensitivity of hearing
-00999089 04 n 02 bathymetry 0 plumbing 0 004 @ 00996969 n 0000 + 00730647 v 0201 + 02660337 a 0101 + 02660337 a 0102 | measuring the depths of the oceans
-00999245 04 n 03 calibration 0 standardization 0 standardisation 0 007 @ 00407535 n 0000 + 00682436 v 0302 + 00467717 v 0201 + 01589497 v 0101 + 00295697 v 0101 ~ 00999588 n 0000 ~ 00999787 n 0000 | the act of checking or adjusting (by comparison with a standard) the accuracy of a measuring instrument; "the thermometer needed calibration"
-00999588 04 n 01 tuning 0 004 @ 00999245 n 0000 ;c 07020895 n 0000 + 00295966 v 0101 + 00295346 v 0101 | (music) calibrating something (an instrument or electronic circuit) to a standard frequency
-00999787 04 n 03 adjustment 1 registration 1 readjustment 1 009 @ 00999245 n 0000 + 00922867 v 0202 + 00296178 v 0101 ~ 01000068 n 0000 ~ 01000276 n 0000 ~ 01000411 n 0000 ~ 01000969 n 0000 ~ 01001097 n 0000 ~ 01001640 n 0000 | the act of adjusting something to match a standard
-01000068 04 n 01 alignment 0 005 @ 00999787 n 0000 + 02658867 v 0101 + 00466053 v 0101 ~ 01001344 n 0000 ~ 01001489 n 0000 | the act of adjusting or aligning the parts of a device in relation to each other
-01000276 04 n 01 collimation 0 002 @ 00999787 n 0000 + 00465461 v 0101 | the accurate adjustment of the line of sight of a telescope
-01000411 04 n 01 temperament 0 002 @ 00999787 n 0000 ~ 01000610 n 0000 | an adjustment of the intervals (as in tuning a keyboard instrument) so that the scale can be used to play in different keys
-01000610 04 n 01 equal_temperament 0 001 @ 01000411 n 0000 | the division of the scale based on an octave that is divided into twelve exactly equal semitones; "equal temperament is the system commonly used in keyboard instruments"
-01000843 04 n 01 tune 0 001 @ 00199707 n 0000 | the adjustment of a radio receiver or other circuit to a required frequency
-01000969 04 n 01 tune-up 0 002 @ 00999787 n 0000 + 00295966 v 0102 | adjustments made to an engine to improve its performance
-01001097 04 n 04 synchronization 1 synchronisation 1 synchronizing 1 synchronising 1 005 @ 00999787 n 0000 + 00393953 v 0402 + 00393953 v 0301 + 00393953 v 0202 + 00393953 v 0101 | an adjustment that causes something to occur or recur in unison
-01001344 04 n 01 camber 0 001 @ 01000068 n 0000 | the alignment of the wheels of a motor vehicle closer together at the bottom than at the top
-01001489 04 n 01 toe-in 0 001 @ 01000068 n 0000 | the alignment of the front wheels of a motor vehicle closer together at the front than at the back
-01001640 04 n 01 voicing 0 001 @ 00999787 n 0000 | the act of adjusting an organ pipe (or wind instrument) so that it conforms to the standards of tone and pitch and color
-01001814 04 n 01 calorimetry 0 002 @ 00996969 n 0000 + 02675738 a 0101 | measurement of quantities of heat
-01001923 04 n 01 cephalometry 0 001 @ 00996969 n 0000 | measurement of human heads
-01002008 04 n 01 densitometry 0 001 @ 00996969 n 0000 | measuring the optical density of a substance by shining light on it and measuring its transmission
-01002165 04 n 01 dosimetry 0 001 @ 00996969 n 0000 | measuring the dose of radiation emitted by a radioactive source
-01002284 04 n 02 fetometry 0 foetometry 0 001 @ 00996969 n 0000 | measurement of a fetus (especially the diameter of the head)
-01002413 04 n 02 hydrometry 0 gravimetry 0 003 @ 00996969 n 0000 + 03002841 a 0202 + 03002841 a 0101 | the measurement of specific gravity
-01002554 04 n 02 hypsometry 0 hypsography 0 001 @ 00996969 n 0000 | measurement of the elevation of land above sea level
-01002677 04 n 01 mental_measurement 0 002 @ 00996969 n 0000 ~ 01006675 n 0000 | a generic term used to cover any application of measurement techniques to the quantification of mental functions
-01002872 04 n 01 micrometry 0 001 @ 00996969 n 0000 | measuring with a micrometer
-01002956 04 n 01 observation 1 004 @ 00996969 n 0000 + 02154508 v 0102 + 00732552 v 0101 ~ 01247969 n 0000 | the act of making and recording a measurement
-01003113 04 n 01 pelvimetry 0 001 @ 00996969 n 0000 | measurement of the dimensions of the bony birth canal (to determine whether vaginal birth is possible)
-01003272 04 n 01 photometry 0 003 @ 00996969 n 0000 + 02777548 a 0102 ~ 01003435 n 0000 | measurement of the properties of light (especially luminous intensity)
-01003435 04 n 01 cytophotometry 0 001 @ 01003272 n 0000 | the study of chemical compounds inside a cell by means of a cytophotometer
-01003570 04 n 01 quantification 0 003 @ 00996969 n 0000 + 00489837 v 0101 ~ 01003729 n 0000 | the act of discovering or expressing the quantity of something
-01003729 04 n 02 gradation 0 graduation 0 007 @ 01003570 n 0000 + 01143138 a 0101 + 01614079 v 0101 + 00657728 v 0101 + 00658052 v 0105 + 00657550 v 0101 ~ 01003936 n 0000 | the act of arranging in grades
-01003936 04 n 02 shading 0 blending 0 001 @ 01003729 n 0000 | a gradation involving small or imperceptible differences between grades
-01004072 04 n 02 divergence 0 divergency 0 007 @ 00383606 n 0000 + 02066662 a 0201 + 00612652 a 0201 + 02709906 v 0201 + 02032415 v 0201 + 00612652 a 0101 + 02032415 v 0101 | the act of moving away in different direction from a common point; "an angle is formed by the divergence of two straight lines"
-01004377 04 n 01 radioactive_dating 0 001 @ 00996969 n 0000 | measurement of the amount of radioactive material (usually carbon 14) that an object contains; can be used to estimate the age of the object
-01004582 04 n 02 reading 2 meter_reading 0 002 @ 00996969 n 0000 + 00922867 v 0101 | the act of measuring with meters or similar instruments; "he has a job meter reading for the gas company"
-01004775 04 n 01 sampling 1 002 @ 00996969 n 0000 ;c 06271778 n 0000 | measurement at regular intervals of the amplitude of a varying waveform (in order to convert it to digital form)
-01004961 04 n 01 sounding 0 002 @ 00996969 n 0000 + 00491689 v 0102 | the act of measuring depth of water (usually with a sounding line)
-01005100 04 n 01 sound_ranging 0 001 @ 00996969 n 0000 | locating a source of sound (as an enemy gun) by measurements of the time the sound arrives at microphones in known positions
-01005284 04 n 01 scaling 1 005 @ 00996969 n 0000 + 02728388 v 0101 + 00319406 v 0101 + 00490428 v 0101 ~ 01005814 n 0000 | act of measuring or arranging or adjusting according to a scale
-01005473 04 n 01 spirometry 0 001 @ 00996969 n 0000 | the use of a spirometer to measure vital capacity
-01005579 04 n 01 surveying 0 003 @ 00996969 n 0000 + 00646738 v 0101 ~ 00617337 n 0000 | the practice of measuring angles and distances on the ground so that they can be accurately plotted on a map; "he studied surveying at college"
-01005814 04 n 01 scalage 0 003 @ 01005284 n 0000 + 02728388 v 0101 + 00319406 v 0101 | the act of scaling in weight or quantity or dimension
-01005957 04 n 01 scalage 1 001 @ 05803379 n 0000 | estimation of the amount of lumber in a log
-01006054 04 n 01 electromyography 0 001 @ 00177127 n 0000 | diagnosis of neuromuscular disorders with the use of an electromyograph
-01006188 04 n 01 mammography 0 001 @ 00177127 n 0000 | a diagnostic procedure to detect breast tumors by the use of X rays
-01006313 04 n 01 thermography 0 002 @ 00177127 n 0000 ~ 01006536 n 0000 | diagnostic technique using a thermograph to record the heat produced by different parts of the body; used to study blood flow and to detect tumors
-01006536 04 n 01 mammothermography 0 001 @ 01006313 n 0000 | the use of thermography to detect breast tumors (which appear as hot spots)
-01006675 04 n 04 test 2 mental_test 0 mental_testing 0 psychometric_test 0 007 @ 01002677 n 0000 + 00669970 v 0101 + 01112584 v 0101 + 00786458 v 0102 ~ 01007053 n 0000 ~ 01007463 n 0000 ~ 01008271 n 0000 | any standardized procedure for measuring sensitivity or memory or intelligence or aptitude or personality etc; "the test was standardized on a large sample of students"
-01007053 04 n 02 intelligence_test 0 IQ_test 0 003 @ 01006675 n 0000 ~ 01007273 n 0000 ~ 01007372 n 0000 | a psychometric test of intelligence; "they used to think that intelligence is what an intelligence test tests"
-01007273 04 n 01 Stanford-Binet_test 0 001 @ 01007053 n 0000 | revision of the Binet-Simon Scale
-01007372 04 n 01 Binet-Simon_Scale 0 001 @ 01007053 n 0000 | the first intelligence test
-01007463 04 n 01 personality_test 0 003 @ 01006675 n 0000 ~ 01007609 n 0000 ~ 06474289 n 0000 | any test that is intended to assess personality
-01007609 04 n 03 projective_test 0 projective_device 0 projective_technique 0 003 @ 01007463 n 0000 ~ 01007907 n 0000 ~ 01008097 n 0000 | any personality test designed to yield information about someone's personality on the basis of their unrestricted response to ambiguous objects or situations
-01007907 04 n 03 Rorschach 0 Rorschach_test 0 inkblot_test 0 001 @ 01007609 n 0000 | a projective tests using bilaterally symmetrical inkblots; subjects state what they see in the inkblot
-01008097 04 n 02 Thematic_Apperception_Test 0 TAT 0 001 @ 01007609 n 0000 | a projective technique using black-and-white pictures; subjects tell a story about each picture
-01008271 04 n 01 sub-test 0 002 @ 01006675 n 0000 #m 07953827 n 0000 | one of a battery of related tests
-01008378 04 n 02 organization 1 organisation 1 012 @ 00407535 n 0000 + 00710005 v 0205 + 02432530 v 0202 + 00404642 v 0202 + 02432530 v 0101 + 00710005 v 0104 + 00404642 v 0101 ~ 01009001 n 0000 ~ 01009190 n 0000 ~ 01009871 n 0000 ~ 01011166 n 0000 ~ 01016973 n 0000 | the activity or result of distributing or disposing persons or things properly or methodically; "his organization of the work force was very efficient"
-01008801 04 n 01 orchestration 2 002 @ 00939628 n 0000 + 00710005 v 0106 | an arrangement of events that attempts to achieve a maximum effect; "the skillful orchestration of his political campaign"
-01009001 04 n 02 randomization 0 randomisation 0 003 @ 01008378 n 0000 + 00278899 v 0202 + 00278899 v 0101 | a deliberately haphazard arrangement of observations so as to simulate chance
-01009190 04 n 04 systematization 0 systematisation 0 rationalization 0 rationalisation 0 007 @ 01008378 n 0000 + 00629257 v 0402 + 00629257 v 0301 + 00480969 v 0202 + 00480969 v 0101 ~ 01009507 n 0000 ~ 01009637 n 0000 | systematic organization; the act of organizing something according to a system or a rationale
-01009507 04 n 01 codification 0 002 @ 01009190 n 0000 + 00481739 v 0101 | the act of codifying; arranging in a systematic order
-01009637 04 n 02 formalization 0 formalisation 0 005 @ 01009190 n 0000 + 02478701 v 0203 + 02478936 v 0202 + 02478701 v 0102 + 02478936 v 0101 | the act of making formal (as by stating formal rules governing classes of expressions)
-01009871 04 n 02 order 0 ordering 0 012 @ 01008378 n 0000 + 00658052 v 0204 + 00276883 v 0201 + 00277659 v 0201 + 00276883 v 0101 + 00277659 v 0101 + 00745499 v 0101 ~ 01010245 n 0000 ~ 01010334 n 0000 ~ 01010458 n 0000 ~ 01010901 n 0000 ~ 01011028 n 0000 | the act of putting things in a sequential arrangement; "there were mistakes in the ordering of items on the list"
-01010245 04 n 01 rank_order 0 001 @ 01009871 n 0000 | an arrangement according to rank
-01010334 04 n 02 scaling 2 grading 0 002 @ 01009871 n 0000 + 00658052 v 0205 | the act of arranging in a graduated series
-01010458 04 n 02 succession 0 sequence 0 006 @ 01009871 n 0000 + 01667729 a 0203 + 00660571 v 0201 + 02406585 v 0101 ~ 00457890 n 0000 ~ 01010684 n 0000 | the action of following in order; "he played the trumps in sequence"
-01010684 04 n 01 alternation 0 003 @ 01010458 n 0000 + 00121506 v 0101 + 00121214 v 0101 | successive change from one thing or state to another and back again; "a trill is a rapid alternation between the two notes"
-01010901 04 n 01 layout 0 002 @ 01009871 n 0000 + 00711040 v 0101 | the act of laying out (as by making plans for something)
-01011028 04 n 02 alphabetization 0 alphabetisation 0 002 @ 01009871 n 0000 + 00279239 v 0101 | the act of putting in alphabetical order
-01011166 04 n 03 listing 0 itemization 0 itemisation 0 009 @ 01008378 n 0000 + 00946588 v 0302 + 00946105 v 0304 + 00946588 v 0201 + 00946105 v 0203 + 02472223 v 0101 + 00946755 v 0102 + 00945853 v 0101 ~ 01011425 n 0000 | the act of making a list of items
-01011425 04 n 04 inventory 0 inventorying 0 stocktaking 0 stock-taking 0 003 @ 01011166 n 0000 + 02472495 v 0201 ~ 01011720 n 0000 | making an itemized list of merchandise or supplies on hand; "an inventory may be necessary to see if anything is missing"; "they held an inventory every month"
-01011720 04 n 02 stocktake 0 stock-take 0 001 @ 01011425 n 0000 | an instance of stocktaking; "the auditor did not attend the stocktake or check the valuations"
-01011883 04 n 01 roll_call 0 004 @ 07109847 n 0000 ~ 01012030 n 0000 ~ 01012125 n 0000 ~ 01012257 n 0000 | calling out an official list of names
-01012030 04 n 01 mail_call 0 001 @ 01011883 n 0000 | a call of names of those receiving mail
-01012125 04 n 01 muster_call 0 002 @ 01011883 n 0000 ;c 08199025 n 0000 | a call of the names of personnel at a military assembly
-01012257 04 n 01 attendance_check 0 001 @ 01011883 n 0000 | a call of students' names in a classroom
-01012360 04 n 01 grouping 0 009 @ 00407535 n 0000 + 01089878 v 0101 + 00656576 v 0101 ~ 00389610 n 0000 ~ 00390198 n 0000 ~ 01012608 n 0000 ~ 01012712 n 0000 ~ 01014066 n 0000 ~ 01016832 n 0000 | the activity of putting things together in groups
-01012608 04 n 01 phrasing 0 001 @ 01012360 n 0000 | the grouping of musical phrases in a melodic line
-01012712 04 n 06 categorization 0 categorisation 0 classification 0 compartmentalization 0 compartmentalisation 0 assortment 0 013 @ 01012360 n 0000 + 00654625 v 0604 + 00483801 v 0502 + 00483801 v 0401 + 00739662 v 0302 + 00654625 v 0301 + 00657260 v 0101 ~ 01013156 n 0000 ~ 01013316 n 0000 ~ 01013434 n 0000 ~ 01013604 n 0000 ~ 01013770 n 0000 ~ 01013971 n 0000 | the act of distributing things into classes or categories of the same type
-01013156 04 n 01 indexing 0 002 @ 01012712 n 0000 + 02354112 v 0101 | the act of classifying and providing an index in order to make items easier to retrieve
-01013316 04 n 01 reclassification 0 001 @ 01012712 n 0000 | classifying something again (usually in a new category)
-01013434 04 n 01 relegation 2 003 @ 01012712 n 0000 + 02399331 v 0103 + 00739662 v 0101 | the act of assigning (someone or something) to a particular class or category
-01013604 04 n 01 stratification 0 003 @ 01012712 n 0000 + 02513048 v 0101 + 02512808 v 0101 | the act or process or arranging persons into classes or social strata
-01013770 04 n 01 taxonomy 0 004 @ 01012712 n 0000 + 10693824 n 0101 + 03018498 a 0101 + 03018498 a 0102 | practice of classifying plants and animals according to their presumed natural relationships
-01013971 04 n 01 typology 0 001 @ 01012712 n 0000 | classification according to general type
-01014066 04 n 04 collection 0 collecting 0 assembling 0 aggregation 0 017 @ 01012360 n 0000 + 02304982 v 0202 + 01384439 v 0201 + 01380638 v 0203 + 02304982 v 0102 + 01384439 v 0101 + 01380638 v 0103 ~ 01014490 n 0000 ~ 01014607 n 0000 ~ 01014731 n 0000 ~ 01014990 n 0000 ~ 01015551 n 0000 ~ 01015689 n 0000 ~ 01015996 n 0000 ~ 01016201 n 0000 ~ 01016420 n 0000 ~ 01016748 n 0000 | the act of gathering something together
-01014490 04 n 01 agglomeration 0 001 @ 01014066 n 0000 | the act of collecting in a mass; the act of agglomerating
-01014607 04 n 01 collation 2 002 @ 01014066 n 0000 + 01385759 v 0101 | assembling in proper numerical or logical sequence
-01014731 04 n 02 compilation 0 compiling 0 005 @ 01014066 n 0000 + 01626138 v 0202 + 02304982 v 0106 + 01627105 v 0101 + 01626138 v 0102 | the act of compiling (as into a single book or file or list); "the job of compiling the inventory took several hours"
-01014990 04 n 02 gather 0 gathering 1 006 @ 01014066 n 0000 + 00158804 v 0205 + 01316619 v 0101 + 01380638 v 0101 ~ 01015175 n 0000 ~ 01015310 n 0000 | the act of gathering something
-01015175 04 n 02 centralization 1 centralisation 1 003 @ 01014990 n 0000 + 00405236 v 0202 + 00405236 v 0101 | gathering to a center
-01015310 04 n 03 harvest 1 harvesting 0 harvest_home 0 004 @ 01014990 n 0000 + 01320009 v 0202 + 01320009 v 0102 ~ 01015477 n 0000 | the gathering of a ripened crop
-01015477 04 n 01 haying 1 001 @ 01015310 n 0000 | the harvesting of hay
-01015551 04 n 01 bottle_collection 1 001 @ 01014066 n 0000 | the activity of collecting bottles; "bottle collection is a hobby of hers"
-01015689 04 n 02 conchology 0 shell_collecting 0 003 @ 01014066 n 0000 @ 06073067 n 0000 + 09951835 n 0101 | the collection and study of mollusc shells
-01015843 04 n 04 garbage_collection 0 garbage_pickup 0 trash_collection 0 trash_pickup 0 001 @ 01016201 n 0000 | the collection and removal of garbage
-01015996 04 n 04 numismatics 0 numismatology 0 coin_collecting 0 coin_collection 0 003 @ 01014066 n 0000 + 10366779 n 0202 + 10366779 n 0101 | the collection and study of money (and coins in particular)
-01016201 04 n 01 pickup 0 004 @ 01014066 n 0000 + 02287041 v 0101 ~ 01015843 n 0000 + 02305586 v 0102 | the act or process of picking up or collecting from various places; "garbage pickup is on Mondays and Thursdays"
-01016420 04 n 03 philately 0 stamp_collecting 0 stamp_collection 0 005 @ 01014066 n 0000 + 10422405 n 0101 + 03006854 a 0101 + 03006854 a 0102 ~ 01016628 n 0000 | the collection and study of postage stamps
-01016628 04 n 01 aerophilately 0 002 @ 01016420 n 0000 + 03007038 a 0101 | the collection and study of airmail stamps
-01016748 04 n 01 tax_collection 0 001 @ 01014066 n 0000 | the collection of taxes
-01016832 04 n 01 sorting 0 004 @ 01012360 n 0000 + 00654625 v 0103 ~ 01017167 n 0000 ~ 01254253 n 0000 | grouping by class or kind or size
-01016973 04 n 02 territorialization 0 territorialisation 0 005 @ 01008378 n 0000 + 02432975 v 0202 + 00579952 v 0202 + 02432975 v 0101 + 00579952 v 0101 | the act of organizing as a territory
-01017167 04 n 01 triage 0 001 @ 01016832 n 0000 | sorting and allocating aid on the basis of need for or likely benefit from medical treatment or food
-01017320 04 n 02 support 1 supporting 0 005 @ 00407535 n 0000 + 01217043 v 0202 + 01217043 v 0102 ~ 01017550 n 0000 ~ 01017701 n 0000 | the act of bearing the weight of or strengthening; "he leaned against the wall for support"
-01017550 04 n 03 shoring 0 shoring_up 0 propping_up 0 003 @ 01017320 n 0000 + 01219004 v 0203 + 01219004 v 0104 | the act of propping up with shores
-01017701 04 n 03 suspension 0 dangling 0 hanging 1 005 @ 01017320 n 0000 + 01481957 v 0301 + 01482285 v 0201 + 01481154 v 0101 + 00148763 v 0101 | the act of suspending something (hanging it from above so it moves freely); "there was a small ceremony for the hanging of the portrait"
-01017987 04 n 02 continuance 0 continuation 0 015 @ 00407535 n 0000 + 02747922 v 0201 + 02747709 v 0201 + 02684924 v 0201 + 01995549 v 0203 + 00781000 v 0201 ! 01022483 n 0202 + 02684924 v 0101 ! 01022483 n 0101 ~ 01018366 n 0000 ~ 01018630 n 0000 ~ 01021579 n 0000 ~ 01021889 n 0000 ~ 01022008 n 0000 ~ 01022178 n 0000 | the act of continuing an activity without interruption
-01018366 04 n 04 prolongation 0 protraction 0 perpetuation 0 lengthening 0 005 @ 01017987 n 0000 + 02648253 v 0301 + 00317888 v 0202 + 02679530 v 0101 + 00317888 v 0101 | the act of prolonging something; "there was an indefinite prolongation of the peace talks"
-01018630 04 n 02 repetition 0 repeating 0 013 @ 01017987 n 0000 + 01734502 v 0204 + 01964367 a 0102 + 01734502 v 0104 + 00958334 v 0101 ~ 01018951 n 0000 ~ 01019129 n 0000 ~ 01019248 n 0000 ~ 01019372 n 0000 ~ 01019524 n 0000 ~ 01020117 n 0000 ~ 01248852 n 0000 ~ 01249060 n 0000 | the act of doing or performing again
-01018951 04 n 01 echolalia 0 002 @ 01018630 n 0000 ;c 06055946 n 0000 | (psychiatry) mechanical and meaningless repetition of the words of another person (as in schizophrenia)
-01019129 04 n 01 iteration 0 002 @ 01018630 n 0000 + 00958334 v 0104 | doing or saying again; a repeated performance
-01019248 04 n 01 redundancy 0 003 @ 01018630 n 0000 + 01581305 a 0103 + 00549826 a 0102 | repetition of an act needlessly
-01019372 04 n 02 reduplication 0 reiteration 0 002 @ 01018630 n 0000 + 00958334 v 0202 | the act of repeating over and again (or an instance thereof)
-01019524 04 n 01 copying 0 007 @ 01018630 n 0000 + 01747374 v 0101 + 01693881 v 0101 + 01742886 v 0102 ~ 01019703 n 0000 ~ 01019901 n 0000 ~ 01020936 n 0000 | an act of copying
-01019703 04 n 02 duplication 0 gemination 0 002 @ 01019524 n 0000 + 01735308 v 0101 | the act of copying or making a duplicate (or duplicates) of something; "this kind of duplication is wasteful"
-01019901 04 n 02 reproduction 1 replication 0 004 @ 01019524 n 0000 + 01736822 v 0101 ~ 00644156 n 0000 ~ 01020362 n 0000 | the act of making copies; "Gutenberg's reproduction of holy texts was far more efficient"
-01020117 04 n 03 replay 0 instant_replay 0 action_replay 0 004 @ 01018630 n 0000 ;c 06277280 n 0000 ;r 08860123 n 0304 + 01738347 v 0102 | the immediate rebroadcast of some action (especially sports action) that has been recorded on videotape
-01020362 04 n 01 sound_reproduction 0 003 @ 01019901 n 0000 ~ 01020488 n 0000 ~ 01020770 n 0000 | the reproduction of sound
-01020488 04 n 02 high_fidelity 0 hi-fi 0 002 @ 01020362 n 0000 ~ 01020628 n 0000 | the reproduction of sound with little or no distortion
-01020628 04 n 02 headroom 0 dynamic_headroom 0 001 @ 01020488 n 0000 | the capacity of a system to reproduce loud sounds without distortion
-01020770 04 n 01 playback 0 002 @ 01020362 n 0000 + 01738347 v 0101 | the act of reproducing recorded sound; "he was allowed to hear the playback of his testimony"
-01020936 04 n 01 imitation 0 005 @ 01019524 n 0000 + 01742886 v 0101 ~ 01021119 n 0000 ~ 01021270 n 0000 ~ 01021396 n 0000 | copying (or trying to copy) the actions of someone else
-01021119 04 n 01 echo 0 001 @ 01020936 n 0000 | an imitation or repetition; "the flower arrangement was created as an echo of a client's still life"
-01021270 04 n 01 emulation 0 003 @ 01020936 n 0000 + 02675701 v 0101 + 01122405 v 0101 | effort to equal or surpass another
-01021396 04 n 01 mimicry 1 001 @ 01020936 n 0000 | the resemblance of an animal species to another species or to natural objects; provides concealment and protection from predators
-01021579 04 n 03 perseverance 0 persistence 0 perseveration 0 005 @ 01017987 n 0000 + 00958823 v 0301 + 00350461 v 0301 + 00350461 v 0202 + 00350461 v 0101 | the act of persisting or persevering; continuing or repeating behavior; "his perseveration continued to the point where it was no longer appropriate"
-01021889 04 n 01 abidance 0 002 @ 01017987 n 0000 + 00668099 v 010a | the act of abiding (enduring without yielding)
-01022008 04 n 02 pursuance 0 prosecution 1 003 @ 01017987 n 0000 + 02375131 v 0201 + 02376429 v 0101 | the continuance of something begun with a view to its completion
-01022178 04 n 01 survival 0 003 @ 01017987 n 0000 ~ 00413239 n 0000 ~ 01022292 n 0000 | something that survives
-01022292 04 n 02 hangover 0 holdover 0 002 @ 01022178 n 0000 + 02682424 v 0201 | something that has survived from the past; "a holdover from the sixties"; "hangovers from the 19th century"
-01022483 04 n 02 discontinuance 0 discontinuation 0 011 @ 00209943 n 0000 + 02680814 v 0201 + 00362348 v 0203 ! 01017987 n 0202 + 02680814 v 0101 ! 01017987 n 0101 ~ 01022824 n 0000 ~ 01022992 n 0000 ~ 01023138 n 0000 ~ 01067192 n 0000 ~ 01252800 n 0000 | the act of discontinuing or breaking off; an interruption (temporary or permanent)
-01022824 04 n 01 disfranchisement 0 002 @ 01022483 n 0000 + 02476846 v 0102 | the discontinuation of a franchise; especially the discontinuation of the right to vote
-01022992 04 n 01 disinheritance 0 002 @ 01022483 n 0000 + 02316097 v 0101 | the act by a donor that terminates the right of a person to inherit
-01023138 04 n 01 phase-out 0 001 @ 01022483 n 0000 | the act or instance of a planned discontinuation
-01023242 04 n 01 intervention 1 002 @ 01184814 n 0000 ;c 08441203 n 0000 | (law) a proceeding that permits a person to enter into a lawsuit already in progress; admission of person not an original party to the suit so that person can protect some right or interest that is allegedly affected by the proceedings; "the purpose of intervention is to prevent unnecessary duplication of lawsuits"
-01023636 04 n 01 procedure 1 005 @ 01184814 n 0000 + 03103198 a 0101 + 00055340 a 0102 ~ 01025563 n 0000 ~ 01025678 n 0000 | a mode of conducting legal and parliamentary proceedings
-01023820 04 n 02 procedure 0 process 0 021 @ 00407535 n 0000 + 01668603 v 0203 + 02438535 v 0201 + 03103198 a 0101 + 02372605 v 0102 ~ 00152230 n 0000 ~ 00152338 n 0000 ~ 00152519 n 0000 ~ 00177127 n 0000 ~ 00177783 n 0000 ~ 00178024 n 0000 ~ 00868910 n 0000 ~ 01024392 n 0000 ~ 01024643 n 0000 ~ 01024811 n 0000 ~ 01025411 n 0000 ~ 01026191 n 0000 ~ 01026316 n 0000 ~ 01026482 n 0000 ~ 05798863 n 0000 ~ 05846932 n 0000 | a particular course of action intended to achieve a result; "the procedure of obtaining a driver's license"; "it was a process of trial and error"
-01024392 04 n 01 medical_procedure 0 003 @ 01023820 n 0000 ~ 00671351 n 0000 ~ 01024547 n 0000 | a procedure employed by medical or dental practitioners
-01024547 04 n 01 dental_procedure 0 001 @ 01024392 n 0000 | a procedure employed by a dentist
-01024643 04 n 02 mapping 0 chromosome_mapping 0 003 @ 01023820 n 0000 ;c 06075527 n 0000 + 02695709 v 0101 | (genetics) the process of locating genes on a chromosome
-01024811 04 n 01 operating_procedure 0 002 @ 01023820 n 0000 ~ 01024968 n 0000 | a procedure for operating something or for dealing with a given situation
-01024968 04 n 04 standing_operating_procedure 0 standard_operating_procedure 0 SOP 0 standard_procedure 0 002 @ 01024811 n 0000 ~ 01025254 n 0000 | a prescribed procedure to be followed routinely; "rote memorization has been the educator's standard operating procedure for centuries"
-01025254 04 n 01 lockstep 1 001 @ 01024968 n 0000 | a standard procedure that is followed mindlessly; "the union's support had been in lockstep for years"
-01025411 04 n 01 stiffening 0 002 @ 01023820 n 0000 + 00418563 v 0101 | the act of becoming stiff; "stiffening his shoulders, he prepared to advance"
-01025563 04 n 02 bureaucratic_procedure 0 red_tape 0 001 @ 01023636 n 0000 | needlessly time-consuming procedure
-01025678 04 n 01 objection 0 003 @ 01023636 n 0000 ;c 08441203 n 0000 ~ 01026020 n 0000 | (law) a procedure whereby a party to a suit says that a particular line of questioning or a particular witness or a piece of evidence or other matter is improper and should not be continued and asks the court to rule on its impropriety or illegality
-01026020 04 n 01 recusation 1 003 @ 01025678 n 0000 ;c 08441203 n 0000 + 00686249 v 0101 | (law) an objection grounded on the judge's relationship to one of the parties
-01026191 04 n 01 indirection 0 001 @ 01023820 n 0000 | indirect procedure or action; "he tried to find out by indirection"
-01026316 04 n 02 rigmarole 0 rigamarole 0 001 @ 01023820 n 0000 | a long and complicated and confusing procedure; "all that academic rigmarole was a waste of time"
-01026482 04 n 02 routine 0 modus_operandi 0 003 @ 01023820 n 0000 ~ 01026633 n 0000 ~ 01026744 n 0000 | an unvarying or habitual method or procedure
-01026633 04 n 01 rat_race 0 001 @ 01026482 n 0000 | an exhausting routine that leaves no time for relaxation
-01026744 04 n 02 rut 0 groove 0 001 @ 01026482 n 0000 | a settled and monotonous routine that is hard to escape; "they fell into a conversational rut"
-01026897 04 n 01 ceremony 1 004 @ 00407535 n 0000 + 01042491 a 0101 + 01042703 a 0101 ~ 01027231 n 0000 | any activity that is performed in an especially solemn elaborate or formal way; "the ceremony of smelling the cork and tasting the wine"; "he makes a ceremony of addressing his golf ball"; "he disposed of it without ceremony"
-01027231 04 n 02 tea_ceremony 0 chanoyu 0 002 @ 01026897 n 0000 ;r 08921850 n 0000 | an ancient ritual for preparing and serving and drinking tea
-01027379 04 n 01 ceremony 0 009 @ 00407535 n 0000 + 01042491 a 0101 + 01042703 a 0101 ~ 00239483 n 0000 ~ 00253070 n 0000 ~ 01027662 n 0000 ~ 01028082 n 0000 ~ 01028381 n 0000 ~ 01048697 n 0000 | the proper or conventional behavior on some solemn occasion; "an inaugural ceremony"
-01027662 04 n 01 lustrum 0 004 @ 01027379 n 0000 ;r 08806897 n 0000 ;c 15253139 n 0000 + 00476538 v 0101 | a ceremonial purification of the Roman population every five years following the census
-01027859 04 n 02 ritual 0 rite 0 008 @ 00413239 n 0000 + 02892389 a 0201 + 02892389 a 0101 + 00525446 v 0101 %p 00541479 n 0000 ~ 01036778 n 0000 ~ 01036996 n 0000 ~ 01037294 n 0000 | any customary observance or practice
-01028082 04 n 02 religious_ceremony 0 religious_ritual 0 011 @ 01027379 n 0000 ~ 01028534 n 0000 ~ 01029406 n 0000 ~ 01032040 n 0000 ~ 01034925 n 0000 ~ 01038895 n 0000 ~ 01039925 n 0000 ~ 01041349 n 0000 ~ 01041674 n 0000 ~ 01041835 n 0000 ~ 01042242 n 0000 | a ceremony having religious meaning
-01028381 04 n 01 military_ceremony 0 002 @ 01027379 n 0000 ;c 08199025 n 0000 | a military custom performed in observance of some event or anniversary
-01028534 04 n 02 agape 0 love_feast 0 001 @ 01028082 n 0000 | a religious meal shared as a sign of love and fellowship
-01028655 04 n 01 worship 0 022 @ 00407535 n 0000 + 02613275 v 0101 ~ 01029114 n 0000 ~ 01029323 n 0000 ~ 01041968 n 0000 ~ 01043820 n 0000 ~ 01043989 n 0000 ~ 01044084 n 0000 ~ 01044448 n 0000 ~ 01044761 n 0000 ~ 01045714 n 0000 ~ 01045807 n 0000 ~ 01045924 n 0000 ~ 01046006 n 0000 ~ 01046167 n 0000 ~ 01046257 n 0000 ~ 01046348 n 0000 ~ 01046441 n 0000 ~ 01046664 n 0000 ~ 01046888 n 0000 ~ 05914359 n 0000 ~ 06693502 n 0000 | the activity of worshipping
-01029114 04 n 03 deification 0 exaltation 1 apotheosis 0 005 @ 01028655 n 0000 + 00860620 v 0203 + 00544936 v 0201 + 00545140 v 0101 + 00693401 v 0101 | the elevation of a person (as to the status of a god)
-01029323 04 n 01 ancestor_worship 0 001 @ 01028655 n 0000 | worship of ancestors
-01029406 04 n 02 rite 1 religious_rite 0 008 @ 01028082 n 0000 + 02892656 a 0101 ~ 01029671 n 0000 ~ 01030152 n 0000 ~ 01030280 n 0000 ~ 01031194 n 0000 ~ 01033184 n 0000 ~ 01033458 n 0000 | an established ceremony prescribed by a religion; "the rite of baptism"
-01029671 04 n 02 vigil 2 watch 2 004 @ 01029406 n 0000 ;c 05946687 n 0000 ~ 01029883 n 0000 ~ 01030033 n 0000 | the rite of staying awake for devotional purposes (especially on the eve of a religious festival)
-01029883 04 n 02 wake 0 viewing 0 001 @ 01029671 n 0000 | a vigil held over a corpse the night before burial; "there's no weeping at an Irish wake"
-01030033 04 n 01 agrypnia 0 002 @ 01029671 n 0000 + 02609065 a 0101 | a vigil before certain feasts (as e.g. Easter)
-01030152 04 n 01 last_rites 0 002 @ 01029406 n 0000 ;u 06295235 n 0000 | rites performed in connection with a death or burial
-01030280 04 n 01 orgy 0 003 @ 01029406 n 0000 + 02134162 a 0101 + 00797706 a 0105 | secret rite in the cults of ancient Greek or Roman deities involving singing and dancing and drinking and sexual activity
-01030488 04 n 02 popery 0 papism 0 002 @ 00410247 n 0000 + 09680657 n 0201 | offensive terms for the practices and rituals of the Roman Catholic Church
-01030642 04 n 01 quotation 0 002 @ 00410247 n 0000 + 01023259 v 0101 | the practice of quoting from books or plays etc.; "since he lacks originality he must rely on quotation"
-01030820 04 n 01 ritual 1 006 @ 00410247 n 0000 + 02892656 a 0101 + 00525446 v 0101 ~ 00255450 n 0000 ~ 00516086 n 0000 ~ 01036333 n 0000 | the prescribed procedure for conducting religious ceremonies
-01031023 04 n 01 ritualism 0 003 @ 00410247 n 0000 + 03111832 a 0101 + 10532886 n 0101 | exaggerated emphasis on the importance of rites or ritualistic forms in worship
-01031194 04 n 01 circumcision 1 003 @ 01029406 n 0000 + 01274341 v 0101 ~ 01031392 n 0000 | the act of circumcising performed on males eight days after birth as a Jewish and Muslim religious rite
-01031392 04 n 05 Berith 0 Berit 0 Brith 0 Bris 0 Briss 0 001 @ 01031194 n 0000 | the Jewish rite of circumcision performed on a male child on the eighth day of his life
-01031563 04 n 02 nudism 0 naturism 0 003 @ 00410247 n 0000 + 02989069 a 0201 + 10365701 n 0101 | going without clothes as a social practice
-01031705 04 n 01 systematism 0 003 @ 00410247 n 0000 + 10381369 n 0106 + 10693824 n 0103 | the habitual practice of systematization and classification
-01031858 04 n 03 transvestism 0 transvestitism 0 cross_dressing 0 001 @ 00410247 n 0000 | the practice of adopting the clothes or the manner or the sexual role of the opposite sex
-01032040 04 n 03 service 1 religious_service 0 divine_service 0 010 @ 01028082 n 0000 ~ 01032368 n 0000 ~ 01032810 n 0000 ~ 01032892 n 0000 ~ 01033024 n 0000 ~ 01034233 n 0000 ~ 01034385 n 0000 ~ 01034571 n 0000 ~ 01034816 n 0000 %p 07190290 n 0000 | the act of public worship following prescribed rules; "the Sunday service"
-01032368 04 n 02 church_service 0 church 0 017 @ 01032040 n 0000 + 02079151 v 0201 -c 01636363 a 0000 -c 01033714 n 0000 -c 03028079 n 0000 -c 03028596 n 0000 -c 03142431 n 0000 -c 03497531 n 0000 -c 04312432 n 0000 -c 06232635 n 0000 -c 06747369 n 0000 -c 07243837 n 0000 -c 08087981 n 0000 -c 08088963 n 0000 -c 10580030 n 0000 -c 00173007 v 0000 -c 02612762 v 0000 | a service conducted in a house of worship; "don't be late for church"
-01032810 04 n 01 devotional 0 001 @ 01032040 n 0000 | a short religious service
-01032892 04 n 02 prayer_meeting 0 prayer_service 0 001 @ 01032040 n 0000 | a service at which people sing hymns and pray together
-01033024 04 n 02 chapel_service 0 chapel 0 001 @ 01032040 n 0000 | a service conducted in a place of worship that has its own altar; "he was late for chapel"
-01033184 04 n 01 liturgy 0 004 @ 01029406 n 0000 + 02994312 a 0101 + 10267941 n 0101 ~ 01033345 n 0000 | a rite or body of rites prescribed for public worship
-01033345 04 n 01 Christian_liturgy 0 002 @ 01033184 n 0000 %p 07036203 n 0000 | the Christian worship services
-01033458 04 n 01 office 0 007 @ 01029406 n 0000 + 01959918 a 0101 + 02382087 v 0101 + 01096497 v 0101 ~ 01033714 n 0000 ~ 01033903 n 0000 ~ 01034077 n 0000 | a religious rite or service prescribed by ecclesiastical authorities; "the offices of the mass"
-01033714 04 n 01 Divine_Office 0 003 @ 01033458 n 0000 ;c 08083599 n 0000 ;c 01032368 n 0000 | canonical prayers recited daily by priests (e.g. the breviary of the Roman Catholic Church)
-01033903 04 n 01 Little_Office 0 002 @ 01033458 n 0000 ;c 08083599 n 0000 | a Roman Catholic office honoring the Virgin Mary; similar to but shorter than the Divine Office
-01034077 04 n 01 Office_of_the_Dead 0 002 @ 01033458 n 0000 ;c 08083599 n 0000 | an office read or sung before a burial mass in the Roman Catholic Church
-01034233 04 n 01 committal_service 0 001 @ 01032040 n 0000 | service committing a body to the grave; "the committal service will be held next Monday"
-01034385 04 n 01 none 0 001 @ 01032040 n 0000 | a service in the Roman Catholic Church formerly read or chanted at 3 PM (the ninth hour counting from sunrise) but now somewhat earlier
-01034571 04 n 01 vesper 0 002 @ 01032040 n 0000 ~ 01034685 n 0000 | a late afternoon or evening worship service
-01034685 04 n 01 placebo 0 002 @ 01034571 n 0000 ;c 08083599 n 0000 | (Roman Catholic Church) vespers of the office for the dead
-01034816 04 n 01 watch_night 0 001 @ 01032040 n 0000 | a devotional service (especially on New Year's Eve)
-01034925 04 n 01 sacrament 0 009 @ 01028082 n 0000 + 02931227 a 0101 ~ 01035853 n 0000 ~ 01036903 n 0000 ~ 01037819 n 0000 ~ 01038761 n 0000 ~ 01039140 n 0000 ~ 01039637 n 0000 ~ 01039822 n 0000 | a formal religious ceremony conferring a specific grace on those who receive it; the two Protestant ceremonies are baptism and the Lord's Supper; in the Roman Catholic Church and the Eastern Orthodox Church there are seven traditional rites accepted as instituted by Jesus: baptism and confirmation and Holy Eucharist and penance and holy orders and matrimony and extreme unction
-01035504 04 n 02 Last_Supper 0 Lord's_Supper 1 001 @ 01035667 n 0000 | the traditional Passover supper of Jesus with his disciples on the eve of his crucifixion
-01035667 04 n 02 Seder 0 Passover_supper 0 003 @ 07575984 n 0000 ;c 06232880 n 0000 ~ 01035504 n 0000 | (Judaism) the ceremonial dinner on the first night (or both nights) of Passover
-01035853 04 n 07 Holy_Eucharist 0 Eucharist 0 sacrament_of_the_Eucharist 0 Holy_Sacrament 0 Liturgy 1 Eucharistic_liturgy 0 Lord's_Supper 0 006 @ 01034925 n 0000 + 02994312 a 0501 + 10267941 n 0501 + 02715802 a 0201 %p 01036194 n 0000 %p 01036333 n 0000 | a Christian sacrament commemorating the Last Supper by consecrating bread and wine
-01036194 04 n 01 Offertory 0 002 @ 01041349 n 0000 #p 01035853 n 0000 | the part of the Eucharist when bread and wine are offered to God
-01036333 04 n 04 Communion 1 Holy_Communion 0 sacramental_manduction 0 manduction 1 004 @ 01030820 n 0000 #p 01035853 n 0000 + 00760402 v 0101 ~ 01036624 n 0000 | the act of participating in the celebration of the Eucharist; "the governor took Communion with the rest of the congregation"
-01036624 04 n 01 intercommunion 0 001 @ 01036333 n 0000 | participation in Holy Communion by members of more than one church (eg Catholic and Orthodox)
-01036778 04 n 02 betrothal 0 espousal 2 002 @ 01027859 n 0000 + 00886602 v 0101 | the act of becoming betrothed or engaged
-01036903 04 n 01 matrimony 0 001 @ 01034925 n 0000 | the ceremony or sacrament of marriage
-01036996 04 n 03 marriage 0 wedding 0 marriage_ceremony 0 008 @ 01027859 n 0000 + 02488834 v 0203 + 02489456 v 0101 + 02488834 v 0101 ~ 01037469 n 0000 ~ 01037577 n 0000 ~ 01037710 n 0000 ~ 01248752 n 0000 | the act of marrying; the nuptial ceremony; "their marriage was conducted in the chapel"
-01037294 04 n 01 rite_of_passage 0 001 @ 01027859 n 0000 | a ritual performed in some cultures at times when an individual changes status (as from adolescence to adulthood)
-01037469 04 n 02 bridal 0 espousal 1 001 @ 01036996 n 0000 | archaic terms for a wedding or wedding feast
-01037577 04 n 01 civil_marriage 0 001 @ 01036996 n 0000 | a marriage performed by a government official rather than by a clergyman
-01037710 04 n 01 love_match 0 001 @ 01036996 n 0000 | a marriage for love's sake; not an arranged marriage
-01037819 04 n 01 baptism 0 009 @ 01034925 n 0000 + 03047071 a 0101 + 09838701 n 0101 + 01028079 v 0101 + 01028079 v 0102 ~ 01038147 n 0000 ~ 01038261 n 0000 ~ 01038375 n 0000 ~ 01038485 n 0000 | a Christian sacrament signifying spiritual cleansing and rebirth; "most churches baptize infants but some insist on adult baptism"
-01038147 04 n 01 affusion 0 001 @ 01037819 n 0000 | the act of baptizing someone by pouring water on their head
-01038261 04 n 02 aspersion 1 sprinkling 0 001 @ 01037819 n 0000 | the act of sprinkling water in baptism (rare)
-01038375 04 n 01 christening 0 002 @ 01037819 n 0000 + 01028079 v 0103 | giving a Christian name at baptism
-01038485 04 n 01 immersion 0 002 @ 01037819 n 0000 ~ 01038629 n 0000 | a form of baptism in which part or all of a person's body is submerged
-01038629 04 n 01 trine_immersion 0 001 @ 01038485 n 0000 | baptism by immersion three times (in the names in turn of the Trinity)
-01038761 04 n 01 confirmation 0 001 @ 01034925 n 0000 | a sacrament admitting a baptized person to full participation in the church
-01038895 04 n 01 confirmation 1 001 @ 01028082 n 0000 | a ceremony held in the synagogue (usually at Pentecost) to admit as adult members of the Jewish community young men and women who have successfully completed a course of study in Judaism
-01039140 04 n 01 penance 1 003 @ 01034925 n 0000 %p 00094240 n 0000 ~ 01039307 n 0000 | a Catholic sacrament; repentance and confession and atonement and absolution
-01039307 04 n 01 confession 0 004 @ 01039140 n 0000 ;c 08083599 n 0000 + 00818805 v 0101 ~ 01039560 n 0000 | (Roman Catholic Church) the act of a penitent disclosing his sinfulness before a priest in the sacrament of penance in the hope of absolution
-01039560 04 n 01 shrift 0 001 @ 01039307 n 0000 | the act of being shriven
-01039637 04 n 03 anointing_of_the_sick 0 extreme_unction 0 last_rites 1 001 @ 01034925 n 0000 | a Catholic sacrament; a priest anoints a dying person with oil and prays for salvation
-01039822 04 n 01 holy_order 0 002 @ 01034925 n 0000 %p 00165298 n 0000 | the sacrament of ordination
-01039925 04 n 01 sanctification 0 006 @ 01028082 n 0000 + 00866702 v 0104 + 00475819 v 0103 ~ 01040128 n 0000 ~ 01040390 n 0000 ~ 01040646 n 0000 | a religious ceremony in which something is made holy
-01040128 04 n 01 beatification 0 003 @ 01039925 n 0000 ;c 08083599 n 0000 + 00822912 v 0101 | (Roman Catholic Church) an act of the Pope who declares that a deceased person lived a holy life and is worthy of public veneration; a first step toward canonization
-01040390 04 n 02 canonization 0 canonisation 0 005 @ 01039925 n 0000 ;c 08083599 n 0000 ;c 08086356 n 0000 + 00823129 v 0202 + 00823129 v 0101 | (Roman Catholic and Eastern Orthodox Church) the act of admitting a deceased person into the canon of saints
-01040646 04 n 01 consecration 0 005 @ 01039925 n 0000 ;c 05946687 n 0000 + 02386012 v 0102 + 00886978 v 0102 + 00866702 v 0101 | (religion) sanctification of something by setting it apart (usually with religious rites) as dedicated to God; "the Cardinal attended the consecration of the church"
-01040943 04 n 01 communalism 1 001 @ 01206153 n 0000 | loyalty and commitment to the interests of your own minority or ethnic group rather than to society as a whole
-01041111 04 n 01 consecration 1 004 @ 01206153 n 0000 + 02386012 v 0102 + 00887463 v 0103 + 00886978 v 0102 | a solemn commitment of your life or your time to some cherished purpose (to a service or a goal); "his consecration to study"
-01041349 04 n 02 Oblation 0 religious_offering 0 002 @ 01028082 n 0000 ~ 01036194 n 0000 | the act of offering the bread and wine of the Eucharist
-01041498 04 n 02 oblation 1 offering 0 002 @ 01086081 n 0000 + 02613487 v 0201 | the act of contributing to the funds of a church or charity; "oblations for aid to the poor"
-01041674 04 n 02 unction 0 inunction 0 003 @ 00712833 n 0000 @ 01028082 n 0000 + 00085626 v 0202 | anointing as part of a religious ceremony or healing ritual
-01041835 04 n 01 libation 0 001 @ 01028082 n 0000 | the act of pouring a liquid offering (especially wine) as a religious ceremony
-01041968 04 n 02 prayer 0 supplication 1 004 @ 01028655 n 0000 + 00759944 v 0101 ~ 01042764 n 0000 ~ 01043693 n 0000 | the act of communicating with a deity (especially as a petition or in adoration or contrition or thanksgiving); "the priest sank to his knees in prayer"
-01042242 04 n 01 Mass 0 006 @ 01028082 n 0000 ;c 08083599 n 0000 ;c 08087570 n 0000 ~ 01042465 n 0000 ~ 01042578 n 0000 ~ 01042661 n 0000 | (Roman Catholic Church and Protestant Churches) the celebration of the Eucharist
-01042465 04 n 01 High_Mass 0 002 @ 01042242 n 0000 %p 07033753 n 0000 | a solemn and elaborate Mass with music
-01042578 04 n 01 Low_Mass 0 001 @ 01042242 n 0000 | a Mass recited without music
-01042661 04 n 01 Requiem 0 002 @ 01042242 n 0000 %p 07033913 n 0000 | a Mass celebrated for the dead
-01042764 04 n 01 devotion 0 005 @ 01041968 n 0000 ;u 06295235 n 0000 ~ 01042998 n 0000 ~ 01043189 n 0000 ~ 01043333 n 0000 | (usually plural) religious observance or prayers (usually spoken silently); "he returned to his devotions"
-01042998 04 n 01 bhakti 0 002 @ 01042764 n 0000 ;c 06236802 n 0000 | (Hinduism) loving devotion to a deity leading to salvation and nirvana; open to all persons independent of caste or sex
-01043189 04 n 01 novena 0 002 @ 01042764 n 0000 ;c 08083599 n 0000 | a Roman Catholic devotion consisting of prayers on nine consecutive days
-01043333 04 n 02 Stations 0 Stations_of_the_Cross 0 004 @ 01042764 n 0000 @ 08457976 n 0000 ;c 08083599 n 0000 ;u 06295235 n 0000 | (Roman Catholic Church) a devotion consisting of fourteen prayers said before a series of fourteen pictures or carvings representing successive incidents during Jesus' passage from Pilate's house to his crucifixion at Calvary
-01043693 04 n 02 blessing 0 benediction 0 002 @ 01041968 n 0000 + 00866505 v 0101 | the act of praying for divine protection
-01043820 04 n 02 idolization 0 idolisation 0 004 @ 01028655 n 0000 + 01778017 v 0202 + 01778017 v 0101 ~ 01044268 n 0000 | the act of worshiping blindly and to excess
-01043989 04 n 02 adoration 2 latria 0 001 @ 01028655 n 0000 | the worship given to God alone
-01044084 04 n 02 idolatry 0 idol_worship 0 004 @ 01028655 n 0000 + 02931096 a 0101 + 10198602 n 0101 ~ 01044363 n 0000 | the worship of idols; the worship of images that are not God
-01044268 04 n 01 bardolatry 0 001 @ 01043820 n 0000 | the idolization of William Shakespeare
-01044363 04 n 01 iconolatry 0 001 @ 01044084 n 0000 | the worship of sacred images
-01044448 04 n 04 idolatry 1 devotion 2 veneration 0 cultism 0 011 @ 01028655 n 0000 + 00887463 v 0205 + 01465922 a 0101 ~ 01044867 n 0000 ~ 01044983 n 0000 ~ 01045091 n 0000 ~ 01045202 n 0000 ~ 01045306 n 0000 ~ 01045413 n 0000 ~ 01045520 n 0000 ~ 01045621 n 0000 | religious zeal; the willingness to serve God
-01044761 04 n 03 idiolatry 0 autolatry 0 self-worship 0 001 @ 01028655 n 0000 | the worship of yourself
-01044867 04 n 02 bibliolatry 0 Bible-worship 0 002 @ 01044448 n 0000 + 02662692 a 0101 | the worship of the Bible
-01044983 04 n 03 verbolatry 0 grammatolatry 0 word-worship 0 001 @ 01044448 n 0000 | the worship of words
-01045091 04 n 03 symbolatry 0 symbololatry 0 symbol-worship 0 001 @ 01044448 n 0000 | the worship of symbols
-01045202 04 n 02 anthropolatry 0 worship_of_man 0 001 @ 01044448 n 0000 | the worship of human beings
-01045306 04 n 03 gyneolatry 0 gynaeolatry 0 woman-worship 0 001 @ 01044448 n 0000 | the worship of women
-01045413 04 n 01 lordolatry 0 001 @ 01044448 n 0000 | the worship of a lord because of his rank or title
-01045520 04 n 02 thaumatolatry 0 miracle-worship 0 001 @ 01044448 n 0000 | the worship of miracles
-01045621 04 n 02 topolatry 0 place-worship 0 001 @ 01044448 n 0000 | the worship of places
-01045714 04 n 02 arborolatry 0 tree-worship 0 001 @ 01028655 n 0000 | the worship of trees
-01045807 04 n 02 astrolatry 0 worship_of_heavenly_bodies 0 001 @ 01028655 n 0000 | the worship of planets or stars
-01045924 04 n 01 cosmolatry 0 001 @ 01028655 n 0000 | the worship of the cosmos
-01046006 04 n 03 diabolatry 0 demonolatry 0 devil-worship 0 003 @ 01028655 n 0000 + 05979595 n 0202 + 05979595 n 0101 | the acts or rites of worshiping devils
-01046167 04 n 02 pyrolatry 0 fire-worship 0 001 @ 01028655 n 0000 | the worship of fire
-01046257 04 n 02 hagiolatry 0 hierolatry 0 001 @ 01028655 n 0000 | the worship of saints
-01046348 04 n 02 heliolatry 0 sun-worship 0 001 @ 01028655 n 0000 | the worship of the sun
-01046441 04 n 02 zoolatry 0 animal-worship 0 003 @ 01028655 n 0000 ~ 01046571 n 0000 ~ 01046792 n 0000 | the worship of animals
-01046571 04 n 02 ichthyolatry 0 fish-worship 0 001 @ 01046441 n 0000 | the worship of fish
-01046664 04 n 01 monolatry 0 001 @ 01028655 n 0000 | the worship of a single god but without claiming that it is the only god
-01046792 04 n 02 ophiolatry 0 serpent-worship 0 001 @ 01046441 n 0000 | the worship of snakes
-01046888 04 n 02 moon-worship 0 selenolatry 0 001 @ 01028655 n 0000 | the worship of the moon
-01046984 04 n 03 energizing 0 activating 0 activation 0 005 @ 00407535 n 0000 + 00559102 v 0102 + 00022686 v 0104 ~ 01047191 n 0000 ~ 01048466 n 0000 | the activity of causing to have energy and be active
-01047191 04 n 01 electrification 0 002 @ 01046984 n 0000 + 01830798 v 0101 | the activity of thrilling or markedly exciting some person or group
-01047338 04 n 05 revival 1 resurgence 0 revitalization 0 revitalisation 0 revivification 0 012 @ 07357388 n 0000 + 00024279 v 0509 + 00164658 v 0402 + 00164658 v 0301 + 02013864 a 0201 + 02624806 v 0201 + 00168910 v 0101 + 00169298 v 0101 ~ 01047803 n 0000 ~ 01047937 n 0000 ~ 01048059 n 0000 ~ 01048210 n 0000 | bringing again into activity and prominence; "the revival of trade"; "a revival of a neglected play by Moliere"; "the Gothic revival in architecture"
-01047803 04 n 03 rebirth 2 Renaissance 0 Renascence 0 002 @ 01047338 n 0000 + 02013864 a 0302 | the revival of learning and culture
-01047937 04 n 01 regeneration 0 002 @ 01047338 n 0000 + 00168588 v 0101 | the activity of spiritual or physical renewal
-01048059 04 n 01 resurrection 0 002 @ 01047338 n 0000 + 00098517 v 0101 | a revival from inactivity and disuse; "it produced a resurrection of hope"
-01048210 04 n 01 resuscitation 0 003 @ 01047338 n 0000 + 00098083 v 0101 ~ 00832626 n 0000 | the act of reviving a person and returning them to consciousness; "although he was apparently drowned, resuscitation was accomplished by artificial respiration"
-01048466 04 n 03 vivification 0 invigoration 0 animation 2 006 @ 01046984 n 0000 + 01812720 v 0203 + 00442063 v 0202 + 00192836 v 0204 + 00028362 v 0201 + 00024279 v 0108 | the activity of giving vitality and vigour to something
-01048697 04 n 01 presentation 1 003 @ 01027379 n 0000 + 02261888 v 0102 + 02262752 v 0101 | the activity of formally presenting something (as a prize or reward); "she gave the trophy but he made the presentation"
-01048912 04 n 03 concealment 0 concealing 0 hiding 0 014 @ 00407535 n 0000 + 00313987 v 0305 + 02144835 v 0202 + 02146790 v 0201 + 02146790 v 0101 ~ 01049266 n 0000 ~ 01049475 n 0000 ~ 01049685 n 0000 ~ 01049992 n 0000 ~ 01050187 n 0000 ~ 01050627 n 0000 ~ 01050872 n 0000 ~ 01051082 n 0000 ~ 01051221 n 0000 | the activity of keeping something secret
-01049266 04 n 02 disguise 0 camouflage 0 003 @ 01048912 n 0000 + 02158896 v 0201 + 02158587 v 0101 | the act of concealing the identity of something by modifying its appearance; "he is a master of disguise"
-01049475 04 n 01 mask 0 003 @ 01048912 n 0000 + 01358855 v 0101 + 02147603 v 0103 | activity that tries to conceal something; "no mask could conceal his ignorance"; "they moved in under a mask of friendship"
-01049685 04 n 04 cover 0 covering 2 screening 0 masking 0 006 @ 01048912 n 0000 + 02147603 v 0403 + 01130169 v 0302 + 02147109 v 0201 + 02148369 v 0201 + 02147109 v 0101 | the act of concealing the existence of something by obstructing the view of it; "the cover concealed their guns from enemy aircraft"
-01049992 04 n 01 cover 2 001 @ 01048912 n 0000 | a false identity and background (especially one created for an undercover agent); "her new name and passport are cover for her next assignment"
-01050187 04 n 01 cover-up 0 003 @ 01048912 n 0000 + 02148369 v 0102 ~ 01050356 n 0000 | concealment that attempts to prevent something scandalous from becoming public
-01050356 04 n 03 blue_wall_of_silence 0 blue_wall 0 wall_of_silence 0 001 @ 01050187 n 0000 | the secrecy of police officers who lie or look the other way to protect other police officers; "the blue wall cracked when some officers refused to take part in the cover-up"
-01050627 04 n 02 burying 0 burial 0 003 @ 01048912 n 0000 + 01234625 v 0201 ~ 01050763 n 0000 | concealing something under the ground
-01050763 04 n 02 reburying 0 reburial 0 002 @ 01050627 n 0000 + 02456851 v 0201 | the act of burying again
-01050872 04 n 02 smoke_screen 0 smokescreen 0 001 @ 01048912 n 0000 | an action intended to conceal or confuse or obscure; "requesting new powers of surveillance is just a smokescreen to hide their failures"
-01051082 04 n 02 stealth 0 stealing 1 003 @ 01048912 n 0000 + 01888295 v 0201 + 02088974 a 0104 | avoiding detection by moving carefully
-01051221 04 n 01 money_laundering 0 001 @ 01048912 n 0000 | concealing the source of illegally gotten money
-01051331 04 n 06 placement 0 location 2 locating 0 position 0 positioning 0 emplacement 0 018 @ 00407535 n 0000 + 01496630 v 0601 + 01987160 v 0501 + 01494310 v 0405 + 01575675 v 0403 + 02333689 v 0201 + 00413876 v 0202 ~ 00919877 n 0000 ~ 01051801 n 0000 ~ 01052215 n 0000 ~ 01052372 n 0000 ~ 01052450 n 0000 ~ 01052618 n 0000 ~ 01052739 n 0000 ~ 01052853 n 0000 ~ 01053067 n 0000 ~ 01053207 n 0000 ~ 01053404 n 0000 | the act of putting something in a certain place
-01051801 04 n 03 juxtaposition 0 apposition 0 collocation 0 005 @ 01051331 n 0000 + 00657016 v 0301 + 01500214 v 0201 + 01501960 v 0101 ~ 01052078 n 0000 | the act of positioning close together (or side by side); "it is the result of the juxtaposition of contrasting colors"
-01052078 04 n 01 tessellation 1 001 @ 01051801 n 0000 | the careful juxtaposition of shapes in a pattern; "a tessellation of hexagons"
-01052215 04 n 02 interposition 1 intervention 3 002 @ 01051331 n 0000 + 00914769 v 0103 | the act or fact of interposing one thing between or among others
-01052372 04 n 01 orientation 0 001 @ 01051331 n 0000 | the act of orienting
-01052450 04 n 01 planting 0 002 @ 01051331 n 0000 + 01528821 v 0105 | the act of fixing firmly in place; "he ordered the planting of policemen outside every doorway"
-01052618 04 n 01 implantation 0 002 @ 01051331 n 0000 + 01528821 v 0101 | the act of planting or setting in the ground
-01052739 04 n 01 repositioning 0 002 @ 01051331 n 0000 + 01499006 v 0101 | the act of placing in a new position
-01052853 04 n 01 set 1 006 @ 01051331 n 0000 + 01613239 v 0101 + 01567275 v 0102 + 01711749 v 0101 + 01607445 v 0101 + 01494310 v 0102 | the act of putting something in position; "he gave a final set to his hat"
-01053067 04 n 01 superposition 0 003 @ 01051331 n 0000 + 01469263 v 0102 + 01469445 v 0101 | the placement of one thing on top of another
-01053207 04 n 01 fingering 2 003 @ 01051331 n 0000 #p 00100253 n 0000 + 00924431 v 0101 | the placement of the fingers for playing different notes (or sequences of notes) on a musical instrument
-01053404 04 n 01 superposition 1 003 @ 01051331 n 0000 ;c 06004685 n 0000 + 01469445 v 0101 | (geometry) the placement of one object ideally in the position of another one in order to show that the two coincide
-01053617 04 n 01 stay 0 007 @ 00030358 n 0000 + 02727462 v 0101 + 02637202 v 0103 + 01857392 v 0101 + 00117985 v 0101 ~ 01055360 n 0000 ~ 01056411 n 0000 | continuing or remaining in a place or state; "they had a nice stay in Paris"; "a lengthy hospital stay"; "a four-month stay in bankruptcy court"
-01053920 04 n 03 residency 0 residence 0 abidance 1 012 @ 00030358 n 0000 + 02637202 v 0302 + 03109795 a 0201 + 02125409 a 0201 + 02648639 v 0202 + 02650552 v 0201 + 02129136 a 0102 + 02125409 a 0101 + 02648639 v 0102 + 02650552 v 0101 ~ 01054227 n 0000 ~ 01054335 n 0000 | the act of dwelling in a place
-01054227 04 n 01 lodging 0 003 @ 01053920 n 0000 + 02652494 v 0101 + 02651424 v 0101 | the act of lodging
-01054335 04 n 02 occupancy 0 tenancy 0 007 @ 01053920 n 0000 + 10700640 n 0201 + 10700517 n 0201 + 10700201 n 0201 + 10523519 n 0102 + 02648639 v 0101 ~ 01054545 n 0000 | an act of being a tenant or occupant
-01054545 04 n 03 inhabitancy 0 inhabitation 0 habitation 0 006 @ 01054335 n 0000 + 02654416 v 0201 + 02649830 v 0204 + 02649830 v 0104 ~ 01054876 n 0000 ~ 01055165 n 0000 | the act of dwelling in or living permanently in a place (said of both animals and men); "he studied the creation and inhabitation and demise of the colony"
-01054876 04 n 01 cohabitation 0 003 @ 01054545 n 0000 + 02651193 v 0101 ~ 01055065 n 0000 | the act of living together and having a sexual relationship (especially without being married)
-01055065 04 n 01 concubinage 0 001 @ 01054876 n 0000 | cohabitation without being legally married
-01055165 04 n 04 camping 0 encampment 0 bivouacking 0 tenting 0 004 @ 01054545 n 0000 + 02653996 v 0405 + 02653996 v 0202 + 02653996 v 0101 | the act of encamping and living in tents in a camp
-01055360 04 n 02 sojourn 0 visit 3 003 @ 01053617 n 0000 + 02619424 v 0201 + 02709422 v 0101 | a temporary stay (e.g., as a guest)
-01055493 04 n 01 call 2 002 @ 01232684 n 0000 ~ 01055688 n 0000 | a visit in an official or professional capacity; "the pastor's calls on his parishioners"; "the salesman's call on a customer"
-01055688 04 n 01 round 0 002 @ 01055493 n 0000 ;u 06295235 n 0000 | (often plural) a series of professional calls (usually in a set order); "the doctor goes on his rounds first thing every morning"; "the postman's rounds"; "we enjoyed our round of the local bars"
-01055954 04 n 01 call 3 002 @ 01233156 n 0000 + 02487573 v 0103 | a brief social visit; "senior professors' wives no longer make afternoon calls on newcomers"; "the characters in Henry James' novels are forever paying calls on each other, usually in the parlor of some residence"
-01056236 04 n 01 visiting 0 002 @ 01233156 n 0000 + 01843689 v 0102 | the activity of making visits; "the purpose was to promote homes, clubs, visiting, and other services"
-01056411 04 n 03 stop 2 stopover 0 layover 0 009 @ 01053617 n 0000 + 02652922 v 0301 + 02652922 v 0202 + 01862918 v 0101 + 02680814 v 0102 ~ 01056713 n 0000 ~ 01056804 n 0000 ~ 01056941 n 0000 ~ 01057053 n 0000 | a brief stay in the course of a journey; "they made a stopover to visit their friends"
-01056713 04 n 01 night-stop 0 001 @ 01056411 n 0000 | a break in a journey for the night
-01056804 04 n 01 pit_stop 0 001 @ 01056411 n 0000 | a brief stop at a pit during an automobile race to take on fuel or service the car
-01056941 04 n 01 pit_stop 1 001 @ 01056411 n 0000 | a stop during an automobile trip for rest and refreshment
-01057053 04 n 01 stand 1 001 @ 01056411 n 0000 | a stop made by a touring musical or theatrical group to give a performance; "a one-night stand"
-01057200 04 n 03 provision 1 supply 0 supplying 0 018 @ 00407535 n 0000 + 02327200 v 0301 + 01182709 v 0202 + 02479323 v 0202 + 02327200 v 0201 + 02219442 v 0101 + 02327200 v 0102 + 01182709 v 0101 + 02338975 v 0101 ~ 01057631 n 0000 ~ 01057759 n 0000 ~ 01059719 n 0000 ~ 01060101 n 0000 ~ 01060234 n 0000 ~ 01060745 n 0000 ~ 01060924 n 0000 ~ 01061029 n 0000 ~ 01061203 n 0000 | the activity of supplying or providing something
-01057631 04 n 01 irrigation 0 002 @ 01057200 n 0000 + 00228236 v 0102 | supplying dry land with water by means of ditches etc
-01057759 04 n 02 feeding 1 alimentation 0 011 @ 01057200 n 0000 + 01204191 v 0202 + 01182021 v 0101 + 01178565 v 0101 ~ 00842997 n 0000 ~ 01058049 n 0000 ~ 01058291 n 0000 ~ 01058983 n 0000 ~ 01059096 n 0000 ~ 01059189 n 0000 ~ 01059445 n 0000 | the act of supplying food and nourishment
-01058049 04 n 01 infant_feeding 0 004 @ 01057759 n 0000 ~ 01058181 n 0000 ~ 01058870 n 0000 ~ 01059306 n 0000 | feeding an infant
-01058181 04 n 01 demand_feeding 0 001 @ 01058049 n 0000 | feeding a baby or animal whenever it shows a need
-01058291 04 n 02 forced_feeding 0 gavage 0 004 @ 01057759 n 0000 + 01179740 v 0101 ~ 01058539 n 0000 ~ 01058715 n 0000 | feeding that consists of the delivery of a nutrient solution (as through a nasal tube) to someone who cannot or will not eat
-01058539 04 n 01 nasogastric_feeding 0 001 @ 01058291 n 0000 | feeding consisting of delivering liquid nutrients through a tube passing through the nose and into the stomach
-01058715 04 n 01 gastrogavage 0 001 @ 01058291 n 0000 | feeding a nutrient solution into the stomach through a tube through a surgically created opening
-01058870 04 n 02 nursing 1 breast_feeding 0 002 @ 01058049 n 0000 + 01186428 v 0104 | nourishing at the breast
-01058983 04 n 02 intravenous_feeding 0 IV 0 001 @ 01057759 n 0000 | administration of nutrients through a vein
-01059096 04 n 01 overfeeding 0 002 @ 01057759 n 0000 + 01179530 v 0101 | excessive feeding
-01059189 04 n 01 spoonfeeding 0 002 @ 01057759 n 0000 + 01179638 v 0101 | feeding someone (as a baby) from a spoon
-01059306 04 n 01 schedule_feeding 0 001 @ 01058049 n 0000 | feeding a baby or animal according to a fixed schedule (e.g., every 4 hours)
-01059445 04 n 03 total_parenteral_nutrition 0 TPN 0 hyperalimentation 0 001 @ 01057759 n 0000 | administration of a nutritionally adequate solution through a catheter into the vena cava; used in cases of long-term coma or severe burns or severe gastrointestinal syndromes
-01059719 04 n 02 fueling 0 refueling 0 005 @ 01057200 n 0000 + 02338729 v 0201 + 02236888 v 0201 + 02237024 v 0101 + 02338386 v 0101 | the activity of supplying or taking on fuel
-01059900 04 n 02 healthcare 1 health_care 1 001 @ 00654885 n 0000 | the preservation of mental and physical health by preventing or treating illness through services offered by the health profession
-01060101 04 n 03 healthcare_delivery 0 health_care_delivery 0 care_delivery 0 001 @ 01057200 n 0000 | the provision of health care
-01060234 04 n 03 issue 1 issuing 0 issuance 0 004 @ 01057200 n 0000 + 02479323 v 0201 + 02479323 v 0101 ~ 01060530 n 0000 | the act of providing an item for general use or for official purposes (usually in quantity); "a new issue of stamps"; "the last issue of penicillin was over a month ago"
-01060530 04 n 01 stock_issue 0 002 @ 01060234 n 0000 ;c 06162223 n 0000 | (corporation law) the authorization and delivery of shares of stock for sale to the public or the shares thus offered at a particular time
-01060745 04 n 01 logistics 0 003 @ 01057200 n 0000 + 02986218 a 0101 + 02986218 a 0102 | handling an operation that involves providing labor and materials be supplied as needed
-01060924 04 n 01 purveyance 0 002 @ 01057200 n 0000 + 02338975 v 0102 | the act of supplying something
-01061029 04 n 01 stocking 0 002 @ 01057200 n 0000 + 02323059 v 0101 | the activity of supplying a stock of something; "he supervised the stocking of the stream with trout"
-01061203 04 n 01 subvention 0 002 @ 01057200 n 0000 + 00889740 v 0103 | the act or process of providing aid or help of any sort
-01061333 04 n 01 demand 0 005 @ 00407535 n 0000 + 01017826 v 0101 + 00754942 v 0101 ~ 01061526 n 0000 ~ 01061945 n 0000 | the act of demanding; "the kidnapper's exorbitant demands for money"
-01061526 04 n 01 exaction 0 003 @ 01061333 n 0000 + 01017826 v 0102 ~ 01061726 n 0000 | act of demanding or levying by force or authority; "exaction of tribute"; "exaction of various dues and fees"
-01061726 04 n 01 extortion 1 003 @ 01061526 n 0000 + 09858299 n 0103 + 02241621 v 0101 | unjust exaction (as by the misuse of authority); "the extortion by dishonest officials of fees for performing their sworn duty"
-01061945 04 n 01 claim 0 003 @ 01061333 n 0000 + 01018352 v 0101 ~ 01062136 n 0000 | demand for something as rightful or due; "they struck in support of their claim for a shorter work day"
-01062136 04 n 01 insurance_claim 0 001 @ 01061945 n 0000 | demand for payment in accordance with an insurance policy
-01062255 04 n 01 drain 1 004 @ 00356199 n 0000 + 01158022 v 0101 ~ 00392093 n 0000 ~ 01062468 n 0000 | a gradual depletion of energy or resources; "a drain on resources"; "a drain of young talent by emigration"
-01062468 04 n 01 brain_drain 0 001 @ 01062255 n 0000 | depletion or loss of intellectual and technical personnel
-01062583 04 n 01 inactivity 0 009 @ 00030358 n 0000 + 00035074 a 0101 + 00036481 a 0101 ! 00407535 n 0101 ~ 01062817 n 0000 ~ 01063939 n 0000 ~ 01064148 n 0000 ~ 01065441 n 0000 ~ 01066163 n 0000 | being inactive; being less active
-01062817 04 n 01 pause 0 007 @ 01062583 n 0000 + 00779061 v 0101 + 02641035 v 0102 ~ 01062997 n 0000 ~ 01063350 n 0000 ~ 01063578 n 0000 ~ 01063697 n 0000 | temporary inactivity
-01062997 04 n 04 respite 0 recess 0 break 5 time_out 0 004 @ 01062817 n 0000 + 00779061 v 0303 + 00364297 v 0202 ~ 01063234 n 0000 | a pause from doing something (as work); "we took a 10-minute break"; "he took time out to recuperate"
-01063234 04 n 01 spring_break 0 001 @ 01062997 n 0000 | a week or more of recess during the spring term at school
-01063350 04 n 04 hesitation 0 waver 1 falter 0 faltering 0 005 @ 01062817 n 0000 + 01901289 v 0401 + 00981544 v 0304 + 02640440 v 0202 + 02641035 v 0101 | the act of pausing uncertainly; "there was a hesitation in his speech"
-01063578 04 n 01 intermission 0 002 @ 01062817 n 0000 + 00779061 v 0102 | the act of suspending activity temporarily
-01063697 04 n 02 freeze 1 halt 0 005 @ 01062817 n 0000 + 02559752 v 0202 + 01860795 v 0202 + 01859586 v 0201 + 00363493 v 0101 | an interruption or temporary suspension of progress or movement; "a halt in the arms race"; "a nuclear freeze"
-01063939 04 n 02 wait 0 waiting 0 003 @ 01062583 n 0000 + 02637938 v 0201 + 02637938 v 0101 | the act of waiting (remaining inactive in one place while expecting something); "the wait was an ordeal for him"
-01064148 04 n 04 rest 0 ease 0 repose 0 relaxation 0 009 @ 01062583 n 0000 + 00026385 v 0401 + 01547390 v 0302 + 02595840 v 0101 ~ 01064468 n 0000 ~ 01064613 n 0000 ~ 01064758 n 0000 ~ 01064863 n 0000 ~ 01065286 n 0000 | freedom from activity (work or strain or responsibility); "took his repose by the swimming pool"
-01064468 04 n 02 bedrest 0 bed_rest 0 001 @ 01064148 n 0000 | confinement to bed continuously (as in the case of some sick or injured persons)
-01064613 04 n 01 laziness 1 002 @ 01064148 n 0000 + 00981304 a 0101 | relaxed and easy activity; "the laziness of the day helped her to relax"
-01064758 04 n 01 lie-in 0 002 @ 01064148 n 0000 ;r 08860123 n 0000 | a long stay in bed in the morning
-01064863 04 n 04 quiescence 0 quiescency 0 dormancy 0 sleeping 1 005 @ 01064148 n 0000 + 00188155 a 0301 + 01923118 a 0201 + 01923118 a 0101 ~ 01065057 n 0000 | quiet and inactive restfulness
-01065057 04 n 01 vegetation 0 003 @ 01064863 n 0000 + 02615580 v 0101 + 00026734 v 0102 | inactivity that is passive and monotonous, comparable to the inactivity of plant life; "their holiday was spent in sleep and vegetation"
-01065286 04 n 01 leisure 0 002 @ 01064148 n 0000 ~ 01065805 n 0000 | freedom to choose a pastime or enjoyable activity; "he lacked the leisure for golf"
-01065441 04 n 03 idleness 0 idling 0 loafing 0 005 @ 01062583 n 0000 + 02417504 v 0201 + 00865007 a 0101 + 00037188 a 0101 ~ 01065607 n 0000 | having no employment
-01065607 04 n 01 dolce_far_niente 0 001 @ 01065441 n 0000 | carefree idleness
-01065687 04 n 02 free_time 0 spare_time 0 001 @ 15137676 n 0000 | time that is free from duties or responsibilities
-01065805 04 n 01 vacationing 0 004 @ 01065286 n 0000 + 02708707 v 0101 ~ 01065945 n 0000 ~ 01066061 n 0000 | the act of taking a vacation
-01065945 04 n 01 busman's_holiday 0 001 @ 01065805 n 0000 | a holiday where you do the same things you do at work
-01066061 04 n 01 caravanning 0 001 @ 01065805 n 0000 | the practice of taking holidays in a caravan
-01066163 04 n 02 delay 0 holdup 1 014 @ 01062583 n 0000 + 00459776 v 0203 + 00440286 v 0103 + 00460900 v 0103 + 00459776 v 0101 ~ 00383952 n 0000 ~ 01066545 n 0000 ~ 01066689 n 0000 ~ 01066881 n 0000 ~ 01067362 n 0000 ~ 01067577 n 0000 ~ 01067819 n 0000 ~ 01068012 n 0000 ~ 01068423 n 0000 | the act of delaying; inactivity resulting in something being put off until a later time
-01066545 04 n 01 demurrage 0 001 @ 01066163 n 0000 | detention of a ship or freight car or other cargo beyond its scheduled time of departure
-01066689 04 n 01 forbearance 0 002 @ 01066163 n 0000 + 02725714 v 0102 | a delay in enforcing rights or claims or privileges; refraining from acting; "his forbearance to reply was alarming"
-01066881 04 n 03 postponement 0 deferment 0 deferral 1 005 @ 01066163 n 0000 + 02642814 v 0308 + 02642814 v 0208 + 02642814 v 0101 ~ 01067070 n 0000 | act of putting off to a future time
-01067070 04 n 01 adjournment 1 002 @ 01066881 n 0000 + 02428487 v 0101 | the act of postponing to another time or place
-01067192 04 n 01 prorogation 0 003 @ 01022483 n 0000 + 02642814 v 0102 + 02428771 v 0101 | discontinuation of the meeting (of a legislative body) without dissolving it
-01067362 04 n 03 procrastination 0 cunctation 0 shillyshally 0 003 @ 01066163 n 0000 + 02642238 v 0305 + 02642238 v 0101 | the act of procrastinating; putting off or delaying or defering an action to a later time
-01067577 04 n 03 slowdown 0 lag 0 retardation 0 008 @ 01066163 n 0000 + 02752567 v 0301 + 00439958 v 0305 + 01997862 v 0201 + 00439958 v 0103 + 00440580 v 0102 + 00438495 v 0102 + 00440786 v 0102 | the act of slowing down or falling behind
-01067819 04 n 03 dalliance 0 dawdling 0 trifling 0 004 @ 01066163 n 0000 + 02708123 v 0305 + 02011685 v 0202 + 02011685 v 0101 | the deliberate act of delaying and playing instead of working
-01068012 04 n 01 filibuster 0 003 @ 01066163 n 0000 ;c 08441203 n 0000 + 02466496 v 0101 | (law) a tactic for delaying or obstructing legislation by making long speeches
-01068184 04 n 04 interjection 0 interposition 0 interpolation 0 interpellation 0 004 @ 00383952 n 0000 + 00201407 v 0301 + 00914769 v 0203 + 00914769 v 0101 | the action of interjecting or interposing an action or remark that interrupts
-01068423 04 n 02 tarriance 0 lingering 0 002 @ 01066163 n 0000 + 02011560 v 0101 | the act of tarrying
-01068528 04 n 02 breaking_off 0 abruption 0 001 @ 00383952 n 0000 | an instance of sudden interruption
-01068633 04 n 02 heckling 0 barracking 0 002 @ 00383952 n 0000 + 00907800 v 0101 | shouting to interrupt a speech with which you disagree
-01068773 04 n 01 abstinence 0 008 @ 01069578 n 0000 + 00009346 a 0101 ~ 01069125 n 0000 ~ 01069777 n 0000 ~ 01069867 n 0000 ~ 01069980 n 0000 ~ 01070892 n 0000 ~ 05914591 n 0000 | act or practice of refraining from indulging an appetite
-01069012 04 n 02 asceticism 0 ascesis 0 001 @ 01069578 n 0000 | rigorous self-denial and active self-restraint
-01069125 04 n 03 chastity 0 celibacy 0 sexual_abstention 0 003 @ 01068773 n 0000 ;c 05946687 n 0000 + 01548694 a 0101 | abstaining from sexual relations (as because of religious vows)
-01069311 04 n 01 mortification 0 004 @ 01069578 n 0000 ;c 06226057 n 0000 + 01802070 v 0101 + 01801847 v 0101 | (Christianity) the act of mortifying the lusts of the flesh by self-denial and privation (especially by bodily pain or discomfort inflicted on yourself)
-01069578 04 n 03 self-denial 0 self-discipline 0 self-control 0 004 @ 00803617 n 0000 ~ 01068773 n 0000 ~ 01069012 n 0000 ~ 01069311 n 0000 | the act of denying yourself; controlling your impulses
-01069777 04 n 02 sobriety 0 temperance 0 001 @ 01068773 n 0000 | abstaining from excess
-01069867 04 n 02 teetotaling 0 teetotalism 0 002 @ 01068773 n 0000 + 10697282 n 0203 | abstaining from alcohol
-01069980 04 n 02 fast 0 fasting 0 008 @ 01068773 n 0000 + 01189604 v 0201 + 01189427 v 0201 + 01189427 v 0101 + 01189604 v 0101 ~ 01070187 n 0000 ~ 01242962 n 0000 ~ 01243089 n 0000 | abstaining from food
-01070187 04 n 02 diet 0 dieting 0 007 @ 01069980 n 0000 + 01190012 v 0201 + 01189224 v 0201 + 02846322 a 0101 + 10012484 n 0101 + 01190012 v 0101 + 01189224 v 0101 | the act of restricting your food intake (or your intake of particular foods)
-01070432 04 n 01 traffic_control 0 002 @ 00803617 n 0000 ~ 01070566 n 0000 | control of the flow of traffic in a building or a city
-01070566 04 n 01 point_duty 0 002 @ 01070432 n 0000 ;r 08860123 n 0000 | the control of traffic by a policeman stationed at an intersection
-01070708 04 n 01 price-fixing 0 002 @ 00803617 n 0000 ;c 01124794 n 0000 | control (by agreement among producers or by government) of the price of a commodity in interstate commerce
-01070892 04 n 02 inhibition 0 suppression 3 004 @ 01068773 n 0000 ;c 06136258 n 0000 + 00612841 v 0201 + 00462092 v 0103 | (psychology) the conscious exclusion of unacceptable thoughts or desires
-01071090 04 n 01 tolerance 0 003 @ 01141841 n 0000 + 00668099 v 0107 ~ 01071213 n 0000 | the act of tolerating something
-01071213 04 n 02 lenience 0 leniency 0 004 @ 01071090 n 0000 + 00711831 a 0201 + 01763159 a 0102 ~ 01071411 n 0000 | lightening a penalty or excusing from a chore by judges or parents or teachers
-01071411 04 n 03 clemency 1 mercifulness 0 mercy 0 007 @ 01071213 n 0000 + 01507134 a 0201 + 00437539 a 0101 ~ 01165919 n 0000 ~ 01249315 n 0000 ~ 01258579 n 0000 ~ 01259034 n 0000 | leniency and compassion shown toward offenders by a person or agency charged with administering justice; "he threw himself on the mercy of the court"
-01071746 04 n 01 pleasure 2 004 @ 00407535 n 0000 + 01824958 v 0101 + 01815628 v 0101 ~ 01071921 n 0000 | an activity that affords enjoyment; "he puts duty before pleasure"
-01071921 04 n 01 luxuriation 0 003 @ 01071746 n 0000 + 01204803 v 0101 + 01191645 v 0102 | an activity that affords excessive pleasure and enjoyment
-01072072 04 n 02 enjoyment 0 delectation 0 004 @ 00407535 n 0000 + 01828736 v 0102 + 01820302 v 0101 + 01190948 v 0102 | act of receiving pleasure from something
-01072236 04 n 02 lamentation 0 mourning 0 003 @ 00407535 n 0000 @ 06880249 n 0000 + 01802219 v 0101 | the passionate and demonstrative activity of expressing grief
-01072402 04 n 01 laughter 0 001 @ 00407535 n 0000 | the activity of laughing; the manifestation of joy or mirth or scorn; "he enjoyed the laughter of the crowd"
-01072565 04 n 01 satisfaction 0 004 @ 00191142 n 0000 + 02671880 v 0101 + 01183573 v 0102 ~ 01072780 n 0000 | act of fulfilling a desire or need or appetite; "the satisfaction of their demand for better services"
-01072780 04 n 01 gratification 0 007 @ 01072565 n 0000 + 01816431 v 0102 + 01182293 v 0101 ~ 01072984 n 0000 ~ 01073097 n 0000 ~ 01073241 n 0000 ~ 01073556 n 0000 | the act or an instance of satisfying
-01072984 04 n 01 satiation 0 002 @ 01072780 n 0000 + 01193721 v 0101 | the act of achieving full gratification
-01073097 04 n 02 self-gratification 0 head_trip 0 001 @ 01072780 n 0000 | the act of satisfying your own desires and giving yourself pleasure
-01073241 04 n 04 indulgence 0 indulging 0 pampering 0 humoring 0 011 @ 01072780 n 0000 + 00859604 v 0401 + 01299484 a 0301 + 02570267 v 0301 + 02570267 v 0209 + 01182293 v 0203 + 02511276 v 0101 + 02570267 v 0109 ~ 00747671 n 0000 ~ 01073655 n 0000 ~ 01073824 n 0000 | the act of indulging or gratifying a desire
-01073556 04 n 01 pleasing 0 002 @ 01072780 n 0000 + 01815628 v 0101 | the act of one who pleases
-01073655 04 n 02 overindulgence 0 excess 0 003 @ 01073241 n 0000 + 01299385 a 0101 + 01193099 v 0103 | excessive indulgence; "the child was spoiled by overindulgence"
-01073824 04 n 03 orgy 1 binge 1 splurge 0 001 @ 01073241 n 0000 | any act of immoderate indulgence; "an orgy of shopping"; "an emotional binge"; "a splurge of spending"
-01073995 04 n 03 hindrance 0 hinderance 0 interference 0 008 @ 00030358 n 0000 + 02451912 v 0301 ~ 00067990 n 0000 ~ 01074252 n 0000 ~ 01074498 n 0000 ~ 01076359 n 0000 ~ 01076488 n 0000 ~ 01077350 n 0000 | the act of hindering or obstructing or impeding
-01074252 04 n 01 antagonism 0 004 @ 01073995 n 0000 ;c 06079620 n 0000 + 00623565 a 0101 + 02714883 n 0101 | (biochemistry) interference in or inhibition of the physiological action of a chemical substance by another having a similar structure
-01074498 04 n 01 obstruction 1 006 @ 01073995 n 0000 + 02557199 v 0101 + 01476483 v 0101 ~ 01074694 n 0000 ~ 01075725 n 0000 ~ 01181212 n 0000 | the act of obstructing; "obstruction of justice"
-01074694 04 n 03 blockage 0 closure 1 occlusion 0 011 @ 01074498 n 0000 + 01476483 v 0304 + 01478423 v 0201 + 01423285 v 0201 + 01345109 v 0201 + 02559752 v 0103 + 02557199 v 0103 + 02145543 v 0102 + 01478002 v 0102 + 01147060 v 0102 ~ 07116304 n 0000 | the act of blocking
-01074970 04 n 01 naval_blockade 0 001 @ 00954086 n 0000 | the interdiction of a nation's lines of communication at sea by the use of naval power
-01075117 04 n 04 siege 0 besieging 0 beleaguering 0 military_blockade 0 014 @ 00954086 n 0000 ;c 08199025 n 0000 ~i 01269360 n 0000 ~i 01269633 n 0000 ~i 01270343 n 0000 ~i 01277540 n 0000 ~i 01284928 n 0000 ~i 01289830 n 0000 ~i 01290435 n 0000 ~i 01291674 n 0000 ~i 01296127 n 0000 ~i 01296296 n 0000 ~i 01298797 n 0000 ~i 01300242 n 0000 | the action of an armed force that surrounds a fortified place and isolates it while continuing to attack
-01075567 04 n 01 relief 4 001 @ 00095502 n 0000 | the act of freeing a city or town that has been besieged; "he asked for troops for the relief of Atlanta"
-01075725 04 n 02 stall 0 stalling 0 005 @ 01074498 n 0000 + 00460555 v 0201 + 00460555 v 0101 + 02642238 v 0102 ~ 01075893 n 0000 | a tactic used to mislead or delay
-01075893 04 n 01 stonewalling 0 002 @ 01075725 n 0000 + 01034932 v 0101 | stalling or delaying especially by refusing to answer questions or cooperate
-01076046 04 n 02 stop 0 stoppage 0 008 @ 00030358 n 0000 + 02680814 v 0202 + 01859221 v 0201 + 00362348 v 0104 + 02559752 v 0101 + 02680814 v 0102 ~ 00057162 n 0000 ~ 00676834 n 0000 | the act of stopping something; "the third baseman made some remarkable stops"; "his stoppage of the flow resulted in a flood"
-01076359 04 n 01 complication 0 003 @ 01073995 n 0000 + 00400883 v 0101 + 00402539 v 0101 | the act or process of complicating
-01076488 04 n 01 deterrence 0 005 @ 01073995 n 0000 + 01764543 a 0101 + 00908099 v 0101 ~ 01076724 n 0000 ~ 01076863 n 0000 | the act or process of discouraging actions or preventing occurrences by instilling fear or doubt or anxiety
-01076724 04 n 01 discouragement 0 002 @ 01076488 n 0000 + 00908099 v 0102 | the act of discouraging; "the discouragement of petty theft"
-01076863 04 n 01 nuclear_deterrence 0 003 @ 01076488 n 0000 @ 05943300 n 0000 ;c 08199025 n 0000 | the military doctrine that an enemy will be deterred from using nuclear weapons as long as he can be destroyed as a consequence; "when two nations both resort to nuclear deterrence the consequence could be mutual destruction"
-01077190 04 n 01 countermine 0 003 @ 00174663 n 0000 ;c 08199025 n 0000 + 01125882 v 0101 | (military) a tunnel dug to defeat similar activities by the enemy
-01077350 04 n 02 prevention 0 bar 0 012 @ 01073995 n 0000 + 00796588 v 0201 + 02450505 v 0101 ~ 01077738 n 0000 ~ 01077881 n 0000 ~ 01078086 n 0000 ~ 01078279 n 0000 ~ 01078572 n 0000 ~ 01079042 n 0000 ~ 01079295 n 0000 ~ 01079396 n 0000 ~ 01079604 n 0000 | the act of preventing; "there was no bar against leaving"; "money was allocated to study the cause and prevention of influenza"
-01077738 04 n 01 averting 0 001 @ 01077350 n 0000 | the act of preventing something from occurring; "averting danger was his responsibility"
-01077881 04 n 01 debarment 0 004 ;c 08441203 n 0000 @ 01077350 n 0000 + 02502037 v 0102 ~ 00209132 n 0000 | the act of prevention by legal means; "they achieved his debarment from holding public office"
-01078086 04 n 01 disqualification 0 004 @ 01077350 n 0000 + 00972608 v 0101 + 00301338 v 0101 ~ 01080062 n 0000 | the act of preventing someone from participating by finding them unqualified
-01078279 04 n 01 interception 0 002 @ 01077350 n 0000 + 01440378 v 0101 | the act of intercepting; preventing something from proceeding or arriving; "he resorted to the interception of his daughter's letters"; "he claimed that the interception of one missile by another would be impossible"
-01078572 04 n 02 nonproliferation 0 non-proliferation 0 003 @ 01077350 n 0000 ! 13542114 n 0201 ! 13542114 n 0101 | the prevention of something increasing or spreading (especially the prevention of an increase in the number of countries possessing nuclear weapons); "they protested that the nonproliferation treaty was just a plot to maintain the hegemony of those who already had nuclear weapons"; "nuclear disarmament and nonproliferation are closely related goals"
-01079042 04 n 03 obviation 0 forestalling 0 preclusion 0 006 @ 01077350 n 0000 + 02452885 v 0304 + 02452885 v 0202 + 02565491 v 0203 + 02629256 v 0101 + 02453321 v 0104 | the act of preventing something by anticipating and disposing of it effectively
-01079295 04 n 01 prophylaxis 0 002 @ 01077350 n 0000 + 01167269 a 0103 | the prevention of disease
-01079396 04 n 01 save 0 002 @ 01077350 n 0000 ;c 00523513 n 0000 | (sports) the act of preventing the opposition from scoring; "the goalie made a brilliant save"; "the relief pitcher got credit for a save"
-01079604 04 n 04 suppression 2 crushing 0 quelling 0 stifling 0 007 @ 01077350 n 0000 + 01568630 v 0402 + 00463234 v 0302 + 02424652 v 0203 + 00462092 v 0101 + 02424652 v 0102 ~ 01148182 n 0000 | forceful prevention; putting down by power or authority; "the suppression of heresy"; "the quelling of the rebellion"; "the stifling of all dissent"
-01079951 04 n 01 tax_avoidance 0 001 @ 00355919 n 0000 | the minimization of tax liability by lawful methods
-01080062 04 n 02 recusation 0 recusal 0 004 @ 01078086 n 0000 ;c 08441203 n 0000 + 00972867 v 0201 + 00972867 v 0101 | (law) the disqualification of a judge or jury by reason of prejudice or conflict of interest; a judge can be recused by objections of either party or judges can disqualify themselves
-01080366 04 n 01 group_action 0 042 @ 00030358 n 0000 @ 00029378 n 0000 ~ 00182213 n 0000 ~ 00296585 n 0000 ~ 00952963 n 0000 ~ 00958896 n 0000 ~ 00962722 n 0000 ~ 01081197 n 0000 ~ 01081346 n 0000 ~ 01081456 n 0000 ~ 01082548 n 0000 ~ 01082720 n 0000 ~ 01082886 n 0000 ~ 01106808 n 0000 ~ 01123420 n 0000 ~ 01123598 n 0000 ~ 01145015 n 0000 ~ 01151605 n 0000 ~ 01152461 n 0000 ~ 01166258 n 0000 ~ 01166517 n 0000 ~ 01166926 n 0000 ~ 01168569 n 0000 ~ 01169317 n 0000 ~ 01169598 n 0000 ~ 01181475 n 0000 ~ 01182312 n 0000 ~ 01195380 n 0000 ~ 01201021 n 0000 ~ 01202415 n 0000 ~ 01202904 n 0000 ~ 01203277 n 0000 ~ 01229938 n 0000 ~ 01233397 n 0000 ~ 01234090 n 0000 ~ 01234729 n 0000 ~ 01237294 n 0000 ~ 01239064 n 0000 ~ 01239487 n 0000 ~ 01265734 n 0000 ~ 01266745 n 0000 ~i 01307606 n 0000 | action taken by a group of people
-01081197 04 n 01 social_activity 0 003 @ 01080366 n 0000 ~ 01081628 n 0000 ~ 01082350 n 0000 | activity considered appropriate on social occasions
-01081346 04 n 01 communalism 0 001 @ 01080366 n 0000 | the practice of communal living and common ownership
-01081456 04 n 02 confederation 0 alliance 0 004 @ 01080366 n 0000 + 02430191 v 0201 + 02434541 v 0101 + 02470685 v 0102 | the act of forming an alliance or confederation
-01081628 04 n 01 association 0 005 @ 01081197 n 0000 + 02589245 v 0102 + 02470175 v 0102 ~ 01081867 n 0000 ~ 01082061 n 0000 | the act of consorting with or joining with others; "you cannot be convicted of criminal guilt by association"
-01081867 04 n 02 fraternization 0 fraternisation 0 003 @ 01081628 n 0000 + 02389927 v 0202 + 02389927 v 0101 | associating with others in a brotherly or friendly way; especially with an enemy
-01082061 04 n 01 affiliation 0 003 @ 01081628 n 0000 + 02435311 v 0101 ~ 01082274 n 0000 | the act of becoming formally connected or joined; "welcomed the affiliation of the research center with the university"
-01082274 04 n 01 reaffiliation 0 001 @ 01082061 n 0000 | affiliation anew
-01082350 04 n 01 mingling 0 002 @ 01081197 n 0000 + 02597095 v 0101 | the action of people mingling and coming into contact; "all the random mingling and idle talk made him hate literary parties"
-01082548 04 n 02 decolonization 0 decolonisation 0 003 @ 01080366 n 0000 + 02590667 v 0202 + 02590667 v 0101 | the action of changing from colonial to independent status
-01082720 04 n 01 disbandment 0 003 @ 01080366 n 0000 + 02030967 v 0101 + 02029944 v 0101 | the act of disbanding; "the orchestra faced the prospect of disbandment"
-01082886 04 n 01 disestablishment 0 002 @ 01080366 n 0000 + 00173007 v 0101 | the act terminating an established state of affairs; especially ending a connection with the Church of England
-01083077 04 n 01 distribution 0 010 @ 00030358 n 0000 + 02294436 v 0101 + 01378556 v 0102 ~ 00164345 n 0000 ~ 01083350 n 0000 ~ 01083504 n 0000 ~ 01083645 n 0000 ~ 01085337 n 0000 ~ 01085656 n 0000 ~ 01085793 n 0000 | the act of distributing or spreading or apportioning
-01083350 04 n 01 redistribution 0 002 @ 01083077 n 0000 + 01379965 v 0101 | distributing again; "the revolution resulted in a redistribution of wealth"
-01083504 04 n 01 dispensation 0 003 @ 01083077 n 0000 + 02294436 v 0107 + 00081072 v 0102 | the act of dispensing (giving out in portions)
-01083645 04 n 07 allotment 0 apportionment 0 apportioning 0 allocation 0 parceling 0 parcelling 0 assignation 1 012 @ 01083077 n 0000 + 02228698 v 0701 + 02469085 v 0601 + 02469085 v 0501 + 02234087 v 0401 + 02234087 v 0202 + 02294436 v 010b ~ 00087423 n 0000 ~ 01084180 n 0000 ~ 01084637 n 0000 ~ 01084932 n 0000 ~ 01085098 n 0000 | the act of distributing by allotting or apportioning; distribution according to a plan; "the apportionment of seats in the House of Representatives is based on the relative population of each state"
-01084180 04 n 03 reallotment 0 reapportionment 0 reallocation 0 006 @ 01083645 n 0000 ;r 09044862 n 0000 + 02234551 v 0302 + 02234551 v 0201 + 02228901 v 0101 ~ 01084489 n 0000 | a new apportionment (especially a new apportionment of congressional seats in the United States on the basis of census results)
-01084489 04 n 01 reshuffle 1 002 @ 01084180 n 0000 + 00278710 v 0101 | a redistribution of something; "there was a reshuffle of cabinet officers"
-01084637 04 n 01 deal 1 004 @ 01083645 n 0000 + 02294179 v 0105 + 02294436 v 0104 ~ 01084848 n 0000 | the act of apportioning or distributing something; "the captain was entrusted with the deal of provisions"
-01084848 04 n 01 new_deal 0 001 @ 01084637 n 0000 | a reapportioning of something
-01084932 04 n 01 rationing 0 002 @ 01083645 n 0000 + 02234988 v 0101 | the act of rationing; "during the war the government imposed rationing of food and gasoline"
-01085098 04 n 03 parcel 0 portion 0 share 0 004 @ 01083645 n 0000 + 02294179 v 0301 + 02295208 v 0302 + 02228698 v 0203 | the allotment of some amount by dividing something; "death gets more than its share of attention from theologians"
-01085337 04 n 01 deal 0 006 @ 01083077 n 0000 #p 00488225 n 0000 ;c 00488225 n 0000 + 02246686 v 0101 + 02246456 v 0101 ~ 01085567 n 0000 | the act of distributing playing cards; "the deal was passed around the table clockwise"
-01085567 04 n 01 misdeal 0 002 @ 01085337 n 0000 + 02246908 v 0101 | an incorrect deal
-01085656 04 n 01 revenue_sharing 0 001 @ 01083077 n 0000 | distribution of part of the federal tax income to states and municipalities
-01085793 04 n 02 sharing 0 share-out 0 004 @ 01083077 n 0000 + 02294179 v 0101 ~ 01085937 n 0000 ~ 01086081 n 0000 | a distribution in shares
-01085937 04 n 02 generosity 0 unselfishness 0 004 @ 01085793 n 0000 + 01112471 a 0201 + 02099019 a 0201 + 01111016 a 0101 | acting generously
-01086081 04 n 02 giving 0 gift 0 012 @ 01085793 n 0000 + 02200686 v 0202 + 02308741 v 0102 + 02199590 v 0101 + 01178565 v 0102 ~ 01041498 n 0000 ~ 01086356 n 0000 ~ 01086572 n 0000 ~ 01086744 n 0000 ~ 01089635 n 0000 ~ 01089778 n 0000 ~ 01090225 n 0000 | the act of giving
-01086356 04 n 04 bestowal 0 bestowment 0 conferral 0 conferment 0 005 @ 01086081 n 0000 + 02263346 v 0401 + 02263346 v 0301 + 02263346 v 0202 + 02263346 v 0102 | the act of conferring an honor or presenting a gift
-01086572 04 n 02 accordance 0 accordance_of_rights 0 002 @ 01086081 n 0000 + 02255268 v 0101 | the act of granting rights; "the accordance to Canada of rights of access"
-01086744 04 n 01 endowment 0 002 @ 01086081 n 0000 + 02201268 v 0101 | the act of endowing with a permanent source of income; "his generous endowment of the laboratory came just in the nick of time"
-01086945 04 n 03 social_welfare 0 welfare 0 public_assistance 0 004 @ 13265904 n 0000 ~ 01087178 n 0000 ~ 01088168 n 0000 ~ 01088304 n 0000 | governmental provision of economic assistance to persons in need; "she lives on welfare"
-01087178 04 n 01 social_insurance 0 007 @ 01086945 n 0000 ~ 01087498 n 0000 ~ 01087740 n 0000 ~ 01087939 n 0000 ~ 01088437 n 0000 ~ 01088757 n 0000 ~ 01088857 n 0000 | government provision for unemployed, injured, or aged people; financed by contributions from employers and employees as well as by government revenue
-01087498 04 n 01 national_insurance 0 001 @ 01087178 n 0000 | social insurance program in Britain; based on contributions from employers and employees; provides payments to unemployed and sick and retired people as well as medical services
-01087740 04 n 03 supplementary_benefit 0 social_assistance 0 national_assistance 0 002 @ 01087178 n 0000 ;r 08860123 n 0000 | benefits paid to bring incomes up to minimum levels established by law
-01087939 04 n 01 Social_Security 0 003 @ 01087178 n 0000 ~ 01088563 n 0000 ~ 01088656 n 0000 | social welfare program in the U.S.; includes old-age and survivors insurance and some unemployment insurance and old-age assistance
-01088168 04 n 01 relief 0 001 @ 01086945 n 0000 | aid for the aged or indigent or handicapped; "he has been on relief for many years"
-01088304 04 n 03 dole 0 pogy 0 pogey 0 003 @ 01086945 n 0000 ;r 08820121 n 0301 ;r 08820121 n 0201 | money received from the state
-01088437 04 n 01 unemployment_compensation 0 001 @ 01087178 n 0000 | payment by a United States agency to unemployed people
-01088563 04 n 01 old-age_insurance 0 001 @ 01087939 n 0000 | insurance paid to the elderly
-01088656 04 n 01 survivors_insurance 0 001 @ 01087939 n 0000 | insurance paid to surviving spouses
-01088757 04 n 01 disability_insurance 0 001 @ 01087178 n 0000 | social insurance for the disabled
-01088857 04 n 01 health_care 0 004 @ 01087178 n 0000 ~ 01089009 n 0000 ~ 01089179 n 0000 ~ 01089297 n 0000 | social insurance for the ill and injured
-01089009 04 n 01 Medicare 0 001 @ 01088857 n 0000 | health care for the aged; a federally administered system of health insurance available to persons aged 65 and over
-01089179 04 n 01 Medicaid 0 001 @ 01088857 n 0000 | health care for the needy; a federally and state-funded program
-01089297 04 n 01 primary_health_care 0 001 @ 01088857 n 0000 | health care that is provided by a health care professional in the first contact of a patient with the health care system
-01089483 04 n 02 philanthropy 0 philanthropic_gift 0 003 @ 13265904 n 0000 + 03006699 a 0101 + 10421956 n 0101 | voluntary promotion of human welfare
-01089635 04 n 01 charity 0 003 @ 01086081 n 0000 ~ 01090342 n 0000 ~ 05914851 n 0000 | an activity or gift that benefits the public at large
-01089778 04 n 02 contribution 0 donation 0 006 @ 01086081 n 0000 + 02263027 v 0201 + 02237782 v 0102 + 02308741 v 0101 ~ 01090018 n 0000 ~ 01090117 n 0000 | act of giving in common with others for a common purpose especially to a charity
-01090018 04 n 01 subscription 0 002 @ 01089778 n 0000 + 02299269 v 0102 | a pledged contribution
-01090117 04 n 01 alms 0 002 @ 01089778 n 0000 ;u 06295235 n 0000 | money or goods contributed to the poor
-01090225 04 n 02 alms-giving 0 almsgiving 0 001 @ 01086081 n 0000 | making voluntary contributions to aid the poor
-01090342 04 n 01 handout 0 001 @ 01089635 n 0000 | giving money or food or clothing to a needy person
-01090446 04 n 03 commerce 0 commercialism 0 mercantilism 0 069 @ 01106808 n 0000 + 02346878 a 0101 + 03137558 a 0101 + 00483146 a 0101 = 00483146 a 0000 = 00484333 a 0000 ~ 00079398 n 0000 ~ 01091905 n 0000 ~ 01092974 n 0000 ~ 01093085 n 0000 ~ 01094575 n 0000 ~ 01094725 n 0000 %p 01105259 n 0000 ~ 01106715 n 0000 ~ 01111750 n 0000 ~ 01111952 n 0000 ~ 01112420 n 0000 ~ 01112885 n 0000 ~ 01113068 n 0000 ~ 01113867 n 0000 ~ 01120448 n 0000 ~ 01120855 n 0000 -c 15299585 n 0000 -c 00470386 v 0000 -c 02207206 v 0000 -c 02208118 v 0000 -c 02208265 v 0000 -c 02208409 v 0000 -c 02211948 v 0000 -c 02221328 v 0000 -c 02242464 v 0000 -c 02243186 v 0000 -c 02243461 v 0000 -c 02243630 v 0000 -c 02243967 v 0000 -c 02244426 v 0000 -c 02244603 v 0000 -c 02244773 v 0000 -c 02244956 v 0000 -c 02245765 v 0000 -c 02245993 v 0000 -c 02247028 v 0000 -c 02247226 v 0000 -c 02247584 v 0000 -c 02260085 v 0000 -c 02260362 v 0000 -c 02260770 v 0000 -c 02260959 v 0000 -c 02261256 v 0000 -c 02261464 v 0000 -c 02265726 v 0000 -c 02287041 v 0000 -c 02294056 v 0000 -c 02298160 v 0000 -c 02298471 v 0000 -c 02323286 v 0000 -c 02325968 v 0000 -c 02326198 v 0000 -c 02326355 v 0000 -c 02326672 v 0000 -c 02326795 v 0000 -c 02345856 v 0000 -c 02346136 v 0000 -c 02346409 v 0000 -c 02347220 v 0000 -c 02353984 v 0000 -c 02447542 v 0000 -c 02728570 v 0000 -c 02728784 v 0000 | transactions (sales and purchases) having the objective of supplying commodities (goods and services)
-01091905 04 n 01 trade 5 009 @ 01090446 n 0000 + 02244956 v 0103 + 02728784 v 0101 + 02260085 v 0101 + 02260362 v 0101 ~ 01092315 n 0000 ~ 01092403 n 0000 ~ 01092643 n 0000 -c 01129710 v 0000 | the commercial exchange (buying and selling on domestic or international markets) of goods and services; "Venice was an important center of trade with the East"; "they are accused of conspiring to constrain trade"
-01092315 04 n 01 fair_trade 0 001 @ 01091905 n 0000 | trade that is conducted legally
-01092403 04 n 01 fair_trade 1 001 @ 01091905 n 0000 | trade that satisfies certain criteria on the supply chain of the goods involved, usually including fair payment for producers; often with other social and environmental considerations
-01092643 04 n 01 free_trade 0 002 @ 01091905 n 0000 ~ 01092769 n 0000 | international trade free of government interference
-01092769 04 n 02 North_American_Free_Trade_Agreement 0 NAFTA 0 001 @ 01092643 n 0000 | an agreement for free trade between the United States and Canada and Mexico; became effective in 1994 for ten years
-01092974 04 n 01 e-commerce 0 001 @ 01090446 n 0000 | commerce conducted electronically (as on the internet)
-01093085 04 n 02 exchange 0 interchange 2 005 @ 01090446 n 0000 + 00161225 v 0102 ~ 01093380 n 0000 ~ 01109687 n 0000 ~ 13378348 n 0000 | reciprocal transfer of equivalent sums of money (especially the currencies of different countries); "he earns his living from the interchange of currency"
-01093380 04 n 01 conversion 3 003 @ 01093085 n 0000 + 00161225 v 0104 ~ 01093532 n 0000 | act of exchanging one type of money or security for another
-01093532 04 n 02 unitization 0 unitisation 0 001 @ 01093380 n 0000 | conversion of an investment trust into a unit investment trust
-01093666 04 n 02 lending 0 loaning 0 002 @ 00043609 n 0000 ~ 01093855 n 0000 | disposing of money or property with the expectation that the same thing (or an equivalent) will be returned
-01093855 04 n 01 usury 0 001 @ 01093666 n 0000 | the act of lending money at an exorbitant rate of interest
-01093965 04 n 01 arbitrage 0 003 @ 01099436 n 0000 + 02260959 v 0101 ~ 01094293 n 0000 | a kind of hedged investment meant to capture slight differences in price; when there is a difference in the price of something on two different markets the arbitrageur simultaneously buys at the lower price and sells at the higher price
-01094293 04 n 02 risk_arbitrage 0 takeover_arbitrage 0 001 @ 01093965 n 0000 | arbitrage involving risk; as in the simultaneous purchase of stock in a target company and sale of stock in its potential acquirer; if the takeover fails the arbitrageur may lose a great deal of money
-01094575 04 n 03 initial_public_offering 0 IPO 0 initial_offering 0 001 @ 01090446 n 0000 | a corporation's first offer to sell stock to the public
-01094725 04 n 03 commercial_enterprise 0 business_enterprise 0 business 1 043 @ 01090446 n 0000 #p 01097292 n 0000 -c 00036998 a 0000 -c 00083478 a 0000 -c 02392134 a 0000 -c 02392654 a 0000 -c 00093127 n 0000 ~ 00298161 n 0000 -c 00409211 n 0000 ~ 00454121 n 0000 ~ 00620424 n 0000 ~ 00811661 n 0000 ~ 00923444 n 0000 %p 01095753 n 0000 -c 01096245 n 0000 ~ 01097119 n 0000 ~ 01098541 n 0000 ~ 01098698 n 0000 ~ 01101114 n 0000 ~ 01101227 n 0000 ~ 01101329 n 0000 ~ 01101958 n 0000 ~ 01103159 n 0000 ~ 01103788 n 0000 ~ 01104406 n 0000 ~ 01104637 n 0000 ~ 01105259 n 0000 ~ 01117164 n 0000 -c 01135952 n 0000 -c 03297735 n 0000 -c 03413428 n 0000 -c 05621439 n 0000 -c 06262567 n 0000 -c 07945077 n 0000 -c 07966927 n 0000 -c 08057816 n 0000 -c 08061042 n 0000 -c 09609232 n 0000 -c 09964064 n 0000 -c 10440387 n 0000 -c 13356569 n 0000 -c 14012667 n 0000 -c 00412048 v 0000 | the activity of providing goods and services involving financial and commercial and industrial aspects; "computers are now widely used in business"
-01095753 04 n 02 business_activity 0 commercial_activity 0 005 @ 00796886 n 0000 #p 01094725 n 0000 ~ 01095966 n 0000 ~ 01096245 n 0000 ~ 01096674 n 0000 | activity undertaken as part of a commercial enterprise
-01095966 04 n 01 operation 6 002 @ 01095753 n 0000 + 02443849 v 0101 | a business especially one run on a large scale; "a large-scale farming operation"; "a multinational operation"; "they paid taxes on every stage of the operation"; "they had to consolidate their operations"
-01096245 04 n 01 business 2 004 @ 01095753 n 0000 ;c 01094725 n 0000 ~ 01096454 n 0000 ~ 01096997 n 0000 | the volume of commercial activity; "business is good today"; "show me where the business was today"
-01096454 04 n 02 trade 1 patronage 2 003 @ 01096245 n 0000 + 00908621 v 0203 ~ 01096873 n 0000 | the business given to a commercial establishment by its customers; "even before noon there was a considerable patronage"
-01096674 04 n 01 wash 0 002 @ 01095753 n 0000 ;u 07075172 n 0000 | any enterprise in which losses and gains cancel out; "at the end of the year the accounting department showed that it was a wash"
-01096873 04 n 01 custom 2 001 @ 01096454 n 0000 | habitual patronage; "I have given this tailor my custom for many years"
-01096997 04 n 01 land-office_business 0 001 @ 01096245 n 0000 | very large and profitable volume of commercial activity
-01097119 04 n 03 field 0 field_of_operation 0 line_of_business 0 001 @ 01094725 n 0000 | a particular kind of commercial enterprise; "they are outstanding in their field"
-01097292 04 n 03 market 0 marketplace 0 market_place 0 012 @ 00407535 n 0000 + 00470386 v 0103 + 02298160 v 0101 %p 01094725 n 0000 ~ 01097739 n 0000 ~ 01097920 n 0000 ~ 01098071 n 0000 ~ 01098265 n 0000 ~ 01098404 n 0000 ~ 14444326 n 0000 ~ 14444644 n 0000 ~ 14444825 n 0000 | the world of commercial activity where goods and services are bought and sold; "without competition there would be no market"; "they were driven from the marketplace"
-01097739 04 n 01 black_market 0 002 @ 01097292 n 0000 + 02242256 v 0102 | an illegal market in which goods or currencies are bought and sold in violation of rationing or controls
-01097920 04 n 03 buyer's_market 0 buyers'_market 0 soft_market 0 001 @ 01097292 n 0000 | a market in which more people want to sell than want to buy
-01098071 04 n 02 grey_market 0 gray_market 0 001 @ 01097292 n 0000 | an unofficial market in which goods are bought and sold at prices lower than the official price set by a regulatory agency
-01098265 04 n 02 seller's_market 0 sellers'_market 0 001 @ 01097292 n 0000 | a market in which more people want to buy than want to sell
-01098404 04 n 01 labor_market 0 001 @ 01097292 n 0000 | the market in which workers compete for jobs and employers compete for workers
-01098541 04 n 02 employee-owned_enterprise 0 employee-owned_business 0 001 @ 01094725 n 0000 | a commercial enterprise owned by the people who work for it
-01098698 04 n 01 finance 0 010 @ 01094725 n 0000 + 02847894 a 0102 + 02217864 v 0101 + 02217266 v 0101 ~ 01098968 n 0000 ~ 01099109 n 0000 ~ 01099231 n 0000 ~ 01099436 n 0000 ~ 01100147 n 0000 ~ 01100273 n 0000 | the commercial activity of providing funds and capital
-01098968 04 n 01 corporate_finance 0 003 @ 01098698 n 0000 -c 13260762 n 0000 -c 15281329 n 0000 | the financial activities of corporation
-01099109 04 n 02 financing 0 funding 0 003 @ 01098698 n 0000 + 02215506 v 0201 + 02217266 v 0101 | the act of financing
-01099231 04 n 01 high_finance 0 001 @ 01098698 n 0000 | large and complex financial transactions (often used with the implication that those individuals or institutions who engage in them are unethical)
-01099436 04 n 02 investing 0 investment 0 010 @ 01098698 n 0000 + 02271137 v 0201 + 02271137 v 0101 ~ 01093965 n 0000 ~ 01099768 n 0000 ~ 01099946 n 0000 -c 02272373 v 0000 -c 02284544 v 0000 -c 02290756 v 0000 -c 02299110 v 0000 | the act of investing; laying out money or capital in an enterprise with the expectation of profit
-01099768 04 n 01 foreign_direct_investment 0 001 @ 01099436 n 0000 | investing in United States businesses by foreign citizens (often involves stock ownership of the business)
-01099946 04 n 02 leverage 0 leveraging 0 003 @ 01099436 n 0000 + 02359690 v 0101 + 02359839 v 0101 | investing with borrowed money as a way to amplify potential gains (at the risk of greater losses)
-01100147 04 n 02 flotation 1 floatation 1 001 @ 01098698 n 0000 | financing a commercial enterprise by bond or stock shares
-01100273 04 n 01 banking 0 005 @ 01098698 n 0000 + 02343374 v 0101 + 02310855 v 0102 -c 01129021 a 0000 ~ 01100491 n 0000 | transacting business with a bank; depositing or withdrawing funds or requesting a loan etc.
-01100491 04 n 01 home_banking 0 001 @ 01100273 n 0000 | banking in which transactions are conducted by means of electronic communication (via telephone or computer)
-01100658 04 n 01 banking 1 003 @ 01134037 n 0000 + 02343056 v 0101 -c 05189396 n 0000 | engaging in the business of keeping money for savings and checking accounts or for exchange or for issuing loans and credit etc.
-01100877 04 n 02 cooperative 0 co-op 0 001 @ 08065093 n 0000 | a jointly owned commercial enterprise (usually organized by farmers or consumers) that produces and distributes goods and services and is run for the benefit of its owners
-01101114 04 n 01 discount_business 0 001 @ 01094725 n 0000 | the business of selling merchandise at a discount
-01101227 04 n 01 real-estate_business 0 001 @ 01094725 n 0000 | the business of selling real estate
-01101329 04 n 02 advertising 0 publicizing 0 007 @ 01094725 n 0000 + 00975902 v 0202 + 00954608 v 0201 + 00976653 v 0101 ~ 01101571 n 0000 ~ 01101661 n 0000 ~ 01101753 n 0000 | the business of drawing public attention to goods and services
-01101571 04 n 01 hard_sell 0 001 @ 01101329 n 0000 | forceful and insistent advertising
-01101661 04 n 01 soft_sell 0 001 @ 01101329 n 0000 | suggestive or persuasive advertising
-01101753 04 n 02 circularization 0 circularisation 0 005 @ 01101329 n 0000 + 02454649 v 0202 + 02043665 v 0202 + 02454649 v 0101 + 02043665 v 0101 | circulating printed notices as a means of advertising
-01101958 04 n 02 publication 0 publishing 0 010 @ 01094725 n 0000 + 00967625 v 0201 + 01745722 v 0102 + 00967625 v 0101 ~ 01102256 n 0000 ~ 01102574 n 0000 ~ 01102712 n 0000 ~ 01102862 n 0000 -c 02332445 v 0000 -c 02354112 v 0000 | the business of issuing printed matter for sale or distribution
-01102256 04 n 01 desktop_publishing 0 002 @ 01101958 n 0000 ;c 06128570 n 0000 | (computer science) the use of microcomputers with graphics capacity to produce printed materials
-01102436 04 n 01 publication 2 001 @ 00033020 n 0000 | the communication of something to the public; making information generally known
-01102574 04 n 02 republication 0 republishing 0 003 @ 01101958 n 0000 + 01746145 v 0201 + 01746145 v 0101 | the act of publishing again
-01102712 04 n 01 contribution 1 001 @ 01101958 n 0000 | a writing for publication especially one of a collection of writings as an article or story
-01102862 04 n 02 serialization 0 serialisation 0 003 @ 01101958 n 0000 + 00279075 v 0202 + 00279075 v 0101 | publication in serial form
-01103000 04 n 01 typography 0 004 @ 00606370 n 0000 + 02910248 a 0102 + 02910248 a 0101 + 09949946 n 0104 | the craft of composing type and printing from it
-01103159 04 n 01 printing 0 006 @ 01094725 n 0000 ;c 06677302 n 0000 ~ 01103374 n 0000 ~ 01103614 n 0000 -c 02975589 n 0000 -c 00489699 v 0000 | the business of producing printed material for sale or distribution
-01103374 04 n 01 gravure 0 003 @ 01103159 n 0000 + 01749790 v 0101 ~ 01103492 n 0000 | the act of intaglio printing
-01103492 04 n 02 photogravure 0 rotogravure 0 001 @ 01103374 n 0000 | using photography to produce a plate for printing
-01103614 04 n 02 issue 0 publication 1 005 @ 01103159 n 0000 + 01745722 v 0202 + 00967625 v 0201 + 01063049 v 0101 + 00967625 v 0104 | the act of issuing printed materials
-01103788 04 n 01 packaging 0 004 @ 01094725 n 0000 + 01485158 v 0102 ~ 01103964 n 0000 ~ 01104174 n 0000 | the business of packing; "his business is packaging for transport"
-01103964 04 n 03 meatpacking 0 meat_packing 0 meat-packing_business 0 001 @ 01103788 n 0000 | wholesale packaging of meat for future sale (including slaughtering and processing and distribution to retailers)
-01104174 04 n 02 unitization 2 unitisation 2 003 @ 01103788 n 0000 + 01385458 v 0202 + 01385458 v 0101 | the act of packaging cargo into unit loads
-01104324 04 n 01 catering 0 001 @ 00582388 n 0000 | providing food and services
-01104406 04 n 03 agribusiness 0 agriculture 1 factory_farm 0 002 @ 01094725 n 0000 + 09779790 n 0201 | a large-scale farming enterprise
-01104544 04 n 01 truck_farming 0 001 @ 00916464 n 0000 | growing vegetables for the market
-01104637 04 n 02 construction 1 building 1 010 @ 01094725 n 0000 + 02443424 v 0201 + 01685601 v 0201 %p 00608896 n 0000 %p 00609236 n 0000 %p 00609669 n 0000 %p 00617989 n 0000 %p 00618119 n 0000 %p 00618264 n 0000 ~ 01105038 n 0000 | the commercial activity involved in repairing old structures or constructing new ones; "their main business is home construction"; "workers in the building trades"
-01105038 04 n 01 jerry-building 0 001 @ 01104637 n 0000 | construction of inferior buildings for a quick profit
-01105152 04 n 01 slating 0 002 @ 00617989 n 0000 + 01338368 v 0101 | the act of laying slates for a roof
-01105259 04 n 03 transportation 1 shipping 0 transport 0 014 @ 01094725 n 0000 #p 01090446 n 0000 + 01435380 v 0303 + 01950798 v 0301 + 01950798 v 0203 + 01950798 v 0101 -c 01650883 a 0000 -c 01651044 a 0000 ~ 01105635 n 0000 ~ 01105737 n 0000 ~ 01105909 n 0000 ~ 01106272 n 0000 ~ 01106460 n 0000 ~ 01106587 n 0000 | the commercial enterprise of moving goods and materials
-01105635 04 n 02 air_transportation 0 air_transport 0 001 @ 01105259 n 0000 | transportation by air
-01105737 04 n 01 navigation 2 003 @ 01105259 n 0000 + 02909006 a 0101 + 01846320 v 0103 | ship traffic; "the channel will be open to navigation as soon as the ice melts"
-01105909 04 n 03 hauling 0 trucking 0 truckage 0 006 @ 01105259 n 0000 + 01954341 v 0301 + 01954341 v 0201 + 01454810 v 0101 + 01452255 v 0101 ~ 01106118 n 0000 | the activity of transporting goods by truck
-01106118 04 n 02 cartage 0 carting 0 002 @ 01105909 n 0000 + 01451502 v 0101 | the work of taking something away in a cart or truck and disposing of it
-01106272 04 n 02 freight 0 freightage 0 004 @ 01105259 n 0000 + 01951276 v 0201 + 01489161 v 0201 + 01951276 v 0101 | transporting goods commercially at rates cheaper than express rates
-01106460 04 n 02 express 0 expressage 0 003 @ 01105259 n 0000 + 01031756 v 0201 + 01031756 v 0101 | rapid transport of goods
-01106587 04 n 02 ferry 0 ferrying 0 003 @ 01105259 n 0000 + 01949435 v 0201 + 01949674 v 0101 | transport by boat or aircraft
-01106715 04 n 01 carriage_trade 0 001 @ 01090446 n 0000 | trade from upper-class customers
-01106808 04 n 03 transaction 0 dealing 2 dealings 0 017 @ 01080366 n 0000 + 02445509 v 0303 + 02244956 v 0301 + 02445509 v 0203 + 02244956 v 0201 + 02245765 v 0101 ~ 01090446 n 0000 ~ 01107359 n 0000 ~ 01107726 n 0000 ~ 01107932 n 0000 ~ 01109467 n 0000 ~ 01110274 n 0000 ~ 01110811 n 0000 ~ 01110973 n 0000 ~ 01111133 n 0000 ~ 01111375 n 0000 ~i 01111569 n 0000 | the act of transacting within or between groups (as carrying on commercial activities); "no transactions are possible without him"; "he has always been honest is his dealings with me"
-01107359 04 n 01 affairs 0 003 @ 01106808 n 0000 ~ 01107549 n 0000 ~ 01124508 n 0000 | transactions of professional or public interest; "news of current affairs"; "great affairs of state"
-01107549 04 n 02 world_affairs 0 international_affairs 0 001 @ 01107359 n 0000 | affairs between nations; "you can't really keep up with world affairs by watching television"
-01107726 04 n 02 operations 0 trading_operations 0 002 @ 01106808 n 0000 ;u 06295235 n 0000 | financial transactions at a brokerage; having to do with the execution of trades and keeping customer records
-01107932 04 n 02 transfer 2 transference 0 008 @ 01106808 n 0000 + 02220461 v 0201 + 02220461 v 0101 ~ 01108150 n 0000 ~ 01108402 n 0000 ~ 01108641 n 0000 ~ 01109114 n 0000 ~ 01109311 n 0000 | transferring ownership
-01108150 04 n 01 alienation 1 002 @ 01107932 n 0000 ;c 08441203 n 0000 | (law) the voluntary and absolute transfer of title and possession of real property from one person to another; "the power of alienation is an essential ingredient of ownership"
-01108402 04 n 04 conveyance 0 conveyance_of_title 0 conveyancing 0 conveying 0 005 @ 01107932 n 0000 + 02221454 v 0401 + 09962612 n 0101 + 02221454 v 0101 ~ 01108753 n 0000 | act of transferring property title from one person to another
-01108641 04 n 01 quitclaim 0 001 @ 01107932 n 0000 | act of transferring a title or right or claim to another
-01108753 04 n 03 delivery 1 livery 0 legal_transfer 0 004 @ 01108402 n 0000 + 02293321 v 0106 ~ 00213343 n 0000 ~ 01108971 n 0000 | the voluntary transfer of something (title or possession) from one party to another
-01108971 04 n 01 bailment 0 002 @ 01108753 n 0000 + 02293732 v 0101 | the delivery of personal property in trust by the bailor to the bailee
-01109114 04 n 02 lend-lease 0 lease-lend 0 001 @ 01107932 n 0000 | the transfer of goods and services to an ally to aid in a common cause; "lend-lease during World War II was extremely generous"
-01109311 04 n 02 secularization 0 secularisation 0 002 @ 01107932 n 0000 + 02221794 v 0102 | transfer of property from ecclesiastical to civil possession
-01109467 04 n 01 exchange 3 003 @ 01106808 n 0000 + 02257370 v 0101 ~ 01110063 n 0000 | the act of giving something in return for something received; "deductible losses on sales or exchanges of property are allowable"
-01109687 04 n 04 barter 0 swap 0 swop 0 trade 3 007 @ 01093085 n 0000 + 02259005 v 0401 + 02260085 v 0401 + 02259005 v 0303 + 02259005 v 0202 + 02259241 v 0101 ~ 01109934 n 0000 | an equal exchange; "we had no money so we had to live by barter"
-01109934 04 n 02 horse_trade 0 horse_trading 0 001 @ 01109687 n 0000 | the swapping of horses (accompanied by much bargaining)
-01110063 04 n 01 logrolling 1 002 @ 01109467 n 0000 + 02375902 v 0101 | act of exchanging favors for mutual gain; especially trading of influence or votes among legislators to gain passage of certain projects
-01110274 04 n 03 deal 2 trade 2 business_deal 0 009 @ 01106808 n 0000 + 02244956 v 0203 + 02728784 v 0201 + 02260085 v 0201 + 02260362 v 0201 + 02245993 v 0101 + 02244956 v 0101 ~ 01110633 n 0000 ~ 01110720 n 0000 | a particular instance of buying or selling; "it was a package deal"; "I had no further trade with him"; "he's a master of the business deal"
-01110633 04 n 01 arms_deal 0 001 @ 01110274 n 0000 | a deal to provide military arms
-01110720 04 n 01 penny_ante 1 001 @ 01110274 n 0000 | a business deal on a trivial scale
-01110811 04 n 01 downtick 0 002 @ 01106808 n 0000 ! 01110973 n 0101 | a transaction in the stock market at a price below the price of the preceding transaction
-01110973 04 n 01 uptick 0 002 @ 01106808 n 0000 ! 01110811 n 0101 | a transaction in the stock market at a price above the price of the preceding transaction
-01111133 04 n 01 borrowing 0 002 @ 01106808 n 0000 ~ 01111236 n 0000 | obtaining funds from a lender
-01111236 04 n 01 pawn 0 002 @ 01111133 n 0000 + 02347220 v 0101 | borrowing and leaving an article as security for repayment of the loan
-01111375 04 n 02 rental 0 renting 0 004 @ 01106808 n 0000 ;c 02958343 n 0000 + 02460199 v 0201 + 02208537 v 0102 | the act of paying for the use of something (as an apartment or house or car)
-01111569 04 n 01 Seward's_Folly 0 001 @i 01106808 n 0000 | the transaction in 1867 in which the United States Secretary of State William Henry Seward purchased Alaska from Russia
-01111750 04 n 02 importing 0 importation 0 004 @ 01090446 n 0000 + 02346136 v 0201 + 02346136 v 0101 ~ 01112132 n 0000 | the commercial activity of buying and bringing in goods from a foreign country
-01111952 04 n 02 exporting 0 exportation 0 003 @ 01090446 n 0000 + 02346409 v 0201 + 02346409 v 0101 | the commercial activity of selling and shipping goods to a foreign country
-01112132 04 n 01 smuggling 0 003 @ 01111750 n 0000 + 02345856 v 0101 ~ 01112289 n 0000 | secretly importing prohibited goods or goods on which duty is due
-01112289 04 n 01 gunrunning 0 001 @ 01112132 n 0000 | the smuggling of guns and ammunition into a country secretly and illegally
-01112420 04 n 01 marketing 2 007 @ 01090446 n 0000 + 00470386 v 0103 ~ 01112739 n 0000 %p 01112885 n 0000 %p 01113068 n 0000 ~ 01113595 n 0000 %p 07247071 n 0000 | the commercial processes involved in promoting and selling and distributing a product or service; "most companies have a manager in charge of marketing"
-01112739 04 n 01 direct_marketing 0 001 @ 01112420 n 0000 | marketing via a promotion delivered directly to the individual prospective customer
-01112885 04 n 01 distribution 1 003 @ 01090446 n 0000 #p 01112420 n 0000 + 02479990 v 0101 | the commercial activity of transporting and selling goods from a producer to a consumer
-01113068 04 n 03 selling 0 merchandising 0 marketing 0 023 @ 01090446 n 0000 #p 01112420 n 0000 + 02298471 v 0301 + 02260362 v 0202 + 02727883 v 0101 + 02244956 v 0102 + 02242464 v 0101 ~ 00091977 n 0000 ~ 00092212 n 0000 ~ 00092663 n 0000 ~ 00092847 n 0000 ~ 00093006 n 0000 ~ 01114458 n 0000 ~ 01114646 n 0000 ~ 01114824 n 0000 ~ 01115348 n 0000 ~ 01115589 n 0000 ~ 01115734 n 0000 ~ 01115866 n 0000 ~ 01116026 n 0000 ~ 01116968 n 0000 ~ 01117454 n 0000 ~ 01117541 n 0000 | the exchange of goods for an agreed sum of money
-01113595 04 n 02 distribution_channel 0 channel 0 001 @ 01112420 n 0000 | a way of selling a company's product either directly or via distributors; "possible distribution channels are wholesalers or small retailers or retail chains or direct mailers or your own stores"
-01113867 04 n 01 traffic 1 006 @ 01090446 n 0000 + 02260770 v 0101 + 02261123 v 0101 ~ 01114055 n 0000 ~ 01114172 n 0000 ~ 01114284 n 0000 | buying and selling; especially illicit trade
-01114055 04 n 03 drug_traffic 0 drug_trafficking 0 narcotraffic 0 001 @ 01113867 n 0000 | traffic in illegal drugs
-01114172 04 n 02 simony 0 barratry 3 001 @ 01113867 n 0000 | traffic in ecclesiastical offices or preferments
-01114284 04 n 02 slave_trade 0 slave_traffic 0 001 @ 01113867 n 0000 | traffic in slaves; especially in Black Africans transported to America in the 16th to 19th centuries
-01114458 04 n 01 retail 0 004 @ 01113068 n 0000 + 02247028 v 0101 + 02728570 v 0101 ! 01114646 n 0101 | the selling of goods to consumers; usually in small quantities and not for resale
-01114646 04 n 01 wholesale 0 003 @ 01113068 n 0000 + 02247226 v 0101 ! 01114458 n 0101 | the selling of goods to merchants; usually in large quantities for resale to consumers
-01114824 04 n 01 sale 0 002 @ 01113068 n 0000 ~ 01115017 n 0000 | a particular instance of selling; "he has just made his first sale"; "they had to complete the sale before the banks closed"
-01115017 04 n 01 divestiture 0 002 @ 01114824 n 0000 + 02313906 v 0101 | the sale by a company of a product line or a subsidiary or a division
-01115162 04 n 01 sell 0 005 @ 01117541 n 0000 + 02748206 v 0101 + 02244956 v 0102 + 02727883 v 0101 + 02242464 v 0101 | the activity of persuading someone to buy; "it was a hard sell"
-01115348 04 n 01 syndication 1 002 @ 01113068 n 0000 + 02243758 v 0101 | selling (an article or cartoon) for publication in many magazines or newspapers at the same time; "he received a comfortable income from the syndication of his work"
-01115589 04 n 01 dumping 0 002 @ 01113068 n 0000 + 02350878 v 0101 | selling goods abroad at a price below that charged in the domestic market
-01115734 04 n 01 dutch_auction 0 001 @ 01113068 n 0000 | a method of selling in which the price is reduced until a buyer is found
-01115866 04 n 01 retailing 0 003 @ 01113068 n 0000 + 02728570 v 0101 + 02247028 v 0101 | the activities involved in selling commodities directly to consumers
-01116026 04 n 03 telemarketing 0 teleselling 0 telecommerce 0 002 @ 01113068 n 0000 ~ 01116876 n 0000 | the use of the telephone as an interactive medium for promotion and sales
-01116206 04 n 01 telemetry 0 001 @ 00996969 n 0000 | automatic transmission and measurement of data from remote sources by wire or radio or other means
-01116360 04 n 01 thermometry 0 002 @ 00996969 n 0000 + 03124931 a 0101 | the measurement of temperature
-01116466 04 n 01 thermogravimetry 0 003 @ 00996969 n 0000 @ 00646833 n 0000 + 03003031 a 0102 | the measurement of changes in weight as a function of changes in temperature used as a technique of chemically analyzing substances
-01116696 04 n 01 tonometry 0 001 @ 00996969 n 0000 | the measurement of intraocular pressure by determining the amount of force needed to make a slight indentation in the cornea
-01116876 04 n 01 telephone_order 0 001 @ 01116026 n 0000 | receiving orders via telephone
-01116968 04 n 04 vending 0 peddling 0 hawking 0 vendition 0 005 @ 01113068 n 0000 + 02302817 v 0405 + 02302817 v 0304 + 02302817 v 0201 + 02302817 v 0105 | the act of selling goods for a living
-01117164 04 n 01 venture 1 003 @ 01094725 n 0000 + 00066146 a 0104 + 02545272 v 0101 | a commercial undertaking that risks a loss but promises a profit
-01117318 04 n 02 viscometry 0 viscosimetry 0 003 @ 00996969 n 0000 + 03143794 a 0202 + 03143794 a 0101 | the measurement of viscosity
-01117454 04 n 01 resale 0 001 @ 01113068 n 0000 | the selling of something purchased
-01117541 04 n 01 sale 2 003 @ 01113068 n 0000 ~ 00092366 n 0000 ~ 01115162 n 0000 | the general activity of selling; "they tried to boost sales"; "laws limit the sale of handguns"
-01117723 04 n 03 sale 1 cut-rate_sale 0 sales_event 0 013 @ 14485064 n 0000 ~ 01118182 n 0000 ~ 01118614 n 0000 ~ 01118776 n 0000 ~ 01118890 n 0000 ~ 01119012 n 0000 ~ 01119116 n 0000 ~ 01119250 n 0000 ~ 01119401 n 0000 ~ 01119620 n 0000 ~ 01119850 n 0000 ~ 01119949 n 0000 ~ 01120176 n 0000 | an occasion (usually brief) for buying at specially reduced prices; "they held a sale to reduce their inventory"; "I got some great bargains at their annual sale"
-01118182 04 n 02 bazaar 0 fair 0 003 @ 01117723 n 0000 ~ 01118338 n 0000 ~ 01118495 n 0000 | a sale of miscellany; often for charity; "the church bazaar"
-01118338 04 n 02 book_fair 0 bookfair 0 001 @ 01118182 n 0000 | bazaar at which books are sold or auctioned off in order to raise funds for a worthy cause
-01118495 04 n 01 craft_fair 0 001 @ 01118182 n 0000 | a fair at which objects made by craftsmen are offered for sale
-01118614 04 n 02 car_boot_sale 0 boot_sale 0 002 @ 01117723 n 0000 ;r 08860123 n 0000 | an outdoor sale at which people sell things from the trunk of their car
-01118776 04 n 02 clearance_sale 0 inventory-clearance_sale 0 001 @ 01117723 n 0000 | a sale to reduce inventory
-01118890 04 n 01 closeout 0 002 @ 01117723 n 0000 + 02352538 v 0101 | a sale intended to dispose of all remaining stock
-01119012 04 n 01 fire_sale 0 001 @ 01117723 n 0000 | a sale of merchandise supposedly damaged by fire
-01119116 04 n 01 fire_sale 1 001 @ 01117723 n 0000 | a sale of assets at very low prices typically when the seller faces bankruptcy
-01119250 04 n 02 garage_sale 0 yard_sale 0 001 @ 01117723 n 0000 | an outdoor sale of used personal or household items held on the seller's premises
-01119401 04 n 01 going-out-of-business_sale 0 001 @ 01117723 n 0000 | a sale of all the tangible assets of a business that is about to close; "during the Great Depression going-out-of-business sales were very common"
-01119620 04 n 02 realization 1 realisation 1 003 @ 01117723 n 0000 + 02244603 v 0202 + 02244603 v 0101 | a sale in order to obtain money (as a sale of stock or a sale of the estate of a bankrupt person) or the money so obtained
-01119850 04 n 02 rummage_sale 0 jumble_sale 0 001 @ 01117723 n 0000 | a sale of donated articles
-01119949 04 n 01 selloff 0 002 @ 01117723 n 0000 + 02244248 v 0101 | a sale of a relatively large number of assets (stocks or bonds or commodities) at a low price typically done to dispose of them rather than as normal trade
-01120176 04 n 01 white_sale 0 001 @ 01117723 n 0000 | a sale of household linens
-01120259 04 n 01 undertaking 1 001 @ 00606370 n 0000 | the trade of a funeral director
-01120348 04 n 01 upholstery 0 002 @ 00606370 n 0000 + 02341816 v 0101 | the craft of upholstering
-01120448 04 n 03 payment 0 defrayal 0 defrayment 0 018 @ 01090446 n 0000 + 02349945 v 0301 + 02349945 v 0201 + 02253154 v 0101 + 02252931 v 0103 + 02251743 v 0101 ! 01120855 n 0102 ~ 01121070 n 0000 ~ 01121245 n 0000 ~ 01121390 n 0000 ~ 01121492 n 0000 ~ 01121585 n 0000 ~ 01121690 n 0000 ~ 01121855 n 0000 ~ 01122037 n 0000 ~ 01122149 n 0000 ~ 01122387 n 0000 ~ 01122488 n 0000 | the act of paying money
-01120855 04 n 02 evasion 2 nonpayment 0 003 @ 01090446 n 0000 ! 01120448 n 0201 ~ 00741797 n 0000 | the deliberate act of failing to pay money; "his evasion of all his creditors"; "he was indicted for nonpayment"
-01121070 04 n 02 amortization 0 amortisation 0 003 @ 01120448 n 0000 + 02352263 v 0202 + 02352263 v 0101 | payment of an obligation in a series of installments or transfers
-01121245 04 n 01 fee_splitting 0 001 @ 01120448 n 0000 | payment (usually by doctors or lawyers) of part of the fee in return for the referral
-01121390 04 n 01 overpayment 0 002 @ 01120448 n 0000 + 02250077 v 0101 | the act of paying too much
-01121492 04 n 01 prepayment 0 002 @ 01120448 n 0000 + 02250340 v 0101 | payment in advance
-01121585 04 n 01 ransom 1 002 @ 01120448 n 0000 + 02256998 v 0101 | payment for the release of someone
-01121690 04 n 02 refund 0 repayment 0 004 @ 01120448 n 0000 + 02344060 v 0202 + 02284951 v 0203 + 02284951 v 0101 | the act of returning money received previously
-01121855 04 n 01 remuneration 0 002 @ 01120448 n 0000 + 02249741 v 0103 | the act of paying for goods or services or to recompense for losses; "adequate remuneration for his work"
-01122037 04 n 01 rendering 0 002 @ 01120448 n 0000 + 01060746 v 0102 | giving in acknowledgment of obligation
-01122149 04 n 04 spending 0 disbursement 0 disbursal 0 outlay 0 007 @ 01120448 n 0000 + 02301502 v 0301 + 02301502 v 0201 + 02267529 v 0101 + 02267060 v 0101 ~ 01122601 n 0000 ~ 01122754 n 0000 | the act of spending or disbursing money
-01122387 04 n 01 tribute 1 001 @ 01120448 n 0000 | payment by one nation for protection by another
-01122488 04 n 01 underpayment 0 002 @ 01120448 n 0000 + 02250216 v 0101 | the act of paying less than required
-01122601 04 n 02 expending 0 expenditure 0 003 @ 01122149 n 0000 + 02267060 v 0202 + 02267060 v 0102 | the act of spending money for goods or services
-01122754 04 n 03 deficit_spending 0 compensatory_spending 0 pump_priming 1 001 @ 01122149 n 0000 | spending money raised by borrowing; used by governments to stimulate their economy
-01122938 04 n 02 amortization 1 amortisation 1 001 @ 00351638 n 0000 | the reduction of the value of an asset by prorating its cost over a period of years
-01123095 04 n 01 migration 0 006 @ 00279835 n 0000 + 02895861 a 0101 + 01856626 v 0101 ~ 00056087 n 0000 ~ 00056311 n 0000 ~ 01123304 n 0000 | the movement of persons from one country or locality to another
-01123304 04 n 01 gold_rush 0 001 @ 01123095 n 0000 | a large migration of people to a newly discovered gold field
-01123420 04 n 01 stampede 0 002 @ 01080366 n 0000 + 02056300 v 0101 | a headlong rush of people on a common impulse; "when he shouted `fire' there was a stampede to the exits"
-01123598 04 n 01 social_control 0 023 @ 01080366 n 0000 ~ 01124110 n 0000 ~ 01124246 n 0000 ~ 01124384 n 0000 ~ 01124794 n 0000 ~ 01127019 n 0000 ~ 01128390 n 0000 ~ 01128984 n 0000 ~ 01129920 n 0000 ~ 01133106 n 0000 ~ 01133281 n 0000 ~ 01150200 n 0000 ~ 01150938 n 0000 ~ 01151788 n 0000 ~ 01152033 n 0000 ~ 01152583 n 0000 ~ 01153548 n 0000 ~ 01153861 n 0000 ~ 01156438 n 0000 ~ 01158190 n 0000 ~ 01158690 n 0000 ~ 01160342 n 0000 ~ 01166092 n 0000 | control exerted (actively or passively) by group action
-01124110 04 n 01 auto_limitation 0 001 @ 01123598 n 0000 | social control achieved as a manifestation of self-will or general consent
-01124246 04 n 01 sanction 2 002 @ 01123598 n 0000 + 00806891 v 0101 | a mechanism of social control for enforcing a society's standards
-01124384 04 n 01 population_control 0 001 @ 01123598 n 0000 | control over the growth of population; a government program
-01124508 04 n 01 politics 1 002 @ 00407535 n 0000 @ 01107359 n 0000 | the activities and affairs involved in managing a state or a government; "unemployment dominated the politics of the inter-war years"; "government agencies multiplied beyond the control of representative politics"
-01124794 04 n 05 government 0 governing 0 governance 0 government_activity 0 administration 4 028 @ 01123598 n 0000 + 02586619 v 0301 + 02586619 v 0201 + 02442205 v 0101 -c 00576189 a 0000 -c 00961667 a 0000 -c 01107206 a 0000 -c 01107521 a 0000 -c 01532760 a 0000 -c 00260881 n 0000 -c 00744004 n 0000 -c 01070708 n 0000 ~ 01125562 n 0000 ~ 01125693 n 0000 ~ 01126335 n 0000 -c 01141160 n 0000 -c 01159461 n 0000 -c 01179167 n 0000 -c 05663671 n 0000 -c 06148148 n 0000 -c 06196071 n 0000 -c 06727224 n 0000 -c 08050678 n 0000 -c 10067600 n 0000 -c 13272059 n 0000 -c 13341052 n 0000 -c 13945102 n 0000 -c 13973059 n 0000 | the act of governing; exercising authority; "regulations for the governing of state prisons"; "he had considerable experience of government"
-01125562 04 n 02 misgovernment 0 misrule 0 002 @ 01124794 n 0000 + 02586979 v 0101 | government that is inefficient or dishonest
-01125693 04 n 03 legislation 0 legislating 0 lawmaking 0 009 @ 01124794 n 0000 ;c 06535222 n 0000 ;c 08441203 n 0000 + 02466670 v 0101 ~ 01125959 n 0000 ~ 01126151 n 0000 ~ 01126856 n 0000 -c 00654258 v 0000 -c 02466496 v 0000 | the act of making or enacting laws
-01125959 04 n 02 criminalization 0 criminalisation 0 003 @ 01125693 n 0000 ! 01126151 n 0202 ! 01126151 n 0101 | legislation that makes something illegal; "the criminalization of marijuana"
-01126151 04 n 02 decriminalization 0 decriminalisation 0 003 @ 01125693 n 0000 ! 01125959 n 0202 ! 01125959 n 0101 | legislation that makes something legal that was formerly illegal
-01126335 04 n 01 trust_busting 0 003 @ 01124794 n 0000 ;r 09044862 n 0000 ;c 08441203 n 0000 | (law) government activities seeking to dissolve corporate trusts and monopolies (especially under the United States antitrust laws)
-01126564 04 n 02 winemaking 0 wine_making 0 002 @ 00606370 n 0000 -c 00459114 v 0000 | the craft and science of growing grapes and making wine
-01126709 04 n 02 viticulture 0 viniculture 0 002 @ 00917759 n 0000 -c 02192383 v 0000 | the cultivation of grapes and grape vines; grape growing
-01126856 04 n 02 enactment 1 passage 1 004 @ 01125693 n 0000 ;c 08441203 n 0000 + 02466670 v 0202 + 02427916 v 0102 | the passing of a law by a legislative body
-01127019 04 n 01 enforcement 0 007 @ 01123598 n 0000 + 02560424 v 0101 + 02560164 v 0101 ~ 01127245 n 0000 ~ 01127379 n 0000 ~ 01127623 n 0000 ~ 01128137 n 0000 | the act of enforcing; ensuring observance of or obedience to
-01127245 04 n 01 coercion 1 003 @ 01127019 n 0000 + 02504562 v 0101 ~ 00759500 n 0000 | the act of compelling by force of authority
-01127379 04 n 03 execution 3 implementation 1 carrying_out 0 003 @ 01127019 n 0000 + 00486018 v 0205 + 01640855 v 0103 | the act of accomplishing some aim or executing some order; "the agency was created for the implementation of the policy"
-01127623 04 n 02 imposition 2 infliction 0 008 @ 01127019 n 0000 ;c 13308999 n 0000 + 02306462 v 0102 + 00748282 v 0104 ~ 01127874 n 0000 ~ 01148283 n 0000 ~ 01148398 n 0000 ~ 01160170 n 0000 | the act of imposing something (as a tax or an embargo)
-01127874 04 n 02 protection 3 trade_protection 0 002 @ 01127623 n 0000 + 01129710 v 0101 | the imposition of duties or quotas on imports in order to protect domestic industry against foreign competition; "he made trade protection a plank in the party platform"
-01128137 04 n 01 law_enforcement 0 003 @ 01127019 n 0000 ;c 08441203 n 0000 ~ 01128266 n 0000 | ensuring obedience to the laws
-01128266 04 n 01 vigilantism 0 001 @ 01128137 n 0000 | the actions of a vigilance committee in trying to enforce the laws
-01128390 04 n 01 domination 0 005 @ 01123598 n 0000 + 02646931 v 0101 ~ 01128547 n 0000 ~ 01128655 n 0000 ~ 01128806 n 0000 | social control by dominating
-01128547 04 n 01 bossism 0 001 @ 01128390 n 0000 | domination of a political organization by a party boss
-01128655 04 n 02 mastery 0 subordination 0 003 @ 01128390 n 0000 + 00579712 v 0201 + 02539334 v 0102 | the act of mastering or subordinating someone
-01128806 04 n 02 monopolization 0 monopolisation 0 003 @ 01128390 n 0000 + 02204242 v 0202 + 02204242 v 0101 | domination (of a market or commodity) to the exclusion of others
-01128984 04 n 04 socialization 0 socialisation 0 acculturation 0 enculturation 0 009 @ 01123598 n 0000 + 03139749 a 0301 + 00159880 v 0301 + 02386845 v 0202 + 00406053 v 0202 + 02386845 v 0101 + 00406053 v 0101 ~ 01129363 n 0000 ~ 01129532 n 0000 | the adoption of the behavior patterns of the surrounding culture; "the socialization of children to the norms of their culture"
-01129363 04 n 01 cultivation 1 001 @ 01128984 n 0000 | socialization through training and education to develop one's mind or manners; "her cultivation was remarkable"
-01129532 04 n 08 breeding 1 bringing_up 0 fostering 0 fosterage 0 nurture 0 raising 1 rearing 0 upbringing 0 008 @ 01128984 n 0000 + 02539788 v 0701 + 01316127 a 0501 + 02539788 v 0504 + 00908351 v 0502 + 00908351 v 0401 + 02554422 v 0301 + 00908351 v 0301 | helping someone grow up to be an accepted member of the community; "they debated whether nature or nurture was more important"
-01129920 04 n 03 duty 0 responsibility 0 obligation 0 018 @ 01123598 n 0000 + 02506546 v 0303 + 02506546 v 0302 + 01613047 a 0102 ~ 00584769 n 0000 ~ 00818466 n 0000 ~ 01130560 n 0000 ~ 01130735 n 0000 ~ 01130905 n 0000 ~ 01131004 n 0000 ~ 01131224 n 0000 ~ 01131330 n 0000 ~ 01131425 n 0000 ~ 01131515 n 0000 ~ 01132590 n 0000 ~ 01132709 n 0000 ~ 05892427 n 0000 ~ 05892651 n 0000 | the social force that binds you to the courses of action demanded by that force; "we must instill a sense of duty in our children"; "every right implies a responsibility; every opportunity, an obligation; every possession, a duty"- John D.Rockefeller Jr
-01130560 04 n 01 moral_obligation 0 001 @ 01129920 n 0000 | an obligation arising out of considerations of right and wrong; "he did it out of a feeling of moral obligation"
-01130735 04 n 01 noblesse_oblige 0 002 @ 01129920 n 0000 ;u 06964901 n 0000 | the obligation of those of high rank to be honorable and generous (often used ironically)
-01130905 04 n 01 burden_of_proof 0 001 @ 01129920 n 0000 | the duty of proving a disputed charge
-01131004 04 n 02 civic_duty 0 civic_responsibility 0 002 @ 01129920 n 0000 ~ 01131135 n 0000 | the responsibilities of a citizen
-01131135 04 n 01 jury_duty 0 001 @ 01131004 n 0000 | the civic duty to serve on a jury
-01131224 04 n 01 filial_duty 0 002 @ 01129920 n 0000 ~ 01132864 n 0000 | duty of a child to its parents
-01131330 04 n 01 imperative 0 001 @ 01129920 n 0000 | some duty that is essential and urgent
-01131425 04 n 01 incumbency 1 001 @ 01129920 n 0000 | a duty that is incumbent upon you
-01131515 04 n 01 legal_duty 0 003 @ 01129920 n 0000 ;c 08441203 n 0000 ~ 01131656 n 0000 | acts which the law requires be done or forborne
-01131656 04 n 01 fiduciary_duty 0 001 @ 01131515 n 0000 | the legal duty of a fiduciary to act in the best interests of the beneficiary
-01131794 04 n 03 due_care 0 ordinary_care 0 reasonable_care 0 001 @ 00829378 n 0000 | the care that a reasonable man would exercise under the circumstances; the standard for determining legal duty
-01131993 04 n 01 foster_care 0 001 @ 00829378 n 0000 | supervised care for delinquent or neglected children usually in an institution or substitute home
-01132148 04 n 01 great_care 0 001 @ 00829378 n 0000 | more attention and consideration than is normally bestowed by prudent persons; "the pilot exercised great care in landing"
-01132327 04 n 01 providence 0 002 @ 00829378 n 0000 + 01180363 a 0101 | the guardianship and control exercised by a deity; "divine providence"
-01132472 04 n 01 slight_care 0 001 @ 00829378 n 0000 | such care as a careless or inattentive person would exercise
-01132590 04 n 01 line_of_duty 0 001 @ 01129920 n 0000 | all that is normally required in some area of responsibility
-01132709 04 n 01 white_man's_burden 0 001 @ 01129920 n 0000 | the supposed responsibility of the white race to provide care for their non-white subjects
-01132864 04 n 02 obedience 2 respect 2 002 @ 01131224 n 0000 + 01612053 a 0101 | behavior intended to please your parents; "their children were never very strong on obedience"; "he went to law school out of respect for his father's wishes"
-01133106 04 n 02 occupation 2 military_control 0 003 @ 01123598 n 0000 ;c 08199025 n 0000 + 01126360 v 0102 | the control of a country by military forces of a foreign power
-01133281 04 n 02 management 0 direction 0 016 @ 01123598 n 0000 + 02443049 v 0104 + 02436349 v 0101 ~ 01133760 n 0000 ~ 01133933 n 0000 ~ 01134037 n 0000 ~ 01134244 n 0000 ~ 01134330 n 0000 ~ 01134479 n 0000 ~ 01134861 n 0000 ~ 01135529 n 0000 ~ 01135952 n 0000 ~ 01138670 n 0000 ~ 01140029 n 0000 ~ 01142519 n 0000 ~ 01144876 n 0000 | the act of managing something; "he was given overall management of the program"; "is the direction of the economy a function of government?"
-01133760 04 n 01 conducting 1 003 @ 01133281 n 0000 + 01733213 v 0101 + 01732921 v 0101 | the direction of an orchestra or choir; "he does not use a baton for conducting"
-01133933 04 n 01 database_management 0 001 @ 01133281 n 0000 | creation and maintenance of a database
-01134037 04 n 01 finance 1 006 @ 01133281 n 0000 ;c 06150633 n 0000 + 02847894 a 0102 + 02217864 v 0101 + 02217266 v 0101 ~ 01100658 n 0000 | the management of money and credit and banking and investments
-01134244 04 n 01 homemaking 0 001 @ 01133281 n 0000 | the management of a household
-01134330 04 n 01 misconduct 1 002 @ 01133281 n 0000 + 02438861 v 0103 | bad or dishonest management by persons supposed to act on another's behalf
-01134479 04 n 02 mismanagement 0 misdirection 0 003 @ 01133281 n 0000 + 02438861 v 0101 ~ 01134699 n 0000 | management that is careless or inefficient; "he accomplished little due to the mismanagement of his energies"
-01134699 04 n 01 screwup 0 002 @ 01134479 n 0000 + 02527651 v 0109 | the complete mismanagement or mishandling of a situation; "a typical bureaucratic screwup"
-01134861 04 n 02 treatment 1 handling 2 005 @ 01133281 n 0000 + 02436349 v 0204 + 00515154 v 0102 ~ 01135163 n 0000 ~ 01135372 n 0000 | the management of someone or something; "the handling of prisoners"; "the treatment of water sewage"; "the right to equal treatment in the criminal justice system"
-01135163 04 n 01 bioremediation 0 002 @ 01134861 n 0000 ;c 01348530 n 0000 | the act of treating waste or pollutants by the use of microorganisms (as bacteria) that can break down the undesirable substances
-01135372 04 n 01 dealing 1 003 @ 01134861 n 0000 + 02370987 v 0101 + 02377764 v 0101 | method or manner of conduct in relation to others; "honest dealing"
-01135529 04 n 04 supervision 0 supervising 0 superintendence 0 oversight 1 006 @ 01133281 n 0000 + 02443049 v 0303 + 02443049 v 0202 + 02443049 v 0102 + 02163301 v 0102 ~ 01135795 n 0000 | management by overseeing the performance or operation of a person or group
-01135795 04 n 01 invigilation 0 003 @ 01135529 n 0000 ;r 08860123 n 0000 + 02593354 v 0101 | keeping watch over examination candidates to prevent cheating
-01135952 04 n 02 administration 0 disposal 2 008 @ 01133281 n 0000 ;c 01094725 n 0000 + 02431971 v 0101 ~ 01136265 n 0000 ~ 01136375 n 0000 ~ 01136519 n 0000 ~ 01136985 n 0000 ~ 01137455 n 0000 | a method of tending to or managing the affairs of a some group of people (especially the group's business affairs)
-01136265 04 n 01 conducting 0 002 @ 01135952 n 0000 + 02445509 v 0101 | the way of administering a business
-01136375 04 n 01 line_management 0 001 @ 01135952 n 0000 | administration of the activities contributing directly to an organization's output
-01136519 04 n 02 organization 0 organisation 0 015 @ 01135952 n 0000 + 02448185 v 0203 + 02432530 v 0202 + 00710005 v 0205 + 00404642 v 0202 + 02448185 v 0102 + 02432530 v 0101 + 01651444 v 0101 + 00710005 v 0104 + 00404642 v 0101 ~ 01137597 n 0000 ~ 01137760 n 0000 ~ 01137987 n 0000 ~ 01138399 n 0000 ~ 01138547 n 0000 | the act of organizing a business or an activity related to a business; "he was brought in to supervise the organization of a new department"
-01136985 04 n 01 running 2 003 @ 01135952 n 0000 + 02443849 v 0102 ~ 01137206 n 0000 | the act of administering or being in charge of something; "he has responsibility for the running of two companies at the same time"
-01137206 04 n 01 administrivia 0 001 @ 01136985 n 0000 | the tiresome but essential details that must be taken care of and tasks that must be performed in running an organization; "he sets policy and leaves all the administrivia to his assistant"
-01137455 04 n 01 polity 0 001 @ 01135952 n 0000 | shrewd or crafty management of public affairs; "we was innocent of stratagems and polity"
-01137597 04 n 03 nonprofit_organization 0 nonprofit 0 not-for-profit 0 001 @ 01136519 n 0000 | an organization chartered for other than profit-making activities
-01137760 04 n 02 rationalization 2 rationalisation 2 003 @ 01136519 n 0000 + 02269485 v 0202 + 02269485 v 0101 | the organization of a business according to scientific principles of management in order to increase efficiency
-01137987 04 n 04 reorganization 0 reorganisation 0 shake-up 0 shakeup 0 005 @ 01136519 n 0000 + 02433123 v 0403 + 02433123 v 0303 + 02433381 v 0101 + 02433123 v 0101 | the imposition of a new organization; organizing differently (often involving extensive and drastic changes); "a committee was appointed to oversee the reorganization of the curriculum"; "top officials were forced out in the cabinet shakeup"
-01138399 04 n 02 self-organization 0 self-organisation 0 001 @ 01136519 n 0000 | organizing yourself (especially organizing your own labor union)
-01138547 04 n 01 syndication 0 002 @ 01136519 n 0000 + 02449011 v 0101 | organizing into or administering as a syndicate
-01138670 04 n 03 authorization 0 authorisation 0 empowerment 0 011 @ 01133281 n 0000 + 02473981 v 0301 + 00803325 v 0202 + 02473981 v 0103 ~ 01139000 n 0000 ~ 01139194 n 0000 ~ 01139830 n 0000 ~ 01140471 n 0000 ~ 01140839 n 0000 ~ 01141366 n 0000 ~ 01141482 n 0000 | the act of conferring legality or sanction or formal warrant
-01139000 04 n 01 sanction 1 005 @ 01138670 n 0000 + 02479154 v 0101 ~ 01139490 n 0000 ~ 01139636 n 0000 ~ 01139749 n 0000 | the act of final authorization; "it had the sanction of the church"
-01139194 04 n 03 license 0 permission 0 permit 0 010 @ 01138670 n 0000 + 00802946 v 0302 + 00802318 v 0301 + 00802318 v 0201 + 02444662 v 0101 ~ 01141593 n 0000 ~ 01141729 n 0000 ~ 01141841 n 0000 ~ 01142014 n 0000 ~ 01142324 n 0000 | the act of giving a formal (usually written) authorization
-01139490 04 n 01 benefit_of_clergy 0 001 @ 01139000 n 0000 | sanction by a religious rite; "they are living together without benefit of clergy"
-01139636 04 n 01 name 0 001 @ 01139000 n 0000 | by the sanction or authority of; "halt in the name of the law"
-01139749 04 n 01 nihil_obstat 0 001 @ 01139000 n 0000 | authoritative approval
-01139830 04 n 02 certification 0 enfranchisement 0 005 @ 01138670 n 0000 ! 01140029 n 0201 + 02444662 v 0103 + 02447793 v 0101 ~ 01140193 n 0000 | the act of certifying or bestowing a franchise on
-01140029 04 n 01 disenfranchisement 0 003 @ 01133281 n 0000 + 02476846 v 0101 ! 01139830 n 0102 | the act of withdrawing certification or terminating a franchise
-01140193 04 n 01 accreditation 0 002 @ 01139830 n 0000 + 02475535 v 0101 | the act of granting credit or recognition (especially with respect to educational institution that maintains suitable standards); "a commission is responsible for the accreditation of medical schools"
-01140471 04 n 02 commission 2 commissioning 0 004 @ 01138670 n 0000 + 02475261 v 0201 + 09943811 n 0101 ~ 01140658 n 0000 | the act of granting authority to undertake certain functions
-01140658 04 n 01 mandate 0 003 @ 01140471 n 0000 ;c 06148148 n 0000 + 02395603 v 0101 | the commission that is given to a government and its policies through an electoral victory
-01140839 04 n 05 delegating 0 delegation 0 relegating 0 relegation 0 deputation 0 010 @ 01138670 n 0000 + 02391803 v 0503 + 02394445 v 0501 + 02395395 v 0502 + 02589013 v 0401 + 02589013 v 0301 + 02395395 v 0201 + 02391803 v 0201 + 02395395 v 0101 ~ 01141160 n 0000 | authorizing subordinates to make certain decisions
-01141160 04 n 02 devolution 0 devolvement 0 004 @ 01140839 n 0000 ;c 01124794 n 0000 + 02392385 v 0201 + 02392385 v 0101 | the delegation of authority (especially from a central to a regional government)
-01141366 04 n 01 loan_approval 0 001 @ 01138670 n 0000 | formal authorization to get a loan (usually from a bank)
-01141482 04 n 01 rubber_stamp 0 001 @ 01138670 n 0000 | routine authorization of an action without questions
-01141593 04 n 01 clearance 0 002 @ 01139194 n 0000 + 00803325 v 0104 | permission to proceed; "the plane was given clearance to land"
-01141729 04 n 02 conge 0 congee 0 001 @ 01139194 n 0000 | formal permission to depart; "he gave me his conge"
-01141841 04 n 01 allowance 0 003 @ 01139194 n 0000 + 00802946 v 0101 ~ 01071090 n 0000 | the act of allowing; "He objected to the allowance of smoking in the dining room"
-01142014 04 n 01 dispensation 1 003 @ 01139194 n 0000 + 02534307 v 0101 ~ 01142150 n 0000 | an exemption from some rule or obligation
-01142150 04 n 01 variance 1 001 @ 01142014 n 0000 | an official dispensation to act contrary to a rule or regulation (typically a building regulation); "a zoning variance"
-01142324 04 n 01 toleration 0 003 @ 01139194 n 0000 ;c 05946687 n 0000 + 02457585 v 0101 | official recognition of the right of individuals to hold dissenting opinions (especially in religion)
-01142519 04 n 04 channelization 0 channelisation 0 canalization 1 canalisation 1 010 @ 01133281 n 0000 + 01933900 v 0403 + 01933900 v 0302 + 01931768 v 020a + 01435380 v 0206 + 01933900 v 0201 + 01435380 v 0204 + 01435380 v 0105 + 01933900 v 0101 + 01435380 v 0104 | management through specified channels of communication
-01142843 04 n 02 canalization 0 canalisation 0 005 @ 00912960 n 0000 + 02336015 v 0203 + 02336015 v 0201 + 02336015 v 0102 + 02336015 v 0101 | the production of a canal or a conversion to canals
-01143040 04 n 02 preparation 2 readying 0 011 @ 00407535 n 0000 + 00406243 v 0204 + 00406243 v 0102 ~ 00123652 n 0000 ~ 01143409 n 0000 ~ 01143580 n 0000 ~ 01143957 n 0000 ~ 01144046 n 0000 ~ 01144133 n 0000 ~ 01144555 n 0000 ~ 01144716 n 0000 | the activity of putting or setting in order in advance of some act or purpose; "preparations for the ceremony had begun"
-01143409 04 n 01 deployment 0 004 @ 01143040 n 0000 + 01379600 v 0101 + 01149327 v 0101 ~ 01143760 n 0000 | the distribution of forces in preparation for battle or work
-01143580 04 n 01 groundwork 0 001 @ 01143040 n 0000 | preliminary preparation as a basis or foundation; "we are prepared today because of groundwork that was done ten years ago"
-01143760 04 n 02 redeployment 0 redisposition 0 003 @ 01143409 n 0000 + 02355109 v 0201 + 01379804 v 0101 | the withdrawal and redistribution of forces in an attempt to use them more effectively
-01143957 04 n 01 makeready 0 001 @ 01143040 n 0000 | final preparation and adjustments
-01144046 04 n 01 priming 1 001 @ 01143040 n 0000 | the act of making something ready
-01144133 04 n 01 planning 0 004 @ 01143040 n 0000 + 00704690 v 0101 ~ 00851994 n 0000 ~ 01144355 n 0000 | an act of formulating a program for a definite course of action; "the planning was more fun than the trip itself"
-01144355 04 n 03 scheduling 0 programming 1 programing 1 005 @ 01144133 n 0000 + 00795264 v 0301 + 00795264 v 0202 + 00794981 v 0101 + 00678282 v 0101 | setting an order and time for planned events
-01144555 04 n 02 turnaround 2 turnround 0 001 @ 01143040 n 0000 | act or process of unloading and loading and servicing a vessel or aircraft for a return trip
-01144716 04 n 03 warm-up 0 tune-up 1 prolusion 0 003 @ 01143040 n 0000 + 00027064 v 0102 + 00100905 v 0101 | exercising in preparation for strenuous activity
-01144876 04 n 02 guidance 1 steering 1 003 @ 01133281 n 0000 + 01931768 v 0201 + 02439732 v 0101 | the act of guiding or showing the way
-01145015 04 n 04 coup_d'etat 0 coup 0 putsch 0 takeover 2 004 @ 01080366 n 0000 + 02274482 v 0404 ~ 01145219 n 0000 ~i 01308008 n 0000 | a sudden and decisive change of government illegally or by force
-01145219 04 n 01 countercoup 0 001 @ 01145015 n 0000 | a sudden and decisive overthrow of a government that gained power by a coup d'etat
-01145359 04 n 01 restraint 0 011 @ 00803617 n 0000 + 02422663 v 0101 ~ 01145688 n 0000 ~ 01145905 n 0000 ~ 01146039 n 0000 ~ 01146288 n 0000 ~ 01146576 n 0000 ~ 01147451 n 0000 ~ 01147950 n 0000 ~ 01148491 n 0000 ~ 01148614 n 0000 | the act of controlling by restraining someone or something; "the unlawful restraint of trade"
-01145688 04 n 02 collar 2 leash 0 001 @ 01145359 n 0000 | a figurative restraint; "asked for a collar on program trading in the stock market"; "kept a tight leash on his emotions"; "he's always gotten a long leash"
-01145905 04 n 01 damper 0 002 @ 01145359 n 0000 + 00573085 v 0101 | a depressing restraint; "rain put a damper on our picnic plans"
-01146039 04 n 03 bridle 0 check 1 curb 0 005 @ 01145359 n 0000 + 00236592 v 0303 + 02510337 v 0306 + 02510337 v 0205 + 02553697 v 0203 | the act of restraining power or action or limiting excess; "his common sense is a bridle to his quick temper"
-01146288 04 n 03 immobilization 0 immobilisation 0 immobilizing 0 005 @ 01145359 n 0000 + 01207149 v 0303 + 00269140 v 0301 + 00269140 v 0202 + 00269140 v 0101 | the act of limiting movement or making incapable of movement; "the storm caused complete immobilization of the rescue team"
-01146576 04 n 01 confinement 0 005 @ 01145359 n 0000 + 02495038 v 0101 ~ 01146768 n 0000 ~ 01147135 n 0000 ~ 01165692 n 0000 | the act of restraining of a person's liberty by confining them
-01146768 04 n 02 imprisonment 0 internment 0 006 @ 01146576 n 0000 + 02495387 v 0201 + 02494356 v 0101 ~ 01146993 n 0000 ~ 01147222 n 0000 ~ 01147347 n 0000 | the act of confining someone in a prison (or as if in a prison)
-01146993 04 n 01 lockdown 0 001 @ 01146768 n 0000 | the act of confining prisoners to their cells (usually to regain control during a riot)
-01147135 04 n 01 house_arrest 0 001 @ 01146576 n 0000 | confinement to your own home
-01147222 04 n 01 false_imprisonment 0 002 @ 01146768 n 0000 ;c 08441203 n 0000 | (law) confinement without legal authority
-01147347 04 n 01 custody 1 001 @ 01146768 n 0000 | holding by the police; "the suspect is in custody"
-01147451 04 n 01 containment 0 003 @ 01145359 n 0000 + 01131473 v 0105 ~ 01147676 n 0000 | the act of containing; keeping something from spreading; "the containment of the AIDS epidemic"; "the containment of the rebellion"
-01147676 04 n 01 ring_containment 0 002 @ 01147451 n 0000 ;c 00759694 n 0000 | a strategy of defense in cases of bioterrorism; vaccination only of people exposed and others who are in contact with them; "ring containment is a proven method of halting a smallpox epidemic"
-01147950 04 n 02 suppression 1 curtailment 0 003 @ 01145359 n 0000 + 02423762 v 0103 + 00462092 v 0101 | the act of withholding or withdrawing some book or writing from publication or circulation; "a suppression of the newspaper"
-01148182 04 n 01 crackdown 0 002 @ 01079604 n 0000 + 00418921 v 0102 | severely repressive actions
-01148283 04 n 01 regimentation 0 002 @ 01127623 n 0000 + 02442372 v 0101 | the imposition of order or discipline
-01148398 04 n 01 reimposition 0 002 @ 01127623 n 0000 + 02307140 v 0101 | imposition again
-01148491 04 n 01 restraint_of_trade 0 001 @ 01145359 n 0000 | any act that tends to prevent free competition in business
-01148614 04 n 02 restriction 1 confinement 1 006 @ 01145359 n 0000 + 00233335 v 0101 ~ 01148904 n 0000 ~ 01149303 n 0000 ~ 01149480 n 0000 ~ 01149621 n 0000 | the act of keeping something within specified bounds (by force if necessary); "the restriction of the infection to a focal area"
-01148904 04 n 01 classification 1 003 @ 01148614 n 0000 + 02508803 v 0101 ! 01149115 n 0101 | restriction imposed by the government on documents or weapons that are available only to certain authorized people
-01149115 04 n 01 declassification 0 003 @ 00351638 n 0000 + 02509107 v 0101 ! 01148904 n 0101 | reduction or removal by the government of restrictions on a classified document or weapon
-01149303 04 n 02 stipulation 0 specification 1 003 @ 01148614 n 0000 + 01018928 v 0204 + 01018928 v 0101 | a restriction that is insisted upon as a condition for an agreement
-01149480 04 n 01 circumscription 0 004 @ 01148614 n 0000 + 01583656 v 0101 + 01583494 v 0101 + 00235368 v 0102 | the act of circumscribing
-01149621 04 n 01 constraint 0 002 @ 01148614 n 0000 ~ 01149793 n 0000 | the act of constraining; the threat or use of force to control the thoughts or behavior of others
-01149793 04 n 01 swaddling_clothes 0 002 @ 01149621 n 0000 ;u 06295235 n 0000 | restrictions placed on the immature
-01149911 04 n 01 constriction 0 006 @ 00356790 n 0000 + 01387786 v 0102 ~ 00226107 n 0000 ~ 00226319 n 0000 ~ 00227264 n 0000 ~ 01150096 n 0000 | the action or process of compressing
-01150096 04 n 01 vasoconstriction 0 001 @ 01149911 n 0000 | decrease in the diameter of blood vessels
-01150200 04 n 02 privation 0 deprivation 0 006 @ 01123598 n 0000 + 02314275 v 0201 + 02313250 v 0201 + 00172732 v 0201 ~ 01150467 n 0000 ~ 01150662 n 0000 | act of depriving someone of food or money or rights; "nutritional privation"; "deprivation of civil rights"
-01150467 04 n 03 pauperization 0 pauperisation 0 impoverishment 0 005 @ 01150200 n 0000 + 02317661 v 0301 + 00172732 v 0302 + 02317970 v 0203 + 02317970 v 0102 | the act of making someone poor
-01150662 04 n 02 starvation 0 starving 0 003 @ 01150200 n 0000 + 01187740 v 0201 + 01187740 v 0101 | the act of depriving of food or subjecting to famine; "the besiegers used starvation to induce surrender"; "they were charged with the starvation of children in their care"
-01150938 04 n 02 appeasement 0 calming 0 003 @ 01123598 n 0000 ~ 01151097 n 0000 ~ 01151407 n 0000 | the act of appeasing (as by acceding to the demands of)
-01151097 04 n 02 pacification 0 mollification 0 004 @ 01150938 n 0000 + 01765392 v 0206 + 00294884 v 0203 + 01765392 v 0101 | the act of appeasing someone or causing someone to be more favorably inclined; "a wonderful skill in the pacification of crying infants"; "his unsuccessful mollification of the mob"
-01151407 04 n 03 placation 0 conciliation 0 propitiation 0 004 @ 01150938 n 0000 + 00765213 v 0301 + 01765392 v 0203 + 01765392 v 0107 | the act of placating and overcoming distrust and animosity
-01151605 04 n 02 internationalization 0 internationalisation 0 003 @ 01080366 n 0000 + 02441686 v 0202 + 02441686 v 0101 | the act of bringing something under international control
-01151788 04 n 04 nationalization 0 nationalisation 0 communization 2 communisation 2 005 @ 01123598 n 0000 + 00408852 v 0301 + 00411547 v 0202 + 00411547 v 0101 ! 01152033 n 0101 | changing something from private to state ownership or control
-01152033 04 n 04 denationalization 0 denationalisation 0 privatization 0 privatisation 0 006 @ 01123598 n 0000 + 00412048 v 0402 + 00412048 v 0301 + 00411792 v 0202 + 00411792 v 0101 ! 01151788 n 0101 | changing something from state to private ownership or control
-01152300 04 n 02 nationalization 1 nationalisation 1 003 @ 00191142 n 0000 + 00578295 v 0202 + 00578295 v 0101 | the action of rendering national in character
-01152461 04 n 02 nationalization 2 nationalisation 2 001 @ 01080366 n 0000 | the action of forming or becoming a nation
-01152583 04 n 02 detribalization 1 detribalisation 1 003 @ 01123598 n 0000 + 00160086 v 0202 + 00160086 v 0101 | the act of causing tribal people to abandon their customs and adopt urban ways of living
-01152787 04 n 02 collectivization 0 collectivisation 0 003 @ 00237078 n 0000 + 02433767 v 0202 + 02433767 v 0101 | the organization of a nation or economy on the basis of collectivism
-01152973 04 n 02 communization 0 communisation 0 003 @ 00237078 n 0000 + 00409281 v 0202 + 00409281 v 0101 | the organization of a nation of the basis of communism
-01153139 04 n 02 communization 1 communisation 1 002 @ 00191142 n 0000 + 00408852 v 0202 | a change from private property to public property owned by the community
-01153305 04 n 01 federation 0 002 @ 00237078 n 0000 + 00369194 v 0101 | the act of constituting a political unity out of a number of separate states or colonies or provinces so that each member retains the management of its internal affairs
-01153548 04 n 03 discrimination 0 favoritism 0 favouritism 0 010 @ 01123598 n 0000 + 02512305 v 0101 ~ 01154237 n 0000 ~ 01154373 n 0000 ~ 01154487 n 0000 ~ 01154661 n 0000 ~ 01154772 n 0000 ~ 01154900 n 0000 ~ 01155044 n 0000 ~ 01155893 n 0000 | unfair treatment of a person or group on the basis of prejudice
-01153861 04 n 01 patronage 1 004 @ 01123598 n 0000 ;c 06148148 n 0000 + 01185011 v 0101 ~ 01154083 n 0000 | (politics) granting favors or giving contracts or making appointments to office in return for political support
-01154083 04 n 01 nomenklatura 0 001 @ 01153861 n 0000 | the system of patronage in communist countries; controlled by committees in the Communist Party
-01154237 04 n 04 ableism 0 ablism 0 able-bodiedism 0 able-bodism 0 001 @ 01153548 n 0000 | discrimination in favor of the able-bodied
-01154373 04 n 02 ageism 0 agism 0 001 @ 01153548 n 0000 | discrimination against middle-aged and elderly people
-01154487 04 n 01 cronyism 0 001 @ 01153548 n 0000 | favoritism shown to friends and associates (as by appointing them to positions without regard for their qualifications)
-01154661 04 n 02 fattism 0 fatism 0 001 @ 01153548 n 0000 | discrimination against people who are overweight
-01154772 04 n 01 heterosexism 0 001 @ 01153548 n 0000 | discrimination in favor of heterosexual and against homosexual people
-01154900 04 n 01 nepotism 0 001 @ 01153548 n 0000 | favoritism shown to relatives or close friends by those in power (as by giving them jobs)
-01155044 04 n 03 racism 0 racialism 0 racial_discrimination 0 004 @ 01153548 n 0000 + 10502950 n 0202 + 10502950 n 0101 ~ 01155253 n 0000 | discriminatory or abusive behavior towards members of another race
-01155253 04 n 01 racial_profiling 0 001 @ 01155044 n 0000 | a form of racism consisting of the (alleged) policy of policemen who stop and search vehicles driven by persons belonging to particular racial groups
-01155465 04 n 02 secularization 1 secularisation 1 003 @ 00191142 n 0000 + 00136044 v 0202 + 00136044 v 0101 | the activity of changing something (art or education or society or morality etc.) so it is no longer under the control or influence of religion
-01155722 04 n 01 rollover 0 002 @ 00191142 n 0000 + 02271490 v 0101 | the act of changing the institution that invests your pension plan without incurring a tax penalty
-01155893 04 n 01 sexism 0 004 @ 01153548 n 0000 + 09912431 n 0102 ~ 01156070 n 0000 ~ 01156262 n 0000 | discriminatory or abusive behavior towards members of the opposite sex
-01156070 04 n 03 male_chauvinism 0 chauvinism 1 antifeminism 0 003 @ 01155893 n 0000 + 09912243 n 0301 + 09912075 n 0201 | activity indicative of belief in the superiority of men over women
-01156262 04 n 01 sexual_discrimination 0 001 @ 01155893 n 0000 | discrimination (usually in employment) that excludes one sex (usually women) to the benefit of the other sex
-01156438 04 n 04 mobilization 1 mobilisation 1 militarization 0 militarisation 0 015 @ 01123598 n 0000 + 01098869 v 0402 + 00578116 v 0402 + 01098869 v 0301 + 00578116 v 0301 + 01097960 v 0203 + 01088381 v 0202 + 00270215 v 0202 + 01097960 v 0102 + 01088381 v 0101 + 00270215 v 0101 ! 01158190 n 0101 ~ 01156899 n 0000 ~ 01157850 n 0000 ~ 01158543 n 0000 | act of assembling and putting into readiness for war or other emergency: "mobilization of the troops"
-01156899 04 n 03 arming 0 armament 0 equipping 0 007 @ 01156438 n 0000 + 02339413 v 0301 + 01087197 v 0201 ! 01157557 n 0202 ! 01157557 n 0101 ~ 01157138 n 0000 ~ 01157384 n 0000 | the act of equiping with weapons in preparation for war
-01157138 04 n 01 outfitting 0 003 @ 01156899 n 0000 + 02339413 v 0104 ~ 01157275 n 0000 | the act of renovating and fitting out a ship
-01157275 04 n 01 refit 0 001 @ 01157138 n 0000 | outfitting a ship again (by repairing or replacing parts)
-01157384 04 n 01 rearmament 0 003 @ 01156899 n 0000 + 02335078 v 0101 + 01087559 v 0101 | the act of arming again; "he opposed the rearmament of Japan after World War II"
-01157557 04 n 02 disarming 0 disarmament 0 008 @ 01158190 n 0000 + 01088005 v 0201 + 01087835 v 0201 ! 01156899 n 0202 + 01897948 a 0101 + 01088005 v 0101 + 01087835 v 0101 ! 01156899 n 0101 | act of reducing or depriving of arms; "the disarmament of the aggressor nations must be complete"
-01157850 04 n 04 conscription 0 muster 0 draft 3 selective_service 0 006 @ 01156438 n 0000 ;c 08199025 n 0000 + 01097500 v 0302 + 00793271 v 0201 + 01098706 v 0101 ~ 01158064 n 0000 | compulsory military service
-01158064 04 n 02 levy 1 levy_en_masse 0 002 @ 01157850 n 0000 + 01098452 v 0102 | the act of drafting into military service
-01158190 04 n 02 demobilization 0 demobilisation 0 007 @ 01123598 n 0000 + 01098206 v 0203 + 01088192 v 0202 + 01098206 v 0101 + 01088192 v 0101 ! 01156438 n 0101 ~ 01157557 n 0000 | act of changing from a war basis to a peace basis including disbanding or discharging troops; "demobilization of factories"; "immediate demobilization of the reserves"
-01158543 04 n 02 remilitarization 0 remilitarisation 0 003 @ 01156438 n 0000 + 01099220 v 0202 + 01099220 v 0101 | the act of militarizing again
-01158690 04 n 04 standardization 1 standardisation 1 normalization 0 normalisation 0 007 @ 01123598 n 0000 + 00468236 v 0402 + 00468236 v 0301 + 00467717 v 0202 + 00682436 v 0101 ~ 01159025 n 0000 ~ 01159776 n 0000 | the imposition of standards or regulations; "a committee was appointed to recommend terminological standardization"
-01159025 04 n 02 stabilization 0 stabilisation 0 007 @ 01158690 n 0000 + 00270826 v 0202 + 00271946 v 0202 ! 01159461 n 0202 + 00270826 v 0101 ! 01159461 n 0101 ~ 01265632 n 0000 | the act of stabilizing something or making it more stable; "he worked for price stabilization for farm products"; "wage stabilization is necessary for industrial peace"; "stabilization means that the product can be handled under atmospheric conditions"
-01159461 04 n 02 destabilization 0 destabilisation 0 008 @ 00037396 n 0000 ;c 01124794 n 0000 + 00272177 v 0202 + 00271711 v 0202 ! 01159025 n 0202 + 00272177 v 0101 + 00271711 v 0101 ! 01159025 n 0101 | the action of destabilizing; making something less stable (especially of a government or country or economy)
-01159776 04 n 02 stylization 0 stylisation 0 004 @ 01158690 n 0000 + 01687569 v 0202 + 01687569 v 0101 ~ 01159964 n 0000 | the act of stylizing; causing to conform to a particular style
-01159964 04 n 02 conventionalization 0 conventionalisation 0 004 @ 01159776 n 0000 + 00527367 v 0202 + 01687569 v 0103 + 00527367 v 0101 | the act of conventionalizing; conforming to a conventional style
-01160170 04 n 01 taxation 0 002 @ 01127623 n 0000 + 02307547 v 0101 | the imposition of taxes; the practice of the government in levying taxes on the subjects of a state
-01160342 04 n 04 punishment 0 penalty 0 penalization 0 penalisation 0 016 @ 01123598 n 0000 + 02499629 v 0403 + 02499629 v 0302 + 02499629 v 0203 + 02499629 v 0101 ~ 01161017 n 0000 ~ 01161161 n 0000 ~ 01161411 n 0000 ~ 01161635 n 0000 ~ 01161821 n 0000 ~ 01162062 n 0000 ~ 01162376 n 0000 ~ 01162529 n 0000 ~ 01162672 n 0000 ~ 01162928 n 0000 ~ 01165537 n 0000 | the act of punishing
-01160729 04 n 07 beating 0 thrashing 0 licking 0 drubbing 0 lacing 0 trouncing 1 whacking 0 007 @ 01161161 n 0000 + 01415807 v 0701 + 01411085 v 0608 + 01416193 v 0201 + 01397210 v 0101 ~ 01163047 n 0000 ~ 01163316 n 0000 | the act of inflicting corporal punishment with repeated blows
-01161017 04 n 02 castigation 0 chastisement 0 004 @ 01160342 n 0000 + 00824292 v 0201 + 02500144 v 0101 + 00824292 v 0102 | verbal punishment
-01161161 04 n 01 corporal_punishment 0 007 @ 01160342 n 0000 ~ 01160729 n 0000 ~ 01163586 n 0000 ~ 01163779 n 0000 ~ 01164063 n 0000 ~ 01164275 n 0000 ~ 01164394 n 0000 | the infliction of physical injury on someone convicted of committing a crime
-01161411 04 n 01 cruel_and_unusual_punishment 0 001 @ 01160342 n 0000 | punishment prohibited by the 8th amendment to the U.S. Constitution; includes torture or degradation or punishment too severe for the crime committed
-01161635 04 n 01 detention 0 002 @ 01160342 n 0000 + 02495038 v 0102 | a punishment in which a student must stay at school after others have gone home; "the detention of tardy pupils"
-01161821 04 n 02 discipline 1 correction 2 006 @ 01160342 n 0000 + 01902703 a 0201 + 02553428 v 0202 + 03061455 a 0101 + 02553428 v 0101 ~ 01162784 n 0000 | the act of punishing; "the offenders deserved the harsh discipline they received"
-01162062 04 n 01 economic_strangulation 0 001 @ 01160342 n 0000 | punishment of a group by cutting off commercial dealings with them; "the economic strangulation of the Jews by the Nazi Party"
-01162257 04 n 01 self-flagellation 0 002 @ 01163047 n 0000 @ 01162672 n 0000 | self-punishment inflicted by whipping
-01162376 04 n 01 imprisonment 1 003 @ 01160342 n 0000 ;c 08441203 n 0000 + 02494356 v 0101 | putting someone in prison or in jail as lawful punishment
-01162529 04 n 02 music 2 medicine 2 001 @ 01160342 n 0000 | punishment for one's actions; "you have to face the music"; "take your medicine"
-01162672 04 n 01 self-punishment 0 002 @ 01160342 n 0000 ~ 01162257 n 0000 | punishment inflicted on yourself
-01162784 04 n 01 spanking 0 002 @ 01161821 n 0000 + 01420928 v 0101 | the act of slapping on the buttocks; "he gave the brat a good spanking"
-01162928 04 n 01 stick 0 001 @ 01160342 n 0000 | threat of a penalty; "the policy so far is all stick and no carrot"
-01163047 04 n 05 whipping 0 tanning 1 flogging 0 lashing 0 flagellation 0 007 @ 01160729 n 0000 + 01398443 v 0501 + 01412204 v 0302 + 01411085 v 0301 + 01411085 v 0103 ~ 01162257 n 0000 ~ 01163429 n 0000 | beating with a whip or strap or rope as a form of punishment
-01163316 04 n 01 flagellation 1 001 @ 01160729 n 0000 | beating as a source of erotic or religious stimulation
-01163429 04 n 01 horsewhipping 0 002 @ 01163047 n 0000 + 01398772 v 0101 | the act of whipping with a horsewhip; "that villain needs a good horsewhipping"
-01163586 04 n 01 electric_shock 1 002 @ 01161161 n 0000 @ 00421437 n 0000 | the use of electricity to administer punishment or torture; "they used cattle prods to administer electric shocks"
-01163779 04 n 04 execution 0 executing 0 capital_punishment 0 death_penalty 0 009 @ 01161161 n 0000 + 02483267 v 0201 + 10069427 n 0101 + 02483267 v 0101 ~ 01164618 n 0000 ~ 01164874 n 0000 ~ 01165112 n 0000 ~ 01165224 n 0000 ~ 01165337 n 0000 | putting a condemned person to death
-01164063 04 n 02 gauntlet 0 gantlet 0 001 @ 01161161 n 0000 | a form of punishment in which a person is forced to run between two lines of men facing each other and armed with clubs or whips to beat the victim
-01164275 04 n 01 kick_in_the_butt 0 001 @ 01161161 n 0000 | punishment inflicted by kicking the victim in the behind
-01164394 04 n 02 stoning 0 lapidation 0 004 @ 01161161 n 0000 + 01232554 v 0201 + 01323518 v 0202 + 01323518 v 0101 | the act of pelting with stones; punishment inflicted by throwing stones at the victim (even unto death)
-01164618 04 n 02 burning 2 burning_at_the_stake 0 002 @ 01163779 n 0000 ~ 01164730 n 0000 | execution by fire
-01164730 04 n 01 auto-da-fe 0 002 @ 01164618 n 0000 ;r 09023321 n 0000 | the burning to death of heretics (as during the Spanish Inquisition)
-01164874 04 n 01 hanging 2 002 @ 01163779 n 0000 + 02485451 v 0101 | a form of capital punishment; victim is suspended by the neck from a gallows or gibbet until dead; "in those days the hanging of criminals was a public entertainment"
-01165112 04 n 02 electrocution 1 burning 1 002 @ 01163779 n 0000 + 02484957 v 0101 | execution by electricity
-01165224 04 n 02 decapitation 1 beheading 1 001 @ 01163779 n 0000 | execution by cutting off the victim's head
-01165337 04 n 01 crucifixion 0 002 @ 01163779 n 0000 + 02484049 v 0101 | the act of executing by a method widespread in the ancient world; the victim's hands and feet are bound or nailed to a cross
-01165537 04 n 03 penance 0 self-mortification 0 self-abasement 0 001 @ 01160342 n 0000 | voluntary self-punishment in order to atone for some wrongdoing
-01165692 04 n 03 commitment 1 committal 0 consignment 0 004 @ 01146576 n 0000 + 02348324 v 0301 + 02348568 v 0201 + 02348568 v 0101 | the official act of consigning a person to confinement (as in a prison or mental hospital)
-01165919 04 n 02 commutation 1 re-sentencing 0 003 @ 01071411 n 0000 ;c 08441203 n 0000 + 00161987 v 0101 | (law) the reduction in severity of a punishment imposed by law
-01166092 04 n 01 corrections 0 001 @ 01123598 n 0000 | the social control of offenders through a system of imprisonment and rehabilitation and probation and parole
-01166258 04 n 02 exchange 2 interchange 0 003 @ 01080366 n 0000 + 00161987 v 0103 ~ 01166760 n 0000 | the act of changing one thing for another thing; "Adam was promised immortality in exchange for his disobedience"; "there was an interchange of prisoners"
-01166517 04 n 02 rally 0 exchange 6 005 @ 01080366 n 0000 ;c 00480508 n 0000 ;c 00499263 n 0000 ;c 00482298 n 0000 ;c 00479887 n 0000 | (sports) an unbroken sequence of several successive strokes; "after a short rally Connors won the point"
-01166760 04 n 02 tradeoff 0 trade-off 0 001 @ 01166258 n 0000 | an exchange that occurs as a compromise; "I faced a tradeoff between eating and buying my medicine"
-01166926 04 n 02 submission 1 compliance 1 006 @ 01080366 n 0000 + 01118081 v 0101 + 00878348 v 0101 + 00669762 v 0102 ~ 01167146 n 0000 ~ 01167548 n 0000 | the act of submitting; usually surrendering power to another
-01167146 04 n 02 obedience 0 obeisance 0 006 @ 01166926 n 0000 + 02542795 v 0201 + 01612053 a 0101 + 02542795 v 0101 ! 01179707 n 0101 ~ 01167385 n 0000 | the act of obeying; dutiful or submissive behavior with respect to another person
-01167385 04 n 01 truckling 0 002 @ 01167146 n 0000 + 00880978 v 0103 | the act of obeying meanly (especially obeying in a humble manner or for unworthy reasons)
-01167548 04 n 01 prostration 1 003 @ 01166926 n 0000 + 02063610 v 0101 + 00558219 v 0101 | abject submission; the emotional equivalent of prostrating your body
-01167710 04 n 01 strife 0 003 @ 00958896 n 0000 ~ 01168199 n 0000 ~ 01170175 n 0000 | bitter conflict; heated often violent dissension
-01167847 04 n 01 tug-of-war 0 001 @ 00958896 n 0000 | any hard struggle between equally matched groups
-01167952 04 n 01 turf_war 0 001 @ 00958896 n 0000 | a bitter struggle for territory or power or control or rights; "a turf war erupted between street gangs"; "the president's resignation was the result of a turf war with the board of directors"
-01168199 04 n 02 countercurrent 0 crosscurrent 0 001 @ 01167710 n 0000 | actions counter to the main group activity; "political crosscurrents disrupted the conference"
-01168369 04 n 01 direct_action 0 005 @ 01177033 n 0000 ~ 01179927 n 0000 ~ 01242164 n 0000 ~ 01242716 n 0000 ~ 01243453 n 0000 | a protest action by labor or minority groups to obtain their demands
-01168569 04 n 03 competition 0 contention 0 rivalry 0 006 @ 01080366 n 0000 + 01122194 v 0301 + 01072262 v 0203 + 01072262 v 0101 ! 01202904 n 0101 ~ 01168961 n 0000 | the act of competing as for profit or a prize; "the teams were in fierce contention for first place"
-01168840 04 n 01 battle_of_wits 0 001 @ 01168961 n 0000 | a contest in which intelligence rather than violence is used
-01168961 04 n 01 contest 0 005 @ 01168569 n 0000 + 00869596 v 0101 ~ 01168840 n 0000 ~ 01169112 n 0000 ~ 01169200 n 0000 | a struggle between rivals
-01169112 04 n 01 bidding_contest 0 001 @ 01168961 n 0000 | a series of competing bids
-01169200 04 n 01 popularity_contest 0 001 @ 01168961 n 0000 | competition (real or figurative) for popular support
-01169317 04 n 01 resistance 0 011 @ 01080366 n 0000 + 00695938 a 0102 + 02583545 v 0101 ~ 01169744 n 0000 ~ 01170047 n 0000 ~ 01170320 n 0000 ~ 01170813 n 0000 ~ 01176931 n 0000 ~ 01177033 n 0000 ~ 01177327 n 0000 ~ 01179393 n 0000 | group action in opposition to those in power
-01169598 04 n 01 nonresistance 0 002 @ 01080366 n 0000 + 00697089 a 0101 | group refusal to resort to violence even in defense against violence
-01169744 04 n 02 confrontation 0 opposition 0 005 @ 01169317 n 0000 + 01091427 v 0202 + 02742638 v 0101 + 01078783 v 0101 ~ 00621198 n 0000 | the act of hostile groups opposing each other; "the government was not ready for a confrontation with the unions"; "the invaders encountered stiff opposition"
-01170047 04 n 01 sales_resistance 0 001 @ 01169317 n 0000 | resistance by potential customers to aggressive selling practices
-01170175 04 n 02 discord 1 discordance 0 003 @ 01167710 n 0000 + 00553899 a 0201 + 02718543 v 0203 | strife resulting from a lack of agreement
-01170320 04 n 01 defiance 1 002 @ 01169317 n 0000 + 00695523 a 0101 | a defiant act
-01170406 04 n 01 road_rage 0 001 @ 00965404 n 0000 | violence exhibited by drivers in traffic
-01170502 04 n 02 riot 0 public_violence 0 004 @ 00965404 n 0000 + 01923720 a 0102 + 02584661 v 0101 ~ 01170666 n 0000 | a public act of violence by an unruly mob
-01170666 04 n 01 race_riot 0 001 @ 01170502 n 0000 | a riot caused by hatred for one another of members of different races in the same community
-01170813 04 n 02 dispute 0 contravention 0 004 @ 01169317 n 0000 + 02567147 v 0204 + 00603804 a 0103 + 00775156 v 0102 | coming into conflict with
-01170962 04 n 04 fight 2 fighting 0 combat 1 scrap 0 025 @ 00958896 n 0000 + 00084661 a 0401 + 00775156 v 0403 + 01092366 v 0302 + 01090335 v 0202 + 01090335 v 0102 ~ 00124617 n 0000 ~ 00959376 n 0000 ~ 00959537 n 0000 ~ 00971802 n 0000 ~ 01171644 n 0000 ~ 01172031 n 0000 ~ 01172173 n 0000 ~ 01172252 n 0000 ~ 01172441 n 0000 ~ 01172784 n 0000 %p 01173038 n 0000 ~ 01173826 n 0000 ~ 01176115 n 0000 ~ 01176219 n 0000 ~ 01176335 n 0000 ~ 01176431 n 0000 ~ 01176540 n 0000 ~ 01176649 n 0000 ~ 01176757 n 0000 | the act of fighting; any contest or struggle; "a fight broke out at the hockey game"; "there was fighting in the streets"; "the unhappy couple got into a terrible scrap"
-01171644 04 n 01 fencing 0 012 @ 01170962 n 0000 @ 00041468 n 0000 + 01146918 v 0101 -c 01174251 n 0000 -c 01174495 n 0000 -c 01174645 n 0000 -c 01174825 n 0000 -c 03292475 n 0000 -c 03375575 n 0000 -c 03948347 n 0000 -c 04121511 n 0000 -c 02062503 v 0000 | the art or sport of fighting with swords (especially the use of foils or epees or sabres to score points under a set of rules)
-01172031 04 n 01 in-fighting 1 001 @ 01170962 n 0000 | conflict between members of the same organization (usually concealed from outsiders)
-01172173 04 n 01 set-to 0 001 @ 01170962 n 0000 | a brief but vigorous fight
-01172252 04 n 02 shock 1 impact 1 002 @ 01170962 n 0000 + 01561713 v 0101 | the violent interaction of individuals or groups entering into combat; "the armies met in the shock of battle"
-01172441 04 n 05 hassle 0 scuffle 0 tussle 0 dogfight 2 rough-and-tumble 0 003 @ 01170962 n 0000 + 01504480 v 0302 + 01504480 v 0201 | disorderly fighting
-01172598 04 n 01 aggro 0 003 @ 01221790 n 0000 ;u 07075172 n 0000 ;r 08860123 n 0000 | (informal British usage) aggravation or aggression; "I skipped it because it was too much aggro"
-01172784 04 n 02 duel 0 affaire_d'honneur 0 004 @ 01170962 n 0000 + 10038929 n 0104 + 10038929 n 0103 + 01121948 v 0101 | a prearranged fight with deadly weapons by two people (accompanied by seconds) in order to settle a quarrel over a point of honor
-01173038 04 n 01 blow 1 024 @ 00349369 n 0000 #p 01170962 n 0000 ~ 00133160 n 0000 ~ 00133234 n 0000 ~ 00133338 n 0000 ~ 00133567 n 0000 ~ 00133668 n 0000 ~ 00133875 n 0000 ~ 00133981 n 0000 ~ 00134099 n 0000 ~ 00134391 n 0000 ~ 00134574 n 0000 ~ 00134780 n 0000 ~ 00135148 n 0000 ~ 00136329 n 0000 ~ 01173569 n 0000 ~ 01173660 n 0000 ~ 01173965 n 0000 ~ 01174988 n 0000 ~ 01175099 n 0000 ~ 01175195 n 0000 ~ 01175316 n 0000 ~ 01175633 n 0000 ~ 01176031 n 0000 | a powerful stroke with the fist or a weapon; "a blow on the head"
-01173569 04 n 01 counterblow 0 001 @ 01173038 n 0000 | a return blow; a retaliatory blow
-01173660 04 n 01 swing 6 004 @ 01173038 n 0000 + 01152040 v 0101 + 01593763 v 0101 + 02087745 v 0101 | a sweeping blow or stroke; "he took a wild swing at my head"
-01173826 04 n 03 fistfight 0 fisticuffs 1 slugfest 0 003 @ 01170962 n 0000 + 01082153 v 0101 ~ 01177583 n 0000 | a fight with bare fists
-01173965 04 n 03 stab 0 thrust 1 knife_thrust 0 007 @ 01173038 n 0000 + 01441510 v 0202 + 02062212 v 0204 + 01230350 v 0101 + 01231652 v 0102 ~ 01174251 n 0000 ~ 01174645 n 0000 | a strong blow with a knife or other sharp pointed instrument; "one strong stab to the heart killed him"
-01174251 04 n 03 lunge 1 straight_thrust 0 passado 0 003 @ 01173965 n 0000 ;c 01171644 n 0000 %p 01174645 n 0000 | (fencing) an attacking thrust made with one foot forward and the back leg straight and with the sword arm outstretched forward
-01174495 04 n 01 parry 1 002 @ 00562398 n 0000 ;c 01171644 n 0000 | (fencing) blocking a lunge or deflecting it with a circular motion of the sword
-01174645 04 n 01 remise 0 003 @ 01173965 n 0000 #p 01174251 n 0000 ;c 01171644 n 0000 | (fencing) a second thrust made on the same lunge (as when your opponent fails to riposte)
-01174825 04 n 01 riposte 0 002 @ 00978173 n 0000 ;c 01171644 n 0000 | (fencing) a counterattack made immediately after successfully parrying the opponents lunge
-01174988 04 n 01 stinger 0 003 @ 01173038 n 0000 + 02120451 v 0102 + 02123424 v 0102 | a sharp stinging blow
-01175099 04 n 01 thump 0 002 @ 01173038 n 0000 + 01414626 v 0101 | a heavy blow with the hand
-01175195 04 n 01 uppercut 0 001 @ 01173038 n 0000 | a swinging blow directed upward (especially at an opponent's chin)
-01175316 04 n 04 hammer 0 pound 0 hammering 0 pounding 0 006 @ 01173038 n 0000 + 01414626 v 0402 + 01416539 v 0301 + 00331514 v 0201 + 01575146 v 0203 + 01414626 v 0202 | the act of pounding (delivering repeated heavy blows); "the sudden hammer of fists caught him off guard"; "the pounding of feet on the hallway"
-01175633 04 n 01 shot 9 002 @ 01173038 n 0000 ~ 01175831 n 0000 | a blow hard enough to cause injury; "he is still recovering from a shot to his leg"; "I caught him with a solid shot to the chin"
-01175831 04 n 01 cheap_shot 0 001 @ 01175633 n 0000 | an illegal and unsportsmanlike act of unnecessary violence; "he called a penalty on them when the lineman took a cheap shot at the quarterback"
-01176031 04 n 01 wallop 0 002 @ 01173038 n 0000 + 01415807 v 0104 | a severe blow
-01176115 04 n 02 battering 0 banging 0 001 @ 01170962 n 0000 | the act of subjecting to strong attack
-01176219 04 n 02 beating 1 whipping 2 002 @ 01170962 n 0000 + 01101913 v 0101 | the act of overcoming or outdoing
-01176335 04 n 04 affray 1 disturbance 1 fray 0 ruffle 0 001 @ 01170962 n 0000 | a noisy fight
-01176431 04 n 02 brawl 0 free-for-all 0 002 @ 01170962 n 0000 + 00774344 v 0101 | a noisy fight in a crowd
-01176540 04 n 03 knife_fight 0 snickersnee 0 cut-and-thrust 0 001 @ 01170962 n 0000 | fighting with knives
-01176649 04 n 02 rumble 0 gang_fight 0 001 @ 01170962 n 0000 | a fight between rival gangs of adolescents
-01176757 04 n 01 single_combat 0 001 @ 01170962 n 0000 | a fight between two people; "in all armies there were officers who needed to prove their bravery by single combat"
-01176931 04 n 01 obstructionism 0 002 @ 01169317 n 0000 + 10349243 n 0101 | deliberate interference
-01177033 04 n 03 protest 0 objection 1 dissent 1 009 @ 01169317 n 0000 + 02521410 v 0303 + 02753865 v 0201 + 00807461 v 0201 + 02521410 v 0101 ~ 00206130 n 0000 ~ 01168369 n 0000 ~ 01177703 n 0000 ~ 01178195 n 0000 | the act of protesting; a public (often organized) manifestation of dissent
-01177327 04 n 01 rebellion 1 004 @ 01169317 n 0000 + 02331088 a 0101 + 00589960 a 0104 + 02583379 v 0101 | refusal to accept some authority or code or convention; "each generation must have its own rebellion"; "his body was in rebellion against fatigue"
-01177583 04 n 01 punch-up 0 002 @ 01173826 n 0000 ;r 08860123 n 0000 | a fistfight; "the quarrel ended in a punch-up"
-01177703 04 n 02 demonstration 1 manifestation 0 006 @ 01177033 n 0000 ;c 06148148 n 0000 + 02521816 v 0101 ~i 01178415 n 0000 ~ 01179004 n 0000 ~ 01179167 n 0000 | a public display of group feelings (usually of a political nature); "there were violent demonstrations against the war"
-01177990 04 n 01 counterdemonstration 0 001 @ 00521562 n 0000 | a demonstration held in opposition to another demonstration; "supporters of the president organized a counterdemonstration in his support"
-01178195 04 n 01 walkout 1 002 @ 01177033 n 0000 + 02010400 v 0101 | the act of walking out (of a meeting or organization) as a sign of protest; "there was a walkout by the Black members as the chairman rose to speak"
-01178415 04 n 01 Boston_Tea_Party 0 003 @i 01177703 n 0000 ;r 09044862 n 0000 ;c 06155567 n 0000 | demonstration (1773) by citizens of Boston who (disguised as Indians) raided three British ships in Boston harbor and dumped hundreds of chests of tea into the harbor; organized as a protest against taxes on tea
-01178728 04 n 01 peace_march 0 001 @ 01179167 n 0000 | a protest march against (a particular) war and in favor of peace
-01178850 04 n 01 sit-in 0 002 @ 01179927 n 0000 + 02543482 v 0101 | a form of civil disobedience in which demonstrators occupy seats and refuse to move
-01179004 04 n 01 work-in 0 001 @ 01177703 n 0000 | occasion when workers continue to work as a protest against e.g. proposed dismissal or closure of the factory
-01179167 04 n 01 protest_march 0 004 @ 01179927 n 0000 @ 01177703 n 0000 ;c 01124794 n 0000 ~ 01178728 n 0000 | occasion when you can express opposition by marching (usually on some government institution) without a license
-01179393 04 n 02 insubordination 0 rebelliousness 0 005 @ 01169317 n 0000 + 02331088 a 0201 + 00963671 a 0201 ~ 01179564 n 0000 ~ 01179707 n 0000 | an insubordinate act
-01179564 04 n 01 contumacy 2 002 @ 01179393 n 0000 + 02330574 a 0101 | obstinate rebelliousness and insubordination; resistance to authority
-01179707 04 n 02 disobedience 0 noncompliance 0 008 @ 01179393 n 0000 + 00695523 a 0202 ! 01203676 n 0203 + 01613463 a 0101 + 02543181 v 0101 ! 01167146 n 0101 ~ 01180200 n 0000 ~ 01180858 n 0000 | the failure to obey
-01179927 04 n 01 civil_disobedience 0 003 @ 01168369 n 0000 ~ 01178850 n 0000 ~ 01179167 n 0000 | a group's refusal to obey a law because they believe the law is immoral (as in protest against discrimination); "Thoreau wrote a famous essay justifying civil disobedience"
-01180200 04 n 01 contempt 0 004 @ 01179707 n 0000 ;c 08441203 n 0000 ~ 01180398 n 0000 ~ 01180557 n 0000 | a willful disobedience to or disrespect for the authority of a court or legislative body
-01180398 04 n 01 contempt_of_Congress 0 002 @ 01180200 n 0000 ;c 08441203 n 0000 | deliberate obstruction of the operation of the federal legislative branch
-01180557 04 n 01 contempt_of_court 0 004 @ 01180200 n 0000 ;c 08441203 n 0000 ~ 01180718 n 0000 ~ 01181066 n 0000 | disrespect for the rules of a court of law
-01180718 04 n 01 civil_contempt 0 002 @ 01180557 n 0000 ;c 08441203 n 0000 | a failure to follow a court order that benefits someone else
-01180858 04 n 01 contumacy 0 003 @ 01179707 n 0000 ;c 08441203 n 0000 + 02330574 a 0101 | willful refusal to appear before a court or comply with a court order; can result in a finding of contempt of court
-01181066 04 n 01 criminal_contempt 0 002 @ 01180557 n 0000 ;c 08441203 n 0000 | an act of disrespect that impedes the administration of justice
-01181212 04 n 01 obstruction_of_justice 0 002 @ 01074498 n 0000 ;c 08441203 n 0000 | impeding those who seek justice in a court (as by trying to influence or intimidate any juror or witness or officer of the court); can result in a finding of contempt of court
-01181475 04 n 02 due_process 0 due_process_of_law 0 008 @ 01080366 n 0000 ;c 08441203 n 0000 ~ 01184814 n 0000 ~ 01187463 n 0000 ~ 01187810 n 0000 ~ 01194331 n 0000 ~ 01197928 n 0000 ~ 01198750 n 0000 | (law) the administration of justice according to established rules and principles; based on the principle that a person cannot be deprived of life or liberty or property without appropriate legal procedures and safeguards
-01181902 04 n 03 legal_action 0 action 1 action_at_law 0 010 @ 01184814 n 0000 ;c 08441203 n 0000 + 02582042 v 0201 ~ 01184045 n 0000 ~ 01184230 n 0000 ~ 01184407 n 0000 ~ 01184565 n 0000 ~ 01184720 n 0000 ~ 01198307 n 0000 ~ 01198588 n 0000 | a judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong
-01182312 04 n 01 action 4 001 @ 01080366 n 0000 | an act by a government body or supranational organization; "recent federal action undermined the segregationist position"; "the United Nations must have the power to propose and organize action without being hobbled by irrelevant issues"; "the Union action of emancipating Southern slaves"
-01182654 04 n 05 lawsuit 0 suit 0 case 0 cause 0 causa 0 009 @ 01184814 n 0000 ;c 08441203 n 0000 + 02582042 v 0202 ~ 01183031 n 0000 ~ 01183166 n 0000 ~ 01183373 n 0000 ~ 01183497 n 0000 ~ 01183638 n 0000 ~ 01183798 n 0000 | a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy; "the family brought suit against the landlord"
-01183031 04 n 01 civil_suit 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a lawsuit alleging violations of civil law by the defendant
-01183166 04 n 02 class_action 0 class-action_suit 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a lawsuit brought by a representative member of a large group of people on behalf of all members of the group
-01183373 04 n 01 countersuit 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a suit brought against someone who has sued you
-01183497 04 n 01 criminal_suit 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a lawsuit alleging violations of criminal law by the defendant
-01183638 04 n 01 moot 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a hypothetical case that law students argue as an exercise; "he organized the weekly moot"
-01183798 04 n 02 paternity_suit 0 bastardy_proceeding 0 002 @ 01182654 n 0000 ;c 08441203 n 0000 | a lawsuit filed to determine the father of a child born out of wedlock (and to provide for the support of the child once paternity is determined)
-01184045 04 n 01 antitrust_case 0 002 @ 01181902 n 0000 ;c 08441203 n 0000 | a legal action brought against parties who are charged with limiting free competition in the market place
-01184230 04 n 01 civil_action 0 001 @ 01181902 n 0000 | legal action to protect a private civil right or to compel a civil remedy (as distinguished from criminal prosecution)
-01184407 04 n 01 counterclaim 0 003 @ 01181902 n 0000 ;c 08441203 n 0000 + 01018645 v 0101 | a claim filed in opposition to another claim in a legal action
-01184565 04 n 01 custody_case 0 002 @ 01181902 n 0000 ;c 08441203 n 0000 | a legal action to determine custody (usually of children following a divorce)
-01184720 04 n 01 lis_pendens 0 002 @ 01181902 n 0000 ;c 08441203 n 0000 | a pending lawsuit
-01184814 04 n 03 proceeding 0 legal_proceeding 0 proceedings 0 018 @ 01181475 n 0000 ;c 08441203 n 0000 + 02372605 v 0302 + 02372605 v 0102 ~ 00090076 n 0000 ~ 01023242 n 0000 ~ 01023636 n 0000 ~ 01181902 n 0000 ~ 01182654 n 0000 ~ 01185292 n 0000 ~ 01185611 n 0000 ~ 01186397 n 0000 ~ 01186578 n 0000 ~ 01186810 n 0000 ~ 01187620 n 0000 ~ 01195867 n 0000 ~ 01197258 n 0000 ~ 01199697 n 0000 | (law) the institution of a sequence of steps by which legal judgments are invoked
-01185292 04 n 01 adoption 2 003 @ 01184814 n 0000 ;c 08441203 n 0000 + 00413195 v 0101 | a legal proceeding that creates a parent-child relation between persons not related by blood; the adopted child is entitled to all privileges belonging to a natural child of the adoptive parents (including the right to inherit)
-01185611 04 n 01 appeal 0 004 @ 01184814 n 0000 ;c 08441203 n 0000 + 02497824 v 0101 + 02497586 v 0101 | (law) a legal proceeding in which the appellant resorts to a higher court for the purpose of obtaining a review of a lower court decision and a reversal of the lower court's judgment or the granting of a new trial; "their appeal was denied in the superior court"
-01185981 04 n 01 reversal 6 004 @ 01187810 n 0000 ;c 08441203 n 0000 + 00716130 v 0105 ! 01186192 n 0101 | a judgment by a higher court that the judgment of a lower court was incorrect and should be set aside
-01186192 04 n 01 affirmation 0 004 @ 01187810 n 0000 ;c 08441203 n 0000 + 00665886 v 0106 ! 01185981 n 0101 | a judgment by a higher court that the judgment of a lower court was correct and should stand
-01186397 04 n 01 bankruptcy 0 002 @ 01184814 n 0000 ;c 08441203 n 0000 | a legal process intended to insure equality among the creditors of a corporation declared to be insolvent
-01186578 04 n 01 receivership 1 003 @ 01184814 n 0000 ;c 08441203 n 0000 + 10265532 n 0102 | a court action that places property under the control of a receiver during litigation so that it can be preserved for the benefit of all
-01186810 04 n 02 litigation 0 judicial_proceeding 0 007 @ 01184814 n 0000 ;c 08441203 n 0000 + 02859221 a 0101 + 02582450 v 0101 + 02582042 v 0103 ~ 01187085 n 0000 ~ 01187230 n 0000 | a legal proceeding in a court; a judicial contest to determine and enforce legal rights
-01187085 04 n 01 custody_battle 0 002 @ 01186810 n 0000 ;c 08441203 n 0000 | litigation to settle custody of the children of a divorced couple
-01187230 04 n 01 vexatious_litigation 0 002 @ 01186810 n 0000 ;c 08441203 n 0000 | litigation shown to have been instituted maliciously and without probable cause; "he got an injunction against vexatious litigation by his enemies"
-01187463 04 n 02 presentment 0 notification 2 002 @ 01181475 n 0000 ;c 08441203 n 0000 | an accusation of crime made by a grand jury on its own initiative
-01187620 04 n 02 naturalization 0 naturalisation 0 004 @ 01184814 n 0000 ;c 08441203 n 0000 + 00412292 v 0202 + 00412292 v 0101 | the proceeding whereby a foreigner is granted citizenship
-01187810 04 n 03 judgment 0 judgement 0 judicial_decision 0 017 @ 01181475 n 0000 ;c 08441203 n 0000 + 02501278 v 0101 ~ 01185981 n 0000 ~ 01186192 n 0000 ~ 01188273 n 0000 ~ 01188537 n 0000 ~ 01188783 n 0000 ~ 01189001 n 0000 ~ 01189650 n 0000 ~ 01189929 n 0000 ~ 01190172 n 0000 ~ 01190364 n 0000 ~ 01190561 n 0000 ~ 01190884 n 0000 ~ 01191158 n 0000 ~ 01191975 n 0000 | (law) the determination by a court of competent jurisdiction on matters submitted to it
-01188273 04 n 04 confession_of_judgment 0 confession_of_judgement 0 cognovit_judgment 0 cognovit_judgement 0 002 @ 01187810 n 0000 ;c 08441203 n 0000 | a judgment entered after a written confession by the debtor without the expense of ordinary legal proceedings
-01188537 04 n 04 default_judgment 0 default_judgement 0 judgment_by_default 0 judgement_by_default 0 002 @ 01187810 n 0000 ;c 08441203 n 0000 | a judgment entered in favor of the plaintiff when the defendant defaults (fails to appear in court)
-01188783 04 n 02 non_prosequitur 0 non_pros 0 002 @ 01187810 n 0000 ;c 08441203 n 0000 | a judgment entered in favor of the defendant when the plaintiff has not continued his action (e.g., has not appeared in court)
-01189001 04 n 02 final_judgment 0 final_decision 0 004 @ 01187810 n 0000 ;c 08441203 n 0000 ~ 01189282 n 0000 ~ 01193886 n 0000 | a judgment disposing of the case before the court; after the judgment (or an appeal from it) is rendered all that remains is to enforce the judgment
-01189282 04 n 04 conviction 0 judgment_of_conviction 0 condemnation 1 sentence 0 008 @ 01189001 n 0000 ;c 06539178 n 0000 + 00906735 v 0401 + 00906367 v 0101 ! 01193886 n 0101 ~ 01194021 n 0000 ~ 01194125 n 0000 ~ 01194225 n 0000 | (criminal law) a final judgment of guilty in a criminal case and the punishment that is imposed; "the conviction came as no surprise"
-01189650 04 n 04 judgment_in_personam 0 judgement_in_personam 0 personal_judgment 0 personal_judgement 0 004 @ 01187810 n 0000 ;c 08059412 n 0000 ;c 08441203 n 0000 ! 01189929 n 0101 | a judgment rendered against an individual (or corporation) for the payment of money damages
-01189929 04 n 02 judgment_in_rem 0 judgement_in_rem 0 003 @ 01187810 n 0000 ;c 08441203 n 0000 ! 01189650 n 0101 | a judgment pronounced on the status of some particular subject or property or thing (as opposed to one pronounced on persons)
-01190172 04 n 03 judgment_of_dismissal 0 judgement_of_dismissal 0 dismissal 1 003 @ 01187810 n 0000 ;c 08441203 n 0000 + 00801626 v 0301 | a judgment disposing of the matter without a trial
-01190364 04 n 02 judgment_on_the_merits 0 judgement_on_the_merits 0 002 @ 01187810 n 0000 ;c 08441203 n 0000 | judgment rendered through analysis and adjudication of the factual issues presented
-01190561 04 n 04 summary_judgment 0 summary_judgement 0 judgment_on_the_pleadings 0 judgement_on_the_pleadings 0 002 @ 01187810 n 0000 ;c 08441203 n 0000 | a judgment rendered by the court prior to a verdict because no material issue of fact exists and one party or the other is entitled to a judgment as a matter of law
-01190884 04 n 03 arbitration 0 arbitrament 0 arbitrement 0 005 @ 01187810 n 0000 + 00760956 v 0305 + 00760956 v 0205 + 02637730 a 0102 + 00760956 v 0105 | the act of deciding as an arbiter; giving authoritative judgment; "they submitted their disagreement to arbitration"
-01191158 04 n 02 opinion 1 ruling 0 005 @ 01187810 n 0000 ;c 08441203 n 0000 + 00971999 v 0201 ~i 01191364 n 0000 ~ 01191610 n 0000 | the reason for a court's judgment (as opposed to the decision itself)
-01191364 04 n 01 Bakke_decision 0 002 @i 01191158 n 0000 ;c 08441203 n 0000 | a ruling by the Supreme Court on affirmative action; the Court ruled in 1978 that medical schools are entitled to consider race as a factor in their admission policy
-01191610 04 n 01 fatwa 0 002 @ 01191158 n 0000 ;c 08455829 n 0000 | a ruling on a point of Islamic law that is given by a recognized authority
-01191755 04 n 04 umpirage 0 officiation 0 officiating 0 refereeing 0 005 @ 05788149 n 0000 + 01085237 v 0401 + 01096497 v 0301 + 01096497 v 0201 + 01085237 v 0102 | the act of umpiring; "the officiating was excellent"
-01191975 04 n 01 finding 1 005 @ 01187810 n 0000 ;c 08441203 n 0000 + 00971999 v 0102 ~ 01192150 n 0000 ~ 01192463 n 0000 | the decision of a court on issues of fact or law
-01192150 04 n 02 verdict 0 finding_of_fact 0 008 @ 01191975 n 0000 ;c 08441203 n 0000 ~ 01192633 n 0000 ~ 01192814 n 0000 ~ 01193044 n 0000 ~ 01193176 n 0000 ~ 01193362 n 0000 ~ 01193672 n 0000 | (law) the findings of a jury on issues of fact submitted to it for decision; can be used in formulating a judgment
-01192463 04 n 02 finding_of_law 0 conclusion_of_law 0 002 @ 01191975 n 0000 ;c 08441203 n 0000 | a finding as to the applicability of a rule of law to particular facts
-01192633 04 n 01 compromise_verdict 0 003 @ 01192150 n 0000 ;c 08441203 n 0000 ~ 01193535 n 0000 | a verdict resulting from improper compromises between jurors on material issues
-01192814 04 n 01 directed_verdict 0 002 @ 01192150 n 0000 ;c 08441203 n 0000 | a verdict entered by the court in a jury trial without consideration by the jury; "there cannot be a directed verdict of guilty in a criminal trial"
-01193044 04 n 01 false_verdict 0 002 @ 01192150 n 0000 ;c 08441203 n 0000 | a manifestly unjust verdict; not true to the evidence
-01193176 04 n 01 general_verdict 0 003 @ 01192150 n 0000 ;c 08441203 n 0000 ! 01193672 n 0101 | an ordinary verdict declaring which party prevails without any special findings of fact
-01193362 04 n 01 partial_verdict 0 002 @ 01192150 n 0000 ;c 06539178 n 0000 | (criminal law) a finding that the defendant is guilty of some charges but innocent of others
-01193535 04 n 01 quotient_verdict 0 002 @ 01192633 n 0000 ;c 08441203 n 0000 | an improper and unacceptable kind of compromise verdict
-01193672 04 n 01 special_verdict 0 003 @ 01192150 n 0000 ;c 08441203 n 0000 ! 01193176 n 0101 | a verdict rendered on certain specific factual issues posed by the court without finding for one party or the other
-01193886 04 n 01 acquittal 0 004 @ 01189001 n 0000 ;c 08441203 n 0000 + 00904046 v 0101 ! 01189282 n 0101 | a judgment of not guilty
-01194021 04 n 01 murder_conviction 0 002 @ 01189282 n 0000 ;c 08441203 n 0000 | conviction for murder
-01194125 04 n 01 rape_conviction 0 002 @ 01189282 n 0000 ;c 08441203 n 0000 | conviction for rape
-01194225 04 n 01 robbery_conviction 0 002 @ 01189282 n 0000 ;c 08441203 n 0000 | conviction for robbery
-01194331 04 n 03 eviction 0 dispossession 0 legal_ouster 0 007 @ 01181475 n 0000 ;c 08441203 n 0000 + 02314658 v 0201 + 01468058 v 0101 ~ 01194615 n 0000 ~ 01194711 n 0000 ~ 01195187 n 0000 | the expulsion of someone (such as a tenant) from the possession of land by process of law
-01194615 04 n 01 ouster 1 002 @ 01194331 n 0000 ;c 08441203 n 0000 | a wrongful dispossession
-01194711 04 n 01 actual_eviction 0 002 @ 01194331 n 0000 ;c 08441203 n 0000 | the physical ouster of a tenant from the leased premises; the tenant is relieved of any further duty to pay rent
-01194904 04 n 02 eviction 1 constructive_eviction 0 003 @ 00156812 n 0000 ;c 08441203 n 0000 + 01468327 v 0101 | action by a landlord that compels a tenant to leave the premises (as by rendering the premises unfit for occupancy); no physical expulsion or legal process is involved
-01195187 04 n 01 retaliatory_eviction 0 002 @ 01194331 n 0000 ;c 08441203 n 0000 | an eviction in reprisal for the tenant's good-faith complaints against the landlord; illegal in many states
-01195380 04 n 03 legalization 0 legalisation 0 legitimation 0 006 @ 01080366 n 0000 ;c 08441203 n 0000 + 02481436 v 0307 + 00896677 v 0301 + 02481436 v 0202 + 02481436 v 0101 | the act of making lawful
-01195584 04 n 01 legitimation 1 003 @ 00030358 n 0000 ;c 08441203 n 0000 + 00575359 v 0101 | the act of rendering a person legitimate; "he has filial rights because he obtained letters of legitimation from the king"; "his parents' subsequent marriage resulted in his legitimation"
-01195867 04 n 01 trial 2 012 @ 01184814 n 0000 ;c 08441203 n 0000 + 02501278 v 0103 ~ 01196316 n 0000 ~ 01196477 n 0000 ~ 01196759 n 0000 ~ 01197119 n 0000 %p 01197928 n 0000 %p 01198307 n 0000 %p 01198750 n 0000 ~ 01199252 n 0000 ~ 01199365 n 0000 | (law) the determination of a person's innocence or guilt by due process of law; "he had a fair trial and the jury found him guilty"; "most of these complaints are settled before they go to trial"
-01196316 04 n 01 court-martial 0 004 @ 01195867 n 0000 ;c 08199025 n 0000 ;c 08455271 n 0000 + 02499172 v 0101 | a trial that is conducted by a military court
-01196477 04 n 02 ordeal 0 trial_by_ordeal 0 001 @ 01195867 n 0000 | a primitive method of determining a person's guilt or innocence by subjecting the accused person to dangerous or painful tests believed to be under divine control; escape was usually taken as a sign of innocence
-01196759 04 n 01 Scopes_trial 0 003 @ 01195867 n 0000 ;c 08441203 n 0000 ;c 13477023 n 0000 | a highly publicized trial in 1925 when John Thomas Scopes violated a Tennessee state law by teaching evolution in high school; Scopes was prosecuted by William Jennings Bryan and defended by Clarence Darrow; Scopes was convicted but the verdict was later reversed
-01197119 04 n 01 show_trial 0 001 @ 01195867 n 0000 | a trial held for show; the guilt of the accused person has been decided in advance
-01197258 04 n 01 review 3 005 @ 01184814 n 0000 ;c 08441203 n 0000 + 00696189 v 0101 ~ 01197479 n 0000 ~ 01197658 n 0000 | (law) a judicial reexamination of the proceedings of a court (especially by an appellate court)
-01197479 04 n 01 bill_of_review 0 001 @ 01197258 n 0000 | a proceeding brought to obtain an explanation or an alteration or a reversal of a decree by the court that rendered it
-01197658 04 n 01 judicial_review 0 002 @ 01197258 n 0000 ;c 08441203 n 0000 | review by a court of law of actions of a government official or entity or of some other legally appointed person or body or the review by an appellate court of the decision of a trial court
-01197928 04 n 01 plea 1 003 @ 01181475 n 0000 #p 01195867 n 0000 ;c 08441203 n 0000 | an answer indicating why a suit should be dismissed
-01198068 04 n 01 double_jeopardy 0 002 @ 01198307 n 0000 ;c 08441203 n 0000 | the prosecution of a defendant for a criminal offense for which he has already been tried; prohibited in the fifth amendment to the United States Constitution
-01198307 04 n 02 prosecution 0 criminal_prosecution 0 007 @ 01181902 n 0000 #p 01195867 n 0000 ;c 08441203 n 0000 + 02581900 v 0101 + 02581477 v 0101 ! 01198750 n 0101 ~ 01198068 n 0000 | the institution and conduct of legal proceedings against a defendant for criminal behavior
-01198588 04 n 02 test_case 0 test_suit 0 002 @ 01181902 n 0000 ;c 08441203 n 0000 | a representative legal action whose outcome is likely to become a precedent
-01198750 04 n 04 defense 2 defence 2 denial 0 demurrer 0 006 @ 01181475 n 0000 #p 01195867 n 0000 ;c 08441203 n 0000 + 01068380 v 0302 ! 01198307 n 0101 ~ 01199035 n 0000 | a defendant's answer or plea denying the truth of the charges against him; "he gave evidence for the defense"
-01199035 04 n 01 entrapment 0 003 @ 01198750 n 0000 ;c 08441203 n 0000 + 02578008 v 0102 | a defense that claims the defendant would not have broken the law if not tricked into doing it by law enforcement officials
-01199252 04 n 01 mistrial 0 002 @ 01195867 n 0000 ;c 08441203 n 0000 | a trial that is invalid or inconclusive
-01199365 04 n 01 retrial 0 003 @ 01195867 n 0000 ;c 08441203 n 0000 + 02501159 v 0102 | a new trial in which issues already litigated and to which the court has already rendered a verdict or decision are reexamined by the same court; occurs when the initial trial is found to have been improper or unfair due to procedural errors
-01199697 04 n 01 hearing 1 006 @ 01184814 n 0000 ;c 08441203 n 0000 ~ 01200000 n 0000 ~ 01200266 n 0000 ~ 01200502 n 0000 ~ 01200857 n 0000 | (law) a proceeding (usually by a court) where evidence is taken for the purpose of determining an issue of fact and reaching a decision based on that evidence
-01200000 04 n 01 administrative_hearing 0 002 @ 01199697 n 0000 ;c 08441203 n 0000 | a hearing that takes place outside the judicial process before hearing examiners who have been granted judicial authority specifically for the purpose of conducting such hearings
-01200266 04 n 01 competence_hearing 0 002 @ 01199697 n 0000 ;c 08441203 n 0000 | a hearing to determine legal capacity (to determine whether the defendant can understand the charges and cooperate with a lawyer in preparing a defense)
-01200502 04 n 01 fair_hearing 0 002 @ 01199697 n 0000 ;c 08441203 n 0000 | a hearing that is granted in extraordinary situations where the normal judicial process would be inadequate to secure due process because the person would be harmed or denied their rights before a judicial remedy became available (as in deportation or loss of welfare benefits)
-01200857 04 n 01 quo_warranto 0 002 @ 01199697 n 0000 ;c 08441203 n 0000 | a hearing to determine by what authority someone has an office or franchise or liberty
-01201021 04 n 01 separation 0 007 @ 01080366 n 0000 + 02030158 v 0101 ~ 01201271 n 0000 ~ 01201773 n 0000 ~ 01202029 n 0000 ~ 01202184 n 0000 ~ 01202665 n 0000 | the social act of separating or parting company; "the separation of church and state"
-01201271 04 n 02 divorce 0 divorcement 0 004 @ 01201021 n 0000 ;c 08441203 n 0000 + 02490634 v 0201 + 02490634 v 0101 | the legal dissolution of a marriage
-01201429 04 n 02 legal_separation 0 separation 2 003 @ 07362075 n 0000 ;c 08441203 n 0000 + 02431320 v 0201 | (law) the cessation of cohabitation of man and wife (either by mutual agreement or under a court order)
-01201645 04 n 01 quarantine 0 002 @ 01202029 n 0000 + 00496266 v 0101 | isolation to prevent the spread of infectious disease
-01201773 04 n 01 seclusion 0 003 @ 01201021 n 0000 + 00495998 v 0101 ~ 01201906 n 0000 | the act of secluding yourself from others
-01201906 04 n 01 cocooning 0 001 @ 01201773 n 0000 | retreating to the seclusion of your home (as for privacy or escape)
-01202029 04 n 02 isolation 0 closing_off 0 002 @ 01201021 n 0000 ~ 01201645 n 0000 | the act of isolating something; setting something apart from others
-01202184 04 n 02 segregation 0 sequestration 0 006 @ 01201021 n 0000 + 00495998 v 0202 + 10576316 n 0102 + 01558218 v 0101 + 00494613 v 0101 ! 01202415 n 0101 | the act of segregating or sequestering; "sequestration of the jury"
-01202415 04 n 03 integration 0 integrating 0 desegregation 0 006 @ 01080366 n 0000 + 02481900 v 0301 + 02481900 v 0202 + 00467451 v 0201 + 02481900 v 0102 ! 01202184 n 0101 | the action of incorporating a racial or religious group into a community
-01202665 04 n 02 separationism 0 separatism 0 001 @ 01201021 n 0000 | advocacy of a policy of strict separation of church and state
-01202799 04 n 01 withdrawal 6 001 @ 00383606 n 0000 | the act of ceasing to participate in an activity
-01202904 04 n 01 cooperation 1 013 @ 01080366 n 0000 + 02416278 v 0103 ! 01168569 n 0101 ~ 01203494 n 0000 ~ 01203676 n 0000 ~ 01205156 n 0000 ~ 01205341 n 0000 ~ 01205564 n 0000 ~ 01205702 n 0000 ~ 01205827 n 0000 ~ 01205961 n 0000 ~ 01206153 n 0000 ~ 01217499 n 0000 | joint operation or action; "their cooperation with us was essential for the success of our mission"
-01203277 04 n 01 brainstorming 0 002 @ 01080366 n 0000 + 00630223 v 0101 | a group problem-solving technique in which members spontaneously share ideas and solutions; "we had an intense brainstorming session today"
-01203494 04 n 01 teamwork 0 001 @ 01202904 n 0000 | cooperative work done by a team (especially when it is effective); "it will take money, good planning and, above all, teamwork"
-01203676 04 n 04 conformity 0 conformation 1 compliance 2 abidance 2 009 @ 01202904 n 0000 + 02542280 v 0301 ! 01179707 n 0302 + 02662979 v 0201 ! 01204845 n 0101 ~ 01204055 n 0000 ~ 01204294 n 0000 ~ 01204419 n 0000 ~ 01205010 n 0000 | acting according to certain accepted standards; "their financial statements are in conformity with generally accepted accounting practices"
-01204055 04 n 01 formality 0 008 @ 01203676 n 0000 + 01041916 a 0101 -u 01673434 a 0000 -u 00240707 r 0000 -u 00255614 r 0000 -u 09636106 n 0000 -u 10171219 n 0000 -u 14404831 n 0000 | compliance with formal rules; "courtroom formality"
-01204294 04 n 01 line 1 001 @ 01203676 n 0000 | acting in conformity; "in line with"; "he got out of line"; "toe the line"
-01204419 04 n 02 honoring 0 observance 2 006 @ 01203676 n 0000 + 01395821 a 0202 + 02578872 v 0201 ! 01204711 n 0201 + 02457233 v 0102 ~ 01204623 n 0000 | conformity with law or custom or practice etc.
-01204623 04 n 01 punctilio 0 001 @ 01204419 n 0000 | strict observance of formalities
-01204711 04 n 01 nonobservance 0 002 @ 01204845 n 0000 ! 01204419 n 0102 | a lack of conformity with law or custom or practice etc.
-01204845 04 n 02 nonconformity 0 nonconformance 0 003 @ 00066636 n 0000 ! 01203676 n 0101 ~ 01204711 n 0000 | failure to conform to accepted standards of behavior
-01205010 04 n 01 keeping 1 002 @ 01203676 n 0000 + 02578872 v 0102 | conformity or harmony; "his behavior was not in keeping with the occasion"
-01205156 04 n 02 collaboration 1 coaction 0 003 @ 01202904 n 0000 + 02417098 v 0201 + 02416278 v 0101 | act of working jointly; "they worked either in collaboration or independently"
-01205341 04 n 03 collaboration 2 collaborationism 0 quislingism 0 004 @ 01202904 n 0000 + 09935793 n 0202 + 09935793 n 0102 + 02416751 v 0101 | act of cooperating traitorously with an enemy that is occupying your country
-01205564 04 n 02 compromise 0 via_media 0 003 @ 01202904 n 0000 + 01035803 v 0101 + 01035380 v 0101 | a middle way between two extremes
-01205702 04 n 02 concurrence 0 concurrency 0 001 @ 01202904 n 0000 | acting together, as agents or circumstances or events
-01205827 04 n 02 reconciliation 1 rapprochement 0 002 @ 01202904 n 0000 + 00764902 v 0101 | the reestablishing of cordial relations
-01205961 04 n 02 selflessness 0 self-sacrifice 0 003 @ 01202904 n 0000 + 00101609 a 0102 ~ 00205649 n 0000 | acting with less concern for yourself than for the success of the joint activity
-01206153 04 n 04 commitment 0 allegiance 0 loyalty 0 dedication 0 009 @ 01202904 n 0000 + 00887463 v 0402 + 00961667 a 0201 + 00887463 v 0104 ~ 01040943 n 0000 ~ 01041111 n 0000 ~ 01206553 n 0000 ~ 01206986 n 0000 ~ 01207187 n 0000 | the act of binding yourself (intellectually or emotionally) to a course of action; "his long commitment to public service"; "they felt no loyalty to a losing team"
-01206553 04 n 01 devotion 1 006 @ 01206153 n 0000 + 00887463 v 0105 ~ 01206774 n 0000 ~ 01206910 n 0000 ~ 01207342 n 0000 ~ 01207521 n 0000 | commitment to some purpose; "the devotion of his time and wealth to science"
-01206774 04 n 01 cultism 1 002 @ 01206553 n 0000 + 09982370 n 0101 | devotion to the doctrine or a cult or to the practices of a cult
-01206910 04 n 01 hobbyism 0 001 @ 01206553 n 0000 | a devotion to hobbies
-01206986 04 n 01 enlistment 0 002 @ 01206153 n 0000 ~ 01207108 n 0000 | the act of enlisting (as in a military service)
-01207108 04 n 01 reenlistment 0 001 @ 01206986 n 0000 | a renewed enlistment
-01207187 04 n 01 faith 0 001 @ 01206153 n 0000 | loyalty or allegiance to a cause or a person; "keep the faith"; "they broke faith with their investors"
-01207342 04 n 02 fetish 0 fetich 0 003 @ 01206553 n 0000 + 10085548 n 0101 + 00320911 v 0101 | excessive or irrational devotion to some activity; "made a fetish of cleanliness"
-01207521 04 n 01 party_spirit 0 001 @ 01206553 n 0000 | devotion to a political party
-01207609 04 n 04 aid 0 assist 1 assistance 0 help 0 021 @ 00407535 n 0000 + 00206998 v 0401 + 02555434 v 0401 + 00082081 v 0401 + 02735897 v 0401 + 02547586 v 0401 + 02547586 v 0302 + 02547586 v 0202 + 02540670 v 0205 ~ 00802111 n 0000 ~ 01208291 n 0000 ~ 01208460 n 0000 ~ 01208597 n 0000 ~ 01208797 n 0000 ~ 01209220 n 0000 ~ 01209487 n 0000 ~ 01209576 n 0000 ~ 01210816 n 0000 ~ 01211019 n 0000 ~ 01211185 n 0000 ~ 01212519 n 0000 | the activity of contributing to the fulfillment of a need or furtherance of an effort or purpose; "he gave me an assist with the housework"; "could not walk without assistance"; "rescue party went to their aid"; "offered his help in unloading"
-01208291 04 n 01 facilitation 0 003 @ 01207609 n 0000 + 02735897 v 0102 + 00518395 v 0101 | act of assisting or making easier the progress or improvement of something
-01208460 04 n 02 hand 0 helping_hand 0 002 @ 01207609 n 0000 + 02000133 v 0101 | physical assistance; "give me a hand with the chores"
-01208597 04 n 03 recourse 0 resort 0 refuge 0 002 @ 01207609 n 0000 + 02590072 v 0202 | act of turning to for assistance; "have recourse to the courts"; "an appeal to his uncle was his last resort"
-01208797 04 n 01 thanks 0 001 @ 01207609 n 0000 | with the help of or owing to; "thanks to hard work it was a great success"
-01208924 04 n 01 social_work 0 001 @ 00582195 n 0000 | any of various services designed to aid the poor and aged and to increase the welfare of children
-01209079 04 n 01 casework 0 001 @ 00582195 n 0000 | close sociological study of a maladjusted person or family for diagnosis and treatment
-01209220 04 n 04 relief 2 succor 0 succour 0 ministration 0 006 @ 01207609 n 0000 + 02549392 v 0401 + 02548710 v 0302 + 02548710 v 0201 ~ 01211667 n 0000 ~ 01227495 n 0000 | assistance in time of difficulty; "the contributions provided some relief for the victims"
-01209487 04 n 01 lift 2 001 @ 01207609 n 0000 | the act of giving temporary assistance
-01209576 04 n 01 service 0 007 @ 01207609 n 0000 ! 01209791 n 0101 ~ 01209963 n 0000 ~ 01210102 n 0000 ~ 01210281 n 0000 ~ 01210547 n 0000 ~ 01210699 n 0000 | an act of help or assistance; "he did them a service"
-01209791 04 n 03 disservice 0 ill_service 0 ill_turn 0 002 @ 00744443 n 0000 ! 01209576 n 0101 | an act intended to help that turns out badly; "he did them a disservice"
-01209963 04 n 02 childcare 0 child_care 0 002 @ 01209576 n 0000 ~ 01210439 n 0000 | a service involving care for other people's children
-01210102 04 n 01 community_service 0 001 @ 01209576 n 0000 | an unpaid service for the benefit of the public that is performed by lawbreakers as part (or all) of their sentence
-01210281 04 n 02 community_service 1 public_service 1 001 @ 01209576 n 0000 | a service that is performed for the benefit of the public or its institutions
-01210439 04 n 02 daycare 0 day_care 0 001 @ 01209963 n 0000 | childcare during the day while parents work
-01210547 04 n 02 help_desk 0 helpdesk 0 001 @ 01209576 n 0000 | a service that provides information and assistance to the users of a computer network
-01210699 04 n 01 seating 0 002 @ 01209576 n 0000 + 01543998 v 0101 | the service of ushering people to their seats
-01210816 04 n 01 accommodation 0 005 @ 01207609 n 0000 + 02651424 v 0102 + 01184453 v 0101 + 00885925 v 0102 ~ 00098625 n 0000 | the act of providing something (lodging or seat or food) to meet a need
-01211019 04 n 02 boost 0 encouragement 0 004 @ 01207609 n 0000 + 02554922 v 0205 + 00310937 v 0101 ~ 01211489 n 0000 | the act of giving hope or support to someone
-01211185 04 n 01 comfort 1 001 @ 01207609 n 0000 | assistance, such as that provided to an enemy or to a known criminal; "it gave comfort to the enemy"
-01211339 04 n 01 boost 1 003 @ 00112312 n 0000 + 02554922 v 0103 + 01516071 v 0101 | the act of giving a push; "he gave her a boost over the fence"
-01211489 04 n 02 morale_building 0 morale_booster 0 001 @ 01211019 n 0000 | anything that serves to increase morale; "the sight of flowers every morning was my morale builder"
-01211667 04 n 03 consolation 0 comfort 0 solace 0 004 @ 01209220 n 0000 + 01814815 v 0304 + 01814815 v 0201 + 01814815 v 0103 | the act of consoling; giving relief in affliction; "his presence was a consolation to her"
-01211888 04 n 01 simplification 0 004 @ 00395333 n 0000 + 00400427 v 0101 ~ 01212037 n 0000 ~ 01212225 n 0000 | elimination of superfluous details
-01212037 04 n 02 oversimplification 0 simplism 0 002 @ 01211888 n 0000 + 02569235 v 0101 | an act of excessive simplification; the act of making something seem simpler than it really is
-01212225 04 n 02 rationalization 1 rationalisation 1 004 @ 01211888 n 0000 ;c 06000644 n 0000 + 00568879 v 0202 + 00568879 v 0101 | (mathematics) the simplification of an expression or equation by eliminating radicals without changing the value of the expression or the roots of the equation
-01212519 04 n 01 support 0 010 @ 01207609 n 0000 + 00895304 v 0102 + 00806314 v 0102 + 02453889 v 0106 ~ 01212882 n 0000 ~ 01214171 n 0000 ~ 01215036 n 0000 ~ 01215168 n 0000 ~ 01215392 n 0000 ~ 01215719 n 0000 | aiding the cause or policy or interests of; "the president no longer has the support of his own party"; "they developed a scheme of mutual support"
-01212882 04 n 03 attachment 2 adherence 0 adhesion 0 007 @ 01212519 n 0000 + 02638845 v 0301 + 02538086 v 0103 ~ 01213234 n 0000 ~ 01213406 n 0000 ~ 01213548 n 0000 ~ 01213702 n 0000 | faithful support for a cause or political party or religion; "attachment to a formal agenda"; "adherence to a fat-free diet"; "the adhesion of Seville was decisive"
-01213234 04 n 01 ecclesiasticism 0 001 @ 01212882 n 0000 | excessive adherence to ecclesiastical forms and activities; "their ecclesiasticism overwhelmed their religion"
-01213406 04 n 02 kabbalism 0 cabalism 0 001 @ 01212882 n 0000 | adherence to some extreme traditional theological concept or interpretation
-01213548 04 n 01 royalism 0 002 @ 01212882 n 0000 + 10327824 n 0102 | adherence or attachment to a monarchy or to the principle of monarchal government
-01213702 04 n 01 traditionalism 0 004 @ 01212882 n 0000 ;c 05946687 n 0000 + 00611754 a 0101 + 10721124 n 0101 | adherence to tradition (especially in cultural or religious matters)
-01213886 04 n 04 backing 0 backup 0 championship 0 patronage 0 005 @ 01215392 n 0000 + 02556126 v 0202 + 02556817 v 0102 + 02453889 v 0101 + 02217695 v 0101 | the act of providing approval and support; "his vigorous backing of the conservatives got him in trouble with progressives"
-01214171 04 n 02 advocacy 0 protagonism 0 005 @ 01212519 n 0000 + 00827730 v 0102 ~ 01214408 n 0000 ~ 01214557 n 0000 ~ 01214746 n 0000 | active support of an idea or cause etc.; especially the act of pleading or arguing for something
-01214408 04 n 01 drumbeat 0 001 @ 01214171 n 0000 | a vehement and vociferous advocacy of a cause; "the warmongers kept up their drumbeat on Iraq"
-01214557 04 n 02 insistence 0 insistency 0 002 @ 01214171 n 0000 + 00777931 v 0102 | the act of insisting on something; "insistence on grammatical correctness is a conservative position"
-01214746 04 n 01 urging 0 002 @ 01214171 n 0000 + 00858781 v 0104 | the act of earnestly supporting or encouraging
-01214863 04 n 03 auspices 0 protection 2 aegis 0 001 @ 01215168 n 0000 | kindly endorsement and guidance; "the tournament was held under the auspices of the city council"
-01215036 04 n 01 sponsorship 1 002 @ 01212519 n 0000 + 10407954 n 0102 | the act of sponsoring (either officially or financially)
-01215168 04 n 02 endorsement 0 indorsement 0 005 @ 01212519 n 0000 + 02453889 v 0203 + 02556817 v 0103 + 02453889 v 0102 ~ 01214863 n 0000 | the act of endorsing; "a star athlete can make a lot of money from endorsements"
-01215392 04 n 03 blessing 1 approval 2 approving 0 008 @ 01212519 n 0000 + 00803815 v 0201 + 00806502 v 0201 ! 00874621 n 0201 ~ 00180413 n 0000 ~ 01213886 n 0000 ~ 01218593 n 0000 ~ 01219551 n 0000 | the formal act of approving; "he gave the project his blessing"; "his decision merited the approval of any sensible person"
-01215719 04 n 01 reassurance 0 005 @ 01212519 n 0000 + 01766407 v 0101 + 01019808 v 0101 = 00196934 a 0000 = 00197447 a 0000 | the act of reassuring; restoring someone's confidence
-01215902 04 n 01 support 4 004 @ 00407535 n 0000 + 02219094 v 0101 ~ 01216191 n 0000 ~ 01216515 n 0000 | the activity of providing for or maintaining by supplying with money or necessities; "his support kept the family together"; "they gave him emotional support during difficult times"
-01216191 04 n 05 sustenance 0 sustentation 0 sustainment 0 maintenance 1 upkeep 1 005 @ 01215902 n 0000 + 01184625 v 0403 + 01202728 v 0303 + 02806435 a 0201 + 02679530 v 0102 | the act of sustaining life by food or providing a means of subsistence; "they were in want of sustenance"; "fishing was their main sustainment"
-01216515 04 n 02 logistic_support 0 logistic_assistance 0 006 @ 01215902 n 0000 ;c 08199025 n 0000 ~ 01216738 n 0000 ~ 01216908 n 0000 ~ 01217052 n 0000 ~ 01217306 n 0000 | assistance between and within military commands
-01216738 04 n 01 integrated_logistic_support 0 001 @ 01216515 n 0000 | the pooling of specific resources by subscribing nations for the support of some joint operation
-01216908 04 n 02 mutual_aid 0 international_logistic_support 0 001 @ 01216515 n 0000 | arrangements made between nations to assist each other
-01217052 04 n 02 interdepartmental_support 0 interagency_support 0 001 @ 01216515 n 0000 | provision of logistic (or administrative) support by one or more of the military services to one or more departments or agencies of the United States government
-01217306 04 n 01 inter-service_support 0 002 @ 01216515 n 0000 ;c 08199025 n 0000 | action by one military service to provide logistic (or administrative) support to another military service
-01217499 04 n 01 representation 1 004 @ 01202904 n 0000 + 02581675 v 0102 + 02541509 v 0101 ~ 01217720 n 0000 | the act of representing; standing in for someone or some group and speaking with authority in their behalf
-01217720 04 n 01 proportional_representation 0 001 @ 01217499 n 0000 | representation of all parties in proportion to their popular vote
-01217859 04 n 02 employment 2 engagement 2 006 @ 00037396 n 0000 + 02409412 v 0202 + 02409412 v 0103 ~ 01218050 n 0000 ~ 01218213 n 0000 ~ 01218327 n 0000 | the act of giving someone a job
-01218050 04 n 01 shape-up 0 001 @ 01217859 n 0000 | a way of hiring longshoremen by the day; applicants gather around a union boss who selects those to be hired
-01218213 04 n 01 call-back 0 002 @ 01217859 n 0000 + 00791506 v 0102 | the recall of an employee after a layoff
-01218327 04 n 02 booking 0 reservation 1 005 @ 01217859 n 0000 + 02498320 v 0201 + 02599754 v 0101 + 02498320 v 0103 + 00795632 v 0201 | the act of reserving (a place or passage) or engaging the services of (a person or group); "wondered who had made the booking"
-01218593 04 n 02 admiration 0 appreciation 0 003 @ 01215392 n 0000 ~ 01218766 n 0000 ~ 01219075 n 0000 | a favorable judgment; "a small token in admiration of your works"
-01218766 04 n 03 adoration 1 idolization 1 idolisation 1 004 @ 01218593 n 0000 + 01778017 v 0302 + 01778017 v 0201 ~ 01218932 n 0000 | the act of admiring strongly
-01218932 04 n 01 glorification 0 002 @ 01218766 n 0000 + 00860620 v 0104 | the act of glorifying (as in worship); "the glorification of God"
-01219075 04 n 03 idealization 0 idealisation 0 glorification 1 004 @ 01218593 n 0000 + 00489496 v 0301 + 00692907 v 0101 ~ 01219306 n 0000 | a portrayal of something as ideal; "the idealization of rural life was very misleading"
-01219306 04 n 04 sentimentalization 0 sentimentalisation 0 romanticization 0 romanticisation 0 006 @ 01219075 n 0000 + 00693172 v 0402 + 00693172 v 0301 + 00533185 v 0202 + 00012944 v 0201 + 00012944 v 0102 | the act of indulging in sentiment
-01219551 04 n 02 reward 1 reinforcement 0 004 @ 01215392 n 0000 + 00787660 v 0201 + 00787660 v 0102 ~ 01219722 n 0000 | an act performed to strengthen approved behavior
-01219722 04 n 01 carrot 0 001 @ 01219551 n 0000 | promise of reward as in "carrot and stick"; "used the carrot of subsidized housing for the workers to get their vote";
-01219893 04 n 02 disparagement 0 dispraise 0 005 @ 00874621 n 0000 + 00845909 v 0101 ~ 01220074 n 0000 ~ 01220152 n 0000 ~ 01220754 n 0000 | the act of speaking contemptuously of
-01220074 04 n 01 belittling 0 001 @ 01219893 n 0000 | the act of belittling
-01220152 04 n 02 deprecation 0 denigration 0 004 @ 01219893 n 0000 + 00864475 v 0203 + 00856429 v 0101 + 00855933 v 0101 | the act of expressing disapproval (especially of yourself)
-01220336 04 n 05 aspersion 0 calumny 1 slander 1 defamation 1 denigration 1 008 @ 01220619 n 0000 + 00846509 v 0505 + 00846509 v 0401 + 01161233 a 0309 + 00846509 v 0302 + 01161233 a 0202 + 00846509 v 0206 + 00846509 v 0104 | an abusive attack on a person's character or good name
-01220619 04 n 01 attack 5 002 @ 06710546 n 0000 ~ 01220336 n 0000 | strong criticism; "he published an unexpected attack on my work"
-01220754 04 n 01 detraction 0 002 @ 01219893 n 0000 + 00532115 v 0102 | the act of discrediting or detracting from someone's reputation (especially by slander); "let it be no detraction from his merits to say he is plainspoken"
-01220984 04 n 04 behavior 0 behaviour 0 conduct 0 doings 0 009 @ 00407535 n 0000 + 02518161 v 0305 ~ 01221611 n 0000 ~ 01223672 n 0000 ~ 01223766 n 0000 ~ 01223877 n 0000 ~ 01224031 n 0000 ~ 01224346 n 0000 ~ 01226289 n 0000 | manner of acting or controlling yourself
-01221254 04 n 02 behavior 1 behaviour 1 003 @ 00407535 n 0000 ;c 06136258 n 0000 ~ 01221464 n 0000 | (psychology) the aggregate of the responses or reactions or movements made by an organism in any situation
-01221464 04 n 01 territoriality 0 002 @ 01221254 n 0000 + 02409500 a 0101 | the behavior of a male animal that defines and defends its territory
-01221611 04 n 01 aggression 1 006 @ 01220984 n 0000 ~ 01221790 n 0000 ~ 01222333 n 0000 ~ 01222477 n 0000 ~ 01223032 n 0000 ~ 01223143 n 0000 | deliberately unfriendly behavior
-01221790 04 n 03 aggravation 0 irritation 0 provocation 0 007 @ 01221611 n 0000 + 01789514 v 030b + 01787955 v 0206 + 01820901 v 0103 ~ 01172598 n 0000 ~ 01222034 n 0000 ~ 01222859 n 0000 | unfriendly behavior that causes anger or resentment
-01222034 04 n 01 last_straw 0 001 @ 01221790 n 0000 | the final irritation that stretches your patience beyond the limit
-01222157 04 n 01 exacerbation 0 002 @ 00425451 n 0000 + 01820901 v 0101 | violent and bitter exasperation; "his foolishness was followed by an exacerbation of their quarrel"
-01222333 04 n 01 bitchery 0 002 @ 01221611 n 0000 + 00907657 v 0102 | aggressive remarks and behavior like that of a spiteful malicious woman
-01222477 04 n 02 bullying 0 intimidation 1 004 @ 01221611 n 0000 + 01819554 v 0201 + 01781180 v 0201 ~ 01222666 n 0000 | the act of intimidating a weaker person to make them do something
-01222666 04 n 03 terrorization 0 terrorisation 0 frightening 0 005 @ 01222477 n 0000 ;c 00759694 n 0000 + 01779165 v 0301 + 01780941 v 0203 + 01780941 v 0102 | the act of inspiring with fear
-01222859 04 n 03 twit 0 taunt 0 taunting 0 004 @ 01221790 n 0000 + 00850501 v 0308 + 00850501 v 0208 + 00850501 v 0109 | aggravation by deriding or mocking or criticizing
-01223032 04 n 02 raising_hell 0 hell_raising 0 001 @ 01221611 n 0000 | making trouble just for the fun of it
-01223143 04 n 01 self-assertion 0 001 @ 01221611 n 0000 | the act of asserting yourself in an aggressive manner
-01223257 04 n 01 condemnation 0 003 @ 00874621 n 0000 ;c 08441203 n 0000 + 00856578 v 0101 | (law) the act of condemning (as land forfeited for public use) or judging to be unfit for use (as a food product or an unsafe building)
-01223488 04 n 03 stigmatization 0 stigmatisation 0 branding 0 005 @ 00874621 n 0000 + 02508245 v 0202 + 00508645 v 0202 + 02508245 v 0101 + 00508645 v 0101 | the act of stigmatizing
-01223672 04 n 01 bohemianism 0 001 @ 01220984 n 0000 | conduct characteristic of a bohemian
-01223766 04 n 01 dirty_pool 0 001 @ 01220984 n 0000 | conduct that is unfair or unethical or unsportsmanlike
-01223877 04 n 01 dirty_tricks 0 002 @ 01220984 n 0000 ;u 06295235 n 0000 | underhand commercial or political behavior designed to discredit an opponent
-01224031 04 n 04 discourtesy 0 offense 2 offence 2 offensive_activity 0 008 @ 01220984 n 0000 + 01793177 v 0205 ~ 01224517 n 0000 ~ 01224828 n 0000 ~ 01224914 n 0000 ~ 01225027 n 0000 ~ 01225562 n 0000 ~ 01225783 n 0000 | a lack of politeness; a failure to show regard for others; wounding the feelings or others
-01224346 04 n 01 easiness 0 001 @ 01220984 n 0000 | the quality of being easy in behavior or style; "there was an easiness between them"; "a natural easiness of manner"
-01224517 04 n 02 derision 0 ridicule 0 005 @ 01224031 n 0000 + 00752847 a 0202 + 00851933 v 0201 + 00852922 v 0101 ~ 01224700 n 0000 | the act of deriding or treating with contempt
-01224700 04 n 01 mock 0 002 @ 01224517 n 0000 + 00849332 v 0101 | the act of mocking or ridiculing; "they made a mock of him"
-01224828 04 n 01 indelicacy 0 001 @ 01224031 n 0000 | an impolite act or expression
-01224914 04 n 01 insolence 0 002 @ 01224031 n 0000 + 01996051 a 0102 | an offensive disrespectful impudent act
-01225027 04 n 02 insult 0 affront 0 005 @ 01224031 n 0000 + 00848420 v 0203 + 00848420 v 0102 ~ 01225299 n 0000 ~ 01225397 n 0000 | a deliberately offensive act or something producing the effect of deliberate disrespect; "turning his back on me was a deliberate insult"
-01225299 04 n 01 indignity 0 001 @ 01225027 n 0000 | an affront to one's dignity or self-esteem
-01225397 04 n 03 scandalization 0 scandalisation 0 outrage 0 004 @ 01225027 n 0000 + 01810447 v 0307 + 01810447 v 0204 + 01810447 v 0103 | the act of scandalizing
-01225562 04 n 01 presumption 0 005 @ 01224031 n 0000 + 00205696 a 0103 + 02374924 v 0103 + 00011551 v 0101 + 00632236 v 0102 | a kind of discourtesy in the form of an act of presuming; "his presumption was intolerable"
-01225783 04 n 02 rebuff 0 slight 0 005 @ 01224031 n 0000 + 00617413 v 0201 + 00798539 v 0101 ~ 01225997 n 0000 ~ 01226181 n 0000 | a deliberate discourteous act (usually as an expression of anger or disapproval)
-01225997 04 n 03 snub 0 cut 3 cold_shoulder 0 003 @ 01225783 n 0000 + 00617413 v 0302 + 01059564 v 0103 | a refusal to recognize someone you know; "the snub was clearly intentional"
-01226181 04 n 01 silent_treatment 0 001 @ 01225783 n 0000 | an aloof refusal to speak to someone you know
-01226289 04 n 02 the_way_of_the_world 0 the_ways_of_the_world 0 001 @ 01220984 n 0000 | the manner in which people typically behave or things typically happen; "the ordinary reader is endowed with considerable wisdom and knowledge of the way of the world"; "she was well-versed in the ways of the world before she had taken the veil"; "he was amazingly innocent of the ways of the world"
-01226679 04 n 02 benevolence 0 benefaction 0 003 @ 00034574 n 0000 + 02548219 v 0201 + 02661446 a 0101 | an act intending or showing kindness and good will
-01226837 04 n 01 cupboard_love 0 001 @ 00034574 n 0000 | a show of affection motivated by selfishness
-01226941 04 n 02 favor 0 favour 0 004 @ 00034574 n 0000 + 02453692 v 0203 + 02464725 v 0101 ~ 01227083 n 0000 | an act of gracious kindness
-01227083 04 n 02 turn 4 good_turn 0 001 @ 01226941 n 0000 | a favor for someone; "he did me a good turn"
-01227190 04 n 02 forgiveness 0 pardon 0 004 @ 00034574 n 0000 + 00905852 v 0202 ~ 01227351 n 0000 ~ 01227691 n 0000 | the act of excusing a mistake or offense
-01227351 04 n 01 condonation 0 002 @ 01227190 n 0000 + 00893167 v 0102 | a pardon by treating the offender as if the offense had not occurred
-01227495 04 n 01 mercy 1 001 @ 01209220 n 0000 | alleviation of distress; showing great kindness toward the distressed; "distributing food and clothing to the flood victims was an act of mercy"
-01227691 04 n 01 exculpation 0 002 @ 01227190 n 0000 + 00904046 v 0106 | the act of freeing from guilt or blame
-01227805 04 n 01 endearment 0 002 @ 00034574 n 0000 + 01807170 v 0101 | the act of showing affection
-01227908 04 n 02 politeness 0 civility 0 006 @ 00037396 n 0000 + 00642379 a 0201 + 00641158 a 0101 ~ 01228245 n 0000 ~ 01228877 n 0000 ~ 01229712 n 0000 | the act of showing regard for others
-01228102 04 n 01 reverence 0 003 @ 00037396 n 0000 ~ 07274425 n 0000 ~ 07274890 n 0000 | an act showing respect (especially a bow or curtsy)
-01228245 04 n 01 courtesy 0 003 @ 01227908 n 0000 ~ 01228645 n 0000 ~ 01228792 n 0000 | a courteous or respectful or considerate act
-01228380 04 n 01 gesture 2 002 @ 06797169 n 0000 ~ 01228544 n 0000 | something done as an indication of intention; "a political gesture"; "a gesture of defiance"
-01228544 04 n 01 beau_geste 0 001 @ 01228380 n 0000 | a gracious (but usually meaningless) gesture
-01228645 04 n 01 attention 2 001 @ 01228245 n 0000 | a courteous act indicating affection; "she tried to win his heart with her many attentions"
-01228792 04 n 01 gallantry 0 001 @ 01228245 n 0000 | polite attentiveness to women
-01228877 04 n 02 deference 0 respect 3 008 @ 01227908 n 0000 + 02457233 v 0201 + 00694068 v 0201 + 01994180 a 0102 + 01994180 a 0101 ~ 01229223 n 0000 ~ 01229350 n 0000 ~ 01229549 n 0000 | a courteous expression (by word or deed) of esteem or regard; "his deference to her wishes was very flattering"; "be sure to give my respects to the dean"
-01229223 04 n 02 court 0 homage 0 002 @ 01228877 n 0000 + 02534936 v 0102 | respectful deference; "pay court to the emperor"
-01229350 04 n 01 last_respects 0 002 @ 01228877 n 0000 ;u 06295235 n 0000 | the act of expressing respect for someone who has died; "he paid his last respects by standing quietly at the graveside"
-01229549 04 n 01 props 0 002 @ 01228877 n 0000 ;u 06295235 n 0000 | proper respect; "I have to give my props to the governor for the way he handled the problem"
-01229712 04 n 01 devoir 0 001 @ 01227908 n 0000 | formal expression of respect
-01229793 04 n 02 consideration 2 thoughtfulness 0 003 @ 00034574 n 0000 + 02119971 a 0201 + 00691312 v 0101 | a considerate and thoughtful act
-01229938 04 n 03 assembly 0 assemblage 0 gathering 0 012 @ 01080366 n 0000 + 02598143 v 0302 + 02428924 v 0302 + 02598143 v 0201 + 02428924 v 0203 ! 00912274 n 0103 ~ 01230283 n 0000 ~ 01230850 n 0000 ~ 01230965 n 0000 ~ 01231686 n 0000 ~ 01231819 n 0000 ~ 01231980 n 0000 | the social act of assembling; "they demanded the right of assembly"
-01230283 04 n 02 mobilization 0 mobilisation 0 006 @ 01229938 n 0000 + 01097960 v 0203 + 00270215 v 0202 + 00270215 v 0101 ~ 01230566 n 0000 ~ 01230685 n 0000 | act of marshaling and organizing and making ready for use or action; "mobilization of the country's economic resources"
-01230566 04 n 02 economic_mobilization 0 economic_mobilisation 0 001 @ 01230283 n 0000 | mobilization of the economy
-01230685 04 n 01 rallying 0 001 @ 01230283 n 0000 | the act of mobilizing for a common purpose; "the bell was a signal for the rallying of the whole neighborhood"
-01230850 04 n 02 convocation 0 calling_together 0 002 @ 01229938 n 0000 + 00793037 v 0101 | the act of convoking
-01230965 04 n 02 meeting 0 coming_together 0 009 @ 01229938 n 0000 + 02486932 v 0101 + 02428924 v 0101 ~ 01231548 n 0000 ~ 01232091 n 0000 ~ 01232412 n 0000 ~ 01232684 n 0000 ~ 01232842 n 0000 ~ 01233156 n 0000 | the social act of assembling for some common purpose; "his meeting with the salesmen was the high point of his day"
-01231296 04 n 01 service_call 0 001 @ 00308370 n 0000 | a trip made by a repairman to visit the location of something in need of service
-01231435 04 n 02 assignation 0 tryst 0 001 @ 01231548 n 0000 | a secret rendezvous (especially between lovers)
-01231548 04 n 01 rendezvous 0 003 @ 01230965 n 0000 + 02487226 v 0101 ~ 01231435 n 0000 | a meeting planned at a certain time and place
-01231686 04 n 02 congregation 0 congregating 0 003 @ 01229938 n 0000 + 02023600 v 0201 + 02023600 v 0101 | the act of congregating
-01231819 04 n 02 convention 0 convening 0 005 @ 01229938 n 0000 + 02024508 v 0201 + 00793037 v 0202 + 02024508 v 0101 + 00793037 v 0102 | the act of convening
-01231980 04 n 01 concentration 2 002 @ 01229938 n 0000 + 02032934 v 0101 | bringing together military forces
-01232091 04 n 01 session 0 002 @ 01230965 n 0000 ~ 01232246 n 0000 | a meeting devoted to a particular activity; "a filming session"; "a gossip session"
-01232246 04 n 03 course_session 0 class_period 0 recitation 1 002 @ 01232091 n 0000 #p 00884466 n 0000 | a regularly scheduled session as part of a course of study
-01232412 04 n 04 socialization 1 socialisation 1 socializing 0 socialising 0 005 @ 01230965 n 0000 + 02388950 v 0402 + 02388950 v 0301 + 02388950 v 0202 + 02388950 v 0101 | the act of meeting for social purposes; "there was too much socialization with the enlisted men"
-01232684 04 n 01 visit 0 002 @ 01230965 n 0000 ~ 01055493 n 0000 | the act of going to see some person in a professional capacity; "a visit to the dentist"
-01232842 04 n 01 visit 1 002 @ 01230965 n 0000 ~ 01232978 n 0000 | the act of visiting in an official capacity (as for an inspection)
-01232978 04 n 01 flying_visit 0 001 @ 01232842 n 0000 | a visit that last for only a very short time; "he wanted to hear all about my flying visit to his old stamping grounds"
-01233156 04 n 01 visit 2 006 @ 01230965 n 0000 + 02487573 v 0101 ~ 00652069 n 0000 ~ 00652311 n 0000 ~ 01055954 n 0000 ~ 01056236 n 0000 | the act of going to see some person or place or thing for a short time; "he dropped by for a visit"
-01233397 04 n 02 attendance 0 attending 1 007 @ 01080366 n 0000 + 01846815 a 0101 + 02612762 v 0101 ! 01234090 n 0101 ~ 01233627 n 0000 ~ 01233802 n 0000 ~ 01233917 n 0000 | the act of being present (at a meeting or event etc.)
-01233627 04 n 03 appearance 1 appearing 0 coming_into_court 0 002 @ 01233397 n 0000 + 02597762 v 0101 | formal attendance (in court or at a hearing) of a party in an action
-01233802 04 n 01 presence 0 003 @ 01233397 n 0000 + 01846413 a 0101 ! 01234345 n 0101 | the act of being present
-01233917 04 n 01 turnout 0 002 @ 01233397 n 0000 + 02429475 v 0101 | attendance for a particular event or purpose (as to vote in an election); "the turnout for the rally"
-01234090 04 n 01 nonattendance 0 005 @ 01080366 n 0000 ! 01233397 n 0101 ~ 01234243 n 0000 ~ 01234345 n 0000 ~ 01234612 n 0000 | the failure to attend
-01234243 04 n 01 nonappearance 0 001 @ 01234090 n 0000 | failure to appear (especially as at court)
-01234345 04 n 01 absence 0 007 @ 01234090 n 0000 + 01847672 a 0101 + 00421535 v 0101 ! 01233802 n 0101 ~ 00067254 n 0000 ~ 00067397 n 0000 ~ 01234528 n 0000 | failure to be present
-01234528 04 n 01 absenteeism 0 001 @ 01234345 n 0000 | habitual absence from work
-01234612 04 n 02 truancy 0 hooky 0 002 @ 01234090 n 0000 + 01848171 a 0101 | failure to attend (especially school)
-01234729 04 n 03 return 6 paying_back 0 getting_even 0 005 @ 01080366 n 0000 ~ 01235137 n 0000 ~ 01235258 n 0000 ~ 01236049 n 0000 ~ 01237080 n 0000 | a reciprocal group action; "in return we gave them as good as we got"
-01234952 04 n 01 answer 0 003 @ 00859001 n 0000 + 00718308 v 0101 + 00719590 v 0101 | a nonverbal reaction; "his answer to any problem was to get drunk"; "their answer was to sue me"
-01235137 04 n 02 requital 0 payment 1 002 @ 01234729 n 0000 + 02344060 v 0101 | an act of requiting; returning in kind
-01235258 04 n 02 retaliation 0 revenge 0 006 @ 01234729 n 0000 + 01153486 v 0201 + 01153486 v 0103 + 01153165 v 0101 ~ 01235463 n 0000 ~ 01235946 n 0000 | action taken in return for an injury or offense
-01235463 04 n 03 vengeance 0 retribution 1 payback 0 002 @ 01235258 n 0000 + 01153947 v 0301 | the act of taking revenge (harming someone in retaliation for something harmful that they have done) especially in the next life; "Vengeance is mine; I will repay, saith the Lord"--Romans 12:19; "For vengeance I would do nothing. This nation is too great to look for mere revenge"--James Garfield; "he swore vengeance on the man who betrayed him"; "the swiftness of divine retribution"
-01235946 04 n 01 reprisal 0 001 @ 01235258 n 0000 | a retaliatory action against an enemy in wartime
-01236049 04 n 01 reciprocation 0 002 @ 01234729 n 0000 + 02372326 v 0101 | the act of making or doing something in return
-01236173 04 n 01 feud 0 003 @ 00958896 n 0000 + 01123261 v 0101 ~ 01236947 n 0000 | a bitter quarrel between two parties
-01236296 04 n 02 war 2 warfare 2 003 @ 00958896 n 0000 ~ 01236491 n 0000 ~ 01236633 n 0000 | an active struggle between competing entities; "a price war"; "a war of wits"; "diplomatic warfare"
-01236491 04 n 01 drug_war 0 002 @ 01236296 n 0000 ;c 08441203 n 0000 | conflict between law enforcement and those who deal in illegal drugs
-01236633 04 n 01 trench_warfare 1 001 @ 01236296 n 0000 | a struggle (usually prolonged) between competing entities in which neither side is able to win; "the hope that his superior campaigning skills would make a difference evaporated in the realization that electioneering had become a form of trench warfare"
-01236947 04 n 02 vendetta 0 blood_feud 0 001 @ 01236173 n 0000 | a feud in which members of the opposing parties murder each other
-01237080 04 n 01 tit_for_tat 0 001 @ 01234729 n 0000 | an equivalent given in return
-01237167 04 n 01 aggression 2 003 @ 00964343 n 0000 #p 00973077 n 0000 + 01118449 v 0102 | the act of initiating hostilities
-01237294 04 n 02 democratization 0 democratisation 0 001 @ 01080366 n 0000 | the action of making something democratic
-01237415 04 n 02 consolidation 0 integration 2 010 @ 00378985 n 0000 + 00467451 v 0201 + 00466651 v 0201 + 00242747 v 0101 + 00242580 v 0101 ~ 01237872 n 0000 ~ 01238267 n 0000 ~ 01238424 n 0000 ~ 01238607 n 0000 ~ 01238847 n 0000 | the act of combining into an integral whole; "a consolidation of two corporations"; "after their consolidation the two bills were passed unanimously"; "the defendants asked for a consolidation of the actions against them"
-01237872 04 n 02 centralization 0 centralisation 0 004 @ 01237415 n 0000 + 00405236 v 0202 + 00405236 v 0101 ! 01238058 n 0101 | the act of consolidating power under a central control
-01238058 04 n 02 decentralization 0 decentralisation 0 004 @ 00367976 n 0000 + 00405540 v 0203 + 00405540 v 0101 ! 01237872 n 0101 | the spread of power away from the center to local branches or governments
-01238267 04 n 01 incorporation 1 003 @ 01237415 n 0000 + 01541000 v 0101 + 00466651 v 0102 | consolidating two or more things; union in (or into) one body
-01238424 04 n 03 amalgamation 0 merger 0 uniting 1 004 @ 01237415 n 0000 + 00243124 v 0301 + 00243124 v 0203 + 00367685 v 0203 | the combination of two or more commercial companies
-01238607 04 n 02 vertical_integration 0 vertical_combination 0 002 @ 01237415 n 0000 + 02824040 a 0101 | absorption into a single firm of several firms involved in all aspects of a product's manufacture from raw materials to distribution
-01238847 04 n 02 horizontal_integration 0 horizontal_combination 0 001 @ 01237415 n 0000 | absorption into a single firm of several firms involved in the same level of production and sharing resources at that level
-01239064 04 n 04 engagement 0 participation 0 involvement 0 involution 2 012 @ 01080366 n 0000 + 02677567 v 0401 + 02677567 v 0301 ! 01239487 n 0303 + 02450256 v 0201 + 01082606 v 0202 ! 01239487 n 0202 + 02375131 v 0102 ! 01239487 n 0101 ~ 01239868 n 0000 ~ 01240210 n 0000 ~ 01240745 n 0000 | the act of sharing in the activities of a group; "the teacher tried to increase his students' engagement in class activities"
-01239487 04 n 03 non-engagement 0 nonparticipation 0 non-involvement 0 006 @ 01080366 n 0000 ! 01239064 n 0303 ! 01239064 n 0202 ! 01239064 n 0101 ~ 01239717 n 0000 ~ 01240850 n 0000 | withdrawing from the activities of a group
-01239717 04 n 01 isolation 1 001 @ 01239487 n 0000 | a country's withdrawal from international politics; "he opposed a policy of American isolation"
-01239868 04 n 01 commitment 2 003 @ 01239064 n 0000 + 02271137 v 0103 ~ 01240064 n 0000 | an engagement by contract involving financial obligation; "his business commitments took him to London"
-01240064 04 n 01 incurrence 0 002 @ 01239868 n 0000 + 02721031 v 0101 | the act of incurring (making yourself subject to something undesirable)
-01240210 04 n 02 intervention 0 intercession 0 004 @ 01239064 n 0000 + 00760956 v 0201 + 02538765 v 0101 ~ 01240432 n 0000 | the act of intervening (as to mediate a dispute, etc.); "it occurs without human intervention"
-01240432 04 n 02 mediation 0 intermediation 0 004 @ 01240210 n 0000 + 00760956 v 0203 + 00760956 v 0102 ~ 01240628 n 0000 | the act of intervening for the purpose of bringing about a settlement
-01240628 04 n 01 matchmaking 0 001 @ 01240432 n 0000 | mediation in order to bring about a marriage between others
-01240745 04 n 01 group_participation 0 001 @ 01239064 n 0000 | participation by all members of a group
-01240850 04 n 01 neutrality 0 003 @ 01239487 n 0000 + 00732160 a 0101 + 10355306 n 0101 | nonparticipation in a dispute or war
-01240979 04 n 02 annulment 0 invalidation 0 006 @ 00215314 n 0000 ;c 08441203 n 0000 + 02478059 v 0201 + 00448440 v 0201 + 02478059 v 0102 ~ 01241216 n 0000 | (law) a formal termination (of a relationship or a judicial proceeding etc)
-01241216 04 n 01 dissolution_of_marriage 0 002 @ 01240979 n 0000 ;c 08441203 n 0000 | an annulment of a marriage
-01241331 04 n 02 vindication 1 exoneration 0 005 @ 01247647 n 0000 + 00904046 v 0205 + 00904690 v 0101 ~ 01241767 n 0000 ~ 01241997 n 0000 | the act of vindicating or defending against criticism or censure etc.; "friends provided a vindication of his position"
-01241594 04 n 01 whitewash 0 003 @ 01247647 n 0000 + 02148109 v 0101 + 00904878 v 0101 | a specious or deceptive clearing that attempts to gloss over failings and defects
-01241767 04 n 01 justification 0 003 @ 01241331 n 0000 + 00894738 v 0104 + 00896803 v 0101 | the act of defending or explaining or making excuses for by reasoning; "the justification of barbarous means by holy ends"- H.J.Muller
-01241997 04 n 01 rehabilitation 3 002 @ 01241331 n 0000 + 02565272 v 0101 | vindication of a person's character and the re-establishment of that person's reputation
-01242164 04 n 01 job_action 0 004 @ 01168369 n 0000 ~ 01242354 n 0000 ~ 01242539 n 0000 ~ 01243674 n 0000 | a temporary action by workers to protest management decision or to make demands
-01242354 04 n 01 go-slow 0 002 @ 01242164 n 0000 ;r 08860123 n 0000 | a form of protest by workers in which they deliberately slow down in order to cause problem from their employers
-01242539 04 n 01 work_to_rule 0 001 @ 01242164 n 0000 | a job action in which workers cause a slowdown by doing only the minimum amount required by the rules of the workplace
-01242716 04 n 03 passive_resistance 0 nonviolent_resistance 0 nonviolence 0 005 @ 01168369 n 0000 + 00249576 a 0301 + 02512922 a 0301 ~ 01242962 n 0000 ~ 01243262 n 0000 | peaceful resistance to a government by fasting or refusing to cooperate
-01242962 04 n 01 hunger_strike 0 002 @ 01069980 n 0000 @ 01242716 n 0000 | a voluntary fast undertaken as a means of protest
-01243089 04 n 01 Ramadan 0 002 @ 01069980 n 0000 ;c 06234825 n 0000 | (Islam) a fast (held from sunrise to sunset) that is carried out during the Islamic month of Ramadan
-01243262 04 n 01 Satyagraha 0 001 @ 01242716 n 0000 | the form of nonviolent resistance initiated in India by Mahatma Gandhi in order to oppose British rule and to hasten political reforms
-01243453 04 n 01 recusancy 0 003 @ 01168369 n 0000 + 01691302 a 0102 + 01614558 a 0101 | refusal to submit to established authority; originally the refusal of Roman Catholics to attend services of the Church of England
-01243674 04 n 02 strike 0 work_stoppage 0 006 @ 01242164 n 0000 + 02412647 v 0101 ~ 01243969 n 0000 ~ 01244127 n 0000 ~ 01244341 n 0000 ~ 01244451 n 0000 | a group's refusal to work in protest against low pay or bad work conditions; "the strike lasted more than a month before it was settled"
-01243969 04 n 02 sit-down 0 sit-down_strike 0 001 @ 01243674 n 0000 | a strike in which workers refuse to leave the workplace until a settlement is reached
-01244127 04 n 02 sympathy_strike 0 sympathetic_strike 0 001 @ 01243674 n 0000 | a strike in support of other workers who are on strike; a strike not resulting from direct grievances against the workers' employer
-01244341 04 n 01 walkout 0 002 @ 01243674 n 0000 + 02412647 v 0102 | a strike in which the workers walk out
-01244451 04 n 01 wildcat_strike 0 001 @ 01243674 n 0000 | a strike undertaken by workers without approval from the officials of their union
-01244593 04 n 04 unsnarling 0 untangling 0 disentanglement 1 extrication 0 009 @ 00095502 n 0000 + 01585759 v 0401 + 02678070 v 0303 + 01585759 v 0303 + 01523823 v 0302 + 01463520 v 0301 + 00038365 v 0303 + 01585759 v 0202 + 01463520 v 0102 | the act of releasing from a snarled or tangled condition
-01244895 04 n 01 sabotage 0 003 @ 00217014 n 0000 + 02543607 v 0101 ~ 00979742 n 0000 | a deliberate act of destruction or disruption in which equipment is damaged
-01245061 04 n 02 extermination 0 liquidation 1 001 @ 00217014 n 0000 | the act of exterminating
-01245159 04 n 03 genocide 0 race_murder 0 racial_extermination 0 002 @ 00219012 n 0000 ~i 01245471 n 0000 | systematic killing of a racial or cultural group
-01245318 04 n 01 holocaust 0 001 @ 00217014 n 0000 | an act of mass destruction and loss of life (especially in war or by fire); "a nuclear holocaust"
-01245471 04 n 02 Holocaust 1 final_solution 0 001 @i 01245159 n 0000 | the mass murder of Jews under the German Nazi regime from 1941 until 1945
-01245618 04 n 01 throw 1 003 @ 00430140 n 0000 ~ 01245813 n 0000 ~ 01246086 n 0000 | casting an object in order to determine an outcome randomly; "he risked his fortune on a throw of the dice"
-01245813 04 n 02 cast 1 roll 3 004 @ 01245618 n 0000 #p 00508952 n 0000 + 01078050 v 0102 ~ 01245950 n 0000 | the act of throwing dice
-01245950 04 n 01 natural 0 002 @ 01245813 n 0000 ;c 00508952 n 0000 | (craps) a first roll of 7 or 11 that immediately wins the stake
-01246086 04 n 02 flip 1 toss 1 003 @ 01245618 n 0000 + 01893079 v 0202 + 01893079 v 0101 | the act of flipping a coin
-01246206 04 n 01 flip 4 001 @ 00104539 n 0000 | a sudden, quick movement; "with a flip of the wrist"; "the fish flipped over"
-01246334 04 n 01 strafe 0 002 @ 00972621 n 0000 + 01136142 v 0101 | an attack of machine-gun fire or cannon fire from a low flying airplane; "the next morning they carried out a strafe of enemy airfields"
-01246541 04 n 02 surprise_attack 0 coup_de_main 0 004 @ 00972621 n 0000 ~ 01246697 n 0000 ~ 01246926 n 0000 ~ 01247156 n 0000 | an attack without warning
-01246697 04 n 01 terrorist_attack 0 003 @ 01246541 n 0000 @ 00759694 n 0000 ~i 15300051 n 0000 | a surprise attack involving the deliberate use of violence against civilians in the hope of attaining political or religious aims
-01246926 04 n 04 ambush 0 ambuscade 0 lying_in_wait 0 trap 0 005 @ 01246541 n 0000 + 01138204 v 0206 + 01142203 v 0102 + 01138204 v 0101 ~ 01247306 n 0000 | the act of concealing yourself and lying in wait to attack by surprise
-01247156 04 n 01 pre-emptive_strike 0 001 @ 01246541 n 0000 | a surprise attack that is launched in order to prevent the enemy from doing it to you
-01247306 04 n 01 dry-gulching 0 002 @ 01246926 n 0000 @ 00220522 n 0000 | the act of killing from ambush
-01247413 04 n 01 emancipation 0 004 @ 00095502 n 0000 + 09756637 n 0102 + 02497400 v 0101 + 02496498 v 0102 | freeing someone from the control of another; especially a parent's relinquishing authority and control over a minor child
-01247647 04 n 01 clearing 0 005 @ 00095502 n 0000 + 00904046 v 0103 ~ 00252662 n 0000 ~ 01241331 n 0000 ~ 01241594 n 0000 | the act of freeing from suspicion
-01247807 04 n 01 manumission 0 002 @ 00095502 n 0000 + 02496498 v 0101 | the formal act of freeing from slavery; "he believed in the manumission of the slaves"
-01247969 04 n 01 radio_observation 0 001 @ 01002956 n 0000 | an observation made with a radio telescope
-01248075 04 n 05 stupidity 0 betise 0 folly 1 foolishness 1 imbecility 0 001 @ 00070965 n 0000 | a stupid mistake
-01248191 04 n 02 admission 0 admittance 0 004 @ 00049003 n 0000 + 02502536 v 0101 ~ 01248418 n 0000 ~ 01248608 n 0000 | the act of admitting someone to enter; "the surgery was performed on his second admission to the clinic"
-01248418 04 n 01 readmission 0 003 @ 01248191 n 0000 + 02390786 v 0101 + 02503212 v 0101 | the act of admitting someone again; "the surgery was performed on his readmission to the clinic"
-01248608 04 n 02 matriculation 0 matric 0 002 @ 01248191 n 0000 + 02471203 v 0101 | admission to a group (especially a college or university)
-01248752 04 n 01 remarriage 0 002 @ 01036996 n 0000 + 02490247 v 0101 | the act of marrying again
-01248852 04 n 01 renewal 1 003 @ 01018630 n 0000 + 01631072 v 0102 ~ 01248961 n 0000 | the act of renewing
-01248961 04 n 01 self-renewal 0 001 @ 01248852 n 0000 | the act of renewing yourself (or itself)
-01249060 04 n 01 replication 1 002 @ 01018630 n 0000 + 01734502 v 0105 | the repetition of an experiment in order to test the validity of its conclusion; "scientists will not believe an experimental result until they have seen at least one replication"
-01249315 04 n 03 amnesty 0 pardon 1 free_pardon 0 004 @ 01071411 n 0000 ;c 08441203 n 0000 + 00905399 v 0201 + 00905677 v 0101 | the formal act of liberating someone
-01249483 04 n 01 demolition 0 004 @ 00217014 n 0000 + 01800195 v 0103 + 01656458 v 0101 + 01083373 v 0101 | the act of demolishing
-01249616 04 n 01 spoliation 1 003 @ 00217014 n 0000 ;c 08441203 n 0000 + 00203081 v 0102 | (law) the intentional destruction of a document or an alteration of it that destroys its value as evidence
-01249816 04 n 03 vandalism 0 hooliganism 0 malicious_mischief 0 002 @ 00736375 n 0000 @ 00217014 n 0000 | willful wanton and malicious destruction of the property of others
-01249991 04 n 02 recession 1 ceding_back 0 002 @ 00213052 n 0000 + 01113806 v 0105 | the act of ceding back
-01250101 04 n 01 amendment 0 002 @ 00258854 n 0000 + 00996328 v 0101 | the act of amending or correcting
-01250208 04 n 01 emendation 0 001 @ 00258854 n 0000 | a correction by emending; a correction resulting from critical editing
-01250335 04 n 01 hit 4 002 @ 00220522 n 0000 + 02482425 v 0103 | a murder carried out by an underworld syndicate; "it has all the earmarks of a Mafia hit"
-01250492 04 n 01 infanticide 0 001 @ 00220522 n 0000 | murdering an infant
-01250569 04 n 01 shoot-down 0 001 @ 00220522 n 0000 | murder by shooting someone down in cold blood
-01250671 04 n 01 tyrannicide 0 001 @ 00220522 n 0000 | killing a tyrant
-01250745 04 n 01 thuggee 0 001 @ 00220522 n 0000 | murder and robbery by thugs
-01250826 04 n 02 transmutation 0 transubstantiation 0 003 @ 00400083 n 0000 + 00382635 v 0203 + 00382635 v 0102 | an act that changes the form or character or substance of something
-01251010 04 n 01 barrage_jamming 0 001 @ 01253379 n 0000 | electronic jamming over a wide range of frequencies simultaneously
-01251138 04 n 02 spot_jamming 0 selective_jamming 0 001 @ 01253379 n 0000 | electronic jamming of a specific channel or frequency
-01251270 04 n 01 electronic_deception 0 004 @ 00995134 n 0000 ~ 01251489 n 0000 ~ 01251724 n 0000 ~ 01251923 n 0000 | the deliberate use of electromagnetic energy in a manner intended to convey misleading information
-01251489 04 n 02 manipulative_electronic_deception 0 electronic_manipulative_deception 0 001 @ 01251270 n 0000 | actions to eliminate revealing telltale indicators that could be used by the enemy (or to convey misleading indicators)
-01251724 04 n 02 simulative_electronic_deception 0 electronic_simulative_deception 0 001 @ 01251270 n 0000 | actions to represent friendly notional or actual capabilities to mislead hostile forces
-01251923 04 n 02 imitative_electronic_deception 0 electronic_imitative_deception 0 001 @ 01251270 n 0000 | the introduction of electromagnetic energy into enemy systems that imitates enemy emissions
-01252124 04 n 02 waste 1 permissive_waste 0 002 @ 00030358 n 0000 ;c 08441203 n 0000 | (law) reduction in the value of an estate caused by act or neglect
-01252280 04 n 03 colonization 0 colonisation 0 settlement 1 007 @ 00237078 n 0000 + 00413876 v 0301 + 02590340 v 0202 + 00414174 v 0202 + 02590340 v 0101 + 00414174 v 0101 ~ 01257969 n 0000 | the act of colonizing; the establishment of colonies; "the British colonization of America"
-01252566 04 n 02 resettlement 0 relocation 2 004 @ 00315986 n 0000 + 00414409 v 0201 + 00414627 v 0201 + 00415828 v 0101 | the transportation of people (as a family or colony) to a new settlement (as after an upheaval of some kind)
-01252800 04 n 01 dismount 0 002 @ 01022483 n 0000 + 01958452 v 0102 | the act of dismounting (a horse or bike etc.)
-01252918 04 n 01 radiation 0 003 @ 01253060 n 0000 + 02686952 v 0101 ~ 00978580 n 0000 | the act of spreading outward from a central source
-01253060 04 n 02 emission 0 emanation 0 007 @ 00044455 n 0000 + 00546192 v 0201 + 00004605 v 0203 + 02767308 v 0101 + 00105333 v 0101 ~ 01252918 n 0000 ~ 01253277 n 0000 | the act of emitting; causing to flow forth
-01253277 04 n 02 discharge 4 venting 0 002 @ 01253060 n 0000 + 00488770 v 0201 | the act of venting
-01253379 04 n 03 jamming 0 electronic_jamming 0 jam 0 005 @ 00995134 n 0000 + 01057034 v 0301 + 01057034 v 0101 ~ 01251010 n 0000 ~ 01251138 n 0000 | deliberate radiation or reflection of electromagnetic energy for the purpose of disrupting enemy use of electronic devices or systems
-01253665 04 n 01 vacation 1 002 @ 00231887 n 0000 + 00799798 v 0109 | the act of making something legally void
-01253778 04 n 02 harmonization 0 harmonisation 0 005 @ 00545501 n 0000 + 01706889 v 0202 + 00482180 v 0202 + 01706889 v 0101 + 00482180 v 0101 | singing in harmony
-01253944 04 n 01 humming 0 002 @ 00545501 n 0000 + 01055829 v 0101 | the act of singing with closed lips
-01254051 04 n 03 winnow 0 winnowing 0 sifting 0 004 @ 01254253 n 0000 + 01460029 v 0301 + 01460937 v 0201 + 01460937 v 0101 | the act of separating grain from chaff; "the winnowing was done by women"
-01254253 04 n 01 separation 3 004 @ 01016832 n 0000 + 01458973 v 0101 ~ 00393161 n 0000 ~ 01254051 n 0000 | sorting one thing from others; "the separation of wheat from chaff"; "the separation of mail by postal zones"
-01254473 04 n 01 teleportation 0 003 @ 00315986 n 0000 ;c 06368628 n 0000 + 02104690 v 0101 | a hypothetical mode of instantaneous transportation; matter is dematerialized at one place and recreated at another
-01254685 04 n 02 intonation 0 chanting 0 006 @ 00545501 n 0000 + 01049737 v 0201 + 01066775 v 0103 + 01049737 v 0102 + 01049737 v 0103 ~ 01254882 n 0000 | the act of singing in a monotonous tone
-01254882 04 n 01 cantillation 0 002 @ 01254685 n 0000 + 01049737 v 0104 | liturgical chanting
-01254978 04 n 01 intonation 1 003 @ 00545501 n 0000 + 01049737 v 0102 + 01049737 v 0103 | singing by a soloist of the opening piece of plainsong
-01255125 04 n 01 fixed_intonation 0 001 @ 00544842 n 0000 | the intonation of keyboard instruments where the pitch of each note is fixed and cannot be varied by the performer
-01255302 04 n 01 karaoke 0 001 @ 00545501 n 0000 | singing popular songs accompanied by a recording of an orchestra (usually in bars or nightclubs)
-01255452 04 n 01 part-singing 0 001 @ 00545501 n 0000 | singing with three or more voice parts
-01255549 04 n 02 psalmody 0 hymnody 0 001 @ 00545501 n 0000 | the act of singing psalms or hymns
-01255648 04 n 02 singalong 0 singsong 0 004 @ 00545501 n 0000 + 02095696 v 0201 + 01050165 v 0201 + 01728613 v 0101 | informal group singing of popular songs
-01255808 04 n 02 solfege 0 solfeggio 0 001 @ 00545501 n 0000 | a voice exercise; singing scales or runs to the same syllable
-01255935 04 n 03 solmization 0 solfege 1 solfeggio 1 003 @ 00545501 n 0000 + 01731353 v 0101 + 01730384 v 0101 | singing using solfa syllables to denote the notes of the scale of C major
-01256124 04 n 01 yodeling 0 002 @ 00545501 n 0000 + 01050651 v 0101 | singing by changing back and forth between the chest voice and a falsetto
-01256270 04 n 01 lead 0 002 @ 00457382 n 0000 #p 00488225 n 0000 | the playing of a card to start a trick in bridge; "the lead was in the dummy"
-01256417 04 n 02 leadership 0 leading 0 005 @ 00407535 n 0000 + 09623038 n 0101 ~ 01256615 n 0000 ~ 01256743 n 0000 ~ 01257033 n 0000 | the activity of leading; "his leadership inspired the team"
-01256615 04 n 01 helm 0 001 @ 01256417 n 0000 | a position of leadership; "the President is at the helm of the Ship of State"
-01256743 04 n 01 lead 1 004 @ 01256417 n 0000 + 00813790 v 0103 + 01732921 v 0102 + 02440244 v 0102 | a position of leadership (especially in the phrase `take the lead'); "he takes the lead in any group"; "we were just waiting for someone to take the lead"; "they didn't follow our lead"
-01257033 04 n 01 trend_setting 0 001 @ 01256417 n 0000 | the initiating or popularizing of a trend or fashion
-01257145 04 n 03 precession 0 precedence 0 precedency 0 008 @ 00407535 n 0000 + 00126497 a 0301 + 01999218 v 0301 + 00126497 a 0201 + 02407766 v 0201 + 02692686 v 0101 + 02712443 v 0102 + 02407766 v 0101 | the act of preceding in time or order or rank (as in a ceremony)
-01257418 04 n 01 solo 1 002 @ 00407535 n 0000 + 10623650 n 0101 | any activity that is performed alone without assistance
-01257542 04 n 02 flood 0 flowage 0 004 @ 00402535 n 0000 + 00217427 v 0201 + 00452220 v 0101 + 01524523 v 0102 | the act of flooding; filling to overflowing
-01257701 04 n 01 parole 0 003 @ 00095502 n 0000 ;c 08441203 n 0000 + 02591893 v 0101 | (law) a conditional release from imprisonment that entitles the person to serve the remainder of the sentence outside the prison as long as the terms of release are complied with
-01257969 04 n 01 population 0 002 @ 01252280 n 0000 + 00451279 v 0101 | the act of populating (causing to live in a place); "he deplored the population of colonies with convicted criminals"
-01258161 04 n 01 pounce 0 002 @ 00120202 n 0000 + 02064358 v 0101 | the act of pouncing
-01258251 04 n 01 probation 0 003 @ 00095502 n 0000 ;c 08441203 n 0000 + 02643872 v 0101 | (law) a way of dealing with offenders without imprisoning them; a defendant found guilty of a crime is released by the court without imprisonment subject to conditions imposed by the court; "probation is part of the sentencing process"
-01258579 04 n 01 quarter 0 001 @ 01071411 n 0000 | clemency or mercy shown to a defeated opponent; "he surrendered but asked for quarter"
-01258719 04 n 01 recall 1 003 @ 00231887 n 0000 ;r 09044862 n 0000 + 00791506 v 0101 | the act of removing an official by petition
-01258852 04 n 01 revocation 0 002 @ 00231887 n 0000 + 00799798 v 0101 | the act (by someone having the authority) of annulling something previously done; "the revocation of a law"
-01259034 04 n 02 reprieve 0 respite 1 004 @ 01071411 n 0000 ;c 08441203 n 0000 + 02644035 v 0202 + 02644035 v 0101 | the act of reprieving; postponing or remitting punishment
-01259211 04 n 02 revoke 0 renege 0 004 @ 00070965 n 0000 #p 00488225 n 0000 + 00800242 v 0201 + 01074357 v 0101 | the mistake of not following suit when able to do so
-01259380 04 n 02 ruff 0 trumping 0 005 @ 00457382 n 0000 #p 00490569 n 0000 ;c 00488225 n 0000 + 01078235 v 0201 + 01078235 v 0102 | (card games) the act of taking a trick with a trump when unable to follow suit
-01259594 04 n 01 trick 1 002 @ 00457382 n 0000 ;c 00488225 n 0000 | (card games) in a single round, the sequence of cards played by all the players; the high card is the winner
-01259773 04 n 03 awakening 0 wakening 0 waking_up 0 005 @ 00242808 n 0000 + 00018526 v 0207 + 00018526 v 0104 + 00018813 v 0101 ~ 00243102 n 0000 | the act of waking; "it was an early awakening"; "it was the waking up he hated most"
-01260008 04 n 01 buzz 0 002 @ 00407535 n 0000 + 02706605 v 0102 | a confusion of activity and gossip; "the buzz of excitement was so great that a formal denial was issued"
-01260182 04 n 01 fixation 1 002 @ 00147595 n 0000 + 00486998 v 0101 | the activity of fastening something firmly in position
-01260309 04 n 02 immobilization 1 immobilisation 1 003 @ 00819024 n 0000 + 01207149 v 0204 + 01207149 v 0103 | fixation (as by a plaster cast) of a body part in order to promote proper healing; "immobilization of the injured knee was necessary"
-01260556 04 n 01 fun 1 002 @ 00407535 n 0000 ;u 07075172 n 0000 | violent and excited activity; "she asked for money and then the fun began"; "they began to fight like fun"
-01260731 04 n 02 sin 1 hell 1 002 @ 00407535 n 0000 ;u 07075172 n 0000 | violent and excited activity; "they began to fight like sin"
-01260867 04 n 02 excitation 0 excitement 0 006 @ 00242808 n 0000 + 01762528 v 0206 + 00503164 v 0202 + 00503164 v 0102 ~ 01261113 n 0000 ~ 01261293 n 0000 | something that agitates and arouses; "he looked forward to the excitements of the day"
-01261113 04 n 02 hair-raiser 0 chiller 0 001 @ 01260867 n 0000 | excitation that makes your hair stand up or that chills your bones; "the movie was an old-fashioned hair-raiser"
-01261293 04 n 01 thrill 0 003 @ 01260867 n 0000 + 01812324 v 0104 + 01796346 v 0101 | something that causes you to experience a sudden intense feeling or sensation; "the thrills of space travel"
-01261490 04 n 02 incitation 0 incitement 2 004 @ 00242808 n 0000 + 00851239 v 0201 + 01230710 v 0102 + 00851239 v 0101 | an act of urging on or spurring on or rousing to action or instigating; "the incitement of mutiny"
-01261712 04 n 02 inflammation 0 inflaming 0 003 @ 00242808 n 0000 + 01761120 v 0201 + 01761120 v 0101 | arousal to violent emotion
-01261845 04 n 02 inspiration 1 stirring 1 002 @ 00242808 n 0000 + 01770802 v 0202 | arousing to a particular emotion or action
-01261974 04 n 01 stimulation 0 003 @ 00242808 n 0000 + 00770437 v 0102 ~ 01262109 n 0000 | the act of arousing an organism to action
-01262109 04 n 02 galvanization 1 galvanisation 1 003 @ 01261974 n 0000 + 01821634 v 0203 + 01821634 v 0102 | stimulation that arouses a person to lively action; "the unexpected news produced a kind of galvanization of the whole team"
-01262345 04 n 01 titillation 1 002 @ 00242808 n 0000 + 01816219 v 0101 | an agreeable arousal
-01262441 04 n 02 deforestation 0 disforestation 0 003 @ 00394803 n 0000 + 00196024 v 0202 + 00196024 v 0101 | the removal of trees
-01262574 04 n 01 skimming 0 002 @ 00391599 n 0000 + 01261018 v 0101 | the act of removing floating material from the surface of a liquid
-01262713 04 n 01 withdrawal 3 004 @ 00391599 n 0000 + 02311387 v 0101 ~ 00396213 n 0000 ~ 00396509 n 0000 | the act of taking out money or other capital
-01262868 04 n 01 withdrawal 5 001 @ 00391599 n 0000 | the act of withdrawing blood, tumors, etc.; "the nurse was expert at the withdrawal of blood"
-01263018 04 n 03 spoil 1 spoiling 0 spoilage 0 005 @ 00744443 n 0000 + 02527651 v 030b + 02527651 v 020b + 00477941 v 0103 + 02527651 v 010b | the act of spoiling something by causing damage to it; "her spoiling my dress was deliberate"
-01263257 04 n 03 swerve 0 swerving 0 veering 0 004 @ 00350030 n 0000 + 02033295 v 0305 + 02033295 v 0201 + 02033295 v 0101 | the act of turning aside suddenly
-01263418 04 n 01 three-point_turn 0 001 @ 00350030 n 0000 | the act of turning a vehicle around in a limited space by moving in a series of back and forward arcs
-01263582 04 n 02 face_saver 0 face_saving 0 001 @ 00035189 n 0000 | an act that avoids a loss of face (of dignity or prestige)
-01263711 04 n 02 recruitment 0 enlisting 0 004 @ 00035189 n 0000 + 01097500 v 0201 + 02240319 v 0101 + 01098452 v 0101 | the act of getting recruits; enlisting people for the army (or for a job or a cause etc.)
-01263924 04 n 01 smooth 0 002 @ 00035189 n 0000 + 01252971 v 0101 | the act of smoothing; "he gave his hair a quick smooth"
-01264050 04 n 02 reference 0 consultation 0 003 @ 00037396 n 0000 + 00877083 v 0201 + 01952898 v 0101 | the act of referring or consulting; "reference to an encyclopedia produced the answer"
-01264243 04 n 03 emphasizing 0 accenting 0 accentuation 0 004 @ 00037396 n 0000 + 01013367 v 0306 + 01014609 v 0103 + 01013367 v 0102 | the act of giving special importance or significance to something
-01264447 04 n 03 release 0 outlet 0 vent 0 002 @ 00407535 n 0000 + 00944548 v 0301 | activity that frees or expresses creative energy or emotion; "she had no other outlet for her feelings"; "he gave vent to his anger"
-01264667 04 n 01 last 0 001 @ 00407535 n 0000 | a person's dying act; the final thing a person can do; "he breathed his last"
-01264795 04 n 01 slapshot 0 002 @ 00788632 n 0000 #p 00463543 n 0000 | a fast shot made with a short powerful swing of the hockey stick
-01264933 04 n 01 headshot 1 002 @ 00788632 n 0000 #p 00478262 n 0000 | an attempt to put the soccer ball into the net by using the head
-01265071 04 n 01 cornhusking 0 001 @ 00394803 n 0000 | the act of removing the husks from ears of corn
-01265176 04 n 01 palpebration 0 002 @ 00117959 n 0000 + 00008055 v 0101 | repeated blinking or winking (especially if uncontrolled and persistent)
-01265325 04 n 01 bank_examination 0 001 @ 00635850 n 0000 | an examination of the affairs and records of a bank by a state or federal bank examiner
-01265475 04 n 01 beatification 1 003 @ 00037396 n 0000 + 01812324 v 0106 + 01812068 v 0101 | the action of rendering supremely blessed and extremely happy
-01265632 04 n 01 equilibration 0 001 @ 01159025 n 0000 | stabilization by bringing into equilibrium
-01265734 04 n 01 ethnic_cleansing 0 001 @ 01080366 n 0000 | the mass expulsion and killing of one ethnic or religious group in an area by another ethnic or religious group in that area
-01265921 04 n 02 jumpstart 0 jump-start 0 001 @ 00037396 n 0000 | starting an automobile engine that has a weak battery by means of jumper cables to another car; "my battery was dead so I had to get a jumpstart from my neighbor"
-01266152 04 n 02 mystification 0 obfuscation 0 004 @ 00407535 n 0000 + 00940214 v 0201 + 00622384 v 0106 + 00518653 v 0101 | the activity of obscuring people's understanding, leaving them baffled or bewildered
-01266364 04 n 01 negotiation 0 001 @ 00407535 n 0000 | the activity or business of negotiating an agreement; coming to terms
-01266491 04 n 02 proclamation 0 promulgation 0 005 @ 00030358 n 0000 + 00861560 v 0201 + 00977336 v 0203 + 00978173 v 0101 + 00977336 v 0101 | the formal act of proclaiming; giving public notice; "his promulgation of the policy proved to be premature"
-01266745 04 n 02 socialization 2 socialisation 2 003 @ 01080366 n 0000 + 00405853 v 0202 + 00405853 v 0101 | the action of establishing on a socialist basis; "the socialization of medical services"
-01266945 04 n 02 stabilization 1 stabilisation 1 003 @ 00248977 n 0000 ;c 02686568 n 0000 + 01219993 v 0103 | the act of making something (as a vessel or aircraft) less likely to overturn
-01267135 04 n 01 stupefaction 0 003 @ 00037396 n 0000 + 02115618 v 0102 + 00268968 v 0102 | the action of stupefying; making dull or lethargic; "the professor was noted for his stupefaction of the students"
-01267344 04 n 01 transfusion_reaction 0 001 @ 00859001 n 0000 | reaction of the body to a transfusion of blood that is not compatible with its own blood; an adverse reaction can range from fever and hives to renal failure and shock and death
-01267588 04 n 01 upgrade 0 001 @ 00248977 n 0000 | the act of improving something (especially machinery) by raising it to a higher grade (as by adding or replacing components); "the power plant received a new upgrade"
-01267808 04 n 01 vampirism 0 001 @ 00037396 n 0000 | the actions or practices of a vampire
-01267901 04 n 01 version 0 001 @ 00350030 n 0000 | manual turning of a fetus in the uterus (usually to aid delivery)
-01268020 04 n 02 vulgarization 1 vulgarisation 1 003 @ 00271263 n 0000 + 00582318 v 0201 + 00582318 v 0102 | the act of rendering something coarse and unrefined
-01268183 04 n 01 witching 0 001 @ 00631378 n 0000 | the use or practice of witchcraft
-01268271 04 n 02 xenotransplant 0 xenotransplantation 0 001 @ 00693679 n 0000 | a surgical procedure in which tissue or whole organs are transfered from one species to another species
-01268457 04 n 01 Actium 0 002 @i 00958477 n 0000 ;r 08780881 n 0000 | the naval battle in which Antony and Cleopatra were defeated by Octavian's fleet under Agrippa in 31 BC
-01268633 04 n 02 Aegates_Isles 0 Aegadean_Isles 0 002 @i 00958477 n 0000 #p 01307299 n 0000 | islands west of Sicily (now known as the Egadi Islands) where the Romans won a naval victory over the Carthaginians that ended the first Punic War in 241 BC
-01268886 04 n 02 Aegospotami 0 Aegospotamos 0 002 @i 00958477 n 0000 #p 01306911 n 0000 | a river in ancient Thrace (now Turkey); in the mouth of this river the Spartan fleet under Lysander destroyed the Athenian fleet in the final battle of the Peloponnesian War (404 BC)
-01269161 04 n 01 Agincourt 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | a battle in northern France in which English longbowmen under Henry V decisively defeated a much larger French army in 1415
-01269360 04 n 01 Alamo 0 003 @i 01075117 n 0000 @i 00223983 n 0000 ;r 09146111 n 0000 | a siege and massacre at a mission in San Antonio in 1836; Mexican forces under Santa Anna besieged and massacred American rebels who were fighting to make Texas independent of Mexico
-01269633 04 n 02 Atlanta 0 battle_of_Atlanta 0 003 @i 01075117 n 0000 #p 01301630 n 0000 ;r 09076675 n 0000 | a siege in which Federal troops under Sherman cut off the railroads supplying the city and then burned it; 1864
-01269857 04 n 02 Austerlitz 0 battle_of_Austerlitz 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08758172 n 0000 | a decisive battle during the Napoleonic campaigns (1805); the French under Napoleon defeated the Russian armies of Czar Alexander I and the Austrian armies of Emperor Francis II
-01270153 04 n 01 Bannockburn 0 002 @i 00956485 n 0000 ;r 08890097 n 0000 | a battle in which the Scots under Robert the Bruce defeated the English and assured the independence of Scotland
-01270343 04 n 02 Bataan 0 Corregidor 0 003 @i 01075117 n 0000 #p 01312096 n 0000 ;r 08980300 n 0000 | the peninsula and island in the Philippines where Japanese forces besieged American forces in World War II; United States forces surrendered in 1942 and recaptured the area in 1945
-01270628 04 n 01 Battle_of_Britain 0 003 @i 00953559 n 0000 #p 01312096 n 0000 ;r 08860123 n 0000 | the prolonged bombardment of British cities by the German Luftwaffe during World War II and the aerial combat that accompanied it
-01270860 04 n 01 Battle_of_Kerbala 0 002 @i 00956485 n 0000 ;r 08914573 n 0000 | a battle in 680 in which the grandson of Mohammed and his followers were killed; "the Battle of Kerbala is the basis for the Ta'ziyehs that are performed annually"
-01271107 04 n 03 Battle_of_the_Ardennes_Bulge 0 Battle_of_the_Bulge 0 Ardennes_counteroffensive 0 003 @i 00956485 n 0000 #p 01312096 n 0000 ;r 08941681 n 0000 | a battle during World War II; in December 1944 von Rundstedt launched a powerful counteroffensive in the forest at Ardennes and caught the Allies by surprise
-01271428 04 n 04 Battle_of_the_Marne 0 Belleau_Wood 0 Chateau-Thierry 0 Marne_River 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08929922 n 0000 | a World War I battle in northwestern France where the Allies defeated the Germans in 1918
-01271669 04 n 02 Bismarck_Sea 0 battle_of_the_Bismarck_Sea 0 003 @i 00958477 n 0000 #p 01312096 n 0000 ;r 09221900 n 0000 | a naval battle in World War II; Allied land-based bombers destroyed a Japanese convoy in the Bismarck Sea in March 1943
-01271915 04 n 01 Blenheim 0 003 @i 00956485 n 0000 #p 01310789 n 0000 ;r 08766988 n 0000 | the First Duke of Marlborough and Prince Eugene of Savoy defeated the French in 1704 during the War of the Spanish Succession
-01272134 04 n 01 Borodino 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 09007723 n 0000 | Napoleon defeated the Russians in 1812 in a pitched battle at a village in western Russia west of Moscow, but irreparably weakened his army
-01272367 04 n 01 Bosworth_Field 0 003 @i 00956485 n 0000 #p 01311045 n 0000 ;r 08884012 n 0000 | the battle that ended the Wars of the Roses (1485); Richard III was killed and Henry Tudor was crowned as Henry VII
-01272582 04 n 01 Bouvines 0 002 @i 00956485 n 0000 ;r 08849753 n 0000 | in 1214 the French under Philip Augustus defeated a coalition formed against him in one of the greatest battles of the middle ages
-01272787 04 n 02 Boyne 0 battle_of_Boyne 0 003 @i 00956485 n 0000 #p 01310536 n 0000 ;r 08859173 n 0000 | a battle in the War of the Grand Alliance in Ireland in 1690; William III defeated the deposed James II and so ended the Catholicism that had been reintroduced in England by the Stuarts
-01273081 04 n 02 Brunanburh 0 battle_of_Brunanburh 0 002 @i 00956485 n 0000 ;r 08890097 n 0000 | a battle in 937 when Athelstan defeated the Scots
-01273230 04 n 01 Buena_Vista 0 003 @i 00956485 n 0000 #p 01306007 n 0000 ;r 08740875 n 0000 | a pitched battle in the Mexican War in 1847; United States forces under Zachary Taylor defeated the Mexican forces under Santa Anna at a locality in northern Mexico
-01273491 04 n 02 Bull_Run 0 Battle_of_Bull_Run 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09148970 n 0000 | either of two battles during the American Civil War (1861 and 1862); Confederate forces defeated the Federal army in both battles
-01273735 04 n 02 Bunker_Hill 0 battle_of_Bunker_Hill 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09095751 n 0000 | the first important battle of the American War of Independence (1775) which was fought at Breed's Hill; the British defeated the colonial forces
-01274000 04 n 01 Cannae 0 003 @i 00956485 n 0000 #p 01307299 n 0000 ;r 08801678 n 0000 | ancient city is southeastern Italy where Hannibal defeated the Romans in 216 BC
-01274171 04 n 02 Caporetto 0 battle_of_Caporetto 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08801678 n 0000 | battle of World War I (1917); Italians were defeated by the Austrian and German forces
-01274374 04 n 01 Caudine_Forks 0 002 @i 00956485 n 0000 ;r 09200874 n 0000 | a battle in the Apennines in 321 BC in which the Samnites defeated the Romans
-01274531 04 n 01 Chaeronea 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | a battle in which Philip II of Macedon defeated the Athenians and Thebans (338 BC) and also Sulla defeated Mithridates (86 BC)
-01274733 04 n 02 Chalons 0 Chalons-sur-Marne 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | the battle in which Attila the Hun was defeated by the Romans and Visigoths in 451
-01274909 04 n 01 Chancellorsville 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09148970 n 0000 | a major battle in the American Civil War (1863); the Confederates under Robert E. Lee defeated the Union forces under Joseph Hooker
-01275142 04 n 01 Chapultepec 0 003 @i 00956485 n 0000 #p 01306007 n 0000 ;r 08740875 n 0000 | a pitched battle in the Mexican War that resulted in a major victory for American forces over Mexican forces at a locality south of Mexico City (1847)
-01275389 04 n 02 Chattanooga 0 battle_of_Chattanooga 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09140148 n 0000 | in the American Civil War (1863) the Union armies of Hooker, Thomas, and Sherman under the command of Ulysses S. Grant won a decisive victory over the Confederate Army under Braxton Bragg
-01275697 04 n 02 Chickamauga 0 battle_of_Chickamauga 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09053185 n 0000 | a Confederate victory in the American Civil War (1863); Confederate forces under Braxton Bragg defeated Union forces
-01275934 04 n 02 Chino-Japanese_War 0 Sino-Japanese_War 0 003 @i 00973077 n 0000 ;r 08954611 n 0000 ;r 08722844 n 0000 | a war between China and Japan (1894 and 1895) over the control of the Korean Peninsula; China was overwhelmingly defeated at Port Arthur
-01276194 04 n 02 Coral_Sea 0 battle_of_the_Coral_Sea 0 003 @i 00958477 n 0000 #p 01312096 n 0000 ;r 09256663 n 0000 | a Japanese defeat in World War II (May 1942); the first naval battle fought entirely by planes based on aircraft carriers
-01276436 04 n 02 Cowpens 0 battle_of_Cowpens 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09137869 n 0000 | battle in the American Revolution; Americans under Daniel Morgan defeated the British
-01276634 04 n 02 Crecy 0 battle_of_Crecy 0 003 @i 00956485 n 0000 #p 01305147 n 0000 ;r 08929922 n 0000 | the first decisive battle of the Hundred Years' War; in 1346 the English under Edward III defeated the French under Philip of Valois
-01276875 04 n 02 Cunaxa 0 battle_of_Cunaxa 0 002 @i 00956485 n 0000 ;r 08917503 n 0000 | battle in 401 BC when the Artaxerxes II defeated his younger brother who tried to usurp the throne
-01277065 04 n 02 Cynoscephalae 0 battle_of_Cynoscephalae 0 002 @i 00956485 n 0000 ;r 08789970 n 0000 | the battle that ended the second Macedonian War (197 BC); the Romans defeated Philip V who lost his control of Greece
-01277288 04 n 02 Dardanelles 0 Dardanelles_campaign 0 003 @i 00968155 n 0000 #p 01311520 n 0000 ;r 09039411 n 0000 | the unsuccessful campaign in World War I (1915) by the English and French to open a passage for aid to Russia; defeated by the Turks
-01277540 04 n 01 Dien_Bien_Phu 0 002 @i 01075117 n 0000 ;r 09163192 n 0000 | the French military base fell after a siege by Vietnam troops that lasted 56 days; ended the involvement of France in Indochina in 1954
-01277755 04 n 01 Drogheda 0 003 @i 00953559 n 0000 #p 01304121 n 0000 ;r 08859173 n 0000 | in 1649 the place was captured by Oliver Cromwell, who massacred the Catholic inhabitants
-01277938 04 n 02 Dunkirk 0 Dunkerque 0 004 @i 00981180 n 0000 #p 01312096 n 0000 @i 00054821 n 0000 ;r 08929922 n 0000 | an amphibious evacuation in World War II (1940) when 330,000 Allied troops had to be evacuated from the beaches in northern France in a desperate retreat under enemy fire
-01278232 04 n 03 El_Alamein 0 Al_Alamayn 0 Battle_of_El_Alamein 0 003 @i 00956485 n 0000 #p 01312096 n 0000 ;r 08897065 n 0000 | a pitched battle in World War II (1942) resulting in a decisive Allied victory by British troops under Montgomery over German troops under Rommel
-01278509 04 n 01 Eniwetok 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08839475 n 0000 | World War II (February 1944); American infantry landed and captured a Japanese stronghold
-01278692 04 n 02 Flodden 0 Battle_of_Flodden_Field 0 002 @i 00956485 n 0000 ;r 08871007 n 0000 | a battle in 1513; the English defeated the invading Scots and James IV was killed
-01278873 04 n 02 Fontenoy 0 Battle_of_Fontenoy 0 003 @i 00956485 n 0000 #p 01310347 n 0000 ;r 08849753 n 0000 | a battle in 1745 in which the French army under Marshal Saxe defeated the English army and their allies under the duke of Cumberland
-01279120 04 n 02 Fort_Ticonderoga 0 Ticonderoga 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09118181 n 0000 | a pitched battle in which American revolutionary troops captured Fort Ticonderoga from the British in 1775
-01279342 04 n 02 Fredericksburg 0 Battle_of_Fredericksburg 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09148970 n 0000 | an important battle in the American Civil War (1862); the Union Army under A. E. Burnside was defeated by the Confederate Army under Robert E. Lee
-01279615 04 n 02 Gettysburg 0 Battle_of_Gettysburg 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09134386 n 0000 | a battle of the American Civil War (1863); the defeat of Robert E. Lee's invading Confederate Army was a major victory for the Union
-01279866 04 n 02 Granicus 0 Battle_of_Granicus_River 0 002 @i 00956485 n 0000 ;r 08701942 n 0000 | the battle in which Alexander won his first major victory against the Persians (334 BC)
-01280055 04 n 02 Guadalcanal 0 Battle_of_Guadalcanal 0 003 @i 00956485 n 0000 #p 01312096 n 0000 ;r 08843735 n 0000 | a battle in World War II in the Pacific (1942-1943); the island was occupied by the Japanese and later recaptured by American forces
-01280308 04 n 01 Hampton_Roads 0 003 @i 00958477 n 0000 #p 01301630 n 0000 ;r 09301249 n 0000 | a naval battle of the American Civil War (1862); the indecisive battle between the Monitor and the Merrimac
-01280514 04 n 02 Hastings 0 battle_of_Hastings 0 003 @i 00956485 n 0000 #p 01306736 n 0000 ;r 08871007 n 0000 | the decisive battle in which William the Conqueror (duke of Normandy) defeated the Saxons under Harold II (1066) and thus left England open for the Norman Conquest
-01280792 04 n 02 Hohenlinden 0 battle_of_Hohenlinden 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08771596 n 0000 | a battle during the Napoleonic Wars (1800); the French defeated the Austrians
-01280990 04 n 01 Inchon 0 003 @i 00981369 n 0000 #p 01305551 n 0000 ;r 08955626 n 0000 | a battle in the Korean War (1950); United States forces landed at Inchon
-01281154 04 n 02 Indian_Mutiny 0 Sepoy_Mutiny 0 002 @i 00962129 n 0000 ;r 08900535 n 0000 | discontent with British administration in India led to numerous mutinies in 1857 and 1858; the revolt was put down after several battles and sieges (notably the siege at Lucknow)
-01281427 04 n 02 Ipsus 0 battle_of_Ipsus 0 002 @i 00956485 n 0000 ;r 08701942 n 0000 | a battle between the successors of Alexander the Great (301 BC); Lysimachus and Seleucus defeated Antigonus and Demetrius
-01281638 04 n 02 Issus 0 battle_of_Issus 0 002 @i 00956485 n 0000 ;r 08701942 n 0000 | a battle (333 BC) in which Alexander the Great defeated the Persians under Darius III
-01281813 04 n 03 Ivry 0 battle_of_Ivry 0 Ivry_la_Bataille 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | a battle (1590) in which the Huguenots under Henry IV defeated the Catholics under the duke of Mayenne
-01282022 04 n 03 Iwo 0 Iwo_Jima 0 invasion_of_Iwo 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 09382990 n 0000 | a bloody and prolonged operation on the island of Iwo Jima in which American marines landed and defeated Japanese defenders (February and March 1945)
-01282289 04 n 02 Jena 0 Battle_of_Jena 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08766988 n 0000 | the battle in 1806 in which Napoleon decisively defeated the Prussians
-01282466 04 n 02 Jutland 0 battle_of_Jutland 0 003 @i 00958477 n 0000 #p 01311520 n 0000 ;r 08761244 n 0000 | an indecisive naval battle in World War I (1916); fought between the British and German fleets off the northwestern coast of Denmark
-01282711 04 n 01 Kennesaw_Mountain 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09075842 n 0000 | battle of the American Civil War (1864); Union forces under William Tecumseh Sherman were repulsed by Confederate troops under Joseph Eggleston Johnston
-01282966 04 n 01 Kwajalein 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08839714 n 0000 | an amphibious assault in the Pacific in World War II (January 1944); American forces landed and captured a Japanese air base
-01283185 04 n 02 Lake_Trasimenus 0 Battle_of_Lake_Trasimenus 0 003 @i 00956485 n 0000 #p 01307299 n 0000 ;r 08801678 n 0000 | a battle in 217 BC in which Hannibal ambushed a Roman army led by Flaminius
-01283389 04 n 02 Langside 0 battle_of_Langside 0 002 @i 00956485 n 0000 ;r 08890097 n 0000 | (1568) Catholic forces supporting Mary Queen of Scots were routed by Protestants
-01283565 04 n 02 Lepanto 0 Battle_of_Lepanto 0 002 @i 00958477 n 0000 ;r 08780881 n 0000 | Turkish sea power was destroyed in 1571 by a league of Christian nations organized by the Pope
-01283753 04 n 02 Leuctra 0 battle_of_Leuctra 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | Thebes defeated Sparta in 371 BC; the battle ended Sparta's military supremacy in Greece
-01283935 04 n 03 Lexington 0 Concord 0 Lexington_and_Concord 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09095023 n 0000 | the first battle of the American Revolution (April 19, 1775)
-01284124 04 n 03 Leyte 0 Leyte_Island 0 Leyte_invasion 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08980300 n 0000 | a battle in World War II; the return of United States troops to the Philippines began with landings on Leyte Island in October 1944; the battle marked first use of kamikaze aircraft by the Japanese
-01284444 04 n 04 Little_Bighorn 0 Battle_of_Little_Bighorn 0 Battle_of_the_Little_Bighorn 0 Custer's_Last_Stand 0 002 @i 00223983 n 0000 ;r 09108164 n 0000 | a battle in Montana near the Little Bighorn River between United States cavalry under Custer and several groups of Native Americans (1876); Custer was pursuing Sioux led by Sitting Bull; Custer underestimated the size of the Sioux forces (which were supported by Cheyenne warriors) and was killed along with all his command
-01284928 04 n 01 Lucknow 0 002 @i 01075117 n 0000 ;r 08900535 n 0000 | the British residents of Lucknow were besieged by Indian insurgents during the Indian Mutiny (1857)
-01285101 04 n 02 Lule_Burgas 0 battle_of_Lule_Burgas 0 003 @i 00956485 n 0000 #p 01302935 n 0000 ;r 08915784 n 0000 | the principal battle of the Balkan Wars (1912); Bulgarian forces defeated the Turks
-01285305 04 n 02 Lutzen 0 battle_of_Lutzen 0 003 @i 00956485 n 0000 #p 01309109 n 0000 ;r 08766988 n 0000 | a battle in the Thirty Years' War (1632); Swedes under Gustavus Adolphus defeated the Holy Roman Empire under Wallenstein; Gustavus Adolphus was killed
-01285567 04 n 01 Macedonian_War 0 001 @i 00973077 n 0000 | one the four wars between Macedonia and Rome in the 3rd and 2nd centuries BC, which ended in the defeat of Macedonia and its annexation as a Roman province
-01285784 04 n 02 Magenta 0 Battle_of_Magenta 0 002 @i 00956485 n 0000 ;r 08801678 n 0000 | a battle in 1859 in which the French and Sardinian forces under Napoleon III defeated the Austrians under Francis Joseph I
-01286000 04 n 02 Maldon 0 Battle_of_Maldon 0 002 @i 00956485 n 0000 ;r 08871007 n 0000 | a battle in which the Danes defeated the Saxons in 991; celebrated in an old English poem
-01286181 04 n 01 Manila_Bay 0 003 @i 00958477 n 0000 #p 01308668 n 0000 ;r 08981244 n 0000 | a naval battle in the Spanish-American War (1898); the American fleet under Admiral Dewey defeated the Spanish fleet
-01286393 04 n 02 Mantinea 0 Mantineia 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | the site of three famous battles among Greek city-states: in 418 BC and 362 BC and 207 BC
-01286569 04 n 02 Marathon 1 battle_of_Marathon 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | a battle in 490 BC in which the Athenians and their allies defeated the Persians
-01286745 04 n 01 Marengo 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08801678 n 0000 | a battle in 1800 in which the French under Napoleon Bonaparte won a great victory over the Austrians
-01286938 04 n 02 Marston_Moor 0 battle_of_Marston_Moor 0 003 @i 00956485 n 0000 #p 01304121 n 0000 ;r 08871007 n 0000 | a battle in 1644 in which the Parliamentarians under the earl of Manchester defeated the Royalists under Prince Rupert
-01287179 04 n 01 Metaurus_River 0 003 @i 00956485 n 0000 #p 01307299 n 0000 ;r 08801678 n 0000 | a battle during the second Punic War (207 BC); Hannibal's brother Hasdrubal was defeated by the Romans which ended Hannibal's hopes for success in Italy
-01287431 04 n 06 Meuse 0 Meuse_River 0 Argonne 0 Argonne_Forest 0 Meuse-Argonne 0 Meuse-Argonne_operation 0 004 @i 00955060 n 0000 #p 01311520 n 0000 ;r 08929922 n 0000 %p 01293167 n 0000 | an American operation in World War I (1918); American troops under Pershing drove back the German armies which were saved only by the armistice on November 11
-01287782 04 n 02 Midway 0 Battle_of_Midway 0 003 @i 00958477 n 0000 #p 01312096 n 0000 ;r 09080989 n 0000 | naval battle of World War II (June 1942); American planes based on land and on carriers decisively defeated a Japanese fleet on its way to invade the Midway Islands
-01288057 04 n 02 Minden 0 battle_of_Minden 0 003 @i 00956485 n 0000 #p 01308438 n 0000 ;r 08766988 n 0000 | a battle in the Seven Years' War (1759) in which the English forces and their allies defeated the French
-01288272 04 n 03 Monmouth_Court_House 0 Battle_of_Monmouth_Court_House 0 Battle_of_Monmouth 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09112282 n 0000 | a pitched battle in New Jersey during the American Revolution (1778) that ended with the withdrawal of British forces
-01288549 04 n 02 Naseby 0 Battle_of_Naseby 0 003 @i 00956485 n 0000 #p 01304121 n 0000 ;r 08871007 n 0000 | a battle in 1645 that settled the outcome of the first English Civil War as the Parliamentarians won a major victory over the Royalists
-01288795 04 n 02 Navarino 0 battle_of_Navarino 0 002 @i 00958477 n 0000 ;r 08780881 n 0000 | a decisive naval battle in the War of Greek Independence (1827); the Turkish and Egyptian fleet was defeated by an allied fleet of British and French and Russian warships
-01289061 04 n 02 Okinawa 0 Okinawa_campaign 0 003 @i 00968155 n 0000 #p 01312096 n 0000 ;r 08924400 n 0000 | a campaign in the closing days of World War II in the Pacific (April to June 1945); in savage close-quarter fighting United States marines and regular army troops took the island from the Japanese; considered the greatest victory of the Pacific campaign for the Americans
-01289444 04 n 02 Omdurman 0 battle_of_Omdurman 0 002 @i 00956485 n 0000 ;r 09029242 n 0000 | a battle (1898) in which an English and Egyptian army under Kitchener defeated the Sudanese
-01289631 04 n 01 Operation_Desert_Storm 0 003 @i 00955060 n 0000 #p 01307090 n 0000 ;r 08791167 n 0000 | the United States and its allies defeated Iraq in a ground war that lasted 100 hours (1991)
-01289830 04 n 02 Orleans 0 siege_of_Orleans 0 002 @i 01075117 n 0000 ;r 08929922 n 0000 | a long siege of Orleans by the English was relieved by Joan of Arc in 1429
-01289997 04 n 02 Panipat 0 battle_of_Panipat 0 002 @i 00956485 n 0000 ;r 08900535 n 0000 | battle in which the ruler of Afghanistan defeated the Mahrattas in 1761
-01290162 04 n 02 Passero 0 Cape_Passero 0 002 @i 00958477 n 0000 ;r 08810999 n 0000 | a naval battle in the Mediterranean Sea off Cape Passero in which the Spanish navy was destroyed by France and England while attempting to recover Sicily and Sardinia from Italy (1719)
-01290435 04 n 02 Petersburg 0 Petersburg_Campaign 0 004 @i 00968155 n 0000 @i 01075117 n 0000 #p 01301630 n 0000 ;r 09148970 n 0000 | the final campaign of the American Civil War (1864-65); Union forces under Grant besieged and finally defeated Confederate forces under Lee
-01290711 04 n 02 Pharsalus 0 battle_of_Pharsalus 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | Caesar defeated Pompey in 48 BC
-01290840 04 n 02 Philippi 0 battle_of_Philippi 0 002 @i 00956485 n 0000 ;r 08961630 n 0000 | Octavian and Mark Antony defeated Brutus and Cassius in 42 BC
-01290997 04 n 02 Philippine_Sea 0 battle_of_the_Philippine_Sea 0 003 @i 00958477 n 0000 #p 01312096 n 0000 ;r 09382990 n 0000 | a naval battle in World War II (1944); a decisive naval victory for the United States fleet over the Japanese who were trying to block supplies from reaching American troops on Leyte
-01291310 04 n 02 Plassey 0 battle_of_Plassey 0 002 @i 00956485 n 0000 ;r 08900535 n 0000 | the victory in 1757 by the British under Clive over Siraj-ud-daula that established British supremacy over Bengal
-01291517 04 n 02 Plataea 0 battle_of_Plataea 0 002 @i 00956485 n 0000 ;r 08789243 n 0000 | a defeat of the Persian army by the Greeks at Plataea in 479 BC
-01291674 04 n 02 Plevna 0 Pleven 0 002 @i 01075117 n 0000 ;r 08714132 n 0000 | the town was taken from the Turks by the Russians in 1877 after a siege of 143 days
-01291839 04 n 02 Poitiers 0 battle_of_Poitiers 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | the battle in 1356 in which the English under the Black Prince defeated the French
-01292017 04 n 01 Port_Arthur 0 002 @i 00956485 n 0000 ;r 08722844 n 0000 | a battle in the Chino-Japanese War (1894); Japanese captured the port and fortifications from the Chinese
-01292200 04 n 01 Battle_of_Puebla 0 002 @i 00956485 n 0000 ;r 08740875 n 0000 | a battle in which Mexican forces defeated the French in 1862
-01292343 04 n 02 Pydna 0 Battle_of_Pydna 0 002 @i 00956485 n 0000 ;r 08915372 n 0000 | a major victory by the Romans over the Macedonians in 168 BC; resulted in the downfall of the ancient Macedonian kingdom
-01292553 04 n 02 Ravenna 0 Battle_of_Ravenna 0 002 @i 00956485 n 0000 ;r 08801678 n 0000 | a battle between the French and an alliance of Spaniards and Swiss and Venetians in 1512
-01292735 04 n 02 Rocroi 0 Battle_of_Rocroi 0 003 @i 00956485 n 0000 #p 01309109 n 0000 ;r 08929922 n 0000 | a battle in the Thirty Years' War (1643); the French defeated the Spanish invaders
-01292928 04 n 02 Rossbach 0 battle_of_Rossbach 0 003 @i 00956485 n 0000 #p 01308438 n 0000 ;r 08766988 n 0000 | a battle in the Seven Years' War (1757); Prussian forces under Frederick the Great defeated the armies of France and Austria
-01293167 04 n 03 Saint-Mihiel 0 St_Mihiel 0 battle_of_St_Mihiel 0 003 @i 00956485 n 0000 #p 01287431 n 0000 ;r 08929922 n 0000 | a battle in the Meuse-Argonne operation in World War I (1918); the battle in which American troops launched their first offensive in France
-01293438 04 n 01 Saipan 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08838070 n 0000 | US forces captured the island from the Japanese in July 1944; it was an important air base until the end of World War II
-01293650 04 n 01 Salerno 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08801678 n 0000 | a battle in World War II; the port was captured by United States troops in September 1943
-01293832 04 n 02 Santiago 0 Santiago_de_Cuba 0 003 @i 00958477 n 0000 #p 01308668 n 0000 ;r 08750151 n 0000 | a naval battle in the Spanish-American War (1898); the United States fleet bottled up the Spanish ships in the harbor of Santiago de Cuba and destroyed them when they tried to escape
-01294127 04 n 02 Saratoga 0 battle_of_Saratoga 0 003 @i 00956485 n 0000 #p 01302086 n 0000 ;r 09117351 n 0000 | a battle during the American Revolution (1777); the British under Burgoyne were defeated
-01294330 04 n 02 Sempatch 0 battle_of_Sempatch 0 002 @i 00956485 n 0000 ;r 09031653 n 0000 | the Swiss Confederation escaped Hapsburg domination by their victory in 1386
-01294502 04 n 03 Shiloh 0 battle_of_Shiloh 0 battle_of_Pittsburgh_Landing 0 003 @i 00956485 n 0000 #p 01301630 n 0000 ;r 09140148 n 0000 | the second great battle of the American Civil War (1862); the battle ended with the withdrawal of Confederate troops but it was not a Union victory
-01294791 04 n 04 Soissons 0 battle_of_Soissons-Reims 0 battle_of_the_Chemin-des-Dames 0 battle_of_the_Aisne 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08929922 n 0000 | a battle in World War I (May 1918); the Germans tried to attack before the American numbers were too great to defeat; the tactical success of the Germans proved to be a strategic failure
-01295153 04 n 02 Solferino 0 battle_of_Solferino 0 002 @i 00956485 n 0000 ;r 08801678 n 0000 | an indecisive battle in 1859 between the French and Sardinians under Napoleon III and the Austrians under Francis Joseph I
-01295373 04 n 03 Somme 1 Somme_River 1 Battle_of_the_Somme 1 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08929922 n 0000 | battle in World War I (1916)
-01295528 04 n 03 Somme 2 Somme_River 2 Battle_of_the_Somme 2 003 @i 00956485 n 0000 #p 01312096 n 0000 ;r 08929922 n 0000 | battle of World War II (1944)
-01295684 04 n 01 Battle_of_the_Spanish_Armada 0 002 @i 00958477 n 0000 ;r 09273447 n 0000 | in the English Channel a small fleet of British ships successfully defeated the large armada sent from Spain by Philip II to invade England
-01295918 04 n 02 Spotsylvania 0 battle_of_Spotsylvania_Courthouse 0 003 @i 00956485 n 0000 #p 01299735 n 0000 ;r 09148970 n 0000 | a battle between the armies of Grant and Lee during the Wilderness Campaign
-01296127 04 n 02 Syracuse 0 siege_of_Syracuse 0 002 @i 01075117 n 0000 ;r 08810999 n 0000 | the Athenian siege of Syracuse (415-413 BC) was eventually won by Syracuse
-01296296 04 n 02 Syracuse 1 siege_of_Syracuse 1 002 @i 01075117 n 0000 ;r 08810999 n 0000 | the Roman siege of Syracuse (214-212 BC) was eventually won by the Romans who sacked the city (killing Archimedes)
-01296505 04 n 02 Tannenberg 0 battle_of_Tannenberg 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08982587 n 0000 | a battle in World War I (1914); decisive German victory over the Russians
-01296697 04 n 03 Tarawa 0 Makin 0 Tarawa-Makin 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08839916 n 0000 | battles in World War II in the Pacific (November 1943); United States Marines took the islands from the Japanese after bitter fighting
-01296946 04 n 02 Tertry 0 battle_of_Tertry 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | a battle in France in 687 among the descendants of Clovis
-01297095 04 n 02 Teutoburger_Wald 0 battle_of_Teutoburger_Wald 0 002 @i 00956485 n 0000 ;r 08766988 n 0000 | a battle in 9 AD in which the Germans under Arminius annihilated three Roman Legions
-01297291 04 n 02 Tewkesbury 0 battle_of_Tewkesbury 0 002 @i 00956485 n 0000 ;r 08871007 n 0000 | the final battle of the War of the Roses in 1471 in which Edward IV defeated the Lancastrians
-01297484 04 n 02 Thermopylae 0 battle_of_Thermopylae 0 002 @i 00956485 n 0000 ;r 08780881 n 0000 | a famous battle in 480 BC; a Greek army under Leonidas was annihilated by the Persians who were trying to conquer Greece
-01297706 04 n 02 Trafalgar 0 battle_of_Trafalgar 0 003 @i 00958477 n 0000 #p 01306358 n 0000 ;r 09209263 n 0000 | a naval battle in 1805 off the southwest coast of Spain; the French and Spanish fleets were defeated by the English under Nelson (who was mortally wounded)
-01297978 04 n 02 Trasimeno 0 battle_of_Trasimeno 0 002 @i 00956485 n 0000 ;r 08801678 n 0000 | a battle in central Italy where Hannibal defeated the Romans under Flaminius in 217 BC
-01298162 04 n 01 Tsushima 0 003 @i 00958477 n 0000 #p 01308260 n 0000 ;r 09327361 n 0000 | a naval battle in the Russo-Japanese War (1905); the Japanese fleet defeated the Russian fleet in the Korean Strait
-01298371 04 n 02 Valmy 0 battle_of_Valmy 0 002 @i 00956485 n 0000 ;r 08929922 n 0000 | the French defeated the Austrian and Prussian troops in 1792 (with a famous cannonade from the French artillery)
-01298573 04 n 02 Verdun 0 battle_of_Verdun 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08929922 n 0000 | a battle in World War I (1916); in some of the bloodiest fighting in World War I the German offensive was stopped
-01298797 04 n 02 Vicksburg 0 siege_of_Vicksburg 0 003 @i 01075117 n 0000 #p 01301630 n 0000 ;r 09103943 n 0000 | a decisive battle in the American Civil War (1863); after being besieged for nearly seven weeks the Confederates surrendered
-01299037 04 n 02 Wagram 0 battle_of_Wagram 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08845555 n 0000 | a battle in the Napoleonic campaigns (1809); Napoleon defeated the Austrians
-01299224 04 n 02 Battle_of_Wake 0 Battle_of_Wake_Island 0 003 @i 00981369 n 0000 #p 01312096 n 0000 ;r 08838556 n 0000 | in December 1941 the island was captured by the Japanese after a gallant last-ditch stand by a few hundred United States marines
-01299476 04 n 02 Waterloo 0 Battle_of_Waterloo 0 003 @i 00956485 n 0000 #p 01306358 n 0000 ;r 08849753 n 0000 | the battle on 18 June 1815 in which Prussian and British forces under Blucher and the Duke of Wellington routed the French forces under Napoleon
-01299735 04 n 01 Wilderness_Campaign 0 004 @i 00968155 n 0000 #p 01301630 n 0000 ;r 09148970 n 0000 %p 01295918 n 0000 | American Civil War; a series of indecisive battles in Grant's campaign (1864) against Lee in which both armies suffered terrible losses
-01299994 04 n 01 Yalu_River 0 003 @i 00956485 n 0000 #p 01305551 n 0000 ;r 08955082 n 0000 | a battle in the Korean War (November 1950); when UN troops advanced north to the Yalu River 200,000 Chinese troops crossed the river and drove them back
-01300242 04 n 02 Yorktown 0 siege_of_Yorktown 0 003 @i 01075117 n 0000 #p 01302086 n 0000 ;r 09148970 n 0000 | in 1781 the British under Cornwallis surrendered after a siege of three weeks by American and French troops; the surrender ended the American Revolution
-01300508 04 n 03 Ypres 1 battle_of_Ypres 1 first_battle_of_Ypres 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08849753 n 0000 | battle in World War I (1914); heavy but indecisive fighting as the Allies and the Germans both tried to break through the lines of the others
-01300782 04 n 03 Ypres 2 battle_of_Ypres 2 second_battle_of_Ypres 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08849753 n 0000 | battle in World War I (1915); Germans wanted to try chlorine (a toxic yellow gas) as a weapon and succeeded in taking considerable territory from the Allied salient
-01301080 04 n 03 Ypres 3 battle_of_Ypres 3 third_battle_of_Ypres 0 003 @i 00956485 n 0000 #p 01311520 n 0000 ;r 08849753 n 0000 | battle in World War I (1917); an Allied offensive which eventually failed because tanks bogged down in the waterlogged soil of Flanders; Germans introduced mustard gas which interfered with the Allied artillery
-01301423 04 n 02 Zama 0 battle_of_Zama 0 003 @i 00956485 n 0000 #p 01307299 n 0000 ;r 09037394 n 0000 | the battle in 202 BC in which Scipio decisively defeated Hannibal at the end of the second Punic War
-01301630 04 n 03 American_Civil_War 0 United_States_Civil_War 0 War_between_the_States 0 015 @i 00962567 n 0000 ;r 09044862 n 0000 %p 01269633 n 0000 %p 01273491 n 0000 %p 01274909 n 0000 %p 01275389 n 0000 %p 01275697 n 0000 %p 01279342 n 0000 %p 01279615 n 0000 %p 01280308 n 0000 %p 01282711 n 0000 %p 01290435 n 0000 %p 01294502 n 0000 %p 01298797 n 0000 %p 01299735 n 0000 | civil war in the United States between the North and the South; 1861-1865
-01302086 04 n 04 American_Revolution 0 American_Revolutionary_War 0 War_of_American_Independence 0 American_War_of_Independence 0 008 @i 00962722 n 0000 %p 01273735 n 0000 %p 01276436 n 0000 %p 01279120 n 0000 %p 01283935 n 0000 %p 01288272 n 0000 %p 01294127 n 0000 %p 01300242 n 0000 | the revolution of the American Colonies against Great Britain; 1775-1783
-01302449 04 n 03 Arab-Israeli_War 0 Six-Day_War 0 Six_Day_War 0 002 @i 00973077 n 0000 ;r 08791167 n 0000 | tension between Arabs and Israeli erupted into a brief war in June 1967; Israel emerged as a major power in the Middle East
-01302683 04 n 02 Arab-Israeli_War 1 Yom_Kippur_War 0 002 @i 00973077 n 0000 ;r 08791167 n 0000 | Egypt and Syria attacked Israel in October 1973 (on Yom Kippur); Israel counterattacked and drove the Syrians back and crossed the Suez Canal into Egypt
-01302935 04 n 01 Balkan_Wars 0 004 @i 00973077 n 0000 #p 08713772 n 0000 ;r 08780881 n 0000 %p 01285101 n 0000 | two wars (1912-1913) that were fought over the last of the European territories of the Ottoman Empire and that left the area around Constantinople (now Istanbul) as the only Ottoman territory in Europe
-01303252 04 n 01 Boer_War 0 002 @i 00973077 n 0000 ;r 09189411 n 0000 | either of two wars: the first when the Boers fought England in order to regain the independence they had given up to obtain British help against the Zulus (1880-1881); the second when the Orange Free State and Transvaal declared war on Britain (1899-1902)
-01303582 04 n 01 Chinese_Revolution 0 002 @i 00962722 n 0000 ;r 08723006 n 0000 | the republican revolution against the Manchu dynasty in China; 1911-1912
-01303739 04 n 01 Crimean_War 0 002 @i 00973077 n 0000 ;r 09015460 n 0000 | a war in Crimea between Russia and a group of nations including England and France and Turkey and Sardinia; 1853-1856
-01303934 04 n 01 Cuban_Revolution 0 001 @i 00962722 n 0000 | the revolution led by Fidel Castro and a small band of guerrilla fighters against a corrupt dictatorship in Cuba; 1956-1959
-01304121 04 n 01 English_Civil_War 0 005 @i 00962567 n 0000 ;r 08871007 n 0000 %p 01277755 n 0000 %p 01286938 n 0000 %p 01288549 n 0000 | civil war in England between the Parliamentarians and the Royalists under Charles I; 1644-1648
-01304356 04 n 03 English_Revolution 0 Glorious_Revolution 0 Bloodless_Revolution 0 001 @i 00962722 n 0000 | the revolution against James II; there was little armed resistance to William and Mary in England although battles were fought in Scotland and Ireland (1688-1689)
-01304629 04 n 01 Franco-Prussian_War 0 001 @i 00973077 n 0000 | a war between France and Prussia that ended the Second Empire in France and led to the founding of modern Germany; 1870-1871
-01304820 04 n 01 French_and_Indian_War 0 002 @i 00973077 n 0000 #p 01308438 n 0000 | a war in North America between France and Britain (both aided by American Indian tribes); 1755-1760
-01305007 04 n 01 French_Revolution 0 002 @i 00962722 n 0000 ;r 08929922 n 0000 | the revolution in France against the Bourbons; 1789-1799
-01305147 04 n 01 Hundred_Years'_War 0 002 @i 00973077 n 0000 %p 01276634 n 0000 | the series of wars fought intermittently between France and England; 1337-1453
-01305310 04 n 02 Iran-Iraq_War 0 Gulf_War 1 001 @i 00973077 n 0000 | a dispute over control of the waterway between Iraq and Iran broke out into open fighting in 1980 and continued until 1988, when they accepted a UN cease-fire resolution
-01305551 04 n 01 Korean_War 0 004 @i 00973077 n 0000 ;r 08954611 n 0000 %p 01280990 n 0000 %p 01299994 n 0000 | a war between North and South Korea; South Korea was aided by the United States and other members of the United Nations; 1950-1953
-01305796 04 n 01 Mexican_Revolution 0 002 @i 00962722 n 0000 ;r 08740875 n 0000 | a revolution for agrarian reforms led in northern Mexico by Pancho Villa and in southern Mexico by Emiliano Zapata (1910-1911)
-01306007 04 n 01 Mexican_War 0 003 @i 00973077 n 0000 %p 01273230 n 0000 %p 01275142 n 0000 | after disputes over Texas lands that were settled by Mexicans the United States declared war on Mexico in 1846 and by treaty in 1848 took Texas and California and Arizona and New Mexico and Nevada and Utah and part of Colorado and paid Mexico $15,000,000
-01306358 04 n 01 Napoleonic_Wars 0 009 @i 00973077 n 0000 %p 01269857 n 0000 %p 01272134 n 0000 %p 01280792 n 0000 %p 01282289 n 0000 %p 01286745 n 0000 %p 01297706 n 0000 %p 01299037 n 0000 %p 01299476 n 0000 | a series of wars fought between France (led by Napoleon Bonaparte) and alliances involving England and Prussia and Russia and Austria at different times; 1799-1815
-01306736 04 n 01 Norman_Conquest 0 002 @i 00089027 n 0000 %p 01280514 n 0000 | the invasion and settlement of England by the Normans following the battle of Hastings (1066)
-01306911 04 n 01 Peloponnesian_War 0 002 @i 00973077 n 0000 %p 01268886 n 0000 | a war in which Athens and its allies were defeated by the league centered on Sparta; 431-404 BC
-01307090 04 n 02 Persian_Gulf_War 0 Gulf_War 0 002 @i 00973077 n 0000 %p 01289631 n 0000 | a war fought between Iraq and a coalition led by the United States that freed Kuwait from Iraqi invaders; 1990-1991
-01307299 04 n 01 Punic_War 0 006 @i 00973077 n 0000 %p 01268633 n 0000 %p 01274000 n 0000 %p 01283185 n 0000 %p 01287179 n 0000 %p 01301423 n 0000 | one of the three wars between Carthage and Rome that resulted in the destruction of Carthage and its annexation by Rome; 264-241 BC, 218-201 BC, 149-146 BC
-01307606 04 n 01 Restoration 2 003 @i 01080366 n 0000 ;r 08871007 n 0000 + 02426799 v 0101 | the re-establishment of the British monarchy in 1660
-01307754 04 n 02 Russian_Revolution 1 February_Revolution 0 002 @i 00962722 n 0000 ;r 09003284 n 0000 | the revolution against the czarist government which led to the abdication of Nicholas II and the creation of a provisional government in March 1917
-01308008 04 n 02 Russian_Revolution 2 October_Revolution 0 002 @i 01145015 n 0000 ;r 09003284 n 0000 | the coup d'etat by the Bolsheviks under Lenin in November 1917 that led to a period of civil war which ended in victory for the Bolsheviks in 1922
-01308260 04 n 01 Russo-Japanese_War 0 002 @i 00973077 n 0000 %p 01298162 n 0000 | Japanese victory in the war with Russia (1904-1905) gave Japan power over Korea and Manchuria
-01308438 04 n 01 Seven_Years'_War 0 004 @i 00973077 n 0000 %p 01288057 n 0000 %p 01292928 n 0000 %p 01304820 n 0000 | a war of England and Prussia against France and Austria (1756-1763); Britain and Prussia got the better of it
-01308668 04 n 02 Spanish-American_War 0 Spanish_War 0 003 @i 00973077 n 0000 %p 01286181 n 0000 %p 01293832 n 0000 | a war between the United States and Spain in 1898
-01308837 04 n 01 Spanish_Civil_War 0 002 @i 00962567 n 0000 ;r 09023321 n 0000 | civil war in Spain in which Franco succeeded in overthrowing the republican government; during the war Spain became a battleground for fascists and socialists from all countries; 1936-1939
-01309109 04 n 01 Thirty_Years'_War 0 003 @i 00973077 n 0000 %p 01285305 n 0000 %p 01292735 n 0000 | a series of conflicts (1618-1648) between Protestants and Catholics starting in Germany and spreading until France and Denmark and Sweden were opposing the Holy Roman Empire and Spain
-01309395 04 n 01 Trojan_War 0 002 @i 00973077 n 0000 ;c 07979425 n 0000 | (Greek mythology) a great war fought between Greece and Troy; the Greeks sailed to Troy to recover Helen of Troy, the beautiful wife of Menelaus who had been abducted by Paris; after ten years the Greeks (via the Trojan Horse) achieved final victory and burned Troy to the ground; "the story of the Trojan War is told in Homer's Iliad"
-01309807 04 n 02 Vietnam_War 0 Vietnam 0 002 @i 00973077 n 0000 ;r 09163192 n 0000 | a prolonged war (1954-1975) between the communist armies of North Vietnam who were supported by the Chinese and the armies of South Vietnam who were supported by the United States
-01310074 04 n 01 War_of_Greek_Independence 0 001 @i 00973077 n 0000 | the Greeks rebelled against Turkish rule in 1821; with the support of England and France and Russia they won independence in 1828 at Navarino (although the country included only half its present size)
-01310347 04 n 01 War_of_the_Austrian_Succession 0 002 @i 00973077 n 0000 %p 01278873 n 0000 | Prussia and Austria fought over Silesia and most of the rest of Europe took sides; 1740-1748
-01310536 04 n 02 War_of_the_Grand_Alliance 0 War_of_the_League_of_Augsburg 0 002 @i 00973077 n 0000 %p 01272787 n 0000 | an aggressive war waged by Louis XIV against Spain and the Holy Roman Empire and England and Holland and other states (1689-1697)
-01310789 04 n 01 War_of_the_Spanish_Succession 0 002 @i 00973077 n 0000 %p 01271915 n 0000 | a general war in Europe (1701-1714) that broke out when Louis XIV installed his grandson on the throne of Spain; England and Holland hoped to limit Louis' power
-01311045 04 n 02 War_of_the_Roses 0 Wars_of_the_Roses 0 003 @i 00973077 n 0000 ;r 08871007 n 0000 %p 01272367 n 0000 | struggle for the English throne (1455-1485) between the house of York (white rose) and the house of Lancaster (red rose) ending with the accession of the Tudor monarch Henry VII
-01311344 04 n 01 War_of_1812 0 001 @i 00973077 n 0000 | a war (1812-1814) between the United States and England which was trying to interfere with American trade with France
-01311520 04 n 05 World_War_I 0 World_War_1 0 Great_War 0 First_World_War 0 War_to_End_War 0 013 @i 00996817 n 0000 %p 01271428 n 0000 %p 01274171 n 0000 %p 01277288 n 0000 %p 01282466 n 0000 %p 01287431 n 0000 %p 01294791 n 0000 %p 01295373 n 0000 %p 01296505 n 0000 %p 01298573 n 0000 %p 01300508 n 0000 %p 01300782 n 0000 %p 01301080 n 0000 | a war between the allies (Russia, France, British Empire, Italy, United States, Japan, Rumania, Serbia, Belgium, Greece, Portugal, Montenegro) and the Central Powers (Germany, Austria-Hungary, Turkey, Bulgaria) from 1914 to 1918
-01312096 04 n 03 World_War_II 0 World_War_2 0 Second_World_War 0 022 @i 00996817 n 0000 %p 01270343 n 0000 %p 01270628 n 0000 %p 01271107 n 0000 %p 01271669 n 0000 %p 01276194 n 0000 %p 01277938 n 0000 %p 01278232 n 0000 %p 01278509 n 0000 %p 01280055 n 0000 %p 01282022 n 0000 %p 01282966 n 0000 %p 01284124 n 0000 %p 01287782 n 0000 %p 01289061 n 0000 %p 01290997 n 0000 %p 01293438 n 0000 %p 01293650 n 0000 %p 01295528 n 0000 %p 01296697 n 0000 %p 01299224 n 0000 -c 08114581 n 0000 | a war between the Allies (Australia, Belgium, Bolivia, Brazil, Canada, China, Colombia, Costa Rica, Cuba, Czechoslovakia, Dominican Republic, El Salvador, Ethiopia, France, Greece, Guatemala, Haiti, Honduras, India, Iran, Iraq, Luxembourg, Mexico, Netherlands, New Zealand, Nicaragua, Norway, Panama, Philippines, Poland, South Africa, United Kingdom, United States, USSR, Yugoslavia) and the Axis (Albania, Bulgaria, Finland, Germany, Hungary, Italy, Japan, Rumania, Slovakia, Thailand) from 1939 to 1945
-01313093 05 n 03 Animalia 0 kingdom_Animalia 0 animal_kingdom 0 035 @ 07940552 n 0000 %m 00015388 n 0000 %m 01342529 n 0000 %m 01465994 n 0000 %m 01759182 n 0000 %m 01762525 n 0000 %m 01767199 n 0000 %m 01906328 n 0000 %m 01908287 n 0000 %m 01908415 n 0000 %m 01908703 n 0000 %m 01918010 n 0000 %m 01918152 n 0000 %m 01918310 n 0000 %m 01921559 n 0000 %m 01921887 n 0000 %m 01923171 n 0000 %m 01923637 n 0000 %m 01924590 n 0000 %m 01928360 n 0000 %m 01928737 n 0000 %m 01929047 n 0000 %m 01929396 n 0000 %m 01934207 n 0000 %m 01938850 n 0000 %m 01939598 n 0000 %m 01940488 n 0000 %m 02313195 n 0000 %m 02313495 n 0000 %m 02314717 n 0000 %m 02315309 n 0000 %m 02315696 n 0000 %m 02316038 n 0000 %m 02316180 n 0000 %m 02316392 n 0000 | taxonomic kingdom comprising all living or extinct animals
-01313888 05 n 01 recombinant 0 002 @ 00006484 n 0000 @ 00004475 n 0000 | a cell or organism in which genetic recombination has occurred
-01314026 05 n 01 conspecific 0 001 @ 00004475 n 0000 | an organism belonging to the same species as another organism
-01314145 05 n 01 carrier 0 002 @ 00004475 n 0000 ;c 06075527 n 0000 | (genetics) an organism that possesses a recessive gene whose effect is masked by a dominant allele; the associated trait is not apparent but can be passed on to offspring
-01314388 05 n 01 pest 0 002 @ 00015388 n 0000 ~ 01315980 n 0000 | any unwanted and destructive insect or other animal that attacks food or crops or livestock etc.; "he sprayed the garden to get rid of pests"; "many pests have developed resistance to the common pesticides"
-01314663 05 n 01 critter 0 001 @ 00015388 n 0000 | a regional term for `creature' (especially for domestic animals)
-01314781 05 n 01 creepy-crawly 0 001 @ 00015388 n 0000 | an animal that creeps or crawls (such as worms or spiders or insects)
-01314910 05 n 01 darter 0 002 @ 00015388 n 0000 + 01899708 v 0101 | a person or other animal that moves abruptly and rapidly; "squirrels are darters"
-01315062 05 n 01 denizen 0 001 @ 00004475 n 0000 | a plant or animal naturalized in a region; "denizens of field and forest"; "denizens of the deep"
-01315213 05 n 01 peeper 0 002 @ 00015388 n 0000 + 01052301 v 0101 | an animal that makes short high-pitched sounds
-01315330 05 n 03 homeotherm 0 homoiotherm 0 homotherm 0 004 @ 00015388 n 0000 + 02532681 a 0303 + 02532681 a 0201 + 02532681 a 0102 | an animal that has a body temperature that is relatively constant and independent of the environmental temperature
-01315581 05 n 02 poikilotherm 0 ectotherm 0 003 @ 00015388 n 0000 + 02533075 a 0101 + 02533075 a 0102 | an animal whose body temperature varies with the temperature of its surroundings; any animal except birds and mammals
-01315805 05 n 01 range_animal 0 001 @ 00015388 n 0000 | any animal that lives and grazes in the grassy open land of western North America (especially horses, cattle, sheep)
-01315980 05 n 01 vermin 0 002 @ 01314388 n 0000 + 01627315 a 0101 | any of various small animals or insects that are pests; e.g. cockroaches or rats; "cereals must be protected from mice and other vermin"; "he examined the child's head for vermin"; "boys in the village have probably been shooting vermin"
-01316288 05 n 02 varmint 0 varment 0 001 @ 00015388 n 0000 | any usually predatory wild animal considered undesirable; e.g., coyote
-01316422 05 n 01 scavenger 0 003 @ 00015388 n 0000 + 01177973 v 0101 ~ 01316734 n 0000 | any animal that feeds on refuse and other decaying organic matter
-01316579 05 n 02 bottom-feeder 0 bottom-dweller 0 002 @ 02512053 n 0000 ~ 02599958 n 0000 | a fish that lives and feeds on the bottom of a body of water
-01316734 05 n 01 bottom-feeder 1 001 @ 01316422 n 0000 | a scavenger that feeds low on the food chain
-01316838 05 n 01 bottom_lurkers 0 001 @ 02512053 n 0000 | a fish that lurks on the bottom of a body of water
-01316949 05 n 01 work_animal 0 003 @ 00015388 n 0000 ~ 01317089 n 0000 ~ 01317294 n 0000 | an animal trained for and used for heavy labor
-01317089 05 n 02 beast_of_burden 0 jument 0 003 @ 01316949 n 0000 + 02753345 a 0201 ~ 01317391 n 0000 | an animal such as a donkey or ox or elephant used for transporting loads or doing other heavy work
-01317294 05 n 01 draft_animal 0 001 @ 01316949 n 0000 | an animal used for pulling heavy loads
-01317391 05 n 02 pack_animal 0 sumpter 0 002 @ 01317089 n 0000 ~ 02386746 n 0000 | an animal (such as a mule or burro or horse) used to carry loads
-01317541 05 n 02 domestic_animal 0 domesticated_animal 0 007 @ 00015388 n 0000 ~ 01317813 n 0000 ~ 01318053 n 0000 ~ 01318381 n 0000 ~ 02084071 n 0000 ~ 02121808 n 0000 ~ 02122580 n 0000 | any of various animals that have been tamed and made fit for a human environment
-01317813 05 n 01 feeder 0 001 @ 01317541 n 0000 | an animal being fattened or suitable for fattening
-01317916 05 n 01 feeder 1 001 @ 00015388 n 0000 | an animal that feeds on a particular source of food; "a bark feeder"; "a mud feeder"
-01318053 05 n 01 stocker 0 003 @ 01317541 n 0000 + 13367070 n 0102 + 01887474 n 0102 | a domestic animal (especially a young steer or heifer) kept as stock until fattened or matured and suitable for a breeding establishment
-01318279 05 n 01 hatchling 0 001 @ 01321579 n 0000 | any recently hatched animal (especially birds)
-01318381 05 n 01 head 0 001 @ 01317541 n 0000 | a single domestic animal; "200 head of cattle"
-01318478 05 n 01 migrator 0 002 @ 00015388 n 0000 + 01856626 v 0101 | an animal (especially birds and fish) that travels between different habitats at particular times of the year
-01318660 05 n 02 molter 0 moulter 0 003 @ 00015388 n 0000 + 00009147 v 0204 + 00009147 v 0102 | an animal (especially birds and arthropods and reptiles) that periodically shed their outer layer (feathers or cuticle or skin or hair)
-01318894 05 n 01 pet 0 001 @ 00015388 n 0000 | a domesticated animal kept for companionship or amusement
-01319001 05 n 01 stayer 0 002 @ 00015388 n 0000 + 02619122 v 0102 | a person or other animal having powers of endurance or perseverance; "the horse that won the race is a good stayer"
-01319187 05 n 01 stunt 0 002 @ 00015388 n 0000 + 02452413 v 0101 | a creature (especially a whale) that has been prevented from attaining full growth
-01319339 05 n 01 pollard 0 001 @ 02399000 n 0000 | a usually horned animal that has either shed its horns or had them removed
-01319467 05 n 04 marine_animal 0 marine_creature 0 sea_animal 0 sea_creature 0 002 @ 00015388 n 0000 ~ 01319685 n 0000 | any of numerous animals inhabiting the sea including e.g. fishes and molluscs and many mammals
-01319685 05 n 02 by-catch 0 bycatch 0 001 @ 01319467 n 0000 | unwanted marine creatures that are caught in the nets while fishing for another species; "thousands of dolphins and porpoises and whales are killed as part of the by-catch each year"
-01319932 05 n 01 amphidiploid 0 002 @ 00004475 n 0000 ;c 06075527 n 0000 | (genetics) an organism or cell having a diploid set of chromosomes from each parent
-01320093 05 n 01 diploid 0 003 @ 00004475 n 0000 ;c 06075527 n 0000 + 01147622 a 0101 | (genetics) an organism or cell having the normal amount of DNA per cell; i.e., two sets of chromosomes or twice the haploid number
-01320314 05 n 01 haploid 0 003 @ 00004475 n 0000 ;c 06075527 n 0000 + 01147433 a 0101 | (genetics) an organism or cell having only one complete set of chromosomes
-01320479 05 n 01 heteroploid 0 002 @ 00004475 n 0000 ;c 06075527 n 0000 | (genetics) an organism or cell having a chromosome number that is not an even multiple of the haploid chromosome number for that species
-01320692 05 n 01 polyploid 0 003 @ 00004475 n 0000 ;c 06075527 n 0000 + 01147836 a 0101 | (genetics) an organism or cell having more than twice the haploid number of chromosomes
-01320872 05 n 01 female 0 007 @ 00015388 n 0000 + 01477806 a 0101 ! 01321230 n 0101 ~ 01321123 n 0000 ~ 01323493 n 0000 ~ 01862399 n 0000 ~ 02376679 n 0000 | an animal that produces gametes (ova) that can be fertilized by male gametes (spermatozoa)
-01321123 05 n 01 hen 3 001 @ 01320872 n 0000 | female of certain aquatic animals e.g. octopus or lobster
-01321230 05 n 01 male 0 006 @ 00015388 n 0000 ! 01320872 n 0101 ~ 01323355 n 0000 ~ 02376791 n 0000 ~ 02376918 n 0000 ~ 02403231 n 0000 | an animal that produces gametes (spermatozoa) that can fertilize female gametes (ova)
-01321456 05 n 01 adult 0 004 @ 00015388 n 0000 + 01488616 a 0101 + 15152817 n 0101 + 14425103 n 0101 | any mature animal
-01321579 05 n 02 young 0 offspring 0 007 @ 00015388 n 0000 ~ 01318279 n 0000 ~ 01321770 n 0000 ~ 01321854 n 0000 ~ 01613615 n 0000 ~ 01956344 n 0000 ~ 02513560 n 0000 | any immature animal
-01321770 05 n 01 orphan 0 001 @ 01321579 n 0000 | a young animal without a mother
-01321854 05 n 01 young_mammal 0 017 @ 01321579 n 0000 #m 01861465 n 0000 ~ 01322221 n 0000 ~ 01322343 n 0000 ~ 01322508 n 0000 ~ 01322685 n 0000 ~ 01323155 n 0000 ~ 01323261 n 0000 ~ 01887896 n 0000 ~ 01888045 n 0000 ~ 02122948 n 0000 ~ 02376542 n 0000 ~ 02395694 n 0000 ~ 02403740 n 0000 ~ 02403820 n 0000 ~ 02412440 n 0000 ~ 02430830 n 0000 | any immature mammal
-01322221 05 n 01 baby 0 003 @ 01321854 n 0000 + 15145586 n 0102 + 14427239 n 0102 | a very young mammal; "baby rabbits"
-01322343 05 n 02 pup 0 whelp 0 004 @ 01321854 n 0000 + 00058516 v 0201 + 00058516 v 0102 ~ 01322604 n 0000 | young of any of various canines such as a dog or wolf
-01322508 05 n 02 wolf_pup 0 wolf_cub 0 002 @ 01321854 n 0000 @ 02114100 n 0000 | a young wolf
-01322604 05 n 01 puppy 0 002 @ 01322343 n 0000 @ 02084071 n 0000 | a young dog
-01322685 05 n 02 cub 0 young_carnivore 0 005 @ 01321854 n 0000 + 00058014 v 0101 ~ 01322898 n 0000 ~ 01322983 n 0000 ~ 01323068 n 0000 | the young of certain carnivorous mammals such as the bear or wolf or lion
-01322898 05 n 01 lion_cub 0 002 @ 01322685 n 0000 @ 02129165 n 0000 | a young lion
-01322983 05 n 01 bear_cub 0 002 @ 01322685 n 0000 @ 02131653 n 0000 | a young bear
-01323068 05 n 01 tiger_cub 0 002 @ 01322685 n 0000 @ 02129604 n 0000 | a young tiger
-01323155 05 n 01 kit 0 001 @ 01321854 n 0000 | young of any of various fur-bearing animals; "a fox kit"
-01323261 05 n 01 suckling 0 001 @ 01321854 n 0000 | a young mammal that has not been weaned
-01323355 05 n 01 sire 0 002 @ 01321230 n 0000 + 00054628 v 0106 | male parent of an animal especially a domestic animal such as a horse
-01323493 05 n 01 dam 0 001 @ 01320872 n 0000 | female parent of an animal especially domestic livestock
-01323599 05 n 03 thoroughbred 0 purebred 0 pureblood 0 003 @ 00015388 n 0000 + 01903965 a 0303 + 01903617 a 0201 | a pedigreed animal of unmixed lineage; used especially of horses
-01323781 05 n 01 giant 0 003 @ 00015388 n 0000 + 01385773 a 0103 + 01386538 a 0101 | any creature of exceptional size
-01323901 05 n 01 vent 0 001 @ 05249636 n 0000 | external opening of urinary or genital system of a lower vertebrate
-01324019 05 n 02 animalcule 0 animalculum 0 001 @ 00004475 n 0000 | microscopic organism such as an amoeba or paramecium
-01324142 05 n 01 survivor 0 001 @ 00015388 n 0000 | an animal that survives in spite of adversity; "only the fittest animals were survivors of the cold winters"
-01324305 05 n 01 mutant 0 003 @ 00015388 n 0000 + 02987454 a 0101 + 00119873 v 0101 | an animal that has undergone mutation
-01324431 05 n 01 carnivore 2 001 @ 02152740 n 0000 | any animal that feeds on flesh; "Tyrannosaurus Rex was a large carnivore"; "insectivorous plants are considered carnivores"
-01324610 05 n 01 herbivore 0 001 @ 00015388 n 0000 | any animal that feeds chiefly on grass and other plants; "horses are herbivores"; "the sauropod dinosaurs were apparently herbivores"
-01324799 05 n 01 insectivore 2 002 @ 00015388 n 0000 + 00315383 a 0101 | any organism that feeds mainly on insects
-01324916 05 n 01 acrodont 0 001 @ 00015388 n 0000 | an animal having teeth consolidated with the summit of the alveolar ridge without sockets
-01325060 05 n 01 pleurodont 0 001 @ 00015388 n 0000 | an animal having teeth fused with the inner surface of the alveolar ridge without sockets
-01325206 05 n 01 form_genus 0 001 @ 08108972 n 0000 | an artificial taxonomic category established on the basis of morphological resemblance for organisms of obscure true relationships especially fossil forms
-01325417 05 n 01 horn 1 008 @ 05470189 n 0000 #p 02412080 n 0000 #p 02416519 n 0000 #p 02403325 n 0000 + 02034592 a 0101 + 01445027 v 0101 ~ 01325658 n 0000 %s 05269901 n 0000 | one of the bony outgrowths on the heads of certain ungulates
-01325658 05 n 01 antler 0 002 @ 01325417 n 0000 #p 02430045 n 0000 | deciduous horn of a member of the deer family
-01325775 05 n 01 tuft 0 001 @ 01326015 n 0000 | a bunch of feathers or hair
-01325853 05 n 01 horn 2 002 @ 05470189 n 0000 + 01445027 v 0101 | any hard protuberance from the head of an organism that is similar to or suggestive of a horn
-01326015 05 n 01 crest 0 004 @ 05470189 n 0000 ~ 01325775 n 0000 ~ 01326198 n 0000 ~ 01792255 n 0000 | a showy growth of e.g. feathers or skin on the head of a bird or other animal
-01326198 05 n 01 topknot 0 001 @ 01326015 n 0000 | showy crest or knot of hair or feathers
-01326291 05 n 02 microorganism 0 micro-organism 0 020 @ 00004475 n 0000 ;c 00015388 n 0000 ;c 00017222 n 0000 -c 00045735 a 0000 -c 01523567 a 0000 -c 01525502 a 0000 ~ 01326751 n 0000 ~ 01328515 n 0000 ~ 01328702 n 0000 ~ 01342269 n 0000 ~ 01348530 n 0000 ~ 01384491 n 0000 ~ 01386007 n 0000 ~ 01387065 n 0000 ~ 01387451 n 0000 %p 01902132 n 0000 -c 05166560 n 0000 -c 09469285 n 0000 ~ 11530008 n 0000 -c 14110219 n 0000 | any organism of microscopic size
-01326751 05 n 01 monad 0 002 @ 01326291 n 0000 ;c 06037666 n 0000 | (biology) a single-celled microorganism (especially a flagellate protozoan)
-01326897 05 n 01 aerobe 0 001 @ 00004475 n 0000 | an organism (especially a bacterium) that requires air or free oxygen for life
-01327028 05 n 01 anaerobe 0 003 @ 00004475 n 0000 + 00069060 a 0102 ~ 01327204 n 0000 | an organism (especially a bacterium) that does not require air or free oxygen to live
-01327204 05 n 01 obligate_anaerobe 0 001 @ 01327028 n 0000 | an organism that cannot grow in the presence of oxygen
-01327322 05 n 03 hybrid 0 crossbreed 0 cross 0 008 @ 00004475 n 0000 ;c 06075527 n 0000 + 01429953 v 0302 + 01429953 v 0201 + 01904485 a 0101 + 01429953 v 0103 ~ 01327765 n 0000 ~ 01327909 n 0000 | (genetics) an organism that is the offspring of genetically dissimilar parents or stock; especially offspring produced by breeding plants or animals of different varieties or breeds or species; "a mule is a cross between a horse and a donkey"
-01327765 05 n 01 dihybrid 0 001 @ 01327322 n 0000 | a hybrid produced by parents that differ only at two gene loci that have two alleles each
-01327909 05 n 01 monohybrid 0 001 @ 01327322 n 0000 | a hybrid produced by crossing parents that are homozygous except for a single gene locus that has two alleles (as in Mendel's experiments with garden peas)
-01328121 05 n 01 polymorph 0 003 @ 00004475 n 0000 + 01967041 a 0101 + 02855185 a 0101 | an organism that can assume more than one adult form as in the castes of ants or termites
-01328302 05 n 04 relative 0 congener 0 congenator 0 congeneric 0 001 @ 00004475 n 0000 | an animal or plant that bears a relationship to another (as related by common descent or by membership in the same genus)
-01328515 05 n 01 intestinal_flora 0 001 @ 01326291 n 0000 | harmless microorganisms (as Escherichia coli) that inhabit the intestinal tract and are essential for its normal functioning
-01328702 05 n 01 virus 0 014 @ 01326291 n 0000 @ 09312843 n 0000 ;c 06065640 n 0000 + 02880201 a 0101 ~ 01329186 n 0000 -c 01329935 n 0000 ~ 01334862 n 0000 ~ 01335460 n 0000 ~ 01335659 n 0000 ~ 01341410 n 0000 ~ 01371777 n 0000 ~ 01372038 n 0000 -c 14186738 n 0000 -c 14919272 n 0000 | (virology) ultramicroscopic infectious agent that replicates itself only within cells of living hosts; many are pathogenic; a piece of nucleic acid (DNA or RNA) wrapped in a thin coat of protein
-01329186 05 n 02 arbovirus 0 arborvirus 0 007 @ 01328702 n 0000 ~ 01331345 n 0000 ~ 01332347 n 0000 ~ 01332653 n 0000 ~ 01333082 n 0000 ~ 01333301 n 0000 ~ 01333610 n 0000 | a large heterogeneous group of RNA viruses divisible into groups on the basis of the virions; they have been recovered from arthropods, bats, and rodents; most are borne by arthropods; they are linked by the epidemiologic concept of transmission between vertebrate hosts by arthropod vectors (mosquitoes, ticks, sandflies, midges, etc.) that feed on blood; they can cause mild fevers, hepatitis, hemorrhagic fever, and encephalitis
-01329794 05 n 01 capsid 0 002 @ 14728724 n 0000 #p 01329935 n 0000 | the outer covering of protein surrounding the nucleic acid of a virus
-01329935 05 n 01 virion 0 003 @ 09386422 n 0000 ;c 01328702 n 0000 %p 01329794 n 0000 | (virology) a complete viral particle; nucleic acid and capsid (and a lipid envelope in some viruses)
-01330126 05 n 01 adenovirus 0 002 @ 01335659 n 0000 ~ 01330314 n 0000 | any of a group of viruses including those that in humans cause upper respiratory infections or infectious pinkeye
-01330314 05 n 01 parainfluenza_virus 0 001 @ 01330126 n 0000 | a virus that causes upper respiratory infection (including the common cold and bronchiolitis); most often in children
-01330497 05 n 01 arenavirus 0 006 @ 01335659 n 0000 #m 01333082 n 0000 ~ 01330696 n 0000 ~ 01330852 n 0000 ~ 01330966 n 0000 ~ 01331188 n 0000 | animal viruses belonging to the family Arenaviridae
-01330696 05 n 01 Junin_virus 0 002 @ 01330497 n 0000 #m 01333082 n 0000 | the RNA virus that causes Argentine hemorrhagic fever; carried by rats and mice
-01330852 05 n 01 Lassa_virus 0 002 @ 01330497 n 0000 #m 01333082 n 0000 | the RNA virus that causes Lassa fever
-01330966 05 n 01 lymphocytic_choriomeningitis_virus 0 002 @ 01330497 n 0000 #m 01333082 n 0000 | the RNA virus that causes lymphocytic choriomeningitis; infects mice and monkeys and dogs and guinea pigs and human beings
-01331188 05 n 01 Machupo_virus 0 002 @ 01330497 n 0000 #m 01333082 n 0000 | the RNA virus that causes Bolivian hemorrhagic fever; carried by rats and mice
-01331345 05 n 01 Bunyaviridae 0 002 @ 01329186 n 0000 #m 08107499 n 0000 | a large family of arboviruses that affect a wide range of hosts (mainly vertebrates and arthropods)
-01331522 05 n 01 bunyavirus 0 001 @ 01335659 n 0000 | an animal virus belonging to the family Bunyaviridae; can be used as a bioweapon
-01331659 05 n 01 Filoviridae 0 003 @ 08107499 n 0000 %m 01332009 n 0000 %m 01332181 n 0000 | a family of threadlike RNA viruses that cause diseases in humans and nonhuman primates (monkeys and chimpanzees)
-01331867 05 n 01 filovirus 0 003 @ 01335659 n 0000 ~ 01332009 n 0000 ~ 01332181 n 0000 | animal viruses belonging to the family Filoviridae
-01332009 05 n 01 Ebola_virus 0 002 @ 01331867 n 0000 #m 01331659 n 0000 | a filovirus that causes Ebola hemorrhagic fever; carried by animals; can be used as a bioweapon
-01332181 05 n 01 Marburg_virus 0 002 @ 01331867 n 0000 #m 01331659 n 0000 | a filovirus that causes Marburg disease; carried by animals; can be used as a bioweapon
-01332347 05 n 01 Togaviridae 0 003 @ 01329186 n 0000 #m 08107499 n 0000 %m 01332488 n 0000 | a family of arboviruses carried by arthropods
-01332488 05 n 01 alphavirus 0 002 @ 01335659 n 0000 #m 01332347 n 0000 | an arbovirus of the family Togaviridae that can cause a variety of encephalitis in horses
-01332653 05 n 01 Flaviviridae 0 003 @ 01329186 n 0000 #m 08107499 n 0000 %m 01332795 n 0000 | a family of arboviruses carried by arthropods
-01332795 05 n 01 flavivirus 0 003 @ 01335659 n 0000 #m 01332653 n 0000 ~ 01332940 n 0000 | animal viruses belonging to the family Flaviviridae
-01332940 05 n 02 West_Nile_virus 0 West_Nile_encephalitis_virus 0 001 @ 01332795 n 0000 | the flavivirus that causes West Nile encephalitis
-01333082 05 n 01 Arenaviridae 0 007 @ 01329186 n 0000 #m 08107499 n 0000 %m 01330497 n 0000 %m 01330696 n 0000 %m 01330852 n 0000 %m 01330966 n 0000 %m 01331188 n 0000 | a family of arborviruses carried by arthropods
-01333301 05 n 01 Rhabdoviridae 0 005 @ 01329186 n 0000 #m 08107499 n 0000 %m 01333483 n 0000 %m 01340648 n 0000 %m 01340785 n 0000 | a family of arborviruses carried by arthropods
-01333483 05 n 01 vesiculovirus 0 002 @ 01335659 n 0000 #m 01333301 n 0000 | an animal virus that causes vesicular stomatitis
-01333610 05 n 01 Reoviridae 0 002 @ 01329186 n 0000 #m 08107499 n 0000 | a family of arboviruses carried by arthropods
-01333731 05 n 01 poxvirus 0 003 @ 01335659 n 0000 ~ 01333890 n 0000 ~ 01334036 n 0000 | any of a group of viruses that can cause pox diseases in vertebrates
-01333890 05 n 01 myxoma_virus 0 001 @ 01333731 n 0000 | a poxvirus closely related to smallpox virus; causes benign gelatinous tumors in humans
-01334036 05 n 02 variola_virus 0 smallpox_virus 0 003 @ 01333731 n 0000 ~ 01334217 n 0000 ~ 01334368 n 0000 | the virus that causes smallpox in humans; can be used as a bioweapon
-01334217 05 n 02 variola_major 0 variola_major_virus 0 001 @ 01334036 n 0000 | a type of smallpox virus that has a fatality rate of up to 25 percent
-01334368 05 n 02 variola_minor 0 variola_minor_virus 0 001 @ 01334036 n 0000 | a type of smallpox virus that has a fatality rate of about 1 percent
-01334518 05 n 02 tobacco_mosaic_virus 0 TMV 0 001 @ 01335460 n 0000 | the widely studied plant virus that causes tobacco mosaic; it was the first virus discovered (1892)
-01334690 05 n 02 viroid 0 virusoid 0 001 @ 01335460 n 0000 | the smallest of viruses; a plant virus with its RNA arranged in a circular chromosome without a protein coat
-01334862 05 n 02 bacteriophage 0 phage 0 005 @ 01328702 n 0000 + 02657454 a 0101 + 02657454 a 0102 ~ 01335218 n 0000 ~ 01335333 n 0000 | a virus that is parasitic (reproduces itself) in bacteria; "phage uses the bacterium's machinery and energy to produce more phage until the bacterium is destroyed and phage is released to invade surrounding bacteria"
-01335218 05 n 01 coliphage 0 001 @ 01334862 n 0000 | a bacteriophage that infects the bacterium Escherichia coli
-01335333 05 n 01 typhoid_bacteriophage 0 001 @ 01334862 n 0000 | a bacteriophage specific for the bacterium Salmonella typhi
-01335460 05 n 01 plant_virus 0 005 @ 01328702 n 0000 ~ 01334518 n 0000 ~ 01334690 n 0000 ~ 01341580 n 0000 ~ 01341727 n 0000 | a plant pathogen that is a virus consisting of a single strand of RNA
-01335659 05 n 01 animal_virus 0 019 @ 01328702 n 0000 ~ 01330126 n 0000 ~ 01330497 n 0000 ~ 01331522 n 0000 ~ 01331867 n 0000 ~ 01332488 n 0000 ~ 01332795 n 0000 ~ 01333483 n 0000 ~ 01333731 n 0000 ~ 01336076 n 0000 ~ 01336282 n 0000 ~ 01336910 n 0000 ~ 01337583 n 0000 ~ 01338685 n 0000 ~ 01340155 n 0000 ~ 01340648 n 0000 ~ 01340785 n 0000 ~ 01340935 n 0000 ~ 01341183 n 0000 | an animal pathogen that is a virus
-01336076 05 n 01 hepadnavirus 0 001 @ 01335659 n 0000 | a group of animal DNA viruses including viruses of ducks and woodchucks and squirrels and others as well as the virus causing hepatitis B in humans
-01336282 05 n 01 retrovirus 0 003 @ 01335659 n 0000 ~ 01336599 n 0000 ~ 01336718 n 0000 | any of a group of viruses that contain two single-strand linear RNA molecules per virion and reverse transcriptase (RNA to DNA); the virus transcribes its RNA into a cDNA provirus that is then incorporated into the host cell
-01336599 05 n 02 human_T-cell_leukemia_virus-1 0 HTLV-1 0 001 @ 01336282 n 0000 | retrovirus causing T-cell leukemia
-01336718 05 n 02 human_immunodeficiency_virus 0 HIV 0 001 @ 01336282 n 0000 | the virus that causes acquired immune deficiency syndrome (AIDS); it replicates in and kills the helper T cells
-01336910 05 n 01 myxovirus 0 003 @ 01335659 n 0000 ~ 01337078 n 0000 ~ 01337191 n 0000 | any of a group of RNA viruses including those that cause influenza and mumps
-01337078 05 n 01 orthomyxovirus 0 001 @ 01336910 n 0000 | a group of viruses including those causing influenza
-01337191 05 n 01 paramyxovirus 0 002 @ 01336910 n 0000 ~ 01337329 n 0000 | a group of viruses including those causing mumps and measles
-01337329 05 n 01 respiratory_syncytial_virus 0 001 @ 01337191 n 0000 | a paramyxovirus that forms syncytia in tissue culture and that is responsible for severe respiratory diseases such as bronchiolitis and bronchial pneumonia (especially in children)
-01337583 05 n 01 picornavirus 0 003 @ 01335659 n 0000 ~ 01337915 n 0000 ~ 01338537 n 0000 | a group of single-strand RNA viruses with a protein coat
-01337734 05 n 01 poliovirus 0 001 @ 01337915 n 0000 | the virus causing poliomyelitis
-01337822 05 n 01 hepatitis_A_virus 0 001 @ 01337915 n 0000 | the virus causing hepatitis A
-01337915 05 n 01 enterovirus 0 005 @ 01337583 n 0000 ~ 01337734 n 0000 ~ 01337822 n 0000 ~ 01338178 n 0000 ~ 01338333 n 0000 | any of a group of picornaviruses that infect the gastrointestinal tract and can spread to other areas (especially the nervous system)
-01338178 05 n 02 coxsackievirus 0 Coxsackie_virus 0 001 @ 01337915 n 0000 | enterovirus causing a disease resembling poliomyelitis but without paralysis
-01338333 05 n 01 echovirus 0 001 @ 01337915 n 0000 | any of a group of viruses associated with various diseases including viral meningitis and mild respiratory disorders and diarrhea in newborn infants
-01338537 05 n 01 rhinovirus 0 001 @ 01337583 n 0000 | any of a group of picornaviruses that are responsible for many upper respiratory infections
-01338685 05 n 02 herpes 0 herpes_virus 0 006 @ 01335659 n 0000 ~ 01338908 n 0000 ~ 01339336 n 0000 ~ 01339623 n 0000 ~ 01339801 n 0000 ~ 01340014 n 0000 | any of the animal viruses that cause painful blisters on the skin
-01338908 05 n 02 herpes_simplex 0 herpes_simplex_virus 0 003 @ 01338685 n 0000 ~ 01339083 n 0000 ~ 01339206 n 0000 | a herpes virus that affects the skin and nervous system
-01339083 05 n 04 herpes_simplex_1 0 HS1 0 HSV-1 0 HSV-I 0 001 @ 01338908 n 0000 | a herpes virus that causes oral herpes
-01339206 05 n 04 herpes_simplex_2 0 HS2 0 HSV-2 0 HSV-II 0 001 @ 01338908 n 0000 | a herpes virus that can cause genital herpes
-01339336 05 n 02 herpes_zoster 0 herpes_zoster_virus 0 002 @ 01338685 n 0000 ~ 01339471 n 0000 | a herpes virus that causes shingles
-01339471 05 n 02 herpes_varicella_zoster 0 herpes_varicella_zoster_virus 0 001 @ 01339336 n 0000 | a herpes virus that causes chickenpox and shingles
-01339623 05 n 02 Epstein-Barr_virus 0 EBV 0 001 @ 01338685 n 0000 | the herpes virus that causes infectious mononucleosis; associated with specific cancers in Africa and China
-01339801 05 n 02 cytomegalovirus 0 CMV 0 001 @ 01338685 n 0000 | any of a group of herpes viruses that enlarge epithelial cells and can cause birth defects; can affect humans with impaired immunological systems
-01340014 05 n 01 varicella_zoster_virus 0 001 @ 01338685 n 0000 | the member of the herpes virus family that is responsible for chickenpox
-01340155 05 n 01 papovavirus 0 003 @ 01335659 n 0000 ~ 01340331 n 0000 ~ 01340522 n 0000 | any of a group of animal viruses associated with or causing papillomas or polyomas
-01340331 05 n 01 human_papilloma_virus 0 001 @ 01340155 n 0000 | any of a group of papovaviruses associated with genital or oral carcinomas or a group associated with benign genital tumors
-01340522 05 n 02 polyoma 0 polyoma_virus 0 001 @ 01340155 n 0000 | a virus the can initiate various kinds of tumors in mice
-01340648 05 n 01 rhabdovirus 0 002 @ 01335659 n 0000 #m 01333301 n 0000 | any of a group of arboviruses including those causing rabies
-01340785 05 n 01 lyssavirus 0 002 @ 01335659 n 0000 #m 01333301 n 0000 | a neurotropic non-arbovirus of the family Rhabdoviridae that causes rabies
-01340935 05 n 01 reovirus 0 002 @ 01335659 n 0000 ~ 01341090 n 0000 | any of a group of non-arboviruses including the rotavirus causing infant enteritis
-01341090 05 n 01 rotavirus 0 001 @ 01340935 n 0000 | the reovirus causing infant enteritis
-01341183 05 n 02 parvovirus 0 parvo 0 001 @ 01335659 n 0000 | any of a group of viruses containing DNA in an icosahedral protein shell and causing disease in dogs and cattle; not known to be associated with any human disease
-01341410 05 n 01 slow_virus 0 001 @ 01328702 n 0000 | a virus that remains dormant in the body for a long time before symptoms appear; "kuru is caused by a slow virus"
-01341580 05 n 01 onion_yellow-dwarf_virus 0 001 @ 01335460 n 0000 | the virus that produces stunting and yellowing of the leaves of onion plants
-01341727 05 n 01 potato_yellow-dwarf_virus 0 001 @ 01335460 n 0000 | the virus that produces stunting and yellowing of the leaves of potato plants
-01341876 05 n 04 Monera 0 kingdom_Monera 0 Prokayotae 0 kingdom_Prokaryotae 0 006 @ 07940552 n 0000 %m 01342269 n 0000 %m 01347431 n 0000 %m 01354869 n 0000 %m 01379636 n 0000 %m 01388992 n 0000 | prokaryotic bacteria and blue-green algae and various primitive pathogens; because of lack of consensus on how to divide the organisms into phyla informal names are used for the major divisions
-01342269 05 n 02 moneran 0 moneron 0 004 @ 01326291 n 0000 #m 01341876 n 0000 ~ 01347583 n 0000 ~ 01355326 n 0000 | organisms that typically reproduce by asexual budding or fission and whose nutritional mode is absorption or photosynthesis or chemosynthesis
-01342529 05 n 01 animal_order 0 256 @ 08106934 n 0000 #m 01313093 n 0000 ~ 01356086 n 0000 ~ 01360330 n 0000 ~ 01370913 n 0000 ~ 01373272 n 0000 ~ 01374989 n 0000 ~ 01377906 n 0000 ~ 01381399 n 0000 ~ 01390627 n 0000 ~ 01390899 n 0000 ~ 01391569 n 0000 ~ 01392843 n 0000 ~ 01393873 n 0000 ~ 01403805 n 0000 ~ 01409940 n 0000 ~ 01417041 n 0000 ~ 01418794 n 0000 ~ 01419082 n 0000 ~ 01422835 n 0000 ~ 01423464 n 0000 ~ 01423757 n 0000 ~ 01425983 n 0000 ~ 01426466 n 0000 ~ 01427005 n 0000 ~ 01427241 n 0000 ~ 01427547 n 0000 ~ 01428155 n 0000 ~ 01437805 n 0000 ~ 01450081 n 0000 ~ 01452496 n 0000 ~ 01453852 n 0000 ~ 01474641 n 0000 ~ 01475025 n 0000 ~ 01475421 n 0000 ~ 01475794 n 0000 ~ 01476135 n 0000 ~ 01476829 n 0000 ~ 01477184 n 0000 ~ 01478073 n 0000 ~ 01496037 n 0000 ~ 01496617 n 0000 ~ 01518170 n 0000 ~ 01518347 n 0000 ~ 01519046 n 0000 ~ 01520058 n 0000 ~ 01520789 n 0000 ~ 01521980 n 0000 ~ 01522594 n 0000 ~ 01523656 n 0000 ~ 01523908 n 0000 ~ 01524885 n 0000 ~ 01545149 n 0000 ~ 01546223 n 0000 ~ 01546660 n 0000 ~ 01547143 n 0000 ~ 01604123 n 0000 ~ 01604625 n 0000 ~ 01620967 n 0000 ~ 01628450 n 0000 ~ 01639369 n 0000 ~ 01654957 n 0000 ~ 01655577 n 0000 ~ 01656078 n 0000 ~ 01656340 n 0000 ~ 01656576 n 0000 ~ 01662274 n 0000 ~ 01672950 n 0000 ~ 01673503 n 0000 ~ 01673668 n 0000 ~ 01696282 n 0000 ~ 01696525 n 0000 ~ 01700076 n 0000 ~ 01701334 n 0000 ~ 01702623 n 0000 ~ 01702862 n 0000 ~ 01703341 n 0000 ~ 01705247 n 0000 ~ 01707895 n 0000 ~ 01708332 n 0000 ~ 01708648 n 0000 ~ 01708778 n 0000 ~ 01711662 n 0000 ~ 01712432 n 0000 ~ 01713310 n 0000 ~ 01715692 n 0000 ~ 01716732 n 0000 ~ 01719645 n 0000 ~ 01721404 n 0000 ~ 01721718 n 0000 ~ 01722828 n 0000 ~ 01723678 n 0000 ~ 01724055 n 0000 ~ 01725240 n 0000 ~ 01725427 n 0000 ~ 01725933 n 0000 ~ 01726390 n 0000 ~ 01769635 n 0000 ~ 01770263 n 0000 ~ 01770553 n 0000 ~ 01771246 n 0000 ~ 01771966 n 0000 ~ 01775879 n 0000 ~ 01785831 n 0000 ~ 01786879 n 0000 ~ 01787401 n 0000 ~ 01788420 n 0000 ~ 01789064 n 0000 ~ 01809977 n 0000 ~ 01810466 n 0000 ~ 01816635 n 0000 ~ 01822423 n 0000 ~ 01825417 n 0000 ~ 01825758 n 0000 ~ 01831519 n 0000 ~ 01834702 n 0000 ~ 01837746 n 0000 ~ 01843805 n 0000 ~ 01845272 n 0000 ~ 01846156 n 0000 ~ 01871699 n 0000 ~ 01874126 n 0000 ~ 01888520 n 0000 ~ 01888821 n 0000 ~ 01888948 n 0000 ~ 01912272 n 0000 ~ 01914415 n 0000 ~ 01915093 n 0000 ~ 01915290 n 0000 ~ 01916010 n 0000 ~ 01916738 n 0000 ~ 01919714 n 0000 ~ 01919912 n 0000 ~ 01920582 n 0000 ~ 01921216 n 0000 ~ 01950457 n 0000 ~ 01952162 n 0000 ~ 01952812 n 0000 ~ 01954340 n 0000 ~ 01956924 n 0000 ~ 01969550 n 0000 ~ 01970866 n 0000 ~ 01973375 n 0000 ~ 01975880 n 0000 ~ 01976477 n 0000 ~ 01982482 n 0000 ~ 01986367 n 0000 ~ 01988319 n 0000 ~ 01988481 n 0000 ~ 01988971 n 0000 ~ 01989701 n 0000 ~ 01990627 n 0000 ~ 01992516 n 0000 ~ 01995137 n 0000 ~ 01995803 n 0000 ~ 01997436 n 0000 ~ 02001428 n 0000 ~ 02012306 n 0000 ~ 02018485 n 0000 ~ 02021438 n 0000 ~ 02022135 n 0000 ~ 02022498 n 0000 ~ 02040698 n 0000 ~ 02048514 n 0000 ~ 02049299 n 0000 ~ 02051213 n 0000 ~ 02055280 n 0000 ~ 02057478 n 0000 ~ 02062209 n 0000 ~ 02062991 n 0000 ~ 02066450 n 0000 ~ 02073041 n 0000 ~ 02074915 n 0000 ~ 02075727 n 0000 ~ 02082358 n 0000 ~ 02138921 n 0000 ~ 02139479 n 0000 ~ 02140970 n 0000 ~ 02161737 n 0000 ~ 02161944 n 0000 ~ 02163144 n 0000 ~ 02163616 n 0000 ~ 02163982 n 0000 ~ 02183353 n 0000 ~ 02183697 n 0000 ~ 02185337 n 0000 ~ 02185973 n 0000 ~ 02188065 n 0000 ~ 02199712 n 0000 ~ 02205896 n 0000 ~ 02222718 n 0000 ~ 02225959 n 0000 ~ 02230782 n 0000 ~ 02232606 n 0000 ~ 02233096 n 0000 ~ 02235575 n 0000 ~ 02236495 n 0000 ~ 02241184 n 0000 ~ 02245592 n 0000 ~ 02260183 n 0000 ~ 02261883 n 0000 ~ 02262679 n 0000 ~ 02263038 n 0000 ~ 02265471 n 0000 ~ 02267975 n 0000 ~ 02268334 n 0000 ~ 02268746 n 0000 ~ 02269015 n 0000 ~ 02269829 n 0000 ~ 02271427 n 0000 ~ 02272707 n 0000 ~ 02273545 n 0000 ~ 02319423 n 0000 ~ 02319689 n 0000 ~ 02323186 n 0000 ~ 02329093 n 0000 ~ 02330582 n 0000 ~ 02346315 n 0000 ~ 02354950 n 0000 ~ 02371471 n 0000 ~ 02372251 n 0000 ~ 02373093 n 0000 ~ 02394068 n 0000 ~ 02398732 n 0000 ~ 02453373 n 0000 ~ 02453890 n 0000 ~ 02461372 n 0000 ~ 02469588 n 0000 ~ 02470451 n 0000 ~ 02494538 n 0000 ~ 02495789 n 0000 ~ 02496576 n 0000 ~ 02497214 n 0000 ~ 02501101 n 0000 ~ 02502085 n 0000 ~ 02502902 n 0000 ~ 02517169 n 0000 ~ 02521241 n 0000 ~ 02521472 n 0000 ~ 02525866 n 0000 ~ 02528534 n 0000 ~ 02544596 n 0000 ~ 02547213 n 0000 ~ 02549533 n 0000 ~ 02551824 n 0000 ~ 02553196 n 0000 ~ 02554512 n 0000 ~ 02574489 n 0000 ~ 02600953 n 0000 ~ 02612393 n 0000 ~ 02623170 n 0000 ~ 02638323 n 0000 ~ 02641608 n 0000 ~ 02641825 n 0000 ~ 02652335 n 0000 ~ 02657083 n 0000 | the order of animals
-01347199 05 n 01 protoctist_order 0 009 @ 08106934 n 0000 #m 01386494 n 0000 ~ 01401296 n 0000 ~ 01402831 n 0000 ~ 01408253 n 0000 ~ 01408880 n 0000 ~ 01410847 n 0000 ~ 01411556 n 0000 ~ 01412279 n 0000 | the order of protoctists
-01347431 05 n 01 division_Archaebacteria 0 003 @ 08221348 n 0000 #m 01341876 n 0000 %m 01347583 n 0000 | in some classifications considered a kingdom
-01347583 05 n 04 archaebacteria 0 archaebacterium 0 archaeobacteria 0 archeobacteria 0 005 @ 01342269 n 0000 #m 01347431 n 0000 ~ 01347858 n 0000 ~ 01348075 n 0000 ~ 01348388 n 0000 | considered ancient life forms that evolved separately from bacteria and blue-green algae
-01347858 05 n 01 methanogen 0 001 @ 01347583 n 0000 | archaebacteria found in anaerobic environments such as animal intestinal tracts or sediments or sewage and capable of producing methane; a source of natural gas
-01348075 05 n 02 halophile 0 halophil 0 002 @ 01347583 n 0000 ~ 01348232 n 0000 | archaebacteria requiring a salt-rich environment for growth and survival
-01348232 05 n 03 halobacteria 0 halobacterium 0 halobacter 0 001 @ 01348075 n 0000 | halophiles in saline environments such as the Dead Sea or salt flats
-01348388 05 n 01 thermoacidophile 0 001 @ 01347583 n 0000 | archaebacteria that thrive in strongly acidic environments at high temperatures
-01348530 05 n 02 bacteria 0 bacterium 0 028 @ 01326291 n 0000 ;c 06077648 n 0000 + 02657741 a 0203 + 02833544 a 0201 + 00138360 v 0201 + 00138360 v 0202 + 02833544 a 0101 -c 01696999 a 0000 -c 01820684 a 0000 -c 01821078 a 0000 -c 00860434 n 0000 -c 01135163 n 0000 ~ 01349333 n 0000 ~ 01349495 n 0000 ~ 01349735 n 0000 ~ 01355326 n 0000 ~ 01365122 n 0000 ~ 01365474 n 0000 ~ 01365885 n 0000 ~ 01374224 n 0000 ~ 01374457 n 0000 ~ 01377392 n 0000 ~ 01377510 n 0000 ~ 01377602 n 0000 ~ 01380610 n 0000 ~ 02247950 n 0000 -c 05213894 n 0000 -c 05453815 n 0000 | (microbiology) single-celled or noncellular spherical or spiral or rod-shaped organisms lacking chlorophyll that reproduce by fission; important as pathogens and for biochemical properties; taxonomy is difficult; often considered to be plants
-01349333 05 n 02 acidophil 0 acidophile 0 003 @ 01348530 n 0000 + 00026895 a 0201 + 00026895 a 0101 | an organism that thrives in a relatively acid environment
-01349495 05 n 04 probiotic 0 probiotic_bacterium 0 probiotic_microflora 0 probiotic_flora 0 002 @ 01348530 n 0000 ~ 01380298 n 0000 | a beneficial bacterium found in the intestinal tract of healthy mammals; often considered to be a plant
-01349735 05 n 01 bacteroid 0 003 @ 01348530 n 0000 + 02657741 a 0102 + 02657741 a 0101 | a rodlike bacterium (especially any of the rod-shaped or branched bacteria in the root nodules of nitrogen-fixing plants)
-01349948 05 n 02 bacillus 0 B 0 007 @ 01355326 n 0000 #m 01356670 n 0000 + 02144988 a 0102 + 02656930 a 0102 ~ 01350226 n 0000 ~ 01350485 n 0000 ~ 01350701 n 0000 | aerobic rod-shaped spore-producing bacterium; often occurring in chainlike formations; found primarily in soil
-01350226 05 n 02 Bacillus_anthracis 0 anthrax_bacillus 0 002 @ 01349948 n 0000 @ 02842303 n 0000 | a species of bacillus that causes anthrax in humans and in animals (cattle and swine and sheep and rabbits and mice and guinea pigs); can be used a bioweapon
-01350485 05 n 04 Bacillus_subtilis 0 Bacillus_globigii 0 grass_bacillus 0 hay_bacillus 0 001 @ 01349948 n 0000 | a species of bacillus found in soil and decomposing organic matter; some strains produce antibiotics
-01350701 05 n 01 Yersinia_pestis 0 001 @ 01349948 n 0000 | a bacillus bacterium that causes the plague; aerosolized bacteria can be used as a bioweapon
-01350855 05 n 02 coccus 0 cocci 0 003 @ 01355326 n 0000 + 02698898 a 0101 ~ 01379389 n 0000 | any spherical or nearly spherical bacteria
-01350994 05 n 01 coccobacillus 0 002 @ 01355326 n 0000 ~ 01351170 n 0000 | a bacterial cell intermediate in morphology between a coccus and a bacillus; a very short bacillus
-01351170 05 n 01 Brucella 0 001 @ 01350994 n 0000 | an aerobic Gram-negative coccobacillus that causes brucellosis; can be used as a bioweapon
-01351315 05 n 02 spirillum 1 spirilla 0 001 @ 01355326 n 0000 | any flagellated aerobic bacteria having a spirally twisted rodlike form
-01351453 05 n 02 Heliobacter 0 genus_Heliobacter 0 001 @ 01352574 n 0000 | a genus of helical or curved or straight aerobic bacteria with rounded ends and multiple flagella; found in the gastric mucosa of primates (including humans)
-01351688 05 n 02 Heliobacter_pylori 0 H._pylori 0 001 @ 01353411 n 0000 | the type species of genus Heliobacter; produces urease and is associated with several gastroduodenal diseases (including gastritis and gastric ulcers and duodenal ulcers and other peptic ulcers)
-01351959 05 n 01 bacteria_order 0 002 @ 08456993 n 0000 #m 01354869 n 0000 | an order of bacteria
-01352059 05 n 01 bacteria_family 0 025 @ 08107499 n 0000 #m 01354869 n 0000 ~ 01354149 n 0000 ~ 01356459 n 0000 ~ 01358904 n 0000 ~ 01359070 n 0000 ~ 01359488 n 0000 ~ 01360712 n 0000 ~ 01361840 n 0000 ~ 01362769 n 0000 ~ 01363423 n 0000 ~ 01364587 n 0000 ~ 01366015 n 0000 ~ 01367430 n 0000 ~ 01371092 n 0000 ~ 01372372 n 0000 ~ 01373440 n 0000 ~ 01375460 n 0000 ~ 01375913 n 0000 ~ 01376801 n 0000 ~ 01378137 n 0000 ~ 01378800 n 0000 ~ 01379636 n 0000 ~ 01381604 n 0000 ~ 01382273 n 0000 | a family of bacteria
-01352574 05 n 01 bacteria_genus 0 043 @ 08108972 n 0000 #m 01354869 n 0000 ~ 01351453 n 0000 ~ 01353773 n 0000 ~ 01354324 n 0000 ~ 01354521 n 0000 ~ 01356670 n 0000 ~ 01356888 n 0000 ~ 01359203 n 0000 ~ 01359631 n 0000 ~ 01360937 n 0000 ~ 01361465 n 0000 ~ 01361973 n 0000 ~ 01362196 n 0000 ~ 01362480 n 0000 ~ 01362999 n 0000 ~ 01363600 n 0000 ~ 01364008 n 0000 ~ 01364866 n 0000 ~ 01366415 n 0000 ~ 01366881 n 0000 ~ 01368095 n 0000 ~ 01368552 n 0000 ~ 01368853 n 0000 ~ 01369633 n 0000 ~ 01370142 n 0000 ~ 01370581 n 0000 ~ 01371342 n 0000 ~ 01372544 n 0000 ~ 01373675 n 0000 ~ 01375617 n 0000 ~ 01376092 n 0000 ~ 01376948 n 0000 ~ 01378346 n 0000 ~ 01379116 n 0000 ~ 01379252 n 0000 ~ 01379954 n 0000 ~ 01380489 n 0000 ~ 01380902 n 0000 ~ 01381829 n 0000 ~ 01382482 n 0000 ~ 01382839 n 0000 ~ 01383332 n 0000 | a genus of bacteria
-01353411 05 n 01 bacteria_species 0 010 @ 08110373 n 0000 #m 01354869 n 0000 ~ 01351688 n 0000 ~ 01353658 n 0000 ~ 01353932 n 0000 ~ 01354724 n 0000 ~ 01365322 n 0000 ~ 01365684 n 0000 ~ 01369819 n 0000 ~ 01381285 n 0000 | a species of bacteria
-01353658 05 n 01 Pseudomonas_pyocanea 0 002 @ 01353411 n 0000 #m 01360937 n 0000 | a species of aerobic bacteria
-01353773 05 n 02 Aerobacter 0 genus_Aerobacter 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01353932 n 0000 | aerobic bacteria widely distributed in nature
-01353932 05 n 01 Aerobacter_aerogenes 0 002 @ 01353411 n 0000 #m 01353773 n 0000 | a species of Gram-negative aerobic bacteria that produce gas and acid from sugars and are sometimes involved in the souring of milk
-01354149 05 n 02 Rhizobiaceae 0 family_Rhizobiaceae 0 004 @ 01352059 n 0000 #m 01356086 n 0000 %m 01354324 n 0000 %m 01354521 n 0000 | a small family of rod-shaped bacteria
-01354324 05 n 02 Rhizobium 0 genus_Rhizobium 0 002 @ 01352574 n 0000 #m 01354149 n 0000 | the type genus of Rhizobiaceae; usually occur in the root nodules of legumes; can fix atmospheric oxygen
-01354521 05 n 02 Agrobacterium 0 genus_Agrobacterium 0 003 @ 01352574 n 0000 #m 01354149 n 0000 %m 01354724 n 0000 | small motile bacterial rods that can reduce nitrates and cause galls on plant stems
-01354724 05 n 01 Agrobacterium_tumefaciens 0 002 @ 01353411 n 0000 #m 01354521 n 0000 | the bacteria that produce crown gall disease in plants
-01354869 05 n 01 division_Eubacteria 0 017 @ 08221348 n 0000 #m 01341876 n 0000 %m 01351959 n 0000 %m 01352059 n 0000 %m 01352574 n 0000 %m 01353411 n 0000 %m 01355326 n 0000 %m 01356086 n 0000 %m 01357707 n 0000 %m 01357967 n 0000 %m 01360330 n 0000 %m 01370913 n 0000 %m 01373272 n 0000 %m 01374989 n 0000 %m 01377906 n 0000 %m 01378800 n 0000 %m 01381399 n 0000 | one-celled monerans having simple cells with rigid walls and (in motile types) flagella
-01355326 05 n 03 eubacteria 0 eubacterium 0 true_bacteria 0 034 @ 01348530 n 0000 @ 01342269 n 0000 #m 01354869 n 0000 ~ 01349948 n 0000 ~ 01350855 n 0000 ~ 01350994 n 0000 ~ 01351315 n 0000 ~ 01357156 n 0000 ~ 01357328 n 0000 ~ 01357507 n 0000 ~ 01358572 n 0000 ~ 01359945 n 0000 ~ 01361261 n 0000 ~ 01361683 n 0000 ~ 01362336 n 0000 ~ 01362623 n 0000 ~ 01363121 n 0000 ~ 01363719 n 0000 ~ 01364162 n 0000 ~ 01366276 n 0000 ~ 01367083 n 0000 ~ 01367772 n 0000 ~ 01370816 n 0000 ~ 01371483 n 0000 ~ 01372709 n 0000 ~ 01373826 n 0000 ~ 01375204 n 0000 ~ 01375760 n 0000 ~ 01377092 n 0000 ~ 01378545 n 0000 ~ 01380118 n 0000 ~ 01381044 n 0000 ~ 01382033 n 0000 %p 01458302 n 0000 | a large group of bacteria having rigid cell walls; motile types have flagella
-01356086 05 n 02 Eubacteriales 0 order_Eubacteriales 0 007 @ 01342529 n 0000 #m 01354869 n 0000 %m 01354149 n 0000 %m 01356459 n 0000 %m 01364587 n 0000 %m 01366015 n 0000 %m 01367430 n 0000 | one of two usually recognized orders of true bacteria; Gram-positive spherical or rod-shaped forms; some are motile; in some classifications considered an order of Schizomycetes
-01356459 05 n 02 Bacillaceae 0 family_Bacillaceae 0 004 @ 01352059 n 0000 #m 01356086 n 0000 %m 01356670 n 0000 %m 01356888 n 0000 | typically rod-shaped usually Gram-positive bacteria that produce endospores
-01356670 05 n 01 genus_Bacillus 0 003 @ 01352574 n 0000 #m 01356459 n 0000 %m 01349948 n 0000 | type genus of the Bacillaceae; includes many saprophytes important in decay of organic matter and a number of parasites
-01356888 05 n 01 genus_Clostridium 0 005 @ 01352574 n 0000 #m 01356459 n 0000 %m 01357156 n 0000 %m 01357328 n 0000 %m 01357507 n 0000 | anaerobic or micro-aerophilic rod-shaped or spindle-shaped saprophytes; nearly cosmopolitan in soil, animal intestines, and dung
-01357156 05 n 02 clostridium 0 clostridia 0 002 @ 01355326 n 0000 #m 01356888 n 0000 | spindle-shaped bacterial cell especially one swollen at the center by an endospore
-01357328 05 n 03 botulinus 0 botulinum 0 Clostridium_botulinum 0 002 @ 01355326 n 0000 #m 01356888 n 0000 | anaerobic bacterium producing botulin the toxin that causes botulism
-01357507 05 n 01 clostridium_perfringens 0 003 @ 01355326 n 0000 @ 02842303 n 0000 #m 01356888 n 0000 | anaerobic Gram-positive rod bacterium that produces epsilon toxin; can be used as a bioweapon
-01357707 05 n 02 Cyanophyta 0 division_Cyanophyta 0 003 @ 08221348 n 0000 #m 01354869 n 0000 %m 01358259 n 0000 | prokaryotic organisms sometimes considered a class or phylum or subkingdom; coextensive with the Cyanophyceae: cyanobacteria (blue-green algae)
-01357967 05 n 02 Schizophyta 0 division_Schizophyta 0 004 @ 08221348 n 0000 #m 01354869 n 0000 %m 01358135 n 0000 %m 01358904 n 0000 | former term for the Cyanophyta
-01358135 05 n 02 Schizomycetes 0 class_Schizomycetes 0 002 @ 08103777 n 0000 #m 01357967 n 0000 | a former classification
-01358259 05 n 03 class_Cyanobacteria 0 Cyanophyceae 0 class_Cyanophyceae 0 005 @ 08103777 n 0000 #m 01357707 n 0000 %m 01358572 n 0000 %m 01359070 n 0000 %m 01359488 n 0000 | photosynthetic bacteria found in fresh and salt water, having chlorophyll a and phycobilins; once thought to be algae: blue-green algae
-01358572 05 n 02 cyanobacteria 0 blue-green_algae 0 005 @ 01355326 n 0000 #m 01358259 n 0000 + 02833979 a 0101 ~ 01359365 n 0000 ~ 01359762 n 0000 | predominantly photosynthetic prokaryotic organisms containing a blue pigment in addition to chlorophyll; occur singly or in colonies in diverse habitats; important as phytoplankton
-01358904 05 n 04 Myxophyceae 0 family_Myxophyceae 0 Schizophyceae 0 family_Schizophyceae 0 002 @ 01352059 n 0000 #m 01357967 n 0000 | former terms for Cyanophyceae
-01359070 05 n 02 Nostocaceae 0 family_Nostocaceae 0 003 @ 01352059 n 0000 #m 01358259 n 0000 %m 01359203 n 0000 | blue-green algae
-01359203 05 n 01 genus_Nostoc 0 003 @ 01352574 n 0000 #m 01359070 n 0000 %m 01359365 n 0000 | type genus of the family Nostocaceae: freshwater blue-green algae
-01359365 05 n 01 nostoc 0 002 @ 01358572 n 0000 #m 01359203 n 0000 | found in moist places as rounded jellylike colonies
-01359488 05 n 02 Oscillatoriaceae 0 family_Oscillatoriaceae 0 003 @ 01352059 n 0000 #m 01358259 n 0000 %m 01359631 n 0000 | blue green algae
-01359631 05 n 01 genus_Trichodesmium 0 003 @ 01352574 n 0000 #m 01359488 n 0000 %m 01359762 n 0000 | a genus of blue-green algae
-01359762 05 n 01 trichodesmium 0 002 @ 01358572 n 0000 #m 01359631 n 0000 | large colonial bacterium common in tropical open-ocean waters; important in carbon and nitrogen fixation
-01359945 05 n 02 phototrophic_bacteria 0 phototropic_bacteria 0 002 @ 01355326 n 0000 ~ 01360180 n 0000 | green and purple bacteria; energy for growth is derived from sunlight; carbon is derived from carbon dioxide or organic carbon
-01360180 05 n 01 purple_bacteria 0 001 @ 01359945 n 0000 | free-living Gram-negative pink to purplish-brown bacteria containing bacteriochlorophyll
-01360330 05 n 02 Pseudomonadales 0 order_Pseudomonadales 0 007 @ 01342529 n 0000 #m 01354869 n 0000 %m 01360712 n 0000 %m 01361840 n 0000 %m 01361973 n 0000 %m 01362769 n 0000 %m 01363423 n 0000 | one of two usually recognized orders of true bacteria; Gram-negative spiral or spherical or rod-shaped bacteria usually motile by polar flagella; some contain photosynthetic pigments
-01360712 05 n 02 Pseudomonodaceae 0 family_Pseudomonodaceae 0 004 @ 01352059 n 0000 #m 01360330 n 0000 %m 01360937 n 0000 %m 01361465 n 0000 | rod-shaped Gram-negative bacteria; include important plant and animal pathogens
-01360937 05 n 02 Pseudomonas 0 genus_Pseudomonas 0 004 @ 01352574 n 0000 #m 01360712 n 0000 %m 01353658 n 0000 %m 01361261 n 0000 | type genus of the family Pseudomonodaceae
-01361113 05 n 02 ring_rot_bacteria 0 Pseudomonas_solanacearum 0 001 @ 01361261 n 0000 | causes brown rot in tomatoes and potatoes and tobacco etc
-01361261 05 n 01 pseudomonad 0 003 @ 01355326 n 0000 #m 01360937 n 0000 ~ 01361113 n 0000 | bacteria usually producing greenish fluorescent water-soluble pigment; some pathogenic for plants and animals
-01361465 05 n 02 Xanthomonas 0 genus_Xanthomonas 0 003 @ 01352574 n 0000 #m 01360712 n 0000 %m 01361683 n 0000 | a genus of bacteria similar to Pseudomonas but producing a yellow pigment that is not soluble in water
-01361683 05 n 01 xanthomonad 0 002 @ 01355326 n 0000 #m 01361465 n 0000 | bacteria producing yellow non-water-soluble pigments; some pathogenic for plants
-01361840 05 n 02 Athiorhodaceae 0 family_Athiorhodaceae 0 002 @ 01352059 n 0000 #m 01360330 n 0000 | small motile sulphur bacteria
-01361973 05 n 02 Nitrobacteriaceae 0 family_Nitrobacteriaceae 0 004 @ 01352574 n 0000 #m 01360330 n 0000 %m 01362196 n 0000 %m 01362480 n 0000 | usually rod-shaped bacteria that oxidize ammonia or nitrites: nitrobacteria
-01362196 05 n 02 Nitrobacter 0 genus_Nitrobacter 0 003 @ 01352574 n 0000 #m 01361973 n 0000 %m 01362336 n 0000 | rod-shaped soil bacteria
-01362336 05 n 02 nitric_bacteria 0 nitrobacteria 0 002 @ 01355326 n 0000 #m 01362196 n 0000 | soil bacteria that convert nitrites to nitrates
-01362480 05 n 02 Nitrosomonas 0 genus_Nitrosomonas 0 003 @ 01352574 n 0000 #m 01361973 n 0000 %m 01362623 n 0000 | ellipsoidal soil bacteria
-01362623 05 n 02 nitrosobacteria 0 nitrous_bacteria 0 002 @ 01355326 n 0000 #m 01362480 n 0000 | soil bacteria that oxidize ammonia to nitrites
-01362769 05 n 02 Thiobacteriaceae 0 family_Thiobacteriaceae 0 003 @ 01352059 n 0000 #m 01360330 n 0000 %m 01362999 n 0000 | free-living coccoid to rod-shaped bacteria that derive energy from oxidizing sulfur or sulfur compounds
-01362999 05 n 01 genus_Thiobacillus 0 003 @ 01352574 n 0000 #m 01362769 n 0000 %m 01363121 n 0000 | a genus of bacteria
-01363121 05 n 01 thiobacillus 0 003 @ 01355326 n 0000 #m 01362999 n 0000 ~ 01363288 n 0000 | small rod-shaped bacteria living in sewage or soil and oxidizing sulfur
-01363288 05 n 03 thiobacteria 0 sulphur_bacteria 0 sulfur_bacteria 0 001 @ 01363121 n 0000 | any bacterium of the genus Thiobacillus
-01363423 05 n 02 Spirillaceae 0 family_Spirillaceae 0 004 @ 01352059 n 0000 #m 01360330 n 0000 %m 01363600 n 0000 %m 01364008 n 0000 | rigid spirally curved elongate bacteria
-01363600 05 n 01 genus_Spirillum 0 003 @ 01352574 n 0000 #m 01363423 n 0000 %m 01363719 n 0000 | a genus of bacteria
-01363719 05 n 01 spirillum 2 003 @ 01355326 n 0000 #m 01363600 n 0000 ~ 01363887 n 0000 | spirally twisted elongate rodlike bacteria usually living in stagnant water
-01363887 05 n 02 ratbite_fever_bacterium 0 Spirillum_minus 0 001 @ 01363719 n 0000 | a bacterium causing ratbite fever
-01364008 05 n 01 genus_Vibrio 0 005 @ 01352574 n 0000 #m 01363423 n 0000 %m 01364162 n 0000 %m 01364329 n 0000 %m 01364472 n 0000 | a genus of bacteria
-01364162 05 n 02 vibrio 0 vibrion 0 005 @ 01355326 n 0000 #m 01364008 n 0000 + 03128963 a 0101 ~ 01364329 n 0000 ~ 01364472 n 0000 | curved rodlike motile bacterium
-01364329 05 n 02 comma_bacillus 0 Vibrio_comma 0 002 @ 01364162 n 0000 #m 01364008 n 0000 | comma-shaped bacteria that cause Asiatic cholera
-01364472 05 n 01 Vibrio_fetus 0 002 @ 01364162 n 0000 #m 01364008 n 0000 | bacteria that cause abortion in sheep
-01364587 05 n 02 Bacteroidaceae 0 family_Bacteroidaceae 0 003 @ 01352059 n 0000 #m 01356086 n 0000 %m 01364866 n 0000 | family of bacteria living usually in the alimentary canal or on mucous surfaces of warm-blooded animals; sometimes associated with acute infective processes
-01364866 05 n 02 Bacteroides 0 genus_Bacteroides 0 002 @ 01352574 n 0000 #m 01364587 n 0000 | type genus of Bacteroidaceae; genus of Gram-negative rodlike anaerobic bacteria producing no endospores and no pigment and living in the gut of man and animals
-01365122 05 n 02 Calymmatobacterium 0 genus_Calymmatobacterium 0 002 @ 01348530 n 0000 %m 01365322 n 0000 | a genus of bacterial rods containing only the one species that causes granuloma inguinale
-01365322 05 n 01 Calymmatobacterium_granulomatis 0 002 @ 01353411 n 0000 #m 01365122 n 0000 | the species of bacteria that causes granuloma inguinale
-01365474 05 n 02 Francisella 0 genus_Francisella 0 002 @ 01348530 n 0000 %m 01365684 n 0000 | a genus of Gram-negative aerobic bacteria that occur as pathogens and parasite in many animals (including humans)
-01365684 05 n 01 Francisella_tularensis 0 002 @ 01353411 n 0000 #m 01365474 n 0000 | the type species of the genus Francisella and the causal agent of tularemia in humans; can be used as a bioweapon
-01365885 05 n 02 gonococcus 0 Neisseria_gonorrhoeae 0 001 @ 01348530 n 0000 | the pus-producing bacterium that causes gonorrhea
-01366015 05 n 02 Corynebacteriaceae 0 family_Corynebacteriaceae 0 004 @ 01352059 n 0000 #m 01356086 n 0000 %m 01366415 n 0000 %m 01366881 n 0000 | a large family of mostly Gram-positive and aerobic and nonmotile rod-shaped bacteria of the order Eubacteriales
-01366276 05 n 01 corynebacterium 0 003 @ 01355326 n 0000 #m 01366415 n 0000 ~ 01366700 n 0000 | any species of the genus Corynebacterium
-01366415 05 n 01 genus_Corynebacterium 0 004 @ 01352574 n 0000 #m 01366015 n 0000 %m 01366276 n 0000 %m 01366700 n 0000 | the type genus of the family Corynebacteriaceae which is widely distributed in nature; the best known are parasites and pathogens of humans and domestic animals
-01366700 05 n 03 Corynebacterium_diphtheriae 0 C._diphtheriae 0 Klebs-Loeffler_bacillus 0 002 @ 01366276 n 0000 #m 01366415 n 0000 | a species of bacterium that causes diphtheria
-01366881 05 n 01 genus_Listeria 0 003 @ 01352574 n 0000 #m 01366015 n 0000 %m 01367083 n 0000 | a genus of aerobic motile bacteria of the family Corynebacteriaceae containing small Gram-positive rods
-01367083 05 n 01 listeria 0 003 @ 01355326 n 0000 #m 01366881 n 0000 ~ 01367208 n 0000 | any species of the genus Listeria
-01367208 05 n 02 Listeria_monocytogenes 0 L._monocytogenes 0 001 @ 01367083 n 0000 | the type species of the genus Listeria; can cause meningitis, encephalitis, septicemia, endocarditis, abortion, abscesses, listeriosis
-01367430 05 n 02 Enterobacteriaceae 0 family_Enterobacteriaceae 0 010 @ 01352059 n 0000 #m 01356086 n 0000 %m 01353773 n 0000 %m 01367772 n 0000 %m 01368095 n 0000 %m 01368552 n 0000 %m 01368853 n 0000 %m 01369633 n 0000 %m 01370142 n 0000 %m 01370581 n 0000 | a large family of Gram-negative rod-shaped bacteria of the order Eubacteriales
-01367772 05 n 04 enteric_bacteria 0 enterobacteria 0 enterics 0 entric 0 007 @ 01355326 n 0000 #m 01367430 n 0000 ~ 01368216 n 0000 ~ 01368672 n 0000 ~ 01368973 n 0000 ~ 01370260 n 0000 ~ 01370698 n 0000 | rod-shaped Gram-negative bacteria; most occur normally or pathogenically in intestines of humans and other animals
-01368095 05 n 01 genus_Escherichia 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01368216 n 0000 | a genus of bacteria
-01368216 05 n 01 escherichia 0 003 @ 01367772 n 0000 #m 01368095 n 0000 ~ 01368338 n 0000 | a genus of enteric bacteria
-01368338 05 n 02 Escherichia_coli 0 E._coli 0 001 @ 01368216 n 0000 | a species of bacterium normally present in intestinal tract of humans and other animals; sometimes pathogenic; can be a threat to food safety
-01368552 05 n 01 genus_Klebsiella 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01368672 n 0000 | a genus of bacteria
-01368672 05 n 01 klebsiella 0 002 @ 01367772 n 0000 #m 01368552 n 0000 | a genus of nonmotile rod-shaped Gram-negative enterobacteria; some cause respiratory and other infections
-01368853 05 n 01 genus_Salmonella 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01368973 n 0000 | a genus of bacteria
-01368973 05 n 01 salmonella 0 005 @ 01367772 n 0000 #m 01368853 n 0000 ~ 01369210 n 0000 ~ 01369358 n 0000 ~ 01369484 n 0000 | rod-shaped Gram-negative enterobacteria; cause typhoid fever and food poisoning; can be used as a bioweapon
-01369210 05 n 02 Salmonella_enteritidis 0 Gartner's_bacillus 0 001 @ 01368973 n 0000 | a form of salmonella that causes gastroenteritis in humans
-01369358 05 n 01 Salmonella_typhimurium 0 001 @ 01368973 n 0000 | a form of salmonella that causes food poisoning in humans
-01369484 05 n 03 typhoid_bacillus 0 Salmonella_typhosa 0 Salmonella_typhi 0 001 @ 01368973 n 0000 | a form of salmonella that causes typhoid fever
-01369633 05 n 02 genus_Serratia 0 Serratia 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01369819 n 0000 | a genus of motile peritrichous bacteria that contain small Gram-negative rod
-01369819 05 n 01 Serratia_marcescens 0 002 @ 01353411 n 0000 #m 01369633 n 0000 | the type species of the genus Serratia; a species found in water and soil and milk and foods and insects; can cause infections of the endocardium and blood and wounds and urinary tract and respiratory tract; has been tested as a bioweapon
-01370142 05 n 01 genus_Shigella 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01370260 n 0000 | a genus of bacteria
-01370260 05 n 01 shigella 0 003 @ 01367772 n 0000 #m 01370142 n 0000 ~ 01370465 n 0000 | rod-shaped Gram-negative enterobacteria; some are pathogenic for warm-blooded animals; can be used as a bioweapon
-01370465 05 n 02 shiga_bacillus 0 Shigella_dysentariae 0 001 @ 01370260 n 0000 | a bacillus that causes dysentery
-01370581 05 n 01 genus_Erwinia 0 003 @ 01352574 n 0000 #m 01367430 n 0000 %m 01370698 n 0000 | a genus of bacteria
-01370698 05 n 01 erwinia 0 002 @ 01367772 n 0000 #m 01370581 n 0000 | rod-shaped motile bacteria that attack plants
-01370816 05 n 01 endospore-forming_bacteria 0 001 @ 01355326 n 0000 | a group of true bacteria
-01370913 05 n 02 Rickettsiales 0 order_Rickettsiales 0 004 @ 01342529 n 0000 #m 01354869 n 0000 %m 01371092 n 0000 %m 01372372 n 0000 | pleomorphic Gram-negative microorganisms
-01371092 05 n 02 Rickettsiaceae 0 family_Rickettsiaceae 0 004 @ 01352059 n 0000 #m 01370913 n 0000 %m 01371342 n 0000 %m 01371483 n 0000 | microorganism resembling bacteria inhabiting arthropod tissues but capable of causing disease in vertebrates
-01371342 05 n 01 genus_Rickettsia 0 002 @ 01352574 n 0000 #m 01371092 n 0000 | can cause typhus and Rocky Mountain spotted fever in humans
-01371483 05 n 01 rickettsia 0 003 @ 01355326 n 0000 #m 01371092 n 0000 + 02892277 a 0101 | any of a group of very small rod-shaped bacteria that live in biting arthropods (as ticks and mites) and cause disease in vertebrate hosts; they cause typhus and other febrile diseases in human beings
-01371777 05 n 01 tumor_virus 0 002 @ 01328702 n 0000 ~ 01371928 n 0000 | a cell-free filtrate held to be a virus responsible for a specific neoplasm
-01371928 05 n 02 wound_tumor_virus 0 WTV 0 001 @ 01371777 n 0000 | a tumor virus transmitted by leafhoppers
-01372038 05 n 01 vector 0 003 @ 01328702 n 0000 ;c 06075527 n 0000 ~ 01372199 n 0000 | (genetics) a virus or other agent that is used to deliver DNA to a cell
-01372199 05 n 01 cosmid 0 002 @ 01372038 n 0000 ;c 06075527 n 0000 | (genetics) a large vector that is made from a bacteriophage and used to clone genes or gene fragments
-01372372 05 n 02 Chlamydiaceae 0 family_Chlamydiaceae 0 003 @ 01352059 n 0000 #m 01370913 n 0000 %m 01372544 n 0000 | Gram-negative parasites in warm-blooded vertebrates
-01372544 05 n 01 genus_Chlamydia 0 003 @ 01352574 n 0000 #m 01372372 n 0000 %m 01372709 n 0000 | type genus of the family Chlamydiaceae: disease-causing parasites
-01372709 05 n 01 chlamydia 0 005 @ 01355326 n 0000 #m 01372544 n 0000 + 02695045 a 0101 ~ 01372944 n 0000 ~ 01373090 n 0000 | coccoid rickettsia infesting birds and mammals; cause infections of eyes and lungs and genitourinary tract
-01372944 05 n 02 Chlamydia_psittaci 0 C._psittaci 0 001 @ 01372709 n 0000 | bacteria responsible for the sexually transmitted disease chlamydia
-01373090 05 n 02 Chlamydia_trachomatis 0 C._trachomatis 0 001 @ 01372709 n 0000 | bacteria responsible for the sexually transmitted diseases chlamydia and lymphogranuloma venereum
-01373272 05 n 02 Mycoplasmatales 0 order_Mycoplasmatales 0 003 @ 01342529 n 0000 #m 01354869 n 0000 %m 01373440 n 0000 | coextensive with the family Mycoplasmataceae
-01373440 05 n 02 Mycoplasmataceae 0 family_Mycoplasmataceae 0 003 @ 01352059 n 0000 #m 01373272 n 0000 %m 01373675 n 0000 | pleomorphic Gram-negative nonmotile microorganism similar to both viruses and bacteria; parasitic in mammals
-01373675 05 n 01 genus_Mycoplasma 0 003 @ 01352574 n 0000 #m 01373440 n 0000 %m 01373826 n 0000 | type and sole genus of the family Mycoplasmataceae
-01373826 05 n 01 mycoplasma 0 003 @ 01355326 n 0000 #m 01373675 n 0000 ~ 01374063 n 0000 | any of a group of small parasitic bacteria that lack cell walls and can survive without oxygen; can cause pneumonia and urinary tract infection
-01374063 05 n 02 pleuropneumonialike_organism 0 PPLO 0 001 @ 01373826 n 0000 | a mycoplasma resistant to antibiotics that causes a kind of pneumonia in humans
-01374224 05 n 02 Legionella_pneumophilia 0 legionella 0 001 @ 01348530 n 0000 | the motile aerobic rod-shaped Gram-negative bacterium that thrives in central heating and air conditioning systems and can cause Legionnaires' disease
-01374457 05 n 01 nitrobacterium 0 003 @ 01348530 n 0000 ~ 01374703 n 0000 ~ 01374846 n 0000 | any of the bacteria in the soil that take part in the nitrogen cycle; they oxidize ammonium compounds into nitrites or oxidize nitrites into nitrates
-01374703 05 n 02 nitrate_bacterium 0 nitric_bacterium 0 001 @ 01374457 n 0000 | any of the nitrobacteria that oxidize nitrites into nitrates
-01374846 05 n 02 nitrite_bacterium 0 nitrous_bacterium 0 001 @ 01374457 n 0000 | any of the nitrobacteria that oxidize ammonia into nitrites
-01374989 05 n 02 Actinomycetales 0 order_Actinomycetales 0 006 @ 01342529 n 0000 #m 01354869 n 0000 %m 01375204 n 0000 %m 01375460 n 0000 %m 01375913 n 0000 %m 01376801 n 0000 | filamentous or rod-shaped bacteria
-01375204 05 n 01 actinomycete 0 006 @ 01355326 n 0000 #m 01374989 n 0000 ;c 00015388 n 0000 + 02602784 a 0102 + 02602784 a 0101 ~ 01376237 n 0000 | any bacteria (some of which are pathogenic for humans and animals) belonging to the order Actinomycetales
-01375460 05 n 02 Actinomycetaceae 0 family_Actinomycetaceae 0 003 @ 01352059 n 0000 #m 01374989 n 0000 %m 01375617 n 0000 | filamentous anaerobic bacteria
-01375617 05 n 01 genus_Actinomyces 0 003 @ 01352574 n 0000 #m 01375460 n 0000 %m 01375760 n 0000 | type genus of the family Actinomycetaceae
-01375760 05 n 01 actinomyces 0 002 @ 01355326 n 0000 #m 01375617 n 0000 | soil-inhabiting saprophytes and disease-producing plant and animal parasites
-01375913 05 n 02 Streptomycetaceae 0 family_Streptomycetaceae 0 003 @ 01352059 n 0000 #m 01374989 n 0000 %m 01376092 n 0000 | higher bacteria typically aerobic soil saprophytes
-01376092 05 n 01 genus_Streptomyces 0 003 @ 01352574 n 0000 #m 01375913 n 0000 %m 01376237 n 0000 | type genus of the family Streptomycetaceae
-01376237 05 n 01 streptomyces 0 005 @ 01375204 n 0000 #m 01376092 n 0000 ~ 01376437 n 0000 ~ 01376543 n 0000 ~ 01376647 n 0000 | aerobic bacteria (some of which produce the antibiotic streptomycin)
-01376437 05 n 01 Streptomyces_erythreus 0 001 @ 01376237 n 0000 | source of the antibiotic erythromycin
-01376543 05 n 01 Streptomyces_griseus 0 001 @ 01376237 n 0000 | source of the antibiotic streptomycin
-01376647 05 n 02 potato_scab_bacteria 0 Streptomyces_scabies 0 001 @ 01376237 n 0000 | cause of a potato disease characterized by brownish corky tissue
-01376801 05 n 02 Mycobacteriaceae 0 family_Mycobacteriaceae 0 003 @ 01352059 n 0000 #m 01374989 n 0000 %m 01376948 n 0000 | a family of bacteria
-01376948 05 n 01 genus_Mycobacterium 0 003 @ 01352574 n 0000 #m 01376801 n 0000 %m 01377092 n 0000 | nonmotile Gram-positive aerobic bacteria
-01377092 05 n 02 mycobacteria 0 mycobacterium 0 004 @ 01355326 n 0000 #m 01376948 n 0000 ~ 01377278 n 0000 ~ 01377804 n 0000 | rod-shaped bacteria some saprophytic or causing diseases
-01377278 05 n 02 tubercle_bacillus 0 Mycobacterium_tuberculosis 0 001 @ 01377092 n 0000 | cause of tuberculosis
-01377392 05 n 01 penicillin-resistant_bacteria 0 001 @ 01348530 n 0000 | bacteria that are unaffected by penicillin
-01377510 05 n 01 pus-forming_bacteria 0 001 @ 01348530 n 0000 | bacteria that produce pus
-01377602 05 n 01 rod 0 002 @ 01348530 n 0000 ~ 01377694 n 0000 | any rod-shaped bacterium
-01377694 05 n 01 streptobacillus 0 001 @ 01377602 n 0000 | any of various rod-shaped Gram-negative bacteria
-01377804 05 n 02 leprosy_bacillus 0 Mycobacterium_leprae 0 001 @ 01377092 n 0000 | cause of leprosy
-01377906 05 n 05 order_Myxobacteria 0 Myxobacterales 0 order_Myxobacterales 0 Myxobacteriales 0 order_Myxobacteriales 0 004 @ 01342529 n 0000 #m 01354869 n 0000 %m 01378137 n 0000 %m 01378545 n 0000 | an order of higher bacteria
-01378137 05 n 04 Polyangiaceae 0 family_Polyangiaceae 0 Myxobacteriaceae 0 family_Myxobacteriaceae 0 003 @ 01352059 n 0000 #m 01377906 n 0000 %m 01378346 n 0000 | bacteria living mostly in soils and on dung
-01378346 05 n 02 Polyangium 0 genus_Polyangium 0 002 @ 01352574 n 0000 #m 01378137 n 0000 | type genus of the family Polyangiaceae: myxobacteria with rounded fruiting bodies enclosed in a membrane
-01378545 05 n 05 myxobacteria 0 myxobacterium 0 myxobacter 0 gliding_bacteria 0 slime_bacteria 0 002 @ 01355326 n 0000 #m 01377906 n 0000 | bacteria that form colonies in self-produced slime; inhabit moist soils or decaying plant matter or animal waste
-01378800 05 n 02 Micrococcaceae 0 family_Micrococcaceae 0 004 @ 01352059 n 0000 #m 01354869 n 0000 %m 01379116 n 0000 %m 01379252 n 0000 | spherical or elliptical usually aerobic eubacteria that produce yellow or orange or red pigment; includes toxin-producing forms as well as harmless commensals and saprophytes
-01379116 05 n 02 Micrococcus 0 genus_Micrococcus 0 002 @ 01352574 n 0000 #m 01378800 n 0000 | type genus of the family Micrococcaceae
-01379252 05 n 01 genus_Staphylococcus 0 003 @ 01352574 n 0000 #m 01378800 n 0000 %m 01379389 n 0000 | includes many pathogenic species
-01379389 05 n 03 staphylococcus 0 staphylococci 0 staph 0 003 @ 01350855 n 0000 #m 01379252 n 0000 + 02802694 a 0101 | spherical Gram-positive parasitic bacteria that tend to form irregular colonies; some cause boils or septicemia or infections
-01379636 05 n 04 Lactobacillaceae 0 family_Lactobacillaceae 0 Lactobacteriaceae 0 family_Lactobacteriaceae 0 005 @ 01352059 n 0000 #m 01341876 n 0000 %m 01379954 n 0000 %m 01380489 n 0000 %m 01380902 n 0000 | lactic acid bacteria and important pathogens; bacteria that ferment carbohydrates chiefly into lactic acid
-01379954 05 n 01 genus_Lactobacillus 0 004 @ 01352574 n 0000 #m 01379636 n 0000 %m 01380118 n 0000 %m 01380298 n 0000 | type genus of the family Lactobacillaceae
-01380118 05 n 01 lactobacillus 0 003 @ 01355326 n 0000 #m 01379954 n 0000 ~ 01380298 n 0000 | a Gram-positive rod-shaped bacterium that produces lactic acid (especially in milk)
-01380298 05 n 02 acidophilus 0 Lactobacillus_acidophilus 0 003 @ 01380118 n 0000 @ 01349495 n 0000 #m 01379954 n 0000 | a bacterium that is used to make yogurt and to supplement probiotics
-01380489 05 n 01 genus_Diplococcus 0 003 @ 01352574 n 0000 #m 01379636 n 0000 %m 01380610 n 0000 | a genus of bacteria
-01380610 05 n 01 diplococcus 0 003 @ 01348530 n 0000 #m 01380489 n 0000 ~ 01380754 n 0000 | Gram-positive bacteria usually occurring in pairs
-01380754 05 n 02 pneumococcus 0 Diplococcus_pneumoniae 0 002 @ 01380610 n 0000 + 02839036 a 0101 | bacterium causing pneumonia in mice and humans
-01380902 05 n 01 genus_Streptococcus 0 004 @ 01352574 n 0000 #m 01379636 n 0000 %m 01381044 n 0000 %m 01381285 n 0000 | a genus of bacteria
-01381044 05 n 03 streptococcus 0 streptococci 0 strep 0 004 @ 01355326 n 0000 #m 01380902 n 0000 + 03142114 a 0303 + 03142114 a 0101 | spherical Gram-positive bacteria occurring in pairs or chains; cause e.g. scarlet fever and tonsillitis
-01381285 05 n 01 Streptococcus_anhemolyticus 0 002 @ 01353411 n 0000 #m 01380902 n 0000 | a species of bacteria
-01381399 05 n 02 Spirochaetales 0 order_Spirochaetales 0 005 @ 01342529 n 0000 #m 01354869 n 0000 %m 01381604 n 0000 %m 01382033 n 0000 %m 01382273 n 0000 | higher bacteria; slender spiral rodlike forms
-01381604 05 n 02 Spirochaetaceae 0 family_Spirochaetaceae 0 003 @ 01352059 n 0000 #m 01381399 n 0000 %m 01381829 n 0000 | large coarsely spiral bacteria; free-living in fresh or salt water or commensal in bodies of oysters
-01381829 05 n 02 Spirochaeta 0 genus_Spirochaeta 0 002 @ 01352574 n 0000 #m 01381604 n 0000 | the type genus of the family Spirochaetaceae; a bacterium that is flexible, undulating, and chiefly aquatic
-01382033 05 n 02 spirochete 0 spirochaete 0 006 @ 01355326 n 0000 #m 01381399 n 0000 ~ 01382699 n 0000 ~ 01383027 n 0000 ~ 01383151 n 0000 ~ 01383502 n 0000 | parasitic or free-living bacteria; many pathogenic to humans and other animals
-01382273 05 n 02 Treponemataceae 0 family_Treponemataceae 0 005 @ 01352059 n 0000 #m 01381399 n 0000 %m 01382482 n 0000 %m 01382839 n 0000 %m 01383332 n 0000 | small spirochetes some parasitic or pathogenic
-01382482 05 n 01 genus_Treponema 0 003 @ 01352574 n 0000 #m 01382273 n 0000 %m 01382699 n 0000 | type genus of Treponemataceae: anaerobic spirochetes with an undulating rigid body; parasitic in warm-blooded animals
-01382699 05 n 01 treponema 0 002 @ 01382033 n 0000 #m 01382482 n 0000 | spirochete that causes disease in humans (e.g. syphilis and yaws)
-01382839 05 n 01 genus_Borrelia 0 004 @ 01352574 n 0000 #m 01382273 n 0000 %m 01383027 n 0000 %m 01383151 n 0000 | small flexible parasitic spirochetes having three to five wavy spirals
-01383027 05 n 01 borrelia 0 002 @ 01382033 n 0000 #m 01382839 n 0000 | cause of e.g. European and African relapsing fever
-01383151 05 n 02 Borrelia_burgdorferi 0 Lime_disease_spirochete 0 002 @ 01382033 n 0000 #m 01382839 n 0000 | cause of Lyme disease; transmitted primarily by ticks of genus Ixodes
-01383332 05 n 01 genus_Leptospira 0 003 @ 01352574 n 0000 #m 01382273 n 0000 %m 01383502 n 0000 | very slender aerobic spirochetes; free-living or parasitic in mammals
-01383502 05 n 01 leptospira 0 002 @ 01382033 n 0000 #m 01383332 n 0000 | important pathogens causing Weil's disease or canicola fever
-01383638 05 n 01 plankton 0 006 @ 00004475 n 0000 #m 08418103 n 0000 + 02778943 a 0101 %m 01383896 n 0000 %m 01384164 n 0000 %p 01996585 n 0000 | the aggregate of small plant and animal organisms that float or drift in great numbers in fresh or salt water
-01383896 05 n 01 phytoplankton 0 004 @ 00017222 n 0000 #m 01383638 n 0000 ~ 01384084 n 0000 ~ 01401106 n 0000 | photosynthetic or plant constituent of plankton; mainly unicellular algae
-01384084 05 n 01 planktonic_algae 0 001 @ 01383896 n 0000 | unicellular algae
-01384164 05 n 01 zooplankton 0 002 @ 00015388 n 0000 #m 01383638 n 0000 | animal constituent of plankton; mainly small crustaceans and fish larvae
-01384313 05 n 01 nekton 0 002 @ 00004475 n 0000 #m 08418103 n 0000 | the aggregate of actively swimming animals in a body of water ranging from microscopic organisms to whales
-01384491 05 n 03 microbe 0 bug 3 germ 0 003 @ 01326291 n 0000 + 02116934 a 0301 + 03014485 a 0101 | a minute life form (especially a disease-causing bacterium); the term is not in technical use
-01384687 05 n 01 parasite 0 008 @ 00004475 n 0000 ;c 00017222 n 0000 + 02833692 a 0101 + 02833692 a 0102 ! 01385527 n 0101 ~ 01385017 n 0000 ~ 01385330 n 0000 ~ 13120446 n 0000 | an animal or plant that lives in or on a host (another animal or plant); it obtains nourishment from the host without benefiting or killing the host
-01385017 05 n 05 endoparasite 0 entoparasite 0 entozoan 0 entozoon 0 endozoan 0 007 @ 01384687 n 0000 + 03064076 a 0502 + 03064076 a 0401 + 00889490 a 0402 + 03064076 a 0301 + 00889490 a 0302 + 02915666 a 0101 | any of various parasites that live in the internal organs of animals (especially intestinal worms)
-01385330 05 n 05 ectoparasite 0 ectozoan 0 ectozoon 0 epizoan 0 epizoon 0 004 @ 01384687 n 0000 + 03064239 a 0501 + 03064239 a 0302 ~ 02186153 n 0000 | any external parasitic organism (as fleas)
-01385527 05 n 01 host 0 004 @ 00004475 n 0000 ! 01384687 n 0101 ~ 01385749 n 0000 ~ 01385878 n 0000 | an animal or plant that nourishes and supports a parasite; it does not benefit and is often harmed by the association
-01385749 05 n 01 intermediate_host 0 001 @ 01385527 n 0000 | a host that is used by a parasite in the course of its life cycle
-01385878 05 n 01 definitive_host 0 001 @ 01385527 n 0000 | the host in which the sexual reproduction of a parasite takes place
-01386007 05 n 01 pathogen 0 003 @ 01326291 n 0000 @ 09312843 n 0000 + 01168434 a 0103 | any disease-producing agent (especially a virus or bacterium or other microorganism)
-01386182 05 n 01 commensal 0 002 @ 00004475 n 0000 + 02700792 a 0101 | either of two different animal or plant species living in close association but not interdependent
-01386354 05 n 01 myrmecophile 0 001 @ 00004475 n 0000 | an organism such as an insect that habitually shares the nest of a species of ant
-01386494 05 n 02 Protoctista 0 kingdom_Protoctista 0 013 @ 07940552 n 0000 %m 01347199 n 0000 %m 01387065 n 0000 %m 01387208 n 0000 %m 01387617 n 0000 %m 01388130 n 0000 %m 01389188 n 0000 %m 01399529 n 0000 %m 01399772 n 0000 %m 01406092 n 0000 %m 01407065 n 0000 %m 01413551 n 0000 %m 01421012 n 0000 | in most modern classifications, replacement for the Protista; includes: Protozoa; Euglenophyta; Chlorophyta; Cryptophyta; Heterokontophyta; Rhodophyta; unicellular protists and their descendant multicellular organisms: regarded as distinct from plants and animals
-01387065 05 n 01 protoctist 0 004 @ 01326291 n 0000 #m 01386494 n 0000 ~ 01389507 n 0000 ~ 01397114 n 0000 | any of the unicellular protists
-01387208 05 n 02 Protista 0 division_Protista 0 003 @ 08220891 n 0000 #m 01386494 n 0000 %m 01387451 n 0000 | eukaryotic one-celled living organisms distinct from multicellular plants and animals: protozoa, slime molds, and eukaryotic algae
-01387451 05 n 02 protist 0 protistan 0 002 @ 01326291 n 0000 #m 01387208 n 0000 | free-living or colonial organisms with diverse nutritional and reproductive modes
-01387617 05 n 01 protoctist_family 0 024 @ 08107499 n 0000 #m 01386494 n 0000 ~ 01393237 n 0000 ~ 01393604 n 0000 ~ 01394193 n 0000 ~ 01401517 n 0000 ~ 01403052 n 0000 ~ 01404129 n 0000 ~ 01406426 n 0000 ~ 01408383 n 0000 ~ 01409065 n 0000 ~ 01409477 n 0000 ~ 01410109 n 0000 ~ 01411727 n 0000 ~ 01412479 n 0000 ~ 01413188 n 0000 ~ 01414359 n 0000 ~ 01414841 n 0000 ~ 01415256 n 0000 ~ 01417807 n 0000 ~ 01423001 n 0000 ~ 01424165 n 0000 ~ 01424607 n 0000 ~ 01425336 n 0000 | any of the families of Protoctista
-01388130 05 n 01 protoctist_genus 0 044 @ 08108972 n 0000 #m 01386494 n 0000 ~ 01391779 n 0000 ~ 01392122 n 0000 ~ 01393364 n 0000 ~ 01394366 n 0000 ~ 01394635 n 0000 ~ 01395885 n 0000 ~ 01396170 n 0000 ~ 01396458 n 0000 ~ 01396776 n 0000 ~ 01401686 n 0000 ~ 01403284 n 0000 ~ 01404813 n 0000 ~ 01405442 n 0000 ~ 01405737 n 0000 ~ 01406565 n 0000 ~ 01408547 n 0000 ~ 01409244 n 0000 ~ 01409665 n 0000 ~ 01410330 n 0000 ~ 01410568 n 0000 ~ 01411036 n 0000 ~ 01411240 n 0000 ~ 01411871 n 0000 ~ 01412925 n 0000 ~ 01413071 n 0000 ~ 01413324 n 0000 ~ 01414502 n 0000 ~ 01414986 n 0000 ~ 01415393 n 0000 ~ 01417553 n 0000 ~ 01417982 n 0000 ~ 01419444 n 0000 ~ 01419740 n 0000 ~ 01420000 n 0000 ~ 01420164 n 0000 ~ 01420314 n 0000 ~ 01423160 n 0000 ~ 01424282 n 0000 ~ 01424938 n 0000 ~ 01425076 n 0000 ~ 01425501 n 0000 ~ 01426160 n 0000 | any genus of Protoctista
-01388992 05 n 02 Pyrrophyta 0 phylum_Pyrrophyta 0 002 @ 08102555 n 0000 #m 01341876 n 0000 | a division of lower plants comprising unicellular and biflagellate algae that form starchy compounds
-01389188 05 n 02 Protozoa 0 phylum_Protozoa 0 007 @ 08102555 n 0000 #m 01386494 n 0000 %m 01389507 n 0000 %m 01389875 n 0000 %m 01394901 n 0000 %m 01416354 n 0000 %m 01421496 n 0000 | in some classifications considered a superphylum or a subkingdom; comprises flagellates; ciliates; sporozoans; amoebas; foraminifers
-01389507 05 n 02 protozoan 0 protozoon 0 013 @ 01387065 n 0000 #m 01389188 n 0000 + 02891869 a 0202 ~ 01390123 n 0000 ~ 01391391 n 0000 ~ 01394492 n 0000 ~ 01394771 n 0000 ~ 01395254 n 0000 ~ 01406736 n 0000 ~ 01416585 n 0000 ~ 01420860 n 0000 ~ 01421807 n 0000 %p 01458010 n 0000 | any of diverse minute acellular or unicellular organisms usually nonphotosynthetic
-01389875 05 n 02 Sarcodina 0 class_Sarcodina 0 005 @ 08103777 n 0000 #m 01389188 n 0000 %m 01390123 n 0000 %m 01390287 n 0000 %m 01391174 n 0000 | characterized by the formation of pseudopods for locomotion and taking food: Actinopoda; Rhizopoda
-01390123 05 n 02 sarcodinian 0 sarcodine 0 003 @ 01389507 n 0000 #m 01389875 n 0000 ~ 01390466 n 0000 | protozoa that move and capture food by forming pseudopods
-01390287 05 n 02 Actinopoda 0 subclass_Actinopoda 0 005 @ 08103777 n 0000 #m 01389875 n 0000 %m 01390466 n 0000 %m 01390627 n 0000 %m 01390899 n 0000 | heliozoans; radiolarians
-01390466 05 n 01 actinopod 0 004 @ 01390123 n 0000 #m 01390287 n 0000 ~ 01390763 n 0000 ~ 01391028 n 0000 | protozoa having stiff rodlike radiating pseudopods
-01390627 05 n 02 Heliozoa 0 order_Heliozoa 0 003 @ 01342529 n 0000 #m 01390287 n 0000 %m 01390763 n 0000 | mostly freshwater protozoa
-01390763 05 n 01 heliozoan 0 002 @ 01390466 n 0000 #m 01390627 n 0000 | protozoa with spherical bodies and stiff radiating pseudopods
-01390899 05 n 02 Radiolaria 0 order_Radiolaria 0 003 @ 01342529 n 0000 #m 01390287 n 0000 %m 01391028 n 0000 | marine protozoa
-01391028 05 n 01 radiolarian 0 002 @ 01390466 n 0000 #m 01390899 n 0000 | protozoa with amoeba-like bodies and radiating filamentous pseudopods
-01391174 05 n 02 Rhizopoda 0 subclass_Rhizopoda 0 006 @ 08103777 n 0000 #m 01389875 n 0000 %m 01391391 n 0000 %m 01391569 n 0000 %m 01392843 n 0000 %m 01393873 n 0000 | creeping protozoans: amoebas and foraminifers
-01391391 05 n 02 rhizopod 0 rhizopodan 0 005 @ 01389507 n 0000 #m 01391174 n 0000 ~ 01392380 n 0000 ~ 01393030 n 0000 ~ 01394040 n 0000 | protozoa characterized by a pseudopod
-01391569 05 n 04 Amoebida 0 order_Amoebida 0 Amoebina 0 order_Amoebina 0 005 @ 01342529 n 0000 #m 01391174 n 0000 %m 01391779 n 0000 %m 01391933 n 0000 %m 01392380 n 0000 | the animal order including amoebas
-01391779 05 n 01 genus_Amoeba 0 002 @ 01388130 n 0000 #m 01391569 n 0000 | protozoan inhabiting moist soils or bottom vegetation in fresh or salt water
-01391933 05 n 02 Endamoebidae 0 family_Endamoebidae 0 003 @ 08107499 n 0000 #m 01391569 n 0000 %m 01392122 n 0000 | a large family of endoparasitic amebas that invade the digestive tract
-01392122 05 n 02 Endamoeba 0 genus_Endamoeba 0 003 @ 01388130 n 0000 #m 01391933 n 0000 %m 01392692 n 0000 | the type genus of the family Endamoebidae
-01392275 05 n 01 endameba 0 002 @ 01392380 n 0000 ~ 01392692 n 0000 | any ameba of the genus Endamoeba
-01392380 05 n 02 ameba 0 amoeba 0 009 @ 01391391 n 0000 #m 01391569 n 0000 + 03040974 a 0201 + 03040974 a 0205 + 03040974 a 0203 + 03040974 a 0102 + 03040974 a 0106 + 03040974 a 0104 ~ 01392275 n 0000 | naked freshwater or marine or parasitic protozoa that form temporary pseudopods for feeding and locomotion
-01392692 05 n 01 Endamoeba_histolytica 0 002 @ 01392275 n 0000 #m 01392122 n 0000 | the parasitic ameba that causes amebic dysentery in human beings
-01392843 05 n 02 Foraminifera 0 order_Foraminifera 0 006 @ 01342529 n 0000 #m 01391174 n 0000 %m 01393030 n 0000 %m 01393237 n 0000 %m 01393364 n 0000 %m 01393604 n 0000 | foraminifers
-01393030 05 n 02 foram 0 foraminifer 0 004 @ 01391391 n 0000 #m 01392843 n 0000 ~ 01393486 n 0000 ~ 01393753 n 0000 | marine microorganism having a calcareous shell with openings where pseudopods protrude
-01393237 05 n 02 Globigerinidae 0 family_Globigerinidae 0 002 @ 01387617 n 0000 #m 01392843 n 0000 | a family of protoctists
-01393364 05 n 01 genus_Globigerina 0 002 @ 01388130 n 0000 #m 01392843 n 0000 | type genus of the family Globigerinidae
-01393486 05 n 01 globigerina 0 001 @ 01393030 n 0000 | marine protozoan having a rounded shell with spiny processes
-01393604 05 n 02 Nummulitidae 0 family_Nummulitidae 0 003 @ 01387617 n 0000 #m 01392843 n 0000 %m 01393753 n 0000 | a family of fossil protoctists
-01393753 05 n 01 nummulite 0 002 @ 01393030 n 0000 #m 01393604 n 0000 | large fossil protozoan of the Tertiary period
-01393873 05 n 02 Testacea 0 order_Testacea 0 005 @ 01342529 n 0000 #m 01391174 n 0000 %m 01394040 n 0000 %m 01394193 n 0000 %m 01394635 n 0000 | testacean rhizopods
-01394040 05 n 01 testacean 0 002 @ 01391391 n 0000 #m 01393873 n 0000 | any of various rhizopods of the order Testacea characterized by having a shell
-01394193 05 n 02 Arcellidae 0 family_Arcellidae 0 003 @ 01387617 n 0000 #m 01393873 n 0000 %m 01394366 n 0000 | soil and freshwater protozoa; cosmopolitan in distribution
-01394366 05 n 01 genus_Arcella 0 003 @ 01388130 n 0000 #m 01394193 n 0000 %m 01394492 n 0000 | type genus of the Arcellidae
-01394492 05 n 01 arcella 0 002 @ 01389507 n 0000 #m 01394366 n 0000 | an amoeba-like protozoan with a chitinous shell resembling an umbrella
-01394635 05 n 01 genus_Difflugia 0 003 @ 01388130 n 0000 #m 01393873 n 0000 %m 01394771 n 0000 | genus of protozoans related to ameba
-01394771 05 n 01 difflugia 0 002 @ 01389507 n 0000 #m 01394635 n 0000 | a protozoan with an ovoid shell of cemented sand grains
-01394901 05 n 04 Ciliata 0 class_Ciliata 0 Ciliophora 0 class_Ciliophora 0 008 @ 08103777 n 0000 #m 01389188 n 0000 %m 01395254 n 0000 %m 01395531 n 0000 %m 01395885 n 0000 %m 01396170 n 0000 %m 01396458 n 0000 %m 01396776 n 0000 | class of protozoa having cilia or hairlike appendages on part or all of the surface during some part of the life cycle
-01395254 05 n 03 ciliate 0 ciliated_protozoan 0 ciliophoran 0 007 @ 01389507 n 0000 #m 01394901 n 0000 ~ 01395773 n 0000 ~ 01396048 n 0000 ~ 01396322 n 0000 ~ 01396617 n 0000 ~ 01396951 n 0000 | a protozoan with a microscopic appendage extending from the surface of the cell
-01395531 05 n 02 Infusoria 0 subclass_Infusoria 0 003 @ 08103777 n 0000 #m 01394901 n 0000 %m 01395773 n 0000 | in some recent classifications, coextensive with the Ciliata: minute organisms found in decomposing infusions of organic matter
-01395773 05 n 01 infusorian 0 002 @ 01395254 n 0000 #m 01395531 n 0000 | any member of the subclass Infusoria
-01395885 05 n 01 genus_Paramecium 0 003 @ 01388130 n 0000 #m 01394901 n 0000 %m 01396048 n 0000 | freshwater ciliate with an oval body and long deep oral groove
-01396048 05 n 02 paramecium 0 paramecia 0 002 @ 01395254 n 0000 #m 01395885 n 0000 | any member of the genus Paramecium
-01396170 05 n 01 genus_Tetrahymena 0 003 @ 01388130 n 0000 #m 01394901 n 0000 %m 01396322 n 0000 | protozoa having four membranous ciliary organelles
-01396322 05 n 01 tetrahymena 0 002 @ 01395254 n 0000 #m 01396170 n 0000 | relative of the paramecium; often used in genetics research
-01396458 05 n 01 genus_Stentor 0 003 @ 01388130 n 0000 #m 01394901 n 0000 %m 01396617 n 0000 | trumpet-shaped protozoa with a ciliated spiral feeding funnel
-01396617 05 n 01 stentor 0 002 @ 01395254 n 0000 #m 01396458 n 0000 | any of several trumpet-shaped ciliate protozoans that are members of the genus Stentor
-01396776 05 n 01 genus_Vorticella 0 003 @ 01388130 n 0000 #m 01394901 n 0000 %m 01396951 n 0000 | ciliated protozoans that have a goblet-shaped body with a retractile stalk
-01396951 05 n 01 vorticella 0 002 @ 01395254 n 0000 #m 01396776 n 0000 | any of various protozoa having a transparent goblet-shaped body with a retractile stalk
-01397114 05 n 02 alga 0 algae 0 013 @ 01387065 n 0000 + 02832586 a 0101 ~ 01397497 n 0000 ~ 01400247 n 0000 ~ 01400391 n 0000 ~ 01401106 n 0000 ~ 01402039 n 0000 ~ 01402600 n 0000 ~ 01406904 n 0000 ~ 01407798 n 0000 ~ 01411450 n 0000 ~ 01413942 n 0000 ~ 01421333 n 0000 | primitive chlorophyll-containing mainly aquatic eukaryotic organisms lacking true stems and roots and leaves
-01397497 05 n 01 seaweed 0 006 @ 01397114 n 0000 ~ 01397690 n 0000 ~ 01397778 n 0000 ~ 01397871 n 0000 ~ 01398064 n 0000 ~ 01403713 n 0000 | plant growing in the sea, especially marine algae
-01397690 05 n 01 arame 0 001 @ 01397497 n 0000 | an edible seaweed with a mild flavor
-01397778 05 n 01 wrack 1 001 @ 01397497 n 0000 | dried seaweed especially that cast ashore
-01397871 05 n 01 seagrass 0 001 @ 01397497 n 0000 | any of various seaweeds that grow underwater in shallow beds; "seagrass provides a protective environment in which young fish can develop"
-01398064 05 n 02 sea_wrack 0 wrack 2 001 @ 01397497 n 0000 | growth of marine vegetation especially of the large forms such as rockweeds and kelp
-01398212 05 n 02 chlorophyll 0 chlorophyl 0 006 @ 14989820 n 0000 + 02695229 a 0102 ~ 01398481 n 0000 ~ 01398632 n 0000 ~ 01398803 n 0000 ~ 01398941 n 0000 | any of a group of green pigments found in photosynthetic organisms; there are four naturally occurring forms
-01398481 05 n 01 chlorophyll_a 0 001 @ 01398212 n 0000 | a blue-black plant pigment having a blue-green alcohol solution; found in all higher plants
-01398632 05 n 01 chlorophyll_b 0 001 @ 01398212 n 0000 | a dark-green plant pigment having a brilliant green alcohol solution; generally characteristic of higher plants
-01398803 05 n 02 chlorophyll_c 0 chlorofucin 0 001 @ 01398212 n 0000 | the chlorophyll present in brown algae, diatoms, and flagellates
-01398941 05 n 01 chlorophyll_d 0 001 @ 01398212 n 0000 | the chlorophyll found (together with chlorophyll a) in red algae
-01399065 05 n 01 bacteriochlorophyll 0 001 @ 14989820 n 0000 | a substance in photosensitive bacteria that is related to but different from chlorophyll of higher plants
-01399236 05 n 01 phycobilin 0 001 @ 14989820 n 0000 | water-soluble proteinaceous pigments found in red algae and cyanobacteria
-01399366 05 n 01 phycoerythrin 0 001 @ 14989820 n 0000 | red pigment in red algae
-01399450 05 n 01 phycocyanin 0 001 @ 14989820 n 0000 | blue pigment in algae
-01399529 05 n 02 Heterokontophyta 0 division_Heterokontophyta 0 002 @ 08221348 n 0000 #m 01386494 n 0000 | algae having chlorophyll a and usually c, and flagella of unequal lengths; terminology supersedes Chrysophyta in some classifications
-01399772 05 n 02 Chrysophyta 0 division_Chrysophyta 0 008 @ 08221348 n 0000 #m 01386494 n 0000 %m 01400247 n 0000 %m 01400391 n 0000 %m 01400575 n 0000 %m 01400772 n 0000 %m 01400891 n 0000 %m 01401296 n 0000 | mostly freshwater eukaryotic algae having the chlorophyll masked by brown or yellow pigment; yellow-green and golden-brown algae and diatoms: Xanthophyceae, Chrysophyceae, Bacillariophyceae; some classification systems superseded or subsumed by Heterokontophyta
-01400247 05 n 01 golden_algae 0 002 @ 01397114 n 0000 #m 01399772 n 0000 | algae having the pigments chlorophyll and carotene and xanthophyll
-01400391 05 n 01 yellow-green_algae 0 003 @ 01397114 n 0000 #m 01399772 n 0000 ~ 01401842 n 0000 | any alga of the division Chrysophyta with its chlorophyll masked by yellow pigment
-01400575 05 n 04 Chrysophyceae 0 class_Chrysophyceae 0 Heterokontae 0 class_Heterokontae 0 002 @ 08103777 n 0000 #m 01399772 n 0000 | all the yellow-green algae having flagella of unequal length
-01400772 05 n 02 Xanthophyceae 0 class_Xanthophyceae 0 002 @ 08103777 n 0000 #m 01399772 n 0000 | yellow-green algae
-01400891 05 n 04 Bacillariophyceae 0 class_Bacillariophyceae 0 Diatomophyceae 0 class_Diatomophyceae 0 003 @ 08103777 n 0000 #m 01399772 n 0000 %m 01401106 n 0000 | marine and freshwater eukaryotic algae: diatoms
-01401106 05 n 01 diatom 0 003 @ 01397114 n 0000 @ 01383896 n 0000 #m 01400891 n 0000 | microscopic unicellular marine or freshwater colonial alga having cell walls impregnated with silica
-01401296 05 n 02 Heterotrichales 0 order_Heterotrichales 0 003 @ 01347199 n 0000 #m 01399772 n 0000 %m 01401517 n 0000 | yellow-green algae with simple or branching filaments; comprising the single family Tribonemaceae
-01401517 05 n 02 Tribonemaceae 0 family_Tribonemaceae 0 003 @ 01387617 n 0000 #m 01401296 n 0000 %m 01401686 n 0000 | simple filamentous freshwater yellow-green algae
-01401686 05 n 03 Tribonema 0 genus_Tribonema 0 genus_Conferva 0 003 @ 01388130 n 0000 #m 01401517 n 0000 %m 01401842 n 0000 | type genus of Tribonemaceae
-01401842 05 n 01 conferva 0 002 @ 01400391 n 0000 #m 01401686 n 0000 | any of various algae of the genus Tribonema; algae with branching filaments that form scum in still or stagnant fresh water
-01402039 05 n 01 confervoid_algae 0 001 @ 01397114 n 0000 | algae resembling confervae especially in having branching filaments
-01402169 05 n 02 Phaeophyceae 0 class_Phaeophyceae 0 005 @ 08103777 n 0000 #m 01402381 n 0000 %m 01402600 n 0000 %m 01402831 n 0000 %m 01403805 n 0000 | brown algae; mostly marine and littoral eukaryotic algae
-01402381 05 n 02 Phaeophyta 0 division_Phaeophyta 0 003 @ 08221348 n 0000 %m 01402169 n 0000 %m 01403968 n 0000 | coextensive with class Phaeophyceae; in some classifications subsumed in the division Heterokontophyta
-01402600 05 n 01 brown_algae 0 007 @ 01397114 n 0000 #m 01402169 n 0000 ~ 01403457 n 0000 ~ 01404365 n 0000 ~ 01404628 n 0000 ~ 01405107 n 0000 ~ 01405858 n 0000 | algae having the chlorophyll masked by brown and yellow pigments
-01402831 05 n 02 Laminariales 0 order_Laminariales 0 003 @ 01347199 n 0000 #m 01402169 n 0000 %m 01403052 n 0000 | in some classifications coextensive with family Laminariaceae: marine brown algae of cold or polar seas
-01403052 05 n 02 Laminariaceae 0 family_Laminariaceae 0 003 @ 01387617 n 0000 #m 01402831 n 0000 %m 01403284 n 0000 | large family of marine brown algae including many economically important large kelps chiefly of northern waters
-01403284 05 n 02 Laminaria 0 genus_Laminaria 0 003 @ 01388130 n 0000 #m 01403052 n 0000 %m 01403457 n 0000 | type genus of the family Laminariaceae: perennial brown kelps
-01403457 05 n 01 kelp 0 003 @ 01402600 n 0000 #m 01403284 n 0000 ~ 01403595 n 0000 | large brown seaweeds having fluted leathery fronds
-01403595 05 n 02 sea_tangle 0 tang 1 001 @ 01403457 n 0000 | any of various kelps especially of the genus Laminaria
-01403713 05 n 02 tang 2 sea_tang 0 001 @ 01397497 n 0000 | any of various coarse seaweeds
-01403805 05 n 02 Fucales 0 order_Fucales 0 004 @ 01342529 n 0000 #m 01402169 n 0000 %m 01404129 n 0000 %m 01404495 n 0000 | coextensive with the family Fucaceae
-01403968 05 n 02 Cyclosporeae 0 class_Cyclosporeae 0 002 @ 08103777 n 0000 #m 01402381 n 0000 | in more recent classifications superseded by the order Fucales
-01404129 05 n 02 Fucaceae 0 family_Fucaceae 0 007 @ 01387617 n 0000 #m 01403805 n 0000 %m 01404365 n 0000 %m 01404628 n 0000 %m 01404813 n 0000 %m 01405442 n 0000 %m 01405737 n 0000 | small family of brown algae: gulfweeds; rockweeds
-01404365 05 n 02 fucoid 1 fucoid_algae 0 002 @ 01402600 n 0000 #m 01404129 n 0000 | any of various algae of the family Fucaceae
-01404495 05 n 01 fucoid 2 002 @ 09284589 n 0000 #m 01403805 n 0000 | a fossilized cast or impression of algae of the order Fucales
-01404628 05 n 01 rockweed 0 005 @ 01402600 n 0000 #m 01404129 n 0000 ~ 01405007 n 0000 ~ 01405250 n 0000 ~ 01405616 n 0000 | coarse brown seaweed growing on rocks exposed at low tide
-01404813 05 n 01 genus_Fucus 0 005 @ 01388130 n 0000 #m 01404129 n 0000 %m 01405007 n 0000 %m 01405107 n 0000 %m 01405250 n 0000 | type genus of the family Fucaceae: cartilaginous brown algae
-01405007 05 n 01 fucus 0 002 @ 01404628 n 0000 #m 01404813 n 0000 | any member of the genus Fucus
-01405107 05 n 03 serrated_wrack 0 Fucus_serratus 0 tang 3 002 @ 01402600 n 0000 #m 01404813 n 0000 | brown algae seaweed with serrated edges
-01405250 05 n 05 bladderwrack 1 black_rockweed 0 bladder_fucus 0 tang 4 Fucus_vesiculosus 0 002 @ 01404628 n 0000 #m 01404813 n 0000 | a common rockweed used in preparing kelp and as manure
-01405442 05 n 02 Ascophyllum 0 genus_Ascophyllum 0 002 @ 01388130 n 0000 #m 01404129 n 0000 | brown algae distinguished by compressed or inflated branchlets along the axis
-01405616 05 n 02 bladderwrack 2 Ascophyllum_nodosum 0 001 @ 01404628 n 0000 | similar to and found with black rockweed
-01405737 05 n 01 genus_Sargassum 0 003 @ 01388130 n 0000 #m 01404129 n 0000 %m 01405858 n 0000 | a genus of protoctist
-01405858 05 n 04 gulfweed 0 sargassum 0 sargasso 0 Sargassum_bacciferum 0 002 @ 01402600 n 0000 #m 01405737 n 0000 | brown algae with rounded bladders forming dense floating masses in tropical Atlantic waters as in the Sargasso Sea
-01406092 05 n 02 Euglenophyta 0 division_Euglenophyta 0 004 @ 08221348 n 0000 #m 01386494 n 0000 %m 01406262 n 0000 %m 01406904 n 0000 | free-swimming flagellate algae
-01406262 05 n 02 Euglenophyceae 0 class_Euglenophyceae 0 003 @ 08103777 n 0000 #m 01406092 n 0000 %m 01406426 n 0000 | coextensive with the division Euglenophyta
-01406426 05 n 02 Euglenaceae 0 family_Euglenaceae 0 003 @ 01387617 n 0000 #m 01406262 n 0000 %m 01406565 n 0000 | considered green algae
-01406565 05 n 01 genus_Euglena 0 003 @ 01388130 n 0000 #m 01406426 n 0000 %m 01406736 n 0000 | type genus of the family Euglenaceae: green algae with a single flagellum
-01406736 05 n 01 euglena 0 002 @ 01389507 n 0000 #m 01406565 n 0000 | minute single-celled green freshwater organism having a single flagella; often classed as algae
-01406904 05 n 03 euglenoid 0 euglenophyte 0 euglenid 0 002 @ 01397114 n 0000 #m 01406092 n 0000 | marine and freshwater green or colorless flagellate organism
-01407065 05 n 02 Chlorophyta 0 division_Chlorophyta 0 006 @ 08221348 n 0000 #m 01386494 n 0000 %m 01407465 n 0000 %m 01407798 n 0000 %m 01408088 n 0000 %m 01412085 n 0000 | large division of chiefly freshwater eukaryotic algae that possess chlorophyll a and b, store food as starch, and cellulose cell walls; classes Chlorophyceae, Ulvophyceae, and Charophyceae; obviously ancestral to land plants
-01407465 05 n 02 Chlorophyceae 0 class_Chlorophyceae 0 007 @ 08103777 n 0000 #m 01407065 n 0000 %m 01408253 n 0000 %m 01408880 n 0000 %m 01409940 n 0000 %m 01410847 n 0000 %m 01411556 n 0000 | algae distinguished chiefly by having flagella and a clear green color, their chlorophyll being masked little if at all by other pigments
-01407798 05 n 02 green_algae 0 chlorophyte 0 007 @ 01397114 n 0000 #m 01407065 n 0000 ~ 01408743 n 0000 ~ 01410457 n 0000 ~ 01410689 n 0000 ~ 01412694 n 0000 ~ 01413457 n 0000 | algae that are clear green in color; often growing on wet ricks or damp wood or the surface of stagnant water
-01408088 05 n 02 Ulvophyceae 0 class_Ulvophyceae 0 002 @ 08103777 n 0000 #m 01407065 n 0000 | alternative name for the class Chlorophyceae in some classifications
-01408253 05 n 02 Ulvales 0 order_Ulvales 0 003 @ 01347199 n 0000 #m 01407465 n 0000 %m 01408383 n 0000 | an order of protoctist
-01408383 05 n 03 Ulvaceae 0 family_Ulvaceae 0 sea-lettuce_family 0 003 @ 01387617 n 0000 #m 01408253 n 0000 %m 01408547 n 0000 | thin flat or tubular green algae
-01408547 05 n 02 Ulva 0 genus_Ulva 0 003 @ 01388130 n 0000 #m 01408383 n 0000 %m 01408743 n 0000 | type genus of the family Ulvaceae; green seaweed having a thallus two cells thick: sea lettuce
-01408743 05 n 02 sea_lettuce 0 laver 1 002 @ 01407798 n 0000 #m 01408547 n 0000 | seaweed with edible translucent crinkly green fronds
-01408880 05 n 02 Volvocales 0 order_Volvocales 0 004 @ 01347199 n 0000 #m 01407465 n 0000 %m 01409065 n 0000 %m 01409477 n 0000 | chiefly freshwater green algae; solitary or colonial
-01409065 05 n 02 Volvocaceae 0 family_Volvocaceae 0 003 @ 01387617 n 0000 #m 01408880 n 0000 %m 01409244 n 0000 | unicellular or colonial biflagellate free-swimming flagellates
-01409244 05 n 02 Volvox 0 genus_Volvox 0 002 @ 01388130 n 0000 #m 01409065 n 0000 | type genus of the Volvocaceae; minute pale green flagellates occurring in tiny spherical colonies; minute flagella rotate the colony about an axis
-01409477 05 n 02 Chlamydomonadaceae 0 family_Chlamydomonadaceae 0 003 @ 01387617 n 0000 #m 01408880 n 0000 %m 01409665 n 0000 | green algae some of which are colored red by hematochrome
-01409665 05 n 02 Chlamydomonas 0 genus_Chlamydomonas 0 002 @ 01388130 n 0000 #m 01409477 n 0000 | type genus of the Chlamydomonadaceae; solitary doubly-flagellated plant-like algae common in fresh water and damp soil; multiply freely; often a pest around filtration plants
-01409940 05 n 04 Zygnematales 0 order_Zygnematales 0 Zygnemales 0 order_Zygnemales 0 003 @ 01342529 n 0000 #m 01407465 n 0000 %m 01410109 n 0000 | pond scums; desmids
-01410109 05 n 02 Zygnemataceae 0 family_Zygnemataceae 0 005 @ 01387617 n 0000 #m 01409940 n 0000 %m 01410330 n 0000 %m 01410457 n 0000 %m 01410568 n 0000 | pond scums: common freshwater algae forming green slimy masses
-01410330 05 n 02 Zygnema 0 genus_Zygnema 0 002 @ 01388130 n 0000 #m 01410109 n 0000 | type genus of the family Zygnemataceae
-01410457 05 n 01 pond_scum 0 002 @ 01407798 n 0000 #m 01410109 n 0000 | free-floating freshwater green algae
-01410568 05 n 01 genus_Spirogyra 0 003 @ 01388130 n 0000 #m 01410109 n 0000 %m 01410689 n 0000 | a genus of protoctist
-01410689 05 n 01 spirogyra 0 002 @ 01407798 n 0000 #m 01410568 n 0000 | freshwater algae consisting of minute filaments containing spiral chlorophyll bands
-01410847 05 n 02 Chlorococcales 0 order_Chlorococcales 0 004 @ 01347199 n 0000 #m 01407465 n 0000 %m 01411036 n 0000 %m 01411240 n 0000 | unicellular green algae that reproduce by spores
-01411036 05 n 02 Chlorococcum 0 genus_Chlorococcum 0 002 @ 01388130 n 0000 #m 01410847 n 0000 | type genus of Chlorococcales; unicellular green algae occurring singly or in a layer on soil or damp rock
-01411240 05 n 01 genus_Chlorella 0 003 @ 01388130 n 0000 #m 01410847 n 0000 %m 01411450 n 0000 | nonmotile unicellular green algae potentially important as source of high-grade protein and B-complex vitamins
-01411450 05 n 01 chlorella 0 002 @ 01397114 n 0000 #m 01411240 n 0000 | any alga of the genus Chlorella
-01411556 05 n 02 Oedogoniales 0 order_oedogoniales 0 003 @ 01347199 n 0000 #m 01407465 n 0000 %m 01411727 n 0000 | simple or branched filamentous freshwater green algae
-01411727 05 n 02 Oedogoniaceae 0 family_Oedogoniaceae 0 003 @ 01387617 n 0000 #m 01411556 n 0000 %m 01411871 n 0000 | filamentous green algae
-01411871 05 n 02 Oedogonium 0 genus_Oedogonium 0 002 @ 01388130 n 0000 #m 01411727 n 0000 | type genus of Oedogoniaceae; freshwater green algae having long unbranched filaments; usually free-floating when mature
-01412085 05 n 02 Charophyceae 0 class_Charophyceae 0 004 @ 08103777 n 0000 #m 01407065 n 0000 %m 01412279 n 0000 %m 01413188 n 0000 | in some classifications: contains only the order Charales
-01412279 05 n 02 Charales 0 order_Charales 0 003 @ 01347199 n 0000 #m 01412085 n 0000 %m 01412479 n 0000 | small order of macroscopic fresh and brackish water algae with a distinct axis: stoneworts
-01412479 05 n 02 Characeae 0 family_Characeae 0 005 @ 01387617 n 0000 #m 01412279 n 0000 %m 01412694 n 0000 %m 01412925 n 0000 %m 01413071 n 0000 | green algae superficially resembling horsetail ferns: stoneworts
-01412694 05 n 01 stonewort 0 002 @ 01407798 n 0000 #m 01412479 n 0000 | any of various submerged aquatic algae of the genus Chara having nodes with whorled filamentlike branches; usually encrusted with calcium carbonate deposits
-01412925 05 n 02 Chara 0 genus_Chara 0 002 @ 01388130 n 0000 #m 01412479 n 0000 | green algae common in freshwater lakes of limestone districts
-01413071 05 n 02 Nitella 0 genus_Nitella 0 002 @ 01388130 n 0000 #m 01412479 n 0000 | fragile branching stoneworts
-01413188 05 n 02 Desmidiaceae 0 family_Desmidiaceae 0 003 @ 01387617 n 0000 #m 01412085 n 0000 %m 01413324 n 0000 | unicellular algae
-01413324 05 n 02 Desmidium 0 genus_Desmidium 0 003 @ 01388130 n 0000 #m 01413188 n 0000 %m 01413457 n 0000 | a genus of protoctist
-01413457 05 n 01 desmid 0 002 @ 01407798 n 0000 #m 01413324 n 0000 | freshwater green algae
-01413551 05 n 02 Rhodophyta 0 division_Rhodophyta 0 004 @ 08221348 n 0000 #m 01386494 n 0000 %m 01413744 n 0000 %m 01413942 n 0000 | lower plants; mostly marine and littoral eukaryotic algae
-01413744 05 n 02 Rhodophyceae 0 class_Rhodophyceae 0 005 @ 08103777 n 0000 #m 01413551 n 0000 %m 01414359 n 0000 %m 01414841 n 0000 %m 01415256 n 0000 | coextensive with the Rhodophyta: red algae
-01413942 05 n 01 red_algae 0 007 @ 01397114 n 0000 #m 01413551 n 0000 ~ 01414216 n 0000 ~ 01414633 n 0000 ~ 01415139 n 0000 ~ 01415524 n 0000 %p 11548728 n 0000 | marine algae in which the chlorophyll is masked by a red or purplish pigment; source of agar and carrageenan
-01414216 05 n 01 sea_moss 2 001 @ 01413942 n 0000 | any of various red algae having graceful rose to purple fronds (e.g. dulse or carrageen)
-01414359 05 n 02 Gigartinaceae 0 family_Gigartinaceae 0 003 @ 01387617 n 0000 #m 01413744 n 0000 %m 01414502 n 0000 | a family of protoctist
-01414502 05 n 02 Chondrus 0 genus_Chondrus 0 003 @ 01388130 n 0000 #m 01414359 n 0000 %m 01414633 n 0000 | a genus of protoctist
-01414633 05 n 05 Irish_moss 0 carrageen 0 carageen 0 carragheen 0 Chondrus_crispus 0 002 @ 01413942 n 0000 #m 01414502 n 0000 | dark purple edible seaweed of the Atlantic coasts of Europe and North America
-01414841 05 n 02 Rhodymeniaceae 0 family_Rhodymeniaceae 0 003 @ 01387617 n 0000 #m 01413744 n 0000 %m 01414986 n 0000 | a family of protoctist
-01414986 05 n 02 Rhodymenia 0 genus_Rhodymenia 0 003 @ 01388130 n 0000 #m 01414841 n 0000 %m 01415139 n 0000 | type genus of the family Rhodymeniaceae
-01415139 05 n 02 dulse 0 Rhodymenia_palmata 0 002 @ 01413942 n 0000 #m 01414986 n 0000 | coarse edible red seaweed
-01415256 05 n 02 Bangiaceae 0 family_Bangiaceae 0 003 @ 01387617 n 0000 #m 01413744 n 0000 %m 01415393 n 0000 | a family of protoctist
-01415393 05 n 02 Porphyra 0 genus_Porphyra 0 003 @ 01388130 n 0000 #m 01415256 n 0000 %m 01415524 n 0000 | a genus of protoctist
-01415524 05 n 02 red_laver 0 laver 2 002 @ 01413942 n 0000 #m 01415393 n 0000 | edible red seaweeds
-01415626 05 n 02 eukaryote 0 eucaryote 0 004 @ 00004475 n 0000 + 02859974 a 0202 + 02859974 a 0101 ! 01415920 n 0101 | an organism with cells characteristic of all life forms except primitive microorganisms such as bacteria; i.e. an organism with `good' or membrane-bound nuclei in its cells
-01415920 05 n 02 prokaryote 0 procaryote 0 004 @ 00004475 n 0000 + 02860183 a 0202 + 02860183 a 0101 ! 01415626 n 0101 | a unicellular organism having cells lacking membrane-bound nuclei; bacteria are the prime example but also included are blue-green algae and actinomycetes and mycoplasma
-01416213 05 n 01 zooid 0 001 @ 00004475 n 0000 | one of the distinct individuals forming a colonial animal such as a bryozoan or hydrozoan
-01416354 05 n 04 Mastigophora 0 class_Mastigophora 0 Flagellata 0 class_Flagellata 0 006 @ 08103777 n 0000 #m 01389188 n 0000 %m 01416585 n 0000 %m 01417041 n 0000 %m 01418237 n 0000 %m 01420655 n 0000 | protozoa having flagella
-01416585 05 n 05 flagellate 0 flagellate_protozoan 0 flagellated_protozoan 0 mastigophoran 0 mastigophore 0 012 @ 01389507 n 0000 #m 01416354 n 0000 + 03015113 a 0101 + 01458302 n 0101 ~ 01417361 n 0000 ~ 01418498 n 0000 ~ 01418620 n 0000 ~ 01418947 n 0000 ~ 01419332 n 0000 ~ 01419573 n 0000 ~ 01419888 n 0000 ~ 01420525 n 0000 | a usually nonphotosynthetic free-living protozoan with whiplike appendages; some are pathogens of humans and other animals
-01417041 05 n 04 Dinoflagellata 0 order_Dinoflagellata 0 Cilioflagellata 0 order_Cilioflagellata 0 005 @ 01342529 n 0000 #m 01416354 n 0000 %m 01417361 n 0000 %m 01417553 n 0000 %m 01417807 n 0000 | in some classifications considered a phylum of the kingdom Protista; in others included in the plant phylum Pyrrophyta
-01417361 05 n 01 dinoflagellate 0 004 @ 01416585 n 0000 #m 01417041 n 0000 ~ 01417674 n 0000 ~ 01418114 n 0000 | chiefly marine protozoa having two flagella; a chief constituent of plankton
-01417553 05 n 01 genus_Noctiluca 0 003 @ 01388130 n 0000 #m 01417041 n 0000 %m 01417674 n 0000 | a genus of protoctist
-01417674 05 n 02 noctiluca 0 Noctiluca_miliaris 0 002 @ 01417361 n 0000 #m 01417553 n 0000 | large bioluminescent marine protozoan
-01417807 05 n 02 Peridiniidae 0 family_Peridiniidae 0 004 @ 01387617 n 0000 #m 01417041 n 0000 %m 01417982 n 0000 %m 01418114 n 0000 | marine and freshwater dinoflagellates
-01417982 05 n 02 Peridinium 0 genus_Peridinium 0 002 @ 01388130 n 0000 #m 01417807 n 0000 | type genus of the family Peridiniidae
-01418114 05 n 01 peridinian 0 002 @ 01417361 n 0000 #m 01417807 n 0000 | flagellate with a thick test composed of plates
-01418237 05 n 02 Zoomastigina 0 subclass_Zoomastigina 0 005 @ 08103777 n 0000 #m 01416354 n 0000 %m 01418620 n 0000 %m 01418794 n 0000 %m 01419082 n 0000 | in some classifications considered a phylum of the kingdom Protista; holozoic or saprozoic flagellates
-01418498 05 n 02 Leishmania 0 genus_Leishmania 0 001 @ 01416585 n 0000 | flagellate protozoan that causes leishmaniasis
-01418620 05 n 02 zoomastigote 0 zooflagellate 0 002 @ 01416585 n 0000 #m 01418237 n 0000 | flagellate protozoan lacking photosynthesis and other plant-like characteristics
-01418794 05 n 02 Hypermastigina 0 order_Hypermastigina 0 003 @ 01342529 n 0000 #m 01418237 n 0000 %m 01418947 n 0000 | cellulose-producing flagellates
-01418947 05 n 01 hypermastigote 0 002 @ 01416585 n 0000 #m 01418794 n 0000 | flagellate symbiotic in the intestines of e.g. termites
-01419082 05 n 02 Polymastigina 0 order_Polymastigina 0 008 @ 01342529 n 0000 #m 01418237 n 0000 %m 01419332 n 0000 %m 01419444 n 0000 %m 01419740 n 0000 %m 01420000 n 0000 %m 01420164 n 0000 %m 01420314 n 0000 | small usually parasitic flagellates
-01419332 05 n 01 polymastigote 0 002 @ 01416585 n 0000 #m 01419082 n 0000 | flagellates with several flagella
-01419444 05 n 01 genus_Costia 0 003 @ 01388130 n 0000 #m 01419082 n 0000 %m 01419573 n 0000 | a genus of flagellate protoctist
-01419573 05 n 02 costia 0 Costia_necatrix 0 002 @ 01416585 n 0000 #m 01419444 n 0000 | a flagellate that is the cause of the frequently fatal fish disease costiasis
-01419740 05 n 01 genus_Giardia 0 003 @ 01388130 n 0000 #m 01419082 n 0000 %m 01419888 n 0000 | flagellates parasitic in intestines of vertebrates
-01419888 05 n 01 giardia 0 002 @ 01416585 n 0000 #m 01419740 n 0000 | a suspected cause of diarrhea in humans
-01420000 05 n 02 Chilomastix 0 genus_Chilomastix 0 002 @ 01388130 n 0000 #m 01419082 n 0000 | flagellates parasitic in intestines of vertebrates including humans
-01420164 05 n 02 Hexamita 0 genus_Hexamita 0 002 @ 01388130 n 0000 #m 01419082 n 0000 | flagellates free-living or parasitic in intestines of birds
-01420314 05 n 01 genus_Trichomonas 0 003 @ 01388130 n 0000 #m 01419082 n 0000 %m 01420525 n 0000 | flagellates parasitic in alimentary or genitourinary tracts of vertebrates and invertebrates including humans
-01420525 05 n 01 trichomonad 0 002 @ 01416585 n 0000 #m 01420314 n 0000 | cause of trichomoniasis in women and cattle and birds
-01420655 05 n 02 Phytomastigina 0 subclass_Phytomastigina 0 003 @ 08103777 n 0000 #m 01416354 n 0000 %m 01420860 n 0000 | plantlike flagellates containing chlorophyll; often considered unicellular algae
-01420860 05 n 01 plantlike_flagellate 0 002 @ 01389507 n 0000 #m 01420655 n 0000 | unicellular organisms having many characteristics of typical algae
-01421012 05 n 02 Cryptophyta 0 phylum_Cryptophyta 0 003 @ 08102555 n 0000 #m 01386494 n 0000 %m 01421164 n 0000 | a phylum in the kingdom Protoctista
-01421164 05 n 02 Cryptophyceae 0 class_Cryptophyceae 0 003 @ 08103777 n 0000 #m 01421012 n 0000 %m 01421333 n 0000 | motile usually brownish-green protozoa-like algae
-01421333 05 n 02 cryptomonad 0 cryptophyte 0 002 @ 01397114 n 0000 #m 01421164 n 0000 | common in fresh and salt water appearing along the shore as algal blooms
-01421496 05 n 02 Sporozoa 0 class_Sporozoa 0 007 @ 08103777 n 0000 #m 01389188 n 0000 %m 01421807 n 0000 %m 01422594 n 0000 %m 01424282 n 0000 %m 01425817 n 0000 %m 01426784 n 0000 | strictly parasitic protozoans that are usually immobile; includes plasmodia and coccidia and piroplasms and malaria parasites
-01421807 05 n 01 sporozoan 0 017 @ 01389507 n 0000 #m 01421496 n 0000 ~ 01422185 n 0000 ~ 01422335 n 0000 ~ 01422450 n 0000 ~ 01423302 n 0000 ~ 01423617 n 0000 ~ 01423971 n 0000 ~ 01424420 n 0000 ~ 01424782 n 0000 ~ 01425223 n 0000 ~ 01425634 n 0000 ~ 01426314 n 0000 ~ 01426625 n 0000 ~ 01427143 n 0000 ~ 01427399 n 0000 ~ 01427703 n 0000 | parasitic spore-forming protozoan
-01422185 05 n 01 sporozoite 0 001 @ 01421807 n 0000 | one of the minute active bodies into which sporozoans divide in one stage of their life cycle
-01422335 05 n 01 trophozoite 0 001 @ 01421807 n 0000 | a sporozoan in the active feeding stage of its life cycle
-01422450 05 n 01 merozoite 0 001 @ 01421807 n 0000 | a cell that arises from the asexual division of a parent sporozoan during its life cycle
-01422594 05 n 02 Telosporidia 0 subclass_Telosporidia 0 005 @ 08103777 n 0000 #m 01421496 n 0000 %m 01422835 n 0000 %m 01423464 n 0000 %m 01423757 n 0000 | parasitic sporozoans that form spores containing one or more infective sporozoites
-01422835 05 n 02 Coccidia 0 order_Coccidia 0 004 @ 01342529 n 0000 #m 01422594 n 0000 %m 01423001 n 0000 %m 01423302 n 0000 | an order in the subclass Telosporidia
-01423001 05 n 02 Eimeriidae 0 family_Eimeriidae 0 003 @ 01387617 n 0000 #m 01422835 n 0000 %m 01423160 n 0000 | a family of protoctist in the order Coccidia
-01423160 05 n 01 genus_Eimeria 0 002 @ 01388130 n 0000 #m 01423001 n 0000 | type genus of the family Eimeriidae; includes serious pathogens
-01423302 05 n 02 coccidium 0 eimeria 0 002 @ 01421807 n 0000 #m 01422835 n 0000 | parasitic on the digestive epithelium of vertebrates and higher invertebrates
-01423464 05 n 02 Gregarinida 0 order_Gregarinida 0 003 @ 01342529 n 0000 #m 01422594 n 0000 %m 01423617 n 0000 | an order in the subclass Telosporidia
-01423617 05 n 01 gregarine 0 002 @ 01421807 n 0000 #m 01423464 n 0000 | vermiform protozoans parasitic in insects and other invertebrates
-01423757 05 n 02 Haemosporidia 0 order_Haemosporidia 0 006 @ 01342529 n 0000 #m 01422594 n 0000 %m 01423971 n 0000 %m 01424165 n 0000 %m 01424607 n 0000 %m 01425336 n 0000 | an order in the subclass Telosporidia
-01423971 05 n 01 haemosporidian 0 002 @ 01421807 n 0000 #m 01423757 n 0000 | minute protozoans parasitic at some stage of the life cycle in blood cells of vertebrates including many pathogens
-01424165 05 n 02 Plasmodiidae 0 family_Plasmodiidae 0 002 @ 01387617 n 0000 #m 01423757 n 0000 | malaria parasites
-01424282 05 n 01 genus_Plasmodium 0 003 @ 01388130 n 0000 #m 01421496 n 0000 %m 01424420 n 0000 | type genus of the family Plasmodiidae
-01424420 05 n 03 plasmodium 0 Plasmodium_vivax 0 malaria_parasite 0 002 @ 01421807 n 0000 #m 01424282 n 0000 | parasitic protozoan of the genus Plasmodium that causes malaria in humans
-01424607 05 n 02 Haemoproteidae 0 family_Haemoproteidae 0 005 @ 01387617 n 0000 #m 01423757 n 0000 %m 01424782 n 0000 %m 01424938 n 0000 %m 01425076 n 0000 | bird parasites
-01424782 05 n 01 haemoproteid 0 002 @ 01421807 n 0000 #m 01424607 n 0000 | related to malaria parasite and having a phase in the viscera of various birds
-01424938 05 n 02 Haemoproteus 0 genus_Haemoproteus 0 002 @ 01388130 n 0000 #m 01424607 n 0000 | type genus of the family Haemoproteidae
-01425076 05 n 02 genus_Leucocytozoon 0 genus_Leucocytozoan 0 003 @ 01388130 n 0000 #m 01424607 n 0000 %m 01425223 n 0000 | a genus of protoctist
-01425223 05 n 02 leucocytozoan 0 leucocytozoon 0 002 @ 01421807 n 0000 #m 01425076 n 0000 | parasitic in birds
-01425336 05 n 02 Babesiidae 0 family_Babesiidae 0 004 @ 01387617 n 0000 #m 01423757 n 0000 %m 01425501 n 0000 %m 01425634 n 0000 | piroplasms and cattle pathogens
-01425501 05 n 02 genus_Babesia 0 genus_Piroplasma 0 002 @ 01388130 n 0000 #m 01425336 n 0000 | type genus of the family Babesiidae
-01425634 05 n 01 piroplasm 0 002 @ 01421807 n 0000 #m 01425336 n 0000 | minute parasite of red blood cells of mammals transmitted by a tick and causing diseases of domestic animals
-01425817 05 n 02 Acnidosporidia 0 subclass_Acnidosporidia 0 004 @ 08103777 n 0000 #m 01421496 n 0000 %m 01425983 n 0000 %m 01426466 n 0000 | a subclass of Sporozoa
-01425983 05 n 02 Sarcosporidia 0 order_Sarcosporidia 0 003 @ 01342529 n 0000 #m 01425817 n 0000 %m 01426160 n 0000 | imperfectly known parasites of the muscles of vertebrates
-01426160 05 n 02 Sarcocystis 0 genus_Sarcocystis 0 003 @ 01388130 n 0000 #m 01425983 n 0000 %m 01426314 n 0000 | chief genus of the order Sarcosporidia
-01426314 05 n 03 sarcosporidian 0 sarcocystidean 0 sarcocystieian 0 002 @ 01421807 n 0000 #m 01426160 n 0000 | parasite of the muscles of vertebrates
-01426466 05 n 02 Haplosporidia 0 order_Haplosporidia 0 003 @ 01342529 n 0000 #m 01425817 n 0000 %m 01426625 n 0000 | an order in the subclass Acnidosporidia
-01426625 05 n 01 haplosporidian 0 002 @ 01421807 n 0000 #m 01426466 n 0000 | parasite in invertebrates and lower vertebrates of no known economic importance
-01426784 05 n 02 Cnidosporidia 0 subclass_Cnidosporidia 0 005 @ 08103777 n 0000 #m 01421496 n 0000 %m 01427005 n 0000 %m 01427241 n 0000 %m 01427547 n 0000 | single-host parasites of lower vertebrates and invertebrates
-01427005 05 n 02 Actinomyxidia 0 order_Actinomyxidia 0 003 @ 01342529 n 0000 #m 01426784 n 0000 %m 01427143 n 0000 | parasites of worms
-01427143 05 n 01 actinomyxidian 0 002 @ 01421807 n 0000 #m 01427005 n 0000 | parasites of worms
-01427241 05 n 02 Mycrosporidia 0 order_Mycrosporidia 0 003 @ 01342529 n 0000 #m 01426784 n 0000 %m 01427399 n 0000 | an order in the subclass Cnidosporidia
-01427399 05 n 01 microsporidian 0 002 @ 01421807 n 0000 #m 01427241 n 0000 | parasite of arthropods and fishes that invade and destroy host cells
-01427547 05 n 02 Myxosporidia 0 order_Myxosporidia 0 003 @ 01342529 n 0000 #m 01426784 n 0000 %m 01427703 n 0000 | an order in the subclass Cnidosporidia
-01427703 05 n 01 myxosporidian 0 002 @ 01421807 n 0000 #m 01427547 n 0000 | mostly parasitic in fishes and including various serious pathogens
-01427848 05 n 02 pseudopod 0 pseudopodium 0 001 @ 05470189 n 0000 | temporary outgrowth used by some microorganisms as an organ of feeding or locomotion
-01428003 05 n 01 plasmodium 2 001 @ 05432948 n 0000 | multinucleate sheet of cytoplasm characteristic of some stages of such organisms as slime molds
-01428155 05 n 02 Malacopterygii 0 superorder_Malacopterygii 0 014 @ 01342529 n 0000 #m 02527813 n 0000 %m 01428580 n 0000 %m 01437805 n 0000 %m 02517169 n 0000 %m 02521241 n 0000 %m 02521472 n 0000 %m 02525866 n 0000 %m 02528534 n 0000 %m 02543412 n 0000 %m 02543737 n 0000 %m 02545569 n 0000 %m 02546177 n 0000 %m 02546744 n 0000 | an extensive group of teleost fishes having fins supported by flexible cartilaginous rays
-01428580 05 n 02 soft-finned_fish 0 malacopterygian 0 027 @ 02528163 n 0000 #m 01428155 n 0000 ! 02552171 n 0101 ~ 01429172 n 0000 ~ 01438208 n 0000 ~ 02517442 n 0000 ~ 02521646 n 0000 ~ 02526121 n 0000 ~ 02529293 n 0000 ~ 02529772 n 0000 %m 02530052 n 0000 ~ 02533834 n 0000 ~ 02534559 n 0000 ~ 02538985 n 0000 ~ 02540412 n 0000 ~ 02541687 n 0000 ~ 02542432 n 0000 ~ 02542958 n 0000 ~ 02543255 n 0000 ~ 02543565 n 0000 ~ 02543952 n 0000 ~ 02544274 n 0000 ~ 02544475 n 0000 ~ 02545841 n 0000 ~ 02546028 n 0000 ~ 02546331 n 0000 ~ 02547014 n 0000 | any fish of the superorder Malacopterygii
-01429172 05 n 02 Ostariophysi 0 order_Ostariophysi 0 001 @ 01428580 n 0000 | in some classifications considered a superorder comprising the Cypriniformes and the Siluriformes
-01429349 05 n 01 fish_family 0 172 @ 08107499 n 0000 #m 01471070 n 0000 ~ 01438461 n 0000 ~ 01438720 n 0000 ~ 01443998 n 0000 ~ 01444520 n 0000 ~ 01446283 n 0000 ~ 01448767 n 0000 ~ 01450281 n 0000 ~ 01451524 n 0000 ~ 01452633 n 0000 ~ 01453188 n 0000 ~ 01454260 n 0000 ~ 01454702 n 0000 ~ 01455592 n 0000 ~ 01456939 n 0000 ~ 01457276 n 0000 ~ 01457576 n 0000 ~ 01477373 n 0000 ~ 01478300 n 0000 ~ 01481063 n 0000 ~ 01482754 n 0000 ~ 01483188 n 0000 ~ 01483370 n 0000 ~ 01485306 n 0000 ~ 01485673 n 0000 ~ 01486241 n 0000 ~ 01487077 n 0000 ~ 01487743 n 0000 ~ 01488234 n 0000 ~ 01488539 n 0000 ~ 01491991 n 0000 ~ 01493366 n 0000 ~ 01494188 n 0000 ~ 01495192 n 0000 ~ 01496199 n 0000 ~ 01496944 n 0000 ~ 01497579 n 0000 ~ 01497878 n 0000 ~ 01498822 n 0000 ~ 01499898 n 0000 ~ 01500995 n 0000 ~ 02515410 n 0000 ~ 02516427 n 0000 ~ 02517768 n 0000 ~ 02518813 n 0000 ~ 02520391 n 0000 ~ 02520669 n 0000 ~ 02521916 n 0000 ~ 02525543 n 0000 ~ 02526486 n 0000 ~ 02527145 n 0000 ~ 02527498 n 0000 ~ 02528949 n 0000 ~ 02529515 n 0000 ~ 02533708 n 0000 ~ 02534352 n 0000 ~ 02538730 n 0000 ~ 02540255 n 0000 ~ 02541431 n 0000 ~ 02542162 n 0000 ~ 02542598 n 0000 ~ 02543093 n 0000 ~ 02543412 n 0000 ~ 02543737 n 0000 ~ 02544754 n 0000 ~ 02545569 n 0000 ~ 02546177 n 0000 ~ 02546744 n 0000 ~ 02547562 n 0000 ~ 02547947 n 0000 ~ 02548522 n 0000 ~ 02548990 n 0000 ~ 02549796 n 0000 ~ 02550296 n 0000 ~ 02550915 n 0000 ~ 02551316 n 0000 ~ 02552737 n 0000 ~ 02556014 n 0000 ~ 02556623 n 0000 ~ 02558350 n 0000 ~ 02558724 n 0000 ~ 02558980 n 0000 ~ 02559232 n 0000 ~ 02559606 n 0000 ~ 02560823 n 0000 ~ 02562085 n 0000 ~ 02565728 n 0000 ~ 02570648 n 0000 ~ 02571300 n 0000 ~ 02571983 n 0000 ~ 02572904 n 0000 ~ 02573406 n 0000 ~ 02573918 n 0000 ~ 02574651 n 0000 ~ 02575766 n 0000 ~ 02581803 n 0000 ~ 02582437 n 0000 ~ 02582919 n 0000 ~ 02583211 n 0000 ~ 02583457 n 0000 ~ 02585732 n 0000 ~ 02586382 n 0000 ~ 02588108 n 0000 ~ 02590237 n 0000 ~ 02593863 n 0000 ~ 02599784 n 0000 ~ 02601200 n 0000 ~ 02602215 n 0000 ~ 02602970 n 0000 ~ 02603737 n 0000 ~ 02604014 n 0000 ~ 02604657 n 0000 ~ 02605139 n 0000 ~ 02606194 n 0000 ~ 02607630 n 0000 ~ 02610541 n 0000 ~ 02610834 n 0000 ~ 02611425 n 0000 ~ 02611767 n 0000 ~ 02612046 n 0000 ~ 02612982 n 0000 ~ 02613960 n 0000 ~ 02614788 n 0000 ~ 02615494 n 0000 ~ 02616572 n 0000 ~ 02617029 n 0000 ~ 02618244 n 0000 ~ 02618697 n 0000 ~ 02619029 n 0000 ~ 02619738 n 0000 ~ 02620033 n 0000 ~ 02620318 n 0000 ~ 02620826 n 0000 ~ 02621107 n 0000 ~ 02621721 n 0000 ~ 02622823 n 0000 ~ 02623868 n 0000 ~ 02629048 n 0000 ~ 02629435 n 0000 ~ 02630052 n 0000 ~ 02632239 n 0000 ~ 02632694 n 0000 ~ 02635310 n 0000 ~ 02635911 n 0000 ~ 02636666 n 0000 ~ 02637637 n 0000 ~ 02638835 n 0000 ~ 02639312 n 0000 ~ 02640093 n 0000 ~ 02641063 n 0000 ~ 02642430 n 0000 ~ 02644967 n 0000 ~ 02646377 n 0000 ~ 02646985 n 0000 ~ 02647503 n 0000 ~ 02648456 n 0000 ~ 02649400 n 0000 ~ 02649689 n 0000 ~ 02650696 n 0000 ~ 02651215 n 0000 ~ 02651846 n 0000 ~ 02652979 n 0000 ~ 02653655 n 0000 ~ 02654256 n 0000 ~ 02654890 n 0000 ~ 02655355 n 0000 ~ 02656426 n 0000 ~ 02657805 n 0000 ~ 02660769 n 0000 ~ 02663352 n 0000 ~ 02663657 n 0000 | any of various families of fish
-01432517 05 n 01 fish_genus 0 290 @ 08108972 n 0000 #m 01471070 n 0000 ~ 01439657 n 0000 ~ 01440344 n 0000 ~ 01440655 n 0000 ~ 01440949 n 0000 ~ 01441625 n 0000 ~ 01442055 n 0000 ~ 01442335 n 0000 ~ 01442591 n 0000 ~ 01442855 n 0000 ~ 01443126 n 0000 ~ 01443398 n 0000 ~ 01444164 n 0000 ~ 01445173 n 0000 ~ 01445305 n 0000 ~ 01445718 n 0000 ~ 01445998 n 0000 ~ 01447001 n 0000 ~ 01447551 n 0000 ~ 01447822 n 0000 ~ 01448165 n 0000 ~ 01448496 n 0000 ~ 01449252 n 0000 ~ 01449586 n 0000 ~ 01449857 n 0000 ~ 01450453 n 0000 ~ 01451726 n 0000 ~ 01452051 n 0000 ~ 01452200 n 0000 ~ 01452954 n 0000 ~ 01453330 n 0000 ~ 01453591 n 0000 ~ 01454393 n 0000 ~ 01455141 n 0000 ~ 01455986 n 0000 ~ 01456296 n 0000 ~ 01456631 n 0000 ~ 01457708 n 0000 ~ 01477745 n 0000 ~ 01478816 n 0000 ~ 01479066 n 0000 ~ 01479329 n 0000 ~ 01481203 n 0000 ~ 01482887 n 0000 ~ 01483707 n 0000 ~ 01483980 n 0000 ~ 01484717 n 0000 ~ 01485073 n 0000 ~ 01485801 n 0000 ~ 01486411 n 0000 ~ 01486706 n 0000 ~ 01487312 n 0000 ~ 01487914 n 0000 ~ 01489275 n 0000 ~ 01490546 n 0000 ~ 01490885 n 0000 ~ 01491235 n 0000 ~ 01491520 n 0000 ~ 01492212 n 0000 ~ 01493012 n 0000 ~ 01493687 n 0000 ~ 01494339 n 0000 ~ 01495340 n 0000 ~ 01497278 n 0000 ~ 01498268 n 0000 ~ 01498577 n 0000 ~ 01499261 n 0000 ~ 01499595 n 0000 ~ 01500360 n 0000 ~ 01500721 n 0000 ~ 01501450 n 0000 ~ 02515560 n 0000 ~ 02516615 n 0000 ~ 02516867 n 0000 ~ 02518178 n 0000 ~ 02518488 n 0000 ~ 02518990 n 0000 ~ 02519576 n 0000 ~ 02520015 n 0000 ~ 02520985 n 0000 ~ 02522247 n 0000 ~ 02522990 n 0000 ~ 02523338 n 0000 ~ 02523750 n 0000 ~ 02524081 n 0000 ~ 02524424 n 0000 ~ 02524811 n 0000 ~ 02525012 n 0000 ~ 02525287 n 0000 ~ 02526673 n 0000 ~ 02529111 n 0000 ~ 02530294 n 0000 ~ 02531362 n 0000 ~ 02531503 n 0000 ~ 02531820 n 0000 ~ 02533075 n 0000 ~ 02533424 n 0000 ~ 02534036 n 0000 ~ 02535349 n 0000 ~ 02535909 n 0000 ~ 02537847 n 0000 ~ 02539251 n 0000 ~ 02539752 n 0000 ~ 02540637 n 0000 ~ 02541139 n 0000 ~ 02541583 n 0000 ~ 02541875 n 0000 ~ 02542283 n 0000 ~ 02542804 n 0000 ~ 02544086 n 0000 ~ 02544960 n 0000 ~ 02545687 n 0000 ~ 02546477 n 0000 ~ 02546873 n 0000 ~ 02548128 n 0000 ~ 02551494 n 0000 ~ 02552894 n 0000 ~ 02556195 n 0000 ~ 02557033 n 0000 ~ 02557461 n 0000 ~ 02558079 n 0000 ~ 02559974 n 0000 ~ 02560383 n 0000 ~ 02560964 n 0000 ~ 02562680 n 0000 ~ 02563497 n 0000 ~ 02564130 n 0000 ~ 02564572 n 0000 ~ 02566325 n 0000 ~ 02567201 n 0000 ~ 02567484 n 0000 ~ 02567960 n 0000 ~ 02568326 n 0000 ~ 02568636 n 0000 ~ 02569151 n 0000 ~ 02569770 n 0000 ~ 02570038 n 0000 ~ 02570312 n 0000 ~ 02571034 n 0000 ~ 02571486 n 0000 ~ 02572369 n 0000 ~ 02572628 n 0000 ~ 02573075 n 0000 ~ 02573563 n 0000 ~ 02574093 n 0000 ~ 02575168 n 0000 ~ 02575455 n 0000 ~ 02576460 n 0000 ~ 02577291 n 0000 ~ 02577532 n 0000 ~ 02577823 n 0000 ~ 02578125 n 0000 ~ 02578604 n 0000 ~ 02579420 n 0000 ~ 02580055 n 0000 ~ 02580546 n 0000 ~ 02580991 n 0000 ~ 02581289 n 0000 ~ 02582591 n 0000 ~ 02583768 n 0000 ~ 02584004 n 0000 ~ 02584325 n 0000 ~ 02586129 n 0000 ~ 02586865 n 0000 ~ 02587761 n 0000 ~ 02588580 n 0000 ~ 02589486 n 0000 ~ 02589955 n 0000 ~ 02591205 n 0000 ~ 02591493 n 0000 ~ 02591757 n 0000 ~ 02592244 n 0000 ~ 02592607 n 0000 ~ 02592866 n 0000 ~ 02593353 n 0000 ~ 02594807 n 0000 ~ 02595217 n 0000 ~ 02595569 n 0000 ~ 02595902 n 0000 ~ 02596592 n 0000 ~ 02596888 n 0000 ~ 02597173 n 0000 ~ 02598438 n 0000 ~ 02598747 n 0000 ~ 02599207 n 0000 ~ 02600135 n 0000 ~ 02600657 n 0000 ~ 02601589 n 0000 ~ 02602620 n 0000 ~ 02603174 n 0000 ~ 02604342 n 0000 ~ 02604811 n 0000 ~ 02605571 n 0000 ~ 02605809 n 0000 ~ 02606590 n 0000 ~ 02606926 n 0000 ~ 02607345 n 0000 ~ 02608151 n 0000 ~ 02608429 n 0000 ~ 02608708 n 0000 ~ 02609169 n 0000 ~ 02609466 n 0000 ~ 02609951 n 0000 ~ 02610234 n 0000 ~ 02611154 n 0000 ~ 02613434 n 0000 ~ 02613687 n 0000 ~ 02614288 n 0000 ~ 02615157 n 0000 ~ 02615829 n 0000 ~ 02616251 n 0000 ~ 02616705 n 0000 ~ 02617402 n 0000 ~ 02617689 n 0000 ~ 02617956 n 0000 ~ 02618372 n 0000 ~ 02619409 n 0000 ~ 02620443 n 0000 ~ 02621419 n 0000 ~ 02622130 n 0000 ~ 02622408 n 0000 ~ 02624377 n 0000 ~ 02625132 n 0000 ~ 02625418 n 0000 ~ 02626590 n 0000 ~ 02627686 n 0000 ~ 02628467 n 0000 ~ 02628856 n 0000 ~ 02629581 n 0000 ~ 02630468 n 0000 ~ 02630926 n 0000 ~ 02631899 n 0000 ~ 02632359 n 0000 ~ 02633287 n 0000 ~ 02633555 n 0000 ~ 02633844 n 0000 ~ 02634156 n 0000 ~ 02634414 n 0000 ~ 02634717 n 0000 ~ 02635013 n 0000 ~ 02635459 n 0000 ~ 02636035 n 0000 ~ 02637046 n 0000 ~ 02637337 n 0000 ~ 02637839 n 0000 ~ 02638960 n 0000 ~ 02639464 n 0000 ~ 02639786 n 0000 ~ 02640453 n 0000 ~ 02641215 n 0000 ~ 02642935 n 0000 ~ 02643448 n 0000 ~ 02643713 n 0000 ~ 02643989 n 0000 ~ 02645143 n 0000 ~ 02645823 n 0000 ~ 02646117 n 0000 ~ 02646508 n 0000 ~ 02647144 n 0000 ~ 02647903 n 0000 ~ 02648174 n 0000 ~ 02648769 n 0000 ~ 02649082 n 0000 ~ 02650282 n 0000 ~ 02650928 n 0000 ~ 02651412 n 0000 ~ 02652005 n 0000 ~ 02653359 n 0000 ~ 02653965 n 0000 ~ 02654609 n 0000 ~ 02655694 n 0000 ~ 02656171 n 0000 ~ 02656550 n 0000 ~ 02658381 n 0000 ~ 02658670 n 0000 ~ 02658944 n 0000 ~ 02659342 n 0000 ~ 02659667 n 0000 ~ 02659961 n 0000 ~ 02660412 n 0000 ~ 02661317 n 0000 ~ 02661765 n 0000 ~ 02662081 n 0000 ~ 02662688 n 0000 ~ 02663086 n 0000 ~ 02664136 n 0000 ~ 02664511 n 0000 ~ 02664823 n 0000 ~ 02665119 n 0000 | any of various genus of fish
-01437805 05 n 02 Cypriniformes 0 order_Cypriniformes 0 010 @ 01342529 n 0000 #m 01428155 n 0000 %m 01438208 n 0000 %m 01438461 n 0000 %m 01438720 n 0000 %m 01443998 n 0000 %m 01444520 n 0000 %m 01446283 n 0000 %m 01448767 n 0000 %m 02583211 n 0000 | an order of animals including almost entirely freshwater fishes: characins; loaches; carp; suckers; sometimes classified as a suborder of Ostariophysi
-01438208 05 n 01 cypriniform_fish 0 009 @ 01428580 n 0000 #m 01437805 n 0000 ~ 01438581 n 0000 ~ 01439121 n 0000 ~ 01444339 n 0000 ~ 01444783 n 0000 ~ 01446589 n 0000 ~ 01448951 n 0000 ~ 02583567 n 0000 | a soft-finned fish of the order Cypriniformes
-01438461 05 n 02 Cobitidae 0 family_Cobitidae 0 003 @ 01429349 n 0000 #m 01437805 n 0000 %m 01438581 n 0000 | loaches
-01438581 05 n 01 loach 0 002 @ 01438208 n 0000 #m 01438461 n 0000 | slender freshwater fishes of Eurasia and Africa resembling catfishes
-01438720 05 n 02 Cyprinidae 0 family_Cyprinidae 0 015 @ 01429349 n 0000 #m 01437805 n 0000 %m 01439121 n 0000 %m 01439514 n 0000 %m 01439657 n 0000 %m 01440344 n 0000 %m 01440655 n 0000 %m 01440949 n 0000 %m 01441625 n 0000 %m 01442055 n 0000 %m 01442335 n 0000 %m 01442591 n 0000 %m 01442855 n 0000 %m 01443126 n 0000 %m 01443398 n 0000 | a family of fish including: carp; tench; roach; rudd; dace
-01439121 05 n 02 cyprinid 0 cyprinid_fish 0 014 @ 01438208 n 0000 #m 01438720 n 0000 + 02846168 a 0101 ~ 01439514 n 0000 ~ 01440764 n 0000 ~ 01441117 n 0000 ~ 01441272 n 0000 ~ 01441425 n 0000 ~ 01442450 n 0000 ~ 01442710 n 0000 ~ 01442972 n 0000 ~ 01443243 n 0000 ~ 01443537 n 0000 ~ 01443831 n 0000 | soft-finned mainly freshwater fishes typically having toothless jaws and cycloid scales
-01439514 05 n 01 carp 0 003 @ 01439121 n 0000 #m 01438720 n 0000 ~ 01439808 n 0000 | any of various freshwater fish of the family Cyprinidae
-01439657 05 n 02 Cyprinus 0 genus_Cyprinus 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01439808 n 0000 | type genus of the family Cyprinidae: carp
-01439808 05 n 02 domestic_carp 0 Cyprinus_carpio 0 005 @ 01439514 n 0000 #m 01439657 n 0000 ~ 01440160 n 0000 ~ 01440242 n 0000 %p 07779123 n 0000 | large Old World freshwater bottom-feeding fish introduced into Europe from Asia; inhabits ponds and sluggish streams and often raised for food; introduced into United States where it has become a pest
-01440160 05 n 01 leather_carp 0 001 @ 01439808 n 0000 | scaleless domestic carp
-01440242 05 n 01 mirror_carp 0 001 @ 01439808 n 0000 | domestic carp with some large shining scales
-01440344 05 n 02 Abramis 0 genus_Abramis 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01440467 n 0000 | European fishes
-01440467 05 n 02 European_bream 0 Abramis_brama 0 002 @ 02563182 n 0000 #m 01440344 n 0000 | European freshwater fish having a flattened body and silvery scales; of little value as food
-01440655 05 n 02 Tinca 0 genus_Tinca 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01440764 n 0000 | tench
-01440764 05 n 02 tench 0 Tinca_tinca 0 002 @ 01439121 n 0000 #m 01440655 n 0000 | freshwater dace-like game fish of Europe and western Asia noted for ability to survive outside water
-01440949 05 n 02 Leuciscus 0 genus_Leuciscus 0 004 @ 01432517 n 0000 #m 01438720 n 0000 %m 01441117 n 0000 %m 01441272 n 0000 | a genus of fish including: dace, chub
-01441117 05 n 02 dace 0 Leuciscus_leuciscus 0 002 @ 01439121 n 0000 #m 01440949 n 0000 | small European freshwater fish with a slender bluish-green body
-01441272 05 n 02 chub 1 Leuciscus_cephalus 0 002 @ 01439121 n 0000 #m 01440949 n 0000 | European freshwater game fish with a thick spindle-shaped body
-01441425 05 n 01 shiner 0 004 @ 01439121 n 0000 ~ 01441742 n 0000 ~ 01441910 n 0000 ~ 01442166 n 0000 | any of numerous small silvery North American cyprinid fishes especially of the genus Notropis
-01441625 05 n 02 Notropis 0 genus_Notropis 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01441910 n 0000 | shiners
-01441742 05 n 02 emerald_shiner 0 Notropis_atherinoides 0 001 @ 01441425 n 0000 | small blunt-nosed fish of Great Lakes and Mississippi valley with a greenish luster
-01441910 05 n 03 common_shiner 0 silversides 2 Notropis_cornutus 0 002 @ 01441425 n 0000 #m 01441625 n 0000 | the common North American shiner
-01442055 05 n 02 Notemigonus 0 genus_Notemigonus 0 002 @ 01432517 n 0000 #m 01438720 n 0000 | golden shiners
-01442166 05 n 02 golden_shiner 0 Notemigonus_crysoleucas 0 001 @ 01441425 n 0000 | shiner of eastern North America having golden glints; sometimes also called `bream'
-01442335 05 n 02 Rutilus 0 genus_Rutilus 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01442450 n 0000 | roaches
-01442450 05 n 02 roach 2 Rutilus_rutilus 0 002 @ 01439121 n 0000 #m 01442335 n 0000 | European freshwater food fish having a greenish back
-01442591 05 n 02 Scardinius 0 genus_Scardinius 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01442710 n 0000 | rudds
-01442710 05 n 02 rudd 0 Scardinius_erythrophthalmus 0 002 @ 01439121 n 0000 #m 01442591 n 0000 | European freshwater fish resembling the roach
-01442855 05 n 02 Phoxinus 0 genus_Phoxinus 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01442972 n 0000 | minnows
-01442972 05 n 02 minnow 1 Phoxinus_phoxinus 0 002 @ 01439121 n 0000 #m 01442855 n 0000 | very small European freshwater fish common in gravelly streams
-01443126 05 n 02 Gobio 0 genus_Gobio 0 003 @ 01432517 n 0000 #m 01438720 n 0000 %m 01443243 n 0000 | true gudgeons
-01443243 05 n 02 gudgeon 1 Gobio_gobio 0 002 @ 01439121 n 0000 #m 01443126 n 0000 | small slender European freshwater fish often used as bait by anglers
-01443398 05 n 02 Carassius 0 genus_Carassius 0 004 @ 01432517 n 0000 #m 01438720 n 0000 %m 01443537 n 0000 %m 01443831 n 0000 | goldfish
-01443537 05 n 02 goldfish 0 Carassius_auratus 0 003 @ 01439121 n 0000 #m 01443398 n 0000 ~ 01443736 n 0000 | small golden or orange-red freshwater fishes of Eurasia used as pond or aquarium fishes
-01443736 05 n 01 silverfish 0 001 @ 01443537 n 0000 | a silvery variety of Carassius auratus
-01443831 05 n 03 crucian_carp 0 Carassius_carassius 0 Carassius_vulgaris 0 002 @ 01439121 n 0000 #m 01443398 n 0000 | European carp closely resembling wild goldfish
-01443998 05 n 02 Electrophoridae 0 family_Electrophoridae 0 003 @ 01429349 n 0000 #m 01437805 n 0000 %m 01444164 n 0000 | small family comprising the electric eels
-01444164 05 n 02 Electrophorus 0 genus_Electrophorus 0 003 @ 01432517 n 0000 #m 01443998 n 0000 %m 01444339 n 0000 | type genus of the family Electrophoridae; electric eels
-01444339 05 n 02 electric_eel 0 Electrophorus_electric 0 002 @ 01438208 n 0000 #m 01444164 n 0000 | eel-shaped freshwater fish of South America having electric organs in its body
-01444520 05 n 02 Catostomidae 0 family_Catostomidae 0 008 @ 01429349 n 0000 #m 01437805 n 0000 %m 01444783 n 0000 %m 01444922 n 0000 %m 01445173 n 0000 %m 01445305 n 0000 %m 01445718 n 0000 %m 01445998 n 0000 | suckers; closely related to the family Cyprinidae
-01444783 05 n 01 catostomid 0 003 @ 01438208 n 0000 #m 01444520 n 0000 ~ 01444922 n 0000 | a cypriniform fish of the family Catostomidae
-01444922 05 n 01 sucker 1 006 @ 01444783 n 0000 #m 01444520 n 0000 ~ 01445429 n 0000 ~ 01445857 n 0000 ~ 01446152 n 0000 %p 07779895 n 0000 | mostly North American freshwater fishes with a thick-lipped mouth for feeding by suction; related to carps
-01445173 05 n 02 Catostomus 0 genus_Catostomus 0 002 @ 01432517 n 0000 #m 01444520 n 0000 | type genus of the family Catostomidae
-01445305 05 n 02 Ictiobus 0 genus_Ictiobus 0 003 @ 01432517 n 0000 #m 01444520 n 0000 %m 01445593 n 0000 | buffalo fishes
-01445429 05 n 02 buffalo_fish 0 buffalofish 0 003 @ 01444922 n 0000 ~ 01445593 n 0000 %p 07779263 n 0000 | any of several large suckers of the Mississippi valley
-01445593 05 n 02 black_buffalo 0 Ictiobus_niger 0 002 @ 01445429 n 0000 #m 01445305 n 0000 | fish of the lower Mississippi
-01445718 05 n 02 Hypentelium 0 genus_Hypentelium 0 002 @ 01432517 n 0000 #m 01444520 n 0000 | a genus of fish in the family Catostomidae
-01445857 05 n 03 hog_sucker 0 hog_molly 0 Hypentelium_nigricans 0 001 @ 01444922 n 0000 | widely distributed in warm clear shallow streams
-01445998 05 n 02 Maxostoma 0 genus_Maxostoma 0 003 @ 01432517 n 0000 #m 01444520 n 0000 %m 01446152 n 0000 | a genus of fish in the family Catostomidae
-01446152 05 n 02 redhorse 0 redhorse_sucker 0 002 @ 01444922 n 0000 #m 01445998 n 0000 | North American sucker with reddish fins
-01446283 05 n 02 Cyprinodontidae 0 family_Cyprinodontidae 0 008 @ 01429349 n 0000 #m 01437805 n 0000 %m 01446589 n 0000 %m 01447001 n 0000 %m 01447551 n 0000 %m 01447822 n 0000 %m 01448165 n 0000 %m 01448496 n 0000 | large family of small soft-finned fishes; killifishes; flagfishes; swordtails; guppies
-01446589 05 n 01 cyprinodont 0 005 @ 01438208 n 0000 #m 01446283 n 0000 ~ 01446760 n 0000 ~ 01448291 n 0000 ~ 01448594 n 0000 | any member of the family Cyprinodontidae
-01446760 05 n 01 killifish 0 005 @ 01446589 n 0000 ~ 01447139 n 0000 ~ 01447331 n 0000 ~ 01447658 n 0000 ~ 01447946 n 0000 | small mostly marine warm-water carp-like schooling fishes; used as bait or aquarium fishes or in mosquito control
-01447001 05 n 02 Fundulus 0 genus_Fundulus 0 004 @ 01432517 n 0000 #m 01446283 n 0000 %m 01447139 n 0000 %m 01447331 n 0000 | killifish
-01447139 05 n 02 mummichog 0 Fundulus_heteroclitus 0 002 @ 01446760 n 0000 #m 01447001 n 0000 | silver-and-black killifish of saltwater marshes along the Atlantic coast of the United States
-01447331 05 n 04 striped_killifish 0 mayfish 0 may_fish 0 Fundulus_majalis 0 002 @ 01446760 n 0000 #m 01447001 n 0000 | black-barred fish of bays and coastal marshes of the Atlantic and Gulf Coast of the United States
-01447551 05 n 01 genus_Rivulus 0 003 @ 01432517 n 0000 #m 01446283 n 0000 %m 01447658 n 0000 | killifish
-01447658 05 n 01 rivulus 0 002 @ 01446760 n 0000 #m 01447551 n 0000 | found in small streams of tropical America; often kept in aquariums; usually hermaphroditic
-01447822 05 n 02 Jordanella 0 genus_Jordanella 0 003 @ 01432517 n 0000 #m 01446283 n 0000 %m 01447946 n 0000 | flagfishes
-01447946 05 n 03 flagfish 0 American_flagfish 0 Jordanella_floridae 0 002 @ 01446760 n 0000 #m 01447822 n 0000 | a fish with a dark-blue back and whitish sides with red stripes; found in swamps and streams of Florida
-01448165 05 n 02 Xyphophorus 0 genus_Xyphophorus 0 003 @ 01432517 n 0000 #m 01446283 n 0000 %m 01448291 n 0000 | swordtails
-01448291 05 n 04 swordtail 0 helleri 0 topminnow 2 Xyphophorus_helleri 0 002 @ 01446589 n 0000 #m 01448165 n 0000 | freshwater fish of Central America having a long swordlike tail; popular aquarium fish
-01448496 05 n 02 Lebistes 0 genus_Lebistes 0 002 @ 01432517 n 0000 #m 01446283 n 0000 | guppies
-01448594 05 n 03 guppy 0 rainbow_fish 0 Lebistes_reticulatus 0 001 @ 01446589 n 0000 | small freshwater fish of South America and the West Indies; often kept in aquariums
-01448767 05 n 02 Poeciliidae 0 family_Poeciliidae 0 006 @ 01429349 n 0000 #m 01437805 n 0000 %m 01448951 n 0000 %m 01449252 n 0000 %m 01449586 n 0000 %m 01449857 n 0000 | topminnows
-01448951 05 n 04 topminnow 1 poeciliid_fish 0 poeciliid 0 live-bearer 0 005 @ 01438208 n 0000 #m 01448767 n 0000 ~ 01449374 n 0000 ~ 01449712 n 0000 ~ 01449980 n 0000 | small usually brightly-colored viviparous surface-feeding fishes of fresh or brackish warm waters; often used in mosquito control
-01449252 05 n 02 Gambusia 0 genus_Gambusia 0 003 @ 01432517 n 0000 #m 01448767 n 0000 %m 01449374 n 0000 | mosquitofish
-01449374 05 n 02 mosquitofish 0 Gambusia_affinis 0 002 @ 01448951 n 0000 #m 01449252 n 0000 | silvery topminnow with rows of black spots of tropical North America and West Indies; important in mosquito control
-01449586 05 n 02 Platypoecilus 0 genus_Platypoecilus 0 003 @ 01432517 n 0000 #m 01448767 n 0000 %m 01449712 n 0000 | platys
-01449712 05 n 02 platy 0 Platypoecilus_maculatus 0 002 @ 01448951 n 0000 #m 01449586 n 0000 | small stocky Mexican fish; popular aquarium fish
-01449857 05 n 02 Mollienesia 0 genus_Mollienesia 0 003 @ 01432517 n 0000 #m 01448767 n 0000 %m 01449980 n 0000 | mollies
-01449980 05 n 02 mollie 0 molly 0 002 @ 01448951 n 0000 #m 01449857 n 0000 | popular aquarium fish
-01450081 05 n 02 Berycomorphi 0 order_Berycomorphi 0 004 @ 01342529 n 0000 #m 02551824 n 0000 %m 01450281 n 0000 %m 01451524 n 0000 | an order of spiny-finned fish in the superorder Acanthopterygii
-01450281 05 n 02 Holocentridae 0 family_Holocentridae 0 004 @ 01429349 n 0000 #m 01450081 n 0000 %m 01450453 n 0000 %m 01450661 n 0000 | squirrelfishes and soldierfishes
-01450453 05 n 02 Holocentrus 0 genus_Holocentrus 0 005 @ 01432517 n 0000 #m 01450281 n 0000 %m 01450950 n 0000 %m 01451115 n 0000 %m 01451295 n 0000 | type genus of the family Holocentridae; squirrelfishes
-01450661 05 n 01 squirrelfish 0 006 @ 02552171 n 0000 #m 01450281 n 0000 ~ 01450950 n 0000 ~ 01451115 n 0000 ~ 01451295 n 0000 ~ 01451426 n 0000 | very small, brightly colored (especially red) nocturnal fishes of shallow waters or tropical reefs; they make sounds like a squirrel's bark
-01450950 05 n 02 reef_squirrelfish 0 Holocentrus_coruscus 0 002 @ 01450661 n 0000 #m 01450453 n 0000 | on reefs from Bermuda and Florida to northern South America
-01451115 05 n 02 deepwater_squirrelfish 0 Holocentrus_bullisi 0 002 @ 01450661 n 0000 #m 01450453 n 0000 | a squirrelfish found from South Carolina to Bermuda and Gulf of Mexico
-01451295 05 n 01 Holocentrus_ascensionis 0 002 @ 01450661 n 0000 #m 01450453 n 0000 | bright red fish of West Indies and Bermuda
-01451426 05 n 02 soldierfish 0 soldier-fish 0 001 @ 01450661 n 0000 | the larger squirrelfishes
-01451524 05 n 02 Anomalopidae 0 family_Anomalopidae 0 005 @ 01429349 n 0000 #m 01450081 n 0000 %m 01451726 n 0000 %m 01452051 n 0000 %m 01452200 n 0000 | a family of fish including: flashlight fishes
-01451726 05 n 01 genus_Anomalops 0 003 @ 01432517 n 0000 #m 01451524 n 0000 %m 01451863 n 0000 | type genus of the family Anomalopidae
-01451863 05 n 02 anomalops 0 flashlight_fish 1 002 @ 02552171 n 0000 #m 01451726 n 0000 | fish having a luminous organ beneath eye; of warm waters of the western Pacific and Puerto Rico
-01452051 05 n 02 Krypterophaneron 0 genus_Krypterophaneron 0 002 @ 01432517 n 0000 #m 01451524 n 0000 | a genus of fish in the family Anomalopidae
-01452200 05 n 02 Photoblepharon 0 genus_Photoblepharon 0 002 @ 01432517 n 0000 #m 01451524 n 0000 | a genus of fish in the family Anomalopidae
-01452345 05 n 02 flashlight_fish 2 Photoblepharon_palpebratus 0 001 @ 02552171 n 0000 | fish of deep dark waters having a light organ below each eye
-01452496 05 n 02 Zeomorphi 0 order_Zeomorphi 0 004 @ 01342529 n 0000 #m 02551824 n 0000 %m 01452633 n 0000 %m 01453188 n 0000 | dories
-01452633 05 n 02 Zeidae 0 family_Zeidae 0 004 @ 01429349 n 0000 #m 01452496 n 0000 %m 01452798 n 0000 %m 01452954 n 0000 | a family of fish in the order Zeomorphi
-01452798 05 n 01 dory 0 003 @ 02552171 n 0000 #m 01452633 n 0000 ~ 01453087 n 0000 | marine fishes widely distributed in mid-waters and deep slope waters
-01452954 05 n 02 Zeus 0 genus_Zeus 0 003 @ 01432517 n 0000 #m 01452633 n 0000 %m 01453087 n 0000 | type genus of the family Zeidae
-01453087 05 n 02 John_Dory 0 Zeus_faber 0 002 @ 01452798 n 0000 #m 01452954 n 0000 | European dory
-01453188 05 n 02 Caproidae 0 family_Caproidae 0 004 @ 01429349 n 0000 #m 01452496 n 0000 %m 01453330 n 0000 %m 01453591 n 0000 | boarfishes
-01453330 05 n 02 Capros 0 genus_Capros 0 003 @ 01432517 n 0000 #m 01453188 n 0000 %m 01453475 n 0000 | a genus of fish in the family Caproidae
-01453475 05 n 02 boarfish 1 Capros_aper 0 002 @ 02552171 n 0000 #m 01453330 n 0000 | fish with a projecting snout
-01453591 05 n 02 Antigonia 0 genus_Antigonia 0 003 @ 01432517 n 0000 #m 01453188 n 0000 %m 01453742 n 0000 | a genus of fish in the family Caproidae
-01453742 05 n 01 boarfish 2 002 @ 02552171 n 0000 #m 01453591 n 0000 | fish with large eyes and long snouts
-01453852 05 n 02 Solenichthyes 0 order_Solenichthyes 0 008 @ 01342529 n 0000 #m 02527813 n 0000 %m 01454260 n 0000 %m 01454702 n 0000 %m 01455592 n 0000 %m 01456939 n 0000 %m 01457276 n 0000 %m 01457576 n 0000 | bellows fishes; shrimpfishes; cornetfishes; pipefishes; small order of chiefly tropical marine fishes of varied and bizarre form all having a small mouth at the end of a drawn-out tubular snout
-01454260 05 n 02 Fistulariidae 0 family_Fistulariidae 0 003 @ 01429349 n 0000 #m 01453852 n 0000 %m 01454393 n 0000 | cornetfishes
-01454393 05 n 02 Fistularia 0 genus_Fistularia 0 003 @ 01432517 n 0000 #m 01454260 n 0000 %m 01454545 n 0000 | type genus of the family Fistulariidae
-01454545 05 n 01 cornetfish 0 002 @ 02528163 n 0000 #m 01454393 n 0000 | slender tropical fish with a long tubular snout and bony plates instead of scales
-01454702 05 n 02 Gasterosteidae 0 family_Gasterosteidae 0 004 @ 01429349 n 0000 #m 01453852 n 0000 %m 01454856 n 0000 %m 01455141 n 0000 | sticklebacks
-01454856 05 n 02 stickleback 0 prickleback 1 004 @ 02552171 n 0000 #m 01454702 n 0000 ~ 01455317 n 0000 ~ 01455461 n 0000 | small (2-4 inches) pugnacious mostly scaleless spiny-backed fishes of northern fresh and littoral waters having elaborate courtship; subjects of much research
-01455141 05 n 02 Gasterosteus 0 genus_gasterosteus 0 004 @ 01432517 n 0000 #m 01454702 n 0000 %m 01455317 n 0000 %m 01455461 n 0000 | type genus of the family Gasterosteidae
-01455317 05 n 02 three-spined_stickleback 0 Gasterosteus_aculeatus 0 002 @ 01454856 n 0000 #m 01455141 n 0000 | of rivers and coastal regions
-01455461 05 n 02 ten-spined_stickleback 0 Gasterosteus_pungitius 0 002 @ 01454856 n 0000 #m 01455141 n 0000 | confined to rivers
-01455592 05 n 02 Syngnathidae 0 family_Syngnathidae 0 006 @ 01429349 n 0000 #m 01453852 n 0000 %m 01455778 n 0000 %m 01455986 n 0000 %m 01456296 n 0000 %m 01456631 n 0000 | pipefishes
-01455778 05 n 02 pipefish 0 needlefish 1 005 @ 02528163 n 0000 #m 01455592 n 0000 ~ 01456137 n 0000 ~ 01456454 n 0000 ~ 01456756 n 0000 | fish with long tubular snout and slim body covered with bony plates
-01455986 05 n 02 Syngnathus 0 genus_Syngnathus 0 003 @ 01432517 n 0000 #m 01455592 n 0000 %m 01456137 n 0000 | type genus of the family Syngnathidae
-01456137 05 n 02 dwarf_pipefish 0 Syngnathus_hildebrandi 0 002 @ 01455778 n 0000 #m 01455986 n 0000 | small (4 inches) fish found off the Florida Gulf Coast
-01456296 05 n 02 Cosmocampus 0 genus_Cosmocampus 0 003 @ 01432517 n 0000 #m 01455592 n 0000 %m 01456454 n 0000 | a genus of fish in the family Syngnathidae
-01456454 05 n 02 deepwater_pipefish 0 Cosmocampus_profundus 0 002 @ 01455778 n 0000 #m 01456296 n 0000 | a fish 8 inches long; found from eastern Florida to western Caribbean
-01456631 05 n 02 Hippocampus 0 genus_Hippocampus 0 003 @ 01432517 n 0000 #m 01455592 n 0000 %m 01456756 n 0000 | seahorses
-01456756 05 n 02 seahorse 0 sea_horse 0 002 @ 01455778 n 0000 #m 01456631 n 0000 | small fish with horse-like heads bent sharply downward and curled tails; swim in upright position
-01456939 05 n 02 Macrorhamphosidae 0 family_Macrorhamphosidae 0 003 @ 01429349 n 0000 #m 01453852 n 0000 %m 01457082 n 0000 | bellows fishes
-01457082 05 n 02 snipefish 0 bellows_fish 0 002 @ 02528163 n 0000 #m 01456939 n 0000 | small bottom-dwelling fish of warm seas having a compressed body and a long snout with a toothless mouth
-01457276 05 n 02 Centriscidae 0 family_Centriscidae 0 003 @ 01429349 n 0000 #m 01453852 n 0000 %m 01457407 n 0000 | shrimpfishes
-01457407 05 n 02 shrimpfish 0 shrimp-fish 0 002 @ 02528163 n 0000 #m 01457276 n 0000 | slender tropical shallow-water East Indian fish covered with transparent plates
-01457576 05 n 02 Aulostomidae 0 family_Aulostomidae 0 003 @ 01429349 n 0000 #m 01453852 n 0000 %m 01457708 n 0000 | trumpetfishes
-01457708 05 n 02 Aulostomus 0 genus_Aulostomus 0 003 @ 01432517 n 0000 #m 01457576 n 0000 %m 01457852 n 0000 | type genus of the Aulostomidae
-01457852 05 n 02 trumpetfish 0 Aulostomus_maculatus 0 002 @ 02528163 n 0000 #m 01457708 n 0000 | tropical Atlantic fish with a long snout; swims snout down
-01458010 05 n 01 cytostome 0 002 @ 05301908 n 0000 #p 01389507 n 0000 | mouth of a protozoan
-01458105 05 n 01 cilium 0 003 @ 05445668 n 0000 + 02845379 a 0103 + 02845379 a 0101 | a hairlike projection from the surface of a cell; provides locomotion in free-swimming unicellular organisms
-01458302 05 n 01 flagellum 0 004 @ 05470189 n 0000 #p 01355326 n 0000 #p 05457469 n 0000 + 01416585 n 0101 | a lash-like appendage used for locomotion (e.g., in sperm cells and some bacteria and protozoa)
-01458509 05 n 01 flame_cell 0 002 @ 05333259 n 0000 #p 01924916 n 0000 | organ of excretion in flatworms
-01458616 05 n 01 investment 0 002 @ 05238282 n 0000 ~ 01458746 n 0000 | outer layer or covering of an organ or part or organism
-01458746 05 n 01 pellicle 0 001 @ 01458616 n 0000 | thin protective membrane in some protozoa
-01458842 05 n 03 embryo 0 conceptus 0 fertilized_egg 0 009 @ 00015388 n 0000 + 01490257 a 0103 + 00818581 a 0102 + 01490257 a 0101 + 00818581 a 0101 ~ 01461646 n 0000 ~ 01462544 n 0000 ~ 01462803 n 0000 %p 05520479 n 0000 | an animal organism in the early stages of growth and differentiation that in higher forms merge into fetal stages but in lower forms terminate in commencement of larval life
-01459242 05 n 05 blastocoel 0 blastocoele 0 blastocele 0 segmentation_cavity 0 cleavage_cavity 0 005 @ 05303402 n 0000 #p 01461646 n 0000 + 03050012 a 0301 + 03050012 a 0201 + 03050012 a 0101 | the fluid-filled cavity inside a blastula
-01459480 05 n 04 blastoderm 0 germinal_disc 0 blastodisc 0 germinal_area 0 003 @ 01463259 n 0000 + 03050164 a 0102 + 03050164 a 0101 | a layer of cells on the inside of the blastula
-01459664 05 n 01 blastomere 0 002 @ 00006484 n 0000 + 03050324 a 0101 | any cell resulting from cleavage of a fertilized egg
-01459791 05 n 02 fetus 0 foetus 0 008 @ 01471682 n 0000 + 02892819 a 0202 + 02892819 a 0101 ~ 01460108 n 0000 ~ 01460303 n 0000 %p 05418177 n 0000 %p 05520479 n 0000 ~ 09828216 n 0000 | an unborn or unhatched vertebrate in the later stages of development showing the main recognizable features of the mature animal
-01460108 05 n 02 monster 0 teras 0 005 @ 01459791 n 0000 ;c 06043075 n 0000 + 00221627 a 0102 %p 14019296 n 0000 %p 14019441 n 0000 | (medicine) a grossly malformed and usually nonviable fetus
-01460303 05 n 01 abortus 0 001 @ 01459791 n 0000 | a human fetus whose weight is less than 0.5 kilogram when removed or expelled from the mother's body
-01460457 05 n 01 egg 0 008 @ 05457973 n 0000 %p 01460963 n 0000 ~ 01461146 n 0000 ~ 01461315 n 0000 ~ 01461445 n 0000 ~ 01464766 n 0000 %p 01464844 n 0000 ~ 02322624 n 0000 | animal reproductive body consisting of an ovum or embryo together with nutritive and protective envelopes; especially the thin-shelled reproductive body laid by e.g. female birds
-01460813 05 n 01 ovipositor 0 001 @ 05297523 n 0000 | egg-laying tubular structure at the end of the abdomen in many female insects and some fishes
-01460963 05 n 01 chalaza 0 002 @ 05267548 n 0000 #p 01460457 n 0000 | one of two spiral bands of tissue connecting the egg yolk to the enclosing membrane at either end of the shell
-01461146 05 n 01 nit 0 001 @ 01460457 n 0000 | egg or young of an insect parasitic on mammals especially a sucking louse; often attached to a hair or item of clothing
-01461315 05 n 01 spawn 0 002 @ 01460457 n 0000 ~ 01461532 n 0000 | the mass of eggs deposited by fish or amphibians or molluscs
-01461445 05 n 01 roe 1 001 @ 01460457 n 0000 | the eggs or egg-laden ovary of a fish
-01461532 05 n 01 roe 2 001 @ 01461315 n 0000 | the egg mass or spawn of certain crustaceans such as the lobster
-01461646 05 n 02 blastula 0 blastosphere 0 006 @ 01458842 n 0000 + 03050716 a 0201 + 03050716 a 0102 %p 01459242 n 0000 ~ 01462042 n 0000 %p 01462209 n 0000 | early stage of an embryo produced by cleavage of an ovum; a liquid-filled sphere whose wall is composed of a single layer of cells; during this stage (about eight days after fertilization) implantation in the wall of the uterus occurs
-01462042 05 n 02 blastocyst 0 blastodermic_vessicle 0 001 @ 01461646 n 0000 | the blastula of a placental mammal in which some differentiation of cells has occurred
-01462209 05 n 01 trophoblast 0 003 @ 05426243 n 0000 #p 01461646 n 0000 + 03126787 a 0101 | the membrane that forms the wall of the blastocyst in early development; aids implantation in the uterine wall; "after implantation of the blastocyst in the uterine wall the trophoblast divides into two layers, the chorion and the placenta"
-01462544 05 n 01 gastrula 0 002 @ 01458842 n 0000 %p 01462945 n 0000 | double-walled stage of the embryo resulting from invagination of the blastula; the outer layer of cells is the ectoderm and the inner layer differentiates into the mesoderm and endoderm
-01462803 05 n 01 morula 0 001 @ 01458842 n 0000 | a solid mass of blastomeres that forms when the zygote splits; develops into the blastula
-01462945 05 n 01 archenteron 0 003 @ 05303402 n 0000 #p 01462544 n 0000 %p 01463115 n 0000 | central cavity of the gastrula; becomes the intestinal or digestive cavity
-01463115 05 n 01 blastopore 0 004 @ 05249636 n 0000 #p 01462945 n 0000 + 03050560 a 0102 + 03050560 a 0101 | the opening into the archenteron
-01463259 05 n 01 layer 0 004 @ 05225602 n 0000 + 01262113 v 0101 ~ 01459480 n 0000 ~ 01895850 n 0000 | thin structure composed of a single thickness of cells
-01463419 05 n 01 embryonic_tissue 0 002 @ 05267548 n 0000 ~ 01463519 n 0000 | tissue in an embryo
-01463519 05 n 01 germ_layer 0 005 @ 01463419 n 0000 ;c 06071426 n 0000 ~ 01463739 n 0000 ~ 01464077 n 0000 ~ 01464573 n 0000 | (embryology) any of the 3 layers of cells differentiated in embryos following gastrulation
-01463739 05 n 03 ectoderm 0 exoderm 0 ectoblast 0 004 @ 01463519 n 0000 + 02876360 a 0102 + 02876360 a 0101 ~ 01463933 n 0000 | the outer germ layer that develops into skin and nervous tissue
-01463933 05 n 01 neural_tube 0 001 @ 01463739 n 0000 | a tube of ectodermal tissue in the embryo from which the brain and spinal cord develop
-01464077 05 n 02 mesoderm 0 mesoblast 0 005 @ 01463519 n 0000 + 02866976 a 0201 + 02866976 a 0102 ~ 01464318 n 0000 ~ 01464441 n 0000 | the middle germ layer that develops into muscle and bone and cartilage and blood and connective tissue
-01464318 05 n 02 chordamesoderm 0 chordomesoderm 0 001 @ 01464077 n 0000 | the area of mesoderm that forms the notochord
-01464441 05 n 01 mesenchyme 0 001 @ 01464077 n 0000 | mesodermal tissue that forms connective tissue and blood and smooth muscles
-01464573 05 n 05 endoderm 0 entoderm 0 endoblast 0 entoblast 0 hypoblast 0 001 @ 01463519 n 0000 | the inner germ layer that develops into the lining of the digestive and respiratory systems
-01464766 05 n 01 silkworm_seed 0 001 @ 01460457 n 0000 | eggs of a silkworm
-01464844 05 n 02 yolk 0 vitellus 0 002 @ 00021265 n 0000 #p 01460457 n 0000 | nutritive material of an ovum stored for the nutrition of an embryo (especially the yellow mass of a bird or reptile egg)
-01465046 05 n 01 yolk_sac 1 001 @ 05515670 n 0000 | membranous structure enclosing the yolk of eggs in birds, reptiles, marsupials, and some fishes; circulates nutrients to the developing embryo
-01465243 05 n 04 yolk_sac 2 vitelline_sac 0 umbilical_vesicle 0 vesicula_umbilicus 0 001 @ 05515670 n 0000 | membranous structure that functions as the circulatory system in mammalian embryos until the heart becomes functional
-01465472 05 n 01 fang 0 001 @ 05282746 n 0000 | hollow or grooved tooth of a venomous snake; used to inject its poison
-01465593 05 n 01 fang 1 001 @ 05307091 n 0000 | canine tooth of a carnivorous animal; used to seize and tear its prey
-01465713 05 n 01 tusk 0 008 @ 05282746 n 0000 #p 01871265 n 0000 #p 02503517 n 0000 #p 02396427 n 0000 + 00198213 v 0101 + 01445027 v 0102 + 02439499 a 0101 %s 14757547 n 0000 | a long pointed tooth specialized for fighting or digging; especially in an elephant or walrus or hog
-01465994 05 n 02 Chordata 0 phylum_Chordata 0 008 @ 08102555 n 0000 #m 01313093 n 0000 %m 01466257 n 0000 %m 01466828 n 0000 %m 01466996 n 0000 %m 01467180 n 0000 %m 01467986 n 0000 %m 01471070 n 0000 | comprises true vertebrates and animals having a notochord
-01466257 05 n 01 chordate 0 006 @ 00015388 n 0000 #m 01465994 n 0000 + 02695966 a 0101 ~ 01467336 n 0000 ~ 01468238 n 0000 ~ 01471682 n 0000 | any animal of the phylum Chordata having a notochord or spinal column
-01466472 05 n 01 notochord 0 002 @ 05588174 n 0000 ~ 01466701 n 0000 | a flexible rodlike structure that forms the supporting axis of the body in the lowest chordates and lowest vertebrates and in embryos of higher vertebrates
-01466701 05 n 01 urochord 0 001 @ 01466472 n 0000 | a notochord of a larval tunicate typically confined to the caudal region
-01466828 05 n 01 chordate_family 0 005 @ 08107499 n 0000 #m 01465994 n 0000 ~ 01467504 n 0000 ~ 01469425 n 0000 ~ 01469886 n 0000 | any family in the phylum Chordata
-01466996 05 n 01 chordate_genus 0 006 @ 08108972 n 0000 #m 01465994 n 0000 ~ 01467675 n 0000 ~ 01469586 n 0000 ~ 01470018 n 0000 ~ 01470586 n 0000 | any genus in the phylum Chordata
-01467180 05 n 02 Cephalochordata 0 subphylum_Cephalochordata 0 004 @ 08102555 n 0000 #m 01465994 n 0000 %m 01467336 n 0000 %m 01467504 n 0000 | lancelets
-01467336 05 n 01 cephalochordate 0 003 @ 01466257 n 0000 #m 01467180 n 0000 ~ 01467804 n 0000 | fish-like animals having a notochord rather than a true spinal column
-01467504 05 n 04 Amphioxidae 0 family_Amphioxidae 0 Branchiostomidae 0 family_Branchiostomidae 0 003 @ 01466828 n 0000 #m 01467180 n 0000 %m 01467675 n 0000 | lancelets
-01467675 05 n 01 genus_Amphioxus 0 003 @ 01466996 n 0000 #m 01467504 n 0000 %m 01467804 n 0000 | type genus of the Amphioxidae
-01467804 05 n 02 lancelet 0 amphioxus 0 002 @ 01467336 n 0000 #m 01467675 n 0000 | small translucent lancet-shaped burrowing marine animal; primitive forerunner of the vertebrates
-01467986 05 n 06 Urochordata 0 subphylum_Urochordata 0 Urochorda 0 subphylum_Urochorda 0 Tunicata 0 subphylum_Tunicata 0 006 @ 08102555 n 0000 #m 01465994 n 0000 %m 01468238 n 0000 %m 01468532 n 0000 %m 01469222 n 0000 %m 01470287 n 0000 | tunicates
-01468238 05 n 03 tunicate 0 urochordate 0 urochord 2 007 @ 01466257 n 0000 #m 01467986 n 0000 ~ 01468712 n 0000 ~ 01469723 n 0000 ~ 01470145 n 0000 ~ 01470479 n 0000 ~ 01470733 n 0000 | primitive marine animal having a saclike unsegmented body and a urochord that is conspicuous in the larva
-01468532 05 n 02 Ascidiaceae 0 class_Ascidiaceae 0 004 @ 08103777 n 0000 #m 01467986 n 0000 %m 01468712 n 0000 %m 01470895 n 0000 | sometimes classified as an order: sea squirts
-01468712 05 n 01 ascidian 0 003 @ 01468238 n 0000 #m 01468532 n 0000 ~ 01469103 n 0000 | minute sedentary marine invertebrate having a saclike body with siphons through which water enters and leaves
-01468913 05 n 02 siphon 0 syphon 0 002 @ 05297523 n 0000 ;c 06083243 n 0000 | a tubular organ in an aquatic animal (especially in mollusks) through which water can be taken in or expelled
-01469103 05 n 01 sea_squirt 0 001 @ 01468712 n 0000 | ascidian that can contract its body and eject streams of water
-01469222 05 n 02 Thaliacea 0 class_Thaliacea 0 004 @ 08103777 n 0000 #m 01467986 n 0000 %m 01469425 n 0000 %m 01469886 n 0000 | small class of free-swimming tunicates; sometimes classified as an order
-01469425 05 n 02 Salpidae 0 family_Salpidae 0 003 @ 01466828 n 0000 #m 01469222 n 0000 %m 01469586 n 0000 | a small family of tunicates in the class Thaliacea
-01469586 05 n 01 genus_Salpa 0 003 @ 01466996 n 0000 #m 01469425 n 0000 %m 01469723 n 0000 | type (perhaps sole) genus of the Salpidae
-01469723 05 n 02 salp 0 salpa 0 002 @ 01468238 n 0000 #m 01469586 n 0000 | minute floating marine tunicate having a transparent body with an opening at each end
-01469886 05 n 02 Doliolidae 0 family_Doliolidae 0 003 @ 01466828 n 0000 #m 01469222 n 0000 %m 01470018 n 0000 | oceanic tunicates
-01470018 05 n 01 genus_Doliolum 0 003 @ 01466996 n 0000 #m 01469886 n 0000 %m 01470145 n 0000 | type genus of the Doliolidae
-01470145 05 n 01 doliolum 0 002 @ 01468238 n 0000 #m 01470018 n 0000 | free-swimming oceanic tunicate with a barrel-shaped transparent body
-01470287 05 n 02 Larvacea 0 class_Larvacea 0 004 @ 08103777 n 0000 #m 01467986 n 0000 %m 01470479 n 0000 %m 01470586 n 0000 | small free-swimming tunicates; sometimes classified as an order
-01470479 05 n 01 larvacean 0 002 @ 01468238 n 0000 #m 01470287 n 0000 | any member of the class Larvacea
-01470586 05 n 01 genus_Appendicularia 0 003 @ 01466996 n 0000 #m 01470287 n 0000 %m 01470733 n 0000 | a genus of chordates in the class Larvacea
-01470733 05 n 01 appendicularia 0 002 @ 01468238 n 0000 #m 01470586 n 0000 | free-swimming tadpole-shaped pelagic tunicate resembling larvae of other tunicates
-01470895 05 n 01 ascidian_tadpole 0 002 @ 02311060 n 0000 #m 01468532 n 0000 | free-swimming larva of ascidians; they have a tail like a tadpole that contains the notochord
-01471070 05 n 04 Vertebrata 0 subphylum_Vertebrata 0 Craniata 0 subphylum_Craniata 0 025 @ 08102555 n 0000 #m 01465994 n 0000 %m 01429349 n 0000 %m 01432517 n 0000 %m 01471682 n 0000 %m 01472303 n 0000 %m 01473990 n 0000 %m 01479643 n 0000 %m 01479937 n 0000 %m 01480336 n 0000 %m 01502262 n 0000 %m 01504437 n 0000 %m 01507175 n 0000 %m 01625747 n 0000 %m 01626134 n 0000 %m 01626600 n 0000 %m 01656813 n 0000 %m 01657723 n 0000 %m 01660719 n 0000 %m 01861465 n 0000 %m 01862557 n 0000 %m 01864707 n 0000 %m 02511824 n 0000 %m 02514198 n 0000 %m 02514575 n 0000 | fishes; amphibians; reptiles; birds; mammals
-01471682 05 n 02 vertebrate 0 craniate 0 024 @ 01466257 n 0000 #m 01471070 n 0000 + 02510062 a 0101 ~ 01459791 n 0000 ~ 01472303 n 0000 ~ 01472502 n 0000 ~ 01473806 n 0000 ~ 01479820 n 0000 ~ 01503061 n 0000 ~ 01627424 n 0000 ~ 01661091 n 0000 ~ 01861778 n 0000 ~ 02156732 n 0000 %p 02157415 n 0000 %p 02157557 n 0000 %p 02158213 n 0000 %p 05279026 n 0000 -c 05279026 n 0000 -c 05399847 n 0000 -c 05515287 n 0000 %p 05552607 n 0000 %p 05563034 n 0000 %p 05566097 n 0000 -c 05586446 n 0000 | animals having a bony or cartilaginous skeleton with a segmented spinal column and a large brain enclosed in a skull or cranium
-01472303 05 n 01 Amniota 0 004 @ 01471682 n 0000 #m 01471070 n 0000 ;c 01861778 n 0000 %m 01472502 n 0000 | higher vertebrates (reptiles, birds and mammals) possessing an amnion during development
-01472502 05 n 01 amniote 0 004 @ 01471682 n 0000 #m 01472303 n 0000 %p 01472638 n 0000 %p 01472939 n 0000 | any member of the Amniota
-01472638 05 n 03 amnion 0 amniotic_sac 0 amnios 0 007 @ 05515670 n 0000 #p 01472502 n 0000 #p 05310790 n 0000 ;c 01861778 n 0000 + 02618108 a 0101 + 02618108 a 0102 + 02618108 a 0103 | thin innermost membranous sac enclosing the developing embryo of higher vertebrates (reptiles, birds and mammals)
-01472939 05 n 01 chorion 0 006 @ 05515670 n 0000 #p 01472502 n 0000 #p 05310790 n 0000 ;c 01861778 n 0000 + 02874700 a 0101 %p 01473188 n 0000 | the outermost membranous sac enclosing the embryo in higher vertebrates (reptiles, birds and mammals)
-01473188 05 n 01 chorionic_villus 0 002 @ 01901492 n 0000 #p 01472939 n 0000 | one of the tiny villi that stick out of the fetal chorion and combine with the mother's uterine tissue to form the placenta
-01473393 05 n 01 allantois 0 002 @ 05310790 n 0000 ;c 01861778 n 0000 | the vascular fetal membrane that lies below the chorion and develops from the hindgut in many embryonic higher vertebrates (reptiles, birds and mammals)
-01473620 05 n 02 chorioallantois 0 chorioallantoic_membrane 0 001 @ 05426243 n 0000 | the very vascular fetal membrane composed of the fused chorion and adjacent wall of the allantois
-01473806 05 n 01 aquatic_vertebrate 0 005 @ 01471682 n 0000 ~ 01474283 n 0000 ~ 01480106 n 0000 %p 02465084 n 0000 ~ 02512053 n 0000 | animal living wholly or chiefly in or on water
-01473990 05 n 02 Agnatha 0 superclass_Agnatha 0 007 @ 08103777 n 0000 #m 01471070 n 0000 %m 01474283 n 0000 %m 01474641 n 0000 %m 01475794 n 0000 %m 01476135 n 0000 %m 01476829 n 0000 | superclass of eel-shaped chordates lacking jaws and pelvic fins: lampreys; hagfishes; some extinct forms
-01474283 05 n 03 jawless_vertebrate 0 jawless_fish 0 agnathan 0 010 @ 01473806 n 0000 #m 01473990 n 0000 ~ 01474864 n 0000 ~ 01475232 n 0000 ~ 01475648 n 0000 ~ 01475940 n 0000 ~ 01476418 n 0000 ~ 01477080 n 0000 ~ 01477525 n 0000 ~ 01478511 n 0000 | eel-shaped vertebrate without jaws or paired appendages including the cyclostomes and some extinct forms
-01474641 05 n 02 Ostracodermi 0 order_Ostracodermi 0 005 @ 01342529 n 0000 #m 01473990 n 0000 %m 01474864 n 0000 %m 01475025 n 0000 %m 01475421 n 0000 | extinct group of armored jawless vertebrates; taxonomy is not clear
-01474864 05 n 01 ostracoderm 0 002 @ 01474283 n 0000 #m 01474641 n 0000 | extinct fish-like jawless vertebrate having a heavily armored body; of the Paleozoic
-01475025 05 n 02 Heterostraci 0 suborder_Heterostraci 0 003 @ 01342529 n 0000 #m 01474641 n 0000 %m 01475232 n 0000 | extinct group of armored jawless fishes or fish-like vertebrate; taxonomy is not clear
-01475232 05 n 01 heterostracan 0 002 @ 01474283 n 0000 #m 01475025 n 0000 | extinct jawless fish with the anterior part of the body covered with bony plates; of the Silurian and Devonian
-01475421 05 n 04 Osteostraci 0 suborder_Osteostraci 0 Cephalaspida 0 suborder_Cephalaspida 0 003 @ 01342529 n 0000 #m 01474641 n 0000 %m 01475648 n 0000 | extinct group of armored fish-like vertebrates; taxonomy is not clear
-01475648 05 n 02 osteostracan 0 cephalaspid 0 002 @ 01474283 n 0000 #m 01475421 n 0000 | extinct jawless fish of the Devonian with armored head
-01475794 05 n 02 Anaspida 0 order_Anaspida 0 003 @ 01342529 n 0000 #m 01473990 n 0000 %m 01475940 n 0000 | extinct order of jawless vertebrates
-01475940 05 n 01 anaspid 0 002 @ 01474283 n 0000 #m 01475794 n 0000 | extinct small freshwater jawless fish usually having a heterocercal tail and an armored head; of the Silurian and Devonian
-01476135 05 n 04 Conodonta 0 order_Conodonta 0 Conodontophorida 0 order_Conodontophorida 0 003 @ 01342529 n 0000 #m 01473990 n 0000 %m 01476418 n 0000 | extinct order of primitive vertebrates; the precise taxonomy is not clear; in some classifications considered a separate phylum
-01476418 05 n 01 conodont 1 002 @ 01474283 n 0000 #m 01476135 n 0000 | small (2 inches long) extinct eellike fish with a finned tail and a notochord and having cone-shaped teeth containing cellular bone; late Cambrian to late Triassic; possible predecessor of the cyclostomes
-01476696 05 n 01 conodont 2 001 @ 05282746 n 0000 | the tiny fossil cone-shaped tooth of a primitive vertebrate of order Conodonta
-01476829 05 n 02 Cyclostomata 0 order_Cyclostomata 0 007 @ 01342529 n 0000 #m 01473990 n 0000 %m 01477080 n 0000 %m 01477184 n 0000 %m 01477373 n 0000 %m 01478073 n 0000 %m 01478300 n 0000 | primitive jawless aquatic vertebrate: lampreys; hagfishes
-01477080 05 n 01 cyclostome 0 002 @ 01474283 n 0000 #m 01476829 n 0000 | primitive aquatic vertebrate
-01477184 05 n 04 Petromyzoniformes 0 suborder_Petromyzoniformes 0 Hyperoartia 0 suborder_Hyperoartia 0 002 @ 01342529 n 0000 #m 01476829 n 0000 | lampreys as distinguished from hagfishes
-01477373 05 n 02 Petromyzontidae 0 family_Petromyzontidae 0 004 @ 01429349 n 0000 #m 01476829 n 0000 %m 01477525 n 0000 %m 01477745 n 0000 | lampreys
-01477525 05 n 03 lamprey 0 lamprey_eel 0 lamper_eel 0 003 @ 01474283 n 0000 #m 01477373 n 0000 ~ 01477875 n 0000 | primitive eellike freshwater or anadromous cyclostome having round sucking mouth with a rasping tongue
-01477745 05 n 02 Petromyzon 0 genus_Petromyzon 0 003 @ 01432517 n 0000 #m 01477373 n 0000 %m 01477875 n 0000 | typical lampreys
-01477875 05 n 02 sea_lamprey 0 Petromyzon_marinus 0 002 @ 01477525 n 0000 #m 01477745 n 0000 | large anadromous lamprey sometimes used as food; destructive of native fish fauna in the Great Lakes
-01478073 05 n 07 Myxiniformes 0 suborder_Myxiniformes 0 Hyperotreta 0 suborder_Hyperotreta 0 Myxinoidei 0 Myxinoidea 0 suborder_Myxinoidei 0 002 @ 01342529 n 0000 #m 01476829 n 0000 | hagfishes as distinguished from lampreys
-01478300 05 n 02 Myxinidae 0 family_Myxinidae 0 006 @ 01429349 n 0000 #m 01476829 n 0000 %m 01478511 n 0000 %m 01478816 n 0000 %m 01479066 n 0000 %m 01479329 n 0000 | slime-producing marine animals: hagfishes
-01478511 05 n 03 hagfish 0 hag 0 slime_eels 0 005 @ 01474283 n 0000 #m 01478300 n 0000 ~ 01478969 n 0000 ~ 01479213 n 0000 ~ 01479459 n 0000 | eellike cyclostome having a tongue with horny teeth in a round mouth surrounded by eight tentacles; feeds on dead or trapped fishes by boring into their bodies
-01478816 05 n 02 Myxine 0 genus_Myxine 0 003 @ 01432517 n 0000 #m 01478300 n 0000 %m 01478969 n 0000 | type genus of the Myxinidae (typical hagfishes)
-01478969 05 n 01 Myxine_glutinosa 0 002 @ 01478511 n 0000 #m 01478816 n 0000 | typical hagfish
-01479066 05 n 01 genus_Eptatretus 0 003 @ 01432517 n 0000 #m 01478300 n 0000 %m 01479213 n 0000 | a genus of fossil fish of the family Myxinidae
-01479213 05 n 01 eptatretus 0 002 @ 01478511 n 0000 #m 01479066 n 0000 | a fossil hagfish of the genus Eptatretus
-01479329 05 n 02 Myxinikela 0 genus_Myxinikela 0 003 @ 01432517 n 0000 #m 01478300 n 0000 %m 01479459 n 0000 | fossil hagfishes
-01479459 05 n 01 Myxinikela_siroka 0 002 @ 01478511 n 0000 #m 01479329 n 0000 | fossil hagfish of the Pennsylvanian period (c. 300 million years ago) that resembled modern hagfishes
-01479643 05 n 02 Gnathostomata 0 superclass_Gnathostomata 0 003 @ 08103777 n 0000 #m 01471070 n 0000 %m 01479820 n 0000 | comprising all vertebrates with upper and lower jaws
-01479820 05 n 01 gnathostome 0 002 @ 01471682 n 0000 #m 01479643 n 0000 | a vertebrate animal possessing true jaws
-01479937 05 n 02 Placodermi 0 class_Placodermi 0 003 @ 08103777 n 0000 #m 01471070 n 0000 %m 01480106 n 0000 | extinct group of bony-plated fishes with primitive jaws
-01480106 05 n 01 placoderm 0 002 @ 01473806 n 0000 #m 01479937 n 0000 | fish-like vertebrate with bony plates on head and upper body; dominant in seas and rivers during the Devonian; considered the earliest vertebrate with jaws
-01480336 05 n 02 Chondrichthyes 0 class_Chondrichthyes 0 005 @ 08103777 n 0000 #m 01471070 n 0000 %m 01480516 n 0000 %m 01480715 n 0000 %m 01481599 n 0000 | cartilaginous fishes
-01480516 05 n 02 cartilaginous_fish 0 chondrichthian 0 004 @ 02512053 n 0000 #m 01480336 n 0000 ~ 01480880 n 0000 ~ 01482071 n 0000 | fishes in which the skeleton may be calcified but not ossified
-01480715 05 n 02 Holocephali 0 subclass_Holocephali 0 004 @ 08103777 n 0000 #m 01480336 n 0000 %m 01480880 n 0000 %m 01481063 n 0000 | chimaeras and extinct forms
-01480880 05 n 02 holocephalan 0 holocephalian 0 003 @ 01480516 n 0000 #m 01480715 n 0000 ~ 01481331 n 0000 | fish with high compressed head and a body tapering off into a long tail
-01481063 05 n 02 Chimaeridae 0 family_Chimaeridae 0 003 @ 01429349 n 0000 #m 01480715 n 0000 %m 01481203 n 0000 | a family of Holocephali
-01481203 05 n 01 genus_Chimaera 0 003 @ 01432517 n 0000 #m 01481063 n 0000 %m 01481331 n 0000 | type genus of the Chimaeridae
-01481331 05 n 01 chimaera 1 003 @ 01480880 n 0000 #m 01481203 n 0000 ~ 01481498 n 0000 | a deep-sea fish with a tapering body, smooth skin, and long threadlike tail
-01481498 05 n 02 rabbitfish 0 Chimaera_monstrosa 0 001 @ 01481331 n 0000 | large European chimaera
-01481599 05 n 04 Elasmobranchii 0 subclass_Elasmobranchii 0 Selachii 0 subclass_Selachii 0 018 @ 08103777 n 0000 #m 01480336 n 0000 %m 01482071 n 0000 %m 01482754 n 0000 %m 01483188 n 0000 %m 01485306 n 0000 %m 01485673 n 0000 %m 01486241 n 0000 %m 01487077 n 0000 %m 01487743 n 0000 %m 01488234 n 0000 %m 01488539 n 0000 %m 01491991 n 0000 %m 01493366 n 0000 %m 01494188 n 0000 %m 01495192 n 0000 %m 01496037 n 0000 %m 01496617 n 0000 | sharks; rays; dogfishes; skates
-01482071 05 n 02 elasmobranch 0 selachian 0 004 @ 01480516 n 0000 #m 01481599 n 0000 ~ 01482330 n 0000 ~ 01495701 n 0000 | any of numerous fishes of the class Chondrichthyes characterized by a cartilaginous skeleton and placoid scales: sharks; rays; skates
-01482330 05 n 01 shark 0 014 @ 01482071 n 0000 + 01143614 v 0101 ~ 01483021 n 0000 ~ 01483522 n 0000 ~ 01486010 n 0000 ~ 01486540 n 0000 ~ 01486838 n 0000 ~ 01487506 n 0000 ~ 01488038 n 0000 ~ 01488385 n 0000 ~ 01488918 n 0000 ~ 01491874 n 0000 ~ 01494475 n 0000 ~ 01495493 n 0000 | any of numerous elongate mostly marine carnivorous fishes with heterocercal caudal fins and tough skin covered with small toothlike scales
-01482754 05 n 02 Hexanchidae 0 family_Hexanchidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01482887 n 0000 | primitive sharks
-01482887 05 n 02 Hexanchus 0 genus_Hexanchus 0 003 @ 01432517 n 0000 #m 01482754 n 0000 %m 01483021 n 0000 | a genus of Hexanchidae
-01483021 05 n 03 cow_shark 0 six-gilled_shark 0 Hexanchus_griseus 0 002 @ 01482330 n 0000 #m 01482887 n 0000 | large primitive shark widely distributed in warm seas
-01483188 05 n 02 Lamnidae 0 family_Lamnidae 0 006 @ 01429349 n 0000 #m 01481599 n 0000 %m 01483522 n 0000 %m 01483707 n 0000 %m 01484717 n 0000 %m 01485073 n 0000 | oceanic sharks
-01483370 05 n 02 Isuridae 0 family_Isuridae 0 002 @ 01429349 n 0000 %m 01483980 n 0000 | in some classifications another name for the family Lamnidae
-01483522 05 n 01 mackerel_shark 0 006 @ 01482330 n 0000 #m 01483188 n 0000 ~ 01483830 n 0000 ~ 01484097 n 0000 ~ 01484850 n 0000 ~ 01485479 n 0000 | fierce pelagic and oceanic sharks
-01483707 05 n 02 Lamna 0 genus_Lamna 0 003 @ 01432517 n 0000 #m 01483188 n 0000 %m 01483830 n 0000 | a genus of Lamnidae
-01483830 05 n 02 porbeagle 0 Lamna_nasus 0 002 @ 01483522 n 0000 #m 01483707 n 0000 | voracious pointed-nose shark of northern Atlantic and Pacific
-01483980 05 n 02 Isurus 0 genus_Isurus 0 003 @ 01432517 n 0000 #m 01483370 n 0000 %m 01484097 n 0000 | mako sharks
-01484097 05 n 02 mako 0 mako_shark 0 005 @ 01483522 n 0000 #m 01483980 n 0000 ~ 01484285 n 0000 ~ 01484447 n 0000 ~ 01484562 n 0000 | powerful mackerel shark of the Atlantic and Pacific
-01484285 05 n 02 shortfin_mako 0 Isurus_oxyrhincus 0 001 @ 01484097 n 0000 | very swift active bluish shark found worldwide in warm waters; important game fish
-01484447 05 n 02 longfin_mako 0 Isurus_paucus 0 001 @ 01484097 n 0000 | similar to shortfin mako but darker blue
-01484562 05 n 03 bonito_shark 0 blue_pointed 0 Isurus_glaucus 0 001 @ 01484097 n 0000 | common blue-grey shark of southwest Pacific; sport and food fish
-01484717 05 n 02 Carcharodon 0 genus_Carcharodon 0 003 @ 01432517 n 0000 #m 01483188 n 0000 %m 01484850 n 0000 | man-eating sharks
-01484850 05 n 05 great_white_shark 0 white_shark 0 man-eater 0 man-eating_shark 0 Carcharodon_carcharias 0 002 @ 01483522 n 0000 #m 01484717 n 0000 | large aggressive shark widespread in warm seas; known to attack humans
-01485073 05 n 02 Cetorhinus 0 genus_Cetorhinus 0 003 @ 01432517 n 0000 #m 01483188 n 0000 %m 01485479 n 0000 | comprising only the basking sharks; in some classifications considered the type genus of a separate family Cetorhinidae
-01485306 05 n 02 Cetorhinidae 0 family_Cetorhinidae 0 002 @ 01429349 n 0000 #m 01481599 n 0000 | in some older classifications considered the family of the basking sharks
-01485479 05 n 02 basking_shark 0 Cetorhinus_maximus 0 002 @ 01483522 n 0000 #m 01485073 n 0000 | large harmless plankton-eating northern shark; often swims slowly or floats at the sea surface
-01485673 05 n 02 Alopiidae 0 family_Alopiidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01485801 n 0000 | thresher sharks
-01485801 05 n 02 Alopius 0 genus_Alopius 0 003 @ 01432517 n 0000 #m 01485673 n 0000 %m 01486010 n 0000 | type genus of the family Alopiidae; in some classifications considered a genus of the family Lamnidae
-01486010 05 n 05 thresher 0 thrasher 1 thresher_shark 0 fox_shark 0 Alopius_vulpinus 0 002 @ 01482330 n 0000 #m 01485801 n 0000 | large pelagic shark of warm seas with a whiplike tail used to round up small fish on which to feed
-01486241 05 n 02 Orectolobidae 0 family_Orectolobidae 0 004 @ 01429349 n 0000 #m 01481599 n 0000 %m 01486411 n 0000 %m 01486706 n 0000 | nurse sharks and carpet sharks
-01486411 05 n 02 Orectolobus 0 genus_Orectolobus 0 003 @ 01432517 n 0000 #m 01486241 n 0000 %m 01486540 n 0000 | carpet sharks
-01486540 05 n 02 carpet_shark 0 Orectolobus_barbatus 0 002 @ 01482330 n 0000 #m 01486411 n 0000 | shark of the western Pacific with flattened body and mottled skin
-01486706 05 n 02 Ginglymostoma 0 genus_Ginglymostoma 0 003 @ 01432517 n 0000 #m 01486241 n 0000 %m 01486838 n 0000 | nurse sharks
-01486838 05 n 02 nurse_shark 0 Ginglymostoma_cirratum 0 002 @ 01482330 n 0000 #m 01486706 n 0000 | small bottom-dwelling shark of warm shallow waters on both coasts of North America and South America and from southeast Asia to Australia
-01487077 05 n 04 Carchariidae 0 family_Carchariidae 0 Odontaspididae 0 family_Odontaspididae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01487312 n 0000 | sand sharks; in some classifications coextensive with family Carcharhinidae
-01487312 05 n 04 Carcharias 0 genus_Carcharias 0 Odontaspis 0 genus_Odontaspis 0 003 @ 01432517 n 0000 #m 01487077 n 0000 %m 01487506 n 0000 | type and sole genus of Carchariidae: sand sharks
-01487506 05 n 04 sand_tiger 0 sand_shark 0 Carcharias_taurus 0 Odontaspis_taurus 0 002 @ 01482330 n 0000 #m 01487312 n 0000 | shallow-water shark with sharp jagged teeth found on both sides of Atlantic; sometimes dangerous to swimmers
-01487743 05 n 02 Rhincodontidae 0 family_Rhincodontidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01487914 n 0000 | small-toothed sharks comprising only one species
-01487914 05 n 02 Rhincodon 0 genus_Rhincodon 0 003 @ 01432517 n 0000 #m 01487743 n 0000 %m 01488038 n 0000 | whale sharks
-01488038 05 n 02 whale_shark 0 Rhincodon_typus 0 002 @ 01482330 n 0000 #m 01487914 n 0000 | large spotted shark of warm surface waters worldwide; resembles a whale and feeds chiefly on plankton
-01488234 05 n 02 Scyliorhinidae 0 family_Scyliorhinidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01488385 n 0000 | small bottom-dwelling sharks
-01488385 05 n 01 cat_shark 0 002 @ 01482330 n 0000 #m 01488234 n 0000 | small bottom-dwelling sharks with cat-like eyes; found along continental slopes
-01488539 05 n 02 Carcharhinidae 0 family_Carcharhinidae 0 008 @ 01429349 n 0000 #m 01481599 n 0000 %m 01488918 n 0000 %m 01489275 n 0000 %m 01490546 n 0000 %m 01490885 n 0000 %m 01491235 n 0000 %m 01491520 n 0000 | largest family of living sharks; found worldwide especially in tropical waters; dorsal fin lacks spines: requiem sharks including tiger sharks and soupfin sharks
-01488918 05 n 01 requiem_shark 0 011 @ 01482330 n 0000 #m 01488539 n 0000 ~ 01489501 n 0000 ~ 01489709 n 0000 ~ 01489920 n 0000 ~ 01490112 n 0000 ~ 01490360 n 0000 ~ 01490670 n 0000 ~ 01491006 n 0000 ~ 01491361 n 0000 ~ 01491661 n 0000 | any of numerous sharks from small relatively harmless bottom-dwellers to large dangerous oceanic and coastal species
-01489275 05 n 02 Carcharhinus 0 genus_Carcharhinus 0 007 @ 01432517 n 0000 #m 01488539 n 0000 %m 01489501 n 0000 %m 01489709 n 0000 %m 01489920 n 0000 %m 01490112 n 0000 %m 01490360 n 0000 | type genus of the Carcharhinidae
-01489501 05 n 03 bull_shark 0 cub_shark 0 Carcharhinus_leucas 0 002 @ 01488918 n 0000 #m 01489275 n 0000 | a most common shark in temperate and tropical coastal waters worldwide; heavy-bodied and dangerous
-01489709 05 n 02 sandbar_shark 1 Carcharhinus_plumbeus 0 002 @ 01488918 n 0000 #m 01489275 n 0000 | most common grey shark along coasts of middle Atlantic states; sluggish and occasionally caught by fishermen
-01489920 05 n 03 blacktip_shark 0 sandbar_shark 2 Carcharhinus_limbatus 0 002 @ 01488918 n 0000 #m 01489275 n 0000 | widely distributed shallow-water shark with fins seemingly dipped in ink
-01490112 05 n 04 whitetip_shark 1 oceanic_whitetip_shark 0 white-tipped_shark 0 Carcharinus_longimanus 0 002 @ 01488918 n 0000 #m 01489275 n 0000 | large deep-water shark with white-tipped dorsal fin; worldwide distribution; most dangerous shark
-01490360 05 n 02 dusky_shark 0 Carcharhinus_obscurus 0 002 @ 01488918 n 0000 #m 01489275 n 0000 | relatively slender blue-grey shark; nearly worldwide in tropical and temperate waters
-01490546 05 n 02 Negaprion 0 genus_Negaprion 0 003 @ 01432517 n 0000 #m 01488539 n 0000 %m 01490670 n 0000 | lemon sharks
-01490670 05 n 02 lemon_shark 0 Negaprion_brevirostris 0 002 @ 01488918 n 0000 #m 01490546 n 0000 | common shallow-water schooling shark of the Atlantic from North Carolina to Brazil and off west Africa; dangerous
-01490885 05 n 02 Prionace 0 genus_Prionace 0 003 @ 01432517 n 0000 #m 01488539 n 0000 %m 01491006 n 0000 | blue sharks
-01491006 05 n 03 blue_shark 0 great_blue_shark 0 Prionace_glauca 0 002 @ 01488918 n 0000 #m 01490885 n 0000 | slender cosmopolitan, pelagic shark; blue body shades to white belly; dangerous especially during maritime disasters
-01491235 05 n 02 Galeocerdo 0 genus_Galeocerdo 0 003 @ 01432517 n 0000 #m 01488539 n 0000 %m 01491361 n 0000 | tiger sharks
-01491361 05 n 02 tiger_shark 0 Galeocerdo_cuvieri 0 002 @ 01488918 n 0000 #m 01491235 n 0000 | large dangerous warm-water shark with striped or spotted body
-01491520 05 n 02 Galeorhinus 0 genus_Galeorhinus 0 003 @ 01432517 n 0000 #m 01488539 n 0000 %m 01491661 n 0000 | a genus of Carcharhinidae
-01491661 05 n 04 soupfin_shark 0 soupfin 0 soup-fin 0 Galeorhinus_zyopterus 0 002 @ 01488918 n 0000 #m 01491520 n 0000 | Pacific shark valued for its fins (used by Chinese in soup) and liver (rich in vitamin A)
-01491874 05 n 01 dogfish 0 003 @ 01482330 n 0000 ~ 01492357 n 0000 ~ 01493541 n 0000 | any of several small sharks
-01491991 05 n 02 Triakidae 0 family_Triakidae 0 005 @ 01429349 n 0000 #m 01481599 n 0000 %m 01492212 n 0000 %m 01492357 n 0000 %m 01493012 n 0000 | small sharks with smooth skins and lacking spines on their dorsal fins
-01492212 05 n 02 Mustelus 0 genus_Mustelus 0 004 @ 01432517 n 0000 #m 01491991 n 0000 %m 01492708 n 0000 %m 01492860 n 0000 | smooth dogfishes
-01492357 05 n 01 smooth_dogfish 0 006 @ 01491874 n 0000 #m 01491991 n 0000 ~ 01492569 n 0000 ~ 01492708 n 0000 ~ 01492860 n 0000 ~ 01493146 n 0000 | small bottom-dwelling shark found along both Atlantic coasts
-01492569 05 n 03 smoothhound 0 smoothhound_shark 0 Mustelus_mustelus 0 001 @ 01492357 n 0000 | smooth dogfish of European coastal waters
-01492708 05 n 02 American_smooth_dogfish 0 Mustelus_canis 0 002 @ 01492357 n 0000 #m 01492212 n 0000 | found along the Atlantic coast of the Americas
-01492860 05 n 02 Florida_smoothhound 0 Mustelus_norrisi 0 002 @ 01492357 n 0000 #m 01492212 n 0000 | found from the northern Gulf of Mexico to Brazil
-01493012 05 n 02 Triaenodon 0 genus_Triaenodon 0 003 @ 01432517 n 0000 #m 01491991 n 0000 %m 01493146 n 0000 | a genus of Triakidae
-01493146 05 n 03 whitetip_shark 2 reef_whitetip_shark 0 Triaenodon_obseus 0 002 @ 01492357 n 0000 #m 01493012 n 0000 | smooth dogfish of Pacific and Indian Oceans and Red Sea having white-tipped dorsal and caudal fins
-01493366 05 n 02 Squalidae 0 family_Squalidae 0 004 @ 01429349 n 0000 #m 01481599 n 0000 %m 01493541 n 0000 %m 01493687 n 0000 | dogfishes having a spine in each dorsal fin
-01493541 05 n 01 spiny_dogfish 0 004 @ 01491874 n 0000 #m 01493366 n 0000 ~ 01493829 n 0000 ~ 01494041 n 0000 | small bottom-dwelling dogfishes
-01493687 05 n 02 Squalus 0 genus_Squalus 0 004 @ 01432517 n 0000 #m 01493366 n 0000 %m 01493829 n 0000 %m 01494041 n 0000 | spiny dogfishes
-01493829 05 n 02 Atlantic_spiny_dogfish 0 Squalus_acanthias 0 002 @ 01493541 n 0000 #m 01493687 n 0000 | destructive dogfish of the Atlantic coastal waters of America and Europe; widely used in anatomy classes
-01494041 05 n 02 Pacific_spiny_dogfish 0 Squalus_suckleyi 0 002 @ 01493541 n 0000 #m 01493687 n 0000 | dogfish of Pacific coast of North America
-01494188 05 n 02 Sphyrnidae 0 family_Sphyrnidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01494339 n 0000 | hammerhead sharks; bonnethead sharks
-01494339 05 n 02 Sphyrna 0 genus_Sphyrna 0 003 @ 01432517 n 0000 #m 01494188 n 0000 %m 01494475 n 0000 | type genus of the Sphyrnidae
-01494475 05 n 02 hammerhead 0 hammerhead_shark 0 005 @ 01482330 n 0000 #m 01494339 n 0000 ~ 01494757 n 0000 ~ 01494882 n 0000 ~ 01495006 n 0000 | medium-sized live-bearing shark with eyes at either end of a flattened hammer-shaped head; worldwide in warm waters; can be dangerous
-01494757 05 n 02 smooth_hammerhead 0 Sphyrna_zygaena 0 001 @ 01494475 n 0000 | fished for the hides and vitamin-rich liver
-01494882 05 n 02 smalleye_hammerhead 0 Sphyrna_tudes 0 001 @ 01494475 n 0000 | fished for the hide and vitamin-rich liver
-01495006 05 n 04 shovelhead 0 bonnethead 0 bonnet_shark 0 Sphyrna_tiburo 0 001 @ 01494475 n 0000 | small harmless hammerhead having a spade-shaped head; abundant in bays and estuaries
-01495192 05 n 02 Squatinidae 0 family_Squatinidae 0 003 @ 01429349 n 0000 #m 01481599 n 0000 %m 01495340 n 0000 | bottom-dwelling ray-like sharks
-01495340 05 n 02 Squatina 0 genus_Squatina 0 003 @ 01432517 n 0000 #m 01495192 n 0000 %m 01495493 n 0000 | type genus of the Squatinidae: angel sharks
-01495493 05 n 04 angel_shark 0 angelfish 1 Squatina_squatina 0 monkfish 1 002 @ 01482330 n 0000 #m 01495340 n 0000 | sharks with broad flat bodies and winglike pectoral fins but that swim the way sharks do
-01495701 05 n 01 ray 0 008 @ 01482071 n 0000 ~ 01496331 n 0000 ~ 01497118 n 0000 ~ 01497738 n 0000 ~ 01498041 n 0000 ~ 01498989 n 0000 ~ 01500091 n 0000 ~ 01501160 n 0000 | cartilaginous fishes having horizontally flattened bodies and enlarged winglike pectoral fins with gills on the underside; most swim by moving the pectoral fins
-01496037 05 n 02 Torpediniformes 0 order_Torpediniformes 0 003 @ 01342529 n 0000 #m 01481599 n 0000 %m 01496199 n 0000 | rays with bodies shaped like torpedoes
-01496199 05 n 02 Torpedinidae 0 family_Torpedinidae 0 003 @ 01429349 n 0000 #m 01496037 n 0000 %m 01496331 n 0000 | electric rays
-01496331 05 n 04 electric_ray 0 crampfish 0 numbfish 0 torpedo 0 002 @ 01495701 n 0000 #m 01496199 n 0000 | any sluggish bottom-dwelling ray of the order Torpediniformes having a rounded body and electric organs on each side of the head capable of emitting strong electric discharges
-01496617 05 n 04 Rajiformes 0 order_Rajiformes 0 Batoidei 0 order_Batoidei 0 008 @ 01342529 n 0000 #m 01481599 n 0000 %m 01496944 n 0000 %m 01497579 n 0000 %m 01497878 n 0000 %m 01498822 n 0000 %m 01499898 n 0000 %m 01500995 n 0000 | fish with dorsoventrally flattened bodies; includes: rays; skates; guitarfishes; sawfishes
-01496944 05 n 02 Pristidae 0 family_Pristidae 0 004 @ 01429349 n 0000 #m 01496617 n 0000 %m 01497118 n 0000 %m 01497278 n 0000 | large primitive rays with elongated snouts
-01497118 05 n 01 sawfish 0 003 @ 01495701 n 0000 #m 01496944 n 0000 ~ 01497413 n 0000 | primitive ray with sharp teeth on each edge of a long flattened snout
-01497278 05 n 02 Pristis 0 genus_Pristis 0 003 @ 01432517 n 0000 #m 01496944 n 0000 %m 01497413 n 0000 | type genus of the Pristidae
-01497413 05 n 02 smalltooth_sawfish 0 Pristis_pectinatus 0 002 @ 01497118 n 0000 #m 01497278 n 0000 | commonly found in tropical bays and estuaries; not aggressive
-01497579 05 n 02 Rhinobatidae 0 family_Rhinobatidae 0 003 @ 01429349 n 0000 #m 01496617 n 0000 %m 01497738 n 0000 | primitive rays with guitar-shaped bodies
-01497738 05 n 01 guitarfish 0 002 @ 01495701 n 0000 #m 01497579 n 0000 | primitive tropical bottom-dwelling ray with a guitar-shaped body
-01497878 05 n 02 Dasyatidae 0 family_Dasyatidae 0 005 @ 01429349 n 0000 #m 01496617 n 0000 %m 01498041 n 0000 %m 01498268 n 0000 %m 01498577 n 0000 | sting rays
-01498041 05 n 01 stingray 0 004 @ 01495701 n 0000 #m 01497878 n 0000 ~ 01498406 n 0000 ~ 01498699 n 0000 | large venomous ray with large barbed spines near the base of a thin whiplike tail capable of inflicting severe wounds
-01498268 05 n 02 Dasyatis 0 genus_Dasyatis 0 003 @ 01432517 n 0000 #m 01497878 n 0000 %m 01498406 n 0000 | type genus of the Dasyatidae
-01498406 05 n 02 roughtail_stingray 0 Dasyatis_centroura 0 002 @ 01498041 n 0000 #m 01498268 n 0000 | one of the largest stingrays; found from Cape Cod to Cape Hatteras
-01498577 05 n 02 Gymnura 0 genus_Gymnura 0 003 @ 01432517 n 0000 #m 01497878 n 0000 %m 01498699 n 0000 | butterfly rays
-01498699 05 n 01 butterfly_ray 0 002 @ 01498041 n 0000 #m 01498577 n 0000 | a stingray with a short tail and a broad fin
-01498822 05 n 02 Myliobatidae 0 family_Myliobatidae 0 005 @ 01429349 n 0000 #m 01496617 n 0000 %m 01498989 n 0000 %m 01499261 n 0000 %m 01499595 n 0000 | eagle rays
-01498989 05 n 01 eagle_ray 0 004 @ 01495701 n 0000 #m 01498822 n 0000 ~ 01499396 n 0000 ~ 01499732 n 0000 | powerful free-swimming tropical ray noted for `soaring' by flapping winglike fins; usually harmless but has venomous tissue near base of the tail as in stingrays
-01499261 05 n 02 Aetobatus 0 genus_Aetobatus 0 003 @ 01432517 n 0000 #m 01498822 n 0000 %m 01499396 n 0000 | a genus of Myliobatidae
-01499396 05 n 03 spotted_eagle_ray 0 spotted_ray 0 Aetobatus_narinari 0 002 @ 01498989 n 0000 #m 01499261 n 0000 | ray with back covered with white or yellow spots; widely distributed in warm seas
-01499595 05 n 02 Rhinoptera 0 genus_Rhinoptera 0 003 @ 01432517 n 0000 #m 01498822 n 0000 %m 01499732 n 0000 | a genus of Myliobatidae
-01499732 05 n 03 cownose_ray 0 cow-nosed_ray 0 Rhinoptera_bonasus 0 002 @ 01498989 n 0000 #m 01499595 n 0000 | large ray found along eastern coast of North America
-01499898 05 n 02 Mobulidae 0 family_Mobulidae 0 005 @ 01429349 n 0000 #m 01496617 n 0000 %m 01500091 n 0000 %m 01500360 n 0000 %m 01500721 n 0000 | large rays lacking venomous spines: mantas
-01500091 05 n 03 manta 0 manta_ray 0 devilfish 0 004 @ 01495701 n 0000 #m 01499898 n 0000 ~ 01500476 n 0000 ~ 01500854 n 0000 | extremely large pelagic tropical ray that feeds on plankton and small fishes; usually harmless but its size make it dangerous if harpooned
-01500360 05 n 01 genus_Manta 0 003 @ 01432517 n 0000 #m 01499898 n 0000 %m 01500476 n 0000 | a genus of Mobulidae
-01500476 05 n 02 Atlantic_manta 0 Manta_birostris 0 002 @ 01500091 n 0000 #m 01500360 n 0000 | largest manta (to 22 feet across wings); found worldwide but common in Gulf of Mexico and along southern coasts of United States; primarily oceanic
-01500721 05 n 02 Mobula 0 genus_Mobula 0 003 @ 01432517 n 0000 #m 01499898 n 0000 %m 01500854 n 0000 | type genus of the Mobulidae
-01500854 05 n 02 devil_ray 0 Mobula_hypostoma 0 002 @ 01500091 n 0000 #m 01500721 n 0000 | small manta (to 4 feet) that travels in schools
-01500995 05 n 02 Rajidae 0 family_Rajidae 0 004 @ 01429349 n 0000 #m 01496617 n 0000 %m 01501160 n 0000 %m 01501450 n 0000 | bottom-dwelling tropical rays: skates
-01501160 05 n 01 skate 0 006 @ 01495701 n 0000 #m 01500995 n 0000 ~ 01501641 n 0000 ~ 01501777 n 0000 ~ 01501948 n 0000 ~ 01502101 n 0000 | large edible rays having a long snout and thick tail with pectoral fins continuous with the head; swim by undulating the edges of the pectoral fins
-01501450 05 n 02 Raja 0 genus_Raja 0 006 @ 01432517 n 0000 #m 01500995 n 0000 %m 01501641 n 0000 %m 01501777 n 0000 %m 01501948 n 0000 %m 01502101 n 0000 | type genus of the family Rajidae
-01501641 05 n 03 grey_skate 0 gray_skate 0 Raja_batis 0 002 @ 01501160 n 0000 #m 01501450 n 0000 | common European skate used as food
-01501777 05 n 02 little_skate 0 Raja_erinacea 0 002 @ 01501160 n 0000 #m 01501450 n 0000 | most plentiful skate in North American inshore waters in summer; to 21 inches
-01501948 05 n 02 thorny_skate 0 Raja_radiata 0 002 @ 01501160 n 0000 #m 01501450 n 0000 | cold-water bottom fish with spines on the back; to 40 inches
-01502101 05 n 02 barndoor_skate 0 Raja_laevis 0 002 @ 01501160 n 0000 #m 01501450 n 0000 | one of the largest skates (to 5 feet); an active skate easy to hook
-01502262 05 n 02 Aves 0 class_Aves 0 038 @ 08103777 n 0000 #m 01471070 n 0000 ;c 06073494 n 0000 %m 01503061 n 0000 %m 01515398 n 0000 %m 01515811 n 0000 %m 01518170 n 0000 %m 01518347 n 0000 %m 01519046 n 0000 %m 01520058 n 0000 %m 01520789 n 0000 %m 01521980 n 0000 %m 01522594 n 0000 %m 01523656 n 0000 %m 01523908 n 0000 %m 01604123 n 0000 %m 01604625 n 0000 %m 01613615 n 0000 %m 01620967 n 0000 %m 01789064 n 0000 %m 01810466 n 0000 %m 01816635 n 0000 %m 01822423 n 0000 %m 01825417 n 0000 %m 01825758 n 0000 %m 01831519 n 0000 %m 01834702 n 0000 %m 01837746 n 0000 %m 01843805 n 0000 %m 01845272 n 0000 %m 02001428 n 0000 %m 02012306 n 0000 %m 02021438 n 0000 %m 02048514 n 0000 %m 02049299 n 0000 %m 02051213 n 0000 %m 02055280 n 0000 %m 02057478 n 0000 | (ornithology) the class of birds
-01503061 05 n 01 bird 0 043 @ 01471682 n 0000 #m 01502262 n 0000 #m 07990956 n 0000 + 01139865 v 0101 -c 02694784 a 0101 ~ 01503976 n 0000 ~ 01514668 n 0000 ~ 01514859 n 0000 ~ 01514926 n 0000 ~ 01515078 n 0000 ~ 01515303 n 0000 ~ 01515583 n 0000 ~ 01516212 n 0000 ~ 01516609 n 0000 ~ 01517036 n 0000 ~ 01517389 n 0000 ~ 01517565 n 0000 ~ 01517966 n 0000 ~ 01524359 n 0000 ~ 01524761 n 0000 ~ 01604330 n 0000 %p 01758308 n 0000 ~ 01789386 n 0000 ~ 01816887 n 0000 ~ 01822602 n 0000 ~ 01825930 n 0000 ~ 01831712 n 0000 ~ 01834918 n 0000 ~ 01838038 n 0000 ~ 01844231 n 0000 ~ 01844917 n 0000 %p 01895355 n 0000 %p 01896031 n 0000 %p 02151625 n 0000 %p 02152446 n 0000 %p 02154416 n 0000 %p 02158354 n 0000 %p 02463611 n 0000 %p 02467746 n 0000 %p 02468017 n 0000 %p 02511633 n 0000 ~ 02511730 n 0000 %p 07644382 n 0000 | warm-blooded egg-laying vertebrates characterized by feathers and forelimbs modified as wings
-01503976 05 n 04 dickeybird 0 dickey-bird 0 dickybird 0 dicky-bird 0 002 @ 01503061 n 0000 ;u 07075172 n 0000 | small bird; adults talking to children sometimes use these words to refer to small birds
-01504179 05 n 02 fledgling 0 fledgeling 0 003 @ 01613615 n 0000 + 01096123 a 0202 + 01096123 a 0101 | young bird that has just fledged or become capable of flying
-01504344 05 n 02 nestling 0 baby_bird 0 001 @ 01613615 n 0000 | young bird not yet fledged
-01504437 05 n 01 bird_family 0 144 @ 08107499 n 0000 #m 01471070 n 0000 ~ 01518564 n 0000 ~ 01519228 n 0000 ~ 01520284 n 0000 ~ 01521014 n 0000 ~ 01522147 n 0000 ~ 01522789 n 0000 ~ 01526635 n 0000 ~ 01526925 n 0000 ~ 01527480 n 0000 ~ 01528087 n 0000 ~ 01529036 n 0000 ~ 01530691 n 0000 ~ 01536916 n 0000 ~ 01538775 n 0000 ~ 01539377 n 0000 ~ 01542567 n 0000 ~ 01544544 n 0000 ~ 01545303 n 0000 ~ 01545752 n 0000 ~ 01546348 n 0000 ~ 01547459 n 0000 ~ 01550429 n 0000 ~ 01551430 n 0000 ~ 01552523 n 0000 ~ 01552956 n 0000 ~ 01554139 n 0000 ~ 01554708 n 0000 ~ 01555586 n 0000 ~ 01556671 n 0000 ~ 01557028 n 0000 ~ 01562584 n 0000 ~ 01562978 n 0000 ~ 01566386 n 0000 ~ 01566888 n 0000 ~ 01570969 n 0000 ~ 01571578 n 0000 ~ 01575577 n 0000 ~ 01576506 n 0000 ~ 01578341 n 0000 ~ 01579868 n 0000 ~ 01582625 n 0000 ~ 01584004 n 0000 ~ 01586541 n 0000 ~ 01588172 n 0000 ~ 01589125 n 0000 ~ 01590443 n 0000 ~ 01591490 n 0000 ~ 01593705 n 0000 ~ 01594157 n 0000 ~ 01596761 n 0000 ~ 01597194 n 0000 ~ 01598432 n 0000 ~ 01599919 n 0000 ~ 01600480 n 0000 ~ 01601550 n 0000 ~ 01602353 n 0000 ~ 01603316 n 0000 ~ 01605119 n 0000 ~ 01610758 n 0000 ~ 01615825 n 0000 ~ 01618220 n 0000 ~ 01618671 n 0000 ~ 01621714 n 0000 ~ 01625275 n 0000 ~ 01793818 n 0000 ~ 01794813 n 0000 ~ 01799086 n 0000 ~ 01800759 n 0000 ~ 01802309 n 0000 ~ 01807265 n 0000 ~ 01808785 n 0000 ~ 01809446 n 0000 ~ 01810132 n 0000 ~ 01810946 n 0000 ~ 01811682 n 0000 ~ 01815431 n 0000 ~ 01817424 n 0000 ~ 01820190 n 0000 ~ 01822773 n 0000 ~ 01825009 n 0000 ~ 01826223 n 0000 ~ 01826998 n 0000 ~ 01828714 n 0000 ~ 01829143 n 0000 ~ 01829602 n 0000 ~ 01830183 n 0000 ~ 01830623 n 0000 ~ 01831078 n 0000 ~ 01831930 n 0000 ~ 01833283 n 0000 ~ 01833619 n 0000 ~ 01835087 n 0000 ~ 01836809 n 0000 ~ 01837230 n 0000 ~ 01838326 n 0000 ~ 01842111 n 0000 ~ 01842380 n 0000 ~ 01842655 n 0000 ~ 01842942 n 0000 ~ 01843238 n 0000 ~ 01843932 n 0000 ~ 01845627 n 0000 ~ 01854047 n 0000 ~ 01858023 n 0000 ~ 01860337 n 0000 ~ 02001821 n 0000 ~ 02005102 n 0000 ~ 02005598 n 0000 ~ 02006510 n 0000 ~ 02007422 n 0000 ~ 02007721 n 0000 ~ 02012715 n 0000 ~ 02013889 n 0000 ~ 02014646 n 0000 ~ 02018638 n 0000 ~ 02019566 n 0000 ~ 02020777 n 0000 ~ 02023133 n 0000 ~ 02025530 n 0000 ~ 02036399 n 0000 ~ 02036864 n 0000 ~ 02037278 n 0000 ~ 02038617 n 0000 ~ 02039942 n 0000 ~ 02040872 n 0000 ~ 02042923 n 0000 ~ 02043497 n 0000 ~ 02043999 n 0000 ~ 02045024 n 0000 ~ 02048832 n 0000 ~ 02049672 n 0000 ~ 02051701 n 0000 ~ 02052511 n 0000 ~ 02052936 n 0000 ~ 02053720 n 0000 ~ 02054251 n 0000 ~ 02054834 n 0000 ~ 02055431 n 0000 ~ 02058074 n 0000 ~ 02058933 n 0000 ~ 02060719 n 0000 ~ 02061716 n 0000 | a family of warm-blooded egg-laying vertebrates characterized by feathers and forelimbs modified as wings
-01507175 05 n 01 bird_genus 0 400 @ 08108972 n 0000 #m 01471070 n 0000 ~ 01515398 n 0000 ~ 01516064 n 0000 ~ 01516487 n 0000 ~ 01516878 n 0000 ~ 01517265 n 0000 ~ 01518718 n 0000 ~ 01519401 n 0000 ~ 01519719 n 0000 ~ 01520442 n 0000 ~ 01521197 n 0000 ~ 01521602 n 0000 ~ 01522305 n 0000 ~ 01522952 n 0000 ~ 01523379 n 0000 ~ 01527055 n 0000 ~ 01527774 n 0000 ~ 01528244 n 0000 ~ 01528542 n 0000 ~ 01530256 n 0000 ~ 01530846 n 0000 ~ 01532107 n 0000 ~ 01532664 n 0000 ~ 01533169 n 0000 ~ 01533780 n 0000 ~ 01534034 n 0000 ~ 01534321 n 0000 ~ 01535005 n 0000 ~ 01535310 n 0000 ~ 01535842 n 0000 ~ 01536474 n 0000 ~ 01537360 n 0000 ~ 01537710 n 0000 ~ 01538498 n 0000 ~ 01539136 n 0000 ~ 01539772 n 0000 ~ 01540432 n 0000 ~ 01540697 n 0000 ~ 01540969 n 0000 ~ 01541261 n 0000 ~ 01541618 n 0000 ~ 01542055 n 0000 ~ 01542316 n 0000 ~ 01543059 n 0000 ~ 01543272 n 0000 ~ 01543508 n 0000 ~ 01543817 n 0000 ~ 01544067 n 0000 ~ 01544877 n 0000 ~ 01545425 n 0000 ~ 01545889 n 0000 ~ 01548143 n 0000 ~ 01549314 n 0000 ~ 01549769 n 0000 ~ 01550033 n 0000 ~ 01550625 n 0000 ~ 01550953 n 0000 ~ 01551549 n 0000 ~ 01551915 n 0000 ~ 01552192 n 0000 ~ 01552654 n 0000 ~ 01553380 n 0000 ~ 01553620 n 0000 ~ 01553879 n 0000 ~ 01554311 n 0000 ~ 01554825 n 0000 ~ 01555172 n 0000 ~ 01556040 n 0000 ~ 01556368 n 0000 ~ 01557697 n 0000 ~ 01559294 n 0000 ~ 01559964 n 0000 ~ 01560511 n 0000 ~ 01561059 n 0000 ~ 01561318 n 0000 ~ 01561613 n 0000 ~ 01561884 n 0000 ~ 01562116 n 0000 ~ 01563313 n 0000 ~ 01563579 n 0000 ~ 01564630 n 0000 ~ 01565238 n 0000 ~ 01565480 n 0000 ~ 01565804 n 0000 ~ 01566082 n 0000 ~ 01566509 n 0000 ~ 01567530 n 0000 ~ 01568019 n 0000 ~ 01568493 n 0000 ~ 01569713 n 0000 ~ 01570112 n 0000 ~ 01570549 n 0000 ~ 01571297 n 0000 ~ 01572174 n 0000 ~ 01572910 n 0000 ~ 01573483 n 0000 ~ 01573775 n 0000 ~ 01574270 n 0000 ~ 01574671 n 0000 ~ 01574997 n 0000 ~ 01575270 n 0000 ~ 01575941 n 0000 ~ 01576212 n 0000 ~ 01576863 n 0000 ~ 01577265 n 0000 ~ 01577818 n 0000 ~ 01578086 n 0000 ~ 01578821 n 0000 ~ 01580225 n 0000 ~ 01580644 n 0000 ~ 01581041 n 0000 ~ 01581607 n 0000 ~ 01582111 n 0000 ~ 01583043 n 0000 ~ 01583373 n 0000 ~ 01583636 n 0000 ~ 01584529 n 0000 ~ 01584994 n 0000 ~ 01585577 n 0000 ~ 01585890 n 0000 ~ 01586170 n 0000 ~ 01586791 n 0000 ~ 01587148 n 0000 ~ 01587406 n 0000 ~ 01587713 n 0000 ~ 01588589 n 0000 ~ 01588858 n 0000 ~ 01589582 n 0000 ~ 01590042 n 0000 ~ 01590837 n 0000 ~ 01591910 n 0000 ~ 01592892 n 0000 ~ 01593156 n 0000 ~ 01593423 n 0000 ~ 01593857 n 0000 ~ 01594611 n 0000 ~ 01595330 n 0000 ~ 01595841 n 0000 ~ 01596142 n 0000 ~ 01596479 n 0000 ~ 01596887 n 0000 ~ 01597551 n 0000 ~ 01598820 n 0000 ~ 01600197 n 0000 ~ 01600909 n 0000 ~ 01601268 n 0000 ~ 01601919 n 0000 ~ 01602506 n 0000 ~ 01603478 n 0000 ~ 01606335 n 0000 ~ 01607103 n 0000 ~ 01608086 n 0000 ~ 01608685 n 0000 ~ 01608934 n 0000 ~ 01609236 n 0000 ~ 01609549 n 0000 ~ 01610426 n 0000 ~ 01611252 n 0000 ~ 01612803 n 0000 ~ 01613909 n 0000 ~ 01614195 n 0000 ~ 01614769 n 0000 ~ 01615949 n 0000 ~ 01616970 n 0000 ~ 01617289 n 0000 ~ 01617633 n 0000 ~ 01617949 n 0000 ~ 01618356 n 0000 ~ 01619152 n 0000 ~ 01619675 n 0000 ~ 01620003 n 0000 ~ 01620282 n 0000 ~ 01620575 n 0000 ~ 01621994 n 0000 ~ 01622230 n 0000 ~ 01622596 n 0000 ~ 01623284 n 0000 ~ 01624406 n 0000 ~ 01624707 n 0000 ~ 01624987 n 0000 ~ 01625417 n 0000 ~ 01790943 n 0000 ~ 01793988 n 0000 ~ 01794460 n 0000 ~ 01795425 n 0000 ~ 01796222 n 0000 ~ 01796870 n 0000 ~ 01797180 n 0000 ~ 01797472 n 0000 ~ 01797767 n 0000 ~ 01798052 n 0000 ~ 01798352 n 0000 ~ 01799540 n 0000 ~ 01799876 n 0000 ~ 01800042 n 0000 ~ 01800286 n 0000 ~ 01800963 n 0000 ~ 01801371 n 0000 ~ 01801753 n 0000 ~ 01802033 n 0000 ~ 01802895 n 0000 ~ 01803548 n 0000 ~ 01803764 n 0000 ~ 01804029 n 0000 ~ 01804340 n 0000 ~ 01804796 n 0000 ~ 01805199 n 0000 ~ 01805446 n 0000 ~ 01805692 n 0000 ~ 01806740 n 0000 ~ 01806984 n 0000 ~ 01807701 n 0000 ~ 01807988 n 0000 ~ 01808447 n 0000 ~ 01808989 n 0000 ~ 01809592 n 0000 ~ 01811104 n 0000 ~ 01811394 n 0000 ~ 01812471 n 0000 ~ 01813256 n 0000 ~ 01813811 n 0000 ~ 01814091 n 0000 ~ 01815135 n 0000 ~ 01815855 n 0000 ~ 01816336 n 0000 ~ 01817772 n 0000 ~ 01818169 n 0000 ~ 01818409 n 0000 ~ 01818704 n 0000 ~ 01818959 n 0000 ~ 01819600 n 0000 ~ 01819918 n 0000 ~ 01820664 n 0000 ~ 01820937 n 0000 ~ 01821418 n 0000 ~ 01821727 n 0000 ~ 01822164 n 0000 ~ 01823279 n 0000 ~ 01823610 n 0000 ~ 01823912 n 0000 ~ 01824227 n 0000 ~ 01824443 n 0000 ~ 01825155 n 0000 ~ 01826542 n 0000 ~ 01827658 n 0000 ~ 01827948 n 0000 ~ 01828267 n 0000 ~ 01828397 n 0000 ~ 01828856 n 0000 ~ 01829288 n 0000 ~ 01829739 n 0000 ~ 01830316 n 0000 ~ 01830799 n 0000 ~ 01831231 n 0000 ~ 01832381 n 0000 ~ 01832684 n 0000 ~ 01832979 n 0000 ~ 01834039 n 0000 ~ 01834284 n 0000 ~ 01834412 n 0000 ~ 01835584 n 0000 ~ 01836246 n 0000 ~ 01836527 n 0000 ~ 01836953 n 0000 ~ 01837363 n 0000 ~ 01838961 n 0000 ~ 01839221 n 0000 ~ 01839470 n 0000 ~ 01840278 n 0000 ~ 01840643 n 0000 ~ 01840968 n 0000 ~ 01841569 n 0000 ~ 01841815 n 0000 ~ 01843576 n 0000 ~ 01844125 n 0000 ~ 01844414 n 0000 ~ 01847565 n 0000 ~ 01849348 n 0000 ~ 01849747 n 0000 ~ 01850035 n 0000 ~ 01850676 n 0000 ~ 01851996 n 0000 ~ 01852544 n 0000 ~ 01853072 n 0000 ~ 01853379 n 0000 ~ 01853763 n 0000 ~ 01854223 n 0000 ~ 01855343 n 0000 ~ 01856225 n 0000 ~ 01856748 n 0000 ~ 01857171 n 0000 ~ 01858162 n 0000 ~ 01858989 n 0000 ~ 01860713 n 0000 ~ 01861025 n 0000 ~ 02002384 n 0000 ~ 02002875 n 0000 ~ 02003456 n 0000 ~ 02003735 n 0000 ~ 02003994 n 0000 ~ 02004343 n 0000 ~ 02004661 n 0000 ~ 02005238 n 0000 ~ 02005962 n 0000 ~ 02006211 n 0000 ~ 02006827 n 0000 ~ 02007161 n 0000 ~ 02008316 n 0000 ~ 02009015 n 0000 ~ 02009620 n 0000 ~ 02010144 n 0000 ~ 02010592 n 0000 ~ 02010881 n 0000 ~ 02011156 n 0000 ~ 02011668 n 0000 ~ 02012063 n 0000 ~ 02013034 n 0000 ~ 02013362 n 0000 ~ 02014061 n 0000 ~ 02014406 n 0000 ~ 02015221 n 0000 ~ 02015685 n 0000 ~ 02015944 n 0000 ~ 02016198 n 0000 ~ 02017093 n 0000 ~ 02017335 n 0000 ~ 02017607 n 0000 ~ 02017878 n 0000 ~ 02019044 n 0000 ~ 02019308 n 0000 ~ 02019762 n 0000 ~ 02020450 n 0000 ~ 02020902 n 0000 ~ 02023664 n 0000 ~ 02024353 n 0000 ~ 02024636 n 0000 ~ 02024923 n 0000 ~ 02026498 n 0000 ~ 02026798 n 0000 ~ 02027209 n 0000 ~ 02027730 n 0000 ~ 02028556 n 0000 ~ 02029243 n 0000 ~ 02029571 n 0000 ~ 02029914 n 0000 ~ 02030442 n 0000 ~ 02030709 n 0000 ~ 02031143 n 0000 ~ 02031455 n 0000 ~ 02031752 n 0000 ~ 02032646 n 0000 ~ 02032915 n 0000 ~ 02033444 n 0000 ~ 02034016 n 0000 ~ 02034394 n 0000 ~ 02035845 n 0000 ~ 02036548 n 0000 ~ 02036982 n 0000 ~ 02037713 n 0000 ~ 02038010 n 0000 ~ 02038329 n 0000 ~ 02038837 n 0000 ~ 02039377 n 0000 ~ 02039660 n 0000 ~ 02040113 n 0000 ~ 02041492 n 0000 ~ 02042342 n 0000 ~ 02042637 n 0000 ~ 02043207 n 0000 ~ 02043659 n 0000 ~ 02044358 n 0000 ~ 02044659 n 0000 ~ 02045705 n 0000 ~ 02046045 n 0000 ~ 02046321 n 0000 ~ 02046613 n 0000 ~ 02047152 n 0000 ~ 02047835 n 0000 ~ 02048242 n 0000 ~ 02048952 n 0000 ~ 02049855 n 0000 ~ 02050921 n 0000 ~ 02052044 n 0000 ~ 02052639 n 0000 ~ 02053279 n 0000 ~ 02053859 n 0000 ~ 02054376 n 0000 ~ 02054966 n 0000 ~ 02056091 n 0000 ~ 02056421 n 0000 ~ 02056873 n 0000 ~ 02057208 n 0000 ~ 02058453 n 0000 ~ 02059393 n 0000 ~ 02059723 n 0000 ~ 02060016 n 0000 ~ 02060290 n 0000 ~ 02061073 n 0000 ~ 02061425 n 0000 | a genus of birds
-01514431 05 n 01 breast 0 001 @ 05225090 n 0000 | the part of an animal's body that corresponds to a person's chest
-01514549 05 n 01 throat 0 001 @ 05225090 n 0000 | the part of an animal's body that corresponds to a person's throat
-01514668 05 n 01 cock 0 002 @ 01503061 n 0000 ~ 01514752 n 0000 | adult male bird
-01514752 05 n 02 gamecock 0 fighting_cock 0 001 @ 01514668 n 0000 | a cock bred and trained for fighting
-01514859 05 n 01 hen 2 001 @ 01503061 n 0000 | adult female bird
-01514926 05 n 01 nester 0 004 @ 01503061 n 0000 + 02654947 v 0101 + 01383393 v 0101 + 01529766 v 0101 | a bird that has built (or is building) a nest
-01515078 05 n 01 night_bird 0 002 @ 01503061 n 0000 ~ 01515217 n 0000 | any bird associated with night: owl; nightingale; nighthawk; etc
-01515217 05 n 01 night_raven 1 001 @ 01515078 n 0000 | any bird that cries at night
-01515303 05 n 01 bird_of_passage 0 001 @ 01503061 n 0000 | any bird that migrates seasonally
-01515398 05 n 01 genus_Protoavis 0 003 @ 01507175 n 0000 #m 01502262 n 0000 %m 01515583 n 0000 | extinct primitive birds of the Triassic period; 70 million years before archaeopteryx
-01515583 05 n 01 protoavis 0 002 @ 01503061 n 0000 #m 01515398 n 0000 | most primitive avian type known; extinct bird of the Triassic having bird-like jaw and hollow limbs and breastbone with dinosaur-like tail and hind limbs
-01515811 05 n 02 Archaeornithes 0 subclass_Archaeornithes 0 006 @ 08103777 n 0000 #m 01502262 n 0000 %m 01516064 n 0000 %m 01516487 n 0000 %m 01516878 n 0000 %m 01517265 n 0000 | primitive reptile-like fossil birds of the Jurassic or early Cretaceous
-01516064 05 n 02 genus_Archaeopteryx 0 genus_Archeopteryx 0 003 @ 01507175 n 0000 #m 01515811 n 0000 %m 01516212 n 0000 | a genus of fossil birds
-01516212 05 n 03 archaeopteryx 0 archeopteryx 0 Archaeopteryx_lithographica 0 002 @ 01503061 n 0000 #m 01516064 n 0000 | extinct primitive toothed bird of the Jurassic period having a long feathered tail and hollow bones; usually considered the most primitive of all birds
-01516487 05 n 01 genus_Sinornis 0 003 @ 01507175 n 0000 #m 01515811 n 0000 %m 01516609 n 0000 | a genus of fossil birds
-01516609 05 n 01 Sinornis 0 002 @ 01503061 n 0000 #m 01516487 n 0000 | sparrow-sized fossil bird of the Jurassic period to the Cretaceous period having a keeled breastbone and vestigial tail; found in China; considered possibly the second most primitive of all birds
-01516878 05 n 01 genus_Ibero-mesornis 0 003 @ 01507175 n 0000 #m 01515811 n 0000 %m 01517036 n 0000 | a genus of fossil bird of the subclass Archaeornithes
-01517036 05 n 01 Ibero-mesornis 0 002 @ 01503061 n 0000 #m 01516878 n 0000 | sparrow-sized fossil bird of the Cretaceous period having a vestigial tail; found in Spain; considered possibly the third most primitive of all birds
-01517265 05 n 01 genus_Archaeornis 0 003 @ 01507175 n 0000 #m 01515811 n 0000 %m 01517389 n 0000 | a genus of fossil bird
-01517389 05 n 01 archaeornis 0 002 @ 01503061 n 0000 #m 01517265 n 0000 | extinct primitive toothed bird with a long feathered tail and three free clawed digits on each wing
-01517565 05 n 03 ratite 0 ratite_bird 0 flightless_bird 1 010 @ 01503061 n 0000 ! 01517966 n 0101 ~ 01518878 n 0000 ~ 01519563 n 0000 ~ 01519873 n 0000 ~ 01520576 n 0000 ~ 01521399 n 0000 ~ 01521756 n 0000 ~ 01522450 n 0000 ~ 01523105 n 0000 | flightless birds having flat breastbones lacking a keel for attachment of flight muscles: ostriches; cassowaries; emus; moas; rheas; kiwis; elephant birds
-01517966 05 n 03 carinate 0 carinate_bird 0 flying_bird 0 004 @ 01503061 n 0000 + 03153361 a 0102 ! 01517565 n 0101 %p 05228374 n 0000 | birds having keeled breastbones for attachment of flight muscles
-01518170 05 n 02 Ratitae 0 superorder_Ratitae 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01809977 n 0000 | used in former classifications to include all ratite bird orders
-01518347 05 n 02 Struthioniformes 0 order_Struthioniformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01518564 n 0000 | a ratite bird order: ostriches and related extinct birds; known from the Pleistocene onward
-01518564 05 n 02 Struthionidae 0 family_Struthionidae 0 003 @ 01504437 n 0000 #m 01518347 n 0000 %m 01518718 n 0000 | tall terrestrial birds: ostriches
-01518718 05 n 02 Struthio 0 genus_Struthio 0 003 @ 01507175 n 0000 #m 01518564 n 0000 %m 01518878 n 0000 | type genus of the Struthionidae: African ostriches
-01518878 05 n 02 ostrich 0 Struthio_camelus 0 002 @ 01517565 n 0000 #m 01518718 n 0000 | fast-running African flightless bird with two-toed feet; largest living bird
-01519046 05 n 02 Casuariiformes 0 order_Casuariiformes 0 004 @ 01342529 n 0000 #m 01502262 n 0000 %m 01519228 n 0000 %m 01519719 n 0000 | a ratite bird order: cassowaries and emus
-01519228 05 n 02 Casuaridae 0 family_Casuaridae 0 003 @ 01504437 n 0000 #m 01519046 n 0000 %m 01519401 n 0000 | a family of large ostrich-like birds including cassowaries
-01519401 05 n 02 Casuarius 0 genus_Casuarius 0 003 @ 01507175 n 0000 #m 01519228 n 0000 %m 01519563 n 0000 | type and sole genus of the Casuaridae: cassowaries
-01519563 05 n 01 cassowary 0 002 @ 01517565 n 0000 #m 01519401 n 0000 | large black flightless bird of Australia and New Guinea having a horny head crest
-01519719 05 n 02 Dromaius 0 genus_Dromaius 0 003 @ 01507175 n 0000 #m 01519046 n 0000 %m 01519873 n 0000 | a genus of birds in the order Casuariiformes
-01519873 05 n 03 emu 0 Dromaius_novaehollandiae 0 Emu_novaehollandiae 0 002 @ 01517565 n 0000 #m 01519719 n 0000 | large Australian flightless bird similar to the ostrich but smaller
-01520058 05 n 02 Apterygiformes 0 order_Apterygiformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01520284 n 0000 | a ratite bird order: flightless ground birds having vestigial wings and long bills and small eyes: kiwis
-01520284 05 n 02 Apterygidae 0 family_Apterygidae 0 003 @ 01504437 n 0000 #m 01520058 n 0000 %m 01520442 n 0000 | coextensive with the order Apterygiformes
-01520442 05 n 01 genus_Apteryx 0 003 @ 01507175 n 0000 #m 01520284 n 0000 %m 01520576 n 0000 | type genus of the Apterygidae: kiwis
-01520576 05 n 02 kiwi 0 apteryx 0 002 @ 01517565 n 0000 #m 01520442 n 0000 | nocturnal flightless bird of New Zealand having a long neck and stout legs; only surviving representative of the order Apterygiformes
-01520789 05 n 02 Rheiformes 0 order_Rheiformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01521014 n 0000 | a ratite bird order: birds intermediate in characteristics between ostriches and emus: recent and extinct rheas
-01521014 05 n 02 Rheidae 0 family_Rheidae 0 004 @ 01504437 n 0000 #m 01520789 n 0000 %m 01521197 n 0000 %m 01521602 n 0000 | a family of birds coextensive with the order Rheiformes
-01521197 05 n 01 genus_Rhea 0 003 @ 01507175 n 0000 #m 01521014 n 0000 %m 01521399 n 0000 | type genus of the Rheidae; large tall flightless South American birds similar to but smaller than ostriches
-01521399 05 n 02 rhea 1 Rhea_americana 0 002 @ 01517565 n 0000 #m 01521197 n 0000 | larger of two tall fast-running flightless birds similar to ostriches but three-toed; found from Brazil to Patagonia
-01521602 05 n 02 Pterocnemia 0 genus_Pterocnemia 0 003 @ 01507175 n 0000 #m 01521014 n 0000 %m 01521756 n 0000 | a genus of birds of the family Rheidae
-01521756 05 n 03 rhea 2 nandu 0 Pterocnemia_pennata 0 002 @ 01517565 n 0000 #m 01521602 n 0000 | smaller of two tall fast-running flightless birds similar to ostriches but three-toed; found from Peru to Strait of Magellan
-01521980 05 n 02 Aepyorniformes 0 order_Aepyorniformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01522147 n 0000 | huge extinct flightless birds: elephant birds
-01522147 05 n 02 Aepyornidae 0 family_Aepyornidae 0 003 @ 01504437 n 0000 #m 01521980 n 0000 %m 01522305 n 0000 | coextensive with the order Aepyorniformes
-01522305 05 n 01 genus_Aepyornis 0 003 @ 01507175 n 0000 #m 01522147 n 0000 %m 01522450 n 0000 | type genus of the Aepyornidae: elephant birds
-01522450 05 n 02 elephant_bird 0 aepyornis 0 002 @ 01517565 n 0000 #m 01522305 n 0000 | huge (to 9 ft.) extinct flightless bird of Madagascar
-01522594 05 n 02 Dinornithiformes 0 order_Dinornithiformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01522789 n 0000 | a ratite bird order: recently extinct flightless birds of New Zealand
-01522789 05 n 02 Dinornithidae 0 family_Dinornithidae 0 005 @ 01504437 n 0000 #m 01522594 n 0000 %m 01522952 n 0000 %m 01523105 n 0000 %m 01523379 n 0000 | moas
-01522952 05 n 02 Dinornis 0 genus_Dinornis 0 003 @ 01507175 n 0000 #m 01522789 n 0000 %m 01523248 n 0000 | type genus of the Dinornithidae: large moas
-01523105 05 n 01 moa 0 004 @ 01517565 n 0000 #m 01522789 n 0000 ~ 01523248 n 0000 ~ 01523493 n 0000 | extinct flightless bird of New Zealand
-01523248 05 n 02 giant_moa 0 Dinornis_giganteus 0 002 @ 01523105 n 0000 #m 01522952 n 0000 | the largest moa; about 12 feet high
-01523379 05 n 01 genus_Anomalopteryx 0 003 @ 01507175 n 0000 #m 01522789 n 0000 %m 01523493 n 0000 | small moas
-01523493 05 n 02 anomalopteryx 0 Anomalopteryx_oweni 0 002 @ 01523105 n 0000 #m 01523379 n 0000 | the smallest moa; slender moa about the size of a large turkey
-01523656 05 n 04 Insessores 0 order_Insessores 0 perching_bird 0 percher 0 003 @ 01342529 n 0000 #m 01502262 n 0000 + 01543731 v 0401 | a bird with feet adapted for perching (as on tree branches); this order is now generally abandoned by taxonomists
-01523908 05 n 02 Passeriformes 0 order_Passeriformes 0 009 @ 01342529 n 0000 #m 01502262 n 0000 %m 01524359 n 0000 %m 01524885 n 0000 %m 01545149 n 0000 %m 01546223 n 0000 %m 01546660 n 0000 %m 01547143 n 0000 %m 01584004 n 0000 | largest order of birds comprising about half the known species; rooks; finches; sparrows; tits; warblers; robins; wrens; swallows; etc.; the four suborders are Eurylaimi and Tyranni and Menurae and Oscines or Passeres
-01524359 05 n 02 passerine 0 passeriform_bird 0 010 @ 01503061 n 0000 #m 01523908 n 0000 + 02775029 a 0101 ~ 01525720 n 0000 ~ 01539573 n 0000 ~ 01545574 n 0000 ~ 01546039 n 0000 ~ 01546506 n 0000 ~ 01546921 n 0000 ~ 01584225 n 0000 | perching birds mostly small and living near the ground with feet having 4 toes arranged to allow for gripping the perch; most are songbirds; hatchlings are helpless
-01524761 05 n 01 nonpasserine_bird 0 001 @ 01503061 n 0000 | chiefly arboreal birds especially of the order Coraciiformes
-01524885 05 n 04 Oscines 0 suborder_Oscines 0 Passeres 0 suborder_Passeres 0 037 @ 01342529 n 0000 #m 01523908 n 0000 %m 01525720 n 0000 %m 01526635 n 0000 %m 01526925 n 0000 %m 01527480 n 0000 %m 01528087 n 0000 %m 01529036 n 0000 %m 01538775 n 0000 %m 01539377 n 0000 %m 01542567 n 0000 %m 01544544 n 0000 %m 01555586 n 0000 %m 01556671 n 0000 %m 01562584 n 0000 %m 01566386 n 0000 %m 01566888 n 0000 %m 01570969 n 0000 %m 01571578 n 0000 %m 01575577 n 0000 %m 01576506 n 0000 %m 01578341 n 0000 %m 01582625 n 0000 %m 01586541 n 0000 %m 01588172 n 0000 %m 01589125 n 0000 %m 01590443 n 0000 %m 01591490 n 0000 %m 01593705 n 0000 %m 01594157 n 0000 %m 01596761 n 0000 %m 01597194 n 0000 %m 01598432 n 0000 %m 01600480 n 0000 %m 01601550 n 0000 %m 01602353 n 0000 %m 01603316 n 0000 | two names for the suborder of typical songbirds
-01525720 05 n 02 oscine 0 oscine_bird 0 039 @ 01524359 n 0000 #m 01524885 n 0000 + 03138122 a 0101 ~ 01526521 n 0000 ~ 01526766 n 0000 ~ 01527194 n 0000 ~ 01527617 n 0000 ~ 01528396 n 0000 ~ 01528654 n 0000 ~ 01529672 n 0000 ~ 01538955 n 0000 ~ 01542786 n 0000 ~ 01555809 n 0000 ~ 01557185 n 0000 ~ 01563128 n 0000 ~ 01566645 n 0000 ~ 01571126 n 0000 ~ 01571904 n 0000 ~ 01575745 n 0000 ~ 01576695 n 0000 ~ 01578575 n 0000 ~ 01582856 n 0000 ~ 01586941 n 0000 ~ 01587278 n 0000 ~ 01587526 n 0000 ~ 01587834 n 0000 ~ 01588431 n 0000 ~ 01589286 n 0000 ~ 01590583 n 0000 ~ 01591697 n 0000 ~ 01594004 n 0000 ~ 01594372 n 0000 ~ 01597022 n 0000 ~ 01597336 n 0000 ~ 01598588 n 0000 ~ 01600657 n 0000 ~ 01601694 n 0000 ~ 01602630 n 0000 ~ 01603600 n 0000 | passerine bird having specialized vocal apparatus
-01526521 05 n 02 songbird 0 songster 0 002 @ 01525720 n 0000 + 06796642 n 0204 | any bird having a musical call
-01526635 05 n 02 Meliphagidae 0 family_Meliphagidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01526766 n 0000 | honey eaters
-01526766 05 n 02 honey_eater 0 honeysucker 0 002 @ 01525720 n 0000 #m 01526635 n 0000 | Australasian bird with tongue and bill adapted for extracting nectar
-01526925 05 n 02 Prunellidae 0 family_Prunellidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01527055 n 0000 | hedge sparrow
-01527055 05 n 02 Prunella 0 genus_Prunella 0 003 @ 01507175 n 0000 #m 01526925 n 0000 %m 01527194 n 0000 | type genus of the Prunellidae
-01527194 05 n 01 accentor 0 003 @ 01525720 n 0000 #m 01527055 n 0000 ~ 01527347 n 0000 | small sparrow-like songbird of mountainous regions of Eurasia
-01527347 05 n 04 hedge_sparrow 0 sparrow 3 dunnock 0 Prunella_modularis 0 001 @ 01527194 n 0000 | small brownish European songbird
-01527480 05 n 02 Alaudidae 0 family_Alaudidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01527617 n 0000 %m 01527774 n 0000 | larks
-01527617 05 n 01 lark 1 003 @ 01525720 n 0000 #m 01527480 n 0000 ~ 01527917 n 0000 | any of numerous predominantly Old World birds noted for their singing
-01527774 05 n 02 Alauda 0 genus_Alauda 0 003 @ 01507175 n 0000 #m 01527480 n 0000 %m 01527917 n 0000 | type genus of the Alaudidae: skylarks
-01527917 05 n 02 skylark 0 Alauda_arvensis 0 002 @ 01527617 n 0000 #m 01527774 n 0000 | brown-speckled European lark noted for singing while hovering at a great height
-01528087 05 n 02 Motacillidae 0 family_Motacillidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01528244 n 0000 %m 01528542 n 0000 | pipits and wagtails
-01528244 05 n 02 Motacilla 0 genus_Motacilla 0 003 @ 01507175 n 0000 #m 01528087 n 0000 %m 01528396 n 0000 | type genus of the Motacillidae: wagtails
-01528396 05 n 01 wagtail 0 002 @ 01525720 n 0000 #m 01528244 n 0000 | Old World bird having a very long tail that jerks up and down as it walks
-01528542 05 n 02 Anthus 0 genus_Anthus 0 003 @ 01507175 n 0000 #m 01528087 n 0000 %m 01528654 n 0000 | pipits
-01528654 05 n 03 pipit 0 titlark 0 lark 2 003 @ 01525720 n 0000 #m 01528542 n 0000 ~ 01528845 n 0000 | a songbird that lives mainly on the ground in open country; has streaky brown plumage
-01528845 05 n 02 meadow_pipit 0 Anthus_pratensis 0 001 @ 01528654 n 0000 | a common pipit that is brown above and white below; widely distributed in northern and central Europe and in Asia
-01529036 05 n 02 Fringillidae 0 family_Fringillidae 0 024 @ 01504437 n 0000 #m 01524885 n 0000 %m 01529672 n 0000 %m 01530256 n 0000 %m 01530691 n 0000 %m 01530846 n 0000 %m 01532107 n 0000 %m 01532664 n 0000 %m 01533169 n 0000 %m 01533780 n 0000 %m 01534034 n 0000 %m 01534321 n 0000 %m 01535005 n 0000 %m 01535310 n 0000 %m 01535842 n 0000 %m 01536474 n 0000 %m 01536916 n 0000 %m 01540432 n 0000 %m 01540697 n 0000 %m 01540969 n 0000 %m 01541261 n 0000 %m 01541618 n 0000 %m 01542055 n 0000 %m 01542316 n 0000 | finches: goldfinches; bullfinches; chaffinches; siskins; canaries; cardinals; grosbeaks; crossbills; linnets; buntings
-01529672 05 n 01 finch 0 026 @ 01525720 n 0000 #m 01529036 n 0000 ~ 01530439 n 0000 ~ 01530575 n 0000 ~ 01531178 n 0000 ~ 01531344 n 0000 ~ 01531512 n 0000 ~ 01531639 n 0000 ~ 01531811 n 0000 ~ 01531971 n 0000 ~ 01532325 n 0000 ~ 01532511 n 0000 ~ 01532829 n 0000 ~ 01533000 n 0000 ~ 01533339 n 0000 ~ 01533651 n 0000 ~ 01533893 n 0000 ~ 01534155 n 0000 ~ 01534433 n 0000 ~ 01534762 n 0000 ~ 01537134 n 0000 ~ 01540233 n 0000 ~ 01541386 n 0000 ~ 01541760 n 0000 ~ 01541922 n 0000 ~ 01544704 n 0000 | any of numerous small songbirds with short stout bills adapted for crushing seeds
-01530256 05 n 02 Fringilla 0 genus_Fringilla 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01530439 n 0000 %m 01530575 n 0000 | type genus of the Fringillidae: chaffinch, brambling
-01530439 05 n 02 chaffinch 0 Fringilla_coelebs 0 002 @ 01529672 n 0000 #m 01530256 n 0000 | small European finch with a cheerful song
-01530575 05 n 02 brambling 0 Fringilla_montifringilla 0 002 @ 01529672 n 0000 #m 01530256 n 0000 | Eurasian finch
-01530691 05 n 02 Carduelinae 0 subfamily_Carduelinae 0 002 @ 01504437 n 0000 #m 01529036 n 0000 | used in some classifications for a subgroup of finches
-01530846 05 n 02 Carduelis 0 genus_Carduelis 0 007 @ 01507175 n 0000 #m 01529036 n 0000 %m 01531178 n 0000 %m 01531344 n 0000 %m 01531639 n 0000 %m 01531811 n 0000 %m 01531971 n 0000 | in some classifications considered the type genus of a subfamily Carduelinae of the family Fringillidae: goldfinches; siskins; redpolls; linnets
-01531178 05 n 02 goldfinch 1 Carduelis_carduelis 0 002 @ 01529672 n 0000 #m 01530846 n 0000 | small European finch having a crimson face and yellow-and-black wings
-01531344 05 n 03 linnet 1 lintwhite 0 Carduelis_cannabina 0 002 @ 01529672 n 0000 #m 01530846 n 0000 | small Old World finch whose male has a red breast and forehead
-01531512 05 n 02 siskin 0 Carduelis_spinus 0 001 @ 01529672 n 0000 | small yellow-and-black Eurasian finch with a sharp beak
-01531639 05 n 02 red_siskin 0 Carduelis_cucullata 0 002 @ 01529672 n 0000 #m 01530846 n 0000 | South American species of scarlet finch with black head and wings and tail
-01531811 05 n 02 redpoll 1 Carduelis_flammea 0 002 @ 01529672 n 0000 #m 01530846 n 0000 | small siskin-like finch with a red crown and a rosy breast and rump
-01531971 05 n 02 redpoll 2 Carduelis_hornemanni 0 002 @ 01529672 n 0000 #m 01530846 n 0000 | small siskin-like finch with a red crown
-01532107 05 n 02 Spinus 0 genus_Spinus 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01532325 n 0000 %m 01532511 n 0000 | in some classifications considered a subgenus of Carduelis: siskins and New World goldfinches
-01532325 05 n 04 New_World_goldfinch 0 goldfinch 2 yellowbird 1 Spinus_tristis 0 002 @ 01529672 n 0000 #m 01532107 n 0000 | American finch whose male has yellow body plumage in summer
-01532511 05 n 03 pine_siskin 0 pine_finch 0 Spinus_pinus 0 002 @ 01529672 n 0000 #m 01532107 n 0000 | small finch of North American coniferous forests
-01532664 05 n 02 Carpodacus 0 genus_Carpodacus 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01532829 n 0000 %m 01533000 n 0000 | house finches and purple finches
-01532829 05 n 03 house_finch 0 linnet 2 Carpodacus_mexicanus 0 002 @ 01529672 n 0000 #m 01532664 n 0000 | small finch originally of the western United States and Mexico
-01533000 05 n 02 purple_finch 0 Carpodacus_purpureus 0 002 @ 01529672 n 0000 #m 01532664 n 0000 | North American finch having a raspberry-red head and breast and rump
-01533169 05 n 02 Serinus 0 genus_Serinus 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01533339 n 0000 %m 01533651 n 0000 | Old World finches; e.g. canaries and serins
-01533339 05 n 02 canary 0 canary_bird 0 003 @ 01529672 n 0000 #m 01533169 n 0000 ~ 01533481 n 0000 | any of several small Old World finches
-01533481 05 n 02 common_canary 0 Serinus_canaria 0 001 @ 01533339 n 0000 | native to the Canary Islands and Azores; popular usually yellow cage bird noted for its song
-01533651 05 n 01 serin 0 002 @ 01529672 n 0000 #m 01533169 n 0000 | any of various brown and yellow finches of parts of Europe
-01533780 05 n 02 Loxia 0 genus_Loxia 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01533893 n 0000 | crossbill
-01533893 05 n 02 crossbill 0 Loxia_curvirostra 0 002 @ 01529672 n 0000 #m 01533780 n 0000 | finch with a bill whose tips cross when closed
-01534034 05 n 02 Pyrrhula 0 genus_Pyrrhula 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01534155 n 0000 | bullfinches
-01534155 05 n 02 bullfinch 0 Pyrrhula_pyrrhula 0 002 @ 01529672 n 0000 #m 01534034 n 0000 | common European finch mostly black and white with red throat and breast
-01534321 05 n 01 genus_Junco 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01534433 n 0000 | American finches
-01534433 05 n 02 junco 0 snowbird 2 003 @ 01529672 n 0000 #m 01534321 n 0000 ~ 01534582 n 0000 | small North American finch seen chiefly in winter
-01534582 05 n 03 dark-eyed_junco 0 slate-colored_junco 0 Junco_hyemalis 0 001 @ 01534433 n 0000 | common North American junco having grey plumage and eyes with dark brown irises
-01534762 05 n 01 New_World_sparrow 0 009 @ 01529672 n 0000 ~ 01535140 n 0000 ~ 01535469 n 0000 ~ 01535690 n 0000 ~ 01536035 n 0000 ~ 01536186 n 0000 ~ 01536334 n 0000 ~ 01536644 n 0000 ~ 01536780 n 0000 | sparrow-like North American finches
-01535005 05 n 02 Pooecetes 0 genus_Pooecetes 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01535140 n 0000 | a genus of Fringillidae
-01535140 05 n 03 vesper_sparrow 0 grass_finch 2 Pooecetes_gramineus 0 002 @ 01534762 n 0000 #m 01535005 n 0000 | common North American finch noted for its evening song
-01535310 05 n 02 Zonotrichia 0 genus_Zonotrichia 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01535469 n 0000 %m 01535690 n 0000 | large New World sparrows
-01535469 05 n 03 white-throated_sparrow 0 whitethroat 0 Zonotrichia_albicollis 0 002 @ 01534762 n 0000 #m 01535310 n 0000 | common North American finch with a white patch on the throat and black-and-white striped crown
-01535690 05 n 02 white-crowned_sparrow 0 Zonotrichia_leucophrys 0 002 @ 01534762 n 0000 #m 01535310 n 0000 | finch with black-and-white striped crown
-01535842 05 n 02 Spizella 0 genus_Spizella 0 005 @ 01507175 n 0000 #m 01529036 n 0000 %m 01536035 n 0000 %m 01536186 n 0000 %m 01536334 n 0000 | chipping sparrow; field sparrow; tree sparrow
-01536035 05 n 02 chipping_sparrow 0 Spizella_passerina 0 002 @ 01534762 n 0000 #m 01535842 n 0000 | small North American finch common in urban areas
-01536186 05 n 02 field_sparrow 0 Spizella_pusilla 0 002 @ 01534762 n 0000 #m 01535842 n 0000 | common North American finch of brushy pasturelands
-01536334 05 n 02 tree_sparrow 2 Spizella_arborea 0 002 @ 01534762 n 0000 #m 01535842 n 0000 | finch common in winter in the northern U.S.
-01536474 05 n 02 Melospiza 0 genus_Melospiza 0 004 @ 01507175 n 0000 #m 01529036 n 0000 %m 01536644 n 0000 %m 01536780 n 0000 | American song sparrow and swamp sparrow
-01536644 05 n 02 song_sparrow 0 Melospiza_melodia 0 002 @ 01534762 n 0000 #m 01536474 n 0000 | small songbird common in North America
-01536780 05 n 02 swamp_sparrow 0 Melospiza_georgiana 0 002 @ 01534762 n 0000 #m 01536474 n 0000 | North American finch of marshy area
-01536916 05 n 03 Emberizidae 0 subfamily_Emberizidae 0 subfamily_Emberizinae 0 005 @ 01504437 n 0000 #m 01529036 n 0000 %m 01537360 n 0000 %m 01537710 n 0000 %m 01538498 n 0000 | buntings and some New World sparrows
-01537134 05 n 01 bunting 0 007 @ 01529672 n 0000 ~ 01537544 n 0000 ~ 01537895 n 0000 ~ 01538059 n 0000 ~ 01538200 n 0000 ~ 01538362 n 0000 ~ 01538630 n 0000 | any of numerous seed-eating songbirds of Europe or North America
-01537360 05 n 02 Passerina 0 genus_Passerina 0 003 @ 01507175 n 0000 #m 01536916 n 0000 %m 01537544 n 0000 | a genus of small North American finches including the New World buntings
-01537544 05 n 04 indigo_bunting 0 indigo_finch 0 indigo_bird 0 Passerina_cyanea 0 002 @ 01537134 n 0000 #m 01537360 n 0000 | small deep blue North American bunting
-01537710 05 n 02 Emberiza 0 genus_Emberiza 0 006 @ 01507175 n 0000 #m 01536916 n 0000 %m 01537895 n 0000 %m 01538059 n 0000 %m 01538200 n 0000 %m 01538362 n 0000 | Old World buntings
-01537895 05 n 03 ortolan 0 ortolan_bunting 0 Emberiza_hortulana 0 002 @ 01537134 n 0000 #m 01537710 n 0000 | brownish Old World bunting often eaten as a delicacy
-01538059 05 n 02 reed_bunting 0 Emberiza_schoeniclus 0 002 @ 01537134 n 0000 #m 01537710 n 0000 | European bunting inhabiting marshy areas
-01538200 05 n 03 yellowhammer 1 yellow_bunting 0 Emberiza_citrinella 0 002 @ 01537134 n 0000 #m 01537710 n 0000 | European bunting the male being bright yellow
-01538362 05 n 02 yellow-breasted_bunting 0 Emberiza_aureola 0 002 @ 01537134 n 0000 #m 01537710 n 0000 | common in Russia and Siberia
-01538498 05 n 02 Plectrophenax 0 genus_Plectrophenax 0 003 @ 01507175 n 0000 #m 01536916 n 0000 %m 01538630 n 0000 | snow bunting
-01538630 05 n 04 snow_bunting 0 snowbird 1 snowflake 0 Plectrophenax_nivalis 0 002 @ 01537134 n 0000 #m 01538498 n 0000 | white Arctic bunting
-01538775 05 n 04 Coerebidae 0 family_Coerebidae 0 Dacninae 0 family_Dacninae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01538955 n 0000 %m 01539136 n 0000 | the honeycreepers
-01538955 05 n 01 honeycreeper 1 003 @ 01525720 n 0000 #m 01538775 n 0000 ~ 01539272 n 0000 | small bright-colored tropical American songbird with a curved bill for sucking nectar
-01539136 05 n 02 Coereba 0 genus_Coereba 0 003 @ 01507175 n 0000 #m 01538775 n 0000 %m 01539272 n 0000 | type genus of the Coerebidae
-01539272 05 n 01 banana_quit 0 002 @ 01538955 n 0000 #m 01539136 n 0000 | any of several honeycreepers
-01539377 05 n 02 Passeridae 0 family_Passeridae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01539573 n 0000 %m 01539772 n 0000 | true sparrows: Old world birds formerly considered weaverbirds
-01539573 05 n 02 sparrow 0 true_sparrow 0 004 @ 01524359 n 0000 #m 01539377 n 0000 ~ 01539925 n 0000 ~ 01540090 n 0000 | any of several small dull-colored singing birds feeding on seeds or insects
-01539772 05 n 02 Passer 0 genus_Passer 0 004 @ 01507175 n 0000 #m 01539377 n 0000 %m 01539925 n 0000 %m 01540090 n 0000 | type genus of the Passeridae
-01539925 05 n 03 English_sparrow 0 house_sparrow 0 Passer_domesticus 0 002 @ 01539573 n 0000 #m 01539772 n 0000 | small hardy brown-and-grey bird native to Europe
-01540090 05 n 02 tree_sparrow 1 Passer_montanus 0 002 @ 01539573 n 0000 #m 01539772 n 0000 | Eurasian sparrow smaller than the house sparrow
-01540233 05 n 02 grosbeak 0 grossbeak 0 004 @ 01529672 n 0000 ~ 01540566 n 0000 ~ 01540832 n 0000 ~ 01541102 n 0000 | any of various finches of Europe or America having a massive and powerful bill
-01540432 05 n 02 Hesperiphona 0 genus_Hesperiphona 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01540566 n 0000 | evening grosbeak
-01540566 05 n 02 evening_grosbeak 0 Hesperiphona_vespertina 0 002 @ 01540233 n 0000 #m 01540432 n 0000 | North American grosbeak
-01540697 05 n 02 Coccothraustes 0 genus_Coccothraustes 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01540832 n 0000 | large finches
-01540832 05 n 02 hawfinch 0 Coccothraustes_coccothraustes 0 002 @ 01540233 n 0000 #m 01540697 n 0000 | a common large finch of Eurasia
-01540969 05 n 02 Pinicola 0 genus_Pinicola 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01541102 n 0000 | a genus of Fringillidae
-01541102 05 n 02 pine_grosbeak 0 Pinicola_enucleator 0 002 @ 01540233 n 0000 #m 01540969 n 0000 | large grosbeak of coniferous forests of Old and New Worlds
-01541261 05 n 02 Richmondena 0 genus_Richmondena 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01541386 n 0000 | cardinals
-01541386 05 n 05 cardinal 0 cardinal_grosbeak 0 Richmondena_Cardinalis 0 Cardinalis_cardinalis 0 redbird 1 002 @ 01529672 n 0000 #m 01541261 n 0000 | crested thick-billed North American finch having bright red plumage in the male
-01541618 05 n 01 genus_Pyrrhuloxia 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01541760 n 0000 | large showy finches related to cardinals
-01541760 05 n 02 pyrrhuloxia 0 Pyrrhuloxia_sinuata 0 002 @ 01529672 n 0000 #m 01541618 n 0000 | crested grey-and-red bird of southwest United States and Mexico
-01541922 05 n 01 towhee 0 003 @ 01529672 n 0000 ~ 01542168 n 0000 ~ 01542433 n 0000 | any of numerous long-tailed American finches
-01542055 05 n 02 Pipilo 0 genus_Pipilo 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01542168 n 0000 | towhees
-01542168 05 n 03 chewink 0 cheewink 0 Pipilo_erythrophthalmus 0 002 @ 01541922 n 0000 #m 01542055 n 0000 | common towhee of eastern North America
-01542316 05 n 02 Chlorura 0 genus_Chlorura 0 003 @ 01507175 n 0000 #m 01529036 n 0000 %m 01542433 n 0000 | towhees
-01542433 05 n 02 green-tailed_towhee 0 Chlorura_chlorura 0 002 @ 01541922 n 0000 #m 01542316 n 0000 | towhee of the Rocky Mountains
-01542567 05 n 02 Ploceidae 0 family_Ploceidae 0 008 @ 01504437 n 0000 #m 01524885 n 0000 %m 01542786 n 0000 %m 01543059 n 0000 %m 01543272 n 0000 %m 01543508 n 0000 %m 01543817 n 0000 %m 01544067 n 0000 | weaverbirds
-01542786 05 n 03 weaver 0 weaverbird 0 weaver_finch 0 007 @ 01525720 n 0000 #m 01542567 n 0000 ~ 01543175 n 0000 ~ 01543383 n 0000 ~ 01543632 n 0000 ~ 01543936 n 0000 ~ 01544208 n 0000 | finch-like African and Asian colonial birds noted for their elaborately woven nests
-01543059 05 n 02 Ploceus 0 genus_Ploceus 0 002 @ 01507175 n 0000 #m 01542567 n 0000 | type genus of the Ploceidae
-01543175 05 n 02 baya 0 Ploceus_philippinus 0 001 @ 01542786 n 0000 | common Indian weaverbird
-01543272 05 n 02 Vidua 0 genus_Vidua 0 003 @ 01507175 n 0000 #m 01542567 n 0000 %m 01543383 n 0000 | whydahs
-01543383 05 n 03 whydah 0 whidah 0 widow_bird 0 002 @ 01542786 n 0000 #m 01543272 n 0000 | mostly black African weaverbird
-01543508 05 n 02 Padda 0 genus_Padda 0 003 @ 01507175 n 0000 #m 01542567 n 0000 %m 01543632 n 0000 | a genus of Ploceidae
-01543632 05 n 04 Java_sparrow 0 Java_finch 0 ricebird 2 Padda_oryzivora 0 002 @ 01542786 n 0000 #m 01543508 n 0000 | small finch-like Indonesian weaverbird that frequents rice fields
-01543817 05 n 02 Estrilda 0 genus_Estrilda 0 003 @ 01507175 n 0000 #m 01542567 n 0000 %m 01543936 n 0000 | avadavats
-01543936 05 n 02 avadavat 0 amadavat 0 002 @ 01542786 n 0000 #m 01543817 n 0000 | red Asian weaverbirds often kept as cage birds
-01544067 05 n 02 Poephila 0 genus_Poephila 0 004 @ 01507175 n 0000 #m 01542567 n 0000 %m 01544208 n 0000 %m 01544389 n 0000 | grassfinches
-01544208 05 n 02 grassfinch 1 grass_finch 1 003 @ 01542786 n 0000 #m 01544067 n 0000 ~ 01544389 n 0000 | usually brightly-colored Australian weaverbirds; often kept as cage birds
-01544389 05 n 02 zebra_finch 0 Poephila_castanotis 0 002 @ 01544208 n 0000 #m 01544067 n 0000 | small Australian weaverbird with markings like a zebra's
-01544544 05 n 02 Drepanididae 0 family_Drepanididae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01544704 n 0000 %m 01544877 n 0000 | Hawaiian honeycreepers
-01544704 05 n 02 honeycreeper 2 Hawaiian_honeycreeper 0 003 @ 01529672 n 0000 #m 01544544 n 0000 ~ 01545010 n 0000 | small to medium-sized finches of the Hawaiian islands
-01544877 05 n 02 Drepanis 0 genus_Drepanis 0 003 @ 01507175 n 0000 #m 01544544 n 0000 %m 01545010 n 0000 | a genus of Drepanididae
-01545010 05 n 01 mamo 0 002 @ 01544704 n 0000 #m 01544877 n 0000 | black honeycreepers with yellow feathers around the tail; now extinct
-01545149 05 n 02 Menurae 0 suborder_Menurae 0 004 @ 01342529 n 0000 #m 01523908 n 0000 %m 01545303 n 0000 %m 01545752 n 0000 | lyrebirds and scrubbirds
-01545303 05 n 02 Menuridae 0 family_Menuridae 0 003 @ 01504437 n 0000 #m 01545149 n 0000 %m 01545425 n 0000 | lyrebirds
-01545425 05 n 02 Menura 0 genus_Menura 0 003 @ 01507175 n 0000 #m 01545303 n 0000 %m 01545574 n 0000 | type and sole genus of the family Menuridae
-01545574 05 n 01 lyrebird 0 002 @ 01524359 n 0000 #m 01545425 n 0000 | Australian bird that resembles a pheasant; the courting male displays long tail feathers in a lyre shape
-01545752 05 n 02 Atrichornithidae 0 family_Atrichornithidae 0 003 @ 01504437 n 0000 #m 01545149 n 0000 %m 01545889 n 0000 | scrubbirds
-01545889 05 n 02 Atrichornis 0 genus_Atrichornis 0 003 @ 01507175 n 0000 #m 01545752 n 0000 %m 01546039 n 0000 | type genus of the Atrichornithidae
-01546039 05 n 03 scrubbird 0 scrub-bird 0 scrub_bird 0 002 @ 01524359 n 0000 #m 01545889 n 0000 | small fast-running Australian bird resembling a wren and frequenting brush or scrub
-01546223 05 n 02 Eurylaimi 0 suborder_Eurylaimi 0 003 @ 01342529 n 0000 #m 01523908 n 0000 %m 01546348 n 0000 | broadbills
-01546348 05 n 02 Eurylaimidae 0 family_Eurylaimidae 0 003 @ 01504437 n 0000 #m 01546223 n 0000 %m 01546506 n 0000 | coextensive with the suborder Eurylaimi
-01546506 05 n 01 broadbill 1 002 @ 01524359 n 0000 #m 01546348 n 0000 | small birds of the Old World tropics having bright plumage and short wide bills
-01546660 05 n 02 Tyranni 0 suborder_Tyranni 0 008 @ 01342529 n 0000 #m 01523908 n 0000 %m 01546921 n 0000 %m 01547459 n 0000 %m 01551430 n 0000 %m 01552523 n 0000 %m 01552956 n 0000 %m 01554139 n 0000 | New World flycatchers; antbirds; oven birds; woodhewers
-01546921 05 n 01 tyrannid 0 008 @ 01524359 n 0000 #m 01546660 n 0000 ~ 01547832 n 0000 ~ 01551711 n 0000 ~ 01552813 n 0000 ~ 01553142 n 0000 ~ 01554448 n 0000 ~ 01555004 n 0000 | a passerine bird of the suborder Tyranni
-01547143 05 n 02 Clamatores 0 suborder_Clamatores 0 003 @ 01342529 n 0000 #m 01523908 n 0000 + 02697677 a 0101 | used in some classification systems; a suborder or superfamily nearly coextensive with suborder Tyranni; Passeriformes having relatively simple vocal organs and little power of song; clamatorial birds
-01547459 05 n 02 Tyrannidae 0 superfamily_Tyrannidae 0 010 @ 01504437 n 0000 #m 01546660 n 0000 %m 01547832 n 0000 %m 01548143 n 0000 %m 01549314 n 0000 %m 01549769 n 0000 %m 01550033 n 0000 %m 01550429 n 0000 %m 01554708 n 0000 %m 01555172 n 0000 | New World tyrant flycatchers most numerous in Central America and South America but also in the United States and Canada
-01547832 05 n 04 New_World_flycatcher 0 flycatcher 2 tyrant_flycatcher 0 tyrant_bird 0 008 @ 01546921 n 0000 #m 01547459 n 0000 ~ 01548301 n 0000 ~ 01549430 n 0000 ~ 01549886 n 0000 ~ 01550172 n 0000 ~ 01550761 n 0000 ~ 01555305 n 0000 | large American birds that characteristically catch insects on the wing
-01548143 05 n 02 Tyrannus 0 genus_Tyrannus 0 003 @ 01507175 n 0000 #m 01547459 n 0000 %m 01548301 n 0000 | type genus of the Tyrannidae: tyrant flycatchers
-01548301 05 n 02 kingbird 0 Tyrannus_tyrannus 0 006 @ 01547832 n 0000 #m 01548143 n 0000 ~ 01548492 n 0000 ~ 01548694 n 0000 ~ 01548865 n 0000 ~ 01549053 n 0000 | large American flycatcher
-01548492 05 n 02 Arkansas_kingbird 0 western_kingbird 0 001 @ 01548301 n 0000 | a kingbird seen in western United States; head and back are pale grey and the breast is yellowish and the tail is black
-01548694 05 n 02 Cassin's_kingbird 0 Tyrannus_vociferans 0 001 @ 01548301 n 0000 | a kingbird seen in the southwestern United States; largely grey with a yellow abdomen
-01548865 05 n 01 eastern_kingbird 0 001 @ 01548301 n 0000 | a kingbird that breeds in North America and winters in tropical America; distinguished by a white band on the tip of the tail
-01549053 05 n 04 grey_kingbird 0 gray_kingbird 0 petchary 0 Tyrannus_domenicensis_domenicensis 0 001 @ 01548301 n 0000 | a kingbird that breeds in the southeastern United States and winters in tropical America; similar to but larger than the eastern kingbird
-01549314 05 n 02 Contopus 0 genus_Contopus 0 003 @ 01507175 n 0000 #m 01547459 n 0000 %m 01549430 n 0000 | pewees
-01549430 05 n 06 pewee 0 peewee 0 peewit 2 pewit 2 wood_pewee 0 Contopus_virens 0 003 @ 01547832 n 0000 #m 01549314 n 0000 ~ 01549641 n 0000 | small olive-colored woodland flycatchers of eastern North America
-01549641 05 n 02 western_wood_pewee 0 Contopus_sordidulus 0 001 @ 01549430 n 0000 | small flycatcher of western North America
-01549769 05 n 02 Sayornis 0 genus_Sayornis 0 003 @ 01507175 n 0000 #m 01547459 n 0000 %m 01549886 n 0000 | phoebes
-01549886 05 n 03 phoebe 0 phoebe_bird 0 Sayornis_phoebe 0 002 @ 01547832 n 0000 #m 01549769 n 0000 | small dun-colored North American flycatcher
-01550033 05 n 02 Pyrocephalus 0 genus_Pyrocephalus 0 003 @ 01507175 n 0000 #m 01547459 n 0000 %m 01550172 n 0000 | a genus of Tyrannidae
-01550172 05 n 03 vermillion_flycatcher 0 firebird 3 Pyrocephalus_rubinus_mexicanus 0 002 @ 01547832 n 0000 #m 01550033 n 0000 | tropical American flycatcher found as far north as southern Texas and Arizona; adult male has bright scarlet and black plumage
-01550429 05 n 02 Cotingidae 0 family_Cotingidae 0 006 @ 01504437 n 0000 #m 01547459 n 0000 %m 01550625 n 0000 %m 01550953 n 0000 %m 01551915 n 0000 %m 01552192 n 0000 | cotingas; umbrella birds
-01550625 05 n 01 genus_Cotinga 0 003 @ 01507175 n 0000 #m 01550429 n 0000 %m 01550761 n 0000 | type genus of the Cotingidae: cotingas
-01550761 05 n 02 cotinga 0 chatterer 0 006 @ 01547832 n 0000 #m 01550625 n 0000 ~ 01551080 n 0000 ~ 01551300 n 0000 ~ 01552034 n 0000 ~ 01552333 n 0000 | passerine bird of New World tropics
-01550953 05 n 02 Rupicola 0 genus_Rupicola 0 003 @ 01507175 n 0000 #m 01550429 n 0000 %m 01551080 n 0000 | cock of the rocks
-01551080 05 n 02 cock_of_the_rock 1 Rupicola_rupicola 0 002 @ 01550761 n 0000 #m 01550953 n 0000 | tropical bird of northern South America the male having brilliant red or orange plumage and an erectile disklike crest
-01551300 05 n 02 cock_of_the_rock 2 Rupicola_peruviana 0 001 @ 01550761 n 0000 | bird of the Andes similar to Rupicola rupicola
-01551430 05 n 02 Pipridae 0 family_Pipridae 0 003 @ 01504437 n 0000 #m 01546660 n 0000 %m 01551549 n 0000 | manakins
-01551549 05 n 02 Pipra 0 genus_Pipra 0 003 @ 01507175 n 0000 #m 01551430 n 0000 %m 01551711 n 0000 | type genus of the Pipridae containing the typical manakins
-01551711 05 n 01 manakin 0 002 @ 01546921 n 0000 #m 01551549 n 0000 | any of numerous small bright-colored birds of Central America and South America having short bills and elaborate courtship behavior
-01551915 05 n 02 Procnias 0 genus_Procnias 0 003 @ 01507175 n 0000 #m 01550429 n 0000 %m 01552034 n 0000 | bellbirds
-01552034 05 n 01 bellbird 0 002 @ 01550761 n 0000 #m 01551915 n 0000 | any of several tropical American birds of the genus Procnias having a bell-like call
-01552192 05 n 02 Cephalopterus 0 genus_Cephalopterus 0 003 @ 01507175 n 0000 #m 01550429 n 0000 %m 01552333 n 0000 | a genus of Cotingidae
-01552333 05 n 02 umbrella_bird 0 Cephalopterus_ornatus 0 002 @ 01550761 n 0000 #m 01552192 n 0000 | black tropical American bird having a large overhanging crest and long feathered wattle
-01552523 05 n 02 Furnariidae 0 family_Furnariidae 0 003 @ 01504437 n 0000 #m 01546660 n 0000 %m 01552654 n 0000 | e.g. ovenbirds
-01552654 05 n 02 Furnarius 0 genus_Furnarius 0 003 @ 01507175 n 0000 #m 01552523 n 0000 %m 01552813 n 0000 | type genus of the family Furnariidae: ovenbirds
-01552813 05 n 01 ovenbird 2 002 @ 01546921 n 0000 #m 01552654 n 0000 | small brownish South American birds that build oven-shaped clay nests
-01552956 05 n 02 Formicariidae 0 family_Formicariidae 0 006 @ 01504437 n 0000 #m 01546660 n 0000 %m 01553142 n 0000 %m 01553380 n 0000 %m 01553620 n 0000 %m 01553879 n 0000 | antbirds
-01553142 05 n 02 antbird 0 ant_bird 0 005 @ 01546921 n 0000 #m 01552956 n 0000 ~ 01553527 n 0000 ~ 01553762 n 0000 ~ 01554017 n 0000 | any of various dull-colored South American birds that feeding on ants some following army ant swarms
-01553380 05 n 02 Formicarius 0 genus_Formicarius 0 003 @ 01507175 n 0000 #m 01552956 n 0000 %m 01553527 n 0000 | type genus of the Formicariidae
-01553527 05 n 01 ant_thrush 0 002 @ 01553142 n 0000 #m 01553380 n 0000 | a kind of antbird
-01553620 05 n 02 Thamnophilus 0 genus_Thamnophilus 0 003 @ 01507175 n 0000 #m 01552956 n 0000 %m 01553762 n 0000 | a genus of Formicariidae
-01553762 05 n 01 ant_shrike 0 002 @ 01553142 n 0000 #m 01553620 n 0000 | antbirds superficially resembling shrikes
-01553879 05 n 02 Hylophylax 0 genus_Hylophylax 0 003 @ 01507175 n 0000 #m 01552956 n 0000 %m 01554017 n 0000 | a genus of Formicariidae
-01554017 05 n 02 spotted_antbird 0 Hylophylax_naevioides 0 002 @ 01553142 n 0000 #m 01553879 n 0000 | a kind of antbird
-01554139 05 n 02 Dendrocolaptidae 0 family_Dendrocolaptidae 0 004 @ 01504437 n 0000 #m 01546660 n 0000 %m 01554311 n 0000 %m 01554448 n 0000 | woodhewers or woodcreepers
-01554311 05 n 02 Dendrocolaptes 0 genus_Dendrocolaptes 0 002 @ 01507175 n 0000 #m 01554139 n 0000 | type genus of the Dendrocolaptidae
-01554448 05 n 04 woodhewer 0 woodcreeper 0 wood-creeper 0 tree_creeper 2 002 @ 01546921 n 0000 #m 01554139 n 0000 | any of numerous South American and Central American birds with a curved bill and stiffened tail feathers that climb and feed like woodpeckers
-01554708 05 n 02 Pittidae 0 family_Pittidae 0 003 @ 01504437 n 0000 #m 01547459 n 0000 %m 01554825 n 0000 | pittas
-01554825 05 n 01 genus_Pitta 0 002 @ 01507175 n 0000 #m 01554708 n 0000 | type genus of the Pittidae; a large genus of birds of southern Asia and Australia and adjacent islands
-01555004 05 n 01 pitta 0 001 @ 01546921 n 0000 | any bird of the genus Pitta; brilliantly colored chiefly terrestrial birds with short wings and tail and stout bills
-01555172 05 n 02 Muscivora 0 genus_Muscivora 0 003 @ 01507175 n 0000 #m 01547459 n 0000 %m 01555305 n 0000 | a genus of Tyrannidae
-01555305 05 n 03 scissortail 0 scissortailed_flycatcher 0 Muscivora-forficata 0 002 @ 01547832 n 0000 #m 01555172 n 0000 | grey flycatcher of the southwestern United States and Mexico and Central America having a long forked tail and white breast and salmon and scarlet markings
-01555586 05 n 02 Muscicapidae 0 family_Muscicapidae 0 007 @ 01504437 n 0000 #m 01524885 n 0000 %m 01555809 n 0000 %m 01556040 n 0000 %m 01556368 n 0000 %m 01557028 n 0000 %m 01562978 n 0000 | Old World (true) flycatchers
-01555809 05 n 03 Old_World_flycatcher 0 true_flycatcher 0 flycatcher 1 004 @ 01525720 n 0000 #m 01555586 n 0000 ~ 01556182 n 0000 ~ 01556514 n 0000 | any of a large group of small songbirds that feed on insects taken on the wing
-01556040 05 n 02 Muscicapa 0 genus_Muscicapa 0 003 @ 01507175 n 0000 #m 01555586 n 0000 %m 01556182 n 0000 | type genus of the Muscicapidae
-01556182 05 n 03 spotted_flycatcher 0 Muscicapa_striata 0 Muscicapa_grisola 0 002 @ 01555809 n 0000 #m 01556040 n 0000 | common European woodland flycatcher with greyish-brown plumage
-01556368 05 n 02 Pachycephala 0 genus_Pachycephala 0 003 @ 01507175 n 0000 #m 01555586 n 0000 %m 01556514 n 0000 | arboreal insectivorous birds
-01556514 05 n 02 thickhead 0 whistler 1 002 @ 01555809 n 0000 #m 01556368 n 0000 | Australian and southeastern Asian birds with a melodious whistling call
-01556671 05 n 02 Turdidae 0 family_Turdidae 0 011 @ 01504437 n 0000 #m 01524885 n 0000 %m 01557185 n 0000 %m 01557697 n 0000 %m 01559294 n 0000 %m 01559964 n 0000 %m 01560511 n 0000 %m 01561059 n 0000 %m 01561318 n 0000 %m 01561613 n 0000 %m 01562116 n 0000 | thrushes; in some classifications considered a subfamily (Turdinae) of the family Muscicapidae
-01557028 05 n 02 Turdinae 0 subfamily_Turdinae 0 003 @ 01504437 n 0000 #m 01555586 n 0000 %m 01561884 n 0000 | alternative classification for the thrushes
-01557185 05 n 01 thrush 0 022 @ 01525720 n 0000 #m 01556671 n 0000 ~ 01557962 n 0000 ~ 01558149 n 0000 ~ 01558307 n 0000 ~ 01558461 n 0000 ~ 01558594 n 0000 ~ 01558765 n 0000 ~ 01558993 n 0000 ~ 01559160 n 0000 ~ 01559477 n 0000 ~ 01559639 n 0000 ~ 01559804 n 0000 ~ 01560105 n 0000 ~ 01560280 n 0000 ~ 01560636 n 0000 ~ 01561181 n 0000 ~ 01561452 n 0000 ~ 01561732 n 0000 ~ 01562014 n 0000 ~ 01562265 n 0000 ~ 01562451 n 0000 | songbirds characteristically having brownish upper plumage with a spotted breast
-01557697 05 n 02 Turdus 0 genus_Turdus 0 010 @ 01507175 n 0000 #m 01556671 n 0000 %m 01557962 n 0000 %m 01558149 n 0000 %m 01558307 n 0000 %m 01558461 n 0000 %m 01558594 n 0000 %m 01558765 n 0000 %m 01558993 n 0000 %m 01559160 n 0000 | type genus of the Turdidae
-01557962 05 n 04 missel_thrush 0 mistle_thrush 0 mistletoe_thrush 0 Turdus_viscivorus 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | large European thrush that feeds on mistletoe berries
-01558149 05 n 04 song_thrush 0 mavis 0 throstle 0 Turdus_philomelos 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | common Old World thrush noted for its song
-01558307 05 n 03 fieldfare 0 snowbird 3 Turdus_pilaris 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | medium-sized Eurasian thrush seen chiefly in winter
-01558461 05 n 02 redwing 1 Turdus_iliacus 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | small European thrush having reddish flanks
-01558594 05 n 07 blackbird 2 merl 0 merle 0 ouzel 1 ousel 1 European_blackbird 0 Turdus_merula 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | common black European thrush
-01558765 05 n 04 ring_ouzel 0 ring_blackbird 0 ring_thrush 0 Turdus_torquatus 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | European thrush common in rocky areas; the male has blackish plumage with a white band around the neck
-01558993 05 n 03 robin 1 American_robin 0 Turdus_migratorius 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | large American thrush having a rust-red breast and abdomen
-01559160 05 n 02 clay-colored_robin 0 Turdus_greyi 0 002 @ 01557185 n 0000 #m 01557697 n 0000 | robin of Mexico and Central America
-01559294 05 n 02 Hylocichla 0 genus_Hylocichla 0 004 @ 01507175 n 0000 #m 01556671 n 0000 %m 01559477 n 0000 %m 01559639 n 0000 | American thrush: wood thrush; hermit thrush; veery
-01559477 05 n 02 hermit_thrush 0 Hylocichla_guttata 0 002 @ 01557185 n 0000 #m 01559294 n 0000 | North American thrush noted for its complex and appealing song
-01559639 05 n 03 veery 0 Wilson's_thrush 0 Hylocichla_fuscescens 0 002 @ 01557185 n 0000 #m 01559294 n 0000 | tawny brown North American thrush noted for its song
-01559804 05 n 02 wood_thrush 0 Hylocichla_mustelina 0 001 @ 01557185 n 0000 | large thrush common in eastern American woodlands; noted for its melodious song
-01559964 05 n 02 Luscinia 0 genus_Luscinia 0 004 @ 01507175 n 0000 #m 01556671 n 0000 %m 01560105 n 0000 %m 01560280 n 0000 | nightingales
-01560105 05 n 02 nightingale 0 Luscinia_megarhynchos 0 003 @ 01557185 n 0000 #m 01559964 n 0000 ~ 01560419 n 0000 | European songbird noted for its melodious nocturnal song
-01560280 05 n 02 thrush_nightingale 0 Luscinia_luscinia 0 002 @ 01557185 n 0000 #m 01559964 n 0000 | large nightingale of eastern Europe
-01560419 05 n 01 bulbul 0 001 @ 01560105 n 0000 | nightingale spoken of in Persian poetry
-01560511 05 n 02 Saxicola 0 genus_Saxicola 0 003 @ 01507175 n 0000 #m 01556671 n 0000 %m 01560636 n 0000 | Old World chats
-01560636 05 n 02 Old_World_chat 0 chat 1 004 @ 01557185 n 0000 #m 01560511 n 0000 ~ 01560793 n 0000 ~ 01560935 n 0000 | songbirds having a chattering call
-01560793 05 n 02 stonechat 0 Saxicola_torquata 0 001 @ 01560636 n 0000 | common European chat with black plumage and a reddish-brown breast
-01560935 05 n 02 whinchat 0 Saxicola_rubetra 0 001 @ 01560636 n 0000 | brown-and-buff European songbird of grassy meadows
-01561059 05 n 02 Myadestes 0 genus_Myadestes 0 003 @ 01507175 n 0000 #m 01556671 n 0000 %m 01561181 n 0000 | solitaires
-01561181 05 n 01 solitaire 1 002 @ 01557185 n 0000 #m 01561059 n 0000 | a dull grey North American thrush noted for its beautiful song
-01561318 05 n 02 Phoenicurus 0 genus_Phoenicurus 0 003 @ 01507175 n 0000 #m 01556671 n 0000 %m 01561452 n 0000 | Old World thrushes
-01561452 05 n 02 redstart 1 redtail 2 002 @ 01557185 n 0000 #m 01561318 n 0000 | European songbird with a reddish breast and tail; related to Old World robins
-01561613 05 n 02 Oenanthe 0 genus_Oenanthe 0 003 @ 01507175 n 0000 #m 01556671 n 0000 %m 01561732 n 0000 | wheatears
-01561732 05 n 01 wheatear 0 002 @ 01557185 n 0000 #m 01561613 n 0000 | small songbird of northern America and Eurasia having a distinctive white rump
-01561884 05 n 02 Sialia 0 genus_Sialia 0 003 @ 01507175 n 0000 #m 01557028 n 0000 %m 01562014 n 0000 | North American bluebirds
-01562014 05 n 01 bluebird 1 002 @ 01557185 n 0000 #m 01561884 n 0000 | blue North American songbird
-01562116 05 n 02 Erithacus 0 genus_Erithacus 0 004 @ 01507175 n 0000 #m 01556671 n 0000 %m 01562265 n 0000 %m 01562451 n 0000 | Old World thrushes
-01562265 05 n 05 robin 2 redbreast 0 robin_redbreast 2 Old_World_robin 0 Erithacus_rubecola 0 002 @ 01557185 n 0000 #m 01562116 n 0000 | small Old World songbird with a reddish breast
-01562451 05 n 02 bluethroat 0 Erithacus_svecicus 0 002 @ 01557185 n 0000 #m 01562116 n 0000 | songbird of northern Europe and Asia
-01562584 05 n 02 Sylviidae 0 family_Sylviidae 0 010 @ 01504437 n 0000 #m 01524885 n 0000 %m 01563313 n 0000 %m 01563579 n 0000 %m 01564394 n 0000 %m 01564630 n 0000 %m 01565238 n 0000 %m 01565480 n 0000 %m 01565804 n 0000 %m 01566082 n 0000 | in some classifications considered a subfamily (Sylviinae) of the family Muscicapidae: Old World (true) warblers; American kinglets and gnatcatchers
-01562978 05 n 02 Sylviinae 0 subfamily_Sylviinae 0 002 @ 01504437 n 0000 #m 01555586 n 0000 | alternative classification for the Old World warblers
-01563128 05 n 01 warbler 0 007 @ 01525720 n 0000 ~ 01563449 n 0000 ~ 01563746 n 0000 ~ 01564394 n 0000 ~ 01564914 n 0000 ~ 01565078 n 0000 ~ 01567133 n 0000 | a small active songbird
-01563313 05 n 02 Polioptila 0 genus_Polioptila 0 003 @ 01507175 n 0000 #m 01562584 n 0000 %m 01563449 n 0000 | New World gnatcatchers
-01563449 05 n 01 gnatcatcher 0 002 @ 01563128 n 0000 #m 01563313 n 0000 | very small North American and South American warblers
-01563579 05 n 02 Regulus 0 genus_Regulus 0 003 @ 01507175 n 0000 #m 01562584 n 0000 %m 01563746 n 0000 | a genus of birds of the family Sylviidae including kinglets
-01563746 05 n 01 kinglet 0 005 @ 01563128 n 0000 #m 01563579 n 0000 ~ 01563945 n 0000 ~ 01564101 n 0000 ~ 01564217 n 0000 | small birds resembling warblers but having some of the habits of titmice
-01563945 05 n 03 goldcrest 0 golden-crested_kinglet 0 Regulus_regulus 0 001 @ 01563746 n 0000 | European kinglet with a black-bordered yellow crown patch
-01564101 05 n 02 gold-crowned_kinglet 0 Regulus_satrata 0 001 @ 01563746 n 0000 | American golden-crested kinglet
-01564217 05 n 03 ruby-crowned_kinglet 0 ruby-crowned_wren 0 Regulus_calendula 0 001 @ 01563746 n 0000 | American kinglet with a notable song and in the male a red crown patch
-01564394 05 n 02 Old_World_warbler 0 true_warbler 0 007 @ 01563128 n 0000 #m 01562584 n 0000 ~ 01564773 n 0000 ~ 01565345 n 0000 ~ 01565599 n 0000 ~ 01565930 n 0000 ~ 01566207 n 0000 | small active brownish or greyish Old World birds
-01564630 05 n 02 Silvia 0 genus_Silvia 0 003 @ 01507175 n 0000 #m 01562584 n 0000 %m 01564773 n 0000 | type genus of the Sylviidae: warblers
-01564773 05 n 02 blackcap 1 Silvia_atricapilla 0 002 @ 01564394 n 0000 #m 01564630 n 0000 | small brownish-grey warbler with a black crown
-01564914 05 n 03 greater_whitethroat 0 whitethroat 1 Sylvia_communis 0 001 @ 01563128 n 0000 | greyish-brown Old World warbler with a white throat and underparts
-01565078 05 n 03 lesser_whitethroat 0 whitethroat 2 Sylvia_curruca 0 001 @ 01563128 n 0000 | Old World warbler similar to the greater whitethroat but smaller
-01565238 05 n 02 Phylloscopus 0 genus_Phylloscopus 0 002 @ 01507175 n 0000 #m 01562584 n 0000 | warblers
-01565345 05 n 02 wood_warbler 2 Phylloscopus_sibilatrix 0 001 @ 01564394 n 0000 | European woodland warbler with dull yellow plumage
-01565480 05 n 02 Acrocephalus 0 genus_Acrocephalus 0 002 @ 01507175 n 0000 #m 01562584 n 0000 | a genus of Sylviidae
-01565599 05 n 05 sedge_warbler 0 sedge_bird 0 sedge_wren 1 reedbird 2 Acrocephalus_schoenobaenus 0 001 @ 01564394 n 0000 | small European warbler that breeds among reeds and wedges and winters in Africa
-01565804 05 n 02 Prinia 0 genus_Prinia 0 003 @ 01507175 n 0000 #m 01562584 n 0000 %m 01565930 n 0000 | a genus of Sylviidae
-01565930 05 n 01 wren_warbler 0 002 @ 01564394 n 0000 #m 01565804 n 0000 | small Asiatic and African bird; constructs nests like those of tailorbirds
-01566082 05 n 02 Orthotomus 0 genus_Orthotomus 0 003 @ 01507175 n 0000 #m 01562584 n 0000 %m 01566207 n 0000 | tailorbirds
-01566207 05 n 02 tailorbird 0 Orthotomus_sutorius 0 002 @ 01564394 n 0000 #m 01566082 n 0000 | tropical Asian warbler that stitches leaves together to form and conceal its nest
-01566386 05 n 02 Timaliidae 0 family_Timaliidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01566509 n 0000 | babblers
-01566509 05 n 02 Timalia 0 genus_Timalia 0 003 @ 01507175 n 0000 #m 01566386 n 0000 %m 01566645 n 0000 | type genus of the Timaliidae
-01566645 05 n 02 babbler 0 cackler 2 003 @ 01525720 n 0000 #m 01566509 n 0000 + 01056369 v 0201 | any of various insectivorous Old World birds with a loud incessant song; in some classifications considered members of the family Muscicapidae
-01566888 05 n 02 Parulidae 0 family_Parulidae 0 009 @ 01504437 n 0000 #m 01524885 n 0000 %m 01567133 n 0000 %m 01567530 n 0000 %m 01568019 n 0000 %m 01568493 n 0000 %m 01569713 n 0000 %m 01570112 n 0000 %m 01570549 n 0000 | New World warblers
-01567133 05 n 02 New_World_warbler 0 wood_warbler 1 015 @ 01563128 n 0000 #m 01566888 n 0000 ~ 01567678 n 0000 ~ 01567879 n 0000 ~ 01568132 n 0000 ~ 01568720 n 0000 ~ 01568892 n 0000 ~ 01569060 n 0000 ~ 01569262 n 0000 ~ 01569423 n 0000 ~ 01569566 n 0000 ~ 01569836 n 0000 ~ 01570267 n 0000 ~ 01570421 n 0000 ~ 01570676 n 0000 | small bright-colored American songbird with a weak unmusical song
-01567530 05 n 02 Parula 0 genus_Parula 0 003 @ 01507175 n 0000 #m 01566888 n 0000 %m 01567678 n 0000 | type genus of the Parulidae: wood warblers
-01567678 05 n 03 parula_warbler 0 northern_parula 0 Parula_americana 0 002 @ 01567133 n 0000 #m 01567530 n 0000 | small grey-blue wood warbler with yellow throat and breast; of eastern North America
-01567879 05 n 03 Wilson's_warbler 0 Wilson's_blackcap 0 Wilsonia_pusilla 0 001 @ 01567133 n 0000 | yellow wood warbler with a black crown
-01568019 05 n 02 Setophaga 0 genus_Setophaga 0 002 @ 01507175 n 0000 #m 01566888 n 0000 | a genus of Parulidae
-01568132 05 n 01 flycatching_warbler 0 002 @ 01567133 n 0000 ~ 01568294 n 0000 | any of numerous American wood warblers that feed on insects caught on the wing
-01568294 05 n 03 American_redstart 0 redstart 2 Setophaga_ruticilla 0 001 @ 01568132 n 0000 | flycatching warbler of eastern North America the male having bright orange on sides and wings and tail
-01568493 05 n 02 Dendroica 0 genus_Dendroica 0 008 @ 01507175 n 0000 #m 01566888 n 0000 %m 01568720 n 0000 %m 01568892 n 0000 %m 01569060 n 0000 %m 01569262 n 0000 %m 01569423 n 0000 %m 01569566 n 0000 | a genus of Parulidae
-01568720 05 n 02 Cape_May_warbler 0 Dendroica_tigrina 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | North American wood warbler; olive green and yellow striped with black
-01568892 05 n 04 yellow_warbler 0 golden_warbler 0 yellowbird 2 Dendroica_petechia 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | yellow-throated American wood warbler
-01569060 05 n 03 Blackburn 0 Blackburnian_warbler 0 Dendroica_fusca 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | black-and-white North American wood warbler having an orange-and-black head and throat
-01569262 05 n 03 Audubon's_warbler 0 Audubon_warbler 0 Dendroica_auduboni 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | common warbler of western North America
-01569423 05 n 03 myrtle_warbler 0 myrtle_bird 0 Dendroica_coronata 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | similar to Audubon's warbler
-01569566 05 n 02 blackpoll 0 Dendroica_striate 0 002 @ 01567133 n 0000 #m 01568493 n 0000 | North American warbler having a black-and-white head
-01569713 05 n 02 Icteria 0 genus_Icteria 0 003 @ 01507175 n 0000 #m 01566888 n 0000 %m 01569836 n 0000 | New World chats
-01569836 05 n 02 New_World_chat 0 chat 2 003 @ 01567133 n 0000 #m 01569713 n 0000 ~ 01569971 n 0000 | birds having a chattering call
-01569971 05 n 02 yellow-breasted_chat 0 Icteria_virens 0 001 @ 01569836 n 0000 | American warbler noted for imitating songs of other birds
-01570112 05 n 02 Seiurus 0 genus_Seiurus 0 004 @ 01507175 n 0000 #m 01566888 n 0000 %m 01570267 n 0000 %m 01570421 n 0000 | ovenbirds and water thrushes
-01570267 05 n 02 ovenbird 1 Seiurus_aurocapillus 0 002 @ 01567133 n 0000 #m 01570112 n 0000 | American warbler; builds a dome-shaped nest on the ground
-01570421 05 n 01 water_thrush 0 002 @ 01567133 n 0000 #m 01570112 n 0000 | brownish North American warbler found near streams
-01570549 05 n 02 Geothlypis 0 genus_Geothlypis 0 003 @ 01507175 n 0000 #m 01566888 n 0000 %m 01570676 n 0000 | yellowthroats
-01570676 05 n 01 yellowthroat 0 003 @ 01567133 n 0000 #m 01570549 n 0000 ~ 01570839 n 0000 | small olive-colored American warblers with yellow breast and throat
-01570839 05 n 03 common_yellowthroat 0 Maryland_yellowthroat 0 Geothlypis_trichas 0 001 @ 01570676 n 0000 | an American warbler
-01570969 05 n 02 Paradisaeidae 0 family_Paradisaeidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01571126 n 0000 %m 01571297 n 0000 | birds of paradise
-01571126 05 n 01 bird_of_paradise 0 003 @ 01525720 n 0000 #m 01570969 n 0000 ~ 01571410 n 0000 | any of numerous brilliantly colored plumed birds of the New Guinea area
-01571297 05 n 02 Ptloris 0 genus_Ptloris 0 002 @ 01507175 n 0000 #m 01570969 n 0000 | a genus of Paradisaeidae
-01571410 05 n 02 riflebird 0 Ptloris_paradisea 0 001 @ 01571126 n 0000 | velvety black Australian bird of paradise with green and purple iridescence on head and tail
-01571578 05 n 02 Icteridae 0 family_Icteridae 0 011 @ 01504437 n 0000 #m 01524885 n 0000 %m 01571904 n 0000 %m 01572174 n 0000 %m 01572910 n 0000 %m 01573483 n 0000 %m 01573775 n 0000 %m 01574270 n 0000 %m 01574671 n 0000 %m 01574997 n 0000 %m 01575270 n 0000 | American orioles; American blackbirds; bobolinks; meadowlarks
-01571904 05 n 03 New_World_oriole 0 American_oriole 0 oriole 1 008 @ 01525720 n 0000 #m 01571578 n 0000 ~ 01572328 n 0000 ~ 01572782 n 0000 ~ 01573074 n 0000 ~ 01573627 n 0000 ~ 01573898 n 0000 ~ 01574045 n 0000 | American songbird; male is black and orange or yellow
-01572174 05 n 02 Icterus 0 genus_Icterus 0 004 @ 01507175 n 0000 #m 01571578 n 0000 %m 01572328 n 0000 %m 01572782 n 0000 | type genus of the Icteridae
-01572328 05 n 02 northern_oriole 0 Icterus_galbula 0 004 @ 01571904 n 0000 #m 01572174 n 0000 ~ 01572489 n 0000 ~ 01572654 n 0000 | a kind of New World oriole
-01572489 05 n 05 Baltimore_oriole 0 Baltimore_bird 0 hangbird 0 firebird 1 Icterus_galbula_galbula 0 001 @ 01572328 n 0000 | eastern subspecies of northern oriole
-01572654 05 n 02 Bullock's_oriole 0 Icterus_galbula_bullockii 0 001 @ 01572328 n 0000 | western subspecies of northern oriole
-01572782 05 n 02 orchard_oriole 0 Icterus_spurius 0 002 @ 01571904 n 0000 #m 01572174 n 0000 | the male is chestnut-and-black
-01572910 05 n 02 Sturnella 0 genus_Sturnella 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01573074 n 0000 | a genus of passerine birds including the meadowlarks
-01573074 05 n 02 meadowlark 0 lark 3 004 @ 01571904 n 0000 #m 01572910 n 0000 ~ 01573240 n 0000 ~ 01573360 n 0000 | North American songbirds having a yellow breast
-01573240 05 n 02 eastern_meadowlark 0 Sturnella_magna 0 001 @ 01573074 n 0000 | a meadowlark of eastern North America
-01573360 05 n 02 western_meadowlark 0 Sturnella_neglecta 0 001 @ 01573074 n 0000 | a meadowlark of western North America
-01573483 05 n 02 Cacicus 0 genus_Cacicus 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01573627 n 0000 | a genus of tropical American orioles
-01573627 05 n 02 cacique 0 cazique 0 002 @ 01571904 n 0000 #m 01573483 n 0000 | black-and-red or black-and-yellow orioles of the American tropics
-01573775 05 n 02 Dolichonyx 0 genus_Dolichonyx 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01573898 n 0000 | bobolinks
-01573898 05 n 04 bobolink 0 ricebird 1 reedbird 1 Dolichonyx_oryzivorus 0 002 @ 01571904 n 0000 #m 01573775 n 0000 | migratory American songbird
-01574045 05 n 02 New_World_blackbird 0 blackbird 1 005 @ 01571904 n 0000 ~ 01574390 n 0000 ~ 01574801 n 0000 ~ 01575117 n 0000 ~ 01575401 n 0000 | any bird of the family Icteridae whose male is black or predominantly black
-01574270 05 n 02 Quiscalus 0 genus_Quiscalus 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01574390 n 0000 | grackles
-01574390 05 n 02 grackle 1 crow_blackbird 0 003 @ 01574045 n 0000 #m 01574270 n 0000 ~ 01574560 n 0000 | long-tailed American blackbird having iridescent black plumage
-01574560 05 n 02 purple_grackle 0 Quiscalus_quiscula 0 001 @ 01574390 n 0000 | eastern United States grackle
-01574671 05 n 02 Euphagus 0 genus_Euphagus 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01574801 n 0000 | a genus of Icteridae
-01574801 05 n 03 rusty_blackbird 0 rusty_grackle 0 Euphagus_carilonus 0 002 @ 01574045 n 0000 #m 01574671 n 0000 | North American blackbird whose bluish-black plumage is rusty-edged in the fall
-01574997 05 n 02 Molothrus 0 genus_Molothrus 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01575117 n 0000 | cowbirds
-01575117 05 n 01 cowbird 0 002 @ 01574045 n 0000 #m 01574997 n 0000 | North American blackbird that follows cattle and lays eggs in other birds' nests
-01575270 05 n 02 Agelaius 0 genus_Agelaius 0 003 @ 01507175 n 0000 #m 01571578 n 0000 %m 01575401 n 0000 | red-winged blackbirds
-01575401 05 n 03 red-winged_blackbird 0 redwing 2 Agelaius_phoeniceus 0 002 @ 01574045 n 0000 #m 01575270 n 0000 | North American blackbird with scarlet patches on the wings
-01575577 05 n 02 Oriolidae 0 family_Oriolidae 0 005 @ 01504437 n 0000 #m 01524885 n 0000 %m 01575745 n 0000 %m 01575941 n 0000 %m 01576212 n 0000 | Old World orioles
-01575745 05 n 02 Old_World_oriole 0 oriole 2 004 @ 01525720 n 0000 #m 01575577 n 0000 ~ 01576076 n 0000 ~ 01576358 n 0000 | mostly tropical songbird; the male is usually bright orange and black
-01575941 05 n 02 Oriolus 0 genus_Oriolus 0 003 @ 01507175 n 0000 #m 01575577 n 0000 %m 01576076 n 0000 | type genus of the Oriolidae
-01576076 05 n 02 golden_oriole 0 Oriolus_oriolus 0 002 @ 01575745 n 0000 #m 01575941 n 0000 | bright yellow songbird with black wings
-01576212 05 n 02 Sphecotheres 0 genus_Sphecotheres 0 003 @ 01507175 n 0000 #m 01575577 n 0000 %m 01576358 n 0000 | a genus of Old World orioles
-01576358 05 n 01 fig-bird 0 002 @ 01575745 n 0000 #m 01576212 n 0000 | greenish-yellow Australian oriole feeding chiefly on figs and other fruits
-01576506 05 n 02 Sturnidae 0 family_Sturnidae 0 006 @ 01504437 n 0000 #m 01524885 n 0000 %m 01576695 n 0000 %m 01576863 n 0000 %m 01577818 n 0000 %m 01578086 n 0000 | Old World starlings
-01576695 05 n 01 starling 0 005 @ 01525720 n 0000 #m 01576506 n 0000 ~ 01577035 n 0000 ~ 01577458 n 0000 ~ 01577659 n 0000 | gregarious birds native to the Old World
-01576863 05 n 02 Sturnus 0 genus_Sturnus 0 004 @ 01507175 n 0000 #m 01576506 n 0000 %m 01577035 n 0000 %m 01577265 n 0000 | type genus of the Sturnidae: common starlings
-01577035 05 n 02 common_starling 0 Sturnus_vulgaris 0 002 @ 01576695 n 0000 #m 01576863 n 0000 | gregarious bird having plumage with dark metallic gloss; builds nests around dwellings and other structures; naturalized worldwide
-01577265 05 n 02 Pastor 0 subgenus_Pastor 0 003 @ 01507175 n 0000 #m 01576863 n 0000 %m 01577458 n 0000 | only the rose-colored starlings; in some classifications considered a separate genus
-01577458 05 n 04 rose-colored_starling 0 rose-colored_pastor 0 Pastor_sturnus 0 Pastor_roseus 0 002 @ 01576695 n 0000 #m 01577265 n 0000 | glossy black bird with pink back and abdomen; chiefly Asian
-01577659 05 n 06 myna 0 mynah 0 mina 0 minah 0 myna_bird 0 mynah_bird 0 003 @ 01576695 n 0000 ~ 01577941 n 0000 ~ 01578180 n 0000 | tropical Asian starlings
-01577818 05 n 02 Acridotheres 0 genus_Acridotheres 0 003 @ 01507175 n 0000 #m 01576506 n 0000 %m 01577941 n 0000 | mynas
-01577941 05 n 02 crested_myna 0 Acridotheres_tristis 0 002 @ 01577659 n 0000 #m 01577818 n 0000 | dark brown crested bird of southeastern Asia
-01578086 05 n 02 Gracula 0 genus_Gracula 0 002 @ 01507175 n 0000 #m 01576506 n 0000 | mynas
-01578180 05 n 04 hill_myna 0 Indian_grackle 0 grackle 2 Gracula_religiosa 0 001 @ 01577659 n 0000 | glossy black Asiatic starling often taught to mimic speech
-01578341 05 n 02 Corvidae 0 family_Corvidae 0 007 @ 01504437 n 0000 #m 01524885 n 0000 %m 01578575 n 0000 %m 01578821 n 0000 %m 01579868 n 0000 %m 01581607 n 0000 %m 01582111 n 0000 | crow; raven; rook; jackdaw; chough; magpie; jay
-01578575 05 n 01 corvine_bird 0 010 @ 01525720 n 0000 #m 01578341 n 0000 ~ 01579028 n 0000 ~ 01579260 n 0000 ~ 01579410 n 0000 ~ 01579578 n 0000 ~ 01579729 n 0000 ~ 01580077 n 0000 ~ 01581730 n 0000 ~ 01582220 n 0000 | birds of the crow family
-01578821 05 n 02 Corvus 0 genus_Corvus 0 006 @ 01507175 n 0000 #m 01578341 n 0000 %m 01579028 n 0000 %m 01579260 n 0000 %m 01579410 n 0000 %m 01579578 n 0000 | type genus of the Corvidae: crows and ravens
-01579028 05 n 01 crow 0 003 @ 01578575 n 0000 #m 01578821 n 0000 ~ 01579149 n 0000 | black birds having a raucous call
-01579149 05 n 02 American_crow 0 Corvus_brachyrhyncos 0 001 @ 01579028 n 0000 | common crow of North America
-01579260 05 n 02 raven 0 Corvus_corax 0 002 @ 01578575 n 0000 #m 01578821 n 0000 | large black bird with a straight bill and long wedge-shaped tail
-01579410 05 n 02 rook 0 Corvus_frugilegus 0 002 @ 01578575 n 0000 #m 01578821 n 0000 | common gregarious Old World bird about the size and color of the American crow
-01579578 05 n 03 jackdaw 0 daw 0 Corvus_monedula 0 002 @ 01578575 n 0000 #m 01578821 n 0000 | common black-and-grey Eurasian bird noted for thievery
-01579729 05 n 01 chough 0 001 @ 01578575 n 0000 | a European corvine bird of small or medium size with red legs and glossy black plumage
-01579868 05 n 02 Garrulinae 0 subfamily_Garrulinae 0 006 @ 01504437 n 0000 #m 01578341 n 0000 %m 01580077 n 0000 %m 01580225 n 0000 %m 01580644 n 0000 %m 01581041 n 0000 | subfamily of the crow family: jays
-01580077 05 n 01 jay 0 005 @ 01578575 n 0000 #m 01579868 n 0000 ~ 01580379 n 0000 ~ 01580772 n 0000 ~ 01581166 n 0000 | crested largely blue bird
-01580225 05 n 02 Garrulus 0 genus_Garrulus 0 003 @ 01507175 n 0000 #m 01579868 n 0000 %m 01580379 n 0000 | type genus of the Garrulinae: Old World jays
-01580379 05 n 01 Old_World_jay 0 003 @ 01580077 n 0000 #m 01580225 n 0000 ~ 01580490 n 0000 | a European jay
-01580490 05 n 02 common_European_jay 0 Garullus_garullus 0 001 @ 01580379 n 0000 | fawn-colored jay with black-and-white crest and blue-and-black wings
-01580644 05 n 02 Cyanocitta 0 genus_Cyanocitta 0 003 @ 01507175 n 0000 #m 01579868 n 0000 %m 01580870 n 0000 | New World jays
-01580772 05 n 01 New_World_jay 0 002 @ 01580077 n 0000 ~ 01580870 n 0000 | a North American jay
-01580870 05 n 03 blue_jay 0 jaybird 0 Cyanocitta_cristata 0 002 @ 01580772 n 0000 #m 01580644 n 0000 | common jay of eastern North America; bright blue with grey breast
-01581041 05 n 02 Perisoreus 0 genus_Perisoreus 0 003 @ 01507175 n 0000 #m 01579868 n 0000 %m 01581166 n 0000 | Canada jays
-01581166 05 n 06 Canada_jay 0 grey_jay 0 gray_jay 0 camp_robber 0 whisker_jack 0 Perisoreus_canadensis 0 003 @ 01580077 n 0000 #m 01581041 n 0000 ~ 01581434 n 0000 | a jay of northern North America with black-capped head and no crest; noted for boldness in thievery
-01581434 05 n 02 Rocky_Mountain_jay 0 Perisoreus_canadensis_capitalis 0 001 @ 01581166 n 0000 | a Canada jay with a white head; widely distributed from Montana to Arizona
-01581607 05 n 02 Nucifraga 0 genus_Nucifraga 0 003 @ 01507175 n 0000 #m 01578341 n 0000 %m 01581730 n 0000 | nutcrackers
-01581730 05 n 01 nutcracker 0 004 @ 01578575 n 0000 #m 01581607 n 0000 ~ 01581874 n 0000 ~ 01581984 n 0000 | speckled birds that feed on nuts
-01581874 05 n 02 common_nutcracker 0 Nucifraga_caryocatactes 0 001 @ 01581730 n 0000 | Old World nutcracker
-01581984 05 n 02 Clark's_nutcracker 0 Nucifraga_columbiana 0 001 @ 01581730 n 0000 | nutcracker of the western United States
-01582111 05 n 02 Pica 0 genus_Pica 0 003 @ 01507175 n 0000 #m 01578341 n 0000 %m 01582220 n 0000 | magpies
-01582220 05 n 01 magpie 0 004 @ 01578575 n 0000 #m 01582111 n 0000 ~ 01582398 n 0000 ~ 01582498 n 0000 | long-tailed black-and-white crow that utters a raucous chattering call
-01582398 05 n 02 European_magpie 0 Pica_pica 0 001 @ 01582220 n 0000 | a common magpie of Eurasia
-01582498 05 n 02 American_magpie 0 Pica_pica_hudsonia 0 001 @ 01582220 n 0000 | a magpie of Rocky Mountains in North America
-01582625 05 n 02 Cracticidae 0 family_Cracticidae 0 006 @ 01504437 n 0000 #m 01524885 n 0000 %m 01582856 n 0000 %m 01583043 n 0000 %m 01583373 n 0000 %m 01583636 n 0000 | Australian birds formerly included in the family Laniidae
-01582856 05 n 01 Australian_magpie 0 005 @ 01525720 n 0000 #m 01582625 n 0000 ~ 01583209 n 0000 ~ 01583495 n 0000 ~ 01583828 n 0000 | black-and-white oscine birds that resemble magpies
-01583043 05 n 02 Cracticus 0 genus_Cracticus 0 003 @ 01507175 n 0000 #m 01582625 n 0000 %m 01583209 n 0000 | type genus of the Cracticidae: Australian butcherbirds
-01583209 05 n 01 butcherbird 2 002 @ 01582856 n 0000 #m 01583043 n 0000 | large carnivorous Australian bird with the shrike-like habit of impaling prey on thorns
-01583373 05 n 02 Strepera 0 genus_Strepera 0 003 @ 01507175 n 0000 #m 01582625 n 0000 %m 01583495 n 0000 | bell magpies
-01583495 05 n 02 currawong 0 bell_magpie 0 002 @ 01582856 n 0000 #m 01583373 n 0000 | bluish black fruit-eating bird with a bell-like call
-01583636 05 n 02 Gymnorhina 0 genus_Gymnorhina 0 003 @ 01507175 n 0000 #m 01582625 n 0000 %m 01583828 n 0000 | in some classifications placed in the family Laniidae: Australian piping crows
-01583828 05 n 03 piping_crow 0 piping_crow-shrike 0 Gymnorhina_tibicen 0 002 @ 01582856 n 0000 #m 01583636 n 0000 | crow-sized black-and-white bird; a good mimic often caged
-01584004 05 n 02 Troglodytidae 0 family_Troglodytidae 0 008 @ 01504437 n 0000 #m 01523908 n 0000 %m 01584225 n 0000 %m 01584529 n 0000 %m 01584994 n 0000 %m 01585577 n 0000 %m 01585890 n 0000 %m 01586170 n 0000 | wrens
-01584225 05 n 02 wren 0 jenny_wren 0 008 @ 01524359 n 0000 #m 01584004 n 0000 ~ 01584695 n 0000 ~ 01584853 n 0000 ~ 01585121 n 0000 ~ 01585715 n 0000 ~ 01586020 n 0000 ~ 01586374 n 0000 | any of several small active brown birds of the northern hemisphere with short upright tails; they feed on insects
-01584529 05 n 02 Troglodytes 0 genus_Troglodytes 0 004 @ 01507175 n 0000 #m 01584004 n 0000 %m 01584695 n 0000 %m 01584853 n 0000 | type genus of the Troglodytidae
-01584695 05 n 02 winter_wren 0 Troglodytes_troglodytes 0 002 @ 01584225 n 0000 #m 01584529 n 0000 | small wren of coniferous forests of northern hemisphere
-01584853 05 n 02 house_wren 0 Troglodytes_aedon 0 002 @ 01584225 n 0000 #m 01584529 n 0000 | common American wren that nests around houses
-01584994 05 n 02 Cistothorus 0 genus_Cistothorus 0 003 @ 01507175 n 0000 #m 01584004 n 0000 %m 01585121 n 0000 | marsh wrens
-01585121 05 n 01 marsh_wren 0 004 @ 01584225 n 0000 #m 01584994 n 0000 ~ 01585287 n 0000 ~ 01585422 n 0000 | a wren of the genus Cistothorus that frequents marshes
-01585287 05 n 02 long-billed_marsh_wren 0 Cistothorus_palustris 0 001 @ 01585121 n 0000 | American wren that inhabits tall reed beds
-01585422 05 n 03 sedge_wren 2 short-billed_marsh_wren 0 Cistothorus_platensis 0 001 @ 01585121 n 0000 | small American wren inhabiting wet sedgy meadows
-01585577 05 n 02 Salpinctes 0 genus_Salpinctes 0 003 @ 01507175 n 0000 #m 01584004 n 0000 %m 01585715 n 0000 | a genus of Troglodytidae
-01585715 05 n 02 rock_wren 1 Salpinctes_obsoletus 0 002 @ 01584225 n 0000 #m 01585577 n 0000 | wren inhabiting badlands and mesa country of western United States and Mexico
-01585890 05 n 02 Thryothorus 0 genus_Thryothorus 0 003 @ 01507175 n 0000 #m 01584004 n 0000 %m 01586020 n 0000 | Carolina wrens
-01586020 05 n 02 Carolina_wren 0 Thryothorus_ludovicianus 0 002 @ 01584225 n 0000 #m 01585890 n 0000 | large United States wren with a musical call
-01586170 05 n 04 Campylorhynchus 0 genus_Campylorhynchus 0 Heleodytes 0 genus_Heleodytes 0 003 @ 01507175 n 0000 #m 01584004 n 0000 %m 01586374 n 0000 | alternative classifications for the cactus wrens
-01586374 05 n 01 cactus_wren 0 002 @ 01584225 n 0000 #m 01586170 n 0000 | large harsh-voiced American wren of arid regions of the United States southwest and Mexico
-01586541 05 n 02 Mimidae 0 family_Mimidae 0 006 @ 01504437 n 0000 #m 01524885 n 0000 %m 01586791 n 0000 %m 01587148 n 0000 %m 01587406 n 0000 %m 01587713 n 0000 | sometimes considered a subfamily of Troglodytidae: mockingbirds; catbirds; thrashers
-01586791 05 n 02 Mimus 0 genus_Mimus 0 003 @ 01507175 n 0000 #m 01586541 n 0000 %m 01586941 n 0000 | type genus of the family Mimidae: mockingbirds
-01586941 05 n 03 mockingbird 0 mocker 0 Mimus_polyglotktos 0 002 @ 01525720 n 0000 #m 01586791 n 0000 | long-tailed grey-and-white songbird of the southern United States able to mimic songs of other birds
-01587148 05 n 02 Melanotis 0 genus_Melanotis 0 003 @ 01507175 n 0000 #m 01586541 n 0000 %m 01587278 n 0000 | a genus of Mimidae
-01587278 05 n 02 blue_mockingbird 0 Melanotis_caerulescens 0 002 @ 01525720 n 0000 #m 01587148 n 0000 | mockingbird of Mexico
-01587406 05 n 02 Dumetella 0 genus_Dumetella 0 003 @ 01507175 n 0000 #m 01586541 n 0000 %m 01587526 n 0000 | catbirds
-01587526 05 n 04 catbird 1 grey_catbird 0 gray_catbird 0 Dumetella_carolinensis 0 002 @ 01525720 n 0000 #m 01587406 n 0000 | North American songbird whose call resembles a cat's mewing
-01587713 05 n 02 Toxostoma 0 genus_Toxostoma 0 003 @ 01507175 n 0000 #m 01586541 n 0000 %m 01587834 n 0000 | thrashers
-01587834 05 n 02 thrasher 0 mocking_thrush 0 003 @ 01525720 n 0000 #m 01587713 n 0000 ~ 01588002 n 0000 | thrush-like American songbird able to mimic other birdsongs
-01588002 05 n 03 brown_thrasher 0 brown_thrush 0 Toxostoma_rufums 0 001 @ 01587834 n 0000 | common large songbird of eastern United States having reddish-brown plumage
-01588172 05 n 04 Xenicidae 0 family_Xenicidae 0 Acanthisittidae 0 family_Acanthisittidae 0 005 @ 01504437 n 0000 #m 01524885 n 0000 %m 01588431 n 0000 %m 01588589 n 0000 %m 01588858 n 0000 | alternative names for the family comprising the New Zealand wrens
-01588431 05 n 01 New_Zealand_wren 0 004 @ 01525720 n 0000 #m 01588172 n 0000 ~ 01588725 n 0000 ~ 01588996 n 0000 | birds of New Zealand that resemble wrens
-01588589 05 n 02 Xenicus 0 genus_Xenicus 0 003 @ 01507175 n 0000 #m 01588172 n 0000 %m 01588725 n 0000 | type genus for the Xenicidae
-01588725 05 n 02 rock_wren 2 Xenicus_gilviventris 0 002 @ 01588431 n 0000 #m 01588589 n 0000 | short-tailed bird resembling a wren
-01588858 05 n 02 Acanthisitta 0 genus_Acanthisitta 0 003 @ 01507175 n 0000 #m 01588172 n 0000 %m 01588996 n 0000 | a genus of Xenicidae
-01588996 05 n 02 rifleman_bird 0 Acanthisitta_chloris 0 002 @ 01588431 n 0000 #m 01588858 n 0000 | small green-and-bronze bird
-01589125 05 n 02 Certhiidae 0 family_Certhiidae 0 005 @ 01504437 n 0000 #m 01524885 n 0000 %m 01589286 n 0000 %m 01589582 n 0000 %m 01590042 n 0000 | creepers
-01589286 05 n 02 creeper 0 tree_creeper 1 005 @ 01525720 n 0000 #m 01589125 n 0000 ~ 01589718 n 0000 ~ 01589893 n 0000 ~ 01590220 n 0000 | any of various small insectivorous birds of the northern hemisphere that climb up a tree trunk supporting themselves on stiff tail feathers and their feet
-01589582 05 n 02 Certhia 0 genus_Certhia 0 003 @ 01507175 n 0000 #m 01589125 n 0000 %m 01589718 n 0000 | type genus of the Certhiidae
-01589718 05 n 03 brown_creeper 0 American_creeper 0 Certhia_americana 0 002 @ 01589286 n 0000 #m 01589582 n 0000 | a common creeper in North America with a down-curved bill
-01589893 05 n 02 European_creeper 0 Certhia_familiaris 0 001 @ 01589286 n 0000 | common European brown-and-buff tree creeper with down-curved bill
-01590042 05 n 02 Tichodroma 0 genus_Tichodroma 0 003 @ 01507175 n 0000 #m 01589125 n 0000 %m 01590220 n 0000 | wall creepers; in some classifications placed in family Sittidae
-01590220 05 n 03 wall_creeper 0 tichodrome 0 Tichodroma_muriaria 0 002 @ 01589286 n 0000 #m 01590042 n 0000 | crimson-and-grey songbird that inhabits town walls and mountain cliffs of southern Eurasia and northern Africa
-01590443 05 n 02 Sittidae 0 family_Sittidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01590583 n 0000 %m 01590837 n 0000 | nuthatches
-01590583 05 n 02 nuthatch 0 nutcracker 2 005 @ 01525720 n 0000 #m 01590443 n 0000 ~ 01591005 n 0000 ~ 01591123 n 0000 ~ 01591301 n 0000 | any of various small short-tailed songbirds with strong feet and a sharp beak that feed on small nuts and insects
-01590837 05 n 02 Sitta 0 genus_Sitta 0 005 @ 01507175 n 0000 #m 01590443 n 0000 %m 01591005 n 0000 %m 01591123 n 0000 %m 01591301 n 0000 | type genus of the Sittidae
-01591005 05 n 02 European_nuthatch 0 Sitta_europaea 0 002 @ 01590583 n 0000 #m 01590837 n 0000 | a kind of nuthatch
-01591123 05 n 02 red-breasted_nuthatch 0 Sitta_canadensis 0 002 @ 01590583 n 0000 #m 01590837 n 0000 | bluish-grey nuthatch with reddish breast; of northern coniferous forests
-01591301 05 n 02 white-breasted_nuthatch 0 Sitta_carolinensis 0 002 @ 01590583 n 0000 #m 01590837 n 0000 | bluish-grey nuthatch with black head and white breast; of eastern North America
-01591490 05 n 02 Paridae 0 family_Paridae 0 007 @ 01504437 n 0000 #m 01524885 n 0000 %m 01591697 n 0000 %m 01591910 n 0000 %m 01592892 n 0000 %m 01593156 n 0000 %m 01593423 n 0000 | titmice and chickadees
-01591697 05 n 02 titmouse 0 tit 0 008 @ 01525720 n 0000 #m 01591490 n 0000 ~ 01592084 n 0000 ~ 01592387 n 0000 ~ 01592694 n 0000 ~ 01593028 n 0000 ~ 01593282 n 0000 ~ 01593553 n 0000 | small insectivorous birds
-01591910 05 n 02 Parus 0 genus_Parus 0 005 @ 01507175 n 0000 #m 01591490 n 0000 %m 01592084 n 0000 %m 01592387 n 0000 %m 01592694 n 0000 | type genus of the family Paridae
-01592084 05 n 01 chickadee 0 004 @ 01591697 n 0000 #m 01591910 n 0000 ~ 01592257 n 0000 ~ 01592540 n 0000 | any of various small grey-and-black songbirds of North America
-01592257 05 n 03 black-capped_chickadee 0 blackcap 2 Parus_atricapillus 0 001 @ 01592084 n 0000 | chickadee having a dark crown
-01592387 05 n 02 tufted_titmouse 0 Parus_bicolor 0 002 @ 01591697 n 0000 #m 01591910 n 0000 | crested titmouse of eastern and midwestern United States
-01592540 05 n 02 Carolina_chickadee 0 Parus_carolinensis 0 001 @ 01592084 n 0000 | southern United States chickadee similar to the blackcap but smaller
-01592694 05 n 03 blue_tit 0 tomtit 0 Parus_caeruleus 0 002 @ 01591697 n 0000 #m 01591910 n 0000 | widely distributed European titmouse with bright cobalt blue wings and tail and crown of the head
-01592892 05 n 02 Psaltriparus 0 genus_Psaltriparus 0 003 @ 01507175 n 0000 #m 01591490 n 0000 %m 01593028 n 0000 | a genus of Paridae
-01593028 05 n 02 bushtit 0 bush_tit 0 002 @ 01591697 n 0000 #m 01592892 n 0000 | active grey titmice of western North America
-01593156 05 n 02 Chamaea 0 genus_Chamaea 0 003 @ 01507175 n 0000 #m 01591490 n 0000 %m 01593282 n 0000 | a genus of Paridae
-01593282 05 n 02 wren-tit 0 Chamaea_fasciata 0 002 @ 01591697 n 0000 #m 01593156 n 0000 | small brown bird of California resembling a wren
-01593423 05 n 02 Auriparus 0 genus_Auriparus 0 003 @ 01507175 n 0000 #m 01591490 n 0000 %m 01593553 n 0000 | a genus of Paridae
-01593553 05 n 02 verdin 0 Auriparus_flaviceps 0 002 @ 01591697 n 0000 #m 01593423 n 0000 | very small yellow-headed titmouse of western North America
-01593705 05 n 02 Irenidae 0 family_Irenidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01593857 n 0000 | a family of birds of the suborder Oscines
-01593857 05 n 02 Irena 0 genus_Irena 0 003 @ 01507175 n 0000 #m 01593705 n 0000 %m 01594004 n 0000 | type genus of the Irenidae: fairy bluebirds
-01594004 05 n 02 fairy_bluebird 0 bluebird 2 002 @ 01525720 n 0000 #m 01593857 n 0000 | fruit-eating mostly brilliant blue songbird of the East Indies
-01594157 05 n 02 Hirundinidae 0 family_Hirundinidae 0 007 @ 01504437 n 0000 #m 01524885 n 0000 %m 01594611 n 0000 %m 01595330 n 0000 %m 01595841 n 0000 %m 01596142 n 0000 %m 01596479 n 0000 | swallows and martins
-01594372 05 n 01 swallow 0 006 @ 01525720 n 0000 ~ 01594787 n 0000 ~ 01594968 n 0000 ~ 01595168 n 0000 ~ 01595450 n 0000 ~ 01595624 n 0000 | small long-winged songbird noted for swift graceful flight and the regularity of its migrations
-01594611 05 n 02 Hirundo 0 genus_Hirundo 0 005 @ 01507175 n 0000 #m 01594157 n 0000 %m 01594787 n 0000 %m 01594968 n 0000 %m 01595168 n 0000 | type genus of the Hirundinidae
-01594787 05 n 03 barn_swallow 0 chimney_swallow 1 Hirundo_rustica 0 002 @ 01594372 n 0000 #m 01594611 n 0000 | common swallow of North America and Europe that nests in barns etc.
-01594968 05 n 02 cliff_swallow 0 Hirundo_pyrrhonota 0 002 @ 01594372 n 0000 #m 01594611 n 0000 | North American swallow that lives in colonies and builds bottle-shaped mud nests on cliffs and walls
-01595168 05 n 03 tree_swallow 1 tree_martin 0 Hirundo_nigricans 0 002 @ 01594372 n 0000 #m 01594611 n 0000 | of Australia and Polynesia; nests in tree cavities
-01595330 05 n 02 Iridoprocne 0 genus_Iridoprocne 0 002 @ 01507175 n 0000 #m 01594157 n 0000 | a genus of Hirundinidae
-01595450 05 n 03 white-bellied_swallow 0 tree_swallow 2 Iridoprocne_bicolor 0 001 @ 01594372 n 0000 | bluish-green-and-white North American swallow; nests in tree cavities
-01595624 05 n 01 martin 0 004 @ 01594372 n 0000 ~ 01595974 n 0000 ~ 01596273 n 0000 ~ 01596608 n 0000 | any of various swallows with squarish or slightly forked tail and long pointed wings; migrate around Martinmas
-01595841 05 n 02 Delichon 0 genus_Delichon 0 003 @ 01507175 n 0000 #m 01594157 n 0000 %m 01595974 n 0000 | a genus of Hirundinidae
-01595974 05 n 02 house_martin 0 Delichon_urbica 0 002 @ 01595624 n 0000 #m 01595841 n 0000 | common small European martin that builds nests under the eaves of houses
-01596142 05 n 02 Riparia 0 genus_Riparia 0 003 @ 01507175 n 0000 #m 01594157 n 0000 %m 01596273 n 0000 | a genus of Hirundinidae
-01596273 05 n 04 bank_martin 0 bank_swallow 0 sand_martin 0 Riparia_riparia 0 002 @ 01595624 n 0000 #m 01596142 n 0000 | swallow of the northern hemisphere that nests in tunnels dug in clay or sand banks
-01596479 05 n 02 Progne 0 genus_Progne 0 003 @ 01507175 n 0000 #m 01594157 n 0000 %m 01596608 n 0000 | a genus of Hirundinidae
-01596608 05 n 02 purple_martin 0 Progne_subis 0 002 @ 01595624 n 0000 #m 01596479 n 0000 | large North American martin of which the male is blue-black
-01596761 05 n 02 Artamidae 0 family_Artamidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01596887 n 0000 | wood swallows
-01596887 05 n 02 Artamus 0 genus_Artamus 0 003 @ 01507175 n 0000 #m 01596761 n 0000 %m 01597022 n 0000 | type genus of the Artamidae
-01597022 05 n 02 wood_swallow 0 swallow_shrike 0 002 @ 01525720 n 0000 #m 01596887 n 0000 | Australasian and Asiatic bird related to the shrikes and resembling a swallow
-01597194 05 n 02 Thraupidae 0 family_Thraupidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01597336 n 0000 %m 01597551 n 0000 | tanagers
-01597336 05 n 01 tanager 0 006 @ 01525720 n 0000 #m 01597194 n 0000 ~ 01597737 n 0000 ~ 01597906 n 0000 ~ 01598074 n 0000 ~ 01598271 n 0000 | any of numerous New World woodland birds having brightly colored males
-01597551 05 n 02 Piranga 0 genus_Piranga 0 006 @ 01507175 n 0000 #m 01597194 n 0000 %m 01597737 n 0000 %m 01597906 n 0000 %m 01598074 n 0000 %m 01598271 n 0000 | a genus of Thraupidae
-01597737 05 n 04 scarlet_tanager 0 Piranga_olivacea 0 redbird 2 firebird 2 002 @ 01597336 n 0000 #m 01597551 n 0000 | the male is bright red with black wings and tail
-01597906 05 n 02 western_tanager 0 Piranga_ludoviciana 0 002 @ 01597336 n 0000 #m 01597551 n 0000 | of western North America; male is black and yellow and orange-red
-01598074 05 n 03 summer_tanager 0 summer_redbird 0 Piranga_rubra 0 002 @ 01597336 n 0000 #m 01597551 n 0000 | of middle and southern United States; male is deep rose-red the female mostly yellow
-01598271 05 n 02 hepatic_tanager 0 Piranga_flava_hepatica 0 002 @ 01597336 n 0000 #m 01597551 n 0000 | common tanager of southwestern United States and Mexico
-01598432 05 n 02 Laniidae 0 family_Laniidae 0 005 @ 01504437 n 0000 #m 01524885 n 0000 %m 01598588 n 0000 %m 01598820 n 0000 %m 01599919 n 0000 | shrikes
-01598588 05 n 01 shrike 0 006 @ 01525720 n 0000 #m 01598432 n 0000 ~ 01598988 n 0000 ~ 01599556 n 0000 ~ 01599741 n 0000 ~ 01600085 n 0000 | any of numerous Old World birds having a strong hooked bill that feed on smaller animals
-01598820 05 n 02 Lanius 0 genus_Lanius 0 004 @ 01507175 n 0000 #m 01598432 n 0000 %m 01598988 n 0000 %m 01599556 n 0000 | type genus of the Laniidae: typical shrikes
-01598988 05 n 01 butcherbird 1 005 @ 01598588 n 0000 #m 01598820 n 0000 ~ 01599159 n 0000 ~ 01599269 n 0000 ~ 01599388 n 0000 | shrikes that impale their prey on thorns
-01599159 05 n 02 European_shrike 0 Lanius_excubitor 0 001 @ 01598988 n 0000 | a common European butcherbird
-01599269 05 n 02 northern_shrike 0 Lanius_borealis 0 001 @ 01598988 n 0000 | a butcherbird of northern North America
-01599388 05 n 02 white-rumped_shrike 0 Lanius_ludovicianus_excubitorides 0 001 @ 01598988 n 0000 | a butcherbird of western North America; grey with white underparts
-01599556 05 n 02 loggerhead_shrike 0 Lanius_lucovicianus 0 002 @ 01598588 n 0000 #m 01598820 n 0000 | a common shrike of southeastern United States having black bands around the eyes
-01599741 05 n 02 migrant_shrike 0 Lanius_ludovicianus_migrans 0 001 @ 01598588 n 0000 | a shrike of central North America; winters in Texas and the southern Mississippi valley
-01599919 05 n 02 Malaconotinae 0 subfamily_Malaconotinae 0 004 @ 01504437 n 0000 #m 01598432 n 0000 %m 01600085 n 0000 %m 01600197 n 0000 | an African bush shrikes
-01600085 05 n 01 bush_shrike 0 003 @ 01598588 n 0000 #m 01599919 n 0000 ~ 01600341 n 0000 | an African shrike
-01600197 05 n 02 Chlorophoneus 0 genus_Chlorophoneus 0 003 @ 01507175 n 0000 #m 01599919 n 0000 %m 01600341 n 0000 | a genus of Malaconotinae
-01600341 05 n 02 black-fronted_bush_shrike 0 Chlorophoneus_nigrifrons 0 002 @ 01600085 n 0000 #m 01600197 n 0000 | a kind of bush shrike
-01600480 05 n 02 Ptilonorhynchidae 0 family_Ptilonorhynchidae 0 005 @ 01504437 n 0000 #m 01524885 n 0000 %m 01600657 n 0000 %m 01600909 n 0000 %m 01601268 n 0000 | bowerbirds
-01600657 05 n 02 bowerbird 0 catbird 2 004 @ 01525720 n 0000 #m 01600480 n 0000 ~ 01601068 n 0000 ~ 01601410 n 0000 | any of various birds of the Australian region whose males build ornamented structures resembling bowers in order to attract females
-01600909 05 n 02 Ptilonorhynchus 0 genus_Ptilonorhynchus 0 003 @ 01507175 n 0000 #m 01600480 n 0000 %m 01601068 n 0000 | type genus of the Ptilonorhynchidae
-01601068 05 n 03 satin_bowerbird 0 satin_bird 0 Ptilonorhynchus_violaceus 0 002 @ 01600657 n 0000 #m 01600909 n 0000 | of southeast Australia; male is glossy violet blue; female is light grey-green
-01601268 05 n 02 Chlamydera 0 genus_Chlamydera 0 003 @ 01507175 n 0000 #m 01600480 n 0000 %m 01601410 n 0000 | a genus of Ptilonorhynchidae
-01601410 05 n 02 great_bowerbird 0 Chlamydera_nuchalis 0 002 @ 01600657 n 0000 #m 01601268 n 0000 | large bowerbird of northern Australia
-01601550 05 n 02 Cinclidae 0 family_Cinclidae 0 004 @ 01504437 n 0000 #m 01524885 n 0000 %m 01601694 n 0000 %m 01601919 n 0000 | water ouzels
-01601694 05 n 02 water_ouzel 0 dipper 2 004 @ 01525720 n 0000 #m 01601550 n 0000 ~ 01602080 n 0000 ~ 01602209 n 0000 | small stocky diving bird without webbed feet; frequents fast-flowing streams and feeds along the bottom
-01601919 05 n 02 Cinclus 0 genus_Cinclus 0 004 @ 01507175 n 0000 #m 01601550 n 0000 %m 01602080 n 0000 %m 01602209 n 0000 | type genus of the family Cinclidae
-01602080 05 n 02 European_water_ouzel 0 Cinclus_aquaticus 0 002 @ 01601694 n 0000 #m 01601919 n 0000 | a water ouzel of Europe
-01602209 05 n 02 American_water_ouzel 0 Cinclus_mexicanus 0 002 @ 01601694 n 0000 #m 01601919 n 0000 | a water ouzel of western North America
-01602353 05 n 02 Vireonidae 0 family_Vireonidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01602506 n 0000 | small insectivorous American songbirds
-01602506 05 n 01 genus_Vireo 0 003 @ 01507175 n 0000 #m 01602353 n 0000 %m 01602630 n 0000 | type genus of the Vireonidae
-01602630 05 n 01 vireo 0 005 @ 01525720 n 0000 #m 01602506 n 0000 ~ 01602832 n 0000 ~ 01603000 n 0000 ~ 01603152 n 0000 | any of various small insectivorous American birds chiefly olive-grey in color
-01602832 05 n 02 red-eyed_vireo 0 Vireo_olivaceous 0 001 @ 01602630 n 0000 | of northern North America having red irises and an olive-grey body with white underparts
-01603000 05 n 02 solitary_vireo 0 Vireo_solitarius 0 001 @ 01602630 n 0000 | of eastern North America having a bluish-grey head and mostly green body
-01603152 05 n 02 blue-headed_vireo 0 Vireo_solitarius_solitarius 0 001 @ 01602630 n 0000 | common vireo of northeastern North America with bluish slaty-grey head
-01603316 05 n 02 Bombycillidae 0 family_Bombycillidae 0 003 @ 01504437 n 0000 #m 01524885 n 0000 %m 01603478 n 0000 | a family of birds of the suborder Oscines
-01603478 05 n 02 Bombycilla 0 genus_bombycilla 0 003 @ 01507175 n 0000 #m 01603316 n 0000 %m 01603600 n 0000 | waxwings
-01603600 05 n 01 waxwing 0 004 @ 01525720 n 0000 #m 01603478 n 0000 ~ 01603812 n 0000 ~ 01603953 n 0000 | brown velvety-plumaged songbirds of the northern hemisphere having crested heads and red waxy wing tips
-01603812 05 n 03 cedar_waxwing 0 cedarbird 0 Bombycilla_cedrorun 0 001 @ 01603600 n 0000 | widely distributed over temperate North America
-01603953 05 n 02 Bohemian_waxwing 0 Bombycilla_garrulus 0 001 @ 01603600 n 0000 | large waxwing of northern North America; similar to but larger than the cedar waxwing
-01604123 05 n 02 Raptores 0 order_Raptores 0 002 @ 01342529 n 0000 #m 01502262 n 0000 | term used in former classifications; erroneously grouped together birds of the orders Falconiformes and Strigiformes
-01604330 05 n 03 bird_of_prey 0 raptor 0 raptorial_bird 0 009 @ 01503061 n 0000 + 00084022 a 0203 + 02836314 a 0201 ~ 01604968 n 0000 ~ 01605630 n 0000 ~ 01613294 n 0000 ~ 01616318 n 0000 ~ 01618503 n 0000 ~ 01621127 n 0000 | any of numerous carnivorous birds that hunt and kill other animals
-01604625 05 n 02 Falconiformes 0 order_Falconiformes 0 007 @ 01342529 n 0000 #m 01502262 n 0000 %m 01605119 n 0000 %m 01610758 n 0000 %m 01615825 n 0000 %m 01618220 n 0000 %m 01618671 n 0000 | chiefly diurnal carnivorous birds having hooked beaks and long talons with opposable hind toe: falcons; hawks; eagles; ospreys; caracaras; vultures
-01604968 05 n 02 Accipitriformes 0 order_Accipitriformes 0 001 @ 01604330 n 0000 | in some classifications an alternative name for the Falconiformes
-01605119 05 n 02 Accipitridae 0 family_Accipitridae 0 021 @ 01504437 n 0000 #m 01604625 n 0000 %m 01605630 n 0000 %m 01606335 n 0000 %m 01607103 n 0000 %m 01608086 n 0000 %m 01608432 n 0000 %m 01608685 n 0000 %m 01608934 n 0000 %m 01609236 n 0000 %m 01609549 n 0000 %m 01610426 n 0000 %m 01613294 n 0000 %m 01613909 n 0000 %m 01614195 n 0000 %m 01614769 n 0000 %m 01616764 n 0000 %m 01616970 n 0000 %m 01617289 n 0000 %m 01617633 n 0000 %m 01617949 n 0000 | hawks; Old World vultures; kites; harriers; eagles
-01605630 05 n 01 hawk 0 020 @ 01604330 n 0000 #m 01605119 n 0000 + 01145612 v 0101 ~ 01606097 n 0000 ~ 01606177 n 0000 ~ 01606522 n 0000 ~ 01606672 n 0000 ~ 01606809 n 0000 ~ 01606978 n 0000 ~ 01607309 n 0000 ~ 01607429 n 0000 ~ 01607600 n 0000 ~ 01607812 n 0000 ~ 01607962 n 0000 ~ 01608265 n 0000 ~ 01608432 n 0000 ~ 01609751 n 0000 ~ 01610552 n 0000 ~ 01610955 n 0000 ~ 01616086 n 0000 | diurnal bird of prey typically having short rounded wings and a long tail
-01606097 05 n 01 eyas 0 001 @ 01605630 n 0000 | an unfledged or nestling hawk
-01606177 05 n 03 tiercel 0 tercel 0 tercelet 0 003 @ 01605630 n 0000 + 01606177 n 0302 + 01606177 n 0203 | male hawk especially male peregrine or gyrfalcon
-01606335 05 n 02 Accipiter 0 genus_Accipiter 0 005 @ 01507175 n 0000 #m 01605119 n 0000 %m 01606522 n 0000 %m 01606672 n 0000 %m 01606809 n 0000 | type genus of the family Accipitridae
-01606522 05 n 02 goshawk 0 Accipiter_gentilis 0 002 @ 01605630 n 0000 #m 01606335 n 0000 | large hawk of Eurasia and North America used in falconry
-01606672 05 n 02 sparrow_hawk 2 Accipiter_nisus 0 002 @ 01605630 n 0000 #m 01606335 n 0000 | small hawk of Eurasia and northern Africa
-01606809 05 n 03 Cooper's_hawk 0 blue_darter 0 Accipiter_cooperii 0 002 @ 01605630 n 0000 #m 01606335 n 0000 | bluish-grey North American hawk having a darting flight
-01606978 05 n 02 chicken_hawk 0 hen_hawk 0 001 @ 01605630 n 0000 | nontechnical term for any hawks said to prey on poultry
-01607103 05 n 02 Buteo 0 genus_Buteo 0 007 @ 01507175 n 0000 #m 01605119 n 0000 %m 01607309 n 0000 %m 01607429 n 0000 %m 01607600 n 0000 %m 01607812 n 0000 %m 01607962 n 0000 | broad-winged soaring hawks
-01607309 05 n 01 buteonine 0 003 @ 01605630 n 0000 #m 01607103 n 0000 + 02672219 a 0101 | any hawk of the genus Buteo
-01607429 05 n 03 redtail 1 red-tailed_hawk 0 Buteo_jamaicensis 0 002 @ 01605630 n 0000 #m 01607103 n 0000 | dark brown American hawk species having a reddish-brown tail
-01607600 05 n 03 rough-legged_hawk 0 roughleg 0 Buteo_lagopus 0 002 @ 01605630 n 0000 #m 01607103 n 0000 | large hawk of the northern hemisphere that feeds chiefly on small rodents and is beneficial to farmers
-01607812 05 n 02 red-shouldered_hawk 0 Buteo_lineatus 0 002 @ 01605630 n 0000 #m 01607103 n 0000 | North American hawk with reddish brown shoulders
-01607962 05 n 02 buzzard 2 Buteo_buteo 0 002 @ 01605630 n 0000 #m 01607103 n 0000 | the common European short-winged hawk
-01608086 05 n 02 Pernis 0 genus_Pernis 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01608265 n 0000 | a common European bird of prey; dull brown with white-streaked underparts
-01608265 05 n 02 honey_buzzard 0 Pernis_apivorus 0 002 @ 01605630 n 0000 #m 01608086 n 0000 | Old World hawk that feeds on bee larvae and small rodents and reptiles
-01608432 05 n 01 kite 0 005 @ 01605630 n 0000 #m 01605119 n 0000 ~ 01608814 n 0000 ~ 01609062 n 0000 ~ 01609391 n 0000 | any of several small graceful hawks of the family Accipitridae having long pointed wings and feeding on insects and small animals
-01608685 05 n 02 Milvus 0 genus-Milvus 0 002 @ 01507175 n 0000 #m 01605119 n 0000 | a genus including the common European kits
-01608814 05 n 02 black_kite 0 Milvus_migrans 0 001 @ 01608432 n 0000 | dark Old World kite feeding chiefly on carrion
-01608934 05 n 02 Elanoides 0 genus_Elanoides 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01609062 n 0000 | a genus of kites
-01609062 05 n 03 swallow-tailed_kite 0 swallow-tailed_hawk 0 Elanoides_forficatus 0 002 @ 01608432 n 0000 #m 01608934 n 0000 | graceful North American black-and-white kite
-01609236 05 n 02 Elanus 0 genus_Elanus 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01609391 n 0000 | a genus of small kites of both Old and New Worlds
-01609391 05 n 02 white-tailed_kite 0 Elanus_leucurus 0 002 @ 01608432 n 0000 #m 01609236 n 0000 | grey-and-white American kite of warm and tropical regions
-01609549 05 n 02 Circus 0 genus_Circus 0 006 @ 01507175 n 0000 #m 01605119 n 0000 %m 01609751 n 0000 %m 01609956 n 0000 %m 01610100 n 0000 %m 01610226 n 0000 | a genus of haws comprising the harriers
-01609751 05 n 01 harrier 0 005 @ 01605630 n 0000 #m 01609549 n 0000 ~ 01609956 n 0000 ~ 01610100 n 0000 ~ 01610226 n 0000 | hawks that hunt over meadows and marshes and prey on small terrestrial animals
-01609956 05 n 02 marsh_harrier 0 Circus_Aeruginosus 0 002 @ 01609751 n 0000 #m 01609549 n 0000 | Old World harrier frequenting marshy regions
-01610100 05 n 02 Montagu's_harrier 0 Circus_pygargus 0 002 @ 01609751 n 0000 #m 01609549 n 0000 | brownish European harrier
-01610226 05 n 04 marsh_hawk 0 northern_harrier 0 hen_harrier 0 Circus_cyaneus 0 002 @ 01609751 n 0000 #m 01609549 n 0000 | common harrier of North America and Europe; nests in marshes and open land
-01610426 05 n 02 Circaetus 0 genus_Circaetus 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01610552 n 0000 | harrier eagles
-01610552 05 n 02 harrier_eagle 0 short-toed_eagle 0 002 @ 01605630 n 0000 #m 01610426 n 0000 | any of numerous large Old World hawks intermediate in some respects between typical hawks and typical eagles
-01610758 05 n 02 Falconidae 0 family_Falconidae 0 005 @ 01504437 n 0000 #m 01604625 n 0000 %m 01610955 n 0000 %m 01611252 n 0000 %m 01612803 n 0000 | a family of birds of the order Falconiformes
-01610955 05 n 01 falcon 0 010 @ 01605630 n 0000 #m 01610758 n 0000 + 01145766 v 0101 ~ 01611472 n 0000 ~ 01611800 n 0000 ~ 01611969 n 0000 ~ 01612122 n 0000 ~ 01612275 n 0000 ~ 01612476 n 0000 ~ 01612628 n 0000 | diurnal birds of prey having long pointed powerful wings adapted for swift flight
-01611252 05 n 02 Falco 0 genus_Falco 0 008 @ 01507175 n 0000 #m 01610758 n 0000 %m 01611472 n 0000 %m 01611800 n 0000 %m 01611969 n 0000 %m 01612122 n 0000 %m 01612275 n 0000 %m 01612476 n 0000 | a genus of Falconidae
-01611472 05 n 03 peregrine 0 peregrine_falcon 0 Falco_peregrinus 0 004 @ 01610955 n 0000 #m 01611252 n 0000 + 02128084 a 0103 ~ 01611674 n 0000 | a widely distributed falcon formerly used in falconry
-01611674 05 n 02 falcon-gentle 0 falcon-gentil 0 001 @ 01611472 n 0000 | female falcon especially a female peregrine falcon
-01611800 05 n 03 gyrfalcon 0 gerfalcon 0 Falco_rusticolus 0 002 @ 01610955 n 0000 #m 01611252 n 0000 | large and rare Arctic falcon having white and dark color phases
-01611969 05 n 02 kestrel 1 Falco_tinnunculus 0 002 @ 01610955 n 0000 #m 01611252 n 0000 | small Old World falcon that hovers in the air against a wind
-01612122 05 n 04 sparrow_hawk 1 American_kestrel 0 kestrel 2 Falco_sparverius 0 002 @ 01610955 n 0000 #m 01611252 n 0000 | small North American falcon
-01612275 05 n 03 pigeon_hawk 0 merlin 0 Falco_columbarius 0 002 @ 01610955 n 0000 #m 01611252 n 0000 | small falcon of Europe and America having dark plumage with black-barred tail; used in falconry
-01612476 05 n 02 hobby 0 Falco_subbuteo 0 002 @ 01610955 n 0000 #m 01611252 n 0000 | small Old World falcon formerly trained and flown at small birds
-01612628 05 n 01 caracara 0 003 @ 01610955 n 0000 ~ 01612955 n 0000 ~ 01613177 n 0000 | any of various long-legged carrion-eating hawks of South America and Central America
-01612803 05 n 02 Polyborus 0 genus_Polyborus 0 004 @ 01507175 n 0000 #m 01610758 n 0000 %m 01612955 n 0000 %m 01613177 n 0000 | a genus of Falconidae
-01612955 05 n 02 Audubon's_caracara 0 Polyborus_cheriway_audubonii 0 002 @ 01612628 n 0000 #m 01612803 n 0000 | widespread from southern United States to Central America; rusty black with black-and-white breast and tail
-01613177 05 n 02 carancha 0 Polyborus_plancus 0 002 @ 01612628 n 0000 #m 01612803 n 0000 | South American caracara
-01613294 05 n 02 eagle 0 bird_of_Jove 0 009 @ 01604330 n 0000 #m 01605119 n 0000 + 01613807 n 0101 ~ 01613807 n 0000 ~ 01614038 n 0000 ~ 01614343 n 0000 ~ 01614556 n 0000 ~ 01614925 n 0000 ~ 01615121 n 0000 | any of various large keen-sighted diurnal birds of prey noted for their broad wings and strong soaring flight
-01613615 05 n 01 young_bird 0 007 @ 01321579 n 0000 #m 01502262 n 0000 ~ 01504179 n 0000 ~ 01504344 n 0000 ~ 01613807 n 0000 ~ 01792042 n 0000 ~ 01858906 n 0000 | a bird that is still young
-01613807 05 n 01 eaglet 0 003 @ 01613294 n 0000 @ 01613615 n 0000 + 01613294 n 0101 | a young eagle
-01613909 05 n 02 Harpia 0 genus_Harpia 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01614038 n 0000 | a genus of Accipitridae
-01614038 05 n 03 harpy 1 harpy_eagle 0 Harpia_harpyja 0 002 @ 01613294 n 0000 #m 01613909 n 0000 | large black-and-white crested eagle of tropical America
-01614195 05 n 02 Aquila 0 genus_Aquila 0 004 @ 01507175 n 0000 #m 01605119 n 0000 %m 01614343 n 0000 %m 01614556 n 0000 | a genus of Accipitridae
-01614343 05 n 02 golden_eagle 0 Aquila_chrysaetos 0 003 @ 01613294 n 0000 #m 01614195 n 0000 ~ 01614690 n 0000 | large eagle of mountainous regions of the northern hemisphere having a golden-brown head and neck
-01614556 05 n 02 tawny_eagle 0 Aquila_rapax 0 002 @ 01613294 n 0000 #m 01614195 n 0000 | brownish eagle of Africa and parts of Asia
-01614690 05 n 01 ringtail 1 001 @ 01614343 n 0000 | an immature golden eagle
-01614769 05 n 02 Haliaeetus 0 genus_Haliaeetus 0 004 @ 01507175 n 0000 #m 01605119 n 0000 %m 01614925 n 0000 %m 01615121 n 0000 | a genus of Accipitridae
-01614925 05 n 03 bald_eagle 0 American_eagle 0 Haliaeetus_leucocephalus 0 002 @ 01613294 n 0000 #m 01614769 n 0000 | a large eagle of North America that has a white head and dark wings and body
-01615121 05 n 01 sea_eagle 1 005 @ 01613294 n 0000 #m 01614769 n 0000 ~ 01615303 n 0000 ~ 01615458 n 0000 ~ 01615703 n 0000 | any of various large eagles that usually feed on fish
-01615303 05 n 03 Kamchatkan_sea_eagle 0 Stellar's_sea_eagle 0 Haliaeetus_pelagicus 0 001 @ 01615121 n 0000 | found on coasts of the northwestern Pacific
-01615458 05 n 07 ern 0 erne 0 grey_sea_eagle 0 gray_sea_eagle 0 European_sea_eagle 0 white-tailed_sea_eagle 0 Haliatus_albicilla 0 001 @ 01615121 n 0000 | bulky greyish-brown eagle with a short wedge-shaped white tail; of Europe and Greenland
-01615703 05 n 02 fishing_eagle 0 Haliaeetus_leucorhyphus 0 001 @ 01615121 n 0000 | of southeast Europe and central Asia
-01615825 05 n 02 Pandionidae 0 family_Pandionidae 0 003 @ 01504437 n 0000 #m 01604625 n 0000 %m 01615949 n 0000 | ospreys
-01615949 05 n 02 Pandion 0 genus_Pandion 0 003 @ 01507175 n 0000 #m 01615825 n 0000 %m 01616086 n 0000 | type genus of the Pandionidae
-01616086 05 n 05 osprey 0 fish_hawk 0 fish_eagle 0 sea_eagle 2 Pandion_haliaetus 0 002 @ 01605630 n 0000 #m 01615949 n 0000 | large harmless hawk found worldwide that feeds on fish and builds a bulky nest often occupied for years
-01616318 05 n 01 vulture 0 005 @ 01604330 n 0000 + 00084022 a 0106 ~ 01616551 n 0000 ~ 01616764 n 0000 ~ 01618922 n 0000 | any of various large diurnal birds of prey having naked heads and weak claws and feeding chiefly on carrion
-01616551 05 n 02 Aegypiidae 0 family_Aegypiidae 0 001 @ 01616318 n 0000 | in some classifications considered the family comprising the Old World vultures which are more often included in the family Accipitridae
-01616764 05 n 01 Old_World_vulture 0 006 @ 01616318 n 0000 #m 01605119 n 0000 ~ 01617095 n 0000 ~ 01617443 n 0000 ~ 01617766 n 0000 ~ 01618082 n 0000 | any of several large vultures of Africa and Eurasia
-01616970 05 n 02 Gyps 0 genus_Gyps 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01617095 n 0000 | a genus of Accipitridae
-01617095 05 n 03 griffon_vulture 0 griffon 3 Gyps_fulvus 0 002 @ 01616764 n 0000 #m 01616970 n 0000 | large vulture of southern Europe and northern Africa having pale plumage with black wings
-01617289 05 n 02 Gypaetus 0 genus_Gypaetus 0 002 @ 01507175 n 0000 #m 01605119 n 0000 | in some classifications the type genus of the family Aegypiidae
-01617443 05 n 04 bearded_vulture 0 lammergeier 0 lammergeyer 0 Gypaetus_barbatus 0 001 @ 01616764 n 0000 | the largest Eurasian bird of prey; having black feathers hanging around the bill
-01617633 05 n 02 Neophron 0 genus_Neophron 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01617766 n 0000 | a genus of Accipitridae
-01617766 05 n 03 Egyptian_vulture 0 Pharaoh's_chicken 0 Neophron_percnopterus 0 002 @ 01616764 n 0000 #m 01617633 n 0000 | small mostly white vulture of Africa and southern Eurasia
-01617949 05 n 02 Aegypius 0 genus_Aegypius 0 003 @ 01507175 n 0000 #m 01605119 n 0000 %m 01618082 n 0000 | a genus of Accipitridae
-01618082 05 n 02 black_vulture 1 Aegypius_monachus 0 002 @ 01616764 n 0000 #m 01617949 n 0000 | of southern Eurasia and northern Africa
-01618220 05 n 02 Sagittariidae 0 family_Sagittariidae 0 003 @ 01504437 n 0000 #m 01604625 n 0000 %m 01618356 n 0000 | secretary birds
-01618356 05 n 02 Sagittarius 0 genus_Sagittarius 0 003 @ 01507175 n 0000 #m 01618220 n 0000 %m 01618503 n 0000 | type genus of the Sagittariidae
-01618503 05 n 02 secretary_bird 0 Sagittarius_serpentarius 0 002 @ 01604330 n 0000 #m 01618356 n 0000 | large long-legged African bird of prey that feeds on reptiles
-01618671 05 n 02 Cathartidae 0 family_Cathartidae 0 008 @ 01504437 n 0000 #m 01604625 n 0000 %m 01618922 n 0000 %m 01619152 n 0000 %m 01619675 n 0000 %m 01620003 n 0000 %m 01620282 n 0000 %m 01620575 n 0000 | condors; turkey buzzards; king vultures
-01618922 05 n 02 New_World_vulture 0 cathartid 0 006 @ 01616318 n 0000 #m 01618671 n 0000 ~ 01619310 n 0000 ~ 01619536 n 0000 ~ 01620414 n 0000 ~ 01620735 n 0000 | large birds of prey superficially similar to Old World vultures
-01619152 05 n 02 Cathartes 0 genus_Cathartes 0 003 @ 01507175 n 0000 #m 01618671 n 0000 %m 01619310 n 0000 | type genus of the Cathartidae: turkey vultures
-01619310 05 n 04 buzzard 1 turkey_buzzard 0 turkey_vulture 0 Cathartes_aura 0 002 @ 01618922 n 0000 #m 01619152 n 0000 | a New World vulture that is common in South America and Central America and the southern United States
-01619536 05 n 01 condor 0 003 @ 01618922 n 0000 ~ 01619835 n 0000 ~ 01620135 n 0000 | the largest flying birds in the western hemisphere
-01619675 05 n 02 Vultur 0 genus_Vultur 0 003 @ 01507175 n 0000 #m 01618671 n 0000 %m 01619835 n 0000 | a bird that is usually restricted to the Andean condor
-01619835 05 n 02 Andean_condor 0 Vultur_gryphus 0 002 @ 01619536 n 0000 #m 01619675 n 0000 | large vulture of the high Andes having black plumage and white neck ruff
-01620003 05 n 02 Gymnogyps 0 genus_Gymnogyps 0 002 @ 01507175 n 0000 #m 01618671 n 0000 | containing solely the California condor
-01620135 05 n 02 California_condor 0 Gymnogyps_californianus 0 001 @ 01619536 n 0000 | North American condor; chiefly dull black; almost extinct
-01620282 05 n 02 Coragyps 0 genus_Coragyps 0 003 @ 01507175 n 0000 #m 01618671 n 0000 %m 01620414 n 0000 | a genus of Cathartidae
-01620414 05 n 03 black_vulture 2 carrion_crow 0 Coragyps_atratus 0 002 @ 01618922 n 0000 #m 01620282 n 0000 | American vulture smaller than the turkey buzzard
-01620575 05 n 02 Sarcorhamphus 0 genus_Sarcorhamphus 0 003 @ 01507175 n 0000 #m 01618671 n 0000 %m 01620735 n 0000 | usually containing only the king vulture
-01620735 05 n 02 king_vulture 0 Sarcorhamphus_papa 0 002 @ 01618922 n 0000 #m 01620575 n 0000 | large black-and-white vulture of South America and Central America; have colorful wattles and wartlike protuberances on head and neck
-01620967 05 n 02 Strigiformes 0 order_Strigiformes 0 005 @ 01342529 n 0000 #m 01502262 n 0000 %m 01621127 n 0000 %m 01621714 n 0000 %m 01625275 n 0000 | owls
-01621127 05 n 04 owl 0 bird_of_Minerva 0 bird_of_night 0 hooter 0 019 @ 01604330 n 0000 #m 01620967 n 0000 + 01621635 n 0101 ~ 01621635 n 0000 ~ 01622120 n 0000 ~ 01622352 n 0000 ~ 01622779 n 0000 ~ 01622959 n 0000 ~ 01623110 n 0000 ~ 01623425 n 0000 ~ 01623615 n 0000 ~ 01623706 n 0000 ~ 01623880 n 0000 ~ 01624305 n 0000 ~ 01624537 n 0000 ~ 01624833 n 0000 ~ 01625121 n 0000 ~ 01625562 n 0000 + 01053221 v 0401 | nocturnal bird of prey with hawk-like beak and claws and large head with front-facing eyes
-01621635 05 n 01 owlet 0 002 @ 01621127 n 0000 + 01621127 n 0101 | young owl
-01621714 05 n 02 Strigidae 0 family_Strigidae 0 009 @ 01504437 n 0000 #m 01620967 n 0000 %m 01621994 n 0000 %m 01622230 n 0000 %m 01622596 n 0000 %m 01623284 n 0000 %m 01624406 n 0000 %m 01624707 n 0000 %m 01624987 n 0000 | a family of nocturnal birds of the order Strigiformes
-01621994 05 n 02 Athene 0 genus_Athene 0 003 @ 01507175 n 0000 #m 01621714 n 0000 %m 01622120 n 0000 | a genus of Strigidae
-01622120 05 n 02 little_owl 0 Athene_noctua 0 002 @ 01621127 n 0000 #m 01621994 n 0000 | small European owl
-01622230 05 n 02 Bubo 0 genus_Bubo 0 003 @ 01507175 n 0000 #m 01621714 n 0000 %m 01622352 n 0000 | a genus of Strigidae
-01622352 05 n 01 horned_owl 0 003 @ 01621127 n 0000 #m 01622230 n 0000 ~ 01622483 n 0000 | large owls having prominent ear tufts
-01622483 05 n 02 great_horned_owl 0 Bubo_virginianus 0 001 @ 01622352 n 0000 | brown North American horned owl
-01622596 05 n 02 Strix 0 genus_Strix 0 006 @ 01507175 n 0000 #m 01621714 n 0000 %m 01622779 n 0000 %m 01622959 n 0000 %m 01623110 n 0000 %m 01623880 n 0000 | owls lacking ear tufts
-01622779 05 n 03 great_grey_owl 0 great_gray_owl 0 Strix_nebulosa 0 002 @ 01621127 n 0000 #m 01622596 n 0000 | large dish-faced owl of northern North America and western Eurasia
-01622959 05 n 02 tawny_owl 0 Strix_aluco 0 002 @ 01621127 n 0000 #m 01622596 n 0000 | reddish-brown European owl having a round head with black eyes
-01623110 05 n 02 barred_owl 0 Strix_varia 0 002 @ 01621127 n 0000 #m 01622596 n 0000 | large owl of eastern North America having its breast and abdomen streaked with brown
-01623284 05 n 02 Otus 0 genus_Otus 0 004 @ 01507175 n 0000 #m 01621714 n 0000 %m 01623425 n 0000 %m 01623706 n 0000 | a genus of Strigidae
-01623425 05 n 02 screech_owl 1 Otus_asio 0 002 @ 01621127 n 0000 #m 01623284 n 0000 | small North American owl having hornlike tufts of feathers whose call sounds like a quavering whistle
-01623615 05 n 01 screech_owl 2 001 @ 01621127 n 0000 | any owl that has a screeching cry
-01623706 05 n 01 scops_owl 0 004 @ 01621127 n 0000 #m 01623284 n 0000 ~ 01624115 n 0000 ~ 01624212 n 0000 | any of several small owls having ear tufts and a whistling call
-01623880 05 n 02 spotted_owl 0 Strix_occidentalis 0 002 @ 01621127 n 0000 #m 01622596 n 0000 | a large owl of North America found in forests from British Columbia to central Mexico; has dark brown plumage and a heavily spotted chest
-01624115 05 n 02 Old_World_scops_owl 0 Otus_scops 0 001 @ 01623706 n 0000 | European scops owl
-01624212 05 n 02 Oriental_scops_owl 0 Otus_sunia 0 001 @ 01623706 n 0000 | Asian scops owl
-01624305 05 n 01 hoot_owl 0 001 @ 01621127 n 0000 | any owl that hoots as distinct from screeching
-01624406 05 n 02 Surnia 0 genus_Surnia 0 003 @ 01507175 n 0000 #m 01621714 n 0000 %m 01624537 n 0000 | a genus of hawk-like owls
-01624537 05 n 02 hawk_owl 0 Surnia_ulula 0 002 @ 01621127 n 0000 #m 01624406 n 0000 | grey-and-white diurnal hawk-like owl of northern parts of the northern hemisphere
-01624707 05 n 02 Asio 0 genus_Asio 0 003 @ 01507175 n 0000 #m 01621714 n 0000 %m 01624833 n 0000 | a genus of European owls
-01624833 05 n 02 long-eared_owl 0 Asio_otus 0 002 @ 01621127 n 0000 #m 01624707 n 0000 | slender European owl of coniferous forests with long ear tufts
-01624987 05 n 02 Sceloglaux 0 genus_Sceloglaux 0 003 @ 01507175 n 0000 #m 01621714 n 0000 %m 01625121 n 0000 | a genus of Strigidae
-01625121 05 n 03 laughing_owl 0 laughing_jackass 2 Sceloglaux_albifacies 0 002 @ 01621127 n 0000 #m 01624987 n 0000 | almost extinct owl of New Zealand
-01625275 05 n 02 Tytonidae 0 family_Tytonidae 0 003 @ 01504437 n 0000 #m 01620967 n 0000 %m 01625417 n 0000 | comprising only the barn owls
-01625417 05 n 02 Tyto 0 genus_Tyto 0 003 @ 01507175 n 0000 #m 01625275 n 0000 %m 01625562 n 0000 | type and only genus of the family Tytonidae
-01625562 05 n 02 barn_owl 0 Tyto_alba 0 002 @ 01621127 n 0000 #m 01625417 n 0000 | mottled buff and white owl often inhabiting barns and other structures; important in rodent control
-01625747 05 n 02 amphibia 0 class_Amphibia 0 012 @ 08103777 n 0000 #m 01471070 n 0000 + 02831979 a 0101 %m 01627424 n 0000 %m 01627786 n 0000 %m 01628148 n 0000 %m 01628450 n 0000 %m 01639369 n 0000 %m 01654957 n 0000 %m 01655577 n 0000 %m 01656340 n 0000 %m 02469472 n 0000 | the class of vertebrates that live on land but breed in water; frogs; toads; newts; salamanders; caecilians
-01626134 05 n 01 amphibian_family 0 022 @ 08107499 n 0000 #m 01471070 n 0000 ~ 01628885 n 0000 ~ 01631759 n 0000 ~ 01633047 n 0000 ~ 01634684 n 0000 ~ 01635659 n 0000 ~ 01638482 n 0000 ~ 01638952 n 0000 ~ 01640383 n 0000 ~ 01642671 n 0000 ~ 01644104 n 0000 ~ 01644542 n 0000 ~ 01645093 n 0000 ~ 01645634 n 0000 ~ 01647803 n 0000 ~ 01648818 n 0000 ~ 01649948 n 0000 ~ 01652583 n 0000 ~ 01653610 n 0000 ~ 01654245 n 0000 ~ 01655116 n 0000 | any family of amphibians
-01626600 05 n 01 amphibian_genus 0 042 @ 08108972 n 0000 #m 01471070 n 0000 ~ 01627786 n 0000 ~ 01628148 n 0000 ~ 01629093 n 0000 ~ 01630533 n 0000 ~ 01630795 n 0000 ~ 01631035 n 0000 ~ 01631903 n 0000 ~ 01633250 n 0000 ~ 01633578 n 0000 ~ 01633949 n 0000 ~ 01634092 n 0000 ~ 01634392 n 0000 ~ 01634891 n 0000 ~ 01635343 n 0000 ~ 01635964 n 0000 ~ 01636675 n 0000 ~ 01636984 n 0000 ~ 01637478 n 0000 ~ 01637796 n 0000 ~ 01638611 n 0000 ~ 01639071 n 0000 ~ 01640567 n 0000 ~ 01643092 n 0000 ~ 01643374 n 0000 ~ 01643687 n 0000 ~ 01644245 n 0000 ~ 01644699 n 0000 ~ 01645278 n 0000 ~ 01646134 n 0000 ~ 01648001 n 0000 ~ 01648494 n 0000 ~ 01648993 n 0000 ~ 01650509 n 0000 ~ 01651370 n 0000 ~ 01651900 n 0000 ~ 01652163 n 0000 ~ 01652850 n 0000 ~ 01653384 n 0000 ~ 01653975 n 0000 ~ 01654429 n 0000 | any genus of amphibians
-01627424 05 n 01 amphibian 0 011 @ 01471682 n 0000 #m 01625747 n 0000 + 02831979 a 0102 ~ 01627976 n 0000 ~ 01628331 n 0000 ~ 01628770 n 0000 ~ 01629276 n 0000 ~ 01639765 n 0000 ~ 01655344 n 0000 ~ 01655951 n 0000 %p 02465929 n 0000 | cold-blooded vertebrate typically living on land but breeding in water; aquatic larvae undergo metamorphosis into adult form
-01627786 05 n 02 Hynerpeton 0 genus_Hynerpeton 0 003 @ 01626600 n 0000 #m 01625747 n 0000 %m 01627976 n 0000 | earliest fossil amphibian ever found; of the Devonian; found in Pennsylvania
-01627976 05 n 01 Hynerpeton_bassetti 0 002 @ 01627424 n 0000 #m 01627786 n 0000 | fossil amphibian of the Devonian having well-developed forelimbs; found in Pennsylvania
-01628148 05 n 01 genus_Ichthyostega 0 003 @ 01626600 n 0000 #m 01625747 n 0000 %m 01628331 n 0000 | second earliest fossil amphibian ever found; of the Devonian; found in Greenland
-01628331 05 n 01 Ichyostega 0 002 @ 01627424 n 0000 #m 01628148 n 0000 | early tetrapod amphibian found in Greenland
-01628450 05 n 04 Urodella 0 order_Urodella 0 Caudata 0 order_Caudata 0 011 @ 01342529 n 0000 #m 01625747 n 0000 %m 01628770 n 0000 %m 01628885 n 0000 %m 01631759 n 0000 %m 01633047 n 0000 %m 01633949 n 0000 %m 01634684 n 0000 %m 01635659 n 0000 %m 01638482 n 0000 %m 01638952 n 0000 | salamanders; newts; congo snakes
-01628770 05 n 02 urodele 0 caudate 0 002 @ 01627424 n 0000 #m 01628450 n 0000 | amphibians that resemble lizards
-01628885 05 n 02 Salamandridae 0 family_Salamandridae 0 007 @ 01626134 n 0000 #m 01628450 n 0000 %m 01629093 n 0000 %m 01630284 n 0000 %m 01630533 n 0000 %m 01630795 n 0000 %m 01631035 n 0000 | salamanders
-01629093 05 n 02 Salamandra 0 genus_Salamandra 0 005 @ 01626600 n 0000 #m 01628885 n 0000 %m 01629819 n 0000 %m 01629962 n 0000 %m 01630148 n 0000 | type genus of the Salamandridae
-01629276 05 n 01 salamander 0 022 @ 01627424 n 0000 ~ 01629819 n 0000 ~ 01629962 n 0000 ~ 01630148 n 0000 ~ 01630284 n 0000 ~ 01632047 n 0000 ~ 01633406 n 0000 ~ 01633781 n 0000 ~ 01634227 n 0000 ~ 01634522 n 0000 ~ 01635027 n 0000 ~ 01635176 n 0000 ~ 01635480 n 0000 ~ 01636127 n 0000 ~ 01636352 n 0000 ~ 01636510 n 0000 ~ 01636829 n 0000 ~ 01637112 n 0000 ~ 01637615 n 0000 ~ 01637932 n 0000 ~ 01638722 n 0000 ~ 01639187 n 0000 | any of various typically terrestrial amphibians that resemble lizards and that return to water only to breed
-01629819 05 n 02 European_fire_salamander 0 Salamandra_salamandra 0 002 @ 01629276 n 0000 #m 01629093 n 0000 | a kind of European salamander
-01629962 05 n 03 spotted_salamander 1 fire_salamander 0 Salamandra_maculosa 0 002 @ 01629276 n 0000 #m 01629093 n 0000 | European salamander having dark skin with usually yellow spots
-01630148 05 n 02 alpine_salamander 0 Salamandra_atra 0 002 @ 01629276 n 0000 #m 01629093 n 0000 | ovoviviparous amphibian of the Alps
-01630284 05 n 02 newt 0 triton 1 006 @ 01629276 n 0000 #m 01628885 n 0000 ~ 01630670 n 0000 ~ 01630901 n 0000 ~ 01631175 n 0000 ~ 01631663 n 0000 | small usually bright-colored semiaquatic salamanders of North America and Europe and northern Asia
-01630533 05 n 02 Triturus 0 genus_Triturus 0 003 @ 01626600 n 0000 #m 01628885 n 0000 %m 01630670 n 0000 | chiefly aquatic salamanders
-01630670 05 n 02 common_newt 0 Triturus_vulgaris 0 002 @ 01630284 n 0000 #m 01630533 n 0000 | small semiaquatic salamander
-01630795 05 n 02 Notophthalmus 0 genus_Notophthalmus 0 002 @ 01626600 n 0000 #m 01628885 n 0000 | newts
-01630901 05 n 02 red_eft 0 Notophthalmus_viridescens 0 001 @ 01630284 n 0000 | red terrestrial form of a common North American newt
-01631035 05 n 02 Taricha 0 genus_Taricha 0 004 @ 01626600 n 0000 #m 01628885 n 0000 %m 01631175 n 0000 %m 01631354 n 0000 | Pacific newts
-01631175 05 n 01 Pacific_newt 0 004 @ 01630284 n 0000 #m 01631035 n 0000 ~ 01631354 n 0000 ~ 01631512 n 0000 | any of several rough-skinned newts found in western North America
-01631354 05 n 02 rough-skinned_newt 0 Taricha_granulosa 0 002 @ 01631175 n 0000 #m 01631035 n 0000 | newt of humid coast from Alaska to southern California
-01631512 05 n 02 California_newt 0 Taricha_torosa 0 001 @ 01631175 n 0000 | newt that is similar to Taricha granulosa in characteristics and habitat
-01631663 05 n 01 eft 0 001 @ 01630284 n 0000 | a newt in its terrestrial stage of development
-01631759 05 n 02 Ambystomatidae 0 family_Ambystomatidae 0 003 @ 01626134 n 0000 #m 01628450 n 0000 %m 01631903 n 0000 | New World salamanders
-01631903 05 n 02 Ambystoma 0 genus_Ambystoma 0 003 @ 01626600 n 0000 #m 01631759 n 0000 %m 01632047 n 0000 | type genus of the Ambystomatidae
-01632047 05 n 02 ambystomid 0 ambystomid_salamander 0 007 @ 01629276 n 0000 #m 01631903 n 0000 ~ 01632308 n 0000 ~ 01632458 n 0000 ~ 01632601 n 0000 ~ 01632777 n 0000 ~ 01632952 n 0000 | small to moderate-sized terrestrial or semiaquatic New World salamander
-01632308 05 n 02 mole_salamander 0 Ambystoma_talpoideum 0 001 @ 01632047 n 0000 | brownish-black burrowing salamander of southeastern United States
-01632458 05 n 02 spotted_salamander 2 Ambystoma_maculatum 0 001 @ 01632047 n 0000 | glossy black North American salamander with yellow spots
-01632601 05 n 02 tiger_salamander 0 Ambystoma_tigrinum 0 001 @ 01632047 n 0000 | widely distributed brown or black North American salamander with vertical yellowish blotches
-01632777 05 n 03 axolotl 0 mud_puppy 2 Ambystoma_mexicanum 0 001 @ 01632047 n 0000 | larval salamander of mountain lakes of Mexico that usually lives without metamorphosing
-01632952 05 n 01 waterdog 0 001 @ 01632047 n 0000 | any of several large aquatic salamanders
-01633047 05 n 02 Cryptobranchidae 0 family_Cryptobranchidae 0 004 @ 01626134 n 0000 #m 01628450 n 0000 %m 01633250 n 0000 %m 01633578 n 0000 | large aquatic salamanders: hellbenders; giant salamanders
-01633250 05 n 02 Cryptobranchus 0 genus_Cryptobranchus 0 003 @ 01626600 n 0000 #m 01633047 n 0000 %m 01633406 n 0000 | type genus of the Cryptobranchidae
-01633406 05 n 03 hellbender 0 mud_puppy 3 Cryptobranchus_alleganiensis 0 002 @ 01629276 n 0000 #m 01633250 n 0000 | large salamander of North American rivers and streams
-01633578 05 n 02 Megalobatrachus 0 genus_Megalobatrachus 0 003 @ 01626600 n 0000 #m 01633047 n 0000 %m 01633781 n 0000 | giant salamanders; in some classifications included in the genus Cryptobranchus
-01633781 05 n 02 giant_salamander 0 Megalobatrachus_maximus 0 002 @ 01629276 n 0000 #m 01633578 n 0000 | large (up to more than three feet) edible salamander of Asia
-01633949 05 n 02 Proteidae 0 family_Proteidae 0 004 @ 01626600 n 0000 #m 01628450 n 0000 %m 01634092 n 0000 %m 01634392 n 0000 | mud puppies
-01634092 05 n 02 Proteus 0 genus_Proteus 0 003 @ 01626600 n 0000 #m 01633949 n 0000 %m 01634227 n 0000 | type genus of the Proteidae
-01634227 05 n 02 olm 0 Proteus_anguinus 0 002 @ 01629276 n 0000 #m 01634092 n 0000 | European aquatic salamander with permanent external gills that lives in caves
-01634392 05 n 02 Necturus 0 genus_Necturus 0 003 @ 01626600 n 0000 #m 01633949 n 0000 %m 01634522 n 0000 | a genus of Proteidae
-01634522 05 n 02 mud_puppy 1 Necturus_maculosus 0 002 @ 01629276 n 0000 #m 01634392 n 0000 | aquatic North American salamander with red feathery external gills
-01634684 05 n 02 Dicamptodontidae 0 family_Dicamptodontidae 0 005 @ 01626134 n 0000 #m 01628450 n 0000 %m 01634891 n 0000 %m 01635027 n 0000 %m 01635343 n 0000 | large and small highly aquatic salamanders
-01634891 05 n 01 genus_Dicamptodon 0 003 @ 01626600 n 0000 #m 01634684 n 0000 %m 01635176 n 0000 | type genus of the Dicamptodontidae
-01635027 05 n 02 dicamptodon 0 dicamptodontid 0 002 @ 01629276 n 0000 #m 01634684 n 0000 | salamanders found near cold streams throughout the year
-01635176 05 n 02 Pacific_giant_salamander 0 Dicamptodon_ensatus 0 002 @ 01629276 n 0000 #m 01634891 n 0000 | large (to 7 inches) salamander of western North America
-01635343 05 n 02 Rhyacotriton 0 genus_Rhyacotriton 0 003 @ 01626600 n 0000 #m 01634684 n 0000 %m 01635480 n 0000 | olympic salamanders
-01635480 05 n 02 olympic_salamander 0 Rhyacotriton_olympicus 0 002 @ 01629276 n 0000 #m 01635343 n 0000 | small large-eyed semiaquatic salamander of the United States Northwest
-01635659 05 n 02 Plethodontidae 0 family_Plethodontidae 0 008 @ 01626134 n 0000 #m 01628450 n 0000 %m 01635964 n 0000 %m 01636127 n 0000 %m 01636675 n 0000 %m 01636984 n 0000 %m 01637478 n 0000 %m 01637796 n 0000 | small mostly terrestrial New World salamanders having neither lungs nor gills as adults
-01635964 05 n 02 Plethodon 0 genus_Plethodon 0 004 @ 01626600 n 0000 #m 01635659 n 0000 %m 01636352 n 0000 %m 01636510 n 0000 | type genus of the Plethodontidae
-01636127 05 n 02 lungless_salamander 0 plethodont 0 002 @ 01629276 n 0000 #m 01635659 n 0000 | mostly terrestrial salamanders that breathe through their thin moist skin; lay eggs in moist places on land; rarely enter water
-01636352 05 n 02 eastern_red-backed_salamander 0 Plethodon_cinereus 0 002 @ 01629276 n 0000 #m 01635964 n 0000 | common salamander of eastern North America
-01636510 05 n 02 western_red-backed_salamander 0 Plethodon_vehiculum 0 002 @ 01629276 n 0000 #m 01635964 n 0000 | salamander of the Pacific coast of North America
-01636675 05 n 02 Desmograthus 0 genus_Desmograthus 0 003 @ 01626600 n 0000 #m 01635659 n 0000 %m 01636829 n 0000 | an amphibian genus of Plethodontidae
-01636829 05 n 01 dusky_salamander 0 002 @ 01629276 n 0000 #m 01636675 n 0000 | common North American salamander mottled with dull brown or greyish-black
-01636984 05 n 02 Aneides 0 genus_Aneides 0 003 @ 01626600 n 0000 #m 01635659 n 0000 %m 01637112 n 0000 | climbing salamanders
-01637112 05 n 01 climbing_salamander 0 003 @ 01629276 n 0000 #m 01636984 n 0000 ~ 01637338 n 0000 | any of several North American salamanders adapted for climbing with well-developed limbs and long somewhat squared-off toes
-01637338 05 n 02 arboreal_salamander 0 Aneides_lugubris 0 001 @ 01637112 n 0000 | yellow-spotted brown salamander of California woodlands
-01637478 05 n 02 Batrachoseps 0 genus_Batrachoseps 0 003 @ 01626600 n 0000 #m 01635659 n 0000 %m 01637615 n 0000 | slender salamanders
-01637615 05 n 02 slender_salamander 0 worm_salamander 0 002 @ 01629276 n 0000 #m 01637478 n 0000 | any of several small slim salamanders of the Pacific coast of the United States
-01637796 05 n 02 Hydromantes 0 genus_Hydromantes 0 003 @ 01626600 n 0000 #m 01635659 n 0000 %m 01637932 n 0000 | web-toed salamanders
-01637932 05 n 01 web-toed_salamander 0 004 @ 01629276 n 0000 #m 01637796 n 0000 ~ 01638194 n 0000 ~ 01638329 n 0000 | any of several salamanders with webbed toes and very long extensile tongues; excellent climbers that move with ease over smooth rock surfaces
-01638194 05 n 02 Shasta_salamander 0 Hydromantes_shastae 0 001 @ 01637932 n 0000 | primarily a cave dweller in the Mount Shasta area
-01638329 05 n 02 limestone_salamander 0 Hydromantes_brunus 0 001 @ 01637932 n 0000 | similar to Shasta salamander; lives in cliff crevices and taluses
-01638482 05 n 02 Amphiumidae 0 family_Amphiumidae 0 003 @ 01626134 n 0000 #m 01628450 n 0000 %m 01638611 n 0000 | congo snakes
-01638611 05 n 01 genus_Amphiuma 0 003 @ 01626600 n 0000 #m 01638482 n 0000 %m 01638722 n 0000 | congo snakes
-01638722 05 n 04 amphiuma 0 congo_snake 0 congo_eel 0 blind_eel 0 002 @ 01629276 n 0000 #m 01638611 n 0000 | aquatic eel-shaped salamander having two pairs of very small feet; of still muddy waters in the southern United States
-01638952 05 n 02 Sirenidae 0 family_Sirenidae 0 003 @ 01626134 n 0000 #m 01628450 n 0000 %m 01639071 n 0000 | sirens
-01639071 05 n 01 genus_Siren 0 003 @ 01626600 n 0000 #m 01638952 n 0000 %m 01639187 n 0000 | a genus of Sirenidae
-01639187 05 n 01 siren 0 002 @ 01629276 n 0000 #m 01639071 n 0000 | eellike aquatic North American salamander with small forelimbs and no hind limbs; have permanent external gills
-01639369 05 n 06 Salientia 0 order_Salientia 0 Anura 0 order_Anura 0 Batrachia 0 order_Batrachia 0 014 @ 01342529 n 0000 #m 01625747 n 0000 + 02631238 a 0103 %m 01640383 n 0000 %m 01642671 n 0000 %m 01644104 n 0000 %m 01644542 n 0000 %m 01645093 n 0000 %m 01645634 n 0000 %m 01647803 n 0000 %m 01648818 n 0000 %m 01649948 n 0000 %m 01652583 n 0000 %m 01653610 n 0000 | frogs, toads, tree toads
-01639765 05 n 06 frog 0 toad 0 toad_frog 0 anuran 0 batrachian 0 salientian 0 023 @ 01627424 n 0000 + 02631238 a 0502 + 02631238 a 0401 + 01382818 v 0101 ~ 01640846 n 0000 ~ 01642943 n 0000 ~ 01643255 n 0000 ~ 01643507 n 0000 ~ 01643896 n 0000 ~ 01644373 n 0000 ~ 01644900 n 0000 ~ 01645466 n 0000 ~ 01645776 n 0000 ~ 01648139 n 0000 ~ 01648356 n 0000 ~ 01648620 n 0000 ~ 01649170 n 0000 ~ 01650167 n 0000 ~ 01653026 n 0000 ~ 01653223 n 0000 ~ 01653509 n 0000 ~ 01653773 n 0000 ~ 01654863 n 0000 | any of various tailless stout-bodied amphibians with long hind limbs for leaping; semiaquatic and terrestrial species
-01640383 05 n 02 Ranidae 0 family_Ranidae 0 004 @ 01626134 n 0000 #m 01639369 n 0000 %m 01640567 n 0000 %m 01640846 n 0000 | a family nearly cosmopolitan in distribution: true frogs
-01640567 05 n 02 Rana 0 genus_Rana 0 011 @ 01626600 n 0000 #m 01640383 n 0000 %m 01641206 n 0000 %m 01641391 n 0000 %m 01641577 n 0000 %m 01641739 n 0000 %m 01641930 n 0000 %m 01642097 n 0000 %m 01642257 n 0000 %m 01642391 n 0000 %m 01642539 n 0000 | type genus of the Ranidae
-01640846 05 n 02 true_frog 0 ranid 0 012 @ 01639765 n 0000 #m 01640383 n 0000 ~ 01641206 n 0000 ~ 01641391 n 0000 ~ 01641577 n 0000 ~ 01641739 n 0000 ~ 01641930 n 0000 ~ 01642097 n 0000 ~ 01642257 n 0000 ~ 01642391 n 0000 ~ 01642539 n 0000 %p 07868684 n 0000 | insectivorous usually semiaquatic web-footed amphibian with smooth moist skin and long hind legs
-01641206 05 n 03 wood-frog 0 wood_frog 0 Rana_sylvatica 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | wide-ranging light-brown frog of moist North American woodlands especially spruce
-01641391 05 n 03 leopard_frog 0 spring_frog 1 Rana_pipiens 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | common North American green or brownish frog having white-edged dark oval spots
-01641577 05 n 02 bullfrog 0 Rana_catesbeiana 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | largest North American frog; highly aquatic with a deep-pitched voice
-01641739 05 n 03 green_frog 0 spring_frog 2 Rana_clamitans 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | similar to bullfrog; found in or near marshes and ponds; of United States and Canada
-01641930 05 n 02 cascades_frog 0 Rana_cascadae 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | mountain frog found near water; of United States Northwest to California
-01642097 05 n 02 goliath_frog 0 Rana_goliath 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | largest living frog; up to a foot and weighing up to 10 lbs; Africa
-01642257 05 n 02 pickerel_frog 0 Rana_palustris 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | a meadow frog of eastern North America
-01642391 05 n 02 tarahumara_frog 0 Rana_tarahumarae 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | Mexican frog found within a jump or two of water
-01642539 05 n 02 grass_frog 0 Rana_temporaria 0 002 @ 01640846 n 0000 #m 01640567 n 0000 | a common semiterrestrial European frog
-01642671 05 n 02 Leptodactylidae 0 family_Leptodactylidae 0 006 @ 01626134 n 0000 #m 01639369 n 0000 %m 01642943 n 0000 %m 01643092 n 0000 %m 01643374 n 0000 %m 01643687 n 0000 | New World frogs; in some classifications essentially coextensive with the family Bufonidae
-01642943 05 n 02 leptodactylid_frog 0 leptodactylid 0 002 @ 01639765 n 0000 #m 01642671 n 0000 | toothed frogs: terrestrial or aquatic or arboreal
-01643092 05 n 02 Eleutherodactylus 0 genus_Eleutherodactylus 0 003 @ 01626600 n 0000 #m 01642671 n 0000 %m 01643255 n 0000 | completely terrestrial robber frogs
-01643255 05 n 01 robber_frog 1 002 @ 01639765 n 0000 #m 01643092 n 0000 | small terrestrial frog of tropical America
-01643374 05 n 02 Hylactophryne 0 genus_Hylactophryne 0 003 @ 01626600 n 0000 #m 01642671 n 0000 %m 01643507 n 0000 | barking frogs
-01643507 05 n 03 barking_frog 0 robber_frog 2 Hylactophryne_augusti 0 002 @ 01639765 n 0000 #m 01643374 n 0000 | of southwest United States and Mexico; call is like a dog's bark
-01643687 05 n 02 Leptodactylus 0 genus_Leptodactylus 0 003 @ 01626600 n 0000 #m 01642671 n 0000 %m 01643896 n 0000 | type genus of the Leptodactylidae; in some classifications placed in the family Bufonidae
-01643896 05 n 03 crapaud 0 South_American_bullfrog 0 Leptodactylus_pentadactylus 0 002 @ 01639765 n 0000 #m 01643687 n 0000 | large toothed frog of South America and Central America resembling the bullfrog
-01644104 05 n 02 Polypedatidae 0 family_Polypedatidae 0 003 @ 01626134 n 0000 #m 01639369 n 0000 %m 01644245 n 0000 | Old World tree frogs
-01644245 05 n 02 Polypedates 0 genus_Polypedates 0 002 @ 01626600 n 0000 #m 01644104 n 0000 | type genus of the Polypedatidae
-01644373 05 n 02 tree_frog 1 tree-frog 1 001 @ 01639765 n 0000 | any of various Old World arboreal frogs distinguished from true frogs by adhesive suckers on the toes
-01644542 05 n 02 Ascaphidae 0 family_Ascaphidae 0 003 @ 01626134 n 0000 #m 01639369 n 0000 %m 01644699 n 0000 | family of one species of frog: tailed frog
-01644699 05 n 02 Ascaphus 0 genus_Ascaphus 0 003 @ 01626600 n 0000 #m 01644542 n 0000 %m 01644900 n 0000 | type genus of the Ascaphidae; in some classifications included in the family Leiopelmatidae
-01644900 05 n 05 tailed_frog 0 bell_toad 0 ribbed_toad 0 tailed_toad 0 Ascaphus_trui 0 002 @ 01639765 n 0000 #m 01644699 n 0000 | western North American frog with a taillike copulatory organ
-01645093 05 n 04 Leiopelmatidae 0 family_Leiopelmatidae 0 Liopelmidae 0 family_Liopelmidae 0 003 @ 01626134 n 0000 #m 01639369 n 0000 %m 01645278 n 0000 | primitive New Zealand frogs
-01645278 05 n 04 Leiopelma 0 genus_Leiopelma 0 Liopelma 0 genus_Liopelma 0 003 @ 01626600 n 0000 #m 01645093 n 0000 %m 01645466 n 0000 | type and sole genus of the family Leiopelmatidae
-01645466 05 n 01 Liopelma_hamiltoni 0 002 @ 01639765 n 0000 #m 01645278 n 0000 | primitive New Zealand frog with four unwebbed toes on forefeet and five on hind feet
-01645634 05 n 02 Bufonidae 0 family_Bufonidae 0 004 @ 01626134 n 0000 #m 01639369 n 0000 %m 01645776 n 0000 %m 01646134 n 0000 | true toads
-01645776 05 n 01 true_toad 0 013 @ 01639765 n 0000 #m 01645634 n 0000 ~ 01646292 n 0000 ~ 01646388 n 0000 ~ 01646555 n 0000 ~ 01646648 n 0000 ~ 01646802 n 0000 ~ 01646902 n 0000 ~ 01647033 n 0000 ~ 01647180 n 0000 ~ 01647303 n 0000 ~ 01647466 n 0000 ~ 01647640 n 0000 | tailless amphibian similar to a frog but more terrestrial and having drier warty skin
-01646134 05 n 01 genus_Bufo 0 003 @ 01626600 n 0000 #m 01645634 n 0000 %m 01646292 n 0000 | type genus of the Bufonidae; common toads of New and Old Worlds
-01646292 05 n 01 bufo 0 002 @ 01645776 n 0000 #m 01646134 n 0000 | any toad of the genus Bufo
-01646388 05 n 03 agua 0 agua_toad 0 Bufo_marinus 0 001 @ 01645776 n 0000 | largest known toad species; native to Central America; valuable destroyer of insect pests
-01646555 05 n 02 European_toad 0 Bufo_bufo 0 001 @ 01645776 n 0000 | common toad of Europe
-01646648 05 n 02 natterjack 0 Bufo_calamita 0 001 @ 01645776 n 0000 | common brownish-yellow short-legged toad of western Europe; runs rather than hops
-01646802 05 n 02 American_toad 0 Bufo_americanus 0 001 @ 01645776 n 0000 | common toad of America
-01646902 05 n 02 Eurasian_green_toad 0 Bufo_viridis 0 001 @ 01645776 n 0000 | Eurasian toad with variable chiefly green coloring
-01647033 05 n 02 American_green_toad 0 Bufo_debilis 0 001 @ 01645776 n 0000 | small green or yellow-green toad with small black bars and stripes
-01647180 05 n 02 Yosemite_toad 0 Bufo_canorus 0 001 @ 01645776 n 0000 | of high Sierra Nevada meadows and forest borders
-01647303 05 n 02 Texas_toad 0 Bufo_speciosus 0 001 @ 01645776 n 0000 | nocturnal burrowing toad of mesquite woodland and prairies of the United States southwest
-01647466 05 n 02 southwestern_toad 0 Bufo_microscaphus 0 001 @ 01645776 n 0000 | a uniformly warty stocky toad of washes and streams of semiarid southwestern United States
-01647640 05 n 02 western_toad 0 Bufo_boreas 0 001 @ 01645776 n 0000 | of a great variety of habitats from southern Alaska to Baja California west of the Rockies
-01647803 05 n 02 Discoglossidae 0 family_Discoglossidae 0 004 @ 01626134 n 0000 #m 01639369 n 0000 %m 01648001 n 0000 %m 01648494 n 0000 | family of Old World toads having a fixed disklike tongue
-01648001 05 n 02 Alytes 0 genus_Alytes 0 004 @ 01626600 n 0000 #m 01647803 n 0000 %m 01648139 n 0000 %m 01648356 n 0000 | midwife toads
-01648139 05 n 03 obstetrical_toad 0 midwife_toad 1 Alytes_obstetricans 0 002 @ 01639765 n 0000 #m 01648001 n 0000 | European toad whose male carries the fertilized eggs wrapped around its hind legs until they hatch
-01648356 05 n 02 midwife_toad 2 Alytes_cisternasi 0 002 @ 01639765 n 0000 #m 01648001 n 0000 | similar in habit to Alytes obstetricians
-01648494 05 n 02 Bombina 0 genus_Bombina 0 003 @ 01626600 n 0000 #m 01647803 n 0000 %m 01648620 n 0000 | fire-bellied toads
-01648620 05 n 02 fire-bellied_toad 0 Bombina_bombina 0 002 @ 01639765 n 0000 #m 01648494 n 0000 | toad of central and eastern Europe having red or orange patches mixed with black on its underside
-01648818 05 n 02 Pelobatidae 0 family_Pelobatidae 0 004 @ 01626134 n 0000 #m 01639369 n 0000 %m 01648993 n 0000 %m 01649170 n 0000 | the amphibian family of spadefoot toads
-01648993 05 n 02 Scaphiopus 0 genus_Scaphiopus 0 005 @ 01626600 n 0000 #m 01648818 n 0000 %m 01649412 n 0000 %m 01649556 n 0000 %m 01649726 n 0000 | New World spadefoot toads
-01649170 05 n 02 spadefoot 0 spadefoot_toad 0 005 @ 01639765 n 0000 #m 01648818 n 0000 ~ 01649412 n 0000 ~ 01649556 n 0000 ~ 01649726 n 0000 | a burrowing toad of the northern hemisphere with a horny spade-like projection on each hind foot
-01649412 05 n 02 western_spadefoot 0 Scaphiopus_hammondii 0 002 @ 01649170 n 0000 #m 01648993 n 0000 | this spadefoot toad live in California
-01649556 05 n 02 southern_spadefoot 0 Scaphiopus_multiplicatus 0 002 @ 01649170 n 0000 #m 01648993 n 0000 | this spadefoot toad lives in the southwestern United States
-01649726 05 n 02 plains_spadefoot 0 Scaphiopus_bombifrons 0 002 @ 01649170 n 0000 #m 01648993 n 0000 | this spadefoot toad lives in plains and hills and river bottoms in areas of low rainfall east of the Rocky Mountains
-01649948 05 n 02 Hylidae 0 family_Hylidae 0 007 @ 01626134 n 0000 #m 01639369 n 0000 %m 01650167 n 0000 %m 01650509 n 0000 %m 01651370 n 0000 %m 01651900 n 0000 %m 01652163 n 0000 | the amphibian family of tree frogs
-01650167 05 n 03 tree_toad 0 tree_frog 2 tree-frog 2 009 @ 01639765 n 0000 #m 01649948 n 0000 ~ 01650690 n 0000 ~ 01650901 n 0000 ~ 01651059 n 0000 ~ 01651285 n 0000 ~ 01651487 n 0000 ~ 01652026 n 0000 ~ 01652297 n 0000 | arboreal amphibians usually having adhesive disks at the tip of each toe; of southeast Asia and Australia and America
-01650509 05 n 02 Hyla 0 genus_Hyla 0 005 @ 01626600 n 0000 #m 01649948 n 0000 %m 01650690 n 0000 %m 01650901 n 0000 %m 01651059 n 0000 | the type genus of the Hylidae; tree toads
-01650690 05 n 02 spring_peeper 0 Hyla_crucifer 0 002 @ 01650167 n 0000 #m 01650509 n 0000 | a small brown tree toad having a shrill call heard near wetlands of eastern United States and Canada in early spring
-01650901 05 n 02 Pacific_tree_toad 0 Hyla_regilla 0 002 @ 01650167 n 0000 #m 01650509 n 0000 | the most commonly heard frog on the Pacific coast of America
-01651059 05 n 02 canyon_treefrog 0 Hyla_arenicolor 0 002 @ 01650167 n 0000 #m 01650509 n 0000 | a small chiefly ground dweller that stays within easy jumping distance of water; of United States southwest and northern Mexico
-01651285 05 n 01 chameleon_tree_frog 0 001 @ 01650167 n 0000 | a form of tree toad
-01651370 05 n 02 Acris 0 genus_Acris 0 003 @ 01626600 n 0000 #m 01649948 n 0000 %m 01651487 n 0000 | cricket frogs
-01651487 05 n 01 cricket_frog 0 004 @ 01650167 n 0000 #m 01651370 n 0000 ~ 01651641 n 0000 ~ 01651778 n 0000 | either of two frogs with a clicking call
-01651641 05 n 02 northern_cricket_frog 0 Acris_crepitans 0 001 @ 01651487 n 0000 | a cricket frog of eastern and central United States
-01651778 05 n 02 eastern_cricket_frog 0 Acris_gryllus 0 001 @ 01651487 n 0000 | a cricket frog of eastern United States
-01651900 05 n 02 Pseudacris 0 genus_Pseudacris 0 003 @ 01626600 n 0000 #m 01649948 n 0000 %m 01652026 n 0000 | chorus frogs
-01652026 05 n 01 chorus_frog 0 002 @ 01650167 n 0000 #m 01651900 n 0000 | any of several small North American frogs having a loud call
-01652163 05 n 02 Pternohyla 0 genus_Pternohyla 0 003 @ 01626600 n 0000 #m 01649948 n 0000 %m 01652297 n 0000 | burrowing tree frogs
-01652297 05 n 03 lowland_burrowing_treefrog 0 northern_casque-headed_frog 0 Pternohyla_fodiens 0 002 @ 01650167 n 0000 #m 01652163 n 0000 | terrestrial burrowing nocturnal frog of grassy terrain and scrub forests having very hard upper surface of head; of the United States southwest
-01652583 05 n 04 Microhylidae 0 family_Microhylidae 0 Brevicipitidae 0 family_Brevicipitidae 0 004 @ 01626134 n 0000 #m 01639369 n 0000 %m 01652850 n 0000 %m 01653384 n 0000 | narrow-mouthed toads and sheep frogs; some burrow and some are arboreal; found worldwide
-01652850 05 n 02 Gastrophryne 0 genus_Gastrophryne 0 004 @ 01626600 n 0000 #m 01652583 n 0000 %m 01653026 n 0000 %m 01653223 n 0000 | primarily tropical narrow-mouthed toads
-01653026 05 n 02 western_narrow-mouthed_toad 0 Gastrophryne_olivacea 0 002 @ 01639765 n 0000 #m 01652850 n 0000 | small secretive toad with smooth tough skin of central and western North America
-01653223 05 n 02 eastern_narrow-mouthed_toad 0 Gastrophryne_carolinensis 0 002 @ 01639765 n 0000 #m 01652850 n 0000 | small toad of southeastern United States
-01653384 05 n 02 Hypopachus 0 genus_Hypopachus 0 003 @ 01626600 n 0000 #m 01652583 n 0000 %m 01653509 n 0000 | sheep frogs
-01653509 05 n 01 sheep_frog 0 002 @ 01639765 n 0000 #m 01653384 n 0000 | mostly of Central America
-01653610 05 n 02 Pipidae 0 family_Pipidae 0 005 @ 01626134 n 0000 #m 01639369 n 0000 %m 01653773 n 0000 %m 01653975 n 0000 %m 01654429 n 0000 | tongueless frogs
-01653773 05 n 01 tongueless_frog 0 004 @ 01639765 n 0000 #m 01653610 n 0000 ~ 01654083 n 0000 ~ 01654637 n 0000 | almost completely aquatic frog native to Africa and Panama and northern South America
-01653975 05 n 02 Pipa 0 genus_Pipa 0 002 @ 01626600 n 0000 #m 01653610 n 0000 | type genus of the Pipidae
-01654083 05 n 03 Surinam_toad 0 Pipa_pipa 0 Pipa_americana 0 001 @ 01653773 n 0000 | a South American toad; incubates its young in pits in the skin of its back
-01654245 05 n 02 Xenopodidae 0 family_Xenopodidae 0 001 @ 01626134 n 0000 | in some classifications the family of the genus Xenopus which is otherwise included in the family Pipidae
-01654429 05 n 02 Xenopus 0 genus_Xenopus 0 003 @ 01626600 n 0000 #m 01653610 n 0000 %m 01654637 n 0000 | an African clawed frog; in some classifications made the type genus of a separate family Xenopodidae
-01654637 05 n 02 African_clawed_frog 0 Xenopus_laevis 0 002 @ 01653773 n 0000 #m 01654429 n 0000 | a tongueless frog native to Africa; established in the United States as result of release of laboratory and aquarium animals
-01654863 05 n 01 South_American_poison_toad 0 001 @ 01639765 n 0000 | a South American toad
-01654957 05 n 02 Gymnophiona 0 order_Gymnophiona 0 003 @ 01342529 n 0000 #m 01625747 n 0000 %m 01655116 n 0000 | an order of amphibians including caecilians
-01655116 05 n 04 Caeciliidae 0 family_Caeciliidae 0 Caeciliadae 0 family_Caeciliadae 0 004 @ 01626134 n 0000 #m 01654957 n 0000 + 02673446 a 0101 %m 01655344 n 0000 | coextensive with the order Gymnophiona: legless amphibians
-01655344 05 n 02 caecilian 0 blindworm 2 003 @ 01627424 n 0000 #m 01655116 n 0000 + 02673446 a 0101 | any of the small slender limbless burrowing wormlike amphibians of the order Gymnophiona; inhabit moist soil in tropical regions
-01655577 05 n 04 Labyrinthodontia 0 superorder_Labyrinthodontia 0 Labyrinthodonta 0 superorder_Labyrinthodonta 0 005 @ 01342529 n 0000 #m 01625747 n 0000 %m 01655951 n 0000 %m 01656078 n 0000 %m 01656576 n 0000 | extinct amphibians typically resembling heavy-bodied salamanders or crocodiles and having a solid flattened skull and conical teeth; Devonian through Triassic
-01655951 05 n 01 labyrinthodont 0 002 @ 01627424 n 0000 #m 01655577 n 0000 | an amphibian of the superorder Labyrinthodontia
-01656078 05 n 02 Stereospondyli 0 order_Stereospondyli 0 002 @ 01342529 n 0000 #m 01655577 n 0000 | formerly a suborder of Stegocephalia; amphibia having vertebrae whose component elements are fused into a single piece; "most vertebrates are stereospondylous"
-01656340 05 n 02 Stegocephalia 0 order_Stegocephalia 0 002 @ 01342529 n 0000 #m 01625747 n 0000 | in former classifications a division of class Amphibia comprising all pre-Jurassic and some later extinct large salamandriform amphibia
-01656576 05 n 02 Temnospondyli 0 order_Temnospondyli 0 002 @ 01342529 n 0000 #m 01655577 n 0000 | formerly a suborder of Stegocephalia; large Carboniferous and Permian amphibians having vertebrae in which some elements remain separate
-01656813 05 n 01 reptile_family 0 047 @ 08107499 n 0000 #m 01471070 n 0000 ~ 01663169 n 0000 ~ 01665238 n 0000 ~ 01665761 n 0000 ~ 01666802 n 0000 ~ 01667570 n 0000 ~ 01669883 n 0000 ~ 01671874 n 0000 ~ 01674850 n 0000 ~ 01675964 n 0000 ~ 01676313 n 0000 ~ 01682920 n 0000 ~ 01683428 n 0000 ~ 01683724 n 0000 ~ 01685277 n 0000 ~ 01687441 n 0000 ~ 01689226 n 0000 ~ 01690703 n 0000 ~ 01691085 n 0000 ~ 01691384 n 0000 ~ 01691782 n 0000 ~ 01692713 n 0000 ~ 01693472 n 0000 ~ 01694430 n 0000 ~ 01696849 n 0000 ~ 01698144 n 0000 ~ 01699415 n 0000 ~ 01703866 n 0000 ~ 01705717 n 0000 ~ 01707433 n 0000 ~ 01710348 n 0000 ~ 01715249 n 0000 ~ 01717666 n 0000 ~ 01722085 n 0000 ~ 01723259 n 0000 ~ 01724470 n 0000 ~ 01726960 n 0000 ~ 01740283 n 0000 ~ 01740393 n 0000 ~ 01741744 n 0000 ~ 01743223 n 0000 ~ 01743449 n 0000 ~ 01744657 n 0000 ~ 01751621 n 0000 ~ 01751979 n 0000 ~ 01753721 n 0000 | a family of reptiles
-01657723 05 n 01 reptile_genus 0 163 @ 08108972 n 0000 #m 01471070 n 0000 ~ 01663659 n 0000 ~ 01663939 n 0000 ~ 01664244 n 0000 ~ 01664862 n 0000 ~ 01665372 n 0000 ~ 01666102 n 0000 ~ 01666431 n 0000 ~ 01666967 n 0000 ~ 01667302 n 0000 ~ 01667959 n 0000 ~ 01668257 n 0000 ~ 01669068 n 0000 ~ 01669527 n 0000 ~ 01670378 n 0000 ~ 01670673 n 0000 ~ 01670961 n 0000 ~ 01671312 n 0000 ~ 01672275 n 0000 ~ 01673118 n 0000 ~ 01675225 n 0000 ~ 01675599 n 0000 ~ 01676113 n 0000 ~ 01677242 n 0000 ~ 01677613 n 0000 ~ 01677913 n 0000 ~ 01678237 n 0000 ~ 01678522 n 0000 ~ 01678887 n 0000 ~ 01679178 n 0000 ~ 01679494 n 0000 ~ 01679837 n 0000 ~ 01680137 n 0000 ~ 01681200 n 0000 ~ 01681513 n 0000 ~ 01681812 n 0000 ~ 01682293 n 0000 ~ 01682588 n 0000 ~ 01683036 n 0000 ~ 01683900 n 0000 ~ 01684012 n 0000 ~ 01684435 n 0000 ~ 01684941 n 0000 ~ 01685107 n 0000 ~ 01685679 n 0000 ~ 01687009 n 0000 ~ 01687856 n 0000 ~ 01688106 n 0000 ~ 01688428 n 0000 ~ 01688812 n 0000 ~ 01689678 n 0000 ~ 01690005 n 0000 ~ 01690339 n 0000 ~ 01690857 n 0000 ~ 01691525 n 0000 ~ 01692143 n 0000 ~ 01693020 n 0000 ~ 01693995 n 0000 ~ 01694558 n 0000 ~ 01696026 n 0000 ~ 01696151 n 0000 ~ 01697002 n 0000 ~ 01697837 n 0000 ~ 01698303 n 0000 ~ 01698936 n 0000 ~ 01699537 n 0000 ~ 01700754 n 0000 ~ 01701052 n 0000 ~ 01701697 n 0000 ~ 01702087 n 0000 ~ 01703996 n 0000 ~ 01704184 n 0000 ~ 01704497 n 0000 ~ 01704847 n 0000 ~ 01706247 n 0000 ~ 01706533 n 0000 ~ 01706865 n 0000 ~ 01707149 n 0000 ~ 01707566 n 0000 ~ 01709278 n 0000 ~ 01709723 n 0000 ~ 01710035 n 0000 ~ 01710529 n 0000 ~ 01711297 n 0000 ~ 01712606 n 0000 ~ 01713040 n 0000 ~ 01713635 n 0000 ~ 01714059 n 0000 ~ 01714404 n 0000 ~ 01714686 n 0000 ~ 01714982 n 0000 ~ 01715383 n 0000 ~ 01716122 n 0000 ~ 01716459 n 0000 ~ 01717335 n 0000 ~ 01717957 n 0000 ~ 01718276 n 0000 ~ 01718632 n 0000 ~ 01720117 n 0000 ~ 01720867 n 0000 ~ 01721269 n 0000 ~ 01722254 n 0000 ~ 01722538 n 0000 ~ 01723425 n 0000 ~ 01724703 n 0000 ~ 01724947 n 0000 ~ 01725570 n 0000 ~ 01726079 n 0000 ~ 01728445 n 0000 ~ 01728738 n 0000 ~ 01729133 n 0000 ~ 01729533 n 0000 ~ 01729838 n 0000 ~ 01730429 n 0000 ~ 01730679 n 0000 ~ 01731418 n 0000 ~ 01732445 n 0000 ~ 01733094 n 0000 ~ 01733346 n 0000 ~ 01733634 n 0000 ~ 01734273 n 0000 ~ 01735062 n 0000 ~ 01735898 n 0000 ~ 01736256 n 0000 ~ 01736569 n 0000 ~ 01736696 n 0000 ~ 01737197 n 0000 ~ 01737356 n 0000 ~ 01738175 n 0000 ~ 01738470 n 0000 ~ 01738965 n 0000 ~ 01739260 n 0000 ~ 01739518 n 0000 ~ 01740005 n 0000 ~ 01740721 n 0000 ~ 01741116 n 0000 ~ 01742310 n 0000 ~ 01742680 n 0000 ~ 01742967 n 0000 ~ 01743787 n 0000 ~ 01745780 n 0000 ~ 01746063 n 0000 ~ 01746565 n 0000 ~ 01746818 n 0000 ~ 01747144 n 0000 ~ 01747466 n 0000 ~ 01747739 n 0000 ~ 01748560 n 0000 ~ 01749141 n 0000 ~ 01749428 n 0000 ~ 01750027 n 0000 ~ 01750315 n 0000 ~ 01750598 n 0000 ~ 01750920 n 0000 ~ 01751353 n 0000 ~ 01752433 n 0000 ~ 01752889 n 0000 ~ 01753354 n 0000 ~ 01754190 n 0000 ~ 01755274 n 0000 ~ 01757547 n 0000 ~ 01758019 n 0000 | a genus of reptiles
-01660719 05 n 02 Reptilia 0 class_Reptilia 0 008 @ 08103777 n 0000 #m 01471070 n 0000 + 02832458 a 0101 %m 01661091 n 0000 %m 01661404 n 0000 %m 01672767 n 0000 %m 01695259 n 0000 %m 01719175 n 0000 | class of cold-blooded air-breathing vertebrates with completely ossified skeleton and a body usually covered with scales or horny plates; once the dominant land animals
-01661091 05 n 02 reptile 0 reptilian 0 007 @ 01471682 n 0000 #m 01660719 n 0000 + 02832458 a 0201 ~ 01661592 n 0000 ~ 01661818 n 0000 ~ 01662060 n 0000 ~ 01719403 n 0000 | any cold-blooded vertebrate of the class Reptilia including tortoises, turtles, snakes, lizards, alligators, crocodiles, and extinct forms
-01661404 05 n 02 Anapsida 0 subclass_Anapsida 0 004 @ 08103777 n 0000 #m 01660719 n 0000 %m 01661592 n 0000 %m 01662274 n 0000 | oldest known reptiles; turtles and extinct Permian forms
-01661592 05 n 02 anapsid 0 anapsid_reptile 0 004 @ 01661091 n 0000 #m 01661404 n 0000 ! 01661818 n 0101 ~ 01662622 n 0000 | primitive reptile having no opening in the temporal region of the skull; all extinct except turtles
-01661818 05 n 02 diapsid 0 diapsid_reptile 0 007 @ 01661091 n 0000 ! 01661592 n 0101 ~ 01673282 n 0000 ~ 01674216 n 0000 ~ 01695681 n 0000 ~ 01696633 n 0000 ~ 01726692 n 0000 | reptile having a pair of openings in the skull behind each eye
-01662060 05 n 02 Diapsida 0 subclass_Diapsida 0 001 @ 01661091 n 0000 | used in former classifications to include all living reptiles except turtles; superseded by the two subclasses Lepidosauria and Archosauria
-01662274 05 n 06 Chelonia 1 order_Chelonia 0 Testudinata 0 order_Testudinata 0 Testudines 0 order_Testudines 0 011 @ 01342529 n 0000 #m 01661404 n 0000 + 02692471 a 0101 %m 01662622 n 0000 %m 01663169 n 0000 %m 01665238 n 0000 %m 01665761 n 0000 %m 01666802 n 0000 %m 01667570 n 0000 %m 01669883 n 0000 %m 01671874 n 0000 | tortoises and turtles
-01662622 05 n 02 chelonian 0 chelonian_reptile 0 004 @ 01661592 n 0000 #m 01662274 n 0000 + 02692471 a 0101 ~ 01662784 n 0000 | a reptile of the order Chelonia
-01662784 05 n 01 turtle 0 014 @ 01662622 n 0000 ~ 01663401 n 0000 ~ 01665932 n 0000 ~ 01667114 n 0000 ~ 01667778 n 0000 ~ 01668436 n 0000 ~ 01668665 n 0000 ~ 01668892 n 0000 ~ 01669191 n 0000 ~ 01669654 n 0000 ~ 01670092 n 0000 ~ 01672032 n 0000 %p 01903756 n 0000 %p 01904029 n 0000 | any of various aquatic and land reptiles having a bony shell and flipper-like limbs for swimming
-01663169 05 n 04 Cheloniidae 0 family_Cheloniidae 0 Chelonidae 0 family_Chelonidae 0 006 @ 01656813 n 0000 #m 01662274 n 0000 %m 01663659 n 0000 %m 01663939 n 0000 %m 01664244 n 0000 %m 01664862 n 0000 | green turtles; hawksbills
-01663401 05 n 02 sea_turtle 0 marine_turtle 0 006 @ 01662784 n 0000 ~ 01663782 n 0000 ~ 01664065 n 0000 ~ 01664369 n 0000 ~ 01664990 n 0000 ~ 01665541 n 0000 | any of various large turtles with limbs modified into flippers; widely distributed in warm seas
-01663659 05 n 02 Chelonia 2 genus_Chelonia 0 003 @ 01657723 n 0000 #m 01663169 n 0000 %m 01663782 n 0000 | green turtles
-01663782 05 n 02 green_turtle 0 Chelonia_mydas 0 002 @ 01663401 n 0000 #m 01663659 n 0000 | large tropical turtle with greenish flesh used for turtle soup
-01663939 05 n 02 Caretta 0 genus_Caretta 0 003 @ 01657723 n 0000 #m 01663169 n 0000 %m 01664065 n 0000 | loggerhead turtles
-01664065 05 n 03 loggerhead 0 loggerhead_turtle 0 Caretta_caretta 0 002 @ 01663401 n 0000 #m 01663939 n 0000 | very large carnivorous sea turtle; wide-ranging in warm open seas
-01664244 05 n 02 Lepidochelys 0 genus_Lepidochelys 0 003 @ 01657723 n 0000 #m 01663169 n 0000 %m 01664369 n 0000 | ridleys
-01664369 05 n 01 ridley 0 004 @ 01663401 n 0000 #m 01664244 n 0000 ~ 01664492 n 0000 ~ 01664674 n 0000 | a marine turtle
-01664492 05 n 04 Atlantic_ridley 0 bastard_ridley 0 bastard_turtle 0 Lepidochelys_kempii 0 001 @ 01664369 n 0000 | grey sea turtle of the Atlantic and Gulf Coasts of North America
-01664674 05 n 03 Pacific_ridley 0 olive_ridley 0 Lepidochelys_olivacea 0 001 @ 01664369 n 0000 | olive-colored sea turtle of tropical Pacific and Indian and the southern Atlantic oceans
-01664862 05 n 02 Eretmochelys 0 genus_Eretmochelys 0 003 @ 01657723 n 0000 #m 01663169 n 0000 %m 01664990 n 0000 | hawksbills
-01664990 05 n 05 hawksbill_turtle 0 hawksbill 0 hawkbill 0 tortoiseshell_turtle 0 Eretmochelys_imbricata 0 002 @ 01663401 n 0000 #m 01664862 n 0000 | pugnacious tropical sea turtle with a hawk-like beak; source of food and the best tortoiseshell
-01665238 05 n 02 Dermochelyidae 0 family_Dermochelyidae 0 003 @ 01656813 n 0000 #m 01662274 n 0000 %m 01665372 n 0000 | sea turtles
-01665372 05 n 02 Dermochelys 0 genus_Dermochelys 0 003 @ 01657723 n 0000 #m 01665238 n 0000 %m 01665541 n 0000 | type genus of the Dermochelyidae: leatherback turtles
-01665541 05 n 04 leatherback_turtle 0 leatherback 0 leathery_turtle 0 Dermochelys_coriacea 0 002 @ 01663401 n 0000 #m 01665372 n 0000 | wide-ranging marine turtle with flexible leathery carapace; largest living turtle
-01665761 05 n 02 Chelydridae 0 family_Chelydridae 0 005 @ 01656813 n 0000 #m 01662274 n 0000 %m 01665932 n 0000 %m 01666102 n 0000 %m 01666431 n 0000 | snapping turtles
-01665932 05 n 01 snapping_turtle 0 004 @ 01662784 n 0000 #m 01665761 n 0000 ~ 01666228 n 0000 ~ 01666585 n 0000 | large aggressive freshwater turtle with powerful jaws
-01666102 05 n 02 Chelydra 0 genus_Chelydra 0 003 @ 01657723 n 0000 #m 01665761 n 0000 %m 01666228 n 0000 | snapping turtles
-01666228 05 n 03 common_snapping_turtle 0 snapper 0 Chelydra_serpentina 0 002 @ 01665932 n 0000 #m 01666102 n 0000 | large-headed turtle with powerful hooked jaws found in or near water; prone to bite
-01666431 05 n 02 Macroclemys 0 genus_Macroclemys 0 003 @ 01657723 n 0000 #m 01665761 n 0000 %m 01666585 n 0000 | includes the alligator snapping turtle
-01666585 05 n 03 alligator_snapping_turtle 0 alligator_snapper 0 Macroclemys_temmincki 0 002 @ 01665932 n 0000 #m 01666431 n 0000 | large species having three ridges on its back; found in southeastern United States
-01666802 05 n 02 Kinosternidae 0 family_Kinosternidae 0 004 @ 01656813 n 0000 #m 01662274 n 0000 %m 01666967 n 0000 %m 01667302 n 0000 | mud turtles; musk turtles
-01666967 05 n 02 Kinosternon 0 genus_Kinosternon 0 003 @ 01657723 n 0000 #m 01666802 n 0000 %m 01667114 n 0000 | type genus of the Kinosternidae
-01667114 05 n 01 mud_turtle 0 003 @ 01662784 n 0000 #m 01666967 n 0000 ~ 01667432 n 0000 | bottom-dwelling freshwater turtle inhabiting muddy rivers of North America and Central America
-01667302 05 n 02 Sternotherus 0 genus_Sternotherus 0 003 @ 01657723 n 0000 #m 01666802 n 0000 %m 01667432 n 0000 | musk turtles
-01667432 05 n 02 musk_turtle 0 stinkpot 0 002 @ 01667114 n 0000 #m 01667302 n 0000 | small freshwater turtle having a strong musky odor
-01667570 05 n 02 Emydidae 0 family_Emydidae 0 007 @ 01656813 n 0000 #m 01662274 n 0000 %m 01667778 n 0000 %m 01667959 n 0000 %m 01668257 n 0000 %m 01669068 n 0000 %m 01669527 n 0000 | box and water turtles
-01667778 05 n 01 terrapin 0 003 @ 01662784 n 0000 #m 01667570 n 0000 ~ 01668091 n 0000 | any of various edible North American web-footed turtles living in fresh or brackish water
-01667959 05 n 02 Malaclemys 0 genus_Malaclemys 0 003 @ 01657723 n 0000 #m 01667570 n 0000 %m 01668091 n 0000 | American terrapins
-01668091 05 n 02 diamondback_terrapin 0 Malaclemys_centrata 0 002 @ 01667778 n 0000 #m 01667959 n 0000 | of marshes along Atlantic and Gulf Coasts of United States
-01668257 05 n 02 Pseudemys 0 genus_Pseudemys 0 005 @ 01657723 n 0000 #m 01667570 n 0000 %m 01668436 n 0000 %m 01668665 n 0000 %m 01668892 n 0000 | sliders; red-bellied terrapin
-01668436 05 n 04 red-bellied_terrapin 0 red-bellied_turtle 0 redbelly 0 Pseudemys_rubriventris 0 002 @ 01662784 n 0000 #m 01668257 n 0000 | freshwater turtle of Chesapeake Bay tributaries having red markings on the lower shell
-01668665 05 n 03 slider 0 yellow-bellied_terrapin 0 Pseudemys_scripta 0 002 @ 01662784 n 0000 #m 01668257 n 0000 | freshwater turtle of United States and South America; frequently raised commercially; some young sold as pets
-01668892 05 n 03 cooter 0 river_cooter 0 Pseudemys_concinna 0 002 @ 01662784 n 0000 #m 01668257 n 0000 | large river turtle of the southern United States and northern Mexico
-01669068 05 n 02 Terrapene 0 genus_Terrapene 0 003 @ 01657723 n 0000 #m 01667570 n 0000 %m 01669191 n 0000 | box turtles
-01669191 05 n 02 box_turtle 0 box_tortoise 0 003 @ 01662784 n 0000 #m 01669068 n 0000 ~ 01669372 n 0000 | chiefly terrestrial turtle of North America; shell can be closed tightly
-01669372 05 n 02 Western_box_turtle 0 Terrapene_ornata 0 001 @ 01669191 n 0000 | primarily a prairie turtle of western United States and northern Mexico
-01669527 05 n 02 Chrysemys 0 genus_Chrysemys 0 003 @ 01657723 n 0000 #m 01667570 n 0000 %m 01669654 n 0000 | painted turtles
-01669654 05 n 04 painted_turtle 0 painted_terrapin 0 painted_tortoise 0 Chrysemys_picta 0 002 @ 01662784 n 0000 #m 01669527 n 0000 | freshwater turtles having bright yellow and red markings; common in the eastern United States
-01669883 05 n 02 Testudinidae 0 family_Testudinidae 0 007 @ 01656813 n 0000 #m 01662274 n 0000 %m 01670092 n 0000 %m 01670378 n 0000 %m 01670673 n 0000 %m 01670961 n 0000 %m 01671312 n 0000 | land tortoises
-01670092 05 n 01 tortoise 0 007 @ 01662784 n 0000 #m 01669883 n 0000 ~ 01670535 n 0000 ~ 01670802 n 0000 ~ 01671125 n 0000 ~ 01671479 n 0000 ~ 01671705 n 0000 | usually herbivorous land turtles having clawed elephant-like limbs; worldwide in arid area except Australia and Antarctica
-01670378 05 n 02 Testudo 0 genus_Testudo 0 004 @ 01657723 n 0000 #m 01669883 n 0000 %m 01670535 n 0000 %m 01670802 n 0000 | type genus of the Testudinidae
-01670535 05 n 02 European_tortoise 0 Testudo_graeca 0 002 @ 01670092 n 0000 #m 01670378 n 0000 | small land tortoise of southern Europe
-01670673 05 n 02 Geochelone 0 genus_Geochelone 0 003 @ 01657723 n 0000 #m 01669883 n 0000 %m 01670802 n 0000 | giant tortoises
-01670802 05 n 01 giant_tortoise 0 003 @ 01670092 n 0000 #m 01670378 n 0000 #m 01670673 n 0000 | very large tortoises of the Galapagos and Seychelles islands
-01670961 05 n 02 Gopherus 0 genus_Gopherus 0 005 @ 01657723 n 0000 #m 01669883 n 0000 %m 01671125 n 0000 %m 01671479 n 0000 %m 01671705 n 0000 | gopher tortoises
-01671125 05 n 04 gopher_tortoise 0 gopher_turtle 0 gopher 2 Gopherus_polypemus 0 002 @ 01670092 n 0000 #m 01670961 n 0000 | burrowing edible land tortoise of southeastern North America
-01671312 05 n 02 Xerobates 0 genus_Xerobates 0 002 @ 01657723 n 0000 #m 01669883 n 0000 | possible new genus for desert and Texas tortoises based on recent research
-01671479 05 n 02 desert_tortoise 0 Gopherus_agassizii 0 002 @ 01670092 n 0000 #m 01670961 n 0000 | burrowing tortoise of the arid western United States and northern Mexico; may be reclassified as a member of genus Xerobates
-01671705 05 n 01 Texas_tortoise 0 002 @ 01670092 n 0000 #m 01670961 n 0000 | close relative to the desert tortoise; may be reclassified as a member of genus Xerobates
-01671874 05 n 02 Trionychidae 0 family_Trionychidae 0 004 @ 01656813 n 0000 #m 01662274 n 0000 %m 01672032 n 0000 %m 01672275 n 0000 | soft-shelled turtles
-01672032 05 n 02 soft-shelled_turtle 0 pancake_turtle 0 004 @ 01662784 n 0000 #m 01671874 n 0000 ~ 01672432 n 0000 ~ 01672611 n 0000 | voracious aquatic turtle with a flat flexible shell covered by a leathery skin; can inflict painful bites
-01672275 05 n 02 Trionyx 0 genus_Trionyx 0 004 @ 01657723 n 0000 #m 01671874 n 0000 %m 01672432 n 0000 %m 01672611 n 0000 | type genus of the Trionychidae
-01672432 05 n 02 spiny_softshell 0 Trionyx_spiniferus 0 002 @ 01672032 n 0000 #m 01672275 n 0000 | river turtle of western United States with a warty shell; prefers quiet water
-01672611 05 n 02 smooth_softshell 0 Trionyx_muticus 0 002 @ 01672032 n 0000 #m 01672275 n 0000 | river turtle of Mississippi basin; prefers running water
-01672767 05 n 02 Lepidosauria 0 subclass_Lepidosauria 0 004 @ 08103777 n 0000 #m 01660719 n 0000 %m 01672950 n 0000 %m 01673503 n 0000 | diapsid reptiles: lizards; snakes; tuataras
-01672950 05 n 02 Rhynchocephalia 0 order_Rhynchocephalia 0 003 @ 01342529 n 0000 #m 01672767 n 0000 %m 01673118 n 0000 | tuataras; extinct forms from middle Triassic
-01673118 05 n 02 Sphenodon 0 genus_Sphenodon 0 003 @ 01657723 n 0000 #m 01672950 n 0000 %m 01673282 n 0000 | coextensive with the order Rhynchocephalia: tuataras
-01673282 05 n 02 tuatara 0 Sphenodon_punctatum 0 002 @ 01661818 n 0000 #m 01673118 n 0000 | only extant member of the order Rhynchocephalia of large spiny lizard-like diapsid reptiles of coastal islands off New Zealand
-01673503 05 n 02 Squamata 0 order_Squamata 0 004 @ 01342529 n 0000 #m 01672767 n 0000 %m 01673668 n 0000 %m 01726390 n 0000 | diapsid reptiles: snakes and lizards
-01673668 05 n 04 Sauria 0 suborder_Sauria 0 Lacertilia 0 suborder_Lacertilia 0 022 @ 01342529 n 0000 #m 01673503 n 0000 + 02853740 a 0302 + 02853740 a 0101 %m 01674216 n 0000 %m 01674850 n 0000 %m 01675964 n 0000 %m 01676313 n 0000 %m 01682920 n 0000 %m 01683428 n 0000 %m 01683724 n 0000 %m 01684941 n 0000 %m 01685277 n 0000 %m 01687441 n 0000 %m 01689226 n 0000 %m 01690703 n 0000 %m 01691085 n 0000 %m 01691384 n 0000 %m 01691782 n 0000 %m 01692713 n 0000 %m 01693472 n 0000 %m 01694430 n 0000 | true lizards; including chameleons and geckos
-01674216 05 n 01 saurian 0 004 @ 01661818 n 0000 #m 01673668 n 0000 + 02853740 a 0101 ~ 01674464 n 0000 | any of various reptiles of the suborder Sauria which includes lizards; in former classifications included also the crocodiles and dinosaurs
-01674464 05 n 01 lizard 0 015 @ 01674216 n 0000 ~ 01674990 n 0000 ~ 01676755 n 0000 ~ 01683201 n 0000 ~ 01683558 n 0000 ~ 01684133 n 0000 ~ 01685439 n 0000 ~ 01687665 n 0000 ~ 01689411 n 0000 ~ 01691217 n 0000 ~ 01691652 n 0000 ~ 01691951 n 0000 ~ 01692864 n 0000 ~ 01693783 n 0000 ~ 01694709 n 0000 | relatively long-bodied reptile with usually two pairs of legs and a tapering tail
-01674850 05 n 02 Gekkonidae 0 family_Gekkonidae 0 004 @ 01656813 n 0000 #m 01673668 n 0000 %m 01675225 n 0000 %m 01675599 n 0000 | geckos
-01674990 05 n 01 gecko 0 003 @ 01674464 n 0000 ~ 01675352 n 0000 ~ 01675722 n 0000 | any of various small chiefly tropical and usually nocturnal insectivorous terrestrial lizards typically with immovable eyelids; completely harmless
-01675225 05 n 02 Ptychozoon 0 genus_Ptychozoon 0 003 @ 01657723 n 0000 #m 01674850 n 0000 %m 01675352 n 0000 | flying geckos
-01675352 05 n 03 flying_gecko 0 fringed_gecko 0 Ptychozoon_homalocephalum 0 002 @ 01674990 n 0000 #m 01675225 n 0000 | a gecko that has membranous expansions along the sides of its body and limbs and tail that enable it to glide short distances
-01675599 05 n 02 Coleonyx 0 genus_Coleonyx 0 003 @ 01657723 n 0000 #m 01674850 n 0000 %m 01675722 n 0000 | banded geckos
-01675722 05 n 01 banded_gecko 0 002 @ 01674990 n 0000 #m 01675599 n 0000 | any of several geckos with dark bands across the body and differing from typical geckos in having movable eyelids; of United States southwest and Florida Gulf Coast
-01675964 05 n 02 Pygopodidae 0 family_Pygopodidae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01676113 n 0000 | Australian and Tasmanian lizards
-01676113 05 n 02 Pygopus 0 genus_Pygopus 0 002 @ 01657723 n 0000 #m 01675964 n 0000 | type genus of the Pygopodidae; snake-shaped pleurodont lizard with no forelimbs and only rudimentary hind limbs
-01676313 05 n 04 Iguanidae 0 family_Iguanidae 0 Iguania 0 family_Iguania 0 018 @ 01656813 n 0000 #m 01673668 n 0000 %m 01676755 n 0000 %m 01677242 n 0000 %m 01677613 n 0000 %m 01677913 n 0000 %m 01678237 n 0000 %m 01678522 n 0000 %m 01678887 n 0000 %m 01679178 n 0000 %m 01679494 n 0000 %m 01679837 n 0000 %m 01680137 n 0000 %m 01681200 n 0000 %m 01681513 n 0000 %m 01681812 n 0000 %m 01682293 n 0000 %m 01682588 n 0000 | New World lizards
-01676755 05 n 02 iguanid 0 iguanid_lizard 0 017 @ 01674464 n 0000 #m 01676313 n 0000 ~ 01677366 n 0000 ~ 01677747 n 0000 ~ 01678043 n 0000 ~ 01678343 n 0000 ~ 01678657 n 0000 ~ 01679005 n 0000 ~ 01679307 n 0000 ~ 01679626 n 0000 ~ 01679962 n 0000 ~ 01680264 n 0000 ~ 01681328 n 0000 ~ 01681653 n 0000 ~ 01681940 n 0000 ~ 01682435 n 0000 ~ 01682714 n 0000 | lizards of the New World and Madagascar and some Pacific islands; typically having a long tail and bright throat patch in males
-01677242 05 n 01 genus_Iguana 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01677366 n 0000 | type genus of the Iguanidae
-01677366 05 n 03 common_iguana 0 iguana 0 Iguana_iguana 0 002 @ 01676755 n 0000 #m 01677242 n 0000 | large herbivorous tropical American arboreal lizards with a spiny crest along the back; used as human food in Central America and South America
-01677613 05 n 02 Amblyrhynchus 0 genus_Amblyrhynchus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01677747 n 0000 | marine iguanas
-01677747 05 n 02 marine_iguana 0 Amblyrhynchus_cristatus 0 002 @ 01676755 n 0000 #m 01677613 n 0000 | shore-dwelling seaweed-eating lizard of the Galapagos Islands
-01677913 05 n 02 Dipsosaurus 0 genus_Dipsosaurus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01678043 n 0000 | desert iguanas
-01678043 05 n 02 desert_iguana 0 Dipsosaurus_dorsalis 0 002 @ 01676755 n 0000 #m 01677913 n 0000 | small long-tailed lizard of arid areas of southwestern United States and northwestern Mexico
-01678237 05 n 02 Sauromalus 0 genus_Sauromalus 0 002 @ 01657723 n 0000 #m 01676313 n 0000 | chuckwallas
-01678343 05 n 02 chuckwalla 0 Sauromalus_obesus 0 001 @ 01676755 n 0000 | a herbivorous lizard that lives among rocks in the arid parts of southwestern United States and Mexico
-01678522 05 n 02 Callisaurus 0 genus_Callisaurus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01678657 n 0000 | zebra-tailed lizard
-01678657 05 n 03 zebra-tailed_lizard 0 gridiron-tailed_lizard 0 Callisaurus_draconoides 0 002 @ 01676755 n 0000 #m 01678522 n 0000 | swift lizard with long black-banded tail and long legs; of deserts of United States and Mexico
-01678887 05 n 02 Uma 0 genus_Uma 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01679005 n 0000 | fringe-toed lizard
-01679005 05 n 02 fringe-toed_lizard 0 Uma_notata 0 002 @ 01676755 n 0000 #m 01678887 n 0000 | with long pointed scales around toes; of deserts of United States and Mexico
-01679178 05 n 02 Holbrookia 0 genus_Holbrookia 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01679307 n 0000 | earless lizards
-01679307 05 n 01 earless_lizard 0 002 @ 01676755 n 0000 #m 01679178 n 0000 | any of several slender lizards without external ear openings: of plains of western United States and Mexico
-01679494 05 n 02 Crotaphytus 0 genus_Crotaphytus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01679626 n 0000 | collared lizards
-01679626 05 n 01 collared_lizard 0 002 @ 01676755 n 0000 #m 01679494 n 0000 | any of several robust long-tailed lizards with collars of two dark bands; of central and western United States and northern Mexico
-01679837 05 n 02 Gambelia 0 genus_Gambelia 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01679962 n 0000 | leopard lizards
-01679962 05 n 01 leopard_lizard 0 002 @ 01676755 n 0000 #m 01679837 n 0000 | any of several large lizards with many dark spots; of western United States and northern Mexico
-01680137 05 n 02 Sceloporus 0 genus_Sceloporus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01680264 n 0000 | spiny lizards
-01680264 05 n 01 spiny_lizard 1 004 @ 01676755 n 0000 #m 01680137 n 0000 ~ 01680478 n 0000 ~ 01680983 n 0000 | any of numerous lizards with overlapping ridged pointed scales; of North America and Central America
-01680478 05 n 01 fence_lizard 0 003 @ 01680264 n 0000 ~ 01680655 n 0000 ~ 01680813 n 0000 | spiny lizard often seen basking on fences in the United States and northern Mexico
-01680655 05 n 04 western_fence_lizard 0 swift 2 blue-belly 0 Sceloporus_occidentalis 0 001 @ 01680478 n 0000 | common western lizard; seen on logs or rocks
-01680813 05 n 03 eastern_fence_lizard 0 pine_lizard 0 Sceloporus_undulatus 0 001 @ 01680478 n 0000 | small active lizard of United States and north to British Columbia
-01680983 05 n 02 sagebrush_lizard 0 Sceloporus_graciosus 0 001 @ 01680264 n 0000 | a ground dweller that prefers open ground and scattered low bushes; of United States west between Rocky and Sierra Nevada Mountains
-01681200 05 n 02 Uta 0 genus_Uta 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01681328 n 0000 | a reptile genus of Iguanidae
-01681328 05 n 03 side-blotched_lizard 0 sand_lizard 2 Uta_stansburiana 0 002 @ 01676755 n 0000 #m 01681200 n 0000 | one of the most abundant lizards in the arid western United States
-01681513 05 n 02 Urosaurus 0 genus_Urosaurus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01681653 n 0000 | a reptile genus of Iguanidae
-01681653 05 n 02 tree_lizard 0 Urosaurus_ornatus 0 002 @ 01676755 n 0000 #m 01681513 n 0000 | a climbing lizard of western United States and northern Mexico
-01681812 05 n 02 Phrynosoma 0 genus_Phrynosoma 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01681940 n 0000 | horned lizards
-01681940 05 n 03 horned_lizard 0 horned_toad 2 horny_frog 0 003 @ 01676755 n 0000 #m 01681812 n 0000 ~ 01682172 n 0000 | insectivorous lizard with hornlike spines on the head and spiny scales on the body; of western North America
-01682172 05 n 02 Texas_horned_lizard 0 Phrynosoma_cornutum 0 001 @ 01681940 n 0000 | of arid and semiarid open country
-01682293 05 n 02 Basiliscus 0 genus_Basiliscus 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01682435 n 0000 | a reptile genus of Iguanidae
-01682435 05 n 01 basilisk 1 002 @ 01676755 n 0000 #m 01682293 n 0000 | small crested arboreal lizard able to run on its hind legs; of tropical America
-01682588 05 n 02 Anolis 0 genus_Anolis 0 003 @ 01657723 n 0000 #m 01676313 n 0000 %m 01682714 n 0000 | New World chameleons
-01682714 05 n 03 American_chameleon 0 anole 0 Anolis_carolinensis 0 002 @ 01676755 n 0000 #m 01682588 n 0000 | small arboreal tropical American insectivorous lizards with the ability to change skin color
-01682920 05 n 02 Amphisbaenidae 0 family_Amphisbaenidae 0 002 @ 01656813 n 0000 #m 01673668 n 0000 | worm lizards
-01683036 05 n 04 Amphisbaena 0 genus_Amphisbaena 0 Amphisbaenia 0 genus_Amphisbaenia 0 002 @ 01657723 n 0000 %m 01683201 n 0000 | type genus of the Amphisbaenidae
-01683201 05 n 01 worm_lizard 0 002 @ 01674464 n 0000 #m 01683036 n 0000 | a lizard of the genus Amphisbaena; harmless wormlike limbless lizard of warm or tropical regions having concealed eyes and ears and a short blunt tail
-01683428 05 n 02 Xantusiidae 0 family_Xantusiidae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01683558 n 0000 | night lizards
-01683558 05 n 01 night_lizard 0 002 @ 01674464 n 0000 #m 01683428 n 0000 | small secretive nocturnal lizard of southwestern North America and Cuba; bear live young
-01683724 05 n 02 Scincidae 0 family_Scincidae 0 006 @ 01656813 n 0000 #m 01673668 n 0000 %m 01683900 n 0000 %m 01684012 n 0000 %m 01684133 n 0000 %m 01684435 n 0000 | skinks
-01683900 05 n 02 Scincus 0 genus_Scincus 0 002 @ 01657723 n 0000 #m 01683724 n 0000 | type genus of Scincidae
-01684012 05 n 02 Scincella 0 genus_Scincella 0 002 @ 01657723 n 0000 #m 01683724 n 0000 | a reptile genus of Scincidae
-01684133 05 n 03 skink 0 scincid 0 scincid_lizard 0 004 @ 01674464 n 0000 #m 01683724 n 0000 ~ 01684578 n 0000 ~ 01684741 n 0000 | alert agile lizard with reduced limbs and an elongated body covered with shiny scales; more dependent on moisture than most lizards; found in tropical regions worldwide
-01684435 05 n 02 Eumeces 0 genus_Eumeces 0 004 @ 01657723 n 0000 #m 01683724 n 0000 %m 01684578 n 0000 %m 01684741 n 0000 | New World skinks
-01684578 05 n 02 western_skink 0 Eumeces_skiltonianus 0 002 @ 01684133 n 0000 #m 01684435 n 0000 | found in western North American grasslands and open woodlands
-01684741 05 n 02 mountain_skink 0 Eumeces_callicephalus 0 002 @ 01684133 n 0000 #m 01684435 n 0000 | frequents oak and pine habitats in rocky mountainous areas of United States southwest and Mexico
-01684941 05 n 02 Cordylidae 0 family_Cordylidae 0 003 @ 01657723 n 0000 #m 01673668 n 0000 %m 01685107 n 0000 | small family of spiny ovoviviparous African lizards
-01685107 05 n 02 Cordylus 0 genus_Cordylus 0 002 @ 01657723 n 0000 #m 01684941 n 0000 | type genus of the Cordylidae; spiny lizards somewhat resembling tiny crocodiles
-01685277 05 n 02 Teiidae 0 family_Teiidae 0 005 @ 01656813 n 0000 #m 01673668 n 0000 %m 01685439 n 0000 %m 01685679 n 0000 %m 01687009 n 0000 | whiptails; etc.
-01685439 05 n 02 teiid_lizard 0 teiid 0 005 @ 01674464 n 0000 #m 01685277 n 0000 ~ 01685808 n 0000 ~ 01687128 n 0000 ~ 01687290 n 0000 | tropical New World lizard with a long tail and large rectangular scales on the belly and a long tail
-01685679 05 n 02 Cnemidophorus 0 genus_Cnemidophorus 0 003 @ 01657723 n 0000 #m 01685277 n 0000 %m 01685808 n 0000 | whiptails
-01685808 05 n 02 whiptail 0 whiptail_lizard 0 007 @ 01685439 n 0000 #m 01685679 n 0000 ~ 01686044 n 0000 ~ 01686220 n 0000 ~ 01686403 n 0000 ~ 01686609 n 0000 ~ 01686808 n 0000 | any of numerous very agile and alert New World lizards
-01686044 05 n 04 racerunner 0 race_runner 0 six-lined_racerunner 0 Cnemidophorus_sexlineatus 0 001 @ 01685808 n 0000 | very swift lizard of eastern and central United States
-01686220 05 n 02 plateau_striped_whiptail 0 Cnemidophorus_velox 0 001 @ 01685808 n 0000 | having distinct longitudinal stripes: of Colorado Plateau from Arizona to western Colorado
-01686403 05 n 02 Chihuahuan_spotted_whiptail 0 Cnemidophorus_exsanguis 0 001 @ 01685808 n 0000 | having longitudinal stripes overlaid with light spots; upland lizard of United States southwest and Mexico
-01686609 05 n 02 western_whiptail 0 Cnemidophorus_tigris 0 001 @ 01685808 n 0000 | active lizard having a network of dusky dark markings; of semiarid areas from Oregon and Idaho to Baja California
-01686808 05 n 02 checkered_whiptail 0 Cnemidophorus_tesselatus 0 001 @ 01685808 n 0000 | markings are darker and more marked than in western whiptail; from southeastern Colorado to eastern Chihuahua
-01687009 05 n 02 Tupinambis 0 genus_Tupinambis 0 003 @ 01657723 n 0000 #m 01685277 n 0000 %m 01687128 n 0000 | tejus
-01687128 05 n 01 teju 0 002 @ 01685439 n 0000 #m 01687009 n 0000 | large (to 3 feet) blackish yellow-banded South American lizard; raid henhouses; used as food
-01687290 05 n 01 caiman_lizard 0 001 @ 01685439 n 0000 | crocodile-like lizard of South America having powerful jaws for crushing snails and mussels
-01687441 05 n 02 Agamidae 0 family_Agamidae 0 007 @ 01656813 n 0000 #m 01673668 n 0000 %m 01687665 n 0000 %m 01687856 n 0000 %m 01688106 n 0000 %m 01688428 n 0000 %m 01688812 n 0000 | an Old World reptile family of Sauria
-01687665 05 n 02 agamid 0 agamid_lizard 0 006 @ 01674464 n 0000 #m 01687441 n 0000 ~ 01687978 n 0000 ~ 01688243 n 0000 ~ 01688589 n 0000 ~ 01688961 n 0000 | a lizard of the family Agamidae
-01687856 05 n 01 genus_Agama 0 003 @ 01657723 n 0000 #m 01687441 n 0000 %m 01687978 n 0000 | type genus of the Agamidae
-01687978 05 n 01 agama 0 002 @ 01687665 n 0000 #m 01687856 n 0000 | small terrestrial lizard of warm regions of the Old World
-01688106 05 n 02 Chlamydosaurus 0 genus_Chlamydosaurus 0 003 @ 01657723 n 0000 #m 01687441 n 0000 %m 01688243 n 0000 | frilled lizards
-01688243 05 n 02 frilled_lizard 0 Chlamydosaurus_kingi 0 002 @ 01687665 n 0000 #m 01688106 n 0000 | large arboreal insectivorous Australian lizard with a ruff of skin around the neck
-01688428 05 n 02 Draco 0 genus_Draco 0 003 @ 01657723 n 0000 #m 01687441 n 0000 %m 01688589 n 0000 | a reptile genus known as flying dragons or flying lizards
-01688589 05 n 03 dragon 2 flying_dragon 0 flying_lizard 0 002 @ 01687665 n 0000 #m 01688428 n 0000 | any of several small tropical Asian lizards capable of gliding by spreading winglike membranes on each side of the body
-01688812 05 n 01 genus_Moloch 0 004 @ 01657723 n 0000 #m 01687441 n 0000 %m 01688961 n 0000 %m 01689081 n 0000 | genus of Australian desert lizard
-01688961 05 n 01 moloch 0 003 @ 01687665 n 0000 #m 01688812 n 0000 ~ 01689081 n 0000 | any lizard of the genus Moloch
-01689081 05 n 03 mountain_devil 0 spiny_lizard 2 Moloch_horridus 0 002 @ 01688961 n 0000 #m 01688812 n 0000 | desert lizard that feeds on ants
-01689226 05 n 02 Anguidae 0 family_Anguidae 0 006 @ 01656813 n 0000 #m 01673668 n 0000 %m 01689411 n 0000 %m 01689678 n 0000 %m 01690005 n 0000 %m 01690339 n 0000 | alligator lizards
-01689411 05 n 01 anguid_lizard 0 005 @ 01674464 n 0000 #m 01689226 n 0000 ~ 01689811 n 0000 ~ 01690149 n 0000 ~ 01690466 n 0000 | any of a small family of lizards widely distributed in warm areas; all are harmless and useful as destroyers of e.g. slugs and insects
-01689678 05 n 02 Gerrhonotus 0 genus_Gerrhonotus 0 003 @ 01657723 n 0000 #m 01689226 n 0000 %m 01689811 n 0000 | alligator lizards
-01689811 05 n 01 alligator_lizard 0 002 @ 01689411 n 0000 #m 01689678 n 0000 | slim short-limbed lizard having a distinctive fold on each side that permits expansion; of western North America
-01690005 05 n 02 Anguis 0 genus_Anguis 0 003 @ 01657723 n 0000 #m 01689226 n 0000 %m 01690149 n 0000 | type genus of the Anguidae: blindworms
-01690149 05 n 03 blindworm 1 slowworm 0 Anguis_fragilis 0 002 @ 01689411 n 0000 #m 01690005 n 0000 | small burrowing legless European lizard with tiny eyes; popularly believed to be blind
-01690339 05 n 02 Ophisaurus 0 genus_Ophisaurus 0 003 @ 01657723 n 0000 #m 01689226 n 0000 %m 01690466 n 0000 | glass lizards
-01690466 05 n 03 glass_lizard 0 glass_snake 0 joint_snake 0 002 @ 01689411 n 0000 #m 01690339 n 0000 | snakelike lizard of Europe and Asia and North America with vestigial hind limbs and the ability to regenerate its long fragile tail
-01690703 05 n 02 Xenosauridae 0 family_Xenosauridae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01690857 n 0000 | monotypic family of Mexican lizards
-01690857 05 n 02 Xenosaurus 0 genus_Xenosaurus 0 002 @ 01657723 n 0000 #m 01690703 n 0000 | type and sole genus of Xenosauridae: slender-bodied Mexican lizards having the upper surface covered with tiny granules and tubercles
-01691085 05 n 02 Anniellidae 0 family_Anniellidae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01691217 n 0000 | legless lizards
-01691217 05 n 01 legless_lizard 0 002 @ 01674464 n 0000 #m 01691085 n 0000 | degenerate wormlike burrowing lizard of California closely related to alligator lizards
-01691384 05 n 02 Lanthanotidae 0 family_Lanthanotidae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01691525 n 0000 | stout-bodied lizards
-01691525 05 n 02 Lanthanotus 0 genus_Lanthanotus 0 003 @ 01657723 n 0000 #m 01691384 n 0000 %m 01691652 n 0000 | one species
-01691652 05 n 01 Lanthanotus_borneensis 0 002 @ 01674464 n 0000 #m 01691525 n 0000 | a stout-bodied pleurodont lizard of Borneo
-01691782 05 n 02 Helodermatidae 0 family_Helodermatidae 0 004 @ 01656813 n 0000 #m 01673668 n 0000 %m 01691951 n 0000 %m 01692143 n 0000 | only known venomous lizards
-01691951 05 n 01 venomous_lizard 0 004 @ 01674464 n 0000 #m 01691782 n 0000 ~ 01692333 n 0000 ~ 01692523 n 0000 | any of two or three large heavy-bodied lizards; only known venomous lizards
-01692143 05 n 02 Heloderma 0 genus_Heloderma 0 004 @ 01657723 n 0000 #m 01691782 n 0000 %m 01692333 n 0000 %m 01692523 n 0000 | type genus of the Helodermatidae; American venomous lizards
-01692333 05 n 02 Gila_monster 0 Heloderma_suspectum 0 002 @ 01691951 n 0000 #m 01692143 n 0000 | large orange and black lizard of southwestern United States; not dangerous unless molested
-01692523 05 n 03 beaded_lizard 0 Mexican_beaded_lizard 0 Heloderma_horridum 0 002 @ 01691951 n 0000 #m 01692143 n 0000 | lizard with black and yellowish beadlike scales; of western Mexico
-01692713 05 n 02 Lacertidae 0 family_Lacertidae 0 004 @ 01656813 n 0000 #m 01673668 n 0000 %m 01692864 n 0000 %m 01693020 n 0000 | Old World lizards
-01692864 05 n 02 lacertid_lizard 0 lacertid 0 004 @ 01674464 n 0000 #m 01692713 n 0000 ~ 01693175 n 0000 ~ 01693334 n 0000 | Old World terrestrial lizard
-01693020 05 n 02 Lacerta 0 genus_Lacerta 0 004 @ 01657723 n 0000 #m 01692713 n 0000 %m 01693175 n 0000 %m 01693334 n 0000 | type genus of the Lacertidae
-01693175 05 n 02 sand_lizard 1 Lacerta_agilis 0 002 @ 01692864 n 0000 #m 01693020 n 0000 | a common and widely distributed lizard of Europe and central Asia
-01693334 05 n 02 green_lizard 0 Lacerta_viridis 0 002 @ 01692864 n 0000 #m 01693020 n 0000 | a common Eurasian lizard about a foot long
-01693472 05 n 06 Chamaeleontidae 0 family_Chamaeleontidae 0 Chamaeleonidae 0 family_Chamaeleonidae 0 Rhiptoglossa 0 family_Rhiptoglossa 0 004 @ 01656813 n 0000 #m 01673668 n 0000 %m 01693783 n 0000 %m 01693995 n 0000 | Old World chameleons; in some classifications they are considered a superfamily of Sauria
-01693783 05 n 02 chameleon 0 chamaeleon 0 004 @ 01674464 n 0000 #m 01693472 n 0000 ~ 01694178 n 0000 ~ 01694311 n 0000 | lizard of Africa and Madagascar able to change skin color and having a projectile tongue
-01693995 05 n 03 Chamaeleo 0 genus_Chamaeleo 0 genus_Chamaeleon 0 004 @ 01657723 n 0000 #m 01693472 n 0000 %m 01694178 n 0000 %m 01694311 n 0000 | type genus of the Chamaeleontidae
-01694178 05 n 02 African_chameleon 0 Chamaeleo_chamaeleon 0 002 @ 01693783 n 0000 #m 01693995 n 0000 | a chameleon found in Africa
-01694311 05 n 02 horned_chameleon 0 Chamaeleo_oweni 0 002 @ 01693783 n 0000 #m 01693995 n 0000 | a kind of chameleon
-01694430 05 n 02 Varanidae 0 family_Varanidae 0 003 @ 01656813 n 0000 #m 01673668 n 0000 %m 01694558 n 0000 | monitor lizards
-01694558 05 n 02 Varanus 0 genus_Varanus 0 003 @ 01657723 n 0000 #m 01694430 n 0000 %m 01694709 n 0000 | type and sole extant genus of the Varanidae
-01694709 05 n 03 monitor 0 monitor_lizard 0 varan 0 004 @ 01674464 n 0000 #m 01694558 n 0000 ~ 01694955 n 0000 ~ 01695060 n 0000 | any of various large tropical carnivorous lizards of Africa and Asia and Australia; fabled to warn of crocodiles
-01694955 05 n 02 African_monitor 0 Varanus_niloticus 0 001 @ 01694709 n 0000 | destroys crocodile eggs
-01695060 05 n 05 Komodo_dragon 0 Komodo_lizard 0 dragon_lizard 0 giant_lizard 0 Varanus_komodoensis 0 001 @ 01694709 n 0000 | the largest lizard in the world (10 feet); found on Indonesian islands
-01695259 05 n 02 Archosauria 0 subclass_Archosauria 0 012 @ 08103777 n 0000 #m 01660719 n 0000 %m 01695681 n 0000 %m 01696026 n 0000 %m 01696151 n 0000 %m 01696282 n 0000 %m 01700076 n 0000 %m 01707895 n 0000 %m 01722828 n 0000 %m 01723678 n 0000 %m 01724055 n 0000 %m 01725240 n 0000 | a large subclass of diapsid reptiles including: crocodiles; alligators; dinosaurs; pterosaurs; plesiosaurs; ichthyosaurs; thecodonts
-01695681 05 n 03 archosaur 0 archosaurian 0 archosaurian_reptile 0 010 @ 01661818 n 0000 #m 01695259 n 0000 + 02640354 a 0201 + 02640354 a 0101 ~ 01699831 n 0000 ~ 01722998 n 0000 ~ 01723883 n 0000 ~ 01724231 n 0000 ~ 01725713 n 0000 ~ 01726203 n 0000 | extinct reptiles including: dinosaurs; plesiosaurs; pterosaurs; ichthyosaurs; thecodonts
-01696026 05 n 02 Saurosuchus 0 genus_Saurosuchus 0 002 @ 01657723 n 0000 #m 01695259 n 0000 | early archosaurian carnivore
-01696151 05 n 02 Proterochampsa 0 genus_Proterochampsa 0 002 @ 01657723 n 0000 #m 01695259 n 0000 | early archosaurian carnivore
-01696282 05 n 04 Crocodylia 0 order_Crocodylia 0 Crocodilia 0 order_Crocodilia 0 006 @ 01342529 n 0000 #m 01695259 n 0000 %m 01696633 n 0000 %m 01696849 n 0000 %m 01698144 n 0000 %m 01699415 n 0000 | crocodiles; alligators; caimans; gavials
-01696525 05 n 02 Loricata 0 order_Loricata 0 001 @ 01342529 n 0000 | former name for the order Crocodylia
-01696633 05 n 02 crocodilian_reptile 0 crocodilian 0 007 @ 01661818 n 0000 #m 01696282 n 0000 ~ 01697178 n 0000 ~ 01697978 n 0000 ~ 01698434 n 0000 ~ 01699040 n 0000 ~ 01699675 n 0000 | extant archosaurian reptile
-01696849 05 n 02 Crocodylidae 0 family_Crocodylidae 0 004 @ 01656813 n 0000 #m 01696282 n 0000 %m 01697002 n 0000 %m 01697837 n 0000 | true crocodiles
-01697002 05 n 04 Crocodylus 0 genus_Crocodylus 0 Crocodilus 0 genus_Crocodilus 0 003 @ 01657723 n 0000 #m 01696849 n 0000 %m 01697178 n 0000 | type genus of the Crocodylidae
-01697178 05 n 01 crocodile 0 005 @ 01696633 n 0000 #m 01697002 n 0000 ~ 01697457 n 0000 ~ 01697611 n 0000 ~ 01697749 n 0000 | large voracious aquatic reptile having a long snout with massive jaws and sharp teeth and a body covered with bony plates; of sluggish tropical waters
-01697457 05 n 03 African_crocodile 0 Nile_crocodile 0 Crocodylus_niloticus 0 001 @ 01697178 n 0000 | a dangerous crocodile widely distributed in Africa
-01697611 05 n 02 Asian_crocodile 0 Crocodylus_porosus 0 001 @ 01697178 n 0000 | estuarine crocodile of eastern Asia and Pacific islands
-01697749 05 n 01 Morlett's_crocodile 0 001 @ 01697178 n 0000 | a variety of crocodile
-01697837 05 n 02 Tomistoma 0 genus_Tomistoma 0 003 @ 01657723 n 0000 #m 01696849 n 0000 %m 01697978 n 0000 | a genus of Malayan crocodiles
-01697978 05 n 02 false_gavial 0 Tomistoma_schlegeli 0 002 @ 01696633 n 0000 #m 01697837 n 0000 | crocodile of southeast Asia similar to but smaller than the gavial
-01698144 05 n 02 Alligatoridae 0 family_Alligatoridae 0 004 @ 01656813 n 0000 #m 01696282 n 0000 %m 01698303 n 0000 %m 01698936 n 0000 | alligators; caimans
-01698303 05 n 01 genus_Alligator 0 003 @ 01657723 n 0000 #m 01698144 n 0000 %m 01698434 n 0000 | type genus of the Alligatoridae
-01698434 05 n 02 alligator 0 gator 0 004 @ 01696633 n 0000 #m 01698303 n 0000 ~ 01698640 n 0000 ~ 01698782 n 0000 | either of two amphibious reptiles related to crocodiles but with shorter broader snouts
-01698640 05 n 02 American_alligator 0 Alligator_mississipiensis 0 001 @ 01698434 n 0000 | large alligator of the southeastern United States
-01698782 05 n 02 Chinese_alligator 0 Alligator_sinensis 0 001 @ 01698434 n 0000 | small alligator of the Yangtze valley of China having unwebbed digits
-01698936 05 n 01 genus_Caiman 0 003 @ 01657723 n 0000 #m 01698144 n 0000 %m 01699040 n 0000 | caimans
-01699040 05 n 02 caiman 0 cayman 0 003 @ 01696633 n 0000 #m 01698936 n 0000 ~ 01699254 n 0000 | a semiaquatic reptile of Central and South America that resembles an alligator but has a more heavily armored belly
-01699254 05 n 02 spectacled_caiman 0 Caiman_sclerops 0 001 @ 01699040 n 0000 | caiman with bony ridges about the eyes; found from southern Mexico to Argentina
-01699415 05 n 02 Gavialidae 0 family_Gavialidae 0 003 @ 01656813 n 0000 #m 01696282 n 0000 %m 01699537 n 0000 | gavials
-01699537 05 n 02 Gavialis 0 genus_Gavialis 0 003 @ 01657723 n 0000 #m 01699415 n 0000 %m 01699675 n 0000 | type genus of the Gavialidae
-01699675 05 n 02 gavial 0 Gavialis_gangeticus 0 002 @ 01696633 n 0000 #m 01699537 n 0000 | large fish-eating Indian crocodilian with a long slender snout
-01699831 05 n 01 dinosaur 0 008 @ 01695681 n 0000 ~ 01700470 n 0000 ~ 01707698 n 0000 ~ 01708106 n 0000 ~ 01710177 n 0000 ~ 01710747 n 0000 ~ 01711160 n 0000 ~ 01711496 n 0000 | any of numerous extinct terrestrial reptiles of the Mesozoic era
-01700076 05 n 02 Ornithischia 0 order_Ornithischia 0 008 @ 01342529 n 0000 #m 01695259 n 0000 %m 01700470 n 0000 %m 01700754 n 0000 %m 01701052 n 0000 %m 01701334 n 0000 %m 01702623 n 0000 %m 01705247 n 0000 | extinct terrestrial reptiles having bird-like pelvises: armored dinosaurs (thyreophorans); boneheaded and horned dinosaurs (marginocephalians); duck-billed dinosaurs (euronithopods)
-01700470 05 n 02 ornithischian 0 ornithischian_dinosaur 0 009 @ 01699831 n 0000 #m 01700076 n 0000 ~ 01700924 n 0000 ~ 01701205 n 0000 ~ 01701551 n 0000 ~ 01703011 n 0000 ~ 01703569 n 0000 ~ 01705591 n 0000 ~ 01705934 n 0000 | herbivorous dinosaur with a pelvis like that of a bird
-01700754 05 n 01 genus_Pisanosaurus 0 003 @ 01657723 n 0000 #m 01700076 n 0000 %m 01700924 n 0000 | primitive ornithischian dinosaur found in Argentina; early Triassic
-01700924 05 n 02 pisanosaur 0 pisanosaurus 0 002 @ 01700470 n 0000 #m 01700754 n 0000 | primitive dinosaur found in Argentina
-01701052 05 n 01 genus_Staurikosaurus 0 003 @ 01657723 n 0000 #m 01700076 n 0000 %m 01701205 n 0000 | primitive ornithischian dinosaur found in Brazil
-01701205 05 n 02 staurikosaur 0 staurikosaurus 0 002 @ 01700470 n 0000 #m 01701052 n 0000 | primitive dinosaur found in Brazil
-01701334 05 n 03 Thyreophora 0 suborder_Thyreophora 0 thyreophoran 0 005 @ 01342529 n 0000 #m 01700076 n 0000 %m 01701551 n 0000 %m 01701697 n 0000 %m 01702087 n 0000 | armored dinosaurs: stegosaurs and ankylosaurs
-01701551 05 n 01 armored_dinosaur 0 004 @ 01700470 n 0000 #m 01701334 n 0000 ~ 01701859 n 0000 ~ 01702256 n 0000 | dinosaurs having bony armour
-01701697 05 n 01 genus_Stegosaurus 0 003 @ 01657723 n 0000 #m 01701334 n 0000 %m 01701859 n 0000 | quadrupedal armored herbivore of the Jurassic and Cretaceous
-01701859 05 n 03 stegosaur 0 stegosaurus 0 Stegosaur_stenops 0 002 @ 01701551 n 0000 #m 01701697 n 0000 | herbivorous ornithischian dinosaur with a row of bony plates along its back and a spiked tail probably used as a weapon
-01702087 05 n 01 genus_Ankylosaurus 0 004 @ 01657723 n 0000 #m 01701334 n 0000 %m 01702256 n 0000 %m 01702479 n 0000 | armored herbivorous dinosaurs of the Cretaceous
-01702256 05 n 02 ankylosaur 0 ankylosaurus 0 003 @ 01701551 n 0000 #m 01702087 n 0000 ~ 01702479 n 0000 | having the back covered with thick bony plates; thought to have walked with a sprawling gait resembling a lizard's
-01702479 05 n 01 Edmontonia 0 002 @ 01702256 n 0000 #m 01702087 n 0000 | heavily armored and highly spiked dinosaur with semi-upright posture
-01702623 05 n 03 Marginocephalia 0 suborder_Marginocephalia 0 marginocephalian 0 004 @ 01342529 n 0000 #m 01700076 n 0000 %m 01702862 n 0000 %m 01703341 n 0000 | includes boneheaded (pachycephalosaurs) and horned (ceratopsian) dinosaurs
-01702862 05 n 01 suborder_Pachycephalosaurus 0 003 @ 01342529 n 0000 #m 01702623 n 0000 %m 01703011 n 0000 | boneheaded dinosaurs; late Cretaceous
-01703011 05 n 01 bone-headed_dinosaur 0 003 @ 01700470 n 0000 #m 01702862 n 0000 ~ 01703161 n 0000 | bipedal herbivorous dinosaurs with bony crowns
-01703161 05 n 02 pachycephalosaur 0 pachycephalosaurus 0 001 @ 01703011 n 0000 | bipedal herbivore having 10 inches of bone atop its head; largest boneheaded dinosaur ever found
-01703341 05 n 02 Ceratopsia 0 suborder_Ceratopsia 0 008 @ 01342529 n 0000 #m 01702623 n 0000 %m 01703569 n 0000 %m 01703866 n 0000 %m 01703996 n 0000 %m 01704184 n 0000 %m 01704497 n 0000 %m 01704847 n 0000 | horned dinosaurs
-01703569 05 n 02 ceratopsian 0 horned_dinosaur 0 006 @ 01700470 n 0000 #m 01703341 n 0000 ~ 01704103 n 0000 ~ 01704323 n 0000 ~ 01704626 n 0000 ~ 01705010 n 0000 | any of several four-footed herbivorous dinosaurs with enormous beaked skulls; of the late Cretaceous in North America and Mongolia
-01703866 05 n 02 Ceratopsidae 0 family_Ceratopsidae 0 002 @ 01656813 n 0000 #m 01703341 n 0000 | American ceratopsian dinosaurs
-01703996 05 n 01 genus_Protoceratops 0 002 @ 01657723 n 0000 #m 01703341 n 0000 | small horned dinosaurs
-01704103 05 n 01 protoceratops 0 001 @ 01703569 n 0000 | small horned dinosaur
-01704184 05 n 01 genus_Triceratops 0 003 @ 01657723 n 0000 #m 01703341 n 0000 %m 01704323 n 0000 | genus of herbivorous horned dinosaurs
-01704323 05 n 01 triceratops 0 002 @ 01703569 n 0000 #m 01704184 n 0000 | huge ceratopsian dinosaur having three horns and the neck heavily armored with a very solid frill
-01704497 05 n 01 genus_Styracosaurus 0 003 @ 01657723 n 0000 #m 01703341 n 0000 %m 01704626 n 0000 | genus of horned dinosaurs
-01704626 05 n 02 styracosaur 0 styracosaurus 0 002 @ 01703569 n 0000 #m 01704497 n 0000 | an unusual ceratopsian dinosaur having many large spikes around the edge of its bony frill and a long nose horn; late Cretaceous
-01704847 05 n 01 genus_Psittacosaurus 0 003 @ 01657723 n 0000 #m 01703341 n 0000 %m 01705010 n 0000 | most primitive genus of horned dinosaurs; early Cretaceous
-01705010 05 n 02 psittacosaur 0 psittacosaurus 0 002 @ 01703569 n 0000 #m 01704847 n 0000 | primitive dinosaur actually lacking horns and having only the beginning of a frill; long hind limbs and short forelimbs; may have been bipedal
-01705247 05 n 05 Euronithopoda 0 suborder_Euronithopoda 0 euronithopod 0 Ornithopoda 0 suborder_Ornithopoda 0 006 @ 01342529 n 0000 #m 01700076 n 0000 %m 01705591 n 0000 %m 01705717 n 0000 %m 01707149 n 0000 %m 01707433 n 0000 | widespread group including duck-billed dinosaurs and their early relatives (hadrosaurs, trachodon and iguanodon)
-01705591 05 n 02 ornithopod 0 ornithopod_dinosaur 0 002 @ 01700470 n 0000 #m 01705247 n 0000 | bipedal herbivorous dinosaur
-01705717 05 n 02 Hadrosauridae 0 family_Hadrosauridae 0 006 @ 01656813 n 0000 #m 01705247 n 0000 %m 01705934 n 0000 %m 01706247 n 0000 %m 01706533 n 0000 %m 01706865 n 0000 | duck-billed dinosaurs; upper Cretaceous
-01705934 05 n 03 hadrosaur 0 hadrosaurus 0 duck-billed_dinosaur 0 006 @ 01700470 n 0000 #m 01705717 n 0000 ~ 01706401 n 0000 ~ 01706686 n 0000 ~ 01707000 n 0000 ~ 01707294 n 0000 | any of numerous large bipedal ornithischian dinosaurs having a horny duck-like bill and webbed feet; may have been partly aquatic
-01706247 05 n 01 genus_Anatotitan 0 003 @ 01657723 n 0000 #m 01705717 n 0000 %m 01706401 n 0000 | genus of large duck-billed dinosaurs; late Cretaceous
-01706401 05 n 01 anatotitan 0 002 @ 01705934 n 0000 #m 01706247 n 0000 | one of the largest and most famous duck-billed dinosaurs
-01706533 05 n 01 genus_Corythosaurus 0 003 @ 01657723 n 0000 #m 01705717 n 0000 %m 01706686 n 0000 | genus of duck-billed dinosaurs of late Cretaceous
-01706686 05 n 02 corythosaur 0 corythosaurus 0 002 @ 01705934 n 0000 #m 01706533 n 0000 | duck-billed dinosaur with nasal passages that expand into a crest like a hollow helmet
-01706865 05 n 01 genus_Edmontosaurus 0 003 @ 01657723 n 0000 #m 01705717 n 0000 %m 01707000 n 0000 | duck-billed dinosaurs of Canada
-01707000 05 n 01 edmontosaurus 0 002 @ 01705934 n 0000 #m 01706865 n 0000 | duck-billed dinosaur from Canada found as a fossilized mummy with skin
-01707149 05 n 01 genus_Trachodon 0 003 @ 01657723 n 0000 #m 01705247 n 0000 %m 01707294 n 0000 | a reptile genus of the suborder Euronithopoda
-01707294 05 n 02 trachodon 0 trachodont 0 002 @ 01705934 n 0000 #m 01707149 n 0000 | large duck-billed dinosaur of the Cretaceous period
-01707433 05 n 02 Iguanodontidae 0 family_Iguanodontidae 0 003 @ 01656813 n 0000 #m 01705247 n 0000 %m 01707566 n 0000 | iguanodons
-01707566 05 n 01 genus_Iguanodon 0 003 @ 01657723 n 0000 #m 01707433 n 0000 %m 01707698 n 0000 | type genus of the Iguanodontidae
-01707698 05 n 01 iguanodon 0 002 @ 01699831 n 0000 #m 01707566 n 0000 | massive herbivorous bipedal dinosaur with a long heavy tail; common in Europe and northern Africa; early Cretaceous period
-01707895 05 n 02 Saurischia 0 order_Saurischia 0 004 @ 01342529 n 0000 #m 01695259 n 0000 %m 01708106 n 0000 %m 01708332 n 0000 | extinct terrestrial reptiles: theropods (carnivorous); sauropods (herbivorous)
-01708106 05 n 02 saurischian 0 saurischian_dinosaur 0 004 @ 01699831 n 0000 #m 01707895 n 0000 ~ 01708998 n 0000 ~ 01712008 n 0000 | herbivorous or carnivorous dinosaur having a three-pronged pelvis like that of a crocodile
-01708332 05 n 02 Sauropodomorpha 0 suborder_Sauropodomorpha 0 005 @ 01342529 n 0000 #m 01707895 n 0000 %m 01708648 n 0000 %m 01708778 n 0000 %m 01711662 n 0000 | gigantic herbivorous dinosaurs having huge bodies with long necks and small heads: Prosauropoda and Sauropoda (apatosaurus, diplodocus and titanosaurs)
-01708648 05 n 02 Prosauropoda 0 suborder_Prosauropoda 0 002 @ 01342529 n 0000 #m 01708332 n 0000 | the earliest known dinosaurs
-01708778 05 n 02 Sauropoda 0 suborder_Sauropoda 0 007 @ 01342529 n 0000 #m 01708332 n 0000 %m 01708998 n 0000 %m 01709278 n 0000 %m 01709723 n 0000 %m 01710035 n 0000 %m 01710348 n 0000 | any of the sauropod dinosaurs
-01708998 05 n 02 sauropod 0 sauropod_dinosaur 0 004 @ 01708106 n 0000 #m 01708778 n 0000 ~ 01709484 n 0000 ~ 01709876 n 0000 | very large herbivorous dinosaur of the Jurassic and Cretaceous having a small head a long neck and tail and five-toed limbs; largest known land animal
-01709278 05 n 02 genus_Apatosaurus 0 genus_Brontosaurus 0 003 @ 01657723 n 0000 #m 01708778 n 0000 %m 01709484 n 0000 | large quadrupedal herbivorous dinosaurs with very long neck and tail; late Jurassic
-01709484 05 n 06 apatosaur 0 apatosaurus 0 brontosaur 0 brontosaurus 0 thunder_lizard 0 Apatosaurus_excelsus 0 002 @ 01708998 n 0000 #m 01709278 n 0000 | huge quadrupedal herbivorous dinosaur common in North America in the late Jurassic
-01709723 05 n 01 genus_Barosaurus 0 003 @ 01657723 n 0000 #m 01708778 n 0000 %m 01709876 n 0000 | huge quadrupedal herbivorous dinosaur; late Jurassic
-01709876 05 n 02 barosaur 0 barosaurus 0 002 @ 01708998 n 0000 #m 01709723 n 0000 | a dinosaur that could grow to be as tall as a building five stories tall
-01710035 05 n 01 genus_Diplodocus 0 003 @ 01657723 n 0000 #m 01708778 n 0000 %m 01710177 n 0000 | a reptile genus of the suborder Sauropoda
-01710177 05 n 01 diplodocus 0 002 @ 01699831 n 0000 #m 01710035 n 0000 | a huge quadrupedal herbivore with long neck and tail; of late Jurassic in western North America
-01710348 05 n 02 Titanosauridae 0 family_Titanosauridae 0 004 @ 01656813 n 0000 #m 01708778 n 0000 %m 01710529 n 0000 %m 01711297 n 0000 | herbivorous dinosaurs of the Cretaceous
-01710529 05 n 02 Titanosaurus 0 genus_Titanosaurus 0 004 @ 01657723 n 0000 #m 01710348 n 0000 %m 01710747 n 0000 %m 01710993 n 0000 | genus of herbivorous dinosaurs flourishing during the Cretaceous in South America
-01710747 05 n 02 titanosaur 0 titanosaurian 0 003 @ 01699831 n 0000 #m 01710529 n 0000 ~ 01710993 n 0000 | amphibious quadrupedal herbivorous dinosaur with a long thin neck and whiplike tail; of the Cretaceous mostly in the southern hemisphere
-01710993 05 n 01 genus_Argentinosaurus 0 003 @ 01710747 n 0000 #m 01710529 n 0000 %m 01711160 n 0000 | enormous dinosaur of the middle Cretaceous found in Argentina
-01711160 05 n 01 argentinosaur 0 002 @ 01699831 n 0000 #m 01710993 n 0000 | huge herbivorous dinosaur of Cretaceous found in Argentina
-01711297 05 n 02 Seismosaurus 0 genus_Seismosaurus 0 003 @ 01657723 n 0000 #m 01710348 n 0000 %m 01711496 n 0000 | genus of large herbivorous dinosaurs of Cretaceous found in western North America
-01711496 05 n 02 ground-shaker 0 seismosaur 0 002 @ 01699831 n 0000 #m 01711297 n 0000 | huge herbivorous dinosaur of the Cretaceous found in western North America
-01711662 05 n 02 Theropoda 0 suborder_Theropoda 0 011 @ 01342529 n 0000 #m 01708332 n 0000 %m 01712008 n 0000 %m 01712432 n 0000 %m 01713310 n 0000 %m 01714404 n 0000 %m 01714686 n 0000 %m 01714982 n 0000 %m 01715249 n 0000 %m 01715692 n 0000 %m 01716732 n 0000 | carnivorous saurischian dinosaurs with short forelimbs; Jurassic and Cretaceous
-01712008 05 n 03 theropod 0 theropod_dinosaur 0 bird-footed_dinosaur 0 012 @ 01708106 n 0000 #m 01711662 n 0000 ~ 01712752 n 0000 ~ 01713508 n 0000 ~ 01713764 n 0000 ~ 01714231 n 0000 ~ 01714536 n 0000 ~ 01714843 n 0000 ~ 01715134 n 0000 ~ 01715518 n 0000 ~ 01715888 n 0000 ~ 01717016 n 0000 | any of numerous carnivorous dinosaurs of the Triassic to Cretaceous with short forelimbs that walked or ran on strong hind legs
-01712432 05 n 01 suborder_Ceratosaura 0 005 @ 01342529 n 0000 #m 01711662 n 0000 %m 01712606 n 0000 %m 01712752 n 0000 %m 01713040 n 0000 | primitive saurischian dinosaurs
-01712606 05 n 01 genus_Ceratosaurus 0 003 @ 01657723 n 0000 #m 01712432 n 0000 %m 01713170 n 0000 | primitive saurischian carnivorous dinosaurs
-01712752 05 n 02 ceratosaur 0 ceratosaurus 0 003 @ 01712008 n 0000 #m 01712432 n 0000 ~ 01713170 n 0000 | primitive medium-sized theropod; swift-running bipedal carnivorous dinosaur having grasping hands with sharp claws and a short horn between the nostrils; Jurassic in North America
-01713040 05 n 01 genus_Coelophysis 0 002 @ 01657723 n 0000 #m 01712432 n 0000 | late Triassic carnivorous saurischian dinosaurs
-01713170 05 n 01 coelophysis 0 002 @ 01712752 n 0000 #m 01712606 n 0000 | one of the oldest known dinosaurs; late Triassic; cannibalistic
-01713310 05 n 02 Carnosaura 0 suborder_Carnosaura 0 005 @ 01342529 n 0000 #m 01711662 n 0000 %m 01713508 n 0000 %m 01713635 n 0000 %m 01714059 n 0000 | largest carnivorous land animals ever known
-01713508 05 n 01 carnosaur 0 002 @ 01712008 n 0000 #m 01713310 n 0000 | large carnivorous bipedal dinosaur having huge claws
-01713635 05 n 01 genus_Tyrannosaurus 0 003 @ 01657723 n 0000 #m 01713310 n 0000 %m 01713764 n 0000 | includes a single species
-01713764 05 n 03 tyrannosaur 0 tyrannosaurus 0 Tyrannosaurus_rex 0 002 @ 01712008 n 0000 #m 01713635 n 0000 | large carnivorous bipedal dinosaur having enormous teeth with knifelike serrations; may have been a scavenger rather than an active predator; later Cretaceous period in North America
-01714059 05 n 02 genus_Allosaurus 0 genus_Antrodemus 0 003 @ 01657723 n 0000 #m 01713310 n 0000 %m 01714231 n 0000 | carnivorous dinosaur of North America; late Jurassic
-01714231 05 n 02 allosaur 0 allosaurus 0 002 @ 01712008 n 0000 #m 01714059 n 0000 | late Jurassic carnivorous dinosaur; similar to but somewhat smaller than tyrannosaurus
-01714404 05 n 01 genus_Compsognathus 0 003 @ 01657723 n 0000 #m 01711662 n 0000 %m 01714536 n 0000 | a reptile genus of Theropoda
-01714536 05 n 01 compsognathus 0 002 @ 01712008 n 0000 #m 01714404 n 0000 | very small bipedal carnivorous dinosaur of the late Jurassic in Bavaria
-01714686 05 n 01 genus_Herrerasaurus 0 003 @ 01657723 n 0000 #m 01711662 n 0000 %m 01714843 n 0000 | primitive theropod found in Argentina; early Triassic
-01714843 05 n 02 herrerasaur 0 herrerasaurus 0 002 @ 01712008 n 0000 #m 01714686 n 0000 | a kind of theropod dinosaur found in Argentina
-01714982 05 n 01 genus_Eoraptor 0 003 @ 01657723 n 0000 #m 01711662 n 0000 %m 01715134 n 0000 | primitive theropod found in Argentina; early Triassic
-01715134 05 n 01 eoraptor 0 002 @ 01712008 n 0000 #m 01714982 n 0000 | a theropod dinosaur of the genus Eoraptor
-01715249 05 n 02 Megalosauridae 0 family_Megalosauridae 0 003 @ 01656813 n 0000 #m 01711662 n 0000 %m 01715383 n 0000 | megalosaurs
-01715383 05 n 01 genus_Megalosaurus 0 003 @ 01657723 n 0000 #m 01715249 n 0000 %m 01715518 n 0000 | type genus of the Megalosauridae
-01715518 05 n 02 megalosaur 0 megalosaurus 0 002 @ 01712008 n 0000 #m 01715383 n 0000 | gigantic carnivorous bipedal dinosaur of the Jurassic or early Cretaceous in Europe
-01715692 05 n 02 Ornithomimida 0 suborder_Ornithomimida 0 005 @ 01342529 n 0000 #m 01711662 n 0000 %m 01715888 n 0000 %m 01716122 n 0000 %m 01716459 n 0000 | lightly built medium-size theropods
-01715888 05 n 01 ornithomimid 0 004 @ 01712008 n 0000 #m 01715692 n 0000 ~ 01716298 n 0000 ~ 01716594 n 0000 | lightly built medium-sized dinosaur having extremely long limbs and necks with small heads and big brains and large eyes
-01716122 05 n 01 genus_Struthiomimus 0 003 @ 01657723 n 0000 #m 01715692 n 0000 %m 01716298 n 0000 | small toothless saurischian dinosaurs; later Cretaceous period in Canada
-01716298 05 n 01 struthiomimus 0 002 @ 01715888 n 0000 #m 01716122 n 0000 | small light-boned toothless dinosaur resembling an ostrich in size and proportions
-01716459 05 n 01 genus_Deinocheirus 0 003 @ 01657723 n 0000 #m 01715692 n 0000 %m 01716594 n 0000 | a reptile genus of Ornithomimida
-01716594 05 n 01 deinocheirus 0 002 @ 01715888 n 0000 #m 01716459 n 0000 | lightly built medium-sized theropod with long limbs and neck
-01716732 05 n 02 Maniraptora 0 suborder_Maniraptora 0 007 @ 01342529 n 0000 #m 01711662 n 0000 %m 01717016 n 0000 %m 01717229 n 0000 %m 01717335 n 0000 %m 01717666 n 0000 %m 01718632 n 0000 | advanced theropods including oviraptorids and dromaeosaurs and possibly even modern birds
-01717016 05 n 01 maniraptor 0 008 @ 01712008 n 0000 #m 01716732 n 0000 ~ 01717229 n 0000 ~ 01717467 n 0000 ~ 01717860 n 0000 ~ 01718096 n 0000 ~ 01718414 n 0000 ~ 01718808 n 0000 | advanced carnivorous theropod
-01717229 05 n 01 oviraptorid 0 002 @ 01717016 n 0000 #m 01716732 n 0000 | advanced carnivorous theropod
-01717335 05 n 01 genus_Velociraptor 0 003 @ 01657723 n 0000 #m 01716732 n 0000 %m 01717467 n 0000 | advanced carnivorous theropod
-01717467 05 n 01 velociraptor 0 002 @ 01717016 n 0000 #m 01717335 n 0000 | small active carnivore that probably fed on protoceratops; possibly related more closely to birds than to other dinosaurs
-01717666 05 n 02 Dromaeosauridae 0 family_Dromaeosauridae 0 005 @ 01656813 n 0000 #m 01716732 n 0000 %m 01717860 n 0000 %m 01717957 n 0000 %m 01718276 n 0000 | swift-running bipedal dinosaurs
-01717860 05 n 01 dromaeosaur 0 002 @ 01717016 n 0000 #m 01717666 n 0000 | a kind of maniraptor
-01717957 05 n 01 genus_Deinonychus 0 003 @ 01657723 n 0000 #m 01717666 n 0000 %m 01718096 n 0000 | advanced bipedal carnivorous dinosaur
-01718096 05 n 01 deinonychus 0 002 @ 01717016 n 0000 #m 01717957 n 0000 | swift agile wolf-sized bipedal dinosaur having a large curved claw on each hind foot; of the Cretaceous
-01718276 05 n 01 genus_Utahraptor 0 003 @ 01657723 n 0000 #m 01717666 n 0000 %m 01718414 n 0000 | advanced bipedal carnivorous dinosaur
-01718414 05 n 02 utahraptor 0 superslasher 0 002 @ 01717016 n 0000 #m 01718276 n 0000 | large (20-ft) and swift carnivorous dinosaur having an upright slashing claw 15 inches long on each hind foot; early Cretaceous
-01718632 05 n 01 genus_Mononychus 0 003 @ 01657723 n 0000 #m 01716732 n 0000 %m 01718808 n 0000 | authorities disagree over whether to classify the genus as bird or dinosaur
-01718808 05 n 01 Mononychus_olecranus 0 002 @ 01717016 n 0000 #m 01718632 n 0000 | a turkey-sized long-legged fossil 75 million years old found in the Gobi Desert having bird-like fused wrist bones and keeled breastbone and a long tail resembling a dinosaur's; short forelimbs end in a single claw instead of wings; classification as bird or dinosaur is in dispute
-01719175 05 n 02 Synapsida 0 subclass_Synapsida 0 005 @ 08103777 n 0000 #m 01660719 n 0000 %m 01719645 n 0000 %m 01721404 n 0000 %m 01721718 n 0000 | extinct reptiles of the Permian to Jurassic considered ancestral to mammals
-01719403 05 n 02 synapsid 0 synapsid_reptile 0 006 @ 01661091 n 0000 ~ 01719914 n 0000 ~ 01721567 n 0000 ~ 01721898 n 0000 ~ 01722389 n 0000 ~ 01722670 n 0000 | extinct reptile having a single pair of lateral temporal openings in the skull
-01719645 05 n 02 Therapsida 0 order_Therapsida 0 006 @ 01342529 n 0000 #m 01719175 n 0000 %m 01719914 n 0000 %m 01720117 n 0000 %m 01720496 n 0000 %m 01721010 n 0000 | extinct mammal-like reptiles found inhabiting all continents from the mid Permian to late Triassic
-01719914 05 n 02 therapsid 0 protomammal 0 005 @ 01719403 n 0000 #m 01719645 n 0000 ~ 01720266 n 0000 ~ 01720767 n 0000 ~ 01721174 n 0000 | probably warm-blooded; considered direct ancestor of mammals
-01720117 05 n 02 Chronoperates 0 genus_Chronoperates 0 003 @ 01657723 n 0000 #m 01719645 n 0000 %m 01720266 n 0000 | a reptile genus of Therapsida
-01720266 05 n 01 Chronoperates_paradoxus 0 002 @ 01719914 n 0000 #m 01720117 n 0000 | shrew-sized protomammal from the Alberta region of Canada; from about 55 million years ago (much more recent than other mammal-like reptiles)
-01720496 05 n 02 Cynodontia 0 division_Cynodontia 0 004 @ 08221348 n 0000 #m 01719645 n 0000 %m 01720767 n 0000 %m 01720867 n 0000 | a division of the order Therapsida from the Triassic period comprising small carnivorous tetrapod reptiles often with mammal-like teeth
-01720767 05 n 01 cynodont 0 002 @ 01719914 n 0000 #m 01720496 n 0000 | small carnivorous reptiles
-01720867 05 n 02 Exaeretodon 0 genus_Exaeretodon 0 002 @ 01657723 n 0000 #m 01720496 n 0000 | a genus of reptiles of the division Cynodontia
-01721010 05 n 02 Dicynodontia 0 division_Dicynodontia 0 004 @ 08221348 n 0000 #m 01719645 n 0000 %m 01721174 n 0000 %m 01721269 n 0000 | a division of Therapsida
-01721174 05 n 01 dicynodont 0 002 @ 01719914 n 0000 #m 01721010 n 0000 | a kind of therapsid
-01721269 05 n 02 Ischigualastia 0 genus_Ischigualastia 0 002 @ 01657723 n 0000 #m 01721010 n 0000 | early reptile found in Argentina
-01721404 05 n 02 Ictodosauria 0 order_Ictodosauria 0 003 @ 01342529 n 0000 #m 01719175 n 0000 %m 01721567 n 0000 | extinct reptiles of the later Triassic period
-01721567 05 n 01 ictodosaur 0 002 @ 01719403 n 0000 #m 01721404 n 0000 | intermediate in form between the therapsids and most primitive true mammals
-01721718 05 n 02 Pelycosauria 0 order_Pelycosauria 0 005 @ 01342529 n 0000 #m 01719175 n 0000 %m 01721898 n 0000 %m 01722085 n 0000 %m 01722538 n 0000 | edaphosaurus; dimetrodon
-01721898 05 n 01 pelycosaur 0 002 @ 01719403 n 0000 #m 01721718 n 0000 | large primitive reptile having a tall spinal sail; of the Permian or late Paleozoic in Europe and North America
-01722085 05 n 02 Edaphosauridae 0 family_Edaphosauridae 0 003 @ 01656813 n 0000 #m 01721718 n 0000 %m 01722254 n 0000 | a family of reptiles of the order Pelycosauria
-01722254 05 n 01 genus_Edaphosaurus 0 003 @ 01657723 n 0000 #m 01722085 n 0000 %m 01722389 n 0000 | type genus of the Edaphosauridae
-01722389 05 n 01 edaphosaurus 0 002 @ 01719403 n 0000 #m 01722254 n 0000 | heavy-bodied reptile with a dorsal sail or crest; of the late Paleozoic
-01722538 05 n 01 genus_Dimetrodon 0 003 @ 01657723 n 0000 #m 01721718 n 0000 %m 01722670 n 0000 | a reptile genus of Pelycosauria
-01722670 05 n 01 dimetrodon 0 002 @ 01719403 n 0000 #m 01722538 n 0000 | carnivorous dinosaur of the Permian in North America having a crest or dorsal sail
-01722828 05 n 02 Pterosauria 0 order_Pterosauria 0 004 @ 01342529 n 0000 #m 01695259 n 0000 %m 01722998 n 0000 %m 01723259 n 0000 | extinct flying reptiles: pterosaurs
-01722998 05 n 02 pterosaur 0 flying_reptile 0 003 @ 01695681 n 0000 #m 01722828 n 0000 ~ 01723579 n 0000 | an extinct reptile of the Jurassic and Cretaceous having a bird-like beak and membranous wings supported by the very long fourth digit of each forelimb
-01723259 05 n 02 Pterodactylidae 0 family_Pterodactylidae 0 003 @ 01656813 n 0000 #m 01722828 n 0000 %m 01723425 n 0000 | a reptile family in the order Pterosauria
-01723425 05 n 02 Pterodactylus 0 genus_Pterodactylus 0 003 @ 01657723 n 0000 #m 01723259 n 0000 %m 01723579 n 0000 | a reptile genus of Pterodactylidae
-01723579 05 n 01 pterodactyl 0 002 @ 01722998 n 0000 #m 01723425 n 0000 | extinct flying reptile
-01723678 05 n 02 Thecodontia 0 order_Thecodontia 0 003 @ 01342529 n 0000 #m 01695259 n 0000 %m 01723883 n 0000 | extinct terrestrial reptiles having teeth set in sockets; of the late Permian to Triassic
-01723883 05 n 02 thecodont 0 thecodont_reptile 0 002 @ 01695681 n 0000 #m 01723678 n 0000 | presumably in the common ancestral line to dinosaurs and crocodiles and birds
-01724055 05 n 02 Ichthyosauria 0 order_Ichthyosauria 0 004 @ 01342529 n 0000 #m 01695259 n 0000 %m 01724231 n 0000 %m 01724470 n 0000 | extinct marine reptiles: ichthyosaurs
-01724231 05 n 01 ichthyosaur 0 004 @ 01695681 n 0000 #m 01724055 n 0000 ~ 01724840 n 0000 ~ 01725086 n 0000 | any of several marine reptiles of the Mesozoic having a body like a porpoise with dorsal and tail fins and paddle-shaped limbs
-01724470 05 n 02 Ichthyosauridae 0 family_Ichthyosauridae 0 004 @ 01656813 n 0000 #m 01724055 n 0000 %m 01724703 n 0000 %m 01724947 n 0000 | later ichthyosaurs of the Jurassic and Cretaceous; widely distributed in both hemispheres
-01724703 05 n 01 genus_Ichthyosaurus 0 003 @ 01657723 n 0000 #m 01724470 n 0000 %m 01724840 n 0000 | type genus of the Ichthyosauridae
-01724840 05 n 01 ichthyosaurus 0 002 @ 01724231 n 0000 #m 01724703 n 0000 | ichthyosaurs of the Jurassic
-01724947 05 n 01 genus_Stenopterygius 0 003 @ 01657723 n 0000 #m 01724470 n 0000 %m 01725086 n 0000 | a reptile genus of Ichthyosauridae
-01725086 05 n 02 stenopterygius 0 Stenopterygius_quadrisicissus 0 002 @ 01724231 n 0000 #m 01724947 n 0000 | an ichthyosaur of the genus Stenopterygius
-01725240 05 n 02 Sauropterygia 0 order_Sauropterygia 0 004 @ 01342529 n 0000 #m 01695259 n 0000 %m 01725427 n 0000 %m 01725933 n 0000 | extinct marine reptiles: plesiosaurs; nothosaurs
-01725427 05 n 02 Plesiosauria 0 suborder_Plesiosauria 0 003 @ 01342529 n 0000 #m 01725240 n 0000 %m 01725570 n 0000 | any of the plesiosaurs
-01725570 05 n 01 genus_Plesiosaurus 0 003 @ 01657723 n 0000 #m 01725427 n 0000 %m 01725713 n 0000 | a reptile genus of suborder Plesiosauria
-01725713 05 n 02 plesiosaur 0 plesiosaurus 0 002 @ 01695681 n 0000 #m 01725570 n 0000 | extinct marine reptile with a small head on a long neck a short tail and four paddle-shaped limbs; of the Jurassic and Cretaceous
-01725933 05 n 02 Nothosauria 0 suborder_Nothosauria 0 003 @ 01342529 n 0000 #m 01725240 n 0000 %m 01726079 n 0000 | a suborder of Sauropterygia
-01726079 05 n 01 genus_Nothosaurus 0 003 @ 01657723 n 0000 #m 01725933 n 0000 %m 01726203 n 0000 | a genus of Nothosauria
-01726203 05 n 01 nothosaur 0 002 @ 01695681 n 0000 #m 01726079 n 0000 | extinct marine reptile with longer more slender limbs than plesiosaurs and less completely modified for swimming
-01726390 05 n 04 Serpentes 0 suborder_Serpentes 0 Ophidia 0 suborder_Ophidia 0 011 @ 01342529 n 0000 #m 01673503 n 0000 %m 01726692 n 0000 %m 01726960 n 0000 %m 01740283 n 0000 %m 01740393 n 0000 %m 01741744 n 0000 %m 01744657 n 0000 %m 01751621 n 0000 %m 01751979 n 0000 %m 01753721 n 0000 | snakes
-01726692 05 n 03 snake 0 serpent 0 ophidian 0 009 @ 01661818 n 0000 #m 01726390 n 0000 + 02316820 a 0102 ~ 01727646 n 0000 ~ 01740551 n 0000 ~ 01741562 n 0000 ~ 01745125 n 0000 ~ 01751748 n 0000 ~ 01752165 n 0000 | limbless scaly elongate reptile; some are venomous
-01726960 05 n 02 Colubridae 0 family_Colubridae 0 030 @ 01656813 n 0000 #m 01726390 n 0000 %m 01727646 n 0000 %m 01728445 n 0000 %m 01728738 n 0000 %m 01729133 n 0000 %m 01729533 n 0000 %m 01729838 n 0000 %m 01730429 n 0000 %m 01730679 n 0000 %m 01731418 n 0000 %m 01732445 n 0000 %m 01733094 n 0000 %m 01733346 n 0000 %m 01733634 n 0000 %m 01734273 n 0000 %m 01735062 n 0000 %m 01735898 n 0000 %m 01736256 n 0000 %m 01736569 n 0000 %m 01736696 n 0000 %m 01737197 n 0000 %m 01737356 n 0000 %m 01738175 n 0000 %m 01738470 n 0000 %m 01738965 n 0000 %m 01739260 n 0000 %m 01739518 n 0000 %m 01740005 n 0000 %m 01741116 n 0000 | nonvenomous snakes; about two-thirds of all living species
-01727646 05 n 02 colubrid_snake 0 colubrid 0 027 @ 01726692 n 0000 #m 01726960 n 0000 ~ 01728266 n 0000 ~ 01728572 n 0000 ~ 01728920 n 0000 ~ 01729322 n 0000 ~ 01729672 n 0000 ~ 01729977 n 0000 ~ 01730563 n 0000 ~ 01730812 n 0000 ~ 01731545 n 0000 ~ 01732244 n 0000 ~ 01733466 n 0000 ~ 01733757 n 0000 ~ 01734418 n 0000 ~ 01735189 n 0000 ~ 01736032 n 0000 ~ 01736375 n 0000 ~ 01736796 n 0000 ~ 01737021 n 0000 ~ 01738306 n 0000 ~ 01738601 n 0000 ~ 01739094 n 0000 ~ 01739381 n 0000 ~ 01739647 n 0000 ~ 01740131 n 0000 ~ 01741232 n 0000 | mostly harmless temperate-to-tropical terrestrial or arboreal or aquatic snakes
-01728266 05 n 01 hoop_snake 0 001 @ 01727646 n 0000 | any of various harmless North American snakes that were formerly believed to take tail in mouth and roll along like a hoop
-01728445 05 n 02 Carphophis 0 genus_Carphophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01728572 n 0000 | thunder snake
-01728572 05 n 03 thunder_snake 0 worm_snake 2 Carphophis_amoenus 0 002 @ 01727646 n 0000 #m 01728445 n 0000 | small reddish wormlike snake of eastern United States
-01728738 05 n 02 Diadophis 0 genus_Diadophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01728920 n 0000 | a genus of reptiles of the family Colubridae including ringneck snakes
-01728920 05 n 03 ringneck_snake 0 ring-necked_snake 0 ring_snake 2 002 @ 01727646 n 0000 #m 01728738 n 0000 | any of numerous small nonvenomous North American snakes with a yellow or orange ring around the neck
-01729133 05 n 02 Heterodon 0 genus_Heterodon 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01729322 n 0000 | a genus of small colubrid snakes containing the North American hognose snakes
-01729322 05 n 03 hognose_snake 0 puff_adder 2 sand_viper 2 002 @ 01727646 n 0000 #m 01729133 n 0000 | harmless North American snake with upturned nose; may spread its head and neck or play dead when disturbed
-01729533 05 n 02 Phyllorhynchus 0 genus_Phyllorhynchus 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01729672 n 0000 | leaf-nosed snakes
-01729672 05 n 01 leaf-nosed_snake 0 002 @ 01727646 n 0000 #m 01729533 n 0000 | any of various pale blotched snakes with a blunt snout of southwestern North America
-01729838 05 n 02 Opheodrys 0 genus_Opheodrys 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01729977 n 0000 | North American green snakes
-01729977 05 n 02 green_snake 1 grass_snake 3 004 @ 01727646 n 0000 #m 01729838 n 0000 ~ 01730185 n 0000 ~ 01730307 n 0000 | either of two North American chiefly insectivorous snakes that are green in color
-01730185 05 n 02 smooth_green_snake 0 Opheodrys_vernalis 0 001 @ 01729977 n 0000 | of western and central United States
-01730307 05 n 02 rough_green_snake 0 Opheodrys_aestivus 0 001 @ 01729977 n 0000 | of southern and eastern United States
-01730429 05 n 02 Chlorophis 0 genus_Chlorophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01730563 n 0000 | African green snakes
-01730563 05 n 01 green_snake 2 002 @ 01727646 n 0000 #m 01730429 n 0000 | any of numerous African colubrid snakes
-01730679 05 n 02 Coluber 0 genus_Coluber 0 004 @ 01657723 n 0000 #m 01726960 n 0000 %m 01730812 n 0000 %m 01731277 n 0000 | racers
-01730812 05 n 01 racer 1 004 @ 01727646 n 0000 #m 01730679 n 0000 ~ 01730960 n 0000 ~ 01731277 n 0000 | slender fast-moving North American snakes
-01730960 05 n 03 blacksnake 1 black_racer 0 Coluber_constrictor 0 002 @ 01730812 n 0000 ~ 01731137 n 0000 | blackish racer of the eastern United States that grows to six feet
-01731137 05 n 02 blue_racer 0 Coluber_constrictor_flaviventris 0 001 @ 01730960 n 0000 | bluish-green blacksnake found from Ohio to Texas
-01731277 05 n 02 horseshoe_whipsnake 0 Coluber_hippocrepis 0 002 @ 01730812 n 0000 #m 01730679 n 0000 | slender fast-moving Eurasian snake
-01731418 05 n 02 Masticophis 0 genus_Masticophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01731545 n 0000 | whip snakes
-01731545 05 n 03 whip-snake 0 whip_snake 0 whipsnake 0 005 @ 01727646 n 0000 #m 01731418 n 0000 ~ 01731764 n 0000 ~ 01731941 n 0000 ~ 01732093 n 0000 | any of several small fast-moving snakes with long whiplike tails
-01731764 05 n 03 coachwhip 0 coachwhip_snake 0 Masticophis_flagellum 0 001 @ 01731545 n 0000 | a whipsnake of southern United States and Mexico; tail resembles a braided whip
-01731941 05 n 03 California_whipsnake 0 striped_racer 0 Masticophis_lateralis 0 001 @ 01731545 n 0000 | a whipsnake of scrublands and rocky hillsides
-01732093 05 n 02 Sonoran_whipsnake 0 Masticophis_bilineatus 0 001 @ 01731545 n 0000 | both terrestrial and arboreal snake of United States southwest
-01732244 05 n 01 rat_snake 0 005 @ 01727646 n 0000 ~ 01732614 n 0000 ~ 01732789 n 0000 ~ 01732989 n 0000 ~ 01733214 n 0000 | any of various nonvenomous rodent-eating snakes of North America and Asia
-01732445 05 n 02 Elaphe 0 genus_Elaphe 0 005 @ 01657723 n 0000 #m 01726960 n 0000 %m 01732614 n 0000 %m 01732789 n 0000 %m 01732989 n 0000 | North American rat snakes
-01732614 05 n 03 corn_snake 0 red_rat_snake 0 Elaphe_guttata 0 002 @ 01732244 n 0000 #m 01732445 n 0000 | large harmless snake of southeastern United States; often on farms
-01732789 05 n 05 black_rat_snake 0 blacksnake 2 pilot_blacksnake 0 mountain_blacksnake 0 Elaphe_obsoleta 0 002 @ 01732244 n 0000 #m 01732445 n 0000 | large harmless shiny black North American snake
-01732989 05 n 01 chicken_snake 0 002 @ 01732244 n 0000 #m 01732445 n 0000 | large North American snake
-01733094 05 n 02 Ptyas 0 genus_Ptyas 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01733214 n 0000 | Asian rat snakes
-01733214 05 n 02 Indian_rat_snake 0 Ptyas_mucosus 0 002 @ 01732244 n 0000 #m 01733094 n 0000 | enter buildings in pursuit of prey
-01733346 05 n 02 Arizona 0 genus_Arizona 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01733466 n 0000 | glossy snake
-01733466 05 n 02 glossy_snake 0 Arizona_elegans 0 002 @ 01727646 n 0000 #m 01733346 n 0000 | nocturnal burrowing snake of western United States with shiny tan scales
-01733634 05 n 02 Pituophis 0 genus_Pituophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01733757 n 0000 | bull snakes
-01733757 05 n 02 bull_snake 0 bull-snake 0 004 @ 01727646 n 0000 #m 01733634 n 0000 ~ 01733957 n 0000 ~ 01734104 n 0000 | any of several large harmless rodent-eating North American burrowing snakes
-01733957 05 n 02 gopher_snake 2 Pituophis_melanoleucus 0 001 @ 01733757 n 0000 | bull snake of western North America that invades rodent burrows
-01734104 05 n 01 pine_snake 0 001 @ 01733757 n 0000 | any of several bull snakes of eastern and southeastern United States found chiefly in pine woods; now threatened
-01734273 05 n 02 Lampropeltis 0 genus_Lampropeltis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01734418 n 0000 | king snakes and milk snakes
-01734418 05 n 02 king_snake 0 kingsnake 0 004 @ 01727646 n 0000 #m 01734273 n 0000 ~ 01734637 n 0000 ~ 01734808 n 0000 | any of numerous nonvenomous North American constrictors; feed on other snakes and small mammals
-01734637 05 n 02 common_kingsnake 0 Lampropeltis_getulus 0 001 @ 01734418 n 0000 | widespread in United States except northern regions; black or brown with yellow bands
-01734808 05 n 05 milk_snake 0 house_snake 0 milk_adder 0 checkered_adder 0 Lampropeltis_triangulum 0 001 @ 01734418 n 0000 | nonvenomous tan and brown king snake with an arrow-shaped occipital spot; southeastern ones have red stripes like coral snakes
-01735062 05 n 02 Thamnophis 0 genus_Thamnophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01735189 n 0000 | garter snakes
-01735189 05 n 02 garter_snake 0 grass_snake 2 005 @ 01727646 n 0000 #m 01735062 n 0000 ~ 01735439 n 0000 ~ 01735577 n 0000 ~ 01735728 n 0000 | any of numerous nonvenomous longitudinally-striped viviparous North American and Central American snakes
-01735439 05 n 02 common_garter_snake 0 Thamnophis_sirtalis 0 001 @ 01735189 n 0000 | a garter snake that is widespread in North America
-01735577 05 n 02 ribbon_snake 0 Thamnophis_sauritus 0 001 @ 01735189 n 0000 | slender yellow-striped North American garter snake; prefers wet places
-01735728 05 n 02 Western_ribbon_snake 0 Thamnophis_proximus 0 001 @ 01735189 n 0000 | yellow- or reddish-striped snake of temperate woodlands and grasslands to tropics
-01735898 05 n 02 Tropidoclonion 0 genus_Tropidoclonion 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01736032 n 0000 | lined snakes
-01736032 05 n 02 lined_snake 0 Tropidoclonion_lineatum 0 002 @ 01727646 n 0000 #m 01735898 n 0000 | secretive snake of city dumps and parks as well as prairies and open woods; feeds on earthworms; of central United States
-01736256 05 n 02 Sonora 0 genus_Sonora 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01736375 n 0000 | ground snakes
-01736375 05 n 02 ground_snake 0 Sonora_semiannulata 0 002 @ 01727646 n 0000 #m 01736256 n 0000 | small shy brightly-ringed terrestrial snake of arid or semiarid areas of western North America
-01736569 05 n 02 Potamophis 0 genus_Potamophis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01736796 n 0000 | ground snakes
-01736696 05 n 02 Haldea 0 genus_Haldea 0 002 @ 01657723 n 0000 #m 01726960 n 0000 | ground snakes
-01736796 05 n 03 eastern_ground_snake 0 Potamophis_striatula 0 Haldea_striatula 0 002 @ 01727646 n 0000 #m 01736569 n 0000 | in some classifications placed in genus Haldea; small reddish-grey snake of eastern North America
-01737021 05 n 01 water_snake 0 004 @ 01727646 n 0000 ~ 01737472 n 0000 ~ 01737728 n 0000 ~ 01737875 n 0000 | any of various mostly harmless snakes that live in or near water
-01737197 05 n 02 Natrix 0 genus_Natrix 0 004 @ 01657723 n 0000 #m 01726960 n 0000 %m 01737472 n 0000 %m 01737728 n 0000 | water snakes; a cosmopolitan genus
-01737356 05 n 02 Nerodia 0 genus_Nerodia 0 002 @ 01657723 n 0000 #m 01726960 n 0000 | North American water snakes
-01737472 05 n 04 common_water_snake 0 banded_water_snake 0 Natrix_sipedon 0 Nerodia_sipedon 0 002 @ 01737021 n 0000 #m 01737197 n 0000 | in some classifications placed in the genus Nerodia; western United States snake that seldom ventures far from water
-01737728 05 n 01 water_moccasin 2 002 @ 01737021 n 0000 #m 01737197 n 0000 | any of numerous North American water snakes inhabiting fresh waters
-01737875 05 n 04 grass_snake 0 ring_snake 1 ringed_snake 0 Natrix_natrix 0 002 @ 01737021 n 0000 ~ 01738065 n 0000 | harmless European snake with a bright yellow collar; common in England
-01738065 05 n 02 viperine_grass_snake 0 Natrix_maura 0 001 @ 01737875 n 0000 | a small harmless grass snake
-01738175 05 n 02 Storeria 0 genus_Storeria 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01738306 n 0000 | a genus of Colubridae
-01738306 05 n 02 red-bellied_snake 0 Storeria_occipitamaculata 0 002 @ 01727646 n 0000 #m 01738175 n 0000 | harmless woodland snake of southeastern United States
-01738470 05 n 02 Chilomeniscus 0 genus_Chilomeniscus 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01738601 n 0000 | sand snakes
-01738601 05 n 01 sand_snake 0 003 @ 01727646 n 0000 #m 01738470 n 0000 ~ 01738731 n 0000 | small North American burrowing snake
-01738731 05 n 02 banded_sand_snake 0 Chilomeniscus_cinctus 0 001 @ 01738601 n 0000 | a sand snake of southwestern United States; lives in fine to coarse sand or loamy soil in which it `swims'; banding resembles that of coral snakes
-01738965 05 n 02 Tantilla 0 genus_Tantilla 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01739094 n 0000 | black-headed snakes
-01739094 05 n 01 black-headed_snake 0 002 @ 01727646 n 0000 #m 01738965 n 0000 | small secretive ground-living snake; found from central United States to Argentina
-01739260 05 n 02 Oxybelis 0 genus_Oxybelis 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01739381 n 0000 | vine snakes
-01739381 05 n 01 vine_snake 0 002 @ 01727646 n 0000 #m 01739260 n 0000 | slender arboreal snake found from southern Arizona to Bolivia
-01739518 05 n 02 Trimorphodon 0 genus_Trimorphodon 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01739647 n 0000 | lyre snakes
-01739647 05 n 01 lyre_snake 0 003 @ 01727646 n 0000 #m 01739518 n 0000 ~ 01739871 n 0000 | mildly venomous snake with a lyre-shaped mark on the head; found in rocky areas from southwestern United States to Central America
-01739871 05 n 02 Sonoran_lyre_snake 0 Trimorphodon_lambda 0 001 @ 01739647 n 0000 | of desert regions of southwestern North America
-01740005 05 n 02 Hypsiglena 0 genus_Hypsiglena 0 003 @ 01657723 n 0000 #m 01726960 n 0000 %m 01740131 n 0000 | night snakes
-01740131 05 n 02 night_snake 0 Hypsiglena_torquata 0 002 @ 01727646 n 0000 #m 01740005 n 0000 | nocturnal prowler of western United States and Mexico
-01740283 05 n 02 Typhlopidae 0 family_Typhlopidae 0 002 @ 01656813 n 0000 #m 01726390 n 0000 | blind snakes
-01740393 05 n 02 Leptotyphlopidae 0 family_Leptotyphlopidae 0 004 @ 01656813 n 0000 #m 01726390 n 0000 %m 01740551 n 0000 %m 01740721 n 0000 | blind snakes
-01740551 05 n 02 blind_snake 0 worm_snake 1 003 @ 01726692 n 0000 #m 01740393 n 0000 ~ 01740885 n 0000 | wormlike burrowing snake of warm regions having vestigial eyes
-01740721 05 n 02 Leptotyphlops 0 genus_Leptotyphlops 0 003 @ 01657723 n 0000 #m 01740393 n 0000 %m 01740885 n 0000 | blind snakes of Asia and Africa and Americas
-01740885 05 n 02 western_blind_snake 0 Leptotyphlops_humilis 0 002 @ 01740551 n 0000 #m 01740721 n 0000 | burrows among roots of shrubs and beneath rocks in desert and rocky hillside areas and beach sand of western United States
-01741116 05 n 02 Drymarchon 0 genus_Drymarchon 0 002 @ 01657723 n 0000 #m 01726960 n 0000 | a genus of Colubridae
-01741232 05 n 03 indigo_snake 0 gopher_snake 1 Drymarchon_corais 0 002 @ 01727646 n 0000 ~ 01741442 n 0000 | large dark-blue nonvenomous snake that invades burrows; found in southern North America and Mexico
-01741442 05 n 02 eastern_indigo_snake 0 Drymarchon_corais_couperi 0 001 @ 01741232 n 0000 | a variety of indigo snake
-01741562 05 n 01 constrictor 0 003 @ 01726692 n 0000 + 01387786 v 0102 ~ 01741943 n 0000 | any of various large nonvenomous snakes that kill their prey by crushing it in its coils
-01741744 05 n 02 Boidae 0 family_Boidae 0 007 @ 01656813 n 0000 #m 01726390 n 0000 %m 01741943 n 0000 %m 01742310 n 0000 %m 01742680 n 0000 %m 01742967 n 0000 %m 01743223 n 0000 | boas and pythons
-01741943 05 n 01 boa 0 007 @ 01741562 n 0000 #m 01741744 n 0000 ~ 01742172 n 0000 ~ 01742447 n 0000 ~ 01742821 n 0000 ~ 01743086 n 0000 ~ 01743605 n 0000 | any of several chiefly tropical constrictors with vestigial hind limbs
-01742172 05 n 02 boa_constrictor 0 Constrictor_constrictor 0 001 @ 01741943 n 0000 | very large boa of tropical America and West Indies
-01742310 05 n 02 Charina 0 genus_Charina 0 003 @ 01657723 n 0000 #m 01741744 n 0000 %m 01742447 n 0000 | boas of western North America
-01742447 05 n 03 rubber_boa 0 tow-headed_snake 0 Charina_bottae 0 002 @ 01741943 n 0000 #m 01742310 n 0000 | boa of grasslands and woodlands of western North America; looks and feels like rubber with tail and head of similar shape
-01742680 05 n 02 Lichanura 0 genus_Lichanura 0 003 @ 01657723 n 0000 #m 01741744 n 0000 %m 01742821 n 0000 | boas of western North America
-01742821 05 n 02 rosy_boa 0 Lichanura_trivirgata 0 002 @ 01741943 n 0000 #m 01742680 n 0000 | boa of rocky desert of southwestern United States
-01742967 05 n 02 Eunectes 0 genus_Eunectes 0 003 @ 01657723 n 0000 #m 01741744 n 0000 %m 01743086 n 0000 | anacondas
-01743086 05 n 02 anaconda 0 Eunectes_murinus 0 002 @ 01741943 n 0000 #m 01742967 n 0000 | large arboreal boa of tropical South America
-01743223 05 n 02 Pythoninae 0 subfamily_Pythoninae 0 004 @ 01656813 n 0000 #m 01741744 n 0000 %m 01743605 n 0000 %m 01743787 n 0000 | Old World boas: pythons; in some classifications considered a separate family from Boidae
-01743449 05 n 02 Pythonidae 0 family_Pythonidae 0 001 @ 01656813 n 0000 | in some classifications a family separate from Boidae comprising Old World boas
-01743605 05 n 01 python 0 007 @ 01741943 n 0000 #m 01743223 n 0000 ~ 01743936 n 0000 ~ 01744100 n 0000 ~ 01744270 n 0000 ~ 01744401 n 0000 ~ 01744555 n 0000 | large Old World boas
-01743787 05 n 01 genus_Python 0 005 @ 01657723 n 0000 #m 01743223 n 0000 %m 01744100 n 0000 %m 01744270 n 0000 %m 01744401 n 0000 | Old World boas
-01743936 05 n 03 carpet_snake 0 Python_variegatus 0 Morelia_spilotes_variegatus 0 001 @ 01743605 n 0000 | Australian python with a variegated pattern on its back
-01744100 05 n 02 reticulated_python 0 Python_reticulatus 0 002 @ 01743605 n 0000 #m 01743787 n 0000 | of southeast Asia and East Indies; the largest snake in the world
-01744270 05 n 02 Indian_python 0 Python_molurus 0 002 @ 01743605 n 0000 #m 01743787 n 0000 | very large python of southeast Asia
-01744401 05 n 03 rock_python 0 rock_snake 0 Python_sebae 0 002 @ 01743605 n 0000 #m 01743787 n 0000 | very large python of tropical and southern Africa
-01744555 05 n 01 amethystine_python 0 001 @ 01743605 n 0000 | a python having the color of amethyst
-01744657 05 n 02 Elapidae 0 family_Elapidae 0 018 @ 01656813 n 0000 #m 01726390 n 0000 %m 01745125 n 0000 %m 01745780 n 0000 %m 01746063 n 0000 %m 01746565 n 0000 %m 01746818 n 0000 %m 01747144 n 0000 %m 01747466 n 0000 %m 01747739 n 0000 %m 01748560 n 0000 %m 01749141 n 0000 %m 01749428 n 0000 %m 01750027 n 0000 %m 01750315 n 0000 %m 01750598 n 0000 %m 01750920 n 0000 %m 01751353 n 0000 | cobras; kraits; mambas; coral snakes; Australian taipan and tiger snakes
-01745125 05 n 02 elapid 0 elapid_snake 0 013 @ 01726692 n 0000 #m 01744657 n 0000 ~ 01745484 n 0000 ~ 01746359 n 0000 ~ 01747589 n 0000 ~ 01747885 n 0000 ~ 01749244 n 0000 ~ 01749582 n 0000 ~ 01750167 n 0000 ~ 01750437 n 0000 ~ 01750743 n 0000 ~ 01751036 n 0000 ~ 01751472 n 0000 | any of numerous venomous fanged snakes of warmer parts of both hemispheres
-01745484 05 n 03 coral_snake 1 harlequin-snake 0 New_World_coral_snake 0 003 @ 01745125 n 0000 ~ 01745902 n 0000 ~ 01746191 n 0000 | any of several venomous New World snakes brilliantly banded in red and black and either yellow or white; widely distributed in South America and Central America
-01745780 05 n 02 Micrurus 0 genus_Micrurus 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01745902 n 0000 | coral snakes
-01745902 05 n 02 eastern_coral_snake 0 Micrurus_fulvius 0 002 @ 01745484 n 0000 #m 01745780 n 0000 | ranges from Central America to southeastern United States
-01746063 05 n 02 Micruroides 0 genus_Micruroides 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01746191 n 0000 | coral snakes
-01746191 05 n 02 western_coral_snake 0 Micruroides_euryxanthus 0 002 @ 01745484 n 0000 #m 01746063 n 0000 | ranges from Central America to southwestern United States
-01746359 05 n 02 coral_snake 2 Old_World_coral_snake 0 004 @ 01745125 n 0000 ~ 01746727 n 0000 ~ 01746952 n 0000 ~ 01747285 n 0000 | any of various venomous elapid snakes of Asia and Africa and Australia
-01746565 05 n 04 Calliophis 0 genus_Calliophis 0 Callophis 0 genus_Callophis 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01746727 n 0000 | Asian coral snakes
-01746727 05 n 01 Asian_coral_snake 0 002 @ 01746359 n 0000 #m 01746565 n 0000 | of India
-01746818 05 n 02 Aspidelaps 0 genus_Aspidelaps 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01746952 n 0000 | African coral snakes
-01746952 05 n 02 African_coral_snake 0 Aspidelaps_lubricus 0 002 @ 01746359 n 0000 #m 01746818 n 0000 | small widely distributed arboreal snake of southern Africa banded in black and orange
-01747144 05 n 02 Rhynchoelaps 0 genus_Rhynchoelaps 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01747285 n 0000 | Australian coral snakes
-01747285 05 n 02 Australian_coral_snake 0 Rhynchoelaps_australis 0 002 @ 01746359 n 0000 #m 01747144 n 0000 | small venomous but harmless snake marked with black-and-white on red
-01747466 05 n 02 Denisonia 0 genus_Denisonia 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01747589 n 0000 | copperheads
-01747589 05 n 02 copperhead 2 Denisonia_superba 0 002 @ 01745125 n 0000 #m 01747466 n 0000 | venomous but sluggish reddish-brown snake of Australia
-01747739 05 n 02 Naja 0 genus_Naja 0 005 @ 01657723 n 0000 #m 01744657 n 0000 %m 01748264 n 0000 %m 01748389 n 0000 %m 01748686 n 0000 | cobras
-01747885 05 n 01 cobra 0 005 @ 01745125 n 0000 ~ 01748264 n 0000 ~ 01748389 n 0000 ~ 01748686 n 0000 ~ 01748906 n 0000 | venomous Asiatic and African elapid snakes that can expand the skin of the neck into a hood
-01748100 05 n 01 hood 0 002 @ 05225090 n 0000 ;c 06083243 n 0000 | (zoology) an expandable part or marking that resembles a hood on the head or neck of an animal
-01748264 05 n 02 Indian_cobra 0 Naja_naja 0 002 @ 01747885 n 0000 #m 01747739 n 0000 | a cobra of tropical Africa and Asia
-01748389 05 n 03 asp 2 Egyptian_cobra 0 Naja_haje 0 002 @ 01747885 n 0000 #m 01747739 n 0000 | cobra used by the Pharaohs as a symbol of their power over life and death
-01748560 05 n 02 Ophiophagus 0 genus_Ophiophagus 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01748906 n 0000 | king cobra
-01748686 05 n 03 black-necked_cobra 0 spitting_cobra 0 Naja_nigricollis 0 002 @ 01747885 n 0000 #m 01747739 n 0000 | aggressive cobra widely distributed in Africa; rarely bites but spits venom that may cause blindness
-01748906 05 n 04 hamadryad 0 king_cobra 0 Ophiophagus_hannah 0 Naja_hannah 0 002 @ 01747885 n 0000 #m 01748560 n 0000 | large cobra of southeastern Asia and the East Indies; the largest venomous snake; sometimes placed in genus Naja
-01749141 05 n 02 Hemachatus 0 genus_Hemachatus 0 002 @ 01657723 n 0000 #m 01744657 n 0000 | ringhals
-01749244 05 n 04 ringhals 0 rinkhals 0 spitting_snake 0 Hemachatus_haemachatus 0 001 @ 01745125 n 0000 | highly venomous snake of southern Africa able to spit venom up to seven feet
-01749428 05 n 04 Dendroaspis 0 genus_Dendroaspis 0 Dendraspis 0 genus_Dendraspis 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01749582 n 0000 | mambas
-01749582 05 n 01 mamba 0 003 @ 01745125 n 0000 #m 01749428 n 0000 ~ 01749742 n 0000 | arboreal snake of central and southern Africa whose bite is often fatal
-01749742 05 n 02 black_mamba 0 Dendroaspis_augusticeps 0 002 @ 01749582 n 0000 ~ 01749939 n 0000 | a highly venomous southern African mamba dreaded because of its quickness and readiness to bite
-01749939 05 n 01 green_mamba 0 001 @ 01749742 n 0000 | green phase of the black mamba
-01750027 05 n 02 Acanthophis 0 genus_Acanthophis 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01750167 n 0000 | Australian elapid snakes
-01750167 05 n 02 death_adder 0 Acanthophis_antarcticus 0 002 @ 01745125 n 0000 #m 01750027 n 0000 | venomous Australian snake resembling an adder
-01750315 05 n 02 Notechis 0 genus_Notechis 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01750437 n 0000 | tiger snakes
-01750437 05 n 02 tiger_snake 0 Notechis_scutatus 0 002 @ 01745125 n 0000 #m 01750315 n 0000 | highly venomous brown-and-yellow snake of Australia and Tasmania
-01750598 05 n 02 Pseudechis 0 genus_Pseudechis 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01750743 n 0000 | venomous Australian blacksnakes
-01750743 05 n 02 Australian_blacksnake 0 Pseudechis_porphyriacus 0 002 @ 01745125 n 0000 #m 01750598 n 0000 | large semiaquatic snake of Australia; black above with red belly
-01750920 05 n 02 Bungarus 0 genus_Bungarus 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01751036 n 0000 | kraits
-01751036 05 n 01 krait 0 003 @ 01745125 n 0000 #m 01750920 n 0000 ~ 01751215 n 0000 | brightly colored venomous but nonaggressive snake of southeastern Asia and Malay peninsula
-01751215 05 n 03 banded_krait 0 banded_adder 0 Bungarus_fasciatus 0 001 @ 01751036 n 0000 | sluggish krait banded with black and yellow
-01751353 05 n 02 Oxyuranus 0 genus_Oxyuranus 0 003 @ 01657723 n 0000 #m 01744657 n 0000 %m 01751472 n 0000 | taipans
-01751472 05 n 02 taipan 0 Oxyuranus_scutellatus 0 002 @ 01745125 n 0000 #m 01751353 n 0000 | large highly venomous snake of northeastern Australia
-01751621 05 n 02 Hydrophidae 0 family_Hydrophidae 0 003 @ 01656813 n 0000 #m 01726390 n 0000 %m 01751748 n 0000 | sea snakes
-01751748 05 n 01 sea_snake 0 002 @ 01726692 n 0000 #m 01751621 n 0000 | any of numerous venomous aquatic viviparous snakes having a fin-like tail; of warm littoral seas; feed on fish which they immobilize with quick-acting venom
-01751979 05 n 02 Viperidae 0 family_Viperidae 0 006 @ 01656813 n 0000 #m 01726390 n 0000 %m 01752165 n 0000 %m 01752433 n 0000 %m 01752889 n 0000 %m 01753354 n 0000 | Old World vipers
-01752165 05 n 01 viper 0 008 @ 01726692 n 0000 #m 01751979 n 0000 ~ 01752585 n 0000 ~ 01752736 n 0000 ~ 01753032 n 0000 ~ 01753180 n 0000 ~ 01753488 n 0000 ~ 01753959 n 0000 | venomous Old World snakes characterized by hollow venom-conducting fangs in the upper jaw
-01752433 05 n 02 Vipera 0 genus_Vipera 0 004 @ 01657723 n 0000 #m 01751979 n 0000 %m 01752585 n 0000 %m 01752736 n 0000 | type genus of the Viperidae
-01752585 05 n 03 adder 0 common_viper 0 Vipera_berus 0 002 @ 01752165 n 0000 #m 01752433 n 0000 | small terrestrial viper common in northern Eurasia
-01752736 05 n 03 asp 1 asp_viper 0 Vipera_aspis 0 002 @ 01752165 n 0000 #m 01752433 n 0000 | of southern Europe; similar to but smaller than the adder
-01752889 05 n 02 Bitis 0 genus_Bitis 0 004 @ 01657723 n 0000 #m 01751979 n 0000 %m 01753032 n 0000 %m 01753180 n 0000 | a genus of Viperidae
-01753032 05 n 02 puff_adder 1 Bitis_arietans 0 002 @ 01752165 n 0000 #m 01752889 n 0000 | large African viper that inflates its body when alarmed
-01753180 05 n 02 gaboon_viper 0 Bitis_gabonica 0 002 @ 01752165 n 0000 #m 01752889 n 0000 | large heavy-bodied brilliantly marked and extremely venomous west African viper
-01753354 05 n 03 genus_Cerastes 0 Aspis 0 genus_Aspis 0 003 @ 01657723 n 0000 #m 01751979 n 0000 %m 01753488 n 0000 | horned vipers
-01753488 05 n 05 horned_viper 0 cerastes 0 sand_viper 1 horned_asp 0 Cerastes_cornutus 0 002 @ 01752165 n 0000 #m 01753354 n 0000 | highly venomous viper of northern Africa and southwestern Asia having a horny spine above each eye
-01753721 05 n 02 Crotalidae 0 family_Crotalidae 0 008 @ 01656813 n 0000 #m 01726390 n 0000 %m 01753959 n 0000 %m 01754190 n 0000 %m 01754876 n 0000 %m 01755274 n 0000 %m 01757547 n 0000 %m 01758019 n 0000 | New World vipers: pit vipers
-01753959 05 n 01 pit_viper 0 006 @ 01752165 n 0000 #m 01753721 n 0000 ~ 01754370 n 0000 ~ 01754533 n 0000 ~ 01754876 n 0000 ~ 01758141 n 0000 | New World vipers with hollow fangs and a heat-sensitive pit on each side of the head
-01754190 05 n 04 Agkistrodon 0 genus_Agkistrodon 0 Ancistrodon 0 genus_Ancistrodon 0 004 @ 01657723 n 0000 #m 01753721 n 0000 %m 01754370 n 0000 %m 01754533 n 0000 | copperheads
-01754370 05 n 02 copperhead 1 Agkistrodon_contortrix 0 002 @ 01753959 n 0000 #m 01754190 n 0000 | common coppery brown pit viper of upland eastern United States
-01754533 05 n 04 water_moccasin 1 cottonmouth 0 cottonmouth_moccasin 0 Agkistrodon_piscivorus 0 002 @ 01753959 n 0000 #m 01754190 n 0000 | venomous semiaquatic snake of swamps in southern United States
-01754737 05 n 01 rattle 0 002 @ 02157557 n 0000 #p 01754876 n 0000 | loosely connected horny sections at the end of a rattlesnake's tail
-01754876 05 n 02 rattlesnake 0 rattler 0 015 @ 01753959 n 0000 #m 01753721 n 0000 + 01890626 v 0201 %p 01754737 n 0000 ~ 01755581 n 0000 ~ 01755740 n 0000 ~ 01756089 n 0000 ~ 01756291 n 0000 ~ 01756508 n 0000 ~ 01756733 n 0000 ~ 01756916 n 0000 ~ 01757115 n 0000 ~ 01757343 n 0000 ~ 01757677 n 0000 ~ 01757901 n 0000 | pit viper with horny segments at the end of the tail that rattle when shaken
-01755274 05 n 02 Crotalus 0 genus_Crotalus 0 010 @ 01657723 n 0000 #m 01753721 n 0000 %m 01755740 n 0000 %m 01756089 n 0000 %m 01756291 n 0000 %m 01756508 n 0000 %m 01756733 n 0000 %m 01756916 n 0000 %m 01757115 n 0000 %m 01757343 n 0000 | large rattlesnakes; seldom bite unless startled or pursuing prey
-01755581 05 n 03 diamondback 0 diamondback_rattlesnake 0 Crotalus_adamanteus 0 001 @ 01754876 n 0000 | large deadly rattlesnake with diamond-shaped markings
-01755740 05 n 03 timber_rattlesnake 0 banded_rattlesnake 0 Crotalus_horridus_horridus 0 003 @ 01754876 n 0000 #m 01755274 n 0000 ~ 01755952 n 0000 | widely distributed in rugged ground of eastern United States
-01755952 05 n 03 canebrake_rattlesnake 0 canebrake_rattler 0 Crotalus_horridus_atricaudatus 0 001 @ 01755740 n 0000 | southern variety
-01756089 05 n 04 prairie_rattlesnake 0 prairie_rattler 0 Western_rattlesnake 0 Crotalus_viridis 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | widely distributed between the Mississippi and the Rockies
-01756291 05 n 03 sidewinder 0 horned_rattlesnake 0 Crotalus_cerastes 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | small pale-colored desert rattlesnake of southwestern United States; body moves in an s-shaped curve
-01756508 05 n 03 Western_diamondback 0 Western_diamondback_rattlesnake 0 Crotalus_atrox 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | largest and most dangerous North American snake; of southwestern United States and Mexico
-01756733 05 n 02 rock_rattlesnake 0 Crotalus_lepidus 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | mountain rock dweller of Mexico and most southern parts of United States southwest
-01756916 05 n 02 tiger_rattlesnake 0 Crotalus_tigris 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | having irregularly cross-banded back; of arid foothills and canyons of southern Arizona and Mexico
-01757115 05 n 02 Mojave_rattlesnake 0 Crotalus_scutulatus 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | extremely dangerous; most common in areas of scattered scrubby growth; from Mojave Desert to western Texas and into Mexico
-01757343 05 n 02 speckled_rattlesnake 0 Crotalus_mitchellii 0 002 @ 01754876 n 0000 #m 01755274 n 0000 | markings vary but usually harmonize with background; of southwestern Arizona and Baja California
-01757547 05 n 02 Sistrurus 0 genus_Sistrurus 0 003 @ 01657723 n 0000 #m 01753721 n 0000 %m 01757677 n 0000 | pygmy rattlesnakes
-01757677 05 n 03 massasauga 1 massasauga_rattler 0 Sistrurus_catenatus 0 002 @ 01754876 n 0000 #m 01757547 n 0000 | pygmy rattlesnake found in moist areas from the Great Lakes to Mexico; feeds on mice and small amphibians
-01757901 05 n 03 ground_rattler 0 massasauga 2 Sistrurus_miliaris 0 001 @ 01754876 n 0000 | small pygmy rattlesnake
-01758019 05 n 02 Bothrops 0 genus_Bothrops 0 003 @ 01657723 n 0000 #m 01753721 n 0000 %m 01758141 n 0000 | fer-de-lance
-01758141 05 n 02 fer-de-lance 0 Bothrops_atrops 0 002 @ 01753959 n 0000 #m 01758019 n 0000 | large extremely venomous pit viper of Central America and South America
-01758308 05 n 05 beak 0 bill 0 neb 1 nib 0 pecker 1 006 @ 05301908 n 0000 #p 01503061 n 0000 + 01243474 v 0501 + 01173813 v 0501 + 01243474 v 0103 ~ 01758637 n 0000 | horny projecting mouth of a bird
-01758510 05 n 01 beak 1 002 @ 05301908 n 0000 + 01243474 v 0103 | beaklike mouth of animals other than birds (e.g., turtles)
-01758637 05 n 01 cere 0 001 @ 01758308 n 0000 | the fleshy, waxy covering at the base of the upper beak of some birds
-01758757 05 n 02 carcase 0 carcass 0 001 @ 05217859 n 0000 | the dead body of an animal especially one slaughtered and dressed for food
-01758895 05 n 01 carrion 0 001 @ 05217859 n 0000 | the dead and rotting body of an animal; unfit for human food
-01759009 05 n 01 roadkill 0 001 @ 05217859 n 0000 | the dead body of an animal that has been killed on a road by a vehicle; "vultures usually feed on carrion or roadkill"
-01759182 05 n 01 arthropod_family 0 182 @ 08107499 n 0000 #m 01313093 n 0000 ~ 01769789 n 0000 ~ 01772782 n 0000 ~ 01773930 n 0000 ~ 01774595 n 0000 ~ 01774918 n 0000 ~ 01775592 n 0000 ~ 01776546 n 0000 ~ 01779340 n 0000 ~ 01780026 n 0000 ~ 01780302 n 0000 ~ 01780551 n 0000 ~ 01781274 n 0000 ~ 01782050 n 0000 ~ 01785392 n 0000 ~ 01786048 n 0000 ~ 01787546 n 0000 ~ 01977684 n 0000 ~ 01978744 n 0000 ~ 01980328 n 0000 ~ 01980993 n 0000 ~ 01981543 n 0000 ~ 01982895 n 0000 ~ 01983958 n 0000 ~ 01984416 n 0000 ~ 01984958 n 0000 ~ 01985947 n 0000 ~ 01986538 n 0000 ~ 01987228 n 0000 ~ 01987938 n 0000 ~ 01989097 n 0000 ~ 01990186 n 0000 ~ 01991233 n 0000 ~ 01991676 n 0000 ~ 01991982 n 0000 ~ 01992935 n 0000 ~ 01995975 n 0000 ~ 01998467 n 0000 ~ 01998920 n 0000 ~ 02000036 n 0000 ~ 02000618 n 0000 ~ 02164973 n 0000 ~ 02165247 n 0000 ~ 02166986 n 0000 ~ 02168121 n 0000 ~ 02168542 n 0000 ~ 02169345 n 0000 ~ 02170269 n 0000 ~ 02170848 n 0000 ~ 02171254 n 0000 ~ 02171633 n 0000 ~ 02174153 n 0000 ~ 02175263 n 0000 ~ 02175791 n 0000 ~ 02176073 n 0000 ~ 02177068 n 0000 ~ 02177376 n 0000 ~ 02177644 n 0000 ~ 02178244 n 0000 ~ 02178886 n 0000 ~ 02179429 n 0000 ~ 02180742 n 0000 ~ 02181013 n 0000 ~ 02181863 n 0000 ~ 02184114 n 0000 ~ 02184881 n 0000 ~ 02186399 n 0000 ~ 02189214 n 0000 ~ 02189822 n 0000 ~ 02190015 n 0000 ~ 02190963 n 0000 ~ 02191449 n 0000 ~ 02192673 n 0000 ~ 02193357 n 0000 ~ 02193799 n 0000 ~ 02194414 n 0000 ~ 02195403 n 0000 ~ 02195693 n 0000 ~ 02195996 n 0000 ~ 02196542 n 0000 ~ 02197413 n 0000 ~ 02198332 n 0000 ~ 02199999 n 0000 ~ 02202509 n 0000 ~ 02203008 n 0000 ~ 02203457 n 0000 ~ 02203739 n 0000 ~ 02204460 n 0000 ~ 02205095 n 0000 ~ 02205383 n 0000 ~ 02206624 n 0000 ~ 02207942 n 0000 ~ 02210096 n 0000 ~ 02210728 n 0000 ~ 02211099 n 0000 ~ 02212323 n 0000 ~ 02214972 n 0000 ~ 02215334 n 0000 ~ 02215941 n 0000 ~ 02216547 n 0000 ~ 02217334 n 0000 ~ 02218235 n 0000 ~ 02218563 n 0000 ~ 02219234 n 0000 ~ 02220393 n 0000 ~ 02223009 n 0000 ~ 02224141 n 0000 ~ 02224323 n 0000 ~ 02225231 n 0000 ~ 02226598 n 0000 ~ 02227773 n 0000 ~ 02228874 n 0000 ~ 02229385 n 0000 ~ 02231307 n 0000 ~ 02231930 n 0000 ~ 02233577 n 0000 ~ 02235321 n 0000 ~ 02235761 n 0000 ~ 02237239 n 0000 ~ 02238474 n 0000 ~ 02238743 n 0000 ~ 02239347 n 0000 ~ 02240223 n 0000 ~ 02240706 n 0000 ~ 02242004 n 0000 ~ 02242293 n 0000 ~ 02242942 n 0000 ~ 02243351 n 0000 ~ 02244007 n 0000 ~ 02244963 n 0000 ~ 02246284 n 0000 ~ 02248147 n 0000 ~ 02248744 n 0000 ~ 02249365 n 0000 ~ 02249995 n 0000 ~ 02250464 n 0000 ~ 02252039 n 0000 ~ 02252429 n 0000 ~ 02254370 n 0000 ~ 02255567 n 0000 ~ 02256010 n 0000 ~ 02256365 n 0000 ~ 02257536 n 0000 ~ 02258780 n 0000 ~ 02258910 n 0000 ~ 02259565 n 0000 ~ 02259844 n 0000 ~ 02260623 n 0000 ~ 02261184 n 0000 ~ 02262324 n 0000 ~ 02263717 n 0000 ~ 02264734 n 0000 ~ 02265177 n 0000 ~ 02265717 n 0000 ~ 02266580 n 0000 ~ 02267019 n 0000 ~ 02267356 n 0000 ~ 02267644 n 0000 ~ 02270326 n 0000 ~ 02271087 n 0000 ~ 02271740 n 0000 ~ 02273120 n 0000 ~ 02274516 n 0000 ~ 02277556 n 0000 ~ 02279442 n 0000 ~ 02280223 n 0000 ~ 02281552 n 0000 ~ 02283728 n 0000 ~ 02285359 n 0000 ~ 02286815 n 0000 ~ 02288473 n 0000 ~ 02291024 n 0000 ~ 02291391 n 0000 ~ 02292850 n 0000 ~ 02293135 n 0000 ~ 02294761 n 0000 ~ 02298379 n 0000 ~ 02300018 n 0000 ~ 02301072 n 0000 ~ 02305245 n 0000 ~ 02306159 n 0000 | any of the arthropods
-01762525 05 n 01 arthropod_genus 0 256 @ 08108972 n 0000 #m 01313093 n 0000 ~ 01769930 n 0000 ~ 01770967 n 0000 ~ 01771624 n 0000 ~ 01772985 n 0000 ~ 01773319 n 0000 ~ 01774252 n 0000 ~ 01775230 n 0000 ~ 01777032 n 0000 ~ 01778984 n 0000 ~ 01780919 n 0000 ~ 01781410 n 0000 ~ 01782378 n 0000 ~ 01783571 n 0000 ~ 01785532 n 0000 ~ 01786219 n 0000 ~ 01787693 n 0000 ~ 01788157 n 0000 ~ 01972017 n 0000 ~ 01977366 n 0000 ~ 01977832 n 0000 ~ 01979124 n 0000 ~ 01979395 n 0000 ~ 01979738 n 0000 ~ 01980053 n 0000 ~ 01980471 n 0000 ~ 01981137 n 0000 ~ 01981884 n 0000 ~ 01982211 n 0000 ~ 01983277 n 0000 ~ 01984131 n 0000 ~ 01984547 n 0000 ~ 01985331 n 0000 ~ 01985667 n 0000 ~ 01986072 n 0000 ~ 01986681 n 0000 ~ 01987353 n 0000 ~ 01988064 n 0000 ~ 01989254 n 0000 ~ 01989390 n 0000 ~ 01990383 n 0000 ~ 01991367 n 0000 ~ 01991808 n 0000 ~ 01992113 n 0000 ~ 01993065 n 0000 ~ 01993400 n 0000 ~ 01993714 n 0000 ~ 01994801 n 0000 ~ 01995323 n 0000 ~ 01996091 n 0000 ~ 01997002 n 0000 ~ 01998599 n 0000 ~ 01999048 n 0000 ~ 02000195 n 0000 ~ 02000354 n 0000 ~ 02000764 n 0000 ~ 02165754 n 0000 ~ 02166024 n 0000 ~ 02166436 n 0000 ~ 02166674 n 0000 ~ 02167375 n 0000 ~ 02167645 n 0000 ~ 02168876 n 0000 ~ 02169833 n 0000 ~ 02172387 n 0000 ~ 02173240 n 0000 ~ 02173571 n 0000 ~ 02174521 n 0000 ~ 02174870 n 0000 ~ 02175440 n 0000 ~ 02176611 n 0000 ~ 02178563 n 0000 ~ 02179714 n 0000 ~ 02180046 n 0000 ~ 02181599 n 0000 ~ 02182220 n 0000 ~ 02182498 n 0000 ~ 02182796 n 0000 ~ 02184270 n 0000 ~ 02185007 n 0000 ~ 02185694 n 0000 ~ 02186586 n 0000 ~ 02186834 n 0000 ~ 02187427 n 0000 ~ 02187759 n 0000 ~ 02189535 n 0000 ~ 02190648 n 0000 ~ 02191131 n 0000 ~ 02191617 n 0000 ~ 02192127 n 0000 ~ 02192388 n 0000 ~ 02193496 n 0000 ~ 02193955 n 0000 ~ 02194078 n 0000 ~ 02194599 n 0000 ~ 02194887 n 0000 ~ 02196761 n 0000 ~ 02197048 n 0000 ~ 02197545 n 0000 ~ 02198021 n 0000 ~ 02198714 n 0000 ~ 02198996 n 0000 ~ 02199352 n 0000 ~ 02200705 n 0000 ~ 02201252 n 0000 ~ 02201758 n 0000 ~ 02202878 n 0000 ~ 02203332 n 0000 ~ 02204084 n 0000 ~ 02204585 n 0000 ~ 02205523 n 0000 ~ 02208143 n 0000 ~ 02209230 n 0000 ~ 02209508 n 0000 ~ 02209755 n 0000 ~ 02210291 n 0000 ~ 02210567 n 0000 ~ 02211283 n 0000 ~ 02211773 n 0000 ~ 02212811 n 0000 ~ 02213362 n 0000 ~ 02213967 n 0000 ~ 02214203 n 0000 ~ 02215496 n 0000 ~ 02216066 n 0000 ~ 02216924 n 0000 ~ 02217050 n 0000 ~ 02217201 n 0000 ~ 02217997 n 0000 ~ 02218912 n 0000 ~ 02219901 n 0000 ~ 02220676 n 0000 ~ 02220960 n 0000 ~ 02221240 n 0000 ~ 02222199 n 0000 ~ 02222459 n 0000 ~ 02223151 n 0000 ~ 02223694 n 0000 ~ 02224466 n 0000 ~ 02225407 n 0000 ~ 02225577 n 0000 ~ 02227119 n 0000 ~ 02227430 n 0000 ~ 02228215 n 0000 ~ 02228565 n 0000 ~ 02229023 n 0000 ~ 02229867 n 0000 ~ 02230355 n 0000 ~ 02231680 n 0000 ~ 02232086 n 0000 ~ 02233767 n 0000 ~ 02234181 n 0000 ~ 02234719 n 0000 ~ 02235078 n 0000 ~ 02235465 n 0000 ~ 02235911 n 0000 ~ 02237730 n 0000 ~ 02238113 n 0000 ~ 02239073 n 0000 ~ 02239659 n 0000 ~ 02239934 n 0000 ~ 02240377 n 0000 ~ 02240852 n 0000 ~ 02242669 n 0000 ~ 02242816 n 0000 ~ 02243065 n 0000 ~ 02243744 n 0000 ~ 02244396 n 0000 ~ 02244670 n 0000 ~ 02245239 n 0000 ~ 02246487 n 0000 ~ 02246822 n 0000 ~ 02247076 n 0000 ~ 02247363 n 0000 ~ 02249011 n 0000 ~ 02249673 n 0000 ~ 02250133 n 0000 ~ 02250653 n 0000 ~ 02251452 n 0000 ~ 02252608 n 0000 ~ 02253592 n 0000 ~ 02254110 n 0000 ~ 02254531 n 0000 ~ 02255144 n 0000 ~ 02255698 n 0000 ~ 02256542 n 0000 ~ 02256882 n 0000 ~ 02257149 n 0000 ~ 02258065 n 0000 ~ 02258354 n 0000 ~ 02261286 n 0000 ~ 02261630 n 0000 ~ 02263848 n 0000 ~ 02265860 n 0000 ~ 02266732 n 0000 ~ 02270473 n 0000 ~ 02270810 n 0000 ~ 02272152 n 0000 ~ 02272428 n 0000 ~ 02273254 n 0000 ~ 02275372 n 0000 ~ 02275921 n 0000 ~ 02276527 n 0000 ~ 02277895 n 0000 ~ 02278343 n 0000 ~ 02278601 n 0000 ~ 02278704 n 0000 ~ 02279127 n 0000 ~ 02279819 n 0000 ~ 02280845 n 0000 ~ 02281987 n 0000 ~ 02282716 n 0000 ~ 02284367 n 0000 ~ 02284513 n 0000 ~ 02284771 n 0000 ~ 02285052 n 0000 ~ 02285909 n 0000 ~ 02286271 n 0000 ~ 02287204 n 0000 ~ 02287476 n 0000 ~ 02289061 n 0000 ~ 02289177 n 0000 ~ 02289466 n 0000 ~ 02289845 n 0000 ~ 02290153 n 0000 ~ 02290521 n 0000 ~ 02291940 n 0000 ~ 02292272 n 0000 ~ 02292564 n 0000 ~ 02293560 n 0000 ~ 02293974 n 0000 ~ 02294279 n 0000 ~ 02295570 n 0000 ~ 02295717 n 0000 ~ 02296150 n 0000 ~ 02296480 n 0000 ~ 02296756 n 0000 ~ 02297127 n 0000 ~ 02297635 n 0000 ~ 02298833 n 0000 ~ 02299715 n 0000 ~ 02300378 n 0000 ~ 02301782 n 0000 ~ 02302124 n 0000 ~ 02302853 n 0000 ~ 02303167 n 0000 ~ 02303448 n 0000 ~ 02303917 n 0000 ~ 02304229 n 0000 ~ 02304967 n 0000 ~ 02305799 n 0000 ~ 02306672 n 0000 ~ 02307007 n 0000 ~ 02308325 n 0000 ~ 02308852 n 0000 | a genus of arthropods
-01767199 05 n 02 Arthropoda 0 phylum_Arthropoda 0 017 @ 08102555 n 0000 #m 01313093 n 0000 + 02642634 a 0101 + 02642634 a 0103 %m 01767661 n 0000 %m 01768402 n 0000 %m 01782675 n 0000 %m 01783205 n 0000 %m 01783384 n 0000 %m 01783936 n 0000 %m 01784427 n 0000 %m 01786402 n 0000 %m 01788730 n 0000 %m 01974399 n 0000 %m 01999374 n 0000 %m 02159271 n 0000 %m 02159955 n 0000 | jointed-foot invertebrates: arachnids; crustaceans; insects; millipedes; centipedes
-01767661 05 n 01 arthropod 0 025 @ 01905661 n 0000 #m 01767199 n 0000 + 02642634 a 0101 ~ 01768244 n 0000 ~ 01769347 n 0000 ~ 01783017 n 0000 ~ 01783706 n 0000 ~ 01784293 n 0000 ~ 01784675 n 0000 ~ 01786646 n 0000 ~ 01787006 n 0000 ~ 01787191 n 0000 ~ 01787835 n 0000 ~ 01788291 n 0000 ~ 01788579 n 0000 ~ 01788864 n 0000 %p 01903498 n 0000 %p 01903756 n 0000 %p 01905121 n 0000 ~ 01974773 n 0000 ~ 01999767 n 0000 ~ 02159955 n 0000 ~ 02309242 n 0000 %p 05225439 n 0000 %p 05553618 n 0000 | invertebrate having jointed limbs and a segmented body with an exoskeleton made of chitin
-01768244 05 n 01 trilobite 0 001 @ 01767661 n 0000 | an extinct arthropod that was abundant in Paleozoic times; had an exoskeleton divided into three parts
-01768402 05 n 02 Chelicerata 0 superclass_Chelicerata 0 005 @ 08103777 n 0000 #m 01767199 n 0000 %m 01768969 n 0000 %m 01786879 n 0000 %m 01787191 n 0000 | spiders; scorpions; horseshoe crabs
-01768596 05 n 01 chelicera 0 003 @ 05559908 n 0000 + 02692378 a 0101 + 02692229 a 0101 | either of the first pair of fang-like appendages near the mouth of an arachnid; often modified for grasping and piercing
-01768808 05 n 01 mouthpart 0 001 @ 05559908 n 0000 | any part of the mouth of an insect or other arthropod especially one adapted to a specific way of feeding
-01768969 05 n 02 Arachnida 0 class_Arachnida 0 010 @ 08103777 n 0000 #m 01768402 n 0000 + 02636811 a 0102 %m 01769347 n 0000 %m 01769635 n 0000 %m 01770263 n 0000 %m 01770553 n 0000 %m 01771246 n 0000 %m 01771966 n 0000 %m 01775879 n 0000 | a large class of arthropods including spiders and ticks and scorpions and daddy longlegs; have four pairs of walking legs and no wings
-01769347 05 n 02 arachnid 0 arachnoid 0 009 @ 01767661 n 0000 #m 01768969 n 0000 + 02636811 a 0201 ~ 01770081 n 0000 ~ 01770393 n 0000 ~ 01770795 n 0000 ~ 01771417 n 0000 ~ 01772222 n 0000 ~ 01776192 n 0000 | air-breathing arthropods characterized by simple eyes and four pairs of legs
-01769635 05 n 04 Phalangida 0 order_Phalangida 0 Opiliones 0 order_Opiliones 0 003 @ 01342529 n 0000 #m 01768969 n 0000 %m 01769789 n 0000 | harvestmen
-01769789 05 n 02 Phalangiidae 0 family_Phalangiidae 0 003 @ 01759182 n 0000 #m 01769635 n 0000 %m 01769930 n 0000 | a family of Phalangida
-01769930 05 n 02 Phalangium 0 genus_Phalangium 0 003 @ 01762525 n 0000 #m 01769789 n 0000 %m 01770081 n 0000 | type genus of the family Phalangiidae
-01770081 05 n 03 harvestman 0 daddy_longlegs 2 Phalangium_opilio 0 002 @ 01769347 n 0000 #m 01769930 n 0000 | spiderlike arachnid with a small rounded body and very long thin legs
-01770263 05 n 02 Scorpionida 0 order_Scorpionida 0 003 @ 01342529 n 0000 #m 01768969 n 0000 %m 01770393 n 0000 | true scorpions
-01770393 05 n 01 scorpion 0 002 @ 01769347 n 0000 #m 01770263 n 0000 | arachnid of warm dry regions having a long segmented tail ending in a venomous stinger
-01770553 05 n 06 Chelonethida 0 order_Chelonethida 0 Pseudoscorpionida 0 order_Pseudoscorpionida 0 Pseudoscorpiones 0 order_Pseudoscorpiones 0 004 @ 01342529 n 0000 #m 01768969 n 0000 %m 01770795 n 0000 %m 01770967 n 0000 | false scorpions
-01770795 05 n 02 false_scorpion 0 pseudoscorpion 0 003 @ 01769347 n 0000 #m 01770553 n 0000 ~ 01771100 n 0000 | small nonvenomous arachnid resembling a tailless scorpion
-01770967 05 n 02 Chelifer 0 genus_Chelifer 0 003 @ 01762525 n 0000 #m 01770553 n 0000 %m 01771100 n 0000 | a genus of Chelonethida
-01771100 05 n 02 book_scorpion 0 Chelifer_cancroides 0 002 @ 01770795 n 0000 #m 01770967 n 0000 | minute arachnid sometimes found in old papers
-01771246 05 n 04 Pedipalpi 0 order_Pedipalpi 0 Uropygi 0 order_Uropygi 0 004 @ 01342529 n 0000 #m 01768969 n 0000 %m 01771417 n 0000 %m 01771624 n 0000 | whip scorpions
-01771417 05 n 02 whip-scorpion 0 whip_scorpion 0 003 @ 01769347 n 0000 #m 01771246 n 0000 ~ 01771766 n 0000 | nonvenomous arachnid that resembles a scorpion and that has a long thin tail without a stinger
-01771624 05 n 02 Mastigoproctus 0 genus_Mastigoproctus 0 003 @ 01762525 n 0000 #m 01771246 n 0000 %m 01771766 n 0000 | giant whip scorpions
-01771766 05 n 02 vinegarroon 0 Mastigoproctus_giganteus 0 002 @ 01771417 n 0000 #m 01771624 n 0000 | large whip-scorpion of Mexico and southern United States that emits a vinegary odor when alarmed
-01771966 05 n 04 Araneae 0 order_Araneae 0 Araneida 0 order_Araneida 0 009 @ 01342529 n 0000 #m 01768969 n 0000 + 02637380 a 0301 %m 01772222 n 0000 %m 01772782 n 0000 %m 01773930 n 0000 %m 01774595 n 0000 %m 01774918 n 0000 %m 01775592 n 0000 | spiders
-01772222 05 n 01 spider 0 012 @ 01769347 n 0000 #m 01771966 n 0000 + 02636811 a 0103 ~ 01772664 n 0000 ~ 01773157 n 0000 ~ 01773549 n 0000 ~ 01773797 n 0000 ~ 01774097 n 0000 ~ 01774384 n 0000 ~ 01774750 n 0000 ~ 01775062 n 0000 ~ 01775730 n 0000 | predatory arachnid with eight legs, two poison fangs, two feelers, and usually two silk-spinning organs at the back end of the body; they spin silk to make cocoons for eggs or traps for prey
-01772664 05 n 01 orb-weaving_spider 0 001 @ 01772222 n 0000 | a spider that spins a circular (or near circular) web
-01772782 05 n 03 Argiopidae 0 family_Argiopidae 0 orb-weaver 0 004 @ 01759182 n 0000 #m 01771966 n 0000 %m 01772985 n 0000 %m 01773319 n 0000 | spiders that spin orb webs; cosmopolitan in distribution
-01772985 05 n 02 Argiope 0 genus_Argiope 0 003 @ 01762525 n 0000 #m 01772782 n 0000 %m 01773157 n 0000 | the type genus of Argiopidae; small genus of orb-weaving spiders
-01773157 05 n 02 black_and_gold_garden_spider 0 Argiope_aurantia 0 002 @ 01772222 n 0000 #m 01772985 n 0000 | a widely distributed North American garden spider
-01773319 05 n 04 Aranea 0 genus_Aranea 0 Araneus 0 genus_Araneus 0 004 @ 01762525 n 0000 #m 01772782 n 0000 %m 01773549 n 0000 %m 01773797 n 0000 | a genus of orb-weaving spiders including common garden spiders and barn spiders
-01773549 05 n 02 barn_spider 0 Araneus_cavaticus 0 002 @ 01772222 n 0000 #m 01773319 n 0000 | an orange and tan spider with darkly banded legs that spins an orb web daily; "the barn spider was made famous in E. B. White's book `Charlotte's Web'"
-01773797 05 n 02 garden_spider 0 Aranea_diademata 0 002 @ 01772222 n 0000 #m 01773319 n 0000 | a spider common in European gardens
-01773930 05 n 02 Theridiidae 0 family_Theridiidae 0 004 @ 01759182 n 0000 #m 01771966 n 0000 %m 01774097 n 0000 %m 01774252 n 0000 | a family of comb-footed spiders
-01774097 05 n 02 comb-footed_spider 0 theridiid 0 002 @ 01772222 n 0000 #m 01773930 n 0000 | spider having a comb-like row of bristles on each hind foot
-01774252 05 n 02 Latrodectus 0 genus_Latrodectus 0 003 @ 01762525 n 0000 #m 01773930 n 0000 %m 01774384 n 0000 | venomous spiders
-01774384 05 n 02 black_widow 0 Latrodectus_mactans 0 002 @ 01772222 n 0000 #m 01774252 n 0000 | venomous New World spider; the female is black with an hourglass-shaped red mark on the underside of the abdomen
-01774595 05 n 02 Theraphosidae 0 family_Theraphosidae 0 003 @ 01759182 n 0000 #m 01771966 n 0000 %m 01774750 n 0000 | large tropical spiders; tarantulas
-01774750 05 n 01 tarantula 1 002 @ 01772222 n 0000 #m 01774595 n 0000 | large hairy tropical spider with fangs that can inflict painful but not highly venomous bites
-01774918 05 n 02 Lycosidae 0 family_Lycosidae 0 004 @ 01759182 n 0000 #m 01771966 n 0000 %m 01775062 n 0000 %m 01775230 n 0000 | wolf spiders
-01775062 05 n 02 wolf_spider 0 hunting_spider 0 003 @ 01772222 n 0000 #m 01774918 n 0000 ~ 01775370 n 0000 | ground spider that hunts its prey instead of using a web
-01775230 05 n 02 Lycosa 0 genus_Lycosa 0 003 @ 01762525 n 0000 #m 01774918 n 0000 %m 01775370 n 0000 | type genus of the family Lycosidae
-01775370 05 n 03 European_wolf_spider 0 tarantula 2 Lycosa_tarentula 0 002 @ 01775062 n 0000 #m 01775230 n 0000 | large southern European spider once thought to be the cause of tarantism (uncontrollable bodily movement)
-01775592 05 n 02 Ctenizidae 0 family_Ctenizidae 0 003 @ 01759182 n 0000 #m 01771966 n 0000 %m 01775730 n 0000 | large burrowing spiders
-01775730 05 n 01 trap-door_spider 0 002 @ 01772222 n 0000 #m 01775592 n 0000 | American spider that constructs a silk-lined nest with a hinged lid
-01775879 05 n 02 Acarina 0 order_Acarina 0 013 @ 01342529 n 0000 #m 01768969 n 0000 %m 01776192 n 0000 %m 01776313 n 0000 %m 01776546 n 0000 %m 01779340 n 0000 %m 01779629 n 0000 %m 01780026 n 0000 %m 01780302 n 0000 %m 01780551 n 0000 %m 01781274 n 0000 %m 01781570 n 0000 %m 01782050 n 0000 | mites and ticks
-01776192 05 n 01 acarine 0 004 @ 01769347 n 0000 #m 01775879 n 0000 ~ 01776313 n 0000 ~ 01779629 n 0000 | mite or tick
-01776313 05 n 01 tick 0 005 @ 01776192 n 0000 #m 01775879 n 0000 + 02175578 v 0101 ~ 01776705 n 0000 ~ 01779463 n 0000 | any of two families of small parasitic arachnids with barbed proboscis; feed on blood of warm-blooded animals
-01776546 05 n 02 Ixodidae 0 family_Ixodidae 0 005 @ 01759182 n 0000 #m 01775879 n 0000 %m 01776705 n 0000 %m 01777032 n 0000 %m 01778984 n 0000 | hard ticks
-01776705 05 n 02 hard_tick 0 ixodid 0 011 @ 01776313 n 0000 #m 01776546 n 0000 ~ 01777304 n 0000 ~ 01777467 n 0000 ~ 01777649 n 0000 ~ 01777909 n 0000 ~ 01778217 n 0000 ~ 01778487 n 0000 ~ 01778621 n 0000 ~ 01778801 n 0000 ~ 01779148 n 0000 | ticks having a hard shield on the back and mouth parts that project from the head
-01777032 05 n 02 Ixodes 0 genus_Ixodes 0 010 @ 01762525 n 0000 #m 01776546 n 0000 %m 01777304 n 0000 %m 01777467 n 0000 %m 01777649 n 0000 %m 01777909 n 0000 %m 01778217 n 0000 %m 01778487 n 0000 %m 01778621 n 0000 %m 01778801 n 0000 | type genus of the family Ixodidae
-01777304 05 n 02 Ixodes_dammini 0 deer_tick 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | a northeastern tick now recognized as same species as Ixodes scapularis
-01777467 05 n 01 Ixodes_neotomae 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | a tick that usually does not bite humans; transmits Lyme disease spirochete to dusky-footed wood rats
-01777649 05 n 02 Ixodes_pacificus 0 western_black-legged_tick 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | a tick that feeds on dusky-footed wood rat and bites humans; principal vector for Lyme disease in western United States especially northern California
-01777909 05 n 02 Ixodes_scapularis 0 black-legged_tick 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | parasitic on mice of genus Peromyscus and bites humans; principal vector for Lyme disease in eastern United States (especially New England); northern form was for a time known as Ixodes dammini (deer tick)
-01778217 05 n 03 sheep-tick 2 sheep_tick 2 Ixodes_ricinus 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | parasitic on sheep and cattle as well as humans; can transmit looping ill in sheep (acute viral disease of the nervous system); a vector for Lyme disease spirochete
-01778487 05 n 01 Ixodes_persulcatus 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | bites humans; a vector for Lyme disease spirochete
-01778621 05 n 01 Ixodes_dentatus 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | usually does not bite humans; transmits Lyme disease spirochete to cottontail rabbits and wood rats
-01778801 05 n 01 Ixodes_spinipalpis 0 002 @ 01776705 n 0000 #m 01777032 n 0000 | usually does not bite humans; transmits Lyme disease spirochete to cottontail rabbits and wood rats
-01778984 05 n 02 Dermacentor 0 genus_Dermacentor 0 003 @ 01762525 n 0000 #m 01776546 n 0000 %m 01779148 n 0000 | vectors of important diseases of man and animals
-01779148 05 n 03 wood_tick 0 American_dog_tick 0 Dermacentor_variabilis 0 002 @ 01776705 n 0000 #m 01778984 n 0000 | common tick that can transmit Rocky Mountain spotted fever and tularemia
-01779340 05 n 02 Argasidae 0 family_Argasidae 0 003 @ 01759182 n 0000 #m 01775879 n 0000 %m 01779463 n 0000 | soft ticks
-01779463 05 n 02 soft_tick 0 argasid 0 002 @ 01776313 n 0000 #m 01779340 n 0000 | tick lacking a dorsal shield and having mouth parts on the under side of the head
-01779629 05 n 01 mite 0 010 @ 01776192 n 0000 #m 01775879 n 0000 ~ 01779939 n 0000 ~ 01780142 n 0000 ~ 01780426 n 0000 ~ 01780696 n 0000 ~ 01781570 n 0000 ~ 01781698 n 0000 ~ 01781875 n 0000 ~ 01782209 n 0000 | any of numerous very small to minute arachnids often infesting animals or plants or stored foods
-01779939 05 n 01 web-spinning_mite 0 001 @ 01779629 n 0000 | a mite that spins a web
-01780026 05 n 02 Acaridae 0 family_Acaridae 0 003 @ 01759182 n 0000 #m 01775879 n 0000 %m 01780142 n 0000 | mites
-01780142 05 n 01 acarid 0 002 @ 01779629 n 0000 #m 01780026 n 0000 | very small free-living arachnid that is parasitic on animals or plants; related to ticks
-01780302 05 n 02 Trombidiidae 0 family_Trombidiidae 0 003 @ 01759182 n 0000 #m 01775879 n 0000 %m 01780426 n 0000 | mites
-01780426 05 n 01 trombidiid 0 002 @ 01779629 n 0000 #m 01780302 n 0000 | mite that in all stages feeds on other arthropods
-01780551 05 n 02 Trombiculidae 0 family_Trombiculidae 0 004 @ 01759182 n 0000 #m 01775879 n 0000 %m 01780696 n 0000 %m 01780919 n 0000 | mites
-01780696 05 n 01 trombiculid 0 003 @ 01779629 n 0000 #m 01780551 n 0000 ~ 01781071 n 0000 | mite that as nymph and adult feeds on early stages of small arthropods but whose larvae are parasitic on terrestrial vertebrates
-01780919 05 n 02 Trombicula 0 genus_Trombicula 0 003 @ 01762525 n 0000 #m 01780551 n 0000 %m 01781071 n 0000 | type genus of the family Trombiculidae
-01781071 05 n 04 harvest_mite 0 chigger 1 jigger 0 redbug 0 002 @ 01780696 n 0000 #m 01780919 n 0000 | larval mite that sucks the blood of vertebrates including human beings causing intense irritation
-01781274 05 n 02 Sarcoptidae 0 family_Sarcoptidae 0 003 @ 01759182 n 0000 #m 01775879 n 0000 %m 01781410 n 0000 | small whitish mites
-01781410 05 n 02 Sarcoptes 0 genus_Sarcoptes 0 003 @ 01762525 n 0000 #m 01781274 n 0000 %m 01781698 n 0000 | type genus of the family Sarcoptidae: itch mites
-01781570 05 n 02 acarus 0 genus_Acarus 0 002 @ 01779629 n 0000 #m 01775879 n 0000 | any of several mites of the order Acarina
-01781698 05 n 02 itch_mite 0 sarcoptid 0 002 @ 01779629 n 0000 #m 01781410 n 0000 | whitish mites that attack the skin of humans and other animals; "itch mites cause scabies"
-01781875 05 n 01 rust_mite 0 001 @ 01779629 n 0000 | any of several varieties of mite that burrow into plants and cause a reddish-brown discoloration on the leaves or fruit
-01782050 05 n 02 Tetranychidae 0 family_Tetranychidae 0 004 @ 01759182 n 0000 #m 01775879 n 0000 %m 01782209 n 0000 %m 01782378 n 0000 | plant-feeding mites
-01782209 05 n 02 spider_mite 0 tetranychid 0 003 @ 01779629 n 0000 #m 01782050 n 0000 ~ 01782516 n 0000 | web-spinning mite that attacks garden plants and fruit trees
-01782378 05 n 02 Panonychus 0 genus_Panonychus 0 003 @ 01762525 n 0000 #m 01782050 n 0000 %m 01782516 n 0000 | a genus of Tetranychidae
-01782516 05 n 03 red_spider 0 red_spider_mite 0 Panonychus_ulmi 0 002 @ 01782209 n 0000 #m 01782378 n 0000 | small web-spinning mite; a serious orchard pest
-01782675 05 n 01 superclass_Myriapoda 0 002 @ 08103777 n 0000 #m 01767199 n 0000 | used in some classifications to encompass the millipedes (Diplopoda) and centipedes (Chilopoda); formerly a large taxon including also the Pauropoda and Symphyla; the term Myriapoda now usually used synonymously with Diplopoda and limited to the millipedes
-01783017 05 n 01 myriapod 0 001 @ 01767661 n 0000 | general term for any terrestrial arthropod having an elongated body composed of many similar segments: e.g. centipedes and millipedes
-01783205 05 n 02 Pauropoda 0 class_Pauropoda 0 002 @ 08103777 n 0000 #m 01767199 n 0000 | an obscure class of minute arthropods with branched antennae and 8 to 10 pairs of legs
-01783384 05 n 02 Symphyla 0 class_Symphyla 0 003 @ 08103777 n 0000 #m 01767199 n 0000 %m 01783571 n 0000 | small class of minute arthropods; unimportant except for the garden centipede
-01783571 05 n 02 Scutigerella 0 genus_Scutigerella 0 003 @ 01762525 n 0000 #m 01783384 n 0000 %m 01783706 n 0000 | garden centipedes
-01783706 05 n 04 garden_centipede 0 garden_symphilid 0 symphilid 0 Scutigerella_immaculata 0 002 @ 01767661 n 0000 #m 01783571 n 0000 | minute arthropod often infesting the underground parts of truck-garden and greenhouse crops
-01783936 05 n 02 Tardigrada 0 class_Tardigrada 0 003 @ 08103777 n 0000 #m 01767199 n 0000 %m 01784293 n 0000 | in some classifications considered a separate phylum: microscopic arachnid-like invertebrates living in water or damp moss having 4 pairs of legs and instead of a mouth a pair of stylets or needlelike piercing organs connected with the pharynx
-01784293 05 n 01 tardigrade 0 003 @ 01767661 n 0000 #m 01783936 n 0000 %p 01901348 n 0000 | an arthropod of the division Tardigrada
-01784427 05 n 02 Chilopoda 0 class_Chilopoda 0 005 @ 08103777 n 0000 #m 01767199 n 0000 %m 01784675 n 0000 %m 01785392 n 0000 %m 01785831 n 0000 | arthropods having the trunk composed of numerous somites each bearing one pair of legs: centipedes
-01784675 05 n 01 centipede 0 003 @ 01767661 n 0000 #m 01784427 n 0000 ~ 01785667 n 0000 | chiefly nocturnal predacious arthropod having a flattened body of 15 to 173 segments each with a pair of legs, the foremost pair being modified as prehensors
-01784925 05 n 01 prehensor 0 001 @ 05561507 n 0000 | the anterior pair of legs of a centipede that are modified to seize prey and inject venom from the toxicognaths
-01785092 05 n 01 toxicognath 0 001 @ 01785234 n 0000 | either of a pair of poison fangs in the modified front pair of legs of the centipede
-01785234 05 n 01 fang 2 002 @ 05559908 n 0000 ~ 01785092 n 0000 | an appendage of insects that is capable of injecting venom; usually evolved from the legs
-01785392 05 n 02 Scutigeridae 0 family_Scutigeridae 0 003 @ 01759182 n 0000 #m 01784427 n 0000 %m 01785532 n 0000 | a family of Chilopoda
-01785532 05 n 02 Scutigera 0 genus_Scutigera 0 003 @ 01762525 n 0000 #m 01785392 n 0000 %m 01785667 n 0000 | a genus of Scutigeridae
-01785667 05 n 02 house_centipede 0 Scutigera_coleoptrata 0 002 @ 01784675 n 0000 #m 01785532 n 0000 | long-legged centipede common in damp places as e.g. cellars
-01785831 05 n 02 Geophilomorpha 0 order_Geophilomorpha 0 003 @ 01342529 n 0000 #m 01784427 n 0000 %m 01786048 n 0000 | small elongate centipedes living in soil and under stones and having more than 30 pairs of legs
-01786048 05 n 02 Geophilidae 0 family_Geophilidae 0 003 @ 01759182 n 0000 #m 01785831 n 0000 %m 01786219 n 0000 | small extremely elongate centipedes that live in earth
-01786219 05 n 02 Geophilus 0 genus_Geophilus 0 002 @ 01762525 n 0000 #m 01786048 n 0000 | type genus of the Geophilidae: a cosmopolitan genus of centipedes sometimes called earwigs
-01786402 05 n 04 Diplopoda 0 class_Diplopoda 0 Myriapoda 0 class_Myriapoda 0 003 @ 08103777 n 0000 #m 01767199 n 0000 %m 01786646 n 0000 | arthropods having the body composed of numerous double somites each with two pairs of legs: millipedes
-01786646 05 n 03 millipede 0 millepede 0 milliped 0 002 @ 01767661 n 0000 #m 01786402 n 0000 | any of numerous herbivorous nonpoisonous arthropods having a cylindrical body of 20 to 100 or more segments most with two pairs of legs
-01786879 05 n 02 Pycnogonida 0 order_Pycnogonida 0 003 @ 01342529 n 0000 #m 01768402 n 0000 %m 01787006 n 0000 | sea spiders
-01787006 05 n 02 sea_spider 1 pycnogonid 0 002 @ 01767661 n 0000 #m 01786879 n 0000 | any of various small spiderlike marine arthropods having small thin bodies and long slender legs
-01787191 05 n 02 Merostomata 0 class_Merostomata 0 004 @ 01767661 n 0000 #m 01768402 n 0000 %m 01787401 n 0000 %m 01788420 n 0000 | used in some classifications; includes the orders Xiphosura and Eurypterida
-01787401 05 n 02 Xiphosura 0 order_Xiphosura 0 003 @ 01342529 n 0000 #m 01787191 n 0000 %m 01787546 n 0000 | horseshoe crabs and extinct forms
-01787546 05 n 02 Limulidae 0 family_Limulidae 0 004 @ 01759182 n 0000 #m 01787401 n 0000 %m 01787693 n 0000 %m 01788157 n 0000 | horseshoe crabs
-01787693 05 n 02 Limulus 0 genus_Limulus 0 003 @ 01762525 n 0000 #m 01787546 n 0000 %m 01787835 n 0000 | type genus of the family Limulidae
-01787835 05 n 04 horseshoe_crab 0 king_crab 2 Limulus_polyphemus 0 Xiphosurus_polyphemus 0 002 @ 01767661 n 0000 #m 01787693 n 0000 | large marine arthropod of the Atlantic coast of North America having a domed carapace that is shaped like a horseshoe and a stiff pointed tail; a living fossil related to the wood louse
-01788157 05 n 02 Tachypleus 0 genus_Tachypleus 0 003 @ 01762525 n 0000 #m 01787546 n 0000 %m 01788291 n 0000 | a genus of Limulidae
-01788291 05 n 01 Asian_horseshoe_crab 0 002 @ 01767661 n 0000 #m 01788157 n 0000 | horseshoe crab of the coast of eastern Asia
-01788420 05 n 02 Eurypterida 0 order_Eurypterida 0 003 @ 01342529 n 0000 #m 01787191 n 0000 %m 01788579 n 0000 | extinct aquatic arthropods of the Paleozoic
-01788579 05 n 01 eurypterid 0 002 @ 01767661 n 0000 #m 01788420 n 0000 | large extinct scorpion-like arthropod considered related to horseshoe crabs
-01788730 05 n 02 Pentastomida 0 subphylum_Pentastomida 0 003 @ 08102555 n 0000 #m 01767199 n 0000 %m 01788864 n 0000 | tongue worms
-01788864 05 n 02 tongue_worm 0 pentastomid 0 002 @ 01767661 n 0000 #m 01788730 n 0000 | wormlike arthropod having two pairs of hooks at the sides of the mouth; parasitic in nasal sinuses of mammals
-01789064 05 n 02 Galliformes 0 order_Galliformes 0 009 @ 01342529 n 0000 #m 01502262 n 0000 %m 01789386 n 0000 %m 01793818 n 0000 %m 01794813 n 0000 %m 01799086 n 0000 %m 01800759 n 0000 %m 01802309 n 0000 %m 01809446 n 0000 | pheasants; turkeys; grouse; partridges; quails; chickens; brush turkeys; curassows; hoatzins
-01789386 05 n 02 gallinaceous_bird 0 gallinacean 0 013 @ 01503061 n 0000 #m 01789064 n 0000 ~ 01789740 n 0000 ~ 01791107 n 0000 %p 01792255 n 0000 ~ 01794651 n 0000 ~ 01799302 n 0000 ~ 01799679 n 0000 ~ 01800424 n 0000 ~ 01801088 n 0000 ~ 01809752 n 0000 ~ 01810700 n 0000 ~ 02153203 n 0000 | heavy-bodied largely ground-feeding domestic or game birds
-01789740 05 n 03 domestic_fowl 0 fowl 0 poultry 0 016 @ 01789386 n 0000 #m 01790943 n 0000 + 01145944 v 0201 + 01142899 v 0201 ~ 01790171 n 0000 ~ 01790304 n 0000 ~ 01790398 n 0000 ~ 01790557 n 0000 ~ 01790711 n 0000 ~ 01790812 n 0000 ~ 01791625 n 0000 ~ 01791954 n 0000 ~ 01794158 n 0000 ~ 01809106 n 0000 %p 01895219 n 0000 %p 07644706 n 0000 | a domesticated gallinaceous bird thought to be descended from the red jungle fowl
-01790171 05 n 01 Dorking 0 001 @ 01789740 n 0000 | an English breed of large domestic fowl having five toes (the hind toe doubled)
-01790304 05 n 01 Plymouth_Rock 0 001 @ 01789740 n 0000 | an American breed of domestic fowl
-01790398 05 n 02 Cornish 0 Cornish_fowl 0 001 @ 01789740 n 0000 | English breed of compact domestic fowl; raised primarily to crossbreed to produce roasters
-01790557 05 n 01 Rock_Cornish 0 002 @ 01789740 n 0000 %p 07646163 n 0000 | small plump hybrid developed by crossbreeding Plymouth Rock and Cornish fowl
-01790711 05 n 01 game_fowl 0 001 @ 01789740 n 0000 | any of several breeds reared for cockfighting
-01790812 05 n 02 cochin 0 cochin_china 0 001 @ 01789740 n 0000 | Asian breed of large fowl with dense plumage and feathered legs
-01790943 05 n 02 Gallus 0 genus_Gallus 0 004 @ 01507175 n 0000 #m 01802309 n 0000 %m 01789740 n 0000 %m 01791107 n 0000 | common domestic birds and related forms
-01791107 05 n 02 jungle_fowl 0 gallina 0 005 @ 01789386 n 0000 #m 01790943 n 0000 ~ 01791314 n 0000 ~ 01791388 n 0000 ~ 01791463 n 0000 | small Asiatic wild bird; believed to be ancestral to domestic fowl
-01791314 05 n 01 jungle_cock 0 001 @ 01791107 n 0000 | male jungle fowl
-01791388 05 n 01 jungle_hen 0 001 @ 01791107 n 0000 | female jungle fowl
-01791463 05 n 02 red_jungle_fowl 0 Gallus_gallus 0 001 @ 01791107 n 0000 | a jungle fowl of southeastern Asia that is considered ancestral to the domestic fowl
-01791625 05 n 02 chicken 1 Gallus_gallus 2 010 @ 01789740 n 0000 ~ 01792042 n 0000 ~ 01792158 n 0000 ~ 01792530 n 0000 ~ 01792640 n 0000 ~ 01793340 n 0000 ~ 01793435 n 0000 ~ 01793565 n 0000 ~ 01793715 n 0000 %p 07644967 n 0000 | a domestic fowl bred for flesh or eggs; believed to have been developed from the red jungle fowl
-01791954 05 n 01 bantam 0 001 @ 01789740 n 0000 | any of various small breeds of fowl
-01792042 05 n 02 chick 0 biddy 1 002 @ 01791625 n 0000 @ 01613615 n 0000 | young bird especially of domestic fowl
-01792158 05 n 02 cock 1 rooster 0 002 @ 01791625 n 0000 ~ 01792429 n 0000 | adult male chicken
-01792255 05 n 03 comb 1 cockscomb 0 coxcomb 0 002 @ 01326015 n 0000 #p 01789386 n 0000 | the fleshy red crest on the head of the domestic fowl and other gallinaceous birds
-01792429 05 n 01 cockerel 0 001 @ 01792158 n 0000 | a young domestic cock; not older than one year
-01792530 05 n 01 capon 0 003 @ 01791625 n 0000 + 00061079 v 0101 + 00061079 v 0102 | castrated male chicken
-01792640 05 n 02 hen 1 biddy 2 006 @ 01791625 n 0000 ~ 01792808 n 0000 ~ 01792955 n 0000 ~ 01793085 n 0000 ~ 01793159 n 0000 ~ 01793249 n 0000 | adult female chicken
-01792808 05 n 01 cackler 1 003 @ 01792640 n 0000 + 01056554 v 0101 + 01056369 v 0101 | a hen that has just laid an egg and emits a shrill squawk
-01792955 05 n 05 brood_hen 0 broody 0 broody_hen 0 setting_hen 0 sitter 0 001 @ 01792640 n 0000 | a domestic hen ready to brood
-01793085 05 n 01 mother_hen 0 001 @ 01792640 n 0000 | a hen with chicks
-01793159 05 n 01 layer 1 002 @ 01792640 n 0000 + 01545079 v 0101 | a hen that lays eggs
-01793249 05 n 01 pullet 0 001 @ 01792640 n 0000 | young hen usually less than a year old
-01793340 05 n 01 spring_chicken 0 001 @ 01791625 n 0000 | a young chicken having tender meat
-01793435 05 n 01 Rhode_Island_red 0 001 @ 01791625 n 0000 | American breed of heavy-bodied brownish-red general-purpose chicken
-01793565 05 n 02 Dominique 0 Dominick 0 001 @ 01791625 n 0000 | American breed of chicken having barred grey plumage raised for meat and brown eggs
-01793715 05 n 01 Orpington 0 001 @ 01791625 n 0000 | English breed of large chickens with white skin
-01793818 05 n 02 Meleagrididae 0 family_Meleagrididae 0 004 @ 01504437 n 0000 #m 01789064 n 0000 %m 01793988 n 0000 %m 01794460 n 0000 | turkeys and some extinct forms
-01793988 05 n 02 Meleagris 0 genus_Meleagris 0 003 @ 01507175 n 0000 #m 01793818 n 0000 %m 01794158 n 0000 | type genus of the Meleagrididae: wild and domestic turkeys
-01794158 05 n 02 turkey 0 Meleagris_gallopavo 0 003 @ 01789740 n 0000 #m 01793988 n 0000 ~ 01794344 n 0000 | large gallinaceous bird with fan-shaped tail; widely domesticated for food
-01794344 05 n 04 turkey_cock 0 gobbler 0 tom 2 tom_turkey 0 002 @ 01794158 n 0000 + 01058426 v 0201 | male turkey
-01794460 05 n 02 Agriocharis 0 genus_Agriocharis 0 003 @ 01507175 n 0000 #m 01793818 n 0000 %m 01794651 n 0000 | a genus of birds of the family Meleagrididae including the ocellated turkey
-01794651 05 n 02 ocellated_turkey 0 Agriocharis_ocellata 0 002 @ 01789386 n 0000 #m 01794460 n 0000 | wild turkey of Central America and northern South America
-01794813 05 n 02 Tetraonidae 0 family_Tetraonidae 0 011 @ 01504437 n 0000 #m 01789064 n 0000 %m 01795088 n 0000 %m 01795425 n 0000 %m 01796222 n 0000 %m 01796870 n 0000 %m 01797180 n 0000 %m 01797472 n 0000 %m 01797767 n 0000 %m 01798052 n 0000 %m 01798352 n 0000 | grouse
-01795088 05 n 01 grouse 0 013 @ 02153203 n 0000 #m 07991868 n 0000 #m 01794813 n 0000 + 01143028 v 0101 ~ 01795545 n 0000 ~ 01796340 n 0000 ~ 01797020 n 0000 ~ 01797307 n 0000 ~ 01797601 n 0000 ~ 01797886 n 0000 ~ 01798168 n 0000 ~ 01798484 n 0000 %p 07647115 n 0000 | popular game bird having a plump body and feathered legs and feet
-01795425 05 n 02 Lyrurus 0 genus_Lyrurus 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01795545 n 0000 | black grouse
-01795545 05 n 01 black_grouse 0 006 @ 01795088 n 0000 #m 01795425 n 0000 ~ 01795735 n 0000 ~ 01795900 n 0000 ~ 01796019 n 0000 ~ 01796105 n 0000 | grouse of which the male is bluish-black
-01795735 05 n 03 European_black_grouse 0 heathfowl 0 Lyrurus_tetrix 0 001 @ 01795545 n 0000 | large northern European grouse that is black with a lyre-shaped tail
-01795900 05 n 02 Asian_black_grouse 2 Lyrurus_mlokosiewiczi 0 001 @ 01795545 n 0000 | a black grouse of western Asia
-01796019 05 n 02 blackcock 0 black_cock 0 001 @ 01795545 n 0000 | male black grouse
-01796105 05 n 05 greyhen 0 grayhen 0 grey_hen 0 gray_hen 0 heath_hen 2 001 @ 01795545 n 0000 | female black grouse
-01796222 05 n 02 Lagopus 0 genus_Lagopus 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01796340 n 0000 | ptarmigans
-01796340 05 n 01 ptarmigan 0 003 @ 01795088 n 0000 #m 01796222 n 0000 ~ 01796519 n 0000 | large Arctic and subarctic grouse with feathered feet and usually white winter plumage
-01796519 05 n 06 red_grouse 0 moorfowl 0 moorbird 0 moor-bird 0 moorgame 0 Lagopus_scoticus 0 003 @ 01796340 n 0000 ~ 01796729 n 0000 ~ 01796800 n 0000 | reddish-brown grouse of upland moors of Great Britain
-01796729 05 n 01 moorhen 2 001 @ 01796519 n 0000 | female red grouse
-01796800 05 n 01 moorcock 0 001 @ 01796519 n 0000 | male red grouse
-01796870 05 n 02 Tetrao 0 genus_Tetrao 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01797020 n 0000 | type genus of the Tetraonidae: capercaillies
-01797020 05 n 04 capercaillie 0 capercailzie 0 horse_of_the_wood 0 Tetrao_urogallus 0 002 @ 01795088 n 0000 #m 01796870 n 0000 | large black Old World grouse
-01797180 05 n 02 Canachites 0 genus_Canachites 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01797307 n 0000 | spruce grouse
-01797307 05 n 02 spruce_grouse 0 Canachites_canadensis 0 002 @ 01795088 n 0000 #m 01797180 n 0000 | North American grouse that feeds on evergreen buds and needles
-01797472 05 n 02 Centrocercus 0 genus_Centrocercus 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01797601 n 0000 | sage grouse
-01797601 05 n 03 sage_grouse 0 sage_hen 0 Centrocercus_urophasianus 0 002 @ 01795088 n 0000 #m 01797472 n 0000 | large grouse of sagebrush regions of North America
-01797767 05 n 02 Bonasa 0 genus_Bonasa 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01797886 n 0000 | ruffed grouse
-01797886 05 n 03 ruffed_grouse 0 partridge 3 Bonasa_umbellus 0 002 @ 01795088 n 0000 #m 01797767 n 0000 | valued as a game bird in eastern United States and Canada
-01798052 05 n 02 Pedioecetes 0 genus_Pedioecetes 0 002 @ 01507175 n 0000 #m 01794813 n 0000 | sharp-tailed grouse
-01798168 05 n 04 sharp-tailed_grouse 0 sprigtail 0 sprig_tail 0 Pedioecetes_phasianellus 0 001 @ 01795088 n 0000 | large grouse of prairies and open forests of western North America
-01798352 05 n 02 Tympanuchus 0 genus_Tympanuchus 0 003 @ 01507175 n 0000 #m 01794813 n 0000 %m 01798484 n 0000 | prairie chickens
-01798484 05 n 03 prairie_chicken 0 prairie_grouse 0 prairie_fowl 0 005 @ 01795088 n 0000 #m 01798352 n 0000 ~ 01798706 n 0000 ~ 01798839 n 0000 ~ 01798979 n 0000 | brown mottled North American grouse of western prairies
-01798706 05 n 02 greater_prairie_chicken 0 Tympanuchus_cupido 0 001 @ 01798484 n 0000 | the most common variety of prairie chicken
-01798839 05 n 02 lesser_prairie_chicken 0 Tympanuchus_pallidicinctus 0 001 @ 01798484 n 0000 | a smaller prairie chicken of western Texas
-01798979 05 n 02 heath_hen 1 Tympanuchus_cupido_cupido 0 001 @ 01798484 n 0000 | extinct prairie chicken
-01799086 05 n 02 Cracidae 0 family_Cracidae 0 007 @ 01504437 n 0000 #m 01789064 n 0000 %m 01799302 n 0000 %m 01799540 n 0000 %m 01799876 n 0000 %m 01800042 n 0000 %m 01800286 n 0000 | curassows; guans; chachalacas
-01799302 05 n 01 guan 0 003 @ 01789386 n 0000 #m 01799086 n 0000 ~ 01800195 n 0000 | any of several large turkey-like game birds of the family Cracidae; native to jungles of tropical America; resembling the curassows and valued as food
-01799540 05 n 02 Crax 0 genus_Crax 0 003 @ 01507175 n 0000 #m 01799086 n 0000 %m 01799679 n 0000 | type genus of the Cracidae: curassows
-01799679 05 n 01 curassow 0 002 @ 01789386 n 0000 #m 01799540 n 0000 | large crested arboreal game bird of warm parts of the Americas having long legs and tails; highly esteemed as game and food
-01799876 05 n 02 Penelope 0 genus_Penelope 0 002 @ 01507175 n 0000 #m 01799086 n 0000 | a genus of guans (turkey-like arboreal birds valued as game and food birds)
-01800042 05 n 02 Pipile 0 genus_Pipile 0 003 @ 01507175 n 0000 #m 01799086 n 0000 %m 01800195 n 0000 | genus of large crested guans (the piping guans)
-01800195 05 n 01 piping_guan 0 002 @ 01799302 n 0000 #m 01800042 n 0000 | a kind of guan
-01800286 05 n 02 Ortalis 0 genus_Ortalis 0 004 @ 01507175 n 0000 #m 01799086 n 0000 %m 01800424 n 0000 %m 01800633 n 0000 | chachalacas
-01800424 05 n 01 chachalaca 0 003 @ 01789386 n 0000 #m 01800286 n 0000 ~ 01800633 n 0000 | slender arboreal guan resembling a wild turkey; native to Central America and Mexico; highly regarded as game birds
-01800633 05 n 02 Texas_chachalaca 0 Ortilis_vetula_macalli 0 002 @ 01800424 n 0000 #m 01800286 n 0000 | of Mexico and Texas
-01800759 05 n 02 Megapodiidae 0 family_Megapodiidae 0 007 @ 01504437 n 0000 #m 01789064 n 0000 %m 01800963 n 0000 %m 01801088 n 0000 %m 01801371 n 0000 %m 01801753 n 0000 %m 01802033 n 0000 | megapodes
-01800963 05 n 02 Megapodius 0 genus-Megapodius 0 002 @ 01507175 n 0000 #m 01800759 n 0000 | type genus of the Megapodiidae
-01801088 05 n 05 megapode 0 mound_bird 0 mound-bird 0 mound_builder 0 scrub_fowl 0 005 @ 01789386 n 0000 #m 01800759 n 0000 ~ 01801479 n 0000 ~ 01801876 n 0000 ~ 01802159 n 0000 | large-footed short-winged birds of Australasia; build mounds of decaying vegetation to incubate eggs
-01801371 05 n 01 genus_Leipoa 0 003 @ 01507175 n 0000 #m 01800759 n 0000 %m 01801479 n 0000 | mallee fowl
-01801479 05 n 04 mallee_fowl 0 leipoa 0 lowan 0 Leipoa_ocellata 0 003 @ 01801088 n 0000 #m 01801371 n 0000 ~ 01801672 n 0000 | Australian mound bird; incubates eggs naturally in sandy mounds
-01801672 05 n 01 mallee_hen 0 001 @ 01801479 n 0000 | adult female mallee fowl
-01801753 05 n 02 Alectura 0 genus_Alectura 0 003 @ 01507175 n 0000 #m 01800759 n 0000 %m 01801876 n 0000 | brush turkeys
-01801876 05 n 02 brush_turkey 0 Alectura_lathami 0 002 @ 01801088 n 0000 #m 01801753 n 0000 | black megapode of wooded regions of Australia and New Guinea
-01802033 05 n 02 Macrocephalon 0 genus_Macrocephalon 0 003 @ 01507175 n 0000 #m 01800759 n 0000 %m 01802159 n 0000 | maleos
-01802159 05 n 02 maleo 0 Macrocephalon_maleo 0 002 @ 01801088 n 0000 #m 01802033 n 0000 | Celebes megapode that lays eggs in holes in sandy beaches
-01802309 05 n 02 Phasianidae 0 family_Phasianidae 0 017 @ 01504437 n 0000 #m 01789064 n 0000 %m 01790943 n 0000 %m 01802721 n 0000 %m 01802895 n 0000 %m 01803548 n 0000 %m 01803764 n 0000 %m 01804029 n 0000 %m 01804340 n 0000 %m 01804796 n 0000 %m 01805199 n 0000 %m 01805446 n 0000 %m 01805692 n 0000 %m 01806740 n 0000 %m 01806984 n 0000 %m 01807265 n 0000 %m 01808785 n 0000 | pheasants; quails; partridges
-01802721 05 n 01 phasianid 0 005 @ 02153203 n 0000 #m 01802309 n 0000 ~ 01803078 n 0000 ~ 01806567 n 0000 ~ 01807496 n 0000 | a kind of game bird in the family Phasianidae
-01802895 05 n 02 Phasianus 0 genus_Phasianus 0 004 @ 01507175 n 0000 #m 01802309 n 0000 %m 01803078 n 0000 %m 01803362 n 0000 | type genus of the Phasianidae: the typical pheasants
-01803078 05 n 01 pheasant 0 009 @ 01802721 n 0000 #m 01802895 n 0000 ~ 01803362 n 0000 ~ 01803641 n 0000 ~ 01803893 n 0000 ~ 01804163 n 0000 ~ 01805321 n 0000 ~ 01805801 n 0000 ~ 01807105 n 0000 | large long-tailed gallinaceous bird native to the Old World but introduced elsewhere
-01803362 05 n 02 ring-necked_pheasant 0 Phasianus_colchicus 0 003 @ 01803078 n 0000 #m 01802895 n 0000 %p 07647602 n 0000 | common pheasant having bright plumage and a white neck ring
-01803548 05 n 01 genus_Afropavo 0 002 @ 01507175 n 0000 #m 01802309 n 0000 | Congo peafowl
-01803641 05 n 03 afropavo 0 Congo_peafowl 0 Afropavo_congensis 0 001 @ 01803078 n 0000 | both sexes are brightly colored
-01803764 05 n 02 Argusianus 0 genus_Argusianus 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01803893 n 0000 | argus pheasants
-01803893 05 n 02 argus 0 argus_pheasant 0 002 @ 01803078 n 0000 #m 01803764 n 0000 | large brilliantly patterned East Indian pheasant
-01804029 05 n 02 Chrysolophus 0 genus_Chrysolophus 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01804163 n 0000 | golden pheasants
-01804163 05 n 02 golden_pheasant 0 Chrysolophus_pictus 0 002 @ 01803078 n 0000 #m 01804029 n 0000 | brightly colored crested pheasant of mountains of western and central Asia
-01804340 05 n 02 Colinus 0 genus_Colinus 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01804478 n 0000 | New World quail: the bobwhites
-01804478 05 n 03 bobwhite 0 bobwhite_quail 0 partridge 2 003 @ 01806567 n 0000 #m 01804340 n 0000 ~ 01804653 n 0000 | a popular North American game bird; named for its call
-01804653 05 n 02 northern_bobwhite 0 Colinus_virginianus 0 001 @ 01804478 n 0000 | a favorite game bird of eastern and central United States
-01804796 05 n 02 Coturnix 0 genus_Coturnix 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01804921 n 0000 | Old World quail
-01804921 05 n 01 Old_World_quail 0 003 @ 01806567 n 0000 #m 01804796 n 0000 ~ 01805070 n 0000 | small game bird with a rounded body and small tail
-01805070 05 n 03 migratory_quail 0 Coturnix_coturnix 0 Coturnix_communis 0 001 @ 01804921 n 0000 | the typical Old World quail
-01805199 05 n 02 Lophophorus 0 genus_Lophophorus 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01805321 n 0000 | monals
-01805321 05 n 02 monal 0 monaul 0 002 @ 01803078 n 0000 #m 01805199 n 0000 | brilliantly colored pheasant of southern Asia
-01805446 05 n 02 Odontophorus 0 genus_Odontophorus 0 002 @ 01507175 n 0000 #m 01802309 n 0000 | genus of Central and South American crested partridges resembling quails; sometimes placed in a distinct subfamily or isolated in a distinct family
-01805692 05 n 02 Pavo 0 genus_Pavo 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01805801 n 0000 | peafowl
-01805801 05 n 02 peafowl 0 bird_of_Juno 0 007 @ 01803078 n 0000 #m 01805692 n 0000 ~ 01806061 n 0000 ~ 01806143 n 0000 ~ 01806297 n 0000 ~ 01806364 n 0000 ~ 01806467 n 0000 | very large terrestrial southeast Asian pheasant often raised as an ornamental bird
-01806061 05 n 02 peachick 0 pea-chick 0 001 @ 01805801 n 0000 | a young peafowl
-01806143 05 n 01 peacock 1 001 @ 01805801 n 0000 | male peafowl; having a crested head and very large fanlike tail marked with iridescent eyes or spots
-01806297 05 n 01 peahen 0 001 @ 01805801 n 0000 | female peafowl
-01806364 05 n 02 blue_peafowl 0 Pavo_cristatus 0 001 @ 01805801 n 0000 | peafowl of India and Ceylon
-01806467 05 n 02 green_peafowl 0 Pavo_muticus 0 001 @ 01805801 n 0000 | peafowl of southeast Asia
-01806567 05 n 01 quail 1 006 @ 01802721 n 0000 #m 07991579 n 0000 ~ 01804478 n 0000 ~ 01804921 n 0000 ~ 01806847 n 0000 %p 07647321 n 0000 | small gallinaceous game birds
-01806740 05 n 02 Lofortyx 0 genus_Lofortyx 0 002 @ 01507175 n 0000 #m 01802309 n 0000 | California quail
-01806847 05 n 02 California_quail 0 Lofortyx_californicus 0 001 @ 01806567 n 0000 | plump chunky bird of coastal California and Oregon
-01806984 05 n 01 genus_Tragopan 0 003 @ 01507175 n 0000 #m 01802309 n 0000 %m 01807105 n 0000 | a genus of Phasianidae
-01807105 05 n 01 tragopan 0 002 @ 01803078 n 0000 #m 01806984 n 0000 | brilliantly colored Asian pheasant having wattles and two fleshy processes on the head
-01807265 05 n 04 Perdicidae 0 subfamily_Perdicidae 0 Perdicinae 0 subfamily_Perdicinae 0 006 @ 01504437 n 0000 #m 01802309 n 0000 %m 01807496 n 0000 %m 01807701 n 0000 %m 01807988 n 0000 %m 01808447 n 0000 | Old World partridges
-01807496 05 n 01 partridge 1 007 @ 01802721 n 0000 #m 01807265 n 0000 #m 07991868 n 0000 ~ 01807828 n 0000 ~ 01808140 n 0000 ~ 01808291 n 0000 ~ 01808596 n 0000 | small Old World gallinaceous game birds
-01807701 05 n 02 Perdix 0 genus_Perdix 0 003 @ 01507175 n 0000 #m 01807265 n 0000 %m 01807828 n 0000 | a genus of Perdicinae
-01807828 05 n 04 Hungarian_partridge 0 grey_partridge 0 gray_partridge 0 Perdix_perdix 0 002 @ 01807496 n 0000 #m 01807701 n 0000 | common European partridge
-01807988 05 n 02 Alectoris 0 genus_Alectoris 0 004 @ 01507175 n 0000 #m 01807265 n 0000 %m 01808140 n 0000 %m 01808291 n 0000 | a genus of Perdicidae
-01808140 05 n 02 red-legged_partridge 0 Alectoris_ruffa 0 002 @ 01807496 n 0000 #m 01807988 n 0000 | common western European partridge with red legs
-01808291 05 n 03 Greek_partridge 0 rock_partridge 0 Alectoris_graeca 0 002 @ 01807496 n 0000 #m 01807988 n 0000 | of mountainous areas of southern Europe
-01808447 05 n 02 Oreortyx 0 genus_Oreortyx 0 003 @ 01507175 n 0000 #m 01807265 n 0000 %m 01808596 n 0000 | mountain quail of western United States
-01808596 05 n 03 mountain_quail 0 mountain_partridge 0 Oreortyx_picta_palmeri 0 002 @ 01807496 n 0000 #m 01808447 n 0000 | California partridge; slightly larger than the California quail
-01808785 05 n 04 Numididae 0 subfamily_Numididae 0 Numidinae 0 subfamily_Numidinae 0 003 @ 01504437 n 0000 #m 01802309 n 0000 %m 01808989 n 0000 | guinea fowl and related birds of Africa and Madagascar
-01808989 05 n 02 Numida 0 genus_Numida 0 003 @ 01507175 n 0000 #m 01808785 n 0000 %m 01809106 n 0000 | guinea fowl
-01809106 05 n 03 guinea_fowl 0 guinea 0 Numida_meleagris 0 004 @ 01789740 n 0000 #m 01808989 n 0000 ~ 01809371 n 0000 %p 07646284 n 0000 | a west African bird having dark plumage mottled with white; native to Africa but raised for food in many parts of the world
-01809371 05 n 01 guinea_hen 0 001 @ 01809106 n 0000 | female guinea fowl
-01809446 05 n 02 Opisthocomidae 0 family_Opisthocomidae 0 003 @ 01504437 n 0000 #m 01789064 n 0000 %m 01809592 n 0000 | comprising the hoatzins
-01809592 05 n 02 Opisthocomus 0 genus_Opisthocomus 0 003 @ 01507175 n 0000 #m 01809446 n 0000 %m 01809752 n 0000 | type genus of the Opisthocomidae: hoatzins
-01809752 05 n 04 hoatzin 0 hoactzin 0 stinkbird 0 Opisthocomus_hoazin 0 002 @ 01789386 n 0000 #m 01809592 n 0000 | crested ill-smelling South American bird whose young have claws on the first and second digits of the wings
-01809977 05 n 02 Tinamiformes 0 order_Tinamiformes 0 003 @ 01342529 n 0000 #m 01518170 n 0000 %m 01810132 n 0000 | coextensive with the family Tinamidae
-01810132 05 n 02 Tinamidae 0 family_Tinamidae 0 003 @ 01504437 n 0000 #m 01809977 n 0000 %m 01810268 n 0000 | comprising the tinamous
-01810268 05 n 02 tinamou 0 partridge 4 002 @ 02153203 n 0000 #m 01810132 n 0000 | heavy-bodied small-winged South American game bird resembling a gallinaceous bird but related to the ratite birds
-01810466 05 n 02 Columbiformes 0 order_Columbiformes 0 006 @ 01342529 n 0000 #m 01502262 n 0000 %m 01810700 n 0000 %m 01810946 n 0000 %m 01811682 n 0000 %m 01815431 n 0000 | sand grouse; pigeons; doves; extinct dodos and solitaires
-01810700 05 n 01 columbiform_bird 0 006 @ 01789386 n 0000 #m 01810466 n 0000 ~ 01811243 n 0000 ~ 01811542 n 0000 ~ 01811909 n 0000 ~ 01815601 n 0000 | a cosmopolitan order of land birds having small heads and short legs with four unwebbed toes
-01810946 05 n 02 Raphidae 0 family_Raphidae 0 004 @ 01504437 n 0000 #m 01810466 n 0000 %m 01811104 n 0000 %m 01811394 n 0000 | extinct dodos and solitaires
-01811104 05 n 02 Raphus 0 genus_Raphus 0 003 @ 01507175 n 0000 #m 01810946 n 0000 %m 01811243 n 0000 | type genus of the Raphidae: dodos
-01811243 05 n 02 dodo 0 Raphus_cucullatus 0 002 @ 01810700 n 0000 #m 01811104 n 0000 | extinct heavy flightless bird of Mauritius related to pigeons
-01811394 05 n 02 Pezophaps 0 genus_Pezophaps 0 003 @ 01507175 n 0000 #m 01810946 n 0000 %m 01811542 n 0000 | constituted by the extinct solitaire
-01811542 05 n 02 solitaire 2 Pezophaps_solitaria 0 002 @ 01810700 n 0000 #m 01811394 n 0000 | extinct flightless bird related to the dodo
-01811682 05 n 02 Columbidae 0 family_Columbidae 0 008 @ 01504437 n 0000 #m 01810466 n 0000 %m 01811909 n 0000 %m 01812471 n 0000 %m 01813256 n 0000 %m 01813811 n 0000 %m 01814091 n 0000 %m 01815135 n 0000 | doves and pigeons
-01811909 05 n 01 pigeon 0 010 @ 01810700 n 0000 #m 01811682 n 0000 ~ 01812187 n 0000 ~ 01812337 n 0000 ~ 01812662 n 0000 ~ 01812866 n 0000 ~ 01813088 n 0000 ~ 01814370 n 0000 ~ 01814549 n 0000 ~ 01815270 n 0000 | wild and domesticated birds having a heavy body and short legs
-01812187 05 n 02 pouter_pigeon 0 pouter 0 001 @ 01811909 n 0000 | one of a breed of pigeon that enlarge their crop until their breast is puffed out
-01812337 05 n 01 dove 0 004 @ 01811909 n 0000 ~ 01813385 n 0000 ~ 01813948 n 0000 ~ 01814217 n 0000 | any of numerous small pigeons
-01812471 05 n 02 Columba 0 genus_Columba 0 005 @ 01507175 n 0000 #m 01811682 n 0000 %m 01812662 n 0000 %m 01812866 n 0000 %m 01813088 n 0000 | type genus of the Columbidae: typical pigeons
-01812662 05 n 03 rock_dove 0 rock_pigeon 0 Columba_livia 0 002 @ 01811909 n 0000 #m 01812471 n 0000 | pale grey Eurasian pigeon having black-striped wings from which most domestic species are descended
-01812866 05 n 04 band-tailed_pigeon 0 band-tail_pigeon 0 bandtail 0 Columba_fasciata 0 002 @ 01811909 n 0000 #m 01812471 n 0000 | wild pigeon of western North America; often mistaken for the now extinct passenger pigeon
-01813088 05 n 04 wood_pigeon 0 ringdove 2 cushat 0 Columba_palumbus 0 002 @ 01811909 n 0000 #m 01812471 n 0000 | Eurasian pigeon with white patches on wings and neck
-01813256 05 n 02 Streptopelia 0 genus_Streptopelia 0 003 @ 01507175 n 0000 #m 01811682 n 0000 %m 01813385 n 0000 | turtledoves
-01813385 05 n 01 turtledove 0 004 @ 01812337 n 0000 #m 01813256 n 0000 ~ 01813532 n 0000 ~ 01813658 n 0000 | any of several Old World wild doves
-01813532 05 n 01 Streptopelia_turtur 0 001 @ 01813385 n 0000 | the common European wild dove noted for its plaintive cooing
-01813658 05 n 02 ringdove 1 Streptopelia_risoria 0 001 @ 01813385 n 0000 | greyish Old World turtledove with a black band around the neck; often caged
-01813811 05 n 02 Stictopelia 0 genus_Stictopelia 0 003 @ 01507175 n 0000 #m 01811682 n 0000 %m 01813948 n 0000 | a genus of Columbidae
-01813948 05 n 03 Australian_turtledove 0 turtledove 2 Stictopelia_cuneata 0 002 @ 01812337 n 0000 #m 01813811 n 0000 | small Australian dove
-01814091 05 n 02 Zenaidura 0 genus_Zenaidura 0 003 @ 01507175 n 0000 #m 01811682 n 0000 %m 01814217 n 0000 | mourning doves
-01814217 05 n 02 mourning_dove 0 Zenaidura_macroura 0 002 @ 01812337 n 0000 #m 01814091 n 0000 | wild dove of the United States having a mournful call
-01814370 05 n 01 domestic_pigeon 0 005 @ 01811909 n 0000 ~ 01814620 n 0000 ~ 01814755 n 0000 ~ 01814921 n 0000 %p 07646403 n 0000 | domesticated pigeon raised for sport or food
-01814549 05 n 01 squab 0 001 @ 01811909 n 0000 | an unfledged pigeon
-01814620 05 n 01 fairy_swallow 0 001 @ 01814370 n 0000 | fancy domestic pigeon having blue-and-white plumage and heavily muffed feet
-01814755 05 n 03 roller 2 tumbler 0 tumbler_pigeon 0 002 @ 01814370 n 0000 + 01867997 v 0201 | pigeon that executes backward somersaults in flight or on the ground
-01814921 05 n 02 homing_pigeon 0 homer 0 002 @ 01814370 n 0000 ~ 01815036 n 0000 | pigeon trained to return home
-01815036 05 n 01 carrier_pigeon 0 001 @ 01814921 n 0000 | a homing pigeon used to carry messages
-01815135 05 n 02 Ectopistes 0 genus_Ectopistes 0 003 @ 01507175 n 0000 #m 01811682 n 0000 %m 01815270 n 0000 | a genus of Columbidae
-01815270 05 n 02 passenger_pigeon 0 Ectopistes_migratorius 0 002 @ 01811909 n 0000 #m 01815135 n 0000 | gregarious North American migratory pigeon now extinct
-01815431 05 n 02 Pteroclididae 0 family_Pteroclididae 0 005 @ 01504437 n 0000 #m 01810466 n 0000 %m 01815601 n 0000 %m 01815855 n 0000 %m 01816336 n 0000 | sandgrouses
-01815601 05 n 02 sandgrouse 0 sand_grouse 0 005 @ 01810700 n 0000 #m 01815431 n 0000 ~ 01816017 n 0000 ~ 01816140 n 0000 ~ 01816474 n 0000 | pigeon-like bird of arid regions of the Old World having long pointed wings and tail and precocial downy young
-01815855 05 n 02 Pterocles 0 genus_Pterocles 0 004 @ 01507175 n 0000 #m 01815431 n 0000 %m 01816017 n 0000 %m 01816140 n 0000 | type genus of the Pteroclididae
-01816017 05 n 02 painted_sandgrouse 0 Pterocles_indicus 0 002 @ 01815601 n 0000 #m 01815855 n 0000 | sandgrouse of India
-01816140 05 n 03 pin-tailed_sandgrouse 0 pin-tailed_grouse 0 Pterocles_alchata 0 002 @ 01815601 n 0000 #m 01815855 n 0000 | sandgrouse of Europe and Africa having elongated middle tail feathers
-01816336 05 n 02 Syrrhaptes 0 genus_Syrrhaptes 0 003 @ 01507175 n 0000 #m 01815431 n 0000 %m 01816474 n 0000 | a genus of Pteroclididae
-01816474 05 n 02 pallas's_sandgrouse 0 Syrrhaptes_paradoxus 0 002 @ 01815601 n 0000 #m 01816336 n 0000 | Eurasiatic sandgrouse with a black patch on the belly
-01816635 05 n 02 Psittaciformes 0 order_Psittaciformes 0 004 @ 01342529 n 0000 #m 01502262 n 0000 %m 01816887 n 0000 %m 01817424 n 0000 | an order of birds including parrots and amazons and cockatoos and lorikeets and lories and macaws and parakeets
-01816887 05 n 01 parrot 0 013 @ 01503061 n 0000 #m 01816635 n 0000 ~ 01817263 n 0000 ~ 01817346 n 0000 ~ 01817953 n 0000 ~ 01818299 n 0000 ~ 01818515 n 0000 ~ 01818832 n 0000 ~ 01819115 n 0000 ~ 01819734 n 0000 ~ 01820052 n 0000 ~ 01820348 n 0000 ~ 01821203 n 0000 | usually brightly colored zygodactyl tropical birds with short hooked beaks and the ability to mimic sounds
-01817263 05 n 01 popinjay 0 001 @ 01816887 n 0000 | an archaic term for a parrot
-01817346 05 n 02 poll 0 poll_parrot 0 001 @ 01816887 n 0000 | a tame parrot
-01817424 05 n 02 Psittacidae 0 family_Psittacidae 0 013 @ 01504437 n 0000 #m 01816635 n 0000 %m 01817772 n 0000 %m 01818169 n 0000 %m 01818409 n 0000 %m 01818704 n 0000 %m 01818959 n 0000 %m 01819600 n 0000 %m 01819918 n 0000 %m 01820190 n 0000 %m 01821418 n 0000 %m 01821727 n 0000 %m 01822164 n 0000 | coextensive with the order Psittaciformes
-01817772 05 n 02 Psittacus 0 genus_Psittacus 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01817953 n 0000 | type genus of the Psittacidae: usually restricted to the African grey
-01817953 05 n 03 African_grey 0 African_gray 0 Psittacus_erithacus 0 002 @ 01816887 n 0000 #m 01817772 n 0000 | commonly domesticated grey parrot with red-and-black tail and white face; native to equatorial Africa
-01818169 05 n 02 Amazona 0 genus_Amazona 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01818299 n 0000 | a genus of Psittacidae
-01818299 05 n 01 amazon 0 002 @ 01816887 n 0000 #m 01818169 n 0000 | mainly green tropical American parrots
-01818409 05 n 02 Ara 0 genus_Ara 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01818515 n 0000 | macaws
-01818515 05 n 01 macaw 0 002 @ 01816887 n 0000 #m 01818409 n 0000 | long-tailed brilliantly colored parrot of Central America and South America; among the largest and showiest of parrots
-01818704 05 n 02 Nestor 0 genus_Nestor 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01818832 n 0000 | a genus of Psittacidae
-01818832 05 n 02 kea 0 Nestor_notabilis 0 002 @ 01816887 n 0000 #m 01818704 n 0000 | large brownish-green New Zealand parrot
-01818959 05 n 04 Kakatoe 0 genus_Kakatoe 0 Cacatua 0 genus_Cacatua 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01819115 n 0000 | a genus of Psittacidae
-01819115 05 n 01 cockatoo 0 004 @ 01816887 n 0000 #m 01818959 n 0000 ~ 01819313 n 0000 ~ 01819465 n 0000 | white or light-colored crested parrot of the Australian region; often kept as cage birds
-01819313 05 n 03 sulphur-crested_cockatoo 0 Kakatoe_galerita 0 Cacatua_galerita 0 001 @ 01819115 n 0000 | white cockatoo with a yellow erectile crest
-01819465 05 n 02 pink_cockatoo 0 Kakatoe_leadbeateri 0 001 @ 01819115 n 0000 | white Australian cockatoo with roseate tinged plumage
-01819600 05 n 02 Nymphicus 0 genus_Nymphicus 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01819734 n 0000 | a genus of Psittacidae
-01819734 05 n 04 cockateel 0 cockatiel 0 cockatoo_parrot 0 Nymphicus_hollandicus 0 002 @ 01816887 n 0000 #m 01819600 n 0000 | small grey Australian parrot with a yellow crested head
-01819918 05 n 02 Agapornis 0 genus_Agapornis 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01820052 n 0000 | a genus of Psittacidae
-01820052 05 n 01 lovebird 1 002 @ 01816887 n 0000 #m 01819918 n 0000 | small African parrot noted for showing affection for their mates
-01820190 05 n 02 Loriinae 0 subfamily_Loriinae 0 005 @ 01504437 n 0000 #m 01817424 n 0000 %m 01820348 n 0000 %m 01820664 n 0000 %m 01820937 n 0000 | lories
-01820348 05 n 01 lory 0 003 @ 01816887 n 0000 #m 01820190 n 0000 ~ 01820546 n 0000 | small brightly colored Australasian parrots having a brush-tipped tongue for feeding on nectar and soft fruits
-01820546 05 n 01 lorikeet 0 003 @ 01820348 n 0000 ~ 01820801 n 0000 ~ 01821076 n 0000 | any of various small lories
-01820664 05 n 02 Glossopsitta 0 genus_Glossopsitta 0 003 @ 01507175 n 0000 #m 01820190 n 0000 %m 01820801 n 0000 | a genus of Loriinae
-01820801 05 n 02 varied_Lorikeet 0 Glossopsitta_versicolor 0 002 @ 01820546 n 0000 #m 01820664 n 0000 | lorikeet with a colorful coat
-01820937 05 n 02 Trichoglossus 0 genus_Trichoglossus 0 003 @ 01507175 n 0000 #m 01820190 n 0000 %m 01821076 n 0000 | a genus of Loriinae
-01821076 05 n 02 rainbow_lorikeet 0 Trichoglossus_moluccanus 0 002 @ 01820546 n 0000 #m 01820937 n 0000 | a kind of lorikeet
-01821203 05 n 06 parakeet 0 parrakeet 0 parroket 0 paraquet 0 paroquet 0 parroquet 0 004 @ 01816887 n 0000 ~ 01821554 n 0000 ~ 01821869 n 0000 ~ 01822300 n 0000 | any of numerous small slender long-tailed parrots
-01821418 05 n 02 Conuropsis 0 genus_Conuropsis 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01821554 n 0000 | a genus of Psittacidae
-01821554 05 n 02 Carolina_parakeet 0 Conuropsis_carolinensis 0 002 @ 01821203 n 0000 #m 01821418 n 0000 | extinct parakeet whose range extended far into the United States
-01821727 05 n 02 Melopsittacus 0 genus_Melopsittacus 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01821869 n 0000 | a genus of Psittacidae
-01821869 05 n 08 budgerigar 0 budgereegah 0 budgerygah 0 budgie 0 grass_parakeet 0 lovebird 2 shell_parakeet 0 Melopsittacus_undulatus 0 002 @ 01821203 n 0000 #m 01821727 n 0000 | small Australian parakeet usually light green with black and yellow markings in the wild but bred in many colors
-01822164 05 n 02 Psittacula 0 genus_Psittacula 0 003 @ 01507175 n 0000 #m 01817424 n 0000 %m 01822300 n 0000 | a genus of Psittacidae
-01822300 05 n 02 ring-necked_parakeet 0 Psittacula_krameri 0 002 @ 01821203 n 0000 #m 01822164 n 0000 | African parakeet
-01822423 05 n 02 Cuculiformes 0 order_Cuculiformes 0 005 @ 01342529 n 0000 #m 01502262 n 0000 %m 01822602 n 0000 %m 01822773 n 0000 %m 01825009 n 0000 | cuckoos; touracos; etc.
-01822602 05 n 01 cuculiform_bird 0 004 @ 01503061 n 0000 #m 01822423 n 0000 ~ 01823013 n 0000 ~ 01825278 n 0000 | birds having zygodactyl feet (except for the touracos)
-01822773 05 n 02 Cuculidae 0 family_Cuculidae 0 008 @ 01504437 n 0000 #m 01822423 n 0000 %m 01823013 n 0000 %m 01823279 n 0000 %m 01823610 n 0000 %m 01823912 n 0000 %m 01824227 n 0000 %m 01824443 n 0000 | includes cuckoo; ani; roadrunner
-01823013 05 n 01 cuckoo 0 008 @ 01822602 n 0000 #m 01822773 n 0000 + 00957945 v 0101 ~ 01823414 n 0000 ~ 01823740 n 0000 ~ 01824035 n 0000 ~ 01824344 n 0000 ~ 01824575 n 0000 | any of numerous European and North American birds having pointed wings and a long tail
-01823279 05 n 02 Cuculus 0 genus_Cuculus 0 003 @ 01507175 n 0000 #m 01822773 n 0000 %m 01823414 n 0000 | type genus of the Cuculidae
-01823414 05 n 02 European_cuckoo 0 Cuculus_canorus 0 002 @ 01823013 n 0000 #m 01823279 n 0000 | common cuckoo of Europe having a distinctive two-note call; lays eggs in the nests of other birds
-01823610 05 n 02 Coccyzus 0 genus_Coccyzus 0 003 @ 01507175 n 0000 #m 01822773 n 0000 %m 01823740 n 0000 | a genus of Cuculidae
-01823740 05 n 02 black-billed_cuckoo 0 Coccyzus_erythropthalmus 0 002 @ 01823013 n 0000 #m 01823610 n 0000 | North American cuckoo; builds a nest and rears its own young
-01823912 05 n 02 Geococcyx 0 genus_Geococcyx 0 003 @ 01507175 n 0000 #m 01822773 n 0000 %m 01824035 n 0000 | roadrunners
-01824035 05 n 03 roadrunner 0 chaparral_cock 0 Geococcyx_californianus 0 002 @ 01823013 n 0000 #m 01823912 n 0000 | speedy largely terrestrial bird found from California and Mexico to Texas
-01824227 05 n 02 Crotophaga 0 genus_Crotophaga 0 003 @ 01507175 n 0000 #m 01822773 n 0000 %m 01824344 n 0000 | ani
-01824344 05 n 01 ani 0 002 @ 01823013 n 0000 #m 01824227 n 0000 | black tropical American cuckoo
-01824443 05 n 02 Centropus 0 genus_Centropus 0 003 @ 01507175 n 0000 #m 01822773 n 0000 %m 01824575 n 0000 | a genus of Cuculidae
-01824575 05 n 01 coucal 0 004 @ 01823013 n 0000 #m 01824443 n 0000 ~ 01824749 n 0000 ~ 01824862 n 0000 | Old World ground-living cuckoo having a long dagger-like hind claw
-01824749 05 n 02 crow_pheasant 0 Centropus_sinensis 0 001 @ 01824575 n 0000 | common coucal of India and China
-01824862 05 n 03 pheasant_coucal 0 pheasant_cuckoo 0 Centropus_phasianinus 0 001 @ 01824575 n 0000 | Australian bird with a tail like a pheasant
-01825009 05 n 02 Musophagidae 0 family_Musophagidae 0 004 @ 01504437 n 0000 #m 01822423 n 0000 %m 01825155 n 0000 %m 01825278 n 0000 | touracos
-01825155 05 n 02 Musophaga 0 genus_Musophaga 0 002 @ 01507175 n 0000 #m 01825009 n 0000 | type genus of the Musophagidae
-01825278 05 n 04 touraco 0 turaco 0 turacou 0 turakoo 0 002 @ 01822602 n 0000 #m 01825009 n 0000 | large brightly crested bird of Africa
-01825417 05 n 02 Coraciiformes 0 order_Coraciiformes 0 011 @ 01342529 n 0000 #m 01502262 n 0000 %m 01825930 n 0000 %m 01826223 n 0000 %m 01826998 n 0000 %m 01828714 n 0000 %m 01829143 n 0000 %m 01829602 n 0000 %m 01830183 n 0000 %m 01830623 n 0000 %m 01831078 n 0000 | rollers; kingfishers; hornbills; hoopoes; motmots; bee eaters; todies
-01825758 05 n 02 Picariae 0 order_Picariae 0 002 @ 01342529 n 0000 #m 01502262 n 0000 | term used in some classifications as nearly equivalent to the order Coraciiformes
-01825930 05 n 01 coraciiform_bird 0 010 @ 01503061 n 0000 #m 01825417 n 0000 ~ 01826364 n 0000 ~ 01827403 n 0000 ~ 01828970 n 0000 ~ 01829413 n 0000 ~ 01829869 n 0000 ~ 01830479 n 0000 ~ 01830915 n 0000 ~ 01831360 n 0000 | chiefly short-legged arboreal nonpasserine birds that nest in holes
-01826223 05 n 02 Coraciidae 0 family_Coraciidae 0 004 @ 01504437 n 0000 #m 01825417 n 0000 %m 01826364 n 0000 %m 01826542 n 0000 | rollers
-01826364 05 n 01 roller 1 004 @ 01825930 n 0000 #m 01826223 n 0000 ~ 01826680 n 0000 ~ 01826844 n 0000 | Old World bird that tumbles or rolls in flight; related to kingfishers
-01826542 05 n 02 Coracias 0 genus_Coracias 0 003 @ 01507175 n 0000 #m 01826223 n 0000 %m 01826680 n 0000 | type genus of the Coraciidae
-01826680 05 n 02 European_roller 0 Coracias_garrulus 0 002 @ 01826364 n 0000 #m 01826542 n 0000 | common European blue-and-green roller with a reddish-brown back
-01826844 05 n 01 ground_roller 0 001 @ 01826364 n 0000 | Madagascan roller with terrestrial and crepuscular habits that feeds on e.g. insects and worms
-01826998 05 n 02 Alcedinidae 0 family_Alcedinidae 0 007 @ 01504437 n 0000 #m 01825417 n 0000 %m 01827403 n 0000 %m 01827658 n 0000 %m 01827948 n 0000 %m 01828267 n 0000 %m 01828397 n 0000 | kingfishers
-01827202 05 n 01 halcyon 1 001 @ 09484664 n 0000 | a mythical bird said to breed at the time of the winter solstice in a nest floating on the sea and to have the power of calming the winds and waves
-01827403 05 n 01 kingfisher 0 005 @ 01825930 n 0000 #m 01826998 n 0000 ~ 01827793 n 0000 ~ 01828096 n 0000 ~ 01828556 n 0000 | nonpasserine large-headed bird with a short tail and long sharp bill; usually crested and bright-colored; feed mostly on fish
-01827658 05 n 02 Alcedo 0 genus_Alcedo 0 003 @ 01507175 n 0000 #m 01826998 n 0000 %m 01827793 n 0000 | type genus of the Alcedinidae
-01827793 05 n 02 Eurasian_kingfisher 0 Alcedo_atthis 0 002 @ 01827403 n 0000 #m 01827658 n 0000 | small kingfisher with greenish-blue and orange plumage
-01827948 05 n 02 Ceryle 0 genus_Ceryle 0 003 @ 01507175 n 0000 #m 01826998 n 0000 %m 01828096 n 0000 | a genus of birds of the family Alcedinidae
-01828096 05 n 02 belted_kingfisher 0 Ceryle_alcyon 0 002 @ 01827403 n 0000 #m 01827948 n 0000 | greyish-blue North American kingfisher with a chestnut band on its chest
-01828267 05 n 02 Dacelo 0 genus_Dacelo 0 003 @ 01507175 n 0000 #m 01826998 n 0000 %m 01828556 n 0000 | Australasian kingfishers
-01828397 05 n 02 Halcyon 0 genus_Halcyon 0 002 @ 01507175 n 0000 #m 01826998 n 0000 | a large kingfisher widely distributed in warmer parts of the Old World
-01828556 05 n 03 kookaburra 0 laughing_jackass 1 Dacelo_gigas 0 002 @ 01827403 n 0000 #m 01828267 n 0000 | Australian kingfisher having a loud cackling cry
-01828714 05 n 02 Meropidae 0 family_Meropidae 0 004 @ 01504437 n 0000 #m 01825417 n 0000 %m 01828856 n 0000 %m 01828970 n 0000 | bee-eaters
-01828856 05 n 02 Merops 0 genus_Merops 0 002 @ 01507175 n 0000 #m 01828714 n 0000 | type genus of the Meropidae
-01828970 05 n 01 bee_eater 0 002 @ 01825930 n 0000 #m 01828714 n 0000 | colorful chiefly tropical Old World bird having a strong graceful flight; feeds on especially bees
-01829143 05 n 02 Bucerotidae 0 family_Bucerotidae 0 004 @ 01504437 n 0000 #m 01825417 n 0000 %m 01829288 n 0000 %m 01829413 n 0000 | hornbills
-01829288 05 n 02 Buceros 0 genus_Buceros 0 002 @ 01507175 n 0000 #m 01829143 n 0000 | type genus of the family Bucerotidae
-01829413 05 n 01 hornbill 0 002 @ 01825930 n 0000 #m 01829143 n 0000 | bird of tropical Africa and Asia having a very large bill surmounted by a bony protuberance; related to kingfishers
-01829602 05 n 02 Upupidae 0 family_Upupidae 0 004 @ 01504437 n 0000 #m 01825417 n 0000 %m 01829739 n 0000 %m 01829869 n 0000 | hoopoes
-01829739 05 n 02 Upupa 0 genus_Upupa 0 003 @ 01507175 n 0000 #m 01829602 n 0000 %m 01830042 n 0000 | type genus of the Upupidae
-01829869 05 n 02 hoopoe 0 hoopoo 0 003 @ 01825930 n 0000 #m 01829602 n 0000 ~ 01830042 n 0000 | any of several crested Old World birds with a slender downward-curved bill
-01830042 05 n 02 Euopean_hoopoe 0 Upupa_epops 0 002 @ 01829869 n 0000 #m 01829739 n 0000 | pinkish-brown hoopoe with black-and-white wings
-01830183 05 n 02 Phoeniculidae 0 family_Phoeniculidae 0 003 @ 01504437 n 0000 #m 01825417 n 0000 %m 01830316 n 0000 | wood hoopoes
-01830316 05 n 02 Phoeniculus 0 genus_Phoeniculus 0 003 @ 01507175 n 0000 #m 01830183 n 0000 %m 01830479 n 0000 | type and only genus of the family Phoeniculidae
-01830479 05 n 01 wood_hoopoe 0 002 @ 01825930 n 0000 #m 01830316 n 0000 | tropical African bird having metallic blackish plumage but no crest
-01830623 05 n 02 Momotidae 0 family_Momotidae 0 004 @ 01504437 n 0000 #m 01825417 n 0000 %m 01830799 n 0000 %m 01830915 n 0000 | a family of birds of the order Coraciiformes
-01830799 05 n 02 Momotus 0 genus_Momotus 0 002 @ 01507175 n 0000 #m 01830623 n 0000 | type genus of the Momotidae
-01830915 05 n 02 motmot 0 momot 0 002 @ 01825930 n 0000 #m 01830623 n 0000 | tropical American bird resembling a blue jay and having greenish and bluish plumage
-01831078 05 n 02 Todidae 0 family_Todidae 0 003 @ 01504437 n 0000 #m 01825417 n 0000 %m 01831231 n 0000 | a family of birds of the order Coraciiformes
-01831231 05 n 02 Todus 0 genus_Todus 0 003 @ 01507175 n 0000 #m 01831078 n 0000 %m 01831360 n 0000 | type genus of the Todidae
-01831360 05 n 01 tody 0 002 @ 01825930 n 0000 #m 01831231 n 0000 | tiny insectivorous West Indian bird having red-and-green plumage and a long straight bill
-01831519 05 n 02 Apodiformes 0 order_Apodiformes 0 006 @ 01342529 n 0000 #m 01502262 n 0000 %m 01831712 n 0000 %m 01831930 n 0000 %m 01833283 n 0000 %m 01833619 n 0000 | swifts; hummingbirds
-01831712 05 n 01 apodiform_bird 0 005 @ 01503061 n 0000 #m 01831519 n 0000 ~ 01832167 n 0000 ~ 01833415 n 0000 ~ 01833805 n 0000 | nonpasserine bird having long wings and weak feet; spends much of its time in flight
-01831930 05 n 02 Apodidae 0 family_Apodidae 0 006 @ 01504437 n 0000 #m 01831519 n 0000 %m 01832167 n 0000 %m 01832381 n 0000 %m 01832684 n 0000 %m 01832979 n 0000 | swifts; in former classifications included in the order Coraciiformes
-01832167 05 n 01 swift 0 006 @ 01831712 n 0000 #m 01831930 n 0000 + 01833112 n 0101 ~ 01832493 n 0000 ~ 01832813 n 0000 ~ 01833112 n 0000 | a small bird that resembles a swallow and is noted for its rapid flight
-01832381 05 n 02 Apus 0 genus_Apus 0 003 @ 01507175 n 0000 #m 01831930 n 0000 %m 01832493 n 0000 | type genus
-01832493 05 n 02 European_swift 0 Apus_apus 0 002 @ 01832167 n 0000 #m 01832381 n 0000 | common European bird with a shrieking call that nests chiefly about eaves of buildings or on cliffs
-01832684 05 n 02 Chateura 0 genus_Chateura 0 003 @ 01507175 n 0000 #m 01831930 n 0000 %m 01832813 n 0000 | a genus of Apodidae
-01832813 05 n 03 chimney_swift 0 chimney_swallow 2 Chateura_pelagica 0 002 @ 01832167 n 0000 #m 01832684 n 0000 | American swift that nests in e.g. unused chimneys
-01832979 05 n 02 Collocalia 0 genus_Collocalia 0 003 @ 01507175 n 0000 #m 01831930 n 0000 %m 01833112 n 0000 | a genus of Apodidae
-01833112 05 n 02 swiftlet 0 Collocalia_inexpectata 0 003 @ 01832167 n 0000 #m 01832979 n 0000 + 01832167 n 0101 | swift of eastern Asia; produces the edible bird's nest
-01833283 05 n 02 Hemiprocnidae 0 family_Hemiprocnidae 0 003 @ 01504437 n 0000 #m 01831519 n 0000 %m 01833415 n 0000 | tree swifts
-01833415 05 n 02 tree_swift 0 crested_swift 0 002 @ 01831712 n 0000 #m 01833283 n 0000 | birds of southeast Asia and East Indies differing from true swifts in having upright crests and nesting in trees
-01833619 05 n 02 Trochilidae 0 family_Trochilidae 0 006 @ 01504437 n 0000 #m 01831519 n 0000 %m 01833805 n 0000 %m 01834039 n 0000 %m 01834284 n 0000 %m 01834412 n 0000 | hummingbirds
-01833805 05 n 01 hummingbird 0 004 @ 01831712 n 0000 #m 01833619 n 0000 ~ 01834177 n 0000 ~ 01834540 n 0000 | tiny American bird having brilliant iridescent plumage and long slender bills; wings are specialized for vibrating flight
-01834039 05 n 02 Archilochus 0 genus_Archilochus 0 003 @ 01507175 n 0000 #m 01833619 n 0000 %m 01834177 n 0000 | a genus of Trochilidae
-01834177 05 n 01 Archilochus_colubris 0 002 @ 01833805 n 0000 #m 01834039 n 0000 | a kind of hummingbird
-01834284 05 n 02 Chalcostigma 0 genus_Chalcostigma 0 003 @ 01507175 n 0000 #m 01833619 n 0000 %m 01834540 n 0000 | thornbills
-01834412 05 n 02 Ramphomicron 0 genus_Ramphomicron 0 003 @ 01507175 n 0000 #m 01833619 n 0000 %m 01834540 n 0000 | thornbills
-01834540 05 n 01 thornbill 1 003 @ 01833805 n 0000 #m 01834284 n 0000 #m 01834412 n 0000 | any of various South American hummingbirds with a sharp pointed bill
-01834702 05 n 02 Caprimulgiformes 0 order_Caprimulgiformes 0 006 @ 01342529 n 0000 #m 01502262 n 0000 %m 01834918 n 0000 %m 01835087 n 0000 %m 01836809 n 0000 %m 01837230 n 0000 | goatsuckers; frogmouths; oilbirds
-01834918 05 n 01 caprimulgiform_bird 0 005 @ 01503061 n 0000 #m 01834702 n 0000 ~ 01835276 n 0000 ~ 01837072 n 0000 ~ 01837526 n 0000 | long-winged nonpasserine birds
-01835087 05 n 02 Caprimulgidae 0 family_Caprimulgidae 0 006 @ 01504437 n 0000 #m 01834702 n 0000 %m 01835276 n 0000 %m 01835584 n 0000 %m 01836246 n 0000 %m 01836527 n 0000 | goatsuckers
-01835276 05 n 03 goatsucker 0 nightjar 0 caprimulgid 0 007 @ 01834918 n 0000 #m 01835087 n 0000 ~ 01835769 n 0000 ~ 01835918 n 0000 ~ 01836087 n 0000 ~ 01836384 n 0000 ~ 01836673 n 0000 | mainly crepuscular or nocturnal nonpasserine birds with mottled greyish-brown plumage and large eyes; feed on insects
-01835584 05 n 02 Caprimulgus 0 genus_Caprimulgus 0 005 @ 01507175 n 0000 #m 01835087 n 0000 %m 01835769 n 0000 %m 01835918 n 0000 %m 01836087 n 0000 | type genus of the Caprimulgidae
-01835769 05 n 03 European_goatsucker 0 European_nightjar 0 Caprimulgus_europaeus 0 002 @ 01835276 n 0000 #m 01835584 n 0000 | Old World goatsucker
-01835918 05 n 02 chuck-will's-widow 0 Caprimulgus_carolinensis 0 002 @ 01835276 n 0000 #m 01835584 n 0000 | large whippoorwill-like bird of the southern United States
-01836087 05 n 02 whippoorwill 0 Caprimulgus_vociferus 0 002 @ 01835276 n 0000 #m 01835584 n 0000 | American nocturnal goatsucker with grey-and-white plumage
-01836246 05 n 02 Chordeiles 0 genus_Chordeiles 0 003 @ 01507175 n 0000 #m 01835087 n 0000 %m 01836384 n 0000 | a genus of Caprimulgidae
-01836384 05 n 03 nighthawk 0 bullbat 0 mosquito_hawk 1 002 @ 01835276 n 0000 #m 01836246 n 0000 | mainly nocturnal North American goatsucker
-01836527 05 n 02 Phalaenoptilus 0 genus_Phalaenoptilus 0 003 @ 01507175 n 0000 #m 01835087 n 0000 %m 01836673 n 0000 | a genus of Caprimulgidae
-01836673 05 n 02 poorwill 0 Phalaenoptilus_nuttallii 0 002 @ 01835276 n 0000 #m 01836527 n 0000 | goatsucker of western North America
-01836809 05 n 02 Podargidae 0 family_Podargidae 0 004 @ 01504437 n 0000 #m 01834702 n 0000 %m 01836953 n 0000 %m 01837072 n 0000 | frogmouths
-01836953 05 n 02 Podargus 0 genus_Podargus 0 002 @ 01507175 n 0000 #m 01836809 n 0000 | type genus of the Podargidae
-01837072 05 n 01 frogmouth 0 002 @ 01834918 n 0000 #m 01836809 n 0000 | insectivorous bird of Australia and southeastern Asia having a wide frog-like mouth
-01837230 05 n 02 Steatornithidae 0 family_Steatornithidae 0 003 @ 01504437 n 0000 #m 01834702 n 0000 %m 01837363 n 0000 | oilbirds
-01837363 05 n 02 Steatornis 0 genus_Steatornis 0 003 @ 01507175 n 0000 #m 01837230 n 0000 %m 01837526 n 0000 | type and sole genus of the family Steatornithidae
-01837526 05 n 03 oilbird 0 guacharo 0 Steatornis_caripensis 0 002 @ 01834918 n 0000 #m 01837363 n 0000 | nocturnal fruit-eating bird of South America that has fatty young yielding an oil that is used instead of butter
-01837746 05 n 02 Piciformes 0 order_Piciformes 0 009 @ 01342529 n 0000 #m 01502262 n 0000 %m 01838038 n 0000 %m 01838326 n 0000 %m 01842111 n 0000 %m 01842380 n 0000 %m 01842655 n 0000 %m 01842942 n 0000 %m 01843238 n 0000 | woodpeckers; jacamars; puffbirds; barbets; honey guides; toucans
-01838038 05 n 01 piciform_bird 0 008 @ 01503061 n 0000 #m 01837746 n 0000 ~ 01838598 n 0000 ~ 01842235 n 0000 ~ 01842504 n 0000 ~ 01842788 n 0000 ~ 01843065 n 0000 ~ 01843383 n 0000 | any of numerous nonpasserine insectivorous climbing birds usually having strong bills for boring wood
-01838326 05 n 02 Picidae 0 family_Picidae 0 011 @ 01504437 n 0000 #m 01837746 n 0000 %m 01838598 n 0000 %m 01838961 n 0000 %m 01839221 n 0000 %m 01839470 n 0000 %m 01840278 n 0000 %m 01840643 n 0000 %m 01840968 n 0000 %m 01841569 n 0000 %m 01841815 n 0000 | woodpeckers
-01838598 05 n 03 woodpecker 0 peckerwood 0 pecker 0 010 @ 01838038 n 0000 #m 01838326 n 0000 ~ 01839086 n 0000 ~ 01839330 n 0000 ~ 01839598 n 0000 ~ 01840412 n 0000 ~ 01840775 n 0000 ~ 01841102 n 0000 ~ 01841679 n 0000 ~ 01841943 n 0000 | bird with strong claws and a stiff tail adapted for climbing and a hard chisel-like bill for boring into wood for insects
-01838961 05 n 02 Picus 0 genus_Picus 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01839086 n 0000 | type genus of Picidae
-01839086 05 n 02 green_woodpecker 0 Picus_viridis 0 002 @ 01838598 n 0000 #m 01838961 n 0000 | woodpecker of Europe and western Asia
-01839221 05 n 02 Picoides 0 genus_Picoides 0 002 @ 01507175 n 0000 #m 01838326 n 0000 | a genus of Picidae
-01839330 05 n 01 downy_woodpecker 0 001 @ 01838598 n 0000 | small North American woodpecker with black and white plumage and a small bill
-01839470 05 n 02 Colaptes 0 genus_Colaptes 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01839598 n 0000 | a genus of Picidae
-01839598 05 n 01 flicker 0 005 @ 01838598 n 0000 #m 01839470 n 0000 ~ 01839750 n 0000 ~ 01839949 n 0000 ~ 01840120 n 0000 | North American woodpecker
-01839750 05 n 03 yellow-shafted_flicker 0 Colaptes_auratus 0 yellowhammer 2 001 @ 01839598 n 0000 | large flicker of eastern North America with a red neck and yellow undersurface to wings and tail
-01839949 05 n 02 gilded_flicker 0 Colaptes_chrysoides 0 001 @ 01839598 n 0000 | southwestern United States bird like the yellow-shafted flicker but lacking the red neck
-01840120 05 n 02 red-shafted_flicker 0 Colaptes_caper_collaris 0 001 @ 01839598 n 0000 | western United States bird with red undersurface to wings and tail
-01840278 05 n 02 Campephilus 0 genus_Campephilus 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01840412 n 0000 | a genus of Picidae
-01840412 05 n 03 ivorybill 0 ivory-billed_woodpecker 0 Campephilus_principalis 0 002 @ 01838598 n 0000 #m 01840278 n 0000 | large black-and-white woodpecker of southern United States and Cuba having an ivory bill; nearly extinct
-01840643 05 n 02 Melanerpes 0 genus_Melanerpes 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01840775 n 0000 | a genus of Picidae
-01840775 05 n 03 redheaded_woodpecker 0 redhead 1 Melanerpes_erythrocephalus 0 002 @ 01838598 n 0000 #m 01840643 n 0000 | black-and-white North American woodpecker having a red head and neck
-01840968 05 n 02 Sphyrapicus 0 genus_Sphyrapicus 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01841102 n 0000 | a genus of Picidae
-01841102 05 n 01 sapsucker 0 004 @ 01838598 n 0000 #m 01840968 n 0000 ~ 01841288 n 0000 ~ 01841441 n 0000 | small American woodpecker that feeds on sap from e.g. apple and maple trees
-01841288 05 n 02 yellow-bellied_sapsucker 0 Sphyrapicus_varius 0 001 @ 01841102 n 0000 | eastern North American sapsucker having a pale yellow abdomen
-01841441 05 n 02 red-breasted_sapsucker 0 Sphyrapicus_varius_ruber 0 001 @ 01841102 n 0000 | western North American sapsucker
-01841569 05 n 02 Jynx 0 genus_Jynx 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01841679 n 0000 | wrynecks
-01841679 05 n 01 wryneck 0 002 @ 01838598 n 0000 #m 01841569 n 0000 | Old World woodpecker with a peculiar habit of twisting the neck
-01841815 05 n 02 Picumnus 0 genus_Picumnus 0 003 @ 01507175 n 0000 #m 01838326 n 0000 %m 01841943 n 0000 | a genus of Picidae
-01841943 05 n 01 piculet 0 002 @ 01838598 n 0000 #m 01841815 n 0000 | small woodpeckers of South America and Africa and East Indies having soft rounded tail feathers
-01842111 05 n 02 Capitonidae 0 family_Capitonidae 0 003 @ 01504437 n 0000 #m 01837746 n 0000 %m 01842235 n 0000 | barbets
-01842235 05 n 01 barbet 0 002 @ 01838038 n 0000 #m 01842111 n 0000 | small brightly colored stout-billed tropical bird having short weak wings
-01842380 05 n 02 Bucconidae 0 family_Bucconidae 0 003 @ 01504437 n 0000 #m 01837746 n 0000 %m 01842504 n 0000 | puffbirds
-01842504 05 n 01 puffbird 0 002 @ 01838038 n 0000 #m 01842380 n 0000 | brownish tropical American bird having a large head with fluffed out feathers
-01842655 05 n 02 Indicatoridae 0 family_Indicatoridae 0 003 @ 01504437 n 0000 #m 01837746 n 0000 %m 01842788 n 0000 | honey guides
-01842788 05 n 01 honey_guide 0 002 @ 01838038 n 0000 #m 01842655 n 0000 | small bird of tropical Africa and Asia; feeds on beeswax and honey and larvae
-01842942 05 n 02 Galbulidae 0 family_Galbulidae 0 003 @ 01504437 n 0000 #m 01837746 n 0000 %m 01843065 n 0000 | jacamars
-01843065 05 n 01 jacamar 0 002 @ 01838038 n 0000 #m 01842942 n 0000 | tropical American insectivorous bird having a long sharp bill and iridescent green or bronze plumage
-01843238 05 n 02 Ramphastidae 0 family_Ramphastidae 0 004 @ 01504437 n 0000 #m 01837746 n 0000 %m 01843383 n 0000 %m 01843576 n 0000 | toucans
-01843383 05 n 01 toucan 0 003 @ 01838038 n 0000 #m 01843238 n 0000 ~ 01843719 n 0000 | brilliantly colored arboreal fruit-eating bird of tropical America having a very large thin-walled beak
-01843576 05 n 02 Aulacorhyncus 0 genus_Aulacorhyncus 0 003 @ 01507175 n 0000 #m 01843238 n 0000 %m 01843719 n 0000 | a genus of Ramphastidae
-01843719 05 n 01 toucanet 0 002 @ 01843383 n 0000 #m 01843576 n 0000 | small toucan
-01843805 05 n 02 Trogoniformes 0 order_Trogoniformes 0 003 @ 01342529 n 0000 #m 01502262 n 0000 %m 01843932 n 0000 | trogons
-01843932 05 n 02 Trogonidae 0 family_Trogonidae 0 005 @ 01504437 n 0000 #m 01843805 n 0000 %m 01844125 n 0000 %m 01844231 n 0000 %m 01844414 n 0000 | coextensive with the order Trogoniformes
-01844125 05 n 01 genus_Trogon 0 002 @ 01507175 n 0000 #m 01843932 n 0000 | type genus of the Trogonidae
-01844231 05 n 01 trogon 0 003 @ 01503061 n 0000 #m 01843932 n 0000 ~ 01844551 n 0000 | forest bird of warm regions of the New World having brilliant lustrous plumage and long tails
-01844414 05 n 02 Pharomacrus 0 genus_Pharomacrus 0 003 @ 01507175 n 0000 #m 01843932 n 0000 %m 01844551 n 0000 | a genus of Trogonidae
-01844551 05 n 02 quetzal 0 quetzal_bird 0 003 @ 01844231 n 0000 #m 01844414 n 0000 ~ 01844746 n 0000 | large trogon of Central America and South America having golden-green and scarlet plumage
-01844746 05 n 03 resplendent_quetzel 0 resplendent_trogon 0 Pharomacrus_mocino 0 001 @ 01844551 n 0000 | very rare Central American bird; the national bird of Guatemala
-01844917 05 n 01 aquatic_bird 0 006 @ 01503061 n 0000 ~ 01845132 n 0000 ~ 01858441 n 0000 ~ 02000954 n 0000 ~ 02016358 n 0000 ~ 02021795 n 0000 | wading and swimming and diving birds of either fresh or salt water
-01845132 05 n 03 waterfowl 0 water_bird 0 waterbird 0 003 @ 01844917 n 0000 ~ 01845477 n 0000 ~ 01860497 n 0000 | freshwater aquatic bird
-01845272 05 n 02 Anseriformes 0 order_Anseriformes 0 006 @ 01342529 n 0000 #m 01502262 n 0000 %m 01845477 n 0000 %m 01845627 n 0000 %m 01846156 n 0000 %m 01860337 n 0000 | ducks; geese; swans; screamers
-01845477 05 n 01 anseriform_bird 0 004 @ 01845132 n 0000 #m 01845272 n 0000 ~ 01846331 n 0000 ~ 01855672 n 0000 | chiefly web-footed swimming birds
-01845627 05 n 02 Anatidae 0 family_Anatidae 0 020 @ 01504437 n 0000 #m 01845272 n 0000 %m 01846331 n 0000 %m 01847565 n 0000 %m 01849348 n 0000 %m 01849747 n 0000 %m 01850035 n 0000 %m 01850676 n 0000 %m 01851996 n 0000 %m 01852544 n 0000 %m 01853072 n 0000 %m 01853379 n 0000 %m 01854047 n 0000 %m 01855672 n 0000 %m 01856225 n 0000 %m 01857171 n 0000 %m 01858023 n 0000 %m 01858162 n 0000 %m 01858441 n 0000 %m 01858989 n 0000 | swimming birds having heavy short-legged bodies and bills with a horny tip: swans; geese; ducks
-01846156 05 n 02 Anseres 0 suborder_Anseres 0 002 @ 01342529 n 0000 #m 01845272 n 0000 | used in some especially older classifications; coextensive with the family Anatidae
-01846331 05 n 01 duck 0 029 @ 01845477 n 0000 #m 01845627 n 0000 + 01847170 n 0101 ~ 01847000 n 0000 ~ 01847089 n 0000 ~ 01847170 n 0000 ~ 01847253 n 0000 ~ 01847407 n 0000 ~ 01847806 n 0000 ~ 01847978 n 0000 ~ 01848123 n 0000 ~ 01848648 n 0000 ~ 01848976 n 0000 ~ 01849157 n 0000 ~ 01849466 n 0000 ~ 01849863 n 0000 ~ 01850192 n 0000 ~ 01850373 n 0000 ~ 01850873 n 0000 ~ 01851038 n 0000 ~ 01851207 n 0000 ~ 01851375 n 0000 ~ 01851895 n 0000 ~ 01852142 n 0000 ~ 01852400 n 0000 ~ 01852671 n 0000 ~ 01852861 n 0000 %p 01896735 n 0000 %p 07646578 n 0000 | small wild or domesticated web-footed broad-billed swimming bird usually having a depressed body and short legs
-01847000 05 n 01 drake 0 001 @ 01846331 n 0000 | adult male of a wild or domestic duck
-01847089 05 n 01 quack-quack 0 001 @ 01846331 n 0000 | child's word for a duck
-01847170 05 n 01 duckling 0 002 @ 01846331 n 0000 + 01846331 n 0101 | young duck
-01847253 05 n 01 diving_duck 0 002 @ 01846331 n 0000 ! 01847407 n 0101 | any of various ducks of especially bays and estuaries that dive for their food
-01847407 05 n 02 dabbling_duck 0 dabbler 0 002 @ 01846331 n 0000 ! 01847253 n 0101 | any of numerous shallow-water ducks that feed by upending and dabbling
-01847565 05 n 02 Anas 0 genus_Anas 0 008 @ 01507175 n 0000 #m 01845627 n 0000 %m 01847806 n 0000 %m 01847978 n 0000 %m 01848123 n 0000 %m 01848648 n 0000 %m 01848976 n 0000 %m 01849157 n 0000 | type genus of the Anatidae: freshwater ducks
-01847806 05 n 02 mallard 0 Anas_platyrhynchos 0 002 @ 01846331 n 0000 #m 01847565 n 0000 | wild dabbling duck from which domestic ducks are descended; widely distributed
-01847978 05 n 02 black_duck 0 Anas_rubripes 0 002 @ 01846331 n 0000 #m 01847565 n 0000 | a dusky duck of northeastern United States and Canada
-01848123 05 n 01 teal 0 005 @ 01846331 n 0000 #m 01847565 n 0000 ~ 01848323 n 0000 ~ 01848453 n 0000 ~ 01848555 n 0000 | any of various small short-necked dabbling river ducks of Europe and America
-01848323 05 n 03 greenwing 0 green-winged_teal 0 Anas_crecca 0 001 @ 01848123 n 0000 | common teal of Eurasia and North America
-01848453 05 n 03 bluewing 0 blue-winged_teal 0 Anas_discors 0 001 @ 01848123 n 0000 | American teal
-01848555 05 n 02 garganey 0 Anas_querquedula 0 001 @ 01848123 n 0000 | small Eurasian teal
-01848648 05 n 03 widgeon 0 wigeon 0 Anas_penelope 0 003 @ 01846331 n 0000 #m 01847565 n 0000 ~ 01848840 n 0000 | freshwater duck of Eurasia and northern Africa related to mallards and teals
-01848840 05 n 03 American_widgeon 0 baldpate 0 Anas_americana 0 001 @ 01848648 n 0000 | a widgeon the male of which has a white crown
-01848976 05 n 04 shoveler 0 shoveller 0 broadbill 2 Anas_clypeata 0 002 @ 01846331 n 0000 #m 01847565 n 0000 | freshwater duck of the northern hemisphere having a broad flat bill
-01849157 05 n 03 pintail 1 pin-tailed_duck 0 Anas_acuta 0 002 @ 01846331 n 0000 #m 01847565 n 0000 | long-necked river duck of the Old and New Worlds having elongated central tail feathers
-01849348 05 n 02 Tadorna 0 genus_Tadorna 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01849466 n 0000 | sheldrakes
-01849466 05 n 01 sheldrake 1 003 @ 01846331 n 0000 #m 01849348 n 0000 ~ 01849676 n 0000 | Old World gooselike duck slightly larger than a mallard with variegated mostly black-and-white plumage and a red bill
-01849676 05 n 01 shelduck 0 001 @ 01849466 n 0000 | female sheldrake
-01849747 05 n 02 Oxyura 0 genus_Oxyura 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01849863 n 0000 | ruddy duck
-01849863 05 n 02 ruddy_duck 0 Oxyura_jamaicensis 0 002 @ 01846331 n 0000 #m 01849747 n 0000 | reddish-brown stiff-tailed duck of North America and northern South America
-01850035 05 n 02 Bucephala 0 genus_Bucephala 0 004 @ 01507175 n 0000 #m 01845627 n 0000 %m 01850192 n 0000 %m 01850373 n 0000 | buffleheads and goldeneyes
-01850192 05 n 04 bufflehead 0 butterball 0 dipper 1 Bucephela_albeola 0 002 @ 01846331 n 0000 #m 01850035 n 0000 | small North American diving duck; males have bushy head plumage
-01850373 05 n 03 goldeneye 1 whistler 2 Bucephela_clangula 0 003 @ 01846331 n 0000 #m 01850035 n 0000 ~ 01850553 n 0000 | large-headed swift-flying diving duck of Arctic regions
-01850553 05 n 02 Barrow's_goldeneye 0 Bucephala_islandica 0 001 @ 01850373 n 0000 | North American goldeneye diving duck
-01850676 05 n 02 Aythya 0 genus_Aythya 0 006 @ 01507175 n 0000 #m 01845627 n 0000 %m 01850873 n 0000 %m 01851038 n 0000 %m 01851207 n 0000 %m 01851375 n 0000 | canvasback; redhead; pochard; etc.
-01850873 05 n 03 canvasback 0 canvasback_duck 0 Aythya_valisineria 0 002 @ 01846331 n 0000 #m 01850676 n 0000 | North American wild duck valued for sport and food
-01851038 05 n 02 pochard 0 Aythya_ferina 0 002 @ 01846331 n 0000 #m 01850676 n 0000 | heavy-bodied Old World diving duck having a grey-and-black body and reddish head
-01851207 05 n 02 redhead 2 Aythya_americana 0 002 @ 01846331 n 0000 #m 01850676 n 0000 | North American diving duck with a grey-and-black body and reddish-brown head
-01851375 05 n 04 scaup 0 scaup_duck 0 bluebill 0 broadbill 3 004 @ 01846331 n 0000 #m 01850676 n 0000 ~ 01851573 n 0000 ~ 01851731 n 0000 | diving ducks of North America having a bluish-grey bill
-01851573 05 n 02 greater_scaup 0 Aythya_marila 0 001 @ 01851375 n 0000 | large scaup of North America having a greenish iridescence on the head of the male
-01851731 05 n 04 lesser_scaup 0 lesser_scaup_duck 0 lake_duck 0 Aythya_affinis 0 001 @ 01851375 n 0000 | common scaup of North America; males have purplish heads
-01851895 05 n 01 wild_duck 0 001 @ 01846331 n 0000 | an undomesticated duck (especially a mallard)
-01851996 05 n 02 Aix 0 genus_Aix 0 004 @ 01507175 n 0000 #m 01845627 n 0000 %m 01852142 n 0000 %m 01852400 n 0000 | wood duck and mandarin duck
-01852142 05 n 04 wood_duck 0 summer_duck 0 wood_widgeon 0 Aix_sponsa 0 003 @ 01846331 n 0000 #m 01851996 n 0000 ~ 01852329 n 0000 | showy North American duck that nests in hollow trees
-01852329 05 n 01 wood_drake 0 001 @ 01852142 n 0000 | male wood duck
-01852400 05 n 02 mandarin_duck 0 Aix_galericulata 0 002 @ 01846331 n 0000 #m 01851996 n 0000 | showy crested Asiatic duck; often domesticated
-01852544 05 n 02 Cairina 0 genus_Cairina 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01852671 n 0000 | a genus of Anatidae
-01852671 05 n 03 muscovy_duck 0 musk_duck 0 Cairina_moschata 0 002 @ 01846331 n 0000 #m 01852544 n 0000 | large crested wild duck of Central America and South America; widely domesticated
-01852861 05 n 01 sea_duck 0 005 @ 01846331 n 0000 ~ 01853195 n 0000 ~ 01853498 n 0000 ~ 01853870 n 0000 ~ 01854415 n 0000 | any of various large diving ducks found along the seacoast: eider; scoter; merganser
-01853072 05 n 02 Somateria 0 genus_Somateria 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01853195 n 0000 | eider ducks
-01853195 05 n 02 eider 0 eider_duck 0 003 @ 01852861 n 0000 #m 01853072 n 0000 %p 01896844 n 0000 | duck of the northern hemisphere much valued for the fine soft down of the females
-01853379 05 n 02 Melanitta 0 genus_Melanitta 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01853498 n 0000 | scoters
-01853498 05 n 02 scoter 0 scooter 0 003 @ 01852861 n 0000 #m 01853379 n 0000 ~ 01853666 n 0000 | large black diving duck of northern parts of the northern hemisphere
-01853666 05 n 02 common_scoter 0 Melanitta_nigra 0 001 @ 01853498 n 0000 | a variety of scoter
-01853763 05 n 02 Clangula 0 genus_Clangula 0 002 @ 01507175 n 0000 %m 01853870 n 0000 | a genus of ducks
-01853870 05 n 03 old_squaw 0 oldwife 1 Clangula_hyemalis 0 002 @ 01852861 n 0000 #m 01853763 n 0000 | a common long-tailed sea duck of the northern parts of the United States
-01854047 05 n 02 Merginae 0 subfamily_Merginae 0 004 @ 01504437 n 0000 #m 01845627 n 0000 %m 01854223 n 0000 %m 01855343 n 0000 | mergansers and closely related diving birds
-01854223 05 n 02 Mergus 0 genus_Mergus 0 007 @ 01507175 n 0000 #m 01854047 n 0000 %m 01854415 n 0000 %m 01854700 n 0000 %m 01854838 n 0000 %m 01855032 n 0000 %m 01855188 n 0000 | mergansers
-01854415 05 n 04 merganser 0 fish_duck 0 sawbill 0 sheldrake 2 007 @ 01852861 n 0000 #m 01854223 n 0000 ~ 01854700 n 0000 ~ 01854838 n 0000 ~ 01855032 n 0000 ~ 01855188 n 0000 ~ 01855476 n 0000 | large crested fish-eating diving duck having a slender hooked bill with serrated edges
-01854700 05 n 02 goosander 0 Mergus_merganser 0 002 @ 01854415 n 0000 #m 01854223 n 0000 | common merganser of Europe and North America
-01854838 05 n 02 American_merganser 0 Mergus_merganser_americanus 0 002 @ 01854415 n 0000 #m 01854223 n 0000 | common North American diving duck considered a variety of the European goosander
-01855032 05 n 02 red-breasted_merganser 0 Mergus_serrator 0 002 @ 01854415 n 0000 #m 01854223 n 0000 | widely distributed merganser of America and Europe
-01855188 05 n 02 smew 0 Mergus_albellus 0 002 @ 01854415 n 0000 #m 01854223 n 0000 | smallest merganser and most expert diver; found in northern Eurasia
-01855343 05 n 02 Lophodytes 0 genus_Lophodytes 0 003 @ 01507175 n 0000 #m 01854047 n 0000 %m 01855476 n 0000 | a genus of Merginae
-01855476 05 n 03 hooded_merganser 0 hooded_sheldrake 0 Lophodytes_cucullatus 0 002 @ 01854415 n 0000 #m 01855343 n 0000 | small North American duck with a high circular crest on the male's head
-01855672 05 n 01 goose 0 014 @ 01845477 n 0000 #m 01845627 n 0000 #m 07992116 n 0000 + 01856072 n 0101 ~ 01856072 n 0000 ~ 01856155 n 0000 ~ 01856380 n 0000 ~ 01856553 n 0000 ~ 01856890 n 0000 ~ 01857325 n 0000 ~ 01857632 n 0000 ~ 01857851 n 0000 %p 01896960 n 0000 %p 07646821 n 0000 | web-footed long-necked typically gregarious migratory aquatic birds usually larger and less aquatic than ducks
-01856072 05 n 01 gosling 0 002 @ 01855672 n 0000 + 01855672 n 0101 | young goose
-01856155 05 n 01 gander 0 001 @ 01855672 n 0000 | mature male goose
-01856225 05 n 02 Anser 0 genus_Anser 0 005 @ 01507175 n 0000 #m 01845627 n 0000 %m 01856380 n 0000 %m 01856553 n 0000 %m 01856748 n 0000 | typical geese
-01856380 05 n 02 Chinese_goose 0 Anser_cygnoides 0 002 @ 01855672 n 0000 #m 01856225 n 0000 | very large wild goose of northeast Asia; interbreeds freely with the greylag
-01856553 05 n 05 greylag 0 graylag 0 greylag_goose 0 graylag_goose 0 Anser_anser 0 002 @ 01855672 n 0000 #m 01856225 n 0000 | common grey wild goose of Europe; ancestor of many domestic breeds
-01856748 05 n 02 Chen 0 subgenus_Chen 0 003 @ 01507175 n 0000 #m 01856225 n 0000 %m 01856890 n 0000 | wild goose having white adult plumage
-01856890 05 n 02 blue_goose 0 Chen_caerulescens 0 003 @ 01855672 n 0000 #m 01856748 n 0000 ~ 01857079 n 0000 | North American wild goose having dark plumage in summer but white in winter
-01857079 05 n 01 snow_goose 0 001 @ 01856890 n 0000 | blue goose in the white color phase
-01857171 05 n 02 Branta 0 genus_Branta 0 005 @ 01507175 n 0000 #m 01845627 n 0000 %m 01857325 n 0000 %m 01857632 n 0000 %m 01857851 n 0000 | wild geese
-01857325 05 n 04 brant 0 brant_goose 0 brent 0 brent_goose 0 003 @ 01855672 n 0000 #m 01857171 n 0000 ~ 01857512 n 0000 | small dark geese that breed in the north and migrate southward
-01857512 05 n 02 common_brant_goose 0 Branta_bernicla 0 001 @ 01857325 n 0000 | the best known variety of brant goose
-01857632 05 n 04 honker 0 Canada_goose 0 Canadian_goose 0 Branta_canadensis 0 003 @ 01855672 n 0000 #m 01857171 n 0000 + 01053339 v 0101 | common greyish-brown wild goose of North America with a loud, trumpeting call
-01857851 05 n 03 barnacle_goose 0 barnacle 2 Branta_leucopsis 0 002 @ 01855672 n 0000 #m 01857171 n 0000 | European goose smaller than the brant; breeds in the far north
-01858023 05 n 02 Anserinae 0 subfamily_Anserinae 0 002 @ 01504437 n 0000 #m 01845627 n 0000 | used in some classifications for the swans
-01858162 05 n 01 genus_Coscoroba 0 003 @ 01507175 n 0000 #m 01845627 n 0000 %m 01858281 n 0000 | a genus of Anatidae
-01858281 05 n 01 coscoroba 0 002 @ 01858441 n 0000 #m 01858162 n 0000 | large white South American bird intermediate in some respects between ducks and swans
-01858441 05 n 01 swan 0 012 @ 01844917 n 0000 #m 01845627 n 0000 ~ 01858281 n 0000 ~ 01858780 n 0000 ~ 01858845 n 0000 ~ 01858906 n 0000 ~ 01859190 n 0000 ~ 01859325 n 0000 ~ 01859496 n 0000 ~ 01860002 n 0000 ~ 01860187 n 0000 %p 01897053 n 0000 | stately heavy-bodied aquatic bird with very long neck and usually white plumage as adult
-01858780 05 n 01 cob 1 001 @ 01858441 n 0000 | adult male swan
-01858845 05 n 01 pen 0 001 @ 01858441 n 0000 | female swan
-01858906 05 n 01 cygnet 0 002 @ 01858441 n 0000 @ 01613615 n 0000 | a young swan
-01858989 05 n 02 Cygnus 0 genus_Cygnus 0 007 @ 01507175 n 0000 #m 01845627 n 0000 %m 01859190 n 0000 %m 01859325 n 0000 %m 01859496 n 0000 %m 01860002 n 0000 %m 01860187 n 0000 | a genus of Anatidae
-01859190 05 n 02 mute_swan 0 Cygnus_olor 0 002 @ 01858441 n 0000 #m 01858989 n 0000 | soundless Eurasian swan; commonly domesticated
-01859325 05 n 03 whooper 0 whooper_swan 0 Cygnus_cygnus 0 003 @ 01858441 n 0000 #m 01858989 n 0000 + 00914215 v 0101 | common Old World swan noted for its whooping call
-01859496 05 n 02 tundra_swan 0 Cygnus_columbianus 0 004 @ 01858441 n 0000 #m 01858989 n 0000 ~ 01859689 n 0000 ~ 01859852 n 0000 | swan that nests in tundra regions of the New and Old Worlds
-01859689 05 n 02 whistling_swan 0 Cygnus_columbianus_columbianus 0 001 @ 01859496 n 0000 | North American subspecies of tundra swan having a soft whistling note
-01859852 05 n 02 Bewick's_swan 0 Cygnus_columbianus_bewickii 0 001 @ 01859496 n 0000 | Eurasian subspecies of tundra swan; smaller than the whooper
-01860002 05 n 03 trumpeter 2 trumpeter_swan 0 Cygnus_buccinator 0 002 @ 01858441 n 0000 #m 01858989 n 0000 | large pure white wild swan of western North America having a sonorous cry
-01860187 05 n 02 black_swan 0 Cygnus_atratus 0 002 @ 01858441 n 0000 #m 01858989 n 0000 | large Australian swan having black plumage and a red bill
-01860337 05 n 02 Anhimidae 0 family_Anhimidae 0 005 @ 01504437 n 0000 #m 01845272 n 0000 %m 01860497 n 0000 %m 01860713 n 0000 %m 01861025 n 0000 | screamers
-01860497 05 n 01 screamer 0 006 @ 01845132 n 0000 #m 01860337 n 0000 + 00912833 v 0102 + 00913065 v 0106 ~ 01860864 n 0000 ~ 01861148 n 0000 | gooselike aquatic bird of South America having a harsh trumpeting call
-01860713 05 n 02 Anhima 0 genus_Anhima 0 003 @ 01507175 n 0000 #m 01860337 n 0000 %m 01860864 n 0000 | type genus of the Anhimidae; horned screamers
-01860864 05 n 02 horned_screamer 0 Anhima_cornuta 0 002 @ 01860497 n 0000 #m 01860713 n 0000 | screamer having a hornlike process projecting from the forehead
-01861025 05 n 02 Chauna 0 genus_Chauna 0 003 @ 01507175 n 0000 #m 01860337 n 0000 %m 01861148 n 0000 | crested screamers
-01861148 05 n 01 crested_screamer 0 003 @ 01860497 n 0000 #m 01861025 n 0000 ~ 01861330 n 0000 | distinguished from the horned screamer by a feathery crest on the back of the head
-01861330 05 n 02 chaja 0 Chauna_torquata 0 001 @ 01861148 n 0000 | largest crested screamer; native to southern Brazil and Argentina
-01861465 05 n 02 Mammalia 0 class_Mammalia 0 010 @ 08103777 n 0000 #m 01471070 n 0000 %m 01321854 n 0000 %m 01861778 n 0000 %m 01871406 n 0000 %m 01873622 n 0000 %m 01873850 n 0000 %m 01886220 n 0000 %m 02370525 n 0000 %m 02371125 n 0000 | warm-blooded vertebrates characterized by mammary glands in the female
-01861778 05 n 02 mammal 0 mammalian 0 022 @ 01471682 n 0000 #m 01861465 n 0000 + 02832272 a 0201 -c 00751170 a 0000 -c 00751353 a 0000 -c 02137806 a 0000 -c 02138257 a 0000 -c 02539034 a 0000 -c 01472303 n 0000 -c 01472638 n 0000 -c 01472939 n 0000 -c 01473393 n 0000 ~ 01862399 n 0000 ~ 01871265 n 0000 ~ 01871543 n 0000 ~ 01873982 n 0000 ~ 01886756 n 0000 %p 01898731 n 0000 ~ 02153809 n 0000 %p 05254393 n 0000 -c 05389310 n 0000 -c 01429322 v 0000 | any warm-blooded vertebrate having the skin more or less covered with hair; young are born alive except for the small subclass of monotremes and nourished with milk
-01862399 05 n 01 female_mammal 0 004 @ 01320872 n 0000 @ 01861778 n 0000 %p 02370265 n 0000 %p 05554189 n 0000 | animals that nourish their young with milk
-01862557 05 n 01 mammal_family 0 116 @ 08107499 n 0000 #m 01471070 n 0000 ~ 01872094 n 0000 ~ 01873007 n 0000 ~ 01874784 n 0000 ~ 01875717 n 0000 ~ 01876180 n 0000 ~ 01876843 n 0000 ~ 01879983 n 0000 ~ 01880937 n 0000 ~ 01882948 n 0000 ~ 01883212 n 0000 ~ 01885724 n 0000 ~ 01889328 n 0000 ~ 01890274 n 0000 ~ 01891438 n 0000 ~ 01893535 n 0000 ~ 01894040 n 0000 ~ 01894670 n 0000 ~ 02063516 n 0000 ~ 02064154 n 0000 ~ 02065932 n 0000 ~ 02066950 n 0000 ~ 02067941 n 0000 ~ 02068735 n 0000 ~ 02071905 n 0000 ~ 02072209 n 0000 ~ 02073532 n 0000 ~ 02074004 n 0000 ~ 02076535 n 0000 ~ 02079170 n 0000 ~ 02081282 n 0000 ~ 02082498 n 0000 ~ 02083038 n 0000 ~ 02116959 n 0000 ~ 02120692 n 0000 ~ 02131418 n 0000 ~ 02134589 n 0000 ~ 02142064 n 0000 ~ 02143293 n 0000 ~ 02143594 n 0000 ~ 02144442 n 0000 ~ 02145084 n 0000 ~ 02149136 n 0000 ~ 02150306 n 0000 ~ 02323715 n 0000 ~ 02328270 n 0000 ~ 02330830 n 0000 ~ 02331479 n 0000 ~ 02334849 n 0000 ~ 02335349 n 0000 ~ 02343487 n 0000 ~ 02346823 n 0000 ~ 02347865 n 0000 ~ 02348405 n 0000 ~ 02350845 n 0000 ~ 02351518 n 0000 ~ 02352390 n 0000 ~ 02353529 n 0000 ~ 02355711 n 0000 ~ 02362025 n 0000 ~ 02362721 n 0000 ~ 02363681 n 0000 ~ 02364221 n 0000 ~ 02365244 n 0000 ~ 02365672 n 0000 ~ 02366702 n 0000 ~ 02367131 n 0000 ~ 02368563 n 0000 ~ 02369012 n 0000 ~ 02371647 n 0000 ~ 02372397 n 0000 ~ 02373601 n 0000 ~ 02391782 n 0000 ~ 02393300 n 0000 ~ 02394822 n 0000 ~ 02397251 n 0000 ~ 02398252 n 0000 ~ 02400139 n 0000 ~ 02401305 n 0000 ~ 02429123 n 0000 ~ 02429695 n 0000 ~ 02435689 n 0000 ~ 02436813 n 0000 ~ 02438774 n 0000 ~ 02440705 n 0000 ~ 02444500 n 0000 ~ 02445564 n 0000 ~ 02447220 n 0000 ~ 02454119 n 0000 ~ 02456776 n 0000 ~ 02457586 n 0000 ~ 02458356 n 0000 ~ 02459001 n 0000 ~ 02459808 n 0000 ~ 02461556 n 0000 ~ 02471467 n 0000 ~ 02479896 n 0000 ~ 02482820 n 0000 ~ 02483915 n 0000 ~ 02489288 n 0000 ~ 02490030 n 0000 ~ 02491590 n 0000 ~ 02494866 n 0000 ~ 02497408 n 0000 ~ 02497832 n 0000 ~ 02498355 n 0000 ~ 02499990 n 0000 ~ 02501275 n 0000 ~ 02502212 n 0000 ~ 02503313 n 0000 ~ 02505646 n 0000 ~ 02506466 n 0000 ~ 02507337 n 0000 ~ 02508458 n 0000 ~ 02510065 n 0000 | a family of mammals
-01864707 05 n 01 mammal_genus 0 361 @ 08108972 n 0000 #m 01471070 n 0000 ~ 01872244 n 0000 ~ 01872635 n 0000 ~ 01873144 n 0000 ~ 01875165 n 0000 ~ 01875880 n 0000 ~ 01876535 n 0000 ~ 01877407 n 0000 ~ 01878203 n 0000 ~ 01878500 n 0000 ~ 01878803 n 0000 ~ 01879095 n 0000 ~ 01879379 n 0000 ~ 01879701 n 0000 ~ 01880355 n 0000 ~ 01880570 n 0000 ~ 01881416 n 0000 ~ 01881717 n 0000 ~ 01881991 n 0000 ~ 01882372 n 0000 ~ 01882607 n 0000 ~ 01883762 n 0000 ~ 01884348 n 0000 ~ 01884703 n 0000 ~ 01885032 n 0000 ~ 01885367 n 0000 ~ 01885856 n 0000 ~ 01889740 n 0000 ~ 01890033 n 0000 ~ 01890411 n 0000 ~ 01890718 n 0000 ~ 01891145 n 0000 ~ 01891865 n 0000 ~ 01892271 n 0000 ~ 01892876 n 0000 ~ 01893294 n 0000 ~ 01893666 n 0000 ~ 01894381 n 0000 ~ 01894803 n 0000 ~ 02063846 n 0000 ~ 02064608 n 0000 ~ 02065599 n 0000 ~ 02066086 n 0000 ~ 02067100 n 0000 ~ 02067462 n 0000 ~ 02068408 n 0000 ~ 02069271 n 0000 ~ 02069569 n 0000 ~ 02070311 n 0000 ~ 02070923 n 0000 ~ 02071173 n 0000 ~ 02071506 n 0000 ~ 02072355 n 0000 ~ 02072665 n 0000 ~ 02073679 n 0000 ~ 02074214 n 0000 ~ 02074542 n 0000 ~ 02077023 n 0000 ~ 02077533 n 0000 ~ 02078159 n 0000 ~ 02078436 n 0000 ~ 02078882 n 0000 ~ 02079706 n 0000 ~ 02080022 n 0000 ~ 02080291 n 0000 ~ 02080586 n 0000 ~ 02080934 n 0000 ~ 02081423 n 0000 ~ 02082632 n 0000 ~ 02083863 n 0000 ~ 02115775 n 0000 ~ 02116079 n 0000 ~ 02116322 n 0000 ~ 02116630 n 0000 ~ 02117369 n 0000 ~ 02117772 n 0000 ~ 02118058 n 0000 ~ 02118854 n 0000 ~ 02119961 n 0000 ~ 02120387 n 0000 ~ 02121234 n 0000 ~ 02126951 n 0000 ~ 02128120 n 0000 ~ 02130190 n 0000 ~ 02130795 n 0000 ~ 02131076 n 0000 ~ 02131942 n 0000 ~ 02132974 n 0000 ~ 02133512 n 0000 ~ 02133902 n 0000 ~ 02134240 n 0000 ~ 02135486 n 0000 ~ 02135726 n 0000 ~ 02135981 n 0000 ~ 02136623 n 0000 ~ 02136901 n 0000 ~ 02137172 n 0000 ~ 02137428 n 0000 ~ 02138042 n 0000 ~ 02138323 n 0000 ~ 02139914 n 0000 ~ 02140357 n 0000 ~ 02140719 n 0000 ~ 02142295 n 0000 ~ 02142575 n 0000 ~ 02142993 n 0000 ~ 02143759 n 0000 ~ 02144110 n 0000 ~ 02144792 n 0000 ~ 02145767 n 0000 ~ 02146064 n 0000 ~ 02146526 n 0000 ~ 02147034 n 0000 ~ 02147452 n 0000 ~ 02147747 n 0000 ~ 02148377 n 0000 ~ 02148698 n 0000 ~ 02149297 n 0000 ~ 02150016 n 0000 ~ 02150730 n 0000 ~ 02151108 n 0000 ~ 02324717 n 0000 ~ 02325211 n 0000 ~ 02326237 n 0000 ~ 02328662 n 0000 ~ 02331960 n 0000 ~ 02332315 n 0000 ~ 02332606 n 0000 ~ 02333368 n 0000 ~ 02334079 n 0000 ~ 02334337 n 0000 ~ 02334609 n 0000 ~ 02335007 n 0000 ~ 02336129 n 0000 ~ 02336451 n 0000 ~ 02337480 n 0000 ~ 02337774 n 0000 ~ 02338029 n 0000 ~ 02338319 n 0000 ~ 02338592 n 0000 ~ 02339768 n 0000 ~ 02340521 n 0000 ~ 02340813 n 0000 ~ 02341108 n 0000 ~ 02341805 n 0000 ~ 02342109 n 0000 ~ 02342413 n 0000 ~ 02342727 n 0000 ~ 02343187 n 0000 ~ 02343633 n 0000 ~ 02344006 n 0000 ~ 02344785 n 0000 ~ 02345213 n 0000 ~ 02345471 n 0000 ~ 02345890 n 0000 ~ 02347140 n 0000 ~ 02347443 n 0000 ~ 02348036 n 0000 ~ 02349040 n 0000 ~ 02349730 n 0000 ~ 02349980 n 0000 ~ 02350537 n 0000 ~ 02351212 n 0000 ~ 02351686 n 0000 ~ 02352175 n 0000 ~ 02352804 n 0000 ~ 02353037 n 0000 ~ 02353297 n 0000 ~ 02353709 n 0000 ~ 02354470 n 0000 ~ 02356108 n 0000 ~ 02357280 n 0000 ~ 02357741 n 0000 ~ 02359204 n 0000 ~ 02359775 n 0000 ~ 02360135 n 0000 ~ 02360643 n 0000 ~ 02361222 n 0000 ~ 02362420 n 0000 ~ 02362862 n 0000 ~ 02363511 n 0000 ~ 02363818 n 0000 ~ 02364377 n 0000 ~ 02364989 n 0000 ~ 02365356 n 0000 ~ 02365848 n 0000 ~ 02366203 n 0000 ~ 02366453 n 0000 ~ 02366825 n 0000 ~ 02367360 n 0000 ~ 02367678 n 0000 ~ 02367993 n 0000 ~ 02368280 n 0000 ~ 02368687 n 0000 ~ 02369170 n 0000 ~ 02369424 n 0000 ~ 02371801 n 0000 ~ 02372813 n 0000 ~ 02373843 n 0000 ~ 02375592 n 0000 ~ 02376016 n 0000 ~ 02376303 n 0000 ~ 02392282 n 0000 ~ 02392710 n 0000 ~ 02393024 n 0000 ~ 02393445 n 0000 ~ 02395244 n 0000 ~ 02396667 n 0000 ~ 02396970 n 0000 ~ 02397377 n 0000 ~ 02398386 n 0000 ~ 02401661 n 0000 ~ 02408217 n 0000 ~ 02408903 n 0000 ~ 02409369 n 0000 ~ 02409702 n 0000 ~ 02410313 n 0000 ~ 02411075 n 0000 ~ 02411427 n 0000 ~ 02415971 n 0000 ~ 02416410 n 0000 ~ 02418341 n 0000 ~ 02418648 n 0000 ~ 02418934 n 0000 ~ 02419217 n 0000 ~ 02419515 n 0000 ~ 02420389 n 0000 ~ 02420675 n 0000 ~ 02420994 n 0000 ~ 02421308 n 0000 ~ 02421612 n 0000 ~ 02421962 n 0000 ~ 02422249 n 0000 ~ 02422561 n 0000 ~ 02422860 n 0000 ~ 02423465 n 0000 ~ 02423787 n 0000 ~ 02425393 n 0000 ~ 02425756 n 0000 ~ 02426054 n 0000 ~ 02426339 n 0000 ~ 02426634 n 0000 ~ 02427337 n 0000 ~ 02427958 n 0000 ~ 02428229 n 0000 ~ 02428653 n 0000 ~ 02429276 n 0000 ~ 02430929 n 0000 ~ 02432139 n 0000 ~ 02432867 n 0000 ~ 02433205 n 0000 ~ 02433426 n 0000 ~ 02433796 n 0000 ~ 02434598 n 0000 ~ 02434834 n 0000 ~ 02435099 n 0000 ~ 02435386 n 0000 ~ 02436067 n 0000 ~ 02436514 n 0000 ~ 02436993 n 0000 ~ 02437825 n 0000 ~ 02438452 n 0000 ~ 02438897 n 0000 ~ 02439286 n 0000 ~ 02441723 n 0000 ~ 02443683 n 0000 ~ 02444103 n 0000 ~ 02444647 n 0000 ~ 02445276 n 0000 ~ 02446014 n 0000 ~ 02446512 n 0000 ~ 02446888 n 0000 ~ 02447591 n 0000 ~ 02447896 n 0000 ~ 02448200 n 0000 ~ 02448502 n 0000 ~ 02448754 n 0000 ~ 02449060 n 0000 ~ 02449464 n 0000 ~ 02449582 n 0000 ~ 02449921 n 0000 ~ 02450992 n 0000 ~ 02451292 n 0000 ~ 02454657 n 0000 ~ 02454999 n 0000 ~ 02455310 n 0000 ~ 02455584 n 0000 ~ 02455887 n 0000 ~ 02456147 n 0000 ~ 02456505 n 0000 ~ 02457249 n 0000 ~ 02457756 n 0000 ~ 02458675 n 0000 ~ 02459313 n 0000 ~ 02460275 n 0000 ~ 02460684 n 0000 ~ 02461014 n 0000 ~ 02461701 n 0000 ~ 02472012 n 0000 ~ 02475821 n 0000 ~ 02476074 n 0000 ~ 02477647 n 0000 ~ 02477890 n 0000 ~ 02478416 n 0000 ~ 02478539 n 0000 ~ 02478662 n 0000 ~ 02478990 n 0000 ~ 02479205 n 0000 ~ 02479482 n 0000 ~ 02480346 n 0000 ~ 02480673 n 0000 ~ 02481629 n 0000 ~ 02483224 n 0000 ~ 02483564 n 0000 ~ 02484813 n 0000 ~ 02485865 n 0000 ~ 02486138 n 0000 ~ 02486565 n 0000 ~ 02486787 n 0000 ~ 02487217 n 0000 ~ 02488149 n 0000 ~ 02488578 n 0000 ~ 02489060 n 0000 ~ 02490435 n 0000 ~ 02490686 n 0000 ~ 02490964 n 0000 ~ 02491906 n 0000 ~ 02492240 n 0000 ~ 02492536 n 0000 ~ 02492833 n 0000 ~ 02493109 n 0000 ~ 02493390 n 0000 ~ 02493673 n 0000 ~ 02493974 n 0000 ~ 02494257 n 0000 ~ 02495099 n 0000 ~ 02495446 n 0000 ~ 02497550 n 0000 ~ 02497983 n 0000 ~ 02498620 n 0000 ~ 02498888 n 0000 ~ 02499178 n 0000 ~ 02499434 n 0000 ~ 02499700 n 0000 ~ 02500144 n 0000 ~ 02500472 n 0000 ~ 02501432 n 0000 ~ 02502357 n 0000 ~ 02503868 n 0000 ~ 02504323 n 0000 ~ 02504635 n 0000 ~ 02505342 n 0000 ~ 02505809 n 0000 ~ 02506630 n 0000 ~ 02507863 n 0000 ~ 02508615 n 0000 ~ 02509071 n 0000 ~ 02509405 n 0000 ~ 02509694 n 0000 ~ 02510240 n 0000 | a genus of mammals
-01871265 05 n 01 tusker 0 002 @ 01861778 n 0000 %p 01465713 n 0000 | any mammal with prominent tusks (especially an elephant or wild boar)
-01871406 05 n 02 Prototheria 0 subclass_Prototheria 0 003 @ 08103777 n 0000 #m 01861465 n 0000 %m 01871699 n 0000 | echidnas; platypus
-01871543 05 n 01 prototherian 0 002 @ 01861778 n 0000 ~ 01871875 n 0000 | primitive oviparous mammals found only in Australia and Tasmania and New Guinea
-01871699 05 n 02 Monotremata 0 order_Monotremata 0 004 @ 01342529 n 0000 #m 01871406 n 0000 %m 01872094 n 0000 %m 01873007 n 0000 | coextensive with the subclass Prototheria
-01871875 05 n 02 monotreme 0 egg-laying_mammal 0 004 @ 01871543 n 0000 ~ 01872401 n 0000 ~ 01872772 n 0000 ~ 01873310 n 0000 | the most primitive mammals comprising the only extant members of the subclass Prototheria
-01872094 05 n 02 Tachyglossidae 0 family_Tachyglossidae 0 004 @ 01862557 n 0000 #m 01871699 n 0000 %m 01872244 n 0000 %m 01872635 n 0000 | echidnas
-01872244 05 n 02 Tachyglossus 0 genus_Tachyglossus 0 003 @ 01864707 n 0000 #m 01872094 n 0000 %m 01872401 n 0000 | type genus of the family Tachyglossidae
-01872401 05 n 03 echidna 1 spiny_anteater 1 anteater 2 002 @ 01871875 n 0000 #m 01872244 n 0000 | a burrowing monotreme mammal covered with spines and having a long snout and claws for hunting ants and termites; native to Australia
-01872635 05 n 02 Zaglossus 0 genus_Zaglossus 0 003 @ 01864707 n 0000 #m 01872094 n 0000 %m 01872772 n 0000 | a genus of Tachyglossidae
-01872772 05 n 03 echidna 2 spiny_anteater 2 anteater 3 002 @ 01871875 n 0000 #m 01872635 n 0000 | a burrowing monotreme mammal covered with spines and having a long snout and claws for hunting ants and termites; native to New Guinea
-01873007 05 n 02 Ornithorhynchidae 0 family_Ornithorhynchidae 0 003 @ 01862557 n 0000 #m 01871699 n 0000 %m 01873144 n 0000 | platypus
-01873144 05 n 02 Ornithorhynchus 0 genus_Ornithorhynchus 0 003 @ 01864707 n 0000 #m 01873007 n 0000 %m 01873310 n 0000 | type genus of the family Ornithorhynchidae
-01873310 05 n 05 platypus 0 duckbill 1 duckbilled_platypus 0 duck-billed_platypus 0 Ornithorhynchus_anatinus 0 002 @ 01871875 n 0000 #m 01873144 n 0000 | small densely furred aquatic monotreme of Australia and Tasmania having a broad bill and tail and webbed feet; only species in the family Ornithorhynchidae
-01873622 05 n 02 Pantotheria 0 subclass_Pantotheria 0 002 @ 08103777 n 0000 #m 01861465 n 0000 | generalized extinct mammals widespread during the Jurassic; commonly conceded to be ancestral to marsupial and placental mammals
-01873850 05 n 02 Metatheria 0 subclass_Metatheria 0 003 @ 08103777 n 0000 #m 01861465 n 0000 %m 01874126 n 0000 | pouched animals
-01873982 05 n 01 metatherian 0 002 @ 01861778 n 0000 ~ 01874434 n 0000 | primitive pouched mammals found mainly in Australia and the Americas
-01874126 05 n 02 Marsupialia 0 order_Marsupialia 0 011 @ 01342529 n 0000 #m 01873850 n 0000 %m 01874434 n 0000 %m 01874784 n 0000 %m 01875717 n 0000 %m 01876180 n 0000 %m 01876843 n 0000 %m 01880937 n 0000 %m 01882948 n 0000 %m 01883212 n 0000 %m 01885724 n 0000 | coextensive with the subclass Metatheria
-01874434 05 n 02 marsupial 0 pouched_mammal 0 010 @ 01873982 n 0000 #m 01874126 n 0000 ~ 01874928 n 0000 ~ 01876034 n 0000 ~ 01876326 n 0000 ~ 01877134 n 0000 ~ 01881171 n 0000 ~ 01883070 n 0000 ~ 01883513 n 0000 ~ 01886045 n 0000 | mammals of which the females have a pouch (the marsupium) containing the teats where the young are fed and carried
-01874784 05 n 02 Didelphidae 0 family_Didelphidae 0 004 @ 01862557 n 0000 #m 01874126 n 0000 %m 01874928 n 0000 %m 01875165 n 0000 | opossums
-01874928 05 n 02 opossum 1 possum 1 004 @ 01874434 n 0000 #m 01874784 n 0000 ~ 01875313 n 0000 ~ 01875610 n 0000 | nocturnal arboreal marsupial having a naked prehensile tail found from southern North America to northern South America
-01875165 05 n 02 Didelphis 0 genus_Didelphis 0 003 @ 01864707 n 0000 #m 01874784 n 0000 %m 01875610 n 0000 | type genus of the family Didelphidae
-01875313 05 n 03 common_opossum 0 Didelphis_virginiana 0 Didelphis_marsupialis 0 001 @ 01874928 n 0000 | omnivorous opossum of the eastern United States; noted for feigning death when in danger; esteemed as food in some areas; considered same species as the crab-eating opossum of South America
-01875610 05 n 01 crab-eating_opossum 0 002 @ 01874928 n 0000 #m 01875165 n 0000 | South American opossum
-01875717 05 n 02 Caenolestidae 0 family_Caenolestidae 0 003 @ 01862557 n 0000 #m 01874126 n 0000 %m 01875880 n 0000 | small marsupials of southern South America
-01875880 05 n 02 Caenolestes 0 genus_Caenolestes 0 003 @ 01864707 n 0000 #m 01875717 n 0000 %m 01876034 n 0000 | type genus of the family Caenolestidae
-01876034 05 n 01 opossum_rat 0 002 @ 01874434 n 0000 #m 01875880 n 0000 | terrestrial marsupials of southern South America that resemble shrews
-01876180 05 n 02 Peramelidae 0 family_Peramelidae 0 004 @ 01862557 n 0000 #m 01874126 n 0000 %m 01876326 n 0000 %m 01876535 n 0000 | bandicoots
-01876326 05 n 01 bandicoot 0 003 @ 01874434 n 0000 #m 01876180 n 0000 ~ 01876667 n 0000 | any of various agile ratlike terrestrial marsupials of Australia and adjacent islands; insectivorous and herbivorous
-01876535 05 n 02 Macrotis 0 genus_Macrotis 0 003 @ 01864707 n 0000 #m 01876180 n 0000 %m 01876667 n 0000 | a genus of Peramelidae
-01876667 05 n 04 rabbit-eared_bandicoot 0 rabbit_bandicoot 0 bilby 0 Macrotis_lagotis 0 002 @ 01876326 n 0000 #m 01876535 n 0000 | bandicoot with leathery ears like a rabbit
-01876843 05 n 02 Macropodidae 0 family_Macropodidae 0 011 @ 01862557 n 0000 #m 01874126 n 0000 %m 01877134 n 0000 %m 01877407 n 0000 %m 01878203 n 0000 %m 01878500 n 0000 %m 01878803 n 0000 %m 01879095 n 0000 %m 01879379 n 0000 %m 01879701 n 0000 %m 01879983 n 0000 | kangaroos; wallabies
-01877134 05 n 01 kangaroo 0 006 @ 01874434 n 0000 #m 01876843 n 0000 ~ 01877606 n 0000 ~ 01877812 n 0000 ~ 01879837 n 0000 ~ 01880152 n 0000 | any of several herbivorous leaping marsupials of Australia and New Guinea having large powerful hind legs and a long thick tail
-01877407 05 n 02 Macropus 0 genus_Macropus 0 004 @ 01864707 n 0000 #m 01876843 n 0000 %m 01877606 n 0000 %m 01878061 n 0000 | type genus of the family Macropodidae: typical kangaroos and wallabies
-01877606 05 n 03 giant_kangaroo 0 great_grey_kangaroo 0 Macropus_giganteus 0 002 @ 01877134 n 0000 #m 01877407 n 0000 | very large greyish-brown Australian kangaroo formerly abundant in open wooded areas
-01877812 05 n 02 wallaby 0 brush_kangaroo 0 007 @ 01877134 n 0000 ~ 01878061 n 0000 ~ 01878335 n 0000 ~ 01878639 n 0000 ~ 01878929 n 0000 ~ 01879217 n 0000 ~ 01879509 n 0000 | any of various small or medium-sized kangaroos; often brightly colored
-01878061 05 n 02 common_wallaby 0 Macropus_agiles 0 002 @ 01877812 n 0000 #m 01877407 n 0000 | a small wallaby having a height of 30 inches
-01878203 05 n 02 Lagorchestes 0 genus_Lagorchestes 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01878335 n 0000 | hare wallabies
-01878335 05 n 02 hare_wallaby 0 kangaroo_hare 0 002 @ 01877812 n 0000 #m 01878203 n 0000 | small Australian wallaby that resembles a hare and has persistent teeth
-01878500 05 n 02 Onychogalea 0 genus_Onychogalea 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01878639 n 0000 | a genus of Macropodidae
-01878639 05 n 02 nail-tailed_wallaby 0 nail-tailed_kangaroo 0 002 @ 01877812 n 0000 #m 01878500 n 0000 | small wallabies with a horny nail on the tip of the tail
-01878803 05 n 02 Petrogale 0 genus_Petrogale 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01878929 n 0000 | rock wallabies
-01878929 05 n 02 rock_wallaby 0 rock_kangaroo 0 002 @ 01877812 n 0000 #m 01878803 n 0000 | slender long-legged Australian wallabies living in caves and rocky areas
-01879095 05 n 02 Thylogale 0 genus_Thylogale 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01879217 n 0000 | pademelons
-01879217 05 n 02 pademelon 0 paddymelon 0 002 @ 01877812 n 0000 #m 01879095 n 0000 | small reddish-brown wallabies of scrubby areas of Australia and New Guinea
-01879379 05 n 02 Dendrolagus 0 genus_Dendrolagus 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01879509 n 0000 | tree wallabies
-01879509 05 n 02 tree_wallaby 0 tree_kangaroo 0 002 @ 01877812 n 0000 #m 01879379 n 0000 | arboreal wallabies of New Guinea and northern Australia having hind and forelegs of similar length
-01879701 05 n 02 Hypsiprymnodon 0 genus_Hypsiprymnodon 0 003 @ 01864707 n 0000 #m 01876843 n 0000 %m 01879837 n 0000 | musk kangaroos
-01879837 05 n 02 musk_kangaroo 0 Hypsiprymnodon_moschatus 0 002 @ 01877134 n 0000 #m 01879701 n 0000 | small kangaroo of northeastern Australia
-01879983 05 n 02 Potoroinae 0 subfamily_Potoroinae 0 005 @ 01862557 n 0000 #m 01876843 n 0000 %m 01880152 n 0000 %m 01880355 n 0000 %m 01880570 n 0000 | rat kangaroos
-01880152 05 n 02 rat_kangaroo 0 kangaroo_rat 2 005 @ 01877134 n 0000 #m 01879983 n 0000 ~ 01880473 n 0000 ~ 01880716 n 0000 ~ 01880813 n 0000 | any of several rabbit-sized ratlike Australian kangaroos
-01880355 05 n 02 Potorous 0 genus_Potorous 0 003 @ 01864707 n 0000 #m 01879983 n 0000 %m 01880473 n 0000 | potoroos
-01880473 05 n 01 potoroo 0 002 @ 01880152 n 0000 #m 01880355 n 0000 | Australian rat kangaroos
-01880570 05 n 02 Bettongia 0 genus_Bettongia 0 004 @ 01864707 n 0000 #m 01879983 n 0000 %m 01880716 n 0000 %m 01880813 n 0000 | jerboa kangaroo
-01880716 05 n 01 bettong 0 002 @ 01880152 n 0000 #m 01880570 n 0000 | short-nosed rat kangaroo
-01880813 05 n 02 jerboa_kangaroo 0 kangaroo_jerboa 0 002 @ 01880152 n 0000 #m 01880570 n 0000 | brush-tailed rat kangaroo
-01880937 05 n 02 Phalangeridae 0 family_Phalangeridae 0 008 @ 01862557 n 0000 #m 01874126 n 0000 %m 01881171 n 0000 %m 01881416 n 0000 %m 01881717 n 0000 %m 01881991 n 0000 %m 01882372 n 0000 %m 01882607 n 0000 | phalangers; koalas
-01881171 05 n 03 phalanger 0 opossum 2 possum 2 006 @ 01874434 n 0000 #m 01880937 n 0000 ~ 01881564 n 0000 ~ 01881857 n 0000 ~ 01882125 n 0000 ~ 01882714 n 0000 | small furry Australian arboreal marsupials having long usually prehensile tails
-01881416 05 n 01 genus_Phalanger 0 003 @ 01864707 n 0000 #m 01880937 n 0000 %m 01881564 n 0000 | type genus of the family Phalangeridae: cuscuses
-01881564 05 n 01 cuscus 0 002 @ 01881171 n 0000 #m 01881416 n 0000 | woolly-haired monkey-like arboreal marsupial of New Guinea and northern Australia
-01881717 05 n 02 Trichosurus 0 genus_Trichosurus 0 003 @ 01864707 n 0000 #m 01880937 n 0000 %m 01881857 n 0000 | a genus of Phalangeridae
-01881857 05 n 02 brush-tailed_phalanger 0 Trichosurus_vulpecula 0 002 @ 01881171 n 0000 #m 01881717 n 0000 | bushy-tailed phalanger
-01881991 05 n 02 Petaurus 0 genus_Petaurus 0 003 @ 01864707 n 0000 #m 01880937 n 0000 %m 01882125 n 0000 | a genus of Phalangeridae
-01882125 05 n 03 flying_phalanger 0 flying_opossum 0 flying_squirrel 2 003 @ 01881171 n 0000 #m 01881991 n 0000 ~ 01882508 n 0000 | nocturnal phalangers that move with gliding leaps using parachute-like folds of skin along the sides of the body
-01882372 05 n 02 Acrobates 0 genus_Acrobates 0 003 @ 01864707 n 0000 #m 01880937 n 0000 %m 01882508 n 0000 | a genus of Phalangeridae
-01882508 05 n 01 flying_mouse 0 002 @ 01882125 n 0000 #m 01882372 n 0000 | tiny flying phalanger
-01882607 05 n 02 Phascolarctos 0 genus_Phascolarctos 0 002 @ 01864707 n 0000 #m 01880937 n 0000 | koalas
-01882714 05 n 05 koala 0 koala_bear 0 kangaroo_bear 0 native_bear 0 Phascolarctos_cinereus 0 001 @ 01881171 n 0000 | sluggish tailless Australian arboreal marsupial with grey furry ears and coat; feeds on eucalyptus leaves and bark
-01882948 05 n 02 Vombatidae 0 family_Vombatidae 0 003 @ 01862557 n 0000 #m 01874126 n 0000 %m 01883070 n 0000 | wombats
-01883070 05 n 01 wombat 0 002 @ 01874434 n 0000 #m 01882948 n 0000 | burrowing herbivorous Australian marsupials about the size of a badger
-01883212 05 n 03 Dasyuridae 0 family_Dasyuridae 0 family_Dasyurinae 0 008 @ 01862557 n 0000 #m 01874126 n 0000 %m 01883513 n 0000 %m 01883762 n 0000 %m 01884348 n 0000 %m 01884703 n 0000 %m 01885032 n 0000 %m 01885367 n 0000 | dasyures; native cats; pouched mice; banded anteaters; Tasmanian devils
-01883513 05 n 02 dasyurid_marsupial 0 dasyurid 0 007 @ 01874434 n 0000 #m 01883212 n 0000 ~ 01883920 n 0000 ~ 01884476 n 0000 ~ 01884834 n 0000 ~ 01885158 n 0000 ~ 01885498 n 0000 | small carnivorous nocturnal marsupials of Australia and Tasmania
-01883762 05 n 02 Dasyurus 0 genus_Dasyurus 0 003 @ 01864707 n 0000 #m 01883212 n 0000 %m 01883920 n 0000 | type genus of the family Dasyuridae: native cats
-01883920 05 n 01 dasyure 0 004 @ 01883513 n 0000 #m 01883762 n 0000 ~ 01884104 n 0000 ~ 01884203 n 0000 | any of several more or less arboreal marsupials somewhat resembling martens
-01884104 05 n 02 eastern_dasyure 0 Dasyurus_quoll 0 001 @ 01883920 n 0000 | a variety of dasyure
-01884203 05 n 02 native_cat 0 Dasyurus_viverrinus 0 001 @ 01883920 n 0000 | carnivorous arboreal cat-like marsupials of Australia and Tasmania
-01884348 05 n 02 Thylacinus 0 genus_Thylacinus 0 003 @ 01864707 n 0000 #m 01883212 n 0000 %m 01884476 n 0000 | Tasmanian wolf
-01884476 05 n 04 thylacine 0 Tasmanian_wolf 0 Tasmanian_tiger 0 Thylacinus_cynocephalus 0 002 @ 01883513 n 0000 #m 01884348 n 0000 | rare doglike carnivorous marsupial of Tasmania having stripes on its back; probably extinct
-01884703 05 n 02 Sarcophilus 0 genus_Sarcophilus 0 003 @ 01864707 n 0000 #m 01883212 n 0000 %m 01884834 n 0000 | Tasmanian devil
-01884834 05 n 03 Tasmanian_devil 0 ursine_dasyure 0 Sarcophilus_hariisi 0 002 @ 01883513 n 0000 #m 01884703 n 0000 | small ferocious carnivorous marsupial having a mostly black coat and long tail
-01885032 05 n 02 Phascogale 0 genus_Phascogale 0 003 @ 01864707 n 0000 #m 01883212 n 0000 %m 01885158 n 0000 | pouched mice
-01885158 05 n 03 pouched_mouse 0 marsupial_mouse 0 marsupial_rat 0 002 @ 01883513 n 0000 #m 01885032 n 0000 | any of numerous small sharp-nosed insectivorous marsupials superficially resembling mice or rats
-01885367 05 n 02 Myrmecobius 0 genus_Myrmecobius 0 003 @ 01864707 n 0000 #m 01883212 n 0000 %m 01885498 n 0000 | banded anteater
-01885498 05 n 04 numbat 0 banded_anteater 0 anteater 5 Myrmecobius_fasciatus 0 002 @ 01883513 n 0000 #m 01885367 n 0000 | small Australian marsupial having long snout and strong claws for feeding on termites; nearly extinct
-01885724 05 n 02 Notoryctidae 0 family_Notoryctidae 0 003 @ 01862557 n 0000 #m 01874126 n 0000 %m 01885856 n 0000 | pouched moles
-01885856 05 n 02 Notoryctus 0 genus_Notoryctus 0 003 @ 01864707 n 0000 #m 01885724 n 0000 %m 01886045 n 0000 | type genus of the family Notoryctidae: comprising solely the marsupial mole
-01886045 05 n 03 pouched_mole 0 marsupial_mole 0 Notoryctus_typhlops 0 002 @ 01874434 n 0000 #m 01885856 n 0000 | small burrowing Australian marsupial that resembles a mole
-01886220 05 n 02 Eutheria 0 subclass_Eutheria 0 023 @ 08103777 n 0000 #m 01861465 n 0000 + 03018964 a 0101 %m 01886756 n 0000 %m 01888520 n 0000 %m 02062209 n 0000 %m 02073041 n 0000 %m 02074915 n 0000 %m 02082056 n 0000 %m 02082358 n 0000 %m 02138921 n 0000 %m 02323186 n 0000 %m 02329093 n 0000 %m 02372251 n 0000 %m 02373093 n 0000 %m 02394068 n 0000 %m 02453373 n 0000 %m 02461372 n 0000 %m 02469588 n 0000 %m 02494538 n 0000 %m 02502085 n 0000 %m 02502902 n 0000 %m 02510065 n 0000 | all mammals except monotremes and marsupials
-01886756 05 n 04 placental 0 placental_mammal 0 eutherian 0 eutherian_mammal 0 031 @ 01861778 n 0000 #m 01886220 n 0000 + 01830946 a 0101 ~ 01887474 n 0000 ~ 01887623 n 0000 ~ 01887787 n 0000 ~ 01888181 n 0000 ~ 01888264 n 0000 ~ 01888411 n 0000 ~ 01889074 n 0000 ~ 02062017 n 0000 ~ 02075296 n 0000 ~ 02082056 n 0000 ~ 02082791 n 0000 ~ 02139199 n 0000 ~ 02323449 n 0000 ~ 02329401 n 0000 ~ 02370525 n 0000 ~ 02370806 n 0000 ~ 02371125 n 0000 ~ 02371344 n 0000 ~ 02372584 n 0000 ~ 02453108 n 0000 ~ 02453611 n 0000 ~ 02461830 n 0000 ~ 02469914 n 0000 ~ 02495242 n 0000 ~ 02502514 n 0000 ~ 02503127 n 0000 ~ 02506947 n 0000 ~ 02507148 n 0000 | mammals having a placenta; all mammals except monotremes and marsupials
-01887474 05 n 03 livestock 0 stock 0 farm_animal 0 003 @ 01886756 n 0000 + 01318053 n 0201 -c 01203074 v 0000 | any animals kept for use or profit
-01887623 05 n 01 bull 2 001 @ 01886756 n 0000 | mature male of various mammals of which the female is called `cow'; e.g. whales or elephants or especially cattle
-01887787 05 n 01 cow 2 001 @ 01886756 n 0000 | mature female of mammals of which the male is called `bull'
-01887896 05 n 01 calf 0 005 @ 01321854 n 0000 #m 02402425 n 0000 ~ 02403920 n 0000 ~ 02404028 n 0000 %p 07665308 n 0000 | young of domestic cattle
-01888045 05 n 01 calf 1 001 @ 01321854 n 0000 | young of various large placental mammals e.g. whale or giraffe or elephant or buffalo
-01888181 05 n 01 yearling 1 001 @ 01886756 n 0000 | an animal in its second year
-01888264 05 n 01 buck 0 003 @ 01886756 n 0000 + 01884383 v 0101 ~ 02430559 n 0000 | mature male of various mammals (especially deer or antelope)
-01888411 05 n 01 doe 0 001 @ 01886756 n 0000 | mature female of mammals of which the male is called `buck'
-01888520 05 n 02 Insectivora 0 order_Insectivora 0 011 @ 01342529 n 0000 #m 01886220 n 0000 %m 01888821 n 0000 %m 01888948 n 0000 %m 01889074 n 0000 %m 01889328 n 0000 %m 01890274 n 0000 %m 01891438 n 0000 %m 01893535 n 0000 %m 01894040 n 0000 %m 01894670 n 0000 | shrews; moles; hedgehogs; tenrecs
-01888821 05 n 02 Lipotyphla 0 suborder_Lipotyphla 0 002 @ 01342529 n 0000 #m 01888520 n 0000 | moles; hedgehogs; true shrews
-01888948 05 n 02 Menotyphla 0 suborder_Menotyphla 0 002 @ 01342529 n 0000 #m 01888520 n 0000 | elephant shrews; tree shrews
-01889074 05 n 01 insectivore 0 008 @ 01886756 n 0000 #m 01888520 n 0000 + 00315383 a 0101 ~ 01889520 n 0000 ~ 01891633 n 0000 ~ 01893825 n 0000 ~ 01894207 n 0000 ~ 01894956 n 0000 | small insect-eating mainly nocturnal terrestrial or fossorial mammals
-01889328 05 n 02 Talpidae 0 family_Talpidae 0 007 @ 01862557 n 0000 #m 01888520 n 0000 %m 01889520 n 0000 %m 01889740 n 0000 %m 01890033 n 0000 %m 01890718 n 0000 %m 01891145 n 0000 | moles
-01889520 05 n 01 mole 0 006 @ 01889074 n 0000 #m 01889328 n 0000 ~ 01889849 n 0000 ~ 01890144 n 0000 ~ 01890564 n 0000 ~ 01890860 n 0000 | small velvety-furred burrowing mammal having small eyes and fossorial forefeet
-01889740 05 n 02 Condylura 0 genus_Condylura 0 002 @ 01864707 n 0000 #m 01889328 n 0000 | star-nosed moles
-01889849 05 n 03 starnose_mole 0 star-nosed_mole 0 Condylura_cristata 0 001 @ 01889520 n 0000 | amphibious mole of eastern North America having pink fleshy tentacles around the nose
-01890033 05 n 02 Parascalops 0 genus_Parascalops 0 002 @ 01864707 n 0000 #m 01889328 n 0000 | brewer's moles
-01890144 05 n 03 brewer's_mole 0 hair-tailed_mole 0 Parascalops_breweri 0 001 @ 01889520 n 0000 | mole of eastern North America
-01890274 05 n 02 Chrysochloridae 0 family_Chrysochloridae 0 003 @ 01862557 n 0000 #m 01888520 n 0000 %m 01890411 n 0000 | golden moles
-01890411 05 n 02 Chrysochloris 0 genus_Chrysochloris 0 003 @ 01864707 n 0000 #m 01890274 n 0000 %m 01890564 n 0000 | type genus of the Chrysochloridae
-01890564 05 n 01 golden_mole 0 002 @ 01889520 n 0000 #m 01890411 n 0000 | mole of southern Africa having iridescent guard hairs mixed with the underfur
-01890718 05 n 02 Uropsilus 0 genus_Uropsilus 0 004 @ 01864707 n 0000 #m 01889328 n 0000 %m 01890860 n 0000 %m 01891013 n 0000 | shrew moles
-01890860 05 n 01 shrew_mole 0 004 @ 01889520 n 0000 #m 01890718 n 0000 ~ 01891013 n 0000 ~ 01891274 n 0000 | slender mole having a long snout and tail
-01891013 05 n 02 Asiatic_shrew_mole 0 Uropsilus_soricipes 0 002 @ 01890860 n 0000 #m 01890718 n 0000 | shrew mole of eastern Asia
-01891145 05 n 02 Neurotrichus 0 genus_Neurotrichus 0 003 @ 01864707 n 0000 #m 01889328 n 0000 %m 01891274 n 0000 | shrew moles
-01891274 05 n 02 American_shrew_mole 0 Neurotrichus_gibbsii 0 002 @ 01890860 n 0000 #m 01891145 n 0000 | greyish-black shrew mole of the United States and Canada
-01891438 05 n 02 Soricidae 0 family_Soricidae 0 007 @ 01862557 n 0000 #m 01888520 n 0000 %m 01891633 n 0000 %m 01891865 n 0000 %m 01892271 n 0000 %m 01892876 n 0000 %m 01893294 n 0000 | shrews
-01891633 05 n 02 shrew 0 shrewmouse 0 007 @ 01889074 n 0000 #m 01891438 n 0000 ~ 01892030 n 0000 ~ 01892145 n 0000 ~ 01892385 n 0000 ~ 01892551 n 0000 ~ 01893399 n 0000 | small mouselike mammal with a long snout; related to moles
-01891865 05 n 02 Sorex 0 genus_Sorex 0 004 @ 01864707 n 0000 #m 01891438 n 0000 %m 01892030 n 0000 %m 01892744 n 0000 | type genus of the family Soricidae: shrews
-01892030 05 n 02 common_shrew 0 Sorex_araneus 0 002 @ 01891633 n 0000 #m 01891865 n 0000 | common American shrew
-01892145 05 n 02 masked_shrew 0 Sorex_cinereus 0 001 @ 01891633 n 0000 | commonest shrew of moist habitats in North America
-01892271 05 n 02 Blarina 0 genus_Blarina 0 003 @ 01864707 n 0000 #m 01891438 n 0000 %m 01892385 n 0000 | shrews
-01892385 05 n 02 short-tailed_shrew 0 Blarina_brevicauda 0 002 @ 01891633 n 0000 #m 01892271 n 0000 | North American shrew with tail less than half its body length
-01892551 05 n 01 water_shrew 0 004 @ 01891633 n 0000 ~ 01892744 n 0000 ~ 01893021 n 0000 ~ 01893164 n 0000 | any of several small semiaquatic shrews usually living near swift-flowing streams
-01892744 05 n 02 American_water_shrew 0 Sorex_palustris 0 002 @ 01892551 n 0000 #m 01891865 n 0000 | water shrew of North America
-01892876 05 n 02 Neomys 0 genus_Neomys 0 004 @ 01864707 n 0000 #m 01891438 n 0000 %m 01893021 n 0000 %m 01893164 n 0000 | a genus of Soricidae
-01893021 05 n 02 European_water_shrew 0 Neomys_fodiens 0 002 @ 01892551 n 0000 #m 01892876 n 0000 | widely distributed Old World water shrew
-01893164 05 n 02 Mediterranean_water_shrew 0 Neomys_anomalus 0 002 @ 01892551 n 0000 #m 01892876 n 0000 | a type of water shrew
-01893294 05 n 02 Cryptotis 0 genus_Cryptotis 0 002 @ 01864707 n 0000 #m 01891438 n 0000 | least shrews
-01893399 05 n 02 least_shrew 0 Cryptotis_parva 0 001 @ 01891633 n 0000 | small brown shrew of grassy regions of eastern United States
-01893535 05 n 02 Erinaceidae 0 family_Erinaceidae 0 003 @ 01862557 n 0000 #m 01888520 n 0000 %m 01893666 n 0000 | true hedgehogs
-01893666 05 n 02 Erinaceus 0 genus_Erinaceus 0 003 @ 01864707 n 0000 #m 01893535 n 0000 %m 01893825 n 0000 | type genus of the family Erinaceidae: hedgehogs
-01893825 05 n 03 hedgehog 0 Erinaceus_europaeus 0 Erinaceus_europeaeus 0 003 @ 01889074 n 0000 #m 01893666 n 0000 %p 01900837 n 0000 | small nocturnal Old World mammal covered with both hair and protective spines
-01894040 05 n 02 Tenrecidae 0 family_Tenrecidae 0 004 @ 01862557 n 0000 #m 01888520 n 0000 %m 01894207 n 0000 %m 01894381 n 0000 | tenrecs and extinct related forms
-01894207 05 n 02 tenrec 0 tendrac 0 003 @ 01889074 n 0000 #m 01894040 n 0000 ~ 01894522 n 0000 | small often spiny insectivorous mammal of Madagascar; resembles a hedgehog
-01894381 05 n 01 genus_Tenrec 0 003 @ 01864707 n 0000 #m 01894040 n 0000 %m 01894522 n 0000 | type genus of the family Tenrecidae: tenrecs
-01894522 05 n 02 tailless_tenrec 0 Tenrec_ecaudatus 0 002 @ 01894207 n 0000 #m 01894381 n 0000 | prolific animal that feeds chiefly on earthworms
-01894670 05 n 02 Potamogalidae 0 family_Potamogalidae 0 003 @ 01862557 n 0000 #m 01888520 n 0000 %m 01894803 n 0000 | otter shrews
-01894803 05 n 01 genus_Potamogale 0 003 @ 01864707 n 0000 #m 01894670 n 0000 %m 01894956 n 0000 | type genus of the family Potamogalidae: otter shrews
-01894956 05 n 03 otter_shrew 0 potamogale 0 Potamogale_velox 0 002 @ 01889074 n 0000 #m 01894803 n 0000 | amphibious African insectivorous mammal that resembles an otter
-01895128 05 n 01 chine 0 002 @ 05588174 n 0000 + 01323202 v 0101 | backbone of an animal
-01895219 05 n 01 saddle 0 003 @ 05220461 n 0000 #p 05558717 n 0000 #p 01789740 n 0000 | posterior part of the back of a domestic fowl
-01895355 05 n 01 furcula 0 003 @ 05269901 n 0000 #p 01503061 n 0000 ~ 01895511 n 0000 | a forked bone formed by the fusion of the clavicles of most birds
-01895511 05 n 02 wishbone 0 wishing_bone 0 002 @ 01895355 n 0000 #p 07644382 n 0000 | the furcula of a domestic fowl
-01895630 05 n 01 cuticula 0 002 @ 01903756 n 0000 + 02876088 a 0101 | the outer body wall of an insect
-01895735 05 n 03 hide 0 pelt 0 skin 1 002 @ 05237755 n 0000 + 01309478 v 0301 | body covering of a living animal
-01895850 05 n 01 hypodermis 0 004 @ 01463259 n 0000 #p 05237755 n 0000 + 02876936 a 0101 + 02876829 a 0101 | layer of cells that secretes the chitinous cuticle in e.g. arthropods
-01896031 05 n 03 feather 0 plume 0 plumage 0 022 @ 05237755 n 0000 @ 14755804 n 0000 #p 01503061 n 0000 + 01680132 v 0201 + 01392080 v 0202 + 00998207 a 0102 + 00998040 a 0101 + 00058554 a 0101 + 01272798 v 0101 + 00094312 v 0102 ~ 01896561 n 0000 ~ 01897257 n 0000 ~ 01897536 n 0000 ~ 01897667 n 0000 ~ 01897851 n 0000 %p 01897991 n 0000 ~ 01898459 n 0000 %p 02468617 n 0000 ~ 02468864 n 0000 ~ 02469248 n 0000 %s 14732472 n 0000 %s 14757172 n 0000 | the light horny waterproof structure forming the external covering of birds
-01896561 05 n 02 down 0 down_feather 0 006 @ 01896031 n 0000 + 01154030 a 0101 ~ 01896735 n 0000 ~ 01896960 n 0000 ~ 01897053 n 0000 ~ 01897146 n 0000 | soft fine feathers
-01896735 05 n 01 duck_down 0 003 @ 01896561 n 0000 #p 01846331 n 0000 ~ 01896844 n 0000 | down of the duck
-01896844 05 n 01 eiderdown 0 003 @ 01896735 n 0000 #p 01853195 n 0000 #s 03266749 n 0000 | down of the eider duck
-01896960 05 n 01 goose_down 0 002 @ 01896561 n 0000 #p 01855672 n 0000 | down of the goose
-01897053 05 n 01 swan's_down 0 002 @ 01896561 n 0000 #p 01858441 n 0000 | down of the swan
-01897146 05 n 01 plumule 0 001 @ 01896561 n 0000 | down feather of young birds; persists in some adult birds
-01897257 05 n 01 aftershaft 0 001 @ 01896031 n 0000 | a supplementary feather (usually small) on the underside of the base of the shaft of some feathers in some birds
-01897426 05 n 01 sickle_feather 0 001 @ 02469344 n 0000 | one of the long curved tail feathers of a rooster
-01897536 05 n 01 contour_feather 0 001 @ 01896031 n 0000 | feathers covering the body of an adult bird and determining its shape
-01897667 05 n 03 bastard_wing 0 alula 0 spurious_wing 0 003 @ 01896031 n 0000 #p 02151625 n 0000 + 02615079 a 0201 | tuft of small stiff feathers on the first digit of a bird's wing
-01897851 05 n 01 marabou 2 002 @ 01896031 n 0000 #p 02003204 n 0000 | the downy feathers of marabou storks are used for trimming garments
-01897991 05 n 02 vane 0 web 1 003 @ 05236029 n 0000 #p 01896031 n 0000 %p 01898185 n 0000 | the flattened weblike part of a feather consisting of a series of barbs on either side of the shaft
-01898185 05 n 01 barb 0 002 @ 14867858 n 0000 #p 01897991 n 0000 | one of the parallel filaments projecting from the main shaft of a feather
-01898328 05 n 01 web 2 002 @ 05426243 n 0000 #p 02154620 n 0000 | membrane connecting the toes of some aquatic birds and mammals
-01898459 05 n 01 hackle 0 002 @ 01896031 n 0000 ~ 01898593 n 0000 | long slender feather on the necks of e.g. turkeys and pheasants
-01898593 05 n 02 saddle_hackle 0 saddle_feather 0 001 @ 01898459 n 0000 | a long narrow feather on the back (saddle) of a domestic fowl
-01898731 05 n 02 coat 0 pelage 0 004 @ 05254795 n 0000 #p 01861778 n 0000 ~ 01899062 n 0000 ~ 01899593 n 0000 | growth of hair or wool or fur covering the body of an animal
-01898906 05 n 01 guard_hair 0 002 @ 05254795 n 0000 #p 01899062 n 0000 | coarse hairs that form the outer fur and protect the underfur of certain mammals
-01899062 05 n 01 fur 0 004 @ 01898731 n 0000 + 00214001 a 0102 %p 01898906 n 0000 ~ 01899238 n 0000 | dense coat of fine silky hairs on mammals (e.g., cat or seal or weasel)
-01899238 05 n 02 undercoat 0 underfur 0 001 @ 01899062 n 0000 | thick soft fur lying beneath the longer and coarser guard hair
-01899367 05 n 01 underpart 0 002 @ 05220461 n 0000 ~ 02157415 n 0000 | a part lying on the lower side or underneath an animal's body; "the warbler has a white throat and underparts"; "a woodland mouse with white underparts"
-01899593 05 n 02 wool 0 fleece 0 004 @ 01898731 n 0000 + 01560369 v 0201 + 00216668 a 0101 + 00216668 a 0102 | outer coat of especially sheep and yaks
-01899746 05 n 01 mane 0 003 @ 05254795 n 0000 #p 02129165 n 0000 ~ 01899894 n 0000 | long coarse hair growing from the crest of the animal's neck
-01899894 05 n 01 encolure 0 003 @ 01899746 n 0000 #p 02374451 n 0000 %p 01900006 n 0000 | the mane of a horse
-01900006 05 n 02 forelock 0 foretop 0 002 @ 05254795 n 0000 #p 01899894 n 0000 | a lock of a horse's mane that grows forward between the ears
-01900150 05 n 01 hair 2 006 @ 05470189 n 0000 + 00212173 a 0101 ~ 01901610 n 0000 ~ 01901828 n 0000 ~ 01902022 n 0000 ~ 01902132 n 0000 | a filamentous projection or process on an organism
-01900341 05 n 01 cirrus 0 001 @ 05470189 n 0000 | a slender flexible animal appendage as on barnacles or crinoids or many insects; often tactile
-01900488 05 n 01 spine 0 005 @ 05470189 n 0000 + 02884456 a 0101 + 01810011 a 0103 ~ 01900719 n 0000 ~ 01900837 n 0000 | a sharp rigid animal process or appendage; as a porcupine quill or a ridge on a bone or a ray of a fish fin
-01900719 05 n 01 ray 1 002 @ 01900488 n 0000 #p 02466132 n 0000 | any of the stiff bony spines in the fin of a fish
-01900837 05 n 01 quill 1 003 @ 01900488 n 0000 #p 02346627 n 0000 #p 01893825 n 0000 | a stiff hollow protective spine on a porcupine or hedgehog
-01900985 05 n 01 aculea 0 001 @ 05470189 n 0000 | small spiny outgrowth on the wings of certain insects
-01901091 05 n 01 aculeus 0 001 @ 02465693 n 0000 | a sharp-pointed process especially a sting of a hymenopterous insect
-01901213 05 n 01 style 0 002 @ 05470189 n 0000 ~ 01901348 n 0000 | a slender bristlelike or tubular process; "a cartilaginous style"
-01901348 05 n 01 stylet 0 002 @ 01901213 n 0000 #p 01784293 n 0000 | small needlelike appendage; especially the feeding organ of a tardigrade
-01901492 05 n 01 villus 0 002 @ 05470189 n 0000 ~ 01473188 n 0000 | a minute hairlike projection on mucous membrane
-01901610 05 n 01 bristle 0 002 @ 01900150 n 0000 + 01983597 v 0101 | a stiff hair
-01901694 05 n 01 chaeta 0 002 @ 01902022 n 0000 + 02690153 a 0101 | a stiff chitinous seta or bristle especially of an annelid worm
-01901828 05 n 03 whisker 0 vibrissa 0 sensory_hair 0 003 @ 01900150 n 0000 + 02153965 a 0105 + 02332173 v 0102 | a long stiff hair growing from the snout or brow of most mammals as e.g. a cat
-01902022 05 n 01 seta 0 003 @ 01900150 n 0000 + 00145083 a 010b ~ 01901694 n 0000 | a stiff hair or bristle
-01902132 05 n 01 pilus 0 002 @ 01900150 n 0000 #p 01326291 n 0000 | hairlike structure especially on the surface of a cell or microorganism
-01902274 05 n 01 horseback 0 002 @ 05220461 n 0000 #p 02374451 n 0000 | the back of a horse
-01902368 05 n 01 operculum 0 001 @ 05581349 n 0000 | a hard flap serving as a cover for (a) the gill slits in fishes or (b) the opening of the shell in certain gastropods when the body is retracted
-01902568 05 n 01 protective_covering 0 005 @ 05237755 n 0000 ~ 01902750 n 0000 ~ 01903346 n 0000 ~ 01903498 n 0000 ~ 01903631 n 0000 | the tough natural covering of some organisms
-01902750 05 n 02 armor 0 armour 0 001 @ 01902568 n 0000 | tough more-or-less rigid protective covering of an animal or plant
-01902877 05 n 01 scale 0 007 @ 09257949 n 0000 + 02241247 a 0104 + 00147160 a 0101 + 00147160 a 0102 + 01264148 v 0101 ~ 01903110 n 0000 ~ 01903234 n 0000 | a flattened rigid plate forming part of the body covering of many animals
-01903110 05 n 01 fish_scale 0 002 @ 01902877 n 0000 #p 02512053 n 0000 | scale of the kind that covers the bodies of fish
-01903234 05 n 01 squama 0 002 @ 01902877 n 0000 ~ 02190465 n 0000 | a protective structure resembling a scale
-01903346 05 n 01 scute 0 002 @ 01902568 n 0000 ~ 01903756 n 0000 | large bony or horny plate as on an armadillo or turtle or the underside of a snake
-01903498 05 n 01 sclerite 0 002 @ 01902568 n 0000 #p 01767661 n 0000 | hard plate or element of the exoskeleton of some arthropods
-01903631 05 n 01 clypeus 0 002 @ 01902568 n 0000 #p 02159955 n 0000 | a shield-like plate on the front of an insect's head
-01903756 05 n 04 carapace 0 shell 2 cuticle 0 shield 0 007 @ 01903346 n 0000 #p 01940736 n 0000 #p 01767661 n 0000 #p 01662784 n 0000 + 02876088 a 0301 ~ 01895630 n 0000 %s 14758536 n 0000 | hard outer covering or case of certain organisms such as arthropods and turtles
-01904029 05 n 01 plastron 0 003 @ 05586759 n 0000 #p 01662784 n 0000 ;c 06083243 n 0000 | (zoology) the part of a turtle's shell forming its underside
-01904182 05 n 01 shell 1 010 @ 09257949 n 0000 + 00197744 v 0101 + 01316813 v 0101 ~ 01904461 n 0000 ~ 01904583 n 0000 ~ 01904806 n 0000 ~ 01904886 n 0000 ~ 01904965 n 0000 ~ 01956764 n 0000 ~ 01956849 n 0000 | the hard largely calcareous covering of a mollusc or a brachiopod
-01904461 05 n 01 valve 0 001 @ 01904182 n 0000 | one of the paired hinged shells of certain molluscs and of brachiopods
-01904583 05 n 01 valve 1 001 @ 01904182 n 0000 | the entire one-piece shell of a snail and certain other molluscs
-01904699 05 n 01 test 0 001 @ 09257949 n 0000 | a hard outer covering as of some amoebas and sea urchins
-01904806 05 n 01 scallop_shell 0 001 @ 01904182 n 0000 | a shell of a scallop
-01904886 05 n 01 oyster_shell 0 001 @ 01904182 n 0000 | a shell of an oyster
-01904965 05 n 02 phragmocone 0 phragmacone 0 001 @ 01904182 n 0000 | the thin conical chambered internal shell (either straight or curved) of a belemnite
-01905121 05 n 01 apodeme 0 002 @ 05225602 n 0000 #p 01767661 n 0000 | ridge-like ingrowth of the exoskeleton of an arthropod that supports internal organs and provides attachment points for muscles
-01905321 05 n 01 theca 2 001 @ 05238036 n 0000 | outer sheath of the pupa of certain insects
-01905416 05 n 01 lorica 0 001 @ 05238036 n 0000 | a hard protective sheath (as secreted by certain protoctists, for example)
-01905543 05 n 01 coelenteron 0 002 @ 05515670 n 0000 #p 01909422 n 0000 | the saclike body cavity of a coelenterate
-01905661 05 n 01 invertebrate 0 021 @ 00015388 n 0000 ~ 01767661 n 0000 ~ 01906178 n 0000 ~ 01906749 n 0000 ~ 01909422 n 0000 ~ 01918744 n 0000 ~ 01922303 n 0000 ~ 01923025 n 0000 ~ 01929186 n 0000 ~ 01940736 n 0000 ~ 02313360 n 0000 ~ 02313709 n 0000 ~ 02314158 n 0000 ~ 02314492 n 0000 ~ 02315024 n 0000 ~ 02315487 n 0000 ~ 02315821 n 0000 ~ 02316707 n 0000 %p 02322213 n 0000 %p 02511510 n 0000 -c 05586759 n 0000 | any animal lacking a backbone or notochord; the term is not used as a scientific classification
-01906178 05 n 01 zoophyte 0 001 @ 01905661 n 0000 | any of various invertebrate animals resembling a plant such as a sea anemone or coral or sponge
-01906328 05 n 02 Parazoa 0 subkingdom_Parazoa 0 003 @ 07940865 n 0000 #m 01313093 n 0000 %m 01906552 n 0000 | multicellular organisms having less-specialized cells than in the Metazoa; comprises the single phylum Porifera
-01906552 05 n 02 Porifera 0 phylum_Porifera 0 005 @ 08102555 n 0000 #m 01906328 n 0000 %m 01906749 n 0000 %m 01907034 n 0000 %m 01907495 n 0000 | coextensive with the subkingdom Parazoa: sponges
-01906749 05 n 03 sponge 0 poriferan 0 parazoan 0 005 @ 01905661 n 0000 #m 01906552 n 0000 + 01154964 a 0101 + 01383646 v 0101 ~ 01907738 n 0000 | primitive multicellular marine animal whose porous body is supported by a fibrous skeletal framework; usually occurs in sessile colonies
-01907034 05 n 01 sponge_genus 0 003 @ 08108972 n 0000 #m 01906552 n 0000 ~ 01907902 n 0000 | a genus of Porifera
-01907149 05 n 01 flagellated_cell 0 002 @ 00006484 n 0000 ~ 01907287 n 0000 | any cell or one-celled organism equipped with a flagellum
-01907287 05 n 02 choanocyte 0 collar_cell 0 001 @ 01907149 n 0000 | any of the flagellated cells in sponges having a collar of cytoplasm around the flagellum; they maintain a flow of water through the body
-01907495 05 n 02 Hyalospongiae 0 class_Hyalospongiae 0 004 @ 08103777 n 0000 #m 01906552 n 0000 %m 01907738 n 0000 %m 01907902 n 0000 | sponges with siliceous spicules that have six rays; choanocytes are restricted to finger-shaped chambers
-01907738 05 n 01 glass_sponge 0 003 @ 01906749 n 0000 #m 01907495 n 0000 ~ 01908042 n 0000 | a siliceous sponge (with glassy spicules) of the class Hyalospongiae
-01907902 05 n 02 Euplectella 0 genus_Euplectella 0 003 @ 01907034 n 0000 #m 01907495 n 0000 %m 01908042 n 0000 | a genus of Hyalospongiae
-01908042 05 n 01 Venus's_flower_basket 0 002 @ 01907738 n 0000 #m 01907902 n 0000 | a deep-water marine sponge having a cylindrical skeleton of intricate glassy latticework; found in the waters of the East Indies and the eastern coast of Asia
-01908287 05 n 01 coelenterate_family 0 003 @ 08107499 n 0000 #m 01313093 n 0000 ~ 01915414 n 0000 | a family of coelenterates
-01908415 05 n 01 coelenterate_genus 0 012 @ 08108972 n 0000 #m 01313093 n 0000 ~ 01911271 n 0000 ~ 01912050 n 0000 ~ 01912688 n 0000 ~ 01913035 n 0000 ~ 01913533 n 0000 ~ 01914961 n 0000 ~ 01915541 n 0000 ~ 01917167 n 0000 ~ 01917434 n 0000 ~ 01917751 n 0000 | a genus of coelenterates
-01908703 05 n 02 Metazoa 0 subkingdom_Metazoa 0 004 @ 07940865 n 0000 #m 01313093 n 0000 %m 01908958 n 0000 %m 01909111 n 0000 | multicellular animals having cells differentiated into tissues and organs and usually a digestive cavity and nervous system
-01908958 05 n 01 metazoan 0 002 @ 00015388 n 0000 #m 01908703 n 0000 | any animal of the subkingdom Metazoa; all animals except protozoans and sponges
-01909111 05 n 04 Cnidaria 0 phylum_Cnidaria 0 Coelenterata 0 phylum_Coelenterata 0 009 @ 08102555 n 0000 #m 01908703 n 0000 %m 01909422 n 0000 %m 01909906 n 0000 %m 01910252 n 0000 %m 01910529 n 0000 %m 01910747 n 0000 %m 01911511 n 0000 %m 01913838 n 0000 | hydras; polyps; jellyfishes; sea anemones; corals
-01909422 05 n 02 coelenterate 0 cnidarian 0 009 @ 01905661 n 0000 #m 01909111 n 0000 %p 01905543 n 0000 ~ 01909906 n 0000 ~ 01910252 n 0000 ~ 01910747 n 0000 ~ 01911063 n 0000 ~ 01911839 n 0000 ~ 01914163 n 0000 | radially symmetrical animals having saclike bodies with only one opening and tentacles with stinging structures; they occur in polyp and medusa forms
-01909788 05 n 01 planula 0 001 @ 01911839 n 0000 | the flat ciliated free-swimming larva of hydrozoan coelenterates
-01909906 05 n 01 polyp 0 002 @ 01909422 n 0000 #m 01909111 n 0000 | one of two forms that coelenterates take (e.g. a hydra or coral): usually sedentary with a hollow cylindrical body usually with a ring of tentacles around the mouth; "in some species of coelenterate, polyps are a phase in the life cycle that alternates with a medusoid phase"
-01910252 05 n 03 medusa 1 medusoid 0 medusan 0 002 @ 01909422 n 0000 #m 01909111 n 0000 | one of two forms that coelenterates take: it is the free-swimming sexual phase in the life cycle of a coelenterate; in this phase it has a gelatinous umbrella-shaped body and tentacles
-01910529 05 n 02 Scyphozoa 0 class_Scyphozoa 0 004 @ 08103777 n 0000 #m 01909111 n 0000 %m 01911063 n 0000 %m 01911271 n 0000 | coelenterates in which the polyp stage is absent or at least inconspicuous: jellyfishes
-01910747 05 n 01 jellyfish 0 004 @ 01909422 n 0000 #m 01909111 n 0000 ~ 01910998 n 0000 ~ 01911403 n 0000 | any of numerous usually marine and free-swimming coelenterates that constitute the sexually reproductive forms of hydrozoans and scyphozoans
-01910998 05 n 01 Aegina 0 001 @ 01910747 n 0000 | small medusa
-01911063 05 n 01 scyphozoan 0 002 @ 01909422 n 0000 #m 01910529 n 0000 | any of various usually free-swimming marine coelenterates having a gelatinous medusoid stage as the dominant phase of its life cycle
-01911271 05 n 02 Chrysaora 0 genus_Chrysaora 0 003 @ 01908415 n 0000 #m 01910529 n 0000 %m 01911403 n 0000 | a genus of Scyphozoa
-01911403 05 n 01 Chrysaora_quinquecirrha 0 002 @ 01910747 n 0000 #m 01911271 n 0000 | a type of jellyfish
-01911511 05 n 02 Hydrozoa 0 class_Hydrozoa 0 006 @ 08103777 n 0000 #m 01909111 n 0000 %m 01911839 n 0000 %m 01912050 n 0000 %m 01912272 n 0000 %m 01913533 n 0000 | coelenterates typically having alternation of generations; hydroid phase is usually colonial giving rise to the medusoid phase by budding: hydras and jellyfishes
-01911839 05 n 02 hydrozoan 0 hydroid 0 006 @ 01909422 n 0000 #m 01911511 n 0000 ~ 01909788 n 0000 ~ 01912152 n 0000 ~ 01912454 n 0000 ~ 01913691 n 0000 | colonial coelenterates having the polyp phase dominant
-01912050 05 n 01 genus_Hydra 0 003 @ 01908415 n 0000 #m 01911511 n 0000 %m 01912152 n 0000 | hydras
-01912152 05 n 01 hydra 0 002 @ 01911839 n 0000 #m 01912050 n 0000 | small tubular solitary freshwater hydrozoan polyp
-01912272 05 n 02 Siphonophora 0 order_Siphonophora 0 005 @ 01342529 n 0000 #m 01911511 n 0000 %m 01912454 n 0000 %m 01912688 n 0000 %m 01913035 n 0000 | marine colonial hydrozoans
-01912454 05 n 01 siphonophore 0 006 @ 01911839 n 0000 #m 01912272 n 0000 ~ 01912809 n 0000 ~ 01913166 n 0000 ~ 01913346 n 0000 ~ 01913440 n 0000 | a floating or swimming oceanic colony of polyps often transparent or showily colored
-01912688 05 n 01 genus_Nanomia 0 003 @ 01908415 n 0000 #m 01912272 n 0000 %m 01912809 n 0000 | a genus of Siphonophora
-01912809 05 n 01 nanomia 0 002 @ 01912454 n 0000 #m 01912688 n 0000 | small creatures resembling pieces of fuzzy rope; each with a cluster of swimming bells serving as the head and long elastic tentacles for drawing in prey
-01913035 05 n 02 Physalia 0 genus_Physalia 0 003 @ 01908415 n 0000 #m 01912272 n 0000 %m 01913166 n 0000 | Portuguese man-of-war
-01913166 05 n 03 Portuguese_man-of-war 0 man-of-war 0 jellyfish 3 002 @ 01912454 n 0000 #m 01913035 n 0000 | large siphonophore having a bladderlike float and stinging tentacles
-01913346 05 n 01 praya 0 001 @ 01912454 n 0000 | colonial siphonophore of up to 130 ft long
-01913440 05 n 01 apolemia 0 001 @ 01912454 n 0000 | large siphonophore of up to 50 ft long
-01913533 05 n 02 Sertularia 0 genus_Sertularia 0 003 @ 01908415 n 0000 #m 01911511 n 0000 %m 01913691 n 0000 | sessile hydroid that forms feathery colonies
-01913691 05 n 01 sertularian 0 002 @ 01911839 n 0000 #m 01913533 n 0000 | feathery colony of long-branched stems bearing stalkless paired polyps
-01913838 05 n 04 Anthozoa 0 class_Anthozoa 0 Actinozoa 0 class_Actinozoa 0 006 @ 08103777 n 0000 #m 01909111 n 0000 %m 01914163 n 0000 %m 01914415 n 0000 %m 01915093 n 0000 %m 01916738 n 0000 | a large class of sedentary marine coelenterates that includes sea anemones and corals; the medusoid phase is entirely suppressed
-01914163 05 n 02 anthozoan 0 actinozoan 0 005 @ 01909422 n 0000 #m 01913838 n 0000 ~ 01914609 n 0000 ~ 01915700 n 0000 ~ 01915811 n 0000 | sessile marine coelenterates including solitary and colonial polyps; the medusoid phase is entirely suppressed
-01914415 05 n 04 Actiniaria 0 order_Actiniaria 0 Actinaria 0 order_Actinaria 0 005 @ 01342529 n 0000 #m 01913838 n 0000 %m 01914609 n 0000 %m 01914830 n 0000 %m 01914961 n 0000 | sea anemones
-01914609 05 n 02 sea_anemone 0 anemone 0 003 @ 01914163 n 0000 #m 01914415 n 0000 ~ 01914830 n 0000 | marine polyps that resemble flowers but have oral rings of tentacles; differ from corals in forming no hard skeleton
-01914830 05 n 03 actinia 2 actinian 0 actiniarian 0 002 @ 01914609 n 0000 #m 01914415 n 0000 | any sea anemone or related animal
-01914961 05 n 02 Actinia 0 genus_Actinia 0 002 @ 01908415 n 0000 #m 01914415 n 0000 | a genus of sea anemone common in rock pools
-01915093 05 n 02 Alcyonaria 0 order_Alcyonaria 0 005 @ 01342529 n 0000 #m 01913838 n 0000 %m 01915290 n 0000 %m 01915414 n 0000 %m 01916010 n 0000 | corals and sea anemones having eight branches
-01915290 05 n 02 Alcyonacea 0 suborder_Alcyonacea 0 002 @ 01342529 n 0000 #m 01915093 n 0000 | comprising the soft corals
-01915414 05 n 02 Pennatulidae 0 family_Pennatulidae 0 003 @ 01908287 n 0000 #m 01915093 n 0000 %m 01915541 n 0000 | sea pens
-01915541 05 n 02 Pennatula 0 genus_Pennatula 0 003 @ 01908415 n 0000 #m 01915414 n 0000 %m 01915700 n 0000 | type genus of the family Pennatulidae: sea pens
-01915700 05 n 01 sea_pen 0 002 @ 01914163 n 0000 #m 01915541 n 0000 | fleshy featherlike warm-water colonies
-01915811 05 n 01 coral 0 003 @ 01914163 n 0000 ~ 01916187 n 0000 ~ 01916925 n 0000 | marine colonial polyp characterized by a calcareous skeleton; masses in a variety of shapes often forming reefs
-01916010 05 n 04 Gorgonacea 0 suborder_Gorgonacea 0 Gorgoniacea 0 suborder_Gorgoniacea 0 003 @ 01342529 n 0000 #m 01915093 n 0000 %m 01916187 n 0000 | red corals and sea fans
-01916187 05 n 02 gorgonian 0 gorgonian_coral 0 005 @ 01915811 n 0000 #m 01916010 n 0000 ~ 01916388 n 0000 ~ 01916481 n 0000 ~ 01916588 n 0000 | corals having a horny or calcareous branching skeleton
-01916388 05 n 01 sea_feather 0 001 @ 01916187 n 0000 | corals forming featherlike colonies
-01916481 05 n 01 sea_fan 0 001 @ 01916187 n 0000 | corals having a treelike or fan-shaped horny skeleton
-01916588 05 n 01 red_coral 0 001 @ 01916187 n 0000 | corals of especially the Mediterranean having pink or red color used for ornaments and jewelry
-01916738 05 n 02 Madreporaria 0 order_Madreporaria 0 006 @ 01342529 n 0000 #m 01913838 n 0000 %m 01916925 n 0000 %m 01917167 n 0000 %m 01917434 n 0000 %m 01917751 n 0000 | stony corals
-01916925 05 n 03 stony_coral 0 madrepore 0 madriporian_coral 0 005 @ 01915811 n 0000 #m 01916738 n 0000 ~ 01917289 n 0000 ~ 01917611 n 0000 ~ 01917882 n 0000 | corals having calcareous skeletons aggregations of which form reefs and islands
-01917167 05 n 02 Maeandra 0 genus_Maeandra 0 003 @ 01908415 n 0000 #m 01916738 n 0000 %m 01917289 n 0000 | brain corals
-01917289 05 n 01 brain_coral 0 002 @ 01916925 n 0000 #m 01917167 n 0000 | massive reef-building coral having a convoluted and furrowed surface
-01917434 05 n 02 Acropora 0 genus_Acropora 0 003 @ 01908415 n 0000 #m 01916738 n 0000 %m 01917611 n 0000 | coelenterate genus of order Madreporaria, including staghorn corals
-01917611 05 n 02 staghorn_coral 0 stag's-horn_coral 0 002 @ 01916925 n 0000 #m 01917434 n 0000 | large branching coral resembling antlers
-01917751 05 n 02 Fungia 0 genus_Fungia 0 002 @ 01908415 n 0000 #m 01916738 n 0000 | a genus comprising the usual mushroom corals
-01917882 05 n 01 mushroom_coral 0 001 @ 01916925 n 0000 | flattened disk-shaped stony coral (usually solitary and unattached)
-01918010 05 n 01 ctenophore_family 0 004 @ 08107499 n 0000 #m 01313093 n 0000 ~ 01920178 n 0000 ~ 01920735 n 0000 | a family of ctenophores
-01918152 05 n 01 ctenophore_genus 0 005 @ 08108972 n 0000 #m 01313093 n 0000 ~ 01919258 n 0000 ~ 01920302 n 0000 ~ 01920939 n 0000 | a genus of ctenophores
-01918310 05 n 02 Ctenophora 0 phylum_Ctenophora 0 007 @ 08102555 n 0000 #m 01313093 n 0000 %m 01918744 n 0000 %m 01919099 n 0000 %m 01919504 n 0000 %m 01920178 n 0000 %m 01920302 n 0000 | comb jellies; sea acorns; a small phylum formerly considered a class of Coelenterata
-01918585 05 n 02 ctene 0 comb-plate 0 002 @ 05297523 n 0000 #p 01918744 n 0000 | a locomotor organ consisting of a row of strong cilia whose bases are fused
-01918744 05 n 02 ctenophore 0 comb_jelly 0 008 @ 01905661 n 0000 #m 01918310 n 0000 %p 01918585 n 0000 ~ 01919385 n 0000 ~ 01920051 n 0000 ~ 01920438 n 0000 ~ 01921059 n 0000 %p 01921440 n 0000 | biradially symmetrical hermaphroditic solitary marine animals resembling jellyfishes having for locomotion eight rows of cilia arranged like teeth in a comb
-01919099 05 n 02 Nuda 0 class_Nuda 0 003 @ 08103777 n 0000 #m 01918310 n 0000 %m 01919258 n 0000 | ctenophores lacking tentacles; comprises one genus: beroe
-01919258 05 n 01 genus_Beroe 0 003 @ 01918152 n 0000 #m 01919099 n 0000 %m 01919385 n 0000 | coextensive with the class Nuda
-01919385 05 n 01 beroe 0 002 @ 01918744 n 0000 #m 01919258 n 0000 | delicately iridescent thimble-shaped ctenophores
-01919504 05 n 02 Tentaculata 0 class_Tentaculata 0 006 @ 08103777 n 0000 #m 01918310 n 0000 %m 01919714 n 0000 %m 01919912 n 0000 %m 01920582 n 0000 %m 01921216 n 0000 | ctenophores have retractile tentacles
-01919714 05 n 06 Cydippida 0 order_Cydippida 0 Cydippidea 0 order_Cydippidea 0 Cydippea 0 order_Cydippea 0 002 @ 01342529 n 0000 #m 01919504 n 0000 | ctenophores having two long pinnate tentacles
-01919912 05 n 02 Platyctenea 0 order_Platyctenea 0 003 @ 01342529 n 0000 #m 01919504 n 0000 %m 01920051 n 0000 | an order of Tentaculata
-01920051 05 n 01 platyctenean 0 002 @ 01918744 n 0000 #m 01919912 n 0000 | ctenophore have long tentacles and flattened body
-01920178 05 n 02 Pleurobrachiidae 0 family_Pleurobrachiidae 0 002 @ 01918010 n 0000 #m 01918310 n 0000 | sea gooseberries
-01920302 05 n 02 Pleurobrachia 0 genus_Pleurobrachia 0 003 @ 01918152 n 0000 #m 01918310 n 0000 %m 01920438 n 0000 | sea gooseberries
-01920438 05 n 01 sea_gooseberry 0 002 @ 01918744 n 0000 #m 01920302 n 0000 | ctenophore having a rounded body with longitudinal rows of cilia
-01920582 05 n 02 Cestida 0 order_Cestida 0 003 @ 01342529 n 0000 #m 01919504 n 0000 %m 01920735 n 0000 | ctenophore having short tentacles; one family
-01920735 05 n 02 Cestidae 0 family_Cestidae 0 003 @ 01918010 n 0000 #m 01920582 n 0000 %m 01920939 n 0000 | coextensive with the order Cestida; ctenophores having a greatly flattened and elongated body
-01920939 05 n 02 Cestum 0 genus_Cestum 0 003 @ 01918152 n 0000 #m 01920735 n 0000 %m 01921059 n 0000 | Venus's girdle
-01921059 05 n 02 Venus's_girdle 0 Cestum_veneris 0 002 @ 01918744 n 0000 #m 01920939 n 0000 | ctenophore having a ribbon-shaped iridescent gelatinous body
-01921216 05 n 02 Lobata 0 order_Lobata 0 002 @ 01342529 n 0000 #m 01919504 n 0000 | ctenophore having tentacles only in the immature stage; body compressed vertically having two large oral lobes and four pointed processes
-01921440 05 n 01 comb 0 002 @ 05581349 n 0000 #p 01918744 n 0000 | ciliated comb-like swimming plate of a ctenophore
-01921559 05 n 01 worm_family 0 015 @ 08107499 n 0000 #m 01313093 n 0000 ~ 01926090 n 0000 ~ 01926840 n 0000 ~ 01927665 n 0000 ~ 01930485 n 0000 ~ 01931277 n 0000 ~ 01931845 n 0000 ~ 01932358 n 0000 ~ 01932800 n 0000 ~ 01933342 n 0000 ~ 01933686 n 0000 ~ 01935743 n 0000 ~ 01937015 n 0000 ~ 01938155 n 0000 | a family of worms
-01921887 05 n 01 worm_genus 0 020 @ 08108972 n 0000 #m 01313093 n 0000 ~ 01924151 n 0000 ~ 01924416 n 0000 ~ 01926247 n 0000 ~ 01926549 n 0000 ~ 01926988 n 0000 ~ 01927816 n 0000 ~ 01928073 n 0000 ~ 01930672 n 0000 ~ 01930995 n 0000 ~ 01931398 n 0000 ~ 01931984 n 0000 ~ 01932495 n 0000 ~ 01933834 n 0000 ~ 01935997 n 0000 ~ 01937234 n 0000 ~ 01937422 n 0000 ~ 01938312 n 0000 ~ 01938618 n 0000 | a genus of worms
-01922303 05 n 01 worm 0 011 @ 01905661 n 0000 + 02584203 a 0103 ~ 01922717 n 0000 ~ 01922948 n 0000 ~ 01923404 n 0000 ~ 01923890 n 0000 ~ 01924916 n 0000 ~ 01928517 n 0000 ~ 01928865 n 0000 ~ 01930112 n 0000 ~ 01934440 n 0000 | any of numerous relatively small elongated soft-bodied animals especially of the phyla Annelida and Chaetognatha and Nematoda and Nemertea and Platyhelminthes; also many insect larvae
-01922717 05 n 02 helminth 0 parasitic_worm 0 004 @ 01922303 n 0000 #m 01929396 n 0000 #m 01925469 n 0000 #m 01927301 n 0000 | worm that is parasitic on the intestines of vertebrates especially roundworms and tapeworms and flukes
-01922948 05 n 01 woodworm 0 001 @ 01922303 n 0000 | a larva of a woodborer
-01923025 05 n 02 woodborer 0 borer 0 002 @ 01905661 n 0000 + 01443021 v 0201 | any of various insects or larvae or mollusks that bore into wood
-01923171 05 n 02 Acanthocephala 0 phylum_Acanthocephala 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 01923404 n 0000 | phylum or class of elongated wormlike parasites that live in the intestines of vertebrates: spiny-headed worms
-01923404 05 n 02 acanthocephalan 0 spiny-headed_worm 0 002 @ 01922303 n 0000 #m 01923171 n 0000 | any of various worms living parasitically in intestines of vertebrates having a retractile proboscis covered with many hooked spines
-01923637 05 n 02 Chaetognatha 0 phylum_Chaetognatha 0 007 @ 08102555 n 0000 #m 01313093 n 0000 + 02690270 a 0102 + 02690270 a 0101 %m 01923890 n 0000 %m 01924151 n 0000 %m 01924416 n 0000 | arrowworms: a group of small active transparent marine worms
-01923890 05 n 02 arrowworm 0 chaetognath 0 003 @ 01922303 n 0000 #m 01923637 n 0000 ~ 01924309 n 0000 | any worm of the Chaetognatha; transparent marine worm with horizontal lateral and caudal fins and a row of movable curved spines at each side of the mouth
-01924151 05 n 01 genus_Sagitta 0 003 @ 01921887 n 0000 #m 01923637 n 0000 %m 01924309 n 0000 | chief genus of Chaetognatha including the largest arrowworms
-01924309 05 n 01 sagitta 0 002 @ 01923890 n 0000 #m 01924151 n 0000 | any arrowworm of the genus Sagitta
-01924416 05 n 01 genus_Spadella 0 002 @ 01921887 n 0000 #m 01923637 n 0000 | marine worms resembling the sagittas but with a broader body and only one pair of lateral fins
-01924590 05 n 02 Platyhelminthes 0 phylum_Platyhelminthes 0 007 @ 08102555 n 0000 #m 01313093 n 0000 %m 01924800 n 0000 %m 01924916 n 0000 %m 01925133 n 0000 %m 01925469 n 0000 %m 01927301 n 0000 | flatworms
-01924800 05 n 01 bladder_worm 0 002 @ 02311060 n 0000 #m 01924590 n 0000 | encysted saclike larva of the tapeworm
-01924916 05 n 02 flatworm 0 platyhelminth 0 006 @ 01922303 n 0000 #m 01924590 n 0000 %p 01458509 n 0000 ~ 01925270 n 0000 ~ 01925695 n 0000 ~ 01927456 n 0000 | parasitic or free-living worms having a flattened body
-01925133 05 n 02 Turbellaria 0 class_Turbellaria 0 003 @ 08103777 n 0000 #m 01924590 n 0000 %m 01925270 n 0000 | free-living flatworms
-01925270 05 n 02 planarian 0 planaria 0 002 @ 01924916 n 0000 #m 01925133 n 0000 | free-swimming mostly freshwater flatworms; popular in laboratory studies for the ability to regenerate lost parts
-01925469 05 n 02 Trematoda 0 class_Trematoda 0 007 @ 08103777 n 0000 #m 01924590 n 0000 %m 01922717 n 0000 %m 01925695 n 0000 %m 01925916 n 0000 %m 01926090 n 0000 %m 01926840 n 0000 | parasitic flatworms (including flukes)
-01925695 05 n 03 fluke 0 trematode 0 trematode_worm 0 005 @ 01924916 n 0000 #m 01925469 n 0000 ~ 01926379 n 0000 ~ 01926689 n 0000 ~ 01927159 n 0000 | parasitic flatworms having external suckers for attaching to a host
-01925916 05 n 01 cercaria 0 003 @ 02311060 n 0000 #m 01925469 n 0000 + 02688523 a 0101 | tadpole-shaped parasitic larva of a trematode worm; tail disappears in adult stage
-01926090 05 n 02 Fasciolidae 0 family_Fasciolidae 0 004 @ 01921559 n 0000 #m 01925469 n 0000 %m 01926247 n 0000 %m 01926549 n 0000 | a family of Trematoda
-01926247 05 n 02 Fasciola 0 genus_Fasciola 0 003 @ 01921887 n 0000 #m 01926090 n 0000 %m 01926379 n 0000 | a genus of Fasciolidae
-01926379 05 n 02 liver_fluke 0 Fasciola_hepatica 0 002 @ 01925695 n 0000 #m 01926247 n 0000 | flatworm parasitic in liver and bile ducts of domestic animals and humans
-01926549 05 n 02 Fasciolopsis 0 genus_Fasciolopsis 0 003 @ 01921887 n 0000 #m 01926090 n 0000 %m 01926689 n 0000 | a genus of Fasciolidae
-01926689 05 n 01 Fasciolopsis_buski 0 002 @ 01925695 n 0000 #m 01926549 n 0000 | fluke that is parasitic on humans and swine; common in eastern Asia
-01926840 05 n 02 Schistosomatidae 0 family_Schistosomatidae 0 003 @ 01921559 n 0000 #m 01925469 n 0000 %m 01926988 n 0000 | a family of Trematoda
-01926988 05 n 02 Schistosoma 0 genus_Schistosoma 0 003 @ 01921887 n 0000 #m 01926840 n 0000 %m 01927159 n 0000 | type genus of the family Schistosomatidae: blood flukes
-01927159 05 n 02 schistosome 0 blood_fluke 0 002 @ 01925695 n 0000 #m 01926988 n 0000 | flatworms parasitic in the blood vessels of mammals
-01927301 05 n 02 Cestoda 0 class_Cestoda 0 005 @ 08103777 n 0000 #m 01924590 n 0000 %m 01922717 n 0000 %m 01927456 n 0000 %m 01927665 n 0000 | tapeworms
-01927456 05 n 02 tapeworm 0 cestode 0 004 @ 01924916 n 0000 #m 01927301 n 0000 ~ 01927928 n 0000 ~ 01928215 n 0000 | ribbonlike flatworms that are parasitic in the intestines of humans and other vertebrates
-01927665 05 n 02 Taeniidae 0 family_Taeniidae 0 004 @ 01921559 n 0000 #m 01927301 n 0000 %m 01927816 n 0000 %m 01928073 n 0000 | a family of Cestoda
-01927816 05 n 01 genus_Echinococcus 0 003 @ 01921887 n 0000 #m 01927665 n 0000 %m 01927928 n 0000 | tapeworms
-01927928 05 n 01 echinococcus 0 002 @ 01927456 n 0000 #m 01927816 n 0000 | tapeworms whose larvae are parasitic in humans and domestic animals
-01928073 05 n 01 genus_Taenia 0 003 @ 01921887 n 0000 #m 01927665 n 0000 %m 01928215 n 0000 | type genus of the family Taeniidae: tapeworms
-01928215 05 n 01 taenia 0 002 @ 01927456 n 0000 #m 01928073 n 0000 | tapeworms parasitic in humans which uses the pig as its intermediate host
-01928360 05 n 04 Nemertea 0 phylum_Nemertea 0 Nemertina 0 phylum_Nemertina 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 01928517 n 0000 | proboscis worms
-01928517 05 n 04 ribbon_worm 0 nemertean 0 nemertine 0 proboscis_worm 0 002 @ 01922303 n 0000 #m 01928360 n 0000 | soft unsegmented marine worms that have a threadlike proboscis and the ability to stretch and contract
-01928737 05 n 02 Pogonophora 0 phylum_Pogonophora 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 01928865 n 0000 | beard worms
-01928865 05 n 02 beard_worm 0 pogonophoran 0 002 @ 01922303 n 0000 #m 01928737 n 0000 | slender animal with tentacles and a tubelike outer covering; lives on the deep ocean bottom
-01929047 05 n 02 Rotifera 0 phylum_Rotifera 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 01929186 n 0000 | a phylum including: rotifers
-01929186 05 n 01 rotifer 0 002 @ 01905661 n 0000 #m 01929047 n 0000 | minute aquatic multicellular organisms having a ciliated wheel-like organ for feeding and locomotion; constituents of freshwater plankton
-01929396 05 n 04 Nematoda 0 phylum_Nematoda 0 Aschelminthes 0 phylum_Aschelminthes 0 013 @ 08102555 n 0000 #m 01313093 n 0000 %m 01922717 n 0000 %m 01929788 n 0000 %m 01929951 n 0000 %m 01930112 n 0000 %m 01930485 n 0000 %m 01931277 n 0000 %m 01931845 n 0000 %m 01932358 n 0000 %m 01932800 n 0000 %m 01933342 n 0000 %m 01933686 n 0000 | unsegmented worms: roundworms; threadworms; eelworms
-01929788 05 n 02 Aphasmidia 0 class_Aphasmidia 0 002 @ 08103777 n 0000 #m 01929396 n 0000 | one of two subgroups of Nematoda used in some classification systems
-01929951 05 n 02 Phasmidia 0 class_Phasmidia 0 002 @ 08103777 n 0000 #m 01929396 n 0000 | one of two subgroups of Nematoda used in some classification systems
-01930112 05 n 03 nematode 0 nematode_worm 0 roundworm 0 011 @ 01922303 n 0000 #m 01929396 n 0000 ~ 01930852 n 0000 ~ 01931140 n 0000 ~ 01931520 n 0000 ~ 01931714 n 0000 ~ 01932643 n 0000 ~ 01932936 n 0000 ~ 01933151 n 0000 ~ 01933478 n 0000 ~ 01933988 n 0000 | unsegmented worms with elongated rounded body pointed at both ends; mostly free-living but some are parasitic
-01930485 05 n 02 Ascaridae 0 family_Ascaridae 0 004 @ 01921559 n 0000 #m 01929396 n 0000 %m 01930672 n 0000 %m 01930995 n 0000 | large roundworms parasitic in intestines of vertebrates
-01930672 05 n 02 Ascaris 0 genus_Ascaris 0 003 @ 01921887 n 0000 #m 01930485 n 0000 %m 01930852 n 0000 | type genus of the family Ascaridae: roundworms with a three-lipped mouth
-01930852 05 n 02 common_roundworm 0 Ascaris_lumbricoides 0 002 @ 01930112 n 0000 #m 01930672 n 0000 | intestinal parasite of humans and pigs
-01930995 05 n 02 Ascaridia 0 genus_Ascaridia 0 003 @ 01921887 n 0000 #m 01930485 n 0000 %m 01931140 n 0000 | roundworm having a preanal sucker
-01931140 05 n 02 chicken_roundworm 0 Ascaridia_galli 0 002 @ 01930112 n 0000 #m 01930995 n 0000 | intestinal parasite of domestic fowl
-01931277 05 n 02 Oxyuridae 0 family_Oxyuridae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01931398 n 0000 | pinworms
-01931398 05 n 02 Enterobius 0 genus_Enterobius 0 003 @ 01921887 n 0000 #m 01931277 n 0000 %m 01931520 n 0000 | pinworms
-01931520 05 n 03 pinworm 0 threadworm 0 Enterobius_vermicularis 0 002 @ 01930112 n 0000 #m 01931398 n 0000 | small threadlike worm infesting human intestines and rectum especially in children
-01931714 05 n 01 eelworm 0 002 @ 01930112 n 0000 ~ 01932151 n 0000 | any of various small free-living plant-parasitic roundworms
-01931845 05 n 02 Cephalobidae 0 family_Cephalobidae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01931984 n 0000 | a family of Nematoda
-01931984 05 n 04 Anguillula 0 genus_Anguillula 0 Turbatrix 0 genus_Turbatrix 0 003 @ 01921887 n 0000 #m 01931845 n 0000 %m 01932151 n 0000 | a genus of Cephalobidae
-01932151 05 n 04 vinegar_eel 0 vinegar_worm 0 Anguillula_aceti 0 Turbatrix_aceti 0 002 @ 01931714 n 0000 #m 01931984 n 0000 | minute eelworm that feeds on organisms that cause fermentation in e.g. vinegar
-01932358 05 n 02 Tylenchidae 0 family_Tylenchidae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01932495 n 0000 | a family of Nematoda
-01932495 05 n 02 Tylenchus 0 genus_Tylenchus 0 003 @ 01921887 n 0000 #m 01932358 n 0000 %m 01932643 n 0000 | type genus of the family Tylenchidae
-01932643 05 n 04 wheatworm 0 wheat_eel 0 wheat_eelworm 0 Tylenchus_tritici 0 002 @ 01930112 n 0000 #m 01932495 n 0000 | small roundworm parasitic on wheat
-01932800 05 n 02 Ancylostomatidae 0 family_Ancylostomatidae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01933151 n 0000 | hookworms
-01932936 05 n 02 trichina 0 Trichinella_spiralis 0 001 @ 01930112 n 0000 | parasitic nematode occurring in the intestines of pigs and rats and human beings and producing larvae that form cysts in skeletal muscles
-01933151 05 n 01 hookworm 0 002 @ 01930112 n 0000 #m 01932800 n 0000 | parasitic bloodsucking roundworms having hooked mouth parts to fasten to the intestinal wall of human and other hosts
-01933342 05 n 02 Filariidae 0 family_Filariidae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01933478 n 0000 | threadlike roundworms
-01933478 05 n 01 filaria 0 003 @ 01930112 n 0000 #m 01933342 n 0000 + 02728532 a 0101 | slender threadlike roundworms living in the blood and tissues of vertebrates; transmitted as larvae by biting insects
-01933686 05 n 02 Dracunculidae 0 family_Dracunculidae 0 003 @ 01921559 n 0000 #m 01929396 n 0000 %m 01933834 n 0000 | greatly elongated roundworm
-01933834 05 n 02 Dracunculus 0 genus_Dracunculus 0 003 @ 01921887 n 0000 #m 01933686 n 0000 %m 01933988 n 0000 | type genus of the family Dracunculidae
-01933988 05 n 02 Guinea_worm 0 Dracunculus_medinensis 0 002 @ 01930112 n 0000 #m 01933834 n 0000 | parasitic roundworm of India and Africa that lives in the abdomen or beneath the skin of humans and other vertebrates
-01934207 05 n 02 Annelida 0 phylum_Annelida 0 007 @ 08102555 n 0000 #m 01313093 n 0000 %m 01934440 n 0000 %m 01934705 n 0000 %m 01935012 n 0000 %m 01936219 n 0000 %m 01937719 n 0000 | segmented worms: earthworms; lugworms; leeches
-01934440 05 n 03 annelid 0 annelid_worm 0 segmented_worm 0 007 @ 01922303 n 0000 #m 01934207 n 0000 + 02625975 a 0101 ~ 01934844 n 0000 ~ 01935176 n 0000 ~ 01936391 n 0000 ~ 01937909 n 0000 | worms with cylindrical bodies segmented both internally and externally
-01934705 05 n 02 Archiannelida 0 class_Archiannelida 0 003 @ 08103777 n 0000 #m 01934207 n 0000 %m 01934844 n 0000 | a class of Annelida
-01934844 05 n 01 archiannelid 0 002 @ 01934440 n 0000 #m 01934705 n 0000 | small primitive marine worm lacking external segmentation and resembling polychaete larvae
-01935012 05 n 02 Oligochaeta 0 class_Oligochaeta 0 005 @ 08103777 n 0000 #m 01934207 n 0000 %m 01935176 n 0000 %m 01935395 n 0000 %m 01935743 n 0000 | earthworms
-01935176 05 n 02 oligochaete 0 oligochaete_worm 0 003 @ 01934440 n 0000 #m 01935012 n 0000 ~ 01935395 n 0000 | hermaphroditic terrestrial and aquatic annelids having bristles borne singly along the length of the body
-01935395 05 n 0a earthworm 0 angleworm 0 fishworm 0 fishing_worm 0 wiggler 1 nightwalker 0 nightcrawler 0 crawler 0 dew_worm 0 red_worm 0 004 @ 01935176 n 0000 #m 01935012 n 0000 + 01885845 v 0801 + 01898282 v 0503 | terrestrial worm that burrows into and helps aerate soil; often surfaces when the ground is cool or wet; used as bait by anglers
-01935743 05 n 02 Branchiobdellidae 0 family_Branchiobdellidae 0 003 @ 01921559 n 0000 #m 01935012 n 0000 %m 01935997 n 0000 | small annelid worms with the posterior end modified into an adhesive sucker; especially formerly regarded as modified leeches
-01935997 05 n 02 Branchiobdella 0 genus_Branchiobdella 0 002 @ 01921887 n 0000 #m 01935743 n 0000 | type genus of the Branchiobdellidae: a small worm that lives on the gills or surface of a crayfish attached by a sucker
-01936219 05 n 02 Polychaeta 0 class_Polychaeta 0 005 @ 08103777 n 0000 #m 01934207 n 0000 %m 01936391 n 0000 %m 01936671 n 0000 %m 01937015 n 0000 | marine annelid worms
-01936391 05 n 04 polychaete 0 polychete 0 polychaete_worm 0 polychete_worm 0 005 @ 01934440 n 0000 #m 01936219 n 0000 ~ 01936671 n 0000 ~ 01936858 n 0000 ~ 01937579 n 0000 | chiefly marine annelids possessing both sexes and having paired appendages (parapodia) bearing bristles
-01936671 05 n 03 lugworm 0 lug 0 lobworm 0 002 @ 01936391 n 0000 #m 01936219 n 0000 | marine worms having a row of tufted gills along each side of the back; often used for fishing bait
-01936858 05 n 01 sea_mouse 0 001 @ 01936391 n 0000 | any of several large worms having a broad flattened body with a mat of coarse hairs covering the back
-01937015 05 n 02 Terebellidae 0 family_Terebellidae 0 004 @ 01921559 n 0000 #m 01936219 n 0000 %m 01937234 n 0000 %m 01937422 n 0000 | marine burrowing or tube-forming polychete worms usually having long thick bodies
-01937234 05 n 02 Terebella 0 genus_Terebella 0 002 @ 01921887 n 0000 #m 01937015 n 0000 | type genus of Terebellidae; tube-forming marine polychete worms with many filamentous tentacles
-01937422 05 n 02 Polycirrus 0 genus_Polycirrus 0 003 @ 01921887 n 0000 #m 01937015 n 0000 %m 01937579 n 0000 | genus of soft-bodied polychete marine worms
-01937579 05 n 01 bloodworm 0 002 @ 01936391 n 0000 #m 01937422 n 0000 | a segmented marine worm with bright red body; often used for bait
-01937719 05 n 02 Hirudinea 0 class_Hirudinea 0 004 @ 08103777 n 0000 #m 01934207 n 0000 %m 01937909 n 0000 %m 01938155 n 0000 | hermaphroditic aquatic or terrestrial or parasitic annelids
-01937909 05 n 03 leech 0 bloodsucker 0 hirudinean 0 005 @ 01934440 n 0000 #m 01937719 n 0000 + 00086077 v 0102 ~ 01938454 n 0000 ~ 01938735 n 0000 | carnivorous or bloodsucking aquatic or terrestrial worms typically having a sucker at each end
-01938155 05 n 02 Hirudinidae 0 family_Hirudinidae 0 004 @ 01921559 n 0000 #m 01937719 n 0000 %m 01938312 n 0000 %m 01938618 n 0000 | a family of Hirudinea
-01938312 05 n 02 Hirudo 0 genus_Hirudo 0 003 @ 01921887 n 0000 #m 01938155 n 0000 %m 01938454 n 0000 | type genus of the family Hirudinidae
-01938454 05 n 02 medicinal_leech 0 Hirudo_medicinalis 0 002 @ 01937909 n 0000 #m 01938312 n 0000 | large European freshwater leech formerly used for bloodletting
-01938618 05 n 02 Haemopis 0 genus_Haemopis 0 003 @ 01921887 n 0000 #m 01938155 n 0000 %m 01938735 n 0000 | leeches
-01938735 05 n 01 horseleech 0 002 @ 01937909 n 0000 #m 01938618 n 0000 | any of several large freshwater leeches
-01938850 05 n 01 mollusk_family 0 038 @ 08107499 n 0000 #m 01313093 n 0000 ~ 01942601 n 0000 ~ 01943213 n 0000 ~ 01944217 n 0000 ~ 01945443 n 0000 ~ 01946118 n 0000 ~ 01947275 n 0000 ~ 01947613 n 0000 ~ 01947874 n 0000 ~ 01948154 n 0000 ~ 01948788 n 0000 ~ 01949195 n 0000 ~ 01949684 n 0000 ~ 01950952 n 0000 ~ 01951721 n 0000 ~ 01952429 n 0000 ~ 01953032 n 0000 ~ 01957075 n 0000 ~ 01957591 n 0000 ~ 01958790 n 0000 ~ 01959187 n 0000 ~ 01959668 n 0000 ~ 01960301 n 0000 ~ 01961736 n 0000 ~ 01962223 n 0000 ~ 01963017 n 0000 ~ 01963730 n 0000 ~ 01964636 n 0000 ~ 01965747 n 0000 ~ 01966797 n 0000 ~ 01967677 n 0000 ~ 01968591 n 0000 ~ 01969893 n 0000 ~ 01970342 n 0000 ~ 01972283 n 0000 ~ 01972733 n 0000 ~ 01973566 n 0000 | a family of mollusks
-01939598 05 n 01 mollusk_genus 0 046 @ 08108972 n 0000 #m 01313093 n 0000 ~ 01942724 n 0000 ~ 01943367 n 0000 ~ 01943754 n 0000 ~ 01944617 n 0000 ~ 01945580 n 0000 ~ 01946487 n 0000 ~ 01947020 n 0000 ~ 01948284 n 0000 ~ 01948917 n 0000 ~ 01949330 n 0000 ~ 01949817 n 0000 ~ 01951107 n 0000 ~ 01951472 n 0000 ~ 01951845 n 0000 ~ 01952557 n 0000 ~ 01953197 n 0000 ~ 01954962 n 0000 ~ 01957202 n 0000 ~ 01957739 n 0000 ~ 01957923 n 0000 ~ 01958914 n 0000 ~ 01959333 n 0000 ~ 01959834 n 0000 ~ 01960900 n 0000 ~ 01961468 n 0000 ~ 01961862 n 0000 ~ 01962350 n 0000 ~ 01962662 n 0000 ~ 01963136 n 0000 ~ 01963876 n 0000 ~ 01964821 n 0000 ~ 01965111 n 0000 ~ 01965404 n 0000 ~ 01966204 n 0000 ~ 01966961 n 0000 ~ 01967396 n 0000 ~ 01967812 n 0000 ~ 01968732 n 0000 ~ 01970030 n 0000 ~ 01970502 n 0000 ~ 01971517 n 0000 ~ 01971728 n 0000 ~ 01972411 n 0000 ~ 01972947 n 0000 | a genus of mollusks
-01940488 05 n 02 Mollusca 0 phylum_Mollusca 0 008 @ 08102555 n 0000 #m 01313093 n 0000 %m 01940736 n 0000 %m 01941030 n 0000 %m 01941670 n 0000 %m 01954729 n 0000 %m 01955463 n 0000 %m 01968115 n 0000 | gastropods; bivalves; cephalopods; chitons
-01940736 05 n 03 mollusk 0 mollusc 0 shellfish 1 009 @ 01905661 n 0000 #m 01940488 n 0000 %p 01903756 n 0000 ~ 01941223 n 0000 ~ 01942177 n 0000 ~ 01955084 n 0000 ~ 01955933 n 0000 ~ 01968315 n 0000 %p 07783210 n 0000 | invertebrate having a soft unsegmented body usually enclosed in a shell
-01941030 05 n 02 Scaphopoda 0 class_Scaphopoda 0 003 @ 08103777 n 0000 #m 01940488 n 0000 %m 01941223 n 0000 | small class of bilaterally symmetrical marine forms comprising the tooth shells
-01941223 05 n 01 scaphopod 0 003 @ 01940736 n 0000 #m 01941030 n 0000 ~ 01941340 n 0000 | burrowing marine mollusk
-01941340 05 n 02 tooth_shell 0 tusk_shell 0 001 @ 01941223 n 0000 | any of various seashore mollusks having a tapering tubular shell open at each end and a foot pointed like a spade for burrowing
-01941538 05 n 01 lip 0 001 @ 13903387 n 0000 | either the outer margin or the inner margin of the aperture of a gastropod's shell
-01941670 05 n 04 Gastropoda 0 class_Gastropoda 0 Gasteropoda 0 class_Gasteropoda 0 020 @ 08103777 n 0000 #m 01940488 n 0000 %m 01942177 n 0000 %m 01942601 n 0000 %m 01943213 n 0000 %m 01945443 n 0000 %m 01946118 n 0000 %m 01947275 n 0000 %m 01947613 n 0000 %m 01947874 n 0000 %m 01948154 n 0000 %m 01948573 n 0000 %m 01948788 n 0000 %m 01949195 n 0000 %m 01949684 n 0000 %m 01950195 n 0000 %m 01951721 n 0000 %m 01952162 n 0000 %m 01952812 n 0000 %m 01954202 n 0000 | snails and slugs and their relatives
-01942177 05 n 02 gastropod 0 univalve 0 014 @ 01940736 n 0000 #m 01941670 n 0000 ~ 01942869 n 0000 ~ 01943899 n 0000 ~ 01944390 n 0000 ~ 01945685 n 0000 ~ 01945845 n 0000 ~ 01949973 n 0000 ~ 01950731 n 0000 ~ 01951274 n 0000 ~ 01952029 n 0000 ~ 01952712 n 0000 ~ 01953361 n 0000 ~ 01954516 n 0000 | a class of mollusks typically having a one-piece coiled shell and flattened muscular foot with a head bearing stalked eyes
-01942601 05 n 02 Haliotidae 0 family_Haliotidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01942724 n 0000 | abalones
-01942724 05 n 02 Haliotis 0 genus_Haliotis 0 003 @ 01939598 n 0000 #m 01942601 n 0000 %m 01942869 n 0000 | type genus of the family Haliotidae
-01942869 05 n 02 abalone 0 ear-shell 0 003 @ 01942177 n 0000 #m 01942724 n 0000 ~ 01943087 n 0000 | any of various large edible marine gastropods of the genus Haliotis having an ear-shaped shell with pearly interior
-01943087 05 n 03 ormer 0 sea-ear 0 Haliotis_tuberculata 0 001 @ 01942869 n 0000 | an abalone found near the Channel Islands
-01943213 05 n 02 Strombidae 0 family_Strombidae 0 004 @ 01938850 n 0000 #m 01941670 n 0000 %m 01943367 n 0000 %m 01943754 n 0000 | the family of conchs
-01943367 05 n 02 Lambis 0 genus_Lambis 0 003 @ 01939598 n 0000 #m 01943213 n 0000 %m 01943541 n 0000 | scorpion shells of shallow tropical waters of the eastern hemisphere
-01943541 05 n 01 scorpion_shell 0 002 @ 01944390 n 0000 #m 01943367 n 0000 | any of numerous tropical marine snails that as adults have the outer lip of the aperture produced into a series of long curved spines
-01943754 05 n 02 Strombus 0 genus_Strombus 0 003 @ 01939598 n 0000 #m 01943213 n 0000 %m 01943899 n 0000 | type genus of the family Strombidae
-01943899 05 n 01 conch 0 003 @ 01942177 n 0000 #m 01943754 n 0000 ~ 01944118 n 0000 | any of various edible tropical marine gastropods of the genus Strombus having a brightly-colored spiral shell with large outer lip
-01944118 05 n 02 giant_conch 0 Strombus_gigas 0 001 @ 01943899 n 0000 | a large variety of conch
-01944217 05 n 02 Helicidae 0 family_Helicidae 0 003 @ 01938850 n 0000 #m 01952162 n 0000 %m 01944617 n 0000 | land snails including the common edible snail and some pests
-01944390 05 n 01 snail 0 005 @ 01942177 n 0000 + 01382917 v 0101 ~ 01943541 n 0000 ~ 01944812 n 0000 ~ 01944955 n 0000 | freshwater or marine or terrestrial gastropod mollusk usually having an external enclosing spiral shell
-01944617 05 n 02 Helix 0 genus_Helix 0 006 @ 01939598 n 0000 #m 01944217 n 0000 %m 01944812 n 0000 %m 01944955 n 0000 %m 01945143 n 0000 %m 01945340 n 0000 | type genus of the family Helicidae
-01944812 05 n 02 edible_snail 0 Helix_pomatia 0 003 @ 01944390 n 0000 #m 01944617 n 0000 %s 07782475 n 0000 | one of the chief edible snails
-01944955 05 n 01 garden_snail 0 004 @ 01944390 n 0000 #m 01944617 n 0000 ~ 01945143 n 0000 ~ 01945340 n 0000 | any of several inedible snails of the genus Helix; often destructive pests
-01945143 05 n 02 brown_snail 0 Helix_aspersa 0 002 @ 01944955 n 0000 #m 01944617 n 0000 | serious garden pest having a brown shell with paler zigzag markings; nearly cosmopolitan in distribution
-01945340 05 n 01 Helix_hortensis 0 002 @ 01944955 n 0000 #m 01944617 n 0000 | a kind of garden snail
-01945443 05 n 02 Limacidae 0 family_Limacidae 0 004 @ 01938850 n 0000 #m 01941670 n 0000 %m 01945580 n 0000 %m 01945685 n 0000 | slugs
-01945580 05 n 02 Limax 0 genus_Limax 0 002 @ 01939598 n 0000 #m 01945443 n 0000 | a genus of Limacidae
-01945685 05 n 01 slug 0 002 @ 01942177 n 0000 #m 01945443 n 0000 | any of various terrestrial gastropods having an elongated slimy body and no external shell
-01945845 05 n 01 seasnail 2 007 @ 01942177 n 0000 ~ 01946277 n 0000 ~ 01947396 n 0000 ~ 01947735 n 0000 ~ 01947997 n 0000 ~ 01948446 n 0000 ~ 01948573 n 0000 | any of several creeping marine gastropods with a spirally coiled shell: whelks; tritons; moon shells; neritids
-01946118 05 n 02 Neritidae 0 family_Neritidae 0 005 @ 01938850 n 0000 #m 01941670 n 0000 %m 01946277 n 0000 %m 01946487 n 0000 %m 01947020 n 0000 | neritids
-01946277 05 n 02 neritid 0 neritid_gastropod 0 005 @ 01945845 n 0000 #m 01946118 n 0000 ~ 01946630 n 0000 ~ 01946827 n 0000 ~ 01947139 n 0000 | operculate seasnail of coastal waters with a short spiral shell
-01946487 05 n 01 genus_Nerita 0 004 @ 01939598 n 0000 #m 01946118 n 0000 %m 01946630 n 0000 %m 01946827 n 0000 | type genus of the Neritidae
-01946630 05 n 01 nerita 0 002 @ 01946277 n 0000 #m 01946487 n 0000 | a neritid gastropod having a short smooth or spirally ridged shell with thick usually toothed outer lip and toothed operculum
-01946827 05 n 02 bleeding_tooth 0 Nerita_peloronta 0 002 @ 01946277 n 0000 #m 01946487 n 0000 | gastropod having reddish toothlike projections around the shell opening; of the Caribbean area
-01947020 05 n 01 genus_Neritina 0 003 @ 01939598 n 0000 #m 01946118 n 0000 %m 01947139 n 0000 | a genus of Neritidae
-01947139 05 n 01 neritina 0 002 @ 01946277 n 0000 #m 01947020 n 0000 | ornately marked and brightly colored snails of brackish waters
-01947275 05 n 02 Buccinidae 0 family_Buccinidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01947396 n 0000 | whelks
-01947396 05 n 01 whelk 0 004 @ 01945845 n 0000 #m 01947275 n 0000 + 01143147 v 0101 %s 07782804 n 0000 | large carnivorous marine gastropods of coastal waters and intertidal regions having a strong snail-like shell
-01947613 05 n 02 Cymatiidae 0 family_Cymatiidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01947735 n 0000 | tritons
-01947735 05 n 01 triton 2 002 @ 01945845 n 0000 #m 01947613 n 0000 | tropical marine gastropods having beautifully colored spiral shells
-01947874 05 n 02 Naticidae 0 family_Naticidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01947997 n 0000 | moonshells
-01947997 05 n 02 moon_shell 0 moonshell 0 002 @ 01945845 n 0000 #m 01947874 n 0000 | marine gastropods having smooth rounded shells that form short spires
-01948154 05 n 02 Littorinidae 0 family_Littorinidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01948284 n 0000 | periwinkles
-01948284 05 n 02 Littorina 0 genus_Littorina 0 003 @ 01939598 n 0000 #m 01948154 n 0000 %m 01948446 n 0000 | type genus of the family Littorinidae: periwinkles
-01948446 05 n 02 periwinkle 0 winkle 0 003 @ 01945845 n 0000 #m 01948284 n 0000 %s 07782668 n 0000 | edible marine gastropod
-01948573 05 n 01 limpet 0 004 @ 01945845 n 0000 #m 01941670 n 0000 ~ 01949085 n 0000 ~ 01949499 n 0000 | any of various usually marine gastropods with low conical shells; found clinging to rocks in littoral areas
-01948788 05 n 02 Patellidae 0 family_Patellidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01948917 n 0000 | marine limpets
-01948917 05 n 02 Patella 0 genus_Patella 0 003 @ 01939598 n 0000 #m 01948788 n 0000 %m 01949085 n 0000 | type genus of the family Patellidae: common European limpets
-01949085 05 n 02 common_limpet 0 Patella_vulgata 0 002 @ 01948573 n 0000 #m 01948917 n 0000 | marine limpet
-01949195 05 n 02 Fissurellidae 0 family_Fissurellidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01949330 n 0000 | marine limpets
-01949330 05 n 02 Fissurella 0 genus_Fissurella 0 003 @ 01939598 n 0000 #m 01949195 n 0000 %m 01949499 n 0000 | type genus of the family Fissurellidae: keyhole limpets
-01949499 05 n 03 keyhole_limpet 0 Fissurella_apertura 0 Diodora_apertura 0 002 @ 01948573 n 0000 #m 01949330 n 0000 | marine limpet having a conical shell with an opening at the apex
-01949684 05 n 02 Ancylidae 0 family_Ancylidae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01949817 n 0000 | freshwater gastropod
-01949817 05 n 02 Ancylus 0 genus_Ancylus 0 003 @ 01939598 n 0000 #m 01949684 n 0000 %m 01949973 n 0000 | type genus of the family Ancylidae: river limpet
-01949973 05 n 03 river_limpet 0 freshwater_limpet 0 Ancylus_fluviatilis 0 002 @ 01942177 n 0000 #m 01949817 n 0000 | minute conical gastropod superficially resembling a limpet but living and feeding on freshwater plants
-01950195 05 n 02 Opisthobranchia 0 subclass_Opisthobranchia 0 003 @ 08103777 n 0000 #m 01941670 n 0000 %m 01950457 n 0000 | gastropods having the gills when present posterior to the heart and having no operculum: includes sea slugs; sea butterflies; sea hares
-01950457 05 n 02 Nudibranchia 0 order_Nudibranchia 0 005 @ 01342529 n 0000 #m 01950195 n 0000 %m 01950731 n 0000 %m 01950952 n 0000 %m 01951472 n 0000 | comprising numerous marine gastropod mollusks lacking a shell in the adult state and usually having a body like a slug
-01950731 05 n 02 sea_slug 0 nudibranch 0 003 @ 01942177 n 0000 #m 01950457 n 0000 ~ 01951613 n 0000 | any of various marine gastropods of the suborder Nudibranchia having a shell-less and often beautifully colored body
-01950952 05 n 04 Aplysiidae 0 family_Aplysiidae 0 Tethyidae 0 family_Tethyidae 0 003 @ 01938850 n 0000 #m 01950457 n 0000 %m 01951107 n 0000 | sea hares
-01951107 05 n 04 Aplysia 0 genus_Aplysia 0 Tethys 0 genus_Tethus 0 003 @ 01939598 n 0000 #m 01950952 n 0000 %m 01951274 n 0000 | type genus of the family Aplysiidae
-01951274 05 n 02 sea_hare 0 Aplysia_punctata 0 002 @ 01942177 n 0000 #m 01951107 n 0000 | naked marine gastropod having a soft body with reduced internal shell and two pairs of ear-like tentacles
-01951472 05 n 02 Hermissenda 0 genus_Hermissenda 0 003 @ 01939598 n 0000 #m 01950457 n 0000 %m 01951613 n 0000 | genus of marine sea slugs
-01951613 05 n 01 Hermissenda_crassicornis 0 002 @ 01950731 n 0000 #m 01951472 n 0000 | a kind of sea slug
-01951721 05 n 02 Akeridae 0 family_Akeridae 0 003 @ 01938850 n 0000 #m 01941670 n 0000 %m 01951845 n 0000 | bubble shells
-01951845 05 n 02 Haminoea 0 genus_Haminoea 0 003 @ 01939598 n 0000 #m 01951721 n 0000 %m 01952029 n 0000 | common genus of marine bubble shells of the Pacific coast of North America
-01952029 05 n 01 bubble_shell 0 002 @ 01942177 n 0000 #m 01951845 n 0000 | marine gastropod mollusk having a very small thin shell
-01952162 05 n 02 Pulmonata 0 order_Pulmonata 0 004 @ 01342529 n 0000 #m 01941670 n 0000 %m 01944217 n 0000 %m 01952429 n 0000 | large order of gastropods usually breathing by means of a lung-like sac comprising most land snails and slugs and many freshwater snails
-01952429 05 n 02 Physidae 0 family_Physidae 0 003 @ 01938850 n 0000 #m 01952162 n 0000 %m 01952557 n 0000 | freshwater snails
-01952557 05 n 01 genus_Physa 0 003 @ 01939598 n 0000 #m 01952429 n 0000 %m 01952712 n 0000 | type genus of the Physidae; freshwater air-breathing snails
-01952712 05 n 01 physa 0 002 @ 01942177 n 0000 #m 01952557 n 0000 | any member of the genus Physa
-01952812 05 n 02 Pectinibranchia 0 order_Pectinibranchia 0 003 @ 01342529 n 0000 #m 01941670 n 0000 %m 01953032 n 0000 | large order of gastropods comprising univalve mollusks that have a single gill resembling a comb
-01953032 05 n 02 Cypraeidae 0 family_Cypraeidae 0 003 @ 01938850 n 0000 #m 01952812 n 0000 %m 01953197 n 0000 | family of marine gastropods comprising the cowries
-01953197 05 n 02 Cypraea 0 genus_Cypraea 0 003 @ 01939598 n 0000 #m 01953032 n 0000 %m 01953361 n 0000 | type genus of the family Cypraeidae: the typical cowries
-01953361 05 n 02 cowrie 0 cowry 0 004 @ 01942177 n 0000 #m 01953197 n 0000 ~ 01953594 n 0000 ~ 01953762 n 0000 | any of numerous tropical marine gastropods of the genus Cypraea having highly polished usually brightly marked shells
-01953594 05 n 02 money_cowrie 0 Cypraea_moneta 0 001 @ 01953361 n 0000 | cowrie whose shell is used for money in parts of the southern Pacific and in parts of Africa
-01953762 05 n 02 tiger_cowrie 0 Cypraea_tigris 0 001 @ 01953361 n 0000 | cowrie whose shell is used for ornament
-01953877 05 n 01 ctenidium 0 001 @ 02510769 n 0000 | comb-like respiratory structure serving as the gill of certain mollusks
-01954004 05 n 01 ceras 0 001 @ 02510769 n 0000 | one of the often brightly colored and branching hornlike structures on the back of the nudibranch (and other related mollusks) that serve as gills
-01954202 05 n 02 Amphineura 0 subclass_Amphineura 0 003 @ 08103777 n 0000 #m 01941670 n 0000 %m 01954340 n 0000 | a class of Gastropoda
-01954340 05 n 04 Solenogastres 0 order_Solenogastres 0 Aplacophora 0 order_Aplacophora 0 003 @ 01342529 n 0000 #m 01954202 n 0000 %m 01954516 n 0000 | an order of Amphineura
-01954516 05 n 02 solenogaster 0 aplacophoran 0 002 @ 01942177 n 0000 #m 01954340 n 0000 | deep-water wormlike mollusks lacking calcareous plates on the body but having fine slimy spicules on the covering mantle
-01954729 05 n 02 Polyplacophora 0 class_Polyplacophora 0 003 @ 08103777 n 0000 #m 01940488 n 0000 %m 01954962 n 0000 | small class of marine mollusks comprising the chitons; sometimes considered an order of the subclass Amphineura
-01954962 05 n 01 genus_Chiton 0 003 @ 01939598 n 0000 #m 01954729 n 0000 %m 01955084 n 0000 | a genus of Polyplacophora
-01955084 05 n 04 chiton 0 coat-of-mail_shell 0 sea_cradle 0 polyplacophore 0 002 @ 01940736 n 0000 #m 01954962 n 0000 | primitive elongated bilaterally symmetrical marine mollusk having a mantle covered with eight calcareous plates
-01955318 05 n 02 byssus 0 beard 0 001 @ 14866889 n 0000 | tuft of strong filaments by which e.g. a mussel makes itself fast to a fixed surface
-01955463 05 n 05 Bivalvia 0 class_Bivalvia 0 Lamellibranchia 0 class_Lamellibranchia 0 class_Pelecypoda 0 017 @ 08103777 n 0000 #m 01940488 n 0000 %m 01955933 n 0000 %m 01956344 n 0000 %m 01956924 n 0000 %m 01959187 n 0000 %m 01959668 n 0000 %m 01960301 n 0000 %m 01961736 n 0000 %m 01962223 n 0000 %m 01962662 n 0000 %m 01963017 n 0000 %m 01963730 n 0000 %m 01964636 n 0000 %m 01965747 n 0000 %m 01966797 n 0000 %m 01967677 n 0000 | oysters; clams; scallops; mussels
-01955933 05 n 03 bivalve 0 pelecypod 0 lamellibranch 0 013 @ 01940736 n 0000 #m 01955463 n 0000 + 02484078 a 0202 + 02484078 a 0203 + 02483908 a 0101 ~ 01956481 n 0000 ~ 01959985 n 0000 ~ 01960459 n 0000 ~ 01963317 n 0000 ~ 01963479 n 0000 ~ 01963571 n 0000 ~ 01965889 n 0000 ~ 01967963 n 0000 | marine or freshwater mollusks having a soft body with platelike gills enclosed within two shells hinged together
-01956344 05 n 01 spat 0 004 @ 01321579 n 0000 #m 01955463 n 0000 + 00056829 v 0101 + 01538785 v 0101 | a young oyster or other bivalve
-01956481 05 n 01 clam 0 009 @ 01955933 n 0000 + 01383947 v 0101 ~ 01957335 n 0000 ~ 01958038 n 0000 ~ 01958531 n 0000 ~ 01959029 n 0000 ~ 01959492 n 0000 ~ 01967094 n 0000 %p 07786686 n 0000 | burrowing marine mollusk living on sand or mud; the shell closes with viselike firmness
-01956764 05 n 01 seashell 0 001 @ 01904182 n 0000 | the shell of a marine organism
-01956849 05 n 01 clamshell 0 001 @ 01904182 n 0000 | the shell of a clam
-01956924 05 n 02 Myaceae 0 order_Myaceae 0 005 @ 01342529 n 0000 #m 01955463 n 0000 %m 01957075 n 0000 %m 01957591 n 0000 %m 01958790 n 0000 | clams
-01957075 05 n 02 Myacidae 0 family_Myacidae 0 003 @ 01938850 n 0000 #m 01956924 n 0000 %m 01957202 n 0000 | soft-shell clams
-01957202 05 n 02 Mya 0 genus_Mya 0 003 @ 01939598 n 0000 #m 01957075 n 0000 %m 01957335 n 0000 | type genus of the family Myacidae
-01957335 05 n 05 soft-shell_clam 0 steamer 0 steamer_clam 0 long-neck_clam 0 Mya_arenaria 0 003 @ 01956481 n 0000 #m 01957202 n 0000 %p 07787429 n 0000 | an edible clam with thin oval-shaped shell found in coastal regions of the United States and Europe
-01957591 05 n 02 Veneridae 0 family_Veneridae 0 004 @ 01938850 n 0000 #m 01956924 n 0000 %m 01957739 n 0000 %m 01957923 n 0000 | hard-shell clams
-01957739 05 n 02 Venus 0 genus_Venus 0 003 @ 01939598 n 0000 #m 01957591 n 0000 %m 01958038 n 0000 | type genus of the family Veneridae: genus of edible clams with thick oval shells
-01957923 05 n 02 Mercenaria 0 genus_Mercenaria 0 002 @ 01939598 n 0000 #m 01957591 n 0000 | a genus of Veneridae
-01958038 05 n 07 quahog 0 quahaug 0 hard-shell_clam 0 hard_clam 0 round_clam 0 Venus_mercenaria 0 Mercenaria_mercenaria 0 005 @ 01956481 n 0000 #m 01957739 n 0000 ~ 01958346 n 0000 ~ 01958435 n 0000 %p 07786856 n 0000 | an edible American clam; the heavy shells were used as money by some American Indians
-01958346 05 n 02 littleneck 0 littleneck_clam 0 001 @ 01958038 n 0000 | a young quahog
-01958435 05 n 02 cherrystone 0 cherrystone_clam 0 001 @ 01958038 n 0000 | a half-grown quahog
-01958531 05 n 01 geoduck 0 001 @ 01956481 n 0000 | a large edible clam found burrowing deeply in sandy mud along the Pacific coast of North America; weighs up to six pounds; has siphons that can extend to several feet and cannot be withdrawn into the shell
-01958790 05 n 02 Solenidae 0 family_Solenidae 0 003 @ 01938850 n 0000 #m 01956924 n 0000 %m 01958914 n 0000 | razor clams
-01958914 05 n 02 Ensis 0 genus_Ensis 0 003 @ 01939598 n 0000 #m 01958790 n 0000 %m 01959029 n 0000 | razor clams
-01959029 05 n 03 razor_clam 0 jackknife_clam 0 knife-handle 0 002 @ 01956481 n 0000 #m 01958914 n 0000 | marine clam having a long narrow curved thin shell
-01959187 05 n 02 Tridacnidae 0 family_Tridacnidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01959333 n 0000 | large marine hard-shell clams
-01959333 05 n 02 Tridacna 0 genus_Tridacna 0 003 @ 01939598 n 0000 #m 01959187 n 0000 %m 01959492 n 0000 | type genus of the family Tridacnidae: giant clams
-01959492 05 n 02 giant_clam 0 Tridacna_gigas 0 002 @ 01956481 n 0000 #m 01959333 n 0000 | a large clam inhabiting reefs in the southern Pacific and weighing up to 500 pounds
-01959668 05 n 02 Cardiidae 0 family_Cardiidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01959834 n 0000 | somewhat heart-shaped sand-burrowing bivalve mollusks
-01959834 05 n 02 Cardium 0 genus_Cardium 0 003 @ 01939598 n 0000 #m 01959668 n 0000 %m 01959985 n 0000 | type genus of the family Cardiidae: cockles
-01959985 05 n 01 cockle 0 003 @ 01955933 n 0000 #m 01959834 n 0000 ~ 01960177 n 0000 | common edible, burrowing European bivalve mollusk that has a strong, rounded shell with radiating ribs
-01960177 05 n 02 edible_cockle 0 Cardium_edule 0 002 @ 01959985 n 0000 %p 07787613 n 0000 | common edible European cockle
-01960301 05 n 02 Ostreidae 0 family_Ostreidae 0 005 @ 01938850 n 0000 #m 01955463 n 0000 %m 01960459 n 0000 %m 01960900 n 0000 %m 01961468 n 0000 | oysters
-01960459 05 n 01 oyster 0 011 @ 01955933 n 0000 #m 01960301 n 0000 + 01383511 v 0101 ~ 01960787 n 0000 ~ 01961059 n 0000 ~ 01961234 n 0000 ~ 01961600 n 0000 ~ 01961985 n 0000 ~ 01962506 n 0000 ~ 01962788 n 0000 %p 07786164 n 0000 | marine mollusks having a rough irregular shell; found on the sea bed mostly in coastal waters
-01960787 05 n 01 seed_oyster 0 001 @ 01960459 n 0000 | a young oyster especially of a size for transplantation
-01960900 05 n 02 Ostrea 0 genus_Ostrea 0 004 @ 01939598 n 0000 #m 01960301 n 0000 %m 01961059 n 0000 %m 01961234 n 0000 | type genus of the family Ostreidae
-01961059 05 n 02 bluepoint 0 blue_point 1 003 @ 01960459 n 0000 #m 01960900 n 0000 %p 07786484 n 0000 | small edible oyster typically from the southern shore of Long Island
-01961234 05 n 02 Japanese_oyster 0 Ostrea_gigas 0 002 @ 01960459 n 0000 #m 01960900 n 0000 | a large oyster native to Japan and introduced along the Pacific coast of the United States; a candidate for introduction in Chesapeake Bay
-01961468 05 n 02 Crassostrea 0 genus_Crassostrea 0 003 @ 01939598 n 0000 #m 01960301 n 0000 %m 01961600 n 0000 | Virginia oysters
-01961600 05 n 01 Virginia_oyster 0 002 @ 01960459 n 0000 #m 01961468 n 0000 | common edible oyster of Atlantic coast of North America
-01961736 05 n 02 Pteriidae 0 family_Pteriidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01961862 n 0000 | pearl oysters
-01961862 05 n 02 Pinctada 0 genus_Pinctada 0 003 @ 01939598 n 0000 #m 01961736 n 0000 %m 01961985 n 0000 | pearl oysters
-01961985 05 n 02 pearl_oyster 0 Pinctada_margaritifera 0 002 @ 01960459 n 0000 #m 01961862 n 0000 | tropical marine bivalve found chiefly off eastern Asia and Pacific coast of North America and Central America; a major source of pearls
-01962223 05 n 02 Anomiidae 0 family_Anomiidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01962350 n 0000 | saddle oysters
-01962350 05 n 02 Anomia 0 genus_Anomia 0 003 @ 01939598 n 0000 #m 01962223 n 0000 %m 01962506 n 0000 | type genus of the family Anomiidae: saddle oysters
-01962506 05 n 02 saddle_oyster 0 Anomia_ephippium 0 002 @ 01960459 n 0000 #m 01962350 n 0000 | thin-shelled bivalve having the right valve deeply notched
-01962662 05 n 02 Placuna 0 genus_Placuna 0 003 @ 01939598 n 0000 #m 01955463 n 0000 %m 01962788 n 0000 | windowpane oysters
-01962788 05 n 04 window_oyster 0 windowpane_oyster 0 capiz 0 Placuna_placenta 0 002 @ 01960459 n 0000 #m 01962662 n 0000 | marine bivalve common in Philippine coastal waters characterized by a large thin flat translucent shell
-01963017 05 n 02 Arcidae 0 family_Arcidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01963136 n 0000 | ark shells
-01963136 05 n 02 Arca 0 genus_Arca 0 004 @ 01939598 n 0000 #m 01963017 n 0000 %m 01963317 n 0000 %m 01963479 n 0000 | type genus of the family Arcidae: ark shells and blood clams
-01963317 05 n 01 ark_shell 0 002 @ 01955933 n 0000 #m 01963136 n 0000 | marine bivalve mollusk having a heavy toothed shell with a deep boat-like inner surface
-01963479 05 n 01 blood_clam 0 002 @ 01955933 n 0000 #m 01963136 n 0000 | red-blooded clam
-01963571 05 n 01 mussel 0 003 @ 01955933 n 0000 ~ 01964049 n 0000 ~ 01964441 n 0000 | marine or freshwater bivalve mollusk that lives attached to rocks etc.
-01963730 05 n 02 Mytilidae 0 family_Mytilidae 0 004 @ 01938850 n 0000 #m 01955463 n 0000 %m 01963876 n 0000 %m 01964049 n 0000 | marine mussels
-01963876 05 n 02 Mytilus 0 genus_Mytilus 0 003 @ 01939598 n 0000 #m 01963730 n 0000 %m 01964271 n 0000 | type genus of the family Mytilidae: smooth-shelled marine mussels
-01964049 05 n 02 marine_mussel 0 mytilid 0 003 @ 01963571 n 0000 #m 01963730 n 0000 ~ 01964271 n 0000 | marine bivalve mollusk having a dark elongated shell; live attached to solid objects especially in intertidal zones
-01964271 05 n 02 edible_mussel 0 Mytilus_edulis 0 003 @ 01964049 n 0000 #m 01963876 n 0000 %p 07783550 n 0000 | a mussel with a dark shell that lives attached to rocks
-01964441 05 n 02 freshwater_mussel 0 freshwater_clam 0 004 @ 01963571 n 0000 ~ 01964957 n 0000 ~ 01965252 n 0000 ~ 01965529 n 0000 | bivalve mollusk abundant in rivers of central United States
-01964636 05 n 02 Unionidae 0 family_Unionidae 0 005 @ 01938850 n 0000 #m 01955463 n 0000 %m 01964821 n 0000 %m 01965111 n 0000 %m 01965404 n 0000 | freshwater mussels found worldwide
-01964821 05 n 02 Unio 0 genus_Unio 0 003 @ 01939598 n 0000 #m 01964636 n 0000 %m 01964957 n 0000 | type genus of the family Unionidae
-01964957 05 n 01 pearly-shelled_mussel 0 002 @ 01964441 n 0000 #m 01964821 n 0000 | the pearly lining of the dark shells is a source of mother-of-pearl
-01965111 05 n 02 Anodonta 0 genus_Anodonta 0 003 @ 01939598 n 0000 #m 01964636 n 0000 %m 01965252 n 0000 | thin-shelled freshwater mussels
-01965252 05 n 01 thin-shelled_mussel 0 002 @ 01964441 n 0000 #m 01965111 n 0000 | mussel with thin fragile shells having only rudimentary hinge teeth
-01965404 05 n 02 Dreissena 0 genus_Dreissena 0 003 @ 01939598 n 0000 #m 01964636 n 0000 %m 01965529 n 0000 | zebra mussels
-01965529 05 n 02 zebra_mussel 0 Dreissena_polymorpha 0 002 @ 01964441 n 0000 #m 01965404 n 0000 | inch long mollusk imported accidentally from Europe; clogs utility inlet pipes and feeds on edible freshwater mussels
-01965747 05 n 02 Pectinidae 0 family_Pectinidae 0 004 @ 01938850 n 0000 #m 01955463 n 0000 %m 01965889 n 0000 %m 01966204 n 0000 | scallops
-01965889 05 n 03 scallop 0 scollop 0 escallop 0 007 @ 01955933 n 0000 #m 01965747 n 0000 + 01140315 v 0202 + 01140315 v 0101 ~ 01966377 n 0000 ~ 01966586 n 0000 %p 07797641 n 0000 | edible marine bivalve having a fluted fan-shaped shell that swim by expelling water from the shell in a series of snapping motions
-01966204 05 n 01 genus_Pecten 0 004 @ 01939598 n 0000 #m 01965747 n 0000 %m 01966377 n 0000 %m 01966586 n 0000 | type genus of the family Pectinidae: sea and bay scallops
-01966377 05 n 02 bay_scallop 0 Pecten_irradians 0 003 @ 01965889 n 0000 #m 01966204 n 0000 %p 07798025 n 0000 | a small scallop inhabiting shallow waters and mud flats of the Atlantic coast of North America
-01966586 05 n 03 sea_scallop 0 giant_scallop 0 Pecten_magellanicus 0 003 @ 01965889 n 0000 #m 01966204 n 0000 %p 07797913 n 0000 | a large scallop inhabiting deep waters of the Atlantic coast of North America
-01966797 05 n 02 Teredinidae 0 family_Teredinidae 0 005 @ 01938850 n 0000 #m 01955463 n 0000 %m 01966961 n 0000 %m 01967094 n 0000 %m 01967396 n 0000 | shipworms
-01966961 05 n 01 genus_Teredo 0 003 @ 01939598 n 0000 #m 01966797 n 0000 %m 01967308 n 0000 | type genus of the family Teredinidae
-01967094 05 n 02 shipworm 0 teredinid 0 004 @ 01956481 n 0000 #m 01966797 n 0000 ~ 01967308 n 0000 ~ 01967517 n 0000 | wormlike marine bivalve that bores into wooden piers and ships by means of drill-like shells
-01967308 05 n 01 teredo 0 002 @ 01967094 n 0000 #m 01966961 n 0000 | typical shipworm
-01967396 05 n 02 Bankia 0 genus_Bankia 0 003 @ 01939598 n 0000 #m 01966797 n 0000 %m 01967517 n 0000 | giant shipworms
-01967517 05 n 02 giant_northwest_shipworm 0 Bankia_setaceae 0 002 @ 01967094 n 0000 #m 01967396 n 0000 | giant shipworm of the Pacific coast of North America
-01967677 05 n 02 Pholadidae 0 family_Pholadidae 0 003 @ 01938850 n 0000 #m 01955463 n 0000 %m 01967812 n 0000 | a family of Bivalvia
-01967812 05 n 02 Pholas 0 genus_Pholas 0 003 @ 01939598 n 0000 #m 01967677 n 0000 %m 01967963 n 0000 | type genus of the family Pholadidae: piddocks
-01967963 05 n 01 piddock 0 002 @ 01955933 n 0000 #m 01967812 n 0000 | marine bivalve that bores into rock or clay or wood by means of saw-like shells
-01968115 05 n 02 Cephalopoda 0 class_Cephalopoda 0 005 @ 08103777 n 0000 #m 01940488 n 0000 %m 01968315 n 0000 %m 01968591 n 0000 %m 01969103 n 0000 | octopuses; squids; cuttlefish; pearly nautilus
-01968315 05 n 02 cephalopod 0 cephalopod_mollusk 0 007 @ 01940736 n 0000 #m 01968115 n 0000 + 02688369 a 0101 ~ 01968897 n 0000 ~ 01969429 n 0000 ~ 01969726 n 0000 ~ 01971094 n 0000 | marine mollusk characterized by well-developed head and eyes and sucker-bearing tentacles
-01968591 05 n 02 Nautilidae 0 family_Nautilidae 0 003 @ 01938850 n 0000 #m 01968115 n 0000 %m 01968732 n 0000 | spiral-shelled cephalopods
-01968732 05 n 01 genus_Nautilus 0 003 @ 01939598 n 0000 #m 01968591 n 0000 %m 01968897 n 0000 | type genus and sole recent representative of the family Nautilidae
-01968897 05 n 03 chambered_nautilus 0 pearly_nautilus 0 nautilus 1 002 @ 01968315 n 0000 #m 01968732 n 0000 | cephalopod of the Indian and Pacific oceans having a spiral shell with pale pearly partitions
-01969103 05 n 04 Dibranchiata 0 subclass_Dibranchiata 0 Dibranchia 0 subclass_Dibranchia 0 005 @ 08103777 n 0000 #m 01968115 n 0000 %m 01969550 n 0000 %m 01970866 n 0000 %m 01973375 n 0000 | comprising all living cephalopods except the family Nautilidae: the orders Octopoda (octopuses) and Decapoda (squids and cuttlefish)
-01969429 05 n 03 dibranchiate 0 dibranchiate_mollusk 0 dibranch 0 001 @ 01968315 n 0000 | cephalopods having two gills
-01969550 05 n 02 Octopoda 0 order_Octopoda 0 005 @ 01342529 n 0000 #m 01969103 n 0000 %m 01969726 n 0000 %m 01969893 n 0000 %m 01970342 n 0000 | octopuses and paper nautilus
-01969726 05 n 01 octopod 0 004 @ 01968315 n 0000 #m 01969550 n 0000 ~ 01970164 n 0000 ~ 01970667 n 0000 | a cephalopod with eight arms but lacking an internal shell
-01969893 05 n 02 Octopodidae 0 family_Octopodidae 0 003 @ 01938850 n 0000 #m 01969550 n 0000 %m 01970030 n 0000 | a family of Octopoda
-01970030 05 n 01 genus_Octopus 0 003 @ 01939598 n 0000 #m 01969893 n 0000 %m 01970164 n 0000 | type genus of the family Octopodidae
-01970164 05 n 02 octopus 0 devilfish 1 003 @ 01969726 n 0000 #m 01970030 n 0000 %p 07782365 n 0000 | bottom-living cephalopod having a soft oval body with eight long tentacles
-01970342 05 n 02 Argonautidae 0 family_Argonautidae 0 003 @ 01938850 n 0000 #m 01969550 n 0000 %m 01970502 n 0000 | represented solely by the genus Argonauta
-01970502 05 n 02 Argonauta 0 genus_Argonauta 0 003 @ 01939598 n 0000 #m 01970342 n 0000 %m 01970667 n 0000 | type genus of the family Argonautidae: paper nautilus
-01970667 05 n 04 paper_nautilus 0 nautilus 2 Argonaut 0 Argonauta_argo 0 002 @ 01969726 n 0000 #m 01970502 n 0000 | cephalopod mollusk of warm seas whose females have delicate papery spiral shells
-01970866 05 n 02 Decapoda 2 order_Decapoda 2 008 @ 01342529 n 0000 #m 01969103 n 0000 %m 01971094 n 0000 %m 01971517 n 0000 %m 01971728 n 0000 %m 01972017 n 0000 %m 01972283 n 0000 %m 01972733 n 0000 | squids and cuttlefishes
-01971094 05 n 01 decapod 2 005 @ 01968315 n 0000 #m 01970866 n 0000 ~ 01971280 n 0000 ~ 01972541 n 0000 ~ 01973148 n 0000 | cephalopods having eight short tentacles plus two long ones
-01971280 05 n 01 squid 0 005 @ 01971094 n 0000 ~ 01971620 n 0000 ~ 01971850 n 0000 ~ 01972131 n 0000 %p 07781801 n 0000 | widely distributed fast-moving ten-armed cephalopod mollusk having a long tapered body with triangular tail fins
-01971517 05 n 01 genus_Loligo 0 003 @ 01939598 n 0000 #m 01970866 n 0000 %m 01971620 n 0000 | squids
-01971620 05 n 01 loligo 0 002 @ 01971280 n 0000 #m 01971517 n 0000 | somewhat flattened cylindrical squid
-01971728 05 n 01 genus_Ommastrephes 0 003 @ 01939598 n 0000 #m 01970866 n 0000 %m 01971850 n 0000 | a genus of Decapoda
-01971850 05 n 01 ommastrephes 0 002 @ 01971280 n 0000 #m 01971728 n 0000 | extremely active cylindrical squid with short strong arms and large rhombic terminal fins
-01972017 05 n 01 genus_Architeuthis 0 003 @ 01762525 n 0000 #m 01970866 n 0000 %m 01972131 n 0000 | giant squid
-01972131 05 n 02 architeuthis 0 giant_squid 0 002 @ 01971280 n 0000 #m 01972017 n 0000 | largest mollusk known about but never seen (to 60 feet long)
-01972283 05 n 02 Sepiidae 0 family_Sepiidae 0 003 @ 01938850 n 0000 #m 01970866 n 0000 %m 01972411 n 0000 | true cuttlefishes
-01972411 05 n 02 Sepia 0 genus_Sepia 0 003 @ 01939598 n 0000 #m 01972283 n 0000 %m 01972541 n 0000 | type genus of the Sepiidae
-01972541 05 n 02 cuttlefish 0 cuttle 0 002 @ 01971094 n 0000 #m 01972411 n 0000 | ten-armed oval-bodied cephalopod with narrow fins as long as the body and a large calcareous internal shell
-01972733 05 n 02 Spirulidae 0 family_Spirulidae 0 003 @ 01938850 n 0000 #m 01970866 n 0000 %m 01972947 n 0000 | coextensive with the genus Spirula; included in the order Belemnoidea in some older classifications
-01972947 05 n 01 genus_Spirula 0 003 @ 01939598 n 0000 #m 01972733 n 0000 %m 01973148 n 0000 | genus of small cephalopods with many-chambered spiral shells resembling those of the extinct belemnites
-01973148 05 n 02 spirula 0 Spirula_peronii 0 002 @ 01971094 n 0000 #m 01972947 n 0000 | a small tropical cephalopod of the genus Spirula having prominent eyes and short arms and a many-chambered shell coiled in a flat spiral
-01973375 05 n 02 Belemnoidea 0 order_Belemnoidea 0 003 @ 01342529 n 0000 #m 01969103 n 0000 %m 01973566 n 0000 | order of extinct dibranchiate cephalopods related to the surviving spirulas
-01973566 05 n 02 Belemnitidae 0 family_Belemnitidae 0 003 @ 01938850 n 0000 #m 01973375 n 0000 %m 01973723 n 0000 | family of extinct Mesozoic cephalopods
-01973723 05 n 01 belemnite 0 003 @ 09284589 n 0000 #m 01973566 n 0000 + 02661099 a 0101 | a conical calcareous fossil tapering to a point at one end and with a conical cavity at the other end containing (when unbroken) a small chambered phragmocone from the shell of any of numerous extinct cephalopods of the family Belemnitidae
-01974055 05 n 02 craw 0 crop 0 001 @ 05395690 n 0000 | a pouch in many birds and some lower animals that resembles a stomach for storage and preliminary maceration of food
-01974229 05 n 03 gizzard 0 ventriculus 0 gastric_mill 0 001 @ 05516848 n 0000 | thick-walled muscular pouch below the crop in many birds and reptiles for grinding food
-01974399 05 n 02 Crustacea 0 class_Crustacea 0 011 @ 08103777 n 0000 #m 01767199 n 0000 + 02706160 a 0101 %m 01974773 n 0000 %m 01975312 n 0000 %m 01989701 n 0000 %m 01993949 n 0000 %m 01994176 n 0000 %m 01996392 n 0000 %m 01997698 n 0000 %m 01998019 n 0000 | class of mandibulate arthropods including: lobsters; crabs; shrimps; woodlice; barnacles; decapods; water fleas
-01974773 05 n 01 crustacean 0 012 @ 01767661 n 0000 #m 01974399 n 0000 %p 01975117 n 0000 ~ 01975687 n 0000 ~ 01976146 n 0000 ~ 01976868 n 0000 ~ 01989869 n 0000 ~ 01994492 n 0000 ~ 01996585 n 0000 ~ 01997825 n 0000 ~ 01998183 n 0000 %p 02156532 n 0000 | any mainly aquatic arthropod usually having a segmented body and chitinous exoskeleton
-01975117 05 n 01 green_gland 0 002 @ 05327767 n 0000 #p 01974773 n 0000 | one of a pair of glands (believed to have excretory functions) in some crustaceans near the base of the large antennae
-01975312 05 n 02 Malacostraca 0 subclass_Malacostraca 0 008 @ 08103777 n 0000 #m 01974399 n 0000 %m 01975687 n 0000 %m 01975880 n 0000 %m 01988481 n 0000 %m 01988971 n 0000 %m 01990627 n 0000 %m 01992516 n 0000 | largest subclass of Crustacea including most of the well-known marine, freshwater, and terrestrial crustaceans: crabs; lobsters; shrimps; sow bugs; beach flies
-01975687 05 n 01 malacostracan_crustacean 0 006 @ 01974773 n 0000 #m 01975312 n 0000 ~ 01988701 n 0000 ~ 01989516 n 0000 ~ 01990800 n 0000 ~ 01992773 n 0000 | a major subclass of crustaceans
-01975880 05 n 02 Decapoda 1 order_Decapoda 1 009 @ 01342529 n 0000 #m 01975312 n 0000 %m 01976146 n 0000 %m 01982482 n 0000 %m 01983958 n 0000 %m 01984416 n 0000 %m 01984958 n 0000 %m 01985947 n 0000 %m 01986367 n 0000 | lobsters; crayfish; crabs; shrimps; prawns
-01976146 05 n 02 decapod_crustacean 0 decapod 1 009 @ 01974773 n 0000 #m 01975880 n 0000 ~ 01976957 n 0000 ~ 01982650 n 0000 ~ 01985128 n 0000 ~ 01986214 n 0000 ~ 01986806 n 0000 ~ 01987545 n 0000 ~ 01988203 n 0000 | crustaceans characteristically having five pairs of locomotor appendages each joined to a segment of the thorax
-01976477 05 n 02 Brachyura 0 suborder_Brachyura 0 012 @ 01342529 n 0000 #m 01982482 n 0000 + 02669373 a 0101 %m 01976868 n 0000 %m 01976957 n 0000 %m 01977366 n 0000 %m 01977684 n 0000 %m 01978744 n 0000 %m 01980053 n 0000 %m 01980328 n 0000 %m 01980993 n 0000 %m 01981543 n 0000 | an order of crustaceans (including true crabs) having a reduced abdomen folded against the ventral surface
-01976868 05 n 01 brachyuran 0 002 @ 01974773 n 0000 #m 01976477 n 0000 | typical crabs
-01976957 05 n 01 crab 0 014 @ 01976146 n 0000 #m 01976477 n 0000 + 01140065 v 0101 ~ 01977485 n 0000 ~ 01978010 n 0000 ~ 01978136 n 0000 ~ 01978287 n 0000 ~ 01978455 n 0000 ~ 01978587 n 0000 ~ 01978930 n 0000 ~ 01980166 n 0000 ~ 01980655 n 0000 ~ 01981276 n 0000 ~ 01981702 n 0000 | decapod having eyes on short stalks and a broad flattened carapace with a small abdomen folded under the thorax and pincers
-01977366 05 n 02 Menippe 0 genus_Menippe 0 003 @ 01762525 n 0000 #m 01976477 n 0000 %m 01977485 n 0000 | stone crabs
-01977485 05 n 02 stone_crab 0 Menippe_mercenaria 0 003 @ 01976957 n 0000 #m 01977366 n 0000 %p 07788730 n 0000 | large edible crab of the southern coast of the United States (particularly Florida)
-01977684 05 n 02 Cancridae 0 family_Cancridae 0 003 @ 01759182 n 0000 #m 01976477 n 0000 %m 01977832 n 0000 | many of the best known edible crabs
-01977832 05 n 02 Cancer 0 genus_Cancer 0 005 @ 01762525 n 0000 #m 01977684 n 0000 %m 01978287 n 0000 %m 01978455 n 0000 %m 01978587 n 0000 | type genus of the family Cancridae
-01978010 05 n 01 hard-shell_crab 0 001 @ 01976957 n 0000 | edible crab that has not recently molted and so has a hard shell
-01978136 05 n 02 soft-shell_crab 0 soft-shelled_crab 0 001 @ 01976957 n 0000 | edible crab that has recently molted and not yet formed its new shell
-01978287 05 n 02 Dungeness_crab 0 Cancer_magister 0 003 @ 01976957 n 0000 #m 01977832 n 0000 %p 07788609 n 0000 | small edible crab of Pacific coast of North America
-01978455 05 n 02 rock_crab 0 Cancer_irroratus 0 002 @ 01976957 n 0000 #m 01977832 n 0000 | crab of eastern coast of North America
-01978587 05 n 02 Jonah_crab 0 Cancer_borealis 0 002 @ 01976957 n 0000 #m 01977832 n 0000 | large red deep-water crab of the eastern coast of North America
-01978744 05 n 02 Portunidae 0 family_Portunidae 0 006 @ 01759182 n 0000 #m 01976477 n 0000 %m 01978930 n 0000 %m 01979124 n 0000 %m 01979395 n 0000 %m 01979738 n 0000 | swimming crabs
-01978930 05 n 01 swimming_crab 0 005 @ 01976957 n 0000 #m 01978744 n 0000 ~ 01979269 n 0000 ~ 01979526 n 0000 ~ 01979874 n 0000 | marine crab with some legs flattened and fringed for swimming
-01979124 05 n 02 Portunus 0 genus_Portunus 0 003 @ 01762525 n 0000 #m 01978744 n 0000 %m 01979269 n 0000 | type genus of the family Portunidae
-01979269 05 n 02 English_lady_crab 0 Portunus_puber 0 002 @ 01978930 n 0000 #m 01979124 n 0000 | crab of the English coasts
-01979395 05 n 02 Ovalipes 0 genus_Ovalipes 0 003 @ 01762525 n 0000 #m 01978744 n 0000 %m 01979526 n 0000 | a genus of Portunidae
-01979526 05 n 04 American_lady_crab 0 lady_crab 0 calico_crab 0 Ovalipes_ocellatus 0 002 @ 01978930 n 0000 #m 01979395 n 0000 | brightly spotted crab of sandy beaches of the Atlantic coast of the United States
-01979738 05 n 02 Callinectes 0 genus_Callinectes 0 003 @ 01762525 n 0000 #m 01978744 n 0000 %m 01979874 n 0000 | New World blue crabs
-01979874 05 n 02 blue_crab 0 Callinectes_sapidus 0 003 @ 01978930 n 0000 #m 01979738 n 0000 %p 07787980 n 0000 | bluish edible crab of Atlantic and Gulf Coasts of North America
-01980053 05 n 02 Uca 0 genus_Uca 0 003 @ 01762525 n 0000 #m 01976477 n 0000 %m 01980166 n 0000 | fiddler crabs
-01980166 05 n 01 fiddler_crab 0 002 @ 01976957 n 0000 #m 01980053 n 0000 | burrowing crab of American coastal regions having one claw much enlarged in the male
-01980328 05 n 02 Pinnotheridae 0 family_Pinnotheridae 0 003 @ 01759182 n 0000 #m 01976477 n 0000 %m 01980471 n 0000 | tiny soft-bodied crabs
-01980471 05 n 02 Pinnotheres 0 genus_Pinnotheres 0 004 @ 01762525 n 0000 #m 01980328 n 0000 %m 01980655 n 0000 %m 01980830 n 0000 | type genus of the family Pinnotheridae: pea crabs
-01980655 05 n 01 pea_crab 0 003 @ 01976957 n 0000 #m 01980471 n 0000 ~ 01980830 n 0000 | tiny soft-bodied crab living commensally in the mantles of certain bivalve mollusks
-01980830 05 n 02 oyster_crab 0 Pinnotheres_ostreum 0 002 @ 01980655 n 0000 #m 01980471 n 0000 | tiny soft-bodied crab living within the mantle cavity of oysters
-01980993 05 n 02 Lithodidae 0 family_Lithodidae 0 003 @ 01759182 n 0000 #m 01976477 n 0000 %m 01981137 n 0000 | deep-sea crabs of cold waters
-01981137 05 n 02 Paralithodes 0 genus_Paralithodes 0 003 @ 01762525 n 0000 #m 01980993 n 0000 %m 01981276 n 0000 | a genus of Lithodidae
-01981276 05 n 05 king_crab 1 Alaska_crab 0 Alaskan_king_crab 0 Alaska_king_crab 0 Paralithodes_camtschatica 0 003 @ 01976957 n 0000 #m 01981137 n 0000 %p 07788435 n 0000 | large edible crab of northern Pacific waters especially along the coasts of Alaska and Japan
-01981543 05 n 02 Majidae 0 family_Majidae 0 005 @ 01759182 n 0000 #m 01976477 n 0000 %m 01981702 n 0000 %m 01981884 n 0000 %m 01982211 n 0000 | spider crabs
-01981702 05 n 01 spider_crab 0 004 @ 01976957 n 0000 #m 01981543 n 0000 ~ 01982068 n 0000 ~ 01982347 n 0000 | any of numerous crabs with very long legs and small triangular bodies
-01981884 05 n 04 Maja 0 genus_Maja 0 Maia 0 genus_Maia 0 003 @ 01762525 n 0000 #m 01981543 n 0000 %m 01982068 n 0000 | type genus of the Majidae; nearly cosmopolitan in distribution
-01982068 05 n 03 European_spider_crab 0 king_crab 3 Maja_squinado 0 002 @ 01981702 n 0000 #m 01981884 n 0000 | a large spider crab of Europe
-01982211 05 n 02 Macrocheira 0 genus_Macrocheira 0 003 @ 01762525 n 0000 #m 01981543 n 0000 %m 01982347 n 0000 | giant crabs of Japan
-01982347 05 n 02 giant_crab 0 Macrocheira_kaempferi 0 002 @ 01981702 n 0000 #m 01982211 n 0000 | very large deep-water Japanese crab
-01982482 05 n 02 Reptantia 0 suborder_Reptantia 0 005 @ 01342529 n 0000 #m 01975880 n 0000 %m 01976477 n 0000 %m 01982650 n 0000 %m 01982895 n 0000 | lobsters; crabs
-01982650 05 n 01 lobster 0 006 @ 01976146 n 0000 #m 01982482 n 0000 ~ 01983048 n 0000 ~ 01984245 n 0000 ~ 01984695 n 0000 %p 02585446 n 0000 | any of several edible marine crustaceans of the families Homaridae and Nephropsidae and Palinuridae
-01982895 05 n 02 Homaridae 0 family_Homaridae 0 004 @ 01759182 n 0000 #m 01982482 n 0000 %m 01983048 n 0000 %m 01983277 n 0000 | large-clawed lobsters
-01983048 05 n 01 true_lobster 0 006 @ 01982650 n 0000 #m 01982895 n 0000 ~ 01983481 n 0000 ~ 01983674 n 0000 ~ 01983829 n 0000 %p 07792725 n 0000 | large edible marine crustaceans having large pincers on the first pair of legs
-01983277 05 n 02 Homarus 0 genus_Homarus 0 005 @ 01762525 n 0000 #m 01982895 n 0000 %m 01983481 n 0000 %m 01983674 n 0000 %m 01983829 n 0000 | type genus of the family Homaridae: common edible lobsters
-01983481 05 n 04 American_lobster 0 Northern_lobster 0 Maine_lobster 0 Homarus_americanus 0 003 @ 01983048 n 0000 #m 01983277 n 0000 %p 07792926 n 0000 | lobster of Atlantic coast of America
-01983674 05 n 02 European_lobster 0 Homarus_vulgaris 0 003 @ 01983048 n 0000 #m 01983277 n 0000 %m 07793133 n 0000 | lobster of Atlantic coast of Europe
-01983829 05 n 02 Cape_lobster 0 Homarus_capensis 0 002 @ 01983048 n 0000 #m 01983277 n 0000 | small lobster of southern Africa
-01983958 05 n 02 Nephropsidae 0 family_Nephropsidae 0 003 @ 01759182 n 0000 #m 01975880 n 0000 %m 01984131 n 0000 | in some classifications coextensive with the Homaridae
-01984131 05 n 02 Nephrops 0 genus_Nephrops 0 002 @ 01762525 n 0000 #m 01983958 n 0000 | a genus of Nephropsidae
-01984245 05 n 02 Norway_lobster 0 Nephrops_norvegicus 0 002 @ 01982650 n 0000 %p 07793521 n 0000 | edible European lobster resembling the American lobster but slenderer
-01984416 05 n 02 Palinuridae 0 family_Palinuridae 0 003 @ 01759182 n 0000 #m 01975880 n 0000 %m 01984547 n 0000 | spiny lobsters
-01984547 05 n 02 Palinurus 0 genus_Palinurus 0 003 @ 01762525 n 0000 #m 01984416 n 0000 %m 01984695 n 0000 | type genus of the family Palinuridae
-01984695 05 n 06 spiny_lobster 0 langouste 0 rock_lobster 0 crawfish 1 crayfish 1 sea_crawfish 0 003 @ 01982650 n 0000 #m 01984547 n 0000 %p 07793260 n 0000 | large edible marine crustacean having a spiny carapace but lacking the large pincers of true lobsters
-01984958 05 n 03 Astacidae 0 family_Astacidae 0 Astacura 0 005 @ 01759182 n 0000 #m 01975880 n 0000 %m 01985128 n 0000 %m 01985331 n 0000 %m 01985667 n 0000 | crayfish
-01985128 05 n 04 crayfish 2 crawfish 2 crawdad 0 crawdaddy 0 004 @ 01976146 n 0000 #m 01984958 n 0000 ~ 01985493 n 0000 ~ 01985797 n 0000 | small freshwater decapod crustacean that resembles a lobster
-01985331 05 n 02 Astacus 0 genus_Astacus 0 003 @ 01762525 n 0000 #m 01984958 n 0000 %m 01985493 n 0000 | type genus of the family Astacidae; Old World crayfish
-01985493 05 n 02 Old_World_crayfish 0 ecrevisse 0 003 @ 01985128 n 0000 #m 01985331 n 0000 %p 07788885 n 0000 | small crayfish of Europe and Asia and western North America
-01985667 05 n 02 Cambarus 0 genus_Cambarus 0 003 @ 01762525 n 0000 #m 01984958 n 0000 %m 01985797 n 0000 | a genus of Astacidae
-01985797 05 n 01 American_crayfish 0 003 @ 01985128 n 0000 #m 01985667 n 0000 %p 07788885 n 0000 | common large crayfishes of eastern North America
-01985947 05 n 02 Paguridae 0 family_Paguridae 0 003 @ 01759182 n 0000 #m 01975880 n 0000 %m 01986072 n 0000 | hermit crabs
-01986072 05 n 02 Pagurus 0 genus_Pagurus 0 003 @ 01762525 n 0000 #m 01985947 n 0000 %m 01986214 n 0000 | type genus of the family Paguridae
-01986214 05 n 01 hermit_crab 0 002 @ 01976146 n 0000 #m 01986072 n 0000 | small soft-bodied marine crustaceans living in cast-off shells of gastropods
-01986367 05 n 02 Natantia 0 suborder_Natantia 0 005 @ 01342529 n 0000 #m 01975880 n 0000 %m 01986538 n 0000 %m 01987228 n 0000 %m 01987938 n 0000 | shrimp; prawns; etc.
-01986538 05 n 02 Crangonidae 0 family_Crangonidae 0 004 @ 01759182 n 0000 #m 01986367 n 0000 %m 01986681 n 0000 %m 01986806 n 0000 | shrimps
-01986681 05 n 02 Crangon 0 genus_Crangon 0 002 @ 01762525 n 0000 #m 01986538 n 0000 | type genus of the family Crangonidae
-01986806 05 n 01 shrimp 0 006 @ 01976146 n 0000 #m 01986538 n 0000 + 01142070 v 0101 ~ 01987076 n 0000 %p 02585446 n 0000 %p 07794159 n 0000 | small slender-bodied chiefly marine decapod crustaceans with a long tail and single pair of pincers; many species are edible
-01987076 05 n 02 snapping_shrimp 0 pistol_shrimp 0 001 @ 01986806 n 0000 | small shrimp that makes a snapping noise with one of their enlarged chelae
-01987228 05 n 02 Palaemonidae 0 family_Palaemonidae 0 003 @ 01759182 n 0000 #m 01986367 n 0000 %m 01987353 n 0000 | prawns
-01987353 05 n 02 Palaemon 0 genus_Palaemon 0 004 @ 01762525 n 0000 #m 01987228 n 0000 %m 01987545 n 0000 %m 01987727 n 0000 | type genus of the family Palaemonidae; widely distributed genus
-01987545 05 n 01 prawn 0 004 @ 01976146 n 0000 #m 01987353 n 0000 + 01382606 v 0101 ~ 01987727 n 0000 | shrimp-like decapod crustacean having two pairs of pincers; most are edible
-01987727 05 n 03 long-clawed_prawn 0 river_prawn 0 Palaemon_australis 0 003 @ 01987545 n 0000 #m 01987353 n 0000 %p 07794353 n 0000 | large (a foot or more) edible freshwater prawn common in Australian rivers
-01987938 05 n 02 Peneidae 0 family_Peneidae 0 003 @ 01759182 n 0000 #m 01986367 n 0000 %m 01988064 n 0000 | tropical prawns
-01988064 05 n 02 Peneus 0 genus_Peneus 0 003 @ 01762525 n 0000 #m 01987938 n 0000 %m 01988203 n 0000 | type genus of the family Peneidae
-01988203 05 n 01 tropical_prawn 0 002 @ 01976146 n 0000 #m 01988064 n 0000 | edible tropical and warm-water prawn
-01988319 05 n 01 Schizopoda 0 001 @ 01342529 n 0000 | in former classifications a division of Malacostraca; superseded by the orders Mysidacea and Euphausiacea
-01988481 05 n 02 Euphausiacea 0 order_Euphausiacea 0 004 @ 01342529 n 0000 #m 01975312 n 0000 %m 01988701 n 0000 %m 01988869 n 0000 | small commonly luminescent crustaceans; important element of marine plankton: krill
-01988701 05 n 01 krill 0 003 @ 01975687 n 0000 #m 01988481 n 0000 ~ 01988869 n 0000 | shrimp-like planktonic crustaceans; major source of food for e.g. baleen whales
-01988869 05 n 01 Euphausia_pacifica 0 002 @ 01988701 n 0000 #m 01988481 n 0000 | food for jellyfish
-01988971 05 n 02 Mysidacea 0 order_Mysidacea 0 003 @ 01342529 n 0000 #m 01975312 n 0000 %m 01989097 n 0000 | opossum shrimp
-01989097 05 n 02 Mysidae 0 family_Mysidae 0 004 @ 01759182 n 0000 #m 01988971 n 0000 %m 01989254 n 0000 %m 01989390 n 0000 | small shrimp-like crustaceans
-01989254 05 n 02 Mysis 0 genus_Mysis 0 003 @ 01762525 n 0000 #m 01989097 n 0000 %m 01989516 n 0000 | type genus of the family Mysidae
-01989390 05 n 02 Praunus 0 genus_Praunus 0 003 @ 01762525 n 0000 #m 01989097 n 0000 %m 01989516 n 0000 | a genus of Mysidae
-01989516 05 n 01 opossum_shrimp 0 003 @ 01975687 n 0000 #m 01989254 n 0000 #m 01989390 n 0000 | shrimp-like crustaceans whose females carry eggs and young in a pouch between the legs
-01989701 05 n 02 Stomatopoda 0 order_Stomatopoda 0 005 @ 01342529 n 0000 #m 01974399 n 0000 %m 01989869 n 0000 %m 01990007 n 0000 %m 01990186 n 0000 | mantis shrimps
-01989869 05 n 02 stomatopod 0 stomatopod_crustacean 0 003 @ 01974773 n 0000 #m 01989701 n 0000 ~ 01990007 n 0000 | a kind of crustacean
-01990007 05 n 02 mantis_shrimp 0 mantis_crab 0 003 @ 01989869 n 0000 #m 01989701 n 0000 ~ 01990516 n 0000 | tropical marine burrowing crustaceans with large grasping appendages
-01990186 05 n 02 Squillidae 0 family_Squillidae 0 003 @ 01759182 n 0000 #m 01989701 n 0000 %m 01990383 n 0000 | crustaceans that burrow in mud or under stones in shallow water along the seashore
-01990383 05 n 01 genus_Squilla 0 003 @ 01762525 n 0000 #m 01990186 n 0000 %m 01990516 n 0000 | type genus of the family Squillidae
-01990516 05 n 02 squilla 0 mantis_prawn 0 002 @ 01990007 n 0000 #m 01990383 n 0000 | a kind of mantis shrimp
-01990627 05 n 02 Isopoda 0 order_Isopoda 0 006 @ 01342529 n 0000 #m 01975312 n 0000 %m 01990800 n 0000 %m 01991233 n 0000 %m 01991676 n 0000 %m 01991982 n 0000 | woodlice
-01990800 05 n 01 isopod 0 005 @ 01975687 n 0000 #m 01990627 n 0000 ~ 01991028 n 0000 ~ 01992423 n 0000 %p 02585446 n 0000 | any of various small terrestrial or aquatic crustaceans with seven pairs of legs adapted for crawling
-01991028 05 n 02 woodlouse 1 slater 1 003 @ 01990800 n 0000 ~ 01991520 n 0000 ~ 01992262 n 0000 | any of various small terrestrial isopods having a flat elliptical segmented body; found in damp habitats
-01991233 05 n 02 Armadillidiidae 0 family_Armadillidiidae 0 003 @ 01759182 n 0000 #m 01990627 n 0000 %m 01991367 n 0000 | pill bugs
-01991367 05 n 02 Armadillidium 0 genus_Armadillidium 0 003 @ 01762525 n 0000 #m 01991233 n 0000 %m 01991520 n 0000 | type genus of the Armadillidiidae
-01991520 05 n 01 pill_bug 0 002 @ 01991028 n 0000 #m 01991367 n 0000 | small terrestrial isopod with a convex segmented body that can roll up into a ball
-01991676 05 n 02 Oniscidae 0 family_Oniscidae 0 003 @ 01759182 n 0000 #m 01990627 n 0000 %m 01991808 n 0000 | a family of Isopoda
-01991808 05 n 02 Oniscus 0 genus_Oniscus 0 003 @ 01762525 n 0000 #m 01991676 n 0000 %m 01992262 n 0000 | type genus of the Oniscidae; woodlice that cannot roll into a ball
-01991982 05 n 02 Porcellionidae 0 family_Porcellionidae 0 003 @ 01759182 n 0000 #m 01990627 n 0000 %m 01992113 n 0000 | sow bugs
-01992113 05 n 02 Porcellio 0 genus_Porcellio 0 003 @ 01762525 n 0000 #m 01991982 n 0000 %m 01992262 n 0000 | Old World genus of isopod crustaceans
-01992262 05 n 01 sow_bug 0 003 @ 01991028 n 0000 #m 01992113 n 0000 #m 01991808 n 0000 | terrestrial isopod having an oval segmented body (a shape like a sow)
-01992423 05 n 02 sea_louse 0 sea_slater 0 001 @ 01990800 n 0000 | marine isopod crustacean
-01992516 05 n 02 Amphipoda 0 order_Amphipoda 0 006 @ 01342529 n 0000 #m 01975312 n 0000 %m 01992773 n 0000 %m 01992935 n 0000 %m 01993400 n 0000 %m 01993714 n 0000 | small flat-bodied semiterrestrial crustaceans: whale lice; sand-hoppers; skeleton shrimp
-01992773 05 n 01 amphipod 0 005 @ 01975687 n 0000 #m 01992516 n 0000 ~ 01993214 n 0000 ~ 01993525 n 0000 ~ 01993830 n 0000 | a kind of malacostracan crustacean
-01992935 05 n 02 Orchestiidae 0 family_Orchestiidae 0 003 @ 01759182 n 0000 #m 01992516 n 0000 %m 01993065 n 0000 | beach fleas
-01993065 05 n 02 Orchestia 0 genus_Orchestia 0 003 @ 01762525 n 0000 #m 01992935 n 0000 %m 01993214 n 0000 | type genus of the family Orchestiidae
-01993214 05 n 04 beach_flea 0 sand_hopper 0 sandhopper 0 sand_flea 0 002 @ 01992773 n 0000 #m 01993065 n 0000 | small amphipod crustaceans that hop like fleas; common on ocean beaches
-01993400 05 n 02 Caprella 0 genus_Caprella 0 003 @ 01762525 n 0000 #m 01992516 n 0000 %m 01993525 n 0000 | skeleton shrimp
-01993525 05 n 01 skeleton_shrimp 0 002 @ 01992773 n 0000 #m 01993400 n 0000 | small amphipod crustacean having a grotesque form suggestive of the praying mantis; found chiefly on seaweed
-01993714 05 n 02 Cyamus 0 genus_Cyamus 0 003 @ 01762525 n 0000 #m 01992516 n 0000 %m 01993830 n 0000 | whale lice
-01993830 05 n 01 whale_louse 0 002 @ 01992773 n 0000 #m 01993714 n 0000 | amphipod crustacean parasitic on cetaceans
-01993949 05 n 02 Entomostraca 0 subclass_Entomostraca 0 002 @ 08103777 n 0000 #m 01974399 n 0000 | in some older classifications includes the Branchiopoda and Copepoda and Ostracoda and Cirripedia; no longer in technical use
-01994176 05 n 02 Branchiopoda 0 subclass_Branchiopoda 0 007 @ 08103777 n 0000 #m 01974399 n 0000 + 02670202 a 0103 %m 01994801 n 0000 %m 01995137 n 0000 %m 01995803 n 0000 %m 01996091 n 0000 | primitive aquatic mainly freshwater crustaceans: fairy shrimps; brine shrimps; tadpole shrimps; can shrimps; water fleas
-01994492 05 n 03 branchiopod_crustacean 0 branchiopod 0 branchiopodan 0 005 @ 01974773 n 0000 ~ 01994910 n 0000 ~ 01995514 n 0000 ~ 01995686 n 0000 ~ 01996280 n 0000 | aquatic crustaceans typically having a carapace and many pairs of leaflike appendages used for swimming as well as respiration and feeding
-01994801 05 n 01 genus_Daphnia 0 003 @ 01762525 n 0000 #m 01994176 n 0000 %m 01994910 n 0000 | water fleas
-01994910 05 n 02 daphnia 0 water_flea 1 002 @ 01994492 n 0000 #m 01994801 n 0000 | minute freshwater crustacean having a round body enclosed in a transparent shell; moves about like a flea by means of hairy branched antennae
-01995137 05 n 02 Anostraca 0 order_Anostraca 0 003 @ 01342529 n 0000 #m 01994176 n 0000 %m 01995323 n 0000 | small aquatic crustaceans lacking a carapace: fairy shrimps; brine shrimps
-01995323 05 n 04 Artemia 0 genus_Artemia 0 Chirocephalus 0 genus_Chirocephalus 0 004 @ 01762525 n 0000 #m 01995137 n 0000 %m 01995514 n 0000 %m 01995686 n 0000 | fairy shrimp; brine shrimp
-01995514 05 n 01 fairy_shrimp 0 002 @ 01994492 n 0000 #m 01995323 n 0000 | small freshwater branchiopod having a transparent body with many appendages; swims on its back
-01995686 05 n 02 brine_shrimp 0 Artemia_salina 0 002 @ 01994492 n 0000 #m 01995323 n 0000 | common to saline lakes
-01995803 05 n 02 Notostraca 0 order_Notostraca 0 003 @ 01342529 n 0000 #m 01994176 n 0000 %m 01995975 n 0000 | small freshwater crustaceans with a shield-shaped carapace
-01995975 05 n 02 Triopidae 0 family_Triopidae 0 002 @ 01759182 n 0000 #m 01995803 n 0000 | a family of Notostraca
-01996091 05 n 02 Triops 0 genus_Triops 0 003 @ 01762525 n 0000 #m 01994176 n 0000 %m 01996280 n 0000 | type genus of the family Triopidae: small crustaceans with a small third median eye
-01996280 05 n 01 tadpole_shrimp 0 002 @ 01994492 n 0000 #m 01996091 n 0000 | a kind of branchiopod crustacean
-01996392 05 n 02 Copepoda 0 subclass_Copepoda 0 005 @ 08103777 n 0000 #m 01974399 n 0000 %m 01996585 n 0000 %m 01997002 n 0000 %m 01997436 n 0000 | minute planktonic or parasitic crustaceans
-01996585 05 n 02 copepod 0 copepod_crustacean 0 006 @ 01974773 n 0000 #m 01996392 n 0000 #p 01383638 n 0000 ~ 01996895 n 0000 ~ 01997119 n 0000 ~ 01997605 n 0000 | minute marine or freshwater crustaceans usually having six pairs of limbs on the thorax; some abundant in plankton and others parasitic on fish
-01996895 05 n 02 brit 2 britt 2 001 @ 01996585 n 0000 | minute crustaceans forming food for right whales
-01997002 05 n 01 genus_Cyclops 0 003 @ 01762525 n 0000 #m 01996392 n 0000 %m 01997119 n 0000 | copepod water fleas
-01997119 05 n 02 cyclops 0 water_flea 2 002 @ 01996585 n 0000 #m 01997002 n 0000 | minute free-swimming freshwater copepod having a large median eye and pear-shaped body and long antennae used in swimming; important in some food chains and as intermediate hosts of parasitic worms that affect man e.g. Guinea worms
-01997436 05 n 02 Branchiura 0 order_Branchiura 0 003 @ 01342529 n 0000 #m 01996392 n 0000 %m 01997605 n 0000 | copepods with suctorial mouthparts; parasitic on fishes
-01997605 05 n 01 fish_louse 0 002 @ 01996585 n 0000 #m 01997436 n 0000 | a kind of copepod
-01997698 05 n 02 Ostracoda 0 subclass_Ostracoda 0 003 @ 08103777 n 0000 #m 01974399 n 0000 %m 01997825 n 0000 | seed shrimps
-01997825 05 n 03 seed_shrimp 0 mussel_shrimp 0 ostracod 0 002 @ 01974773 n 0000 #m 01997698 n 0000 | tiny marine and freshwater crustaceans with a shrimp-like body enclosed in a bivalve shell
-01998019 05 n 02 Cirripedia 0 subclass_Cirripedia 0 005 @ 08103777 n 0000 #m 01974399 n 0000 %m 01998183 n 0000 %m 01998467 n 0000 %m 01998920 n 0000 | barnacles
-01998183 05 n 03 barnacle 1 cirriped 0 cirripede 0 004 @ 01974773 n 0000 #m 01998019 n 0000 ~ 01998741 n 0000 ~ 01999186 n 0000 | marine crustaceans with feathery food-catching appendages; free-swimming as larvae; as adults form a hard shell and live attached to submerged surfaces
-01998467 05 n 02 Balanidae 0 family_Balanidae 0 003 @ 01759182 n 0000 #m 01998019 n 0000 %m 01998599 n 0000 | stalkless barnacles
-01998599 05 n 02 Balanus 0 genus_Balanus 0 003 @ 01762525 n 0000 #m 01998467 n 0000 %m 01998741 n 0000 | type genus of the family Balanidae
-01998741 05 n 03 acorn_barnacle 0 rock_barnacle 0 Balanus_balanoides 0 002 @ 01998183 n 0000 #m 01998599 n 0000 | barnacle that attaches to rocks especially in intertidal zones
-01998920 05 n 02 Lepadidae 0 family_Lepadidae 0 003 @ 01759182 n 0000 #m 01998019 n 0000 %m 01999048 n 0000 | goose barnacles
-01999048 05 n 02 Lepas 0 genus_Lepas 0 003 @ 01762525 n 0000 #m 01998920 n 0000 %m 01999186 n 0000 | type genus of the family Lepadidae
-01999186 05 n 03 goose_barnacle 0 gooseneck_barnacle 0 Lepas_fascicularis 0 002 @ 01998183 n 0000 #m 01999048 n 0000 | stalked barnacle that attaches to ship bottoms or floating timbers
-01999374 05 n 02 Onychophora 0 class_Onychophora 0 005 @ 08103777 n 0000 #m 01767199 n 0000 %m 01999767 n 0000 %m 02000036 n 0000 %m 02000618 n 0000 | enigmatic small elongated wormlike terrestrial invertebrates of damp dark habitats in warm regions; distinct from the phylum Annelida; resemble slugs with legs and are sometimes described as the missing link between arthropods and annelids
-01999767 05 n 03 onychophoran 0 velvet_worm 0 peripatus 0 003 @ 01767661 n 0000 #m 01999374 n 0000 ~ 02000502 n 0000 | any of numerous velvety-skinned wormlike carnivorous animals common in tropical forests having characteristics of both arthropods and annelid worms
-02000036 05 n 02 Peripatidae 0 family_Peripatidae 0 004 @ 01759182 n 0000 #m 01999374 n 0000 %m 02000195 n 0000 %m 02000354 n 0000 | a family of Onychophora
-02000195 05 n 01 genus_Peripatus 0 002 @ 01762525 n 0000 #m 02000036 n 0000 | type genus of Peripatidae; onychophorans of chiefly New World tropical regions
-02000354 05 n 02 Plicatoperipatus 0 genus_Plicatoperipatus 0 003 @ 01762525 n 0000 #m 02000036 n 0000 %m 02000502 n 0000 | a genus of Peripatidae
-02000502 05 n 01 Plicatoperipatus_jamaicensis 0 002 @ 01999767 n 0000 #m 02000354 n 0000 | a kind of onychophoran
-02000618 05 n 02 Peripatopsidae 0 family_Peripatopsidae 0 003 @ 01759182 n 0000 #m 01999374 n 0000 %m 02000764 n 0000 | a family of Onychophora
-02000764 05 n 02 Peripatopsis 0 genus_Peripatopsis 0 002 @ 01762525 n 0000 #m 02000618 n 0000 | type genus of Peripatopsidae; onychophorans of chiefly Asiatic and African tropical regions
-02000954 05 n 02 wading_bird 0 wader 1 020 @ 01844917 n 0000 + 01916214 v 0201 ~ 02002075 n 0000 ~ 02005399 n 0000 ~ 02005790 n 0000 ~ 02006656 n 0000 ~ 02007558 n 0000 ~ 02008041 n 0000 ~ 02012849 n 0000 ~ 02013567 n 0000 ~ 02013706 n 0000 ~ 02014237 n 0000 ~ 02014524 n 0000 ~ 02014941 n 0000 ~ 02018795 n 0000 ~ 02019929 n 0000 ~ 02020345 n 0000 ~ 02020578 n 0000 ~ 02021050 n 0000 ~ 02022684 n 0000 | any of many long-legged birds that wade in water in search of food
-02001428 05 n 02 Ciconiiformes 0 order_Ciconiiformes 0 008 @ 01342529 n 0000 #m 01502262 n 0000 %m 02001821 n 0000 %m 02005102 n 0000 %m 02005598 n 0000 %m 02006510 n 0000 %m 02007422 n 0000 %m 02007721 n 0000 | order of chiefly tropical marsh-dwelling fish-eating wading birds with long legs and bills and (except for flamingos) unwebbed feet: herons; storks; spoonbills; flamingos; ibises
-02001821 05 n 02 Ciconiidae 0 family_Ciconiidae 0 010 @ 01504437 n 0000 #m 02001428 n 0000 %m 02002075 n 0000 %m 02002384 n 0000 %m 02002875 n 0000 %m 02003456 n 0000 %m 02003735 n 0000 %m 02003994 n 0000 %m 02004343 n 0000 %m 02004661 n 0000 | storks
-02002075 05 n 01 stork 0 011 @ 02000954 n 0000 #m 02001821 n 0000 ~ 02002556 n 0000 ~ 02002724 n 0000 ~ 02003037 n 0000 ~ 02003204 n 0000 ~ 02003577 n 0000 ~ 02003839 n 0000 ~ 02004131 n 0000 ~ 02004492 n 0000 ~ 02004855 n 0000 | large mostly Old World wading birds typically having white-and-black plumage
-02002384 05 n 02 Ciconia 0 genus_Ciconia 0 004 @ 01507175 n 0000 #m 02001821 n 0000 %m 02002556 n 0000 %m 02002724 n 0000 | type genus of the Ciconiidae: European storks
-02002556 05 n 02 white_stork 0 Ciconia_ciconia 0 002 @ 02002075 n 0000 #m 02002384 n 0000 | the common stork of Europe; white with black wing feathers and a red bill
-02002724 05 n 02 black_stork 0 Ciconia_nigra 0 002 @ 02002075 n 0000 #m 02002384 n 0000 | Old World stork that is glossy black above and white below
-02002875 05 n 02 Leptoptilus 0 genus_Leptoptilus 0 004 @ 01507175 n 0000 #m 02001821 n 0000 %m 02003037 n 0000 %m 02003204 n 0000 | adjutant birds and marabous
-02003037 05 n 04 adjutant_bird 0 adjutant 0 adjutant_stork 0 Leptoptilus_dubius 0 002 @ 02002075 n 0000 #m 02002875 n 0000 | large Indian stork with a military gait
-02003204 05 n 04 marabou 1 marabout 0 marabou_stork 0 Leptoptilus_crumeniferus 0 003 @ 02002075 n 0000 #m 02002875 n 0000 %p 01897851 n 0000 | large African black-and-white carrion-eating stork; its downy underwing feathers are used to trim garments
-02003456 05 n 02 Anastomus 0 genus_Anastomus 0 003 @ 01507175 n 0000 #m 02001821 n 0000 %m 02003577 n 0000 | openbills
-02003577 05 n 01 openbill 0 002 @ 02002075 n 0000 #m 02003456 n 0000 | stork with a grooved bill whose upper and lower parts touch only at the base and tip
-02003735 05 n 01 genus_Jabiru 0 003 @ 01507175 n 0000 #m 02001821 n 0000 %m 02003839 n 0000 | jabirus
-02003839 05 n 02 jabiru 1 Jabiru_mycteria 0 002 @ 02002075 n 0000 #m 02003735 n 0000 | large white stork of warm regions of the world especially America
-02003994 05 n 02 Ephippiorhynchus 0 genus_Ephippiorhynchus 0 003 @ 01507175 n 0000 #m 02001821 n 0000 %m 02004131 n 0000 | saddlebills
-02004131 05 n 03 saddlebill 0 jabiru 2 Ephippiorhynchus_senegalensis 0 002 @ 02002075 n 0000 #m 02003994 n 0000 | large black-and-white stork of tropical Africa; its red bill has a black band around the middle
-02004343 05 n 02 Xenorhyncus 0 genus_Xenorhyncus 0 003 @ 01507175 n 0000 #m 02001821 n 0000 %m 02004492 n 0000 | East Indian and Australian storks
-02004492 05 n 04 policeman_bird 0 black-necked_stork 0 jabiru 3 Xenorhyncus_asiaticus 0 002 @ 02002075 n 0000 #m 02004343 n 0000 | large mostly white Australian stork
-02004661 05 n 02 Mycteria 0 genus_Mycteria 0 003 @ 01507175 n 0000 #m 02001821 n 0000 %m 02004855 n 0000 | a genus of storks of the family Ciconiidae now including only the American wood ibis
-02004855 05 n 04 wood_ibis 1 wood_stork 1 flinthead 0 Mycteria_americana 0 002 @ 02002075 n 0000 #m 02004661 n 0000 | an American stork that resembles the true ibises in having a downward-curved bill; inhabits wooded swamps of New World tropics
-02005102 05 n 02 Balaenicipitidae 0 family_Balaenicipitidae 0 003 @ 01504437 n 0000 #m 02001428 n 0000 %m 02005238 n 0000 | shoebills
-02005238 05 n 02 Balaeniceps 0 genus_Balaeniceps 0 003 @ 01507175 n 0000 #m 02005102 n 0000 %m 02005399 n 0000 | type genus of the Balaenicipitidae: shoebills
-02005399 05 n 03 shoebill 0 shoebird 0 Balaeniceps_rex 0 002 @ 02000954 n 0000 #m 02005238 n 0000 | large stork-like bird of the valley of the White Nile with a broad bill suggesting a wooden shoe
-02005598 05 n 03 Threskiornithidae 0 family_Threskiornithidae 0 family_Ibidiidae 0 005 @ 01504437 n 0000 #m 02001428 n 0000 %m 02005790 n 0000 %m 02005962 n 0000 %m 02006211 n 0000 | ibises
-02005790 05 n 01 ibis 0 004 @ 02000954 n 0000 #m 02005598 n 0000 ~ 02006063 n 0000 ~ 02006364 n 0000 | wading birds of warm regions having long slender down-curved bills
-02005962 05 n 01 genus_Ibis 0 003 @ 01507175 n 0000 #m 02005598 n 0000 %m 02006063 n 0000 | ibises
-02006063 05 n 03 wood_ibis 2 wood_stork 2 Ibis_ibis 0 002 @ 02005790 n 0000 #m 02005962 n 0000 | any of several Old World birds of the genus Ibis
-02006211 05 n 02 Threskiornis 0 genus_Threskiornis 0 003 @ 01507175 n 0000 #m 02005598 n 0000 %m 02006364 n 0000 | type genus of the Threskiornithidae
-02006364 05 n 02 sacred_ibis 0 Threskiornis_aethiopica 0 002 @ 02005790 n 0000 #m 02006211 n 0000 | African ibis venerated by ancient Egyptians
-02006510 05 n 02 Plataleidae 0 family_Plataleidae 0 004 @ 01504437 n 0000 #m 02001428 n 0000 %m 02006656 n 0000 %m 02006827 n 0000 | spoonbills
-02006656 05 n 01 spoonbill 0 004 @ 02000954 n 0000 #m 02006510 n 0000 ~ 02006985 n 0000 ~ 02007284 n 0000 | wading birds having a long flat bill with a tip like a spoon
-02006827 05 n 02 Platalea 0 genus_Platalea 0 004 @ 01507175 n 0000 #m 02006510 n 0000 %m 02006985 n 0000 %m 02007161 n 0000 | type genus of the Plataleidae
-02006985 05 n 02 common_spoonbill 0 Platalea_leucorodia 0 002 @ 02006656 n 0000 #m 02006827 n 0000 | pure white crested spoonbill of southern Eurasia and northeastern Africa
-02007161 05 n 02 Ajaia 0 genus_Ajaia 0 003 @ 01507175 n 0000 #m 02006827 n 0000 %m 02007284 n 0000 | a genus of Platalea
-02007284 05 n 02 roseate_spoonbill 0 Ajaia_ajaja 0 002 @ 02006656 n 0000 #m 02007161 n 0000 | tropical rose-colored New World spoonbill
-02007422 05 n 02 Phoenicopteridae 0 family_Phoenicopteridae 0 003 @ 01504437 n 0000 #m 02001428 n 0000 %m 02007558 n 0000 | flamingos
-02007558 05 n 01 flamingo 0 002 @ 02000954 n 0000 #m 02007422 n 0000 | large pink to scarlet web-footed wading bird with down-bent bill; inhabits brackish lakes
-02007721 05 n 02 Ardeidae 0 family_Ardeidae 0 012 @ 01504437 n 0000 #m 02001428 n 0000 %m 02008041 n 0000 %m 02008316 n 0000 %m 02009015 n 0000 %m 02009620 n 0000 %m 02010144 n 0000 %m 02010592 n 0000 %m 02010881 n 0000 %m 02011156 n 0000 %m 02011668 n 0000 %m 02012063 n 0000 | herons; egrets; night herons; bitterns
-02008041 05 n 01 heron 0 009 @ 02000954 n 0000 #m 02007721 n 0000 ~ 02008497 n 0000 ~ 02008643 n 0000 ~ 02008796 n 0000 ~ 02009229 n 0000 ~ 02010453 n 0000 ~ 02011281 n 0000 ~ 02011460 n 0000 | grey or white wading bird with long neck and long legs and (usually) long bill
-02008316 05 n 02 Ardea 0 genus_Ardea 0 004 @ 01507175 n 0000 #m 02007721 n 0000 %m 02008497 n 0000 %m 02008643 n 0000 | type genus of the Ardeidae: large New and Old World herons
-02008497 05 n 02 great_blue_heron 0 Ardea_herodius 0 002 @ 02008041 n 0000 #m 02008316 n 0000 | large American heron having bluish-grey plumage
-02008643 05 n 02 great_white_heron 1 Ardea_occidentalis 0 002 @ 02008041 n 0000 #m 02008316 n 0000 | large white heron of Florida and the Florida Keys
-02008796 05 n 01 egret 0 006 @ 02008041 n 0000 ~ 02009380 n 0000 ~ 02009508 n 0000 ~ 02009750 n 0000 ~ 02009912 n 0000 ~ 02010272 n 0000 | any of various usually white herons having long plumes during breeding season
-02009015 05 n 02 Egretta 0 genus_Egretta 0 007 @ 01507175 n 0000 #m 02007721 n 0000 %m 02009229 n 0000 %m 02009380 n 0000 %m 02009508 n 0000 %m 02009750 n 0000 %m 02009912 n 0000 | small Old and New World herons
-02009229 05 n 02 little_blue_heron 0 Egretta_caerulea 0 002 @ 02008041 n 0000 #m 02009015 n 0000 | small bluish-grey heron of the western hemisphere
-02009380 05 n 03 snowy_egret 0 snowy_heron 0 Egretta_thula 0 002 @ 02008796 n 0000 #m 02009015 n 0000 | small New World egret
-02009508 05 n 02 little_egret 0 Egretta_garzetta 0 002 @ 02008796 n 0000 #m 02009015 n 0000 | Old World egret
-02009620 05 n 02 Casmerodius 0 genus_Casmerodius 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02009750 n 0000 | a white egrets
-02009750 05 n 02 great_white_heron 2 Casmerodius_albus 0 003 @ 02008796 n 0000 #m 02009620 n 0000 #m 02009015 n 0000 | widely distributed Old World white egret
-02009912 05 n 03 American_egret 0 great_white_heron 3 Egretta_albus 0 002 @ 02008796 n 0000 #m 02009015 n 0000 | a common egret of the genus Egretta found in America; it is a variety of the Old World white egret Casmerodius albus
-02010144 05 n 02 Bubulcus 0 genus_Bubulcus 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02010272 n 0000 | small white egrets
-02010272 05 n 02 cattle_egret 0 Bubulcus_ibis 0 002 @ 02008796 n 0000 #m 02010144 n 0000 | small white egret widely distributed in warm regions often found around grazing animals
-02010453 05 n 02 night_heron 0 night_raven 2 003 @ 02008041 n 0000 ~ 02010728 n 0000 ~ 02011016 n 0000 | nocturnal or crepuscular herons
-02010592 05 n 02 Nycticorax 0 genus_Nycticorax 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02010728 n 0000 | Old World night herons
-02010728 05 n 02 black-crowned_night_heron 0 Nycticorax_nycticorax 0 002 @ 02010453 n 0000 #m 02010592 n 0000 | night heron of both Old and New Worlds
-02010881 05 n 02 Nyctanassa 0 genus_Nyctanassa 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02011016 n 0000 | American night herons
-02011016 05 n 02 yellow-crowned_night_heron 0 Nyctanassa_violacea 0 002 @ 02010453 n 0000 #m 02010881 n 0000 | North American night heron
-02011156 05 n 02 Cochlearius 0 genus_Cochlearius 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02011281 n 0000 | boatbills
-02011281 05 n 04 boatbill 0 boat-billed_heron 0 broadbill 4 Cochlearius_cochlearius 0 002 @ 02008041 n 0000 #m 02011156 n 0000 | tropical American heron related to night herons
-02011460 05 n 01 bittern 0 004 @ 02008041 n 0000 ~ 02011805 n 0000 ~ 02011943 n 0000 ~ 02012185 n 0000 | relatively small compact tawny-brown heron with nocturnal habits and a booming cry; found in marshes
-02011668 05 n 02 Botaurus 0 genus_Botaurus 0 004 @ 01507175 n 0000 #m 02007721 n 0000 %m 02011805 n 0000 %m 02011943 n 0000 | bitterns
-02011805 05 n 03 American_bittern 0 stake_driver 0 Botaurus_lentiginosus 0 002 @ 02011460 n 0000 #m 02011668 n 0000 | a kind of bittern
-02011943 05 n 02 European_bittern 0 Botaurus_stellaris 0 002 @ 02011460 n 0000 #m 02011668 n 0000 | a kind of bittern
-02012063 05 n 02 Ixobrychus 0 genus_Ixobrychus 0 003 @ 01507175 n 0000 #m 02007721 n 0000 %m 02012185 n 0000 | bitterns
-02012185 05 n 02 least_bittern 0 Ixobrychus_exilis 0 002 @ 02011460 n 0000 #m 02012063 n 0000 | small American bittern
-02012306 05 n 02 Gruiformes 0 order_Gruiformes 0 012 @ 01342529 n 0000 #m 01502262 n 0000 %m 02012715 n 0000 %m 02013362 n 0000 %m 02013567 n 0000 %m 02013706 n 0000 %m 02013889 n 0000 %m 02014646 n 0000 %m 02018485 n 0000 %m 02018638 n 0000 %m 02019566 n 0000 %m 02020777 n 0000 | inland marsh-dwelling birds with long legs and necks and bills that wade in water in search of food: cranes; rails; bustards
-02012715 05 n 02 Gruidae 0 family_Gruidae 0 004 @ 01504437 n 0000 #m 02012306 n 0000 %m 02012849 n 0000 %m 02013034 n 0000 | cranes
-02012849 05 n 01 crane 0 004 @ 02000954 n 0000 #m 02012715 n 0000 + 00028167 v 0101 ~ 02013177 n 0000 | large long-necked wading bird of marshes and plains in many parts of the world
-02013034 05 n 02 Grus 0 genus_Grus 0 003 @ 01507175 n 0000 #m 02012715 n 0000 %m 02013177 n 0000 | type genus of the Gruidae: typical cranes
-02013177 05 n 03 whooping_crane 0 whooper 1 Grus_americana 0 002 @ 02012849 n 0000 #m 02013034 n 0000 | rare North American crane having black-and-white plumage and a trumpeting call
-02013362 05 n 02 Aramus 0 genus_Aramus 0 002 @ 01507175 n 0000 #m 02012306 n 0000 | genus of large brown long-billed wading birds found in warm swampy regions of the western hemisphere: courlan; limpkin
-02013567 05 n 02 courlan 0 Aramus_guarauna 0 002 @ 02000954 n 0000 #m 02012306 n 0000 | wading bird of South America and Central America
-02013706 05 n 02 limpkin 0 Aramus_pictus 0 002 @ 02000954 n 0000 #m 02012306 n 0000 | wading bird of Florida, Cuba and Jamaica having a drooping bill and a distinctive wailing call
-02013889 05 n 02 Cariamidae 0 family_Cariamidae 0 004 @ 01504437 n 0000 #m 02012306 n 0000 %m 02014061 n 0000 %m 02014406 n 0000 | crane-like South American wading birds
-02014061 05 n 02 Cariama 0 genus_Cariama 0 003 @ 01507175 n 0000 #m 02013889 n 0000 %m 02014237 n 0000 | the type genus of the Cariamidae comprising only the crested cariama
-02014237 05 n 03 crested_cariama 0 seriema 1 Cariama_cristata 0 002 @ 02000954 n 0000 #m 02014061 n 0000 | Brazilian Cariama; sole representative of the genus Cariama
-02014406 05 n 01 genus_Chunga 0 003 @ 01507175 n 0000 #m 02013889 n 0000 %m 02014524 n 0000 | a genus of Cariamidae
-02014524 05 n 03 chunga 0 seriema 2 Chunga_burmeisteri 0 002 @ 02000954 n 0000 #m 02014406 n 0000 | Argentinian Cariama
-02014646 05 n 02 Rallidae 0 family_Rallidae 0 011 @ 01504437 n 0000 #m 02012306 n 0000 %m 02014941 n 0000 %m 02015221 n 0000 %m 02015685 n 0000 %m 02015944 n 0000 %m 02016198 n 0000 %m 02017093 n 0000 %m 02017335 n 0000 %m 02017607 n 0000 %m 02017878 n 0000 | rails; crakes; gallinules; coots
-02014941 05 n 01 rail 0 006 @ 02000954 n 0000 #m 02014646 n 0000 ~ 02015357 n 0000 ~ 02015554 n 0000 ~ 02017725 n 0000 ~ 02018027 n 0000 | any of numerous widely distributed small wading birds of the family Rallidae having short wings and very long toes for running on soft mud
-02015221 05 n 02 Gallirallus 0 genus_Gallirallus 0 003 @ 01507175 n 0000 #m 02014646 n 0000 %m 02015357 n 0000 | rails of New Zealand
-02015357 05 n 03 weka 0 maori_hen 0 wood_hen 0 002 @ 02014941 n 0000 #m 02015221 n 0000 | flightless New Zealand rail of thievish disposition having short wings each with a spur used in fighting
-02015554 05 n 01 crake 0 003 @ 02014941 n 0000 ~ 02015797 n 0000 ~ 02016066 n 0000 | any of several short-billed Old World rails
-02015685 05 n 02 Crex 0 genus_Crex 0 003 @ 01507175 n 0000 #m 02014646 n 0000 %m 02015797 n 0000 | corncrakes
-02015797 05 n 03 corncrake 0 land_rail 0 Crex_crex 0 002 @ 02015554 n 0000 #m 02015685 n 0000 | common Eurasian rail that frequents grain fields
-02015944 05 n 02 Porzana 0 genus_Porzana 0 003 @ 01507175 n 0000 #m 02014646 n 0000 %m 02016066 n 0000 | spotted crakes
-02016066 05 n 02 spotted_crake 0 Porzana_porzana 0 002 @ 02015554 n 0000 #m 02015944 n 0000 | Eurasian rail of swamps and marshes
-02016198 05 n 02 Gallinula 0 genus_Gallinula 0 005 @ 01507175 n 0000 #m 02014646 n 0000 %m 02016358 n 0000 %m 02016659 n 0000 %m 02016816 n 0000 | gallinules
-02016358 05 n 04 gallinule 0 marsh_hen 1 water_hen 1 swamphen 0 005 @ 01844917 n 0000 #m 02016198 n 0000 ~ 02016659 n 0000 ~ 02016816 n 0000 ~ 02016956 n 0000 | any of various small aquatic birds of the genus Gallinula distinguished from rails by a frontal shield and a resemblance to domestic hens
-02016659 05 n 02 Florida_gallinule 0 Gallinula_chloropus_cachinnans 0 002 @ 02016358 n 0000 #m 02016198 n 0000 | North American dark bluish-grey gallinule
-02016816 05 n 02 moorhen 1 Gallinula_chloropus 0 002 @ 02016358 n 0000 #m 02016198 n 0000 | black gallinule that inhabits ponds and lakes
-02016956 05 n 01 purple_gallinule 0 003 @ 02016358 n 0000 ~ 02017213 n 0000 ~ 02017475 n 0000 | gallinules with showy purplish plumage
-02017093 05 n 02 Porphyrio 0 genus_Porphyrio 0 002 @ 01507175 n 0000 #m 02014646 n 0000 | Old World purple gallinules
-02017213 05 n 02 European_gallinule 0 Porphyrio_porphyrio 0 001 @ 02016956 n 0000 | purple gallinule of southern Europe
-02017335 05 n 02 Porphyrula 0 genus_Porphyrula 0 003 @ 01507175 n 0000 #m 02014646 n 0000 %m 02017475 n 0000 | American purple gallinules
-02017475 05 n 02 American_gallinule 0 Porphyrula_martinica 0 002 @ 02016956 n 0000 #m 02017335 n 0000 | American purple gallinule
-02017607 05 n 01 genus_Notornis 0 003 @ 01507175 n 0000 #m 02014646 n 0000 %m 02017725 n 0000 | a genus of Rallidae
-02017725 05 n 03 notornis 0 takahe 0 Notornis_mantelli 0 002 @ 02014941 n 0000 #m 02017607 n 0000 | flightless New Zealand birds similar to gallinules
-02017878 05 n 02 Fulica 0 genus_Fulica 0 005 @ 01507175 n 0000 #m 02014646 n 0000 %m 02018027 n 0000 %m 02018207 n 0000 %m 02018368 n 0000 | coots
-02018027 05 n 01 coot 0 005 @ 02014941 n 0000 #m 02017878 n 0000 #m 07991780 n 0000 ~ 02018207 n 0000 ~ 02018368 n 0000 | slate-black slow-flying birds somewhat resembling ducks
-02018207 05 n 05 American_coot 0 marsh_hen 2 mud_hen 0 water_hen 2 Fulica_americana 0 002 @ 02018027 n 0000 #m 02017878 n 0000 | a coot found in North America
-02018368 05 n 02 Old_World_coot 0 Fulica_atra 0 002 @ 02018027 n 0000 #m 02017878 n 0000 | a coot found in Eurasia
-02018485 05 n 02 Otides 0 suborder_Otides 0 002 @ 01342529 n 0000 #m 02012306 n 0000 | terrestrial game birds of the Old World and Australia: bustards
-02018638 05 n 02 Otididae 0 family_Otididae 0 005 @ 01504437 n 0000 #m 02012306 n 0000 %m 02018795 n 0000 %m 02019044 n 0000 %m 02019308 n 0000 | bustards
-02018795 05 n 01 bustard 0 004 @ 02000954 n 0000 #m 02018638 n 0000 ~ 02019190 n 0000 ~ 02019438 n 0000 | large heavy-bodied chiefly terrestrial game bird capable of powerful swift flight; classified with wading birds but frequents grassy steppes
-02019044 05 n 02 Otis 0 genus_Otis 0 003 @ 01507175 n 0000 #m 02018638 n 0000 %m 02019190 n 0000 | type genus of the Otididae: European bustard
-02019190 05 n 02 great_bustard 0 Otis_tarda 0 002 @ 02018795 n 0000 #m 02019044 n 0000 | largest European land bird
-02019308 05 n 02 Choriotis 0 genus_Choriotis 0 003 @ 01507175 n 0000 #m 02018638 n 0000 %m 02019438 n 0000 | Australian bustard
-02019438 05 n 02 plain_turkey 0 Choriotis_australis 0 002 @ 02018795 n 0000 #m 02019308 n 0000 | popular Australian game bird
-02019566 05 n 02 Turnicidae 0 family_Turnicidae 0 004 @ 01504437 n 0000 #m 02012306 n 0000 %m 02019762 n 0000 %m 02020450 n 0000 | small Old World birds resembling but not related to true quail
-02019762 05 n 02 Turnix 0 genus_Turnix 0 004 @ 01507175 n 0000 #m 02019566 n 0000 %m 02019929 n 0000 %m 02020345 n 0000 | type genus of the Turnicidae: button quail
-02019929 05 n 04 button_quail 0 button-quail 0 bustard_quail 0 hemipode 0 003 @ 02000954 n 0000 #m 02019762 n 0000 ~ 02020219 n 0000 | small quail-like terrestrial bird of southern Eurasia and northern Africa that lacks a hind toe; classified with wading birds but inhabits grassy plains
-02020219 05 n 02 striped_button_quail 0 Turnix_sylvatica 0 001 @ 02019929 n 0000 | a variety of button quail having stripes
-02020345 05 n 01 ortygan 0 002 @ 02000954 n 0000 #m 02019762 n 0000 | any of several East Indian birds
-02020450 05 n 02 Pedionomus 0 genus_Pedionomus 0 003 @ 01507175 n 0000 #m 02019566 n 0000 %m 02020578 n 0000 | plain wanderer
-02020578 05 n 02 plain_wanderer 0 Pedionomus_torquatus 0 002 @ 02000954 n 0000 #m 02020450 n 0000 | small Australian bird related to the button quail; classified as wading bird but inhabits plains
-02020777 05 n 02 Psophiidae 0 family_Psophiidae 0 003 @ 01504437 n 0000 #m 02012306 n 0000 %m 02020902 n 0000 | trumpeters
-02020902 05 n 02 Psophia 0 genus_Psophia 0 003 @ 01507175 n 0000 #m 02020777 n 0000 %m 02021050 n 0000 | type genus of the Psophiidae: trumpeters
-02021050 05 n 01 trumpeter 1 003 @ 02000954 n 0000 #m 02020902 n 0000 ~ 02021281 n 0000 | large gregarious crane-like bird of the forests of South America having glossy black plumage and a loud prolonged cry; easily domesticated
-02021281 05 n 02 Brazilian_trumpeter 0 Psophia_crepitans 0 001 @ 02021050 n 0000 | trumpeter of Brazil and Guiana; often kept to protect poultry in Brazil
-02021438 05 n 02 Charadriiformes 0 order_Charadriiformes 0 008 @ 01342529 n 0000 #m 01502262 n 0000 %m 02022135 n 0000 %m 02022498 n 0000 %m 02036982 n 0000 %m 02040505 n 0000 %m 02040698 n 0000 %m 02045024 n 0000 | large diverse order of aquatic birds found along seacoasts and inland waters: shorebirds and coastal diving birds; most feed on anima life
-02021795 05 n 03 seabird 0 sea_bird 0 seafowl 0 009 @ 01844917 n 0000 ~ 02040505 n 0000 ~ 02045369 n 0000 ~ 02047614 n 0000 ~ 02048698 n 0000 ~ 02049532 n 0000 ~ 02051474 n 0000 ~ 02055658 n 0000 ~ 02057731 n 0000 | a bird that frequents coastal waters and the open ocean: gulls; pelicans; gannets; cormorants; albatrosses; petrels; etc.
-02022135 05 n 02 Charadrii 0 suborder_Charadrii 0 012 @ 01342529 n 0000 #m 02021438 n 0000 %m 02022684 n 0000 %m 02023133 n 0000 %m 02025530 n 0000 %m 02034394 n 0000 %m 02035845 n 0000 %m 02036399 n 0000 %m 02036864 n 0000 %m 02037278 n 0000 %m 02038617 n 0000 %m 02039942 n 0000 | shorebirds: plovers; sandpipers; avocets; phalaropes; coursers; stone curlews
-02022498 05 n 02 Limicolae 0 suborder_Limicolae 0 002 @ 01342529 n 0000 #m 02021438 n 0000 | term used in some classifications for migratory shorebirds; coextensive with the Charadrii
-02022684 05 n 03 shorebird 0 shore_bird 0 limicoline_bird 0 017 @ 02000954 n 0000 #m 02022135 n 0000 ~ 02023341 n 0000 ~ 02026059 n 0000 ~ 02026629 n 0000 ~ 02030996 n 0000 ~ 02031934 n 0000 ~ 02033561 n 0000 ~ 02034129 n 0000 ~ 02034661 n 0000 ~ 02036053 n 0000 ~ 02036711 n 0000 ~ 02037110 n 0000 ~ 02037464 n 0000 ~ 02038993 n 0000 ~ 02039171 n 0000 ~ 02040266 n 0000 | any of numerous wading birds that frequent mostly seashores and estuaries
-02023133 05 n 02 Charadriidae 0 family_Charadriidae 0 007 @ 01504437 n 0000 #m 02022135 n 0000 %m 02023341 n 0000 %m 02023664 n 0000 %m 02024353 n 0000 %m 02024636 n 0000 %m 02024923 n 0000 | plover family
-02023341 05 n 01 plover 0 008 @ 02022684 n 0000 #m 02023133 n 0000 ~ 02023855 n 0000 ~ 02023992 n 0000 ~ 02024185 n 0000 ~ 02024479 n 0000 ~ 02024763 n 0000 ~ 02025043 n 0000 | any of numerous chiefly shorebirds of relatively compact build having straight bills and large pointed wings; closely related to the sandpipers
-02023664 05 n 02 Charadrius 0 genus_Charadrius 0 005 @ 01507175 n 0000 #m 02023133 n 0000 %m 02023855 n 0000 %m 02023992 n 0000 %m 02024185 n 0000 | type genus of the Charadriidae: plovers
-02023855 05 n 02 piping_plover 0 Charadrius_melodus 0 002 @ 02023341 n 0000 #m 02023664 n 0000 | small plover of eastern North America
-02023992 05 n 04 killdeer 0 kildeer 0 killdeer_plover 0 Charadrius_vociferus 0 002 @ 02023341 n 0000 #m 02023664 n 0000 | American plover of inland waters and fields having a distinctive cry
-02024185 05 n 04 dotterel 0 dotrel 0 Charadrius_morinellus 0 Eudromias_morinellus 0 002 @ 02023341 n 0000 #m 02023664 n 0000 | rare plover of upland areas of Eurasia
-02024353 05 n 02 Pluvialis 0 genus_Pluvialis 0 003 @ 01507175 n 0000 #m 02023133 n 0000 %m 02024479 n 0000 | golden plovers
-02024479 05 n 01 golden_plover 0 002 @ 02023341 n 0000 #m 02024353 n 0000 | plovers of Europe and America having the backs marked with golden-yellow spots
-02024636 05 n 02 Vanellus 0 genus_Vanellus 0 003 @ 01507175 n 0000 #m 02023133 n 0000 %m 02024763 n 0000 | Eurasian lapwings
-02024763 05 n 04 lapwing 0 green_plover 0 peewit 1 pewit 1 002 @ 02023341 n 0000 #m 02024636 n 0000 | large crested Old World plover having wattles and spurs
-02024923 05 n 02 Arenaria 0 genus_Arenaria 0 003 @ 01507175 n 0000 #m 02023133 n 0000 %m 02025043 n 0000 | turnstones
-02025043 05 n 01 turnstone 0 004 @ 02023341 n 0000 #m 02024923 n 0000 ~ 02025239 n 0000 ~ 02025389 n 0000 | migratory shorebirds of the plover family that turn over stones in searching for food
-02025239 05 n 02 ruddy_turnstone 0 Arenaria_interpres 0 001 @ 02025043 n 0000 | common Arctic turnstone that winters in South America and Australia
-02025389 05 n 02 black_turnstone 0 Arenaria-Melanocephala 0 001 @ 02025043 n 0000 | common turnstone of the Pacific coast of North America
-02025530 05 n 02 Scolopacidae 0 family_Scolopacidae 0 020 @ 01504437 n 0000 #m 02022135 n 0000 %m 02026059 n 0000 %m 02026498 n 0000 %m 02026798 n 0000 %m 02027209 n 0000 %m 02027730 n 0000 %m 02028556 n 0000 %m 02029243 n 0000 %m 02029571 n 0000 %m 02029914 n 0000 %m 02030442 n 0000 %m 02030709 n 0000 %m 02031143 n 0000 %m 02031455 n 0000 %m 02031752 n 0000 %m 02032646 n 0000 %m 02032915 n 0000 %m 02033444 n 0000 %m 02034016 n 0000 | sandpiper family: sandpipers; woodcocks; snipes; tattlers; curlews; godwits; dowitchers
-02026059 05 n 01 sandpiper 0 016 @ 02022684 n 0000 #m 02025530 n 0000 ~ 02026948 n 0000 ~ 02027075 n 0000 ~ 02027357 n 0000 ~ 02027492 n 0000 ~ 02027897 n 0000 ~ 02028035 n 0000 ~ 02028175 n 0000 ~ 02028727 n 0000 ~ 02028900 n 0000 ~ 02029087 n 0000 ~ 02029378 n 0000 ~ 02029706 n 0000 ~ 02030035 n 0000 ~ 02030287 n 0000 | any of numerous usually small wading birds having a slender bill and piping call; closely related to the plovers
-02026498 05 n 02 Aphriza 0 genus_Aphriza 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02026629 n 0000 | a genus of Scolopacidae
-02026629 05 n 02 surfbird 0 Aphriza_virgata 0 002 @ 02022684 n 0000 #m 02026498 n 0000 | sandpiper-like shorebird of Pacific coasts of North America and South America
-02026798 05 n 02 Actitis 0 genus_Actitis 0 004 @ 01507175 n 0000 #m 02025530 n 0000 %m 02026948 n 0000 %m 02027075 n 0000 | a genus of Scolopacidae
-02026948 05 n 02 European_sandpiper 0 Actitis_hypoleucos 0 002 @ 02026059 n 0000 #m 02026798 n 0000 | a variety of sandpiper
-02027075 05 n 02 spotted_sandpiper 0 Actitis_macularia 0 002 @ 02026059 n 0000 #m 02026798 n 0000 | common North American sandpiper
-02027209 05 n 02 Erolia 0 genus_Erolia 0 004 @ 01507175 n 0000 #m 02025530 n 0000 %m 02027357 n 0000 %m 02027492 n 0000 | a genus of Scolopacidae
-02027357 05 n 03 least_sandpiper 0 stint 0 Erolia_minutilla 0 002 @ 02026059 n 0000 #m 02027209 n 0000 | smallest American sandpiper
-02027492 05 n 03 red-backed_sandpiper 0 dunlin 0 Erolia_alpina 0 002 @ 02026059 n 0000 #m 02027209 n 0000 | small common sandpiper that breeds in northern or Arctic regions and winters in southern United States or Mediterranean regions
-02027730 05 n 02 Tringa 0 genus_Tringa 0 005 @ 01507175 n 0000 #m 02025530 n 0000 %m 02027897 n 0000 %m 02028035 n 0000 %m 02028175 n 0000 | a genus of Scolopacidae
-02027897 05 n 02 greenshank 0 Tringa_nebularia 0 002 @ 02026059 n 0000 #m 02027730 n 0000 | large European sandpiper with greenish legs
-02028035 05 n 02 redshank 0 Tringa_totanus 0 002 @ 02026059 n 0000 #m 02027730 n 0000 | a common Old World wading bird with long red legs
-02028175 05 n 01 yellowlegs 0 004 @ 02026059 n 0000 #m 02027730 n 0000 ~ 02028342 n 0000 ~ 02028451 n 0000 | either of two North American shorebird with yellow legs
-02028342 05 n 02 greater_yellowlegs 0 Tringa_melanoleuca 0 001 @ 02028175 n 0000 | a variety of yellowlegs
-02028451 05 n 02 lesser_yellowlegs 0 Tringa_flavipes 0 001 @ 02028175 n 0000 | a variety of yellowlegs
-02028556 05 n 02 Calidris 0 genus_Calidris 0 005 @ 01507175 n 0000 #m 02025530 n 0000 %m 02028727 n 0000 %m 02028900 n 0000 %m 02029087 n 0000 | a genus of Scolopacidae
-02028727 05 n 03 pectoral_sandpiper 0 jacksnipe 1 Calidris_melanotos 0 002 @ 02026059 n 0000 #m 02028556 n 0000 | American sandpiper that inflates its chest when courting
-02028900 05 n 04 knot 0 greyback 2 grayback 2 Calidris_canutus 0 002 @ 02026059 n 0000 #m 02028556 n 0000 | a sandpiper that breeds in the Arctic and winters in the southern hemisphere
-02029087 05 n 02 curlew_sandpiper 0 Calidris_Ferruginea 0 002 @ 02026059 n 0000 #m 02028556 n 0000 | Old World sandpiper with a curved bill like a curlew
-02029243 05 n 02 Crocethia 0 genus_Crocethia 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02029378 n 0000 | a genus of Scolopacidae
-02029378 05 n 02 sanderling 0 Crocethia_alba 0 002 @ 02026059 n 0000 #m 02029243 n 0000 | small sandpiper that breeds in the Arctic and migrates southward along sandy coasts in most of world
-02029571 05 n 02 Bartramia 0 genus_Bartramia 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02029706 n 0000 | a genus of Scolopacidae
-02029706 05 n 04 upland_sandpiper 0 upland_plover 0 Bartramian_sandpiper 0 Bartramia_longicauda 0 002 @ 02026059 n 0000 #m 02029571 n 0000 | large plover-like sandpiper of North American fields and uplands
-02029914 05 n 02 Philomachus 0 genus_Philomachus 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02030035 n 0000 | ruffs
-02030035 05 n 02 ruff 0 Philomachus_pugnax 0 003 @ 02026059 n 0000 #m 02029914 n 0000 ~ 02030224 n 0000 | common Eurasian sandpiper; the male has an erectile neck ruff in breeding season
-02030224 05 n 01 reeve 0 001 @ 02030035 n 0000 | female ruff
-02030287 05 n 01 tattler 0 003 @ 02026059 n 0000 ~ 02030568 n 0000 ~ 02030837 n 0000 | any of several long-legged shorebirds having a loud whistling cry
-02030442 05 n 02 Heteroscelus 0 genus_Heteroscelus 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02030568 n 0000 | tattlers
-02030568 05 n 02 Polynesian_tattler 0 Heteroscelus_incanus 0 002 @ 02030287 n 0000 #m 02030442 n 0000 | tattler of Pacific coastal regions
-02030709 05 n 02 Catoptrophorus 0 genus_Catoptrophorus 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02030837 n 0000 | willet
-02030837 05 n 02 willet 0 Catoptrophorus_semipalmatus 0 002 @ 02030287 n 0000 #m 02030709 n 0000 | large North American shorebird of eastern and Gulf Coasts
-02030996 05 n 01 woodcock 0 003 @ 02022684 n 0000 ~ 02031298 n 0000 ~ 02031585 n 0000 | game bird of the sandpiper family that resembles a snipe
-02031143 05 n 02 Scolopax 0 genus_Scolopax 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02031298 n 0000 | type of the Scolopacidae: Old World woodcocks
-02031298 05 n 02 Eurasian_woodcock 0 Scolopax_rusticola 0 002 @ 02030996 n 0000 #m 02031143 n 0000 | short-legged long-billed migratory Old World woodcock
-02031455 05 n 02 Philohela 0 genus_Philohela 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02031585 n 0000 | American woodcocks
-02031585 05 n 03 American_woodcock 0 woodcock_snipe 1 Philohela_minor 0 002 @ 02030996 n 0000 #m 02031455 n 0000 | small long-billed woodcock; prized as a game bird
-02031752 05 n 04 Gallinago 0 genus_Gallinago 0 Capella 0 genus_Capella 0 005 @ 01507175 n 0000 #m 02025530 n 0000 %m 02032222 n 0000 %m 02032355 n 0000 %m 02032480 n 0000 | snipes
-02031934 05 n 01 snipe 0 008 @ 02022684 n 0000 #m 07992222 n 0000 + 01135683 v 0101 ~ 02032222 n 0000 ~ 02032355 n 0000 ~ 02032480 n 0000 ~ 02032769 n 0000 ~ 02033041 n 0000 | Old or New World straight-billed game bird of the sandpiper family; of marshy areas; similar to the woodcocks
-02032222 05 n 02 whole_snipe 0 Gallinago_gallinago 0 002 @ 02031934 n 0000 #m 02031752 n 0000 | common snipe of Eurasia and Africa
-02032355 05 n 02 Wilson's_snipe 0 Gallinago_gallinago_delicata 0 002 @ 02031934 n 0000 #m 02031752 n 0000 | American snipe
-02032480 05 n 03 great_snipe 0 woodcock_snipe 2 Gallinago_media 0 002 @ 02031934 n 0000 #m 02031752 n 0000 | Old World snipe larger and darker than the whole snipe
-02032646 05 n 02 Limnocryptes 0 genus_Limnocryptes 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02032769 n 0000 | snipe
-02032769 05 n 03 jacksnipe 2 half_snipe 0 Limnocryptes_minima 0 002 @ 02031934 n 0000 #m 02032646 n 0000 | a small short-billed Old World snipe
-02032915 05 n 02 Limnodromus 0 genus_Limnodromus 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02033041 n 0000 | dowitchers
-02033041 05 n 01 dowitcher 0 004 @ 02031934 n 0000 #m 02032915 n 0000 ~ 02033208 n 0000 ~ 02033324 n 0000 | shorebird of the sandpiper family that resembles a snipe
-02033208 05 n 03 greyback 1 grayback 1 Limnodromus_griseus 0 001 @ 02033041 n 0000 | a dowitcher with a grey back
-02033324 05 n 02 red-breasted_snipe 0 Limnodromus_scolopaceus 0 001 @ 02033041 n 0000 | a dowitcher with a red breast
-02033444 05 n 02 Numenius 0 genus_Numenius 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02033561 n 0000 | curlews
-02033561 05 n 01 curlew 0 004 @ 02022684 n 0000 #m 02033444 n 0000 ~ 02033779 n 0000 ~ 02033882 n 0000 | large migratory shorebirds of the sandpiper family; closely related to woodcocks but having a down-curved bill
-02033779 05 n 02 European_curlew 0 Numenius_arquata 0 001 @ 02033561 n 0000 | common Eurasian curlew
-02033882 05 n 02 Eskimo_curlew 0 Numenius_borealis 0 001 @ 02033561 n 0000 | New World curlew that breeds in northern North America
-02034016 05 n 02 Limosa 0 genus_Limosa 0 003 @ 01507175 n 0000 #m 02025530 n 0000 %m 02034129 n 0000 | godwits
-02034129 05 n 01 godwit 0 003 @ 02022684 n 0000 #m 02034016 n 0000 ~ 02034295 n 0000 | large wading bird that resembles a curlew; has a long slightly upturned bill
-02034295 05 n 02 Hudsonian_godwit 0 Limosa_haemastica 0 001 @ 02034129 n 0000 | New World godwit
-02034394 05 n 02 Himantopus 0 genus_Himantopus 0 007 @ 01507175 n 0000 #m 02022135 n 0000 %m 02034661 n 0000 %m 02034971 n 0000 %m 02035210 n 0000 %m 02035402 n 0000 %m 02035656 n 0000 | major one of two genera of stilts; similar to avocets but with straight bills
-02034661 05 n 06 stilt 1 stiltbird 1 longlegs 0 long-legs 0 stilt_plover 0 Himantopus_stilt 0 006 @ 02022684 n 0000 #m 02034394 n 0000 ~ 02034971 n 0000 ~ 02035210 n 0000 ~ 02035402 n 0000 ~ 02035656 n 0000 | long-legged three-toed black-and-white wading bird of inland ponds and marshes or brackish lagoons
-02034971 05 n 02 black-necked_stilt 0 Himantopus_mexicanus 0 002 @ 02034661 n 0000 #m 02034394 n 0000 | stilt of southwestern United States to northern South America having black plumage extending from the head down the back of the neck
-02035210 05 n 02 black-winged_stilt 0 Himantopus_himantopus 0 002 @ 02034661 n 0000 #m 02034394 n 0000 | stilt of Europe and Africa and Asia having mostly white plumage but with black wings
-02035402 05 n 02 white-headed_stilt 0 Himantopus_himantopus_leucocephalus 0 002 @ 02034661 n 0000 #m 02034394 n 0000 | stilt of the southwest Pacific including Australia and New Zealand having mostly white plumage but with black wings and nape of neck
-02035656 05 n 02 kaki 0 Himantopus_novae-zelandiae 0 002 @ 02034661 n 0000 #m 02034394 n 0000 | blackish stilt of New Zealand sometimes considered a color phase of the white-headed stilt
-02035845 05 n 02 Cladorhyncus 0 genus_Cladorhyncus 0 004 @ 01507175 n 0000 #m 02022135 n 0000 %m 02036053 n 0000 %m 02036228 n 0000 | one of two genera of stilts; similar to avocets but with straight bills
-02036053 05 n 02 stilt 2 Australian_stilt 0 003 @ 02022684 n 0000 #m 02035845 n 0000 ~ 02036228 n 0000 | long-legged three-toed wading bird of brackish marshes of Australia
-02036228 05 n 02 banded_stilt 0 Cladorhyncus_leucocephalum 0 002 @ 02036053 n 0000 #m 02035845 n 0000 | web-footed Australian stilt with reddish-brown pectoral markings
-02036399 05 n 02 Recurvirostridae 0 family_Recurvirostridae 0 003 @ 01504437 n 0000 #m 02022135 n 0000 %m 02036548 n 0000 | long-legged shorebirds
-02036548 05 n 02 Recurvirostra 0 genus_Recurvirostra 0 003 @ 01507175 n 0000 #m 02036399 n 0000 %m 02036711 n 0000 | type genus of the Recurvirostridae: avocets
-02036711 05 n 01 avocet 0 002 @ 02022684 n 0000 #m 02036548 n 0000 | long-legged web-footed black-and-white shorebird with slender upward-curving bill
-02036864 05 n 02 Haematopodidae 0 family_Haematopodidae 0 002 @ 01504437 n 0000 #m 02022135 n 0000 | oystercatchers
-02036982 05 n 02 Haematopus 0 genus_Haematopus 0 003 @ 01507175 n 0000 #m 02021438 n 0000 %m 02037110 n 0000 | oystercatchers
-02037110 05 n 02 oystercatcher 0 oyster_catcher 0 002 @ 02022684 n 0000 #m 02036982 n 0000 | black-and-white shorebird with stout legs and bill; feed on oysters etc.
-02037278 05 n 02 Phalaropidae 0 family_Phalaropidae 0 006 @ 01504437 n 0000 #m 02022135 n 0000 %m 02037464 n 0000 %m 02037713 n 0000 %m 02038010 n 0000 %m 02038329 n 0000 | phalaropes
-02037464 05 n 01 phalarope 0 005 @ 02022684 n 0000 #m 02037278 n 0000 ~ 02037869 n 0000 ~ 02038141 n 0000 ~ 02038466 n 0000 | small sandpiper-like shorebird having lobate toes and being good swimmers; breed in the Arctic and winter in the tropics
-02037713 05 n 02 Phalaropus 0 genus_Phalaropus 0 003 @ 01507175 n 0000 #m 02037278 n 0000 %m 02037869 n 0000 | type genus of the Phalaropidae: phalaropes
-02037869 05 n 02 red_phalarope 0 Phalaropus_fulicarius 0 002 @ 02037464 n 0000 #m 02037713 n 0000 | phalarope of northern oceans and lakes
-02038010 05 n 02 Lobipes 0 genus_Lobipes 0 003 @ 01507175 n 0000 #m 02037278 n 0000 %m 02038141 n 0000 | a genus of Phalaropidae
-02038141 05 n 02 northern_phalarope 0 Lobipes_lobatus 0 002 @ 02037464 n 0000 #m 02038010 n 0000 | breeds in Arctic regions of Old and New Worlds; large flocks often seen far out at sea
-02038329 05 n 02 Steganopus 0 genus_Steganopus 0 003 @ 01507175 n 0000 #m 02037278 n 0000 %m 02038466 n 0000 | a genus of Phalaropidae
-02038466 05 n 02 Wilson's_phalarope 0 Steganopus_tricolor 0 002 @ 02037464 n 0000 #m 02038329 n 0000 | breeds on the northern great plains of Canada
-02038617 05 n 02 Glareolidae 0 family_Glareolidae 0 006 @ 01504437 n 0000 #m 02022135 n 0000 %m 02038837 n 0000 %m 02039171 n 0000 %m 02039377 n 0000 %m 02039660 n 0000 | Old World shorebirds: pratincoles and coursers
-02038837 05 n 02 Glareola 0 genus_Glareola 0 003 @ 01507175 n 0000 #m 02038617 n 0000 %m 02038993 n 0000 | type genus of the Glareolidae: the pratincoles
-02038993 05 n 02 pratincole 0 glareole 0 002 @ 02022684 n 0000 #m 02038837 n 0000 | Old World shorebird with long pointed wings and short legs; closely related to the coursers
-02039171 05 n 01 courser 0 004 @ 02022684 n 0000 #m 02038617 n 0000 ~ 02039497 n 0000 ~ 02039780 n 0000 | swift-footed terrestrial plover-like bird of southern Asia and Africa; related to the pratincoles
-02039377 05 n 02 Cursorius 0 genus_Cursorius 0 003 @ 01507175 n 0000 #m 02038617 n 0000 %m 02039497 n 0000 | coursers
-02039497 05 n 02 cream-colored_courser 0 Cursorius_cursor 0 002 @ 02039171 n 0000 #m 02039377 n 0000 | courser of desert and semidesert regions of the Old World
-02039660 05 n 02 Pluvianus 0 genus_Pluvianus 0 003 @ 01507175 n 0000 #m 02038617 n 0000 %m 02039780 n 0000 | coursers
-02039780 05 n 02 crocodile_bird 0 Pluvianus_aegyptius 0 002 @ 02039171 n 0000 #m 02039660 n 0000 | African courser that feeds on insect parasites on crocodiles
-02039942 05 n 02 Burhinidae 0 family_Burhinidae 0 003 @ 01504437 n 0000 #m 02022135 n 0000 %m 02040113 n 0000 | large wading birds resembling the plovers: stone curlews
-02040113 05 n 02 Burhinus 0 genus_Burhinus 0 003 @ 01507175 n 0000 #m 02039942 n 0000 %m 02040266 n 0000 | type genus of the Burhinidae: stone curlews
-02040266 05 n 03 stone_curlew 0 thick-knee 0 Burhinus_oedicnemus 0 002 @ 02022684 n 0000 #m 02040113 n 0000 | large-headed large-eyed crepuscular or nocturnal shorebird of the Old World and tropical America having a thickened knee joint
-02040505 05 n 01 coastal_diving_bird 0 005 @ 02021795 n 0000 #m 02021438 n 0000 ~ 02041085 n 0000 ~ 02043808 n 0000 ~ 02044178 n 0000 | gull family; skimmer family; jaeger family; auk family
-02040698 05 n 02 Lari 0 suborder_Lari 0 005 @ 01342529 n 0000 #m 02021438 n 0000 %m 02040872 n 0000 %m 02043497 n 0000 %m 02043999 n 0000 | gulls; terns; jaegers; skimmers
-02040872 05 n 02 Laridae 0 family_Laridae 0 007 @ 01504437 n 0000 #m 02040698 n 0000 %m 02041085 n 0000 %m 02041492 n 0000 %m 02042342 n 0000 %m 02042637 n 0000 %m 02042923 n 0000 | gull family: gulls and terns
-02041085 05 n 01 larid 0 004 @ 02040505 n 0000 #m 02040872 n 0000 ~ 02041246 n 0000 ~ 02043063 n 0000 | long-winged web-footed aquatic bird of the gull family
-02041246 05 n 03 gull 0 seagull 0 sea_gull 0 007 @ 02041085 n 0000 ~ 02041678 n 0000 ~ 02041875 n 0000 ~ 02042046 n 0000 ~ 02042180 n 0000 ~ 02042472 n 0000 ~ 02042759 n 0000 | mostly white aquatic bird having long pointed wings and short legs
-02041492 05 n 02 Larus 0 genus_Larus 0 006 @ 01507175 n 0000 #m 02040872 n 0000 %m 02041678 n 0000 %m 02041875 n 0000 %m 02042046 n 0000 %m 02042180 n 0000 | type genus of the Laridae
-02041678 05 n 04 mew 0 mew_gull 0 sea_mew 0 Larus_canus 0 004 @ 02041246 n 0000 #m 02041492 n 0000 + 01060198 v 0101 + 01052782 v 0102 | the common gull of Eurasia and northeastern North America
-02041875 05 n 04 black-backed_gull 0 great_black-backed_gull 0 cob 3 Larus_marinus 0 002 @ 02041246 n 0000 #m 02041492 n 0000 | white gull having a black back and wings
-02042046 05 n 02 herring_gull 0 Larus_argentatus 0 002 @ 02041246 n 0000 #m 02041492 n 0000 | large gull of the northern hemisphere
-02042180 05 n 05 laughing_gull 0 blackcap 4 pewit 3 pewit_gull 0 Larus_ridibundus 0 002 @ 02041246 n 0000 #m 02041492 n 0000 | small black-headed European gull
-02042342 05 n 02 Pagophila 0 genus_Pagophila 0 003 @ 01507175 n 0000 #m 02040872 n 0000 %m 02042472 n 0000 | a genus of Laridae
-02042472 05 n 02 ivory_gull 0 Pagophila_eburnea 0 002 @ 02041246 n 0000 #m 02042342 n 0000 | white Arctic gull; migrates as far south as England and New Brunswick
-02042637 05 n 02 Rissa 0 genus_Rissa 0 003 @ 01507175 n 0000 #m 02040872 n 0000 %m 02042759 n 0000 | a genus of Laridae
-02042759 05 n 01 kittiwake 0 002 @ 02041246 n 0000 #m 02042637 n 0000 | small pearl-grey gull of northern regions; nests on cliffs and has a rudimentary hind toe
-02042923 05 n 02 Sterninae 0 subfamily_Sterninae 0 004 @ 01504437 n 0000 #m 02040872 n 0000 %m 02043063 n 0000 %m 02043207 n 0000 | terns
-02043063 05 n 01 tern 0 003 @ 02041085 n 0000 #m 02042923 n 0000 ~ 02043333 n 0000 | small slender gull having narrow wings and a forked tail
-02043207 05 n 02 Sterna 0 genus_Sterna 0 003 @ 01507175 n 0000 #m 02042923 n 0000 %m 02043333 n 0000 | a genus of Sterninae
-02043333 05 n 02 sea_swallow 0 Sterna_hirundo 0 002 @ 02043063 n 0000 #m 02043207 n 0000 | common tern of Eurasia and America having white black and grey plumage
-02043497 05 n 02 Rynchopidae 0 family_Rynchopidae 0 003 @ 01504437 n 0000 #m 02040698 n 0000 %m 02043659 n 0000 | coextensive with the genus Rynchops: skimmers
-02043659 05 n 02 Rynchops 0 genus_Rynchops 0 003 @ 01507175 n 0000 #m 02043497 n 0000 %m 02043808 n 0000 | type genus of the Rynchopidae: skimmers
-02043808 05 n 01 skimmer 0 002 @ 02040505 n 0000 #m 02043659 n 0000 | gull-like seabird that flies along the surface of the water with an elongated lower mandible immersed to skim out food
-02043999 05 n 02 Stercorariidae 0 family_Stercorariidae 0 005 @ 01504437 n 0000 #m 02040698 n 0000 %m 02044178 n 0000 %m 02044358 n 0000 %m 02044659 n 0000 | jaegers and skuas:
-02044178 05 n 01 jaeger 0 004 @ 02040505 n 0000 #m 02043999 n 0000 ~ 02044517 n 0000 ~ 02044778 n 0000 | rapacious seabird that pursues weaker birds to make them drop their prey
-02044358 05 n 02 Stercorarius 0 genus_Stercorarius 0 003 @ 01507175 n 0000 #m 02043999 n 0000 %m 02044517 n 0000 | type genus of the Stercorariidae: jaegers
-02044517 05 n 03 parasitic_jaeger 0 arctic_skua 0 Stercorarius_parasiticus 0 002 @ 02044178 n 0000 #m 02044358 n 0000 | a variety of jaeger
-02044659 05 n 02 Catharacta 0 genus_Catharacta 0 003 @ 01507175 n 0000 #m 02043999 n 0000 %m 02044778 n 0000 | skuas
-02044778 05 n 02 skua 0 bonxie 0 003 @ 02044178 n 0000 #m 02044659 n 0000 ~ 02044908 n 0000 | gull-like jaeger of northern seas
-02044908 05 n 02 great_skua 0 Catharacta_skua 0 001 @ 02044778 n 0000 | large brown skua of the northern Atlantic
-02045024 05 n 02 Alcidae 0 family_Alcidae 0 011 @ 01504437 n 0000 #m 02021438 n 0000 %m 02045369 n 0000 %m 02045705 n 0000 %m 02046045 n 0000 %m 02046321 n 0000 %m 02046613 n 0000 %m 02047152 n 0000 %m 02047614 n 0000 %m 02047835 n 0000 %m 02048242 n 0000 | web-footed diving seabirds of northern seas: auks; puffins; guillemots; murres; etc.
-02045369 05 n 01 auk 0 007 @ 02021795 n 0000 #m 02045024 n 0000 ~ 02045596 n 0000 ~ 02045864 n 0000 ~ 02046171 n 0000 ~ 02046442 n 0000 ~ 02046759 n 0000 | black-and-white short-necked web-footed diving bird of northern seas
-02045596 05 n 01 auklet 0 001 @ 02045369 n 0000 | any of several small auks of the northern Pacific coasts
-02045705 05 n 02 Alca 0 genus_Alca 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02045864 n 0000 | type genus of the Alcidae comprising solely the razorbill
-02045864 05 n 03 razorbill 0 razor-billed_auk 0 Alca_torda 0 002 @ 02045369 n 0000 #m 02045705 n 0000 | black-and-white northern Atlantic auk having a compressed sharp-edged bill
-02046045 05 n 02 Plautus 0 genus_Plautus 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02046171 n 0000 | a genus of Alcidae
-02046171 05 n 03 little_auk 0 dovekie 0 Plautus_alle 0 002 @ 02045369 n 0000 #m 02046045 n 0000 | small short-billed auk abundant in Arctic regions
-02046321 05 n 02 Pinguinus 0 genus_Pinguinus 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02046442 n 0000 | great auk
-02046442 05 n 02 great_auk 0 Pinguinus_impennis 0 002 @ 02045369 n 0000 #m 02046321 n 0000 | large flightless auk of rocky islands off northern Atlantic coasts; extinct
-02046613 05 n 02 Cepphus 0 genus_Cepphus 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02046759 n 0000 | a genus of birds including: guillemots
-02046759 05 n 01 guillemot 0 005 @ 02045369 n 0000 #m 02046613 n 0000 ~ 02046939 n 0000 ~ 02047045 n 0000 ~ 02047260 n 0000 | small black or brown speckled auks of northern seas
-02046939 05 n 02 black_guillemot 0 Cepphus_grylle 0 001 @ 02046759 n 0000 | northern Atlantic guillemot
-02047045 05 n 02 pigeon_guillemot 0 Cepphus_columba 0 001 @ 02046759 n 0000 | northern Pacific guillemot
-02047152 05 n 02 Uria 0 genus_Uria 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02047260 n 0000 | murres
-02047260 05 n 01 murre 0 004 @ 02046759 n 0000 #m 02047152 n 0000 ~ 02047411 n 0000 ~ 02047517 n 0000 | black-and-white diving bird of northern seas
-02047411 05 n 02 common_murre 0 Uria_aalge 0 001 @ 02047260 n 0000 | the most frequent variety of murre
-02047517 05 n 02 thick-billed_murre 0 Uria_lomvia 0 001 @ 02047260 n 0000 | a variety of murre
-02047614 05 n 01 puffin 0 005 @ 02021795 n 0000 #m 02045024 n 0000 ~ 02047975 n 0000 ~ 02048115 n 0000 ~ 02048353 n 0000 | any of two genera of northern seabirds having short necks and brightly colored compressed bills
-02047835 05 n 02 Fratercula 0 genus_Fratercula 0 004 @ 01507175 n 0000 #m 02045024 n 0000 %m 02047975 n 0000 %m 02048115 n 0000 | puffins
-02047975 05 n 02 Atlantic_puffin 0 Fratercula_arctica 0 002 @ 02047614 n 0000 #m 02047835 n 0000 | common puffin of the northern Atlantic
-02048115 05 n 02 horned_puffin 0 Fratercula_corniculata 0 002 @ 02047614 n 0000 #m 02047835 n 0000 | northern Pacific puffin
-02048242 05 n 02 Lunda 0 genus_Lunda 0 003 @ 01507175 n 0000 #m 02045024 n 0000 %m 02048353 n 0000 | puffins
-02048353 05 n 02 tufted_puffin 0 Lunda_cirrhata 0 002 @ 02047614 n 0000 #m 02048242 n 0000 | northern Pacific puffin having a large yellow plume over each eye
-02048514 05 n 02 Gaviiformes 0 order_Gaviiformes 0 004 @ 01342529 n 0000 #m 01502262 n 0000 %m 02048698 n 0000 %m 02048832 n 0000 | large aquatic birds: loons and some extinct forms
-02048698 05 n 01 gaviiform_seabird 0 003 @ 02021795 n 0000 #m 02048514 n 0000 ~ 02049088 n 0000 | seabirds of the order Gaviiformes
-02048832 05 n 02 Gavidae 0 family_Gavidae 0 003 @ 01504437 n 0000 #m 02048514 n 0000 %m 02048952 n 0000 | loon family
-02048952 05 n 02 Gavia 0 genus_Gavia 0 003 @ 01507175 n 0000 #m 02048832 n 0000 %m 02049088 n 0000 | type genus of the Gavidae: loons
-02049088 05 n 02 loon 0 diver 0 002 @ 02048698 n 0000 #m 02048952 n 0000 | large somewhat primitive fish-eating diving bird of the northern hemisphere having webbed feet placed far back; related to the grebes
-02049299 05 n 06 Podicipitiformes 0 order_Podicipitiformes 0 Podicipediformes 0 order_Podicipediformes 0 Colymbiformes 0 order_Colymbiformes 0 004 @ 01342529 n 0000 #m 01502262 n 0000 %m 02049532 n 0000 %m 02049672 n 0000 | grebes
-02049532 05 n 01 podicipitiform_seabird 0 003 @ 02021795 n 0000 #m 02049299 n 0000 ~ 02050004 n 0000 | aquatic birds related to the loons
-02049672 05 n 02 Podicipedidae 0 family_Podicipedidae 0 004 @ 01504437 n 0000 #m 02049299 n 0000 %m 02049855 n 0000 %m 02050921 n 0000 | coextensive with the order Podicipitiformes
-02049855 05 n 02 Podiceps 0 genus_Podiceps 0 003 @ 01507175 n 0000 #m 02049672 n 0000 %m 02050004 n 0000 | type genus of the Podicipedidae: grebes
-02050004 05 n 01 grebe 0 007 @ 02049532 n 0000 #m 02049855 n 0000 ~ 02050313 n 0000 ~ 02050442 n 0000 ~ 02050586 n 0000 ~ 02050809 n 0000 ~ 02051059 n 0000 | small compact-bodied almost completely aquatic bird that builds floating nests; similar to loons but smaller and with lobate rather than webbed feet
-02050313 05 n 02 great_crested_grebe 0 Podiceps_cristatus 0 001 @ 02050004 n 0000 | large Old World grebe with black ear tufts
-02050442 05 n 02 red-necked_grebe 0 Podiceps_grisegena 0 001 @ 02050004 n 0000 | large stocky grebe of circumpolar regions having a dark neck
-02050586 05 n 03 black-necked_grebe 0 eared_grebe 0 Podiceps_nigricollis 0 001 @ 02050004 n 0000 | small grebe with yellow ear tufts and a black neck; found in Eurasia and southern Africa as well as western United States
-02050809 05 n 03 dabchick 0 little_grebe 0 Podiceps_ruficollis 0 001 @ 02050004 n 0000 | small European grebe
-02050921 05 n 02 Podilymbus 0 genus_Podilymbus 0 003 @ 01507175 n 0000 #m 02049672 n 0000 %m 02051059 n 0000 | a genus of Podicipedidae
-02051059 05 n 02 pied-billed_grebe 0 Podilymbus_podiceps 0 002 @ 02050004 n 0000 #m 02050921 n 0000 | American grebe having a black-banded whitish bill
-02051213 05 n 02 Pelecaniformes 0 order_Pelecaniformes 0 008 @ 01342529 n 0000 #m 01502262 n 0000 %m 02051701 n 0000 %m 02052511 n 0000 %m 02052936 n 0000 %m 02053720 n 0000 %m 02054251 n 0000 %m 02054834 n 0000 | pelicans; frigate birds; gannets; cormorants
-02051474 05 n 01 pelecaniform_seabird 0 007 @ 02021795 n 0000 ~ 02051845 n 0000 ~ 02052775 n 0000 ~ 02053083 n 0000 ~ 02054036 n 0000 ~ 02054502 n 0000 ~ 02055107 n 0000 | large fish-eating seabird with four-toed webbed feet
-02051701 05 n 02 Pelecanidae 0 family_Pelecanidae 0 004 @ 01504437 n 0000 #m 02051213 n 0000 %m 02051845 n 0000 %m 02052044 n 0000 | pelicans
-02051845 05 n 01 pelican 0 004 @ 02051474 n 0000 #m 02051701 n 0000 ~ 02052204 n 0000 ~ 02052365 n 0000 | large long-winged warm-water seabird having a large bill with a distensible pouch for fish
-02052044 05 n 02 Pelecanus 0 genus_Pelecanus 0 004 @ 01507175 n 0000 #m 02051701 n 0000 %m 02052204 n 0000 %m 02052365 n 0000 | type genus of the Pelecanidae
-02052204 05 n 02 white_pelican 0 Pelecanus_erythrorhynchos 0 002 @ 02051845 n 0000 #m 02052044 n 0000 | large American pelican; white with black wing feathers
-02052365 05 n 02 Old_world_white_pelican 0 Pelecanus_onocrotalus 0 002 @ 02051845 n 0000 #m 02052044 n 0000 | similar to American white pelican
-02052511 05 n 02 Fregatidae 0 family_Fregatidae 0 003 @ 01504437 n 0000 #m 02051213 n 0000 %m 02052639 n 0000 | frigate birds
-02052639 05 n 02 Fregata 0 genus_Fregata 0 003 @ 01507175 n 0000 #m 02052511 n 0000 %m 02052775 n 0000 | type genus of the Fregatidae
-02052775 05 n 02 frigate_bird 0 man-of-war_bird 0 002 @ 02051474 n 0000 #m 02052639 n 0000 | long-billed warm-water seabird with wide wingspan and forked tail
-02052936 05 n 02 Sulidae 0 family_Sulidae 0 004 @ 01504437 n 0000 #m 02051213 n 0000 %m 02053083 n 0000 %m 02053279 n 0000 | gannets and boobies
-02053083 05 n 01 gannet 0 004 @ 02051474 n 0000 #m 02052936 n 0000 ~ 02053425 n 0000 ~ 02053584 n 0000 | large heavily built seabird with a long stout bill noted for its plunging dives for fish
-02053279 05 n 02 Sula 0 genus_Sula 0 004 @ 01507175 n 0000 #m 02052936 n 0000 %m 02053425 n 0000 %m 02053584 n 0000 | type genus of the Sulidae
-02053425 05 n 04 solan 0 solan_goose 0 solant_goose 0 Sula_bassana 0 002 @ 02053083 n 0000 #m 02053279 n 0000 | very large white gannet with black wing tips
-02053584 05 n 01 booby 0 002 @ 02053083 n 0000 #m 02053279 n 0000 | small tropical gannet having a bright bill or bright feet or both
-02053720 05 n 02 Phalacrocoracidae 0 family_Phalacrocoracidae 0 003 @ 01504437 n 0000 #m 02051213 n 0000 %m 02053859 n 0000 | cormorants
-02053859 05 n 02 Phalacrocorax 0 genus_Phalacrocorax 0 003 @ 01507175 n 0000 #m 02053720 n 0000 %m 02054036 n 0000 | type genus: coextensive with the family Phalacrocoracidae
-02054036 05 n 02 cormorant 0 Phalacrocorax_carbo 0 002 @ 02051474 n 0000 #m 02053859 n 0000 | large voracious dark-colored long-necked seabird with a distensible pouch for holding fish; used in Asia to catch fish
-02054251 05 n 02 Anhingidae 0 family_Anhingidae 0 003 @ 01504437 n 0000 #m 02051213 n 0000 %m 02054376 n 0000 | snakebirds
-02054376 05 n 01 genus_Anhinga 0 003 @ 01507175 n 0000 #m 02054251 n 0000 %m 02054502 n 0000 | type genus of the Anhingidae
-02054502 05 n 03 snakebird 0 anhinga 0 darter 1 003 @ 02051474 n 0000 #m 02054376 n 0000 ~ 02054711 n 0000 | fish-eating bird of warm inland waters having a long flexible neck and slender sharp-pointed bill
-02054711 05 n 02 water_turkey 0 Anhinga_anhinga 0 001 @ 02054502 n 0000 | blackish New World snakebird of swampy regions
-02054834 05 n 02 Phaethontidae 0 family_Phaethontidae 0 003 @ 01504437 n 0000 #m 02051213 n 0000 %m 02054966 n 0000 | tropicbirds
-02054966 05 n 02 Phaethon 0 genus_Phaethon 0 003 @ 01507175 n 0000 #m 02054834 n 0000 %m 02055107 n 0000 | type genus of the Phaethontidae
-02055107 05 n 03 tropic_bird 0 tropicbird 0 boatswain_bird 0 002 @ 02051474 n 0000 #m 02054966 n 0000 | mostly white web-footed tropical seabird often found far from land
-02055280 05 n 02 Sphenisciformes 0 order_Sphenisciformes 0 004 @ 01342529 n 0000 #m 01502262 n 0000 %m 02055431 n 0000 %m 02055658 n 0000 | penguins
-02055431 05 n 02 Spheniscidae 0 family_Spheniscidae 0 007 @ 01504437 n 0000 #m 02055280 n 0000 %m 02055803 n 0000 %m 02056091 n 0000 %m 02056421 n 0000 %m 02056873 n 0000 %m 02057208 n 0000 | comprising all existing penguins
-02055658 05 n 01 sphenisciform_seabird 0 003 @ 02021795 n 0000 #m 02055280 n 0000 ~ 02055803 n 0000 | flightless cold-water seabirds: penguins
-02055803 05 n 01 penguin 0 007 @ 02055658 n 0000 #m 02055431 n 0000 ~ 02056228 n 0000 ~ 02056570 n 0000 ~ 02056728 n 0000 ~ 02057035 n 0000 ~ 02057330 n 0000 | short-legged flightless birds of cold southern especially Antarctic regions having webbed feet and wings modified as flippers
-02056091 05 n 02 Pygoscelis 0 genus_Pygoscelis 0 003 @ 01507175 n 0000 #m 02055431 n 0000 %m 02056228 n 0000 | a genus of Spheniscidae
-02056228 05 n 03 Adelie 0 Adelie_penguin 0 Pygoscelis_adeliae 0 002 @ 02055803 n 0000 #m 02056091 n 0000 | medium-sized penguins occurring in large colonies on the Adelie Coast of Antarctica
-02056421 05 n 02 Aptenodytes 0 genus_Aptenodytes 0 004 @ 01507175 n 0000 #m 02055431 n 0000 %m 02056570 n 0000 %m 02056728 n 0000 | large penguins
-02056570 05 n 02 king_penguin 0 Aptenodytes_patagonica 0 002 @ 02055803 n 0000 #m 02056421 n 0000 | large penguin on islands bordering the Antarctic Circle
-02056728 05 n 02 emperor_penguin 0 Aptenodytes_forsteri 0 002 @ 02055803 n 0000 #m 02056421 n 0000 | the largest penguin; an Antarctic penguin
-02056873 05 n 02 Spheniscus 0 genus_Spheniscus 0 003 @ 01507175 n 0000 #m 02055431 n 0000 %m 02057035 n 0000 | type genus of the Spheniscidae: jackass penguins
-02057035 05 n 02 jackass_penguin 0 Spheniscus_demersus 0 002 @ 02055803 n 0000 #m 02056873 n 0000 | small penguin of South America and southern Africa with a braying call
-02057208 05 n 02 Eudyptes 0 genus_Eudyptes 0 003 @ 01507175 n 0000 #m 02055431 n 0000 %m 02057330 n 0000 | rock hoppers
-02057330 05 n 02 rock_hopper 0 crested_penguin 0 002 @ 02055803 n 0000 #m 02057208 n 0000 | small penguin of the Falkland Islands and New Zealand
-02057478 05 n 02 Procellariiformes 0 order_Procellariiformes 0 007 @ 01342529 n 0000 #m 01502262 n 0000 %m 02057898 n 0000 %m 02058074 n 0000 %m 02058933 n 0000 %m 02060719 n 0000 %m 02061716 n 0000 | petrels; albatrosses; shearwaters; diving petrels
-02057731 05 n 02 pelagic_bird 0 oceanic_bird 0 005 @ 02021795 n 0000 ~ 02057898 n 0000 ~ 02058221 n 0000 ~ 02059162 n 0000 ~ 02061853 n 0000 | bird of the open seas
-02057898 05 n 01 procellariiform_seabird 0 002 @ 02057731 n 0000 #m 02057478 n 0000 | large long-winged bird with hooked bill and tubular nostrils that wanders the open seas
-02058074 05 n 02 Diomedeidae 0 family_Diomedeidae 0 004 @ 01504437 n 0000 #m 02057478 n 0000 %m 02058221 n 0000 %m 02058453 n 0000 | albatrosses
-02058221 05 n 02 albatross 0 mollymawk 0 004 @ 02057731 n 0000 #m 02058074 n 0000 ~ 02058594 n 0000 ~ 02058747 n 0000 | large web-footed birds of the southern hemisphere having long narrow wings; noted for powerful gliding flight
-02058453 05 n 01 genus_Diomedea 0 004 @ 01507175 n 0000 #m 02058074 n 0000 %m 02058594 n 0000 %m 02058747 n 0000 | type of the Diomedeidae
-02058594 05 n 02 wandering_albatross 0 Diomedea_exulans 0 002 @ 02058221 n 0000 #m 02058453 n 0000 | very large albatross; white with wide black wings
-02058747 05 n 06 black-footed_albatross 0 gooney 0 gooney_bird 0 goonie 0 goony 0 Diomedea_nigripes 0 002 @ 02058221 n 0000 #m 02058453 n 0000 | a variety of albatross with black feet
-02058933 05 n 02 Procellariidae 0 family_Procellariidae 0 007 @ 01504437 n 0000 #m 02057478 n 0000 %m 02059162 n 0000 %m 02059393 n 0000 %m 02059723 n 0000 %m 02060016 n 0000 %m 02060290 n 0000 | petrels; fulmars; shearwaters;
-02059162 05 n 01 petrel 0 007 @ 02057731 n 0000 #m 02058933 n 0000 ~ 02059541 n 0000 ~ 02059852 n 0000 ~ 02060133 n 0000 ~ 02060411 n 0000 ~ 02060889 n 0000 | relatively small long-winged tube-nosed bird that flies far from land
-02059393 05 n 02 Procellaria 0 genus_Procellaria 0 003 @ 01507175 n 0000 #m 02058933 n 0000 %m 02059541 n 0000 | type genus of the Procellariidae
-02059541 05 n 02 white-chinned_petrel 0 Procellaria_aequinoctialis 0 002 @ 02059162 n 0000 #m 02059393 n 0000 | large black petrel of southern seas having a white mark on the chin
-02059723 05 n 02 Macronectes 0 genus_Macronectes 0 003 @ 01507175 n 0000 #m 02058933 n 0000 %m 02059852 n 0000 | giant petrels
-02059852 05 n 03 giant_petrel 0 giant_fulmar 0 Macronectes_giganteus 0 002 @ 02059162 n 0000 #m 02059723 n 0000 | large brownish petrel chiefly of Antarctic seas
-02060016 05 n 02 Fulmarus 0 genus_Fulmarus 0 003 @ 01507175 n 0000 #m 02058933 n 0000 %m 02060133 n 0000 | fulmars
-02060133 05 n 03 fulmar 0 fulmar_petrel 0 Fulmarus_glacialis 0 002 @ 02059162 n 0000 #m 02060016 n 0000 | heavy short-tailed oceanic bird of polar regions
-02060290 05 n 02 Puffinus 0 genus_Puffinus 0 003 @ 01507175 n 0000 #m 02058933 n 0000 %m 02060411 n 0000 | shearwaters
-02060411 05 n 01 shearwater 0 003 @ 02059162 n 0000 #m 02060290 n 0000 ~ 02060569 n 0000 | long-winged oceanic bird that in flight skims close to the waves
-02060569 05 n 02 Manx_shearwater 0 Puffinus_puffinus 0 001 @ 02060411 n 0000 | small black-and-white shearwater common in the northeastern Atlantic
-02060719 05 n 02 Hydrobatidae 0 family_Hydrobatidae 0 005 @ 01504437 n 0000 #m 02057478 n 0000 %m 02060889 n 0000 %m 02061073 n 0000 %m 02061425 n 0000 | storm petrels
-02060889 05 n 01 storm_petrel 0 004 @ 02059162 n 0000 #m 02060719 n 0000 ~ 02061217 n 0000 ~ 02061560 n 0000 | any of various small petrels having dark plumage with paler underparts
-02061073 05 n 02 Hydrobates 0 genus_Hydrobates 0 003 @ 01507175 n 0000 #m 02060719 n 0000 %m 02061217 n 0000 | type genus of the Hydrobatidae
-02061217 05 n 03 stormy_petrel 0 northern_storm_petrel 0 Hydrobates_pelagicus 0 002 @ 02060889 n 0000 #m 02061073 n 0000 | sooty black petrel with white markings; of the northern Atlantic and Mediterranean
-02061425 05 n 02 Oceanites 0 genus_Oceanites 0 003 @ 01507175 n 0000 #m 02060719 n 0000 %m 02061560 n 0000 | a genus of Hydrobatidae
-02061560 05 n 03 Mother_Carey's_chicken 0 Mother_Carey's_hen 0 Oceanites_oceanicus 0 002 @ 02060889 n 0000 #m 02061425 n 0000 | medium-sized storm petrel
-02061716 05 n 02 Pelecanoididae 0 family_Pelecanoididae 0 003 @ 01504437 n 0000 #m 02057478 n 0000 %m 02061853 n 0000 | diving petrels
-02061853 05 n 01 diving_petrel 0 002 @ 02057731 n 0000 #m 02061716 n 0000 | any of several small diving birds of southern hemisphere seas; somewhat resemble auks
-02062017 05 n 01 aquatic_mammal 0 005 @ 01886756 n 0000 ~ 02062430 n 0000 ~ 02073250 n 0000 ~ 02075927 n 0000 %p 02465084 n 0000 | whales and dolphins; manatees and dugongs; walruses; seals
-02062209 05 n 02 Cetacea 0 order_Cetacea 0 008 @ 01342529 n 0000 #m 01886220 n 0000 + 02689973 a 0102 + 02689973 a 0101 %m 02062430 n 0000 %m 02062991 n 0000 %m 02066450 n 0000 %m 02072209 n 0000 | an order of Eutheria
-02062430 05 n 03 cetacean 0 cetacean_mammal 0 blower 0 007 @ 02062017 n 0000 #m 02062209 n 0000 #m 07995164 n 0000 + 02689973 a 0101 ~ 02062744 n 0000 %p 02158619 n 0000 %p 05250420 n 0000 | large aquatic carnivorous mammal with fin-like forelimbs no hind limbs, including: whales; dolphins; porpoises; narwhals
-02062744 05 n 01 whale 0 006 @ 02062430 n 0000 + 01141938 v 0101 ~ 02063224 n 0000 ~ 02066707 n 0000 ~ 02072493 n 0000 ~ 02072953 n 0000 | any of the larger cetacean mammals having a streamlined body and breathing through a blowhole on the head
-02062991 05 n 02 Mysticeti 0 suborder_Mysticeti 0 006 @ 01342529 n 0000 #m 02062209 n 0000 %m 02063224 n 0000 %m 02063516 n 0000 %m 02064154 n 0000 %m 02065932 n 0000 | baleen whales: right whales; rorquals; blue whales; humpbacks
-02063224 05 n 02 baleen_whale 0 whalebone_whale 0 008 @ 02062744 n 0000 #m 02062991 n 0000 ~ 02063662 n 0000 ~ 02064000 n 0000 ~ 02064338 n 0000 ~ 02064816 n 0000 ~ 02065726 n 0000 ~ 02066245 n 0000 | whale with plates of whalebone along the upper jaw for filtering plankton from the water
-02063516 05 n 02 Balaenidae 0 family_Balaenidae 0 004 @ 01862557 n 0000 #m 02062991 n 0000 %m 02063662 n 0000 %m 02063846 n 0000 | right whales
-02063662 05 n 01 right_whale 0 002 @ 02063224 n 0000 #m 02063516 n 0000 | large Arctic whalebone whale; allegedly the `right' whale to hunt because of its valuable whalebone and oil
-02063846 05 n 02 Balaena 0 genus_Balaena 0 003 @ 01864707 n 0000 #m 02063516 n 0000 %m 02064000 n 0000 | type genus of the Balaenidae: Greenland whales
-02064000 05 n 04 bowhead 0 bowhead_whale 0 Greenland_whale 0 Balaena_mysticetus 0 002 @ 02063224 n 0000 #m 02063846 n 0000 | large-mouthed Arctic whale
-02064154 05 n 02 Balaenopteridae 0 family_Balaenopteridae 0 005 @ 01862557 n 0000 #m 02062991 n 0000 %m 02064338 n 0000 %m 02064608 n 0000 %m 02065599 n 0000 | rorquals; blue whales
-02064338 05 n 02 rorqual 0 razorback 2 005 @ 02063224 n 0000 #m 02064154 n 0000 ~ 02065026 n 0000 ~ 02065263 n 0000 ~ 02065407 n 0000 | any of several baleen whales of the family Balaenopteridae having longitudinal grooves on the throat and a small pointed dorsal fin
-02064608 05 n 02 Balaenoptera 0 genus_Balaenoptera 0 006 @ 01864707 n 0000 #m 02064154 n 0000 %m 02064816 n 0000 %m 02065026 n 0000 %m 02065263 n 0000 %m 02065407 n 0000 | type genus of the Balaenopteridae
-02064816 05 n 03 blue_whale 0 sulfur_bottom 0 Balaenoptera_musculus 0 002 @ 02063224 n 0000 #m 02064608 n 0000 | largest mammal ever known; bluish-grey migratory whalebone whale mostly of southern hemisphere
-02065026 05 n 05 finback 0 finback_whale 0 fin_whale 0 common_rorqual 0 Balaenoptera_physalus 0 002 @ 02064338 n 0000 #m 02064608 n 0000 | large flat-headed whalebone whale having deep furrows along the throat; of Atlantic and Pacific
-02065263 05 n 02 sei_whale 0 Balaenoptera_borealis 0 002 @ 02064338 n 0000 #m 02064608 n 0000 | similar to but smaller than the finback whale
-02065407 05 n 04 lesser_rorqual 0 piked_whale 0 minke_whale 0 Balaenoptera_acutorostrata 0 002 @ 02064338 n 0000 #m 02064608 n 0000 | small finback of coastal waters of Atlantic and Pacific
-02065599 05 n 02 Megaptera 0 genus_Megaptera 0 003 @ 01864707 n 0000 #m 02064154 n 0000 %m 02065726 n 0000 | humpback whales
-02065726 05 n 03 humpback 0 humpback_whale 0 Megaptera_novaeangliae 0 002 @ 02063224 n 0000 #m 02065599 n 0000 | large whalebone whale with long flippers noted for arching or humping its back as it dives
-02065932 05 n 02 Eschrichtiidae 0 family_Eschrichtiidae 0 003 @ 01862557 n 0000 #m 02062991 n 0000 %m 02066086 n 0000 | comprising only the grey whales
-02066086 05 n 02 Eschrichtius 0 genus_Eschrichtius 0 003 @ 01864707 n 0000 #m 02065932 n 0000 %m 02066245 n 0000 | type and sole genus of the Eschrichtiidae
-02066245 05 n 05 grey_whale 0 gray_whale 0 devilfish 3 Eschrichtius_gibbosus 0 Eschrichtius_robustus 0 002 @ 02063224 n 0000 #m 02066086 n 0000 | medium-sized greyish-black whale of the northern Pacific
-02066450 05 n 02 Odontoceti 0 suborder_Odontoceti 0 007 @ 01342529 n 0000 #m 02062209 n 0000 %m 02066707 n 0000 %m 02066950 n 0000 %m 02067941 n 0000 %m 02068735 n 0000 %m 02071905 n 0000 | toothed whales: dolphins; porpoises; sperm whales; beaked whales
-02066707 05 n 01 toothed_whale 0 007 @ 02062744 n 0000 #m 02066450 n 0000 ~ 02067240 n 0000 ~ 02067603 n 0000 ~ 02067768 n 0000 ~ 02068206 n 0000 ~ 02068974 n 0000 | any of several whales having simple conical teeth and feeding on fish etc.
-02066950 05 n 02 Physeteridae 0 family_Physeteridae 0 004 @ 01862557 n 0000 #m 02066450 n 0000 %m 02067100 n 0000 %m 02067462 n 0000 | sperm whales
-02067100 05 n 02 Physeter 0 genus_Physeter 0 003 @ 01864707 n 0000 #m 02066950 n 0000 %m 02067240 n 0000 | type genus of the Physeteridae
-02067240 05 n 04 sperm_whale 0 cachalot 0 black_whale 1 Physeter_catodon 0 002 @ 02066707 n 0000 #m 02067100 n 0000 | large whale with a large cavity in the head containing spermaceti and oil; also a source of ambergris
-02067462 05 n 02 Kogia 0 genus_Kogia 0 004 @ 01864707 n 0000 #m 02066950 n 0000 %m 02067603 n 0000 %m 02067768 n 0000 | pygmy sperm whales
-02067603 05 n 02 pygmy_sperm_whale 0 Kogia_breviceps 0 002 @ 02066707 n 0000 #m 02067462 n 0000 | small sperm whale of warm waters of both coasts of North America
-02067768 05 n 02 dwarf_sperm_whale 0 Kogia_simus 0 002 @ 02066707 n 0000 #m 02067462 n 0000 | very small (to 8 feet) sperm whale of central coasts of Atlantic and Pacific
-02067941 05 n 04 Ziphiidae 0 family_Ziphiidae 0 Hyperodontidae 0 family_Hyperodontidae 0 004 @ 01862557 n 0000 #m 02066450 n 0000 %m 02068206 n 0000 %m 02068408 n 0000 | beaked whales; in some especially former classifications included in the family Physeteridae
-02068206 05 n 01 beaked_whale 0 003 @ 02066707 n 0000 #m 02067941 n 0000 ~ 02068541 n 0000 | any of several whales inhabiting all oceans and having beaklike jaws with vestigial teeth in the upper jaw
-02068408 05 n 02 Hyperoodon 0 genus_Hyperoodon 0 003 @ 01864707 n 0000 #m 02067941 n 0000 %m 02068541 n 0000 | bottle-nosed whales
-02068541 05 n 04 bottle-nosed_whale 0 bottlenose_whale 0 bottlenose 1 Hyperoodon_ampullatus 0 002 @ 02068206 n 0000 #m 02068408 n 0000 | northern Atlantic beaked whale with a bulbous forehead
-02068735 05 n 02 Delphinidae 0 family_Delphinidae 0 009 @ 01862557 n 0000 #m 02066450 n 0000 %m 02068974 n 0000 %m 02069271 n 0000 %m 02069569 n 0000 %m 02070311 n 0000 %m 02070923 n 0000 %m 02071173 n 0000 %m 02071506 n 0000 | dolphins
-02068974 05 n 01 dolphin 0 010 @ 02066707 n 0000 #m 02068735 n 0000 ~ 02069412 n 0000 ~ 02069701 n 0000 ~ 02070430 n 0000 ~ 02071028 n 0000 ~ 02071294 n 0000 ~ 02071636 n 0000 ~ 02072040 n 0000 ~ 02072798 n 0000 | any of various small toothed whales with a beaklike snout; larger than porpoises
-02069271 05 n 02 Delphinus 0 genus_Delphinus 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02069412 n 0000 | type genus of the Delphinidae
-02069412 05 n 02 common_dolphin 0 Delphinus_delphis 0 002 @ 02068974 n 0000 #m 02069271 n 0000 | black-and-white dolphin that leaps high out of the water;
-02069569 05 n 02 Tursiops 0 genus_Tursiops 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02069701 n 0000 | a genus of Delphinidae
-02069701 05 n 03 bottlenose_dolphin 0 bottle-nosed_dolphin 0 bottlenose 2 004 @ 02068974 n 0000 #m 02069569 n 0000 ~ 02069974 n 0000 ~ 02070174 n 0000 | any of several dolphins with rounded forehead and well-developed beak; chiefly of northern Atlantic and Mediterranean
-02069974 05 n 02 Atlantic_bottlenose_dolphin 0 Tursiops_truncatus 0 001 @ 02069701 n 0000 | the most common dolphin of northern Atlantic and Mediterranean; often kept captive and trained to perform
-02070174 05 n 02 Pacific_bottlenose_dolphin 0 Tursiops_gilli 0 001 @ 02069701 n 0000 | a bottlenose dolphin found in the Pacific Ocean
-02070311 05 n 02 Phocoena 0 genus_Phocoena 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02070430 n 0000 | porpoises
-02070430 05 n 01 porpoise 0 004 @ 02068974 n 0000 #m 02070311 n 0000 ~ 02070624 n 0000 ~ 02070776 n 0000 | any of several small gregarious cetacean mammals having a blunt snout and many teeth
-02070624 05 n 03 harbor_porpoise 0 herring_hog 0 Phocoena_phocoena 0 001 @ 02070430 n 0000 | the common porpoise of the northern Atlantic and Pacific
-02070776 05 n 02 vaquita 0 Phocoena_sinus 0 001 @ 02070430 n 0000 | a short porpoise that lives in the Gulf of California; an endangered species
-02070923 05 n 01 genus_Grampus 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02071028 n 0000 | grampus
-02071028 05 n 02 grampus 1 Grampus_griseus 0 002 @ 02068974 n 0000 #m 02070923 n 0000 | slaty-grey blunt-nosed dolphin common in northern seas
-02071173 05 n 02 Orcinus 0 genus_Orcinus 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02071294 n 0000 | killer whales
-02071294 05 n 06 killer_whale 0 killer 0 orca 0 grampus 2 sea_wolf 0 Orcinus_orca 0 002 @ 02068974 n 0000 #m 02071173 n 0000 | predatory black-and-white toothed whale with large dorsal fin; common in cold seas
-02071506 05 n 02 Globicephala 0 genus_Globicephala 0 003 @ 01864707 n 0000 #m 02068735 n 0000 %m 02071636 n 0000 | pilot whales
-02071636 05 n 05 pilot_whale 0 black_whale 2 common_blackfish 0 blackfish 2 Globicephala_melaena 0 002 @ 02068974 n 0000 #m 02071506 n 0000 | small dark-colored whale of the Atlantic coast of the United States; the largest male acts as pilot or leader for the school
-02071905 05 n 02 Platanistidae 0 family_Platanistidae 0 003 @ 01862557 n 0000 #m 02066450 n 0000 %m 02072040 n 0000 | river dolphins
-02072040 05 n 01 river_dolphin 0 002 @ 02068974 n 0000 #m 02071905 n 0000 | any of several long-snouted usually freshwater dolphins of South America and southern Asia
-02072209 05 n 02 Monodontidae 0 family_Monodontidae 0 004 @ 01862557 n 0000 #m 02062209 n 0000 %m 02072355 n 0000 %m 02072665 n 0000 | narwhals
-02072355 05 n 02 Monodon 0 genus_Monodon 0 003 @ 01864707 n 0000 #m 02072209 n 0000 %m 02072493 n 0000 | type genus of the Monodontidae
-02072493 05 n 04 narwhal 0 narwal 0 narwhale 0 Monodon_monoceros 0 002 @ 02062744 n 0000 #m 02072355 n 0000 | small Arctic whale the male having a long spiral ivory tusk
-02072665 05 n 02 Delphinapterus 0 genus_Delphinapterus 0 003 @ 01864707 n 0000 #m 02072209 n 0000 %m 02072798 n 0000 | white whale
-02072798 05 n 03 white_whale 0 beluga 2 Delphinapterus_leucas 0 002 @ 02068974 n 0000 #m 02072665 n 0000 | small northern whale that is white when adult
-02072953 05 n 01 spouter 0 002 @ 02062744 n 0000 + 02068413 v 0104 | a spouting whale
-02073041 05 n 02 Sirenia 0 order_Sirenia 0 005 @ 01342529 n 0000 #m 01886220 n 0000 %m 02073250 n 0000 %m 02073532 n 0000 %m 02074004 n 0000 | an animal order including: manatees; dugongs; Steller's sea cow
-02073250 05 n 03 sea_cow 0 sirenian_mammal 0 sirenian 0 005 @ 02062017 n 0000 #m 02073041 n 0000 ~ 02073831 n 0000 ~ 02074367 n 0000 ~ 02074726 n 0000 | any of two families of large herbivorous aquatic mammals with paddle-shaped tails and flipper-like forelimbs and no hind limbs
-02073532 05 n 02 Trichechidae 0 family_Trichechidae 0 003 @ 01862557 n 0000 #m 02073041 n 0000 %m 02073679 n 0000 | comprising only the manatees
-02073679 05 n 02 Trichechus 0 genus_Trichecus 0 003 @ 01864707 n 0000 #m 02073532 n 0000 %m 02073831 n 0000 | type and sole genus of the Trichechidae
-02073831 05 n 02 manatee 0 Trichechus_manatus 0 002 @ 02073250 n 0000 #m 02073679 n 0000 | sirenian mammal of tropical coastal waters of America; the flat tail is rounded
-02074004 05 n 02 Dugongidae 0 family_Dugongidae 0 004 @ 01862557 n 0000 #m 02073041 n 0000 %m 02074214 n 0000 %m 02074542 n 0000 | a family of mammals of order Sirenia including dugongs and Steller's sea cow
-02074214 05 n 01 genus_Dugong 0 003 @ 01864707 n 0000 #m 02074004 n 0000 %m 02074367 n 0000 | type genus of the Dugongidae comprising only the dugongs
-02074367 05 n 02 dugong 0 Dugong_dugon 0 002 @ 02073250 n 0000 #m 02074214 n 0000 | sirenian tusked mammal found from eastern Africa to Australia; the flat tail is bilobate
-02074542 05 n 02 Hydrodamalis 0 genus_Hydrodamalis 0 003 @ 01864707 n 0000 #m 02074004 n 0000 %m 02074726 n 0000 | a genus of the family Dugongidae comprising only Steller's sea cow
-02074726 05 n 02 Steller's_sea_cow 0 Hydrodamalis_gigas 0 002 @ 02073250 n 0000 #m 02074542 n 0000 | extinct large sirenian mammal formerly found near the Asiatic coast of the Bering Sea
-02074915 05 n 02 Carnivora 0 order_Carnivora 0 011 @ 01342529 n 0000 #m 01886220 n 0000 %m 02075296 n 0000 %m 02075727 n 0000 %m 02083038 n 0000 %m 02116959 n 0000 %m 02120692 n 0000 %m 02131418 n 0000 %m 02134589 n 0000 %m 02440705 n 0000 %m 02507337 n 0000 | cats; lions; tigers; panthers; dogs; wolves; jackals; bears; raccoons; skunks; and members of the suborder Pinnipedia
-02075296 05 n 01 carnivore 0 009 @ 01886756 n 0000 #m 02074915 n 0000 ~ 02082190 n 0000 ~ 02083346 n 0000 ~ 02120997 n 0000 ~ 02131653 n 0000 ~ 02134971 n 0000 ~ 02441326 n 0000 ~ 02507649 n 0000 | a terrestrial or aquatic flesh-eating mammal; "terrestrial carnivores have four or five clawed digits on each limb"
-02075612 05 n 01 omnivore 0 001 @ 00015388 n 0000 | an animal that feeds on both animal and vegetable substances
-02075727 05 n 02 Pinnipedia 0 suborder_Pinnipedia 0 006 @ 01342529 n 0000 #m 02074915 n 0000 %m 02075927 n 0000 %m 02076535 n 0000 %m 02079170 n 0000 %m 02081282 n 0000 | seals; sea lions; walruses
-02075927 05 n 03 pinniped_mammal 0 pinniped 0 pinnatiped 0 005 @ 02062017 n 0000 #m 02075727 n 0000 #m 07995164 n 0000 ~ 02076196 n 0000 ~ 02081571 n 0000 | aquatic carnivorous mammal having a streamlined body specialized for swimming with limbs modified as flippers
-02076196 05 n 01 seal 0 005 @ 02075927 n 0000 + 01143498 v 0101 ~ 02076402 n 0000 ~ 02076779 n 0000 ~ 02079389 n 0000 | any of numerous marine mammals that come on shore to breed; chiefly of cold regions
-02076402 05 n 02 crabeater_seal 0 crab-eating_seal 0 001 @ 02076196 n 0000 | silvery grey Antarctic seal subsisting on crustaceans
-02076535 05 n 02 Otariidae 0 family_Otariidae 0 008 @ 01862557 n 0000 #m 02075727 n 0000 %m 02076779 n 0000 %m 02077023 n 0000 %m 02077533 n 0000 %m 02078159 n 0000 %m 02078436 n 0000 %m 02078882 n 0000 | eared seals: sea lions and fur seals
-02076779 05 n 01 eared_seal 0 005 @ 02076196 n 0000 #m 02076535 n 0000 ~ 02077152 n 0000 ~ 02077658 n 0000 ~ 02077923 n 0000 | pinniped mammal having external ear flaps and hind limbs used for locomotion on land; valued for its soft underfur
-02077023 05 n 02 Arctocephalus 0 genus_Arctocephalus 0 003 @ 01864707 n 0000 #m 02076535 n 0000 %m 02077152 n 0000 | fur seals
-02077152 05 n 01 fur_seal 1 003 @ 02076779 n 0000 #m 02077023 n 0000 ~ 02077384 n 0000 | eared seal of the southern hemisphere; the thick soft underfur is the source of sealskin; "the male fur seal is much larger than the female"
-02077384 05 n 02 guadalupe_fur_seal 0 Arctocephalus_philippi 0 001 @ 02077152 n 0000 | a fur seal of the Pacific coast of California and southward
-02077533 05 n 02 Callorhinus 0 genus_Callorhinus 0 003 @ 01864707 n 0000 #m 02076535 n 0000 %m 02077658 n 0000 | fur seals
-02077658 05 n 01 fur_seal 2 003 @ 02076779 n 0000 #m 02077533 n 0000 ~ 02077787 n 0000 | an eared seal of the northern Pacific
-02077787 05 n 02 Alaska_fur_seal 0 Callorhinus_ursinus 0 001 @ 02077658 n 0000 | of Pacific coast from Alaska southward to California
-02077923 05 n 01 sea_lion 0 005 @ 02076779 n 0000 ~ 02078292 n 0000 ~ 02078574 n 0000 ~ 02078738 n 0000 ~ 02079005 n 0000 | any of several large eared seals of the northern Pacific related to fur seals but lacking their valuable coat
-02078159 05 n 02 Otaria 0 genus_Otaria 0 003 @ 01864707 n 0000 #m 02076535 n 0000 %m 02078292 n 0000 | type genus of the Otariidae
-02078292 05 n 02 South_American_sea_lion 0 Otaria_Byronia 0 002 @ 02077923 n 0000 #m 02078159 n 0000 | of the southern coast of South America
-02078436 05 n 02 Zalophus 0 genus_Zalophus 0 004 @ 01864707 n 0000 #m 02076535 n 0000 %m 02078574 n 0000 %m 02078738 n 0000 | sea lions
-02078574 05 n 03 California_sea_lion 0 Zalophus_californianus 0 Zalophus_californicus 0 002 @ 02077923 n 0000 #m 02078436 n 0000 | often trained as a show animal
-02078738 05 n 02 Australian_sea_lion 0 Zalophus_lobatus 0 002 @ 02077923 n 0000 #m 02078436 n 0000 | a variety of sea lion found in Australia
-02078882 05 n 02 Eumetopias 0 genus_Eumetopias 0 003 @ 01864707 n 0000 #m 02076535 n 0000 %m 02079005 n 0000 | sea lions
-02079005 05 n 03 Steller_sea_lion 0 Steller's_sea_lion 0 Eumetopias_jubatus 0 002 @ 02077923 n 0000 #m 02078882 n 0000 | largest sea lion; of the northern Pacific
-02079170 05 n 02 Phocidae 0 family_Phocidae 0 008 @ 01862557 n 0000 #m 02075727 n 0000 %m 02079389 n 0000 %m 02079706 n 0000 %m 02080022 n 0000 %m 02080291 n 0000 %m 02080586 n 0000 %m 02080934 n 0000 | earless seals
-02079389 05 n 03 earless_seal 0 true_seal 0 hair_seal 0 007 @ 02076196 n 0000 #m 02079170 n 0000 ~ 02079851 n 0000 ~ 02080146 n 0000 ~ 02080415 n 0000 ~ 02080713 n 0000 ~ 02081060 n 0000 | any of several seals lacking external ear flaps and having a stiff hairlike coat with hind limbs reduced to swimming flippers
-02079706 05 n 02 Phoca 0 genus_Phoca 0 003 @ 01864707 n 0000 #m 02079170 n 0000 %m 02079851 n 0000 | type genus of the Phocidae: earless seals
-02079851 05 n 03 harbor_seal 0 common_seal 0 Phoca_vitulina 0 002 @ 02079389 n 0000 #m 02079706 n 0000 | small spotted seal of coastal waters of the northern hemisphere
-02080022 05 n 02 Pagophilus 0 genus_Pagophilus 0 003 @ 01864707 n 0000 #m 02079170 n 0000 %m 02080146 n 0000 | harp seals
-02080146 05 n 02 harp_seal 0 Pagophilus_groenlandicus 0 002 @ 02079389 n 0000 #m 02080022 n 0000 | common Arctic seal; the young are all white
-02080291 05 n 02 Mirounga 0 genus_Mirounga 0 003 @ 01864707 n 0000 #m 02079170 n 0000 %m 02080415 n 0000 | elephant seals
-02080415 05 n 02 elephant_seal 0 sea_elephant 0 002 @ 02079389 n 0000 #m 02080291 n 0000 | either of two large northern Atlantic earless seals having snouts like trunks
-02080586 05 n 02 Erignathus 0 genus_Erignathus 0 003 @ 01864707 n 0000 #m 02079170 n 0000 %m 02080713 n 0000 | bearded seals
-02080713 05 n 03 bearded_seal 0 squareflipper_square_flipper 0 Erignathus_barbatus 0 002 @ 02079389 n 0000 #m 02080586 n 0000 | medium-sized greyish to yellow seal with bristles each side of muzzle; of the Arctic Ocean
-02080934 05 n 02 Cystophora 0 genus_Cystophora 0 003 @ 01864707 n 0000 #m 02079170 n 0000 %m 02081060 n 0000 | hooded seals
-02081060 05 n 03 hooded_seal 0 bladdernose 0 Cystophora_cristata 0 002 @ 02079389 n 0000 #m 02080934 n 0000 | medium-sized blackish-grey seal with large inflatable sac on the head; of Arctic and northern Atlantic waters
-02081282 05 n 02 Odobenidae 0 family_Odobenidae 0 003 @ 01862557 n 0000 #m 02075727 n 0000 %m 02081423 n 0000 | walruses and extinct forms
-02081423 05 n 02 Odobenus 0 genus_Odobenus 0 003 @ 01864707 n 0000 #m 02081282 n 0000 %m 02081571 n 0000 | type genus of the Odobenidae: walruses
-02081571 05 n 03 walrus 0 seahorse 1 sea_horse 1 004 @ 02075927 n 0000 #m 02081423 n 0000 ~ 02081798 n 0000 ~ 02081927 n 0000 | either of two large northern marine mammals having ivory tusks and tough hide over thick blubber
-02081798 05 n 02 Atlantic_walrus 0 Odobenus_rosmarus 0 001 @ 02081571 n 0000 | a walrus of northern Atlantic and Arctic waters
-02081927 05 n 02 Pacific_walrus 0 Odobenus_divergens 0 001 @ 02081571 n 0000 | a walrus of the Bering Sea and northern Pacific
-02082056 05 n 01 Fissipedia 0 002 @ 01886756 n 0000 #m 01886220 n 0000 | in some classifications considered a suborder of Carnivora
-02082190 05 n 02 fissiped_mammal 0 fissiped 0 001 @ 02075296 n 0000 | terrestrial carnivores; having toes separated to the base: dogs; cats; bears; badgers; raccoons
-02082358 05 n 02 Tubulidentata 0 order_Tubulidentata 0 003 @ 01342529 n 0000 #m 01886220 n 0000 %m 02082498 n 0000 | an order of Eutheria
-02082498 05 n 02 Orycteropodidae 0 family_Orycteropodidae 0 003 @ 01862557 n 0000 #m 02082358 n 0000 %m 02082632 n 0000 | aardvarks
-02082632 05 n 02 Orycteropus 0 genus_Orycteropus 0 003 @ 01864707 n 0000 #m 02082498 n 0000 %m 02082791 n 0000 | coextensive with the family Orycteropodidae
-02082791 05 n 04 aardvark 0 ant_bear 1 anteater 1 Orycteropus_afer 0 002 @ 01886756 n 0000 #m 02082632 n 0000 | nocturnal burrowing mammal of the grasslands of Africa that feeds on termites; sole extant representative of the order Tubulidentata
-02083038 05 n 02 Canidae 0 family_Canidae 0 012 @ 01862557 n 0000 #m 02074915 n 0000 %m 02083346 n 0000 %m 02083863 n 0000 %m 02115335 n 0000 %m 02115775 n 0000 %m 02116079 n 0000 %m 02116322 n 0000 %m 02116630 n 0000 %m 02118854 n 0000 %m 02119961 n 0000 %m 02120387 n 0000 | dogs; wolves; jackals; foxes
-02083346 05 n 02 canine 0 canid 0 011 @ 02075296 n 0000 #m 02083038 n 0000 + 02677703 a 0101 ~ 02083672 n 0000 ~ 02084071 n 0000 ~ 02114100 n 0000 ~ 02115096 n 0000 ~ 02115335 n 0000 ~ 02117135 n 0000 ~ 02118333 n 0000 %p 02439929 n 0000 | any of various fissiped mammals with nonretractile claws and typically long muzzles
-02083672 05 n 01 bitch 0 002 @ 02083346 n 0000 ~ 02083780 n 0000 | female of any member of the dog family
-02083780 05 n 01 brood_bitch 0 001 @ 02083672 n 0000 | a bitch used for breeding
-02083863 05 n 02 Canis 0 genus_Canis 0 005 @ 01864707 n 0000 #m 02083038 n 0000 %m 02084071 n 0000 %m 02114100 n 0000 %m 02115096 n 0000 | type genus of the Canidae: domestic and wild dogs; wolves; jackals
-02084071 05 n 03 dog 0 domestic_dog 0 Canis_familiaris 0 023 @ 02083346 n 0000 @ 01317541 n 0000 #m 02083863 n 0000 #m 07994941 n 0000 ~ 01322604 n 0000 ~ 02084732 n 0000 ~ 02084861 n 0000 ~ 02085272 n 0000 ~ 02085374 n 0000 ~ 02087122 n 0000 ~ 02103406 n 0000 ~ 02110341 n 0000 ~ 02110806 n 0000 ~ 02110958 n 0000 ~ 02111129 n 0000 ~ 02111277 n 0000 ~ 02111500 n 0000 ~ 02111626 n 0000 ~ 02112497 n 0000 ~ 02112826 n 0000 ~ 02113335 n 0000 ~ 02113978 n 0000 %p 02158846 n 0000 | a member of the genus Canis (probably descended from the common wolf) that has been domesticated by man since prehistoric times; occurs in many breeds; "the dog barked all night"
-02084732 05 n 05 pooch 0 doggie 0 doggy 0 barker 0 bow-wow 0 002 @ 02084071 n 0000 + 01047745 v 0401 | informal terms for dogs
-02084861 05 n 03 cur 0 mongrel 0 mutt 0 004 @ 02084071 n 0000 + 01429663 v 0201 ~ 02085019 n 0000 ~ 02085118 n 0000 | an inferior dog or one of mixed breed
-02085019 05 n 02 feist 0 fice 0 001 @ 02084861 n 0000 | a nervous belligerent little mongrel dog
-02085118 05 n 03 pariah_dog 0 pye-dog 0 pie-dog 0 001 @ 02084861 n 0000 | ownerless half-wild mongrel dog common around Asian villages especially India
-02085272 05 n 01 lapdog 0 001 @ 02084071 n 0000 | a dog small and tame enough to be held in the lap
-02085374 05 n 02 toy_dog 0 toy 0 008 @ 02084071 n 0000 ~ 02085620 n 0000 ~ 02085782 n 0000 ~ 02085936 n 0000 ~ 02086079 n 0000 ~ 02086240 n 0000 ~ 02086346 n 0000 ~ 02087046 n 0000 | any of several breeds of very small dogs kept purely as pets
-02085620 05 n 01 Chihuahua 0 001 @ 02085374 n 0000 | an old breed of tiny short-haired dog with protruding eyes from Mexico held to antedate Aztec civilization
-02085782 05 n 01 Japanese_spaniel 0 001 @ 02085374 n 0000 | breed of toy dogs originating in Japan having a silky black-and-white or red-and-white coat
-02085936 05 n 03 Maltese_dog 0 Maltese_terrier 0 Maltese 0 001 @ 02085374 n 0000 | breed of toy dogs having a long straight silky white coat
-02086079 05 n 03 Pekinese 0 Pekingese 0 Peke 0 001 @ 02085374 n 0000 | a Chinese breed of small short-legged dogs with a long silky coat and broad flat muzzle
-02086240 05 n 01 Shih-Tzu 0 001 @ 02085374 n 0000 | a Chinese breed of small dog similar to a Pekingese
-02086346 05 n 01 toy_spaniel 0 004 @ 02085374 n 0000 ~ 02086478 n 0000 ~ 02086753 n 0000 ~ 02086910 n 0000 | a very small spaniel
-02086478 05 n 01 English_toy_spaniel 0 002 @ 02086346 n 0000 ~ 02086646 n 0000 | British breed having a long silky coat and rounded head with a short upturned muzzle
-02086646 05 n 01 Blenheim_spaniel 0 001 @ 02086478 n 0000 | red-and-white variety of English toy spaniel
-02086753 05 n 01 King_Charles_spaniel 0 001 @ 02086346 n 0000 | a toy English spaniel with a black-and-tan coat; named after Charles II who popularized it
-02086910 05 n 01 papillon 0 001 @ 02086346 n 0000 | small slender toy spaniel with erect ears and a black-spotted brown to white coat
-02087046 05 n 01 toy_terrier 0 001 @ 02085374 n 0000 | a small active dog
-02087122 05 n 01 hunting_dog 0 007 @ 02084071 n 0000 ~ 02087314 n 0000 ~ 02087394 n 0000 ~ 02087551 n 0000 ~ 02089232 n 0000 ~ 02092468 n 0000 ~ 02098550 n 0000 | a dog used in hunting game
-02087314 05 n 01 courser 2 001 @ 02087122 n 0000 | a dog trained for coursing
-02087394 05 n 01 Rhodesian_ridgeback 0 001 @ 02087122 n 0000 | a powerful short-haired African hunting dog having a crest of reversed hair along the spine
-02087551 05 n 02 hound 0 hound_dog 0 023 @ 02087122 n 0000 #m 07994941 n 0000 + 02003601 v 0101 ~ 02088094 n 0000 ~ 02088238 n 0000 ~ 02088364 n 0000 ~ 02088466 n 0000 ~ 02088632 n 0000 ~ 02088745 n 0000 ~ 02088839 n 0000 ~ 02089555 n 0000 ~ 02090129 n 0000 ~ 02090253 n 0000 ~ 02090379 n 0000 ~ 02090475 n 0000 ~ 02090827 n 0000 ~ 02091244 n 0000 ~ 02091467 n 0000 ~ 02091635 n 0000 ~ 02091831 n 0000 ~ 02092002 n 0000 ~ 02092173 n 0000 ~ 02092339 n 0000 | any of several breeds of dog used for hunting typically having large drooping ears
-02088094 05 n 02 Afghan_hound 0 Afghan 0 001 @ 02087551 n 0000 | tall graceful breed of hound with a long silky coat; native to the Near East
-02088238 05 n 02 basset 0 basset_hound 0 001 @ 02087551 n 0000 | smooth-haired breed of hound with short legs and long ears
-02088364 05 n 01 beagle 0 001 @ 02087551 n 0000 | a small short-legged smooth-coated breed of hound
-02088466 05 n 02 bloodhound 0 sleuthhound 0 001 @ 02087551 n 0000 | a breed of large powerful hound of European origin having very acute smell and used in tracking
-02088632 05 n 01 bluetick 0 001 @ 02087551 n 0000 | a very fast American hound; white mottled with bluish grey
-02088745 05 n 01 boarhound 0 001 @ 02087551 n 0000 | large hound used in hunting wild boars
-02088839 05 n 01 coonhound 0 003 @ 02087551 n 0000 ~ 02088992 n 0000 ~ 02089078 n 0000 | any of several breeds of hound developed for hunting raccoons
-02088992 05 n 01 coondog 0 001 @ 02088839 n 0000 | any dog trained to hunt raccoons
-02089078 05 n 01 black-and-tan_coonhound 0 001 @ 02088839 n 0000 | American breed of large powerful hound dogs used for hunting raccoons and other game
-02089232 05 n 03 dachshund 0 dachsie 0 badger_dog 0 002 @ 02087122 n 0000 ~ 02089468 n 0000 | small long-bodied short-legged German breed of dog having a short sleek coat and long drooping ears; suited for following game into burrows
-02089468 05 n 02 sausage_dog 0 sausage_hound 0 001 @ 02089232 n 0000 | informal term
-02089555 05 n 01 foxhound 0 004 @ 02087551 n 0000 ~ 02089725 n 0000 ~ 02089867 n 0000 ~ 02089973 n 0000 | medium-sized glossy-coated hounds developed for hunting foxes
-02089725 05 n 01 American_foxhound 0 001 @ 02089555 n 0000 | an American breed of foxhounds used for hunting both in packs and individually
-02089867 05 n 02 Walker_hound 0 Walker_foxhound 0 001 @ 02089555 n 0000 | an American breed of foxhound
-02089973 05 n 01 English_foxhound 0 001 @ 02089555 n 0000 | an English breed slightly larger than the American foxhounds originally used to hunt in packs
-02090129 05 n 01 harrier 1 001 @ 02087551 n 0000 | a hound that resembles a foxhound but is smaller; used to hunt rabbits
-02090253 05 n 01 Plott_hound 0 001 @ 02087551 n 0000 | a brindle-coated American hound used in hunting bears and wild boars
-02090379 05 n 01 redbone 0 001 @ 02087551 n 0000 | a speedy red or red-and-tan American hound
-02090475 05 n 01 wolfhound 0 003 @ 02087551 n 0000 ~ 02090622 n 0000 ~ 02090721 n 0000 | the largest breed of dogs; formerly used to hunt wolves
-02090622 05 n 02 borzoi 0 Russian_wolfhound 0 001 @ 02090475 n 0000 | tall fast-moving dog breed
-02090721 05 n 01 Irish_wolfhound 0 001 @ 02090475 n 0000 | large breed of hound with a rough thick coat
-02090827 05 n 01 greyhound 0 004 @ 02087551 n 0000 @ 02384858 n 0000 ~ 02091032 n 0000 ~ 02091134 n 0000 | a tall slender dog of an ancient breed noted for swiftness and keen sight; used as a racing dog
-02091032 05 n 01 Italian_greyhound 0 001 @ 02090827 n 0000 | a toy dog developed from the greyhound
-02091134 05 n 01 whippet 0 001 @ 02090827 n 0000 | small slender dog of greyhound type developed in England
-02091244 05 n 02 Ibizan_hound 0 Ibizan_Podenco 0 001 @ 02087551 n 0000 | breed of slender agile medium-sized hound found chiefly in the Balearic Islands; said to have been bred originally by the Pharaohs of ancient Egypt
-02091467 05 n 02 Norwegian_elkhound 0 elkhound 0 001 @ 02087551 n 0000 | breed of compact medium-sized dog with a heavy grey coat developed in Norway for hunting elk
-02091635 05 n 02 otterhound 0 otter_hound 0 001 @ 02087551 n 0000 | hardy British hound having long pendulous ears and a thick coarse shaggy coat with an oily undercoat; bred for hunting otters
-02091831 05 n 02 Saluki 0 gazelle_hound 0 001 @ 02087551 n 0000 | old breed of tall swift keen-eyed hunting dogs resembling greyhounds; from Egypt and southwestern Asia
-02092002 05 n 02 Scottish_deerhound 0 deerhound 0 001 @ 02087551 n 0000 | very large and tall rough-coated dog bred for hunting deer; known as the royal dog of Scotland
-02092173 05 n 01 staghound 0 001 @ 02087551 n 0000 | a large heavy hound formerly used in hunting stags and other large game; similar to but larger than a foxhound
-02092339 05 n 01 Weimaraner 0 001 @ 02087551 n 0000 | large breed of hound having a smooth greyish coat; originated in Germany
-02092468 05 n 01 terrier 0 025 @ 02087122 n 0000 ~ 02093056 n 0000 ~ 02093647 n 0000 ~ 02093754 n 0000 ~ 02093859 n 0000 ~ 02093991 n 0000 ~ 02094114 n 0000 ~ 02094258 n 0000 ~ 02094433 n 0000 ~ 02094562 n 0000 ~ 02095050 n 0000 ~ 02095412 n 0000 ~ 02096051 n 0000 ~ 02096177 n 0000 ~ 02096294 n 0000 ~ 02096437 n 0000 ~ 02096585 n 0000 ~ 02096756 n 0000 ~ 02097298 n 0000 ~ 02097474 n 0000 ~ 02097658 n 0000 ~ 02097786 n 0000 ~ 02098105 n 0000 ~ 02098286 n 0000 ~ 02098413 n 0000 | any of several usually small short-bodied breeds originally trained to hunt animals living underground
-02093056 05 n 02 bullterrier 0 bull_terrier 0 003 @ 02092468 n 0000 ~ 02093256 n 0000 ~ 02093428 n 0000 | a powerful short-haired terrier originated in England by crossing the bulldog with terriers
-02093256 05 n 02 Staffordshire_bullterrier 0 Staffordshire_bull_terrier 0 001 @ 02093056 n 0000 | English breed of strong stocky dog having a broad skull and smooth coat
-02093428 05 n 04 American_Staffordshire_terrier 0 Staffordshire_terrier 0 American_pit_bull_terrier 0 pit_bull_terrier 0 001 @ 02093056 n 0000 | American breed of muscular terriers with a short close-lying stiff coat
-02093647 05 n 01 Bedlington_terrier 0 001 @ 02092468 n 0000 | a light terrier groomed to resemble a lamb
-02093754 05 n 01 Border_terrier 0 001 @ 02092468 n 0000 | small rough-coated terrier of British origin
-02093859 05 n 01 Kerry_blue_terrier 0 001 @ 02092468 n 0000 | an Irish breed of medium-sized terriers with a silky blue-grey coat
-02093991 05 n 01 Irish_terrier 0 001 @ 02092468 n 0000 | medium-sized breed with a wiry brown coat; developed in Ireland
-02094114 05 n 01 Norfolk_terrier 0 001 @ 02092468 n 0000 | English breed of small terrier with a straight wiry grizzled coat and dropped ears
-02094258 05 n 01 Norwich_terrier 0 001 @ 02092468 n 0000 | English breed of small short-legged terrier with a straight wiry red or grey or black-and-tan coat and erect ears
-02094433 05 n 01 Yorkshire_terrier 0 001 @ 02092468 n 0000 | very small breed having a long glossy coat of bluish-grey and tan
-02094562 05 n 02 rat_terrier 0 ratter 0 003 @ 02092468 n 0000 + 01480641 v 0201 ~ 02094721 n 0000 | any of several breeds of terrier developed to catch rats
-02094721 05 n 02 Manchester_terrier 0 black-and-tan_terrier 0 002 @ 02094562 n 0000 ~ 02094931 n 0000 | a breed of short-haired rat terrier with a black-and-tan coat that was developed in Manchester, England
-02094931 05 n 02 toy_Manchester 0 toy_Manchester_terrier 0 001 @ 02094721 n 0000 | breed of small Manchester terrier
-02095050 05 n 01 fox_terrier 0 003 @ 02092468 n 0000 ~ 02095212 n 0000 ~ 02095314 n 0000 | small lively black-and-white terriers formerly used to dig out foxes
-02095212 05 n 01 smooth-haired_fox_terrier 0 001 @ 02095050 n 0000 | a fox terrier with smooth hair
-02095314 05 n 01 wire-haired_fox_terrier 0 001 @ 02095050 n 0000 | a fox terrier with wiry hair
-02095412 05 n 03 wirehair 0 wirehaired_terrier 0 wire-haired_terrier 0 003 @ 02092468 n 0000 ~ 02095570 n 0000 ~ 02095727 n 0000 | a terrier with wiry hair
-02095570 05 n 01 Lakeland_terrier 0 001 @ 02095412 n 0000 | breed of wire-haired terrier originally from the Lake District of England and used for hunting
-02095727 05 n 01 Welsh_terrier 0 002 @ 02095412 n 0000 ~ 02095889 n 0000 | wire-haired terrier resembling Airedales but smaller; developed in Wales for hunting
-02095889 05 n 02 Sealyham_terrier 0 Sealyham 0 002 @ 02095727 n 0000 ;r 08894456 n 0000 | a wire-haired terrier with short legs that was first bred in Sealyham
-02096051 05 n 02 Airedale 0 Airedale_terrier 0 001 @ 02092468 n 0000 | breed of large wiry-coated terrier bred in Yorkshire
-02096177 05 n 02 cairn 0 cairn_terrier 0 001 @ 02092468 n 0000 | small rough-haired breed of terrier from Scotland
-02096294 05 n 01 Australian_terrier 0 001 @ 02092468 n 0000 | small greyish wire-haired breed of terrier from Australia similar to the cairn
-02096437 05 n 02 Dandie_Dinmont 0 Dandie_Dinmont_terrier 0 001 @ 02092468 n 0000 | a breed of small terrier with long wiry coat and drooping ears
-02096585 05 n 02 Boston_bull 0 Boston_terrier 0 001 @ 02092468 n 0000 | small pug-faced American terrier breed having a smooth brindle or black coat with white markings
-02096756 05 n 01 schnauzer 0 004 @ 02092468 n 0000 ~ 02097047 n 0000 ~ 02097130 n 0000 ~ 02097209 n 0000 | old German breed of sturdy black or greyish wire-haired terriers having a blunt muzzle ranging in size from fairly small to very large; used as ratters and guard dogs or police dogs
-02097047 05 n 01 miniature_schnauzer 0 001 @ 02096756 n 0000 | a small schnauzer
-02097130 05 n 01 giant_schnauzer 0 001 @ 02096756 n 0000 | a large schnauzer
-02097209 05 n 01 standard_schnauzer 0 001 @ 02096756 n 0000 | a medium-sized schnauzer
-02097298 05 n 03 Scotch_terrier 0 Scottish_terrier 0 Scottie 0 001 @ 02092468 n 0000 | old Scottish breed of small long-haired usually black terrier with erect tail and ears
-02097474 05 n 02 Tibetan_terrier 0 chrysanthemum_dog 0 001 @ 02092468 n 0000 | breed of medium-sized terriers bred in Tibet resembling Old English sheepdogs with fluffy curled tails
-02097658 05 n 02 silky_terrier 0 Sydney_silky 0 001 @ 02092468 n 0000 | Australian breed of toy dogs having a silky blue coat
-02097786 05 n 01 Skye_terrier 0 002 @ 02092468 n 0000 ~ 02097967 n 0000 | Scottish breed of terrier with shaggy hair and long low body with short legs; native to the Isle of Skye
-02097967 05 n 01 Clydesdale_terrier 0 001 @ 02097786 n 0000 | selectively bred small Skye terrier with erect ears and a long silky coat
-02098105 05 n 01 soft-coated_wheaten_terrier 0 001 @ 02092468 n 0000 | Irish breed of medium-sized terrier with an abundant coat any shade of wheat and very hairy head and muzzle
-02098286 05 n 01 West_Highland_white_terrier 0 001 @ 02092468 n 0000 | small white long-coated terrier developed in Scotland
-02098413 05 n 02 Lhasa 0 Lhasa_apso 0 001 @ 02092468 n 0000 | a breed of terrier having a long heavy coat raised in Tibet as watchdogs
-02098550 05 n 02 sporting_dog 0 gun_dog 0 008 @ 02087122 n 0000 ~ 02098806 n 0000 ~ 02098906 n 0000 ~ 02099029 n 0000 ~ 02099997 n 0000 ~ 02100399 n 0000 ~ 02101108 n 0000 ~ 02103181 n 0000 | a dog trained to work with sportsmen when they hunt with guns
-02098806 05 n 01 bird_dog 0 001 @ 02098550 n 0000 | a gun dog trained to locate or retrieve birds
-02098906 05 n 01 water_dog 0 001 @ 02098550 n 0000 | a dog accustomed to water and usually trained to retrieve waterfowl
-02099029 05 n 01 retriever 0 007 @ 02098550 n 0000 + 01433809 v 0101 ~ 02099267 n 0000 ~ 02099429 n 0000 ~ 02099601 n 0000 ~ 02099712 n 0000 ~ 02099849 n 0000 | a dog with heavy water-resistant coat that can be trained to retrieve game
-02099267 05 n 01 flat-coated_retriever 0 001 @ 02099029 n 0000 | an English breed having a shiny black or liver-colored coat; retrieves game from land or water
-02099429 05 n 01 curly-coated_retriever 0 001 @ 02099029 n 0000 | an English breed having a tightly curled black or liver-colored coat; retrieves game from land or water
-02099601 05 n 01 golden_retriever 0 001 @ 02099029 n 0000 | an English breed having a long silky golden coat
-02099712 05 n 01 Labrador_retriever 0 001 @ 02099029 n 0000 | breed originally from Labrador having a short black or golden-brown coat
-02099849 05 n 01 Chesapeake_Bay_retriever 0 001 @ 02099029 n 0000 | American breed having a short thick oily coat ranging from brown to light tan
-02099997 05 n 02 pointer 0 Spanish_pointer 0 003 @ 02098550 n 0000 ~ 02100236 n 0000 ~ 02100583 n 0000 | a strong slender smooth-haired dog of Spanish origin having a white coat with brown or black patches; scents out and points to game
-02100236 05 n 01 German_short-haired_pointer 0 001 @ 02099997 n 0000 | liver or liver-and-white hunting dog developed in Germany; 3/4 pointer and 1/4 bloodhound
-02100399 05 n 01 setter 0 004 @ 02098550 n 0000 ~ 02100735 n 0000 ~ 02100877 n 0000 ~ 02101006 n 0000 | a long-haired dog formerly trained to crouch on finding game but now to point
-02100583 05 n 02 vizsla 0 Hungarian_pointer 0 001 @ 02099997 n 0000 | Hungarian hunting dog resembling the Weimaraner but having a rich deep red coat
-02100735 05 n 01 English_setter 0 001 @ 02100399 n 0000 | an English breed having a plumed tail and a soft silky coat that is chiefly white
-02100877 05 n 02 Irish_setter 0 red_setter 0 001 @ 02100399 n 0000 | an Irish breed with a chestnut-brown or mahogany-red coat
-02101006 05 n 01 Gordon_setter 0 001 @ 02100399 n 0000 | a Scottish breed with a black-and-tan coat
-02101108 05 n 01 spaniel 0 008 @ 02098550 n 0000 ~ 02101388 n 0000 ~ 02101556 n 0000 ~ 02101670 n 0000 ~ 02101861 n 0000 ~ 02102318 n 0000 ~ 02102480 n 0000 ~ 02102605 n 0000 | any of several breeds of small to medium-sized gun dogs with a long silky coat and long frilled ears
-02101388 05 n 01 Brittany_spaniel 0 001 @ 02101108 n 0000 | tall active short-tailed French breed of bird dog having a usually smooth orange- or liver-and-white coat
-02101556 05 n 02 clumber 0 clumber_spaniel 0 001 @ 02101108 n 0000 | a thickset spaniel with longish silky hair
-02101670 05 n 01 field_spaniel 0 001 @ 02101108 n 0000 | large usually black hunting and retrieving spaniel with a dense flat or slightly wavy coat; cross between cocker and Sussex spaniel
-02101861 05 n 02 springer_spaniel 0 springer 1 003 @ 02101108 n 0000 ~ 02102040 n 0000 ~ 02102177 n 0000 | a large spaniel with wavy silky coat usually black or liver and white
-02102040 05 n 02 English_springer 0 English_springer_spaniel 0 001 @ 02101861 n 0000 | a breed having typically a black-and-white coat
-02102177 05 n 01 Welsh_springer_spaniel 0 001 @ 02101861 n 0000 | a red-and-white breed slightly smaller than the English springer spaniel
-02102318 05 n 03 cocker_spaniel 0 English_cocker_spaniel 0 cocker 0 001 @ 02101108 n 0000 | a small breed with wavy silky hair; originally developed in England
-02102480 05 n 01 Sussex_spaniel 0 001 @ 02101108 n 0000 | an English breed with short legs and a golden liver-colored coat
-02102605 05 n 01 water_spaniel 0 005 @ 02101108 n 0000 ;r 08859173 n 0000 ;r 09044862 n 0000 ~ 02102806 n 0000 ~ 02102973 n 0000 | any dog of two large curly-coated breeds used for hunting waterfowl
-02102806 05 n 01 American_water_spaniel 0 001 @ 02102605 n 0000 | breed of medium-sized spaniels originating in America having chocolate or liver-colored curly coat
-02102973 05 n 01 Irish_water_spaniel 0 001 @ 02102605 n 0000 | breed of large spaniels developed in Ireland having a heavy coat of liver-colored curls and a topknot of long curls and a nearly hairless tail
-02103181 05 n 02 griffon 2 wire-haired_pointing_griffon 0 001 @ 02098550 n 0000 | breed of medium-sized long-headed dogs with downy undercoat and harsh wiry outer coat; originated in Holland but largely developed in France
-02103406 05 n 01 working_dog 0 016 @ 02084071 n 0000 ~ 02103841 n 0000 ~ 02104523 n 0000 ~ 02106854 n 0000 ~ 02107420 n 0000 ~ 02108089 n 0000 ~ 02108254 n 0000 ~ 02108422 n 0000 ~ 02108672 n 0000 ~ 02109047 n 0000 ~ 02109150 n 0000 ~ 02109391 n 0000 ~ 02109525 n 0000 ~ 02109687 n 0000 ~ 02109811 n 0000 ~ 02109961 n 0000 | any of several breeds of usually large powerful dogs bred to work as draft animals and guard and guide dogs
-02103841 05 n 02 watchdog 0 guard_dog 0 006 @ 02103406 n 0000 ~ 02104029 n 0000 ~ 02104184 n 0000 ~ 02104280 n 0000 ~ 02104365 n 0000 ~ 02106966 n 0000 | a dog trained to guard property
-02104029 05 n 01 kuvasz 0 001 @ 02103841 n 0000 | long-established Hungarian breed of tall light-footed but sturdy white dog; used also as a hunting dog
-02104184 05 n 01 attack_dog 0 001 @ 02103841 n 0000 | a watchdog trained to attack on command
-02104280 05 n 01 housedog 0 001 @ 02103841 n 0000 | a dog trained to guard a house
-02104365 05 n 01 schipperke 0 001 @ 02103841 n 0000 | breed of small stocky black dogs originally used as watchdogs on boats in the Netherlands and Belgium
-02104523 05 n 03 shepherd_dog 0 sheepdog 0 sheep_dog 0 012 @ 02103406 n 0000 ~ 02104882 n 0000 ~ 02105251 n 0000 ~ 02105412 n 0000 ~ 02105505 n 0000 ~ 02105641 n 0000 ~ 02105855 n 0000 ~ 02106030 n 0000 ~ 02106166 n 0000 ~ 02106382 n 0000 ~ 02106550 n 0000 ~ 02106662 n 0000 | any of various usually long-haired breeds of dog reared to herd and guard sheep
-02104882 05 n 02 Belgian_sheepdog 0 Belgian_shepherd 0 003 @ 02104523 n 0000 ~ 02105056 n 0000 ~ 02105162 n 0000 | hardy working dog developed in Belgium for herding sheep
-02105056 05 n 01 groenendael 0 001 @ 02104882 n 0000 | black-coated sheepdog with a heavily plumed tail
-02105162 05 n 01 malinois 0 001 @ 02104882 n 0000 | fawn-colored short-haired sheepdog
-02105251 05 n 01 briard 0 001 @ 02104523 n 0000 | old French breed of large strong usually black dogs having a long tail and long wavy and slightly stiff coat
-02105412 05 n 01 kelpie 0 001 @ 02104523 n 0000 | an Australian sheepdog with pointed ears
-02105505 05 n 01 komondor 0 001 @ 02104523 n 0000 | Hungarian breed of large powerful shaggy-coated white dog; used also as guard dog
-02105641 05 n 02 Old_English_sheepdog 0 bobtail 1 001 @ 02104523 n 0000 | large sheepdog with a profuse shaggy bluish-grey-and-white coat and short tail; believed to trace back to the Roman occupation of Britain
-02105855 05 n 03 Shetland_sheepdog 0 Shetland_sheep_dog 0 Shetland 0 001 @ 02104523 n 0000 | a small sheepdog resembling a collie that was developed in the Shetland Islands
-02106030 05 n 01 collie 0 001 @ 02104523 n 0000 | a silky-coated sheepdog with a long ruff and long narrow head developed in Scotland
-02106166 05 n 01 Border_collie 0 001 @ 02104523 n 0000 | developed in the area between Scotland and England usually having a black coat with white on the head and tip of tail used for herding both sheep and cattle
-02106382 05 n 02 Bouvier_des_Flandres 0 Bouviers_des_Flandres 0 001 @ 02104523 n 0000 | rough-coated breed used originally in Belgium for herding and guarding cattle
-02106550 05 n 01 Rottweiler 0 001 @ 02104523 n 0000 | German breed of large vigorous short-haired cattle dogs
-02106662 05 n 04 German_shepherd 0 German_shepherd_dog 0 German_police_dog 0 alsatian 0 001 @ 02104523 n 0000 | breed of large shepherd dogs used in police work and as a guide for the blind
-02106854 05 n 01 police_dog 0 001 @ 02103406 n 0000 | any dog trained to assist police especially in tracking
-02106966 05 n 01 pinscher 0 004 @ 02103841 n 0000 ~ 02107142 n 0000 ~ 02107312 n 0000 ~ 02110627 n 0000 | any of three breeds of dogs whose ears and tail are usually cropped
-02107142 05 n 02 Doberman 0 Doberman_pinscher 0 001 @ 02106966 n 0000 | medium large breed of dog of German origin with a glossy black and tan coat; used as a watchdog
-02107312 05 n 01 miniature_pinscher 0 001 @ 02106966 n 0000 | small German version of a Doberman pinscher
-02107420 05 n 01 Sennenhunde 0 005 @ 02103406 n 0000 ~ 02107574 n 0000 ~ 02107683 n 0000 ~ 02107908 n 0000 ~ 02108000 n 0000 | any of four Swiss breeds
-02107574 05 n 01 Greater_Swiss_Mountain_dog 0 001 @ 02107420 n 0000 | the largest of the four Swiss breeds
-02107683 05 n 01 Bernese_mountain_dog 0 001 @ 02107420 n 0000 | large powerful long-haired black-coated Swiss dog with deep tan or russet markings on legs and white blaze and feet and chest marking; formerly used for draft
-02107908 05 n 01 Appenzeller 0 001 @ 02107420 n 0000 | a smaller of the four Swiss breeds
-02108000 05 n 01 EntleBucher 0 001 @ 02107420 n 0000 | the smallest of the Sennenhunde
-02108089 05 n 01 boxer 0 001 @ 02103406 n 0000 | a breed of stocky medium-sized short-haired dog with a brindled coat and square-jawed muzzle developed in Germany
-02108254 05 n 01 mastiff 0 002 @ 02103406 n 0000 ~ 02108551 n 0000 | an old breed of powerful deep-chested smooth-coated dog used chiefly as a watchdog and guard dog
-02108422 05 n 01 bull_mastiff 0 001 @ 02103406 n 0000 | large powerful breed developed by crossing the bulldog and the mastiff
-02108551 05 n 01 Tibetan_mastiff 0 001 @ 02108254 n 0000 | very large powerful rough-coated dog native to central Asia
-02108672 05 n 02 bulldog 0 English_bulldog 0 003 @ 02103406 n 0000 + 01119030 v 0101 ~ 02108915 n 0000 | a sturdy thickset short-haired breed with a large head and strong undershot lower jaw; developed originally in England for bull baiting
-02108915 05 n 01 French_bulldog 0 001 @ 02108672 n 0000 | small stocky version of the bulldog having a sleek coat and square head
-02109047 05 n 01 Great_Dane 0 001 @ 02103406 n 0000 | very large powerful smooth-coated breed of dog
-02109150 05 n 01 guide_dog 0 002 @ 02103406 n 0000 ~ 02109256 n 0000 | a dog trained to guide the blind
-02109256 05 n 01 Seeing_Eye_dog 0 002 @ 02109150 n 0000 ;u 06851742 n 0000 | (trademark) a guide dog trained to guide a blind person
-02109391 05 n 01 hearing_dog 0 001 @ 02103406 n 0000 | dog trained to assist the deaf by signaling the occurrence of certain sounds
-02109525 05 n 02 Saint_Bernard 0 St_Bernard 0 001 @ 02103406 n 0000 | a Swiss alpine breed of large powerful dog with a thick coat of hair used as a rescue dog
-02109687 05 n 01 seizure-alert_dog 0 001 @ 02103406 n 0000 | a dog that can alert or assist people with seizure disorders
-02109811 05 n 02 sled_dog 0 sledge_dog 0 003 @ 02103406 n 0000 ~ 02110063 n 0000 ~ 02110185 n 0000 | a dog trained to draw a sled usually in a team
-02109961 05 n 02 Eskimo_dog 0 husky 0 001 @ 02103406 n 0000 | breed of heavy-coated Arctic sled dog
-02110063 05 n 03 malamute 0 malemute 0 Alaskan_malamute 0 001 @ 02109811 n 0000 | breed of sled dog developed in Alaska
-02110185 05 n 01 Siberian_husky 0 001 @ 02109811 n 0000 | breed of sled dog developed in northeastern Siberia; they resemble the larger Alaskan malamutes
-02110341 05 n 03 dalmatian 0 coach_dog 0 carriage_dog 0 002 @ 02084071 n 0000 ~ 02110532 n 0000 | a large breed having a smooth white coat with black or brown spots; originated in Dalmatia
-02110532 05 n 01 liver-spotted_dalmatian 0 001 @ 02110341 n 0000 | a brown-spotted dalmatian
-02110627 05 n 03 affenpinscher 0 monkey_pinscher 0 monkey_dog 0 001 @ 02106966 n 0000 | European breed of small dog resembling a terrier with dark wiry hair and a tufted muzzle
-02110806 05 n 01 basenji 0 001 @ 02084071 n 0000 | small smooth-haired breed of African origin having a tightly curled tail and the inability to bark
-02110958 05 n 02 pug 0 pug-dog 0 001 @ 02084071 n 0000 | small compact smooth-coated breed of Asiatic origin having a tightly curled tail and broad flat wrinkled muzzle
-02111129 05 n 01 Leonberg 0 001 @ 02084071 n 0000 | a large dog (usually with a golden coat) produced by crossing a St Bernard and a Newfoundland
-02111277 05 n 02 Newfoundland 0 Newfoundland_dog 0 001 @ 02084071 n 0000 | a breed of very large heavy dogs with a thick coarse usually black coat; highly intelligent dogs and vigorous swimmers; developed in Newfoundland
-02111500 05 n 01 Great_Pyrenees 0 001 @ 02084071 n 0000 | bred of large heavy-coated white dogs resembling the Newfoundland
-02111626 05 n 01 spitz 0 005 @ 02084071 n 0000 ~ 02111889 n 0000 ~ 02112018 n 0000 ~ 02112137 n 0000 ~ 02112350 n 0000 | any of various stocky heavy-coated breeds of dogs native to northern regions having pointed muzzles and erect ears with a curled furry tail
-02111889 05 n 02 Samoyed 0 Samoyede 0 001 @ 02111626 n 0000 | Siberian breed of white or cream-colored dog of the spitz family
-02112018 05 n 01 Pomeranian 0 001 @ 02111626 n 0000 | breed of very small compact long-haired dogs of the spitz type
-02112137 05 n 02 chow 0 chow_chow 0 001 @ 02111626 n 0000 | breed of medium-sized dogs with a thick coat and fluffy curled tails and distinctive blue-black tongues; believed to have originated in northern China
-02112350 05 n 01 keeshond 0 001 @ 02111626 n 0000 | a spitz-like dog having a shaggy greyish coat and tightly curled tail originating in Holland
-02112497 05 n 03 griffon 1 Brussels_griffon 0 Belgian_griffon 0 002 @ 02084071 n 0000 ~ 02112706 n 0000 | breed of various very small compact wiry-coated dogs of Belgian origin having a short bearded muzzle
-02112706 05 n 01 Brabancon_griffon 0 001 @ 02112497 n 0000 | a variety of Brussels griffon having a short smooth coat
-02112826 05 n 02 corgi 0 Welsh_corgi 0 003 @ 02084071 n 0000 ~ 02113023 n 0000 ~ 02113186 n 0000 | either of two Welsh breeds of long-bodied short-legged dogs with erect ears and a fox-like head
-02113023 05 n 02 Pembroke 0 Pembroke_Welsh_corgi 0 001 @ 02112826 n 0000 | the smaller and straight-legged variety of corgi having pointed ears and a short tail
-02113186 05 n 02 Cardigan 0 Cardigan_Welsh_corgi 0 001 @ 02112826 n 0000 | slightly bowlegged variety of corgi having rounded ears and a long tail
-02113335 05 n 02 poodle 0 poodle_dog 0 005 @ 02084071 n 0000 ~ 02113624 n 0000 ~ 02113712 n 0000 ~ 02113799 n 0000 ~ 02113892 n 0000 | an intelligent dog with a heavy curly solid-colored coat that is usually clipped; an old breed sometimes trained as sporting dogs or as performing dogs
-02113624 05 n 01 toy_poodle 0 001 @ 02113335 n 0000 | the breed of very small poodles
-02113712 05 n 01 miniature_poodle 0 001 @ 02113335 n 0000 | a breed of small poodles
-02113799 05 n 01 standard_poodle 0 001 @ 02113335 n 0000 | a breed or medium-sized poodles
-02113892 05 n 01 large_poodle 0 001 @ 02113335 n 0000 | the largest breed of poodle
-02113978 05 n 01 Mexican_hairless 0 001 @ 02084071 n 0000 | any of an old breed of small nearly hairless dogs of Mexico
-02114100 05 n 01 wolf 0 007 @ 02083346 n 0000 #m 02083863 n 0000 ~ 01322508 n 0000 ~ 02114367 n 0000 ~ 02114548 n 0000 ~ 02114712 n 0000 ~ 02114855 n 0000 | any of various predatory carnivorous canine mammals of North America and Eurasia that usually hunt in packs
-02114367 05 n 04 timber_wolf 0 grey_wolf 0 gray_wolf 0 Canis_lupus 0 001 @ 02114100 n 0000 | a wolf with a brindled grey coat living in forested northern regions of North America
-02114548 05 n 03 white_wolf 0 Arctic_wolf 0 Canis_lupus_tundrarum 0 001 @ 02114100 n 0000 | wolf of Arctic North America having white fur and a black-tipped tail
-02114712 05 n 04 red_wolf 0 maned_wolf 0 Canis_rufus 0 Canis_niger 0 001 @ 02114100 n 0000 | reddish-grey wolf of southwestern North America
-02114855 05 n 04 coyote 0 prairie_wolf 0 brush_wolf 0 Canis_latrans 0 002 @ 02114100 n 0000 ~ 02115012 n 0000 | small wolf native to western North America
-02115012 05 n 01 coydog 0 001 @ 02114855 n 0000 | offspring of a coyote and a dog
-02115096 05 n 02 jackal 0 Canis_aureus 0 002 @ 02083346 n 0000 #m 02083863 n 0000 | Old World nocturnal canine mammal closely related to the dog; smaller than a wolf; sometimes hunts in a pack but usually singly or as a member of a pair
-02115335 05 n 01 wild_dog 0 007 @ 02083346 n 0000 #m 02083038 n 0000 ~ 02115641 n 0000 ~ 02115913 n 0000 ~ 02116185 n 0000 ~ 02116450 n 0000 ~ 02116738 n 0000 | any of various undomesticated mammals of the family Canidae that are thought to resemble domestic dogs as distinguished from jackals or wolves
-02115641 05 n 04 dingo 0 warrigal 1 warragal 1 Canis_dingo 0 001 @ 02115335 n 0000 | wolflike yellowish-brown wild dog of Australia
-02115775 05 n 04 Cuon 0 Cyon 0 genus_Cuon 0 genus_Cyon 0 003 @ 01864707 n 0000 #m 02083038 n 0000 %m 02115913 n 0000 | Asiatic wild dog
-02115913 05 n 02 dhole 0 Cuon_alpinus 0 002 @ 02115335 n 0000 #m 02115775 n 0000 | fierce wild dog of the forests of central and southeast Asia that hunts in packs
-02116079 05 n 02 Dusicyon 0 genus_Dusicyon 0 002 @ 01864707 n 0000 #m 02083038 n 0000 | crab-eating dog
-02116185 05 n 03 crab-eating_dog 0 crab-eating_fox 0 Dusicyon_cancrivorus 0 001 @ 02115335 n 0000 | wild dog of northern South America
-02116322 05 n 02 Nyctereutes 0 genus_Nyctereutes 0 003 @ 01864707 n 0000 #m 02083038 n 0000 %m 02116450 n 0000 | raccoon dogs
-02116450 05 n 02 raccoon_dog 0 Nyctereutes_procyonides 0 002 @ 02115335 n 0000 #m 02116322 n 0000 | small wild dog of eastern Asia having facial markings like those of a raccoon
-02116630 05 n 02 Lycaeon 0 genus_Lycaeon 0 002 @ 01864707 n 0000 #m 02083038 n 0000 | African hunting dog
-02116738 05 n 04 African_hunting_dog 0 hyena_dog 0 Cape_hunting_dog 0 Lycaon_pictus 0 001 @ 02115335 n 0000 | a powerful doglike mammal of southern and eastern Africa that hunts in large packs; now rare in settled area
-02116959 05 n 02 Hyaenidae 0 family_Hyaenidae 0 006 @ 01862557 n 0000 #m 02074915 n 0000 %m 02117135 n 0000 %m 02117369 n 0000 %m 02117772 n 0000 %m 02118058 n 0000 | hyenas
-02117135 05 n 02 hyena 0 hyaena 0 006 @ 02083346 n 0000 #m 02116959 n 0000 ~ 02117512 n 0000 ~ 02117646 n 0000 ~ 02117900 n 0000 ~ 02118176 n 0000 | doglike nocturnal mammal of Africa and southern Asia that feeds chiefly on carrion
-02117369 05 n 01 genus_Hyaena 0 004 @ 01864707 n 0000 #m 02116959 n 0000 %m 02117512 n 0000 %m 02117646 n 0000 | type genus of the Hyaenidae
-02117512 05 n 02 striped_hyena 0 Hyaena_hyaena 0 002 @ 02117135 n 0000 #m 02117369 n 0000 | of northern Africa and Arabia and India
-02117646 05 n 03 brown_hyena 0 strand_wolf 0 Hyaena_brunnea 0 002 @ 02117135 n 0000 #m 02117369 n 0000 | of southern Africa
-02117772 05 n 02 Crocuta 0 genus_Crocuta 0 003 @ 01864707 n 0000 #m 02116959 n 0000 %m 02117900 n 0000 | a genus of Hyaenidae
-02117900 05 n 03 spotted_hyena 0 laughing_hyena 0 Crocuta_crocuta 0 002 @ 02117135 n 0000 #m 02117772 n 0000 | African hyena noted for its distinctive howl
-02118058 05 n 02 Proteles 0 genus_Proteles 0 003 @ 01864707 n 0000 #m 02116959 n 0000 %m 02118176 n 0000 | aardwolf
-02118176 05 n 02 aardwolf 0 Proteles_cristata 0 002 @ 02117135 n 0000 #m 02118058 n 0000 | striped hyena of southeast Africa that feeds chiefly on insects
-02118333 05 n 01 fox 0 009 @ 02083346 n 0000 ~ 02118643 n 0000 ~ 02118707 n 0000 ~ 02119022 n 0000 ~ 02119477 n 0000 ~ 02119634 n 0000 ~ 02119789 n 0000 ~ 02120079 n 0000 ~ 02120505 n 0000 | alert carnivorous mammal with pointed muzzle and ears and a bushy tail; most are predators that do not hunt in packs
-02118643 05 n 01 vixen 0 001 @ 02118333 n 0000 | a female fox
-02118707 05 n 01 Reynard 0 001 @ 02118333 n 0000 | a conventional name for a fox used in tales following usage in the old epic `Reynard the Fox'
-02118854 05 n 02 Vulpes 0 genus_Vulpes 0 006 @ 01864707 n 0000 #m 02083038 n 0000 %m 02119022 n 0000 %m 02119477 n 0000 %m 02119634 n 0000 %m 02119789 n 0000 | foxes
-02119022 05 n 02 red_fox 0 Vulpes_vulpes 0 004 @ 02118333 n 0000 #m 02118854 n 0000 ~ 02119247 n 0000 ~ 02119359 n 0000 | the common Old World fox; having reddish-brown fur; commonly considered a single circumpolar species
-02119247 05 n 01 black_fox 0 001 @ 02119022 n 0000 | red fox in the color phase when its pelt is mostly black
-02119359 05 n 01 silver_fox 0 001 @ 02119022 n 0000 | red fox in the color phase when its pelt is tipped with white
-02119477 05 n 02 red_fox 2 Vulpes_fulva 0 002 @ 02118333 n 0000 #m 02118854 n 0000 | New World fox; often considered the same species as the Old World fox
-02119634 05 n 03 kit_fox 1 prairie_fox 0 Vulpes_velox 0 002 @ 02118333 n 0000 #m 02118854 n 0000 | small grey fox of the plains of western North America
-02119789 05 n 02 kit_fox 2 Vulpes_macrotis 0 002 @ 02118333 n 0000 #m 02118854 n 0000 | small grey fox of southwestern United States; may be a subspecies of Vulpes velox
-02119961 05 n 02 Alopex 0 genus_Alopex 0 003 @ 01864707 n 0000 #m 02083038 n 0000 %m 02120079 n 0000 | arctic foxes
-02120079 05 n 03 Arctic_fox 0 white_fox 0 Alopex_lagopus 0 003 @ 02118333 n 0000 #m 02119961 n 0000 ~ 02120278 n 0000 | thickly-furred fox of Arctic regions; brownish in summer and white in winter
-02120278 05 n 01 blue_fox 0 001 @ 02120079 n 0000 | a variety of Arctic fox having a pale grey winter coat
-02120387 05 n 02 Urocyon 0 genus_Urocyon 0 003 @ 01864707 n 0000 #m 02083038 n 0000 %m 02120505 n 0000 | grey foxes
-02120505 05 n 03 grey_fox 0 gray_fox 0 Urocyon_cinereoargenteus 0 002 @ 02118333 n 0000 #m 02120387 n 0000 | dark grey American fox; from Central America through southern United States
-02120692 05 n 02 Felidae 0 family_Felidae 0 010 @ 01862557 n 0000 #m 02074915 n 0000 %m 02120997 n 0000 %m 02121234 n 0000 %m 02126951 n 0000 %m 02127808 n 0000 %m 02128120 n 0000 %m 02130190 n 0000 %m 02130795 n 0000 %m 02131076 n 0000 | cats; wildcats; lions; leopards; cheetahs; saber-toothed tigers
-02120997 05 n 02 feline 0 felid 0 006 @ 02075296 n 0000 #m 02120692 n 0000 + 02881888 a 0101 ~ 02121620 n 0000 ~ 02127808 n 0000 %p 02439929 n 0000 | any of various lithe-bodied roundheaded fissiped mammals, many with retractile claws
-02121234 05 n 02 Felis 0 genus_Felis 0 015 @ 01864707 n 0000 #m 02120692 n 0000 %m 02121808 n 0000 %m 02124623 n 0000 %m 02125081 n 0000 %m 02125311 n 0000 %m 02125494 n 0000 %m 02125689 n 0000 %m 02125872 n 0000 %m 02126028 n 0000 %m 02126139 n 0000 %m 02126317 n 0000 %m 02126465 n 0000 %m 02126640 n 0000 %m 02126787 n 0000 | type genus of the Felidae: true cats and most wildcats
-02121620 05 n 02 cat 0 true_cat 0 003 @ 02120997 n 0000 ~ 02121808 n 0000 ~ 02124623 n 0000 | feline mammal usually having thick soft fur and no ability to roar: domestic cats; wildcats
-02121808 05 n 04 domestic_cat 0 house_cat 0 Felis_domesticus 0 Felis_catus 0 020 @ 02121620 n 0000 @ 01317541 n 0000 #m 02121234 n 0000 #m 07995365 n 0000 ~ 02122298 n 0000 ~ 02122430 n 0000 ~ 02122510 n 0000 ~ 02122725 n 0000 ~ 02122878 n 0000 ~ 02123045 n 0000 ~ 02123159 n 0000 ~ 02123242 n 0000 ~ 02123394 n 0000 ~ 02123478 n 0000 ~ 02123597 n 0000 ~ 02123917 n 0000 ~ 02124075 n 0000 ~ 02124157 n 0000 ~ 02124313 n 0000 ~ 02124484 n 0000 | any domesticated member of the genus Felis
-02122298 05 n 05 kitty 1 kitty-cat 0 puss 0 pussy 0 pussycat 0 001 @ 02121808 n 0000 | informal terms referring to a domestic cat
-02122430 05 n 01 mouser 0 001 @ 02121808 n 0000 | a cat proficient at mousing
-02122510 05 n 01 alley_cat 0 001 @ 02121808 n 0000 | a homeless cat
-02122580 05 n 01 stray 0 003 @ 01317541 n 0000 + 01450443 a 0101 + 01881180 v 0104 | an animal that has strayed (especially a domestic animal)
-02122725 05 n 02 tom 1 tomcat 0 002 @ 02121808 n 0000 ~ 02122810 n 0000 | male cat
-02122810 05 n 01 gib 0 001 @ 02122725 n 0000 | a castrated tomcat
-02122878 05 n 02 tabby 2 queen 3 001 @ 02121808 n 0000 | female cat
-02122948 05 n 02 kitten 0 kitty 2 002 @ 01321854 n 0000 + 00058135 v 0101 | young domestic cat
-02123045 05 n 02 tabby 1 tabby_cat 0 001 @ 02121808 n 0000 | a cat with a grey or tawny coat mottled with black
-02123159 05 n 01 tiger_cat 2 001 @ 02121808 n 0000 | a cat having a striped coat
-02123242 05 n 03 tortoiseshell 1 tortoiseshell-cat 0 calico_cat 0 001 @ 02121808 n 0000 | a cat having black and cream-colored and yellowish markings
-02123394 05 n 01 Persian_cat 0 001 @ 02121808 n 0000 | a long-haired breed of cat
-02123478 05 n 02 Angora 3 Angora_cat 0 001 @ 02121808 n 0000 | a long-haired breed of cat similar to the Persian cat
-02123597 05 n 02 Siamese_cat 0 Siamese 0 002 @ 02121808 n 0000 ~ 02123785 n 0000 | a slender short-haired blue-eyed breed of cat having a pale coat with dark ears paws face and tail tip
-02123785 05 n 01 blue_point_Siamese 0 001 @ 02123597 n 0000 | Siamese cat having a bluish cream-colored body and dark grey points
-02123917 05 n 01 Burmese_cat 0 001 @ 02121808 n 0000 | a short-haired breed with body similar to the Siamese cat but having a solid dark brown or grey coat
-02124075 05 n 01 Egyptian_cat 0 001 @ 02121808 n 0000 | a domestic cat of Egypt
-02124157 05 n 02 Maltese 1 Maltese_cat 0 001 @ 02121808 n 0000 | a term applied indiscriminately in the United States to any short-haired bluish-grey cat
-02124313 05 n 02 Abyssinian 0 Abyssinian_cat 0 001 @ 02121808 n 0000 | a small slender short-haired breed of African origin having brownish fur with a reddish undercoat
-02124484 05 n 02 Manx 0 Manx_cat 0 001 @ 02121808 n 0000 | a short-haired tailless breed of cat believed to originate on the Isle of Man
-02124623 05 n 01 wildcat 0 015 @ 02121620 n 0000 #m 02121234 n 0000 ~ 02125010 n 0000 ~ 02125081 n 0000 ~ 02125311 n 0000 ~ 02125494 n 0000 ~ 02125689 n 0000 ~ 02125872 n 0000 ~ 02126028 n 0000 ~ 02126139 n 0000 ~ 02126317 n 0000 ~ 02126465 n 0000 ~ 02126640 n 0000 ~ 02126787 n 0000 ~ 02127052 n 0000 | any small or medium-sized cat resembling the domestic cat and living in the wild
-02125010 05 n 01 sand_cat 0 001 @ 02124623 n 0000 | a desert wildcat
-02125081 05 n 03 European_wildcat 0 catamountain 0 Felis_silvestris 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | bushy-tailed wildcat of Europe that resembles the domestic cat and is regarded as the ancestor of the domestic cat
-02125311 05 n 07 cougar 0 puma 0 catamount 1 mountain_lion 0 painter 0 panther 4 Felis_concolor 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | large American feline resembling a lion
-02125494 05 n 03 ocelot 0 panther_cat 0 Felis_pardalis 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | nocturnal wildcat of Central America and South America having a dark-spotted buff-brown coat
-02125689 05 n 05 jaguarundi 0 jaguarundi_cat 0 jaguarondi 0 eyra 0 Felis_yagouaroundi 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | long-bodied long-tailed tropical American wildcat
-02125872 05 n 03 kaffir_cat 0 caffer_cat 0 Felis_ocreata 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | widely distributed wildcat of Africa and Asia Minor
-02126028 05 n 02 jungle_cat 0 Felis_chaus 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | small Asiatic wildcat
-02126139 05 n 02 serval 0 Felis_serval 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | slender long-legged African wildcat having large untufted ears and tawny black-spotted coat
-02126317 05 n 02 leopard_cat 0 Felis_bengalensis 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | small spotted wildcat of southern Asia and Malaysia
-02126465 05 n 02 tiger_cat 1 Felis_tigrina 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | medium-sized wildcat of Central America and South America having a dark-striped coat
-02126640 05 n 03 margay 0 margay_cat 0 Felis_wiedi 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | small spotted wildcat found from Texas to Brazil
-02126787 05 n 03 manul 0 Pallas's_cat 0 Felis_manul 0 002 @ 02124623 n 0000 #m 02121234 n 0000 | small wildcat of the mountains of Siberia and Tibet and Mongolia
-02126951 05 n 01 genus_Lynx 0 003 @ 01864707 n 0000 #m 02120692 n 0000 %m 02127052 n 0000 | lynxes
-02127052 05 n 02 lynx 0 catamount 2 007 @ 02124623 n 0000 #m 02126951 n 0000 ~ 02127292 n 0000 ~ 02127381 n 0000 ~ 02127482 n 0000 ~ 02127586 n 0000 ~ 02127678 n 0000 | short-tailed wildcats with usually tufted ears; valued for their fur
-02127292 05 n 02 common_lynx 0 Lynx_lynx 0 001 @ 02127052 n 0000 | of northern Eurasia
-02127381 05 n 02 Canada_lynx 0 Lynx_canadensis 0 001 @ 02127052 n 0000 | of northern North America
-02127482 05 n 03 bobcat 0 bay_lynx 0 Lynx_rufus 0 001 @ 02127052 n 0000 | small lynx of North America
-02127586 05 n 02 spotted_lynx 0 Lynx_pardina 0 001 @ 02127052 n 0000 | of southern Europe
-02127678 05 n 03 caracal 0 desert_lynx 0 Lynx_caracal 0 001 @ 02127052 n 0000 | of deserts of northern Africa and southern Asia
-02127808 05 n 02 big_cat 0 cat 2 011 @ 02120997 n 0000 #m 02120692 n 0000 ~ 02128385 n 0000 ~ 02128757 n 0000 ~ 02128925 n 0000 ~ 02129165 n 0000 ~ 02129604 n 0000 ~ 02129991 n 0000 ~ 02130086 n 0000 ~ 02130308 n 0000 ~ 02130545 n 0000 | any of several large cats typically able to roar and living in the wild
-02128120 05 n 02 Panthera 0 genus_Panthera 0 007 @ 01864707 n 0000 #m 02120692 n 0000 %m 02128385 n 0000 %m 02128757 n 0000 %m 02128925 n 0000 %m 02129165 n 0000 %m 02129604 n 0000 | lions; leopards; snow leopards; jaguars; tigers; cheetahs; saber-toothed tigers
-02128385 05 n 02 leopard 0 Panthera_pardus 0 004 @ 02127808 n 0000 #m 02128120 n 0000 ~ 02128598 n 0000 ~ 02128669 n 0000 | large feline of African and Asian forests usually having a tawny coat with black spots
-02128598 05 n 01 leopardess 0 001 @ 02128385 n 0000 | female leopard
-02128669 05 n 01 panther 2 001 @ 02128385 n 0000 | a leopard in the black color phase
-02128757 05 n 03 snow_leopard 0 ounce 0 Panthera_uncia 0 002 @ 02127808 n 0000 #m 02128120 n 0000 | large feline of upland central Asia having long thick whitish fur
-02128925 05 n 04 jaguar 0 panther 3 Panthera_onca 0 Felis_onca 0 002 @ 02127808 n 0000 #m 02128120 n 0000 | a large spotted feline of tropical America similar to the leopard; in some classifications considered a member of the genus Felis
-02129165 05 n 03 lion 0 king_of_beasts 0 Panthera_leo 0 007 @ 02127808 n 0000 #m 02128120 n 0000 #m 07995278 n 0000 ~ 01322898 n 0000 %p 01899746 n 0000 ~ 02129463 n 0000 ~ 02129530 n 0000 | large gregarious predatory feline of Africa and India having a tawny coat with a shaggy mane in the male
-02129463 05 n 01 lioness 0 001 @ 02129165 n 0000 | a female lion
-02129530 05 n 01 lionet 0 001 @ 02129165 n 0000 | a small or young lion
-02129604 05 n 02 tiger 0 Panthera_tigris 0 005 @ 02127808 n 0000 #m 02128120 n 0000 ~ 01323068 n 0000 ~ 02129837 n 0000 ~ 02129923 n 0000 | large feline of forests in most of Asia having a tawny coat with black stripes; endangered
-02129837 05 n 01 Bengal_tiger 0 001 @ 02129604 n 0000 | southern short-haired tiger
-02129923 05 n 01 tigress 0 001 @ 02129604 n 0000 | a female tiger
-02129991 05 n 01 liger 0 001 @ 02127808 n 0000 | offspring of a male lion and a female tiger
-02130086 05 n 02 tiglon 0 tigon 0 001 @ 02127808 n 0000 | offspring of a male tiger and a female lion
-02130190 05 n 02 Acinonyx 0 genus_Acinonyx 0 003 @ 01864707 n 0000 #m 02120692 n 0000 %m 02130308 n 0000 | cheetahs
-02130308 05 n 03 cheetah 0 chetah 0 Acinonyx_jubatus 0 002 @ 02127808 n 0000 #m 02130190 n 0000 | long-legged spotted cat of Africa and southwestern Asia having nonretractile claws; the swiftest mammal; can be trained to run down game
-02130545 05 n 02 saber-toothed_tiger 0 sabertooth 0 003 @ 02127808 n 0000 ~ 02130925 n 0000 ~ 02131211 n 0000 | any of many extinct cats of the Old and New Worlds having long swordlike upper canine teeth; from the Oligocene through the Pleistocene
-02130795 05 n 02 Smiledon 0 genus_Smiledon 0 003 @ 01864707 n 0000 #m 02120692 n 0000 %m 02130925 n 0000 | saber-toothed tigers
-02130925 05 n 01 Smiledon_californicus 0 002 @ 02130545 n 0000 #m 02130795 n 0000 | North American sabertooth; culmination of sabertooth development
-02131076 05 n 02 Nimravus 0 genus_Nimravus 0 003 @ 01864707 n 0000 #m 02120692 n 0000 %m 02131211 n 0000 | false sabertoothed tigers
-02131211 05 n 01 false_saber-toothed_tiger 0 002 @ 02130545 n 0000 #m 02131076 n 0000 | North American cat of the Miocene and Pliocene; much earlier and less specialized than members of the genus Smiledon
-02131418 05 n 02 Ursidae 0 family_Ursidae 0 008 @ 01862557 n 0000 #m 02074915 n 0000 %m 02131653 n 0000 %m 02131942 n 0000 %m 02132974 n 0000 %m 02133512 n 0000 %m 02133902 n 0000 %m 02134240 n 0000 | bears and extinct related forms
-02131653 05 n 01 bear 0 009 @ 02075296 n 0000 #m 02131418 n 0000 ~ 01322983 n 0000 ~ 02132136 n 0000 ~ 02132320 n 0000 ~ 02133161 n 0000 ~ 02133704 n 0000 ~ 02134084 n 0000 ~ 02134418 n 0000 | massive plantigrade carnivorous or omnivorous mammals with long shaggy coats and strong claws
-02131942 05 n 02 Ursus 0 genus_Ursus 0 003 @ 01864707 n 0000 #m 02131418 n 0000 %m 02132136 n 0000 | type genus of Ursidae: brown bears; in some classifications genus Ursus includes all bears
-02132136 05 n 03 brown_bear 0 bruin 1 Ursus_arctos 0 005 @ 02131653 n 0000 #m 02131942 n 0000 ~ 02132466 n 0000 ~ 02132580 n 0000 ~ 02132788 n 0000 | large ferocious bear of Eurasia
-02132320 05 n 01 bruin 2 001 @ 02131653 n 0000 | a conventional name for a bear used in tales following usage in the old epic `Reynard the Fox'
-02132466 05 n 02 Syrian_bear 0 Ursus_arctos_syriacus 0 001 @ 02132136 n 0000 | yellowish-grey Syrian brown bear
-02132580 05 n 06 grizzly 0 grizzly_bear 0 silvertip 0 silver-tip 0 Ursus_horribilis 0 Ursus_arctos_horribilis 0 001 @ 02132136 n 0000 | powerful brownish-yellow bear of the uplands of western North America
-02132788 05 n 05 Alaskan_brown_bear 0 Kodiak_bear 0 Kodiak 0 Ursus_middendorffi 0 Ursus_arctos_middendorffi 0 001 @ 02132136 n 0000 | brown bear of coastal Alaska and British Columbia
-02132974 05 n 02 Euarctos 0 genus_Euarctos 0 003 @ 01864707 n 0000 #m 02131418 n 0000 %m 02133161 n 0000 | American black bears; in some classifications not a separate genus from Ursus
-02133161 05 n 04 American_black_bear 0 black_bear 1 Ursus_americanus 0 Euarctos_americanus 0 003 @ 02131653 n 0000 #m 02132974 n 0000 ~ 02133400 n 0000 | brown to black North American bear; smaller and less ferocious than the brown bear
-02133400 05 n 01 cinnamon_bear 0 001 @ 02133161 n 0000 | reddish-brown color phase of the American black bear
-02133512 05 n 02 Selenarctos 0 genus_Selenarctos 0 003 @ 01864707 n 0000 #m 02131418 n 0000 %m 02133704 n 0000 | Asiatic black bears; in some classifications not a separate genus from Ursus
-02133704 05 n 04 Asiatic_black_bear 0 black_bear 2 Ursus_thibetanus 0 Selenarctos_thibetanus 0 002 @ 02131653 n 0000 #m 02133512 n 0000 | bear with a black coat living in central and eastern Asia
-02133902 05 n 02 Thalarctos 0 genus_Thalarctos 0 003 @ 01864707 n 0000 #m 02131418 n 0000 %m 02134084 n 0000 | polar bears; in some classifications not a separate genus from Ursus
-02134084 05 n 04 ice_bear 0 polar_bear 0 Ursus_Maritimus 0 Thalarctos_maritimus 0 002 @ 02131653 n 0000 #m 02133902 n 0000 | white bear of Arctic regions
-02134240 05 n 02 Melursus 0 genus_Melursus 0 003 @ 01864707 n 0000 #m 02131418 n 0000 %m 02134418 n 0000 | sloth bears; in some classifications not a separate genus from Ursus
-02134418 05 n 03 sloth_bear 0 Melursus_ursinus 0 Ursus_ursinus 0 002 @ 02131653 n 0000 #m 02134240 n 0000 | common coarse-haired long-snouted bear of south-central Asia
-02134589 05 n 04 Viverridae 0 family_Viverridae 0 Viverrinae 0 family_Viverrinae 0 014 @ 01862557 n 0000 #m 02074915 n 0000 %m 02134971 n 0000 %m 02135220 n 0000 %m 02135486 n 0000 %m 02135726 n 0000 %m 02135981 n 0000 %m 02136285 n 0000 %m 02136623 n 0000 %m 02136901 n 0000 %m 02137172 n 0000 %m 02137428 n 0000 %m 02138042 n 0000 %m 02138323 n 0000 | genets; civets; mongooses
-02134971 05 n 02 viverrine 0 viverrine_mammal 0 007 @ 02075296 n 0000 #m 02134589 n 0000 ~ 02135220 n 0000 ~ 02136452 n 0000 ~ 02137015 n 0000 ~ 02137549 n 0000 ~ 02138441 n 0000 | small cat-like predatory mammals of warmer parts of the Old World
-02135220 05 n 02 civet 0 civet_cat 1 009 @ 02134971 n 0000 #m 02134589 n 0000 ~ 02135610 n 0000 ~ 02135844 n 0000 ~ 02136103 n 0000 ~ 02136285 n 0000 ~ 02136794 n 0000 ~ 02137302 n 0000 ~ 02138169 n 0000 | cat-like mammal typically secreting musk used in perfumes
-02135486 05 n 02 Viverra 0 genus_Viverra 0 002 @ 01864707 n 0000 #m 02134589 n 0000 | type genus of the family Viverridae
-02135610 05 n 02 large_civet 0 Viverra_zibetha 0 001 @ 02135220 n 0000 | common civet of India and southeast Asia
-02135726 05 n 02 Viverricula 0 genus_Viverricula 0 002 @ 01864707 n 0000 #m 02134589 n 0000 | a genus of Viverridae
-02135844 05 n 03 small_civet 0 Viverricula_indica 0 Viverricula_malaccensis 0 001 @ 02135220 n 0000 | a common civet of southeast Asia
-02135981 05 n 02 Arctictis 0 genus_Arctictis 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02136103 n 0000 | binturongs
-02136103 05 n 03 binturong 0 bearcat 0 Arctictis_bintourong 0 002 @ 02135220 n 0000 #m 02135981 n 0000 | arboreal civet of Asia having a long prehensile tail and shaggy black hair
-02136285 05 n 02 Cryptoprocta 0 genus_Cryptoprocta 0 002 @ 02135220 n 0000 #m 02134589 n 0000 | large primitive cat-like carnivores inhabiting forests of Madagascar
-02136452 05 n 03 fossa 1 fossa_cat 0 Cryptoprocta_ferox 0 001 @ 02134971 n 0000 | largest carnivore of Madagascar; intermediate in some respects between cats and civets
-02136623 05 n 02 Fossa 0 genus_Fossa 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02136794 n 0000 | monotypic genus of Madagascar civets closely related to palm civets
-02136794 05 n 02 fanaloka 0 Fossa_fossa 0 002 @ 02135220 n 0000 #m 02136623 n 0000 | civet of Madagascar
-02136901 05 n 02 Genetta 0 genus_Genetta 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02137015 n 0000 | genets
-02137015 05 n 02 genet 0 Genetta_genetta 0 002 @ 02134971 n 0000 #m 02136901 n 0000 | agile Old World viverrine having a spotted coat and long ringed tail
-02137172 05 n 02 Hemigalus 0 genus_Hemigalus 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02137302 n 0000 | banded palm civets
-02137302 05 n 02 banded_palm_civet 0 Hemigalus_hardwickii 0 002 @ 02135220 n 0000 #m 02137172 n 0000 | an East Indian civet
-02137428 05 n 02 Herpestes 0 genus_Herpestes 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02137549 n 0000 | mongooses
-02137549 05 n 01 mongoose 0 004 @ 02134971 n 0000 #m 02137428 n 0000 ~ 02137722 n 0000 ~ 02137888 n 0000 | agile grizzled Old World viverrine; preys on snakes and rodents
-02137722 05 n 02 Indian_mongoose 0 Herpestes_nyula 0 001 @ 02137549 n 0000 | keen-sighted viverrine of southern Asia about the size of a ferret; often domesticated
-02137888 05 n 02 ichneumon 0 Herpestes_ichneumon 0 001 @ 02137549 n 0000 | northern African mongoose; in ancient times thought to devour crocodile eggs
-02138042 05 n 02 Paradoxurus 0 genus_Paradoxurus 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02138169 n 0000 | palm civets
-02138169 05 n 02 palm_cat 0 palm_civet 0 002 @ 02135220 n 0000 #m 02138042 n 0000 | spotted or striped arboreal civet of southeast Asia and East Indies
-02138323 05 n 02 Suricata 0 genus_Suricata 0 003 @ 01864707 n 0000 #m 02134589 n 0000 %m 02138441 n 0000 | meerkats
-02138441 05 n 02 meerkat 0 mierkat 0 004 @ 02134971 n 0000 #m 02138323 n 0000 ~ 02138647 n 0000 ~ 02138777 n 0000 | a mongoose-like viverrine of South Africa having a face like a lemur and only four toes
-02138647 05 n 02 slender-tailed_meerkat 0 Suricata_suricatta 0 001 @ 02138441 n 0000 | a meerkat with a thin and elongated tail
-02138777 05 n 02 suricate 0 Suricata_tetradactyla 0 001 @ 02138441 n 0000 | burrowing diurnal meerkat of southern Africa; often kept as a pet
-02138921 05 n 02 Chiroptera 0 order_Chiroptera 0 005 @ 01342529 n 0000 #m 01886220 n 0000 %m 02139199 n 0000 %m 02139479 n 0000 %m 02140970 n 0000 | an old order dating to early Eocene: bats: suborder Megachiroptera (fruit bats); suborder Microchiroptera (insectivorous bats)
-02139199 05 n 02 bat 0 chiropteran 0 005 @ 01886756 n 0000 #m 02138921 n 0000 ~ 02139671 n 0000 ~ 02141306 n 0000 %p 02151625 n 0000 | nocturnal mouselike mammal with forelimbs modified to form membranous wings and anatomical adaptations for echolocation by which they navigate
-02139479 05 n 02 Megachiroptera 0 suborder_Megachiroptera 0 006 @ 01342529 n 0000 #m 02138921 n 0000 %m 02139671 n 0000 %m 02139914 n 0000 %m 02140357 n 0000 %m 02140719 n 0000 | fruit bats
-02139671 05 n 02 fruit_bat 0 megabat 0 007 @ 02139199 n 0000 #m 02139479 n 0000 ~ 02140049 n 0000 ~ 02140179 n 0000 ~ 02140268 n 0000 ~ 02140491 n 0000 ~ 02140858 n 0000 | large Old World bat of warm and tropical regions that feeds on fruit
-02139914 05 n 02 Pteropus 0 genus_Pteropus 0 003 @ 01864707 n 0000 #m 02139479 n 0000 %m 02140049 n 0000 | a genus of Megachiroptera
-02140049 05 n 01 flying_fox 0 002 @ 02139671 n 0000 #m 02139914 n 0000 | large bat with a head that resembles the head of a fox
-02140179 05 n 01 Pteropus_capestratus 0 001 @ 02139671 n 0000 | a variety of fruit bat
-02140268 05 n 01 Pteropus_hypomelanus 0 001 @ 02139671 n 0000 | a variety of fruit bat
-02140357 05 n 02 Nyctimene 0 genus_Nyctimene 0 003 @ 01864707 n 0000 #m 02139479 n 0000 %m 02140491 n 0000 | East Indian fruit bats
-02140491 05 n 04 harpy 2 harpy_bat 0 tube-nosed_bat 0 tube-nosed_fruit_bat 0 002 @ 02139671 n 0000 #m 02140357 n 0000 | any of various fruit bats of the genus Nyctimene distinguished by nostrils drawn out into diverging tubes
-02140719 05 n 02 Cynopterus 0 genus_Cynopterus 0 003 @ 01864707 n 0000 #m 02139479 n 0000 %m 02140858 n 0000 | a genus of Megachiroptera
-02140858 05 n 01 Cynopterus_sphinx 0 002 @ 02139671 n 0000 #m 02140719 n 0000 | a variety of fruit eating bat
-02140970 05 n 02 Microchiroptera 0 suborder_Microchiroptera 0 010 @ 01342529 n 0000 #m 02138921 n 0000 %m 02141306 n 0000 %m 02142064 n 0000 %m 02143293 n 0000 %m 02143594 n 0000 %m 02144442 n 0000 %m 02145084 n 0000 %m 02149136 n 0000 %m 02150306 n 0000 | most of the bats in the world; all bats except fruit bats insectivorous bats
-02141306 05 n 02 carnivorous_bat 0 microbat 0 009 @ 02139199 n 0000 #m 02140970 n 0000 ~ 02141611 n 0000 ~ 02141713 n 0000 ~ 02145424 n 0000 ~ 02146371 n 0000 ~ 02149420 n 0000 ~ 02150134 n 0000 ~ 02150482 n 0000 | typically having large ears and feeding primarily on insects; worldwide in distribution
-02141611 05 n 01 mouse-eared_bat 0 001 @ 02141306 n 0000 | a carnivorous bat with ears like a mouse
-02141713 05 n 02 leafnose_bat 0 leaf-nosed_bat 0 009 @ 02141306 n 0000 ~ 02142407 n 0000 ~ 02142734 n 0000 ~ 02142898 n 0000 ~ 02143142 n 0000 ~ 02143439 n 0000 ~ 02143891 n 0000 ~ 02144251 n 0000 ~ 02144593 n 0000 | bat having a leaflike flap at the end of the nose; especially of the families Phyllostomatidae and Rhinolophidae and Hipposideridae
-02142064 05 n 04 Phyllostomidae 0 family_Phyllostomidae 0 Phyllostomatidae 0 family_Phyllostomatidae 0 005 @ 01862557 n 0000 #m 02140970 n 0000 %m 02142295 n 0000 %m 02142575 n 0000 %m 02142993 n 0000 | New World leaf-nosed bats
-02142295 05 n 01 genus_Macrotus 0 003 @ 01864707 n 0000 #m 02142064 n 0000 %m 02142407 n 0000 | leafnose bats
-02142407 05 n 02 macrotus 0 Macrotus_californicus 0 002 @ 02141713 n 0000 #m 02142295 n 0000 | large-eared greyish bat of southern California and northwestern Mexico
-02142575 05 n 02 Phyllostomus 0 genus_Phyllostomus 0 003 @ 01864707 n 0000 #m 02142064 n 0000 %m 02142734 n 0000 | type genus of the family Phyllostomatidae
-02142734 05 n 01 spearnose_bat 0 002 @ 02141713 n 0000 #m 02142575 n 0000 | New World bat with a pointed nose leaf; found from southern United States to Paraguay
-02142898 05 n 01 Phyllostomus_hastatus 0 001 @ 02141713 n 0000 | a variety of leaf-nosed bat
-02142993 05 n 02 Choeronycteris 0 genus_Choeronycteris 0 003 @ 01864707 n 0000 #m 02142064 n 0000 %m 02143142 n 0000 | a genus of Phyllostomatidae
-02143142 05 n 02 hognose_bat 0 Choeronycteris_mexicana 0 002 @ 02141713 n 0000 #m 02142993 n 0000 | small-eared Mexican bat with a long slender nose
-02143293 05 n 02 Rhinolophidae 0 family_Rhinolophidae 0 003 @ 01862557 n 0000 #m 02140970 n 0000 %m 02143439 n 0000 | Old World leaf-nosed bats
-02143439 05 n 01 horseshoe_bat 1 002 @ 02141713 n 0000 #m 02143293 n 0000 | a bat of the family Rhinolophidae having a horseshoe-shaped leaf on the nose
-02143594 05 n 02 Hipposideridae 0 family_Hipposideridae 0 004 @ 01862557 n 0000 #m 02140970 n 0000 %m 02143759 n 0000 %m 02144110 n 0000 | Old World leafnose bats
-02143759 05 n 02 Hipposideros 0 genus_Hipposideros 0 003 @ 01864707 n 0000 #m 02143594 n 0000 %m 02143891 n 0000 | horseshoe bats
-02143891 05 n 01 horseshoe_bat 2 002 @ 02141713 n 0000 #m 02143759 n 0000 | any of numerous bats of the family Hipposideridae of northwest Africa or Philippines or Australia having a horseshoe-shaped leaf on the nose
-02144110 05 n 02 Rhinonicteris 0 genus_Rhinonicteris 0 003 @ 01864707 n 0000 #m 02143594 n 0000 %m 02144251 n 0000 | orange horseshoe bats
-02144251 05 n 03 orange_bat 0 orange_horseshoe_bat 0 Rhinonicteris_aurantius 0 002 @ 02141713 n 0000 #m 02144110 n 0000 | a common bat of northwestern Australia having orange or yellow fur
-02144442 05 n 02 Megadermatidae 0 family_Megadermatidae 0 003 @ 01862557 n 0000 #m 02140970 n 0000 %m 02144792 n 0000 | Old World false vampire bats
-02144593 05 n 02 false_vampire 0 false_vampire_bat 0 002 @ 02141713 n 0000 ~ 02144936 n 0000 | any New or Old World carnivorous bat erroneously thought to suck blood but in fact feeding on insects
-02144792 05 n 02 Megaderma 0 genus_Megaderma 0 003 @ 01864707 n 0000 #m 02144442 n 0000 %m 02144936 n 0000 | type genus of the Megadermatidae
-02144936 05 n 02 big-eared_bat 0 Megaderma_lyra 0 002 @ 02144593 n 0000 #m 02144792 n 0000 | large carnivorous Old World bat with very large ears
-02145084 05 n 02 Vespertilionidae 0 family_Vespertilionidae 0 011 @ 01862557 n 0000 #m 02140970 n 0000 %m 02145424 n 0000 %m 02145767 n 0000 %m 02146064 n 0000 %m 02146526 n 0000 %m 02147034 n 0000 %m 02147452 n 0000 %m 02147747 n 0000 %m 02148377 n 0000 %m 02148698 n 0000 | the majority of common bats of temperate regions of the world
-02145424 05 n 02 vespertilian_bat 0 vespertilionid 0 014 @ 02141306 n 0000 #m 02145084 n 0000 ~ 02145910 n 0000 ~ 02146201 n 0000 ~ 02146700 n 0000 ~ 02146879 n 0000 ~ 02147173 n 0000 ~ 02147328 n 0000 ~ 02147591 n 0000 ~ 02147947 n 0000 ~ 02148088 n 0000 ~ 02148245 n 0000 ~ 02148512 n 0000 ~ 02148835 n 0000 | a variety of carnivorous bat
-02145767 05 n 02 Vespertilio 0 genus_Vespertilio 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02145910 n 0000 | a genus of Vespertilionidae
-02145910 05 n 02 frosted_bat 0 Vespertilio_murinus 0 002 @ 02145424 n 0000 #m 02145767 n 0000 | common Eurasian bat with white-tipped hairs in its coat
-02146064 05 n 02 Lasiurus 0 genus_Lasiurus 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02146201 n 0000 | a genus of Vespertilionidae
-02146201 05 n 02 red_bat 0 Lasiurus_borealis 0 002 @ 02145424 n 0000 #m 02146064 n 0000 | North American bat of a brick or rusty red color with hairs tipped with white
-02146371 05 n 01 brown_bat 0 001 @ 02141306 n 0000 | any of numerous medium to small insectivorous bats found worldwide in caves and trees and buildings
-02146526 05 n 02 Myotis 0 genus_Myotis 0 004 @ 01864707 n 0000 #m 02145084 n 0000 %m 02146700 n 0000 %m 02146879 n 0000 | largest and most widely distributed genus of bats
-02146700 05 n 03 little_brown_bat 0 little_brown_myotis 0 Myotis_leucifugus 0 002 @ 02145424 n 0000 #m 02146526 n 0000 | the small common North American bat; widely distributed
-02146879 05 n 02 cave_myotis 0 Myotis_velifer 0 002 @ 02145424 n 0000 #m 02146526 n 0000 | small bat of southwest United States that lives in caves etc.
-02147034 05 n 02 Eptesicus 0 genus_Eptesicus 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02147173 n 0000 | a genus of Vespertilionidae
-02147173 05 n 02 big_brown_bat 0 Eptesicus_fuscus 0 002 @ 02145424 n 0000 #m 02147034 n 0000 | rather large North American brown bat; widely distributed
-02147328 05 n 03 serotine 0 European_brown_bat 0 Eptesicus_serotinus 0 001 @ 02145424 n 0000 | common brown bat of Europe
-02147452 05 n 02 Antrozous 0 genus_Antrozous 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02147591 n 0000 | a genus of Vespertilionidae
-02147591 05 n 03 pallid_bat 0 cave_bat 0 Antrozous_pallidus 0 002 @ 02145424 n 0000 #m 02147452 n 0000 | drab yellowish big-eared bat that lives in caves
-02147747 05 n 02 Pipistrellus 0 genus_Pipistrellus 0 005 @ 01864707 n 0000 #m 02145084 n 0000 %m 02147947 n 0000 %m 02148088 n 0000 %m 02148245 n 0000 | nearly cosmopolitan genus of very small bats
-02147947 05 n 03 pipistrelle 0 pipistrel 1 Pipistrellus_pipistrellus 0 002 @ 02145424 n 0000 #m 02147747 n 0000 | small European brown bat
-02148088 05 n 02 eastern_pipistrel 0 Pipistrellus_subflavus 0 002 @ 02145424 n 0000 #m 02147747 n 0000 | one of the smallest bats of eastern North America
-02148245 05 n 02 western_pipistrel 0 SPipistrellus_hesperus 0 002 @ 02145424 n 0000 #m 02147747 n 0000 | of western North America
-02148377 05 n 02 Euderma 0 genus_Euderma 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02148512 n 0000 | a genus of Vespertilionidae
-02148512 05 n 03 jackass_bat 0 spotted_bat 0 Euderma_maculata 0 002 @ 02145424 n 0000 #m 02148377 n 0000 | a large bat of the southwestern United States having spots and enormous ears
-02148698 05 n 02 Plecotus 0 genus_Plecotus 0 003 @ 01864707 n 0000 #m 02145084 n 0000 %m 02148835 n 0000 | a genus of Vespertilionidae
-02148835 05 n 01 long-eared_bat 0 003 @ 02145424 n 0000 #m 02148698 n 0000 ~ 02148991 n 0000 | any of various Old or New World bats having very long ears
-02148991 05 n 02 western_big-eared_bat 0 Plecotus_townsendi 0 001 @ 02148835 n 0000 | bat of western North America having extremely large ears
-02149136 05 n 02 Molossidae 0 family_Molossidae 0 004 @ 01862557 n 0000 #m 02140970 n 0000 %m 02149297 n 0000 %m 02150016 n 0000 | mastiff bats; freetail bats
-02149297 05 n 02 Tadarida 0 genus_Tadarida 0 003 @ 01864707 n 0000 #m 02149136 n 0000 %m 02149420 n 0000 | freetail bats
-02149420 05 n 03 freetail 0 free-tailed_bat 0 freetailed_bat 0 004 @ 02141306 n 0000 #m 02149297 n 0000 ~ 02149653 n 0000 ~ 02149861 n 0000 | small swift insectivorous bat with leathery ears and a long tail; common in warm regions
-02149653 05 n 03 guano_bat 0 Mexican_freetail_bat 0 Tadarida_brasiliensis 0 001 @ 02149420 n 0000 | the common freetail bat of southern United States having short velvety fur; migrates southward for winter
-02149861 05 n 03 pocketed_bat 0 pocketed_freetail_bat 0 Tadirida_femorosacca 0 001 @ 02149420 n 0000 | small brown bat of California and northern Mexico
-02150016 05 n 02 Eumops 0 genus_Eumops 0 003 @ 01864707 n 0000 #m 02149136 n 0000 %m 02150134 n 0000 | mastiff bats
-02150134 05 n 01 mastiff_bat 0 002 @ 02141306 n 0000 #m 02150016 n 0000 | a soft-furred chocolate-brown bat with folded ears and small wings; often runs along the ground
-02150306 05 n 02 Desmodontidae 0 family_Desmodontidae 0 005 @ 01862557 n 0000 #m 02140970 n 0000 %m 02150482 n 0000 %m 02150730 n 0000 %m 02151108 n 0000 | true vampire bats
-02150482 05 n 02 vampire_bat 0 true_vampire_bat 0 004 @ 02141306 n 0000 #m 02150306 n 0000 ~ 02150885 n 0000 ~ 02151230 n 0000 | any of various tropical American bats of the family Desmodontidae that bite mammals and birds to feed on their blood
-02150730 05 n 02 Desmodus 0 genus_Desmodus 0 003 @ 01864707 n 0000 #m 02150306 n 0000 %m 02150885 n 0000 | type genus of the Desmodontidae: vampire bats
-02150885 05 n 01 Desmodus_rotundus 0 002 @ 02150482 n 0000 #m 02150730 n 0000 | mouse-sized bat of tropical Central America and South America having sharp incisor and canine teeth; feeds on the blood of birds and mammals
-02151108 05 n 02 Diphylla 0 genus_Diphylla 0 003 @ 01864707 n 0000 #m 02150306 n 0000 %m 02151230 n 0000 | vampire bats
-02151230 05 n 02 hairy-legged_vampire_bat 0 Diphylla_ecaudata 0 002 @ 02150482 n 0000 #m 02151108 n 0000 | similar in size and habits to Desmodus rotundus; of tropical America including southern California and Texas
-02151448 05 n 01 water_vascular_system 0 002 @ 05511286 n 0000 #p 02316707 n 0000 | system of fluid-filled tubes used by echinoderms in locomotion and feeding and respiration
-02151625 05 n 01 wing 0 013 @ 05297523 n 0000 #p 01503061 n 0000 #p 02139199 n 0000 #p 02159955 n 0000 #p 09538915 n 0000 + 01940403 v 0102 %p 01897667 n 0000 ~ 02151940 n 0000 ~ 02152064 n 0000 ~ 02152212 n 0000 ~ 02152446 n 0000 ~ 02152559 n 0000 %p 02468864 n 0000 | a movable organ for flying (one of a pair)
-02151940 05 n 01 ala 1 004 @ 02151625 n 0000 #p 02159955 n 0000 + 02567117 a 0102 + 02567281 a 0101 | a wing of an insect
-02152064 05 n 03 forewing 0 fore-wing 0 fore_wing 0 001 @ 02151625 n 0000 | either of the anterior pair of wings on an insect that has four wings
-02152212 05 n 03 halter 0 haltere 0 balancer 0 004 @ 02151625 n 0000 #p 02188699 n 0000 + 02743020 v 0301 + 01602318 v 0302 | either of the rudimentary hind wings of dipterous insects; used for maintaining equilibrium during flight
-02152446 05 n 02 pennon 0 pinion 1 003 @ 02151625 n 0000 #p 01503061 n 0000 + 00512749 v 0201 | wing of a bird
-02152559 05 n 02 wing_case 0 elytron 0 001 @ 02151625 n 0000 | either of the horny front wings in beetles and some other insects which cover and protect the functional hind wings
-02152740 05 n 02 predator 0 predatory_animal 0 002 @ 00015388 n 0000 ~ 01324431 n 0000 | any animal that lives by preying on other animals
-02152881 05 n 02 prey 0 quarry 0 002 @ 00015388 n 0000 + 01203500 v 0102 | animal hunted or caught for food
-02152991 05 n 01 game 0 003 @ 00015388 n 0000 ~ 02153109 n 0000 ~ 02153203 n 0000 | animal hunted for food or sport
-02153109 05 n 01 big_game 0 001 @ 02152991 n 0000 | large animals that are hunted for sport
-02153203 05 n 01 game_bird 0 008 @ 02152991 n 0000 @ 01789386 n 0000 ~ 01795088 n 0000 ~ 01802721 n 0000 ~ 01810268 n 0000 -c 07647115 n 0000 -c 07647321 n 0000 -c 07647602 n 0000 | any bird (as grouse or pheasant) that is hunted for sport
-02153445 05 n 02 animal_foot 0 foot 1 009 @ 05563034 n 0000 ~ 02153712 n 0000 ~ 02153959 n 0000 ~ 02154416 n 0000 ~ 02154620 n 0000 ~ 02439568 n 0000 ~ 02439728 n 0000 ~ 02439829 n 0000 ~ 02439929 n 0000 | the pedal extremity of vertebrates other than human beings
-02153712 05 n 01 fossorial_foot 0 001 @ 02153445 n 0000 | foot adapted for digging as in moles
-02153809 05 n 01 fossorial_mammal 0 003 @ 01861778 n 0000 ~ 02369680 n 0000 ~ 02370137 n 0000 | a burrowing mammal having limbs adapted for digging
-02153959 05 n 01 hoof 0 006 @ 02153445 n 0000 #p 02370806 n 0000 %p 02154133 n 0000 ~ 02154264 n 0000 ~ 02159117 n 0000 %p 05577654 n 0000 | the foot of an ungulate mammal
-02154133 05 n 01 hoof 1 002 @ 05581514 n 0000 #p 02153959 n 0000 | the horny covering of the end of the foot in ungulate mammals
-02154264 05 n 02 cloven_foot 0 cloven_hoof 0 001 @ 02153959 n 0000 | a hoof divided into two parts at its distal extremity (as of ruminants or swine)
-02154416 05 n 01 bird's_foot 0 008 @ 02153445 n 0000 #p 01503061 n 0000 ~ 02154742 n 0000 ~ 02154824 n 0000 ~ 02155014 n 0000 ~ 02155206 n 0000 ~ 02155313 n 0000 %p 02156413 n 0000 | the foot of a bird
-02154620 05 n 01 webfoot 0 002 @ 02153445 n 0000 %p 01898328 n 0000 | a foot having the toes connected by folds of skin
-02154742 05 n 01 claw 1 002 @ 02154416 n 0000 + 01306654 v 0101 | a bird's foot
-02154824 05 n 01 zygodactyl_foot 0 002 @ 02154416 n 0000 ! 02155014 n 0101 | a bird's foot having the first and fourth toes of each foot directed backward and the second and third forward
-02155014 05 n 01 heterodactyl_foot 0 002 @ 02154416 n 0000 ! 02154824 n 0101 | a bird's foot having the first and second toes of each foot directed backward and the third and fourth forward
-02155206 05 n 01 webbed_foot 0 001 @ 02154416 n 0000 | a bird's foot with folds of skin between the toes
-02155313 05 n 01 lobate_foot 0 001 @ 02154416 n 0000 | a bird's foot having separate toes each with membranous flaps along the sides
-02155448 05 n 03 calyculus 0 caliculus 0 calycle 0 004 @ 05225602 n 0000 + 02676046 a 0101 + 02676046 a 0102 ~ 02155678 n 0000 | a small cup-shaped structure (as a taste bud or optic cup or cavity of a coral containing a polyp)
-02155678 05 n 02 optic_cup 0 eyecup 0 002 @ 02155448 n 0000 ;c 06071426 n 0000 | (embryology) a two-walled cuplike depression that develops into the pigmented and sensory layers of the retina
-02155872 05 n 01 tooth 2 002 @ 05225602 n 0000 ~ 02156031 n 0000 | toothlike structure in invertebrates found in the mouth or alimentary canal or on a shell
-02156031 05 n 01 denticle 0 001 @ 02155872 n 0000 | small pointed ridge on the exoskeleton of an arthropod
-02156140 05 n 01 claw 0 004 @ 05581514 n 0000 + 01306654 v 0101 ~ 02156320 n 0000 ~ 02156413 n 0000 | sharp curved horny process on the toe of a bird or some mammals or reptiles
-02156320 05 n 01 bear_claw 0 001 @ 02156140 n 0000 | claw of a bear; often used in jewelry
-02156413 05 n 01 talon 0 002 @ 02156140 n 0000 #p 02154416 n 0000 | a sharp hooked claw especially on a bird of prey
-02156532 05 n 04 claw 2 chela 0 nipper 0 pincer 0 004 @ 05559908 n 0000 #p 01974773 n 0000 + 01456771 v 0305 + 01306654 v 0101 | a grasping structure on the limb of a crustacean or other arthropods
-02156732 05 n 01 tetrapod 0 002 @ 01471682 n 0000 ~ 02156871 n 0000 | a vertebrate animal having four feet or legs or leglike appendages
-02156871 05 n 01 quadruped 0 012 @ 02156732 n 0000 + 00241816 a 0101 %p 02439728 n 0000 %p 02439829 n 0000 %p 02463403 n 0000 %p 02463611 n 0000 %p 02463810 n 0000 %p 02464223 n 0000 %p 02464327 n 0000 %p 02464626 n 0000 %p 02464965 n 0000 -c 05078450 n 0000 | an animal especially a mammal having four limbs specialized for walking
-02157206 05 n 01 hexapod 0 001 @ 00015388 n 0000 | an animal having six feet
-02157285 05 n 01 biped 0 004 @ 00015388 n 0000 + 00241672 a 0102 + 00241672 a 0101 %p 02464327 n 0000 | an animal with two feet
-02157415 05 n 01 belly 1 002 @ 01899367 n 0000 #p 01471682 n 0000 | the underpart of the body of certain vertebrates such as snakes or fish
-02157557 05 n 01 tail 0 013 @ 05470189 n 0000 #p 01471682 n 0000 + 01556178 v 0102 ~ 01754737 n 0000 ~ 02157954 n 0000 ~ 02158066 n 0000 ~ 02158213 n 0000 ~ 02158354 n 0000 ~ 02158494 n 0000 ~ 02158619 n 0000 ~ 02158739 n 0000 ~ 02158846 n 0000 %p 02158972 n 0000 | the posterior part of the body of a vertebrate especially when elongated and extending beyond the trunk or main part of the body
-02157954 05 n 01 brush 0 001 @ 02157557 n 0000 | a bushy tail or part of a bushy tail (especially of the fox)
-02158066 05 n 03 bobtail 0 bob 0 dock 1 003 @ 02157557 n 0000 + 01556178 v 0301 + 01556178 v 0203 | a short or shortened tail of certain animals
-02158213 05 n 01 caudal_appendage 0 002 @ 02157557 n 0000 #p 01471682 n 0000 | tail especially of a mammal posterior to and above the anus
-02158354 05 n 01 uropygium 0 002 @ 02157557 n 0000 #p 01503061 n 0000 | posterior part of a bird's body from which the tail feathers grow
-02158494 05 n 01 oxtail 0 002 @ 02157557 n 0000 #s 07586485 n 0000 | the skinned tail of cattle; used especially for soups
-02158619 05 n 01 fluke 1 002 @ 02157557 n 0000 #p 02062430 n 0000 | either of the two lobes of the tail of a cetacean
-02158739 05 n 01 scut 0 003 @ 02157557 n 0000 #p 02430045 n 0000 #p 02324045 n 0000 | a short erect tail
-02158846 05 n 01 flag 0 003 @ 02157557 n 0000 #p 02430045 n 0000 #p 02084071 n 0000 | a conspicuously marked or shaped tail
-02158972 05 n 01 dock 0 002 @ 05220461 n 0000 #p 02157557 n 0000 | the solid bony part of the tail of an animal as distinguished from the hair
-02159117 05 n 01 horse's_foot 0 005 @ 02153959 n 0000 #p 02374451 n 0000 %p 02462066 n 0000 %p 02462349 n 0000 %p 02462464 n 0000 | the hoof of a horse
-02159271 05 n 04 Insecta 0 class_Insecta 0 Hexapoda 0 class_Hexapoda 0 029 @ 08103777 n 0000 #m 01767199 n 0000 %m 02161737 n 0000 %m 02161944 n 0000 %m 02163144 n 0000 %m 02163616 n 0000 %m 02163982 n 0000 %m 02183353 n 0000 %m 02183697 n 0000 %m 02185337 n 0000 %m 02185973 n 0000 %m 02188065 n 0000 %m 02205896 n 0000 %m 02222718 n 0000 %m 02225959 n 0000 %m 02230782 n 0000 %m 02232408 n 0000 %m 02232606 n 0000 %m 02236495 n 0000 %m 02260183 n 0000 %m 02261883 n 0000 %m 02262679 n 0000 %m 02263038 n 0000 %m 02267975 n 0000 %m 02269015 n 0000 %m 02269829 n 0000 %m 02271427 n 0000 %m 02272707 n 0000 %m 02273545 n 0000 | insects; about five-sixths of all known animal species
-02159955 05 n 01 insect 0 051 @ 01767661 n 0000 #m 01767199 n 0000 #m 07996149 n 0000 + 02832164 a 0101 -c 02694784 a 0101 %p 01903631 n 0000 %p 02151625 n 0000 %p 02151940 n 0000 ~ 02160947 n 0000 ~ 02161078 n 0000 ~ 02161225 n 0000 ~ 02161338 n 0000 ~ 02161457 n 0000 ~ 02161588 n 0000 ~ 02162235 n 0000 ~ 02163297 n 0000 ~ 02163763 n 0000 ~ 02164464 n 0000 ~ 02183507 n 0000 ~ 02183857 n 0000 ~ 02185481 n 0000 ~ 02186153 n 0000 ~ 02188699 n 0000 ~ 02198129 n 0000 ~ 02206270 n 0000 ~ 02207449 n 0000 ~ 02223266 n 0000 ~ 02226183 n 0000 ~ 02231052 n 0000 ~ 02232951 n 0000 ~ 02236355 n 0000 ~ 02236896 n 0000 ~ 02241569 n 0000 ~ 02246011 n 0000 ~ 02260421 n 0000 ~ 02262178 n 0000 ~ 02262803 n 0000 ~ 02263378 n 0000 ~ 02268148 n 0000 ~ 02269196 n 0000 ~ 02270011 n 0000 ~ 02271570 n 0000 ~ 02272871 n 0000 ~ 02274024 n 0000 ~ 02312427 n 0000 ~ 02312912 n 0000 ~ 02313008 n 0000 %p 02467884 n 0000 %p 02665543 n 0000 %p 05277100 n 0000 -c 13493692 n 0000 | small air-breathing arthropod
-02160947 05 n 01 social_insect 0 001 @ 02159955 n 0000 | an insect that lives in a colony with other insects of the same species
-02161078 05 n 02 ephemeron 0 ephemeral 0 001 @ 02159955 n 0000 | anything short-lived, as an insect that lives only for a day in its winged form
-02161225 05 n 02 holometabola 0 metabola 0 001 @ 02159955 n 0000 | insects that undergo complete metamorphosis
-02161338 05 n 01 defoliator 0 002 @ 02159955 n 0000 + 00195813 v 0101 | an insect that strips the leaves from plants
-02161457 05 n 01 pollinator 0 002 @ 02159955 n 0000 + 00054059 v 0101 | an insect that carries pollen from one flower to another
-02161588 05 n 01 gallfly 0 001 @ 02159955 n 0000 | any of various insects that deposit their eggs in plants causing galls in which the larvae feed
-02161737 05 n 02 Mantophasmatodea 0 order_mantophasmatodea 0 002 @ 01342529 n 0000 #m 02159271 n 0000 | an order of insect identified in 2002 in a 45 million year old piece of amber from the Baltic region
-02161944 05 n 02 Mecoptera 0 order_Mecoptera 0 006 @ 01342529 n 0000 #m 02159271 n 0000 + 02760011 a 0101 %m 02162235 n 0000 %m 02162404 n 0000 %m 02162831 n 0000 | an order of carnivorous insects usually having long membranous wings and long beaklike heads with chewing mouths at the tip
-02162235 05 n 01 mecopteran 0 004 @ 02159955 n 0000 #m 02161944 n 0000 ~ 02162561 n 0000 ~ 02163008 n 0000 | any of various carnivorous insects of the order Mecoptera
-02162404 05 n 02 Panorpidae 0 family_Panorpidae 0 003 @ 08107499 n 0000 #m 02161944 n 0000 %m 02162561 n 0000 | a family of insects of the order Mecoptera
-02162561 05 n 01 scorpion_fly 0 002 @ 02162235 n 0000 #m 02162404 n 0000 | any of various mecopterous insects of the family Panorpidae of the northern hemisphere having a long beak and long antennae; males have a tail like that of a scorpion except it is not venomous
-02162831 05 n 02 Bittacidae 0 family_Bittacidae 0 003 @ 08107499 n 0000 #m 02161944 n 0000 %m 02163008 n 0000 | a family of predacious tropical insects of the order Mecoptera
-02163008 05 n 01 hanging_fly 0 002 @ 02162235 n 0000 #m 02162831 n 0000 | any of various mecopterous insects of the family Bittacidae
-02163144 05 n 02 Collembola 0 order_Collembola 0 003 @ 01342529 n 0000 #m 02159271 n 0000 %m 02163297 n 0000 | minute wingless arthropods: springtails
-02163297 05 n 02 collembolan 0 springtail 0 002 @ 02159955 n 0000 #m 02163144 n 0000 | any of numerous minute wingless primitive insects possessing a special abdominal appendage that allows the characteristic nearly perpetual springing pattern; found in soil rich in organic debris or on the surface of snow or water
-02163616 05 n 02 Protura 0 order_Protura 0 003 @ 01342529 n 0000 #m 02159271 n 0000 %m 02163763 n 0000 | minute wingless arthropods: telsontails
-02163763 05 n 02 proturan 0 telsontail 0 002 @ 02159955 n 0000 #m 02163616 n 0000 | any of several minute primitive wingless and eyeless insects having a cone-shaped head; inhabit damp soil or decaying organic matter
-02163982 05 n 02 Coleoptera 0 order_Coleoptera 0 022 @ 01342529 n 0000 #m 02159271 n 0000 %m 02164464 n 0000 %m 02164973 n 0000 %m 02165247 n 0000 %m 02166986 n 0000 %m 02168121 n 0000 %m 02168542 n 0000 %m 02169345 n 0000 %m 02170269 n 0000 %m 02170848 n 0000 %m 02171254 n 0000 %m 02176073 n 0000 %m 02177068 n 0000 %m 02177376 n 0000 %m 02177644 n 0000 %m 02178244 n 0000 %m 02178886 n 0000 %m 02179429 n 0000 %m 02180742 n 0000 %m 02181013 n 0000 %m 02181863 n 0000 | beetles
-02164464 05 n 01 beetle 0 020 @ 02159955 n 0000 #m 02163982 n 0000 ~ 02165105 n 0000 ~ 02165456 n 0000 ~ 02167151 n 0000 ~ 02168245 n 0000 ~ 02168699 n 0000 ~ 02169497 n 0000 ~ 02170400 n 0000 ~ 02170993 n 0000 ~ 02171453 n 0000 ~ 02176261 n 0000 ~ 02177196 n 0000 ~ 02177506 n 0000 ~ 02177775 n 0000 ~ 02177972 n 0000 ~ 02179012 n 0000 ~ 02180233 n 0000 ~ 02180875 n 0000 ~ 02183096 n 0000 | insect having biting mouthparts and front wings modified to form horny covers overlying the membranous rear wings
-02164973 05 n 02 Cicindelidae 0 family_Cicindelidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02165105 n 0000 | tiger beetles
-02165105 05 n 01 tiger_beetle 0 002 @ 02164464 n 0000 #m 02164973 n 0000 | active usually bright-colored beetle that preys on other insects
-02165247 05 n 02 Coccinellidae 0 family_Coccinellidae 0 007 @ 01759182 n 0000 #m 02163982 n 0000 %m 02165456 n 0000 %m 02165754 n 0000 %m 02166024 n 0000 %m 02166436 n 0000 %m 02166674 n 0000 | the ladybugs
-02165456 05 n 05 ladybug 0 ladybeetle 0 lady_beetle 0 ladybird 0 ladybird_beetle 0 006 @ 02164464 n 0000 #m 02165247 n 0000 ~ 02165877 n 0000 ~ 02166229 n 0000 ~ 02166567 n 0000 ~ 02166826 n 0000 | small round bright-colored and spotted beetle that usually feeds on aphids and other insect pests
-02165754 05 n 02 Adalia 0 genus_Adalia 0 003 @ 01762525 n 0000 #m 02165247 n 0000 %m 02165877 n 0000 | genus of ladybugs
-02165877 05 n 02 two-spotted_ladybug 0 Adalia_bipunctata 0 002 @ 02165456 n 0000 #m 02165754 n 0000 | red ladybug with a black spot on each wing
-02166024 05 n 02 Epilachna 0 genus_Epilachna 0 003 @ 01762525 n 0000 #m 02165247 n 0000 %m 02166229 n 0000 | genus of ladybugs native to Mexico and Central America; both larvae and adults feed on plants
-02166229 05 n 03 Mexican_bean_beetle 0 bean_beetle 0 Epilachna_varivestis 0 002 @ 02165456 n 0000 #m 02166024 n 0000 | introduced into the United States from Mexico; feeds on the foliage of the bean plant
-02166436 05 n 02 Hippodamia 0 genus_Hippodamia 0 003 @ 01762525 n 0000 #m 02165247 n 0000 %m 02166567 n 0000 | genus of ladybugs
-02166567 05 n 01 Hippodamia_convergens 0 002 @ 02165456 n 0000 #m 02166436 n 0000 | a variety of ladybug
-02166674 05 n 03 Rodolia 0 genus_Rodolia 0 genus_Vedalia 0 003 @ 01762525 n 0000 #m 02165247 n 0000 %m 02166826 n 0000 | genus of Australian ladybugs
-02166826 05 n 02 vedalia 0 Rodolia_cardinalis 0 002 @ 02165456 n 0000 #m 02166674 n 0000 | native to Australia; introduced elsewhere to control scale insects
-02166986 05 n 02 Carabidae 0 family_Carabidae 0 005 @ 01759182 n 0000 #m 02163982 n 0000 %m 02167151 n 0000 %m 02167375 n 0000 %m 02167645 n 0000 | ground beetles
-02167151 05 n 02 ground_beetle 0 carabid_beetle 0 004 @ 02164464 n 0000 #m 02166986 n 0000 ~ 02167505 n 0000 ~ 02167820 n 0000 | predacious shining black or metallic terrestrial beetle that destroys many injurious insects
-02167375 05 n 02 Brachinus 0 genus_Brachinus 0 003 @ 01762525 n 0000 #m 02166986 n 0000 %m 02167505 n 0000 | bombardier beetles
-02167505 05 n 01 bombardier_beetle 0 002 @ 02167151 n 0000 #m 02167375 n 0000 | beetle that ejects audibly a pungent vapor when disturbed
-02167645 05 n 01 genus_Calosoma 0 003 @ 01762525 n 0000 #m 02166986 n 0000 %m 02167820 n 0000 | genus of large predaceous ground beetles that feed on injurious caterpillars
-02167820 05 n 01 calosoma 0 003 @ 02167151 n 0000 #m 02167645 n 0000 ~ 02167944 n 0000 | any beetle of the genus Calosoma
-02167944 05 n 03 searcher 0 searcher_beetle 0 Calosoma_scrutator 0 001 @ 02167820 n 0000 | large metallic blue-green beetle that preys on caterpillars; found in North America
-02168121 05 n 02 Lampyridae 0 family_Lampyridae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02168245 n 0000 | fireflies
-02168245 05 n 02 firefly 1 lightning_bug 0 003 @ 02164464 n 0000 #m 02168121 n 0000 ~ 02168427 n 0000 | nocturnal beetle common in warm regions having luminescent abdominal organs
-02168427 05 n 01 glowworm 0 001 @ 02168245 n 0000 | the luminous larva or wingless grub-like female of a firefly
-02168542 05 n 02 Cerambycidae 0 family_Cerambycidae 0 004 @ 01759182 n 0000 #m 02163982 n 0000 %m 02168699 n 0000 %m 02168876 n 0000 | long-horned beetles
-02168699 05 n 03 long-horned_beetle 0 longicorn 0 longicorn_beetle 0 003 @ 02164464 n 0000 #m 02168542 n 0000 ~ 02169023 n 0000 | long-bodied beetle having very long antennae
-02168876 05 n 02 Monochamus 0 genus_Monochamus 0 004 @ 01762525 n 0000 #m 02168542 n 0000 %m 02169023 n 0000 %m 02169218 n 0000 | sawyer beetles
-02169023 05 n 02 sawyer 0 sawyer_beetle 0 003 @ 02168699 n 0000 #m 02168876 n 0000 ~ 02169218 n 0000 | any of several beetles whose larvae bore holes in dead or dying trees especially conifers
-02169218 05 n 01 pine_sawyer 0 002 @ 02169023 n 0000 #m 02168876 n 0000 | large beetle whose larvae bore holes in pine trees
-02169345 05 n 02 Chrysomelidae 0 family_Chrysomelidae 0 004 @ 01759182 n 0000 #m 02163982 n 0000 %m 02169497 n 0000 %m 02169833 n 0000 | leaf beetles
-02169497 05 n 02 leaf_beetle 0 chrysomelid 0 004 @ 02164464 n 0000 #m 02169345 n 0000 ~ 02169705 n 0000 ~ 02169974 n 0000 | brightly colored beetle that feeds on plant leaves; larvae infest roots and stems
-02169705 05 n 01 flea_beetle 0 001 @ 02169497 n 0000 | any small leaf beetle having enlarged hind legs and capable of jumping
-02169833 05 n 02 Leptinotarsa 0 genus_Leptinotarsa 0 003 @ 01762525 n 0000 #m 02169345 n 0000 %m 02169974 n 0000 | Colorado potato beetles
-02169974 05 n 05 Colorado_potato_beetle 0 Colorado_beetle 0 potato_bug 0 potato_beetle 0 Leptinotarsa_decemlineata 0 002 @ 02169497 n 0000 #m 02169833 n 0000 | black-and-yellow beetle that feeds in adult and larval stages on potato leaves; originally of eastern Rocky Mountains; now worldwide
-02170269 05 n 02 Dermestidae 0 family_Dermestidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02170400 n 0000 | carpet beetles
-02170400 05 n 02 carpet_beetle 0 carpet_bug 0 004 @ 02164464 n 0000 #m 02170269 n 0000 ~ 02170599 n 0000 ~ 02170738 n 0000 | small beetle whose larvae are household pests feeding on woolen fabrics
-02170599 05 n 02 buffalo_carpet_beetle 0 Anthrenus_scrophulariae 0 001 @ 02170400 n 0000 | a small black and red and white carpet beetle
-02170738 05 n 01 black_carpet_beetle 0 001 @ 02170400 n 0000 | a carpet beetle that is solid black in color
-02170848 05 n 02 Cleridae 0 family_Cleridae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02170993 n 0000 | beetles that prey on other insects
-02170993 05 n 02 clerid_beetle 0 clerid 0 003 @ 02164464 n 0000 #m 02170848 n 0000 ~ 02171164 n 0000 | predacious on other insects; usually brightly colored or metallic
-02171164 05 n 01 bee_beetle 0 001 @ 02170993 n 0000 | European beetle; infests beehives
-02171254 05 n 02 Lamellicornia 0 superfamily_Lamellicornia 0 005 @ 01759182 n 0000 #m 02163982 n 0000 %m 02171453 n 0000 %m 02171633 n 0000 %m 02175791 n 0000 | scarabaeid beetles and stag beetles
-02171453 05 n 01 lamellicorn_beetle 0 004 @ 02164464 n 0000 #m 02171254 n 0000 ~ 02171869 n 0000 ~ 02175916 n 0000 | beetle having antennae with hard platelike terminal segments
-02171633 05 n 02 Scarabaeidae 0 family_Scarabaeidae 0 008 @ 01759182 n 0000 #m 02171254 n 0000 %m 02171869 n 0000 %m 02172387 n 0000 %m 02173240 n 0000 %m 02173571 n 0000 %m 02174153 n 0000 %m 02175263 n 0000 | scarab or dung beetles
-02171869 05 n 03 scarabaeid_beetle 0 scarabaeid 0 scarabaean 0 009 @ 02171453 n 0000 #m 02171633 n 0000 ~ 02172182 n 0000 ~ 02172870 n 0000 ~ 02173373 n 0000 ~ 02173784 n 0000 ~ 02174001 n 0000 ~ 02174355 n 0000 ~ 02175569 n 0000 | any of numerous species of stout-bodied beetles having heads with horny spikes
-02172182 05 n 01 dung_beetle 0 004 @ 02171869 n 0000 ~ 02172518 n 0000 ~ 02172678 n 0000 ~ 02172761 n 0000 | any of numerous beetles that roll balls of dung on which they feed and in which they lay eggs
-02172387 05 n 01 genus_Scarabaeus 0 003 @ 01762525 n 0000 #m 02171633 n 0000 %m 02172518 n 0000 | type genus of the Scarabaeidae
-02172518 05 n 03 scarab 0 scarabaeus 0 Scarabaeus_sacer 0 002 @ 02172182 n 0000 #m 02172387 n 0000 | scarabaeid beetle considered divine by ancient Egyptians
-02172678 05 n 01 tumblebug 0 001 @ 02172182 n 0000 | any of various dung beetles
-02172761 05 n 01 dorbeetle 0 001 @ 02172182 n 0000 | Old World dung beetle that flies with a droning sound
-02172870 05 n 04 June_beetle 0 June_bug 0 May_bug 2 May_beetle 2 002 @ 02171869 n 0000 ~ 02173113 n 0000 | any of various large usually brown North American leaf-eating beetles common in late spring; the larvae feed on roots of grasses etc.
-02173113 05 n 02 green_June_beetle 0 figeater 0 001 @ 02172870 n 0000 | large greenish June beetle of southern United States
-02173240 05 n 02 Popillia 0 genus_Popillia 0 003 @ 01762525 n 0000 #m 02171633 n 0000 %m 02173373 n 0000 | a genus of Scarabaeidae
-02173373 05 n 02 Japanese_beetle 0 Popillia_japonica 0 002 @ 02171869 n 0000 #m 02173240 n 0000 | small metallic green and brown beetle native to eastern Asia; serious plant pest in North America
-02173571 05 n 02 Anomala 0 genus_Anomala 0 003 @ 01762525 n 0000 #m 02171633 n 0000 %m 02173784 n 0000 | genus of beetles whose grubs feed mainly on roots of plants; includes several pests of cultivated grasses
-02173784 05 n 03 Oriental_beetle 0 Asiatic_beetle 0 Anomala_orientalis 0 002 @ 02171869 n 0000 #m 02173571 n 0000 | introduced into United States from the Orient; larvae feed on roots of sugarcane and other grasses
-02174001 05 n 01 rhinoceros_beetle 0 001 @ 02171869 n 0000 | any of various large chiefly tropical beetles having horns on the head; pest on coconuts
-02174153 05 n 02 Melolonthidae 0 subfamily_Melolonthidae 0 004 @ 01759182 n 0000 #m 02171633 n 0000 %m 02174521 n 0000 %m 02174870 n 0000 | considered a separate family in some classification systems
-02174355 05 n 01 melolonthid_beetle 0 003 @ 02171869 n 0000 ~ 02174659 n 0000 ~ 02175014 n 0000 | any of various beetles of the family (or subfamily) Melolonthidae
-02174521 05 n 02 Melolontha 0 genus_Melolontha 0 003 @ 01762525 n 0000 #m 02174153 n 0000 %m 02174659 n 0000 | a genus of Melolonthidae
-02174659 05 n 04 cockchafer 0 May_bug 1 May_beetle 1 Melolontha_melolontha 0 002 @ 02174355 n 0000 #m 02174521 n 0000 | any of various large European beetles destructive to vegetation as both larvae and adult
-02174870 05 n 02 Macrodactylus 0 genus_Macrodactylus 0 003 @ 01762525 n 0000 #m 02174153 n 0000 %m 02175014 n 0000 | a genus of Melolonthidae
-02175014 05 n 03 rose_chafer 0 rose_bug 0 Macrodactylus_subspinosus 0 002 @ 02174355 n 0000 #m 02174870 n 0000 | common North American beetle: larvae feed on roots and adults on leaves and flowers of e.g. rose bushes or apple trees or grape vines
-02175263 05 n 02 Cetoniidae 0 subfamily_Cetoniidae 0 003 @ 01759182 n 0000 #m 02171633 n 0000 %m 02175440 n 0000 | considered a separate family in some classification systems
-02175440 05 n 02 Cetonia 0 genus_Cetonia 0 003 @ 01762525 n 0000 #m 02175263 n 0000 %m 02175569 n 0000 | a genus of Cetoniidae
-02175569 05 n 03 rose_chafer 2 rose_beetle 0 Cetonia_aurata 0 002 @ 02171869 n 0000 #m 02175440 n 0000 | a common metallic green European beetle: larvae feed on plant roots and adults on leaves and flowers of e.g. roses
-02175791 05 n 02 Lucanidae 0 family_Lucanidae 0 003 @ 01759182 n 0000 #m 02171254 n 0000 %m 02175916 n 0000 | stag beetles
-02175916 05 n 01 stag_beetle 0 002 @ 02171453 n 0000 #m 02175791 n 0000 | a kind of lamellicorn beetle; the male has branched mandibles resembling antlers
-02176073 05 n 02 Elateridae 0 family_Elateridae 0 005 @ 01759182 n 0000 #m 02163982 n 0000 %m 02176261 n 0000 %m 02176611 n 0000 %m 02176916 n 0000 | click beetles and certain fireflies
-02176261 05 n 03 elaterid_beetle 0 elater 0 elaterid 0 004 @ 02164464 n 0000 #m 02176073 n 0000 ~ 02176439 n 0000 ~ 02176747 n 0000 | any of various widely distributed beetles
-02176439 05 n 03 click_beetle 0 skipjack 3 snapping_beetle 0 001 @ 02176261 n 0000 | able to right itself when on its back by flipping into the air with a clicking sound
-02176611 05 n 02 Pyrophorus 0 genus_Pyrophorus 0 003 @ 01762525 n 0000 #m 02176073 n 0000 %m 02176747 n 0000 | tropical click beetles
-02176747 05 n 03 firefly 2 fire_beetle 0 Pyrophorus_noctiluca 0 002 @ 02176261 n 0000 #m 02176611 n 0000 | tropical American click beetle having bright luminous spots
-02176916 05 n 01 wireworm 0 002 @ 02311060 n 0000 #m 02176073 n 0000 | wormlike larva of various elaterid beetles; feeds on roots of many crop plants
-02177068 05 n 02 Dytiscidae 0 family_Dytiscidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02177196 n 0000 | water beetles
-02177196 05 n 01 water_beetle 0 002 @ 02164464 n 0000 #m 02177068 n 0000 | any of numerous aquatic beetles usually having a smooth oval body and flattened hind legs for swimming
-02177376 05 n 02 Gyrinidae 0 family_Gyrinidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02177506 n 0000 | whirligig beetles
-02177506 05 n 01 whirligig_beetle 0 002 @ 02164464 n 0000 #m 02177376 n 0000 | aquatic beetle that circles rapidly on the water surface
-02177644 05 n 02 Anobiidae 0 family_Anobiidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02177775 n 0000 | deathwatch beetles
-02177775 05 n 03 deathwatch_beetle 0 deathwatch 1 Xestobium_rufovillosum 0 002 @ 02164464 n 0000 #m 02177644 n 0000 | bores through wood making a ticking sound popularly thought to presage death
-02177972 05 n 01 weevil 0 006 @ 02164464 n 0000 ~ 02178411 n 0000 ~ 02178717 n 0000 ~ 02181235 n 0000 ~ 02182045 n 0000 ~ 02182930 n 0000 | any of several families of mostly small beetles that feed on plants and plant products; especially snout beetles and seed beetles
-02178244 05 n 02 Curculionidae 0 family_Curculionidae 0 004 @ 01759182 n 0000 #m 02163982 n 0000 %m 02178411 n 0000 %m 02178563 n 0000 | true weevils: snout beetles
-02178411 05 n 01 snout_beetle 0 002 @ 02177972 n 0000 #m 02178244 n 0000 | small weevil having a prolonged snout; destructive to e.g. grains and nuts
-02178563 05 n 02 Anthonomus 0 genus_Anthonomus 0 003 @ 01762525 n 0000 #m 02178244 n 0000 %m 02178717 n 0000 | weevils destructive of cultivated plants
-02178717 05 n 02 boll_weevil 0 Anthonomus_grandis 0 002 @ 02177972 n 0000 #m 02178563 n 0000 | greyish weevil that lays its eggs in cotton bolls destroying the cotton
-02178886 05 n 02 Meloidae 0 family_Meloidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02179012 n 0000 | blister beetles
-02179012 05 n 02 blister_beetle 0 meloid 0 004 @ 02164464 n 0000 #m 02178886 n 0000 ~ 02179192 n 0000 ~ 02179340 n 0000 | beetle that produces a secretion that blisters the skin
-02179192 05 n 01 oil_beetle 0 001 @ 02179012 n 0000 | any of various beetles that exude an oily substance from the leg joints that deters enemies
-02179340 05 n 01 Spanish_fly 0 001 @ 02179012 n 0000 | green beetle of southern Europe
-02179429 05 n 04 Scolytidae 0 family_Scolytidae 0 Ipidae 0 family_Ipidae 0 005 @ 01759182 n 0000 #m 02163982 n 0000 %m 02179714 n 0000 %m 02180046 n 0000 %m 02180233 n 0000 | large family of bark-boring or wood-boring short-beaked beetles; very destructive to forest and fruit trees
-02179714 05 n 02 Scolytus 0 genus_Scolytus 0 003 @ 01762525 n 0000 #m 02179429 n 0000 %m 02179891 n 0000 | type genus of the Scolytidae comprising numerous small bark beetles
-02179891 05 n 02 Dutch-elm_beetle 0 Scolytus_multistriatus 0 002 @ 02180233 n 0000 #m 02179714 n 0000 | a vector of the fungus causing Dutch elm disease
-02180046 05 n 02 Dendroctonus 0 genus_Dendroctonus 0 003 @ 01762525 n 0000 #m 02179429 n 0000 %m 02180427 n 0000 | genus of small bark beetles destructive especially to mature conifers
-02180233 05 n 01 bark_beetle 0 004 @ 02164464 n 0000 #m 02179429 n 0000 ~ 02179891 n 0000 ~ 02180427 n 0000 | small beetle that bores tunnels in the bark and wood of trees; related to weevils
-02180427 05 n 02 spruce_bark_beetle 0 Dendroctonus_rufipennis 0 002 @ 02180233 n 0000 #m 02180046 n 0000 | small beetle that likes to bore through the bark of spruce trees and eat the cambium which eventually kills the tree; "the spruce bark beetle is the major tree-killing insect pest of Alaska spruce forests"
-02180742 05 n 02 Staphylinidae 0 family_Staphylinidae 0 003 @ 01759182 n 0000 #m 02163982 n 0000 %m 02180875 n 0000 | rove beetles
-02180875 05 n 01 rove_beetle 0 002 @ 02164464 n 0000 #m 02180742 n 0000 | active beetle typically having predatory or scavenging habits
-02181013 05 n 02 Tenebrionidae 0 family_Tenebrionidae 0 005 @ 01759182 n 0000 #m 02163982 n 0000 %m 02181235 n 0000 %m 02181477 n 0000 %m 02181599 n 0000 | a family of arthropods including darkling beetles and mealworms
-02181235 05 n 03 darkling_beetle 0 darkling_groung_beetle 0 tenebrionid 0 003 @ 02177972 n 0000 #m 02181013 n 0000 ~ 02181724 n 0000 | sluggish hard-bodied black terrestrial weevil whose larvae feed on e.g. decaying plant material or grain
-02181477 05 n 01 mealworm 0 002 @ 02311060 n 0000 #m 02181013 n 0000 | the larva of beetles of the family Tenebrionidae
-02181599 05 n 02 Tribolium 0 genus_Tribolium 0 003 @ 01762525 n 0000 #m 02181013 n 0000 %m 02181724 n 0000 | flour beetles
-02181724 05 n 02 flour_beetle 0 flour_weevil 0 002 @ 02181235 n 0000 #m 02181599 n 0000 | an insect that infests flour and stored grains
-02181863 05 n 02 Bruchidae 0 family_Bruchidae 0 006 @ 01759182 n 0000 #m 02163982 n 0000 %m 02182045 n 0000 %m 02182220 n 0000 %m 02182498 n 0000 %m 02182796 n 0000 | seed beetles
-02182045 05 n 02 seed_beetle 0 seed_weevil 0 004 @ 02177972 n 0000 #m 02181863 n 0000 ~ 02182355 n 0000 ~ 02182642 n 0000 | a small beetle that infests the seeds of legumes
-02182220 05 n 02 Bruchus 0 genus_Bruchus 0 003 @ 01762525 n 0000 #m 02181863 n 0000 %m 02182355 n 0000 | type genus of the Bruchidae
-02182355 05 n 02 pea_weevil 0 Bruchus_pisorum 0 002 @ 02182045 n 0000 #m 02182220 n 0000 | larvae live in and feed on seeds of the pea plant
-02182498 05 n 02 Acanthoscelides 0 genus_Acanthoscelides 0 003 @ 01762525 n 0000 #m 02181863 n 0000 %m 02182642 n 0000 | a genus of Bruchidae
-02182642 05 n 02 bean_weevil 0 Acanthoscelides_obtectus 0 002 @ 02182045 n 0000 #m 02182498 n 0000 | larvae live in and feed on growing or stored beans
-02182796 05 n 02 Sitophylus 0 genus_Sitophylus 0 003 @ 01762525 n 0000 #m 02181863 n 0000 %m 02182930 n 0000 | a genus of Bruchidae
-02182930 05 n 03 rice_weevil 0 black_weevil 0 Sitophylus_oryzae 0 002 @ 02177972 n 0000 #m 02182796 n 0000 | brown weevil that infests stored grain especially rice
-02183096 05 n 02 Asian_longhorned_beetle 0 Anoplophora_glabripennis 0 001 @ 02164464 n 0000 | a beetle from China that has been found in the United States and is a threat to hardwood trees; lives inside the tree; no natural predators in the United States
-02183353 05 n 04 Embioptera 0 order_Embioptera 0 Embiodea 0 order_Embiodea 0 003 @ 01342529 n 0000 #m 02159271 n 0000 %m 02183507 n 0000 | web spinners
-02183507 05 n 01 web_spinner 0 002 @ 02159955 n 0000 #m 02183353 n 0000 | any of a small order of slender typically tropical insects that nest in colonies in silken tunnels that they spin
-02183697 05 n 02 Anoplura 0 order_Anoplura 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02183857 n 0000 %m 02184114 n 0000 %m 02184881 n 0000 | sucking lice
-02183857 05 n 02 louse 1 sucking_louse 0 007 @ 02159955 n 0000 #m 02183697 n 0000 + 00422374 a 0101 ~ 02184473 n 0000 ~ 02184589 n 0000 ~ 02184720 n 0000 ~ 02185167 n 0000 | wingless usually flattened bloodsucking insect parasitic on warm-blooded animals
-02184114 05 n 02 Pediculidae 0 family_Pediculidae 0 003 @ 01759182 n 0000 #m 02183697 n 0000 %m 02184270 n 0000 | true lice: human lice and related forms
-02184270 05 n 02 Pediculus 0 genus_Pediculus 0 005 @ 01762525 n 0000 #m 02184114 n 0000 %m 02184473 n 0000 %m 02184589 n 0000 %m 02184720 n 0000 | type genus of Pediculidae: true lice infecting humans
-02184473 05 n 02 common_louse 0 Pediculus_humanus 0 002 @ 02183857 n 0000 #m 02184270 n 0000 | head or body louse
-02184589 05 n 02 head_louse 0 Pediculus_capitis 0 002 @ 02183857 n 0000 #m 02184270 n 0000 | infests the head and body of humans
-02184720 05 n 03 body_louse 0 cootie 0 Pediculus_corporis 0 002 @ 02183857 n 0000 #m 02184270 n 0000 | a parasitic louse that infests the body of human beings
-02184881 05 n 02 Phthiriidae 0 family_Phthiriidae 0 003 @ 01759182 n 0000 #m 02183697 n 0000 %m 02185007 n 0000 | crab lice
-02185007 05 n 04 Phthirius 0 genus_Phthirius 0 Phthirus 0 genus_Phthirus 0 003 @ 01762525 n 0000 #m 02184881 n 0000 %m 02185167 n 0000 | true lice: crab lice
-02185167 05 n 04 crab_louse 0 pubic_louse 0 crab 1 Phthirius_pubis 0 002 @ 02183857 n 0000 #m 02185007 n 0000 | a louse that infests the pubic region of the human body
-02185337 05 n 02 Mallophaga 0 order_Mallophaga 0 004 @ 01342529 n 0000 #m 02159271 n 0000 %m 02185481 n 0000 %m 02185694 n 0000 | biting lice
-02185481 05 n 03 bird_louse 0 biting_louse 0 louse 3 004 @ 02159955 n 0000 #m 02185337 n 0000 + 00422374 a 0301 ~ 02185814 n 0000 | wingless insect with mouth parts adapted for biting; mostly parasitic on birds
-02185694 05 n 02 Menopon 0 genus_Menopon 0 003 @ 01762525 n 0000 #m 02185337 n 0000 %m 02185814 n 0000 | chicken lice
-02185814 05 n 04 chicken_louse 0 shaft_louse 0 Menopon_palladum 0 Menopon_gallinae 0 002 @ 02185481 n 0000 #m 02185694 n 0000 | a louse parasitic on poultry
-02185973 05 n 02 Siphonaptera 0 order_Siphonaptera 0 006 @ 01342529 n 0000 #m 02159271 n 0000 %m 02186153 n 0000 %m 02186399 n 0000 %m 02187427 n 0000 %m 02187759 n 0000 | fleas
-02186153 05 n 01 flea 0 008 @ 02159955 n 0000 @ 01385330 n 0000 #m 02185973 n 0000 ~ 02186717 n 0000 ~ 02187150 n 0000 ~ 02187279 n 0000 ~ 02187554 n 0000 ~ 02187900 n 0000 | any wingless bloodsucking parasitic insect noted for ability to leap
-02186399 05 n 02 Pulicidae 0 family_Pulicidae 0 004 @ 01759182 n 0000 #m 02185973 n 0000 %m 02186586 n 0000 %m 02186834 n 0000 | many common fleas attacking humans and domestic animals
-02186586 05 n 02 Pulex 0 genus_Pulex 0 003 @ 01762525 n 0000 #m 02186399 n 0000 %m 02186717 n 0000 | type genus of the Pulicidae
-02186717 05 n 01 Pulex_irritans 0 002 @ 02186153 n 0000 #m 02186586 n 0000 | the most common flea attacking humans
-02186834 05 n 02 Ctenocephalides 0 genus_Ctenocephalides 0 005 @ 01762525 n 0000 #m 02186399 n 0000 ~ 02187022 n 0000 %m 02187150 n 0000 %m 02187279 n 0000 | an arthropod genus of fleas
-02187022 05 n 02 Ctenocephalus 0 genus_Ctenocephalus 0 001 @ 02186834 n 0000 | a former usage synonymous with Ctenocephalides
-02187150 05 n 02 dog_flea 0 Ctenocephalides_canis 0 002 @ 02186153 n 0000 #m 02186834 n 0000 | flea that attacks dogs and cats
-02187279 05 n 02 cat_flea 0 Ctenocephalides_felis 0 002 @ 02186153 n 0000 #m 02186834 n 0000 | flea that breeds chiefly on cats and dogs and rats
-02187427 05 n 02 Tunga 0 genus_Tunga 0 003 @ 01762525 n 0000 #m 02185973 n 0000 %m 02187554 n 0000 | a genus of Siphonaptera
-02187554 05 n 04 chigoe 0 chigger 2 chigoe_flea 0 Tunga_penetrans 0 002 @ 02186153 n 0000 #m 02187427 n 0000 | small tropical flea; the fertile female burrows under the skin of the host including humans
-02187759 05 n 02 Echidnophaga 0 genus_Echidnophaga 0 003 @ 01762525 n 0000 #m 02185973 n 0000 %m 02187900 n 0000 | a genus of Siphonaptera
-02187900 05 n 03 sticktight 0 sticktight_flea 0 Echidnophaga_gallinacea 0 002 @ 02186153 n 0000 #m 02187759 n 0000 | parasitic on especially the heads of chickens
-02188065 05 n 02 Diptera 0 order_Diptera 0 023 @ 01342529 n 0000 #m 02159271 n 0000 + 02713855 a 0101 %m 02188699 n 0000 %m 02189214 n 0000 %m 02189822 n 0000 %m 02190015 n 0000 %m 02190166 n 0000 %m 02190963 n 0000 %m 02191449 n 0000 %m 02192673 n 0000 %m 02193357 n 0000 %m 02193799 n 0000 %m 02194414 n 0000 %m 02195403 n 0000 %m 02195693 n 0000 %m 02195996 n 0000 %m 02196542 n 0000 %m 02197413 n 0000 %m 02198332 n 0000 %m 02199352 n 0000 %m 02199712 n 0000 %m 02205383 n 0000 | a large order of insects having a single pair of wings and sucking or piercing mouths; includes true flies and mosquitoes and gnats and crane flies
-02188699 05 n 04 dipterous_insect 0 two-winged_insects 0 dipteran 0 dipteron 0 013 @ 02159955 n 0000 #m 02188065 n 0000 %p 02152212 n 0000 ~ 02189363 n 0000 ~ 02190166 n 0000 ~ 02196119 n 0000 ~ 02196344 n 0000 ~ 02198532 n 0000 ~ 02200198 n 0000 ~ 02202287 n 0000 ~ 02203592 n 0000 ~ 02204722 n 0000 ~ 02205219 n 0000 | insects having usually a single pair of functional wings (anterior pair) with the posterior pair reduced to small knobbed structures and mouth parts adapted for sucking or lapping or piercing
-02189214 05 n 02 Cecidomyidae 0 family_Cecidomyidae 0 004 @ 01759182 n 0000 #m 02188065 n 0000 %m 02189363 n 0000 %m 02189535 n 0000 | gall midges
-02189363 05 n 03 gall_midge 0 gallfly 3 gall_gnat 0 003 @ 02188699 n 0000 #m 02189214 n 0000 ~ 02189670 n 0000 | fragile mosquito-like flies that produce galls on plants
-02189535 05 n 02 Mayetiola 0 genus_Mayetiola 0 003 @ 01762525 n 0000 #m 02189214 n 0000 %m 02189670 n 0000 | a genus of Cecidomyidae
-02189670 05 n 02 Hessian_fly 0 Mayetiola_destructor 0 002 @ 02189363 n 0000 #m 02189535 n 0000 | small fly whose larvae damage wheat and other grains
-02189822 05 n 02 Muscoidea 0 superfamily_Muscoidea 0 002 @ 01759182 n 0000 #m 02188065 n 0000 | two-winged flies especially the families: Muscidae; Gasterophilidae; Calliphoridae; Tachinidae
-02190015 05 n 02 Muscidae 0 family_Muscidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02190648 n 0000 | two-winged flies especially the housefly
-02190166 05 n 01 fly 0 012 @ 02188699 n 0000 #m 02188065 n 0000 + 01940403 v 0101 %p 02190465 n 0000 ~ 02190790 n 0000 ~ 02191273 n 0000 ~ 02191773 n 0000 ~ 02192513 n 0000 ~ 02192814 n 0000 ~ 02193009 n 0000 ~ 02195819 n 0000 ~ 02199502 n 0000 | two-winged insects characterized by active flight
-02190465 05 n 02 alula 2 calypter 0 003 @ 01903234 n 0000 #p 02190166 n 0000 + 02615079 a 0101 | scalelike structure between the base of the wing and the halter of a two-winged fly
-02190648 05 n 02 Musca 0 genus_Musca 0 003 @ 01762525 n 0000 #m 02190015 n 0000 %m 02190790 n 0000 | type genus of the Muscidae: houseflies
-02190790 05 n 03 housefly 0 house_fly 0 Musca_domestica 0 002 @ 02190166 n 0000 #m 02190648 n 0000 | common fly that frequents human habitations and spreads many diseases
-02190963 05 n 02 Glossinidae 0 family_Glossinidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02191131 n 0000 | flies closely related to the Muscidae: tsetse flies
-02191131 05 n 01 genus_Glossina 0 003 @ 01762525 n 0000 #m 02190963 n 0000 %m 02191273 n 0000 | type genus of the Glossinidae: tsetse flies
-02191273 05 n 05 tsetse_fly 0 tsetse 0 tzetze_fly 0 tzetze 0 glossina 0 002 @ 02190166 n 0000 #m 02191131 n 0000 | bloodsucking African fly; transmits sleeping sickness etc.
-02191449 05 n 02 Calliphoridae 0 family_Calliphoridae 0 005 @ 01759182 n 0000 #m 02188065 n 0000 %m 02191617 n 0000 %m 02192127 n 0000 %m 02192388 n 0000 | blowflies
-02191617 05 n 02 Calliphora 0 genus_Calliphora 0 003 @ 01762525 n 0000 #m 02191449 n 0000 %m 02191773 n 0000 | type genus of the Calliphoridae: blowflies
-02191773 05 n 02 blowfly 0 blow_fly 0 004 @ 02190166 n 0000 #m 02191617 n 0000 ~ 02191979 n 0000 ~ 02192252 n 0000 | large usually hairy metallic blue or green fly; lays eggs in carrion or dung or wounds
-02191979 05 n 02 bluebottle 0 Calliphora_vicina 0 001 @ 02191773 n 0000 | blowfly with iridescent blue body; makes a loud buzzing noise in flight
-02192127 05 n 02 Lucilia 0 genus_Lucilia 0 003 @ 01762525 n 0000 #m 02191449 n 0000 %m 02192252 n 0000 | greenbottle flies
-02192252 05 n 02 greenbottle 0 greenbottle_fly 0 002 @ 02191773 n 0000 #m 02192127 n 0000 | blowfly with brilliant coppery green body
-02192388 05 n 02 Sarcophaga 0 genus_Sarcophaga 0 003 @ 01762525 n 0000 #m 02191449 n 0000 %m 02192513 n 0000 | flesh flies
-02192513 05 n 02 flesh_fly 0 Sarcophaga_carnaria 0 002 @ 02190166 n 0000 #m 02192388 n 0000 | fly whose larvae feed on carrion or the flesh of living animals
-02192673 05 n 02 Tachinidae 0 family_Tachinidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02192814 n 0000 | parasites on other insects
-02192814 05 n 01 tachina_fly 0 002 @ 02190166 n 0000 #m 02192673 n 0000 | bristly fly whose larvae live parasitically in caterpillars and other insects; important in control of noxious insects
-02193009 05 n 01 gadfly 0 004 @ 02190166 n 0000 ~ 02193163 n 0000 ~ 02195091 n 0000 ~ 02195526 n 0000 | any of various large flies that annoy livestock
-02193163 05 n 01 botfly 0 004 @ 02193009 n 0000 ~ 02193665 n 0000 ~ 02194249 n 0000 ~ 02194750 n 0000 | stout-bodied hairy dipterous fly whose larvae are parasites on humans and other mammals
-02193357 05 n 02 Gasterophilidae 0 family_Gasterophilidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02193496 n 0000 | horse botflies
-02193496 05 n 02 Gasterophilus 0 genus_Gasterophilus 0 003 @ 01762525 n 0000 #m 02193357 n 0000 %m 02193665 n 0000 | type genus of the Gasterophilidae: horse botflies
-02193665 05 n 02 horse_botfly 0 Gasterophilus_intestinalis 0 002 @ 02193163 n 0000 #m 02193496 n 0000 | parasitic chiefly on horses
-02193799 05 n 02 Cuterebridae 0 family_Cuterebridae 0 004 @ 01759182 n 0000 #m 02188065 n 0000 %m 02193955 n 0000 %m 02194078 n 0000 | New World botflies
-02193955 05 n 02 Cuterebra 0 genus_Cuterebra 0 002 @ 01762525 n 0000 #m 02193799 n 0000 | type genus of the Cuterebridae
-02194078 05 n 02 Dermatobia 0 genus_Dermatobia 0 003 @ 01762525 n 0000 #m 02193799 n 0000 %m 02194249 n 0000 | larvae live under the skin of domestic mammals and humans
-02194249 05 n 02 human_botfly 0 Dermatobia_hominis 0 002 @ 02193163 n 0000 #m 02194078 n 0000 | large tropical American fly; parasitic on humans and other mammals
-02194414 05 n 04 Oestridae 0 family_Oestridae 0 Hypodermatidae 0 family_Hypodermatidae 0 004 @ 01759182 n 0000 #m 02188065 n 0000 %m 02194599 n 0000 %m 02194887 n 0000 | warble flies
-02194599 05 n 02 Oestrus 0 genus_Oestrus 0 003 @ 01762525 n 0000 #m 02194414 n 0000 %m 02194750 n 0000 | type genus of the Oestridae: sheep botflies
-02194750 05 n 03 sheep_botfly 0 sheep_gadfly 0 Oestrus_ovis 0 002 @ 02193163 n 0000 #m 02194599 n 0000 | larvae are parasitic on sheep
-02194887 05 n 02 Hypoderma 0 genus_Hypoderma 0 003 @ 01762525 n 0000 #m 02194414 n 0000 %m 02195091 n 0000 | in some classifications considered the type genus of the family Hypodermatidae: warble flies
-02195091 05 n 01 warble_fly 0 002 @ 02193009 n 0000 #m 02194887 n 0000 | hairy bee-like fly whose larvae produce lumpy abscesses (warbles) under the skin of cattle
-02195257 05 n 01 warble 0 001 @ 14253124 n 0000 | a lumpy abscess under the hide of domestic mammals caused by larvae of a botfly or warble fly
-02195403 05 n 02 Tabanidae 0 family_Tabanidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02195526 n 0000 | horseflies
-02195526 05 n 04 horsefly 0 cleg 0 clegg 0 horse_fly 0 002 @ 02193009 n 0000 #m 02195403 n 0000 | large swift fly the female of which sucks blood of various animals
-02195693 05 n 02 Bombyliidae 0 family_Bombyliidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02195819 n 0000 | bee flies
-02195819 05 n 01 bee_fly 0 002 @ 02190166 n 0000 #m 02195693 n 0000 | hairy nectar-eating fly that resembles a bee; larvae are parasitic on larvae of bees and related insects
-02195996 05 n 02 Asilidae 0 family_Asilidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02196119 n 0000 | robber flies
-02196119 05 n 02 robber_fly 0 bee_killer 0 002 @ 02188699 n 0000 #m 02195996 n 0000 | swift predatory fly having a strong body like a bee with the proboscis hardened for sucking juices of other insects captured on the wing
-02196344 05 n 02 fruit_fly 0 pomace_fly 0 005 @ 02188699 n 0000 ~ 02196896 n 0000 ~ 02197185 n 0000 ~ 02197689 n 0000 ~ 02197877 n 0000 | any of numerous small insects whose larvae feed on fruits
-02196542 05 n 04 Trypetidae 0 family_Trypetidae 0 Trephritidae 0 family_Trephritidae 0 005 @ 01759182 n 0000 #m 02188065 n 0000 %m 02196761 n 0000 %m 02197048 n 0000 %m 02198021 n 0000 | fruit flies; some leaf miners
-02196761 05 n 02 Rhagoletis 0 genus_Rhagoletis 0 003 @ 01762525 n 0000 #m 02196542 n 0000 %m 02196896 n 0000 | a genus of Trypetidae
-02196896 05 n 03 apple_maggot 0 railroad_worm 0 Rhagoletis_pomonella 0 002 @ 02196344 n 0000 #m 02196761 n 0000 | larvae bore into and feed on apples
-02197048 05 n 02 Ceratitis 0 genus_Ceratitis 0 003 @ 01762525 n 0000 #m 02196542 n 0000 %m 02197185 n 0000 | Mediterranean fruit flies
-02197185 05 n 03 Mediterranean_fruit_fly 0 medfly 0 Ceratitis_capitata 0 002 @ 02196344 n 0000 #m 02197048 n 0000 | small black-and-white fly that damages citrus and other fruits by implanting eggs that hatch inside the fruit
-02197413 05 n 02 Drosophilidae 0 family_Drosophilidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02197545 n 0000 | fruit flies
-02197545 05 n 01 genus_Drosophila 0 004 @ 01762525 n 0000 #m 02197413 n 0000 %m 02197689 n 0000 %m 02197877 n 0000 | a genus of Drosophilidae
-02197689 05 n 02 drosophila 0 Drosophila_melanogaster 0 002 @ 02196344 n 0000 #m 02197545 n 0000 | small fruit fly used by Thomas Hunt Morgan in studying basic mechanisms of inheritance
-02197877 05 n 01 vinegar_fly 0 002 @ 02196344 n 0000 #m 02197545 n 0000 | flies whose larvae feed on pickles and imperfectly sealed preserves
-02198021 05 n 02 Philophylla 0 genus_Philophylla 0 002 @ 01762525 n 0000 #m 02196542 n 0000 | leaf miners
-02198129 05 n 02 leaf_miner 0 leaf-miner 0 001 @ 02159955 n 0000 | any of various small moths or dipterous flies whose larvae burrow into and feed on leaf tissue especially of the family Gracilariidae
-02198332 05 n 02 Hippoboscidae 0 family_Hippoboscidae 0 005 @ 01759182 n 0000 #m 02188065 n 0000 %m 02198532 n 0000 %m 02198714 n 0000 %m 02198996 n 0000 | winged or wingless dipterans: louse flies
-02198532 05 n 02 louse_fly 0 hippoboscid 0 004 @ 02188699 n 0000 #m 02198332 n 0000 ~ 02198859 n 0000 ~ 02199170 n 0000 | bloodsucking dipterous fly parasitic on birds and mammals
-02198714 05 n 02 Hippobosca 0 genus_Hippobosca 0 003 @ 01762525 n 0000 #m 02198332 n 0000 %m 02198859 n 0000 | type genus of the Hippoboscidae
-02198859 05 n 03 horse_tick 0 horsefly 2 Hippobosca_equina 0 002 @ 02198532 n 0000 #m 02198714 n 0000 | winged fly parasitic on horses
-02198996 05 n 02 Melophagus 0 genus_Melophagus 0 003 @ 01762525 n 0000 #m 02198332 n 0000 %m 02199170 n 0000 | an arthropod genus of wingless flies including the sheep ked
-02199170 05 n 04 sheep_ked 0 sheep-tick 1 sheep_tick 1 Melophagus_Ovinus 0 002 @ 02198532 n 0000 #m 02198996 n 0000 | wingless fly that is an external parasite on sheep and cattle
-02199352 05 n 02 Haematobia 0 genus_Haematobia 0 003 @ 01762525 n 0000 #m 02188065 n 0000 %m 02199502 n 0000 | European genus of bloodsucking flies
-02199502 05 n 02 horn_fly 0 Haematobia_irritans 0 002 @ 02190166 n 0000 #m 02199352 n 0000 | small black European fly introduced into North America; sucks blood from cattle especially at the base of the horn
-02199712 05 n 02 Nematocera 0 suborder_Nematocera 0 009 @ 01342529 n 0000 #m 02188065 n 0000 %m 02199999 n 0000 %m 02202509 n 0000 %m 02203008 n 0000 %m 02203457 n 0000 %m 02203739 n 0000 %m 02204460 n 0000 %m 02205095 n 0000 | mosquitoes; fungus gnats; crane flies; gnats; sand flies
-02199999 05 n 02 Culicidae 0 family_Culicidae 0 007 @ 01759182 n 0000 #m 02199712 n 0000 %m 02200198 n 0000 %m 02200509 n 0000 %m 02200705 n 0000 %m 02201252 n 0000 %m 02201758 n 0000 | mosquitoes
-02200198 05 n 01 mosquito 0 009 @ 02188699 n 0000 #m 02199999 n 0000 ~ 02200630 n 0000 ~ 02200850 n 0000 ~ 02201000 n 0000 ~ 02201497 n 0000 ~ 02201626 n 0000 ~ 02202006 n 0000 ~ 02202124 n 0000 | two-winged insect whose female has a long proboscis to pierce the skin and suck the blood of humans and animals
-02200509 05 n 02 wiggler 2 wriggler 0 003 @ 02311060 n 0000 #m 02199999 n 0000 + 01898282 v 0103 | larva of a mosquito
-02200630 05 n 01 gnat 2 001 @ 02200198 n 0000 | (British usage) mosquito
-02200705 05 n 02 Aedes 0 genus_Aedes 0 004 @ 01762525 n 0000 #m 02199999 n 0000 %m 02200850 n 0000 %m 02201000 n 0000 | yellow-fever mosquitos
-02200850 05 n 02 yellow-fever_mosquito 0 Aedes_aegypti 0 002 @ 02200198 n 0000 #m 02200705 n 0000 | mosquito that transmits yellow fever and dengue
-02201000 05 n 02 Asian_tiger_mosquito 0 Aedes_albopictus 0 002 @ 02200198 n 0000 #m 02200705 n 0000 | striped native of Japan thriving in southwestern and midwestern United States and spreading to the Caribbean; potential carrier of serious diseases
-02201252 05 n 02 Anopheles 0 genus_Anopheles 0 004 @ 01762525 n 0000 #m 02199999 n 0000 %m 02201497 n 0000 %m 02201626 n 0000 | malaria mosquitoes; distinguished by the adult's head-downward stance and absence of breathing tubes in the larvae
-02201497 05 n 01 anopheline 0 003 @ 02200198 n 0000 #m 02201252 n 0000 + 02627257 a 0101 | any mosquito of the genus Anopheles
-02201626 05 n 02 malarial_mosquito 0 malaria_mosquito 0 002 @ 02200198 n 0000 #m 02201252 n 0000 | transmits the malaria parasite
-02201758 05 n 02 Culex 0 genus_Culex 0 004 @ 01762525 n 0000 #m 02199999 n 0000 %m 02202006 n 0000 %m 02202124 n 0000 | type genus of the Culicidae: widespread genus of mosquitoes distinguished by holding the body parallel to the resting surface
-02202006 05 n 02 common_mosquito 0 Culex_pipiens 0 002 @ 02200198 n 0000 #m 02201758 n 0000 | common house mosquito
-02202124 05 n 02 Culex_quinquefasciatus 0 Culex_fatigans 0 002 @ 02200198 n 0000 #m 02201758 n 0000 | widespread tropical mosquito that transmits filarial worms
-02202287 05 n 01 gnat 0 006 @ 02188699 n 0000 ~ 02202678 n 0000 ~ 02203152 n 0000 ~ 02203978 n 0000 ~ 02204249 n 0000 ~ 02205673 n 0000 | any of various small biting flies: midges; biting midges; black flies; sand flies
-02202509 05 n 02 Ceratopogonidae 0 family_Ceratopogonidae 0 004 @ 01759182 n 0000 #m 02199712 n 0000 %m 02202678 n 0000 %m 02202878 n 0000 | biting midges; sand flies
-02202678 05 n 05 punkie 0 punky 0 punkey 0 no-see-um 0 biting_midge 0 002 @ 02202287 n 0000 #m 02202509 n 0000 | minute two-winged insect that sucks the blood of mammals and birds and other insects
-02202878 05 n 02 Ceratopogon 0 genus_Ceratopogon 0 002 @ 01762525 n 0000 #m 02202509 n 0000 | type genus of the Ceratopogonidae
-02203008 05 n 02 Chironomidae 0 family_Chironomidae 0 004 @ 01759182 n 0000 #m 02199712 n 0000 %m 02203152 n 0000 %m 02203332 n 0000 | midges
-02203152 05 n 01 midge 0 002 @ 02202287 n 0000 #m 02203008 n 0000 | minute two-winged mosquito-like fly lacking biting mouthparts; appear in dancing swarms especially near water
-02203332 05 n 02 Chironomus 0 genus_Chironomus 0 002 @ 01762525 n 0000 #m 02203008 n 0000 | type genus of the Chironomidae
-02203457 05 n 02 Mycetophilidae 0 family_Mycetophylidae 0 003 @ 01759182 n 0000 #m 02199712 n 0000 %m 02203592 n 0000 | fungus gnats
-02203592 05 n 01 fungus_gnat 1 002 @ 02188699 n 0000 #m 02203457 n 0000 | mosquito-like insect whose larvae feed on fungi or decaying vegetation
-02203739 05 n 02 Psychodidae 0 family_Psychodidae 0 004 @ 01759182 n 0000 #m 02199712 n 0000 %m 02203978 n 0000 %m 02204084 n 0000 | very small two-winged flies with hairy wings that develop in moss and damp vegetable matter: sand flies
-02203978 05 n 01 psychodid 0 002 @ 02202287 n 0000 #m 02203739 n 0000 | a fly of the family Psychodidae
-02204084 05 n 02 Phlebotomus 0 genus_Phlebotomus 0 003 @ 01762525 n 0000 #m 02203739 n 0000 %m 02204249 n 0000 | small bloodsucking sand flies that resemble moths
-02204249 05 n 03 sand_fly 0 sandfly 0 Phlebotomus_papatasii 0 002 @ 02202287 n 0000 #m 02204084 n 0000 | any of various small dipterous flies; bloodsucking females can transmit sandfly fever and leishmaniasis
-02204460 05 n 02 Sciaridae 0 family_Sciaridae 0 003 @ 01759182 n 0000 #m 02199712 n 0000 %m 02204585 n 0000 | fungus gnats
-02204585 05 n 01 genus_Sciara 0 003 @ 01762525 n 0000 #m 02204460 n 0000 %m 02204722 n 0000 | type genus of the Sciaridae: fungus gnat
-02204722 05 n 03 fungus_gnat 2 sciara 0 sciarid 0 003 @ 02188699 n 0000 #m 02204585 n 0000 ~ 02204907 n 0000 | minute blackish gregarious flies destructive to mushrooms and seedlings
-02204907 05 n 01 armyworm 3 001 @ 02204722 n 0000 | larva of fungus gnat that feed on cereals and other grains; they march in large companies in regular order when the food is exhausted
-02205095 05 n 02 Tipulidae 0 family_Tipulidae 0 003 @ 01759182 n 0000 #m 02199712 n 0000 %m 02205219 n 0000 | crane flies
-02205219 05 n 02 crane_fly 0 daddy_longlegs 1 002 @ 02188699 n 0000 #m 02205095 n 0000 | long-legged slender flies that resemble large mosquitoes but do not bite
-02205383 05 n 02 Simuliidae 0 family_Simuliidae 0 003 @ 01759182 n 0000 #m 02188065 n 0000 %m 02205523 n 0000 | blackflies and sand flies
-02205523 05 n 02 Simulium 0 genus_Simulium 0 003 @ 01762525 n 0000 #m 02205383 n 0000 %m 02205673 n 0000 | type genus of the Simuliidae: blackflies
-02205673 05 n 03 blackfly 1 black_fly 1 buffalo_gnat 0 002 @ 02202287 n 0000 #m 02205523 n 0000 | small blackish stout-bodied biting fly having aquatic larvae; sucks the blood of birds as well as humans and other mammals
-02205896 05 n 02 Hymenoptera 0 order_Hymenoptera 0 012 @ 01342529 n 0000 #m 02159271 n 0000 + 02745075 a 0101 %m 02206270 n 0000 %m 02206624 n 0000 %m 02212323 n 0000 %m 02214972 n 0000 %m 02216547 n 0000 %m 02217334 n 0000 %m 02218235 n 0000 %m 02218563 n 0000 %m 02219234 n 0000 | an order of insects including: bees; wasps; ants; ichneumons; sawflies; gall wasps; etc.
-02206270 05 n 04 hymenopterous_insect 0 hymenopteran 0 hymenopteron 0 hymenopter 0 009 @ 02159955 n 0000 #m 02205896 n 0000 ~ 02206856 n 0000 ~ 02212062 n 0000 ~ 02214660 n 0000 ~ 02217563 n 0000 ~ 02218371 n 0000 ~ 02218713 n 0000 ~ 02219486 n 0000 | insects having two pairs of membranous wings and an ovipositor specialized for stinging or piercing
-02206624 05 n 02 Apoidea 0 superfamily_Apoidea 0 009 @ 01759182 n 0000 #m 02205896 n 0000 %m 02206856 n 0000 %m 02207345 n 0000 %m 02207805 n 0000 %m 02207942 n 0000 %m 02210096 n 0000 %m 02210728 n 0000 %m 02211099 n 0000 | bees
-02206856 05 n 01 bee 0 012 @ 02206270 n 0000 #m 02206624 n 0000 ~ 02207179 n 0000 ~ 02208280 n 0000 ~ 02209354 n 0000 ~ 02209624 n 0000 ~ 02209964 n 0000 ~ 02210427 n 0000 ~ 02210921 n 0000 ~ 02211444 n 0000 ~ 02211627 n 0000 ~ 02211896 n 0000 | any of numerous hairy-bodied insects including social and solitary species
-02207179 05 n 01 drone 0 001 @ 02206856 n 0000 | stingless male bee in a colony of social bees (especially honeybees) whose sole function is to mate with the queen
-02207345 05 n 01 queen_bee 0 002 @ 02313008 n 0000 #m 02206624 n 0000 | fertile egg-laying female bee
-02207449 05 n 01 worker 1 004 @ 02159955 n 0000 ~ 02207647 n 0000 ~ 02207805 n 0000 + 02413480 v 0101 | sterile member of a colony of social insects that forages for food and cares for the larvae
-02207647 05 n 01 soldier 0 001 @ 02207449 n 0000 | a wingless sterile ant or termite having a large head and powerful jaws adapted for defending the colony
-02207805 05 n 01 worker_bee 0 002 @ 02207449 n 0000 #m 02206624 n 0000 | sterile bee specialized to collect food and maintain the hive
-02207942 05 n 02 Apidae 0 family_Apidae 0 006 @ 01759182 n 0000 #m 02206624 n 0000 %m 02208143 n 0000 %m 02209230 n 0000 %m 02209508 n 0000 %m 02209755 n 0000 | honeybees; carpenter bees; bumblebees
-02208143 05 n 02 Apis 0 genus_Apis 0 003 @ 01762525 n 0000 #m 02207942 n 0000 %m 02208280 n 0000 | type genus of the Apidae: honeybees
-02208280 05 n 02 honeybee 0 Apis_mellifera 0 006 @ 02206856 n 0000 #m 02208143 n 0000 ~ 02208498 n 0000 ~ 02208848 n 0000 ~ 02208979 n 0000 ~ 02209111 n 0000 | social bee often domesticated for the honey it produces
-02208498 05 n 05 Africanized_bee 0 Africanized_honey_bee 0 killer_bee 0 Apis_mellifera_scutellata 0 Apis_mellifera_adansonii 0 001 @ 02208280 n 0000 | a strain of bees that originated in Brazil in the 1950s as a cross between an aggressive African bee and a honeybee; retains most of the traits of the African bee; now spread as far north as Texas
-02208848 05 n 02 black_bee 0 German_bee 0 001 @ 02208280 n 0000 | dark-colored ill-tempered honeybee supposedly of German origin
-02208979 05 n 01 Carniolan_bee 0 001 @ 02208280 n 0000 | greyish highly productive European honeybee that has a quiet disposition
-02209111 05 n 01 Italian_bee 0 001 @ 02208280 n 0000 | yellowish honeybee resembling the Carniolan bee in its habits
-02209230 05 n 02 Xylocopa 0 genus_Xylocopa 0 003 @ 01762525 n 0000 #m 02207942 n 0000 %m 02209354 n 0000 | carpenter bees
-02209354 05 n 01 carpenter_bee 0 002 @ 02206856 n 0000 #m 02209230 n 0000 | large solitary bee that lays eggs in tunnels bored into wood or plant stems
-02209508 05 n 02 Bombus 0 genus_Bombus 0 003 @ 01762525 n 0000 #m 02207942 n 0000 %m 02209624 n 0000 | bumblebees
-02209624 05 n 02 bumblebee 0 humblebee 0 002 @ 02206856 n 0000 #m 02209508 n 0000 | robust hairy social bee of temperate regions
-02209755 05 n 02 Psithyrus 0 genus_Psithyrus 0 003 @ 01762525 n 0000 #m 02207942 n 0000 %m 02209964 n 0000 | a large bee that resembles the bumblebee but lacks pollen-collecting apparatus and a worker caste
-02209964 05 n 01 cuckoo-bumblebee 0 002 @ 02206856 n 0000 #m 02209755 n 0000 | a bee that is parasitic in the nests of bumblebees
-02210096 05 n 02 Andrenidae 0 family_Andrenidae 0 003 @ 01759182 n 0000 #m 02206624 n 0000 %m 02210291 n 0000 | a large family of solitary short-tongued bees most of which burrow in the ground
-02210291 05 n 01 genus_Andrena 0 003 @ 01762525 n 0000 #m 02210096 n 0000 %m 02210427 n 0000 | a solitary burrowing short-tongued bee
-02210427 05 n 03 andrena 0 andrenid 0 mining_bee 0 002 @ 02206856 n 0000 #m 02210291 n 0000 | a bee that is a member of the genus Andrena
-02210567 05 n 02 nomia 0 genus_Nomia 0 003 @ 01762525 n 0000 #m 02210728 n 0000 %m 02210921 n 0000 | a genus of bee; some are important pollinators of legumes
-02210728 05 n 02 Halictidae 0 family_Halictidae 0 003 @ 01759182 n 0000 #m 02206624 n 0000 %m 02210567 n 0000 | a family of small solitary bees; many are valuable pollinators for agriculture
-02210921 05 n 02 Nomia_melanderi 0 alkali_bee 0 002 @ 02206856 n 0000 #m 02210567 n 0000 | a common solitary bee important for pollinating alfalfa in the western United States
-02211099 05 n 02 Megachilidae 0 family_Megachilidae 0 005 @ 01759182 n 0000 #m 02206624 n 0000 %m 02211283 n 0000 %m 02211627 n 0000 %m 02211773 n 0000 | leaf-cutting and mason bees
-02211283 05 n 02 Megachile 0 genus_Megachile 0 003 @ 01762525 n 0000 #m 02211099 n 0000 %m 02211444 n 0000 | type genus of the Megachilidae: leaf-cutting bees
-02211444 05 n 03 leaf-cutting_bee 0 leaf-cutter 0 leaf-cutter_bee 0 002 @ 02206856 n 0000 #m 02211283 n 0000 | bee that cuts rounded pieces from leaves and flowers to line its nest
-02211627 05 n 01 mason_bee 0 002 @ 02206856 n 0000 #m 02211099 n 0000 | any of numerous solitary bees that build nests of hardened mud and sand
-02211773 05 n 02 Anthidium 0 genus_Anthidium 0 003 @ 01762525 n 0000 #m 02211099 n 0000 %m 02211896 n 0000 | potter bees
-02211896 05 n 01 potter_bee 0 002 @ 02206856 n 0000 #m 02211773 n 0000 | solitary bee that builds nests of mud or pebbles cemented together and attached to a plant
-02212062 05 n 01 wasp 0 005 @ 02206270 n 0000 ~ 02212602 n 0000 ~ 02214773 n 0000 ~ 02215161 n 0000 ~ 02216740 n 0000 | social or solitary hymenopterans typically having a slender body with the abdomen attached by a narrow stalk and having a formidable sting
-02212323 05 n 02 Vespidae 0 family_Vespidae 0 007 @ 01759182 n 0000 #m 02205896 n 0000 %m 02212602 n 0000 %m 02212811 n 0000 %m 02213362 n 0000 %m 02213967 n 0000 %m 02214203 n 0000 | an arthropod family of the order Hymenoptera including: yellow jackets; hornets; mason wasps
-02212602 05 n 02 vespid 0 vespid_wasp 0 007 @ 02212062 n 0000 #m 02212323 n 0000 ~ 02212958 n 0000 ~ 02213107 n 0000 ~ 02213543 n 0000 ~ 02214341 n 0000 ~ 02214499 n 0000 | mostly social nest-building wasps
-02212811 05 n 02 Vespa 0 genus_Vespa 0 002 @ 01762525 n 0000 #m 02212323 n 0000 | type genus of the Vespidae: various hornets and yellow jackets
-02212958 05 n 01 paper_wasp 0 002 @ 02212602 n 0000 ~ 02214096 n 0000 | any of several social wasps that construct nests of a substance like paper
-02213107 05 n 01 hornet 0 004 @ 02212602 n 0000 ~ 02213239 n 0000 ~ 02213663 n 0000 ~ 02213788 n 0000 | large stinging paper wasp
-02213239 05 n 02 giant_hornet 0 Vespa_crabro 0 001 @ 02213107 n 0000 | European hornet introduced into the United States
-02213362 05 n 02 Vespula 0 genus_Vespula 0 004 @ 01762525 n 0000 #m 02212323 n 0000 %m 02213543 n 0000 %m 02213788 n 0000 | sometimes considered a subgenus of Vespa: social wasps
-02213543 05 n 02 common_wasp 0 Vespula_vulgaris 0 002 @ 02212602 n 0000 #m 02213362 n 0000 | a variety of vespid wasp
-02213663 05 n 03 bald-faced_hornet 0 white-faced_hornet 0 Vespula_maculata 0 001 @ 02213107 n 0000 | North American hornet
-02213788 05 n 03 yellow_jacket 0 yellow_hornet 0 Vespula_maculifrons 0 002 @ 02213107 n 0000 #m 02213362 n 0000 | small yellow-marked social wasp commonly nesting in the ground
-02213967 05 n 02 Polistes 0 genus_Polistes 0 003 @ 01762525 n 0000 #m 02212323 n 0000 %m 02214096 n 0000 | a genus of Vespidae
-02214096 05 n 01 Polistes_annularis 0 002 @ 02212958 n 0000 #m 02213967 n 0000 | a variety of paper wasp
-02214203 05 n 02 Eumenes 0 genus_Eumenes 0 004 @ 01762525 n 0000 #m 02212323 n 0000 %m 02214341 n 0000 %m 02214499 n 0000 | mason wasps
-02214341 05 n 01 mason_wasp 1 002 @ 02212602 n 0000 #m 02214203 n 0000 | any of various solitary wasps that construct nests of hardened mud for their young
-02214499 05 n 01 potter_wasp 0 002 @ 02212602 n 0000 #m 02214203 n 0000 | any of various solitary wasps that construct vase-shaped cells of mud for their eggs
-02214660 05 n 02 Mutillidae 0 family_Mutillidae 0 002 @ 02206270 n 0000 %m 02214773 n 0000 | a family of wasps
-02214773 05 n 01 velvet_ant 0 002 @ 02212062 n 0000 #m 02214660 n 0000 | a solitary wasp of the family Mutillidae; the body has a coat of brightly colored velvety hair and the females are wingless
-02214972 05 n 02 Sphecoidea 0 superfamily_Sphecoidea 0 005 @ 01759182 n 0000 #m 02205896 n 0000 %m 02215161 n 0000 %m 02215334 n 0000 %m 02215941 n 0000 | families Sphecidae and Stizidae
-02215161 05 n 02 sphecoid_wasp 0 sphecoid 0 005 @ 02212062 n 0000 #m 02214972 n 0000 ~ 02215621 n 0000 ~ 02215770 n 0000 ~ 02216365 n 0000 | any of various solitary wasps
-02215334 05 n 02 Sphecidae 0 family_Sphecidae 0 004 @ 01759182 n 0000 #m 02214972 n 0000 %m 02215496 n 0000 %m 02216365 n 0000 | mud daubers; some digger wasps
-02215496 05 n 02 Sceliphron 0 genus_Sceliphron 0 003 @ 01762525 n 0000 #m 02215334 n 0000 %m 02215621 n 0000 | mud daubers
-02215621 05 n 01 mason_wasp 2 002 @ 02215161 n 0000 #m 02215496 n 0000 | solitary wasp that constructs nests of hardened mud or clay for the young
-02215770 05 n 01 digger_wasp 0 002 @ 02215161 n 0000 ~ 02216211 n 0000 | solitary wasp that digs nests in the soil and stocks them with paralyzed insects for the larvae
-02215941 05 n 02 Stizidae 0 family_Stizidae 0 003 @ 01759182 n 0000 #m 02214972 n 0000 %m 02216066 n 0000 | cicada killers
-02216066 05 n 02 Sphecius 0 genus_Sphecius 0 003 @ 01762525 n 0000 #m 02215941 n 0000 %m 02216211 n 0000 | large solitary wasps: cicada killer
-02216211 05 n 02 cicada_killer 0 Sphecius_speciosis 0 002 @ 02215770 n 0000 #m 02216066 n 0000 | large black or rust-colored wasp that preys on cicadas
-02216365 05 n 01 mud_dauber 0 002 @ 02215161 n 0000 #m 02215334 n 0000 | wasp that constructs mud cells on a solid base in which females place eggs laid in paralyzed insect larvae
-02216547 05 n 02 Cynipidae 0 family_Cynipidae 0 006 @ 01759182 n 0000 #m 02205896 n 0000 %m 02216740 n 0000 %m 02216924 n 0000 %m 02217050 n 0000 %m 02217201 n 0000 | a family of Hymenoptera
-02216740 05 n 04 gall_wasp 0 gallfly 2 cynipid_wasp 0 cynipid_gall_wasp 0 002 @ 02212062 n 0000 #m 02216547 n 0000 | small solitary wasp that produces galls on oaks and other plants
-02216924 05 n 02 Cynips 0 genus_Cynips 0 002 @ 01762525 n 0000 #m 02216547 n 0000 | type genus of the Cynipidae: gall wasps
-02217050 05 n 02 Amphibolips 0 genus_Amphibolips 0 002 @ 01762525 n 0000 #m 02216547 n 0000 | cynipid gall wasps, especially causing oak-apple galls
-02217201 05 n 02 Andricus 0 genus_Andricus 0 002 @ 01762525 n 0000 #m 02216547 n 0000 | cynipid gall wasps, chiefly affecting oaks
-02217334 05 n 04 Chalcididae 0 family_Chalcididae 0 Chalcidae 0 family_Chalcidae 0 005 @ 01759182 n 0000 #m 02205896 n 0000 %m 02217563 n 0000 %m 02217839 n 0000 %m 02217997 n 0000 | an arthropod family including: chalcidflies
-02217563 05 n 04 chalcid_fly 0 chalcidfly 0 chalcid 0 chalcid_wasp 0 003 @ 02206270 n 0000 #m 02217334 n 0000 ~ 02218134 n 0000 | any of various tiny insects whose larvae are parasites on eggs and larvae of other insects; many are beneficial in destroying injurious insects
-02217839 05 n 02 strawworm 1 jointworm 0 002 @ 02311060 n 0000 #m 02217334 n 0000 | larva of chalcid flies injurious to the straw of wheat and other grains
-02217997 05 n 02 Chalcis 0 genus_Chalcis 0 003 @ 01762525 n 0000 #m 02217334 n 0000 %m 02218134 n 0000 | type genus of the Chalcididae
-02218134 05 n 01 chalcis_fly 0 002 @ 02217563 n 0000 #m 02217997 n 0000 | a variety of chalcid fly
-02218235 05 n 02 Ichneumonidae 0 family_Ichneumonidae 0 003 @ 01759182 n 0000 #m 02205896 n 0000 %m 02218371 n 0000 | ichneumon flies
-02218371 05 n 01 ichneumon_fly 0 002 @ 02206270 n 0000 #m 02218235 n 0000 | hymenopterous insect that resembles a wasp and whose larvae are parasitic on caterpillars and other insect larvae
-02218563 05 n 02 Tenthredinidae 0 family_Tenthredinidae 0 004 @ 01759182 n 0000 #m 02205896 n 0000 %m 02218713 n 0000 %m 02218912 n 0000 | sawflies
-02218713 05 n 01 sawfly 0 003 @ 02206270 n 0000 #m 02218563 n 0000 ~ 02219015 n 0000 | insect whose female has a saw-like ovipositor for inserting eggs into the leaf or stem tissue of a host plant
-02218912 05 n 02 Fenusa 0 genus-Fenusa 0 002 @ 01762525 n 0000 #m 02218563 n 0000 | birch leaf miner
-02219015 05 n 02 birch_leaf_miner 0 Fenusa_pusilla 0 001 @ 02218713 n 0000 | small black sawfly native to Europe but established in eastern United States; larvae mine the leaves of birches causing serious defoliation
-02219234 05 n 02 Formicidae 0 family_Formicidae 0 010 @ 01759182 n 0000 #m 02205896 n 0000 %m 02219486 n 0000 %m 02219901 n 0000 %m 02220393 n 0000 %m 02220676 n 0000 %m 02220960 n 0000 %m 02221240 n 0000 %m 02222199 n 0000 %m 02222459 n 0000 | ants
-02219486 05 n 03 ant 0 emmet 0 pismire 0 011 @ 02206270 n 0000 #m 02219234 n 0000 ~ 02220055 n 0000 ~ 02220225 n 0000 ~ 02220518 n 0000 ~ 02220804 n 0000 ~ 02221083 n 0000 ~ 02221414 n 0000 ~ 02221571 n 0000 ~ 02221820 n 0000 ~ 02222321 n 0000 | social insect living in organized colonies; characteristically the males and fertile queen have wings during breeding season; wingless sterile females are the workers
-02219901 05 n 02 Monomorium 0 genus_Monomorium 0 004 @ 01762525 n 0000 #m 02219234 n 0000 %m 02220055 n 0000 %m 02220225 n 0000 | a genus of Formicidae
-02220055 05 n 03 pharaoh_ant 0 pharaoh's_ant 0 Monomorium_pharaonis 0 002 @ 02219486 n 0000 #m 02219901 n 0000 | small red ant of warm regions; a common household pest
-02220225 05 n 02 little_black_ant 0 Monomorium_minimum 0 002 @ 02219486 n 0000 #m 02219901 n 0000 | tiny glossy black ant; nests outdoors but invades houses for food
-02220393 05 n 02 Dorylinae 0 subfamily_Dorylinae 0 003 @ 01759182 n 0000 #m 02219234 n 0000 %m 02220518 n 0000 | army ants
-02220518 05 n 03 army_ant 0 driver_ant 0 legionary_ant 0 002 @ 02219486 n 0000 #m 02220393 n 0000 | tropical nomadic ant that preys mainly on other insects
-02220676 05 n 02 Camponotus 0 genus_Camponotus 0 003 @ 01762525 n 0000 #m 02219234 n 0000 %m 02220804 n 0000 | carpenter ants
-02220804 05 n 01 carpenter_ant 0 002 @ 02219486 n 0000 #m 02220676 n 0000 | ant that nests in decaying wood in which it bores tunnels for depositing eggs
-02220960 05 n 02 Solenopsis 0 genus_Solenopsis 0 003 @ 01762525 n 0000 #m 02219234 n 0000 %m 02221083 n 0000 | fire ants
-02221083 05 n 01 fire_ant 0 002 @ 02219486 n 0000 #m 02220960 n 0000 | omnivorous ant of tropical and subtropical America that can inflict a painful sting
-02221240 05 n 02 Formica 0 genus_Formica 0 005 @ 01762525 n 0000 #m 02219234 n 0000 %m 02221414 n 0000 %m 02221715 n 0000 %m 02222035 n 0000 | type genus of the Formicidae
-02221414 05 n 02 wood_ant 0 Formica_rufa 0 002 @ 02219486 n 0000 #m 02221240 n 0000 | reddish-brown European ant typically living in anthills in woodlands
-02221571 05 n 01 slave_ant 0 002 @ 02219486 n 0000 ~ 02221715 n 0000 | any of various ants captured as larvae and enslaved by another species
-02221715 05 n 01 Formica_fusca 0 002 @ 02221571 n 0000 #m 02221240 n 0000 | an ant frequently enslaved
-02221820 05 n 02 slave-making_ant 0 slave-maker 0 003 @ 02219486 n 0000 ~ 02222035 n 0000 ~ 02222582 n 0000 | an ant that attacks colonies of other ant species and carries off the young to be reared as slave ants
-02222035 05 n 02 sanguinary_ant 0 Formica_sanguinea 0 002 @ 02221820 n 0000 #m 02221240 n 0000 | slave-making ant widely distributed over the northern hemisphere
-02222199 05 n 02 Myrmecia 0 genus_Myrmecia 0 003 @ 01762525 n 0000 #m 02219234 n 0000 %m 02222321 n 0000 | bulldog ants
-02222321 05 n 01 bulldog_ant 0 002 @ 02219486 n 0000 #m 02222199 n 0000 | any of the large fierce Australian ants of the genus Myrmecia
-02222459 05 n 02 Polyergus 0 genus_Polyergus 0 003 @ 01762525 n 0000 #m 02219234 n 0000 %m 02222582 n 0000 | Amazon ants
-02222582 05 n 02 Amazon_ant 0 Polyergus_rufescens 0 002 @ 02221820 n 0000 #m 02222459 n 0000 | small reddish slave-making ant species
-02222718 05 n 02 Isoptera 0 order_Isoptera 0 007 @ 01342529 n 0000 #m 02159271 n 0000 %m 02223009 n 0000 %m 02223266 n 0000 %m 02224141 n 0000 %m 02224323 n 0000 %m 02225231 n 0000 | order of social insects that live in colonies, including: termites; often placed in subclass Exopterygota
-02223009 05 n 02 Termitidae 0 family_Termitidae 0 004 @ 01759182 n 0000 #m 02222718 n 0000 %m 02223151 n 0000 %m 02223694 n 0000 | termites
-02223151 05 n 02 Termes 0 genus_Termes 0 002 @ 01762525 n 0000 #m 02223009 n 0000 | type genus of the Termitidae
-02223266 05 n 02 termite 0 white_ant 0 008 @ 02159955 n 0000 #m 02222718 n 0000 ~ 02223520 n 0000 ~ 02223901 n 0000 ~ 02224023 n 0000 ~ 02224713 n 0000 ~ 02224937 n 0000 ~ 02225081 n 0000 | whitish soft-bodied ant-like social insect that feeds on wood
-02223520 05 n 01 dry-wood_termite 0 002 @ 02223266 n 0000 ~ 02225798 n 0000 | any of various termites that live in and feed on dry wood that is not connected with the soil
-02223694 05 n 02 Reticulitermes 0 genus_Reticulitermes 0 004 @ 01762525 n 0000 #m 02223009 n 0000 %m 02223901 n 0000 %m 02224023 n 0000 | includes species highly destructive to structures and living trees
-02223901 05 n 01 Reticulitermes_flanipes 0 002 @ 02223266 n 0000 #m 02223694 n 0000 | destructive United States termite
-02224023 05 n 01 Reticulitermes_lucifugus 0 002 @ 02223266 n 0000 #m 02223694 n 0000 | destructive European termite
-02224141 05 n 02 Rhinotermitidae 0 family_Rhinotermitidae 0 002 @ 01759182 n 0000 #m 02222718 n 0000 | large widely distributed family of termites of temperate to tropical regions
-02224323 05 n 02 Mastotermitidae 0 family_Mastotermitidae 0 003 @ 01759182 n 0000 #m 02222718 n 0000 %m 02224466 n 0000 | primitive termites
-02224466 05 n 02 Mastotermes 0 genus_Mastotermes 0 005 @ 01762525 n 0000 #m 02224323 n 0000 %m 02224713 n 0000 %m 02224937 n 0000 %m 02225081 n 0000 | primitive genus of termites; mostly extinct; sometimes considered the most primitive Isoptera
-02224713 05 n 01 Mastotermes_darwiniensis 0 002 @ 02223266 n 0000 #m 02224466 n 0000 | Australian termite; sole living species of Mastotermes; called a living fossil; apparent missing link between cockroaches and termites
-02224937 05 n 01 Mastotermes_electromexicus 0 002 @ 02223266 n 0000 #m 02224466 n 0000 | an extinct termite found in amber in southern Mexico
-02225081 05 n 01 Mastotermes_electrodominicus 0 002 @ 02223266 n 0000 #m 02224466 n 0000 | extinct termite found in amber in the Dominican Republic
-02225231 05 n 02 Kalotermitidae 0 family_Kalotermitidae 0 004 @ 01759182 n 0000 #m 02222718 n 0000 %m 02225407 n 0000 %m 02225577 n 0000 | primitive termites of warm regions
-02225407 05 n 02 Kalotermes 0 genus_Kalotermes 0 002 @ 01762525 n 0000 #m 02225231 n 0000 | type genus of Kalotermitidae; termites destructive of wood and living trees
-02225577 05 n 02 Cryptotermes 0 genus_Cryptotermes 0 003 @ 01762525 n 0000 #m 02225231 n 0000 %m 02225798 n 0000 | genus of dry wood termites; cosmopolitan in distribution; sometimes considered a subgenus of Kalotermes
-02225798 05 n 02 powder-post_termite 0 Cryptotermes_brevis 0 002 @ 02223520 n 0000 #m 02225577 n 0000 | extremely destructive dry-wood termite of warm regions
-02225959 05 n 02 Orthoptera 0 order_Orthoptera 0 007 @ 01342529 n 0000 #m 02159271 n 0000 %m 02226183 n 0000 %m 02226598 n 0000 %m 02227773 n 0000 %m 02228874 n 0000 %m 02229385 n 0000 | grasshoppers and locusts; crickets
-02226183 05 n 03 orthopterous_insect 0 orthopteron 0 orthopteran 0 004 @ 02159955 n 0000 #m 02225959 n 0000 ~ 02226429 n 0000 ~ 02229544 n 0000 | any of various insects having leathery forewings and membranous hind wings and chewing mouthparts
-02226429 05 n 02 grasshopper 0 hopper 0 003 @ 02226183 n 0000 ~ 02226821 n 0000 ~ 02227966 n 0000 | terrestrial plant-eating insect with hind legs adapted for leaping
-02226598 05 n 04 Acrididae 0 family_Acrididae 0 Locustidae 0 family_Locustidae 0 005 @ 01759182 n 0000 #m 02225959 n 0000 %m 02226821 n 0000 %m 02227119 n 0000 %m 02227430 n 0000 | short-horned grasshoppers; true locusts
-02226821 05 n 02 short-horned_grasshopper 0 acridid 0 003 @ 02226429 n 0000 #m 02226598 n 0000 ~ 02226970 n 0000 | grasshopper with short antennae
-02226970 05 n 01 locust 0 003 @ 02226821 n 0000 ~ 02227247 n 0000 ~ 02227604 n 0000 | migratory grasshoppers of warm regions having short antennae
-02227119 05 n 02 Locusta 0 genus_Locusta 0 003 @ 01762525 n 0000 #m 02226598 n 0000 %m 02227247 n 0000 | a genus of Acrididae
-02227247 05 n 02 migratory_locust 0 Locusta_migratoria 0 002 @ 02226970 n 0000 #m 02227119 n 0000 | Old World locust that travels in vast swarms stripping large areas of vegetation
-02227430 05 n 02 Melanoplus 0 genus_Melanoplus 0 003 @ 01762525 n 0000 #m 02226598 n 0000 %m 02227604 n 0000 | New World migratory locusts and common American grasshoppers
-02227604 05 n 01 migratory_grasshopper 0 002 @ 02226970 n 0000 #m 02227430 n 0000 | serious pest of grain-growing and range areas of central and western United States
-02227773 05 n 02 Tettigoniidae 0 family_Tettigoniidae 0 005 @ 01759182 n 0000 #m 02225959 n 0000 %m 02227966 n 0000 %m 02228215 n 0000 %m 02228565 n 0000 | long-horned grasshoppers; katydids
-02227966 05 n 02 long-horned_grasshopper 0 tettigoniid 0 004 @ 02226429 n 0000 #m 02227773 n 0000 ~ 02228341 n 0000 ~ 02229156 n 0000 | grasshoppers with long threadlike antennae and well-developed stridulating organs on the forewings of the male
-02228215 05 n 02 Microcentrum 0 genus_Microcentrum 0 003 @ 01762525 n 0000 #m 02227773 n 0000 %m 02228341 n 0000 | katydids
-02228341 05 n 01 katydid 0 003 @ 02227966 n 0000 #m 02228215 n 0000 ~ 02228697 n 0000 | large green long-horned grasshopper of North America; males produce shrill sounds by rubbing together special organs on the forewings
-02228565 05 n 02 Anabrus 0 genus_Anabrus 0 003 @ 01762525 n 0000 #m 02227773 n 0000 %m 02228697 n 0000 | a genus of Tettigoniidae
-02228697 05 n 02 mormon_cricket 0 Anabrus_simplex 0 002 @ 02228341 n 0000 #m 02228565 n 0000 | large dark wingless cricket-like katydid of arid parts of western United States
-02228874 05 n 02 Stenopelmatidae 0 family_Stenopelmatidae 0 003 @ 01759182 n 0000 #m 02225959 n 0000 %m 02229023 n 0000 | long-horned grasshoppers
-02229023 05 n 02 Stenopelmatus 0 genus_Stenopelmatus 0 003 @ 01762525 n 0000 #m 02228874 n 0000 %m 02229156 n 0000 | sand crickets
-02229156 05 n 03 sand_cricket 0 Jerusalem_cricket 0 Stenopelmatus_fuscus 0 002 @ 02227966 n 0000 #m 02229023 n 0000 | large wingless nocturnal grasshopper that burrows in loose soil along the Pacific coast of the United States
-02229385 05 n 02 Gryllidae 0 family_Gryllidae 0 005 @ 01759182 n 0000 #m 02225959 n 0000 %m 02229544 n 0000 %m 02229867 n 0000 %m 02230355 n 0000 | crickets
-02229544 05 n 01 cricket 0 006 @ 02226183 n 0000 #m 02229385 n 0000 ~ 02229765 n 0000 ~ 02230023 n 0000 ~ 02230187 n 0000 ~ 02230480 n 0000 | leaping insect; male makes chirping noises by rubbing the forewings together
-02229765 05 n 01 mole_cricket 0 001 @ 02229544 n 0000 | digs in moist soil and feeds on plant roots
-02229867 05 n 02 Acheta 0 genus_Acheta 0 004 @ 01762525 n 0000 #m 02229385 n 0000 %m 02230023 n 0000 %m 02230187 n 0000 | common house and field crickets
-02230023 05 n 02 European_house_cricket 0 Acheta_domestica 0 002 @ 02229544 n 0000 #m 02229867 n 0000 | lives in human dwellings; naturalized in parts of America
-02230187 05 n 02 field_cricket 0 Acheta_assimilis 0 002 @ 02229544 n 0000 #m 02229867 n 0000 | common American black cricket; attacks crops and also enters dwellings
-02230355 05 n 02 Oecanthus 0 genus_Oecanthus 0 003 @ 01762525 n 0000 #m 02229385 n 0000 %m 02230480 n 0000 | tree crickets
-02230480 05 n 01 tree_cricket 0 003 @ 02229544 n 0000 #m 02230355 n 0000 ~ 02230634 n 0000 | pale arboreal American cricket noted for loud stridulation
-02230634 05 n 02 snowy_tree_cricket 0 Oecanthus_fultoni 0 001 @ 02230480 n 0000 | pale yellowish tree cricket widely distributed in North America
-02230782 05 n 04 Phasmida 0 order_Phasmida 0 Phasmatodea 0 order_Phasmatodea 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02231052 n 0000 %m 02231307 n 0000 %m 02231930 n 0000 | in some classifications considered a suborder of Orthoptera: stick insects; leaf insects
-02231052 05 n 02 phasmid 0 phasmid_insect 0 004 @ 02159955 n 0000 #m 02230782 n 0000 ~ 02231487 n 0000 ~ 02232223 n 0000 | large cylindrical or flattened mostly tropical insects with long strong legs that feed on plants; walking sticks and leaf insects
-02231307 05 n 04 Phasmidae 0 family_Phasmidae 0 Phasmatidae 0 family_Phasmatidae 0 004 @ 01759182 n 0000 #m 02230782 n 0000 %m 02231487 n 0000 %m 02231680 n 0000 | stick insects
-02231487 05 n 03 walking_stick 0 walkingstick 0 stick_insect 0 003 @ 02231052 n 0000 #m 02231307 n 0000 ~ 02231803 n 0000 | any of various mostly tropical insects having long twiglike bodies
-02231680 05 n 01 genus_Diapheromera 0 003 @ 01762525 n 0000 #m 02231307 n 0000 %m 02231803 n 0000 | a genus of Phasmidae
-02231803 05 n 02 diapheromera 0 Diapheromera_femorata 0 002 @ 02231487 n 0000 #m 02231680 n 0000 | a variety of stick insect
-02231930 05 n 04 Phyllidae 0 family_Phyllidae 0 Phillidae 0 family_Phillidae 0 003 @ 01759182 n 0000 #m 02230782 n 0000 %m 02232086 n 0000 | leaf insects
-02232086 05 n 02 Phyllium 0 genus_Phyllium 0 003 @ 01762525 n 0000 #m 02231930 n 0000 %m 02232223 n 0000 | type genus of the Phyllidae
-02232223 05 n 02 walking_leaf 0 leaf_insect 0 002 @ 02231052 n 0000 #m 02232086 n 0000 | tropical insect having a flattened leaflike body; common in southern Asia and the East Indies
-02232408 05 n 03 Exopterygota 0 subclass_Exopterygota 0 Hemimetabola 0 002 @ 08103777 n 0000 #m 02159271 n 0000 | subclass of insects characterized by gradual and usually incomplete metamorphosis
-02232606 05 n 02 Dictyoptera 0 order_Dictyoptera 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02232951 n 0000 %m 02233096 n 0000 %m 02235575 n 0000 | in some classifications replaced by the orders (here suborders) Blattodea (cockroaches) and Manteodea (mantids); in former classifications often subsumed under a much broader order Orthoptera
-02232951 05 n 01 dictyopterous_insect 0 004 @ 02159955 n 0000 #m 02232606 n 0000 ~ 02233338 n 0000 ~ 02236044 n 0000 | cockroaches and mantids
-02233096 05 n 04 Blattodea 0 suborder_Blattodea 0 Blattaria 0 suborder_Blattaria 0 005 @ 01342529 n 0000 #m 02232606 n 0000 %m 02233338 n 0000 %m 02233577 n 0000 %m 02235321 n 0000 | cockroaches; in some classifications considered an order
-02233338 05 n 02 cockroach 0 roach 1 007 @ 02232951 n 0000 #m 02233096 n 0000 ~ 02233943 n 0000 ~ 02234355 n 0000 ~ 02234570 n 0000 ~ 02234848 n 0000 ~ 02235205 n 0000 | any of numerous chiefly nocturnal insects; some are domestic pests
-02233577 05 n 02 Blattidae 0 family_Blattidae 0 006 @ 01759182 n 0000 #m 02233096 n 0000 %m 02233767 n 0000 %m 02234181 n 0000 %m 02234719 n 0000 %m 02235078 n 0000 | domestic cockroaches
-02233767 05 n 02 Blatta 0 genus_Blatta 0 003 @ 01762525 n 0000 #m 02233577 n 0000 %m 02233943 n 0000 | type genus of the Blattidae: cockroaches infesting buildings worldwide
-02233943 05 n 05 oriental_cockroach 0 oriental_roach 0 Asiatic_cockroach 0 blackbeetle 0 Blatta_orientalis 0 002 @ 02233338 n 0000 #m 02233767 n 0000 | dark brown cockroach originally from orient now nearly cosmopolitan in distribution
-02234181 05 n 02 Periplaneta 0 genus_Periplaneta 0 004 @ 01762525 n 0000 #m 02233577 n 0000 %m 02234355 n 0000 %m 02234570 n 0000 | cosmopolitan genus of large cockroaches
-02234355 05 n 02 American_cockroach 0 Periplaneta_americana 0 002 @ 02233338 n 0000 #m 02234181 n 0000 | large reddish brown free-flying cockroach originally from southern United States but now widely distributed
-02234570 05 n 02 Australian_cockroach 0 Periplaneta_australasiae 0 002 @ 02233338 n 0000 #m 02234181 n 0000 | widely distributed in warm countries
-02234719 05 n 02 Blattella 0 genus_Blattella 0 003 @ 01762525 n 0000 #m 02233577 n 0000 %m 02234848 n 0000 | small cockroaches
-02234848 05 n 05 German_cockroach 0 Croton_bug 0 crotonbug 0 water_bug 2 Blattella_germanica 0 002 @ 02233338 n 0000 #m 02234719 n 0000 | small light-brown cockroach brought to United States from Europe; a common household pest
-02235078 05 n 02 Blaberus 0 genus_Blaberus 0 003 @ 01762525 n 0000 #m 02233577 n 0000 %m 02235205 n 0000 | giant cockroaches
-02235205 05 n 01 giant_cockroach 0 002 @ 02233338 n 0000 #m 02235078 n 0000 | large tropical American cockroaches
-02235321 05 n 02 Cryptocercidae 0 family_Cryptocercidae 0 003 @ 01759182 n 0000 #m 02233096 n 0000 %m 02235465 n 0000 | a family of Blattodea
-02235465 05 n 02 Cryptocercus 0 genus_Cryptocercus 0 002 @ 01762525 n 0000 #m 02235321 n 0000 | cockroaches
-02235575 05 n 02 Manteodea 0 suborder_Manteodea 0 003 @ 01342529 n 0000 #m 02232606 n 0000 %m 02235761 n 0000 | mantises; in former classifications considered a suborder of Orthoptera
-02235761 05 n 04 Mantidae 0 family_Mantidae 0 Manteidae 0 family_Manteidae 0 003 @ 01759182 n 0000 #m 02235575 n 0000 %m 02235911 n 0000 | mantises
-02235911 05 n 01 genus_Mantis 0 003 @ 01762525 n 0000 #m 02235761 n 0000 %m 02236044 n 0000 | type genus of the Mantidae: mantises
-02236044 05 n 02 mantis 0 mantid 0 003 @ 02232951 n 0000 #m 02235911 n 0000 ~ 02236241 n 0000 | predacious long-bodied large-eyed insect of warm regions; rests with forelimbs raised as in prayer
-02236241 05 n 03 praying_mantis 0 praying_mantid 0 Mantis_religioso 0 001 @ 02236044 n 0000 | the common mantis
-02236355 05 n 01 bug 2 002 @ 02159955 n 0000 + 00421202 a 0101 | general term for any insect or similar creeping or crawling invertebrate
-02236495 05 n 02 Hemiptera 0 order_Hemiptera 0 011 @ 01342529 n 0000 #m 02159271 n 0000 %m 02236896 n 0000 %m 02237239 n 0000 %m 02238474 n 0000 %m 02238743 n 0000 %m 02239347 n 0000 %m 02240223 n 0000 %m 02240706 n 0000 %m 02241184 n 0000 %m 02245592 n 0000 | plant bugs; bedbugs; some true bugs; also includes suborders Heteroptera (true bugs) and Homoptera (e.g., aphids, plant lice and cicadas)
-02236896 05 n 04 hemipterous_insect 0 bug 1 hemipteran 0 hemipteron 0 008 @ 02159955 n 0000 #m 02236495 n 0000 ~ 02237424 n 0000 ~ 02238887 n 0000 ~ 02239528 n 0000 ~ 02240517 n 0000 ~ 02241008 n 0000 ~ 02241426 n 0000 | insects with sucking mouthparts and forewings thickened and leathery at the base; usually show incomplete metamorphosis
-02237239 05 n 04 Miridae 0 family_Miridae 0 Capsidae 0 family_Capsidae 0 005 @ 01759182 n 0000 #m 02236495 n 0000 %m 02237581 n 0000 %m 02237730 n 0000 %m 02238113 n 0000 | leaf bugs
-02237424 05 n 02 leaf_bug 0 plant_bug 0 003 @ 02236896 n 0000 ~ 02237581 n 0000 ~ 02238594 n 0000 | small bright-colored insect that feeds on plant juices
-02237581 05 n 03 mirid_bug 0 mirid 0 capsid 1 004 @ 02237424 n 0000 #m 02237239 n 0000 ~ 02237868 n 0000 ~ 02238235 n 0000 | a variety of leaf bug
-02237730 05 n 02 Poecilocapsus 0 genus_Poecilocapsus 0 003 @ 01762525 n 0000 #m 02237239 n 0000 %m 02237868 n 0000 | a genus of Miridae
-02237868 05 n 03 four-lined_plant_bug 0 four-lined_leaf_bug 0 Poecilocapsus_lineatus 0 002 @ 02237581 n 0000 #m 02237730 n 0000 | yellow or orange leaf bug with four black stripes down the back; widespread in central and eastern North America
-02238113 05 n 02 Lygus 0 genus_Lygus 0 003 @ 01762525 n 0000 #m 02237239 n 0000 %m 02238235 n 0000 | plant-sucking bugs
-02238235 05 n 01 lygus_bug 0 003 @ 02237581 n 0000 #m 02238113 n 0000 ~ 02238358 n 0000 | vector of viral plant diseases
-02238358 05 n 02 tarnished_plant_bug 0 Lygus_lineolaris 0 001 @ 02238235 n 0000 | widespread plant and fruit pest
-02238474 05 n 02 Tingidae 0 family_Tingidae 0 003 @ 01759182 n 0000 #m 02236495 n 0000 %m 02238594 n 0000 | lace bugs
-02238594 05 n 01 lace_bug 0 002 @ 02237424 n 0000 #m 02238474 n 0000 | small bug having body and wings covered with a lacy network of raised lines
-02238743 05 n 02 Lygaeidae 0 family_Lygaeidae 0 004 @ 01759182 n 0000 #m 02236495 n 0000 %m 02238887 n 0000 %m 02239073 n 0000 | lygaeid bugs
-02238887 05 n 02 lygaeid 0 lygaeid_bug 0 003 @ 02236896 n 0000 #m 02238743 n 0000 ~ 02239192 n 0000 | a true bug: usually bright-colored; pest of cultivated crops and some fruit trees
-02239073 05 n 02 Blissus 0 genus_Blissus 0 003 @ 01762525 n 0000 #m 02238743 n 0000 %m 02239192 n 0000 | chinch bugs
-02239192 05 n 02 chinch_bug 0 Blissus_leucopterus 0 002 @ 02238887 n 0000 #m 02239073 n 0000 | small black-and-white insect that feeds on cereal grasses
-02239347 05 n 02 Coreidae 0 family_Coreidae 0 005 @ 01759182 n 0000 #m 02236495 n 0000 %m 02239528 n 0000 %m 02239659 n 0000 %m 02239934 n 0000 | squash bugs and leaf-footed bugs
-02239528 05 n 02 coreid_bug 0 coreid 0 004 @ 02236896 n 0000 #m 02239347 n 0000 ~ 02239774 n 0000 ~ 02240068 n 0000 | a true bug
-02239659 05 n 02 Anasa 0 genus_Anasa 0 003 @ 01762525 n 0000 #m 02239347 n 0000 %m 02239774 n 0000 | squash bugs
-02239774 05 n 02 squash_bug 0 Anasa_tristis 0 002 @ 02239528 n 0000 #m 02239659 n 0000 | large black American bug that sucks sap of vines of the gourd family
-02239934 05 n 02 Leptoglossus 0 genus_Leptoglossus 0 003 @ 01762525 n 0000 #m 02239347 n 0000 %m 02240068 n 0000 | leaf-footed bugs
-02240068 05 n 02 leaf-footed_bug 0 leaf-foot_bug 0 002 @ 02239528 n 0000 #m 02239934 n 0000 | large sap-sucking bug with leaflike expansions on the legs
-02240223 05 n 02 Cimicidae 0 family_Cimicidae 0 003 @ 01759182 n 0000 #m 02236495 n 0000 %m 02240377 n 0000 | wingless flat-bodied bloodsucking insects
-02240377 05 n 02 Cimex 0 genus_Cimex 0 003 @ 01762525 n 0000 #m 02240223 n 0000 %m 02240517 n 0000 | type genus of the Cimicidae: bedbugs
-02240517 05 n 04 bedbug 0 bed_bug 0 chinch 0 Cimex_lectularius 0 002 @ 02236896 n 0000 #m 02240377 n 0000 | bug of temperate regions that infests especially beds and feeds on human blood
-02240706 05 n 02 Notonectidae 0 family_Notonectidae 0 003 @ 01759182 n 0000 #m 02236495 n 0000 %m 02240852 n 0000 | aquatic carnivorous insects
-02240852 05 n 02 Notonecta 0 genus_Notonecta 0 003 @ 01762525 n 0000 #m 02240706 n 0000 %m 02241008 n 0000 | type genus of the Notonectidae: backswimmers
-02241008 05 n 02 backswimmer 0 Notonecta_undulata 0 002 @ 02236896 n 0000 #m 02240852 n 0000 | predaceous aquatic insect that swims on its back and may inflict painful bites
-02241184 05 n 02 Heteroptera 0 suborder_Heteroptera 0 009 @ 01342529 n 0000 #m 02236495 n 0000 %m 02241569 n 0000 %m 02242004 n 0000 %m 02242293 n 0000 %m 02242942 n 0000 %m 02243351 n 0000 %m 02244007 n 0000 %m 02244963 n 0000 | true bugs
-02241426 05 n 01 true_bug 0 001 @ 02236896 n 0000 | any of various insects of the order Hemiptera and especially of the suborder Heteroptera
-02241569 05 n 01 heteropterous_insect 0 006 @ 02159955 n 0000 #m 02241184 n 0000 ~ 02241799 n 0000 ~ 02244173 n 0000 ~ 02245111 n 0000 ~ 02245443 n 0000 | true bugs: insects whose forewings are membranous but have leathery tips
-02241799 05 n 01 water_bug 0 005 @ 02241569 n 0000 ~ 02242137 n 0000 ~ 02242455 n 0000 ~ 02243209 n 0000 ~ 02243562 n 0000 | a true bug: large aquatic bug adapted to living in or on the surface of water
-02242004 05 n 02 Belostomatidae 0 family_Belostomatidae 0 003 @ 01759182 n 0000 #m 02241184 n 0000 %m 02242137 n 0000 | water bugs
-02242137 05 n 01 giant_water_bug 0 002 @ 02241799 n 0000 #m 02242004 n 0000 | large water bug with piercing and sucking mouthparts; feeds on young fishes
-02242293 05 n 02 Nepidae 0 family_Nepidae 0 005 @ 01759182 n 0000 #m 02241184 n 0000 %m 02242455 n 0000 %m 02242669 n 0000 %m 02242816 n 0000 | water scorpions
-02242455 05 n 01 water_scorpion 0 002 @ 02241799 n 0000 #m 02242293 n 0000 | long-legged aquatic insect having the front legs fitted for seizing and holding prey and the abdomen extended by a long breathing tube
-02242669 05 n 02 Nepa 0 genus_Nepa 0 002 @ 01762525 n 0000 #m 02242293 n 0000 | type genus of the Nepidae: typical elongate-oval water scorpions
-02242816 05 n 02 Ranatra 0 genus_Ranatra 0 002 @ 01762525 n 0000 #m 02242293 n 0000 | elongate very slender water scorpions
-02242942 05 n 02 Corixidae 0 family_Corixidae 0 003 @ 01759182 n 0000 #m 02241184 n 0000 %m 02243065 n 0000 | water bugs
-02243065 05 n 02 Corixa 0 genus_Corixa 0 003 @ 01762525 n 0000 #m 02242942 n 0000 %m 02243209 n 0000 | type genus of the Corixidae: boat bugs
-02243209 05 n 02 water_boatman 0 boat_bug 1 002 @ 02241799 n 0000 #m 02243065 n 0000 | carnivorous aquatic bug having paddle-like hind legs
-02243351 05 n 04 Gerrididae 0 family_Gerrididae 0 Gerridae 1 family_Gerridae 1 004 @ 01759182 n 0000 #m 02241184 n 0000 %m 02243562 n 0000 %m 02243744 n 0000 | an arthropod family that includes water striders
-02243562 05 n 03 water_strider 0 pond-skater 0 water_skater 0 003 @ 02241799 n 0000 #m 02243351 n 0000 ~ 02243878 n 0000 | long-legged bug that skims about on the surface of water
-02243744 05 n 02 Gerris 0 genus_Gerris 0 003 @ 01762525 n 0000 #m 02243351 n 0000 %m 02243878 n 0000 | type genus of the Gerrididae
-02243878 05 n 02 common_pond-skater 0 Gerris_lacustris 0 002 @ 02243562 n 0000 #m 02243744 n 0000 | a variety of water strider
-02244007 05 n 02 Reduviidae 0 family_Reduviidae 0 005 @ 01759182 n 0000 #m 02241184 n 0000 %m 02244173 n 0000 %m 02244396 n 0000 %m 02244670 n 0000 | assassin bugs
-02244173 05 n 02 assassin_bug 0 reduviid 0 004 @ 02241569 n 0000 #m 02244007 n 0000 ~ 02244515 n 0000 ~ 02244797 n 0000 | a true bug: long-legged predacious bug living mostly on other insects; a few suck blood of mammals
-02244396 05 n 02 Triatoma 0 genus_Triatoma 0 003 @ 01762525 n 0000 #m 02244007 n 0000 %m 02244515 n 0000 | conenoses
-02244515 05 n 05 conenose 0 cone-nosed_bug 0 conenose_bug 0 big_bedbug 0 kissing_bug 0 002 @ 02244173 n 0000 #m 02244396 n 0000 | large bloodsucking bug
-02244670 05 n 02 Arilus 0 genus_Arilus 0 003 @ 01762525 n 0000 #m 02244007 n 0000 %m 02244797 n 0000 | a genus of Reduviidae
-02244797 05 n 02 wheel_bug 0 Arilus_cristatus 0 002 @ 02244173 n 0000 #m 02244670 n 0000 | large predatory North American bug that sucks the blood of other insects
-02244963 05 n 02 Pyrrhocoridae 0 family_Pyrrhocoridae 0 004 @ 01759182 n 0000 #m 02241184 n 0000 %m 02245111 n 0000 %m 02245239 n 0000 | firebugs
-02245111 05 n 01 firebug 0 002 @ 02241569 n 0000 #m 02244963 n 0000 | a true bug: brightly colored bug that can exude a stain
-02245239 05 n 02 Dysdercus 0 genus_Dysdercus 0 003 @ 01762525 n 0000 #m 02244963 n 0000 %m 02245443 n 0000 | a genus of slender long-legged bugs that feed on the developing seeds of cotton and stain it
-02245443 05 n 01 cotton_stainer 0 002 @ 02241569 n 0000 #m 02245239 n 0000 | a true bug: bug that damages and stains the lint of developing cotton
-02245592 05 n 02 Homoptera 0 suborder_Homoptera 0 013 @ 01342529 n 0000 #m 02236495 n 0000 %m 02246011 n 0000 %m 02246284 n 0000 %m 02248147 n 0000 %m 02252039 n 0000 %m 02256010 n 0000 %m 02256365 n 0000 %m 02257536 n 0000 %m 02258780 n 0000 %m 02258910 n 0000 %m 02259565 n 0000 %m 02259844 n 0000 | plant lice (aphids); whiteflies; cicadas; leafhoppers; plant hoppers; scale insects and mealybugs; spittle insects
-02246011 05 n 02 homopterous_insect 0 homopteran 0 009 @ 02159955 n 0000 #m 02245592 n 0000 ~ 02246628 n 0000 ~ 02248368 n 0000 ~ 02251775 n 0000 ~ 02256656 n 0000 ~ 02257715 n 0000 ~ 02259212 n 0000 ~ 02259377 n 0000 | insects having membranous forewings and hind wings
-02246284 05 n 02 Aleyrodidae 0 family_Aleyrodidae 0 007 @ 01759182 n 0000 #m 02245592 n 0000 %m 02246487 n 0000 %m 02246628 n 0000 %m 02246822 n 0000 %m 02247076 n 0000 %m 02247363 n 0000 | whiteflies
-02246487 05 n 02 Aleyrodes 0 genus_Aleyrodes 0 003 @ 01762525 n 0000 #m 02246284 n 0000 %m 02246941 n 0000 | type genus of the Aleyrodidae
-02246628 05 n 01 whitefly 0 005 @ 02246011 n 0000 #m 02246284 n 0000 ~ 02246941 n 0000 ~ 02247216 n 0000 ~ 02247511 n 0000 | minute insect that feeds on plant juices; related to scale insects
-02246822 05 n 02 Dialeurodes 0 genus_Dialeurodes 0 002 @ 01762525 n 0000 #m 02246284 n 0000 | a genus of Aleyrodidae
-02246941 05 n 02 citrus_whitefly 0 Dialeurodes_citri 0 002 @ 02246628 n 0000 #m 02246487 n 0000 | whitefly that attacks citrus trees
-02247076 05 n 02 Trialeurodes 0 genus_Trialeurodes 0 003 @ 01762525 n 0000 #m 02246284 n 0000 %m 02247216 n 0000 | a genus of Aleyrodidae
-02247216 05 n 02 greenhouse_whitefly 0 Trialeurodes_vaporariorum 0 002 @ 02246628 n 0000 #m 02247076 n 0000 | whitefly that inhabits greenhouses
-02247363 05 n 02 Bemisia 0 genus_Bemisia 0 004 @ 01762525 n 0000 #m 02246284 n 0000 %m 02247511 n 0000 %m 02247655 n 0000 | sweet-potato whitefly
-02247511 05 n 01 sweet-potato_whitefly 0 004 @ 02246628 n 0000 #m 02247363 n 0000 ~ 02247655 n 0000 ~ 02248062 n 0000 | a variety of whitefly
-02247655 05 n 03 superbug 1 Bemisia_tabaci 0 poinsettia_strain 0 002 @ 02247511 n 0000 #m 02247363 n 0000 | a strain of pest accidentally imported into Florida from the Middle East then spread to California where it is a very serious pest feeding on almost all vegetable crops and poinsettias
-02247950 05 n 01 superbug 0 001 @ 01348530 n 0000 | a strain of bacteria that is resistant to all antibiotics
-02248062 05 n 01 cotton_strain 0 001 @ 02247511 n 0000 | feeds primarily on cotton
-02248147 05 n 02 Coccoidea 0 superfamily_Coccoidea 0 007 @ 01759182 n 0000 #m 02245592 n 0000 %m 02248368 n 0000 %m 02248744 n 0000 %m 02249365 n 0000 %m 02249995 n 0000 %m 02250464 n 0000 | scale insects and mealybugs
-02248368 05 n 01 coccid_insect 0 004 @ 02246011 n 0000 #m 02248147 n 0000 ~ 02248510 n 0000 ~ 02250822 n 0000 | scale insects and mealybugs
-02248510 05 n 01 scale_insect 0 005 @ 02248368 n 0000 ~ 02248887 n 0000 ~ 02249256 n 0000 ~ 02249515 n 0000 ~ 02250280 n 0000 | small homopterous insect that usually lives and feeds on plants and secretes a protective waxy covering
-02248744 05 n 02 Coccidae 0 family_Coccidae 0 004 @ 01759182 n 0000 #m 02248147 n 0000 %m 02248887 n 0000 %m 02249011 n 0000 | scale insects
-02248887 05 n 01 soft_scale 0 003 @ 02248510 n 0000 #m 02248744 n 0000 ~ 02249134 n 0000 | an insect active in all stages
-02249011 05 n 01 genus_Coccus 0 003 @ 01762525 n 0000 #m 02248744 n 0000 %m 02249134 n 0000 | type genus of the Coccidae
-02249134 05 n 02 brown_soft_scale 0 Coccus_hesperidum 0 002 @ 02248887 n 0000 #m 02249011 n 0000 | pest on citrus trees
-02249256 05 n 01 wax_insect 0 001 @ 02248510 n 0000 | any of various insects that secrete a waxy substance
-02249365 05 n 02 Diaspididae 0 family_Diaspididae 0 004 @ 01759182 n 0000 #m 02248147 n 0000 %m 02249515 n 0000 %m 02249673 n 0000 | armored scales
-02249515 05 n 01 armored_scale 0 003 @ 02248510 n 0000 #m 02249365 n 0000 ~ 02249809 n 0000 | insect having a firm covering of wax especially in the female
-02249673 05 n 02 Aspidiotus 0 genus_Aspidiotus 0 003 @ 01762525 n 0000 #m 02249365 n 0000 %m 02249809 n 0000 | a genus of Diaspididae
-02249809 05 n 02 San_Jose_scale 0 Aspidiotus_perniciosus 0 002 @ 02249515 n 0000 #m 02249673 n 0000 | small east Asian insect naturalized in the United States that damages fruit trees
-02249995 05 n 02 Dactylopiidae 0 family_Dactylopiidae 0 003 @ 01759182 n 0000 #m 02248147 n 0000 %m 02250133 n 0000 | cochineal insects
-02250133 05 n 02 Dactylopius 0 genus_Dactylopius 0 003 @ 01762525 n 0000 #m 02249995 n 0000 %m 02250280 n 0000 | type genus of the Dactylopiidae
-02250280 05 n 03 cochineal_insect 0 cochineal 0 Dactylopius_coccus 0 002 @ 02248510 n 0000 #m 02250133 n 0000 | Mexican red scale insect that feeds on cacti; the source of a red dye
-02250464 05 n 02 Pseudococcidae 0 family_Pseudococcidae 0 005 @ 01759182 n 0000 #m 02248147 n 0000 %m 02250653 n 0000 %m 02250822 n 0000 %m 02251452 n 0000 | scalelike insects: mealybugs
-02250653 05 n 02 Pseudococcus 0 genus_Pseudococcus 0 004 @ 01762525 n 0000 #m 02250464 n 0000 %m 02251067 n 0000 %m 02251233 n 0000 | type genus of the Pseudococcidae
-02250822 05 n 02 mealybug 0 mealy_bug 0 005 @ 02248368 n 0000 #m 02250464 n 0000 ~ 02251067 n 0000 ~ 02251233 n 0000 ~ 02251593 n 0000 | scalelike plant-eating insect coated with a powdery waxy secretion; destructive especially of fruit trees
-02251067 05 n 03 citrophilous_mealybug 0 citrophilus_mealybug 0 Pseudococcus_fragilis 0 002 @ 02250822 n 0000 #m 02250653 n 0000 | destructive especially to citrus
-02251233 05 n 03 Comstock_mealybug 0 Comstock's_mealybug 0 Pseudococcus_comstocki 0 002 @ 02250822 n 0000 #m 02250653 n 0000 | Asiatic insect introduced accidentally into United States; pest on citrus and apple trees
-02251452 05 n 02 Planococcus 0 genus_Planococcus 0 003 @ 01762525 n 0000 #m 02250464 n 0000 %m 02251593 n 0000 | a genus of Pseudococcidae
-02251593 05 n 02 citrus_mealybug 0 Planococcus_citri 0 002 @ 02250822 n 0000 #m 02251452 n 0000 | feeds on a wide variety of cultivated plants but especially destructive to citrus
-02251775 05 n 02 plant_louse 0 louse 2 007 @ 02246011 n 0000 + 00422374 a 0201 ~ 02252226 n 0000 ~ 02254697 n 0000 ~ 02255855 n 0000 ~ 02256172 n 0000 ~ 14218293 n 0000 | any of several small insects especially aphids that feed by sucking the juices from plants
-02252039 05 n 02 Aphidoidea 0 superfamily_Aphidoidea 0 006 @ 01759182 n 0000 #m 02245592 n 0000 %m 02252226 n 0000 %m 02252429 n 0000 %m 02254370 n 0000 %m 02255567 n 0000 | plant lice
-02252226 05 n 01 aphid 0 007 @ 02251775 n 0000 #m 02252039 n 0000 ~ 02252799 n 0000 ~ 02252972 n 0000 ~ 02253127 n 0000 ~ 02253494 n 0000 ~ 02253715 n 0000 | any of various small plant-sucking insects
-02252429 05 n 02 Aphididae 0 family_Aphididae 0 005 @ 01759182 n 0000 #m 02252039 n 0000 %m 02252608 n 0000 %m 02253592 n 0000 %m 02254110 n 0000 | small soft-bodied plant lice
-02252608 05 n 02 Aphis 0 genus_Aphis 0 004 @ 01762525 n 0000 #m 02252429 n 0000 %m 02252799 n 0000 %m 02252972 n 0000 | type genus of the Aphididae: injurious to fruit trees and vegetables
-02252799 05 n 03 apple_aphid 0 green_apple_aphid 0 Aphis_pomi 0 002 @ 02252226 n 0000 #m 02252608 n 0000 | bright green aphid; feeds on and causes curling of apple leaves
-02252972 05 n 03 blackfly 2 bean_aphid 0 Aphis_fabae 0 002 @ 02252226 n 0000 #m 02252608 n 0000 | blackish aphid that infests e.g. beans and sugar beets
-02253127 05 n 01 greenfly 0 003 @ 02252226 n 0000 ~ 02253264 n 0000 ~ 02253391 n 0000 | greenish aphid; pest on garden and crop plants
-02253264 05 n 01 green_peach_aphid 0 001 @ 02253127 n 0000 | yellowish green aphid that is especially destructive to peaches
-02253391 05 n 01 pale_chrysanthemum_aphid 0 001 @ 02253127 n 0000 | important pest of chrysanthemums
-02253494 05 n 01 ant_cow 0 001 @ 02252226 n 0000 | excretes a honeylike substance eaten by ants
-02253592 05 n 02 Eriosoma 0 genus_Eriosoma 0 003 @ 01762525 n 0000 #m 02252429 n 0000 %m 02253913 n 0000 | woolly aphids
-02253715 05 n 02 woolly_aphid 0 woolly_plant_louse 0 003 @ 02252226 n 0000 ~ 02253913 n 0000 ~ 02254246 n 0000 | secretes a waxy substance like a mass of fine curly white cotton or woolly threads
-02253913 05 n 03 woolly_apple_aphid 0 American_blight 0 Eriosoma_lanigerum 0 002 @ 02253715 n 0000 #m 02253592 n 0000 | primarily a bark feeder on aerial parts and roots of apple and other trees
-02254110 05 n 02 Prociphilus 0 genus_Prociphilus 0 003 @ 01762525 n 0000 #m 02252429 n 0000 %m 02254246 n 0000 | a genus of Aphididae
-02254246 05 n 02 woolly_alder_aphid 0 Prociphilus_tessellatus 0 002 @ 02253715 n 0000 #m 02254110 n 0000 | attacks alders
-02254370 05 n 02 Adelgidae 0 family_Adelgidae 0 005 @ 01759182 n 0000 #m 02252039 n 0000 %m 02254531 n 0000 %m 02254697 n 0000 %m 02255144 n 0000 | plant lice
-02254531 05 n 02 Adelges 0 genus_Adelges 0 004 @ 01762525 n 0000 #m 02254370 n 0000 %m 02254901 n 0000 %m 02255023 n 0000 | type genus of the Adelgidae: plant lice
-02254697 05 n 01 adelgid 0 006 @ 02251775 n 0000 #m 02254370 n 0000 ~ 02254901 n 0000 ~ 02255023 n 0000 ~ 02255270 n 0000 ~ 02255391 n 0000 | any of various insects that feed and form galls on conifers
-02254901 05 n 02 balsam_woolly_aphid 0 Adelges_piceae 0 002 @ 02254697 n 0000 #m 02254531 n 0000 | a variety of adelgid
-02255023 05 n 02 spruce_gall_aphid 0 Adelges_abietis 0 002 @ 02254697 n 0000 #m 02254531 n 0000 | a variety of adelgid
-02255144 05 n 02 Pineus 0 genus_Pineus 0 003 @ 01762525 n 0000 #m 02254370 n 0000 %m 02255270 n 0000 | a genus of Adelgidae
-02255270 05 n 02 pine_leaf_aphid 0 Pineus_pinifoliae 0 002 @ 02254697 n 0000 #m 02255144 n 0000 | a variety of adelgid
-02255391 05 n 01 woolly_adelgid 0 001 @ 02254697 n 0000 | an insect that feeds on hemlocks; its egg sacs are small fuzzy white balls like artificial snow on a Christmas tree
-02255567 05 n 02 Phylloxeridae 0 family_Phylloxeridae 0 003 @ 01759182 n 0000 #m 02252039 n 0000 %m 02255698 n 0000 | plant lice
-02255698 05 n 02 Phylloxera 0 genus_Phylloxera 0 003 @ 01762525 n 0000 #m 02255567 n 0000 %m 02255855 n 0000 | type genus of the Phylloxeridae: plant lice
-02255855 05 n 03 grape_louse 0 grape_phylloxera 0 Phylloxera_vitifoleae 0 002 @ 02251775 n 0000 #m 02255698 n 0000 | destructive to various grape plants
-02256010 05 n 04 Psyllidae 0 family_Psyllidae 0 Chermidae 0 family_Chermidae 0 003 @ 01759182 n 0000 #m 02245592 n 0000 %m 02256172 n 0000 | jumping plant lice
-02256172 05 n 03 jumping_plant_louse 0 psylla 0 psyllid 0 002 @ 02251775 n 0000 #m 02256010 n 0000 | small active cicada-like insect with hind legs adapted for leaping; feeds on plant juices
-02256365 05 n 02 Cicadidae 0 family_Cicadidae 0 006 @ 01759182 n 0000 #m 02245592 n 0000 %m 02256542 n 0000 %m 02256656 n 0000 %m 02256882 n 0000 %m 02257149 n 0000 | cicadas
-02256542 05 n 01 genus_Cicada 0 002 @ 01762525 n 0000 #m 02256365 n 0000 | type genus of the Cicadidae: cicadas
-02256656 05 n 02 cicada 0 cicala 0 004 @ 02246011 n 0000 #m 02256365 n 0000 ~ 02257003 n 0000 ~ 02257284 n 0000 | stout-bodied insect with large membranous wings; male has drum-like organs for producing a high-pitched drone
-02256882 05 n 02 Tibicen 0 genus_Tibicen 0 003 @ 01762525 n 0000 #m 02256365 n 0000 %m 02257003 n 0000 | harvest flies
-02257003 05 n 02 dog-day_cicada 0 harvest_fly 0 002 @ 02256656 n 0000 #m 02256882 n 0000 | its distinctive song is heard during July and August
-02257149 05 n 02 Magicicada 0 genus_Magicicada 0 003 @ 01762525 n 0000 #m 02256365 n 0000 %m 02257284 n 0000 | seventeen-year locust
-02257284 05 n 03 seventeen-year_locust 0 periodical_cicada 0 Magicicada_septendecim 0 002 @ 02256656 n 0000 #m 02257149 n 0000 | North American cicada; appears in great numbers at infrequent intervals because the nymphs take 13 to 17 years to mature
-02257536 05 n 02 Cercopidae 0 family_Cercopidae 0 005 @ 01759182 n 0000 #m 02245592 n 0000 %m 02257715 n 0000 %m 02258065 n 0000 %m 02258354 n 0000 | froghoppers or spittlebugs
-02257715 05 n 02 spittle_insect 0 spittlebug 0 006 @ 02246011 n 0000 #m 02257536 n 0000 ~ 02257985 n 0000 ~ 02258198 n 0000 ~ 02258508 n 0000 ~ 02258629 n 0000 | small leaping herbivorous insect that lives in a mass of protective froth which it and its larvae secrete
-02257985 05 n 01 froghopper 0 001 @ 02257715 n 0000 | a variety of spittlebug
-02258065 05 n 02 Philaenus 0 genus_Philaenus 0 003 @ 01762525 n 0000 #m 02257536 n 0000 %m 02258198 n 0000 | a genus of Cercopidae
-02258198 05 n 02 meadow_spittlebug 0 Philaenus_spumarius 0 002 @ 02257715 n 0000 #m 02258065 n 0000 | North American insect that severely damages grasses
-02258354 05 n 02 Aphrophora 0 genus_Aphrophora 0 004 @ 01762525 n 0000 #m 02257536 n 0000 %m 02258508 n 0000 %m 02258629 n 0000 | a genus of Cercopidae
-02258508 05 n 01 pine_spittlebug 0 002 @ 02257715 n 0000 #m 02258354 n 0000 | North American insect that attacks pines
-02258629 05 n 02 Saratoga_spittlebug 0 Aphrophora_saratogensis 0 002 @ 02257715 n 0000 #m 02258354 n 0000 | feeds on pines in northern United States
-02258780 05 n 02 Cicadellidae 0 family_Cicadellidae 0 003 @ 01759182 n 0000 #m 02245592 n 0000 %m 02259212 n 0000 | leafhoppers
-02258910 05 n 02 Jassidae 0 family_Jassidae 0 003 @ 01759182 n 0000 #m 02245592 n 0000 %m 02259212 n 0000 | family of small leafhoppers coextensive with the Cicadellidae and not distinguished from it in some classifications
-02259136 05 n 01 jassid 0 001 @ 02259212 n 0000 | a variety of leafhopper
-02259212 05 n 01 leafhopper 0 004 @ 02246011 n 0000 #m 02258780 n 0000 #m 02258910 n 0000 ~ 02259136 n 0000 | small leaping insect that sucks the juices of plants
-02259377 05 n 02 plant_hopper 0 planthopper 0 003 @ 02246011 n 0000 ~ 02259708 n 0000 ~ 02259987 n 0000 | related to the leafhoppers and spittlebugs but rarely damages cultivated plants
-02259565 05 n 02 Membracidae 0 family_Membracidae 0 003 @ 01759182 n 0000 #m 02245592 n 0000 %m 02259708 n 0000 | plant hoppers: treehoppers
-02259708 05 n 01 treehopper 0 002 @ 02259377 n 0000 #m 02259565 n 0000 | small leaping insect that sucks juices of branches and twigs
-02259844 05 n 02 Fulgoridae 0 family_Fulgoridae 0 003 @ 01759182 n 0000 #m 02245592 n 0000 %m 02259987 n 0000 | plant hoppers: lantern flies
-02259987 05 n 02 lantern_fly 0 lantern-fly 0 002 @ 02259377 n 0000 #m 02259844 n 0000 | large brightly marked tropical insect with a process like a snout that was formerly thought to emit light
-02260183 05 n 04 Psocoptera 0 order_Psocoptera 0 Corrodentia 0 order_Corrodentia 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02260421 n 0000 %m 02260623 n 0000 %m 02261184 n 0000 | an order of insects: includes booklice and bark-lice
-02260421 05 n 01 psocopterous_insect 0 004 @ 02159955 n 0000 #m 02260183 n 0000 ~ 02260863 n 0000 ~ 02261419 n 0000 | small soft-bodied insect with chewing mouthparts and either no wings or two pairs
-02260623 05 n 02 Psocidae 0 family_Psocidae 0 005 @ 01759182 n 0000 #m 02260183 n 0000 %m 02260863 n 0000 %m 02261286 n 0000 %m 02261630 n 0000 | a family of small soft-bodied insects that feed on decaying vegetation; related to booklice
-02260863 05 n 01 psocid 0 003 @ 02260421 n 0000 #m 02260623 n 0000 ~ 02261063 n 0000 | small winged insect living on the bark and leaves of trees and feeding on e.g. fungi and decaying plant matter
-02261063 05 n 02 bark-louse 0 bark_louse 0 001 @ 02260863 n 0000 | any of several insects living on the bark of plants
-02261184 05 n 02 Atropidae 0 family_Atropidae 0 002 @ 01759182 n 0000 #m 02260183 n 0000 | booklice
-02261286 05 n 02 Liposcelis 0 genus_Liposcelis 0 003 @ 01762525 n 0000 #m 02260623 n 0000 %m 02261419 n 0000 | a genus of Psocidae
-02261419 05 n 04 booklouse 0 book_louse 0 deathwatch 2 Liposcelis_divinatorius 0 003 @ 02260421 n 0000 #m 02261286 n 0000 ~ 02261757 n 0000 | minute wingless psocopterous insects injurious to books and papers
-02261630 05 n 02 Trogium 0 genus_Trogium 0 003 @ 01762525 n 0000 #m 02260623 n 0000 %m 02261757 n 0000 | a genus of Psocidae
-02261757 05 n 02 common_booklouse 0 Trogium_pulsatorium 0 002 @ 02261419 n 0000 #m 02261630 n 0000 | a variety of booklouse
-02261883 05 n 04 Ephemeroptera 0 order_Ephemeroptera 0 Ephemerida 0 order_Ephemerida 0 004 @ 01342529 n 0000 #m 02159271 n 0000 %m 02262178 n 0000 %m 02262324 n 0000 | mayflies
-02262062 05 n 01 Plectophera 0 001 @ 02262178 n 0000 | in some former classifications: name for the Ephemeroptera
-02262178 05 n 02 ephemerid 0 ephemeropteran 0 004 @ 02159955 n 0000 #m 02261883 n 0000 ~ 02262062 n 0000 ~ 02262449 n 0000 | short-lived insect
-02262324 05 n 02 Ephemeridae 0 family_Ephemeridae 0 003 @ 01759182 n 0000 #m 02261883 n 0000 %m 02262449 n 0000 | mayflies
-02262449 05 n 03 mayfly 0 dayfly 0 shadfly 0 002 @ 02262178 n 0000 #m 02262324 n 0000 | slender insect with delicate membranous wings having an aquatic larval stage and terrestrial adult stage usually lasting less than two days
-02262679 05 n 02 Plecoptera 0 order_Plecoptera 0 003 @ 01342529 n 0000 #m 02159271 n 0000 %m 02262803 n 0000 | stoneflies
-02262803 05 n 03 stonefly 0 stone_fly 0 plecopteran 0 002 @ 02159955 n 0000 #m 02262679 n 0000 | primitive winged insect with a flattened body; used as bait by fishermen; aquatic gilled larvae are carnivorous and live beneath stones
-02263038 05 n 02 Neuroptera 0 order_Neuroptera 0 009 @ 01342529 n 0000 #m 02159271 n 0000 %m 02263378 n 0000 %m 02263717 n 0000 %m 02264734 n 0000 %m 02265177 n 0000 %m 02265471 n 0000 %m 02267356 n 0000 %m 02267644 n 0000 | an order of insects including: lacewings; antlions; dobsonflies; alderflies; fish flies; mantispids; spongeflies
-02263378 05 n 03 neuropteron 0 neuropteran 0 neuropterous_insect 0 010 @ 02159955 n 0000 #m 02263038 n 0000 ~ 02264021 n 0000 ~ 02264363 n 0000 ~ 02266050 n 0000 ~ 02266421 n 0000 ~ 02266864 n 0000 ~ 02267208 n 0000 ~ 02267483 n 0000 ~ 02267826 n 0000 | insect having biting mouthparts and four large membranous wings with netlike veins
-02263717 05 n 02 Myrmeleontidae 0 family_Myrmeleontidae 0 003 @ 01759182 n 0000 #m 02263038 n 0000 %m 02263848 n 0000 | antlions
-02263848 05 n 02 Myrmeleon 0 genus_Myrmeleon 0 004 @ 01762525 n 0000 #m 02263717 n 0000 %m 02264021 n 0000 %m 02264232 n 0000 | type genus of the Myrmeleontidae: antlions
-02264021 05 n 03 ant_lion 0 antlion 0 antlion_fly 0 002 @ 02263378 n 0000 #m 02263848 n 0000 | winged insect resembling a dragonfly; the larvae (doodlebugs) dig conical pits where they wait to catch e.g. ants
-02264232 05 n 03 doodlebug 0 ant_lion 1 antlion 1 002 @ 02311060 n 0000 #m 02263848 n 0000 | the larva of any of several insects
-02264363 05 n 02 lacewing 0 lacewing_fly 0 003 @ 02263378 n 0000 ~ 02264885 n 0000 ~ 02265330 n 0000 | any of two families of insects with gauzy wings (Chrysopidae and Hemerobiidae); larvae feed on insect pests such as aphids
-02264591 05 n 02 aphid_lion 0 aphis_lion 0 003 @ 02311060 n 0000 #m 02264734 n 0000 #m 02265177 n 0000 | carnivorous larva of lacewing flies
-02264734 05 n 02 Chrysopidae 0 family_Chrysopidae 0 004 @ 01759182 n 0000 #m 02263038 n 0000 %m 02264591 n 0000 %m 02264885 n 0000 | green lacewings
-02264885 05 n 03 green_lacewing 0 chrysopid 0 stink_fly 0 003 @ 02264363 n 0000 #m 02264734 n 0000 ~ 02265076 n 0000 | pale green unpleasant-smelling lacewing fly having carnivorous larvae
-02265076 05 n 02 goldeneye 2 golden-eyed_fly 0 001 @ 02264885 n 0000 | a variety of green lacewing
-02265177 05 n 02 Hemerobiidae 0 family_Hemerobiidae 0 004 @ 01759182 n 0000 #m 02263038 n 0000 %m 02264591 n 0000 %m 02265330 n 0000 | brown lacewings
-02265330 05 n 03 brown_lacewing 0 hemerobiid 0 hemerobiid_fly 0 002 @ 02264363 n 0000 #m 02265177 n 0000 | small dark-colored lacewing fly
-02265471 05 n 02 Megaloptera 0 suborder_Megaloptera 0 005 @ 01342529 n 0000 #m 02263038 n 0000 %m 02265717 n 0000 %m 02266580 n 0000 %m 02267019 n 0000 | in some classifications considered a separate order: alderflies; dobsonflies; snake flies
-02265717 05 n 02 Corydalidae 0 family_Corydalidae 0 004 @ 01759182 n 0000 #m 02265471 n 0000 %m 02265860 n 0000 %m 02266421 n 0000 | dobsons
-02265860 05 n 04 Corydalus 0 genus_Corydalus 0 Corydalis 0 genus_Corydalis 0 004 @ 01762525 n 0000 #m 02265717 n 0000 %m 02266050 n 0000 %m 02266269 n 0000 | type genus of the Corydalidae
-02266050 05 n 04 dobson 1 dobsonfly 0 dobson_fly 0 Corydalus_cornutus 0 002 @ 02263378 n 0000 #m 02265860 n 0000 | large soft-bodied insect having long slender mandibles in the male; aquatic larvae often used as bait
-02266269 05 n 02 hellgrammiate 0 dobson 2 002 @ 02311060 n 0000 #m 02265860 n 0000 | large brown aquatic larva of the dobsonfly; used as fishing bait
-02266421 05 n 02 fish_fly 0 fish-fly 0 002 @ 02263378 n 0000 #m 02265717 n 0000 | similar to but smaller than the dobsonfly; larvae are used as fishing bait
-02266580 05 n 02 Sialidae 0 family_Sialidae 0 003 @ 01759182 n 0000 #m 02265471 n 0000 %m 02266732 n 0000 | an arthropod family including: alderflies
-02266732 05 n 02 Sialis 0 genus_Sialis 0 003 @ 01762525 n 0000 #m 02266580 n 0000 %m 02266864 n 0000 | type genus of the Sialidae
-02266864 05 n 03 alderfly 0 alder_fly 0 Sialis_lutaria 0 002 @ 02263378 n 0000 #m 02266732 n 0000 | dark-colored insect having predaceous aquatic larvae
-02267019 05 n 02 Raphidiidae 0 family_Raphidiidae 0 003 @ 01759182 n 0000 #m 02265471 n 0000 %m 02267208 n 0000 | a family of arthropods of the suborder Megaloptera, including snakeflies
-02267208 05 n 01 snakefly 0 002 @ 02263378 n 0000 #m 02267019 n 0000 | predatory insect of western North America having a long necklike prothorax
-02267356 05 n 02 Mantispidae 0 family_Mantispidae 0 003 @ 01759182 n 0000 #m 02263038 n 0000 %m 02267483 n 0000 | mantispids
-02267483 05 n 01 mantispid 0 002 @ 02263378 n 0000 #m 02267356 n 0000 | insect that resembles a mantis; larvae are parasites in the nests of spiders and wasps
-02267644 05 n 02 Sisyridae 0 family_Sisyridae 0 003 @ 01759182 n 0000 #m 02263038 n 0000 %m 02267826 n 0000 | an arthropod family of the order Neuroptera that includes spongeflies
-02267826 05 n 02 spongefly 0 spongillafly 0 002 @ 02263378 n 0000 #m 02267644 n 0000 | hairy-bodied insect whose larvae feed on freshwater sponges
-02267975 05 n 02 Odonata 0 order_Odonata 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02268148 n 0000 %m 02268334 n 0000 %m 02268746 n 0000 | dragonflies and damselflies
-02268148 05 n 01 odonate 0 004 @ 02159955 n 0000 #m 02267975 n 0000 ~ 02268443 n 0000 ~ 02268853 n 0000 | large primitive predatory aquatic insect having two pairs of membranous wings
-02268334 05 n 02 Anisoptera 0 suborder_Anisoptera 0 002 @ 01342529 n 0000 #m 02267975 n 0000 | dragonflies
-02268443 05 n 08 dragonfly 0 darning_needle 0 devil's_darning_needle 0 sewing_needle 0 snake_feeder 0 snake_doctor 0 mosquito_hawk 0 skeeter_hawk 0 001 @ 02268148 n 0000 | slender-bodied non-stinging insect having iridescent wings that are outspread at rest; adults and nymphs feed on mosquitoes etc.
-02268746 05 n 02 Zygoptera 0 suborder_Zygoptera 0 002 @ 01342529 n 0000 #m 02267975 n 0000 | damselflies
-02268853 05 n 01 damselfly 0 001 @ 02268148 n 0000 | slender non-stinging insect similar to but smaller than the dragonfly but having wings folded when at rest
-02269015 05 n 02 Trichoptera 0 order_Trichoptera 0 004 @ 01342529 n 0000 #m 02159271 n 0000 %m 02269196 n 0000 %m 02269657 n 0000 | an order of insects consisting of caddis flies
-02269196 05 n 03 trichopterous_insect 0 trichopteran 0 trichopteron 0 003 @ 02159955 n 0000 #m 02269015 n 0000 ~ 02269340 n 0000 | caddis fly
-02269340 05 n 04 caddis_fly 0 caddis-fly 0 caddice_fly 0 caddice-fly 0 001 @ 02269196 n 0000 | small moth-like insect having two pairs of hairy membranous wings and aquatic larvae
-02269522 05 n 01 caseworm 0 002 @ 02311060 n 0000 ~ 02269657 n 0000 | insect larva that constructs a protective case around its body
-02269657 05 n 02 caddisworm 0 strawworm 2 002 @ 02269522 n 0000 #m 02269015 n 0000 | larva of the caddis fly; constructs a case of silk covered with sand or plant debris
-02269829 05 n 02 Thysanura 0 order_Thysanura 0 005 @ 01342529 n 0000 #m 02159271 n 0000 %m 02270011 n 0000 %m 02270326 n 0000 %m 02271087 n 0000 | firebrats; silverfish; machilids
-02270011 05 n 02 thysanuran_insect 0 thysanuron 0 005 @ 02159955 n 0000 #m 02269829 n 0000 ~ 02270200 n 0000 ~ 02270623 n 0000 ~ 02271222 n 0000 | primitive wingless insects: bristletail
-02270200 05 n 01 bristletail 0 002 @ 02270011 n 0000 ~ 02270945 n 0000 | small wingless insect with a long bristlelike tail
-02270326 05 n 02 Lepismatidae 0 family_Lepismatidae 0 004 @ 01759182 n 0000 #m 02269829 n 0000 %m 02270473 n 0000 %m 02270810 n 0000 | firebrats
-02270473 05 n 02 Lepisma 0 genus_Lepisma 0 003 @ 01762525 n 0000 #m 02270326 n 0000 %m 02270623 n 0000 | type genus of the Lepismatidae: silverfish
-02270623 05 n 02 silverfish 2 Lepisma_saccharina 0 002 @ 02270011 n 0000 #m 02270473 n 0000 | silver-grey wingless insect found in houses feeding on book bindings and starched clothing
-02270810 05 n 02 Thermobia 0 genus_Thermobia 0 003 @ 01762525 n 0000 #m 02270326 n 0000 %m 02270945 n 0000 | a genus of Lepismatidae
-02270945 05 n 02 firebrat 0 Thermobia_domestica 0 002 @ 02270200 n 0000 #m 02270810 n 0000 | lives in warm moist areas e.g. around furnaces
-02271087 05 n 02 Machilidae 0 family_Machilidae 0 003 @ 01759182 n 0000 #m 02269829 n 0000 %m 02271222 n 0000 | jumping bristletails
-02271222 05 n 02 jumping_bristletail 0 machilid 0 002 @ 02270011 n 0000 #m 02271087 n 0000 | wingless insect living in dark moist places as under dead tree trunks; they make erratic leaps when disturbed
-02271427 05 n 02 Thysanoptera 0 order_Thysanoptera 0 004 @ 01342529 n 0000 #m 02159271 n 0000 %m 02271570 n 0000 %m 02271740 n 0000 | thrips
-02271570 05 n 03 thysanopter 0 thysanopteron 0 thysanopterous_insect 0 003 @ 02159955 n 0000 #m 02271427 n 0000 ~ 02271897 n 0000 | an insect of the order Thysanoptera
-02271740 05 n 02 Thripidae 0 family_Thripidae 0 005 @ 01759182 n 0000 #m 02271427 n 0000 %m 02271897 n 0000 %m 02272152 n 0000 %m 02272428 n 0000 | thrips
-02271897 05 n 03 thrips 0 thrip 0 thripid 0 004 @ 02271570 n 0000 #m 02271740 n 0000 ~ 02272286 n 0000 ~ 02272552 n 0000 | any of various small to minute sucking insects with narrow feathery wings if any; they feed on plant sap and many are destructive
-02272152 05 n 02 Frankliniella 0 genus_Frankliniella 0 003 @ 01762525 n 0000 #m 02271740 n 0000 %m 02272286 n 0000 | tobacco thrips
-02272286 05 n 02 tobacco_thrips 0 Frankliniella_fusca 0 002 @ 02271897 n 0000 #m 02272152 n 0000 | injurious to growing tobacco and peanuts
-02272428 05 n 01 genus_Thrips 0 003 @ 01762525 n 0000 #m 02271740 n 0000 %m 02272552 n 0000 | type genus of the Thripidae
-02272552 05 n 03 onion_thrips 0 onion_louse 0 Thrips_tobaci 0 002 @ 02271897 n 0000 #m 02272428 n 0000 | injurious to onion plants and sometimes tobacco
-02272707 05 n 02 Dermaptera 0 order_Dermaptera 0 004 @ 01342529 n 0000 #m 02159271 n 0000 %m 02272871 n 0000 %m 02273120 n 0000 | earwigs and a few related forms
-02272871 05 n 01 earwig 0 003 @ 02159955 n 0000 #m 02272707 n 0000 ~ 02273392 n 0000 | any of numerous insects of the order Dermaptera having elongate bodies and slender many-jointed antennae and a pair of large pincers at the rear of the abdomen
-02273120 05 n 02 Forficulidae 0 family_Forficulidae 0 003 @ 01759182 n 0000 #m 02272707 n 0000 %m 02273254 n 0000 | typical earwigs
-02273254 05 n 02 Forficula 0 genus_Forficula 0 003 @ 01762525 n 0000 #m 02273120 n 0000 %m 02273392 n 0000 | type genus of Forficulidae
-02273392 05 n 02 common_European_earwig 0 Forficula_auricularia 0 002 @ 02272871 n 0000 #m 02273254 n 0000 | sometimes destructive to cultivated bulbs
-02273545 05 n 02 Lepidoptera 0 order_Lepidoptera 0 021 @ 01342529 n 0000 #m 02159271 n 0000 %m 02274024 n 0000 %m 02274516 n 0000 %m 02277556 n 0000 %m 02279442 n 0000 %m 02280223 n 0000 %m 02281552 n 0000 %m 02283728 n 0000 %m 02285359 n 0000 %m 02286815 n 0000 %m 02288473 n 0000 %m 02291024 n 0000 %m 02293135 n 0000 %m 02294761 n 0000 %m 02298379 n 0000 %m 02300018 n 0000 %m 02301072 n 0000 %m 02305245 n 0000 %m 02306159 n 0000 %m 02309337 n 0000 | moths and butterflies
-02274024 05 n 03 lepidopterous_insect 0 lepidopteron 0 lepidopteran 0 004 @ 02159955 n 0000 #m 02273545 n 0000 ~ 02274259 n 0000 ~ 02283201 n 0000 | insect that in the adult state has four wings more or less covered with tiny scales
-02274259 05 n 01 butterfly 0 007 @ 02274024 n 0000 ~ 02274822 n 0000 ~ 02277742 n 0000 ~ 02279637 n 0000 ~ 02280458 n 0000 ~ 02281406 n 0000 ~ 02281787 n 0000 | diurnal insect typically having a slender body with knobbed antennae and broad colorful wings
-02274516 05 n 02 Nymphalidae 0 family_Nymphalidae 0 011 @ 01759182 n 0000 #m 02273545 n 0000 %m 02274822 n 0000 %m 02275372 n 0000 %m 02275921 n 0000 %m 02276527 n 0000 %m 02277895 n 0000 %m 02278343 n 0000 %m 02278601 n 0000 %m 02278704 n 0000 %m 02279127 n 0000 | large beautifully colored butterflies
-02274822 05 n 04 nymphalid 0 nymphalid_butterfly 0 brush-footed_butterfly 0 four-footed_butterfly 0 016 @ 02274259 n 0000 #m 02274516 n 0000 ~ 02275560 n 0000 ~ 02275773 n 0000 ~ 02276078 n 0000 ~ 02276258 n 0000 ~ 02276355 n 0000 ~ 02276749 n 0000 ~ 02276902 n 0000 ~ 02277094 n 0000 ~ 02277268 n 0000 ~ 02277422 n 0000 ~ 02278024 n 0000 ~ 02278210 n 0000 ~ 02278839 n 0000 ~ 02279257 n 0000 | medium to large butterflies found worldwide typically having brightly colored wings and much-reduced nonfunctional forelegs carried folded on the breast
-02275372 05 n 02 Nymphalis 0 genus_Nymphalis 0 004 @ 01762525 n 0000 #m 02274516 n 0000 %m 02275560 n 0000 %m 02275773 n 0000 | type genus of the Nymphalidae: mourning cloak butterflies
-02275560 05 n 04 mourning_cloak 0 mourning_cloak_butterfly 0 Camberwell_beauty 0 Nymphalis_antiopa 0 002 @ 02274822 n 0000 #m 02275372 n 0000 | of temperate regions; having dark purple wings with yellow borders
-02275773 05 n 02 tortoiseshell 2 tortoiseshell_butterfly 0 002 @ 02274822 n 0000 #m 02275372 n 0000 | brilliantly colored; larvae feed on nettles
-02275921 05 n 02 Vanessa 0 genus_Vanessa 0 004 @ 01762525 n 0000 #m 02274516 n 0000 %m 02276078 n 0000 %m 02276355 n 0000 | painted beauty and red admiral
-02276078 05 n 02 painted_beauty 0 Vanessa_virginiensis 0 002 @ 02274822 n 0000 #m 02275921 n 0000 | American butterfly having dark brown wings with white and golden orange spots
-02276258 05 n 01 admiral 0 001 @ 02274822 n 0000 | any of several brightly colored butterflies
-02276355 05 n 02 red_admiral 0 Vanessa_atalanta 0 002 @ 02274822 n 0000 #m 02275921 n 0000 | of temperate Europe and Asia; having black wings with red and white markings
-02276527 05 n 02 Limenitis 0 genus_Limenitis 0 006 @ 01762525 n 0000 #m 02274516 n 0000 %m 02276749 n 0000 %m 02276902 n 0000 %m 02277094 n 0000 %m 02277268 n 0000 | mainly dark northern butterflies with white wing bars
-02276749 05 n 02 white_admiral 1 Limenitis_camilla 0 002 @ 02274822 n 0000 #m 02276527 n 0000 | Eurasian butterfly with brown wings and white markings
-02276902 05 n 03 banded_purple 0 white_admiral 2 Limenitis_arthemis 0 002 @ 02274822 n 0000 #m 02276527 n 0000 | North American butterfly with blue-black wings crossed by a broad white band
-02277094 05 n 02 red-spotted_purple 0 Limenitis_astyanax 0 002 @ 02274822 n 0000 #m 02276527 n 0000 | similar to the banded purple but with red spots on underwing surfaces
-02277268 05 n 02 viceroy 0 Limenitis_archippus 0 002 @ 02274822 n 0000 #m 02276527 n 0000 | showy American butterfly resembling the monarch but smaller
-02277422 05 n 01 anglewing 0 001 @ 02274822 n 0000 | nymphalid butterfly having angular notches on the outer edges of the forewings
-02277556 05 n 02 Satyridae 0 family_Satyridae 0 003 @ 01759182 n 0000 #m 02273545 n 0000 %m 02277742 n 0000 | a widely distributed family of butterflies common near the edges of woods
-02277742 05 n 02 ringlet 0 ringlet_butterfly 0 002 @ 02274259 n 0000 #m 02277556 n 0000 | any of various butterflies belonging to the family Satyridae
-02277895 05 n 02 Polygonia 0 genus_Polygonia 0 003 @ 01762525 n 0000 #m 02274516 n 0000 %m 02278024 n 0000 | comma butterflies
-02278024 05 n 03 comma 0 comma_butterfly 0 Polygonia_comma 0 002 @ 02274822 n 0000 #m 02277895 n 0000 | anglewing butterfly with a comma-shaped mark on the underside of each hind wing
-02278210 05 n 01 fritillary 0 002 @ 02274822 n 0000 ~ 02278463 n 0000 | butterfly with brownish wings marked with black and silver
-02278343 05 n 02 Spyeria 0 genus_Spyeria 0 003 @ 01762525 n 0000 #m 02274516 n 0000 %m 02278463 n 0000 | fritillaries
-02278463 05 n 01 silverspot 0 002 @ 02278210 n 0000 #m 02278343 n 0000 | butterfly with silver spots on the underside of the hind wings
-02278601 05 n 02 Argynnis 0 genus_Argynnis 0 002 @ 01762525 n 0000 #m 02274516 n 0000 | fritillaries
-02278704 05 n 02 Apatura 0 genus_Apatura 0 003 @ 01762525 n 0000 #m 02274516 n 0000 %m 02278839 n 0000 | large Old World butterflies
-02278839 05 n 02 emperor_butterfly 0 emperor 1 003 @ 02274822 n 0000 #m 02278704 n 0000 ~ 02278980 n 0000 | large richly colored butterfly
-02278980 05 n 02 purple_emperor 0 Apatura_iris 0 001 @ 02278839 n 0000 | large European butterfly the male of which has wings shaded with purple
-02279127 05 n 02 Inachis 0 genus_Inachis 0 003 @ 01762525 n 0000 #m 02274516 n 0000 %m 02279257 n 0000 | a genus of Nymphalidae
-02279257 05 n 03 peacock 2 peacock_butterfly 0 Inachis_io 0 002 @ 02274822 n 0000 #m 02279127 n 0000 | European butterfly having reddish-brown wings each marked with a purple eyespot
-02279442 05 n 02 Danaidae 0 family_Danaidae 0 004 @ 01759182 n 0000 #m 02273545 n 0000 %m 02279637 n 0000 %m 02279819 n 0000 | small family of usually tropical butterflies: monarch butterflies
-02279637 05 n 02 danaid 0 danaid_butterfly 0 003 @ 02274259 n 0000 #m 02279442 n 0000 ~ 02279972 n 0000 | large tropical butterfly with degenerate forelegs and an unpleasant taste
-02279819 05 n 02 Danaus 0 genus_Danaus 0 003 @ 01762525 n 0000 #m 02279442 n 0000 %m 02279972 n 0000 | type genus of the Danaidae: monarch butterflies
-02279972 05 n 04 monarch 0 monarch_butterfly 0 milkweed_butterfly 0 Danaus_plexippus 0 002 @ 02279637 n 0000 #m 02279819 n 0000 | large migratory American butterfly having deep orange wings with black and white markings; the larvae feed on milkweed
-02280223 05 n 02 Pieridae 0 family_Pieridae 0 006 @ 01759182 n 0000 #m 02273545 n 0000 %m 02280458 n 0000 %m 02280649 n 0000 %m 02280845 n 0000 %m 02281406 n 0000 | arthropod family including cabbage butterflies; sulphur butterflies
-02280458 05 n 02 pierid 0 pierid_butterfly 0 003 @ 02274259 n 0000 #m 02280223 n 0000 ~ 02280649 n 0000 | any of numerous pale-colored butterflies having three pairs of well-developed legs
-02280649 05 n 01 cabbage_butterfly 0 005 @ 02280458 n 0000 #m 02280223 n 0000 ~ 02281015 n 0000 ~ 02281136 n 0000 ~ 02281267 n 0000 | white butterfly whose larvae (cabbageworms) feed on cabbage
-02280845 05 n 02 Pieris 0 genus_Pieris 0 005 @ 01762525 n 0000 #m 02280223 n 0000 %m 02281015 n 0000 %m 02281136 n 0000 %m 02310585 n 0000 | type genus of the Pieridae
-02281015 05 n 02 small_white 0 Pieris_rapae 1 002 @ 02280649 n 0000 #m 02280845 n 0000 | small widely distributed form
-02281136 05 n 02 large_white 0 Pieris_brassicae 0 002 @ 02280649 n 0000 #m 02280845 n 0000 | Old World form of cabbage butterfly
-02281267 05 n 02 southern_cabbage_butterfly 0 Pieris_protodice 0 001 @ 02280649 n 0000 | common North American form of cabbage butterfly
-02281406 05 n 02 sulphur_butterfly 0 sulfur_butterfly 0 002 @ 02274259 n 0000 #m 02280223 n 0000 | any of numerous yellow or orange butterflies
-02281552 05 n 02 Lycaenidae 0 family_Lycaenidae 0 005 @ 01759182 n 0000 #m 02273545 n 0000 %m 02281787 n 0000 %m 02281987 n 0000 %m 02282716 n 0000 | family of small usually brilliantly colored butterflies; males have short forelegs
-02281787 05 n 02 lycaenid 0 lycaenid_butterfly 0 005 @ 02274259 n 0000 #m 02281552 n 0000 ~ 02282257 n 0000 ~ 02282385 n 0000 ~ 02282903 n 0000 | any of various butterflies of the family Lycaenidae
-02281987 05 n 02 Lycaena 0 genus_Lycaena 0 005 @ 01762525 n 0000 #m 02281552 n 0000 %m 02282257 n 0000 %m 02282385 n 0000 %m 02282553 n 0000 | type genus of the Lycaenidae; small slender butterflies with upper surface of wings usually metallic blue or green or copper
-02282257 05 n 01 blue 0 002 @ 02281787 n 0000 #m 02281987 n 0000 | any of numerous small butterflies of the family Lycaenidae
-02282385 05 n 01 copper 0 003 @ 02281787 n 0000 #m 02281987 n 0000 ~ 02282553 n 0000 | any of various small butterflies of the family Lycaenidae having coppery wings
-02282553 05 n 02 American_copper 0 Lycaena_hypophlaeas 0 002 @ 02282385 n 0000 #m 02281987 n 0000 | common copper butterfly of central and eastern North America
-02282716 05 n 02 Strymon 0 genus_Strymon 0 004 @ 01762525 n 0000 #m 02281552 n 0000 %m 02282903 n 0000 %m 02283077 n 0000 | large and widely distributed genus of hairstreak butterflies
-02282903 05 n 02 hairstreak 0 hairstreak_butterfly 0 003 @ 02281787 n 0000 #m 02282716 n 0000 ~ 02283077 n 0000 | small butterflies having striped markings under the wings
-02283077 05 n 01 Strymon_melinus 0 002 @ 02282903 n 0000 #m 02282716 n 0000 | larvae are pests of various economic plants
-02283201 05 n 01 moth 0 016 @ 02274024 n 0000 + 02458408 a 0101 ~ 02283617 n 0000 ~ 02283951 n 0000 ~ 02285548 n 0000 ~ 02287004 n 0000 ~ 02288789 n 0000 ~ 02291220 n 0000 ~ 02293352 n 0000 ~ 02295064 n 0000 ~ 02298541 n 0000 ~ 02300173 n 0000 ~ 02301452 n 0000 ~ 02305407 n 0000 ~ 02306433 n 0000 ~ 02307176 n 0000 | typically crepuscular or nocturnal insect having a stout body and feathery or hairlike antennae
-02283617 05 n 02 moth_miller 0 miller 0 001 @ 02283201 n 0000 | any of various moths that have powdery wings
-02283728 05 n 02 Tortricidae 0 family_Tortricidae 0 007 @ 01759182 n 0000 #m 02273545 n 0000 %m 02283951 n 0000 %m 02284367 n 0000 %m 02284513 n 0000 %m 02284771 n 0000 %m 02285052 n 0000 | leaf rollers and codling moths
-02283951 05 n 02 tortricid 0 tortricid_moth 0 006 @ 02283201 n 0000 #m 02283728 n 0000 ~ 02284224 n 0000 ~ 02284611 n 0000 ~ 02284884 n 0000 ~ 02285179 n 0000 | any of numerous small moths having lightly fringed wings; larvae are leaf rollers or live in fruits and galls
-02284224 05 n 02 leaf_roller 0 leaf-roller 0 001 @ 02283951 n 0000 | moth whose larvae form nests by rolling and tying leaves with spun silk
-02284367 05 n 01 genus_Tortrix 0 004 @ 01762525 n 0000 #m 02283728 n 0000 %m 02284611 n 0000 %m 02284884 n 0000 | type genus of the Tortricidae
-02284513 05 n 02 Homona 0 genus_Homona 0 002 @ 01762525 n 0000 #m 02283728 n 0000 | tea tortrix
-02284611 05 n 03 tea_tortrix 0 tortrix 1 Homona_coffearia 0 002 @ 02283951 n 0000 #m 02284367 n 0000 | small Indian moth infesting e.g. tea and coffee plants
-02284771 05 n 02 Argyrotaenia 0 genus_Argyrotaenia 0 002 @ 01762525 n 0000 #m 02283728 n 0000 | orange tortrix
-02284884 05 n 03 orange_tortrix 0 tortrix 2 Argyrotaenia_citrana 0 002 @ 02283951 n 0000 #m 02284367 n 0000 | California moth whose larvae live in especially oranges
-02285052 05 n 02 Carpocapsa 0 genus_Carpocapsa 0 003 @ 01762525 n 0000 #m 02283728 n 0000 %m 02285179 n 0000 | codling moths
-02285179 05 n 03 codling_moth 0 codlin_moth 0 Carpocapsa_pomonella 0 002 @ 02283951 n 0000 #m 02285052 n 0000 | a small grey moth whose larvae live in apples and English walnuts
-02285359 05 n 02 Lymantriidae 0 family_Lymantriidae 0 006 @ 01759182 n 0000 #m 02273545 n 0000 %m 02285548 n 0000 %m 02285801 n 0000 %m 02285909 n 0000 %m 02286271 n 0000 | tussock moths
-02285548 05 n 02 lymantriid 0 tussock_moth 0 005 @ 02283201 n 0000 #m 02285359 n 0000 ~ 02286089 n 0000 ~ 02286425 n 0000 ~ 02286654 n 0000 | dull-colored moth whose larvae have tufts of hair on the body and feed on the leaves of many deciduous trees
-02285801 05 n 01 tussock_caterpillar 0 002 @ 02309337 n 0000 #m 02285359 n 0000 | larva of a tussock moth
-02285909 05 n 02 Lymantria 0 genus_Lymantria 0 003 @ 01762525 n 0000 #m 02285359 n 0000 %m 02286089 n 0000 | type genus of the Lymantriidae; a pest (Lymantria means `destroyer')
-02286089 05 n 03 gypsy_moth 0 gipsy_moth 0 Lymantria_dispar 0 002 @ 02285548 n 0000 #m 02285909 n 0000 | European moth introduced into North America; a serious pest of shade trees
-02286271 05 n 02 Euproctis 0 genus_Euproctis 0 004 @ 01762525 n 0000 #m 02285359 n 0000 %m 02286425 n 0000 %m 02286654 n 0000 | a genus of Lymantriidae
-02286425 05 n 03 browntail 0 brown-tail_moth 0 Euproctis_phaeorrhoea 0 002 @ 02285548 n 0000 #m 02286271 n 0000 | small brown and white European moth introduced into eastern United States; pest of various shade and fruit trees
-02286654 05 n 02 gold-tail_moth 0 Euproctis_chrysorrhoea 0 002 @ 02285548 n 0000 #m 02286271 n 0000 | white furry-bodied European moth with a yellow tail tuft
-02286815 05 n 02 Geometridae 0 family_Geometridae 0 006 @ 01759182 n 0000 #m 02273545 n 0000 %m 02287004 n 0000 %m 02287204 n 0000 %m 02287476 n 0000 %m 02287799 n 0000 | measuring worms
-02287004 05 n 02 geometrid 0 geometrid_moth 0 004 @ 02283201 n 0000 #m 02286815 n 0000 ~ 02287352 n 0000 ~ 02287622 n 0000 | slender-bodied broad-winged moth whose larvae are called measuring worms
-02287204 05 n 02 Paleacrita 0 genus_Paleacrita 0 004 @ 01762525 n 0000 #m 02286815 n 0000 %m 02287352 n 0000 %m 02287987 n 0000 | geometrid moths
-02287352 05 n 01 Paleacrita_vernata 0 002 @ 02287004 n 0000 #m 02287204 n 0000 | moth whose larvae are spring cankerworms
-02287476 05 n 02 Alsophila 0 genus_Alsophila 0 004 @ 01762525 n 0000 #m 02286815 n 0000 %m 02287622 n 0000 %m 02288122 n 0000 | geometrid moths
-02287622 05 n 01 Alsophila_pometaria 0 002 @ 02287004 n 0000 #m 02287476 n 0000 | North American moth with grey-winged males and wingless females; larvae are fall cankerworms
-02287799 05 n 01 cankerworm 0 004 @ 02309337 n 0000 #m 02286815 n 0000 ~ 02287987 n 0000 ~ 02288122 n 0000 | green caterpillar of a geometrid moth; pest of various fruit and shade trees
-02287987 05 n 01 spring_cankerworm 2 002 @ 02287799 n 0000 #m 02287204 n 0000 | variably colored looper; larva of Paleacrita vernata
-02288122 05 n 01 fall_cankerworm 2 002 @ 02287799 n 0000 #m 02287476 n 0000 | green or brown white-striped looper; larva of Alsophila pometaria
-02288268 05 n 03 measuring_worm 0 inchworm 0 looper 0 001 @ 02309337 n 0000 | small hairless caterpillar having legs on only its front and rear segments; mostly larvae of moths of the family Geometridae
-02288473 05 n 04 Pyralidae 0 family_Pyralidae 0 Pyralididae 0 family_Pyralididae 0 010 @ 01759182 n 0000 #m 02273545 n 0000 %m 02288789 n 0000 %m 02289061 n 0000 %m 02289177 n 0000 %m 02289466 n 0000 %m 02289845 n 0000 %m 02290153 n 0000 %m 02290521 n 0000 %m 02309841 n 0000 | bee moths; corn borers; flour moths
-02288789 05 n 02 pyralid 0 pyralid_moth 0 008 @ 02283201 n 0000 #m 02288473 n 0000 ~ 02289307 n 0000 ~ 02289610 n 0000 ~ 02289988 n 0000 ~ 02290340 n 0000 ~ 02290664 n 0000 ~ 02290870 n 0000 | usually tropical slender-bodied long-legged moth whose larvae are crop pests
-02289061 05 n 02 Pyralis 0 genus_Pyralis 0 002 @ 01762525 n 0000 #m 02288473 n 0000 | type genus of the Pyralidae
-02289177 05 n 02 Galleria 0 genus_Galleria 0 003 @ 01762525 n 0000 #m 02288473 n 0000 %m 02289307 n 0000 | a genus of Pyralidae
-02289307 05 n 03 bee_moth 0 wax_moth 0 Galleria_mellonella 0 002 @ 02288789 n 0000 #m 02289177 n 0000 | moth whose larvae live in and feed on bee honeycombs
-02289466 05 n 02 Pyrausta 0 genus_Pyrausta 0 003 @ 01762525 n 0000 #m 02288473 n 0000 %m 02289610 n 0000 | moths whose larvae are corn borers
-02289610 05 n 04 corn_borer 1 European_corn_borer_moth 0 corn_borer_moth 0 Pyrausta_nubilalis 1 002 @ 02288789 n 0000 #m 02289466 n 0000 | native to Europe; in America the larvae bore into the stem and crown of corn and other plants
-02289845 05 n 02 Anagasta 0 genus_Anagasta 0 003 @ 01762525 n 0000 #m 02288473 n 0000 %m 02289988 n 0000 | moth whose larvae are flour moths
-02289988 05 n 02 Mediterranean_flour_moth 0 Anagasta_kuehniella 0 002 @ 02288789 n 0000 #m 02289845 n 0000 | small moth whose larvae damage stored grain and flour
-02290153 05 n 02 Ephestia 0 genus_Ephestia 0 003 @ 01762525 n 0000 #m 02288473 n 0000 %m 02290340 n 0000 | small moths whose larvae spin silken tunnels and feed on stored food products
-02290340 05 n 03 tobacco_moth 0 cacao_moth 0 Ephestia_elutella 0 002 @ 02288789 n 0000 #m 02290153 n 0000 | small moth whose larvae feed on tobacco and other dried plant products
-02290521 05 n 02 Cadra 0 genus_Cadra 0 004 @ 01762525 n 0000 #m 02288473 n 0000 %m 02290664 n 0000 %m 02290870 n 0000 | a genus of Pyralidae
-02290664 05 n 03 almond_moth 0 fig_moth 0 Cadra_cautella 0 002 @ 02288789 n 0000 #m 02290521 n 0000 | a moth whose larvae feed on and mat together with webbing various stored products of vegetable origin
-02290870 05 n 02 raisin_moth 0 Cadra_figulilella 0 002 @ 02288789 n 0000 #m 02290521 n 0000 | moth whose larvae attack dried fruits and cereal products
-02291024 05 n 02 Tineoidea 0 superfamily_Tineoidea 0 005 @ 01759182 n 0000 #m 02273545 n 0000 %m 02291220 n 0000 %m 02291391 n 0000 %m 02292850 n 0000 | clothes moths; carpet moths; leaf miners
-02291220 05 n 02 tineoid 0 tineoid_moth 0 004 @ 02283201 n 0000 #m 02291024 n 0000 ~ 02291572 n 0000 ~ 02292980 n 0000 | small dull-colored moth with chewing mouthparts
-02291391 05 n 02 Tineidae 0 family_Tineidae 0 006 @ 01759182 n 0000 #m 02291024 n 0000 %m 02291572 n 0000 %m 02291940 n 0000 %m 02292272 n 0000 %m 02292564 n 0000 | clothes moths
-02291572 05 n 02 tineid 0 tineid_moth 0 004 @ 02291220 n 0000 #m 02291391 n 0000 ~ 02291748 n 0000 ~ 02292692 n 0000 | small yellowish moths whose larvae feed on wool or fur
-02291748 05 n 01 clothes_moth 0 003 @ 02291572 n 0000 ~ 02292085 n 0000 ~ 02292401 n 0000 | any of several small yellowish or buff-colored moths whose larvae eat organic matter e.g. woolens
-02291940 05 n 02 Tinea 0 genus_Tinea 0 003 @ 01762525 n 0000 #m 02291391 n 0000 %m 02292085 n 0000 | type genus of the Tineidae: clothes moths
-02292085 05 n 02 casemaking_clothes_moth 0 Tinea_pellionella 0 002 @ 02291748 n 0000 #m 02291940 n 0000 | the larvae live in tubes of its food material fastened with silk that it spins
-02292272 05 n 02 Tineola 0 genus_Tineola 0 003 @ 01762525 n 0000 #m 02291391 n 0000 %m 02292401 n 0000 | webbing clothes moths
-02292401 05 n 03 webbing_clothes_moth 0 webbing_moth 0 Tineola_bisselliella 0 002 @ 02291748 n 0000 #m 02292272 n 0000 | moth that forms a web in which it lives
-02292564 05 n 02 Trichophaga 0 genus_Trichophaga 0 003 @ 01762525 n 0000 #m 02291391 n 0000 %m 02292692 n 0000 | carpet moths
-02292692 05 n 03 carpet_moth 0 tapestry_moth 0 Trichophaga_tapetzella 0 002 @ 02291572 n 0000 #m 02292564 n 0000 | larvae feed on carpets and other woolens
-02292850 05 n 03 Gracilariidae 0 Gracillariidae 0 family_Gracilariidae 0 002 @ 01759182 n 0000 #m 02291024 n 0000 | leaf miners
-02292980 05 n 02 gracilariid 0 gracilariid_moth 0 001 @ 02291220 n 0000 | small dull or metallic-colored tineoid moths whose larvae mine in plant leaves
-02293135 05 n 02 Gelechiidae 0 family_Gelechiidae 0 007 @ 01759182 n 0000 #m 02273545 n 0000 %m 02293352 n 0000 %m 02293560 n 0000 %m 02293974 n 0000 %m 02294279 n 0000 %m 02310149 n 0000 | important economic pests
-02293352 05 n 02 gelechiid 0 gelechiid_moth 0 005 @ 02283201 n 0000 #m 02293135 n 0000 ~ 02293715 n 0000 ~ 02293868 n 0000 ~ 02294407 n 0000 | small slender-winged moths whose larvae are agricultural pests
-02293560 05 n 02 Gelechia 0 genus_Gelechia 0 003 @ 01762525 n 0000 #m 02293135 n 0000 %m 02293715 n 0000 | type genus of the Gelechiidae: pink bollworms
-02293715 05 n 01 Gelechia_gossypiella 1 002 @ 02293352 n 0000 #m 02293560 n 0000 | small brown moth whose larvae bore into flowers and bolls of cotton
-02293868 05 n 01 grain_moth 0 002 @ 02293352 n 0000 ~ 02294097 n 0000 | moth whose larvae feed on grain
-02293974 05 n 02 Sitotroga 0 genus_Sitotroga 0 003 @ 01762525 n 0000 #m 02293135 n 0000 %m 02294097 n 0000 | grain moths
-02294097 05 n 03 angoumois_moth 0 angoumois_grain_moth 0 Sitotroga_cerealella 0 002 @ 02293868 n 0000 #m 02293974 n 0000 | small moth whose larvae feed on kernels of stored grains
-02294279 05 n 02 Phthorimaea 0 genus_Phthorimaea 0 003 @ 01762525 n 0000 #m 02293135 n 0000 %m 02294577 n 0000 | potato moths
-02294407 05 n 04 potato_moth 0 potato_tuber_moth 0 splitworm 0 Phthorimaea_operculella 1 001 @ 02293352 n 0000 | greyish-brown moth whose larva is the potato tuberworm
-02294577 05 n 02 potato_tuberworm 0 Phthorimaea_operculella 2 002 @ 02309337 n 0000 #m 02294279 n 0000 | larva of potato moth; mines in leaves and stems of e.g. potatoes and tobacco
-02294761 05 n 02 Noctuidae 0 family_Noctuidae 0 012 @ 01759182 n 0000 #m 02273545 n 0000 %m 02295064 n 0000 %m 02295390 n 0000 %m 02295570 n 0000 %m 02295717 n 0000 %m 02296150 n 0000 %m 02296480 n 0000 %m 02296756 n 0000 %m 02297127 n 0000 %m 02297635 n 0000 %m 02310334 n 0000 | cutworms; armyworms
-02295064 05 n 03 noctuid_moth 0 noctuid 0 owlet_moth 0 008 @ 02283201 n 0000 #m 02294761 n 0000 ~ 02295870 n 0000 ~ 02296276 n 0000 ~ 02296612 n 0000 ~ 02297294 n 0000 ~ 02297819 n 0000 ~ 02298095 n 0000 | usually dull-colored medium-sized nocturnal moth; the usually smooth-bodied larvae are destructive agricultural pests
-02295390 05 n 01 cutworm 0 003 @ 02309337 n 0000 #m 02294761 n 0000 ~ 02296912 n 0000 | North American moth whose larvae feed on young plant stems cutting them off at the ground
-02295570 05 n 02 Noctua 0 genus_Noctua 0 002 @ 01762525 n 0000 #m 02294761 n 0000 | type genus of the Noctuidae: moths whose larvae are cutworms
-02295717 05 n 02 Catacala 0 genus_Catacala 0 003 @ 01762525 n 0000 #m 02294761 n 0000 %m 02295870 n 0000 | moths whose larvae are cutworms: underwings
-02295870 05 n 01 underwing 0 003 @ 02295064 n 0000 #m 02295717 n 0000 ~ 02296021 n 0000 | moth having dull forewings and brightly colored hind wings
-02296021 05 n 02 red_underwing 0 Catocala_nupta 0 001 @ 02295870 n 0000 | moth having dull forewings and red-marked hind wings
-02296150 05 n 02 Cerapteryx 0 genus_Cerapteryx 0 003 @ 01762525 n 0000 #m 02294761 n 0000 %m 02296276 n 0000 | antler moths
-02296276 05 n 02 antler_moth 0 Cerapteryx_graminis 0 002 @ 02295064 n 0000 #m 02296150 n 0000 | European moth with white antler-like markings on the forewings; the larvae damage pastures and grasslands
-02296480 05 n 02 Heliothis 0 genus_Heliothis 0 003 @ 01762525 n 0000 #m 02294761 n 0000 %m 02296612 n 0000 | a genus of Noctuidae
-02296612 05 n 02 heliothis_moth 0 Heliothis_zia 1 002 @ 02295064 n 0000 #m 02296480 n 0000 | medium-sized moth whose larvae are corn earworms
-02296756 05 n 02 Chorizagrotis 0 genus_Chorizagrotis 0 003 @ 01762525 n 0000 #m 02294761 n 0000 %m 02296912 n 0000 | moths whose larvae are army cutworms
-02296912 05 n 02 army_cutworm 0 Chorizagrotis_auxiliaris 2 002 @ 02295390 n 0000 #m 02296756 n 0000 | larvae (of a noctuid moth) that travel in large groups and destroy grains and alfalfa in the midwestern states
-02297127 05 n 02 Pseudaletia 0 genus_Pseudaletia 0 004 @ 01762525 n 0000 #m 02294761 n 0000 %m 02297294 n 0000 %m 02297442 n 0000 | moths whose larvae are armyworms
-02297294 05 n 02 armyworm 1 Pseudaletia_unipuncta 1 002 @ 02295064 n 0000 #m 02297127 n 0000 | moth whose destructive larvae travel in multitudes
-02297442 05 n 03 armyworm 2 army_worm 0 Pseudaletia_unipuncta 2 002 @ 02309337 n 0000 #m 02297127 n 0000 | noctuid moth larvae that travel in multitudes destroying especially grass and grain
-02297635 05 n 02 Spodoptera 0 genus_Spodoptera 0 005 @ 01762525 n 0000 #m 02294761 n 0000 %m 02297819 n 0000 %m 02297938 n 0000 %m 02298095 n 0000 | moths whose larvae are armyworms
-02297819 05 n 01 Spodoptera_exigua 1 002 @ 02295064 n 0000 #m 02297635 n 0000 | moth whose larvae are beet armyworms
-02297938 05 n 02 beet_armyworm 0 Spodoptera_exigua 2 002 @ 02309337 n 0000 #m 02297635 n 0000 | moth larva that eats foliage of beets and other vegetables
-02298095 05 n 01 Spodoptera_frugiperda 1 002 @ 02295064 n 0000 #m 02297635 n 0000 | moth whose larvae are fall armyworms
-02298218 05 n 02 fall_armyworm 0 Spodoptera_frugiperda 0 001 @ 02309337 n 0000 | larva of a migratory American noctuid moth; destroys grasses and small grains
-02298379 05 n 02 Sphingidae 0 family_Sphingidae 0 005 @ 01759182 n 0000 #m 02273545 n 0000 %m 02298541 n 0000 %m 02298833 n 0000 %m 02299715 n 0000 | hawkmoths
-02298541 05 n 05 hawkmoth 0 hawk_moth 0 sphingid 0 sphinx_moth 0 hummingbird_moth 0 005 @ 02283201 n 0000 #m 02298379 n 0000 ~ 02299039 n 0000 ~ 02299378 n 0000 ~ 02299846 n 0000 | any of various moths with long narrow forewings capable of powerful flight and hovering over flowers to feed
-02298833 05 n 02 Manduca 0 genus_Manduca 0 005 @ 01762525 n 0000 #m 02298379 n 0000 %m 02299039 n 0000 %m 02299157 n 0000 %m 02299378 n 0000 | moths whose larvae are tobacco hornworms or tomato hornworms
-02299039 05 n 01 Manduca_sexta 1 002 @ 02298541 n 0000 #m 02298833 n 0000 | moth whose larvae are tobacco hornworms
-02299157 05 n 03 tobacco_hornworm 0 tomato_worm 0 Manduca_sexta 2 002 @ 02309337 n 0000 #m 02298833 n 0000 | large green white-striped hawkmoth larva that feeds on tobacco and related plants; similar to tomato hornworm
-02299378 05 n 01 Manduca_quinquemaculata 1 002 @ 02298541 n 0000 #m 02298833 n 0000 | moth whose larvae are tomato hornworms
-02299505 05 n 03 tomato_hornworm 0 potato_worm 0 Manduca_quinquemaculata 2 001 @ 02309337 n 0000 | large green white-striped hawkmoth larva that feeds on tomato and potato plants; similar to tobacco hornworm
-02299715 05 n 02 Acherontia 0 genus_Acherontia 0 003 @ 01762525 n 0000 #m 02298379 n 0000 %m 02299846 n 0000 | death's-head moth
-02299846 05 n 02 death's-head_moth 0 Acherontia_atropos 0 002 @ 02298541 n 0000 #m 02299715 n 0000 | European hawkmoth with markings on the back resembling a human skull
-02300018 05 n 02 Bombycidae 0 family_Bombycidae 0 004 @ 01759182 n 0000 #m 02273545 n 0000 %m 02300173 n 0000 %m 02300378 n 0000 | Chinese silkworm moth
-02300173 05 n 03 bombycid 0 bombycid_moth 0 silkworm_moth 1 003 @ 02283201 n 0000 #m 02300018 n 0000 ~ 02300554 n 0000 | moderate-sized Asiatic moth whose larvae feed on mulberry leaves and produce silk
-02300378 05 n 02 Bombyx 0 genus_Bombyx 0 004 @ 01762525 n 0000 #m 02300018 n 0000 %m 02300554 n 0000 %m 02300797 n 0000 | type genus of the Bombycidae: Chinese silkworm moth
-02300554 05 n 03 domestic_silkworm_moth 0 domesticated_silkworm_moth 0 Bombyx_mori 0 002 @ 02300173 n 0000 #m 02300378 n 0000 | stocky creamy-white Asiatic moth found almost entirely under human care; the source of most of the silk commerce
-02300797 05 n 01 silkworm 1 003 @ 02309337 n 0000 #m 02300378 n 0000 %p 02468178 n 0000 | the commercially bred hairless white caterpillar of the domestic silkworm moth which spins a cocoon that can be processed to yield silk fiber; the principal source of commercial silk
-02301072 05 n 02 Saturniidae 0 family_Saturniidae 0 012 @ 01759182 n 0000 #m 02273545 n 0000 %m 02301452 n 0000 %m 02301782 n 0000 %m 02302124 n 0000 %m 02302620 n 0000 %m 02302853 n 0000 %m 02303167 n 0000 %m 02303448 n 0000 %m 02303917 n 0000 %m 02304229 n 0000 %m 02304967 n 0000 | important and widely distributed family of moths including some of the largest insects known
-02301452 05 n 02 saturniid 0 saturniid_moth 0 011 @ 02283201 n 0000 #m 02301072 n 0000 ~ 02301935 n 0000 ~ 02302244 n 0000 ~ 02302459 n 0000 ~ 02302969 n 0000 ~ 02303284 n 0000 ~ 02304036 n 0000 ~ 02304432 n 0000 ~ 02304657 n 0000 ~ 02304797 n 0000 | large brightly colored and usually tropical moth; larvae spin silken cocoons
-02301782 05 n 02 Saturnia 0 genus_Saturnia 0 003 @ 01762525 n 0000 #m 02301072 n 0000 %m 02301935 n 0000 | type genus of the Saturniidae: emperor moth
-02301935 05 n 03 emperor 2 emperor_moth 0 Saturnia_pavonia 0 002 @ 02301452 n 0000 #m 02301782 n 0000 | large moth of temperate forests of Eurasia having heavily scaled transparent wings
-02302124 05 n 02 Eacles 0 genus_Eacles 0 003 @ 01762525 n 0000 #m 02301072 n 0000 %m 02302244 n 0000 | imperial moths
-02302244 05 n 02 imperial_moth 0 Eacles_imperialis 0 002 @ 02301452 n 0000 #m 02302124 n 0000 | large American moth having yellow wings with purplish or brownish markings; larvae feed on e.g. maple and pine trees
-02302459 05 n 02 giant_silkworm_moth 0 silkworm_moth 2 003 @ 02301452 n 0000 ~ 02303585 n 0000 ~ 02305085 n 0000 | any silkworm moth of the family Saturniidae
-02302620 05 n 03 silkworm 2 giant_silkworm 0 wild_wilkworm 0 004 @ 02309337 n 0000 #m 02301072 n 0000 ~ 02303777 n 0000 %p 02468178 n 0000 | larva of a saturniid moth; spins a large amount of strong silk in constructing its cocoon
-02302853 05 n 02 Actias 0 genus_Actias 0 003 @ 01762525 n 0000 #m 02301072 n 0000 %m 02302969 n 0000 | luna moths
-02302969 05 n 02 luna_moth 0 Actias_luna 0 002 @ 02301452 n 0000 #m 02302853 n 0000 | large pale-green American moth with long-tailed hind wings and a yellow crescent-shaped mark on each forewing
-02303167 05 n 02 Hyalophora 0 genus_Hyalophora 0 002 @ 01762525 n 0000 #m 02301072 n 0000 | American silkworm moth
-02303284 05 n 03 cecropia 0 cecropia_moth 0 Hyalophora_cecropia 0 001 @ 02301452 n 0000 | North American silkworm moth; larvae feed on the leaves of forest trees
-02303448 05 n 02 Samia 0 genus_Samia 0 004 @ 01762525 n 0000 #m 02301072 n 0000 %m 02303585 n 0000 %m 02303777 n 0000 | silkworm moths
-02303585 05 n 03 cynthia_moth 0 Samia_cynthia 1 Samia_walkeri 0 002 @ 02302459 n 0000 #m 02303448 n 0000 | large Asiatic moth introduced into the United States; larvae feed on the ailanthus
-02303777 05 n 02 ailanthus_silkworm 0 Samia_cynthia 2 002 @ 02302620 n 0000 #m 02303448 n 0000 | large green silkworm of the cynthia moth
-02303917 05 n 02 Automeris 0 genus_Automeris 0 003 @ 01762525 n 0000 #m 02301072 n 0000 %m 02304036 n 0000 | io moth
-02304036 05 n 02 io_moth 0 Automeris_io 0 002 @ 02301452 n 0000 #m 02303917 n 0000 | large yellow American moth having a large eyelike spot on each hind wing; the larvae have stinging spines
-02304229 05 n 02 Antheraea 0 genus_Antheraea 0 005 @ 01762525 n 0000 #m 02301072 n 0000 %m 02304432 n 0000 %m 02304657 n 0000 %m 02304797 n 0000 | large moths whose larvae produce silk of high quality
-02304432 05 n 02 polyphemus_moth 0 Antheraea_polyphemus 0 002 @ 02301452 n 0000 #m 02304229 n 0000 | very large yellowish-brown American silkworm moth with large eyespots on hind wings; larvae feed on fruit and shade trees
-02304657 05 n 02 pernyi_moth 0 Antheraea_pernyi 0 002 @ 02301452 n 0000 #m 02304229 n 0000 | a Chinese moth that produces a brownish silk
-02304797 05 n 06 tussah 0 tusseh 0 tussur 0 tussore 0 tusser 0 Antheraea_mylitta 0 002 @ 02301452 n 0000 #m 02304229 n 0000 | oriental moth that produces brownish silk
-02304967 05 n 02 Atticus 0 genus_Atticus 0 003 @ 01762525 n 0000 #m 02301072 n 0000 %m 02305085 n 0000 | atlas moth
-02305085 05 n 02 atlas_moth 0 Atticus_atlas 0 002 @ 02302459 n 0000 #m 02304967 n 0000 | giant saturniid moth widespread in Asia; sometimes cultured for silk
-02305245 05 n 02 Arctiidae 0 family_Arctiidae 0 005 @ 01759182 n 0000 #m 02273545 n 0000 %m 02305407 n 0000 %m 02305799 n 0000 %m 02310941 n 0000 | tiger moths
-02305407 05 n 02 arctiid 0 arctiid_moth 0 004 @ 02283201 n 0000 #m 02305245 n 0000 ~ 02305636 n 0000 ~ 02305929 n 0000 | stout-bodied broad-winged moth with conspicuously striped or spotted wings; larvae are hairy caterpillars
-02305636 05 n 01 tiger_moth 0 001 @ 02305407 n 0000 | medium-sized moth with long richly colored and intricately patterned wings; larvae are called woolly bears
-02305799 05 n 02 Callimorpha 0 genus_Callimorpha 0 003 @ 01762525 n 0000 #m 02305245 n 0000 %m 02305929 n 0000 | cinnabar moths
-02305929 05 n 03 cinnabar 0 cinnabar_moth 0 Callimorpha_jacobeae 0 002 @ 02305407 n 0000 #m 02305799 n 0000 | large red-and-black European moth; larvae feed on leaves of ragwort; introduced into United States to control ragwort
-02306159 05 n 02 Lasiocampidae 0 family_Lasiocampidae 0 009 @ 01759182 n 0000 #m 02273545 n 0000 %m 02306433 n 0000 %m 02306672 n 0000 %m 02307007 n 0000 %m 02308033 n 0000 %m 02308139 n 0000 %m 02308325 n 0000 %m 02308852 n 0000 | tent caterpillars; eggars; lappet moths
-02306433 05 n 02 lasiocampid 0 lasiocampid_moth 0 006 @ 02283201 n 0000 #m 02306159 n 0000 ~ 02306825 n 0000 ~ 02307515 n 0000 ~ 02307910 n 0000 ~ 02308471 n 0000 | medium-sized stout-bodied neutral-colored moths with comb-like antennae
-02306672 05 n 02 Lasiocampa 0 genus_Lasiocampa 0 003 @ 01762525 n 0000 #m 02306159 n 0000 %m 02306825 n 0000 | type genus of the Lasiocampidae: eggars
-02306825 05 n 02 eggar 0 egger 0 002 @ 02306433 n 0000 #m 02306672 n 0000 | moth having nonfunctional mouthparts as adults; larvae feed on tree foliage and spin egg-shaped cocoons
-02307007 05 n 02 Malacosoma 0 genus_Malacosoma 0 005 @ 01762525 n 0000 #m 02306159 n 0000 %m 02307176 n 0000 %m 02307325 n 0000 %m 02307515 n 0000 | tent caterpillars
-02307176 05 n 02 tent-caterpillar_moth 1 Malacosoma_americana 0 002 @ 02283201 n 0000 #m 02307007 n 0000 | moth whose larvae are tent caterpillars
-02307325 05 n 01 tent_caterpillar 0 003 @ 02309337 n 0000 #m 02307007 n 0000 ~ 02307681 n 0000 | the larvae of moths that build and live in communal silken webs in orchard and shade trees
-02307515 05 n 02 tent-caterpillar_moth 2 Malacosoma_disstria 1 002 @ 02306433 n 0000 #m 02307007 n 0000 | moth whose gregarious larvae spin webs resembling carpets
-02307681 05 n 02 forest_tent_caterpillar 0 Malacosoma_disstria 2 001 @ 02307325 n 0000 | larvae of a gregarious North American moth that spins a web resembling a carpet rather than a tent; serious defoliator of deciduous trees
-02307910 05 n 02 lappet 0 lappet_moth 0 001 @ 02306433 n 0000 | medium-sized hairy moths; larvae are lappet caterpillars
-02308033 05 n 01 lappet_caterpillar 0 002 @ 02309337 n 0000 #m 02306159 n 0000 | larva of a lappet moth
-02308139 05 n 01 webworm 0 004 @ 02309337 n 0000 #m 02306159 n 0000 ~ 02308735 n 0000 ~ 02309120 n 0000 | several gregarious moth larvae that spin webs over foliage on which they feed
-02308325 05 n 02 Hyphantria 0 genus_Hyphantria 0 004 @ 01762525 n 0000 #m 02306159 n 0000 %m 02308618 n 0000 %m 02308735 n 0000 | fall webworms
-02308471 05 n 01 webworm_moth 0 003 @ 02306433 n 0000 ~ 02308618 n 0000 ~ 02308998 n 0000 | a variety of moth that spins a web in which it lives
-02308618 05 n 01 Hyphantria_cunea 1 002 @ 02308471 n 0000 #m 02308325 n 0000 | moth whose larvae are fall webworms
-02308735 05 n 02 fall_webworm 0 Hyphantria_cunea 2 002 @ 02308139 n 0000 #m 02308325 n 0000 | a variety of webworm
-02308852 05 n 02 Loxostege 0 genus_Loxostege 0 004 @ 01762525 n 0000 #m 02306159 n 0000 %m 02308998 n 0000 %m 02309120 n 0000 | garden webworms
-02308998 05 n 01 Loxostege_similalis 1 002 @ 02308471 n 0000 #m 02308852 n 0000 | moth whose larvae are garden webworms
-02309120 05 n 02 garden_webworm 0 Loxostege_similalis 2 002 @ 02308139 n 0000 #m 02308852 n 0000 | a variety of webworm
-02309242 05 n 01 instar 0 001 @ 01767661 n 0000 | an insect or other arthropod between molts
-02309337 05 n 01 caterpillar 0 021 @ 02311060 n 0000 #m 02273545 n 0000 ~ 02285801 n 0000 ~ 02287799 n 0000 ~ 02288268 n 0000 ~ 02294577 n 0000 ~ 02295390 n 0000 ~ 02297442 n 0000 ~ 02297938 n 0000 ~ 02298218 n 0000 ~ 02299157 n 0000 ~ 02299505 n 0000 ~ 02300797 n 0000 ~ 02302620 n 0000 ~ 02307325 n 0000 ~ 02308033 n 0000 ~ 02308139 n 0000 ~ 02309841 n 0000 ~ 02310000 n 0000 ~ 02310585 n 0000 ~ 02310717 n 0000 | a wormlike and often brightly colored and hairy or spiny larva of a butterfly or moth
-02309841 05 n 02 corn_borer 2 Pyrausta_nubilalis 2 002 @ 02309337 n 0000 #m 02288473 n 0000 | larva of the European corn borer moth; a serious pest of maize
-02310000 05 n 01 bollworm 0 003 @ 02309337 n 0000 ~ 02310149 n 0000 ~ 02310334 n 0000 | any of various moth caterpillars that destroy cotton bolls
-02310149 05 n 02 pink_bollworm 0 Gelechia_gossypiella 2 002 @ 02310000 n 0000 #m 02293135 n 0000 | larvae of a gelechiid moth introduced from Asia; feeds on the seeds of cotton bolls
-02310334 05 n 06 corn_earworm 0 cotton_bollworm 0 tomato_fruitworm 0 tobacco_budworm 0 vetchworm 0 Heliothis_zia 2 002 @ 02310000 n 0000 #m 02294761 n 0000 | larva of a noctuid moth; highly destructive to especially corn and cotton and tomato crops
-02310585 05 n 02 cabbageworm 0 Pieris_rapae 2 002 @ 02309337 n 0000 #m 02280845 n 0000 | toxic green larva of a cabbage butterfly
-02310717 05 n 02 woolly_bear 0 woolly_bear_caterpillar 0 002 @ 02309337 n 0000 ~ 02310941 n 0000 | caterpillar of numerous moths characterized by a dense coat of woolly hairs; feed on plants and some are destructive pests
-02310941 05 n 01 woolly_bear_moth 0 002 @ 02310717 n 0000 #m 02305245 n 0000 | larva of moth of the family Arctiidae
-02311060 05 n 01 larva 0 020 @ 00015388 n 0000 + 01490603 a 0101 + 03014166 a 0101 ~ 01470895 n 0000 ~ 01924800 n 0000 ~ 01925916 n 0000 ~ 02176916 n 0000 ~ 02181477 n 0000 ~ 02200509 n 0000 ~ 02217839 n 0000 ~ 02264232 n 0000 ~ 02264591 n 0000 ~ 02266269 n 0000 ~ 02269522 n 0000 ~ 02309337 n 0000 ~ 02311617 n 0000 ~ 02311748 n 0000 ~ 02311879 n 0000 ~ 02312006 n 0000 ~ 02469472 n 0000 | the immature free-living form of most invertebrates and amphibians and fish which at hatching from the egg is fundamentally unlike its parent and must metamorphose
-02311617 05 n 01 nymph 0 001 @ 02311060 n 0000 | a larva of an insect with incomplete metamorphosis (as the dragonfly or mayfly)
-02311748 05 n 01 leptocephalus 0 002 @ 02311060 n 0000 #m 02527813 n 0000 | slender transparent larva of eels and certain fishes
-02311879 05 n 01 bot 0 001 @ 02311060 n 0000 | botfly larva; typically develops inside the body of a horse or sheep or human
-02312006 05 n 01 grub 0 004 @ 02311060 n 0000 + 02737371 a 0101 ~ 02312175 n 0000 ~ 02312325 n 0000 | a soft thick wormlike larva of certain beetles and other insects
-02312175 05 n 01 maggot 0 002 @ 02312006 n 0000 + 01069823 a 0102 | the larva of the housefly and blowfly commonly found in decaying organic matter
-02312325 05 n 01 leatherjacket 3 001 @ 02312006 n 0000 | tough-skinned larva of certain crane flies
-02312427 05 n 01 pupa 0 004 @ 02159955 n 0000 + 01491541 a 0101 + 00096520 v 0101 ~ 02312640 n 0000 | an insect in the inactive stage of development (when it is not feeding) intermediate between larva and adult
-02312640 05 n 01 chrysalis 0 001 @ 02312427 n 0000 | pupa of a moth or butterfly enclosed in a cocoon
-02312744 05 n 01 cocoon 0 002 @ 00019128 n 0000 + 01581933 v 0101 | silky envelope spun by the larvae of many insects to protect pupas and by spiders to protect eggs
-02312912 05 n 01 imago 0 001 @ 02159955 n 0000 | an adult insect produced after metamorphosis
-02313008 05 n 01 queen 1 002 @ 02159955 n 0000 ~ 02207345 n 0000 | the only fertile female in a colony of social insects such as bees and ants and termites; its function is to lay eggs
-02313195 05 n 03 Phoronida 0 Phoronidea 0 phylum_Phoronida 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 02313360 n 0000 | small phylum of wormlike marine animals
-02313360 05 n 01 phoronid 0 002 @ 01905661 n 0000 #m 02313195 n 0000 | hermaphrodite wormlike animal living in mud of the sea bottom
-02313495 05 n 03 Bryozoa 0 phylum_Bryozoa 0 polyzoa 0 005 @ 08102555 n 0000 #m 01313093 n 0000 %m 02313709 n 0000 %m 02314001 n 0000 %m 02314321 n 0000 | marine or freshwater animals that form colonies of zooids
-02313709 05 n 05 bryozoan 0 polyzoan 0 sea_mat 0 sea_moss 0 moss_animal 0 002 @ 01905661 n 0000 #m 02313495 n 0000 | sessile aquatic animal forming mossy colonies of small polyps each having a curved or circular ridge bearing tentacles; attach to stones or seaweed and reproduce by budding
-02314001 05 n 02 Ectoprocta 0 phylum_Ectoprocta 0 003 @ 08102555 n 0000 #m 02313495 n 0000 %m 02314158 n 0000 | coextensive with or a subphylum of Bryozoa
-02314158 05 n 01 ectoproct 0 002 @ 01905661 n 0000 #m 02314001 n 0000 | sessile mossy aquatic animal having the anus of the polyp outside the crown of tentacles
-02314321 05 n 03 Entoprocta 0 phylum_Entoprocta 0 Endoprocta 0 003 @ 08102555 n 0000 #m 02313495 n 0000 %m 02314492 n 0000 | sometimes considered a subphylum of Bryozoa
-02314492 05 n 01 entoproct 0 002 @ 01905661 n 0000 #m 02314321 n 0000 | any of various moss-like aquatic animals usually forming branching colonies; each polyp having a both mouth and anus within a closed ring of tentacles
-02314717 05 n 02 Cycliophora 0 phylum_Cycliophora 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 02315024 n 0000 | tiny marine organisms each the size of a period found in great numbers on lobsters' lips; identified tentatively in 1995 as a new phylum or as possible link between Entoprocta and Ectoprocta
-02315024 05 n 01 Symbion_pandora 0 002 @ 01905661 n 0000 #m 02314717 n 0000 | only known species of Cycliophora; lives symbiotically attached to a lobster's lip by an adhesive disk and feeding by means of a hairy mouth ring; its complex life cycle includes asexual and sexual phases
-02315309 05 n 02 Brachiopoda 0 phylum_Brachiopoda 0 004 @ 08102555 n 0000 #m 01313093 n 0000 + 02669223 a 0102 %m 02315487 n 0000 | marine invertebrates that resemble mollusks
-02315487 05 n 03 brachiopod 0 lamp_shell 0 lampshell 0 002 @ 01905661 n 0000 #m 02315309 n 0000 | marine animal with bivalve shell having a pair of arms bearing tentacles for capturing food; found worldwide
-02315696 05 n 02 Sipuncula 0 phylum_Sipuncula 0 003 @ 08102555 n 0000 #m 01313093 n 0000 %m 02315821 n 0000 | peanut worms
-02315821 05 n 02 peanut_worm 0 sipunculid 0 002 @ 01905661 n 0000 #m 02315696 n 0000 | small unsegmented marine worm that when disturbed retracts its anterior portion into the body giving the appearance of a peanut
-02316038 05 n 01 echinoderm_family 0 004 @ 08107499 n 0000 #m 01313093 n 0000 ~ 02320621 n 0000 ~ 02321759 n 0000 | a family of echinoderms
-02316180 05 n 01 echinoderm_genus 0 008 @ 08108972 n 0000 #m 01313093 n 0000 ~ 02318437 n 0000 ~ 02318538 n 0000 ~ 02318798 n 0000 ~ 02320339 n 0000 ~ 02320888 n 0000 ~ 02321903 n 0000 | a genus of echinoderms
-02316392 05 n 02 Echinodermata 0 phylum_Echinodermata 0 008 @ 08102555 n 0000 #m 01313093 n 0000 %m 02316707 n 0000 %m 02317212 n 0000 %m 02317488 n 0000 %m 02318915 n 0000 %m 02319967 n 0000 %m 02321342 n 0000 | radially symmetrical marine invertebrates including e.g. starfish and sea urchins and sea cucumbers
-02316707 05 n 01 echinoderm 0 011 @ 01905661 n 0000 #m 02316392 n 0000 %p 02151448 n 0000 %p 02317025 n 0000 ~ 02317335 n 0000 ~ 02317781 n 0000 ~ 02318167 n 0000 ~ 02319095 n 0000 ~ 02320127 n 0000 ~ 02321529 n 0000 %p 02322387 n 0000 | marine invertebrates with tube feet and five-part radially symmetrical bodies
-02317025 05 n 01 ambulacrum 0 003 @ 05220461 n 0000 #p 02316707 n 0000 + 02616202 a 0101 | one of the five areas on the undersurface of an echinoderm on which the tube feet are located
-02317212 05 n 02 Asteroidea 0 class_Asteroidea 0 003 @ 08103777 n 0000 #m 02316392 n 0000 %m 02317335 n 0000 | sea stars
-02317335 05 n 02 starfish 0 sea_star 0 002 @ 02316707 n 0000 #m 02317212 n 0000 | echinoderms characterized by five arms extending from a central disk
-02317488 05 n 02 Ophiuroidea 0 class_Ophiuroidea 0 004 @ 08103777 n 0000 #m 02316392 n 0000 %m 02317653 n 0000 %m 02317983 n 0000 | brittle stars and basket stars
-02317653 05 n 02 Ophiurida 0 subclass_Ophiurida 0 003 @ 08103777 n 0000 #m 02317488 n 0000 %m 02317781 n 0000 | brittle stars
-02317781 05 n 03 brittle_star 0 brittle-star 0 serpent_star 0 002 @ 02316707 n 0000 #m 02317653 n 0000 | an animal resembling a starfish with fragile whiplike arms radiating from a small central disc
-02317983 05 n 02 Euryalida 0 subclass_Euryalida 0 006 @ 08103777 n 0000 #m 02317488 n 0000 %m 02318167 n 0000 %m 02318437 n 0000 %m 02318538 n 0000 %m 02318798 n 0000 | basket stars
-02318167 05 n 02 basket_star 0 basket_fish 0 003 @ 02316707 n 0000 #m 02317983 n 0000 ~ 02318687 n 0000 | any starfish-like animal of the genera Euryale or Astrophyton or Gorgonocephalus having slender complexly branched interlacing arms radiating from a central disc
-02318437 05 n 02 Euryale 0 genus_Euryale 0 002 @ 02316180 n 0000 #m 02317983 n 0000 | basket stars
-02318538 05 n 02 Astrophyton 0 genus_Astrophyton 0 003 @ 02316180 n 0000 #m 02317983 n 0000 %m 02318687 n 0000 | includes many of the basket stars
-02318687 05 n 01 Astrophyton_muricatum 0 002 @ 02318167 n 0000 #m 02318538 n 0000 | a variety of basket star
-02318798 05 n 02 Gorgonocephalus 0 genus_Gorgonocephalus 0 002 @ 02316180 n 0000 #m 02317983 n 0000 | basket stars
-02318915 05 n 02 Echinoidea 0 class_Echinoidea 0 005 @ 08103777 n 0000 #m 02316392 n 0000 %m 02319095 n 0000 %m 02319423 n 0000 %m 02319689 n 0000 | sea urchins and sand dollars
-02319095 05 n 01 sea_urchin 0 005 @ 02316707 n 0000 #m 02318915 n 0000 ~ 02319308 n 0000 ~ 02319555 n 0000 ~ 02319829 n 0000 | shallow-water echinoderms having soft bodies enclosed in thin spiny globular shells
-02319308 05 n 02 edible_sea_urchin 0 Echinus_esculentus 0 001 @ 02319095 n 0000 | a sea urchin that can be eaten
-02319423 05 n 02 Exocycloida 0 order_Exocycloida 0 003 @ 01342529 n 0000 #m 02318915 n 0000 %m 02319555 n 0000 | flat sea urchins
-02319555 05 n 01 sand_dollar 0 002 @ 02319095 n 0000 #m 02319423 n 0000 | flattened disklike sea urchins that live on sandy bottoms
-02319689 05 n 02 Spatangoida 0 order_Spatangoida 0 003 @ 01342529 n 0000 #m 02318915 n 0000 %m 02319829 n 0000 | heart-shaped sea urchins
-02319829 05 n 01 heart_urchin 0 002 @ 02319095 n 0000 #m 02319689 n 0000 | sea urchin having a heart-shaped body in a rigid spiny shell
-02319967 05 n 02 Crinoidea 0 class_Crinoidea 0 005 @ 08103777 n 0000 #m 02316392 n 0000 %m 02320127 n 0000 %m 02320339 n 0000 %m 02320621 n 0000 | sea lilies
-02320127 05 n 01 crinoid 0 005 @ 02316707 n 0000 #m 02319967 n 0000 + 02842320 a 0101 ~ 02320465 n 0000 ~ 02321170 n 0000 | primitive echinoderms having five or more feathery arms radiating from a central disk
-02320339 05 n 02 Ptilocrinus 0 genus_Ptilocrinus 0 003 @ 02316180 n 0000 #m 02319967 n 0000 %m 02320465 n 0000 | sea lilies
-02320465 05 n 01 sea_lily 0 002 @ 02320127 n 0000 #m 02320339 n 0000 | crinoid with delicate radiating arms and a stalked body attached to a hard surface
-02320621 05 n 02 Antedonidae 0 family_Antedonidae 0 004 @ 02316038 n 0000 #m 02319967 n 0000 ~ 02320769 n 0000 %m 02320888 n 0000 | feather stars
-02320769 05 n 02 Comatulidae 0 family_Comatulidae 0 001 @ 02320621 n 0000 | former usage synonymous with Antedonidae
-02320888 05 n 02 Antedon 0 genus_Antedon 0 004 @ 02316180 n 0000 #m 02320621 n 0000 ~ 02321062 n 0000 %m 02321170 n 0000 | a genus of echinoderms of the family Antedonidae
-02321062 05 n 02 Comatula 0 genus_Comatula 0 001 @ 02320888 n 0000 | former usage synonymous with Antedon
-02321170 05 n 02 feather_star 0 comatulid 0 002 @ 02320127 n 0000 #m 02320888 n 0000 | free-swimming stalkless crinoid with ten feathery arms; found on muddy sea bottoms
-02321342 05 n 02 Holothuroidea 0 class_Holothuroidea 0 004 @ 08103777 n 0000 #m 02316392 n 0000 %m 02321529 n 0000 %m 02321759 n 0000 | class of echinoderms including the sea cucumbers
-02321529 05 n 02 sea_cucumber 0 holothurian 0 003 @ 02316707 n 0000 #m 02321342 n 0000 ~ 02322047 n 0000 | echinoderm having a flexible sausage-shaped body, tentacles surrounding the mouth and tube feet; free-living mud feeders
-02321759 05 n 02 Holothuridae 0 family_Holothuridae 0 003 @ 02316038 n 0000 #m 02321342 n 0000 %m 02321903 n 0000 | a family of Holothuroidea
-02321903 05 n 02 Holothuria 0 genus_Holothuria 0 003 @ 02316180 n 0000 #m 02321759 n 0000 %m 02322047 n 0000 | type genus of the Holothuridae
-02322047 05 n 02 trepang 0 Holothuria_edulis 0 002 @ 02321529 n 0000 #m 02321903 n 0000 | of warm coasts from Australia to Asia; used as food especially by Chinese
-02322213 05 n 02 foot 0 invertebrate_foot 0 003 @ 05297523 n 0000 #p 01905661 n 0000 ~ 02322387 n 0000 | any of various organs of locomotion or attachment in invertebrates
-02322387 05 n 01 tube_foot 0 002 @ 02322213 n 0000 #p 02316707 n 0000 | tentacular tubular process of most echinoderms (starfish and sea urchins and holothurians) having a sucker at the end and used for e.g. locomotion and respiration
-02322624 05 n 01 roe 0 002 @ 01460457 n 0000 #p 02512053 n 0000 | eggs of female fish
-02322712 05 n 01 milt 0 002 @ 05404336 n 0000 #p 02512053 n 0000 | seminal fluid produced by male fish
-02322817 05 n 01 splint_bone 0 001 @ 05269901 n 0000 | a rudimentary metacarpal or metatarsal bone on either side of the cannon bone in the leg of a horse or related animal
-02322992 05 n 01 Duplicidentata 0 002 @ 02323449 n 0000 #m 02323186 n 0000 | in former classifications considered a suborder of Rodentia coextensive with the order Lagomorpha: gnawing animals
-02323186 05 n 02 Lagomorpha 0 order_Lagomorpha 0 006 @ 01342529 n 0000 #m 01886220 n 0000 %m 02322992 n 0000 %m 02323449 n 0000 %m 02323715 n 0000 %m 02328270 n 0000 | rabbits; hares; pikas; formerly considered the suborder Duplicidentata of the order Rodentia
-02323449 05 n 02 lagomorph 0 gnawing_mammal 2 005 @ 01886756 n 0000 #m 02323186 n 0000 ~ 02322992 n 0000 ~ 02323902 n 0000 ~ 02328429 n 0000 | relative large gnawing animals; distinguished from rodents by having two pairs of upper incisors specialized for gnawing
-02323715 05 n 02 Leporidae 0 family_Leporidae 0 006 @ 01862557 n 0000 #m 02323186 n 0000 %m 02323902 n 0000 %m 02324717 n 0000 %m 02325211 n 0000 %m 02326237 n 0000 | hares and rabbits
-02323902 05 n 02 leporid 0 leporid_mammal 0 004 @ 02323449 n 0000 #m 02323715 n 0000 ~ 02324045 n 0000 ~ 02326432 n 0000 | rabbits and hares
-02324045 05 n 03 rabbit 0 coney 1 cony 1 011 @ 02323902 n 0000 #m 07996598 n 0000 + 01142761 v 0101 %p 02158739 n 0000 ~ 02324431 n 0000 ~ 02324514 n 0000 ~ 02324587 n 0000 ~ 02324850 n 0000 ~ 02325366 n 0000 ~ 02328009 n 0000 ~ 02328150 n 0000 | any of various burrowing animals of the family Leporidae having long ears and short tails; some domesticated and raised for pets or food
-02324431 05 n 01 rabbit_ears 0 001 @ 02324045 n 0000 | the long ears of a rabbit
-02324514 05 n 01 lapin 0 001 @ 02324045 n 0000 | castrated male rabbit
-02324587 05 n 02 bunny 0 bunny_rabbit 0 002 @ 02324045 n 0000 ;u 07075172 n 0000 | (usually informal) especially a young rabbit
-02324717 05 n 02 Oryctolagus 0 genus_Oryctolagus 0 003 @ 01864707 n 0000 #m 02323715 n 0000 %m 02324850 n 0000 | Old World rabbits
-02324850 05 n 03 European_rabbit 0 Old_World_rabbit 0 Oryctolagus_cuniculus 0 003 @ 02324045 n 0000 #m 02324717 n 0000 %p 07666521 n 0000 | common greyish-brown burrowing animal native to southern Europe and northern Africa but introduced elsewhere; widely domesticated and developed in various colors and for various needs; young are born naked and helpless
-02325211 05 n 02 Sylvilagus 0 genus_Sylvilagus 0 004 @ 01864707 n 0000 #m 02323715 n 0000 %m 02325366 n 0000 %m 02325884 n 0000 | North American rabbits
-02325366 05 n 03 wood_rabbit 0 cottontail 0 cottontail_rabbit 0 006 @ 02324045 n 0000 #m 02325211 n 0000 ~ 02325722 n 0000 ~ 02325884 n 0000 ~ 02326074 n 0000 %p 07666521 n 0000 | common small rabbit of North America having greyish or brownish fur and a tail with a white underside; a host for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)
-02325722 05 n 02 eastern_cottontail 0 Sylvilagus_floridanus 0 001 @ 02325366 n 0000 | widely distributed in United States except northwest and far west regions
-02325884 05 n 04 swamp_rabbit 1 canecutter 0 swamp_hare 0 Sylvilagus_aquaticus 0 002 @ 02325366 n 0000 #m 02325211 n 0000 | a wood rabbit of southeastern United States swamps and lowlands
-02326074 05 n 03 marsh_hare 0 swamp_rabbit 2 Sylvilagus_palustris 0 001 @ 02325366 n 0000 | a wood rabbit of marshy coastal areas from North Carolina to Florida
-02326237 05 n 02 Lepus 0 genus_Lepus 0 006 @ 01864707 n 0000 #m 02323715 n 0000 %m 02326432 n 0000 %m 02326862 n 0000 %m 02327028 n 0000 %m 02327656 n 0000 | type genus of the Leporidae: hares
-02326432 05 n 01 hare 0 009 @ 02323902 n 0000 #m 02326237 n 0000 + 02085004 v 0101 ~ 02326763 n 0000 ~ 02326862 n 0000 ~ 02327028 n 0000 ~ 02327656 n 0000 ~ 02327842 n 0000 %p 07666521 n 0000 | swift timid long-eared mammal larger than a rabbit having a divided upper lip and long hind legs; young born furred and with open eyes
-02326763 05 n 01 leveret 0 001 @ 02326432 n 0000 | a young hare especially one in its first year
-02326862 05 n 02 European_hare 0 Lepus_europaeus 0 002 @ 02326432 n 0000 #m 02326237 n 0000 | large hare introduced in North America; does not turn white in winter
-02327028 05 n 01 jackrabbit 0 004 @ 02326432 n 0000 #m 02326237 n 0000 ~ 02327175 n 0000 ~ 02327435 n 0000 | large hare of western North America
-02327175 05 n 03 white-tailed_jackrabbit 0 whitetail_jackrabbit 0 Lepus_townsendi 0 001 @ 02327028 n 0000 | largest hare of northern plains and western mountains of United States; brownish-grey in summer and pale grey in winter; tail nearly always all white
-02327435 05 n 02 blacktail_jackrabbit 0 Lepus_californicus 0 001 @ 02327028 n 0000 | the common jackrabbit of grasslands and open areas of western United States; has large black-tipped ears and black streak on the tail
-02327656 05 n 03 polar_hare 0 Arctic_hare 0 Lepus_arcticus 0 002 @ 02326432 n 0000 #m 02326237 n 0000 | a large hare of northern North America; it is almost completely white in winter
-02327842 05 n 04 snowshoe_hare 0 snowshoe_rabbit 0 varying_hare 0 Lepus_americanus 0 001 @ 02326432 n 0000 | large large-footed North American hare; white in winter
-02328009 05 n 02 Belgian_hare 0 leporide 0 001 @ 02324045 n 0000 | red breed of domestic rabbits; hybrid between Old World rabbit and hare
-02328150 05 n 02 Angora 2 Angora_rabbit 0 001 @ 02324045 n 0000 | domestic breed of rabbit with long white silky hair
-02328270 05 n 02 Ochotonidae 0 family_Ochotonidae 0 004 @ 01862557 n 0000 #m 02323186 n 0000 %m 02328429 n 0000 %m 02328662 n 0000 | pikas and extinct forms
-02328429 05 n 05 pika 0 mouse_hare 0 rock_rabbit 1 coney 2 cony 2 004 @ 02323449 n 0000 #m 02328270 n 0000 ~ 02328820 n 0000 ~ 02328942 n 0000 | small short-eared burrowing mammal of rocky uplands of Asia and western North America
-02328662 05 n 02 Ochotona 0 genus_Ochotona 0 004 @ 01864707 n 0000 #m 02328270 n 0000 %m 02328820 n 0000 %m 02328942 n 0000 | type genus of the Ochotonidae
-02328820 05 n 02 little_chief_hare 0 Ochotona_princeps 0 002 @ 02328429 n 0000 #m 02328662 n 0000 | North American pika
-02328942 05 n 02 collared_pika 0 Ochotona_collaris 0 002 @ 02328429 n 0000 #m 02328662 n 0000 | similar to little chief hare and may be same species
-02329093 05 n 02 Rodentia 0 order_Rodentia 0 007 @ 01342529 n 0000 #m 01886220 n 0000 %m 02329401 n 0000 %m 02330582 n 0000 %m 02346315 n 0000 %m 02354950 n 0000 %m 02369680 n 0000 | small gnawing animals: porcupines; rats; mice; squirrels; marmots; beavers; gophers; voles; hamsters; guinea pigs; agoutis
-02329401 05 n 02 rodent 0 gnawer 0 038 @ 01886756 n 0000 #m 02329093 n 0000 + 01445597 v 0201 ~ 02330245 n 0000 ~ 02331046 n 0000 ~ 02331842 n 0000 ~ 02335127 n 0000 ~ 02336011 n 0000 ~ 02338145 n 0000 ~ 02338449 n 0000 ~ 02338722 n 0000 ~ 02338901 n 0000 ~ 02342885 n 0000 ~ 02343772 n 0000 ~ 02344528 n 0000 ~ 02346627 n 0000 ~ 02350989 n 0000 ~ 02351870 n 0000 ~ 02352591 n 0000 ~ 02355227 n 0000 ~ 02359324 n 0000 ~ 02361337 n 0000 ~ 02363005 n 0000 ~ 02363996 n 0000 ~ 02364520 n 0000 ~ 02365108 n 0000 ~ 02365480 n 0000 ~ 02366002 n 0000 ~ 02366301 n 0000 ~ 02366579 n 0000 ~ 02366959 n 0000 ~ 02367492 n 0000 ~ 02367812 n 0000 ~ 02368116 n 0000 ~ 02368399 n 0000 ~ 02368821 n 0000 ~ 02369293 n 0000 ~ 02369555 n 0000 | relatively small placental mammals having a single pair of constantly growing incisor teeth specialized for gnawing
-02330245 05 n 01 mouse 0 008 @ 02329401 n 0000 + 02766469 a 0101 + 02766469 a 0102 ~ 02332156 n 0000 ~ 02332447 n 0000 ~ 02332755 n 0000 ~ 02332954 n 0000 ~ 02336641 n 0000 | any of numerous small rodents typically resembling diminutive rats having pointed snouts and small ears on elongated bodies with slender usually hairless tails
-02330582 05 n 02 Myomorpha 0 suborder_Myomorpha 0 008 @ 01342529 n 0000 #m 02329093 n 0000 %m 02330830 n 0000 %m 02335349 n 0000 %m 02350845 n 0000 %m 02351518 n 0000 %m 02352390 n 0000 %m 02368563 n 0000 | true rats and mice and related rodents
-02330830 05 n 02 Muroidea 0 superfamily_Muroidea 0 003 @ 01862557 n 0000 #m 02330582 n 0000 %m 02331479 n 0000 | a superfamily of rodents essentially equal to the suborder Myomorpha but with the Dipodidae excluded
-02331046 05 n 01 rat 0 009 @ 02329401 n 0000 + 00422772 a 0101 + 01480641 v 0101 ~ 02331309 n 0000 ~ 02333546 n 0000 ~ 02333909 n 0000 ~ 02334201 n 0000 ~ 02334460 n 0000 ~ 02340640 n 0000 | any of various long-tailed rodents similar to but larger than a mouse
-02331309 05 n 01 pocket_rat 0 005 @ 02331046 n 0000 ~ 02348788 n 0000 ~ 02350105 n 0000 ~ 02350670 n 0000 ~ 02353861 n 0000 | any of various rodents with cheek pouches
-02331479 05 n 02 Muridae 0 family_Muridae 0 010 @ 01862557 n 0000 #m 02330830 n 0000 %m 02331960 n 0000 %m 02332315 n 0000 %m 02332606 n 0000 %m 02333368 n 0000 %m 02334079 n 0000 %m 02334337 n 0000 %m 02334609 n 0000 %m 02334849 n 0000 | originally Old World rats now distributed worldwide; distinguished from the Cricetidae by typically lacking cheek pouches
-02331842 05 n 01 murine 0 002 @ 02329401 n 0000 + 02867611 a 0101 | a rodent that is a member of the family Muridae
-02331960 05 n 02 Mus 0 genus_Mus 0 003 @ 01864707 n 0000 #m 02331479 n 0000 %m 02332156 n 0000 | type genus of the Muridae: common house mice; the tips of the upper incisors have a square notch
-02332156 05 n 02 house_mouse 0 Mus_musculus 0 002 @ 02330245 n 0000 #m 02331960 n 0000 | brownish-grey Old World mouse now a common household pest worldwide
-02332315 05 n 02 Micromyx 0 genus_Micromyx 0 003 @ 01864707 n 0000 #m 02331479 n 0000 %m 02332447 n 0000 | Old World harvest mice
-02332447 05 n 02 harvest_mouse 1 Micromyx_minutus 0 002 @ 02330245 n 0000 #m 02332315 n 0000 | small reddish-brown Eurasian mouse inhabiting e.g. cornfields
-02332606 05 n 02 Apodemus 0 genus_Apodemus 0 004 @ 01864707 n 0000 #m 02331479 n 0000 %m 02332755 n 0000 %m 02333190 n 0000 | Old World field mice
-02332755 05 n 02 field_mouse 2 fieldmouse 0 003 @ 02330245 n 0000 #m 02332606 n 0000 ~ 02333190 n 0000 | any nocturnal Old World mouse of the genus Apodemus inhabiting woods and fields and gardens
-02332954 05 n 01 nude_mouse 0 001 @ 02330245 n 0000 | a mouse with a genetic defect that prevents them from growing hair and also prevents them from immunologically rejecting human cells and tissues; widely used in preclinical trials
-02333190 05 n 02 European_wood_mouse 0 Apodemus_sylvaticus 0 002 @ 02332755 n 0000 #m 02332606 n 0000 | nocturnal yellowish-brown mouse inhabiting woods and fields and gardens
-02333368 05 n 02 Rattus 0 genus_Rattus 0 004 @ 01864707 n 0000 #m 02331479 n 0000 %m 02333546 n 0000 %m 02333909 n 0000 | common house rats; upper incisors have a beveled edge
-02333546 05 n 03 brown_rat 0 Norway_rat 0 Rattus_norvegicus 0 004 @ 02331046 n 0000 #m 02333368 n 0000 ~ 02333733 n 0000 ~ 02333819 n 0000 | common domestic rat; serious pest worldwide
-02333733 05 n 01 wharf_rat 0 001 @ 02333546 n 0000 | brown rat that infests wharves
-02333819 05 n 01 sewer_rat 0 001 @ 02333546 n 0000 | brown rat commonly found in sewers
-02333909 05 n 03 black_rat 0 roof_rat 0 Rattus_rattus 0 002 @ 02331046 n 0000 #m 02333368 n 0000 | common household pest originally from Asia that has spread worldwide
-02334079 05 n 02 Nesokia 0 genus_Nesokia 0 003 @ 01864707 n 0000 #m 02331479 n 0000 %m 02334201 n 0000 | bandicoot rats
-02334201 05 n 02 bandicoot_rat 0 mole_rat 2 002 @ 02331046 n 0000 #m 02334079 n 0000 | burrowing scaly-tailed rat of India and Ceylon
-02334337 05 n 02 Conilurus 0 genus_Conilurus 0 003 @ 01864707 n 0000 #m 02331479 n 0000 %m 02334460 n 0000 | jerboa rats
-02334460 05 n 01 jerboa_rat 0 003 @ 02331046 n 0000 #m 02334337 n 0000 ~ 02334728 n 0000 | large Australian rat with hind legs adapted for leaping
-02334609 05 n 02 Notomys 0 genus_Notomys 0 003 @ 01864707 n 0000 #m 02331479 n 0000 %m 02334728 n 0000 | jerboa rats
-02334728 05 n 01 kangaroo_mouse 1 002 @ 02334460 n 0000 #m 02334609 n 0000 | leaping rodent of Australian desert areas
-02334849 05 n 02 Hydromyinae 0 subfamily_Hydromyinae 0 003 @ 01862557 n 0000 #m 02331479 n 0000 %m 02335007 n 0000 | water rats of Australia and New Guinea
-02335007 05 n 02 Hydromys 0 genus_Hydromys 0 003 @ 01864707 n 0000 #m 02334849 n 0000 %m 02335231 n 0000 | water rats
-02335127 05 n 01 water_rat 0 002 @ 02329401 n 0000 ~ 02335231 n 0000 | any of various amphibious rats
-02335231 05 n 01 beaver_rat 0 002 @ 02335127 n 0000 #m 02335007 n 0000 | amphibious rat of Australia and New Guinea
-02335349 05 n 02 Cricetidae 0 family_Cricetidae 0 027 @ 01862557 n 0000 #m 02330582 n 0000 %m 02336011 n 0000 %m 02336129 n 0000 %m 02336451 n 0000 %m 02337480 n 0000 %m 02337774 n 0000 %m 02338029 n 0000 %m 02338319 n 0000 %m 02338592 n 0000 %m 02338901 n 0000 %m 02339768 n 0000 %m 02340521 n 0000 %m 02340813 n 0000 %m 02341108 n 0000 %m 02341805 n 0000 %m 02342109 n 0000 %m 02342413 n 0000 %m 02342727 n 0000 %m 02343187 n 0000 %m 02343487 n 0000 %m 02344006 n 0000 %m 02344528 n 0000 %m 02344785 n 0000 %m 02345213 n 0000 %m 02345471 n 0000 %m 02345890 n 0000 | mostly small New World rodents including New World mice and lemmings and voles and hamsters
-02336011 05 n 01 New_World_mouse 0 003 @ 02329401 n 0000 #m 02335349 n 0000 ~ 02336275 n 0000 | a variety of rodent
-02336129 05 n 02 Reithrodontomys 0 genus_Reithrodontomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02336275 n 0000 | New World harvest mice
-02336275 05 n 02 American_harvest_mouse 0 harvest_mouse 2 002 @ 02336011 n 0000 #m 02336129 n 0000 | any of several small greyish New World mice inhabiting e.g. grain fields
-02336451 05 n 02 Peromyscus 0 genus_Peromyscus 0 006 @ 01864707 n 0000 #m 02335349 n 0000 %m 02336826 n 0000 %m 02337001 n 0000 %m 02337171 n 0000 %m 02337332 n 0000 | New World wood mice
-02336641 05 n 01 wood_mouse 0 006 @ 02330245 n 0000 ~ 02336826 n 0000 ~ 02337001 n 0000 ~ 02337171 n 0000 ~ 02337332 n 0000 ~ 02337598 n 0000 | any of various New World woodland mice
-02336826 05 n 03 white-footed_mouse 0 vesper_mouse 0 Peromyscus_leucopus 0 002 @ 02336641 n 0000 #m 02336451 n 0000 | American woodland mouse with white feet and underparts
-02337001 05 n 02 deer_mouse 0 Peromyscus_maniculatus 0 002 @ 02336641 n 0000 #m 02336451 n 0000 | brownish New World mouse; most widely distributed member of the genus
-02337171 05 n 02 cactus_mouse 0 Peromyscus_eremicus 0 002 @ 02336641 n 0000 #m 02336451 n 0000 | burrowing mouse of desert areas of southwestern United States
-02337332 05 n 02 cotton_mouse 0 Peromyscus_gossypinus 0 002 @ 02336641 n 0000 #m 02336451 n 0000 | large dark mouse of southeastern United States
-02337480 05 n 02 Baiomys 0 genus_Baiomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02337598 n 0000 | pygmy mice
-02337598 05 n 02 pygmy_mouse 0 Baiomys_taylori 0 002 @ 02336641 n 0000 #m 02337480 n 0000 | very small dark greyish brown mouse resembling a house mouse; of Texas and Mexico
-02337774 05 n 02 Onychomys 0 genus_Onychomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02337902 n 0000 | grasshopper mice
-02337902 05 n 01 grasshopper_mouse 0 002 @ 02339376 n 0000 #m 02337774 n 0000 | insectivorous mouse of western North America
-02338029 05 n 02 Ondatra 0 genus_Ondatra 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02338145 n 0000 | muskrats
-02338145 05 n 03 muskrat 0 musquash 0 Ondatra_zibethica 0 002 @ 02329401 n 0000 #m 02338029 n 0000 | beaver-like aquatic rodent of North America with dark glossy brown fur
-02338319 05 n 02 Neofiber 0 genus_Neofiber 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02338449 n 0000 | round-tailed muskrat
-02338449 05 n 03 round-tailed_muskrat 0 Florida_water_rat 0 Neofiber_alleni 0 002 @ 02329401 n 0000 #m 02338319 n 0000 | of Florida wetlands
-02338592 05 n 02 Sigmodon 0 genus_Sigmodon 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02338722 n 0000 | American cotton rats
-02338722 05 n 02 cotton_rat 0 Sigmodon_hispidus 0 002 @ 02329401 n 0000 #m 02338592 n 0000 | destructive long-haired burrowing rat of southern North America and Central America
-02338901 05 n 02 wood_rat 0 wood-rat 0 006 @ 02329401 n 0000 #m 02335349 n 0000 ~ 02339282 n 0000 ~ 02339376 n 0000 ~ 02339922 n 0000 ~ 02340358 n 0000 | any of various small short-tailed rodents of the northern hemisphere having soft fur grey above and white below with furred tails and large ears; some are hosts for Ixodes pacificus and Ixodes scapularis (Lyme disease ticks)
-02339282 05 n 01 dusky-footed_wood_rat 0 001 @ 02338901 n 0000 | a wood rat with dusky feet
-02339376 05 n 02 vole 0 field_mouse 1 009 @ 02338901 n 0000 ~ 02337902 n 0000 ~ 02340930 n 0000 ~ 02341288 n 0000 ~ 02341475 n 0000 ~ 02341616 n 0000 ~ 02341974 n 0000 ~ 02342250 n 0000 ~ 02342534 n 0000 | any of various small mouselike rodents of the family Cricetidae (especially of genus Microtus) having a stout short-tailed body and inconspicuous ears and inhabiting fields or meadows
-02339768 05 n 02 Neotoma 0 genus_Neotoma 0 005 @ 01864707 n 0000 #m 02335349 n 0000 %m 02339922 n 0000 %m 02340186 n 0000 %m 02340358 n 0000 | packrats
-02339922 05 n 05 packrat 0 pack_rat 0 trade_rat 0 bushytail_woodrat 0 Neotoma_cinerea 0 003 @ 02338901 n 0000 #m 02339768 n 0000 ~ 02340186 n 0000 | any of several bushy-tailed rodents of the genus Neotoma of western North America; hoards food and other objects
-02340186 05 n 02 dusky-footed_woodrat 0 Neotoma_fuscipes 0 002 @ 02339922 n 0000 #m 02339768 n 0000 | host to Lyme disease tick (Ixodes pacificus) in northern California
-02340358 05 n 02 eastern_woodrat 0 Neotoma_floridana 0 002 @ 02338901 n 0000 #m 02339768 n 0000 | large greyish-brown wood rat of the southeastern United States
-02340521 05 n 02 Oryzomys 0 genus_Oryzomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02340640 n 0000 | rice rats
-02340640 05 n 02 rice_rat 0 Oryzomys_palustris 0 002 @ 02331046 n 0000 #m 02340521 n 0000 | hardy agile rat of grassy marshes of Mexico and the southeastern United States
-02340813 05 n 02 Pitymys 0 genus_Pitymys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02340930 n 0000 | pine mice
-02340930 05 n 03 pine_vole 0 pine_mouse 0 Pitymys_pinetorum 0 002 @ 02339376 n 0000 #m 02340813 n 0000 | short-tailed glossy-furred burrowing vole of the eastern United States
-02341108 05 n 02 Microtus 0 genus_Microtus 0 005 @ 01864707 n 0000 #m 02335349 n 0000 %m 02341288 n 0000 %m 02341475 n 0000 %m 02341616 n 0000 | voles of the northern hemisphere
-02341288 05 n 03 meadow_vole 0 meadow_mouse 0 Microtus_pennsylvaticus 0 002 @ 02339376 n 0000 #m 02341108 n 0000 | widely distributed in grasslands of northern United States and Canada
-02341475 05 n 03 water_vole 2 Richardson_vole 0 Microtus_richardsoni 0 002 @ 02339376 n 0000 #m 02341108 n 0000 | of western North America
-02341616 05 n 02 prairie_vole 0 Microtus_ochrogaster 0 002 @ 02339376 n 0000 #m 02341108 n 0000 | typical vole of the extended prairie region of central United States and southern Canada
-02341805 05 n 02 Arvicola 0 genus_Arvicola 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02341974 n 0000 | in some classifications considered synonymous with Microtus
-02341974 05 n 03 water_vole 1 water_rat 2 Arvicola_amphibius 0 002 @ 02339376 n 0000 #m 02341805 n 0000 | common large Eurasian vole
-02342109 05 n 02 Clethrionomys 0 genus_Clethrionomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02342250 n 0000 | a genus of Cricetidae
-02342250 05 n 02 red-backed_mouse 0 redback_vole 0 002 @ 02339376 n 0000 #m 02342109 n 0000 | any of several voles of mountainous regions of Eurasia and America
-02342413 05 n 01 genus_Phenacomys 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02342534 n 0000 | North American voles
-02342534 05 n 01 phenacomys 0 002 @ 02339376 n 0000 #m 02342413 n 0000 | any of several vole-like terrestrial or arboreal rodents of cold forested regions of Canada and western United States
-02342727 05 n 02 Cricetus 0 genus_Cricetus 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02342885 n 0000 | type genus of the Cricetidae: Old World hamsters
-02342885 05 n 01 hamster 0 004 @ 02329401 n 0000 #m 02342727 n 0000 ~ 02343058 n 0000 ~ 02343320 n 0000 | short-tailed Old World burrowing rodent with large cheek pouches
-02343058 05 n 02 Eurasian_hamster 0 Cricetus_cricetus 0 001 @ 02342885 n 0000 | a variety of hamster common to Europe and Asia
-02343187 05 n 02 Mesocricetus 0 genus_Mesocricetus 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02343320 n 0000 | golden hamsters
-02343320 05 n 03 golden_hamster 0 Syrian_hamster 0 Mesocricetus_auratus 0 002 @ 02342885 n 0000 #m 02343187 n 0000 | small light-colored hamster often kept as a pet
-02343487 05 n 02 Gerbillinae 0 subfamily_Gerbillinae 0 004 @ 01862557 n 0000 #m 02335349 n 0000 %m 02343633 n 0000 %m 02343772 n 0000 | gerbils
-02343633 05 n 02 Gerbillus 0 genus_Gerbillus 0 002 @ 01864707 n 0000 #m 02343487 n 0000 | type genus of the Gerbillinae: typical gerbils
-02343772 05 n 02 gerbil 0 gerbille 0 005 @ 02329401 n 0000 #m 02343487 n 0000 ~ 02344175 n 0000 ~ 02344270 n 0000 ~ 02344408 n 0000 | small Old World burrowing desert rodent with long soft pale fur and hind legs adapted for leaping
-02344006 05 n 02 Meriones 0 genus_Meriones 0 005 @ 01864707 n 0000 #m 02335349 n 0000 %m 02344175 n 0000 %m 02344270 n 0000 %m 02344408 n 0000 | a genus of Cricetidae
-02344175 05 n 01 jird 0 002 @ 02343772 n 0000 #m 02344006 n 0000 | gerbil of northern Africa
-02344270 05 n 02 tamarisk_gerbil 0 Meriones_unguiculatus 0 002 @ 02343772 n 0000 #m 02344006 n 0000 | a gerbil that is popular as a pet
-02344408 05 n 02 sand_rat 1 Meriones_longifrons 0 002 @ 02343772 n 0000 #m 02344006 n 0000 | southern European gerbil
-02344528 05 n 01 lemming 0 008 @ 02329401 n 0000 #m 02335349 n 0000 ~ 02344918 n 0000 ~ 02345078 n 0000 ~ 02345340 n 0000 ~ 02345600 n 0000 ~ 02345997 n 0000 ~ 02346170 n 0000 | any of various short-tailed furry-footed rodents of circumpolar distribution
-02344785 05 n 02 Lemmus 0 genus_lemmus 0 004 @ 01864707 n 0000 #m 02335349 n 0000 %m 02344918 n 0000 %m 02345078 n 0000 | lemmings
-02344918 05 n 02 European_lemming 0 Lemmus_lemmus 0 002 @ 02344528 n 0000 #m 02344785 n 0000 | notable for mass migrations even into the sea where many drown
-02345078 05 n 02 brown_lemming 0 Lemmus_trimucronatus 0 002 @ 02344528 n 0000 #m 02344785 n 0000 | of northwestern Canada and Alaska
-02345213 05 n 02 Myopus 0 genus_Myopus 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02345340 n 0000 | a genus of Cricetidae
-02345340 05 n 03 grey_lemming 0 gray_lemming 0 red-backed_lemming 0 002 @ 02344528 n 0000 #m 02345213 n 0000 | Old World lemming
-02345471 05 n 02 Dicrostonyx 0 genus_Dicrostonyx 0 003 @ 01864707 n 0000 #m 02335349 n 0000 %m 02345600 n 0000 | pied lemmings
-02345600 05 n 01 pied_lemming 0 003 @ 02344528 n 0000 #m 02345471 n 0000 ~ 02345774 n 0000 | North American lemming having a white winter coat and some claws much enlarged
-02345774 05 n 02 Hudson_bay_collared_lemming 0 Dicrostonyx_hudsonius 0 001 @ 02345600 n 0000 | of northern Canada
-02345890 05 n 02 Synaptomys 0 genus_Synaptomys 0 002 @ 01864707 n 0000 #m 02335349 n 0000 | bog lemmings
-02345997 05 n 02 southern_bog_lemming 0 Synaptomys_cooperi 0 001 @ 02344528 n 0000 | of low bogs and meadows of northeastern and central United States and southern Canada
-02346170 05 n 02 northern_bog_lemming 0 Synaptomys_borealis 0 001 @ 02344528 n 0000 | of wet alpine and subalpine meadows of Canada and Alaska
-02346315 05 n 02 Hystricomorpha 0 suborder_Hystricomorpha 0 009 @ 01342529 n 0000 #m 02329093 n 0000 %m 02346823 n 0000 %m 02347865 n 0000 %m 02364221 n 0000 %m 02365672 n 0000 %m 02366702 n 0000 %m 02367131 n 0000 %m 02369012 n 0000 | an order of rodents including: porcupines; guinea pigs; chinchillas; etc.
-02346627 05 n 02 porcupine 0 hedgehog 2 004 @ 02329401 n 0000 %p 01900837 n 0000 ~ 02346998 n 0000 ~ 02347744 n 0000 | relatively large rodents with sharp erectile bristles mingled with the fur
-02346823 05 n 02 Hystricidae 0 family_Hystricidae 0 005 @ 01862557 n 0000 #m 02346315 n 0000 %m 02346998 n 0000 %m 02347140 n 0000 %m 02347443 n 0000 | Old World porcupines
-02346998 05 n 01 Old_World_porcupine 0 004 @ 02346627 n 0000 #m 02346823 n 0000 ~ 02347274 n 0000 ~ 02347573 n 0000 | terrestrial porcupine
-02347140 05 n 02 Atherurus 0 genus_Atherurus 0 003 @ 01864707 n 0000 #m 02346823 n 0000 %m 02347274 n 0000 | a genus of Hystricidae
-02347274 05 n 02 brush-tailed_porcupine 0 brush-tail_porcupine 0 002 @ 02346998 n 0000 #m 02347140 n 0000 | porcupine with a tuft of large beaded bristles on the tail
-02347443 05 n 02 Trichys 0 genus_Trichys 0 003 @ 01864707 n 0000 #m 02346823 n 0000 %m 02347573 n 0000 | a genus of Hystricidae
-02347573 05 n 02 long-tailed_porcupine 0 Trichys_lipura 0 002 @ 02346998 n 0000 #m 02347443 n 0000 | porcupine of Borneo and Sumatra having short spines and a long tail
-02347744 05 n 01 New_World_porcupine 0 003 @ 02346627 n 0000 #m 02347865 n 0000 ~ 02348173 n 0000 | arboreal porcupine
-02347865 05 n 02 Erethizontidae 0 family_Erethizontidae 0 004 @ 01862557 n 0000 #m 02346315 n 0000 %m 02347744 n 0000 %m 02348036 n 0000 | New World arboreal porcupines
-02348036 05 n 02 Erethizon 0 genus_Erethizon 0 003 @ 01864707 n 0000 #m 02347865 n 0000 %m 02348173 n 0000 | a genus of Erethizontidae
-02348173 05 n 02 Canada_porcupine 0 Erethizon_dorsatum 0 002 @ 02347744 n 0000 #m 02348036 n 0000 | porcupine of northeastern North America with barbed spines concealed in the coarse fur; often gnaws buildings for salt and grease
-02348405 05 n 02 Heteromyidae 0 family_Heteromyidae 0 007 @ 01862557 n 0000 #m 02354950 n 0000 %m 02348788 n 0000 %m 02349040 n 0000 %m 02349730 n 0000 %m 02349980 n 0000 %m 02350537 n 0000 | small New World burrowing mouselike rodents with fur-lined cheek pouches and hind limbs and tail adapted to leaping; adapted to desert conditions: pocket mice; kangaroo mice; kangaroo rats
-02348788 05 n 01 pocket_mouse 0 006 @ 02331309 n 0000 #m 02348405 n 0000 ~ 02349205 n 0000 ~ 02349390 n 0000 ~ 02349557 n 0000 ~ 02349847 n 0000 | any of various small nocturnal burrowing desert rodents with cheek pouches and long hind legs and tail
-02349040 05 n 02 Perognathus 0 genus_Perognathus 0 005 @ 01864707 n 0000 #m 02348405 n 0000 %m 02349205 n 0000 %m 02349390 n 0000 %m 02349557 n 0000 | pocket mice
-02349205 05 n 02 silky_pocket_mouse 0 Perognathus_flavus 0 002 @ 02348788 n 0000 #m 02349040 n 0000 | small pale yellowish soft-furred rodent of southwestern United States and Mexico
-02349390 05 n 02 plains_pocket_mouse 0 Perognathus_flavescens 0 002 @ 02348788 n 0000 #m 02349040 n 0000 | small rodent of open areas of United States plains states
-02349557 05 n 02 hispid_pocket_mouse 0 Perognathus_hispidus 0 002 @ 02348788 n 0000 #m 02349040 n 0000 | large stiff-haired rodent of shortgrass prairies of United States
-02349730 05 n 02 Liomys 0 genus_Liomys 0 003 @ 01864707 n 0000 #m 02348405 n 0000 %m 02349847 n 0000 | pocket mice
-02349847 05 n 02 Mexican_pocket_mouse 0 Liomys_irroratus 0 002 @ 02348788 n 0000 #m 02349730 n 0000 | large pocket mouse of Mexico
-02349980 05 n 02 Dipodomys 0 genus_Dipodomys 0 003 @ 01864707 n 0000 #m 02348405 n 0000 %m 02350105 n 0000 | kangaroo rats
-02350105 05 n 03 kangaroo_rat 1 desert_rat 0 Dipodomys_phillipsii 0 003 @ 02331309 n 0000 #m 02349980 n 0000 ~ 02350357 n 0000 | any of various leaping rodents of desert regions of North America and Mexico; largest members of the family Heteromyidae
-02350357 05 n 02 Ord_kangaroo_rat 0 Dipodomys_ordi 0 001 @ 02350105 n 0000 | most widely distributed kangaroo rat: plains and mountain areas of central and western United States
-02350537 05 n 02 Microdipodops 0 genus_Microdipodops 0 003 @ 01864707 n 0000 #m 02348405 n 0000 %m 02350670 n 0000 | kangaroo mice
-02350670 05 n 02 kangaroo_mouse 0 dwarf_pocket_rat 0 002 @ 02331309 n 0000 #m 02350537 n 0000 | small silky-haired pouched rodent; similar to but smaller than kangaroo rats
-02350845 05 n 02 Zapodidae 0 family_Zapodidae 0 004 @ 01862557 n 0000 #m 02330582 n 0000 %m 02350989 n 0000 %m 02351212 n 0000 | jumping mice
-02350989 05 n 01 jumping_mouse 0 003 @ 02329401 n 0000 #m 02350845 n 0000 ~ 02351343 n 0000 | any of several primitive mouselike rodents with long hind legs and no cheek pouches; of woodlands of Eurasia and North America
-02351212 05 n 02 Zapus 0 genus_Zapus 0 003 @ 01864707 n 0000 #m 02350845 n 0000 %m 02351343 n 0000 | type genus of the Zapodidae
-02351343 05 n 02 meadow_jumping_mouse 0 Zapus_hudsonius 0 002 @ 02350989 n 0000 #m 02351212 n 0000 | widely distributed in northeastern and central United States and Canada
-02351518 05 n 02 Dipodidae 0 family_Dipodidae 0 005 @ 01862557 n 0000 #m 02330582 n 0000 %m 02351686 n 0000 %m 02351870 n 0000 %m 02352175 n 0000 | Old World jerboas
-02351686 05 n 02 Dipus 0 genus_Dipus 0 003 @ 01864707 n 0000 #m 02351518 n 0000 %m 02352002 n 0000 | type genus of the Dipodidae; typical jerboas having three toes on each hind foot
-02351870 05 n 01 jerboa 0 004 @ 02329401 n 0000 #m 02351518 n 0000 ~ 02352002 n 0000 ~ 02352290 n 0000 | mouselike jumping rodent
-02352002 05 n 01 typical_jerboa 0 002 @ 02351870 n 0000 #m 02351686 n 0000 | small nocturnal jumping rodent with long hind legs; of arid parts of Asia and northern Africa
-02352175 05 n 02 Jaculus 0 genus_Jaculus 0 003 @ 01864707 n 0000 #m 02351518 n 0000 %m 02352290 n 0000 | jerboas
-02352290 05 n 01 Jaculus_jaculus 0 002 @ 02351870 n 0000 #m 02352175 n 0000 | a variety of jerboa
-02352390 05 n 02 Gliridae 0 family_Gliridae 0 006 @ 01862557 n 0000 #m 02330582 n 0000 %m 02352591 n 0000 %m 02352804 n 0000 %m 02353037 n 0000 %m 02353297 n 0000 | dormice and other Old World forms
-02352591 05 n 01 dormouse 0 005 @ 02329401 n 0000 #m 02352390 n 0000 ~ 02352932 n 0000 ~ 02353172 n 0000 ~ 02353411 n 0000 | small furry-tailed squirrel-like Old World rodent that becomes torpid in cold weather
-02352804 05 n 02 Glis 0 genus_Glis 0 003 @ 01864707 n 0000 #m 02352390 n 0000 %m 02352932 n 0000 | type genus of the Gliridae
-02352932 05 n 02 loir 0 Glis_glis 0 002 @ 02352591 n 0000 #m 02352804 n 0000 | large European dormouse
-02353037 05 n 02 Muscardinus 0 genus_Muscardinus 0 003 @ 01864707 n 0000 #m 02352390 n 0000 %m 02353172 n 0000 | a genus of Gliridae
-02353172 05 n 02 hazel_mouse 0 Muscardinus_avellanarius 0 002 @ 02352591 n 0000 #m 02353037 n 0000 | a variety of dormouse
-02353297 05 n 02 Eliomys 0 genus_Eliomys 0 003 @ 01864707 n 0000 #m 02352390 n 0000 %m 02353411 n 0000 | lerots
-02353411 05 n 01 lerot 0 002 @ 02352591 n 0000 #m 02353297 n 0000 | dormouse of southern Europe and northern Africa
-02353529 05 n 02 Geomyidae 0 family_Geomyidae 0 005 @ 01862557 n 0000 #m 02354950 n 0000 %m 02353709 n 0000 %m 02353861 n 0000 %m 02354470 n 0000 | North American pocket gophers
-02353709 05 n 02 Geomys 0 genus_Geomys 0 004 @ 01864707 n 0000 #m 02353529 n 0000 %m 02354162 n 0000 %m 02354320 n 0000 | type genus of the Geomyidae
-02353861 05 n 03 gopher 1 pocket_gopher 0 pouched_rat 1 006 @ 02331309 n 0000 #m 02353529 n 0000 ~ 02354162 n 0000 ~ 02354320 n 0000 ~ 02354621 n 0000 ~ 02354781 n 0000 | burrowing rodent of the family Geomyidae having large external cheek pouches; of Central America and southwestern North America
-02354162 05 n 02 plains_pocket_gopher 0 Geomys_bursarius 0 002 @ 02353861 n 0000 #m 02353709 n 0000 | gopher of chiefly grasslands of central North America
-02354320 05 n 02 southeastern_pocket_gopher 0 Geomys_pinetis 0 002 @ 02353861 n 0000 #m 02353709 n 0000 | gopher of Alabama and Georgia and Florida
-02354470 05 n 02 Thomomys 0 genus_Thomomys 0 004 @ 01864707 n 0000 #m 02353529 n 0000 %m 02354621 n 0000 %m 02354781 n 0000 | western pocket gophers
-02354621 05 n 02 valley_pocket_gopher 0 Thomomys_bottae 0 002 @ 02353861 n 0000 #m 02354470 n 0000 | of valleys and mountain meadows of western United States
-02354781 05 n 02 northern_pocket_gopher 0 Thomomys_talpoides 0 002 @ 02353861 n 0000 #m 02354470 n 0000 | greyish to brown gopher of western and central United States
-02354950 05 n 02 Sciuromorpha 0 suborder_Sciuromorpha 0 007 @ 01342529 n 0000 #m 02329093 n 0000 %m 02348405 n 0000 %m 02353529 n 0000 %m 02355711 n 0000 %m 02362721 n 0000 %m 02363681 n 0000 | large more or less primitive rodents: squirrels; marmots; gophers; beavers; etc.
-02355227 05 n 01 squirrel 0 009 @ 02329401 n 0000 #m 02355711 n 0000 ~ 02355477 n 0000 ~ 02358091 n 0000 ~ 02359915 n 0000 ~ 02360282 n 0000 ~ 02360480 n 0000 ~ 02360781 n 0000 ~ 02362194 n 0000 | a kind of arboreal rodent having a long bushy tail
-02355477 05 n 01 tree_squirrel 0 009 @ 02355227 n 0000 #m 02356108 n 0000 ~ 02356381 n 0000 ~ 02356612 n 0000 ~ 02356798 n 0000 ~ 02356977 n 0000 ~ 02357111 n 0000 ~ 02357401 n 0000 ~ 02357585 n 0000 | any typical arboreal squirrel
-02355711 05 n 02 Sciuridae 0 family_Sciuridae 0 012 @ 01862557 n 0000 #m 02354950 n 0000 %m 02355227 n 0000 %m 02356108 n 0000 %m 02357280 n 0000 %m 02357741 n 0000 %m 02359204 n 0000 %m 02359775 n 0000 %m 02360135 n 0000 %m 02360643 n 0000 %m 02361222 n 0000 %m 02362025 n 0000 | a mammal family of true squirrels including: ground squirrels; marmots; chipmunks; flying squirrels; spermophiles
-02356108 05 n 02 Sciurus 0 genus_Sciurus 0 008 @ 01864707 n 0000 #m 02355711 n 0000 %m 02355477 n 0000 %m 02356381 n 0000 %m 02356612 n 0000 %m 02356798 n 0000 %m 02356977 n 0000 %m 02357111 n 0000 | type genus of the Sciuridae; typical moderate-sized arboreal squirrels
-02356381 05 n 04 eastern_grey_squirrel 0 eastern_gray_squirrel 0 cat_squirrel 1 Sciurus_carolinensis 0 002 @ 02355477 n 0000 #m 02356108 n 0000 | common medium-large squirrel of eastern North America; now introduced into England
-02356612 05 n 03 western_grey_squirrel 0 western_gray_squirrel 0 Sciurus_griseus 0 002 @ 02355477 n 0000 #m 02356108 n 0000 | large grey squirrel of far western areas of United States
-02356798 05 n 03 fox_squirrel 0 eastern_fox_squirrel 0 Sciurus_niger 0 002 @ 02355477 n 0000 #m 02356108 n 0000 | exceptionally large arboreal squirrel of eastern United States
-02356977 05 n 01 black_squirrel 0 002 @ 02355477 n 0000 #m 02356108 n 0000 | fox squirrel or grey squirrel in the black color phase
-02357111 05 n 03 red_squirrel 1 cat_squirrel 2 Sciurus_vulgaris 0 002 @ 02355477 n 0000 #m 02356108 n 0000 | common reddish-brown squirrel of Europe and parts of Asia
-02357280 05 n 02 Tamiasciurus 0 genus_Tamiasciurus 0 002 @ 01864707 n 0000 #m 02355711 n 0000 | American red squirrels
-02357401 05 n 05 American_red_squirrel 0 spruce_squirrel 0 red_squirrel 2 Sciurus_hudsonicus 0 Tamiasciurus_hudsonicus 0 001 @ 02355477 n 0000 | of northern United States and Canada
-02357585 05 n 03 chickeree 0 Douglas_squirrel 0 Tamiasciurus_douglasi 0 001 @ 02355477 n 0000 | far western United States counterpart of the red squirrel
-02357741 05 n 04 Citellus 0 genus_Citellus 0 Spermophilus 0 genus_Spermophilus 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02358091 n 0000 | typical ground squirrels
-02357911 05 n 04 antelope_squirrel 0 whitetail_antelope_squirrel 0 antelope_chipmunk 0 Citellus_leucurus 0 001 @ 02358091 n 0000 | small ground squirrel of western United States
-02358091 05 n 03 ground_squirrel 0 gopher 3 spermophile 0 008 @ 02355227 n 0000 #m 02357741 n 0000 ~ 02357911 n 0000 ~ 02358390 n 0000 ~ 02358584 n 0000 ~ 02358712 n 0000 ~ 02358890 n 0000 ~ 02359047 n 0000 | any of various terrestrial burrowing rodents of Old and New Worlds; often destroy crops
-02358390 05 n 02 mantled_ground_squirrel 0 Citellus_lateralis 0 001 @ 02358091 n 0000 | common black-striped reddish-brown ground squirrel of western North America; resembles a large chipmunk
-02358584 05 n 03 suslik 0 souslik 0 Citellus_citellus 0 001 @ 02358091 n 0000 | rather large central Eurasian ground squirrel
-02358712 05 n 03 flickertail 0 Richardson_ground_squirrel 0 Citellus_richardsoni 0 001 @ 02358091 n 0000 | of sagebrush and grassland areas of western United States and Canada
-02358890 05 n 02 rock_squirrel 0 Citellus_variegatus 0 001 @ 02358091 n 0000 | large grey ground squirrel of rocky areas of the southwestern United States
-02359047 05 n 03 Arctic_ground_squirrel 0 parka_squirrel 0 Citellus_parryi 0 001 @ 02358091 n 0000 | large ground squirrel of the North American far north
-02359204 05 n 02 Cynomys 0 genus_Cynomys 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02359324 n 0000 | prairie dogs
-02359324 05 n 02 prairie_dog 0 prairie_marmot 0 004 @ 02329401 n 0000 #m 02359204 n 0000 ~ 02359556 n 0000 ~ 02359667 n 0000 | any of several rodents of North American prairies living in large complex burrows having a barking cry
-02359556 05 n 02 blacktail_prairie_dog 0 Cynomys_ludovicianus 0 001 @ 02359324 n 0000 | tail is black tipped
-02359667 05 n 02 whitetail_prairie_dog 0 Cynomys_gunnisoni 0 001 @ 02359324 n 0000 | tail is white tipped
-02359775 05 n 02 Tamias 0 genus_Tamias 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02359915 n 0000 | chipmunks of eastern North America
-02359915 05 n 05 eastern_chipmunk 0 hackee 0 striped_squirrel 0 ground_squirrel 2 Tamias_striatus 0 002 @ 02355227 n 0000 #m 02359775 n 0000 | small striped semiterrestrial eastern American squirrel with cheek pouches
-02360135 05 n 02 Eutamias 0 genus_Eutamias 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02360282 n 0000 | chipmunks of western America and Asia
-02360282 05 n 01 chipmunk 2 002 @ 02355227 n 0000 #m 02360135 n 0000 | a burrowing ground squirrel of western America and Asia; has cheek pouches and a light and dark stripe running down the body
-02360480 05 n 06 baronduki 0 baranduki 0 barunduki 0 burunduki 0 Eutamius_asiaticus 0 Eutamius_sibiricus 0 001 @ 02355227 n 0000 | terrestrial Siberian squirrel
-02360643 05 n 02 Glaucomys 0 genus_Glaucomys 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02360781 n 0000 | New World flying squirrels
-02360781 05 n 01 American_flying_squirrel 0 004 @ 02355227 n 0000 #m 02360643 n 0000 ~ 02360933 n 0000 ~ 02361090 n 0000 | New World flying squirrels
-02360933 05 n 02 southern_flying_squirrel 0 Glaucomys_volans 0 001 @ 02360781 n 0000 | small large-eyed nocturnal flying squirrel of eastern United States
-02361090 05 n 02 northern_flying_squirrel 0 Glaucomys_sabrinus 0 001 @ 02360781 n 0000 | large flying squirrel; chiefly of Canada
-02361222 05 n 02 Marmota 0 genus_Marmota 0 003 @ 01864707 n 0000 #m 02355711 n 0000 %m 02361337 n 0000 | marmots
-02361337 05 n 01 marmot 0 005 @ 02329401 n 0000 #m 02361222 n 0000 ~ 02361587 n 0000 ~ 02361706 n 0000 ~ 02361850 n 0000 | stocky coarse-furred burrowing rodent with a short bushy tail found throughout the northern hemisphere; hibernates in winter
-02361587 05 n 03 groundhog 0 woodchuck 0 Marmota_monax 0 001 @ 02361337 n 0000 | reddish brown North American marmot
-02361706 05 n 04 hoary_marmot 0 whistler 3 whistling_marmot 0 Marmota_caligata 0 001 @ 02361337 n 0000 | large North American mountain marmot
-02361850 05 n 03 yellowbelly_marmot 0 rockchuck 0 Marmota_flaviventris 0 001 @ 02361337 n 0000 | heavy-bodied yellowish-brown marmot of rocky areas of western North America
-02362025 05 n 02 Petauristidae 0 subfamily_Petauristidae 0 004 @ 01862557 n 0000 #m 02355711 n 0000 %m 02362194 n 0000 %m 02362420 n 0000 | Old World flying squirrels
-02362194 05 n 01 Asiatic_flying_squirrel 0 003 @ 02355227 n 0000 #m 02362025 n 0000 ~ 02362569 n 0000 | nocturnal rodent of Asia having furry folds of skin between forelegs and hind legs enabling it to move by gliding leaps
-02362420 05 n 02 Petaurista 0 genus_Petaurista 0 003 @ 01864707 n 0000 #m 02362025 n 0000 %m 02362569 n 0000 | very large Asiatic flying squirrels
-02362569 05 n 04 taguan 0 flying_marmot 0 flying_cat 1 Petaurista_petaurista 0 002 @ 02362194 n 0000 #m 02362420 n 0000 | East Indian flying squirrel
-02362721 05 n 02 Castoridae 0 family_Castoridae 0 004 @ 01862557 n 0000 #m 02354950 n 0000 %m 02362862 n 0000 %m 02363511 n 0000 | beavers
-02362862 05 n 02 Castor 0 genus_Castor 0 003 @ 01864707 n 0000 #m 02362721 n 0000 %m 02363005 n 0000 | type genus of the Castoridae: beavers
-02363005 05 n 01 beaver 0 005 @ 02329401 n 0000 #m 02362862 n 0000 + 02414913 v 0101 ~ 02363245 n 0000 ~ 02363351 n 0000 | large semiaquatic rodent with webbed hind feet and a broad flat tail; construct complex dams and underwater lodges
-02363245 05 n 02 Old_World_beaver 0 Castor_fiber 0 001 @ 02363005 n 0000 | a European variety of beaver
-02363351 05 n 02 New_World_beaver 0 Castor_canadensis 0 001 @ 02363005 n 0000 | a variety of beaver found in almost all areas of North America except Florida
-02363511 05 n 02 Castoroides 0 genus_Castoroides 0 002 @ 01864707 n 0000 #m 02362721 n 0000 | extinct beavers of the Pleistocene; of eastern and southern United States
-02363681 05 n 02 Aplodontiidae 0 family_Aplodontiidae 0 003 @ 01862557 n 0000 #m 02354950 n 0000 %m 02363818 n 0000 | mountain beavers
-02363818 05 n 02 Aplodontia 0 genus_Aplodontia 0 003 @ 01864707 n 0000 #m 02363681 n 0000 %m 02363996 n 0000 | type genus of the Aplodontiidae: comprising the mountain beavers
-02363996 05 n 03 mountain_beaver 0 sewellel 0 Aplodontia_rufa 0 002 @ 02329401 n 0000 #m 02363818 n 0000 | bulky nocturnal burrowing rodent of uplands of the Pacific coast of North America; the most primitive living rodent
-02364221 05 n 02 Caviidae 0 family_Caviidae 0 004 @ 01862557 n 0000 #m 02346315 n 0000 %m 02364377 n 0000 %m 02364989 n 0000 | a family of Hystricomorpha
-02364377 05 n 02 Cavia 0 genus_Cavia 0 003 @ 01864707 n 0000 #m 02364221 n 0000 %m 02364520 n 0000 | type genus of the Caviidae: guinea pigs
-02364520 05 n 01 cavy 0 004 @ 02329401 n 0000 #m 02364377 n 0000 ~ 02364673 n 0000 ~ 02364840 n 0000 | short-tailed rough-haired South American rodent
-02364673 05 n 02 guinea_pig 0 Cavia_cobaya 0 001 @ 02364520 n 0000 | stout-bodied nearly tailless domesticated cavy; often kept as a pet and widely used in research
-02364840 05 n 03 aperea 0 wild_cavy 0 Cavia_porcellus 0 001 @ 02364520 n 0000 | South American cavy; possibly ancestral to the domestic guinea pig
-02364989 05 n 02 Dolichotis 0 genus_Dolichotis 0 003 @ 01864707 n 0000 #m 02364221 n 0000 %m 02365108 n 0000 | maras
-02365108 05 n 02 mara 0 Dolichotis_patagonum 0 002 @ 02329401 n 0000 #m 02364989 n 0000 | hare-like rodent of the pampas of Argentina
-02365244 05 n 02 Hydrochoeridae 0 family_Hydrochoeridae 0 002 @ 01862557 n 0000 %m 02365356 n 0000 | capybara
-02365356 05 n 02 Hydrochoerus 0 genus_Hydrochoerus 0 002 @ 01864707 n 0000 #m 02365244 n 0000 | a genus of Hydrochoeridae
-02365480 05 n 03 capybara 0 capibara 0 Hydrochoerus_hydrochaeris 0 001 @ 02329401 n 0000 | pig-sized tailless South American amphibious rodent with partly webbed feet; largest living rodent
-02365672 05 n 02 Dasyproctidae 0 family_Dasyproctidae 0 005 @ 01862557 n 0000 #m 02346315 n 0000 %m 02365848 n 0000 %m 02366203 n 0000 %m 02366453 n 0000 | agoutis and pacas
-02365848 05 n 02 Dasyprocta 0 genus_Dasyprocta 0 003 @ 01864707 n 0000 #m 02365672 n 0000 %m 02366002 n 0000 | type genus of the Dasyproctidae: agoutis
-02366002 05 n 02 agouti 0 Dasyprocta_aguti 0 002 @ 02329401 n 0000 #m 02365848 n 0000 | agile long-legged rabbit-sized rodent of Central America and South America and the West Indies; valued as food
-02366203 05 n 02 Cuniculus 0 genus_Cuniculus 0 002 @ 01864707 n 0000 #m 02365672 n 0000 | pacas
-02366301 05 n 02 paca 0 Cuniculus_paca 0 001 @ 02329401 n 0000 | large burrowing rodent of South America and Central America; highly esteemed as food
-02366453 05 n 02 Stictomys 0 genus_Stictomys 0 003 @ 01864707 n 0000 #m 02365672 n 0000 %m 02366579 n 0000 | mountain pacas
-02366579 05 n 01 mountain_paca 0 002 @ 02329401 n 0000 #m 02366453 n 0000 | rodent of mountains of western South America
-02366702 05 n 02 Capromyidae 0 family_Capromyidae 0 003 @ 01862557 n 0000 #m 02346315 n 0000 %m 02366825 n 0000 | coypus
-02366825 05 n 02 Myocastor 0 genus_Myocastor 0 003 @ 01864707 n 0000 #m 02366702 n 0000 %m 02366959 n 0000 | a genus of Capromyidae
-02366959 05 n 03 coypu 0 nutria 0 Myocastor_coypus 0 002 @ 02329401 n 0000 #m 02366825 n 0000 | aquatic South American rodent resembling a small beaver; bred for its fur
-02367131 05 n 02 Chinchillidae 0 family_Chinchillidae 0 006 @ 01862557 n 0000 #m 02346315 n 0000 %m 02367360 n 0000 %m 02367678 n 0000 %m 02367993 n 0000 %m 02368280 n 0000 | small bushy-tailed South American burrowing rodents
-02367360 05 n 01 genus_Chinchilla 0 003 @ 01864707 n 0000 #m 02367131 n 0000 %m 02367492 n 0000 | type genus of the Chinchillidae
-02367492 05 n 02 chinchilla 0 Chinchilla_laniger 0 002 @ 02329401 n 0000 #m 02367360 n 0000 | small rodent with soft pearly grey fur; native to the Andes but bred in captivity for fur
-02367678 05 n 02 Lagidium 0 genus_Lagidium 0 003 @ 01864707 n 0000 #m 02367131 n 0000 %m 02367812 n 0000 | a genus of Chinchillidae
-02367812 05 n 02 mountain_chinchilla 0 mountain_viscacha 0 002 @ 02329401 n 0000 #m 02367678 n 0000 | a rodent native to the mountains of Chile and Peru and now bred in captivity
-02367993 05 n 02 Lagostomus 0 genus_Lagostomus 0 003 @ 01864707 n 0000 #m 02367131 n 0000 %m 02368116 n 0000 | viscachas
-02368116 05 n 03 viscacha 0 chinchillon 0 Lagostomus_maximus 0 002 @ 02329401 n 0000 #m 02367993 n 0000 | gregarious burrowing rodent larger than the chinchillas
-02368280 05 n 02 Abrocoma 0 genus_Abrocoma 0 003 @ 01864707 n 0000 #m 02367131 n 0000 %m 02368399 n 0000 | abrocomes
-02368399 05 n 03 abrocome 0 chinchilla_rat 0 rat_chinchilla 0 002 @ 02329401 n 0000 #m 02368280 n 0000 | ratlike rodent with soft fur and large ears of the Andes
-02368563 05 n 02 Spalacidae 0 family_Spalacidae 0 003 @ 01862557 n 0000 #m 02330582 n 0000 %m 02368687 n 0000 | mole rats
-02368687 05 n 02 Spalax 0 genus_Spalax 0 003 @ 01864707 n 0000 #m 02368563 n 0000 %m 02368821 n 0000 | type genus of the Spalacidae
-02368821 05 n 01 mole_rat 3 002 @ 02329401 n 0000 #m 02368687 n 0000 | furry short-limbed tailless rodent resembling a true mole in habits and appearance; of eastern Europe and Middle East
-02369012 05 n 02 Bathyergidae 0 family_Bathyergidae 0 004 @ 01862557 n 0000 #m 02346315 n 0000 %m 02369170 n 0000 %m 02369424 n 0000 | mole rats; sand rats
-02369170 05 n 02 Bathyergus 0 genus_Bathyergus 0 003 @ 01864707 n 0000 #m 02369012 n 0000 %m 02369293 n 0000 | mole rats
-02369293 05 n 01 mole_rat 1 002 @ 02329401 n 0000 #m 02369170 n 0000 | African rodent resembling a mole in habits and appearance
-02369424 05 n 02 Heterocephalus 0 genus_Heterocephalus 0 003 @ 01864707 n 0000 #m 02369012 n 0000 %m 02369555 n 0000 | sand rats
-02369555 05 n 01 sand_rat 2 002 @ 02329401 n 0000 #m 02369424 n 0000 | small nearly naked African mole rat of desert areas
-02369680 05 n 01 naked_mole_rat 0 003 @ 02153809 n 0000 #m 02329093 n 0000 ~ 02369935 n 0000 | fetal-looking colonial rodent of East Africa; neither mole nor rat; they feed on tubers and have a social structure similar to that of honeybees and termites
-02369935 05 n 02 queen 2 queen_mole_rat 0 001 @ 02369680 n 0000 | an especially large mole rat and the only member of a colony of naked mole rats to bear offspring which are sired by only a few males
-02370137 05 n 01 Damaraland_mole_rat 0 001 @ 02153809 n 0000 | colonial mole rat of western Africa; similar to naked mole rat
-02370265 05 n 01 dug 0 002 @ 05554189 n 0000 #p 01862399 n 0000 | an udder or breast or teat
-02370360 05 n 02 udder 0 bag 0 004 @ 05554189 n 0000 #p 02403454 n 0000 #p 02411999 n 0000 #p 02416964 n 0000 | mammary gland of bovids (cows and sheep and goats)
-02370525 05 n 01 Ungulata 0 003 @ 01886756 n 0000 #m 01861465 n 0000 %m 02371471 n 0000 | in former classifications a major division of Mammalia comprising all hoofed mammals; now divided into the orders Perissodactyla (odd-toed ungulates) and Artiodactyla (even-toed ungulates)
-02370806 05 n 02 ungulate 0 hoofed_mammal 0 008 @ 01886756 n 0000 + 02489485 a 0101 %p 02153959 n 0000 ~ 02372046 n 0000 ~ 02373336 n 0000 ~ 02394477 n 0000 %p 02462828 n 0000 %p 02463205 n 0000 | any of a number of mammals with hooves that are superficially similar but not necessarily closely related taxonomically
-02371125 05 n 01 Unguiculata 0 002 @ 01886756 n 0000 #m 01861465 n 0000 | in former classifications a major division of Mammalia comprising mammals with nails or claws; distinguished from hoofed mammals and cetaceans
-02371344 05 n 02 unguiculate 0 unguiculate_mammal 0 002 @ 01886756 n 0000 + 02489745 a 0101 | a mammal having nails or claws
-02371471 05 n 02 Dinocerata 0 order_Dinocerata 0 003 @ 01342529 n 0000 #m 02370525 n 0000 %m 02371647 n 0000 | small order of primitive ungulates of the Paleocene and Eocene
-02371647 05 n 02 Uintatheriidae 0 family_Uintatheriidae 0 003 @ 01862557 n 0000 #m 02371471 n 0000 %m 02371801 n 0000 | an extinct family of Dinocerata
-02371801 05 n 02 Uintatherium 0 genus_Uintatherium 0 003 @ 01864707 n 0000 #m 02371647 n 0000 %m 02372140 n 0000 | type genus of the Uintatheriidae; extinct large herbivorous ungulates somewhat resembling elephants; from the Eocene in Wyoming
-02372046 05 n 01 dinocerate 0 002 @ 02370806 n 0000 ~ 02372140 n 0000 | an extinct ungulate
-02372140 05 n 02 dinoceras 0 uintathere 0 002 @ 02372046 n 0000 #m 02371801 n 0000 | a variety of dinocerate
-02372251 05 n 02 Hyracoidea 0 order_Hyracoidea 0 003 @ 01342529 n 0000 #m 01886220 n 0000 %m 02372397 n 0000 | hyraxes and some extinct animals
-02372397 05 n 02 Procaviidae 0 family_Procaviidae 0 004 @ 01862557 n 0000 #m 02372251 n 0000 %m 02372584 n 0000 %m 02372813 n 0000 | includes all recent members of the order Hyracoidea
-02372584 05 n 05 hyrax 0 coney 3 cony 3 dassie 0 das 0 003 @ 01886756 n 0000 #m 02372397 n 0000 ~ 02372952 n 0000 | any of several small ungulate mammals of Africa and Asia with rodent-like incisors and feet with hooflike toes
-02372813 05 n 02 Procavia 0 genus_Procavia 0 003 @ 01864707 n 0000 #m 02372397 n 0000 %m 02372952 n 0000 | type genus of the Procaviidae
-02372952 05 n 03 rock_hyrax 0 rock_rabbit 2 Procavia_capensis 0 002 @ 02372584 n 0000 #m 02372813 n 0000 | hyrax that lives in rocky areas
-02373093 05 n 02 Perissodactyla 0 order_Perissodactyla 0 006 @ 01342529 n 0000 #m 01886220 n 0000 %m 02373336 n 0000 %m 02373601 n 0000 %m 02391782 n 0000 %m 02393300 n 0000 | nonruminant ungulates: horses; tapirs; rhinoceros; extinct forms
-02373336 05 n 03 odd-toed_ungulate 0 perissodactyl 0 perissodactyl_mammal 0 006 @ 02370806 n 0000 #m 02373093 n 0000 ! 02394477 n 0101 ~ 02374149 n 0000 ~ 02391994 n 0000 ~ 02393580 n 0000 | placental mammals having hooves with an odd number of toes on each foot
-02373601 05 n 02 Equidae 0 family_Equidae 0 008 @ 01862557 n 0000 #m 02373093 n 0000 %m 02373843 n 0000 %m 02374149 n 0000 %m 02375592 n 0000 %m 02376016 n 0000 %m 02376303 n 0000 %m 02377480 n 0000 | horses; asses; zebras; extinct animals
-02373843 05 n 02 Equus 0 genus_Equus 0 010 @ 01864707 n 0000 #m 02373601 n 0000 %m 02374451 n 0000 %m 02389346 n 0000 %m 02389559 n 0000 %m 02390101 n 0000 %m 02390258 n 0000 %m 02390454 n 0000 %m 02391049 n 0000 %m 02391617 n 0000 | type genus of the Equidae: only surviving genus of the family Equidae
-02374149 05 n 02 equine 0 equid 0 009 @ 02373336 n 0000 #m 02373601 n 0000 + 02721439 a 0101 ~ 02374451 n 0000 ~ 02389346 n 0000 ~ 02390101 n 0000 ~ 02390258 n 0000 ~ 02391049 n 0000 ~ 02391617 n 0000 | hoofed mammals having slender legs and a flat coat with a narrow mane along the back of the neck
-02374451 05 n 02 horse 0 Equus_caballus 0 040 @ 02374149 n 0000 #m 02373843 n 0000 + 01184058 v 0101 %p 01899894 n 0000 %p 01902274 n 0000 %p 02159117 n 0000 ~ 02375302 n 0000 ~ 02375438 n 0000 ~ 02375757 n 0000 ~ 02375862 n 0000 ~ 02376135 n 0000 ~ 02376423 n 0000 %m 02376542 n 0000 ~ 02376918 n 0000 ~ 02377480 n 0000 ~ 02377703 n 0000 ~ 02380335 n 0000 ~ 02380464 n 0000 ~ 02381460 n 0000 ~ 02382132 n 0000 ~ 02382204 n 0000 ~ 02382437 n 0000 ~ 02382948 n 0000 ~ 02384741 n 0000 ~ 02385898 n 0000 ~ 02386014 n 0000 ~ 02386310 n 0000 ~ 02387722 n 0000 ~ 02387983 n 0000 ~ 02388588 n 0000 ~ 02388735 n 0000 ~ 02388832 n 0000 ~ 02388917 n 0000 ~ 02389026 n 0000 ~ 02389128 n 0000 ~ 02389261 n 0000 %p 02462602 n 0000 %p 02463913 n 0000 %p 05539012 n 0000 %p 07666406 n 0000 | solid-hoofed herbivorous quadruped domesticated since prehistoric times
-02375302 05 n 01 roan 0 002 @ 02374451 n 0000 + 00400472 a 0101 | a horse having a brownish coat thickly sprinkled with white or gray
-02375438 05 n 02 stablemate 0 stable_companion 0 001 @ 02374451 n 0000 | a horse stabled with another or one of several horses owned by the same person
-02375592 05 n 02 Hyracotherium 0 genus_Hyracotherium 0 003 @ 01864707 n 0000 #m 02373601 n 0000 %m 02375862 n 0000 | extinct horse genus; formerly called eohippus
-02375757 05 n 01 gee-gee 0 001 @ 02374451 n 0000 | a word for horse used by children or in adult slang
-02375862 05 n 02 eohippus 0 dawn_horse 0 002 @ 02374451 n 0000 #m 02375592 n 0000 | earliest horse; extinct primitive dog-sized four-toed Eocene animal
-02376016 05 n 01 genus_Mesohippus 0 003 @ 01864707 n 0000 #m 02373601 n 0000 %m 02376135 n 0000 | a genus of Equidae
-02376135 05 n 01 mesohippus 0 002 @ 02374451 n 0000 #m 02376016 n 0000 | North American three-toed Oligocene animal; probably not directly ancestral to modern horses
-02376303 05 n 01 genus_Protohippus 0 003 @ 01864707 n 0000 #m 02373601 n 0000 %m 02376423 n 0000 | a genus of Equidae
-02376423 05 n 01 protohippus 0 002 @ 02374451 n 0000 #m 02376303 n 0000 | Pliocene horse approaching donkeys in size
-02376542 05 n 01 foal 0 005 @ 01321854 n 0000 #m 02374451 n 0000 + 00057895 v 0101 ~ 02376679 n 0000 ~ 02376791 n 0000 | a young horse
-02376679 05 n 01 filly 0 002 @ 02376542 n 0000 @ 01320872 n 0000 | a young female horse under the age of four
-02376791 05 n 01 colt 2 003 @ 02376542 n 0000 @ 01321230 n 0000 ~ 02377063 n 0000 | a young male horse under the age of four
-02376918 05 n 01 male_horse 0 004 @ 02374451 n 0000 @ 01321230 n 0000 ~ 02377181 n 0000 ~ 02377388 n 0000 | the male of species Equus caballus
-02377063 05 n 04 ridgeling 0 ridgling 0 ridgel 0 ridgil 0 001 @ 02376791 n 0000 | a colt with undescended testicles
-02377181 05 n 02 stallion 0 entire 0 002 @ 02376918 n 0000 ~ 02377291 n 0000 | uncastrated adult male horse
-02377291 05 n 02 stud 0 studhorse 0 001 @ 02377181 n 0000 | adult male horse kept for breeding
-02377388 05 n 01 gelding 0 002 @ 02376918 n 0000 + 00061219 v 0101 | castrated male horse
-02377480 05 n 02 mare 0 female_horse 0 003 @ 02374451 n 0000 #m 02373601 n 0000 ~ 02377603 n 0000 | female equine animal
-02377603 05 n 02 broodmare 0 stud_mare 0 001 @ 02377480 n 0000 | a female horse used for breeding
-02377703 05 n 03 saddle_horse 0 riding_horse 0 mount 0 019 @ 02374451 n 0000 + 01923414 v 0302 ~ 02378149 n 0000 ~ 02378299 n 0000 ~ 02378415 n 0000 ~ 02378870 n 0000 ~ 02378969 n 0000 ~ 02379081 n 0000 ~ 02379183 n 0000 ~ 02379329 n 0000 ~ 02379430 n 0000 ~ 02379630 n 0000 ~ 02379743 n 0000 ~ 02379908 n 0000 ~ 02380052 n 0000 ~ 02381004 n 0000 ~ 02381119 n 0000 ~ 02381261 n 0000 ~ 02381364 n 0000 | a lightweight horse kept for riding only
-02378149 05 n 01 remount 0 002 @ 02377703 n 0000 + 01184195 v 0101 | a fresh horse especially (formerly) to replace one killed or injured in battle
-02378299 05 n 01 palfrey 0 002 @ 02377703 n 0000 ;u 07073447 n 0000 | especially a light saddle horse for a woman
-02378415 05 n 01 warhorse 0 004 @ 02377703 n 0000 ~ 02378541 n 0000 ~ 02378625 n 0000 ~ 02378755 n 0000 | horse used in war
-02378541 05 n 01 cavalry_horse 0 001 @ 02378415 n 0000 | horse trained for battle
-02378625 05 n 02 charger 0 courser 1 002 @ 02378415 n 0000 + 01121719 v 0101 | formerly a strong swift horse ridden into battle
-02378755 05 n 01 steed 0 002 @ 02378415 n 0000 ;c 06364641 n 0000 | (literary) a spirited horse for state or war
-02378870 05 n 01 prancer 0 002 @ 02377703 n 0000 + 01916634 v 0104 | a mettlesome or fiery horse
-02378969 05 n 01 hack 3 001 @ 02377703 n 0000 | a saddle horse used for transportation rather than sport etc.
-02379081 05 n 01 cow_pony 0 001 @ 02377703 n 0000 | a light saddle horse trained for herding cattle
-02379183 05 n 01 quarter_horse 0 001 @ 02377703 n 0000 | a small powerful horse originally bred for sprinting in quarter-mile races in Virginia
-02379329 05 n 01 Morgan 0 001 @ 02377703 n 0000 | an American breed of small compact saddle horses
-02379430 05 n 04 Tennessee_walker 0 Tennessee_walking_horse 0 Walking_horse 0 Plantation_walking_horse 0 001 @ 02377703 n 0000 | a horse marked by stamina and trained to move at a fast running walk
-02379630 05 n 01 American_saddle_horse 0 001 @ 02377703 n 0000 | a high-stepping horse originating in Kentucky
-02379743 05 n 01 Appaloosa 0 001 @ 02377703 n 0000 | a hardy breed of saddle horse developed in western North America and characteristically having a spotted rump
-02379908 05 n 02 Arabian 0 Arab 0 002 @ 02377703 n 0000 + 03044462 a 0101 | a spirited graceful and intelligent riding horse native to Arabia
-02380052 05 n 03 Lippizan 0 Lipizzan 0 Lippizaner 0 001 @ 02377703 n 0000 | a compact and sturdy saddle horse that is bred and trained in Vienna; smart and docile and excellent for dressage; "a Lippizan is black or brown when born but turns white by the time it is five years old"
-02380335 05 n 01 pony 2 003 @ 02374451 n 0000 ~ 02380583 n 0000 ~ 02382039 n 0000 | a range horse of the western United States
-02380464 05 n 01 polo_pony 0 001 @ 02374451 n 0000 | a small agile horse specially bred and trained for playing polo
-02380583 05 n 01 mustang 0 002 @ 02380335 n 0000 ~ 02380745 n 0000 | small hardy range horse of the western plains descended from horses brought by the Spanish
-02380745 05 n 03 bronco 0 bronc 0 broncho 0 002 @ 02380583 n 0000 ~ 02380875 n 0000 | an unbroken or imperfectly broken mustang
-02380875 05 n 01 bucking_bronco 0 001 @ 02380745 n 0000 | a wild horse that is vicious and difficult or impossible to break in
-02381004 05 n 01 buckskin 0 001 @ 02377703 n 0000 | horse of a light yellowish dun color with dark mane and tail
-02381119 05 n 02 crowbait 0 crow-bait 0 001 @ 02377703 n 0000 | an emaciated horse likely soon to become carrion and so attractive to crows
-02381261 05 n 01 dun 0 002 @ 02377703 n 0000 + 00312165 v 0101 | horse of a dull brownish grey color
-02381364 05 n 02 grey 0 gray 0 001 @ 02377703 n 0000 | horse of a light gray or whitish color
-02381460 05 n 01 wild_horse 0 004 @ 02374451 n 0000 ~ 02381609 n 0000 ~ 02381744 n 0000 ~ 02381831 n 0000 | undomesticated or feral domestic horse
-02381609 05 n 02 tarpan 0 Equus_caballus_gomelini 0 001 @ 02381460 n 0000 | European wild horse extinct since the early 20th century
-02381744 05 n 02 warrigal 2 warragal 2 001 @ 02381460 n 0000 | Australian wild horse
-02381831 05 n 04 Przewalski's_horse 0 Przevalski's_horse 0 Equus_caballus_przewalskii 0 Equus_caballus_przevalskii 0 001 @ 02381460 n 0000 | wild horse of central Asia that resembles an ass; now endangered
-02382039 05 n 02 cayuse 0 Indian_pony 0 001 @ 02380335 n 0000 | a small native range horse
-02382132 05 n 01 hack 1 001 @ 02374451 n 0000 | a horse kept for hire
-02382204 05 n 04 hack 2 jade 0 nag 0 plug 0 003 @ 02374451 n 0000 + 00075021 v 0206 + 00076114 v 0205 | an old or over-worked horse
-02382338 05 n 02 plow_horse 0 plough_horse 0 001 @ 02386310 n 0000 | a horse used to pull a plow
-02382437 05 n 01 pony 1 004 @ 02374451 n 0000 ~ 02382635 n 0000 ~ 02382750 n 0000 ~ 02382850 n 0000 | any of various breeds of small gentle horses usually less than five feet high at the shoulder
-02382635 05 n 01 Shetland_pony 0 001 @ 02382437 n 0000 | breed of very small pony with long shaggy mane and tail
-02382750 05 n 01 Welsh_pony 0 001 @ 02382437 n 0000 | breed of small ponies originally from Wales
-02382850 05 n 01 Exmoor 2 001 @ 02382437 n 0000 | stocky breed of pony with a fawn-colored nose
-02382948 05 n 03 racehorse 0 race_horse 0 bangtail 0 011 @ 02374451 n 0000 ~ 02383231 n 0000 ~ 02385098 n 0000 ~ 02385214 n 0000 ~ 02385348 n 0000 ~ 02385461 n 0000 ~ 02385580 n 0000 ~ 02385676 n 0000 ~ 02385776 n 0000 ~ 02388143 n 0000 ~ 02388276 n 0000 | a horse bred for racing
-02383231 05 n 01 thoroughbred 1 012 @ 02382948 n 0000 ~i 02383604 n 0000 ~i 02383708 n 0000 ~i 02383813 n 0000 ~i 02383912 n 0000 ~i 02384017 n 0000 ~i 02384120 n 0000 ~i 02384225 n 0000 ~i 02384326 n 0000 ~i 02384428 n 0000 ~i 02384533 n 0000 ~i 02384639 n 0000 | a racehorse belonging to a breed that originated from a cross between Arabian stallions and English mares
-02383604 05 n 01 Sir_Barton 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1919
-02383708 05 n 01 Gallant_Fox 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1930
-02383813 05 n 01 Omaha 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1935
-02383912 05 n 01 War_Admiral 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1937
-02384017 05 n 01 Whirlaway 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1941
-02384120 05 n 01 Count_Fleet 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1943
-02384225 05 n 01 Assault 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1946
-02384326 05 n 01 Citation 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1948
-02384428 05 n 01 Secretariat 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1973
-02384533 05 n 01 Seattle_Slew 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1977
-02384639 05 n 01 Affirmed 0 001 @i 02383231 n 0000 | thoroughbred that won the triple crown in 1978
-02384741 05 n 01 steeplechaser 0 002 @ 02374451 n 0000 @ 02384858 n 0000 | a horse trained to run in steeplechases
-02384858 05 n 01 racer 0 005 @ 00015388 n 0000 + 01086103 v 0101 ~ 02090827 n 0000 ~ 02384741 n 0000 ~ 02385002 n 0000 | an animal that races
-02385002 05 n 01 finisher 0 001 @ 02384858 n 0000 | an animal that wins in a contest of speed
-02385098 05 n 01 pony 3 001 @ 02382948 n 0000 | an informal term for a racehorse; "he liked to bet on the ponies"
-02385214 05 n 01 yearling 2 001 @ 02382948 n 0000 | a racehorse considered one year old until the second Jan. 1 following its birth
-02385348 05 n 02 two-year-old_horse 0 two_year_old 0 001 @ 02382948 n 0000 | a racehorse that is two years old
-02385461 05 n 02 three-year-old_horse 0 three_year_old 0 001 @ 02382948 n 0000 | a racehorse that is three years old
-02385580 05 n 01 dark_horse 0 001 @ 02382948 n 0000 | a racehorse about which little is known
-02385676 05 n 01 mudder 0 001 @ 02382948 n 0000 | a racehorse that runs well on a muddy racetrack
-02385776 05 n 01 nonstarter 0 001 @ 02382948 n 0000 | a horse that fails to run in a race for which it has been entered
-02385898 05 n 01 stalking-horse 0 001 @ 02374451 n 0000 | a horse behind which a hunter hides while stalking game
-02386014 05 n 01 harness_horse 0 003 @ 02374451 n 0000 ~ 02386141 n 0000 ~ 02386224 n 0000 | horse used for pulling vehicles
-02386141 05 n 01 cob 2 001 @ 02386014 n 0000 | stocky short-legged harness horse
-02386224 05 n 01 hackney 0 001 @ 02386014 n 0000 | a compact breed of harness horse
-02386310 05 n 01 workhorse 0 005 @ 02374451 n 0000 ~ 02382338 n 0000 ~ 02386496 n 0000 ~ 02386746 n 0000 ~ 02387254 n 0000 | a horse used for plowing and hauling and other heavy labor
-02386496 05 n 03 draft_horse 0 draught_horse 0 dray_horse 0 008 @ 02386310 n 0000 ~ 02386853 n 0000 ~ 02386968 n 0000 ~ 02387093 n 0000 ~ 02387346 n 0000 ~ 02387452 n 0000 ~ 02387581 n 0000 ~ 02387887 n 0000 | horse adapted for drawing heavy loads
-02386746 05 n 01 packhorse 0 002 @ 02386310 n 0000 @ 01317391 n 0000 | a workhorse used as a pack animal
-02386853 05 n 03 carthorse 0 cart_horse 0 drayhorse 0 001 @ 02386496 n 0000 | draft horse kept for pulling carts
-02386968 05 n 01 Clydesdale 0 001 @ 02386496 n 0000 | heavy feathered-legged breed of draft horse originally from Scotland
-02387093 05 n 01 Percheron 0 001 @ 02386496 n 0000 | one of a breed of grey or black draft horses originally used in France to draw heavy coaches or artillery
-02387254 05 n 02 farm_horse 0 dobbin 0 001 @ 02386310 n 0000 | a quiet plodding workhorse
-02387346 05 n 02 shire 0 shire_horse 0 001 @ 02386496 n 0000 | British breed of large heavy draft horse
-02387452 05 n 02 pole_horse 0 poler 0 001 @ 02386496 n 0000 | a draft horse harnessed alongside the shaft or pole of a vehicle
-02387581 05 n 02 wheel_horse 0 wheeler 0 001 @ 02386496 n 0000 | a draft horse harnessed behind others and nearest the wheels of a vehicle
-02387722 05 n 03 post_horse 0 post-horse 0 poster 0 001 @ 02374451 n 0000 | a horse kept at an inn or post house for use by mail carriers or for rent to travelers
-02387887 05 n 01 coach_horse 0 001 @ 02386496 n 0000 | strong draft horse for drawing coaches
-02387983 05 n 01 pacer 1 002 @ 02374451 n 0000 + 02091165 v 0101 | a horse trained to a special gait in which both feet on one side leave the ground together
-02388143 05 n 03 pacer 2 pacemaker 0 pacesetter 0 002 @ 02382948 n 0000 + 00702601 v 0101 | a horse used to set the pace in racing
-02388276 05 n 02 trotting_horse 0 trotter 0 003 @ 02382948 n 0000 + 01901447 v 0201 ~ 02388453 n 0000 | a horse trained to trot; especially a horse trained for harness racing
-02388453 05 n 01 pole_horse 1 001 @ 02388276 n 0000 | the horse having a starting position next to the inside rail in a harness race
-02388588 05 n 02 stepper 0 high_stepper 0 001 @ 02374451 n 0000 | a horse trained to lift its feet high off the ground while walking or trotting
-02388735 05 n 01 chestnut 0 001 @ 02374451 n 0000 | a dark golden-brown or reddish-brown horse
-02388832 05 n 01 liver_chestnut 0 001 @ 02374451 n 0000 | a solid dark brown horse
-02388917 05 n 01 bay 0 002 @ 02374451 n 0000 + 00395977 a 0101 | a horse of a moderate reddish-brown color
-02389026 05 n 01 sorrel 0 001 @ 02374451 n 0000 | a horse of a brownish orange to light brown color
-02389128 05 n 01 palomino 0 001 @ 02374451 n 0000 | a horse of light tan or golden color with cream-colored or white mane and tail
-02389261 05 n 01 pinto 0 001 @ 02374451 n 0000 | a spotted or calico horse or pony
-02389346 05 n 01 ass 0 006 @ 02374149 n 0000 #m 02373843 n 0000 ~ 02389559 n 0000 ~ 02389943 n 0000 ~ 02390015 n 0000 ~ 02390454 n 0000 | hardy and sure-footed animal smaller and with longer ears than the horse
-02389559 05 n 03 domestic_ass 0 donkey 0 Equus_asinus 1 004 @ 02389346 n 0000 #m 02373843 n 0000 ~ 02389779 n 0000 ~ 02389865 n 0000 | domestic beast of burden descended from the African wild ass; patient but stubborn
-02389779 05 n 01 burro 0 001 @ 02389559 n 0000 | small donkey used as a pack animal
-02389865 05 n 01 moke 0 001 @ 02389559 n 0000 | British informal for donkey
-02389943 05 n 02 jack 1 jackass 0 001 @ 02389346 n 0000 | male donkey
-02390015 05 n 03 jennet 0 jenny 0 jenny_ass 0 001 @ 02389346 n 0000 | female donkey
-02390101 05 n 01 mule 0 003 @ 02374149 n 0000 #m 02373843 n 0000 + 10338094 n 0101 | hybrid offspring of a male donkey and a female horse; usually sterile
-02390258 05 n 01 hinny 0 002 @ 02374149 n 0000 #m 02373843 n 0000 | hybrid offspring of a male horse and a female donkey or ass; usually sterile; "a hinny has a gentler disposition than a mule"
-02390454 05 n 01 wild_ass 0 005 @ 02389346 n 0000 #m 02373843 n 0000 ~ 02390640 n 0000 ~ 02390738 n 0000 ~ 02390834 n 0000 | any of several equine mammals of Asia and northeast Africa
-02390640 05 n 02 African_wild_ass 0 Equus_asinus 2 001 @ 02390454 n 0000 | a wild ass of Africa
-02390738 05 n 02 kiang 0 Equus_kiang 0 001 @ 02390454 n 0000 | wild ass of Tibet and Mongolia
-02390834 05 n 02 onager 0 Equus_hemionus 0 002 @ 02390454 n 0000 ~ 02390938 n 0000 | Asiatic wild ass
-02390938 05 n 03 chigetai 0 dziggetai 0 Equus_hemionus_hemionus 0 001 @ 02390834 n 0000 | Mongolian wild ass
-02391049 05 n 01 zebra 0 005 @ 02374149 n 0000 #m 02373843 n 0000 ~ 02391234 n 0000 ~ 02391373 n 0000 ~ 02391508 n 0000 | any of several fleet black-and-white striped African equines
-02391234 05 n 03 common_zebra 0 Burchell's_zebra 0 Equus_Burchelli 0 001 @ 02391049 n 0000 | of the plains of central and eastern Africa
-02391373 05 n 02 mountain_zebra 0 Equus_zebra_zebra 0 001 @ 02391049 n 0000 | narrow-striped nearly extinct zebra of southern Africa
-02391508 05 n 02 grevy's_zebra 0 Equus_grevyi 0 001 @ 02391049 n 0000 | zebra with less continuous stripes
-02391617 05 n 02 quagga 0 Equus_quagga 0 002 @ 02374149 n 0000 #m 02373843 n 0000 | mammal of South Africa that resembled a zebra; extinct since late 19th century
-02391782 05 n 03 Rhinocerotidae 0 family_Rhinocerotidae 0 rhinoceros_family 0 006 @ 01862557 n 0000 #m 02373093 n 0000 %m 02391994 n 0000 %m 02392282 n 0000 %m 02392710 n 0000 %m 02393024 n 0000 | rhinoceroses
-02391994 05 n 02 rhinoceros 0 rhino 0 006 @ 02373336 n 0000 #m 02391782 n 0000 ~ 02392434 n 0000 ~ 02392555 n 0000 ~ 02392824 n 0000 ~ 02393161 n 0000 | massive powerful herbivorous odd-toed ungulate of southeast Asia and Africa having very thick skin and one or two horns on the snout
-02392282 05 n 01 genus_Rhinoceros 0 004 @ 01864707 n 0000 #m 02391782 n 0000 %m 02392434 n 0000 %m 02392555 n 0000 | type genus of the Rhinocerotidae
-02392434 05 n 02 Indian_rhinoceros 0 Rhinoceros_unicornis 0 002 @ 02391994 n 0000 #m 02392282 n 0000 | having one horn
-02392555 05 n 02 woolly_rhinoceros 0 Rhinoceros_antiquitatis 0 002 @ 02391994 n 0000 #m 02392282 n 0000 | extinct thick-haired species of Arctic regions
-02392710 05 n 02 Ceratotherium 0 genus_Ceratotherium 0 002 @ 01864707 n 0000 #m 02391782 n 0000 | African genus
-02392824 05 n 03 white_rhinoceros 0 Ceratotherium_simum 0 Diceros_simus 0 001 @ 02391994 n 0000 | large light-grey African rhinoceros having two horns; endangered; sometimes placed in genus Diceros
-02393024 05 n 02 Diceros 0 genus_Diceros 0 003 @ 01864707 n 0000 #m 02391782 n 0000 %m 02393161 n 0000 | most common species in Africa
-02393161 05 n 02 black_rhinoceros 0 Diceros_bicornis 0 002 @ 02391994 n 0000 #m 02393024 n 0000 | African rhino; in danger of extinction
-02393300 05 n 02 Tapiridae 0 family_Tapiridae 0 003 @ 01862557 n 0000 #m 02373093 n 0000 %m 02393445 n 0000 | tapirs and extinct related forms
-02393445 05 n 02 Tapirus 0 genus_Tapirus 0 003 @ 01864707 n 0000 #m 02393300 n 0000 %m 02393580 n 0000 | type genus of the Tapiridae
-02393580 05 n 01 tapir 0 004 @ 02373336 n 0000 #m 02393445 n 0000 ~ 02393807 n 0000 ~ 02393940 n 0000 | large inoffensive chiefly nocturnal ungulate of tropical America and southeast Asia having a heavy body and fleshy snout
-02393807 05 n 02 New_World_tapir 0 Tapirus_terrestris 0 001 @ 02393580 n 0000 | a tapir found in South America and Central America
-02393940 05 n 03 Malayan_tapir 0 Indian_tapir 0 Tapirus_indicus 0 001 @ 02393580 n 0000 | a tapir found in Malaya and Sumatra
-02394068 05 n 02 Artiodactyla 0 order_Artiodactyla 0 009 @ 01342529 n 0000 #m 01886220 n 0000 + 02643673 a 0102 %m 02394477 n 0000 %m 02394822 n 0000 %m 02397251 n 0000 %m 02398252 n 0000 %m 02398732 n 0000 %m 02436813 n 0000 | an order of hooved mammals of the subclass Eutheria (including pigs and peccaries and hippopotami and members of the suborder Ruminantia) having an even number of functional toes
-02394477 05 n 03 even-toed_ungulate 0 artiodactyl 0 artiodactyl_mammal 0 010 @ 02370806 n 0000 #m 02394068 n 0000 ! 02373336 n 0101 ~ 02395003 n 0000 ~ 02397529 n 0000 ~ 02398521 n 0000 ~ 02399000 n 0000 ~ 02437136 n 0000 ~ 02437616 n 0000 ~ 02438580 n 0000 | placental mammal having hooves with an even number of functional toes on each foot
-02394822 05 n 02 Suidae 0 family_Suidae 0 006 @ 01862557 n 0000 #m 02394068 n 0000 %m 02395003 n 0000 %m 02395244 n 0000 %m 02396667 n 0000 %m 02396970 n 0000 | pigs; hogs; boars
-02395003 05 n 01 swine 0 009 @ 02394477 n 0000 #m 02394822 n 0000 ~ 02395406 n 0000 ~ 02396014 n 0000 ~ 02396088 n 0000 ~ 02396157 n 0000 ~ 02396427 n 0000 ~ 02396796 n 0000 ~ 02397096 n 0000 | stout-bodied short-legged omnivorous animals
-02395244 05 n 02 Sus 0 genus_Sus 0 005 @ 01864707 n 0000 #m 02394822 n 0000 %m 02395406 n 0000 %m 02395694 n 0000 %m 02396427 n 0000 | type genus of the Suidae
-02395406 05 n 05 hog 0 pig 0 grunter 0 squealer 0 Sus_scrofa 2 011 @ 02395003 n 0000 #m 02395244 n 0000 + 01054694 v 0401 + 01043231 v 0301 + 02395694 n 0201 + 00058645 v 0202 + 02615739 v 0201 ~ 02395931 n 0000 %p 02439568 n 0000 %p 07668702 n 0000 %s 07672421 n 0000 | domestic swine
-02395694 05 n 04 piglet 0 piggy 0 shoat 0 shote 0 005 @ 01321854 n 0000 #m 02395244 n 0000 + 00011327 a 0203 + 02395406 n 0102 ~ 02395855 n 0000 | a young pig
-02395855 05 n 01 sucking_pig 0 001 @ 02395694 n 0000 | an unweaned piglet
-02395931 05 n 01 porker 0 001 @ 02395406 n 0000 | a pig fattened to provide meat
-02396014 05 n 01 boar 1 001 @ 02395003 n 0000 | an uncastrated male hog
-02396088 05 n 01 sow 0 001 @ 02395003 n 0000 | an adult female hog
-02396157 05 n 03 razorback 1 razorback_hog 0 razorbacked_hog 0 002 @ 02395003 n 0000 + 00200603 a 0101 | a mongrel hog with a thin body and long legs and a ridged back; a wild or semi-wild descendant of improved breeds; found chiefly in the southeastern United States
-02396427 05 n 03 wild_boar 0 boar 2 Sus_scrofa 1 003 @ 02395003 n 0000 #m 02395244 n 0000 %p 01465713 n 0000 | Old World wild swine having a narrow body and prominent tusks from which most domestic swine come; introduced in United States
-02396667 05 n 02 Babyrousa 0 genus_Babyrousa 0 003 @ 01864707 n 0000 #m 02394822 n 0000 %m 02396796 n 0000 | a genus of Suidae
-02396796 05 n 04 babirusa 0 babiroussa 0 babirussa 0 Babyrousa_Babyrussa 0 002 @ 02395003 n 0000 #m 02396667 n 0000 | Indonesian wild pig with enormous curved canine teeth
-02396970 05 n 02 Phacochoerus 0 genus_Phacochoerus 0 003 @ 01864707 n 0000 #m 02394822 n 0000 %m 02397096 n 0000 | warthogs
-02397096 05 n 01 warthog 0 002 @ 02395003 n 0000 #m 02396970 n 0000 | African wild swine with warty protuberances on the face and large protruding tusks
-02397251 05 n 02 Tayassuidae 0 family_Tayassuidae 0 003 @ 01862557 n 0000 #m 02394068 n 0000 %m 02397377 n 0000 | peccaries
-02397377 05 n 03 Tayassu 0 genus_Tayassu 0 genus_Pecari 0 003 @ 01864707 n 0000 #m 02397251 n 0000 %m 02397529 n 0000 | type genus of the Tayassuidae
-02397529 05 n 02 peccary 0 musk_hog 0 005 @ 02394477 n 0000 #m 02397377 n 0000 ~ 02397744 n 0000 ~ 02397987 n 0000 ~ 02398141 n 0000 | nocturnal gregarious pig-like wild animals of North America and South America
-02397744 05 n 05 collared_peccary 0 javelina 0 Tayassu_angulatus 0 Tayassu_tajacu 0 Peccari_angulatus 0 001 @ 02397529 n 0000 | dark grey peccary with an indistinct white collar; of semi desert areas of Mexico and southwestern United States
-02397987 05 n 02 white-lipped_peccary 0 Tayassu_pecari 0 001 @ 02397529 n 0000 | blackish peccary with whitish cheeks; larger than the collared peccary
-02398141 05 n 01 Chiacoan_peccary 0 001 @ 02397529 n 0000 | a recently discovered large wild pig of Paraguay
-02398252 05 n 02 Hippopotamidae 0 family_Hippopotamidae 0 003 @ 01862557 n 0000 #m 02394068 n 0000 %m 02398386 n 0000 | hippopotami
-02398386 05 n 01 genus_Hippopotamus 0 003 @ 01864707 n 0000 #m 02398252 n 0000 %m 02398521 n 0000 | type genus of the Hippopotamidae
-02398521 05 n 04 hippopotamus 0 hippo 0 river_horse 0 Hippopotamus_amphibius 0 002 @ 02394477 n 0000 #m 02398386 n 0000 | massive thick-skinned herbivorous animal living in or around rivers of tropical Africa
-02398732 05 n 02 Ruminantia 0 suborder_Ruminantia 0 007 @ 01342529 n 0000 #m 02394068 n 0000 %m 02399000 n 0000 %m 02400139 n 0000 %m 02429123 n 0000 %m 02429695 n 0000 %m 02435689 n 0000 | cattle; bison; sheep; goats; antelopes; deer; chevrotains; giraffes; camels
-02399000 05 n 01 ruminant 0 015 @ 02394477 n 0000 #m 02398732 n 0000 + 01174555 v 0101 ~ 01319339 n 0000 %p 02399424 n 0000 %p 02399648 n 0000 %p 02399791 n 0000 %p 02399942 n 0000 ~ 02401031 n 0000 ~ 02429456 n 0000 ~ 02430045 n 0000 ~ 02435853 n 0000 ~ 02439033 n 0000 -c 01174555 v 0000 -c 01197870 v 0000 | any of various cud-chewing hoofed mammals having a stomach divided into four (occasionally three) compartments
-02399424 05 n 02 rumen 0 first_stomach 0 003 @ 05395690 n 0000 #p 02399000 n 0000 + 01174555 v 0101 | the first compartment of the stomach of a ruminant; here food is collected and returned to the mouth as cud for chewing
-02399648 05 n 02 reticulum 0 second_stomach 0 002 @ 05395690 n 0000 #p 02399000 n 0000 | the second compartment of the stomach of a ruminant
-02399791 05 n 03 psalterium 0 omasum 0 third_stomach 0 002 @ 05395690 n 0000 #p 02399000 n 0000 | the third compartment of the stomach of a ruminant
-02399942 05 n 02 abomasum 0 fourth_stomach 0 003 @ 05395690 n 0000 #p 02399000 n 0000 + 03138895 a 0101 | the fourth compartment of the stomach of a ruminant; the one where digestion takes place
-02400139 05 n 02 Bovidae 0 family_Bovidae 0 042 @ 01862557 n 0000 #m 02398732 n 0000 %m 02401031 n 0000 %m 02401305 n 0000 %m 02401509 n 0000 %m 02401661 n 0000 %m 02407959 n 0000 %m 02408217 n 0000 %m 02408903 n 0000 %m 02409369 n 0000 %m 02409702 n 0000 %m 02410313 n 0000 %m 02411075 n 0000 %m 02411427 n 0000 %m 02415971 n 0000 %m 02416410 n 0000 %m 02418064 n 0000 %m 02418341 n 0000 %m 02418648 n 0000 %m 02418934 n 0000 %m 02419217 n 0000 %m 02419515 n 0000 %m 02420389 n 0000 %m 02420675 n 0000 %m 02420994 n 0000 %m 02421308 n 0000 %m 02421612 n 0000 %m 02421962 n 0000 %m 02422249 n 0000 %m 02422561 n 0000 %m 02422860 n 0000 %m 02423465 n 0000 %m 02423787 n 0000 %m 02425393 n 0000 %m 02425756 n 0000 %m 02426054 n 0000 %m 02426339 n 0000 %m 02426634 n 0000 %m 02427337 n 0000 %m 02427958 n 0000 %m 02428229 n 0000 %m 02428653 n 0000 | true antelopes; cattle; oxen; sheep; goats
-02401031 05 n 01 bovid 0 012 @ 02399000 n 0000 #m 02400139 n 0000 ~ 02402010 n 0000 ~ 02407959 n 0000 ~ 02410509 n 0000 ~ 02411206 n 0000 ~ 02411705 n 0000 ~ 02414578 n 0000 ~ 02416519 n 0000 ~ 02418064 n 0000 ~ 02419796 n 0000 ~ 02428842 n 0000 | hollow-horned ruminants
-02401305 05 n 02 Bovinae 0 subfamily_Bovinae 0 002 @ 01862557 n 0000 #m 02400139 n 0000 | term not used technically; essentially coextensive with genus Bos: cattle; buffalo; and sometimes includes kudu
-02401509 05 n 02 Bovini 0 tribe_Bovini 0 002 @ 08108784 n 0000 #m 02400139 n 0000 | term not used technically; essentially coextensive with genus Bos
-02401661 05 n 02 Bos 0 genus_Bos 0 011 @ 01864707 n 0000 #m 02400139 n 0000 %m 02402010 n 0000 %m 02402175 n 0000 %m 02402425 n 0000 %m 02403003 n 0000 %m 02404573 n 0000 %m 02404906 n 0000 %m 02405101 n 0000 %m 02405302 n 0000 %m 02405440 n 0000 | wild and domestic cattle; in some classifications placed in the subfamily Bovinae or tribe Bovini
-02402010 05 n 01 bovine 0 005 @ 02401031 n 0000 #m 02401661 n 0000 ~ 02402175 n 0000 ~ 02402425 n 0000 ~ 02404573 n 0000 | any of various members of the genus Bos
-02402175 05 n 02 ox 0 wild_ox 0 007 @ 02402010 n 0000 #m 02401661 n 0000 #m 02409702 n 0000 ~ 02405101 n 0000 ~ 02405302 n 0000 ~ 02405440 n 0000 ~ 02409870 n 0000 | any of various wild bovines especially of the genera Bos or closely related Bibos
-02402425 05 n 05 cattle 0 cows 0 kine 0 oxen 0 Bos_taurus 0 018 @ 02402010 n 0000 #m 02401661 n 0000 #m 07994331 n 0000 + 02986348 n 0101 %m 01887896 n 0000 ~ 02403003 n 0000 ~ 02403153 n 0000 ~ 02403231 n 0000 ~ 02403325 n 0000 ~ 02403454 n 0000 ~ 02404186 n 0000 ~ 02405577 n 0000 ~ 02405692 n 0000 ~ 02406046 n 0000 ~ 02406174 n 0000 ~ 02406859 n 0000 ~ 02406952 n 0000 %p 07663592 n 0000 | domesticated bovine animals as a group regardless of sex or age; "so many head of cattle"; "wait till the cows come home"; "seven thin and ill-favored kine"- Bible; "a team of oxen"
-02403003 05 n 01 ox 2 003 @ 02402425 n 0000 #m 02401661 n 0000 %p 02462602 n 0000 | an adult castrated bull of the genus Bos; especially Bos taurus
-02403153 05 n 01 stirk 0 001 @ 02402425 n 0000 | yearling heifer or bullock
-02403231 05 n 02 bullock 1 steer 0 002 @ 02402425 n 0000 @ 01321230 n 0000 | castrated bull
-02403325 05 n 01 bull 1 003 @ 02402425 n 0000 %p 01325417 n 0000 ~ 02403820 n 0000 | uncastrated adult male of domestic cattle
-02403454 05 n 02 cow 1 moo-cow 0 005 @ 02402425 n 0000 %p 02370360 n 0000 ~ 02403644 n 0000 ~ 02403740 n 0000 %p 05539012 n 0000 | female of domestic cattle: "`moo-cow' is a child's term"
-02403644 05 n 02 springer 0 springing_cow 0 001 @ 02403454 n 0000 | a cow about to give birth
-02403740 05 n 01 heifer 0 002 @ 02403454 n 0000 @ 01321854 n 0000 | young cow
-02403820 05 n 01 bullock 2 003 @ 02403325 n 0000 @ 01321854 n 0000 + 02322248 a 0101 | young bull
-02403920 05 n 03 dogie 0 dogy 0 leppy 0 001 @ 01887896 n 0000 | motherless calf in a range herd of cattle
-02404028 05 n 01 maverick 0 001 @ 01887896 n 0000 | an unbranded range animal (especially a stray calf); belongs to the first person who puts a brand on it
-02404186 05 n 02 beef 0 beef_cattle 0 009 @ 02402425 n 0000 ~ 02404432 n 0000 ~ 02405799 n 0000 ~ 02405929 n 0000 ~ 02406647 n 0000 ~ 02407071 n 0000 ~ 02407276 n 0000 ~ 02407625 n 0000 ~ 02407763 n 0000 | cattle that are reared for their meat
-02404432 05 n 02 longhorn 0 Texas_longhorn 0 001 @ 02404186 n 0000 | long-horned beef cattle formerly common in southwestern United States
-02404573 05 n 04 Brahman 0 Brahma 0 Brahmin 0 Bos_indicus 0 003 @ 02402010 n 0000 #m 02401661 n 0000 ~ 02404906 n 0000 | any of several breeds of Indian cattle; especially a large American heat and tick resistant greyish humped breed evolved in the Gulf States by interbreeding Indian cattle and now used chiefly for crossbreeding
-02404906 05 n 01 zebu 0 002 @ 02404573 n 0000 #m 02401661 n 0000 | domesticated ox having a humped back and long horns and a large dewlap; used chiefly as a draft animal in India and east Asia
-02405101 05 n 03 aurochs 1 urus 0 Bos_primigenius 0 002 @ 02402175 n 0000 #m 02401661 n 0000 | large recently extinct long-horned European wild ox; considered one of the ancestors of domestic cattle
-02405302 05 n 02 yak 0 Bos_grunniens 0 002 @ 02402175 n 0000 #m 02401661 n 0000 | large long-haired wild ox of Tibet often domesticated
-02405440 05 n 04 banteng 0 banting 0 tsine 0 Bos_banteng 0 002 @ 02402175 n 0000 #m 02401661 n 0000 | wild ox of the Malay Archipelago
-02405577 05 n 02 Welsh 0 Welsh_Black 0 001 @ 02402425 n 0000 | a breed of dual-purpose cattle developed in Wales
-02405692 05 n 01 red_poll 0 001 @ 02402425 n 0000 | hornless short-haired breed of beef and dairy cattle
-02405799 05 n 01 Santa_Gertrudis 0 001 @ 02404186 n 0000 | Brahman and shorthorn crossbreed of red cattle; hardy in hot regions
-02405929 05 n 03 Aberdeen_Angus 0 Angus 0 black_Angus 0 001 @ 02404186 n 0000 | black hornless breed from Scotland
-02406046 05 n 01 Africander 0 001 @ 02402425 n 0000 | tall large-horned humped cattle of South Africa; used for meat or draft
-02406174 05 n 06 dairy_cattle 0 dairy_cow 0 milch_cow 0 milk_cow 0 milcher 0 milker 0 007 @ 02402425 n 0000 ~ 02406432 n 0000 ~ 02406533 n 0000 ~ 02406749 n 0000 ~ 02407172 n 0000 ~ 02407390 n 0000 ~ 02407521 n 0000 | cattle that are reared for their milk
-02406432 05 n 01 Ayrshire 0 001 @ 02406174 n 0000 | hardy breed of dairy cattle from Ayr, Scotland
-02406533 05 n 01 Brown_Swiss 0 001 @ 02406174 n 0000 | large hardy brown breed of dairy cattle from Switzerland
-02406647 05 n 01 Charolais 0 001 @ 02404186 n 0000 | large white or cream-colored breed from France
-02406749 05 n 01 Jersey 0 001 @ 02406174 n 0000 | a breed of diary cattle developed on the island of Jersey
-02406859 05 n 01 Devon 0 001 @ 02402425 n 0000 | red dual-purpose cattle of English origin
-02406952 05 n 01 grade 0 001 @ 02402425 n 0000 | a variety of cattle produced by crossbreeding with a superior breed
-02407071 05 n 02 Durham 0 shorthorn 0 001 @ 02404186 n 0000 | English breed of short-horned cattle
-02407172 05 n 01 milking_shorthorn 0 001 @ 02406174 n 0000 | breed evolved from shorthorn beef cattle
-02407276 05 n 01 Galloway 0 001 @ 02404186 n 0000 | breed of hardy black chiefly beef cattle native to Scotland
-02407390 05 n 03 Friesian 0 Holstein 0 Holstein-Friesian 0 001 @ 02406174 n 0000 | a breed of dairy cattle from northern Holland
-02407521 05 n 01 Guernsey 0 001 @ 02406174 n 0000 | breed of dairy cattle from the island of Guernsey
-02407625 05 n 02 Hereford 0 whiteface 0 001 @ 02404186 n 0000 | hardy English breed of dairy cattle raised extensively in United States
-02407763 05 n 02 cattalo 0 beefalo 0 001 @ 02404186 n 0000 | hardy breed of cattle resulting from crossing domestic cattle with the American buffalo; yields leaner beef than conventional breeds
-02407959 05 n 02 Old_World_buffalo 0 buffalo 1 006 @ 02401031 n 0000 #m 02400139 n 0000 ~ 02408429 n 0000 ~ 02409038 n 0000 ~ 02409202 n 0000 ~ 02409508 n 0000 | any of several Old World animals resembling oxen including, e.g., water buffalo; Cape buffalo
-02408217 05 n 03 Bubalus 0 genus_Bubalus 0 tribe_Bubalus 0 004 @ 01864707 n 0000 #m 02400139 n 0000 %m 02408429 n 0000 %m 02409202 n 0000 | in some classification systems included in genus Bos; water buffaloes
-02408429 05 n 04 water_buffalo 0 water_ox 0 Asiatic_buffalo 0 Bubalus_bubalis 0 004 @ 02407959 n 0000 #m 02408217 n 0000 ~ 02408660 n 0000 ~ 02408817 n 0000 | an Asian buffalo that is often domesticated for use as a draft animal
-02408660 05 n 01 Indian_buffalo 0 001 @ 02408429 n 0000 | upland buffalo of eastern Asia where true water buffaloes do not thrive; used for draft and milk
-02408817 05 n 01 carabao 0 001 @ 02408429 n 0000 | water buffalo of the Philippines
-02408903 05 n 01 genus_Anoa 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02409038 n 0000 | a genus of mammals of the family Bovidae
-02409038 05 n 03 anoa 0 dwarf_buffalo 0 Anoa_depressicornis 0 002 @ 02407959 n 0000 #m 02408903 n 0000 | small buffalo of the Celebes having small straight horns
-02409202 05 n 04 tamarau 0 tamarao 0 Bubalus_mindorensis 0 Anoa_mindorensis 0 002 @ 02407959 n 0000 #m 02408217 n 0000 | small buffalo of Mindoro in the Philippines
-02409369 05 n 03 Synercus 0 genus_Synercus 0 tribe_synercus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02409508 n 0000 | Cape buffalo
-02409508 05 n 02 Cape_buffalo 0 Synercus_caffer 0 002 @ 02407959 n 0000 #m 02409369 n 0000 | large often savage buffalo of southern Africa having upward-curving horns; mostly in game reserves
-02409702 05 n 02 Bibos 0 genus_Bibos 0 006 @ 01864707 n 0000 #m 02400139 n 0000 %m 02402175 n 0000 %m 02409870 n 0000 %m 02410011 n 0000 %m 02410141 n 0000 | wild ox
-02409870 05 n 01 Asian_wild_ox 0 004 @ 02402175 n 0000 #m 02409702 n 0000 ~ 02410011 n 0000 ~ 02410141 n 0000 | genus of Asiatic wild oxen
-02410011 05 n 02 gaur 0 Bibos_gaurus 0 002 @ 02409870 n 0000 #m 02409702 n 0000 | wild ox of mountainous areas of eastern India
-02410141 05 n 03 gayal 0 mithan 0 Bibos_frontalis 0 002 @ 02409870 n 0000 #m 02409702 n 0000 | ox of southeast Asia sometimes considered a domesticated breed of the gaur
-02410313 05 n 01 genus_Bison 0 005 @ 01864707 n 0000 #m 02400139 n 0000 %m 02410509 n 0000 %m 02410702 n 0000 %m 02410900 n 0000 | sometimes considered a subgenus of genus Bos: American buffalo
-02410509 05 n 01 bison 0 004 @ 02401031 n 0000 #m 02410313 n 0000 ~ 02410702 n 0000 ~ 02410900 n 0000 | any of several large humped bovids having shaggy manes and large heads and short horns
-02410702 05 n 04 American_bison 0 American_buffalo 0 buffalo 2 Bison_bison 0 003 @ 02410509 n 0000 #m 02410313 n 0000 %p 07663492 n 0000 | large shaggy-haired brown bison of North American plains
-02410900 05 n 03 wisent 0 aurochs 2 Bison_bonasus 0 002 @ 02410509 n 0000 #m 02410313 n 0000 | European bison having a smaller and higher head than the North American bison
-02411075 05 n 02 Ovibos 0 genus_Ovibos 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02411206 n 0000 | consisting of the musk-ox
-02411206 05 n 03 musk_ox 0 musk_sheep 0 Ovibos_moschatus 0 002 @ 02401031 n 0000 #m 02411075 n 0000 | large shaggy-coated bovid mammal of Canada and Greenland; intermediate in size and anatomy between an ox and a sheep
-02411427 05 n 02 Ovis 0 genus_Ovis 0 012 @ 01864707 n 0000 #m 02400139 n 0000 %m 02411705 n 0000 %m 02412210 n 0000 %m 02412440 n 0000 %m 02413131 n 0000 %m 02414763 n 0000 %m 02414904 n 0000 %m 02415130 n 0000 %m 02415253 n 0000 %m 02415577 n 0000 %m 02415829 n 0000 | sheep
-02411705 05 n 01 sheep 0 011 @ 02401031 n 0000 #m 02411427 n 0000 #m 07994331 n 0000 #m 07991169 n 0000 ~ 02411999 n 0000 ~ 02412080 n 0000 ~ 02412210 n 0000 ~ 02413050 n 0000 ~ 02413131 n 0000 %p 02439568 n 0000 %p 02462602 n 0000 | woolly usually horned ruminant mammal related to the goat
-02411999 05 n 01 ewe 0 002 @ 02411705 n 0000 %p 02370360 n 0000 | female sheep
-02412080 05 n 02 ram 0 tup 0 002 @ 02411705 n 0000 %p 01325417 n 0000 | uncastrated adult male sheep; "a British term is `tup'"
-02412210 05 n 01 wether 0 003 @ 02411705 n 0000 #m 02411427 n 0000 ~ 02412337 n 0000 | male sheep especially a castrated one
-02412337 05 n 01 bellwether 0 001 @ 02412210 n 0000 | sheep that leads the herd often wearing a bell
-02412440 05 n 01 lamb 0 008 @ 01321854 n 0000 #m 02411427 n 0000 + 00058265 v 0101 ~ 02412629 n 0000 ~ 02412700 n 0000 ~ 02412787 n 0000 ~ 02412909 n 0000 ~ 02412977 n 0000 | young sheep
-02412629 05 n 01 lambkin 0 001 @ 02412440 n 0000 | a very young lamb
-02412700 05 n 01 baa-lamb 0 001 @ 02412440 n 0000 | child's word for a sheep or lamb
-02412787 05 n 03 hog 2 hogget 0 hogg 0 001 @ 02412440 n 0000 | a sheep up to the age of one year; one yet to be sheared
-02412909 05 n 01 teg 0 001 @ 02412440 n 0000 | two-year-old sheep
-02412977 05 n 01 Persian_lamb 0 001 @ 02412440 n 0000 | a karakul lamb
-02413050 05 n 01 black_sheep 0 001 @ 02411705 n 0000 | sheep with a black coat
-02413131 05 n 02 domestic_sheep 0 Ovis_aries 0 013 @ 02411705 n 0000 #m 02411427 n 0000 ~ 02413484 n 0000 ~ 02413593 n 0000 ~ 02413717 n 0000 ~ 02413824 n 0000 ~ 02413917 n 0000 ~ 02414043 n 0000 ~ 02414209 n 0000 ~ 02414290 n 0000 ~ 02414442 n 0000 %p 07666733 n 0000 %p 07667151 n 0000 | any of various breeds raised for wool or edible meat or skin
-02413484 05 n 01 Cotswold 0 001 @ 02413131 n 0000 | sheep with long wool originating in the Cotswold Hills
-02413593 05 n 02 Hampshire 0 Hampshire_down 0 001 @ 02413131 n 0000 | British breed of hornless dark-faced domestic sheep
-02413717 05 n 01 Lincoln 0 001 @ 02413131 n 0000 | long-wooled mutton sheep originally from Lincolnshire
-02413824 05 n 01 Exmoor 1 001 @ 02413131 n 0000 | horned sheep of Devon; valued for mutton
-02413917 05 n 01 Cheviot 0 001 @ 02413131 n 0000 | hardy hornless sheep of the Cheviot Hills noted for its short thick wool
-02414043 05 n 03 broadtail 0 caracul 0 karakul 0 001 @ 02413131 n 0000 | hardy coarse-haired sheep of central Asia; lambs are valued for their soft curly black fur
-02414209 05 n 01 longwool 0 001 @ 02413131 n 0000 | a domestic long-wool sheep
-02414290 05 n 02 merino 0 merino_sheep 0 001 @ 02413131 n 0000 | white sheep originating in Spain and producing a heavy fleece of exceptional quality
-02414442 05 n 01 Rambouillet 0 001 @ 02413131 n 0000 | hardy sheep developed from the merino producing both good mutton and fine wool
-02414578 05 n 01 wild_sheep 0 007 @ 02401031 n 0000 ~ 02414763 n 0000 ~ 02414904 n 0000 ~ 02415130 n 0000 ~ 02415253 n 0000 ~ 02415435 n 0000 ~ 02416104 n 0000 | undomesticated sheep
-02414763 05 n 03 argali 0 argal 0 Ovis_ammon 0 002 @ 02414578 n 0000 #m 02411427 n 0000 | wild sheep of semidesert regions in central Asia
-02414904 05 n 03 Marco_Polo_sheep 0 Marco_Polo's_sheep 0 Ovis_poli 0 002 @ 02414578 n 0000 #m 02411427 n 0000 | Asiatic wild sheep with exceptionally large horns; sometimes considered a variety of the argali (or Ovis ammon)
-02415130 05 n 02 urial 0 Ovis_vignei 0 002 @ 02414578 n 0000 #m 02411427 n 0000 | bearded reddish sheep of southern Asia
-02415253 05 n 04 Dall_sheep 0 Dall's_sheep 0 white_sheep 0 Ovis_montana_dalli 0 002 @ 02414578 n 0000 #m 02411427 n 0000 | large white wild sheep of northwestern Canada and Alaska
-02415435 05 n 01 mountain_sheep 0 003 @ 02414578 n 0000 ~ 02415577 n 0000 ~ 02415829 n 0000 | any wild sheep inhabiting mountainous regions
-02415577 05 n 06 bighorn 0 bighorn_sheep 0 cimarron 0 Rocky_Mountain_bighorn 0 Rocky_Mountain_sheep 0 Ovis_canadensis 0 002 @ 02415435 n 0000 #m 02411427 n 0000 | wild sheep of mountainous regions of western North America having massive curled horns
-02415829 05 n 03 mouflon 0 moufflon 0 Ovis_musimon 0 002 @ 02415435 n 0000 #m 02411427 n 0000 | wild mountain sheep of Corsica and Sardinia
-02415971 05 n 02 Ammotragus 0 genus_Ammotragus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02416104 n 0000 | genus of wild sheep
-02416104 05 n 06 aoudad 0 arui 0 audad 0 Barbary_sheep 0 maned_sheep 0 Ammotragus_lervia 0 002 @ 02414578 n 0000 #m 02415971 n 0000 | wild sheep of northern Africa
-02416270 05 n 01 beard 1 003 @ 05254795 n 0000 #p 02416519 n 0000 + 02687730 v 0101 | hairy growth on or near the face of certain mammals
-02416410 05 n 02 Capra 0 genus_Capra 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02416519 n 0000 | goats
-02416519 05 n 02 goat 0 caprine_animal 0 009 @ 02401031 n 0000 #m 02416410 n 0000 %p 01325417 n 0000 %p 02416270 n 0000 ~ 02416820 n 0000 ~ 02416880 n 0000 ~ 02416964 n 0000 ~ 02417070 n 0000 ~ 02417534 n 0000 | any of numerous agile ruminants related to sheep but having a beard and straight horns
-02416820 05 n 01 kid 0 001 @ 02416519 n 0000 | young goat
-02416880 05 n 03 billy 0 billy_goat 0 he-goat 0 001 @ 02416519 n 0000 | male goat
-02416964 05 n 03 nanny 0 nanny-goat 0 she-goat 0 002 @ 02416519 n 0000 %p 02370360 n 0000 | female goat
-02417070 05 n 02 domestic_goat 0 Capra_hircus 0 003 @ 02416519 n 0000 ~ 02417242 n 0000 ~ 02417387 n 0000 | any of various breeds of goat raised for milk or meat or wool
-02417242 05 n 02 Cashmere_goat 0 Kashmir_goat 0 001 @ 02417070 n 0000 | Himalayan goat having a silky undercoat highly prized as cashmere wool
-02417387 05 n 02 Angora 1 Angora_goat 0 001 @ 02417070 n 0000 | a domestic breed of goat raised for its long silky hair which is the true mohair
-02417534 05 n 01 wild_goat 0 004 @ 02416519 n 0000 ~ 02417663 n 0000 ~ 02417785 n 0000 ~ 02417914 n 0000 | undomesticated goat
-02417663 05 n 03 bezoar_goat 0 pasang 1 Capra_aegagrus 0 001 @ 02417534 n 0000 | wild goat of Iran and adjacent regions
-02417785 05 n 03 markhor 0 markhoor 0 Capra_falconeri 0 001 @ 02417534 n 0000 | large Himalayan goat with large spiraled horns
-02417914 05 n 02 ibex 0 Capra_ibex 0 001 @ 02417534 n 0000 | wild goat of mountain areas of Eurasia and northern Africa having large recurved horns
-02418064 05 n 01 goat_antelope 0 007 @ 02401031 n 0000 #m 02400139 n 0000 ~ 02418465 n 0000 ~ 02418770 n 0000 ~ 02419056 n 0000 ~ 02419336 n 0000 ~ 02419634 n 0000 | bovid related to goats but having antelope-like features: mountain goats; gorals; serows; chamois; gnu goats
-02418341 05 n 02 Oreamnos 0 genus_Oreamnos 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02418465 n 0000 | mountain goats
-02418465 05 n 03 mountain_goat 0 Rocky_Mountain_goat 0 Oreamnos_americanus 0 002 @ 02418064 n 0000 #m 02418341 n 0000 | sure-footed mammal of mountainous northwestern North America
-02418648 05 n 02 Naemorhedus 0 genus_Naemorhedus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02418770 n 0000 | gorals
-02418770 05 n 02 goral 0 Naemorhedus_goral 0 002 @ 02418064 n 0000 #m 02418648 n 0000 | small goat antelope with small conical horns; of southern Asian mountains
-02418934 05 n 02 Capricornis 0 genus_Capricornis 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02419056 n 0000 | serows
-02419056 05 n 01 serow 0 002 @ 02418064 n 0000 #m 02418934 n 0000 | short-horned dark-coated goat antelope of mountain areas of southern and southeastern Asia
-02419217 05 n 02 Rupicapra 0 genus_Rupicapra 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02419336 n 0000 | chamois
-02419336 05 n 02 chamois 0 Rupicapra_rupicapra 0 002 @ 02418064 n 0000 #m 02419217 n 0000 | hoofed mammal of mountains of Eurasia having upright horns with backward-hooked tips
-02419515 05 n 02 Budorcas 0 genus_Budorcas 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02419634 n 0000 | gnu goats
-02419634 05 n 03 takin 0 gnu_goat 0 Budorcas_taxicolor 0 002 @ 02418064 n 0000 #m 02419515 n 0000 | large heavily built goat antelope of eastern Himalayan area
-02419796 05 n 01 antelope 0 022 @ 02401031 n 0000 ~ 02420509 n 0000 ~ 02420828 n 0000 ~ 02421136 n 0000 ~ 02421449 n 0000 ~ 02421792 n 0000 ~ 02422106 n 0000 ~ 02422391 n 0000 ~ 02422699 n 0000 ~ 02423022 n 0000 ~ 02424085 n 0000 ~ 02424305 n 0000 ~ 02424695 n 0000 ~ 02425086 n 0000 ~ 02425532 n 0000 ~ 02425887 n 0000 ~ 02426176 n 0000 ~ 02426481 n 0000 ~ 02426813 n 0000 ~ 02427724 n 0000 ~ 02428089 n 0000 ~ 02428349 n 0000 | graceful Old World ruminant with long legs and horns directed upward and backward; includes gazelles; springboks; impalas; addax; gerenuks; blackbucks; dik-diks
-02420389 05 n 02 Antilope 0 genus_Antilope 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02420509 n 0000 | blackbucks
-02420509 05 n 03 blackbuck 0 black_buck 0 Antilope_cervicapra 0 002 @ 02419796 n 0000 #m 02420389 n 0000 | common Indian antelope with a dark back and spiral horns
-02420675 05 n 02 Litocranius 0 genus_Litocranius 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02420828 n 0000 | antelopes of eastern Africa: gerenuks
-02420828 05 n 02 gerenuk 0 Litocranius_walleri 0 002 @ 02419796 n 0000 #m 02420675 n 0000 | slender East African antelope with slim neck and backward-curving horns
-02420994 05 n 01 genus_Addax 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02421136 n 0000 | genus of antelopes of northern African deserts
-02421136 05 n 02 addax 0 Addax_nasomaculatus 0 002 @ 02419796 n 0000 #m 02420994 n 0000 | large antelope with lightly spiraled horns of desert regions of northern Africa
-02421308 05 n 02 Connochaetes 0 genus_Connochaetes 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02421449 n 0000 | African antelopes: gnus
-02421449 05 n 02 gnu 0 wildebeest 0 002 @ 02419796 n 0000 #m 02421308 n 0000 | large African antelope having a head with horns like an ox and a long tufted tail
-02421612 05 n 02 Madoqua 0 genus_Madoqua 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02421792 n 0000 | genus comprising some small antelopes of eastern and northeastern Africa
-02421792 05 n 01 dik-dik 0 002 @ 02419796 n 0000 #m 02421612 n 0000 | any of several small antelopes of eastern Africa of the genus Madoqua; the size of a large rabbit
-02421962 05 n 02 Alcelaphus 0 genus_Alcelaphus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02422106 n 0000 | African antelopes: hartebeests
-02422106 05 n 01 hartebeest 0 002 @ 02419796 n 0000 #m 02421962 n 0000 | a large African antelope with lyre-shaped horns that curve backward
-02422249 05 n 02 Damaliscus 0 genus_Damaliscus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02422391 n 0000 | African antelopes: sassabies
-02422391 05 n 03 sassaby 0 topi 0 Damaliscus_lunatus 0 002 @ 02419796 n 0000 #m 02422249 n 0000 | a large South African antelope; considered the swiftest hoofed mammal
-02422561 05 n 02 Aepyceros 0 genus_Aepyceros 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02422699 n 0000 | African antelopes: impalas
-02422699 05 n 02 impala 0 Aepyceros_melampus 0 002 @ 02419796 n 0000 #m 02422561 n 0000 | African antelope with ridged curved horns; moves with enormous leaps
-02422860 05 n 02 Gazella 0 genus_Gazella 0 005 @ 01864707 n 0000 #m 02400139 n 0000 %m 02423022 n 0000 %m 02423218 n 0000 %m 02423362 n 0000 | typical gazelles
-02423022 05 n 01 gazelle 0 005 @ 02419796 n 0000 #m 02422860 n 0000 ~ 02423218 n 0000 ~ 02423362 n 0000 ~ 02423589 n 0000 | small swift graceful antelope of Africa and Asia having lustrous eyes
-02423218 05 n 02 Thomson's_gazelle 0 Gazella_thomsoni 0 002 @ 02423022 n 0000 #m 02422860 n 0000 | East African gazelle; the smallest gazelle
-02423362 05 n 01 Gazella_subgutturosa 0 002 @ 02423022 n 0000 #m 02422860 n 0000 | a kind of gazelle
-02423465 05 n 02 Antidorcas 0 genus_Antidorcas 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02423589 n 0000 | springboks
-02423589 05 n 04 springbok 0 springbuck 0 Antidorcas_marsupialis 0 Antidorcas_euchore 0 002 @ 02423022 n 0000 #m 02423465 n 0000 | a South African gazelle noted for springing lightly into the air
-02423787 05 n 04 Tragelaphus 0 genus_Tragelaphus 0 Strepsiceros 0 genus_Strepsiceros 0 008 @ 01864707 n 0000 #m 02400139 n 0000 %m 02424085 n 0000 %m 02424305 n 0000 %m 02424695 n 0000 %m 02424909 n 0000 %m 02425086 n 0000 %m 02425228 n 0000 | African antelopes: kudus; bongos; nyalas; bushbucks
-02424085 05 n 03 bongo 0 Tragelaphus_eurycerus 0 Boocercus_eurycerus 0 002 @ 02419796 n 0000 #m 02423787 n 0000 | large forest antelope of central Africa having a reddish-brown coat with white stripes and spiral horns
-02424305 05 n 03 kudu 0 koodoo 0 koudou 0 004 @ 02419796 n 0000 #m 02423787 n 0000 ~ 02424486 n 0000 ~ 02424589 n 0000 | either of two spiral-horned antelopes of the African bush
-02424486 05 n 02 greater_kudu 0 Tragelaphus_strepsiceros 0 001 @ 02424305 n 0000 | a variety of kudu
-02424589 05 n 02 lesser_kudu 0 Tragelaphus_imberbis 0 001 @ 02424305 n 0000 | a smaller variety of kudu
-02424695 05 n 01 harnessed_antelope 0 004 @ 02419796 n 0000 #m 02423787 n 0000 ~ 02424909 n 0000 ~ 02425228 n 0000 | any of several antelopes of the genus Tragelaphus having striped markings resembling a harness
-02424909 05 n 02 nyala 0 Tragelaphus_angasi 0 002 @ 02424695 n 0000 #m 02423787 n 0000 | spiral-horned South African antelope with a fringe of white hairs along back and neck
-02425086 05 n 02 mountain_nyala 0 Tragelaphus_buxtoni 0 002 @ 02419796 n 0000 #m 02423787 n 0000 | shaggy antelope of mountains of Ethiopia
-02425228 05 n 03 bushbuck 0 guib 0 Tragelaphus_scriptus 0 002 @ 02424695 n 0000 #m 02423787 n 0000 | antelope with white markings like a harness and twisted horns
-02425393 05 n 02 Boselaphus 0 genus_Boselaphus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02425532 n 0000 | Indian antelopes: nilgais
-02425532 05 n 05 nilgai 0 nylghai 0 nylghau 0 blue_bull 0 Boselaphus_tragocamelus 0 002 @ 02419796 n 0000 #m 02425393 n 0000 | large Indian antelope; male is blue-grey with white markings; female is brownish with no horns
-02425756 05 n 02 Hippotragus 0 genus_Hippotragus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02425887 n 0000 | sable antelopes
-02425887 05 n 02 sable_antelope 0 Hippotragus_niger 0 002 @ 02419796 n 0000 #m 02425756 n 0000 | large black East African antelope with sharp backward-curving horns
-02426054 05 n 01 genus_Saiga 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02426176 n 0000 | Eurasian antelopes: saigas
-02426176 05 n 02 saiga 0 Saiga_tatarica 0 002 @ 02419796 n 0000 #m 02426054 n 0000 | goat-like antelope of central Eurasia having a stubby nose like a proboscis
-02426339 05 n 02 Raphicerus 0 genus_Raphicerus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02426481 n 0000 | African antelopes: steenboks
-02426481 05 n 03 steenbok 0 steinbok 0 Raphicerus_campestris 0 002 @ 02419796 n 0000 #m 02426339 n 0000 | small plains antelope of southeastern Africa
-02426634 05 n 02 Taurotragus 0 genus_Taurotragus 0 005 @ 01864707 n 0000 #m 02400139 n 0000 %m 02426813 n 0000 %m 02427032 n 0000 %m 02427183 n 0000 | African antelopes: elands
-02426813 05 n 01 eland 0 004 @ 02419796 n 0000 #m 02426634 n 0000 ~ 02427032 n 0000 ~ 02427183 n 0000 | either of two large African antelopes of the genus Taurotragus having short spirally twisted horns in both sexes
-02427032 05 n 02 common_eland 0 Taurotragus_oryx 0 002 @ 02426813 n 0000 #m 02426634 n 0000 | dark fawn-colored eland of southern and eastern Africa
-02427183 05 n 02 giant_eland 0 Taurotragus_derbianus 0 002 @ 02426813 n 0000 #m 02426634 n 0000 | large dark striped eland of western equatorial Africa
-02427337 05 n 02 Kobus 0 genus_Kobus 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02427724 n 0000 | African antelopes: waterbucks
-02427470 05 n 02 kob 0 Kobus_kob 0 001 @ 02427724 n 0000 | an orange-brown antelope of southeast Africa
-02427576 05 n 02 lechwe 0 Kobus_leche 0 001 @ 02427724 n 0000 | tawny-colored African antelope inhabiting wet grassy plains; a threatened species
-02427724 05 n 01 waterbuck 0 004 @ 02419796 n 0000 #m 02427337 n 0000 ~ 02427470 n 0000 ~ 02427576 n 0000 | any of several large African antelopes of the genus Kobus having curved ridged horns and frequenting e.g. swamps and rivers
-02427958 05 n 02 Adenota 0 genus_Adenota 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02428089 n 0000 | African antelopes: puku
-02428089 05 n 02 puku 0 Adenota_vardoni 0 002 @ 02419796 n 0000 #m 02427958 n 0000 | an African antelope closely related to the waterbuck
-02428229 05 n 01 genus_Oryx 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02428349 n 0000 | African antelopes: oryxes
-02428349 05 n 02 oryx 0 pasang 2 003 @ 02419796 n 0000 #m 02428229 n 0000 ~ 02428508 n 0000 | large African antelope with long straight nearly upright horns
-02428508 05 n 03 gemsbok 0 gemsbuck 0 Oryx_gazella 0 001 @ 02428349 n 0000 | large South African oryx with a broad black band along its flanks
-02428653 05 n 02 Pseudoryx 0 genus_Pseudoryx 0 003 @ 01864707 n 0000 #m 02400139 n 0000 %m 02428842 n 0000 | species of large cow-like mammals of Vietnam discovered by scientists in 1992
-02428842 05 n 03 forest_goat 0 spindle_horn 0 Pseudoryx_nghetinhensis 0 002 @ 02401031 n 0000 #m 02428653 n 0000 | cow-like creature with the glossy coat of a horse and the agility of a goat and the long horns of an antelope; characterized as a cow that lives the life of a goat
-02429123 05 n 02 Antilocapridae 0 family_Antilocapridae 0 003 @ 01862557 n 0000 #m 02398732 n 0000 %m 02429276 n 0000 | comprising only the pronghorns
-02429276 05 n 02 Antilocapra 0 genus_Antilocapra 0 003 @ 01864707 n 0000 #m 02429123 n 0000 %m 02429456 n 0000 | type and sole genus of the Antilocapridae comprising one species
-02429456 05 n 05 pronghorn 0 prongbuck 0 pronghorn_antelope 0 American_antelope 0 Antilocapra_americana 0 002 @ 02399000 n 0000 #m 02429276 n 0000 | fleet antelope-like ruminant of western North American plains with small branched horns
-02429695 05 n 02 Cervidae 0 family_Cervidae 0 013 @ 01862557 n 0000 #m 02398732 n 0000 %m 02430045 n 0000 %m 02430929 n 0000 %m 02432139 n 0000 %m 02432867 n 0000 %m 02433205 n 0000 %m 02433426 n 0000 %m 02433796 n 0000 %m 02434598 n 0000 %m 02434834 n 0000 %m 02435099 n 0000 %m 02435386 n 0000 | deer: reindeer; moose or elks; muntjacs; roe deer
-02430045 05 n 02 deer 0 cervid 0 022 @ 02399000 n 0000 #m 02429695 n 0000 %p 01325658 n 0000 %p 02158739 n 0000 %p 02158846 n 0000 ~ 02430748 n 0000 ~ 02430830 n 0000 ~ 02431122 n 0000 ~ 02431628 n 0000 ~ 02431785 n 0000 ~ 02431976 n 0000 ~ 02432291 n 0000 ~ 02432511 n 0000 ~ 02432983 n 0000 ~ 02433318 n 0000 ~ 02433546 n 0000 ~ 02433925 n 0000 ~ 02434712 n 0000 ~ 02434954 n 0000 ~ 02435216 n 0000 ~ 02435517 n 0000 %p 02462602 n 0000 | distinguished from Bovidae by the male's having solid deciduous antlers
-02430559 05 n 01 stag 0 002 @ 01888264 n 0000 ~ 02430643 n 0000 | adult male deer
-02430643 05 n 02 royal 0 royal_stag 0 001 @ 02430559 n 0000 | stag with antlers of 12 or more branches
-02430748 05 n 01 pricket 0 001 @ 02430045 n 0000 | male deer in his second year
-02430830 05 n 01 fawn 0 003 @ 02430045 n 0000 @ 01321854 n 0000 + 00058794 v 0101 | a young deer
-02430929 05 n 02 Cervus 0 genus_Cervus 0 006 @ 01864707 n 0000 #m 02429695 n 0000 %m 02431122 n 0000 %m 02431628 n 0000 %m 02431785 n 0000 %m 02431976 n 0000 | the type genus of the Cervidae
-02431122 05 n 05 red_deer 0 elk 1 American_elk 1 wapiti 1 Cervus_elaphus 0 005 @ 02430045 n 0000 #m 02430929 n 0000 ~ 02431337 n 0000 ~ 02431441 n 0000 ~ 02431542 n 0000 | common deer of temperate Europe and Asia
-02431337 05 n 02 hart 0 stag 2 001 @ 02431122 n 0000 | a male deer, especially an adult male red deer
-02431441 05 n 01 hind 0 001 @ 02431122 n 0000 | a female deer, especially an adult female red deer
-02431542 05 n 01 brocket 2 001 @ 02431122 n 0000 | male red deer in its second year
-02431628 05 n 03 sambar 0 sambur 0 Cervus_unicolor 0 002 @ 02430045 n 0000 #m 02430929 n 0000 | a deer of southern Asia with antlers that have three tines
-02431785 05 n 04 wapiti 0 elk 2 American_elk 0 Cervus_elaphus_canadensis 0 002 @ 02430045 n 0000 #m 02430929 n 0000 | large North American deer with large much-branched antlers in the male
-02431976 05 n 04 Japanese_deer 0 sika 0 Cervus_nipon 0 Cervus_sika 0 002 @ 02430045 n 0000 #m 02430929 n 0000 | small deer of Japan with slightly forked antlers
-02432139 05 n 02 Odocoileus 0 genus_Odocoileus 0 004 @ 01864707 n 0000 #m 02429695 n 0000 %m 02432291 n 0000 %m 02432511 n 0000 | North American deer
-02432291 05 n 06 Virginia_deer 0 white_tail 0 whitetail 0 white-tailed_deer 0 whitetail_deer 0 Odocoileus_Virginianus 0 002 @ 02430045 n 0000 #m 02432139 n 0000 | common North American deer; tail has a white underside
-02432511 05 n 03 mule_deer 0 burro_deer 0 Odocoileus_hemionus 0 003 @ 02430045 n 0000 #m 02432139 n 0000 ~ 02432704 n 0000 | long-eared deer of western North America with two-pronged antlers
-02432704 05 n 04 black-tailed_deer 0 blacktail_deer 0 blacktail 0 Odocoileus_hemionus_columbianus 0 001 @ 02432511 n 0000 | mule deer of western Rocky Mountains
-02432867 05 n 02 Alces 0 genus_Alces 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02432983 n 0000 | elk or moose
-02432983 05 n 04 elk 0 European_elk 0 moose 0 Alces_alces 0 002 @ 02430045 n 0000 #m 02432867 n 0000 | large northern deer with enormous flattened antlers in the male; called `elk' in Europe and `moose' in North America
-02433205 05 n 02 Dama 0 genus_Dama 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02433318 n 0000 | fallow deer
-02433318 05 n 02 fallow_deer 0 Dama_dama 0 002 @ 02430045 n 0000 #m 02433205 n 0000 | small Eurasian deer
-02433426 05 n 02 Capreolus 0 genus_Capreolus 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02433546 n 0000 | roe deer
-02433546 05 n 02 roe_deer 0 Capreolus_capreolus 0 003 @ 02430045 n 0000 #m 02433426 n 0000 ~ 02433729 n 0000 | small graceful deer of Eurasian woodlands having small forked antlers
-02433729 05 n 01 roebuck 0 001 @ 02433546 n 0000 | male roe deer
-02433796 05 n 02 Rangifer 0 genus_Rangifer 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02433925 n 0000 | reindeer or caribou
-02433925 05 n 04 caribou 0 reindeer 0 Greenland_caribou 0 Rangifer_tarandus 0 004 @ 02430045 n 0000 #m 02433796 n 0000 ~ 02434190 n 0000 ~ 02434415 n 0000 | Arctic deer with large antlers in both sexes; called `reindeer' in Eurasia and `caribou' in North America
-02434190 05 n 02 woodland_caribou 0 Rangifer_caribou 0 001 @ 02433925 n 0000 | any of several large caribou living in coniferous forests of southern Canada; in some classifications included in the species Rangifer tarandus
-02434415 05 n 02 barren_ground_caribou 0 Rangifer_arcticus 0 001 @ 02433925 n 0000 | of tundra of northern Canada; in some classifications included in the species Rangifer tarandus
-02434598 05 n 02 Mazama 0 genus_Mazama 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02434712 n 0000 | brockets
-02434712 05 n 01 brocket 1 002 @ 02430045 n 0000 #m 02434598 n 0000 | small South American deer with unbranched antlers
-02434834 05 n 02 Muntiacus 0 genus_Muntiacus 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02434954 n 0000 | muntjacs
-02434954 05 n 02 muntjac 0 barking_deer 0 002 @ 02430045 n 0000 #m 02434834 n 0000 | small Asian deer with small antlers and a cry like a bark
-02435099 05 n 02 Moschus 0 genus_Moschus 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02435216 n 0000 | musk deer
-02435216 05 n 02 musk_deer 0 Moschus_moschiferus 0 002 @ 02430045 n 0000 #m 02435099 n 0000 | small heavy-limbed upland deer of central Asia; male secretes valued musk
-02435386 05 n 02 Elaphurus 0 genus_Elaphurus 0 003 @ 01864707 n 0000 #m 02429695 n 0000 %m 02435517 n 0000 | a genus of Cervidae
-02435517 05 n 03 pere_david's_deer 0 elaphure 0 Elaphurus_davidianus 0 002 @ 02430045 n 0000 #m 02435386 n 0000 | large Chinese deer surviving only in domesticated herds
-02435689 05 n 02 Tragulidae 0 family_Tragulidae 0 005 @ 01862557 n 0000 #m 02398732 n 0000 %m 02435853 n 0000 %m 02436067 n 0000 %m 02436514 n 0000 | chevrotains
-02435853 05 n 02 chevrotain 0 mouse_deer 0 005 @ 02399000 n 0000 #m 02435689 n 0000 ~ 02436224 n 0000 ~ 02436353 n 0000 ~ 02436645 n 0000 | very small hornless deer-like ruminant of tropical Asia and west Africa
-02436067 05 n 02 Tragulus 0 genus_Tragulus 0 004 @ 01864707 n 0000 #m 02435689 n 0000 %m 02436224 n 0000 %m 02436353 n 0000 | type genus of the Tragulidae
-02436224 05 n 02 kanchil 0 Tragulus_kanchil 0 002 @ 02435853 n 0000 #m 02436067 n 0000 | small chevrotain of southeastern Asia
-02436353 05 n 02 napu 0 Tragulus_Javanicus 0 002 @ 02435853 n 0000 #m 02436067 n 0000 | chevrotain somewhat larger than the kanchil; found in India and Malaya
-02436514 05 n 02 Hyemoschus 0 genus_Hyemoschus 0 003 @ 01864707 n 0000 #m 02435689 n 0000 %m 02436645 n 0000 | water chevrotains
-02436645 05 n 03 water_chevrotain 0 water_deer 0 Hyemoschus_aquaticus 0 002 @ 02435853 n 0000 #m 02436514 n 0000 | largest chevrotain; of marshy areas of west Africa
-02436813 05 n 02 Camelidae 0 family_Camelidae 0 005 @ 01862557 n 0000 #m 02394068 n 0000 %m 02436993 n 0000 %m 02437825 n 0000 %m 02438452 n 0000 | camels and llamas and vicunas
-02436993 05 n 02 Camelus 0 genus_Camelus 0 003 @ 01864707 n 0000 #m 02436813 n 0000 %m 02437136 n 0000 | type genus of the Camelidae: camels
-02437136 05 n 01 camel 0 004 @ 02394477 n 0000 #m 02436993 n 0000 ~ 02437312 n 0000 ~ 02437482 n 0000 | cud-chewing mammal used as a draft or saddle animal in desert regions
-02437312 05 n 03 Arabian_camel 0 dromedary 0 Camelus_dromedarius 0 001 @ 02437136 n 0000 | one-humped camel of the hot deserts of northern Africa and southwestern Asia
-02437482 05 n 02 Bactrian_camel 0 Camelus_bactrianus 0 001 @ 02437136 n 0000 | two-humped camel of the cold deserts of central Asia
-02437616 05 n 01 llama 0 004 @ 02394477 n 0000 ~ 02437971 n 0000 ~ 02438173 n 0000 ~ 02438272 n 0000 | wild or domesticated South American cud-chewing animal related to camels but smaller and lacking a hump
-02437825 05 n 02 Lama 0 genus_Lama 0 005 @ 01864707 n 0000 #m 02436813 n 0000 %m 02437971 n 0000 %m 02438173 n 0000 %m 02438272 n 0000 | llamas
-02437971 05 n 02 domestic_llama 0 Lama_peruana 0 002 @ 02437616 n 0000 #m 02437825 n 0000 | used in the Andes as a beast of burden and source of wool; considered a domesticated variety of the guanaco
-02438173 05 n 02 guanaco 0 Lama_guanicoe 0 002 @ 02437616 n 0000 #m 02437825 n 0000 | wild llama
-02438272 05 n 02 alpaca 0 Lama_pacos 0 002 @ 02437616 n 0000 #m 02437825 n 0000 | domesticated llama with long silky fleece; believed to be a domesticated variety of the guanaco
-02438452 05 n 02 Vicugna 0 genus_Vicugna 0 003 @ 01864707 n 0000 #m 02436813 n 0000 %m 02438580 n 0000 | a genus of Camelidae
-02438580 05 n 02 vicuna 0 Vicugna_vicugna 0 002 @ 02394477 n 0000 #m 02438452 n 0000 | small wild cud-chewing Andean animal similar to the guanaco but smaller; valued for its fleecy undercoat
-02438774 05 n 02 Giraffidae 0 family_Giraffidae 0 003 @ 01862557 n 0000 %m 02438897 n 0000 %m 02439286 n 0000 | giraffes
-02438897 05 n 02 Giraffa 0 genus_Giraffa 0 003 @ 01864707 n 0000 #m 02438774 n 0000 %m 02439033 n 0000 | type genus of the Giraffidae
-02439033 05 n 03 giraffe 0 camelopard 0 Giraffa_camelopardalis 0 003 @ 02399000 n 0000 #m 02438897 n 0000 ~ 02439398 n 0000 | tallest living quadruped; having a spotted coat and small horns and very long neck and legs; of savannahs of tropical Africa
-02439286 05 n 02 Okapia 0 genus_Okapia 0 003 @ 01864707 n 0000 #m 02438774 n 0000 %m 02439398 n 0000 | okapis
-02439398 05 n 02 okapi 0 Okapia_johnstoni 0 002 @ 02439033 n 0000 #m 02439286 n 0000 | similar to the giraffe but smaller with much shorter neck and stripe on the legs
-02439568 05 n 01 trotter 1 004 @ 02153445 n 0000 #p 02395406 n 0000 #p 02411705 n 0000 + 01901447 v 0101 | foot of a pig or sheep especially one used as food
-02439728 05 n 01 forefoot 0 002 @ 02153445 n 0000 #p 02156871 n 0000 | a front foot of a quadruped
-02439829 05 n 01 hindfoot 0 002 @ 02153445 n 0000 #p 02156871 n 0000 | a rear foot of a quadruped
-02439929 05 n 01 paw 0 006 @ 02153445 n 0000 #p 02083346 n 0000 #p 02120997 n 0000 + 01211455 v 0101 ~ 02440121 n 0000 %p 02440523 n 0000 | a clawed foot of an animal especially a quadruped
-02440121 05 n 01 forepaw 0 003 @ 02439929 n 0000 #p 02464785 n 0000 ~ 02440250 n 0000 | front paw; analogous to the human hand
-02440250 05 n 01 hand 1 001 @ 02440121 n 0000 | terminal part of the forelimb in certain vertebrates (e.g. apes or kangaroos); "the kangaroo's forearms seem undeveloped but the powerful five-fingered hands are skilled at feinting and clouting"- Springfield (Mass.) Union
-02440523 05 n 01 pad 0 004 @ 05225602 n 0000 #p 02439929 n 0000 #p 05566504 n 0000 + 01921204 v 0105 | the fleshy cushion-like underside of an animal's foot or of a human's finger
-02440705 05 n 02 Mustelidae 0 family_Mustelidae 0 025 @ 01862557 n 0000 #m 02074915 n 0000 %m 02441326 n 0000 %m 02441723 n 0000 %m 02443683 n 0000 %m 02444103 n 0000 %m 02444500 n 0000 %m 02444647 n 0000 %m 02445276 n 0000 %m 02445564 n 0000 %m 02446014 n 0000 %m 02446512 n 0000 %m 02446888 n 0000 %m 02447220 n 0000 %m 02447591 n 0000 %m 02447896 n 0000 %m 02448200 n 0000 %m 02448502 n 0000 %m 02448754 n 0000 %m 02449060 n 0000 %m 02449464 n 0000 %m 02449582 n 0000 %m 02449921 n 0000 %m 02450992 n 0000 %m 02451292 n 0000 | weasels; polecats; ferrets; minks; fishers; otters; badgers; skunks; wolverines; martens
-02441326 05 n 03 musteline_mammal 0 mustelid 0 musteline 0 016 @ 02075296 n 0000 #m 02440705 n 0000 ~ 02441942 n 0000 ~ 02442845 n 0000 ~ 02443114 n 0000 ~ 02443484 n 0000 ~ 02444819 n 0000 ~ 02445394 n 0000 ~ 02445715 n 0000 ~ 02447366 n 0000 ~ 02448318 n 0000 ~ 02449183 n 0000 ~ 02449350 n 0000 ~ 02449699 n 0000 ~ 02450034 n 0000 ~ 02451415 n 0000 | fissiped fur-bearing carnivorous mammals
-02441723 05 n 02 Mustela 0 genus_Mustela 0 006 @ 01864707 n 0000 #m 02440705 n 0000 %m 02441942 n 0000 %m 02442845 n 0000 %m 02443114 n 0000 %m 02443484 n 0000 | type genus of the family Mustelidae: minks and weasels
-02441942 05 n 01 weasel 0 007 @ 02441326 n 0000 #m 02441723 n 0000 ~ 02442172 n 0000 ~ 02442446 n 0000 ~ 02442572 n 0000 ~ 02442668 n 0000 ~ 02443808 n 0000 | small carnivorous mammal with short legs and elongated body and neck
-02442172 05 n 03 ermine 0 shorttail_weasel 0 Mustela_erminea 0 002 @ 02441942 n 0000 ~ 02442336 n 0000 | mustelid of northern hemisphere in its white winter coat
-02442336 05 n 01 stoat 0 001 @ 02442172 n 0000 | the ermine in its brown summer coat with black-tipped tail
-02442446 05 n 02 New_World_least_weasel 0 Mustela_rixosa 0 001 @ 02441942 n 0000 | of Canada and northeastern United States
-02442572 05 n 02 Old_World_least_weasel 0 Mustela_nivalis 0 001 @ 02441942 n 0000 | of Europe
-02442668 05 n 03 longtail_weasel 0 long-tailed_weasel 0 Mustela_frenata 0 001 @ 02441942 n 0000 | the common American weasel distinguished by large size and black-tipped tail
-02442845 05 n 01 mink 0 003 @ 02441326 n 0000 #m 02441723 n 0000 ~ 02443015 n 0000 | slender-bodied semiaquatic mammal having partially webbed feet; valued for its fur
-02443015 05 n 02 American_mink 0 Mustela_vison 0 001 @ 02442845 n 0000 | usually rich dark brown
-02443114 05 n 05 polecat 1 fitch 0 foulmart 0 foumart 0 Mustela_putorius 0 003 @ 02441326 n 0000 #m 02441723 n 0000 ~ 02443346 n 0000 | dark brown mustelid of woodlands of Eurasia that gives off an unpleasant odor when threatened
-02443346 05 n 01 ferret 1 001 @ 02443114 n 0000 | domesticated albino variety of the European polecat bred for hunting rats and rabbits
-02443484 05 n 03 black-footed_ferret 0 ferret 2 Mustela_nigripes 0 003 @ 02441326 n 0000 #m 02441723 n 0000 + 01144550 v 0201 | musteline mammal of prairie regions of United States; nearly extinct
-02443683 05 n 02 Poecilogale 0 genus_Poecilogale 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02443808 n 0000 | muishonds
-02443808 05 n 01 muishond 0 005 @ 02441942 n 0000 #m 02443683 n 0000 ~ 02443959 n 0000 ~ 02444251 n 0000 ~ 02444384 n 0000 | southern African weasel
-02443959 05 n 02 snake_muishond 0 Poecilogale_albinucha 0 001 @ 02443808 n 0000 | small slender burrowing muishond with white top of the head
-02444103 05 n 02 Ictonyx 0 genus_Ictonyx 0 004 @ 01864707 n 0000 #m 02440705 n 0000 %m 02444251 n 0000 %m 02444384 n 0000 | a genus of Mustelidae
-02444251 05 n 02 striped_muishond 0 Ictonyx_striata 0 002 @ 02443808 n 0000 #m 02444103 n 0000 | ferret-sized muishond often tamed
-02444384 05 n 02 zoril 0 Ictonyx_frenata 0 002 @ 02443808 n 0000 #m 02444103 n 0000 | muishond of northern Africa
-02444500 05 n 02 Lutrinae 0 subfamily_Lutrinae 0 002 @ 01862557 n 0000 #m 02440705 n 0000 | subdivision not used in some classifications: otters
-02444647 05 n 02 Lutra 0 genus_Lutra 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02444819 n 0000 | in some classifications considered a genus of the subfamily Lutrinae
-02444819 05 n 01 otter 0 004 @ 02441326 n 0000 #m 02444647 n 0000 ~ 02445004 n 0000 ~ 02445171 n 0000 | freshwater carnivorous mammal having webbed and clawed feet and dark brown fur
-02445004 05 n 02 river_otter 0 Lutra_canadensis 0 001 @ 02444819 n 0000 | sociable aquatic animal widely distributed along streams and lake borders in North America
-02445171 05 n 02 Eurasian_otter 0 Lutra_lutra 0 001 @ 02444819 n 0000 | otter found in Europe and Asia
-02445276 05 n 02 Enhydra 0 genus_Enhydra 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02445394 n 0000 | sea otters
-02445394 05 n 02 sea_otter 0 Enhydra_lutris 0 002 @ 02441326 n 0000 #m 02445276 n 0000 | large marine otter of northern Pacific coasts having very thick dark brown fur
-02445564 05 n 02 Mephitinae 0 subfamily_Mephitinae 0 002 @ 01862557 n 0000 #m 02440705 n 0000 | subdivision not used in some classifications: skunks
-02445715 05 n 03 skunk 0 polecat 2 wood_pussy 0 005 @ 02441326 n 0000 ~ 02446206 n 0000 ~ 02446352 n 0000 ~ 02446645 n 0000 ~ 02447021 n 0000 | American musteline mammal typically ejecting an intensely malodorous fluid when startled; in some classifications put in a separate subfamily Mephitinae
-02446014 05 n 02 Mephitis 0 genus_Mephitis 0 004 @ 01864707 n 0000 #m 02440705 n 0000 %m 02446206 n 0000 %m 02446352 n 0000 | in some classifications: type genus of the subfamily Mephitinae
-02446206 05 n 02 striped_skunk 0 Mephitis_mephitis 0 002 @ 02445715 n 0000 #m 02446014 n 0000 | most common and widespread North American skunk
-02446352 05 n 02 hooded_skunk 0 Mephitis_macroura 0 002 @ 02445715 n 0000 #m 02446014 n 0000 | of Mexico and southernmost parts of southwestern United States
-02446512 05 n 02 Conepatus 0 genus_Conepatus 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02446645 n 0000 | a genus of Mustelidae
-02446645 05 n 05 hog-nosed_skunk 0 hognosed_skunk 0 badger_skunk 0 rooter_skunk 0 Conepatus_leuconotus 0 002 @ 02445715 n 0000 #m 02446512 n 0000 | large naked-muzzled skunk with white back and tail; of southwestern North America and Mexico
-02446888 05 n 02 Spilogale 0 genus_Spilogale 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02447021 n 0000 | a genus of Mustelidae
-02447021 05 n 03 spotted_skunk 0 little_spotted_skunk 0 Spilogale_putorius 0 002 @ 02445715 n 0000 #m 02446888 n 0000 | small skunk with a marbled black and white coat; of United States and Mexico
-02447220 05 n 02 Melinae 0 subfamily_Melinae 0 002 @ 01862557 n 0000 #m 02440705 n 0000 | subdivision not used in some classifications: badgers
-02447366 05 n 01 badger 0 005 @ 02441326 n 0000 ~ 02447762 n 0000 ~ 02448060 n 0000 ~ 02448633 n 0000 ~ 02448885 n 0000 | sturdy carnivorous burrowing mammal with strong claws; widely distributed in the northern hemisphere
-02447591 05 n 02 Taxidea 0 genus_Taxidea 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02447762 n 0000 | in some classifications considered a genus of subfamily Melinae
-02447762 05 n 02 American_badger 0 Taxidea_taxus 0 002 @ 02447366 n 0000 #m 02447591 n 0000 | a variety of badger native to America
-02447896 05 n 02 Meles 0 genus_Meles 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02448060 n 0000 | in some classifications: type genus of the subfamily Melinae
-02448060 05 n 02 Eurasian_badger 0 Meles_meles 0 002 @ 02447366 n 0000 #m 02447896 n 0000 | a variety of badger native to Europe and Asia
-02448200 05 n 02 Mellivora 0 genus_Mellivora 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02448318 n 0000 | ratels
-02448318 05 n 03 ratel 0 honey_badger 0 Mellivora_capensis 0 002 @ 02441326 n 0000 #m 02448200 n 0000 | nocturnal badger-like carnivore of wooded regions of Africa and southern Asia
-02448502 05 n 02 Melogale 0 genus_Melogale 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02448633 n 0000 | a genus of Mustelidae
-02448633 05 n 01 ferret_badger 0 002 @ 02447366 n 0000 #m 02448502 n 0000 | small ferret-like badger of southeast Asia
-02448754 05 n 02 Arctonyx 0 genus_Arctonyx 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02448885 n 0000 | a genus of Mustelidae
-02448885 05 n 04 hog_badger 0 hog-nosed_badger 0 sand_badger 0 Arctonyx_collaris 0 002 @ 02447366 n 0000 #m 02448754 n 0000 | southeast Asian badger with a snout like a pig
-02449060 05 n 02 Gulo 0 genus_Gulo 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02449183 n 0000 | a genus of Mustelidae
-02449183 05 n 04 wolverine 1 carcajou 0 skunk_bear 0 Gulo_luscus 0 002 @ 02441326 n 0000 #m 02449060 n 0000 | stocky shaggy-coated North American carnivorous mammal
-02449350 05 n 03 glutton 0 Gulo_gulo 0 wolverine 2 001 @ 02441326 n 0000 | musteline mammal of northern Eurasia
-02449464 05 n 01 genus_Grison 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02449699 n 0000 | a genus of Mustelidae
-02449582 05 n 01 genus_Galictis 0 002 @ 01864707 n 0000 #m 02440705 n 0000 | alternative name for the genus Grison
-02449699 05 n 03 grison 0 Grison_vittatus 0 Galictis_vittatus 0 002 @ 02441326 n 0000 #m 02449464 n 0000 | carnivore of Central America and South America resembling a weasel with a greyish-white back and dark underparts
-02449921 05 n 02 Martes 0 genus_Martes 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02450034 n 0000 | martens
-02450034 05 n 02 marten 0 marten_cat 0 008 @ 02441326 n 0000 #m 02449921 n 0000 ~ 02450295 n 0000 ~ 02450426 n 0000 ~ 02450561 n 0000 ~ 02450677 n 0000 ~ 02450829 n 0000 ~ 02451125 n 0000 | agile slender-bodied arboreal mustelids somewhat larger than weasels
-02450295 05 n 02 pine_marten 0 Martes_martes 0 001 @ 02450034 n 0000 | dark brown marten of northern Eurasian coniferous forests
-02450426 05 n 02 sable 0 Martes_zibellina 0 001 @ 02450034 n 0000 | marten of northern Asian forests having luxuriant dark brown fur
-02450561 05 n 03 American_marten 0 American_sable 0 Martes_americana 0 001 @ 02450034 n 0000 | valued for its fur
-02450677 05 n 03 stone_marten 0 beech_marten 0 Martes_foina 0 001 @ 02450034 n 0000 | Eurasian marten having a brown coat with pale breast and throat
-02450829 05 n 05 fisher 0 pekan 0 fisher_cat 0 black_cat 0 Martes_pennanti 0 001 @ 02450034 n 0000 | large dark brown North American arboreal carnivorous mammal
-02450992 05 n 02 Charronia 0 genus_Charronia 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02451125 n 0000 | a genus of Mustelidae
-02451125 05 n 02 yellow-throated_marten 0 Charronia_flavigula 0 002 @ 02450034 n 0000 #m 02450992 n 0000 | large yellow and black marten of southern China and Burma
-02451292 05 n 02 Eira 0 genus_Eira 0 003 @ 01864707 n 0000 #m 02440705 n 0000 %m 02451415 n 0000 | a genus of Mustelidae
-02451415 05 n 03 tayra 0 taira 0 Eira_barbara 0 002 @ 02441326 n 0000 #m 02451292 n 0000 | long-tailed arboreal mustelid of Central America and South America
-02451575 05 n 01 fictional_animal 0 007 @ 00015388 n 0000 ~i 02451818 n 0000 ~i 02451912 n 0000 ~i 02452014 n 0000 ~i 02452138 n 0000 ~i 02452225 n 0000 ~i 02452347 n 0000 | animals that exist only in fiction (usually in children's stories)
-02451818 05 n 01 Easter_bunny 0 001 @i 02451575 n 0000 | a rabbit that delivers Easter eggs
-02451912 05 n 01 church_mouse 0 001 @i 02451575 n 0000 | a fictional mouse created by Lewis Carroll
-02452014 05 n 01 Mickey_Mouse 0 001 @i 02451575 n 0000 | a fictional mouse created in animated film strips by Walt Disney
-02452138 05 n 01 Minnie_Mouse 0 001 @i 02451575 n 0000 | the partner of Mickey Mouse
-02452225 05 n 01 Donald_Duck 0 001 @i 02451575 n 0000 | a fictional duck created in animated film strips by Walt Disney
-02452347 05 n 01 Mighty_Mouse 0 001 @i 02451575 n 0000 | a fictional mouse endowed with great strength and courage
-02452464 05 n 01 muzzle 0 003 @ 05601198 n 0000 #p 05538625 n 0000 %p 02452637 n 0000 | forward projecting part of the head of certain animals; includes the jaws and nose
-02452637 05 n 02 snout 0 neb 2 003 @ 05598147 n 0000 #p 02452464 n 0000 ~ 02452967 n 0000 | a long projecting or anterior elongation of an animal's head; especially the nose
-02452813 05 n 02 snout 2 rostrum 0 001 @ 05598147 n 0000 | beaklike projection of the anterior part of the head of certain insects such as e.g. weevils
-02452967 05 n 02 proboscis 0 trunk 1 003 @ 02452637 n 0000 #p 02503517 n 0000 #p 02504770 n 0000 | a long flexible snout as of an elephant
-02453108 05 n 01 pachyderm 0 007 @ 01886756 n 0000 + 02772186 a 0103 + 02772186 a 0104 + 02772186 a 0101 + 02772186 a 0102 ~ 02503517 n 0000 %p 02665413 n 0000 | any of various nonruminant hoofed mammals having very thick skin: elephant; rhinoceros; hippopotamus
-02453373 05 n 02 Edentata 0 order_Edentata 0 005 @ 01342529 n 0000 #m 01886220 n 0000 %m 02453611 n 0000 %m 02453890 n 0000 %m 02459001 n 0000 | order of mammals having few or no teeth including: New World anteaters; sloths; armadillos
-02453611 05 n 01 edentate 0 008 @ 01886756 n 0000 #m 02453373 n 0000 ~ 02454379 n 0000 ~ 02456962 n 0000 ~ 02458517 n 0000 ~ 02459190 n 0000 ~ 02459485 n 0000 ~ 02460009 n 0000 | primitive terrestrial mammal with few if any teeth; of tropical Central America and South America
-02453890 05 n 02 Xenarthra 0 suborder_Xenarthra 0 007 @ 01342529 n 0000 #m 02453373 n 0000 %m 02454119 n 0000 %m 02456776 n 0000 %m 02457586 n 0000 %m 02458356 n 0000 %m 02459808 n 0000 | armadillos; American anteaters; sloths
-02454119 05 n 02 Dasypodidae 0 family_Dasypodidae 0 010 @ 01862557 n 0000 #m 02453890 n 0000 %m 02454379 n 0000 %m 02454657 n 0000 %m 02454999 n 0000 %m 02455310 n 0000 %m 02455584 n 0000 %m 02455887 n 0000 %m 02456147 n 0000 %m 02456505 n 0000 | armadillos
-02454379 05 n 01 armadillo 0 009 @ 02453611 n 0000 #m 02454119 n 0000 ~ 02454794 n 0000 ~ 02455135 n 0000 ~ 02455428 n 0000 ~ 02455720 n 0000 ~ 02456008 n 0000 ~ 02456275 n 0000 ~ 02456645 n 0000 | burrowing chiefly nocturnal mammal with body covered with strong horny plates
-02454657 05 n 02 Dasypus 0 genus_Dasypus 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02454794 n 0000 | type genus of the Dasypodidae
-02454794 05 n 04 peba 0 nine-banded_armadillo 0 Texas_armadillo 0 Dasypus_novemcinctus 0 002 @ 02454379 n 0000 #m 02454657 n 0000 | having nine hinged bands of bony plates; ranges from Texas to Paraguay
-02454999 05 n 02 Tolypeutes 0 genus_Tolypeutes 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02455135 n 0000 | a genus of Dasypodidae
-02455135 05 n 03 apar 0 three-banded_armadillo 0 Tolypeutes_tricinctus 0 002 @ 02454379 n 0000 #m 02454999 n 0000 | South American armadillo with three bands of bony plates
-02455310 05 n 01 genus_Cabassous 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02455428 n 0000 | solely the tatouay
-02455428 05 n 03 tatouay 0 cabassous 0 Cabassous_unicinctus 0 002 @ 02454379 n 0000 #m 02455310 n 0000 | naked-tailed armadillo of tropical South America
-02455584 05 n 02 Euphractus 0 genus_Euphractus 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02455720 n 0000 | a genus of Dasypodidae
-02455720 05 n 03 peludo 0 poyou 0 Euphractus_sexcinctus 0 002 @ 02454379 n 0000 #m 02455584 n 0000 | Argentine armadillo with six movable bands and hairy underparts
-02455887 05 n 02 Priodontes 0 genus_Priodontes 0 002 @ 01864707 n 0000 #m 02454119 n 0000 | solely the giant armadillo
-02456008 05 n 04 giant_armadillo 0 tatou 0 tatu 0 Priodontes_giganteus 0 001 @ 02454379 n 0000 | about three feet long exclusive of tail
-02456147 05 n 02 Chlamyphorus 0 genus_Chlamyphorus 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02456275 n 0000 | pichiciago
-02456275 05 n 05 pichiciago 0 pichiciego 0 fairy_armadillo 0 chlamyphore 0 Chlamyphorus_truncatus 0 002 @ 02454379 n 0000 #m 02456147 n 0000 | very small Argentine armadillo with pale silky hair and pink plates on head and neck
-02456505 05 n 02 Burmeisteria 0 genus_Burmeisteria 0 003 @ 01864707 n 0000 #m 02454119 n 0000 %m 02456645 n 0000 | a genus of Dasypodidae
-02456645 05 n 02 greater_pichiciego 0 Burmeisteria_retusa 0 002 @ 02454379 n 0000 #m 02456505 n 0000 | of southern South America
-02456776 05 n 02 Bradypodidae 0 family_Bradypodidae 0 004 @ 01862557 n 0000 #m 02453890 n 0000 %m 02456962 n 0000 %m 02457249 n 0000 | a family of edentates comprising the true sloths
-02456962 05 n 02 sloth 0 tree_sloth 0 005 @ 02453611 n 0000 #m 02456776 n 0000 ~ 02457408 n 0000 ~ 02457945 n 0000 ~ 02458135 n 0000 | any of several slow-moving arboreal mammals of South America and Central America; they hang from branches back downward and feed on leaves and fruits
-02457249 05 n 02 Bradypus 0 genus_Bradypus 0 003 @ 01864707 n 0000 #m 02456776 n 0000 %m 02457408 n 0000 | type genus of the Bradypodidae: three-toed sloths
-02457408 05 n 03 three-toed_sloth 0 ai 0 Bradypus_tridactylus 0 002 @ 02456962 n 0000 #m 02457249 n 0000 | a sloth that has three long claws on each forefoot and each hindfoot
-02457586 05 n 02 Megalonychidae 0 family_Megalonychidae 0 003 @ 01862557 n 0000 #m 02453890 n 0000 %m 02457756 n 0000 | mammal family consisting of the two-toed sloths
-02457756 05 n 02 Choloepus 0 genus_Choloepus 0 004 @ 01864707 n 0000 #m 02457586 n 0000 %m 02457945 n 0000 %m 02458135 n 0000 | a genus of Megalonychidae consisting of the two-toed sloth
-02457945 05 n 04 two-toed_sloth 1 unau 1 unai 1 Choloepus_didactylus 0 002 @ 02456962 n 0000 #m 02457756 n 0000 | relatively small fast-moving sloth with two long claws on each front foot
-02458135 05 n 04 two-toed_sloth 2 unau 2 unai 2 Choloepus_hoffmanni 0 002 @ 02456962 n 0000 #m 02457756 n 0000 | a sloth of Central America that has two long claws on each forefoot and three long claws on each hindfoot
-02458356 05 n 02 Megatheriidae 0 family_Megatheriidae 0 004 @ 01862557 n 0000 #m 02453890 n 0000 %m 02458517 n 0000 %m 02458675 n 0000 | extinct ground sloths
-02458517 05 n 03 megatherian 0 megatheriid 0 megatherian_mammal 0 003 @ 02453611 n 0000 #m 02458356 n 0000 ~ 02458822 n 0000 | a large extinct ground sloth
-02458675 05 n 02 Megatherium 0 genus_Megatherium 0 003 @ 01864707 n 0000 #m 02458356 n 0000 %m 02458822 n 0000 | type genus of the Megatheriidae
-02458822 05 n 02 ground_sloth 0 megathere 0 002 @ 02458517 n 0000 #m 02458675 n 0000 | gigantic extinct terrestrial sloth-like mammal of the Pliocene and Pleistocene in America
-02459001 05 n 02 Mylodontidae 0 family_Mylodontidae 0 005 @ 01862557 n 0000 #m 02453373 n 0000 %m 02459190 n 0000 %m 02459313 n 0000 %m 02459636 n 0000 | extinct South American edentates
-02459190 05 n 01 mylodontid 0 003 @ 02453611 n 0000 #m 02459001 n 0000 ~ 02459636 n 0000 | a variety of extinct edentate
-02459313 05 n 01 genus_Mylodon 0 003 @ 01864707 n 0000 #m 02459001 n 0000 %m 02459485 n 0000 | type genus of the Mylodontidae; sometimes included in family Megatheriidae
-02459485 05 n 01 mylodon 0 002 @ 02453611 n 0000 #m 02459313 n 0000 | large (bear-sized) extinct edentate mammal of the Pleistocene in South America
-02459636 05 n 01 mapinguari 0 002 @ 02459190 n 0000 #m 02459001 n 0000 | supposed human-sized sloth-like creature reportedly sighted by Indians in the Amazon rain forest
-02459808 05 n 02 Myrmecophagidae 0 family_Myrmecophagidae 0 006 @ 01862557 n 0000 #m 02453890 n 0000 %m 02460009 n 0000 %m 02460275 n 0000 %m 02460684 n 0000 %m 02461014 n 0000 | New World anteaters
-02460009 05 n 02 anteater 0 New_World_anteater 0 005 @ 02453611 n 0000 #m 02459808 n 0000 ~ 02460451 n 0000 ~ 02460817 n 0000 ~ 02461128 n 0000 | any of several tropical American mammals of the family Myrmecophagidae which lack teeth and feed on ants and termites
-02460275 05 n 02 Myrmecophaga 0 genus_Myrmecophaga 0 003 @ 01864707 n 0000 #m 02459808 n 0000 %m 02460451 n 0000 | type genus of the Myrmecophagidae; South American ant bear
-02460451 05 n 05 ant_bear 2 giant_anteater 0 great_anteater 0 tamanoir 0 Myrmecophaga_jubata 0 002 @ 02460009 n 0000 #m 02460275 n 0000 | large shaggy-haired toothless anteater with long tongue and powerful claws; of South America
-02460684 05 n 02 Cyclopes 0 genus_Cyclopes 0 003 @ 01864707 n 0000 #m 02459808 n 0000 %m 02460817 n 0000 | only the silky anteater
-02460817 05 n 03 silky_anteater 0 two-toed_anteater 0 Cyclopes_didactylus 0 002 @ 02460009 n 0000 #m 02460684 n 0000 | squirrel-sized South American toothless anteater with long silky golden fur
-02461014 05 n 01 genus_Tamandua 0 003 @ 01864707 n 0000 #m 02459808 n 0000 %m 02461128 n 0000 | lesser anteater
-02461128 05 n 04 tamandua 0 tamandu 0 lesser_anteater 0 Tamandua_tetradactyla 0 002 @ 02460009 n 0000 #m 02461014 n 0000 | small toothless anteater with prehensile tail and four-clawed forelimbs; of tropical South America and Central America
-02461372 05 n 02 Pholidota 0 order_Pholidota 0 003 @ 01342529 n 0000 #m 01886220 n 0000 %m 02461556 n 0000 | pangolins; in some former classifications included in the order Edentata
-02461556 05 n 02 Manidae 0 family_Manidae 0 003 @ 01862557 n 0000 #m 02461372 n 0000 %m 02461701 n 0000 | coextensive with the order Pholidota
-02461701 05 n 02 Manis 0 genus_Manis 0 003 @ 01864707 n 0000 #m 02461556 n 0000 %m 02461830 n 0000 | type genus of the Manidae
-02461830 05 n 03 pangolin 0 scaly_anteater 0 anteater 4 002 @ 01886756 n 0000 #m 02461701 n 0000 | toothless mammal of southern Africa and Asia having a body covered with horny scales and a long snout for feeding on ants and termites
-02462066 05 n 02 pastern 0 fetter_bone 0 003 @ 05269901 n 0000 #p 02159117 n 0000 %p 02462213 n 0000 | the part between the fetlock and the hoof
-02462213 05 n 01 coronet 0 002 @ 05267548 n 0000 #p 02462066 n 0000 | margin between the skin of the pastern and the horn of the hoof
-02462349 05 n 01 fetlock 0 002 @ 05470189 n 0000 #p 02159117 n 0000 | projection behind and above a horse's hoof
-02462464 05 n 02 fetlock 1 fetlock_joint 0 002 @ 05595083 n 0000 #p 02159117 n 0000 | the joint between the cannon bone and the pastern
-02462602 05 n 01 withers 0 005 @ 05220461 n 0000 #p 02374451 n 0000 #p 02403003 n 0000 #p 02430045 n 0000 #p 02411705 n 0000 | the highest part of the back at the base of the neck of various animals especially draft animals
-02462828 05 n 02 cannon 0 shank 0 004 @ 05220461 n 0000 #p 02464327 n 0000 #p 02370806 n 0000 %p 02463024 n 0000 | lower part of the leg extending from the hock to the fetlock in hoofed mammals
-02463024 05 n 01 cannon_bone 0 002 @ 05269901 n 0000 #p 02462828 n 0000 | greatly developed metatarsal or metacarpal bone in the shank or cannon part of the leg in hoofed mammals
-02463205 05 n 02 hock 0 hock-joint 0 004 @ 05595083 n 0000 #p 02464626 n 0000 #p 02370806 n 0000 + 02347220 v 0103 | tarsal joint of the hind leg of hoofed mammals; corresponds to the human ankle
-02463403 05 n 02 loin 0 lumbus 0 004 @ 05220461 n 0000 #p 02156871 n 0000 #p 02472293 n 0000 + 03014770 a 0201 | either side of the backbone between the hipbone and the ribs in humans as well as quadrupeds
-02463611 05 n 04 hindquarters 0 croup 0 croupe 0 rump 0 004 @ 05220461 n 0000 #p 01503061 n 0000 #p 02156871 n 0000 ~ 02463810 n 0000 | the part of an animal that corresponds to the human buttocks
-02463810 05 n 01 haunch 0 002 @ 02463611 n 0000 #p 02156871 n 0000 | the loin and leg of a quadruped
-02463913 05 n 01 gaskin 0 003 @ 05220461 n 0000 #p 02464626 n 0000 #p 02374451 n 0000 | lower part of a horse's thigh between the hock and the stifle
-02464065 05 n 02 stifle 0 knee 1 002 @ 05595083 n 0000 #p 02464626 n 0000 | joint between the femur and tibia in a quadruped; corresponds to the human knee
-02464223 05 n 01 flank 0 002 @ 05220461 n 0000 #p 02156871 n 0000 | the side between ribs and hipbone
-02464327 05 n 01 animal_leg 0 004 @ 05561507 n 0000 #p 02156871 n 0000 #p 02157285 n 0000 %p 02462828 n 0000 | the leg of an animal
-02464461 05 n 02 hind_limb 0 hindlimb 0 002 @ 05560244 n 0000 ~ 02464626 n 0000 | a posterior appendage such as a leg or the homologous structure in other animals
-02464626 05 n 01 hind_leg 0 005 @ 02464461 n 0000 #p 02156871 n 0000 %p 02463205 n 0000 %p 02463913 n 0000 %p 02464065 n 0000 | the back limb of a quadruped
-02464785 05 n 01 forelimb 0 003 @ 05560244 n 0000 %p 02440121 n 0000 ~ 02464965 n 0000 | the front limb (or the homologous structure in other animals, such as a flipper or wing)
-02464965 05 n 01 foreleg 0 003 @ 02464785 n 0000 #p 02156871 n 0000 %p 02468368 n 0000 | the forelimb of a quadruped
-02465084 05 n 01 flipper 0 004 @ 05560244 n 0000 #p 01473806 n 0000 #p 02062017 n 0000 + 01241614 v 0101 | the flat broad limb of aquatic animals specialized for swimming
-02465257 05 n 01 parapodium 0 001 @ 05559908 n 0000 | one of a pair of fleshy appendages of a polychete annelid that functions in locomotion and breathing
-02465414 05 n 01 sucker 2 003 @ 05297523 n 0000 + 01186428 v 0103 ~ 02465585 n 0000 | an organ specialized for sucking nourishment or for adhering to objects by suction
-02465585 05 n 01 cupule 0 002 @ 02465414 n 0000 + 00536655 a 0101 | a sucker on the feet of certain flies
-02465693 05 n 01 stinger 0 005 @ 05297523 n 0000 + 02120451 v 0102 + 02123424 v 0102 + 01445407 v 0101 ~ 01901091 n 0000 | a sharp organ of offense or defense (as of a wasp or stingray or scorpion) often connected with a poison gland
-02465929 05 n 02 lateral_line 0 lateral_line_organ 0 003 @ 05299178 n 0000 #p 02512053 n 0000 #p 01627424 n 0000 | sense organs of fish and amphibians; believed to detect pressure changes in the water
-02466132 05 n 01 fin 0 009 @ 05559908 n 0000 #p 02512053 n 0000 + 01961510 v 0101 + 01961691 v 0101 %p 01900719 n 0000 ~ 02466400 n 0000 ~ 02466564 n 0000 ~ 02466731 n 0000 ~ 02466957 n 0000 | organ of locomotion and balance in fishes and some other aquatic animals
-02466400 05 n 01 dorsal_fin 0 001 @ 02466132 n 0000 | unpaired median fin on the backs of fishes and some other aquatic vertebrates that help to maintain balance
-02466564 05 n 01 pectoral_fin 0 001 @ 02466132 n 0000 | either of a pair of fins situated just behind the head in fishes that help control the direction of movement
-02466731 05 n 02 pelvic_fin 0 ventral_fin 0 001 @ 02466132 n 0000 | either of a pair of fins attached to the pelvic girdle in fishes that help control the direction of movement; correspond to hind limbs of a land vertebrate
-02466957 05 n 02 tail_fin 0 caudal_fin 0 004 @ 02466132 n 0000 #p 02512053 n 0000 ~ 02467133 n 0000 ~ 02467320 n 0000 | the tail of fishes and some other aquatic vertebrates
-02467133 05 n 01 heterocercal_fin 0 002 @ 02466957 n 0000 ! 02467320 n 0101 | a tail fin with unequal lobes in which the vertebral column turns upward into the larger lobe as in sharks
-02467320 05 n 01 homocercal_fin 0 002 @ 02466957 n 0000 ! 02467133 n 0101 | symmetrical tail fin extending beyond the end of the vertebral column as in most bony fishes
-02467491 05 n 01 fishbone 0 002 @ 05269901 n 0000 #p 02512053 n 0000 | a bone of a fish
-02467581 05 n 03 air_bladder 0 swim_bladder 0 float 0 001 @ 05515670 n 0000 | an air-filled sac near the spinal column in many fishes that helps maintain buoyancy
-02467746 05 n 01 air_sac 1 002 @ 05515670 n 0000 #p 01503061 n 0000 | any of the membranous air-filled extensions of the lungs of birds
-02467884 05 n 01 air_sac 2 002 @ 05515670 n 0000 #p 02159955 n 0000 | any of the thin-walled extensions of the tracheae of insects
-02468017 05 n 02 uropygial_gland 0 preen_gland 0 002 @ 05328115 n 0000 #p 01503061 n 0000 | oil-secreting gland situated at the base of the tail in most birds
-02468178 05 n 03 silk_gland 0 serictery 0 sericterium 0 003 @ 05327767 n 0000 #p 02300797 n 0000 #p 02302620 n 0000 | silk-producing gland of insects (especially of a silkworm) or spiders
-02468368 05 n 01 elbow 1 002 @ 05595083 n 0000 #p 02464965 n 0000 | the joint of a mammal or bird that corresponds to the human elbow
-02468504 05 n 01 chestnut 1 001 @ 14363785 n 0000 | a small horny callus on the inner surface of a horse's leg
-02468617 05 n 03 quill 2 calamus 1 shaft 0 002 @ 05235879 n 0000 #p 01896031 n 0000 | the hollow spine of a feather
-02468735 05 n 02 vein 0 nervure 2 001 @ 05235879 n 0000 | one of the horny ribs that stiffen and support the wing of an insect
-02468864 05 n 04 flight_feather 0 pinion 2 quill 3 quill_feather 0 005 @ 01896031 n 0000 #p 02151625 n 0000 + 00512749 v 0201 ~ 02469080 n 0000 ~ 02469344 n 0000 | any of the larger wing or tail feathers of a bird
-02469080 05 n 03 primary 0 primary_feather 0 primary_quill 0 001 @ 02468864 n 0000 | one of the main flight feathers projecting along the outer edge of a bird's wing
-02469248 05 n 01 scapular 0 001 @ 01896031 n 0000 | a feather covering the shoulder of a bird
-02469344 05 n 01 tail_feather 0 002 @ 02468864 n 0000 ~ 01897426 n 0000 | feather growing from the tail (uropygium) of a bird
-02469472 05 n 03 tadpole 0 polliwog 0 pollywog 0 002 @ 02311060 n 0000 #m 01625747 n 0000 | a larval frog or toad
-02469588 05 n 02 Primates 0 order_Primates 0 010 @ 01342529 n 0000 #m 01886220 n 0000 %m 02469914 n 0000 %m 02470451 n 0000 %m 02495789 n 0000 %m 02496210 n 0000 %m 02496576 n 0000 %m 02497214 n 0000 %m 02500749 n 0000 %m 02501101 n 0000 | an animal order including lemurs and tarsiers and monkeys and apes and human beings
-02469914 05 n 01 primate 0 011 @ 01886756 n 0000 #m 02469588 n 0000 ~ 02470238 n 0000 ~ 02470325 n 0000 ~ 02470709 n 0000 ~ 02471300 n 0000 ~ 02471762 n 0000 ~ 02484322 n 0000 ~ 02496052 n 0000 ~ 02496913 n 0000 ~ 02501583 n 0000 | any placental mammal of the order Primates; has good eyesight and flexible hands and feet
-02470238 05 n 01 simian 0 002 @ 02469914 n 0000 + 02992241 a 0101 | an ape or monkey
-02470325 05 n 01 ape 0 002 @ 02469914 n 0000 ~ 02470899 n 0000 | any of various primates with short tails or no tail at all
-02470451 05 n 02 Anthropoidea 0 suborder_Anthropoidea 0 009 @ 01342529 n 0000 #m 02469588 n 0000 %m 02470899 n 0000 %m 02471072 n 0000 %m 02471467 n 0000 %m 02479896 n 0000 %m 02482820 n 0000 %m 02483915 n 0000 %m 02489288 n 0000 | monkeys; apes; hominids
-02470709 05 n 01 anthropoid 0 004 @ 02469914 n 0000 + 01260282 a 0101 + 01259015 a 0101 + 01260282 a 0102 | any member of the suborder Anthropoidea including monkeys and apes and hominids
-02470899 05 n 01 anthropoid_ape 0 004 @ 02470325 n 0000 #m 02470451 n 0000 ~ 02480153 n 0000 ~ 02483092 n 0000 | any tailless ape of the families Pongidae and Hylobatidae
-02471072 05 n 02 Hominoidea 0 superfamily_Hominoidea 0 007 @ 08103777 n 0000 #m 02470451 n 0000 %m 02471300 n 0000 %m 02478662 n 0000 %m 02478990 n 0000 %m 02479205 n 0000 %m 02479482 n 0000 | anthropoid apes and human beings
-02471300 05 n 01 hominoid 0 005 @ 02469914 n 0000 #m 02471072 n 0000 ~ 02478875 n 0000 ~ 02479332 n 0000 ~ 02479634 n 0000 | a primate of the superfamily Hominoidea
-02471467 05 n 02 Hominidae 0 family_Hominidae 0 010 @ 01862557 n 0000 #m 02470451 n 0000 %m 02471762 n 0000 %m 02472012 n 0000 %m 02475821 n 0000 %m 02476074 n 0000 %m 02477647 n 0000 %m 02477890 n 0000 %m 02478416 n 0000 %m 02478539 n 0000 | modern man and extinct immediate ancestors of man
-02471762 05 n 01 hominid 0 010 @ 02469914 n 0000 #m 02471467 n 0000 + 01259746 a 0102 ~ 02472293 n 0000 ~ 02473554 n 0000 ~ 02473983 n 0000 ~ 02474282 n 0000 ~ 02476219 n 0000 ~ 02477782 n 0000 ~ 02478077 n 0000 | a primate of the family Hominidae
-02472012 05 n 01 genus_Homo 0 011 @ 01864707 n 0000 #m 02471467 n 0000 %m 02472293 n 0000 %m 02473307 n 0000 %m 02474110 n 0000 %m 02474605 n 0000 %m 02474777 n 0000 %m 02475078 n 0000 %m 02475358 n 0000 %m 02475478 n 0000 %m 02475669 n 0000 | type genus of the family Hominidae
-02472293 05 n 04 homo 0 man 1 human_being 0 human 0 027 @ 02471762 n 0000 #m 02472012 n 0000 + 02743261 a 0401 + 01258617 a 0401 -c 01490855 a 0000 %p 02463403 n 0000 ~ 02472987 n 0000 ~ 02473307 n 0000 ~ 02474110 n 0000 ~ 02474605 n 0000 ~ 02474777 n 0000 ~ 02475078 n 0000 -c 05216365 n 0000 %p 05217168 n 0000 %p 05255578 n 0000 %p 05256085 n 0000 %p 05539138 n 0000 -c 05551318 n 0000 %p 05563266 n 0000 %p 05563770 n 0000 %p 05564590 n 0000 %p 05600637 n 0000 -c 06135915 n 0000 ~ 10528148 n 0000 -c 14224547 n 0000 -c 14471724 n 0000 -c 14471926 n 0000 | any living or extinct member of the family Hominidae characterized by superior intelligence, articulate speech, and erect carriage
-02472987 05 n 08 world 0 human_race 0 humanity 0 humankind 0 human_beings 0 humans 0 mankind 0 man 0 003 @ 02472293 n 0000 @ 00031264 n 0000 %m 07942152 n 0000 | all of the living human inhabitants of the earth; "all the world loves a lover"; "she always used `humankind' because `mankind' seemed to slight the women"
-02473307 05 n 01 Homo_erectus 0 004 @ 02472293 n 0000 #m 02472012 n 0000 ~ 02473720 n 0000 ~ 02473857 n 0000 | extinct species of primitive hominid with upright stature but small brain; "Homo erectus was formerly called Pithecanthropus erectus"
-02473554 05 n 03 Pithecanthropus 0 Pithecanthropus_erectus 0 genus_Pithecanthropus 0 001 @ 02471762 n 0000 | former genus of primitive apelike men now Homo erectus
-02473720 05 n 02 Java_man 0 Trinil_man 0 001 @ 02473307 n 0000 | fossil remains found in Java; formerly called Pithecanthropus erectus
-02473857 05 n 01 Peking_man 0 001 @ 02473307 n 0000 | fossils found near Beijing, China; they were lost during World War II
-02473983 05 n 02 Sinanthropus 0 genus_Sinanthropus 0 001 @ 02471762 n 0000 | genus to which Peking man was formerly assigned
-02474110 05 n 01 Homo_soloensis 0 003 @ 02472293 n 0000 #m 02472012 n 0000 ~ 02474431 n 0000 | extinct primitive hominid of late Pleistocene; Java; formerly Javanthropus
-02474282 05 n 02 Javanthropus 0 genus_Javanthropus 0 001 @ 02471762 n 0000 | former genus of primitive man; now Homo soloensis: comprises Solo man
-02474431 05 n 01 Solo_man 0 001 @ 02474110 n 0000 | early man of late Pleistocene; skull resembles that of Neanderthal man but with smaller cranial capacity; found in Java
-02474605 05 n 01 Homo_habilis 0 002 @ 02472293 n 0000 #m 02472012 n 0000 | extinct species of upright East African hominid having some advanced humanlike characteristics
-02474777 05 n 01 Homo_sapiens 0 005 @ 02472293 n 0000 #m 02472012 n 0000 ~ 02475358 n 0000 ~ 02475478 n 0000 ~ 02475669 n 0000 | the only surviving hominid; species to which modern man belongs; bipedal primate having language and ability to make and use complex tools; brain volume at least 1400 cc
-02475078 05 n 05 Neandertal_man 0 Neanderthal_man 0 Neandertal 0 Neanderthal 0 Homo_sapiens_neanderthalensis 0 005 @ 02472293 n 0000 #m 02472012 n 0000 + 03089121 a 0401 + 03089121 a 0402 + 03089121 a 0303 | extinct robust human of Middle Paleolithic in Europe and western Asia
-02475358 05 n 01 Cro-magnon 0 002 @ 02474777 n 0000 #m 02472012 n 0000 | extinct human of Upper Paleolithic in Europe
-02475478 05 n 01 Boskop_man 0 002 @ 02474777 n 0000 #m 02472012 n 0000 | possible early Homo sapiens represented by a cranium found in the Transvaal; formerly considered a separate species
-02475669 05 n 02 Homo_sapiens_sapiens 0 modern_man 0 002 @ 02474777 n 0000 #m 02472012 n 0000 | subspecies of Homo sapiens; includes all modern races
-02475821 05 n 02 genus_Australopithecus 0 Australopithecus 0 008 @ 01864707 n 0000 #m 02471467 n 0000 %m 02476219 n 0000 %m 02476567 n 0000 %m 02476736 n 0000 %m 02476870 n 0000 %m 02477028 n 0000 %m 02477329 n 0000 | extinct genus of African hominid
-02476074 05 n 02 Plesianthropus 0 genus_Plesianthropus 0 002 @ 01864707 n 0000 #m 02471467 n 0000 | former name for the genus Australopithecus
-02476219 05 n 01 australopithecine 0 009 @ 02471762 n 0000 #m 02475821 n 0000 + 02650537 a 0101 ~ 02476567 n 0000 ~ 02476870 n 0000 ~ 02477028 n 0000 ~ 02477187 n 0000 ~ 02477329 n 0000 ~ 02477516 n 0000 | any of several extinct humanlike bipedal primates with relatively small brains of the genus Australopithecus; from 1 to 4 million years ago
-02476567 05 n 01 Australopithecus_afarensis 0 003 @ 02476219 n 0000 #m 02475821 n 0000 ~i 02476736 n 0000 | fossils found in Ethiopia; from 3.5 to 4 million years ago
-02476736 05 n 01 Lucy 0 002 @i 02476567 n 0000 #m 02475821 n 0000 | incomplete skeleton of female found in eastern Ethiopia in 1974
-02476870 05 n 01 Australopithecus_africanus 0 002 @ 02476219 n 0000 #m 02475821 n 0000 | gracile hominid of southern Africa; from about 3 million years ago
-02477028 05 n 01 Australopithecus_boisei 0 002 @ 02476219 n 0000 #m 02475821 n 0000 | large-toothed hominid of eastern Africa; from 1 to 2 million years ago
-02477187 05 n 02 Zinjanthropus 0 genus_Zinjanthropus 0 001 @ 02476219 n 0000 | genus to which Australopithecus boisei was formerly assigned
-02477329 05 n 01 Australopithecus_robustus 0 002 @ 02476219 n 0000 #m 02475821 n 0000 | large-toothed hominid of southern Africa; from 1.5 to 2 million years ago; formerly Paranthropus
-02477516 05 n 02 Paranthropus 0 genus_Paranthropus 0 001 @ 02476219 n 0000 | former classification for Australopithecus robustus
-02477647 05 n 01 genus_Sivapithecus 0 003 @ 01864707 n 0000 #m 02471467 n 0000 %m 02477782 n 0000 | extinct primates; lower Pliocene
-02477782 05 n 01 Sivapithecus 0 002 @ 02471762 n 0000 #m 02477647 n 0000 | fossil primates found in India
-02477890 05 n 02 Dryopithecus 0 genus_Dryopithecus 0 004 @ 01864707 n 0000 #m 02471467 n 0000 %m 02478077 n 0000 %m 02478239 n 0000 | genus of Old World hominoids; Miocene and Pliocene
-02478077 05 n 01 dryopithecine 0 003 @ 02471762 n 0000 #m 02477890 n 0000 ~ 02478239 n 0000 | considered a possible ancestor to both anthropoid apes and humans
-02478239 05 n 02 rudapithecus 0 Dryopithecus_Rudapithecus_hungaricus 0 002 @ 02478077 n 0000 #m 02477890 n 0000 | fossil hominoids from northern central Hungary; late Miocene
-02478416 05 n 02 Ouranopithecus 0 genus_Ouranopithecus 0 002 @ 01864707 n 0000 #m 02471467 n 0000 | a genus of Hominidae
-02478539 05 n 02 Lufengpithecus 0 genus_Lufengpithecus 0 002 @ 01864707 n 0000 #m 02471467 n 0000 | a genus of Hominidae
-02478662 05 n 01 genus_Proconsul 0 003 @ 01864707 n 0000 #m 02471072 n 0000 %m 02478875 n 0000 | genus of extinct primitive African primates of the Miocene epoch; sometimes considered a subgenus of Dryopithecus
-02478875 05 n 01 proconsul 0 002 @ 02471300 n 0000 #m 02478662 n 0000 | an anthropoid ape of the genus Proconsul
-02478990 05 n 02 Kenyapithecus 0 genus_Kenyapithecus 0 002 @ 01864707 n 0000 #m 02471072 n 0000 | extinct primate having powerful chewing muscles along with large molars and small incisors; fossils found in Kenya
-02479205 05 n 01 genus_Aegyptopithecus 0 003 @ 01864707 n 0000 #m 02471072 n 0000 %m 02479332 n 0000 | a genus of Hominoidea
-02479332 05 n 01 Aegyptopithecus 0 002 @ 02471300 n 0000 #m 02479205 n 0000 | extinct primate of about 38 million years ago; fossils found in Egypt
-02479482 05 n 02 Algeripithecus 0 genus_Algeripithecus 0 003 @ 01864707 n 0000 #m 02471072 n 0000 %m 02479634 n 0000 | an extinct genus of Hominoidea
-02479634 05 n 01 Algeripithecus_minutus 0 002 @ 02471300 n 0000 #m 02479482 n 0000 | tiny (150 to 300 grams) extinct primate of 46 to 50 million years ago; fossils found in Algeria; considered by some authorities the leading candidate for the first anthropoid
-02479896 05 n 02 Pongidae 0 family_Pongidae 0 006 @ 01862557 n 0000 #m 02470451 n 0000 %m 02480153 n 0000 %m 02480346 n 0000 %m 02480673 n 0000 %m 02481629 n 0000 | usually considered as comprising orangutans; gorillas; chimpanzees; and sometimes gibbons
-02480153 05 n 02 great_ape 0 pongid 0 005 @ 02470899 n 0000 #m 02479896 n 0000 ~ 02480495 n 0000 ~ 02480855 n 0000 ~ 02481823 n 0000 | any of the large anthropoid apes of the family Pongidae
-02480346 05 n 02 Pongo 0 genus_Pongo 0 003 @ 01864707 n 0000 #m 02479896 n 0000 %m 02480495 n 0000 | type genus of the family Pongidae: orangutans
-02480495 05 n 04 orangutan 0 orang 0 orangutang 0 Pongo_pygmaeus 0 002 @ 02480153 n 0000 #m 02480346 n 0000 | large long-armed ape of Borneo and Sumatra having arboreal habits
-02480673 05 n 01 genus_Gorilla 0 007 @ 01864707 n 0000 #m 02479896 n 0000 %m 02480855 n 0000 %m 02481103 n 0000 %m 02481235 n 0000 %m 02481366 n 0000 %m 02481500 n 0000 | gorillas
-02480855 05 n 02 gorilla 0 Gorilla_gorilla 0 006 @ 02480153 n 0000 #m 02480673 n 0000 ~ 02481103 n 0000 ~ 02481235 n 0000 ~ 02481366 n 0000 ~ 02481500 n 0000 | largest anthropoid ape; terrestrial and vegetarian; of forests of central west Africa
-02481103 05 n 02 western_lowland_gorilla 0 Gorilla_gorilla_gorilla 0 002 @ 02480855 n 0000 #m 02480673 n 0000 | a kind of gorilla
-02481235 05 n 02 eastern_lowland_gorilla 0 Gorilla_gorilla_grauri 0 002 @ 02480855 n 0000 #m 02480673 n 0000 | a kind of gorilla
-02481366 05 n 02 mountain_gorilla 0 Gorilla_gorilla_beringei 0 002 @ 02480855 n 0000 #m 02480673 n 0000 | gorilla of Kivu highlands
-02481500 05 n 01 silverback 0 002 @ 02480855 n 0000 #m 02480673 n 0000 | an adult male gorilla with grey hairs across the back
-02481629 05 n 02 Pan 0 genus_Pan 0 004 @ 01864707 n 0000 #m 02479896 n 0000 %m 02481823 n 0000 %m 02482650 n 0000 | chimpanzees; more closely related to Australopithecus than to other pongids
-02481823 05 n 03 chimpanzee 0 chimp 0 Pan_troglodytes 0 006 @ 02480153 n 0000 #m 02481629 n 0000 ~ 02482060 n 0000 ~ 02482286 n 0000 ~ 02482474 n 0000 ~ 02482650 n 0000 | intelligent somewhat arboreal ape of equatorial African forests
-02482060 05 n 02 western_chimpanzee 0 Pan_troglodytes_verus 0 001 @ 02481823 n 0000 | masked or pale-faced chimpanzees of western Africa; distantly related to the eastern and central chimpanzees; possibly a distinct species
-02482286 05 n 02 eastern_chimpanzee 0 Pan_troglodytes_schweinfurthii 0 001 @ 02481823 n 0000 | long-haired chimpanzees of east-central Africa; closely related to the central chimpanzees
-02482474 05 n 02 central_chimpanzee 0 Pan_troglodytes_troglodytes 0 001 @ 02481823 n 0000 | black-faced chimpanzees of central Africa; closely related to eastern chimpanzees
-02482650 05 n 03 pygmy_chimpanzee 0 bonobo 0 Pan_paniscus 0 002 @ 02481823 n 0000 #m 02481629 n 0000 | small chimpanzee of swamp forests in Zaire; a threatened species
-02482820 05 n 02 Hylobatidae 0 family_Hylobatidae 0 005 @ 01862557 n 0000 #m 02470451 n 0000 %m 02483092 n 0000 %m 02483224 n 0000 %m 02483564 n 0000 | used in some classifications for the lesser apes (gibbons and siamangs); sometimes considered a subfamily of Pongidae
-02483092 05 n 01 lesser_ape 0 004 @ 02470899 n 0000 #m 02482820 n 0000 ~ 02483362 n 0000 ~ 02483708 n 0000 | gibbons and siamangs
-02483224 05 n 02 Hylobates 0 genus_Hylobates 0 004 @ 01864707 n 0000 #m 02482820 n 0000 %m 02483362 n 0000 %m 02483708 n 0000 | gibbons
-02483362 05 n 02 gibbon 0 Hylobates_lar 0 002 @ 02483092 n 0000 #m 02483224 n 0000 | smallest and most perfectly anthropoid arboreal ape having long arms and no tail; of southern Asia and East Indies
-02483564 05 n 02 Symphalangus 0 genus_Symphalangus 0 002 @ 01864707 n 0000 #m 02482820 n 0000 | used in some classifications for the siamangs
-02483708 05 n 03 siamang 0 Hylobates_syndactylus 0 Symphalangus_syndactylus 0 002 @ 02483092 n 0000 #m 02483224 n 0000 | large black gibbon of Sumatra having the 2nd and 3rd toes partially united by a web
-02483915 05 n 02 Cercopithecidae 0 family_Cercopithecidae 0 012 @ 01862557 n 0000 #m 02470451 n 0000 %m 02484473 n 0000 %m 02484813 n 0000 %m 02485865 n 0000 %m 02486138 n 0000 %m 02486565 n 0000 %m 02486787 n 0000 %m 02487217 n 0000 %m 02488149 n 0000 %m 02488578 n 0000 %m 02489060 n 0000 | Old World monkeys: guenon; baboon; colobus monkey; langur; macaque; mandrill; mangabey; patas; proboscis monkey
-02484322 05 n 01 monkey 0 003 @ 02469914 n 0000 ~ 02484473 n 0000 ~ 02489589 n 0000 | any of various long-tailed primates (excluding the prosimians)
-02484473 05 n 02 Old_World_monkey 0 catarrhine 0 011 @ 02484322 n 0000 #m 02483915 n 0000 + 01408738 a 0202 ~ 02484975 n 0000 ~ 02485988 n 0000 ~ 02486261 n 0000 ~ 02486410 n 0000 ~ 02487347 n 0000 ~ 02488291 n 0000 ~ 02488702 n 0000 ~ 02489166 n 0000 | of Africa or Arabia or Asia; having nonprehensile tails and nostrils close together
-02484813 05 n 02 Cercopithecus 0 genus_Cercopithecus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02484975 n 0000 | type genus of the Cercopithecidae: guenons
-02484975 05 n 02 guenon 0 guenon_monkey 0 006 @ 02484473 n 0000 #m 02484813 n 0000 ~ 02485225 n 0000 ~ 02485371 n 0000 ~ 02485536 n 0000 ~ 02485688 n 0000 | small slender African monkey having long hind limbs and tail and long hair around the face
-02485225 05 n 02 talapoin 0 Cercopithecus_talapoin 0 001 @ 02484975 n 0000 | smallest guenon monkey; of swampy central and west African forests
-02485371 05 n 02 grivet 0 Cercopithecus_aethiops 0 001 @ 02484975 n 0000 | white and olive green East African monkey with long white tufts of hair beside the face
-02485536 05 n 03 vervet 0 vervet_monkey 0 Cercopithecus_aethiops_pygerythrus 0 001 @ 02484975 n 0000 | South African monkey with black face and hands
-02485688 05 n 03 green_monkey 0 African_green_monkey 0 Cercopithecus_aethiops_sabaeus 0 001 @ 02484975 n 0000 | common savannah monkey with greenish-grey back and yellow tail
-02485865 05 n 02 Cercocebus 0 genus_Cercocebus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02485988 n 0000 | mangabeys
-02485988 05 n 01 mangabey 0 002 @ 02484473 n 0000 #m 02485865 n 0000 | large agile arboreal monkey with long limbs and tail and white upper eyelids
-02486138 05 n 02 Erythrocebus 0 genus_Erythrocebus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02486261 n 0000 | patas
-02486261 05 n 03 patas 0 hussar_monkey 0 Erythrocebus_patas 0 002 @ 02484473 n 0000 #m 02486138 n 0000 | reddish long-tailed monkey of west Africa
-02486410 05 n 01 baboon 0 004 @ 02484473 n 0000 ~ 02486657 n 0000 ~ 02486908 n 0000 ~ 02487079 n 0000 | large terrestrial monkeys having doglike muzzles
-02486565 05 n 02 Papio 0 genus_Papio 0 002 @ 01864707 n 0000 #m 02483915 n 0000 | baboons
-02486657 05 n 03 chacma 0 chacma_baboon 0 Papio_ursinus 0 001 @ 02486410 n 0000 | greyish baboon of southern and eastern Africa
-02486787 05 n 02 Mandrillus 0 genus_Mandrillus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02486908 n 0000 | baboons
-02486908 05 n 02 mandrill 0 Mandrillus_sphinx 0 002 @ 02486410 n 0000 #m 02486787 n 0000 | baboon of west Africa with a bright red and blue muzzle and blue hindquarters
-02487079 05 n 02 drill 0 Mandrillus_leucophaeus 0 001 @ 02486410 n 0000 | similar to the mandrill but smaller and less brightly colored
-02487217 05 n 02 Macaca 0 genus_Macaca 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02487347 n 0000 | macaques; rhesus monkeys
-02487347 05 n 01 macaque 0 006 @ 02484473 n 0000 #m 02487217 n 0000 ~ 02487547 n 0000 ~ 02487675 n 0000 ~ 02487847 n 0000 ~ 02488003 n 0000 | short-tailed monkey of rocky regions of Asia and Africa
-02487547 05 n 03 rhesus 0 rhesus_monkey 0 Macaca_mulatta 0 001 @ 02487347 n 0000 | of southern Asia; used in medical research
-02487675 05 n 05 bonnet_macaque 0 bonnet_monkey 0 capped_macaque 0 crown_monkey 0 Macaca_radiata 0 001 @ 02487347 n 0000 | Indian macaque with a bonnet-like tuft of hair
-02487847 05 n 02 Barbary_ape 0 Macaca_sylvana 0 001 @ 02487347 n 0000 | tailless macaque of rocky cliffs and forests of northwestern Africa and Gibraltar
-02488003 05 n 03 crab-eating_macaque 0 croo_monkey 0 Macaca_irus 0 001 @ 02487347 n 0000 | monkey of southeast Asia, Borneo and the Philippines
-02488149 05 n 03 Presbytes 0 genus_Presbytes 0 mammal_Semnopithecus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02488291 n 0000 | langurs
-02488291 05 n 01 langur 0 003 @ 02484473 n 0000 #m 02488149 n 0000 ~ 02488415 n 0000 | slender long-tailed monkey of Asia
-02488415 05 n 04 entellus 0 hanuman 0 Presbytes_entellus 0 Semnopithecus_entellus 0 001 @ 02488291 n 0000 | langur of southern Asia; regarded as sacred in India
-02488578 05 n 01 genus_Colobus 0 003 @ 01864707 n 0000 #m 02483915 n 0000 %m 02488702 n 0000 | a genus of Cercopithecidae
-02488702 05 n 02 colobus 0 colobus_monkey 0 003 @ 02484473 n 0000 #m 02488578 n 0000 ~ 02488894 n 0000 | arboreal monkey of western and central Africa with long silky fur and reduced thumbs
-02488894 05 n 02 guereza 0 Colobus_guereza 0 001 @ 02488702 n 0000 | a colobus monkey with a reddish brown coat and white silky fringes down both sides of the body
-02489060 05 n 02 Nasalis 0 genus_Nasalis 0 002 @ 01864707 n 0000 #m 02483915 n 0000 | proboscis monkeys
-02489166 05 n 02 proboscis_monkey 0 Nasalis_larvatus 0 001 @ 02484473 n 0000 | Borneo monkey having a long bulbous nose
-02489288 05 n 02 Platyrrhini 0 superfamily_Platyrrhini 0 005 @ 01862557 n 0000 #m 02470451 n 0000 %m 02489589 n 0000 %m 02490030 n 0000 %m 02491590 n 0000 | New World monkeys: capuchin; douroucouli; howler monkey; saki; spider monkey; squirrel monkey; titi; uakari; woolly monkey; marmoset; tamarin
-02489589 05 n 03 New_World_monkey 0 platyrrhine 0 platyrrhinian 0 015 @ 02484322 n 0000 #m 02489288 n 0000 + 01408929 a 0202 + 01408929 a 0204 + 01408929 a 0205 ~ 02490219 n 0000 ~ 02492035 n 0000 ~ 02492356 n 0000 ~ 02492660 n 0000 ~ 02492948 n 0000 ~ 02493224 n 0000 ~ 02493509 n 0000 ~ 02493793 n 0000 ~ 02494079 n 0000 ~ 02494383 n 0000 | hairy-faced arboreal monkeys having widely separated nostrils and long usually prehensile tails
-02490030 05 n 02 Callithricidae 0 family_Callithricidae 0 006 @ 01862557 n 0000 #m 02489288 n 0000 %m 02490219 n 0000 %m 02490435 n 0000 %m 02490686 n 0000 %m 02490964 n 0000 | marmosets
-02490219 05 n 01 marmoset 0 005 @ 02489589 n 0000 #m 02490030 n 0000 ~ 02490597 n 0000 ~ 02490811 n 0000 ~ 02491107 n 0000 | small soft-furred South American and Central American monkey with claws instead of nails
-02490435 05 n 02 Callithrix 0 genus_Callithrix 0 003 @ 01864707 n 0000 #m 02490030 n 0000 %m 02490597 n 0000 | type genus of the Callithricidae: true marmosets
-02490597 05 n 01 true_marmoset 0 002 @ 02490219 n 0000 #m 02490435 n 0000 | a marmoset
-02490686 05 n 02 Cebuella 0 genus_Cebuella 0 003 @ 01864707 n 0000 #m 02490030 n 0000 %m 02490811 n 0000 | pygmy marmosets
-02490811 05 n 02 pygmy_marmoset 0 Cebuella_pygmaea 0 002 @ 02490219 n 0000 #m 02490686 n 0000 | the smallest monkey; of tropical forests of the Amazon
-02490964 05 n 03 Leontocebus 0 genus_Leontocebus 0 genus_Leontideus 0 003 @ 01864707 n 0000 #m 02490030 n 0000 %m 02491107 n 0000 | tamarins
-02491107 05 n 04 tamarin 0 lion_monkey 0 lion_marmoset 0 leoncita 0 004 @ 02490219 n 0000 #m 02490964 n 0000 ~ 02491329 n 0000 ~ 02491474 n 0000 | small South American marmoset with silky fur and long nonprehensile tail
-02491329 05 n 02 silky_tamarin 0 Leontocebus_rosalia 0 001 @ 02491107 n 0000 | golden South American monkey with long soft hair forming a mane
-02491474 05 n 02 pinche 0 Leontocebus_oedipus 0 001 @ 02491107 n 0000 | South American tamarin with a tufted head
-02491590 05 n 02 Cebidae 0 family_Cebidae 0 011 @ 01862557 n 0000 #m 02489288 n 0000 %m 02491906 n 0000 %m 02492240 n 0000 %m 02492536 n 0000 %m 02492833 n 0000 %m 02493109 n 0000 %m 02493390 n 0000 %m 02493673 n 0000 %m 02493974 n 0000 %m 02494257 n 0000 | all the New World monkeys except marmosets and tamarins
-02491906 05 n 02 Cebus 0 genus_Cebus 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02492035 n 0000 | type genus of the Cebidae
-02492035 05 n 03 capuchin 0 ringtail 4 Cebus_capucinus 0 002 @ 02489589 n 0000 #m 02491906 n 0000 | monkey of Central America and South America having thick hair on the head that resembles a monk's cowl
-02492240 05 n 02 Aotus 0 genus_Aotus 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02492356 n 0000 | douroucoulis
-02492356 05 n 02 douroucouli 0 Aotus_trivirgatus 0 002 @ 02489589 n 0000 #m 02492240 n 0000 | nocturnal monkey of Central America and South America with large eyes and thick fur
-02492536 05 n 02 Alouatta 0 genus_Alouatta 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02492660 n 0000 | howler monkeys
-02492660 05 n 02 howler_monkey 0 howler 0 003 @ 02489589 n 0000 #m 02492536 n 0000 + 01047381 v 0201 | monkey of tropical South American forests having a loud howling cry
-02492833 05 n 02 Pithecia 0 genus_Pithecia 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02492948 n 0000 | sakis
-02492948 05 n 01 saki 0 002 @ 02489589 n 0000 #m 02492833 n 0000 | small arboreal monkey of tropical South America with long hair and bushy nonprehensile tail
-02493109 05 n 02 Cacajao 0 genus_Cacajao 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02493224 n 0000 | uakaris
-02493224 05 n 01 uakari 0 002 @ 02489589 n 0000 #m 02493109 n 0000 | medium-sized tree-dwelling monkey of the Amazon basin; only New World monkey with a short tail
-02493390 05 n 02 Callicebus 0 genus_Callicebus 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02493509 n 0000 | titis
-02493509 05 n 02 titi 0 titi_monkey 0 002 @ 02489589 n 0000 #m 02493390 n 0000 | small South American monkeys with long beautiful fur and long nonprehensile tail
-02493673 05 n 02 Ateles 0 genus_Ateles 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02493793 n 0000 | spider monkeys
-02493793 05 n 02 spider_monkey 0 Ateles_geoffroyi 0 002 @ 02489589 n 0000 #m 02493673 n 0000 | arboreal monkey of tropical America with long slender legs and long prehensile tail
-02493974 05 n 02 Saimiri 0 genus_Saimiri 0 002 @ 01864707 n 0000 #m 02491590 n 0000 | squirrel monkeys
-02494079 05 n 02 squirrel_monkey 0 Saimiri_sciureus 0 001 @ 02489589 n 0000 | small long-tailed monkey of Central American and South America with greenish fur and black muzzle
-02494257 05 n 02 Lagothrix 0 genus_Lagothrix 0 003 @ 01864707 n 0000 #m 02491590 n 0000 %m 02494383 n 0000 | woolly monkeys
-02494383 05 n 01 woolly_monkey 0 002 @ 02489589 n 0000 #m 02494257 n 0000 | large monkeys with dark skin and woolly fur of the Amazon and Orinoco basins
-02494538 05 n 02 Scandentia 0 order_Scandentia 0 003 @ 01342529 n 0000 #m 01886220 n 0000 %m 02494866 n 0000 | a small order comprising only the tree shrews: in some classifications tree shrews are considered either primates (and included in the suborder Prosimii) or true insectivores (and included in the order Insectivora)
-02494866 05 n 02 Tupaiidae 0 family_Tupaiidae 0 005 @ 01862557 n 0000 #m 02494538 n 0000 %m 02495099 n 0000 %m 02495242 n 0000 %m 02495446 n 0000 | tree shrews; in some classifications tree shrews are considered prosimian primates
-02495099 05 n 02 Tupaia 0 genus_Tupaia 0 002 @ 01864707 n 0000 #m 02494866 n 0000 | the type genus of the Tupaia: chief genus of tree shrews
-02495242 05 n 01 tree_shrew 0 003 @ 01886756 n 0000 #m 02494866 n 0000 ~ 02495570 n 0000 | insectivorous arboreal mammal of southeast Asia that resembles a squirrel with large eyes and long sharp snout
-02495446 05 n 02 Ptilocercus 0 genus_Ptilocercus 0 003 @ 01864707 n 0000 #m 02494866 n 0000 %m 02495570 n 0000 | pentails
-02495570 05 n 03 pentail 0 pen-tail 0 pen-tailed_tree_shrew 0 002 @ 02495242 n 0000 #m 02495446 n 0000 | brown tree shrew having a naked tail bilaterally fringed with long stiff hairs on the distal third; of Malaysia
-02495789 05 n 02 Prosimii 0 suborder_Prosimii 0 003 @ 01342529 n 0000 #m 02469588 n 0000 %m 02496052 n 0000 | not used in all classifications; in some classifications considered coextensive with the Lemuroidea; in others includes both Lemuroidea and Tarsioidea
-02496052 05 n 01 prosimian 0 002 @ 02469914 n 0000 #m 02495789 n 0000 | primitive primates having large ears and eyes and characterized by nocturnal habits
-02496210 05 n 02 Adapid 0 Adapid_group 0 002 @ 07992450 n 0000 #m 02469588 n 0000 | extinct small mostly diurnal lower primates that fed on leaves and fruit; abundant in North America and Europe 30 to 50 million years ago; their descendents probably include the lemurs; some authorities consider them ancestral to anthropoids but others consider them only cousins
-02496576 05 n 02 Lemuroidea 0 suborder_Lemuroidea 0 007 @ 01342529 n 0000 #m 02469588 n 0000 %m 02496913 n 0000 %m 02497408 n 0000 ~ 02497832 n 0000 %m 02498355 n 0000 %m 02499990 n 0000 | Lemuridae; Lorisidae; Daubentoniidae; Indriidae; used in some classifications instead of Prosimii; in others considered a subdivision of Prosimii
-02496913 05 n 01 lemur 0 011 @ 02469914 n 0000 #m 02496576 n 0000 ~ 02497673 n 0000 ~ 02498153 n 0000 ~ 02498743 n 0000 ~ 02499022 n 0000 ~ 02499316 n 0000 ~ 02499568 n 0000 ~ 02499808 n 0000 ~ 02500267 n 0000 ~ 02500596 n 0000 | large-eyed arboreal prosimian having foxy faces and long furry tails
-02497214 05 n 02 Strepsirhini 0 suborder_Strepsirhini 0 002 @ 01342529 n 0000 #m 02469588 n 0000 | in some classifications either coextensive with the Lemuroidea or comprising the true lemurs
-02497408 05 n 02 Lemuridae 0 family_Lemuridae 0 003 @ 01862557 n 0000 #m 02496576 n 0000 %m 02497550 n 0000 | typical lemurs; of Madagascar
-02497550 05 n 01 genus_Lemur 0 003 @ 01864707 n 0000 #m 02497408 n 0000 %m 02497673 n 0000 | type genus of the Lemuridae
-02497673 05 n 03 Madagascar_cat 0 ring-tailed_lemur 0 Lemur_catta 0 002 @ 02496913 n 0000 #m 02497550 n 0000 | small lemur having its tail barred with black
-02497832 05 n 02 Daubentoniidae 0 family_Daubentoniidae 0 003 @ 01862557 n 0000 @ 02496576 n 0000 %m 02497983 n 0000 | comprising solely the aye-aye
-02497983 05 n 02 Daubentonia 0 genus_Daubentonia 0 003 @ 01864707 n 0000 #m 02497832 n 0000 %m 02498153 n 0000 | type genus; coextensive with the family Daubentoniidae
-02498153 05 n 02 aye-aye 0 Daubentonia_madagascariensis 0 002 @ 02496913 n 0000 #m 02497983 n 0000 | nocturnal lemur with long bony fingers and rodent-like incisor teeth closely related to the lemurs
-02498355 05 n 02 Lorisidae 0 family_Lorisidae 0 007 @ 01862557 n 0000 #m 02496576 n 0000 %m 02498620 n 0000 %m 02498888 n 0000 %m 02499178 n 0000 %m 02499434 n 0000 %m 02499700 n 0000 | slow-moving omnivorous nocturnal primates of tropical Asia; usually tailless
-02498620 05 n 01 genus_Loris 0 003 @ 01864707 n 0000 #m 02498355 n 0000 %m 02498743 n 0000 | type genus of the Lorisidae
-02498743 05 n 02 slender_loris 0 Loris_gracilis 0 002 @ 02496913 n 0000 #m 02498620 n 0000 | slim-bodied lemur of southern India and Sri Lanka
-02498888 05 n 02 Nycticebus 0 genus_Nycticebus 0 003 @ 01864707 n 0000 #m 02498355 n 0000 %m 02499022 n 0000 | a genus of Lorisidae
-02499022 05 n 03 slow_loris 0 Nycticebus_tardigradua 0 Nycticebus_pygmaeus 0 002 @ 02496913 n 0000 #m 02498888 n 0000 | stocky lemur of southeastern Asia
-02499178 05 n 02 Perodicticus 0 genus_Perodicticus 0 003 @ 01864707 n 0000 #m 02498355 n 0000 %m 02499316 n 0000 | a genus of Lorisidae
-02499316 05 n 03 potto 1 kinkajou 1 Perodicticus_potto 0 002 @ 02496913 n 0000 #m 02499178 n 0000 | a kind of lemur
-02499434 05 n 02 Arctocebus 0 genus_Arctocebus 0 003 @ 01864707 n 0000 #m 02498355 n 0000 %m 02499568 n 0000 | a genus of Lorisidae
-02499568 05 n 03 angwantibo 0 golden_potto 0 Arctocebus_calabarensis 0 002 @ 02496913 n 0000 #m 02499434 n 0000 | a kind of lemur
-02499700 05 n 01 genus_Galago 0 003 @ 01864707 n 0000 #m 02498355 n 0000 %m 02499808 n 0000 | bush babies
-02499808 05 n 03 galago 0 bushbaby 0 bush_baby 0 002 @ 02496913 n 0000 #m 02499700 n 0000 | agile long-tailed nocturnal African lemur with dense woolly fur and large eyes and ears
-02499990 05 n 02 Indriidae 0 family_Indriidae 0 004 @ 01862557 n 0000 #m 02496576 n 0000 %m 02500144 n 0000 %m 02500472 n 0000 | a family of Lemuroidea
-02500144 05 n 01 genus_Indri 0 003 @ 01864707 n 0000 #m 02499990 n 0000 %m 02500267 n 0000 | type genus of the Indriidae
-02500267 05 n 04 indri 1 indris 0 Indri_indri 0 Indri_brevicaudatus 0 002 @ 02496913 n 0000 #m 02500144 n 0000 | large short-tailed lemur of Madagascar having thick silky fur in black and white and fawn
-02500472 05 n 02 Avahi 0 genus_Avahi 0 003 @ 01864707 n 0000 #m 02499990 n 0000 %m 02500596 n 0000 | a genus of Indriidae
-02500596 05 n 02 woolly_indris 0 Avahi_laniger 0 002 @ 02496913 n 0000 #m 02500472 n 0000 | nocturnal indris with thick grey-brown fur and a long tail
-02500749 05 n 02 Omomyid 0 Omomyid_group 0 002 @ 07992450 n 0000 #m 02469588 n 0000 | extinct tiny nocturnal lower primates that fed on fruit and insects; abundant in North America and Europe 30 to 50 million years ago; probably gave rise to the tarsiers; some authorities consider them ancestral to anthropoids but others consider them only cousins
-02501101 05 n 02 Tarsioidea 0 suborder_Tarsioidea 0 003 @ 01342529 n 0000 #m 02469588 n 0000 %m 02501275 n 0000 | in some classifications assigned to the suborder Prosimii
-02501275 05 n 02 Tarsiidae 0 family_Tarsiidae 0 003 @ 01862557 n 0000 #m 02501101 n 0000 %m 02501432 n 0000 | coextensive with the genus Tarsius: tarsiers
-02501432 05 n 02 Tarsius 0 genus_Tarsius 0 003 @ 01864707 n 0000 #m 02501275 n 0000 %m 02501583 n 0000 | type and sole genus of the family Tarsiidae
-02501583 05 n 01 tarsier 0 004 @ 02469914 n 0000 #m 02501432 n 0000 ~ 02501923 n 0000 ~ 02502006 n 0000 | nocturnal arboreal primate of Indonesia and the Philippines having huge eyes and digits ending in pads to facilitate climbing; the only primate that spurns all plant material as food living entirely on insects and small vertebrates
-02501923 05 n 01 Tarsius_syrichta 0 001 @ 02501583 n 0000 | a variety of tarsier
-02502006 05 n 01 Tarsius_glis 0 001 @ 02501583 n 0000 | a variety of tarsier
-02502085 05 n 02 Dermoptera 0 order_Dermoptera 0 003 @ 01342529 n 0000 #m 01886220 n 0000 %m 02502212 n 0000 | flying lemurs
-02502212 05 n 02 Cynocephalidae 0 family_Cynocephalidae 0 003 @ 01862557 n 0000 #m 02502085 n 0000 %m 02502357 n 0000 | a family of Dermoptera
-02502357 05 n 02 Cynocephalus 0 genus_Cynocephalus 0 003 @ 01864707 n 0000 #m 02502212 n 0000 %m 02502514 n 0000 | type genus of the family Cynocephalidae
-02502514 05 n 03 flying_lemur 0 flying_cat 2 colugo 0 003 @ 01886756 n 0000 #m 02502357 n 0000 ~ 02502807 n 0000 | arboreal nocturnal mammal of southeast Asia and the Philippines resembling a lemur and having a fold of skin on each side from neck to tail that is used for long gliding leaps
-02502807 05 n 01 Cynocephalus_variegatus 0 001 @ 02502514 n 0000 | a variety of flying lemur
-02502902 05 n 02 Proboscidea 0 order_Proboscidea 0 006 @ 01342529 n 0000 #m 01886220 n 0000 %m 02503127 n 0000 %m 02503313 n 0000 %m 02505646 n 0000 %m 02506466 n 0000 | an order of animals including elephants and mammoths
-02503127 05 n 02 proboscidean 0 proboscidian 0 004 @ 01886756 n 0000 #m 02502902 n 0000 ~ 02503517 n 0000 ~ 02505998 n 0000 | massive herbivorous mammals having tusks and a long trunk
-02503313 05 n 02 Elephantidae 0 family_Elephantidae 0 007 @ 01862557 n 0000 #m 02502902 n 0000 %m 02503517 n 0000 %m 02503868 n 0000 %m 02504323 n 0000 %m 02504635 n 0000 %m 02505342 n 0000 | elephants
-02503517 05 n 01 elephant 0 010 @ 02503127 n 0000 @ 02453108 n 0000 #m 02503313 n 0000 %p 01465713 n 0000 %p 02452967 n 0000 ~ 02503756 n 0000 ~ 02504013 n 0000 ~ 02504458 n 0000 ~ 02504770 n 0000 ~ 02506783 n 0000 | five-toed pachyderm
-02503756 05 n 01 rogue_elephant 0 001 @ 02503517 n 0000 | a wild and vicious elephant separated from the herd
-02503868 05 n 02 Elephas 0 genus_Elephas 0 003 @ 01864707 n 0000 #m 02503313 n 0000 %m 02504013 n 0000 | type genus of the family Elephantidae
-02504013 05 n 02 Indian_elephant 0 Elephas_maximus 0 003 @ 02503517 n 0000 #m 02503868 n 0000 ~ 02504196 n 0000 | Asian elephant having smaller ears and tusks primarily in the male
-02504196 05 n 01 white_elephant 0 001 @ 02504013 n 0000 | albinic Indian elephant; rare and sometimes venerated in east Asia
-02504323 05 n 02 Loxodonta 0 genus_Loxodonta 0 003 @ 01864707 n 0000 #m 02503313 n 0000 %m 02504458 n 0000 | a genus of Elephantidae
-02504458 05 n 02 African_elephant 0 Loxodonta_africana 0 002 @ 02503517 n 0000 #m 02504323 n 0000 | an elephant native to Africa having enormous flapping ears and ivory tusks
-02504635 05 n 02 Mammuthus 0 genus_Mammuthus 0 003 @ 01864707 n 0000 #m 02503313 n 0000 %m 02504770 n 0000 | extinct genus: mammoths
-02504770 05 n 01 mammoth 0 007 @ 02503517 n 0000 #m 02504635 n 0000 + 01386538 a 0102 %p 02452967 n 0000 ~ 02505063 n 0000 ~ 02505238 n 0000 ~ 02505485 n 0000 | any of numerous extinct elephants widely distributed in the Pleistocene; extremely large with hairy coats and long upcurved tusks
-02505063 05 n 03 woolly_mammoth 0 northern_mammoth 0 Mammuthus_primigenius 0 001 @ 02504770 n 0000 | very hairy mammoth common in colder portions of the northern hemisphere
-02505238 05 n 02 columbian_mammoth 0 Mammuthus_columbi 0 001 @ 02504770 n 0000 | a variety of mammoth
-02505342 05 n 02 Archidiskidon 0 genus_Archidiskidon 0 003 @ 01864707 n 0000 #m 02503313 n 0000 %m 02505485 n 0000 | a genus of Elephantidae
-02505485 05 n 03 imperial_mammoth 0 imperial_elephant 0 Archidiskidon_imperator 0 002 @ 02504770 n 0000 #m 02505342 n 0000 | largest known mammoth; of America
-02505646 05 n 03 Mammutidae 0 family_Mammutidae 0 family_Mastodontidae 0 003 @ 01862557 n 0000 #m 02502902 n 0000 %m 02505809 n 0000 | extinct family: mastodons
-02505809 05 n 03 Mammut 0 genus_Mammut 0 genus_Mastodon 0 004 @ 01864707 n 0000 #m 02505646 n 0000 %m 02505998 n 0000 %m 02506248 n 0000 | extinct type genus of the Mammutidae: mastodons
-02505998 05 n 02 mastodon 0 mastodont 0 003 @ 02503127 n 0000 #m 02505809 n 0000 ~ 02506248 n 0000 | extinct elephant-like mammal that flourished worldwide from Miocene through Pleistocene times; differ from mammoths in the form of the molar teeth
-02506248 05 n 03 American_mastodon 0 American_mastodont 0 Mammut_americanum 0 002 @ 02505998 n 0000 #m 02505809 n 0000 | mastodon of North America; in some classifications considered a mammoth rather than a mastodon
-02506466 05 n 02 Gomphotheriidae 0 family_Gomphotheriidae 0 003 @ 01862557 n 0000 #m 02502902 n 0000 %m 02506630 n 0000 | elephants extinct since the Pleistocene
-02506630 05 n 02 Gomphotherium 0 genus_Gomphotherium 0 003 @ 01864707 n 0000 #m 02506466 n 0000 %m 02506783 n 0000 | type genus of the Gomphotheriidae
-02506783 05 n 01 gomphothere 0 002 @ 02503517 n 0000 #m 02506630 n 0000 | extinct elephants of Central American and South America; of the Miocene and Pleistocene
-02506947 05 n 02 plantigrade_mammal 0 plantigrade 0 002 @ 01886756 n 0000 ! 02507148 n 0101 | an animal that walks with the entire sole of the foot touching the ground as e.g. bears and human beings
-02507148 05 n 02 digitigrade_mammal 0 digitigrade 0 002 @ 01886756 n 0000 ! 02506947 n 0101 | an animal that walks so that only the toes touch the ground as e.g. dogs and cats and horses
-02507337 05 n 02 Procyonidae 0 family_Procyonidae 0 010 @ 01862557 n 0000 #m 02074915 n 0000 %m 02507649 n 0000 %m 02507863 n 0000 %m 02508458 n 0000 %m 02508615 n 0000 %m 02509071 n 0000 %m 02509405 n 0000 %m 02509694 n 0000 %m 02510240 n 0000 | raccoons; coatis; cacomistles; kinkajous; and sometimes pandas
-02507649 05 n 01 procyonid 0 008 @ 02075296 n 0000 #m 02507337 n 0000 ~ 02508021 n 0000 ~ 02508742 n 0000 ~ 02509197 n 0000 ~ 02509515 n 0000 ~ 02509815 n 0000 ~ 02510455 n 0000 | plantigrade carnivorous mammals
-02507863 05 n 02 Procyon 0 genus_Procyon 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02508021 n 0000 | the type genus of the family Procyonidae: raccoons
-02508021 05 n 02 raccoon 0 racoon 0 004 @ 02507649 n 0000 #m 02507863 n 0000 ~ 02508213 n 0000 ~ 02508346 n 0000 | an omnivorous nocturnal mammal native to North America and Central America
-02508213 05 n 05 common_raccoon 0 common_racoon 0 coon 0 ringtail 2 Procyon_lotor 0 001 @ 02508021 n 0000 | North American raccoon
-02508346 05 n 02 crab-eating_raccoon 0 Procyon_cancrivorus 0 001 @ 02508021 n 0000 | a South American raccoon
-02508458 05 n 02 Bassariscidae 0 subfamily_Bassariscidae 0 002 @ 01862557 n 0000 #m 02507337 n 0000 | in some classifications considered a separate family
-02508615 05 n 02 Bassariscus 0 genus_Bassariscus 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02508742 n 0000 | cacomistles
-02508742 05 n 0a bassarisk 0 cacomistle 0 cacomixle 0 coon_cat 2 raccoon_fox 0 ringtail 3 ring-tailed_cat 0 civet_cat 2 miner's_cat 0 Bassariscus_astutus 0 002 @ 02507649 n 0000 #m 02508615 n 0000 | raccoon-like omnivorous mammal of Mexico and the southwestern United States having a long bushy tail with black and white rings
-02509071 05 n 02 Potos 0 genus_Potos 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02509197 n 0000 | a genus of Procyonidae
-02509197 05 n 05 kinkajou 2 honey_bear 0 potto 2 Potos_flavus 0 Potos_caudivolvulus 0 002 @ 02507649 n 0000 #m 02509071 n 0000 | arboreal fruit-eating mammal of tropical America with a long prehensile tail
-02509405 05 n 02 Nasua 0 genus_Nasua 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02509515 n 0000 | coatis
-02509515 05 n 05 coati 0 coati-mondi 0 coati-mundi 0 coon_cat 1 Nasua_narica 0 002 @ 02507649 n 0000 #m 02509405 n 0000 | omnivorous mammal of Central America and South America
-02509694 05 n 02 Ailurus 0 genus_Ailurus 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02509815 n 0000 | lesser pandas
-02509815 05 n 06 lesser_panda 0 red_panda 0 panda 2 bear_cat 0 cat_bear 0 Ailurus_fulgens 0 002 @ 02507649 n 0000 #m 02509694 n 0000 | reddish-brown Old World raccoon-like carnivore; in some classifications considered unrelated to the giant pandas
-02510065 05 n 02 Ailuropodidae 0 family_Ailuropodidae 0 002 @ 01862557 n 0000 #m 01886220 n 0000 | in some classifications considered the family comprising the giant pandas
-02510240 05 n 02 Ailuropoda 0 genus_Ailuropoda 0 003 @ 01864707 n 0000 #m 02507337 n 0000 %m 02510455 n 0000 | only the giant panda: in some classifications considered a genus of the separate family Ailuropodidae
-02510455 05 n 05 giant_panda 0 panda 1 panda_bear 0 coon_bear 0 Ailuropoda_melanoleuca 0 002 @ 02507649 n 0000 #m 02510240 n 0000 | large black-and-white herbivorous mammal of bamboo forests of China and Tibet; in some classifications considered a member of the bear family or of a separate family Ailuropodidae
-02510769 05 n 02 gill 0 branchia 0 005 @ 05528060 n 0000 + 02670050 a 0201 ~ 01953877 n 0000 ~ 01954004 n 0000 ~ 02510978 n 0000 | respiratory organ of aquatic animals that breathe oxygen dissolved in water
-02510978 05 n 01 external_gill 0 001 @ 02510769 n 0000 | occurs in some mollusks and in tadpoles and other immature amphibians
-02511107 05 n 03 gill_slit 0 branchial_cleft 0 gill_cleft 0 001 @ 05225602 n 0000 | one of a series of slit openings in the pharynxes of fishes and aquatic amphibians through which water passes
-02511303 05 n 03 gill_arch 0 branchial_arch 0 gill_bar 0 001 @ 05225602 n 0000 | one of the bony or cartilaginous arches on each side of the pharynx that support the gills of fishes and aquatic amphibians
-02511510 05 n 01 peristome 0 002 @ 05225602 n 0000 #p 01905661 n 0000 | region around the mouth in various invertebrates
-02511633 05 n 01 syrinx 0 002 @ 05225602 n 0000 #p 01503061 n 0000 | the vocal organ of a bird
-02511730 05 n 01 twitterer 0 002 @ 01503061 n 0000 + 01053623 v 0102 | a bird that twitters
-02511824 05 n 01 Pisces 0 003 @ 08221348 n 0000 #m 01471070 n 0000 %m 02512053 n 0000 | a group of vertebrates comprising both cartilaginous and bony fishes and sometimes including the jawless vertebrates; not used technically
-02512053 05 n 01 fish 0 026 @ 01473806 n 0000 #m 07995453 n 0000 #m 02511824 n 0000 + 02728929 a 0101 + 01140794 v 0101 + 01319346 v 0101 ~ 01316579 n 0000 ~ 01316838 n 0000 ~ 01480516 n 0000 %p 01903110 n 0000 %p 02322624 n 0000 %p 02322712 n 0000 %p 02465929 n 0000 %p 02466132 n 0000 %p 02466957 n 0000 %p 02467491 n 0000 ~ 02512752 n 0000 ~ 02512830 n 0000 ~ 02512938 n 0000 ~ 02513248 n 0000 ~ 02513560 n 0000 ~ 02513805 n 0000 ~ 02513939 n 0000 ~ 02514320 n 0000 ~ 02514825 n 0000 ~ 02556373 n 0000 | any of various mostly cold-blooded aquatic vertebrates usually having scales and breathing through gills; "the shark is a large fish"; "in the living room there was a tank of colorful fish"
-02512752 05 n 01 fingerling 0 001 @ 02512053 n 0000 | a young or small fish
-02512830 05 n 02 game_fish 0 sport_fish 0 001 @ 02512053 n 0000 | any fish providing sport for the angler
-02512938 05 n 01 food_fish 0 013 @ 02512053 n 0000 ~ 02513355 n 0000 ~ 02514041 n 0000 ~ 02530421 n 0000 ~ 02532028 n 0000 ~ 02532602 n 0000 ~ 02534734 n 0000 ~ 02537085 n 0000 ~ 02538985 n 0000 ~ 02566834 n 0000 ~ 02586543 n 0000 ~ 02626762 n 0000 ~ 02663849 n 0000 | any fish used for food by human beings
-02513248 05 n 01 rough_fish 0 001 @ 02512053 n 0000 | any fish useless for food or sport or even as bait
-02513355 05 n 02 groundfish 0 bottom_fish 0 001 @ 02512938 n 0000 | fish that live on the sea bottom (particularly the commercially important gadoid fish like cod and haddock, or flatfish like flounder)
-02513560 05 n 01 young_fish 0 006 @ 01321579 n 0000 @ 02512053 n 0000 ~ 02513727 n 0000 ~ 02530052 n 0000 ~ 02530188 n 0000 ~ 02535080 n 0000 | a fish that is young
-02513727 05 n 01 parr 2 001 @ 02513560 n 0000 | the young of various fishes
-02513805 05 n 01 mouthbreeder 0 001 @ 02512053 n 0000 | any of various fishes that carry their eggs and their young in their mouths
-02513939 05 n 01 spawner 0 002 @ 02512053 n 0000 + 00056683 v 0101 | a female fish at spawning time
-02514041 05 n 02 barracouta 0 snoek 0 001 @ 02512938 n 0000 | a large marine food fish common on the coasts of Australia, New Zealand, and southern Africa
-02514198 05 n 02 Channidae 0 class_Channidae 0 003 @ 08103777 n 0000 #m 01471070 n 0000 %m 02514320 n 0000 | snakeheads
-02514320 05 n 01 northern_snakehead 0 002 @ 02512053 n 0000 #m 02514198 n 0000 | a voracious freshwater fish that is native to northeastern China; can use fin to walk and can survive out of water for three days; a threat to American populations of fish
-02514575 05 n 02 Osteichthyes 0 class_Osteichthyes 0 006 @ 08103777 n 0000 #m 01471070 n 0000 %m 02514825 n 0000 %m 02514988 n 0000 %m 02515914 n 0000 %m 02527813 n 0000 | a class of fish having a skeleton composed of bone in addition to cartilage
-02514825 05 n 01 bony_fish 0 005 @ 02512053 n 0000 #m 02514575 n 0000 ~ 02515214 n 0000 ~ 02516188 n 0000 ~ 02528163 n 0000 | any fish of the class Osteichthyes
-02514988 05 n 02 Crossopterygii 0 subclass_Crossopterygii 0 004 @ 08103777 n 0000 #m 02514575 n 0000 %m 02515214 n 0000 %m 02515410 n 0000 | fishes having paired fins resembling limbs and regarded as ancestral to amphibians
-02515214 05 n 03 crossopterygian 0 lobefin 0 lobe-finned_fish 0 003 @ 02514825 n 0000 #m 02514988 n 0000 ~ 02515713 n 0000 | any fish of the order Crossopterygii; most known only in fossil form
-02515410 05 n 02 Latimeridae 0 family_Latimeridae 0 003 @ 01429349 n 0000 #m 02514988 n 0000 %m 02515560 n 0000 | extinct except for the coelacanth
-02515560 05 n 02 Latimeria 0 genus_Latimeria 0 003 @ 01432517 n 0000 #m 02515410 n 0000 %m 02515713 n 0000 | type genus of the Latimeridae: coelacanth
-02515713 05 n 02 coelacanth 0 Latimeria_chalumnae 0 002 @ 02515214 n 0000 #m 02515560 n 0000 | fish thought to have been extinct since the Cretaceous period but found in 1938 off the coast of Africa
-02515914 05 n 02 Dipnoi 0 subclass_Dipnoi 0 004 @ 08103777 n 0000 #m 02514575 n 0000 %m 02516188 n 0000 %m 02516427 n 0000 | bony fishes of the southern hemisphere that breathe by a modified air bladder as well as gills; sometimes classified as an order of Crossopterygii
-02516188 05 n 01 lungfish 0 003 @ 02514825 n 0000 #m 02515914 n 0000 ~ 02516776 n 0000 | air-breathing fish having an elongated body and fleshy paired fins; certain species construct mucus-lined mud coverings in which to survive drought
-02516427 05 n 02 Ceratodontidae 0 family_Ceratodontidae 0 004 @ 01429349 n 0000 #m 02515914 n 0000 %m 02516615 n 0000 %m 02516867 n 0000 | lungfishes having hornlike ridges on the teeth
-02516615 05 n 01 genus_Ceratodus 0 003 @ 01432517 n 0000 #m 02516427 n 0000 %m 02516776 n 0000 | type genus of the Ceratodontidae: extinct genus of lungfishes
-02516776 05 n 01 ceratodus 0 002 @ 02516188 n 0000 #m 02516615 n 0000 | extinct lungfish
-02516867 05 n 02 Neoceratodus 0 genus_Neoceratodus 0 002 @ 01432517 n 0000 #m 02516427 n 0000 | extant Australian lungfishes
-02516994 05 n 03 Australian_lungfish 0 Queensland_lungfish 0 Neoceratodus_forsteri 0 001 @ 08110866 n 0000 | an endangered species of lungfish found in rivers in Queensland
-02517169 05 n 02 Siluriformes 0 order_Siluriformes 0 007 @ 01342529 n 0000 #m 01428155 n 0000 %m 02517442 n 0000 %m 02517768 n 0000 %m 02518813 n 0000 %m 02520391 n 0000 %m 02520669 n 0000 | an order of fish belonging to the superorder Malacopterygii including catfishes
-02517442 05 n 02 catfish 1 siluriform_fish 0 008 @ 01428580 n 0000 #m 02517169 n 0000 ~ 02517938 n 0000 ~ 02519148 n 0000 ~ 02519686 n 0000 ~ 02520147 n 0000 ~ 02520525 n 0000 ~ 02520810 n 0000 | any of numerous mostly freshwater bottom-living fishes of Eurasia and North America with barbels like whiskers around the mouth
-02517768 05 n 02 Siluridae 0 family_Siluridae 0 005 @ 01429349 n 0000 #m 02517169 n 0000 %m 02517938 n 0000 %m 02518178 n 0000 %m 02518488 n 0000 | Old World catfishes
-02517938 05 n 02 silurid 0 silurid_fish 0 004 @ 02517442 n 0000 #m 02517768 n 0000 ~ 02518324 n 0000 ~ 02518622 n 0000 | Old World freshwater catfishes having naked skin and a long anal fin more or less merged with the eellike caudal fin
-02518178 05 n 02 Silurus 0 genus_Silurus 0 003 @ 01432517 n 0000 #m 02517768 n 0000 %m 02518324 n 0000 | type genus of the Siluridae: catfishes
-02518324 05 n 03 European_catfish 0 sheatfish 0 Silurus_glanis 0 002 @ 02517938 n 0000 #m 02518178 n 0000 | large elongated catfish of central and eastern Europe
-02518488 05 n 02 Malopterurus 0 genus_Malopterurus 0 003 @ 01432517 n 0000 #m 02517768 n 0000 %m 02518622 n 0000 | electric catfish
-02518622 05 n 02 electric_catfish 0 Malopterurus_electricus 0 002 @ 02517938 n 0000 #m 02518488 n 0000 | freshwater catfish of the Nile and tropical central Africa having an electric organ
-02518813 05 n 02 Ameiuridae 0 family_Ameiuridae 0 005 @ 01429349 n 0000 #m 02517169 n 0000 %m 02518990 n 0000 %m 02519576 n 0000 %m 02520015 n 0000 | North American catfishes
-02518990 05 n 02 Ameiurus 0 genus_Ameiurus 0 003 @ 01432517 n 0000 #m 02518813 n 0000 %m 02519148 n 0000 | type genus of the Ameiuridae: bullhead catfishes
-02519148 05 n 02 bullhead 1 bullhead_catfish 0 004 @ 02517442 n 0000 #m 02518990 n 0000 ~ 02519340 n 0000 ~ 02519472 n 0000 | any of several common freshwater catfishes of the United States
-02519340 05 n 04 horned_pout 0 hornpout 0 pout 1 Ameiurus_Melas 0 001 @ 02519148 n 0000 | catfish common in eastern United States
-02519472 05 n 01 brown_bullhead 0 001 @ 02519148 n 0000 | freshwater catfish of eastern United States
-02519576 05 n 02 Ictalurus 0 genus_Ictalurus 0 002 @ 01432517 n 0000 #m 02518813 n 0000 | channel catfishes
-02519686 05 n 03 channel_catfish 0 channel_cat 0 Ictalurus_punctatus 0 002 @ 02517442 n 0000 ~ 02519862 n 0000 | freshwater food fish common throughout central United States
-02519862 05 n 04 blue_catfish 0 blue_cat 0 blue_channel_catfish 0 blue_channel_cat 0 001 @ 02519686 n 0000 | a large catfish of the Mississippi valley
-02520015 05 n 02 Pylodictus 0 genus_Pylodictus 0 003 @ 01432517 n 0000 #m 02518813 n 0000 %m 02520147 n 0000 | flathead catfishes
-02520147 05 n 06 flathead_catfish 0 mudcat 0 goujon 0 shovelnose_catfish 0 spoonbill_catfish 0 Pylodictus_olivaris 0 002 @ 02517442 n 0000 #m 02520015 n 0000 | large catfish of central United States having a flattened head and projecting jaw
-02520391 05 n 02 Laricariidae 0 family_Laricariidae 0 003 @ 01429349 n 0000 #m 02517169 n 0000 %m 02520525 n 0000 | armored catfish
-02520525 05 n 01 armored_catfish 0 002 @ 02517442 n 0000 #m 02520391 n 0000 | South American catfish having the body covered with bony plates
-02520669 05 n 02 Ariidae 0 family_Ariidae 0 004 @ 01429349 n 0000 #m 02517169 n 0000 %m 02520810 n 0000 %m 02520985 n 0000 | sea catfishes
-02520810 05 n 01 sea_catfish 0 003 @ 02517442 n 0000 #m 02520669 n 0000 ~ 02521129 n 0000 | any of numerous marine fishes most of which are mouthbreeders; not used for food
-02520985 05 n 02 Arius 0 genus_Arius 0 003 @ 01432517 n 0000 #m 02520669 n 0000 %m 02521129 n 0000 | type genus of the Ariidae: sea catfishes
-02521129 05 n 01 crucifix_fish 0 002 @ 02520810 n 0000 #m 02520985 n 0000 | sea catfish of the Caribbean area
-02521241 05 n 02 Gadiformes 0 order_Gadiformes 0 004 @ 01342529 n 0000 #m 01428155 n 0000 %m 02521916 n 0000 %m 02525543 n 0000 | cods, haddocks, grenadiers; in some classifications considered equivalent to the order Anacanthini
-02521472 05 n 02 Anacanthini 0 order_Anacanthini 0 002 @ 01342529 n 0000 #m 01428155 n 0000 | at least partially equivalent to the order Gadiformes in some classifications
-02521646 05 n 02 gadoid 0 gadoid_fish 0 010 @ 01428580 n 0000 #m 02521916 n 0000 ~ 02522399 n 0000 ~ 02523110 n 0000 ~ 02523877 n 0000 ~ 02524202 n 0000 ~ 02524524 n 0000 ~ 02525120 n 0000 ~ 02525382 n 0000 ~ 02525703 n 0000 | a soft-finned fish of the family Gadidae
-02521916 05 n 02 Gadidae 0 family_Gadidae 0 012 @ 01429349 n 0000 #m 02521241 n 0000 %m 02521646 n 0000 %m 02522247 n 0000 %m 02522990 n 0000 %m 02523338 n 0000 %m 02523750 n 0000 %m 02524081 n 0000 %m 02524424 n 0000 %m 02524811 n 0000 %m 02525012 n 0000 %m 02525287 n 0000 | large family of important mostly marine food fishes
-02522247 05 n 02 Gadus 0 genus_Gadus 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02522399 n 0000 | type genus of the Gadidae: the typical codfishes
-02522399 05 n 02 cod 0 codfish 0 008 @ 02521646 n 0000 #m 02522247 n 0000 + 02522637 n 0101 ~ 02522637 n 0000 ~ 02522722 n 0000 ~ 02522866 n 0000 ~ 02523427 n 0000 ~ 02523617 n 0000 | major food fish of Arctic and cold-temperate waters
-02522637 05 n 01 codling 0 002 @ 02522399 n 0000 + 02522399 n 0101 | young codfish
-02522722 05 n 02 Atlantic_cod 0 Gadus_morhua 0 002 @ 02522399 n 0000 %p 07789063 n 0000 | one of the world's most important commercial fishes
-02522866 05 n 03 Pacific_cod 0 Alaska_cod 0 Gadus_macrocephalus 0 001 @ 02522399 n 0000 | closely related to Atlantic cod
-02522990 05 n 02 Merlangus 0 genus_Merlangus 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02523110 n 0000 | whitings
-02523110 05 n 03 whiting 0 Merlangus_merlangus 0 Gadus_merlangus 0 003 @ 02521646 n 0000 #m 02522990 n 0000 %p 07778680 n 0000 | a food fish of the Atlantic waters of Europe resembling the cod; sometimes placed in genus Gadus
-02523338 05 n 02 Lota 0 genus_Lota 0 002 @ 01432517 n 0000 #m 02521916 n 0000 | burbot
-02523427 05 n 05 burbot 0 eelpout 2 ling 3 cusk 2 Lota_lota 0 001 @ 02522399 n 0000 | elongate freshwater cod of northern Europe and Asia and North America having barbels around its mouth
-02523617 05 n 02 scrod 0 schrod 0 001 @ 02522399 n 0000 | young Atlantic cod or haddock especially one split and boned for cooking
-02523750 05 n 02 Melanogrammus 0 genus_Melanogrammus 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02523877 n 0000 | haddock
-02523877 05 n 02 haddock 0 Melanogrammus_aeglefinus 0 003 @ 02521646 n 0000 #m 02523750 n 0000 %p 07789541 n 0000 | important food fish on both sides of the Atlantic; related to cod but usually smaller
-02524081 05 n 02 Pollachius 0 genus_Pollachius 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02524202 n 0000 | pollack
-02524202 05 n 03 pollack 0 pollock 0 Pollachius_pollachius 0 003 @ 02521646 n 0000 #m 02524081 n 0000 %p 07789240 n 0000 | important food and game fish of northern seas (especially the northern Atlantic); related to cod
-02524424 05 n 02 Merluccius 0 genus_Merluccius 0 002 @ 01432517 n 0000 #m 02521916 n 0000 | hakes
-02524524 05 n 01 hake 0 003 @ 02521646 n 0000 ~ 02524659 n 0000 ~ 02524928 n 0000 | any of several marine food fishes related to cod
-02524659 05 n 03 silver_hake 0 Merluccius_bilinearis 0 whiting 2 002 @ 02524524 n 0000 %p 07778494 n 0000 | found off Atlantic coast of North America
-02524811 05 n 02 Urophycis 0 genus_Urophycis 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02524928 n 0000 | hakes
-02524928 05 n 01 ling 2 002 @ 02524524 n 0000 #m 02524811 n 0000 | American hakes
-02525012 05 n 02 Molva 0 genus_Molva 0 003 @ 01432517 n 0000 #m 02521916 n 0000 %m 02525120 n 0000 | ling
-02525120 05 n 02 ling 1 Molva_molva 0 002 @ 02521646 n 0000 #m 02525012 n 0000 | elongated marine food fish of Greenland and northern Europe; often salted and dried
-02525287 05 n 02 Brosmius 0 genus_Browmius 0 002 @ 01432517 n 0000 #m 02521916 n 0000 | cusk
-02525382 05 n 03 cusk 1 torsk 0 Brosme_brosme 0 002 @ 02521646 n 0000 %p 07778810 n 0000 | large edible marine fish of northern coastal waters; related to cod
-02525543 05 n 04 Macrouridae 0 family_Macrouridae 0 Macruridae 0 family_Macruridae 0 003 @ 01429349 n 0000 #m 02521241 n 0000 %m 02525703 n 0000 | grenadiers
-02525703 05 n 03 grenadier 0 rattail 0 rattail_fish 0 002 @ 02521646 n 0000 #m 02525543 n 0000 | deep-sea fish with a large head and body and long tapering tail
-02525866 05 n 03 Anguilliformes 0 order_Anguilliformes 0 order_Apodes 0 006 @ 01342529 n 0000 #m 01428155 n 0000 %m 02526121 n 0000 %m 02526486 n 0000 %m 02527145 n 0000 %m 02527498 n 0000 | elongate fishes with pelvic fins and girdle absent or reduced
-02526121 05 n 01 eel 0 007 @ 01428580 n 0000 #m 02525866 n 0000 ~ 02526425 n 0000 ~ 02526818 n 0000 ~ 02527057 n 0000 ~ 02527271 n 0000 ~ 02527622 n 0000 | voracious snakelike marine or freshwater fishes with smooth slimy usually scaleless skin and having a continuous vertical fin but no ventral fins
-02526425 05 n 01 elver 0 001 @ 02526121 n 0000 | young eel
-02526486 05 n 02 Anguillidae 0 family_Anguillidae 0 003 @ 01429349 n 0000 #m 02525866 n 0000 %m 02526673 n 0000 | eels that live in fresh water as adults but return to the sea to spawn
-02526673 05 n 02 Anguilla 0 genus_Anguilla 0 003 @ 01432517 n 0000 #m 02526486 n 0000 %m 02526818 n 0000 | type genus of the Anguillidae: eels
-02526818 05 n 02 common_eel 0 freshwater_eel 0 003 @ 02526121 n 0000 #m 02526673 n 0000 %p 07783967 n 0000 | eels that live in fresh water as adults but return to sea to spawn; found in Europe and America; marketed both fresh and smoked
-02527057 05 n 02 tuna 3 Anguilla_sucklandii 0 001 @ 02526121 n 0000 | New Zealand eel
-02527145 05 n 02 Muraenidae 0 family_Muraenidae 0 003 @ 01429349 n 0000 #m 02525866 n 0000 %m 02527271 n 0000 | marine eels
-02527271 05 n 02 moray 0 moray_eel 0 002 @ 02526121 n 0000 #m 02527145 n 0000 | family of brightly colored voracious eels of warm coastal waters; generally nonaggressive to humans but larger species are dangerous if provoked
-02527498 05 n 02 Congridae 0 family_Congridae 0 003 @ 01429349 n 0000 #m 02525866 n 0000 %m 02527622 n 0000 | marine eels
-02527622 05 n 02 conger 0 conger_eel 0 002 @ 02526121 n 0000 #m 02527498 n 0000 | large dark-colored scaleless marine eel found in temperate and tropical coastal waters; some used for food
-02527813 05 n 02 Teleostei 0 subclass_Teleostei 0 012 @ 08103777 n 0000 #m 02514575 n 0000 %m 01428155 n 0000 %m 01453852 n 0000 %m 02311748 n 0000 %m 02528163 n 0000 %m 02544086 n 0000 %m 02544596 n 0000 %m 02549533 n 0000 %m 02551824 n 0000 %m 02603737 n 0000 %m 02638323 n 0000 | large diverse group of bony fishes; includes most living species
-02528163 05 n 03 teleost_fish 0 teleost 0 teleostan 0 015 @ 02514825 n 0000 #m 02527813 n 0000 ~ 01428580 n 0000 ~ 01454545 n 0000 ~ 01455778 n 0000 ~ 01457082 n 0000 ~ 01457407 n 0000 ~ 01457852 n 0000 ~ 02549989 n 0000 ~ 02550460 n 0000 ~ 02551134 n 0000 ~ 02551668 n 0000 ~ 02552171 n 0000 ~ 02603862 n 0000 ~ 02638596 n 0000 | a bony fish of the subclass Teleostei
-02528534 05 n 02 Isospondyli 0 order_Isospondyli 0 012 @ 01342529 n 0000 #m 01428155 n 0000 %m 02528949 n 0000 %m 02529515 n 0000 %m 02533708 n 0000 %m 02534352 n 0000 %m 02538730 n 0000 %m 02540255 n 0000 %m 02541431 n 0000 %m 02542162 n 0000 %m 02542598 n 0000 %m 02543093 n 0000 | most primitive teleost fishes; all are soft-finned: salmon; trout; herring; shad; sardines; anchovies; whitefish; smelts; tarpon
-02528949 05 n 02 Gonorhynchidae 0 family_Gonorhynchidae 0 003 @ 01429349 n 0000 #m 02528534 n 0000 %m 02529111 n 0000 | coextensive with the genus Gonorhynchus
-02529111 05 n 02 Gonorhynchus 0 genus_Gonorhynchus 0 003 @ 01432517 n 0000 #m 02528949 n 0000 %m 02529293 n 0000 | slender cylindrical marine fishes lacking air bladders and teeth
-02529293 05 n 03 beaked_salmon 0 sandfish 2 Gonorhynchus_gonorhynchus 0 002 @ 01428580 n 0000 #m 02529111 n 0000 | fish of sandy areas of western Pacific and Indian oceans having an angular snout for burrowing into sand
-02529515 05 n 02 Clupeidae 0 family_Clupeidae 0 009 @ 01429349 n 0000 #m 02528534 n 0000 %m 02529772 n 0000 %m 02530294 n 0000 %m 02531362 n 0000 %m 02531503 n 0000 %m 02531820 n 0000 %m 02533075 n 0000 %m 02533424 n 0000 | herrings; shad; sardines; etc.
-02529772 05 n 02 clupeid_fish 0 clupeid 0 008 @ 01428580 n 0000 #m 02529515 n 0000 ~ 02530421 n 0000 ~ 02531114 n 0000 ~ 02531625 n 0000 ~ 02532028 n 0000 ~ 02532602 n 0000 ~ 02533209 n 0000 | any of numerous soft-finned schooling food fishes of shallow waters of northern seas
-02530052 05 n 01 whitebait 0 002 @ 02513560 n 0000 #m 01428580 n 0000 | the edible young of especially herrings and sprats and smelts
-02530188 05 n 02 brit 1 britt 1 001 @ 02513560 n 0000 | the young of a herring or sprat or similar fish
-02530294 05 n 02 Alosa 0 genus_Alosa 0 004 @ 01432517 n 0000 #m 02529515 n 0000 %m 02530421 n 0000 %m 02531114 n 0000 | shad
-02530421 05 n 01 shad 0 006 @ 02529772 n 0000 @ 02512938 n 0000 #m 02530294 n 0000 ~ 02530637 n 0000 ~ 02530831 n 0000 ~ 02530999 n 0000 | herring-like food fishes that migrate from the sea to fresh water to spawn
-02530637 05 n 02 common_American_shad 0 Alosa_sapidissima 0 003 @ 02530421 n 0000 %p 07798357 n 0000 %p 07799874 n 0000 | shad of Atlantic coast of North America; naturalized to Pacific coast
-02530831 05 n 02 river_shad 0 Alosa_chrysocloris 0 001 @ 02530421 n 0000 | shad that spawns in streams of the Mississippi drainage; very similar to Alosa sapidissima
-02530999 05 n 05 allice_shad 0 allis_shad 0 allice 0 allis 0 Alosa_alosa 0 001 @ 02530421 n 0000 | European shad
-02531114 05 n 03 alewife 0 Alosa_pseudoharengus 0 Pomolobus_pseudoharengus 0 003 @ 02529772 n 0000 #m 02530294 n 0000 %p 07785631 n 0000 | shad-like food fish that runs rivers to spawn; often salted or smoked; sometimes placed in genus Pomolobus
-02531362 05 n 02 Pomolobus 0 genus_Pomolobus 0 002 @ 01432517 n 0000 #m 02529515 n 0000 | genus to which the alewife is sometimes assigned
-02531503 05 n 02 Brevoortia 0 genus_Brevoortia 0 003 @ 01432517 n 0000 #m 02529515 n 0000 %m 02531625 n 0000 | menhaden
-02531625 05 n 02 menhaden 0 Brevoortia_tyrannis 0 003 @ 02529772 n 0000 #m 02531503 n 0000 %s 14950129 n 0000 | shad-like North American marine fishes used for fish meal and oil and fertilizer
-02531820 05 n 02 Clupea 0 genus_Clupea 0 006 @ 01432517 n 0000 #m 02529515 n 0000 %m 02532028 n 0000 %m 02532272 n 0000 %m 02532451 n 0000 %m 02532918 n 0000 | type genus of the Clupeidae: typical herrings
-02532028 05 n 02 herring 0 Clupea_harangus 0 006 @ 02529772 n 0000 @ 02512938 n 0000 #m 02531820 n 0000 ~ 02532272 n 0000 ~ 02532451 n 0000 %p 07784522 n 0000 | commercially important food fish of northern waters of both Atlantic and Pacific
-02532272 05 n 02 Atlantic_herring 0 Clupea_harengus_harengus 0 002 @ 02532028 n 0000 #m 02531820 n 0000 | important food fish; found in enormous shoals in the northern Atlantic
-02532451 05 n 02 Pacific_herring 0 Clupea_harengus_pallasii 0 002 @ 02532028 n 0000 #m 02531820 n 0000 | important food fish of the northern Pacific
-02532602 05 n 01 sardine 1 004 @ 02529772 n 0000 @ 02512938 n 0000 ~ 02532786 n 0000 ~ 02532918 n 0000 | any of various small edible herring or related food fishes frequently canned
-02532786 05 n 01 sild 0 001 @ 02532602 n 0000 | any of various young herrings (other than brislings) canned as sardines in Norway
-02532918 05 n 03 brisling 0 sprat 0 Clupea_sprattus 0 003 @ 02532602 n 0000 #m 02531820 n 0000 %p 07798985 n 0000 | small herring processed like a sardine
-02533075 05 n 03 Sardina 0 genus_Sardina 0 genus_Sardinia 0 003 @ 01432517 n 0000 #m 02529515 n 0000 %m 02533209 n 0000 | pilchards
-02533209 05 n 03 pilchard 0 sardine 2 Sardina_pilchardus 0 003 @ 02529772 n 0000 #m 02533075 n 0000 ~ 02533545 n 0000 | small fishes found in great schools along coasts of Europe; smaller and rounder than herring
-02533424 05 n 02 Sardinops 0 genus_Sardinops 0 003 @ 01432517 n 0000 #m 02529515 n 0000 %m 02533545 n 0000 | pilchards
-02533545 05 n 02 Pacific_sardine 0 Sardinops_caerulea 0 002 @ 02533209 n 0000 #m 02533424 n 0000 | small pilchards common off the pacific coast of North America
-02533708 05 n 02 Engraulidae 0 family_Engraulidae 0 003 @ 01429349 n 0000 #m 02528534 n 0000 %m 02533834 n 0000 | anchovies
-02533834 05 n 01 anchovy 0 003 @ 01428580 n 0000 #m 02533708 n 0000 ~ 02534165 n 0000 | small herring-like plankton-eating fishes often canned whole or as paste; abundant in tropical waters worldwide
-02534036 05 n 02 Engraulis 0 genus_Engraulis 0 002 @ 01432517 n 0000 %m 02534165 n 0000 | type genus of the family Engraulidae
-02534165 05 n 02 mediterranean_anchovy 0 Engraulis_encrasicholus 0 002 @ 02533834 n 0000 #m 02534036 n 0000 | esteemed for its flavor; usually preserved or used for sauces and relishes
-02534352 05 n 02 Salmonidae 0 family_Salmonidae 0 007 @ 01429349 n 0000 #m 02528534 n 0000 %m 02534559 n 0000 %m 02534734 n 0000 %m 02535349 n 0000 %m 02535909 n 0000 %m 02537847 n 0000 | salmon and trout
-02534559 05 n 01 salmonid 0 005 @ 01428580 n 0000 #m 02534352 n 0000 ~ 02534734 n 0000 ~ 02537085 n 0000 ~ 02538406 n 0000 | soft-finned fishes of cold and temperate waters
-02534734 05 n 01 salmon 0 011 @ 02534559 n 0000 @ 02512938 n 0000 #m 02534352 n 0000 ~ 02535163 n 0000 ~ 02535258 n 0000 ~ 02535537 n 0000 ~ 02536165 n 0000 ~ 02536456 n 0000 ~ 02536685 n 0000 ~ 02536864 n 0000 %p 07795751 n 0000 | any of various large food and game fishes of northern waters; usually migrate from salt to fresh water to spawn
-02535080 05 n 01 parr 0 001 @ 02513560 n 0000 | a young salmon up to 2 years old
-02535163 05 n 01 blackfish 1 001 @ 02534734 n 0000 | female salmon that has recently spawned
-02535258 05 n 01 redfish 1 001 @ 02534734 n 0000 | male salmon that has recently spawned
-02535349 05 n 02 Salmo 0 genus_Salmo 0 005 @ 01432517 n 0000 #m 02534352 n 0000 %m 02535537 n 0000 %m 02537319 n 0000 %m 02537525 n 0000 | type genus of the Salmonidae: salmon and trout
-02535537 05 n 02 Atlantic_salmon 0 Salmo_salar 0 004 @ 02534734 n 0000 #m 02535349 n 0000 ~ 02535759 n 0000 %p 07796005 n 0000 | found in northern coastal Atlantic waters or tributaries; adults do not die after spawning
-02535759 05 n 02 landlocked_salmon 0 lake_salmon 0 001 @ 02535537 n 0000 | Atlantic salmon confined to lakes of New England and southeastern Canada
-02535909 05 n 02 Oncorhynchus 0 genus_Oncorhynchus 0 006 @ 01432517 n 0000 #m 02534352 n 0000 %m 02536165 n 0000 %m 02536456 n 0000 %m 02536685 n 0000 %m 02536864 n 0000 | Pacific salmon including sockeye salmon; chinook salmon; chum salmon; coho salmon
-02536165 05 n 05 sockeye 0 sockeye_salmon 0 red_salmon 0 blueback_salmon 0 Oncorhynchus_nerka 0 003 @ 02534734 n 0000 #m 02535909 n 0000 %p 07796165 n 0000 | small salmon with red flesh; found in rivers and tributaries of the northern Pacific and valued as food; adults die after spawning
-02536456 05 n 05 chinook 0 chinook_salmon 0 king_salmon 0 quinnat_salmon 0 Oncorhynchus_tshawytscha 0 003 @ 02534734 n 0000 #m 02535909 n 0000 %p 07796321 n 0000 | large Pacific salmon valued as food; adults die after spawning
-02536685 05 n 03 chum_salmon 0 chum 0 Oncorhynchus_keta 0 002 @ 02534734 n 0000 #m 02535909 n 0000 | a large Pacific salmon with small spots on its back; an important food fish
-02536864 05 n 06 coho 0 cohoe 0 coho_salmon 0 blue_jack 0 silver_salmon 0 Oncorhynchus_kisutch 0 003 @ 02534734 n 0000 #m 02535909 n 0000 %p 07796468 n 0000 | small salmon of northern Pacific coasts and the Great Lakes
-02537085 05 n 01 trout 0 006 @ 02534559 n 0000 @ 02512938 n 0000 ~ 02537319 n 0000 ~ 02537525 n 0000 ~ 02538010 n 0000 ~ 02538216 n 0000 | any of various game and food fishes of cool fresh waters mostly smaller than typical salmons
-02537319 05 n 03 brown_trout 0 salmon_trout 1 Salmo_trutta 0 004 @ 02537085 n 0000 #m 02535349 n 0000 ~ 02537716 n 0000 %p 07794744 n 0000 | speckled trout of European rivers; introduced in North America
-02537525 05 n 02 rainbow_trout 0 Salmo_gairdneri 0 003 @ 02537085 n 0000 #m 02535349 n 0000 %p 07794605 n 0000 | found in Pacific coastal waters and streams from lower California to Alaska
-02537716 05 n 01 sea_trout 1 001 @ 02537319 n 0000 | silvery marine variety of brown trout that migrates to fresh water to spawn
-02537847 05 n 02 Salvelinus 0 genus_Salvelinus 0 005 @ 01432517 n 0000 #m 02534352 n 0000 %m 02538010 n 0000 %m 02538216 n 0000 %m 02538406 n 0000 | brook trout
-02538010 05 n 03 lake_trout 0 salmon_trout 0 Salvelinus_namaycush 0 003 @ 02537085 n 0000 #m 02537847 n 0000 %p 07795019 n 0000 | large fork-tailed trout of lakes of Canada and the northern United States
-02538216 05 n 03 brook_trout 0 speckled_trout 0 Salvelinus_fontinalis 0 003 @ 02537085 n 0000 #m 02537847 n 0000 %p 07794893 n 0000 | North American freshwater trout; introduced in Europe
-02538406 05 n 02 char 0 charr 0 003 @ 02534559 n 0000 #m 02537847 n 0000 ~ 02538562 n 0000 | any of several small trout-like fish of the genus Salvelinus
-02538562 05 n 02 Arctic_char 0 Salvelinus_alpinus 0 001 @ 02538406 n 0000 | small trout of northern waters; landlocked populations in Quebec and northern New England
-02538730 05 n 02 Coregonidae 0 family_Coregonidae 0 005 @ 01429349 n 0000 #m 02528534 n 0000 %m 02538985 n 0000 %m 02539251 n 0000 %m 02539752 n 0000 | soft-finned fishes comprising the freshwater whitefishes; formerly included in the family Salmonidae
-02538985 05 n 01 whitefish 1 008 @ 01428580 n 0000 @ 02512938 n 0000 #m 02538730 n 0000 ~ 02539424 n 0000 ~ 02539573 n 0000 ~ 02539894 n 0000 ~ 02540091 n 0000 %p 07795133 n 0000 | silvery herring-like freshwater food fish of cold lakes of the northern hemisphere
-02539251 05 n 02 Coregonus 0 genus_Coregonus 0 004 @ 01432517 n 0000 #m 02538730 n 0000 %m 02539424 n 0000 %m 02539573 n 0000 | type genus of the Coregonidae: whitefishes
-02539424 05 n 02 lake_whitefish 0 Coregonus_clupeaformis 0 002 @ 02538985 n 0000 #m 02539251 n 0000 | found in the Great Lakes and north to Alaska
-02539573 05 n 03 cisco 0 lake_herring 0 Coregonus_artedi 0 003 @ 02538985 n 0000 #m 02539251 n 0000 %p 07795459 n 0000 | important food fish of cold deep lakes of North America
-02539752 05 n 02 Prosopium 0 genus_Prosopium 0 004 @ 01432517 n 0000 #m 02538730 n 0000 %m 02539894 n 0000 %m 02540091 n 0000 | whitefishes
-02539894 05 n 03 round_whitefish 0 Menominee_whitefish 0 Prosopium_cylindraceum 0 002 @ 02538985 n 0000 #m 02539752 n 0000 | a whitefish with a bronze back; of northern North America and Siberia
-02540091 05 n 02 Rocky_Mountain_whitefish 0 Prosopium_williamsonii 0 002 @ 02538985 n 0000 #m 02539752 n 0000 | whitefish of the western United States and Canada
-02540255 05 n 02 Osmeridae 0 family_Osmeridae 0 005 @ 01429349 n 0000 #m 02528534 n 0000 %m 02540412 n 0000 %m 02540637 n 0000 %m 02541139 n 0000 | smelts
-02540412 05 n 01 smelt 0 006 @ 01428580 n 0000 #m 02540255 n 0000 ~ 02540791 n 0000 ~ 02540983 n 0000 ~ 02541257 n 0000 %p 07798554 n 0000 | small trout-like silvery marine or freshwater food fishes of cold northern waters
-02540637 05 n 02 Osmerus 0 genus_Osmerus 0 004 @ 01432517 n 0000 #m 02540255 n 0000 %m 02540791 n 0000 %m 02540983 n 0000 | type genus of the Osmeridae
-02540791 05 n 02 rainbow_smelt 0 Osmerus_mordax 0 003 @ 02540412 n 0000 #m 02540637 n 0000 %p 07798728 n 0000 | important marine and landlocked food fish of eastern North America and Alaska
-02540983 05 n 03 sparling 0 European_smelt 0 Osmerus_eperlanus 0 003 @ 02540412 n 0000 #m 02540637 n 0000 %p 07798872 n 0000 | the common smelt of Europe
-02541139 05 n 02 Mallotus 0 genus_Mallotus 0 003 @ 01432517 n 0000 #m 02540255 n 0000 %m 02541257 n 0000 | capelins
-02541257 05 n 03 capelin 0 capelan 0 caplin 0 002 @ 02540412 n 0000 #m 02541139 n 0000 | very small northern fish; forage for sea birds and marine mammals and other fishes
-02541431 05 n 02 Elopidae 0 family_Elopidae 0 004 @ 01429349 n 0000 #m 02528534 n 0000 %m 02541583 n 0000 %m 02541875 n 0000 | tarpons and ladyfishes
-02541583 05 n 01 genus_Tarpon 0 003 @ 01432517 n 0000 #m 02541431 n 0000 %m 02541687 n 0000 | tarpons
-02541687 05 n 02 tarpon 0 Tarpon_atlanticus 0 003 @ 01428580 n 0000 #m 02541583 n 0000 ~ 02542017 n 0000 | large silvery game fish of warm Atlantic coastal waters especially off Florida
-02541875 05 n 02 Elops 0 genus_Elops 0 003 @ 01432517 n 0000 #m 02541431 n 0000 %m 02542017 n 0000 | type genus of the Elopidae: tenpounder
-02542017 05 n 03 ladyfish 0 tenpounder 0 Elops_saurus 0 002 @ 02541687 n 0000 #m 02541875 n 0000 | game fish resembling the tarpon but smaller
-02542162 05 n 02 Albulidae 0 family_Albulidae 0 003 @ 01429349 n 0000 #m 02528534 n 0000 %m 02542283 n 0000 | bonefish
-02542283 05 n 02 Albula 0 genus_Albula 0 003 @ 01432517 n 0000 #m 02542162 n 0000 %m 02542432 n 0000 | type and sole genus of the family Albulidae
-02542432 05 n 02 bonefish 0 Albula_vulpes 0 002 @ 01428580 n 0000 #m 02542283 n 0000 | slender silvery marine fish found in tropical mud flats and mangrove lagoons
-02542598 05 n 02 Argentinidae 0 family_Argentinidae 0 003 @ 01429349 n 0000 #m 02528534 n 0000 %m 02542804 n 0000 | small marine soft-finned fishes with long silvery bodies; related to salmons and trouts
-02542804 05 n 02 Argentina 0 genus_Argentina 0 003 @ 01432517 n 0000 #m 02542598 n 0000 %m 02542958 n 0000 | type genus of the Argentinidae: argentines
-02542958 05 n 01 argentine 0 002 @ 01428580 n 0000 #m 02542804 n 0000 | any of various small silver-scaled salmon-like marine fishes
-02543093 05 n 02 Myctophidae 0 family_Myctophidae 0 003 @ 01429349 n 0000 #m 02528534 n 0000 %m 02543255 n 0000 | deep-sea fishes comprising the lantern fishes
-02543255 05 n 01 lanternfish 0 002 @ 01428580 n 0000 #m 02543093 n 0000 | small fish having rows of luminous organs along each side; some surface at night
-02543412 05 n 02 Synodontidae 0 family_Synodontidae 0 003 @ 01429349 n 0000 #m 01428155 n 0000 %m 02543565 n 0000 | soft-finned bottom-dwelling fishes
-02543565 05 n 03 lizardfish 0 snakefish 0 snake-fish 0 002 @ 01428580 n 0000 #m 02543412 n 0000 | tropical fishes with large mouths in lizard-like heads; found worldwide
-02543737 05 n 02 Chlorophthalmidae 0 family_Chlorophthalmidae 0 003 @ 01429349 n 0000 #m 01428155 n 0000 %m 02543952 n 0000 | small family of soft-finned bottom-dwellers with large eyes; relatives of lizardfishes
-02543952 05 n 01 greeneye 0 002 @ 01428580 n 0000 #m 02543737 n 0000 | bottom-dwellers having large eyes with metallic green luster
-02544086 05 n 02 Alepisaurus 0 genus_Alepisaurus 0 004 @ 01432517 n 0000 #m 02527813 n 0000 %m 02544274 n 0000 %m 02544475 n 0000 | slender scaleless predaceous tropical deep-sea fishes
-02544274 05 n 03 lancetfish 0 lancet_fish 0 wolffish 2 002 @ 01428580 n 0000 #m 02544086 n 0000 | large elongate scaleless oceanic fishes with sharp teeth and a long dorsal fin that resembles a sail
-02544475 05 n 01 handsaw_fish 0 002 @ 01428580 n 0000 #m 02544086 n 0000 | a soft-finned fish of the genus Alepisaurus
-02544596 05 n 02 Osteoglossiformes 0 Order_Osteoglossiformes 0 003 @ 01342529 n 0000 #m 02527813 n 0000 %m 02544754 n 0000 | teleost fish with bony tongues
-02544754 05 n 02 Osteoglossidae 0 family_Osteoglossidae 0 003 @ 01429349 n 0000 #m 02544596 n 0000 %m 02544960 n 0000 | a family of large fishes that live in freshwater; includes bandfish and bonytongues
-02544960 05 n 02 Scleropages 0 genus_Scleropages 0 004 @ 01432517 n 0000 #m 02544754 n 0000 %m 02545153 n 0000 %m 02545387 n 0000 | a genus of large freshwater fishes of Australia and Borneo
-02545153 05 n 06 Australian_arowana 0 Dawson_River_salmon 0 saratoga 0 spotted_barramundi 0 spotted_bonytongue 0 Scleropages_leichardti 0 002 @ 08111027 n 0000 #m 02544960 n 0000 | a species of large fish found in Australian rivers
-02545387 05 n 03 Australian_bonytongue 0 northern_barramundi 0 Scleropages_jardinii 0 002 @ 08111027 n 0000 #m 02544960 n 0000 | a species of large fish found in Australian rivers
-02545569 05 n 02 Lampridae 0 family_Lampridae 0 003 @ 01429349 n 0000 #m 01428155 n 0000 %m 02545687 n 0000 | opahs
-02545687 05 n 02 Lampris 0 genus_Lampris 0 004 @ 01432517 n 0000 #m 02545569 n 0000 %m 02545841 n 0000 %m 02546028 n 0000 | type genus of the Lampridae
-02545841 05 n 03 opah 0 moonfish 1 Lampris_regius 0 002 @ 01428580 n 0000 #m 02545687 n 0000 | large elliptical brightly colored deep-sea fish of Atlantic and Pacific and Mediterranean
-02546028 05 n 02 New_World_opah 0 Lampris_guttatus 0 002 @ 01428580 n 0000 #m 02545687 n 0000 | from Nova Scotia to West Indies and Gulf of Mexico
-02546177 05 n 02 Trachipteridae 0 family_Trachipteridae 0 004 @ 01429349 n 0000 #m 01428155 n 0000 %m 02546331 n 0000 %m 02546477 n 0000 | ribbonfishes
-02546331 05 n 01 ribbonfish 1 003 @ 01428580 n 0000 #m 02546177 n 0000 ~ 02546627 n 0000 | marine fish having a long compressed ribbonlike body
-02546477 05 n 02 Trachipterus 0 genus_Trachipterus 0 003 @ 01432517 n 0000 #m 02546177 n 0000 %m 02546627 n 0000 | type genus of the Trachipteridae
-02546627 05 n 02 dealfish 0 Trachipterus_arcticus 0 002 @ 02546331 n 0000 #m 02546477 n 0000 | deep-sea ribbonfish
-02546744 05 n 02 Regalecidae 0 family_Regalecidae 0 003 @ 01429349 n 0000 #m 01428155 n 0000 %m 02546873 n 0000 | ribbonfishes
-02546873 05 n 02 Reglaecus 0 genus_Regalecus 0 003 @ 01432517 n 0000 #m 02546744 n 0000 %m 02547014 n 0000 | type genus of the Regalecidae
-02547014 05 n 04 oarfish 0 king_of_the_herring 0 ribbonfish 2 Regalecus_glesne 0 002 @ 01428580 n 0000 #m 02546873 n 0000 | thin deep-water tropical fish 20 to 30 feet long having a red dorsal fin
-02547213 05 n 02 Pediculati 0 order_Pediculati 0 006 @ 01342529 n 0000 #m 02551824 n 0000 %m 02547562 n 0000 %m 02547947 n 0000 %m 02548522 n 0000 %m 02548990 n 0000 | anglers and batfishes; spiny-finned marine fishes having pectoral fins at the ends of armlike processes and a long movable spine on the dorsal fin to lure prey to the large mouth
-02547562 05 n 02 Ogcocephalidae 0 family_Ogcocephalidae 0 003 @ 01429349 n 0000 #m 02547213 n 0000 %m 02547733 n 0000 | batfishes: sluggish bottom-dwelling spiny fishes
-02547733 05 n 01 batfish 0 002 @ 02552171 n 0000 #m 02547562 n 0000 | bottom-dweller of warm western Atlantic coastal waters having a flattened scaleless body that crawls about on fleshy pectoral and pelvic fins
-02547947 05 n 02 Lophiidae 0 family_Lophiidae 0 004 @ 01429349 n 0000 #m 02547213 n 0000 %m 02548128 n 0000 %m 02548247 n 0000 | large-headed marine fishes comprising the anglers
-02548128 05 n 02 Lophius 0 genus_Lophius 0 002 @ 01432517 n 0000 #m 02547947 n 0000 | type genus of family Lophiidae
-02548247 05 n 08 goosefish 0 angler 0 anglerfish 0 angler_fish 0 monkfish 0 lotte 0 allmouth 0 Lophius_Americanus 0 004 @ 02552171 n 0000 #m 02547947 n 0000 + 01141612 v 0201 %p 07779747 n 0000 | fishes having large mouths with a wormlike filament attached for luring prey
-02548522 05 n 02 Batrachoididae 0 family_Batrachoididae 0 003 @ 01429349 n 0000 #m 02547213 n 0000 %m 02548689 n 0000 | toadfishes; related to anglers and batfishes
-02548689 05 n 02 toadfish 0 Opsanus_tau 0 003 @ 02552171 n 0000 #m 02548522 n 0000 ~ 02548884 n 0000 | bottom-dwelling fish having scaleless slimy skin and a broad thick head with a wide mouth
-02548884 05 n 03 oyster_fish 0 oyster-fish 0 oysterfish 0 001 @ 02548689 n 0000 | a variety of toadfish
-02548990 05 n 02 Antennariidae 0 family_Antennariidae 0 004 @ 01429349 n 0000 #m 02547213 n 0000 %m 02549248 n 0000 %m 02549376 n 0000 | frogfishes; tropical spiny-finned marine fishes having large nearly vertical mouths; related to toadfishes and anglers
-02549248 05 n 01 frogfish 0 002 @ 02552171 n 0000 #m 02548990 n 0000 | fish having a frog-like mouth with a lure on the snout
-02549376 05 n 01 sargassum_fish 0 002 @ 02552171 n 0000 #m 02548990 n 0000 | small fantastically formed and colored fishes found among masses of sargassum
-02549533 05 n 02 Synentognathi 0 order_Synentognathi 0 006 @ 01342529 n 0000 #m 02527813 n 0000 %m 02549796 n 0000 %m 02550296 n 0000 %m 02550915 n 0000 %m 02551316 n 0000 | order of fishes having spineless fins; needlefishes; sauries; flying fishes; halfbeaks
-02549796 05 n 02 Belonidae 0 family_Belonidae 0 003 @ 01429349 n 0000 #m 02549533 n 0000 %m 02549989 n 0000 | ferocious fishes of warm regions resembling but unrelated to the freshwater gars
-02549989 05 n 03 needlefish 2 gar 2 billfish 2 003 @ 02528163 n 0000 #m 02549796 n 0000 ~ 02550203 n 0000 | elongate European surface-dwelling predacious fishes with long toothed jaws; abundant in coastal waters
-02550203 05 n 01 timucu 0 001 @ 02549989 n 0000 | found in warm waters of western Atlantic
-02550296 05 n 02 Exocoetidae 0 family_Exocoetidae 0 003 @ 01429349 n 0000 #m 02549533 n 0000 %m 02550460 n 0000 | flying fishes; closely related to the halfbeaks
-02550460 05 n 01 flying_fish 0 004 @ 02528163 n 0000 #m 02550296 n 0000 ~ 02550655 n 0000 ~ 02550780 n 0000 | tropical marine fishes having enlarged winglike fins used for brief gliding flight
-02550655 05 n 02 monoplane_flying_fish 0 two-wing_flying_fish 0 001 @ 02550460 n 0000 | having only pectoral fins enlarged
-02550780 05 n 02 biplane_flying_fish 0 four-wing_flying_fish 0 001 @ 02550460 n 0000 | having both pectoral and pelvic fins enlarged
-02550915 05 n 02 Hemiramphidae 0 family_Hemiramphidae 0 003 @ 01429349 n 0000 #m 02549533 n 0000 %m 02551134 n 0000 | halfbeaks; marine and freshwater fishes closely related to the flying fishes but not able to glide
-02551134 05 n 01 halfbeak 0 002 @ 02528163 n 0000 #m 02550915 n 0000 | tropical and subtropical marine and freshwater fishes having an elongated body and long protruding lower jaw
-02551316 05 n 04 Scomberesocidae 0 family_Scomberesocidae 0 Scombresocidae 0 family_Scombresocidae 0 003 @ 01429349 n 0000 #m 02549533 n 0000 %m 02551494 n 0000 | only sauries
-02551494 05 n 04 Scomberesox 0 genus_Scomberesox 0 Scombresox 0 genus_Scombresox 0 003 @ 01432517 n 0000 #m 02551316 n 0000 %m 02551668 n 0000 | a genus of Scomberesocidae
-02551668 05 n 03 saury 0 billfish 4 Scomberesox_saurus 0 002 @ 02528163 n 0000 #m 02551494 n 0000 | slender long-beaked fish of temperate Atlantic waters
-02551824 05 n 02 Acanthopterygii 0 superorder_Acanthopterygii 0 012 @ 01342529 n 0000 #m 02527813 n 0000 %m 01450081 n 0000 %m 01452496 n 0000 %m 02547213 n 0000 %m 02552171 n 0000 %m 02553196 n 0000 %m 02574489 n 0000 %m 02641608 n 0000 %m 02641825 n 0000 %m 02652335 n 0000 %m 02657083 n 0000 | teleost fishes having fins with sharp bony rays
-02552171 05 n 02 spiny-finned_fish 0 acanthopterygian 0 024 @ 02528163 n 0000 #m 02551824 n 0000 ! 01428580 n 0101 ~ 01450661 n 0000 ~ 01451863 n 0000 ~ 01452345 n 0000 ~ 01452798 n 0000 ~ 01453475 n 0000 ~ 01453742 n 0000 ~ 01454856 n 0000 ~ 02547733 n 0000 ~ 02548247 n 0000 ~ 02548689 n 0000 ~ 02549248 n 0000 ~ 02549376 n 0000 ~ 02554730 n 0000 ~ 02574910 n 0000 ~ 02602405 n 0000 ~ 02603317 n 0000 ~ 02618513 n 0000 ~ 02618827 n 0000 ~ 02642107 n 0000 ~ 02652668 n 0000 ~ 02657368 n 0000 | a teleost fish with fins that are supported by sharp inflexible rays
-02552737 05 n 02 Ophiodontidae 0 family_Ophiodontidae 0 003 @ 01429349 n 0000 #m 02641825 n 0000 %m 02552894 n 0000 | fishes closely related to greenlings
-02552894 05 n 02 Ophiodon 0 genus_Ophiodon 0 003 @ 01432517 n 0000 #m 02552737 n 0000 %m 02553028 n 0000 | a genus of Ophiodontidae
-02553028 05 n 02 lingcod 0 Ophiodon_elongatus 0 003 @ 02642107 n 0000 #m 02552894 n 0000 %p 07784991 n 0000 | food fish of the northern Pacific related to greenlings
-02553196 05 n 04 Perciformes 0 order_Perciformes 0 Percomorphi 0 order_Percomorphi 0 059 @ 01342529 n 0000 #m 02551824 n 0000 %m 02554512 n 0000 %m 02554730 n 0000 %m 02555863 n 0000 %m 02556014 n 0000 %m 02556623 n 0000 %m 02558350 n 0000 %m 02558724 n 0000 %m 02558980 n 0000 %m 02559232 n 0000 %m 02559606 n 0000 %m 02560823 n 0000 %m 02562085 n 0000 %m 02563182 n 0000 %m 02565728 n 0000 %m 02570648 n 0000 %m 02571300 n 0000 %m 02571983 n 0000 %m 02572904 n 0000 %m 02573406 n 0000 %m 02573918 n 0000 %m 02575766 n 0000 %m 02581803 n 0000 %m 02582437 n 0000 %m 02582919 n 0000 %m 02585732 n 0000 %m 02586382 n 0000 %m 02588108 n 0000 %m 02590237 n 0000 %m 02590702 n 0000 %m 02593863 n 0000 %m 02599784 n 0000 %m 02600953 n 0000 %m 02604014 n 0000 %m 02604657 n 0000 %m 02605139 n 0000 %m 02606194 n 0000 %m 02607630 n 0000 %m 02610541 n 0000 %m 02610834 n 0000 %m 02611425 n 0000 %m 02611767 n 0000 %m 02612393 n 0000 %m 02618244 n 0000 %m 02618697 n 0000 %m 02619029 n 0000 %m 02619738 n 0000 %m 02620033 n 0000 %m 02620318 n 0000 %m 02620826 n 0000 %m 02621107 n 0000 %m 02621721 n 0000 %m 02622823 n 0000 %m 02623170 n 0000 %m 02632694 n 0000 %m 02635310 n 0000 %m 02635911 n 0000 %m 02636666 n 0000 | one of the largest natural groups of fishes of both marine and fresh water: true perches; basses; tuna
-02554512 05 n 02 Percoidea 0 suborder_Percoidea 0 003 @ 01342529 n 0000 #m 02553196 n 0000 %m 02637637 n 0000 | in some classifications nearly or exactly equivalent to the Perciformes which are considered a suborder
-02554730 05 n 03 percoid_fish 0 percoid 0 percoidean 0 056 @ 02552171 n 0000 #m 02553196 n 0000 ~ 02555863 n 0000 ~ 02556846 n 0000 ~ 02558560 n 0000 ~ 02558860 n 0000 ~ 02559144 n 0000 ~ 02559383 n 0000 ~ 02559862 n 0000 ~ 02561108 n 0000 ~ 02562315 n 0000 ~ 02565573 n 0000 ~ 02566109 n 0000 ~ 02570838 n 0000 ~ 02571652 n 0000 ~ 02571810 n 0000 ~ 02572196 n 0000 ~ 02573249 n 0000 ~ 02573704 n 0000 ~ 02574271 n 0000 ~ 02576223 n 0000 ~ 02581957 n 0000 ~ 02583096 n 0000 ~ 02585872 n 0000 ~ 02586543 n 0000 ~ 02588286 n 0000 ~ 02590495 n 0000 ~ 02590702 n 0000 ~ 02594250 n 0000 ~ 02599958 n 0000 ~ 02601344 n 0000 ~ 02604157 n 0000 ~ 02604954 n 0000 ~ 02605316 n 0000 ~ 02606384 n 0000 ~ 02607862 n 0000 ~ 02610664 n 0000 ~ 02610980 n 0000 ~ 02611561 n 0000 ~ 02611898 n 0000 ~ 02612167 n 0000 ~ 02612657 n 0000 ~ 02619165 n 0000 ~ 02619861 n 0000 ~ 02620167 n 0000 ~ 02620578 n 0000 ~ 02620956 n 0000 ~ 02621258 n 0000 ~ 02621908 n 0000 ~ 02622955 n 0000 ~ 02623445 n 0000 ~ 02632989 n 0000 ~ 02635580 n 0000 ~ 02636170 n 0000 ~ 02636854 n 0000 ~ 02637977 n 0000 | any of numerous spiny-finned fishes of the order Perciformes
-02555863 05 n 01 perch 2 002 @ 02554730 n 0000 #m 02553196 n 0000 | any of numerous spiny-finned fishes of various families of the order Perciformes
-02556014 05 n 02 Anabantidae 0 family_Anabantidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02556195 n 0000 | small freshwater spiny-finned fishes of Africa and southern Asia
-02556195 05 n 02 Anabas 0 genus_Anabas 0 003 @ 01432517 n 0000 #m 02556014 n 0000 %m 02556373 n 0000 | the type genus of the family Anabantidae; small fish that resemble perch
-02556373 05 n 03 climbing_perch 0 Anabas_testudineus 0 A._testudineus 0 002 @ 02512053 n 0000 #m 02556195 n 0000 | a small perch of India whose gills are modified to allow it to breathe air; has spiny pectoral fins that enable it to travel on land
-02556623 05 n 02 Percidae 0 family_Percidae 0 006 @ 01429349 n 0000 #m 02553196 n 0000 %m 02556846 n 0000 %m 02557033 n 0000 %m 02557461 n 0000 %m 02558079 n 0000 | active freshwater fishes; true perches and pike perches
-02556846 05 n 01 perch 1 006 @ 02554730 n 0000 #m 02556623 n 0000 ~ 02557182 n 0000 ~ 02557318 n 0000 ~ 02557591 n 0000 ~ 02558206 n 0000 | spiny-finned freshwater food and game fishes
-02557033 05 n 02 Perca 0 genus_Perca 0 004 @ 01432517 n 0000 #m 02556623 n 0000 %m 02557182 n 0000 %m 02557318 n 0000 | type genus of the Percidae
-02557182 05 n 02 yellow_perch 0 Perca_flavescens 0 003 @ 02556846 n 0000 #m 02557033 n 0000 %p 07780173 n 0000 | North American perch
-02557318 05 n 02 European_perch 0 Perca_fluviatilis 0 003 @ 02556846 n 0000 #m 02557033 n 0000 %p 07780173 n 0000 | a perch native to Europe
-02557461 05 n 02 Stizostedion 0 genus_Stizostedion 0 003 @ 01432517 n 0000 #m 02556623 n 0000 %m 02557591 n 0000 | pike-perches
-02557591 05 n 02 pike-perch 0 pike_perch 0 003 @ 02556846 n 0000 #m 02557461 n 0000 ~ 02557749 n 0000 | any of several pike-like fishes of the perch family
-02557749 05 n 05 walleye 0 walleyed_pike 0 jack_salmon 0 dory 1 Stizostedion_vitreum 0 002 @ 02557591 n 0000 ~ 02557909 n 0000 | pike-like freshwater perches
-02557909 05 n 05 blue_pike 0 blue_pickerel 0 blue_pikeperch 0 blue_walleye 0 Strizostedion_vitreum_glaucum 0 001 @ 02557749 n 0000 | variety inhabiting the Great Lakes
-02558079 05 n 02 Percina 0 genus_Percina 0 003 @ 01432517 n 0000 #m 02556623 n 0000 %m 02558206 n 0000 | a genus of Percidae
-02558206 05 n 02 snail_darter 0 Percina_tanasi 0 002 @ 02556846 n 0000 #m 02558079 n 0000 | a small snail-eating perch of the Tennessee River
-02558350 05 n 02 Trichodontidae 0 family_Trichodontidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02558560 n 0000 | two species of elongate compressed scaleless large-eyed fishes that live in sand or mud
-02558560 05 n 01 sandfish 1 002 @ 02554730 n 0000 #m 02558350 n 0000 | either of two small silvery scaleless fishes of the northern Pacific that burrow into sand
-02558724 05 n 02 Ophidiidae 0 family_Ophidiidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02558860 n 0000 | eellike marine fishes
-02558860 05 n 01 cusk-eel 0 002 @ 02554730 n 0000 #m 02558724 n 0000 | elongate compressed somewhat eel-shaped fishes
-02558980 05 n 02 Brotulidae 0 family_Brotulidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02559144 n 0000 | chiefly deep-sea fishes related to the Ophidiidae
-02559144 05 n 01 brotula 0 002 @ 02554730 n 0000 #m 02558980 n 0000 | deep-sea fishes
-02559232 05 n 02 Carapidae 0 family_Carapidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02559383 n 0000 | pearlfishes: related to the Brotulidae
-02559383 05 n 02 pearlfish 0 pearl-fish 0 002 @ 02554730 n 0000 #m 02559232 n 0000 | found living within the alimentary canals of e.g. sea cucumbers or between the shells of pearl oysters in or near shallow seagrass beds
-02559606 05 n 02 Centropomidae 0 family_Centropomidae 0 007 @ 01429349 n 0000 #m 02553196 n 0000 %m 02559862 n 0000 %m 02559974 n 0000 %m 02560110 n 0000 %m 02560271 n 0000 %m 02560383 n 0000 | a family of fish or the order Perciformes including robalos
-02559862 05 n 01 robalo 0 003 @ 02554730 n 0000 #m 02559606 n 0000 ~ 02560110 n 0000 | a kind of percoid fish
-02559974 05 n 02 Centropomus 0 genus_Centropomus 0 002 @ 01432517 n 0000 #m 02559606 n 0000 | type genus of the Centropomidae: snooks
-02560110 05 n 01 snook 0 002 @ 02559862 n 0000 #m 02559606 n 0000 | large tropical American food and game fishes of coastal and brackish waters; resemble pike
-02560271 05 n 01 Latinae 0 002 @ 08108627 n 0000 #m 02559606 n 0000 | a subfamily of the family Centropomidae
-02560383 05 n 02 Lates 0 genus_Lates 0 003 @ 01432517 n 0000 #m 02559606 n 0000 %m 02560546 n 0000 | a genus of large percoid fishes of fresh and brackish water
-02560546 05 n 06 barramundi 0 giant_perch 0 giant_seaperch 0 Asian_seabass 0 white_seabass 0 Lates_calcarifer 0 002 @ 08111027 n 0000 #m 02560383 n 0000 | a species of large perch noted for its sporting and eating qualities; lives in marine, estuary, and freshwater habitats
-02560823 05 n 02 Esocidae 0 family_Esocidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02560964 n 0000 | pikes; pickerels; muskellunges
-02560964 05 n 02 Esox 0 genus_Esox 0 003 @ 01432517 n 0000 #m 02560823 n 0000 %m 02561108 n 0000 | type and only genus of the family Esocidae
-02561108 05 n 01 pike 0 006 @ 02554730 n 0000 #m 02560964 n 0000 ~ 02561381 n 0000 ~ 02561514 n 0000 ~ 02561661 n 0000 %p 07779375 n 0000 | any of several elongate long-snouted freshwater game and food fishes widely distributed in cooler parts of the northern hemisphere
-02561381 05 n 02 northern_pike 0 Esox_lucius 0 001 @ 02561108 n 0000 | voracious piscivorous pike of waters of northern hemisphere
-02561514 05 n 02 muskellunge 0 Esox_masquinongy 0 002 @ 02561108 n 0000 %p 07779535 n 0000 | large (60 to 80 pounds) sport fish of North America
-02561661 05 n 01 pickerel 0 003 @ 02561108 n 0000 ~ 02561803 n 0000 ~ 02561937 n 0000 | any of several North American species of small pike
-02561803 05 n 03 chain_pickerel 0 chain_pike 0 Esox_niger 0 001 @ 02561661 n 0000 | common in quiet waters of eastern United States
-02561937 05 n 03 redfin_pickerel 0 barred_pickerel 0 Esox_americanus 0 001 @ 02561661 n 0000 | small but gamy pickerel of Atlantic coastal states
-02562085 05 n 02 Centrarchidae 0 family_Centrarchidae 0 008 @ 01429349 n 0000 #m 02553196 n 0000 %m 02562315 n 0000 %m 02562680 n 0000 %m 02563497 n 0000 %m 02564130 n 0000 %m 02564270 n 0000 %m 02564572 n 0000 | sunfish family
-02562315 05 n 02 sunfish 1 centrarchid 0 008 @ 02554730 n 0000 #m 02562085 n 0000 ~ 02562796 n 0000 ~ 02563182 n 0000 ~ 02563648 n 0000 ~ 02564403 n 0000 ~ 02564720 n 0000 %p 07780307 n 0000 | small carnivorous freshwater percoid fishes of North America usually having a laterally compressed body and metallic luster: crappies; black bass; bluegills; pumpkinseed
-02562680 05 n 02 Pomoxis 0 genus_Pomoxis 0 003 @ 01432517 n 0000 #m 02562085 n 0000 %m 02562796 n 0000 | crappies
-02562796 05 n 01 crappie 0 005 @ 02562315 n 0000 #m 02562680 n 0000 ~ 02562971 n 0000 ~ 02563079 n 0000 %p 07780486 n 0000 | small sunfishes of central United States rivers
-02562971 05 n 02 black_crappie 0 Pomoxis_nigromaculatus 0 001 @ 02562796 n 0000 | a crappie that is black
-02563079 05 n 02 white_crappie 0 Pomoxis_annularis 0 001 @ 02562796 n 0000 | a crappie that is white
-02563182 05 n 02 freshwater_bream 0 bream 0 006 @ 02562315 n 0000 #m 02553196 n 0000 ~ 01440467 n 0000 ~ 02563792 n 0000 ~ 02563949 n 0000 %p 07777358 n 0000 | any of various usually edible freshwater percoid fishes having compressed bodies and shiny scales; especially (but not exclusively) of the genus Lepomis
-02563497 05 n 02 Lepomis 0 genus_Lepomis 0 005 @ 01432517 n 0000 #m 02562085 n 0000 %m 02563648 n 0000 %m 02563792 n 0000 %m 02563949 n 0000 | bream
-02563648 05 n 02 pumpkinseed 0 Lepomis_gibbosus 0 002 @ 02562315 n 0000 #m 02563497 n 0000 | small brilliantly colored North American sunfish
-02563792 05 n 02 bluegill 0 Lepomis_macrochirus 0 002 @ 02563182 n 0000 #m 02563497 n 0000 | important edible sunfish of eastern and central United States
-02563949 05 n 03 spotted_sunfish 0 stumpknocker 0 Lepomis_punctatus 0 002 @ 02563182 n 0000 #m 02563497 n 0000 | inhabits streams from South Carolina to Florida; esteemed panfish
-02564130 05 n 02 Ambloplites 0 genus_Ambloplites 0 003 @ 01432517 n 0000 #m 02562085 n 0000 %m 02564403 n 0000 | a genus of Centrarchidae
-02564270 05 n 01 freshwater_bass 0 003 @ 02565573 n 0000 #m 02562085 n 0000 %p 07777512 n 0000 | North American food and game fish
-02564403 05 n 03 rock_bass 1 rock_sunfish 0 Ambloplites_rupestris 0 002 @ 02562315 n 0000 #m 02564130 n 0000 | game and food fish of upper Mississippi and Great Lakes
-02564572 05 n 02 Micropterus 0 genus_Micropterus 0 003 @ 01432517 n 0000 #m 02562085 n 0000 %m 02564720 n 0000 | American freshwater black basses
-02564720 05 n 01 black_bass 1 005 @ 02562315 n 0000 #m 02564572 n 0000 ~ 02564935 n 0000 ~ 02565072 n 0000 ~ 02565324 n 0000 | widely distributed and highly prized American freshwater game fishes (sunfish family)
-02564935 05 n 03 Kentucky_black_bass 0 spotted_black_bass 0 Micropterus_pseudoplites 0 001 @ 02564720 n 0000 | a variety of black bass
-02565072 05 n 06 smallmouth 0 smallmouth_bass 0 smallmouthed_bass 0 smallmouth_black_bass 0 smallmouthed_black_bass 0 Micropterus_dolomieu 0 002 @ 02564720 n 0000 %p 07777840 n 0000 | a variety of black bass; the angle of the jaw falls below the eye
-02565324 05 n 06 largemouth 0 largemouth_bass 0 largemouthed_bass 0 largemouth_black_bass 0 largemouthed_black_bass 0 Micropterus_salmoides 0 002 @ 02564720 n 0000 %p 07777735 n 0000 | a large black bass; the angle of the jaw falls behind the eye
-02565573 05 n 01 bass 0 002 @ 02554730 n 0000 ~ 02564270 n 0000 | nontechnical name for any of numerous edible marine and freshwater spiny-finned fishes
-02565728 05 n 02 Serranidae 0 family_Serranidae 0 014 @ 01429349 n 0000 #m 02553196 n 0000 %m 02566109 n 0000 %m 02566325 n 0000 %m 02566834 n 0000 %m 02567201 n 0000 %m 02567484 n 0000 %m 02567960 n 0000 %m 02568326 n 0000 %m 02568636 n 0000 %m 02569151 n 0000 %m 02569770 n 0000 %m 02570038 n 0000 %m 02570312 n 0000 | marine fishes: sea basses; sea perches; groupers; jewfish
-02566109 05 n 02 serranid_fish 0 serranid 0 006 @ 02554730 n 0000 #m 02565728 n 0000 ~ 02566489 n 0000 ~ 02566665 n 0000 ~ 02566834 n 0000 ~ 02570484 n 0000 | marine food sport fishes mainly of warm coastal waters
-02566325 05 n 02 Morone 0 genus_Morone 0 004 @ 01432517 n 0000 #m 02565728 n 0000 %m 02566489 n 0000 %m 02566665 n 0000 | carnivorous fresh and salt water fishes
-02566489 05 n 03 white_perch 0 silver_perch 1 Morone_americana 0 002 @ 02566109 n 0000 #m 02566325 n 0000 | small silvery food and game fish of eastern United States streams
-02566665 05 n 02 yellow_bass 0 Morone_interrupta 0 002 @ 02566109 n 0000 #m 02566325 n 0000 | North American freshwater bass resembling the larger marine striped bass
-02566834 05 n 01 sea_bass 0 011 @ 02566109 n 0000 @ 02512938 n 0000 #m 02565728 n 0000 ~ 02567334 n 0000 ~ 02567633 n 0000 ~ 02567772 n 0000 ~ 02568087 n 0000 ~ 02568447 n 0000 ~ 02568807 n 0000 ~ 02568959 n 0000 %p 07777945 n 0000 | any of various food and sport fishes of the Atlantic coast of the United States having an elongated body and long spiny dorsal fin
-02567201 05 n 02 Synagrops 0 genus_Synagrops 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02567334 n 0000 | a genus of Serranidae
-02567334 05 n 02 blackmouth_bass 0 Synagrops_bellus 0 002 @ 02566834 n 0000 #m 02567201 n 0000 | small marine fish with black mouth and gill cavity
-02567484 05 n 02 Centropristis 0 genus_Centropristis 0 004 @ 01432517 n 0000 #m 02565728 n 0000 %m 02567633 n 0000 %m 02567772 n 0000 | sea basses
-02567633 05 n 03 rock_sea_bass 0 rock_bass 2 Centropristis_philadelphica 0 002 @ 02566834 n 0000 #m 02567484 n 0000 | a kind of sea bass
-02567772 05 n 03 black_sea_bass 0 black_bass 2 Centropistes_striata 0 002 @ 02566834 n 0000 #m 02567484 n 0000 | bluish black-striped sea bass of the Atlantic coast of the United States
-02567960 05 n 02 Roccus 0 genus_Roccus 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02568087 n 0000 | a genus of Serranidae
-02568087 05 n 04 striped_bass 0 striper 0 Roccus_saxatilis 0 rockfish 2 002 @ 02566834 n 0000 #m 02567960 n 0000 | marine food and game fish with dark longitudinal stripes; migrates upriver to spawn; sometimes placed in the genus Morone
-02568326 05 n 02 Polyprion 0 genus_Polyprion 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02568447 n 0000 | wreckfish
-02568447 05 n 03 stone_bass 0 wreckfish 0 Polyprion_americanus 0 002 @ 02566834 n 0000 #m 02568326 n 0000 | brown fish of the Atlantic and Mediterranean found around rocks and shipwrecks
-02568636 05 n 02 Serranus 0 genus_Serranus 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02568807 n 0000 | type genus of the Serranidae: mostly small Pacific sea basses
-02568807 05 n 02 belted_sandfish 0 Serranus_subligarius 0 002 @ 02566834 n 0000 #m 02568636 n 0000 | found in warm shallow waters of western Atlantic
-02568959 05 n 01 grouper 0 006 @ 02566834 n 0000 ~ 02569334 n 0000 ~ 02569484 n 0000 ~ 02569905 n 0000 ~ 02570164 n 0000 %p 07778224 n 0000 | usually solitary bottom sea basses of warm seas
-02569151 05 n 02 Epinephelus 0 genus_Epinephelus 0 005 @ 01432517 n 0000 #m 02565728 n 0000 %m 02569334 n 0000 %m 02569484 n 0000 %m 02569631 n 0000 | genus of groupers or sea bass
-02569334 05 n 02 coney 0 Epinephelus_fulvus 0 002 @ 02568959 n 0000 #m 02569151 n 0000 | black-spotted usually dusky-colored fish with reddish fins
-02569484 05 n 01 hind 1 003 @ 02568959 n 0000 #m 02569151 n 0000 ~ 02569631 n 0000 | any of several mostly spotted fishes that resemble groupers
-02569631 05 n 02 rock_hind 0 Epinephelus_adscensionis 0 002 @ 02569484 n 0000 #m 02569151 n 0000 | found around rocky coasts or on reefs
-02569770 05 n 02 Paranthias 0 genus_Paranthias 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02569905 n 0000 | a genus of Serranidae
-02569905 05 n 02 creole-fish 0 Paranthias_furcifer 0 002 @ 02568959 n 0000 #m 02569770 n 0000 | deep-sea fish of tropical Atlantic
-02570038 05 n 02 Mycteroperca 0 genus_Mycteroperca 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02570164 n 0000 | groupers
-02570164 05 n 02 jewfish 0 Mycteroperca_bonaci 0 002 @ 02568959 n 0000 #m 02570038 n 0000 | large dark grouper with a thick head and rough scales
-02570312 05 n 02 Rypticus 0 genus_Rypticus 0 003 @ 01432517 n 0000 #m 02565728 n 0000 %m 02570484 n 0000 | a genus of fish of the family Serranidae, including soapfishes
-02570484 05 n 01 soapfish 0 002 @ 02566109 n 0000 #m 02570312 n 0000 | fishes with slimy mucus-covered skin; found in the warm Atlantic coastal waters of America
-02570648 05 n 02 Embiotocidae 0 family_Embiotocidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02570838 n 0000 %m 02571034 n 0000 | viviparous percoid fishes comprising the surf fishes
-02570838 05 n 03 surfperch 0 surffish 1 surf_fish 1 003 @ 02554730 n 0000 #m 02570648 n 0000 ~ 02571167 n 0000 | small to medium-sized shallow-water fishes of the Pacific coast of North America
-02571034 05 n 02 Hipsurus 0 genus_Hipsurus 0 003 @ 01432517 n 0000 #m 02570648 n 0000 %m 02571167 n 0000 | a genus of Embiotocidae
-02571167 05 n 03 rainbow_seaperch 0 rainbow_perch 0 Hipsurus_caryi 0 002 @ 02570838 n 0000 #m 02571034 n 0000 | Pacific coast fish
-02571300 05 n 02 Priacanthidae 0 family_Priacanthidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02571486 n 0000 | small carnivorous percoid fishes found worldwide in tropical seas
-02571486 05 n 02 Priacanthus 0 genus_Priacanthus 0 004 @ 01432517 n 0000 #m 02571300 n 0000 %m 02571652 n 0000 %m 02571810 n 0000 | type genus of the Priacanthidae
-02571652 05 n 01 bigeye 0 002 @ 02554730 n 0000 #m 02571486 n 0000 | red fishes of American coastal tropical waters having very large eyes and rough scales
-02571810 05 n 02 catalufa 0 Priacanthus_arenatus 0 002 @ 02554730 n 0000 #m 02571486 n 0000 | brightly colored carnivorous fish of western Atlantic and West Indies waters
-02571983 05 n 02 Apogonidae 0 family_Apogonidae 0 005 @ 01429349 n 0000 #m 02553196 n 0000 %m 02572196 n 0000 %m 02572369 n 0000 %m 02572628 n 0000 | bright-colored marine fishes that incubate eggs in the mouth
-02572196 05 n 01 cardinalfish 0 004 @ 02554730 n 0000 #m 02571983 n 0000 ~ 02572484 n 0000 ~ 02572763 n 0000 | small red fishes of coral reefs and inshore tropical waters
-02572369 05 n 02 Apogon 0 genus_Apogon 0 002 @ 01432517 n 0000 #m 02571983 n 0000 | type genus of the Apogonidae
-02572484 05 n 03 flame_fish 0 flamefish 0 Apogon_maculatus 0 001 @ 02572196 n 0000 | a cardinalfish found in tropical Atlantic coastal waters
-02572628 05 n 02 Astropogon 0 genus_Astropogon 0 002 @ 01432517 n 0000 #m 02571983 n 0000 | a genus of fish of the family Apogonidae
-02572763 05 n 02 conchfish 0 Astropogon_stellatus 0 001 @ 02572196 n 0000 | found in West Indies; lives in mantle cavity of a living conch
-02572904 05 n 02 Malacanthidae 0 family_Malacanthidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02573075 n 0000 | short-headed marine fishes; often brightly colored
-02573075 05 n 02 Lopholatilus 0 genus_Lopholatilus 0 003 @ 01432517 n 0000 #m 02572904 n 0000 %m 02573249 n 0000 | large brightly colored food fish of deep Atlantic waters
-02573249 05 n 02 tilefish 1 Lopholatilus_chamaeleonticeps 0 002 @ 02554730 n 0000 #m 02573075 n 0000 | yellow-spotted violet food fish of warm deep waters
-02573406 05 n 02 Pomatomidae 0 family_Pomatomidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02573563 n 0000 | food and game fishes related to pompanos
-02573563 05 n 02 Pomatomus 0 genus_Pomatomus 0 003 @ 01432517 n 0000 #m 02573406 n 0000 %m 02573704 n 0000 | type genus of the Pomatomidae
-02573704 05 n 02 bluefish 0 Pomatomus_saltatrix 0 003 @ 02554730 n 0000 #m 02573563 n 0000 %p 07785783 n 0000 | bluish warm-water marine food and game fish that follow schools of small fishes into shallow waters
-02573918 05 n 02 Rachycentridae 0 family_Rachycentridae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02574093 n 0000 | family of pelagic fishes containing solely the cobia
-02574093 05 n 02 Rachycentron 0 genus_Rachycentron 0 003 @ 01432517 n 0000 #m 02573918 n 0000 %m 02574271 n 0000 | genus and family are coextensive and comprise only the cobia
-02574271 05 n 03 cobia 0 Rachycentron_canadum 0 sergeant_fish 0 002 @ 02554730 n 0000 #m 02574093 n 0000 | large dark-striped tropical food and game fish related to remoras; found worldwide in coastal to open waters
-02574489 05 n 02 Discocephali 0 order_Discocephali 0 003 @ 01342529 n 0000 #m 02551824 n 0000 %m 02574651 n 0000 | small order of fishes comprising the remoras
-02574651 05 n 03 Echeneididae 0 family_Echeneididae 0 family_Echeneidae 0 005 @ 01429349 n 0000 #m 02574489 n 0000 %m 02574910 n 0000 %m 02575168 n 0000 %m 02575455 n 0000 | fishes having a sucking disk on the head for clinging to other fishes and to ships
-02574910 05 n 03 remora 0 suckerfish 0 sucking_fish 0 004 @ 02552171 n 0000 #m 02574651 n 0000 ~ 02575325 n 0000 ~ 02575590 n 0000 | marine fishes with a flattened elongated body and a sucking disk on the head for attaching to large fish or moving objects
-02575168 05 n 02 Echeneis 0 genus_Echeneis 0 003 @ 01432517 n 0000 #m 02574651 n 0000 %m 02575325 n 0000 | type genus of the Echeneididae: typical remoras
-02575325 05 n 02 sharksucker 0 Echeneis_naucrates 0 002 @ 02574910 n 0000 #m 02575168 n 0000 | remoras found attached to sharks
-02575455 05 n 02 Remilegia 0 genus_Remilegia 0 003 @ 01432517 n 0000 #m 02574651 n 0000 %m 02575590 n 0000 | a genus of Echeneididae
-02575590 05 n 03 whale_sucker 0 whalesucker 0 Remilegia_australis 0 002 @ 02574910 n 0000 #m 02575455 n 0000 | large blue Pacific remora that attaches to whales and dolphins
-02575766 05 n 02 Carangidae 0 family_Carangidae 0 016 @ 01429349 n 0000 #m 02553196 n 0000 %m 02576223 n 0000 %m 02576460 n 0000 %m 02576575 n 0000 %m 02577291 n 0000 %m 02577532 n 0000 %m 02577823 n 0000 %m 02578125 n 0000 %m 02578604 n 0000 %m 02579420 n 0000 %m 02580055 n 0000 %m 02580336 n 0000 %m 02580546 n 0000 %m 02580991 n 0000 %m 02581289 n 0000 | large family of narrow-bodied marine food fishes with widely forked tails; chiefly of warm seas
-02576223 05 n 02 carangid_fish 0 carangid 0 008 @ 02554730 n 0000 #m 02575766 n 0000 + 02679063 a 0201 ~ 02576575 n 0000 ~ 02578233 n 0000 ~ 02579557 n 0000 ~ 02580188 n 0000 ~ 02580336 n 0000 | a percoid fish of the family Carangidae
-02576460 05 n 02 Caranx 0 genus_Caranx 0 002 @ 01432517 n 0000 #m 02575766 n 0000 | type genus of the Carangidae
-02576575 05 n 01 jack 0 012 @ 02576223 n 0000 #m 02575766 n 0000 ~ 02576906 n 0000 ~ 02577041 n 0000 ~ 02577164 n 0000 ~ 02577403 n 0000 ~ 02577662 n 0000 ~ 02577952 n 0000 ~ 02578771 n 0000 ~ 02578928 n 0000 ~ 02579091 n 0000 ~ 02579303 n 0000 | any of several fast-swimming predacious fishes of tropical to warm temperate seas
-02576906 05 n 03 crevalle_jack 0 jack_crevalle 0 Caranx_hippos 0 001 @ 02576575 n 0000 | fish of western Atlantic and Gulf of Mexico
-02577041 05 n 02 yellow_jack 0 Caranx_bartholomaei 0 001 @ 02576575 n 0000 | fish of western Atlantic and Gulf of Mexico
-02577164 05 n 03 runner 0 blue_runner 0 Caranx_crysos 0 001 @ 02576575 n 0000 | fish of western Atlantic: Cape Cod to Brazil
-02577291 05 n 02 Elagatis 0 genus_Elagatis 0 002 @ 01432517 n 0000 #m 02575766 n 0000 | a genus of Carangidae
-02577403 05 n 02 rainbow_runner 0 Elagatis_bipinnulata 0 001 @ 02576575 n 0000 | streamlined cigar-shaped jack; good game fish
-02577532 05 n 02 Oligoplites 0 genus_Oligoplites 0 003 @ 01432517 n 0000 #m 02575766 n 0000 %m 02577662 n 0000 | leatherjackets
-02577662 05 n 02 leatherjacket 2 leatherjack 0 002 @ 02576575 n 0000 #m 02577532 n 0000 | any of several New World tropical fishes having tiny embedded scales
-02577823 05 n 02 Alectis 0 genus_Alectis 0 003 @ 01432517 n 0000 #m 02575766 n 0000 %m 02577952 n 0000 | a genus of Carangidae
-02577952 05 n 03 threadfish 0 thread-fish 0 Alectis_ciliaris 0 002 @ 02576575 n 0000 #m 02577823 n 0000 | fish having greatly elongated front rays on dorsal and anal fins
-02578125 05 n 02 Selene 0 genus_Selene 0 002 @ 01432517 n 0000 #m 02575766 n 0000 | a genus of Carangidae
-02578233 05 n 07 moonfish 2 Atlantic_moonfish 0 horsefish 0 horsehead 0 horse-head 0 dollarfish 2 Selene_setapinnis 0 002 @ 02576223 n 0000 ~ 02578454 n 0000 | any of several silvery marine fishes with very flat bodies
-02578454 05 n 03 lookdown 0 lookdown_fish 0 Selene_vomer 0 001 @ 02578233 n 0000 | similar to moonfish but with eyes high on the truncated forehead
-02578604 05 n 02 Seriola 0 genus_Seriola 0 005 @ 01432517 n 0000 #m 02575766 n 0000 %m 02578771 n 0000 %m 02578928 n 0000 %m 02579091 n 0000 | a genus of Carangidae
-02578771 05 n 02 amberjack 0 amberfish 0 002 @ 02576575 n 0000 #m 02578604 n 0000 | any of several amber to coppery fork-tailed warm-water carangid fishes
-02578928 05 n 02 yellowtail 3 Seriola_dorsalis 0 002 @ 02576575 n 0000 #m 02578604 n 0000 | game fish of southern California and Mexico having a yellow tail fin
-02579091 05 n 03 rudderfish 1 banded_rudderfish 0 Seriola_zonata 0 002 @ 02576575 n 0000 #m 02578604 n 0000 | fish having the habit of following ships; found in North American and South American coastal waters
-02579303 05 n 02 kingfish 4 Seriola_grandis 0 001 @ 02576575 n 0000 | large game fish of Australia and New Zealand
-02579420 05 n 02 Trachinotus 0 genus_Trachinotus 0 003 @ 01432517 n 0000 #m 02575766 n 0000 %m 02579557 n 0000 | a genus of Carangidae
-02579557 05 n 01 pompano 0 005 @ 02576223 n 0000 #m 02579420 n 0000 ~ 02579762 n 0000 ~ 02579928 n 0000 %p 07781689 n 0000 | any of several deep-bodied food fishes of western Atlantic and Gulf of Mexico
-02579762 05 n 02 Florida_pompano 0 Trachinotus_carolinus 0 001 @ 02579557 n 0000 | found in coastal waters New England to Brazil except clear waters of West Indies
-02579928 05 n 02 permit 0 Trachinotus_falcatus 0 001 @ 02579557 n 0000 | large game fish; found in waters of the West Indies
-02580055 05 n 02 Naucrates 0 genus_Naucrates 0 003 @ 01432517 n 0000 #m 02575766 n 0000 %m 02580188 n 0000 | a genus of Carangidae
-02580188 05 n 02 pilotfish 0 Naucrates_ductor 0 002 @ 02576223 n 0000 #m 02580055 n 0000 | small pelagic fish often accompanying sharks or mantas
-02580336 05 n 01 scad 0 007 @ 02576223 n 0000 #m 02575766 n 0000 ~ 02580679 n 0000 ~ 02580830 n 0000 ~ 02581108 n 0000 ~ 02581482 n 0000 ~ 02581642 n 0000 | any of a number of fishes of the family Carangidae
-02580546 05 n 02 Trachurus 0 genus_Trachurus 0 002 @ 01432517 n 0000 #m 02575766 n 0000 | the scads (particularly horse mackerels)
-02580679 05 n 05 horse_mackerel 1 jack_mackerel 0 Spanish_mackerel 3 saurel 2 Trachurus_symmetricus 0 001 @ 02580336 n 0000 | a California food fish
-02580830 05 n 03 horse_mackerel 2 saurel 1 Trachurus_trachurus 0 001 @ 02580336 n 0000 | large elongated compressed food fish of the Atlantic waters of Europe
-02580991 05 n 02 Selar 0 genus_Selar 0 003 @ 01432517 n 0000 #m 02575766 n 0000 %m 02581108 n 0000 | big-eyed scad
-02581108 05 n 04 bigeye_scad 0 big-eyed_scad 0 goggle-eye 0 Selar_crumenophthalmus 0 002 @ 02580336 n 0000 #m 02580991 n 0000 | of Atlantic coastal waters; commonly used for bait
-02581289 05 n 02 Decapterus 0 genus_Decapterus 0 004 @ 01432517 n 0000 #m 02575766 n 0000 %m 02581482 n 0000 %m 02581642 n 0000 | scads especially mackerel scad; cosmopolitan in distribution
-02581482 05 n 03 mackerel_scad 0 mackerel_shad 0 Decapterus_macarellus 0 002 @ 02580336 n 0000 #m 02581289 n 0000 | small silvery fish; Nova Scotia to Brazil
-02581642 05 n 04 round_scad 0 cigarfish 0 quiaquia 0 Decapterus_punctatus 0 002 @ 02580336 n 0000 #m 02581289 n 0000 | small fusiform fish of western Atlantic
-02581803 05 n 02 Coryphaenidae 0 family_Coryphaenidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02581957 n 0000 | large active pelagic percoid fish
-02581957 05 n 03 dolphinfish 0 dolphin 1 mahimahi 0 006 @ 02554730 n 0000 #m 02581803 n 0000 ;r 09078231 n 0000 ~ 02582220 n 0000 ~ 02582349 n 0000 %p 07778938 n 0000 | large slender food and game fish widely distributed in warm seas (especially around Hawaii)
-02582220 05 n 01 Coryphaena_hippurus 0 001 @ 02581957 n 0000 | the more common dolphinfish valued as food; about six feet long
-02582349 05 n 01 Coryphaena_equisetis 0 001 @ 02581957 n 0000 | a kind of dolphinfish
-02582437 05 n 02 Bramidae 0 family_Bramidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02582591 n 0000 | deep-bodied percoid fishes of the open seas
-02582591 05 n 02 Brama 0 genus_Brama 0 003 @ 01432517 n 0000 #m 02582437 n 0000 %m 02582721 n 0000 | type genus of the Bramidae
-02582721 05 n 02 pomfret 0 Brama_raii 0 002 @ 02590702 n 0000 #m 02582591 n 0000 | deep-bodied sooty-black pelagic spiny-finned fish of the northern Atlantic and northern Pacific; valued for food
-02582919 05 n 02 Branchiostegidae 0 family_Branchiostegidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02583096 n 0000 | small family of marine fishes having covered gills
-02583096 05 n 02 blanquillo 0 tilefish 2 002 @ 02554730 n 0000 #m 02582919 n 0000 | important marine food fishes
-02583211 05 n 02 Characidae 0 family_Characidae 0 006 @ 01429349 n 0000 #m 01437805 n 0000 %m 02583567 n 0000 %m 02583768 n 0000 %m 02584004 n 0000 %m 02584325 n 0000 | tropical freshwater fishes of Africa and South America and Central America
-02583457 05 n 02 Characinidae 0 family_Characinidae 0 001 @ 01429349 n 0000 | former name of the Characidae
-02583567 05 n 03 characin 0 characin_fish 0 characid 0 005 @ 01438208 n 0000 #m 02583211 n 0000 ~ 02583890 n 0000 ~ 02584145 n 0000 ~ 02584449 n 0000 | any freshwater fish of the family Characinidae
-02583768 05 n 02 Hemigrammus 0 genus_Hemigrammus 0 003 @ 01432517 n 0000 #m 02583211 n 0000 %m 02583890 n 0000 | tetras
-02583890 05 n 01 tetra 0 002 @ 02583567 n 0000 #m 02583768 n 0000 | brightly colored tropical freshwater fishes
-02584004 05 n 02 Paracheirodon 0 genus_Paracheirodon 0 003 @ 01432517 n 0000 #m 02583211 n 0000 %m 02584145 n 0000 | a genus of Characidae
-02584145 05 n 02 cardinal_tetra 0 Paracheirodon_axelrodi 0 002 @ 02583567 n 0000 #m 02584004 n 0000 | small bright red and blue aquarium fish from streams in Brazil and Colombia
-02584325 05 n 02 Serrasalmus 0 genus_Serrasalmus 0 003 @ 01432517 n 0000 #m 02583211 n 0000 %m 02584449 n 0000 | piranhas
-02584449 05 n 03 piranha 0 pirana 0 caribe 0 002 @ 02583567 n 0000 #m 02584325 n 0000 | small voraciously carnivorous freshwater fishes of South America that attack and destroy living animals
-02584643 05 n 01 tentacle 0 004 @ 05470189 n 0000 + 02811774 a 0101 ~ 02584915 n 0000 ~ 02585285 n 0000 | any of various elongated tactile or prehensile flexible organs that occur on the head or near the mouth in many animals; used for feeling or grasping or locomotion
-02584915 05 n 02 antenna 0 feeler 1 005 @ 02584643 n 0000 + 02286027 v 0201 + 01209678 v 0201 + 02628337 a 0102 + 02628337 a 0101 | one of a pair of mobile appendages on the head of e.g. insects and crustaceans; typically sensitive to touch and taste
-02585168 05 n 01 arista 0 001 @ 05470189 n 0000 | bristlelike process near the tip of the antenna of certain flies
-02585285 05 n 02 barbel 0 feeler 2 004 @ 02584643 n 0000 + 02286027 v 0201 + 01209678 v 0201 + 00145083 a 0102 | slender tactile process on the jaws of a fish
-02585446 05 n 02 swimmeret 0 pleopod 0 004 @ 05559908 n 0000 #p 01982650 n 0000 #p 01986806 n 0000 #p 01990800 n 0000 | one of the paired abdominal appendages of certain aquatic crustaceans that function primarily for carrying the eggs in females and are usually adapted for swimming
-02585732 05 n 02 Cichlidae 0 family_Cichlidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02585872 n 0000 %m 02586129 n 0000 | cichlids
-02585872 05 n 02 cichlid 0 cichlid_fish 0 003 @ 02554730 n 0000 #m 02585732 n 0000 ~ 02586238 n 0000 | freshwater fishes of tropical America and Africa and Asia similar to American sunfishes; some are food fishes; many small ones are popular in aquariums
-02586129 05 n 02 Tilapia 0 genus_Tilapia 0 002 @ 01432517 n 0000 #m 02585732 n 0000 | a genus of Cichlidae
-02586238 05 n 02 bolti 0 Tilapia_nilotica 0 001 @ 02585872 n 0000 | important food fish of the Nile and other rivers of Africa and Asia Minor
-02586382 05 n 02 Lutjanidae 0 family_Lutjanidae 0 005 @ 01429349 n 0000 #m 02553196 n 0000 %m 02586543 n 0000 %m 02586865 n 0000 %m 02587761 n 0000 | snappers
-02586543 05 n 01 snapper 1 009 @ 02554730 n 0000 @ 02512938 n 0000 #m 02586382 n 0000 ~ 02587051 n 0000 ~ 02587300 n 0000 ~ 02587479 n 0000 ~ 02587618 n 0000 ~ 02587877 n 0000 %p 07797189 n 0000 | any of several large sharp-toothed marine food and sport fishes of the family Lutjanidae of mainly tropical coastal waters
-02586865 05 n 02 Lutjanus 0 genus_Lutjanus 0 005 @ 01432517 n 0000 #m 02586382 n 0000 %m 02587051 n 0000 %m 02587300 n 0000 %m 02587618 n 0000 | type genus of the Lutjanidae: snappers
-02587051 05 n 02 red_snapper 0 Lutjanus_blackfordi 0 003 @ 02586543 n 0000 #m 02586865 n 0000 %p 07797357 n 0000 | an esteemed food fish with pinkish red head and body; common in the Atlantic coastal waters of North America and the Gulf of Mexico
-02587300 05 n 04 grey_snapper 0 gray_snapper 0 mangrove_snapper 0 Lutjanus_griseus 0 002 @ 02586543 n 0000 #m 02586865 n 0000 | found in shallow waters off the coast of Florida
-02587479 05 n 03 mutton_snapper 0 muttonfish 0 Lutjanus_analis 0 001 @ 02586543 n 0000 | similar to and often marketed as `red snapper';
-02587618 05 n 02 schoolmaster 0 Lutjanus_apodus 0 002 @ 02586543 n 0000 #m 02586865 n 0000 | food fish of warm Caribbean and Atlantic waters
-02587761 05 n 02 Ocyurus 0 genus_Ocyurus 0 003 @ 01432517 n 0000 #m 02586382 n 0000 %m 02587877 n 0000 | snappers
-02587877 05 n 03 yellowtail 2 yellowtail_snapper 0 Ocyurus_chrysurus 0 002 @ 02586543 n 0000 #m 02587761 n 0000 | superior food fish of the tropical Atlantic and Caribbean with broad yellow stripe along the sides and on the tail
-02588108 05 n 02 Haemulidae 0 family_Haemulidae 0 006 @ 01429349 n 0000 #m 02553196 n 0000 %m 02588286 n 0000 %m 02588580 n 0000 %m 02589486 n 0000 %m 02589955 n 0000 | grunts
-02588286 05 n 01 grunt 0 010 @ 02554730 n 0000 #m 02588108 n 0000 ~ 02588794 n 0000 ~ 02588945 n 0000 ~ 02589062 n 0000 ~ 02589196 n 0000 ~ 02589316 n 0000 ~ 02589623 n 0000 ~ 02589796 n 0000 ~ 02590094 n 0000 | medium-sized tropical marine food fishes that utter grunting sounds when caught
-02588580 05 n 02 Haemulon 0 genus_Haemulon 0 007 @ 01432517 n 0000 #m 02588108 n 0000 %m 02588794 n 0000 %m 02588945 n 0000 %m 02589062 n 0000 %m 02589196 n 0000 %m 02589316 n 0000 | type genus of the Haemulidae
-02588794 05 n 02 margate 0 Haemulon_album 0 002 @ 02588286 n 0000 #m 02588580 n 0000 | a grunt with a red mouth that is found from Florida to Brazil
-02588945 05 n 02 Spanish_grunt 0 Haemulon_macrostomum 0 002 @ 02588286 n 0000 #m 02588580 n 0000 | a kind of grunt
-02589062 05 n 02 tomtate 0 Haemulon_aurolineatum 0 002 @ 02588286 n 0000 #m 02588580 n 0000 | found off the West Indies and Florida
-02589196 05 n 02 cottonwick 0 Haemulon_malanurum 0 002 @ 02588286 n 0000 #m 02588580 n 0000 | of warm Atlantic waters
-02589316 05 n 03 sailor's-choice 1 sailors_choice 0 Haemulon_parra 0 002 @ 02588286 n 0000 #m 02588580 n 0000 | a grunt found from Florida to Brazil and Gulf of Mexico
-02589486 05 n 02 Anisotremus 0 genus_Anisotremus 0 003 @ 01432517 n 0000 #m 02588108 n 0000 %m 02589623 n 0000 | a genus of Haemulidae
-02589623 05 n 03 porkfish 0 pork-fish 0 Anisotremus_virginicus 0 002 @ 02588286 n 0000 #m 02589486 n 0000 | black and gold grunt found from Bermuda to Caribbean to Brazil
-02589796 05 n 03 pompon 0 black_margate 0 Anisotremus_surinamensis 0 001 @ 02588286 n 0000 | dusky grey food fish found from Louisiana and Florida southward
-02589955 05 n 02 Orthopristis 0 genus_Orthopristis 0 003 @ 01432517 n 0000 #m 02588108 n 0000 %m 02590094 n 0000 | a genus of Haemulidae
-02590094 05 n 03 pigfish 0 hogfish 0 Orthopristis_chrysopterus 0 002 @ 02588286 n 0000 #m 02589955 n 0000 | found from Long Island southward
-02590237 05 n 02 Sparidae 0 family_Sparidae 0 010 @ 01429349 n 0000 #m 02553196 n 0000 %m 02590495 n 0000 %m 02591205 n 0000 %m 02591493 n 0000 %m 02591757 n 0000 %m 02592244 n 0000 %m 02592607 n 0000 %m 02592866 n 0000 %m 02593353 n 0000 | porgies; scups
-02590495 05 n 02 sparid 0 sparid_fish 0 005 @ 02554730 n 0000 #m 02590237 n 0000 ~ 02592055 n 0000 ~ 02592371 n 0000 ~ 02593019 n 0000 | spiny-finned food fishes of warm waters having well-developed teeth
-02590702 05 n 02 sea_bream 0 bream 2 008 @ 02554730 n 0000 #m 02553196 n 0000 ~ 02582721 n 0000 ~ 02590987 n 0000 ~ 02591613 n 0000 ~ 02591911 n 0000 ~ 02593191 n 0000 %p 07777189 n 0000 | any of numerous marine percoid fishes especially (but not exclusively) of the family Sparidae
-02590987 05 n 01 porgy 0 005 @ 02590702 n 0000 ~ 02591330 n 0000 ~ 02592734 n 0000 ~ 02593453 n 0000 ~ 02593679 n 0000 | important deep-bodied food and sport fish of warm and tropical coastal waters; found worldwide
-02591205 05 n 02 Pagrus 0 genus_Pagrus 0 003 @ 01432517 n 0000 #m 02590237 n 0000 %m 02591330 n 0000 | a genus of Sparidae
-02591330 05 n 02 red_porgy 0 Pagrus_pagrus 0 002 @ 02590987 n 0000 #m 02591205 n 0000 | food fish of the Mediterranean and Atlantic coasts of Europe and America
-02591493 05 n 02 Pagellus 0 genus_Pagellus 0 003 @ 01432517 n 0000 #m 02590237 n 0000 %m 02591613 n 0000 | sea breams
-02591613 05 n 02 European_sea_bream 0 Pagellus_centrodontus 0 002 @ 02590702 n 0000 #m 02591493 n 0000 | food fish of European coastal waters
-02591757 05 n 02 Archosargus 0 genus_Archosargus 0 004 @ 01432517 n 0000 #m 02590237 n 0000 %m 02591911 n 0000 %m 02592055 n 0000 | a genus of Sparidae
-02591911 05 n 02 Atlantic_sea_bream 0 Archosargus_rhomboidalis 0 002 @ 02590702 n 0000 #m 02591757 n 0000 | sea bream of warm Atlantic waters
-02592055 05 n 02 sheepshead 0 Archosargus_probatocephalus 0 002 @ 02590495 n 0000 #m 02591757 n 0000 | large (up to 20 lbs) food fish of the eastern coast of the United States and Mexico
-02592244 05 n 02 Lagodon 0 genus_Lagodon 0 003 @ 01432517 n 0000 #m 02590237 n 0000 %m 02592371 n 0000 | a genus of Sparidae
-02592371 05 n 04 pinfish 0 sailor's-choice 2 squirrelfish 2 Lagodon_rhomboides 0 002 @ 02590495 n 0000 #m 02592244 n 0000 | similar to sea bream; small spiny-finned fish found in bays along the southeastern coast of the United States
-02592607 05 n 02 Calamus 0 genus_Calamus 0 003 @ 01432517 n 0000 #m 02590237 n 0000 %m 02592734 n 0000 | a genus of Sparidae
-02592734 05 n 02 sheepshead_porgy 0 Calamus_penna 0 002 @ 02590987 n 0000 #m 02592607 n 0000 | from Florida and Bahamas to Brazil
-02592866 05 n 02 Chrysophrys 0 genus_Chrysophrys 0 004 @ 01432517 n 0000 #m 02590237 n 0000 %m 02593019 n 0000 %m 02593191 n 0000 | Australian snapper
-02593019 05 n 02 snapper 2 Chrysophrys_auratus 0 003 @ 02590495 n 0000 #m 02592866 n 0000 %p 07797189 n 0000 | Australian food fish having a pinkish body with blue spots
-02593191 05 n 02 black_bream 0 Chrysophrys_australis 0 002 @ 02590702 n 0000 #m 02592866 n 0000 | important dark-colored edible food and game fish of Australia
-02593353 05 n 02 Stenotomus 0 genus_Stenotomus 0 002 @ 01432517 n 0000 #m 02590237 n 0000 | scups
-02593453 05 n 04 scup 2 northern_porgy 0 northern_scup 0 Stenotomus_chrysops 0 002 @ 02590987 n 0000 %p 07790246 n 0000 | found in Atlantic coastal waters of North America from South Carolina to Maine; esteemed as a panfish
-02593679 05 n 04 scup 1 southern_porgy 0 southern_scup 0 Stenotomus_aculeatus 0 002 @ 02590987 n 0000 %p 07790081 n 0000 | porgy of southern Atlantic coastal waters of North America
-02593863 05 n 02 Sciaenidae 0 family_Sciaenidae 0 013 @ 01429349 n 0000 #m 02553196 n 0000 %m 02594250 n 0000 %m 02594807 n 0000 %m 02595217 n 0000 %m 02595569 n 0000 %m 02595902 n 0000 %m 02596592 n 0000 %m 02596888 n 0000 %m 02597173 n 0000 %m 02598438 n 0000 %m 02598747 n 0000 %m 02599207 n 0000 | warm-water marine fishes including the drums and grunts and croakers and sea trout
-02594250 05 n 02 sciaenid_fish 0 sciaenid 0 008 @ 02554730 n 0000 #m 02593863 n 0000 ~ 02594552 n 0000 ~ 02596067 n 0000 ~ 02596252 n 0000 ~ 02596381 n 0000 ~ 02597367 n 0000 ~ 02599052 n 0000 | widely distributed family of carnivorous percoid fishes having a large air bladder used to produce sound
-02594552 05 n 02 drum 0 drumfish 0 005 @ 02594250 n 0000 ~ 02594942 n 0000 ~ 02595056 n 0000 ~ 02595339 n 0000 ~ 02595702 n 0000 | small to medium-sized bottom-dwelling food and game fishes of shallow coastal and fresh waters that make a drumming noise
-02594807 05 n 02 Equetus 0 genus_Equetus 0 004 @ 01432517 n 0000 #m 02593863 n 0000 %m 02594942 n 0000 %m 02595056 n 0000 | drumfish
-02594942 05 n 02 striped_drum 0 Equetus_pulcher 0 002 @ 02594552 n 0000 #m 02594807 n 0000 | a kind of drumfish
-02595056 05 n 02 jackknife-fish 0 Equetus_lanceolatus 0 002 @ 02594552 n 0000 #m 02594807 n 0000 | black-and-white drumfish with an erect elongated dorsal fin
-02595217 05 n 02 Bairdiella 0 genus_Bairdiella 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02595339 n 0000 | drumfish
-02595339 05 n 03 silver_perch 2 mademoiselle 0 Bairdiella_chrysoura 0 002 @ 02594552 n 0000 #m 02595217 n 0000 | small silvery drumfish often mistaken for white perch; found along coasts of United States from New York to Mexico
-02595569 05 n 02 Sciaenops 0 genus_Sciaenops 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02595702 n 0000 | a genus of Sciaenidae
-02595702 05 n 04 red_drum 0 channel_bass 0 redfish 2 Sciaenops_ocellatus 0 002 @ 02594552 n 0000 #m 02595569 n 0000 | large edible fish found off coast of United States from Massachusetts to Mexico
-02595902 05 n 02 Sciaena 0 genus_Sciaena 0 004 @ 01432517 n 0000 #m 02593863 n 0000 %m 02596067 n 0000 %m 02596252 n 0000 | type genus of the Sciaenidae: croakers
-02596067 05 n 03 mulloway 0 jewfish 2 Sciaena_antarctica 0 002 @ 02594250 n 0000 #m 02595902 n 0000 | large important food fish of Australia; almost indistinguishable from the maigre
-02596252 05 n 03 maigre 0 maiger 0 Sciaena_aquila 0 002 @ 02594250 n 0000 #m 02595902 n 0000 | large European marine food fish
-02596381 05 n 01 croaker 0 007 @ 02594250 n 0000 + 01064401 v 0101 ~ 02596720 n 0000 ~ 02597004 n 0000 ~ 02598573 n 0000 ~ 02598878 n 0000 %p 07778342 n 0000 | any of several fishes that make a croaking noise
-02596592 05 n 02 Micropogonias 0 genus_Micropogonias 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02596720 n 0000 | croakers
-02596720 05 n 02 Atlantic_croaker 0 Micropogonias_undulatus 0 002 @ 02596381 n 0000 #m 02596592 n 0000 | a silvery-bodied croaker with dark markings and tiny barbels
-02596888 05 n 02 Umbrina 0 genus_Umbrina 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02597004 n 0000 | croakers
-02597004 05 n 04 yellowfin_croaker 0 surffish 2 surf_fish 2 Umbrina_roncador 0 002 @ 02596381 n 0000 #m 02596888 n 0000 | a fish of the Pacific coast of North America
-02597173 05 n 02 Menticirrhus 0 genus_Menticirrhus 0 006 @ 01432517 n 0000 #m 02593863 n 0000 %m 02597367 n 0000 %m 02597608 n 0000 %m 02597818 n 0000 %m 02598252 n 0000 | kingfishes; whiting
-02597367 05 n 01 whiting 1 008 @ 02594250 n 0000 #m 02597173 n 0000 ~ 02597608 n 0000 ~ 02597818 n 0000 ~ 02597972 n 0000 ~ 02598134 n 0000 ~ 02598252 n 0000 %p 07778494 n 0000 | any of several food fishes of North American coastal waters
-02597608 05 n 01 kingfish 1 003 @ 02597367 n 0000 #m 02597173 n 0000 %p 07784810 n 0000 | any of several food and game fishes of the drum family indigenous to warm Atlantic waters of the North American coast
-02597818 05 n 02 king_whiting 0 Menticirrhus_americanus 0 002 @ 02597367 n 0000 #m 02597173 n 0000 | whiting of the southeastern coast of North America
-02597972 05 n 02 northern_whiting 0 Menticirrhus_saxatilis 0 001 @ 02597367 n 0000 | whiting of the east coast of United States; closely resembles king whiting
-02598134 05 n 02 corbina 0 Menticirrhus_undulatus 0 001 @ 02597367 n 0000 | bluish-grey whiting of California coast
-02598252 05 n 02 silver_whiting 0 Menticirrhus_littoralis 0 002 @ 02597367 n 0000 #m 02597173 n 0000 | a dull silvery whiting of southern Atlantic and Gulf Coasts of the United States
-02598438 05 n 02 Genyonemus 0 genus_Genyonemus 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02598573 n 0000 | a genus of Sciaenidae
-02598573 05 n 04 white_croaker 1 chenfish 0 kingfish 3 Genyonemus_lineatus 0 002 @ 02596381 n 0000 #m 02598438 n 0000 | small silvery marine food fish found off California
-02598747 05 n 02 Seriphus 0 genus_Seriphus 0 003 @ 01432517 n 0000 #m 02593863 n 0000 %m 02598878 n 0000 | a genus of Sciaenidae
-02598878 05 n 03 white_croaker 2 queenfish 0 Seriphus_politus 0 002 @ 02596381 n 0000 #m 02598747 n 0000 | silvery and bluish drumfish of shallow California coastal waters
-02599052 05 n 01 sea_trout 2 003 @ 02594250 n 0000 ~ 02599347 n 0000 ~ 02599557 n 0000 | any of several sciaenid fishes of North American coastal waters
-02599207 05 n 02 Cynoscion 0 genus_Cynoscion 0 004 @ 01432517 n 0000 #m 02593863 n 0000 %m 02599347 n 0000 %m 02599557 n 0000 | sea trout
-02599347 05 n 02 weakfish 0 Cynoscion_regalis 0 003 @ 02599052 n 0000 #m 02599207 n 0000 %p 07792470 n 0000 | food and game fish of North American coastal waters with a mouth from which hooks easily tear out
-02599557 05 n 04 spotted_weakfish 0 spotted_sea_trout 0 spotted_squeateague 0 Cynoscion_nebulosus 0 003 @ 02599052 n 0000 #m 02599207 n 0000 %p 07792470 n 0000 | weakfish of southern Atlantic and Gulf Coasts of United States
-02599784 05 n 02 Mullidae 0 family_Mullidae 0 005 @ 01429349 n 0000 #m 02553196 n 0000 %m 02599958 n 0000 %m 02600135 n 0000 %m 02600657 n 0000 | goatfishes or red mullets
-02599958 05 n 01 mullet 1 004 @ 02554730 n 0000 @ 01316579 n 0000 #m 02599784 n 0000 ~ 02600298 n 0000 | bottom dwelling marine warm water fishes with two barbels on the chin
-02600135 05 n 02 Mullus 0 genus_Mullus 0 004 @ 01432517 n 0000 #m 02599784 n 0000 %m 02600298 n 0000 %m 02600503 n 0000 | type genus of the Mullidae: goatfishes
-02600298 05 n 04 goatfish 0 red_mullet 0 surmullet 0 Mullus_surmuletus 0 004 @ 02599958 n 0000 #m 02600135 n 0000 ~ 02600503 n 0000 ~ 02600798 n 0000 | brightly colored tropical fishes with chin barbels
-02600503 05 n 02 red_goatfish 0 Mullus_auratus 0 002 @ 02600298 n 0000 #m 02600135 n 0000 | body bright scarlet with 2 yellow to reddish strips on side
-02600657 05 n 02 Mulloidichthys 0 genus_Mulloidichthys 0 003 @ 01432517 n 0000 #m 02599784 n 0000 %m 02600798 n 0000 | a genus of Mullidae
-02600798 05 n 02 yellow_goatfish 0 Mulloidichthys_martinicus 0 002 @ 02600298 n 0000 #m 02600657 n 0000 | schooling goatfish; greyish with yellow stripe
-02600953 05 n 02 Mugiloidea 0 suborder_Mugiloidea 0 005 @ 01342529 n 0000 #m 02553196 n 0000 %m 02601200 n 0000 %m 02602215 n 0000 %m 02602970 n 0000 | fishes distinguished by abdominal pelvic fins: families Mugilidae; Atherinidae; Sphyraenidae
-02601200 05 n 02 Mugilidae 0 family_Mugilidae 0 004 @ 01429349 n 0000 #m 02600953 n 0000 %m 02601344 n 0000 %m 02601589 n 0000 | grey mullets
-02601344 05 n 03 mullet 2 grey_mullet 0 gray_mullet 0 006 @ 02554730 n 0000 #m 02601200 n 0000 ~ 02601767 n 0000 ~ 02601921 n 0000 ~ 02602059 n 0000 %p 07784367 n 0000 | freshwater or coastal food fishes a spindle-shaped body; found worldwide
-02601589 05 n 02 Mugil 0 genus_Mugil 0 005 @ 01432517 n 0000 #m 02601200 n 0000 %m 02601767 n 0000 %m 02601921 n 0000 %m 02602059 n 0000 | type genus of the Mugilidae: mullets
-02601767 05 n 02 striped_mullet 0 Mugil_cephalus 0 002 @ 02601344 n 0000 #m 02601589 n 0000 | most important commercial mullet in eastern United States
-02601921 05 n 02 white_mullet 0 Mugil_curema 0 002 @ 02601344 n 0000 #m 02601589 n 0000 | silvery mullet of Atlantic and Pacific coasts
-02602059 05 n 02 liza 0 Mugil_liza 0 002 @ 02601344 n 0000 #m 02601589 n 0000 | similar to the striped mullet and takes its place in the Caribbean region
-02602215 05 n 02 Atherinidae 0 family_Atherinidae 0 004 @ 01429349 n 0000 #m 02600953 n 0000 %m 02602405 n 0000 %m 02602620 n 0000 | small spiny-finned fishes of both salt and fresh water
-02602405 05 n 02 silversides 1 silverside 1 003 @ 02552171 n 0000 #m 02602215 n 0000 ~ 02602760 n 0000 | small fishes having a silver stripe along each side; abundant along the Atlantic coast of the United States
-02602620 05 n 02 Atherinopsis 0 genus_Atherinopsis 0 003 @ 01432517 n 0000 #m 02602215 n 0000 %m 02602760 n 0000 | a genus of Atherinidae
-02602760 05 n 02 jacksmelt 0 Atherinopsis_californiensis 0 002 @ 02602405 n 0000 #m 02602620 n 0000 | a relatively large silversides of the Pacific coast of North America (known to reach 18 inches in length)
-02602970 05 n 02 Sphyraenidae 0 family_Sphyraenidae 0 003 @ 01429349 n 0000 #m 02600953 n 0000 %m 02603174 n 0000 | monotypic family of large active fishes of tropical and subtropical waters: barracuda
-02603174 05 n 02 Sphyraena 0 genus_Sphyraena 0 002 @ 01432517 n 0000 #m 02602970 n 0000 | type and sole genus of the Sphyraenidae: barracuda
-02603317 05 n 01 barracuda 0 002 @ 02552171 n 0000 ~ 02603540 n 0000 | any voracious marine fish of the genus Sphyraena having an elongated cylindrical body and large mouth with projecting lower jaw and long strong teeth
-02603540 05 n 02 great_barracuda 0 Sphyraena_barracuda 0 001 @ 02603317 n 0000 | large (up to 6 ft) greyish-brown barracuda highly regarded as a food and sport fish; may be dangerous to swimmers
-02603737 05 n 02 Pempheridae 0 family_Pempheridae 0 003 @ 01429349 n 0000 #m 02527813 n 0000 %m 02603862 n 0000 | sweepers
-02603862 05 n 01 sweeper 0 002 @ 02528163 n 0000 #m 02603737 n 0000 | little-known nocturnal fish of warm shallow seas with an oblong compressed body
-02604014 05 n 02 Kyphosidae 0 family_Kyphosidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02604157 n 0000 %m 02604342 n 0000 | sea chubs
-02604157 05 n 01 sea_chub 0 003 @ 02554730 n 0000 #m 02604014 n 0000 ~ 02604480 n 0000 | schooling fishes mostly of Indian and western Pacific oceans; two species in western Atlantic
-02604342 05 n 02 Kyphosus 0 genus_Kyphosus 0 003 @ 01432517 n 0000 #m 02604014 n 0000 %m 02604480 n 0000 | type genus of the Kyphosidae
-02604480 05 n 03 Bermuda_chub 0 rudderfish 2 Kyphosus_sectatrix 0 002 @ 02604157 n 0000 #m 02604342 n 0000 | food and game fish around Bermuda and Florida; often follow ships
-02604657 05 n 02 Ephippidae 0 family_Ephippidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02604811 n 0000 | small family comprising the spadefishes
-02604811 05 n 02 Chaetodipterus 0 genus_Chaetodipterus 0 003 @ 01432517 n 0000 #m 02604657 n 0000 %m 02604954 n 0000 | a genus of Ephippidae
-02604954 05 n 03 spadefish 0 angelfish 3 Chaetodipterus_faber 0 002 @ 02554730 n 0000 #m 02604811 n 0000 | deep-bodied disk-shaped food fish of warmer western Atlantic coastal waters
-02605139 05 n 02 Chaetodontidae 0 family_Chaetodontidae 0 005 @ 01429349 n 0000 #m 02553196 n 0000 %m 02605316 n 0000 %m 02605571 n 0000 %m 02605809 n 0000 | butterfly fishes
-02605316 05 n 01 butterfly_fish 0 005 @ 02554730 n 0000 #m 02605139 n 0000 ~ 02605703 n 0000 ~ 02605936 n 0000 ~ 02606052 n 0000 | small usually brilliantly colored tropical marine fishes having narrow deep bodies with large broad fins; found worldwide
-02605571 05 n 01 genus_Chaetodon 0 003 @ 01432517 n 0000 #m 02605139 n 0000 %m 02605703 n 0000 | type genus of the Chaetodontidae
-02605703 05 n 01 chaetodon 0 002 @ 02605316 n 0000 #m 02605571 n 0000 | any fish of the genus Chaetodon
-02605809 05 n 02 Pomacanthus 0 genus_Pomacanthus 0 003 @ 01432517 n 0000 #m 02605139 n 0000 %m 02605936 n 0000 | angelfishes
-02605936 05 n 01 angelfish 2 002 @ 02605316 n 0000 #m 02605809 n 0000 | a butterfly fish of the genus Pomacanthus
-02606052 05 n 02 rock_beauty 0 Holocanthus_tricolor 0 001 @ 02605316 n 0000 | gold and black butterflyfish found from West Indies to Brazil
-02606194 05 n 02 Pomacentridae 0 family_Pomacentridae 0 006 @ 01429349 n 0000 #m 02553196 n 0000 %m 02606384 n 0000 %m 02606590 n 0000 %m 02606926 n 0000 %m 02607345 n 0000 | damselfishes
-02606384 05 n 02 damselfish 0 demoiselle 0 005 @ 02554730 n 0000 #m 02606194 n 0000 ~ 02606751 n 0000 ~ 02607072 n 0000 ~ 02607470 n 0000 | small brilliantly colored tropical marine fishes of coral reefs
-02606590 05 n 02 Pomacentrus 0 genus_Pomacentrus 0 003 @ 01432517 n 0000 #m 02606194 n 0000 %m 02606751 n 0000 | type genus of the Pomacentridae: damselfishes
-02606751 05 n 02 beaugregory 0 Pomacentrus_leucostictus 0 002 @ 02606384 n 0000 #m 02606590 n 0000 | a blue and yellow damselfish of Bermuda and Florida and the West Indies
-02606926 05 n 02 Amphiprion 0 genus_Amphiprion 0 004 @ 01432517 n 0000 #m 02606194 n 0000 %m 02607072 n 0000 %m 02607201 n 0000 | damsel fishes
-02607072 05 n 01 anemone_fish 0 003 @ 02606384 n 0000 #m 02606926 n 0000 ~ 02607201 n 0000 | live associated with sea anemones
-02607201 05 n 02 clown_anemone_fish 0 Amphiprion_percula 0 002 @ 02607072 n 0000 #m 02606926 n 0000 | an anemone fish of the genus Amphiprion
-02607345 05 n 02 Abudefduf 0 genus_Abudefduf 0 003 @ 01432517 n 0000 #m 02606194 n 0000 %m 02607470 n 0000 | damsel fishes
-02607470 05 n 02 sergeant_major 0 Abudefduf_saxatilis 0 002 @ 02606384 n 0000 #m 02607345 n 0000 | large blue-grey black-striped damselfish; nearly worldwide
-02607630 05 n 02 Labridae 0 family_Labridae 0 009 @ 01429349 n 0000 #m 02553196 n 0000 %m 02608151 n 0000 %m 02608429 n 0000 %m 02608708 n 0000 %m 02609169 n 0000 %m 02609466 n 0000 %m 02609951 n 0000 %m 02610234 n 0000 | wrasses
-02607862 05 n 01 wrasse 0 009 @ 02554730 n 0000 ~ 02608284 n 0000 ~ 02608547 n 0000 ~ 02608860 n 0000 ~ 02608996 n 0000 ~ 02609302 n 0000 ~ 02609617 n 0000 ~ 02610066 n 0000 ~ 02610373 n 0000 | chiefly tropical marine fishes with fleshy lips and powerful teeth; usually brightly colored
-02608151 05 n 02 Achoerodus 0 genus_Achoerodus 0 003 @ 01432517 n 0000 #m 02607630 n 0000 %m 02608284 n 0000 | a genus of Labridae
-02608284 05 n 03 pigfish 1 giant_pigfish 0 Achoerodus_gouldii 0 002 @ 02607862 n 0000 #m 02608151 n 0000 | found around the Great Barrier Reef
-02608429 05 n 02 Lachnolaimus 0 genus_Lachnolaimus 0 002 @ 01432517 n 0000 #m 02607630 n 0000 | a genus of Labridae
-02608547 05 n 03 hogfish 1 hog_snapper 0 Lachnolaimus_maximus 0 001 @ 02607862 n 0000 | large wrasse of western Atlantic; head of male resembles a pig's snout
-02608708 05 n 02 Halicoeres 0 genus_Halicoeres 0 004 @ 01432517 n 0000 #m 02607630 n 0000 %m 02608860 n 0000 %m 02608996 n 0000 | a genus of Labridae
-02608860 05 n 02 slippery_dick 0 Halicoeres_bivittatus 0 002 @ 02607862 n 0000 #m 02608708 n 0000 | small wrasse of tropical Atlantic
-02608996 05 n 03 puddingwife 0 pudding-wife 0 Halicoeres_radiatus 0 002 @ 02607862 n 0000 #m 02608708 n 0000 | bluish and bronze wrasse; found from Florida keys to Brazil
-02609169 05 n 02 Thalassoma 0 genus_Thalassoma 0 003 @ 01432517 n 0000 #m 02607630 n 0000 %m 02609302 n 0000 | a genus of Labridae
-02609302 05 n 02 bluehead 0 Thalassoma_bifasciatum 0 002 @ 02607862 n 0000 #m 02609169 n 0000 | small Atlantic wrasse the male of which has a brilliant blue head
-02609466 05 n 02 Hemipteronatus 0 genus_Hemipteronatus 0 004 @ 01432517 n 0000 #m 02607630 n 0000 %m 02609617 n 0000 %m 02609823 n 0000 | razor fish
-02609617 05 n 02 razor_fish 0 razor-fish 0 003 @ 02607862 n 0000 #m 02609466 n 0000 ~ 02609823 n 0000 | any of several small wrasses with compressed sharp-edged heads of the West Indies and Mediterranean
-02609823 05 n 02 pearly_razorfish 0 Hemipteronatus_novacula 0 002 @ 02609617 n 0000 #m 02609466 n 0000 | a kind of razor fish
-02609951 05 n 02 Tautoga 0 genus_Tautoga 0 003 @ 01432517 n 0000 #m 02607630 n 0000 %m 02610066 n 0000 | tautogs
-02610066 05 n 03 tautog 0 blackfish 3 Tautoga_onitis 0 002 @ 02607862 n 0000 #m 02609951 n 0000 | large dark-colored food fish of the Atlantic coast of North America
-02610234 05 n 02 Tautogolabrus 0 genus_Tautogolabrus 0 003 @ 01432517 n 0000 #m 02607630 n 0000 %m 02610373 n 0000 | a genus of Labridae
-02610373 05 n 03 cunner 0 bergall 0 Tautogolabrus_adspersus 0 002 @ 02607862 n 0000 #m 02610234 n 0000 | common in north Atlantic coastal waters of the United States
-02610541 05 n 02 Scaridae 0 family_Scaridae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02610664 n 0000 | parrotfishes
-02610664 05 n 03 parrotfish 0 polly_fish 0 pollyfish 0 002 @ 02554730 n 0000 #m 02610541 n 0000 | gaudy tropical fishes with parrotlike beaks formed by fusion of teeth
-02610834 05 n 02 Polynemidae 0 family_Polynemidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02610980 n 0000 %m 02611154 n 0000 | threadfins
-02610980 05 n 01 threadfin 0 003 @ 02554730 n 0000 #m 02610834 n 0000 ~ 02611294 n 0000 | mullet-like tropical marine fishes having pectoral fins with long threadlike rays
-02611154 05 n 02 Polydactylus 0 genus_Polydactylus 0 003 @ 01432517 n 0000 #m 02610834 n 0000 %m 02611294 n 0000 | a genus of Polynemidae
-02611294 05 n 02 barbu 0 Polydactylus_virginicus 0 002 @ 02610980 n 0000 #m 02611154 n 0000 | found along western Atlantic coast
-02611425 05 n 02 Opisthognathidae 0 family_Opisthognathidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02611561 n 0000 | jawfishes
-02611561 05 n 01 jawfish 0 002 @ 02554730 n 0000 #m 02611425 n 0000 | small large-mouthed tropical marine fishes common along sandy bottoms; males brood egg balls in their mouths; popular aquarium fishes
-02611767 05 n 02 Uranoscopidae 0 family_Uranoscopidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02611898 n 0000 | stargazers
-02611898 05 n 01 stargazer 0 002 @ 02554730 n 0000 #m 02611767 n 0000 | heavy-bodied marine bottom-lurkers with eyes on flattened top of the head
-02612046 05 n 02 Dactyloscopidae 0 family_Dactyloscopidae 0 002 @ 01429349 n 0000 %m 02612167 n 0000 | sand stargazers
-02612167 05 n 01 sand_stargazer 0 002 @ 02554730 n 0000 #m 02612046 n 0000 | small pallid fishes of shoal tropical waters of North America and South America having eyes on stalks atop head; they burrow in sand to await prey
-02612393 05 n 02 Blennioidea 0 suborder_Blennioidea 0 009 @ 01342529 n 0000 #m 02553196 n 0000 %m 02612657 n 0000 %m 02612982 n 0000 %m 02613960 n 0000 %m 02614788 n 0000 %m 02615494 n 0000 %m 02616572 n 0000 %m 02617029 n 0000 | blennies; butterfishes; gunnels
-02612657 05 n 02 blennioid_fish 0 blennioid 0 010 @ 02554730 n 0000 #m 02612393 n 0000 ~ 02613181 n 0000 ~ 02614140 n 0000 ~ 02614482 n 0000 ~ 02614978 n 0000 ~ 02615642 n 0000 ~ 02616397 n 0000 ~ 02616851 n 0000 ~ 02617207 n 0000 | elongated mostly scaleless marine fishes with large pectoral fins and reduced pelvic fins
-02612982 05 n 02 Blenniidae 0 family_Blenniidae 0 005 @ 01429349 n 0000 #m 02612393 n 0000 %m 02613181 n 0000 %m 02613434 n 0000 %m 02613687 n 0000 | a family of fish including: combtooth blennies
-02613181 05 n 02 blenny 0 combtooth_blenny 0 004 @ 02612657 n 0000 #m 02612982 n 0000 ~ 02613572 n 0000 ~ 02613820 n 0000 | small usually scaleless fishes with comb-like teeth living about rocky shores; are territorial and live in holes between rocks
-02613434 05 n 02 Blennius 0 genus_Blennius 0 003 @ 01432517 n 0000 #m 02612982 n 0000 %m 02613572 n 0000 | type genus of the Blenniidae
-02613572 05 n 02 shanny 0 Blennius_pholis 0 002 @ 02613181 n 0000 #m 02613434 n 0000 | European scaleless blenny
-02613687 05 n 02 Scartella 0 genus_Scartella 0 003 @ 01432517 n 0000 #m 02612982 n 0000 %m 02613820 n 0000 | a genus of Blenniidae
-02613820 05 n 02 Molly_Miller 0 Scartella_cristata 0 002 @ 02613181 n 0000 #m 02613687 n 0000 | inhabits both coasts of tropical Atlantic
-02613960 05 n 02 Clinidae 0 family_Clinidae 0 004 @ 01429349 n 0000 #m 02612393 n 0000 %m 02614140 n 0000 %m 02614288 n 0000 | viviparous blennies of temperate and tropical seas
-02614140 05 n 02 clinid 0 clinid_fish 0 002 @ 02612657 n 0000 #m 02613960 n 0000 | mostly small blennioid fishes of coral reefs and seagrass beds
-02614288 05 n 02 Chaenopsis 0 genus_Chaenopsis 0 004 @ 01432517 n 0000 #m 02613960 n 0000 %m 02614482 n 0000 %m 02614653 n 0000 | a genus of fish of the family Clinidae including pikeblennies
-02614482 05 n 01 pikeblenny 0 003 @ 02612657 n 0000 #m 02614288 n 0000 ~ 02614653 n 0000 | tropical American fishes; males are aggressively defensive of their territory
-02614653 05 n 02 bluethroat_pikeblenny 0 Chaenopsis_ocellata 0 002 @ 02614482 n 0000 #m 02614288 n 0000 | found from Florida to Cuba
-02614788 05 n 03 Pholidae 0 family_Pholidae 0 family_Pholididae 0 004 @ 01429349 n 0000 #m 02612393 n 0000 %m 02614978 n 0000 %m 02615157 n 0000 | a family of fish of suborder Blennioidea
-02614978 05 n 02 gunnel 0 bracketed_blenny 0 003 @ 02612657 n 0000 #m 02614788 n 0000 ~ 02615298 n 0000 | small eellike fishes common in shallow waters of the northern Atlantic
-02615157 05 n 02 Pholis 0 genus_Pholis 0 003 @ 01432517 n 0000 #m 02614788 n 0000 %m 02615298 n 0000 | type genus of the Pholidae: gunnels
-02615298 05 n 03 rock_gunnel 0 butterfish 2 Pholis_gunnellus 0 003 @ 02614978 n 0000 #m 02615157 n 0000 %p 07786005 n 0000 | slippery scaleless food fish of the northern Atlantic coastal waters
-02615494 05 n 02 Stichaeidae 0 family_Stichaeidae 0 004 @ 01429349 n 0000 #m 02612393 n 0000 %m 02615829 n 0000 %m 02616251 n 0000 | pricklebacks
-02615642 05 n 01 prickleback 0 003 @ 02612657 n 0000 ~ 02615980 n 0000 ~ 02616128 n 0000 | small elongate fishes of shallow northern seas; a long dorsal fin consists entirely of spines
-02615829 05 n 02 Lumpenus 0 genus_Lumpenus 0 004 @ 01432517 n 0000 #m 02615494 n 0000 %m 02615980 n 0000 %m 02616128 n 0000 | a genus of Stichaeidae
-02615980 05 n 02 snakeblenny 0 Lumpenus_lumpretaeformis 0 002 @ 02615642 n 0000 #m 02615829 n 0000 | found in Arctic and northern Atlantic waters
-02616128 05 n 01 eelblenny 0 002 @ 02615642 n 0000 #m 02615829 n 0000 | eellike fishes found in subarctic coastal waters
-02616251 05 n 02 Cryptacanthodes 0 genus_Cryptacanthodes 0 003 @ 01432517 n 0000 #m 02615494 n 0000 %m 02616397 n 0000 | a genus of Stichaeidae
-02616397 05 n 03 wrymouth 0 ghostfish 0 Cryptacanthodes_maculatus 0 002 @ 02612657 n 0000 #m 02616251 n 0000 | eellike Atlantic bottom fish with large almost vertical mouth
-02616572 05 n 02 Anarhichadidae 0 family_Anarhichadidae 0 003 @ 01429349 n 0000 #m 02612393 n 0000 %m 02616705 n 0000 | wolffishes
-02616705 05 n 02 Anarhichas 0 genus_Anarhichas 0 003 @ 01432517 n 0000 #m 02616572 n 0000 %m 02616851 n 0000 | type genus of the Anarhichadidae
-02616851 05 n 03 wolffish 1 wolf_fish 1 catfish 2 002 @ 02612657 n 0000 #m 02616705 n 0000 | large ferocious northern deep-sea food fishes with strong teeth and no pelvic fins
-02617029 05 n 02 Zoarcidae 0 family_Zoarcidae 0 006 @ 01429349 n 0000 #m 02612393 n 0000 %m 02617207 n 0000 %m 02617402 n 0000 %m 02617689 n 0000 %m 02617956 n 0000 | eelpouts
-02617207 05 n 02 eelpout 1 pout 2 005 @ 02612657 n 0000 #m 02617029 n 0000 ~ 02617537 n 0000 ~ 02617819 n 0000 ~ 02618094 n 0000 | marine eellike mostly bottom-dwelling fishes of northern seas
-02617402 05 n 02 Zoarces 0 genus_Zoarces 0 003 @ 01432517 n 0000 #m 02617029 n 0000 %m 02617537 n 0000 | type genus of the Zoarcidae
-02617537 05 n 02 viviparous_eelpout 0 Zoarces_viviparus 0 002 @ 02617207 n 0000 #m 02617402 n 0000 | an eelpout of northern Europe that is viviparous
-02617689 05 n 02 Gymnelis 0 genus_Gymnelis 0 003 @ 01432517 n 0000 #m 02617029 n 0000 %m 02617819 n 0000 | a genus of Zoarcidae
-02617819 05 n 02 fish_doctor 0 Gymnelis_viridis 0 002 @ 02617207 n 0000 #m 02617689 n 0000 | brightly colored scaleless Arctic eelpout
-02617956 05 n 02 Macrozoarces 0 genus_Macrozoarces 0 003 @ 01432517 n 0000 #m 02617029 n 0000 %m 02618094 n 0000 | a genus of Zoarcidae
-02618094 05 n 02 ocean_pout 0 Macrozoarces_americanus 0 002 @ 02617207 n 0000 #m 02617956 n 0000 | common along northeastern coast of North America
-02618244 05 n 02 Ammodytidae 0 family_Ammodytidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02618372 n 0000 | sand lances
-02618372 05 n 02 Ammodytes 0 genus_Ammodytes 0 003 @ 01432517 n 0000 #m 02618244 n 0000 %m 02618513 n 0000 | type genus of the Ammodytidae
-02618513 05 n 04 sand_lance 0 sand_launce 0 sand_eel 0 launce 0 002 @ 02552171 n 0000 #m 02618372 n 0000 | very small silvery eellike schooling fishes that burrow into sandy beaches
-02618697 05 n 02 Callionymidae 0 family_Callionymidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02618827 n 0000 | dragonets
-02618827 05 n 01 dragonet 0 002 @ 02552171 n 0000 #m 02618697 n 0000 | small often brightly colored scaleless marine bottom-dwellers; found in tropical and warm temperate waters of Europe and America
-02619029 05 n 02 Gobiidae 0 family_Gobiidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02619165 n 0000 %m 02619409 n 0000 | gobies
-02619165 05 n 02 goby 0 gudgeon 2 003 @ 02554730 n 0000 #m 02619029 n 0000 ~ 02619550 n 0000 | small spiny-finned fish of coastal or brackish waters having a large head and elongated tapering body having the ventral fins modified as a sucker
-02619409 05 n 02 Periophthalmus 0 genus_Periophthalmus 0 003 @ 01432517 n 0000 #m 02619029 n 0000 %m 02619550 n 0000 | a genus of Gobiidae
-02619550 05 n 02 mudskipper 0 mudspringer 0 002 @ 02619165 n 0000 #m 02619409 n 0000 | found in tropical coastal regions of Africa and Asia; able to move on land on strong pectoral fins
-02619738 05 n 02 Eleotridae 0 family_Eleotridae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02619861 n 0000 | sleepers
-02619861 05 n 02 sleeper 0 sleeper_goby 0 002 @ 02554730 n 0000 #m 02619738 n 0000 | tropical fish that resembles a goby and rests quietly on the bottom in shallow water
-02620033 05 n 02 Percophidae 0 family_Percophidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02620167 n 0000 | percoid flatheads
-02620167 05 n 01 flathead 3 002 @ 02554730 n 0000 #m 02620033 n 0000 | pallid bottom-dwelling flat-headed fish with large eyes and a duck-like snout
-02620318 05 n 02 Toxotidae 0 family_Toxotidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02620443 n 0000 | archerfishes
-02620443 05 n 02 Toxotes 0 genus_Toxotes 0 003 @ 01432517 n 0000 #m 02620318 n 0000 %m 02620578 n 0000 | type genus of the Toxotidae
-02620578 05 n 02 archerfish 0 Toxotes_jaculatrix 0 002 @ 02554730 n 0000 #m 02620443 n 0000 | any of several small freshwater fishes that catch insects by squirting water at them and knocking them into the water; found in Indonesia and Australia
-02620826 05 n 02 Microdesmidae 0 family_Microdesmidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02620956 n 0000 | worm fish
-02620956 05 n 01 worm_fish 0 002 @ 02554730 n 0000 #m 02620826 n 0000 | poorly known family of small tropical shallow-water fishes related to gobies
-02621107 05 n 02 Acanthuridae 0 family_Acanthuridae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02621258 n 0000 %m 02621419 n 0000 | surgeonfishes
-02621258 05 n 01 surgeonfish 0 003 @ 02554730 n 0000 #m 02621107 n 0000 ~ 02621577 n 0000 | brightly colored coral-reef fish with knifelike spines at the tail
-02621419 05 n 02 Acanthurus 0 genus_Acanthurus 0 003 @ 01432517 n 0000 #m 02621107 n 0000 %m 02621577 n 0000 | type genus of the Acanthuridae: doctorfishes
-02621577 05 n 03 doctorfish 0 doctor-fish 0 Acanthurus_chirurgus 0 002 @ 02621258 n 0000 #m 02621419 n 0000 | surgeon fish of the West Indies
-02621721 05 n 02 Gempylidae 0 family_Gempylidae 0 006 @ 01429349 n 0000 #m 02553196 n 0000 %m 02621908 n 0000 %m 02622130 n 0000 %m 02622249 n 0000 %m 02622408 n 0000 | snake mackerels
-02621908 05 n 01 gempylid 0 005 @ 02554730 n 0000 #m 02621721 n 0000 ~ 02622249 n 0000 ~ 02622547 n 0000 ~ 02622712 n 0000 | snake mackerels; elongated marine fishes with oily flesh; resembles mackerels; found worldwide
-02622130 05 n 02 Gempylus 0 genus_Gempylus 0 002 @ 01432517 n 0000 #m 02621721 n 0000 | type genus of the Gempylidae
-02622249 05 n 02 snake_mackerel 0 Gempylus_serpens 0 002 @ 02621908 n 0000 #m 02621721 n 0000 | predatory tropical fishes with jutting jaws and strong teeth
-02622408 05 n 02 Lepidocybium 0 genus_Lepidocybium 0 003 @ 01432517 n 0000 #m 02621721 n 0000 %m 02622547 n 0000 | a genus of Gempylidae
-02622547 05 n 02 escolar 0 Lepidocybium_flavobrunneum 0 002 @ 02621908 n 0000 #m 02622408 n 0000 | large snake mackerel with rings like spectacles around its eyes
-02622712 05 n 02 oilfish 0 Ruvettus_pretiosus 0 001 @ 02621908 n 0000 | very large deep-water snake mackerel
-02622823 05 n 02 Trichiuridae 0 family_Trichiuridae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02622955 n 0000 | cutlassfishes
-02622955 05 n 03 cutlassfish 0 frost_fish 0 hairtail 0 002 @ 02554730 n 0000 #m 02622823 n 0000 | long-bodied marine fishes having a long whiplike scaleless body and sharp teeth; closely related to snake mackerel
-02623170 05 n 02 Scombroidea 0 suborder_Scombroidea 0 008 @ 01342529 n 0000 #m 02553196 n 0000 %m 02623445 n 0000 %m 02623868 n 0000 %m 02629048 n 0000 %m 02629435 n 0000 %m 02630052 n 0000 %m 02632239 n 0000 | mackerels; tunas; albacores; bonitos; swordfishes; sailfishes
-02623445 05 n 02 scombroid 0 scombroid_fish 0 012 @ 02554730 n 0000 #m 02623170 n 0000 ~ 02624167 n 0000 ~ 02626762 n 0000 ~ 02627835 n 0000 ~ 02628600 n 0000 ~ 02629230 n 0000 ~ 02629716 n 0000 ~ 02630281 n 0000 ~ 02630739 n 0000 ~ 02632494 n 0000 ~ 02634858 n 0000 | important marine food and game fishes found in all tropical and temperate seas; some are at least partially endothermic and can thrive in colder waters
-02623868 05 n 02 Scombridae 0 family_Scombridae 0 010 @ 01429349 n 0000 #m 02623170 n 0000 %m 02624167 n 0000 %m 02624377 n 0000 %m 02625132 n 0000 %m 02625418 n 0000 %m 02626590 n 0000 %m 02627686 n 0000 %m 02628467 n 0000 %m 02628856 n 0000 | marine food fishes: mackerels; chub mackerels; tuna
-02624167 05 n 01 mackerel 0 007 @ 02623445 n 0000 #m 02623868 n 0000 ~ 02624551 n 0000 ~ 02624807 n 0000 ~ 02624987 n 0000 ~ 02625258 n 0000 ~ 02625612 n 0000 | any of various fishes of the family Scombridae
-02624377 05 n 02 Scomber 0 genus_Scomber 0 005 @ 01432517 n 0000 #m 02623868 n 0000 %m 02624551 n 0000 %m 02624807 n 0000 %m 02624987 n 0000 | type genus of the Scombridae
-02624551 05 n 03 common_mackerel 0 shiner 2 Scomber_scombrus 0 003 @ 02624167 n 0000 #m 02624377 n 0000 %p 07781319 n 0000 | important food fish of the northern Atlantic and Mediterranean; its body is greenish-blue with dark bars and small if any scales
-02624807 05 n 02 Spanish_mackerel 2 Scomber_colias 0 003 @ 02624167 n 0000 #m 02624377 n 0000 %p 07781497 n 0000 | medium-sized mackerel of temperate Atlantic and Gulf of Mexico
-02624987 05 n 03 chub_mackerel 0 tinker 0 Scomber_japonicus 0 002 @ 02624167 n 0000 #m 02624377 n 0000 | small mackerel found nearly worldwide
-02625132 05 n 02 Acanthocybium 0 genus_Acanthocybium 0 003 @ 01432517 n 0000 #m 02623868 n 0000 %m 02625258 n 0000 | wahoos
-02625258 05 n 02 wahoo 0 Acanthocybium_solandri 0 002 @ 02624167 n 0000 #m 02625132 n 0000 | large fast-moving predacious food and game fish; found worldwide
-02625418 05 n 02 Scomberomorus 0 genus_Scomberomorus 0 006 @ 01432517 n 0000 #m 02623868 n 0000 %m 02625612 n 0000 %m 02625851 n 0000 %m 02626089 n 0000 %m 02626265 n 0000 | Spanish mackerels
-02625612 05 n 01 Spanish_mackerel 0 007 @ 02624167 n 0000 #m 02625418 n 0000 ~ 02625851 n 0000 ~ 02626089 n 0000 ~ 02626265 n 0000 ~ 02626471 n 0000 %p 07781497 n 0000 | any of several large marine food fishes of the genus Scomberomorus
-02625851 05 n 04 king_mackerel 0 cavalla 0 cero 2 Scomberomorus_cavalla 0 002 @ 02625612 n 0000 #m 02625418 n 0000 | large mackerel with long pointed snout; important food and game fish of the eastern Atlantic coast southward to Brazil
-02626089 05 n 01 Scomberomorus_maculatus 0 002 @ 02625612 n 0000 #m 02625418 n 0000 | a large commercially important mackerel of the Atlantic coastal waters of North America
-02626265 05 n 04 cero 0 pintado 0 kingfish 2 Scomberomorus_regalis 0 003 @ 02625612 n 0000 #m 02625418 n 0000 %p 07784810 n 0000 | large edible mackerel of temperate United States coastal Atlantic waters
-02626471 05 n 02 sierra 0 Scomberomorus_sierra 0 001 @ 02625612 n 0000 | a Spanish mackerel of western North America
-02626590 05 n 02 Thunnus 0 genus_Thunnus 0 005 @ 01432517 n 0000 #m 02623868 n 0000 %m 02626762 n 0000 %m 02627292 n 0000 %m 02627532 n 0000 | tunas: warm-blooded fishes
-02626762 05 n 02 tuna 1 tunny 0 007 @ 02623445 n 0000 @ 02512938 n 0000 #m 02626590 n 0000 ~ 02627037 n 0000 ~ 02627292 n 0000 ~ 02627532 n 0000 %p 07780627 n 0000 | any very large marine food and game fish of the genus Thunnus; related to mackerel; chiefly of warm waters
-02627037 05 n 03 albacore 0 long-fin_tunny 0 Thunnus_alalunga 0 002 @ 02626762 n 0000 %p 07780874 n 0000 | large pelagic tuna the source of most canned tuna; reaches 93 pounds and has long pectoral fins; found worldwide in tropical and temperate waters
-02627292 05 n 04 bluefin 0 bluefin_tuna 0 horse_mackerel 3 Thunnus_thynnus 0 003 @ 02626762 n 0000 #m 02626590 n 0000 %p 07781207 n 0000 | largest tuna; to 1500 pounds; of mostly temperate seas: feed in polar regions but breed in tropics
-02627532 05 n 03 yellowfin 0 yellowfin_tuna 0 Thunnus_albacares 0 002 @ 02626762 n 0000 #m 02626590 n 0000 | may reach 400 pounds; worldwide in tropics
-02627686 05 n 02 Sarda 0 genus_Sarda 0 005 @ 01432517 n 0000 #m 02623868 n 0000 %m 02627835 n 0000 %m 02628062 n 0000 %m 02628259 n 0000 | bonitos
-02627835 05 n 01 bonito 1 005 @ 02623445 n 0000 #m 02627686 n 0000 ~ 02628062 n 0000 ~ 02628259 n 0000 %p 07781022 n 0000 | any of various scombroid fishes intermediate in size and characteristics between mackerels and tunas
-02628062 05 n 03 skipjack 2 Atlantic_bonito 0 Sarda_sarda 0 002 @ 02627835 n 0000 #m 02627686 n 0000 | medium-sized tuna-like food fish of warm Atlantic and Pacific waters; less valued than tuna
-02628259 05 n 04 Chile_bonito 0 Chilean_bonito 0 Pacific_bonito 0 Sarda_chiliensis 0 002 @ 02627835 n 0000 #m 02627686 n 0000 | common bonito of Pacific coast of the Americas; its dark oily flesh cans well
-02628467 05 n 02 Euthynnus 0 genus_Euthynnus 0 003 @ 01432517 n 0000 #m 02623868 n 0000 %m 02628600 n 0000 | a genus of Scombridae
-02628600 05 n 03 skipjack 1 skipjack_tuna 0 Euthynnus_pelamis 0 002 @ 02623445 n 0000 #m 02628467 n 0000 | oceanic schooling tuna of considerable value in Pacific but less in Atlantic; reaches 75 pounds; very similar to if not the same as oceanic bonito
-02628856 05 n 02 Katsuwonus 0 genus_Katsuwonus 0 003 @ 01432517 n 0000 #m 02623868 n 0000 %m 02629230 n 0000 | oceanic bonitos; in some classifications placed in its own family Katsuwonidae
-02629048 05 n 02 Katsuwonidae 0 family_Kasuwonidae 0 002 @ 01429349 n 0000 #m 02623170 n 0000 | in some classifications considered a separate family comprising the oceanic bonitos
-02629230 05 n 03 bonito 2 oceanic_bonito 0 Katsuwonus_pelamis 0 002 @ 02623445 n 0000 #m 02628856 n 0000 | fish whose flesh is dried and flaked for Japanese cookery; may be same species as skipjack tuna
-02629435 05 n 02 Xiphiidae 0 family_Xiphiidae 0 003 @ 01429349 n 0000 #m 02623170 n 0000 %m 02629581 n 0000 | comprising the common swordfishes
-02629581 05 n 02 Xiphias 0 genus_Xiphias 0 003 @ 01432517 n 0000 #m 02629435 n 0000 %m 02629716 n 0000 | type genus of the Xiphiidae
-02629716 05 n 02 swordfish 0 Xiphias_gladius 0 003 @ 02623445 n 0000 #m 02629581 n 0000 %p 07785887 n 0000 | large toothless marine food fish with a long swordlike upper jaw; not completely cold-blooded i.e. they are able to warm their brains and eyes: worldwide in warm waters but feed on cold ocean floor coming to surface at night
-02630052 05 n 02 Istiophoridae 0 family_Istiophoridae 0 007 @ 01429349 n 0000 #m 02623170 n 0000 %m 02630281 n 0000 %m 02630468 n 0000 %m 02630739 n 0000 %m 02630926 n 0000 %m 02631899 n 0000 | sailfishes; spearfishes; marlins
-02630281 05 n 01 sailfish 0 003 @ 02623445 n 0000 #m 02630052 n 0000 ~ 02630615 n 0000 | large pelagic game fish having an elongated upper jaw and long dorsal fin that resembles a sail
-02630468 05 n 02 Istiophorus 0 genus_Istiophorus 0 003 @ 01432517 n 0000 #m 02630052 n 0000 %m 02630615 n 0000 | type genus of the Istiophoridae
-02630615 05 n 02 Atlantic_sailfish 0 Istiophorus_albicans 0 002 @ 02630281 n 0000 #m 02630468 n 0000 | a kind of sailfish
-02630739 05 n 01 billfish 1 004 @ 02623445 n 0000 #m 02630052 n 0000 ~ 02631041 n 0000 ~ 02632039 n 0000 | giant warm-water game fish having a prolonged and rounded toothless upper jaw
-02630926 05 n 02 Makaira 0 genus_Makaira 0 003 @ 01432517 n 0000 #m 02630052 n 0000 %m 02631041 n 0000 | marlins
-02631041 05 n 01 marlin 0 006 @ 02630739 n 0000 #m 02630926 n 0000 ~ 02631330 n 0000 ~ 02631475 n 0000 ~ 02631628 n 0000 ~ 02631775 n 0000 | large long-jawed oceanic sport fishes; related to sailfishes and spearfishes; not completely cold-blooded i.e. able to warm their brains and eyes
-02631330 05 n 02 blue_marlin 0 Makaira_nigricans 0 001 @ 02631041 n 0000 | largest marlin; may reach 2000 pounds; found worldwide in warm seas
-02631475 05 n 03 black_marlin 0 Makaira_mazara 0 Makaira_marlina 0 001 @ 02631041 n 0000 | large game fish in the Pacific Ocean; may reach 1000 pounds
-02631628 05 n 02 striped_marlin 0 Makaira_mitsukurii 0 001 @ 02631041 n 0000 | Pacific food and game fish marked with dark blue vertical stripes
-02631775 05 n 02 white_marlin 0 Makaira_albida 0 001 @ 02631041 n 0000 | small marlin (to 180 pounds) of western Atlantic
-02631899 05 n 02 Tetrapturus 0 genus_Tetrapturus 0 003 @ 01432517 n 0000 #m 02630052 n 0000 %m 02632039 n 0000 | a genus of Istiophoridae
-02632039 05 n 01 spearfish 1 002 @ 02630739 n 0000 #m 02631899 n 0000 | any of several large vigorous pelagic fishes resembling sailfishes but with first dorsal fin much reduced; worldwide but rare
-02632239 05 n 02 Luvaridae 0 family_Luvaridae 0 003 @ 01429349 n 0000 #m 02623170 n 0000 %m 02632359 n 0000 | louvars
-02632359 05 n 02 Luvarus 0 genus_Luvarus 0 003 @ 01432517 n 0000 #m 02632239 n 0000 %m 02632494 n 0000 | type genus of the Luvaridae
-02632494 05 n 02 louvar 0 Luvarus_imperialis 0 002 @ 02623445 n 0000 #m 02632359 n 0000 | large silvery fish found worldwide in warm seas but nowhere common; resembles a whale and feeds on plankton
-02632694 05 n 02 Stromateidae 0 family_Stromateidae 0 010 @ 01429349 n 0000 #m 02553196 n 0000 %m 02632989 n 0000 %m 02633287 n 0000 %m 02633555 n 0000 %m 02633844 n 0000 %m 02634156 n 0000 %m 02634414 n 0000 %m 02634717 n 0000 %m 02635013 n 0000 | butterfishes: harvest fishes; dollar fishes
-02632989 05 n 03 butterfish 1 stromateid_fish 0 stromateid 0 009 @ 02554730 n 0000 #m 02632694 n 0000 ~ 02633422 n 0000 ~ 02633677 n 0000 ~ 02633977 n 0000 ~ 02634285 n 0000 ~ 02634545 n 0000 ~ 02635154 n 0000 %p 07786005 n 0000 | small marine fish with a short compressed body and feeble spines
-02633287 05 n 02 Poronotus 0 genus_Poronotus 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02633422 n 0000 | a genus of Stromateidae
-02633422 05 n 02 dollarfish 1 Poronotus_triacanthus 0 002 @ 02632989 n 0000 #m 02633287 n 0000 | small food fish of Atlantic coast
-02633555 05 n 01 genus_Palometa 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02633677 n 0000 | a genus of Stromateidae
-02633677 05 n 03 palometa 0 California_pompano 0 Palometa_simillima 0 002 @ 02632989 n 0000 #m 02633555 n 0000 | smaller than Florida pompano; common in West Indies
-02633844 05 n 02 Paprilus 0 genus_Paprilus 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02633977 n 0000 | a genus of Stromateidae
-02633977 05 n 02 harvestfish 0 Paprilus_alepidotus 0 002 @ 02632989 n 0000 #m 02633844 n 0000 | butterfish up to a foot long of Atlantic waters from Chesapeake Bay to Argentina
-02634156 05 n 02 Psenes 0 genus_Psenes 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02634285 n 0000 | a genus of Stromateidae
-02634285 05 n 01 driftfish 1 002 @ 02632989 n 0000 #m 02634156 n 0000 | small (6 inches) tropical butterfishes found worldwide
-02634414 05 n 02 Ariomma 0 genus_Ariomma 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02634545 n 0000 | a genus of Stromateidae
-02634545 05 n 01 driftfish 2 002 @ 02632989 n 0000 #m 02634414 n 0000 | larger butterfishes of the western Atlantic from the New York area to the northern Gulf of Mexico
-02634717 05 n 02 Tetragonurus 0 genus_Tetragonurus 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02634858 n 0000 | a genus of Stromateidae
-02634858 05 n 01 squaretail 0 002 @ 02623445 n 0000 #m 02634717 n 0000 | sluggish square-tailed fish armored with tough bony scales; of deep warm waters
-02635013 05 n 02 Hyperoglyphe 0 genus_Hyperoglyphe 0 003 @ 01432517 n 0000 #m 02632694 n 0000 %m 02635154 n 0000 | a genus of Stromateidae
-02635154 05 n 03 barrelfish 0 black_rudderfish 0 Hyperglyphe_perciformis 0 002 @ 02632989 n 0000 #m 02635013 n 0000 | blackish fish of New England waters
-02635310 05 n 02 Gobiesocidae 0 family_Gobiesocidae 0 004 @ 01429349 n 0000 #m 02553196 n 0000 %m 02635459 n 0000 %m 02635580 n 0000 | clingfishes
-02635459 05 n 02 Gobiesox 0 genus_Gobiesox 0 002 @ 01432517 n 0000 #m 02635310 n 0000 | type genus of the Gobiesocidae
-02635580 05 n 01 clingfish 0 003 @ 02554730 n 0000 #m 02635310 n 0000 ~ 02635781 n 0000 | very small (to 3 inches) flattened marine fish with a sucking disc on the abdomen for clinging to rocks etc.
-02635781 05 n 03 skillet_fish 0 skilletfish 0 Gobiesox_strumosus 0 001 @ 02635580 n 0000 | clingfish with typical skillet shape
-02635911 05 n 02 Lobotidae 0 family_Lobotidae 0 003 @ 01429349 n 0000 #m 02553196 n 0000 %m 02636035 n 0000 | tripletails
-02636035 05 n 02 Lobotes 0 genus_Lobotes 0 003 @ 01432517 n 0000 #m 02635911 n 0000 %m 02636170 n 0000 | type genus of the Lobotidae
-02636170 05 n 01 tripletail 0 004 @ 02554730 n 0000 #m 02636035 n 0000 ~ 02636405 n 0000 ~ 02636550 n 0000 | large food fish of warm waters worldwide having long anal and dorsal fins that with a caudal fin suggest a three-lobed tail
-02636405 05 n 02 Atlantic_tripletail 0 Lobotes_surinamensis 0 001 @ 02636170 n 0000 | tripletail found from Cape Cod to northern South America
-02636550 05 n 02 Pacific_tripletail 0 Lobotes_pacificus 0 001 @ 02636170 n 0000 | tripletail found in the Pacific
-02636666 05 n 04 Gerreidae 0 family_Gerreidae 0 Gerridae 2 family_Gerridae 2 005 @ 01429349 n 0000 #m 02553196 n 0000 %m 02636854 n 0000 %m 02637046 n 0000 %m 02637337 n 0000 | mojarras
-02636854 05 n 01 mojarra 0 004 @ 02554730 n 0000 #m 02636666 n 0000 ~ 02637179 n 0000 ~ 02637475 n 0000 | small silvery schooling fishes with protrusible mouths found in warm coastal waters
-02637046 05 n 02 Gerres 0 genus_Gerres 0 003 @ 01432517 n 0000 #m 02636666 n 0000 %m 02637179 n 0000 | type genus of the Gerreidae
-02637179 05 n 02 yellowfin_mojarra 0 Gerres_cinereus 0 002 @ 02636854 n 0000 #m 02637046 n 0000 | popular panfish from Bermuda and Gulf of Mexico to Brazil
-02637337 05 n 02 Eucinostomus 0 genus_Eucinostomus 0 003 @ 01432517 n 0000 #m 02636666 n 0000 %m 02637475 n 0000 | a genus of Gerreidae
-02637475 05 n 02 silver_jenny 0 Eucinostomus_gula 0 002 @ 02636854 n 0000 #m 02637337 n 0000 | silvery mojarra found along sandy shores of the western Atlantic
-02637637 05 n 02 Sillaginidae 0 family_Sillaginidae 0 003 @ 01429349 n 0000 #m 02554512 n 0000 %m 02637839 n 0000 | small family of small food fishes in shallow waters of the Pacific around Indonesia
-02637839 05 n 02 Sillago 0 genus_Sillago 0 003 @ 01432517 n 0000 #m 02637637 n 0000 %m 02637977 n 0000 | type genus of the Sillaginidae
-02637977 05 n 01 whiting 3 002 @ 02554730 n 0000 #m 02637839 n 0000 | a small fish of the genus Sillago; excellent food fish
-02638104 05 n 02 ganoin 0 ganoine 0 001 @ 05404728 n 0000 | shiny substance that resemble enamel and is secreted by the corium of certain fishes (especially ganoid fishes) and composes the outer layer of their scales
-02638323 05 n 02 Ganoidei 0 order_Ganoidei 0 007 @ 01342529 n 0000 #m 02527813 n 0000 %m 02638596 n 0000 %m 02638835 n 0000 %m 02639312 n 0000 %m 02640093 n 0000 %m 02641063 n 0000 | a group of mostly extinct primitive bony fishes characterized by armor-like bony scales
-02638596 05 n 02 ganoid 0 ganoid_fish 0 007 @ 02528163 n 0000 #m 02638323 n 0000 ~ 02639087 n 0000 ~ 02639605 n 0000 ~ 02639922 n 0000 ~ 02640242 n 0000 ~ 02641379 n 0000 | primitive fishes having thick bony scales with a shiny covering
-02638835 05 n 02 Amiidae 0 family_Amiidae 0 003 @ 01429349 n 0000 #m 02638323 n 0000 %m 02638960 n 0000 | only the bowfins
-02638960 05 n 02 Amia 0 genus_Amia 0 003 @ 01432517 n 0000 #m 02638835 n 0000 %m 02639087 n 0000 | type genus of the Amiidae
-02639087 05 n 04 bowfin 0 grindle 0 dogfish 1 Amia_calva 0 002 @ 02638596 n 0000 #m 02638960 n 0000 | primitive long-bodied carnivorous freshwater fish with a very long dorsal fin; found in sluggish waters of North America
-02639312 05 n 02 Polyodontidae 0 family_Polyodontidae 0 004 @ 01429349 n 0000 #m 02638323 n 0000 %m 02639464 n 0000 %m 02639786 n 0000 | paddlefishes
-02639464 05 n 02 Polyodon 0 genus_Polyodon 0 003 @ 01432517 n 0000 #m 02639312 n 0000 %m 02639605 n 0000 | type genus of the Polyodontidae
-02639605 05 n 03 paddlefish 0 duckbill 2 Polyodon_spathula 0 002 @ 02638596 n 0000 #m 02639464 n 0000 | primitive fish of the Mississippi valley having a long paddle-shaped snout
-02639786 05 n 02 Psephurus 0 genus_Psephurus 0 003 @ 01432517 n 0000 #m 02639312 n 0000 %m 02639922 n 0000 | a genus of Polyodontidae
-02639922 05 n 02 Chinese_paddlefish 0 Psephurus_gladis 0 002 @ 02638596 n 0000 #m 02639786 n 0000 | fish of larger rivers of China similar to the Mississippi paddlefish
-02640093 05 n 02 Acipenseridae 0 family_Acipenseridae 0 004 @ 01429349 n 0000 #m 02638323 n 0000 %m 02640242 n 0000 %m 02640453 n 0000 | sturgeons
-02640242 05 n 01 sturgeon 0 004 @ 02638596 n 0000 #m 02640093 n 0000 ~ 02640626 n 0000 ~ 02640857 n 0000 | large primitive fishes valued for their flesh and roe; widely distributed in the North Temperate Zone
-02640453 05 n 02 Acipenser 0 genus_Acipenser 0 004 @ 01432517 n 0000 #m 02640093 n 0000 %m 02640626 n 0000 %m 02640857 n 0000 | type genus of the Acipenseridae: sturgeons
-02640626 05 n 04 Pacific_sturgeon 0 white_sturgeon 1 Sacramento_sturgeon 0 Acipenser_transmontanus 0 002 @ 02640242 n 0000 #m 02640453 n 0000 | food and game fish of marine and fresh waters of northwestern coast of North America
-02640857 05 n 04 beluga 1 hausen 0 white_sturgeon 2 Acipenser_huso 0 003 @ 02640242 n 0000 #m 02640453 n 0000 %p 07799738 n 0000 | valuable source of caviar and isinglass; found in Black and Caspian seas
-02641063 05 n 02 Lepisosteidae 0 family_Lepisosteidae 0 003 @ 01429349 n 0000 #m 02638323 n 0000 %m 02641215 n 0000 | comprises the genus Lepisosteus
-02641215 05 n 02 Lepisosteus 0 genus_Lepisosteus 0 003 @ 01432517 n 0000 #m 02641063 n 0000 %m 02641379 n 0000 | type genus of the Lepisosteidae: freshwater gars
-02641379 05 n 05 gar 1 garfish 0 garpike 0 billfish 3 Lepisosteus_osseus 0 002 @ 02638596 n 0000 #m 02641215 n 0000 | primitive predaceous North American fish covered with hard scales and having long jaws with needlelike teeth
-02641608 05 n 02 Scleroparei 0 order_Scleroparei 0 005 @ 01342529 n 0000 #m 02551824 n 0000 %m 02647503 n 0000 %m 02648456 n 0000 %m 02651846 n 0000 | scorpionfishes; sculpins; gurnards; greenlings; flying gurnards
-02641825 05 n 02 Scorpaenoidea 0 suborder_Scorpaenoidea 0 009 @ 01342529 n 0000 #m 02551824 n 0000 %m 02552737 n 0000 %m 02642107 n 0000 %m 02644967 n 0000 %m 02646377 n 0000 %m 02646985 n 0000 %m 02649400 n 0000 %m 02649689 n 0000 | mail-cheeked fishes: scorpionfishes; gurnards
-02642107 05 n 02 scorpaenoid 0 scorpaenoid_fish 0 012 @ 02552171 n 0000 #m 02641825 n 0000 ~ 02553028 n 0000 ~ 02642644 n 0000 ~ 02645304 n 0000 ~ 02646667 n 0000 ~ 02647294 n 0000 ~ 02647660 n 0000 ~ 02648625 n 0000 ~ 02649546 n 0000 ~ 02650050 n 0000 ~ 02652132 n 0000 | fishes having the head armored with bony plates
-02642430 05 n 02 Scorpaenidae 0 family_Scorpaenidae 0 006 @ 01429349 n 0000 %m 02642644 n 0000 %m 02642935 n 0000 %m 02643448 n 0000 %m 02643713 n 0000 %m 02643989 n 0000 | scorpionfishes; rockfishes; lionfishes
-02642644 05 n 02 scorpaenid 0 scorpaenid_fish 0 006 @ 02642107 n 0000 #m 02642430 n 0000 ~ 02643112 n 0000 ~ 02643566 n 0000 ~ 02643836 n 0000 ~ 02644113 n 0000 | any of numerous carnivorous usually bottom-dwelling warm-water marine fishes found worldwide but most abundant in the Pacific
-02642935 05 n 02 Scorpaena 0 genus_Scorpaena 0 004 @ 01432517 n 0000 #m 02642430 n 0000 %m 02643112 n 0000 %m 02643316 n 0000 | type genus of the Scorpaenidae: scorpionfishes
-02643112 05 n 03 scorpionfish 0 scorpion_fish 0 sea_scorpion 0 003 @ 02642644 n 0000 #m 02642935 n 0000 ~ 02643316 n 0000 | marine fishes having a tapering body with an armored head and venomous spines
-02643316 05 n 02 plumed_scorpionfish 0 Scorpaena_grandicornis 0 002 @ 02643112 n 0000 #m 02642935 n 0000 | a kind of scorpionfish
-02643448 05 n 02 Pterois 0 genus_Pterois 0 003 @ 01432517 n 0000 #m 02642430 n 0000 %m 02643566 n 0000 | lionfishes
-02643566 05 n 01 lionfish 0 002 @ 02642644 n 0000 #m 02643448 n 0000 | brightly striped fish of the tropical Pacific having elongated spiny fins
-02643713 05 n 02 Synanceja 0 genus_Synanceja 0 003 @ 01432517 n 0000 #m 02642430 n 0000 %m 02643836 n 0000 | stonefishes
-02643836 05 n 02 stonefish 0 Synanceja_verrucosa 0 002 @ 02642644 n 0000 #m 02643713 n 0000 | venomous tropical marine fish resembling a piece of rock
-02643989 05 n 02 Sebastodes 0 genus_Sebastodes 0 003 @ 01432517 n 0000 #m 02642430 n 0000 %m 02644113 n 0000 | rockfishes
-02644113 05 n 01 rockfish 1 007 @ 02642644 n 0000 #m 02643989 n 0000 ~ 02644360 n 0000 ~ 02644501 n 0000 ~ 02644665 n 0000 ~ 02644817 n 0000 %p 07792219 n 0000 | marine food fish found among rocks along the northern coasts of Europe and America
-02644360 05 n 02 copper_rockfish 0 Sebastodes_caurinus 0 001 @ 02644113 n 0000 | a rockfish of the Pacific coastal waters of North America
-02644501 05 n 03 vermillion_rockfish 0 rasher 0 Sebastodes_miniatus 0 001 @ 02644113 n 0000 | a commercially important fish of the Pacific coast of North America
-02644665 05 n 02 red_rockfish 0 Sebastodes_ruberrimus 0 002 @ 02644113 n 0000 %p 07797518 n 0000 | a large fish of the Pacific coast of North America
-02644817 05 n 03 rosefish 0 ocean_perch 0 Sebastodes_marinus 0 001 @ 02644113 n 0000 | large fish of northern Atlantic coasts of America and Europe
-02644967 05 n 02 Cottidae 0 family_Cottidae 0 006 @ 01429349 n 0000 #m 02641825 n 0000 %m 02645143 n 0000 %m 02645304 n 0000 %m 02645823 n 0000 %m 02646117 n 0000 | sculpins
-02645143 05 n 02 Cottus 0 genus_Cottus 0 004 @ 01432517 n 0000 #m 02644967 n 0000 %m 02645538 n 0000 %m 02645691 n 0000 | type genus of the Cottidae: sculpins
-02645304 05 n 01 sculpin 0 006 @ 02642107 n 0000 #m 02644967 n 0000 ~ 02645538 n 0000 ~ 02645691 n 0000 ~ 02645953 n 0000 ~ 02646241 n 0000 | any of numerous spiny large-headed usually scaleless scorpaenoid fishes with broad mouths
-02645538 05 n 01 bullhead 0 002 @ 02645304 n 0000 #m 02645143 n 0000 | freshwater sculpin with a large flattened bony-plated head with hornlike spines
-02645691 05 n 01 miller's-thumb 0 002 @ 02645304 n 0000 #m 02645143 n 0000 | small freshwater sculpin of Europe and North America
-02645823 05 n 02 Hemitripterus 0 genus_Hemitripterus 0 003 @ 01432517 n 0000 #m 02644967 n 0000 %m 02645953 n 0000 | sea ravens
-02645953 05 n 02 sea_raven 0 Hemitripterus_americanus 0 002 @ 02645304 n 0000 #m 02645823 n 0000 | large sculpin of western Atlantic; inflates itself when caught
-02646117 05 n 02 Myxocephalus 0 genus_Myxocephalus 0 003 @ 01432517 n 0000 #m 02644967 n 0000 %m 02646241 n 0000 | grubby
-02646241 05 n 02 grubby 0 Myxocephalus_aenaeus 0 002 @ 02645304 n 0000 #m 02646117 n 0000 | small sculpin of the coast of New England
-02646377 05 n 02 Cyclopteridae 0 family_Cyclopteridae 0 003 @ 01429349 n 0000 #m 02641825 n 0000 %m 02646508 n 0000 | lumpfishes
-02646508 05 n 02 Cyclopterus 0 genus_Cyclopterus 0 003 @ 01432517 n 0000 #m 02646377 n 0000 %m 02646667 n 0000 | type genus of the Cyclopteridae: lumpfishes
-02646667 05 n 02 lumpfish 0 Cyclopterus_lumpus 0 003 @ 02642107 n 0000 #m 02646508 n 0000 ~ 02646892 n 0000 | clumsy soft thick-bodied northern Atlantic fish with pelvic fins fused into a sucker; edible roe used for caviar
-02646892 05 n 01 lumpsucker 0 001 @ 02646667 n 0000 | any of several very small lumpfishes
-02646985 05 n 04 Liparididae 0 family_Liparididae 0 Liparidae 0 family_Liparidae 0 003 @ 01429349 n 0000 #m 02641825 n 0000 %m 02647144 n 0000 | snailfishes
-02647144 05 n 02 Liparis 0 genus_Liparis 0 003 @ 01432517 n 0000 #m 02646985 n 0000 %m 02647294 n 0000 | type genus of the Liparididae: snailfishes
-02647294 05 n 04 snailfish 0 seasnail 1 sea_snail 1 Liparis_liparis 0 002 @ 02642107 n 0000 #m 02647144 n 0000 | small tadpole-shaped cold-water fishes with pelvic fins forming a sucker; related to lumpfish
-02647503 05 n 02 Agonidae 0 family_Agonidae 0 005 @ 01429349 n 0000 #m 02641608 n 0000 %m 02647660 n 0000 %m 02647903 n 0000 %m 02648174 n 0000 | poachers
-02647660 05 n 03 poacher 0 sea_poacher 0 sea_poker 0 004 @ 02642107 n 0000 #m 02647503 n 0000 ~ 02648035 n 0000 ~ 02648313 n 0000 | small slender fish (to 8 inches) with body covered by bony plates; chiefly of deeper northern Pacific waters
-02647903 05 n 02 Agonus 0 genus_Agonus 0 003 @ 01432517 n 0000 #m 02647503 n 0000 %m 02648035 n 0000 | type genus of the Agonidae
-02648035 05 n 03 pogge 0 armed_bullhead 0 Agonus_cataphractus 0 002 @ 02647660 n 0000 #m 02647903 n 0000 | northern Atlantic sea poacher
-02648174 05 n 02 Aspidophoroides 0 genus_Aspidophoroides 0 003 @ 01432517 n 0000 #m 02647503 n 0000 %m 02648313 n 0000 | alligatorfishes
-02648313 05 n 02 alligatorfish 0 Aspidophoroides_monopterygius 0 002 @ 02647660 n 0000 #m 02648174 n 0000 | small very elongate sea poachers
-02648456 05 n 02 Hexagrammidae 0 family_Hexagrammidae 0 005 @ 01429349 n 0000 #m 02641608 n 0000 %m 02648625 n 0000 %m 02648769 n 0000 %m 02649082 n 0000 | greenlings
-02648625 05 n 01 greenling 1 004 @ 02642107 n 0000 #m 02648456 n 0000 ~ 02648916 n 0000 ~ 02649218 n 0000 | food fish of the northern Pacific
-02648769 05 n 02 Hexagrammos 0 genus_Hexagrammos 0 003 @ 01432517 n 0000 #m 02648456 n 0000 %m 02648916 n 0000 | type genus of the Hexagrammidae
-02648916 05 n 02 kelp_greenling 0 Hexagrammos_decagrammus 0 002 @ 02648625 n 0000 #m 02648769 n 0000 | common food and sport fish of western coast of North America
-02649082 05 n 02 Oxylebius 0 genus_Oxylebius 0 003 @ 01432517 n 0000 #m 02648456 n 0000 %m 02649218 n 0000 | a genus of Hexagrammidae
-02649218 05 n 04 painted_greenling 0 convict_fish 0 convictfish 0 Oxylebius_pictus 0 002 @ 02648625 n 0000 #m 02649082 n 0000 | greenling with whitish body marked with black bands
-02649400 05 n 02 Platycephalidae 0 family_Platycephalidae 0 003 @ 01429349 n 0000 #m 02641825 n 0000 %m 02649546 n 0000 | scorpaenoid flatheads
-02649546 05 n 01 flathead 2 002 @ 02642107 n 0000 #m 02649400 n 0000 | food fish of the Indonesian region of the Pacific; resembles gurnards
-02649689 05 n 02 Triglidae 0 family_Triglidae 0 008 @ 01429349 n 0000 #m 02641825 n 0000 %m 02650050 n 0000 %m 02650282 n 0000 %m 02650696 n 0000 %m 02650928 n 0000 %m 02651215 n 0000 %m 02651412 n 0000 | in some classifications restricted to the gurnards and subdivided into the subfamilies Triglinae (true sea robins) and Peristediinae (armored sea robins)
-02650050 05 n 01 gurnard 0 004 @ 02642107 n 0000 #m 02649689 n 0000 ~ 02650413 n 0000 ~ 02650541 n 0000 | bottom-dwelling coastal fishes with spiny armored heads and fingerlike pectoral fins used for crawling along the sea bottom
-02650282 05 n 02 Triga 0 genus_Triga 0 003 @ 01432517 n 0000 #m 02649689 n 0000 %m 02650413 n 0000 | type genus of the Triglidae
-02650413 05 n 03 tub_gurnard 0 yellow_gurnard 0 Trigla_lucerna 0 002 @ 02650050 n 0000 #m 02650282 n 0000 | a kind of gurnard
-02650541 05 n 02 sea_robin 0 searobin 0 003 @ 02650050 n 0000 ~ 02651060 n 0000 ~ 02651617 n 0000 | American gurnard; mostly found in bays and estuaries
-02650696 05 n 02 Triglinae 0 subfamily_Triglinae 0 002 @ 01429349 n 0000 #m 02649689 n 0000 | in some classifications considered a subfamily of Triglidae comprising searobins having ordinary scales and no barbels (true searobins)
-02650928 05 n 02 Prionotus 0 genus_Prionotus 0 003 @ 01432517 n 0000 #m 02649689 n 0000 %m 02651060 n 0000 | a genus of Triglidae
-02651060 05 n 02 northern_sea_robin 0 Prionotus_carolinus 0 002 @ 02650541 n 0000 #m 02650928 n 0000 | large searobin; found from Nova Scotia to Florida
-02651215 05 n 02 Peristediinae 0 subfamily_Peristediinae 0 002 @ 01429349 n 0000 #m 02649689 n 0000 | in some classifications considered a subfamily of Triglidae comprising the armored searobins
-02651412 05 n 02 Peristedion 0 genus_Peristedion 0 003 @ 01432517 n 0000 #m 02649689 n 0000 %m 02651617 n 0000 | in some classifications the type genus of the subfamily Peristediinae: armored sea robins
-02651617 05 n 03 armored_searobin 0 armored_sea_robin 0 Peristedion_miniatum 0 002 @ 02650541 n 0000 #m 02651412 n 0000 | sea robins having bony scutes on the body and barbels on the chin; found mostly on the continental slope
-02651846 05 n 02 Dactylopteridae 0 family_Dactylopteridae 0 004 @ 01429349 n 0000 #m 02641608 n 0000 %m 02652005 n 0000 %m 02652132 n 0000 | flying gurnards
-02652005 05 n 02 Dactylopterus 0 genus_Dactylopterus 0 002 @ 01432517 n 0000 #m 02651846 n 0000 | a genus of Dactylopteridae
-02652132 05 n 03 flying_gurnard 0 flying_robin 0 butterflyfish 1 002 @ 02642107 n 0000 #m 02651846 n 0000 | tropical fish with huge fanlike pectoral fins for underwater gliding; unrelated to searobins
-02652335 05 n 03 Plectognathi 0 order_Plectognathi 0 order_Tetraodontiformes 0 009 @ 01342529 n 0000 #m 02551824 n 0000 %m 02652668 n 0000 %m 02652979 n 0000 %m 02653655 n 0000 %m 02654256 n 0000 %m 02654890 n 0000 %m 02655355 n 0000 %m 02656426 n 0000 | boxfishes; filefishes; globefishes; ocean sunfishes; triggerfishes; puffers
-02652668 05 n 02 plectognath 0 plectognath_fish 0 008 @ 02552171 n 0000 #m 02652335 n 0000 ~ 02653145 n 0000 ~ 02653786 n 0000 ~ 02654425 n 0000 ~ 02655020 n 0000 ~ 02655523 n 0000 ~ 02656670 n 0000 | tropical marine fishes having the teeth fused into a beak and thick skin covered with bony plates or spines
-02652979 05 n 02 Balistidae 0 family_Balistidae 0 005 @ 01429349 n 0000 #m 02652335 n 0000 %m 02653145 n 0000 %m 02653359 n 0000 %m 02653786 n 0000 | triggerfishes
-02653145 05 n 01 triggerfish 0 003 @ 02652668 n 0000 #m 02652979 n 0000 ~ 02653497 n 0000 | any of numerous compressed deep-bodied tropical fishes with sandpapery skin and erectile spines in the first dorsal fin
-02653359 05 n 02 Balistes 0 genus_Balistes 0 003 @ 01432517 n 0000 #m 02652979 n 0000 %m 02653497 n 0000 | type genus of the Balistidae
-02653497 05 n 05 queen_triggerfish 0 Bessy_cerca 0 oldwench 0 oldwife 0 Balistes_vetula 0 002 @ 02653145 n 0000 #m 02653359 n 0000 | tropical Atlantic fish
-02653655 05 n 02 Monocanthidae 0 family_Monocanthidae 0 003 @ 01429349 n 0000 #m 02652335 n 0000 %m 02653965 n 0000 | filefishes
-02653786 05 n 01 filefish 0 003 @ 02652668 n 0000 #m 02652979 n 0000 ~ 02654112 n 0000 | narrow flattened warm-water fishes with leathery skin and a long file-like dorsal spine
-02653965 05 n 02 Monocanthus 0 genus_Monocanthus 0 003 @ 01432517 n 0000 #m 02653655 n 0000 %m 02654112 n 0000 | type genus of the Monocanthidae
-02654112 05 n 02 leatherjacket 1 leatherfish 0 002 @ 02653786 n 0000 #m 02653965 n 0000 | any of several brightly colored tropical filefishes
-02654256 05 n 03 Ostraciidae 0 family_Ostraciidae 0 family_Ostraciontidae 0 004 @ 01429349 n 0000 #m 02652335 n 0000 %m 02654425 n 0000 %m 02654609 n 0000 | boxfishes
-02654425 05 n 02 boxfish 0 trunkfish 0 003 @ 02652668 n 0000 #m 02654256 n 0000 ~ 02654745 n 0000 | any of numerous small tropical fishes having body and head encased in bony plates
-02654609 05 n 02 Lactophrys 0 genus_Lactophrys 0 003 @ 01432517 n 0000 #m 02654256 n 0000 %m 02654745 n 0000 | a genus of Ostraciidae
-02654745 05 n 02 cowfish 0 Lactophrys_quadricornis 0 002 @ 02654425 n 0000 #m 02654609 n 0000 | trunkfish having hornlike spines over the eyes
-02654890 05 n 02 Tetraodontidae 0 family_Tetraodontidae 0 003 @ 01429349 n 0000 #m 02652335 n 0000 %m 02655020 n 0000 | puffers
-02655020 05 n 04 puffer 0 pufferfish 0 blowfish 0 globefish 0 004 @ 02652668 n 0000 #m 02654890 n 0000 + 00263682 v 0101 %p 07781972 n 0000 | any of numerous marine fishes whose elongated spiny body can inflate itself with water or air to form a globe; several species contain a potent nerve poison; closely related to spiny puffers
-02655355 05 n 02 Diodontidae 0 family_Diodontidae 0 005 @ 01429349 n 0000 #m 02652335 n 0000 %m 02655523 n 0000 %m 02655694 n 0000 %m 02656171 n 0000 | spiny puffers
-02655523 05 n 01 spiny_puffer 0 005 @ 02652668 n 0000 #m 02655355 n 0000 ~ 02655848 n 0000 ~ 02656032 n 0000 ~ 02656301 n 0000 | puffers having rigid or erectile spines
-02655694 05 n 02 Diodon 0 genus_Diodon 0 004 @ 01432517 n 0000 #m 02655355 n 0000 %m 02655848 n 0000 %m 02656032 n 0000 | type genus of the Diodontidae
-02655848 05 n 03 porcupinefish 0 porcupine_fish 0 Diodon_hystrix 0 002 @ 02655523 n 0000 #m 02655694 n 0000 | spines become erect when the body is inflated; worldwide in warm waters
-02656032 05 n 02 balloonfish 0 Diodon_holocanthus 0 002 @ 02655523 n 0000 #m 02655694 n 0000 | similar to but smaller than porcupinefish
-02656171 05 n 02 Chilomycterus 0 genus_Chilomycterus 0 003 @ 01432517 n 0000 #m 02655355 n 0000 %m 02656301 n 0000 | burrfishes
-02656301 05 n 01 burrfish 0 002 @ 02655523 n 0000 #m 02656171 n 0000 | any of several fishes having rigid flattened spines
-02656426 05 n 02 Molidae 0 family_Molidae 0 003 @ 01429349 n 0000 #m 02652335 n 0000 %m 02656550 n 0000 | ocean sunfishes
-02656550 05 n 01 genus_Mola 0 003 @ 01432517 n 0000 #m 02656426 n 0000 %m 02656670 n 0000 | type genus of the Molidae
-02656670 05 n 04 ocean_sunfish 0 sunfish 2 mola 0 headfish 0 003 @ 02652668 n 0000 #m 02656550 n 0000 ~ 02656969 n 0000 | among the largest bony fish; pelagic fish having an oval compressed body with high dorsal and anal fins and caudal fin reduced to a rudder-like lobe; worldwide in warm waters
-02656969 05 n 02 sharptail_mola 0 Mola_lanceolata 0 001 @ 02656670 n 0000 | caudal fin has a central projection
-02657083 05 n 03 Heterosomata 0 order_Heterosomata 0 order_Pleuronectiformes 0 007 @ 01342529 n 0000 #m 02551824 n 0000 %m 02657368 n 0000 %m 02657805 n 0000 %m 02660769 n 0000 %m 02663352 n 0000 %m 02663657 n 0000 | flatfishes: halibut; sole; flounder; plaice; turbot; tonguefishes
-02657368 05 n 01 flatfish 0 008 @ 02552171 n 0000 #m 02657083 n 0000 ~ 02657694 n 0000 ~ 02658079 n 0000 ~ 02660208 n 0000 ~ 02661017 n 0000 ~ 02663485 n 0000 ~ 02663849 n 0000 | any of several families of fishes having flattened bodies that swim along the sea floor on one side of the body with both eyes on the upper side
-02657694 05 n 01 flounder 0 001 @ 02657368 n 0000 | any of various European and non-European marine flatfish
-02657805 05 n 02 Pleuronectidae 0 family_Pleuronectidae 0 010 @ 01429349 n 0000 #m 02657083 n 0000 %m 02658079 n 0000 %m 02658381 n 0000 %m 02658670 n 0000 %m 02658944 n 0000 %m 02659342 n 0000 %m 02659667 n 0000 %m 02659961 n 0000 %m 02660412 n 0000 | righteye flounders
-02658079 05 n 02 righteye_flounder 0 righteyed_flounder 0 010 @ 02657368 n 0000 #m 02657805 n 0000 ~ 02658531 n 0000 ~ 02658811 n 0000 ~ 02659176 n 0000 ~ 02659478 n 0000 ~ 02659808 n 0000 ~ 02660091 n 0000 ~ 02660519 n 0000 ~ 02660640 n 0000 | flounders with both eyes on the right side of the head
-02658381 05 n 02 Pleuronectes 0 genus_Pleuronectes 0 003 @ 01432517 n 0000 #m 02657805 n 0000 %m 02658531 n 0000 | type genus of the Pleuronectidae
-02658531 05 n 02 plaice 0 Pleuronectes_platessa 0 003 @ 02658079 n 0000 #m 02658381 n 0000 %p 07790935 n 0000 | large European food fish
-02658670 05 n 02 Platichthys 0 genus_Platichthys 0 003 @ 01432517 n 0000 #m 02657805 n 0000 %m 02658811 n 0000 | a genus of Pleuronectidae
-02658811 05 n 02 European_flatfish 0 Platichthys_flesus 0 002 @ 02658079 n 0000 #m 02658670 n 0000 | important food fish of Europe
-02658944 05 n 02 Limanda 0 genus_Limanda 0 003 @ 01432517 n 0000 #m 02657805 n 0000 %m 02659176 n 0000 | a genus of Pleuronectidae; righteye flounders having a humped nose and small scales; the underside is often brightly colored
-02659176 05 n 02 yellowtail_flounder 0 Limanda_ferruginea 0 003 @ 02658079 n 0000 #m 02658944 n 0000 %p 07790800 n 0000 | American flounder having a yellowish tail
-02659342 05 n 02 Pseudopleuronectes 0 genus_Pseudopleuronectes 0 002 @ 01432517 n 0000 #m 02657805 n 0000 | a genus of Pleuronectidae
-02659478 05 n 04 winter_flounder 0 blackback_flounder 0 lemon_sole 2 Pseudopleuronectes_americanus 0 002 @ 02658079 n 0000 %p 07791663 n 0000 | important American food fish in the winter
-02659667 05 n 02 Microstomus 0 genus_Microstomus 0 003 @ 01432517 n 0000 #m 02657805 n 0000 %m 02659808 n 0000 | a genus of Pleuronectidae
-02659808 05 n 02 lemon_sole 1 Microstomus_kitt 0 003 @ 02658079 n 0000 #m 02659667 n 0000 %p 07791535 n 0000 | European flatfish highly valued as food
-02659961 05 n 02 Hippoglossoides 0 genus_Hippoglossoides 0 002 @ 01432517 n 0000 #m 02657805 n 0000 | a genus of Pleuronectidae
-02660091 05 n 02 American_plaice 0 Hippoglossoides_platessoides 0 001 @ 02658079 n 0000 | large American food fish
-02660208 05 n 02 halibut 0 holibut 0 002 @ 02657368 n 0000 %p 07791808 n 0000 | marine food fish of the northern Atlantic or northern Pacific; the largest flatfish and one of the largest teleost fishes
-02660412 05 n 02 Hippoglossus 0 genus_Hippoglossus 0 002 @ 01432517 n 0000 #m 02657805 n 0000 | halibuts
-02660519 05 n 02 Atlantic_halibut 0 Hippoglossus_hippoglossus 0 001 @ 02658079 n 0000 | largest United States flatfish
-02660640 05 n 02 Pacific_halibut 0 Hippoglossus_stenolepsis 0 001 @ 02658079 n 0000 | a righteye flounder found in the Pacific
-02660769 05 n 02 Bothidae 0 family_Bothidae 0 008 @ 01429349 n 0000 #m 02657083 n 0000 %m 02661017 n 0000 %m 02661317 n 0000 %m 02661765 n 0000 %m 02662081 n 0000 %m 02662688 n 0000 %m 02663086 n 0000 | a family of fish of the order Heterosomata
-02661017 05 n 02 lefteye_flounder 0 lefteyed_flounder 0 010 @ 02657368 n 0000 #m 02660769 n 0000 ~ 02661473 n 0000 ~ 02661618 n 0000 ~ 02661892 n 0000 ~ 02662239 n 0000 ~ 02662559 n 0000 ~ 02662825 n 0000 ~ 02662993 n 0000 ~ 02663211 n 0000 | flatfishes with both eyes on the left side of the head
-02661317 05 n 02 Paralichthys 0 genus_Paralichthys 0 004 @ 01432517 n 0000 #m 02660769 n 0000 %m 02661473 n 0000 %m 02661618 n 0000 | a genus of Bothidae
-02661473 05 n 02 southern_flounder 0 Paralichthys_lethostigmus 0 002 @ 02661017 n 0000 #m 02661317 n 0000 | flounder of southern United States
-02661618 05 n 02 summer_flounder 0 Paralichthys_dentatus 0 002 @ 02661017 n 0000 #m 02661317 n 0000 | flounder of eastern coast of North America
-02661765 05 n 02 Etropus 0 genus_Etropus 0 003 @ 01432517 n 0000 #m 02660769 n 0000 %m 02661892 n 0000 | a genus of Bothidae
-02661892 05 n 03 grey_flounder 0 gray_flounder 0 Etropus_rimosus 0 002 @ 02661017 n 0000 #m 02661765 n 0000 | flounder found from North Carolina to Florida and the eastern Gulf of Mexico
-02662081 05 n 02 Citharichthys 0 genus_Citharichthys 0 004 @ 01432517 n 0000 #m 02660769 n 0000 %m 02662239 n 0000 %m 02662559 n 0000 | a genus of Bothidae
-02662239 05 n 01 whiff 0 003 @ 02661017 n 0000 #m 02662081 n 0000 ~ 02662397 n 0000 | a lefteye flounder found in coastal waters from New England to Brazil
-02662397 05 n 02 horned_whiff 0 Citharichthys_cornutus 0 001 @ 02662239 n 0000 | a whiff found in waters from the Bahamas and northern Gulf of Mexico to Brazil
-02662559 05 n 01 sand_dab 0 002 @ 02661017 n 0000 #m 02662081 n 0000 | small food fishes of the Pacific coast of North America
-02662688 05 n 02 Scophthalmus 0 genus_Scophthalmus 0 003 @ 01432517 n 0000 #m 02660769 n 0000 %m 02662825 n 0000 | a genus of Bothidae
-02662825 05 n 02 windowpane 0 Scophthalmus_aquosus 0 002 @ 02661017 n 0000 #m 02662688 n 0000 | very thin translucent flounder of the Atlantic coast of North America
-02662993 05 n 02 brill 0 Scophthalmus_rhombus 0 001 @ 02661017 n 0000 | European food fish
-02663086 05 n 02 Psetta 0 genus_Psetta 0 003 @ 01432517 n 0000 #m 02660769 n 0000 %m 02663211 n 0000 | a genus of Bothidae
-02663211 05 n 02 turbot 0 Psetta_maxima 0 003 @ 02661017 n 0000 #m 02663086 n 0000 %p 07791039 n 0000 | a large brownish European flatfish
-02663352 05 n 02 Cynoglossidae 0 family_Cynoglossidae 0 003 @ 01429349 n 0000 #m 02657083 n 0000 %m 02663485 n 0000 | tonguefishes
-02663485 05 n 02 tonguefish 0 tongue-fish 0 002 @ 02657368 n 0000 #m 02663352 n 0000 | left-eyed marine flatfish whose tail tapers to a point; of little commercial value
-02663657 05 n 02 Soleidae 0 family_Soleidae 0 007 @ 01429349 n 0000 #m 02657083 n 0000 %m 02663849 n 0000 %m 02664136 n 0000 %m 02664511 n 0000 %m 02664823 n 0000 %m 02665119 n 0000 | soles
-02663849 05 n 01 sole 0 009 @ 02657368 n 0000 @ 02512938 n 0000 #m 02663657 n 0000 ~ 02664285 n 0000 ~ 02664399 n 0000 ~ 02664642 n 0000 ~ 02664960 n 0000 ~ 02665250 n 0000 %p 07791274 n 0000 | right-eyed flatfish; many are valued as food; most common in warm seas especially European
-02664136 05 n 02 Solea 0 genus_Solea 0 004 @ 01432517 n 0000 #m 02663657 n 0000 %m 02664285 n 0000 %m 02664399 n 0000 | type genus of the Soleidae
-02664285 05 n 02 European_sole 0 Solea_solea 0 002 @ 02663849 n 0000 #m 02664136 n 0000 | highly valued as food
-02664399 05 n 02 lemon_sole 0 Solea_lascaris 0 002 @ 02663849 n 0000 #m 02664136 n 0000 | small European sole
-02664511 05 n 02 Parophrys 0 genus_Parophrys 0 003 @ 01432517 n 0000 #m 02663657 n 0000 %m 02664642 n 0000 | a genus of Soleidae
-02664642 05 n 03 English_sole 0 lemon_sole 3 Parophrys_vitulus 0 002 @ 02663849 n 0000 #m 02664511 n 0000 | popular pale brown food flatfish of the Pacific coast of North America
-02664823 05 n 02 Psettichthys 0 genus_Psettichthys 0 003 @ 01432517 n 0000 #m 02663657 n 0000 %m 02664960 n 0000 | a genus of Soleidae
-02664960 05 n 02 sand_sole 0 Psettichthys_melanostichus 0 002 @ 02663849 n 0000 #m 02664823 n 0000 | a common flatfish of the Pacific coast of North America
-02665119 05 n 02 Trinectes 0 genus_Trinectes 0 003 @ 01432517 n 0000 #m 02663657 n 0000 %m 02665250 n 0000 | a genus of Soleidae
-02665250 05 n 02 hogchoker 0 Trinectes_maculatus 0 002 @ 02663849 n 0000 #m 02665119 n 0000 | useless as food; in coastal streams from Maine to Texas and Panama
-02665413 05 n 01 thick_skin 0 002 @ 05238282 n 0000 #p 02453108 n 0000 | skin that is very thick (as an elephant or rhinoceros)
-02665543 05 n 01 thorax 1 003 @ 05220461 n 0000 #p 02159955 n 0000 ~ 02665687 n 0000 | part of an insect's body that bears the wings and legs
-02665687 05 n 01 prothorax 0 001 @ 02665543 n 0000 | the anterior part of an insect's thorax; bears the first pair of legs
-02665812 05 n 02 metamere 0 somite 0 002 @ 09429387 n 0000 + 02481951 a 0101 | one of a series of similar body segments into which some animals are divided longitudinally
-02665985 06 n 01 aba 0 001 @ 03309808 n 0000 | a fabric woven from goat hair and camel hair
-02666079 06 n 01 aba 1 001 @ 03863923 n 0000 | a loose sleeveless outer garment made from aba cloth; worn by Arabs
-02666196 06 n 01 abacus 0 001 @ 02938886 n 0000 | a calculator that performs arithmetic functions by manually sliding counters on rods or in grooves
-02666347 06 n 01 abacus 1 001 @ 04381302 n 0000 | a tablet placed horizontally on top of the capital of a column as an aid in supporting the architrave
-02666501 06 n 02 abandoned_ship 0 derelict 0 002 @ 04194289 n 0000 + 01313004 a 0202 | a ship abandoned on the high seas
-02666624 06 n 01 A_battery 0 001 @ 02810471 n 0000 | the battery used to heat the filaments of a vacuum tube
-02666735 06 n 02 abattis 0 abatis 0 001 @ 03672638 n 0000 | a line of defense consisting of a barrier of felled or live trees with branches (sharpened or with barbed wire entwined) pointed toward the enemy
-02666943 06 n 04 abattoir 0 butchery 0 shambles 0 slaughterhouse 0 002 @ 02913152 n 0000 + 01322854 v 0201 | a building where animals are butchered
-02667093 06 n 01 abaya 0 002 @ 04097866 n 0000 ;c 06988057 n 0000 | (Arabic) a loose black robe from head to toe; traditionally worn by Muslim women
-02667244 06 n 01 Abbe_condenser 0 001 @ 03087366 n 0000 | a condenser having 2 or 3 lenses with wide aperture for use in microscopes
-02667379 06 n 01 abbey 0 002 @ 03781244 n 0000 + 02598768 a 0101 | a monastery ruled by an abbot
-02667478 06 n 01 abbey 1 002 @ 03099454 n 0000 + 02598768 a 0101 | a convent ruled by an abbess
-02667576 06 n 01 abbey 2 002 @ 03028079 n 0000 + 02598768 a 0101 | a church associated with a monastery or convent
-02667693 06 n 01 Abney_level 0 001 @ 04365751 n 0000 | a surveying instrument consisting of a spirit level and a sighting tube; used to measure the angle of inclination of a line from the observer to the target
-02667906 06 n 03 abortifacient 0 aborticide 0 abortion-inducing_drug 0 003 @ 03247620 n 0000 + 00322844 a 0101 ~ 02668093 n 0000 | a drug (or other chemical agent) that causes abortion
-02668093 06 n 03 abortion_pill 0 mifepristone 0 RU_486 0 002 @ 02667906 n 0000 ;u 06851742 n 0301 | an abortion-inducing drug (trade name RU_486) developed in France; when taken during the first five weeks of pregnancy it blocks the action of progesterone so that the uterus sloughs off the embryo
-02668393 06 n 02 abrader 0 abradant 0 006 @ 04451818 n 0000 + 01254013 v 0201 + 01251651 v 0102 + 01254013 v 0101 ~ 02668613 n 0000 ~ 04312020 n 0000 | a tool or machine used for wearing down or smoothing or polishing
-02668613 06 n 01 abrading_stone 0 001 @ 02668393 n 0000 | a primitive stone artifact (usually made of sandstone) used as an abrader
-02668747 06 n 02 Abstract_Expressionism 0 action_painting 0 001 @ 08466643 n 0000 | a New York school of painting characterized by freely created abstractions; the first important school of American painting to develop independently of European styles
-02669001 06 n 01 abstraction 0 001 @ 03876519 n 0000 | an abstract painting
-02669079 06 n 02 abstractionism 0 abstract_art 0 003 @ 03434943 n 0000 + 09758424 n 0101 ~ 03847622 n 0000 | an abstract genre of art; artistic content depends on internal form rather than pictorial representation
-02669295 06 n 01 abutment 0 001 @ 04360501 n 0000 | a masonry support that touches and directly receives thrust or pressure of an arch or bridge
-02669442 06 n 01 abutment_arch 0 001 @ 02733524 n 0000 | an arch supported by an abutment
-02669534 06 n 01 academic_costume 0 003 @ 03113835 n 0000 %p 02669723 n 0000 %p 03787032 n 0000 | a costume worn on formal occasions by the faculty or students of a university or college
-02669723 06 n 03 academic_gown 0 academic_robe 0 judge's_robe 0 003 @ 03450516 n 0000 #p 02669534 n 0000 ~ 03434830 n 0000 | a gown worn by academics or judges
-02669885 06 n 01 academy 0 004 @ 03297735 n 0000 + 09759501 n 0101 + 09759311 n 0101 + 09759069 n 0101 | a learned establishment for the advancement of knowledge
-02670049 06 n 02 Acapulco_gold 0 Mexican_green 0 002 @ 02949691 n 0000 #p 12397210 n 0000 | a particularly potent variety of marijuana
-02670186 06 n 03 accelerator 0 throttle 0 throttle_valve 0 004 @ 04519153 n 0000 #p 03401721 n 0000 + 00173159 v 0202 + 00439343 v 0101 | a valve that regulates the supply of fuel to the engine
-02670382 06 n 03 accelerator 1 particle_accelerator 0 atom_smasher 0 008 @ 04147495 n 0000 ~ 02832838 n 0000 ~ 03008817 n 0000 ~ 03060728 n 0000 ~ 03070193 n 0000 ~ 03156071 n 0000 ~ 03671914 n 0000 %p 04328703 n 0000 | a scientific instrument that increases the kinetic energy of charged particles
-02670683 06 n 06 accelerator 2 accelerator_pedal 0 gas_pedal 0 gas 0 throttle 1 gun 4 005 @ 03903424 n 0000 #p 02958343 n 0000 #p 02691156 n 0000 + 00173159 v 0502 + 00439343 v 0101 | a pedal that controls the throttle valve; "he stepped on the gas"
-02670935 06 n 01 accelerometer 0 001 @ 03733925 n 0000 | an instrument for measuring the acceleration of aircraft or rockets
-02671062 06 n 02 access 0 approach 0 002 @ 04564698 n 0000 ~ 03290771 n 0000 | a way of entering or leaving; "he took a wrong turn on the access to the bridge"
-02671224 06 n 02 access 1 memory_access 0 004 @ 13524925 n 0000 ;c 06128570 n 0000 + 02248808 v 0101 ~ 03208815 n 0000 | (computer science) the operation of reading or writing stored information
-02671421 06 n 04 accessory 0 appurtenance 0 supplement 0 add-on 1 013 @ 03081021 n 0000 + 01328705 v 0402 + 01854129 a 0304 + 01854129 a 0303 + 02342132 v 0301 + 02354897 a 0205 + 02653706 v 0202 + 02354897 a 0101 + 00902946 a 0101 ~ 02758753 n 0000 ~ 03084204 n 0000 ~ 03353616 n 0000 ~ 03354350 n 0000 | a supplementary component that improves capability
-02671780 06 n 03 accessory 1 accoutrement 0 accouterment 0 004 @ 03051540 n 0000 + 00902946 a 0101 ~ 02827606 n 0000 ~ 03405595 n 0000 | clothing that is worn or carried, but not part of your main clothing
-02671988 06 n 02 access_road 0 slip_road 0 001 @ 04096066 n 0000 | a short road giving access to an expressway; "in Britain they call an access road a slip road"
-02672152 06 n 02 accommodating_lens_implant 0 accommodating_IOL 0 001 @ 03657239 n 0000 | a lens implant containing a hinge that allows for both near and far vision (thus mimicking the natural lens of a young person)
-02672371 06 n 01 accommodation 0 008 @ 03679384 n 0000 + 02651424 v 0102 ~ 02932693 n 0000 ~ 03349892 n 0000 ~ 03685820 n 0000 ~ 04295353 n 0000 ~ 04312654 n 0000 ~ 04459243 n 0000 | living quarters provided for public convenience; "overnight accommodations are available"
-02672646 06 n 01 accommodation_ladder 0 002 @ 04159676 n 0000 ;c 00314469 n 0000 | (nautical) a portable ladder hung over the side of a vessel to give access to small boats alongside
-02672831 06 n 03 accordion 0 piano_accordion 0 squeeze_box 0 003 @ 03393324 n 0000 @ 03614532 n 0000 %p 03928814 n 0000 | a portable box-shaped free-reed instrument; the reeds are made to vibrate by air from the bellows controlled by the player
-02673078 06 n 02 accumulator 1 accumulator_register 0 002 @ 04071876 n 0000 ;c 06128570 n 0000 | (computer science) a register that has a built-in adder that adds an input number to the contents of the register
-02673291 06 n 01 ace 0 005 @ 03963982 n 0000 ~ 02674101 n 0000 ~ 02674184 n 0000 ~ 02674273 n 0000 ~ 02674358 n 0000 | one of four playing cards in a deck having a single pip on its face
-02673480 06 n 02 acebutolol 0 Sectral 0 002 @ 02832168 n 0000 ;u 06845599 n 0201 | an oral beta blocker (trade name Sectral) used in treating hypertension
-02673637 06 n 02 ACE_inhibitor 0 angiotensin-converting_enzyme_inhibitor 0 006 @ 02721160 n 0000 ~ 02958002 n 0000 ~ 03285106 n 0000 ~ 03677308 n 0000 ~ 04051068 n 0000 ~ 04470037 n 0000 | an antihypertensive drug that blocks the formation of angiotensin II in the kidney, leading to relaxation of the arteries; promotes the excretion of salt and water by inhibiting the activity of the angiotensin converting enzyme; also used to treat congestive heart failure
-02674101 06 n 01 ace_of_clubs 0 001 @ 02673291 n 0000 | the ace in the club suit
-02674184 06 n 01 ace_of_diamonds 0 001 @ 02673291 n 0000 | the ace in the diamond suit
-02674273 06 n 01 ace_of_hearts 0 001 @ 02673291 n 0000 | the ace in the heart suit
-02674358 06 n 01 ace_of_spades 0 001 @ 02673291 n 0000 | the ace in the spade suit; sometimes taken as a portent of death
-02674482 06 n 07 acetaminophen 0 Datril 0 Tylenol 0 Panadol 0 Phenaphen 0 Tempra 0 Anacin_III 0 007 @ 02707683 n 0000 ;u 06851742 n 0701 ;u 06851742 n 0601 ;u 06851742 n 0501 ;u 06851742 n 0401 ;u 06851742 n 0301 ;u 06851742 n 0201 | an analgesic for mild pain but not for inflammation; also used as an antipyretic; (Datril, Tylenol, Panadol, Phenaphen, Tempra, and Anacin III are trademarks of brands of acetaminophen tablets)
-02674912 06 n 03 acetanilide 0 acetanilid 0 phenylacetamide 0 001 @ 02707683 n 0000 | a white crystalline compound used as an analgesic and also as an antipyretic
-02675077 06 n 02 acetate_disk 0 phonograph_recording_disk 0 002 @ 03208556 n 0000 #p 03924069 n 0000 | a disk coated with cellulose acetate
-02675219 06 n 02 acetate_rayon 0 acetate 0 002 @ 04056932 n 0000 %s 14965135 n 0000 | a fabric made from fibers of cellulose acetate
-02675354 06 n 03 acetophenetidin 0 acetphenetidin 0 phenacetin 0 001 @ 02707683 n 0000 | a white crystalline compound used as an analgesic and also as an antipyretic
-02675522 06 n 01 achromatic_lens 0 001 @ 03081986 n 0000 | a compound lens system that forms an image free from chromatic aberration
-02675657 06 n 0c acid 0 back_breaker 0 battery-acid 0 dose 1 dot 0 Elvis 0 loony_toons 0 Lucy_in_the_sky_with_diamonds 0 pane 2 superman 0 window_pane 0 Zen 0 001 @ 03699396 n 0000 | street name for lysergic acid diethylamide
-02675885 06 n 01 acorn_tube 0 001 @ 04494204 n 0000 | a small vacuum tube; used at high frequencies
-02675987 06 n 01 acoustic 0 002 @ 04074482 n 0000 + 02868489 a 0101 | a remedy for hearing loss or deafness
-02676097 06 n 02 acoustic_delay_line 0 sonic_delay_line 0 002 @ 03172965 n 0000 #p 02676805 n 0000 | a delay line based on the time of propagation of sound waves
-02676261 06 n 01 acoustic_device 0 012 @ 03183080 n 0000 ~ 02824448 n 0000 ~ 02843465 n 0000 ~ 03506560 n 0000 ~ 03743279 n 0000 ~ 03795123 n 0000 ~ 03802973 n 0000 ~ 04218564 n 0000 ~ 04224395 n 0000 ~ 04233960 n 0000 ~ 04270576 n 0000 ~ 04579432 n 0000 | a device for amplifying or transmitting sound
-02676566 06 n 01 acoustic_guitar 0 001 @ 03467517 n 0000 | sound is not amplified by electrical means
-02676670 06 n 01 acoustic_modem 0 001 @ 03777754 n 0000 | a modem that converts electrical signals to telephone tones and back again
-02676805 06 n 01 acoustic_storage 0 002 @ 03744840 n 0000 %p 02676097 n 0000 | a storage device consisting of acoustic delay lines
-02676938 06 n 01 acropolis 0 001 @ 02806088 n 0000 | the citadel in ancient Greek towns
-02677028 06 n 01 acrylic 0 003 @ 03309808 n 0000 ~ 03121190 n 0000 ~ 03855756 n 0000 | a synthetic fabric
-02677136 06 n 02 acrylic 1 acrylic_paint 0 001 @ 03875218 n 0000 | used especially by artists
-02677232 06 n 01 Actifed 0 002 @ 02720725 n 0000 @ 03809939 n 0000 | trade name for a drug containing an antihistamine and a decongestant; used to treat upper respiratory conditions and minor allergies
-02677436 06 n 01 actinometer 0 001 @ 03733925 n 0000 | an instrument for measuring the intensity of electromagnetic radiation (usually by the photochemical effect)
-02677602 06 n 01 actinomycin 0 001 @ 02716866 n 0000 | any of various red antibiotics isolated from soil bacteria
-02677718 06 n 02 action 0 action_mechanism 0 008 @ 03738472 n 0000 #p 03467984 n 0000 #p 03614007 n 0000 ~ 03469493 n 0000 %p 03613592 n 0000 ~ 03795758 n 0000 ~ 03928589 n 0000 ~ 04022434 n 0000 | the operating part that transmits power to a mechanism; "the piano had a very stiff action"
-02678010 06 n 01 active_matrix_screen 0 001 @ 03676759 n 0000 | a type of LCD screen used for some portable computers; there is a separate circuit for each pixel
-02678174 06 n 01 active_placebo 0 001 @ 03952696 n 0000 | a placebo used in experimental tests of a drug that has noticeable side effects; "an active placebo mimics the side effects of the experimental drug"
-02678384 06 n 01 actuator 0 003 @ 03738472 n 0000 + 01643657 v 0102 ~ 04110439 n 0000 | a mechanism that puts something into automatic action
-02678528 06 n 02 acyclovir 0 Zovirax 0 002 @ 03740161 n 0000 ;u 06851742 n 0201 | an oral antiviral drug (trade name Zovirax) used to treat genital herpes; does not cure the disease but relieves the symptoms
-02678738 06 n 08 Adam 0 ecstasy 0 XTC 0 go 0 disco_biscuit 0 cristal 0 X 0 hug_drug 0 001 @ 03756184 n 0000 | street names for methylenedioxymethamphetamine
-02678897 06 n 02 adapter 0 adaptor 0 003 @ 03183080 n 0000 + 00299580 v 0201 + 00299580 v 0101 | device that enables something to be used in a way different from that for which it was intended or makes different pieces of apparatus compatible
-02679142 06 n 01 adder 0 003 @ 02938886 n 0000 + 00949288 v 0108 + 00640828 v 0101 | a machine that adds numbers
-02679257 06 n 03 adding_machine 0 totalizer 0 totaliser 0 002 @ 02938886 n 0000 #p 02977438 n 0000 | a calculator that performs simple arithmetic functions
-02679415 06 n 03 addition 0 add-on 0 improver 0 009 @ 03081021 n 0000 + 00205885 v 0302 + 00183757 v 0201 + 02324478 v 0105 ~ 02679788 n 0000 ~ 02683936 n 0000 ~ 02713594 n 0000 ~ 02755244 n 0000 ~ 03281935 n 0000 | a component that is added to something to improve it; "the addition of a bathroom was a major improvement"; "the addition of cinnamon improved the flavor"
-02679788 06 n 01 additive 0 004 @ 02679415 n 0000 + 00048129 a 0101 ~ 02680947 n 0000 ~ 03377845 n 0000 | something added to enhance food or gasoline or paint or medicine
-02679961 06 n 02 addressing_machine 0 Addressograph 0 001 @ 04004475 n 0000 | a printer that automatically prints addresses on letters for mailing
-02680110 06 n 01 adhesive_bandage 0 003 @ 02785648 n 0000 ~ 02786058 n 0000 ~ 03268142 n 0000 | bandage consisting of a medical dressing of plain absorbent gauze held in place by a plastic or fabric tape coated with adhesive
-02680337 06 n 01 adhesive_tape 0 006 @ 04391569 n 0000 ~ 02992795 n 0000 ~ 03253516 n 0000 ~ 03396841 n 0000 ~ 03725355 n 0000 ~ 03957420 n 0000 | tape coated with adhesive
-02680512 06 n 01 adit 0 002 @ 03895293 n 0000 #p 03768346 n 0000 | a nearly horizontal passage from the surface into a mine
-02680638 06 n 01 adjoining_room 0 001 @ 03542860 n 0000 | a hotel room that shares a wall with another hotel room
-02680754 06 n 02 adjustable_wrench 0 adjustable_spanner 0 005 @ 04606574 n 0000 ~ 03130866 n 0000 ~ 03782794 n 0000 ~ 03947466 n 0000 ~ 04155177 n 0000 | can be changed to different settings
-02680947 06 n 01 adjuvant 0 002 @ 02679788 n 0000 + 01196098 a 0101 | an additive that enhances the effectiveness of medical treatment
-02681084 06 n 02 admixture 0 intermixture 0 003 @ 03570709 n 0000 + 01462468 v 0202 + 00396703 v 0101 | an additional ingredient that is added by mixing with the base; "the growing medium should be equal parts of sand and loam with an admixture of peat moss and cow manure"; "a large intermixture of sand"
-02681392 06 n 02 adobe 0 adobe_brick 0 002 @ 02897820 n 0000 %s 14600927 n 0000 | sun-dried brick; used in hot dry climates
-02681518 06 n 01 adornment 0 023 @ 03169390 n 0000 + 02748927 v 0102 ~ 02784732 n 0000 ~ 02787435 n 0000 ~ 02818027 n 0000 ~ 02879422 n 0000 ~ 03033267 n 0000 ~ 03107383 n 0000 ~ 03292210 n 0000 ~ 03374978 n 0000 ~ 03397532 n 0000 ~ 03398382 n 0000 ~ 03399579 n 0000 ~ 03597469 n 0000 ~ 03903290 n 0000 ~ 03908831 n 0000 ~ 03969998 n 0000 ~ 03980734 n 0000 ~ 04109899 n 0000 ~ 04173698 n 0000 ~ 04395201 n 0000 ~ 04484160 n 0000 ~ 04552195 n 0000 | a decoration of color or interest that is added to relieve plainness
-02682038 06 n 02 adrenergic 0 adrenergic_drug 0 004 @ 04522421 n 0000 + 02604543 a 0101 ~ 03922863 n 0000 ~ 03923004 n 0000 | drug that has the effects of epinephrine
-02682207 06 n 01 adumbration 0 001 @ 04076846 n 0000 | a sketchy or imperfect or faint representation
-02682311 06 n 02 adz 0 adze 0 001 @ 03265032 n 0000 | an edge tool used to cut and shape wood
-02682407 06 n 03 aeolian_harp 0 aeolian_lyre 0 wind_harp 0 001 @ 03495258 n 0000 | a harp having strings tuned in unison; they sound when wind passes over them
-02682569 06 n 01 aerator 0 002 @ 02727825 n 0000 + 00190999 v 0102 | an apparatus for exposing something to the air (as sewage)
-02682699 06 n 01 aerial_ladder 0 001 @ 03307156 n 0000 | mechanically extendible ladder; used on a fire truck
-02682811 06 n 01 aerial_torpedo 0 001 @ 04456472 n 0000 | a torpedo designed to be launched from an airplane
-02682922 06 n 05 aerosol 0 aerosol_container 0 aerosol_can 0 aerosol_bomb 0 spray_can 0 002 @ 03210683 n 0000 ~ 03914583 n 0000 | a dispenser that holds a substance under pressure and that can release it as a fine spray (usually by means of a propellant gas)
-02683183 06 n 01 Aertex 0 001 @ 03309808 n 0000 | a trademark for a loosely woven cotton fabric that is used to make shirts and underwear
-02683323 06 n 01 afghan 0 001 @ 02849154 n 0000 | a blanket knitted or crocheted in strips or squares; sometimes used as a shawl
-02683454 06 n 01 Afro-wig 0 001 @ 03476083 n 0000 | a wig that gives the appearance of an Afro hairdo
-02683558 06 n 01 afterburner 0 002 @ 03183080 n 0000 #p 03321103 n 0000 | a device injects fuel into a hot exhaust for extra thrust
-02683692 06 n 01 afterdeck 0 002 @ 03167666 n 0000 %p 03321672 n 0000 | a deck abaft of midships
-02683791 06 n 02 after-shave 0 after-shave_lotion 0 002 @ 03690938 n 0000 ~ 02813252 n 0000 | a fragrant lotion for a man's face after shaving
-02683936 06 n 01 afterthought 0 001 @ 02679415 n 0000 | an addition that was not included in the original plan; "the garage was an afterthought"
-02684083 06 n 01 agal 0 001 @ 03106110 n 0000 | a cord (usually of goat's hair) that Arabs (especially Bedouins) wind around their heads to hold down the kaffiyeh
-02684248 06 n 01 agateware 0 001 @ 03992703 n 0000 | pottery that is veined and mottled to resemble agate
-02684356 06 n 01 agglomerator 0 002 @ 03183080 n 0000 + 01484714 v 0101 | a device that causes material to gather into rounded balls; "a sonic agglomerator"
-02684515 06 n 03 aglet 0 aiglet 0 aiguilette 0 001 @ 02889035 n 0000 | ornamental tagged cord or braid on the shoulder of a uniform
-02684649 06 n 02 aglet 1 aiglet 1 002 @ 04187061 n 0000 #p 04200637 n 0000 | metal or plastic sheath over the end of a shoelace or ribbon
-02684789 06 n 01 agonist 0 002 @ 03247620 n 0000 ;c 06079620 n 0000 | (biochemistry) a drug that can combine with a receptor on a cell to produce a physiological reaction
-02684962 06 n 02 agora 0 public_square 0 001 @ 03722288 n 0000 | a place of assembly for the people in ancient Greece
-02685082 06 n 02 aigrette 0 aigret 0 001 @ 03969998 n 0000 | a long plume (especially one of egret feathers) worn on a hat or a piece of jewelry in the shape of a plume
-02685253 06 n 01 aileron 0 002 @ 02688443 n 0000 #p 04592741 n 0000 | an airfoil that controls lateral motion
-02685365 06 n 01 air_bag 0 003 @ 02773037 n 0000 @ 04081844 n 0000 #p 02958343 n 0000 | a safety restraint in an automobile; the bag inflates on collision and prevents the driver or passenger from being thrown forward
-02685585 06 n 02 air_base 0 air_station 0 002 @ 02798290 n 0000 ;c 08199025 n 0000 | a base for military aircraft
-02685701 06 n 01 airbrake 0 002 @ 03995018 n 0000 #p 03791235 n 0000 | a vehicular brake that operates by compressed air; especially for heavy vehicles
-02685855 06 n 02 airbrake 1 dive_brake 0 001 @ 04081844 n 0000 | a small parachute or articulated flap to reduce the speed of an aircraft
-02685995 06 n 01 airbrush 0 002 @ 02754103 n 0000 + 01363320 v 0101 | an atomizer to spray paint by means of compressed air
-02686121 06 n 01 airbus 0 001 @ 02690373 n 0000 | a subsonic jet airliner operated over short distances
-02686227 06 n 01 air_compressor 0 001 @ 03082807 n 0000 | a compressor that takes in air at atmospheric pressure and delivers it at a higher pressure
-02686379 06 n 02 air_conditioner 0 air_conditioning 0 005 @ 03102859 n 0000 + 02331575 v 0201 + 02331326 v 0202 + 02331326 v 0102 + 02331575 v 0101 | a system that keeps air cool and dry
-02686568 06 n 01 aircraft 0 029 @ 03125870 n 0000 -c 01185636 a 0000 -c 01187322 a 0000 -c 02370894 a 0000 -c 02371077 a 0000 -c 00303297 n 0000 -c 00305519 n 0000 -c 00368939 n 0000 -c 01266945 n 0000 %p 02687423 n 0000 %p 02812631 n 0000 ~ 02863638 n 0000 %p 02932019 n 0000 %p 03061505 n 0000 ~ 03140771 n 0000 %p 03401721 n 0000 ~ 03510583 n 0000 ~ 03666917 n 0000 %p 03830835 n 0000 %p 04226537 n 0000 %p 04230093 n 0000 ~ 04308084 n 0000 -c 07356489 n 0000 -c 07366799 n 0000 #m 08293831 n 0000 -c 10433164 n 0000 -c 13984082 n 0000 -c 01941093 v 0000 -c 01979702 v 0000 | a vehicle that can fly
-02687172 06 n 04 aircraft_carrier 0 carrier 1 flattop 0 attack_aircraft_carrier 0 004 @ 04552696 n 0000 + 01449974 v 0202 %p 02742468 n 0000 %p 03363216 n 0000 | a large warship that carries planes and has a long flat deck for takeoffs and landings
-02687423 06 n 01 aircraft_engine 0 002 @ 03287733 n 0000 #p 02686568 n 0000 | the engine that powers and aircraft
-02687539 06 n 02 air_cushion 0 inflatable_cushion 0 001 @ 03151500 n 0000 | a cushion usually made of rubber or plastic that can be inflated
-02687682 06 n 02 air_cushion 2 air_spring 0 001 @ 04198797 n 0000 | a mechanical device using confined air to absorb the shock of motion
-02687821 06 n 03 airdock 0 hangar 0 repair_shed 0 002 @ 04341686 n 0000 #p 02692232 n 0000 | a large structure at an airport where aircraft can be stored and maintained
-02687992 06 n 04 airfield 0 landing_field 0 flying_field 0 field 0 009 @ 03315023 n 0000 #p 04473432 n 0000 ~ 02692232 n 0000 ~ 02693070 n 0000 %p 02731123 n 0000 ~ 02762609 n 0000 %p 04120842 n 0000 %p 04396466 n 0000 %p 08594543 n 0000 | a place where planes take off and land
-02688273 06 n 02 air_filter 0 air_cleaner 0 003 @ 03339643 n 0000 #p 04526964 n 0000 ~ 03340306 n 0000 | a filter that removes dust from the air that passes through it
-02688443 06 n 04 airfoil 0 aerofoil 0 control_surface 0 surface 1 014 @ 03183080 n 0000 ~ 02685253 n 0000 ~ 03281524 n 0000 ~ 03357716 n 0000 ~ 03536122 n 0000 %p 03651739 n 0000 ~ 04112252 n 0000 ~ 04117464 n 0000 ~ 04283096 n 0000 ~ 04283255 n 0000 ~ 04294426 n 0000 %p 04467899 n 0000 ~ 04530283 n 0000 ~ 04592741 n 0000 | a device that provides reactive force when in motion relative to the surrounding air; can lift or control a plane in flight
-02688895 06 n 02 Air_Force_Research_Laboratory 0 AFRL 0 002 @i 08337324 n 0000 #p 08196230 n 0000 | a United States Air Force defense laboratory responsible for discovering and developing and integrating fighting technologies for aerospace forces
-02689144 06 n 01 airframe 0 001 @ 03391770 n 0000 | the framework and covering of an airplane or rocket (excluding the engines)
-02689274 06 n 03 air_gun 0 airgun 0 air_rifle 0 003 @ 03467984 n 0000 ~ 02814116 n 0000 ~ 03875955 n 0000 | a gun that propels a projectile by compressed air
-02689434 06 n 03 air_hammer 0 jackhammer 0 pneumatic_hammer 0 001 @ 03481521 n 0000 | a hammer driven by compressed air
-02689556 06 n 01 air_hole 0 001 @ 03526198 n 0000 | a hole that allows the passage of air
-02689648 06 n 01 air_horn 0 002 @ 03576617 n 0000 #p 02962200 n 0000 | air intake of a carburetor
-02689748 06 n 01 air_horn 1 001 @ 03536761 n 0000 | a pneumatic horn
-02689819 06 n 01 airing_cupboard 0 001 @ 03148324 n 0000 | a warm cupboard where you put newly washed clothes until they are completely dry
-02689961 06 n 01 air-intake 0 002 @ 03253398 n 0000 #p 02962200 n 0000 | a duct that admits air to be mixed with fuel
-02690081 06 n 03 airline 0 airline_business 0 airway 0 003 @ 03671473 n 0000 + 02690373 n 0101 %p 08293831 n 0000 | a commercial enterprise that provides scheduled flights for passengers
-02690270 06 n 02 airline 1 air_hose 0 001 @ 03539875 n 0000 | a hose that carries air under pressure
-02690373 06 n 01 airliner 0 007 @ 02691156 n 0000 + 02690081 n 0101 ~ 02686121 n 0000 %p 03412387 n 0000 ~ 03809312 n 0000 %p 03955489 n 0000 ~ 04583620 n 0000 | a commercial airplane that carries passengers
-02690583 06 n 02 airlock 0 air_lock 0 001 @ 03003730 n 0000 | a chamber that provides access to space where air is under pressure
-02690715 06 n 01 airmailer 0 002 @ 03710528 n 0000 + 01032127 v 0101 | a mailer for airmail
-02690809 06 n 01 air_mattress 0 002 @ 03731164 n 0000 ~ 03668803 n 0000 | a mattress that can be stored flat and inflated for use
-02690941 06 n 03 air_passage 0 air_duct 0 airway 1 006 @ 03253398 n 0000 ~ 04071712 n 0000 ~ 04250850 n 0000 ~ 04513556 n 0000 %p 04526241 n 0000 ~ 04526800 n 0000 | a duct that provides ventilation (as in mines)
-02691156 06 n 03 airplane 0 aeroplane 0 plane 1 040 @ 03510583 n 0000 -c 00275201 r 0000 -c 00296263 n 0000 %p 02670683 n 0000 ~ 02690373 n 0000 ~ 02704645 n 0000 ~ 02842573 n 0000 ~ 02867715 n 0000 -c 03172211 n 0000 ~ 03174079 n 0000 %p 03295928 n 0000 ~ 03335030 n 0000 %p 03408054 n 0000 ~ 03490784 n 0000 %p 03530910 n 0000 -c 03566555 n 0000 ~ 03595860 n 0000 %p 03638883 n 0000 ~ 03783873 n 0000 ~ 03798610 n 0000 %p 03813369 n 0000 %p 03973945 n 0000 ~ 04012084 n 0000 %p 04045255 n 0000 ~ 04062644 n 0000 -c 04103918 n 0000 ~ 04160586 n 0000 ~ 04230487 n 0000 ~ 04389999 n 0000 %p 04590553 n 0000 %p 04592741 n 0000 -c 06503884 n 0000 -c 08647616 n 0000 -c 10175725 n 0000 -c 10403876 n 0000 -c 13469674 n 0000 -c 13507210 n 0000 -c 14659211 n 0000 -c 01562627 v 0000 -c 02034147 v 0000 | an aircraft that has a fixed wing and is powered by propellers or jets; "the flight was delayed due to trouble with the airplane"
-02692086 06 n 03 airplane_propeller 0 airscrew 0 prop 1 002 @ 04011827 n 0000 #p 04012084 n 0000 | a propeller that rotates to push against air
-02692232 06 n 04 airport 0 airdrome 0 aerodrome 0 drome 0 006 @ 02687992 n 0000 %p 02687821 n 0000 %p 02693246 n 0000 %p 03098959 n 0000 ~ 03512830 n 0000 ~i 09124399 n 0000 | an airfield equipped with control tower and hangars as well as accommodations for passengers and cargo
-02692513 06 n 02 air_pump 0 vacuum_pump 0 004 @ 04021798 n 0000 ~ 03087245 n 0000 ~ 03569494 n 0000 ~ 03583809 n 0000 | a pump that moves air in or out of something
-02692680 06 n 01 air_search_radar 0 001 @ 03812382 n 0000 | a shipboard radar that searches for aircraft
-02692787 06 n 02 air_shaft 0 air_well 0 001 @ 04182514 n 0000 | a shaft for ventilation
-02692877 06 n 02 airship 0 dirigible 0 006 @ 03666917 n 0000 + 01475160 a 0202 ~ 02794972 n 0000 ~ 02850950 n 0000 %p 02960501 n 0000 ~i 04614372 n 0000 | a steerable self-propelled aircraft
-02693070 06 n 04 airstrip 0 flight_strip 0 landing_strip 0 strip 2 003 @ 02687992 n 0000 ~ 03358046 n 0000 %p 04120842 n 0000 | an airfield without normal airport facilities
-02693246 06 n 02 air_terminal 0 airport_terminal 0 003 @ 04412901 n 0000 #p 02692232 n 0000 %p 03427909 n 0000 | a terminal that serves air travelers or air freight
-02693413 06 n 01 air-to-air_missile 0 001 @ 03773504 n 0000 | a missile designed to be launched from one airplane at another
-02693540 06 n 02 air-to-ground_missile 0 air-to-surface_missile 0 001 @ 03773504 n 0000 | a missile designed to be launched from an airplane at a target on the ground
-02693709 06 n 01 air_transportation_system 0 002 @ 04473432 n 0000 ~ 03547861 n 0000 | a transportation system for moving passengers or goods by air
-02693860 06 n 02 aisle 0 gangway 2 001 @ 03895585 n 0000 | passageway between seating areas as in an auditorium or passenger vehicle or between areas of shelves of goods as in stores
-02694045 06 n 01 aisle 2 001 @ 02735688 n 0000 | part of a church divided laterally from the nave proper by rows of pillars or columns
-02694182 06 n 01 aisle 3 001 @ 03895293 n 0000 | a long narrow passage (as in a cave or woods)
-02694279 06 n 01 Aladdin's_lamp 0 002 @ 03636248 n 0000 ;c 07222230 n 0000 | (Arabian Nights) a magical lamp from which Aladdin summoned a genie
-02694426 06 n 03 alarm 0 warning_device 0 alarm_system 0 006 @ 03183080 n 0000 ~ 02761834 n 0000 ~ 02921756 n 0000 ~ 03343737 n 0000 ~ 03536761 n 0000 ~ 04224395 n 0000 | a device that signals the occurrence of some undesirable event
-02694662 06 n 02 alarm_clock 0 alarm 1 001 @ 03046257 n 0000 | a clock that wakes a sleeper at some preset time
-02694776 06 n 02 Alaskan_pipeline 0 trans-Alaska_pipeline 0 002 @i 03946325 n 0000 #p 09055015 n 0000 | an oil pipeline that runs 800 miles from wells at Prudhoe Bay to the port of Valdez
-02694966 06 n 01 alb 0 001 @ 04532106 n 0000 | a white linen liturgical vestment with sleeves; worn by priests
-02695079 06 n 01 album 0 006 @ 02870092 n 0000 ~ 02759615 n 0000 ~ 03923801 n 0000 ~ 03926061 n 0000 ~ 04150860 n 0000 ~ 04300281 n 0000 | a book of blank pages with pockets or envelopes; for organizing photographs or stamp collections etc
-02695321 06 n 03 albuterol 0 Ventolin 0 Proventil 0 003 @ 02905612 n 0000 ;u 06851742 n 0301 ;u 06851742 n 0201 | a bronchodilator (trade names Ventolin or Proventil) used for asthma and emphysema and other lung conditions; available in oral or inhalant forms; side effects are tachycardia and shakiness
-02695627 06 n 01 alcazar 0 002 @ 03877845 n 0000 @ 03386011 n 0000 | any of various Spanish fortresses or palaces built by the Moors
-02695762 06 n 02 alcohol_thermometer 0 alcohol-in-glass_thermometer 0 001 @ 04421872 n 0000 | thermometer consisting of a glass capillary tube marked with degrees Celsius or Fahrenheit and containing alcohol which rises or falls as it expands or contracts with changes in temperature
-02696048 06 n 02 alcove 0 bay 0 002 @ 04061969 n 0000 ~ 02968333 n 0000 | a small recess opening off a larger room
-02696165 06 n 01 alehouse 0 001 @ 04018399 n 0000 | a tavern where ale is sold
-02696246 06 n 01 alembic 0 001 @ 04083649 n 0000 | an obsolete kind of container used for distillation; two retorts connected by a tube
-02696384 06 n 02 alendronate 0 Fosamax 0 002 @ 03740161 n 0000 ;u 06851742 n 0201 | a tablet (trade name Fosamax) prescribed to prevent or treat osteoporosis in women after menopause
-02696569 06 n 01 algometer 0 001 @ 03733925 n 0000 | device for measuring pain caused by pressure
-02696669 06 n 01 Alhambra 0 003 @i 03877845 n 0000 @i 03386011 n 0000 #p 09025863 n 0000 | a fortified Moorish palace built near Granada by Muslim kings in the Middle Ages
-02696843 06 n 02 alidade 0 alidad 0 001 @ 04365484 n 0000 | surveying instrument used with a plane table for drawing lines of sight on a distant object and for measuring angles
-02697022 06 n 02 alidade 1 alidad 1 002 @ 04365484 n 0000 #p 04419073 n 0000 | surveying instrument consisting of the upper movable part of a theodolite including the telescope and its attachments
-02697221 06 n 01 A-line 0 001 @ 04596852 n 0000 | women's clothing that has a fitted top and a flared skirt that is widest at the hemline; "it is called the A-line because the effect resembles the capital letter A"
-02697438 06 n 01 alkylating_agent 0 002 @ 02722458 n 0000 ~ 03021531 n 0000 | an antineoplastic drug used to treat some forms of cancer
-02697576 06 n 01 Allen_screw 0 001 @ 04153751 n 0000 | a screw with a hexagonal hole in the head
-02697675 06 n 01 Allen_wrench 0 001 @ 04606574 n 0000 | a wrench for Allen screws
-02697759 06 n 03 alley 0 alleyway 0 back_street 0 001 @ 04334599 n 0000 | a narrow street with walls on both sides
-02697876 06 n 01 alligator_wrench 0 001 @ 04606574 n 0000 | a wrench with a v-shaped jaw and serrations on one side (resembles the open jaws of an alligator)
-02698036 06 n 02 allopurinol 0 Zyloprim 0 002 @ 03740161 n 0000 ;u 06851742 n 0201 | a drug (trade name Zyloprim) used to treat gout and other conditions in which there is an excessive buildup of uric acid
-02698244 06 n 02 alms_dish 0 alms_tray 0 001 @ 04476259 n 0000 | a tray for collecting the offering from a congregation
-02698366 06 n 02 aloes 0 bitter_aloes 0 001 @ 04025748 n 0000 | a purgative made from the leaves of aloe
-02698473 06 n 01 alpaca 0 001 @ 03309808 n 0000 | a thin glossy fabric made of the wool of the Lama pacos, or made of a rayon or cotton imitation of that wool
-02698634 06 n 01 alpenstock 0 002 @ 04296261 n 0000 %p 13902482 n 0000 | a stout staff with a metal point; used by mountain climbers
-02698769 06 n 04 alpha_blocker 0 alpha-blocker 0 alpha-adrenergic_blocker 0 alpha-adrenergic_blocking_agent 0 003 @ 02854156 n 0000 ~ 03998525 n 0000 ~ 04412550 n 0000 | any of various drugs that block alpha-adrenergic receptors; used in treating benign prostatic hyperplasia; relaxes the muscles of the prostate and bladder
-02699096 06 n 01 alpha-interferon 0 001 @ 03579137 n 0000 | a form of interferon that is produced endogenously and commercially for its pharmacological effects (including regulation of the immune system and antiviral and antineoplastic effects)
-02699343 06 n 02 alprazolam 0 Xanax 0 002 @ 02830852 n 0000 ;u 06845599 n 0201 | an antianxiety agent (trade name Xanax) of the benzodiazepine class
-02699494 06 n 01 altar 0 002 @ 04341686 n 0000 ~ 03517899 n 0000 | a raised structure on which gifts or sacrifices to a god are made
-02699629 06 n 03 altar 1 communion_table 0 Lord's_table 0 001 @ 04379243 n 0000 | the table in Christian churches where communion is given
-02699770 06 n 02 altarpiece 0 reredos 0 001 @ 04152387 n 0000 | a painted or carved screen placed above and behind an altar or communion table
-02699915 06 n 01 altazimuth 0 001 @ 03733925 n 0000 | an instrument that measures the altitude and azimuth of celestial bodies; used in navigation
-02700064 06 n 01 alternator 0 003 @ 03433877 n 0000 #p 03270165 n 0000 ;c 02958343 n 0000 | an old term for an electric generator that produces alternating current (especially in automobiles)
-02700258 06 n 01 altimeter 0 003 @ 03733925 n 0000 %p 02710600 n 0000 ~ 03555862 n 0000 | an instrument that measures the height above ground; used in navigation
-02700422 06 n 03 alto_relievo 0 alto_rilievo 0 high_relief 0 002 @ 04073669 n 0000 ! 02803129 n 0302 | a sculptural relief in which forms extend out from the background to at least half their depth
-02700622 06 n 01 alum 0 001 @ 02750835 n 0000 | a double sulphate of aluminum and potassium that is used as an astringent (among other things)
-02700767 06 n 03 aluminum_foil 0 aluminium_foil 0 tin_foil 1 002 @ 03375694 n 0000 %s 14627820 n 0000 | foil made of aluminum
-02700895 06 n 01 Amati 0 001 @ 04536866 n 0000 | a violin made by Nicolo Amati or a member of his family
-02701002 06 n 01 ambulance 0 002 @ 02958343 n 0000 ~ 03404012 n 0000 | a vehicle that takes people to and from hospitals
-02701125 06 n 01 ambulatory 0 001 @ 04544979 n 0000 | a covered walkway (as in a cloister); "it has an ambulatory and seven chapels"
-02701260 06 n 01 amen_corner 0 002 @ 03109881 n 0000 #p 03028079 n 0000 | area reserved for persons leading the responsive `amens'
-02701393 06 n 01 Americana 0 003 @ 00021939 n 0000 ;c 03405725 n 0000 ;c 00933420 n 0000 | any artifact (such as books or furniture or art) that is distinctive of America
-02701566 06 n 04 American_flag 0 Stars_and_Stripes 0 Star-Spangled_Banner 0 Old_Glory 0 001 @ 03354903 n 0000 | the national flag of the United States of America
-02701730 06 n 01 American_organ 0 001 @ 03393324 n 0000 | a free-reed instrument in which air is drawn in through reeds by suction bellows
-02701871 06 n 03 American_Stock_Exchange 0 AMEX 0 Curb 3 001 @i 04323026 n 0000 | a stock exchange in New York
-02701984 06 n 01 aminophylline 0 001 @ 02905612 n 0000 | a theophylline derivative that is used as a bronchodilator in the treatment of bronchial asthma, emphysema, and bronchitis
-02702166 06 n 02 aminopyrine 0 amidopyrine 0 001 @ 02707683 n 0000 | a white crystalline substance used as an analgesic and antipyretic
-02702304 06 n 02 amiodarone 0 Cordarone 0 002 @ 02715941 n 0000 ;u 06851742 n 0201 | an antiarrhythmic drug (trade name Cordarone) that has potentially fatal side effects and is used to control serious heart rhythm problems only when safer agents have been ineffective
-02702575 06 n 03 amitriptyline 0 amitriptyline_hydrochloride 0 Elavil 0 002 @ 04482543 n 0000 ;u 06851742 n 0301 | a tricyclic antidepressant drug (trade name Elavil) with serious side effects; interacts with many other medications
-02702809 06 n 02 amlodipine_besylate 0 Norvasc 0 001 @ 04522904 n 0000 | a vasodilator (trade name Norvasc) taken in tablet form; prescribed for hypertension and angina pectoris
-02702989 06 n 01 ammeter 0 002 @ 03753077 n 0000 ~ 03766218 n 0000 | a meter that measures the flow of electrical current in amperes
-02703124 06 n 01 ammonia_clock 0 001 @ 02753394 n 0000 | an atomic clock based on vibrational frequency of the nitrogen atom in the ammonia molecule
-02703275 06 n 02 ammunition 0 ammo 0 008 @ 04566257 n 0000 ~ 02828115 n 0000 ~ 02971691 n 0000 ~ 02976641 n 0000 ~ 03994297 n 0000 ~ 04113641 n 0000 ~ 04190464 n 0000 ~ 04462707 n 0000 | projectiles to be fired from a gun
-02703499 06 n 01 amobarbital 0 003 @ 02792049 n 0000 @ 04492856 n 0000 ~ 02703692 n 0000 | a barbiturate with sedative and hypnotic effects; used to relieve insomnia and as an anticonvulsant
-02703692 06 n 05 amobarbital_sodium 0 blue 0 blue_angel 0 blue_devil 0 Amytal 0 001 @ 02703499 n 0000 | the sodium salt of amobarbital that is used as a barbiturate; used as a sedative and a hypnotic
-02703894 06 n 06 amoxicillin 0 Amoxil 0 Larotid 0 Polymox 0 Trimox 0 Augmentin 0 001 @ 03910033 n 0000 | an antibiotic; a semisynthetic oral penicillin (trade names Amoxil and Larotid and Polymox and Trimox and Augmentin) used to treat bacterial infections
-02704153 06 n 04 amphetamine 0 pep_pill 0 upper 1 speed 0 006 @ 04320126 n 0000 @ 03248958 n 0000 ~ 02704462 n 0000 ~ 02830596 n 0000 ~ 03186005 n 0000 ~ 03754295 n 0000 | a central nervous system stimulant that increases energy and decreases appetite; used to treat narcolepsy and some forms of depression
-02704462 06 n 02 amphetamine_sulfate 0 amphetamine_sulphate 0 001 @ 02704153 n 0000 | a sulfate derivative of amphetamine that is used as a stimulant for the central nervous system
-02704645 06 n 02 amphibian 0 amphibious_aircraft 0 002 @ 02691156 n 0000 %p 03981464 n 0000 | an airplane designed to take off and land on water
-02704792 06 n 02 amphibian 1 amphibious_vehicle 0 002 @ 03791235 n 0000 ~ 04368695 n 0000 | a flat-bottomed motor vehicle that can travel on land or water
-02704949 06 n 03 amphitheater 0 amphitheatre 0 coliseum 0 005 @ 04295881 n 0000 + 02618468 a 0202 + 02618468 a 0101 ~i 03072828 n 0000 %p 04541662 n 0000 | an oval large stadium with tiers of seats; an arena in which contests and spectacles are held
-02705201 06 n 02 amphitheater 1 amphitheatre 1 005 @ 03411544 n 0000 ;c 07006119 n 0000 + 02618468 a 0202 + 02618468 a 0101 %p 04434285 n 0000 | a sloping gallery with seats for spectators (as in an operating room or theater)
-02705429 06 n 01 amphora 0 001 @ 03593526 n 0000 | an ancient jar with two handles and a narrow neck; used to hold oil or wine
-02705558 06 n 01 amphotericin 0 001 @ 02716866 n 0000 | an antibiotic and antifungal agent
-02705651 06 n 04 ampicillin 0 Principen 0 Polycillin 0 SK-Ampicillin 0 007 @ 03910033 n 0000 ;u 06851742 n 0401 ;u 06845599 n 0401 ;u 06851742 n 0301 ;u 06845599 n 0301 ;u 06851742 n 0201 ;u 06845599 n 0201 | semisynthetic penicillin (trade names Principen and Polycillin and SK-Ampicillin)
-02705944 06 n 01 amplifier 0 009 @ 03278248 n 0000 #p 04043733 n 0000 #p 04315948 n 0000 #p 04018155 n 0000 + 00434077 v 0102 + 00263904 v 0101 ~ 02756854 n 0000 ~ 02872529 n 0000 ~ 03724176 n 0000 | electronic equipment that increases strength of signals passing through it
-02706221 06 n 01 ampulla 0 003 @ 03359566 n 0000 + 02618880 a 0102 + 02618880 a 0101 | a flask that has two handles; used by Romans for wines or oils
-02706373 06 n 02 amrinone 0 Inocor 0 003 @ 03740161 n 0000 ;u 06851742 n 0201 ;u 06845599 n 0201 | a drug (trade name Inocor) used intravenously in heart failure; increases strength of contraction of myocardium
-02706586 06 n 02 amulet 0 talisman 0 003 @ 03009633 n 0000 + 01577327 a 0201 ~ 03459498 n 0000 | a trinket or piece of jewelry usually hung about the neck and thought to be a magical protection against evil or disease
-02706806 06 n 01 amusement_arcade 0 001 @ 02733378 n 0000 | an arcade featuring coin-operated game machines
-02706916 06 n 01 amyl_nitrate 0 001 @ 04522904 n 0000 | a vasodilator that is sometimes used to treat angina pectoris
-02707036 06 n 01 anachronism 0 004 @ 00021939 n 0000 + 02379925 a 0103 + 02379925 a 0101 + 02379925 a 0102 | an artifact that belongs to another time
-02707188 06 n 01 anaglyph 1 005 @ 03442288 n 0000 + 02619839 a 0103 + 02619839 a 0104 + 02619839 a 0102 ~ 02942577 n 0000 | anything carved in low relief
-02707344 06 n 01 anaglyph 2 004 @ 04316275 n 0000 + 02619839 a 0103 + 02619839 a 0104 + 02619839 a 0102 | moving or still pictures in contrasting colors that appear three-dimensional when superimposed
-02707547 06 n 01 analeptic 0 002 @ 04320126 n 0000 + 02309800 a 0101 | a medication used as a stimulant to the central nervous system
-02707683 06 n 04 analgesic 0 anodyne 0 painkiller 0 pain_pill 0 017 @ 03740161 n 0000 + 01341490 a 0203 + 01341490 a 0101 ~ 02674482 n 0000 ~ 02674912 n 0000 ~ 02675354 n 0000 ~ 02702166 n 0000 ~ 02748618 n 0000 ~ 03062461 n 0000 ~ 03066965 n 0000 ~ 03328650 n 0000 ~ 03553708 n 0000 ~ 03786417 n 0000 ~ 03912664 n 0000 ~ 03921337 n 0000 ~ 04012852 n 0000 ~ 04256033 n 0000 | a medicine used to relieve pain
-02708093 06 n 01 analog_clock 0 001 @ 03046257 n 0000 | a clock that displays the time of day by the position of hands on a dial
-02708224 06 n 02 analog_computer 0 analogue_computer 0 003 @ 03082979 n 0000 ~ 03194170 n 0000 ~ 04238763 n 0000 | a computer that represents information by variable quantities (e.g., positions or voltages)
-02708433 06 n 01 analog_watch 0 001 @ 04555897 n 0000 | a watch that represents time by the position of hands on a dial
-02708555 06 n 02 analytical_balance 0 chemical_balance 0 001 @ 02816494 n 0000 | a beam balance of great precision used in quantitative chemical analysis
-02708711 06 n 02 analyzer 0 analyser 0 005 @ 03574816 n 0000 + 00643473 v 0202 + 00644583 v 0202 + 00736216 v 0101 + 00643473 v 0101 | an instrument that performs analyses
-02708885 06 n 02 anamorphosis 0 anamorphism 0 001 @ 03104594 n 0000 | a distorted projection or perspective; especially an image distorted in such a way that it becomes visible only when viewed in a special manner
-02709101 06 n 01 anastigmat 0 001 @ 03656484 n 0000 | compound lens or lens system designed to be free of astigmatism and able to form approximately point images
-02709265 06 n 01 anastigmatic_lens 0 001 @ 03656484 n 0000 | a lens designed to correct astigmatism
-02709367 06 n 02 anchor 0 ground_tackle 0 009 @ 03532672 n 0000 #p 04530566 n 0000 + 01304716 v 0101 %p 03369640 n 0000 ~ 03454110 n 0000 ~ 03784666 n 0000 ~ 03800772 n 0000 %p 04184095 n 0000 ~ 04188985 n 0000 | a mechanical device that prevents a vessel from moving
-02709637 06 n 02 anchor_chain 0 anchor_rope 0 001 @ 02999410 n 0000 | the chain or rope that attaches an anchor to a vessel
-02709763 06 n 03 anchor_light 0 riding_light 0 riding_lamp 0 001 @ 03665366 n 0000 | a light in the rigging of a ship that is riding at anchor
-02709908 06 n 02 AND_circuit 0 AND_gate 0 001 @ 03427656 n 0000 | a circuit in a computer that fires only when all of its inputs fire
-02710044 06 n 04 andiron 0 firedog 0 dog 1 dog-iron 0 001 @ 04359589 n 0000 | metal supports for logs in a fireplace; "the andirons were too hot to touch"
-02710201 06 n 03 android 0 humanoid 0 mechanical_man 0 001 @ 02761392 n 0000 | an automaton that resembles a human being
-02710324 06 n 01 anechoic_chamber 0 001 @ 04105893 n 0000 | a chamber having very little reverberation
-02710429 06 n 03 anemometer 0 wind_gauge 0 wind_gage 0 003 @ 03429288 n 0000 + 02622493 a 0101 + 02622493 a 0102 | a gauge for recording the speed and direction of wind
-02710600 06 n 02 aneroid_barometer 0 aneroid 0 003 @ 02794156 n 0000 #p 02700258 n 0000 + 03042661 a 0201 | a barometer that measures pressure without using fluids
-02710766 06 n 04 anesthetic 0 anaesthetic 0 anesthetic_agent 0 anaesthetic_agent 0 011 @ 03247620 n 0000 + 02103052 a 0202 + 00021065 v 0202 + 00021065 v 0204 + 02103052 a 0101 + 00021065 v 0101 + 00021065 v 0103 ~ 03433434 n 0000 ~ 03582305 n 0000 ~ 03681148 n 0000 ~ 04277204 n 0000 | a drug that causes temporary loss of bodily sensations
-02711110 06 n 01 anesthyl 0 001 @ 03681148 n 0000 | a mixture of methyl and ethyl chloride; sprayed on as a local anesthetic
-02711237 06 n 01 angiocardiogram 0 001 @ 04100620 n 0000 | a series of X rays representing the action of the heart and its blood vessels after the injection of a radiopaque substance
-02711422 06 n 01 angiogenesis_inhibitor 0 001 @ 03740161 n 0000 | a drug that is designed to prevent the growth of blood vessels that nourish tumors
-02711573 06 n 01 angiogram 0 002 @ 04100620 n 0000 ~ 03698977 n 0000 | an X-ray representation of blood vessels made after the injection of a radiopaque substance; "angiograms are produced by angiography"
-02711780 06 n 01 angioscope 0 001 @ 03760671 n 0000 | a modified microscope used to study capillary vessels
-02711890 06 n 03 angiotensin 0 angiotonin 0 Hypertensin 0 004 @ 04522421 n 0000 ;u 06851742 n 0301 ~ 02712134 n 0000 ~ 02712280 n 0000 | any of several vasoconstrictor substances (trade name Hypertensin) that cause narrowing of blood vessels
-02712134 06 n 01 angiotensin_I 0 001 @ 02711890 n 0000 | a physiologically inactive form of angiotensin that is the precursor to angiotensin II
-02712280 06 n 01 angiotensin_II 0 001 @ 02711890 n 0000 | a potent vasopressor agent formed from angiotensin I
-02712393 06 n 01 angiotensin_II_inhibitor 0 002 @ 14724436 n 0000 ~ 04519019 n 0000 | an agent that retards or restrains the action of angiotensin II
-02712545 06 n 02 angle_bracket 0 angle_iron 0 001 @ 02888569 n 0000 | an L-shaped metal bracket
-02712643 06 n 01 angledozer 0 001 @ 02916179 n 0000 | a bulldozer with an angled moldboard to push earth to one side
-02712762 06 n 01 Angostura_Bridge 0 002 @i 04366367 n 0000 #p 09162414 n 0000 | a suspension bridge across the Orinoco River at Ciudad Bolivar
-02712907 06 n 01 animalization 0 001 @ 03173524 n 0000 | a depiction in the form of an animal
-02713003 06 n 01 ankle_brace 0 001 @ 02887209 n 0000 | a brace worn to strengthen the ankle
-02713097 06 n 02 anklet 0 ankle_bracelet 0 002 @ 02887970 n 0000 + 05578442 n 0101 | an ornament worn around the ankle
-02713218 06 n 04 anklet 1 anklets 0 bobbysock 0 bobbysocks 0 002 @ 04254777 n 0000 + 05578442 n 0101 | a sock that reaches just above the ankle
-02713364 06 n 01 anklet 2 002 @ 04199027 n 0000 + 05578442 n 0101 | a shoe for a child or woman that has a strap around the ankle
-02713496 06 n 01 ankus 0 001 @ 04007664 n 0000 | an elephant goad with a sharp spike and a hook
-02713594 06 n 04 annex 0 annexe 0 extension 0 wing 1 004 @ 02679415 n 0000 #p 02913152 n 0000 + 01329141 v 0101 ~ 03281821 n 0000 | an addition that extends a main building
-02713769 06 n 01 annulet 0 001 @ 04092609 n 0000 | a small ring
-02713835 06 n 05 annulet 1 bandelet 0 bandelette 0 bandlet 0 square_and_rabbet 0 001 @ 03780392 n 0000 | molding in the form of a ring; at top of a column
-02713992 06 n 02 annulet 2 roundel 1 002 @ 03008565 n 0000 ;c 03515338 n 0000 | (heraldry) a charge in the shape of a circle; "a hollow roundel"
-02714139 06 n 01 annunciator 0 002 @ 03568117 n 0000 + 00974173 v 0102 | an indicator that announces which electrical circuit has been active (as on a telephone switchboard)
-02714315 06 n 01 anode 0 006 @ 03274796 n 0000 #p 03275864 n 0000 #p 04494204 n 0000 + 02626829 a 0102 ! 02984699 n 0101 ~ 03960950 n 0000 | a positively charged electrode by which electrons leave an electrical device
-02714535 06 n 01 anode 1 005 @ 04413151 n 0000 #p 04328329 n 0000 #p 04540761 n 0000 + 02626829 a 0102 ! 02984937 n 0101 | the negatively charged terminal of a voltaic cell or storage battery that supplies current
-02714751 06 n 01 answering_machine 0 001 @ 03277771 n 0000 | an electronic device that answers the telephone and records messages
-02714883 06 n 01 antagonist 0 006 @ 03247620 n 0000 + 00623565 a 0101 + 01074252 n 0101 ! 04376259 n 0101 ~ 03298565 n 0000 ~ 03808977 n 0000 | a drug that neutralizes or counteracts the effects of another drug
-02715096 06 n 01 antefix 0 001 @ 02734423 n 0000 | carved ornament at the eaves of a tile roof concealing the joints between tiles
-02715229 06 n 03 antenna 0 aerial 0 transmitting_aerial 0 008 @ 03269401 n 0000 #p 04060647 n 0000 #p 04472726 n 0000 + 02628337 a 0102 + 02628337 a 0101 ~ 03204134 n 0000 ~ 03204955 n 0000 ~ 03846772 n 0000 | an electrical device that sends or receives radio or television signals
-02715513 06 n 07 anteroom 0 antechamber 0 entrance_hall 0 hall 5 foyer 0 lobby 0 vestibule 0 003 @ 04105893 n 0000 #p 02913152 n 0000 ~ 03809686 n 0000 | a large entrance or reception room or area
-02715712 06 n 07 antiaircraft 0 antiaircraft_gun 0 flak 0 flack 0 pom-pom 0 ack-ack 0 ack-ack_gun 0 004 @ 03467984 n 0000 + 01630439 a 0101 ~ 02863536 n 0000 %p 03998867 n 0000 | artillery designed to shoot upward at airplanes
-02715941 06 n 03 antiarrhythmic 0 antiarrhythmic_drug 0 antiarrhythmic_medication 0 007 @ 03740161 n 0000 ~ 02702304 n 0000 ~ 03285348 n 0000 ~ 03362393 n 0000 ~ 03757925 n 0000 ~ 04034884 n 0000 ~ 04443918 n 0000 | a drug used to treat an abnormal heart rhythm
-02716205 06 n 03 antibacterial 0 antibacterial_drug 0 bactericide 0 016 @ 03740161 n 0000 + 02116054 a 0301 ~ 02716866 n 0000 ~ 02765656 n 0000 ~ 03162171 n 0000 ~ 03192347 n 0000 ~ 03517271 n 0000 ~ 03587715 n 0000 ~ 03755140 n 0000 ~ 03806040 n 0000 ~ 03818629 n 0000 ~ 03826443 n 0000 ~ 04090064 n 0000 ~ 04352070 n 0000 ~ 04416530 n 0000 ~ 14770838 n 0000 | any drug that destroys bacteria or inhibits their growth
-02716626 06 n 02 antiballistic_missile 0 ABM 0 001 @ 03466162 n 0000 | a defensive missile designed to shoot down incoming intercontinental ballistic missiles; "the Strategic Arms Limitation Talks placed limits on the deployment of ABMs"
-02716866 06 n 02 antibiotic 0 antibiotic_drug 0 044 @ 02716205 n 0000 + 02629301 a 0101 ~ 02677602 n 0000 ~ 02705558 n 0000 ~ 02722349 n 0000 ~ 02722997 n 0000 ~ 02765868 n 0000 ~ 02767240 n 0000 ~ 02961714 n 0000 ~ 02996570 n 0000 ~ 02996703 n 0000 ~ 02996840 n 0000 ~ 03021858 n 0000 ~ 03023415 n 0000 ~ 03032576 n 0000 ~ 03155788 n 0000 ~ 03198028 n 0000 ~ 03230149 n 0000 ~ 03230247 n 0000 ~ 03295357 n 0000 ~ 03435382 n 0000 ~ 03452055 n 0000 ~ 03608356 n 0000 ~ 03670622 n 0000 ~ 03774842 n 0000 ~ 03803488 n 0000 ~ 03818090 n 0000 ~ 03833409 n 0000 ~ 03837157 n 0000 ~ 03869389 n 0000 ~ 03910033 n 0000 ~ 03979717 n 0000 ~ 04002536 n 0000 ~ 04028881 n 0000 ~ 04029015 n 0000 ~ 04272541 n 0000 ~ 04336380 n 0000 ~ 04336533 n 0000 ~ 04348854 n 0000 ~ 04443588 n 0000 ~ 04505706 n 0000 ~ 04506125 n 0000 ~ 04520618 n 0000 ~ 04537235 n 0000 | a chemical substance derivable from a mold or bacterium that can kill microorganisms and cure bacterial infections; "when antibiotics were first discovered they were called wonder drugs"
-02717901 06 n 02 anticholinergic 0 anticholinergic_drug 0 003 @ 03740161 n 0000 + 00061088 a 0101 ~ 03869222 n 0000 | a substance that opposes or blocks the action of acetylcholine
-02718084 06 n 01 anticholinesterase 0 002 @ 03740161 n 0000 ~ 03818843 n 0000 | a medicine that inhibits cholinesterase by combining with it and so has a cholinergic effect
-02718259 06 n 03 anticoagulant 0 anticoagulant_medication 0 decoagulant 0 004 @ 03740161 n 0000 ~ 03192653 n 0000 ~ 03514974 n 0000 ~ 04551205 n 0000 | medicine that prevents or retards the clotting of blood
-02718469 06 n 04 anticonvulsant 0 anticonvulsant_drug 0 antiepileptic 0 antiepileptic_drug 0 010 @ 03740161 n 0000 ~ 03300578 n 0000 ~ 03409070 n 0000 ~ 03550533 n 0000 ~ 03747281 n 0000 ~ 03747508 n 0000 ~ 03754979 n 0000 ~ 03922412 n 0000 ~ 04002931 n 0000 ~ 04518854 n 0000 | a drug used to treat or prevent convulsions (as in epilepsy)
-02718811 06 n 02 antidepressant 0 antidepressant_drug 0 008 @ 03740161 n 0000 ~ 03783017 n 0000 ~ 03817062 n 0000 ~ 03829085 n 0000 ~ 04060316 n 0000 ~ 04169152 n 0000 ~ 04482543 n 0000 ~ 14946251 n 0000 | any of a class of drugs used to treat depression; often have undesirable side effects
-02719105 06 n 02 antidiabetic 0 antidiabetic_drug 0 005 @ 03740161 n 0000 ~ 03440024 n 0000 ~ 03441930 n 0000 ~ 03753657 n 0000 ~ 04353189 n 0000 | a drug used to treat diabetes mellitus
-02719294 06 n 02 antidiarrheal 0 antidiarrheal_drug 0 003 @ 03740161 n 0000 ~ 03608661 n 0000 ~ 03687604 n 0000 | a drug used to control or stop diarrhea
-02719450 06 n 02 antidiuretic 0 antidiuretic_drug 0 002 @ 03740161 n 0000 ~ 03699138 n 0000 | a drug that limits the formation of urine
-02719588 06 n 02 antidote 0 counterpoison 0 003 @ 04074482 n 0000 ~ 02754756 n 0000 ~ 15018169 n 0000 | a remedy that stops or controls the effects of a poison
-02719750 06 n 02 antiemetic 0 antiemetic_drug 0 005 @ 03740161 n 0000 ~ 03198951 n 0000 ~ 03283717 n 0000 ~ 04007239 n 0000 ~ 04010348 n 0000 | a drug that prevents or alleviates nausea and vomiting
-02719951 06 n 01 antiflatulent 0 001 @ 14778436 n 0000 | any agent that reduces intestinal gas
-02720048 06 n 01 antifouling_paint 0 001 @ 03875218 n 0000 | a paint used to protect against the accumulation of barnacles etc. on underwater surfaces
-02720201 06 n 05 antifungal 0 antifungal_agent 0 fungicide 0 antimycotic 0 antimycotic_agent 0 012 @ 14778436 n 0000 + 02832818 a 0301 + 02832818 a 0102 ~ 02874876 n 0000 ~ 03460674 n 0000 ~ 03583109 n 0000 ~ 03588668 n 0000 ~ 03758720 n 0000 ~ 03837157 n 0000 ~ 04412727 n 0000 ~ 04423174 n 0000 ~ 14770838 n 0000 | any agent that destroys or prevents the growth of fungi
-02720576 06 n 02 anti-G_suit 0 G_suit 0 001 @ 04001845 n 0000 | worn by fliers and astronauts to counteract the forces of gravity and acceleration
-02720725 06 n 01 antihistamine 0 014 @ 03740161 n 0000 ~ 02677232 n 0000 ~ 02905422 n 0000 ~ 03022978 n 0000 ~ 03157582 n 0000 ~ 03198951 n 0000 ~ 03199142 n 0000 ~ 03203225 n 0000 ~ 03739136 n 0000 ~ 03754676 n 0000 ~ 03921915 n 0000 ~ 03923229 n 0000 ~ 04010348 n 0000 ~ 04029541 n 0000 | a medicine used to treat allergies and hypersensitive reactions and colds; works by counteracting the effects of histamine on a receptor site
-02721160 06 n 02 antihypertensive 0 antihypertensive_drug 0 015 @ 03740161 n 0000 ~ 02673637 n 0000 ~ 03022788 n 0000 ~ 03048412 n 0000 ~ 03229656 n 0000 ~ 03464266 n 0000 ~ 03550671 n 0000 ~ 03630544 n 0000 ~ 03732828 n 0000 ~ 03755991 n 0000 ~ 03998525 n 0000 ~ 04078236 n 0000 ~ 04410190 n 0000 ~ 04412550 n 0000 ~ 14754192 n 0000 | a drug that reduces high blood pressure
-02721538 06 n 02 anti-inflammatory 0 anti-inflammatory_drug 0 009 @ 03740161 n 0000 ~ 03124700 n 0000 ~ 03553908 n 0000 ~ 03828465 n 0000 ~ 03869044 n 0000 ~ 03922722 n 0000 ~ 14753188 n 0000 ~ 14753414 n 0000 ~ 14753808 n 0000 | a medicine intended to reduce inflammation
-02721813 06 n 01 antimacassar 0 001 @ 03050026 n 0000 | a piece of ornamented cloth that protects the back of a chair from hair oils
-02721948 06 n 02 antimalarial 0 antimalarial_drug 0 006 @ 02723292 n 0000 ~ 03022634 n 0000 ~ 03742728 n 0000 ~ 04002452 n 0000 ~ 04034641 n 0000 ~ 04035086 n 0000 | a medicinal drug used to prevent or treat malaria
-02722166 06 n 01 antimetabolite 0 004 @ 02722458 n 0000 ~ 03370821 n 0000 ~ 03748456 n 0000 ~ 03755712 n 0000 | an antineoplastic drug that inhibits the utilization of a metabolite
-02722349 06 n 01 antimycin 0 001 @ 02716866 n 0000 | a crystalline antibiotic active against various fungi
-02722458 06 n 03 antineoplastic 0 antineoplastic_drug 0 cancer_drug 0 013 @ 03157987 n 0000 + 02629410 a 0102 ~ 02697438 n 0000 ~ 02722166 n 0000 ~ 02722997 n 0000 ~ 02747915 n 0000 ~ 03368750 n 0000 ~ 03687688 n 0000 ~ 03743577 n 0000 ~ 03917455 n 0000 ~ 04007126 n 0000 ~ 04424826 n 0000 ~ 04425544 n 0000 | any of several drugs that control or kill neoplastic cells; used in chemotherapy to kill cancer cells; all have unpleasant side effects that may include nausea and vomiting and hair loss and suppression of bone marrow function
-02722997 06 n 01 antineoplastic_antibiotic 0 003 @ 02716866 n 0000 @ 02722458 n 0000 ~ 03774673 n 0000 | an antibiotic drug used as an antineoplastic in chemotherapy
-02723165 06 n 01 antiperspirant 0 001 @ 04447443 n 0000 | an astringent substance applied to the skin to reduce perspiration
-02723292 06 n 02 antiprotozoal 0 antiprotozoal_drug 0 003 @ 03740161 n 0000 ~ 02721948 n 0000 ~ 03757428 n 0000 | a medicinal drug used to fight diseases (like malaria) that are caused by protozoa
-02723491 06 n 01 antipruritic 0 001 @ 03681148 n 0000 | a substance that relieves or prevents itching
-02723595 06 n 02 antipyretic 0 febrifuge 0 002 @ 03740161 n 0000 + 01170136 a 0101 | any medicine that lowers body temperature to prevent or alleviate fever
-02723754 06 n 01 antique 0 006 @ 02724026 n 0000 + 01638962 a 0102 + 01639446 a 0101 + 00253501 v 0102 + 02326795 v 0101 + 00253501 v 0101 | any piece of furniture or decorative object or the like produced in a former period and valuable because of its beauty or rarity
-02724026 06 n 01 antiquity 0 006 @ 00021939 n 0000 + 01639446 a 0101 ~ 02723754 n 0000 ~ 04073547 n 0000 ~ 04104500 n 0000 ~ 04313628 n 0000 | an artifact surviving from the past
-02724207 06 n 01 antiseptic 0 011 @ 03740161 n 0000 + 02115324 a 0101 ~ 03021696 n 0000 ~ 03022250 n 0000 ~ 03452055 n 0000 ~ 03583252 n 0000 ~ 03748002 n 0000 ~ 03762809 n 0000 ~ 03818090 n 0000 ~ 04424003 n 0000 ~ 04439305 n 0000 | a substance that destroys micro-organisms that carry disease without harming body tissues
-02724533 06 n 03 antispasmodic 0 spasmolytic 0 antispasmodic_agent 0 002 @ 03740161 n 0000 ~ 02754756 n 0000 | a drug used to relieve or prevent spasms (especially of the smooth muscles)
-02724722 06 n 01 anti-submarine_rocket 0 001 @ 04196080 n 0000 | a shipboard system to fire rockets at submarines
-02724838 06 n 01 antisyphilitic 0 001 @ 03247620 n 0000 | a drug (or other chemical agent) that is effective against syphilis
-02724966 06 n 01 anti-TNF_compound 0 004 @ 03247620 n 0000 ~ 03299006 n 0000 ~ 03569657 n 0000 ~ 03654086 n 0000 | a class of drugs that block the action of tumor necrosis factor (TNF); used in cases of rheumatoid arthritis because TNF instigates inflammation of the joints
-02725242 06 n 01 antitussive 0 002 @ 03740161 n 0000 ~ 03062461 n 0000 | any medicine used to suppress or relieve coughing
-02725367 06 n 03 antiviral 0 antiviral_agent 0 antiviral_drug 0 007 @ 03740161 n 0000 ~ 03190763 n 0000 ~ 03190897 n 0000 ~ 03579137 n 0000 ~ 04013993 n 0000 ~ 04085365 n 0000 ~ 04087524 n 0000 | any drug that destroys viruses
-02725596 06 n 01 Antonine_Wall 0 002 @i 04051825 n 0000 #p 08890097 n 0000 | a fortification 37 miles long across the narrowest part of southern Scotland (between the Firth of Forth and the Firth of Clyde); built in 140 to mark the frontier of the Roman province of Britain
-02725872 06 n 01 anvil 0 002 @ 02852523 n 0000 #p 03383646 n 0000 | a heavy block of iron or steel on which hot metals are shaped by hammering
-02726017 06 n 01 ao_dai 0 001 @ 02756098 n 0000 | the traditional dress of Vietnamese women consisting of a tunic with long sleeves and panels front and back; the tunic is worn over trousers
-02726210 06 n 01 apadana 0 001 @ 03457008 n 0000 | the great hall in ancient Persian palaces
-02726305 06 n 02 apartment 0 flat 0 015 @ 03546340 n 0000 #p 02726681 n 0000 + 03361297 n 0201 ~ 02822064 n 0000 ~ 03067810 n 0000 ~ 03257065 n 0000 ~ 03265754 n 0000 ~ 03361297 n 0000 %p 03620353 n 0000 ~ 03713254 n 0000 ~ 03912821 n 0000 ~ 04047949 n 0000 ~ 04344734 n 0000 ~ 04351550 n 0000 ~ 04546595 n 0000 | a suite of rooms usually on one floor of an apartment house
-02726681 06 n 02 apartment_building 0 apartment_house 0 004 @ 02913152 n 0000 %p 02726305 n 0000 ~ 04409384 n 0000 ~ 04546481 n 0000 | a building that is divided into apartments
-02726861 06 n 01 APC 0 001 @ 03740161 n 0000 | a drug combination found in some over-the-counter headache remedies (aspirin and phenacetin and caffeine)
-02727016 06 n 01 aperture 0 003 @ 03848729 n 0000 ~ 03794798 n 0000 ~ 03795419 n 0000 | an man-made opening; usually small
-02727141 06 n 01 aperture 1 003 @ 04072193 n 0000 #p 02942699 n 0000 #p 04403638 n 0000 | a device that controls amount of light admitted
-02727281 06 n 01 aphrodisiac 0 003 @ 04320126 n 0000 + 02137538 a 0101 + 02137538 a 0102 | a drug or other agent that stimulates sexual desire
-02727426 06 n 02 apiary 0 bee_house 0 003 @ 04187547 n 0000 + 02632696 a 0101 %p 02822865 n 0000 | a shed containing a number of beehives
-02727566 06 n 01 apishamore 0 001 @ 04124202 n 0000 | a saddle blanket made of buffalo hide
-02727660 06 n 01 apomorphine 0 001 @ 03786417 n 0000 | a morphine derivative that is not as strong as morphine; used as an emetic and in small doses as a sedative
-02727825 06 n 02 apparatus 0 setup 0 029 @ 03294048 n 0000 ~ 02682569 n 0000 ~ 02923129 n 0000 ~ 02974454 n 0000 ~ 02995998 n 0000 ~ 03013006 n 0000 ~ 03087643 n 0000 ~ 03257586 n 0000 ~ 03275566 n 0000 ~ 03434188 n 0000 ~ 03509608 n 0000 ~ 03512452 n 0000 ~ 03567066 n 0000 ~ 03574416 n 0000 ~ 03618797 n 0000 ~ 03667235 n 0000 ~ 03834040 n 0000 ~ 03851219 n 0000 ~ 03909160 n 0000 ~ 04026053 n 0000 ~ 04070003 n 0000 ~ 04171208 n 0000 ~ 04173511 n 0000 ~ 04255670 n 0000 ~ 04318982 n 0000 ~ 04348359 n 0000 ~ 04400499 n 0000 ~ 04441790 n 0000 ~ 04609651 n 0000 | equipment designed to serve a specific function
-02728440 06 n 04 apparel 0 wearing_apparel 0 dress 2 clothes 0 006 @ 03051540 n 0000 + 00043683 v 0304 + 00047945 v 0301 + 00046534 v 0301 + 00047945 v 010a ~ 04603872 n 0000 | clothing in general; "she was refined in her choice of apparel"; "he always bought his clothes at the same store"; "fastidious about his dress"
-02728763 06 n 01 appendage 0 007 @ 03892891 n 0000 + 01328705 v 0101 + 01328513 v 0101 ~ 02728968 n 0000 ~ 03485575 n 0000 ~ 03485997 n 0000 ~ 04385431 n 0000 | a part that is joined to something larger
-02728968 06 n 01 appendicle 0 002 @ 02728763 n 0000 + 02635611 a 0101 | a small appendage
-02729060 06 n 01 Appian_Way 0 002 @i 03519981 n 0000 #p 08801678 n 0000 | an ancient Roman road in Italy extending south from Rome to Brindisi; begun in 312 BC
-02729222 06 n 01 applecart 0 001 @ 03484083 n 0000 | a handcart from which apples and other fruit are sold in the street
-02729345 06 n 01 apple_of_discord 0 002 @ 04487996 n 0000 ;c 07978924 n 0000 | (classical mythology) a golden apple thrown into a banquet of the gods by Eris (goddess of discord--who had not been invited); the apple had `for the fairest' written on it and Hera and Athena and Aphrodite all claimed it; when Paris (prince of Troy) awarded it to Aphrodite it began a chain of events that led to the Trojan War
-02729755 06 n 01 apple_orchard 0 001 @ 03463832 n 0000 | a grove of apple trees
-02729837 06 n 01 appliance 0 003 @ 03257877 n 0000 ~ 03251766 n 0000 ~ 03528263 n 0000 | durable goods for home or office use
-02729965 06 n 08 appliance 1 contraption 0 contrivance 0 convenience 0 gadget 0 gizmo 0 gismo 0 widget 0 007 @ 03183080 n 0000 + 10117017 n 0501 + 00604617 a 0401 ~ 03409920 n 0000 ~ 03437581 n 0000 ~ 03571439 n 0000 ~ 03777126 n 0000 | a device or control that is very useful for a particular job
-02730265 06 n 02 applicator 0 applier 0 005 @ 03183080 n 0000 + 01363648 v 0202 ~ 03372822 n 0000 ~ 03876231 n 0000 ~ 04287747 n 0000 | a device for applying a substance
-02730437 06 n 01 applique 0 002 @ 04179385 n 0000 + 01670777 v 0101 | a decorative design made of one material sewn over another
-02730568 06 n 02 appointment 0 fitting 1 003 @ 03405265 n 0000 ;u 06295235 n 0000 + 02339413 v 0202 | (usually plural) furnishings and equipment (especially for a ship or hotel)
-02730748 06 n 02 approach_trench 0 communication_trench 0 001 @ 04478657 n 0000 | a trench that provides protected passage between the rear and front lines of a defensive position
-02730930 06 n 01 apron 0 003 @ 04015204 n 0000 %p 02731251 n 0000 %p 02834397 n 0000 | a garment of cloth or leather or plastic that is tied about the waist and worn to protect your clothing
-02731123 06 n 01 apron 1 002 @ 03900509 n 0000 #p 02687992 n 0000 | a paved surface where aircraft stand while not being used
-02731251 06 n 01 apron_string 0 002 @ 03106110 n 0000 #p 02730930 n 0000 | (usually used in the plural) a cord used to tie an apron at the waist
-02731398 06 n 02 apse 0 apsis 0 004 @ 04061969 n 0000 #p 03028079 n 0000 + 02636261 a 0101 ~ 04481255 n 0000 | a domed or vaulted recess or projection on a building especially the east end of a church; usually contains the altar
-02731629 06 n 03 aqualung 0 Aqua-Lung 0 scuba 0 004 @ 02895606 n 0000 ;u 06851742 n 0201 %p 03156279 n 0000 %p 03868863 n 0000 | a device (trade name Aqua-Lung) that lets divers breathe under water; scuba is an acronym for self-contained underwater breathing apparatus
-02731900 06 n 01 aquaplane 0 002 @ 02856463 n 0000 + 01942854 v 0101 | a board that is pulled by a speedboat as a person stands on it and skims over the top of the water
-02732072 06 n 03 aquarium 0 fish_tank 0 marine_museum 0 004 @ 04539203 n 0000 @ 04388743 n 0000 ~ 03350204 n 0000 ~i 03721691 n 0000 | a tank or pool or bowl filled with water for keeping live fish and underwater animals
-02732295 06 n 01 aquatint 0 002 @ 03299519 n 0000 + 01750668 v 0101 | an etching made by a process that makes it resemble a water color
-02732433 06 n 01 aqueduct 0 002 @ 03089014 n 0000 %p 02733524 n 0000 | a conduit that resembles a bridge but carries water over a valley
-02732572 06 n 01 arabesque 0 001 @ 03169390 n 0000 | an ornament that interlaces simulated foliage in an intricate design
-02732696 06 n 03 araroba 0 Goa_powder 0 chrysarobin 0 001 @ 03994008 n 0000 | a bitter yellow powder used to treat skin diseases
-02732827 06 n 04 arbor 0 arbour 0 bower 0 pergola 0 005 @ 03391770 n 0000 + 01701017 a 0301 + 01390210 v 0302 + 00613382 a 0101 ~ 03453443 n 0000 | a framework that supports climbing plants; "the arbor provided a shady resting place in the park"
-02733075 06 n 02 arboretum 0 botanical_garden 0 001 @ 03315023 n 0000 | a facility where trees and shrubs are cultivated for exhibition
-02733213 06 n 02 arcade 1 colonnade 2 003 @ 04341686 n 0000 %p 02733524 n 0000 ~ 03687137 n 0000 | a structure composed of a series of arches supported by columns
-02733378 06 n 01 arcade 2 003 @ 03895585 n 0000 ~ 02706806 n 0000 ~ 03912105 n 0000 | a covered passageway with shops and stalls on either side
-02733524 06 n 01 arch 0 030 @ 04341686 n 0000 #p 02898711 n 0000 #p 02732433 n 0000 #p 02733213 n 0000 ;c 06123363 n 0000 + 02034986 v 0101 ~ 02669442 n 0000 ~ 02905152 n 0000 ~ 02942015 n 0000 ~ 03105645 n 0000 ~ 03360133 n 0000 %p 03615133 n 0000 ~ 03934229 n 0000 ~ 03975035 n 0000 ~ 04013600 n 0000 ~ 04051705 n 0000 ~ 04113765 n 0000 ~ 04115542 n 0000 ~ 04125692 n 0000 ~ 04148464 n 0000 ~ 04168084 n 0000 ~ 04207596 n 0000 ~ 04226172 n 0000 ~ 04227787 n 0000 %p 04288784 n 0000 ~ 04293744 n 0000 ~ 04484024 n 0000 ~ 04486054 n 0000 ~ 04495555 n 0000 %p 04542329 n 0000 | (architecture) a masonry construction (usually curved) for spanning an opening and supporting the weight above it
-02734217 06 n 02 arch 1 archway 0 003 @ 03290771 n 0000 #p 04546855 n 0000 + 02034986 v 0101 | a passageway under a curved masonry construction; "they built a triumphal arch to memorialize their victory"
-02734423 06 n 01 architectural_ornament 0 010 @ 03169390 n 0000 ;c 06123363 n 0000 ~ 02715096 n 0000 ~ 03133744 n 0000 ~ 03218334 n 0000 ~ 03377077 n 0000 ~ 03396311 n 0000 ~ 03397087 n 0000 ~ 03466947 n 0000 ~ 04478257 n 0000 | (architecture) something added to a building to improve its appearance
-02734725 06 n 01 architecture 0 002 @ 02913152 n 0000 ;c 06123363 n 0000 | an architectural product or work
-02734835 06 n 01 architrave 0 002 @ 04360501 n 0000 #p 03290195 n 0000 | the lowest part of an entablature; rests immediately on the capitals of the columns
-02734994 06 n 01 architrave 1 001 @ 03780392 n 0000 | the molding around a door or window
-02735086 06 n 01 archive 0 005 @ 03177349 n 0000 + 09806944 n 0101 + 02640223 a 0101 + 01384638 v 0101 ~ 03005147 n 0000 | a depository containing historical records and documents
-02735268 06 n 01 arch_support 0 001 @ 04359589 n 0000 | a support for the arch of the foot
-02735361 06 n 02 arc_lamp 0 arc_light 0 002 @ 03272383 n 0000 ~ 02961947 n 0000 | a lamp that produces light when electric current flows across the gap between two electrodes
-02735538 06 n 05 arctic 0 galosh 0 golosh 0 rubber 0 gumshoe 0 001 @ 03865949 n 0000 | a waterproof overshoe that protects shoes from water or snow
-02735688 06 n 01 area 0 030 @ 04341686 n 0000 ~ 02694045 n 0000 ~ 02758134 n 0000 ~ 02775178 n 0000 ~ 02884607 n 0000 ~ 02894158 n 0000 ~ 02917964 n 0000 ~ 03004824 n 0000 ~ 03024064 n 0000 ~ 03109881 n 0000 ~ 03120198 n 0000 ~ 03165718 n 0000 ~ 03200231 n 0000 ~ 03285912 n 0000 ~ 03443005 n 0000 ~ 03517647 n 0000 ~ 03813078 n 0000 ~ 03853291 n 0000 ~ 03883944 n 0000 ~ 03899768 n 0000 ~ 03949761 n 0000 ~ 03949924 n 0000 ~ 04000716 n 0000 ~ 04020744 n 0000 ~ 04030518 n 0000 ~ 04105893 n 0000 ~ 04164199 n 0000 ~ 04328946 n 0000 ~ 04428382 n 0000 ~ 04499660 n 0000 | a part of a structure having some specific characteristic or function; "the spacious cooking area provided plenty of room for servants"
-02736396 06 n 01 areaway 0 001 @ 03895585 n 0000 | a passageway between buildings or giving access to a basement
-02736511 06 n 02 arena 0 scene_of_action 0 002 @ 08570758 n 0000 ~ 03034860 n 0000 | a playing field where sports events take place
-02736645 06 n 02 arena_theater 0 theater_in_the_round 0 001 @ 04417809 n 0000 | a theater arranged with seats around at least three sides of the stage
-02736798 06 n 02 argyle 0 argyll 0 001 @ 04254777 n 0000 | a sock knitted or woven with an argyle design (usually used in the plural)
-02736934 06 n 02 argyle 1 argyll 1 001 @ 03178782 n 0000 | a design consisting of a pattern of varicolored diamonds on a solid background (originally for knitted articles); patterned after the tartan of a clan in western Scotland
-02737166 06 n 02 argyll 2 argyle 2 001 @ 03456024 n 0000 | a covered gravy holder of silver or other metal containing a detachable central vessel for hot water to keep the gravy warm
-02737351 06 n 01 ark 0 001 @ 02858304 n 0000 | a boat built by Noah to save his family and animals from the flood
-02737467 06 n 02 Ark 1 Ark_of_the_Covenant 0 002 @i 03014705 n 0000 ;c 06232880 n 0000 | (Judaism) sacred chest where the ancient Hebrews kept the two tablets containing the Ten Commandments
-02737660 06 n 01 arm 2 003 @ 02741475 n 0000 #p 02738535 n 0000 ~ 04607982 n 0000 | the part of an armchair or sofa that supports the elbow and forearm of a seated person
-02737833 06 n 03 arm 3 branch 0 limb 0 001 @ 04008947 n 0000 | any projection that is thought to resemble a human arm; "the arm of the record player"; "an arm of the sea"; "a branch of the sewer"
-02738031 06 n 01 armament 0 009 @ 04566257 n 0000 ;c 08199025 n 0000 + 02334867 v 0101 ~ 02743426 n 0000 ~ 02746365 n 0000 ~ 02904505 n 0000 ~ 03647520 n 0000 ~ 03799610 n 0000 ~ 04456472 n 0000 | weaponry used by military or naval force
-02738271 06 n 01 armature 0 004 @ 03065708 n 0000 #p 03276179 n 0000 #p 03273061 n 0000 ~ 04111962 n 0000 | coil in which voltage is induced by motion through a magnetic field
-02738449 06 n 01 armband 0 001 @ 02784218 n 0000 | a band worn around the upper arm
-02738535 06 n 01 armchair 0 007 @ 03001627 n 0000 %p 02737660 n 0000 ~ 02957862 n 0000 ~ 03262932 n 0000 ~ 03325403 n 0000 ~ 03786621 n 0000 ~ 04062428 n 0000 | chair with a support on each side for arms
-02738741 06 n 01 armet 0 002 @ 03513376 n 0000 #p 02862048 n 0000 | a medieval helmet with a visor and a neck guard
-02738859 06 n 02 arm_guard 0 arm_pad 0 001 @ 04015204 n 0000 | a pad worn by football players and hockey goalkeepers
-02738978 06 n 01 armhole 0 002 @ 03526198 n 0000 #p 03419014 n 0000 | a hole through which you put your arm and where a sleeve can be attached
-02739123 06 n 01 armilla 0 002 @ 02887970 n 0000 ;c 06144081 n 0000 | (archeology) a bracelet worn around the wrist or arm
-02739248 06 n 02 armillary_sphere 0 armilla 1 001 @ 02990920 n 0000 | a celestial globe consisting of metal hoops; used by early astronomers to determine the positions of stars
-02739427 06 n 02 armlet 0 arm_band 0 002 @ 02784218 n 0000 + 05563770 n 0101 | a band worn around the arm for decoration
-02739550 06 n 01 armoire 0 001 @ 04550184 n 0000 | a large wardrobe or cabinet; originally used for storing weapons
-02739668 06 n 02 armor 0 armour 0 007 @ 04014297 n 0000 + 09808949 n 0202 + 02341684 v 0202 + 09808949 n 0101 + 02341684 v 0101 ~ 02862048 n 0000 ~ 04192698 n 0000 | protective covering made of metal and used in combat
-02739889 06 n 02 armored_car 0 armoured_car 0 002 @ 02740533 n 0000 ;c 08199025 n 0000 | a military combat vehicle on wheels with light armor (and usually a machine gun)
-02740061 06 n 02 armored_car 1 armoured_car 1 001 @ 02740533 n 0000 | an armor-plated truck with strong doors and locks used to transport money or valuables; "the paintings were delivered to the museum in an air-conditioned armored car"
-02740300 06 n 03 armored_personnel_carrier 0 armoured_personnel_carrier 0 APC 1 002 @ 02740533 n 0000 ;c 08199025 n 0000 | (military) an armored vehicle (usually equipped with caterpillar treads) that is used to transport infantry
-02740533 06 n 02 armored_vehicle 0 armoured_vehicle 0 007 @ 04170037 n 0000 ~ 02739889 n 0000 ~ 02740061 n 0000 ~ 02740300 n 0000 ~ 02749292 n 0000 ~ 04389033 n 0000 ~ 04389718 n 0000 | a vehicle that is protected by armor plate
-02740764 06 n 05 armor_plate 0 armour_plate 0 armor_plating 0 plate_armor 0 plate_armour 0 023 @ 03959701 n 0000 ~ 02770078 n 0000 ~ 02818254 n 0000 ~ 02892392 n 0000 ~ 02895154 n 0000 ~ 02950632 n 0000 ~ 03005619 n 0000 ~ 03144873 n 0000 ~ 03146342 n 0000 ~ 03292362 n 0000 ~ 03325288 n 0000 ~ 03448590 n 0000 ~ 03457451 n 0000 ~ 03513376 n 0000 ~ 03623338 n 0000 ~ 03831899 n 0000 ~ 03879705 n 0000 ~ 04114069 n 0000 ~ 04231444 n 0000 ~ 04259468 n 0000 ~ 04395332 n 0000 ~ 04496404 n 0000 ~ 04538878 n 0000 | specially hardened steel plate used to protect fortifications or vehicles from enemy fire
-02741367 06 n 03 armory 0 armoury 0 arsenal 2 001 @ 03387653 n 0000 | a place where arms are manufactured
-02741475 06 n 01 armrest 0 003 @ 04081044 n 0000 #p 02963821 n 0000 ~ 02737660 n 0000 | a support for the arm
-02741587 06 n 01 army_base 0 001 @ 02798290 n 0000 | a large base of operations for an army
-02741681 06 n 02 Army_High_Performance_Computing_Research_Center 0 AHPCRC 0 002 @i 08337324 n 0000 #p 08394922 n 0000 | a United States defense laboratory to conduct research in high-performance computing for defense technology applications; a partnership of government and university and industry
-02741981 06 n 01 arnica 0 001 @ 03845550 n 0000 | an ointment used in treating bruises
-02742070 06 n 04 arquebus 0 harquebus 0 hackbut 0 hagbut 0 001 @ 03803116 n 0000 | an obsolete firearm with a long barrel
-02742194 06 n 01 array 0 001 @ 03204955 n 0000 | an arrangement of aerials spaced to give desired directional characteristics
-02742322 06 n 03 array 1 raiment 0 regalia 3 003 @ 03051540 n 0000 + 00047945 v 0205 ~ 04552097 n 0000 | especially fine or decorative clothing
-02742468 06 n 02 arrester 0 arrester_hook 0 003 @ 04081844 n 0000 #p 02687172 n 0000 + 01859586 v 0103 | a restraint that slows airplanes as they land on the flight deck of an aircraft carrier
-02742663 06 n 01 arrival_gate 0 001 @ 03427909 n 0000 | gate where passengers disembark
-02742753 06 n 01 arrow 0 007 @ 04008634 n 0000 #p 02880393 n 0000 %p 02743050 n 0000 ~ 02902916 n 0000 ~ 02929462 n 0000 ~ 04031481 n 0000 %p 04520784 n 0000 | a projectile with a straight thin shaft and an arrowhead on one end and stabilizing vanes on the other; intended to be shot from a bow
-02743050 06 n 01 arrowhead 0 004 @ 03974215 n 0000 #p 02742753 n 0000 %p 02790322 n 0000 %p 13902482 n 0000 | the pointed head or striking tip of an arrow
-02743207 06 n 03 arsenal 1 armory 2 armoury 2 002 @ 03763133 n 0000 ;c 08199025 n 0000 | a military structure where arms and ammunition and other military equipment are stored and training is given in the use of arms
-02743426 06 n 03 arsenal 3 armory 3 armoury 3 001 @ 02738031 n 0000 | all the weapons and equipment that a country has
-02743547 06 n 02 art 0 fine_art 0 021 @ 03129123 n 0000 ;c 00933420 n 0000 + 01849740 a 0101 + 00069948 a 0101 + 02991122 a 0101 + 09812338 n 0101 ~ 02745395 n 0000 ~ 03076298 n 0000 ~ 03155055 n 0000 ~ 03170292 n 0000 ~ 03204810 n 0000 ~ 03432972 n 0000 ~ 03434943 n 0000 ~ 03453809 n 0000 ~ 03462441 n 0000 ~ 03621935 n 0000 ~ 03787759 n 0000 ~ 03958097 n 0000 ~ 04485423 n 0000 ~ 04601690 n 0000 ~ 07020538 n 0000 | the products of human creativity; works of art collectively; "an art exhibition"; "a fine collection of art"
-02744077 06 n 01 Artemision_at_Ephesus 0 002 @i 04407435 n 0000 #m 04178329 n 0000 | the large temple of the Greek goddess Artemis which was begun at Ephesus in 541 BC and completed 220 years later; the temple was destroyed by the Goths in 262
-02744323 06 n 01 arterial_road 0 002 @ 03519981 n 0000 ;r 08860123 n 0000 | a major or main route
-02744423 06 n 01 arteriogram 0 001 @ 04100620 n 0000 | an X ray of an artery filled with a contrast medium
-02744532 06 n 01 artery 1 001 @ 04426618 n 0000 | a major thoroughfare that bears important traffic
-02744634 06 n 01 artesian_well 0 001 @ 04572344 n 0000 | a well drilled through impermeable strata into strata that receive water from a higher altitude so there is pressure to force the water to flow upward
-02744844 06 n 01 arthrogram 0 001 @ 04100620 n 0000 | an X ray of a joint after the injection of a contrast medium
-02744961 06 n 01 arthroscope 0 001 @ 03286572 n 0000 | a type of endoscope that is inserted into a joint for visual examination
-02745091 06 n 01 article_of_commerce 0 003 @ 04550840 n 0000 @ 00022903 n 0000 ~ 04440486 n 0000 | an article that is offered for sale
-02745228 06 n 01 articulated_ladder 0 001 @ 03632277 n 0000 | a ladder consisting of segments (usually four) that are held together by joints that can lock in place
-02745395 06 n 01 artificial_flower 0 001 @ 02743547 n 0000 | a handmade imitation of a blossom
-02745492 06 n 01 artificial_heart 0 002 @ 03563710 n 0000 ~ 03593862 n 0000 | a pump that replaces the natural heart
-02745611 06 n 03 artificial_horizon 0 gyro_horizon 0 flight_indicator 0 001 @ 03813176 n 0000 | a navigational instrument based on a gyroscope; it artificially provides a simulated horizon for the pilot
-02745816 06 n 01 artificial_joint 0 001 @ 03563710 n 0000 | a metal or plastic part that is surgically implanted to replace a natural joint (possibly elbow or wrist but usually hip or knee)
-02746008 06 n 02 artificial_kidney 0 hemodialyzer 0 001 @ 03187751 n 0000 | a machine that uses dialysis to remove impurities and waste products from the bloodstream before returning the blood to the patient's body
-02746225 06 n 01 artificial_skin 0 001 @ 03122748 n 0000 | a synthetic covering with two layers used experimentally to treat burn victims
-02746365 06 n 04 artillery 0 heavy_weapon 0 gun 1 ordnance 1 007 @ 02738031 n 0000 #p 07953827 n 0000 + 01136614 v 0301 ~ 02950256 n 0000 ~ 03332393 n 0000 ~ 03388711 n 0000 %p 04322026 n 0000 | large but transportable armament
-02746595 06 n 01 artillery_shell 0 001 @ 04190464 n 0000 | a shell fired by artillery
-02746683 06 n 01 artist's_loft 0 002 @ 03686470 n 0000 @ 02746841 n 0000 | a factory loft that has been converted into an artist's workroom and living area
-02746841 06 n 02 artist's_workroom 0 atelier 0 002 @ 04344246 n 0000 ~ 02746683 n 0000 | a studio especially for an artist or designer
-02746978 06 n 01 art_school 0 001 @ 03092314 n 0000 | a school specializing in art
-02747063 06 n 01 ascot 0 001 @ 03128085 n 0000 | a cravat with wide square ends; secured with an ornamental pin
-02747177 06 n 0a ashcan 0 trash_can 0 garbage_can 0 wastebin 0 ash_bin 0 ash-bin 0 ashbin 0 dustbin 0 trash_barrel 0 trash_bin 0 001 @ 02839910 n 0000 | a bin that holds rubbish until it is collected
-02747379 06 n 02 Ash_Can 0 Ashcan_school 0 001 @ 08466643 n 0000 | early 20th-century United States painting; portrays realistic and sordid scenes of city life
-02747541 06 n 01 ashlar 0 002 @ 04326084 n 0000 @ 02914813 n 0000 | a rectangular block of hewn stone used for building purposes
-02747672 06 n 01 ash-pan 0 001 @ 04060904 n 0000 | a receptacle fitted beneath the grate in which ashes collect and are removed
-02747802 06 n 01 ashtray 0 001 @ 04060904 n 0000 | a receptacle for the ash from smokers' cigars or cigarettes
-02747915 06 n 02 asparaginase 0 Elspar 0 002 @ 02722458 n 0000 ;u 06851742 n 0201 | antineoplastic drug (trade name Elspar) sometimes used to treat lymphoblastic leukemia
-02748088 06 n 01 asparagus_bed 0 001 @ 02819474 n 0000 | a bed in which asparagus is growing
-02748183 06 n 02 aspergill 0 aspersorium 1 002 @ 03183080 n 0000 %p 03485997 n 0000 | a short-handled device with a globe containing a sponge; used for sprinkling holy water
-02748359 06 n 01 aspersorium 0 001 @ 02801525 n 0000 | the basin or other vessel that holds holy water in Roman Catholic Churches
-02748491 06 n 01 aspirator 0 002 @ 04021798 n 0000 + 00003316 v 0101 | a pump that draws air or another gas through a liquid
-02748618 06 n 05 aspirin 0 acetylsalicylic_acid 0 Bayer 0 Empirin 0 St._Joseph 0 012 @ 15009843 n 0000 @ 02707683 n 0000 ;u 06851742 n 0501 ;u 06845599 n 0501 ;u 06851742 n 0401 ;u 06845599 n 0401 ;u 06851742 n 0301 ;u 06845599 n 0301 ~ 02749169 n 0000 ~ 02911890 n 0000 ~ 03290489 n 0000 %s 15010038 n 0000 | the acetylated derivative of salicylic acid; used as an analgesic anti-inflammatory drug (trade names Bayer, Empirin, and St. Joseph) usually taken in tablet form; used as an antipyretic; slows clotting of the blood by poisoning platelets
-02749169 06 n 02 aspirin_powder 0 headache_powder 0 002 @ 02748618 n 0000 @ 03994008 n 0000 | a powdered form of aspirin
-02749292 06 n 01 assault_gun 0 001 @ 02740533 n 0000 | an armored vehicle with the chassis of a tank (but no turret) and a large gun; used as an antitank weapon and to support infantry
-02749479 06 n 02 assault_rifle 0 assault_gun 1 002 @ 02760855 n 0000 ;c 08199025 n 0000 | any of the automatic rifles or semiautomatic rifles with large magazines designed for military use
-02749670 06 n 02 assegai 0 assagai 0 001 @ 04270891 n 0000 | the slender spear of the Bantu-speaking people of Africa
-02749790 06 n 01 assembly 0 003 @ 03699975 n 0000 ~ 04346855 n 0000 ~ 04572235 n 0000 | a group of machine parts that fit together to form a self-contained unit
-02749953 06 n 01 assembly 2 001 @ 00003553 n 0000 | a unit consisting of components that have been fitted together
-02750070 06 n 01 assembly_hall 0 001 @ 02758134 n 0000 | a hall where many people can congregate
-02750169 06 n 01 assembly_plant 0 002 @ 03316406 n 0000 ~ 03720665 n 0000 | a factory where manufactured parts are assembled into a finished product
-02750320 06 n 01 astatic_coils 0 002 @ 03065708 n 0000 #p 02750652 n 0000 | an arrangement of coils used in sensitive electrical instruments; the coils are arranged to give zero resultant external magnetic field when a current passes through them and to have zero electromotive force induced in them by an external magnetic field
-02750652 06 n 01 astatic_galvanometer 0 002 @ 03413264 n 0000 %p 02750320 n 0000 | has a moving magnet and astatic coils arranged to cancel the effect of the Earth's magnetic field
-02750835 06 n 03 astringent 0 astringent_drug 0 styptic 0 006 @ 03740161 n 0000 + 00189833 a 0301 + 00189580 a 0101 + 01388386 v 0101 + 00304662 v 0101 ~ 02700622 n 0000 | a drug that causes contraction of body tissues and canals
-02751067 06 n 01 astrodome 0 001 @ 03220513 n 0000 | a transparent dome on top of an airplane where the navigator can make celestial observations
-02751215 06 n 01 astrolabe 0 001 @ 04180888 n 0000 | an early form of sextant
-02751295 06 n 01 astronomical_telescope 0 003 @ 04403638 n 0000 ~ 03852688 n 0000 ~ 04044716 n 0000 | any telescope designed to collect and record electromagnetic radiation from cosmic sources
-02751490 06 n 01 astronomy_satellite 0 001 @ 04137444 n 0000 | a satellite equipped with a telescope to observe infrared radiation
-02751623 06 n 02 Aswan_High_Dam 0 High_Dam 0 002 @i 03160309 n 0000 #p 08897065 n 0000 | one of the world's largest dams on the Nile River in southern Egypt
-02751782 06 n 02 atenolol 0 Tenormin 0 002 @ 02832168 n 0000 #s 04410190 n 0000 | an oral beta blocker (trade name Tenormin) used in treating hypertension and angina; has adverse side effects (depression and exacerbation of congestive heart failure etc.)
-02752039 06 n 01 athanor 0 002 @ 03404449 n 0000 ;c 05778749 n 0000 | a furnace that feeds itself so as to maintain a uniform temperature; used by alchemists
-02752199 06 n 02 athenaeum 0 atheneum 0 001 @ 03660664 n 0000 | a place where reading materials are available
-02752311 06 n 01 athletic_facility 0 006 @ 03315023 n 0000 ~ 03333480 n 0000 ~ 03379204 n 0000 ~ 03472112 n 0000 %p 03683708 n 0000 ~ 04371225 n 0000 | a facility for athletic events
-02752496 06 n 03 athletic_sock 0 sweat_sock 0 varsity_sock 0 001 @ 04254777 n 0000 | a sock worn for athletic events
-02752615 06 n 05 athletic_supporter 0 supporter 1 suspensor 0 jockstrap 0 jock 0 002 @ 04015204 n 0000 @ 03746330 n 0000 | a support for the genitals worn by men engaging in strenuous exercise
-02752810 06 n 02 atlas 0 telamon 0 001 @ 03073977 n 0000 | a figure of a man used as a supporting column
-02752917 06 n 02 atmometer 0 evaporometer 0 001 @ 03733925 n 0000 | an instrument that measures rate of evaporation of water
-02753044 06 n 05 atom_bomb 0 atomic_bomb 0 A-bomb 0 fission_bomb 0 plutonium_bomb 0 006 @ 03834604 n 0000 @ 02866578 n 0000 ~ 03039711 n 0000 ~ 03205903 n 0000 ~ 03821145 n 0000 %p 03970673 n 0000 | a nuclear weapon in which enormous energy is released by nuclear fission (splitting the nuclei of a heavy element like uranium 235 or plutonium 239)
-02753394 06 n 01 atomic_clock 0 003 @ 04437953 n 0000 ~ 02703124 n 0000 ~ 02935490 n 0000 | a timepiece that derives its time scale from the vibration of atoms or molecules
-02753569 06 n 01 atomic_cocktail 0 001 @ 03740161 n 0000 | an oral dose of radioactive substance used in treatment and diagnosis of cancer
-02753710 06 n 04 atomic_pile 0 atomic_reactor 0 pile 0 chain_reactor 0 001 @ 03834040 n 0000 | a nuclear reactor that uses controlled nuclear fission to generate energy
-02753881 06 n 04 atomic_warhead 0 nuclear_warhead 0 thermonuclear_warhead 0 nuke 0 004 @ 04551375 n 0000 #p 03834604 n 0000 + 01132980 v 0402 + 01133288 v 0401 | the warhead of a missile designed to deliver an atom bomb
-02754103 06 n 06 atomizer 0 atomiser 0 spray 0 sprayer 0 nebulizer 0 nebuliser 0 009 @ 03210683 n 0000 + 01372682 v 0401 + 01372682 v 0301 + 01373844 v 0301 + 01373138 v 0202 + 00330144 v 0202 + 01373138 v 0101 + 00330144 v 0101 ~ 02685995 n 0000 | a dispenser that turns a liquid (such as perfume) into a fine mist
-02754421 06 n 02 atorvastatin 0 Lipitor 0 002 @ 03676175 n 0000 ;u 06851742 n 0201 | an oral drug (trade name Lipitor) that is effective in lowering triglycerides; potent in reducing LDL cholesterol because higher doses can be given
-02754656 06 n 01 atrium 0 001 @ 03120198 n 0000 | the central area in a building; open to the sky
-02754756 06 n 01 atropine 0 006 @ 14712692 n 0000 @ 02724533 n 0000 @ 15032376 n 0000 @ 03803610 n 0000 @ 02719588 n 0000 ~ 02825004 n 0000 | a poisonous crystalline alkaloid extracted from the nightshade family; used as an antispasmodic and to dilate the eye pupil; also administered in large amounts as an antidote for organophosphate nerve agents or organophosphate insecticides
-02755140 06 n 02 attache_case 0 attache 0 001 @ 02900705 n 0000 | a shallow and rectangular briefcase
-02755244 06 n 01 attachment 0 002 @ 02679415 n 0000 ~ 03531808 n 0000 | a supplementary part or accessory
-02755352 06 n 02 attachment 1 bond 1 005 @ 03091374 n 0000 + 01356750 v 0203 + 01290255 v 0101 + 01290422 v 0101 ~ 03664943 n 0000 | a connection that fastens things together
-02755529 06 n 01 attack_submarine 0 002 @ 04347754 n 0000 ;c 08199025 n 0000 | a military submarine designed and armed to attack enemy shipping
-02755675 06 n 01 attenuator 0 002 @ 03269401 n 0000 + 00220701 v 0101 | an electrical device for attenuating the strength of an electrical signal
-02755823 06 n 01 attic 1 003 @ 04546855 n 0000 #p 03290195 n 0000 ;c 06123363 n 0000 | (architecture) a low wall at the top of the entablature; hides the roof
-02755984 06 n 01 attic_fan 0 001 @ 03303217 n 0000 | a fan that blows heated air out of the attic of a building
-02756098 06 n 03 attire 0 garb 0 dress 1 020 @ 03051540 n 0000 + 01795353 a 0301 + 00044797 v 0301 + 00047945 v 0204 + 00044149 v 010c ~ 02726017 n 0000 ~ 03113657 n 0000 ~ 03113835 n 0000 ~ 03114041 n 0000 ~ 03114236 n 0000 ~ 03206718 n 0000 ~ 03263338 n 0000 ~ 03340923 n 0000 ~ 03384891 n 0000 ~ 03473966 n 0000 ~ 03474167 n 0000 ~ 03476083 n 0000 ~ 03786194 n 0000 ~ 03859958 n 0000 ~ 04285803 n 0000 | clothing of a distinctive style or for a particular occasion; "formal attire"; "battle dress"
-02756601 06 n 02 auction_block 0 block 5 001 @ 03961939 n 0000 | a platform from which an auctioneer sells; "they put their paintings on the block"
-02756751 06 n 01 audio 0 002 @ 03081021 n 0000 #p 04404412 n 0000 | the sound elements of television
-02756854 06 n 01 audio_amplifier 0 001 @ 02705944 n 0000 | an amplifier that increases the amplitude of reproduced sound
-02756977 06 n 01 audiocassette 0 001 @ 02978881 n 0000 | a cassette for audiotape
-02757061 06 n 02 audio_CD 0 audio_compact_disc 0 002 @ 03079230 n 0000 ;c 07020895 n 0000 | compact discs used to reproduce sound (voice and music)
-02757211 06 n 01 audiogram 0 001 @ 04076846 n 0000 | a graphical representation of a person's auditory sensitivity to sound
-02757337 06 n 02 audiometer 0 sonometer 0 001 @ 03733925 n 0000 | an instrument used to measure the sensitivity of hearing
-02757462 06 n 02 audio_system 0 sound_system 0 007 @ 03278248 n 0000 @ 04377057 n 0000 %p 04043411 n 0000 ~ 04064213 n 0000 %p 04064401 n 0000 ~ 04077430 n 0000 %p 04392526 n 0000 | a system of electronic equipment for recording or reproducing sound
-02757714 06 n 01 audiotape 0 001 @ 03708036 n 0000 | magnetic tape for use in recording sound
-02757810 06 n 01 audiotape 1 003 @ 04391838 n 0000 @ 04262678 n 0000 ~ 03195959 n 0000 | a tape recording of sound
-02757927 06 n 02 audiovisual 0 audiovisual_aid 0 002 @ 04397261 n 0000 + 02648392 a 0101 | materials using sight or sound to present information; "language tapes and videocassettes and other audiovisuals"
-02758134 06 n 01 auditorium 0 002 @ 02735688 n 0000 ~ 02750070 n 0000 | the area of a theater or concert hall where the audience sits
-02758270 06 n 01 Augean_stables 0 003 @i 04294879 n 0000 ;c 07979425 n 0000 ;u 06295235 n 0000 | (Greek mythology) the extremely dirty stables that were finally cleaned by Hercules who diverted two rivers through them
-02758490 06 n 04 auger 0 gimlet 0 screw_auger 0 wimble 0 001 @ 03239726 n 0000 | hand tool for boring holes
-02758600 06 n 01 Auschwitz 0 002 @i 03086183 n 0000 #p 08982587 n 0000 | a Nazi concentration camp for Jews in southwestern Poland during World War II
-02758753 06 n 01 auto_accessory 0 002 @ 02671421 n 0000 #p 02958343 n 0000 | an accessory for an automobile
-02758863 06 n 01 autobahn 0 001 @ 03306610 n 0000 | an expressway in a German-speaking country
-02758960 06 n 03 autoclave 0 sterilizer 0 steriliser 0 006 @ 04531098 n 0000 + 00062582 v 0302 + 00062582 v 0201 + 00062973 v 0101 ~ 03195332 n 0000 ~ 04001265 n 0000 | a device for heating substances above their boiling point; used to manufacture chemicals or to sterilize surgical instruments
-02759257 06 n 01 autofocus 0 001 @ 03851341 n 0000 | an optical device for focussing a camera or other instrument automatically
-02759387 06 n 03 autogiro 0 autogyro 0 gyroplane 0 001 @ 03510583 n 0000 | an aircraft that is supported in flight by unpowered rotating horizontal wings (or blades); forward propulsion is provided by a conventional propeller
-02759615 06 n 01 autograph_album 0 001 @ 02695079 n 0000 | an album for autographs
-02759700 06 n 01 autoinjector 0 001 @ 03555662 n 0000 | a hypodermic syringe to use in injecting yourself with a liquid; "United States troops now carry atropine and autoinjectors in their first-aid kits to use in case of organophosphate nerve agent poisoning"
-02759963 06 n 02 autoloader 0 self-loader 0 003 @ 03343853 n 0000 ~ 02760429 n 0000 ~ 04171459 n 0000 | a firearm that reloads itself
-02760099 06 n 01 automat 0 001 @ 02935891 n 0000 | a cafeteria where food is served from machines
-02760199 06 n 01 automat 1 001 @ 04525305 n 0000 | a vending machine from which you can get food
-02760298 06 n 01 automatic_choke 0 001 @ 03024333 n 0000 | a choke that automatically controls the flow of air to the carburetor
-02760429 06 n 03 automatic_firearm 0 automatic_gun 0 automatic_weapon 0 004 @ 02759963 n 0000 ~ 02760658 n 0000 ~ 02760855 n 0000 ~ 03701391 n 0000 | a firearm that reloads itself and keeps firing until the trigger is released
-02760658 06 n 02 automatic_pistol 0 automatic 2 003 @ 03948459 n 0000 @ 02760429 n 0000 + 00181476 a 0201 | a pistol that will keep firing until the ammunition is gone or the trigger is released
-02760855 06 n 03 automatic_rifle 0 automatic 1 machine_rifle 0 005 @ 02760429 n 0000 @ 03701391 n 0000 + 00181476 a 0201 ~ 02749479 n 0000 ~ 02907391 n 0000 | light machine gun
-02761034 06 n 02 automatic_transmission 0 automatic_drive 0 001 @ 04472243 n 0000 | a transmission that automatically changes the gears according to the speed of the car
-02761206 06 n 01 automation 0 001 @ 03294048 n 0000 | equipment used to achieve automatic control or operation; "this factory floor is a showcase for automation and robotic equipment"
-02761392 06 n 03 automaton 0 robot 0 golem 0 004 @ 03738472 n 0000 + 00181476 a 0101 + 00480221 v 0101 ~ 02710201 n 0000 | a mechanism that can move automatically
-02761557 06 n 01 automobile_engine 0 003 @ 03287733 n 0000 #p 02958343 n 0000 %p 03302938 n 0000 | the engine that propels an automobile
-02761696 06 n 03 automobile_factory 0 auto_factory 0 car_factory 0 001 @ 03316406 n 0000 | a factory where automobiles are manufactured
-02761834 06 n 05 automobile_horn 0 car_horn 0 motor_horn 0 horn 5 hooter 0 004 @ 02694426 n 0000 #p 02958343 n 0000 + 01042725 v 0501 %p 03537412 n 0000 | a device on an automobile for making a warning noise
-02762044 06 n 02 auto_part 0 car_part 0 001 @ 03081021 n 0000 | a component of an automobile; "his business is auto parts"
-02762169 06 n 03 autopilot 0 automatic_pilot 0 robot_pilot 0 002 @ 03183080 n 0000 %p 03569293 n 0000 | a navigational device that automatically keeps ships or planes or spacecraft on a steady course
-02762371 06 n 01 autoradiograph 0 001 @ 04042358 n 0000 | a radiogram produced by radiation emitted by the specimen being photographed
-02762508 06 n 01 autostrada 0 001 @ 03306610 n 0000 | an expressway in an Italian-speaking country
-02762609 06 n 01 auxiliary_airfield 0 001 @ 02687992 n 0000 | an airfield that functions in a subsidiary capacity
-02762725 06 n 02 auxiliary_boiler 0 donkey_boiler 0 002 @ 02863750 n 0000 ;c 04194289 n 0000 | (nautical) an extra boiler (as a ship's boiler that is used while the ship is in port)
-02762909 06 n 02 auxiliary_engine 0 donkey_engine 0 002 @ 03287733 n 0000 ;c 04194289 n 0000 | (nautical) a small engine (as one used on board ships to operate a windlass)
-02763083 06 n 02 auxiliary_pump 0 donkey_pump 0 001 @ 04021798 n 0000 | a supplementary pump available if needed
-02763198 06 n 01 auxiliary_research_submarine 0 001 @ 04347754 n 0000 | a submarine for research purposes
-02763306 06 n 03 auxiliary_storage 0 external_storage 0 secondary_storage 0 001 @ 03744840 n 0000 | a data storage device that is not the main memory of a computer
-02763472 06 n 02 avenue 0 boulevard 0 003 @ 04334599 n 0000 ~i 09120939 n 0000 ~i 09121101 n 0000 | a wide street or thoroughfare
-02763604 06 n 03 aviary 0 bird_sanctuary 0 volary 0 001 @ 02913152 n 0000 | a building where birds are kept
-02763714 06 n 01 awl 0 005 @ 03489162 n 0000 ~ 02888898 n 0000 %p 03474896 n 0000 %p 03974215 n 0000 ~ 04155457 n 0000 | a pointed tool for marking surfaces or for punching small holes
-02763901 06 n 03 awning 0 sunshade 0 sunblind 1 001 @ 02951843 n 0000 | a canopy made of canvas to shelter people or things from rain or sun
-02764044 06 n 02 ax 0 axe 0 014 @ 03265032 n 0000 + 01257953 v 0201 + 01257953 v 0102 %p 02764398 n 0000 %p 02764505 n 0000 %p 02848216 n 0000 ~ 02903006 n 0000 ~ 03077442 n 0000 ~ 03226090 n 0000 ~ 03346289 n 0000 %p 03474896 n 0000 ~ 03498962 n 0000 ~ 03556679 n 0000 ~ 03977430 n 0000 | an edge tool with a heavy bladed head mounted across a handle
-02764398 06 n 02 ax_handle 0 axe_handle 0 002 @ 03485997 n 0000 #p 02764044 n 0000 | the handle of an ax
-02764505 06 n 02 ax_head 0 axe_head 0 002 @ 04569520 n 0000 #p 02764044 n 0000 | the cutting head of an ax
-02764614 06 n 02 axis 0 axis_of_rotation 0 004 @ 03738472 n 0000 + 02654894 a 0101 ~ 03951971 n 0000 ~ 04112430 n 0000 | the center around which something rotates
-02764779 06 n 01 axle 0 005 @ 04182322 n 0000 #p 04576211 n 0000 ~ 03165823 n 0000 ~ 03602465 n 0000 ~ 03678879 n 0000 | a shaft on which a wheel rotates
-02764935 06 n 01 axle_bar 0 001 @ 02765028 n 0000 | an iron bar that serves as an axletree
-02765028 06 n 01 axletree 0 005 @ 03165823 n 0000 #p 02968473 n 0000 #p 02970849 n 0000 #p 04543158 n 0000 ~ 02764935 n 0000 | a dead axle on a carriage or wagon that has terminal spindles on which the wheels revolve
-02765247 06 n 02 azathioprine 0 Imuran 0 002 @ 03740161 n 0000 ;u 06851742 n 0201 | an immunosuppressive drug (trade name Imuran) used to prevent rejection of a transplanted organ
-02765429 06 n 04 zidovudine 0 Retrovir 0 ZDV 0 AZT 0 001 @ 03834836 n 0000 | an antiviral drug (trade name Retrovir) used in the treatment of AIDS; adverse side effects include liver damage and suppression of the bone marrow
-02765656 06 n 02 azithromycin 0 Zithromax 0 001 @ 02716205 n 0000 | a systemic antibacterial medicine (trade name Zithromax) that is prescribed to treat bacterial infections in many different parts of the body
-02765868 06 n 02 aztreonam 0 Azactam 0 002 @ 02716866 n 0000 ;u 06851742 n 0201 | an antibiotic (trade name Azactam) used against severe infections; has minimal side effects
-02766044 06 n 01 B-52 0 002 @i 02867715 n 0000 ;c 08199025 n 0000 | United States military aircraft; B- stands for bomber
-02766168 06 n 01 babushka 0 001 @ 03505504 n 0000 | a woman's headscarf folded into a triangle and tied under the chin; worn by Russian peasant women
-02766320 06 n 02 baby_bed 0 baby's_bed 0 005 @ 03405725 n 0000 ~ 02804414 n 0000 ~ 02970534 n 0000 ~ 03125729 n 0000 ~ 03131574 n 0000 | a small bed for babies; enclosed by sides to prevent the baby from falling
-02766534 06 n 09 baby_buggy 0 baby_carriage 0 carriage 3 perambulator 0 pram 0 stroller 0 go-cart 0 pushchair 0 pusher 0 003 @ 04576211 n 0000 + 01871979 v 0901 ~ 02804515 n 0000 | a small vehicle with four wheels in which a baby or child is pushed around
-02766792 06 n 06 baby_grand 0 baby_grand_piano 0 parlor_grand 0 parlor_grand_piano 0 parlour_grand 0 parlour_grand_piano 0 001 @ 03452741 n 0000 | a small grand piano
-02766961 06 n 01 baby_oil 0 001 @ 03845550 n 0000 | an ointment for babies
-02767038 06 n 01 baby_powder 0 001 @ 03994008 n 0000 | powder used to prevent a baby's diaper from chafing
-02767147 06 n 01 baby_shoe 0 001 @ 04199027 n 0000 | a shoe designed to be worn by infants
-02767240 06 n 01 bacitracin 0 001 @ 02716866 n 0000 | a polypeptide antibiotic of known chemical structure effective against several types of Gram-positive organisms; usually applied locally
-02767433 06 n 02 back 1 backrest 0 005 @ 04359589 n 0000 #p 03001627 n 0000 #p 02970685 n 0000 ~ 02953455 n 0000 ~ 03632577 n 0000 | a support that you can lean against while sitting; "the back of the dental chair was adjustable"
-02767665 06 n 01 back 2 001 @ 03050026 n 0000 | the part of a garment that covers the back of your body; "they pinned a `kick me' sign on his back"
-02767815 06 n 01 backband 0 001 @ 02784218 n 0000 | a broad band that passes over the back of a horse and supports the shafts of a vehicle
-02767956 06 n 01 backbench 0 003 @ 04161358 n 0000 ;r 08860123 n 0000 + 09830400 n 0101 | any of the seats occupied by backbenchers in the House of Commons
-02768114 06 n 01 backboard 0 001 @ 04359589 n 0000 | a board used to support the back of someone or something
-02768226 06 n 02 backboard 1 basketball_backboard 0 002 @ 03414162 n 0000 ;c 00480993 n 0000 | a raised vertical board with basket attached; used to play basketball; "he banked the shot off the backboard"
-02768433 06 n 01 backbone 0 002 @ 03091374 n 0000 #p 03819595 n 0000 | the part of a network that connects other networks together; "the backbone is the part of a communication network that carries the heaviest traffic"
-02768655 06 n 01 back_brace 0 001 @ 02887209 n 0000 | a brace worn to support the back
-02768744 06 n 03 back_door 0 backdoor 0 back_entrance 0 001 @ 03307274 n 0000 | an entrance at the rear of a building
-02768864 06 n 03 backdrop 0 background 0 backcloth 0 001 @ 04145056 n 0000 | scenery hung at back of stage
-02768973 06 n 01 backgammon_board 0 001 @ 02857023 n 0000 | the board on which backgammon is played
-02769075 06 n 03 background 1 desktop 0 screen_background 0 002 @ 04152593 n 0000 ;c 06128570 n 0000 | (computer science) the area of the screen in graphical user interfaces against which icons and windows appear
-02769290 06 n 01 backhoe 0 002 @ 03996416 n 0000 %p 04149208 n 0000 | an excavator whose shovel bucket is attached to a hinged boom and is drawn backward to move earth
-02769460 06 n 02 backing 0 mount 0 006 @ 03650173 n 0000 @ 04336034 n 0000 #p 03391770 n 0000 + 00407633 v 0201 + 01343204 v 0201 + 00185857 v 0101 | something forming a back that is added for strengthening
-02769669 06 n 01 backlighting 0 001 @ 03667235 n 0000 | lighting from behind
-02769748 06 n 06 backpack 0 back_pack 0 knapsack 0 packsack 0 rucksack 0 haversack 0 004 @ 02773037 n 0000 + 09830629 n 0101 + 01926031 v 0101 ~ 03619793 n 0000 | a bag carried by a strap on your back or shoulder
-02769963 06 n 02 backpacking_tent 0 pack_tent 0 001 @ 04411264 n 0000 | a tent that can be carried in a backpack
-02770078 06 n 01 backplate 0 002 @ 02740764 n 0000 #p 03146219 n 0000 | plate armor protecting the back; worn as part of a cuirass
-02770211 06 n 01 back_porch 0 001 @ 03984381 n 0000 | a porch for the back door
-02770293 06 n 01 back_room 0 001 @ 04105893 n 0000 | a room located in the rear of an establishment; usually accessible only to privileged groups
-02770441 06 n 01 backroom 1 001 @ 03315023 n 0000 | the meeting place of a group of leaders who make their decisions via private negotiations
-02770585 06 n 02 backsaw 0 back_saw 0 001 @ 03488188 n 0000 | a handsaw that is stiffened by metal reinforcement along the upper edge
-02770721 06 n 01 backscratcher 0 001 @ 04151108 n 0000 | a long-handled scratcher for scratching your back
-02770830 06 n 01 backseat 0 003 @ 04161358 n 0000 ;c 02958343 n 0000 ~ 03191776 n 0000 | a seat at the back of a vehicle (especially the seat at the back of an automobile)
-02771004 06 n 03 backspace_key 0 backspace 0 backspacer 0 003 @ 03613592 n 0000 #p 04505470 n 0000 + 01005373 v 0301 | the typewriter key used for back spacing
-02771166 06 n 01 backstairs 0 002 @ 04298308 n 0000 ;u 06295235 n 0000 | a second staircase at the rear of a building
-02771286 06 n 01 backstay 0 001 @ 04307419 n 0000 | a stay that supports the back of something
-02771383 06 n 01 backstitch 0 002 @ 04180314 n 0000 + 01330567 v 0101 | an overlapping stitch made by starting the next stitch at the middle of the preceding one
-02771547 06 n 01 backstop 0 003 @ 03327234 n 0000 ;c 00471613 n 0000 + 01076130 v 0101 | (baseball) a fence or screen (as behind home plate) to prevent the ball from traveling out of the playing field
-02771750 06 n 01 backsword 0 001 @ 04373894 n 0000 | a sword with only one cutting edge
-02771840 06 n 02 backup 0 computer_backup 0 003 @ 03257343 n 0000 ;c 06128570 n 0000 + 01694620 v 0101 | (computer science) a copy of a file or directory on a separate storage device; "he made a backup in case the original was accidentally damaged or erased"
-02772101 06 n 01 backup_system 0 001 @ 03085915 n 0000 | a computer system for making backups
-02772197 06 n 01 backyard 0 001 @ 04610879 n 0000 | the grounds in back of a house
-02772282 06 n 01 bacteria_bed 0 001 @ 03339643 n 0000 | layer of sand or gravel used to expose sewage effluent to air and the action of microorganisms
-02772435 06 n 01 badminton_court 0 002 @ 03120491 n 0000 ;c 00480508 n 0000 | the court on which badminton is played
-02772554 06 n 01 badminton_equipment 0 003 @ 04285146 n 0000 ;c 00480508 n 0000 ~ 04212282 n 0000 | equipment for playing the game of badminton
-02772700 06 n 03 badminton_racket 0 badminton_racquet 0 battledore 0 002 @ 04039381 n 0000 ;c 00480508 n 0000 | a light long-handled racket used by badminton players
-02772868 06 n 02 baffle 0 baffle_board 0 003 @ 03959936 n 0000 + 00234988 v 0101 ~ 03194992 n 0000 | a flat plate that controls or directs the flow of fluid or energy
-02773037 06 n 01 bag 0 038 @ 03094503 n 0000 ~ 02685365 n 0000 ~ 02769748 n 0000 ~ 02816656 n 0000 ~ 02848118 n 0000 ~ 02862770 n 0000 ~ 02870676 n 0000 ~ 02922877 n 0000 ~ 02970408 n 0000 ~ 03235796 n 0000 ~ 03258192 n 0000 ~ 03291963 n 0000 ~ 03414029 n 0000 ~ 03445617 n 0000 ~ 03469903 n 0000 ~ 03557840 n 0000 ~ 03709823 n 0000 ~ 03831203 n 0000 ~ 03883524 n 0000 ~ 03958227 n 0000 ~ 03993180 n 0000 ~ 04026417 n 0000 ~ 04046091 n 0000 ~ 04110281 n 0000 ~ 04122685 n 0000 ~ 04122825 n 0000 ~ 04124098 n 0000 ~ 04134008 n 0000 ~ 04146343 n 0000 ~ 04204081 n 0000 ~ 04212943 n 0000 ~ 04230221 n 0000 ~ 04235860 n 0000 ~ 04369485 n 0000 ~ 04396808 n 0000 ~ 04446844 n 0000 ~ 04452528 n 0000 ~ 04495310 n 0000 | a flexible container with a single opening; "he stuffed his laundry into a large bag"
-02773838 06 n 05 bag 1 traveling_bag 0 travelling_bag 0 grip 0 suitcase 0 007 @ 02774630 n 0000 ~ 02967294 n 0000 ~ 03420345 n 0000 ~ 03460455 n 0000 ~ 03865371 n 0000 ~ 03986949 n 0000 ~ 04570815 n 0000 | a portable rectangular container for carrying clothes; "he carried his small bag onto the plane with him"
-02774152 06 n 04 bag 2 handbag 0 pocketbook 0 purse 0 008 @ 03094503 n 0000 + 01485839 v 0101 %p 03038281 n 0000 ~ 03055418 n 0000 ~ 03301291 n 0000 ~ 03301940 n 0000 ~ 04083309 n 0000 ~ 04207343 n 0000 | a container used for carrying money and small personal items or accessories (especially by women); "she reached into her bag and found a comb"
-02774502 06 n 04 bagatelle 0 fluff 0 frippery 0 frivolity 0 001 @ 04486445 n 0000 | something of little value or significance
-02774630 06 n 02 baggage 0 luggage 0 011 @ 02974697 n 0000 + 01454246 v 0201 ~ 02773838 n 0000 ~ 03237839 n 0000 %p 03485997 n 0000 ~ 03487533 n 0000 ~ 03498441 n 0000 ~ 03563611 n 0000 ~ 04137217 n 0000 %p 04333129 n 0000 ~ 04491769 n 0000 | cases used to carry belongings when traveling
-02774921 06 n 01 baggage 1 002 @ 03730153 n 0000 ~ 03563358 n 0000 | the portable equipment and supplies of an army
-02775039 06 n 02 baggage_car 0 luggage_van 0 002 @ 02959942 n 0000 #m 03896233 n 0000 | a railway car where passengers' bags are carried
-02775178 06 n 01 baggage_claim 0 001 @ 02735688 n 0000 | an area in an airport where arriving passengers can collect the luggage that has been carried in the hold of the aircraft
-02775359 06 n 01 bagger 0 002 @ 03699975 n 0000 + 01485839 v 0101 | a machine for putting objects or substances into bags
-02775483 06 n 01 bagpipe 0 004 @ 03945615 n 0000 %p 03006626 n 0000 %p 03245724 n 0000 ~ 03800371 n 0000 | a tubular wind instrument; the player blows air into a bag and squeezes it out through the drone
-02775689 06 n 01 bailey 0 001 @ 04051825 n 0000 | the outer defensive wall that surrounds the outer courtyard of a castle
-02775813 06 n 01 bailey 1 001 @ 03120198 n 0000 | the outer courtyard of a castle
-02775897 06 n 01 Bailey_bridge 0 001 @ 02898711 n 0000 | a temporary bridge designed for rapid construction
-02776007 06 n 01 bain-marie 0 001 @ 03880323 n 0000 | a large pan that is filled with hot water; smaller pans containing food can be set in the larger pan to keep food warm or to cook food slowly
-02776205 06 n 03 bait 0 decoy 0 lure 0 009 @ 03183080 n 0000 #p 04474466 n 0000 + 00782527 v 0302 + 02577755 v 0201 + 02577877 v 0101 ~ 03027797 n 0000 ~ 03350602 n 0000 ~ 03462972 n 0000 ~ 04327110 n 0000 | something used to lure fish or other animals into danger so they can be trapped or killed
-02776505 06 n 01 baize 0 001 @ 03309808 n 0000 | a bright green fabric napped to resemble felt; used to cover gaming tables
-02776631 06 n 03 bakery 0 bakeshop 0 bakehouse 0 003 @ 04602044 n 0000 @ 04202417 n 0000 ~ 03899933 n 0000 | a workplace where baked goods (breads and cakes and pastries) are produced or sold
-02776825 06 n 02 balaclava 0 balaclava_helmet 0 001 @ 02954340 n 0000 | a cap that is close-fitting and woolen and covers all of the head but the face
-02776978 06 n 01 balalaika 0 001 @ 03025886 n 0000 | a stringed instrument that has a triangular body and three strings
-02777100 06 n 01 balance 0 006 @ 04141975 n 0000 ~ 02816494 n 0000 ~ 03277459 n 0000 ~ 03758894 n 0000 ~ 04288533 n 0000 ~ 04312154 n 0000 | a scale for weighing; depends on pull of gravity
-02777292 06 n 02 balance_beam 0 beam 1 001 @ 03472232 n 0000 | a gymnastic apparatus used by women gymnasts
-02777402 06 n 02 balance_wheel 0 balance 2 002 @ 04574999 n 0000 #p 04437953 n 0000 | a wheel that regulates the rate of movement in a machine; especially a wheel oscillating against the hairspring of a timepiece to regulate its beat
-02777638 06 n 01 balbriggan 0 001 @ 03625355 n 0000 | a cotton knit fabric used for underwear
-02777734 06 n 01 balcony 1 003 @ 04341686 n 0000 %p 02788148 n 0000 ~ 03411544 n 0000 | a platform projecting from the wall of a building and surrounded by a balustrade or railing or parapet
-02777927 06 n 01 balcony 2 005 @ 04341686 n 0000 %p 02884225 n 0000 ~ 03687003 n 0000 ~ 03758220 n 0000 %p 04164199 n 0000 | an upper floor projecting from the rear over the main floor in an auditorium
-02778131 06 n 01 baldachin 0 001 @ 02951843 n 0000 | ornamented canopy supported by columns or suspended from a roof or projected from a wall (as over an altar)
-02778294 06 n 02 baldric 0 baldrick 0 001 @ 02827606 n 0000 | a wide (ornamented) belt worn over the right shoulder to support a sword or bugle by the left hip
-02778456 06 n 01 bale 0 003 @ 02919414 n 0000 + 01386200 v 0101 ~ 03500389 n 0000 | a large bundle bound for storage or transport
-02778588 06 n 01 baling_wire 0 001 @ 04594218 n 0000 | wire used to make bales
-02778669 06 n 01 ball 1 031 @ 03414162 n 0000 ~ 02799071 n 0000 ~ 02802426 n 0000 ~ 02839351 n 0000 ~ 02861147 n 0000 ~ 02881546 n 0000 ~ 02882301 n 0000 ~ 03131967 n 0000 ~ 03134739 n 0000 ~ 03333252 n 0000 ~ 03378765 n 0000 ~ 03445777 n 0000 ~ 03482877 n 0000 ~ 03589672 n 0000 ~ 03632100 n 0000 ~ 03721047 n 0000 ~ 03742019 n 0000 ~ 03825442 n 0000 ~ 03942813 n 0000 ~ 03978575 n 0000 ~ 03982232 n 0000 ~ 04023962 n 0000 ~ 04039742 n 0000 ~ 04113316 n 0000 ~ 04118538 n 0000 ~ 04254680 n 0000 ~ 04256891 n 0000 ~ 04292221 n 0000 ~ 04409515 n 0000 ~ 04540053 n 0000 ~ 04584056 n 0000 | round object that is hit or thrown or kicked in games; "the ball travelled 90 mph on his serve"; "the mayor threw out the first ball"; "the ball rolled into the corner pocket"
-02779435 06 n 01 ball 2 003 @ 03964744 n 0000 ~ 02814224 n 0000 ~ 04251560 n 0000 | a spherical object used as a plaything; "he played with his rubber ball in the bathtub"
-02779609 06 n 01 ball_and_chain 0 001 @ 04181228 n 0000 | heavy iron ball attached to a prisoner by a chain
-02779719 06 n 01 ball-and-socket_joint 0 002 @ 03600977 n 0000 %p 04255163 n 0000 | a joint that can rotate within a socket
-02779845 06 n 01 ballast 0 002 @ 14580897 n 0000 + 00271403 v 0101 | any heavy material used to stabilize a ship or airship
-02779971 06 n 02 ballast 1 light_ballast 0 001 @ 03269401 n 0000 | an electrical device for starting and regulating fluorescent and discharge lamps
-02780121 06 n 03 ballast_resistor 0 ballast 2 barretter 0 001 @ 04079933 n 0000 | a resistor inserted into a circuit to compensate for changes (as those arising from temperature fluctuations)
-02780315 06 n 03 ball_bearing 0 needle_bearing 0 roller_bearing 0 001 @ 02817031 n 0000 | bearings containing small metal balls
-02780445 06 n 01 ball_cartridge 0 001 @ 02971691 n 0000 | a general purpose cartridge having a primer and a ball and a full charge of powder
-02780588 06 n 02 ballcock 0 ball_cock 0 001 @ 04072193 n 0000 | floating ball that controls level in a water tank
-02780704 06 n 01 balldress 0 002 @ 03384891 n 0000 ;r 08871007 n 0000 | a suit or dress for formal occasions
-02780815 06 n 02 ballet_skirt 0 tutu 0 001 @ 04230808 n 0000 | very short skirt worn by ballerinas
-02780916 06 n 03 ball_field 0 baseball_field 0 diamond 2 006 @ 08570758 n 0000 #p 02782778 n 0000 %p 02799593 n 0000 %p 02884607 n 0000 %p 03859717 n 0000 %p 08572726 n 0000 | the baseball playing field
-02781121 06 n 01 ball_gown 0 001 @ 03450230 n 0000 | the most formal gown; worn to a ball
-02781213 06 n 01 ballistic_galvanometer 0 001 @ 03796181 n 0000 | a moving-coil galvanometer that measures electric charge
-02781338 06 n 01 ballistic_missile 0 002 @ 03773504 n 0000 ~ 03578251 n 0000 | a missile that is guided in the first part of its flight but falls freely as it approaches target
-02781517 06 n 01 ballistic_pendulum 0 002 @ 03927792 n 0000 ~ 03470005 n 0000 | a physical pendulum consisting of a large mass suspended from a rod; when it is struck by a projectile its displacement is used to measure the projectile's velocity
-02781764 06 n 02 ballistocardiograph 0 cardiograph 1 002 @ 03739693 n 0000 #p 02962938 n 0000 | a medical instrument that measures the mechanical force of cardiac contractions and the amount of blood passing through the heart during a specified period by measuring the recoil of the body as blood is pumped from the ventricles
-02782093 06 n 01 balloon 0 008 @ 03666917 n 0000 + 09835348 n 0101 + 01948659 v 0101 %p 03291963 n 0000 ~ 03541923 n 0000 ~ 03752922 n 0000 %p 04094060 n 0000 ~ 04480527 n 0000 | large tough nonrigid bag filled with gas or heated air
-02782329 06 n 01 balloon 1 001 @ 03964744 n 0000 | small thin inflatable rubber bag with narrow neck
-02782432 06 n 02 balloon_bomb 0 Fugo 0 001 @ 02866578 n 0000 | a bomb carried by a balloon; "In World War II the Japanese launched balloon bombs against North America"
-02782602 06 n 01 balloon_sail 0 001 @ 04127904 n 0000 | any light loose sail
-02782681 06 n 01 ballot_box 0 001 @ 02883344 n 0000 | a box where voters deposit their ballots
-02782778 06 n 02 ballpark 0 park 0 006 @ 04295881 n 0000 ;c 00471613 n 0000 %p 02780916 n 0000 %p 02917964 n 0000 %p 03254189 n 0000 %p 04300741 n 0000 | a facility in which ball games are played (especially baseball games); "take me out to the ballpark"
-02783035 06 n 01 ball-peen_hammer 0 001 @ 03481172 n 0000 | a hammer with one round and one flat end; used in working metal
-02783161 06 n 04 ballpoint 0 ballpoint_pen 0 ballpen 0 Biro 0 001 @ 03906997 n 0000 | a pen that has a small metal ball as the point of transfer of ink to paper
-02783324 06 n 03 ballroom 0 dance_hall 0 dance_palace 0 002 @ 04105893 n 0000 ~ 03206282 n 0000 | large room used mainly for dancing
-02783459 06 n 01 ball_valve 0 001 @ 04519153 n 0000 | any valve that checks flow by the seating of a ball
-02783567 06 n 02 Balmoral 0 bluebonnet 0 001 @ 02954340 n 0000 | a brimless dark blue Scottish cap with a flat top and a plume on one side
-02783708 06 n 01 balmoral 1 001 @ 04199027 n 0000 | a sturdy laced walking shoe
-02783790 06 n 01 balsam 0 002 @ 03845550 n 0000 + 02658412 a 0101 | an ointment containing a fragrant resin
-02783900 06 n 02 balsa_raft 0 Kon_Tiki 0 001 @ 04045397 n 0000 | a light raft made of balsa
-02783994 06 n 01 baluster 0 002 @ 04359589 n 0000 #p 02788148 n 0000 | one of a number of closely spaced supports for a railing
-02784124 06 n 01 banana_boat 0 001 @ 02965300 n 0000 | a ship designed to transport bananas
-02784218 06 n 01 band 0 020 @ 04339291 n 0000 ~ 02738449 n 0000 ~ 02739427 n 0000 ~ 02767815 n 0000 ~ 02827148 n 0000 ~ 03068181 n 0000 ~ 03068486 n 0000 ~ 03421117 n 0000 ~ 03438071 n 0000 ~ 03502042 n 0000 ~ 03506028 n 0000 ~ 03533972 n 0000 ~ 04116098 n 0000 ~ 04333500 n 0000 ~ 04369618 n 0000 ~ 04369732 n 0000 ~ 04556204 n 0000 ~ 04570680 n 0000 ~ 04607398 n 0000 ~ 04607532 n 0000 | a thin flat strip of flexible material that is worn around the body or one of the limbs (especially to decorate the body)
-02784732 06 n 03 band 1 banding 0 stripe 0 008 @ 02681518 n 0000 #p 03419014 n 0000 + 01790807 a 0302 + 01273263 v 0301 ~ 03030262 n 0000 ~ 03498316 n 0000 ~ 03814528 n 0000 ~ 03943714 n 0000 | an adornment consisting of a strip of a contrasting color or material
-02784998 06 n 01 band 2 006 @ 04081844 n 0000 + 01304342 v 0101 ~ 02889856 n 0000 ~ 03069919 n 0000 ~ 03665232 n 0000 ~ 04596397 n 0000 | a restraint put around something to hold it together
-02785191 06 n 02 band 4 ring 1 002 @ 04339291 n 0000 + 01297401 v 0201 | a strip of material attached to the leg of a bird to identify it (as in studies of bird migration)
-02785365 06 n 01 band 5 002 @ 04339291 n 0000 @ 13875571 n 0000 | a thin flat strip or loop of flexible material that goes around or over something else, typically to hold it together or as a decoration
-02785570 06 n 01 band 6 001 @ 02827883 n 0000 | a driving belt in machinery
-02785648 06 n 02 bandage 0 patch 4 016 @ 03237639 n 0000 + 00083124 v 0101 ~ 02680110 n 0000 ~ 02955944 n 0000 ~ 02979836 n 0000 ~ 03082656 n 0000 ~ 03267821 n 0000 ~ 03389353 n 0000 %p 03430091 n 0000 ~ 03562565 n 0000 ~ 03838748 n 0000 ~ 04101860 n 0000 ~ 04239436 n 0000 ~ 04366832 n 0000 ~ 04369025 n 0000 ~ 04492585 n 0000 | a piece of soft material that covers and protects an injured part of the body
-02786058 06 n 01 Band_Aid 0 002 @ 02680110 n 0000 ;u 06851742 n 0000 | trade name for an adhesive bandage to cover small cuts or blisters
-02786198 06 n 02 bandanna 0 bandana 0 001 @ 03485794 n 0000 | large and brightly colored handkerchief; often used as a neckerchief
-02786331 06 n 01 bandbox 0 001 @ 02883344 n 0000 | a light cylindrical box for holding light articles of attire (especially hats)
-02786463 06 n 01 banderilla 0 001 @ 03162818 n 0000 | a decorated dart that is implanted in the neck or shoulders of the bull during a bull fight
-02786611 06 n 02 bandoleer 0 bandolier 0 001 @ 02972397 n 0000 | a broad cartridge belt worn over the shoulder by soldiers
-02786736 06 n 01 bandoneon 0 001 @ 03086670 n 0000 | a type of concertina popular in South America
-02786837 06 n 02 bandsaw 0 band_saw 0 001 @ 03996145 n 0000 | an endless saw consisting of a toothed metal band that is driven around two wheels
-02786984 06 n 03 bandstand 0 outdoor_stage 0 stand 2 001 @ 03961939 n 0000 | a platform where a (brass) band can play in the open air
-02787120 06 n 01 bandwagon 0 001 @ 04543158 n 0000 | a large ornate wagon for carrying a musical band; "the gaudy bandwagon led the circus parade"
-02787269 06 n 01 bangalore_torpedo 0 001 @ 04456472 n 0000 | a metal pipe filled with explosive, used to detonate land mines or to clear a path through barbed wire
-02787435 06 n 07 bangle 0 bauble 0 gaud 0 gewgaw 0 novelty 0 fallal 0 trinket 0 003 @ 02681518 n 0000 #m 08464324 n 0000 + 02393791 a 0306 | cheap showy jewelry or ornament on clothing
-02787622 06 n 01 banjo 0 002 @ 04338517 n 0000 %p 03341297 n 0000 | a stringed instrument of the guitar family that has long neck and circular body
-02787772 06 n 02 bank 0 bank_building 0 005 @ 03177349 n 0000 + 02343374 v 0101 + 02343056 v 0101 + 02310855 v 0102 %p 04523831 n 0000 | a building in which the business of banking transacted; "the bank is on the corner of Nassau and Witherspoon"
-02788021 06 n 02 banner 0 streamer 0 001 @ 03354903 n 0000 | long strip of cloth or paper used for decoration or advertising
-02788148 06 n 05 bannister 0 banister 0 balustrade 0 balusters 0 handrail 0 004 @ 02796623 n 0000 #p 02777734 n 0000 %p 02783994 n 0000 %p 04047401 n 0000 | a railing at the side of a staircase or balcony to prevent people from falling
-02788386 06 n 01 banquette 0 001 @ 02828884 n 0000 | an upholstered bench
-02788462 06 n 02 banyan 0 banian 0 001 @ 03589791 n 0000 | a loose fitting jacket; originally worn in India
-02788572 06 n 04 baptismal_font 0 baptistry 0 baptistery 0 font 0 001 @ 02801525 n 0000 | bowl for baptismal water
-02788689 06 n 01 bar 0 023 @ 03563967 n 0000 + 01342910 v 0101 ~ 02824152 n 0000 ~ 02865931 n 0000 ~ 02866106 n 0000 ~ 02966786 n 0000 ~ 03019198 n 0000 ~ 03107716 n 0000 ~ 03135917 n 0000 ~ 03233624 n 0000 ~ 03396074 n 0000 ~ 03451120 n 0000 ~ 03487090 n 0000 ~ 03488784 n 0000 ~ 03510487 n 0000 ~ 03659292 n 0000 ~ 04046590 n 0000 ~ 04112147 n 0000 ~ 04181561 n 0000 ~ 04237174 n 0000 ~ 04294614 n 0000 ~ 04459909 n 0000 ~ 04463679 n 0000 | a rigid piece of metal or wood; usually used as a fastening or obstruction or weapon; "there were bars in the windows to prevent escape"
-02789271 06 n 01 bar 2 004 @ 03839993 n 0000 #p 03442756 n 0000 + 01342910 v 0101 + 01478002 v 0107 | an obstruction (usually metal) placed at the top of a goal; "it was an excellent kick but the ball hit the bar"
-02789487 06 n 01 bar 5 009 @ 03116530 n 0000 ~ 02976815 n 0000 ~ 03869838 n 0000 ~ 04130143 n 0000 ~ 04247736 n 0000 ~ 04255768 n 0000 ~ 04366033 n 0000 ~ 04573513 n 0000 ~ 04591631 n 0000 | a counter where you can obtain food or drink; "he bought a hot dog and a coke at the bar"
-02789770 06 n 01 bar 7 003 @ 04047401 n 0000 #p 03120778 n 0000 ;c 08441203 n 0000 | (law) a railing that encloses the part of the courtroom where the judges and lawyers sit and the case is tried; "spectators were not allowed past the bar"
-02790012 06 n 01 bar 8 002 @ 03508628 n 0000 ;r 08860123 n 0000 | a heating element in an electric fire; "an electric fire with three bars"
-02790154 06 n 01 bar 9 003 @ 04359589 n 0000 #p 03535780 n 0000 #p 03888605 n 0000 | a horizontal rod that serves as a support for gymnasts as they perform exercises
-02790322 06 n 01 barb 0 005 @ 03974215 n 0000 #p 03532342 n 0000 #p 02743050 n 0000 #p 04270891 n 0000 ~ 03369767 n 0000 | a subsidiary point facing opposite from the main point that makes an arrowhead or spear hard to remove
-02790550 06 n 01 barb 1 003 @ 03974215 n 0000 #p 02790823 n 0000 + 01339181 v 0101 | the pointed part of barbed wire
-02790669 06 n 02 barbecue 0 barbeque 0 002 @ 04038727 n 0000 + 00324806 v 0102 | a rack to hold meat for cooking over hot charcoal usually out of doors
-02790823 06 n 02 barbed_wire 0 barbwire 0 003 @ 04594218 n 0000 %p 02790550 n 0000 ~ 03086868 n 0000 | strong wire with barbs at regular intervals used to prevent passage
-02790996 06 n 01 barbell 0 001 @ 04571292 n 0000 | a bar to which heavy discs are attached at each end; used in weightlifting
-02791124 06 n 01 barber_chair 0 002 @ 03001627 n 0000 #p 02791270 n 0000 | a large fixed adjustable chair in which barbers seat their customers
-02791270 06 n 01 barbershop 0 002 @ 04202417 n 0000 %p 02791124 n 0000 | a shop where men can get their hair cut
-02791385 06 n 01 barbette 0 001 @ 03792048 n 0000 | (formerly) a mound of earth inside a fort from which heavy gun can be fired over the parapet
-02791532 06 n 01 barbette_carriage 0 001 @ 03468696 n 0000 | a gun carriage elevated so that the gun can be fired over the parapet
-02791665 06 n 02 barbican 0 barbacan 0 001 @ 04460130 n 0000 | a tower that is part of a defensive structure (such as a castle)
-02791795 06 n 01 bar_bit 0 001 @ 02844714 n 0000 | a bit for horses that is a solid bar of metal
-02791894 06 n 05 barbital 0 veronal 0 barbitone 0 diethylbarbituric_acid 0 diethylmalonylurea 0 001 @ 02792049 n 0000 | a barbiturate used as a hypnotic
-02792049 06 n 01 barbiturate 0 008 @ 04166841 n 0000 ~ 02703499 n 0000 ~ 02791894 n 0000 ~ 03747508 n 0000 ~ 03913129 n 0000 ~ 04163740 n 0000 ~ 04256152 n 0000 ~ 04424936 n 0000 | organic compound having powerful soporific effect; overdose can be fatal
-02792305 06 n 01 bard 0 002 @ 02955540 n 0000 + 01670315 v 0102 | an ornamental caparison for a horse
-02792409 06 n 01 bareboat 0 001 @ 04530566 n 0000 | a vessel (such as a yacht) that can be chartered without a captain or crew or provisions
-02792552 06 n 04 barge 0 flatboat 0 hoy 0 lighter 1 008 @ 02858304 n 0000 + 01954852 v 0401 + 01950502 v 0101 ~ 03236423 n 0000 ~ 03545470 n 0000 ~ 03981566 n 0000 ~ 04150273 n 0000 ~ 04577293 n 0000 | a flatbottom boat for carrying heavy loads (especially on canals)
-02792822 06 n 02 bargello 0 flame_stitch 0 001 @ 04180314 n 0000 | needlepoint embroidery stitch that produces zigzag lines
-02792948 06 n 01 barge_pole 0 001 @ 03976657 n 0000 | a long pole used to propel or guide a barge; "I wouldn't touch it with a barge pole"
-02793089 06 n 02 baritone 0 baritone_horn 0 001 @ 02891788 n 0000 | the second lowest brass wind instrument
-02793199 06 n 02 bark 0 barque 0 001 @ 04128837 n 0000 | a sailing ship with 3 (or more) masts
-02793296 06 n 01 bar_magnet 0 001 @ 03705379 n 0000 | a magnet in the form of a bar with magnetic poles at each end
-02793414 06 n 01 bar_mask 0 001 @ 02983189 n 0000 | a catcher's mask with bars
-02793495 06 n 01 barn 0 004 @ 03322570 n 0000 ~ 03123809 n 0000 %p 03500557 n 0000 ~ 04441662 n 0000 | an outlying farm building for storing grain or animal feed and housing farm animals
-02793684 06 n 01 barndoor 0 001 @ 03357376 n 0000 | an opaque adjustable flap on a lamp fixture; used in photography to cut off light from particular areas
-02793842 06 n 01 barn_door 0 001 @ 04239074 n 0000 | the large sliding door of a barn
-02793930 06 n 01 barnyard 0 001 @ 04610503 n 0000 | a yard adjoining a barn
-02794008 06 n 01 barograph 0 001 @ 02794156 n 0000 | a recording barometer; automatically records on paper the variations in atmospheric pressure
-02794156 06 n 01 barometer 0 007 @ 03733925 n 0000 + 02658835 a 0101 + 02658835 a 0102 ~ 02710600 n 0000 ~ 02794008 n 0000 ~ 03749504 n 0000 ~ 04567098 n 0000 | an instrument that measures atmospheric pressure
-02794368 06 n 01 barong 0 001 @ 03623556 n 0000 | a knife resembling a cleaver; used in the Philippines
-02794474 06 n 01 barouche 0 001 @ 02968473 n 0000 | a horse-drawn carriage having four wheels; has an outside seat for the driver and facing inside seats for two couples and a folding top
-02794664 06 n 01 bar_printer 0 001 @ 03563200 n 0000 | an impact printer that uses a bar to carry the type slugs
-02794779 06 n 01 barrack 0 005 @ 03763727 n 0000 ;c 08199025 n 0000 + 02651745 v 0101 ~ 02976552 n 0000 %p 04290945 n 0000 | a building or group of buildings used to house military personnel
-02794972 06 n 01 barrage_balloon 0 002 @ 02692877 n 0000 ~ 03621694 n 0000 | an elongated tethered balloon or blimp with cables or net suspended from it to deter enemy planes that are flying low
-02795169 06 n 02 barrel 0 cask 0 015 @ 04531098 n 0000 + 01502540 v 0101 ~ 02823335 n 0000 %p 02895881 n 0000 %p 02919648 n 0000 ~ 02927608 n 0000 ~ 03524976 n 0000 %p 03533972 n 0000 ~ 03610418 n 0000 ~ 03930515 n 0000 ~ 04201618 n 0000 %p 04307269 n 0000 %p 04390977 n 0000 ~ 04497442 n 0000 ~ 04592005 n 0000 | a cylindrical container that holds liquids
-02795528 06 n 02 barrel 1 gun_barrel 0 002 @ 04493505 n 0000 #p 03467984 n 0000 | a tube through which a bullet travels when a gun is fired
-02795670 06 n 02 barrelhouse 0 honky-tonk 0 001 @ 02796995 n 0000 | a cheap drinking and dancing establishment
-02795783 06 n 02 barrel_knot 0 blood_knot 0 001 @ 03627232 n 0000 | a knot used for tying fishing leaders together; the ends of the two leaders are wrapped around each other two or three times
-02795978 06 n 06 barrel_organ 0 grind_organ 0 hand_organ 0 hurdy_gurdy 0 hurdy-gurdy 0 street_organ 0 002 @ 03800933 n 0000 ;c 07020895 n 0000 | a musical instrument that makes music by rotation of a cylinder studded with pegs
-02796207 06 n 01 barrel_vault 0 001 @ 04523525 n 0000 | the simplest form of vault; a single continuous arch
-02796318 06 n 01 barrette 0 001 @ 03940256 n 0000 | a pin for holding women's hair in place
-02796412 06 n 01 barricade 1 004 @ 02796623 n 0000 + 01127075 v 0101 + 01127215 v 0101 + 01478002 v 0101 | a barrier (usually thrown up hastily) to impede the advance of an enemy; "they stormed the barricade"
-02796623 06 n 01 barrier 0 016 @ 03839993 n 0000 ~ 02788148 n 0000 ~ 02796412 n 0000 ~ 02894605 n 0000 ~ 02918330 n 0000 ~ 03127531 n 0000 ~ 03160309 n 0000 ~ 03327234 n 0000 ~ 03327841 n 0000 ~ 03454707 n 0000 ~ 03549589 n 0000 ~ 03795580 n 0000 ~ 04047401 n 0000 ~ 04086066 n 0000 ~ 04096848 n 0000 ~ 04304680 n 0000 | a structure or object that impedes free movement
-02796995 06 n 05 barroom 0 bar 4 saloon 0 ginmill 0 taproom 0 006 @ 04105893 n 0000 #p 04018399 n 0000 ~ 02795670 n 0000 ~ 03062122 n 0000 ~ 04140434 n 0000 ~ 04270276 n 0000 | a room or establishment where alcoholic drinks are served over a counter; "he drowned his sorrows in whiskey at the bar"
-02797295 06 n 04 barrow 1 garden_cart 0 lawn_cart 0 wheelbarrow 0 001 @ 03484083 n 0000 | a cart for carrying small loads; has handles and one or more wheels
-02797455 06 n 01 bar_soap 0 001 @ 04253437 n 0000 | soap in the form of a bar
-02797535 06 n 01 bascule 0 001 @ 04341686 n 0000 | a structure or device in which one end is counterbalanced by the other (on the principle of the seesaw)
-02797692 06 n 03 base 0 pedestal 0 stand 0 005 @ 04359589 n 0000 ~ 02893148 n 0000 ~ 04295777 n 0000 ~ 04486213 n 0000 ~ 04486322 n 0000 | a support or foundation; "the base of the lamp"
-02797881 06 n 02 base 2 bag 3 006 @ 02799897 n 0000 #p 02799593 n 0000 ~ 03349771 n 0000 ~ 03528901 n 0000 ~ 04164406 n 0000 ~ 04425804 n 0000 | a place that the runner must touch before scoring; "he scrambled to get back to the bag"
-02798117 06 n 01 base 3 003 @ 03274796 n 0000 #p 04471632 n 0000 ;c 06099269 n 0000 | (electronics) the part of a transistor that separates the emitter from the collector
-02798290 06 n 02 base 4 base_of_operations 0 007 @ 03763133 n 0000 ;c 08199025 n 0000 ~ 02685585 n 0000 ~ 02741587 n 0000 ~ 03344205 n 0000 ~ 03813612 n 0000 ~ 04099649 n 0000 | installation from which a military force initiates operations; "the attack wiped out our forward bases"
-02798574 06 n 01 base 5 004 @ 08511241 n 0000 #p 04531098 n 0000 #p 02883344 n 0000 #p 03636649 n 0000 | a flat bottom on which something is intended to sit; "a tub should sit on its own base"
-02798769 06 n 01 base 7 002 @ 03570709 n 0000 + 01200068 v 0102 | the principal ingredient of a mixture; "glycerinated gelatin is used as a base for many ointments"; "he told the painter that he wanted a yellow base with just a hint of green"; "everything she cooked seemed to have rice as the base"
-02799071 06 n 01 baseball 0 002 @ 02778669 n 0000 @ 02799897 n 0000 | a ball used in playing baseball
-02799175 06 n 02 baseball_bat 0 lumber 0 003 @ 02806379 n 0000 @ 02799897 n 0000 %p 03485997 n 0000 | an implement used in baseball by the batter
-02799323 06 n 03 baseball_cap 0 jockey_cap 0 golf_cap 0 002 @ 02954340 n 0000 %p 02838728 n 0000 | a cap with a bill
-02799442 06 n 01 baseball_card 0 001 @ 04465795 n 0000 | a trading card with a picture of a baseball player and information about his playing record
-02799593 06 n 03 baseball_diamond 0 diamond 0 infield 0 009 @ 08673395 n 0000 #p 02780916 n 0000 ;c 00471613 n 0000 + 10205457 n 0301 ! 03859717 n 0301 %p 02797881 n 0000 %p 02810270 n 0000 %p 03792334 n 0000 %p 04204619 n 0000 | the area of a baseball field that is enclosed by 3 bases and home plate
-02799897 06 n 01 baseball_equipment 0 013 @ 04285146 n 0000 ;c 00471613 n 0000 ~ 02797881 n 0000 ~ 02799071 n 0000 ~ 02799175 n 0000 ~ 02800213 n 0000 ~ 02811059 n 0000 ~ 02811204 n 0000 ~ 02811350 n 0000 ~ 02983189 n 0000 ~ 03792334 n 0000 ~ 03942397 n 0000 ~ 04110281 n 0000 | equipment used in playing baseball
-02800213 06 n 04 baseball_glove 0 glove 1 baseball_mitt 0 mitt 0 001 @ 02799897 n 0000 | the handwear used by fielders in playing baseball
-02800354 06 n 03 baseboard 0 mopboard 0 skirting_board 0 001 @ 03780392 n 0000 | a molding covering the joint formed by a wall and the floor
-02800497 06 n 02 basement 0 cellar 0 002 @ 03365991 n 0000 ~ 02991950 n 0000 | the lowermost portion of a structure partly or wholly below ground level; often used for storage
-02800675 06 n 01 basement 1 001 @ 04360501 n 0000 | the ground floor facade or interior in Renaissance architecture
-02800793 06 n 02 basic 0 staple 0 002 @ 03076708 n 0000 ;u 06295235 n 0000 | (usually plural) a necessary commodity for which demand is constant
-02800940 06 n 01 basic_point_defense_missile_system 0 001 @ 04196080 n 0000 | a shipboard missile system
-02801047 06 n 02 basilica 1 Roman_basilica 0 002 @ 04104500 n 0000 + 02659931 a 0101 | a Roman building used for public administration
-02801184 06 n 01 basilica 2 003 @ 03028079 n 0000 + 02659931 a 0101 %p 03809802 n 0000 | an early Christian church designed like a Roman basilica; or a Roman Catholic church or cathedral accorded certain privileges; "the church was raised to the rank of basilica"
-02801450 06 n 01 basilisk 0 001 @ 02950256 n 0000 | ancient brass cannon
-02801525 06 n 01 basin 0 009 @ 04531098 n 0000 ~ 02748359 n 0000 ~ 02788572 n 0000 ~ 02836174 n 0000 ~ 02843158 n 0000 ~ 03283413 n 0000 ~ 03649288 n 0000 ~ 04330109 n 0000 ~ 04553703 n 0000 | a bowl-shaped vessel; usually used for holding food or liquids; "she mixed the dough in a large basin"
-02801823 06 n 01 basinet 0 003 @ 03513376 n 0000 #p 02862048 n 0000 %p 02941845 n 0000 | a medieval steel helmet
-02801938 06 n 02 basket 0 handbasket 0 010 @ 03094503 n 0000 ~ 02893608 n 0000 ~ 02925009 n 0000 ~ 03129848 n 0000 ~ 03390673 n 0000 ~ 03482405 n 0000 ~ 04024862 n 0000 ~ 04204238 n 0000 ~ 04227050 n 0000 ~ 04582349 n 0000 | a container that is usually woven and has handles
-02802215 06 n 03 basket 1 basketball_hoop 0 hoop 3 003 @ 03442756 n 0000 @ 02802721 n 0000 + 09842047 n 0102 | horizontal circular metal hoop supporting a net through which players try to throw the basketball
-02802426 06 n 01 basketball 0 002 @ 02778669 n 0000 @ 02802721 n 0000 | an inflated ball used in playing basketball
-02802544 06 n 01 basketball_court 0 005 @ 03120491 n 0000 ;c 00480993 n 0000 %p 03393534 n 0000 ~ 03528622 n 0000 %p 08590909 n 0000 | the court on which basketball is played
-02802721 06 n 01 basketball_equipment 0 004 @ 04285146 n 0000 ;c 00480993 n 0000 ~ 02802215 n 0000 ~ 02802426 n 0000 | sports equipment used in playing basketball
-02802886 06 n 01 basket_hilt 0 001 @ 03520654 n 0000 | a hilt with a basket-shaped guard for the hand
-02802990 06 n 01 basket_weave 0 001 @ 03309808 n 0000 | a cloth woven of two or more threads interlaced to suggest the weave of a basket
-02803129 06 n 04 bas_relief 0 low_relief 0 basso_relievo 0 basso_rilievo 0 002 @ 04073669 n 0000 ! 02700422 n 0203 | a sculptural relief in which forms extend only slightly from the background; no figures are undercut
-02803349 06 n 01 bass 2 005 @ 03800933 n 0000 ~ 02803934 n 0000 ~ 02804123 n 0000 ~ 02804252 n 0000 ~ 02867267 n 0000 | the member with the lowest range of a family of musical instruments
-02803539 06 n 01 bass_clarinet 0 001 @ 03037709 n 0000 | a large clarinet whose range is an octave below the B-flat clarinet
-02803666 06 n 02 bass_drum 0 gran_casa 0 001 @ 03249569 n 0000 | a large drum with two heads; makes a sound of indefinite but very low pitch
-02803809 06 n 01 basset_horn 0 001 @ 03037709 n 0000 | a tenor clarinet; pitched in the key of F below the B-flat clarinet
-02803934 06 n 06 bass_fiddle 0 bass_viol 1 bull_fiddle 0 double_bass 0 contrabass 0 string_bass 0 002 @ 02880546 n 0000 @ 02803349 n 0000 | largest and lowest member of the violin family
-02804123 06 n 01 bass_guitar 0 002 @ 03467517 n 0000 @ 02803349 n 0000 | the guitar with six strings that has the lowest pitch
-02804252 06 n 03 bass_horn 0 sousaphone 0 tuba 0 004 @ 02891788 n 0000 @ 02803349 n 0000 ~ 03301568 n 0000 ~ 03512030 n 0000 | the lowest brass wind instrument
-02804414 06 n 01 bassinet 0 001 @ 02766320 n 0000 | a basket (usually hooded) used as a baby's bed
-02804515 06 n 01 bassinet 1 001 @ 02766534 n 0000 | a perambulator that resembles a bassinet
-02804610 06 n 01 bassoon 0 004 @ 03228016 n 0000 + 09842716 n 0101 ~ 03096439 n 0000 ~ 04410365 n 0000 | a double-reed instrument; the tenor of the oboe family
-02804772 06 n 02 bastard 0 mongrel 0 006 @ 04521699 n 0000 + 01429663 v 0201 + 01117477 a 0105 + 00905039 a 0101 + 02580853 v 0101 + 02580853 v 0102 | derogatory term for a variation that is not genuine; something irregular or inferior or of dubious origin; "the architecture was a kind of bastard suggesting Gothic but not true Gothic"
-02805111 06 n 04 baste 0 basting 0 basting_stitch 0 tacking 0 002 @ 04180314 n 0000 + 01331348 v 0101 | a loose temporary sewing stitch to hold layers of fabric together
-02805283 06 n 01 baster 0 001 @ 03101986 n 0000 | a tube with a rubber bulb used to take up and release melted fat or gravy in order to moisten roasting meat
-02805443 06 n 01 bastille 0 002 @ 03592245 n 0000 @ 04005630 n 0000 | a jail or prison (especially one that is run in a tyrannical manner)
-02805584 06 n 01 Bastille 1 003 @i 03386011 n 0000 #p 08932568 n 0000 ;r 08929922 n 0000 | a fortress built in Paris in the 14th century and used as a prison in the 17th and 18th centuries; it was destroyed July 14, 1789 at the start of the French Revolution
-02805845 06 n 01 bastinado 0 002 @ 03145384 n 0000 + 01399921 v 0101 | a cudgel used to give someone a beating on the soles of the feet
-02805983 06 n 01 bastion 0 001 @ 03385557 n 0000 | projecting part of a rampart or other fortification
-02806088 06 n 02 bastion 1 citadel 0 004 @ 04340935 n 0000 ~ 02676938 n 0000 ~ 03628511 n 0000 ~i 03628590 n 0000 | a stronghold into which people could go for shelter during a battle
-02806274 06 n 01 basuco 0 001 @ 03060294 n 0000 | low-grade cocaine mixed with coca paste and cannabis
-02806379 06 n 01 bat 0 004 @ 03053474 n 0000 + 01413173 v 0101 ~ 02799175 n 0000 ~ 03873848 n 0000 | a club used for hitting a ball in various games
-02806530 06 n 01 bath 2 001 @ 04531098 n 0000 | a vessel containing liquid in which something is immersed (as to process it or to maintain it at a constant temperature or to lubricate it); "she soaked the etching in an acid bath"
-02806762 06 n 01 bath_chair 0 001 @ 04576002 n 0000 | a wheelchair usually pushed by an attendant, as at a spa
-02806875 06 n 02 bathhouse 0 bagnio 1 002 @ 03545150 n 0000 ~ 04350235 n 0000 | a building containing public baths
-02806992 06 n 02 bathhouse 1 bathing_machine 0 002 @ 02913152 n 0000 %p 03238131 n 0000 | a building containing dressing rooms for bathers
-02807133 06 n 02 bathing_cap 0 swimming_cap 0 001 @ 02954340 n 0000 | a tight-fitting cap that keeps hair dry while swimming
-02807260 06 n 01 bath_linen 0 004 @ 03672352 n 0000 ~ 02807401 n 0000 ~ 02808304 n 0000 ~ 04554523 n 0000 | linens for use in the bathroom
-02807401 06 n 01 bath_mat 0 001 @ 02807260 n 0000 | a heavy towel or mat to stand on while drying yourself after a bath
-02807523 06 n 01 bath_oil 0 001 @ 04447443 n 0000 | a scented oil added to your bath water
-02807616 06 n 01 bathrobe 0 001 @ 04097866 n 0000 | a loose-fitting robe of towelling; worn after a bath or swim
-02807731 06 n 02 bathroom 0 bath 1 007 @ 04105893 n 0000 #p 03259505 n 0000 + 00037919 v 0202 %p 02808440 n 0000 %p 04209613 n 0000 %p 04446521 n 0000 %p 04553703 n 0000 | a room (as in a residence) containing a bathtub or shower and usually a washbasin and toilet
-02807998 06 n 01 bathroom_cleaner 0 001 @ 03040587 n 0000 | a preparation for cleaning bathrooms
-02808097 06 n 01 bathroom_fixture 0 001 @ 03354613 n 0000 | any fixture in a bathroom
-02808185 06 n 01 bath_salts 0 002 @ 04447443 n 0000 ;u 06295235 n 0000 | a preparation that softens or scents a bath
-02808304 06 n 01 bath_towel 0 003 @ 04459362 n 0000 @ 02807260 n 0000 ~ 04499446 n 0000 | a large towel; to dry yourself after a bath
-02808440 06 n 04 bathtub 0 bathing_tub 0 bath 0 tub 1 006 @ 04531098 n 0000 #p 02807731 n 0000 + 00037919 v 0302 ~ 03379343 n 0000 ~ 03543603 n 0000 ~ 04225031 n 0000 | a relatively large open container that you fill with water and use to wash the body
-02808695 06 n 02 bathymeter 0 bathometer 0 002 @ 03733925 n 0000 + 02660337 a 0102 | an instrument that measures the depth of water
-02808829 06 n 03 bathyscaphe 0 bathyscaph 0 bathyscape 0 001 @ 04348359 n 0000 | navigable deep diving vessel for underwater exploration
-02808968 06 n 01 bathysphere 0 001 @ 04348359 n 0000 | spherical deep diving apparatus (lowered by a cable) for underwater exploration
-02809105 06 n 01 batik 0 002 @ 03309808 n 0000 + 00288814 v 0101 | a dyed fabric; a removable wax is used where the dye is not wanted
-02809241 06 n 01 batiste 0 001 @ 03309808 n 0000 | a thin plain-weave cotton or linen fabric; used for shirts or dresses
-02809364 06 n 02 baton 0 wand 1 001 @ 04100174 n 0000 | a thin tapered rod used by a conductor to lead an orchestra or choir
-02809491 06 n 01 baton 1 001 @ 04285622 n 0000 | a hollow cylinder passed from runner to runner in a relay race
-02809605 06 n 01 baton 2 001 @ 04100174 n 0000 | a hollow metal rod that is wielded or twirled by a drum major or drum majorette
-02809736 06 n 01 baton 3 001 @ 04296261 n 0000 | a short staff carried by some officials to symbolize an office or an authority
-02809866 06 n 01 Baton_Rouge_Bridge 1 002 @i 02953197 n 0000 #p 09091398 n 0000 | a cantilever bridge across the Mississippi at Baton Rouge
-02810008 06 n 01 batten 0 003 @ 04339638 n 0000 + 01306425 v 0101 + 01306292 v 0101 | a strip fixed to something to hold it firm
-02810139 06 n 01 battering_ram 0 002 @ 04050410 n 0000 @ 03288003 n 0000 | a ram used to break down doors of fortified buildings
-02810270 06 n 01 batter's_box 0 002 @ 02884607 n 0000 #p 02799593 n 0000 | an area on a baseball diamond (on either side of home plate) marked by lines within which the batter must stand when at bat
-02810471 06 n 02 battery 0 electric_battery 0 008 @ 03269401 n 0000 ~ 02666624 n 0000 ~ 02813981 n 0000 ~ 02987950 n 0000 %p 03274796 n 0000 %p 04413151 n 0000 ~ 04540547 n 0000 ~ 04541136 n 0000 | a device that produces electricity; may have several primary or secondary cells arranged in parallel or series
-02810782 06 n 02 battery 3 stamp_battery 0 002 @ 04300358 n 0000 %p 04300080 n 0000 | a series of stamps operated in one mortar for crushing ores
-02810930 06 n 02 batting 0 batten 1 001 @ 04345458 n 0000 | stuffing made of rolls or sheets of cotton wool or synthetic fiber
-02811059 06 n 02 batting_cage 0 cage 2 001 @ 02799897 n 0000 | a movable screen placed behind home base to catch balls during batting practice
-02811204 06 n 01 batting_glove 0 002 @ 03441112 n 0000 @ 02799897 n 0000 | a glove worn by batters in baseball to give a firmer grip on the bat
-02811350 06 n 01 batting_helmet 0 002 @ 03513137 n 0000 @ 02799897 n 0000 | a helmet worn by the batter in baseball
-02811468 06 n 02 battle-ax 0 battle-axe 0 004 @ 02903006 n 0000 #p 03477410 n 0000 ~ 03682380 n 0000 ~ 03977266 n 0000 | a broadax used as a weapon
-02811618 06 n 01 battle_cruiser 0 001 @ 03140900 n 0000 | a cruiser of maximum speed and firepower
-02811719 06 n 01 battle_dress 0 002 @ 03763968 n 0000 ;c 08199025 n 0000 | a military uniform designed for field service
-02811842 06 n 01 battle_flag 0 001 @ 03354903 n 0000 | a flag that leads troops into battle
-02811936 06 n 03 battlement 0 crenelation 0 crenellation 0 006 @ 04051825 n 0000 #p 03386011 n 0000 + 02335629 v 0303 + 02335629 v 0202 %p 03130340 n 0000 %p 03750614 n 0000 | a rampart built around the top of a castle with regular gaps for firing arrows or guns
-02812201 06 n 02 battleship 0 battlewagon 0 003 @ 04552696 n 0000 ~ 03236093 n 0000 ~ 03973003 n 0000 | large and heavily armoured warship
-02812342 06 n 02 battle_sight 0 battlesight 0 001 @ 03470387 n 0000 | an arrangement of sights that makes possible the rapid aiming of a firearm at short ranges
-02812505 06 n 01 batwing 0 001 @ 04371979 n 0000 | one of a pair of swinging doors (as at the entrance to a western saloon)
-02812631 06 n 01 bay 1 002 @ 03079741 n 0000 #p 02686568 n 0000 | a compartment in an aircraft used for some specific purpose; "he opened the bomb bay"
-02812785 06 n 01 bay 2 002 @ 03079741 n 0000 #p 04194289 n 0000 | a compartment on a ship between decks; often used as a hospital; "they put him in the sick bay"
-02812949 06 n 01 bayonet 0 002 @ 03624134 n 0000 + 01231980 v 0101 | a knife that can be fixed to the end of a rifle and used as a weapon
-02813089 06 n 01 Bayonne_Bridge 0 002 @i 04311004 n 0000 #p 09113207 n 0000 | a steel arch bridge connecting New Jersey and Staten Island at Bayonne, New Jersey
-02813252 06 n 01 bay_rum 0 001 @ 02683791 n 0000 | an aromatic liquid originally obtained by distilling the leaves of the bayberry tree with rum
-02813399 06 n 02 bay_window 0 bow_window 0 002 @ 04587648 n 0000 ~ 03855333 n 0000 | a window that sticks out from the outside wall of a house
-02813544 06 n 02 bazaar 0 bazar 0 001 @ 04202417 n 0000 | a shop where a variety of goods are sold
-02813645 06 n 02 bazaar 1 bazar 1 001 @ 03722288 n 0000 | a street of small shops (especially in Orient)
-02813752 06 n 01 bazooka 0 001 @ 03647520 n 0000 | a portable rocket launcher used by infantrymen as an antitank weapon
-02813874 06 n 02 BB 0 BB_shot 0 001 @ 04205759 n 0000 | a small pellet fired from an air rifle or BB gun
-02813981 06 n 01 B_battery 0 001 @ 02810471 n 0000 | battery for supplying a constant positive voltage to the plate of a vacuum tube
-02814116 06 n 01 BB_gun 0 001 @ 02689274 n 0000 | an air gun in which BBs are propelled by compressed air
-02814224 06 n 02 beach_ball 0 beachball 0 001 @ 02779435 n 0000 | large and light ball; for play at the seaside
-02814338 06 n 01 beach_house 0 001 @ 03544360 n 0000 | a house built on or near a beach
-02814428 06 n 01 beach_towel 0 001 @ 04459362 n 0000 | very large towel to dry yourself after swimming
-02814533 06 n 07 beach_wagon 0 station_wagon 0 wagon 1 estate_car 0 beach_waggon 0 station_waggon 0 waggon 1 003 @ 02958343 n 0000 ~ 04201733 n 0000 %p 04384593 n 0000 | a car that has a long body and rear door with space behind rear seat
-02814774 06 n 01 beachwear 0 001 @ 03051540 n 0000 | clothing to be worn at a beach
-02814860 06 n 04 beacon 1 lighthouse 0 beacon_light 0 pharos 0 004 @ 04460130 n 0000 + 02160433 v 0101 + 01933204 v 0101 ~i 04461148 n 0000 | a tower with a light that gives warning of shoals to passing ships
-02815071 06 n 01 bead 0 005 @ 03597469 n 0000 + 00056660 a 0101 + 01670511 v 0101 + 01360091 v 0101 ~ 02913035 n 0000 | a small ball with a hole through the middle
-02815237 06 n 04 beading 0 bead 1 beadwork 0 astragal 0 002 @ 03780392 n 0000 ~ 04035481 n 0000 | a beaded molding for edging or decorating furniture
-02815389 06 n 02 beading 1 beadwork 1 001 @ 03169390 n 0000 | ornamentation with beads
-02815478 06 n 01 beading_plane 0 001 @ 03954731 n 0000 | a plane with a concave blade for making moulding with beadwork
-02815600 06 n 02 beads 0 string_of_beads 0 003 @ 04338359 n 0000 ~ 04109335 n 0000 ~ 04549407 n 0000 | several beads threaded together on a string
-02815749 06 n 01 beaker 0 001 @ 03147509 n 0000 | a cup (usually without a handle)
-02815834 06 n 01 beaker 1 001 @ 03593526 n 0000 | a flatbottomed jar made of glass or plastic; used for chemistry
-02815950 06 n 01 beam 0 018 @ 04341414 n 0000 @ 03932203 n 0000 ~ 02884859 n 0000 ~ 02953056 n 0000 ~ 03437941 n 0000 ~ 03502897 n 0000 ~ 03503233 n 0000 ~ 03601840 n 0000 ~ 03609542 n 0000 ~ 03609959 n 0000 ~ 04045644 n 0000 ~ 04088982 n 0000 ~ 04089152 n 0000 ~ 04204468 n 0000 ~ 04433377 n 0000 ~ 04436185 n 0000 ~ 04475496 n 0000 %s 15098161 n 0000 | long thick piece of wood or metal or concrete, etc., used in construction
-02816381 06 n 01 beam 2 001 @ 04213626 n 0000 | the broad side of a ship; "they sighted land on the port beam"
-02816494 06 n 01 beam_balance 0 002 @ 02777100 n 0000 ~ 02708555 n 0000 | a balance consisting of a lever with two equal arms and a pan suspended from each arm
-02816656 06 n 01 beanbag 0 001 @ 02773037 n 0000 | a small cloth bag filled with dried beans; thrown in games
-02816768 06 n 02 beanie 0 beany 0 001 @ 04232153 n 0000 | a small skullcap; formerly worn by schoolboys and college freshmen
-02816895 06 n 01 bear_claw 0 001 @ 03178782 n 0000 | an incised design resembling the claw of a bear; used in Native American pottery
-02817031 06 n 01 bearing 0 006 @ 04359589 n 0000 #p 04110955 n 0000 ~ 02780315 n 0000 ~ 03334775 n 0000 ~ 03602686 n 0000 ~ 04430475 n 0000 | a rotating support placed between moving parts to allow them to move easily
-02817251 06 n 02 bearing_rein 0 checkrein 0 001 @ 04072551 n 0000 | a rein designed to keep the horse's head in the desired position
-02817386 06 n 01 bearing_wall 0 002 @ 04546855 n 0000 @ 04359589 n 0000 | any wall supporting a floor or the roof of a building
-02817516 06 n 03 bearskin 0 busby 0 shako 0 001 @ 03497657 n 0000 | tall hat; worn by some British soldiers on ceremonial occasions
-02817650 06 n 01 beater 0 005 @ 03563967 n 0000 + 01418179 v 0101 + 01398919 v 0101 ~ 02967407 n 0000 ~ 03266371 n 0000 | an implement for beating
-02817799 06 n 03 beating-reed_instrument 0 reed_instrument 0 reed 0 005 @ 04598582 n 0000 + 01921639 a 0301 ~ 03228016 n 0000 ~ 03393199 n 0000 ~ 04222847 n 0000 | a musical instrument that sounds by means of a vibrating reed
-02818027 06 n 01 beauty_spot 0 001 @ 02681518 n 0000 | a spot that is worn on a lady's face for adornment
-02818135 06 n 02 beaver 0 castor 0 001 @ 03404360 n 0000 | a hat made with the fur of a beaver (or similar material)
-02818254 06 n 01 beaver 1 002 @ 02740764 n 0000 #p 03513137 n 0000 | a movable piece of armor on a medieval helmet used to protect the lower face
-02818402 06 n 01 beaver_board 0 001 @ 04547991 n 0000 | a light wallboard made of compressed wood pulp
-02818507 06 n 01 becket 0 002 @ 03670849 n 0000 ;c 00314469 n 0000 | (nautical) a short line with an eye at one end and a knot at the other; used to secure loose items on a ship
-02818687 06 n 01 Beckman_thermometer 0 001 @ 03749807 n 0000 | a mercury thermometer that measures small differences or changes in temperature
-02818832 06 n 01 bed 0 027 @ 02821943 n 0000 #p 02821627 n 0000 + 02337066 v 0101 + 01500082 v 0101 + 01426397 v 0115 %p 02822579 n 0000 ~ 02831724 n 0000 ~ 02915379 n 0000 ~ 02920083 n 0000 ~ 02920259 n 0000 ~ 03114504 n 0000 ~ 03115762 n 0000 ~ 03166600 n 0000 ~ 03225988 n 0000 ~ 03388549 n 0000 ~ 03482252 n 0000 ~ 03723439 n 0000 %p 03731164 n 0000 ~ 03799876 n 0000 ~ 03956531 n 0000 ~ 03962852 n 0000 ~ 04213264 n 0000 ~ 04222210 n 0000 ~ 04236809 n 0000 ~ 04491638 n 0000 ~ 04503413 n 0000 ~ 04557522 n 0000 | a piece of furniture that provides a place to sleep; "he sat on the edge of the bed"; "the room had only a bed and chair"
-02819474 06 n 01 bed 1 006 @ 08674739 n 0000 ~ 02748088 n 0000 ~ 03368352 n 0000 ~ 03542073 n 0000 ~ 04167122 n 0000 ~ 04500613 n 0000 | a plot of ground in which plants are growing; "the gardener planted a bed of roses"
-02819697 06 n 01 bed 2 003 @ 03387016 n 0000 ~ 04047834 n 0000 ~ 04096733 n 0000 | a foundation of earth or rock supporting a road or railroad track; "the track bed had washed away"
-02819881 06 n 01 bed 3 002 @ 04362025 n 0000 #p 04000311 n 0000 | the flat surface of a printing press on which the type form is laid in the last stage of producing a newspaper or magazine or book etc.
-02820085 06 n 02 bed_and_breakfast 0 bed-and-breakfast 0 001 @ 02857477 n 0000 | an overnight boardinghouse with breakfast
-02820210 06 n 03 bedclothes 0 bed_clothing 0 bedding 0 007 @ 03050026 n 0000 ~ 02821543 n 0000 ~ 02822220 n 0000 ~ 02849154 n 0000 ~ 03731483 n 0000 ~ 04033995 n 0000 ~ 04429971 n 0000 | coverings that are used on a bed
-02820432 06 n 03 bedding_material 0 bedding 1 litter 0 001 @ 14580897 n 0000 | material used to provide a bed for animals
-02820556 06 n 01 Bedford_cord 0 001 @ 03106722 n 0000 | a heavy corded fabric similar to corduroy; used for clothing
-02820675 06 n 01 bed_jacket 0 001 @ 03589791 n 0000 | a lightweight jacket worn over bedclothes (as when sitting in bed)
-02820798 06 n 0c Bedlam 0 booby_hatch 0 crazy_house 0 cuckoo's_nest 0 funny_farm 0 funny_house 0 loony_bin 0 madhouse 0 nut_house 0 nuthouse 0 sanatorium 1 snake_pit 0 001 @ 03746574 n 0000 | pejorative terms for an insane asylum
-02821030 06 n 01 bed_linen 0 004 @ 03672352 n 0000 ~ 02975412 n 0000 ~ 03938725 n 0000 ~ 04188179 n 0000 | linen or cotton articles for a bed (as sheets and pillowcases)
-02821202 06 n 01 bedpan 0 001 @ 04531098 n 0000 | a shallow vessel used by a bedridden patient for defecation and urination
-02821328 06 n 01 bed_pillow 0 001 @ 03938244 n 0000 | a soft pillow for use on a bed
-02821415 06 n 01 bedpost 0 002 @ 04359589 n 0000 #p 02822579 n 0000 | any of 4 vertical supports at the corners of a bedstead
-02821543 06 n 01 bedroll 0 001 @ 02820210 n 0000 | bedding rolled up for carrying
-02821627 06 n 05 bedroom 0 sleeping_room 0 sleeping_accommodation 0 chamber 1 bedchamber 0 010 @ 04105893 n 0000 #p 03259505 n 0000 %p 02818832 n 0000 ~ 02878534 n 0000 ~ 03017070 n 0000 ~ 03225108 n 0000 ~ 03465718 n 0000 ~ 03542860 n 0000 ~ 03727465 n 0000 ~ 03788601 n 0000 | a room used primarily for sleeping
-02821943 06 n 01 bedroom_furniture 0 002 @ 03405725 n 0000 ~ 02818832 n 0000 | furniture intended for use in a bedroom
-02822064 06 n 03 bedsitting_room 0 bedsitter 0 bedsit 0 001 @ 02726305 n 0000 | a furnished sitting room with sleeping accommodations (and some plumbing)
-02822220 06 n 06 bedspread 0 bedcover 0 bed_cover 0 bed_covering 0 counterpane 0 spread 0 003 @ 02820210 n 0000 ~ 03123553 n 0000 ~ 04034262 n 0000 | decorative cover for a bed
-02822399 06 n 01 bedspring 0 004 @ 04288272 n 0000 #p 02822579 n 0000 ;u 06295235 n 0000 ~ 02886321 n 0000 | (usually plural) one of the springs holding up the mattress of a bed
-02822579 06 n 02 bedstead 0 bedframe 0 006 @ 03405725 n 0000 #p 02818832 n 0000 %p 02821415 n 0000 %p 02822399 n 0000 %p 03379461 n 0000 %p 03502200 n 0000 | the framework of a bed
-02822762 06 n 01 beefcake 0 001 @ 03925226 n 0000 | a photograph of a muscular man in minimal attire
-02822865 06 n 02 beehive 0 hive 0 004 @ 04060904 n 0000 #p 02727426 n 0000 + 02306087 v 0201 ~ 04226962 n 0000 | a man-made receptacle that houses a swarm of bees
-02823030 06 n 01 beehive 1 001 @ 04602044 n 0000 | any workplace where people are very busy
-02823124 06 n 02 beeper 0 pager 0 004 @ 03277771 n 0000 + 00754560 v 0201 + 02183175 v 0103 + 00791372 v 0101 | an electronic device that generates a series of beeps when the person carrying it is being paged
-02823335 06 n 02 beer_barrel 0 beer_keg 0 001 @ 02795169 n 0000 | a barrel that holds beer
-02823428 06 n 01 beer_bottle 0 001 @ 02876657 n 0000 | a bottle that holds beer
-02823510 06 n 01 beer_can 0 001 @ 02946921 n 0000 | a can that holds beer
-02823586 06 n 01 beer_garden 0 001 @ 04395875 n 0000 | tavern with an outdoor area (usually resembling a garden) where beer and other alcoholic drinks are served
-02823750 06 n 01 beer_glass 0 001 @ 03438257 n 0000 | a relatively large glass for serving beer
-02823848 06 n 01 beer_hall 0 001 @ 03478907 n 0000 | a hall or barroom featuring beer and (usually) entertainment
-02823964 06 n 01 beer_mat 0 001 @ 03242120 n 0000 | a drip mat placed under a glass of beer
-02824058 06 n 02 beer_mug 0 stein 0 001 @ 03797390 n 0000 | a mug intended for serving beer
-02824152 06 n 01 belaying_pin 0 002 @ 02788689 n 0000 ;c 04194289 n 0000 | a wood or metal bar to which a rope can be secured (as on a ship or in mountain climbing)
-02824319 06 n 01 belfry 0 002 @ 04105893 n 0000 #p 02826886 n 0000 | a room (often at the top of a tower) where bells are hung
-02824448 06 n 01 bell 0 017 @ 02676261 n 0000 @ 04217718 n 0000 + 01297274 v 0101 ~ 03028596 n 0000 %p 03037228 n 0000 ~ 03123917 n 0000 ~ 03166951 n 0000 ~ 03201529 n 0000 ~ 03270695 n 0000 ~ 03344305 n 0000 ~i 03660228 n 0000 ~ 04146504 n 0000 ~ 04187751 n 0000 ~ 04203356 n 0000 ~ 04236935 n 0000 %p 04261369 n 0000 ~ 04444121 n 0000 | a hollow device made of metal that makes a ringing sound when struck
-02824858 06 n 01 bell 3 004 @ 03848729 n 0000 #p 04586932 n 0000 #p 03403643 n 0000 #p 02856237 n 0000 | the flared opening of a tubular device
-02825004 06 n 01 belladonna 0 001 @ 02754756 n 0000 | an alkaloidal extract or tincture of the poisonous belladonna plant that is used medicinally
-02825153 06 n 01 bell_arch 0 001 @ 04113765 n 0000 | a round arch resting on corbels
-02825240 06 n 04 bellarmine 0 longbeard 0 long-beard 0 greybeard 0 001 @ 03603722 n 0000 | a stoneware drinking jug with a long neck; decorated with a caricature of Cardinal Bellarmine (17th century)
-02825442 06 n 03 bellbottom_trousers 0 bell-bottoms 0 bellbottom_pants 0 002 @ 04489008 n 0000 ;u 06295235 n 0000 | trousers with legs that flare; worn by sailors; absurdly wide hems were fashionable in the 1960s
-02825657 06 n 02 bell_cote 0 bell_cot 0 001 @ 04191943 n 0000 | a small shelter for bells; has a gable or shed roof
-02825775 06 n 01 bell_deck 0 001 @ 03365592 n 0000 | a floor under the bells of an open belfry
-02825872 06 n 01 bell_foundry 0 001 @ 03387653 n 0000 | a foundry where bells are cast
-02825961 06 n 01 bell_gable 0 001 @ 03409393 n 0000 | an extension of a gable that serves as a bell cote
-02826068 06 n 02 bell_jar 0 bell_glass 0 001 @ 04014297 n 0000 | a bell-shaped glass cover used to protect and display delicate objects or to cover scientific apparatus or to contain gases
-02826259 06 n 01 bellows 0 002 @ 02855089 n 0000 ;u 06295235 n 0000 | a mechanical device that blows a strong current of air; used to make a fire burn more fiercely or to sound a musical instrument
-02826459 06 n 01 bellpull 0 001 @ 04019696 n 0000 | a handle or cord that is pulled to ring a doorbell or a servant's bell etc.
-02826589 06 n 01 bell_push 0 001 @ 04027023 n 0000 | a button that is pushed to ring a bell
-02826683 06 n 02 bell_seat 0 balloon_seat 0 001 @ 04161358 n 0000 | a seat that has a bell shape (on some 18th century chairs)
-02826812 06 n 01 bell_tent 0 001 @ 04411264 n 0000 | a bell-shaped tent
-02826886 06 n 01 bell_tower 0 003 @ 04460130 n 0000 %p 02824319 n 0000 ~ 02946127 n 0000 | a tower that supports or shelters a bell
-02827020 06 n 01 bellyband 0 001 @ 03323703 n 0000 | a strap around the belly of a draft animal holding the shafts of a wagon
-02827148 06 n 01 bellyband 1 001 @ 02784218 n 0000 | a cloth band that is worn around the waist (as on infants until the navel has healed)
-02827289 06 n 02 Belmont_Park 0 Belmont 0 002 @i 03205760 n 0000 #p 09124252 n 0000 | a racetrack for thoroughbred racing in Elmont on Long Island; site of the Belmont Stakes
-02827466 06 n 01 Belsen 0 001 @i 03086183 n 0000 | a Nazi concentration camp for Jews created in northwestern Germany during World War II
-02827606 06 n 01 belt 0 010 @ 02671780 n 0000 + 01366061 v 0101 ~ 02778294 n 0000 %p 02828299 n 0000 %s 02828427 n 0000 ~ 02972397 n 0000 ~ 03527565 n 0000 ~ 03781683 n 0000 ~ 04125853 n 0000 ~ 04132465 n 0000 | a band to tie or buckle around the body (usually at the waist)
-02827883 06 n 01 belt 1 007 @ 13875571 n 0000 ~ 02785570 n 0000 %s 02828427 n 0000 ~ 03100897 n 0000 ~ 03244660 n 0000 ~ 03320262 n 0000 ~ 04464418 n 0000 | endless loop of flexible material between two rotating shafts or pulleys
-02828115 06 n 03 belt 2 belt_ammunition 0 belted_ammunition 0 001 @ 02703275 n 0000 | ammunition (usually of small caliber) loaded in flexible linked strips for use in a machine gun
-02828299 06 n 01 belt_buckle 0 003 @ 02910353 n 0000 #p 02827606 n 0000 %p 04010927 n 0000 | the buckle used to fasten a belt
-02828427 06 n 01 belting 0 003 @ 03309808 n 0000 #s 02827606 n 0000 #s 02827883 n 0000 | the material of which belts are made
-02828555 06 n 01 belvedere 0 001 @ 03430418 n 0000 | a gazebo sited to command a fine view
-02828648 06 n 04 beltway 0 bypass 0 ring_road 0 ringway 0 004 @ 03519981 n 0000 ;r 08860123 n 0404 ;r 08860123 n 0304 + 00811171 v 0201 | a highway that encircles an urban area so that traffic does not have to pass through the center
-02828884 06 n 01 bench 0 009 @ 04161981 n 0000 ~ 02788386 n 0000 ~ 03360622 n 0000 ~ 03891251 n 0000 ~ 03907908 n 0000 ~ 03920867 n 0000 ~ 04002371 n 0000 ~ 04177820 n 0000 ~ 04590021 n 0000 | a long seat for more than one person
-02829116 06 n 01 bench 3 003 @ 04161981 n 0000 #p 03120778 n 0000 ;c 08441203 n 0000 | (law) the seat for judges in a courtroom
-02829246 06 n 01 bench_clamp 0 001 @ 03036866 n 0000 | a clamp used to hold work in place on a workbench
-02829353 06 n 01 bench_hook 0 001 @ 02982790 n 0000 | any of various stops on a workbench against which work can be pushed (as while chiseling or planing)
-02829510 06 n 01 bench_lathe 0 001 @ 03646296 n 0000 | lathe mounted on a workbench
-02829596 06 n 01 bench_press 0 001 @ 04024274 n 0000 | a small punch press mounted on a workbench
-02829696 06 n 02 bend 0 curve 0 012 @ 04164989 n 0000 #p 04096066 n 0000 ;c 09411430 n 0000 + 02316071 a 0201 + 02316071 a 0202 + 00362128 v 0202 + 02738701 v 0203 + 02033295 v 0203 + 02033137 v 0101 ~ 02851795 n 0000 ~ 03268470 n 0000 ~ 03476458 n 0000 | curved segment (of a road or river or railroad track etc.)
-02830013 06 n 02 bend 1 bend_dexter 0 001 @ 03853734 n 0000 | diagonal line traversing a shield from the upper right corner to the lower left
-02830157 06 n 01 bender 0 003 @ 04451818 n 0000 + 02035919 v 0101 + 01280014 v 0102 | a tool for bending; "he used pliers as a bender"
-02830294 06 n 01 Benjamin_Franklin_Bridge 0 002 @i 04366367 n 0000 #p 09136182 n 0000 | a suspension bridge across the Delaware River
-02830430 06 n 01 bentwood 0 001 @ 15098161 n 0000 | wood that is steamed until it becomes pliable and then is shaped for use in making furniture; "bentwood chairs"
-02830596 06 n 02 Benzedrine 0 bennie 0 003 @ 02704153 n 0000 ;u 07157273 n 0201 ;u 06851742 n 0101 | a form of amphetamine
-02830721 06 n 02 benzocaine 0 ethyl_aminobenzoate 0 001 @ 03681148 n 0000 | a white crystalline ester used as a local anesthetic
-02830852 06 n 01 benzodiazepine 0 011 @ 03771443 n 0000 @ 03800001 n 0000 ~ 02699343 n 0000 ~ 03022041 n 0000 ~ 03189995 n 0000 ~ 03298211 n 0000 ~ 03690005 n 0000 ~ 03761845 n 0000 ~ 03826331 n 0000 ~ 04407007 n 0000 ~ 04480625 n 0000 | any of several similar lipophilic amines used as tranquilizers or sedatives or hypnotics or muscle relaxants; chronic use can lead to dependency
-02831237 06 n 01 beret 0 001 @ 02954340 n 0000 | a cap with no brim or bill; made of soft cloth
-02831335 06 n 01 berlin 0 001 @ 03670208 n 0000 | a limousine with a glass partition between the front and back seats
-02831455 06 n 04 Bermuda_rig 0 Bermudan_rig 0 Bermudian_rig 0 Marconi_rig 0 001 @ 04091247 n 0000 | a rig of triangular sails for a yacht
-02831595 06 n 02 Bermuda_shorts 0 Jamaica_shorts 0 002 @ 04205318 n 0000 ;u 06295235 n 0000 | short pants that end at the knee
-02831724 06 n 03 berth 0 bunk 0 built_in_bed 0 004 @ 02818832 n 0000 + 02336947 v 0101 ~ 03693973 n 0000 ~ 04514648 n 0000 | a bed on a ship or train; usually in tiers
-02831894 06 n 01 besom 0 001 @ 02906734 n 0000 | a broom made of twigs tied together on a long handle
-02831998 06 n 01 Bessemer_converter 0 002 @ 03099945 n 0000 #p 04311595 n 0000 | a refractory-lined furnace used to convert pig iron into steel by the Bessemer process
-02832168 06 n 04 beta_blocker 0 beta-blocking_agent 0 beta-adrenergic_blocker 0 beta-adrenergic_blocking_agent 0 010 @ 02854156 n 0000 ~ 02673480 n 0000 ~ 02751782 n 0000 ~ 02973395 n 0000 ~ 03296759 n 0000 ~ 03756857 n 0000 ~ 03804311 n 0000 ~ 03942244 n 0000 ~ 04011409 n 0000 ~ 04438742 n 0000 | any of various drugs used in treating hypertension or arrhythmia; decreases force and rate of heart contractions by blocking beta-adrenergic receptors of the autonomic nervous system
-02832652 06 n 01 beta-interferon 0 001 @ 03579137 n 0000 | a form of interferon that is produced by fibroblasts and have antiviral effects; used in the treatment of multiple sclerosis
-02832838 06 n 02 betatron 0 induction_accelerator 0 001 @ 02670382 n 0000 | accelerates a continuous beam of electrons to high speeds by means of the electric field produced by changing magnetic flux
-02833040 06 n 01 bethel 0 001 @ 03953416 n 0000 | a house of worship (especially one for sailors)
-02833140 06 n 01 betting_shop 0 002 @ 04202417 n 0000 ;r 08860123 n 0000 | a licensed bookmaker's shop that is not at the race track
-02833275 06 n 01 bevatron 0 001 @ 03156071 n 0000 | a cyclotron that accelerates protons up to several billion electron volts
-02833403 06 n 02 bevel 0 bevel_square 0 001 @ 03489162 n 0000 | a hand tool consisting of two rules that are hinged together so you can draw or measure angles of any size
-02833576 06 n 03 bevel 1 cant 0 chamfer 0 006 @ 03264136 n 0000 + 01583993 v 0302 + 01277649 v 0302 + 01884577 v 0201 + 01583993 v 0101 ~ 04281880 n 0000 | two surfaces meeting at an angle different from 90 degrees
-02833793 06 n 03 bevel_gear 0 pinion_and_crown_wheel 0 pinion_and_ring_gear 0 002 @ 03430551 n 0000 ~ 03194297 n 0000 | gears that mesh at an angle
-02833943 06 n 01 bezel 0 001 @ 03264136 n 0000 | a sloping edge on a cutting tool
-02834027 06 n 02 B-flat_clarinet 0 licorice_stick 0 001 @ 03037709 n 0000 | the ordinary clarinet with a middle range
-02834147 06 n 01 bhang 0 002 @ 04256993 n 0000 #p 12397431 n 0000 | a preparation of the leaves and flowers of the hemp plant; much used in India
-02834295 06 n 01 bib 0 001 @ 03807537 n 0000 | a napkin tied under the chin of a child while eating
-02834397 06 n 01 bib 1 002 @ 03932670 n 0000 #p 02730930 n 0000 | top part of an apron; covering the chest
-02834506 06 n 01 bib-and-tucker 0 002 @ 03859958 n 0000 ;u 07075172 n 0000 | an attractive outfit; "she wore her best bib-and-tucker"
-02834642 06 n 02 bicorn 0 bicorne 0 002 @ 03061050 n 0000 + 02034324 a 0101 | a cocked hat with the brim turned up to form two points
-02834778 06 n 04 bicycle 0 bike 0 wheel 6 cycle 0 020 @ 04576211 n 0000 + 09986189 n 0401 + 01935476 v 0203 + 09986189 n 0102 + 01935476 v 0101 ~ 02835271 n 0000 %p 02835915 n 0000 %p 02836035 n 0000 %p 02999410 n 0000 %p 03056873 n 0000 %p 03487090 n 0000 %p 03616428 n 0000 ~ 03792782 n 0000 %p 03796605 n 0000 ~ 03853924 n 0000 %p 03903424 n 0000 ~ 04026813 n 0000 ~ 04126066 n 0000 %p 04289690 n 0000 ~ 04524716 n 0000 | a wheeled vehicle that has two wheels and is moved by foot pedals
-02835271 06 n 03 bicycle-built-for-two 0 tandem_bicycle 0 tandem 0 001 @ 02834778 n 0000 | a bicycle with two sets of pedals and two seats
-02835412 06 n 01 bicycle_chain 0 001 @ 02999410 n 0000 | a chain that transmits the power from the pedals to the rear wheel of a bicycle
-02835551 06 n 02 bicycle_clip 0 trouser_clip 0 001 @ 03043958 n 0000 | a clip worn around a cyclist's ankles that keeps trousers from becoming caught in the bicycle chain
-02835724 06 n 01 bicycle_pump 0 001 @ 04021798 n 0000 | a small pump that fills bicycle tires with air
-02835829 06 n 01 bicycle_rack 0 001 @ 04038727 n 0000 | a rack for parking bicycles
-02835915 06 n 02 bicycle_seat 0 saddle 2 002 @ 04161358 n 0000 #p 02834778 n 0000 | a seat for the rider of a bicycle
-02836035 06 n 01 bicycle_wheel 0 004 @ 04574999 n 0000 #p 02834778 n 0000 %p 03971422 n 0000 %p 04283378 n 0000 | the wheel of a bicycle
-02836174 06 n 01 bidet 0 001 @ 02801525 n 0000 | a basin for washing genitals and anal area
-02836268 06 n 01 bier 0 002 @ 04038440 n 0000 ~ 02981198 n 0000 | a stand to support a corpse or a coffin prior to burial
-02836392 06 n 01 bier 1 001 @ 03064758 n 0000 | a coffin along with its stand; "we followed the bier to the graveyard"
-02836513 06 n 01 bi-fold_door 0 002 @ 03579538 n 0000 %p 03521076 n 0000 | an interior door
-02836607 06 n 01 bifocals 0 002 @ 04272054 n 0000 ;u 06295235 n 0101 | eyeglasses having two focal lengths, one for near vision and the other for far vision
-02836766 06 n 01 Big_Ben 0 002 @i 03046257 n 0000 #p 08873622 n 0000 | clock in the clock tower of the Houses of Parliament, London
-02836900 06 n 02 Big_Blue 0 BLU-82 0 001 @ 03390327 n 0000 | a reliable and deadly 15,000-pound fragmentation bomb that explodes just above ground with a large radius; the largest conventional bomb in existence; used in Afghanistan
-02837134 06 n 01 big_board 0 002 @ 03211616 n 0000 #p 03822951 n 0000 | the large display board at the New York Stock Exchange that reports on stocks traded on the exchange
-02837309 06 n 01 biggin 0 001 @ 02954340 n 0000 | a child's tight-fitting cap; often ties under the chin
-02837416 06 n 07 big_H 0 hell_dust 0 nose_drops 0 smack 0 thunder 0 skag 0 scag 0 002 @ 03516011 n 0000 ;u 06336537 n 0000 | street names for heroin
-02837567 06 n 01 bight 0 002 @ 08521816 n 0000 #p 04108268 n 0000 | the middle part of a slack rope (as distinguished from its ends)
-02837702 06 n 01 bijou 0 001 @ 03597469 n 0000 | a small and delicately worked piece
-02837789 06 n 02 bikini 0 two-piece 1 001 @ 04371563 n 0000 | a woman's very brief bathing suit
-02837887 06 n 01 bikini_pants 0 002 @ 04508489 n 0000 ;u 06295235 n 0000 | small and tight-fitting underpants; worn by women
-02838014 06 n 01 bilge 0 004 @ 08511241 n 0000 #p 04530566 n 0000 + 00257947 v 0101 ~ 02838448 n 0000 | where the sides of the vessel curve in to form the bottom
-02838178 06 n 01 bilge_keel 0 002 @ 03609542 n 0000 #p 04530566 n 0000 | either of two lengthwise fins attached along the outside of a ship's bilge; reduces rolling
-02838345 06 n 01 bilge_pump 0 002 @ 04021798 n 0000 #p 04194289 n 0000 | a pump to remove bilgewater
-02838448 06 n 01 bilges 0 001 @ 02838014 n 0000 | in a vessel with two hulls, an enclosed area between the frames at each side
-02838577 06 n 01 bilge_well 0 003 @ 04572559 n 0000 #p 04194289 n 0000 ;c 00314469 n 0000 | (nautical) a well where seepage drains to be pumped away
-02838728 06 n 05 bill 0 peak 0 eyeshade 0 visor 0 vizor 0 003 @ 02902079 n 0000 #p 02799323 n 0000 #p 03610682 n 0000 | a brim that projects to the front to shade the eyes; "he pulled down the bill of his cap and trudged ahead"
-02838958 06 n 02 bill 1 billhook 0 001 @ 04140064 n 0000 | a long-handled saw with a curved blade; "he used a bill to prune branches off of the tree"
-02839110 06 n 02 billboard 0 hoarding 0 001 @ 04217882 n 0000 | large outdoor signboard
-02839200 06 n 01 billet 0 003 @ 03546340 n 0000 ;c 08199025 n 0000 + 02653159 v 0102 | lodging for military personnel (especially in a private home)
-02839351 06 n 01 billiard_ball 0 003 @ 02778669 n 0000 ~ 03145719 n 0000 ~ 03838024 n 0000 | ball used in playing billiards
-02839477 06 n 01 billiard_marker 0 001 @ 03183080 n 0000 | a device for keeping the score in a game of billiards
-02839592 06 n 05 billiard_room 0 billiard_saloon 0 billiard_parlor 0 billiard_parlour 0 billiard_hall 0 001 @ 04105893 n 0000 | a room in which billiards is played
-02839758 06 n 01 bimetallic_strip 0 002 @ 03269401 n 0000 #p 04422875 n 0000 | a strip consisting of two metals that bends with a rise in temperature
-02839910 06 n 01 bin 0 009 @ 03094503 n 0000 + 01493142 v 0101 ~ 02747177 n 0000 ~ 03056010 n 0000 ~ 03131669 n 0000 ~ 03367969 n 0000 ~ 03678558 n 0000 ~ 03894677 n 0000 ~ 04065789 n 0000 | a container; usually has a lid
-02840134 06 n 02 binder 0 ligature 0 002 @ 03664943 n 0000 + 01303242 v 0101 | something used to tie or bind
-02840245 06 n 02 binder 1 ring-binder 0 002 @ 04014297 n 0000 + 01335804 v 0101 | holds loose papers or magazines
-02840361 06 n 02 binder 3 reaper_binder 0 003 @ 03496892 n 0000 + 01285440 v 0102 + 01303242 v 0101 | a machine that cuts grain and binds it in sheaves
-02840515 06 n 01 bindery 0 002 @ 04603081 n 0000 + 01335804 v 0101 | a workshop where books are bound
-02840619 06 n 04 binding 0 book_binding 0 cover 4 back 3 008 @ 04014297 n 0000 #p 02870092 n 0000 + 00185857 v 0401 + 01207951 v 0301 + 01332730 v 0301 + 01335804 v 0101 ~ 03477512 n 0000 ~ 04427857 n 0000 | the protective covering on the front, back, and spine of a book; "the book had a leather binding"
-02840927 06 n 01 binding 1 002 @ 04179385 n 0000 + 01335804 v 0101 | strip sewn over or along an edge for reinforcement or decoration
-02841063 06 n 01 bin_liner 0 002 @ 03958227 n 0000 ;r 08860123 n 0000 | a plastic bag used to line a trash or garbage bin
-02841187 06 n 01 binnacle 0 001 @ 03546766 n 0000 | a nonmagnetic housing for a ship's compass (usually in front of the helm)
-02841315 06 n 03 binoculars 0 field_glasses 0 opera_glasses 0 003 @ 03852280 n 0000 ;u 06295235 n 0000 %p 03309465 n 0000 | an optical instrument designed for simultaneous use by both eyes
-02841506 06 n 01 binocular_microscope 0 002 @ 03667829 n 0000 ~ 03850053 n 0000 | a light microscope adapted to the use of both eyes
-02841641 06 n 01 biochip 0 001 @ 03020034 n 0000 | a microchip that uses tiny strands of DNA to latch onto and quickly recognize thousands of genes at a time; intended for use in a biological environment
-02841847 06 n 01 biohazard_suit 0 001 @ 04015204 n 0000 | a loose one-piece garment worn to protect the wearer against dangerous biological or chemical agents
-02842008 06 n 03 biology_lab 0 biology_laboratory 0 bio_lab 0 001 @ 03629986 n 0000 | a laboratory for biological research
-02842133 06 n 01 bioscope 0 001 @ 03795976 n 0000 | a kind of early movie projector
-02842219 06 n 01 bioscope 1 001 @ 03032252 n 0000 | a South African movie theater
-02842303 06 n 03 bioweapon 0 biological_weapon 0 bioarm 0 006 @ 04565963 n 0000 ~ 01350226 n 0000 ~ 01357507 n 0000 ~ 14714645 n 0000 ~ 15035123 n 0000 ~ 15050695 n 0000 | any weapon usable in biological warfare; "they feared use of the smallpox virus as a bioweapon"
-02842573 06 n 01 biplane 0 001 @ 02691156 n 0000 | old fashioned airplane; has two wings one above the other
-02842684 06 n 01 biprism 0 002 @ 03851341 n 0000 %p 04005340 n 0000 | an optical device for obtaining interference fringes
-02842809 06 n 02 birch 0 birch_rod 0 002 @ 04372171 n 0000 + 01411978 v 0101 | a switch consisting of a twig or a bundle of twigs from a birch tree; used to hit people as punishment; "my father never spared the birch"
-02843029 06 n 03 birchbark_canoe 0 birchbark 0 birch_bark 0 001 @ 02951358 n 0000 | a canoe made with the bark of a birch tree
-02843158 06 n 01 birdbath 0 001 @ 02801525 n 0000 | an ornamental basin (usually in a garden) for birds to bathe in
-02843276 06 n 01 birdcage 0 001 @ 02936714 n 0000 | a cage in which a bird can be kept
-02843365 06 n 01 birdcage_mask 0 001 @ 02983189 n 0000 | a catcher's mask with a strong wire face
-02843465 06 n 01 birdcall 0 001 @ 02676261 n 0000 | a device for imitating a birdcall
-02843553 06 n 03 bird_feeder 0 birdfeeder 0 feeder 1 001 @ 03183080 n 0000 | an outdoor device that supplies food for wild birds
-02843684 06 n 01 birdhouse 0 002 @ 04191943 n 0000 ~ 03228692 n 0000 | a shelter for birds
-02843777 06 n 03 bird_shot 0 buckshot 0 duck_shot 0 002 @ 04205759 n 0000 #p 04206570 n 0000 | small lead shot for shotgun shells
-02843909 06 n 03 biretta 0 berretta 0 birretta 0 001 @ 02954340 n 0000 | a stiff cap with ridges across the crown; worn by Roman Catholic clergy
-02844056 06 n 01 bishop 0 002 @ 03014440 n 0000 ;c 00503237 n 0000 | (chess) a piece that can be moved diagonally over unoccupied squares of the same color
-02844214 06 n 01 bistro 0 001 @ 04081281 n 0000 | a small informal restaurant; serves wine
-02844307 06 n 01 bit 0 012 @ 03154446 n 0000 #p 03239726 n 0000 ~ 02921292 n 0000 ~ 02993877 n 0000 ~ 03004531 n 0000 ~ 03117642 n 0000 ~ 03240327 n 0000 ~ 03304323 n 0000 ~ 03939062 n 0000 %p 04183819 n 0000 ~ 04266849 n 0000 ~ 04503593 n 0000 | the cutting part of a drill; usually pointed and threaded and is replaceable in a brace or bitstock or drill press; "he looked around for the right size bit"
-02844714 06 n 01 bit 1 007 @ 04295081 n 0000 #p 02900160 n 0000 ~ 02791795 n 0000 ~ 02900594 n 0000 ~ 03149135 n 0000 ~ 03906463 n 0000 ~ 04247876 n 0000 | piece of metal held in horse's mouth by reins and used to control the horse while riding; "the horse was not accustomed to a bit"
-02845002 06 n 01 bit 2 002 @ 03892891 n 0000 #p 03613294 n 0000 | the part of a key that enters a lock and lifts the tumblers
-02845130 06 n 02 bite_plate 0 biteplate 0 001 @ 03175604 n 0000 | a removable dental appliance that is worn in the palate for diagnostic or therapeutic purposes
-02845293 06 n 01 bitewing 0 001 @ 04609531 n 0000 | a dental X-ray film that can be held in place by the teeth during radiography
-02845425 06 n 02 bitmap 0 electronic_image 0 001 @ 03931044 n 0000 | an image represented as a two dimensional array of brightness values for pixels
-02845576 06 n 01 bitter_end 0 003 @ 08566028 n 0000 #p 03670849 n 0000 ;c 00314469 n 0000 | (nautical) the inboard end of a line or cable especially the end that is wound around a bitt
-02845763 06 n 01 bitthead 0 002 @ 08566028 n 0000 #p 02864593 n 0000 | the upper end of a bitt
-02845860 06 n 01 bitt_pin 0 001 @ 03940256 n 0000 | a pin through the bitthead to keep the mooring lines from slipping off
-02845985 06 n 01 bitumastic 0 001 @ 03058107 n 0000 | a protective coating of asphalt and filter used on structural metals that are exposed to weathering
-02846141 06 n 01 black 0 001 @ 03051540 n 0000 | black clothing (worn as a sign of mourning); "the widow wore black"
-02846260 06 n 01 black 1 004 @ 03716327 n 0000 ;c 00503237 n 0000 ;c 00502952 n 0000 ! 04579986 n 0101 | (board games) the darker pieces
-02846399 06 n 02 black_and_white 0 monochrome 0 001 @ 03925226 n 0000 | a black-and-white photograph or slide
-02846511 06 n 02 blackboard 0 chalkboard 0 001 @ 04188643 n 0000 | sheet of slate; for writing with chalk
-02846619 06 n 01 blackboard_eraser 0 001 @ 03294833 n 0000 | an eraser that removes chalk marks from blackboard
-02846733 06 n 01 black_box 0 001 @ 04063373 n 0000 | equipment that records information about the performance of an aircraft during flight
-02846874 06 n 01 blackface 0 001 @ 03714235 n 0000 | the makeup (usually burnt cork) used by a performer in order to imitate a Negro
-02847009 06 n 04 black_flag 0 pirate_flag 0 Jolly_Roger 0 blackjack 1 002 @ 03354903 n 0000 %p 04232034 n 0000 | a flag usually bearing a white skull and crossbones on a black background; indicates a pirate ship
-02847223 06 n 01 Black_Hole_of_Calcutta 0 001 @i 03610098 n 0000 | a dungeon (20 feet square) in a fort in Calcutta where as many as 146 English prisoners were held overnight by Siraj-ud-daula; the next morning only 23 were still alive
-02847461 06 n 03 blackjack 0 cosh 0 sap 0 002 @ 02855793 n 0000 + 01401552 v 0201 | a piece of metal covered by leather with a flexible handle; used for hitting people
-02847631 06 n 01 black_tie 0 001 @ 02883205 n 0000 | a black bow tie worn with a dinner jacket
-02847728 06 n 01 Blackwall_hitch 0 001 @ 03522634 n 0000 | a simple hitch used for temporarily attaching a line to a hook
-02847852 06 n 01 blackwash 0 001 @ 04553389 n 0000 | a wash that colors a surface black
-02847942 06 n 02 blackwash 1 black_lotion 0 003 @ 03691128 n 0000 %s 14937093 n 0000 %s 14950937 n 0000 | a mixture of calomel and limewater that is used on syphilitic sores
-02848118 06 n 01 bladder 0 002 @ 02773037 n 0000 #p 03378765 n 0000 | a bag that fills with air
-02848216 06 n 01 blade 0 011 @ 03154446 n 0000 #p 02764044 n 0000 #p 03623556 n 0000 #p 04373894 n 0000 #p 04269944 n 0000 #p 04270147 n 0000 #p 04148054 n 0000 #p 03649909 n 0000 ~ 03624400 n 0000 %p 03624497 n 0000 ~ 04057215 n 0000 | the flat part of a tool or weapon that (usually) has a cutting edge
-02848523 06 n 02 blade 2 vane 1 010 @ 04110955 n 0000 #p 04011827 n 0000 #p 03512147 n 0000 #p 04587404 n 0000 #p 04498523 n 0000 #p 03837422 n 0000 ~ 03320421 n 0000 ~ 03563460 n 0000 ~ 03873699 n 0000 ~ 04117639 n 0000 | flat surface that rotates and pushes against air or water
-02848806 06 n 01 blade 3 002 @ 04120093 n 0000 #p 03558404 n 0000 | the part of the skate that slides on the ice
-02848921 06 n 03 blank 0 dummy 1 blank_shell 0 001 @ 02971691 n 0000 | a cartridge containing an explosive charge but no bullet
-02849051 06 n 01 blank 1 001 @ 04188643 n 0000 | a piece of material ready to be made into something
-02849154 06 n 02 blanket 0 cover 1 007 @ 02820210 n 0000 + 03123553 n 0201 ~ 02683323 n 0000 ~ 03270854 n 0000 ~ 03703320 n 0000 ~ 03719249 n 0000 ~ 04165675 n 0000 | bedding that keeps a person warm in bed; "he pulled the covers over his head and went to sleep"
-02849419 06 n 01 blanket 1 002 @ 03650173 n 0000 #p 02896949 n 0000 | a layer of lead surrounding the highly reactive core of a nuclear reactor
-02849565 06 n 01 blanket_stitch 0 001 @ 04180314 n 0000 | a strong reinforcing stitch for edges of blanket and other thick material; similar to buttonhole stitch
-02849729 06 n 01 Blarney_Stone 0 001 @i 04326084 n 0000 | a stone in a castle in Ireland that is said to impart skill in flattery to anyone who kisses it
-02849885 06 n 01 blast_furnace 0 002 @ 03404449 n 0000 #p 04311595 n 0000 | a furnace for smelting of iron from iron oxide ores; combustion is intensified by a blast of air
-02850060 06 n 01 blasting_cap 0 002 @ 03182232 n 0000 %p 14798815 n 0000 | a small tube filled with detonating substances; used to detonate high explosives
-02850218 06 n 01 blasting_gelatin 0 003 @ 03305844 n 0000 %s 14794993 n 0000 %s 14886579 n 0000 | mixture of guncotton with nitroglycerin
-02850358 06 n 05 blazer 0 sport_jacket 0 sport_coat 0 sports_jacket 0 sports_coat 0 001 @ 03589791 n 0000 | lightweight single-breasted jacket; often striped in the colors of a club or school
-02850552 06 n 01 bleachers 0 002 @ 04300741 n 0000 ;u 06295235 n 0000 | an outdoor grandstand without a roof; patrons are exposed to the sun as linens are when they are bleached
-02850732 06 n 03 blender 0 liquidizer 0 liquidiser 0 004 @ 03775199 n 0000 + 00444309 v 0204 + 00444309 v 0203 + 01462468 v 0101 | an electrically powered mixer with whirling blades that mix or chop or liquefy foods
-02850950 06 n 03 blimp 0 sausage_balloon 0 sausage 0 001 @ 02692877 n 0000 | a small nonrigid airship used for observation or as a barrage balloon
-02851099 06 n 02 blind 0 screen 4 007 @ 04014297 n 0000 + 01130169 v 0202 + 01477538 v 0201 ~ 03151077 n 0000 ~ 04211356 n 0000 ~ 04589190 n 0000 ~ 04593629 n 0000 | a protective covering that keeps things out or hinders sight; "they had just moved in and had not put up blinds yet"
-02851384 06 n 01 blind 1 001 @ 04151940 n 0000 | a hiding place sometimes used by hunters (especially duck hunters); "he waited impatiently in the blind"
-02851540 06 n 04 blind_alley 0 cul_de_sac 0 dead-end_street 0 impasse 0 001 @ 04426618 n 0000 | a street with only one way in or out
-02851675 06 n 01 blind_corner 0 001 @ 03109486 n 0000 | a street corner that you cannot see around as you are driving
-02851795 06 n 02 blind_curve 0 blind_bend 0 001 @ 02829696 n 0000 | a curve or bend in the road that you cannot see around as you are driving
-02851939 06 n 01 blindfold 0 002 @ 03050026 n 0000 + 01337927 v 0101 | a cloth used to cover the eyes
-02852043 06 n 02 bling 0 bling_bling 0 001 @ 03597469 n 0000 | flashy, ostentatious jewelry; "the rapper was loaded with bling"
-02852173 06 n 02 blinker 0 flasher 1 004 @ 03665366 n 0000 + 00424869 v 0201 + 02159890 v 0201 + 02159890 v 0102 | a light that flashes on and off; used as a signal or to send messages
-02852360 06 n 02 blister_pack 0 bubble_pack 0 001 @ 03871524 n 0000 | packaging in which a product is sealed between a cardboard backing and clear plastic cover
-02852523 06 n 01 block 0 019 @ 00021939 n 0000 + 00657473 a 0102 ~ 02725872 n 0000 ~ 02902411 n 0000 ~ 02937469 n 0000 ~ 03023878 n 0000 ~ 03025357 n 0000 ~ 03137044 n 0000 ~ 03144592 n 0000 ~ 03220802 n 0000 ~ 03570526 n 0000 ~ 03827284 n 0000 ~ 03836191 n 0000 ~ 03872885 n 0000 ~ 04233405 n 0000 ~ 04304557 n 0000 ~ 04315185 n 0000 ~ 04368235 n 0000 ~ 04504486 n 0000 | a solid piece of something (usually having flat rectangular sides); "the pyramids were built with large stone blocks"
-02853016 06 n 01 block 6 003 @ 03546340 n 0000 ~ 02992032 n 0000 ~ 04549919 n 0000 | housing in a large building that is divided into separate units; "there is a block of classrooms in the west wing"
-02853218 06 n 01 blockade 0 003 @ 03839993 n 0000 + 01478002 v 0103 + 01126961 v 0101 | prevents access or progress
-02853336 06 n 01 blockade-runner 0 001 @ 04194289 n 0000 | a ship that runs through or around a naval blockade
-02853449 06 n 06 blockage 0 block 1 closure 0 occlusion 0 stop 1 stoppage 0 006 @ 03839993 n 0000 + 01479333 v 0204 + 01479333 v 0104 ~ 02896074 n 0000 ~ 03967942 n 0000 ~ 04521125 n 0000 | an obstruction in a pipe or tube; "we had to call a plumber to clear out the blockage in the drainpipe"
-02853745 06 n 01 block_and_tackle 0 002 @ 03525074 n 0000 %p 04020298 n 0000 | pulley blocks with associated rope or cable
-02853870 06 n 01 blockbuster 0 001 @ 03433637 n 0000 | a large bomb used to demolish extensive areas (as a city block)
-02853991 06 n 01 block_diagram 0 001 @ 03186399 n 0000 | a diagram showing the interconnections between the components of system (especially an electronic system)
-02854156 06 n 02 blocker 0 blocking_agent 0 006 @ 03740161 n 0000 + 02198423 v 0101 ~ 02698769 n 0000 ~ 02832168 n 0000 ~ 03630544 n 0000 ~ 14961512 n 0000 | a class of drugs that inhibit (block) some biological process
-02854378 06 n 01 blockhouse 0 001 @ 04340935 n 0000 | a stronghold that is reinforced for protection from enemy fire; with apertures for defensive fire
-02854532 06 n 01 block_plane 0 001 @ 03954731 n 0000 | a small plane used on end grains of wood
-02854630 06 n 01 bloodmobile 0 001 @ 03791235 n 0000 | a motor vehicle equipped to collect blood donations
-02854739 06 n 04 bloomers 0 pants 1 drawers 1 knickers 0 002 @ 04508489 n 0000 ;u 06295235 n 0000 | underpants worn by women; "she was afraid that her bloomers might have been showing"
-02854926 06 n 01 blouse 0 006 @ 04453666 n 0000 ~ 03418749 n 0000 ~ 03467254 n 0000 ~ 03762238 n 0000 %p 03815278 n 0000 ~ 04198562 n 0000 | a top worn by women
-02855089 06 n 01 blower 0 005 @ 03183080 n 0000 + 02101046 v 0101 + 02100632 v 0101 ~ 02826259 n 0000 ~ 03483316 n 0000 | a device that produces a current of air
-02855253 06 n 04 blowgun 0 blowpipe 1 blowtube 1 blow_tube 1 001 @ 04493505 n 0000 | a tube through which darts can be shot by blowing
-02855390 06 n 03 blowtorch 0 torch 1 blowlamp 0 003 @ 02923129 n 0000 + 00379280 v 0201 ~ 03868763 n 0000 | a burner that mixes air and gas to produce a very hot flame
-02855560 06 n 03 blowtube 0 blow_tube 0 blowpipe 0 001 @ 04493505 n 0000 | a tube that directs air or gas into a flame to concentrate heat
-02855701 06 n 01 blucher 0 001 @ 04199027 n 0000 | a high shoe with laces over the tongue
-02855793 06 n 01 bludgeon 0 004 @ 03053474 n 0000 + 02505606 v 0101 + 01423929 v 0102 ~ 02847461 n 0000 | a club used as a weapon
-02855925 06 n 01 blue 1 001 @ 03051540 n 0000 | blue clothing; "she was wearing blue"
-02856013 06 n 01 blue_chip 0 001 @ 03020416 n 0000 | a blue poker chip with the highest value
-02856109 06 n 01 blueprint 0 002 @ 03925226 n 0000 + 01683582 v 0101 | photographic print of plans or technical drawings etc.
-02856237 06 n 01 blunderbuss 0 002 @ 03802007 n 0000 %p 02824858 n 0000 | a short musket of wide bore with a flared muzzle
-02856362 06 n 01 blunt_file 0 002 @ 03336839 n 0000 ! 04393301 n 0101 | a file with parallel edges
-02856463 06 n 01 board 0 024 @ 04188643 n 0000 ~ 02731900 n 0000 ~ 02893800 n 0000 ~ 02916538 n 0000 ~ 03025513 n 0000 ~ 03231024 n 0000 ~ 03232676 n 0000 ~ 03366630 n 0000 ~ 03586090 n 0000 ~ 03623073 n 0000 ~ 03787164 n 0000 ~ 03878674 n 0000 ~ 03954507 n 0000 ~ 04149813 n 0000 ~ 04214046 n 0000 ~ 04214154 n 0000 ~ 04225987 n 0000 ~ 04251791 n 0000 ~ 04288673 n 0000 ~ 04363559 n 0000 ~ 04479155 n 0000 ~ 04544626 n 0000 ~ 04547991 n 0000 ~ 04600627 n 0000 | a flat piece of material designed for a special purpose; "he nailed boards across the windows"
-02857023 06 n 02 board 5 gameboard 0 010 @ 04362025 n 0000 ~ 02768973 n 0000 ~ 03011521 n 0000 ~ 03131791 n 0000 ~ 03162940 n 0000 ~ 03443461 n 0000 ~ 03783959 n 0000 ~ 03858662 n 0000 ~ 03906224 n 0000 ~ 04023422 n 0000 | a flat portable surface (usually rectangular) designed for board games; "he got out the board and set up the pieces"
-02857365 06 n 01 boarding 0 003 @ 04341686 n 0000 ~ 02857907 n 0000 ~ 03358593 n 0000 | a structure of boards
-02857477 06 n 02 boarding_house 0 boardinghouse 0 002 @ 03544360 n 0000 ~ 02820085 n 0000 | a private house that provides accommodations and meals for paying guests
-02857644 06 n 02 boardroom 0 council_chamber 0 002 @ 04105893 n 0000 ~ 03215076 n 0000 | a room where a committee meets (such as the board of directors of a company)
-02857812 06 n 01 board_rule 0 001 @ 03735637 n 0000 | a measure used in computing board feet
-02857907 06 n 01 boards 0 003 @ 02857365 n 0000 #p 03557360 n 0000 ;u 06295235 n 0000 | the boarding that surrounds an ice hockey rink
-02858044 06 n 01 boards 1 002 @ 04418818 n 0000 ;u 06295235 n 0000 | the stage of a theater; "most actors love to stride the boards"
-02858179 06 n 01 boardwalk 0 002 @ 04544979 n 0000 ~ 03253187 n 0000 | a walkway made of wooden boards; usually at seaside
-02858304 06 n 01 boat 0 039 @ 04530566 n 0000 + 01944692 v 0101 -c 00786624 a 0000 -c 00787002 a 0000 -c 02292421 a 0000 ~ 02737351 n 0000 ~ 02792552 n 0000 %p 02859829 n 0000 ~ 02918455 n 0000 ~ 02947660 n 0000 ~ 03329663 n 0000 ~ 03344393 n 0000 ~ 03447447 n 0000 ~ 03464628 n 0000 ~ 03468570 n 0000 ~ 03603594 n 0000 ~ 03687820 n 0000 ~ 03696445 n 0000 ~ 03703203 n 0000 ~ 03710079 n 0000 -c 03784475 n 0000 ~ 03790230 n 0000 -c 03876352 n 0000 ~ 03939178 n 0000 ~ 03977592 n 0000 -c 03981566 n 0000 ~ 04024983 n 0000 ~ 04095210 n 0000 ~ 04150371 n 0000 ~ 04158807 n 0000 ~ 04244997 n 0000 ~ 04308807 n 0000 ~ 04363671 n 0000 ~ 04409128 n 0000 ~ 04495843 n 0000 -c 10403876 n 0000 -c 10565764 n 0000 -c 01946408 v 0000 -c 01947352 v 0000 | a small vessel for travel on water
-02859084 06 n 01 boat_deck 0 001 @ 04514738 n 0000 | the upper deck on which lifeboats are stored
-02859184 06 n 07 boater 0 leghorn 0 Panama 0 Panama_hat 0 sailor 0 skimmer 0 straw_hat 0 001 @ 03497657 n 0000 | a stiff hat made of straw with a flat crown
-02859343 06 n 01 boat_hook 0 001 @ 03532342 n 0000 | pole-handled hook used to pull or push boats
-02859443 06 n 01 boathouse 0 001 @ 04187547 n 0000 | a shed at the edge of a river or lake; used to store boats
-02859557 06 n 02 boatswain's_chair 0 bosun's_chair 0 001 @ 04161358 n 0000 | a seat consisting of a board and a rope; used while working aloft or over the side of a ship
-02859729 06 n 01 boat_train 0 001 @ 04468005 n 0000 | a train taking passengers to or from a port
-02859829 06 n 01 boat_whistle 0 002 @ 04579432 n 0000 #p 02858304 n 0000 | a whistle on a boat that is sounded as a warning
-02859955 06 n 01 boatyard 0 001 @ 08513718 n 0000 | a place where boats are built or maintained or stored
-02860063 06 n 04 bob 0 bobber 0 cork 1 bobfloat 0 003 @ 03364340 n 0000 #m 03351434 n 0000 + 01865383 v 0201 | a small float usually made of cork; attached to a fishing line
-02860239 06 n 01 bob 1 005 @ 04571088 n 0000 #p 03909160 n 0000 ~ 03621826 n 0000 ~ 03968728 n 0000 ~ 04262410 n 0000 | a hanging weight, especially a metal ball on a string
-02860415 06 n 03 bobbin 0 spool 0 reel 0 005 @ 04586421 n 0000 + 01523105 v 0301 + 01522878 v 0201 ~ 03336742 n 0000 ~ 04211857 n 0000 | a winder around which thread or tape or film or other flexible materials can be wound
-02860640 06 n 03 bobby_pin 0 hairgrip 0 grip 2 001 @ 03476313 n 0000 | a flat wire hairpin whose prongs press tightly together; used to hold bobbed hair in place; "in Britain they call a bobby pin a grip"
-02860847 06 n 03 bobsled 0 bobsleigh 0 bob 2 003 @ 04235291 n 0000 + 01939811 v 0302 + 01939811 v 0101 | a long racing sled (for 2 or more people) with a steering mechanism
-02861022 06 n 02 bobsled 1 bobsleigh 1 002 @ 04235291 n 0000 + 01939811 v 0101 | formerly two short sleds coupled together
-02861147 06 n 03 bocce_ball 0 bocci_ball 0 boccie_ball 0 001 @ 02778669 n 0000 | wooden ball that is bowled in the Italian game of bocce
-02861286 06 n 01 bodega 0 001 @ 04202417 n 0000 | a small Hispanic shop selling wine and groceries
-02861387 06 n 01 bodice 0 003 @ 04453666 n 0000 #p 03236735 n 0000 %p 03959227 n 0000 | part of a dress above the waist
-02861509 06 n 02 bodkin 0 threader 0 003 @ 03489162 n 0000 + 01359432 v 0202 + 01521912 v 0201 | a blunt needle for threading ribbon through loops
-02861658 06 n 01 bodkin 1 001 @ 03489162 n 0000 | a small sharp-pointed tool for punching holes in leather or fabric
-02861777 06 n 01 bodkin 2 001 @ 03476313 n 0000 | formerly a long hairpin; usually with an ornamental head
-02861886 06 n 01 body 0 003 @ 04341686 n 0000 ~ 02863426 n 0000 ~ 03408054 n 0000 | the external structure of a vehicle; "the body of the car was badly rusted"
-02862048 06 n 06 body_armor 0 body_armour 0 suit_of_armor 0 suit_of_armour 0 coat_of_mail 0 cataphract 0 030 @ 02739668 n 0000 %p 02738741 n 0000 %p 02801823 n 0000 %p 02892392 n 0000 %p 02895154 n 0000 ~ 02916936 n 0000 %p 02950632 n 0000 %p 02978205 n 0000 ~ 03000247 n 0000 ~ 03112719 n 0000 %p 03144873 n 0000 ~ 03146219 n 0000 %p 03146342 n 0000 %p 03292362 n 0000 %p 03325288 n 0000 %p 03429771 n 0000 %p 03448590 n 0000 %p 03457451 n 0000 %p 03513376 n 0000 %p 03623338 n 0000 %p 03831899 n 0000 %p 03879705 n 0000 %p 04077594 n 0000 %p 04114069 n 0000 %p 04231444 n 0000 %p 04259468 n 0000 %p 04395332 n 0000 %p 04496404 n 0000 %p 04519887 n 0000 %p 04539648 n 0000 | armor that protects the wearer's whole body
-02862770 06 n 03 body_bag 0 personnel_pouch 0 human_remains_pouch 0 001 @ 02773037 n 0000 | a bag in which the body of a dead soldier is placed
-02862916 06 n 01 body_lotion 0 001 @ 03690938 n 0000 | lotion applied to the body after bathing
-02863014 06 n 01 body_stocking 0 001 @ 04508163 n 0000 | a one-piece tight-fitting undergarment for women that covers the torso (and may have sleeves and legs)
-02863176 06 n 01 body_plethysmograph 0 001 @ 03966325 n 0000 | plethysmograph consisting of a chamber surrounding the entire body; used in studies of respiration
-02863340 06 n 01 body_pad 0 001 @ 04015204 n 0000 | a pad worn by hockey goalkeeper
-02863426 06 n 01 bodywork 0 002 @ 02861886 n 0000 #p 03791235 n 0000 | the exterior body of a motor vehicle
-02863536 06 n 01 Bofors_gun 0 001 @ 02715712 n 0000 | an automatic double-barreled antiaircraft gun
-02863638 06 n 03 bogy 0 bogie 0 bogey 0 001 @ 02686568 n 0000 | an unidentified (and possibly enemy) aircraft
-02863750 06 n 02 boiler 0 steam_boiler 0 008 @ 04531098 n 0000 #p 03509025 n 0000 #p 04309049 n 0000 + 00374668 v 0101 + 00375021 v 0101 ~ 02762725 n 0000 %m 02863995 n 0000 %p 04310721 n 0000 | sealed vessel where water is converted to steam
-02863995 06 n 01 boilerplate 0 002 @ 03961250 n 0000 #m 02863750 n 0000 | thick plate iron used in the production of boilers
-02864122 06 n 02 boiling_water_reactor 0 BWR 0 001 @ 04559023 n 0000 | a nuclear reactor that uses water as a coolant and moderator; the water boils in the reactor core and the steam produced can drive a steam turbine
-02864342 06 n 01 bola 0 001 @ 04108268 n 0000 | a rope with weights attached to the ends; is thrown to entangle the legs of an animal; of South American origin
-02864504 06 n 01 bolero 0 001 @ 03589791 n 0000 | a short jacket; worn mostly by women
-02864593 06 n 02 bollard 0 bitt 0 006 @ 03988170 n 0000 #p 03933529 n 0000 ;c 04194289 n 0000 + 01286554 v 0201 %p 02845763 n 0000 ~ 04089522 n 0000 | a strong post (as on a wharf or quay or ship for attaching mooring lines); "the road was closed to vehicular traffic with bollards"
-02864878 06 n 02 bollock 0 bullock_block 0 001 @ 04020298 n 0000 | a pulley-block at the head of a topmast
-02864987 06 n 02 bolo 0 bolo_knife 0 001 @ 03623556 n 0000 | long heavy knife with a single edge; of Philippine origin
-02865108 06 n 02 bologram 0 bolograph 0 001 @ 04063661 n 0000 | record or recording made by a bolometer
-02865214 06 n 01 bolometer 0 002 @ 03733925 n 0000 + 02667637 a 0101 | an instrument that measures heat radiation; extremely sensitive
-02865351 06 n 04 bolo_tie 0 bolo 1 bola_tie 0 bola 1 001 @ 03815615 n 0000 | a cord fastened around the neck with an ornamental clasp and worn as a necktie
-02865509 06 n 02 bolster 0 long_pillow 0 002 @ 03938244 n 0000 + 01219282 v 0101 | a pillow that is often put across a bed underneath the regular pillows
-02865665 06 n 01 bolt 0 010 @ 04153751 n 0000 #p 03836451 n 0000 ~ 02969163 n 0000 %p 03042829 n 0000 ~ 03304465 n 0000 %p 03501288 n 0000 ~ 03618546 n 0000 ~ 03701191 n 0000 %p 04183957 n 0000 ~ 04330669 n 0000 | a screw that screws into a nut to form a fastener
-02865931 06 n 02 bolt 1 deadbolt 0 004 @ 02788689 n 0000 #p 03682487 n 0000 + 01348838 v 0101 ~ 04126244 n 0000 | the part of a lock that is engaged or withdrawn with a key
-02866106 06 n 01 bolt 2 002 @ 02788689 n 0000 #p 04090263 n 0000 | a sliding bar in a breech-loading firearm that ejects an empty cartridge and replaces it and closes the breech
-02866286 06 n 01 bolt 3 001 @ 04101232 n 0000 | a roll of cloth or wallpaper of a definite length
-02866386 06 n 01 bolt_cutter 0 001 @ 03154073 n 0000 | an implement for cutting bolts
-02866474 06 n 01 bolus 0 001 @ 03936568 n 0000 | a large pill; used especially in veterinary medicine
-02866578 06 n 01 bomb 0 033 @ 03305522 n 0000 @ 04566257 n 0000 + 02868240 n 0101 + 01131902 v 0102 ~ 02753044 n 0000 ~ 02782432 n 0000 ~ 02868240 n 0000 ~ 02868546 n 0000 ~ 02900857 n 0000 ~ 02961544 n 0000 ~ 03012734 n 0000 ~ 03054605 n 0000 ~ 03140771 n 0000 ~ 03177856 n 0000 ~ 03255167 n 0000 ~ 03390327 n 0000 ~ 03421768 n 0000 ~ 03433637 n 0000 ~ 03458271 n 0000 ~ 03553248 n 0000 ~ 03565991 n 0000 ~ 03657918 n 0000 ~ 03743422 n 0000 ~ 03761333 n 0000 ~ 03909658 n 0000 ~ 03945817 n 0000 ~ 03958338 n 0000 ~ 04075160 n 0000 ~ 04245847 n 0000 ~ 04246459 n 0000 ~ 04320598 n 0000 ~ 04420461 n 0000 ~ 04436832 n 0000 | an explosive device fused to explode under specific conditions
-02867267 06 n 02 bombardon 0 bombard 0 002 @ 04186624 n 0000 @ 02803349 n 0000 | a large shawm; the bass member of the shawm family
-02867401 06 n 01 bombazine 0 001 @ 03309808 n 0000 | a twilled fabric used for dresses; the warp is silk and the weft is worsted; "black bombazine is frequently used for mourning garments"
-02867592 06 n 02 bomb_calorimeter 0 bomb 1 001 @ 02941095 n 0000 | strong sealed vessel for measuring heat of combustion
-02867715 06 n 01 bomber 0 009 @ 02691156 n 0000 @ 04552348 n 0000 ;c 08199025 n 0000 + 01131902 v 0102 ~i 02766044 n 0000 %p 02868429 n 0000 %p 02950482 n 0000 ~ 03215191 n 0000 ~ 04308273 n 0000 | a military aircraft that drops bombs during flight
-02867966 06 n 01 bomber_jacket 0 001 @ 03589791 n 0000 | a jacket gathered into a band at the waist
-02868068 06 n 01 bombie 0 001 @ 02868240 n 0000 | an unexploded bomblet; "unexploded bomblets known in Laos as `bombies' caused farmers to fear cultivating their fields"
-02868240 06 n 02 bomblet 0 cluster_bomblet 0 004 @ 02866578 n 0000 #p 03054605 n 0000 + 02866578 n 0101 ~ 02868068 n 0000 | one of the smaller bombs that are released from a cluster bomb
-02868429 06 n 01 bomb_rack 0 002 @ 02969886 n 0000 #p 02867715 n 0000 | a device on an aircraft for carrying bombs
-02868546 06 n 01 bombshell 0 001 @ 02866578 n 0000 | an explosive bomb or artillery shell
-02868638 06 n 03 bomb_shelter 0 air-raid_shelter 0 bombproof 0 002 @ 03003730 n 0000 + 00166220 v 0301 | a chamber (often underground) reinforced against bombing and provided with food and living facilities; used during air raids
-02868870 06 n 01 bombsight 0 001 @ 04216963 n 0000 | a sighting device in an aircraft for aiming bombs
-02868975 06 n 03 bone-ash_cup 0 cupel 0 refractory_pot 0 001 @ 04531098 n 0000 | a small porous bowl made of bone ash used in assaying to separate precious metals from e.g. lead
-02869155 06 n 01 bone_china 0 001 @ 03018209 n 0000 | fine porcelain that contains bone ash
-02869249 06 n 04 bones 0 castanets 0 clappers 0 finger_cymbals 0 002 @ 03915437 n 0000 ;u 06295235 n 0000 | a percussion instrument consisting of a pair of hollow pieces of wood or bone (usually held between the thumb and fingers) that are made to click together (as by Spanish dancers) in rhythm with the dance
-02869563 06 n 01 boneshaker 0 001 @ 04576211 n 0000 | any wheeled vehicle that is dilapidated and uncomfortable; "that old bike without rubber tires was a real boneshaker"
-02869737 06 n 02 bongo 0 bongo_drum 0 001 @ 03249569 n 0000 | a small drum; played with the hands
-02869837 06 n 02 bonnet 0 poke_bonnet 0 003 @ 03497657 n 0000 + 00047511 v 0101 ~ 04354589 n 0000 | a hat tied under the chin
-02869965 06 n 01 booby_prize 0 002 @ 04487996 n 0000 ~ 04598010 n 0000 | a prize given to one who finishes last in a contest
-02870092 06 n 02 book 0 volume 0 016 @ 04007894 n 0000 + 06413889 n 0101 ~ 02695079 n 0000 %p 02840619 n 0000 ~ 03064118 n 0000 ~ 03377245 n 0000 %p 03382533 n 0000 ~ 03492391 n 0000 ~ 03602562 n 0000 ~ 03833065 n 0000 ~ 03853588 n 0000 ~ 03886432 n 0000 ~ 03931651 n 0000 ~ 04227370 n 0000 %p 04277980 n 0000 ~ 06415419 n 0000 | physical objects consisting of a number of pages bound together; "he used a large book as a doorstop"
-02870526 06 n 01 book 2 001 @ 04007894 n 0000 | a number of sheets (ticket or stamps etc.) bound together on one edge; "he bought a book of stamps"
-02870676 06 n 01 book_bag 0 001 @ 02773037 n 0000 | a bag in which students carry their books
-02870772 06 n 01 bookbindery 0 001 @ 04603081 n 0000 | a bookbinder's workshop; a place for binding books
-02870880 06 n 01 bookcase 0 002 @ 03405725 n 0000 %p 04190052 n 0000 | a piece of furniture with shelves for storing books
-02871005 06 n 01 bookend 0 001 @ 04359589 n 0000 | a support placed at the end of a row of books to keep them upright (on a shelf or table)
-02871147 06 n 02 bookmark 0 bookmarker 0 001 @ 03721797 n 0000 | a marker (a piece of paper or ribbon) placed between the pages of a book to mark the reader's place
-02871314 06 n 01 bookmobile 0 001 @ 04520170 n 0000 | a van with shelves of books; serves as a mobile library or bookstore
-02871439 06 n 01 bookshelf 0 001 @ 04190052 n 0000 | a shelf on which to keep books
-02871525 06 n 03 bookshop 0 bookstore 0 bookstall 0 001 @ 04202417 n 0000 | a shop where books are sold
-02871631 06 n 01 boom 0 002 @ 04267577 n 0000 #p 04128837 n 0000 | any of various more-or-less horizontal spars or poles used to extend the foot of a sail or for handling cargo or in mooring
-02871824 06 n 02 boom 1 microphone_boom 0 001 @ 03976657 n 0000 | a pole carrying an overhead microphone projected over a film or tv set
-02871963 06 n 03 boomerang 0 throwing_stick 0 throw_stick 0 004 @ 04008634 n 0000 ;r 08831004 n 0000 + 02005778 v 0101 ~ 03629401 n 0000 | a curved piece of wood; when properly thrown will return to thrower
-02872172 06 n 04 booster 0 booster_dose 0 booster_shot 0 recall_dose 0 001 @ 03225238 n 0000 | an additional dose that makes sure the first dose was effective
-02872333 06 n 05 booster 1 booster_rocket 0 booster_unit 0 takeoff_booster 0 takeoff_rocket 0 003 @ 04099175 n 0000 #p 03799375 n 0000 + 01516071 v 0101 | the first stage of a multistage rocket
-02872529 06 n 06 booster 2 booster_amplifier 0 booster_station 0 relay_link 0 relay_station 0 relay_transmitter 0 002 @ 02705944 n 0000 #p 03077958 n 0000 | an amplifier for restoring the strength of a transmitted signal
-02872752 06 n 01 boot 0 022 @ 03380867 n 0000 %p 02874537 n 0000 %p 02874642 n 0000 ~ 02925666 n 0000 %p 03068707 n 0000 %p 03116942 n 0000 ~ 03124043 n 0000 %p 03308853 n 0000 %p 03511426 n 0000 ~ 03516844 n 0000 ~ 03521544 n 0000 %p 03573848 n 0000 %p 03574243 n 0000 %p 03862190 n 0000 ~ 04089666 n 0000 ~ 04116294 n 0000 ~ 04228581 n 0000 %p 04290259 n 0000 %p 04444522 n 0000 %p 04444749 n 0000 %p 04450994 n 0000 %p 04514359 n 0000 | footwear that covers the whole foot and lower leg
-02873244 06 n 01 boot 1 002 @ 03696065 n 0000 ;r 08860123 n 0000 | British term for the luggage compartment in a car
-02873363 06 n 04 boot 2 the_boot 0 iron_boot 0 iron_heel 0 001 @ 03576215 n 0000 | an instrument of torture that is used to heat or crush the foot and leg
-02873520 06 n 01 boot 3 001 @ 04190747 n 0000 | protective casing for something that resembles a leg
-02873623 06 n 01 boot_camp 0 002 @ 02944826 n 0000 ;c 08199025 n 0000 | camp for training military recruits
-02873733 06 n 02 bootee 0 bootie 0 001 @ 04241394 n 0000 | a slipper that is soft and wool (for babies)
-02873839 06 n 04 booth 0 cubicle 0 stall 0 kiosk 0 008 @ 03049457 n 0000 ~ 03090172 n 0000 ~ 03978421 n 0000 ~ 04010566 n 0000 ~ 04209613 n 0000 ~ 04401680 n 0000 ~ 04449290 n 0000 ~ 04541987 n 0000 | small area set off by walls for special use
-02874086 06 n 01 booth 1 002 @ 04202417 n 0000 ~ 04299215 n 0000 | a small shop at a fair; for selling goods or entertainment
-02874214 06 n 01 booth 2 001 @ 04379243 n 0000 | a table (in a restaurant or bar) surrounded by two high-backed benches
-02874336 06 n 01 boothose 0 001 @ 04323819 n 0000 | protective stockings worn with or in place of boots
-02874442 06 n 01 bootjack 0 001 @ 03183080 n 0000 | has V-shaped notch for pulling off boots
-02874537 06 n 01 bootlace 0 002 @ 03631445 n 0000 #p 02872752 n 0000 | a long lace for fastening boots
-02874642 06 n 01 bootleg 0 002 @ 03122748 n 0000 #p 02872752 n 0000 | the part of a boot above the instep
-02874750 06 n 01 bootstrap 0 001 @ 04333129 n 0000 | a strap that is looped and sewn to the top of a boot for pulling it on
-02874876 06 n 01 Bordeaux_mixture 0 001 @ 02720201 n 0000 | antifungal agent consisting of a solution of copper sulphate and quicklime
-02875013 06 n 01 border 0 006 @ 03264542 n 0000 + 01586850 v 0103 + 01467370 v 0105 ~ 03265479 n 0000 ~ 04171066 n 0000 ~ 04528256 n 0000 | a strip forming the outer edge of something; "the rug had a wide blue border"
-02875233 06 n 03 bore 0 bore-hole 0 drill_hole 0 004 @ 03302121 n 0000 ;c 00922327 n 0000 + 01443021 v 0101 ~ 04206695 n 0000 | a hole or passage made by a drill; usually made for exploratory purposes
-02875436 06 n 04 bore_bit 0 borer 0 rock_drill 0 stone_drill 0 005 @ 03239726 n 0000 + 01443021 v 0201 ~ 03136254 n 0000 ~ 04303852 n 0000 ~ 04331765 n 0000 | a drill for penetrating rock
-02875626 06 n 01 boron_chamber 0 002 @ 03583621 n 0000 #p 02875815 n 0000 | an ionization chamber lined with boron or filled with boron trifluoride gas for counting low velocity neutrons
-02875815 06 n 01 boron_counter_tube 0 002 @ 04012665 n 0000 %p 02875626 n 0000 | a proportional counter tube for counting neutrons
-02875948 06 n 01 borstal 0 001 @ 04069777 n 0000 | formerly a British reform school for youths considered too young to send to prison
-02876084 06 n 01 bosom 0 002 @ 03050026 n 0000 #p 03419014 n 0000 | cloth that covers the chest or breasts
-02876193 06 n 01 Bosporus_Bridge 0 002 @i 04366367 n 0000 #p 09041785 n 0000 | a suspension bridge across the Bosporus at Istanbul
-02876326 06 n 01 Boston_rocker 0 001 @ 04099969 n 0000 | a rocking chair that has a high spindle back and a decorative top panel
-02876457 06 n 01 bota 0 001 @ 04591713 n 0000 | a wine bottle made of leather
-02876537 06 n 01 botanical 0 001 @ 03247620 n 0000 | a drug made from part of a plant (as the bark or root or leaves)
-02876657 06 n 01 bottle 0 023 @ 04531098 n 0000 + 02283080 v 0101 + 01502279 v 0101 ~ 02823428 n 0000 %p 02877765 n 0000 ~ 02960903 n 0000 ~ 02962061 n 0000 ~ 02985963 n 0000 ~ 03140431 n 0000 ~ 03174450 n 0000 ~ 03359566 n 0000 ~ 03449451 n 0000 ~ 03571625 n 0000 ~ 03603722 n 0000 %p 03794392 n 0000 ~ 03923379 n 0000 ~ 03937543 n 0000 ~ 03983396 n 0000 ~ 04246060 n 0000 ~ 04271793 n 0000 ~ 04557648 n 0000 ~ 04579056 n 0000 ~ 04591713 n 0000 | a glass or plastic vessel used for storing drinks or other liquids; typically cylindrical without handles and with a narrow neck that can be plugged or capped
-02877266 06 n 03 bottle 1 feeding_bottle 0 nursing_bottle 0 002 @ 04531098 n 0000 %p 03825788 n 0000 | a vessel fitted with a flexible teat and filled with milk or formula; used as a substitute for breast feeding infants and very young children
-02877513 06 n 01 bottle_bank 0 002 @ 04065789 n 0000 ;r 08860123 n 0000 | a place where bottles can be deposited for recycling
-02877642 06 n 01 bottlebrush 0 001 @ 02908217 n 0000 | a cylindrical brush on a thin shaft that is used to clean bottles
-02877765 06 n 01 bottlecap 0 002 @ 02954938 n 0000 #p 02876657 n 0000 | a cap that seals a bottle
-02877865 06 n 01 bottleneck 0 001 @ 03892891 n 0000 | the narrow part of a bottle near the top
-02877962 06 n 01 bottle_opener 0 003 @ 03848348 n 0000 ~ 02956795 n 0000 ~ 03109150 n 0000 | an opener for removing caps or corks from bottles
-02878107 06 n 01 bottling_plant 0 001 @ 03956922 n 0000 | a plant where beverages are put into bottles with caps
-02878222 06 n 04 bottom 0 freighter 0 merchantman 0 merchant_ship 0 003 @ 02965300 n 0000 + 01951276 v 0201 + 01489161 v 0201 | a cargo ship; "they did much of their overseas trade in foreign bottoms"
-02878425 06 n 01 boucle 0 001 @ 03309808 n 0000 | a fabric of uneven yarn that has an uneven knobby effect
-02878534 06 n 01 boudoir 0 001 @ 02821627 n 0000 | a lady's bedroom or private sitting room
-02878628 06 n 03 boulle 0 boule 0 buhl 0 001 @ 03282401 n 0000 | an inlaid furniture decoration; tortoiseshell and yellow and white metal form scrolls in cabinetwork
-02878796 06 n 01 bouncing_betty 0 001 @ 03639675 n 0000 | an antipersonnel land mine
-02878883 06 n 02 Bounty 0 H.M.S._Bounty 0 001 @i 04194289 n 0000 | a ship of the British navy; in 1789 part of the crew mutinied against their commander William Bligh and set him afloat in an open boat
-02879087 06 n 04 bouquet 0 corsage 0 posy 0 nosegay 0 001 @ 03368141 n 0000 | an arrangement of flowers that is usually given as a present
-02879228 06 n 01 Bourse 0 001 @i 04323026 n 0000 | the stock exchange in Paris
-02879309 06 n 02 boutique 0 dress_shop 0 001 @ 04202417 n 0000 | a shop that sells women's clothes and jewelry
-02879422 06 n 01 boutonniere 0 001 @ 02681518 n 0000 | a flower that is worn in a buttonhole
-02879517 06 n 01 bow 0 003 @ 04317420 n 0000 + 01729295 v 0101 ~ 03332271 n 0000 | a slightly curved piece of resilient wood with taut horsehair strands; used in playing certain stringed instruments
-02879718 06 n 01 bow 1 008 @ 04565375 n 0000 #p 02880393 n 0000 %p 02883101 n 0000 ~ 03136369 n 0000 ~ 03148632 n 0000 ~ 03483531 n 0000 %p 03669094 n 0000 ~ 03687928 n 0000 | a weapon for shooting arrows, composed of a curved piece of resilient wood with a taut cord to propel the arrow
-02880008 06 n 04 bow 2 fore 0 prow 0 stem 0 002 @ 03398467 n 0000 #p 04530566 n 0000 | front part of a vessel or aircraft; "he pointed the bow of the boat toward the finish line"
-02880189 06 n 02 bow 3 bowknot 0 001 @ 03627232 n 0000 | a knot with two loops and loose ends; used to tie shoelaces
-02880308 06 n 01 bow 4 001 @ 03169390 n 0000 | a decorative interlacing of ribbons
-02880393 06 n 01 bow_and_arrow 0 003 @ 04565375 n 0000 %p 02742753 n 0000 %p 02879718 n 0000 | a weapon consisting of arrows and the bow to shoot them
-02880546 06 n 02 bowed_stringed_instrument 0 string 5 008 @ 04338517 n 0000 + 01359145 v 0201 ~ 02803934 n 0000 ~ 02992211 n 0000 %p 03341297 n 0000 ~ 04536153 n 0000 ~ 04536335 n 0000 ~ 04536866 n 0000 | stringed instruments that are played with a bow; "the strings played superlatively well"
-02880842 06 n 01 Bowie_knife 0 001 @ 03623556 n 0000 | a stout hunting knife with a single edge
-02880940 06 n 01 bowl 0 009 @ 03206908 n 0000 ~ 02997910 n 0000 ~ 03341606 n 0000 ~ 03775546 n 0000 ~ 03984759 n 0000 ~ 04023695 n 0000 ~ 04130257 n 0000 ~ 04242704 n 0000 ~ 04263257 n 0000 | a dish that is round and open at the top for serving foods
-02881193 06 n 01 bowl 1 005 @ 04531098 n 0000 ~ 03350204 n 0000 ~ 03602194 n 0000 ~ 03733465 n 0000 ~ 04447028 n 0000 | a round vessel that is open at the top; used chiefly for holding food or liquids;
-02881397 06 n 02 bowl 2 pipe_bowl 0 002 @ 03094503 n 0000 #p 03945167 n 0000 | a small round container that is open at the top for holding tobacco
-02881546 06 n 01 bowl 4 004 @ 02778669 n 0000 #p 00462804 n 0000 + 01887324 v 0101 + 01146507 v 0101 | a wooden ball (with flattened sides so that it rolls on a curved course) used in the game of lawn bowling
-02881757 06 n 05 bowler_hat 0 bowler 0 derby_hat 0 derby 0 plug_hat 0 001 @ 03497657 n 0000 | a felt hat that is round and hard with a narrow brim
-02881906 06 n 02 bowline 0 bowline_knot 0 001 @ 03689570 n 0000 | a loop knot that neither slips nor jams
-02882014 06 n 03 bowling_alley 0 alley 1 skittle_alley 0 003 @ 03640660 n 0000 #p 02882483 n 0000 %p 08572877 n 0000 | a lane down which a bowling ball is rolled toward pins
-02882190 06 n 01 bowling_alley 1 001 @ 02913152 n 0000 | a building that contains several alleys for bowling
-02882301 06 n 02 bowling_ball 0 bowl 5 004 @ 02778669 n 0000 #p 02882483 n 0000 %p 03341707 n 0000 %p 04431025 n 0000 | a large ball with finger holes used in the sport of bowling
-02882483 06 n 01 bowling_equipment 0 005 @ 03414162 n 0000 %p 02882014 n 0000 %p 02882301 n 0000 ~ 02882647 n 0000 %p 02882894 n 0000 | equipment used in bowling
-02882647 06 n 02 bowling_pin 0 pin 4 006 @ 02882483 n 0000 ~ 02948293 n 0000 ~ 03253279 n 0000 ~ 03504293 n 0000 ~ 03825271 n 0000 ~ 04410565 n 0000 | a club-shaped wooden object used in bowling; set up in triangular groups of ten as the target
-02882894 06 n 01 bowling_shoe 0 002 @ 04199027 n 0000 #p 02882483 n 0000 | a special shoe worn when bowling
-02883004 06 n 01 bowsprit 0 001 @ 04267577 n 0000 | a spar projecting from the bow of a vessel
-02883101 06 n 01 bowstring 0 002 @ 03106110 n 0000 #p 02879718 n 0000 | the string of an archer's bow
-02883205 06 n 03 bow_tie 0 bow-tie 0 bowtie 0 003 @ 03815615 n 0000 ~ 02847631 n 0000 ~ 04580994 n 0000 | a man's tie that ties in a bow
-02883344 06 n 01 box 0 030 @ 03094503 n 0000 + 00657600 a 0102 + 01485158 v 0101 ~ 02782681 n 0000 ~ 02786331 n 0000 %p 02798574 n 0000 ~ 02971356 n 0000 ~ 02978055 n 0000 ~ 02998003 n 0000 ~ 03014705 n 0000 ~ 03030353 n 0000 ~ 03064758 n 0000 ~ 03127925 n 0000 ~ 03360038 n 0000 ~ 03524287 n 0000 %p 03661340 n 0000 ~ 03710193 n 0000 ~ 03729402 n 0000 ~ 03876111 n 0000 ~ 03908618 n 0000 ~ 03963483 n 0000 ~ 03982767 n 0000 ~ 04030414 n 0000 ~ 04182152 n 0000 ~ 04200258 n 0000 ~ 04253057 n 0000 ~ 04340750 n 0000 ~ 04439505 n 0000 ~ 04495051 n 0000 ~ 04589325 n 0000 | a (usually rectangular) container; may have a lid; "he rummaged through a box of spare parts"
-02884011 06 n 01 box 1 004 @ 03079741 n 0000 ~ 03606347 n 0000 ~ 04000592 n 0000 ~ 04596492 n 0000 | separate partitioned area in a public place for a few people; "the sentry stayed in his box to avoid the cold"
-02884225 06 n 02 box 2 loge 1 004 @ 03079741 n 0000 #p 02777927 n 0000 %p 02886183 n 0000 ~ 04232312 n 0000 | private area in a theater or grandstand where a small group can watch the performance; "the royal box was empty"
-02884450 06 n 02 box 3 box_seat 1 002 @ 04161981 n 0000 #p 03055670 n 0000 | the driver's seat on a coach; "an armed guard sat in the box with the driver"
-02884607 06 n 01 box 4 003 @ 02735688 n 0000 #p 02780916 n 0000 ~ 02810270 n 0000 | any one of several designated areas on a ball field where the batter or catcher or coaches are positioned; "the umpire warned the batter to stay in the batter's box"
-02884859 06 n 02 box_beam 0 box_girder 0 001 @ 02815950 n 0000 | a beam built up from boards; has a hollow rectangular cross section
-02884994 06 n 02 box_camera 0 box_Kodak 0 001 @ 02942699 n 0000 | a simple camera shaped like a rectangular box
-02885108 06 n 01 boxcar 0 002 @ 03393912 n 0000 ~ 04322692 n 0000 | a freight car with roof and sliding doors in the sides
-02885233 06 n 01 box_coat 0 001 @ 03057021 n 0000 | a short coat that hangs loosely from the shoulders
-02885338 06 n 01 boxing_equipment 0 003 @ 04285146 n 0000 ;c 00445802 n 0000 ~ 02885462 n 0000 | equipment used in boxing
-02885462 06 n 02 boxing_glove 0 glove 2 002 @ 02885338 n 0000 ;c 00445802 n 0000 | boxing equipment consisting of big and padded coverings for the fists of the fighters; worn for the sport of boxing
-02885663 06 n 02 boxing_ring 0 prize_ring 0 002 @ 04092959 n 0000 ;c 00445802 n 0000 | a square ring where boxers fight
-02885785 06 n 01 box_kite 0 001 @ 03621473 n 0000 | a kite shaped like a box open at both ends
-02885882 06 n 03 box_office 0 ticket_office 0 ticket_booth 0 002 @ 03841666 n 0000 #p 04417809 n 0000 | the office where tickets of admission are sold
-02886035 06 n 01 box_pleat 0 002 @ 03965907 n 0000 #p 04230808 n 0000 | a flat double pleat made by folding under the fabric on either side of it
-02886183 06 n 01 box_seat 0 003 @ 04161981 n 0000 #p 02884225 n 0000 #p 03452953 n 0000 | a special seat in a theater or grandstand box
-02886321 06 n 01 box_spring 0 001 @ 02822399 n 0000 | a coiled bedspring in a frame that is covered with cloth
-02886434 06 n 02 box_wrench 0 box_end_wrench 0 002 @ 04606574 n 0000 %p 04255163 n 0000 | a wrench with a closed loop (a socket) that fits over a nut or bolt head
-02886599 06 n 02 brace 0 bracing 0 012 @ 04341414 n 0000 @ 04336034 n 0000 #p 03391770 n 0000 + 01219706 v 0201 + 01219706 v 0101 ~ 03137579 n 0000 ~ 03471347 n 0000 ~ 03471779 n 0000 ~ 04307419 n 0000 ~ 04339062 n 0000 ~ 04343148 n 0000 ~ 04433585 n 0000 | a structural member used to stiffen a framework
-02886907 06 n 02 brace 1 bitstock 0 002 @ 04321804 n 0000 #p 02887832 n 0000 | a carpenter's tool having a crank handle for turning and a socket to hold a bit for boring
-02887079 06 n 03 brace 3 braces 2 orthodontic_braces 0 001 @ 03175604 n 0000 | an appliance that corrects dental irregularities
-02887209 06 n 01 brace 4 009 @ 04359589 n 0000 @ 04336034 n 0000 + 01219706 v 0101 + 01219993 v 0101 ~ 02713003 n 0000 ~ 02768655 n 0000 ~ 03622839 n 0000 ~ 03814639 n 0000 ~ 04226322 n 0000 | a support that steadies or strengthens something else; "he wore a brace on his knee"
-02887489 06 n 03 brace 5 suspender 0 gallus 0 004 @ 03746330 n 0000 ;u 06295235 n 0000 + 01481154 v 0201 %p 04333500 n 0000 | elastic straps that hold trousers up (usually used in the plural)
-02887683 06 n 01 brace 6 002 @ 04108268 n 0000 ~ 04115906 n 0000 | a rope on a square-rigged ship that is used to swing a yard about and secure it
-02887832 06 n 01 brace_and_bit 0 002 @ 03239726 n 0000 %p 02886907 n 0000 | a drill consisting of a bit and a brace to hold and turn it
-02887970 06 n 02 bracelet 0 bangle 1 004 @ 03597469 n 0000 ~ 02713097 n 0000 ~ 02739123 n 0000 %p 03038281 n 0000 | jewelry worn around the wrist for decoration
-02888133 06 n 02 bracer 0 pick-me-up 0 002 @ 04451473 n 0000 + 00022686 v 0103 | a tonic or restorative (especially a drink of liquor)
-02888270 06 n 02 bracer 1 armguard 0 001 @ 04014297 n 0000 | a protective covering for the wrist or arm that is used in archery and fencing and other sports
-02888429 06 n 01 brace_wrench 0 001 @ 04606574 n 0000 | a wrench shaped like a brace (has a handle shaped like a crank) and a socket head
-02888569 06 n 02 bracket 0 wall_bracket 0 008 @ 04359589 n 0000 + 01218791 v 0101 ~ 02712545 n 0000 ~ 03092476 n 0000 ~ 03105467 n 0000 ~ 03778459 n 0000 ~ 04148579 n 0000 ~ 04190376 n 0000 | a support projecting from a wall (as to hold a shelf)
-02888817 06 n 01 brad 0 002 @ 03804744 n 0000 + 01342439 v 0101 | a small nail
-02888898 06 n 02 bradawl 0 pricker 0 002 @ 02763714 n 0000 + 01440801 v 0202 | an awl for making small holes for brads or small screws
-02889035 06 n 03 braid 0 gold_braid 0 braiding 0 005 @ 04484160 n 0000 + 01674717 v 0101 + 01519727 v 0101 ~ 02684515 n 0000 ~ 04264134 n 0000 | trimming used to decorate clothes or curtains
-02889228 06 n 01 brail 0 001 @ 04108268 n 0000 | a small rope (one of several) used to draw a sail in
-02889332 06 n 01 brail 1 001 @ 03819994 n 0000 | a small net used to draw fish into a boat
-02889425 06 n 01 brake 0 008 @ 04081844 n 0000 #p 04576211 n 0000 + 01863817 v 0101 + 01863593 v 0101 ~ 02891188 n 0000 ~ 03056873 n 0000 ~ 03483637 n 0000 ~ 03995018 n 0000 | a restraint used to slow or stop a vehicle
-02889646 06 n 01 brake 1 001 @ 04081844 n 0000 | anything that slows or hinders a process; "she wan not ready to put the brakes on her life with a marriage"; "new legislation will put the brakes on spending"
-02889856 06 n 01 brake_band 0 002 @ 02784998 n 0000 #p 02891188 n 0000 | a band that can be tightened around a shaft to stop its rotation
-02889996 06 n 03 brake_cylinder 0 hydraulic_brake_cylinder 0 master_cylinder 0 002 @ 03156405 n 0000 #p 03551084 n 0000 | a cylinder that contains brake fluid that is compressed by a piston
-02890188 06 n 01 brake_disk 0 002 @ 03208556 n 0000 #p 03208938 n 0000 | a disk or plate that is fixed to the wheel; pressure is applied to it by the brake pads
-02890351 06 n 02 brake_drum 0 drum 2 002 @ 13899804 n 0000 #p 03250089 n 0000 | a hollow cast-iron cylinder attached to the wheel that forms part of the brakes
-02890513 06 n 01 brake_lining 0 002 @ 03673767 n 0000 #p 02890940 n 0000 | the lining on the brake shoes that comes in contact with the brake drum
-02890662 06 n 01 brake_pad 0 002 @ 04081844 n 0000 #p 03208938 n 0000 | one of the pads that apply friction to both sides of the brake disk
-02890804 06 n 01 brake_pedal 0 002 @ 03903424 n 0000 #p 03551084 n 0000 | foot pedal that moves a piston in the master brake cylinder
-02890940 06 n 03 brake_shoe 0 shoe 2 skid 1 004 @ 04081844 n 0000 #p 03250089 n 0000 + 01871217 v 0301 %p 02890513 n 0000 | a restraint provided when the brake linings are moved hydraulically against the brake drum to retard the wheel's rotation
-02891188 06 n 02 brake_system 0 brakes 0 005 @ 02889425 n 0000 #p 03791235 n 0000 %p 02889856 n 0000 ~ 03551084 n 0000 %p 07265990 n 0000 | a braking device consisting of a combination of interacting parts that work to slow a motor vehicle
-02891430 06 n 03 branch_line 0 spur_track 0 spur 1 002 @ 03671272 n 0000 ~ 03689700 n 0000 | a railway line connected to a trunk line
-02891566 06 n 02 brand-name_drug 0 proprietary_drug 0 002 @ 03247620 n 0000 ! 03434549 n 0101 | a drug that has a trade name and is protected by a patent (can be produced and sold only by the company holding the patent)
-02891788 06 n 02 brass 0 brass_instrument 0 012 @ 04586932 n 0000 + 02670411 a 0101 ~ 02793089 n 0000 ~ 02804252 n 0000 ~ 02912894 n 0000 ~ 03037899 n 0000 ~ 03110669 n 0000 ~ 03369276 n 0000 ~ 03394916 n 0000 ~ 04141198 n 0000 ~ 04487394 n 0000 %p 04519536 n 0000 | a wind instrument that consists of a brass tube (usually of variable length) that is blown by means of a cup-shaped or funnel-shaped mouthpiece
-02892201 06 n 03 brass 1 memorial_tablet 0 plaque 0 001 @ 03743902 n 0000 | a memorial made of brass
-02892304 06 n 01 brass 2 001 @ 03169390 n 0000 | an ornament or utensil made of brass
-02892392 06 n 01 brassard 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the arm
-02892499 06 n 01 brasserie 0 001 @ 04081281 n 0000 | a small restaurant serving beer and wine as well as food; usually cheap
-02892626 06 n 01 brassie 0 001 @ 04597066 n 0000 | (formerly) a golfing wood with a face more elevated that a driver but less than a spoon
-02892767 06 n 03 brassiere 0 bra 0 bandeau 0 004 @ 04508163 n 0000 @ 04596852 n 0000 %p 04333500 n 0000 ~ 04514241 n 0000 | an undergarment worn by women to support their breasts
-02892948 06 n 05 brass_knucks 0 knucks 0 brass_knuckles 0 knuckles 0 knuckle_duster 0 002 @ 04565375 n 0000 ;u 06295235 n 0000 | a small metal weapon; worn over the knuckles on the back of the hand
-02893148 06 n 01 brass_monkey 0 001 @ 02797692 n 0000 | a metal stand that formerly held cannon balls on sailing ships
-02893269 06 n 01 brattice 0 001 @ 03894379 n 0000 | a partition (often temporary) of planks or cloth that is used to control ventilation in a mine
-02893418 06 n 02 brazier 0 brasier 0 002 @ 03508101 n 0000 ~ 03517509 n 0000 | large metal container in which coal or charcoal is burned; warms people who must stay outside for long times
-02893608 06 n 01 breadbasket 0 001 @ 02801938 n 0000 | a basket for serving bread
-02893692 06 n 02 bread-bin 0 breadbox 0 001 @ 03094503 n 0000 | a container used to keep bread or cake in
-02893800 06 n 02 breadboard 0 bread_board 0 001 @ 02856463 n 0000 | a wooden or plastic board on which dough is kneaded or bread is sliced
-02893941 06 n 01 bread_knife 0 001 @ 03623556 n 0000 | a knife used to cut bread
-02894024 06 n 01 breakable 0 001 @ 00022903 n 0000 | an article that is fragile and easily broken; "pack the breakables separately"
-02894158 06 n 02 breakfast_area 0 breakfast_nook 0 001 @ 02735688 n 0000 | a place for light meals (usually near a kitchen); "the breakfast nook had a built in table and seats"
-02894337 06 n 01 breakfast_table 0 001 @ 04379243 n 0000 | a table where breakfast is eaten
-02894431 06 n 01 break_seal 0 001 @ 04159354 n 0000 | a seal that must be broken when first used and cannot easily be resealed; "it was stored in a tube with a break seal"
-02894605 06 n 07 breakwater 0 groin 0 groyne 0 mole 0 bulwark 0 seawall 0 jetty 0 002 @ 02796623 n 0000 + 01128071 v 0501 | a protective structure of stone or concrete; extends from shore into the water to prevent a beach from washing away
-02894847 06 n 01 breast_drill 0 001 @ 03239726 n 0000 | a portable drill with a plate that is pressed against the chest to force the drill point into the work
-02895008 06 n 01 breast_implant 0 001 @ 03563710 n 0000 | an implant for cosmetic purposes to replace a breast that has been surgically removed
-02895154 06 n 03 breastplate 0 aegis 0 egis 0 003 @ 02740764 n 0000 #p 02862048 n 0000 ~ 03959014 n 0000 | armor plate that protects the chest; the front part of a cuirass
-02895328 06 n 01 breast_pocket 0 002 @ 03972524 n 0000 #p 03057021 n 0000 | a pocket inside of a man's coat
-02895438 06 n 02 breathalyzer 0 breathalyser 0 001 @ 03183080 n 0000 | a device that measures chemicals (especially the alcohol content) in a person's expired breath
-02895606 06 n 04 breathing_device 0 breathing_apparatus 0 breathing_machine 0 ventilator 1 006 @ 03183080 n 0000 ~ 02731629 n 0000 ~ 03868863 n 0000 ~ 04080833 n 0000 ~ 04082344 n 0000 ~ 04251144 n 0000 | a device that facilitates breathing in cases of respiratory failure
-02895881 06 n 03 breech 0 rear_of_barrel 0 rear_of_tube 0 003 @ 03848729 n 0000 #p 02795169 n 0000 %p 02896074 n 0000 | opening in the rear of the barrel of a gun where bullets can be loaded
-02896074 06 n 02 breechblock 0 breech_closer 0 002 @ 02853449 n 0000 #p 02895881 n 0000 | a metal block in breech-loading firearms that is withdrawn to insert a cartridge and replaced to close the breech before firing
-02896294 06 n 03 breechcloth 0 breechclout 0 loincloth 0 002 @ 03419014 n 0000 ~ 03186199 n 0000 | a garment that provides covering for the loins
-02896442 06 n 05 breeches 0 knee_breeches 0 knee_pants 0 knickerbockers 0 knickers 1 007 @ 04489008 n 0000 ;u 06295235 n 0000 ~ 02902816 n 0000 ~ 02910864 n 0000 %p 03062651 n 0000 ~ 03970363 n 0000 ~ 04491934 n 0000 | trousers ending above the knee
-02896694 06 n 01 breeches_buoy 0 001 @ 03662719 n 0000 | a life buoy in the form of a ring with short breeches for support; used to transfer people from a ship
-02896856 06 n 01 breechloader 0 001 @ 03467984 n 0000 | a gun that is loaded at the breech
-02896949 06 n 01 breeder_reactor 0 002 @ 03834040 n 0000 %p 02849419 n 0000 | a nuclear reactor that produces more fissile material than it burns
-02897097 06 n 02 Bren 0 Bren_gun 0 001 @ 04347519 n 0000 | a submachine gun operated by gas pressure; used by the British in World War II
-02897237 06 n 01 brewery 0 004 @ 03956922 n 0000 + 01663920 v 0101 ~ 02897389 n 0000 ~ 03758992 n 0000 | a plant where beer is brewed by fermentation
-02897389 06 n 01 brewpub 0 002 @ 02897237 n 0000 @ 04081281 n 0000 | a combination brewery and restaurant; beer is brewed for consumption on the premises and served along with food
-02897572 06 n 02 briar 0 briar_pipe 0 001 @ 03945167 n 0000 | a pipe made from the root (briarroot) of the tree heath
-02897692 06 n 05 bric-a-brac 0 knickknack 0 nicknack 0 knickknackery 0 whatnot 0 001 @ 03149951 n 0000 | miscellaneous curios
-02897820 06 n 01 brick 0 008 @ 02997391 n 0000 @ 14786479 n 0000 ~ 02681392 n 0000 ~ 03043693 n 0000 ~ 03344642 n 0000 ~ 03503097 n 0000 ~ 03796522 n 0000 %s 14813182 n 0000 | rectangular block of clay baked by the sun or in a kiln; used as a building or paving material
-02898093 06 n 01 brickkiln 0 001 @ 03617095 n 0000 | a kiln for making bricks
-02898173 06 n 01 bricklayer's_hammer 0 001 @ 03481172 n 0000 | a hammer used in laying bricks
-02898269 06 n 02 brick_trowel 0 mason's_trowel 0 001 @ 04489817 n 0000 | a trowel used in masonry
-02898369 06 n 01 brickwork 0 002 @ 03725717 n 0000 ~ 03827420 n 0000 | masonry done with bricks and mortar
-02898478 06 n 02 brickyard 0 brickfield 0 001 @ 04603081 n 0000 | a place where bricks are made and sold
-02898585 06 n 03 bridal_gown 0 wedding_gown 0 wedding_dress 0 001 @ 03450230 n 0000 | a gown worn by the bride at a wedding
-02898711 06 n 02 bridge 0 span 0 022 @ 04341686 n 0000 #p 04473432 n 0000 + 01915131 v 0101 + 01296324 v 0101 %p 02733524 n 0000 ~ 02775897 n 0000 ~ 02953197 n 0000 ~ 02986160 n 0000 ~ 03122073 n 0000 ~ 03233744 n 0000 ~ 03379828 n 0000 ~ 03865557 n 0000 %p 03933933 n 0000 ~ 03981760 n 0000 ~ 04108822 n 0000 ~ 04311004 n 0000 ~ 04366367 n 0000 ~ 04449449 n 0000 %p 04479823 n 0000 ~ 04479939 n 0000 ~ 04492749 n 0000 ~ 04532670 n 0000 | a structure that allows people or vehicles to cross an obstacle such as a river or canal or railway etc.
-02899257 06 n 02 bridge 1 bridge_deck 0 004 @ 04514738 n 0000 ~ 03091907 n 0000 ~ 03373752 n 0000 %p 03939677 n 0000 | an upper deck where a ship is steered and the captain stands
-02899439 06 n 02 bridge 2 nosepiece 0 002 @ 03673971 n 0000 #p 04272054 n 0000 | the link between two lenses; rests on the nose
-02899569 06 n 02 bridge 3 bridgework 0 001 @ 03176386 n 0000 | a denture anchored to teeth on either side of missing teeth
-02899694 06 n 01 bridge 4 002 @ 04359589 n 0000 #p 04338517 n 0000 | a wooden support that holds the strings up
-02899808 06 n 02 bridge 5 bridge_circuit 0 002 @ 03033362 n 0000 ~ 04574761 n 0000 | a circuit consisting of two branches (4 arms arranged in a diamond configuration) across which a meter is connected
-02900011 06 n 01 bridged-T 0 001 @ 03033362 n 0000 | a circuit consisting of a T-network with an additional shunt bridging the two series circuits
-02900160 06 n 01 bridle 0 009 @ 03503718 n 0000 #p 03494706 n 0000 + 01300655 v 0101 + 01056918 v 0101 %p 02844714 n 0000 %p 03012013 n 0000 %p 03506028 n 0000 %p 03831382 n 0000 %p 04072551 n 0000 | headgear for a horse; includes a headstall and bit and reins to give the rider or driver control
-02900459 06 n 02 bridle_path 0 bridle_road 0 001 @ 03899328 n 0000 | a path suitable for riding or leading horses (but not for cars)
-02900594 06 n 01 bridoon 0 001 @ 02844714 n 0000 | a bit resembling a snaffle bit; used with a separate curb
-02900705 06 n 01 briefcase 0 003 @ 02974697 n 0000 ~ 02755140 n 0000 %p 03485997 n 0000 | a case with a handle; for carrying papers or files or books
-02900857 06 n 01 briefcase_bomb 0 001 @ 02866578 n 0000 | a bomb consisting of an explosive and timer hidden inside a briefcase
-02900987 06 n 01 briefcase_computer 0 001 @ 03985232 n 0000 | a portable computer housed in a box that resembles a briefcase
-02901114 06 n 02 briefs 0 Jockey_shorts 0 002 @ 04508489 n 0000 ;u 06295235 n 0000 | short tight-fitting underpants (trade name Jockey shorts)
-02901259 06 n 01 brig 0 002 @ 03907654 n 0000 ;c 04194289 n 0000 | a penal institution (especially on board a ship)
-02901377 06 n 01 brig 1 001 @ 04128837 n 0000 | two-masted sailing vessel square-rigged on both masts
-02901481 06 n 01 brigandine 0 001 @ 03000247 n 0000 | a medieval coat of chain mail consisting of metal rings sewn onto leather or cloth
-02901620 06 n 02 brigantine 0 hermaphrodite_brig 0 001 @ 04128837 n 0000 | two-masted sailing vessel square-rigged on the foremast and fore-and-aft rigged on the mainmast
-02901793 06 n 01 brilliantine 0 001 @ 03980026 n 0000 | a pomade to make the hair manageable and lustrous
-02901901 06 n 01 brilliant_pebble 0 001 @ 03509843 n 0000 | a code name for a small computerized heat-seeking missile that was supposed to intercept and destroy enemy missiles
-02902079 06 n 01 brim 0 004 @ 04008947 n 0000 #p 03497657 n 0000 ~ 02838728 n 0000 ~ 04248396 n 0000 | a circular projection that sticks outward from the crown of a hat
-02902250 06 n 03 brim 1 rim 0 lip 0 004 @ 03264136 n 0000 #p 04531098 n 0000 + 00182269 v 0101 ~ 03068707 n 0000 | the top edge of a vessel or other container
-02902411 06 n 02 briquette 0 briquet 0 001 @ 02852523 n 0000 | a block made from charcoal or coal dust and burned as fuel
-02902535 06 n 01 bristle 0 003 @ 14866889 n 0000 #p 02908217 n 0000 + 00145083 a 0106 | a stiff fiber (coarse hair or filament); natural or synthetic
-02902687 06 n 01 bristle_brush 0 001 @ 02908217 n 0000 | a brush that is made with the short stiff hairs of an animal or plant
-02902816 06 n 01 britches 0 002 @ 02896442 n 0000 ;u 06295235 n 0000 | informal term for breeches
-02902916 06 n 01 broad_arrow 0 001 @ 02742753 n 0000 | an arrow with a wide barbed head
-02903006 06 n 02 broadax 0 broadaxe 0 002 @ 02764044 n 0000 ~ 02811468 n 0000 | a large ax with a broad cutting blade
-02903126 06 n 01 brochette 0 001 @ 04280970 n 0000 | a small spit or skewer
-02903204 06 n 02 broadcaster 0 spreader 1 003 @ 03736970 n 0000 + 02082690 v 0201 + 01501184 v 0101 | a mechanical device for scattering something (seed or fertilizer or sand etc.) in all directions
-02903405 06 n 02 broadcasting_station 0 broadcast_station 0 003 @ 04306080 n 0000 ~ 04044119 n 0000 ~ 04406350 n 0000 | a station equipped to broadcast radio or television programs
-02903588 06 n 01 broadcasting_studio 0 003 @ 04344246 n 0000 #p 04406350 n 0000 #p 04044119 n 0000 | a studio where broadcasts originate
-02903727 06 n 01 broadcloth 0 001 @ 03309808 n 0000 | a closely woven silk or synthetic fabric with a narrow crosswise rib
-02903852 06 n 01 broadcloth 1 001 @ 03309808 n 0000 | a densely textured woolen fabric with a lustrous finish
-02903964 06 n 01 broad_gauge 0 002 @ 04048075 n 0000 @ 05130028 n 0000 | a railroad track (or its width) broader than the standard 56.5 inches
-02904109 06 n 01 broad_hatchet 0 001 @ 03498962 n 0000 | a short-handled hatchet with a broad blade opposite a hammerhead
-02904233 06 n 01 broadloom 0 001 @ 04118021 n 0000 | a carpet woven on a wide loom to obviate the need for seams
-02904348 06 n 01 broadside 0 002 @ 04213626 n 0000 + 01237231 v 0101 | the whole side of a vessel from stem to stern; "the ship was broadside to the dock"
-02904505 06 n 01 broadside 1 002 @ 02738031 n 0000 ;c 08191701 n 0000 | all of the armament that is fired from one side of a warship
-02904640 06 n 01 broadsword 0 002 @ 04373894 n 0000 ~ 03039493 n 0000 | a sword with a broad blade and (usually) two cutting edges; used to cut rather than stab
-02904803 06 n 01 brocade 0 002 @ 03309808 n 0000 + 01674243 v 0101 | thick heavy expensive material with a raised pattern
-02904927 06 n 04 brogan 0 brogue 0 clodhopper 0 work_shoe 0 001 @ 04199027 n 0000 | a thick and heavy shoe
-02905036 06 n 01 broiler 0 002 @ 03862676 n 0000 + 00328370 v 0101 | an oven or part of a stove used for broiling
-02905152 06 n 01 broken_arch 0 001 @ 02733524 n 0000 | an arch with a gap at the apex; the gap is usually filled with some decoration
-02905288 06 n 02 brokerage_house 0 brokerage 0 002 @ 04602044 n 0000 + 02261464 v 0201 | place where a broker conducts his business
-02905422 06 n 02 brompheniramine_maleate 0 Dimetane 0 002 @ 02720725 n 0000 #s 03199142 n 0000 | antihistamine (trade name Dimetane) used to treat hypersensitivity reactions (as rhinitis)
-02905612 06 n 01 bronchodilator 0 007 @ 03740161 n 0000 ~ 02695321 n 0000 ~ 02701984 n 0000 ~ 03584111 n 0000 ~ 03752649 n 0000 ~ 04419315 n 0000 ~ 14713487 n 0000 | a drug that relaxes and dilates the bronchial passageways and improves the passages of air into the lungs
-02905886 06 n 01 bronchoscope 0 002 @ 03739693 n 0000 + 03141026 a 0101 | a slender tubular instrument used to examine the bronchial tubes
-02906027 06 n 01 Bronx-Whitestone_Bridge 0 002 @i 04366367 n 0000 #p 09119277 n 0000 | a suspension bridge across the East River in New York City
-02906175 06 n 01 bronze 0 001 @ 04157320 n 0000 | a sculpture made of bronze
-02906254 06 n 01 bronze_medal 0 001 @ 04487996 n 0000 | a trophy made of bronze (or having the appearance of bronze) that is usually awarded for winning third place in a competition
-02906438 06 n 03 brooch 0 broach 0 breastpin 0 003 @ 03940713 n 0000 + 01548576 v 0101 ~ 04354723 n 0000 | a decorative pin worn by women
-02906578 06 n 01 Brooklyn_Bridge 0 002 @i 04366367 n 0000 #p 09119277 n 0000 | a suspension bridge across the East River in New York City; opened in 1883
-02906734 06 n 01 broom 0 006 @ 03039947 n 0000 + 01393714 v 0102 ~ 02831894 n 0000 %p 02907082 n 0000 ~ 04026918 n 0000 ~ 04578801 n 0000 | a cleaning implement for sweeping; bundle of straws or twigs attached to a long handle
-02906963 06 n 01 broom_closet 0 001 @ 03148324 n 0000 | a small room for storing brooms and other cleaning equipment
-02907082 06 n 02 broomstick 0 broom_handle 0 002 @ 03485997 n 0000 #p 02906734 n 0000 | the handle of a broom
-02907194 06 n 01 brougham 0 001 @ 04166281 n 0000 | a sedan that has no roof over the driver's seat
-02907296 06 n 01 brougham 1 001 @ 02968473 n 0000 | light carriage; pulled by a single horse
-02907391 06 n 02 Browning_automatic_rifle 0 BAR 1 001 @ 02760855 n 0000 | a portable .30 caliber automatic rifle operated by gas pressure and fed by cartridges from a magazine; used by United States troops in World War I and in World War II and in the Korean War
-02907656 06 n 02 Browning_machine_gun 0 Peacemaker 0 001 @ 03701391 n 0000 | a belt-fed machine gun capable of firing more than 500 rounds per minute; used by United States troops in World War II and the Korean War
-02907873 06 n 01 brownstone 0 001 @ 04115256 n 0000 | a row house built of brownstone; reddish brown in color
-02907985 06 n 02 Brown_University 0 Brown 0 003 @i 04511002 n 0000 #p 09137032 n 0000 #m 08232706 n 0000 | a university in Rhode Island
-02908123 06 n 01 brunch_coat 0 001 @ 03817647 n 0000 | a woman's short housecoat or wrapper
-02908217 06 n 01 brush 0 016 @ 03563967 n 0000 + 01243982 v 0101 + 01243809 v 0101 + 00555780 v 0101 ~ 02877642 n 0000 %p 02902535 n 0000 ~ 02902687 n 0000 ~ 03050453 n 0000 ~ 03475581 n 0000 %p 03485997 n 0000 ~ 03805180 n 0000 ~ 03876231 n 0000 ~ 04122349 n 0000 ~ 04156140 n 0000 ~ 04185946 n 0000 ~ 04453156 n 0000 | an implement that has hairs or bristles firmly set into a handle
-02908605 06 n 01 brush 1 003 @ 03269401 n 0000 #p 03433877 n 0000 #p 03273061 n 0000 | conducts current between rotating and stationary parts of a generator or motor
-02908773 06 n 01 Brussels_carpet 0 001 @ 04118021 n 0000 | a carpet with a strong linen warp and a heavy pile of colored woolen yarns drawn up in uncut loops to form a pattern
-02908951 06 n 01 Brussels_lace 0 001 @ 03631177 n 0000 | fine lace with a raised or applique design
-02909053 06 n 01 bubble 0 001 @ 03122748 n 0000 | a dome-shaped covering made of transparent glass or plastic
-02909165 06 n 01 bubble_chamber 0 001 @ 03894051 n 0000 | an instrument that records the tracks of ionizing particles
-02909285 06 n 03 bubble_jet_printer 0 bubble-jet_printer 0 bubblejet 0 001 @ 03571942 n 0000 | a kind of ink-jet printer
-02909408 06 n 01 bubbler 1 001 @ 03183080 n 0000 | any of various devices in which air or some other gas is bubbled through a liquid
-02909543 06 n 01 Buchenwald 0 002 @i 03086183 n 0000 #p 08766988 n 0000 | a Nazi concentration camp for Jews in World War II that was located in central Germany
-02909706 06 n 01 buckboard 0 001 @ 02968473 n 0000 | an open horse-drawn carriage with four wheels; has a seat attached to a flexible board between the two axles
-02909870 06 n 02 bucket 0 pail 0 010 @ 04531098 n 0000 #p 04563204 n 0000 + 01502441 v 0101 + 01433042 v 0101 ~ 02950186 n 0000 ~ 03201996 n 0000 ~ 03236580 n 0000 ~ 03615987 n 0000 ~ 04243003 n 0000 ~ 04591887 n 0000 | a roughly cylindrical vessel that is open at the top
-02910145 06 n 01 bucket_seat 0 001 @ 04161358 n 0000 | a low single seat as in cars or planes
-02910241 06 n 01 bucket_shop 1 001 @ 04395875 n 0000 | (formerly) a cheap saloon selling liquor by the bucket
-02910353 06 n 01 buckle 0 004 @ 03323703 n 0000 + 01548290 v 0101 ~ 02828299 n 0000 %p 04010927 n 0000 | fastener that fastens together two ends of a belt or strap; often has loose prong
-02910542 06 n 01 buckram 0 002 @ 03309808 n 0000 + 00417975 v 0101 | a coarse cotton fabric stiffened with glue; used in bookbinding and to stiffen clothing
-02910701 06 n 01 bucksaw 0 001 @ 04140064 n 0000 | a saw that is set in a frame in the shape of an H; used with both hands to cut wood that is held in a sawbuck
-02910864 06 n 01 buckskins 0 002 @ 02896442 n 0000 ;u 06295235 n 0000 | breeches made of buckskin
-02910964 06 n 02 buff 0 buffer 4 003 @ 03563967 n 0000 + 01246095 v 0201 + 01246095 v 0101 | an implement consisting of soft material mounted on a block; used for polishing (as in manicuring)
-02911158 06 n 02 buffer 0 fender 0 004 @ 03183080 n 0000 #p 02958343 n 0000 + 01115916 v 0203 + 01576917 v 0102 | a cushion-like device that reduces shock due to an impact
-02911332 06 n 02 buffer 1 polisher 0 004 @ 03997484 n 0000 + 01245637 v 0201 + 01246095 v 0101 %p 02912319 n 0000 | a power tool used to buff surfaces
-02911485 06 n 03 buffer 3 buffer_storage 0 buffer_store 0 007 @ 03744840 n 0000 #p 04052757 n 0000 ;c 06128570 n 0000 ~ 02935017 n 0000 ~ 03391613 n 0000 ~ 03614383 n 0000 ~ 04004099 n 0000 | (computer science) a part of RAM used for temporary storage of data that is waiting to be sent to a device; used to compensate for differences in the rate of flow of data between components of a computer system
-02911890 06 n 02 buffered_aspirin 0 Bufferin 0 002 @ 02748618 n 0000 ;c 06851742 n 0201 | aspirin coated with a substance capable of neutralizing acid (trade name Bufferin)
-02912065 06 n 03 buffet 0 counter 4 sideboard 0 006 @ 03405725 n 0000 #p 03200701 n 0000 ~ 03129753 n 0000 %p 03233905 n 0000 ~ 03769610 n 0000 %p 04190052 n 0000 | a piece of furniture that stands at the side of a dining room; has shelves and drawers
-02912319 06 n 01 buffing_wheel 0 002 @ 04574999 n 0000 #p 02911332 n 0000 | a wheel that is covered with soft material
-02912440 06 n 01 bug 0 002 @ 03759954 n 0000 + 02188848 v 0104 | a small hidden microphone; for listening secretly
-02912557 06 n 02 buggy 0 roadster 0 001 @ 02968473 n 0000 | a small lightweight carriage; drawn by a single horse
-02912673 06 n 01 buggy_whip 0 001 @ 03539754 n 0000 | a horsewhip once used by a driver of a buggy; "since buggies have been replaced by cars the buggy whip has become a symbol for anything that is hopelessly outmoded"
-02912894 06 n 01 bugle 0 002 @ 02891788 n 0000 + 01726039 v 0101 | a brass instrument without valves; used for military calls and fanfares
-02913035 06 n 01 bugle 1 001 @ 02815071 n 0000 | a tubular glass or plastic bead sewn onto clothing for decoration
-02913152 06 n 02 building 0 edifice 0 079 @ 04341686 n 0000 ~ 02666943 n 0000 %p 02713594 n 0000 %p 02715513 n 0000 ~ 02726681 n 0000 ~ 02734725 n 0000 ~ 02763604 n 0000 ~ 02806992 n 0000 ~ 02882190 n 0000 ~ 02993546 n 0000 ~ 03007444 n 0000 ~ 03054311 n 0000 %p 03109693 n 0000 %p 03109881 n 0000 %p 03110332 n 0000 %p 03110470 n 0000 %p 03120198 n 0000 %p 03146687 n 0000 ~ 03224893 n 0000 %p 03281145 n 0000 %p 03307274 n 0000 ~ 03322570 n 0000 ~ 03326371 n 0000 ~ 03347731 n 0000 %p 03365991 n 0000 %p 03387506 n 0000 ~ 03413428 n 0000 ~ 03430418 n 0000 ~ 03449564 n 0000 ~ 03457902 n 0000 ~ 03478756 n 0000 ~ 03479121 n 0000 ~ 03479266 n 0000 %p 03509025 n 0000 ~ 03542333 n 0000 ~ 03542605 n 0000 ~ 03544360 n 0000 ~ 03545150 n 0000 ~i 03567474 n 0000 %p 03579538 n 0000 ~ 03661043 n 0000 ~ 03739518 n 0000 ~ 03770316 n 0000 ~ 03785499 n 0000 ~ 03839671 n 0000 ~ 03842012 n 0000 ~ 03851124 n 0000 ~ 03859280 n 0000 ~ 03872016 n 0000 ~ 03953416 n 0000 ~ 03956157 n 0000 ~ 03999160 n 0000 ~ 04081281 n 0000 ~ 04081699 n 0000 ~ 04093625 n 0000 ~ 04104500 n 0000 %p 04105068 n 0000 %p 04105893 n 0000 ~ 04112654 n 0000 ~ 04118635 n 0000 %p 04143365 n 0000 ~ 04146050 n 0000 %p 04182890 n 0000 ~ 04201992 n 0000 ~ 04217546 n 0000 %p 04226537 n 0000 ~ 04233124 n 0000 %p 04298308 n 0000 ~ 04343740 n 0000 ~ 04395875 n 0000 ~ 04400109 n 0000 ~ 04407686 n 0000 ~ 04417809 n 0000 %p 04515729 n 0000 %p 04546855 n 0000 ~ 04581595 n 0000 %p 04587648 n 0000 %p 08555710 n 0000 ~i 08876278 n 0000 | a structure that has a roof and walls and stands more or less permanently in one place; "there was a three-story building on the corner"; "it was an imposing edifice"
-02914813 06 n 01 building_block 0 005 @ 14786479 n 0000 ~ 02747541 n 0000 ~ 03031957 n 0000 ~ 03615133 n 0000 ~ 04542329 n 0000 | a block of material used in construction work
-02914991 06 n 02 building_complex 0 complex 0 004 @ 04341686 n 0000 ~ 03069752 n 0000 ~ 03956922 n 0000 ~ 04088229 n 0000 | a whole structure (as a building) made up of interconnected or related structures
-02915199 06 n 02 building_supply_store 0 building_supply_house 0 001 @ 04202417 n 0000 | a store where builders can purchase materials for building houses and related structures
-02915379 06 n 01 built-in_bed 1 001 @ 02818832 n 0000 | a bed that is built in and fixed to a wall
-02915480 06 n 01 bulb 1 004 @ 03892891 n 0000 #p 03749807 n 0000 #p 04376876 n 0000 + 02041807 a 0102 | a rounded part of a cylindrical instrument (usually at one end); "the bulb of a syringe"
-02915675 06 n 01 bulkhead 0 002 @ 03894379 n 0000 #p 04194289 n 0000 | a partition that divides a ship or plane into compartments
-02915807 06 n 01 bulla 0 001 @ 04159058 n 0000 | the round leaden seal affixed to a papal bull
-02915904 06 n 02 bulldog_clip 0 alligator_clip 0 003 @ 03043958 n 0000 #p 03044671 n 0000 %p 03594277 n 0000 | a clip with a spring that closes the metal jaws
-02916065 06 n 01 bulldog_wrench 0 001 @ 04606574 n 0000 | a wrench designed to provide a firm grip on something
-02916179 06 n 02 bulldozer 0 dozer 0 003 @ 04465501 n 0000 + 01575388 v 0101 ~ 02712643 n 0000 | large powerful tractor; a large blade in front flattens areas of ground
-02916350 06 n 02 bullet 0 slug 0 006 @ 04008634 n 0000 #p 02971691 n 0000 ~ 03255488 n 0000 ~ 03402369 n 0000 ~ 04090548 n 0000 ~ 04116389 n 0000 | a projectile that is fired from a gun
-02916538 06 n 02 bulletin_board 0 notice_board 0 002 @ 02856463 n 0000 ~ 02940289 n 0000 | a board that hangs on a wall; displays announcements
-02916684 06 n 04 bulletin_board_system 0 bulletin_board 1 electronic_bulletin_board 0 bbs 0 002 @ 03196324 n 0000 ;c 06128570 n 0000 | a computer that is running software that allows users to leave messages and access information of general interest
-02916936 06 n 01 bulletproof_vest 0 002 @ 04531873 n 0000 @ 02862048 n 0000 | a vest capable of resisting the impact of a bullet
-02917067 06 n 02 bullet_train 0 bullet 1 001 @ 03896233 n 0000 | a high-speed passenger train
-02917163 06 n 02 bullfight 0 corrida 0 002 @ 04271891 n 0000 ~ 03833294 n 0000 | a Spanish or Portuguese or Latin American spectacle; a matador baits and (usually) kills a bull in an arena before many spectators
-02917377 06 n 03 bullhorn 0 loud_hailer 0 loud-hailer 0 001 @ 03691459 n 0000 | a portable loudspeaker with built-in microphone and amplifier
-02917521 06 n 01 bullion 0 001 @ 03570526 n 0000 | gold or silver in bars or ingots
-02917607 06 n 02 bullnose 0 bullnosed_plane 0 001 @ 03954731 n 0000 | a small carpenter's plane with the cutting edge near the front
-02917742 06 n 03 bullpen 0 detention_cell 0 detention_centre 0 001 @ 02991302 n 0000 | a large cell where prisoners (people awaiting trial or sentence or refugees or illegal immigrants) are confined together temporarily
-02917964 06 n 01 bullpen 1 002 @ 02735688 n 0000 #p 02782778 n 0000 | a place on a baseball field where relief pitchers can warm up during a game
-02918112 06 n 01 bullring 0 001 @ 04295881 n 0000 | a stadium where bullfights take place
-02918204 06 n 01 bull_tongue 0 001 @ 03967562 n 0000 | a heavy plow with a single wide blade; used chiefly in cotton fields
-02918330 06 n 01 bulwark 2 002 @ 02796623 n 0000 #p 04194289 n 0000 | a fencelike structure around a deck (usually plural)
-02918455 06 n 01 bumboat 0 001 @ 02858304 n 0000 | a small boat that ferries supplies and commodities for sale to a larger ship at anchor
-02918595 06 n 01 bumper 0 005 @ 03736970 n 0000 #p 02958343 n 0000 #p 04490091 n 0000 + 01239619 v 0101 %p 02919148 n 0000 | a mechanical device consisting of bars at either end of a vehicle to absorb shock and prevent serious damage
-02918831 06 n 01 bumper 1 001 @ 03438257 n 0000 | a glass filled to the brim (especially as a toast); "we quaffed a bumper of ale"
-02918964 06 n 02 bumper_car 0 Dodgem 0 001 @ 04524313 n 0000 | a small low-powered electrically powered vehicle driven on a special platform where there are many others to be dodged
-02919148 06 n 01 bumper_guard 0 002 @ 03736970 n 0000 #p 02918595 n 0000 | vertical bars attached to a bumper to prevent locking bumpers with another vehicle
-02919308 06 n 01 bumper_jack 0 001 @ 03588951 n 0000 | a jack for lifting a motor vehicle by the bumper
-02919414 06 n 02 bundle 0 sheaf 0 007 @ 03871083 n 0000 + 01484392 v 0103 + 01487008 v 0101 ~ 02778456 n 0000 ~ 03317233 n 0000 ~ 03870672 n 0000 ~ 04368109 n 0000 | a package of several things tied together for carrying or storing
-02919648 06 n 02 bung 0 spile 0 003 @ 03967942 n 0000 #p 02795169 n 0000 + 01345769 v 0101 | a plug used to close a hole in a barrel or flask
-02919792 06 n 02 bungalow 0 cottage 0 001 @ 03544360 n 0000 | a small house with a single story
-02919890 06 n 02 bungee 0 bungee_cord 0 001 @ 04108268 n 0000 | an elasticized rope
-02919976 06 n 01 bunghole 0 001 @ 03526198 n 0000 | a hole in a barrel or cask; used to fill or empty it
-02920083 06 n 01 bunk 1 001 @ 02818832 n 0000 | a rough bed (as at a campsite)
-02920164 06 n 02 bunk 3 feed_bunk 0 001 @ 03717131 n 0000 | a long trough for feeding cattle
-02920259 06 n 02 bunk_bed 0 bunk 2 002 @ 02818832 n 0000 + 02337230 v 0201 | beds built one above the other
-02920369 06 n 03 bunker 0 sand_trap 0 trap 2 003 @ 03501152 n 0000 #p 03446528 n 0000 + 01404278 v 0101 | a hazard on a golf course
-02920503 06 n 02 bunker 1 dugout 0 003 @ 03385557 n 0000 ~ 03390075 n 0000 ~ 03403325 n 0000 | a fortification of earth; mostly or entirely below ground
-02920658 06 n 01 bunker 2 001 @ 03094503 n 0000 | a large container for storing fuel; "the ship's bunkers were full of coal"
-02920785 06 n 03 Bunker_Buster 0 Guided_Bomb_Unit-28 0 GBU-28 0 001 @i 03643491 n 0000 | a 5,000 pound laser-guided bomb that can be programmed to penetrate to a given depth before exploding; used to penetrate hardened underground facilities
-02921029 06 n 03 bunsen_burner 0 bunsen 0 etna 0 001 @ 03422072 n 0000 | a gas burner used in laboratories; has an air valve to regulate the mixture of gas and air
-02921195 06 n 01 bunting 0 001 @ 03309808 n 0000 | a loosely woven fabric used for flags, etc.
-02921292 06 n 02 bur 0 burr 2 002 @ 02844307 n 0000 #p 03176238 n 0000 | small bit used in dentistry or surgery
-02921406 06 n 01 Burberry 0 001 @ 04049405 n 0000 | a lightweight belted raincoat typically made of tan gabardine with a distinctive tartan lining; named for the original manufacturer
-02921592 06 n 02 burette 0 buret 0 001 @ 03733925 n 0000 | measuring instrument consisting of a graduated glass tube with a tap at the bottom; used for titration
-02921756 06 n 01 burglar_alarm 0 001 @ 02694426 n 0000 | a warning device that is tripped off by the occurrence of a burglary
-02921884 06 n 04 burial_chamber 0 sepulcher 0 sepulchre 0 sepulture 0 009 @ 03455033 n 0000 @ 03003730 n 0000 + 01368464 a 0302 + 02796854 a 0301 ~ 03142431 n 0000 ~i 03527930 n 0000 ~ 03732114 n 0000 ~ 04076713 n 0000 ~ 04523690 n 0000 | a chamber that is used as a grave
-02922159 06 n 01 burial_garment 0 002 @ 03050026 n 0000 ~ 03879116 n 0000 | cloth used to cover a corpse in preparation for burial
-02922292 06 n 04 burial_mound 0 grave_mound 0 barrow 2 tumulus 0 002 @ 03792048 n 0000 ;c 06144081 n 0000 | (archeology) a heap of earth placed over prehistoric tombs
-02922461 06 n 01 burin 0 001 @ 03020692 n 0000 | a chisel of tempered steel with a sharp point; used for engraving
-02922578 06 n 02 burqa 0 burka 0 001 @ 03419014 n 0000 | a loose garment (usually with veiled holes for the eyes) worn by Muslim women especially in India and Pakistan; "the Taliban forced all women to wear the burqa"
-02922798 06 n 02 burlap 0 gunny 0 001 @ 04123567 n 0000 | coarse jute fabric
-02922877 06 n 01 burn_bag 0 001 @ 02773037 n 0000 | a bag into which secret documents are placed before being burned
-02922996 06 n 01 burn_center 0 002 @ 02993546 n 0000 #p 03540595 n 0000 | a center where patients with severe burns can be treated
-02923129 06 n 01 burner 0 005 @ 02727825 n 0000 + 00378042 v 0101 ~ 02855390 n 0000 ~ 03421960 n 0000 ~ 03422072 n 0000 | an apparatus for burning fuel (or refuse); "a diesel engine is an oil burner"
-02923331 06 n 01 burner 1 001 @ 03508628 n 0000 | the heating elements of a stove or range on which pots and pans are placed for cooking; "the electric range had one large burner and three smaller one"
-02923535 06 n 03 burnous 0 burnoose 0 burnouse 0 001 @ 03045337 n 0000 | a long hooded cloak woven of wool in one piece; worn by Arabs and Moors
-02923682 06 n 02 burp_gun 0 machine_pistol 0 001 @ 04347519 n 0000 | a fully automatic pistol; a small submachine gun
-02923802 06 n 01 burr 0 001 @ 04008947 n 0000 | rough projection left on a workpiece after drilling or cutting
-02923915 06 n 01 burr 1 001 @ 03997484 n 0000 | rotary file for smoothing rough edges left on a workpiece
-02924023 06 n 01 burthen 0 002 @ 03679986 n 0000 + 01487311 v 0102 | a variant of `burden'
-02924116 06 n 0a bus 0 autobus 0 coach 2 charabanc 0 double-decker 0 jitney 0 motorbus 0 motorcoach 0 omnibus 0 passenger_vehicle 0 011 @ 04019101 n 0000 + 00528041 a 0901 + 01950128 v 0101 + 01949110 v 0101 ~ 03769881 n 0000 %p 04105438 n 0000 ~ 04146614 n 0000 ~ 04487081 n 0000 %p 04588365 n 0000 #m 08293490 n 0000 -c 10403876 n 0000 | a vehicle carrying many passengers; used for public transport; "he always rode the bus to work"
-02924554 06 n 03 bus 1 jalopy 0 heap 1 002 @ 02958343 n 0000 @ 06605396 n 0000 | a car that is old and unreliable; "the fenders had fallen off that old bus"
-02924713 06 n 02 busbar 0 bus 2 004 @ 03088707 n 0000 #p 03996655 n 0000 #p 03082979 n 0000 #p 03681477 n 0000 | an electrical conductor that makes a common connection between several circuits; "the busbar in this computer can transmit data either way between any two components of the system"
-02925009 06 n 01 bushel_basket 0 001 @ 02801938 n 0000 | a basket large enough to hold a bushel
-02925107 06 n 02 bushing 0 cylindrical_lining 0 002 @ 03673767 n 0000 + 02336255 v 0101 | a cylindrical metal lining used to reduce friction
-02925250 06 n 01 bushing 1 002 @ 14821590 n 0000 + 02336255 v 0101 | an insulating liner in an opening through which conductors pass
-02925385 06 n 01 bush_jacket 0 001 @ 03589791 n 0000 | a loose fitting jacket; resembles a shirt with four patch pockets and a belt
-02925519 06 n 01 business_suit 0 003 @ 04350905 n 0000 ~ 04427715 n 0000 ~ 04504141 n 0000 | a suit of clothes traditionally worn by businessmen
-02925666 06 n 05 buskin 0 combat_boot 0 desert_boot 0 half_boot 0 top_boot 0 001 @ 02872752 n 0000 | a boot reaching halfway up to the knee
-02925808 06 n 01 bus_lane 0 001 @ 04466386 n 0000 | a traffic lane intended for buses only
-02925901 06 n 01 bus_line 0 002 @ 04472098 n 0000 %p 08293490 n 0000 | an organization responsible for operating a bus transportation system
-02926044 06 n 02 buspirone 0 BuSpar 0 002 @ 03771443 n 0000 ;u 06851742 n 0201 | a drug (trade name BuSpar) designed specifically for anxiety
-02926188 06 n 01 bust 0 001 @ 04157320 n 0000 | a sculpture of the head and shoulders of a person
-02926288 06 n 04 bus_terminal 0 bus_depot 0 bus_station 0 coach_station 0 001 @ 04412901 n 0000 | a terminal that serves bus passengers
-02926426 06 n 01 bustier 0 001 @ 04453666 n 0000 | a close-fitting and strapless top without sleeves that is worn by women either as lingerie or for evening dress
-02926591 06 n 01 bustle 0 001 @ 03391770 n 0000 | a framework worn at the back below the waist for giving fullness to a woman's skirt
-02926727 06 n 02 butacaine 0 butacaine_sulfate 0 001 @ 03681148 n 0000 | a white crystalline ester that is applied to mucous membranes as a local anesthetic
-02926886 06 n 02 butcher_board 0 butcher_block 0 001 @ 04233405 n 0000 | a thick wooden slab formed by bonding together thick laminated strips of unpainted hardwood
-02927053 06 n 01 butcher_knife 0 001 @ 03623556 n 0000 | a large sharp knife for cutting or trimming meat
-02927161 06 n 02 butcher_shop 0 meat_market 0 001 @ 04202417 n 0000 | a shop in which meat and poultry (and sometimes fish) are sold
-02927296 06 n 02 butt 0 butt_end 0 002 @ 04321804 n 0000 ~ 04090682 n 0000 | thick end of the handle
-02927399 06 n 02 butt 1 stub 0 004 @ 03892891 n 0000 ~ 03030433 n 0000 ~ 03030880 n 0000 ~ 04095853 n 0000 | the small unused part of something (especially the end of a cigarette that is left after smoking)
-02927608 06 n 01 butt 2 002 @ 02795169 n 0000 ~ 04557751 n 0000 | a large cask (especially one holding a volume equivalent to 2 hogsheads or 126 gallons)
-02927764 06 n 01 butter_dish 0 001 @ 03206908 n 0000 | a small dish (often with a cover) for holding butter at the table
-02927887 06 n 01 butterfly_valve 0 002 @ 04519153 n 0000 #p 02962200 n 0000 | a valve in a carburetor that consists of a disc that turns and acts as a throttle
-02928049 06 n 01 butter_knife 0 001 @ 04380346 n 0000 | a small knife with a dull blade; for cutting or spreading butter
-02928172 06 n 01 buttery 0 001 @ 04398497 n 0000 | a teashop where students in British universities can purchase light meals
-02928299 06 n 01 butt_hinge 0 001 @ 03521076 n 0000 | a hinge mortised flush into the edge of the door and jamb
-02928413 06 n 02 butt_joint 0 butt 5 005 @ 03600977 n 0000 + 01466978 v 0206 + 01498713 v 0201 ~ 02929582 n 0000 ~ 03352232 n 0000 | a joint made by fastening ends together without overlapping
-02928608 06 n 01 button 0 007 @ 03323703 n 0000 + 00280245 a 0103 + 00057390 a 0101 + 01368126 v 0101 + 01367862 v 0101 ~ 03057541 n 0000 ~ 04197781 n 0000 | a round fastener sewn to shirts and coats etc to fit through buttonholes
-02928841 06 n 01 button 3 001 @ 00021939 n 0000 | any artifact that resembles a button
-02928930 06 n 02 buttonhole 0 button_hole 0 002 @ 03526198 n 0000 #p 03419014 n 0000 | a hole through which buttons are pushed
-02929059 06 n 01 buttonhole_stitch 0 001 @ 04180314 n 0000 | a reinforcing looped stitch for edges, as around a buttonhole
-02929184 06 n 01 buttonhook 0 001 @ 03532342 n 0000 | a hook for pulling a button through a buttonhole
-02929289 06 n 02 buttress 0 buttressing 0 003 @ 04360501 n 0000 + 00222861 v 0101 ~ 03373943 n 0000 | a support usually of stone or brick; supports the wall of a building
-02929462 06 n 01 butt_shaft 0 001 @ 02742753 n 0000 | a blunt arrow without a barb; an arrow used for target practice
-02929582 06 n 02 butt_weld 0 butt-weld 0 005 @ 02928413 n 0000 + 01596404 v 0202 + 01596404 v 0201 + 01596404 v 0102 + 01596404 v 0101 | a butt joint that is welded
-02929749 06 n 02 butyl_nitrite 0 isobutyl_nitrite 0 002 @ 04522904 n 0000 @ 04320126 n 0000 | a colorless pungent liquid sometimes used as a stimulant drug by drug abusers
-02929923 06 n 05 buzz_bomb 0 robot_bomb 0 flying_bomb 0 doodlebug 0 V-1 0 001 @ 03466162 n 0000 | a small jet-propelled winged missile that carries a bomb
-02930080 06 n 01 buzzer 1 003 @ 04217718 n 0000 + 02182109 v 0101 + 00792304 v 0101 | a signaling device that makes a buzzing sound
-02930214 06 n 02 BVD 0 BVD's 0 003 @ 04508949 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | trademark for men's underwear
-02930339 06 n 02 bypass_condenser 0 bypass_capacitor 0 001 @ 02955247 n 0000 | a capacitor that provides low impedance over certain (high) frequencies
-02930492 06 n 03 by-product 0 byproduct 0 spin-off 0 002 @ 04007894 n 0000 + 00345184 v 0301 | a product made during the manufacture of something else
-02930645 06 n 03 byway 0 bypath 0 byroad 0 001 @ 04096066 n 0000 | a side road little traveled (as in the countryside)
-02930766 06 n 04 cab 0 hack 0 taxi 0 taxicab 0 005 @ 02958343 n 0000 + 01949007 v 0301 ~ 03472937 n 0000 ~ 03769967 n 0000 #m 08293490 n 0000 | a car driven by a person whose job is to take passengers where they want to go in exchange for money
-02931013 06 n 02 cab 1 cabriolet 0 001 @ 02968473 n 0000 | small two-wheeled horse-drawn carriage; with two seats and a folding hood
-02931148 06 n 01 cab 2 002 @ 03079741 n 0000 #p 03791235 n 0000 | a compartment at the front of a motor vehicle or locomotive where driver sits
-02931294 06 n 01 cabana 0 001 @ 04411264 n 0000 | a small tent used as a dressing room beside the sea or a swimming pool
-02931417 06 n 05 cabaret 0 nightclub 0 night_club 0 club 4 nightspot 0 003 @ 04286128 n 0000 ~ 03530803 n 0000 ~ 04359124 n 0000 | a spot that is open late at night and that provides entertainment (as singers or dancers) as well as dancing and food and drink; "don't expect a good meal at a cabaret"; "the gossip columnist got his information by visiting nightclubs every night"; "he played the drums at a jazz club"
-02931836 06 n 01 caber 0 001 @ 03976657 n 0000 | a heavy wooden pole (such as the trunk of a young fir) that is tossed as a test of strength (in the Highlands of northern Scotland)
-02932019 06 n 01 cabin 0 005 @ 03079741 n 0000 #p 02686568 n 0000 #p 04264914 n 0000 + 01302577 v 0101 ~ 04001132 n 0000 | the enclosed compartment of an aircraft or spacecraft where passengers are carried
-02932227 06 n 01 cabin 1 005 @ 03079741 n 0000 #p 03673027 n 0000 + 01302577 v 0101 %p 03864542 n 0000 ~ 04305572 n 0000 | small room on a ship or boat where people sleep
-02932400 06 n 01 cabin 2 002 @ 03544360 n 0000 ~ 03686924 n 0000 | a small house built of wood; usually in a wooded area
-02932523 06 n 02 cabin_car 0 caboose 0 002 @ 02959942 n 0000 #m 03394480 n 0000 | a car on a freight train for use of the train crew; usually the last car on the train
-02932693 06 n 03 cabin_class 0 second_class 0 economy_class 0 001 @ 02672371 n 0000 | a class of accommodations on a ship or train or plane that are less expensive than first class accommodations
-02932891 06 n 04 cabin_cruiser 0 cruiser 1 pleasure_boat 0 pleasure_craft 0 002 @ 03790230 n 0000 + 01844653 v 0201 | a large motorboat that has a cabin and plumbing and other conveniences necessary for living on board
-02933112 06 n 01 cabinet 0 005 @ 03405725 n 0000 ~ 03018349 n 0000 ~ 03237340 n 0000 ~ 03742115 n 0000 %p 04190052 n 0000 | a piece of furniture resembling a cupboard with doors and shelves and drawers; for storage or display
-02933340 06 n 02 cabinet 1 console 0 001 @ 03546766 n 0000 | housing for electronic instruments, as radio or television
-02933462 06 n 03 cabinet 2 locker 0 storage_locker 0 003 @ 03079741 n 0000 #p 03683708 n 0000 ~ 03440876 n 0000 | a storage compartment for clothes and valuables; usually it has a lock
-02933649 06 n 01 cabinetwork 0 001 @ 04598792 n 0000 | woodwork finished by hand by a cabinetmaker
-02933750 06 n 01 cabin_liner 0 001 @ 03673027 n 0000 | a liner with cabins for passengers
-02933842 06 n 01 cable 0 003 @ 04108268 n 0000 #p 04366367 n 0000 ~ 03463073 n 0000 | a very strong thick rope made of twisted hemp or steel wire
-02933990 06 n 04 cable 1 cable_television 0 cable_system 0 cable_television_service 0 002 @ 04404412 n 0000 %p 02934168 n 0000 | a television system that transmits over cables
-02934168 06 n 03 cable 2 line 1 transmission_line 0 008 @ 03088707 n 0000 #p 04402746 n 0000 #p 02933990 n 0000 ~ 03059366 n 0000 ~ 03268918 n 0000 ~ 03331599 n 0000 ~ 03995535 n 0000 ~ 04004990 n 0000 | a conductor for transmitting electrical or optical signals or electric power
-02934451 06 n 02 cable_car 0 car 4 002 @ 03079741 n 0000 #p 02934641 n 0000 | a conveyance for passengers or freight on a cable railway; "they took a cable car to the top of the mountain"
-02934641 06 n 03 cable_railway 0 funicular 0 funicular_railway 0 003 @ 04048568 n 0000 + 02848658 a 0201 %p 02934451 n 0000 | a railway up the side of a mountain pulled by a moving cable and having counterbalancing ascending and descending cars
-02934888 06 n 01 cache 0 002 @ 04328946 n 0000 + 02305856 v 0103 | a hidden storage space (for money or provisions or weapons)
-02935017 06 n 02 cache 1 memory_cache 0 003 @ 02911485 n 0000 ;c 06128570 n 0000 ~ 03209141 n 0000 | (computer science) RAM memory that is set aside as a specialized buffer storage that is continually updated; used to optimize data transfers between system elements with different characteristics
-02935316 06 n 01 cachet 0 001 @ 04159058 n 0000 | a seal on a letter
-02935387 06 n 02 caddy 0 tea_caddy 0 002 @ 02946921 n 0000 + 01096860 v 0102 | a can for storing tea
-02935490 06 n 01 caesium_clock 0 001 @ 02753394 n 0000 | an atomic clock based on the energy difference between two states of the caesium nucleus in a magnetic field
-02935658 06 n 04 cafe 0 coffeehouse 0 coffee_shop 0 coffee_bar 0 006 @ 04081281 n 0000 ~ 02936281 n 0000 ~ 03155178 n 0000 ~ 03297644 n 0000 ~ 03298089 n 0000 ~ 04020617 n 0000 | a small restaurant where drinks and snacks are sold
-02935891 06 n 01 cafeteria 0 002 @ 04081281 n 0000 ~ 02760099 n 0000 | a restaurant where you serve yourself and pay a cashier
-02936020 06 n 01 cafeteria_facility 0 002 @ 03315023 n 0000 ;u 06295235 n 0000 | (usually plural) facilities for providing food for employees or visitors
-02936176 06 n 01 cafeteria_tray 0 001 @ 04476259 n 0000 | a tray for carrying your food in a cafeteria
-02936281 06 n 01 caff 0 003 @ 02935658 n 0000 ;r 08860123 n 0000 ;u 07157273 n 0000 | informal British term for a cafe
-02936402 06 n 02 caftan 0 kaftan 0 001 @ 03045337 n 0000 | a (cotton or silk) cloak with full sleeves and sash reaching down to the ankles; worn by men in the Levant
-02936570 06 n 02 caftan 1 kaftan 1 001 @ 03236735 n 0000 | a woman's dress style that imitates the caftan cloaks worn by men in the Near East
-02936714 06 n 02 cage 0 coop 0 005 @ 03285912 n 0000 + 02496036 v 0101 ~ 02843276 n 0000 ~ 03550289 n 0000 ~ 04293902 n 0000 | an enclosure made or wire or metal bars in which birds or animals can be kept
-02936921 06 n 01 cage 1 001 @ 03820318 n 0000 | the net that is the goal in ice hockey
-02937010 06 n 01 cagoule 0 001 @ 03891051 n 0000 | lightweight parka; waterproof
-02937093 06 n 03 caisson 0 pneumatic_caisson 0 cofferdam 0 001 @ 03003730 n 0000 | large watertight chamber used for construction under water
-02937237 06 n 02 caisson 2 ammunition_chest 0 001 @ 03014705 n 0000 | a chest to hold ammunition
-02937336 06 n 01 caisson 3 002 @ 03764276 n 0000 ;c 08199025 n 0000 | a two-wheeled military vehicle carrying artillery ammunition
-02937469 06 n 02 cake 0 bar 6 002 @ 02852523 n 0000 ~ 04381183 n 0000 | a block of solid substance (such as soap or wax); "a bar of chocolate"
-02937614 06 n 02 calabash 1 calabash_pipe 0 001 @ 03945167 n 0000 | a pipe for smoking; has a curved stem and a large bowl made from a calabash gourd
-02937766 06 n 01 calamine_lotion 0 002 @ 03691128 n 0000 %s 14678406 n 0000 | a lotion consisting of a liquid preparation containing calamine; used to treat itching or mild skin irritations
-02937958 06 n 03 calash 0 caleche 0 calash_top 0 002 @ 03531447 n 0000 #p 03002555 n 0000 | the folding hood of a horse-drawn carriage
-02938095 06 n 02 calash 1 caleche 1 001 @ 03531281 n 0000 | a woman's large folded hooped hood; worn in the 18th century
-02938218 06 n 01 calceus 0 001 @ 04199027 n 0000 | a shoe covering the ankle; worn by ancient Romans
-02938321 06 n 01 calcimine 0 003 @ 04557308 n 0000 @ 04553389 n 0000 + 01269988 v 0101 | a water-base paint containing zinc oxide and glue and coloring; used as a wash for walls and ceilings
-02938514 06 n 02 calcium_blocker 0 calcium-channel_blocker 0 004 @ 03740161 n 0000 ~ 03198637 n 0000 ~ 03824014 n 0000 ~ 04527808 n 0000 | any of a class of drugs that block the flow of the electrolyte calcium (either in nerve cell conduction or smooth muscle contraction of the heart); has been used in the treatment of angina or arrhythmia or hypertension or migraine
-02938886 06 n 02 calculator 0 calculating_machine 0 010 @ 03699975 n 0000 + 00637259 v 0101 ~ 02666196 n 0000 ~ 02679142 n 0000 ~ 02679257 n 0000 ~ 03116767 n 0000 ~ 03483823 n 0000 ~ 03807334 n 0000 ~ 04035231 n 0000 ~ 04348988 n 0000 | a small machine that is used for mathematical calculations
-02939185 06 n 02 caldron 0 cauldron 0 001 @ 03990474 n 0000 | a very large pot that is used for boiling
-02939291 06 n 01 Caledonian_Canal 0 002 @i 02947212 n 0000 #p 08890097 n 0000 | a canal in northern Scotland that links North Sea with the Atlantic Ocean; runs diagonally between Moray Firth at the northeastern end and Loch Linnhe at the southwestern end; now little used
-02939565 06 n 01 calender 0 003 @ 03699975 n 0000 + 02674772 a 0102 + 01391095 v 0101 | a machine that smooths or glazes paper or cloth by pressing it between plates or passing it through rollers
-02939763 06 n 01 calico 0 002 @ 03309808 n 0000 + 00398978 a 0102 | coarse cloth with a bright print
-02939866 06 n 02 caliper 0 calliper 0 008 @ 03733925 n 0000 + 00647770 v 0202 + 00647770 v 0101 ~ 03573574 n 0000 ~ 03759661 n 0000 ~ 03841011 n 0000 ~ 03861596 n 0000 ~ 04528968 n 0000 | an instrument for measuring the distance between two points (often used in the plural)
-02940143 06 n 02 calk 0 calkin 0 002 @ 03041265 n 0000 + 01358191 v 0101 | a metal cleat on the bottom front of a horseshoe to prevent slipping
-02940289 06 n 01 call-board 0 001 @ 02916538 n 0000 | a bulletin board backstage in a theater
-02940385 06 n 02 call_center 0 call_centre 0 001 @ 02993546 n 0000 | a center equipped to handle a large volume of telephone calls (especially for taking orders or serving customers)
-02940570 06 n 01 caller_ID 0 001 @ 03211117 n 0000 | a small display that will show you the telephone number of the party calling you
-02940706 06 n 02 calliope 0 steam_organ 0 002 @ 03800933 n 0000 %p 04310721 n 0000 | a musical instrument consisting of a series of steam whistles played from a keyboard
-02940878 06 n 01 Caloosahatchee_Canal 0 002 @i 02947212 n 0000 #p 09071690 n 0000 | a canal that connects Lake Okeechobee with the Caloosahatchee River in southern Florida to form part of the Cross-Florida Waterway
-02941095 06 n 01 calorimeter 0 002 @ 03733925 n 0000 ~ 02867592 n 0000 | a measuring instrument that determines quantities of heat
-02941228 06 n 03 calpac 0 calpack 0 kalpac 0 001 @ 02954340 n 0000 | a high-crowned black cap (usually made of felt or sheepskin) worn by men in Turkey and Iran and the Caucasus
-02941408 06 n 03 calumet 0 peace_pipe 0 pipe_of_peace 0 001 @ 03945167 n 0000 | a highly decorated ceremonial pipe of Amerindians; smoked on ceremonial occasions (especially as a token of peace)
-02941605 06 n 02 Calvary_cross 0 cross_of_Calvary 0 001 @ 03135152 n 0000 | a Latin cross set on three steps
-02941716 06 n 01 cam 0 002 @ 04110955 n 0000 ~ 03213361 n 0000 | a rotating disk shaped to convert circular into linear motion
-02941845 06 n 03 camail 0 aventail 0 ventail 0 002 @ 03531281 n 0000 #p 02801823 n 0000 | a medieval hood of mail suspended from a basinet to protect the head and neck
-02942015 06 n 01 camber_arch 0 001 @ 02733524 n 0000 | an arch with a straight horizontal extrados and a slightly arched intrados
-02942147 06 n 01 cambric 0 001 @ 03309808 n 0000 | a finely woven white linen
-02942227 06 n 02 Cambridge_University 0 Cambridge 0 002 @i 04511002 n 0000 #p 08878016 n 0000 | a university in England
-02942349 06 n 01 camcorder 0 001 @ 04404997 n 0000 | a portable television camera and videocassette recorder
-02942460 06 n 02 camel's_hair 0 camelhair 0 001 @ 03309808 n 0000 | a soft tan cloth made with the hair of a camel
-02942577 06 n 01 cameo 0 001 @ 02707188 n 0000 | engraving or carving in low relief on a stone (as in a brooch or ring)
-02942699 06 n 02 camera 0 photographic_camera 0 019 @ 03926148 n 0000 %p 02727141 n 0000 ~ 02884994 n 0000 %p 02943241 n 0000 ~ 02947977 n 0000 %p 03172738 n 0000 %p 03189083 n 0000 ~ 03196062 n 0000 %p 03340723 n 0000 ~ 03358726 n 0000 %p 03531808 n 0000 %p 03704376 n 0000 ~ 03789171 n 0000 ~ 03974915 n 0000 ~ 03976467 n 0000 ~ 03987266 n 0000 ~ 04069434 n 0000 %p 04211528 n 0000 %p 04289827 n 0000 | equipment for taking photographs (usually consisting of a lightproof box with a lens at one end and light-sensitive film at the other)
-02943241 06 n 02 camera_lens 0 optical_lens 0 007 @ 03656484 n 0000 #p 02942699 n 0000 #p 04404997 n 0000 ~ 03049782 n 0000 ~ 03987376 n 0000 ~ 04403413 n 0000 ~ 04583212 n 0000 | a lens that focuses the image in a camera
-02943465 06 n 01 camera_lucida 0 002 @ 03851341 n 0000 #p 03760671 n 0000 | an optical device consisting of an attachment that enables an observer to view simultaneously the image and a drawing surface for sketching it
-02943686 06 n 01 camera_obscura 0 001 @ 03003730 n 0000 | a darkened enclosure in which images of outside objects are projected through a small aperture or lens onto a facing surface
-02943871 06 n 01 camera_tripod 0 001 @ 04485082 n 0000 | a tripod used to support a camera
-02943964 06 n 01 camise 0 001 @ 04197391 n 0000 | a loose shirt or tunic; originally worn in the Middle Ages
-02944075 06 n 01 camisole 0 001 @ 03817647 n 0000 | a short negligee
-02944146 06 n 02 camisole 1 underbodice 0 001 @ 04508163 n 0000 | a short sleeveless undergarment for women
-02944256 06 n 01 camlet 0 001 @ 03309808 n 0000 | a fabric of Asian origin; originally made of silk and camel's hair
-02944375 06 n 01 camlet 1 001 @ 03419014 n 0000 | a garment made of camlet fabric
-02944459 06 n 01 camouflage 0 002 @ 04151940 n 0000 + 02158896 v 0101 | device or stratagem for concealment or deceit
-02944579 06 n 02 camouflage 1 camo 0 002 @ 03309808 n 0000 + 02158896 v 0101 | fabric dyed with splotches of green and brown and black and tan; intended to make the wearer of a garment made of this fabric hard to distinguish from the background
-02944826 06 n 04 camp 0 encampment 0 cantonment 0 bivouac 0 008 @ 03763727 n 0000 ;c 08199025 n 0000 + 02653996 v 0404 + 02653159 v 0303 + 02653996 v 0101 ~ 02873623 n 0000 ~ 03550420 n 0000 ~ 03629857 n 0000 | temporary living quarters specially built by the army for soldiers; "wherever he went in the camp the men were grumbling"
-02945161 06 n 01 camp 1 004 @ 03546340 n 0000 + 02653996 v 0101 ~ 04409625 n 0000 ~ 04467506 n 0000 | temporary lodgings in the country for travelers or vacationers; "level ground is best for parking and camp areas"
-02945379 06 n 01 camp 2 005 @ 03907654 n 0000 ~ 03086183 n 0000 ~ 03630849 n 0000 ~ 04005912 n 0000 ~ 04600764 n 0000 | a penal institution (often for forced labor); "China has many camps for political prisoners"
-02945594 06 n 02 camp 3 summer_camp 0 002 @ 08651247 n 0000 ~ 03165343 n 0000 | a site where care and activities are provided for children during the summer months; "city kids get to see the country at a summer camp"
-02945813 06 n 02 camp 4 refugee_camp 0 001 @ 04192238 n 0000 | shelter for persons displaced by war or political oppression or for religious beliefs
-02945964 06 n 01 campaign_hat 0 001 @ 03497657 n 0000 | a broad-brimmed felt hat with a high crown; formerly worn by the United States Army and Marine personnel
-02946127 06 n 02 campanile 0 belfry 1 002 @ 02826886 n 0000 ~i 03652530 n 0000 | a bell tower; usually stands alone unattached to a building
-02946270 06 n 01 camp_chair 0 001 @ 03376595 n 0000 | a light folding chair
-02946348 06 n 03 camper 0 camping_bus 0 motor_home 0 002 @ 04065272 n 0000 ~ 04520382 n 0000 | a recreational vehicle equipped for camping out while traveling
-02946509 06 n 01 camper_trailer 0 001 @ 04467099 n 0000 | a trailer equipped for occupancy (especially for holiday trips)
-02946633 06 n 01 camphor_ice 0 001 @ 02997773 n 0000 | a cerate made of camphor and wax and spermaceti and castor oil
-02946753 06 n 01 campstool 0 001 @ 04326896 n 0000 | a folding stool
-02946824 06 n 01 camshaft 0 002 @ 04111190 n 0000 #p 03287733 n 0000 | has cams attached to it
-02946921 06 n 03 can 0 tin 0 tin_can 0 010 @ 03094503 n 0000 + 00213794 v 0202 + 00213794 v 0101 ~ 02823510 n 0000 ~ 02935387 n 0000 ~ 02950120 n 0000 ~ 03062985 n 0000 ~ 03764736 n 0000 ~ 03843316 n 0000 ~ 04255586 n 0000 | airtight sealed metal container for food or drink or paint etc.
-02947212 06 n 01 canal 0 019 @ 04559275 n 0000 + 02336015 v 0101 + 02336015 v 0102 + 01933900 v 0102 + 02336015 v 0103 + 01933900 v 0103 ~i 02939291 n 0000 ~i 02940878 n 0000 ~ 03152743 n 0000 ~ 03569174 n 0000 %p 03683079 n 0000 %p 03683457 n 0000 ~ 04037873 n 0000 ~ 04196337 n 0000 ~i 08729094 n 0000 ~i 08813586 n 0000 ~i 09098358 n 0000 ~i 09118817 n 0000 ~i 09119070 n 0000 | long and narrow strip of water made for boats or for irrigation
-02947660 06 n 03 canal_boat 0 narrow_boat 0 narrowboat 0 001 @ 02858304 n 0000 | a long boat that carries freight and is narrow enough to be used in canals
-02947818 06 n 02 candelabrum 0 candelabra 0 003 @ 02948557 n 0000 ~ 03746005 n 0000 ~ 03746155 n 0000 | branched candlestick; ornamental; has several lights
-02947977 06 n 01 candid_camera 0 001 @ 02942699 n 0000 | a miniature camera with a fast lens
-02948072 06 n 03 candle 0 taper 0 wax_light 0 007 @ 03636248 n 0000 %p 02948719 n 0000 ~ 03005515 n 0000 ~ 03203089 n 0000 ~ 04121228 n 0000 ~ 04534895 n 0000 %p 04581829 n 0000 | stick of wax with a wick in the middle
-02948293 06 n 01 candlepin 0 001 @ 02882647 n 0000 | a bowling pin that is thin by comparison with a tenpin
-02948403 06 n 01 candlesnuffer 0 001 @ 03563967 n 0000 | an implement with a small cup at the end of a handle; used to extinguish the flame of a candle
-02948557 06 n 02 candlestick 0 candle_holder 0 004 @ 03525454 n 0000 ~ 02947818 n 0000 ~ 03437829 n 0000 %p 04002262 n 0000 | a holder with sockets for candles
-02948719 06 n 01 candlewick 0 003 @ 04581829 n 0000 #p 02948072 n 0000 %p 15044016 n 0000 | the wick of a candle
-02948834 06 n 01 candlewick 1 001 @ 03282933 n 0000 | loops of soft yarn are cut to give a tufted pattern
-02948942 06 n 01 candy_thermometer 0 001 @ 04421872 n 0000 | a thermometer used to determine the temperature of candy syrups during cooking
-02949084 06 n 01 cane 0 002 @ 04372171 n 0000 + 01412204 v 0101 | a stiff switch used to hit students as punishment
-02949202 06 n 01 cane 1 004 @ 04546194 n 0000 ~ 03715275 n 0000 ~ 04368365 n 0000 ~ 04374315 n 0000 | a stick that people can lean on to help them walk
-02949356 06 n 01 cangue 0 001 @ 03575958 n 0000 | an instrument of punishment formerly used in China for petty criminals; consists of a heavy wooden collar enclosing the neck and arms
-02949542 06 n 03 canister 0 cannister 0 tin 1 002 @ 03094503 n 0000 + 00213794 v 0302 | metal container for storing dry foods such as tea or flour
-02949691 06 n 04 cannabis 0 marijuana 0 marihuana 0 ganja 0 006 @ 04256993 n 0000 @ 03097890 n 0000 #p 12396924 n 0000 #s 03600806 n 0000 ~ 02670049 n 0000 ~ 03990834 n 0000 | the most commonly used illicit drug; considered a soft drug, it consists of the dried leaves of the hemp plant; smoked or chewed for euphoric effect
-02950018 06 n 01 cannery 0 002 @ 03316406 n 0000 + 00213794 v 0101 | a factory where food is canned
-02950120 06 n 01 cannikin 0 001 @ 02946921 n 0000 | a small can
-02950186 06 n 01 cannikin 1 001 @ 02909870 n 0000 | a wooden bucket
-02950256 06 n 01 cannon 0 008 @ 02746365 n 0000 + 09811852 n 0102 + 01134522 v 0101 ~ 02801450 n 0000 ~ 03147156 n 0000 ~ 03495941 n 0000 ~ 03517982 n 0000 ~ 03688504 n 0000 | a large artillery gun that is usually on wheels
-02950482 06 n 01 cannon 1 004 @ 03467984 n 0000 #p 02867715 n 0000 + 09811852 n 0102 + 01134522 v 0101 | heavy automatic gun fired from an airplane
-02950632 06 n 01 cannon 2 005 @ 02740764 n 0000 #p 02862048 n 0000 ;c 15259284 n 0000 ~ 04077594 n 0000 ~ 04519887 n 0000 | (Middle Ages) a cylindrical piece of armor plate to protect the arm
-02950826 06 n 01 cannon 3 003 @ 03467984 n 0000 #p 04389033 n 0000 + 09811852 n 0102 | heavy gun fired from a tank
-02950943 06 n 03 cannonball 0 cannon_ball 0 round_shot 0 001 @ 04008634 n 0000 | a solid projectile that in former times was fired from a cannon
-02951090 06 n 01 cannon_cracker 0 001 @ 03345115 n 0000 | a large firecracker
-02951170 06 n 01 cannula 0 003 @ 04493505 n 0000 + 02264807 a 0102 + 01422172 v 0101 | a small flexible tube inserted into a body cavity for draining off fluid or introducing medication
-02951358 06 n 01 canoe 0 007 @ 04244997 n 0000 + 09891470 n 0101 + 01947543 v 0101 ~ 02843029 n 0000 ~ 03254374 n 0000 ~ 03609235 n 0000 ~ 03861430 n 0000 | small and light boat; pointed at both ends; propelled with a paddle
-02951585 06 n 02 can_opener 0 tin_opener 0 002 @ 03848348 n 0000 ~ 03029066 n 0000 | a device for cutting cans open
-02951703 06 n 02 canopic_jar 0 canopic_vase 0 001 @ 03593526 n 0000 | a jar used in ancient Egypt to contain entrails of an embalmed body
-02951843 06 n 01 canopy 0 008 @ 04191943 n 0000 + 01337526 v 0101 ~ 02763901 n 0000 ~ 02778131 n 0000 ~ 03723153 n 0000 ~ 03986071 n 0000 ~ 04415354 n 0000 ~ 04507155 n 0000 | a covering (usually of cloth) that serves as a roof to shelter an area from the weather
-02952109 06 n 01 canopy 1 002 @ 03309808 n 0000 #p 03888257 n 0000 | the umbrellalike part of a parachute that fills with air
-02952237 06 n 01 canopy 2 003 @ 03122748 n 0000 #p 03061505 n 0000 + 01337526 v 0101 | the transparent covering of an aircraft cockpit
-02952374 06 n 01 canteen 0 001 @ 03359566 n 0000 | a flask for carrying water; used by soldiers or travelers
-02952485 06 n 01 canteen 1 001 @ 04081281 n 0000 | restaurant in a factory; where workers can eat
-02952585 06 n 01 canteen 2 001 @ 04065464 n 0000 | a recreation room in an institution
-02952674 06 n 02 canteen 3 mobile_canteen 0 001 @ 04081281 n 0000 | a restaurant outside; often for soldiers or policemen
-02952798 06 n 01 canteen 4 001 @ 04202417 n 0000 | sells food and personal items to personnel at an institution or school or camp etc.
-02952935 06 n 01 cant_hook 0 001 @ 03903133 n 0000 | a peavey having a hook instead of a spike; used for handling logs
-02953056 06 n 01 cantilever 0 003 @ 02815950 n 0000 + 02714865 v 0101 + 01656233 v 0101 | projecting horizontal beam fixed at one end only
-02953197 06 n 01 cantilever_bridge 0 008 @ 02898711 n 0000 ~i 02809866 n 0000 ~i 03077304 n 0000 ~i 03456854 n 0000 ~i 03767846 n 0000 ~i 04033178 n 0000 ~i 04033647 n 0000 ~i 04393681 n 0000 | bridge constructed of two cantilevers that meet in the middle
-02953455 06 n 01 cantle 0 002 @ 02767433 n 0000 #p 04123740 n 0000 | the back of a saddle seat
-02953552 06 n 01 Canton_crepe 0 001 @ 03130563 n 0000 | a soft thick crinkled dress crepe; heavier than crepe de Chine
-02953673 06 n 02 canvas 0 canvass 0 003 @ 03309808 n 0000 ~ 04395024 n 0000 %s 14906500 n 0000 | a heavy, closely woven fabric (used for clothing or chairs or sails or tents)
-02953850 06 n 02 canvas 1 canvass 1 002 @ 03727946 n 0000 #p 04092959 n 0000 | the mat that forms the floor of the ring in which boxers or professional wrestlers compete; "the boxer picked himself up off the canvas"
-02954068 06 n 02 canvas 4 canvass 4 001 @ 03844349 n 0000 | an oil painting on canvas fabric
-02954163 06 n 03 canvas_tent 0 canvas 2 canvass 2 005 @ 04411264 n 0000 ~ 03035252 n 0000 ~ 03334291 n 0000 ~ 04212810 n 0000 ~ 04549028 n 0000 | a tent made of canvas fabric
-02954340 06 n 01 cap 0 030 @ 03502509 n 0000 ~ 02776825 n 0000 ~ 02783567 n 0000 ~ 02799323 n 0000 ~ 02807133 n 0000 ~ 02831237 n 0000 ~ 02837309 n 0000 ~ 02843909 n 0000 ~ 02941228 n 0000 ~ 03049924 n 0000 ~ 03061893 n 0000 ~ 03103563 n 0000 %p 03261019 n 0000 ~ 03331077 n 0000 ~ 03420801 n 0000 ~ 03439631 n 0000 ~ 03607527 n 0000 ~ 03610682 n 0000 ~ 03660394 n 0000 ~ 03776167 n 0000 ~ 03787032 n 0000 ~ 03824284 n 0000 ~ 03943448 n 0000 ~ 04129688 n 0000 ~ 04209133 n 0000 ~ 04228693 n 0000 ~ 04232153 n 0000 ~ 04387095 n 0000 ~ 04556408 n 0000 ~ 04596116 n 0000 | a tight-fitting headdress
-02954938 06 n 01 cap 2 004 @ 04453910 n 0000 ~ 02877765 n 0000 ~ 03825788 n 0000 ~ 04041243 n 0000 | a top (as for a bottle)
-02955065 06 n 01 cap 3 006 @ 04014297 n 0000 ~ 03213538 n 0000 ~ 03329536 n 0000 ~ 03548086 n 0000 ~ 03657121 n 0000 ~ 04423845 n 0000 | something serving as a cover or protection
-02955247 06 n 04 capacitor 0 capacitance 0 condenser 1 electrical_condenser 0 007 @ 03269401 n 0000 #p 03033362 n 0000 #p 03213014 n 0000 ~ 02930339 n 0000 ~ 03275681 n 0000 ~ 03655470 n 0000 ~ 04483779 n 0000 | an electrical device characterized by its capacity to store an electric charge
-02955540 06 n 03 caparison 0 trapping 1 housing 2 004 @ 04295081 n 0000 + 01670315 v 0101 ~ 02792305 n 0000 ~ 03538542 n 0000 | stable gear consisting of a decorated covering for a horse, especially (formerly) for a warhorse
-02955767 06 n 02 cape 0 mantle 0 005 @ 03045337 n 0000 ~ 03021228 n 0000 ~ 03719560 n 0000 ~ 03906789 n 0000 ~ 04440597 n 0000 | a sleeveless garment like a cloak but shorter
-02955944 06 n 01 capeline_bandage 0 001 @ 02785648 n 0000 | bandage that covers the head or an amputation stump like a cap
-02956069 06 n 03 capillary 0 capillary_tube 0 capillary_tubing 0 002 @ 04493505 n 0000 #p 04421872 n 0000 | a tube of small internal diameter; holds liquid by capillary action
-02956247 06 n 03 capital 0 chapiter 0 cap 1 002 @ 08663860 n 0000 #p 03073977 n 0000 | the upper part of a column that supports the entablature
-02956393 06 n 01 capital_ship 0 001 @ 04552696 n 0000 | a warship of the first rank in size and armament
-02956500 06 n 02 Capitol 0 Capitol_Building 0 002 @i 03449564 n 0000 #p 09070793 n 0000 | the government building in Washington where the United States Senate and the House of Representatives meet
-02956699 06 n 01 capitol 1 001 @ 03449564 n 0000 | a building occupied by a state legislature
-02956795 06 n 01 cap_opener 0 001 @ 02877962 n 0000 | a bottle opener to pry off caps
-02956883 06 n 02 capote 0 hooded_cloak 0 001 @ 03045337 n 0000 | a long cloak with a hood that can be pulled over the head
-02957008 06 n 02 capote 1 hooded_coat 0 001 @ 03456665 n 0000 | a long overcoat with a hood that can be pulled over the head
-02957135 06 n 01 cap_screw 0 001 @ 04153751 n 0000 | a threaded screw for machine parts; screws into a tapped hole
-02957252 06 n 01 capstan 0 001 @ 04585745 n 0000 | a windlass rotated in a horizontal plane around a vertical axis; used on ships for weighing anchor or raising heavy sails
-02957427 06 n 04 capstone 0 copestone 0 coping_stone 0 stretcher 1 002 @ 04326084 n 0000 #p 04546855 n 0000 | a stone that forms the top of wall or building
-02957586 06 n 01 capsule 0 003 @ 03936568 n 0000 + 02678677 a 0101 + 01581070 v 0102 | a pill in the form of a small rounded gelatinous container with medicine inside
-02957755 06 n 01 capsule 2 003 @ 03094503 n 0000 + 02678677 a 0101 ~ 03875806 n 0000 | a small container
-02957862 06 n 01 captain's_chair 0 001 @ 02738535 n 0000 | a wooden armchair with a saddle seat and a low back that has vertical spindles
-02958002 06 n 02 captopril 0 Capoten 0 002 @ 02673637 n 0000 ;u 06851742 n 0201 | a drug (trade name Capoten) that blocks the formation of angiotensin in the kidneys resulting in vasodilation; used in the treatment of hypertension and congestive heart failure
-02958264 06 n 01 capuchin 0 001 @ 03045337 n 0000 | a hooded cloak for women
-02958343 06 n 05 car 0 auto 0 automobile 0 machine 1 motorcar 0 076 @ 03791235 n 0000 + 10279018 n 0401 + 10334101 n 0302 + 01930738 v 0301 -c 01828987 a 0000 -c 01111375 n 0000 %p 02670683 n 0000 %p 02685365 n 0000 -c 02700064 n 0000 ~ 02701002 n 0000 %p 02758753 n 0000 %p 02761557 n 0000 %p 02761834 n 0000 -c 02770830 n 0000 ~ 02814533 n 0000 %p 02911158 n 0000 %p 02918595 n 0000 ~ 02924554 n 0000 ~ 02930766 n 0000 %p 02963821 n 0000 %p 02965783 n 0000 %p 02970685 n 0000 %p 02974219 n 0000 ~ 03079136 n 0000 ~ 03100240 n 0000 ~ 03119396 n 0000 ~ 03141065 n 0000 ~ 03268790 n 0000 %p 03327841 n 0000 %p 03350011 n 0000 %p 03366721 n 0000 ~ 03421669 n 0000 %p 03424630 n 0000 %p 03441345 n 0000 %p 03459775 n 0000 ~ 03493219 n 0000 ~ 03498781 n 0000 %p 03518631 n 0000 %p 03530910 n 0000 ~ 03539103 n 0000 ~ 03543394 n 0000 ~ 03594945 n 0000 ~ 03670208 n 0000 ~ 03680512 n 0000 %p 03696065 n 0000 ~ 03770085 n 0000 ~ 03770679 n 0000 ~ 03777568 n 0000 ~ 03870105 n 0000 ~ 04037443 n 0000 %p 04060065 n 0000 %p 04085017 n 0000 -c 04097256 n 0000 ~ 04097373 n 0000 %p 04105438 n 0000 %p 04120339 n 0000 ~ 04166281 n 0000 -c 04209811 n 0000 -c 04269086 n 0000 ~ 04285008 n 0000 ~ 04285965 n 0000 %p 04294614 n 0000 ~ 04302988 n 0000 ~ 04322924 n 0000 ~ 04347119 n 0000 %p 04357121 n 0000 %p 04384406 n 0000 %p 04425977 n 0000 ~ 04459122 n 0000 -c 04497962 n 0000 ~ 04516354 n 0000 %p 04588365 n 0000 -c 10403876 n 0000 -c 11460281 n 0000 -c 13245846 n 0000 -c 01562627 v 0000 | a motor vehicle with four wheels; usually propelled by an internal combustion engine; "he needs a car to get to work"
-02959942 06 n 04 car 1 railcar 0 railway_car 0 railroad_car 0 014 @ 04576211 n 0000 #m 04468005 n 0000 ~ 02775039 n 0000 ~ 02932523 n 0000 ~ 03053976 n 0000 ~ 03393912 n 0000 ~ 03465320 n 0000 ~ 03483971 n 0000 ~ 03710294 n 0000 ~ 03895866 n 0000 ~ 04240576 n 0000 %p 04366116 n 0000 ~ 04409279 n 0000 ~ 04520480 n 0000 | a wheeled vehicle adapted to the rails of railroad; "three cars had jumped the rails"
-02960352 06 n 02 car 2 elevator_car 0 002 @ 03079741 n 0000 #p 03281145 n 0000 | where passengers ride up and down; "the car was on the top floor"
-02960501 06 n 02 car 3 gondola 3 002 @ 03079741 n 0000 #p 02692877 n 0000 | the compartment that is suspended from an airship and that carries personnel and the cargo and the power plant
-02960690 06 n 03 carabiner 0 karabiner 0 snap_ring 0 002 @ 03533972 n 0000 @ 03323703 n 0000 | an oblong metal ring with a spring clip; used in mountaineering to attach a rope to a piton or to connect two ropes
-02960903 06 n 02 carafe 0 decanter 0 002 @ 02876657 n 0000 + 02070296 v 0201 | a bottle with a stopper; for serving wine or water
-02961035 06 n 04 caravansary 0 caravanserai 0 khan 0 caravan_inn 0 001 @ 03541696 n 0000 | an inn in some eastern countries with a large courtyard that provides accommodation for caravans
-02961225 06 n 02 car_battery 0 automobile_battery 0 002 @ 03651388 n 0000 #p 03270165 n 0000 | a lead-acid storage battery in a motor vehicle; usually a 12-volt battery of six cells; the heart of the car's electrical system
-02961451 06 n 01 carbine 0 002 @ 04090263 n 0000 + 09893746 n 0102 | light automatic rifle
-02961544 06 n 01 car_bomb 0 001 @ 02866578 n 0000 | a bomb placed in a car and wired to explode when the ignition is started or by remote control or by a timing device
-02961714 06 n 01 carbomycin 0 001 @ 02716866 n 0000 | a colorless basic antibiotic that inhibits the growth of Gram-positive organisms
-02961851 06 n 02 carbon 0 carbon_copy 0 001 @ 03104594 n 0000 | a copy made with carbon paper
-02961947 06 n 02 carbon_arc_lamp 0 carbon_arc 0 002 @ 02735361 n 0000 ~ 03622401 n 0000 | has carbon electrodes
-02962061 06 n 01 carboy 0 001 @ 02876657 n 0000 | a large bottle for holding corrosive liquids; usually cushioned in a special container
-02962200 06 n 02 carburetor 0 carburettor 0 006 @ 03736970 n 0000 #p 03401721 n 0000 %p 02689648 n 0000 %p 02689961 n 0000 %p 02927887 n 0000 %p 04527310 n 0000 | mixes air with gasoline vapor prior to explosion
-02962414 06 n 01 car_carrier 0 001 @ 04467307 n 0000 | a trailer that can be loaded with new cars for delivery to sales agencies
-02962545 06 n 01 card 0 005 @ 14974264 n 0000 ~ 03963982 n 0000 ~ 04023808 n 0000 ~ 04394821 n 0000 ~ 04465795 n 0000 | one of a set of small pieces of stiff paper marked in various ways and used for playing games or for telling fortunes; "he collected cards and traded them with the other boys"
-02962843 06 n 01 cardcase 0 001 @ 02974697 n 0000 | a small case for carrying business cards
-02962938 06 n 02 cardiac_monitor 0 heart_monitor 0 004 @ 03781787 n 0000 %p 02781764 n 0000 %p 02963503 n 0000 %p 03857828 n 0000 | a piece of electronic equipment for continual observation of the function of the heart
-02963159 06 n 01 cardigan 0 002 @ 04370048 n 0000 %p 04238321 n 0000 | knitted jacket that is fastened up the front with buttons or a zipper
-02963302 06 n 03 card_index 0 card_catalog 0 card_catalogue 0 002 @ 03337140 n 0000 ~ 04104147 n 0000 | an alphabetical listing of items (e.g., books in a library) with a separate card for each item
-02963503 06 n 02 cardiograph 0 electrocardiograph 0 002 @ 03739693 n 0000 #p 02962938 n 0000 | medical instrument that records electric currents associated with contractions of the heart
-02963692 06 n 01 cardioid_microphone 0 001 @ 03205143 n 0000 | a directional microphone with a cardioid pattern of sensitivity
-02963821 06 n 01 car_door 0 006 @ 03221720 n 0000 #p 02958343 n 0000 %p 02741475 n 0000 %p 03223162 n 0000 ~ 03498662 n 0000 %p 03521076 n 0000 | the door of a car
-02963987 06 n 01 cardroom 0 001 @ 04105893 n 0000 | a room for gambling on card games
-02964075 06 n 01 card_table 0 001 @ 04379243 n 0000 | a small light table with folding legs; can be folded for storage
-02964196 06 n 01 card_table 1 001 @ 04379243 n 0000 | a table for playing cards (as in a casino)
-02964295 06 n 01 car-ferry 0 001 @ 03329663 n 0000 | a ferry that transports motor vehicles
-02964389 06 n 08 cargo 0 lading 0 freight 0 load 2 loading 0 payload 0 shipment 0 consignment 0 006 @ 03748886 n 0000 + 01950798 v 0703 + 01612084 v 0401 + 01489989 v 0401 + 01489161 v 0301 + 01489989 v 0202 | goods carried by a large vehicle
-02964634 06 n 05 cargo_area 0 cargo_deck 0 cargo_hold 0 hold 2 storage_area 0 004 @ 03285912 n 0000 #p 04194289 n 0000 + 02701210 v 0403 + 02700867 v 0401 | the space in a ship or aircraft for storing cargo
-02964843 06 n 01 cargo_container 0 001 @ 03094503 n 0000 | a large container for freight
-02964934 06 n 01 cargo_door 0 001 @ 03221720 n 0000 | door used to load or unload cargo
-02965024 06 n 01 cargo_hatch 0 001 @ 03498536 n 0000 | hatch opening into the cargo compartment
-02965122 06 n 01 cargo_helicopter 0 001 @ 03512147 n 0000 | a helicopter that carries cargo
-02965216 06 n 01 cargo_liner 0 001 @ 03673027 n 0000 | a liner that carries cargo
-02965300 06 n 02 cargo_ship 0 cargo_vessel 0 008 @ 04194289 n 0000 ~ 02784124 n 0000 ~ 02878222 n 0000 ~ 02986348 n 0000 ~ 03095699 n 0000 %p 03392908 n 0000 ~ 03660562 n 0000 ~ 03845190 n 0000 | a ship designed to carry cargo
-02965529 06 n 01 carillon 0 001 @ 03017168 n 0000 | set of bells hung in a bell tower
-02965617 06 n 01 carminative 0 002 @ 03740161 n 0000 + 01165665 a 0101 | medication that prevents the formation of gas in the alimentary tract or eases its passing
-02965783 06 n 01 car_mirror 0 004 @ 03773035 n 0000 #p 02958343 n 0000 ~ 03861842 n 0000 ~ 04059947 n 0000 | a mirror that the driver of a car can use
-02965936 06 n 01 Carnegie_Mellon_University 0 002 @i 04511002 n 0000 #p 09136582 n 0000 | an engineering university in Pittsburgh
-02966068 06 n 01 caroche 0 001 @ 02968473 n 0000 | a luxurious carriage suitable for nobility in the 16th and 17th century
-02966193 06 n 05 carousel 0 carrousel 0 merry-go-round 0 roundabout 1 whirligig 0 001 @ 04088797 n 0000 | a large, rotating machine with seats for children to ride or amusement
-02966372 06 n 04 carousel 1 carrousel 1 luggage_carousel 0 luggage_carrousel 0 001 @ 03100897 n 0000 | a conveyer belt that carries luggage to be claimed by air travelers
-02966545 06 n 03 carpenter's_hammer 0 claw_hammer 0 clawhammer 0 001 @ 03481172 n 0000 | a hammer with a cleft at one end for pulling nails
-02966687 06 n 02 carpenter's_kit 0 tool_kit 0 001 @ 03619396 n 0000 | a set of carpenter's tools
-02966786 06 n 01 carpenter's_level 0 003 @ 02788689 n 0000 %p 03658858 n 0000 ~ 03969510 n 0000 | a straight bar of light metal with a spirit level in it
-02966942 06 n 01 carpenter's_mallet 0 001 @ 03715386 n 0000 | a short-handled mallet with a wooden head used to strike a chisel or wedge
-02967081 06 n 01 carpenter's_rule 0 001 @ 04118776 n 0000 | a rule used by a carpenter
-02967170 06 n 01 carpenter's_square 0 001 @ 04291242 n 0000 | a steel square used by carpenters; larger than a try square
-02967294 06 n 01 carpetbag 0 001 @ 02773838 n 0000 | traveling bag made of carpet; widely used in 19th century
-02967407 06 n 02 carpet_beater 0 rug_beater 0 002 @ 02817650 n 0000 %p 03485997 n 0000 | implement for beating dust out of carpets
-02967540 06 n 01 carpet_loom 0 001 @ 03689157 n 0000 | a loom for weaving carpeting
-02967626 06 n 04 carpet_pad 0 rug_pad 0 underlay 0 underlayment 0 003 @ 03872495 n 0000 + 01497292 v 0401 ~ 04508062 n 0000 | a pad placed under a carpet
-02967782 06 n 02 carpet_sweeper 0 sweeper 0 003 @ 03039947 n 0000 + 01393996 v 0201 + 01393714 v 0201 | a cleaning implement with revolving brushes that pick up dirt as the implement is pushed over a carpet
-02967991 06 n 01 carpet_tack 0 001 @ 04383130 n 0000 | used to nail down carpets
-02968074 06 n 02 carport 0 car_port 0 001 @ 03416489 n 0000 | garage for one or two cars consisting of a flat roof supported on poles
-02968210 06 n 02 carrack 0 carack 0 001 @ 03411339 n 0000 | a large galleon sailed in the Mediterranean as a merchantman
-02968333 06 n 04 carrel 0 carrell 0 cubicle 1 stall 2 002 @ 02696048 n 0000 #p 03660664 n 0000 | small individual study area in a library
-02968473 06 n 03 carriage 0 equipage 0 rig 3 024 @ 03538634 n 0000 %p 02765028 n 0000 ~ 02794474 n 0000 ~ 02907296 n 0000 ~ 02909706 n 0000 ~ 02912557 n 0000 ~ 02931013 n 0000 ~ 02966068 n 0000 ~ 03002555 n 0000 ~ 03009111 n 0000 ~ 03037590 n 0000 ~ 03055670 n 0000 ~ 03247351 n 0000 ~ 03435991 n 0000 ~ 03436656 n 0000 ~ 03474635 n 0000 ~ 03492087 n 0000 ~ 03638014 n 0000 ~ 03989199 n 0000 %p 04119091 n 0000 ~ 04302863 n 0000 ~ 04365112 n 0000 ~ 04474843 n 0000 ~ 04486616 n 0000 | a vehicle with wheels drawn by one or more horses
-02969010 06 n 01 carriage 2 004 @ 03738472 n 0000 #p 04505036 n 0000 #p 03646296 n 0000 ~ 04505345 n 0000 | a machine part that carries something else
-02969163 06 n 01 carriage_bolt 0 001 @ 02865665 n 0000 | a roundheaded bolt for timber; threaded along part of the shank; inserted into holes already drilled
-02969323 06 n 01 carriageway 0 003 @ 04097622 n 0000 #p 03306610 n 0000 ;r 08860123 n 0000 | one of the two sides of a motorway where traffic travels in one direction only usually in two or three lanes
-02969527 06 n 01 carriage_wrench 0 001 @ 04606574 n 0000 | a wrench designed for use with carriage bolts
-02969634 06 n 01 carrick_bend 0 001 @ 03627232 n 0000 | a knot used to connect the ends of two large ropes or hawsers
-02969754 06 n 01 carrick_bitt 0 001 @ 03988170 n 0000 | either of a pair of strong posts that support a windlass on a ship's deck
-02969886 06 n 01 carrier 2 006 @ 04038727 n 0000 + 01218084 v 0101 ~ 02868429 n 0000 ~ 03695957 n 0000 ~ 03696301 n 0000 ~ 04230707 n 0000 | a rack attached to a vehicle; for carrying luggage or skis or the like
-02970100 06 n 01 carrier 3 002 @ 04170037 n 0000 + 01449974 v 0102 | a self-propelled wheeled vehicle designed specifically to carry something; "refrigerated carriers have revolutionized the grocery business"
-02970311 06 n 01 carron_oil 0 001 @ 03845550 n 0000 | an ointment formerly used to treat burns
-02970408 06 n 04 carryall 0 holdall 0 tote 0 tote_bag 0 002 @ 02773037 n 0000 + 01454246 v 0302 | a capacious bag or basket
-02970534 06 n 01 carrycot 0 002 @ 02766320 n 0000 %p 03485997 n 0000 | box-shaped baby bed with handles (for a baby to sleep in while being carried)
-02970685 06 n 01 car_seat 0 006 @ 04161358 n 0000 #p 02958343 n 0000 %p 02767433 n 0000 ~ 03167153 n 0000 %p 03505207 n 0000 %p 04162706 n 0000 | a seat in a car
-02970849 06 n 01 cart 0 012 @ 04543158 n 0000 + 01451502 v 0101 %p 02765028 n 0000 %p 02973236 n 0000 ~ 03217739 n 0000 ~ 03255899 n 0000 ~ 03538406 n 0000 ~ 03594010 n 0000 ~ 03599486 n 0000 ~ 03868242 n 0000 ~ 03981924 n 0000 ~ 04558059 n 0000 | a heavy open wagon usually having two wheels and drawn by an animal
-02971167 06 n 04 car_tire 0 automobile_tire 0 auto_tire 0 rubber_tire 0 002 @ 04440749 n 0000 ~ 04083942 n 0000 | a tire consisting of a rubber ring around the rim of an automobile wheel
-02971356 06 n 01 carton 0 002 @ 02883344 n 0000 ~ 04225222 n 0000 | a box made of cardboard; opens by flaps on top
-02971473 06 n 02 cartouche 0 cartouch 0 001 @ 02971691 n 0000 | a cartridge (usually with paper casing)
-02971579 06 n 01 car_train 0 001 @ 04468005 n 0000 | a train that transports passengers and their automobiles
-02971691 06 n 01 cartridge 0 005 @ 02703275 n 0000 ~ 02780445 n 0000 ~ 02848921 n 0000 %p 02916350 n 0000 ~ 02971473 n 0000 | ammunition consisting of a cylindrical casing containing an explosive charge and a bullet; fired from a rifle or handgun
-02971940 06 n 02 cartridge 2 pickup 1 004 @ 03274561 n 0000 #p 04064401 n 0000 ~ 03143982 n 0000 %p 04346679 n 0000 | an electro-acoustic transducer that is the part of the arm of a record player that holds the needle and that is removable
-02972182 06 n 01 cartridge 3 003 @ 03778600 n 0000 ~ 03571706 n 0000 ~ 04392370 n 0000 | a module designed to be inserted into a larger piece of equipment; "he loaded a cartridge of fresh tape into the tape deck"
-02972397 06 n 01 cartridge_belt 0 002 @ 02827606 n 0000 ~ 02786611 n 0000 | a broad belt with loops or pockets for holding ammunition
-02972533 06 n 02 cartridge_ejector 0 ejector 0 003 @ 03738472 n 0000 #p 03467984 n 0000 + 01468576 v 0201 | a mechanism in a firearm that ejects the empty shell case after firing
-02972714 06 n 03 cartridge_extractor 0 cartridge_remover 0 extractor 2 002 @ 03738472 n 0000 #p 03467984 n 0000 | a mechanism in a firearm that pulls an empty shell case out of the chamber and passes it to the ejector
-02972934 06 n 01 cartridge_fuse 0 001 @ 03407369 n 0000 | a fuse cased in a tube
-02973017 06 n 04 cartridge_holder 0 cartridge_clip 0 clip 0 magazine 3 003 @ 04359335 n 0000 #p 03467984 n 0000 ~ 03942028 n 0000 | a metal frame or container holding cartridges; can be inserted into an automatic gun
-02973236 06 n 01 cartwheel 0 004 @ 04574999 n 0000 #p 02970849 n 0000 %p 04283378 n 0000 %p 04543636 n 0000 | a wheel that has wooden spokes and a metal rim
-02973395 06 n 01 carvedilol 0 001 @ 02832168 n 0000 | beta blocker that can reduce the progression of heart failure in individuals whose disease is not advanced
-02973558 06 n 01 carving 0 006 @ 04157320 n 0000 ~ 03032453 n 0000 ~ 03442288 n 0000 ~ 04155735 n 0000 ~ 04528490 n 0000 ~ 04597309 n 0000 | a sculpture created by removing material (as wood or ivory or stone) in order to create a desired shape
-02973805 06 n 01 carving_fork 0 001 @ 03383948 n 0000 | a large fork used in carving cooked meat
-02973904 06 n 01 carving_knife 0 001 @ 03623556 n 0000 | a large knife used to carve cooked meat
-02974003 06 n 01 car_wheel 0 006 @ 04574999 n 0000 #p 03791235 n 0000 ~ 03334912 n 0000 %p 03547658 n 0000 %p 03548086 n 0000 %p 03971422 n 0000 | a wheel that has a tire and rim and hubcap; used to propel the car
-02974219 06 n 01 car_window 0 004 @ 04588365 n 0000 #p 02958343 n 0000 ~ 04032242 n 0000 ~ 04060065 n 0000 | a window in a car
-02974348 06 n 01 caryatid 0 001 @ 03073977 n 0000 | a supporting column carved in the shape of a person
-02974454 06 n 01 cascade_liquefier 0 001 @ 02727825 n 0000 | an apparatus used to liquefy air or oxygen etc.
-02974565 06 n 01 cascade_transformer 0 001 @ 04315828 n 0000 | a number of transformers in series; provides a high-voltage source
-02974697 06 n 01 case 0 021 @ 03094503 n 0000 + 01486312 v 0103 ~ 02774630 n 0000 ~ 02900705 n 0000 ~ 02962843 n 0000 ~ 03031012 n 0000 ~ 03078995 n 0000 ~ 03210372 n 0000 ~ 03438863 n 0000 ~ 03468821 n 0000 ~ 03619650 n 0000 ~ 03658102 n 0000 ~ 03683995 n 0000 ~ 03937751 n 0000 ~ 03986355 n 0000 ~ 04035836 n 0000 ~ 04200000 n 0000 ~ 04236702 n 0000 ~ 04548362 n 0000 ~ 04556533 n 0000 ~ 04608435 n 0000 | a portable container for carrying several objects; "the musicians left their instrument cases backstage"
-02975212 06 n 04 case 1 display_case 0 showcase 0 vitrine 0 003 @ 03094503 n 0000 + 01486312 v 0103 ~ 04488202 n 0000 | a glass container used to store and display items in a shop or museum or home
-02975412 06 n 04 case 2 pillowcase 0 slip 2 pillow_slip 0 001 @ 02821030 n 0000 | bed linen consisting of a cover for a pillow; "the burglar carried his loot in a pillowcase"
-02975589 06 n 03 case 3 compositor's_case 0 typesetter's_case 0 002 @ 04060904 n 0000 ;c 01103159 n 0000 | (printing) the receptacle in which a compositor has his type, which is divided into compartments for the different letters, spaces, or numbers; "for English, a compositor will ordinarily have two such cases, the upper case containing the capitals and the lower case containing the small letters"
-02975994 06 n 02 casein_paint 0 casein 0 001 @ 04557308 n 0000 | a water-base paint made with a protein precipitated from milk
-02976123 06 n 02 case_knife 1 sheath_knife 0 001 @ 03623556 n 0000 | a knife with a fixed blade that is carried in a sheath
-02976249 06 n 01 case_knife 2 001 @ 04380346 n 0000 | a metal blade with a handle; used as cutlery
-02976350 06 n 01 casement 0 001 @ 04136510 n 0000 | a window sash that is hinged (usually on one side)
-02976455 06 n 01 casement_window 0 001 @ 04587648 n 0000 | a window with one or more casements
-02976552 06 n 01 casern 0 001 @ 02794779 n 0000 | military barracks in a garrison town
-02976641 06 n 03 case_shot 0 canister 1 canister_shot 0 002 @ 02703275 n 0000 %p 04205759 n 0000 | a metallic cylinder packed with shot and used as ammunition in a firearm
-02976815 06 n 01 cash_bar 0 001 @ 02789487 n 0000 | a counter at a large party where you can purchase drinks by the glass
-02976939 06 n 03 cashbox 0 money_box 0 till 0 002 @ 04340750 n 0000 ~ 02977438 n 0000 | a strongbox for holding cash
-02977058 06 n 07 cash_machine 0 cash_dispenser 0 automated_teller_machine 0 automatic_teller_machine 0 automated_teller 0 automatic_teller 0 ATM 0 001 @ 03699975 n 0000 | an unattended machine (outside some banks) that dispenses money when a personal coded card is used
-02977330 06 n 01 cashmere 0 001 @ 03309808 n 0000 | a soft fabric made from the wool of the Cashmere goat
-02977438 06 n 02 cash_register 0 register 2 002 @ 02976939 n 0000 %p 02679257 n 0000 | a cashbox with an adding machine to register transactions; used in shops to add up the bill
-02977619 06 n 02 casing 0 case 7 003 @ 03391770 n 0000 #p 03224032 n 0000 #p 04587648 n 0000 | the enclosing frame around a door or window opening; "the casings had rotted away and had to be replaced"
-02977822 06 n 01 casing 2 002 @ 03122748 n 0000 #p 03971422 n 0000 | the outermost covering of a pneumatic tire
-02977936 06 n 02 casino 0 gambling_casino 0 001 @ 03413428 n 0000 | a public building for gambling and entertainment
-02978055 06 n 02 casket 0 jewel_casket 0 002 @ 02883344 n 0000 + 01599539 v 0101 | small and often ornate box for holding jewels or other valuables
-02978205 06 n 01 casque 0 003 @ 03513376 n 0000 #p 02862048 n 0000 ~ 02978367 n 0000 | (15-16th century) any armor for the head; usually ornate without a visor
-02978367 06 n 02 casquet 0 casquetel 0 001 @ 02978205 n 0000 | a light open casque without a visor or beaver
-02978478 06 n 02 Cassegrainian_telescope 0 Gregorian_telescope 0 001 @ 04068601 n 0000 | a reflecting telescope that has a paraboloidal primary mirror and a hyperboloidal secondary mirror; light is brought to a focus through an aperture in the center of the primary mirror
-02978753 06 n 01 casserole 0 002 @ 03206908 n 0000 ~ 03062336 n 0000 | large deep dish in which food can be cooked and served
-02978881 06 n 01 cassette 0 004 @ 03094503 n 0000 ~ 02756977 n 0000 %p 02979399 n 0000 ~ 04533700 n 0000 | a container that holds a magnetic tape used for recording or playing sound or video
-02979074 06 n 01 cassette_deck 0 001 @ 04392526 n 0000 | a tape deck for playing and recording cassette tapes
-02979186 06 n 01 cassette_player 0 001 @ 03278248 n 0000 | electronic equipment for playing cassettes
-02979290 06 n 01 cassette_recorder 0 001 @ 04063373 n 0000 | a recorder for recording or playing cassettes
-02979399 06 n 01 cassette_tape 0 002 @ 03708036 n 0000 #p 02978881 n 0000 | a cassette that contains magnetic tape
-02979516 06 n 01 cassock 0 002 @ 04532106 n 0000 ~ 04264233 n 0000 | a black garment reaching down to the ankles; worn by priests or choristers
-02979662 06 n 02 cast 0 casting 1 006 @ 03104594 n 0000 + 01662771 v 0201 + 01662771 v 0101 ~ 03167053 n 0000 ~ 03288225 n 0000 ~ 03663332 n 0000 | object formed by a mold
-02979836 06 n 03 cast 2 plaster_cast 0 plaster_bandage 0 001 @ 02785648 n 0000 | bandage consisting of a firm covering (often made of plaster of Paris) that immobilizes broken bones while they heal
-02980036 06 n 02 caster 0 castor 1 001 @ 04101701 n 0000 | a pivoting roller attached to the bottom of furniture or trucks or portable machines to make them movable
-02980203 06 n 02 caster 1 castor 2 001 @ 04183329 n 0000 | a shaker with a perforated top for sprinkling powdered sugar
-02980325 06 n 01 castile_soap 0 001 @ 04253437 n 0000 | a good hard soap made from olive oil and sodium hydroxide
-02980441 06 n 01 castle 0 004 @ 03385557 n 0000 %p 03610098 n 0000 %p 04501947 n 0000 ~i 08892428 n 0000 | a large building formerly occupied by a ruler and fortified against attack
-02980625 06 n 02 castle 1 rook 0 003 @ 03014440 n 0000 ;c 00503237 n 0000 + 01077329 v 0101 | (chess) the piece that can move any number of unoccupied squares in a direction parallel to the sides of the chessboard
-02980841 06 n 01 castor_oil 0 002 @ 04025748 n 0000 %s 14742601 n 0000 | a purgative extracted from the seed of the castor-oil plant; used in paint and varnish as well as medically
-02981024 06 n 01 catacomb 0 003 @ 04497962 n 0000 ;r 08806897 n 0000 ;c 15253139 n 0000 | an underground tunnel with recesses where bodies were buried (as in ancient Rome)
-02981198 06 n 01 catafalque 0 001 @ 02836268 n 0000 | a decorated bier on which a coffin rests in state during a funeral
-02981321 06 n 01 catalytic_converter 0 001 @ 03099945 n 0000 | a converter that uses a platinum-iridium catalyst to oxidize pollutants and carbon monoxide into carbon dioxide and water; an antipollution device on an automotive exhaust system
-02981565 06 n 02 catalytic_cracker 0 cat_cracker 0 002 @ 03013006 n 0000 #p 03844673 n 0000 | a chemical reactor for converting oils with high boiling points into fuels with lower boiling points in the presence of a catalyst
-02981792 06 n 01 catamaran 0 001 @ 04128499 n 0000 | a sailboat with two parallel hulls held together by single deck
-02981911 06 n 09 catapult 0 arbalest 0 arbalist 0 ballista 0 bricole 0 mangonel 0 onager 0 trebuchet 0 trebucket 0 004 @ 03288003 n 0000 + 02683419 a 0102 + 02683419 a 0101 + 01515566 v 0101 | an engine that provided medieval artillery used during sieges; a heavy war engine for hurling large stones and other missiles
-02982232 06 n 02 catapult 2 launcher 1 005 @ 03183080 n 0000 + 01514655 v 0201 + 02683419 a 0102 + 02683419 a 0101 + 01515566 v 0101 | a device that launches aircraft from a warship
-02982416 06 n 01 catboat 0 001 @ 04128499 n 0000 | a sailboat with a single mast set far forward
-02982515 06 n 01 cat_box 0 001 @ 04060904 n 0000 | a receptacle for cat excrement
-02982599 06 n 01 catch 0 006 @ 03323703 n 0000 + 01327816 v 0102 ~ 03497352 n 0000 ~ 03531982 n 0000 ~ 03532919 n 0000 ~ 03644858 n 0000 | a fastener that fastens or locks a door or window
-02982790 06 n 02 catch 2 stop 0 008 @ 04081844 n 0000 + 01478002 v 0204 + 01440378 v 0202 + 01131473 v 0204 ~ 02829353 n 0000 ~ 03223923 n 0000 ~ 03901548 n 0000 ~ 04485226 n 0000 | a restraint that checks the motion of something; "he used a book as a stop to hold the door open"
-02983072 06 n 01 catchall 0 002 @ 03285912 n 0000 @ 04060904 n 0000 | an enclosure or receptacle for odds and ends
-02983189 06 n 01 catcher's_mask 0 004 @ 03314378 n 0000 @ 02799897 n 0000 ~ 02793414 n 0000 ~ 02843365 n 0000 | a mask to protect the face of the catcher in baseball
-02983357 06 n 01 catchment 0 002 @ 04341686 n 0000 + 01480469 v 0101 | a structure in which water is collected (especially a natural drainage area)
-02983507 06 n 02 Caterpillar 0 cat 1 003 @ 04464852 n 0000 ;u 07157273 n 0201 ;u 06851742 n 0101 | a large tracked vehicle that is propelled by two endless metal belts; frequently used for moving earth in construction and farm work
-02983741 06 n 02 catgut 0 gut 0 003 @ 03106110 n 0000 #s 04367205 n 0000 + 01590747 v 0201 | a strong cord made from the intestines of sheep and used in surgery
-02983904 06 n 02 cathedra 0 bishop's_throne 0 003 @ 04429376 n 0000 #p 02984061 n 0000 + 02684317 a 0101 | a throne that is the official chair of a bishop
-02984061 06 n 01 cathedral 0 004 @ 03028079 n 0000 %p 02983904 n 0000 ~i 03010138 n 0000 ~ 03772077 n 0000 | any large and important church
-02984203 06 n 02 cathedral 1 duomo 0 001 @ 03028079 n 0000 | the principal Christian church building of a bishop's diocese
-02984328 06 n 02 catherine_wheel 0 pinwheel 0 001 @ 03348454 n 0000 | a circular firework that spins round and round emitting colored fire
-02984469 06 n 01 catheter 0 004 @ 04493505 n 0000 + 00188721 v 0101 + 00188721 v 0102 ~ 03286878 n 0000 | a thin flexible tube inserted into the body to permit introduction or withdrawal of fluids or to keep the passageway open
-02984699 06 n 01 cathode 0 006 @ 03274796 n 0000 #p 03275864 n 0000 #p 04494204 n 0000 ! 02714315 n 0101 ~ 03067093 n 0000 ~ 03924407 n 0000 | a negatively charged electrode that is the source of electrons entering an electrical device
-02984937 06 n 01 cathode 1 004 @ 04412901 n 0000 #p 04328329 n 0000 #p 04540761 n 0000 ! 02714535 n 0101 | the positively charged terminal of a voltaic cell or storage battery that supplies current
-02985137 06 n 02 cathode-ray_tube 0 CRT 0 008 @ 03422589 n 0000 #p 03857828 n 0000 #p 04404412 n 0000 #p 03082979 n 0000 ~ 03134394 n 0000 %p 03277149 n 0000 ~ 03617594 n 0000 %p 04152593 n 0000 | a vacuum tube in which a hot cathode emits a beam of electrons that pass through a high voltage anode and are focused or deflected before hitting a phosphorescent screen
-02985506 06 n 01 catling 0 001 @ 04364827 n 0000 | a long double-edged knife used for amputations
-02985606 06 n 02 cat-o'-nine-tails 0 cat 0 002 @ 04577769 n 0000 + 01411870 v 0201 | a whip with nine knotted cords; "British sailors feared the cat"
-02985758 06 n 01 cat_rig 0 001 @ 04091247 n 0000 | rig of a catboat
-02985828 06 n 01 cat's-paw 0 001 @ 03522634 n 0000 | a hitch in the middle of rope that has two eyes into which tackle can be hooked
-02985963 06 n 02 catsup_bottle 0 ketchup_bottle 0 001 @ 02876657 n 0000 | a bottle that holds catsup
-02986066 06 n 01 cattle_car 0 001 @ 03393912 n 0000 | a freight car for transporting cattle
-02986160 06 n 02 cattle_guard 0 cattle_grid 0 001 @ 02898711 n 0000 | a bridge over a ditch consisting of parallel metal bars that allow pedestrians and vehicles to pass, but not cattle
-02986348 06 n 02 cattleship 0 cattle_boat 0 002 @ 02965300 n 0000 + 02402425 n 0101 | a cargo ship for the transport of livestock
-02986480 06 n 01 cattle_trail 0 002 @ 04466613 n 0000 ~i 03020927 n 0000 | a trail over which cattle were driven to market
-02986605 06 n 01 catwalk 0 001 @ 04544979 n 0000 | narrow pathway high in the air (as above a stage or between parts of a building or along a bridge)
-02986757 06 n 01 catwalk 1 001 @ 03961939 n 0000 | narrow platform extending out into an auditorium; "models displayed clothes on a catwalk at the fashion show"
-02986920 06 n 01 causeway 0 002 @ 04096066 n 0000 + 01267742 v 0101 | a road that is raised above water or marshland or sand
-02987047 06 n 02 cautery 0 cauterant 0 006 @ 03574816 n 0000 + 00373766 v 0201 + 00373766 v 0101 + 00373766 v 0102 ~ 03141991 n 0000 ~ 04161010 n 0000 | an instrument or substance used to destroy tissue for medical reasons (eg removal of a wart) by burning it with a hot iron or an electric current or a caustic or by freezing it
-02987379 06 n 02 cavalier_hat 0 slouch_hat 0 001 @ 03497657 n 0000 | a soft felt hat with a wide flexible brim
-02987492 06 n 03 cavalry_sword 0 saber 0 sabre 0 006 @ 04373894 n 0000 + 01554622 v 0301 + 01326730 v 0302 + 01326730 v 0201 + 01554622 v 0202 ~ 04147793 n 0000 | a stout sword with a curved blade and thick back
-02987706 06 n 01 cavetto 0 001 @ 03780392 n 0000 | a concave molding shaped like a quarter circle in cross section
-02987823 06 n 01 cavity_wall 0 001 @ 04546855 n 0000 | a wall formed of two thicknesses of masonry with a space between them
-02987950 06 n 01 C_battery 0 001 @ 02810471 n 0000 | battery used to maintain the grid potential in a vacuum tube
-02988066 06 n 01 C-clamp 0 001 @ 03036866 n 0000 | a clamp in the shape of the letter C
-02988156 06 n 01 CD_drive 0 002 @ 03243218 n 0000 #p 02988304 n 0000 | a drive that reads a compact disc and that is connected to an audio system
-02988304 06 n 01 CD_player 0 002 @ 03278248 n 0000 %p 02988156 n 0000 | a stand-alone piece of electronic equipment that either has its own display or attaches to a television set
-02988486 06 n 04 CD-R 0 compact_disc_recordable 0 CD-WO 0 compact_disc_write-once 0 001 @ 03079230 n 0000 | a compact disc on which you can write only once and thereafter is read-only memory
-02988679 06 n 02 CD-ROM 0 compact_disc_read-only_memory 0 002 @ 03079230 n 0000 @ 04058239 n 0000 | a compact disk that is used with a computer (rather than with an audio system); a large amount of digital information can be stored and accessed but it cannot be altered by the user
-02988963 06 n 01 CD-ROM_drive 0 001 @ 03243218 n 0000 | a drive that is connected to a computer and on which a CD-ROM can be `played'
-02989099 06 n 01 cedar_chest 0 001 @ 03014705 n 0000 | a chest made of cedar
-02989178 06 n 02 cefadroxil 0 Ultracef 0 002 @ 02996840 n 0000 ;u 06845599 n 0201 | a cephalosporin antibiotic (trade name Ultracef)
-02989313 06 n 02 cefoperazone 0 Cefobid 0 002 @ 02996840 n 0000 ;u 06845599 n 0201 | a parenteral cephalosporin (trade name Cefobid) used for severe infections
-02989475 06 n 02 cefotaxime 0 Claforan 0 002 @ 02996840 n 0000 ;u 06845599 n 0201 | a parenteral cephalosporin (trade name Claforan) used for severe infections of the lungs or throat or ears or urinary tract
-02989685 06 n 03 ceftazidime 0 Fortaz 0 Tazicef 0 003 @ 02996840 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | a parenteral cephalosporin (trade names Fortaz and Tazicef) used to treat moderate infections
-02989893 06 n 02 ceftriaxone 0 Rocephin 0 002 @ 02996840 n 0000 ;u 06845599 n 0201 | a parenteral cephalosporin (trade name Rocephin) used for severe infection of the lungs or throat or ears or urinary tract
-02990103 06 n 03 cefuroxime 0 Ceftin 0 Zinacef 0 001 @ 02996840 n 0000 | a cephalosporin that can be given parenterally (trade name Zinacef) or orally by tablets (trade name Ceftin); indicated for infections of the lungs or throat or ears or urinary tract or meninges
-02990373 06 n 01 ceiling 0 004 @ 04514899 n 0000 #p 04105893 n 0000 #p 03479952 n 0000 ~ 03864542 n 0000 | the overhead upper surface of a covered space; "he hated painting the ceiling"
-02990561 06 n 02 celecoxib 0 Celebrex 0 002 @ 03124700 n 0000 ;u 06845599 n 0201 | a Cox-2 inhibitor (trade name Celebrex) that relieves pain and inflammation without harming the digestive tract
-02990758 06 n 01 celesta 0 001 @ 03614532 n 0000 | a musical instrument consisting of graduated steel plates that are struck by hammers activated by a keyboard
-02990920 06 n 01 celestial_globe 0 002 @ 03440512 n 0000 ~ 02739248 n 0000 | a globe that is a spherical model of the heavens
-02991048 06 n 02 cell 0 electric_cell 0 007 @ 03269401 n 0000 + 02685299 a 0101 ~ 03275864 n 0000 ~ 03400798 n 0000 ~ 04257986 n 0000 ~ 04328580 n 0000 ~ 04540761 n 0000 | a device that delivers an electric current as the result of a chemical reaction
-02991302 06 n 03 cell 1 jail_cell 0 prison_cell 0 009 @ 04105893 n 0000 #p 02992032 n 0000 + 02685299 a 0101 ~ 02917742 n 0000 ~ 03102771 n 0000 ~ 03256928 n 0000 ~ 03465040 n 0000 ~ 03525252 n 0000 ~ 04369973 n 0000 | a room where a prisoner is kept
-02991555 06 n 02 cell 2 cubicle 2 004 @ 04105893 n 0000 #p 03781244 n 0000 #p 03099454 n 0000 + 02685299 a 0101 | small room in which a monk or nun lives
-02991711 06 n 01 cell 3 003 @ 03080309 n 0000 + 02685299 a 0101 + 00327031 a 0101 | any small compartment; "the cells of a honeycomb"
-02991847 06 n 02 cellar 1 wine_cellar 0 001 @ 04328946 n 0000 | storage space where wines are stored
-02991950 06 n 01 cellarage 0 001 @ 02800497 n 0000 | a storage area in a cellar
-02992032 06 n 02 cellblock 0 ward 1 004 @ 02853016 n 0000 #p 04005630 n 0000 %p 02991302 n 0000 ~ 03166809 n 0000 | a division of a prison (usually consisting of several cells)
-02992211 06 n 02 cello 0 violoncello 0 002 @ 02880546 n 0000 + 09903501 n 0101 | a large stringed instrument; seated player holds it upright while playing
-02992368 06 n 01 cellophane 0 001 @ 03958752 n 0000 | a transparent paperlike product that is impervious to moisture and used to wrap candy or cigarettes etc.
-02992529 06 n 05 cellular_telephone 0 cellular_phone 0 cellphone 0 cell 4 mobile_phone 0 002 @ 04044498 n 0000 + 00789934 v 0301 | a hand-held mobile radiotelephone for use in an area divided into small sections, each with its own short-range transmitter/receiver
-02992795 06 n 03 cellulose_tape 0 Scotch_tape 0 Sellotape 0 005 @ 02680337 n 0000 ;u 06851742 n 0301 + 01331988 v 0201 ;u 06851742 n 0201 + 01331988 v 0302 | transparent or semitransparent adhesive tape (trade names Scotch tape and Sellotape) used for sealing or attaching or mending
-02993081 06 n 01 Celtic_cross 0 001 @ 03135152 n 0000 | a Latin cross with a ring surrounding the intersection
-02993194 06 n 02 cenotaph 0 empty_tomb 0 001 @ 03743902 n 0000 | a monument built to honor people whose remains are interred elsewhere or whose remains cannot be recovered
-02993368 06 n 02 censer 0 thurible 0 002 @ 04531098 n 0000 ;c 05946687 n 0000 | a container for burning incense (especially one that is swung on a chain in a religious ritual)
-02993546 06 n 02 center 0 centre 0 010 @ 02913152 n 0000 ~ 02922996 n 0000 ~ 02940385 n 0000 ~ 03078506 n 0000 ~ 03089753 n 0000 ~ 03097362 n 0000 ~ 04077889 n 0000 ~ 04175574 n 0000 ~ 04177931 n 0000 ~ 04343511 n 0000 | a building dedicated to a particular activity; "they were raising money to build a new center for research"
-02993877 06 n 02 center_bit 0 centre_bit 0 001 @ 02844307 n 0000 | a bit with a sharp center point for guidance and two side cutters
-02994012 06 n 04 centerboard 0 centreboard 0 drop_keel 0 sliding_keel 0 003 @ 03343047 n 0000 #p 04128499 n 0000 ~ 03159176 n 0000 | a retractable fin keel used on sailboats to prevent drifting to leeward
-02994219 06 n 03 center_field 0 centerfield 0 center 2 002 @ 08673395 n 0000 #p 03859717 n 0000 | the piece of ground in the outfield directly ahead of the catcher; "he hit the ball to deep center"
-02994419 06 n 02 centerpiece 0 centrepiece 0 002 @ 03169390 n 0000 ~ 03292603 n 0000 | something placed at the center of something else (as on a table)
-02994573 06 n 01 center_punch 0 001 @ 04023249 n 0000 | a tool with a conical point that is used to make indentations in metal (especially to mark points for drilling)
-02994743 06 n 01 Centigrade_thermometer 0 001 @ 04421872 n 0000 | a thermometer calibrated in degrees centigrade
-02994858 06 n 03 central 0 telephone_exchange 0 exchange 1 005 @ 04602044 n 0000 #p 04402746 n 0000 + 00329831 a 0101 ~ 02995770 n 0000 ~ 04373264 n 0000 | a workplace that serves as a telecommunications facility where lines from telephones can be connected together to permit communication
-02995151 06 n 01 central_heating 0 001 @ 03509025 n 0000 | a heating system in which air or water is heated at a central furnace and sent through the building via vents or pipes and radiators
-02995345 06 n 06 central_processing_unit 0 CPU 0 C.P.U. 0 central_processor 0 processor 0 mainframe 0 006 @ 03278248 n 0000 @ 03493333 n 0000 #p 03082979 n 0000 ;c 06128570 n 0000 + 00638837 v 0501 %p 03125057 n 0000 | (computer science) the part of a computer (a microprocessor chip) that does most of the data processing; "the CPU and the memory form the central part of a computer to which the peripherals are attached"
-02995770 06 n 01 centrex 0 001 @ 02994858 n 0000 | (CENTRal EXchange) a kind of telephone exchange
-02995871 06 n 01 centrifugal_pump 0 001 @ 04021798 n 0000 | a pump that use centrifugal force to discharge fluid into a pipe
-02995998 06 n 03 centrifuge 0 extractor 1 separator 0 006 @ 02727825 n 0000 + 01458973 v 0301 + 02047263 v 0102 + 02047263 v 0101 ~ 03514129 n 0000 ~ 04506506 n 0000 | an apparatus that uses centrifugal force to separate particles from a suspension
-02996249 06 n 04 cephalexin 0 Keflex 0 Keflin 0 Keftab 0 004 @ 02996840 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 | an oral cephalosporin (trade names Keflex and Keflin and Keftab) commonly prescribe for mild to moderately severe infections of the skin or ears or throat or lungs or urinary tract
-02996570 06 n 02 cephaloglycin 0 Kafocin 0 001 @ 02716866 n 0000 | antibiotic related to cephalosporin but no longer in common use
-02996703 06 n 01 cephaloridine 0 001 @ 02716866 n 0000 | a broad spectrum semisynthetic antibiotic produced by modifying cephalosporin
-02996840 06 n 02 cephalosporin 0 Mefoxin 0 010 @ 02716866 n 0000 ;u 06845599 n 0201 ~ 02989178 n 0000 ~ 02989313 n 0000 ~ 02989475 n 0000 ~ 02989685 n 0000 ~ 02989893 n 0000 ~ 02990103 n 0000 ~ 02996249 n 0000 ~ 02997292 n 0000 | one of several broad spectrum antibiotic substances obtained from fungi and related to penicillin (trade names Mefoxin); addition of side chains has produced semisynthetic antibiotics with greater antibacterial activity
-02997292 06 n 01 cephalothin 0 001 @ 02996840 n 0000 | a semisynthetic analogue of cephalosporin
-02997391 06 n 01 ceramic 0 004 @ 03575240 n 0000 ;c 00935247 n 0000 + 03015441 a 0101 ~ 02897820 n 0000 | an artifact made of hard brittle material produced from nonmetallic minerals by firing at high temperatures
-02997607 06 n 01 ceramic_ware 0 005 @ 04516672 n 0000 ~ 03262519 n 0000 ~ 03984234 n 0000 ~ 03992703 n 0000 ~ 04326676 n 0000 | utensils made from ceramic material
-02997773 06 n 01 cerate 0 002 @ 03845550 n 0000 ~ 02946633 n 0000 | a hard medicated paste made of lard or oil mixed with wax or resin
-02997910 06 n 01 cereal_bowl 0 001 @ 02880940 n 0000 | a bowl for holding breakfast cereal
-02998003 06 n 01 cereal_box 0 001 @ 02883344 n 0000 | a paper box in which breakfast cereals are sold
-02998107 06 n 01 cerecloth 0 001 @ 03309808 n 0000 | a waterproof waxed cloth once used as a shroud
-02998209 06 n 02 cerivastatin 0 Baycol 0 002 @ 03676175 n 0000 ;u 06845599 n 0201 | an oral drug (trade name Baycol) to reduce blood cholesterol levels
-02998363 06 n 01 cervical_cap 0 001 @ 03096593 n 0000 | a contraceptive device consisting of a small thimble-shaped cup that is placed over the uterine cervix to prevent the entrance of spermatozoa
-02998563 06 n 04 cesspool 0 cesspit 0 sink 1 sump 2 001 @ 03035510 n 0000 | a covered cistern; waste water and sewage flow into it
-02998696 06 n 04 chachka 0 tsatske 0 tshatshke 0 tchotchke 0 002 @ 03069213 n 0000 ;c 06951067 n 0000 | (Yiddish) an inexpensive showy trinket
-02998841 06 n 04 chador 0 chadar 0 chaddar 0 chuddar 0 001 @ 03502331 n 0000 | a cloth used as a head covering (and veil and shawl) by Muslim and Hindu women
-02999001 06 n 01 chaff 0 002 @ 03375694 n 0000 + 02690429 a 0101 | foil in thin strips; ejected into the air as a radar countermeasure
-02999138 06 n 01 chafing_dish 0 001 @ 03101986 n 0000 | a metal pan over a heater; used to cook or to keep things warm at the table
-02999272 06 n 01 chafing_gear 0 001 @ 03122748 n 0000 | covering (usually rope or canvas) of a line or spar to protect it from friction
-02999410 06 n 01 chain 0 012 @ 03664943 n 0000 #p 03000530 n 0000 #p 03001282 n 0000 #p 02834778 n 0000 + 01288636 v 0101 ~ 02709637 n 0000 ~ 02835412 n 0000 ~ 03011018 n 0000 ~ 03374838 n 0000 ~ 03886641 n 0000 ~ 04020087 n 0000 ~ 04440963 n 0000 | a series of (usually metal) rings or links fitted into one another to make a flexible ligament
-02999757 06 n 03 chain 1 string 2 strand 1 002 @ 03814906 n 0000 + 01359432 v 0201 | a necklace made by a stringing objects together; "a string of beads"; "a strand of pearls";
-02999936 06 n 01 chain 3 001 @ 04081844 n 0000 | anything that acts as a restraint
-03000021 06 n 01 chain 4 001 @ 03814906 n 0000 | a linked or connected series of objects; "a chain of daisies"
-03000134 06 n 01 chainlink_fence 0 001 @ 03327234 n 0000 | a fence of steel wires woven into a diamond pattern
-03000247 06 n 07 chain_mail 0 ring_mail 0 mail 0 chain_armor 0 chain_armour 0 ring_armor 0 ring_armour 0 006 @ 02862048 n 0000 ;c 15259284 n 0000 ~ 02901481 n 0000 ~ 03473817 n 0000 ~ 03499468 n 0000 ~ 04539648 n 0000 | (Middle Ages) flexible armor made of interlinked metal rings
-03000530 06 n 01 chain_printer 0 002 @ 03563200 n 0000 %p 02999410 n 0000 | an impact printer that carries the type slugs by links of a revolving chain
-03000684 06 n 02 chain_saw 0 chainsaw 0 001 @ 03996145 n 0000 | portable power saw; teeth linked to form an endless chain
-03000808 06 n 01 chain_stitch 0 002 @ 04180314 n 0000 ~ 03650973 n 0000 | a looped stitch resembling the links of a chain; used in embroidery and in sewing
-03000966 06 n 01 chain_stitch 1 001 @ 03133177 n 0000 | the most basic of all crochet stitches made by pulling a loop of yarn through another loop
-03001115 06 n 01 chain_store 0 002 #m 08057816 n 0000 @ 04202417 n 0000 | one of a chain of retail stores under the same management and selling the same merchandise
-03001282 06 n 01 chain_tongs 0 004 @ 03947466 n 0000 ;u 06295235 n 0000 %p 02999410 n 0000 ~ 03001540 n 0000 | a pipe wrench used for turning large pipes; an adjustable chain circles the pipe with its ends connected to the head whose teeth engage the pipe
-03001540 06 n 01 chain_wrench 0 001 @ 03001282 n 0000 | another name for chain tongs
-03001627 06 n 01 chair 0 018 @ 04161981 n 0000 ~ 02738535 n 0000 %p 02767433 n 0000 ~ 02791124 n 0000 ~ 03002210 n 0000 ~ 03002711 n 0000 ~ 03260849 n 0000 ~ 03335333 n 0000 ~ 03376595 n 0000 ~ 03518445 n 0000 ~ 03632729 n 0000 ~ 03649674 n 0000 %p 03654826 n 0000 ~ 04099969 n 0000 ~ 04331277 n 0000 ~ 04373704 n 0000 ~ 04381450 n 0000 ~ 04576002 n 0000 | a seat for one person, with a support for the back; "he put his coat over the back of the chair and sat down"
-03002096 06 n 01 chair 2 001 @ 04161358 n 0000 | a particular seat in an orchestra; "he is second chair violin"
-03002210 06 n 01 chair_of_state 0 002 @ 03001627 n 0000 ~ 04429376 n 0000 | a ceremonial chair for an exalted or powerful person
-03002341 06 n 02 chairlift 0 chair_lift 0 001 @ 04231693 n 0000 | a ski lift on which riders (skiers or sightseers) are seated and carried up or down a mountainside; seats are hung from an endless overhead cable
-03002555 06 n 02 chaise 0 shay 0 002 @ 02968473 n 0000 %p 02937958 n 0000 | a carriage consisting of two wheels and a calash top; drawn by a single horse
-03002711 06 n 03 chaise_longue 0 chaise 1 daybed 0 001 @ 03001627 n 0000 | a long chair; for reclining
-03002816 06 n 01 chalet 0 001 @ 03544360 n 0000 | a Swiss house with a sloping roof and wide eaves or a house built in this style
-03002948 06 n 02 chalice 0 goblet 1 002 @ 03147509 n 0000 ~i 03451909 n 0000 | a bowl-shaped drinking vessel; especially the Eucharistic cup
-03003091 06 n 01 chalk 0 006 @ 04608567 n 0000 + 02673969 a 0102 + 01690163 v 0101 ~ 03234952 n 0000 ~ 04385157 n 0000 %s 14806598 n 0000 | a piece of calcite or a similar substance, usually in the shape of a crayon, that is used to write or draw on blackboards or other flat surfaces
-03003378 06 n 03 chalk_line 0 snap_line 0 snapline 0 001 @ 04337974 n 0000 | a chalked string used in the building trades to make a straight line on a vertical surface
-03003548 06 n 02 chalkpit 0 chalk_pit 0 001 @ 03949442 n 0000 | a quarry for chalk
-03003633 06 n 01 challis 0 001 @ 03309808 n 0000 | a soft lightweight fabric (usually printed)
-03003730 06 n 01 chamber 0 019 @ 03285912 n 0000 + 02656062 v 0101 ~ 02690583 n 0000 ~ 02868638 n 0000 ~ 02921884 n 0000 ~ 02937093 n 0000 ~ 02943686 n 0000 ~ 03107904 n 0000 ~ 03156405 n 0000 ~ 03348868 n 0000 ~ 03404449 n 0000 ~ 03555006 n 0000 ~ 03894051 n 0000 ~ 04080454 n 0000 ~ 04308915 n 0000 ~ 04325409 n 0000 ~ 04345595 n 0000 ~ 04448185 n 0000 ~ 04517999 n 0000 | a natural or artificial enclosed space
-03004146 06 n 01 chamber 2 003 @ 04105893 n 0000 + 02656062 v 0101 ~ 03215076 n 0000 | a room where a judge transacts business
-03004275 06 n 03 chamberpot 0 potty 0 thunder_mug 0 001 @ 04060904 n 0000 | a receptacle for urination or defecation in the bedroom
-03004409 06 n 01 chambray 0 001 @ 03309808 n 0000 | a lightweight fabric woven with white threads across a colored warp
-03004531 06 n 01 chamfer_bit 0 001 @ 02844307 n 0000 | a bit that is used for beveling
-03004620 06 n 01 chamfer_plane 0 001 @ 03954731 n 0000 | a plane that makes a beveled edge
-03004713 06 n 01 chamois_cloth 0 001 @ 03932670 n 0000 | a piece of chamois used for washing windows or cars
-03004824 06 n 03 chancel 0 sanctuary 0 bema 0 003 @ 02735688 n 0000 #p 03028079 n 0000 %p 03024064 n 0000 | area around the altar of a church for the clergy and choir; often enclosed by a lattice or railing
-03005033 06 n 01 chancellery 0 001 @ 03449564 n 0000 | a government building housing the office of a chancellor
-03005147 06 n 01 chancery 0 001 @ 02735086 n 0000 | an office of archives for public or ecclesiastic records; a court of public records
-03005285 06 n 03 chandelier 0 pendant 0 pendent 0 001 @ 03667380 n 0000 | branched lighting fixture; often ornate; hangs from the ceiling
-03005425 06 n 01 chandlery 0 001 @ 04329477 n 0000 | a storeroom where candles are kept
-03005515 06 n 01 chandlery 1 001 @ 02948072 n 0000 | candles and other commodities sold by a chandler
-03005619 06 n 05 chanfron 0 chamfron 0 testiere 0 frontstall 0 front-stall 0 001 @ 02740764 n 0000 | medieval plate armor to protect a horse's head
-03005769 06 n 01 change 0 002 @ 03051540 n 0000 + 00169458 v 0101 | a different or fresh set of clothes; "she brought a change in her overnight bag"
-03005920 06 n 01 change 1 004 @ 04424418 n 0000 + 00123170 v 0101 + 00126264 v 0101 + 00109660 v 0101 | a thing that is different; "he inspected several changes before selecting one"
-03006105 06 n 01 channel 0 004 @ 03895293 n 0000 + 01369059 v 0101 ~ 03471473 n 0000 ~ 03669367 n 0000 | a passage for water (or other fluids) to flow through; "the fields were crossed with irrigation channels"; "gutters carried off the rainwater into a series of channels under the street"
-03006398 06 n 03 channel 2 television_channel 0 TV_channel 0 001 @ 04406350 n 0000 | a television station and its programs; "a satellite TV channel"; "surfing through the channels"; "they offer more than one hundred channels"
-03006626 06 n 02 chanter 0 melody_pipe 0 003 @ 03945615 n 0000 #p 02775483 n 0000 + 01049737 v 0101 | reed pipe with finger holes on which the melody is played
-03006788 06 n 01 chantry 0 001 @ 03007130 n 0000 | a chapel endowed for singing Masses for the soul of the donor
-03006903 06 n 01 chap 0 002 @ 03655072 n 0000 ;u 06295235 n 0000 | (usually in the plural) leather leggings without a seat; joined by a belt; often have flared outer flaps; worn over trousers by cowboys to protect their legs
-03007130 06 n 01 chapel 0 005 @ 03953416 n 0000 ~ 03006788 n 0000 ~ 03633341 n 0000 ~ 04214413 n 0000 ~i 04224671 n 0000 | a place of worship that has its own altar
-03007297 06 n 03 chapterhouse 0 fraternity_house 0 frat_house 0 001 @ 03544360 n 0000 | a house used as a residence by a chapter of a fraternity
-03007444 06 n 01 chapterhouse 1 001 @ 02913152 n 0000 | a building attached to a monastery or cathedral; used as a meeting place for the chapter
-03007591 06 n 03 character_printer 0 character-at-a-time_printer 0 serial_printer 0 005 @ 04004475 n 0000 ~ 03160186 n 0000 ~ 04404200 n 0000 ~ 04432393 n 0000 ~ 04505036 n 0000 | a printer that prints a single character at a time
-03007824 06 n 02 charcoal 0 fusain 0 002 @ 04608567 n 0000 + 01693138 v 0101 | a stick of black carbon material used for drawing
-03007955 06 n 01 charcoal 1 002 @ 03234306 n 0000 + 01693138 v 0101 | a drawing made with a stick of black carbon material
-03008080 06 n 01 charcoal_burner 0 001 @ 04330340 n 0000 | a stove that burns charcoal as fuel
-03008177 06 n 01 charcuterie 0 001 @ 03173387 n 0000 | a delicatessen that specializes in meats
-03008275 06 n 04 charge 0 burster 0 bursting_charge 0 explosive_charge 0 006 @ 03304730 n 0000 + 00306017 v 0202 + 01490336 v 0102 ~ 04205983 n 0000 ~ 04507609 n 0000 ~ 14692026 n 0000 | a quantity of explosive to be set off at one time; "this cartridge has a powder charge of 50 grains"
-03008565 06 n 04 charge 1 bearing 1 heraldic_bearing 0 armorial_bearing 0 006 @ 03515338 n 0000 + 01685960 v 0101 ~ 02713992 n 0000 ~ 03015975 n 0000 ~ 03362890 n 0000 ~ 03853734 n 0000 | heraldry consisting of a design or image depicted on a shield
-03008817 06 n 01 charge-exchange_accelerator 0 001 @ 02670382 n 0000 | an accelerator in which high-energy ions escape from plasma following charge exchange
-03008976 06 n 02 charger 0 battery_charger 0 002 @ 03183080 n 0000 + 00517847 v 0101 | a device for charging or recharging batteries
-03009111 06 n 01 chariot 0 004 @ 02968473 n 0000 + 09910222 n 0101 + 01949817 v 0101 + 01906687 v 0101 | a light four-wheel horse-drawn ceremonial carriage
-03009269 06 n 01 chariot 1 004 @ 03538634 n 0000 + 09910222 n 0101 + 01949817 v 0101 + 01906687 v 0101 | a two-wheeled horse-drawn battle vehicle; used in war and races in ancient Egypt and Greece and Rome
-03009477 06 n 01 Charlestown_Navy_Yard 0 002 @i 03813704 n 0000 #p 09095751 n 0000 | the navy yard in Boston where the frigate `Constitution' is anchored
-03009633 06 n 02 charm 0 good_luck_charm 0 004 @ 00002684 n 0000 + 01130455 v 0101 ~ 02706586 n 0000 ~ 03603958 n 0000 | something believed to bring good luck
-03009794 06 n 02 charnel_house 0 charnel 0 001 @ 04523690 n 0000 | a vault or building where corpses or bones are deposited
-03009920 06 n 01 chart 0 003 @ 03720163 n 0000 + 00710803 v 0101 ~ 03811648 n 0000 | a map designed to assist navigation by air or sea
-03010057 06 n 01 charterhouse 0 001 @ 03781244 n 0000 | a Carthusian monastery
-03010138 06 n 01 Chartres_Cathedral 0 002 @i 02984061 n 0000 #p 08935516 n 0000 | a Gothic cathedral in northern France; built in 13th century
-03010283 06 n 01 chase 0 001 @ 03391301 n 0000 | a rectangular metal frame used in letterpress printing to hold together the pages or columns of composed type that are printed at one time
-03010473 06 n 01 chassis 0 002 @ 04226537 n 0000 #p 03791235 n 0000 | the skeleton of a motor vehicle consisting of a steel frame supported on springs that holds the body and motor
-03010656 06 n 01 chassis 1 002 @ 03793186 n 0000 ~ 04042076 n 0000 | a metal mounting for the circuit components of an electronic device
-03010795 06 n 01 chasuble 0 001 @ 04532106 n 0000 | a long sleeveless vestment worn by a priest when celebrating Mass
-03010915 06 n 01 chateau 0 001 @ 03118969 n 0000 | an impressive country house (or castle) in France
-03011018 06 n 01 chatelaine 0 001 @ 02999410 n 0000 | a chain formerly worn at the waist by women; for carrying a purse or bunch of keys etc.
-03011162 06 n 01 check 0 003 @ 04568298 n 0000 + 01692978 v 0101 ~ 03543945 n 0000 | a textile pattern of squares or crossed lines (resembling a checkerboard); "she wore a skirt with checks"
-03011355 06 n 02 checker 0 chequer 0 003 @ 03716327 n 0000 ;c 00502952 n 0000 ~ 03618339 n 0000 | one of the flat round pieces used in playing the game of checkers
-03011521 06 n 02 checkerboard 0 checker_board 0 006 @ 02857023 n 0000 #p 00503237 n 0000 #p 00502952 n 0000 ~ 03014317 n 0000 %p 04291511 n 0000 %p 08270417 n 0000 | a board having 64 squares of two alternating colors
-03011741 06 n 02 checkout 0 checkout_counter 0 002 @ 03116530 n 0000 + 02363742 v 0101 | a counter in a supermarket where you pay for your purchases
-03011892 06 n 02 checkroom 0 left-luggage_office 0 001 @ 04105893 n 0000 | a room where baggage or parcels are checked
-03012013 06 n 01 cheekpiece 0 002 @ 04333129 n 0000 #p 02900160 n 0000 | either of two straps of a bridle that connect the bit to the headpiece
-03012159 06 n 02 cheeseboard 0 cheese_tray 0 001 @ 04476259 n 0000 | tray on which cheeses are served
-03012263 06 n 01 cheesecake 0 001 @ 03925226 n 0000 | a photograph of an attractive woman in minimal attire
-03012373 06 n 01 cheesecloth 0 001 @ 03429914 n 0000 | a coarse loosely woven cotton gauze; originally used to wrap cheeses
-03012499 06 n 01 cheese_cutter 0 002 @ 03621049 n 0000 %p 03485997 n 0000 | a kitchen utensil (board or handle) with a wire for cutting cheese
-03012644 06 n 01 cheese_press 0 001 @ 03999992 n 0000 | a press for shaping cheese curd
-03012734 06 n 02 chemical_bomb 0 gas_bomb 0 002 @ 02866578 n 0000 @ 03013162 n 0000 | a bomb laden with chemical agents that are released when the bomb explodes
-03012897 06 n 01 chemical_plant 0 001 @ 03316406 n 0000 | an industrial plant where chemicals are produced
-03013006 06 n 01 chemical_reactor 0 002 @ 02727825 n 0000 ~ 02981565 n 0000 | an apparatus for holding substances that are undergoing a chemical reaction
-03013162 06 n 01 chemical_weapon 0 005 @ 04565963 n 0000 ~ 03012734 n 0000 ~ 03914583 n 0000 ~ 14993378 n 0000 ~ 15067877 n 0000 | chemical substances that can be delivered using munitions and dispersal devices to cause death or severe harm to people and animals and plants
-03013438 06 n 03 chemise 0 sack 1 shift 0 001 @ 03236735 n 0000 | a loose-fitting dress hanging straight from the shoulders without a waist
-03013580 06 n 05 chemise 1 shimmy 0 shift 1 slip 0 teddy 0 002 @ 04508163 n 0000 %p 04333500 n 0000 | a woman's sleeveless undergarment
-03013718 06 n 03 chemistry_lab 0 chemistry_laboratory 0 chem_lab 0 001 @ 03629986 n 0000 | a laboratory for research in chemistry
-03013850 06 n 01 chenille 0 002 @ 03309808 n 0000 %s 03013992 n 0000 | a heavy fabric woven with chenille cord; used in rugs and bedspreads
-03013992 06 n 02 chenille 1 chenille_cord 0 002 @ 03106110 n 0000 #s 03013850 n 0000 | a soft tufted cord used in embroidery
-03014119 06 n 01 cheroot 0 001 @ 03030035 n 0000 | a cigar with both ends cut flat
-03014204 06 n 01 cherry_bomb 0 001 @ 03345115 n 0000 | a red ball-shaped firecracker with high explosive power
-03014317 06 n 02 chessboard 0 chess_board 0 002 @ 03011521 n 0000 #p 07997338 n 0000 | a checkerboard used to play chess
-03014440 06 n 02 chessman 0 chess_piece 0 008 @ 03716327 n 0000 #p 07997338 n 0000 ~ 02844056 n 0000 ~ 02980625 n 0000 ~ 03618101 n 0000 ~ 03624767 n 0000 ~ 03901750 n 0000 ~ 04033287 n 0000 | any of 16 white and 16 black pieces used in playing the game of chess
-03014705 06 n 01 chest 0 014 @ 02883344 n 0000 ~i 02737467 n 0000 ~ 02937237 n 0000 ~ 02989099 n 0000 ~ 03064350 n 0000 ~ 03535024 n 0000 %p 03661340 n 0000 ~i 03881625 n 0000 ~ 04030274 n 0000 ~ 04158956 n 0000 ~ 04397168 n 0000 ~ 04452615 n 0000 ~ 04462011 n 0000 ~ 04477548 n 0000 | box with a lid; used for storage; usually large and sturdy
-03015052 06 n 01 chesterfield 0 001 @ 03456665 n 0000 | a fitted overcoat with a velvet collar
-03015149 06 n 01 chesterfield 1 001 @ 03164605 n 0000 | an overstuffed davenport with upright armrests
-03015254 06 n 04 chest_of_drawers 0 chest 1 bureau 0 dresser 0 006 @ 03405725 n 0000 ~ 03016953 n 0000 %p 03233905 n 0000 ~ 03518305 n 0000 ~ 03693860 n 0000 %p 04190052 n 0000 | furniture with drawers for keeping clothes
-03015478 06 n 01 chest_protector 0 001 @ 04015204 n 0000 | protective garment consisting of a pad worn in baseball by catchers and by football players
-03015631 06 n 02 cheval-de-frise 0 chevaux-de-frise 0 001 @ 03171356 n 0000 | defensive structure consisting of a movable obstacle composed of barbed wire or spikes attached to a wooden frame; used to obstruct cavalry
-03015851 06 n 01 cheval_glass 0 001 @ 03773035 n 0000 | a full length mirror mounted in a frame in which it can be tilted
-03015975 06 n 01 chevron 1 001 @ 03008565 n 0000 | an inverted V-shaped charge
-03016056 06 n 01 chiaroscuro 0 002 @ 03931044 n 0000 ~ 03460526 n 0000 | a monochrome picture made by using several different shades of the same color
-03016209 06 n 01 chicane 0 001 @ 03795580 n 0000 | a movable barrier used in motor racing; sometimes placed before a dangerous corner to reduce speed as cars pass in single file
-03016389 06 n 04 chicken_coop 0 coop 1 hencoop 0 henhouse 0 001 @ 03322570 n 0000 | a farm building for housing poultry
-03016511 06 n 01 chicken_farm 0 001 @ 03322099 n 0000 | farm where chickens are raised for sale
-03016609 06 n 01 chicken_wire 0 001 @ 03819595 n 0000 | a galvanized wire network with a hexagonal mesh; used to build fences
-03016737 06 n 04 chicken_yard 0 hen_yard 0 chicken_run 0 fowl_run 0 001 @ 04610503 n 0000 | an enclosed yard for keeping poultry
-03016868 06 n 01 chiffon 0 001 @ 03309808 n 0000 | a sheer fabric of silk or rayon
-03016953 06 n 02 chiffonier 0 commode 1 002 @ 03015254 n 0000 %p 03233905 n 0000 | a tall elegant chest of drawers
-03017070 06 n 01 child's_room 0 002 @ 02821627 n 0000 ~ 03836062 n 0000 | a bedroom for a child
-03017168 06 n 03 chime 0 bell 4 gong 1 005 @ 03915437 n 0000 + 02180152 v 0301 + 02182342 v 0101 ~ 02965529 n 0000 ~ 03483230 n 0000 | a percussion instrument consisting of a set of tuned bells that are struck with a hammer; used as an orchestral instrument
-03017428 06 n 01 chimney 0 006 @ 03368878 n 0000 %p 03018058 n 0000 %p 03161725 n 0000 %p 03346455 n 0000 ~ 04247175 n 0000 ~ 04330746 n 0000 | a vertical flue that provides a path through which smoke from a fire is carried away through the wall or roof of a building
-03017698 06 n 01 chimney_breast 0 001 @ 04546855 n 0000 | walls that project out from the wall of a room and surround the chimney base
-03017835 06 n 02 chimney_corner 0 inglenook 0 001 @ 03109881 n 0000 | a corner by a fireplace
-03017931 06 n 01 chimneypot 0 001 @ 03944672 n 0000 | a short earthenware pipe on the top of a chimney to increase the draft
-03018058 06 n 01 chimneystack 0 002 @ 03368878 n 0000 #p 03017428 n 0000 | the part of the chimney that is above the roof; usually has several flues
-03018209 06 n 01 china 0 003 @ 03984234 n 0000 ~ 02869155 n 0000 ~ 03125588 n 0000 | high quality porcelain originally made only in China
-03018349 06 n 02 china_cabinet 0 china_closet 0 001 @ 02933112 n 0000 | a cabinet (usually with glass doors) for storing and displaying china
-03018493 06 n 02 chinaware 0 china 1 002 @ 03133538 n 0000 ~ 04584944 n 0000 | dishware made of high quality porcelain
-03018614 06 n 01 chinchilla 0 001 @ 03058603 n 0000 | a thick twilled fabric of wool and cotton
-03018712 06 n 01 Chinese_lantern 0 001 @ 03640988 n 0000 | a collapsible paper lantern in bright colors; used for decorative purposes
-03018848 06 n 01 Chinese_puzzle 0 001 @ 04028315 n 0000 | intricate or ingenious puzzle consisting of boxes within boxes
-03018971 06 n 03 Chinese_Wall 0 Great_Wall 0 Great_Wall_of_China 0 002 @i 04051825 n 0000 #p 08723006 n 0000 | a fortification 1,500 miles long built across northern China in the 3rd century BC; it averages 6 meters in width
-03019198 06 n 01 chinning_bar 0 001 @ 02788689 n 0000 | a horizontal bar on which you can chin yourself
-03019304 06 n 01 chino 0 002 @ 03309808 n 0000 #s 03019434 n 0000 | a coarse twilled cotton fabric frequently used for uniforms
-03019434 06 n 01 chino 1 002 @ 04489008 n 0000 %s 03019304 n 0000 | trousers made with chino cloth
-03019535 06 n 01 chinoiserie 0 001 @ 03434943 n 0000 | a style in art reflecting Chinese influence; elaborately decorated and intricately patterned
-03019685 06 n 01 chin_rest 0 002 @ 04081044 n 0000 #p 04536866 n 0000 | a rest on which a violinist can place the chin
-03019806 06 n 01 chin_strap 0 001 @ 04333129 n 0000 | a strap attached to a hat; passes under the chin and holds the hat in place
-03019938 06 n 01 chintz 0 001 @ 03309808 n 0000 | a brightly printed and glazed cotton fabric
-03020034 06 n 05 chip 0 microchip 0 micro_chip 0 silicon_chip 0 microprocessor_chip 0 007 @ 04171831 n 0000 #p 03082979 n 0000 ~ 02841641 n 0000 ~ 03433247 n 0000 %p 03577090 n 0000 ~ 03744684 n 0000 ~ 03760310 n 0000 | electronic equipment consisting of a small crystal of a silicon semiconductor fabricated to carry out a number of electronic functions in an integrated circuit
-03020416 06 n 02 chip 1 poker_chip 0 002 @ 03117199 n 0000 ~ 02856013 n 0000 | a small disk-shaped counter used to represent money when gambling
-03020563 06 n 01 chip 2 002 @ 03364340 n 0000 ;c 00314469 n 0000 | a triangular wooden float attached to the end of a log line
-03020692 06 n 01 chisel 0 008 @ 03265032 n 0000 + 01259328 v 0101 ~ 02922461 n 0000 ~ 03067212 n 0000 ~ 03247495 n 0000 ~ 03349367 n 0000 ~ 04094438 n 0000 ~ 04597400 n 0000 | an edge tool with a flat steel blade with a cutting edge
-03020927 06 n 01 Chisholm_Trail 0 003 @i 02986480 n 0000 #p 09141526 n 0000 #p 09087599 n 0000 | a former cattle trail from San Antonio in Texas to Abilene in Kansas; not used after the 1880s
-03021121 06 n 01 chiton 0 001 @ 04497570 n 0000 | a woolen tunic worn by men and women in ancient Greece
-03021228 06 n 01 chlamys 0 001 @ 02955767 n 0000 | a short mantle or cape fastened at the shoulder; worn by men in ancient Greece
-03021360 06 n 01 chloral_hydrate 0 002 @ 04166553 n 0000 ~ 03627021 n 0000 | a colorless crystalline drug used as a sedative; irritates the stomach and can be addictive
-03021531 06 n 02 chlorambucil 0 Leukeran 0 002 @ 02697438 n 0000 ;u 06845599 n 0201 | an alkalating agent (trade name Leukeran) used to treat some kinds of cancer
-03021696 06 n 02 chloramine 0 chloramine-T 0 001 @ 02724207 n 0000 | any of several compounds containing chlorine and nitrogen; used as an antiseptic in wounds
-03021858 06 n 02 chloramphenicol 0 Chloromycetin 0 001 @ 02716866 n 0000 | an oral antibiotic (trade name Chloromycetin) used to treat serious infections (especially typhoid fever)
-03022041 06 n 03 chlordiazepoxide 0 Librium 0 Libritabs 0 003 @ 02830852 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | a tranquilizer (trade names Librium and Libritabs) used in the treatment of alcoholism
-03022250 06 n 01 chlorhexidine 0 001 @ 02724207 n 0000 | a long-lasting liquid antiseptic; used by surgeons to wash their hands before performing surgery
-03022406 06 n 02 chloroform 0 trichloromethane 0 003 @ 14620895 n 0000 @ 03570838 n 0000 + 00021826 v 0101 | a volatile liquid haloform (CHCl3); formerly used as an anesthetic; "chloroform was the first inhalation anesthetic"
-03022634 06 n 01 chloroquine 0 001 @ 02721948 n 0000 | an antimalarial drug used to treat malaria and amebic dysentery and systemic lupus erythematosus
-03022788 06 n 02 chlorothiazide 0 Diuril 0 003 @ 04423288 n 0000 @ 02721160 n 0000 ;u 06845599 n 0201 | a diuretic drug (trade name Diuril) used in the treatment of edema and hypertension
-03022978 06 n 03 chlorpheniramine_maleate 0 Coricidin 0 Chlor-Trimeton 0 003 @ 02720725 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an antihistamine (trade names Coricidin and Chlor-Trimeton)
-03023175 06 n 02 chlorpromazine 0 Thorazine 0 003 @ 03713736 n 0000 @ 14771643 n 0000 ;u 06845599 n 0201 | a drug (trade name Thorazine) derived from phenothiazine that has antipsychotic effects and is used as a sedative and tranquilizer
-03023415 06 n 02 chlortetracycline 0 Aureomycin 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | a yellow crystalline antibiotic (trade name Aureomycin) used to treat certain bacterial and rickettsial diseases
-03023623 06 n 03 chlorthalidone 0 Hygroton 0 Thalidone 0 001 @ 03214670 n 0000 | a diuretic (trade names Hygroton and Thalidone) used to control hypertension and conditions that cause edema; effective in lowering blood pressure to prevent heart attacks
-03023878 06 n 02 chock 0 wedge 2 004 @ 02852523 n 0000 + 01342340 v 0101 + 01218396 v 0101 ~ 04287451 n 0000 | a block of wood used to prevent the sliding or rolling of a heavy object
-03024064 06 n 01 choir 0 003 @ 02735688 n 0000 #p 03004824 n 0000 + 01730799 v 0101 | the area occupied by singers; the part of the chancel between sanctuary and nave
-03024233 06 n 01 choir_loft 0 001 @ 03411544 n 0000 | a gallery in a church occupied by the choir
-03024333 06 n 01 choke 0 004 @ 04519153 n 0000 #p 03401721 n 0000 + 00173159 v 0101 ~ 02760298 n 0000 | a valve that controls the flow of air into the carburetor of a gasoline engine
-03024518 06 n 03 choke 1 choke_coil 0 choking_coil 0 002 @ 03065708 n 0000 #p 03033362 n 0000 | a coil of low resistance and high inductance used in electrical circuits to pass direct current and attenuate alternating current
-03024746 06 n 04 choker 0 ruff 0 ruffle 0 neck_ruff 0 003 @ 03068181 n 0000 + 01570562 v 0101 ~ 03390886 n 0000 | a high tight collar
-03024882 06 n 04 choker 1 collar 1 dog_collar 2 neckband 1 004 @ 03814906 n 0000 + 01215851 v 0201 + 01215694 v 0201 + 01570562 v 0101 | necklace that fits tightly around a woman's neck
-03025070 06 n 02 chokey 0 choky 0 001 @ 04005630 n 0000 | British slang (dated) for a prison
-03025165 06 n 01 choo-choo 0 001 @ 03684823 n 0000 | a child's word for locomotive
-03025250 06 n 02 chopine 0 platform 2 001 @ 04199027 n 0000 | a woman's shoe with a very high thick sole
-03025357 06 n 01 chopping_block 0 002 @ 02852523 n 0000 %s 15098161 n 0000 | a steady wooden block on which food can be cut or diced or wood can be split
-03025513 06 n 02 chopping_board 0 cutting_board 0 001 @ 02856463 n 0000 | a wooden board where meats or vegetables can be cut
-03025641 06 n 01 chop_shop 0 001 @ 04603081 n 0000 | a place where stolen cars are disassembled for their parts
-03025755 06 n 01 chopstick 0 001 @ 04381994 n 0000 | one of a pair of slender sticks used as oriental tableware to eat food with
-03025886 06 n 01 chordophone 0 005 @ 04338517 n 0000 ~ 02776978 n 0000 ~ 03495258 n 0000 ~ 03698360 n 0000 ~ 03716966 n 0000 | a stringed instrument of the group including harps, lutes, lyres, and zithers
-03026093 06 n 01 choropleth_map 0 001 @ 03720163 n 0000 | a map that uses graded differences in shading or color or the placing of symbols inside defined areas on the map in order to indicate the average values of some property or quantity in those areas
-03026350 06 n 04 chrism 0 chrisom 0 sacramental_oil 0 holy_oil 0 001 @ 03845550 n 0000 | a consecrated ointment consisting of a mixture of oil and balsam
-03026506 06 n 01 Christmas_stocking 0 001 @ 04323819 n 0000 | a stocking that is filled with small Christmas presents
-03026626 06 n 01 Christmas_tree 0 001 @ 03169390 n 0000 | an ornamented evergreen used as a Christmas decoration
-03026741 06 n 01 chromatogram 0 001 @ 04063661 n 0000 | the recording (column or paper strip) on which the constituents of a mixture are adsorbed in chromatography
-03026907 06 n 01 chronograph 0 001 @ 04438304 n 0000 | an accurate timer for recording time
-03027001 06 n 01 chronometer 0 001 @ 03046257 n 0000 | an accurate clock (especially used in navigation)
-03027108 06 n 01 chronoscope 0 002 @ 03733925 n 0000 ~ 04437380 n 0000 | an instrument for accurate measurements of small intervals of time
-03027250 06 n 01 chuck 0 006 @ 03525827 n 0000 #p 03646296 n 0000 #p 03239726 n 0000 #p 03240140 n 0000 ~ 03070059 n 0000 %p 03594277 n 0000 | a holding device consisting of adjustable jaws that center a workpiece in a lathe or center a tool in a drill
-03027505 06 n 01 chuck_wagon 0 001 @ 04543158 n 0000 | a wagon equipped with a cookstove and provisions (for cowboys)
-03027625 06 n 02 chukka 0 chukka_boot 0 001 @ 04199027 n 0000 | a shoe that comes up to the ankle and is laced through two or three pairs of eyelets; often made of suede
-03027797 06 n 01 chum 0 001 @ 02776205 n 0000 | bait consisting of chopped fish and fish oils that are dumped overboard to attract fish
-03027935 06 n 02 chunnel 0 Channel_Tunnel 0 001 @i 04048441 n 0000 | the railroad tunnel between France and England under the English Channel
-03028079 06 n 02 church 0 church_building 0 021 @ 03953416 n 0000 ;c 01032368 n 0000 + 01783522 a 0101 + 02079151 v 0101 ~ 02667576 n 0000 %p 02701260 n 0000 %p 02731398 n 0000 ~ 02801184 n 0000 ~ 02984061 n 0000 ~ 02984203 n 0000 %p 03004824 n 0000 %p 03029197 n 0000 ~ 03618982 n 0000 %p 03633341 n 0000 %p 03809686 n 0000 %p 03813078 n 0000 %p 03999160 n 0000 %p 04104925 n 0000 %p 04214413 n 0000 %p 04471148 n 0000 %p 04532504 n 0000 | a place for public (especially Christian) worship; "the church was empty"
-03028596 06 n 01 church_bell 0 002 @ 02824448 n 0000 ;c 01032368 n 0000 | a bell in a church tower (usually sounded to summon people to church); "church bells were ringing all over town"
-03028785 06 n 01 church_hat 0 001 @ 03766322 n 0000 | a fanciful hat of the kind worn by Black women for Sunday worship
-03028907 06 n 01 Churchill_Downs 0 002 @i 03205760 n 0000 #p 09089923 n 0000 | a racetrack for thoroughbred racing in Louisville; site of the Kentucky Derby
-03029066 06 n 01 church_key 0 001 @ 02951585 n 0000 | can opener that has a triangular pointed end that pierces the tops of cans
-03029197 06 n 01 church_tower 0 002 @ 04460130 n 0000 #p 03028079 n 0000 | the tower of a church
-03029296 06 n 01 churidars 0 001 @ 04489008 n 0000 | tight trousers worn by people from the Indian subcontinent (typically with a kameez or kurta)
-03029445 06 n 02 churn 0 butter_churn 0 002 @ 04531098 n 0000 + 01418389 v 0101 | a vessel in which cream is agitated to separate butterfat from buttermilk
-03029603 06 n 04 chute 0 slide 0 slideway 0 sloping_trough 0 005 @ 03471473 n 0000 ~ 03056215 n 0000 ~ 04121142 n 0000 %p 04228844 n 0000 ~ 04558199 n 0000 | sloping channel through which things can descend
-03029812 06 n 01 cider_mill 0 001 @ 03765561 n 0000 | mill that extracts juice from apples to make apple cider
-03029925 06 n 01 ciderpress 0 001 @ 03999992 n 0000 | a press that is used to extract the juice from apples
-03030035 06 n 01 cigar 0 009 @ 04103491 n 0000 ~ 03014119 n 0000 %p 03030433 n 0000 ~ 03031306 n 0000 ~ 03038190 n 0000 ~ 03111483 n 0000 %p 03338009 n 0000 ~ 03881207 n 0000 ~ 04325335 n 0000 | a roll of tobacco for smoking
-03030262 06 n 01 cigar_band 0 001 @ 02784732 n 0000 | a narrow paper band around a cigar
-03030353 06 n 01 cigar_box 0 001 @ 02883344 n 0000 | a box for holding cigars
-03030433 06 n 01 cigar_butt 0 002 @ 02927399 n 0000 #p 03030035 n 0000 | small part of a cigar that is left after smoking
-03030557 06 n 01 cigar_cutter 0 001 @ 03154073 n 0000 | an implement for cutting the tip off of a cigar
-03030663 06 n 05 cigarette 0 cigaret 0 coffin_nail 0 butt 4 fag 0 005 @ 04103491 n 0000 %p 03030880 n 0000 ~ 03144756 n 0000 ~ 03340463 n 0000 ~ 03600806 n 0000 | finely ground tobacco wrapped in paper; for smoking
-03030880 06 n 01 cigarette_butt 0 002 @ 02927399 n 0000 #p 03030663 n 0000 | small part of a cigarette that is left after smoking
-03031012 06 n 01 cigarette_case 0 001 @ 02974697 n 0000 | a small flat case for holding cigarettes; can be carried in a purse or a pocket
-03031152 06 n 01 cigarette_holder 0 003 @ 03525454 n 0000 @ 04493505 n 0000 %p 03794957 n 0000 | a tube that holds a cigarette while it is being smoked
-03031306 06 n 01 cigarillo 0 001 @ 03030035 n 0000 | small cigar or cigarette wrapped in tobacco instead of paper
-03031422 06 n 03 cigar_lighter 0 cigarette_lighter 0 pocket_lighter 0 001 @ 03666591 n 0000 | a lighter for cigars or cigarettes
-03031553 06 n 02 cimetidine 0 Tagamet 0 003 @ 03522239 n 0000 @ 14778019 n 0000 ;u 06845599 n 0201 | a drug (trade name Tagamet) used to treat peptic ulcers by decreasing the secretion of stomach acid
-03031756 06 n 02 cinch 0 girth 0 004 @ 04295081 n 0000 #p 03494706 n 0000 + 01302982 v 0202 + 01302982 v 0101 | stable gear consisting of a band around a horse's belly that holds the saddle in place
-03031957 06 n 03 cinder_block 0 clinker_block 0 breeze_block 0 001 @ 02914813 n 0000 | a light concrete building block made with cinder aggregate; "cinder blocks are called breeze blocks in Britain"
-03032158 06 n 01 cinder_track 0 001 @ 04037625 n 0000 | a racetrack paved with fine cinders
-03032252 06 n 05 cinema 0 movie_theater 0 movie_theatre 0 movie_house 0 picture_palace 0 004 @ 04417809 n 0000 ~ 02842219 n 0000 ~ 03362293 n 0000 ~ 03798982 n 0000 | a theater where films are shown
-03032453 06 n 01 cinquefoil 0 001 @ 02973558 n 0000 | an ornamental carving consisting of five arcs arranged in a circle
-03032576 06 n 02 ciprofloxacin 0 Cipro 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | an oral antibiotic (trade name Cipro) used against serious bacterial infections of the skin or respiratory tract or urinary tract or bones or joints
-03032811 06 n 02 circle 0 round 0 005 @ 04110955 n 0000 + 01858910 v 0201 + 00676271 a 0101 + 02044278 v 0102 ~ 03208556 n 0000 | any circular or rotating mechanism; "the machine punched out metal circles"
-03033019 06 n 02 circle 2 dress_circle 0 002 @ 04162998 n 0000 #p 04417809 n 0000 | a curved section or tier of seats in a hall or theater or opera house; usually the first tier above the orchestra; "they had excellent seats in the dress circle"
-03033267 06 n 01 circlet 0 001 @ 02681518 n 0000 | decorated metal band worn around the head
-03033362 06 n 03 circuit 0 electrical_circuit 0 electric_circuit 0 026 @ 03269401 n 0000 #p 03278248 n 0000 ~ 02899808 n 0000 ~ 02900011 n 0000 %p 02955247 n 0000 %p 03024518 n 0000 ~ 03048883 n 0000 ~ 03084420 n 0000 ~ 03172965 n 0000 ~ 03326073 n 0000 ~ 03363887 n 0000 ~ 03669886 n 0000 ~ 03674270 n 0000 ~ 03848033 n 0000 ~ 04021704 n 0000 %p 04072960 n 0000 %p 04079933 n 0000 ~ 04080237 n 0000 ~ 04174394 n 0000 %p 04204755 n 0000 %p 04211001 n 0000 ~ 04293258 n 0000 ~ 04389637 n 0000 ~ 04442016 n 0000 %p 04494204 n 0000 ~ 04595855 n 0000 | an electrical device that provides a path for electrical current to flow
-03033986 06 n 06 circuit_board 0 circuit_card 0 board 4 card 1 plug-in 0 add-in 0 003 @ 04004210 n 0000 ~ 03125057 n 0000 ~ 03902220 n 0000 | a printed circuit that can be inserted into expansion slots in a computer to increase the computer's capabilities
-03034244 06 n 02 circuit_breaker 0 breaker 0 002 @ 03407369 n 0000 + 00778745 v 0201 | a device that trips like a switch and opens the circuit when overloaded
-03034405 06 n 01 circuitry 0 001 @ 03278248 n 0000 | electronic equipment consisting of a system of circuits
-03034516 06 n 02 circular_plane 0 compass_plane 0 001 @ 03954731 n 0000 | a plane with a flexible face that can plane concave or convex surfaces
-03034663 06 n 02 circular_saw 0 buzz_saw 0 003 @ 03996145 n 0000 ~ 03985441 n 0000 ~ 04380916 n 0000 | a power saw that has a steel disk with cutting teeth on the periphery; rotates on a spindle
-03034860 06 n 01 circus 0 002 @ 02736511 n 0000 %p 03035252 n 0000 | an arena consisting of an oval or circular area enclosed by tiers of seats and usually covered by a tent; "they used the elephants to help put up the circus"
-03035089 06 n 01 circus 1 003 @ 04295881 n 0000 ;r 08806897 n 0000 ;c 15253139 n 0000 | (antiquity) an open-air stadium for chariot races and gladiatorial games
-03035252 06 n 04 circus_tent 0 big_top 0 round_top 0 top 2 002 @ 02954163 n 0000 #p 03034860 n 0000 | a canvas tent to house the audience at a circus performance; "he was afraid of a fire in the circus tent"; "they had the big top up in less than an hour"
-03035510 06 n 01 cistern 0 004 @ 04078574 n 0000 @ 03982060 n 0000 ~ 02998563 n 0000 ~ 04049303 n 0000 | an artificial reservoir for storing liquids; especially an underground tank for storing rainwater
-03035715 06 n 02 cistern 1 water_tank 0 001 @ 04388743 n 0000 | a tank that holds the water used to flush a toilet
-03035832 06 n 05 cittern 0 cithern 0 cither 1 citole 0 gittern 0 001 @ 03467517 n 0000 | a 16th century musical instrument resembling a guitar with a pear-shaped soundbox and wire strings
-03036022 06 n 01 city_hall 0 001 @ 03478756 n 0000 | a building that houses administrative offices of a municipal government
-03036149 06 n 01 cityscape 0 001 @ 03876519 n 0000 | painting depicting a city or urban area
-03036244 06 n 01 city_university 0 001 @ 04511002 n 0000 | an urban university in a large city
-03036341 06 n 02 civies 0 civvies 0 002 @ 03036469 n 0000 ;u 06295235 n 0000 | civilian garb as opposed to a military uniform
-03036469 06 n 04 civilian_clothing 0 civilian_dress 0 civilian_garb 0 plain_clothes 0 003 @ 03051540 n 0000 ~ 03036341 n 0000 ~ 03797264 n 0000 | ordinary clothing as distinguished from uniforms, work clothes, clerical garb, etc.
-03036701 06 n 03 clack_valve 0 clack 0 clapper_valve 0 001 @ 04519153 n 0000 | a simple valve with a hinge on one side; allows fluid to flow in only one direction
-03036866 06 n 02 clamp 0 clinch 2 007 @ 03525827 n 0000 + 01343610 v 0101 ~ 02829246 n 0000 ~ 02988066 n 0000 ~ 03126251 n 0000 ~ 03947343 n 0000 ~ 04000480 n 0000 | a device (generally used by carpenters) that holds things firmly together
-03037108 06 n 02 clamshell 0 grapple 1 001 @ 03236580 n 0000 | a dredging bucket with hinges like the shell of a clam
-03037228 06 n 02 clapper 0 tongue 1 003 @ 04337740 n 0000 #p 02824448 n 0000 + 01237398 v 0101 | metal striker that hangs inside a bell and makes a sound by hitting the side
-03037404 06 n 01 clapperboard 0 001 @ 03926148 n 0000 | photographic equipment used to synchronize sound and motion picture; boards held in front of a movie camera are banged together
-03037590 06 n 01 clarence 0 001 @ 02968473 n 0000 | a closed carriage with four wheels and seats for four passengers
-03037709 06 n 01 clarinet 0 006 @ 04222847 n 0000 + 09926246 n 0102 + 09926246 n 0101 ~ 02803539 n 0000 ~ 02803809 n 0000 ~ 02834027 n 0000 | a single-reed instrument with a straight tube
-03037899 06 n 01 clarion 0 003 @ 02891788 n 0000 + 01733994 v 0101 + 00978055 v 0101 | a medieval brass instrument with a clear shrill tone
-03038041 06 n 02 Clark_cell 0 Clark_standard_cell 0 001 @ 04301474 n 0000 | a form of voltaic cell once used as a standard for electromotive force
-03038190 06 n 01 claro 0 001 @ 03030035 n 0000 | a cigar made with light-colored tobacco
-03038281 06 n 01 clasp 0 005 @ 03323703 n 0000 #p 02887970 n 0000 #p 02774152 n 0000 + 01548576 v 0102 + 01548290 v 0102 | a fastener (as a buckle or hook) that is used to hold two things together
-03038480 06 n 02 clasp_knife 0 jackknife 0 001 @ 03973628 n 0000 | a large knife with one or more folding blades
-03038595 06 n 01 classic 0 001 @ 03129123 n 0000 | a creation of the highest excellence
-03038685 06 n 02 classroom 0 schoolroom 0 005 @ 04105893 n 0000 #p 04146050 n 0000 ~ 03529175 n 0000 ~ 03653740 n 0000 ~ 04345201 n 0000 | a room in a school where lessons take place
-03038870 06 n 01 clavichord 0 002 @ 03614532 n 0000 @ 04338517 n 0000 | an early stringed instrument like a piano but with more delicate sound
-03039015 06 n 02 clavier 1 Klavier 0 003 @ 03614532 n 0000 @ 04338517 n 0000 ~ 03496296 n 0000 | a stringed instrument that has a keyboard
-03039156 06 n 01 claw_hatchet 0 001 @ 03498962 n 0000 | a hatchet that has a cleft for pulling nails
-03039259 06 n 01 clay_pigeon 0 001 @ 04394261 n 0000 | target used in skeet or trapshooting
-03039353 06 n 02 claymore_mine 0 claymore 0 001 @ 03639675 n 0000 | an antipersonnel land mine whose blast is aimed at the oncoming enemy
-03039493 06 n 01 claymore 1 001 @ 02904640 n 0000 | a large double-edged broadsword; formerly used by Scottish Highlanders
-03039618 06 n 01 clay_pipe 0 002 @ 03945167 n 0000 ~ 03253714 n 0000 | a pipe made of clay
-03039711 06 n 01 clean_bomb 0 001 @ 02753044 n 0000 | an atom bomb leaving little or no radioactive contamination
-03039827 06 n 02 cleaners 0 dry_cleaners 0 002 @ 04202417 n 0000 ;u 06295235 n 0000 | shop where dry cleaning is done
-03039947 06 n 03 cleaning_implement 0 cleaning_device 0 cleaning_equipment 0 008 @ 03563967 n 0000 ~ 02906734 n 0000 ~ 02967782 n 0000 ~ 03040229 n 0000 ~ 03945928 n 0000 ~ 04021164 n 0000 ~ 04292921 n 0000 ~ 04367480 n 0000 | any of a large class of implements used for cleaning
-03040229 06 n 01 cleaning_pad 0 004 @ 03872495 n 0000 @ 03039947 n 0000 ~ 04150153 n 0000 ~ 04254450 n 0000 | a pad used as a cleaning implement
-03040376 06 n 02 clean_room 0 white_room 0 002 @ 04105893 n 0000 ~ 03635516 n 0000 | a room that is virtually free of dust or bacteria; used in laboratory work and in assembly or repair of precision equipment
-03040587 06 n 03 cleansing_agent 0 cleanser 0 cleaner 0 008 @ 14873641 n 0000 + 01532589 v 0301 + 00035758 v 0201 ~ 02807998 n 0000 ~ 03176084 n 0000 ~ 03181899 n 0000 ~ 04183516 n 0000 ~ 04253437 n 0000 | a preparation used in cleaning something
-03040836 06 n 01 clearway 0 002 @ 04096066 n 0000 ;r 08860123 n 0000 | a road on which you are not allowed to stop (unless you have a breakdown)
-03040983 06 n 01 cleat 0 001 @ 04339638 n 0000 | a strip of wood or metal used to strengthen the surface to which it is attached
-03041114 06 n 01 cleat 1 002 @ 03323703 n 0000 + 01304602 v 0101 | a fastener (usually with two projecting horns) around which a rope can be secured
-03041265 06 n 01 cleat 2 004 @ 04008947 n 0000 #p 03041449 n 0000 + 02352395 v 0101 ~ 02940143 n 0000 | a metal or leather projection (as from the sole of a shoe); prevents slipping
-03041449 06 n 01 cleats 0 003 @ 04199027 n 0000 ;u 06295235 n 0000 %p 03041265 n 0000 | shoes with leather or metal projections on the soles; "the football players all wore cleats"
-03041632 06 n 03 cleaver 0 meat_cleaver 0 chopper 0 004 @ 03623556 n 0000 + 01258091 v 0301 + 01257173 v 0301 + 01556572 v 0101 | a butcher's knife having a large square blade
-03041810 06 n 02 clerestory 0 clearstory 0 001 @ 04587648 n 0000 | part of an interior wall rising above the adjacent roof with windows admitting light
-03041964 06 n 03 clerical_collar 0 Roman_collar 0 dog_collar 1 001 @ 03068181 n 0000 | a stiff white collar with no opening in the front; a distinctive symbol of the clergy
-03042139 06 n 01 clevis 0 001 @ 03119510 n 0000 | a coupler shaped like the letter U with holes through each end so a bolt or pin can pass through the holes to complete the coupling; used to attach a drawbar to a plow or wagon or trailer etc.
-03042384 06 n 01 clews 0 002 @ 03106110 n 0000 ;u 06295235 n 0000 | the cords used to suspend a hammock
-03042490 06 n 01 cliff_dwelling 0 001 @ 03259505 n 0000 | a rock and adobe dwelling built on sheltered ledges in the sides of a cliff; "the Anasazi built cliff dwellings in the southwestern United States"
-03042697 06 n 01 climbing_frame 0 002 @ 03391770 n 0000 ;r 08860123 n 0000 | a framework of bars or logs for children to climb on
-03042829 06 n 01 clinch 0 004 @ 03323703 n 0000 #p 03804744 n 0000 #p 02865665 n 0000 #p 04095342 n 0000 | the flattened part of a nail or bolt or rivet
-03042984 06 n 02 clinch 1 clench 0 006 @ 03829563 n 0000 ;c 04530566 n 0000 + 01344903 v 0101 ~ 03226660 n 0000 ~ 03573739 n 0000 ~ 03861731 n 0000 | a small slip noose made with seizing
-03043173 06 n 01 clincher 0 001 @ 04451818 n 0000 | a tool used to clinch nails or bolts or rivets
-03043274 06 n 01 clinic 0 004 @ 03739518 n 0000 #p 03540595 n 0000 + 02885529 a 0101 ~ 03210552 n 0000 | a healthcare facility for outpatient care
-03043423 06 n 02 clinical_thermometer 0 mercury-in-glass_clinical_thermometer 0 001 @ 03749807 n 0000 | a mercury thermometer designed to measure the temperature of the human body; graduated to cover a range a few degrees on either side of the normal body temperature
-03043693 06 n 02 clinker 0 clinker_brick 0 001 @ 02897820 n 0000 | a hard brick used as a paving stone
-03043798 06 n 02 clinometer 0 inclinometer 2 001 @ 04365484 n 0000 | an instrument used by surveyors in order to measure an angle of inclination or elevation
-03043958 06 n 01 clip 1 006 @ 03323703 n 0000 + 01367616 v 0101 ~ 02835551 n 0000 ~ 02915904 n 0000 ~ 03476684 n 0000 ~ 03886762 n 0000 | any of various small fasteners used to hold loose articles together
-03044166 06 n 01 clip 2 001 @ 03597469 n 0000 | an article of jewelry that can be clipped onto a hat or dress
-03044278 06 n 01 clip_art 0 001 @ 03084647 n 0000 | ready-made pieces of computerized graphic art that can be used to decorate a document
-03044418 06 n 01 clipboard 0 001 @ 04608127 n 0000 | a small writing board with a clip at the top for holding papers
-03044537 06 n 01 clip_joint 0 001 @ 04286128 n 0000 | a place of entertainment where high prices are charged for poor entertainment
-03044671 06 n 01 clip_lead 0 002 @ 03604843 n 0000 %p 02915904 n 0000 | a short piece of wire with alligator clips on both ends
-03044801 06 n 01 clip-on 0 001 @ 03183080 n 0000 | a device (as an earring, sunglasses, microphone etc.) that is attached by clips
-03044934 06 n 01 clipper 0 002 @ 04148054 n 0000 + 01456463 v 0103 | scissors for cutting hair or finger nails (often used in the plural)
-03045074 06 n 01 clipper 1 003 @ 04186848 n 0000 + 01321002 v 0102 + 01456463 v 0103 | shears for cutting grass or shrubbery (often used in the plural)
-03045228 06 n 02 clipper 2 clipper_ship 0 001 @ 04128837 n 0000 | a fast sailing ship used in former times
-03045337 06 n 01 cloak 0 017 @ 03863923 n 0000 ~ 02923535 n 0000 ~ 02936402 n 0000 ~ 02955767 n 0000 ~ 02956883 n 0000 ~ 02958264 n 0000 ~ 03103904 n 0000 ~ 03219859 n 0000 ~ 03221205 n 0000 ~ 03595055 n 0000 ~ 03849943 n 0000 ~ 03880032 n 0000 ~ 03980874 n 0000 ~ 04186455 n 0000 ~ 04445040 n 0000 ~ 04497570 n 0000 ~ 04605446 n 0000 | a loose outer garment
-03045698 06 n 01 cloak 1 002 @ 03122748 n 0000 + 02147603 v 0102 | anything that covers or conceals
-03045800 06 n 02 cloakroom 0 coatroom 0 001 @ 04105893 n 0000 | a room where coats and other articles can be left temporarily
-03045928 06 n 01 cloakroom 1 001 @ 03691817 n 0000 | a private lounge off of a legislative chamber
-03046029 06 n 01 cloche 0 001 @ 03766322 n 0000 | a woman's close-fitting hat that resembles a helmet
-03046133 06 n 01 cloche 1 001 @ 04014297 n 0000 | a low transparent cover put over young plants to protect them from cold
-03046257 06 n 01 clock 0 018 @ 04437953 n 0000 + 00490968 v 0101 ~ 02694662 n 0000 ~ 02708093 n 0000 ~i 02836766 n 0000 ~ 03027001 n 0000 %p 03046657 n 0000 ~ 03145147 n 0000 ~ 03196217 n 0000 ~ 03271260 n 0000 %p 03407865 n 0000 %p 03795758 n 0000 ~ 03909406 n 0000 ~ 04378024 n 0000 ~ 04437276 n 0000 ~ 04502059 n 0000 ~ 04548280 n 0000 ~ 04558347 n 0000 | a timepiece that shows the time of day
-03046657 06 n 02 clock_face 0 clock_dial 0 002 @ 03313602 n 0000 #p 03046257 n 0000 | the face of a clock showing hours and minutes of the day
-03046802 06 n 01 clock_pendulum 0 001 @ 03927792 n 0000 | a physical pendulum used to regulate a clockwork mechanism
-03046921 06 n 01 clock_radio 0 001 @ 04043733 n 0000 | a radio that includes a clock that can be set to turn it on automatically
-03047052 06 n 01 clock_tower 0 001 @ 04460130 n 0000 | a tower with a large clock visible high up on an outside face
-03047171 06 n 01 clockwork 0 002 @ 03738472 n 0000 %p 03712444 n 0000 | any mechanism of geared wheels that is driven by a coiled spring; resembles the works of a mechanical clock
-03047353 06 n 02 clofibrate 0 Atromid-S 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | a drug (trade name Atromid-S) that reduces lipids in the blood serum; used to treat some cardiovascular diseases
-03047553 06 n 01 clog 0 003 @ 03520811 n 0000 + 01478603 v 0101 + 00182037 v 0101 | any object that acts as a hindrance or obstruction
-03047690 06 n 04 clog 1 geta 0 patten 0 sabot 0 001 @ 03380867 n 0000 | footwear usually with wooden soles
-03047799 06 n 01 cloisonne 0 002 @ 03284981 n 0000 + 00057566 a 0102 | enamelware in which colored areas are separated by thin metal strips
-03047941 06 n 01 cloister 1 003 @ 03120198 n 0000 ;c 05946687 n 0000 + 02724126 v 0101 | a courtyard with covered walks (as in religious institutions)
-03048094 06 n 03 clomiphene 0 clomiphene_citrate 0 Clomid 0 002 @ 03329880 n 0000 ;u 06845599 n 0301 | a fertility drug (trade name Clomid) that is used to stimulate ovulation and that has been associated with multiple births
-03048322 06 n 01 clomipramine 0 001 @ 04482543 n 0000 | a tricyclic antidepressant drug
-03048412 06 n 02 clonidine 0 Catapres 0 002 @ 02721160 n 0000 ;u 06845599 n 0201 | an antihypertensive (trade name Catapres) that can be administered orally or via transdermal patches
-03048598 06 n 02 clopidogrel_bisulfate 0 Plavix 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | a blood thinner (trade name Plavix) approved for the treatment of mild heart attacks; works by preventing blood platelets from sticking together to form clots that would restrict blood flow
-03048883 06 n 02 closed_circuit 0 loop 3 003 @ 03033362 n 0000 ! 03848033 n 0101 ~ 03888808 n 0000 | a complete electrical circuit around which current flows or a signal circulates
-03049066 06 n 01 closed-circuit_television 0 004 @ 04404412 n 0000 ;c 03316406 n 0000 ;c 07006119 n 0000 ~ 04365328 n 0000 | a television system that is not used for broadcasting but is connected by cables to designated monitors (as in a factory or theater)
-03049326 06 n 02 closed_loop 0 closed-loop_system 0 001 @ 03098806 n 0000 | a control system with a feedback loop that is active
-03049457 06 n 01 closet 0 004 @ 04105893 n 0000 + 01302717 v 0101 ~ 02873839 n 0000 %p 04190052 n 0000 | a small private room for study or prayer
-03049605 06 n 01 closet_auger 0 001 @ 04248010 n 0000 | a snake used to unblock toilets
-03049695 06 n 01 closeup 0 001 @ 03925226 n 0000 | a photograph taken at close range
-03049782 06 n 01 closeup_lens 0 001 @ 02943241 n 0000 | a photographic lens with a short focal length used to take pictures at short ranges
-03049924 06 n 02 cloth_cap 0 flat_cap 0 001 @ 02954340 n 0000 | a flat woolen cap with a stiff peak
-03050026 06 n 01 cloth_covering 0 020 @ 03122748 n 0000 ~ 02721813 n 0000 ~ 02767665 n 0000 ~ 02820210 n 0000 ~ 02851939 n 0000 ~ 02876084 n 0000 ~ 02922159 n 0000 ~ 03114379 n 0000 ~ 03237639 n 0000 ~ 03268311 n 0000 ~ 03309356 n 0000 ~ 03499611 n 0000 ~ 03622698 n 0000 ~ 03641947 n 0000 ~ 03654576 n 0000 ~ 04162433 n 0000 ~ 04207151 n 0000 ~ 04231272 n 0000 ~ 04236377 n 0000 ~ 04240752 n 0000 | a covering made of cloth
-03050453 06 n 01 clothesbrush 0 001 @ 02908217 n 0000 | a brush used for cleaning clothing
-03050546 06 n 02 clothes_closet 0 clothespress 0 001 @ 04550184 n 0000 | a closet where clothes are stored
-03050655 06 n 02 clothes_dryer 0 clothes_drier 0 006 @ 03251766 n 0000 @ 04580493 n 0000 ~ 03717285 n 0000 ~ 04277826 n 0000 ~ 04496726 n 0000 ~ 04607242 n 0000 | a dryer that dries clothes wet from washing
-03050864 06 n 04 clothes_hamper 0 laundry_basket 0 clothes_basket 0 voider 0 001 @ 03482405 n 0000 | a hamper that holds dirty clothes to be washed or wet clothes to be dried
-03051041 06 n 01 clotheshorse 0 001 @ 03391770 n 0000 | a framework on which to hang clothes (as for drying)
-03051152 06 n 01 clothesline 0 001 @ 03106110 n 0000 | a cord on which clothes are hung to dry
-03051249 06 n 03 clothespin 0 clothes_pin 0 clothes_peg 0 001 @ 03323703 n 0000 | wood or plastic fastener; for holding clothes on a clothesline
-03051396 06 n 03 clothes_tree 0 coat_tree 0 coat_stand 0 001 @ 03976657 n 0000 | an upright pole with pegs or hooks on which to hang clothing
-03051540 06 n 06 clothing 0 article_of_clothing 0 vesture 0 wear 0 wearable 0 habiliment 0 043 @ 03122748 n 0000 @ 03093574 n 0000 + 00047745 v 0401 + 00050652 v 0401 + 00052374 v 0401 + 03128583 a 0301 + 00052043 v 0301 + 00049197 v 0301 + 00047945 v 0102 ~ 02671780 n 0000 ~ 02728440 n 0000 ~ 02742322 n 0000 ~ 02756098 n 0000 ~ 02814774 n 0000 ~ 02846141 n 0000 ~ 02855925 n 0000 ~ 03005769 n 0000 ~ 03036469 n 0000 ~ 03231476 n 0000 ~ 03381126 n 0000 ~ 03419014 n 0000 ~ 03456186 n 0000 ~ 03490324 n 0000 ~ 03502509 n 0000 ~ 03625943 n 0000 ~ 03655720 n 0000 ~ 03692379 n 0000 ~ 03746330 n 0000 ~ 03815482 n 0000 ~ 03825080 n 0000 ~ 03859495 n 0000 ~ 04015204 n 0000 ~ 04059157 n 0000 ~ 04241249 n 0000 ~ 04243142 n 0000 ~ 04335693 n 0000 ~ 04385079 n 0000 ~ 04446162 n 0000 ~ 04509592 n 0000 ~ 04532022 n 0000 %p 04550426 n 0000 ~ 04596852 n 0000 ~ 04600912 n 0000 | a covering designed to be worn on a person's body
-03052464 06 n 04 clothing_store 0 haberdashery 1 haberdashery_store 0 mens_store 0 002 @ 04202417 n 0000 ~ 04243251 n 0000 | a store where men's clothes are sold
-03052628 06 n 02 cloud_chamber 0 Wilson_cloud_chamber 0 001 @ 03894051 n 0000 | apparatus that detects the path of high-energy particles passing through a supersaturated vapor; each particle ionizes molecules along its path and small droplets condense on them to produce a visible track
-03052917 06 n 02 clout_nail 0 clout 1 001 @ 03804744 n 0000 | a short nail with a flat head; used to attach sheet metal to wood
-03053047 06 n 01 clove_hitch 0 001 @ 03627232 n 0000 | a knot used to fasten a line temporarily to a post or spar
-03053163 06 n 01 cloverleaf 0 001 @ 03577818 n 0000 | an interchange that does not require left-hand turns
-03053272 06 n 02 clozapine 0 Clozaril 0 001 @ 03713736 n 0000 | an antipsychotic drug (trade name Clozaril) used as a sedative and for treatment-resistant schizophrenia; know to have few side effects
-03053474 06 n 01 club 0 009 @ 04317420 n 0000 + 01423929 v 0101 ~ 02806379 n 0000 ~ 02855793 n 0000 ~ 03145384 n 0000 ~ 03567912 n 0000 ~ 03626502 n 0000 ~ 03646546 n 0000 ~ 04491388 n 0000 | stout stick that is larger at one end; "he carried a club in self defense"; "he felt as if he had been hit with a club"
-03053788 06 n 01 club 3 002 @ 03963982 n 0000 #m 03771261 n 0000 | a playing card in the minor suit that has one or more black trefoils on it; "he led a small club"; "clubs were trumps"
-03053976 06 n 02 club_car 0 lounge_car 0 001 @ 02959942 n 0000 | railroad car having a bar and tables and lounge chairs
-03054098 06 n 01 club_drug 0 005 @ 03097890 n 0000 ~ 03370020 n 0000 ~ 03414814 n 0000 ~ 03611590 n 0000 ~ 03756184 n 0000 | a controlled substance that is usually taken by young people at dance clubs and raves
-03054311 06 n 02 clubhouse 0 club 2 003 @ 02913152 n 0000 %p 03054491 n 0000 %p 04058096 n 0000 | a building that is occupied by a social club; "the clubhouse needed a new roof"
-03054491 06 n 01 clubroom 0 002 @ 04105893 n 0000 #p 03054311 n 0000 | a room used for the activities of a club
-03054605 06 n 01 cluster_bomb 0 003 @ 02866578 n 0000 %p 02868240 n 0000 %p 03390327 n 0000 | bomb consisting of a canister that is dropped from a plane and that opens to release a cluster of bomblets (usually fragmentation bombs) over a wide area; "cluster bombs cannot be targeted precisely"
-03054901 06 n 01 clutch 0 005 @ 03119510 n 0000 #p 04472243 n 0000 %p 03055159 n 0000 ~ 03393761 n 0000 ~ 03396654 n 0000 | a coupling that connects or disconnects driving and driven parts of a driving mechanism; "this year's model has an improved clutch"
-03055159 06 n 02 clutch 1 clutch_pedal 0 002 @ 03903424 n 0000 #p 03054901 n 0000 | a pedal or lever that engages or disengages a rotating shaft and a driving mechanism; "he smoothely released the clutch with one foot and stepped on the gas with the other"
-03055418 06 n 02 clutch_bag 0 clutch 2 001 @ 02774152 n 0000 | a woman's strapless purse that is carried in the hand
-03055537 06 n 01 CN_Tower 0 002 @i 04460130 n 0000 #p 08828432 n 0000 | a tower in Toronto; 1815 feet tall for broadcasting widely
-03055670 06 n 03 coach 0 four-in-hand 0 coach-and-four 0 004 @ 02968473 n 0000 + 01931262 v 0101 %p 02884450 n 0000 ~ 04297098 n 0000 | a carriage pulled by four horses with one driver
-03055857 06 n 03 coach_house 0 carriage_house 0 remise 0 001 @ 03859280 n 0000 | a small building for housing coaches and carriages and other vehicles
-03056010 06 n 02 coalbin 0 coalhole 0 001 @ 02839910 n 0000 | a bin for holding coal
-03056097 06 n 01 coal_car 0 001 @ 03393912 n 0000 | freight car with fixed sides and no roof; for transporting coal
-03056215 06 n 01 coal_chute 0 001 @ 03029603 n 0000 | a chute for coal
-03056288 06 n 01 coal_house 0 001 @ 04187547 n 0000 | a shed for storing coal
-03056368 06 n 02 coal_mine 0 coalpit 0 002 @ 03768346 n 0000 #p 03070396 n 0000 | a mine where coal is dug from the ground
-03056493 06 n 01 coal_shovel 0 001 @ 03488603 n 0000 | a hand shovel for shoveling coal
-03056583 06 n 01 coaming 0 001 @ 03391770 n 0000 | a raised framework around a hatchway on a ship to keep water out
-03056701 06 n 01 coaster 0 001 @ 04014297 n 0000 | a covering (plate or mat) that protects the surface of a table (i.e., from the condensation on a cold glass or bottle)
-03056873 06 n 01 coaster_brake 0 002 @ 02889425 n 0000 #p 02834778 n 0000 | a brake on a bicycle that engages with reverse pressure on the pedals
-03057021 06 n 01 coat 0 022 @ 03863923 n 0000 + 00051511 v 0101 ~ 02885233 n 0000 %p 02895328 n 0000 %p 03057541 n 0000 ~ 03057841 n 0000 %p 03059236 n 0000 ~ 03152830 n 0000 ~ 03254046 n 0000 ~ 03398228 n 0000 ~ 03404251 n 0000 ~ 03456665 n 0000 ~ 03589791 n 0000 ~ 03630383 n 0000 ~ 03703463 n 0000 ~ 03821898 n 0000 ~ 04049405 n 0000 ~ 04123448 n 0000 ~ 04187970 n 0000 ~ 04363777 n 0000 ~ 04455579 n 0000 %p 08583292 n 0000 | an outer garment that has sleeves and covers the body from shoulder down; worn outdoors
-03057541 06 n 01 coat_button 0 002 @ 02928608 n 0000 #p 03057021 n 0000 | a button on a coat
-03057636 06 n 01 coat_closet 0 001 @ 04550184 n 0000 | a closet for storing outerwear
-03057724 06 n 01 coatdress 0 001 @ 03236735 n 0000 | a dress that is tailored like a coat and buttons up the front
-03057841 06 n 01 coatee 0 001 @ 03057021 n 0000 | a short close-fitting coat
-03057920 06 n 03 coat_hanger 0 clothes_hanger 0 dress_hanger 0 002 @ 03490884 n 0000 %p 03532672 n 0000 | a hanger that is shaped like a person's shoulders and used to hang garments on
-03058107 06 n 02 coating 0 coat 1 022 @ 03122748 n 0000 + 01262321 v 0201 + 01264283 v 0201 + 01262321 v 0101 + 01264283 v 0101 ~ 02845985 n 0000 ~ 03058949 n 0000 ~ 03284482 n 0000 ~ 03284743 n 0000 ~ 03315990 n 0000 ~ 03342657 n 0000 ~ 03437430 n 0000 ~ 03631811 n 0000 ~ 03863657 n 0000 ~ 03875218 n 0000 ~ 03899612 n 0000 ~ 03963028 n 0000 ~ 04075715 n 0000 ~ 04159545 n 0000 ~ 04521987 n 0000 ~ 04525417 n 0000 ~ 04561857 n 0000 | a thin layer covering something; "a second coat of paint"
-03058603 06 n 01 coating 1 003 @ 03309808 n 0000 + 00051511 v 0101 ~ 03018614 n 0000 | a heavy fabric suitable for coats
-03058726 06 n 04 coat_of_arms 0 arms 1 blazon 0 blazonry 0 006 @ 03515338 n 0000 ;c 05801594 n 0000 + 01684180 v 0402 + 01684180 v 0302 %p 03131038 n 0000 ~ 04032049 n 0000 | the official symbols of a family, state, etc.
-03058949 06 n 01 coat_of_paint 0 004 @ 03875218 n 0000 @ 03058107 n 0000 ~ 03342863 n 0000 ~ 03360845 n 0000 | a layer of paint covering something else
-03059103 06 n 03 coatrack 0 coat_rack 0 hatrack 0 001 @ 04038727 n 0000 | a rack with hooks for temporarily holding coats and hats
-03059236 06 n 01 coattail 0 002 @ 03357376 n 0000 #p 03057021 n 0000 | the loose back flap of a coat that hangs below the waist
-03059366 06 n 03 coaxial_cable 0 coax 0 coax_cable 0 003 @ 02934168 n 0000 + 00768778 v 0205 ~ 03300443 n 0000 | a transmission line for high-frequency signals
-03059528 06 n 03 cobble 0 cobblestone 0 sett 0 002 @ 03901074 n 0000 + 01267475 v 0101 | rectangular paving stone with curved top; once used to make roads
-03059685 06 n 01 cobweb 0 001 @ 04275363 n 0000 | a dense elaborate spider web that is more efficient than the orb web
-03059806 06 n 02 cobweb 1 gossamer 1 002 @ 14867858 n 0000 + 00706455 a 0202 | filaments from a web that was spun by a spider
-03059934 06 n 01 cobweb 2 002 @ 03309808 n 0000 + 02413390 a 010b | a fabric so delicate and transparent as to resemble a web of a spider
-03060074 06 n 01 coca 0 003 @ 14991927 n 0000 ;c 00017222 n 0000 %s 03060294 n 0000 | dried leaves of the coca plant (and related plants that also contain cocaine); chewed by Andean people for their stimulating effect
-03060294 06 n 02 cocaine 0 cocain 0 007 @ 03492717 n 0000 #s 03060074 n 0000 + 00021679 v 0201 + 00021679 v 0202 ~ 02806274 n 0000 ~ 03066743 n 0000 ~ 03125184 n 0000 | a narcotic (alkaloid) extracted from coca leaves; used as a surface anesthetic or taken for pleasure; can become powerfully addictive
-03060599 06 n 01 cockade 0 001 @ 03169390 n 0000 | an ornament (such as a knot of ribbon or a rosette) usually worn on the hat
-03060728 06 n 04 Cockcroft_and_Walton_accelerator 0 Cockcroft-Walton_accelerator 0 Cockcroft_and_Walton_voltage_multiplier 0 Cockcroft-Walton_voltage_multiplier 0 001 @ 02670382 n 0000 | a high-voltage machine in which rectifiers charge capacitors that discharge and drive charged particles through an accelerating tube
-03061050 06 n 01 cocked_hat 0 003 @ 03497657 n 0000 ~ 02834642 n 0000 ~ 04482177 n 0000 | hat with opposing brims turned up and caught together to form points
-03061211 06 n 01 cockhorse 0 001 @ 03964744 n 0000 | anything used as a toy horse (such as a rocking horse or one knee of an adult)
-03061345 06 n 01 cockleshell 0 001 @ 04244997 n 0000 | a small light flimsy boat
-03061428 06 n 01 cockloft 0 001 @ 03686130 n 0000 | a small loft or garret
-03061505 06 n 01 cockpit 0 004 @ 03079741 n 0000 #p 02686568 n 0000 %p 02952237 n 0000 %p 03267468 n 0000 | compartment where the pilot sits while flying the aircraft
-03061674 06 n 01 cockpit 1 003 @ 04161358 n 0000 #p 04037443 n 0000 ;c 00449517 n 0000 | seat where the driver sits while driving a racing car
-03061819 06 n 01 cockpit 2 001 @ 03950113 n 0000 | a pit for cockfights
-03061893 06 n 02 cockscomb 0 coxcomb 0 001 @ 02954340 n 0000 | a cap worn by court jesters; adorned with a strip of red
-03062015 06 n 02 cocktail_dress 0 sheath 1 001 @ 03236735 n 0000 | a dress suitable for formal occasions
-03062122 06 n 01 cocktail_lounge 0 001 @ 02796995 n 0000 | a barroom in a hotel or restaurant where cocktails are served
-03062245 06 n 01 cocktail_shaker 0 001 @ 04183329 n 0000 | a shaker for mixing cocktails
-03062336 06 n 01 cocotte 0 001 @ 02978753 n 0000 | a small casserole in which individual portions can be cooked and served
-03062461 06 n 01 codeine 0 003 @ 03850746 n 0000 @ 02707683 n 0000 @ 02725242 n 0000 | derivative of opium; used as an antitussive (to relieve coughing) and an analgesic (to relieve pain)
-03062651 06 n 01 codpiece 0 002 @ 03357376 n 0000 #p 02896442 n 0000 | (15th-16th century) a flap for the crotch of men's tight-fitting breeches
-03062798 06 n 01 coelostat 0 001 @ 03851341 n 0000 | optical device used to follow the path of a celestial body and reflect its light into a telescope; has a movable and a fixed mirror
-03062985 06 n 01 coffee_can 0 001 @ 02946921 n 0000 | a can for storing ground coffee
-03063073 06 n 01 coffee_cup 0 003 @ 03147509 n 0000 ~ 03174731 n 0000 %p 03485997 n 0000 | a cup from which coffee is drunk
-03063199 06 n 01 coffee_filter 0 001 @ 03339643 n 0000 | filter (usually of paper) that passes the coffee and retains the coffee grounds
-03063338 06 n 01 coffee_maker 0 003 @ 03620052 n 0000 ~ 03297495 n 0000 ~ 04219185 n 0000 | a kitchen appliance for brewing coffee automatically
-03063485 06 n 02 coffee_mill 0 coffee_grinder 0 001 @ 03765561 n 0000 | a mill that grinds roasted coffee beans
-03063599 06 n 01 coffee_mug 0 001 @ 03797390 n 0000 | a mug intended for serving coffee
-03063689 06 n 01 coffeepot 0 004 @ 03990474 n 0000 ~ 03242506 n 0000 %p 03485997 n 0000 ~ 03915118 n 0000 | tall pot in which coffee is brewed
-03063834 06 n 01 coffee_stall 0 001 @ 04299215 n 0000 | a stand (usually movable) selling hot coffee and food (especially at night)
-03063968 06 n 02 coffee_table 0 cocktail_table 0 001 @ 04379243 n 0000 | low table where magazines can be placed and coffee or cocktails are served
-03064118 06 n 01 coffee-table_book 0 001 @ 02870092 n 0000 | an elaborate oversize book suitable for displaying on a coffee table
-03064250 06 n 01 coffee_urn 0 001 @ 04516214 n 0000 | an urn in which coffee is made and kept hot
-03064350 06 n 01 coffer 0 001 @ 03014705 n 0000 | a chest especially for storing valuables
-03064443 06 n 03 coffer 2 caisson 1 lacuna 1 001 @ 03882058 n 0000 | an ornamental sunken panel in a ceiling or dome
-03064562 06 n 01 Coffey_still 0 002 @ 04318982 n 0000 #p 03212811 n 0000 | a still consisting of an apparatus for the fractional distillation of ethanol from fermentation on an industrial scale
-03064758 06 n 02 coffin 0 casket 1 005 @ 02883344 n 0000 + 01599539 v 0201 + 01499948 v 0101 ~ 02836392 n 0000 ~ 04136045 n 0000 | box in which a corpse is buried or cremated
-03064935 06 n 02 cog 0 sprocket 1 003 @ 04452848 n 0000 #p 03430551 n 0000 + 01293918 v 0101 | tooth on the rim of gear wheel
-03065063 06 n 02 cog_railway 0 rack_railway 0 001 @ 04048568 n 0000 | railway for steep mountains; a cogwheel on the locomotive engages cogs on a center rail to provide traction
-03065243 06 n 01 coif 0 002 @ 04232153 n 0000 + 01334647 v 0101 | a skullcap worn by nuns under a veil or by soldiers under a hood of mail or formerly by British sergeants-at-law
-03065424 06 n 05 coil 0 spiral 0 volute 0 whorl 0 helix 0 007 @ 04341686 n 0000 + 02317598 a 0502 + 02317598 a 0305 + 02049190 v 0202 + 02049190 v 0103 + 01523986 v 0101 ~ 03491988 n 0000 | a structure consisting of something wound in a continuous series of loops; "a coil of rope"
-03065708 06 n 01 coil 1 011 @ 04057846 n 0000 ~ 02738271 n 0000 ~ 02750320 n 0000 ~ 03024518 n 0000 ~ 03332591 n 0000 ~ 03568818 n 0000 ~ 04002629 n 0000 ~ 04058721 n 0000 ~ 04164002 n 0000 ~ 04259202 n 0000 ~ 04432785 n 0000 | reactor consisting of a spiral of insulated wire that introduces inductance into a circuit
-03066029 06 n 01 coil 2 002 @ 04493505 n 0000 ~ 03087521 n 0000 | tubing that is wound in a spiral
-03066130 06 n 01 coil 3 001 @ 03096593 n 0000 | a contraceptive device placed inside a woman's womb
-03066232 06 n 01 coil 4 001 @ 04471315 n 0000 | a transformer that supplies high voltage to spark plugs in a gasoline engine
-03066359 06 n 02 coil_spring 0 volute_spring 0 001 @ 04288272 n 0000 | a spring in the shape of a coil
-03066464 06 n 01 coin_box 0 002 @ 04060904 n 0000 #p 04243941 n 0000 | the part of a slot machine that serves as a receptacle for the coins
-03066606 06 n 01 coin_slot 0 002 @ 04243370 n 0000 #p 04243941 n 0000 | a slot through which coins can be inserted into a slot machine
-03066743 06 n 05 coke 0 blow 0 nose_candy 0 snow 0 C 0 001 @ 03060294 n 0000 | street names for cocaine
-03066849 06 n 02 colander 0 cullender 0 001 @ 04332243 n 0000 | bowl-shaped strainer; used to wash or drain foods
-03066965 06 n 01 colchicine 0 001 @ 02707683 n 0000 | an analgesic drug derived from the saffron plant and used to treat gout
-03067093 06 n 01 cold_cathode 0 001 @ 02984699 n 0000 | a cathode that is a source of electrons without being heated
-03067212 06 n 02 cold_chisel 0 set_chisel 0 001 @ 03020692 n 0000 | narrow chisel made of steel; used to cut stone or bricks
-03067339 06 n 04 cold_cream 0 coldcream 0 face_cream 0 vanishing_cream 0 001 @ 03128519 n 0000 | a cream used cosmetically (mostly by women) for softening and cleaning the skin
-03067518 06 n 01 cold_frame 0 001 @ 04014297 n 0000 | protective covering consisting of a wooden frame with a glass top in which small plants are protected from the cold
-03067690 06 n 01 cold_medicine 0 001 @ 03740161 n 0000 | medicine intended to relieve the symptoms of the common cold
-03067810 06 n 01 cold-water_flat 0 001 @ 02726305 n 0000 | an apartment without modern conveniences
-03067912 06 n 02 collage 0 montage 0 003 @ 03897334 n 0000 @ 03931044 n 0000 ~ 03927201 n 0000 | a paste-up made by sticking together pieces of paper or photographs to form an artistic image; "he used his computer to make a collage of pictures superimposed on a map"
-03068181 06 n 02 collar 0 neckband 0 011 @ 02784218 n 0000 #p 03814112 n 0000 + 01215851 v 0101 + 01215694 v 0101 ~ 03024746 n 0000 ~ 03041964 n 0000 ~ 03301066 n 0000 %p 03315805 n 0000 ~ 03919974 n 0000 ~ 04036648 n 0000 ~ 04502364 n 0000 | a band that fits around the neck and is usually folded over
-03068486 06 n 01 collar 2 005 @ 02784218 n 0000 + 01215851 v 0101 + 01215694 v 0101 ~ 03217814 n 0000 %p 03480973 n 0000 | a band of leather or rope that is placed around an animal's neck as a harness or to identify it
-03068707 06 n 02 collar 3 shoe_collar 0 003 @ 02902250 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 | the stitching that forms the rim of a shoe or boot
-03068862 06 n 01 collar 4 001 @ 03533972 n 0000 | a short ring fastened over a rod or shaft to limit, guide, or secure a machine part
-03068998 06 n 01 collar 5 001 @ 03815482 n 0000 | anything worn or placed about the neck; "the thief was forced to wear a heavy wooden collar"; "a collar of flowers was placed about the neck of the winning horse"
-03069213 06 n 02 collectible 0 collectable 0 002 @ 03149951 n 0000 ~ 02998696 n 0000 | things considered to be worth collecting (not necessarily valuable or antique)
-03069381 06 n 01 collector 0 002 @ 03274796 n 0000 #p 04471632 n 0000 | the electrode in a transistor through which a primary flow of carriers leaves the region between the electrodes
-03069567 06 n 03 collector's_item 0 showpiece 0 piece_de_resistance 0 002 @ 03149951 n 0000 ~ 04054566 n 0000 | the outstanding item (the prize piece or main exhibit) in a collection
-03069752 06 n 01 college 0 003 @ 02914991 n 0000 + 02699524 a 0102 ~i 03163081 n 0000 | a complex of buildings in which an institution of higher education is housed
-03069919 06 n 01 collet 0 002 @ 02784998 n 0000 #p 03793186 n 0000 | a band or collar that holds an individual stone in a jewelry setting
-03070059 06 n 02 collet 2 collet_chuck 0 001 @ 03027250 n 0000 | a cone-shaped chuck used for holding cylindrical pieces in a lathe
-03070193 06 n 01 collider 0 005 @ 02670382 n 0000 + 01562733 v 0101 ~ 03277004 n 0000 ~ 04015786 n 0000 ~ 04358256 n 0000 | an accelerator in which two beams of particles are forced to collide head on
-03070396 06 n 02 colliery 0 pit 1 003 @ 04602044 n 0000 %p 03056368 n 0000 %p 03768346 n 0000 | a workplace consisting of a coal mine plus all the buildings and equipment connected with it
-03070587 06 n 01 collimator 0 002 @ 03851341 n 0000 #p 04273064 n 0000 | optical device consisting of a tube containing a convex achromatic lens at one end and a slit at the other with the slit at the focus of the lens; light rays leave the slit as a parallel beam
-03070854 06 n 01 collimator 1 002 @ 04403638 n 0000 + 00465461 v 0101 | a small telescope attached to a large telescope to use in setting the line of the larger one
-03071021 06 n 03 cologne 0 cologne_water 0 eau_de_cologne 0 001 @ 03916031 n 0000 | a perfumed liquid made of essential oils and alcohol
-03071160 06 n 01 colonnade 1 002 @ 04341686 n 0000 ~ 03917198 n 0000 | structure consisting of a row of evenly spaced columns
-03071288 06 n 01 colonoscope 0 001 @ 03286572 n 0000 | an elongated fiberoptic endoscope for examining the entire colon from cecum to rectum
-03071431 06 n 01 colophon 0 001 @ 03282591 n 0000 | a publisher's emblem printed in a book (usually on the title page)
-03071552 06 n 02 colorimeter 0 tintometer 0 002 @ 03733925 n 0000 + 02700615 a 0101 | a measuring instrument used in colorimetric analysis to determine the quantity of a substance from the color it yields with specific reagents
-03071782 06 n 01 coloring_book 0 001 @ 03931651 n 0000 | a picture book with line drawings intended to be colored with crayons by children
-03071923 06 n 02 colors 0 colours 0 003 @ 03354903 n 0000 ;u 06295235 n 0000 ~ 03290096 n 0000 | a flag that shows its nationality
-03072056 06 n 02 colors 1 colours 1 002 @ 03282591 n 0000 ;u 06295235 n 0000 | a distinguishing emblem; "his tie proclaimed his school colors"
-03072201 06 n 06 color_television 0 colour_television 0 color_television_system 0 colour_television_system 0 color_TV 0 colour_TV 0 003 @ 04404412 n 0000 %p 03072440 n 0000 ~ 03334017 n 0000 | a television that transmits images in color
-03072440 06 n 06 color_tube 0 colour_tube 0 color_television_tube 0 colour_television_tube 0 color_TV_tube 0 colour_TV_tube 0 003 @ 03617594 n 0000 #p 03072201 n 0000 ~ 04481946 n 0000 | a television tube that displays images in full color
-03072682 06 n 02 color_wash 0 colour_wash 0 001 @ 04553389 n 0000 | a wash of whitewash or other water-base paint tinted with a colored pigment
-03072828 06 n 02 Colosseum 0 Amphitheatrum_Flavium 0 002 @i 02704949 n 0000 #p 08806897 n 0000 | a large amphitheater in Rome whose construction was begun by Vespasian about AD 75 or 80
-03073016 06 n 01 Colossus_of_Rhodes 0 002 @i 04306847 n 0000 #m 04178329 n 0000 | a huge bronze statue of the sun god Helios that was built around 285 BC and that stood beside the harbor entrance on the island of Rhodes for about 50 years before it was toppled by an earthquake
-03073296 06 n 01 Colt 0 002 @ 04086273 n 0000 ;u 06851742 n 0000 | a kind of revolver
-03073384 06 n 02 colter 0 coulter 0 002 @ 04569520 n 0000 #p 03780047 n 0000 | a sharp steel wedge that precedes the plow and cuts vertically through the soil
-03073545 06 n 01 columbarium 0 001 @ 04523690 n 0000 | a sepulchral vault or other structure having recesses in the walls to receive cinerary urns
-03073694 06 n 02 columbarium 1 cinerarium 0 001 @ 04061969 n 0000 | a niche for a funeral urn containing the ashes of the cremated dead
-03073832 06 n 02 Columbia_University 0 Columbia 0 003 @i 04511002 n 0000 #p 09119277 n 0000 #m 08232706 n 0000 | a university in New York City
-03073977 06 n 02 column 0 pillar 0 014 @ 04515129 n 0000 #p 04407686 n 0000 ;c 06123363 n 0000 + 00140989 a 0101 ~ 02752810 n 0000 %p 02956247 n 0000 ~ 02974348 n 0000 ~ 03821424 n 0000 %p 03903868 n 0000 ~ 03935883 n 0000 ~ 03936269 n 0000 %p 04182708 n 0000 ~ 04360798 n 0000 %p 13864542 n 0000 | (architecture) a tall vertical cylindrical structure standing upright and used to support a structure
-03074380 06 n 02 column 1 pillar 1 003 @ 04341686 n 0000 ~ 03837869 n 0000 ~ 04458633 n 0000 | a vertical cylindrical structure standing alone and not supporting anything (such as a monument)
-03074574 06 n 02 column 2 chromatography_column 0 001 @ 04493505 n 0000 | a vertical glass tube used in column chromatography; a mixture is poured in the top and washed through a stationary substance where components of the mixture are adsorbed selectively to form colored bands
-03074855 06 n 01 comb 0 007 @ 03183080 n 0000 + 01596645 v 0101 + 00038365 v 0101 ~ 03150661 n 0000 ~ 03341035 n 0000 ~ 03973285 n 0000 %p 04452848 n 0000 | a flat device with narrow pointed teeth on one edge; disentangles or arranges hair
-03075097 06 n 01 comb 1 004 @ 04451818 n 0000 + 00038365 v 0101 ~ 03498866 n 0000 %p 04452848 n 0000 | any of several tools for straightening fibers
-03075248 06 n 01 comber 0 001 @ 03699975 n 0000 | a machine that separates and straightens the fibers of cotton or wool
-03075370 06 n 01 combination_lock 0 001 @ 03682487 n 0000 | lock that can be opened only by turning dials in a special sequence
-03075500 06 n 01 combination_plane 0 001 @ 03954731 n 0000 | a woodworking plane that has interchangeable cutters of various shapes
-03075634 06 n 01 combine 0 001 @ 03496892 n 0000 | harvester that heads and threshes and cleans grain while moving across the field
-03075768 06 n 04 comforter 1 pacifier 0 baby's_dummy 0 teething_ring 0 003 @ 03183080 n 0000 + 01765392 v 0201 + 00082308 v 0101 | device used for an infant to suck or bite on
-03075946 06 n 01 command_module 0 001 @ 03779000 n 0000 | a space module in which astronauts can live and control the spacecraft and communicate with earth
-03076104 06 n 03 command_post 0 general_headquarters 0 GHQ 0 002 @ 03504420 n 0000 ;c 08199025 n 0000 | military headquarters from which a military commander controls and organizes the forces
-03076298 06 n 01 commercial_art 0 001 @ 02743547 n 0000 | art used for commercial purposes (as in advertising)
-03076411 06 n 01 commissary 0 005 @ 04202417 n 0000 ;c 08199025 n 0000 ~ 03989447 n 0000 ~ 04242871 n 0000 ~ 04245508 n 0000 | a retail store that sells equipment and provisions (usually to military personnel)
-03076623 06 n 01 commissary 1 001 @ 04247736 n 0000 | a snack bar in a film studio
-03076708 06 n 03 commodity 0 trade_good 0 good 0 016 @ 00021939 n 0000 ~ 02800793 n 0000 ~ 03093574 n 0000 ~ 03252064 n 0000 ~ 03291243 n 0000 ~ 03306207 n 0000 ~ 03320735 n 0000 ~ 03403169 n 0000 ~ 03408721 n 0000 ~ 03564667 n 0000 ~ 03748886 n 0000 ~ 03762067 n 0000 ~ 04203889 n 0000 ~ 04284735 n 0000 ~ 04600131 n 0000 ~ 13247554 n 0000 | articles of commerce
-03077074 06 n 03 commodity_exchange 0 commodities_exchange 0 commodities_market 0 004 @ 03302487 n 0000 ~ 03408918 n 0000 %p 03949924 n 0000 ~ 04286796 n 0000 | an exchange for buying and selling commodities for future delivery
-03077304 06 n 01 Commodore_John_Barry_Bridge 0 002 @i 02953197 n 0000 #p 09135993 n 0000 | a cantilever bridge in Chester, Pennsylvania
-03077442 06 n 04 common_ax 0 common_axe 0 Dayton_ax 0 Dayton_axe 0 001 @ 02764044 n 0000 | an ax with a long handle and a head that has one cutting edge and one blunt side
-03077616 06 n 01 common_room 0 002 @ 03679712 n 0000 ;r 08860123 n 0000 | a sitting room (usually at school or university)
-03077741 06 n 01 communications_satellite 0 004 @ 04137444 n 0000 #p 03077958 n 0000 %p 04137773 n 0000 %p 04138131 n 0000 | an artificial satellite that relays signals back to earth; moves in a geostationary orbit
-03077958 06 n 02 communication_system 0 communication_equipment 0 009 @ 03315023 n 0000 #p 03569964 n 0000 %p 02872529 n 0000 %p 03077741 n 0000 ~ 03331820 n 0000 ~ 03820474 n 0000 %p 04044119 n 0000 %p 04176528 n 0000 %p 04406350 n 0000 | facility consisting of the physical plants and equipment for disseminating information
-03078287 06 n 01 communication_system 1 008 @ 04377057 n 0000 ~ 03463185 n 0000 ~ 03578055 n 0000 ~ 04018155 n 0000 ~ 04041544 n 0000 ~ 04042795 n 0000 ~ 04400289 n 0000 ~ 04402746 n 0000 | a system for communicating
-03078506 06 n 02 community_center 0 civic_center 0 001 @ 02993546 n 0000 | a center where the members of a community can gather for social or cultural activities
-03078670 06 n 01 commutator 0 002 @ 04372370 n 0000 + 00139367 v 0101 | switch for reversing the direction of an electric current
-03078802 06 n 02 commuter 0 commuter_train 0 002 @ 03896233 n 0000 + 02061846 v 0101 | a passenger train that is ridden primarily by passengers who travel regularly from one place to another
-03078995 06 n 02 compact 0 powder_compact 0 001 @ 02974697 n 0000 | a small cosmetics case with a mirror; to be carried in a woman's purse
-03079136 06 n 02 compact 1 compact_car 0 001 @ 02958343 n 0000 | a small and economical car
-03079230 06 n 03 compact_disk 0 compact_disc 0 CD 0 005 @ 03851787 n 0000 @ 04063868 n 0000 ~ 02757061 n 0000 ~ 02988486 n 0000 ~ 02988679 n 0000 | a digitally encoded recording on an optical disk that is smaller than a phonograph record; played back by a laser
-03079494 06 n 02 compact-disk_burner 0 CD_burner 0 001 @ 04063373 n 0000 | recording equipment for making compact disks
-03079616 06 n 01 companionway 0 001 @ 04298308 n 0000 | a stairway or ladder that leads from one deck to another on a ship
-03079741 06 n 01 compartment 0 025 @ 04105893 n 0000 + 00329034 a 0101 + 00483801 v 0101 + 00483801 v 0102 ~ 02812631 n 0000 ~ 02812785 n 0000 ~ 02884011 n 0000 ~ 02884225 n 0000 ~ 02931148 n 0000 ~ 02932019 n 0000 ~ 02932227 n 0000 ~ 02933462 n 0000 ~ 02934451 n 0000 ~ 02960352 n 0000 ~ 02960501 n 0000 ~ 03061505 n 0000 ~ 03116008 n 0000 ~ 03235180 n 0000 ~ 03441345 n 0000 ~ 03696065 n 0000 ~ 03779000 n 0000 ~ 03939677 n 0000 ~ 04107598 n 0000 ~ 04299370 n 0000 ~ 04572559 n 0000 | a partitioned section, chamber, or separate room within a larger enclosed area
-03080309 06 n 01 compartment 1 006 @ 13910384 n 0000 + 00483801 v 0101 + 00483801 v 0102 ~ 02991711 n 0000 ~ 03144486 n 0000 ~ 03990210 n 0000 | a space into which an area is subdivided
-03080497 06 n 01 compass 0 003 @ 03813176 n 0000 ~ 03473078 n 0000 ~ 03706229 n 0000 | navigational instrument for finding directions
-03080633 06 n 01 compass 1 001 @ 03231160 n 0000 | drafting instrument used for drawing circles
-03080731 06 n 02 compass_card 0 mariner's_compass 0 001 @ 03706229 n 0000 | compass in the form of a card that rotates so that 0 degrees or North points to magnetic north
-03080904 06 n 01 compass_saw 0 001 @ 03488188 n 0000 | a handsaw with a narrow triangular blade for cutting curves
-03081021 06 n 03 component 0 constituent 0 element 0 019 @ 03892891 n 0000 + 01856238 a 0301 + 02621395 v 0202 ~ 02671421 n 0000 ~ 02679415 n 0000 ~ 02756751 n 0000 ~ 02762044 n 0000 ~ 03142912 n 0000 ~ 03493333 n 0000 ~ 03508628 n 0000 ~ 03570709 n 0000 ~ 03573154 n 0000 ~ 03640456 n 0000 ~ 03714899 n 0000 ~ 03778600 n 0000 ~ 03952277 n 0000 ~ 04084234 n 0000 ~ 04267870 n 0000 ~ 04268799 n 0000 | an artifact that is one of the individual parts of which a composite entity is made up; especially a part that can be separated from or attached to a system; "spare components for cars"; "a component or constituent element of a system"
-03081660 06 n 01 composition 0 002 @ 03129123 n 0000 ~ 03897334 n 0000 | something that is created by arranging several things to form a unified whole; "he envied the composition of their faculty"
-03081859 06 n 01 compound 0 001 @ 03285912 n 0000 | an enclosure of residences and other building (especially in the Orient)
-03081986 06 n 01 compound_lens 0 002 @ 03656484 n 0000 ~ 02675522 n 0000 | a lens system consisting of two or more lenses on the same axis
-03082127 06 n 01 compound_lever 0 004 @ 03659292 n 0000 ~ 03836602 n 0000 ~ 03966976 n 0000 ~ 04148054 n 0000 | a pair of levers hinged at the fulcrum
-03082280 06 n 01 compound_microscope 0 002 @ 03667829 n 0000 %p 03838298 n 0000 | light microscope that has two converging lens systems: the objective and the eyepiece
-03082450 06 n 01 compress 0 002 @ 03237639 n 0000 %s 14873056 n 0000 | a cloth pad or dressing (with or without medication) applied firmly to some part of the body (to relieve discomfort or reduce fever)
-03082656 06 n 02 compression_bandage 0 tourniquet 0 001 @ 02785648 n 0000 | bandage that stops the flow of blood from an artery by applying pressure
-03082807 06 n 01 compressor 0 005 @ 03736970 n 0000 + 01387786 v 0101 ~ 02686227 n 0000 %p 03156405 n 0000 ~ 04357930 n 0000 | a mechanical device that compresses gasses
-03082979 06 n 06 computer 0 computing_machine 0 computing_device 0 data_processor 0 electronic_computer 0 information_processing_system 0 055 @ 03699975 n 0000 #p 03962685 n 0000 ;c 06128570 n 0000 + 00637259 v 0104 + 02337364 v 0101 + 02218759 v 0101 + 01718952 v 0102 + 02337364 v 0102 + 02218759 v 0102 + 01718952 v 0103 -c 00509039 a 0000 -c 00509206 a 0000 -c 01091995 a 0000 -c 00145929 n 0000 ~ 02708224 n 0000 %p 02924713 n 0000 %p 02985137 n 0000 %p 02995345 n 0000 %p 03020034 n 0000 %p 03084204 n 0000 %p 03084420 n 0000 -c 03092656 n 0000 %p 03163798 n 0000 ~ 03196324 n 0000 %p 03209141 n 0000 %p 03209910 n 0000 -c 03314608 n 0000 %p 03493333 n 0000 ~ 03528523 n 0000 %p 03614007 n 0000 %p 03744276 n 0000 -c 03778817 n 0000 %p 03782190 n 0000 ~ 03827107 n 0000 ~ 03835582 n 0000 ~ 03890514 n 0000 %p 03916720 n 0000 -c 03967396 n 0000 ~ 03998867 n 0000 -c 04151228 n 0000 ~ 04175147 n 0000 -c 04243727 n 0000 -c 04429756 n 0000 ~ 04499180 n 0000 -c 04539053 n 0000 -c 05728493 n 0000 -c 05799761 n 0000 -c 05799952 n 0000 -c 06128570 n 0000 -c 06278830 n 0000 ~ 06359193 n 0000 -c 06636806 n 0000 -c 07341860 n 0000 -c 07421859 n 0000 -c 01694620 v 0000 | a machine for performing calculations automatically
-03084204 06 n 01 computer_accessory 0 002 @ 02671421 n 0000 #p 03082979 n 0000 | an accessory for a computer; "when you add in all the computer accessories you are going to need the computer gets pretty expensive"
-03084420 06 n 01 computer_circuit 0 008 @ 03033362 n 0000 #p 03082979 n 0000 ;c 06128570 n 0000 ~ 03427656 n 0000 ~ 03577090 n 0000 ~ 03578656 n 0000 ~ 03778817 n 0000 ~ 04004210 n 0000 | a circuit that is part of a computer
-03084647 06 n 01 computer_graphics 0 004 @ 03453985 n 0000 ~ 03044278 n 0000 -c 03391613 n 0000 -c 05665421 n 0000 | the pictorial representation and manipulation of data by a computer
-03084834 06 n 02 computerized_axial_tomography_scanner 0 CAT_scanner 0 001 @ 04450243 n 0000 | a tomograph that constructs a 3-D model of an object by combining parallel planes
-03085013 06 n 02 computer_keyboard 0 keypad 0 002 @ 03614007 n 0000 @ 03163973 n 0000 | a keyboard that is a data input device for computers; arrangement of keys is modelled after the typewriter keyboard
-03085219 06 n 01 computer_monitor 0 001 @ 03782190 n 0000 | a device that displays signals on a computer screen
-03085333 06 n 01 computer_network 0 010 @ 03820728 n 0000 ;c 06128570 n 0000 ~ 03577474 n 0000 ~ 03580615 n 0000 ~ 03581756 n 0000 ~ 03681477 n 0000 %p 03827107 n 0000 %p 04175147 n 0000 ~ 04583477 n 0000 ~ 04604276 n 0000 | (computer science) a network of computers
-03085602 06 n 02 computer_screen 0 computer_display 0 003 @ 04152593 n 0000 ~ 04458843 n 0000 %p 04588739 n 0000 | a screen used to display the output of a computer to the user
-03085781 06 n 01 computer_store 0 001 @ 04202417 n 0000 | a store that sells computers to the small businessperson or personal user
-03085915 06 n 05 computer_system 0 computing_system 0 automatic_data_processing_system 0 ADP_system 0 ADPS 0 004 @ 04377057 n 0000 ~ 02772101 n 0000 %p 03842377 n 0000 ~ 03962685 n 0000 | a system of one or more computers and associated software with common storage
-03086183 06 n 02 concentration_camp 0 stockade 0 006 @ 02945379 n 0000 ~i 02758600 n 0000 ~i 02827466 n 0000 ~i 02909543 n 0000 ~i 03158259 n 0000 ~ 03166685 n 0000 | a penal camp where political prisoners or prisoners of war are confined (usually under harsh conditions)
-03086457 06 n 02 concert_grand 0 concert_piano 0 001 @ 03452741 n 0000 | a grand piano suitable for concert performances
-03086580 06 n 01 concert_hall 0 001 @ 03478907 n 0000 | a hall where concerts are given
-03086670 06 n 01 concertina 0 003 @ 03393324 n 0000 + 02083694 v 0101 ~ 02786736 n 0000 | free-reed instrument played like an accordion by pushing its ends together to force air through the reeds
-03086868 06 n 01 concertina 1 001 @ 02790823 n 0000 | coiled barbed wire used as an obstacle
-03086963 06 n 01 concourse 0 001 @ 03479952 n 0000 | a wide hallway in a building where people can walk
-03087069 06 n 02 concrete_mixer 0 cement_mixer 0 001 @ 03699975 n 0000 | a machine with a large revolving drum in which cement is mixed with other materials to make concrete
-03087245 06 n 02 condensation_pump 0 diffusion_pump 0 001 @ 02692513 n 0000 | vacuum pump used to obtain a high vacuum
-03087366 06 n 02 condenser 0 optical_condenser 0 003 @ 03656484 n 0000 + 00244625 v 0102 ~ 02667244 n 0000 | lens used to concentrate light on an object
-03087521 06 n 01 condenser 2 002 @ 03066029 n 0000 + 00366275 v 0101 | a hollow coil that condenses by abstracting heat
-03087643 06 n 01 condenser 3 005 @ 02727825 n 0000 #p 04318982 n 0000 + 00366275 v 0101 ~ 03662301 n 0000 ~ 04069582 n 0000 | an apparatus that converts vapor into liquid
-03087816 06 n 02 condenser_microphone 0 capacitor_microphone 0 001 @ 03759954 n 0000 | microphone consisting of a capacitor with one plate fixed and the other forming the diaphragm moved by sound waves
-03088020 06 n 01 conditioner 0 002 @ 15055936 n 0000 + 00041687 v 0101 | a substance used in washing (clothing or hair) to make things softer
-03088164 06 n 05 condom 0 rubber 1 safety 1 safe 1 prophylactic 0 002 @ 03096593 n 0000 + 01887819 a 0502 | contraceptive device consisting of a sheath of thin rubber or latex that is worn over the penis during intercourse
-03088389 06 n 01 condominium 0 002 @ 03546340 n 0000 %p 03088580 n 0000 | housing consisting of a complex of dwelling units (as an apartment house) in which each unit is individually owned
-03088580 06 n 02 condominium 1 condo 0 002 @ 03259505 n 0000 #p 03088389 n 0000 | one of the dwelling units in a condominium
-03088707 06 n 01 conductor 0 012 @ 03183080 n 0000 + 02079933 v 0102 ~ 02924713 n 0000 ~ 02934168 n 0000 ~ 03106898 n 0000 ~ 03274796 n 0000 ~ 03510244 n 0000 ~ 03668067 n 0000 ~ 04171831 n 0000 ~ 04211001 n 0000 ~ 04564413 n 0000 ~ 04594489 n 0000 | a device designed to transmit electricity, heat, etc.
-03089014 06 n 01 conduit 0 009 @ 03895293 n 0000 ~ 02732433 n 0000 ~ 03253398 n 0000 ~ 03368878 n 0000 ~ 03766816 n 0000 ~ 04244379 n 0000 ~ 04277034 n 0000 ~ 04493505 n 0000 ~ 04562496 n 0000 | a passage (a pipe or tunnel) through which water or electric wires can pass; "the computers were connected through a system of conduits"
-03089348 06 n 01 cone 0 004 @ 00021939 n 0000 + 02844728 a 0101 + 02844728 a 0102 + 01584321 v 0101 | any cone-shaped artifact
-03089477 06 n 02 cone_clutch 0 cone_friction_clutch 0 001 @ 03396654 n 0000 | a friction clutch in which the frictional surfaces are cone-shaped
-03089624 06 n 03 confectionery 0 confectionary 0 candy_store 0 002 @ 04202417 n 0000 ~ 04495450 n 0000 | a confectioner's shop
-03089753 06 n 02 conference_center 0 conference_house 0 001 @ 02993546 n 0000 | a center where conferences can be conducted
-03089879 06 n 01 conference_room 0 002 @ 04105893 n 0000 %p 03090000 n 0000 | a room in which a conference can be held
-03090000 06 n 03 conference_table 0 council_table 0 council_board 0 002 @ 04379243 n 0000 #p 03089879 n 0000 | the table that conferees sit around as they hold a meeting
-03090172 06 n 01 confessional 0 001 @ 02873839 n 0000 | a booth where a priest sits to hear confessions
-03090278 06 n 01 confetti 0 001 @ 14974264 n 0000 | small pieces or streamers of colored paper that are thrown around on festive occasions (as at a wedding)
-03090437 06 n 02 conformal_projection 0 orthomorphic_projection 0 001 @ 03720443 n 0000 | a map projection in which a small area is rendered in its true shape
-03090598 06 n 02 conge 0 congee 0 002 @ 03780392 n 0000 ;c 06123363 n 0000 | (architecture) a concave molding
-03090710 06 n 03 congress_boot 0 congress_shoe 0 congress_gaiter 0 001 @ 04199027 n 0000 | an ankle high shoe with elastic gussets in the sides
-03090856 06 n 02 conic_projection 0 conical_projection 0 002 @ 03720443 n 0000 ~ 03979212 n 0000 | a map projection of the globe onto a cone with its point over one of the earth's poles
-03091044 06 n 01 connecting_rod 0 002 @ 04100174 n 0000 ~ 03949317 n 0000 | a rod that transmits motion (especially one that connects a rotating wheel to a reciprocating shaft)
-03091223 06 n 01 connecting_room 0 001 @ 03542860 n 0000 | a hotel room that shares a wall with an adjoining room and is connected by a private door
-03091374 06 n 05 connection 0 connexion 0 connector 0 connecter 0 connective 0 017 @ 03575240 n 0000 + 01354673 v 0401 + 01421122 v 0303 + 01354673 v 0301 + 01421122 v 0203 + 01421122 v 0103 ~ 02755352 n 0000 ~ 02768433 n 0000 ~ 03462747 n 0000 ~ 03522863 n 0000 ~ 03533654 n 0000 ~ 03604629 n 0000 ~ 03605915 n 0000 ~ 04241573 n 0000 ~ 04402057 n 0000 ~ 04408871 n 0000 ~ 04613158 n 0000 | an instrumentality that connects; "he soldered the connection"; "he didn't have the right connector between the amplifier and the speakers"
-03091907 06 n 01 conning_tower 0 002 @ 02899257 n 0000 #p 04347754 n 0000 | a raised bridge on a submarine; often used for entering and exiting
-03092053 06 n 01 conning_tower 1 002 @ 03939677 n 0000 #p 04552696 n 0000 | an armored pilothouse on a warship
-03092166 06 n 03 conservatory 0 hothouse 0 indoor_garden 0 001 @ 03457902 n 0000 | a greenhouse in which plants are arranged in a pleasing manner
-03092314 06 n 02 conservatory 1 conservatoire 0 003 @ 04146050 n 0000 ~ 02746978 n 0000 ~ 03801671 n 0000 | a schoolhouse with special facilities for fine arts
-03092476 06 n 01 console 1 001 @ 02888569 n 0000 | an ornamental scroll-shaped bracket (especially one used to support a wall fixture); "the bust of Napoleon stood on a console"
-03092656 06 n 01 console 2 002 @ 04147495 n 0000 ;c 03082979 n 0000 | a scientific instrument consisting of displays and an input device that an operator can use to monitor and control a system (especially a computer system)
-03092883 06 n 02 console_table 0 console 3 001 @ 04379243 n 0000 | a small table fixed to a wall or designed to stand against a wall
-03093018 06 n 02 Constitution 0 Old_Ironsides 0 001 @i 04129490 n 0000 | a United States 44-gun frigate that was one of the first three naval ships built by the United States; it won brilliant victories over British frigates during the War of 1812 and is without doubt the most famous ship in the history of the United States Navy; it has been rebuilt and is anchored in the Charlestown Navy Yard in Boston
-03093427 06 n 01 consulate 0 002 @ 03203806 n 0000 + 03056304 a 0101 | diplomatic building that serves as the residence or workplace of a consul
-03093574 06 n 01 consumer_goods 0 006 @ 03076708 n 0000 ;u 06295235 n 0000 ~ 03051540 n 0000 ~ 03257877 n 0000 ~ 03323593 n 0000 ~ 03461119 n 0000 | goods (as food or clothing) intended for direct use or consumption
-03093792 06 n 02 contact 0 tangency 0 010 @ 03605915 n 0000 ;c 06099269 n 0000 ~ 03213826 n 0000 ~ 03269073 n 0000 ~ 03971960 n 0000 ~ 04204755 n 0000 ~ 04261369 n 0000 ~ 04413151 n 0000 ~ 04476972 n 0000 ~ 04593866 n 0000 | (electronics) a junction where things (as two electrical conductors) touch or are in physical contact; "they forget to solder the contacts"
-03094159 06 n 02 contact 1 contact_lens 0 001 @ 03656484 n 0000 | a thin curved glass or plastic lens designed to fit over the cornea in order to correct vision or to deliver medication
-03094347 06 n 01 contact_print 0 001 @ 04003597 n 0000 | a print made by exposing a photosensitive surface to direct contact with a photographic negative
-03094503 06 n 01 container 0 055 @ 03575240 n 0000 + 02700867 v 0104 + 01482744 v 0101 + 01482744 v 0102 ~ 02773037 n 0000 ~ 02774152 n 0000 ~ 02801938 n 0000 ~ 02839910 n 0000 ~ 02881397 n 0000 ~ 02883344 n 0000 ~ 02893692 n 0000 ~ 02920658 n 0000 ~ 02946921 n 0000 ~ 02949542 n 0000 ~ 02957755 n 0000 ~ 02964843 n 0000 ~ 02974697 n 0000 ~ 02975212 n 0000 ~ 02978881 n 0000 ~ 03147509 n 0000 ~ 03156279 n 0000 ~ 03191286 n 0000 ~ 03206908 n 0000 ~ 03210683 n 0000 ~ 03233905 n 0000 ~ 03256032 n 0000 ~ 03284308 n 0000 ~ 03291819 n 0000 ~ 03438257 n 0000 ~ 03450974 n 0000 ~ 03705808 n 0000 ~ 03710528 n 0000 ~ 03717131 n 0000 ~ 03733644 n 0000 ~ 03779370 n 0000 ~ 03871083 n 0000 ~ 03880323 n 0000 ~ 03973945 n 0000 ~ 03991062 n 0000 ~ 03994614 n 0000 ~ 04060904 n 0000 ~ 04074185 n 0000 ~ 04131499 n 0000 ~ 04139859 n 0000 ~ 04158002 n 0000 ~ 04183329 n 0000 ~ 04284002 n 0000 ~ 04328703 n 0000 ~ 04423845 n 0000 ~ 04436992 n 0000 ~ 04531098 n 0000 ~ 04555700 n 0000 ~ 04560292 n 0000 ~ 04576211 n 0000 ~ 04600312 n 0000 | any object that can be used to hold things (especially a large metal boxlike object of standardized dimensions that can be loaded from one form of transport to another)
-03095699 06 n 03 container_ship 0 containership 0 container_vessel 0 001 @ 02965300 n 0000 | a cargo ship designed to hold containerized cargoes; "the weight of the documentation of all the consignments on board a contemporary container ship can exceed 90 pounds"
-03095965 06 n 01 containment 0 002 @ 04377057 n 0000 ;c 06090869 n 0000 | (physics) a system designed to prevent the accidental release of radioactive material from a reactor
-03096142 06 n 02 contour_map 0 relief_map 0 001 @ 03720163 n 0000 | a map having contour lines through points of equal elevation
-03096273 06 n 01 contraband 0 003 @ 03748886 n 0000 + 01402580 a 0104 + 10615334 n 0103 | goods whose importation or exportation or possession is prohibited by law
-03096439 06 n 03 contrabassoon 0 contrafagotto 0 double_bassoon 0 001 @ 02804610 n 0000 | the bassoon that is the largest instrument in the oboe family
-03096593 06 n 06 contraceptive 0 preventive 2 preventative 2 contraceptive_device 0 prophylactic_device 0 birth_control_device 0 010 @ 03183080 n 0000 + 01763813 a 0201 ~ 02998363 n 0000 ~ 03066130 n 0000 ~ 03088164 n 0000 ~ 03189461 n 0000 ~ 03582096 n 0000 ~ 03785843 n 0000 ~ 03936895 n 0000 ~ 04274396 n 0000 | an agent or device intended to prevent conception
-03096960 06 n 02 control 0 controller 0 011 @ 03738472 n 0000 + 01224744 v 0102 ~ 03140652 n 0000 ~ 03187153 n 0000 ~ 03209477 n 0000 ~ 03450018 n 0000 ~ 03490449 n 0000 ~ 03602883 n 0000 ~ 04072193 n 0000 ~ 04372370 n 0000 ~ 04519153 n 0000 | a mechanism that controls the operation of a machine; "the speed controller on his turntable was not working properly"; "I turned the controls over to her"
-03097362 06 n 01 control_center 0 001 @ 02993546 n 0000 | the operational center for a group of related activities; "the general in command never left the control center"
-03097535 06 n 02 control_circuit 0 negative_feedback_circuit 0 001 @ 03326073 n 0000 | a feedback circuit that subtracts from the input
-03097673 06 n 02 control_key 0 command_key 0 002 @ 03613592 n 0000 ;c 06128570 n 0000 | (computer science) the key on a computer keyboard that is used (in combination with some other key) to type control characters
-03097890 06 n 01 controlled_substance 0 007 @ 03247620 n 0000 ~ 02949691 n 0000 ~ 03054098 n 0000 ~ 03492717 n 0000 ~ 03699396 n 0000 ~ 03754295 n 0000 ~ 03850966 n 0000 | a drug or chemical substance whose possession and use are controlled by law
-03098140 06 n 05 control_panel 0 instrument_panel 0 control_board 0 board 2 panel 1 003 @ 03269401 n 0000 ~ 03163222 n 0000 %p 06874688 n 0000 | electrical device consisting of a flat insulated surface that contains switches and dials and meters for controlling other electrical devices; "he checked the instrument panel"; "suddenly the board lit up like a Christmas tree"
-03098515 06 n 01 control_rod 0 002 @ 04100174 n 0000 #p 03834040 n 0000 | a steel or aluminum rod that can be moved up or down to control the rate of the nuclear reaction
-03098688 06 n 01 control_room 0 001 @ 04105893 n 0000 | a room housing control equipment (as in a recording studio)
-03098806 06 n 01 control_system 0 003 @ 04377057 n 0000 ~ 03049326 n 0000 ~ 04176295 n 0000 | a system for controlling the operation of another system
-03098959 06 n 01 control_tower 0 002 @ 04460130 n 0000 #p 02692232 n 0000 | a tower with an elevated workspace enclosed in glass for the visual observation of aircraft around an airport
-03099147 06 n 01 convector 0 001 @ 03508101 n 0000 | a space heater that transfers heat to the surrounding air by convection
-03099274 06 n 01 convenience_store 0 001 @ 04202417 n 0000 | a store selling a limited variety of food and pharmaceutical items; open long hours for the convenience of customers
-03099454 06 n 01 convent 0 005 @ 04073948 n 0000 + 02578894 a 0103 ~ 02667478 n 0000 %p 02991555 n 0000 ~ 03835853 n 0000 | a religious residence especially for nuns
-03099622 06 n 02 conventicle 0 meetinghouse 0 001 @ 03953416 n 0000 | a building for religious assembly (especially Nonconformists, e.g., Quakers)
-03099771 06 n 02 converging_lens 0 convex_lens 0 002 @ 03656484 n 0000 ~ 04355933 n 0000 | lens such that a beam of light passing through it is brought to a point or focus
-03099945 06 n 02 converter 0 convertor 0 010 @ 03183080 n 0000 + 00115157 v 0201 + 00114837 v 0101 + 00381013 v 0101 ~ 02831998 n 0000 ~ 02981321 n 0000 ~ 03163798 n 0000 ~ 03269203 n 0000 ~ 03277602 n 0000 ~ 04457767 n 0000 | a device for changing one substance or form or state into another
-03100240 06 n 01 convertible 0 001 @ 02958343 n 0000 | a car that has top that can be folded or removed
-03100346 06 n 02 convertible 1 sofa_bed 0 003 @ 04256520 n 0000 ~ 03164605 n 0000 ~ 04344873 n 0000 | a sofa that can be converted into a bed
-03100490 06 n 02 conveyance 0 transport 0 017 @ 03575240 n 0000 + 01435380 v 0203 + 01953810 v 0201 ~ 03219612 n 0000 ~ 03219732 n 0000 ~ 03538179 n 0000 ~ 03678362 n 0000 ~ 03709644 n 0000 ~ 04019101 n 0000 ~ 04103918 n 0000 ~ 04196502 n 0000 ~ 04214282 n 0000 ~ 04231693 n 0000 ~ 04406687 n 0000 ~ 04467307 n 0000 ~ 04469813 n 0000 ~ 04524313 n 0000 | something that serves as a means of transportation
-03100897 06 n 05 conveyer_belt 0 conveyor_belt 0 conveyer 0 conveyor 0 transporter 1 006 @ 02827883 n 0000 #p 04008385 n 0000 ;c 03316406 n 0000 + 01449974 v 0501 + 02077656 v 0302 ~ 02966372 n 0000 | a moving belt that transports objects (as in a factory)
-03101156 06 n 01 cooker 0 005 @ 03101986 n 0000 + 01664172 v 0101 + 00323377 v 0101 ~ 03133878 n 0000 ~ 03983712 n 0000 | a utensil for cooking
-03101302 06 n 01 cookfire 0 001 @ 03343560 n 0000 | a fire for cooking
-03101375 06 n 01 cookhouse 1 001 @ 04191595 n 0000 | a detached or outdoor shelter for cooking; "the circus used a tent as their cookhouse"
-03101517 06 n 01 cookie_cutter 0 001 @ 03621049 n 0000 | a kitchen utensil used to cut a sheet of cookie dough into desired shapes before baking
-03101664 06 n 02 cookie_jar 0 cooky_jar 0 001 @ 03593526 n 0000 | a jar in which cookies are kept (and sometimes money is hidden)
-03101796 06 n 02 cookie_sheet 0 baking_tray 0 002 @ 03101986 n 0000 ;u 08860123 n 0204 | a cooking utensil consisting of a flat rectangular metal sheet used for baking cookies or biscuits
-03101986 06 n 02 cooking_utensil 0 cookware 0 014 @ 03621049 n 0000 ~ 02805283 n 0000 ~ 02999138 n 0000 ~ 03101156 n 0000 ~ 03101796 n 0000 ~ 03284981 n 0000 ~ 03458422 n 0000 ~ 03459328 n 0000 ~ 03880531 n 0000 ~ 03972372 n 0000 ~ 03990474 n 0000 ~ 04229959 n 0000 ~ 04309548 n 0000 ~ 04500060 n 0000 | a kitchen utensil made of material that does not melt easily; used for cooking
-03102371 06 n 01 cookstove 0 002 @ 04330340 n 0000 %p 04557111 n 0000 | a stove for cooking (especially a wood- or coal-burning kitchen stove)
-03102516 06 n 01 coolant_system 0 001 @ 03102859 n 0000 | a cooling system that uses a fluid to transfer heat from one place to another
-03102654 06 n 02 cooler 0 ice_chest 0 002 @ 04070727 n 0000 + 00370412 v 0101 | a refrigerator for cooling liquids
-03102771 06 n 02 cooler 1 tank 3 001 @ 02991302 n 0000 | a cell for violent prisoners
-03102859 06 n 02 cooling_system 0 cooling 0 008 @ 03738472 n 0000 + 00370412 v 0201 ~ 02686379 n 0000 ~ 03102516 n 0000 ~ 03103396 n 0000 ~ 03301833 n 0000 ~ 04070545 n 0000 %p 04561965 n 0000 | a mechanism for keeping something cool; "the cooling was overhead fans"
-03103128 06 n 02 cooling_system 1 engine_cooling_system 0 008 @ 03294048 n 0000 #p 03791235 n 0000 %p 03320046 n 0000 %p 03320262 n 0000 %p 04021798 n 0000 %p 04040759 n 0000 %p 04041408 n 0000 %p 04422875 n 0000 | equipment in a motor vehicle that cools the engine
-03103396 06 n 01 cooling_tower 0 001 @ 03102859 n 0000 | a cooling system used in industry to cool hot water (by partial evaporation) before reusing it as a coolant
-03103563 06 n 02 coonskin_cap 0 coonskin 0 001 @ 02954340 n 0000 | a raccoon cap with the tail hanging down the back
-03103682 06 n 02 Cooper_Union 0 Cooper_Union_for_the_Advancement_of_Science_and_Art 0 002 @i 04511002 n 0000 #p 09119277 n 0000 | university founded in 1859 by Peter Cooper to offer free courses in the arts and sciences
-03103904 06 n 01 cope 1 001 @ 03045337 n 0000 | a long cloak; worn by a priest or bishop on ceremonial occasions
-03104019 06 n 01 coping_saw 0 001 @ 03488188 n 0000 | a handsaw with a taut thin blade; used for cutting small curves in wood
-03104147 06 n 01 copper_mine 0 001 @ 03768346 n 0000 | a mine where copper is dug from the ground
-03104247 06 n 02 copperplate 0 copperplate_engraving 0 001 @ 03289025 n 0000 | an engraving consisting of a smooth plate of copper that has been etched or engraved
-03104413 06 n 01 copperplate 1 001 @ 04003597 n 0000 | a print made from an engraved copperplate
-03104512 06 n 01 copperware 0 001 @ 04516672 n 0000 | utensils made with copper
-03104594 06 n 01 copy 0 018 @ 04076846 n 0000 + 01693881 v 0101 + 01742886 v 0102 ~ 02708885 n 0000 ~ 02961851 n 0000 ~ 02979662 n 0000 ~ 03257343 n 0000 ~ 03316274 n 0000 ~ 03562126 n 0000 ~ 03626925 n 0000 ~ 03769235 n 0000 ~ 03778302 n 0000 ~ 03924811 n 0000 ~ 04003982 n 0000 ~ 04031166 n 0000 ~ 04076533 n 0000 ~ 04484780 n 0000 ~ 04609235 n 0000 | a thing made to be similar or identical to another thing; "she made a copy of the designer dress"; "the clone was a copy of its ancestor"
-03105088 06 n 01 copyholder 0 001 @ 03736970 n 0000 | mechanical device used in printing; holds the copy for the compositor
-03105214 06 n 01 coquille 0 001 @ 03206908 n 0000 | a dish in the form of a scallop shell
-03105306 06 n 01 coracle 0 001 @ 04244997 n 0000 | a small rounded boat made of hides stretched over a wicker frame; still used in some parts of Great Britain
-03105467 06 n 02 corbel 0 truss 2 003 @ 02888569 n 0000 ;c 06123363 n 0000 + 02352824 v 0101 | (architecture) a triangular bracket of brick or stone (usually of slight extent)
-03105645 06 n 01 corbel_arch 0 002 @ 02733524 n 0000 ;c 06123363 n 0000 | (architecture) an arch constructed of masonry courses that are corbelled until they meet
-03105810 06 n 04 corbel_step 0 corbie-step 0 corbiestep 0 crow_step 0 002 @ 04314914 n 0000 ;c 06123363 n 0000 | (architecture) a step on the top of a gable wall
-03105974 06 n 01 corbie_gable 0 002 @ 03409393 n 0000 ;c 06123363 n 0000 | (architecture) a gable having corbie-steps or corbel steps
-03106110 06 n 01 cord 0 028 @ 03670849 n 0000 + 01286674 v 0101 ~ 02684083 n 0000 ~ 02731251 n 0000 ~ 02883101 n 0000 ~ 02983741 n 0000 ~ 03013992 n 0000 ~ 03042384 n 0000 ~ 03051152 n 0000 ~ 03351768 n 0000 ~ 03631445 n 0000 ~ 03641451 n 0000 ~ 03641569 n 0000 ~ 03687448 n 0000 ~ 03947681 n 0000 ~ 03969627 n 0000 ~ 04093915 n 0000 ~ 04094060 n 0000 ~ 04136676 n 0000 ~ 04233556 n 0000 ~ 04305641 n 0000 ~ 04337974 n 0000 ~ 04338143 n 0000 ~ 04426788 n 0000 ~ 04433185 n 0000 ~ 04578220 n 0000 ~ 04581829 n 0000 ~ 04582044 n 0000 | a line made of twisted fibers or threads; "the bundle was tied with a cord"
-03106722 06 n 02 cord 1 corduroy 0 004 @ 03309808 n 0000 ~ 02820556 n 0000 ~ 03809603 n 0000 ~ 04583888 n 0000 | a cut pile fabric with vertical ribs; usually made of cotton
-03106898 06 n 02 cord 2 electric_cord 0 003 @ 03088707 n 0000 ~ 03307037 n 0000 ~ 03995265 n 0000 | a light insulated conductor for household use
-03107046 06 n 01 cordage 0 002 @ 04108268 n 0000 ~ 04172512 n 0000 | the ropes in the rigging of a ship
-03107152 06 n 01 cordite 0 004 @ 03305135 n 0000 %s 14794993 n 0000 %s 14886579 n 0000 %s 14980910 n 0000 | explosive powder (nitroglycerin and guncotton and petrolatum) dissolved in acetone and dried and extruded in brown cords
-03107383 06 n 01 cordon 0 001 @ 02681518 n 0000 | adornment consisting of an ornamental ribbon or cord
-03107488 06 n 02 cords 4 corduroys 4 002 @ 04489008 n 0000 ;u 06295235 n 0000 | cotton trousers made of corduroy cloth
-03107609 06 n 01 corduroy 1 002 @ 04096066 n 0000 + 01750895 v 0101 | a road made of logs laid crosswise
-03107716 06 n 01 core 0 002 @ 02788689 n 0000 #p 03705379 n 0000 | a bar of magnetic material (as soft iron) that passes through a coil and serves to increase the inductance of the coil
-03107904 06 n 01 core 1 002 @ 03003730 n 0000 #p 03834040 n 0000 | the chamber of a nuclear reactor containing the fissile material where the reaction takes place
-03108069 06 n 02 core 2 magnetic_core 0 004 @ 13900088 n 0000 #p 03706415 n 0000 #p 04052757 n 0000 ;c 06128570 n 0000 | (computer science) a tiny ferrite toroid formerly used in a random access memory to store one bit of data; now superseded by semiconductor memories; "each core has three wires passing through it, providing the means to select and detect the contents of each bit"
-03108455 06 n 01 core_bit 0 002 @ 03240327 n 0000 #p 03108624 n 0000 | a hollow drilling bit that is the cutting part of a core drill; allows core samples to be taken
-03108624 06 n 01 core_drill 0 002 @ 03239726 n 0000 %p 03108455 n 0000 | a drill that removes a cylindrical core from the drill hole
-03108759 06 n 01 corer 0 001 @ 03183080 n 0000 | a device for removing the core from apples
-03108853 06 n 02 cork 0 bottle_cork 0 004 @ 03967942 n 0000 #p 04591713 n 0000 + 01126683 a 0102 + 01423623 v 0101 | the plug in the mouth of a bottle (especially a wine bottle)
-03109033 06 n 01 corker 0 002 @ 03699975 n 0000 + 01423623 v 0101 | a machine that is used to put corks in bottles
-03109150 06 n 02 corkscrew 0 bottle_screw 0 001 @ 02877962 n 0000 | a bottle opener that pulls corks
-03109253 06 n 01 corncrib 0 001 @ 03131669 n 0000 | a crib for storing and drying ears of corn
-03109350 06 n 01 Cornell_University 0 003 @i 04511002 n 0000 #p 09117351 n 0000 #m 08232706 n 0000 | a university in Ithaca, New York
-03109486 06 n 03 corner 0 street_corner 0 turning_point 0 003 @ 03581125 n 0000 + 01909275 v 0101 ~ 02851675 n 0000 | the intersection of two streets; "standing on the corner watching all the girls go by"
-03109693 06 n 02 corner 1 quoin 0 003 @ 04341686 n 0000 #p 02913152 n 0000 ;c 06123363 n 0000 | (architecture) solid exterior angle of a building; especially one formed by a cornerstone
-03109881 06 n 02 corner 2 nook 0 005 @ 02735688 n 0000 #p 02913152 n 0000 + 01934205 v 0101 ~ 02701260 n 0000 ~ 03017835 n 0000 | an interior angle formed by two meeting walls; "a piano was in one corner of the room"
-03110100 06 n 01 corner_pocket 0 001 @ 03972799 n 0000 | a pocket at the corner of a billiard table
-03110202 06 n 01 corner_post 0 001 @ 03988170 n 0000 | a square post supporting a structural member at the corner of a building
-03110332 06 n 01 cornerstone 0 002 @ 04326084 n 0000 #p 02913152 n 0000 | a stone at the outer corner of two intersecting masonry walls
-03110470 06 n 01 cornerstone 1 002 @ 04326084 n 0000 #p 02913152 n 0000 | a stone in the exterior of a large and important building; usually carved with a date and laid with appropriate ceremonies
-03110669 06 n 04 cornet 0 horn 1 trumpet 0 trump 1 005 @ 02891788 n 0000 + 02179154 v 0401 + 01733829 v 0301 + 10732010 n 0102 ~ 04174500 n 0000 | a brass musical instrument with a brilliant tone; has a narrow tube and a flared bell and is played by means of valves
-03110937 06 n 01 corn_exchange 0 001 @ 03302487 n 0000 | an exchange where grains are bought and sold
-03111041 06 n 01 cornice 0 003 @ 04008947 n 0000 #p 03290195 n 0000 + 02352946 v 0101 | the topmost projecting part of an entablature
-03111177 06 n 01 cornice 1 001 @ 03780392 n 0000 | a molding at the corner between the ceiling and the top of a wall
-03111296 06 n 04 cornice 2 valance 0 valance_board 0 pelmet 0 002 @ 03391770 n 0000 + 02352946 v 0101 | a decorative framework to conceal curtain fixtures at the top of a window casing
-03111483 06 n 01 corona 0 001 @ 03030035 n 0000 | a long cigar with blunt ends
-03111564 06 n 01 coronet 0 001 @ 03138669 n 0000 | a small crown; usually indicates a high rank but below that of sovereign
-03111690 06 n 01 correctional_institution 0 006 @ 03907654 n 0000 ~ 03181667 n 0000 ~ 03592245 n 0000 ~ 03911513 n 0000 ~ 04005630 n 0000 ~ 04069777 n 0000 | a penal institution maintained by the government
-03111899 06 n 02 corrective 0 restorative 0 006 @ 03183080 n 0000 + 01167540 a 0202 ~ 03870822 n 0000 ~ 03870980 n 0000 ~ 03930777 n 0000 ~ 04013729 n 0000 | a device for treating injury or disease
-03112099 06 n 01 corridor 0 003 @ 03895585 n 0000 ~ 03411762 n 0000 ~ 03479952 n 0000 | an enclosed passageway; rooms usually open onto it
-03112240 06 n 02 corrugated_fastener 0 wiggle_nail 0 001 @ 03323703 n 0000 | a small strip of corrugated steel with sharp points on one side; hammered across wood joints in rough carpentry
-03112431 06 n 01 corrugated_iron 0 002 @ 04189482 n 0000 %s 14877100 n 0000 | usually galvanized sheet iron or sheet steel shaped into straight parallel ridges and hollows
-03112605 06 n 01 corsair 0 001 @ 03947888 n 0000 | a swift pirate ship (often operating with official sanction)
-03112719 06 n 02 corselet 0 corslet 0 001 @ 02862048 n 0000 | a piece of body armor for the trunk; usually consists of a breastplate and back piece
-03112869 06 n 03 corset 0 girdle 0 stays 0 004 @ 03387323 n 0000 + 01467917 v 0201 + 00049669 v 0101 ~ 03885788 n 0000 | a woman's close-fitting foundation garment
-03113035 06 n 01 corvette 0 001 @ 04552696 n 0000 | a highly maneuverable escort warship; smaller than a destroyer
-03113152 06 n 01 cosmetic 0 006 @ 04447443 n 0000 ~ 03177165 n 0000 ~ 03519081 n 0000 ~ 03714235 n 0000 ~ 03805725 n 0000 ~ 03908456 n 0000 | a toiletry designed to beautify the body
-03113337 06 n 01 cosmography 0 003 @ 04076846 n 0000 + 09819477 n 0102 + 09819477 n 0101 | a representation of the earth or the heavens; "the cosmography of Ptolemy"
-03113505 06 n 01 cosmotron 0 001 @ 04375775 n 0000 | a large proton synchrotron; uses frequency modulation of an electric field to accelerate protons
-03113657 06 n 01 costume 0 003 @ 02756098 n 0000 ~ 03320519 n 0000 %p 04550546 n 0000 | the attire worn in a play or at a fancy dress ball; "he won the prize for best costume"
-03113835 06 n 01 costume 1 004 @ 02756098 n 0000 + 00051761 v 0101 ~ 02669534 n 0000 ~ 04092168 n 0000 | the attire characteristic of a country or a time or a social class; "he wore his national costume"
-03114041 06 n 01 costume 2 001 @ 02756098 n 0000 | unusual or period attire not characteristic of or appropriate to the time and place; "in spite of the heat he insisted on his woolen costume"
-03114236 06 n 01 costume 3 001 @ 02756098 n 0000 | the prevalent fashion of dress (including accessories and hair style as well as garments)
-03114379 06 n 04 cosy 0 tea_cosy 0 cozy 0 tea_cozy 0 001 @ 03050026 n 0000 | a padded cloth covering to keep a teapot warm
-03114504 06 n 02 cot 0 camp_bed 0 002 @ 02818832 n 0000 %p 03654826 n 0000 | a small bed that folds up for storage or transport
-03114634 06 n 01 cote 0 001 @ 04191943 n 0000 | a small shelter for domestic animals (as sheep or pigeons)
-03114743 06 n 01 cottage_tent 0 001 @ 04411264 n 0000 | a tent providing shelter for a family
-03114839 06 n 02 cotter 0 cottar 0 002 @ 03323703 n 0000 ~ 03115014 n 0000 | fastener consisting of a wedge or pin inserted through a slot to hold two other pieces together
-03115014 06 n 01 cotter_pin 0 001 @ 03114839 n 0000 | a cotter consisting of a split pin that is secured (after passing through a hole) by splitting the ends apart
-03115180 06 n 01 cotton 0 003 @ 03309808 n 0000 ~ 03430091 n 0000 %s 14870078 n 0000 | fabric woven from cotton fibers
-03115301 06 n 01 cotton 1 002 @ 04426788 n 0000 ~ 03677540 n 0000 | thread made of cotton fibers
-03115400 06 n 02 cotton_flannel 0 Canton_flannel 0 001 @ 03309808 n 0000 | a stout cotton fabric with nap on only one side
-03115525 06 n 02 cotton_gin 0 gin 0 002 @ 03699975 n 0000 + 01557517 v 0201 | a machine that separates the seeds from raw cotton fibers
-03115663 06 n 01 cotton_mill 0 001 @ 04417361 n 0000 | a textile mill for making cotton textiles
-03115762 06 n 01 couch 1 001 @ 02818832 n 0000 | a narrow bed on which a patient lies during psychiatric or psychoanalytic treatment
-03115897 06 n 01 couch 2 001 @ 03360845 n 0000 | a flat coat of paint or varnish used by artists as a primer
-03116008 06 n 01 couchette 0 002 @ 03079741 n 0000 #p 03896233 n 0000 | a compartment on a European passenger train; contains 4 to 6 berths for sleeping
-03116163 06 n 02 coude_telescope 0 coude_system 0 001 @ 04068601 n 0000 | a reflecting telescope so constructed that the light is led to a plate holder or spectrograph
-03116333 06 n 01 coulisse 0 001 @ 04436185 n 0000 | a timber member grooved to take a sliding panel
-03116435 06 n 02 coulisse 1 wing_flat 0 001 @ 03359755 n 0000 | a flat situated in the wings
-03116530 06 n 01 counter 0 007 @ 04379243 n 0000 ~ 02789487 n 0000 ~ 03011741 n 0000 %p 03118245 n 0000 ~ 03735963 n 0000 ~ 03832973 n 0000 ~ 04061681 n 0000 | table consisting of a horizontal surface over which business is transacted
-03116767 06 n 02 counter 1 tabulator 0 003 @ 02938886 n 0000 + 00948071 v 0101 ~ 04021362 n 0000 | a calculator that keeps a record of the number of times something happens
-03116942 06 n 02 counter 2 heel_counter 0 003 @ 03933183 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 | a piece of leather forming the back of a shoe or boot; "a counter may be used to stiffen the material around the heel and to give support to the foot"
-03117199 06 n 01 counter 3 003 @ 03414162 n 0000 + 00948071 v 0101 ~ 03020416 n 0000 | game equipment (as a piece of wood, plastic, or ivory) used for keeping a count or reserving a space in various card or board games
-03117420 06 n 01 counter 6 003 @ 04071876 n 0000 ;c 06128570 n 0000 + 00948071 v 0101 | (computer science) a register whose contents go through a regular series of states (usually states indicating consecutive integers)
-03117642 06 n 03 counterbore 0 countersink 0 countersink_bit 0 001 @ 02844307 n 0000 | a bit for enlarging the upper part of a hole
-03117776 06 n 01 counterirritant 0 001 @ 03740161 n 0000 | a medicine applied locally to produce superficial inflammation in order to reduce deeper inflammation
-03117939 06 n 03 counterpart 0 similitude 0 twin 0 002 @ 03257343 n 0000 + 02659358 v 0301 | a duplicate copy
-03118051 06 n 01 countersink 1 002 @ 03526198 n 0000 + 01530273 v 0102 | a hole (usually in wood) with the top part enlarged so that a screw or bolt will fit into it and lie below the surface
-03118245 06 n 01 countertop 0 002 @ 04381860 n 0000 #p 03116530 n 0000 | the top side of a counter
-03118346 06 n 01 counter_tube 0 005 @ 03733925 n 0000 ~ 03143255 n 0000 ~ 03432360 n 0000 ~ 04012665 n 0000 ~ 04147916 n 0000 | a measuring instrument for counting individual ionizing events
-03118539 06 n 06 counterweight 0 counterbalance 0 counterpoise 0 balance 1 equalizer 0 equaliser 0 009 @ 04571088 n 0000 + 00417001 v 0604 + 00417001 v 0503 + 02666691 v 0302 + 02666531 v 0202 + 02672540 v 0202 + 02666691 v 0101 ~ 04136997 n 0000 ~ 04394031 n 0000 | a weight that balances another weight
-03118846 06 n 01 countinghouse 0 002 @ 03841666 n 0000 ;r 08860123 n 0000 | office used by the accountants of a business
-03118969 06 n 01 country_house 0 007 @ 03544360 n 0000 ~ 03010915 n 0000 ~ 03158186 n 0000 ~ 04202142 n 0000 ~ 04354026 n 0000 ~ 04535252 n 0000 ~ 04535370 n 0000 | a house (usually large and impressive) on an estate in the country
-03119203 06 n 03 country_store 0 general_store 0 trading_post 0 001 @ 03748162 n 0000 | a retail store serving a sparsely populated region; usually stocked with a wide variety of merchandise
-03119396 06 n 01 coupe 0 001 @ 02958343 n 0000 | a car with two doors and front seats and a luggage compartment
-03119510 06 n 02 coupling 0 coupler 0 009 @ 03736970 n 0000 + 01297624 v 0201 + 01297624 v 0101 ~ 03042139 n 0000 ~ 03054901 n 0000 ~ 03369407 n 0000 ~ 04373563 n 0000 ~ 04499810 n 0000 ~ 04510706 n 0000 | a mechanical device that serves to connect the ends of adjacent objects
-03119790 06 n 01 course 0 003 @ 03315023 n 0000 ~ 03446528 n 0000 ~ 04037625 n 0000 | facility consisting of a circumscribed area of land or water laid out for a sport; "the course had only nine holes"; "the course was less than a mile"
-03120029 06 n 02 course 1 row 0 004 @ 03650173 n 0000 #p 04546855 n 0000 ~ 03161228 n 0000 ~ 04115670 n 0000 | (construction) a layer of masonry; "a course of bricks"
-03120198 06 n 02 court 0 courtyard 0 008 @ 02735688 n 0000 #p 02913152 n 0000 ~ 02754656 n 0000 ~ 02775813 n 0000 ~ 03047941 n 0000 ~ 03378005 n 0000 ~ 03382292 n 0000 ~ 03895170 n 0000 | an area wholly or partly surrounded by walls or buildings; "the house was built around an inner court"
-03120491 06 n 01 court 1 008 @ 08570758 n 0000 ~ 02772435 n 0000 ~ 02802544 n 0000 ~ 03482988 n 0000 ~ 03948347 n 0000 ~ 04292313 n 0000 ~ 04409712 n 0000 ~ 04540153 n 0000 | a specially marked horizontal area within which a game is played; "players had to reserve a court in advance"
-03120778 06 n 02 court 2 courtroom 0 007 @ 04105893 n 0000 #p 03121298 n 0000 ;c 08441203 n 0000 %p 02789770 n 0000 %p 02829116 n 0000 %p 03606347 n 0000 %p 04596492 n 0000 | a room in which a lawcourt sits; "television cameras were admitted in the courtroom"
-03121040 06 n 01 court 4 002 @ 04079244 n 0000 + 00751838 a 0101 | the residence of a sovereign or nobleman; "the king will visit the duke's court"
-03121190 06 n 01 Courtelle 0 002 @ 02677028 n 0000 ;u 06851742 n 0000 | an acrylic fabric resembling wool
-03121298 06 n 01 courthouse 0 003 @ 03545150 n 0000 ;c 08441203 n 0000 %p 03120778 n 0000 | a building that houses judicial courts
-03121431 06 n 01 courthouse 1 001 @ 03449564 n 0000 | a government building that houses the offices of a county government
-03121556 06 n 01 court_plaster 0 001 @ 03957420 n 0000 | a plaster composed of isinglass on silk; formerly used to dress superficial wounds
-03121698 06 n 03 cover 0 cover_version 0 cover_song 0 001 @ 04063868 n 0000 | a recording of a song that was first recorded or made popular by somebody else; "they made a cover of a Beatles' song"
-03121897 06 n 01 coverall 2 004 @ 04015204 n 0000 ~ 03258730 n 0000 ~ 03604763 n 0000 ~ 03863262 n 0000 | a loose-fitting protective garment that is worn over other clothing
-03122073 06 n 01 covered_bridge 0 001 @ 02898711 n 0000 | a bridge whose passageway is protected by a roof and enclosing sides
-03122202 06 n 01 covered_couch 0 001 @ 03678362 n 0000 | a litter with a cover for privacy
-03122295 06 n 05 covered_wagon 0 Conestoga_wagon 0 Conestoga 0 prairie_wagon 0 prairie_schooner 0 002 @ 04543158 n 0000 #m 08427629 n 0000 | a large wagon with broad wheels and an arched canvas top; used by the United States pioneers to cross the prairies in the 19th century
-03122573 06 n 02 cover_glass 0 cover_slip 0 002 @ 03961070 n 0000 #p 04237924 n 0000 | a small and very thin piece of glass used to cover the specimen on a microscope slide
-03122748 06 n 01 covering 0 038 @ 00021939 n 0000 + 01332730 v 0101 ~ 02746225 n 0000 ~ 02874642 n 0000 ~ 02909053 n 0000 ~ 02952237 n 0000 ~ 02977822 n 0000 ~ 02999272 n 0000 ~ 03045698 n 0000 ~ 03050026 n 0000 ~ 03051540 n 0000 ~ 03058107 n 0000 ~ 03123666 n 0000 ~ 03232923 n 0000 ~ 03261603 n 0000 ~ 03335461 n 0000 ~ 03341153 n 0000 ~ 03357376 n 0000 ~ 03366823 n 0000 ~ 03376279 n 0000 ~ 03380867 n 0000 ~ 03531546 n 0000 ~ 03531691 n 0000 ~ 03561657 n 0000 ~ 03574243 n 0000 ~ 03724870 n 0000 ~ 03730893 n 0000 ~ 03750437 n 0000 ~ 03873996 n 0000 ~ 03956623 n 0000 ~ 04014297 n 0000 ~ 04151940 n 0000 ~ 04369146 n 0000 ~ 04430896 n 0000 ~ 04444218 n 0000 ~ 04453910 n 0000 ~ 04513827 n 0000 ~ 04605726 n 0000 | an artifact that covers something else (usually to protect or shelter or conceal it)
-03123553 06 n 01 coverlet 0 002 @ 02822220 n 0000 + 02849154 n 0102 | a decorative bedspread (usually quilted)
-03123666 06 n 01 cover_plate 0 001 @ 03122748 n 0000 | covering consisting of a plate used to cover over or close in a chamber or receptacle
-03123809 06 n 05 cowbarn 0 cowshed 0 cow_barn 0 cowhouse 0 byre 0 001 @ 02793495 n 0000 | a barn for cows
-03123917 06 n 01 cowbell 0 001 @ 02824448 n 0000 | a bell hung around the neck of cow so that the cow can be easily located
-03124043 06 n 01 cowboy_boot 0 001 @ 02872752 n 0000 | a boot with a high arch and fancy stitching; worn by American cowboys
-03124170 06 n 02 cowboy_hat 0 ten-gallon_hat 0 001 @ 03497657 n 0000 | a hat with a wide brim and a soft crown; worn by American ranch hands
-03124313 06 n 01 cowhide 0 003 @ 04577769 n 0000 + 01411768 v 0101 %s 14762248 n 0000 | a heavy flexible whip braided from leather made from the hide of a cow
-03124474 06 n 01 cowl 1 002 @ 03531281 n 0000 + 01337224 v 0101 | a loose hood or hooded robe (as worn by a monk)
-03124590 06 n 03 cow_pen 0 cattle_pen 0 corral 0 002 @ 03907227 n 0000 + 01600478 v 0301 | a pen for cattle
-03124700 06 n 01 Cox-2_inhibitor 0 004 @ 02721538 n 0000 ~ 02990561 n 0000 ~ 04100994 n 0000 ~ 04518468 n 0000 | an anti-inflammatory drug that fights pain and blocks Cox-2 activity without impeding the activity of Cox-1; increases the risk of heart attacks; "Cox-2 inhibitors reduce the symptoms of arthritis without endangering the stomach and kidneys"
-03125057 06 n 02 CPU_board 0 mother_board 0 002 @ 03033986 n 0000 #p 02995345 n 0000 | the main circuit board for a computer
-03125184 06 n 03 crack 1 crack_cocaine 0 tornado 0 001 @ 03060294 n 0000 | a purified and potent form of cocaine that is smoked rather than snorted; highly addictive
-03125352 06 n 03 cracker 0 snapper 0 cracker_bonbon 0 003 @ 03894762 n 0000 + 01242208 v 0201 + 02182851 v 0102 | a party favor consisting of a paper roll (usually containing candy or a small favor) that pops when pulled at both ends
-03125588 06 n 03 crackle 0 crackleware 0 crackle_china 0 001 @ 03018209 n 0000 | glazed china with a network of fine cracks on the surface
-03125729 06 n 01 cradle 0 004 @ 02766320 n 0000 + 01222177 v 0101 + 01876735 v 0101 %p 04098513 n 0000 | a baby bed with sides and rockers
-03125870 06 n 01 craft 0 006 @ 04524313 n 0000 ~ 02686568 n 0000 ~ 03547229 n 0000 ~ 03638623 n 0000 ~ 04264914 n 0000 ~ 04530566 n 0000 | a vehicle designed for navigation in or on water or air or through outer space
-03126090 06 n 02 cramp 0 cramp_iron 0 002 @ 04339291 n 0000 + 01304466 v 0101 | a strip of metal with ends bent at right angles; used to hold masonry together
-03126251 06 n 01 cramp 1 002 @ 03036866 n 0000 + 01304466 v 0101 | a clamp for holding pieces of wood together while they are glued
-03126385 06 n 04 crampon 0 crampoon 0 climbing_iron 0 climber 0 002 @ 04275661 n 0000 + 01921964 v 0401 | an iron spike attached to the shoe to prevent slipping on ice when walking or climbing
-03126580 06 n 02 crampon 1 crampoon 1 001 @ 03454211 n 0000 | a hinged pair of curved iron bars; used to raise heavy objects
-03126707 06 n 01 crane 0 004 @ 03664675 n 0000 ~ 03164929 n 0000 ~ 03178430 n 0000 ~ 04473884 n 0000 | lifts and moves heavy objects; lifting tackle is suspended from a pivoted boom that rotates around a vertical axis
-03126927 06 n 01 craniometer 0 001 @ 03733925 n 0000 | an instrument for measuring skull sizes
-03127024 06 n 02 crank 0 starter 1 004 @ 03489162 n 0000 + 01280958 v 0101 + 01595149 v 0101 ~ 03127302 n 0000 | a hand tool consisting of a rotating shaft with parallel handle
-03127203 06 n 01 crankcase 0 002 @ 03546766 n 0000 #p 04062179 n 0000 | housing for a crankshaft
-03127302 06 n 02 crank_handle 0 starting_handle 0 001 @ 03127024 n 0000 | crank used to start an engine
-03127408 06 n 01 crankshaft 0 002 @ 04111190 n 0000 #p 04062179 n 0000 | a rotating shaft driven by (or driving) a crank
-03127531 06 n 01 crash_barrier 0 001 @ 02796623 n 0000 | a strong protective barrier that is erected around a racetrack or in the middle of a dual-lane highway in order to reduce the likelihood of severe accidents
-03127747 06 n 01 crash_helmet 0 002 @ 03513137 n 0000 ~ 04229107 n 0000 | a padded helmet worn by people riding bicycles or motorcycles; protects the head in case of accidents
-03127925 06 n 01 crate 0 004 @ 02883344 n 0000 + 01486678 v 0101 ~ 03871724 n 0000 ~ 04253931 n 0000 | a rugged box (usually made of wood); used for shipping
-03128085 06 n 01 cravat 1 003 @ 03816005 n 0000 ~ 02747063 n 0000 ~ 03814727 n 0000 | neckwear worn in a slipknot with long ends overlapping vertically in front
-03128248 06 n 02 crayon 0 wax_crayon 0 002 @ 04608567 n 0000 + 01692709 v 0101 | writing implement consisting of a colored stick of composition wax used for writing and drawing
-03128427 06 n 01 crazy_quilt 0 001 @ 03898633 n 0000 | a patchwork quilt without a design
-03128519 06 n 03 cream 0 ointment 1 emollient 0 008 @ 04447443 n 0000 + 01153844 a 0302 + 01364483 v 0101 ~ 03067339 n 0000 ~ 03484487 n 0000 ~ 03640850 n 0000 ~ 03809211 n 0000 ~ 04357314 n 0000 | toiletry consisting of any of various substances in the form of a thick liquid that have a soothing and moisturizing effect when applied to the skin
-03128868 06 n 01 creamery 0 001 @ 04602044 n 0000 | a workplace where dairy products (butter and cheese etc.) are produced or sold
-03129001 06 n 02 cream_pitcher 0 creamer 0 002 @ 03950228 n 0000 #m 04398309 n 0000 | a small pitcher for serving cream
-03129123 06 n 01 creation 0 014 @ 00021939 n 0000 + 01621555 v 0103 + 01753788 v 0101 ~ 02743547 n 0000 ~ 03038595 n 0000 ~ 03081660 n 0000 ~ 03565402 n 0000 ~ 03582658 n 0000 ~ 03727274 n 0000 ~ 03816849 n 0000 ~ 04007894 n 0000 ~ 04074329 n 0000 ~ 04076846 n 0000 ~ 06269396 n 0000 | an artifact that has been brought into existence by someone
-03129471 06 n 02 creche 0 foundling_hospital 0 001 @ 03540595 n 0000 | a hospital where foundlings (infant children of unknown parents) are taken in and cared for
-03129636 06 n 01 creche 1 001 @ 04076846 n 0000 | a representation of Christ's nativity in the stable at Bethlehem
-03129753 06 n 02 credenza 0 credence 0 001 @ 02912065 n 0000 | a kind of sideboard or buffet
-03129848 06 n 01 creel 0 001 @ 02801938 n 0000 | a wicker basket used by anglers to hold fish
-03129944 06 n 01 creep 0 001 @ 03907227 n 0000 | a pen that is fenced so that young animals can enter but adults cannot
-03130066 06 n 03 crematory 0 crematorium 0 cremation_chamber 0 002 @ 03404449 n 0000 ~ 03425325 n 0000 | a furnace where a corpse can be burned and reduced to ashes
-03130233 06 n 02 crematory 1 crematorium 1 001 @ 03785499 n 0000 | a mortuary where corpses are cremated
-03130340 06 n 02 crenel 0 crenelle 0 006 @ 13910384 n 0000 #p 02811936 n 0000 + 02335629 v 0203 + 02335629 v 0202 + 02335629 v 0103 + 02335629 v 0102 | a notch or open space between two merlons in a crenelated battlement
-03130563 06 n 02 crepe 0 crape 0 006 @ 03309808 n 0000 + 01599805 v 0201 + 01599805 v 0102 ~ 02953552 n 0000 ~ 03130761 n 0000 ~ 03722944 n 0000 | a soft thin light fabric with a crinkled surface
-03130761 06 n 01 crepe_de_Chine 0 001 @ 03130563 n 0000 | a very thin crepe of silk or silklike fabric
-03130866 06 n 01 crescent_wrench 0 001 @ 02680754 n 0000 | an adjustable wrench designed to fit hexagonal nuts with the adjusting screw built into the head of the wrench
-03131038 06 n 01 crest 0 003 @ 03282591 n 0000 #p 03058726 n 0000 ;c 05801594 n 0000 | (heraldry) in medieval times, an emblem used to decorate a helmet
-03131193 06 n 01 cretonne 0 001 @ 03309808 n 0000 | an unglazed heavy fabric; brightly printed; used for slipcovers and draperies
-03131325 06 n 01 crewelwork 0 001 @ 03282933 n 0000 | embroidery done with loosely twisted worsted yarn
-03131431 06 n 02 crew_neck 0 crew_neckline 0 001 @ 03815278 n 0000 | a plain straight neckline opening from shoulder to shoulder of sweaters
-03131574 06 n 02 crib 0 cot 1 001 @ 02766320 n 0000 | baby bed with high sides made of slats
-03131669 06 n 01 crib 1 003 @ 02839910 n 0000 @ 03452449 n 0000 ~ 03109253 n 0000 | a bin or granary for storing grains
-03131791 06 n 01 cribbage_board 0 001 @ 02857023 n 0000 | a board with pegs and regularly spaced holes for holding the pegs; used for keeping the score in a game of cribbage
-03131967 06 n 01 cricket_ball 0 002 @ 02778669 n 0000 @ 03132261 n 0000 | the ball used in playing cricket
-03132076 06 n 02 cricket_bat 0 bat 2 002 @ 03132261 n 0000 %p 03485997 n 0000 | the club used in playing cricket; "a cricket bat has a narrow handle and a broad flat end for hitting"
-03132261 06 n 01 cricket_equipment 0 005 @ 04285146 n 0000 ;c 00476389 n 0000 ~ 03131967 n 0000 ~ 03132076 n 0000 ~ 04582869 n 0000 | sports equipment used in playing cricket
-03132438 06 n 05 cringle 0 eyelet 1 loop 1 grommet 0 grummet 0 003 @ 03323703 n 0000 + 01286290 v 0301 + 03308297 n 0201 | fastener consisting of a metal ring for lining a small hole to permit the attachment of cords or lines
-03132666 06 n 01 crinoline 0 001 @ 03309808 n 0000 | a stiff coarse fabric used to stiffen hats or clothing
-03132776 06 n 01 crinoline 1 001 @ 03920737 n 0000 | a full stiff petticoat made of crinoline fabric
-03132879 06 n 02 crochet 0 crocheting 0 003 @ 03816849 n 0000 + 01672490 v 0201 + 01672753 v 0101 | needlework done by interlocking looped stitches with a hooked needle
-03133050 06 n 02 crochet_needle 0 crochet_hook 0 001 @ 03816136 n 0000 | a needle with a hook on the end; used in crocheting
-03133177 06 n 01 crochet_stitch 0 005 @ 04321238 n 0000 ~ 03000966 n 0000 ~ 03226743 n 0000 ~ 04191502 n 0000 ~ 04222594 n 0000 | any one of a number of stitches made by pulling a loop of yarn through another loop with a crochet needle
-03133415 06 n 02 crock 0 earthenware_jar 0 002 @ 03593526 n 0000 + 01535002 v 0101 | an earthen jar (made of baked clay)
-03133538 06 n 02 crockery 0 dishware 0 006 @ 04381994 n 0000 ~ 03018493 n 0000 ~ 03147509 n 0000 ~ 03206908 n 0000 ~ 03266498 n 0000 ~ 03862984 n 0000 | tableware (eating and serving dishes) collectively
-03133744 06 n 01 crocket 0 001 @ 02734423 n 0000 | an architectural ornament of curved foliage used at the edge of a spire or gable
-03133878 06 n 01 Crock_Pot 0 002 @ 03101156 n 0000 ;u 06851742 n 0000 | an electric cooker that maintains a relatively low temperature
-03134015 06 n 01 croft 0 002 @ 03322099 n 0000 ;r 08860123 n 0000 | a small farm worked by a crofter
-03134118 06 n 02 crook 0 shepherd's_crook 0 001 @ 04296261 n 0000 | a long staff with one end being hook shaped
-03134232 06 n 01 Crookes_radiometer 0 001 @ 04042985 n 0000 | electromagnetic radiometer consisting of a small paddlewheel that rotates when placed in daylight
-03134394 06 n 01 Crookes_tube 0 001 @ 02985137 n 0000 | the original gas-discharge cathode-ray tube
-03134496 06 n 01 crop 0 002 @ 03485997 n 0000 #p 04577769 n 0000 | the stock or handle of a whip
-03134595 06 n 01 crop 1 001 @ 03287178 n 0000 | the output of something in a season; "the latest crop of fashions is about to hit the stores"
-03134739 06 n 01 croquet_ball 0 002 @ 02778669 n 0000 @ 03134853 n 0000 | a wooden ball used in playing croquet
-03134853 06 n 01 croquet_equipment 0 005 @ 04285146 n 0000 ;c 00466880 n 0000 ~ 03134739 n 0000 ~ 03135030 n 0000 ~ 04582771 n 0000 | sports equipment used in playing croquet
-03135030 06 n 01 croquet_mallet 0 002 @ 03715892 n 0000 @ 03134853 n 0000 | a mallet used to strike the ball in croquet
-03135152 06 n 01 Cross 0 013 @ 03282591 n 0000 ~ 02941605 n 0000 ~ 02993081 n 0000 ~ 03140292 n 0000 ~ 03457578 n 0000 ~ 03595737 n 0000 ~ 03646695 n 0000 ~ 03690279 n 0000 ~ 03716091 n 0000 ~ 03886151 n 0000 ~ 03900104 n 0000 ~ 04302598 n 0000 ~ 04395760 n 0000 | a representation of the structure on which Jesus was crucified; used as an emblem of Christianity or in heraldry
-03135532 06 n 01 cross 1 001 @ 04341686 n 0000 | a wooden structure consisting of an upright post with a transverse piece
-03135656 06 n 01 crossbar 0 002 @ 03137579 n 0000 #p 03443149 n 0000 | long thin horizontal crosspiece between two vertical posts
-03135788 06 n 01 crossbar 1 001 @ 03414162 n 0000 | game equipment consisting of a horizontal bar to be jumped or vaulted over
-03135917 06 n 01 crossbar 2 003 @ 02788689 n 0000 ~ 03228365 n 0000 ~ 04577567 n 0000 | a horizontal bar that goes across something
-03136051 06 n 01 crossbench 0 002 @ 04161358 n 0000 ;r 08860123 n 0000 | any of the seats in the House of Commons used by members who do not vote regularly with either the government or the Opposition
-03136254 06 n 01 cross_bit 0 001 @ 02875436 n 0000 | a rock drill having cruciform cutting edges; used in mining
-03136369 06 n 01 crossbow 0 001 @ 02879718 n 0000 | a bow fixed transversely on a wooden stock grooved to direct the arrow (quarrel)
-03136504 06 n 03 crosscut_saw 0 crosscut_handsaw 0 cutoff_saw 0 001 @ 03488188 n 0000 | handsaw that cuts at right angles to the grain (or major axis)
-03136657 06 n 01 crosse 0 001 @ 04039381 n 0000 | a long racket with a triangular frame; used in playing lacrosse
-03136773 06 n 02 cross_hair 0 cross_wire 0 002 @ 06799897 n 0000 #p 04082886 n 0000 | either of two fine mutually perpendicular lines that cross in the focus plane of an optical instrument and are use for sighting or calibration; "he had the target in his cross hairs"
-03137044 06 n 01 crosshead 0 002 @ 02852523 n 0000 #p 04309049 n 0000 | metal block that connects to a piston; it slides on parallel guides and moves a connecting rod back and forth
-03137228 06 n 03 crossing 0 crosswalk 0 crossover 0 004 @ 03899328 n 0000 + 01912159 v 0104 ~ 03451365 n 0000 ~ 03904183 n 0000 | a path (often marked) where something (as a street or railroad) can be crossed to get from one side to the other
-03137473 06 n 02 crossjack 0 mizzen_course 0 001 @ 04127904 n 0000 | the lowermost sail on a mizzenmast
-03137579 06 n 01 crosspiece 0 006 @ 02886599 n 0000 ~ 03135656 n 0000 ~ 04119751 n 0000 ~ 04119892 n 0000 ~ 04432043 n 0000 ~ 04472961 n 0000 | a transverse brace
-03137744 06 n 01 cross-stitch 0 001 @ 03282933 n 0000 | embroidery done with pairs of stitches that cross each other
-03137863 06 n 01 cross-stitch 1 002 @ 04180314 n 0000 ~ 03477674 n 0000 | two stitches forming a cross or X
-03137973 06 n 01 cross_street 0 001 @ 04334599 n 0000 | a street intersecting a main street (usually at right angles) and continuing on both sides of it
-03138128 06 n 01 crotchet 0 001 @ 03532342 n 0000 | a small tool or hooklike implement
-03138217 06 n 01 croupier's_rake 0 001 @ 04050066 n 0000 | a small rake used by a croupier to move chips around on the table
-03138344 06 n 04 crowbar 0 wrecking_bar 0 pry 0 pry_bar 0 004 @ 03659292 n 0000 + 01593254 v 0301 ~ 03599111 n 0000 ~ 03599351 n 0000 | a heavy iron lever with one end forged into a wedge
-03138534 06 n 01 crown 0 002 @ 08677801 n 0000 #p 03497657 n 0000 | the part of a hat (the vertex) that covers the crown of the head
-03138669 06 n 02 crown 1 diadem 0 005 @ 03597317 n 0000 @ 03139464 n 0000 + 02390949 v 0101 + 02390949 v 0102 ~ 03111564 n 0000 | an ornamental jeweled headdress signifying sovereignty
-03138856 06 n 01 crown 2 002 @ 04606014 n 0000 ~ 03139731 n 0000 | a wreath or garland worn on the head to signify victory
-03138981 06 n 02 crown 3 crest 1 002 @ 08663354 n 0000 #p 04096066 n 0000 | the center of a cambered road
-03139089 06 n 05 crown 4 crownwork 0 jacket 2 jacket_crown 0 cap 4 002 @ 03175604 n 0000 ;c 06047430 n 0000 | (dentistry) dental appliance consisting of an artificial crown for a broken or decayed tooth; "tomorrow my dentist will fit me for a crown"
-03139341 06 n 01 crown_jewel 0 001 @ 03596787 n 0000 | a precious stone that is a valuable part of a sovereign's regalia
-03139464 06 n 01 crown_jewels 0 003 @ 04071263 n 0000 ;u 06295235 n 0000 ~ 03138669 n 0000 | regalia (jewelry and other paraphernalia) worn by a sovereign on state occasions
-03139640 06 n 01 crown_lens 0 001 @ 03656484 n 0000 | a lens made of optical crown glass
-03139731 06 n 01 crown_of_thorns 0 001 @ 03138856 n 0000 | a mock crown made of thorn branches that Roman soldiers placed on Jesus before the Crucifixion
-03139887 06 n 01 crown_saw 0 001 @ 04140064 n 0000 | a saw having teeth around the edge of a hollow cylinder
-03139998 06 n 01 crow's_nest 0 002 @ 03961939 n 0000 #p 04194289 n 0000 | platform for a lookout at or near the top of a mast
-03140126 06 n 02 crucible 0 melting_pot 0 001 @ 04531098 n 0000 | a vessel made of material that does not melt easily; used for high temperature chemical reactions
-03140292 06 n 03 crucifix 0 rood 0 rood-tree 0 002 @ 03135152 n 0000 + 02484049 v 0101 | representation of the cross on which Jesus died
-03140431 06 n 02 cruet 0 crewet 0 001 @ 02876657 n 0000 | bottle that holds wine or oil or vinegar for the table
-03140546 06 n 01 cruet-stand 0 001 @ 04038440 n 0000 | a stand for cruets containing various condiments
-03140652 06 n 01 cruise_control 0 001 @ 03096960 n 0000 | control mechanism for keeping an automobile at a set speed
-03140771 06 n 01 cruise_missile 0 002 @ 02686568 n 0000 @ 02866578 n 0000 | an unmanned aircraft that is a self-contained bomb
-03140900 06 n 01 cruiser 0 003 @ 04552696 n 0000 ~ 02811618 n 0000 ~ 03466493 n 0000 | a large fast warship; smaller than a battleship and larger than a destroyer
-03141065 06 n 06 cruiser 2 police_cruiser 0 patrol_car 0 police_car 0 prowl_car 0 squad_car 0 003 @ 02958343 n 0000 + 01844859 v 0101 ~ 03881534 n 0000 | a car in which policemen cruise the streets; equipped with radiotelephonic communications to headquarters
-03141327 06 n 02 cruise_ship 0 cruise_liner 0 001 @ 03673027 n 0000 | a passenger ship used commercially for pleasure cruises
-03141455 06 n 01 crupper 0 001 @ 04333129 n 0000 | a strap from the back of a saddle passing under the horse's tail; prevents saddle from slipping forward
-03141612 06 n 01 cruse 0 001 @ 03593526 n 0000 | small jar; holds liquid (oil or water)
-03141702 06 n 01 crusher 0 003 @ 03183080 n 0000 + 01593937 v 0102 + 00339085 v 0101 | a device that crushes something
-03141823 06 n 01 crutch 0 001 @ 04296261 n 0000 | a wooden or metal staff that fits under the armpit and reaches to the ground; used by disabled person while walking
-03141991 06 n 01 cryocautery 0 001 @ 02987047 n 0000 | an instrument for destroying tissue by freezing it
-03142099 06 n 01 cryometer 0 001 @ 04421872 n 0000 | a thermometer designed to measure low temperatures
-03142205 06 n 01 cryoscope 0 001 @ 03733925 n 0000 | a measuring instrument for measuring freezing and melting points
-03142325 06 n 01 cryostat 0 001 @ 04422875 n 0000 | a thermostat that operates at very low temperatures
-03142431 06 n 01 crypt 0 002 @ 02921884 n 0000 ;c 01032368 n 0000 | a cellar or vault or underground burial chamber (especially beneath a church)
-03142579 06 n 01 cryptograph 0 001 @ 03183080 n 0000 | a device for deciphering codes and ciphers
-03142679 06 n 03 crystal 0 watch_crystal 0 watch_glass 0 002 @ 04014297 n 0000 #p 04555897 n 0000 | a protective cover that protects the face of a watch
-03142834 06 n 01 crystal 1 001 @ 03439064 n 0000 | glassware made of quartz
-03142912 06 n 01 crystal 2 006 @ 03081021 n 0000 #p 03143255 n 0000 #p 03143400 n 0000 #p 03143572 n 0000 #p 03143982 n 0000 ~ 03934780 n 0000 | a crystalline element used as a component in various electronic devices
-03143131 06 n 01 crystal_ball 0 001 @ 13899404 n 0000 | a glass or crystal globe used in crystal gazing by fortunetellers
-03143255 06 n 01 crystal_counter 0 002 @ 03118346 n 0000 %p 03142912 n 0000 | a counter tube in which an ionizing event increases conductivity
-03143400 06 n 01 crystal_detector 0 002 @ 03181293 n 0000 %p 03142912 n 0000 | a detector consisting of a fine wire in contact with a galena crystal; acts as a rectifier
-03143572 06 n 01 crystal_microphone 0 002 @ 03759954 n 0000 %p 03142912 n 0000 | a microphone in which sound waves vibrate a piezoelectric crystal that generates a varying voltage
-03143754 06 n 02 crystal_oscillator 0 quartz_oscillator 0 001 @ 03857430 n 0000 | an oscillator that produces electrical oscillations at a frequency determined by the physical characteristics of a piezoelectric quartz crystal
-03143982 06 n 01 crystal_pickup 0 002 @ 02971940 n 0000 %p 03142912 n 0000 | a cartridge in which an output voltage is produced by the vibration of a piezoelectric crystal
-03144156 06 n 01 crystal_set 0 001 @ 04043733 n 0000 | an early radio receiver using a crystal detector
-03144262 06 n 01 Cuban_heel 0 001 @ 03511426 n 0000 | a broad heel of medium height on women's shoes
-03144365 06 n 04 cubby 0 cubbyhole 1 snuggery 0 snug 0 002 @ 04105893 n 0000 + 01399096 a 0401 | a small secluded room
-03144486 06 n 02 cubbyhole 0 pigeonhole 0 002 @ 03080309 n 0000 + 01497634 v 0201 | a small compartment
-03144592 06 n 02 cube 0 square_block 0 004 @ 02852523 n 0000 + 00657804 a 0103 ~ 03191029 n 0000 ~ 03557141 n 0000 | a block in the (approximate) shape of a cube
-03144756 06 n 02 cubeb 0 cubeb_cigarette 0 002 @ 03030663 n 0000 %s 13150378 n 0000 | a cigarette containing cubeb
-03144873 06 n 01 cubitiere 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | body armor that protects the elbow
-03144982 06 n 02 cucking_stool 0 ducking_stool 0 001 @ 03575958 n 0000 | an instrument of punishment consisting of a chair in which offenders were ducked in water
-03145147 06 n 01 cuckoo_clock 0 001 @ 03046257 n 0000 | clock that announces the hours with a sound like the call of the cuckoo
-03145277 06 n 01 cuddy 0 002 @ 03412220 n 0000 #p 04245412 n 0000 | the galley or pantry of a small ship
-03145384 06 n 01 cudgel 0 004 @ 03053474 n 0000 + 01424106 v 0101 ~ 02805845 n 0000 ~ 04193742 n 0000 | a club that is used as a weapon
-03145522 06 n 04 cue 0 cue_stick 0 pool_cue 0 pool_stick 0 002 @ 04285622 n 0000 %p 04321804 n 0000 | sports implement consisting of a tapering rod used to strike a cue ball in pool or billiards
-03145719 06 n 01 cue_ball 0 001 @ 02839351 n 0000 | the ball that the billiard player or pool player strikes with his cue
-03145843 06 n 02 cuff 0 turnup 0 006 @ 03641706 n 0000 #p 04236377 n 0000 #p 03654576 n 0000 + 01277974 v 0203 %p 03315805 n 0000 ~ 04488742 n 0000 | the lap consisting of a turned-back hem encircling the end of the sleeve or leg
-03146075 06 n 01 cufflink 0 001 @ 03597469 n 0000 | jewelry consisting of one of a pair of linked buttons used to fasten the cuffs of a shirt
-03146219 06 n 01 cuirass 0 002 @ 02862048 n 0000 %p 02770078 n 0000 | medieval body armor that covers the chest and back
-03146342 06 n 01 cuisse 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the thigh
-03146449 06 n 03 cul 0 cul_de_sac 1 dead_end 0 001 @ 03895293 n 0000 | a passage with access only at one end
-03146560 06 n 01 culdoscope 0 001 @ 03286572 n 0000 | a specialized endoscope for visually examining a woman's pelvic organs
-03146687 06 n 01 cullis 0 002 @ 03471473 n 0000 #p 02913152 n 0000 | a gutter in a roof
-03146777 06 n 01 culotte 0 001 @ 04230808 n 0000 | a divided skirt
-03146846 06 n 02 cultivator 0 tiller 1 004 @ 03322940 n 0000 + 01740608 v 0201 + 01741446 v 0101 ~ 03496612 n 0000 | a farm implement used to break up the surface of the soil (for aeration and weed control and conservation of moisture)
-03147084 06 n 01 culverin 0 001 @ 03802007 n 0000 | a medieval musket
-03147156 06 n 01 culverin 1 001 @ 02950256 n 0000 | a heavy cannon with a long barrel used in the 16th and 17th centuries
-03147280 06 n 01 culvert 0 001 @ 03231912 n 0000 | a transverse and totally enclosed drain under a road or railway
-03147397 06 n 01 cummerbund 0 001 @ 03438071 n 0000 | a broad pleated sash worn as formal dress with a tuxedo
-03147509 06 n 01 cup 0 012 @ 03133538 n 0000 @ 03094503 n 0000 + 00189062 v 0101 ~ 02815749 n 0000 ~ 03002948 n 0000 ~ 03063073 n 0000 ~ 03216710 n 0000 ~ 03451253 n 0000 ~ 03629520 n 0000 ~ 03802643 n 0000 ~ 04158138 n 0000 ~ 04397452 n 0000 | a small open container usually used for drinking; usually has a handle; "he put the cup back in the saucer"; "the handle of the cup was missing"
-03147901 06 n 02 cup 1 loving_cup 0 002 @ 04487996 n 0000 ~ 03164809 n 0000 | a large metal vessel with two handles that is awarded as a trophy to the winner of a competition; "the school kept the cups is a special glass case"
-03148130 06 n 01 cup 2 001 @ 03526198 n 0000 | the hole (or metal container in the hole) on a golf green; "he swore as the ball rimmed the cup and rolled away"; "put the flag back in the cup"
-03148324 06 n 02 cupboard 0 closet 3 005 @ 04328946 n 0000 ~ 02689819 n 0000 ~ 02906963 n 0000 ~ 04125116 n 0000 ~ 04359500 n 0000 | a small room (or recess) or cabinet used for storage space
-03148518 06 n 01 cup_hook 0 001 @ 03532342 n 0000 | hook (usually on the underside of a shelf) for hanging cups
-03148632 06 n 01 Cupid's_bow 0 001 @ 02879718 n 0000 | a curved bow with reversed curve ends
-03148727 06 n 01 cupola 0 001 @ 03220513 n 0000 | a roof in the form of a dome
-03148808 06 n 01 cupola 1 001 @ 03404449 n 0000 | a vertical cylindrical furnace for melting iron for casting
-03148920 06 n 03 curb 0 curbing 0 kerb 0 003 @ 03264136 n 0000 + 01300937 v 0101 %p 03149686 n 0000 | an edge between a sidewalk and a roadway consisting of a line of curbstones (usually forming part of a gutter)
-03149135 06 n 02 curb 2 curb_bit 0 001 @ 02844714 n 0000 | a horse's bit with an attached chain or strap to check the horse
-03149261 06 n 01 curb_market 0 001 @ 04323026 n 0000 | a stock market for trading in securities not listed on the New York Stock Exchange
-03149401 06 n 01 curb_roof 0 002 @ 04105068 n 0000 ~ 03718789 n 0000 | a roof with two or more slopes on each side of the ridge
-03149531 06 n 01 curbside 0 001 @ 03900750 n 0000 | the side of a sidewalk that is bordered by a curb; "policemen stood at intervals along the curbside"
-03149686 06 n 02 curbstone 0 kerbstone 0 002 @ 03901074 n 0000 #p 03148920 n 0000 | a paving stone forming part of a curb
-03149810 06 n 02 curette 0 curet 0 001 @ 04364545 n 0000 | a surgical instrument shaped like a scoop to remove tissue from a bodily cavity
-03149951 06 n 06 curio 0 curiosity 0 oddity 0 oddment 1 peculiarity 0 rarity 0 008 @ 00002684 n 0000 + 01678112 a 0601 + 00968010 a 0504 + 00968010 a 0303 + 00968010 a 0201 ~ 02897692 n 0000 ~ 03069213 n 0000 ~ 03069567 n 0000 | something unusual -- perhaps worthy of collecting
-03150232 06 n 04 curler 0 hair_curler 0 roller 1 crimper 0 003 @ 03736970 n 0000 + 01522276 v 0303 + 01223616 v 0101 | a mechanical device consisting of a cylindrical tube around which the hair is wound to curl it; "a woman with her head full of curlers is not a pretty sight"
-03150511 06 n 01 curling_iron 0 001 @ 03528263 n 0000 | a cylindrical metal home appliance that heats a lock of hair that has been curled around it
-03150661 06 n 01 currycomb 0 002 @ 03074855 n 0000 + 01596855 v 0101 | a square comb with rows of small teeth; used to curry horses
-03150795 06 n 02 cursor 0 pointer 1 004 @ 03568117 n 0000 ;c 06128570 n 0000 + 01152670 v 0201 + 00923793 v 0202 | (computer science) indicator consisting of a movable spot of light (an icon) on a visual display; moving it allows the user to point to commands or screen positions
-03151077 06 n 05 curtain 0 drape 0 drapery 0 mantle 1 pall 0 011 @ 02851099 n 0000 @ 03405265 n 0000 + 01335588 v 0501 + 02353537 v 0101 ~ 03246454 n 0000 %p 03308853 n 0000 ~ 03330665 n 0000 ~ 03398950 n 0000 ~ 03986857 n 0000 ~ 04209239 n 0000 ~ 04418357 n 0000 | hanging cloth used as a blind (especially for a window)
-03151401 06 n 01 curtain_ring 0 001 @ 03533972 n 0000 | a circular ring for holding up a curtain
-03151500 06 n 01 cushion 0 010 @ 03873064 n 0000 + 01153703 a 0102 ~ 02687539 n 0000 ~ 03409806 n 0000 ~ 03497531 n 0000 ~ 03505207 n 0000 ~ 03938244 n 0000 ~ 03942126 n 0000 ~ 04162895 n 0000 ~ 04430364 n 0000 | a soft bag filled with air or a mass of padding such as feathers or foam rubber etc.
-03151800 06 n 01 cushion 2 001 @ 03650173 n 0000 | the layer of air that supports a hovercraft or similar vehicle
-03151916 06 n 01 cusp 0 002 @ 03974215 n 0000 + 02048626 a 0104 | point formed by two intersecting arcs (as from the intrados of a Gothic arch)
-03152062 06 n 01 cuspidation 0 001 @ 03282401 n 0000 | a decoration using cusps
-03152144 06 n 01 custard_pie 0 001 @ 04012260 n 0000 | a prop consisting of an open pie filled with real or artificial custard; thrown in slapstick comedies
-03152303 06 n 02 customhouse 0 customshouse 0 001 @ 03449564 n 0000 | a government building where customs are collected and where ships are cleared to enter or leave the country
-03152483 06 n 02 custom-made 0 custom-built 0 002 @ 03588414 n 0000 ! 04058921 n 0101 | an item made to the customer's specifications
-03152619 06 n 02 cut 0 gash 0 001 @ 03406966 n 0000 | a trench resembling a furrow that was made by erosion or excavation
-03152743 06 n 01 cut 1 001 @ 02947212 n 0000 | a canal made by erosion or excavation
-03152830 06 n 01 cutaway 0 001 @ 03057021 n 0000 | a man's coat cut diagonally from the waist to the back of the knees
-03152951 06 n 03 cutaway 1 cutaway_drawing 0 cutaway_model 0 001 @ 04076846 n 0000 | a representation (drawing or model) of something in which the outside is omitted to reveal the inner parts
-03153145 06 n 01 cut_glass 0 001 @ 03439064 n 0000 | glass decorated by cutting or grinding facets
-03153246 06 n 02 cutlas 0 cutlass 0 001 @ 04373894 n 0000 | a short heavy curved sword with one edge; formerly used by sailors
-03153375 06 n 02 cutlery 0 eating_utensil 0 006 @ 04381994 n 0000 ~ 03383948 n 0000 %p 03485997 n 0000 ~ 04284002 n 0000 ~ 04284438 n 0000 ~ 04380346 n 0000 | tableware implements for cutting and eating food
-03153585 06 n 01 cutoff 1 001 @ 03183080 n 0000 | a device that terminates the flow in a pipe
-03153681 06 n 01 cutout 0 003 @ 03892891 n 0000 + 00472671 v 0101 + 01554799 v 0101 | a part that is cut out or is intended to be cut out
-03153821 06 n 01 cutout 1 002 @ 03926575 n 0000 ~ 04302034 n 0000 | a photograph from which the background has been cut away
-03153948 06 n 01 cutout 2 001 @ 04372370 n 0000 | a switch that interrupts an electric circuit in the event of an overload
-03154073 06 n 03 cutter 0 cutlery 1 cutting_tool 0 008 @ 03154446 n 0000 + 01552519 v 0101 ~ 02866386 n 0000 ~ 03030557 n 0000 ~ 03192907 n 0000 ~ 03265032 n 0000 ~ 03438780 n 0000 ~ 04435552 n 0000 | a cutting implement; a tool for cutting
-03154316 06 n 01 cutter 2 001 @ 04128837 n 0000 | a sailing vessel with a single mast set further back than the mast of a sloop
-03154446 06 n 01 cutting_implement 0 005 @ 04451818 n 0000 ~ 02844307 n 0000 ~ 02848216 n 0000 ~ 03154073 n 0000 ~ 03886940 n 0000 | a tool used for cutting or slicing
-03154616 06 n 01 cutting_room 0 001 @ 04105893 n 0000 | a room where films or tapes are edited (by cutting out unwanted parts)
-03154745 06 n 01 cutty_stool 0 001 @ 04326896 n 0000 | a low stool; formerly in Scotland, a seat in a church where an offender was publicly rebuked
-03154895 06 n 01 cutwork 0 001 @ 03282933 n 0000 | embroidery in which the design is outlined in a buttonhole stitch and the intervening material is cut away
-03155055 06 n 01 cyberart 0 001 @ 02743547 n 0000 | art that is produced with the help of computer hardware and software
-03155178 06 n 01 cybercafe 0 001 @ 02935658 n 0000 | a cafe whose customers sit at computer terminals and log on to the internet while they eat and drink
-03155334 06 n 02 cyclobenzaprine 0 Flexeril 0 002 @ 03800001 n 0000 ;u 06845599 n 0201 | muscle relaxant (trade name Flexeril) used for muscle spasms or acute injury
-03155502 06 n 01 cyclopean_masonry 0 001 @ 04326799 n 0000 | a primitive style of masonry characterized by use of massive stones of irregular shape and size
-03155661 06 n 01 cyclopropane 0 001 @ 03570838 n 0000 | a colorless flammable gas sometimes used as an inhalation anesthetic
-03155788 06 n 01 cycloserine 0 001 @ 02716866 n 0000 | an antibiotic that is especially active against the tubercle bacillus
-03155915 06 n 01 cyclostyle 0 002 @ 04608567 n 0000 + 01748578 v 0101 | a writing implement with a small toothed wheel that cuts small holes in a stencil
-03156071 06 n 01 cyclotron 0 004 @ 02670382 n 0000 ~ 02833275 n 0000 ~ 04374907 n 0000 ~ 04375775 n 0000 | an accelerator that imparts energies of several million electron-volts to rapidly moving particles
-03156279 06 n 01 cylinder 1 002 @ 03094503 n 0000 #p 02731629 n 0000 | a cylindrical container for oxygen or compressed air
-03156405 06 n 02 cylinder 2 piston_chamber 0 006 @ 03003730 n 0000 #p 03288225 n 0000 #p 04021798 n 0000 #p 03082807 n 0000 ~ 02889996 n 0000 %p 03576955 n 0000 | a chamber within which piston moves
-03156606 06 n 01 cylinder_head 0 001 @ 03959936 n 0000 | a detachable plate that covers the closed end of a cylinder chamber in a reciprocating engine or pump
-03156767 06 n 01 cylinder_lock 0 002 @ 03682487 n 0000 %p 03941013 n 0000 | a lock in which a cylinder rotates to move a bolt; tumblers are pins; inserting the key lifts and aligns the pins to free the cylinder to rotate
-03156990 06 n 02 cyma 0 cymatium 0 004 @ 03780392 n 0000 ;c 05841985 n 0000 ~ 03157215 n 0000 ~ 03842585 n 0000 | (architecture) a molding for a cornice; in profile it is shaped like an S (partly concave and partly convex)
-03157215 06 n 01 cyma_recta 0 001 @ 03156990 n 0000 | a cyma in which the upper section is concave and the lower section is convex
-03157348 06 n 01 cymbal 0 003 @ 03915437 n 0000 ~ 03518829 n 0000 ~ 04614844 n 0000 | a percussion instrument consisting of a concave brass disk; makes a loud crashing sound when hit with a drumstick or when two are struck together
-03157582 06 n 02 cyproheptadine 0 Periactin 0 002 @ 02720725 n 0000 ;u 06845599 n 0201 | an antihistamine (trade name Periactin) used to treat some allergic reactions
-03157751 06 n 01 cytophotometer 0 001 @ 03667664 n 0000 | a photometer that can be used to locate and identify chemical compounds in a cell by measuring the intensity of the light that passes through stained sections of the cytoplasm
-03157987 06 n 01 cytotoxic_drug 0 002 @ 03740161 n 0000 ~ 02722458 n 0000 | any drug that has a toxic effect on cells; commonly used in chemotherapy to inhibit the proliferation of cancerous cells
-03158186 06 n 01 dacha 0 001 @ 03118969 n 0000 | Russian country house
-03158259 06 n 01 Dachau 0 002 @i 03086183 n 0000 #p 08766988 n 0000 | a concentration camp for Jews created by the Nazis near Munich in southern Germany
-03158414 06 n 02 Dacron 0 Terylene 0 003 @ 03979377 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | a kind of polyester fabric
-03158542 06 n 01 dado 1 001 @ 13893786 n 0000 | a rectangular groove cut into a board so that another piece can fit into it
-03158668 06 n 01 dado 2 002 @ 04164989 n 0000 #p 03903868 n 0000 | the section of a pedestal between the base and the surbase
-03158796 06 n 01 dado_plane 0 001 @ 03849275 n 0000 | a plane for making a dado groove
-03158885 06 n 02 dagger 0 sticker 0 010 @ 03624134 n 0000 + 01441993 v 0201 + 01441793 v 0201 ~ 03205458 n 0000 %p 03474896 n 0000 %p 03520654 n 0000 ~ 03619050 n 0000 ~ 03628728 n 0000 ~ 03981094 n 0000 ~ 04318892 n 0000 | a short knife with a pointed blade used for piercing or stabbing
-03159176 06 n 01 daggerboard 0 001 @ 02994012 n 0000 | a removable centerboard on a small sailboat that can be lowered into the water to serve as a keel
-03159331 06 n 01 daguerreotype 0 001 @ 03925226 n 0000 | a photograph made by an early photographic process; the image was produced on a silver plate sensitized to iodine and developed in mercury vapor
-03159535 06 n 02 dairy 0 dairy_farm 0 001 @ 03322099 n 0000 | a farm where dairy products are produced
-03159640 06 n 07 dais 0 podium 0 pulpit 0 rostrum 0 ambo 0 stump 1 soapbox 0 001 @ 03961939 n 0000 | a platform raised above the surrounding level to give prominence to the person on it
-03159828 06 n 01 daisy_chain 0 001 @ 03368508 n 0000 | flower chain consisting of a string of daisies linked by their stems; worn by students on class day at some schools
-03160001 06 n 02 daisy_print_wheel 0 daisy_wheel 0 002 @ 04574999 n 0000 #p 03160186 n 0000 | a wheel around which is a set of print characters that make a typing impression on paper
-03160186 06 n 01 daisywheel_printer 0 002 @ 03007591 n 0000 %p 03160001 n 0000 | a printer that uses a daisy print wheel
-03160309 06 n 03 dam 0 dike 0 dyke 0 009 @ 02796623 n 0000 + 01587818 v 0302 + 01587818 v 0201 + 01477224 v 0101 ~i 02751623 n 0000 ~i 03439491 n 0000 ~i 03534890 n 0000 ~ 03765934 n 0000 ~ 04571566 n 0000 | a barrier constructed to contain the flow of water or to keep out the sea
-03160593 06 n 01 damascene 0 003 @ 03178782 n 0000 + 01795610 a 0101 + 01682446 v 0101 | a design produced by inlaying gold or silver into steel
-03160740 06 n 01 damask 0 002 @ 03309808 n 0000 + 01795799 a 0101 | a fabric of linen or cotton or silk or wool with a reversible pattern woven into it
-03160894 06 n 01 damask 1 002 @ 04380617 n 0000 + 01795799 a 0101 | a table linen made from linen with a damask pattern
-03161016 06 n 02 dampener 0 moistener 0 003 @ 03183080 n 0000 + 00217956 v 0201 + 00217956 v 0103 | a device that dampens or moistens something; "he used a dampener to moisten the shirts before he ironed them"
-03161228 06 n 02 damp-proof_course 0 damp_course 0 001 @ 03120029 n 0000 | a course of some impermeable material laid in the foundation walls of building near the ground to prevent dampness from rising into the building
-03161450 06 n 02 damper 0 muffler 2 007 @ 03183080 n 0000 + 02191311 v 0201 + 02191311 v 0104 + 00390560 v 0103 ~ 03161893 n 0000 ~ 03163488 n 0000 ~ 04198797 n 0000 | a device that decreases the amplitude of electronic, mechanical, acoustical, or aerodynamic oscillations
-03161725 06 n 01 damper 1 003 @ 03959936 n 0000 #p 03017428 n 0000 + 00390215 v 0102 | a movable iron plate that regulates the draft in a stove or chimney or furnace
-03161893 06 n 02 damper_block 0 piano_damper 0 002 @ 03161450 n 0000 #p 03928589 n 0000 | damper consisting of a small felted block that drops onto a piano string to stop its vibration
-03162080 06 n 01 dance_floor 0 001 @ 03365592 n 0000 | a bare floor polished for dancing
-03162171 06 n 01 dapsone 0 001 @ 02716205 n 0000 | antibacterial drug used to treat leprosy and some kinds of skin diseases
-03162297 06 n 02 dark_lantern 0 bull's-eye 0 001 @ 03640988 n 0000 | a lantern with a single opening and a sliding panel that can be closed to conceal the light
-03162460 06 n 01 darkroom 0 001 @ 04105893 n 0000 | a room in which photographs are developed
-03162556 06 n 02 darning_needle 0 embroidery_needle 0 001 @ 04180063 n 0000 | a long needle with an eye large enough for heavy darning or embroidery thread
-03162714 06 n 01 dart 0 002 @ 04494906 n 0000 #p 03419014 n 0000 | a tapered tuck made in dressmaking
-03162818 06 n 01 dart 1 002 @ 04008634 n 0000 ~ 02786463 n 0000 | a small narrow pointed missile that is thrown or shot
-03162940 06 n 02 dartboard 0 dart_board 0 001 @ 02857023 n 0000 | a circular board of wood or cork used as the target in the game of darts
-03163081 06 n 02 Dartmouth_College 0 Dartmouth 0 003 @i 03069752 n 0000 #p 09111366 n 0000 #m 08232706 n 0000 | a college in New Hampshire
-03163222 06 n 02 dashboard 0 fascia 0 002 @ 03098140 n 0000 ;r 08860123 n 0204 | instrument panel on an automobile or airplane containing dials and controls
-03163381 06 n 02 dashiki 0 daishiki 0 001 @ 04197391 n 0000 | a loose and brightly colored African shirt
-03163488 06 n 01 dash-pot 0 001 @ 03161450 n 0000 | a mechanical damper; the vibrating part is attached to a piston that moves in a chamber filled with liquid
-03163649 06 n 01 dasymeter 0 001 @ 03175301 n 0000 | densimeter consisting of a thin glass globe that is weighed in a gas to determine its density
-03163798 06 n 01 data_converter 0 004 @ 03099945 n 0000 #p 03082979 n 0000 ~ 03195799 n 0000 ~ 03197446 n 0000 | converter for changing information from one code to another
-03163973 06 n 02 data_input_device 0 input_device 0 004 @ 03916720 n 0000 ~ 03085013 n 0000 ~ 03602883 n 0000 ~ 04143140 n 0000 | a device that can be used to insert data into a computer or other computational device
-03164192 06 n 01 data_multiplexer 0 001 @ 03799113 n 0000 | a multiplexer that permits two or more data sources to share a common transmission medium
-03164344 06 n 02 data_system 0 information_system 0 002 @ 04377057 n 0000 ~i 03810186 n 0000 | system consisting of the network of all communication channels used within an organization
-03164532 06 n 01 daub 0 001 @ 03876519 n 0000 | an unskillful painting
-03164605 06 n 01 davenport 0 002 @ 03100346 n 0000 ~ 03015149 n 0000 | a large sofa usually convertible into a bed
-03164722 06 n 01 davenport 1 001 @ 03179701 n 0000 | a small decorative writing desk
-03164809 06 n 01 Davis_Cup 0 001 @ 03147901 n 0000 | cup awarded for the annual international team tennis competition
-03164929 06 n 01 davit 0 002 @ 03126707 n 0000 #p 04194289 n 0000 | a crane-like device (usually one of a pair) for suspending or lowering equipment (as a lifeboat)
-03165096 06 n 02 daybed 1 divan_bed 0 001 @ 04256520 n 0000 | an armless couch; a seat by day and a bed by night
-03165211 06 n 02 daybook 0 ledger 0 001 @ 03602562 n 0000 | an accounting journal as a physical object; "he bought a new daybook"
-03165343 06 n 01 day_camp 0 001 @ 02945594 n 0000 | a camp providing care and activities for children during the daytime
-03165466 06 n 02 day_nursery 0 day_care_center 0 001 @ 03836062 n 0000 | a nursery for the supervision of preschool children while the parents work
-03165616 06 n 01 day_school 0 001 @ 04146050 n 0000 | a school building without boarding facilities
-03165718 06 n 01 dead-air_space 0 001 @ 02735688 n 0000 | an unventilated area where no air circulates
-03165823 06 n 01 dead_axle 0 002 @ 02764779 n 0000 ~ 02765028 n 0000 | an axle that carries a wheel but without power to drive it
-03165955 06 n 01 deadeye 0 002 @ 03208556 n 0000 ;c 00314469 n 0000 | (nautical) a round hardwood disk with holes and a grooved perimeter used to tighten a shroud
-03166120 06 n 01 deadhead 0 001 @ 04019101 n 0000 | a train or bus or taxi traveling empty
-03166213 06 n 01 deadlight 0 002 @ 04211356 n 0000 #p 03986562 n 0000 | a strong shutter over a ship's porthole that is closed in stormy weather
-03166360 06 n 01 dead_load 0 001 @ 03679986 n 0000 | a constant load on a structure (e.g. a bridge) due to the weight of the supported structure itself
-03166514 06 n 01 deanery 0 001 @ 04079244 n 0000 | the official residence of a dean
-03166600 06 n 01 deathbed 0 001 @ 02818832 n 0000 | the bed on which a person dies
-03166685 06 n 01 death_camp 0 001 @ 03086183 n 0000 | a concentration camp where prisoners are likely to die or be killed
-03166809 06 n 02 death_house 0 death_row 0 001 @ 02992032 n 0000 | the cellblock in a prison where those condemned to death await execution
-03166951 06 n 02 death_knell 0 death_bell 0 001 @ 02824448 n 0000 | a bell rung to announce a death
-03167053 06 n 01 death_mask 0 001 @ 02979662 n 0000 | a cast taken from the face of a dead person
-03167153 06 n 01 death_seat 0 001 @ 02970685 n 0000 | the car seat beside the driver of an automobile; believed to be the most dangerous place to sit in a car in case of an accident
-03167337 06 n 01 deathtrap 0 001 @ 04341686 n 0000 | any structure that is very unsafe; where people are likely to be killed
-03167464 06 n 02 decal 0 decalcomania 0 002 @ 03178782 n 0000 @ 15077752 n 0000 | either a design that is fixed to some surface or a paper bearing the design which is to be transferred to the surface
-03167666 06 n 01 deck 0 013 @ 03961939 n 0000 #p 04194289 n 0000 ~ 02683692 n 0000 ~ 03363216 n 0000 ~ 03382413 n 0000 ~ 03468900 n 0000 ~ 03549732 n 0000 ~ 03662207 n 0000 ~ 03694098 n 0000 ~ 03711459 n 0000 ~ 03855908 n 0000 ~ 04031770 n 0000 ~ 04514738 n 0000 | any of various platforms built into a vessel
-03167978 06 n 01 deck 1 003 @ 03871628 n 0000 ;u 07157273 n 0000 ~ 03198819 n 0000 | street name for a packet of illegal drugs
-03168107 06 n 01 deck 2 002 @ 03984381 n 0000 ~ 04355267 n 0000 | a porch that resembles the deck on a ship
-03168217 06 n 02 deck_chair 0 beach_chair 0 001 @ 03376595 n 0000 | a folding chair for use outdoors; a wooden frame supports a length of canvas
-03168364 06 n 01 decker 0 002 @ 00021939 n 0000 ;u 06307152 n 0000 | (often used in combinations) something constructed with multiple levels; "they rode in a double-decker bus"
-03168543 06 n 01 deck-house 0 002 @ 04358874 n 0000 #p 04514738 n 0000 | a superstructure on the upper deck of a ship
-03168663 06 n 01 deckle 0 001 @ 03391770 n 0000 | (paper making) a frame used to form paper pulp into sheets
-03168774 06 n 02 deckle_edge 0 deckle 1 001 @ 03264136 n 0000 | rough edge left by a deckle on handmade paper or produced artificially on machine-made paper
-03168933 06 n 02 declinometer 0 transit_declinometer 0 001 @ 03733925 n 0000 | an instrument for measuring magnetic declination
-03169063 06 n 01 decoder 0 001 @ 03699975 n 0000 | a machine that converts a coded text into ordinary language
-03169176 06 n 01 decolletage 0 001 @ 03815278 n 0000 | a low-cut neckline on a woman's dress
-03169271 06 n 01 decongestant 0 002 @ 03740161 n 0000 ~ 03809939 n 0000 | a drug that decreases pulmonary congestion
-03169390 06 n 03 decoration 0 ornament 0 ornamentation 0 045 @ 00021939 n 0000 + 01091234 a 0203 + 01675963 v 0204 + 02748927 v 0103 + 01675963 v 0101 + 01466543 v 0102 ~ 02681518 n 0000 ~ 02732572 n 0000 ~ 02734423 n 0000 ~ 02815389 n 0000 ~ 02880308 n 0000 ~ 02892304 n 0000 ~ 02994419 n 0000 ~ 03026626 n 0000 ~ 03060599 n 0000 ~ 03178782 n 0000 ~ 03282401 n 0000 ~ 03342529 n 0000 ~ 03368141 n 0000 ~ 03376438 n 0000 ~ 03418488 n 0000 ~ 03420440 n 0000 ~ 03451798 n 0000 ~ 03491178 n 0000 ~ 03532187 n 0000 ~ 03566860 n 0000 ~ 03572449 n 0000 ~ 03579355 n 0000 ~ 03626272 n 0000 ~ 03698123 n 0000 ~ 03780392 n 0000 ~ 03805503 n 0000 ~ 03815149 n 0000 ~ 03864834 n 0000 ~ 04109702 n 0000 ~ 04176889 n 0000 ~ 04181083 n 0000 ~ 04279666 n 0000 ~ 04288165 n 0000 ~ 04343346 n 0000 ~ 04384406 n 0000 ~ 04440210 n 0000 ~ 04463141 n 0000 ~ 04586225 n 0000 ~ 07621618 n 0000 | something used to beautify
-03170292 06 n 01 decoupage 0 001 @ 02743547 n 0000 | art produced by decorating a surface with cutouts and then coating it with several layers of varnish or lacquer
-03170459 06 n 01 dedicated_file_server 0 003 @ 03337494 n 0000 ;c 06128570 n 0000 ! 03827830 n 0101 | (computer science) a file server that can be used only as a file server
-03170635 06 n 04 deep-freeze 0 Deepfreeze 0 deep_freezer 0 freezer 0 003 @ 03273913 n 0000 + 00375865 v 0401 + 00375417 v 0101 | electric refrigerator (trade name Deepfreeze) in which food is frozen and stored for long periods of time
-03170872 06 n 01 deerstalker 0 001 @ 03497657 n 0000 | a tight-fitting hat with visors front and back; formerly worn by hunters
-03171002 06 n 01 deer_trail 0 001 @ 04466613 n 0000 | a trail worn by the passage of deer
-03171094 06 n 01 defense_laboratory 0 001 @ 03629986 n 0000 | a laboratory devoted to research and development for national defense
-03171228 06 n 02 defense_system 0 defence_system 0 001 @ 04566257 n 0000 | the weaponry available for the defense of a region
-03171356 06 n 03 defensive_structure 0 defense 0 defence 0 007 @ 04341686 n 0000 ~ 03015631 n 0000 ~ 03385557 n 0000 ~ 03386011 n 0000 ~ 03672638 n 0000 ~ 03862379 n 0000 ~ 04340935 n 0000 | a structure used to defend against attack; "the artillery battered down the defenses"
-03171635 06 n 01 defibrillator 0 002 @ 03277771 n 0000 + 02553002 v 0101 | an electronic device that administers an electric shock of preset voltage to the heart through the chest wall in an attempt to restore the normal rhythm of the heart during ventricular fibrillation
-03171910 06 n 01 defilade 0 001 @ 03385557 n 0000 | the arrangement of defensive fortifications to protect against enemy fire
-03172038 06 n 01 deflector 0 003 @ 03183080 n 0000 + 02034300 v 0101 + 02033805 v 0101 | a device intended to turn aside the flow of something (water or air or smoke etc)
-03172211 06 n 02 defroster 0 deicer 0 004 @ 03508101 n 0000 ;c 02691156 n 0000 + 00376807 v 0202 + 00376807 v 0101 | heater that removes ice or frost (as from a windshield or a refrigerator or the wings of an airplane)
-03172432 06 n 02 delavirdine 0 Rescriptor 0 001 @ 03828155 n 0000 | a non-nucleoside reverse transcriptase inhibitor (trade name Rescriptor) used to treat AIDS and HIV
-03172602 06 n 01 Delaware_Memorial_Bridge 0 002 @i 04366367 n 0000 #p 09070363 n 0000 | a suspension bridge across the Delaware River
-03172738 06 n 01 delayed_action 0 002 @ 03738472 n 0000 #p 02942699 n 0000 | a mechanism that automatically delays the release of a camera shutter for a fixed period of time so that the photographer can appear in the picture
-03172965 06 n 01 delay_line 0 003 @ 03033362 n 0000 ~ 02676097 n 0000 ~ 03276431 n 0000 | a circuit designed to introduce a calculated delay into the transmission of a signal
-03173142 06 n 01 delf 0 003 @ 03302121 n 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | an excavation; usually a quarry or mine
-03173270 06 n 01 delft 0 001 @ 03262519 n 0000 | a style of glazed earthenware; usually white with blue decoration
-03173387 06 n 03 delicatessen 0 deli 0 food_shop 0 002 @ 04202417 n 0000 ~ 03008177 n 0000 | a shop selling ready-to-eat food products
-03173524 06 n 04 delineation 0 depiction 0 limning 0 line_drawing 0 005 @ 03234306 n 0000 + 02736778 v 0102 + 01689379 v 0101 + 01582645 v 0105 ~ 02712907 n 0000 | a drawing of the outlines of forms or objects
-03173736 06 n 01 deliverable 0 001 @ 04007894 n 0000 | something that can be provided as the product of development; "under this contract the deliverables include both software and hardware"
-03173929 06 n 03 delivery_truck 0 delivery_van 0 panel_truck 0 001 @ 04520170 n 0000 | a van suitable for delivering goods or services to customers
-03174079 06 n 01 delta_wing 0 001 @ 02691156 n 0000 | an airplane with wings that give it the appearance of an isosceles triangle
-03174211 06 n 02 demeclocycline_hydrochloride 0 Declomycin 0 002 @ 04416530 n 0000 ;u 06845599 n 0201 | tetracycline antibacterial (trade name Declomycin) effective in the treatment of some bacterial and rickettsial and other infections
-03174450 06 n 01 demijohn 0 001 @ 02876657 n 0000 | large bottle with a short narrow neck; often has small handles at neck and is enclosed in wickerwork
-03174605 06 n 01 demister 0 002 @ 03508101 n 0000 + 00361641 v 0101 | heater that removes mist from the windshield of a car
-03174731 06 n 01 demitasse 0 001 @ 03063073 n 0000 | small coffee cup; for serving black coffee
-03174829 06 n 01 demulcent 0 002 @ 03740161 n 0000 + 01153844 a 0101 | a medication (in the form of an oil or salve etc.) that soothes inflamed or injured skin
-03174991 06 n 01 Demulen 0 001 @ 03936895 n 0000 | trade name for an oral contraceptive
-03175081 06 n 01 den 0 002 @ 04105893 n 0000 #p 03259505 n 0000 | a room that is comfortable and secluded
-03175189 06 n 03 denim 0 dungaree 0 jean 0 001 @ 03309808 n 0000 | a coarse durable twill-weave cotton fabric
-03175301 06 n 02 densimeter 0 densitometer 1 002 @ 03733925 n 0000 ~ 03163649 n 0000 | a measuring instrument for determining density or specific gravity
-03175457 06 n 01 densitometer 0 002 @ 03733925 n 0000 ~ 03760164 n 0000 | a measuring instrument for determining optical or photographic density
-03175604 06 n 01 dental_appliance 0 008 @ 03183080 n 0000 ;c 06047430 n 0000 ~ 02845130 n 0000 ~ 02887079 n 0000 ~ 03139089 n 0000 ~ 03176386 n 0000 ~ 03338287 n 0000 ~ 04082562 n 0000 | a device to repair teeth or replace missing teeth
-03175843 06 n 02 dental_floss 0 floss 1 002 @ 04426788 n 0000 + 00041866 v 0201 | a soft thread for cleaning the spaces between the teeth
-03175983 06 n 01 dental_implant 0 001 @ 03563710 n 0000 | an implant that replaces a natural tooth
-03176084 06 n 01 dentifrice 0 003 @ 03040587 n 0000 ~ 04453298 n 0000 ~ 04453557 n 0000 | a substance for cleaning the teeth; applied with a toothbrush
-03176238 06 n 02 dentist's_drill 0 burr_drill 0 002 @ 03239726 n 0000 %p 02921292 n 0000 | a high speed drill that dentists use to cut into teeth
-03176386 06 n 03 denture 0 dental_plate 0 plate 9 005 @ 03175604 n 0000 + 10004019 n 0102 ~ 02899569 n 0000 ~ 03319576 n 0000 ~ 03893935 n 0000 | a dental appliance that artificially replaces missing teeth
-03176594 06 n 02 deodorant 0 deodourant 0 003 @ 04447443 n 0000 + 02126863 v 0203 + 02126863 v 0101 | a toiletry applied to the skin in order to mask unpleasant odors
-03176763 06 n 02 department_store 0 emporium 0 002 @ 03748162 n 0000 #m 08062206 n 0000 | a large retail store organized into departments offering a variety of merchandise; commonly part of a retail chain
-03176970 06 n 01 departure_gate 0 001 @ 03427909 n 0000 | gate where passengers embark
-03177059 06 n 01 departure_lounge 0 001 @ 03691817 n 0000 | lounge where passengers can await departure
-03177165 06 n 03 depilatory 0 depilator 0 epilator 0 004 @ 03113152 n 0000 + 00037514 v 0202 + 00211221 a 0101 ~ 03293095 n 0000 | a cosmetic for temporary removal of undesired hair
-03177349 06 n 04 depository 0 deposit 0 depositary 0 repository 0 012 @ 03315023 n 0000 ~ 02735086 n 0000 ~ 02787772 n 0000 ~ 03246052 n 0000 ~ 03660664 n 0000 ~ 03690695 n 0000 ~ 03800563 n 0000 ~ 04076433 n 0000 ~ 04274309 n 0000 %p 04328946 n 0000 ~ 04329190 n 0000 ~ 04477825 n 0000 | a facility where things can be deposited for storage or safekeeping
-03177708 06 n 01 depressor 0 003 @ 03183080 n 0000 + 01574766 v 0102 ~ 04451318 n 0000 | a device used by physician to press a part down or aside
-03177856 06 n 02 depth_charge 0 depth_bomb 0 001 @ 02866578 n 0000 | a bomb that explodes at a preset depth under water; antisubmarine device
-03178000 06 n 01 depth_finder 0 002 @ 03813176 n 0000 ~ 04260192 n 0000 | navigational instrument used to measure the depth of a body of water (as by ultrasound or radar)
-03178173 06 n 02 depth_gauge 0 depth_gage 0 001 @ 03429288 n 0000 | a gauge for measuring the depth of grooves or holes or other concavities
-03178316 06 n 01 dermatome 0 001 @ 04364545 n 0000 | a surgical instrument used to cut very thin slices of skin
-03178430 06 n 01 derrick 0 001 @ 03126707 n 0000 | a simple crane having lifting tackle slung from a boom
-03178538 06 n 01 derrick 1 001 @ 03391770 n 0000 | a framework erected over an oil well to allow drill tubes to be raised and lowered
-03178674 06 n 01 derringer 0 001 @ 03948459 n 0000 | a pocket pistol of large caliber with a short barrel
-03178782 06 n 03 design 0 pattern 0 figure 1 023 @ 03169390 n 0000 + 01753596 v 0101 + 01640550 v 0101 ~ 02736934 n 0000 ~ 02816895 n 0000 ~ 03160593 n 0000 ~ 03167464 n 0000 ~ 03185746 n 0000 ~ 03282591 n 0000 ~ 03516367 n 0000 ~ 03674842 n 0000 ~ 03716656 n 0000 ~ 03762602 n 0000 ~ 03789014 n 0000 ~ 03978300 n 0000 ~ 04029647 n 0000 ~ 04153436 n 0000 ~ 04354828 n 0000 ~ 04395651 n 0000 ~ 04416901 n 0000 ~ 04485884 n 0000 ~ 04568298 n 0000 ~ 04680285 n 0000 | a decorative or artistic work; "the coach had a design on the doors"
-03179318 06 n 01 design 1 003 @ 04227144 n 0000 + 01639714 v 0101 + 00709625 v 0101 | a preliminary sketch indicating the plan for something; "the design of a building"
-03179489 06 n 01 designer_drug 0 001 @ 04017137 n 0000 | a psychoactive drug deliberately synthesized to avoid anti-drug laws; mimics the effects of a banned drug; law was revised in 1986 to ban designer drugs
-03179701 06 n 01 desk 0 005 @ 04379243 n 0000 ~ 03164722 n 0000 %p 03233905 n 0000 ~ 04164868 n 0000 ~ 04608329 n 0000 | a piece of furniture with a writing surface and usually drawers or other compartments
-03179910 06 n 01 desk_phone 0 001 @ 04401088 n 0000 | a telephone set that sits on a desk or table
-03180011 06 n 01 desktop_computer 0 001 @ 03918480 n 0000 | a personal computer small enough to fit conveniently in an individual workspace
-03180153 06 n 01 desipramine 0 001 @ 04482543 n 0000 | a tricyclic antidepressant drug that activates the psychomotor system
-03180280 06 n 01 dessert_plate 0 001 @ 03959485 n 0000 | a small plate on which dessert can be served
-03180384 06 n 01 dessert_spoon 0 001 @ 04284002 n 0000 | a spoon larger than a teaspoon and smaller than a tablespoon
-03180504 06 n 02 destroyer 0 guided_missile_destroyer 0 006 @ 04552696 n 0000 + 01619929 v 0101 + 01564144 v 0101 ~ 04439039 n 0000 ~ 04457474 n 0000 ~i 04516477 n 0000 | a small fast lightly armored but heavily armed warship
-03180732 06 n 01 destroyer_escort 0 001 @ 04552696 n 0000 | warship smaller than a destroyer; designed to escort fleets or convoys
-03180865 06 n 02 detached_house 0 single_dwelling 0 001 @ 03544360 n 0000 | a house that stands alone
-03180969 06 n 03 detector 0 sensor 0 sensing_element 0 007 @ 03183080 n 0000 + 02106006 v 0202 + 02154508 v 0101 ~ 03751757 n 0000 ~ 03768683 n 0000 ~ 03924978 n 0000 ~ 04462576 n 0000 | any device that receives a signal or stimulus (as heat or pressure or light or motion etc.) and responds to it in a distinctive manner
-03181293 06 n 01 detector 1 005 @ 03278248 n 0000 #p 04043733 n 0000 + 02154508 v 0101 ~ 03143400 n 0000 ~ 04142731 n 0000 | electronic equipment that detects the presence of radio signals or radioactivity
-03181501 06 n 02 detector 2 demodulator 0 003 @ 04065632 n 0000 #p 04043733 n 0000 + 01351601 v 0201 | rectifier that extracts modulation from a radio carrier wave
-03181667 06 n 04 detention_home 0 detention_house 0 house_of_detention 0 detention_camp 0 001 @ 03111690 n 0000 | an institution where juvenile offenders can be held temporarily (usually under the supervision of a juvenile court)
-03181899 06 n 01 detergent 0 006 @ 03040587 n 0000 + 02118181 a 0101 + 01393038 v 0101 ~ 03208062 n 0000 ~ 03648527 n 0000 ~ 03677026 n 0000 | a cleansing agent that differs from soap but can also emulsify oils and hold dirt in suspension
-03182140 06 n 01 detonating_fuse 0 001 @ 03407122 n 0000 | a fuse containing an explosive
-03182232 06 n 03 detonator 0 detonating_device 0 cap 5 004 @ 03305522 n 0000 + 00306723 v 0102 ~ 02850060 n 0000 ~ 03915320 n 0000 | a mechanical or electrical explosive device or a small amount of explosive; can be used to initiate the reaction of a disrupting explosive
-03182506 06 n 02 detour 0 roundabout_way 0 002 @ 04096066 n 0000 + 02066203 v 0101 | a roundabout road (especially one that is used temporarily while a main route is blocked)
-03182683 06 n 01 detox 0 001 @ 04549919 n 0000 | the hospital ward or clinic in which patients are detoxified
-03182795 06 n 02 deuce 0 two 0 001 @ 03963982 n 0000 | one of the four playing cards in a deck that have two spots
-03182912 06 n 01 developer 0 003 @ 03926148 n 0000 + 02138766 v 0101 ~ 04327544 n 0000 | photographic equipment consisting of a chemical solution for developing film
-03183080 06 n 01 device 0 128 @ 03575240 n 0000 ~ 02676261 n 0000 ~ 02678897 n 0000 ~ 02683558 n 0000 ~ 02684356 n 0000 ~ 02688443 n 0000 ~ 02694426 n 0000 ~ 02729965 n 0000 ~ 02730265 n 0000 ~ 02748183 n 0000 ~ 02762169 n 0000 ~ 02776205 n 0000 ~ 02839477 n 0000 ~ 02843553 n 0000 ~ 02855089 n 0000 ~ 02874442 n 0000 ~ 02895438 n 0000 ~ 02895606 n 0000 ~ 02909408 n 0000 ~ 02911158 n 0000 ~ 02982232 n 0000 ~ 03008976 n 0000 ~ 03044801 n 0000 ~ 03074855 n 0000 ~ 03075768 n 0000 ~ 03088707 n 0000 ~ 03096593 n 0000 ~ 03099945 n 0000 ~ 03108759 n 0000 ~ 03111899 n 0000 ~ 03141702 n 0000 ~ 03142579 n 0000 ~ 03153585 n 0000 ~ 03161016 n 0000 ~ 03161450 n 0000 ~ 03172038 n 0000 ~ 03175604 n 0000 ~ 03177708 n 0000 ~ 03180969 n 0000 ~ 03193754 n 0000 ~ 03243218 n 0000 ~ 03246653 n 0000 ~ 03267972 n 0000 ~ 03269401 n 0000 ~ 03277771 n 0000 ~ 03287351 n 0000 ~ 03302790 n 0000 ~ 03305522 n 0000 ~ 03320046 n 0000 ~ 03339643 n 0000 ~ 03345837 n 0000 ~ 03357893 n 0000 ~ 03402785 n 0000 ~ 03423099 n 0000 ~ 03461988 n 0000 ~ 03464467 n 0000 ~ 03508101 n 0000 ~ 03508485 n 0000 ~ 03525827 n 0000 ~ 03537241 n 0000 ~ 03553019 n 0000 ~ 03565288 n 0000 ~ 03568117 n 0000 ~ 03574816 n 0000 ~ 03579791 n 0000 ~ 03580990 n 0000 ~ 03598385 n 0000 ~ 03613294 n 0000 ~ 03614007 n 0000 ~ 03617834 n 0000 ~ 03626760 n 0000 ~ 03664514 n 0000 ~ 03664675 n 0000 ~ 03666591 n 0000 ~ 03699975 n 0000 ~ 03705379 n 0000 ~ 03738472 n 0000 ~ 03744840 n 0000 ~ 03800933 n 0000 ~ 03819448 n 0000 ~ 03827536 n 0000 ~ 03851341 n 0000 ~ 03865820 n 0000 ~ 03887330 n 0000 ~ 03904909 n 0000 ~ 03929660 n 0000 ~ 03997274 n 0000 ~ 04007664 n 0000 ~ 04010779 n 0000 ~ 04019696 n 0000 ~ 04069276 n 0000 ~ 04073425 n 0000 ~ 04074963 n 0000 ~ 04078955 n 0000 ~ 04081844 n 0000 ~ 04114844 n 0000 ~ 04120093 n 0000 ~ 04151108 n 0000 ~ 04200537 n 0000 ~ 04200908 n 0000 ~ 04202282 n 0000 ~ 04210120 n 0000 ~ 04217718 n 0000 ~ 04252331 n 0000 ~ 04261767 n 0000 ~ 04263760 n 0000 ~ 04294212 n 0000 ~ 04313867 n 0000 ~ 04331639 n 0000 ~ 04336034 n 0000 ~ 04346679 n 0000 ~ 04349913 n 0000 ~ 04359589 n 0000 ~ 04369856 n 0000 ~ 04375080 n 0000 ~ 04386456 n 0000 ~ 04398167 n 0000 ~ 04430158 n 0000 ~ 04435870 n 0000 ~ 04450749 n 0000 ~ 04461879 n 0000 ~ 04474466 n 0000 ~ 04483073 n 0000 ~ 04519536 n 0000 ~ 04520962 n 0000 ~ 04526964 n 0000 ~ 04554406 n 0000 ~ 04559166 n 0000 | an instrumentality invented for a particular purpose; "the device is small enough to wear on your wrist"; "a device intended to conserve water"
-03185562 06 n 01 device 1 003 @ 03282591 n 0000 ;c 05801594 n 0000 ~ 04509815 n 0000 | an emblematic design (especially in heraldry); "he was recognized by the device on his shield"
-03185746 06 n 01 device 2 002 @ 03178782 n 0000 ~ 04159058 n 0000 | any ornamental pattern or design (as in embroidery)
-03185868 06 n 02 Dewar_flask 0 Dewar 0 001 @ 04518132 n 0000 | vacuum flask that holds liquid air or helium for scientific experiments
-03186005 06 n 02 dextroamphetamine_sulphate 0 Dexedrine 0 002 @ 02704153 n 0000 ;u 06845599 n 0201 | an isomer of amphetamine (trade name Dexedrine) used as a central nervous system stimulant
-03186199 06 n 01 dhoti 0 001 @ 02896294 n 0000 | a long loincloth worn by Hindu men
-03186285 06 n 01 dhow 0 002 @ 04128837 n 0000 %p 03645730 n 0000 | a lateen-rigged sailing vessel used by Arabs
-03186399 06 n 01 diagram 0 009 @ 03234306 n 0000 + 01715430 a 0101 + 01715430 a 0102 + 01693453 v 0101 ~ 02853991 n 0000 ~ 03537714 n 0000 ~ 04145578 n 0000 ~ 04525821 n 0000 ~ 04615456 n 0000 | a drawing intended to explain how something works; a drawing showing the relation between the parts
-03186696 06 n 01 dial 0 002 @ 03313602 n 0000 #p 04437953 n 0000 | the face of a timepiece; graduated to show the hours
-03186818 06 n 02 dial 1 telephone_dial 0 005 @ 04169437 n 0000 #p 03187595 n 0000 + 00676135 v 0101 + 00790308 v 0101 %p 03341707 n 0000 | a disc on a telephone that is rotated a fixed distance for each number called
-03187037 06 n 01 dial 2 001 @ 03568117 n 0000 | the circular graduated indicator on various measuring instruments
-03187153 06 n 01 dial 3 001 @ 03096960 n 0000 | the control on a radio or television set that is used for tuning
-03187268 06 n 02 dialog_box 0 panel 3 003 @ 04588739 n 0000 #p 06575681 n 0000 ;c 06128570 n 0000 | (computer science) a small temporary window in a graphical user interface that appears in order to request information from the user; after the information has been provided the user dismisses the box with `okay' or `cancel'
-03187595 06 n 02 dial_telephone 0 dial_phone 0 002 @ 04401088 n 0000 %p 03186818 n 0000 | a telephone with a dial for registering the number to be called
-03187751 06 n 02 dialyzer 0 dialysis_machine 0 003 @ 03739693 n 0000 + 00330426 v 0102 ~ 02746008 n 0000 | a medical instrument for separating substances in solution by unequal diffusion through semipermeable membranes
-03187972 06 n 01 diamond 1 002 @ 03963982 n 0000 #m 03771261 n 0000 | a playing card in the minor suit that has one or more red rhombuses on it; "he led a small diamond"; "diamonds were trumps"
-03188168 06 n 01 diamond_point 0 002 @ 03974215 n 0000 #p 04346679 n 0000 | a very hard small point made from a diamond
-03188290 06 n 01 diamante 1 001 @ 03309808 n 0000 | fabric covered with glittering ornaments such as sequins or rhinestones
-03188416 06 n 02 diapason 0 diapason_stop 0 001 @ 03854998 n 0000 | either of the two main stops on a pipe organ
-03188531 06 n 03 diaper 0 nappy 0 napkin 1 001 @ 03419014 n 0000 | garment consisting of a folded cloth drawn up between the legs and fastened at the waist; worn by infants to catch excrement
-03188725 06 n 01 diaper 1 001 @ 03309808 n 0000 | a fabric (usually cotton or linen) with a distinctive woven pattern of small repeated figures
-03188871 06 n 01 diaphone 0 001 @ 03375171 n 0000 | a foghorn that makes a signal consisting of two tones
-03188979 06 n 01 diaphoretic 0 002 @ 03740161 n 0000 + 02712125 a 0101 | used to produce perspiration
-03189083 06 n 02 diaphragm 0 stop 2 003 @ 03736970 n 0000 #p 02942699 n 0000 ~ 03584649 n 0000 | a mechanical device in a camera that controls size of aperture of the lens; "the new cameras adjust the diaphragm automatically"
-03189311 06 n 01 diaphragm 1 002 @ 03208556 n 0000 #p 03274561 n 0000 | electro-acoustic transducer that vibrates to receive or produce sound waves
-03189461 06 n 03 diaphragm 2 pessary 0 contraceptive_diaphragm 0 001 @ 03096593 n 0000 | a contraceptive device consisting of a flexible dome-shaped cup made of rubber or plastic; it is filled with spermicide and fitted over the uterine cervix
-03189707 06 n 01 diary 0 002 @ 03602562 n 0000 + 10011486 n 0101 | a personal journal (as a physical object)
-03189818 06 n 01 diathermy_machine 0 003 @ 03739693 n 0000 ~ 03761588 n 0000 ~ 04205613 n 0000 | a medical instrument for local heating of bodily tissues for medical purposes
-03189995 06 n 02 diazepam 0 Valium 0 002 @ 02830852 n 0000 ;u 06845599 n 0201 | a tranquilizer (trade name Valium) used to relieve anxiety and relax muscles; acts by enhancing the inhibitory actions of the neurotransmitter GABA; can also be used as an anticonvulsant drug in cases of nerve agent poisoning
-03190303 06 n 02 diazoxide 0 Hyperstat 0 002 @ 04522904 n 0000 ;u 06845599 n 0201 | vasodilator (trade name Hyperstat) used to treat severe hypertension
-03190458 06 n 02 dibble 0 dibber 0 003 @ 03489162 n 0000 + 01312123 v 0101 + 01567754 v 0101 | a wooden hand tool with a pointed end; used to make holes in the ground for planting seeds or bulbs
-03190655 06 n 01 dibucaine 0 001 @ 03582305 n 0000 | a local anesthetic that is administered by injection
-03190763 06 n 04 dideoxycytosine 0 ddC 0 DDC 1 zalcitabine 0 001 @ 02725367 n 0000 | an antiviral drug used to combat HIV infection
-03190897 06 n 04 dideoxyinosine 0 ddI 0 DDI 1 didanosine 0 001 @ 02725367 n 0000 | an antiviral drug used to combat HIV infection
-03191029 06 n 02 die 0 dice 0 007 @ 03144592 n 0000 + 01138733 v 0201 + 01256867 v 0202 ~ 03353783 n 0000 ~ 03388826 n 0000 ~ 03847214 n 0000 ~ 04225417 n 0000 | a small cube with 1 to 6 spots on the six faces; used in gambling to generate random numbers
-03191286 06 n 02 dice_cup 0 dice_box 0 001 @ 03094503 n 0000 | a small container (open at one end) in which dice are shaken by hand and from which they are thrown
-03191451 06 n 01 dicer 0 002 @ 03736970 n 0000 + 01256867 v 0102 | a mechanical device used for dicing food
-03191561 06 n 04 dickey 0 dickie 0 dicky 0 shirtfront 0 004 @ 03573282 n 0000 #p 04197391 n 0000 + 01274741 a 0301 + 01274741 a 0102 | a man's detachable insert (usually starched) to simulate the front of a shirt
-03191776 06 n 06 dickey 1 dickie 1 dicky 1 dickey-seat 0 dickie-seat 0 dicky-seat 0 002 @ 02770830 n 0000 ;r 08860123 n 0000 | a small third seat in the back of an old-fashioned two-seater
-03191967 06 n 02 diclofenac_potassium 0 Cataflam 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14599168 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Cataflam)
-03192142 06 n 02 diclofenac_sodium 0 Voltaren 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14599168 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Voltaren) that is administered only orally
-03192347 06 n 02 dicloxacillin 0 Dynapen 0 002 @ 02716205 n 0000 ;u 06845599 n 0201 | antibacterial (trade name Dynapen) used to treat staphylococcal infections that are resistant to penicillin
-03192543 06 n 01 Dictaphone 0 001 @ 04393095 n 0000 | a tape recorder that records and reproduces dictation
-03192653 06 n 02 dicumarol 0 dicoumarol 0 001 @ 02718259 n 0000 | an anticoagulant drug that has now been largely replaced by warfarin
-03192790 06 n 01 die 1 003 @ 04184600 n 0000 + 01555034 v 0101 ~ 04299963 n 0000 | a device used for shaping metal
-03192907 06 n 01 die 2 002 @ 03154073 n 0000 + 01555034 v 0101 | a cutting tool that is fitted into a diestock and used for cutting male (external) screw threads on screws or bolts or pipes or rods
-03193107 06 n 03 diesel 0 diesel_engine 0 diesel_motor 0 002 @ 03579982 n 0000 #p 03193597 n 0000 | an internal-combustion engine that burns heavy oil
-03193260 06 n 02 diesel-electric_locomotive 0 diesel-electric 0 001 @ 03193597 n 0000 | a locomotive driven by the electric current generated by a diesel engine
-03193423 06 n 02 diesel-hydraulic_locomotive 0 diesel-hydraulic 0 001 @ 03193597 n 0000 | a locomotive driven by a hydraulic transmission system powered by a diesel engine
-03193597 06 n 01 diesel_locomotive 0 004 @ 03684823 n 0000 %p 03193107 n 0000 ~ 03193260 n 0000 ~ 03193423 n 0000 | a locomotive driven by a diesel engine
-03193754 06 n 01 diestock 0 001 @ 03183080 n 0000 | a device that holds the dies that cut external threads on metal cylinders
-03193882 06 n 03 diethylstilbesterol 0 DES 0 stilbesterol 0 001 @ 15058023 n 0000 | synthetic nonsteroid with the properties of estrogen; formerly used to treat menstrual problems but was found to be associated with vaginal cancers in the daughters of women so treated during pregnancy
-03194170 06 n 01 differential_analyzer 0 001 @ 02708224 n 0000 | an analog computer designed to solve differential equations
-03194297 06 n 02 differential_gear 0 differential 0 001 @ 02833793 n 0000 | a bevel gear that permits rotation of two shafts at different speeds; used on the rear axle of automobiles to allow wheels to rotate at different speeds on curves
-03194538 06 n 02 diffraction_grating 0 grating 2 002 @ 03851341 n 0000 ~ 03263474 n 0000 | optical device consisting of a surface with many parallel grooves in it; disperses a beam of light (or other electromagnetic radiation) into its wavelengths to produce its spectrum
-03194812 06 n 02 diffuser 0 diffusor 0 004 @ 03851341 n 0000 #p 03636649 n 0000 #p 03667380 n 0000 + 01229071 v 0205 | optical device that distributes the light of a lamp evenly
-03194992 06 n 02 diffuser 1 diffusor 1 002 @ 02772868 n 0000 + 01229071 v 0205 | baffle that distributes sound waves evenly
-03195118 06 n 02 diflunisal 0 Dolobid 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 15010038 n 0000 | nonsteroidal anti-inflammatory (trade name Dolobid) used to treat arthritis and other inflammatory conditions
-03195332 06 n 01 digester 0 002 @ 02758960 n 0000 + 01197338 v 0101 | autoclave consisting of a vessel in which plant or animal materials are digested
-03195485 06 n 05 diggings 0 digs 0 domiciliation 0 lodgings 0 pad 4 004 @ 03679384 n 0000 + 02652494 v 0401 + 02651424 v 0401 + 02459173 v 0303 | temporary living quarters
-03195659 06 n 02 diggings 1 digs 1 002 @ 03302121 n 0000 ;u 06295235 n 0000 | an excavation for ore or precious stones or for archaeology
-03195799 06 n 02 digital-analog_converter 0 digital-to-analog_converter 0 001 @ 03163798 n 0000 | device for converting digital signals into analogue signals
-03195959 06 n 02 digital_audiotape 0 DAT 0 001 @ 02757810 n 0000 | a digital tape recording of sound
-03196062 06 n 01 digital_camera 0 002 @ 02942699 n 0000 ~ 04569063 n 0000 | a camera that encodes an image digitally and store it for later reproduction
-03196217 06 n 01 digital_clock 0 001 @ 03046257 n 0000 | a clock that displays the time of day digitally
-03196324 06 n 01 digital_computer 0 009 @ 03082979 n 0000 ~ 02916684 n 0000 ~ 03337494 n 0000 ~ 03711711 n 0000 ~ 03770224 n 0000 ~ 03799240 n 0000 ~ 03918480 n 0000 ~ 04541777 n 0000 ~ 04603399 n 0000 | a computer that represents information by numerical (binary) digits
-03196598 06 n 02 digital_display 0 alphanumeric_display 0 005 @ 03211117 n 0000 #p 03197201 n 0000 #p 03197337 n 0000 %p 03666362 n 0000 ~ 03676759 n 0000 | a display that gives the information in the form of characters (numbers or letters)
-03196841 06 n 01 digital_plethysmograph 0 001 @ 03966325 n 0000 | plethysmograph applied to a digit of the hand or foot to measure skin blood flow
-03196990 06 n 02 digital_subscriber_line 0 DSL 0 001 @ 04402057 n 0000 | a generic name for digital lines that are provided by telephone companies to their local subscribers and that carry data at high speeds
-03197201 06 n 01 digital_voltmeter 0 002 @ 03279364 n 0000 %p 03196598 n 0000 | an electronic voltmeter that gives readings in digits
-03197337 06 n 01 digital_watch 0 002 @ 04555897 n 0000 %p 03196598 n 0000 | a watch with a digital display
-03197446 06 n 04 digitizer 0 digitiser 0 analog-digital_converter 0 analog-to-digital_converter 0 003 @ 03163798 n 0000 + 00563824 v 0202 + 00563824 v 0101 | device for converting analogue signals into digital signals
-03197666 06 n 01 digitoxin 0 001 @ 15060131 n 0000 | digitalis preparation used to treat congestive heart failure or cardiac arrhythmia
-03197804 06 n 02 digoxin 0 Lanoxin 0 002 @ 15060131 n 0000 ;u 06845599 n 0201 | digitalis preparation (trade name Lanoxin) used to treat congestive heart failure or cardiac arrhythmia; helps the heart beat more forcefully
-03198028 06 n 01 dihydrostreptomycin 0 001 @ 02716866 n 0000 | antibiotic consisting of a hydrogenated form of streptomycin; used against tuberculosis and tularemia and Gram-negative organisms
-03198223 06 n 02 dilator 0 dilater 0 002 @ 04364545 n 0000 + 00305537 v 0101 | a surgical instrument that is used to dilate or distend an opening or an organ
-03198383 06 n 01 dilator 1 003 @ 03247620 n 0000 + 00305537 v 0101 ~ 04522904 n 0000 | a drug that causes dilation
-03198500 06 n 01 dildo 0 001 @ 04533042 n 0000 | a vibrating device that substitutes for an erect penis to provide vaginal stimulation
-03198637 06 n 02 diltiazem 0 Cardizem 0 002 @ 02938514 n 0000 ;u 06845599 n 0201 | a calcium blocker (trade name Cardizem) used in treating hypertension or angina or heart failure
-03198819 06 n 02 dime_bag 0 dime 0 001 @ 03167978 n 0000 | street name for a packet of illegal drugs that is sold for ten dollars
-03198951 06 n 02 dimenhydrinate 0 Dramamine 0 003 @ 02720725 n 0000 @ 02719750 n 0000 ;u 06845599 n 0201 | antihistamine and antiemetic (trade name Dramamine) used to treat motion sickness
-03199142 06 n 01 Dimetapp 0 003 @ 02720725 n 0000 @ 03809939 n 0000 %s 02905422 n 0000 | trade name for a drug containing an antihistamine and a decongestant; used to relieve nasal congestion and to treat rhinitis
-03199358 06 n 01 dimity 0 001 @ 03309808 n 0000 | a strong cotton fabric with a raised pattern; used for bedcovers and curtains
-03199488 06 n 01 dimmer 0 001 @ 04086794 n 0000 | a rheostat that varies the current through an electric light in order to control the level of illumination
-03199647 06 n 01 diner 1 003 @ 04081281 n 0000 + 01167780 v 0101 + 01167981 v 0101 | a restaurant that resembles a dining car
-03199775 06 n 01 dinette 0 002 @ 04105893 n 0000 #p 03259505 n 0000 | a small area off of a kitchen that is used for dining
-03199901 06 n 03 dinghy 0 dory 0 rowboat 0 005 @ 04244997 n 0000 %p 03905730 n 0000 ~ 04115456 n 0000 %p 04432043 n 0000 ~ 04577139 n 0000 | a small boat of shallow draft with cross thwarts for seats and rowlocks for oars with which it is propelled
-03200152 06 n 02 dinky 0 dinkey 0 001 @ 03684823 n 0000 | a small locomotive
-03200231 06 n 01 dining_area 0 001 @ 02735688 n 0000 | an area arranged for dining; "they put up tents for the dining area"
-03200357 06 n 04 dining_car 0 diner 0 dining_compartment 0 buffet_car 0 003 @ 03895866 n 0000 + 01167780 v 0201 + 01167981 v 0201 | a passenger car where food is served in transit
-03200539 06 n 01 dining-hall 0 003 @ 03200701 n 0000 %p 03519674 n 0000 ~ 04067818 n 0000 | a large room at a college or university; used especially for dining
-03200701 06 n 02 dining_room 0 dining-room 0 007 @ 04105893 n 0000 #p 03259505 n 0000 %p 02912065 n 0000 ~ 03200539 n 0000 %p 03201035 n 0000 ~ 03751065 n 0000 ~ 04481642 n 0000 | a room used for dining
-03200906 06 n 01 dining-room_furniture 0 002 @ 03405725 n 0000 ~ 03201035 n 0000 | furniture intended for use in a dining room
-03201035 06 n 01 dining-room_table 0 003 @ 03201208 n 0000 @ 03200906 n 0000 #p 03200701 n 0000 | dining-room furniture consisting of a table on which meals can be served
-03201208 06 n 02 dining_table 0 board 1 009 @ 04379964 n 0000 + 02656763 v 0201 + 01177118 v 0201 + 01176897 v 0201 ~ 03201035 n 0000 ~ 03202354 n 0000 ~ 03519674 n 0000 ~ 04067921 n 0000 ~ 04481524 n 0000 | a table at which meals are served; "he helped her clear the dining table"; "a feast was spread upon the board"
-03201529 06 n 01 dinner_bell 0 001 @ 02824448 n 0000 | a bell rung to announce that dinner has been served
-03201638 06 n 04 dinner_dress 0 dinner_gown 0 formal 0 evening_gown 0 002 @ 03450230 n 0000 @ 03384891 n 0000 | a gown for evening wear
-03201776 06 n 04 dinner_jacket 0 tux 0 tuxedo 0 black_tie 1 001 @ 03384891 n 0000 | semiformal evening dress for men
-03201895 06 n 01 dinner_napkin 0 001 @ 03807537 n 0000 | a large napkin used when dinner is served
-03201996 06 n 02 dinner_pail 0 dinner_bucket 0 001 @ 02909870 n 0000 | a pail in which a workman carries his lunch or dinner
-03202123 06 n 01 dinner_plate 0 001 @ 03959485 n 0000 | a plate from which a diner eats during the main course of a meal
-03202246 06 n 02 dinner_service 0 dinner_set 0 001 @ 04175380 n 0000 | a table service for serving dinner
-03202354 06 n 01 dinner_table 0 002 @ 03201208 n 0000 %p 03652226 n 0000 | the dining table where dinner is served and eaten
-03202481 06 n 02 dinner_theater 0 dinner_theatre 0 001 @ 04417809 n 0000 | a theater at which dinner is included in the price of admission
-03202622 06 n 01 dinnerware 0 001 @ 04381994 n 0000 | the tableware (plates and platters and serving bowls etc.) used in serving a meal
-03202760 06 n 04 diode 0 semiconductor_diode 0 junction_rectifier 0 crystal_rectifier 0 002 @ 04171831 n 0000 ~ 03666362 n 0000 | a semiconductor that consists of a p-n junction
-03202940 06 n 03 diode 1 rectifying_tube 0 rectifying_valve 0 001 @ 04494204 n 0000 | a thermionic tube having two electrodes; used as a rectifier
-03203089 06 n 01 dip 0 002 @ 02948072 n 0000 + 01660976 v 0101 | a candle that is made by repeated dipping in a pool of wax or tallow
-03203225 06 n 02 diphenhydramine 0 Benadryl 0 001 @ 02720725 n 0000 | antihistamine (trade name Benadryl) used to treat allergic reactions involving the nasal passages (hay fever) and also to treat motion sickness
-03203441 06 n 03 diphenylhydantoin 0 phenytoin 0 Dilantin 0 002 @ 03550533 n 0000 ;u 06845599 n 0301 | an anticonvulsant drug (trade name Dilantin) used to treat epilepsy and that is not a sedative
-03203641 06 n 01 diphenylbutyl_piperidine 0 002 @ 03713736 n 0000 ~ 03940154 n 0000 | a group of antipsychotic drugs used mainly in the treatment of schizophrenia
-03203806 06 n 01 diplomatic_building 0 003 @ 03449564 n 0000 ~ 03093427 n 0000 ~ 03282295 n 0000 | government building in which diplomats live or work
-03203959 06 n 01 diplomatic_pouch 0 001 @ 03709960 n 0000 | a mail pouch that is sealed shut and that is used to carry communications between a legation and its home office
-03204134 06 n 02 dipole 0 dipole_antenna 0 001 @ 02715229 n 0000 | an aerial half a wavelength long consisting of two rods connected to a transmission line at the center
-03204306 06 n 01 dipper 0 003 @ 03633091 n 0000 + 01192312 v 0102 + 01577093 v 0102 | a ladle that has a cup with a long handle
-03204436 06 n 01 dipstick 0 001 @ 03429288 n 0000 | a graduated rod dipped into a container to indicate the fluid level
-03204558 06 n 02 DIP_switch 0 dual_inline_package_switch 0 002 @ 04445952 n 0000 ;c 06128570 n 0000 | (computer science) one of a set of small on-off switches mounted in computer hardware; used in place of jumpers to configure the machine for a user
-03204810 06 n 01 diptych 0 001 @ 02743547 n 0000 | a painting or carving (especially an altarpiece) on two panels (usually hinged like a book)
-03204955 06 n 01 directional_antenna 0 004 @ 02715229 n 0000 ~ 02742194 n 0000 ~ 03207305 n 0000 ~ 04610274 n 0000 | an antenna that transmits or receives signals only in a narrow angle
-03205143 06 n 01 directional_microphone 0 002 @ 03759954 n 0000 ~ 02963692 n 0000 | a microphone that is designed to receive sound from a particular direction
-03205304 06 n 01 direction_finder 0 003 @ 04060647 n 0000 ~ 03447894 n 0000 ~ 04042204 n 0000 | radio; determines the direction of incoming radio waves
-03205458 06 n 01 dirk 0 002 @ 03158885 n 0000 ;r 08890097 n 0000 | a relatively long dagger with a straight blade
-03205574 06 n 01 dirndl 0 001 @ 03236735 n 0000 | a dress with a tight bodice and full skirt
-03205669 06 n 01 dirndl 1 001 @ 03429003 n 0000 | a full skirt with a gathered waistband
-03205760 06 n 01 dirt_track 0 004 @ 04037625 n 0000 ~i 02827289 n 0000 ~i 03028907 n 0000 ~i 03940022 n 0000 | a racetrack that is not paved
-03205903 06 n 01 dirty_bomb 0 001 @ 02753044 n 0000 | an atom bomb that leaves considerable radioactive contamination
-03206023 06 n 01 discharge_lamp 0 001 @ 03636248 n 0000 | a lamp that generates light by a discharge between two electrodes in a gas
-03206158 06 n 01 discharge_pipe 0 002 @ 03944672 n 0000 ~ 03550916 n 0000 | a pipe through which fluids can be discharged
-03206282 06 n 02 disco 0 discotheque 0 001 @ 02783324 n 0000 | a public dance hall for dancing to recorded popular music
-03206405 06 n 04 discount_house 0 discount_store 0 discounter 0 wholesale_house 0 003 @ 03748162 n 0000 #m 08061695 n 0000 + 02319428 v 0301 | a sales outlet offering goods at a discounted price
-03206602 06 n 02 discus 0 saucer 1 002 @ 03208556 n 0000 @ 04285146 n 0000 | a disk used in throwing competitions
-03206718 06 n 01 disguise 0 004 @ 02756098 n 0000 + 02158587 v 0101 ~ 03320519 n 0000 ~ 03724870 n 0000 | any attire that modifies the appearance in order to conceal the wearer's identity
-03206908 06 n 01 dish 0 013 @ 03133538 n 0000 @ 03094503 n 0000 + 01180351 v 0105 ~ 02880940 n 0000 ~ 02927764 n 0000 ~ 02978753 n 0000 ~ 03105214 n 0000 ~ 03456024 n 0000 ~ 03920288 n 0000 ~ 04050933 n 0000 ~ 04176190 n 0000 ~ 04350581 n 0000 ~ 04556664 n 0000 | a piece of dishware normally used as a container for holding or serving food; "we gave them a set of dishes for a wedding present"
-03207305 06 n 04 dish 1 dish_aerial 0 dish_antenna 0 saucer 2 004 @ 03204955 n 0000 #p 04039848 n 0000 #p 04044716 n 0000 ~ 04142999 n 0000 | directional antenna consisting of a parabolic reflector for microwave or radio frequency radiation
-03207548 06 n 01 dishpan 0 001 @ 03880323 n 0000 | large pan for washing dishes
-03207630 06 n 01 dish_rack 0 001 @ 04038727 n 0000 | a rack for holding dishes as dishwater drains off of them
-03207743 06 n 02 dishrag 0 dishcloth 0 001 @ 03932670 n 0000 | a cloth for washing dishes
-03207835 06 n 03 dishtowel 0 dish_towel 0 tea_towel 0 001 @ 04459362 n 0000 | a towel for drying dishes
-03207941 06 n 03 dishwasher 0 dish_washer 0 dishwashing_machine 0 001 @ 04580493 n 0000 | a machine for washing dishes
-03208062 06 n 03 dishwasher_detergent 0 dishwashing_detergent 0 dishwashing_liquid 0 001 @ 03181899 n 0000 | a low-sudsing detergent designed for use in dishwashers
-03208229 06 n 04 disinfectant 0 germicide 0 antimicrobic 0 antimicrobial 0 008 @ 14778436 n 0000 + 01165474 a 0401 + 01165474 a 0302 + 02116054 a 0203 + 02116054 a 0102 + 00089324 v 0101 ~ 14805550 n 0000 ~ 15045490 n 0000 | an agent (as heat or radiation or a chemical) that destroys microorganisms that might carry disease
-03208556 06 n 02 disk 0 disc 0 011 @ 03959936 n 0000 @ 03032811 n 0000 ~ 02675077 n 0000 ~ 02890188 n 0000 ~ 03165955 n 0000 ~ 03189311 n 0000 ~ 03206602 n 0000 ~ 03397947 n 0000 ~ 03954393 n 0000 ~ 04019541 n 0000 ~ 04448361 n 0000 | a flat circular plate
-03208815 06 n 01 disk_access 0 001 @ 02671224 n 0000 | memory access to the computer disk on which information is stored
-03208938 06 n 02 disk_brake 0 disc_brake 0 003 @ 03551084 n 0000 %p 02890188 n 0000 %p 02890662 n 0000 | hydraulic brake in which friction is applied to both sides of a spinning disk by the brake pads
-03209141 06 n 01 disk_cache 0 002 @ 02935017 n 0000 #p 03082979 n 0000 | a cache that stores copies of frequently used disk sectors in random access memory (RAM) so they can be read without accessing the slower disk
-03209359 06 n 01 disk_clutch 0 001 @ 03396654 n 0000 | a friction clutch in which the frictional surfaces are disks
-03209477 06 n 01 disk_controller 0 002 @ 03096960 n 0000 ;c 06128570 n 0000 | (computer science) a circuit or chip that translates commands into a form that can control a hard disk drive
-03209666 06 n 04 disk_drive 0 disc_drive 0 hard_drive 0 Winchester_drive 0 003 @ 03243218 n 0000 ;c 06128570 n 0000 %p 03492542 n 0000 | computer hardware that holds and spins a magnetic or optical disk and reads and writes information on it
-03209910 06 n 03 diskette 0 floppy 0 floppy_disk 0 003 @ 03706653 n 0000 #p 03082979 n 0000 + 03706653 n 0103 | a small plastic magnetic disk enclosed in a stiff envelope with a radial slit; used to store data or programs for a microcomputer; "floppy disks are noted for their relatively slow speed and small capacity and low price"
-03210245 06 n 02 disk_harrow 0 disc_harrow 0 001 @ 03496612 n 0000 | a harrow with a series of disks set on edge at an angle
-03210372 06 n 02 dispatch_case 0 dispatch_box 0 001 @ 02974697 n 0000 | case consisting of an oblong container (usually having a lock) for carrying dispatches or other valuables
-03210552 06 n 01 dispensary 0 002 @ 03043274 n 0000 + 00081072 v 0102 | clinic where medicine and medical supplies are dispensed
-03210683 06 n 01 dispenser 0 008 @ 03094503 n 0000 + 02294436 v 0107 ~ 02682922 n 0000 ~ 02754103 n 0000 ~ 03571280 n 0000 ~ 04103769 n 0000 ~ 04239900 n 0000 ~ 04254120 n 0000 | a container so designed that the contents can be used in prescribed amounts
-03210940 06 n 02 display 0 presentation 0 005 @ 04076846 n 0000 + 01688771 v 0202 ~ 03364775 n 0000 ~ 04249705 n 0000 ~ 04271891 n 0000 | a visual representation of something
-03211117 06 n 02 display 1 video_display 0 010 @ 03277771 n 0000 ~ 02940570 n 0000 ~ 03196598 n 0000 ~ 03211616 n 0000 ~ 03361380 n 0000 ~ 03782190 n 0000 %p 04054795 n 0000 ~ 04152593 n 0000 ~ 04539053 n 0000 ~ 04588739 n 0000 | an electronic device that represents information in visual form
-03211413 06 n 02 display_adapter 0 display_adaptor 0 002 @ 03277771 n 0000 ;c 06128570 n 0000 | (computer science) an electronic device that converts information in memory to video output to a display
-03211616 06 n 03 display_panel 0 display_board 0 board 3 002 @ 03211117 n 0000 ~ 02837134 n 0000 | a vertical surface on which information can be displayed to public view
-03211789 06 n 04 display_window 0 shop_window 0 shopwindow 0 show_window 0 002 @ 04587648 n 0000 #p 04203705 n 0000 | a window of a store facing onto the street; used to display merchandise for sale in the store
-03212003 06 n 01 disposable 0 001 @ 03588414 n 0000 | an item that can be disposed of after it has been used
-03212114 06 n 03 disposal 0 electric_pig 0 garbage_disposal 0 001 @ 03620052 n 0000 | a kitchen appliance for disposing of garbage
-03212247 06 n 02 disrupting_explosive 0 bursting_explosive 0 001 @ 14853210 n 0000 | a high explosive that is used to damage the target that is under attack
-03212406 06 n 01 distaff 0 002 @ 04296261 n 0000 #p 04279462 n 0000 | the staff on which wool or flax is wound before spinning
-03212535 06 n 01 distemper 0 002 @ 03876519 n 0000 + 01683422 v 0101 | a painting created with paint that is made by mixing the pigments with water and a binder
-03212698 06 n 01 distemper 1 001 @ 03875218 n 0000 | paint made by mixing the pigments with water and a binder
-03212811 06 n 02 distillery 0 still 2 005 @ 03956922 n 0000 + 00229280 v 0101 + 00229026 v 0101 %p 03064562 n 0000 ~ 04592465 n 0000 | a plant and works where alcoholic drinks are made by distillation
-03213014 06 n 03 distributor 0 distributer 0 electrical_distributor 0 008 @ 03269401 n 0000 #p 03560567 n 0000 + 02294436 v 0201 %p 02955247 n 0000 %p 03213361 n 0000 %p 03213538 n 0000 %p 03213826 n 0000 %p 04112147 n 0000 | electrical device that distributes voltage to the spark plugs of a gasoline engine in the order of the firing sequence
-03213361 06 n 01 distributor_cam 0 002 @ 02941716 n 0000 #p 03213014 n 0000 | the cam inside the distributor that rotates to contact spark plug terminals in the correct order
-03213538 06 n 01 distributor_cap 0 002 @ 02955065 n 0000 #p 03213014 n 0000 | the cap of the distributor that holds in place the wires from the distributor to the spark plugs
-03213715 06 n 01 distributor_housing 0 001 @ 03546766 n 0000 | the housing that supports the distributor cam
-03213826 06 n 03 distributor_point 0 breaker_point 0 point 3 002 @ 03093792 n 0000 #p 03213014 n 0000 | a contact in the distributor; as the rotor turns its projecting arm contacts them and current flows to the spark plugs
-03214051 06 n 02 disulfiram 0 Antabuse 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | a drug (trade name Antabuse) used in the treatment of alcoholism; causes nausea and vomiting if alcohol is ingested
-03214253 06 n 01 ditch 0 007 @ 03302121 n 0000 + 01311896 v 0102 ~ 03232309 n 0000 ~ 03587205 n 0000 ~ 04356423 n 0000 ~ 04478657 n 0000 ~ 04478889 n 0000 | a long narrow excavation in the earth
-03214450 06 n 02 ditch_spade 0 long-handled_spade 0 001 @ 04266486 n 0000 | a spade with a long handle for digging narrow ditches
-03214582 06 n 01 ditty_bag 0 001 @ 03619650 n 0000 | kit used by sailors and soldiers
-03214670 06 n 03 diuretic_drug 0 diuretic 0 water_pill 0 007 @ 03247620 n 0000 ~ 03023623 n 0000 ~ 03299648 n 0000 ~ 03406597 n 0000 ~ 03567325 n 0000 ~ 03718056 n 0000 ~ 04423288 n 0000 | any substance that tends to increase the flow of urine, which causes the body to get rid of excess water
-03214966 06 n 01 divan 0 001 @ 04256520 n 0000 | a long backless sofa (usually with pillows against a wall)
-03215076 06 n 02 divan 1 diwan 1 002 @ 02857644 n 0000 @ 03004146 n 0000 | a Muslim council chamber or law court
-03215191 06 n 01 dive_bomber 0 002 @ 02867715 n 0000 + 01132667 v 0101 | a bomber that releases its bombs during a steep dive toward the target
-03215337 06 n 02 diverging_lens 0 concave_lens 0 001 @ 03656484 n 0000 | a lens such that a parallel beam of light passing through it is caused to diverge or spread out
-03215508 06 n 02 divided_highway 0 dual_carriageway 0 001 @ 03519981 n 0000 | a highway divided down the middle by a barrier that separates traffic going in different directions; "in Britain they call a divided highway a dual carriageway"
-03215749 06 n 01 divider 1 001 @ 03231160 n 0000 | a drafting instrument resembling a compass that is used for dividing lines into equal segments or for transferring measurements
-03215930 06 n 01 diving_bell 0 001 @ 04348359 n 0000 | diving apparatus for underwater work; has an open bottom and is supplied with compressed air
-03216080 06 n 01 diving_board 0 002 @ 04288673 n 0000 ~ 03518230 n 0000 | a springboard from which swimmers can dive
-03216199 06 n 05 divining_rod 0 dowser 0 dowsing_rod 0 waterfinder 0 water_finder 0 002 @ 04317420 n 0000 + 01315140 v 0201 | forked stick that is said to dip down to indicate underground water or oil
-03216402 06 n 02 diving_suit 0 diving_dress 0 001 @ 04015204 n 0000 | a weighted and hermetically sealed garment supplied with air; worn by underwater divers
-03216562 06 n 01 dixie 0 002 @ 03990474 n 0000 ;r 08860123 n 0000 | a large metal pot (12 gallon camp kettle) for cooking; used in military camps
-03216710 06 n 02 Dixie_cup 0 paper_cup 0 001 @ 03147509 n 0000 | a disposable cup made of paper; for holding drinks
-03216828 06 n 03 dock 0 dockage 0 docking_facility 0 007 @ 03638321 n 0000 #p 08639058 n 0000 + 02085742 v 0201 + 01305731 v 0101 + 02085742 v 0101 ~ 03251533 n 0000 ~ 03721590 n 0000 | landing in a harbor next to a pier where ships are loaded and unloaded or repaired; may have gates to let water in or out; "the ship arrived at the dock more than a day late"
-03217191 06 n 01 dock 2 002 @ 03285912 n 0000 ;c 08441203 n 0000 | an enclosure in a court of law where the defendant sits during the trial
-03217333 06 n 02 dock 3 loading_dock 0 001 @ 03961939 n 0000 | a platform where trucks or trains can be loaded or unloaded
-03217458 06 n 01 document 0 004 @ 04076846 n 0000 + 02896789 a 0102 + 02896789 a 0101 ~ 06624161 n 0000 | anything serving as a representation of a person's thinking by means of symbolic marks
-03217653 06 n 01 doeskin 0 001 @ 03309808 n 0000 | a fine smooth soft woolen fabric
-03217739 06 n 01 dogcart 0 001 @ 02970849 n 0000 | a cart drawn by a dog
-03217814 06 n 01 dog_collar 0 001 @ 03068486 n 0000 | a collar for a dog
-03217889 06 n 02 doggie_bag 0 doggy_bag 0 001 @ 04122825 n 0000 | a bag for food that a customer did not eat at a restaurant; the transparent pretense is that the food is taken home to feed the customer's dog
-03218100 06 n 01 dogleg 0 001 @ 03526805 n 0000 | a golf hole with a sharp angle in the fairway
-03218198 06 n 03 dogsled 0 dog_sled 0 dog_sleigh 0 003 @ 04235291 n 0000 ;r 08820121 n 0000 + 01939406 v 0101 | a sled pulled by dogs
-03218334 06 n 01 dogtooth 0 001 @ 02734423 n 0000 | a carved pyramidal ornament; used in 13th century England
-03218446 06 n 01 dog_wrench 0 001 @ 04606574 n 0000 | a wrench with a handle shaped like a crank
-03218545 06 n 12 doodad 0 doohickey 0 doojigger 0 gimmick 0 gizmo 1 gismo 1 gubbins 0 thingamabob 0 thingumabob 0 thingmabob 0 thingamajig 0 thingumajig 0 thingmajig 0 thingummy 0 whatchamacallit 0 whatchamacallum 0 whatsis 0 widget 1 001 @ 04345288 n 0000 | something unspecified whose name is either forgotten or not known; "she eased the ball-shaped doodad back into its socket"; "there may be some great new gizmo around the corner that you will want to use"
-03219010 06 n 03 doily 0 doyley 0 doyly 0 001 @ 03672352 n 0000 | a small round piece of linen placed under a dish or bowl
-03219135 06 n 02 doll 0 dolly 0 008 @ 03964744 n 0000 ~ 03447358 n 0000 ~ 03607029 n 0000 ~ 03887066 n 0000 ~ 04025130 n 0000 ~ 04046172 n 0000 ~ 04140340 n 0000 ~ 04462318 n 0000 | a small replica of a person; used as a toy
-03219362 06 n 02 dollhouse 0 doll's_house 0 001 @ 03964744 n 0000 | a small model of a house used as a toy by children
-03219483 06 n 02 dollhouse 1 doll's_house 1 001 @ 03544360 n 0000 | a house so small that it is likened to a child's plaything
-03219612 06 n 01 dolly 1 001 @ 03100490 n 0000 | conveyance consisting of a wheeled platform for moving heavy objects
-03219732 06 n 01 dolly 2 001 @ 03100490 n 0000 | conveyance consisting of a wheeled support on which a camera can be mounted
-03219859 06 n 01 dolman 0 002 @ 03045337 n 0000 %p 03220095 n 0000 | a woman's cloak with dolman sleeves
-03219966 06 n 02 dolman 1 dolman_jacket 0 002 @ 03589791 n 0000 %p 03220095 n 0000 | a hussar's jacket worn over the shoulders
-03220095 06 n 01 dolman_sleeve 0 003 @ 04236377 n 0000 #p 03219859 n 0000 #p 03219966 n 0000 | a sleeve with a large armhole and tight cuff
-03220237 06 n 03 dolmen 0 cromlech 0 portal_tomb 0 001 @ 03743016 n 0000 | a prehistoric megalithic tomb typically having two large upright stones and a capstone
-03220401 06 n 02 dolphin_striker 0 martingale 2 001 @ 04267577 n 0000 | spar under the bowsprit of a sailboat
-03220513 06 n 01 dome 0 007 @ 04105068 n 0000 ~ 02751067 n 0000 ~ 03148727 n 0000 ~ 03435593 n 0000 ~ 03847471 n 0000 ~ 04001397 n 0000 ~ 04579230 n 0000 | a hemispherical roof
-03220692 06 n 03 dome 1 domed_stadium 0 covered_stadium 0 001 @ 04295881 n 0000 | a stadium that has a roof
-03220802 06 n 01 domino 0 005 @ 02852523 n 0000 ~ 03353783 n 0000 ~ 03388826 n 0000 ~ 03847214 n 0000 ~ 04225417 n 0000 | a small rectangular block used in playing the game of dominoes; the face of each block has two equal areas that can bear 0 to 6 dots
-03221059 06 n 03 domino 1 half_mask 0 eye_mask 0 001 @ 03724870 n 0000 | a mask covering the upper part of the face but with holes for the eyes
-03221205 06 n 01 domino 2 002 @ 03045337 n 0000 #p 03320519 n 0000 | a loose hooded cloak worn with a half mask as part of a masquerade costume
-03221351 06 n 01 dongle 0 002 @ 03277771 n 0000 ;c 06128570 n 0000 | (computer science) an electronic device that must be attached to a computer in order for it to use protected software
-03221540 06 n 01 donkey_jacket 0 001 @ 03589791 n 0000 | a short thick jacket; often worn by workmen
-03221643 06 n 01 doodlebug 1 001 @ 03791235 n 0000 | a small motor vehicle
-03221720 06 n 01 door 0 015 @ 03795580 n 0000 #p 03224032 n 0000 ~ 02963821 n 0000 ~ 02964934 n 0000 ~ 03226880 n 0000 ~ 03345362 n 0000 ~ 03394649 n 0000 ~ 03579538 n 0000 %p 03682487 n 0000 ~ 04086446 n 0000 ~ 04153025 n 0000 ~ 04239074 n 0000 ~ 04329834 n 0000 ~ 04371979 n 0000 ~ 04475309 n 0000 | a swinging or sliding barrier that will close the entrance to a room or building or vehicle; "he knocked on the door"; "he slammed the door as he left"
-03222176 06 n 01 door 3 001 @ 04105893 n 0000 | a room that is entered via a door; "his office is the third door down the hall on the left"
-03222318 06 n 01 door 4 001 @ 04341686 n 0000 | a structure where people live or work (usually ordered along a street or road); "the office next door"; "they live two doors up the street from us"
-03222516 06 n 03 doorbell 0 bell 2 buzzer 0 004 @ 04027023 n 0000 + 02182109 v 0301 + 00792304 v 0301 ~ 03824197 n 0000 | a push button at an outer door that gives a ringing or buzzing signal when pushed
-03222722 06 n 02 doorframe 0 doorcase 0 003 @ 03391770 n 0000 #p 03224032 n 0000 %p 03222857 n 0000 | the frame that supports a door
-03222857 06 n 02 doorjamb 0 doorpost 0 002 @ 03592773 n 0000 #p 03222722 n 0000 | a jamb for a door
-03222959 06 n 02 doorknob 0 doorhandle 0 003 @ 03626014 n 0000 #p 03307274 n 0000 ;r 08860123 n 0000 | a knob used to release the catch when opening a door (often called `doorhandle' in Great Britain)
-03223162 06 n 01 doorlock 0 004 @ 03682487 n 0000 #p 03307274 n 0000 #p 02963821 n 0000 ~ 03824589 n 0000 | a lock on an exterior door
-03223299 06 n 02 doormat 0 welcome_mat 0 001 @ 03727837 n 0000 | a mat placed outside an exterior door for wiping the shoes before entering
-03223441 06 n 01 doornail 0 001 @ 03804744 n 0000 | a nail with a large head; formerly used to decorate doors
-03223553 06 n 01 doorplate 0 001 @ 03806652 n 0000 | a nameplate fastened to a door; indicates the person who works or lives there
-03223686 06 n 03 doorsill 0 doorstep 0 threshold 1 002 @ 04220036 n 0000 #p 03224032 n 0000 | the sill of a door; a horizontal piece of wood or stone that forms the bottom of a doorway and offers support when passing through a doorway
-03223923 06 n 02 doorstop 0 doorstopper 0 001 @ 02982790 n 0000 | a stop that keeps open doors from moving
-03224032 06 n 04 doorway 0 door 1 room_access 0 threshold 2 007 @ 03290771 n 0000 #p 04546855 n 0000 %p 02977619 n 0000 %p 03221720 n 0000 %p 03222722 n 0000 %p 03223686 n 0000 ~ 03307274 n 0000 | the entrance (the space in a wall) through which you enter or leave a room or building; the space that a door can close; "he stuck his head in the doorway"
-03224387 06 n 01 dooryard 0 001 @ 04610879 n 0000 | a yard outside the front or rear door of a house
-03224490 06 n 01 Doppler_radar 0 001 @ 04039848 n 0000 | radar that uses the Doppler shift to measure velocity
-03224603 06 n 02 dormer 0 dormer_window 0 001 @ 04587648 n 0000 | a gabled extension built out from a sloping roof to accommodate a vertical window
-03224753 06 n 01 dormer_window 1 002 @ 04587648 n 0000 ~ 03868324 n 0000 | the window in a gabled extension built to accommodate a window
-03224893 06 n 05 dormitory 0 dorm 0 residence_hall 0 hall 4 student_residence 0 003 @ 03679384 n 0000 @ 02913152 n 0000 ~ 03479397 n 0000 | a college or university building containing living quarters for students
-03225108 06 n 03 dormitory 1 dormitory_room 0 dorm_room 0 001 @ 02821627 n 0000 | a large sleeping room containing several beds
-03225238 06 n 02 dose 0 dosage 0 007 @ 03740161 n 0000 + 00084738 v 0102 ~ 02872172 n 0000 ~ 03230670 n 0000 ~ 03522559 n 0000 ~ 03657825 n 0000 ~ 03936568 n 0000 | a measured portion of medicine taken at any one time
-03225458 06 n 02 dosemeter 0 dosimeter 0 001 @ 03733925 n 0000 | a measuring instrument for measuring doses of ionizing radiation (X-rays or radioactivity)
-03225616 06 n 02 dossal 0 dossel 0 001 @ 03491178 n 0000 | an ornamental hanging of rich fabric hung behind the altar of a church or at the sides of a chancel
-03225777 06 n 03 dot_matrix_printer 0 matrix_printer 0 dot_printer 0 003 @ 04004767 n 0000 ~ 03571942 n 0000 ~ 04595285 n 0000 | a printer that represents each character as a pattern of dots from a dot matrix
-03225988 06 n 01 double_bed 0 001 @ 02818832 n 0000 | a bed wide enough to accommodate two sleepers
-03226090 06 n 04 double-bitted_ax 0 double-bitted_axe 0 Western_ax 0 Western_axe 0 001 @ 02764044 n 0000 | an ax that has cutting edges on both sides of the head
-03226254 06 n 02 double_boiler 0 double_saucepan 0 001 @ 04138977 n 0000 | two saucepans, one fitting inside the other
-03226375 06 n 01 double-breasted_jacket 0 002 @ 03589791 n 0000 #p 03226538 n 0000 | a jacket having fronts that overlap enough for two separate rows of buttons
-03226538 06 n 01 double-breasted_suit 0 002 @ 04350905 n 0000 %p 03226375 n 0000 | a suit with a double-breasted jacket
-03226660 06 n 01 double_clinch 0 001 @ 03042984 n 0000 | a clinch with two loops
-03226743 06 n 02 double_crochet 0 double_stitch 0 003 @ 03133177 n 0000 + 01673137 v 0202 + 01673137 v 0101 | a kind of crochet stitch
-03226880 06 n 01 double_door 0 001 @ 03221720 n 0000 | two vertical doors that meet in the middle of the door frame when closed
-03227010 06 n 01 double_glazing 0 001 @ 04587648 n 0000 | a window with two panes of glass and a space between them; reduces heat and noise transmission through the window
-03227184 06 n 01 double-hung_window 0 002 @ 04587648 n 0000 %p 04211356 n 0000 | a window having two sashes that slide up and down
-03227317 06 n 01 double_knit 0 001 @ 03625355 n 0000 | a knit fabric similar to jersey that is made with two sets of needles producing a double thickness joined by interlocking stitches
-03227505 06 n 04 double-prop 0 double-propeller_plane 0 twin-prop 0 twin-propeller-plane 0 001 @ 04012084 n 0000 | a propeller plane with an engine that drives two propellers in opposite directions (for stability)
-03227721 06 n 01 doubler 0 001 @ 03277771 n 0000 | an electronic device that doubles the voltage or the frequency of an input signal
-03227856 06 n 01 double_reed 0 002 @ 04066888 n 0000 #p 03228016 n 0000 | a pair of joined reeds that vibrate together to produce the sound in some woodwinds
-03228016 06 n 02 double-reed_instrument 0 double_reed 1 006 @ 02817799 n 0000 ~ 02804610 n 0000 %p 03227856 n 0000 ~ 03288742 n 0000 ~ 03628831 n 0000 ~ 03838899 n 0000 | a woodwind that has a pair of joined reeds that vibrate together
-03228254 06 n 01 doublet 0 001 @ 03589791 n 0000 | a man's close-fitting jacket; worn during the Renaissance
-03228365 06 n 01 doubletree 0 001 @ 03135917 n 0000 | a crossbar on a wagon or carriage to which two whiffletrees are attached in order to harness two horses abreast
-03228533 06 n 02 douche 0 douche_bag 0 002 @ 04376876 n 0000 + 00038199 v 0101 | a small syringe with detachable nozzles; used for vaginal lavage and enemas
-03228692 06 n 03 dovecote 0 columbarium 2 columbary 0 001 @ 02843684 n 0000 | a birdhouse for pigeons
-03228796 06 n 01 Dover's_powder 0 001 @ 03994008 n 0000 | a medicinal powder made essentially of ipecac and opium; formerly used to relieve pain and induce perspiration
-03228967 06 n 02 dovetail 0 dovetail_joint 0 002 @ 03787523 n 0000 + 02660290 v 0101 | a mortise joint formed by interlocking tenons and mortises
-03229115 06 n 01 dovetail_plane 0 001 @ 03954731 n 0000 | a woodworking plane designed to make the grooves for dovetail joints
-03229244 06 n 03 dowel 0 dowel_pin 0 joggle 0 002 @ 03323703 n 0000 + 01604586 v 0301 | a fastener that is inserted into holes in two adjacent pieces and holds them together
-03229420 06 n 01 downcast 0 001 @ 04182514 n 0000 | a ventilation shaft through which air enters a mine
-03229526 06 n 01 downstage 0 002 @ 04296562 n 0000 #p 04418818 n 0000 | the front half of the stage (as seen from the audience)
-03229656 06 n 02 doxazosin 0 Cardura 0 001 @ 02721160 n 0000 | an antihypertensive drug (trade name Cardura) that works by relaxing blood vessels so that blood passes through them more easily; it is also used to treat benign prostatic hyperplasia
-03229905 06 n 04 doxepin 0 doxepin_hydrochloride 0 Adapin 0 Sinequan 0 001 @ 04482543 n 0000 | a tricyclic antidepressant (trade names Adapin and Sinequan) with numerous side effects (dry mouth and sedation and gastrointestinal disturbances)
-03230149 06 n 01 doxorubicin 0 001 @ 02716866 n 0000 | an antibiotic used as an anticancer drug
-03230247 06 n 02 doxycycline 0 Vibramycin 0 001 @ 02716866 n 0000 | an antibiotic derived from tetracycline that is effective against many infections; "Vibramycin is the trade name of doxycycline"
-03230446 06 n 01 DPT_vaccine 0 001 @ 04517535 n 0000 | abbreviation for combination vaccine against diphtheria and pertussis (whooping cough) and tetanus toxoids; usually given in a series of injections in early childhood
-03230670 06 n 02 draft 0 draught 0 001 @ 03225238 n 0000 | a dose of liquid medicine; "he took a sleeping draft"
-03230785 06 n 02 draft 1 rough_drawing 0 002 @ 04227144 n 0000 + 01683582 v 0102 | a preliminary sketch of a design or picture
-03230914 06 n 01 draft 2 001 @ 04072193 n 0000 | a regulator for controlling the flow of air in a fireplace
-03231024 06 n 02 drafting_board 0 drawing_board 0 001 @ 02856463 n 0000 | a smooth board on which paper is placed for making drawings
-03231160 06 n 01 drafting_instrument 0 006 @ 03574816 n 0000 ~ 03080633 n 0000 ~ 03215749 n 0000 ~ 04015908 n 0000 ~ 04480995 n 0000 ~ 04493259 n 0000 | an instrument used by a draftsman in making drawings
-03231368 06 n 02 drafting_table 0 drawing_table 0 001 @ 04603729 n 0000 | a worktable with adjustable top
-03231476 06 n 01 drag 0 001 @ 03051540 n 0000 | clothing that is conventionally worn by the opposite sex (especially women's clothing when worn by a man); "he went to the party dressed in drag"; "the waitresses looked like missionaries in drag"
-03231723 06 n 01 dragee 0 001 @ 03936568 n 0000 | pill that is a sugar-coated medicated candy
-03231819 06 n 01 Dragunov 0 001 @ 04250224 n 0000 | a sniper rifle with a telescopic sight
-03231912 06 n 03 drain 0 drainpipe 0 waste_pipe 0 008 @ 03944672 n 0000 + 00451648 v 0101 + 02071457 v 0101 ~ 03147280 n 0000 ~ 04157883 n 0000 ~ 04179126 n 0000 ~ 04257684 n 0000 ~ 04475032 n 0000 | a pipe through which liquid is carried away
-03232158 06 n 01 drain 1 002 @ 04493505 n 0000 ;c 06063588 n 0000 | tube inserted into a body cavity (as during surgery) to remove unwanted material
-03232309 06 n 01 drainage_ditch 0 001 @ 03214253 n 0000 | a ditch for carrying off excess water or sewage
-03232417 06 n 01 drainage_system 0 001 @ 04377057 n 0000 | a system of watercourses or drains for carrying off excess water
-03232543 06 n 01 drain_basket 0 002 @ 03339643 n 0000 #p 04223580 n 0000 | a filter in a sink drain; traps debris but passes water
-03232676 06 n 02 drainboard 0 draining_board 0 001 @ 02856463 n 0000 | a board beside a kitchen sink and inclined to drain into the sink
-03232815 06 n 01 drainplug 0 001 @ 03967942 n 0000 | a removable plug for holding water in a tub or basin
-03232923 06 n 01 drape 1 001 @ 03122748 n 0000 | a sterile covering arranged over a patient's body during a medical examination or during surgery in order to reduce the possibility of contamination
-03233123 06 n 01 drapery 1 002 @ 03309808 n 0000 + 01612487 v 0101 | cloth gracefully draped and arranged in loose folds
-03233246 06 n 01 draw 0 003 @ 03963982 n 0000 + 01078050 v 0101 + 00675901 v 0101 | a playing card or cards dealt or taken from the pack; "he got a pair of kings in the draw"
-03233423 06 n 02 draw 1 lot 0 003 @ 00002684 n 0000 + 01078050 v 0101 + 00675901 v 0101 | anything (straws or pebbles etc.) taken or chosen at random; "the luck of the draw"; "they drew lots for it"
-03233624 06 n 01 drawbar 0 001 @ 02788689 n 0000 | a strong metal bar bearing a hook to attach something to be pulled
-03233744 06 n 02 drawbridge 0 lift_bridge 0 001 @ 02898711 n 0000 | a bridge that can be raised to block passage or to allow boats or ships to pass beneath it
-03233905 06 n 01 drawer 0 008 @ 03094503 n 0000 @ 04328946 n 0000 #p 03015254 n 0000 #p 02912065 n 0000 #p 03016953 n 0000 #p 03179701 n 0000 + 01995211 v 0101 %p 03682487 n 0000 | a boxlike container in a piece of furniture; made so as to slide in and out
-03234164 06 n 05 drawers 2 underdrawers 0 shorts 1 boxers 0 boxershorts 0 002 @ 04508489 n 0000 ;u 06295235 n 0000 | underpants worn by men
-03234306 06 n 01 drawing 0 016 @ 04076846 n 0000 + 01690294 v 0101 + 01582645 v 0102 ~ 03007955 n 0000 ~ 03173524 n 0000 ~ 03186399 n 0000 ~ 03737912 n 0000 ~ 03908111 n 0000 ~ 03954199 n 0000 ~ 04075615 n 0000 ~ 04155310 n 0000 ~ 04219277 n 0000 ~ 04221076 n 0000 ~ 04227144 n 0000 ~ 04318384 n 0000 ~ 04463273 n 0000 | a representation of forms or objects on a surface by means of lines; "drawings of abstract forms"; "he did complicated pen-and-ink drawings like medieval miniatures"
-03234795 06 n 03 drawing_card 0 loss_leader 0 leader 0 001 @ 03325769 n 0000 | a featured article of merchandise sold at a loss in order to draw customers
-03234952 06 n 01 drawing_chalk 0 001 @ 03003091 n 0000 | colored chalks used by artists
-03235042 06 n 02 drawing_room 0 withdrawing_room 0 001 @ 04061793 n 0000 | a formal room where visitors can be received and entertained
-03235180 06 n 01 drawing_room 1 002 @ 03079741 n 0000 #p 04236001 n 0000 | a private compartment on a sleeping car with three bunks and a toilet
-03235327 06 n 02 drawknife 0 drawshave 0 001 @ 03623556 n 0000 | a woodworker's knife to shave surfaces
-03235433 06 n 01 drawnwork 0 001 @ 03282933 n 0000 | ornamental needlework done by drawing threads to form lacelike patterns
-03235560 06 n 03 drawstring 0 drawing_string 0 string 1 003 @ 04433185 n 0000 #p 03235796 n 0000 ~ 04026688 n 0000 | a tie consisting of a cord that goes through a seam around an opening; "he pulled the drawstring and closed the bag"
-03235796 06 n 01 drawstring_bag 0 005 @ 02773037 n 0000 %p 03235560 n 0000 ~ 03253886 n 0000 ~ 03781594 n 0000 ~ 04158672 n 0000 | a bag that is closed at the top with a drawstring
-03235979 06 n 02 dray 0 camion 1 001 @ 03538406 n 0000 | a low heavy horse cart without sides; used for haulage
-03236093 06 n 02 dreadnought 0 dreadnaught 0 001 @ 02812201 n 0000 | battleship that has big guns all of the same caliber
-03236217 06 n 01 dredge 0 006 @ 03996416 n 0000 #p 03236423 n 0000 + 01244692 v 0101 + 01244516 v 0101 %p 03236580 n 0000 %p 04149208 n 0000 | a power shovel to remove material from a channel or riverbed
-03236423 06 n 01 dredger 0 003 @ 02792552 n 0000 + 01244516 v 0101 %p 03236217 n 0000 | a barge (or a vessel resembling a barge) that is used for dredging
-03236580 06 n 01 dredging_bucket 0 003 @ 02909870 n 0000 #p 03236217 n 0000 ~ 03037108 n 0000 | a bucket for lifting material from a channel or riverbed
-03236735 06 n 02 dress 0 frock 0 021 @ 04596852 n 0000 + 00048912 v 0201 %p 02861387 n 0000 ~ 02936570 n 0000 ~ 03013438 n 0000 ~ 03057724 n 0000 ~ 03062015 n 0000 ~ 03205574 n 0000 ~ 03450230 n 0000 ~ 03604400 n 0000 ~ 03619196 n 0000 ~ 03786096 n 0000 ~ 03788914 n 0000 %p 03815278 n 0000 ~ 03978815 n 0000 ~ 04136161 n 0000 ~ 04197878 n 0000 %p 04238321 n 0000 ~ 04334105 n 0000 ~ 04355511 n 0000 %p 08583292 n 0000 | a one-piece garment for a woman; has skirt and bodice
-03237212 06 n 02 dress_blues 0 dress_whites 0 002 @ 03239259 n 0000 ;u 06295235 n 0000 | a dress uniform for formal occasions
-03237340 06 n 01 dresser 1 001 @ 02933112 n 0000 | a cabinet with shelves
-03237416 06 n 08 dress_hat 0 high_hat 2 opera_hat 0 silk_hat 0 stovepipe 1 top_hat 0 topper 0 beaver 2 002 @ 03497657 n 0000 @ 03746330 n 0000 | a man's hat with a tall crown; usually covered with silk or with beaver fur
-03237639 06 n 02 dressing 0 medical_dressing 0 006 @ 03050026 n 0000 + 00082714 v 0101 ~ 02785648 n 0000 ~ 03082450 n 0000 ~ 03993403 n 0000 ~ 04364397 n 0000 | a cloth covering for a wound or sore
-03237839 06 n 01 dressing_case 0 001 @ 02774630 n 0000 | a small piece of luggage for carrying brushes and bottles and toilet articles while traveling
-03237992 06 n 03 dressing_gown 0 robe-de-chambre 0 lounging_robe 0 001 @ 04097866 n 0000 | a robe worn before dressing or while lounging
-03238131 06 n 01 dressing_room 0 004 @ 04105893 n 0000 #p 03259505 n 0000 #p 04417809 n 0000 #p 02806992 n 0000 | a room in which you can change clothes
-03238286 06 n 02 dressing_sack 0 dressing_sacque 0 001 @ 03589791 n 0000 | a woman's loose jacket; worn while dressing
-03238407 06 n 02 dressing_station 0 aid_station 0 002 @ 03349599 n 0000 ;c 08199025 n 0000 | (military) a station located near a combat area for giving first aid to the wounded
-03238586 06 n 04 dressing_table 0 dresser 2 vanity 0 toilet_table 0 001 @ 04379243 n 0000 | low table with mirror or mirrors where one sits while dressing or applying makeup
-03238762 06 n 01 dress_rack 0 001 @ 04038440 n 0000 | a rack used primarily to display dresses for sale in a store
-03238879 06 n 02 dress_shirt 0 evening_shirt 0 002 @ 04197391 n 0000 %p 03959123 n 0000 | a man's white shirt (with a starch front) for evening wear (usually with a tuxedo)
-03239054 06 n 07 dress_suit 0 full_dress 0 tailcoat 0 tail_coat 0 tails 1 white_tie 1 white_tie_and_tails 0 002 @ 03384891 n 0000 %p 04368496 n 0000 | formalwear consisting of full evening dress for men
-03239259 06 n 01 dress_uniform 0 003 @ 03763968 n 0000 ;c 08199025 n 0000 ~ 03237212 n 0000 | a military uniform worn on formal occasions
-03239399 06 n 03 drift 0 heading 0 gallery 6 003 @ 03895585 n 0000 ;c 00922327 n 0000 + 01310964 v 0101 | a horizontal (or nearly horizontal) passageway in a mine; "they dug a drift parallel with the vein"
-03239607 06 n 01 drift_net 0 001 @ 03352628 n 0000 | a large fishnet supported by floats; it drifts with the current
-03239726 06 n 01 drill 0 014 @ 04451818 n 0000 + 01443021 v 0102 ~ 02758490 n 0000 %p 02844307 n 0000 ~ 02875436 n 0000 ~ 02887832 n 0000 ~ 02894847 n 0000 %p 03027250 n 0000 ~ 03108624 n 0000 ~ 03176238 n 0000 ~ 03484809 n 0000 ~ 03995372 n 0000 ~ 04059399 n 0000 ~ 04479405 n 0000 | a tool with a sharp point and cutting edges for making holes in hard materials (usually rotating rapidly or by repeated blows)
-03240140 06 n 01 electric_drill 0 005 @ 03995372 n 0000 #p 03240892 n 0000 + 01443021 v 0102 %p 03027250 n 0000 %p 03273061 n 0000 | a rotating power drill powered by an electric motor
-03240327 06 n 02 drilling_bit 0 drill_bit 0 004 @ 02844307 n 0000 ~ 03108455 n 0000 ~ 03353147 n 0000 ~ 04098399 n 0000 | a bit used in drilling for oil
-03240482 06 n 01 drilling_pipe 0 001 @ 03944672 n 0000 | a series of tubes (joined by screwed collars) that connect a drilling platform to the drilling bit; rotates the bit and supplies drilling mud
-03240683 06 n 02 drilling_platform 0 offshore_rig 0 001 @ 03241093 n 0000 | drilling rig consisting of an offshore platform (floating or fixed to the sea bed) from which many oil wells can be bored radially
-03240892 06 n 01 drill_press 0 002 @ 03702248 n 0000 %p 03240140 n 0000 | a machine tool with a separate, upright stand; an electric drill is pressed into the work automatically or with a hand lever
-03241093 06 n 04 drill_rig 0 drilling_rig 0 oilrig 0 oil_rig 0 002 @ 04091097 n 0000 ~ 03240683 n 0000 | rig used in drilling for oil or gas
-03241236 06 n 01 drill_site 0 001 @ 04602044 n 0000 | workplace that is the site of a drill hole
-03241335 06 n 03 drinking_fountain 0 water_fountain 0 bubbler 0 002 @ 03388043 n 0000 + 02187922 v 0305 | a public fountain to provide a jet of drinking water
-03241496 06 n 01 drinking_vessel 0 005 @ 04531098 n 0000 ~ 03693707 n 0000 ~ 03797390 n 0000 ~ 04330189 n 0000 ~ 04389430 n 0000 | a vessel intended for drinking
-03241660 06 n 03 drip 0 drip_mold 0 drip_mould 0 003 @ 04008947 n 0000 ;c 06123363 n 0000 ~ 03242595 n 0000 | (architecture) a projection from a cornice or sill designed to protect the area below from rainwater (as over a window or doorway)
-03241903 06 n 01 drip_loop 0 002 @ 13875571 n 0000 #p 03670849 n 0000 | a downward hanging loop in a line that runs to a building; "when it rained water would fall from the drip loop before it reached the building"
-03242120 06 n 01 drip_mat 0 002 @ 03728131 n 0000 ~ 02823964 n 0000 | a small mat placed under a glass to protect a surface from condensation
-03242264 06 n 01 drip_pan 0 002 @ 03880323 n 0000 #p 04070727 n 0000 | pan under a refrigerator for collecting liquid waste
-03242390 06 n 02 dripping_pan 0 drip_pan 1 001 @ 03880531 n 0000 | pan for catching drippings under roasting meat
-03242506 06 n 01 drip_pot 0 001 @ 03063689 n 0000 | a coffeepot for making drip coffee
-03242595 06 n 03 dripstone 0 hoodmold 0 hoodmould 0 001 @ 03241660 n 0000 | a protective drip that is made of stone
-03242713 06 n 02 drive 0 parkway 0 008 @ 04096066 n 0000 + 01930482 v 0101 + 02057656 v 0101 + 02408281 v 0101 + 02742232 v 0101 + 02056971 v 0101 + 01930117 v 0101 + 01930874 v 0101 | a wide scenic road planted with trees; "the riverside drive offers many exciting scenic views"
-03242995 06 n 01 drive 2 003 @ 03738472 n 0000 + 01181741 v 0101 ~ 03407865 n 0000 | a mechanism by which force or power is transmitted in a machine; "a variable speed drive permitted operation through a range of speeds"
-03243218 06 n 01 drive 3 009 @ 03183080 n 0000 ;c 06128570 n 0000 ~ 02988156 n 0000 ~ 02988963 n 0000 ~ 03209666 n 0000 ~ 03307792 n 0000 ~ 03580518 n 0000 ~ 04050600 n 0000 %p 04277493 n 0000 | (computer science) a device that writes data onto or reads data from a storage medium
-03243501 06 n 01 drive-in 0 001 @ 03315023 n 0000 | any installation designed to accommodate patrons in their automobiles
-03243625 06 n 02 drive_line 0 drive_line_system 0 007 @ 03738472 n 0000 #p 03791235 n 0000 %p 03244231 n 0000 %p 03244919 n 0000 %p 03678879 n 0000 %p 04472243 n 0000 %p 04510706 n 0000 | mechanism that transmits power from the engine to the driving wheels of a motor vehicle
-03243903 06 n 02 driven_well 0 tube_well 0 001 @ 04572344 n 0000 | a well made by driving a tube into the earth to a stratum that bears water
-03244047 06 n 02 driver 0 number_one_wood 0 002 @ 04597066 n 0000 + 01407904 v 0101 | a golf club (a wood) with a near vertical face that is used for hitting long shots from the tee
-03244231 06 n 01 driveshaft 0 002 @ 04111190 n 0000 #p 03243625 n 0000 | a rotating shaft that transmits power from the engine to the point of application
-03244388 06 n 03 driveway 0 drive 1 private_road 0 008 @ 04096066 n 0000 + 01930874 v 0201 + 01930117 v 0201 + 02742232 v 0201 + 02408281 v 0201 + 01930482 v 0201 + 02057656 v 0201 %p 04499660 n 0000 | a road leading up to a private house; "they parked in the driveway"
-03244660 06 n 01 driving_belt 0 001 @ 02827883 n 0000 | a belt that carries motion from a motor to the machinery
-03244775 06 n 02 driving_iron 0 one_iron 0 002 @ 03585073 n 0000 ;c 00464894 n 0000 | (golf) the long iron with the most nearly vertical face
-03244919 06 n 01 driving_wheel 0 002 @ 04574999 n 0000 #p 03243625 n 0000 | a wheel that drives a motor vehicle (transforms torque into a tractive force)
-03245075 06 n 01 Drixoral 0 001 @ 03740161 n 0000 | the trade name for a drug used to treat upper respiratory congestion; it contains an antihistamine and a bronchodilator and a vasoconstrictor
-03245271 06 n 03 drogue 0 drogue_chute 0 drogue_parachute 0 001 @ 03888257 n 0000 | a parachute used to decelerate an object that is moving rapidly
-03245421 06 n 01 drogue_parachute 1 001 @ 03888257 n 0000 | a small parachute that pulls the main parachute from its storage pack
-03245553 06 n 01 dronabinol 0 001 @ 04017137 n 0000 | psychoactive substance present in marijuana; used therapeutically to control nausea associated with cancer therapy
-03245724 06 n 03 drone 0 drone_pipe 0 bourdon 0 002 @ 03945615 n 0000 #p 02775483 n 0000 | a pipe of the bagpipe that is tuned to produce a single continuous tone
-03245889 06 n 03 drone 1 pilotless_aircraft 0 radio-controlled_aircraft 0 001 @ 03510583 n 0000 | an aircraft without a pilot that is operated by remote control
-03246052 06 n 01 drop 0 003 @ 03177349 n 0000 + 01489465 v 0101 ~ 03710421 n 0000 | a central depository where things can be left or picked up
-03246197 06 n 01 drop_arch 0 001 @ 03975035 n 0000 | a blunt pointed arch drawn from two centers within the span
-03246312 06 n 01 drop_cloth 1 001 @ 03932670 n 0000 | a large piece of cloth laid over the floor or furniture while a room is being painted
-03246454 06 n 03 drop_curtain 0 drop_cloth 0 drop 1 002 @ 03151077 n 0000 + 01985923 v 0302 | a curtain that can be lowered and raised onto a stage from the flies; often used as background scenery
-03246653 06 n 03 drop_forge 0 drop_hammer 0 drop_press 0 002 @ 03183080 n 0000 #p 03383646 n 0000 | device for making large forgings
-03246788 06 n 01 drop-leaf 0 002 @ 03652226 n 0000 #p 03246933 n 0000 | a hinged leaf on a table that can be raised and supported by a bracket
-03246933 06 n 01 drop-leaf_table 0 003 @ 04379243 n 0000 %p 03246788 n 0000 ~ 03428226 n 0000 | a table that has a drop-leaf to enlarge its surface
-03247083 06 n 02 dropper 0 eye_dropper 0 002 @ 03947111 n 0000 + 01611516 v 0103 | pipet consisting of a small tube with a vacuum bulb at one end for drawing liquid in and releasing it a drop at a time; "she used an eye dropper to administer medication to the eyes"
-03247351 06 n 02 droshky 0 drosky 0 001 @ 02968473 n 0000 | an open horse-drawn carriage with four wheels; formerly used in Poland and Russia
-03247495 06 n 02 drove 0 drove_chisel 0 001 @ 03020692 n 0000 | a stonemason's chisel with a broad edge for dressing stone
-03247620 06 n 01 drug 0 047 @ 14778436 n 0000 #p 03921209 n 0000 + 10421470 n 0102 + 01200440 v 0101 + 00084738 v 0101 -c 01109599 a 0000 -c 01317678 a 0000 -c 01317831 a 0000 -c 00156654 r 0000 ~ 02667906 n 0000 ~ 02684789 n 0000 ~ 02710766 n 0000 ~ 02714883 n 0000 ~ 02724838 n 0000 ~ 02724966 n 0000 ~ 02876537 n 0000 ~ 02891566 n 0000 ~ 03097890 n 0000 ~ 03198383 n 0000 ~ 03214670 n 0000 ~ 03248958 n 0000 ~ 03329058 n 0000 ~ 03329180 n 0000 ~ 03329880 n 0000 ~ 03434549 n 0000 ~ 03581634 n 0000 ~ 03658373 n 0000 -c 03704640 n 0000 ~ 03740161 n 0000 ~ 03772881 n 0000 ~ 03803610 n 0000 ~ 03808564 n 0000 ~ 03913437 n 0000 ~ 04017137 n 0000 ~ 04017429 n 0000 ~ 04072811 n 0000 ~ 04260934 n 0000 ~ 04320126 n 0000 ~ 04361529 n 0000 ~ 04376259 n 0000 ~ 04537602 n 0000 -c 08583793 n 0000 -c 13426726 n 0000 -c 14533547 n 0000 ~ 14602721 n 0000 -c 00229801 v 0000 -c 01199755 v 0101 | a substance that is used as a medicine or narcotic
-03248560 06 n 03 drug_cocktail 0 highly_active_antiretroviral_therapy 0 HAART 0 004 @ 03740161 n 0000 %p 03828155 n 0000 %p 03834836 n 0000 %p 04013993 n 0000 | a combination of protease inhibitors taken with reverse transcriptase inhibitors; used in treating AIDS and HIV
-03248835 06 n 01 drugget 0 001 @ 04118021 n 0000 | a rug made of a coarse fabric having a cotton warp and a wool filling
-03248958 06 n 02 drug_of_abuse 0 street_drug 0 008 @ 03247620 n 0000 ~ 02704153 n 0000 ~ 03428571 n 0000 ~ 03699396 n 0000 ~ 04166553 n 0000 ~ 04256993 n 0000 ~ 04442831 n 0000 ~ 07884567 n 0000 | a drug that is taken for nonmedicinal reasons (usually for mind-altering effects); drug abuse can lead to physical and mental damage and (with some substances) dependence and addiction
-03249342 06 n 05 drugstore 0 apothecary's_shop 0 chemist's 0 chemist's_shop 0 pharmacy 0 004 @ 04202417 n 0000 + 03098803 a 0502 + 03098803 a 0501 %p 03921209 n 0000 | a retail shop where medicine and other articles are sold
-03249569 06 n 03 drum 0 membranophone 0 tympan 0 012 @ 03915437 n 0000 + 10734963 n 0301 + 01732532 v 0101 ~ 02803666 n 0000 ~ 02869737 n 0000 %p 03250279 n 0000 ~ 04249415 n 0000 ~ 04382334 n 0000 ~ 04387201 n 0000 ~ 04387400 n 0000 ~ 04410086 n 0000 ~ 04436542 n 0000 | a musical percussion instrument; usually consists of a hollow cylinder with a membrane stretched across each end
-03249956 06 n 02 drum 1 metal_drum 0 001 @ 04531098 n 0000 | a cylindrical metal container used for shipping or storage of liquids
-03250089 06 n 01 drum_brake 0 003 @ 03551084 n 0000 %p 02890351 n 0000 %p 02890940 n 0000 | hydraulic brake in which friction is applied to the inside of a spinning drum by the brake shoe
-03250279 06 n 02 drumhead 0 head 1 002 @ 03743761 n 0000 #p 03249569 n 0000 | a membrane that is stretched taut over a drum
-03250405 06 n 01 drum_printer 0 001 @ 03672827 n 0000 | a line printer in which the type is mounted on a rotating drum that contains a full character set for each printing position
-03250588 06 n 04 drum_sander 0 electric_sander 0 sander 0 smoother 0 004 @ 03997484 n 0000 + 01252971 v 0401 + 01386433 v 0302 %p 03273061 n 0000 | a power tool used for sanding wood; an endless loop of sandpaper is moved at high speed by an electric motor
-03250847 06 n 01 drumstick 0 002 @ 04317420 n 0000 ~ 03715669 n 0000 | a stick used for playing a drum
-03250952 06 n 01 dry_battery 0 003 @ 04540547 n 0000 %p 03251280 n 0000 ~ 03359285 n 0000 | a voltaic battery consisting of two or more dry cells
-03251100 06 n 01 dry-bulb_thermometer 0 003 @ 04421872 n 0000 #p 04017571 n 0000 ! 04573625 n 0101 | an ordinary thermometer with a dry bulb; used to measure the air temperature
-03251280 06 n 01 dry_cell 0 002 @ 03653454 n 0000 #p 03250952 n 0000 | a small Leclanche cell containing no free liquid; the electrolyte is a paste and the negative zinc pole forms the container of the cell; used in flashlights, portable radios, etc.
-03251533 06 n 03 dry_dock 0 drydock 0 graving_dock 0 003 @ 03216828 n 0000 #p 04197235 n 0000 ~ 03364937 n 0000 | a large dock from which water can be pumped out; used for building ships or for repairing a ship below its waterline
-03251766 06 n 02 dryer 0 drier 0 005 @ 02729837 n 0000 + 00218475 v 0201 + 00219403 v 0201 ~ 03050655 n 0000 ~ 03483316 n 0000 | an appliance that removes moisture
-03251932 06 n 01 dry_fly 0 002 @ 03373237 n 0000 ! 04573937 n 0101 | a fly (fisherman's lure) that skims the surface of the water
-03252064 06 n 02 drygoods 0 soft_goods 0 004 @ 03076708 n 0000 ;u 06295235 n 0000 ~ 03473704 n 0000 ~ 04580298 n 0000 | textiles or clothing and related merchandise
-03252231 06 n 01 dry_kiln 0 001 @ 03617095 n 0000 | a kiln for drying and seasoning lumber
-03252324 06 n 01 dry_masonry 0 002 @ 03725717 n 0000 ~ 03252637 n 0000 | masonry without mortar
-03252422 06 n 01 dry_point 0 001 @ 03816136 n 0000 | a steel needle for engraving without acid on a bare copper plate
-03252542 06 n 01 dry_point 1 001 @ 03289268 n 0000 | a print produced by dry point engraving
-03252637 06 n 02 dry_wall 0 dry-stone_wall 0 002 @ 04326547 n 0000 @ 03252324 n 0000 | a stone wall made with stones fitted together without mortar
-03252787 06 n 01 dual_scan_display 0 001 @ 03896628 n 0000 | a type of passive matrix display in which the top and bottom half of the screen are refreshed simultaneously
-03252959 06 n 01 dubbing 0 002 @ 04262969 n 0000 + 00960562 v 0101 | a new soundtrack that is added to a film
-03253071 06 n 01 duck 0 001 @ 03309808 n 0000 | a heavy cotton fabric of plain weave; used for clothing and tents
-03253187 06 n 01 duckboard 0 001 @ 02858179 n 0000 | a boardwalk laid across muddy ground
-03253279 06 n 01 duckpin 0 001 @ 02882647 n 0000 | a bowling pin that is short and squat by comparison with a tenpin
-03253398 06 n 01 duct 0 003 @ 03089014 n 0000 ~ 02689961 n 0000 ~ 02690941 n 0000 | an enclosed conduit for a fluid
-03253516 06 n 01 duct_tape 0 001 @ 02680337 n 0000 | a wide silvery adhesive tape intended to seal joints in sheet metal duct work but having many other uses; "duct tape holds the world together"
-03253714 06 n 01 dudeen 0 001 @ 03039618 n 0000 | a clay pipe with a short stem
-03253796 06 n 02 duffel 0 duffle 0 001 @ 03309808 n 0000 | a coarse heavy woolen fabric
-03253886 06 n 04 duffel_bag 0 duffle_bag 0 duffel 1 duffle 1 001 @ 03235796 n 0000 | a large cylindrical bag of heavy cloth; for carrying personal belongings
-03254046 06 n 02 duffel_coat 0 duffle_coat 0 001 @ 03057021 n 0000 | a warm coat made of duffel; usually has a hood and fastens with toggles
-03254189 06 n 01 dugout 1 002 @ 04191595 n 0000 #p 02782778 n 0000 | either of two low shelters on either side of a baseball diamond where the players and coaches sit during the game
-03254374 06 n 03 dugout_canoe 0 dugout 2 pirogue 0 001 @ 02951358 n 0000 | a canoe made by hollowing out and shaping a large log
-03254505 06 n 01 Duke_University 0 002 @i 04511002 n 0000 #p 09128536 n 0000 | a university in Durham, North Carolina
-03254625 06 n 01 dulciana 0 001 @ 03854998 n 0000 | the organ stop having a tone of soft sweet string quality
-03254737 06 n 01 dulcimer 0 001 @ 04615226 n 0000 | a trapezoidal zither whose metal strings are struck with light hammers
-03254862 06 n 01 dulcimer 1 001 @ 04338517 n 0000 | a stringed instrument used in American folk music; an elliptical body and a fretted fingerboard and three strings
-03255030 06 n 01 dumbbell 0 001 @ 04571292 n 0000 | an exercising weight; two spheres connected by a short bar that serves as a handle
-03255167 06 n 02 dumb_bomb 0 gravity_bomb 0 002 @ 02866578 n 0000 ! 04245847 n 0101 | a bomb that falls because of gravity and is not guided to a target
-03255322 06 n 02 dumbwaiter 0 food_elevator 0 001 @ 03281145 n 0000 | a small elevator used to convey food (or other goods) from one floor of a building to another
-03255488 06 n 02 dumdum 0 dumdum_bullet 0 001 @ 02916350 n 0000 | a soft-nosed small-arms bullet that expands when it hits a target and causes a gaping wound
-03255648 06 n 01 dummy 0 004 @ 03335600 n 0000 ~ 03650682 n 0000 ~ 03717921 n 0000 ~ 04527182 n 0000 | a figure representing the human form
-03255790 06 n 01 dump 0 001 @ 04329190 n 0000 | a place where supplies can be stored; "an ammunition dump"
-03255899 06 n 01 dumpcart 0 002 @ 02970849 n 0000 ~ 04497249 n 0000 | a cart that can be tilted to empty contents without handling
-03256032 06 n 01 Dumpster 0 002 @ 03094503 n 0000 ;u 06851742 n 0000 | a container designed to receive and transport and dump waste
-03256166 06 n 06 dump_truck 0 dumper 0 tipper_truck 0 tipper_lorry 0 tip_truck 0 tipper 0 003 @ 04490091 n 0000 + 02039544 v 0601 + 01977545 v 0201 | truck whose contents can be emptied without handling; the front end of the platform can be pneumatically raised so that the load is discharged by gravity
-03256472 06 n 01 Dumpy_level 0 001 @ 04365751 n 0000 | a surveyor's level having a short telescope fixed to a horizontally rotating table and a spirit level
-03256631 06 n 03 dunce_cap 0 dunce's_cap 0 fool's_cap 0 001 @ 03497657 n 0000 | a cone-shaped paper hat formerly placed on the head of slow or lazy pupils
-03256788 06 n 02 dune_buggy 0 beach_buggy 0 001 @ 04065272 n 0000 | a recreational vehicle with large tires used on beaches or sand dunes
-03256928 06 n 01 dungeon 1 002 @ 02991302 n 0000 ~ 03858533 n 0000 | a dark cell (usually underground) where prisoners can be confined
-03257065 06 n 02 duplex_apartment 0 duplex 1 001 @ 02726305 n 0000 | an apartment having rooms on two floors that are connected by a staircase
-03257210 06 n 03 duplex_house 0 duplex 2 semidetached_house 0 001 @ 03544360 n 0000 | a house with two units sharing a common wall
-03257343 06 n 02 duplicate 0 duplication 0 006 @ 03104594 n 0000 + 01735308 v 0201 + 01735308 v 0101 ~ 02771840 n 0000 ~ 03117939 n 0000 ~ 03728811 n 0000 | a copy that corresponds to an original exactly; "he made a duplicate for the files"
-03257586 06 n 02 duplicator 0 copier 0 010 @ 02727825 n 0000 + 01693881 v 0201 + 01735308 v 0101 ~ 03316105 n 0000 ~ 03510987 n 0000 ~ 03677976 n 0000 ~ 03767459 n 0000 ~ 03924679 n 0000 ~ 03927299 n 0000 ~ 04608923 n 0000 | apparatus that makes copies of typed, written or drawn material
-03257877 06 n 03 durables 0 durable_goods 0 consumer_durables 0 003 @ 03093574 n 0000 ;u 06295235 n 0000 ~ 02729837 n 0000 | consumer goods that are not destroyed by use
-03258049 06 n 01 durbar 0 001 @ 04105893 n 0000 | the room in the palace of a native prince of India in which audiences and receptions occur
-03258192 06 n 02 dust_bag 0 vacuum_bag 0 002 @ 02773037 n 0000 #p 04517823 n 0000 | a bag into which dirt is sucked by a vacuum cleaner
-03258330 06 n 03 dustcloth 0 dustrag 0 duster 1 002 @ 03932670 n 0000 + 01244351 v 0301 | a piece of cloth used for dusting
-03258456 06 n 01 dust_cover 0 001 @ 04014297 n 0000 | a removable plastic protective covering for a piece of equipment
-03258577 06 n 02 dust_cover 1 dust_sheet 0 001 @ 03932670 n 0000 | a large piece of cloth used to cover furniture that is not in use for a long period
-03258730 06 n 05 duster 0 gaberdine 0 gabardine 1 smock 0 dust_coat 0 002 @ 03121897 n 0000 + 01677509 v 0401 | a loose coverall (coat or frock) reaching down to the ankles
-03258905 06 n 03 dustmop 0 dust_mop 0 dry_mop 0 001 @ 04367480 n 0000 | a dry swab for dusting floors
-03259009 06 n 01 dustpan 0 001 @ 04060904 n 0000 | a short-handled receptacle into which dust can be swept
-03259118 06 n 02 Dutch_door 0 half_door 0 001 @ 03307274 n 0000 | an exterior door divided in two horizontally; either half can be closed or open independently
-03259280 06 n 01 Dutch_oven 0 001 @ 03862676 n 0000 | an oven consisting of a metal box for cooking in front of a fire
-03259401 06 n 01 Dutch_oven 1 001 @ 03990474 n 0000 | iron or earthenware cooking pot; used for stews
-03259505 06 n 06 dwelling 0 home 0 domicile 0 abode 0 habitation 0 dwelling_house 0 026 @ 03546340 n 0000 + 03062280 a 0301 + 02459633 v 0201 + 02649830 v 0102 %p 02807731 n 0000 %p 02821627 n 0000 ~ 03042490 n 0000 ~ 03088580 n 0000 %p 03175081 n 0000 %p 03199775 n 0000 %p 03200701 n 0000 %p 03238131 n 0000 %p 03319745 n 0000 ~ 03354207 n 0000 ~ 03507241 n 0000 ~ 03515934 n 0000 ~ 03529629 n 0000 ~ 03544360 n 0000 %p 03619890 n 0000 ~ 03634034 n 0000 %p 03679712 n 0000 ~ 03685307 n 0000 ~ 03751590 n 0000 ~ 04172107 n 0000 ~ 04517408 n 0000 ~ 04613696 n 0000 | housing that someone is living in; "he built a modest dwelling near the pond"; "they raise money to provide homes for the homeless"
-03260206 06 n 01 dye-works 0 001 @ 04603081 n 0000 | a workshop where dyeing is done
-03260293 06 n 01 dynamite 0 005 @ 03305135 n 0000 + 10040789 n 0102 + 00307419 v 0101 ~ 03432796 n 0000 %s 14886579 n 0000 | an explosive containing nitrate sensitized with nitroglycerin absorbed on wood pulp
-03260504 06 n 01 dynamo 0 002 @ 03433877 n 0000 %p 03333851 n 0000 | generator consisting of a coil (the armature) that rotates between the poles of an electromagnet (the field magnet) causing a current to flow in the armature
-03260733 06 n 02 dynamometer 0 ergometer 0 001 @ 03733925 n 0000 | measuring instrument designed to measure power
-03260849 06 n 01 Eames_chair 0 001 @ 03001627 n 0000 | a chair designed by Charles Eames; originally made of molded plywood; seat and back shaped to fit the human body
-03261019 06 n 02 earflap 0 earlap 0 002 @ 03357376 n 0000 #p 02954340 n 0000 | one of two flaps attached to a cap to keep the ears warm
-03261157 06 n 01 ear_hole 0 001 @ 03526198 n 0000 | a hole (as in a helmet) for sound to reach the ears
-03261263 06 n 01 early_warning_radar 0 002 @ 04039848 n 0000 #p 03261395 n 0000 | a radar that is part of an early warning system
-03261395 06 n 01 early_warning_system 0 002 @ 03820728 n 0000 %p 03261263 n 0000 | a network of radar installations designed to detect enemy missiles or aircraft while there is still time to intercept them
-03261603 06 n 01 earmuff 0 001 @ 03122748 n 0000 | either of a pair of ear coverings (usually connected by a headband) that are worn to keep the ears warm in cold weather
-03261776 06 n 04 earphone 0 earpiece 0 headphone 0 phone 1 003 @ 03274561 n 0000 ~ 03262248 n 0000 ~ 04402580 n 0000 | electro-acoustic transducer for converting electric signals into sounds; it is held over or inserted into the ear; "it was not the typing but the earphones that she disliked"
-03262072 06 n 01 earplug 0 001 @ 03967942 n 0000 | a plug of cotton, wax, or rubber that is fitted into the ear canal for protection against the entry of water or loud noise
-03262248 06 n 01 earplug 1 001 @ 03261776 n 0000 | an earphone that is inserted into the ear canal
-03262349 06 n 01 earring 0 002 @ 03597469 n 0000 ~ 03909020 n 0000 | jewelry to ornament the ear; usually clipped to the earlobe or fastened through a hole in the lobe
-03262519 06 n 01 earthenware 0 006 @ 02997607 n 0000 ~ 03173270 n 0000 ~ 03317788 n 0000 ~ 03713436 n 0000 ~ 04414101 n 0000 ~ 04414319 n 0000 | ceramic ware made of porous clay fired at low heat
-03262717 06 n 01 earthwork 0 002 @ 04051825 n 0000 ~ 04148801 n 0000 | an earthen rampart
-03262809 06 n 01 easel 0 001 @ 04485082 n 0000 | an upright tripod for displaying something (usually an artist's canvas)
-03262932 06 n 03 easy_chair 0 lounge_chair 0 overstuffed_chair 0 002 @ 02738535 n 0000 ~ 04593077 n 0000 | a comfortable upholstered armchair
-03263076 06 n 01 eaves 0 003 @ 03864356 n 0000 #p 04105068 n 0000 ;u 06295235 n 0000 | the overhang at the lower edge of a roof
-03263206 06 n 01 ecce_homo 0 001 @ 04076846 n 0000 | a representation (a picture or sculpture) of Jesus wearing a crown of thorns
-03263338 06 n 02 ecclesiastical_attire 0 ecclesiastical_robe 0 001 @ 02756098 n 0000 | attire that is appropriate to wear in a church
-03263474 06 n 01 echelon 0 001 @ 03194538 n 0000 | a diffraction grating consisting of a pile of plates of equal thickness arranged stepwise with a constant offset
-03263640 06 n 01 echinus 0 001 @ 03866721 n 0000 | ovolo molding between the shaft and the abacus of a Doric column
-03263758 06 n 01 echocardiograph 0 001 @ 04260589 n 0000 | a sonograph that creates an image of the heart and its abnormalities
-03263888 06 n 01 echoencephalograph 0 001 @ 04260589 n 0000 | a sonograph that creates an image of the brain and its abnormalities
-03264021 06 n 01 echo_chamber 0 001 @ 03285912 n 0000 | an enclosed space for producing reverberation of a sound
-03264136 06 n 01 edge 0 015 @ 04213626 n 0000 + 01246843 v 0101 + 02361600 v 0102 ~ 02833576 n 0000 ~ 02833943 n 0000 ~ 02902250 n 0000 ~ 03148920 n 0000 ~ 03168774 n 0000 ~ 03325691 n 0000 ~ 03461783 n 0000 ~ 03624497 n 0000 ~ 03651739 n 0000 ~ 03766600 n 0000 ~ 04057323 n 0000 ~ 04467899 n 0000 | a sharp side formed by the intersection of two surfaces of an object; "he rounded the edges of the box"
-03264542 06 n 01 edge 1 008 @ 08592656 n 0000 ~ 02875013 n 0000 ~ 03513627 n 0000 ~ 03695452 n 0000 ~ 03780247 n 0000 ~ 04170933 n 0000 ~ 04206948 n 0000 ~ 04565233 n 0000 | the outside limit of an object or area or surface; a place farthest away from the center of something; "the edge of the leaf is wavy"; "she sat on the edge of the bed"; "the water's edge"
-03264906 06 n 01 edger 0 002 @ 03418242 n 0000 + 02361600 v 0102 | garden tool for cutting grass around the edges of a yard
-03265032 06 n 01 edge_tool 0 018 @ 03154073 n 0000 ~ 02682311 n 0000 ~ 02764044 n 0000 ~ 03020692 n 0000 ~ 03449309 n 0000 ~ 03482727 n 0000 %p 03485997 n 0000 ~ 03523398 n 0000 ~ 03623556 n 0000 %p 03624497 n 0000 ~ 03929202 n 0000 ~ 03954731 n 0000 ~ 04057047 n 0000 ~ 04148054 n 0000 ~ 04158250 n 0000 ~ 04186709 n 0000 ~ 04213353 n 0000 ~ 04594828 n 0000 | any cutting tool with a sharp cutting edge (as a chisel or knife or plane or gouge)
-03265479 06 n 01 edging 0 007 @ 02875013 n 0000 #p 04118021 n 0000 #p 03309808 n 0000 #p 04393404 n 0000 + 01466978 v 0103 ~ 03397762 n 0000 ~ 03856335 n 0000 | border consisting of anything placed on the edge to finish something (such as a fringe on clothing or on a rug)
-03265754 06 n 01 efficiency_apartment 0 001 @ 02726305 n 0000 | a furnished apartment with a kitchenette and bathroom
-03265874 06 n 03 effigy 0 image 1 simulacrum 0 006 @ 04076846 n 0000 + 01635432 v 0209 ~ 03471974 n 0000 ~ 03560161 n 0000 ~ 04143712 n 0000 ~ 04564581 n 0000 | a representation of a person (especially in the form of sculpture); "the coin bears an effigy of Lincoln"; "the emperor's tomb had his image carved in stone"
-03266195 06 n 03 egg-and-dart 0 egg-and-anchor 0 egg-and-tongue 0 001 @ 03780392 n 0000 | a decorative molding; a series of egg-shaped figures alternating with another shape
-03266371 06 n 02 eggbeater 0 eggwhisk 0 002 @ 02817650 n 0000 @ 03775199 n 0000 | a mixer for beating eggs or whipping cream
-03266498 06 n 02 eggcup 0 egg_cup 0 001 @ 03133538 n 0000 | dishware consisting of a small cup for serving a boiled egg
-03266620 06 n 01 egg_timer 0 001 @ 04134632 n 0000 | a sandglass that runs for three minutes; used to time the boiling of eggs
-03266749 06 n 03 eiderdown 0 duvet 0 continental_quilt 0 002 @ 04033995 n 0000 %s 01896844 n 0000 | a soft quilt usually filled with the down of the eider
-03266906 06 n 01 Eiffel_Tower 0 002 @i 04460130 n 0000 #p 08932568 n 0000 | a wrought iron tower 300 meters high that was constructed in Paris in 1889; for many years it was the tallest man-made structure
-03267113 06 n 01 eight_ball 0 001 @ 03982232 n 0000 | a black pool ball bearing the number 8; should be the last to go in certain pool games
-03267256 06 n 01 eightpenny_nail 0 001 @ 03804744 n 0000 | a nail 2.5 inches long
-03267340 06 n 02 eight-spot 0 eight 0 001 @ 04286307 n 0000 | one of four playing cards in a deck with eight pips on the face
-03267468 06 n 03 ejection_seat 0 ejector_seat 0 capsule 3 002 @ 04161358 n 0000 #p 03061505 n 0000 | a pilot's seat in an airplane that can be forcibly ejected in the case of an emergency; then the pilot descends by parachute
-03267696 06 n 01 elastic 0 002 @ 03309808 n 0000 + 00843146 a 0101 | a fabric made of yarns containing an elastic material
-03267821 06 n 01 elastic_bandage 0 002 @ 02785648 n 0000 ~ 03268142 n 0000 | a bandage containing stretchable material that can apply local pressure
-03267972 06 n 01 elastic_device 0 003 @ 03183080 n 0000 ~ 04116098 n 0000 ~ 04288272 n 0000 | any flexible device that will return to its original shape when stretched
-03268142 06 n 01 Elastoplast 0 004 @ 02680110 n 0000 @ 03267821 n 0000 ;r 08860123 n 0000 ;u 06851742 n 0000 | an elastic adhesive bandage for covering cuts or wounds
-03268311 06 n 01 elbow 0 002 @ 03050026 n 0000 #p 04236377 n 0000 | the part of a sleeve that covers the elbow joint; "his coat had patches over the elbows"
-03268470 06 n 01 elbow 1 001 @ 02829696 n 0000 | a sharp bend in a road or river
-03268553 06 n 01 elbow 2 001 @ 03944672 n 0000 | a length of pipe with a sharp bend in it
-03268645 06 n 01 elbow_pad 0 001 @ 04015204 n 0000 | protective garment consisting of a pad worn over the elbow by football and hockey players
-03268790 06 n 03 electric 0 electric_automobile 0 electric_car 0 001 @ 02958343 n 0000 | a car that is powered by electricity
-03268918 06 n 01 electrical_cable 0 001 @ 02934168 n 0000 | a cable that provides an electrical connection for telephone or television or power stations
-03269073 06 n 01 electrical_contact 0 001 @ 03093792 n 0000 | contact that allows current to pass from one conductor to another
-03269203 06 n 01 electrical_converter 0 004 @ 03099945 n 0000 ~ 03582959 n 0000 ~ 03996004 n 0000 ~ 04375405 n 0000 | converter that converts alternating current into direct current or vice versa
-03269401 06 n 01 electrical_device 0 037 @ 03183080 n 0000 ~ 02715229 n 0000 ~ 02755675 n 0000 ~ 02779971 n 0000 ~ 02810471 n 0000 ~ 02839758 n 0000 ~ 02908605 n 0000 ~ 02955247 n 0000 ~ 02991048 n 0000 ~ 03033362 n 0000 ~ 03098140 n 0000 ~ 03213014 n 0000 ~ 03275451 n 0000 ~ 03280394 n 0000 ~ 03340009 n 0000 ~ 03358841 n 0000 ~ 03407369 n 0000 ~ 03569014 n 0000 ~ 03589513 n 0000 ~ 03680248 n 0000 ~ 03968293 n 0000 ~ 03998673 n 0000 ~ 04057846 n 0000 ~ 04065632 n 0000 ~ 04072960 n 0000 ~ 04079933 n 0000 ~ 04165945 n 0000 ~ 04168199 n 0000 ~ 04257790 n 0000 ~ 04268275 n 0000 ~ 04269270 n 0000 ~ 04361641 n 0000 %p 04413151 n 0000 ~ 04470953 n 0000 ~ 04471315 n 0000 ~ 04473275 n 0000 ~ 04614083 n 0000 | a device that produces or is powered by electricity
-03270165 06 n 01 electrical_system 0 010 @ 03294048 n 0000 #p 03791235 n 0000 %p 02700064 n 0000 %p 02961225 n 0000 %p 03503997 n 0000 %p 03560567 n 0000 %p 04304375 n 0000 %p 04384910 n 0000 %p 04540397 n 0000 %p 07262704 n 0000 | equipment in a motor vehicle that provides electricity to start the engine and ignite the fuel and operate the lights and windshield wiper and heater and air conditioner and radio
-03270579 06 n 02 electrical_system 1 electrical_plant 0 001 @ 04516874 n 0000 | utility that provides electricity
-03270695 06 n 01 electric_bell 0 003 @ 02824448 n 0000 %p 03276179 n 0000 ~ 04401578 n 0000 | a bell activated by the magnetic effect of an electric current
-03270854 06 n 01 electric_blanket 0 001 @ 02849154 n 0000 | a blanket containing and electric heating element that can be controlled to the desired temperature by a rheostat
-03271030 06 n 04 electric_chair 0 chair 1 death_chair 0 hot_seat 0 001 @ 03575691 n 0000 | an instrument of execution by electrocution; resembles an ordinary seat for one person; "the murderer was sentenced to die in the chair"
-03271260 06 n 01 electric_clock 0 002 @ 03046257 n 0000 %p 03273061 n 0000 | a clock using a small electric motor
-03271376 06 n 02 electric-discharge_lamp 0 gas-discharge_lamp 0 001 @ 03272383 n 0000 | an electric lamp in which the light comes from an electric discharge between two electrodes in a glass tube
-03271574 06 n 02 electric_fan 0 blower 2 006 @ 03320046 n 0000 + 02101046 v 0201 + 02100632 v 0201 %p 03273061 n 0000 %p 03320421 n 0000 %p 03547658 n 0000 | a fan run by an electric motor
-03271765 06 n 01 electric_frying_pan 0 001 @ 03400231 n 0000 | a frying pan heated by electricity
-03271865 06 n 01 electric_furnace 0 002 @ 03404449 n 0000 ~ 04305016 n 0000 | any furnace in which the heat is provided by an electric current
-03272010 06 n 01 electric_guitar 0 001 @ 03467517 n 0000 | a guitar whose sound is amplified by electrical means
-03272125 06 n 01 electric_hammer 0 002 @ 03481521 n 0000 %p 03273061 n 0000 | a hammer driven by electric motor
-03272239 06 n 02 electric_heater 0 electric_fire 0 003 @ 04265275 n 0000 %p 03508628 n 0000 ~ 03509394 n 0000 | a small electric space heater
-03272383 06 n 01 electric_lamp 0 006 @ 03636248 n 0000 ~ 02735361 n 0000 ~ 03271376 n 0000 ~ 03359137 n 0000 ~ 03665924 n 0000 ~ 04242084 n 0000 | a lamp powered by electricity
-03272562 06 n 01 electric_locomotive 0 002 @ 03684823 n 0000 %p 03273061 n 0000 | a locomotive that is powered by an electric motor
-03272696 06 n 01 electric_main 0 002 @ 03711145 n 0000 #p 03997027 n 0000 | a main that distributes electricity
-03272810 06 n 02 electric_meter 0 power_meter 0 001 @ 03753077 n 0000 | a meter for measuring the amount of electric power used
-03272940 06 n 01 electric_mixer 0 002 @ 03775199 n 0000 %p 03273061 n 0000 | a food mixer powered by an electric motor
-03273061 06 n 01 electric_motor 0 021 @ 03789946 n 0000 #p 03271260 n 0000 #p 03240140 n 0000 #p 03250588 n 0000 #p 03272125 n 0000 #p 03271574 n 0000 #p 03272562 n 0000 #p 03272940 n 0000 #p 03273913 n 0000 #p 03274265 n 0000 #p 03274435 n 0000 #p 04170515 n 0000 #p 04487081 n 0000 %p 02738271 n 0000 %p 02908605 n 0000 %p 03333851 n 0000 %p 04111962 n 0000 ~ 04304375 n 0000 %p 04306592 n 0000 ~ 04375615 n 0000 ~ 04594114 n 0000 | a motor that converts electricity to mechanical work
-03273551 06 n 04 electric_organ 0 electronic_organ 0 Hammond_organ 0 organ 1 003 @ 03279153 n 0000 ;c 07020895 n 0000 + 10382825 n 0401 | (music) an electronic simulation of a pipe organ
-03273740 06 n 01 electric_range 0 003 @ 04330340 n 0000 @ 04580493 n 0000 %p 03508628 n 0000 | a kitchen range in which the heat for cooking is provided by electric power
-03273913 06 n 02 electric_refrigerator 0 fridge 0 005 @ 04070727 n 0000 ~ 03170635 n 0000 %p 03273061 n 0000 ~ 03557590 n 0000 %p 03557692 n 0000 | a refrigerator in which the coolant is pumped around by an electric motor
-03274137 06 n 01 electric_socket 0 002 @ 04255034 n 0000 #p 03636649 n 0000 | a socket into which a lightbulb can be inserted
-03274265 06 n 01 electric_toothbrush 0 002 @ 04453156 n 0000 %p 03273061 n 0000 | a toothbrush with an electric motor in the handle that vibrates the head of the brush
-03274435 06 n 01 electric_typewriter 0 002 @ 04505036 n 0000 %p 03273061 n 0000 | a typewriter powered by an electric motor
-03274561 06 n 01 electro-acoustic_transducer 0 006 @ 04470953 n 0000 ~ 02971940 n 0000 %p 03189311 n 0000 ~ 03261776 n 0000 ~ 03691459 n 0000 ~ 03759954 n 0000 | a transducer that converts electrical to acoustic energy or vice versa
-03274796 06 n 01 electrode 0 012 @ 03088707 n 0000 #p 02810471 n 0000 #p 03275864 n 0000 #p 03278248 n 0000 #p 04494204 n 0000 ~ 02714315 n 0000 ~ 02798117 n 0000 ~ 02984699 n 0000 ~ 03069381 n 0000 ~ 03277149 n 0000 ~ 03283827 n 0000 ~ 03458552 n 0000 | a conductor used to make electrical contact with some part of a circuit
-03275125 06 n 01 electrodynamometer 0 001 @ 03733925 n 0000 | measuring instrument that uses the interaction of the magnetic fields of two coils to measure current or voltage or power
-03275311 06 n 01 electroencephalograph 0 001 @ 03739693 n 0000 | medical instrument that records electric currents generated by the brain
-03275451 06 n 01 electrograph 0 001 @ 03269401 n 0000 | electrical device used for etching by electrolytic means
-03275566 06 n 01 electrograph 1 001 @ 02727825 n 0000 | an apparatus for the electrical transmission of pictures
-03275681 06 n 03 electrolytic 0 electrolytic_capacitor 0 electrolytic_condenser 0 001 @ 02955247 n 0000 | a fixed capacitor consisting of two electrodes separated by an electrolyte
-03275864 06 n 01 electrolytic_cell 0 005 @ 02991048 n 0000 ! 04540761 n 0101 %p 02714315 n 0000 %p 02984699 n 0000 %p 03274796 n 0000 | a cell containing an electrolyte in which an applied voltage causes a reaction to occur that would not occur otherwise (such as the breakdown of water into hydrogen and oxygen)
-03276179 06 n 01 electromagnet 0 005 @ 03705379 n 0000 #p 03270695 n 0000 #p 04072960 n 0000 %p 02738271 n 0000 ~ 03706939 n 0000 | a temporary magnet made by coiling wire around an iron core; when current flows in the coil the iron becomes a magnet
-03276431 06 n 01 electromagnetic_delay_line 0 001 @ 03172965 n 0000 | a delay line based on the time of propagation of electromagnetic waves
-03276574 06 n 01 electromechanical_device 0 001 @ 03736970 n 0000 | a mechanical device that is operated by electricity
-03276696 06 n 01 electrometer 0 001 @ 03753077 n 0000 | meter to measure electrostatic voltage differences; draws no current from the source
-03276839 06 n 01 electromyograph 0 001 @ 03739693 n 0000 | a medical instrument that records the electrical waves associated with the activity of skeletal muscles
-03277004 06 n 01 electron_accelerator 0 001 @ 03070193 n 0000 | collider that consists of an accelerator that collides electrons and positrons
-03277149 06 n 01 electron_gun 0 003 @ 03274796 n 0000 #p 02985137 n 0000 #p 03279508 n 0000 | the electrode that is the source of electrons in a cathode-ray tube or electron microscope; consists of a cathode that emits a stream of electrons and the electrostatic or electromagnetic apparatus that focuses it
-03277459 06 n 01 electronic_balance 0 001 @ 02777100 n 0000 | a balance that generates a current proportional to the displacement of the pan
-03277602 06 n 01 electronic_converter 0 002 @ 03099945 n 0000 ;c 06271778 n 0000 | (telecommunication) converter for converting a signal from one frequency to another
-03277771 06 n 01 electronic_device 0 021 @ 03183080 n 0000 ~ 02714751 n 0000 ~ 02823124 n 0000 ~ 03171635 n 0000 ~ 03211117 n 0000 ~ 03211413 n 0000 ~ 03221351 n 0000 ~ 03227721 n 0000 ~ 03434285 n 0000 ~ 03506727 n 0000 ~ 03687306 n 0000 ~ 03793489 n 0000 ~ 03799113 n 0000 ~ 03870290 n 0000 ~ 03918737 n 0000 ~ 04058594 n 0000 ~ 04076052 n 0000 ~ 04143140 n 0000 ~ 04377842 n 0000 ~ 04464615 n 0000 ~ 04494204 n 0000 | a device that accomplishes its purpose electronically
-03278248 06 n 01 electronic_equipment 0 028 @ 03294048 n 0000 ~ 02705944 n 0000 ~ 02757462 n 0000 ~ 02979186 n 0000 ~ 02988304 n 0000 ~ 02995345 n 0000 %p 03033362 n 0000 ~ 03034405 n 0000 ~ 03181293 n 0000 %p 03274796 n 0000 ~ 03293741 n 0000 ~ 03656957 n 0000 ~ 03775388 n 0000 ~ 03777754 n 0000 ~ 03781787 n 0000 ~ 03782006 n 0000 ~ 03842377 n 0000 ~ 03857828 n 0000 ~ 03916720 n 0000 ~ 03963294 n 0000 ~ 04043411 n 0000 ~ 04150474 n 0000 ~ 04176528 n 0000 ~ 04392526 n 0000 ~ 04392985 n 0000 ~ 04401088 n 0000 ~ 04405540 n 0000 ~ 04413419 n 0000 | equipment that involves the controlled conduction of electrons (especially in a gas or vacuum or semiconductor)
-03278914 06 n 04 electronic_fetal_monitor 0 electronic_foetal_monitor 0 fetal_monitor 0 foetal_monitor 0 001 @ 03781787 n 0000 | an electronic monitor that monitors fetal heartbeat and the mother's uterine contractions during childbirth
-03279153 06 n 02 electronic_instrument 0 electronic_musical_instrument 0 004 @ 03800933 n 0000 ~ 03273551 n 0000 ~ 04376400 n 0000 ~ 04419642 n 0000 | a musical instrument that generates sounds electronically
-03279364 06 n 01 electronic_voltmeter 0 002 @ 04541320 n 0000 ~ 03197201 n 0000 | a voltmeter whose sensitivity is increased by amplification
-03279508 06 n 01 electron_microscope 0 003 @ 03760671 n 0000 %p 03277149 n 0000 ~ 03332989 n 0000 | a microscope that is similar in purpose to a light microscope but achieves much greater resolving power by using a parallel beam of electrons to illuminate the object instead of a beam of light
-03279804 06 n 01 electron_multiplier 0 001 @ 04494204 n 0000 | a vacuum tube that amplifies a flow of electrons
-03279918 06 n 01 electrophorus 0 001 @ 03280394 n 0000 | a simple electrostatic generator that generates repeated charges of static electricity
-03280064 06 n 01 electroplate 0 002 @ 00021939 n 0000 + 01395782 v 0101 | any artifact that has been plated with a thin coat of metal by electrolysis
-03280216 06 n 01 electroscope 0 001 @ 03733925 n 0000 | measuring instrument that detects electric charge; two gold leaves diverge owing to repulsion of charges with like sign
-03280394 06 n 04 electrostatic_generator 0 electrostatic_machine 0 Wimshurst_machine 0 Van_de_Graaff_generator 0 002 @ 03269401 n 0000 ~ 03279918 n 0000 | electrical device that produces a high voltage by building up a charge of static electricity
-03280644 06 n 01 electrostatic_printer 0 003 @ 04004475 n 0000 %p 03571706 n 0000 ~ 03643737 n 0000 | a printer that uses an electric charge to deposit toner on paper
-03280813 06 n 05 elevated_railway 0 elevated_railroad 0 elevated 0 el 0 overhead_railway 0 002 @ 04048568 n 0000 ~ 04102406 n 0000 | a railway that is powered by electricity and that runs on a track that is raised above the street level
-03281052 06 n 01 elevation 0 001 @ 03954199 n 0000 | drawing of an exterior of a structure
-03281145 06 n 02 elevator 0 lift 0 009 @ 03664675 n 0000 #p 02913152 n 0000 + 01455184 v 0202 + 01974062 v 0202 + 01974062 v 0103 %p 02960352 n 0000 ~ 03255322 n 0000 ~ 03394149 n 0000 ~ 03899100 n 0000 | lifting device consisting of a platform or cage that is raised and lowered mechanically in a vertical shaft in order to move people from one floor to another in a building
-03281524 06 n 01 elevator 1 002 @ 02688443 n 0000 #p 03536568 n 0000 | the airfoil on the tailplane of an aircraft that makes it ascend or descend
-03281673 06 n 01 elevator_shaft 0 001 @ 04182890 n 0000 | a vertical shaft in a building to permit the passage of an elevator from floor to floor
-03281821 06 n 01 ell 0 001 @ 02713594 n 0000 | an extension at the end and at right angles to the main building
-03281935 06 n 02 elongation 0 extension 1 002 @ 02679415 n 0000 + 00318816 v 0101 | an addition to the length of something
-03282060 06 n 01 embankment 0 005 @ 03792048 n 0000 + 02711375 v 0101 ~ 03658635 n 0000 ~ 04051825 n 0000 %p 04085873 n 0000 | a long artificial mound of stone or earth; built to hold back water or to support a road or as protection
-03282295 06 n 01 embassy 0 001 @ 03203806 n 0000 | a diplomatic building where ambassadors live or work
-03282401 06 n 01 embellishment 0 007 @ 03169390 n 0000 ~ 02878628 n 0000 ~ 03152062 n 0000 ~ 03330441 n 0000 ~ 03337822 n 0000 ~ 04528490 n 0000 ~ 06890577 n 0000 | a superfluous ornament
-03282591 06 n 01 emblem 0 013 @ 03178782 n 0000 + 02469119 a 0101 + 01982186 a 0101 ~ 03071431 n 0000 ~ 03072056 n 0000 ~ 03131038 n 0000 ~ 03135152 n 0000 ~ 03185562 n 0000 ~ 03354903 n 0000 ~ 03515338 n 0000 ~ 04232034 n 0000 ~ 04458409 n 0000 ~ 04458633 n 0000 | special design or visual object representing a quality, type, group, etc.
-03282933 06 n 02 embroidery 0 fancywork 0 012 @ 03816849 n 0000 + 01667607 v 0101 ~ 02948834 n 0000 ~ 03131325 n 0000 ~ 03137744 n 0000 ~ 03154895 n 0000 ~ 03235433 n 0000 ~ 03317340 n 0000 ~ 03514588 n 0000 ~ 03816659 n 0000 ~ 04133211 n 0000 ~ 04246271 n 0000 | decorative needlework
-03283221 06 n 02 emergency_room 0 ER 0 001 @ 03541091 n 0000 | a room in a hospital or clinic staffed and equipped to provide emergency care to persons requiring immediate medical treatment
-03283413 06 n 01 emesis_basin 0 001 @ 02801525 n 0000 | a basin used by bedridden patients for vomiting
-03283519 06 n 04 emetic 0 vomit 0 vomitive 0 nauseant 0 005 @ 04074482 n 0000 + 02195191 v 0402 + 00076400 v 0201 ~ 03583967 n 0000 ~ 03994417 n 0000 | a medicine that induces nausea and vomiting
-03283717 06 n 01 Emetrol 0 001 @ 02719750 n 0000 | trade name for an antiemetic drug that has a mint flavor
-03283827 06 n 01 emitter 0 003 @ 03274796 n 0000 #p 04471632 n 0000 + 02767308 v 0101 | the electrode in a transistor where electrons originate
-03283973 06 n 01 Empire_State_Building 0 002 @i 04233124 n 0000 #p 09119277 n 0000 | a skyscraper built in New York City in 1931; 1250 feet tall
-03284120 06 n 01 emplacement 0 004 @ 03763133 n 0000 ;c 08199025 n 0000 + 01496843 v 0101 ~ 03469031 n 0000 | military installation consisting of a prepared position for siting a weapon
-03284308 06 n 01 empty 0 004 @ 03094503 n 0000 + 01488313 v 0101 + 00448680 v 0101 + 00449692 v 0101 | a container that has been emptied; "return all empties to the store"
-03284482 06 n 02 emulsion 0 photographic_emulsion 0 005 @ 03058107 n 0000 + 00500834 v 0101 + 00500638 v 0101 %s 15014170 n 0000 %s 15015192 n 0000 | a light-sensitive coating on paper or film; consists of fine grains of silver bromide suspended in a gelatin
-03284743 06 n 01 enamel 0 003 @ 03058107 n 0000 + 01681723 v 0101 ~ 03805725 n 0000 | any smooth glossy coating that resembles ceramic glaze
-03284886 06 n 01 enamel 1 001 @ 03875218 n 0000 | a paint that dries to a hard glossy finish
-03284981 06 n 01 enamelware 0 003 @ 03101986 n 0000 ~ 03047799 n 0000 ~ 03453231 n 0000 | cooking utensil of enameled iron
-03285106 06 n 02 enalapril 0 Vasotec 0 002 @ 02673637 n 0000 ;u 06845599 n 0201 | an ACE inhibitor (trade name Vasotec) that blocks the formation of angiotensin in the kidney and so results in vasodilation; administered after heart attacks
-03285348 06 n 02 encainide 0 Enkaid 0 002 @ 02715941 n 0000 ;u 06845599 n 0201 | antiarrhythmic drug (trade name Enkaid) used to treat life-threatening arrhythmias but increases the risk of sudden death in heart attack patients
-03285578 06 n 01 encaustic 0 001 @ 03875218 n 0000 | a paint consisting of pigment mixed with melted beeswax; it is fixed with heat after application
-03285730 06 n 02 encephalogram 0 pneumoencephalogram 0 001 @ 04100620 n 0000 | an X ray of the brain made by replacing spinal fluid with a gas (usually oxygen) to improve contrast
-03285912 06 n 01 enclosure 0 020 @ 02735688 n 0000 + 02711114 v 0101 + 01580467 v 0105 ~ 02936714 n 0000 ~ 02964634 n 0000 ~ 02983072 n 0000 ~ 03003730 n 0000 ~ 03081859 n 0000 ~ 03217191 n 0000 ~ 03264021 n 0000 ~ 03683079 n 0000 ~ 03804211 n 0000 ~ 03907227 n 0000 ~ 03950113 n 0000 ~ 03964495 n 0000 ~ 03966206 n 0000 ~ 03993703 n 0000 ~ 04061969 n 0000 ~ 04539203 n 0000 ~ 04610503 n 0000 | a structure consisting of an area that has been enclosed for some purpose
-03286383 06 n 04 end 2 remainder 0 remnant 0 oddment 0 003 @ 03932670 n 0000 + 02637592 v 0201 ~ 03317136 n 0000 | a piece of cloth that is left over after the rest has been used or sold
-03286572 06 n 01 endoscope 0 009 @ 03739693 n 0000 + 03063601 a 0101 ~ 02744961 n 0000 ~ 03071288 n 0000 ~ 03146560 n 0000 ~ 03426462 n 0000 ~ 03642144 n 0000 ~ 04007415 n 0000 ~ 04217387 n 0000 | a long slender medical instrument for examining the interior of a bodily organ or performing minor surgery
-03286878 06 n 01 endotracheal_tube 0 002 @ 02984469 n 0000 ~ 03810412 n 0000 | a catheter that is inserted into the trachea through the mouth or nose in order to maintain an open air passage or to deliver oxygen or to permit the suctioning of mucus or to prevent aspiration of the stomach contents
-03287178 06 n 02 end_product 0 output 0 005 @ 04007894 n 0000 + 01622795 v 0201 ~ 03134595 n 0000 ~ 03841417 n 0000 ~ 04500504 n 0000 | final product; the things produced
-03287351 06 n 02 energizer 0 energiser 0 001 @ 03183080 n 0000 | a device that supplies electrical energy
-03287459 06 n 02 enflurane 0 Ethrane 0 002 @ 03299929 n 0000 ;u 06845599 n 0201 | a nonflammable liquid (trade name Ethrane) used as an inhalation general anesthetic
-03287627 06 n 01 engagement_ring 0 001 @ 04092609 n 0000 | a ring given and worn as a sign of betrothal
-03287733 06 n 01 engine 0 010 @ 03789946 n 0000 + 10057714 n 0101 ~ 02687423 n 0000 ~ 02761557 n 0000 ~ 02762909 n 0000 %p 02946824 n 0000 %p 03431745 n 0000 ~ 03433877 n 0000 ~ 03507963 n 0000 ~ 04057435 n 0000 | motor that converts thermal energy to mechanical work
-03288003 06 n 01 engine 2 003 @ 03574816 n 0000 ~ 02810139 n 0000 ~ 02981911 n 0000 | an instrument or machine that is used in warfare, such as a battering ram, catapult, artillery piece, etc.; "medieval engines of war"
-03288225 06 n 03 engine_block 0 cylinder_block 0 block 4 004 @ 02979662 n 0000 #p 03579982 n 0000 #p 04062179 n 0000 %p 03156405 n 0000 | a metal casting containing the cylinders and cooling ducts of an engine; "the engine had to be replaced because the block was cracked"
-03288500 06 n 02 engineering 0 engine_room 0 002 @ 04105893 n 0000 ;c 04194289 n 0000 | a room (as on a ship) in which the engine is located
-03288643 06 n 01 enginery 0 001 @ 03701640 n 0000 | machinery consisting of engines collectively
-03288742 06 n 02 English_horn 0 cor_anglais 0 001 @ 03228016 n 0000 | a double-reed woodwind instrument similar to an oboe but lower in pitch
-03288886 06 n 02 English_saddle 0 English_cavalry_saddle 0 001 @ 04123740 n 0000 | a saddle having a steel cantle and pommel and no horn
-03289025 06 n 01 engraving 0 008 @ 03959936 n 0000 ~ 03104247 n 0000 ~ 03299406 n 0000 ~ 03455923 n 0000 ~ 03478261 n 0000 ~ 03672097 n 0000 ~ 04311397 n 0000 ~ 04597536 n 0000 | a block or plate or other hard surface that has been engraved
-03289268 06 n 01 engraving 1 007 @ 04003597 n 0000 ~ 03252542 n 0000 ~ 03299519 n 0000 ~ 03478400 n 0000 ~ 03672245 n 0000 ~ 04311485 n 0000 ~ 04597706 n 0000 | a print made from an engraving
-03289462 06 n 03 enlargement 0 blowup 0 magnification 0 005 @ 03925226 n 0000 + 00240293 v 0303 + 00434077 v 0301 + 00240293 v 0201 + 00240293 v 0102 | a photographic print that has been enlarged
-03289660 06 n 01 enlarger 0 002 @ 03926148 n 0000 + 00240293 v 0102 | photographic equipment consisting of an optical projector used to enlarge a photograph
-03289819 06 n 01 Enovid 0 003 @ 03936895 n 0000 %s 14746793 n 0000 %s 14751216 n 0000 | trade name for an oral contraceptive containing mestranol and norethynodrel
-03289985 06 n 01 ensemble 0 002 @ 03859958 n 0000 ~ 04129766 n 0000 | a coordinated outfit (set of clothing)
-03290096 06 n 01 ensign 1 001 @ 03071923 n 0000 | colors flown by a ship to show its nationality
-03290195 06 n 01 entablature 0 007 @ 04341686 n 0000 #p 04407686 n 0000 ;c 06123363 n 0000 %p 02734835 n 0000 %p 02755823 n 0000 %p 03111041 n 0000 %p 03397087 n 0000 | (architecture) the structure consisting of the part of a classical temple above the columns between a capital and the roof
-03290489 06 n 01 enteric-coated_aspirin 0 001 @ 02748618 n 0000 | aspirin that is treated to pass through the stomach unaltered and to dissolve in the intestines
-03290653 06 n 01 entertainment_center 0 001 @ 04549122 n 0000 | a wall unit containing sound and television systems
-03290771 06 n 05 entrance 0 entranceway 0 entryway 0 entry 0 entree 0 013 @ 02671062 n 0000 + 02016523 v 0501 + 02016523 v 0401 ~ 02734217 n 0000 ~ 03224032 n 0000 ~ 03428477 n 0000 ~ 03499142 n 0000 ~ 03950818 n 0000 ~ 03985684 n 0000 ~ 03986224 n 0000 ~ 04175669 n 0000 ~ 04297327 n 0000 ~ 04541662 n 0000 | something that provides access (to get in or get out); "they waited at the entrance to the garden"; "beggars waited just outside the entryway to the cathedral"
-03291243 06 n 01 entrant 0 001 @ 03076708 n 0000 | a commodity that enters competition with established merchandise; "a well publicized entrant is the pocket computer"
-03291413 06 n 02 entrenching_tool 0 trenching_spade 0 001 @ 03488603 n 0000 | a hand shovel carried by infantrymen for digging trenches
-03291551 06 n 02 entrenchment 1 intrenchment 0 004 @ 03385557 n 0000 + 01531124 v 0101 ~ 04084089 n 0000 %p 04478657 n 0000 | an entrenched fortification; a position protected by trenches
-03291741 06 n 01 envelope 0 001 @ 04605726 n 0000 | any wrapper or covering
-03291819 06 n 01 envelope 1 002 @ 03094503 n 0000 ~ 04589434 n 0000 | a flat (usually rectangular) container for a letter, thin package, etc.
-03291963 06 n 02 envelope 2 gasbag 0 002 @ 02773037 n 0000 #p 02782093 n 0000 | the bag containing the gas in a balloon
-03292085 06 n 01 eolith 0 001 @ 04451818 n 0000 | a crude stone artifact (as a chipped flint); possibly the earliest tools
-03292210 06 n 02 epaulet 0 epaulette 0 002 @ 02681518 n 0000 ~ 04207473 n 0000 | adornment consisting of an ornamental cloth pad worn on the shoulder
-03292362 06 n 01 epauliere 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the shoulder
-03292475 06 n 01 epee 0 002 @ 03327691 n 0000 ;c 01171644 n 0000 | a fencing sword similar to a foil but with a heavier blade
-03292603 06 n 01 epergne 0 001 @ 02994419 n 0000 | a large table centerpiece with branching holders for fruit or sweets or flowers
-03292736 06 n 02 epicyclic_train 0 epicyclic_gear_train 0 003 @ 03431745 n 0000 %p 03956331 n 0000 %p 04355821 n 0000 | a system of epicyclic gears in which at least one wheel axis itself revolves about another fixed axis
-03292960 06 n 01 epidiascope 0 001 @ 04009552 n 0000 | an optical projector that gives images of both transparent and opaque objects
-03293095 06 n 01 epilating_wax 0 001 @ 03177165 n 0000 | a mixture of resins and waxes to remove cosmetically undesirable hair; mixture is applied hot to the surface and after cooling is pulled away taking the hairs with it
-03293321 06 n 01 Epsom_salts 0 002 @ 04025748 n 0000 ;u 06295235 n 0000 | (used with a singular noun) hydrated magnesium sulfate used as a laxative
-03293471 06 n 02 equal-area_projection 0 equal-area_map_projection 0 003 @ 03720443 n 0000 ~ 03530326 n 0000 ~ 04223915 n 0000 | a map projection in which quadrilaterals formed by meridians and parallels have an area on the map proportional to their area on the globe
-03293741 06 n 02 equalizer 1 equaliser 1 001 @ 03278248 n 0000 | electronic equipment that reduces frequency distortion
-03293863 06 n 01 equatorial 0 001 @ 04403638 n 0000 | a telescope whose mounting has only two axes of motion, one parallel to the Earth's axis and the other one at right angles to it
-03294048 06 n 01 equipment 0 025 @ 03575240 n 0000 + 02339413 v 0101 ~ 02727825 n 0000 ~ 02761206 n 0000 ~ 03103128 n 0000 ~ 03270165 n 0000 ~ 03278248 n 0000 ~ 03401721 n 0000 ~ 03414162 n 0000 ~ 03430959 n 0000 ~ 03663910 n 0000 ~ 03664159 n 0000 ~ 03729951 n 0000 ~ 03730153 n 0000 ~ 03811847 n 0000 ~ 03926148 n 0000 ~ 04044955 n 0000 ~ 04063373 n 0000 ~ 04077734 n 0000 ~ 04098169 n 0000 ~ 04137444 n 0000 ~ 04285146 n 0000 ~ 04324120 n 0000 ~ 04397261 n 0000 ~ 04415257 n 0000 | an instrumentality needed for an undertaking or to perform a service
-03294604 06 n 02 erasable_programmable_read-only_memory 0 EPROM 0 002 @ 04058239 n 0000 ;c 06128570 n 0000 | (computer science) a read-only memory chip that can be erased by ultraviolet light and programmed again with new data
-03294833 06 n 01 eraser 0 006 @ 03563967 n 0000 + 01548718 v 0101 + 00999815 v 0101 ~ 02846619 n 0000 ~ 03571853 n 0000 ~ 04116512 n 0000 | an implement used to erase something
-03295012 06 n 01 erecting_prism 0 001 @ 04005340 n 0000 | a right-angled optical prism used to turn an inverted image upright
-03295140 06 n 01 erection 0 002 @ 04341686 n 0000 + 01661243 v 0102 | a structure that has been erected
-03295246 06 n 01 Erlenmeyer_flask 0 001 @ 03359566 n 0000 | a conical flask with a wide base and narrow neck
-03295357 06 n 06 erythromycin 0 Erythrocin 0 E-Mycin 0 Ethril 0 Ilosone 0 Pediamycin 0 006 @ 02716866 n 0000 ;u 06845599 n 0601 ;u 06845599 n 0501 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 | an antibiotic (trade name Erythrocin or E-Mycin or Ethril or Ilosone or Pediamycin) obtained from the actinomycete Streptomyces erythreus; effective against many Gram-positive bacteria and some Gram-negative
-03295773 06 n 03 escalator 0 moving_staircase 0 moving_stairway 0 001 @ 04298308 n 0000 | a stairway whose steps move continuously on a circulating belt
-03295928 06 n 01 escape_hatch 0 003 @ 03499142 n 0000 #p 04347754 n 0000 #p 02691156 n 0000 | hatchway that provides a means of escape in an emergency
-03296081 06 n 01 escapement 0 003 @ 03736970 n 0000 #p 04437953 n 0000 %p 03296217 n 0000 | mechanical device that regulates movement
-03296217 06 n 01 escape_wheel 0 002 @ 03430551 n 0000 #p 03296081 n 0000 | gear that engages a rocking lever
-03296328 06 n 04 escarpment 0 escarp 0 scarp 0 protective_embankment 0 001 @ 03385557 n 0000 | a steep artificial slope in front of a fortification
-03296478 06 n 02 escutcheon 0 scutcheon 0 001 @ 04192698 n 0000 | a shield; especially one displaying a coat of arms
-03296597 06 n 01 escutcheon 1 003 @ 03959936 n 0000 #p 04316646 n 0000 ;c 00314469 n 0000 | (nautical) a plate on a ship's stern on which the name is inscribed
-03296759 06 n 02 esmolol 0 Brevibloc 0 002 @ 02832168 n 0000 ;u 06845599 n 0201 | intravenous beta blocker (trade name Brevibloc) that acts for only a short time; used primarily for cardiac arrhythmias
-03296963 06 n 02 esophagoscope 0 oesophagoscope 0 001 @ 03852280 n 0000 | an optical instrument for examining the inside of the esophagus
-03297103 06 n 01 espadrille 0 001 @ 04133789 n 0000 | a sandal with a sole made of rope or rubber and a cloth upper part
-03297226 06 n 01 espalier 0 001 @ 04478512 n 0000 | a trellis on which ornamental shrub or fruit tree is trained to grow flat
-03297354 06 n 01 esplanade 0 001 @ 04010205 n 0000 | a long stretch of open level ground (paved or grassy) for walking beside the seashore
-03297495 06 n 01 espresso_maker 0 001 @ 03063338 n 0000 | a coffee maker that forces live steam under pressure through dark roasted coffee grounds
-03297644 06 n 01 espresso_shop 0 001 @ 02935658 n 0000 | a cafe where espresso is served
-03297735 06 n 01 establishment 0 010 @ 04341686 n 0000 ;c 01094725 n 0000 ~ 02669885 n 0000 ~ 03574555 n 0000 ~ 03916289 n 0000 ~ 03927652 n 0000 ~ 03953020 n 0000 ~ 03982895 n 0000 ~ 04146976 n 0000 ~ 04511002 n 0000 | a public or private structure (business or governmental or educational) including buildings and equipment for business or residence
-03298089 06 n 01 estaminet 0 001 @ 02935658 n 0000 | a small (and usually shabby) cafe selling wine and beer and coffee
-03298211 06 n 02 estazolam 0 ProSom 0 002 @ 02830852 n 0000 ;u 06845599 n 0201 | a frequently prescribed sleeping pill (trade name ProSom)
-03298352 06 n 01 estradiol_patch 0 001 @ 04470741 n 0000 | a transdermal patch that allows estradiol to be absorbed into the blood stream; used in treating estrogen deficiency and in hormone replacement therapy
-03298565 06 n 02 estrogen_antagonist 0 tamoxifen 0 001 @ 02714883 n 0000 | an antagonist for estrogen that is used in the treatment of breast cancer
-03298716 06 n 01 etagere 0 002 @ 03405725 n 0000 %p 04190052 n 0000 | a piece of furniture with open shelves for displaying small ornaments
-03298858 06 n 02 etamine 0 etamin 0 001 @ 03309808 n 0000 | a soft cotton or worsted fabric with an open mesh; used for curtains or clothing etc.
-03299006 06 n 02 etanercept 0 Enbrel 0 002 @ 02724966 n 0000 ;u 06845599 n 0201 | a genetically engineered anti-TNF compound (trade name Enbrel) consisting of receptors that bind TNF; it is injected twice a week in the treatment of rheumatoid arthritis
-03299261 06 n 01 etcetera 0 001 @ 04345288 n 0000 | additional unspecified odds and ends; more of the same; "his report was full of etceteras"
-03299406 06 n 01 etching 0 002 @ 03289025 n 0000 + 01750421 v 0101 | an etched plate made with the use of acid
-03299519 06 n 01 etching 1 003 @ 03289268 n 0000 + 01750421 v 0101 ~ 02732295 n 0000 | an impression made from an etched plate
-03299648 06 n 02 ethacrynic_acid 0 Edecrin 0 002 @ 03214670 n 0000 ;u 06845599 n 0201 | diuretic (trade name Edecrin) used to treat edema
-03299788 06 n 02 ethchlorvynol 0 Placidyl 0 002 @ 04166841 n 0000 ;u 06845599 n 0201 | a mild sedative-hypnotic drug (trade name Placidyl)
-03299929 06 n 06 ether 0 ethoxyethane 0 divinyl_ether 0 vinyl_ether 0 diethyl_ether 0 ethyl_ether 0 005 @ 03570838 n 0000 + 02871060 a 0101 + 00021554 v 0101 + 00506377 v 0101 ~ 03287459 n 0000 | a colorless volatile highly inflammable liquid formerly used as an inhalation anesthetic
-03300216 06 n 01 ethernet 0 002 @ 03681477 n 0000 %p 03300443 n 0000 | a type of network technology for local area networks; coaxial cable carries radio frequency signals between computers at a rate of 10 megabits per second
-03300443 06 n 01 ethernet_cable 0 002 @ 03059366 n 0000 #p 03300216 n 0000 | any of several types of coaxial cable used in ethernets
-03300578 06 n 03 ethosuximide 0 Emeside 0 Zarontin 0 003 @ 02718469 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an anticonvulsant drug (trade names Emeside and Zarontin) used to treat petit mal epilepsy
-03300786 06 n 01 ethyl_chloride 0 001 @ 03681148 n 0000 | a colorless flammable gas used as a local surface anesthetic
-03300907 06 n 02 etodolac 0 Lodine 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14599168 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Lodine)
-03301066 06 n 01 Eton_collar 0 001 @ 03068181 n 0000 | broad white collar worn over the lapels of a jacket
-03301175 06 n 01 Eton_jacket 0 001 @ 03589791 n 0000 | a jacket hanging to the waist and cut square at the bottom
-03301291 06 n 01 etui 0 001 @ 02774152 n 0000 | small ornamental ladies' bag for small articles
-03301389 06 n 01 eudiometer 0 001 @ 03733925 n 0000 | measuring instrument consisting of a graduated glass tube for measuring volume changes in chemical reactions between gases
-03301568 06 n 01 euphonium 0 001 @ 02804252 n 0000 | a bass horn (brass wind instrument) that is the tenor of the tuba family
-03301696 06 n 01 euphoriant 0 002 @ 04017137 n 0000 + 00909118 a 0101 | a psychoactive drug that tends to produce elation and euphoria
-03301833 06 n 01 evaporative_cooler 0 001 @ 03102859 n 0000 | a cooling system that cools by evaporation
-03301940 06 n 01 evening_bag 0 001 @ 02774152 n 0000 | a handbag used with evening wear
-03302030 06 n 01 Excalibur 0 001 @i 04373894 n 0000 | the legendary sword of King Arthur
-03302121 06 n 01 excavation 0 016 @ 00021939 n 0000 + 02143539 v 0101 + 01311378 v 0101 + 01310660 v 0101 + 01313923 v 0101 ~ 02875233 n 0000 ~ 03173142 n 0000 ~ 03195659 n 0000 ~ 03214253 n 0000 ~ 03768346 n 0000 ~ 03768916 n 0000 ~ 03949442 n 0000 ~ 03982060 n 0000 ~ 04108137 n 0000 ~ 04572344 n 0000 ~ 04601473 n 0000 | a hole in the ground made by excavating
-03302487 06 n 01 exchange 0 005 @ 04602044 n 0000 ~ 03077074 n 0000 ~ 03110937 n 0000 %p 03366301 n 0000 ~ 04323026 n 0000 | a workplace for buying and selling; open only to members
-03302671 06 n 02 exercise_bike 0 exercycle 0 001 @ 03302790 n 0000 | an exercise device resembling a stationary bike
-03302790 06 n 01 exercise_device 0 003 @ 03183080 n 0000 ~ 03302671 n 0000 ~ 04477387 n 0000 | a device designed to provide exercise for the user
-03302938 06 n 02 exhaust 0 exhaust_system 0 007 @ 04377057 n 0000 #p 02761557 n 0000 %p 03303333 n 0000 %p 03303510 n 0000 %p 03303669 n 0000 %p 04218564 n 0000 %p 04385536 n 0000 | system consisting of the parts of an engine through which burned gases or steam are discharged
-03303217 06 n 01 exhaust_fan 0 002 @ 03320046 n 0000 ~ 02755984 n 0000 | a fan that moves air out of an enclosure
-03303333 06 n 01 exhaust_manifold 0 002 @ 03717750 n 0000 #p 03302938 n 0000 | a manifold that receives exhaust gases from the cylinders and conducts them to the exhaust pipe
-03303510 06 n 01 exhaust_pipe 0 002 @ 03944672 n 0000 #p 03302938 n 0000 | a pipe through which burned gases travel from the exhaust manifold to the muffler
-03303669 06 n 01 exhaust_valve 0 002 @ 04519153 n 0000 #p 03302938 n 0000 | a valve through which burned gases from a cylinder escape into the exhaust manifold
-03303831 06 n 02 exhibition_hall 0 exhibition_area 0 002 @ 03478907 n 0000 ~ 03878211 n 0000 | a large hall for holding exhibitions
-03303965 06 n 04 exit 0 issue 0 outlet 0 way_out 0 004 @ 03848729 n 0000 + 00528990 v 0201 + 02015598 v 0101 ~ 03859608 n 0000 | an opening that permits escape or release; "he blocked the way out"; "the canyon had only one issue"
-03304197 06 n 01 Exocet 0 001 @ 03466162 n 0000 | a guided missile developed by the French government for use against ships
-03304323 06 n 02 expansion_bit 0 expansive_bit 0 001 @ 02844307 n 0000 | a bit with a cutting blade that can be adjusted to different sizes
-03304465 06 n 01 expansion_bolt 0 001 @ 02865665 n 0000 | a bolt that has an attachment that expands as the bolt is driven into a surface
-03304605 06 n 02 expectorant 0 expectorator 0 002 @ 03740161 n 0000 ~ 04098032 n 0000 | a medicine promoting expectoration
-03304730 06 n 01 explosive 0 014 @ 14806838 n 0000 #p 03305522 n 0000 + 00474620 a 0101 ~ 03008275 n 0000 ~ 03305135 n 0000 ~ 03305844 n 0000 ~ 04011609 n 0000 ~ 04551375 n 0000 ~ 14612764 n 0000 ~ 14853210 n 0000 ~ 14853392 n 0000 ~ 15016314 n 0000 ~ 15016503 n 0000 ~ 15069584 n 0000 | a chemical substance that undergoes a rapid chemical change (with the production of gas) on being heated or struck
-03305135 06 n 01 explosive_compound 0 005 @ 03304730 n 0000 ~ 03107152 n 0000 ~ 03260293 n 0000 ~ 03958448 n 0000 ~ 04442143 n 0000 | a compound that is explosive
-03305300 06 n 02 explosive_detection_system 0 EDS 0 001 @ 04377057 n 0000 | a rapid automatic system to detect plastic explosives in passengers' luggage using X-ray technology and computers; designed for use in airports
-03305522 06 n 01 explosive_device 0 012 @ 03183080 n 0000 ~ 02866578 n 0000 ~ 03182232 n 0000 %p 03304730 n 0000 ~ 03400389 n 0000 ~ 03565565 n 0000 ~ 03768132 n 0000 ~ 03919702 n 0000 ~ 04159850 n 0000 ~ 04200138 n 0000 ~ 04456734 n 0000 ~ 04457157 n 0000 | device that bursts with sudden violence from internal energy
-03305844 06 n 01 explosive_mixture 0 002 @ 03304730 n 0000 ~ 02850218 n 0000 | a mixture that is explosive
-03305953 06 n 02 explosive_trace_detection 0 ETD 0 001 @ 04377057 n 0000 | a system for screening luggage in airports; an agent passes a swab around or inside luggage and then runs the swab through a machine that can detect trace amounts of explosives
-03306207 06 n 02 export 0 exportation 0 004 @ 03076708 n 0000 + 02346409 v 0201 + 02346409 v 0101 ! 03564667 n 0101 | commodities (goods or services) sold to a foreign country
-03306385 06 n 02 express 0 limited 0 003 @ 04019101 n 0000 + 00977699 a 0101 ! 03680942 n 0101 | public transport consisting of a fast train or bus that makes only a few scheduled stops; "he caught the express to New York"
-03306610 06 n 08 expressway 0 freeway 0 motorway 0 pike 1 state_highway 0 superhighway 0 throughway 0 thruway 0 005 @ 03519981 n 0000 ~ 02758863 n 0000 ~ 02762508 n 0000 %p 02969323 n 0000 ~ 04501018 n 0000 | a broad highway designed for high-speed traffic
-03306869 06 n 03 extension 2 telephone_extension 0 extension_phone 0 001 @ 04401088 n 0000 | an additional telephone set that is connected to the same telephone line
-03307037 06 n 01 extension_cord 0 001 @ 03106898 n 0000 | an electric cord used to extend the length of a power cord
-03307156 06 n 01 extension_ladder 0 002 @ 03632277 n 0000 ~ 02682699 n 0000 | a ladder whose length can be extended
-03307274 06 n 02 exterior_door 0 outside_door 0 010 @ 03224032 n 0000 #p 02913152 n 0000 ~ 02768744 n 0000 %p 03222959 n 0000 %p 03223162 n 0000 ~ 03259118 n 0000 ~ 03399240 n 0000 %p 03521076 n 0000 %p 03882611 n 0000 ~ 04214535 n 0000 | a doorway that allows entrance to or exit from a building
-03307573 06 n 01 external-combustion_engine 0 002 @ 03507963 n 0000 ~ 04309049 n 0000 | a heat engine in which ignition occurs outside the chamber (cylinder or turbine) in which heat is converted to mechanical energy
-03307792 06 n 01 external_drive 0 001 @ 03243218 n 0000 | a drive with its own power supply and fan mounted outside the computer system enclosure and connected to the computer by a cable
-03307981 06 n 02 extra 0 duplicate 1 002 @ 00021939 n 0000 + 01735308 v 0201 | something additional of the same kind; "he always carried extras in case of an emergency"
-03308152 06 n 01 extractor 0 003 @ 03574816 n 0000 + 01351170 v 0101 ~ 03381231 n 0000 | an instrument for extracting tight-fitting components
-03308297 06 n 01 eye 0 004 @ 03526198 n 0000 #p 03816136 n 0000 + 03132438 n 0102 + 03308853 n 0101 | a small hole or loop (as in a needle); "the thread wouldn't go through the eye"
-03308481 06 n 01 eyebrow_pencil 0 001 @ 03714235 n 0000 | makeup provided by a cosmetic pencil that is used to darken the eyebrows
-03308614 06 n 03 eyecup 0 eyebath 0 eye_cup 0 001 @ 04531098 n 0000 | a small vessel with a rim curved to fit the orbit of the eye; use to apply medicated or cleansing solution to the eyeball; "an eyecup is called an eyebath in Britain"
-03308853 06 n 02 eyelet 0 eyehole 0 005 @ 03526198 n 0000 #p 03419014 n 0000 #p 02872752 n 0000 #p 03151077 n 0000 + 03308297 n 0101 | a small hole (usually round and finished around the edges) in cloth or leather for the passage of a cord or hook or bar
-03309110 06 n 01 eyeliner 0 001 @ 03714235 n 0000 | makeup applied to emphasize the shape of the eyes
-03309214 06 n 03 eye-lotion 0 eyewash 0 collyrium 0 001 @ 03691128 n 0000 | lotion consisting of a solution used as a cleanser for the eyes
-03309356 06 n 02 eyepatch 0 patch 2 001 @ 03050026 n 0000 | a protective cloth covering for an injured eye
-03309465 06 n 02 eyepiece 0 ocular 0 006 @ 03656484 n 0000 #p 03852688 n 0000 #p 02841315 n 0000 #p 03667829 n 0000 #p 04216963 n 0000 %p 04082886 n 0000 | combination of lenses at the viewing end of optical instruments
-03309687 06 n 01 eyeshadow 0 001 @ 03714235 n 0000 | makeup consisting of a cosmetic substance used to darken the eyes
-03309808 06 n 04 fabric 0 cloth 0 material 0 textile 0 178 @ 00021939 n 0000 ~ 02665985 n 0000 ~ 02677028 n 0000 ~ 02683183 n 0000 ~ 02698473 n 0000 ~ 02776505 n 0000 ~ 02802990 n 0000 ~ 02809105 n 0000 ~ 02809241 n 0000 ~ 02828427 n 0000 ~ 02867401 n 0000 ~ 02878425 n 0000 ~ 02903727 n 0000 ~ 02903852 n 0000 ~ 02904803 n 0000 ~ 02910542 n 0000 ~ 02921195 n 0000 ~ 02939763 n 0000 ~ 02942147 n 0000 ~ 02942460 n 0000 ~ 02944256 n 0000 ~ 02944579 n 0000 ~ 02952109 n 0000 ~ 02953673 n 0000 ~ 02977330 n 0000 ~ 02998107 n 0000 ~ 03003633 n 0000 ~ 03004409 n 0000 ~ 03013850 n 0000 ~ 03016868 n 0000 ~ 03019304 n 0000 ~ 03019938 n 0000 ~ 03058603 n 0000 ~ 03059934 n 0000 ~ 03106722 n 0000 ~ 03115180 n 0000 ~ 03115400 n 0000 ~ 03130563 n 0000 ~ 03131193 n 0000 ~ 03132666 n 0000 ~ 03160740 n 0000 ~ 03175189 n 0000 ~ 03188290 n 0000 ~ 03188725 n 0000 ~ 03199358 n 0000 ~ 03217653 n 0000 ~ 03233123 n 0000 ~ 03253071 n 0000 ~ 03253796 n 0000 %p 03265479 n 0000 ~ 03267696 n 0000 ~ 03298858 n 0000 ~ 03317889 n 0000 ~ 03326795 n 0000 ~ 03331244 n 0000 ~ 03356982 n 0000 ~ 03357267 n 0000 ~ 03362639 n 0000 ~ 03386726 n 0000 ~ 03396997 n 0000 ~ 03408340 n 0000 ~ 03409297 n 0000 ~ 03435743 n 0000 ~ 03437741 n 0000 ~ 03461651 n 0000 ~ 03462110 n 0000 ~ 03475674 n 0000 %p 03513627 n 0000 ~ 03516266 n 0000 ~ 03529444 n 0000 ~ 03535647 n 0000 ~ 03538817 n 0000 ~ 03591313 n 0000 ~ 03591798 n 0000 ~ 03615300 n 0000 ~ 03615406 n 0000 ~ 03625355 n 0000 ~ 03631177 n 0000 ~ 03635330 n 0000 ~ 03653110 n 0000 ~ 03672521 n 0000 ~ 03675445 n 0000 ~ 03675780 n 0000 ~ 03677682 n 0000 ~ 03703075 n 0000 ~ 03703590 n 0000 ~ 03703862 n 0000 ~ 03723534 n 0000 ~ 03752071 n 0000 ~ 03779128 n 0000 ~ 03779246 n 0000 ~ 03780799 n 0000 ~ 03782929 n 0000 ~ 03785237 n 0000 ~ 03785361 n 0000 ~ 03789603 n 0000 ~ 03794291 n 0000 ~ 03802393 n 0000 ~ 03806904 n 0000 ~ 03819595 n 0000 ~ 03825673 n 0000 ~ 03836906 n 0000 ~ 03843438 n 0000 ~ 03846100 n 0000 ~ 03855214 n 0000 ~ 03877351 n 0000 ~ 03885194 n 0000 ~ 03914231 n 0000 ~ 03914831 n 0000 ~ 03917814 n 0000 ~ 03932670 n 0000 ~ 03939440 n 0000 ~ 03943833 n 0000 ~ 03947798 n 0000 ~ 03970546 n 0000 ~ 03979377 n 0000 ~ 03980986 n 0000 ~ 03983612 n 0000 ~ 04003856 n 0000 ~ 04034367 n 0000 ~ 04056932 n 0000 ~ 04075813 n 0000 ~ 04123228 n 0000 ~ 04123567 n 0000 ~ 04128710 n 0000 ~ 04132829 n 0000 ~ 04137355 n 0000 ~ 04138261 n 0000 ~ 04138398 n 0000 ~ 04153330 n 0000 ~ 04155625 n 0000 ~ 04167661 n 0000 ~ 04174026 n 0000 ~ 04183076 n 0000 ~ 04184316 n 0000 ~ 04184880 n 0000 ~ 04189282 n 0000 ~ 04198233 n 0000 ~ 04198453 n 0000 ~ 04219067 n 0000 ~ 04219424 n 0000 ~ 04267165 n 0000 ~ 04283784 n 0000 ~ 04299828 n 0000 ~ 04350458 n 0000 ~ 04351699 n 0000 ~ 04368840 n 0000 ~ 04383839 n 0000 ~ 04387531 n 0000 ~ 04391445 n 0000 ~ 04393549 n 0000 ~ 04395106 n 0000 ~ 04414476 n 0000 ~ 04432662 n 0000 ~ 04459610 n 0000 ~ 04502502 n 0000 ~ 04503155 n 0000 ~ 04513998 n 0000 ~ 04524594 n 0000 ~ 04524941 n 0000 ~ 04525038 n 0000 ~ 04525191 n 0000 ~ 04533594 n 0000 ~ 04539407 n 0000 ~ 04539794 n 0000 %s 04551950 n 0000 ~ 04553561 n 0000 ~ 04561734 n 0000 ~ 04568713 n 0000 ~ 04568841 n 0000 ~ 04578112 n 0000 ~ 04585456 n 0000 ~ 04594742 n 0000 %s 04598965 n 0000 ~ 04599235 n 0000 ~ 04605163 n 0000 ~ 04613015 n 0000 ~ 14592309 n 0000 | artifact made by weaving or felting or knitting or crocheting natural or synthetic fibers; "the fabric in the curtains was light and semitransparent"; "woven cloth originated in Mesopotamia around 5000 BC"; "she measured off enough material for a dress"
-03313333 06 n 03 facade 0 frontage 0 frontal 2 002 @ 03398467 n 0000 ~ 03399500 n 0000 | the face or front of a building
-03313456 06 n 01 face 0 004 @ 04530176 n 0000 + 01271189 v 0101 ~ 03917973 n 0000 ~ 08659331 n 0000 | a vertical surface of a building or cliff
-03313602 06 n 01 face 1 006 @ 03398467 n 0000 #p 04555897 n 0000 #p 03963982 n 0000 + 02137907 v 0101 ~ 03046657 n 0000 ~ 03186696 n 0000 | the side upon which the use of a thing depends (usually the most prominent surface of an object); "he dealt the cards face down"
-03313873 06 n 01 face 2 004 @ 04362025 n 0000 #p 03501614 n 0000 #p 04039381 n 0000 #p 03446268 n 0000 | the striking or working surface of an implement
-03314028 06 n 03 face_card 0 picture_card 0 court_card 0 004 @ 03963982 n 0000 ~ 03589093 n 0000 ~ 03618219 n 0000 ~ 04033425 n 0000 | one of the twelve cards in a deck bearing a picture of a face
-03314227 06 n 01 face_guard 0 002 @ 03314378 n 0000 #p 03379051 n 0000 | face mask consisting of a strong wire mesh on the front of football helmets
-03314378 06 n 01 face_mask 0 005 @ 03725035 n 0000 ~ 02983189 n 0000 ~ 03314227 n 0000 ~ 03327553 n 0000 ~ 04229816 n 0000 | mask that provides a protective covering for the face in such sports as baseball or football or hockey
-03314608 06 n 01 faceplate 0 002 @ 04014297 n 0000 ;c 03082979 n 0000 | a protective covering for the front of a machine or device (as a door lock or computer component)
-03314780 06 n 01 face_powder 0 002 @ 03994008 n 0000 @ 03714235 n 0000 | cosmetic powder for the face
-03314884 06 n 01 face_veil 0 002 @ 03502331 n 0000 ~ 03826039 n 0000 | a piece of more-or-less transparent material that covers the face
-03315023 06 n 02 facility 0 installation 0 024 @ 00021939 n 0000 + 01570108 v 0201 ~ 02687992 n 0000 ~ 02733075 n 0000 ~ 02752311 n 0000 ~ 02770441 n 0000 ~ 02936020 n 0000 ~ 03077958 n 0000 ~ 03119790 n 0000 ~ 03177349 n 0000 ~ 03243501 n 0000 ~ 03386420 n 0000 ~ 03425956 n 0000 ~ 03745146 n 0000 ~ 03763133 n 0000 ~ 03997027 n 0000 ~ 04053218 n 0000 ~ 04065132 n 0000 ~ 04178897 n 0000 ~ 04263614 n 0000 ~ 04306080 n 0000 ~ 04473432 n 0000 ~ 04516874 n 0000 ~ 04562658 n 0000 | a building or place that provides a particular service or is used for a particular industry; "the assembly plant is an enormous facility"
-03315644 06 n 02 facing 0 cladding 0 003 @ 04014297 n 0000 + 01271189 v 0101 ~ 04085873 n 0000 | a protective covering that protects the outside of a building
-03315805 06 n 01 facing 1 004 @ 03673767 n 0000 #p 03068181 n 0000 #p 03145843 n 0000 + 01271936 v 0101 | a lining applied to the edge of a garment for ornamentation or strengthening
-03315990 06 n 02 facing 2 veneer 0 002 @ 03058107 n 0000 + 01271189 v 0101 | an ornamental coating to a building
-03316105 06 n 03 facsimile 0 facsimile_machine 0 fax 0 003 @ 03257586 n 0000 + 01007676 v 0301 + 01007676 v 0103 | duplicator that transmits the copy by wire or radio
-03316274 06 n 02 facsimile 1 autotype 0 003 @ 03104594 n 0000 + 02653056 a 0201 + 01007676 v 0103 | an exact copy or reproduction
-03316406 06 n 04 factory 0 mill 1 manufacturing_plant 0 manufactory 0 017 @ 03956922 n 0000 ~ 02750169 n 0000 ~ 02761696 n 0000 ~ 02950018 n 0000 ~ 03012897 n 0000 -c 03049066 n 0000 -c 03100897 n 0000 ~ 03387653 n 0000 ~ 03697007 n 0000 ~ 03887512 n 0000 %p 04008385 n 0000 %p 04203514 n 0000 ~ 04300358 n 0000 ~ 04311595 n 0000 ~ 04370600 n 0000 ~ 04417361 n 0000 -c 15117809 n 0000 | a plant consisting of one or more buildings with facilities for manufacturing
-03316873 06 n 01 factory_ship 0 001 @ 04574471 n 0000 | a whaling ship equipped to process whale products at sea
-03316988 06 n 01 factory_whistle 0 001 @ 04579432 n 0000 | a whistle at a factory that is sounded to announce times for starting or stopping work
-03317136 06 n 01 fag_end 0 001 @ 03286383 n 0000 | the frayed end of a length of cloth or rope
-03317233 06 n 02 fagot 0 faggot 0 001 @ 02919414 n 0000 | a bundle of sticks and branches bound together
-03317340 06 n 02 fagoting 0 faggoting 0 002 @ 03282933 n 0000 %p 03317510 n 0000 | embroidery in which groups of parallel threads are tied together with fagot stitches
-03317510 06 n 02 fagot_stitch 0 faggot_stitch 0 002 @ 04180314 n 0000 #p 03317340 n 0000 | the stitch that ties a group of parallel threads together in fagoting
-03317673 06 n 01 Fahrenheit_thermometer 0 001 @ 04421872 n 0000 | a thermometer calibrated in degrees Fahrenheit
-03317788 06 n 01 faience 0 001 @ 03262519 n 0000 | glazed earthenware decorated with opaque colors
-03317889 06 n 01 faille 0 001 @ 03309808 n 0000 | a ribbed woven fabric of silk or rayon or cotton
-03317990 06 n 01 fail-safe 0 001 @ 03738472 n 0000 | a mechanism capable of returning to a safe state in case there is a failure or malfunction
-03318136 06 n 01 fairlead 0 002 @ 04020298 n 0000 ~ 04249582 n 0000 | a pulley-block used to guide a rope forming part of a ship's rigging to avoid chafing
-03318294 06 n 01 fairy_light 0 002 @ 03665366 n 0000 ;r 08860123 n 0000 | a small colored light used for decoration (especially at Christmas)
-03318438 06 n 03 fake 0 sham 0 postiche 1 009 @ 03562126 n 0000 + 01116857 a 0207 + 00838043 v 0202 + 01573238 a 0101 + 00839526 v 0104 + 02576921 v 0103 + 01654271 v 0102 ~ 03318707 n 0000 ~ 03991321 n 0000 | something that is a counterfeit; not what it seems to be
-03318707 06 n 01 fake_book 0 001 @ 03318438 n 0000 | a fake in the form of an imitation book; used to fill bookcases of people who wish to appear scholarly
-03318865 06 n 01 falchion 0 001 @ 04373894 n 0000 | a short broad slightly convex medieval sword with a sharp point
-03318983 06 n 02 fallboard 0 fall-board 0 002 @ 04014297 n 0000 #p 03928116 n 0000 | the hinged protective covering that protects the keyboard of a piano when it is not being played
-03319167 06 n 01 fallout_shelter 0 001 @ 04191595 n 0000 | a shelter to protect occupants from the fallout from an atomic bomb
-03319296 06 n 01 false_bottom 0 001 @ 04341686 n 0000 | a horizontal structure that partitions a ship or box (especially one built close to the actual bottom)
-03319457 06 n 01 false_face 0 002 @ 03724870 n 0000 #p 03320519 n 0000 | a mask worn as part of a masquerade costume
-03319576 06 n 01 false_teeth 0 001 @ 03176386 n 0000 | a removable denture
-03319653 06 n 01 falsie 0 001 @ 03873064 n 0000 | padding that is worn inside a brassiere
-03319745 06 n 01 family_room 0 002 @ 04065464 n 0000 #p 03259505 n 0000 | a recreation room in a private house
-03319858 06 n 02 famotidine 0 Pepcid 0 002 @ 03522239 n 0000 ;u 06845599 n 0201 | a histamine blocker (trade name Pepcid) used to treat peptic ulcers and gastritis and esophageal reflux
-03320046 06 n 01 fan 0 006 @ 03183080 n 0000 #p 03103128 n 0000 + 01885580 v 0101 ~ 03271574 n 0000 ~ 03303217 n 0000 ~ 04024676 n 0000 | a device for creating a current of air by movement of a surface or surfaces
-03320262 06 n 01 fan_belt 0 002 @ 02827883 n 0000 #p 03103128 n 0000 | a belt driven by the crankshaft that drives a fan that pulls air through the radiator
-03320421 06 n 01 fan_blade 0 002 @ 02848523 n 0000 #p 03271574 n 0000 | blade of a rotating fan
-03320519 06 n 03 fancy_dress 0 masquerade 0 masquerade_costume 0 005 @ 03113657 n 0000 @ 03206718 n 0000 + 02147962 v 0201 %p 03221205 n 0000 %p 03319457 n 0000 | a costume worn as a disguise at a masquerade party
-03320735 06 n 01 fancy_goods 0 002 @ 03076708 n 0000 ;u 06295235 n 0000 | goods that are chiefly ornamental
-03320845 06 n 01 fanion 0 001 @ 03354903 n 0000 | a small flag used by surveyors or soldiers to mark a position
-03320959 06 n 01 fanlight 0 001 @ 04587648 n 0000 | a semicircular window over a door or window; usually has sash bars like the ribs of a fan
-03321103 06 n 07 fanjet 0 fan-jet 0 fanjet_engine 0 turbojet 0 turbojet_engine 0 turbofan 0 turbofan_engine 0 005 @ 03596285 n 0000 #p 03321419 n 0000 #p 04012482 n 0000 %p 02683558 n 0000 %p 03426574 n 0000 | a jet engine in which a fan driven by a turbine provides extra air to the burner and gives extra thrust
-03321419 06 n 04 fanjet 1 fan-jet 1 turbofan 1 turbojet 1 002 @ 03595860 n 0000 %p 03321103 n 0000 | an airplane propelled by a fanjet engine
-03321563 06 n 02 fanny_pack 0 butt_pack 0 001 @ 04544450 n 0000 | a waist pack worn with the pouch in back
-03321672 06 n 01 fantail 0 002 @ 03864356 n 0000 #p 02683692 n 0000 | an overhang consisting of the fan-shaped part of the deck extending aft of the sternpost of a ship
-03321843 06 n 01 fan_tracery 0 002 @ 04463141 n 0000 #p 03321954 n 0000 | the carved tracery on fan vaulting
-03321954 06 n 01 fan_vaulting 0 002 @ 04523993 n 0000 %p 03321843 n 0000 | an elaborate system of vaulting in which the ribs diverge like fans
-03322099 06 n 01 farm 0 018 @ 04602044 n 0000 + 02420232 v 0101 + 01739814 v 0103 ~ 03016511 n 0000 ~ 03134015 n 0000 ~ 03159535 n 0000 %p 03322836 n 0000 ~ 03323096 n 0000 %p 03323211 n 0000 ~ 03453162 n 0000 ~ 03528761 n 0000 ~ 03935234 n 0000 ~ 04052442 n 0000 ~ 04178784 n 0000 ~ 04188064 n 0000 ~ 04343919 n 0000 ~ 04490614 n 0000 ~ 04536038 n 0000 | workplace consisting of farm buildings and cultivated land as a unit; "it takes several people to work the farm"
-03322570 06 n 01 farm_building 0 004 @ 02913152 n 0000 ~ 02793495 n 0000 ~ 03016389 n 0000 ~ 04294879 n 0000 | a building on a farm
-03322704 06 n 03 farmer's_market 0 green_market 0 greenmarket 0 001 @ 03847823 n 0000 | an open-air marketplace for farm products
-03322836 06 n 01 farmhouse 0 002 @ 03544360 n 0000 #p 03322099 n 0000 | house for a farmer and family
-03322940 06 n 01 farm_machine 0 005 @ 03699975 n 0000 ~ 03146846 n 0000 ~ 03496892 n 0000 ~ 03500699 n 0000 ~ 04428191 n 0000 | a machine used in farming
-03323096 06 n 03 farmplace 0 farm-place 0 farmstead 0 001 @ 03322099 n 0000 | a farm together with its buildings
-03323211 06 n 01 farmyard 0 002 @ 04610503 n 0000 #p 03322099 n 0000 | an area adjacent to farm buildings
-03323319 06 n 01 farthingale 0 001 @ 03534429 n 0000 | a hoop worn beneath a skirt to extend it horizontally; worn by European women in the 16th and 17th centuries
-03323485 06 n 01 fashion_plate 0 001 @ 03960664 n 0000 | a plate illustrating the latest fashion in dress
-03323593 06 n 01 fashion 0 001 @ 03093574 n 0000 | consumer goods (especially clothing) in the current mode
-03323703 06 n 04 fastener 0 fastening 0 holdfast 0 fixing 0 037 @ 04081844 n 0000 + 01356750 v 0302 + 01343892 v 0201 + 01340439 v 0101 + 01343892 v 0101 ~ 02827020 n 0000 ~ 02910353 n 0000 ~ 02928608 n 0000 ~ 02960690 n 0000 ~ 02982599 n 0000 ~ 03038281 n 0000 ~ 03041114 n 0000 ~ 03042829 n 0000 ~ 03043958 n 0000 ~ 03051249 n 0000 ~ 03112240 n 0000 ~ 03114839 n 0000 ~ 03132438 n 0000 ~ 03229244 n 0000 ~ 03338143 n 0000 ~ 03533392 n 0000 ~ 03627232 n 0000 ~ 03644073 n 0000 ~ 03673971 n 0000 ~ 03682487 n 0000 ~ 03683606 n 0000 ~ 03804744 n 0000 ~ 03836451 n 0000 ~ 03887185 n 0000 ~ 03940256 n 0000 ~ 04153751 n 0000 ~ 04159354 n 0000 ~ 04160036 n 0000 ~ 04238321 n 0000 ~ 04248209 n 0000 ~ 04445327 n 0000 ~ 04445610 n 0000 | restraint that attaches to something or holds something in place
-03324502 06 n 01 fast_lane 0 002 @ 04466386 n 0000 ! 04244152 n 0101 | the traffic lane for vehicles that are moving rapidly
-03324629 06 n 01 fast_reactor 0 002 @ 03834040 n 0000 ! 04420024 n 0101 | nuclear reactor in which nuclear fissions are caused by fast neutrons because little or no moderator is used
-03324814 06 n 01 fat_farm 0 001 @ 03506370 n 0000 | a health spa that specializes in helping people lose weight
-03324928 06 n 01 fatigues 0 003 @ 03763968 n 0000 ;c 08199025 n 0000 ;u 06295235 n 0000 | military uniform worn by military personnel when doing menial labor
-03325088 06 n 02 faucet 1 spigot 0 005 @ 04072193 n 0000 %p 03485997 n 0000 ~ 03775636 n 0000 ~ 04327682 n 0000 ~ 04559451 n 0000 | a regulator for controlling the flow of a liquid from a reservoir
-03325288 06 n 01 fauld 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | a piece of armor plate below the breastplate
-03325403 06 n 01 fauteuil 0 001 @ 02738535 n 0000 | an upholstered armchair
-03325481 06 n 02 feather_bed 0 featherbed 0 001 @ 03731164 n 0000 | a mattress stuffed with feathers
-03325584 06 n 02 feather_boa 0 boa 0 001 @ 04143897 n 0000 | a long thin fluffy scarf of feathers or fur
-03325691 06 n 01 featheredge 0 001 @ 03264136 n 0000 | a thin tapering edge
-03325769 06 n 01 feature 0 003 @ 03748886 n 0000 + 02631659 v 0102 ~ 03234795 n 0000 | an article of merchandise that is displayed or advertised more than other articles
-03325941 06 n 05 fedora 0 felt_hat 0 homburg 0 Stetson 0 trilby 0 001 @ 03497657 n 0000 | a hat made of felt with a creased crown
-03326073 06 n 02 feedback_circuit 0 feedback_loop 0 002 @ 03033362 n 0000 ~ 03097535 n 0000 | a circuit that feeds back some of the output to the input of a system
-03326239 06 n 01 feeder_line 0 001 @ 08616311 n 0000 | a branching path off of a main transportation line (especially an airline)
-03326371 06 n 01 feedlot 0 001 @ 02913152 n 0000 | a building where livestock are fattened for market
-03326475 06 n 02 fell 0 felled_seam 0 002 @ 04160372 n 0000 + 01331237 v 0101 | seam made by turning under or folding together and stitching the seamed materials to avoid rough edges
-03326660 06 n 02 felloe 0 felly 0 002 @ 04092305 n 0000 #p 04574999 n 0000 | rim (or part of the rim) into which spokes are inserted
-03326795 06 n 01 felt 0 004 @ 03309808 n 0000 + 00565592 v 0101 + 01316955 v 0101 + 01463212 v 0101 | a fabric made of compressed matted animal fibers
-03326948 06 n 04 felt-tip_pen 0 felt-tipped_pen 0 felt_tip 0 Magic_Marker 0 002 @ 03906997 n 0000 ;u 06845599 n 0401 | a pen with a writing tip made of felt (trade name Magic Marker)
-03327133 06 n 01 felucca 0 001 @ 04128837 n 0000 | a fast narrow sailing ship of the Mediterranean
-03327234 06 n 02 fence 0 fencing 0 013 @ 02796623 n 0000 #p 08514865 n 0000 + 01588134 v 0201 + 01588134 v 0101 + 01130607 v 0103 ~ 02771547 n 0000 ~ 03000134 n 0000 ~ 03511175 n 0000 ~ 03930313 n 0000 ~ 04046974 n 0000 ~ 04326547 n 0000 ~ 04547592 n 0000 ~ 04571686 n 0000 | a barrier that serves to enclose an area
-03327553 06 n 02 fencing_mask 0 fencer's_mask 0 001 @ 03314378 n 0000 | a face mask made of fine mesh that is worn over a fencer's face
-03327691 06 n 01 fencing_sword 0 004 @ 04373894 n 0000 ~ 03292475 n 0000 ~ 03375575 n 0000 ~ 04121511 n 0000 | a sword used in the sport of fencing
-03327841 06 n 02 fender 1 wing 2 004 @ 02796623 n 0000 #p 02958343 n 0000 + 01115916 v 0103 ~ 03796605 n 0000 | a barrier that surrounds the wheels of a vehicle to block splashing water or mud; "in Britain they call a fender a wing"
-03328076 06 n 01 fender 2 002 @ 03464467 n 0000 + 01115916 v 0103 | a low metal guard to confine falling coals to a hearth
-03328201 06 n 04 fender 3 buffer 2 cowcatcher 0 pilot 1 003 @ 03391770 n 0000 #p 03684823 n 0000 + 01115916 v 0103 | an inclined metal frame at the front of a locomotive to clear the track
-03328392 06 n 03 fenoprofen 0 fenoprofen_calcium 0 Nalfon 0 003 @ 03828465 n 0000 ;u 06845599 n 0301 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Nalfon) used in the treatment of arthritis and other painful inflammatory disorders
-03328650 06 n 02 Fentanyl 0 Sublimaze 0 002 @ 03850746 n 0000 @ 02707683 n 0000 | trade names of a narcotic analgesic that can be inhaled and that acts on the central nervous system and may become addictive; used as a veterinary anesthetic and with other drugs before, during, and after surgery; also used as a nonlethal gas to incapacitate people in hostage situations; also abused as a recreational drug
-03329058 06 n 01 Feosol 0 001 @ 03247620 n 0000 | trade name of a drug rich in iron; used to treat some kinds of anemia
-03329180 06 n 01 Fergon 0 001 @ 03247620 n 0000 | trade name of a drug rich in iron; used to treat some types of anemia
-03329302 06 n 01 Ferris_wheel 0 002 @ 04110955 n 0000 @ 04088797 n 0000 | a vertical rotating mechanism consisting of a large wheel with suspended seats that remain upright as the wheel rotates; provides a ride at an amusement park
-03329536 06 n 02 ferrule 0 collet 1 001 @ 02955065 n 0000 | a metal cap or band placed on a wooden pole to prevent splitting
-03329663 06 n 02 ferry 0 ferryboat 0 004 @ 02858304 n 0000 + 01949435 v 0101 + 01949218 v 0101 ~ 02964295 n 0000 | a boat that transports people or vehicles across a body of water and operates on a regular schedule
-03329880 06 n 01 fertility_drug 0 002 @ 03247620 n 0000 ~ 03048094 n 0000 | a drug used to increase a woman's fertility
-03330002 06 n 01 ferule 0 001 @ 04372171 n 0000 | a switch (a stick or cane or flat paddle) used to punish children
-03330120 06 n 02 fesse 0 fess 0 002 @ 03853734 n 0000 ;c 05801594 n 0000 | (heraldry) an ordinary consisting of a broad horizontal band across a shield
-03330274 06 n 02 festoon 0 festoonery 0 003 @ 03368508 n 0000 + 01680267 v 0201 + 01680267 v 0101 | flower chains suspended in curves between points as a decoration
-03330441 06 n 01 festoon 1 002 @ 03282401 n 0000 + 01680267 v 0101 | an embellishment consisting of a decorative representation of a string of flowers suspended between two points; used on pottery or in architectural work
-03330665 06 n 01 festoon 2 001 @ 03151077 n 0000 | a curtain of fabric draped and bound at intervals to form graceful curves
-03330792 06 n 02 fetoscope 0 foetoscope 0 001 @ 04317175 n 0000 | a stethoscope placed on the pregnant woman's abdomen to listen for the fetal heartbeat
-03330947 06 n 02 fetter 0 hobble 0 003 @ 04181228 n 0000 + 01289633 v 0202 + 01288052 v 0101 | a shackle for the ankles or feet
-03331077 06 n 02 fez 0 tarboosh 0 001 @ 02954340 n 0000 | a felt cap (usually red) for a man; shaped like a flat-topped cone with a tassel that hangs from the crown
-03331244 06 n 03 fiber 1 fibre 1 vulcanized_fiber 0 001 @ 03309808 n 0000 | a leatherlike material made by compressing layers of paper or cloth
-03331390 06 n 03 fiberboard 0 fibreboard 0 particle_board 0 002 @ 04547991 n 0000 ~ 03725506 n 0000 | wallboard composed of wood chips or shavings bonded together with resin and compressed into rigid sheets
-03331599 06 n 02 fiber_optic_cable 0 fibre_optic_cable 0 003 @ 02934168 n 0000 #p 03331820 n 0000 %p 03852031 n 0000 | a cable made of optical fibers that can transmit large amounts of information at the speed of light
-03331820 06 n 03 fiber-optic_transmission_system 0 fibre-optic_transmission_system 0 FOTS 0 002 @ 03077958 n 0000 %p 03331599 n 0000 | a communication system using fiber optic cables
-03332005 06 n 01 fiberscope 0 002 @ 03739693 n 0000 %p 03852031 n 0000 | a flexible medical instrument involving fiber optics that is used to examine internal organs
-03332173 06 n 01 fichu 0 001 @ 04143897 n 0000 | a lightweight triangular scarf worn by a woman
-03332271 06 n 02 fiddlestick 0 violin_bow 0 002 @ 02879517 n 0000 #p 04536866 n 0000 | a bow used in playing the violin
-03332393 06 n 02 field_artillery 0 field_gun 0 001 @ 02746365 n 0000 | movable artillery (other than antiaircraft) used by armies in the field (especially for direct support of front-line troops)
-03332591 06 n 02 field_coil 0 field_winding 0 001 @ 03065708 n 0000 | the electric coil around a field magnet that produces the magneto motive force to set up the flux in an electric machine
-03332784 06 n 02 field-effect_transistor 0 FET 0 001 @ 04471632 n 0000 | a transistor in which most current flows in a channel whose effective resistance can be controlled by a transverse electric field
-03332989 06 n 01 field-emission_microscope 0 001 @ 03279508 n 0000 | electron microscope used to observe the surface structure of a solid
-03333129 06 n 03 field_glass 0 glass 3 spyglass 0 002 @ 04070207 n 0000 + 02152690 v 0201 | a small refracting telescope
-03333252 06 n 01 field_hockey_ball 0 001 @ 02778669 n 0000 | ball used in playing field hockey
-03333349 06 n 01 field_hospital 0 002 @ 03762982 n 0000 ;c 08199025 n 0000 | a temporary military hospital near the battle lines
-03333480 06 n 01 field_house 0 002 @ 02752311 n 0000 #p 04295881 n 0000 | an athletic facility where athletes prepare for sport
-03333610 06 n 02 field_house 1 sports_arena 0 001 @ 03545150 n 0000 | a building for indoor sports
-03333711 06 n 01 field_lens 0 001 @ 03656484 n 0000 | the lens that is farthest from the eye in an optical device with more than one lens
-03333851 06 n 01 field_magnet 0 003 @ 03705379 n 0000 #p 03273061 n 0000 #p 03260504 n 0000 | a magnet that provides a magnetic field in a dynamo or electric motor
-03334017 06 n 04 field-sequential_color_television 0 field-sequential_color_TV 0 field-sequential_color_television_system 0 field-sequential_color_TV_system 0 001 @ 03072201 n 0000 | an early form of color TV in which successive fields are scanned in three primary colors
-03334291 06 n 01 field_tent 0 001 @ 02954163 n 0000 | a canvas tent for use in the field
-03334382 06 n 01 fieldwork 0 001 @ 03385557 n 0000 | a temporary fortification built by troops in the field
-03334492 06 n 01 fife 0 001 @ 03372029 n 0000 | a small high-pitched flute similar to a piccolo; has a shrill tone and is used chiefly to accompany drums in a marching band
-03334667 06 n 01 fife_rail 0 001 @ 04047401 n 0000 | the railing surrounding the mast of a sailing vessel
-03334775 06 n 01 fifth_wheel 0 001 @ 02817031 n 0000 | a steering bearing that enables the front axle of a horse-drawn wagon to rotate
-03334912 06 n 02 fifth_wheel 1 spare 0 001 @ 02974003 n 0000 | an extra car wheel and tire for a four-wheel vehicle
-03335030 06 n 03 fighter 0 fighter_aircraft 0 attack_aircraft 0 008 @ 02691156 n 0000 @ 04552348 n 0000 ;c 08199025 n 0000 + 01091427 v 0101 + 01090335 v 0102 ~ 03577672 n 0000 ~ 03608074 n 0000 ~ 04308397 n 0000 | a high-speed military or naval airplane designed to destroy enemy aircraft in the air
-03335333 06 n 01 fighting_chair 0 001 @ 03001627 n 0000 | a fixed chair from which a saltwater angler can fight a hooked fish
-03335461 06 n 01 fig_leaf 0 001 @ 03122748 n 0000 | a covering consisting of anything intended to conceal something regarded as shameful
-03335600 06 n 01 figure 0 007 @ 03777283 n 0000 ~ 03255648 n 0000 ~ 03336070 n 0000 ~ 03336459 n 0000 ~ 04025350 n 0000 ~ 04251983 n 0000 ~i 04486718 n 0000 | a model of a bodily form (especially of a person); "he made a figure of Santa Claus"
-03335846 06 n 02 figure_eight 0 figure_of_eight 0 001 @ 03627232 n 0000 | a knot having the shape of the numeral 8; tied in a rope that has been passed through a hole or pulley and that prevents the rope from coming loose
-03336070 06 n 01 figurehead 0 001 @ 03335600 n 0000 | figure on the bow of some sailing vessels
-03336168 06 n 02 figure_loom 0 figured-fabric_loom 0 001 @ 03689157 n 0000 | a loom for weaving figured fabrics
-03336282 06 n 01 figure_skate 0 001 @ 03558404 n 0000 | an ice skate worn for figure skating; has a slightly curved blade and a row of jagged points at the front of the blade
-03336459 06 n 02 figurine 0 statuette 0 002 @ 03335600 n 0000 + 04306847 n 0201 | a small carved or molded figure
-03336575 06 n 01 filament 1 002 @ 04594489 n 0000 #p 03665924 n 0000 | a thin wire (usually tungsten) that is heated white hot by the passage of an electric current
-03336742 06 n 01 filature 0 001 @ 02860415 n 0000 | a bobbin used in spinning silk into thread
-03336839 06 n 01 file 0 009 @ 03489162 n 0000 ~ 02856362 n 0000 ~ 03361109 n 0000 %p 03474896 n 0000 ~ 03805280 n 0000 ~ 04054670 n 0000 ~ 04056073 n 0000 ~ 04114301 n 0000 ~ 04393301 n 0000 | a steel hand tool with small sharp teeth on some or all of its surfaces; used for smoothing wood or metal
-03337140 06 n 03 file 1 file_cabinet 0 filing_cabinet 0 006 @ 03842156 n 0000 + 00869931 v 0103 + 01001643 v 0101 + 01001857 v 0101 ~ 02963302 n 0000 ~ 04529681 n 0000 | office furniture consisting of a container for keeping papers in order
-03337383 06 n 01 file_folder 0 001 @ 03376279 n 0000 | folder that holds papers together in a filing cabinet
-03337494 06 n 01 file_server 0 004 @ 03196324 n 0000 ;c 06128570 n 0000 ~ 03170459 n 0000 ~ 03827830 n 0000 | (computer science) a digital computer that provides workstations on a network with controlled access to shared resources
-03337727 06 n 01 filet 0 002 @ 03631177 n 0000 + 01678957 v 0102 | lace having a square mesh
-03337822 06 n 03 filigree 0 filagree 0 fillagree 0 002 @ 03282401 n 0000 + 01757871 v 0101 | delicate and intricate ornamentation (usually in gold or silver or other fine twisted wire)
-03338009 06 n 01 filler 0 003 @ 04442831 n 0000 #p 03030035 n 0000 + 00452512 v 0101 | the tobacco used to form the core of a cigar
-03338143 06 n 02 fillet 1 stopping 0 001 @ 03323703 n 0000 | fastener consisting of a narrow strip of welded metal used to join steel members
-03338287 06 n 01 filling 1 004 @ 03175604 n 0000 ;c 06047430 n 0000 + 00261533 v 0101 ~ 03572631 n 0000 | (dentistry) a dental appliance consisting of any of various substances (as metal or plastic) inserted into a prepared cavity in a tooth; "when he yawned I could see the gold fillings in his teeth"; "an informal British term for `filling' is `stopping'"
-03338648 06 n 01 film 0 004 @ 00002684 n 0000 ~ 04157703 n 0000 ~ 04237654 n 0000 ~ 04254205 n 0000 | a thin coating or layer; "the table was covered with a film of dust"
-03338821 06 n 02 film 1 photographic_film 0 016 @ 03926412 n 0000 + 01711965 v 0101 + 01002740 v 0101 ~ 03378593 n 0000 ~ 03759432 n 0000 ~ 03789400 n 0000 ~ 03817191 n 0000 ~ 03857026 n 0000 ~ 03881404 n 0000 ~ 03987509 n 0000 ~ 04067658 n 0000 ~ 04101375 n 0000 ~ 04102872 n 0000 ~ 04173172 n 0000 ~ 04609531 n 0000 ~ 06621323 n 0000 | photographic material consisting of a base of celluloid covered with a photographic emulsion; used to make negatives or transparencies
-03339296 06 n 02 film 2 plastic_film 0 005 @ 04188643 n 0000 @ 04605726 n 0000 + 02413390 a 0102 ~ 03976268 n 0000 ~ 04210591 n 0000 | a thin sheet of (usually plastic and usually transparent) material used to wrap or cover things
-03339529 06 n 01 film_advance 0 001 @ 03738472 n 0000 | a mechanism for advancing film in a camera or projector
-03339643 06 n 01 filter 0 015 @ 03183080 n 0000 + 01458664 v 0101 + 01458664 v 0102 ~ 02688273 n 0000 ~ 02772282 n 0000 ~ 03063199 n 0000 ~ 03232543 n 0000 ~ 03340183 n 0000 ~ 03400972 n 0000 ~ 03667060 n 0000 ~ 03843555 n 0000 ~ 04332243 n 0000 ~ 04559620 n 0000 ~ 14821852 n 0000 ~ 14843295 n 0000 | device that removes something from whatever passes through it
-03340009 06 n 01 filter 1 003 @ 03269401 n 0000 ~ 03519226 n 0000 ~ 03694196 n 0000 | an electrical device that alters the frequency spectrum of signals passing through it
-03340183 06 n 01 filter_bed 0 001 @ 03339643 n 0000 | filter consisting of a layer of sand or gravel for filtering water
-03340306 06 n 01 filter_tip 0 002 @ 02688273 n 0000 #p 03340463 n 0000 | an air filter on the end of a cigarette; contains material that filters the smoke
-03340463 06 n 01 filter-tipped_cigarette 0 002 @ 03030663 n 0000 %p 03340306 n 0000 | a cigarette with a filter tip
-03340581 06 n 01 fin 0 003 @ 04294212 n 0000 #p 04194289 n 0000 ~ 04520784 n 0000 | a stabilizer on a ship that resembles the fin of a fish
-03340723 06 n 03 finder 0 viewfinder 0 view_finder 0 004 @ 03851341 n 0000 #p 02942699 n 0000 #p 04403638 n 0000 #p 03470387 n 0000 | optical device that helps a user to find the target of interest
-03340923 06 n 01 finery 0 002 @ 02756098 n 0000 ~ 04355115 n 0000 | elaborate or showy attire and accessories
-03341035 06 n 02 fine-tooth_comb 0 fine-toothed_comb 0 001 @ 03074855 n 0000 | a comb with teeth set close together
-03341153 06 n 01 finger 0 002 @ 03122748 n 0000 #p 03441112 n 0000 | one of the parts of a glove that provides covering for a finger or thumb
-03341297 06 n 01 fingerboard 0 006 @ 04339638 n 0000 #p 02880546 n 0000 #p 03467517 n 0000 #p 02787622 n 0000 #p 03698360 n 0000 #p 03716966 n 0000 | a narrow strip of wood on the neck of some stringed instruments (violin or cello or guitar etc) where the strings are held against the wood with the fingers
-03341606 06 n 01 finger_bowl 0 001 @ 02880940 n 0000 | small bowl for rinsing the fingers at table
-03341707 06 n 01 finger_hole 0 004 @ 03526198 n 0000 #p 02882301 n 0000 #p 03186818 n 0000 ~ 04431025 n 0000 | a hole for inserting a finger
-03341850 06 n 01 finger_hole 1 002 @ 03526198 n 0000 #p 04598582 n 0000 | one of a series of holes in a woodwind instrument; pitch changes when a finger covers it
-03342015 06 n 02 finger_paint 0 fingerpaint 0 001 @ 03875218 n 0000 | paint that has the consistency of jelly
-03342127 06 n 01 finger-painting 0 002 @ 03876519 n 0000 + 01681048 v 0101 | a painting produced by spreading paint with the fingers
-03342262 06 n 03 finger_plate 0 escutcheon 2 scutcheon 2 001 @ 04014297 n 0000 | a flat protective covering (on a door or wall etc) to prevent soiling by dirty fingers
-03342432 06 n 02 fingerstall 0 cot 2 001 @ 04187061 n 0000 | a sheath worn to protect a finger
-03342529 06 n 01 finial 0 001 @ 03169390 n 0000 | an ornament at the top of a spire or gable; usually a foliated fleur-de-lis
-03342657 06 n 02 finish_coat 0 finishing_coat 0 002 @ 03058107 n 0000 @ 14992287 n 0000 | the final coating of plaster applied to walls and ceilings; "we can't paint until they put on the finishing coat"
-03342863 06 n 02 finish_coat 1 finishing_coat 1 001 @ 03058949 n 0000 | the final coat of paint
-03342961 06 n 01 finisher 0 001 @ 04037443 n 0000 | a race car that finishes a race
-03343047 06 n 01 fin_keel 0 003 @ 03959936 n 0000 #p 03609542 n 0000 ~ 02994012 n 0000 | a metal plate projecting from the keel of a shallow vessel to give it greater lateral stability
-03343234 06 n 01 fipple 0 001 @ 03967942 n 0000 | a wooden plug forming a flue pipe (as the mouthpiece of a recorder)
-03343354 06 n 04 fipple_flute 0 fipple_pipe 0 recorder 0 vertical_flute 0 003 @ 03945615 n 0000 ~ 03355468 n 0000 ~ 03912218 n 0000 | a tubular wind instrument with 8 finger holes and a fipple mouthpiece
-03343560 06 n 01 fire 0 003 @ 03346455 n 0000 + 00378664 v 0102 ~ 03101302 n 0000 | a fireplace in which a relatively small fire is burning; "they sat by the fire and talked"
-03343737 06 n 02 fire_alarm 0 smoke_alarm 0 001 @ 02694426 n 0000 | an alarm that is tripped off by fire or smoke
-03343853 06 n 03 firearm 0 piece 3 small-arm 0 013 @ 03467984 n 0000 ~ 02759963 n 0000 %p 03349020 n 0000 %p 03683341 n 0000 ~ 03803116 n 0000 ~ 03948459 n 0000 ~ 04076284 n 0000 ~ 04090263 n 0000 ~ 04093775 n 0000 ~ 04206356 n 0000 %p 04216963 n 0000 ~ 04247544 n 0000 ~ 04502851 n 0000 | a portable gun; "he wore his firearm in a shoulder holster"
-03344205 06 n 01 firebase 0 001 @ 02798290 n 0000 | an artillery base to support advancing troops
-03344305 06 n 01 fire_bell 0 001 @ 02824448 n 0000 | a bell rung to give a fire alarm
-03344393 06 n 01 fireboat 0 001 @ 02858304 n 0000 | a boat equipped to fight fires on ships or along a waterfront
-03344509 06 n 01 firebox 0 002 @ 03404449 n 0000 #p 04310018 n 0000 | a furnace (as on a steam locomotive) in which fuel is burned
-03344642 06 n 01 firebrick 0 002 @ 02897820 n 0000 %s 14813843 n 0000 | brick made of fire clay; used for lining e.g. furnaces and chimneys
-03344784 06 n 01 fire_control_radar 0 002 @ 03812382 n 0000 ;c 08199025 n 0000 | naval radar that controls the delivery of fire on a military target
-03344935 06 n 01 fire_control_system 0 002 @ 03812924 n 0000 ;c 08199025 n 0000 | naval weaponry consisting of a system for controlling the delivery of fire on a military target
-03345115 06 n 03 firecracker 0 cracker 1 banger 0 006 @ 03348454 n 0000 + 02187693 v 0301 + 02183024 v 0201 ~ 02951090 n 0000 ~ 03014204 n 0000 ~ 04581262 n 0000 | firework consisting of a small explosive charge and fuse in a heavy paper casing
-03345362 06 n 01 fire_door 0 001 @ 03221720 n 0000 | a fire-resistant door that can be closed to stop the spread of a fire
-03345487 06 n 02 fire_engine 0 fire_truck 0 002 @ 04490091 n 0000 ~ 03632852 n 0000 | any of various large trucks that carry firemen and equipment to the site of a fire
-03345658 06 n 02 fire_escape 0 emergency_exit 0 001 @ 04298308 n 0000 | a stairway (often on the outside of a building) that permits exit in the case of fire or other emergency
-03345837 06 n 03 fire_extinguisher 0 extinguisher 0 asphyxiator 0 002 @ 03183080 n 0000 + 02761897 v 0203 | a manually operated device for extinguishing small fires
-03346004 06 n 01 fire_hose 0 001 @ 03539875 n 0000 | a large hose that carries water from a fire hydrant to the site of the fire
-03346135 06 n 01 fire_iron 0 005 @ 03563967 n 0000 #p 03346455 n 0000 ~ 03347472 n 0000 ~ 03975926 n 0000 ~ 04208427 n 0000 | metal fireside implements
-03346289 06 n 02 fireman's_ax 0 fireman's_axe 0 001 @ 02764044 n 0000 | an ax that has a long handle and a head with one cutting edge and a point on the other side
-03346455 06 n 03 fireplace 1 hearth 1 open_fireplace 0 008 @ 04061969 n 0000 #p 03017428 n 0000 ~ 03343560 n 0000 %p 03346135 n 0000 %p 03507241 n 0000 %p 03507554 n 0000 %p 03719343 n 0000 %p 04557111 n 0000 | an open recess in a wall at the base of a chimney where a fire can be built; "the fireplace was so large you could walk inside it"; "he laid a fire in the hearth and lit it"; "the hearth was black with the charcoal of many fires"
-03346898 06 n 03 fireplug 0 fire_hydrant 0 plug 1 001 @ 03550916 n 0000 | an upright hydrant for drawing water to use in fighting a fire
-03347037 06 n 02 fire_screen 0 fireguard 0 001 @ 04151581 n 0000 | a metal screen before an open fire for protection (especially against flying sparks)
-03347191 06 n 01 fire_ship 0 001 @ 04565375 n 0000 | a weapon consisting of a ship carrying explosives that is set adrift to destroy enemy ships
-03347338 06 n 02 fire_station 0 firehouse 0 002 @ 04306080 n 0000 #p 03569964 n 0000 | a station housing fire apparatus and firemen
-03347472 06 n 02 fire_tongs 0 coal_tongs 0 003 @ 04450749 n 0000 @ 03346135 n 0000 ;u 06295235 n 0000 | tongs for taking hold of burning coals
-03347617 06 n 01 fire_tower 0 001 @ 04556948 n 0000 | a watchtower where a lookout is posted to watch for fires
-03347731 06 n 01 firetrap 0 001 @ 02913152 n 0000 | a building that would be hard to escape from if it were to catch fire
-03347855 06 n 01 fire_trench 0 001 @ 04478657 n 0000 | a trench especially constructed for the delivery of small-arms fire
-03347980 06 n 01 firewall 0 001 @ 04546855 n 0000 | a fireproof (or fire-resistant) wall designed to prevent the spread of fire through a building or a vehicle
-03348142 06 n 01 firewall 1 002 @ 04166111 n 0000 ;c 06128570 n 0000 | (computing) a security system consisting of a combination of hardware and software that limits the exposure of a computer or computer network to attack from crackers; commonly used on local area networks that are connected to the internet
-03348454 06 n 02 firework 0 pyrotechnic 0 012 @ 14853392 n 0000 ;u 06295235 n 0000 ~ 02984328 n 0000 ~ 03345115 n 0000 ~ 03354816 n 0000 ~ 03723054 n 0000 ~ 04104641 n 0000 ~ 04174596 n 0000 ~ 04232902 n 0000 ~ 04268969 n 0000 ~ 04293450 n 0000 ~ 04456964 n 0000 | (usually plural) a device with an explosive that burns at a low rate and with colored flames; can be used to illuminate areas or send signals etc.
-03348868 06 n 02 firing_chamber 0 gun_chamber 0 002 @ 03003730 n 0000 #p 03467984 n 0000 | chamber that is the part of a gun that receives the charge
-03349020 06 n 01 firing_pin 0 002 @ 04337740 n 0000 #p 03343853 n 0000 | striker that ignites the charge by striking the primer
-03349150 06 n 02 firing_range 0 target_range 0 003 @ 03997745 n 0000 ~ 04099761 n 0000 ~ 04201845 n 0000 | a practice range for target practice
-03349296 06 n 01 firkin 0 001 @ 03610418 n 0000 | a small wooden keg
-03349367 06 n 01 firmer_chisel 0 001 @ 03020692 n 0000 | a chisel with a thin blade for woodworking
-03349469 06 n 01 first-aid_kit 0 001 @ 03619396 n 0000 | kit consisting of a set of bandages and medicines for giving first aid
-03349599 06 n 01 first-aid_station 0 002 @ 04306080 n 0000 ~ 03238407 n 0000 | a station providing emergency care or treatment before regular medical aid can be obtained
-03349771 06 n 01 first_base 0 001 @ 02797881 n 0000 | the base that must be touched first by a base runner in baseball
-03349892 06 n 01 first_class 0 001 @ 02672371 n 0000 | the most expensive accommodations on a ship or train or plane
-03350011 06 n 04 first_gear 0 first 0 low_gear 0 low 0 002 @ 03431243 n 0000 #p 02958343 n 0000 | the lowest forward gear ratio in the gear box of a motor vehicle; used to start a car moving
-03350204 06 n 03 fishbowl 0 fish_bowl 0 goldfish_bowl 0 002 @ 02881193 n 0000 @ 02732072 n 0000 | a transparent bowl in which small fish are kept
-03350352 06 n 01 fisherman's_bend 0 001 @ 03627232 n 0000 | a knot for tying a line to a spar or ring
-03350456 06 n 03 fisherman's_knot 0 true_lover's_knot 1 truelove_knot 0 001 @ 03627232 n 0000 | a knot for tying the ends of two lines together
-03350602 06 n 02 fisherman's_lure 0 fish_lure 0 006 @ 02776205 n 0000 ;c 00454237 n 0000 ~ 03373237 n 0000 ~ 03598515 n 0000 ~ 04278605 n 0000 ~ 04486934 n 0000 | (angling) any bright artificial bait consisting of plastic or metal mounted with hooks and trimmed with feathers
-03350880 06 n 02 fishery 0 piscary 0 003 @ 04602044 n 0000 + 01140794 v 0101 ~ 03902869 n 0000 | a workplace where fish are caught and processed and sold
-03351036 06 n 01 fish_farm 0 001 @ 04602044 n 0000 | a workplace (usually a pond) where fish are raised for food
-03351151 06 n 01 fishhook 0 002 @ 03532342 n 0000 #m 03351434 n 0000 | a sharp barbed hook for catching fish
-03351262 06 n 03 fishing_boat 0 fishing_smack 0 fishing_vessel 0 002 @ 04530566 n 0000 ~ 04476116 n 0000 | a vessel for fishing; often has a well to keep the catch alive
-03351434 06 n 05 fishing_gear 0 tackle 1 fishing_tackle 0 fishing_rig 0 rig 5 012 @ 03430959 n 0000 %m 02860063 n 0000 %m 03351151 n 0000 %m 03351768 n 0000 %m 03351979 n 0000 %m 03410022 n 0000 %p 03436990 n 0000 %m 03495671 n 0000 %m 03639077 n 0000 %m 04067472 n 0000 %m 04271148 n 0000 %m 04278605 n 0000 | gear used in fishing
-03351768 06 n 01 fishing_line 0 005 @ 03106110 n 0000 #m 03351434 n 0000 ~ 03487222 n 0000 ~ 03824867 n 0000 ~ 04475900 n 0000 | a length of cord to which the leader and float and sinker and hook are attached
-03351979 06 n 02 fishing_rod 0 fishing_pole 0 006 @ 04100174 n 0000 #m 03351434 n 0000 ~ 03374372 n 0000 %p 04067472 n 0000 ~ 04279353 n 0000 %p 04321804 n 0000 | a rod of wood or steel or fiberglass that is used in fishing to extend the fishing line
-03352232 06 n 01 fish_joint 0 001 @ 02928413 n 0000 | a butt joint formed by bolting fish plates to the sides of two rails or beams
-03352366 06 n 01 fish_knife 0 001 @ 04380346 n 0000 | a small table knife with a spatula blade used for eating fish
-03352484 06 n 01 fish_ladder 0 001 @ 03895293 n 0000 | a series of ascending pools providing a passage for salmon to swim upstream past a dam
-03352628 06 n 02 fishnet 0 fishing_net 0 007 @ 03819994 n 0000 ~ 03239607 n 0000 ~ 03437295 n 0000 ~ 03639077 n 0000 ~ 04168541 n 0000 ~ 04469345 n 0000 ~ 04475749 n 0000 | a net that will enclose fish when it is pulled in
-03352853 06 n 01 fishplate 0 001 @ 03959936 n 0000 | metal plate bolted along sides of two rails or beams
-03352961 06 n 01 fish_slice 0 002 @ 04500060 n 0000 ;r 08860123 n 0000 | a food turner with a broad blade used for turning or serving fish or other food that is cooked in a frying pan
-03353147 06 n 02 fishtail_bit 0 blade_bit 0 001 @ 03240327 n 0000 | a drilling bit with cutting edges usually hardened against wear
-03353281 06 n 01 fitment 0 002 @ 03405725 n 0000 ;c 03405725 n 0000 | any of the items furnishing or equipping a room (especially built-in furniture); "she liked the kitchen fitments"
-03353467 06 n 02 fitted_sheet 0 contour_sheet 0 001 @ 04188179 n 0000 | a sheet (usually with elastic edges) tailored to fit a particular mattress
-03353616 06 n 01 fitting 0 004 @ 02671421 n 0000 ~ 03422934 n 0000 ~ 03946162 n 0000 ~ 04061442 n 0000 | a small and often standardized accessory to a larger system
-03353783 06 n 02 five-spot 0 five 0 003 @ 04286307 n 0000 @ 03220802 n 0000 @ 03191029 n 0000 | a playing card or a domino or a die whose upward face shows five pips
-03353951 06 n 01 fixative 0 001 @ 04521987 n 0000 | a varnish dissolved in alcohol and sprayed over pictures to prevent smudging
-03354082 06 n 01 fixed-combination_drug 0 001 @ 03740161 n 0000 | drug containing fixed amounts of two or more ingredients
-03354207 06 n 01 fixer-upper 0 001 @ 03259505 n 0000 | a house or other dwelling in need of repair (usually offered for sale at a low price)
-03354350 06 n 02 fixings 0 trimmings 0 002 @ 02671421 n 0000 ;u 06295235 n 0000 | the accessories that normally accompany (something or some activity); "an elaborate formal dinner with all the fixings"; "he bought a Christmas tree and trimmings to decorate it"
-03354613 06 n 01 fixture 0 006 @ 00021939 n 0000 + 01340439 v 0102 ~ 02808097 n 0000 ~ 03667380 n 0000 ~ 03969259 n 0000 ~ 04254009 n 0000 | an object firmly fixed in place (especially in a household)
-03354816 06 n 01 fizgig 0 001 @ 03348454 n 0000 | a firework that fizzes as it moves
-03354903 06 n 01 flag 0 018 @ 03282591 n 0000 + 01670172 v 0101 + 01040550 v 0101 ~ 02701566 n 0000 ~ 02788021 n 0000 ~ 02811842 n 0000 ~ 02847009 n 0000 ~ 03071923 n 0000 ~ 03320845 n 0000 ~ 03589220 n 0000 ~ 03911866 n 0000 ~ 04301140 n 0000 ~ 04304084 n 0000 ~ 04481796 n 0000 ~ 04509985 n 0000 ~ 04580126 n 0000 ~ 04612623 n 0000 ~ 06882009 n 0000 | emblem usually consisting of a rectangular piece of cloth of distinctive design
-03355339 06 n 02 flag 1 flagstone 0 001 @ 03901074 n 0000 | stratified stone that splits into pieces suitable as paving stones
-03355468 06 n 03 flageolet 0 treble_recorder 0 shepherd's_pipe 1 002 @ 03343354 n 0000 ~ 03945459 n 0000 | a small fipple flute with four finger holes and two thumb holes
-03355641 06 n 01 flagging 0 001 @ 04544979 n 0000 | a walk of flagstones; "the flagging in the garden was quite imaginative"
-03355768 06 n 01 flagon 0 001 @ 04531098 n 0000 | a large metal or pottery vessel with a handle and spout; used to hold alcoholic beverages (usually wine)
-03355925 06 n 02 flagpole 0 flagstaff 0 001 @ 04296261 n 0000 | a tall staff or pole on which a flag is raised
-03356038 06 n 01 flagship 0 001 @ 04194289 n 0000 | the ship that carries the commander of a fleet and flies his flag
-03356158 06 n 01 flagship 1 001 @ 04424218 n 0000 | the chief one of a related group; "it is their flagship newspaper"
-03356279 06 n 01 flail 0 002 @ 03563967 n 0000 + 01416193 v 0104 | an implement consisting of handle with a free swinging stick at the end; used in manual threshing
-03356446 06 n 01 flambeau 0 001 @ 04456115 n 0000 | a flaming torch (such as are used in processions at night)
-03356559 06 n 01 flamethrower 0 001 @ 04565375 n 0000 | a weapon that squirts ignited fuel for several yards
-03356670 06 n 01 Flaminian_Way 0 002 @i 03519981 n 0000 #p 08801678 n 0000 | an ancient Roman road in Italy built by Gaius Flaminius in 220 BC; extends north from Rome to cisalpine Gaul
-03356858 06 n 02 flange 0 rim 1 001 @ 04008947 n 0000 | a projection used for strength or for attaching to another object
-03356982 06 n 01 flannel 0 001 @ 03309808 n 0000 | a soft light woolen fabric; used for clothing
-03357081 06 n 04 flannel 3 gabardine 3 tweed 3 white 3 002 @ 04489008 n 0000 ;u 06295235 n 0000 | (usually in the plural) trousers made of flannel or gabardine or tweed or white cloth
-03357267 06 n 01 flannelette 0 002 @ 03309808 n 0000 ~ 04585626 n 0000 | a cotton fabric imitating flannel
-03357376 06 n 01 flap 0 010 @ 03122748 n 0000 ~ 02793684 n 0000 ~ 03059236 n 0000 ~ 03062651 n 0000 ~ 03261019 n 0000 ~ 03591901 n 0000 ~ 03641706 n 0000 ~ 03973402 n 0000 ~ 04412097 n 0000 ~ 04450994 n 0000 | any broad thin and limber covering attached at one edge; hangs loose or projects freely; "he wrote on the flap of the envelope"
-03357716 06 n 02 flap 1 flaps 0 003 @ 02688443 n 0000 #p 04592741 n 0000 ~ 03638743 n 0000 | a movable airfoil that is part of an aircraft wing; used to increase lift or drag
-03357893 06 n 01 flare 0 002 @ 03183080 n 0000 ~ 03407744 n 0000 | a device that produces a bright light for warning or illumination or identification
-03358046 06 n 01 flare_path 0 001 @ 02693070 n 0000 | an airstrip outline with lights to guide an airplane pilot in landing
-03358172 06 n 06 flash 0 photoflash 0 flash_lamp 0 flashgun 0 flashbulb 0 flash_bulb 0 003 @ 03636248 n 0000 @ 03926148 n 0000 #p 03358726 n 0000 | a lamp for providing momentary light to take a photograph
-03358380 06 n 01 flash 1 001 @ 03897943 n 0000 | a bright patch of color used for decoration or identification; "red flashes adorned the airplane"; "a flash sewn on his sleeve indicated the unit he belonged to"
-03358593 06 n 02 flashboard 0 flashboarding 0 001 @ 02857365 n 0000 | boarding place along the top of a dam to increase its height
-03358726 06 n 01 flash_camera 0 002 @ 02942699 n 0000 %p 03358172 n 0000 | a camera with a photoflash attachment
-03358841 06 n 01 flasher 0 002 @ 03269401 n 0000 + 00424869 v 0101 | an electrical device that automatically turns a lamp on and off (as for an advertising display)
-03359008 06 n 01 flashing 0 001 @ 04189482 n 0000 | sheet metal shaped and attached to a roof for strength and weatherproofing
-03359137 06 n 02 flashlight 0 torch 0 003 @ 03272383 n 0000 %p 03359285 n 0000 ~ 03911767 n 0000 | a small portable battery-powered electric lamp
-03359285 06 n 01 flashlight_battery 0 002 @ 03250952 n 0000 #p 03359137 n 0000 | a small dry battery containing dry cells; used to power flashlights
-03359436 06 n 01 flash_memory 0 001 @ 03829340 n 0000 | nonvolatile storage that can be electrically erased and programmed anew
-03359566 06 n 01 flask 0 007 @ 02876657 n 0000 ~ 02706221 n 0000 ~ 02952374 n 0000 ~ 03295246 n 0000 ~ 03521675 n 0000 ~ 04113968 n 0000 ~ 04518132 n 0000 | bottle that has a narrow neck
-03359755 06 n 01 flat 1 004 @ 04145056 n 0000 #p 03773268 n 0000 ~ 03116435 n 0000 ~ 04456276 n 0000 | scenery consisting of a wooden frame covered with painted canvas; part of a stage setting
-03359950 06 n 02 flat 2 flat_tire 0 001 @ 03971422 n 0000 | a deflated pneumatic tire
-03360038 06 n 01 flat 4 001 @ 02883344 n 0000 | a shallow box in which seedlings are started
-03360133 06 n 02 flat_arch 0 straight_arch 0 001 @ 02733524 n 0000 | an arch with mutually supporting voussoirs that has a straight horizontal extrados and intrados
-03360300 06 n 01 flatbed 0 001 @ 04490490 n 0000 | an open truck bed or trailer with no sides; used to carry large heavy objects
-03360431 06 n 02 flatbed_press 0 cylinder_press 0 001 @ 04000311 n 0000 | a printing press where the type is carried on a flat bed under a cylinder that holds paper and rolls over the type
-03360622 06 n 01 flat_bench 0 001 @ 02828884 n 0000 | a bench on which a weightlifter lies to do exercises
-03360731 06 n 03 flatcar 0 flatbed 1 flat 3 001 @ 03393912 n 0000 | freight car without permanent sides or roof
-03360845 06 n 07 flat_coat 0 ground 0 primer 1 priming 1 primer_coat 0 priming_coat 0 undercoat 1 005 @ 03058949 n 0000 + 01365355 v 0703 + 01365355 v 0301 + 01365355 v 0202 ~ 03115897 n 0000 | the first or preliminary coat of paint or size applied to a surface
-03361109 06 n 01 flat_file 0 001 @ 03336839 n 0000 | a file with two flat surfaces
-03361194 06 n 01 flatiron 0 001 @ 03584829 n 0000 | an iron that was heated by placing it on a stove
-03361297 06 n 01 flatlet 0 002 @ 02726305 n 0000 + 02726305 n 0102 | a tiny flat
-03361380 06 n 02 flat_panel_display 0 FPD 0 002 @ 03211117 n 0000 #p 03985232 n 0000 | a type of video display that is thin and flat; commonly used in laptop computers
-03361550 06 n 01 flats 0 002 @ 03380867 n 0000 ;u 06295235 n 0000 | footwear (shoes or slippers) with no heel (or a very low heel)
-03361683 06 n 01 flat_tip_screwdriver 0 001 @ 04154565 n 0000 | a screwdriver with a flat wedge-shaped tip that fits into a slot in the head of a screw
-03361837 06 n 02 flatware 0 silver 0 002 @ 04221424 n 0000 + 01395493 v 0201 | silverware eating utensils
-03361945 06 n 01 flatware 1 004 @ 04381994 n 0000 ~ 03959485 n 0000 ~ 03963198 n 0000 ~ 04139291 n 0000 | tableware that is relatively flat and fashioned as a single piece
-03362119 06 n 02 flatwork 0 flat_wash 0 001 @ 03585875 n 0000 | ironing that can be done mechanically
-03362223 06 n 01 fleabag 0 001 @ 03542333 n 0000 | a run-down hotel
-03362293 06 n 01 fleapit 0 002 @ 03032252 n 0000 ;r 08860123 n 0000 | an old shabby movie theater
-03362393 06 n 02 flecainide 0 Tambocor 0 002 @ 02715941 n 0000 ;u 06845599 n 0201 | oral antiarrhythmic medication (trade name Tambocor) used as a last resort in treating arrhythmias; increases the risk of sudden death in heart attack patients
-03362639 06 n 01 fleece 0 002 @ 03309808 n 0000 + 01153141 a 0102 | a soft bulky fabric with deep pile; used chiefly for clothing
-03362771 06 n 01 fleet_ballistic_missile_submarine 0 001 @ 04347754 n 0000 | a submarine carrying ballistic missiles
-03362890 06 n 02 fleur-de-lis 0 fleur-de-lys 0 002 @ 03008565 n 0000 ;c 05801594 n 0000 | (heraldry) charge consisting of a conventionalized representation of an iris
-03363059 06 n 03 flight 0 flight_of_stairs 0 flight_of_steps 0 001 @ 04298308 n 0000 | a stairway (set of steps) between one floor or landing and the next
-03363216 06 n 02 flight_deck 0 landing_deck 0 002 @ 03167666 n 0000 #p 02687172 n 0000 | the upper deck of an aircraft carrier; used as a runway
-03363363 06 n 02 flight_simulator 0 trainer 0 002 @ 04221823 n 0000 ~ 03674731 n 0000 | simulator consisting of a machine on the ground that simulates the conditions of flying a plane
-03363549 06 n 01 flintlock 0 003 @ 03469493 n 0000 #p 03363749 n 0000 %p 03469346 n 0000 | an obsolete gunlock that has flint embedded in the hammer; the flint makes a spark that ignites the charge
-03363749 06 n 02 flintlock 1 firelock 0 002 @ 03803116 n 0000 %p 03363549 n 0000 | a muzzle loader that had a flintlock type of gunlock
-03363887 06 n 01 flip-flop 0 001 @ 03033362 n 0000 | an electronic circuit that can assume either of two stable states
-03364008 06 n 02 flip-flop 1 thong 2 001 @ 04133789 n 0000 | a backless sandal held to the foot by a thong between the big toe and the second toe
-03364156 06 n 02 flipper 0 fin 2 003 @ 04199027 n 0000 + 01961691 v 0201 + 01241614 v 0101 | a shoe for swimming; the paddle-like front is an aid in swimming (especially underwater)
-03364340 06 n 01 float 0 010 @ 00021939 n 0000 + 01187072 a 0102 + 01514887 v 0101 + 01874568 v 0101 + 01904293 v 0101 ~ 02860063 n 0000 ~ 03020563 n 0000 ~ 03663531 n 0000 ~ 03981464 n 0000 ~ 04045397 n 0000 | something that floats on the surface of water
-03364599 06 n 02 float 1 plasterer's_float 0 001 @ 03489162 n 0000 | a hand tool with a flat face used for smoothing and finishing the surface of plaster or cement or stucco
-03364775 06 n 01 float 2 001 @ 03210940 n 0000 | an elaborate display mounted on a platform carried by a truck (or pulled by a truck) in a procession or parade
-03364937 06 n 02 floating_dock 0 floating_dry_dock 0 001 @ 03251533 n 0000 | dry dock that can be submerged under a vessel and then raised
-03365078 06 n 02 floating_mine 0 marine_mine 0 002 @ 03768132 n 0000 ~ 03707171 n 0000 | an explosive mine designed to destroy ships that bump into it
-03365231 06 n 02 floatplane 0 pontoon_plane 0 001 @ 04160586 n 0000 | a seaplane equipped with pontoons for landing or taking off from water
-03365374 06 n 04 flood 0 floodlight 0 flood_lamp 0 photoflood 0 003 @ 03665366 n 0000 #p 03926148 n 0000 + 00292247 v 0201 | light that is a source of artificial illumination having a broad beam; used in photography
-03365592 06 n 02 floor 0 flooring 0 009 @ 03536348 n 0000 #p 04105893 n 0000 #p 03479952 n 0000 + 01412346 v 0105 ~ 02825775 n 0000 ~ 03162080 n 0000 ~ 03366721 n 0000 ~ 03892178 n 0000 ~ 04490490 n 0000 | the inside lower horizontal surface (as of a room, hallway, tent, or other structure); "they needed rugs to cover the bare floors"; "we spread our sleeping bags on the dry floor of the tent"
-03365991 06 n 04 floor 1 level 1 storey 0 story 0 007 @ 04341686 n 0000 #p 02913152 n 0000 ~ 02800497 n 0000 ~ 03463381 n 0000 ~ 03686130 n 0000 ~ 03686470 n 0000 ~ 03758089 n 0000 | a structure consisting of a room or set of rooms at a single position along a vertical scale; "what level is the office on?"
-03366301 06 n 02 floor 2 trading_floor 0 002 @ 04105893 n 0000 #p 03302487 n 0000 | a large room in a exchange where the trading is done; "he is a floor trader"
-03366464 06 n 01 floor 3 001 @ 03478907 n 0000 | the legislative hall where members debate and vote and conduct other business; "there was a motion from the floor"
-03366630 06 n 02 floorboard 0 floor_board 0 001 @ 02856463 n 0000 | a board in the floor
-03366721 06 n 01 floorboard 1 002 @ 03365592 n 0000 #p 02958343 n 0000 | the floor of an automobile
-03366823 06 n 02 floor_cover 0 floor_covering 0 004 @ 03122748 n 0000 ~ 03727837 n 0000 ~ 03892425 n 0000 ~ 04118021 n 0000 | a covering for a floor
-03366974 06 n 01 floor_joist 0 001 @ 03601840 n 0000 | joist that supports a floor
-03367059 06 n 01 floor_lamp 0 001 @ 03636649 n 0000 | a lamp that stands on the floor
-03367147 06 n 01 floor_plan 0 002 @ 03954199 n 0000 ~ 03463561 n 0000 | scale drawing of a horizontal section through a building at a given level; contrasts with elevation
-03367321 06 n 02 flophouse 0 dosshouse 0 001 @ 03685820 n 0000 | a cheap lodging house
-03367410 06 n 03 florist 0 florist_shop 0 flower_store 0 001 @ 04202417 n 0000 | a shop where flowers and ornamental plants are sold
-03367545 06 n 01 floss 0 002 @ 04426788 n 0000 + 01154030 a 0103 | a soft loosely twisted thread used in embroidery
-03367663 06 n 01 flotilla 0 001 @ 08292756 n 0000 | a fleet of small craft
-03367740 06 n 01 flotilla 1 001 @ 08292756 n 0000 | a United States Navy fleet consisting of two or more squadrons of small warships
-03367875 06 n 02 flotsam 0 jetsam 0 001 @ 04606358 n 0000 | the floating wreckage of a ship
-03367969 06 n 01 flour_bin 0 001 @ 02839910 n 0000 | a bin for holding flour
-03368048 06 n 01 flour_mill 0 001 @ 03765561 n 0000 | a mill for grinding grain into flour
-03368141 06 n 02 flower_arrangement 0 floral_arrangement 0 006 @ 07938773 n 0000 @ 03169390 n 0000 ~ 02879087 n 0000 ~ 03368508 n 0000 ~ 04287610 n 0000 ~ 04606014 n 0000 | a decorative arrangement of flowers
-03368352 06 n 03 flowerbed 0 flower_bed 0 bed_of_flowers 0 003 @ 02819474 n 0000 ~ 04109471 n 0000 ~ 04496519 n 0000 | a bed in which flowers are growing
-03368508 06 n 01 flower_chain 0 003 @ 03368141 n 0000 ~ 03159828 n 0000 ~ 03330274 n 0000 | flowers strung together in a chain
-03368637 06 n 01 flower_garden 0 002 @ 03417345 n 0000 ~ 03893603 n 0000 | a garden featuring flowering plants
-03368750 06 n 01 floxuridine 0 001 @ 02722458 n 0000 | antineoplastic drug used to treat some cancers; can cause loss of hair
-03368878 06 n 01 flue 0 004 @ 03089014 n 0000 ~ 03017428 n 0000 ~ 03018058 n 0000 ~ 03636891 n 0000 | a conduit to carry off smoke
-03369011 06 n 03 flue_pipe 0 flue 1 labial_pipe 0 001 @ 03854815 n 0000 | organ pipe whose tone is produced by air passing across the sharp edge of a fissure or lip
-03369178 06 n 01 flue_stop 0 001 @ 03854998 n 0000 | an organ stop with the tone of a flue pipe
-03369276 06 n 02 flugelhorn 0 fluegelhorn 0 001 @ 02891788 n 0000 | a brass instrument resembling a cornet but with a wider bore
-03369407 06 n 01 fluid_drive 0 002 @ 03119510 n 0000 #p 04472243 n 0000 | an automotive power coupling
-03369512 06 n 01 fluid_flywheel 0 001 @ 03374649 n 0000 | a kind of fluid coupling in which the flywheel is the driving rotor
-03369640 06 n 02 fluke 0 flue 2 002 @ 04008947 n 0000 #p 02709367 n 0000 | flat bladelike projection on the arm of an anchor
-03369767 06 n 01 fluke 1 002 @ 02790322 n 0000 #p 03495671 n 0000 | a barb on a harpoon or arrow
-03369866 06 n 01 flume 0 001 @ 04559275 n 0000 | watercourse that consists of an open artificial chute filled with water for power or for carrying logs
-03370020 06 n 02 flunitrazepan 0 Rohypnol 0 002 @ 03054098 n 0000 ~ 04036494 n 0000 | a depressant and tranquilizer (trade name Rohypnol) often used in the commission of sexual assault; legally available in Europe and Mexico and Colombia
-03370260 06 n 02 fluorescent 0 fluorescent_fixture 0 001 @ 03667380 n 0000 | a lighting fixture that uses a fluorescent lamp
-03370387 06 n 01 fluorescent_lamp 0 001 @ 03636248 n 0000 | lamp consisting of a tube coated on the inside with a fluorescent material; mercury vapor in the tube emits ultraviolet radiation that is converted to visible radiation by the fluorescent material
-03370646 06 n 02 fluoroscope 0 roentgenoscope 0 001 @ 04609651 n 0000 | an X-ray machine that combines an X-ray source and a fluorescent screen to enable direct observation
-03370821 06 n 01 fluorouracil 0 001 @ 02722166 n 0000 | an antimetabolite used to treat certain cancers
-03370927 06 n 04 fluoxetine 0 fluoxetine_hydrocholoride 0 Prozac 0 Sarafem 0 003 @ 04169152 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 | a selective-serotonin reuptake inhibitor commonly prescribed as an antidepressant (trade names Prozac or Sarafem); it is thought to work by increasing the activity of serotonin in the brain
-03371258 06 n 01 fluphenazine 0 001 @ 03713736 n 0000 | tranquilizer used to treat psychotic disorders
-03371363 06 n 03 flurazepam 0 flurazepam_hydrochloride 0 Dalmane 0 002 @ 03771443 n 0000 ;u 06845599 n 0301 | tranquilizer (trade name Dalmane) used to treat insomnia
-03371532 06 n 02 flurbiprofen 0 Ansaid 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Ansaid) that is administered only orally
-03371728 06 n 01 flushless_toilet 0 001 @ 04446521 n 0000 | a toilet that relies on bacteria to break down waste matter (instead of using water)
-03371875 06 n 02 flush_toilet 0 lavatory 2 002 @ 04446521 n 0000 %p 04020087 n 0000 | a toilet that is cleaned of waste by the flow of water through it
-03372029 06 n 02 flute 0 transverse_flute 0 006 @ 04598582 n 0000 + 10098245 n 0101 + 10098245 n 0102 ~ 03334492 n 0000 ~ 03831757 n 0000 ~ 03929091 n 0000 | a high-pitched woodwind instrument; a slender tube closed at one end with finger holes on one end and an opening near the closed end across which the breath is blown
-03372355 06 n 02 flute 2 fluting 0 003 @ 13893786 n 0000 + 01457376 v 0201 + 01457376 v 0101 | a groove or furrow in cloth etc (particularly a shallow concave groove on the shaft of a column)
-03372549 06 n 03 flute 3 flute_glass 0 champagne_flute 0 001 @ 04592099 n 0000 | a tall narrow wineglass
-03372656 06 n 02 fluvastatin 0 Lescol 0 002 @ 03676175 n 0000 ;u 06845599 n 0201 | least expensive statin drug (trade name Lescol); usually taken orally at bedtime
-03372822 06 n 01 flux_applicator 0 001 @ 02730265 n 0000 | an applicator for applying flux (as in soldering)
-03372933 06 n 01 fluxmeter 0 001 @ 03753077 n 0000 | meter that measures magnetic flux by the current it generates in a coil
-03373060 06 n 02 fly 0 fly_front 0 002 @ 03848729 n 0000 #p 03419014 n 0000 | an opening in a garment that is closed by a zipper or by buttons concealed under a fold of cloth
-03373237 06 n 01 fly 2 004 @ 03350602 n 0000 ~ 03251932 n 0000 ~ 04334365 n 0000 ~ 04573937 n 0000 | fisherman's lure consisting of a fishhook decorated to look like an insect
-03373415 06 n 02 fly_gallery 0 fly_floor 0 001 @ 03961939 n 0000 | a narrow raised platform at the side of a stage in a theater; stagehands can work the ropes controlling equipment in the flies
-03373611 06 n 01 flying_boat 0 001 @ 04160586 n 0000 | a large seaplane that floats with its fuselage in the water rather than on pontoons
-03373752 06 n 04 flying_bridge 0 flybridge 0 fly_bridge 0 monkey_bridge 1 001 @ 02899257 n 0000 | the highest navigational bridge on a ship; a small (often open) deck above the pilot house
-03373943 06 n 02 flying_buttress 0 arc-boutant 0 001 @ 02929289 n 0000 | a buttress that stands apart from the main structure and connected to it by an arch
-03374102 06 n 01 flying_carpet 0 003 @ 04118021 n 0000 ;r 09207288 n 0000 ;c 07222050 n 0000 | (Asian folktale) an imaginary carpet that will fly people anywhere they wish to go
-03374282 06 n 01 flying_jib 0 001 @ 03598151 n 0000 | the outermost of two or more jibs
-03374372 06 n 01 fly_rod 0 001 @ 03351979 n 0000 | a long flexible fishing rod used in fly fishing
-03374473 06 n 01 fly_tent 0 002 @ 04411264 n 0000 %p 04412097 n 0000 | a tent with a fly front
-03374570 06 n 01 flytrap 0 001 @ 04474466 n 0000 | a trap for catching flies
-03374649 06 n 01 flywheel 0 002 @ 03450018 n 0000 ~ 03369512 n 0000 | regulator consisting of a heavy wheel that stores kinetic energy and smooths the operation of a reciprocating engine
-03374838 06 n 03 fob 0 watch_chain 0 watch_guard 0 001 @ 02999410 n 0000 | short chain or ribbon attaching a pocket watch to a man's vest
-03374978 06 n 01 fob 1 001 @ 02681518 n 0000 | an adornment that hangs from a watch chain
-03375070 06 n 02 fob 2 watch_pocket 0 001 @ 04532398 n 0000 | a vest pocket to hold a pocket watch
-03375171 06 n 01 foghorn 0 003 @ 03536761 n 0000 @ 04217718 n 0000 ~ 03188871 n 0000 | a warning device consisting of a horn that generates a loud low tone
-03375329 06 n 01 foglamp 0 001 @ 03503997 n 0000 | headlight that provides strong beam for use in foggy weather
-03375443 06 n 01 foible 0 002 @ 03892891 n 0000 #p 04373894 n 0000 | the weaker part of a sword's blade from the forte to the tip
-03375575 06 n 01 foil 0 002 @ 03327691 n 0000 ;c 01171644 n 0000 | a light slender flexible sword tipped by a button
-03375694 06 n 01 foil 1 008 @ 04189482 n 0000 + 01335075 v 0101 + 01675522 v 0101 + 01266749 v 0101 ~ 02700767 n 0000 ~ 02999001 n 0000 ~ 03444728 n 0000 ~ 04439712 n 0000 | a piece of thin and flexible sheet metal; "the photographic film was wrapped in foil"
-03375956 06 n 02 foil 2 transparency 1 003 @ 03931044 n 0000 ~ 04237773 n 0000 ~ 04534779 n 0000 | picture consisting of a positive photograph or drawing on a transparent base; viewed with a projector
-03376159 06 n 04 fold 1 sheepfold 0 sheep_pen 0 sheepcote 0 002 @ 03907227 n 0000 + 01345877 v 0102 | a pen for sheep
-03376279 06 n 01 folder 0 004 @ 03122748 n 0000 + 01277974 v 0101 ~ 03337383 n 0000 ~ 03729308 n 0000 | covering that is folded over to protect the contents
-03376438 06 n 07 folderal 0 falderol 0 frill 1 gimcrackery 0 gimcrack 0 nonsense 0 trumpery 0 001 @ 03169390 n 0000 | ornamental objects of no great value
-03376595 06 n 01 folding_chair 0 005 @ 03001627 n 0000 ~ 02946270 n 0000 ~ 03168217 n 0000 %p 04119892 n 0000 ~ 04610176 n 0000 | a chair that can be folded flat for storage
-03376771 06 n 02 folding_door 0 accordion_door 0 001 @ 03579538 n 0000 | an interior door that opens by folding back in sections (rather than by swinging on hinges)
-03376938 06 n 01 folding_saw 0 001 @ 04140064 n 0000 | a saw with a toothed blade that folds into a handle (the way a pocketknife folds)
-03377077 06 n 02 foliation 0 foliage 0 004 @ 02734423 n 0000 ;c 06123363 n 0000 + 01670051 v 0201 + 01670051 v 0101 | (architecture) leaf-like architectural ornament
-03377245 06 n 01 folio 0 001 @ 02870092 n 0000 | a book (or manuscript) consisting of large sheets of paper folded in the middle to make two leaves or four pages; "the first folio of Shakespeare's plays"
-03377451 06 n 01 folk_art 0 001 @ 03434943 n 0000 | genre of art of unknown origin that reflects traditional values of a society
-03377582 06 n 02 follow-up 0 followup 0 005 @ 04599396 n 0000 + 00486018 v 0202 + 00230276 v 0201 + 00486018 v 0102 + 00230276 v 0101 | a piece of work that exploits or builds on earlier work; "his new software is a follow-up to the programs they started with"
-03377845 06 n 02 food_additive 0 artificial_additive 0 001 @ 02679788 n 0000 | an additive to food intended to improve its flavor or appearance or shelf-life
-03378005 06 n 01 food_court 0 002 @ 03120198 n 0000 #p 03965456 n 0000 | an area (as in a shopping mall) where fast food is sold (usually around a common eating area)
-03378174 06 n 01 food_processor 0 001 @ 03620052 n 0000 | a kitchen appliance with interchangeable blades; used for shredding or blending or chopping or slicing food
-03378342 06 n 01 food_hamper 0 001 @ 03482405 n 0000 | a hamper for packing and transporting food
-03378442 06 n 01 foot 1 002 @ 04359589 n 0000 #p 03654576 n 0000 | a support resembling a pedal extremity; "one foot of the chair was on the carpet"
-03378593 06 n 01 footage 0 001 @ 03338821 n 0000 | film that has been shot; "they had stock footage of lightning, tornados, and hurricanes"; "he edited the news footage"
-03378765 06 n 01 football 0 003 @ 02778669 n 0000 + 10101634 n 0102 %p 02848118 n 0000 | the inflated oblong ball used in playing American football
-03378915 06 n 02 football_field 0 gridiron 1 002 @ 08570758 n 0000 #p 03379204 n 0000 | the playing field on which football is played
-03379051 06 n 01 football_helmet 0 002 @ 03513137 n 0000 %p 03314227 n 0000 | a padded helmet with a face mask to protect the head of football players
-03379204 06 n 01 football_stadium 0 003 @ 04295881 n 0000 @ 02752311 n 0000 %p 03378915 n 0000 | a stadium where football games are held
-03379343 06 n 01 footbath 0 001 @ 02808440 n 0000 | a small bathtub for warming or washing or disinfecting the feet
-03379461 06 n 01 footboard 0 002 @ 03882058 n 0000 #p 02822579 n 0000 | a vertical board or panel forming the foot of a bedstead
-03379592 06 n 01 footboard 1 002 @ 03961939 n 0000 ~ 04120339 n 0000 | a narrow platform on which to stand or brace the feet
-03379719 06 n 01 foot_brake 0 001 @ 03551084 n 0000 | hydraulic brake operated by pressing on a foot pedal
-03379828 06 n 03 footbridge 0 overcrossing 0 pedestrian_bridge 0 003 @ 02898711 n 0000 ~ 03415486 n 0000 ~ 03596099 n 0000 | a bridge designed for pedestrians
-03379989 06 n 02 foothold 0 footing 0 002 @ 04359589 n 0000 ~ 04444953 n 0000 | a place providing support for the foot in standing or climbing
-03380134 06 n 01 footlights 0 003 @ 04418644 n 0000 #p 04013362 n 0000 ;u 06295235 n 0000 | theater light at the front of a stage that illuminate the set and actors
-03380301 06 n 02 footlocker 0 locker 1 001 @ 04491769 n 0000 | a trunk for storing personal possessions; usually kept at the foot of a bed (as in a barracks)
-03380461 06 n 01 footplate 0 003 @ 03961939 n 0000 #p 03684823 n 0000 ;r 08860123 n 0000 | the platform in the cab of a locomotive on which the engineer stands to operate the controls
-03380647 06 n 01 foot_rule 0 001 @ 04118776 n 0000 | a ruler one foot long
-03380724 06 n 04 footstool 0 footrest 0 ottoman 1 tuffet 0 001 @ 04326896 n 0000 | a low seat or a stool to rest the feet of a seated person
-03380867 06 n 02 footwear 0 footgear 0 010 @ 03122748 n 0000 ~ 02872752 n 0000 ~ 03047690 n 0000 ~ 03361550 n 0000 %p 03478141 n 0000 ~ 03865949 n 0000 ~ 04199027 n 0000 ~ 04241394 n 0000 %p 04258982 n 0000 %p 04444218 n 0000 | covering for a person's feet
-03381126 06 n 01 footwear 1 002 @ 03051540 n 0000 ~ 03540267 n 0000 | clothing worn on a person's feet
-03381231 06 n 01 forceps 0 004 @ 03308152 n 0000 ;u 06295235 n 0000 ~ 03675907 n 0000 ~ 03793954 n 0000 | an extractor consisting of a pair of pincers used in medical treatment (especially for the delivery of babies)
-03381450 06 n 01 force_pump 0 001 @ 04021798 n 0000 | pump used to force a liquid up and expel it under pressure
-03381565 06 n 01 fore-and-after 0 001 @ 04128837 n 0000 | sailing vessel with a fore-and-aft rig
-03381664 06 n 01 fore-and-aft_rig 0 001 @ 04091247 n 0000 | rig in which the principal sails are fore-and-aft
-03381776 06 n 01 fore-and-aft_sail 0 011 @ 04127904 n 0000 ~ 03410423 n 0000 ~ 03410571 n 0000 ~ 03598151 n 0000 ~ 03645577 n 0000 %p 03695452 n 0000 ~ 03696568 n 0000 ~ 03775747 n 0000 ~ 04267435 n 0000 ~ 04289576 n 0000 ~ 04307767 n 0000 | any sail not set on a yard and whose normal position is in a fore-and-aft direction
-03382104 06 n 02 forecastle 0 fo'c'sle 0 002 @ 03679384 n 0000 #p 04194289 n 0000 | living quarters consisting of a superstructure in the bow of a merchant ship where the crew is housed
-03382292 06 n 01 forecourt 0 001 @ 03120198 n 0000 | the outer or front court of a building or of a group of buildings
-03382413 06 n 01 foredeck 0 002 @ 03167666 n 0000 #p 04566862 n 0000 | the deck between the bridge and the forecastle
-03382533 06 n 02 fore_edge 0 foredge 0 002 @ 03892891 n 0000 #p 02870092 n 0000 | the part of a book that faces inward when the book is shelved; the part opposite the spine
-03382708 06 n 01 foreground 0 003 @ 04588739 n 0000 #p 04152593 n 0000 ;c 06128570 n 0000 | (computer science) a window for an active application
-03382856 06 n 01 foremast 0 001 @ 03726760 n 0000 | the mast nearest the bow in vessels with two or more masts
-03382969 06 n 01 fore_plane 0 001 @ 03954731 n 0000 | a carpenter's plane intermediate between a jack plane and a jointer plane
-03383099 06 n 01 foresail 0 001 @ 04127904 n 0000 | the lowest sail on the foremast of a square-rigged vessel
-03383211 06 n 01 forestay 0 002 @ 04307419 n 0000 ~ 03712637 n 0000 | an adjustable stay from the foremast to the deck or bowsprit; controls the bending of the mast
-03383378 06 n 01 foretop 0 001 @ 03961939 n 0000 | a platform at the head of a foremast
-03383468 06 n 01 fore-topmast 0 001 @ 04455250 n 0000 | the topmast next above the foremast
-03383562 06 n 01 fore-topsail 0 001 @ 04455652 n 0000 | the topsail on a foremast
-03383646 06 n 02 forge 0 smithy 0 004 @ 04602044 n 0000 + 01675245 v 0101 %p 02725872 n 0000 %p 03246653 n 0000 | a workplace where metal is worked by heating and hammering
-03383821 06 n 01 forge 1 001 @ 03404449 n 0000 | furnace consisting of a special hearth where metal is heated before shaping
-03383948 06 n 01 fork 0 008 @ 03153375 n 0000 + 00141914 v 0101 ~ 02973805 n 0000 %p 04010927 n 0000 ~ 04130357 n 0000 ~ 04380255 n 0000 %p 04439585 n 0000 ~ 04442582 n 0000 | cutlery used for serving and eating food
-03384167 06 n 01 fork 2 004 @ 04451818 n 0000 + 01579340 v 0102 ~ 03500457 n 0000 %p 04010927 n 0000 | an agricultural tool used for lifting or digging; has a handle and metal prongs
-03384352 06 n 01 forklift 0 001 @ 04170037 n 0000 | a small industrial vehicle with a power operated forked platform in front that can be inserted under loads to lift and move them
-03384535 06 n 01 form 1 003 @ 03779370 n 0000 + 01659248 v 0102 + 00142191 v 0102 | a mold for setting concrete; "they built elaborate forms for pouring the foundation"
-03384706 06 n 01 formal_garden 0 002 @ 03417345 n 0000 ~i 04496035 n 0000 | a garden laid out on regular lines with plants arranged in symmetrical locations or in geometrical designs
-03384891 06 n 04 formalwear 0 eveningwear 0 evening_dress 0 evening_clothes 0 005 @ 02756098 n 0000 ~ 02780704 n 0000 ~ 03201638 n 0000 ~ 03201776 n 0000 ~ 03239054 n 0000 | attire to wear on formal occasions in the evening
-03385117 06 n 01 formation 0 006 @ 05075602 n 0000 + 01659248 v 0102 + 00142191 v 0102 ~ 04054795 n 0000 ~ 04091247 n 0000 ~ 04282664 n 0000 | a particular spatial arrangement
-03385295 06 n 01 Formica 0 002 @ 03958630 n 0000 ;u 06851742 n 0000 | any of various plastic laminates containing melamine
-03385420 06 n 01 forte 0 002 @ 03892891 n 0000 #p 04373894 n 0000 | the stronger part of a sword blade between the hilt and the foible
-03385557 06 n 02 fortification 0 munition 1 017 @ 03171356 n 0000 + 01606205 v 0101 ~ 02805983 n 0000 ~ 02920503 n 0000 ~ 02980441 n 0000 ~ 03171910 n 0000 ~ 03291551 n 0000 ~ 03296328 n 0000 ~ 03334382 n 0000 ~ 03697812 n 0000 ~i 03705134 n 0000 ~ 03878963 n 0000 ~ 03889503 n 0000 %p 04051825 n 0000 ~ 04066476 n 0000 ~i 04216508 n 0000 ~ 04322531 n 0000 | defensive structure consisting of walls or mounds built around a stronghold to strengthen it
-03386011 06 n 02 fortress 0 fort 0 014 @ 03171356 n 0000 + 01606205 v 0202 + 01155421 v 0201 + 02023992 v 0201 + 01606205 v 0201 ~ 02695627 n 0000 ~i 02696669 n 0000 ~i 02805584 n 0000 %p 02811936 n 0000 ~ 03723781 n 0000 ~ 03999763 n 0000 ~ 04148801 n 0000 ~i 04460947 n 0000 ~i 08980119 n 0000 | a fortified defensive structure
-03386343 06 n 01 forty-five 0 001 @ 03948459 n 0000 | a .45-caliber pistol
-03386420 06 n 03 forum 0 assembly 1 meeting_place 0 001 @ 03315023 n 0000 | a public facility to meet for open discussion
-03386544 06 n 01 Foucault_pendulum 0 001 @ 03909160 n 0000 | pendulum with a long wire; can swing in any direction; the change in the swing plane demonstrates the earth's rotation
-03386726 06 n 01 foulard 0 001 @ 03309808 n 0000 | a light plain-weave or twill-weave silk or silklike fabric (usually with a printed design)
-03386870 06 n 01 foul-weather_gear 0 001 @ 04015204 n 0000 | protective garment that is intended to keep the wearer dry and warm in bad weather
-03387016 06 n 07 foundation 0 base 1 fundament 0 foot 0 groundwork 0 substructure 0 understructure 0 005 @ 04360501 n 0000 #p 04341686 n 0000 + 01856066 a 0201 ~ 02819697 n 0000 ~ 04045787 n 0000 | lowest support of a structure; "it was built on a base of solid rock"; "he stood at the foot of the tower"
-03387323 06 n 02 foundation_garment 0 foundation 1 003 @ 04508163 n 0000 ~ 03112869 n 0000 ~ 04103665 n 0000 | a woman's undergarment worn to give shape to the contours of the body
-03387506 06 n 01 foundation_stone 0 002 @ 04326084 n 0000 #p 02913152 n 0000 | a stone laid at a ceremony to mark the founding of a new building
-03387653 06 n 02 foundry 0 metalworks 0 004 @ 03316406 n 0000 ~ 02741367 n 0000 ~ 02825872 n 0000 ~ 03585682 n 0000 | factory where metal castings are produced
-03387815 06 n 02 fountain 0 fount 0 001 @ 03969259 n 0000 | a plumbing fixture that provides a flow of water
-03387926 06 n 02 fountain 1 jet 1 002 @ 07405893 n 0000 + 01516290 v 0201 | an artificially produced flow of water
-03388043 06 n 01 fountain 2 002 @ 04341686 n 0000 ~ 03241335 n 0000 | a structure from which an artificially produced jet of water arises
-03388183 06 n 01 fountain_pen 0 002 @ 03906997 n 0000 %p 03571706 n 0000 | a pen that is supplied with ink from a reservoir in its barrel
-03388323 06 n 01 four-in-hand 1 001 @ 03815615 n 0000 | a long necktie that is tied in a slipknot with one end hanging in front of the other
-03388466 06 n 01 fourpenny_nail 0 001 @ 03804744 n 0000 | a nail 1.5 inches long
-03388549 06 n 01 four-poster 0 002 @ 02818832 n 0000 %p 03654826 n 0000 | a bed with posts at the four corners that can be used to support a canopy or curtains
-03388711 06 n 01 four-pounder 0 001 @ 02746365 n 0000 | an artillery gun that throws a shot weighing four pounds
-03388826 06 n 02 four-spot 0 four 0 003 @ 04286307 n 0000 @ 03220802 n 0000 @ 03191029 n 0000 | a playing card or domino or die whose upward face shows four pips
-03388990 06 n 02 four-stroke_engine 0 four-stroke_internal-combustion_engine 0 001 @ 03579982 n 0000 | an internal-combustion engine in which an explosive mixture is drawn into the cylinder on the first stroke and is compressed and ignited on the second stroke; work is done on the third stroke and the products of combustion are exhausted on the fourth stroke
-03389353 06 n 01 four-tailed_bandage 0 001 @ 02785648 n 0000 | a bandage consisting of a strip of cloth split in two on both ends; the central part is placed under the chin to restrict motion of the mandible and the tails are tied over the top of the head
-03389611 06 n 02 four-wheel_drive 0 4WD 0 001 @ 04472243 n 0000 | a transmission that provides power directly to all four wheels of a motor vehicle
-03389761 06 n 02 four-wheel_drive 1 4WD 1 001 @ 03791235 n 0000 | a motor vehicle with a four-wheel drive transmission system
-03389889 06 n 01 four-wheeler 0 001 @ 03474635 n 0000 | a hackney carriage with four wheels
-03389983 06 n 01 fowling_piece 0 001 @ 04206356 n 0000 | a light shotgun used for fowling
-03390075 06 n 02 foxhole 0 fox_hole 0 001 @ 02920503 n 0000 | a small dugout with a pit for individual shelter against enemy fire
-03390207 06 n 01 fraction 0 002 @ 03892891 n 0000 + 00516539 a 0101 | a small part or item forming a piece of a whole
-03390327 06 n 04 fragmentation_bomb 0 antipersonnel_bomb 0 anti-personnel_bomb 0 daisy_cutter 0 003 @ 02866578 n 0000 #p 03054605 n 0000 ~ 02836900 n 0000 | a bomb with only 10 to 20 per cent explosive and the remainder consisting of casings designed to break into many small high-velocity fragments; most effective against troops and vehicles
-03390673 06 n 01 frail 0 001 @ 02801938 n 0000 | a basket for holding dried fruit (especially raisins or figs)
-03390786 06 n 01 fraise 0 001 @ 04051825 n 0000 | sloping or horizontal rampart of pointed stakes
-03390886 06 n 01 fraise 1 001 @ 03024746 n 0000 | a ruff for the neck worn in the 16th century
-03390983 06 n 02 frame 0 framing 0 005 @ 03391770 n 0000 + 01586850 v 0201 + 02711835 v 0201 + 01586850 v 0101 + 02711835 v 0101 | a framework that supports and protects a picture or a mirror; "the frame enhances but is not itself the subject of attention"; "the frame was much more valuable than the miror it held"
-03391301 06 n 01 frame 2 005 @ 03391770 n 0000 ~ 03010283 n 0000 %p 04272054 n 0000 + 00981276 v 0101 + 01586850 v 0101 | the framework for a pair of eyeglasses
-03391464 06 n 01 frame 3 001 @ 03925226 n 0000 | a single one of a series of still transparent pictures forming a cinema, television or video film
-03391613 06 n 01 frame_buffer 0 002 @ 02911485 n 0000 ;c 03084647 n 0000 | (computer science) a buffer that stores the contents of an image pixel by pixel
-03391770 06 n 01 framework 0 044 @ 04361095 n 0000 ~ 02689144 n 0000 ~ 02732827 n 0000 %p 02769460 n 0000 %p 02886599 n 0000 ~ 02926591 n 0000 ~ 02977619 n 0000 ~ 03042697 n 0000 ~ 03051041 n 0000 ~ 03056583 n 0000 ~ 03111296 n 0000 ~ 03168663 n 0000 ~ 03178538 n 0000 ~ 03222722 n 0000 ~ 03328201 n 0000 ~ 03390983 n 0000 ~ 03391301 n 0000 ~ 03416094 n 0000 ~ 03454536 n 0000 ~ 03459591 n 0000 ~ 03468696 n 0000 ~ 03483086 n 0000 ~ 03500838 n 0000 ~ 03530642 n 0000 ~ 03646916 n 0000 ~ 03793186 n 0000 ~ 03867854 n 0000 ~ 03931765 n 0000 ~ 04038727 n 0000 ~ 04087826 n 0000 ~ 04136510 n 0000 ~ 04140631 n 0000 ~ 04324741 n 0000 ~ 04324910 n 0000 ~ 04337157 n 0000 ~ 04387261 n 0000 ~ 04411835 n 0000 ~ 04492375 n 0000 ~ 04507453 n 0000 ~ 04545305 n 0000 ~ 04545471 n 0000 ~ 04564118 n 0000 ~ 04587648 n 0000 ~ 04589593 n 0000 | a structure supporting or containing something
-03392648 06 n 01 Francis_turbine 0 001 @ 03552449 n 0000 | a type of hydroelectric turbine
-03392741 06 n 01 franking_machine 0 001 @ 03699975 n 0000 | a machine that automatically stamps letters or packages passing through it and computes the total charge
-03392908 06 n 01 freeboard_deck 0 002 @ 04514738 n 0000 #p 02965300 n 0000 | the uppermost watertight deck
-03393017 06 n 01 free_house 0 002 @ 04018399 n 0000 ;r 08860123 n 0000 | a public house that is not controlled by a brewery and so is free to sell different brands of beer and ale
-03393199 06 n 01 free-reed 0 002 @ 02817799 n 0000 #p 03393324 n 0000 | a reed that does not fit closely over the aperture
-03393324 06 n 01 free-reed_instrument 0 007 @ 04586932 n 0000 ~ 02672831 n 0000 ~ 02701730 n 0000 ~ 03086670 n 0000 %p 03393199 n 0000 ~ 03494278 n 0000 ~ 03494537 n 0000 | a wind instrument with a free reed
-03393534 06 n 01 free_throw_lane 0 002 @ 03640660 n 0000 #p 02802544 n 0000 | a lane on a basketball court extending from the end line to 15 feet in front of the backboard; players may not enter this lane during a free throw
-03393761 06 n 01 freewheel 0 001 @ 03054901 n 0000 | a clutch (as on the rear wheel of a bicycle) that allows wheels to turn freely (as in coasting)
-03393912 06 n 01 freight_car 0 009 @ 02959942 n 0000 #m 03394480 n 0000 ~ 02885108 n 0000 ~ 02986066 n 0000 ~ 03056097 n 0000 ~ 03360731 n 0000 ~ 03447593 n 0000 ~ 04070964 n 0000 ~ 04389521 n 0000 | a railway car that carries freight
-03394149 06 n 02 freight_elevator 0 service_elevator 0 001 @ 03281145 n 0000 | an elevator designed for carrying freight
-03394272 06 n 02 freight_liner 0 liner_train 0 001 @ 03394480 n 0000 | a long-distance express freight train between industrial centers and seaports with facilities for rapid loading and unloading of goods
-03394480 06 n 02 freight_train 0 rattler 0 004 @ 04468005 n 0000 %m 02932523 n 0000 %m 03393912 n 0000 ~ 03394272 n 0000 | a railroad train consisting of freight cars
-03394649 06 n 01 French_door 0 003 @ 03221720 n 0000 ~ 03395514 n 0000 %p 03521076 n 0000 | a light door with transparent or glazed panels extending the full length
-03394816 06 n 01 French_heel 0 001 @ 03511426 n 0000 | a fairly high narrow heel on women's shoes
-03394916 06 n 02 French_horn 0 horn 0 001 @ 02891788 n 0000 | a brass musical instrument consisting of a conical tube that is coiled into a spiral and played by means of valves
-03395095 06 n 01 French_knot 0 001 @ 04180314 n 0000 | a stitch made by looping the thread several times around the needle before inserting it into the fabric
-03395256 06 n 02 French_polish 0 French_polish_shellac 0 001 @ 04191150 n 0000 | a varnish for wood consisting of shellac dissolved in alcohol
-03395401 06 n 01 French_roof 0 001 @ 03718789 n 0000 | a mansard roof with sides that are nearly perpendicular
-03395514 06 n 01 French_window 0 001 @ 03394649 n 0000 | a French door situated in an exterior wall of a building
-03395630 06 n 01 fresco 0 002 @ 03799710 n 0000 + 01683271 v 0101 | a mural done with watercolors on wet plaster
-03395745 06 n 01 freshener 0 003 @ 04424418 n 0000 + 00164444 v 0102 + 00024649 v 0102 | anything that freshens
-03395859 06 n 01 Fresnel_lens 0 003 @ 03656484 n 0000 #p 03503997 n 0000 #p 04160847 n 0000 | lens composed of a number of small lenses arranged to make a lightweight lens of large diameter and short focal length
-03396074 06 n 01 fret 0 002 @ 02788689 n 0000 + 02330109 v 0101 | a small bar of metal across the fingerboard of a musical instrument; when the string is stopped by a finger at the metal bar it will produce a note of the desired pitch
-03396311 06 n 04 fret 1 Greek_fret 0 Greek_key 0 key_pattern 0 003 @ 02734423 n 0000 + 01751722 v 0101 + 01752025 v 0101 | an ornamental pattern consisting of repeated vertical and horizontal lines (often in relief); "there was a simple fret at the top of the walls"
-03396580 06 n 01 friary 0 001 @ 03781244 n 0000 | a monastery of friars
-03396654 06 n 01 friction_clutch 0 004 @ 03054901 n 0000 ~ 03089477 n 0000 ~ 03209359 n 0000 ~ 04240434 n 0000 | a clutch in which one part turns the other by the friction between them
-03396841 06 n 02 friction_tape 0 insulating_tape 0 001 @ 02680337 n 0000 | a water-resistant adhesive tape used to insulate exposed electrical conductors
-03396997 06 n 01 frieze 0 001 @ 03309808 n 0000 | a heavy woolen fabric with a long nap
-03397087 06 n 01 frieze 1 002 @ 02734423 n 0000 #p 03290195 n 0000 | an architectural ornament consisting of a horizontal sculptured band between the architrave and the cornice
-03397266 06 n 01 frigate 0 002 @ 04552696 n 0000 ~ 03466600 n 0000 | a United States warship larger than a destroyer and smaller than a cruiser
-03397412 06 n 01 frigate 1 001 @ 04552696 n 0000 | a medium size square-rigged warship of the 18th and 19th centuries
-03397532 06 n 04 frill 0 flounce 0 ruffle 1 furbelow 0 006 @ 02681518 n 0000 + 01387301 v 0301 + 00058696 a 0102 ~ 03443669 n 0000 ~ 03588841 n 0000 ~ 03914106 n 0000 | a strip of pleated material used as a decoration or a trim
-03397762 06 n 01 fringe 0 004 @ 03265479 n 0000 + 00331889 a 0101 + 01467751 v 0101 + 01751021 v 0101 | an ornamental border consisting of short lengths of hanging threads or tassels
-03397947 06 n 01 Frisbee 0 003 @ 03208556 n 0000 @ 03964744 n 0000 ;u 06851742 n 0000 | a light, plastic disk about 10 inches in diameter; propelled with a flip of the wrist for recreation or competition
-03398153 06 n 01 frock 1 001 @ 03473966 n 0000 | a habit worn by clerics
-03398228 06 n 01 frock_coat 0 002 @ 03057021 n 0000 ~ 04003359 n 0000 | a man's coat having knee-length skirts front and back; worn in the 19th century
-03398382 06 n 01 frog 0 001 @ 02681518 n 0000 | a decorative loop of braid or cord
-03398467 06 n 01 front 0 013 @ 04213626 n 0000 + 00131018 a 0101 + 01079172 v 0101 ! 04059701 n 0101 ~ 02880008 n 0000 ~ 03313333 n 0000 ~ 03313602 n 0000 ~ 03399391 n 0000 ~ 03830835 n 0000 ~ 03831062 n 0000 ~ 03831537 n 0000 ~ 04198015 n 0000 ~ 04203705 n 0000 | the side that is seen or that goes first
-03398775 06 n 02 frontage_road 0 service_road 0 001 @ 03682024 n 0000 | a local road that runs parallel to an expressway and allows local traffic to gain access to property
-03398950 06 n 01 frontal 1 001 @ 03151077 n 0000 | a drapery that covers the front of an altar
-03399047 06 n 01 front_bench 0 003 @ 04161358 n 0000 ;r 08860123 n 0000 + 10113362 n 0101 | any of the front seats in the House of Commons that are reserved for ministers or former ministers
-03399240 06 n 02 front_door 0 front_entrance 0 002 @ 03307274 n 0000 %p 03626760 n 0000 | exterior door (at the entrance) at the front of a building
-03399391 06 n 01 frontispiece 0 001 @ 03398467 n 0000 | front illustration facing the title page of a book
-03399500 06 n 01 frontispiece 1 001 @ 03313333 n 0000 | an ornamental facade
-03399579 06 n 02 frontlet 0 frontal 0 001 @ 02681518 n 0000 | an adornment worn on the forehead
-03399677 06 n 01 front_porch 0 001 @ 03984381 n 0000 | a porch for the front door
-03399761 06 n 01 front_projector 0 001 @ 04009552 n 0000 | a projector for digital input
-03399852 06 n 01 front_yard 0 001 @ 04610879 n 0000 | the yard in front of a house; between the house and the street
-03399971 06 n 01 fruit_machine 0 002 @ 04243546 n 0000 ;r 08860123 n 0000 | a coin-operated gambling machine that produces random combinations of symbols (usually pictures of different fruits) on rotating dials; certain combinations win money for the player
-03400231 06 n 03 frying_pan 0 frypan 0 skillet 0 004 @ 03880531 n 0000 ~ 03271765 n 0000 %p 03485997 n 0000 ~ 04275283 n 0000 | a pan used for frying foods
-03400389 06 n 02 fuel-air_explosive 0 FAE 0 002 @ 03305522 n 0000 ~ 04420461 n 0000 | a device consisting of a container of fuel and two explosive charges; the first charge bursts open the fuel container at a predetermined height and spreads the fuel in a cloud that mixes with atmospheric oxygen; the second charge detonates the cloud which creates an enormous blast wave and incinerates whatever is below
-03400798 06 n 01 fuel_cell 0 001 @ 02991048 n 0000 | cell that produces electricity by oxidation of fuel (hydrogen and oxygen or zinc and air); often used in electric cars
-03400972 06 n 01 fuel_filter 0 002 @ 03339643 n 0000 #p 03401721 n 0000 | a filter in the fuel line that screens out dirt and rust particles from the fuel
-03401129 06 n 02 fuel_gauge 0 fuel_indicator 0 002 @ 03568117 n 0000 #p 03401721 n 0000 | an indicator of the amount of fuel remaining in a vehicle
-03401279 06 n 02 fuel_injection 0 fuel_injection_system 0 001 @ 03738241 n 0000 | mechanical system to inject atomized fuel directly into the cylinders of an internal-combustion engine; avoids the need for a carburetor
-03401500 06 n 03 fuel_line 0 gas_line 1 petrol_line 0 002 @ 03944672 n 0000 #p 03401721 n 0000 | a pipe that carries gasoline from a tank to a gasoline engine; "the car wouldn't start because dirt clogged the gas line"
-03401721 06 n 01 fuel_system 0 013 @ 03294048 n 0000 #p 03791235 n 0000 #p 02686568 n 0000 %p 02670186 n 0000 %p 02962200 n 0000 %p 03024333 n 0000 %p 03400972 n 0000 %p 03401129 n 0000 %p 03401500 n 0000 %p 03424862 n 0000 %p 03426134 n 0000 %p 03576779 n 0000 %p 04021798 n 0000 | equipment in a motor vehicle or aircraft that delivers fuel to the engine
-03402080 06 n 01 fulcrum 0 002 @ 03951971 n 0000 #p 03659292 n 0000 | the pivot about which a lever turns
-03402188 06 n 01 full-dress_uniform 0 002 @ 03763968 n 0000 ;c 08199025 n 0000 | the naval or military uniform that is specified by regulations to be worn on ceremonial occasions
-03402369 06 n 01 full_metal_jacket 0 001 @ 02916350 n 0000 | a lead bullet that is covered with a jacket of a harder metal (usually copper)
-03402511 06 n 01 full_skirt 0 002 @ 04230808 n 0000 %p 03448253 n 0000 | a long skirt gathered at the waist
-03402621 06 n 01 full-wave_rectifier 0 001 @ 04065632 n 0000 | rectifier that converts the negative half wave of an alternating current into a positive half wave
-03402785 06 n 01 fumigator 0 002 @ 03183080 n 0000 + 02127100 v 0101 | a device that generates a gas for the purpose of disinfecting or eradicating pests
-03402941 06 n 06 funeral_home 0 funeral_parlor 0 funeral_parlour 0 funeral_chapel 0 funeral_church 0 funeral-residence 0 001 @ 03785499 n 0000 | a mortuary where those who knew the deceased can come to pay their last respects
-03403169 06 n 01 fungible 0 002 @ 03076708 n 0000 + 00917956 a 0101 | a commodity that is freely interchangeable with another in satisfying an obligation
-03403325 06 n 01 funk_hole 0 001 @ 02920503 n 0000 | dugout as a place of safe retreat (when in a funk)
-03403431 06 n 01 funnel 0 003 @ 04247175 n 0000 #p 04194289 n 0000 ;c 04194289 n 0000 | (nautical) smokestack consisting of a shaft for ventilation or the passage of smoke (especially the smokestack of a ship)
-03403643 06 n 01 funnel 1 003 @ 04516672 n 0000 + 01444146 v 0101 %p 02824858 n 0000 | a conically shaped utensil having a narrow tube at the small end; used to channel the flow of substances into a container with a small mouth
-03403873 06 n 01 funnel_web 0 001 @ 04275363 n 0000 | a funnel-shaped spider web; the funnel-web spider perches in the center of the web
-03404012 06 n 01 funny_wagon 0 002 @ 02701002 n 0000 ;u 07075172 n 0000 | an ambulance used to transport patients to a mental hospital
-03404149 06 n 01 fur 0 001 @ 03419014 n 0000 | a garment made of the dressed hairy coat of a mammal
-03404251 06 n 01 fur_coat 0 003 @ 03057021 n 0000 ~ 03770954 n 0000 ~ 04122492 n 0000 | a coat made of fur
-03404360 06 n 01 fur_hat 0 002 @ 03497657 n 0000 ~ 02818135 n 0000 | a hat made of fur
-03404449 06 n 01 furnace 0 017 @ 03003730 n 0000 ~ 02752039 n 0000 ~ 02849885 n 0000 ~ 03130066 n 0000 ~ 03148808 n 0000 ~ 03271865 n 0000 ~ 03344509 n 0000 ~ 03383821 n 0000 ~ 03423224 n 0000 %p 03454536 n 0000 ~ 03566193 n 0000 ~ 03617095 n 0000 ~ 03843221 n 0000 ~ 03848537 n 0000 %p 04071536 n 0000 ~ 04084682 n 0000 ~ 04390156 n 0000 | an enclosed chamber in which heat is produced to heat buildings, destroy refuse, smelt or refine ores, etc.
-03404900 06 n 02 furnace_lining 0 refractory 0 003 @ 03673767 n 0000 %s 14813843 n 0000 %s 14823944 n 0000 | lining consisting of material with a high melting point; used to line the inside walls of a furnace
-03405111 06 n 01 furnace_room 0 001 @ 04105893 n 0000 | a room (usually in the basement of a building) that contains a furnace for heating the building
-03405265 06 n 01 furnishing 0 007 @ 03575240 n 0000 ;u 06295235 n 0000 + 02336483 v 0101 ~ 02730568 n 0000 ~ 03151077 n 0000 ~ 03405725 n 0000 ~ 04118021 n 0000 | (usually plural) the instrumentalities (furniture and appliances and other movable accessories including curtains and rugs) that make a home (or other area) livable
-03405595 06 n 02 furnishing 1 trappings 0 002 @ 02671780 n 0000 ;u 06295235 n 0000 | (usually plural) accessory wearing apparel
-03405725 06 n 03 furniture 0 piece_of_furniture 0 article_of_furniture 0 034 @ 03405265 n 0000 + 02336483 v 0101 -c 00467737 a 0000 -c 01096990 a 0000 -c 00607542 n 0000 -c 02701393 n 0000 ~ 02766320 n 0000 ~ 02821943 n 0000 ~ 02822579 n 0000 ~ 02870880 n 0000 ~ 02912065 n 0000 ~ 02933112 n 0000 ~ 03015254 n 0000 ~ 03200906 n 0000 ~ 03298716 n 0000 ~ 03353281 n 0000 -c 03353281 n 0000 ~ 03479502 n 0000 ~ 03636649 n 0000 ~ 03649797 n 0000 ~ 03819336 n 0000 ~ 03842156 n 0000 -c 04109702 n 0000 ~ 04161981 n 0000 ~ 04165409 n 0000 ~ 04192521 n 0000 ~ 04235646 n 0000 ~ 04379243 n 0000 ~ 04379964 n 0000 ~ 04549122 n 0000 ~ 04550184 n 0000 ~ 04555400 n 0000 -c 13245846 n 0000 -c 00286333 v 0000 | furnishings that make a room or other area ready for occupancy; "they had too much furniture for the small apartment"; "there was only one piece of furniture in the room"
-03406597 06 n 02 furosemide 0 Lasix 0 002 @ 03214670 n 0000 ;u 06845599 n 0201 | commonly used diuretic (trade name Lasix) used to treat hypertension and edema
-03406759 06 n 01 fur-piece 0 001 @ 03815482 n 0000 | a neckpiece made of fur
-03406838 06 n 02 furring_strip 0 furring 0 001 @ 04339638 n 0000 | strip used to give a level surface for attaching wallboard
-03406966 06 n 01 furrow 0 003 @ 04478889 n 0000 + 01277431 v 0101 ~ 03152619 n 0000 | a long shallow trench in the ground (especially one made by a plow)
-03407122 06 n 06 fuse 0 fuze 0 fusee 0 fuzee 0 primer 0 priming 0 006 @ 03666591 n 0000 + 00408624 v 0501 + 01137829 v 0101 ~ 03182140 n 0000 ~ 04126659 n 0000 ~ 04437670 n 0000 | any igniter that is used to initiate the burning of a propellant
-03407369 06 n 03 fuse 1 electrical_fuse 0 safety_fuse 1 005 @ 03269401 n 0000 + 01137829 v 0101 ~ 02972934 n 0000 ~ 03034244 n 0000 ~ 03968479 n 0000 | an electrical device that can interrupt the flow of electrical current when it is overloaded
-03407616 06 n 02 fusee 1 fuzee 1 001 @ 03728437 n 0000 | a friction match with a large head that will stay alight in the wind
-03407744 06 n 02 fusee 2 fuzee 2 001 @ 03357893 n 0000 | a colored flare used as a warning signal by trucks and trains
-03407865 06 n 02 fusee_drive 0 fusee 3 002 @ 03242995 n 0000 #p 03046257 n 0000 | a spirally grooved spindle in a clock that counteracts the diminishing power of the uncoiling mainspring
-03408054 06 n 01 fuselage 0 004 @ 02861886 n 0000 #p 02691156 n 0000 %p 03986562 n 0000 %p 04384016 n 0000 | the central body of an airplane that is designed to accommodate the crew and passengers (or cargo)
-03408264 06 n 01 fusil 0 001 @ 03802007 n 0000 | a light flintlock musket
-03408340 06 n 01 fustian 0 001 @ 03309808 n 0000 | a strong cotton and linen fabric with a slight nap
-03408444 06 n 01 futon 0 002 @ 03731164 n 0000 ;r 08921850 n 0000 | mattress consisting of a pad of cotton batting that is used for sleeping on the floor or on a raised frame
-03408621 06 n 01 futtock_shroud 0 001 @ 04188368 n 0000 | shroud that is part of a ship's rigging
-03408721 06 n 01 future 0 004 @ 03076708 n 0000 ~ 03843724 n 0000 ~ 04264485 n 0000 ~ 04574861 n 0000 | bulk commodities bought or sold at an agreed price for delivery at a specified future date
-03408918 06 n 03 futures_exchange 0 futures_market 0 forward_market 0 001 @ 03077074 n 0000 | a commodity exchange where futures contracts are traded
-03409070 06 n 02 gabapentin 0 Neurontin 0 001 @ 02718469 n 0000 | an anticonvulsant (trade name Neurontin) used to control some types of seizures in the treatment of epilepsy; also used to manage neuralgia caused by shingles
-03409297 06 n 01 gabardine 0 001 @ 03309808 n 0000 | a firm durable fabric with a twill weave
-03409393 06 n 03 gable 0 gable_end 0 gable_wall 0 004 @ 04546855 n 0000 ~ 02825961 n 0000 ~ 03105974 n 0000 ~ 03904657 n 0000 | the vertical triangular wall between the sloping ends of gable roof
-03409591 06 n 04 gable_roof 0 saddle_roof 0 saddleback 0 saddleback_roof 0 004 @ 04105068 n 0000 ~ 03413684 n 0000 %p 03471473 n 0000 %p 04089152 n 0000 | a double sloping roof with a ridge and gables at each end
-03409806 06 n 01 gaddi 0 002 @ 03151500 n 0000 #p 03802507 n 0000 | a cushion on a throne for a prince in India
-03409920 06 n 01 gadgetry 0 001 @ 02729965 n 0000 | appliances collectively; "laborsaving gadgetry"
-03410022 06 n 01 gaff 0 002 @ 03532342 n 0000 #m 03351434 n 0000 | an iron hook with a handle; used for landing large fish
-03410147 06 n 01 gaff 1 002 @ 04267577 n 0000 #p 04128837 n 0000 | a spar rising aft from a mast to support the head of a quadrilateral fore-and-aft sail
-03410303 06 n 01 gaff 2 001 @ 04276531 n 0000 | a sharp metal spike or spur that is fastened to the leg of a gamecock
-03410423 06 n 02 gaffsail 0 gaff-headed_sail 0 002 @ 03381776 n 0000 #p 04128837 n 0000 | a quadrilateral fore-and-aft sail suspended from a gaff
-03410571 06 n 02 gaff_topsail 0 fore-and-aft_topsail 0 001 @ 03381776 n 0000 | a triangular fore-and-aft sail with its foot along the gaff and its luff on the topmast
-03410740 06 n 02 gag 0 muzzle 0 005 @ 04081844 n 0000 + 01284683 v 0202 + 02190943 v 0202 + 01284683 v 0101 + 02190943 v 0101 | restraint put into a person's mouth to prevent speaking or shouting
-03410938 06 n 01 gaiter 1 001 @ 03655072 n 0000 | legging consisting of a cloth or leather covering for the leg from the knee to the ankle
-03411079 06 n 01 gaiter 3 002 @ 04199027 n 0000 %p 03448253 n 0000 | a shoe covering the ankle with elastic gores in the sides
-03411208 06 n 01 Galilean_telescope 0 001 @ 04070207 n 0000 | a type of refracting telescope that is no longer used in astronomy
-03411339 06 n 01 galleon 0 002 @ 04128837 n 0000 ~ 02968210 n 0000 | a large square-rigged sailing ship with three or more masts; used by the Spanish for commerce and war from the 15th to 18th centuries
-03411544 06 n 01 gallery 1 004 @ 02777734 n 0000 ~ 02705201 n 0000 ~ 03024233 n 0000 ~ 03854722 n 0000 | narrow recessed balcony area along an upper floor on the interior of a building; usually marked by a colonnade
-03411762 06 n 01 gallery 2 001 @ 03112099 n 0000 | a covered corridor (especially one extending along the wall of a building and supported with arches or columns)
-03411927 06 n 01 gallery 3 001 @ 04105893 n 0000 | a long usually narrow room used for some specific purpose; "shooting gallery"
-03412058 06 n 03 gallery 4 art_gallery 0 picture_gallery 0 002 @ 04105893 n 0000 ~ 04131113 n 0000 | a room or series of rooms where works of art are exhibited
-03412220 06 n 04 galley 0 ship's_galley 0 caboose 1 cookhouse 0 003 @ 03619890 n 0000 #p 04194289 n 0000 ~ 03145277 n 0000 | the area for food preparation on a ship
-03412387 06 n 01 galley 1 002 @ 03619890 n 0000 #p 02690373 n 0000 | the kitchen area for food preparation on an airliner
-03412511 06 n 01 galley 2 003 @ 04530566 n 0000 ;c 15253139 n 0000 ~ 04485750 n 0000 | (classical antiquity) a crescent-shaped seagoing vessel propelled by oars
-03412674 06 n 01 galley 3 001 @ 04530566 n 0000 | a large medieval vessel with a single deck propelled by sails and oars with guns at stern and prow; a complement of 1,000 men; used mainly in the Mediterranean for war and trading
-03412906 06 n 01 gallows 0 004 @ 03575691 n 0000 ;u 06295235 n 0000 ~ 03413124 n 0000 %p 03491724 n 0000 | an instrument of execution consisting of a wooden frame from which a condemned person is executed by hanging
-03413124 06 n 04 gallows_tree 0 gallows-tree 0 gibbet 0 gallous 0 002 @ 03412906 n 0000 + 02485731 v 0301 | alternative terms for gallows
-03413264 06 n 01 galvanometer 0 003 @ 03753077 n 0000 ~ 02750652 n 0000 ~ 03796181 n 0000 | meter for detecting or comparing or measuring small electric currents
-03413428 06 n 04 gambling_house 0 gambling_den 0 gambling_hell 0 gaming_house 0 004 @ 02913152 n 0000 @ 03953020 n 0000 ;c 01094725 n 0000 ~ 02977936 n 0000 | a public building in which a variety of games of chance can be played (operated as a business)
-03413684 06 n 02 gambrel 0 gambrel_roof 0 001 @ 03409591 n 0000 | a gable roof with two slopes on each side and the lower slope being steeper
-03413828 06 n 01 game 0 003 @ 03414162 n 0000 ;c 00455599 n 0000 ~ 04028315 n 0000 | the game equipment needed in order to play a particular game; "the child received several games for his birthday"
-03414029 06 n 01 gamebag 0 001 @ 02773037 n 0000 | a canvas or leather bag for carrying game (especially birds) killed by a hunter
-03414162 06 n 01 game_equipment 0 018 @ 03294048 n 0000 ~ 02768226 n 0000 ~ 02778669 n 0000 ~ 02882483 n 0000 ~ 03117199 n 0000 ~ 03135788 n 0000 ~ 03413828 n 0000 ~ 03442756 n 0000 ~ 03539546 n 0000 ~ 03589313 n 0000 ~ 03716327 n 0000 ~ 03820154 n 0000 ~ 03875955 n 0000 ~ 03941417 n 0000 ~ 03982430 n 0000 ~ 04036155 n 0000 ~ 04113406 n 0000 ~ 04278751 n 0000 | equipment or apparatus used in playing a game
-03414574 06 n 01 gaming_card 0 001 @ 03963982 n 0000 | one of a set of cards used in gambling games
-03414676 06 n 01 gaming_table 0 001 @ 04379243 n 0000 | a table used for gambling; may be equipped with a gameboard and slots for chips
-03414814 06 n 02 gamma_hydroxybutyrate 0 GHB 0 002 @ 03054098 n 0000 ~ 04253751 n 0000 | a club drug available in liquid or powder form is taken orally (frequently combined with alcohol); used to incapacitate individuals for the commission of sexual assault and rape
-03415083 06 n 01 gamma-interferon 0 001 @ 03579137 n 0000 | a form of interferon that is produced by T cells and macrophages; involved in the activation of phagocytes
-03415252 06 n 02 gamp 0 brolly 0 002 @ 04507155 n 0000 ;r 08860123 n 0000 | colloquial terms for an umbrella
-03415363 06 n 01 gang 0 001 @ 04451818 n 0000 | tool consisting of a combination of implements arranged to work together
-03415486 06 n 03 gangplank 0 gangboard 0 gangway 1 001 @ 03379828 n 0000 | a temporary bridge for getting on and off a vessel at dockside
-03415626 06 n 01 gangsaw 0 001 @ 03996145 n 0000 | a power saw that has several parallel blades making simultaneous cuts
-03415749 06 n 01 gangway 0 001 @ 03895585 n 0000 | a temporary passageway of planks (as over mud on a building site)
-03415868 06 n 01 gantlet 0 001 @ 04048075 n 0000 | the convergence of two parallel railroad tracks in a narrow place; the inner rails cross and run parallel and then diverge so a train remains on its own tracks at all times
-03416094 06 n 02 gantry 0 gauntry 0 001 @ 03391770 n 0000 | a framework of steel bars raised on side supports to bridge over or around something; can display railway signals above several tracks or can support a traveling crane etc.
-03416329 06 n 02 gap 0 crack 0 004 @ 03848729 n 0000 + 01593614 v 0101 ~ 03632189 n 0000 ~ 04268680 n 0000 | a narrow opening; "he opened the window a crack"
-03416489 06 n 01 garage 0 003 @ 03859280 n 0000 + 02282946 v 0101 ~ 02968074 n 0000 | an outbuilding (or part of a building) for housing automobiles
-03416640 06 n 02 garage 1 service_department 0 001 @ 04075916 n 0000 | a repair shop where cars and trucks are serviced and repaired
-03416775 06 n 04 Garand_rifle 0 Garand 0 M-1 0 M-1_rifle 0 002 @ 04171459 n 0000 @ 04090263 n 0000 | a semiautomatic rifle
-03416900 06 n 01 garbage 0 001 @ 04060904 n 0000 | a receptacle where waste can be discarded; "she tossed the moldy bread into the garbage"
-03417042 06 n 02 garbage_truck 0 dustcart 0 001 @ 04490091 n 0000 | a truck for collecting domestic refuse; "in Britain a garbage truck is called a dustcart"
-03417202 06 n 03 garboard 0 garboard_plank 0 garboard_strake 0 001 @ 04544805 n 0000 | the first wale laid next to the keel of a wooden ship
-03417345 06 n 01 garden 0 018 @ 08674739 n 0000 + 01740969 v 0101 ~ 03368637 n 0000 ~ 03384706 n 0000 ~ 03463832 n 0000 ~i 03491491 n 0000 ~ 03515644 n 0000 ~ 03535186 n 0000 ~ 03620443 n 0000 ~ 03640288 n 0000 ~ 03722169 n 0000 ~ 03991969 n 0000 ~ 04099854 n 0000 ~ 04105609 n 0000 ~ 04109599 n 0000 ~ 04356306 n 0000 ~ 04397553 n 0000 ~ 04454908 n 0000 | a plot of ground where plants are cultivated
-03417749 06 n 01 garden 1 003 @ 04610879 n 0000 + 01740969 v 0101 %p 03899768 n 0000 | a yard or lawn adjoining a house
-03417871 06 n 01 garden_hose 0 001 @ 03539875 n 0000 | a hose used for watering a lawn or garden
-03417970 06 n 01 garden_rake 0 001 @ 04050066 n 0000 | a rake used by gardeners
-03418052 06 n 01 garden_roller 0 001 @ 04101497 n 0000 | heavy cast-iron cylinder used to flatten lawns
-03418158 06 n 01 garden_spade 0 001 @ 04266486 n 0000 | a spade used by gardeners
-03418242 06 n 02 garden_tool 0 lawn_tool 0 004 @ 04451818 n 0000 ~ 03264906 n 0000 ~ 03511333 n 0000 ~ 03649909 n 0000 | used for working in gardens or yards
-03418402 06 n 01 garden_trowel 0 001 @ 04489817 n 0000 | a trowel used by gardeners
-03418488 06 n 01 gargoyle 0 001 @ 03169390 n 0000 | an ornament consisting of a grotesquely carved figure of a person or animal
-03418618 06 n 01 gargoyle 1 001 @ 04287153 n 0000 | a spout that terminates in a grotesquely carved figure of a person or animal
-03418749 06 n 01 garibaldi 0 001 @ 02854926 n 0000 | a loose high-necked blouse with long sleeves; styled after the red flannel shirts worn by Garibaldi's soldiers
-03418915 06 n 01 garlic_press 0 001 @ 03999992 n 0000 | a press for extracting juice from garlic
-03419014 06 n 01 garment 0 068 @ 03051540 n 0000 + 00047945 v 0107 %p 02738978 n 0000 %p 02784732 n 0000 %p 02876084 n 0000 ~ 02896294 n 0000 ~ 02922578 n 0000 %p 02928930 n 0000 ~ 02944375 n 0000 %p 03162714 n 0000 ~ 03188531 n 0000 %p 03308853 n 0000 %p 03373060 n 0000 ~ 03404149 n 0000 ~ 03450734 n 0000 %p 03471190 n 0000 ~ 03475421 n 0000 ~ 03487642 n 0000 ~ 03502331 n 0000 ~ 03540090 n 0000 ~ 03585875 n 0000 %p 03591901 n 0000 %p 03592055 n 0000 ~ 03605598 n 0000 ~ 03608504 n 0000 ~ 03648219 n 0000 ~ 03655072 n 0000 ~ 03657511 n 0000 %p 03673270 n 0000 ~ 03745487 n 0000 ~ 03789794 n 0000 %p 03814112 n 0000 ~ 03816005 n 0000 ~ 03863923 n 0000 ~ 03913930 n 0000 %p 03972524 n 0000 ~ 04046277 n 0000 ~ 04085574 n 0000 ~ 04097866 n 0000 ~ 04104770 n 0000 ~ 04123317 n 0000 ~ 04143492 n 0000 ~ 04143897 n 0000 ~ 04160261 n 0000 ~ 04172904 n 0000 ~ 04197391 n 0000 %p 04207151 n 0000 ~ 04219580 n 0000 ~ 04230808 n 0000 %p 04231272 n 0000 %p 04236377 n 0000 ~ 04325804 n 0000 ~ 04332580 n 0000 ~ 04350905 n 0000 ~ 04357531 n 0000 ~ 04367950 n 0000 ~ 04370048 n 0000 ~ 04370774 n 0000 ~ 04371563 n 0000 ~ 04488530 n 0000 ~ 04489008 n 0000 ~ 04508163 n 0000 ~ 04531873 n 0000 ~ 04570532 n 0000 ~ 04574067 n 0000 ~ 04605572 n 0000 %p 04613015 n 0000 %p 08583554 n 0000 | an article of clothing; "garments of the finest silk"
-03420345 06 n 01 garment_bag 0 001 @ 02773838 n 0000 | a suitcase that unfolds to be hung up
-03420440 06 n 01 garnish 0 002 @ 03169390 n 0000 + 01679433 v 0102 | any decoration added as a trimming or adornment
-03420559 06 n 02 garrison 0 fort 1 008 @ 03763403 n 0000 ;c 08199025 n 0000 + 01155421 v 0201 + 02023992 v 0201 + 01606205 v 0201 + 01087197 v 0203 + 01089137 v 0101 ~i 09094581 n 0000 | a fortified military post where troops are stationed
-03420801 06 n 02 garrison_cap 0 overseas_cap 0 001 @ 02954340 n 0000 | a wedge-shaped wool or cotton cap; worn as part of a uniform
-03420935 06 n 04 garrote 0 garotte 0 garrotte 0 iron_collar 0 003 @ 03575691 n 0000 + 01571744 v 0302 + 01571744 v 0203 | an instrument of execution for execution by strangulation
-03421117 06 n 02 garter 0 supporter 0 003 @ 02784218 n 0000 + 01217043 v 0202 + 01287681 v 0101 | a band (usually elastic) worn around the leg to hold up a stocking (or around the arm to hold up a sleeve)
-03421324 06 n 02 garter_belt 0 suspender_belt 0 001 @ 04508163 n 0000 | a wide belt of elastic with straps hanging from it; worn by women to hold up stockings
-03421485 06 n 01 garter_stitch 0 001 @ 03625783 n 0000 | a knitting stitch that results in a pattern of horizontal ridges formed by knitting both sides (instead of purling one side)
-03421669 06 n 01 gas_guzzler 0 001 @ 02958343 n 0000 | a car with relatively low fuel efficiency
-03421768 06 n 01 gas_shell 0 002 @ 02866578 n 0000 ;c 08199025 n 0000 | (military) bomb consisting of an explosive projectile filled with a toxic gas that is released when the bomb explodes
-03421960 06 n 01 gas_bracket 0 001 @ 02923129 n 0000 | a pipe with one or more burners projecting from a wall
-03422072 06 n 02 gas_burner 0 gas_jet 0 005 @ 02923129 n 0000 ~ 02921029 n 0000 ~ 03425769 n 0000 %p 03833564 n 0000 ~ 03939281 n 0000 | burner such that combustible gas issues from a nozzle to form a steady flame
-03422288 06 n 02 gas_chamber 0 death_chamber 0 001 @ 03575691 n 0000 | instrument of execution consisting of a sealed chamber into which poison gas is introduced; used to kill people or animals
-03422484 06 n 01 gas-cooled_reactor 0 001 @ 03834040 n 0000 | a nuclear reactor using gas as a coolant
-03422589 06 n 01 gas-discharge_tube 0 004 @ 04494204 n 0000 ~ 02985137 n 0000 ~ 03441465 n 0000 ~ 03441582 n 0000 | a tube in which an electric discharge takes place through a gas
-03422771 06 n 01 gas_engine 0 001 @ 03579982 n 0000 | an internal-combustion engine similar to a gasoline engine but using natural gas instead of gasoline vapor
-03422934 06 n 01 gas_fitting 0 001 @ 03353616 n 0000 | the fitting (pipes or valves or meters) that convey gas from the gas main to the gas fixtures of a building
-03423099 06 n 01 gas_fixture 0 001 @ 03183080 n 0000 | a device to convey illuminating gas from the pipe to the gas burner
-03423224 06 n 01 gas_furnace 0 001 @ 03404449 n 0000 | a furnace that burns gas
-03423306 06 n 01 gas_gun 0 001 @ 03467984 n 0000 | a gun that fires gas shells
-03423387 06 n 01 gas_heat 0 001 @ 03509025 n 0000 | heating system that burns natural gas
-03423479 06 n 01 gas_heater 0 001 @ 03508101 n 0000 | a heater that burns gas for heat
-03423568 06 n 02 gas_holder 0 gasometer 0 001 @ 04388743 n 0000 | a large gas-tight spherical or cylindrical tank for holding gas to be used as fuel
-03423719 06 n 01 gasket 0 003 @ 04159354 n 0000 ~ 03503477 n 0000 ~ 03855604 n 0000 | seal consisting of a ring for packing pistons or sealing a pipe joint
-03423877 06 n 01 gas_lamp 0 001 @ 03636248 n 0000 | a lamp that burns illuminating gas
-03423966 06 n 01 gas_line 0 001 @ 03946325 n 0000 | a pipeline used to transport natural gas; "the workmen broke through the gas line"
-03424103 06 n 01 gas_main 0 002 @ 03711145 n 0000 #p 03425956 n 0000 | a main that distributes gas
-03424204 06 n 01 gas_maser 0 001 @ 03724176 n 0000 | a maser in which microwave radiation interacts with gas molecules
-03424325 06 n 03 gasmask 0 respirator 1 gas_helmet 0 001 @ 03725035 n 0000 | a protective mask with a filter; protects the face and lungs against poisonous gases
-03424489 06 n 02 gas_meter 0 gasometer 1 001 @ 03753077 n 0000 | a meter for measuring the amount of gas flowing through a particular pipe
-03424630 06 n 02 gasoline_engine 0 petrol_engine 0 004 @ 03579982 n 0000 #p 02958343 n 0000 %p 03572832 n 0000 ~ 04027820 n 0000 | an internal-combustion engine that burns gasoline; most automobiles are driven by gasoline engines
-03424862 06 n 06 gasoline_gauge 0 gasoline_gage 0 gas_gauge 0 gas_gage 0 petrol_gauge 0 petrol_gage 0 002 @ 03429288 n 0000 #p 03401721 n 0000 | gauge that indicates the amount of gasoline left in the gasoline tank of a vehicle
-03425092 06 n 04 gasoline_station 0 gas_station 0 filling_station 0 petrol_station 0 001 @ 04175859 n 0000 | a service station that sells gasoline
-03425241 06 n 01 gas_oven 0 001 @ 03862676 n 0000 | a domestic oven fueled by gas
-03425325 06 n 01 gas_oven 1 001 @ 03130066 n 0000 | a cremation chamber fueled by gas
-03425413 06 n 04 gas_pump 0 gasoline_pump 0 petrol_pump 0 island_dispenser 0 001 @ 04021798 n 0000 | a pump in a service station that draws gasoline from underground storage tanks
-03425595 06 n 03 gas_range 0 gas_stove 0 gas_cooker 0 003 @ 04330340 n 0000 %p 03425769 n 0000 %p 03508628 n 0000 | a range with gas rings and an oven for cooking with gas
-03425769 06 n 01 gas_ring 0 002 @ 03422072 n 0000 #p 03425595 n 0000 | gas burner consisting of a circular metal pipe with several small holes through which gas can escape to be burned
-03425956 06 n 01 gas_system 0 004 @ 03315023 n 0000 #p 03569964 n 0000 ;c 03956922 n 0000 %p 03424103 n 0000 | facility (plant and equipment) for providing natural-gas service
-03426134 06 n 03 gas_tank 0 gasoline_tank 0 petrol_tank 0 002 @ 04388743 n 0000 #p 03401721 n 0000 | a tank for holding gasoline to supply a vehicle
-03426285 06 n 02 gas_thermometer 0 air_thermometer 0 001 @ 04421872 n 0000 | thermometer that measures temperature by changes in the pressure of a gas kept at constant volume
-03426462 06 n 01 gastroscope 0 001 @ 03286572 n 0000 | a type of endoscope for visually examining the stomach
-03426574 06 n 01 gas_turbine 0 003 @ 04498523 n 0000 #p 03426871 n 0000 #p 03321103 n 0000 | turbine that converts the chemical energy of a liquid fuel into mechanical energy by internal combustion; gaseous products of the fuel (which is burned in compressed air) are expanded through a turbine
-03426871 06 n 01 gas-turbine_ship 0 002 @ 04194289 n 0000 %p 03426574 n 0000 | a ship powered by a gas turbine
-03426984 06 n 01 gas_well 0 001 @ 04572344 n 0000 | a well that yields or has yielded natural gas
-03427084 06 n 01 gasworks 0 002 @ 04602044 n 0000 ;u 06295235 n 0000 | the workplace where coal gas is manufactured
-03427202 06 n 02 gat 0 rod 1 002 @ 03948459 n 0000 ;u 07157273 n 0000 | a gangster's pistol
-03427296 06 n 01 gate 0 016 @ 03795580 n 0000 + 02353844 v 0101 ~ 03503567 n 0000 %p 03521076 n 0000 %p 03682487 n 0000 ~ 03684143 n 0000 ~ 03698815 n 0000 ~ 03985881 n 0000 ~ 03989349 n 0000 ~ 04384593 n 0000 ~ 04384757 n 0000 ~ 04449550 n 0000 ~ 04501127 n 0000 ~ 04501370 n 0000 ~ 04582625 n 0000 ~i 08785958 n 0000 | a movable barrier in a fence or wall
-03427656 06 n 02 gate 1 logic_gate 0 005 @ 03084420 n 0000 ~ 02709908 n 0000 ~ 03806748 n 0000 ~ 03853454 n 0000 ~ 04609354 n 0000 | a computer circuit with several inputs but only one output that can be activated by particular combinations of inputs
-03427909 06 n 01 gate 2 004 @ 03895585 n 0000 #p 02693246 n 0000 ~ 02742663 n 0000 ~ 03176970 n 0000 | passageway (as in an air terminal) where passengers can embark or disembark
-03428090 06 n 01 gatehouse 0 002 @ 03544360 n 0000 ~ 03685640 n 0000 | a house built at a gateway; usually the gatekeeper's residence
-03428226 06 n 01 gateleg_table 0 001 @ 03246933 n 0000 | a drop-leaf table with the drop-leaves supported by hinged legs
-03428349 06 n 01 gatepost 0 003 @ 03988170 n 0000 ~ 03521431 n 0000 ~ 04211755 n 0000 | either of two posts that bound a gate
-03428477 06 n 01 gateway 0 001 @ 03290771 n 0000 | an entrance that can be closed by a gate
-03428571 06 n 01 gateway_drug 0 001 @ 03248958 n 0000 | a habit-forming drug that is not addictive but its use may lead to the use of other addictive drugs; "one college athlete recently called beer a gateway drug for young people"
-03428805 06 n 02 gather 0 gathering 0 003 @ 04179385 n 0000 + 01330822 v 0201 + 01330822 v 0101 | sewing consisting of small folds or puckers made by pulling tight a thread in a line of stitching
-03429003 06 n 01 gathered_skirt 0 002 @ 04230808 n 0000 ~ 03205669 n 0000 | a skirt whose fabric is drawn together around the waist
-03429137 06 n 01 Gatling_gun 0 001 @ 03701391 n 0000 | an early form of machine gun having several barrels that fire in sequence as they are rotated
-03429288 06 n 02 gauge 0 gage 0 013 @ 03733925 n 0000 + 00919424 v 0101 ~ 02710429 n 0000 ~ 03178173 n 0000 ~ 03204436 n 0000 ~ 03424862 n 0000 ~ 04001499 n 0000 ~ 04049585 n 0000 ~ 04332466 n 0000 ~ 04362624 n 0000 ~ 04518343 n 0000 ~ 04559730 n 0000 ~ 04594919 n 0000 | a measuring instrument for measuring and indicating a quantity such as the thickness of wire or the amount of rain etc.
-03429682 06 n 02 gauntlet 2 gantlet 2 001 @ 03441112 n 0000 | a glove with long sleeve
-03429771 06 n 03 gauntlet 1 gantlet 1 metal_glove 0 002 @ 03441112 n 0000 #p 02862048 n 0000 | a glove of armored leather; protects the hand
-03429914 06 n 03 gauze 0 netting 0 veiling 0 004 @ 03819595 n 0000 + 02413390 a 0103 ~ 03012373 n 0000 ~ 03448696 n 0000 | a net of transparent fabric with a loose open weave
-03430091 06 n 02 gauze 1 gauze_bandage 0 005 @ 03115180 n 0000 #p 02785648 n 0000 #p 04364397 n 0000 ;c 06043075 n 0000 ~ 03920384 n 0000 | (medicine) bleached cotton cloth of plain weave used for bandages and dressings
-03430313 06 n 01 gavel 0 001 @ 03715386 n 0000 | a small mallet used by a presiding officer or a judge
-03430418 06 n 02 gazebo 0 summerhouse 0 002 @ 02913152 n 0000 ~ 02828555 n 0000 | a small roofed building affording shade and rest
-03430551 06 n 04 gear 0 gear_wheel 0 geared_wheel 0 cogwheel 0 012 @ 04574999 n 0000 ~ 02833793 n 0000 %p 03064935 n 0000 ~ 03296217 n 0000 ~ 03943115 n 0000 ~ 03956331 n 0000 ~ 04039209 n 0000 ~ 04290507 n 0000 ~ 04355821 n 0000 %p 04453037 n 0000 ~ 04604806 n 0000 ~ 04605057 n 0000 | a toothed wheel that engages another toothed mechanism in order to change the speed or direction of transmitted motion
-03430959 06 n 03 gear 1 paraphernalia 0 appurtenance 1 007 @ 03294048 n 0000 ~ 03351434 n 0000 ~ 03619396 n 0000 ~ 04071263 n 0000 ~ 04091097 n 0000 ~ 04091693 n 0000 ~ 04295081 n 0000 | equipment consisting of miscellaneous articles needed for a particular operation or sport etc.
-03431243 06 n 02 gear 4 gear_mechanism 0 010 @ 03738472 n 0000 ~ 03350011 n 0000 ~ 03432061 n 0000 ~ 03518631 n 0000 ~ 03890881 n 0000 ~ 04085017 n 0000 ~ 04164529 n 0000 ~ 04312756 n 0000 ~ 04425977 n 0000 ~ 04472243 n 0000 | a mechanism for transmitting motion for some specific purpose (as the steering gear of a vehicle)
-03431570 06 n 03 gearbox 0 gear_box 0 gear_case 0 003 @ 04190747 n 0000 #p 04472243 n 0000 %p 04472563 n 0000 | the shell (metal casing) in which a train of gears is sealed
-03431745 06 n 05 gearing 0 gear 2 geartrain 0 power_train 0 train 1 004 @ 04576971 n 0000 #p 03287733 n 0000 ~ 03292736 n 0000 ~ 04066767 n 0000 | wheelwork consisting of a connected set of rotating gears by which force is transmitted or motion or torque is changed; "the fool got his tie caught in the geartrain"
-03432061 06 n 01 gearset 0 001 @ 03431243 n 0000 | a set of gears
-03432129 06 n 04 gearshift 0 gearstick 0 shifter 0 gear_lever 0 003 @ 03736970 n 0000 #p 03791235 n 0000 + 00551065 v 0301 | a mechanical device for engaging and disengaging gears; "in Britain they call a gearshift a gear lever"
-03432360 06 n 02 Geiger_counter 0 Geiger-Muller_counter 0 002 @ 03118346 n 0000 %p 03432509 n 0000 | counter tube that detects ionizing radiations
-03432509 06 n 02 Geiger_tube 0 Geiger-Muller_tube 0 002 @ 03583621 n 0000 #p 03432360 n 0000 | an ionization chamber contained in a tube in a Geiger counter
-03432668 06 n 02 gelatin 0 gel 0 001 @ 03743761 n 0000 | a thin translucent membrane used over stage lights for color effects
-03432796 06 n 02 gelignite 0 gelly 0 001 @ 03260293 n 0000 | a type of dynamite in which the nitroglycerin is absorbed in a base of wood pulp and sodium or potassium nitrate
-03432972 06 n 02 gem 1 treasure 0 001 @ 02743547 n 0000 | art highly prized for its beauty or perfection
-03433079 06 n 02 gemfibrozil 0 Lopid 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | medication (trade name Lopid) used to lower the levels of triglyceride in the blood
-03433247 06 n 02 gene_chip 0 DNA_chip 0 001 @ 03020034 n 0000 | a microchip that holds DNA probes that form half of the DNA double helix and can recognize DNA from samples being tested
-03433434 06 n 02 general_anesthetic 0 general_anaesthetic 0 003 @ 02710766 n 0000 ~ 03570838 n 0000 ~ 03611590 n 0000 | an anesthetic that anesthetizes the entire body and causes loss of consciousness
-03433637 06 n 02 general-purpose_bomb 0 GP_bomb 0 002 @ 02866578 n 0000 ~ 02853870 n 0000 | a large bomb (500 to 2,000 pounds that is 50% explosive) whose explosion creates a blast and whose metal casing creates some fragmentation effect
-03433877 06 n 01 generator 0 010 @ 03287733 n 0000 + 01628197 v 0101 ~ 02700064 n 0000 %p 02908605 n 0000 ~ 03260504 n 0000 ~ 03708425 n 0000 %p 04111962 n 0000 %p 04306592 n 0000 ~ 04498873 n 0000 ~ 04587404 n 0000 | engine that converts mechanical energy into electrical energy by electromagnetic induction
-03434188 06 n 01 generator 1 001 @ 02727825 n 0000 | an apparatus that produces a vapor or gas
-03434285 06 n 01 generator 2 003 @ 03277771 n 0000 ~ 03857430 n 0000 ~ 04021503 n 0000 | an electronic device for producing a signal voltage
-03434428 06 n 01 generic 0 002 @ 03748886 n 0000 ~ 03434549 n 0000 | any product that can be sold without a brand name
-03434549 06 n 01 generic_drug 0 003 @ 03434428 n 0000 @ 03247620 n 0000 ! 02891566 n 0101 | when the patent protection for a brand-name drug expires generic versions of the drug can be offered for sale if the FDA agrees; "generic drugs are usually cheaper than brand-name drugs"
-03434830 06 n 01 Geneva_gown 0 001 @ 02669723 n 0000 | black academic gown widely used by Protestant clergymen
-03434943 06 n 01 genre 0 013 @ 02743547 n 0000 ~ 02669079 n 0000 ~ 03019535 n 0000 ~ 03377451 n 0000 ~ 03435290 n 0000 ~ 03640011 n 0000 ~ 03704926 n 0000 ~ 03777961 n 0000 ~ 03861959 n 0000 ~ 03975419 n 0000 ~ 03990025 n 0000 ~ 04003110 n 0000 ~ 04376715 n 0000 | a class of art (or artistic endeavor) having a characteristic form or technique
-03435290 06 n 01 genre_painting 0 001 @ 03434943 n 0000 | a genre depicting everyday life
-03435382 06 n 02 gentamicin 0 Garamycin 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | an antibiotic (trade name Garamycin) that is derived from an actinomycete; used in treating infections of the urinary tract
-03435593 06 n 01 geodesic_dome 0 001 @ 03220513 n 0000 | a lightweight dome constructed of interlocking polygons; invented by R. Buckminster Fuller
-03435743 06 n 01 georgette 0 001 @ 03309808 n 0000 | a thin silk dress material
-03435825 06 n 01 George_Washington_Bridge 0 002 @i 04366367 n 0000 #p 09119277 n 0000 | a suspension bridge across the Hudson River between New York and New Jersey
-03435991 06 n 01 gharry 0 001 @ 02968473 n 0000 | a horse-drawn carriage in India
-03436075 06 n 01 ghat 0 001 @ 04298308 n 0000 | stairway in India leading down to a landing on the water
-03436182 06 n 02 ghetto_blaster 0 boom_box 0 002 @ 04315948 n 0000 ;u 07075172 n 0000 | a portable stereo
-03436290 06 n 02 ghillie 0 gillie 0 001 @ 04199027 n 0000 | a shoe without a tongue and with decorative lacing up the instep
-03436417 06 n 02 gift_shop 0 novelty_shop 0 001 @ 04202417 n 0000 | a shop that sells miscellaneous articles appropriate as gifts
-03436549 06 n 01 gift_wrapping 0 002 @ 04605726 n 0000 + 01284160 v 0101 | ornamental wrapping for gifts
-03436656 06 n 01 gig 0 001 @ 02968473 n 0000 | small two-wheeled horse-drawn carriage; with two seats and no hood
-03436772 06 n 01 gig 1 001 @ 04409128 n 0000 | tender that is a light ship's boat; often for personal use of captain
-03436891 06 n 01 gig 2 001 @ 04244997 n 0000 | long and light rowing boat; especially for racing
-03436990 06 n 01 gig 4 002 @ 03532342 n 0000 #p 03351434 n 0000 | a cluster of hooks (without barbs) that is drawn through a school of fish to hook their bodies; used when fish are not biting
-03437184 06 n 01 gildhall 0 002 @ 03466839 n 0000 ;u 07073447 n 0000 | the meeting place of a medieval guild
-03437295 06 n 01 gill_net 0 001 @ 03352628 n 0000 | a flat fishnet suspended vertically in the water to entangle fish by their gills
-03437430 06 n 02 gilt 0 gilding 0 003 @ 03058107 n 0000 + 01683101 v 0201 + 00369941 a 0103 | a coating of gold or of something that looks like gold
-03437581 06 n 01 gimbal 0 001 @ 02729965 n 0000 | an appliance that allows an object (such as a ship's compass) to remain horizontal even as its support tips
-03437741 06 n 01 gingham 0 001 @ 03309808 n 0000 | a clothing fabric in a plaid weave
-03437829 06 n 02 girandole 0 girandola 0 001 @ 02948557 n 0000 | an ornate candle holder; often with a mirror
-03437941 06 n 01 girder 0 002 @ 02815950 n 0000 ~ 03556173 n 0000 | a beam made usually of steel; a main support in a structure
-03438071 06 n 05 girdle 1 cincture 0 sash 1 waistband 0 waistcloth 0 002 @ 02784218 n 0000 ~ 03147397 n 0000 | a band of material around the waist that strengthens a skirt or trousers
-03438257 06 n 02 glass 0 drinking_glass 0 017 @ 03094503 n 0000 + 00188580 v 0101 ~ 02823750 n 0000 ~ 02918831 n 0000 ~ 03443371 n 0000 ~ 03518135 n 0000 ~ 03676623 n 0000 ~ 03890233 n 0000 ~ 04119360 n 0000 ~ 04147291 n 0000 ~ 04168472 n 0000 ~ 04206225 n 0000 ~ 04249882 n 0000 ~ 04496872 n 0000 ~ 04559910 n 0000 ~ 04592099 n 0000 %p 14881303 n 0000 | a container for holding liquids while drinking
-03438661 06 n 01 glass 4 002 @ 03439064 n 0000 + 00188580 v 0101 | glassware collectively; "She collected old glass"
-03438780 06 n 01 glass_cutter 0 001 @ 03154073 n 0000 | a tool for cutting glass
-03438863 06 n 01 glasses_case 0 001 @ 02974697 n 0000 | a case for carrying spectacles
-03438952 06 n 01 glass_eye 0 001 @ 04013729 n 0000 | prosthesis consisting of an artificial eye made of glass
-03439064 06 n 02 glassware 0 glasswork 0 006 @ 04381994 n 0000 ~ 03142834 n 0000 ~ 03153145 n 0000 ~ 03438661 n 0000 ~ 04525729 n 0000 %s 14881303 n 0000 | an article of tableware made of glass
-03439260 06 n 01 glassworks 0 001 @ 04602044 n 0000 | a workplace where glass is made
-03439348 06 n 01 glebe_house 0 002 @ 03892557 n 0000 ;r 08860123 n 0000 | a parsonage (especially one provided for the holder of a benefice)
-03439491 06 n 01 Glen_Canyon_Dam 0 002 @i 03160309 n 0000 #p 09057311 n 0000 | a large dam built in 1964 on the Colorado River in Arizona
-03439631 06 n 01 Glengarry 0 001 @ 02954340 n 0000 | a Scottish cap with straight sides and a crease along the top from front to back; worn by Highlanders as part of military dress
-03439814 06 n 02 glider 0 sailplane 0 005 @ 03510583 n 0000 + 01942959 v 0201 + 01942347 v 0101 + 01887576 v 0101 ~ 03491032 n 0000 | aircraft supported only by the dynamic action of air against its surfaces
-03440024 06 n 02 glipizide 0 Glucotrol 0 002 @ 02719105 n 0000 ;u 06845599 n 0201 | an oral antidiabetic drug (trade name Glucotrol) that stimulates the release of insulin from the pancreas
-03440216 06 n 02 Global_Positioning_System 0 GPS 0 001 @ 03811444 n 0000 | a navigational system involving satellites and computers that can determine the latitude and longitude of a receiver on Earth by computing the time difference for signals from different satellites to reach the receiver
-03440512 06 n 01 globe 0 004 @ 04274530 n 0000 @ 03777283 n 0000 + 02041229 a 0104 ~ 02990920 n 0000 | a sphere on which a map (especially of the earth) is represented
-03440682 06 n 02 glockenspiel 0 orchestral_bells 0 001 @ 03915437 n 0000 | a percussion instrument consisting of a set of graduated metal bars mounted on a frame and played with small hammers
-03440876 06 n 02 glory_hole 0 lazaretto 2 001 @ 02933462 n 0000 | a small locker at the stern of a boat or between decks of a ship
-03441009 06 n 01 glossy 0 001 @ 03925226 n 0000 | a photograph that is printed on smooth shiny paper
-03441112 06 n 01 glove 0 009 @ 03490324 n 0000 ~ 02811204 n 0000 %p 03341153 n 0000 ~ 03429682 n 0000 ~ 03429771 n 0000 ~ 03447075 n 0000 ~ 03616979 n 0000 ~ 03775071 n 0000 %p 04430896 n 0000 | handwear: covers the hand and wrist
-03441345 06 n 01 glove_compartment 0 002 @ 03079741 n 0000 #p 02958343 n 0000 | compartment on the dashboard of a car
-03441465 06 n 01 glow_lamp 0 001 @ 03422589 n 0000 | a gas-discharge tube with a hot cathode; used in stroboscopes
-03441582 06 n 01 glow_tube 0 001 @ 03422589 n 0000 | a gas-discharge tube consisting of a cold cathode and a diode in a tube filled with gas; the color of the glow depends on the particular gas
-03441778 06 n 02 glutethimide 0 Doriden 0 002 @ 04166553 n 0000 ;u 06845599 n 0201 | sedative (trade name Doriden) used to treat some sleep disorders
-03441930 06 n 03 glyburide 0 DiaBeta 0 Micronase 0 003 @ 02719105 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an oral antidiabetic drug (trade names DiaBeta and Micronase) that stimulates the release of insulin from the pancreas
-03442164 06 n 01 glyph 0 001 @ 03442288 n 0000 | glyptic art in the form of a symbolic figure carved or incised in relief
-03442288 06 n 02 glyptic_art 0 glyptography 0 005 @ 02973558 n 0000 ~ 02707188 n 0000 ~ 03442164 n 0000 ~ 03442487 n 0000 ~ 03576443 n 0000 | carvings or engravings (especially on precious stones)
-03442487 06 n 02 glyptics 0 lithoglyptics 0 001 @ 03442288 n 0000 | the art of engraving on precious stones
-03442597 06 n 01 gnomon 0 002 @ 03568117 n 0000 #p 04355338 n 0000 | indicator provided by the stationary arm whose shadow indicates the time on the sundial
-03442756 06 n 01 goal 0 005 @ 03414162 n 0000 %p 02789271 n 0000 ~ 02802215 n 0000 %p 03443149 n 0000 ~ 03820318 n 0000 | game equipment consisting of the place toward which players of a game try to advance a ball or puck in order to score points
-03443005 06 n 01 goalmouth 0 003 @ 02735688 n 0000 ;c 00467995 n 0000 ;c 00478262 n 0000 | (sports) the area immediately in front of the goal
-03443149 06 n 01 goalpost 0 004 @ 03988170 n 0000 #p 03442756 n 0000 %p 03135656 n 0000 %p 04515129 n 0000 | one of a pair of posts (usually joined by a crossbar) that are set up as a goal at each end of a playing field
-03443371 06 n 01 goblet 0 001 @ 03438257 n 0000 | a drinking glass with a base and stem
-03443461 06 n 01 go_board 0 001 @ 02857023 n 0000 | a board used for playing go
-03443543 06 n 01 godown 0 003 @ 04551055 n 0000 ;r 08900535 n 0000 ;r 08963369 n 0000 | (in India and Malaysia) a warehouse
-03443669 06 n 02 goffer 0 gauffer 0 001 @ 03397532 n 0000 | an ornamental frill made by pressing pleats
-03443775 06 n 04 goffer 1 gauffer 1 goffering_iron 0 gauffering_iron 0 001 @ 03584829 n 0000 | an iron used to press pleats and ridges
-03443912 06 n 01 goggles 0 002 @ 04272054 n 0000 ;u 06295235 n 0000 | tight-fitting spectacles worn to protect the eyes
-03444034 06 n 01 go-kart 0 001 @ 03791235 n 0000 | a small low motor vehicle with four wheels and an open framework; used for racing
-03444169 06 n 01 Golconda 0 001 @ 04263614 n 0000 | a source of great wealth (especially a mine)
-03444268 06 n 01 goldbrick 0 001 @ 13914608 n 0000 | a brick-shaped block that looks like gold but is not
-03444376 06 n 01 golden_calf 0 002 @ 03560161 n 0000 ;c 06449735 n 0000 | (Old Testament) an idol made by Aaron for the Israelites to worship; destroyed by Moses; it is now used to refer to anything worshipped undeservedly
-03444601 06 n 01 Golden_Gate_Bridge 0 002 @i 04366367 n 0000 #p 09065557 n 0000 | a suspension bridge across the Golden Gate
-03444728 06 n 01 gold_foil 0 003 @ 03375694 n 0000 ~ 03444838 n 0000 %s 14638799 n 0000 | foil made of gold
-03444838 06 n 01 gold_leaf 0 002 @ 03444728 n 0000 %s 14638799 n 0000 | a very thin form of gold foil
-03444942 06 n 01 gold_medal 0 001 @ 04487996 n 0000 | a trophy made of gold (or having the appearance of gold) that is usually awarded for winning first place in a competition
-03445120 06 n 02 goldmine 0 gold_mine 0 001 @ 03768346 n 0000 | a mine where gold ore is found
-03445217 06 n 02 goldmine 1 gold_mine 1 001 @ 04263614 n 0000 | a good source of something that is desired
-03445326 06 n 01 gold_plate 0 004 @ 03963028 n 0000 + 01396091 v 0101 + 01396091 v 0102 + 01396091 v 0103 | a thin plating of gold on something
-03445472 06 n 01 gold_plate 1 004 @ 04381994 n 0000 + 01396091 v 0101 + 01396091 v 0102 + 01396091 v 0103 | tableware that is plated with gold
-03445617 06 n 01 golf_bag 0 003 @ 02773037 n 0000 @ 03446832 n 0000 %p 04333500 n 0000 | golf equipment consisting of a bag for carrying golf clubs and balls
-03445777 06 n 01 golf_ball 0 002 @ 02778669 n 0000 @ 03446832 n 0000 | a small hard ball used in playing golf; dimpled to reduce wind resistance
-03445924 06 n 02 golfcart 0 golf_cart 0 002 @ 03791235 n 0000 @ 03446832 n 0000 | a small motor vehicle in which golfers can ride between shots
-03446070 06 n 03 golf_club 0 golf-club 0 club 1 005 @ 03446832 n 0000 + 01423929 v 0301 %p 03446268 n 0000 ~ 03585073 n 0000 ~ 04597066 n 0000 | golf equipment used by a golfer to hit a golf ball
-03446268 06 n 04 golf-club_head 0 club_head 0 club-head 0 clubhead 0 007 @ 03501614 n 0000 #p 03446070 n 0000 ;c 00464894 n 0000 %p 03313873 n 0000 %p 03511786 n 0000 %p 04258982 n 0000 %p 04444345 n 0000 | (golf) the head of the club which strikes the ball
-03446528 06 n 02 golf_course 0 links_course 0 010 @ 03119790 n 0000 ;c 00464894 n 0000 %p 02920369 n 0000 %p 03501152 n 0000 %p 03526805 n 0000 ~ 03674591 n 0000 %p 08569319 n 0000 %p 08579780 n 0000 %p 08640962 n 0000 %p 08661277 n 0000 | course consisting of a large landscaped area for playing golf
-03446832 06 n 01 golf_equipment 0 009 @ 04285146 n 0000 ;c 00464894 n 0000 ~ 03445617 n 0000 ~ 03445777 n 0000 ~ 03445924 n 0000 ~ 03446070 n 0000 ~ 03447075 n 0000 ~ 03940894 n 0000 ~ 04399537 n 0000 | sports equipment used in playing golf
-03447075 06 n 01 golf_glove 0 002 @ 03441112 n 0000 @ 03446832 n 0000 | a glove worn by golfers to give a firm grip on the handle of the golf club
-03447224 06 n 02 golf_range 0 driving_range 0 002 @ 03997745 n 0000 ;c 00464894 n 0000 | a practice range for practicing golf shots
-03447358 06 n 02 golliwog 0 golliwogg 0 001 @ 03219135 n 0000 | a grotesque black doll
-03447447 06 n 01 gondola 1 001 @ 02858304 n 0000 | long narrow flat-bottomed boat propelled by sculling; traditionally used on canals of Venice
-03447593 06 n 02 gondola_car 0 gondola 2 001 @ 03393912 n 0000 | a low flat-bottomed freight car with fixed sides but no roof
-03447721 06 n 02 gong 0 tam-tam 0 002 @ 03915437 n 0000 + 02180152 v 0101 | a percussion instrument consisting of a metal plate that is struck with a softheaded drumstick
-03447894 06 n 01 goniometer 0 001 @ 03205304 n 0000 | direction finder that determines the angular direction of incoming radio signals
-03448031 06 n 01 Gordian_knot 0 001 @ 03627232 n 0000 | an intricate knot tied by Gordius, the king of Phrygia, and cut by the sword of Alexander the Great after he heard that whoever undid it would become ruler of Asia
-03448253 06 n 02 gore 0 panel 4 005 @ 03932670 n 0000 #p 04507155 n 0000 #p 03402511 n 0000 #p 03411079 n 0000 + 01559230 v 0101 | a piece of cloth that is generally triangular or tapering; used in making garments or umbrellas or sails
-03448491 06 n 02 gorgerin 0 necking 0 001 @ 03780392 n 0000 | the molding at the top of a column
-03448590 06 n 01 gorget 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the neck
-03448696 06 n 01 gossamer 0 002 @ 03429914 n 0000 + 00706455 a 0102 | a gauze fabric with an extremely fine texture
-03448814 06 n 01 Gota_Canal 0 002 @i 04196337 n 0000 #p 08765890 n 0000 | a canal for small oceangoing ships to enter Lake Vanern in Sweden
-03448956 06 n 01 Gothic_arch 0 002 @ 03975035 n 0000 ~ 03637787 n 0000 | a pointed arch; usually has a joint (instead of a keystone) at the apex
-03449103 06 n 01 gouache 0 001 @ 04558578 n 0000 | a watercolor executed with opaque watercolors mixed with gum
-03449217 06 n 01 gouache 1 001 @ 04558804 n 0000 | an opaque watercolor prepared with gum
-03449309 06 n 01 gouge 0 002 @ 03265032 n 0000 + 01281782 v 0102 | and edge tool with a blade like a trough for cutting channels or grooves
-03449451 06 n 02 gourd 0 calabash 0 001 @ 02876657 n 0000 | bottle made from the dried shell of a bottle gourd
-03449564 06 n 01 government_building 0 011 @ 02913152 n 0000 ~i 02956500 n 0000 ~ 02956699 n 0000 ~ 03005033 n 0000 ~ 03121431 n 0000 ~ 03152303 n 0000 ~ 03203806 n 0000 ~i 03912496 n 0000 ~ 04305210 n 0000 ~ 04461437 n 0000 ~i 04580777 n 0000 | a building that houses a branch of government
-03449858 06 n 01 government_office 0 004 @ 03841666 n 0000 ~ 03599964 n 0000 ~ 03639880 n 0000 ~i 03862531 n 0000 | an office where government employees work
-03450018 06 n 02 governor 0 regulator 1 004 @ 03096960 n 0000 + 02511551 v 0105 ~ 03374649 n 0000 ~ 04438507 n 0000 | a control that maintains a steady speed in a machine (as by controlling the supply of fuel)
-03450230 06 n 01 gown 0 008 @ 03236735 n 0000 + 00106592 v 0101 ~ 02781121 n 0000 ~ 02898585 n 0000 ~ 03201638 n 0000 ~ 03719911 n 0000 ~ 04397645 n 0000 %p 04468476 n 0000 | a woman's dress, usually with a close-fitting bodice and a long flared skirt, often worn on formal occasions
-03450516 06 n 02 gown 1 robe 1 005 @ 03859495 n 0000 + 00052043 v 0202 + 00106592 v 0101 ~ 02669723 n 0000 ~ 04532106 n 0000 | outerwear consisting of a long flowing garment used for official or ceremonial occasions
-03450734 06 n 03 gown 2 surgical_gown 0 scrubs 0 002 @ 03419014 n 0000 + 00106592 v 0101 | protective garment worn by surgeons during operations
-03450881 06 n 01 grab 0 001 @ 03736970 n 0000 | a mechanical device for gripping an object
-03450974 06 n 01 grab_bag 0 001 @ 03094503 n 0000 | a container from which a person draws a wrapped item at random without knowing the contents
-03451120 06 n 01 grab_bar 0 001 @ 02788689 n 0000 | a bar attached parallel to a wall to provide a handgrip for steadying yourself
-03451253 06 n 01 grace_cup 0 001 @ 03147509 n 0000 | cup to be passed around for the final toast after a meal
-03451365 06 n 01 grade_separation 0 001 @ 03137228 n 0000 | a crossing that uses an underpass or overpass
-03451473 06 n 01 graduate 0 003 @ 03733925 n 0000 + 00295697 v 0102 ~ 03451711 n 0000 | a measuring instrument for measuring fluid volume; a glass container (cup or cylinder or flask) whose sides are marked with or divided into amounts
-03451711 06 n 01 graduated_cylinder 0 001 @ 03451473 n 0000 | a cylindrical graduate
-03451798 06 n 02 graffito 0 graffiti 0 001 @ 03169390 n 0000 | a rude decoration inscribed on rocks or walls
-03451909 06 n 03 grail 0 Holy_Grail 0 Sangraal 0 002 @i 03002948 n 0000 ;c 06371413 n 0000 | (legend) chalice used by Christ at the Last Supper
-03452055 06 n 01 gramicidin 0 002 @ 02716866 n 0000 @ 02724207 n 0000 | an antibiotic produced by a soil bacterium; used chiefly as an antiseptic in treating local infections produced by Gram-positive bacteria
-03452267 06 n 02 gramophone 0 acoustic_gramophone 0 002 @ 04064401 n 0000 ~ 04533499 n 0000 | an antique record player; the sound of the vibrating needle is amplified acoustically
-03452449 06 n 02 granary 0 garner 0 003 @ 04329190 n 0000 + 01493041 v 0201 ~ 03131669 n 0000 | a storehouse for threshed grain or animal feed
-03452594 06 n 02 grandfather_clock 0 longcase_clock 0 002 @ 03909406 n 0000 %p 04190747 n 0000 | a pendulum clock enclosed in a tall narrow case
-03452741 06 n 02 grand_piano 0 grand 0 004 @ 03928116 n 0000 ~ 02766792 n 0000 ~ 03086457 n 0000 %p 03654826 n 0000 | a piano with the strings on a horizontal harp-shaped frame; usually supported by three legs
-03452953 06 n 02 grandstand 0 covered_stand 0 002 @ 04300741 n 0000 %p 02886183 n 0000 | a stand at a racecourse or stadium consisting of tiers with rows of individual seats that are under a protective roof
-03453162 06 n 01 grange 0 001 @ 03322099 n 0000 | an outlying farm
-03453231 06 n 01 graniteware 0 001 @ 03284981 n 0000 | a kind of stone-grey enamelware
-03453320 06 n 02 granny_knot 0 granny 0 001 @ 04067353 n 0000 | a reef knot crossed the wrong way and therefore insecure
-03453443 06 n 02 grape_arbor 0 grape_arbour 0 001 @ 02732827 n 0000 | an arbor where grapes are grown
-03453547 06 n 02 grapeshot 0 grape 0 001 @ 04205759 n 0000 | a cluster of small projectiles fired together from a cannon to produce a hail of shot
-03453696 06 n 02 graphic 0 computer_graphic 0 001 @ 03931044 n 0000 | an image that is generated by a computer
-03453809 06 n 01 graphic_art 0 005 @ 02743547 n 0000 ~ 03453985 n 0000 ~ 03876519 n 0000 ~ 04003597 n 0000 ~ 04144782 n 0000 | the arts of drawing or painting or printmaking
-03453985 06 n 01 graphics 0 002 @ 03453809 n 0000 ~ 03084647 n 0000 | the drawings and photographs in the layout of a book
-03454110 06 n 02 grapnel 0 grapnel_anchor 0 001 @ 02709367 n 0000 | a light anchor for small boats
-03454211 06 n 05 grapnel 1 grapple 0 grappler 0 grappling_hook 0 grappling_iron 0 003 @ 04451818 n 0000 ~ 03126580 n 0000 %p 03532672 n 0000 | a tool consisting of several hooks for grasping and holding; often thrown with a rope
-03454442 06 n 01 grass_skirt 0 001 @ 04230808 n 0000 | a skirt made of long blades of grass
-03454536 06 n 02 grate 0 grating 1 005 @ 03391770 n 0000 #p 04330340 n 0000 #p 03404449 n 0000 + 02330583 v 0201 + 02330583 v 0101 | a frame of iron bars to hold a fire
-03454707 06 n 02 grate 1 grating 0 003 @ 02796623 n 0000 + 02330583 v 0101 ~ 03459775 n 0000 | a barrier that has parallel or crossed bars blocking a passage but admitting air
-03454885 06 n 01 grater 0 002 @ 03621049 n 0000 + 01574077 v 0101 | utensil with sharp perforations for shredding foods (as vegetables or cheese)
-03455033 06 n 02 grave 0 tomb 0 004 @ 08664443 n 0000 ~ 02921884 n 0000 %p 03455488 n 0000 ~ 03727067 n 0000 | a place for the burial of a corpse (especially beneath the ground and marked by a tombstone); "he put flowers on his mother's grave"
-03455279 06 n 01 gravel_pit 0 001 @ 03949442 n 0000 | a quarry for gravel
-03455355 06 n 04 graver 0 graving_tool 0 pointel 0 pointrel 0 002 @ 03489162 n 0000 ~ 04144651 n 0000 | a tool used by an engraver
-03455488 06 n 03 gravestone 0 headstone 1 tombstone 0 003 @ 04326084 n 0000 @ 03743902 n 0000 #p 03455033 n 0000 | a stone that is used to mark a grave
-03455642 06 n 02 gravimeter 1 gravity_meter 0 001 @ 03733925 n 0000 | a measuring instrument for measuring variations in the gravitational field of the earth
-03455802 06 n 03 gravure 0 photogravure 0 heliogravure 0 001 @ 04003597 n 0000 | an intaglio print produced by gravure
-03455923 06 n 01 gravure 1 001 @ 03289025 n 0000 | a printing plate used in the process of gravure
-03456024 06 n 04 gravy_boat 0 gravy_holder 0 sauceboat 0 boat 1 002 @ 03206908 n 0000 ~ 02737166 n 0000 | a dish (often boat-shaped) for serving gravy or sauce
-03456186 06 n 02 grey 0 gray 0 001 @ 03051540 n 0000 | clothing that is a grey color; "he was dressed in grey"
-03456299 06 n 02 grease-gun 0 gun 3 001 @ 04021798 n 0000 | a hand-operated pump that resembles a revolver; forces grease into parts of a machine
-03456447 06 n 01 greasepaint 0 001 @ 03714235 n 0000 | a greasy substance used as makeup by actors
-03456548 06 n 01 greasy_spoon 0 001 @ 04081281 n 0000 | a small restaurant specializing in short-order fried foods
-03456665 06 n 03 greatcoat 0 overcoat 0 topcoat 0 005 @ 03057021 n 0000 ~ 02957008 n 0000 ~ 03015052 n 0000 ~ 04365229 n 0000 ~ 04506402 n 0000 | a heavy coat worn over clothes in winter
-03456854 06 n 01 Greater_New_Orleans_Bridge 0 002 @i 02953197 n 0000 #p 09091909 n 0000 | twin cantilever bridges across the Mississippi at New Orleans
-03457008 06 n 01 great_hall 0 003 @ 03478907 n 0000 #p 03878066 n 0000 ~ 02726210 n 0000 | the principal hall in a castle or mansion; can be used for dining or entertainment
-03457184 06 n 01 great_seal 0 002 @ 04159058 n 0000 ~i 03457332 n 0000 | the principal seal of a government, symbolizing authority or sovereignty
-03457332 06 n 01 Great_Seal_of_the_United_States 0 001 @i 03457184 n 0000 | the seal of the United States government
-03457451 06 n 02 greave 0 jambeau 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects legs below the knee
-03457578 06 n 01 Greek_cross 0 001 @ 03135152 n 0000 | a cross with each of the four arms the same length
-03457686 06 n 01 greengrocery 0 002 @ 03461385 n 0000 ;r 08860123 n 0000 | a greengrocer's grocery store
-03457793 06 n 01 greengrocery 1 002 @ 03461119 n 0000 ;r 08860123 n 0000 | groceries sold by a greengrocer
-03457902 06 n 03 greenhouse 0 nursery 0 glasshouse 0 003 @ 02913152 n 0000 ~ 03092166 n 0000 ~ 13252672 n 0000 | a building with glass walls and roof; for the cultivation and exhibition of plants under controlled conditions
-03458128 06 n 01 greenroom 0 002 @ 04105893 n 0000 #p 04417809 n 0000 | a backstage room in a theater where performers rest or have visitors
-03458271 06 n 01 grenade 0 003 @ 02866578 n 0000 ~ 03485309 n 0000 ~ 04090781 n 0000 | a small explosive bomb thrown by hand or fired from a missile
-03458422 06 n 02 grid 0 gridiron 0 001 @ 03101986 n 0000 | a cooking utensil of parallel metal bars; used to grill fish or meat
-03458552 06 n 02 grid 1 control_grid 0 002 @ 03274796 n 0000 #p 04494204 n 0000 | an electrode placed between the cathode and anode of a vacuum tube to control the flow of electrons through the tube
-03458753 06 n 02 grid 3 storage-battery_grid 0 002 @ 03959936 n 0000 #p 04328329 n 0000 | a perforated or corrugated metal plate used in a storage battery as a conductor and support for the active material
-03458961 06 n 01 reef 0 002 @ 04339291 n 0000 #p 04127904 n 0000 | one of several strips across a sail that can be taken in or rolled up to lessen the area of the sail that is exposed to the wind
-03459159 06 n 01 reference_grid 0 001 @ 05931512 n 0000 | a pattern of horizontal and vertical lines that provide coordinates for locating points on an image or a map
-03459328 06 n 01 griddle 0 002 @ 03101986 n 0000 + 00325910 v 0101 | cooking utensil consisting of a flat heated surface (as on top of a stove) on which food is cooked
-03459498 06 n 03 grigri 0 gres-gris 0 greegree 0 001 @ 02706586 n 0000 | an African amulet
-03459591 06 n 03 grill 0 grille 0 grillwork 1 002 @ 03391770 n 0000 + 00326773 v 0101 | a framework of metal bars used as a partition or a grate; "he cooked hamburgers on the grill"
-03459775 06 n 02 grille 1 radiator_grille 0 002 @ 03454707 n 0000 #p 02958343 n 0000 | grating that admits cooling air to car's radiator
-03459914 06 n 02 grillroom 0 grill 1 002 @ 04081281 n 0000 + 00326773 v 0201 | a restaurant where food is cooked on a grill
-03460040 06 n 01 grinder 0 002 @ 03702248 n 0000 %p 03460147 n 0000 | a machine tool that polishes metal
-03460147 06 n 02 grinding_wheel 0 emery_wheel 0 002 @ 04574999 n 0000 #p 03460040 n 0000 | a wheel composed of abrasive material; used for grinding
-03460297 06 n 01 grindstone 0 002 @ 04326084 n 0000 @ 04185071 n 0000 | a revolving stone shaped like a disk; used to grind or sharpen or polish edge tools
-03460455 06 n 01 gripsack 0 001 @ 02773838 n 0000 | a small suitcase
-03460526 06 n 01 grisaille 0 001 @ 03016056 n 0000 | chiaroscuro painting or stained glass etc., in shades of grey imitating the effect of relief
-03460674 06 n 02 griseofulvin 0 Fulvicin 0 003 @ 03910033 n 0000 @ 02720201 n 0000 ;u 06845599 n 0201 | a kind of penicillin (a fungicidal antibiotic with the trade name Fulvicin) produced by molds of the genus Penicillium
-03460899 06 n 01 gristmill 0 002 @ 03765561 n 0000 %p 03766935 n 0000 | a mill for grinding grain (especially the customer's own grain)
-03461037 06 n 01 grizzle 0 002 @ 04584207 n 0000 + 01645678 a 0107 | a grey wig
-03461119 06 n 02 grocery 1 foodstuff 0 004 @ 03093574 n 0000 ;u 06295235 n 0000 ~ 03457793 n 0000 ~ 03871255 n 0000 | (usually plural) consumer goods sold by a grocer
-03461288 06 n 01 grocery_bag 0 001 @ 04122825 n 0000 | a sack for holding customer's groceries
-03461385 06 n 04 grocery_store 0 grocery 0 food_market 0 market 0 006 @ 03722288 n 0000 + 02326198 v 0401 + 02298471 v 0401 ~ 03457686 n 0000 %p 04190052 n 0000 ~ 04358707 n 0000 | a marketplace where groceries are sold; "the grocery store included a meat market"
-03461651 06 n 01 grogram 0 001 @ 03309808 n 0000 | a coarse fabric of silk mixed with wool or mohair and often stiffened with gum
-03461783 06 n 01 groin 1 001 @ 03264136 n 0000 | a curved edge formed by two intersecting vaults
-03461882 06 n 01 groined_vault 0 001 @ 04523525 n 0000 | two barrel vaults intersecting at right angles
-03461988 06 n 01 groover 0 002 @ 03183080 n 0000 + 01457489 v 0101 | a device that makes grooves by cutting or punching
-03462110 06 n 01 grosgrain 0 001 @ 03309808 n 0000 | a silk or silklike fabric with crosswise ribs
-03462211 06 n 01 gros_point 0 001 @ 03816659 n 0000 | needlepoint embroidery done with large stitches
-03462315 06 n 01 gros_point 1 001 @ 04180314 n 0000 | a needlepoint stitch covering two horizontal and two vertical threads
-03462441 06 n 01 grotesque 0 001 @ 02743547 n 0000 | art characterized by an incongruous mixture of parts of humans and animals interwoven with plants
-03462594 06 n 01 ground 1 002 @ 04362025 n 0000 ;c 00933420 n 0000 | (art) the surface (as a wall or canvas) prepared to take the paint for a painting
-03462747 06 n 02 ground 2 earth 0 003 @ 03091374 n 0000 ;c 11449907 n 0000 + 01292534 v 0101 | a connection between an electrical device and a large conducting body, such as the earth (which is taken to be at zero voltage)
-03462972 06 n 01 ground_bait 0 001 @ 02776205 n 0000 | bait scattered on the water to attract fish
-03463073 06 n 01 ground_cable 0 001 @ 02933842 n 0000 | a mooring cable; runs from a buoy to a mooring anchor
-03463185 06 n 01 ground_control 0 001 @ 03078287 n 0000 | a communication system for sending continuous radio messages to an airplane pilot who is making a ground-controlled approach to landing
-03463381 06 n 03 ground_floor 0 first_floor 0 ground_level 0 001 @ 03365991 n 0000 | the floor of a building that is at or nearest to the level of the ground around the building
-03463561 06 n 01 ground_plan 0 001 @ 03367147 n 0000 | a floor plan for the ground level of a building
-03463666 06 n 02 groundsheet 0 ground_cloth 0 001 @ 03932670 n 0000 | a waterproofed piece of cloth spread on the ground (as under a tent) to protect from moisture
-03463832 06 n 04 grove 0 woodlet 0 orchard 0 plantation 0 005 @ 03417345 n 0000 ~ 02729755 n 0000 ~ 03656011 n 0000 ~ 03853023 n 0000 ~ 03902482 n 0000 | garden consisting of a small cultivated wood without undergrowth
-03464053 06 n 02 G-string 1 thong 3 001 @ 04596852 n 0000 | minimal clothing worn by stripteasers; a narrow strip of fabric that covers the pubic area, passes between the thighs, and is supported by a waistband
-03464266 06 n 02 guanabenz 0 Wytensin 0 002 @ 02721160 n 0000 ;u 06845599 n 0201 | antihypertensive drug (trade name Wytensin) that reduces blood pressure by its effect on the central nervous system
-03464467 06 n 03 guard 0 safety 0 safety_device 0 003 @ 03183080 n 0000 ~ 03328076 n 0000 ~ 04126373 n 0000 | a device designed to prevent injury or accidents
-03464628 06 n 01 guard_boat 0 001 @ 02858304 n 0000 | a boat that is on guard duty (as in a harbor) around a fleet of warships
-03464757 06 n 01 guardhouse 0 002 @ 03504420 n 0000 ;c 08199025 n 0000 | a military facility that serves as the headquarters for military police and in which military prisoners can be detained
-03464952 06 n 01 guardroom 0 001 @ 04105893 n 0000 | a room used by soldiers on guard
-03465040 06 n 01 guardroom 1 001 @ 02991302 n 0000 | a cell in which soldiers who are prisoners are confined
-03465151 06 n 01 guard_ship 0 001 @ 04552696 n 0000 | a warship (at anchor or under way) required to maintain a higher degree of readiness than others in its squadron
-03465320 06 n 01 guard's_van 0 001 @ 02959942 n 0000 | the car on a train that is occupied by the guard
-03465426 06 n 01 gueridon 0 001 @ 04379243 n 0000 | a small round table
-03465500 06 n 01 Guarnerius 0 001 @ 04536866 n 0000 | a violin made by a member of the Guarneri family
-03465605 06 n 01 guesthouse 0 001 @ 03544360 n 0000 | a house separate from the main house; for housing guests
-03465718 06 n 01 guestroom 0 001 @ 02821627 n 0000 | a bedroom that is kept for the use of guests
-03465818 06 n 02 guidance_system 0 guidance_device 0 003 @ 04377057 n 0000 #p 03466162 n 0000 ~ 03601442 n 0000 | a system of equipment for automatically guiding the path of a vehicle (especially a missile)
-03466027 06 n 01 guide 0 001 @ 04341686 n 0000 | a structure or marking that serves to direct the motion or positioning of something
-03466162 06 n 01 guided_missile 0 009 @ 03773504 n 0000 ~ 02716626 n 0000 ~ 02929923 n 0000 ~ 03304197 n 0000 %p 03465818 n 0000 %p 03530041 n 0000 ~ 04265668 n 0000 ~ 04363210 n 0000 %p 04551375 n 0000 | a rocket-propelled missile whose path can be controlled during flight either by radio signals or by internal homing devices
-03466493 06 n 01 guided_missile_cruiser 0 001 @ 03140900 n 0000 | a cruiser that carries guided missiles
-03466600 06 n 01 guided_missile_frigate 0 002 @ 03397266 n 0000 #m 08292756 n 0000 | a frigate that carries guided missiles
-03466726 06 n 01 guide_rope 0 001 @ 04108268 n 0000 | a rope used to guide the movement of the load of a crane
-03466839 06 n 01 guildhall 0 002 @ 03478756 n 0000 ~ 03437184 n 0000 | the hall of a guild or corporation
-03466947 06 n 01 guilloche 0 001 @ 02734423 n 0000 | an architectural decoration formed by two intersecting wavy bands
-03467068 06 n 01 guillotine 0 002 @ 03575691 n 0000 + 01571538 v 0101 | instrument of execution that consists of a weighted blade between two vertical poles; used for beheading people
-03467254 06 n 01 guimpe 0 001 @ 02854926 n 0000 | a short blouse with sleeves that is worn under a jumper or pinafore dress
-03467380 06 n 01 guimpe 1 002 @ 03932670 n 0000 #p 03835941 n 0000 | a piece of starched cloth covering the shoulders of a nun's habit
-03467517 06 n 01 guitar 0 009 @ 04338517 n 0000 + 10151760 n 0101 ~ 02676566 n 0000 ~ 02804123 n 0000 ~ 03035832 n 0000 ~ 03272010 n 0000 %p 03341297 n 0000 ~ 03499907 n 0000 ~ 04506289 n 0000 | a stringed instrument usually having six strings; played by strumming or plucking
-03467796 06 n 01 guitar_pick 0 001 @ 03929660 n 0000 | a plectrum used to pluck a guitar
-03467887 06 n 01 gulag 0 001 @ 04005912 n 0000 | a Russian prison camp for political prisoners
-03467984 06 n 01 gun 0 025 @ 04565375 n 0000 + 01136614 v 0101 %p 02677718 n 0000 ~ 02689274 n 0000 ~ 02715712 n 0000 %p 02795528 n 0000 ~ 02896856 n 0000 ~ 02950482 n 0000 ~ 02950826 n 0000 %p 02972533 n 0000 %p 02972714 n 0000 %p 02973017 n 0000 ~ 03343853 n 0000 %p 03348868 n 0000 ~ 03423306 n 0000 %p 03469493 n 0000 %p 03469687 n 0000 %p 03470387 n 0000 %p 03470629 n 0000 ~ 03772417 n 0000 ~ 04031370 n 0000 %p 04126373 n 0000 ~ 04177041 n 0000 %p 04322026 n 0000 ~ 04574606 n 0000 | a weapon that discharges a missile at high velocity (especially from a metal tube or barrel)
-03468570 06 n 01 gunboat 0 001 @ 02858304 n 0000 | a small shallow-draft boat carrying mounted guns; used by costal patrols
-03468696 06 n 01 gun_carriage 0 002 @ 03391770 n 0000 ~ 02791532 n 0000 | a framework on which a gun is mounted for firing
-03468821 06 n 01 gun_case 0 001 @ 02974697 n 0000 | a case for storing a gun
-03468900 06 n 01 gun_deck 0 001 @ 03167666 n 0000 | formerly any deck other than the weather deck having cannons from end to end
-03469031 06 n 02 gun_emplacement 0 weapons_emplacement 0 003 @ 03284120 n 0000 ~ 03819217 n 0000 ~ 03937633 n 0000 | an emplacement for a gun
-03469175 06 n 03 gun_enclosure 0 gun_turret 0 turret 1 002 @ 03962525 n 0000 #p 04389033 n 0000 | a self-contained weapons platform housing guns and capable of rotation
-03469346 06 n 01 gunflint 0 002 @ 14871078 n 0000 #p 03363549 n 0000 | the piece of flint that provides the igniting spark in a flintlock weapon
-03469493 06 n 02 gunlock 0 firing_mechanism 0 005 @ 02677718 n 0000 #p 03467984 n 0000 ~ 03363549 n 0000 %p 03481824 n 0000 ~ 04576861 n 0000 | the action that ignites the charge in a firearm
-03469687 06 n 02 gun_muzzle 0 muzzle 1 003 @ 03848729 n 0000 #p 03467984 n 0000 ~ 03974769 n 0000 | the open circular discharging end of a gun
-03469832 06 n 01 gunnery 0 001 @ 04566257 n 0000 | guns collectively
-03469903 06 n 03 gunnysack 0 gunny_sack 0 burlap_bag 0 001 @ 02773037 n 0000 | a bag made of burlap
-03470005 06 n 01 gun_pendulum 0 001 @ 02781517 n 0000 | a ballistic pendulum consisting of a suspended gun; the velocity of a projectile in the bore of a gun can be measured by the recoil when the gun is discharged
-03470222 06 n 01 gun_room 0 003 @ 03763727 n 0000 ;c 08199025 n 0000 ;r 08860123 n 0000 | military quarters of midshipmen and junior officers on a British warship
-03470387 06 n 02 gunsight 0 gun-sight 0 009 @ 04216963 n 0000 #p 03467984 n 0000 ~ 02812342 n 0000 %p 03340723 n 0000 ~ 03849412 n 0000 ~ 03884232 n 0000 ~ 03905361 n 0000 ~ 04217200 n 0000 ~ 04403925 n 0000 | a sight used for aiming a gun
-03470629 06 n 02 gun_trigger 0 trigger 0 004 @ 03659292 n 0000 #p 03467984 n 0000 + 01135371 v 0201 ~ 03477303 n 0000 | lever that activates the firing mechanism of a gun
-03470802 06 n 03 gunwale 0 gunnel 0 gun_rest 0 001 @ 04544805 n 0000 | wale at the top of the side of boat; topmost planking of a wooden vessel
-03470948 06 n 01 gurney 0 001 @ 04336792 n 0000 | a metal stretcher with wheels
-03471030 06 n 01 gusher 0 003 @ 03845360 n 0000 + 02068413 v 0103 + 01516290 v 0102 | an oil well with a strong natural flow so that pumping is not necessary
-03471190 06 n 02 gusset 0 inset 0 003 @ 03932670 n 0000 #p 03419014 n 0000 + 00188466 v 0201 | a piece of material used to strengthen or enlarge a garment
-03471347 06 n 02 gusset 1 gusset_plate 0 002 @ 03959936 n 0000 @ 02886599 n 0000 | a metal plate used to strengthen a joist
-03471473 06 n 02 gutter 0 trough 0 005 @ 03006105 n 0000 #p 03409591 n 0000 + 01204677 v 0101 ~ 03029603 n 0000 ~ 03146687 n 0000 | a channel along the eaves or on the roof; collects and carries away rainwater
-03471685 06 n 01 gutter 1 002 @ 03489162 n 0000 + 01590747 v 0101 | a tool for gutting fish
-03471779 06 n 04 guy 0 guy_cable 0 guy_wire 0 guy_rope 0 003 @ 02886599 n 0000 #p 04411264 n 0000 + 00271520 v 0101 | a cable, wire, or rope that is used to brace something (especially a tent)
-03471974 06 n 01 Guy 1 002 @ 03265874 n 0000 ;r 08860123 n 0000 | an effigy of Guy Fawkes that is burned on a bonfire on Guy Fawkes Day
-03472112 06 n 02 gymnasium 0 gym 0 001 @ 02752311 n 0000 | athletic facility equipped for sports or physical training
-03472232 06 n 02 gymnastic_apparatus 0 exerciser 0 011 @ 04285146 n 0000 ;c 00433802 n 0000 + 00100551 v 0201 + 00099721 v 0201 ~ 02777292 n 0000 ~ 03535780 n 0000 ~ 03538037 n 0000 ~ 03888605 n 0000 ~ 04093223 n 0000 ~ 04299526 n 0000 ~ 04469514 n 0000 | sports equipment used in gymnastic exercises
-03472535 06 n 03 gym_shoe 0 sneaker 0 tennis_shoe 0 002 @ 04199027 n 0000 ~ 03967270 n 0000 | a canvas shoe with a pliable rubber sole
-03472672 06 n 01 gym_suit 0 001 @ 04285803 n 0000 | clothes prescribed for wear while participating in gymnastic exercise
-03472796 06 n 01 gymslip 0 002 @ 04497570 n 0000 ;r 08860123 n 0000 | a sleeveless tunic worn by English girls as part of a school uniform
-03472937 06 n 01 gypsy_cab 0 001 @ 02930766 n 0000 | a taxicab that cruises for customers although it is licensed only to respond to calls
-03473078 06 n 01 gyrocompass 0 002 @ 03080497 n 0000 %p 03473227 n 0000 | a compass that does not depend on magnetism but uses a gyroscope instead
-03473227 06 n 02 gyroscope 0 gyro 0 004 @ 04110955 n 0000 #p 03473078 n 0000 #p 03473465 n 0000 + 03071535 a 0101 | rotating mechanism in the form of a universally mounted spinning wheel that offers resistance to turns in any direction
-03473465 06 n 02 gyrostabilizer 0 gyrostabiliser 0 003 @ 04294212 n 0000 #p 04194289 n 0000 %p 03473227 n 0000 | a stabilizer consisting of a heavy gyroscope that spins on a vertical axis; reduces side-to-side rolling of a ship or plane
-03473704 06 n 02 haberdashery 0 men's_furnishings 0 001 @ 03252064 n 0000 | the drygoods sold by a haberdasher
-03473817 06 n 01 habergeon 0 002 @ 03000247 n 0000 ;c 15259284 n 0000 | (Middle Ages) a light sleeveless coat of chain mail worn under the hauberk
-03473966 06 n 01 habit 0 006 @ 02756098 n 0000 ;c 05946687 n 0000 + 00049102 v 0101 ~ 03398153 n 0000 ~ 03781467 n 0000 ~ 03835941 n 0000 | a distinctive attire worn by a member of a religious order
-03474167 06 n 02 habit 1 riding_habit 0 003 @ 02756098 n 0000 %p 03600285 n 0000 %p 04089666 n 0000 | attire that is typically worn by a horseback rider (especially a woman's attire)
-03474352 06 n 01 hacienda 0 002 @ 03544360 n 0000 #p 13252395 n 0000 | the main house on a ranch or large estate
-03474467 06 n 01 hack 1 003 @ 04451818 n 0000 + 01257817 v 0101 + 01257173 v 0102 | a tool (as a hoe or pick or mattock) used for breaking up the surface of the soil
-03474635 06 n 03 hackney 0 hackney_carriage 0 hackney_coach 0 003 @ 02968473 n 0000 ~ 03389889 n 0000 ~ 04074876 n 0000 | a carriage for hire
-03474779 06 n 03 hacksaw 0 hack_saw 0 metal_saw 0 001 @ 04140064 n 0000 | saw used with one hand for cutting metal
-03474896 06 n 02 haft 0 helve 0 008 @ 03485997 n 0000 #p 02764044 n 0000 #p 03623556 n 0000 #p 04373894 n 0000 #p 03158885 n 0000 #p 04213353 n 0000 #p 02763714 n 0000 #p 03336839 n 0000 | the handle of a weapon or tool
-03475118 06 n 04 Hagia_Sophia 0 Hagia_Sofia 0 Santa_Sophia 0 Santa_Sofia 0 002 @i 03800563 n 0000 #p 09041785 n 0000 | a 6th century masterpiece of Byzantine architecture in Istanbul; built as a Christian church, converted to a mosque in 1453, and made into a museum in the middle of the 20th century
-03475421 06 n 02 haik 0 haick 0 001 @ 03419014 n 0000 | an outer garment consisting of a large piece of white cloth; worn by men and women in northern Africa
-03475581 06 n 01 hairbrush 0 001 @ 02908217 n 0000 | a brush used to groom a person's hair
-03475674 06 n 02 haircloth 0 hair 0 001 @ 03309808 n 0000 | cloth woven from horsehair or camelhair; used for upholstery or stiffening in garments
-03475823 06 n 04 hairdressing 0 hair_tonic 0 hair_oil 0 hair_grease 0 002 @ 04447443 n 0000 ~ 03980026 n 0000 | a toiletry for the hair
-03475961 06 n 01 hairnet 0 001 @ 03819595 n 0000 | a small net that some women wear over their hair to keep it in place
-03476083 06 n 03 hairpiece 0 false_hair 0 postiche 2 005 @ 02756098 n 0000 ~ 02683454 n 0000 ~ 04372948 n 0000 ~ 04459018 n 0000 ~ 04584207 n 0000 | a covering or bunch of human or artificial hair used for disguise or adornment
-03476313 06 n 01 hairpin 0 003 @ 03940256 n 0000 ~ 02860640 n 0000 ~ 02861777 n 0000 | a double pronged pin used to hold women's hair in place
-03476458 06 n 01 hairpin_bend 0 001 @ 02829696 n 0000 | a U-shaped bend in a road
-03476542 06 n 01 hair_shirt 0 001 @ 04197391 n 0000 | an uncomfortable shirt made of coarse animal hair; worn next to the skin as a penance
-03476684 06 n 01 hair_slide 0 002 @ 03043958 n 0000 ;r 08860123 n 0000 | a decorative hinged clip that girls and women put in their hair to hold it in place
-03476843 06 n 01 hair_space 0 002 @ 04030655 n 0000 ;c 06677302 n 0000 | (printing) the narrowest of the spaces used to separate words or letters
-03476991 06 n 01 hair_spray 0 001 @ 04447443 n 0000 | toiletry consisting of a commercial preparation that is sprayed on the hair to hold it in place
-03477143 06 n 01 hairspring 0 002 @ 04280259 n 0000 #p 04437953 n 0000 | a fine spiral spring that regulates the movement of the balance wheel in a timepiece
-03477303 06 n 01 hair_trigger 0 001 @ 03470629 n 0000 | a gun trigger that responds with little pressure
-03477410 06 n 01 halberd 0 002 @ 03935450 n 0000 %p 02811468 n 0000 | a pike fitted with an ax head
-03477512 06 n 01 half_binding 0 001 @ 02840619 n 0000 | book binding in which the spine and part of the sides are bound in one material and the rest in another
-03477674 06 n 01 half_cross_stitch 0 001 @ 03137863 n 0000 | a single cross stitch at a diagonal
-03477773 06 n 01 half_hatchet 0 001 @ 03498962 n 0000 | a hatchet with a broad blade on one end and a hammer head of the other
-03477902 06 n 01 half_hitch 0 001 @ 03627232 n 0000 | a knot used to fasten a rope temporarily to an object; usually tied double
-03478033 06 n 01 half-length 0 001 @ 03987079 n 0000 | a portrait showing the body from only the waist up
-03478141 06 n 01 half_sole 0 002 @ 04258982 n 0000 #p 03380867 n 0000 | shoe sole extending from the shank to the toe
-03478261 06 n 03 halftone 0 halftone_engraving 0 photoengraving 0 001 @ 03289025 n 0000 | an engraving used to reproduce an illustration
-03478400 06 n 01 halftone 1 001 @ 03289268 n 0000 | a print obtained from photoengraving
-03478491 06 n 01 half_track 0 001 @ 04464418 n 0000 | a track that goes around only rear wheels
-03478589 06 n 01 half_track 1 003 @ 04464852 n 0000 @ 03764276 n 0000 ;c 08199025 n 0000 | a motor vehicle propelled by half tracks; frequently used by the military
-03478756 06 n 01 hall 1 004 @ 02913152 n 0000 ~ 03036022 n 0000 ~ 03466839 n 0000 ~ 03698723 n 0000 | a large building for meetings or entertainment
-03478907 06 n 01 hall 2 006 @ 04105893 n 0000 ~ 02823848 n 0000 ~ 03086580 n 0000 ~ 03303831 n 0000 ~ 03366464 n 0000 ~ 03457008 n 0000 | a large room for gatherings or entertainment; "lecture hall"; "pool hall"
-03479121 06 n 01 hall 8 001 @ 02913152 n 0000 | a large building used by a college or university for teaching or research; "halls of learning"
-03479266 06 n 01 Hall_of_Fame 0 002 @ 02913152 n 0000 ~i 03810561 n 0000 | a building containing trophies honoring famous people
-03479397 06 n 01 hall_of_residence 0 002 @ 03224893 n 0000 ;r 08860123 n 0000 | a university dormitory
-03479502 06 n 01 hallstand 0 001 @ 03405725 n 0000 | a piece of furniture where coats and hats and umbrellas can be hung; usually has a mirror
-03479647 06 n 04 hallucinogen 0 hallucinogenic_drug 0 psychedelic_drug 0 psychodelic_drug 0 007 @ 04017137 n 0000 + 01777212 a 0101 ~ 03699396 n 0000 ~ 03750912 n 0000 ~ 03921499 n 0000 ~ 04017019 n 0000 ~ 04132056 n 0000 | a psychoactive drug that induces hallucinations or altered sensory experiences
-03479952 06 n 02 hallway 0 hall 3 005 @ 03112099 n 0000 %p 02990373 n 0000 ~ 03086963 n 0000 %p 03365592 n 0000 %p 04546855 n 0000 | an interior passage or corridor onto which rooms open; "the elevators were at the end of the hall"
-03480186 06 n 02 haloperidol 0 Haldol 0 002 @ 03713736 n 0000 ;u 06845599 n 0201 | tranquilizer (trade name Haldol) used to treat some psychotic disorders and Tourette's syndrome
-03480367 06 n 01 halothane 0 001 @ 03570838 n 0000 | a nonflammable inhalation anesthetic that produces general anesthesia; used along with analgesics and muscle relaxants for many types of surgical procedures
-03480579 06 n 01 halter 0 001 @ 04453666 n 0000 | a woman's top that fastens behind the back and neck leaving the back and arms uncovered
-03480719 06 n 02 halter 1 hackamore 0 002 @ 03503718 n 0000 #p 03494706 n 0000 | rope or canvas headgear for a horse, with a rope for leading
-03480863 06 n 02 halyard 0 halliard 0 001 @ 04108268 n 0000 | a rope for raising or lowering a sail or flag
-03480973 06 n 01 hame 0 002 @ 04295081 n 0000 #p 03068486 n 0000 | stable gear consisting of either of two curved supports that are attached to the collar of a draft horse and that hold the traces
-03481172 06 n 01 hammer 0 012 @ 03489162 n 0000 + 01675245 v 0102 + 01416539 v 0101 ~ 02783035 n 0000 ~ 02898173 n 0000 ~ 02966545 n 0000 %p 03482128 n 0000 %p 03501614 n 0000 ~ 03715386 n 0000 ~ 03731695 n 0000 ~ 03966751 n 0000 ~ 04383301 n 0000 | a hand tool with a heavy rigid head and a handle; used to deliver an impulsive force by striking
-03481521 06 n 02 hammer 1 power_hammer 0 004 @ 03997484 n 0000 ~ 02689434 n 0000 ~ 03272125 n 0000 ~ 04484647 n 0000 | a power tool for drilling rocks
-03481674 06 n 01 hammer 2 002 @ 04337740 n 0000 #p 03928589 n 0000 | a striker that is covered in felt and that causes the piano strings to vibrate
-03481824 06 n 02 hammer 4 cock 1 003 @ 04337740 n 0000 #p 03469493 n 0000 + 01247426 v 0201 | the part of a gunlock that strikes the percussion cap when the trigger is pulled
-03482001 06 n 01 hammer 5 001 @ 04285146 n 0000 | a heavy metal sphere attached to a flexible wire; used in the hammer throw
-03482128 06 n 01 hammerhead 0 003 @ 03501614 n 0000 #p 03481172 n 0000 %p 03905053 n 0000 | the striking part of a hammer
-03482252 06 n 02 hammock 0 sack 2 001 @ 02818832 n 0000 | a hanging bed of canvas or rope netting (usually suspended between two trees); swings easily
-03482405 06 n 01 hamper 0 003 @ 02801938 n 0000 ~ 03050864 n 0000 ~ 03378342 n 0000 | a basket usually with a cover
-03482523 06 n 01 hand 0 005 @ 03975232 n 0000 #p 04437953 n 0000 ~ 03544238 n 0000 ~ 03772584 n 0000 ~ 04164757 n 0000 | a rotating pointer on the face of a timepiece; "the big hand counts the minutes"
-03482727 06 n 02 hand_ax 0 hand_axe 0 001 @ 03265032 n 0000 | a stone tool with a cutting edge; the stone is held in the hand and used for chopping
-03482877 06 n 01 handball 0 001 @ 02778669 n 0000 | a small rubber ball used in playing the game of handball
-03482988 06 n 01 handball_court 0 001 @ 03120491 n 0000 | the court on which handball is played
-03483086 06 n 01 handbarrow 0 002 @ 03391770 n 0000 %p 03485997 n 0000 | a rectangular frame with handles at both ends; carried by two people
-03483230 06 n 01 handbell 0 001 @ 03017168 n 0000 | a bell that is held in the hand
-03483316 06 n 05 hand_blower 0 blow_dryer 0 blow_drier 0 hair_dryer 0 hair_drier 0 002 @ 02855089 n 0000 @ 03251766 n 0000 | a hand-held electric blower that can blow warm air onto the hair; used for styling hair
-03483531 06 n 01 handbow 0 001 @ 02879718 n 0000 | a bow drawn by hand as distinguished from a crossbow
-03483637 06 n 04 hand_brake 0 emergency 0 emergency_brake 0 parking_brake 0 002 @ 02889425 n 0000 #p 03791235 n 0000 | a brake operated by hand; usually operates by mechanical linkage
-03483823 06 n 02 hand_calculator 0 pocket_calculator 0 001 @ 02938886 n 0000 | a calculator small enough to hold in the hand or carry in a pocket
-03483971 06 n 01 handcar 0 001 @ 02959942 n 0000 | a small railroad car propelled by hand or by a small motor
-03484083 06 n 04 handcart 0 pushcart 0 cart 1 go-cart 2 009 @ 04576211 n 0000 + 01451502 v 0301 ~ 02729222 n 0000 ~ 02797295 n 0000 %p 03485997 n 0000 ~ 03490119 n 0000 ~ 03648431 n 0000 ~ 04176068 n 0000 ~ 04204347 n 0000 | wheeled vehicle that can be pushed by a person; may have one or two or four wheels; "he used a handcart to carry the rocks away"; "their pushcart was piled high with groceries"
-03484487 06 n 01 hand_cream 0 001 @ 03128519 n 0000 | moisturizing cream for the hands
-03484576 06 n 04 handcuff 0 cuff 1 handlock 0 manacle 0 004 @ 04181228 n 0000 + 01288201 v 0401 + 01288201 v 0202 + 01288201 v 0103 | shackle that consists of a metal loop that can be locked around the wrist; usually used in pairs
-03484809 06 n 02 hand_drill 0 handheld_drill 0 001 @ 03239726 n 0000 | a small portable drill held and operated by hand
-03484931 06 n 03 hand_glass 0 simple_microscope 0 magnifying_glass 0 002 @ 03667829 n 0000 ~ 03692522 n 0000 | light microscope consisting of a single convex lens that is used to produce an enlarged image; "the magnifying glass was invented by Roger Bacon in 1250"
-03485198 06 n 02 hand_glass 1 hand_mirror 0 001 @ 03773035 n 0000 | a mirror intended to be held in the hand
-03485309 06 n 01 hand_grenade 0 001 @ 03458271 n 0000 | a grenade designed to be thrown by hand
-03485407 06 n 02 hand-held_computer 0 hand-held_microcomputer 0 001 @ 03985232 n 0000 | a portable battery-powered computer small enough to be carried in your pocket
-03485575 06 n 01 handhold 0 001 @ 02728763 n 0000 | an appendage to hold onto
-03485655 06 n 04 handicraft 0 handcraft 0 handiwork 0 handwork 0 002 @ 04599396 n 0000 + 01659007 v 0201 | a work produced by hand labor
-03485794 06 n 04 handkerchief 0 hankie 0 hanky 0 hankey 0 003 @ 03932670 n 0000 ~ 02786198 n 0000 ~ 03973520 n 0000 | a square piece of cloth used for wiping the eyes or nose or as a costume accessory
-03485997 06 n 04 handle 0 grip 1 handgrip 0 hold 0 046 @ 02728763 n 0000 #p 03265032 n 0000 #p 03489162 n 0000 #p 04507155 n 0000 #p 02774630 n 0000 #p 03153375 n 0000 #p 02908217 n 0000 #p 02900705 n 0000 #p 03483086 n 0000 #p 03484083 n 0000 #p 02799175 n 0000 #p 03132076 n 0000 #p 04039381 n 0000 #p 03633091 n 0000 #p 04138977 n 0000 #p 03400231 n 0000 #p 04270147 n 0000 #p 02967407 n 0000 #p 03012499 n 0000 #p 03063689 n 0000 #p 03063073 n 0000 #p 04397452 n 0000 #p 03797390 n 0000 #p 04560292 n 0000 #p 02970534 n 0000 #p 03325088 n 0000 #p 03487090 n 0000 #p 03488438 n 0000 #p 02748183 n 0000 + 01224001 v 0201 + 01210737 v 0101 ~ 02764398 n 0000 ~ 02907082 n 0000 ~ 03134496 n 0000 ~ 03474896 n 0000 ~ 03520654 n 0000 ~ 03524745 n 0000 ~ 03626014 n 0000 ~ 03785142 n 0000 ~ 03882960 n 0000 ~ 03980178 n 0000 ~ 03980332 n 0000 ~ 04050313 n 0000 %p 04184095 n 0000 ~ 04321804 n 0000 ~ 04322026 n 0000 | the appendage to an object that is designed to be held in order to use or move it; "he grabbed the hammer by the handle"; "it was an old briefcase but it still had a good grip"
-03487090 06 n 01 handlebar 0 003 @ 02788689 n 0000 #p 02834778 n 0000 %p 03485997 n 0000 | the shaped bar used to steer a bicycle
-03487222 06 n 02 handline 0 hand_line 0 001 @ 03351768 n 0000 | a fishing line managed principally by hand
-03487331 06 n 01 handloom 0 003 @ 03689157 n 0000 ~ 03519848 n 0000 ~ 03694356 n 0000 | a loom powered by hand
-03487444 06 n 01 hand_lotion 0 001 @ 03690938 n 0000 | lotion used to soften the hands
-03487533 06 n 01 hand_luggage 0 001 @ 02774630 n 0000 | luggage that is light enough to be carried by hand
-03487642 06 n 01 hand-me-down 0 002 @ 03419014 n 0000 + 01639720 a 0101 | outgrown garment passed down from one person to another
-03487774 06 n 01 hand_mower 0 002 @ 03649909 n 0000 ! 03995856 n 0101 | a lawn mower that is operated by hand
-03487886 06 n 01 hand_pump 0 001 @ 04021798 n 0000 | a pump worked by hand
-03487963 06 n 03 hand_puppet 0 glove_puppet 0 glove_doll 0 001 @ 04025130 n 0000 | a puppet with a cloth body and hollow head; fits over the hand
-03488111 06 n 01 handrest 0 001 @ 04359589 n 0000 | a support for the hand
-03488188 06 n 03 handsaw 0 hand_saw 0 carpenter's_saw 0 008 @ 04140064 n 0000 ~ 02770585 n 0000 ~ 03080904 n 0000 ~ 03104019 n 0000 ~ 03136504 n 0000 ~ 03614887 n 0000 ~ 04016576 n 0000 ~ 04094608 n 0000 | a saw used with one hand for cutting wood
-03488438 06 n 02 handset 0 French_telephone 0 002 @ 04401088 n 0000 %p 03485997 n 0000 | telephone set with the mouthpiece and earpiece mounted on a single handle
-03488603 06 n 01 hand_shovel 0 006 @ 04208210 n 0000 @ 03489162 n 0000 ~ 03056493 n 0000 ~ 03291413 n 0000 ~ 04266486 n 0000 ~ 04289964 n 0000 | a shovel that is operated by hand
-03488784 06 n 01 handspike 0 001 @ 02788689 n 0000 | a metal bar (or length of pipe) used as a lever
-03488887 06 n 02 handstamp 0 rubber_stamp 0 002 @ 04159058 n 0000 + 01273632 v 0102 | a stamp (usually made of rubber) for imprinting a mark or design by hand
-03489048 06 n 01 hand_throttle 0 001 @ 03659292 n 0000 | a hand-operated lever that controls the throttle valve
-03489162 06 n 01 hand_tool 0 043 @ 04451818 n 0000 ~ 02763714 n 0000 ~ 02833403 n 0000 ~ 02861509 n 0000 ~ 02861658 n 0000 ~ 03127024 n 0000 ~ 03190458 n 0000 ~ 03336839 n 0000 ~ 03364599 n 0000 ~ 03455355 n 0000 ~ 03471685 n 0000 ~ 03481172 n 0000 %p 03485997 n 0000 ~ 03488603 n 0000 ~ 03722646 n 0000 ~ 03774327 n 0000 ~ 03848348 n 0000 ~ 03879456 n 0000 ~ 03919289 n 0000 ~ 03929443 n 0000 ~ 03941684 n 0000 ~ 03946076 n 0000 ~ 03950359 n 0000 ~ 03954731 n 0000 ~ 03966976 n 0000 ~ 03968886 n 0000 ~ 03970156 n 0000 ~ 04056599 n 0000 ~ 04134170 n 0000 ~ 04140064 n 0000 ~ 04150980 n 0000 ~ 04154565 n 0000 ~ 04208210 n 0000 ~ 04258859 n 0000 ~ 04269944 n 0000 ~ 04287986 n 0000 ~ 04291242 n 0000 ~ 04331443 n 0000 ~ 04441093 n 0000 ~ 04489817 n 0000 ~ 04570416 n 0000 ~ 04595611 n 0000 ~ 04606574 n 0000 | a tool used with workers' hands
-03490006 06 n 02 hand_towel 0 face_towel 0 001 @ 04459362 n 0000 | a small towel used to dry the hands or face
-03490119 06 n 02 hand_truck 0 truck 1 001 @ 03484083 n 0000 | a handcart that has a frame with two low wheels and a ledge at the bottom and handles at the top; used to move crates or other heavy objects
-03490324 06 n 02 handwear 0 hand_wear 0 003 @ 03051540 n 0000 ~ 03441112 n 0000 ~ 03796974 n 0000 | clothing for the hands
-03490449 06 n 01 handwheel 0 004 @ 03096960 n 0000 #p 04519153 n 0000 #p 03646296 n 0000 ~ 04313503 n 0000 | control consisting of a wheel whose rim serves as the handle by which a part is operated
-03490649 06 n 01 handwheel 1 004 @ 04574999 n 0000 #p 04302200 n 0000 #p 04519153 n 0000 #p 03646296 n 0000 | a wheel worked by hand
-03490784 06 n 01 hangar_queen 0 001 @ 02691156 n 0000 | an airplane with a bad maintenance record
-03490884 06 n 01 hanger 0 004 @ 04359589 n 0000 + 01481360 v 0101 ~ 03057920 n 0000 ~ 04333709 n 0000 | anything from which something can be hung
-03491032 06 n 01 hang_glider 0 001 @ 03439814 n 0000 | a glider resembling a large kite; the rider hangs from it while descending from a height
-03491178 06 n 02 hanging 0 wall_hanging 0 008 @ 03169390 n 0000 + 01677716 v 0101 + 01482075 v 0101 + 01481360 v 0101 ~ 03225616 n 0000 ~ 03607358 n 0000 ~ 03635108 n 0000 ~ 04393404 n 0000 | decoration that is hung (as a tapestry) on a wall or over a window; "the cold castle walls were covered with hangings"
-03491491 06 n 01 Hanging_Gardens_of_Babylon 0 003 @i 03417345 n 0000 #p 08916832 n 0000 #m 04178329 n 0000 | a terraced garden at Babylon watered by pumps from the Euphrates; construction attributed to Nebuchadnezzar around 600 BC
-03491724 06 n 05 hangman's_rope 0 hangman's_halter 0 halter 2 hemp 0 hempen_necktie 0 004 @ 04108268 n 0000 #p 03412906 n 0000 + 02485631 v 0301 %p 03829563 n 0000 | a rope that is used by a hangman to execute persons who have been condemned to death by hanging
-03491988 06 n 01 hank 0 002 @ 03065424 n 0000 ~ 04226464 n 0000 | a coil of rope or wool or yarn
-03492087 06 n 02 hansom 0 hansom_cab 0 001 @ 02968473 n 0000 | a two-wheeled horse-drawn covered carriage with the driver's seat above and behind the passengers
-03492250 06 n 02 harbor 0 harbour 0 003 @ 04071102 n 0000 + 02656189 v 0202 + 02656189 v 0101 | a place of refuge and comfort and security
-03492391 06 n 02 hardback 0 hardcover 0 003 @ 02870092 n 0000 + 00200258 a 0204 + 00200258 a 0102 | a book with cardboard or cloth or leather covers
-03492542 06 n 03 hard_disc 0 hard_disk 0 fixed_disk 0 003 @ 03706653 n 0000 #p 03209666 n 0000 ~ 04075468 n 0000 | a rigid magnetic disk mounted permanently in a drive unit
-03492717 06 n 01 hard_drug 0 005 @ 03808564 n 0000 @ 03097890 n 0000 ! 04256993 n 0101 ~ 03060294 n 0000 ~ 03516011 n 0000 | a narcotic that is considered relatively strong and likely to cause addiction
-03492922 06 n 03 hard_hat 0 tin_hat 0 safety_hat 0 001 @ 03513137 n 0000 | a lightweight protective helmet (plastic or metal) worn by construction workers
-03493079 06 n 01 hard_shoulder 0 002 @ 04206948 n 0000 ;r 08860123 n 0000 | a paved strip beside a motorway (for stopping in emergencies)
-03493219 06 n 01 hardtop 0 001 @ 02958343 n 0000 | a car that resembles a convertible but has a fixed rigid top
-03493333 06 n 02 hardware 1 computer_hardware 0 009 @ 03081021 n 0000 #p 03082979 n 0000 ;c 06128570 n 0000 ! 06566077 n 0101 ~ 02995345 n 0000 ~ 03744276 n 0000 ~ 04145417 n 0000 ~ 04173344 n 0000 ~ 04513686 n 0000 | (computer science) the mechanical, magnetic, electronic, and electrical components making up a computer system
-03493664 06 n 01 hardware 2 002 @ 04566257 n 0000 ;c 08199025 n 0000 | major items of military weaponry (as tanks or missile)
-03493792 06 n 02 hardware 3 ironware 0 001 @ 03575240 n 0000 | instrumentalities (tools or implements) made of metal
-03493911 06 n 03 hardware_store 0 ironmonger 0 ironmonger's_shop 0 001 @ 04202417 n 0000 | a store selling hardware; "in Great Britain they used to call a hardware store an ironmonger's shop"
-03494105 06 n 04 harem 0 hareem 0 seraglio 0 serail 0 001 @ 03679384 n 0000 | living quarters reserved for wives and concubines and female relatives in a Muslim household
-03494278 06 n 04 harmonica 0 mouth_organ 0 harp 2 mouth_harp 0 003 @ 03393324 n 0000 + 10160770 n 0301 + 01732713 v 0301 | a small rectangular free-reed instrument having a row of free reeds set back in air holes and played by blowing into the desired hole
-03494537 06 n 03 harmonium 0 organ 2 reed_organ 0 002 @ 03393324 n 0000 + 10382825 n 0201 | a free-reed instrument in which air is forced through the reeds by bellows
-03494706 06 n 01 harness 0 009 @ 04295081 n 0000 + 02442737 v 0101 + 01491697 v 0101 %p 02900160 n 0000 %p 03031756 n 0000 %p 03480719 n 0000 %p 03503718 n 0000 %p 03723885 n 0000 %p 04462407 n 0000 | stable gear consisting of an arrangement of leather straps fitted to a draft animal so that it can be attached to and pull a cart
-03495039 06 n 01 harness 1 002 @ 04359589 n 0000 #p 03888257 n 0000 | a support consisting of an arrangement of straps for holding something to the body (especially one supporting a person suspended from a parachute)
-03495258 06 n 01 harp 0 005 @ 03025886 n 0000 + 10160770 n 0101 + 01732713 v 0101 ~ 02682407 n 0000 ~ 03699280 n 0000 | a chordophone that has a triangular frame consisting of a sounding board and a pillar and a curved neck; the strings stretched between the neck and the soundbox are plucked with the fingers
-03495570 06 n 01 harp 1 001 @ 04359589 n 0000 | a pair of curved vertical supports for a lampshade
-03495671 06 n 01 harpoon 0 006 @ 04271148 n 0000 #m 03351434 n 0000 + 10160913 n 0102 + 01140515 v 0101 %p 03369767 n 0000 %p 03496042 n 0000 | a spear with a shaft and barbed point for throwing; used for catching large fish or whales; a strong line is attached to it
-03495941 06 n 01 harpoon_gun 0 001 @ 02950256 n 0000 | a cannon or similar gun that fires harpoons
-03496042 06 n 01 harpoon_line 0 002 @ 04108268 n 0000 #p 03495671 n 0000 | a strong rope for making the catch fast to the harpooner's boat
-03496183 06 n 01 harpoon_log 0 001 @ 03686658 n 0000 | a cylindrical log with a device that registers distance
-03496296 06 n 02 harpsichord 0 cembalo 0 004 @ 03039015 n 0000 + 10161047 n 0101 ~ 04278247 n 0000 ~ 04537436 n 0000 | a clavier with strings that are plucked by plectra mounted on pivots
-03496486 06 n 01 Harris_Tweed 0 002 @ 04502502 n 0000 ;u 06851742 n 0000 | a loosely woven tweed made in the Outer Hebrides
-03496612 06 n 01 harrow 0 003 @ 03146846 n 0000 + 01742415 v 0101 ~ 03210245 n 0000 | a cultivator that pulverizes or smooths the soil
-03496749 06 n 02 Harvard_University 0 Harvard 0 003 @i 04511002 n 0000 #p 09096664 n 0000 #m 08232706 n 0000 | a university in Massachusetts
-03496892 06 n 02 harvester 0 reaper 0 006 @ 03322940 n 0000 + 01320009 v 0201 + 01320009 v 0102 ~ 02840361 n 0000 ~ 03075634 n 0000 ~ 03502777 n 0000 | farm machine that gathers a food crop from the fields
-03497100 06 n 01 hash_house 0 001 @ 04081281 n 0000 | an inexpensive restaurant
-03497182 06 n 04 hashish 0 hasheesh 0 haschisch 0 hash 0 002 @ 04256993 n 0000 #p 12397431 n 0000 | purified resinous extract of the hemp plant; used as a hallucinogen
-03497352 06 n 01 hasp 0 002 @ 02982599 n 0000 + 01348599 v 0101 | a fastener for a door or lid; a hinged metal plate is fitted over a staple and is locked with a pin or padlock
-03497531 06 n 01 hassock 0 002 @ 03151500 n 0000 ;c 01032368 n 0000 | a cushion for kneeling on (as when praying in church)
-03497657 06 n 03 hat 0 chapeau 0 lid 1 029 @ 03502509 n 0000 + 10162354 n 0102 + 02363128 v 0101 + 00047172 v 0101 ~ 02817516 n 0000 ~ 02859184 n 0000 ~ 02869837 n 0000 ~ 02881757 n 0000 %p 02902079 n 0000 ~ 02945964 n 0000 ~ 02987379 n 0000 ~ 03061050 n 0000 ~ 03124170 n 0000 %p 03138534 n 0000 ~ 03170872 n 0000 ~ 03237416 n 0000 ~ 03256631 n 0000 ~ 03325941 n 0000 ~ 03404360 n 0000 %p 03498316 n 0000 ~ 03766322 n 0000 ~ 04208582 n 0000 ~ 04248507 n 0000 ~ 04259630 n 0000 ~ 04264361 n 0000 ~ 04356595 n 0000 ~ 04441528 n 0000 ~ 04456011 n 0000 ~ 04505888 n 0000 | headdress that protects the head from bad weather; has shaped crown and usually a brim
-03498316 06 n 01 hatband 0 002 @ 02784732 n 0000 #p 03497657 n 0000 | a band around the crown of a hat just above the brim
-03498441 06 n 01 hatbox 0 001 @ 02774630 n 0000 | a round piece of luggage for carrying hats
-03498536 06 n 01 hatch 0 003 @ 03795580 n 0000 #p 03499142 n 0000 ~ 02965024 n 0000 | a movable barrier covering a hatchway
-03498662 06 n 02 hatchback 0 hatchback_door 0 001 @ 02963821 n 0000 | a sloping rear car door that is lifted to open
-03498781 06 n 01 hatchback 1 001 @ 02958343 n 0000 | a car having a hatchback door
-03498866 06 n 02 hatchel 0 heckle 0 001 @ 03075097 n 0000 | a comb for separating flax fibers
-03498962 06 n 01 hatchet 0 004 @ 02764044 n 0000 ~ 02904109 n 0000 ~ 03039156 n 0000 ~ 03477773 n 0000 | a small ax with a short handle used with one hand (usually to chop wood)
-03499142 06 n 03 hatchway 0 opening 1 scuttle 1 004 @ 03290771 n 0000 + 02744651 v 0201 ~ 03295928 n 0000 %p 03498536 n 0000 | an entrance equipped with a hatch; especially a passageway between decks of a ship
-03499354 06 n 01 hatpin 0 001 @ 03940256 n 0000 | a long sturdy pin used by women to secure a hat to their hair
-03499468 06 n 02 hauberk 0 byrnie 0 001 @ 03000247 n 0000 | a long (usually sleeveless) tunic of chain mail formerly worn as defensive armor
-03499611 06 n 01 havelock 0 001 @ 03050026 n 0000 | a cloth covering for a service cap with a flap extending over the back of the neck to protect the neck from direct rays of the sun
-03499796 06 n 02 haven 0 oasis 0 001 @ 04191595 n 0000 | a shelter serving as a place of safety or sanctuary
-03499907 06 n 02 Hawaiian_guitar 0 steel_guitar 0 001 @ 03467517 n 0000 | guitar whose steel strings are twanged while being pressed with a movable steel bar for a glissando effect
-03500090 06 n 03 hawse 0 hawsehole 0 hawsepipe 0 001 @ 03526198 n 0000 | the hole that an anchor rope passes through
-03500209 06 n 01 hawser 0 001 @ 04108268 n 0000 | large heavy rope for nautical use
-03500295 06 n 01 hawser_bend 0 001 @ 03627232 n 0000 | a knot uniting the ends of two lines
-03500389 06 n 01 hay_bale 0 001 @ 02778456 n 0000 | a bale of hay
-03500457 06 n 01 hayfork 0 001 @ 03384167 n 0000 | a long-handled fork for turning or lifting hay
-03500557 06 n 03 hayloft 0 haymow 0 mow 0 003 @ 03686130 n 0000 #p 02793495 n 0000 + 01319562 v 0301 | a loft in a barn where hay is stored
-03500699 06 n 02 haymaker 0 hay_conditioner 0 001 @ 03322940 n 0000 | a farm machine that treats hay to cause more rapid and even drying
-03500838 06 n 02 hayrack 0 hayrig 0 001 @ 03391770 n 0000 | a frame attached to a wagon to increase the amount of hay it can carry
-03500971 06 n 01 hayrack 1 001 @ 04038727 n 0000 | a rack that holds hay for feeding livestock
-03501068 06 n 01 haywire 0 001 @ 04594218 n 0000 | wire for tying up bales of hay
-03501152 06 n 01 hazard 0 004 @ 03839795 n 0000 #p 03446528 n 0000 ~ 02920369 n 0000 ~ 04559994 n 0000 | an obstacle on a golf course
-03501288 06 n 01 head 0 006 @ 04008947 n 0000 #p 03804744 n 0000 #p 04153751 n 0000 #p 03940256 n 0000 #p 02865665 n 0000 ~ 03942920 n 0000 | a projection out from one end; "the head of the nail", "a pinhead is the head of a pin"
-03501520 06 n 01 head 2 001 @ 04446276 n 0000 | (nautical) a toilet on board a boat or ship
-03501614 06 n 01 head 3 006 @ 04337740 n 0000 #p 03481172 n 0000 #p 04050410 n 0000 %p 03313873 n 0000 ~ 03446268 n 0000 ~ 03482128 n 0000 | the striking part of a tool; "the head of the hammer"
-03501811 06 n 01 head 4 004 @ 03840507 n 0000 #p 13388245 n 0000 ;u 06295235 n 0000 ! 04384199 n 0101 | (usually plural) the obverse side of a coin that usually bears the representation of a person's head; "call heads or tails!"
-03502042 06 n 01 headband 0 002 @ 02784218 n 0000 ~ 04383696 n 0000 | a band worn around or over the head; "the earphones were held in place by a headband"
-03502200 06 n 01 headboard 0 002 @ 03882058 n 0000 #p 02822579 n 0000 | a vertical board or panel forming the head of a bedstead
-03502331 06 n 02 head_covering 0 veil 0 005 @ 03419014 n 0000 + 01483247 v 0201 ~ 02998841 n 0000 ~ 03314884 n 0000 ~ 04612159 n 0000 | a garment that covers the head and face
-03502509 06 n 02 headdress 0 headgear 0 011 @ 03051540 n 0000 ~ 02954340 n 0000 ~ 03497657 n 0000 ~ 03513137 n 0000 ~ 03531281 n 0000 ~ 03597317 n 0000 ~ 03607186 n 0000 ~ 03773970 n 0000 ~ 04455048 n 0000 ~ 04498389 n 0000 ~ 04585318 n 0000 | clothing for the head
-03502777 06 n 01 header 0 001 @ 03496892 n 0000 | a machine that cuts the heads off grain and moves them into a wagon
-03502897 06 n 01 header 1 001 @ 02815950 n 0000 | a framing member crossing and supporting the ends of joists, studs, or rafters so as to transfer their weight to parallel joists, studs, or rafters
-03503097 06 n 03 header 2 coping 0 cope 0 002 @ 02897820 n 0000 #p 04546855 n 0000 | brick that is laid sideways at the top of a wall
-03503233 06 n 02 header 3 lintel 0 001 @ 02815950 n 0000 | horizontal beam used as a finishing piece over a door or window
-03503358 06 n 01 headfast 0 001 @ 03784475 n 0000 | a mooring line that secures the bow of a boat or ship to a wharf
-03503477 06 n 01 head_gasket 0 001 @ 03423719 n 0000 | a gasket to seal a cylinder head
-03503567 06 n 01 head_gate 0 001 @ 03427296 n 0000 | a gate upstream from a lock or canal that is used to control the flow of water at the upper end
-03503718 06 n 01 headgear 1 004 @ 04295081 n 0000 #p 03494706 n 0000 ~ 02900160 n 0000 ~ 03480719 n 0000 | stable gear consisting of any part of a harness that fits about the horse's head
-03503908 06 n 01 headgear 2 001 @ 03525074 n 0000 | the hoist at the pithead of a mine
-03503997 06 n 02 headlight 0 headlamp 0 004 @ 03665366 n 0000 #p 03270165 n 0000 ~ 03375329 n 0000 %p 03395859 n 0000 | a powerful light with reflector; attached to the front of an automobile or locomotive
-03504205 06 n 01 headpiece 0 001 @ 03513137 n 0000 | a protective helmet for the head
-03504293 06 n 02 headpin 0 kingpin 1 001 @ 02882647 n 0000 | the front bowling pin in the triangular arrangement of ten pins
-03504420 06 n 03 headquarters 0 HQ 0 military_headquarters 0 005 @ 03763133 n 0000 ;c 08199025 n 0000 ;u 06295235 n 0000 ~ 03076104 n 0000 ~ 03464757 n 0000 | the military installation from which a commander performs the functions of command; "the general's headquarters were a couple of large tents"
-03504723 06 n 05 headquarters 1 central_office 0 main_office 0 home_office 0 home_base 0 003 @ 03841666 n 0000 ;u 06295235 n 0000 ~ 03797703 n 0000 | (usually plural) the office that serves as the administrative center of an enterprise; "many companies have their headquarters in New York"
-03505015 06 n 01 headrace 0 001 @ 04559275 n 0000 | a waterway that feeds water to a mill or water wheel or turbine
-03505133 06 n 01 headrest 0 001 @ 04081044 n 0000 | a rest for the head
-03505207 06 n 02 headrest 1 head_restraint 0 002 @ 03151500 n 0000 #p 02970685 n 0000 | a cushion attached to the top of the back of an automobile's seat to prevent whiplash
-03505383 06 n 01 headsail 0 002 @ 04127904 n 0000 ~ 04278447 n 0000 | any sail set forward of the foremast of a vessel
-03505504 06 n 01 headscarf 0 004 @ 03610992 n 0000 ~ 02766168 n 0000 ~ 03520493 n 0000 ~ 03615655 n 0000 | a kerchief worn over the head and tied under the chin
-03505667 06 n 01 headset 0 001 @ 04402580 n 0000 | receiver consisting of a pair of headphones
-03505764 06 n 01 head_shop 0 001 @ 04202417 n 0000 | a shop specializing in articles of interest to drug users; "he bought some roach clips and hashish pipes at the head shop"
-03505942 06 n 01 headshot 0 001 @ 03925226 n 0000 | a photograph of a person's head
-03506028 06 n 02 headstall 0 headpiece 1 002 @ 02784218 n 0000 #p 02900160 n 0000 | the band that is the part of a bridle that fits around a horse's head
-03506184 06 n 01 headstock 0 001 @ 04359589 n 0000 | the stationary support in a machine or power tool that supports and drives a revolving part (as a chuck or the spindle on a lathe)
-03506370 06 n 03 health_spa 0 spa 1 health_club 0 002 @ 03953020 n 0000 ~ 03324814 n 0000 | a place of business with equipment and facilities for exercising and improving physical fitness
-03506560 06 n 02 hearing_aid 0 ear_trumpet 0 001 @ 02676261 n 0000 | a conical acoustic device formerly used to direct sound to the ear of a hearing-impaired person
-03506727 06 n 02 hearing_aid 1 deaf-aid 0 001 @ 03277771 n 0000 | an electronic device that amplifies sound and is worn to compensate for poor hearing
-03506880 06 n 01 hearse 0 001 @ 03791235 n 0000 | a vehicle for carrying a coffin to a church or a cemetery; formerly drawn by horses but now usually a motor vehicle
-03507048 06 n 01 heart 0 002 @ 03963982 n 0000 #m 03713556 n 0000 | a playing card in the major suit that has one or more red hearts on it; "he led the queen of hearts"; "hearts were trumps"
-03507241 06 n 02 hearth 0 fireside 0 003 @ 03259505 n 0000 #p 03346455 n 0000 ;u 07108453 n 0000 | home symbolized as a part of the fireplace; "driven from hearth and home"; "fighting in defense of their firesides"
-03507458 06 n 01 hearthrug 0 001 @ 04118021 n 0000 | a rug spread out in front of a fireplace
-03507554 06 n 01 hearthstone 0 002 @ 04326084 n 0000 #p 03346455 n 0000 | a stone that forms a hearth
-03507658 06 n 01 heart-lung_machine 0 001 @ 04021798 n 0000 | a pump to maintain circulation during heart surgery; diverts blood from the heart and oxygenates it and then pumps it through the body
-03507857 06 n 01 heart_valve 0 001 @ 03563710 n 0000 | an implant that replaces a natural cardiac valve
-03507963 06 n 01 heat_engine 0 003 @ 03287733 n 0000 ~ 03307573 n 0000 ~ 03579982 n 0000 | any engine that makes use of heat to do work
-03508101 06 n 02 heater 0 warmer 0 016 @ 03183080 n 0000 + 00372958 v 0201 + 02333358 v 0101 + 00371264 v 0101 ~ 02893418 n 0000 ~ 03099147 n 0000 ~ 03172211 n 0000 ~ 03174605 n 0000 ~ 03423479 n 0000 ~ 03508881 n 0000 ~ 03843883 n 0000 ~ 04041069 n 0000 ~ 04258333 n 0000 ~ 04265275 n 0000 ~ 04330267 n 0000 ~ 04560113 n 0000 | device that heats water or supplies warmth to a room
-03508485 06 n 01 heat_exchanger 0 001 @ 03183080 n 0000 | device that transfers heat from one liquid to another without allowing them to mix
-03508628 06 n 01 heating_element 0 007 @ 03081021 n 0000 #p 03272239 n 0000 #p 03273740 n 0000 #p 03425595 n 0000 ~ 02790012 n 0000 ~ 02923331 n 0000 ~ 03562408 n 0000 | the component of a heater or range that transforms fuel or electricity into heat
-03508881 06 n 02 heating_pad 0 hot_pad 1 001 @ 03508101 n 0000 | heater consisting of electrical heating elements contained in a flexible pad
-03509025 06 n 04 heating_system 0 heating_plant 0 heating 0 heat 0 011 @ 04516874 n 0000 #p 02913152 n 0000 + 00372665 v 0401 + 02333358 v 0401 + 02333358 v 0301 %p 02863750 n 0000 ~ 02995151 n 0000 ~ 03423387 n 0000 ~ 03882430 n 0000 %p 04041069 n 0000 ~ 04309682 n 0000 | utility to warm a building; "the heating system wasn't working"; "they have radiant heating"
-03509394 06 n 02 heat_lamp 0 infrared_lamp 0 001 @ 03272239 n 0000 | electric heater consisting of a high-power incandescent lamp that emits infrared radiation; "the bathroom could be warmed by an infrared lamp"
-03509608 06 n 01 heat_pump 0 001 @ 02727825 n 0000 | apparatus that extracts heat from a liquid that is at a higher temperature than its surroundings; can be used to transfer heat from a reservoir outside in order to heat a building
-03509843 06 n 01 heat-seeking_missile 0 003 @ 03773504 n 0000 ~ 02901901 n 0000 ~ 04320405 n 0000 | a missile with a guidance system that directs it toward targets emitting infrared radiation (as the emissions of a jet engine)
-03510072 06 n 01 heat_shield 0 003 @ 04014297 n 0000 #p 04264914 n 0000 %p 03831537 n 0000 | a protective covering that protects a spacecraft from overheating on reentry
-03510244 06 n 01 heat_sink 0 002 @ 03088707 n 0000 @ 13555915 n 0000 | a metal conductor specially designed to conduct (and radiate) heat
-03510384 06 n 01 heaume 0 001 @ 03513376 n 0000 | a large medieval helmet supported on the shoulders
-03510487 06 n 01 heaver 0 001 @ 02788689 n 0000 | a bar used as a lever (as in twisting rope)
-03510583 06 n 01 heavier-than-air_craft 0 008 @ 02686568 n 0000 ~ 02691156 n 0000 ~ 02759387 n 0000 ~ 03245889 n 0000 ~ 03439814 n 0000 ~ 03512147 n 0000 ~ 03857156 n 0000 ~ 04552348 n 0000 | a non-buoyant aircraft that requires a source of power to hold it aloft and to propel it
-03510866 06 n 02 heckelphone 0 basset_oboe 0 001 @ 03838899 n 0000 | an oboe pitched an octave below the ordinary oboe
-03510987 06 n 02 hectograph 0 heliotype 0 003 @ 03257586 n 0000 @ 06679726 n 0000 + 01694850 v 0101 | duplicator consisting of a gelatin plate from which ink can be taken to make a copy
-03511175 06 n 02 hedge 0 hedgerow 0 003 @ 03327234 n 0000 ~ 04006330 n 0000 ~ 04586072 n 0000 | a fence formed by a row of closely planted shrubs or bushes
-03511333 06 n 01 hedge_trimmer 0 001 @ 03418242 n 0000 | a garden tool for trimming hedges
-03511426 06 n 01 heel 0 012 @ 08511241 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 + 01751545 v 0101 + 01992114 v 0101 ~ 03144262 n 0000 ~ 03394816 n 0000 %p 03664374 n 0000 ~ 04276808 n 0000 ~ 04295475 n 0000 ~ 04569983 n 0000 ~ 04592243 n 0000 | the bottom of a shoe or boot; the back part of a shoe or boot that touches the ground and provides elevation
-03511786 06 n 01 heel 2 004 @ 03892891 n 0000 #p 03446268 n 0000 ;c 00464894 n 0000 + 01403987 v 0101 | (golf) the part of the clubhead where it joins the shaft
-03511949 06 n 01 heel 3 001 @ 08566028 n 0000 | the lower end of a ship's mast
-03512030 06 n 02 helicon 0 bombardon 1 001 @ 02804252 n 0000 | a tuba that coils over the shoulder of the musician
-03512147 06 n 04 helicopter 0 chopper 1 whirlybird 0 eggbeater 1 008 @ 03510583 n 0000 %p 02848523 n 0000 ~ 02965122 n 0000 %p 03639230 n 0000 %p 04111668 n 0000 ~ 04212467 n 0000 ~ 04223066 n 0000 ~ 04232543 n 0000 | an aircraft without wings that obtains its lift from the rotation of overhead blades
-03512452 06 n 01 heliograph 0 002 @ 02727825 n 0000 + 01040400 v 0101 | an apparatus for sending telegraphic messages by using a mirror to turn the sun's rays off and on
-03512624 06 n 01 heliometer 0 001 @ 03733925 n 0000 | an instrument used to measure the angular separation of two stars that are too far apart to be included in the field of view of an ordinary telescope
-03512830 06 n 01 heliport 0 001 @ 02692232 n 0000 | an airport for helicopters
-03512911 06 n 01 helm 0 006 @ 04313220 n 0000 #p 03790230 n 0000 #p 04128837 n 0000 #p 04194289 n 0000 #p 04495843 n 0000 ~ 04575723 n 0000 | steering mechanism for a vessel; a mechanical device by which a vessel is steered
-03513137 06 n 01 helmet 0 008 @ 03502509 n 0000 ~ 02811350 n 0000 %p 02818254 n 0000 ~ 03127747 n 0000 ~ 03379051 n 0000 ~ 03492922 n 0000 ~ 03504205 n 0000 ~ 04265428 n 0000 | a protective headgear made of hard material to resist blows
-03513376 06 n 01 helmet 1 010 @ 02740764 n 0000 #p 02862048 n 0000 ~ 02738741 n 0000 ~ 02801823 n 0000 ~ 02978205 n 0000 ~ 03510384 n 0000 ~ 03785721 n 0000 ~ 03929855 n 0000 ~ 04130907 n 0000 %p 04538878 n 0000 | armor plate that protects the head
-03513627 06 n 01 hem 0 003 @ 03264542 n 0000 #p 03309808 n 0000 + 01329732 v 0101 | the edge of a piece of cloth; especially the finished edge that has been doubled under and stitched down; "the hem of her dress was stained"; "let down the hem"; "he stitched weights into the curtain's hem"; "it seeped along the hem of his jacket"
-03513961 06 n 02 hematinic 0 haematinic 0 001 @ 03740161 n 0000 | a medicine that increases the hemoglobin content of the blood; used to treat iron-deficiency anemia
-03514129 06 n 02 hematocrit 0 haematocrit 0 002 @ 03733925 n 0000 @ 02995998 n 0000 | a measuring instrument to determine (usually by centrifugation) the relative amounts of corpuscles and plasma in the blood
-03514340 06 n 01 hemming-stitch 0 001 @ 04180314 n 0000 | a stitch used in sewing hems on skirts and dresses
-03514451 06 n 02 hemostat 0 haemostat 0 001 @ 04364545 n 0000 | a surgical instrument that stops bleeding by clamping the blood vessel
-03514588 06 n 01 hemstitch 0 002 @ 03282933 n 0000 + 01331518 v 0101 | embroidery similar to drawnwork
-03514693 06 n 02 hemstitch 1 hemstitching 0 003 @ 04180314 n 0000 + 01331518 v 0201 + 01331518 v 0101 | a stitch in which parallel threads are drawn and exposed threads are caught together in groups
-03514894 06 n 01 henroost 0 001 @ 04107984 n 0000 | a roost for hens at night
-03514974 06 n 03 heparin 0 Lipo-Hepin 0 Liquaemin 0 002 @ 14994004 n 0000 @ 02718259 n 0000 | a polysaccharide produced in basophils (especially in the lung and liver) and that inhibits the activity of thrombin in coagulation of the blood; it (trade names Lipo-Hepin and Liquaemin) is used as an anticoagulant in the treatment of thrombosis and in heart surgery
-03515338 06 n 01 heraldry 0 004 @ 03282591 n 0000 -c 02713992 n 0000 ~ 03008565 n 0000 ~ 03058726 n 0000 | emblem indicating the right of a person to bear arms
-03515500 06 n 01 herbal_medicine 0 001 @ 03740161 n 0000 | a medicine made from plants and used to prevent or treat disease or promote health
-03515644 06 n 01 herb_garden 0 001 @ 03417345 n 0000 | a garden for growing herbs
-03515728 06 n 01 herm 0 001 @ 04306847 n 0000 | a statue consisting of a squared stone pillar with a carved head (usually a bearded Hermes) on top; used in ancient Greece as a boundary marker or signpost
-03515934 06 n 01 hermitage 0 001 @ 03259505 n 0000 | the abode of a hermit
-03516011 06 n 02 heroin 0 diacetylmorphine 0 003 @ 03850746 n 0000 @ 03492717 n 0000 ~ 02837416 n 0000 | a narcotic that is considered a hard drug; a highly addictive morphine derivative; intravenous injection provides the fastest and most intense rush
-03516266 06 n 01 herringbone 0 001 @ 03309808 n 0000 | a twilled fabric with a herringbone pattern
-03516367 06 n 02 herringbone 1 herringbone_pattern 0 001 @ 03178782 n 0000 | a pattern of columns of short parallel lines with all the lines in one column sloping one way and lines in adjacent columns sloping the other way; it is used in weaving, masonry, parquetry, embroidery
-03516647 06 n 02 Herschelian_telescope 0 off-axis_reflector 0 001 @ 04068601 n 0000 | a reflecting telescope with the mirror slightly tilted to throw the image to the side where it can be viewed
-03516844 06 n 05 Hessian_boot 0 hessian 0 jackboot 0 Wellington 0 Wellington_boot 0 001 @ 02872752 n 0000 | (19th century) a man's high tasseled boot
-03516996 06 n 03 heterodyne_receiver 0 superheterodyne_receiver 0 superhet 0 002 @ 04043733 n 0000 %p 03681813 n 0000 | a radio receiver that combines a locally generated frequency with the carrier frequency to produce a supersonic signal that is demodulated and amplified
-03517271 06 n 01 hexachlorophene 0 001 @ 02716205 n 0000 | antibacterial substance that is a water-soluble powder used in antiseptic soaps and toothpaste
-03517427 06 n 01 hex_nut 0 001 @ 03836191 n 0000 | a nut with a hexagonal shape
-03517509 06 n 01 hibachi 0 002 @ 02893418 n 0000 + 00327010 v 0101 | a portable brazier that burns charcoal and has a grill for cooking
-03517647 06 n 02 hideaway 0 retreat 0 002 @ 02735688 n 0000 + 02092476 v 0201 | an area where you can be alone
-03517760 06 n 02 hi-fi 0 high_fidelity_sound_system 0 001 @ 04077430 n 0000 | equipment for the reproduction of sound with high fidelity
-03517899 06 n 01 high_altar 0 001 @ 02699494 n 0000 | the main altar in a church
-03517982 06 n 01 high-angle_gun 0 002 @ 02950256 n 0000 ~ 03786715 n 0000 | a cannon that can be fired at a high elevation for relatively short ranges
-03518135 06 n 01 highball_glass 0 001 @ 03438257 n 0000 | a tall glass for serving highballs
-03518230 06 n 01 highboard 0 001 @ 03216080 n 0000 | a high diving board
-03518305 06 n 02 highboy 0 tallboy 0 001 @ 03015254 n 0000 | a tall chest of drawers divided into two sections and supported on four legs
-03518445 06 n 02 highchair 0 feeding_chair 0 002 @ 03001627 n 0000 %p 04119892 n 0000 | a chair for feeding a very young child; has four long legs and a footrest and a detachable tray
-03518631 06 n 02 high_gear 0 high 0 003 @ 03431243 n 0000 #p 02958343 n 0000 ~ 03863783 n 0000 | a forward gear with a gear ratio that gives the greatest vehicle velocity for a given engine speed
-03518829 06 n 02 high-hat_cymbal 0 high_hat 1 001 @ 03157348 n 0000 | cymbals that are operated by a foot pedal
-03518943 06 n 01 highlighter 0 002 @ 03722007 n 0000 + 00514069 v 0102 | a fluorescent marker used to mark important passages in a text
-03519081 06 n 01 highlighter 1 003 @ 03113152 n 0000 + 00514069 v 0102 + 00041206 v 0101 | a cosmetic used to highlight the eyes or cheekbones
-03519226 06 n 01 high-pass_filter 0 001 @ 03340009 n 0000 | a filter that passes frequencies above a certain value and attenuates frequencies below that value
-03519387 06 n 02 high-rise 0 tower_block 0 001 @ 04460130 n 0000 | tower consisting of a multistoried building of offices or apartments; "`tower block' is the British term for `high-rise'"
-03519578 06 n 02 highroad 0 trunk_road 0 002 @ 03519981 n 0000 ;r 08860123 n 0000 | a highway
-03519674 06 n 01 high_table 0 002 @ 03201208 n 0000 #p 03200539 n 0000 | a dining table in a dining-hall raised on a platform; seats are reserved for distinguished persons
-03519848 06 n 01 high-warp_loom 0 001 @ 03487331 n 0000 | a handloom in which the warp is carried vertically; for weaving tapestry
-03519981 06 n 02 highway 0 main_road 0 011 @ 04096066 n 0000 ~i 02729060 n 0000 ~ 02744323 n 0000 ~ 02828648 n 0000 ~ 03215508 n 0000 ~ 03306610 n 0000 ~i 03356670 n 0000 ~ 03519578 n 0000 %p 03577818 n 0000 ~ 03581354 n 0000 %p 04466386 n 0000 | a major road for any form of motor transport
-03520275 06 n 01 highway_system 0 001 @ 04473432 n 0000 | a transportation system consisting of roads for motor transport
-03520399 06 n 01 high_wire 0 001 @ 04434780 n 0000 | a tightrope very high above the ground
-03520493 06 n 01 hijab 0 001 @ 03505504 n 0000 | a headscarf worn by Muslim women; conceals the hair and neck and usually has a face veil that covers the face
-03520654 06 n 01 hilt 0 005 @ 03485997 n 0000 #p 04373894 n 0000 #p 03158885 n 0000 ~ 02802886 n 0000 %p 03626272 n 0000 | the handle of a sword or dagger
-03520811 06 n 08 hindrance 0 hinderance 0 hitch 2 preventive 3 preventative 3 encumbrance 0 incumbrance 0 interference 0 005 @ 03839993 n 0000 + 01763813 a 0401 + 02451370 v 0102 ~ 03047553 n 0000 ~ 04273659 n 0000 | any obstruction that impedes or is burdensome
-03521076 06 n 02 hinge 0 flexible_joint 0 012 @ 03600977 n 0000 #p 03307274 n 0000 #p 04371979 n 0000 #p 03394649 n 0000 #p 02836513 n 0000 #p 02963821 n 0000 #p 03427296 n 0000 + 01297174 v 0101 ~ 02928299 n 0000 %p 03944024 n 0000 ~ 04333869 n 0000 ~ 04399846 n 0000 | a joint that holds two parts together so that one can swing relative to the other
-03521431 06 n 02 hinging_post 0 swinging_post 0 001 @ 03428349 n 0000 | the gatepost on which the gate is hung
-03521544 06 n 02 hip_boot 0 thigh_boot 0 002 @ 02872752 n 0000 ~ 04542715 n 0000 | a very high boot; used especially for fishing
-03521675 06 n 02 hipflask 0 pocket_flask 0 001 @ 03359566 n 0000 | a flask that holds spirits
-03521771 06 n 01 hip_pad 0 001 @ 04015204 n 0000 | protective garment consisting of a pad worn by football and hockey players
-03521899 06 n 01 hip_pocket 0 002 @ 03972524 n 0000 #p 04489008 n 0000 | a pocket in rear of trousers
-03522003 06 n 01 hippodrome 0 001 @ 04295881 n 0000 | a stadium for horse shows or horse races
-03522100 06 n 02 hip_roof 0 hipped_roof 0 002 @ 04105068 n 0000 %p 13890679 n 0000 | a roof having sloping ends as well as sloping sides
-03522239 06 n 01 histamine_blocker 0 004 @ 03740161 n 0000 ~ 03031553 n 0000 ~ 03319858 n 0000 ~ 04053995 n 0000 | a medicine used to treat the gastric effects of histamine in cases of peptic ulcers and gastritis and gastroesophageal reflux; works by blocking the effects of histamine on the receptor site known as H2
-03522559 06 n 01 hit 0 001 @ 03225238 n 0000 | a dose of a narcotic drug
-03522634 06 n 01 hitch 0 006 @ 03627232 n 0000 ~ 02847728 n 0000 ~ 02985828 n 0000 ~ 04102962 n 0000 ~ 04189092 n 0000 ~ 04436401 n 0000 | a knot that can be undone by pulling against the strain that holds it; a temporary knot
-03522863 06 n 01 hitch 1 002 @ 03091374 n 0000 + 01614774 v 0101 | a connection between a vehicle and the load that it pulls
-03522990 06 n 01 hitching_post 0 001 @ 03988170 n 0000 | a fixed post with a ring to which a horse can be hitched to prevent it from straying
-03523134 06 n 02 hitchrack 0 hitching_bar 0 001 @ 04046590 n 0000 | a fixed horizontal rail to which a horse can be hitched to prevent it from straying
-03523288 06 n 01 hob 0 001 @ 04190052 n 0000 | a shelf beside an open fire where something can be kept warm
-03523398 06 n 01 hob 1 002 @ 03265032 n 0000 + 01403447 v 0101 | a hard steel edge tool used to cut gears
-03523506 06 n 01 hobble_skirt 0 001 @ 04230808 n 0000 | a long skirt very narrow below the knees, worn between 1910 and 1914
-03523633 06 n 03 hobby 0 hobbyhorse 0 rocking_horse 0 002 @ 03964744 n 0000 %p 04098513 n 0000 | a child's plaything consisting of an imitation horse mounted on rockers; the child straddles it and pretends to ride
-03523849 06 n 01 hobnail 0 002 @ 03804744 n 0000 + 02332788 v 0101 | a short nail with a thick head; used to protect the soles of boots
-03523987 06 n 01 hockey_skate 0 001 @ 03558404 n 0000 | an ice skate worn for playing hockey; has a short blade and a strong boot to protect the feet and ankles
-03524150 06 n 01 hockey_stick 0 001 @ 04318131 n 0000 | sports implement consisting of a stick used by hockey players to move the puck
-03524287 06 n 01 hod 0 001 @ 02883344 n 0000 | an open box attached to a long pole handle; bricks or mortar are carried on the shoulder
-03524425 06 n 01 hodoscope 0 002 @ 04147495 n 0000 ;c 06090869 n 0000 | (physics) scientific instrument that traces the path of a charged particle
-03524574 06 n 01 hoe 0 004 @ 04451818 n 0000 + 01742556 v 0101 %p 03524745 n 0000 ~ 04156591 n 0000 | a tool with a flat blade attached at right angles to a long handle
-03524745 06 n 01 hoe_handle 0 002 @ 03485997 n 0000 #p 03524574 n 0000 | the handle of a hoe
-03524840 06 n 01 hogan 0 001 @ 03685307 n 0000 | a Navajo lodge covered with earth; traditionally built with the entrance facing east
-03524976 06 n 01 hogshead 0 001 @ 02795169 n 0000 | a large cask especially one holding 63 gals
-03525074 06 n 01 hoist 0 005 @ 03664675 n 0000 + 01455184 v 0101 ~ 02853745 n 0000 ~ 03503908 n 0000 ~ 04575824 n 0000 | lifting device for raising heavy or cumbersome objects
-03525252 06 n 02 hold 1 keep 1 003 @ 02991302 n 0000 + 01302019 v 0201 + 01301410 v 0103 | a cell in a jail or prison
-03525372 06 n 01 hold 3 002 @ 04340935 n 0000 ;u 07073447 n 0000 | a stronghold
-03525454 06 n 01 holder 0 007 @ 03525827 n 0000 + 01217043 v 0101 ~ 02948557 n 0000 ~ 03031152 n 0000 ~ 03613873 n 0000 ~ 03905730 n 0000 ~ 04614244 n 0000 | a holding device; "a towel holder"; "a cigarette holder"; "an umbrella holder"
-03525693 06 n 01 holding_cell 0 001 @ 03592245 n 0000 | a jail in a courthouse where accused persons can be confined during a trial
-03525827 06 n 01 holding_device 0 009 @ 03183080 n 0000 ~ 03027250 n 0000 ~ 03036866 n 0000 ~ 03525454 n 0000 ~ 03594277 n 0000 ~ 03644532 n 0000 ~ 04019881 n 0000 ~ 04276050 n 0000 ~ 04538552 n 0000 | a device for holding something
-03526062 06 n 03 holding_pen 0 holding_paddock 0 holding_yard 0 001 @ 03907227 n 0000 | a pen where livestock is temporarily confined
-03526198 06 n 01 hole 0 029 @ 03848729 n 0000 + 01282023 v 0101 ~ 02689556 n 0000 ~ 02738978 n 0000 ~ 02919976 n 0000 ~ 02928930 n 0000 ~ 03118051 n 0000 ~ 03148130 n 0000 ~ 03261157 n 0000 ~ 03308297 n 0000 ~ 03308853 n 0000 ~ 03341707 n 0000 ~ 03341850 n 0000 ~ 03500090 n 0000 ~ 03614782 n 0000 ~ 03689443 n 0000 ~ 03694949 n 0000 ~ 03717447 n 0000 ~ 03787308 n 0000 ~ 03794540 n 0000 ~ 03805634 n 0000 ~ 03905208 n 0000 ~ 03915900 n 0000 ~ 03968581 n 0000 ~ 03989553 n 0000 ~ 04024396 n 0000 ~ 04262010 n 0000 ~ 04431158 n 0000 ~ 04526241 n 0000 | an opening deliberately made in or through something
-03526805 06 n 02 hole 1 golf_hole 0 004 @ 15256915 n 0000 #p 03446528 n 0000 + 01408153 v 0101 ~ 03218100 n 0000 | one playing period (from tee to green) on a golf course; "he played 18 holes"
-03527000 06 n 01 hole_card 0 002 @ 03963982 n 0000 ;c 00498220 n 0000 | (poker) a playing card dealt face down and not revealed until the showdown
-03527149 06 n 02 hollowware 0 holloware 0 001 @ 04221424 n 0000 | silverware serving dishes
-03527243 06 n 02 hologram 0 holograph 0 001 @ 03925226 n 0000 | the intermediate photograph (or photographic record) that contains information for reproducing a three-dimensional image by holography
-03527444 06 n 01 holster 0 002 @ 04187061 n 0000 ~ 04207763 n 0000 | a sheath (usually leather) for carrying a handgun
-03527565 06 n 01 holster 1 001 @ 02827606 n 0000 | a belt with loops or slots for carrying small hand tools
-03527675 06 n 02 holy_of_holies 0 sanctum_sanctorum 0 003 @ 04133648 n 0000 #p 04378651 n 0000 ;c 06232880 n 0000 | (Judaism) sanctuary comprised of the innermost chamber of the Tabernacle in the temple of Solomon where the Ark of the Covenant was kept
-03527930 06 n 02 Holy_Sepulcher 0 Holy_Sepulchre 0 002 @i 02921884 n 0000 #p 08794798 n 0000 | the sepulcher in which Christ's body lay between burial and resurrection
-03528100 06 n 03 home 1 nursing_home 0 rest_home 0 002 @ 03574555 n 0000 + 02459633 v 0101 | an institution where people are cared for; "a home for the elderly"
-03528263 06 n 02 home_appliance 0 household_appliance 0 008 @ 02729837 n 0000 ~ 03150511 n 0000 ~ 03584829 n 0000 ~ 03620052 n 0000 ~ 04179913 n 0000 ~ 04488857 n 0000 ~ 04517823 n 0000 ~ 04580493 n 0000 | an appliance that does a particular job in the home
-03528523 06 n 01 home_computer 0 001 @ 03082979 n 0000 | a computer intended for use in the home
-03528622 06 n 01 home_court 0 002 @ 02802544 n 0000 ;c 00480993 n 0000 | (basketball) the court where the host team plays its home games
-03528761 06 n 01 home-farm 0 002 @ 03322099 n 0000 ;r 08860123 n 0000 | a farm that supplies the needs of a large estate of establishment
-03528901 06 n 04 home_plate 0 home_base 1 home 2 plate 4 002 @ 02797881 n 0000 ;c 00471613 n 0000 | (baseball) base consisting of a rubber slab where the batter stands; it must be touched by a base runner in order to score; "he ruled that the runner failed to touch home"
-03529175 06 n 02 home_room 0 homeroom 0 001 @ 03038685 n 0000 | a classroom in which all students in a particular grade (or in a division of a grade) meet at certain times under the supervision of a teacher who takes attendance and does other administrative business
-03529444 06 n 01 homespun 0 004 @ 03309808 n 0000 + 02240795 a 0101 + 00674913 a 0101 ~ 04121342 n 0000 | a rough loosely woven fabric originally made with yarn that was spun at home
-03529629 06 n 01 homestead 0 001 @ 03259505 n 0000 | dwelling that is usually a farmhouse and adjoining land
-03529740 06 n 01 homestretch 0 001 @ 04336645 n 0000 | the straight stretch of a racetrack leading to the finish line
-03529860 06 n 02 home_theater 0 home_theatre 0 001 @ 04417809 n 0000 | television and video equipment designed to reproduce in the home the experience of being in a movie theater
-03530041 06 n 01 homing_device 0 002 @ 03738472 n 0000 #p 03466162 n 0000 | the mechanism in a guided missile that guides it toward its objective
-03530189 06 n 01 homing_torpedo 0 001 @ 04456472 n 0000 | a torpedo that is guided to its target (as by the sound of a ship's engines)
-03530326 06 n 01 homolosine_projection 0 001 @ 03293471 n 0000 | an equal-area projection map of the globe; oceans are distorted in order to minimize the distortion of the continents
-03530511 06 n 01 hone 0 002 @ 04577426 n 0000 + 01247181 v 0101 | a whetstone made of fine gritstone; used for sharpening razors
-03530642 06 n 01 honeycomb 0 003 @ 03391770 n 0000 + 00533773 v 0101 + 01752162 v 0101 | a framework of hexagonal cells resembling the honeycomb built by bees
-03530803 06 n 02 honkytonk 0 dive 1 001 @ 02931417 n 0000 | a cheap disreputable nightclub or dance hall
-03530910 06 n 04 hood 0 bonnet 1 cowl 0 cowling 0 006 @ 04014297 n 0000 #p 02958343 n 0000 #p 02691156 n 0000 + 01337224 v 0401 + 01337224 v 0301 %p 03532187 n 0000 | protective covering consisting of a metal part that covers the engine; "there are powerful engines under the hoods of new cars"; "the mechanic removed the cowling in order to repair the plane's engine"
-03531281 06 n 01 hood 2 005 @ 03502509 n 0000 + 01337092 v 0101 ~ 02938095 n 0000 ~ 02941845 n 0000 ~ 03124474 n 0000 | a headdress that protects the head and face
-03531447 06 n 01 hood 3 002 @ 04105438 n 0000 ~ 02937958 n 0000 | the folding roof of a carriage
-03531546 06 n 02 hood 4 exhaust_hood 0 002 @ 03122748 n 0000 ~ 04053677 n 0000 | metal covering leading to a vent that exhausts smoke or fumes
-03531691 06 n 01 hood 5 002 @ 03122748 n 0000 ;c 05635448 n 0000 | (falconry) a leather covering for a hawk's head
-03531808 06 n 02 hood 6 lens_hood 0 003 @ 02755244 n 0000 #p 02942699 n 0000 #p 04404997 n 0000 | a tubular attachment used to keep stray light out of the lens of a camera
-03531982 06 n 01 hood_latch 0 001 @ 02982599 n 0000 | a catch that holds the hood of a car shut
-03532080 06 n 01 hoodoo 2 002 @ 00002684 n 0000 + 02726717 v 0101 | something believed to bring bad luck
-03532187 06 n 01 hood_ornament 0 002 @ 03169390 n 0000 #p 03530910 n 0000 | an ornament on the front of the hood of a car emblematic of the manufacturer
-03532342 06 n 01 hook 0 013 @ 03563967 n 0000 + 01365709 v 0101 + 01672490 v 0102 %p 02790322 n 0000 ~ 02859343 n 0000 ~ 02929184 n 0000 ~ 03138128 n 0000 ~ 03148518 n 0000 ~ 03351151 n 0000 ~ 03410022 n 0000 ~ 03436990 n 0000 ~ 03736147 n 0000 ~ 04232437 n 0000 | a curved or bent implement for suspending or pulling something
-03532672 06 n 02 hook 1 claw 0 007 @ 03736970 n 0000 #p 03057920 n 0000 #p 03454211 n 0000 + 01365549 v 0101 ~ 02709367 n 0000 ~ 03992208 n 0000 ~ 04411966 n 0000 | a mechanical device that is curved or bent to suspend or hold or pull something
-03532919 06 n 01 hook 3 002 @ 02982599 n 0000 + 01365549 v 0101 | a catch for locking a door
-03533014 06 n 0b hookah 0 narghile 0 nargileh 0 sheesha 0 shisha 0 chicha 0 calean 0 kalian 0 water_pipe 0 hubble-bubble 0 hubbly-bubbly 0 001 @ 03945167 n 0000 | an oriental tobacco pipe with a long flexible tube connected to a container where the smoke is cooled by passing through water; "a bipolar world with the hookah and Turkish coffee versus hamburgers and Coca Cola"
-03533392 06 n 01 hook_and_eye 0 001 @ 03323703 n 0000 | a kind of fastener used on clothing
-03533486 06 n 02 hookup 0 assemblage 0 003 @ 04377057 n 0000 + 01656788 v 0201 + 01366426 v 0101 | a system of components assembled together for a particular purpose
-03533654 06 n 01 hookup 1 002 @ 03091374 n 0000 + 01366426 v 0101 | a device providing a connection between a power source and a user; "some campsites have electrical hookups for trailers"
-03533845 06 n 02 hook_wrench 0 hook_spanner 0 001 @ 04606574 n 0000 | a wrench with a hook that fits over a nut or bolt head
-03533972 06 n 02 hoop 0 ring 2 014 @ 02784218 n 0000 #p 04543772 n 0000 #p 02795169 n 0000 + 01303123 v 0101 ~ 02960690 n 0000 ~ 03068862 n 0000 ~ 03151401 n 0000 ~ 03615037 n 0000 ~ 03807780 n 0000 ~ 03832008 n 0000 ~ 04092305 n 0000 ~ 04092447 n 0000 ~ 04440749 n 0000 ~ 04460038 n 0000 | a rigid circular band of metal or wood or other material used for holding or fastening or hanging or pulling; "there was still a rusty iron hoop for tying a horse"
-03534429 06 n 01 hoop 1 004 @ 04226537 n 0000 #p 03534580 n 0000 ~ 03323319 n 0000 ~ 03883278 n 0000 | a light curved skeleton to spread out a skirt
-03534580 06 n 02 hoopskirt 0 crinoline 2 002 @ 04230808 n 0000 %p 03534429 n 0000 | a skirt stiffened with hoops
-03534695 06 n 02 hoosegow 0 hoosgow 0 001 @ 03592245 n 0000 | slang for a jail
-03534776 06 n 01 Hoover 0 003 @ 04517823 n 0000 ;u 06851742 n 0000 + 01244853 v 0103 | a kind of vacuum cleaner
-03534890 06 n 01 Hoover_Dam 0 002 @i 03160309 n 0000 #p 09110422 n 0000 | a large dam built in 1933 on the Colorado River in Nevada
-03535024 06 n 02 hope_chest 0 wedding_chest 0 001 @ 03014705 n 0000 | chest for storage of clothing (trousseau) and household goods in anticipation of marriage
-03535186 06 n 02 hop_garden 0 hop_field 0 001 @ 03417345 n 0000 | a garden where hops are grown
-03535284 06 n 01 hopper 0 002 @ 04060904 n 0000 + 01966861 v 0101 | funnel-shaped receptacle; contents pass by gravity into a receptacle below
-03535429 06 n 02 hop-picker 0 hopper 2 001 @ 03699975 n 0000 | a machine used for picking hops
-03535526 06 n 01 hop_pole 0 001 @ 03988170 n 0000 | a tall pole to support the wires on which the hop plant is trained
-03535647 06 n 02 hopsacking 0 hopsack 0 001 @ 03309808 n 0000 | a loosely woven coarse fabric of cotton or linen; used in clothing
-03535780 06 n 02 horizontal_bar 0 high_bar 0 002 @ 03472232 n 0000 %p 02790154 n 0000 | gymnastic apparatus consisting of a bar supported in a horizontal position by uprights at both ends
-03535970 06 n 01 horizontal_section 0 001 @ 03737912 n 0000 | a mechanical drawing of an object as if made by a plane cutting through it horizontally
-03536122 06 n 03 horizontal_stabilizer 0 horizontal_stabiliser 0 tailplane 0 002 @ 02688443 n 0000 #p 03536568 n 0000 | the horizontal airfoil of an aircraft's tail assembly that is fixed and to which the elevator is hinged
-03536348 06 n 02 horizontal_surface 0 level 3 005 @ 04362025 n 0000 + 01661804 v 0201 ~ 03365592 n 0000 ~ 03900509 n 0000 ~ 03961939 n 0000 | a flat surface at right angles to a plumb line; "park the car on the level"
-03536568 06 n 01 horizontal_tail 0 004 @ 04294426 n 0000 #p 04384016 n 0000 %p 03281524 n 0000 %p 03536122 n 0000 | the horizontal stabilizer and elevator in the tail assembly of an aircraft
-03536761 06 n 01 horn 3 005 @ 02694426 n 0000 ~ 02689748 n 0000 ~ 03375171 n 0000 ~ 03622058 n 0000 ~ 04201064 n 0000 | an alarm device that makes a loud warning sound
-03536931 06 n 02 horn 4 saddle_horn 0 002 @ 03980178 n 0000 #p 04325041 n 0000 | a high pommel of a Western saddle (usually metal covered with leather)
-03537085 06 n 01 horn 6 002 @ 03827536 n 0000 ;c 00455599 n 0000 | a noisemaker (as at parties or games) that makes a loud noise when you blow through it
-03537241 06 n 01 horn 7 001 @ 03183080 n 0000 | a device having the shape of a horn; "horns at the ends of a new moon"; "the hornof an anvil"; "the cleat had two horns"
-03537412 06 n 01 horn_button 0 002 @ 04027023 n 0000 #p 02761834 n 0000 | a button that you press to activate the horn of an automobile
-03537550 06 n 03 hornpipe 0 pibgorn 0 stockhorn 0 002 @ 04222847 n 0000 ;u 07073447 n 0000 | an ancient (now obsolete) single-reed woodwind; usually made of bone
-03537714 06 n 01 horoscope 0 001 @ 03186399 n 0000 | a diagram of the positions of the planets and signs of the zodiac at a particular time and place
-03537866 06 n 01 horror 0 001 @ 04424418 n 0000 | something that inspires dislike; something horrible; "the painting that others found so beautiful was a horror to him"
-03538037 06 n 02 horse 3 gymnastic_horse 0 003 @ 03472232 n 0000 ~ 03980478 n 0000 ~ 04524142 n 0000 | a padded gymnastic apparatus on legs
-03538179 06 n 01 horsebox 0 001 @ 03100490 n 0000 | a conveyance (railroad car or trailer) for transporting racehorses
-03538300 06 n 01 horsecar 0 001 @ 04335435 n 0000 | an early form of streetcar that was drawn by horses
-03538406 06 n 02 horse_cart 0 horse-cart 0 002 @ 02970849 n 0000 ~ 03235979 n 0000 | heavy cart; drawn by a horse; used for farm work
-03538542 06 n 01 horsecloth 0 001 @ 02955540 n 0000 | a cloth for the trapping of a horse
-03538634 06 n 01 horse-drawn_vehicle 0 005 @ 04576211 n 0000 ~ 02968473 n 0000 ~ 03009269 n 0000 ~ 03669245 n 0000 ~ 04353573 n 0000 | a wheeled vehicle drawn by one or more horses
-03538817 06 n 01 horsehair 0 001 @ 03309808 n 0000 | a fabric made from fibers taken from the mane or tail of horses; used for upholstery
-03538957 06 n 01 horsehair_wig 0 001 @ 04584207 n 0000 | a wig made of horsehair; "the English judiciary wear their traditional horsehair wigs"
-03539103 06 n 01 horseless_carriage 0 001 @ 02958343 n 0000 | an early term for an automobile; "when automobiles first replaced horse-drawn carriages they were called horseless carriages"
-03539293 06 n 02 horse_pistol 0 horse-pistol 0 001 @ 03948459 n 0000 | a large pistol (usually in a holster) formerly carried by horsemen
-03539433 06 n 02 horseshoe 0 shoe 1 001 @ 03959701 n 0000 | U-shaped plate nailed to underside of horse's hoof
-03539546 06 n 01 horseshoe 1 001 @ 03414162 n 0000 | game equipment consisting of an open ring of iron used in playing horseshoes
-03539678 06 n 01 horse-trail 0 001 @ 04466613 n 0000 | a trail for horses
-03539754 06 n 01 horsewhip 0 003 @ 04577769 n 0000 + 01398772 v 0101 ~ 02912673 n 0000 | a whip for controlling horses
-03539875 06 n 02 hose 1 hosepipe 0 007 @ 04493505 n 0000 + 00228521 v 0101 ~ 02690270 n 0000 ~ 03346004 n 0000 ~ 03417871 n 0000 ~ 04041408 n 0000 ~ 04557872 n 0000 | a flexible pipe for conveying a liquid or gas
-03540090 06 n 01 hose 2 001 @ 03419014 n 0000 | man's close-fitting garment of the 16th and 17th centuries covering the legs and reaching up to the waist; worn with a doublet
-03540267 06 n 02 hosiery 0 hose 0 005 @ 03381126 n 0000 ;r 08860123 n 0000 ~ 04254777 n 0000 ~ 04323819 n 0000 ~ 04434932 n 0000 | socks and stockings and tights collectively (the British include underwear)
-03540476 06 n 01 hospice 0 001 @ 03546340 n 0000 | a lodging for travelers (especially one kept by a monastic order)
-03540595 06 n 02 hospital 0 infirmary 0 012 @ 03739518 n 0000 + 02348927 v 0101 %p 02922996 n 0000 %p 03043274 n 0000 ~ 03129471 n 0000 %p 03541091 n 0000 ~ 03650803 n 0000 ~ 03730334 n 0000 ~ 03746574 n 0000 ~ 03762982 n 0000 ~ 04133497 n 0000 %p 04549919 n 0000 | a health facility where patients receive treatment
-03540914 06 n 01 hospital_bed 0 002 @ 04222210 n 0000 %p 03654826 n 0000 | a single bed with a frame in three sections so the head or middle or foot can be raised as required
-03541091 06 n 01 hospital_room 0 005 @ 04105893 n 0000 #p 03540595 n 0000 ~ 03283221 n 0000 ~ 03850245 n 0000 ~ 04064862 n 0000 | a room in a hospital for the care of patients
-03541269 06 n 01 hospital_ship 0 001 @ 04194289 n 0000 | a ship built to serve as a hospital; used for wounded in wartime
-03541393 06 n 01 hospital_train 0 002 @ 04468005 n 0000 ;c 08199025 n 0000 | a military train built to transport wounded troops to a hospital
-03541537 06 n 03 hostel 0 youth_hostel 0 student_lodging 0 001 @ 03546340 n 0000 | inexpensive supervised lodging (especially for youths on bicycling trips)
-03541696 06 n 05 hostel 1 hostelry 0 inn 0 lodge 1 auberge 0 006 @ 03542333 n 0000 + 02652494 v 0401 ~ 02961035 n 0000 ~ 03561573 n 0000 ~ 03989898 n 0000 ~ 04097085 n 0000 | a hotel providing overnight lodging for travelers
-03541923 06 n 01 hot-air_balloon 0 001 @ 02782093 n 0000 | balloon for travel through the air in a basket suspended below a large bag of heated air
-03542073 06 n 01 hotbed 0 001 @ 02819474 n 0000 | a bed of earth covered with glass and heated by rotting manure to promote the growth of plants
-03542220 06 n 01 hotbox 0 001 @ 03602686 n 0000 | a journal bearing (as of a railroad car) that has overheated
-03542333 06 n 01 hotel 0 009 @ 02913152 n 0000 ~ 03362223 n 0000 ~ 03541696 n 0000 %p 03542860 n 0000 ~ 03790755 n 0000 ~ 04080705 n 0000 ~ 04095109 n 0000 ~ 04229737 n 0000 ~ 08640531 n 0000 | a building where travelers can pay for lodging and meals and other services
-03542605 06 n 02 hotel-casino 0 casino-hotel 0 001 @ 02913152 n 0000 | a building that houses both a hotel and a casino
-03542727 06 n 02 hotel-casino 2 casino-hotel 2 001 @ 03953020 n 0000 | a business establishment that combines a casino and a hotel
-03542860 06 n 01 hotel_room 0 004 @ 02821627 n 0000 #p 03542333 n 0000 ~ 02680638 n 0000 ~ 03091223 n 0000 | a bedroom (usually with bath) in a hotel
-03543012 06 n 01 hot_line 0 001 @ 04402057 n 0000 | a direct telephone line between two officials
-03543112 06 n 01 hot_pants 0 002 @ 04205318 n 0000 ;u 06295235 n 0000 | skin-tight very short pants worn by young women as an outer garment
-03543254 06 n 02 hot_plate 0 hotplate 0 001 @ 03620052 n 0000 | a portable electric appliance for heating or cooking or keeping food warm
-03543394 06 n 02 hot_rod 0 hot-rod 0 001 @ 02958343 n 0000 | a car modified to increase its speed and acceleration
-03543511 06 n 02 hot_spot 0 hotspot 0 001 @ 04286128 n 0000 | a lively entertainment spot
-03543603 06 n 01 hot_tub 0 001 @ 02808440 n 0000 | a very large tub (large enough for more than one bather) filled with hot water
-03543735 06 n 02 hot-water_bottle 0 hot-water_bag 0 001 @ 04060904 n 0000 | a stoppered receptacle (usually made of rubber) that is to be filled with hot water and used for warming a bed or parts of the body
-03543945 06 n 05 houndstooth_check 0 hound's-tooth_check 0 dogstooth_check 0 dogs-tooth_check 0 dog's-tooth_check 0 001 @ 03011162 n 0000 | textile with a pattern of small broken or jagged checks
-03544143 06 n 01 hourglass 0 001 @ 04134632 n 0000 | a sandglass that runs for sixty minutes
-03544238 06 n 02 hour_hand 0 little_hand 0 001 @ 03482523 n 0000 | the shorter hand of a clock that points to the hours
-03544360 06 n 01 house 0 034 @ 03259505 n 0000 @ 02913152 n 0000 + 02459173 v 0101 ~ 02814338 n 0000 ~ 02857477 n 0000 ~ 02919792 n 0000 ~ 02932400 n 0000 ~ 03002816 n 0000 ~ 03007297 n 0000 ~ 03118969 n 0000 ~ 03180865 n 0000 ~ 03219483 n 0000 ~ 03257210 n 0000 ~ 03322836 n 0000 ~ 03428090 n 0000 ~ 03465605 n 0000 ~ 03474352 n 0000 %p 03660909 n 0000 ~ 03685486 n 0000 ~ 03685820 n 0000 %p 03686130 n 0000 ~ 03713151 n 0000 ~ 03719053 n 0000 %p 03984381 n 0000 ~ 04052658 n 0000 ~ 04079244 n 0000 ~ 04115256 n 0000 ~ 04125541 n 0000 ~ 04131368 n 0000 ~ 04255899 n 0000 ~ 04258438 n 0000 %p 04345028 n 0000 ~ 04465050 n 0000 ~ 04535524 n 0000 | a dwelling that serves as living quarters for one or more families; "he has a house on Cape Cod"; "she felt she had to get out of the house"
-03545150 06 n 01 house 1 011 @ 02913152 n 0000 + 02459173 v 0101 ~ 02806875 n 0000 ~ 03121298 n 0000 ~ 03333610 n 0000 ~ 03557512 n 0000 ~ 03736269 n 0000 ~ 03837698 n 0000 ~ 04022708 n 0000 ~ 04246731 n 0000 ~ 04304812 n 0000 | a building in which something is sheltered or located; "they had a large carriage house"
-03545470 06 n 01 houseboat 0 001 @ 02792552 n 0000 | a barge that is designed and equipped for use as a dwelling
-03545585 06 n 01 houselights 0 003 @ 03665366 n 0000 #m 04418644 n 0000 ;u 06295235 n 0000 | lights that illuminate the audience's part of a theater or other auditorium
-03545756 06 n 04 house_of_cards 0 cardhouse 0 card-house 0 cardcastle 0 001 @ 04341686 n 0000 | an unstable construction with playing cards; "he built three levels of his cardcastle before it collapsed"
-03545961 06 n 01 house_of_correction 0 001 @ 03592245 n 0000 | (formerly) a jail or other place of detention for persons convicted of minor offences
-03546112 06 n 02 house_paint 0 housepaint 0 001 @ 03875218 n 0000 | paint used to cover the exterior woodwork of a house
-03546235 06 n 01 housetop 0 001 @ 04105068 n 0000 | the roof of a house; "shout it from the housetops"
-03546340 06 n 03 housing 0 lodging 0 living_accommodations 0 017 @ 04341686 n 0000 + 02459173 v 0101 ~ 02726305 n 0000 ~ 02839200 n 0000 ~ 02853016 n 0000 ~ 02945161 n 0000 ~ 03088389 n 0000 ~ 03259505 n 0000 ~ 03540476 n 0000 ~ 03541537 n 0000 ~ 03679384 n 0000 ~ 03776460 n 0000 ~ 03933391 n 0000 ~ 04031884 n 0000 ~ 04056491 n 0000 ~ 04192238 n 0000 ~ 04465203 n 0000 | structures collectively in which people are housed
-03546766 06 n 01 housing 1 010 @ 04014297 n 0000 + 02701828 v 0101 ~ 02841187 n 0000 ~ 02933340 n 0000 ~ 03127203 n 0000 ~ 03213715 n 0000 ~ 03602790 n 0000 ~ 03637027 n 0000 ~ 04045255 n 0000 ~ 04190747 n 0000 | a protective cover designed to contain or support a mechanical component
-03547054 06 n 05 hovel 0 hut 0 hutch 1 shack 0 shanty 0 004 @ 04191595 n 0000 + 02650552 v 0402 ~ 03560430 n 0000 ~ 03796848 n 0000 | small crude shelter used as a dwelling
-03547229 06 n 02 hovercraft 0 ground-effect_machine 0 001 @ 03125870 n 0000 | a craft capable of moving over water or land on a cushion of air created by jet engines
-03547397 06 n 02 howdah 0 houdah 0 001 @ 04161358 n 0000 | a (usually canopied) seat for riding on the back of a camel or elephant
-03547530 06 n 02 huarache 0 huaraches 0 001 @ 04133789 n 0000 | a sandal with flat heels and an upper of woven leather straps
-03547658 06 n 01 hub 0 004 @ 03892891 n 0000 #p 02974003 n 0000 #p 03271574 n 0000 #p 04011827 n 0000 | the central part of a car wheel (or fan or propeller etc) through which the shaft or axle passes
-03547861 06 n 02 hub-and-spoke 0 hub-and-spoke_system 0 001 @ 02693709 n 0000 | a system of air transportation in which local airports offer air transportation to a central airport where long-distance flights are available
-03548086 06 n 01 hubcap 0 002 @ 02955065 n 0000 #p 02974003 n 0000 | cap that fits over the hub of a wheel
-03548195 06 n 02 huck 0 huckaback 0 001 @ 04459610 n 0000 | toweling consisting of coarse absorbent cotton or linen fabric
-03548320 06 n 01 hug-me-tight 0 001 @ 03589791 n 0000 | a woman's fitted jacket
-03548402 06 n 01 hula-hoop 0 001 @ 03964744 n 0000 | plaything consisting of a tubular plastic hoop for swinging around the hips
-03548533 06 n 01 hulk 0 001 @ 04194289 n 0000 | a ship that has been wrecked and abandoned
-03548626 06 n 01 hull 0 006 @ 04341686 n 0000 #p 04530566 n 0000 %p 03609542 n 0000 %p 03609959 n 0000 %p 04087126 n 0000 %p 04088982 n 0000 | the frame or body of ship
-03548797 06 n 01 Humber_Bridge 0 002 @i 04366367 n 0000 #p 08877208 n 0000 | a suspension bridge at Hull, England; 4,626 feet long
-03548930 06 n 02 humeral_veil 0 veil 1 002 @ 04532106 n 0000 + 01483247 v 0201 | a vestment worn by a priest at High Mass in the Roman Catholic Church; a silk shawl
-03549097 06 n 01 humming_top 0 001 @ 04454240 n 0000 | a top that makes a humming noise as it spins
-03549199 06 n 02 Humvee 0 Hum-Vee 0 002 @ 03764276 n 0000 ;u 06851742 n 0000 | a high mobility, multipurpose, military vehicle with four-wheel drive
-03549350 06 n 02 hunter 0 hunting_watch 0 001 @ 04555897 n 0000 | a watch with a hinged metal lid to protect the crystal
-03549473 06 n 01 hunting_knife 0 001 @ 03623556 n 0000 | a large sharp knife with a handle shaped to fit the grip
-03549589 06 n 01 hurdle 0 002 @ 02796623 n 0000 + 01967205 v 0101 | a light movable barrier that competitors must leap over in certain races
-03549732 06 n 04 hurricane_deck 0 hurricane_roof 0 promenade_deck 0 awning_deck 0 002 @ 03167666 n 0000 #p 03896103 n 0000 | a deck at the top of a passenger ship
-03549897 06 n 05 hurricane_lamp 0 hurricane_lantern 0 tornado_lantern 0 storm_lantern 0 storm_lamp 0 001 @ 03636248 n 0000 | an oil lamp with a glass chimney and perforated metal lid to protect the flame from high winds; candlestick with a glass chimney
-03550153 06 n 03 hut 1 army_hut 0 field_hut 0 003 @ 04191595 n 0000 ;c 08199025 n 0000 ~ 03826186 n 0000 | temporary military shelter
-03550289 06 n 01 hutch 0 002 @ 02936714 n 0000 ~ 04037220 n 0000 | a cage (usually made of wood and wire mesh) for small animals
-03550420 06 n 01 hutment 0 002 @ 02944826 n 0000 ;c 08199025 n 0000 | an encampment of huts (chiefly military)
-03550533 06 n 01 hydantoin 0 002 @ 02718469 n 0000 ~ 03203441 n 0000 | any of a group of anticonvulsant drugs used in treating epilepsy
-03550671 06 n 02 hydralazine 0 Apresoline 0 002 @ 02721160 n 0000 @ 04522904 n 0000 | an antihypertensive drug (trade name Apresoline) that dilates blood vessels; used (often with a diuretic) to treat hypertension and congestive heart failure
-03550916 06 n 01 hydrant 0 002 @ 03206158 n 0000 ~ 03346898 n 0000 | a discharge pipe with a valve and spout at which water may be drawn from the mains of waterworks
-03551084 06 n 02 hydraulic_brake 0 hydraulic_brakes 0 006 @ 02891188 n 0000 %p 02889996 n 0000 %p 02890804 n 0000 ~ 03208938 n 0000 ~ 03250089 n 0000 ~ 03379719 n 0000 | brake system in which a brake pedal moves a piston in the master cylinder; brake fluid then applies great force to the brake pads or shoes
-03551395 06 n 01 hydraulic_press 0 001 @ 03999992 n 0000 | press in which a force applied by a piston to a small area is transmitted through water to another piston having a large area
-03551582 06 n 02 hydraulic_pump 0 hydraulic_ram 0 001 @ 04021798 n 0000 | a water pump that uses the kinetic energy of flowing water to force a small fraction of that water to a reservoir at a higher level
-03551790 06 n 01 hydraulic_system 0 002 @ 03738472 n 0000 ~ 03552001 n 0000 | a mechanism operated by the resistance offered or the pressure transmitted when a liquid is forced through a small opening or tube
-03552001 06 n 02 hydraulic_transmission 0 hydraulic_transmission_system 0 002 @ 04472243 n 0000 @ 03551790 n 0000 | a transmission that depends on a hydraulic system
-03552169 06 n 04 hydrochlorothiazide 0 Microzide 0 Esidrix 0 HydroDIURIL 0 005 @ 04423288 n 0000 #s 03732828 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 | a diuretic drug (trade name Microzide, Esidrix, and HydroDIURIL) used in the treatment of hypertension
-03552449 06 n 01 hydroelectric_turbine 0 002 @ 04498523 n 0000 ~ 03392648 n 0000 | turbine consisting of a large and efficient version of a water wheel used to drive an electric generator
-03552639 06 n 01 hydroflumethiazide 0 001 @ 04423288 n 0000 | diuretic used to treat hypertension and edema
-03552749 06 n 02 hydrofoil 0 hydroplane 1 002 @ 04273569 n 0000 + 01943153 v 0201 | a speedboat that is equipped with winglike structures that lift it so that it skims the water at high speeds; "the museum houses a replica of the jet hydroplane that broke the record"
-03553019 06 n 02 hydrofoil 1 foil 3 001 @ 03183080 n 0000 | a device consisting of a flat or curved piece (as a metal plate) so that its surface reacts to the water it is passing through; "the fins of a fish act as hydrofoils"
-03553248 06 n 04 hydrogen_bomb 0 H-bomb 0 fusion_bomb 0 thermonuclear_bomb 0 002 @ 03834604 n 0000 @ 02866578 n 0000 | a nuclear weapon that releases atomic energy by union of light (hydrogen) nuclei at high temperatures to form helium
-03553486 06 n 02 hydrometer 0 gravimeter 0 005 @ 03733925 n 0000 + 03002841 a 0202 + 03002841 a 0101 ~ 04130566 n 0000 ~ 04421582 n 0000 | a measuring instrument for determining the specific gravity of a liquid or solid
-03553708 06 n 03 hydromorphone_hydrochloride 0 hydromorphone 0 Dilaudid 0 002 @ 02707683 n 0000 ;u 06845599 n 0301 | a narcotic analgesic (trade name Dilaudid) used to treat moderate to severe pain
-03553908 06 n 02 hydroxychloroquine 0 Plaquenil 0 002 @ 02721538 n 0000 ;u 06845599 n 0201 | anti-inflammatory drug (trade name Plaquenil) used in the treatment of rheumatoid arthritis and malaria and lupus erythematosus
-03554131 06 n 04 hydroxyzine_hydrochloride 0 hydroxyzine 0 Atarax 0 Vistaril 0 003 @ 03771443 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 | a drug (trade names Atarax and Vistaril) used as a tranquilizer to treat anxiety and motion sickness
-03554375 06 n 01 hygrodeik 0 001 @ 03554460 n 0000 | a wet and dry bulb hygrometer
-03554460 06 n 01 hygrometer 0 004 @ 03733925 n 0000 ~ 03554375 n 0000 ~ 03554645 n 0000 ~ 04017571 n 0000 | measuring instrument for measuring the relative humidity of the atmosphere
-03554645 06 n 01 hygroscope 0 002 @ 03554460 n 0000 + 00007096 a 0101 | hygrometer that shows variations in the relative humidity of the atmosphere
-03554795 06 n 01 hyoscyamine 0 002 @ 14712692 n 0000 @ 15032376 n 0000 | a poisonous crystalline alkaloid (isometric with atropine but more potent); used to treat excess motility of the gastrointestinal tract
-03555006 06 n 01 hyperbaric_chamber 0 001 @ 03003730 n 0000 | a large chamber in which the oxygen pressure is above normal for the atmosphere; used in treating breathing disorders or carbon monoxide poisoning
-03555217 06 n 01 hypercoaster 0 001 @ 04102406 n 0000 | a roller coaster that goes up 200 feet or higher and can catapult riders from 0 to 70 mph in 4 seconds by motors originally designed to launch rockets
-03555426 06 n 01 hypermarket 0 002 @ 04358707 n 0000 ;r 08860123 n 0000 | a huge supermarket (usually built on the outskirts of a town)
-03555564 06 n 01 hypodermic_needle 0 002 @ 03816136 n 0000 #p 03555662 n 0000 | a hollow needle
-03555662 06 n 03 hypodermic_syringe 0 hypodermic 0 hypo 0 003 @ 04376876 n 0000 ~ 02759700 n 0000 %p 03555564 n 0000 | a piston syringe that is fitted with a hypodermic needle for giving injections
-03555862 06 n 01 hypsometer 0 001 @ 02700258 n 0000 | an altimeter that uses the boiling point of water to determine land elevation
-03555996 06 n 01 hysterosalpingogram 0 001 @ 04100620 n 0000 | X ray of the uterus and Fallopian tubes; usually done in diagnosing infertility (to see if there any blockages)
-03556173 06 n 01 I-beam 0 001 @ 03437941 n 0000 | girder having a cross section resembling the letter `I'
-03556281 06 n 05 ibuprofen 0 isobutylphenyl_propionic_acid 0 Advil 0 Motrin 0 Nuprin 0 005 @ 03828465 n 0000 ;u 06845599 n 0501 ;u 06845599 n 0401 ;u 06845599 n 0301 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory and analgesic medicine (trade names Advil and Motrin and Nuprin) used to relieve the pain of arthritis and as an antipyretic; "daily use of ibuprofen can irritate the stomach"
-03556679 06 n 03 ice_ax 0 ice_axe 0 piolet 0 001 @ 02764044 n 0000 | an ax used by mountain climbers for cutting footholds in ice
-03556811 06 n 03 iceboat 1 ice_yacht 0 scooter 2 002 @ 04530566 n 0000 + 02061495 v 0303 | a sailing vessel with runners and a cross-shaped frame; suitable for traveling over ice
-03556992 06 n 02 icebreaker 0 iceboat 0 001 @ 04194289 n 0000 | a ship with a reinforced bow to break up ice and keep channels open for navigation
-03557141 06 n 01 ice_cube 0 002 @ 03144592 n 0000 %s 14915184 n 0000 | a small cube of artificial ice; used for cooling drinks
-03557270 06 n 01 iced-tea_spoon 0 001 @ 04398688 n 0000 | a teaspoon with a long handle
-03557360 06 n 02 ice_hockey_rink 0 ice-hockey_rink 0 003 @ 03558176 n 0000 %p 02857907 n 0000 %p 03907908 n 0000 | an ice rink for playing ice hockey
-03557512 06 n 01 icehouse 0 001 @ 03545150 n 0000 | a house for storing ice
-03557590 06 n 01 ice_machine 0 001 @ 03273913 n 0000 | an electric refrigerator to supply ice cubes
-03557692 06 n 01 ice_maker 0 002 @ 03620052 n 0000 #p 03273913 n 0000 | an appliance included in some electric refrigerators for making ice cubes
-03557840 06 n 02 ice_pack 0 ice_bag 0 001 @ 02773037 n 0000 | a waterproof bag filled with ice: applied to the body (especially the head) to cool or reduce swelling
-03558007 06 n 02 icepick 0 ice_pick 0 002 @ 03929443 n 0000 %p 03974215 n 0000 | pick consisting of a steel rod with a sharp point; used for breaking up blocks of ice
-03558176 06 n 03 ice_rink 0 ice-skating_rink 0 ice 0 003 @ 04093625 n 0000 + 01079240 a 0301 ~ 03557360 n 0000 | a rink with a floor of ice for ice hockey or ice skating; "the crowd applauded when she skated out onto the ice"
-03558404 06 n 01 ice_skate 0 007 @ 04225729 n 0000 + 01937222 v 0101 %p 02848806 n 0000 ~ 03336282 n 0000 ~ 03523987 n 0000 ~ 04098710 n 0000 ~ 04273972 n 0000 | skate consisting of a boot with a steel blade fitted to the sole
-03558633 06 n 01 ice_tongs 0 002 @ 04450749 n 0000 ;u 06295235 n 0000 | tongs for lifting blocks of ice
-03558739 06 n 01 icetray 0 001 @ 04476259 n 0000 | a tray for making cubes of ice in a refrigerator
-03558841 06 n 02 ice_wagon 0 ice-wagon 0 001 @ 04543158 n 0000 | (formerly) a horse-drawn wagon that delivered ice door to door
-03558971 06 n 02 icon 2 ikon 2 002 @ 03876519 n 0000 + 02851550 a 0101 | a conventional religious painting in oil on a small wooden panel; venerated in the Eastern Church
-03559144 06 n 01 iconography 0 001 @ 03931044 n 0000 | the images and symbolic representations that are traditionally associated with a person or a subject; "religious iconography"; "the propagandistic iconography of a despot"
-03559373 06 n 01 iconoscope 0 001 @ 04405309 n 0000 | the first practical television-camera for picture pickup; invented in 1923 by Vladimir Kosma Zworykin
-03559531 06 n 02 Identikit 0 Identikit_picture 0 003 @ 03668642 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | a likeness of a person's face constructed from descriptions given to police; uses a set of transparencies of various facial features that can be combined to build up a picture of the person sought
-03559841 06 n 01 Iditarod_Trail 0 002 @i 04466613 n 0000 #p 09055015 n 0000 | a trail that extends 1,100 miles from Anchorage over the Alaska Range to Nome
-03559999 06 n 03 idle_pulley 0 idler_pulley 0 idle_wheel 0 001 @ 04020298 n 0000 | a pulley on a shaft that presses against a guide belt to guide or tighten it
-03560161 06 n 03 idol 0 graven_image 0 god 0 006 @ 03265874 n 0000 + 01778017 v 0101 + 01778017 v 0102 ~ 03444376 n 0000 ~ 03602267 n 0000 ~ 03603878 n 0000 | a material effigy that is worshipped; "thou shalt not make unto thee any graven image"; "money was his god"
-03560430 06 n 02 igloo 0 iglu 0 001 @ 03547054 n 0000 | an Eskimo hut; usually built of blocks (of sod or snow) in the shape of a dome
-03560567 06 n 02 ignition 0 ignition_system 0 009 @ 03738472 n 0000 #p 03270165 n 0000 %p 03213014 n 0000 %p 03560860 n 0000 %p 03561169 n 0000 %p 03708425 n 0000 %p 04268565 n 0000 %p 04268799 n 0000 %p 04269270 n 0000 | the mechanism that ignites the fuel in an internal-combustion engine
-03560860 06 n 01 ignition_coil 0 002 @ 03568818 n 0000 #p 03560567 n 0000 | an induction coil that converts current from a battery into the high-voltage current required by spark plugs
-03561047 06 n 01 ignition_key 0 001 @ 03613294 n 0000 | a key that operates the ignition switch of an automotive engine
-03561169 06 n 01 ignition_switch 0 003 @ 04372370 n 0000 #p 03560567 n 0000 %p 03682877 n 0000 | switch that operates a solenoid that closes a circuit to operate the starter
-03561345 06 n 01 illustration 0 004 @ 04076846 n 0000 + 01668421 v 0101 + 01687401 v 0101 ~ 03960664 n 0000 | a visual representation (a picture or diagram) that is used make some subject more pleasing or easier to understand
-03561573 06 n 01 imaret 0 001 @ 03541696 n 0000 | a hostel for pilgrims in Turkey
-03561657 06 n 03 imbrication 0 overlapping 0 lapping 0 004 @ 03122748 n 0000 + 02688794 v 0201 + 02689146 v 0101 + 02689008 v 0101 | covering with a design in which one element covers a part of another (as with tiles or shingles)
-03561889 06 n 04 imipramine 0 impramine_hydrochloride 0 Imavate 0 Tofranil 0 003 @ 04482543 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 | a tricyclic antidepressant (trade names Imavate and Tofranil) used to treat clinical depression
-03562126 06 n 01 imitation 0 003 @ 03104594 n 0000 ~ 03318438 n 0000 ~ 03562262 n 0000 | something copied or derived from an original
-03562262 06 n 02 counterfeit 0 forgery 0 003 @ 03562126 n 0000 + 01654271 v 0201 + 01654271 v 0103 | a copy that is represented as the original
-03562408 06 n 01 immersion_heater 0 001 @ 03508628 n 0000 | a heating element that is immersed in the liquid that is to be heated (as in a hot-water tank)
-03562565 06 n 01 immovable_bandage 0 001 @ 02785648 n 0000 | a bandage of cloth impregnated with a substance (e.g., plaster of Paris) that hardens soon after it is applied
-03562739 06 n 02 immunogen 0 immunizing_agent 0 003 @ 15037339 n 0000 ~ 04517535 n 0000 ~ 15028555 n 0000 | any substance or organism that provokes an immune response (produces immunity) when introduced into the body
-03562958 06 n 05 immunosuppressant 0 immunosuppressor 0 immunosuppressive_drug 0 immunosuppressive 0 immune_suppressant_drug 0 003 @ 03740161 n 0000 ~ 03748456 n 0000 ~ 03755712 n 0000 | a drug that lowers the body's normal immune response
-03563200 06 n 01 impact_printer 0 004 @ 04004475 n 0000 ~ 02794664 n 0000 ~ 03000530 n 0000 ~ 04595285 n 0000 | a printer that prints by mechanical impacts
-03563358 06 n 01 impedimenta 0 001 @ 02774921 n 0000 | the baggage and equipment carried by an army
-03563460 06 n 01 impeller 0 003 @ 02848523 n 0000 #p 04111668 n 0000 + 01511706 v 0102 | the blade of a rotor (as in the compressor of a jet engine)
-03563611 06 n 01 imperial 0 001 @ 02774630 n 0000 | a piece of luggage carried on top of a coach
-03563710 06 n 01 implant 0 010 @ 04013729 n 0000 + 01528821 v 0101 ~ 02745492 n 0000 ~ 02745816 n 0000 ~ 02895008 n 0000 ~ 03175983 n 0000 ~ 03507857 n 0000 ~ 03657239 n 0000 ~ 03911406 n 0000 ~ 04210858 n 0000 | a prosthesis placed permanently in tissue
-03563967 06 n 01 implement 0 033 @ 03575240 n 0000 + 01196775 a 0101 + 02408965 v 0101 ~ 02788689 n 0000 ~ 02817650 n 0000 ~ 02908217 n 0000 ~ 02910964 n 0000 ~ 02948403 n 0000 ~ 03039947 n 0000 ~ 03294833 n 0000 ~ 03346135 n 0000 ~ 03356279 n 0000 ~ 03532342 n 0000 ~ 03585337 n 0000 ~ 03653220 n 0000 ~ 03816136 n 0000 ~ 03837422 n 0000 ~ 04100174 n 0000 ~ 04185071 n 0000 ~ 04253168 n 0000 ~ 04271148 n 0000 ~ 04276249 n 0000 ~ 04285622 n 0000 ~ 04317420 n 0000 ~ 04317833 n 0000 ~ 04320871 n 0000 ~ 04337503 n 0000 ~ 04367746 n 0000 ~ 04369282 n 0000 ~ 04451818 n 0000 ~ 04497801 n 0000 ~ 04516672 n 0000 ~ 04608567 n 0000 | instrumentation (a piece of equipment or tool) used to effect an end
-03564667 06 n 02 import 0 importation 0 004 @ 03076708 n 0000 + 02346136 v 0201 + 02346136 v 0101 ! 03306207 n 0101 | commodities (goods or services) bought from a foreign country
-03564849 06 n 01 impression 0 002 @ 03565288 n 0000 ;c 06047430 n 0000 | (dentistry) an imprint of the teeth and gums in wax or plaster; "the dentist took an impression for use in preparing an inlay"
-03565051 06 n 01 Impressionism 0 003 @ 08466643 n 0000 + 02747466 a 0102 + 10201956 n 0101 | a school of late 19th century French painters who pictured appearances by strokes of unmixed colors to give the impression of reflected light
-03565288 06 n 01 imprint 0 002 @ 03183080 n 0000 ~ 03564849 n 0000 | a device produced by pressure on a surface
-03565402 06 n 01 improvisation 0 002 @ 03129123 n 0000 + 01728840 v 0101 | a creation spoken or written or composed extemporaneously (without prior preparation)
-03565565 06 n 03 improvised_explosive_device 0 I.E.D. 0 IED 0 002 @ 03305522 n 0000 ~ 03781055 n 0000 | an explosive device that is improvised
-03565710 06 n 01 impulse_turbine 0 001 @ 04498523 n 0000 | a turbine that is driven by jets direct against the blades
-03565830 06 n 02 in-basket 0 in-tray 0 002 @ 04060904 n 0000 ! 03858837 n 0101 | a wood or metal receptacle placed on your desk to hold your incoming material
-03565991 06 n 03 incendiary_bomb 0 incendiary 0 firebomb 0 002 @ 02866578 n 0000 + 01133667 v 0301 | a bomb that is designed to start fires; is most effective against flammable targets (such as fuel)
-03566193 06 n 01 incinerator 0 002 @ 03404449 n 0000 + 00378042 v 0102 | a furnace for incinerating (especially to dispose of refuse)
-03566329 06 n 01 inclined_plane 0 004 @ 03700963 n 0000 ~ 04051549 n 0000 ~ 04154340 n 0000 ~ 04569520 n 0000 | a simple machine for elevating objects; consists of plane surface that makes an acute angle with the horizontal
-03566555 06 n 02 inclinometer 0 dip_circle 0 002 @ 03733925 n 0000 ;c 02691156 n 0000 | a measuring instrument for measuring the angle of magnetic dip (as from an airplane)
-03566730 06 n 01 inclinometer 1 001 @ 03813176 n 0000 | an instrument showing the angle that an aircraft makes with the horizon
-03566860 06 n 02 incrustation 0 encrustation 0 003 @ 03169390 n 0000 + 01517355 v 0201 + 01517355 v 0102 | a decorative coating of contrasting material that is applied to a surface as an inlay or overlay
-03567066 06 n 02 incubator 0 brooder 0 004 @ 02727825 n 0000 + 00060185 v 0201 + 00060185 v 0104 %p 04422875 n 0000 | apparatus consisting of a box designed to maintain a constant temperature by the use of a thermostat; used for chicks or premature infants
-03567325 06 n 02 indapamide 0 Lozal 0 002 @ 03214670 n 0000 ;u 06845599 n 0201 | diuretic (trade name Lozal) used in the treatment of hypertension
-03567474 06 n 01 Independence_Hall 0 002 @i 02913152 n 0000 #p 09136182 n 0000 | the building in Philadelphia where the Declaration of Independence was signed
-03567635 06 n 01 index_register 0 002 @ 04071876 n 0000 ;c 06128570 n 0000 | (computer science) a register used to determine the address of an operand
-03567788 06 n 01 Indiaman 0 001 @ 04128837 n 0000 | a large sailing ship that was engaged in the British trade with India
-03567912 06 n 01 Indian_club 0 001 @ 03053474 n 0000 | a bottle-shaped club used in exercises
-03568008 06 n 01 Indian_trail 0 001 @ 04466613 n 0000 | a trail through the wilderness worn by Amerindians
-03568117 06 n 01 indicator 0 012 @ 03183080 n 0000 ~ 02714139 n 0000 ~ 03150795 n 0000 ~ 03187037 n 0000 ~ 03401129 n 0000 ~ 03442597 n 0000 ~ 03658858 n 0000 ~ 03939844 n 0000 ~ 03975232 n 0000 ~ 04141838 n 0000 ~ 04415460 n 0000 ~ 04432942 n 0000 | a device for showing the operating condition of some system
-03568430 06 n 02 indinavir 0 Crixivan 0 001 @ 04013993 n 0000 | a protease inhibitor (trade name Crixivan) used for treating HIV
-03568561 06 n 01 indirect_lighting 0 001 @ 03667380 n 0000 | a concealed lighting fixture
-03568653 06 n 02 indomethacin 0 Indocin 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14599168 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Indocin)
-03568818 06 n 01 induction_coil 0 005 @ 03065708 n 0000 #p 04471315 n 0000 ~ 03560860 n 0000 ~ 04268565 n 0000 %p 04268680 n 0000 | a coil for producing a high voltage from a low-voltage source
-03569014 06 n 02 inductor 0 inductance 0 001 @ 03269401 n 0000 | an electrical device (typically a conducting coil) that introduces inductance into a circuit
-03569174 06 n 01 industrial_watercourse 0 001 @ 02947212 n 0000 | a canal that is operated by one or more industries
-03569293 06 n 02 inertial_guidance_system 0 inertial_navigation_system 0 003 @ 04377057 n 0000 #p 04264914 n 0000 #p 02762169 n 0000 | a system to control a plane or spacecraft; uses inertial forces
-03569494 06 n 02 inflater 0 inflator 0 003 @ 02692513 n 0000 + 00264034 v 0201 + 00264034 v 0101 | an air pump operated by hand to inflate something (as a tire)
-03569657 06 n 02 infliximab 0 Remicade 0 002 @ 02724966 n 0000 ;u 06845599 n 0201 | an anti-TNF compound (trade name Remicade) consisting of an antibody directed against TNF; it is given intravenously at one-month to three-month intervals; used in treatment of regional enteritis and rheumatoid arthritis
-03569964 06 n 02 infrastructure 0 base 6 012 @ 13367070 n 0000 %p 03077958 n 0000 %p 03347338 n 0000 %p 03425956 n 0000 %p 03711145 n 0000 %p 03907654 n 0000 %p 03997027 n 0000 %p 04019335 n 0000 %p 04146976 n 0000 %p 04178897 n 0000 %p 04473432 n 0000 %p 04562658 n 0000 | the stock of basic facilities and capital equipment needed for the functioning of a country or area; "the industrial base of Japan"
-03570372 06 n 02 infrastructure 1 substructure 1 002 @ 04931965 n 0000 #p 04377057 n 0000 | the basic structure or features of a system or organization
-03570526 06 n 03 ingot 0 metal_bar 0 block_of_metal 0 003 @ 02852523 n 0000 ~ 02917521 n 0000 ~ 03934998 n 0000 | metal that is cast in the shape of a block for convenient handling
-03570709 06 n 01 ingredient 0 003 @ 03081021 n 0000 ~ 02681084 n 0000 ~ 02798769 n 0000 | a component of a mixture or compound
-03570838 06 n 04 inhalation_anesthetic 0 inhalation_anaesthetic 0 inhalation_general_anesthetic 0 inhalation_general_anaesthetic 0 007 @ 03433434 n 0000 ~ 03022406 n 0000 ~ 03155661 n 0000 ~ 03299929 n 0000 ~ 03480367 n 0000 ~ 03587623 n 0000 ~ 03826945 n 0000 | a gas that produces general anesthesia when inhaled
-03571155 06 n 02 inhalant 0 inhalation 0 002 @ 03740161 n 0000 + 01198779 v 0201 | a medication to be taken by inhaling it
-03571280 06 n 02 inhaler 0 inhalator 0 001 @ 03210683 n 0000 | a dispenser that produces a chemical vapor to be inhaled in order to relieve nasal congestion
-03571439 06 n 01 injector 0 002 @ 02729965 n 0000 + 01585523 v 0101 | a contrivance for injecting (e.g., water into the boiler of a steam engine or particles into an accelerator etc.)
-03571625 06 n 02 ink_bottle 0 inkpot 0 001 @ 02876657 n 0000 | a bottle of ink
-03571706 06 n 01 ink_cartridge 0 003 @ 02972182 n 0000 #p 03280644 n 0000 #p 03388183 n 0000 | a cartridge that contains ink and can be replaced
-03571853 06 n 01 ink_eraser 0 001 @ 03294833 n 0000 | an eraser that removes ink marks
-03571942 06 n 01 ink-jet_printer 0 002 @ 03225777 n 0000 ~ 02909285 n 0000 | a printer that produces characters by projecting electrically charged droplets of ink
-03572107 06 n 01 inkle 0 001 @ 04391569 n 0000 | a linen tape used for trimming as a decoration
-03572205 06 n 01 inkstand 0 001 @ 04476259 n 0000 | a tray or stand for writing implements and containers for ink
-03572321 06 n 02 inkwell 0 inkstand 1 001 @ 04572935 n 0000 | a small well holding writing ink into which a pen can be dipped
-03572449 06 n 01 inlay 0 004 @ 03169390 n 0000 + 01682039 v 0101 ~ 03723267 n 0000 ~ 03892425 n 0000 | a decoration made by fitting pieces of wood into prepared slots in a surface
-03572631 06 n 01 inlay 1 002 @ 03338287 n 0000 ;c 06047430 n 0000 | (dentistry) a filling consisting of a solid substance (as gold or porcelain) fitted to a cavity in a tooth and cemented into place
-03572832 06 n 01 inlet_manifold 0 002 @ 03717750 n 0000 #p 03424630 n 0000 | manifold that carries vaporized fuel from the carburetor to the inlet valves of the cylinders
-03573005 06 n 01 inner_tube 0 002 @ 04493505 n 0000 #p 03971422 n 0000 | an inflatable rubber tube that fits inside the casing of a pneumatic tire
-03573154 06 n 01 input 0 001 @ 03081021 n 0000 | a component of production; something that goes into the production of output
-03573282 06 n 02 insert 0 inset 1 005 @ 00021939 n 0000 + 00188466 v 0201 + 00187526 v 0101 + 01421622 v 0101 ~ 03191561 n 0000 | an artifact that is inserted or is to be inserted
-03573464 06 n 01 inset 2 001 @ 03931044 n 0000 | a small picture inserted within the bounds or a larger one
-03573574 06 n 01 inside_caliper 0 001 @ 02939866 n 0000 | caliper for measuring inside dimensions (the size of a cavity or hole); points on its legs curve outward
-03573739 06 n 01 inside_clinch 0 001 @ 03042984 n 0000 | a clinch with the end of the line inside the loop
-03573848 06 n 02 insole 0 innersole 0 003 @ 04258982 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 | the inner sole of a shoe or boot where the foot rests
-03574004 06 n 02 inspiration 0 brainchild 0 001 @ 04007894 n 0000 | a product of your creative thinking and work; "he had little respect for the inspirations of other artists"; "after years of work his brainchild was a tangible reality"
-03574243 06 n 01 instep 0 004 @ 03122748 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 #p 04323819 n 0000 | the part of a shoe or stocking that covers the arch of the foot
-03574416 06 n 01 instillator 0 002 @ 02727825 n 0000 + 01422662 v 0101 | medical apparatus that puts a liquid into a cavity drop by drop
-03574555 06 n 01 institution 0 005 @ 03297735 n 0000 + 02749778 a 0101 ~ 03528100 n 0000 ~ 03856012 n 0000 ~ 03907654 n 0000 | an establishment consisting of a building or complex of buildings where an organization for the promotion of some cause is situated
-03574816 06 n 01 instrument 0 019 @ 03183080 n 0000 ~ 02708711 n 0000 ~ 02987047 n 0000 ~ 03231160 n 0000 ~ 03288003 n 0000 ~ 03308152 n 0000 ~ 03575691 n 0000 ~ 03575958 n 0000 ~ 03733925 n 0000 ~ 03739693 n 0000 ~ 03813176 n 0000 ~ 03852280 n 0000 ~ 03967396 n 0000 ~ 04147495 n 0000 ~ 04260589 n 0000 ~ 04365484 n 0000 ~ 04463017 n 0000 ~ 04565375 n 0000 ~ 04577769 n 0000 | a device that requires skill for proper use
-03575240 06 n 02 instrumentality 0 instrumentation 0 017 @ 00021939 n 0000 + 02340543 v 0201 + 01196775 a 0102 ~ 02997391 n 0000 ~ 03091374 n 0000 ~ 03094503 n 0000 ~ 03100490 n 0000 ~ 03183080 n 0000 ~ 03294048 n 0000 ~ 03405265 n 0000 ~ 03493792 n 0000 ~ 03563967 n 0000 ~ 03733547 n 0000 ~ 04377057 n 0000 ~ 04447443 n 0000 ~ 04566257 n 0000 ~ 06254669 n 0000 | an artifact (or system of artifacts) that is instrumental in accomplishing some end
-03575691 06 n 01 instrument_of_execution 0 008 @ 03574816 n 0000 ~ 03271030 n 0000 ~ 03412906 n 0000 ~ 03420935 n 0000 ~ 03422288 n 0000 ~ 03467068 n 0000 %p 04141573 n 0000 ~ 04298906 n 0000 | an instrument designed and used to take the life of a condemned person
-03575958 06 n 01 instrument_of_punishment 0 008 @ 03574816 n 0000 ~ 02949356 n 0000 ~ 03144982 n 0000 ~ 03576215 n 0000 ~ 03873574 n 0000 ~ 03938037 n 0000 ~ 04324515 n 0000 ~ 04372171 n 0000 | an instrument designed and used to punish a condemned person
-03576215 06 n 01 instrument_of_torture 0 005 @ 03575958 n 0000 ~ 02873363 n 0000 ~ 03586448 n 0000 ~ 04039041 n 0000 ~ 04431547 n 0000 | an instrument of punishment designed and used to inflict torture on the condemned person
-03576443 06 n 02 intaglio 0 diaglyph 0 001 @ 03442288 n 0000 | glyptic art consisting of a sunken or depressed engraving or carving on a stone or gem (as opposed to cameo)
-03576617 06 n 02 intake 0 inlet 0 003 @ 03848729 n 0000 ~ 02689648 n 0000 ~ 04212573 n 0000 | an opening through which fluid is admitted to a tube or container
-03576779 06 n 01 intake_manifold 0 002 @ 03717750 n 0000 #p 03401721 n 0000 | a manifold consisting of a pipe to carry fuel to each cylinder in an internal-combustion engine
-03576955 06 n 01 intake_valve 0 002 @ 04519153 n 0000 #p 03156405 n 0000 | a valve that controls the flow of fluid through an intake
-03577090 06 n 02 integrated_circuit 0 microcircuit 0 002 @ 03084420 n 0000 #p 03020034 n 0000 | a microelectronic computer circuit incorporated into a chip or semiconductor; a whole system rather than a single component
-03577312 06 n 02 integrator 0 planimeter 0 002 @ 03733925 n 0000 + 00642980 v 0101 | a measuring instrument for measuring the area of an irregular plane figure
-03577474 06 n 01 Intelnet 0 001 @ 03085333 n 0000 | a computer network similar to but separate from the internet; devoted to the dissemination of information to and for the Intelligence Community
-03577672 06 n 01 interceptor 0 002 @ 03335030 n 0000 + 01440378 v 0101 | a fast maneuverable fighter plane designed to intercept enemy aircraft
-03577818 06 n 01 interchange 0 004 @ 03605722 n 0000 #p 03519981 n 0000 ~ 03053163 n 0000 ~ 04266968 n 0000 | a junction of highways on different levels that permits traffic to move from one to another without crossing traffic streams
-03578055 06 n 02 intercommunication_system 0 intercom 0 003 @ 03078287 n 0000 ~ 03580845 n 0000 %p 04292572 n 0000 | a communication system linking different rooms within a building or ship etc
-03578251 06 n 02 intercontinental_ballistic_missile 0 ICBM 0 002 @ 02781338 n 0000 ~ 03772674 n 0000 | a ballistic missile that is capable of traveling from one continent to another
-03578435 06 n 01 interface 0 004 @ 08660339 n 0000 ;c 06089447 n 0000 + 02878680 a 0101 ~ 09377511 n 0000 | (chemistry) a surface forming a common boundary between two things (two objects or liquids or chemical phases)
-03578656 06 n 02 interface 1 port 1 005 @ 03084420 n 0000 ;c 06128570 n 0000 ~ 03888998 n 0000 ~ 04174234 n 0000 ~ 04245218 n 0000 | (computer science) computer circuit consisting of the hardware and associated circuitry that links one device with another (especially a computer and a hard disk drive or other peripherals)
-03578981 06 n 01 interferometer 0 001 @ 03733925 n 0000 | any measuring instrument that uses interference patterns to make accurate measurements of waves
-03579137 06 n 01 interferon 0 004 @ 02725367 n 0000 ~ 02699096 n 0000 ~ 02832652 n 0000 ~ 03415083 n 0000 | an antiviral protein produced by cells that have been invaded by a virus; inhibits replication of the virus
-03579355 06 n 02 interior_decoration 0 decor 0 003 @ 03169390 n 0000 + 01675963 v 0201 + 01466543 v 0202 | decoration consisting of the layout and furnishings of a livable interior
-03579538 06 n 01 interior_door 0 004 @ 03221720 n 0000 #p 02913152 n 0000 ~ 02836513 n 0000 ~ 03376771 n 0000 | a door that closes off rooms within a building
-03579699 06 n 01 interlayer 0 001 @ 03650173 n 0000 | a layer placed between other layers
-03579791 06 n 02 interlock 0 ignition_interlock 0 001 @ 03183080 n 0000 | a device that prevents an automotive engine from starting; "car theives know how to bypass the ignition interlock"
-03579982 06 n 02 internal-combustion_engine 0 ICE 1 017 @ 03507963 n 0000 #p 03790230 n 0000 #p 03791235 n 0000 ~ 03193107 n 0000 %p 03288225 n 0000 ~ 03388990 n 0000 ~ 03422771 n 0000 ~ 03424630 n 0000 %p 03695122 n 0000 ~ 03859000 n 0000 %p 03983928 n 0000 ~ 04040373 n 0000 ~ 04062179 n 0000 ~ 04110654 n 0000 %p 04170515 n 0000 %p 04357930 n 0000 ~ 04519728 n 0000 | a heat engine in which combustion occurs inside the engine rather than in a separate furnace; heat expands a gas that either moves a piston or turns a gas turbine
-03580518 06 n 01 internal_drive 0 001 @ 03243218 n 0000 | a drive mounted inside of a computer
-03580615 06 n 03 internet 0 net 1 cyberspace 0 001 @ 03085333 n 0000 | a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange
-03580845 06 n 01 interphone 0 001 @ 03578055 n 0000 | a telephonic intercommunication system linking different rooms in a building or ship etc
-03580990 06 n 01 interrupter 0 002 @ 03183080 n 0000 + 00778275 v 0101 | a device for automatically interrupting an electric current
-03581125 06 n 05 intersection 0 crossroad 0 crossway 0 crossing 1 carrefour 0 005 @ 03605722 n 0000 #p 04096066 n 0000 + 02023396 v 0402 ~ 03109486 n 0000 ~ 03659122 n 0000 | a junction where one street or road crosses another
-03581354 06 n 02 interstate 0 interstate_highway 0 001 @ 03519981 n 0000 | one of the system of highways linking major cities in the 48 contiguous states of the United States
-03581531 06 n 01 interstice 0 002 @ 03848729 n 0000 + 02828564 a 0101 | small opening between things
-03581634 06 n 01 intoxicant 0 002 @ 03247620 n 0000 + 00088532 v 0101 | a drug that can produce a state of intoxication
-03581756 06 n 01 intranet 0 001 @ 03085333 n 0000 | a restricted computer network; a private network created using World Wide Web software
-03581897 06 n 01 intraocular_lens 0 001 @ 03656484 n 0000 | an artificial lens that is implanted into the eye of someone to replace a damaged natural lens or someone who has had a cataract removed
-03582096 06 n 02 intrauterine_device 0 IUD 0 002 @ 03096593 n 0000 ~ 03689347 n 0000 | contraceptive device consisting of a piece of bent plastic or metal that is inserted through the vagina into the uterus
-03582305 06 n 01 intravenous_anesthetic 0 004 @ 02710766 n 0000 ~ 03190655 n 0000 ~ 04481144 n 0000 ~ 04492856 n 0000 | an anesthetic that produces anesthesia when injected into the circulatory system
-03582508 06 n 02 intravenous_pyelogram 0 IVP 0 001 @ 04028472 n 0000 | X-ray picture of the kidneys and ureters after injection of a radiopaque dye
-03582658 06 n 02 invention 0 innovation 0 003 @ 03129123 n 0000 + 01687586 a 0202 + 01642437 v 0202 | a creation (a new device or process) resulting from study and experimentation
-03582840 06 n 01 inverted_pleat 0 001 @ 03965907 n 0000 | a box pleat reversed so that the fullness is turned inward
-03582959 06 n 01 inverter 0 002 @ 03269203 n 0000 + 00386715 v 0102 | an electrical converter that converts direct current into alternating current
-03583109 06 n 02 iodochlorhydroxyquin 0 Clioquinol 0 001 @ 02720201 n 0000 | drug used to treat certain fungal infection (as athlete's foot)
-03583252 06 n 02 iodoform 0 triiodomethane 0 001 @ 02724207 n 0000 | a yellowish crystalline solid with a penetrating odor; sometimes used as an antiseptic dressing
-03583419 06 n 01 ion_engine 0 001 @ 04057435 n 0000 | a type of reaction-propulsion engine to propel rockets in space; a stream of positive ions is accelerated to a high velocity by an electric field
-03583621 06 n 02 ionization_chamber 0 ionization_tube 0 003 @ 03733925 n 0000 ~ 02875626 n 0000 ~ 03432509 n 0000 | a measuring instrument that measures the amount of ionizing radiation
-03583809 06 n 01 ion_pump 0 001 @ 02692513 n 0000 | a vacuum pump that removes gas by ionizing the atoms or molecules and adsorbing them on a metal surface
-03583967 06 n 01 ipecac 0 001 @ 03283519 n 0000 | a medicinal drug used to evoke vomiting (especially in cases of drug overdose or poisoning)
-03584111 06 n 02 ipratropium_bromide 0 Atrovent 0 002 @ 02905612 n 0000 ;u 06845599 n 0201 | an inhaled bronchodilator (trade name Atrovent)
-03584254 06 n 01 iPod 0 003 @ 04315948 n 0000 ;u 06851742 n 0000 ~ 03584400 n 0000 | (trademark) a pocket-sized device used to play music files
-03584400 06 n 01 video_iPod 0 002 @ 03584254 n 0000 ;u 06851742 n 0000 | (trademark) an iPod that can also play video files
-03584526 06 n 01 iproclozide 0 001 @ 03783017 n 0000 | an antidepressant drug that acts as a monoamine oxidase inhibitor
-03584649 06 n 02 iris 0 iris_diaphragm 0 001 @ 03189083 n 0000 | diaphragm consisting of thin overlapping plates that can be adjusted to change the diameter of a central opening
-03584829 06 n 02 iron 0 smoothing_iron 0 006 @ 03528263 n 0000 + 01390833 v 0101 ~ 03361194 n 0000 ~ 03443775 n 0000 ~ 04309833 n 0000 ~ 04475631 n 0000 | home appliance consisting of a flat metal base that is heated and used to smooth cloth
-03585073 06 n 01 iron 1 010 @ 03446070 n 0000 ~ 03244775 n 0000 ~ 03688066 n 0000 ~ 03724538 n 0000 ~ 03724623 n 0000 ~ 03762332 n 0000 ~ 03823216 n 0000 ~ 04028074 n 0000 ~ 04205062 n 0000 ~ 04569822 n 0000 | a golf club that has a relatively narrow metal head
-03585337 06 n 02 iron 2 branding_iron 0 001 @ 03563967 n 0000 | implement used to brand live stock
-03585438 06 n 02 irons 0 chains 0 002 @ 04181228 n 0000 ;u 06295235 n 0000 | metal shackles; for hands or legs
-03585551 06 n 01 ironclad 0 001 @ 04552696 n 0000 | a wooden warship of the 19th century that is plated with iron or steel armor
-03585682 06 n 01 iron_foundry 0 001 @ 03387653 n 0000 | a foundry where cast iron is produced
-03585778 06 n 01 iron_horse 0 001 @ 03684823 n 0000 | (c. 1840) an early term for a locomotive
-03585875 06 n 01 ironing 0 004 @ 03419014 n 0000 @ 04580298 n 0000 + 01390833 v 0101 ~ 03362119 n 0000 | garments (clothes or linens) that are to be (or have been) ironed; "there was a basketful of ironing to do"
-03586090 06 n 01 ironing_board 0 001 @ 02856463 n 0000 | narrow padded board on collapsible supports; used for ironing clothes
-03586219 06 n 01 iron_lung 0 001 @ 04080833 n 0000 | respirator that produces alternations in air pressure in a chamber surrounding a patient's chest to force air into and out of the lungs thus providing artificial respiration
-03586448 06 n 01 iron_maiden 0 001 @ 03576215 n 0000 | instrument of torture consisting of a hollow iron frame shaped like the human body and lined with spikes to impale the victim
-03586631 06 n 01 ironmongery 0 002 @ 03748886 n 0000 ;r 08860123 n 0000 | the merchandise that is sold in an ironmonger's shop
-03586760 06 n 01 ironwork 0 001 @ 04599396 n 0000 | work made of iron (gratings or rails or railings etc); "the houses had much ornamental ironwork"
-03586911 06 n 01 ironworks 0 002 @ 04602044 n 0000 ;u 06295235 n 0000 | the workplace where iron is smelted or where iron goods are made
-03587050 06 n 02 irregular 0 second 1 001 @ 03748886 n 0000 | merchandise that has imperfections; usually sold at a reduced price without the brand name
-03587205 06 n 01 irrigation_ditch 0 001 @ 03214253 n 0000 | a ditch to supply dry land with water artificially
-03587318 06 n 01 island 0 003 @ 08688247 n 0000 ~ 03620600 n 0000 ~ 04466169 n 0000 | a zone or area resembling an island
-03587442 06 n 02 isocarboxazid 0 Marplan 0 002 @ 03783017 n 0000 ;u 06845599 n 0201 | a monoamine oxidase inhibitor (trade name Marplan) that is used to treat clinical depression
-03587623 06 n 01 isoflurane 0 001 @ 03570838 n 0000 | a widely used inhalation anesthetic
-03587715 06 n 03 isoniazid 0 INH 0 Nydrazid 0 002 @ 02716205 n 0000 ;u 06845599 n 0301 | antibacterial drug (trade name Nydrazid) used to treat tuberculosis
-03587874 06 n 02 isoproterenol 0 Isuprel 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | drug (trade name Isuprel) used to treat bronchial asthma and to stimulate the heart
-03588046 06 n 02 isosorbide 0 Isordil 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | drug (trade name Isordil) used to treat angina pectoris and congestive heart failure
-03588216 06 n 01 izar 0 001 @ 03863923 n 0000 | a voluminous cotton outer garment (usually white) traditionally worn by Muslim women of northern Africa and the Middle East; covers the entire body
-03588414 06 n 01 item 0 006 @ 00003553 n 0000 + 00946105 v 0103 + 00946105 v 0104 ~ 03152483 n 0000 ~ 03212003 n 0000 ~ 03932499 n 0000 | a whole individual unit; especially when included in a list or collection; "they reduced the price on many items"
-03588668 06 n 02 itraconazole 0 Sporanox 0 002 @ 02720201 n 0000 ;u 06845599 n 0201 | an oral antifungal drug (trade name Sporanox) taken for cases of fungal nail disease
-03588841 06 n 01 jabot 0 001 @ 03397532 n 0000 | a ruffle on the front of a woman's blouse or a man's shirt
-03588951 06 n 01 jack 0 004 @ 04451818 n 0000 + 01219544 v 0101 ~ 02919308 n 0000 ~ 03591028 n 0000 | tool for exerting pressure or lifting
-03589093 06 n 02 jack 1 knave 0 001 @ 03314028 n 0000 | one of four face cards in a deck bearing a picture of a young prince
-03589220 06 n 01 jack 2 001 @ 03354903 n 0000 | small flag indicating a ship's nationality
-03589313 06 n 02 jack 3 jackstones 0 001 @ 03414162 n 0000 | game equipment consisting of one of several small six-pointed metal pieces that are picked up while bouncing a ball in the game of jacks
-03589513 06 n 01 jack 4 002 @ 03269401 n 0000 ~ 04401949 n 0000 | an electrical device consisting of a connector socket designed for the insertion of a plug
-03589672 06 n 01 jack 5 002 @ 02778669 n 0000 #p 00462804 n 0000 | a small ball at which players aim in lawn bowling
-03589791 06 n 01 jacket 0 026 @ 03057021 n 0000 + 00048790 v 0101 ~ 02788462 n 0000 ~ 02820675 n 0000 ~ 02850358 n 0000 ~ 02864504 n 0000 ~ 02867966 n 0000 ~ 02925385 n 0000 ~ 03219966 n 0000 ~ 03221540 n 0000 ~ 03226375 n 0000 ~ 03228254 n 0000 ~ 03238286 n 0000 ~ 03301175 n 0000 ~ 03548320 n 0000 ~ 03595264 n 0000 ~ 03604536 n 0000 ~ 03696909 n 0000 ~ 03720005 n 0000 ~ 03751269 n 0000 ~ 03829857 n 0000 ~ 03891051 n 0000 ~ 03902756 n 0000 ~ 04123026 n 0000 ~ 04222307 n 0000 ~ 04368496 n 0000 | a short coat
-03590306 06 n 01 jacket 1 003 @ 04605726 n 0000 ~ 04064307 n 0000 ~ 07248320 n 0000 | an outer wrapping or casing; "phonograph records were sold in cardboard jackets"
-03590475 06 n 01 jacket 3 001 @ 04190747 n 0000 | the tough metal shell casing for certain kinds of ammunition
-03590588 06 n 01 jack-in-the-box 0 001 @ 03964744 n 0000 | plaything consisting of a toy clown that jumps out of a box when the lid is opened
-03590732 06 n 01 jacklight 0 001 @ 03665366 n 0000 | a light used as a lure in hunting or fishing at night
-03590841 06 n 01 jack-o'-lantern 0 001 @ 03640988 n 0000 | lantern carved from a pumpkin
-03590932 06 n 01 jack_plane 0 001 @ 03954731 n 0000 | a carpenter's plane for rough finishing
-03591028 06 n 02 jackscrew 0 screw_jack 0 001 @ 03588951 n 0000 | screw-operated jack
-03591116 06 n 03 Jacob's_ladder 0 jack_ladder 0 pilot_ladder 0 002 @ 03632277 n 0000 ;c 00314469 n 0000 | (nautical) a hanging ladder of ropes or chains supporting wooden or metal rungs or steps
-03591313 06 n 01 jaconet 0 001 @ 03309808 n 0000 | a lightweight cotton cloth with a smooth and slightly stiff finish; used for clothing and bandages
-03591465 06 n 02 jackstraw 0 spillikin 0 001 @ 04339638 n 0000 | a thin strip of wood used in playing the game of jackstraws
-03591592 06 n 02 Jacquard_loom 0 Jacquard 0 001 @ 03689157 n 0000 | a loom with an attachment for forming openings for the passage of the shuttle between the warp threads; used in weaving figured fabrics
-03591798 06 n 01 jacquard 1 001 @ 03309808 n 0000 | a highly figured fabric woven on a Jacquard loom
-03591901 06 n 02 jag 0 dag 0 003 @ 03357376 n 0000 #p 03419014 n 0000 + 01255624 v 0101 | a flap along the edge of a garment; used in medieval clothing
-03592055 06 n 01 jag 1 003 @ 04241940 n 0000 #p 03419014 n 0000 + 01255624 v 0101 | a slit in a garment that exposes material of a different color underneath; used in Renaissance clothing
-03592245 06 n 07 jail 0 jailhouse 0 gaol 0 clink 0 slammer 0 poky 0 pokey 0 009 @ 03111690 n 0000 + 02494356 v 0308 + 02494356 v 0106 ~ 02805443 n 0000 ~ 03525693 n 0000 ~ 03534695 n 0000 ~ 03545961 n 0000 ~ 03684740 n 0000 ~ 04601041 n 0000 | a correctional institution used to detain persons who are in the lawful custody of the government (either accused persons awaiting trial or convicted persons serving a sentence)
-03592669 06 n 01 jalousie 0 002 @ 04211356 n 0000 %p 03692676 n 0000 | a shutter made of angled slats
-03592773 06 n 01 jamb 0 003 @ 04515129 n 0000 #p 04589593 n 0000 ~ 03222857 n 0000 | upright consisting of a vertical side member of a door or window frame
-03592931 06 n 01 jammer 0 001 @ 04472726 n 0000 | a transmitter used to broadcast electronic jamming
-03593034 06 n 01 jampan 0 001 @ 04166436 n 0000 | a kind of sedan chair used in India
-03593122 06 n 02 jampot 0 jamjar 0 001 @ 03593526 n 0000 | a jar for holding jellies or preserves
-03593222 06 n 01 japan 0 002 @ 03631811 n 0000 + 01682946 v 0101 | lacquer with a durable glossy black finish, originally from the orient
-03593362 06 n 01 japan 1 002 @ 03631922 n 0000 + 01682946 v 0101 | lacquerware decorated and varnished in the Japanese manner with a glossy durable black lacquer
-03593526 06 n 01 jar 0 013 @ 04531098 n 0000 + 01497864 v 0101 ~ 02705429 n 0000 ~ 02815834 n 0000 ~ 02951703 n 0000 ~ 03101664 n 0000 ~ 03133415 n 0000 ~ 03141612 n 0000 ~ 03593122 n 0000 %p 03661340 n 0000 ~ 03725600 n 0000 %p 03794392 n 0000 ~ 04522168 n 0000 | a vessel (usually cylindrical) with a wide mouth and without handles
-03593862 06 n 02 Jarvik_heart 0 Jarvik_artificial_heart 0 001 @ 02745492 n 0000 | a kind of artificial heart that has been used with some success
-03594010 06 n 02 jaunting_car 0 jaunty_car 0 001 @ 02970849 n 0000 | an open two-wheeled one-horse cart formerly widely used in Ireland
-03594148 06 n 01 javelin 0 002 @ 04270891 n 0000 @ 04285146 n 0000 | a spear thrown as a weapon or in competitive field events
-03594277 06 n 01 jaw 0 006 @ 03525827 n 0000 #p 02915904 n 0000 #p 03027250 n 0000 #p 04606574 n 0000 #p 04538552 n 0000 #p 03966976 n 0000 | holding device consisting of one or both of the opposing parts of a tool that close to hold an object
-03594523 06 n 01 Jaws_of_Life 0 002 @ 04451818 n 0000 ;u 06851742 n 0000 | hydraulic tool inserted into a wrecked vehicle and used to pry the wreckage apart in order to provide access to people trapped inside
-03594734 06 n 03 jean 3 blue_jean 0 denim 3 004 @ 04489008 n 0000 @ 04603872 n 0000 ;u 06295235 n 0000 ~ 03660124 n 0000 | (usually plural) close-fitting trousers of heavy denim for manual work or casual wear
-03594945 06 n 02 jeep 0 landrover 0 001 @ 02958343 n 0000 | a car suitable for traveling over rough terrain
-03595055 06 n 01 jellaba 0 001 @ 03045337 n 0000 | a loose cloak with a hood; worn in the Middle East and northern Africa
-03595179 06 n 01 je_ne_sais_quoi 0 001 @ 00002684 n 0000 | something indescribable
-03595264 06 n 01 jerkin 0 001 @ 03589791 n 0000 | a tight sleeveless and collarless jacket (often made of leather) worn by men in former times
-03595409 06 n 02 jeroboam 0 double-magnum 0 001 @ 04591713 n 0000 | a large wine bottle (holds 4/5 of a gallon)
-03595523 06 n 01 jersey 0 001 @ 03625355 n 0000 | a slightly elastic machine-knit fabric
-03595614 06 n 03 jersey 1 T-shirt 0 tee_shirt 0 002 @ 04197391 n 0000 ~ 04502197 n 0000 | a close-fitting pullover shirt
-03595737 06 n 01 Jerusalem_cross 0 001 @ 03135152 n 0000 | a cross with equal arms, each terminating in a small crossbar
-03595860 06 n 03 jet 0 jet_plane 0 jet-propelled_plane 0 007 @ 02691156 n 0000 + 01942234 v 0101 ~ 03321419 n 0000 %p 03596285 n 0000 ~ 03596543 n 0000 ~ 03604311 n 0000 ~ 04503499 n 0000 | an airplane powered by one or more jet engines
-03596099 06 n 01 jet_bridge 0 001 @ 03379828 n 0000 | an extendible bridge for loading passengers onto large commercial airplanes; provides protected access to the plane from the gate
-03596285 06 n 01 jet_engine 0 007 @ 04057435 n 0000 #p 03595860 n 0000 ~ 03321103 n 0000 ~ 04051269 n 0000 ~ 04099175 n 0000 %p 04111668 n 0000 -c 07422629 n 0000 | a gas turbine produces a stream of hot gas that propels a jet plane by reaction propulsion
-03596543 06 n 01 jetliner 0 001 @ 03595860 n 0000 | a large jet plane that carries passengers
-03596639 06 n 01 jetsam 1 001 @ 03892891 n 0000 | the part of a ship's equipment or cargo that is thrown overboard to lighten the load in a storm
-03596787 06 n 03 jewel 0 gem 0 precious_stone 0 013 @ 03597469 n 0000 + 10221956 n 0102 + 10221777 n 0101 + 10221956 n 0103 + 10221777 n 0102 + 01678685 v 0102 ~ 03139341 n 0000 ~ 04259364 n 0000 ~ 13371958 n 0000 ~ 13372262 n 0000 ~ 13372403 n 0000 ~ 13372665 n 0000 ~ 13372812 n 0000 | a precious or semiprecious stone incorporated into a piece of jewelry
-03597147 06 n 01 jeweler's_glass 0 001 @ 03852280 n 0000 | an optical instrument used by jewelers; has one or more lenses and is used to view features not readily seen
-03597317 06 n 02 jewelled_headdress 0 jeweled_headdress 0 003 @ 03502509 n 0000 ~ 03138669 n 0000 ~ 04432203 n 0000 | a headdress adorned with jewels
-03597469 06 n 02 jewelry 0 jewellery 0 016 @ 02681518 n 0000 + 01678685 v 0202 + 01678685 v 0102 ~ 02815071 n 0000 ~ 02837702 n 0000 ~ 02852043 n 0000 ~ 02887970 n 0000 ~ 03044166 n 0000 ~ 03146075 n 0000 ~ 03262349 n 0000 ~ 03596787 n 0000 ~ 03814906 n 0000 ~ 03940713 n 0000 ~ 04092609 n 0000 ~ 04433800 n 0000 %p 14699752 n 0000 | an adornment (as a bracelet or ring or necklace) made of precious metals and set with gems (or imitation gems)
-03597916 06 n 03 jew's_harp 0 jews'_harp 0 mouth_bow 0 001 @ 03800933 n 0000 | a small lyre-shaped musical instrument that is placed between the teeth and played by twanging a wire tongue while changing the shape of the mouth cavity
-03598151 06 n 01 jib 0 003 @ 03381776 n 0000 + 01946817 v 0103 ~ 03374282 n 0000 | any triangular fore-and-aft sail (set forward of the foremast)
-03598299 06 n 01 jibboom 0 001 @ 04267577 n 0000 | a spar that extends the bowsprit
-03598385 06 n 01 jig 0 001 @ 03183080 n 0000 | a device that holds a piece of machine work and guides the tools operating on it
-03598515 06 n 01 jig 1 001 @ 03350602 n 0000 | a fisherman's lure with one or more hooks that is jerked up and down in the water
-03598646 06 n 02 jiggermast 0 jigger 1 001 @ 03726760 n 0000 | any small mast on a sailing vessel; especially the mizzenmast of a yawl
-03598783 06 n 03 jigsaw 0 scroll_saw 0 fretsaw 0 001 @ 03996145 n 0000 | fine-toothed power saw with a narrow blade; used to cut curved outlines
-03598930 06 n 01 jigsaw_puzzle 0 001 @ 04028315 n 0000 | a puzzle that requires you to reassemble a picture that has been mounted on a stiff base and cut into interlocking pieces
-03599111 06 n 01 jim_crow 0 001 @ 03138344 n 0000 | a crowbar fitted with a claw for pulling nails
-03599212 06 n 03 jimdandy 0 jimhickey 0 crackerjack 0 001 @ 04424418 n 0000 | something excellent of its kind; "the bike was a jimdandy"
-03599351 06 n 02 jimmy 0 jemmy 0 002 @ 03138344 n 0000 + 01593254 v 0105 | a short crowbar; "in Britain they call a jimmy and jemmy"
-03599486 06 n 03 jinrikisha 0 ricksha 0 rickshaw 0 001 @ 02970849 n 0000 | a small two-wheeled cart for one passenger; pulled by one person
-03599628 06 n 01 job 0 003 @ 04602044 n 0000 + 02420789 v 0101 + 02461063 v 0103 | a workplace; as in the expression "on the job";
-03599761 06 n 01 job 1 003 @ 04007894 n 0000 + 02420789 v 0101 + 02461063 v 0103 | an object worked on; a result produced by working; "he held the job in his left hand and worked on it with his right"
-03599964 06 n 01 jobcentre 0 002 @ 03449858 n 0000 ;r 08860123 n 0000 | a government office in a town where information about available jobs is displayed and where unemployment benefits are administered
-03600169 06 n 01 job-oriented_terminal 0 001 @ 04413419 n 0000 | a terminal designed for a particular application
-03600285 06 n 03 jodhpurs 0 jodhpur_breeches 0 riding_breeches 0 003 @ 04489008 n 0000 #p 03474167 n 0000 ;u 06295235 n 0000 | flared trousers ending at the calves; worn with riding boots
-03600475 06 n 03 jodhpur 1 jodhpur_boot 0 jodhpur_shoe 0 001 @ 04089666 n 0000 | a short riding boot that fastens with a buckle at the side
-03600617 06 n 01 Johns_Hopkins 0 002 @i 04511002 n 0000 #p 09094381 n 0000 | a university in Baltimore
-03600722 06 n 01 joinery 0 001 @ 04598792 n 0000 | fine woodwork done by a joiner
-03600806 06 n 05 joint 0 marijuana_cigarette 0 reefer 0 stick 2 spliff 0 002 @ 03030663 n 0000 %s 02949691 n 0000 | marijuana leaves rolled into a cigarette for smoking
-03600977 06 n 01 joint 1 015 @ 03605915 n 0000 + 01604696 v 0101 + 02660147 v 0101 ~ 02779719 n 0000 ~ 02928413 n 0000 ~ 03521076 n 0000 ~ 03627954 n 0000 ~ 03642573 n 0000 ~ 03774461 n 0000 ~ 03787523 n 0000 ~ 04036963 n 0000 ~ 04144241 n 0000 ~ 04160372 n 0000 ~ 04445782 n 0000 ~ 04571958 n 0000 | junction by which parts or objects are joined together
-03601335 06 n 01 joint 2 002 @ 04286128 n 0000 ~ 03603199 n 0000 | a disreputable place of entertainment
-03601442 06 n 02 Joint_Direct_Attack_Munition 0 JDAM 0 001 @ 03465818 n 0000 | a pinpoint bomb guidance device that can be strapped to a gravity bomb thus converting dumb bombs into smart bombs
-03601638 06 n 04 jointer 0 jointer_plane 0 jointing_plane 0 long_plane 0 002 @ 03954731 n 0000 + 02354287 v 0101 | a long carpenter's plane used to shape the edges of boards so they will fit together
-03601840 06 n 01 joist 0 003 @ 02815950 n 0000 ~ 03366974 n 0000 ~ 04483584 n 0000 | beam used to support floors or roofs
-03601964 06 n 01 joker 0 001 @ 03963982 n 0000 | a playing card that is usually printed with a picture of a jester
-03602081 06 n 02 jolly_boat 0 jolly 0 001 @ 04612504 n 0000 | a yawl used by a ship's sailors for general work
-03602194 06 n 01 jorum 0 001 @ 02881193 n 0000 | a large drinking bowl
-03602267 06 n 01 joss 0 001 @ 03560161 n 0000 | a Chinese god worshipped in the form of an idol
-03602365 06 n 01 joss_house 0 001 @ 04407435 n 0000 | a Chinese temple or shrine for idol worship
-03602465 06 n 01 journal 0 001 @ 02764779 n 0000 | the part of the axle contained by a bearing
-03602562 06 n 01 journal 1 003 @ 02870092 n 0000 ~ 03165211 n 0000 ~ 03189707 n 0000 | a record book as a physical object
-03602686 06 n 01 journal_bearing 0 002 @ 02817031 n 0000 ~ 03542220 n 0000 | the bearing of a journal
-03602790 06 n 01 journal_box 0 001 @ 03546766 n 0000 | metal housing for a journal bearing
-03602883 06 n 01 joystick 1 002 @ 03096960 n 0000 @ 03163973 n 0000 | a manual control consisting of a vertical handle that can move freely in two directions; used as an input device to computers or to devices controlled by computers
-03603119 06 n 01 judas 0 001 @ 03905208 n 0000 | a one-way peephole in a door
-03603199 06 n 06 juke 0 jook 0 juke_joint 0 jook_joint 0 juke_house 0 jook_house 0 001 @ 03601335 n 0000 | a small roadside establishment in the southeastern United States where you can eat and drink and dance to music provided by a jukebox
-03603442 06 n 01 jungle_gym 0 002 @ 04341686 n 0000 @ 03964744 n 0000 | a structure of vertical and horizontal rods where children can climb and play
-03603594 06 n 01 junk 1 002 @ 02858304 n 0000 %p 03696568 n 0000 | any of various Chinese boats with a high poop and lugsails
-03603722 06 n 01 jug 0 005 @ 02876657 n 0000 + 00324071 v 0101 ~ 02825240 n 0000 ~ 04560804 n 0000 ~ 04579145 n 0000 | a large bottle with a narrow mouth
-03603878 06 n 01 Juggernaut 0 001 @ 03560161 n 0000 | a crude idol of Krishna
-03603958 06 n 05 juju 0 voodoo 0 hoodoo 0 fetish 0 fetich 0 004 @ 03009633 n 0000 + 10085548 n 0401 + 02726717 v 0301 + 00777391 v 0201 | a charm superstitiously believed to embody magical powers
-03604156 06 n 02 jukebox 0 nickelodeon 0 001 @ 04064401 n 0000 | a cabinet containing an automatic record player; records are played by inserting a coin
-03604311 06 n 02 jumbojet 0 jumbo_jet 0 001 @ 03595860 n 0000 | a very large jet plane
-03604400 06 n 03 jumper 0 pinafore 0 pinny 0 001 @ 03236735 n 0000 | a sleeveless dress resembling an apron; worn over other clothing
-03604536 06 n 01 jumper 1 001 @ 03589791 n 0000 | a loose jacket or blouse worn by workmen
-03604629 06 n 01 jumper 2 002 @ 03091374 n 0000 ~ 03604843 n 0000 | a small connector used to make temporary electrical connections
-03604763 06 n 01 jumper 3 001 @ 03121897 n 0000 | a coverall worn by children
-03604843 06 n 04 jumper_cable 0 jumper_lead 0 lead 1 booster_cable 0 003 @ 03604629 n 0000 @ 04594489 n 0000 ~ 03044671 n 0000 | a jumper that consists of a short piece of wire; "it was a tangle of jumper cables and clip leads"
-03605073 06 n 01 jumping_jack 0 001 @ 03964744 n 0000 | plaything consisting of a toy figure with movable joints that can be made to dance by pulling strings
-03605233 06 n 03 jump_rope 0 skip_rope 0 skipping_rope 0 001 @ 04108268 n 0000 | a length of rope (usually with handles on each end) that is swung around while someone jumps over it
-03605417 06 n 01 jump_seat 0 001 @ 04161358 n 0000 | a folding seat in an automobile
-03605504 06 n 01 jump_suit 0 001 @ 04509592 n 0000 | one-piece uniform worn by parachutists
-03605598 06 n 02 jump_suit 1 jumpsuit 0 001 @ 03419014 n 0000 | one-piece garment fashioned after a parachutist's uniform
-03605722 06 n 01 junction 0 006 @ 08664443 n 0000 ~ 03577818 n 0000 ~ 03581125 n 0000 ~ 04048979 n 0000 ~ 04441902 n 0000 ~ 04465933 n 0000 | the place where two or more things come together
-03605915 06 n 02 junction 1 conjunction 0 006 @ 03091374 n 0000 ~ 03093792 n 0000 ~ 03600977 n 0000 ~ 03606106 n 0000 ~ 04281998 n 0000 ~ 04421740 n 0000 | something that joins or connects
-03606106 06 n 02 junction_barrier 0 barrier_strip 0 001 @ 03605915 n 0000 | a junction unit for connecting 2 cables without the need for plugs
-03606251 06 n 01 junk_shop 0 001 @ 04202417 n 0000 | a shop that sells cheap secondhand goods
-03606347 06 n 01 jury_box 0 002 @ 02884011 n 0000 #p 03120778 n 0000 | an enclosure within a courtroom for the jury
-03606465 06 n 01 jury_mast 0 001 @ 03726760 n 0000 | a temporary mast to replace one that has broken off
-03606572 06 n 08 K 0 jet 2 super_acid 0 special_K 0 honey_oil 0 green 0 cat_valium 0 super_C 0 001 @ 03611590 n 0000 | street names for ketamine
-03606719 06 n 02 Kaaba 0 Caaba 0 003 @i 04210390 n 0000 #p 08994090 n 0000 ;c 06234825 n 0000 | (Islam) a black stone building in Mecca that is shaped like a cube and that is the most sacred Muslim pilgrim shrine; believed to have been given by Gabriel to Abraham; Muslims turn in its direction when praying
-03607029 06 n 01 kachina 0 001 @ 03219135 n 0000 | a carved doll wearing the costume of a particular Pueblo spirit; usually presented to a child as a gift
-03607186 06 n 01 kaffiyeh 0 001 @ 03502509 n 0000 | an Arab headdress consisting of a square piece of cloth folded into a triangle and fastened over the crown by an agal
-03607358 06 n 01 Kakemono 0 001 @ 03491178 n 0000 | a Japanese (paper or silk) wall hanging; usually narrow with a picture or writing on it and a roller at the bottom
-03607527 06 n 01 kalansuwa 0 001 @ 02954340 n 0000 | a cap that is wrapped around by a turban and worn by Muslim religious elders
-03607659 06 n 01 Kalashnikov 0 001 @ 04347519 n 0000 | a type of submachine gun made in Russia
-03607756 06 n 01 kaleidoscope 0 001 @ 03964744 n 0000 | an optical toy in a tube; it produces symmetrical patterns as bits of colored glass are reflected by mirrors
-03607923 06 n 01 kameez 0 001 @ 04497570 n 0000 | a long tunic worn by many people from the Indian subcontinent (usually with a salwar or churidars)
-03608074 06 n 01 kamikaze 0 002 @ 03335030 n 0000 ;r 08921850 n 0000 | a fighter plane used for suicide missions by Japanese pilots in World War II
-03608224 06 n 01 Kammon_Strait_Bridge 0 002 @i 04366367 n 0000 #p 08921850 n 0000 | a suspension bridge between Kyushu and Honshu
-03608356 06 n 02 kanamycin 0 Kantrex 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | antibiotic (trade name Kantrex) used to treat severe infections
-03608504 06 n 01 kanzu 0 002 @ 03419014 n 0000 ;c 06995792 n 0000 | (Swahili) a long garment (usually white) with long sleeves; worn by men in East Africa
-03608661 06 n 01 Kaopectate 0 003 @ 02719294 n 0000 %s 14670639 n 0000 %s 14978232 n 0000 | trade name for a fixed-combination antidiarrheal drug that use kaolin as the adsorbent and pectin as the emollient
-03608870 06 n 07 kat 0 khat 0 qat 0 quat 0 cat 2 Arabian_tea 0 African_tea 0 001 @ 04320126 n 0000 | the leaves of the shrub Catha edulis which are chewed like tobacco or used to make tea; has the effect of a euphoric stimulant; "in Yemen kat is used daily by 85% of adults"
-03609147 06 n 01 katharometer 0 001 @ 03733925 n 0000 | measures thermal conductivity
-03609235 06 n 01 kayak 0 002 @ 02951358 n 0000 + 01947735 v 0101 | a small canoe consisting of a light frame made watertight with animal skins; used by Eskimos
-03609397 06 n 01 kazoo 0 001 @ 04586932 n 0000 | a toy wind instrument that has a membrane that makes a sound when you hum into the mouthpiece
-03609542 06 n 01 keel 0 004 @ 02815950 n 0000 #p 03548626 n 0000 ~ 02838178 n 0000 %p 03343047 n 0000 | one of the main longitudinal beams (or plates) of the hull of a vessel; can extend vertically into the water to provide lateral stability
-03609786 06 n 01 keelboat 0 001 @ 04095210 n 0000 | river boat with a shallow draught and a keel but no sails; used to carry freight; moved by rowing or punting or towing
-03609959 06 n 01 keelson 0 002 @ 02815950 n 0000 #p 03548626 n 0000 | a longitudinal beam connected to the keel of ship to strengthen it
-03610098 06 n 03 keep 0 donjon 0 dungeon 0 003 @ 04340935 n 0000 #p 02980441 n 0000 ~i 02847223 n 0000 | the main tower within the walls of a medieval castle or fortress
-03610270 06 n 04 keepsake 0 souvenir 0 token 1 relic 1 003 @ 00002684 n 0000 ~ 03693617 n 0000 ~ 03894762 n 0000 | something of sentimental value
-03610418 06 n 01 keg 0 003 @ 02795169 n 0000 ~ 03349296 n 0000 ~ 03994757 n 0000 | small cask or barrel
-03610524 06 n 03 kennel 0 doghouse 0 dog_house 0 003 @ 03859280 n 0000 @ 04191943 n 0000 + 02459799 v 0101 | outbuilding that serves as a shelter for a dog
-03610682 06 n 04 kepi 0 peaked_cap 0 service_cap 0 yachting_cap 0 002 @ 02954340 n 0000 %p 02838728 n 0000 | a cap with a flat circular top and a visor
-03610836 06 n 01 keratoscope 0 001 @ 03739693 n 0000 | medical instrument to examine the cornea in order to detect irregularities in its anterior surface
-03610992 06 n 01 kerchief 0 003 @ 04143897 n 0000 ~ 03505504 n 0000 ~ 03814817 n 0000 | a square scarf that is folded into a triangle and worn over the head or about the neck
-03611169 06 n 01 kern 0 003 @ 04504486 n 0000 + 02365936 v 0101 + 02366105 v 0101 | the part of a metal typeface that projects beyond its body
-03611314 06 n 01 Kerr_cell 0 001 @ 03851341 n 0000 | optical device consisting of a transparent cell with two electrodes between two polarizing media; passes light only if the two planes of polarization are parallel; used as a high-speed shutter or to modulate a laser beam
-03611590 06 n 03 ketamine 0 ketamine_hydrochloride 0 Ketalar 0 003 @ 03433434 n 0000 @ 03054098 n 0000 ~ 03606572 n 0000 | a general anesthetic and tranquilizer (not a barbiturate) that is administered intravenously or intramuscularly; used mainly by veterinarians or for minor surgery with geriatric or pediatric patients; taken in large doses it causes hallucinations similar to those associated with the use of PCP
-03612010 06 n 01 ketch 0 001 @ 04128837 n 0000 | a sailing vessel with two masts; the mizzen is forward of the rudderpost
-03612134 06 n 04 ketoprofen 0 Orudis 0 Orudis_KT 0 Oruvail 0 005 @ 03828465 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 %s 14862753 n 0000 | nonsteroidal anti-inflammatory drug (trade names Orudis or Orudis KT or Oruvail)
-03612378 06 n 02 ketorolac 0 Torodal 1 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14599168 n 0000 | nonsteroidal anti-inflammatory (trade name Torodal) that is given only orally
-03612559 06 n 03 ketorolac_tromethamine 0 Acular 0 Toradol 0 004 @ 03828465 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 %s 14599168 n 0000 | nonsteroidal anti-inflammatory drug (trade names Acular and Toradol) that is administered only intramuscularly
-03612814 06 n 02 kettle 0 boiler 1 003 @ 03990474 n 0000 + 00328128 v 0201 ~ 04397768 n 0000 | a metal pot for stewing or boiling; usually has a lid
-03612965 06 n 05 kettle 1 kettledrum 0 tympanum 0 tympani 0 timpani 0 007 @ 03915437 n 0000 + 10734963 n 0502 + 10734963 n 0401 + 10734963 n 0402 + 02945202 a 0401 + 10734963 n 0301 + 10734963 n 0302 | a large hemispherical brass or copper percussion instrument with a drumhead that can be tuned by adjusting the tension on it
-03613294 06 n 01 key 0 008 @ 03183080 n 0000 + 01520655 v 0101 + 02338227 v 0101 %p 02845002 n 0000 ~ 03561047 n 0000 ~ 03645290 n 0000 ~ 03896984 n 0000 %p 04184095 n 0000 | metal device shaped in such a way that when it is inserted into the appropriate lock the lock's mechanism can be rotated
-03613592 06 n 01 key 1 010 @ 03659292 n 0000 #m 03614007 n 0000 #p 02677718 n 0000 ~ 02771004 n 0000 ~ 03097673 n 0000 ~ 04084517 n 0000 ~ 04193377 n 0000 ~ 04264628 n 0000 ~ 04379096 n 0000 ~ 04400737 n 0000 | a lever (as in a keyboard) that actuates a mechanism when depressed
-03613873 06 n 01 keyboard 0 001 @ 03525454 n 0000 | holder consisting of an arrangement of hooks on which keys or locks can be hung
-03614007 06 n 01 keyboard 1 012 @ 03183080 n 0000 #p 03928116 n 0000 #p 03854065 n 0000 #p 04505036 n 0000 #p 03082979 n 0000 #p 04413419 n 0000 #p 04504770 n 0000 %p 02677718 n 0000 ~ 03085013 n 0000 %m 03613592 n 0000 ~ 03928814 n 0000 ~ 04505470 n 0000 | device consisting of a set of keys on a piano or organ or typewriter or typesetting machine or computer or the like
-03614383 06 n 01 keyboard_buffer 0 001 @ 02911485 n 0000 | a buffer that keeps track of key strokes until the computer is ready to respond to them
-03614532 06 n 01 keyboard_instrument 0 008 @ 03800933 n 0000 ~ 02672831 n 0000 ~ 02990758 n 0000 ~ 03038870 n 0000 ~ 03039015 n 0000 ~ 03854065 n 0000 ~ 03928116 n 0000 ~ 04376400 n 0000 | a musical instrument that is played by means of a keyboard
-03614782 06 n 01 keyhole 0 002 @ 03526198 n 0000 #p 03682487 n 0000 | the hole where a key is inserted
-03614887 06 n 01 keyhole_saw 0 001 @ 03488188 n 0000 | a handsaw with a long narrow blade for cutting short radius curves; similar to a compass saw
-03615037 06 n 01 key_ring 0 001 @ 03533972 n 0000 | a circular ring of metal for holding keys
-03615133 06 n 03 keystone 0 key 3 headstone 0 003 @ 02914813 n 0000 #p 02733524 n 0000 ~ 04035912 n 0000 | the central building block at the top of an arch or vault
-03615300 06 n 02 khadi 0 khaddar 0 001 @ 03309808 n 0000 | a coarse homespun cotton cloth made in India
-03615406 06 n 01 khaki 0 002 @ 03309808 n 0000 + 00376821 a 0101 | a sturdy twilled cloth of a yellowish brown color used especially for military uniforms
-03615563 06 n 01 khakis 0 001 @ 03763968 n 0000 | a military uniform made of khaki fabric
-03615655 06 n 01 khimar 0 001 @ 03505504 n 0000 | a headscarf worn by observant Muslim women that hangs down to just above the waist
-03615790 06 n 01 khukuri 0 002 @ 03624134 n 0000 ;r 08906374 n 0000 | a curved steel knife with a razor-sharp edge used in combat by the Gurkhas; has cultural and religious significance in Nepal
-03615987 06 n 01 kibble 0 001 @ 02909870 n 0000 | an iron bucket used for hoisting in wells or mining
-03616091 06 n 01 kick_pleat 0 002 @ 03965907 n 0000 #p 04230808 n 0000 | pleat in back of a straight skirt to allow ease in walking
-03616225 06 n 02 kicksorter 0 pulse_height_analyzer 0 001 @ 04147495 n 0000 | scientific instrument consisting of an electronic circuit that permits only voltage pulses of predetermined height to pass
-03616428 06 n 01 kickstand 0 003 @ 04100174 n 0000 #p 02834778 n 0000 #p 03790512 n 0000 | a swiveling metal rod attached to a bicycle or motorcycle or other two-wheeled vehicle; the rod lies horizontally when not in use but can be kicked into a vertical position as a support to hold the vehicle upright when it is not being ridden
-03616763 06 n 02 kick_starter 0 kick_start 0 004 @ 04304375 n 0000 #p 03790512 n 0000 + 01858016 v 0201 + 01858016 v 0101 | a starter (as on a motorcycle) that is activated with the foot and the weight of the body
-03616979 06 n 02 kid_glove 0 suede_glove 0 001 @ 03441112 n 0000 | a glove made of fine soft leather (as kidskin)
-03617095 06 n 01 kiln 0 006 @ 03404449 n 0000 ~ 02898093 n 0000 ~ 03252231 n 0000 ~ 03669534 n 0000 ~ 03797062 n 0000 ~ 03837606 n 0000 | a furnace for firing or burning or drying such things as porcelain or bricks
-03617312 06 n 01 kilt 0 001 @ 04230808 n 0000 | a knee-length pleated tartan skirt worn by men as part of the traditional dress in the Highlands of northern Scotland
-03617480 06 n 01 kimono 0 001 @ 04097866 n 0000 | a loose robe; imitated from robes originally worn by Japanese
-03617594 06 n 03 kinescope 0 picture_tube 0 television_tube 0 003 @ 02985137 n 0000 #p 04405907 n 0000 ~ 03072440 n 0000 | a cathode-ray tube in a television receiver; translates the received signal into a picture on a luminescent screen
-03617834 06 n 01 Kinetoscope 0 002 @ 03183080 n 0000 ;u 06845599 n 0000 | a device invented by Edison that gave an impression of movement as an endless loop of film moved continuously over a light source with a rapid shutter; precursor of the modern motion picture
-03618101 06 n 01 king 0 002 @ 03014440 n 0000 ;c 00503237 n 0000 | (chess) the weakest but the most important piece
-03618219 06 n 01 king 1 001 @ 03314028 n 0000 | one of the four playing cards in a deck bearing the picture of a king
-03618339 06 n 01 king 2 002 @ 03011355 n 0000 ;c 00502952 n 0000 | a checker that has been moved to the opponent's first row where it is promoted to a piece that is free to move either forward or backward
-03618546 06 n 03 kingbolt 0 kingpin 0 swivel_pin 0 001 @ 02865665 n 0000 | bolt that provides a steering joint in a motor vehicle
-03618678 06 n 01 king_post 0 001 @ 03988170 n 0000 | post connecting the crossbeam to the apex of a triangular truss
-03618797 06 n 01 Kipp's_apparatus 0 001 @ 02727825 n 0000 | a laboratory apparatus for producing a gas (usually hydrogen sulfide) by the action of a liquid on a solid without heating
-03618982 06 n 01 kirk 0 001 @ 03028079 n 0000 | a Scottish church
-03619050 06 n 01 kirpan 0 001 @ 03158885 n 0000 | a ceremonial four-inch curved dagger that Sikh men and women are obliged to wear at all times
-03619196 06 n 01 kirtle 0 001 @ 03236735 n 0000 | a long dress worn by women
-03619275 06 n 01 kirtle 2 001 @ 04497570 n 0000 | a garment resembling a tunic that was worn by men in the Middle Ages
-03619396 06 n 02 kit 0 outfit 0 008 @ 03430959 n 0000 + 02339413 v 0204 + 02341200 v 0103 ~ 02966687 n 0000 ~ 03349469 n 0000 ~ 03650551 n 0000 ~ 03751458 n 0000 ~ 04179824 n 0000 | gear consisting of a set of articles or tools for a specified purpose
-03619650 06 n 01 kit 1 004 @ 02974697 n 0000 + 02341200 v 0103 ~ 03214582 n 0000 ~ 04447156 n 0000 | a case for containing a set of articles
-03619793 06 n 02 kitbag 0 kit_bag 0 001 @ 02769748 n 0000 | a knapsack (usually for a soldier)
-03619890 06 n 01 kitchen 0 005 @ 04105893 n 0000 #p 03259505 n 0000 ~ 03412220 n 0000 ~ 03412387 n 0000 ~ 03620353 n 0000 | a room equipped for preparing meals
-03620052 06 n 01 kitchen_appliance 0 012 @ 03528263 n 0000 ~ 03063338 n 0000 ~ 03212114 n 0000 ~ 03378174 n 0000 ~ 03543254 n 0000 ~ 03557692 n 0000 ~ 03761084 n 0000 ~ 03862676 n 0000 ~ 04330340 n 0000 ~ 04442312 n 0000 ~ 04442441 n 0000 ~ 04542943 n 0000 | a home appliance used in preparing food
-03620353 06 n 01 kitchenette 0 002 @ 03619890 n 0000 #p 02726305 n 0000 | small kitchen
-03620443 06 n 03 kitchen_garden 0 vegetable_garden 0 vegetable_patch 0 002 @ 03417345 n 0000 ~ 04533373 n 0000 | a small garden where vegetables are grown
-03620600 06 n 01 kitchen_island 0 001 @ 03587318 n 0000 | an unattached counter in a kitchen that permits access from all sides
-03620730 06 n 01 kitchen_match 0 001 @ 03728437 n 0000 | a wooden friction match that will light on any granular surface; useful to light wood or gas stoves
-03620889 06 n 01 kitchen_sink 0 001 @ 04223580 n 0000 | a sink in a kitchen
-03620967 06 n 01 kitchen_table 0 001 @ 04379243 n 0000 | a table in the kitchen
-03621049 06 n 01 kitchen_utensil 0 014 @ 04516672 n 0000 ~ 03012499 n 0000 ~ 03101517 n 0000 ~ 03101986 n 0000 ~ 03454885 n 0000 ~ 03621377 n 0000 ~ 03724417 n 0000 ~ 03767966 n 0000 ~ 03775199 n 0000 ~ 04088441 n 0000 ~ 04103206 n 0000 ~ 04167228 n 0000 ~ 04293119 n 0000 ~ 04396902 n 0000 | a utensil used in preparing food
-03621377 06 n 01 kitchenware 0 001 @ 03621049 n 0000 | hardware utensils for use in a kitchen
-03621473 06 n 01 kite 0 005 @ 03964744 n 0000 + 01848190 v 0101 ~ 02885785 n 0000 %p 03621826 n 0000 ~ 04284869 n 0000 | plaything consisting of a light frame covered with tissue paper; flown in wind at end of a string
-03621694 06 n 01 kite_balloon 0 001 @ 02794972 n 0000 | a barrage balloon with lobes at one end that keep it headed into the wind
-03621826 06 n 01 kite_tail 0 002 @ 02860239 n 0000 #p 03621473 n 0000 | a bob on a kite to provide balance
-03621935 06 n 01 kitsch 0 001 @ 02743547 n 0000 | excessively garish or sentimental art; usually considered in bad taste
-03622058 06 n 02 klaxon 0 claxon 0 003 @ 03536761 n 0000 + 02183175 v 0204 + 01053495 v 0202 | a kind of loud horn formerly used on motor vehicles
-03622207 06 n 01 Klein_bottle 0 001 @ 04362025 n 0000 | a closed surface with only one side; formed by passing one end of a tube through the side of the tube and joining it with the other end
-03622401 06 n 01 klieg_light 0 001 @ 02961947 n 0000 | carbon arc lamp that emits an intense light used in producing films
-03622526 06 n 01 klystron 0 001 @ 04494204 n 0000 | an electron tube used to generate or amplify electromagnetic radiation in the microwave region by velocity modulation
-03622698 06 n 01 knee 0 002 @ 03050026 n 0000 #p 03654576 n 0000 | the part of a trouser leg that provides the cloth covering for the knee
-03622839 06 n 01 knee_brace 0 001 @ 02887209 n 0000 | a brace worn to strengthen the knee
-03622931 06 n 02 knee-high 0 knee-hi 0 002 @ 04254777 n 0000 @ 04323819 n 0000 | a sock or stocking that reaches up to just below the knees
-03623073 06 n 01 kneeler 0 002 @ 02856463 n 0000 + 01545649 v 0101 | a board (sometimes cushioned) for someone to kneel on
-03623198 06 n 01 knee_pad 0 001 @ 04015204 n 0000 | protective garment consisting of a pad worn by football or baseball or hockey players
-03623338 06 n 01 knee_piece 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the knee
-03623448 06 n 02 knickknack 1 novelty 1 001 @ 00022903 n 0000 | a small inexpensive mass-produced article
-03623556 06 n 01 knife 0 025 @ 03265032 n 0000 + 01231652 v 0101 ~ 02794368 n 0000 %p 02848216 n 0000 ~ 02864987 n 0000 ~ 02880842 n 0000 ~ 02893941 n 0000 ~ 02927053 n 0000 ~ 02973904 n 0000 ~ 02976123 n 0000 ~ 03041632 n 0000 ~ 03235327 n 0000 %p 03474896 n 0000 ~ 03549473 n 0000 %p 03624400 n 0000 ~ 03658185 n 0000 ~ 03675076 n 0000 ~ 03889397 n 0000 ~ 03890093 n 0000 ~ 03973628 n 0000 %p 03974215 n 0000 ~ 04016479 n 0000 ~ 04237287 n 0000 ~ 04364827 n 0000 ~ 04380346 n 0000 | edge tool used as a cutting instrument; has a pointed blade with a sharp edge and a handle
-03624134 06 n 01 knife 1 010 @ 04565375 n 0000 + 01231652 v 0101 ~ 02812949 n 0000 ~ 03158885 n 0000 ~ 03615790 n 0000 ~ 03699591 n 0000 ~ 04198722 n 0000 ~ 04479287 n 0000 ~ 04612257 n 0000 %p 13902482 n 0000 | a weapon with a handle and blade with a sharp point
-03624400 06 n 01 knife_blade 0 002 @ 02848216 n 0000 #p 03623556 n 0000 | the blade of a knife
-03624497 06 n 02 knife_edge 0 cutting_edge 0 003 @ 03264136 n 0000 #p 02848216 n 0000 #p 03265032 n 0000 | the sharp cutting side of the blade of a knife
-03624653 06 n 01 knife_pleat 0 002 @ 03965907 n 0000 ~ 04354966 n 0000 | a single pleat turned in one direction
-03624767 06 n 02 knight 0 horse 0 002 @ 03014440 n 0000 ;c 00503237 n 0000 | a chessman shaped to resemble the head of a horse; can move two squares horizontally and one vertically (or vice versa)
-03624966 06 n 03 knit 0 knitting 0 knitwork 0 005 @ 03816849 n 0000 + 01671039 v 0201 + 01671039 v 0101 + 01672014 v 0101 -c 01286038 v 0000 | needlework created by interlacing yarn in a series of connected loops using straight eyeless needles or by machine
-03625226 06 n 04 knit 1 knit_stitch 0 plain 0 plain_stitch 0 002 @ 03625783 n 0000 + 01671039 v 0101 | a basic knitting stitch
-03625355 06 n 01 knit 2 007 @ 03309808 n 0000 + 01671039 v 0101 ~ 02777638 n 0000 ~ 03227317 n 0000 ~ 03595523 n 0000 ~ 04323519 n 0000 ~ 04482297 n 0000 | a fabric made by knitting
-03625539 06 n 01 knitting_machine 0 001 @ 04417180 n 0000 | a textile machine that makes knitted fabrics
-03625646 06 n 01 knitting_needle 0 001 @ 03816136 n 0000 | needle consisting of a slender rod with pointed ends; usually used in pairs
-03625783 06 n 01 knitting_stitch 0 005 @ 04321238 n 0000 ~ 03421485 n 0000 ~ 03625226 n 0000 ~ 04026180 n 0000 ~ 04323645 n 0000 | a stitch taken in knitting
-03625943 06 n 01 knitwear 0 001 @ 03051540 n 0000 | knitted clothing
-03626014 06 n 01 knob 0 003 @ 03485997 n 0000 ~ 03222959 n 0000 ~ 04327324 n 0000 | a round handle
-03626115 06 n 02 knob 1 boss 0 004 @ 04008947 n 0000 + 01531265 v 0202 ~ 03626418 n 0000 ~ 03805374 n 0000 | a circular rounded projection or protuberance
-03626272 06 n 02 knob 2 pommel 1 002 @ 03169390 n 0000 #p 03520654 n 0000 | an ornament in the shape of a ball on the hilt of a sword or dagger
-03626418 06 n 01 knobble 0 002 @ 03626115 n 0000 + 02141735 a 0102 | a small knob
-03626502 06 n 02 knobkerrie 0 knobkerry 0 001 @ 03053474 n 0000 | a short wooden club with a heavy knob on one end; used by aborigines in southern Africa
-03626658 06 n 01 knockabout 0 001 @ 04242408 n 0000 | a sloop with a simplified rig and no bowsprit
-03626760 06 n 03 knocker 0 doorknocker 0 rapper 0 002 @ 03183080 n 0000 #p 03399240 n 0000 | a device (usually metal and ornamental) attached by a hinge to a door
-03626925 06 n 02 knockoff 0 clone 0 001 @ 03104594 n 0000 | an unauthorized copy or imitation
-03627021 06 n 01 knockout_drops 0 003 @ 03021360 n 0000 ;u 06295235 n 0000 ~ 03758614 n 0000 | chloral hydrate in combination with alcohol; usually administered surreptitiously to make the drinker unconscious
-03627232 06 n 01 knot 0 024 @ 03323703 n 0000 + 00255720 a 0101 + 01300144 v 0101 ~ 02795783 n 0000 ~ 02880189 n 0000 ~ 02969634 n 0000 ~ 03053047 n 0000 ~ 03335846 n 0000 ~ 03350352 n 0000 ~ 03350456 n 0000 ~ 03448031 n 0000 ~ 03477902 n 0000 ~ 03500295 n 0000 ~ 03522634 n 0000 ~ 03689570 n 0000 ~ 03693293 n 0000 ~ 03864139 n 0000 ~ 04010057 n 0000 ~ 04187885 n 0000 ~ 04241042 n 0000 ~ 04291759 n 0000 ~ 04328054 n 0000 ~ 04363874 n 0000 ~ 04499554 n 0000 | any of various fastenings formed by looping and tying a rope (or cord) upon itself or to another rope or to another object
-03627819 06 n 01 knout 0 001 @ 04577769 n 0000 | a whip with a lash of leather thongs twisted with wire; used for flogging prisoners
-03627954 06 n 02 knuckle_joint 0 hinge_joint 0 001 @ 03600977 n 0000 | a joint allowing movement in one plane only
-03628071 06 n 01 kohl 0 001 @ 03714235 n 0000 | a cosmetic preparation used by women in Egypt and Arabia to darken the edges of their eyelids
-03628215 06 n 01 koto 0 001 @ 04338517 n 0000 | Japanese stringed instrument that resembles a zither; has a rectangular wooden sounding board and usually 13 silk strings that are plucked with the fingers
-03628421 06 n 01 kraal 0 001 @ 03907227 n 0000 | a pen for livestock in southern Africa
-03628511 06 n 01 kremlin 0 001 @ 02806088 n 0000 | citadel of a Russian town
-03628590 06 n 01 Kremlin 1 002 @i 02806088 n 0000 #p 09004068 n 0000 | citadel of Moscow, housing the offices of the Russian government
-03628728 06 n 03 kris 0 creese 0 crease 0 001 @ 03158885 n 0000 | a Malayan dagger with a wavy blade
-03628831 06 n 03 krummhorn 0 crumhorn 0 cromorne 0 001 @ 03228016 n 0000 | a Renaissance woodwind with a double reed and a curving tube (crooked horn)
-03628984 06 n 01 Kundt's_tube 0 001 @ 03733925 n 0000 | a measuring instrument used to measure the speed of sound
-03629100 06 n 01 Kurdistan 0 001 @ 04118021 n 0000 | an oriental rug woven by Kurds that is noted for fine colors and durability
-03629231 06 n 01 kurta 0 001 @ 04197391 n 0000 | a loose collarless shirt worn by many people on the Indian subcontinent (usually with a salwar or churidars or pyjama)
-03629401 06 n 02 kylie 0 kiley 0 001 @ 02871963 n 0000 | an Australian boomerang; one side flat and the other convex
-03629520 06 n 02 kylix 0 cylix 0 001 @ 03147509 n 0000 | a shallow drinking cup with two handles; used in ancient Greece
-03629643 06 n 02 kymograph 0 cymograph 0 001 @ 04147495 n 0000 | scientific instrument consisting of a rotating drum holding paper on which a stylus traces a continuous record (as of breathing or blood pressure)
-03629857 06 n 02 laager 0 lager 0 002 @ 02944826 n 0000 ;r 08999482 n 0000 | a camp defended by a circular formation of wagons
-03629986 06 n 06 lab 0 laboratory 0 research_lab 0 research_laboratory 0 science_lab 0 science_laboratory 0 006 @ 04602044 n 0000 ~ 02842008 n 0000 ~ 03013718 n 0000 ~ 03171094 n 0000 %p 03630262 n 0000 ~ 03928001 n 0000 | a workplace for the conduct of scientific research
-03630262 06 n 02 lab_bench 0 laboratory_bench 0 002 @ 04600486 n 0000 #p 03629986 n 0000 | a workbench in a laboratory
-03630383 06 n 02 lab_coat 0 laboratory_coat 0 001 @ 03057021 n 0000 | a light coat worn to protect clothing from substances used while working in a laboratory
-03630544 06 n 04 labetalol 0 labetalol_hydrochloride 0 Trandate 0 Normodyne 0 002 @ 02854156 n 0000 @ 02721160 n 0000 | antihypertensive drug (trade names Trandate and Normodyne) that blocks alpha and beta-adrenergic receptors of the sympathetic nervous system (leading to a decrease in blood pressure)
-03630849 06 n 02 labor_camp 0 labour_camp 0 001 @ 02945379 n 0000 | a penal institution for political prisoners who are used as forced labor
-03630992 06 n 01 Labyrinth_of_Minos 0 002 @i 03733281 n 0000 #p 08784333 n 0000 | a vast labyrinth built in Crete by Daedalus at the command of Minos in order to contain the Minotaur
-03631177 06 n 01 lace 0 009 @ 03309808 n 0000 + 01796600 a 0101 + 01674375 v 0101 + 01674717 v 0102 ~ 02908951 n 0000 ~ 03337727 n 0000 ~ 03703730 n 0000 ~ 03938522 n 0000 ~ 03975788 n 0000 | a delicate decorative fabric woven in an open web of symmetrical patterns
-03631445 06 n 02 lace 1 lacing 0 006 @ 03106110 n 0000 #p 04199027 n 0000 + 01521603 v 0201 + 01521603 v 0101 ~ 02874537 n 0000 ~ 04200637 n 0000 | a cord that is drawn through eyelets or around hooks in order to draw together two edges (as of a shoe or garment)
-03631710 06 n 01 lacework 0 001 @ 04599396 n 0000 | work consisting of (or resembling) lace fabric
-03631811 06 n 01 lacquer 0 003 @ 03058107 n 0000 + 01682761 v 0101 ~ 03593222 n 0000 | a hard glossy coating
-03631922 06 n 01 lacquerware 0 002 @ 04599396 n 0000 ~ 03593362 n 0000 | a decorative work made of wood and covered with lacquer and often inlaid with ivory or precious metals
-03632100 06 n 01 lacrosse_ball 0 001 @ 02778669 n 0000 | ball used in playing lacrosse
-03632189 06 n 02 lacuna 0 blank 2 001 @ 03416329 n 0000 | a blank gap or missing part
-03632277 06 n 01 ladder 0 010 @ 04298171 n 0000 ~ 02745228 n 0000 ~ 03307156 n 0000 ~ 03591116 n 0000 ~ 03782689 n 0000 ~ 04108908 n 0000 %p 04119751 n 0000 ~ 04142327 n 0000 ~ 04159676 n 0000 ~ 04315599 n 0000 | steps consisting of two parallel members connected by rungs; for climbing up or down
-03632577 06 n 01 ladder-back 0 002 @ 02767433 n 0000 #p 03632729 n 0000 | the backrest of a chair that consists of two uprights with connecting slats
-03632729 06 n 02 ladder-back 1 ladder-back_chair 0 002 @ 03001627 n 0000 %p 03632577 n 0000 | a chair with a ladder-back
-03632852 06 n 02 ladder_truck 0 aerial_ladder_truck 0 001 @ 03345487 n 0000 | a fire engine carrying ladders
-03632963 06 n 02 ladies'_room 0 powder_room 0 001 @ 04018667 n 0000 | a woman's restroom in a public (or semipublic) building
-03633091 06 n 01 ladle 0 006 @ 04531098 n 0000 + 01578993 v 0101 ~ 03204306 n 0000 %p 03485997 n 0000 ~ 04149083 n 0000 ~ 04263336 n 0000 | a spoon-shaped vessel with a long handle; frequently used to transfer liquids from one container to another
-03633341 06 n 01 lady_chapel 0 002 @ 03007130 n 0000 #p 03028079 n 0000 | a small chapel in a church; dedicated to the Virgin Mary
-03633474 06 n 03 lagan 0 lagend 0 ligan 0 001 @ 04606358 n 0000 | goods (or wreckage) on the sea bed that is attached to a buoy so that it can be recovered
-03633632 06 n 01 lagerphone 0 002 @ 03915437 n 0000 ;r 08831004 n 0000 | an Australian percussion instrument used for playing bush music; a long stick with bottle caps nailed loosely to it; played by hitting it with a stick or banging it on the ground
-03633886 06 n 02 lag_screw 0 lag_bolt 0 001 @ 04598136 n 0000 | a heavy woodscrew with a square or hexagonal head that is driven in with a wrench
-03634034 06 n 02 lake_dwelling 0 pile_dwelling 0 001 @ 03259505 n 0000 | dwelling built on piles in or near a lake; specifically in prehistoric villages
-03634189 06 n 01 Lake_Mead 0 003 @i 04078747 n 0000 #p 09057311 n 0000 #p 09110422 n 0000 | the largest reservoir in the United States; located in southeastern Nevada and northwestern Arizona and formed by the Hoover Dam on the Colorado River; the center of a recreational area
-03634469 06 n 01 Lake_Powell 0 003 @i 04078747 n 0000 #p 09057311 n 0000 #p 09147046 n 0000 | the second largest reservoir in the United States; located in southern Utah and north central Arizona and formed by the Glen Canyon Dam on the Colorado River
-03634723 06 n 01 Lake_Volta 0 002 @i 04078747 n 0000 #p 08946187 n 0000 | the Volta river in southeastern has been dammed to create one of the world's largest man-made lakes
-03634899 06 n 02 lally 0 lally_column 0 001 @ 04360798 n 0000 | support column consisting of a steel cylinder filled with concrete
-03635032 06 n 01 lamasery 0 001 @ 03781244 n 0000 | a monastery for lamas
-03635108 06 n 01 lambrequin 0 001 @ 03491178 n 0000 | short and decorative hanging for a shelf edge or top of a window casing
-03635236 06 n 01 lambrequin 1 001 @ 04143897 n 0000 | a scarf that covers a knight's helmet
-03635330 06 n 01 lame 0 001 @ 03309808 n 0000 | a fabric interwoven with threads of metal; "she wore a gold lame dress"
-03635452 06 n 01 lamella 0 001 @ 03959936 n 0000 | thin plate
-03635516 06 n 01 laminar_flow_clean_room 0 001 @ 03040376 n 0000 | a clean room free of all extraneous particles; used in fabricating microprocessors
-03635668 06 n 01 laminate 0 009 @ 04188643 n 0000 @ 03635932 n 0000 + 01232387 v 0101 + 01365131 v 0101 + 01391538 v 0101 + 01625666 v 0101 %p 03650173 n 0000 ~ 03958630 n 0000 ~ 03971218 n 0000 | a sheet of material made by bonding two or more sheets or layers
-03635932 06 n 01 lamination 0 004 @ 04341686 n 0000 + 01625666 v 0101 + 01365131 v 0101 ~ 03635668 n 0000 | a layered structure
-03636062 06 n 02 lamivudine 0 3TC 0 001 @ 03834836 n 0000 | a nucleoside reverse transcriptase inhibitor that is very effective in combination with zidovudine in treating AIDS and HIV
-03636248 06 n 01 lamp 0 018 @ 04263760 n 0000 ~ 02694279 n 0000 ~ 02948072 n 0000 ~ 03206023 n 0000 ~ 03272383 n 0000 ~ 03358172 n 0000 ~ 03370387 n 0000 ~ 03423877 n 0000 ~ 03549897 n 0000 ~ 03640988 n 0000 ~ 03669665 n 0000 ~ 03818343 n 0000 ~ 03844045 n 0000 ~ 04256318 n 0000 ~ 04280373 n 0000 ~ 04286575 n 0000 ~ 04335886 n 0000 ~ 04384910 n 0000 | an artificial source of visible illumination
-03636649 06 n 01 lamp 1 008 @ 03405725 n 0000 %p 02798574 n 0000 %p 03194812 n 0000 %p 03274137 n 0000 ~ 03367059 n 0000 %p 03637318 n 0000 ~ 04057981 n 0000 ~ 04380533 n 0000 | a piece of furniture holding one or more electric light bulbs
-03636891 06 n 02 lamp_chimney 0 chimney 1 002 @ 03368878 n 0000 #p 03844045 n 0000 | a glass flue surrounding the wick of an oil lamp
-03637027 06 n 03 lamp_house 0 lamphouse 0 lamp_housing 0 002 @ 03546766 n 0000 #p 03795976 n 0000 | housing that holds a lamp (as in a movie projector)
-03637181 06 n 01 lamppost 0 002 @ 03988170 n 0000 #p 04335886 n 0000 | a metal post supporting an outdoor lamp (such as a streetlight)
-03637318 06 n 02 lampshade 0 lamp_shade 0 002 @ 04181718 n 0000 #p 03636649 n 0000 | a protective ornamental shade used to screen a light bulb from direct view
-03637480 06 n 01 lanai 0 002 @ 04527648 n 0000 ;r 09078231 n 0000 | a veranda or roofed patio often furnished and used as a living room
-03637618 06 n 02 lancet 0 lance 2 002 @ 04364827 n 0000 + 01603885 v 0201 | a surgical knife with a pointed double-edged blade; used for punctures and small incisions
-03637787 06 n 02 lancet_arch 0 lancet 1 001 @ 03448956 n 0000 | an acutely pointed Gothic arch, like a lance
-03637898 06 n 01 lancet_window 0 001 @ 04587648 n 0000 | a narrow window having a lancet arch and without tracery
-03638014 06 n 01 landau 0 001 @ 02968473 n 0000 | a four-wheel covered carriage with a roof divided into two parts (front and back) that can be let down separately
-03638180 06 n 01 lander 0 002 @ 04264914 n 0000 + 01979901 v 0101 | a space vehicle that is designed to land on the moon or another planet
-03638321 06 n 02 landing 0 landing_place 0 004 @ 04341686 n 0000 #p 08639058 n 0000 ~ 03216828 n 0000 %p 03639360 n 0000 | structure providing a place where boats can land people or goods
-03638511 06 n 01 landing 1 002 @ 03961939 n 0000 #p 04298308 n 0000 | an intermediate platform in a staircase
-03638623 06 n 01 landing_craft 0 001 @ 03125870 n 0000 | naval craft designed for putting ashore troops and equipment
-03638743 06 n 01 landing_flap 0 001 @ 03357716 n 0000 | a flap on the underside of the wing that is lowered to slow the plane for landing
-03638883 06 n 01 landing_gear 0 004 @ 04507453 n 0000 #p 02691156 n 0000 ~ 03639230 n 0000 %p 03832144 n 0000 | an undercarriage that supports the weight of the plane when it is on the ground
-03639077 06 n 01 landing_net 0 002 @ 03352628 n 0000 #m 03351434 n 0000 | a bag-shaped fishnet on a long handle to take a captured fish from the water
-03639230 06 n 01 landing_skid 0 002 @ 03638883 n 0000 #p 03512147 n 0000 | one of two parts of the landing gear of a helicopter
-03639360 06 n 01 landing_stage 0 002 @ 03961939 n 0000 #p 03638321 n 0000 | platform from which passengers and cargo can be (un)loaded
-03639497 06 n 02 land_line 0 landline 0 001 @ 04402057 n 0000 | a telephone line that travels over terrestrial circuits; "a land line can be wire or fiber optics or microwave"
-03639675 06 n 03 land_mine 0 ground-emplaced_mine 0 booby_trap 0 003 @ 03768132 n 0000 ~ 02878796 n 0000 ~ 03039353 n 0000 | an explosive mine hidden underground; explodes when stepped on or driven over
-03639880 06 n 01 land_office 0 001 @ 03449858 n 0000 | a government office where business relating to public lands is transacted
-03640011 06 n 02 landscape 0 landscape_painting 0 002 @ 03434943 n 0000 + 10246176 n 0101 | a genre of art dealing with the depiction of natural scenery
-03640166 06 n 01 landscape 1 002 @ 03876519 n 0000 + 10246176 n 0101 | painting depicting an expanse of natural scenery
-03640288 06 n 01 landscaping 0 002 @ 03417345 n 0000 + 01751836 v 0101 | a garden laid out for esthetic effect; "they spent a great deal of money on the landscaping"
-03640456 06 n 01 landside 0 002 @ 03081021 n 0000 #p 03780047 n 0000 | component consisting of a side piece opposite the moldboard
-03640589 06 n 01 lane 0 001 @ 04564698 n 0000 | a narrow way or road
-03640660 06 n 01 lane 1 005 @ 03899328 n 0000 ~ 02882014 n 0000 ~ 03393534 n 0000 ~ 04163364 n 0000 ~ 04466386 n 0000 | a well-defined track or path; for e.g. swimmers or lines of traffic
-03640850 06 n 01 lanolin 0 001 @ 03128519 n 0000 | an emollient containing wool fat (a fatty substance obtained from the wool of sheep)
-03640988 06 n 01 lantern 0 004 @ 03636248 n 0000 ~ 03018712 n 0000 ~ 03162297 n 0000 ~ 03590841 n 0000 | light in a transparent protective case
-03641134 06 n 02 lantern_pinion 0 lantern_wheel 0 001 @ 03943115 n 0000 | a small pinion having cylindrical bars instead of teeth, used chiefly in inexpensive clocks
-03641302 06 n 02 lanyard 0 laniard 0 002 @ 03670849 n 0000 ;c 00314469 n 0000 | (nautical) a line used for extending or fastening rigging on ships
-03641451 06 n 02 lanyard 1 laniard 1 001 @ 03106110 n 0000 | a cord worn around the neck to hold a knife or whistle
-03641569 06 n 02 lanyard 2 laniard 2 001 @ 03106110 n 0000 | a cord with an attached hook that is used to fire certain types of cannon
-03641706 06 n 02 lap 0 overlap 0 006 @ 03357376 n 0000 + 02688794 v 0201 + 02692197 v 0101 ~ 03145843 n 0000 ~ 03642444 n 0000 ~ 03642716 n 0000 | a flap that lies over another part; "the lap of the shingles should be at least ten inches"
-03641947 06 n 02 lap 1 lap_covering 0 003 @ 03050026 n 0000 #p 04231272 n 0000 #p 04489008 n 0000 | the part of a piece of clothing that covers the thighs; "his lap was covered with food stains"
-03642144 06 n 01 laparoscope 0 001 @ 03286572 n 0000 | a slender endoscope inserted through an incision in the abdominal wall in order to examine the abdominal organs or to perform minor surgery
-03642341 06 n 01 lapboard 0 001 @ 04608127 n 0000 | writing board used on the lap as a table or desk
-03642444 06 n 01 lapel 0 002 @ 03641706 n 0000 ~ 04084889 n 0000 | lap at the front of a coat; continuation of the coat collar
-03642573 06 n 02 lap_joint 0 splice 0 002 @ 03600977 n 0000 + 01559868 v 0201 | joint made by overlapping two ends and joining them together
-03642716 06 n 01 lappet 0 001 @ 03641706 n 0000 | a small lap on a garment or headdress
-03642806 06 n 02 laptop 0 laptop_computer 0 001 @ 03985232 n 0000 | a portable computer small enough to use in your lap
-03642928 06 n 02 larboard 0 port 2 005 @ 04213626 n 0000 + 02033742 a 0201 + 01908204 v 0201 + 02090854 v 0201 ! 04303672 n 0101 | the left side of a ship or aircraft to someone who is aboard and facing the bow or nose
-03643149 06 n 01 laryngoscope 0 001 @ 03739693 n 0000 | a medical instrument for examining the larynx
-03643253 06 n 02 laser 0 optical_maser 0 002 @ 03851341 n 0000 #p 03924532 n 0000 | an acronym for light amplification by stimulated emission of radiation; an optical device that produces an intense monochromatic beam of coherent light
-03643491 06 n 02 laser-guided_bomb 0 LGB 0 002 @ 04245847 n 0000 ~i 02920785 n 0000 | a smart bomb that seeks the laser light reflected off of the target and uses it to correct its descent; "laser-guided bombs cannot be used in cloudy weather"
-03643737 06 n 01 laser_printer 0 001 @ 03280644 n 0000 | electrostatic printer that focuses a laser beam to form images that are transferred to paper electrostatically
-03643907 06 n 02 lash 1 thong 0 004 @ 03653220 n 0000 #p 04577769 n 0000 + 01398032 v 0102 + 01411085 v 0105 | leather strip that forms the flexible part of a whip
-03644073 06 n 01 lashing 0 002 @ 04108268 n 0000 @ 03323703 n 0000 | rope that is used for fastening something to something else; "the boats were held together by lashings"
-03644248 06 n 02 lash-up 0 contrivance 1 002 @ 07938773 n 0000 ~ 04408871 n 0000 | any improvised arrangement for temporary use
-03644378 06 n 04 lasso 0 lariat 0 riata 0 reata 0 003 @ 04108268 n 0000 + 01604251 v 0101 %p 03829563 n 0000 | a long noosed rope used to catch animals
-03644532 06 n 03 last 0 shoemaker's_last 0 cobbler's_last 0 001 @ 03525827 n 0000 | holding device shaped like a human foot that is used to fashion or repair shoes
-03644698 06 n 01 Lastex 0 002 @ 04426788 n 0000 ;u 06851742 n 0000 | yarn that has an elastic core wound around with cotton or silk or nylon or rayon threads
-03644858 06 n 01 latch 0 002 @ 02982599 n 0000 + 01286777 v 0101 | catch for fastening a door or gate; a bar that can be lowered or slid into a groove
-03645011 06 n 02 latch 1 door_latch 0 002 @ 03682487 n 0000 + 01286777 v 0101 | spring-loaded doorlock that can only be opened from the outside with a key
-03645168 06 n 01 latchet 0 001 @ 04333129 n 0000 | a leather strap or thong used to attach a sandal or shoe to the foot
-03645290 06 n 01 latchkey 0 001 @ 03613294 n 0000 | key for raising or drawing back a latch or opening an outside door
-03645411 06 n 01 latchstring 0 001 @ 03848348 n 0000 | opener consisting of a string that can be passed through a hole in a door for raising the latch from outside
-03645577 06 n 02 lateen 0 lateen_sail 0 002 @ 03381776 n 0000 #p 03645730 n 0000 | a triangular fore-and-aft sail used especially in the Mediterranean
-03645730 06 n 01 lateen-rig 0 003 @ 04091247 n 0000 #p 03186285 n 0000 %p 03645577 n 0000 | the rig on a lateen-rigged sailing vessel
-03645866 06 n 01 Lateran_Palace 0 002 @i 03877845 n 0000 #p 08807554 n 0000 | a palace that served as the residence of the popes until the 14th century
-03646020 06 n 03 latex_paint 0 latex 0 rubber-base_paint 0 001 @ 04557308 n 0000 | a water-base paint that has a latex binder
-03646148 06 n 01 lath 0 002 @ 04234455 n 0000 #p 03646916 n 0000 | a narrow thin strip of wood used as backing for plaster or to make latticework
-03646296 06 n 01 lathe 0 006 @ 04184435 n 0000 ~ 02829510 n 0000 %p 02969010 n 0000 %p 03027250 n 0000 %p 03490449 n 0000 %p 03490649 n 0000 | machine tool for shaping metal or wood; the workpiece turns about a horizontal axis against a fixed tool
-03646546 06 n 02 lathi 0 lathee 0 001 @ 03053474 n 0000 | club consisting of a heavy stick (often bamboo) bound with iron; used by police in India
-03646695 06 n 01 Latin_cross 0 001 @ 03135152 n 0000 | a cross with the lowest arm being longer than the others
-03646809 06 n 01 latrine 0 002 @ 04018667 n 0000 ;c 08199025 n 0000 | a public toilet in a military area
-03646916 06 n 03 lattice 0 latticework 0 fretwork 0 003 @ 03391770 n 0000 %p 03646148 n 0000 ~ 04478512 n 0000 | framework consisting of an ornamental design made of strips of wood or metal
-03647108 06 n 02 laudanum 0 tincture_of_opium 0 001 @ 03850746 n 0000 | narcotic consisting of an alcohol solution of opium or any preparation in which opium is the main ingredient
-03647291 06 n 01 laugh_track 0 001 @ 04262969 n 0000 | prerecorded laughter added to the soundtrack of a radio or television show
-03647423 06 n 01 launch 0 001 @ 03790230 n 0000 | a motorboat with an open deck or a half deck
-03647520 06 n 02 launcher 0 rocket_launcher 0 003 @ 02738031 n 0000 + 01514655 v 0101 ~ 02813752 n 0000 | armament in the form of a device capable of launching a rocket
-03647691 06 n 05 launching_pad 0 launchpad 0 launch_pad 0 launch_area 0 pad 2 002 @ 03961939 n 0000 #p 08591486 n 0000 | a platform from which rockets or space craft are launched
-03647872 06 n 02 launderette 0 Laundromat 0 001 @ 03648066 n 0000 | a self-service laundry (service mark Laundromat) where coin-operated washing machines are available to individual customers
-03648066 06 n 01 laundry 0 004 @ 04602044 n 0000 + 01535246 v 0102 ~ 03647872 n 0000 ~ 04554998 n 0000 | workplace where clothes are washed and ironed
-03648219 06 n 04 laundry 1 wash 0 washing 0 washables 0 005 @ 03419014 n 0000 @ 04580298 n 0000 + 01270199 v 0201 + 01535246 v 0201 + 01535246 v 0102 | garments or white goods that can be cleaned by laundering
-03648431 06 n 01 laundry_cart 0 001 @ 03484083 n 0000 | handcart for moving a load of laundry
-03648527 06 n 01 laundry_detergent 0 001 @ 03181899 n 0000 | any of various detergents designed for use in a washing machine for clothing
-03648667 06 n 01 laundry_truck 0 001 @ 04520170 n 0000 | van that picks up and delivers laundry; "a laundry truck stops by every week"
-03648804 06 n 03 laurel 0 laurel_wreath 0 bay_wreath 0 003 @ 04606014 n 0000 ;r 08780881 n 0000 ;c 15253139 n 0000 | (antiquity) a wreath of laurel foliage worn on the head as an emblem of victory
-03649003 06 n 01 lavalava 0 001 @ 04230808 n 0000 | a skirt consisting of a rectangle of calico or printed cotton; worn by Polynesians (especially Samoans)
-03649161 06 n 03 lavaliere 0 lavalier 0 lavalliere 0 001 @ 03908831 n 0000 | jeweled pendant worn on a chain around the neck
-03649288 06 n 01 laver 0 002 @ 02801525 n 0000 ;c 06449735 n 0000 | (Old Testament) large basin used by a priest in an ancient Jewish temple to perform ritual ablutions
-03649459 06 n 04 court 5 lawcourt 0 court_of_law 0 court_of_justice 0 001 @ 08329453 n 0000 | a tribunal that is presided over by a magistrate or by one or more judges who administer justice according to the laws
-03649674 06 n 02 lawn_chair 0 garden_chair 0 001 @ 03001627 n 0000 | chair left outside for use on a lawn or in a garden
-03649797 06 n 01 lawn_furniture 0 001 @ 03405725 n 0000 | furniture intended for use on a lawn or in a garden
-03649909 06 n 02 lawn_mower 0 mower 0 005 @ 03418242 n 0000 + 01319562 v 0201 %p 02848216 n 0000 ~ 03487774 n 0000 ~ 03995856 n 0000 | garden tool for mowing grass on lawns
-03650084 06 n 01 laxative 0 002 @ 04025748 n 0000 ~ 03922109 n 0000 | a mild cathartic
-03650173 06 n 02 layer 0 bed 4 013 @ 00021939 n 0000 #p 03635668 n 0000 + 01262113 v 0101 ~ 02769460 n 0000 ~ 02849419 n 0000 ~ 03120029 n 0000 ~ 03151800 n 0000 ~ 03579699 n 0000 ~ 03664374 n 0000 ~ 03864834 n 0000 ~ 03970884 n 0000 ~ 04433905 n 0000 ~ 04547821 n 0000 | single thickness of usually some homogeneous substance; "slices of hard-boiled egg on a bed of spinach"
-03650551 06 n 01 layette 0 001 @ 03619396 n 0000 | kit consisting of a complete outfit (clothing and accessories) for a new baby
-03650682 06 n 01 lay_figure 0 001 @ 03255648 n 0000 | dummy in the form of an artist's jointed model of the human body
-03650803 06 n 05 lazaretto 0 lazaret 0 lazarette 0 lazar_house 0 pesthouse 0 001 @ 03540595 n 0000 | hospital for persons with infectious diseases (especially leprosy)
-03650973 06 n 01 lazy_daisy_stitch 0 001 @ 03000808 n 0000 | long chain stitches arranged in flower patterns
-03651084 06 n 02 lead 0 pencil_lead 0 002 @ 14796575 n 0000 #p 03652100 n 0000 | mixture of graphite with clay in different degrees of hardness; the marking substance in a pencil
-03651265 06 n 02 lead 2 leading 0 001 @ 04339291 n 0000 | thin strip of metal used to separate lines of type in printing
-03651388 06 n 02 lead-acid_battery 0 lead-acid_accumulator 0 002 @ 04328329 n 0000 ~ 02961225 n 0000 | a battery with lead electrodes with dilute sulphuric acid as the electrolyte; each cell generates about 2 volts
-03651605 06 n 01 lead-in 0 001 @ 04594489 n 0000 | wire connecting an antenna to a receiver or a transmitter to a transmission line
-03651739 06 n 01 leading_edge 0 002 @ 03264136 n 0000 #p 02688443 n 0000 | forward edge of an airfoil
-03651843 06 n 01 leading_rein 0 001 @ 04072551 n 0000 | rein to direct the horse's head left or right
-03651947 06 n 02 lead_line 0 sounding_line 0 003 @ 03969627 n 0000 ;c 00314469 n 0000 %p 04262410 n 0000 | (nautical) plumb line for determining depth
-03652100 06 n 01 lead_pencil 1 002 @ 03908204 n 0000 %p 03651084 n 0000 | pencil that has graphite as the marking substance
-03652226 06 n 01 leaf 0 004 @ 04164989 n 0000 #p 03202354 n 0000 + 05389625 n 0102 ~ 03246788 n 0000 | hinged or detachable flat section (as of a table or door)
-03652389 06 n 01 leaf_spring 0 001 @ 04288272 n 0000 | long narrow spring consisting of several layers of metal springs bracketed together
-03652530 06 n 02 Leaning_Tower 0 Leaning_Tower_of_Pisa 0 002 @i 02946127 n 0000 #p 08809910 n 0000 | a tall round marble campanile in Pisa that is not perpendicular; construction was begun in 1174
-03652729 06 n 01 lean-to 0 001 @ 04191943 n 0000 | rough shelter whose roof has only one slope
-03652826 06 n 01 lean-to_tent 0 001 @ 04411264 n 0000 | tent that is attached to the side of a building
-03652932 06 n 03 leash 0 tether 0 lead 3 003 @ 04081844 n 0000 + 01290009 v 0201 + 01289155 v 0102 | restraint consisting of a rope (or light chain) used to restrain an animal
-03653110 06 n 02 leatherette 0 imitation_leather 0 001 @ 03309808 n 0000 | fabric made to look like leather
-03653220 06 n 01 leather_strip 0 004 @ 03563967 n 0000 ~ 03643907 n 0000 ~ 04333129 n 0000 ~ 04426316 n 0000 | implement consisting of a strip of leather
-03653376 06 n 01 leatherwork 0 001 @ 04599396 n 0000 | work made of leather
-03653454 06 n 01 Leclanche_cell 0 002 @ 04540761 n 0000 ~ 03251280 n 0000 | voltaic cell that produces approximately 1.5 volts
-03653583 06 n 02 lectern 0 reading_desk 0 001 @ 04301000 n 0000 | desk or stand with a slanted top used to hold a text at the proper height for a lecturer
-03653740 06 n 01 lecture_room 0 001 @ 03038685 n 0000 | classroom where lectures are given
-03653833 06 n 01 lederhosen 0 001 @ 04205318 n 0000 | leather shorts often worn with suspenders; worn especially by men and boys in Bavaria
-03653975 06 n 01 ledger_board 0 002 @ 04046590 n 0000 #p 04047401 n 0000 | top rail of a fence or balustrade
-03654086 06 n 02 leflunomide 0 Arava 0 002 @ 02724966 n 0000 ;u 06845599 n 0201 | an anti-TNF compound (trade name Arava) that is given orally; can slow the progression of rheumatoid arthritis by slowing the proliferation of white blood cells which reduces inflammation in the synovium
-03654374 06 n 03 left_field 0 leftfield 0 left 0 003 @ 08673395 n 0000 #p 03859717 n 0000 + 10387586 n 0101 | the piece of ground in the outfield on the catcher's left; "the batter flied out to left"
-03654576 06 n 01 leg 0 007 @ 03050026 n 0000 #p 04489008 n 0000 + 02385851 a 0101 %p 03145843 n 0000 %p 03378442 n 0000 %p 03622698 n 0000 ~ 03885293 n 0000 | a cloth covering consisting of the part of a pair of trousers that covers a person's leg
-03654826 06 n 01 leg 1 009 @ 04359589 n 0000 #p 04379243 n 0000 #p 03001627 n 0000 #p 04485082 n 0000 #p 04279462 n 0000 #p 03452741 n 0000 #p 03540914 n 0000 #p 03114504 n 0000 #p 03388549 n 0000 | one of the supports for a piece of furniture
-03655072 06 n 03 legging 0 leging 0 leg_covering 0 005 @ 03419014 n 0000 ~ 03006903 n 0000 ~ 03410938 n 0000 ~ 04027935 n 0000 ~ 04269822 n 0000 | a garment covering the leg (usually extending from the knee to the ankle)
-03655295 06 n 02 Lego 0 Lego_set 0 003 @ 03964744 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | (trademark) a child's plastic construction set for making mechanical models
-03655470 06 n 02 Leiden_jar 0 Leyden_jar 0 001 @ 02955247 n 0000 | an electrostatic capacitor of historical interest
-03655589 06 n 01 leister 0 001 @ 04271148 n 0000 | a spear with three or more prongs; used for spearing fish (especially salmon)
-03655720 06 n 01 leisure_wear 0 001 @ 03051540 n 0000 | informal clothing designed to be worn when you are relaxing
-03655838 06 n 02 lemon 0 stinker 0 003 @ 00021939 n 0000 ;u 07075172 n 0000 + 02674173 v 0201 | an artifact (especially an automobile) that is defective or unsatisfactory
-03656011 06 n 01 lemon_grove 0 001 @ 03463832 n 0000 | a grove of lemon trees
-03656091 06 n 02 lending_library 0 circulating_library 0 001 @ 03660664 n 0000 | library that provides books for use outside the building
-03656231 06 n 01 length 0 001 @ 04164989 n 0000 | a section of something that is long and narrow; "a length of timber"; "a length of tubing"
-03656374 06 n 01 lenitive 0 002 @ 04074482 n 0000 + 01341153 a 0103 | remedy that eases pain and discomfort
-03656484 06 n 03 lens 0 lense 0 lens_system 0 018 @ 03851341 n 0000 #p 03852280 n 0000 ~ 02709101 n 0000 ~ 02709265 n 0000 ~ 02943241 n 0000 ~ 03081986 n 0000 ~ 03087366 n 0000 ~ 03094159 n 0000 ~ 03099771 n 0000 ~ 03139640 n 0000 ~ 03215337 n 0000 ~ 03309465 n 0000 ~ 03333711 n 0000 ~ 03395859 n 0000 ~ 03581897 n 0000 ~ 03745864 n 0000 ~ 03783430 n 0000 ~ 03838298 n 0000 | a transparent optical device used to converge or diverge transmitted light and to form images
-03656957 06 n 02 lens 1 electron_lens 0 001 @ 03278248 n 0000 | electronic equipment that uses a magnetic or electric field in order to focus a beam of electrons
-03657121 06 n 02 lens_cap 0 lens_cover 0 001 @ 02955065 n 0000 | cap used to keep lens free of dust when not in use
-03657239 06 n 03 lens_implant 0 interocular_lens_implant 0 IOL 0 004 @ 03563710 n 0000 ~ 02672152 n 0000 ~ 03783575 n 0000 ~ 03798729 n 0000 | a clear plastic lens that is implanted in the eye; usually done when the natural lens has been removed in a cataract operation
-03657511 06 n 04 leotard 0 unitard 0 body_suit 0 cat_suit 0 001 @ 03419014 n 0000 | a tight-fitting garment of stretchy material that covers the body from the shoulders to the thighs (and may have long sleeves or legs reaching down to the ankles); worn by ballet dancers and acrobats for practice or performance
-03657825 06 n 01 lethal_dose 0 001 @ 03225238 n 0000 | the size dose that will cause death
-03657918 06 n 03 letter_bomb 0 parcel_bomb 0 package_bomb 0 002 @ 02866578 n 0000 + 01133488 v 0101 | a thin explosive device inside an envelope or package and detonated when opened
-03658102 06 n 01 letter_case 0 001 @ 02974697 n 0000 | case for carrying letters
-03658185 06 n 03 letter_opener 0 paper_knife 0 paperknife 0 001 @ 03623556 n 0000 | dull knife used to cut open the envelopes in which letters are mailed or to slit uncut pages of books
-03658373 06 n 02 levallorphan 0 Lorfan 0 002 @ 03247620 n 0000 ;u 06845599 n 0201 | drug (trade name Lorfan) that is related to morphine but that counteracts the respiratory depression produced by morphine poisoning but without affecting its analgesic effects
-03658635 06 n 01 levee 0 001 @ 03282060 n 0000 | an embankment that is built in order to prevent a river from overflowing
-03658759 06 n 01 levee 1 001 @ 03933529 n 0000 | a pier that provides a landing place on a river
-03658858 06 n 02 level 0 spirit_level 0 007 @ 03568117 n 0000 #p 02966786 n 0000 #p 04365751 n 0000 + 00356649 v 0101 + 01307142 v 0102 + 01661804 v 0101 ~ 03725869 n 0000 | indicator that establishes the horizontal when a bubble is centered in a tube of liquid
-03659122 06 n 02 level_crossing 0 grade_crossing 0 001 @ 03581125 n 0000 | intersection of a railway and a road on the same level; barriers close road when trains pass
-03659292 06 n 01 lever 0 018 @ 02788689 n 0000 + 01593254 v 0104 ~ 03082127 n 0000 ~ 03138344 n 0000 %p 03402080 n 0000 ~ 03470629 n 0000 ~ 03489048 n 0000 ~ 03613592 n 0000 ~ 03903133 n 0000 ~ 03903424 n 0000 ~ 03941887 n 0000 ~ 04094250 n 0000 ~ 04099003 n 0000 ~ 04269086 n 0000 ~ 04317976 n 0000 ~ 04393808 n 0000 ~ 04435759 n 0000 ~ 04441093 n 0000 | a rigid bar pivoted about a fulcrum
-03659686 06 n 02 lever 1 lever_tumbler 0 002 @ 04497005 n 0000 #p 03659950 n 0000 | a flat metal tumbler in a lever lock
-03659809 06 n 01 lever 2 002 @ 03700963 n 0000 + 01593254 v 0104 | a simple machine that gives a mechanical advantage when given a fulcrum
-03659950 06 n 01 lever_lock 0 002 @ 03682487 n 0000 %p 03659686 n 0000 | a lock whose tumblers are levers that must be raised to a given position so that the bolt can move
-03660124 06 n 02 Levi's 0 levis 0 002 @ 03594734 n 0000 ;u 06851742 n 0101 | a popular brand of jeans
-03660228 06 n 01 Liberty_Bell 0 001 @i 02824448 n 0000 | the bell of Independence Hall; rung 8 July 1776 to announce the signing of the Declaration of Independence
-03660394 06 n 01 liberty_cap 0 001 @ 02954340 n 0000 | close-fitting conical cap worn as a symbol of liberty during the French Revolution and in the U.S. before 1800
-03660562 06 n 01 Liberty_ship 0 001 @ 02965300 n 0000 | a slow cargo ship built during World War II
-03660664 06 n 02 library 0 depository_library 0 006 @ 03177349 n 0000 ~ 02752199 n 0000 %p 02968333 n 0000 ~ 03656091 n 0000 %p 04058096 n 0000 %p 04295571 n 0000 | a depository built to contain books and other materials for reading and study
-03660909 06 n 01 library 1 002 @ 04105893 n 0000 #p 03544360 n 0000 | a room where books are kept; "they had brandy in the library"
-03661043 06 n 01 library 2 002 @ 02913152 n 0000 ~i 03810741 n 0000 | a building that houses a collection of books and other materials
-03661180 06 n 02 license_plate 0 numberplate 0 001 @ 03959936 n 0000 | a plate mounted on the front and back of car and bearing the car's registration number
-03661340 06 n 01 lid 0 006 @ 04453910 n 0000 #p 02883344 n 0000 #p 03014705 n 0000 #p 03593526 n 0000 %p 03682487 n 0000 ~ 04492060 n 0000 | a movable top or cover (hinged or separate) for closing the opening at the top of a box, chest, jar, pan, etc.; "he raised the piano lid"
-03661621 06 n 01 lidar 0 001 @ 03733925 n 0000 | a measuring system that detects and locates objects on the same principle as radar but uses light from a laser; a potential technology for detecting air turbulence that can affect aircraft
-03661861 06 n 01 lido 0 003 @ 04065132 n 0000 ;r 08860123 n 0000 %p 04371225 n 0000 | a recreational facility including a swimming pool for water sports
-03662016 06 n 02 Lidocaine 0 Xylocaine 0 002 @ 03681148 n 0000 ;u 06845599 n 0000 | a local anesthetic (trade names Lidocaine and Xylocaine) used topically on the skin and mucous membranes
-03662207 06 n 01 lido_deck 0 001 @ 03167666 n 0000 | an open deck including a swimming pool
-03662301 06 n 01 Liebig_condenser 0 001 @ 03087643 n 0000 | a condenser: during distillation the vapor passes through a tube that is cooled by water
-03662452 06 n 01 lie_detector 0 002 @ 03979492 n 0000 %p 00860011 n 0000 | a polygraph that records bodily changes sometimes associated with lying
-03662601 06 n 01 lifeboat 0 001 @ 04158807 n 0000 | a strong sea boat designed to rescue people from a sinking ship
-03662719 06 n 04 life_buoy 0 lifesaver 0 life_belt 0 life_ring 0 002 @ 03663531 n 0000 ~ 02896694 n 0000 | a life preserver in the form of a ring of buoyant material
-03662887 06 n 03 life_jacket 0 life_vest 0 cork_jacket 0 002 @ 03663531 n 0000 ~ 03703945 n 0000 | life preserver consisting of a sleeveless jacket of buoyant or inflatable design
-03663069 06 n 01 lifeline 0 002 @ 03670849 n 0000 ~ 04089376 n 0000 | line thrown from a vessel that people can cling to in order to save themselves from drowning
-03663234 06 n 01 lifeline 1 001 @ 03670849 n 0000 | line that raises or lowers a deep-sea diver
-03663332 06 n 01 life_mask 0 001 @ 02979662 n 0000 | a cast taken from the face of a living person
-03663433 06 n 01 life_office 0 002 @ 03841666 n 0000 ;r 08860123 n 0000 | life assurance office
-03663531 06 n 03 life_preserver 0 preserver 0 flotation_device 0 005 @ 03364340 n 0000 @ 04077734 n 0000 ~ 03662719 n 0000 ~ 03662887 n 0000 ~ 04563560 n 0000 | rescue equipment consisting of a buoyant belt or jacket to keep a person from drowning
-03663781 06 n 02 life_raft 0 Carling_float 0 001 @ 04045397 n 0000 | a raft to use if a ship must be abandoned in an emergency
-03663910 06 n 02 life-support_system 0 life_support 0 001 @ 03294048 n 0000 | medical equipment that assists or replaces important bodily functions and so enables a patient to live who otherwise might not survive; "the patient is on life support"
-03664159 06 n 02 life-support_system 1 life_support 1 001 @ 03294048 n 0000 | equipment that makes life possible in otherwise deadly environmental conditions; "the astronauts relied on their life-support systems"
-03664374 06 n 01 lift 2 003 @ 03650173 n 0000 #p 03511426 n 0000 ~ 04455169 n 0000 | one of the layers forming the heel of a shoe or boot
-03664514 06 n 01 lift 3 002 @ 03183080 n 0000 + 01974062 v 0102 | a device worn in a shoe or boot to make the wearer look taller or to correct a shortened leg
-03664675 06 n 01 lifting_device 0 005 @ 03183080 n 0000 ~ 03126707 n 0000 ~ 03281145 n 0000 ~ 03525074 n 0000 ~ 04585745 n 0000 | a device for lifting heavy loads
-03664840 06 n 01 lift_pump 0 001 @ 04021798 n 0000 | pump used to lift rather than force a liquid up
-03664943 06 n 01 ligament 0 004 @ 02755352 n 0000 ~ 02840134 n 0000 ~ 02999410 n 0000 ~ 04594218 n 0000 | any connection or unifying bond
-03665083 06 n 01 ligature 1 002 @ 04426788 n 0000 + 00083334 v 0101 | thread used by surgeons to bind a vessel (as to constrict the flow of blood)
-03665232 06 n 01 ligature 2 001 @ 02784998 n 0000 | a metal band used to attach a reed to the mouthpiece of a clarinet or saxophone
-03665366 06 n 02 light 0 light_source 0 019 @ 04263760 n 0000 + 00291873 v 0101 ~ 02709763 n 0000 ~ 02852173 n 0000 ~ 03318294 n 0000 ~ 03365374 n 0000 ~ 03503997 n 0000 ~ 03545585 n 0000 ~ 03590732 n 0000 ~ 03813369 n 0000 ~ 03824713 n 0000 ~ 03882861 n 0000 ~ 04107743 n 0000 ~ 04148703 n 0000 ~ 04160847 n 0000 ~ 04214649 n 0000 ~ 04339879 n 0000 ~ 04418644 n 0000 ~ 04456115 n 0000 | any device serving as a source of illumination; "he stopped the car and turned off the lights"
-03665851 06 n 01 light_arm 0 001 @ 04565375 n 0000 | a rifle or pistol
-03665924 06 n 06 light_bulb 0 lightbulb 0 bulb 0 incandescent_lamp 0 electric_light 0 electric-light_bulb 0 002 @ 03272383 n 0000 %p 03336575 n 0000 | electric lamp consisting of a transparent or translucent glass housing containing a wire filament (usually tungsten) that emits light when heated by electricity
-03666238 06 n 02 light_circuit 0 lighting_circuit 0 001 @ 04595855 n 0000 | wiring that provides power to electric lights
-03666362 06 n 02 light-emitting_diode 0 LED 0 003 @ 03202760 n 0000 #p 03196598 n 0000 ~ 03854506 n 0000 | diode such that light emitted at a p-n junction is proportional to the bias current; color depends on the material used
-03666591 06 n 04 lighter 0 light 1 igniter 0 ignitor 0 010 @ 03183080 n 0000 + 02759614 v 0401 + 02759614 v 0301 + 02759614 v 0202 + 01199881 v 0203 + 02759614 v 0102 ~ 03031422 n 0000 ~ 03407122 n 0000 ~ 03728437 n 0000 ~ 03728982 n 0000 | a device for lighting or igniting fuel or charges or fires; "do you have a light?"
-03666917 06 n 01 lighter-than-air_craft 0 003 @ 02686568 n 0000 ~ 02692877 n 0000 ~ 02782093 n 0000 | aircraft supported by its own buoyancy
-03667060 06 n 02 light_filter 0 diffusing_screen 0 001 @ 03339643 n 0000 | a transparent filter that reduces the light (or some wavelengths of the light) passing through it
-03667235 06 n 01 lighting 0 002 @ 02727825 n 0000 ~ 02769669 n 0000 | apparatus for supplying artificial light effects for the stage or a film
-03667380 06 n 01 lighting_fixture 0 005 @ 03354613 n 0000 ~ 03005285 n 0000 %p 03194812 n 0000 ~ 03370260 n 0000 ~ 03568561 n 0000 | a fixture providing artificial light
-03667552 06 n 01 light_machine_gun 0 001 @ 04347519 n 0000 | a submachine gun not greater than .30 millimeter
-03667664 06 n 03 light_meter 0 exposure_meter 0 photometer 0 002 @ 03926148 n 0000 ~ 03157751 n 0000 | photographic equipment that measures the intensity of light
-03667829 06 n 01 light_microscope 0 006 @ 03760671 n 0000 ~ 02841506 n 0000 ~ 03082280 n 0000 %p 03309465 n 0000 ~ 03484931 n 0000 ~ 04506688 n 0000 | microscope consisting of an optical instrument that magnifies the image of an object
-03668067 06 n 02 lightning_rod 0 lightning_conductor 0 001 @ 03088707 n 0000 | a metallic conductor that is attached to a high point and leads to the ground; protects the building from destruction by lightning
-03668279 06 n 02 light_pen 0 electronic_stylus 0 002 @ 03975232 n 0000 ;c 06128570 n 0000 | (computer science) a pointer that when pointed at a computer display senses whether or not the spot is illuminated
-03668488 06 n 01 lightship 0 001 @ 04194289 n 0000 | a ship equipped like a lighthouse and anchored where a permanent lighthouse would be impracticable
-03668642 06 n 02 likeness 0 semblance 0 003 @ 03931044 n 0000 ~ 03559531 n 0000 ~ 03987079 n 0000 | picture consisting of a graphic image of a person or thing
-03668803 06 n 01 Lilo 0 002 @ 02690809 n 0000 ;u 06851742 n 0000 | a type of inflatable air mattress
-03668906 06 n 01 limb 1 003 @ 13874384 n 0000 #p 03840823 n 0000 #p 04180888 n 0000 | the graduated arc that is attached to an instrument for measuring angles; "the limb of the sextant"
-03669094 06 n 01 limb 2 002 @ 03892891 n 0000 #p 02879718 n 0000 | either of the two halves of a bow from handle to tip; "the upper limb of the bow"
-03669245 06 n 01 limber 0 001 @ 03538634 n 0000 | a two-wheeled horse-drawn vehicle used to pull a field gun or caisson
-03669367 06 n 01 limbers 0 002 @ 03006105 n 0000 ;u 06295235 n 0000 | a channel or gutter on either side of a ship's keelson; carries bilge water into the pump well
-03669534 06 n 01 limekiln 0 001 @ 03617095 n 0000 | a kiln used to reduce naturally occurring forms of calcium carbonate to lime
-03669665 06 n 02 limelight 0 calcium_light 0 002 @ 03636248 n 0000 #m 04418644 n 0000 | a lamp consisting of a flame directed at a cylinder of lime with a lens to concentrate the light; formerly used for stage lighting
-03669886 06 n 02 limiter 0 clipper 3 003 @ 03033362 n 0000 ;c 06099269 n 0000 + 00233335 v 0104 | (electronics) a nonlinear electronic circuit whose output is limited in amplitude; used to limit the instantaneous amplitude of a waveform (to clip off the peaks of a waveform); "a limiter introduces amplitude distortion"
-03670208 06 n 02 limousine 0 limo 0 002 @ 02958343 n 0000 ~ 02831335 n 0000 | large luxurious car; usually driven by a chauffeur
-03670339 06 n 02 linchpin 0 lynchpin 0 001 @ 03940256 n 0000 | pin inserted through an axletree to hold a wheel on
-03670456 06 n 01 Lincoln_Memorial 0 002 @i 03743902 n 0000 #p 09070793 n 0000 | memorial building in Washington containing a large marble statue of Abraham Lincoln
-03670622 06 n 02 lincomycin 0 Lincocin 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | antibiotic (trade name Lincocin) obtained from a streptomyces bacterium and used in the treatment of certain penicillin-resistant infections
-03670849 06 n 01 line 0 017 @ 00021939 n 0000 ~ 02818507 n 0000 %p 02845576 n 0000 ~ 03106110 n 0000 %p 03241903 n 0000 ~ 03641302 n 0000 ~ 03663069 n 0000 ~ 03663234 n 0000 ~ 03784475 n 0000 ~ 03876352 n 0000 ~ 04055861 n 0000 ~ 04108268 n 0000 ~ 04188368 n 0000 ~ 04210723 n 0000 ~ 04332783 n 0000 ~ 04461294 n 0000 ~ 04462407 n 0000 | something (as a cord or rope) that is long and thin and flexible; "a washing line"
-03671272 06 n 03 line 3 railway_line 0 rail_line 0 005 @ 04096066 n 0000 ~ 02891430 n 0000 %p 04047834 n 0000 %p 04048075 n 0000 ~ 04492264 n 0000 | the road consisting of railroad track and roadbed
-03671473 06 n 01 line 5 006 @ 08057633 n 0000 #p 04473432 n 0000 ~ 02690081 n 0000 ~ 04048568 n 0000 ~ 04310347 n 0000 ~ 04472098 n 0000 | a commercial organization serving as a common carrier
-03671668 06 n 06 line 8 product_line 0 line_of_products 0 line_of_merchandise 0 business_line 0 line_of_business 0 003 @ 03748886 n 0000 ~ 04214871 n 0000 %p 04455442 n 0000 | a particular kind of product or merchandise; "a nice line of shoes"
-03671914 06 n 02 linear_accelerator 0 linac 0 002 @ 02670382 n 0000 ~ 03761731 n 0000 | ions are accelerated along a linear path by voltage differences on electrodes along the path
-03672097 06 n 03 linecut 0 line_block 0 line_engraving 0 001 @ 03289025 n 0000 | engraving consisting of a block that has been etched or engraved
-03672245 06 n 02 linecut 1 line_engraving 1 001 @ 03289268 n 0000 | a print obtained from a line drawing
-03672352 06 n 01 linen 0 005 @ 04580298 n 0000 ~ 02807260 n 0000 ~ 02821030 n 0000 ~ 03219010 n 0000 ~ 04380617 n 0000 | white goods or clothing made with linen cloth
-03672521 06 n 01 linen 1 002 @ 03309808 n 0000 %s 14869829 n 0000 | a fabric woven with fibers from the flax plant
-03672638 06 n 02 line_of_defense 0 line_of_defence 0 002 @ 03171356 n 0000 ~ 02666735 n 0000 | defensive structure consisting of a barrier that can be employed for defense against attack
-03672827 06 n 02 line_printer 0 line-at-a-time_printer 0 002 @ 04004475 n 0000 ~ 03250405 n 0000 | printer that serves as an output device on a computer; prints a whole line of characters at a time
-03673027 06 n 02 liner 0 ocean_liner 0 006 @ 03896103 n 0000 %p 02932227 n 0000 ~ 02933750 n 0000 ~ 02965216 n 0000 ~ 03141327 n 0000 ~ 03698604 n 0000 | a large commercial ship (especially one that carries passengers on a regular schedule)
-03673270 06 n 02 liner 1 lining 1 004 @ 03932670 n 0000 #p 03419014 n 0000 + 01270784 v 0201 + 01270784 v 0101 | a piece of cloth that is used as the inside surface of a garment
-03673450 06 n 02 lingerie 0 intimate_apparel 0 003 @ 04508949 n 0000 ~ 03824381 n 0000 ~ 04509171 n 0000 | women's underwear and nightclothes
-03673594 06 n 02 liniment 0 embrocation 0 002 @ 03691128 n 0000 + 00085626 v 0205 | a medicinal liquid that is rubbed into the skin to relieve muscular stiffness and pain
-03673767 06 n 02 lining 0 liner 2 006 @ 04014297 n 0000 + 01270784 v 0101 ~ 02890513 n 0000 ~ 02925107 n 0000 ~ 03315805 n 0000 ~ 03404900 n 0000 | a protective covering that protects an inside surface
-03673971 06 n 04 link 0 linkup 0 tie 4 tie-in 0 006 @ 03323703 n 0000 + 01354673 v 0303 + 01285440 v 0301 + 01354673 v 0204 + 01354673 v 0102 ~ 02899439 n 0000 | a fastener that serves to join or connect; "the walls are held together with metal links placed in the wet mortar during construction"
-03674270 06 n 02 link 3 data_link 0 001 @ 03033362 n 0000 | an interconnecting circuit between two or more locations for the purpose of transmitting and receiving data
-03674440 06 n 01 linkage 0 002 @ 03738241 n 0000 + 02622234 v 0102 | a mechanical system of rods or springs or pivots that transmits power or motion
-03674591 06 n 02 links 0 golf_links 0 002 @ 03446528 n 0000 ;u 06295235 n 0000 | a golf course that is built on sandy ground near a shore
-03674731 06 n 01 Link_trainer 0 002 @ 03363363 n 0000 ;u 06851742 n 0000 | an early form of flight simulator
-03674842 06 n 01 linocut 0 001 @ 03178782 n 0000 | a design carved in relief into a block of linoleum
-03674946 06 n 01 linocut 1 001 @ 04003597 n 0000 | a print that is made from a design carved in relief into a block of linoleum
-03675076 06 n 02 linoleum_knife 0 linoleum_cutter 0 001 @ 03623556 n 0000 | a knife having a short stiff blade with a curved point used for cutting linoleum
-03675235 06 n 02 Linotype 0 Linotype_machine 0 003 @ 04504770 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | a typesetting machine operated from a keyboard that casts an entire line as a single slug of metal
-03675445 06 n 01 linsey-woolsey 0 001 @ 03309808 n 0000 | a rough fabric of linen warp and wool or cotton woof
-03675558 06 n 01 linstock 0 001 @ 04317420 n 0000 | a stick about a meter long with a point on one end (to stick in the ground) and a forked head on the other end (to hold a lighted match); formerly used to fire cannons
-03675780 06 n 01 lint 0 001 @ 03309808 n 0000 | cotton or linen fabric with the nap raised on one side; used to dress wounds
-03675907 06 n 01 lion-jaw_forceps 0 002 @ 03381231 n 0000 ;u 06295235 n 0000 | a type of forceps
-03676006 06 n 01 lip_balm 0 001 @ 03845550 n 0000 | a balm applied to the lips
-03676087 06 n 01 lip-gloss 0 001 @ 03714235 n 0000 | makeup that makes the lips shiny
-03676175 06 n 04 lipid-lowering_medicine 0 lipid-lowering_medication 0 statin_drug 0 statin 0 007 @ 03740161 n 0000 ~ 02754421 n 0000 ~ 02998209 n 0000 ~ 03372656 n 0000 ~ 03693089 n 0000 ~ 03997980 n 0000 ~ 04221994 n 0000 | a medicine that lowers blood cholesterol levels by inhibiting HMG-CoA reductase
-03676483 06 n 02 lipstick 0 lip_rouge 0 003 @ 03714235 n 0000 + 00041417 v 0101 + 01689589 v 0101 | makeup that is used to color the lips
-03676623 06 n 01 liqueur_glass 0 001 @ 03438257 n 0000 | a small glass for serving a small amount of liqueur (typically after dinner)
-03676759 06 n 02 liquid_crystal_display 0 LCD 0 003 @ 03196598 n 0000 ~ 02678010 n 0000 ~ 03896628 n 0000 | a digital display that uses liquid crystal cells that change reflectivity in an applied electric field; used for portable computer displays and watches etc.
-03677026 06 n 01 liquid_detergent 0 001 @ 03181899 n 0000 | a detergent in liquid form
-03677115 06 n 01 liquid_metal_reactor 0 001 @ 03834040 n 0000 | a nuclear reactor using liquid metal as a coolant
-03677231 06 n 01 liquid_soap 0 001 @ 04253437 n 0000 | soap in liquid form
-03677308 06 n 03 lisinopril 0 Prinival 0 Zestril 0 003 @ 02673637 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an ACE inhibiting drug (trade names Prinival or Zestril) administered as an antihypertensive and after heart attacks
-03677540 06 n 02 lisle 0 lisle_thread 0 001 @ 03115301 n 0000 | a strong tightly twisted cotton thread (usually made of long-staple cotton)
-03677682 06 n 01 lisle 1 001 @ 03309808 n 0000 | a fabric woven with lisle thread
-03677766 06 n 05 lister 0 lister_plow 0 lister_plough 0 middlebreaker 0 middle_buster 0 001 @ 03780047 n 0000 | moldboard plow with a double moldboard designed to move dirt to either side of a central furrow
-03677976 06 n 02 lithograph 0 lithograph_machine 0 003 @ 03257586 n 0000 + 10266486 n 0101 + 01749394 v 0101 | duplicator that prints by lithography; a flat surface (of stone or metal) is treated to absorb or repel ink in the desired pattern
-03678220 06 n 01 lithograph 1 004 @ 04003597 n 0000 + 10266486 n 0101 + 01749394 v 0101 ~ 03926757 n 0000 | a print produced by lithography
-03678362 06 n 01 litter 1 005 @ 03100490 n 0000 ~ 03122202 n 0000 ~ 03878294 n 0000 ~ 04166436 n 0000 ~ 04336792 n 0000 | conveyance consisting of a chair or bed carried on two poles by bearers
-03678558 06 n 03 litterbin 0 litter_basket 0 litter-basket 0 001 @ 02839910 n 0000 | bin (usually in or outside a public building) into which the public can put rubbish
-03678729 06 n 02 little_theater 0 little_theatre 0 001 @ 04417809 n 0000 | a small theater for experimental drama or collegiate or community groups
-03678879 06 n 02 live_axle 0 driving_axle 0 002 @ 02764779 n 0000 #p 03243625 n 0000 | the axle of a self-propelled vehicle that provides the driving power
-03679037 06 n 02 live_load 0 superload 0 001 @ 03679986 n 0000 | a variable load on a structure (e.g. a bridge) such as moving traffic
-03679174 06 n 01 livery 0 001 @ 04509592 n 0000 | uniform worn by some menservants and chauffeurs
-03679274 06 n 01 livery_stable 0 001 @ 04294879 n 0000 | stable where horses and vehicles are kept for hire
-03679384 06 n 02 living_quarters 0 quarters 0 009 @ 03546340 n 0000 ;u 06295235 n 0000 + 02653159 v 0201 ~ 02672371 n 0000 ~ 03195485 n 0000 ~ 03224893 n 0000 ~ 03382104 n 0000 ~ 03494105 n 0000 ~ 03763727 n 0000 | housing available for people to live in; "he found quarters for his family"; "I visited his bachelor quarters"
-03679712 06 n 06 living_room 0 living-room 0 sitting_room 0 front_room 0 parlor 1 parlour 1 005 @ 04105893 n 0000 #p 03259505 n 0000 ~ 03077616 n 0000 ~ 03786313 n 0000 ~ 04131015 n 0000 | a room in a private house or establishment where people can sit and talk and relax
-03679986 06 n 03 load 0 loading 1 burden 1 010 @ 04571088 n 0000 + 01487311 v 0301 + 01612084 v 0101 + 01489989 v 0101 ~ 02924023 n 0000 ~ 03166360 n 0000 ~ 03679037 n 0000 ~ 03767112 n 0000 ~ 03864994 n 0000 ~ 03865171 n 0000 | weight to be borne or conveyed
-03680248 06 n 01 load 3 001 @ 03269401 n 0000 | electrical device to which electrical power is delivered
-03680355 06 n 01 Loafer 0 002 @ 04199027 n 0000 ;u 06851742 n 0000 | a low leather step-in shoe; the top resembles a moccasin but it has a broad flat heel
-03680512 06 n 01 loaner 0 001 @ 02958343 n 0000 | a car that is lent as a replacement for one that is under repair
-03680629 06 n 01 loan_office 0 001 @ 03841666 n 0000 | an office where loans are negotiated and repaid
-03680734 06 n 01 lobe 0 002 @ 04008947 n 0000 + 02934314 a 0101 | a rounded projection that is part of a larger structure
-03680858 06 n 01 lobster_pot 0 001 @ 04474466 n 0000 | trap for catching lobsters
-03680942 06 n 01 local 0 002 @ 04019101 n 0000 ! 03306385 n 0101 | public transport consisting of a bus or train that stops at all stations or stops; "the local seemed to take forever to get to New York"
-03681148 06 n 05 local_anesthetic 0 local_anaesthetic 0 local 1 topical_anesthetic 0 topical_anaesthetic 0 009 @ 02710766 n 0000 ~ 02711110 n 0000 ~ 02723491 n 0000 ~ 02830721 n 0000 ~ 02926727 n 0000 ~ 03300786 n 0000 ~ 03662016 n 0000 ~ 04006727 n 0000 ~ 04416201 n 0000 | anesthetic that numbs a particular area of the body
-03681477 06 n 02 local_area_network 0 LAN 0 004 @ 03085333 n 0000 %p 02924713 n 0000 ~ 03300216 n 0000 ~ 04595028 n 0000 | a local computer network for communication between computers; especially a network connecting computers and word processors and other electronic office equipment to create a communication system between offices
-03681813 06 n 02 local_oscillator 0 heterodyne_oscillator 0 002 @ 03857430 n 0000 #p 03516996 n 0000 | an oscillator whose output heterodynes with the incoming radio signal to produce sum and difference tones
-03682024 06 n 02 local_road 0 local_street 0 002 @ 04334599 n 0000 ~ 03398775 n 0000 | a street that is primarily used to gain access to the property bordering it
-03682189 06 n 01 location 0 002 @ 04602044 n 0000 ! 04344544 n 0101 | a workplace away from a studio at which some or all of a movie may be made; "they shot the film on location in Nevada"
-03682380 06 n 01 Lochaber_ax 0 001 @ 02811468 n 0000 | a battle-ax formerly used by Scottish Highlanders
-03682487 06 n 01 lock 0 016 @ 03323703 n 0000 #p 03427296 n 0000 #p 03233905 n 0000 #p 03221720 n 0000 #p 03661340 n 0000 + 01348174 v 0101 %p 02865931 n 0000 ~ 03075370 n 0000 ~ 03156767 n 0000 ~ 03223162 n 0000 %p 03614782 n 0000 ~ 03645011 n 0000 ~ 03659950 n 0000 ~ 03874599 n 0000 ~ 04136800 n 0000 %p 04497005 n 0000 | a fastener fitted to a door or drawer to keep it firmly closed
-03682877 06 n 02 lock 1 ignition_lock 0 002 @ 04081844 n 0000 #p 03561169 n 0000 | a restraint incorporated into the ignition switch to prevent the use of a vehicle by persons who do not have the key
-03683079 06 n 02 lock 2 lock_chamber 0 004 @ 03285912 n 0000 #p 02947212 n 0000 + 01655347 v 0101 + 02050865 v 0101 | enclosure consisting of a section of canal that can be closed to control the water level; used to raise or lower vessels that pass through it
-03683341 06 n 01 lock 3 002 @ 03738472 n 0000 #p 03343853 n 0000 | a mechanism that detonates the charge of a gun
-03683457 06 n 01 lockage 0 004 @ 04377057 n 0000 #p 02947212 n 0000 + 02050865 v 0101 + 01655347 v 0101 | a system of locks in a canal or waterway
-03683606 06 n 01 locker 2 002 @ 03323703 n 0000 + 01348174 v 0101 | a fastener that locks or closes
-03683708 06 n 01 locker_room 0 004 @ 04105893 n 0000 #p 02752311 n 0000 #p 04602044 n 0000 %p 02933462 n 0000 | a room (as at an athletic facility or workplace) where you can change clothes and which contains lockers for the temporary storage of your clothing and personal possessions
-03683995 06 n 01 locket 0 001 @ 02974697 n 0000 | a small ornamental case; usually contains a picture or a lock of hair and is worn on a necklace
-03684143 06 n 01 lock-gate 0 001 @ 03427296 n 0000 | a gate that can be locked
-03684224 06 n 01 locking_pliers 0 002 @ 03966976 n 0000 ;u 06295235 n 0000 | pliers that can be locked in place
-03684338 06 n 02 locknut 0 safety_nut 0 001 @ 03836191 n 0000 | supplementary nut that is screwed down on a primary nut to prevent it from loosening
-03684489 06 n 03 lockring 0 lock_ring 0 lock_washer 0 001 @ 04554871 n 0000 | washer that prevents a nut from loosening
-03684611 06 n 01 lockstitch 0 001 @ 03702067 n 0000 | machine stitch in which the top thread interlocks with the bobbin thread
-03684740 06 n 01 lockup 0 001 @ 03592245 n 0000 | jail in a local police station
-03684823 06 n 04 locomotive 0 engine 1 locomotive_engine 0 railway_locomotive 0 016 @ 04170037 n 0000 #m 04468005 n 0000 + 10057714 n 0201 ~ 03025165 n 0000 ~ 03193597 n 0000 ~ 03200152 n 0000 ~ 03272562 n 0000 %p 03328201 n 0000 %p 03380461 n 0000 ~ 03585778 n 0000 ~ 03939565 n 0000 ~ 04211219 n 0000 ~ 04310018 n 0000 ~ 04373428 n 0000 ~ 04389854 n 0000 ~ 04465358 n 0000 | a wheeled vehicle consisting of a self-propelled engine that is used to draw trains along railway tracks
-03685307 06 n 02 lodge 0 indian_lodge 0 005 @ 03259505 n 0000 ~ 03524840 n 0000 ~ 04412416 n 0000 ~ 04583022 n 0000 ~ 04584373 n 0000 | any of various Native American dwellings
-03685486 06 n 02 lodge 2 hunting_lodge 0 003 @ 03544360 n 0000 + 02652494 v 0101 + 02651424 v 0101 | a small (rustic) house used as a temporary shelter
-03685640 06 n 01 lodge 3 002 @ 03428090 n 0000 ;r 08860123 n 0000 | small house at the entrance to the grounds of a country mansion; usually occupied by a gatekeeper or gardener
-03685820 06 n 02 lodging_house 0 rooming_house 0 003 @ 03544360 n 0000 @ 02672371 n 0000 ~ 03367321 n 0000 | a house where rooms are rented
-03685962 06 n 01 Loestrin 0 003 @ 03936895 n 0000 %s 14746417 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norethindrone
-03686130 06 n 03 loft 0 attic 0 garret 0 005 @ 03365991 n 0000 #p 03544360 n 0000 + 02282252 v 0101 ~ 03061428 n 0000 ~ 03500557 n 0000 | floor consisting of open space at the top of a house just below roof; often used for storage
-03686363 06 n 02 loft 1 pigeon_loft 0 001 @ 04191595 n 0000 | a raised shelter in which pigeons are kept
-03686470 06 n 01 loft 2 003 @ 03365991 n 0000 + 02282252 v 0101 ~ 02746683 n 0000 | floor consisting of a large unpartitioned space over a factory or warehouse or other commercial space
-03686658 06 n 01 log 1 005 @ 03733925 n 0000 #p 04194289 n 0000 ~ 03496183 n 0000 %p 03687448 n 0000 ~ 03898787 n 0000 | measuring instrument that consists of a float that trails from a ship by a knotted line in order to measure the ship's speed through the water
-03686924 06 n 01 log_cabin 0 001 @ 02932400 n 0000 | a cabin built with logs
-03687003 06 n 01 loge 0 002 @ 02777927 n 0000 #p 03758220 n 0000 | balcony consisting of the forward section of a theater mezzanine
-03687137 06 n 01 loggia 0 001 @ 02733213 n 0000 | a roofed arcade or gallery with open sides stretching along the front or side of a building; often at an upper level
-03687306 06 n 01 logic_element 0 002 @ 03277771 n 0000 ~ 04428502 n 0000 | an electronic device that performs an elementary logic operation
-03687448 06 n 01 log_line 0 002 @ 03106110 n 0000 #p 03686658 n 0000 | a knotted cord that runs out from a reel to a piece of wood that is attached to it
-03687604 06 n 01 Lomotil 0 001 @ 02719294 n 0000 | trade name of an antidiarrheal
-03687688 06 n 01 lomustine 0 001 @ 02722458 n 0000 | an antineoplastic drug often used to treat brain tumors or Hodgkin's disease
-03687820 06 n 01 longboat 0 001 @ 02858304 n 0000 | the largest boat carried by a merchant sailing vessel
-03687928 06 n 01 longbow 0 001 @ 02879718 n 0000 | a powerful wooden bow drawn by hand; usually 5-6 feet long; used in medieval England
-03688066 06 n 01 long_iron 0 001 @ 03585073 n 0000 | an iron with a long shaft and a steep face; for hitting long low shots
-03688192 06 n 01 long_johns 0 003 @ 04508949 n 0000 ;u 07075172 n 0000 ;u 06295235 n 0000 | warm underwear with long legs
-03688316 06 n 01 longshot 0 001 @ 03925226 n 0000 | a photograph taken from a distance
-03688405 06 n 01 long_sleeve 0 001 @ 04236377 n 0000 | a sleeve extending from shoulder to wrist
-03688504 06 n 01 long_tom 0 001 @ 02950256 n 0000 | a long swivel cannon formerly used by the navy
-03688605 06 n 02 long_trousers 0 long_pants 0 001 @ 04489008 n 0000 | trousers reaching to the foot
-03688707 06 n 02 long_underwear 0 union_suit 0 001 @ 04508163 n 0000 | an undergarment with shirt and drawers in one piece
-03688832 06 n 02 looking_glass 0 glass 2 001 @ 03773035 n 0000 | a mirror; usually a ladies' dressing mirror
-03688943 06 n 04 lookout 0 observation_tower 0 lookout_station 0 observatory 1 004 @ 04341686 n 0000 + 02151966 v 0102 ~ 03839424 n 0000 ~ 04583967 n 0000 | a structure commanding a wide view of its surroundings
-03689157 06 n 01 loom 0 006 @ 04417180 n 0000 ~ 02967540 n 0000 ~ 03336168 n 0000 ~ 03487331 n 0000 ~ 03591592 n 0000 ~ 03995661 n 0000 | a textile machine for weaving yarn into a textile
-03689347 06 n 01 loop 0 001 @ 03582096 n 0000 | an intrauterine device in the shape of a loop
-03689443 06 n 01 loophole 0 001 @ 03526198 n 0000 | a small hole in a fortified wall; for observation or discharging weapons
-03689570 06 n 01 loop_knot 0 002 @ 03627232 n 0000 ~ 02881906 n 0000 | any of various knots used to make a fixed loop in a rope
-03689700 06 n 01 loop-line 0 001 @ 02891430 n 0000 | a railway branch line that branches from the trunk line and then rejoins it later on
-03689840 06 n 01 Lo/Ovral 0 003 @ 03936895 n 0000 %s 14747007 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norgestrel
-03690005 06 n 02 lorazepam 0 Ativan 0 002 @ 02830852 n 0000 ;u 06845599 n 0201 | tranquilizer (trade name Ativan) used to treat anxiety and tension and insomnia
-03690168 06 n 01 lorgnette 0 001 @ 04272054 n 0000 | eyeglasses that are held to the eyes with a long handle
-03690279 06 n 02 Lorraine_cross 0 cross_of_Lorraine 0 001 @ 03135152 n 0000 | a cross with two crossbars, one above and one below the midpoint of the vertical, the lower longer than the upper
-03690473 06 n 02 lorry 0 camion 2 001 @ 04490091 n 0000 | a large truck designed to carry heavy loads; usually without sides
-03690600 06 n 01 lorry 1 001 @ 04543158 n 0000 | a large low horse-drawn wagon without sides
-03690695 06 n 01 lost-and-found 0 001 @ 03177349 n 0000 | repository in a public building where lost articles can be kept until their owners reclaim them
-03690851 06 n 01 lota 0 001 @ 04557648 n 0000 | a globular water bottle used in Asia
-03690938 06 n 01 lotion 0 005 @ 04447443 n 0000 ~ 02683791 n 0000 ~ 02862916 n 0000 ~ 03487444 n 0000 ~ 04450640 n 0000 | any of various cosmetic preparations that are applied to the skin
-03691128 06 n 02 lotion 1 application 0 009 @ 04074482 n 0000 + 01363648 v 0202 ~ 02847942 n 0000 ~ 02937766 n 0000 ~ 03309214 n 0000 ~ 03673594 n 0000 ~ 03746861 n 0000 ~ 04116919 n 0000 ~ 04596224 n 0000 | liquid preparation having a soothing or antiseptic or medicinal action when applied to the skin; "a lotion for dry skin"
-03691459 06 n 05 loudspeaker 0 speaker 0 speaker_unit 0 loudspeaker_system 0 speaker_system 0 008 @ 03274561 n 0000 #p 04018155 n 0000 ~ 02917377 n 0000 ~ 04292572 n 0000 ~ 04349401 n 0000 ~ 04390873 n 0000 ~ 04502670 n 0000 ~ 04599124 n 0000 | electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance
-03691817 06 n 03 lounge 0 waiting_room 0 waiting_area 0 003 @ 04105893 n 0000 ~ 03045928 n 0000 ~ 03177059 n 0000 | a room (as in a hotel or airport) with seating where people can wait
-03692004 06 n 01 lounger 1 002 @ 03692379 n 0000 + 01528339 v 0101 | an article of clothing designed for comfort and leisure wear
-03692136 06 n 02 lounging_jacket 0 smoking_jacket 0 001 @ 03692379 n 0000 | a man's soft jacket usually with a tie belt; worn at home
-03692272 06 n 02 lounging_pajama 0 lounging_pyjama 0 001 @ 03692379 n 0000 | pajamas worn while lounging
-03692379 06 n 01 loungewear 0 004 @ 03051540 n 0000 ~ 03692004 n 0000 ~ 03692136 n 0000 ~ 03692272 n 0000 | clothing suitable for relaxation
-03692522 06 n 02 loupe 0 jeweler's_loupe 0 001 @ 03484931 n 0000 | small magnifying glass (usually set in an eyepiece) used by jewelers and horologists
-03692676 06 n 03 louver 0 louvre 0 fin 1 002 @ 04234455 n 0000 #p 03592669 n 0000 | one of a set of parallel slats in a door or window to admit air and reject rain
-03692842 06 n 02 louvered_window 0 jalousie 1 001 @ 04587648 n 0000 | a window with glass louvers
-03692942 06 n 02 Louvre 1 Louvre_Museum 0 002 @i 03800563 n 0000 #p 08932568 n 0000 | an art museum that is a famous tourist attraction in Paris
-03693089 06 n 02 lovastatin 0 Mevacor 0 002 @ 03676175 n 0000 ;u 06845599 n 0201 | an oral drug (trade name Mevacor) to reduce blood cholesterol levels; used when dietary changes have proved inadequate
-03693293 06 n 05 love_knot 0 lovers'_knot 0 lover's_knot 0 true_lovers'_knot 0 true_lover's_knot 0 001 @ 03627232 n 0000 | a stylized or decorative knot used as an emblem of love
-03693474 06 n 04 love_seat 0 loveseat 0 tete-a-tete 0 vis-a-vis 0 002 @ 04256520 n 0000 + 01860890 a 0301 | small sofa that seats two people
-03693617 06 n 01 love-token 0 001 @ 03610270 n 0000 | keepsake given as a token of love
-03693707 06 n 01 loving_cup 1 001 @ 03241496 n 0000 | a large drinking vessel (usually with two handles) that people drink out of in turn at a banquet
-03693860 06 n 01 lowboy 0 001 @ 03015254 n 0000 | a low chest or table with drawers and supported on four legs
-03693973 06 n 02 lower_berth 0 lower 0 003 @ 02831724 n 0000 + 01574923 v 0201 + 01973125 v 0201 | the lower of two berths
-03694098 06 n 02 lower_deck 0 third_deck 0 001 @ 03167666 n 0000 | the deck below the main deck
-03694196 06 n 01 low-pass_filter 0 001 @ 03340009 n 0000 | a filter that passes frequencies below a certain value and attenuates frequencies above that value
-03694356 06 n 01 low-warp-loom 0 001 @ 03487331 n 0000 | a handloom in which the warp is carried horizontally; for weaving tapestry
-03694490 06 n 02 loxapine 0 Loxitane 0 002 @ 03713736 n 0000 ;u 06845599 n 0201 | a tranquilizer (trade name Loxitane) used to treat schizophrenia
-03694639 06 n 02 LP 0 L-P 0 001 @ 03924069 n 0000 | a long-playing phonograph record; designed to be played at 33.3 rpm
-03694761 06 n 01 L-plate 0 002 @ 03959936 n 0000 ;r 08860123 n 0000 | a square plate bearing the letter L that is attached to both ends of a car to indicate that the driver is a learner
-03694949 06 n 01 lubber's_hole 0 002 @ 03526198 n 0000 #p 04194289 n 0000 | hole in a platform on a mast through which a sailor can climb without going out on the shrouds
-03695122 06 n 05 lubricating_system 0 force-feed_lubricating_system 0 force_feed 0 pressure-feed_lubricating_system 0 pressure_feed 0 004 @ 03738241 n 0000 #p 03579982 n 0000 %p 03843555 n 0000 %p 03844550 n 0000 | mechanical system of lubricating internal combustion engines in which a pump forces oil into the engine bearings
-03695452 06 n 01 luff 0 003 @ 03264542 n 0000 #p 03381776 n 0000 ;c 00314469 n 0000 | (nautical) the forward edge of a fore-and-aft sail that is next to the mast
-03695616 06 n 01 lug 0 002 @ 04008947 n 0000 #p 03696746 n 0000 | a projecting piece that is used to lift or support or turn something
-03695753 06 n 01 luge 0 002 @ 04235291 n 0000 + 01940034 v 0102 | a racing sled for one or two people
-03695857 06 n 01 Luger 0 002 @ 04171629 n 0000 ;u 06851742 n 0000 | a German semiautomatic pistol
-03695957 06 n 01 luggage_carrier 0 001 @ 02969886 n 0000 | carrier (as behind a bicycle seat) for luggage
-03696065 06 n 03 luggage_compartment 0 automobile_trunk 0 trunk 1 003 @ 03079741 n 0000 #p 02958343 n 0000 ~ 02873244 n 0000 | compartment in an automobile that carries luggage or shopping or tools; "he put his golf bag in the trunk"
-03696301 06 n 02 luggage_rack 0 roof_rack 0 001 @ 02969886 n 0000 | carrier for holding luggage above the seats of a train or on top of a car
-03696445 06 n 01 lugger 0 002 @ 02858304 n 0000 %p 03696568 n 0000 | small fishing boat rigged with one or more lugsails
-03696568 06 n 02 lugsail 0 lug 1 003 @ 03381776 n 0000 #p 03603594 n 0000 #p 03696445 n 0000 | a sail with four corners that is hoisted from a yard that is oblique to the mast
-03696746 06 n 01 lug_wrench 0 002 @ 04606574 n 0000 %p 03695616 n 0000 | a wrench with jaws that have projecting lugs to engage the object that is to be rotated
-03696909 06 n 02 lumberjack 0 lumber_jacket 0 001 @ 03589791 n 0000 | a short warm outer jacket
-03697007 06 n 02 lumbermill 0 sawmill 0 001 @ 03316406 n 0000 | a mill for dressing logs and lumber
-03697109 06 n 01 lumber_room 0 002 @ 04329477 n 0000 ;r 08860123 n 0000 | a storeroom in a house where odds and ends can be stored (especially furniture)
-03697265 06 n 01 lumberyard 0 001 @ 04602044 n 0000 | a workplace where lumber is stocked for sale
-03697366 06 n 03 lunar_excursion_module 0 lunar_module 0 LEM 0 001 @ 04264914 n 0000 | a spacecraft that carries astronauts from the command module to the surface of the moon and back
-03697552 06 n 01 lunchroom 0 001 @ 04081281 n 0000 | a restaurant (in a facility) where lunch can be purchased
-03697665 06 n 02 lunette 0 fenestella 0 002 @ 03848729 n 0000 #p 04523525 n 0000 | oval or circular opening; to allow light into a dome or vault
-03697812 06 n 01 lunette 1 001 @ 03385557 n 0000 | temporary fortification like a detached bastion
-03697913 06 n 03 lungi 0 lungyi 0 longyi 0 001 @ 03932670 n 0000 | a long piece of brightly colored cloth (cotton or silk) used as clothing (a skirt or loincloth or sash etc.) in India and Pakistan and Burma
-03698123 06 n 01 lunula 0 001 @ 03169390 n 0000 | a crescent-shaped metal ornament of the Bronze Age
-03698226 06 n 01 lusterware 0 001 @ 03992703 n 0000 | pottery with a metallic sheen produced by adding metallic oxides to the glaze
-03698360 06 n 01 lute 0 005 @ 03025886 n 0000 + 10277638 n 0101 + 10277638 n 0103 + 10277638 n 0102 %p 03341297 n 0000 | chordophone consisting of a plucked instrument having a pear-shaped body, a usually bent neck, and a fretted fingerboard
-03698604 06 n 02 luxury_liner 0 express_luxury_liner 0 001 @ 03673027 n 0000 | a liner equipped for sumptuous living
-03698723 06 n 01 lyceum 0 001 @ 03478756 n 0000 | a public hall for lectures and concerts
-03698815 06 n 02 lychgate 0 lichgate 0 001 @ 03427296 n 0000 | a roofed gate to a churchyard, formerly used as a temporary shelter for the bier during funerals
-03698977 06 n 01 lymphangiogram 0 001 @ 02711573 n 0000 | an angiogram of the lymph nodes and lymph vessels made after the injection of a radiopaque substance
-03699138 06 n 01 lypressin 0 002 @ 02719450 n 0000 @ 04522421 n 0000 | an antidiuretic and vasoconstrictor used to treat diabetes insipidus
-03699280 06 n 01 lyre 0 002 @ 03495258 n 0000 ~ 04483210 n 0000 | a harp used by ancient Greeks for accompaniment
-03699396 06 n 02 lysergic_acid_diethylamide 0 LSD 0 004 @ 03479647 n 0000 @ 03248958 n 0000 @ 03097890 n 0000 ~ 02675657 n 0000 | a powerful hallucinogenic drug manufactured from lysergic acid
-03699591 06 n 03 machete 0 matchet 0 panga 0 001 @ 03624134 n 0000 | a large heavy knife used in Central and South America as a weapon or for cutting vegetation
-03699754 06 n 01 machicolation 0 002 @ 03889503 n 0000 + 02361811 v 0101 | a projecting parapet supported by corbels on a medieval castle; has openings through which stones or boiling water could be dropped on an enemy
-03699975 06 n 01 machine 0 046 @ 03183080 n 0000 + 10279018 n 0101 + 01623967 v 0101 + 01624169 v 0101 ~ 02749790 n 0000 ~ 02775359 n 0000 ~ 02938886 n 0000 ~ 02939565 n 0000 ~ 02977058 n 0000 ~ 03075248 n 0000 ~ 03082979 n 0000 ~ 03087069 n 0000 ~ 03109033 n 0000 ~ 03115525 n 0000 ~ 03169063 n 0000 ~ 03322940 n 0000 ~ 03392741 n 0000 ~ 03535429 n 0000 ~ 03701640 n 0000 ~ 03702248 n 0000 ~ 03764995 n 0000 ~ 03789946 n 0000 ~ 03901229 n 0000 ~ 03918074 n 0000 ~ 03936466 n 0000 ~ 03996416 n 0000 ~ 03997484 n 0000 ~ 03999992 n 0000 ~ 04000311 n 0000 ~ 04004475 n 0000 ~ 04064401 n 0000 ~ 04095577 n 0000 ~ 04169707 n 0000 ~ 04221823 n 0000 ~ 04237423 n 0000 ~ 04243941 n 0000 ~ 04252653 n 0000 ~ 04261116 n 0000 ~ 04300080 n 0000 ~ 04303357 n 0000 ~ 04303497 n 0000 ~ 04417180 n 0000 ~ 04437793 n 0000 ~ 04483925 n 0000 ~ 04601291 n 0000 ~ 04613939 n 0000 | any mechanical or electrical device that transmits or modifies energy to perform or assist in the performance of human tasks
-03700963 06 n 02 machine 2 simple_machine 0 005 @ 03736970 n 0000 ~ 03566329 n 0000 ~ 03659809 n 0000 ~ 04020298 n 0000 ~ 04574999 n 0000 | a device for overcoming resistance at one point by applying force at some other point
-03701191 06 n 01 machine_bolt 0 001 @ 02865665 n 0000 | a bolt with a square or hexagonal head on one end and a threaded shaft on the other end; tightened with a wrench; used to connect metal parts
-03701391 06 n 01 machine_gun 0 009 @ 02760429 n 0000 + 01136835 v 0101 ~ 02760855 n 0000 ~ 02907656 n 0000 ~ 03429137 n 0000 ~ 03732543 n 0000 ~ 04267091 n 0000 %p 04322026 n 0000 ~ 04347519 n 0000 | a rapidly firing automatic gun (often mounted)
-03701640 06 n 01 machinery 0 004 @ 03699975 n 0000 + 01623967 v 0101 ~ 03288643 n 0000 ~ 03765561 n 0000 | machines or machine systems collectively
-03701790 06 n 01 machine_screw 0 001 @ 04153751 n 0000 | a screw used either with a nut or with a tapped hole; slotted head can be driven by a screwdriver
-03701947 06 n 01 machine_shop 0 001 @ 04603081 n 0000 | workshop where metal is cut and shaped etc., by machine tools
-03702067 06 n 02 machine_stitch 0 sewing-machine_stitch 0 002 @ 04180314 n 0000 ~ 03684611 n 0000 | a sewing stitch made by a sewing machine, sometimes using more than one thread
-03702248 06 n 01 machine_tool 0 004 @ 03699975 n 0000 ~ 03240892 n 0000 ~ 03460040 n 0000 ~ 04184435 n 0000 | a powered machine for cutting or shaping or finishing metals or other materials
-03702440 06 n 02 machinist's_vise 0 metalworking_vise 0 001 @ 04538552 n 0000 | a vise with two parallel iron jaws and a wide opening below
-03702582 06 n 01 machmeter 0 001 @ 04273796 n 0000 | speedometer for measuring the speed of an aircraft relative to the speed of sound
-03702719 06 n 04 macintosh 0 mackintosh 1 mac 0 mack 0 004 @ 04049405 n 0000 ;r 08860123 n 0000 %s 03703590 n 0000 ~ 03844815 n 0000 | a waterproof raincoat made of rubberized fabric
-03702904 06 n 01 Mackinac_Bridge 0 002 @i 04366367 n 0000 #p 09099526 n 0000 | a suspension bridge across the channel between the lower and upper peninsulas of Michigan
-03703075 06 n 01 mackinaw 0 001 @ 03309808 n 0000 | a heavy woolen cloth heavily napped and felted, often with a plaid design
-03703203 06 n 02 mackinaw 1 Mackinaw_boat 0 001 @ 02858304 n 0000 | a flat-bottomed boat used on upper Great Lakes
-03703320 06 n 02 mackinaw 2 Mackinaw_blanket 0 001 @ 02849154 n 0000 | a thick plaid blanket formerly used in the northwestern United States
-03703463 06 n 02 mackinaw 3 Mackinaw_coat 0 001 @ 03057021 n 0000 | a short plaid coat made of made of thick woolen material
-03703590 06 n 02 mackintosh 0 macintosh 1 002 @ 03309808 n 0000 #s 03702719 n 0000 | a lightweight waterproof (usually rubberized) fabric
-03703730 06 n 01 macrame 0 002 @ 03631177 n 0000 + 01670901 v 0101 | a relatively coarse lace; made by weaving and knotting cords
-03703862 06 n 01 madras 0 001 @ 03309808 n 0000 | a light patterned cotton cloth
-03703945 06 n 02 Mae_West 0 air_jacket 0 001 @ 03662887 n 0000 | an inflatable life jacket
-03704038 06 n 03 magazine 1 powder_store 0 powder_magazine 0 001 @ 04329190 n 0000 | a storehouse (as a compartment on a warship) where weapons and ammunition are stored
-03704210 06 n 01 magazine 2 001 @ 04007894 n 0000 | product consisting of a paperback periodic publication as a physical object; "tripped over a pile of magazines"
-03704376 06 n 02 magazine 4 cartridge 4 002 @ 04359335 n 0000 #p 02942699 n 0000 | a light-tight supply chamber holding the film and supplying it for exposure as required
-03704549 06 n 01 magazine_rack 0 001 @ 04038440 n 0000 | a rack for displaying magazines
-03704640 06 n 01 magic_bullet 0 002 @ 04074482 n 0000 ;c 03247620 n 0000 | a remedy (drug or therapy or preventive) that cures or prevents a disease; "there is no magic bullet against cancer"
-03704834 06 n 01 magic_lantern 0 001 @ 04238617 n 0000 | an early form of slide projector
-03704926 06 n 01 magic_realism 0 001 @ 03434943 n 0000 | a literary or artistic genre in which realistic narrative or meticulously realistic painting are combined with surreal elements of fantasy or dreams
-03705134 06 n 01 Maginot_Line 0 002 @i 03385557 n 0000 #p 08929922 n 0000 | a fortification built before World War II to protect France's eastern border; initially considered to be impregnable, it was easily overrun by the German army in 1940
-03705379 06 n 01 magnet 0 018 ;c 06090869 n 0000 @ 03183080 n 0000 + 02926188 a 0101 + 01470813 a 0101 + 01470298 a 0101 + 01469677 a 0101 + 00777522 v 0101 + 00399788 v 0101 + 00399788 v 0102 ~ 02793296 n 0000 %p 03107716 n 0000 ~ 03276179 n 0000 ~ 03333851 n 0000 ~ 03707372 n 0000 ~ 03889208 n 0000 ~ 03917622 n 0000 %p 03976960 n 0000 ~ 04259202 n 0000 | (physics) a device that attracts iron and produces a magnetic field
-03705808 06 n 01 magnetic_bottle 0 002 @ 03094503 n 0000 #p 04448185 n 0000 | container consisting of any configuration of magnetic fields used to contain a plasma during controlled thermonuclear reactions
-03706016 06 n 01 magnetic_bubble_memory 0 001 @ 03829340 n 0000 | a nonvolatile storage device that holds information in the form of bubbles on a thin film of magnetic silicate; no longer used in most computers
-03706229 06 n 01 magnetic_compass 0 003 @ 03080497 n 0000 ~ 03080731 n 0000 %p 03707372 n 0000 | compass based on an indicator (as a magnetic needle) that points to the magnetic north
-03706415 06 n 02 magnetic_core_memory 0 core_memory 0 003 @ 04052757 n 0000 ;c 06128570 n 0000 %p 03108069 n 0000 | (computer science) a computer memory consisting of an array of magnetic cores; now superseded by semiconductor memories
-03706653 06 n 04 magnetic_disk 0 magnetic_disc 0 disk 3 disc 3 005 @ 03744840 n 0000 ;c 06128570 n 0000 + 03209910 n 0301 ~ 03209910 n 0000 ~ 03492542 n 0000 | (computer science) a memory device consisting of a flat disk covered with a magnetic coating on which information is stored
-03706939 06 n 01 magnetic_head 0 002 @ 03276179 n 0000 #p 04393095 n 0000 | an electromagnet (as on a tape recorder) that converts electrical variations into magnetic variations that can be stored on a surface and later retrieved
-03707171 06 n 01 magnetic_mine 0 002 @ 03365078 n 0000 ;c 04194289 n 0000 | (nautical) a marine mine that is detonated by a mechanism that responds to magnetic material (as the steel hull of a ship)
-03707372 06 n 01 magnetic_needle 0 002 @ 03705379 n 0000 #p 03706229 n 0000 | a slender magnet suspended in a magnetic compass on a mounting with little friction; used to indicate the direction of the earth's magnetic pole
-03707597 06 n 01 magnetic_recorder 0 003 @ 04063373 n 0000 ~ 04393095 n 0000 ~ 04595501 n 0000 | recorder consisting of equipment for making records on magnetic media
-03707766 06 n 01 magnetic_stripe 0 003 @ 03708036 n 0000 #p 13376012 n 0000 #p 13376764 n 0000 | a short strip of magnetic tape attached to a credit card or debit card; it contains data that will tell a reading device who you are and what your account number is, etc.
-03708036 06 n 03 magnetic_tape 0 mag_tape 0 tape 4 007 @ 03744840 n 0000 + 00998399 v 0302 + 01003049 v 0302 ~ 02757714 n 0000 ~ 02979399 n 0000 ~ 03707766 n 0000 ~ 04534359 n 0000 | memory device consisting of a long thin plastic strip coated with iron oxide; used to record audio or video signals or to store computer information; "he took along a dozen tapes to record the interview"
-03708425 06 n 02 magneto 0 magnetoelectric_machine 0 002 @ 03433877 n 0000 #p 03560567 n 0000 | a small dynamo with a secondary winding that produces a high voltage enabling a spark to jump between the poles of a spark plug in a gasoline engine
-03708672 06 n 01 magnetograph 0 001 @ 04147495 n 0000 | a scientific instrument that registers magnetic variations (especially variations of the earth's magnetic field)
-03708843 06 n 02 magnetometer 0 gaussmeter 0 001 @ 03753077 n 0000 | a meter to compare strengths of magnetic fields
-03708962 06 n 01 magnetron 0 001 @ 04494204 n 0000 | a diode vacuum tube in which the flow of electrons from a central cathode to a cylindrical anode is controlled by crossed magnetic and electric fields; used mainly in microwave oscillators
-03709206 06 n 01 magnifier 0 004 @ 04147495 n 0000 + 00240293 v 0103 ~ 03760671 n 0000 ~ 04403638 n 0000 | a scientific instrument that magnifies an image
-03709363 06 n 01 magnum 0 001 @ 04591713 n 0000 | a large wine bottle for liquor or wine
-03709454 06 n 01 magnum_opus 0 001 @ 04601690 n 0000 | a great work of art or literature
-03709545 06 n 01 magnus_hitch 0 001 @ 04102962 n 0000 | a rolling hitch similar to a clove hitch
-03709644 06 n 01 mail 1 003 @ 03100490 n 0000 + 01031256 v 0101 + 01437888 v 0101 | a conveyance that transports the letters and packages that are conveyed by the postal system
-03709823 06 n 02 mailbag 0 postbag 0 001 @ 02773037 n 0000 | letter carrier's shoulder bag; "in Britain they call a mailbag a postbag"
-03709960 06 n 02 mailbag 1 mail_pouch 0 002 @ 03993180 n 0000 ~ 03203959 n 0000 | pouch used in the shipment of mail
-03710079 06 n 04 mailboat 0 mail_boat 0 packet 1 packet_boat 0 001 @ 02858304 n 0000 | a boat for carrying mail
-03710193 06 n 02 mailbox 0 letter_box 0 001 @ 02883344 n 0000 | a private box for delivery of mail
-03710294 06 n 01 mail_car 0 002 @ 02959942 n 0000 #m 03711044 n 0000 | a railway car in which mail is transported and sorted
-03710421 06 n 01 maildrop 0 002 @ 03246052 n 0000 ~ 03989074 n 0000 | a drop where mail can be deposited
-03710528 06 n 01 mailer 0 002 @ 03094503 n 0000 ~ 02690715 n 0000 | a container for something to be mailed
-03710637 06 n 01 maillot 0 001 @ 04434932 n 0000 | tights for dancers or gymnasts
-03710721 06 n 02 maillot 1 tank_suit 0 001 @ 04371563 n 0000 | a woman's one-piece bathing suit
-03710819 06 n 01 mail_slot 0 001 @ 04243370 n 0000 | a slot (usually in a door) through which mail can be delivered
-03710937 06 n 01 mailsorter 0 001 @ 04261116 n 0000 | a sorter for sorting mail according to the address
-03711044 06 n 01 mail_train 0 002 @ 04468005 n 0000 %m 03710294 n 0000 | a train that carries mail
-03711145 06 n 01 main 0 006 @ 03944672 n 0000 #p 03569964 n 0000 ~ 03272696 n 0000 ~ 03424103 n 0000 ~ 04179271 n 0000 ~ 04561167 n 0000 | a principal pipe in a system that distributes water or gas or electricity or that collects sewage
-03711384 06 n 01 main_course 0 001 @ 03712337 n 0000 | a square mainsail
-03711459 06 n 02 main_deck 0 second_deck 0 001 @ 03167666 n 0000 | the uppermost sheltered deck that runs the entire length of a large vessel
-03711603 06 n 01 main_drag 0 002 @ 03712729 n 0000 ;u 07075172 n 0000 | the main street of a town or city
-03711711 06 n 02 mainframe 1 mainframe_computer 0 002 @ 03196324 n 0000 ~ 04358117 n 0000 | a large digital computer serving 100-400 users and occupying a special air-conditioned room
-03711897 06 n 01 main_line 0 001 @ 08616311 n 0000 | the principal route of a transportation system
-03711999 06 n 01 mainmast 0 001 @ 03726760 n 0000 | the chief mast of a sailing vessel with two or more masts
-03712111 06 n 01 main_rotor 0 003 @ 04111668 n 0000 %p 04112252 n 0000 %p 04112430 n 0000 | rotor consisting of large rotating airfoils on a single-rotor helicopter that produce the lift to support the helicopter in the air
-03712337 06 n 01 mainsail 0 002 @ 04127904 n 0000 ~ 03711384 n 0000 | the lowermost sail on the mainmast
-03712444 06 n 01 mainspring 0 002 @ 04288272 n 0000 #p 03047171 n 0000 | the most important spring in a mechanical device (especially a clock or watch); as it uncoils it drives the mechanism
-03712637 06 n 01 mainstay 0 001 @ 03383211 n 0000 | the forestay that braces the mainmast
-03712729 06 n 02 main_street 0 high_street 0 002 @ 04334599 n 0000 ~ 03711603 n 0000 | street that serves as a principal thoroughfare for traffic in a town
-03712887 06 n 01 main-topmast 0 001 @ 04455250 n 0000 | the topmast next above the mainmast
-03712981 06 n 01 main-topsail 0 001 @ 04127904 n 0000 | a topsail set on the mainmast
-03713069 06 n 01 main_yard 0 001 @ 04610676 n 0000 | yard for a square mainsail
-03713151 06 n 02 maisonette 0 maisonnette 0 002 @ 03544360 n 0000 ;r 08929922 n 0000 | a small house
-03713254 06 n 02 maisonette 1 maisonnette 1 001 @ 02726305 n 0000 | a self-contained apartment (usually on two floors) in a larger house and with its own entrance from the outside
-03713436 06 n 02 majolica 0 maiolica 0 001 @ 03262519 n 0000 | highly decorated earthenware with a glaze of tin oxide
-03713556 06 n 01 major_suit 0 004 @ 04351233 n 0000 ;c 00490569 n 0000 %m 03507048 n 0000 %m 04266660 n 0000 | (bridge) a suit of superior scoring value, either spades or hearts
-03713736 06 n 09 major_tranquilizer 0 major_tranquillizer 0 major_tranquilliser 0 antipsychotic_drug 0 antipsychotic_agent 0 antipsychotic 0 neuroleptic_drug 0 neuroleptic_agent 0 neuroleptic 0 012 @ 04470232 n 0000 ~ 03023175 n 0000 ~ 03053272 n 0000 ~ 03203641 n 0000 ~ 03371258 n 0000 ~ 03480186 n 0000 ~ 03694490 n 0000 ~ 03780896 n 0000 ~ 04007239 n 0000 ~ 04425262 n 0000 ~ 04425656 n 0000 ~ 14941884 n 0000 | tranquilizer used to treat psychotic conditions when a calming effect is desired
-03714235 06 n 03 makeup 0 make-up 0 war_paint 2 014 @ 03113152 n 0000 + 00040928 v 0201 + 00040928 v 0101 ~ 02846874 n 0000 ~ 03308481 n 0000 ~ 03309110 n 0000 ~ 03309687 n 0000 ~ 03314780 n 0000 ~ 03456447 n 0000 ~ 03628071 n 0000 ~ 03676087 n 0000 ~ 03676483 n 0000 ~ 03724066 n 0000 ~ 04112752 n 0000 | cosmetics applied to the face to improve or change your appearance
-03714610 06 n 01 makeweight 0 001 @ 04571088 n 0000 | a weight added to the scale to reach a required weight
-03714721 06 n 02 makeweight 1 filler 1 002 @ 00002684 n 0000 + 00452512 v 0201 | anything added to fill out a whole; "some of the items in the collection are mere makeweights"
-03714899 06 n 01 making 0 003 @ 03081021 n 0000 + 02748627 v 0101 + 02748759 v 0101 | (usually plural) the components needed for making or doing something; "the recipe listed all the makings for a chocolate cake"
-03715114 06 n 01 Maksutov_telescope 0 001 @ 04068601 n 0000 | reflecting telescope in which the aberration of the concave mirror is reduced by a meniscus lens
-03715275 06 n 02 malacca 0 malacca_cane 0 001 @ 02949202 n 0000 | a cane made from the stem of a rattan palm
-03715386 06 n 02 mallet 0 beetle 0 004 @ 03481172 n 0000 + 01399821 v 0201 ~ 02966942 n 0000 ~ 03430313 n 0000 | a tool resembling a hammer but with a large head (usually wooden); used to drive wedges or ram down paving stones or for crushing or beating or flattening or smoothing
-03715669 06 n 02 mallet 1 hammer 3 002 @ 03250847 n 0000 #p 03915437 n 0000 | a light drumstick with a rounded head that is used to strike such percussion instruments as chimes, kettledrums, marimbas, glockenspiels, etc.
-03715892 06 n 01 mallet 2 003 @ 04285622 n 0000 ~ 03135030 n 0000 ~ 03978686 n 0000 | a sports implement with a long handle and a head like a hammer; used in sports (polo or croquet) to hit a ball
-03716091 06 n 01 Maltese_cross 0 001 @ 03135152 n 0000 | a cross with triangular or arrow-shaped arms and the points toward the center
-03716228 06 n 01 mammogram 0 001 @ 04100620 n 0000 | X-ray film of the soft tissue of the breast
-03716327 06 n 02 man 0 piece 2 006 @ 03414162 n 0000 ~ 02846260 n 0000 ~ 03011355 n 0000 ~ 03014440 n 0000 ~ 04435378 n 0000 ~ 04579986 n 0000 | game equipment consisting of an object used in playing certain board games; "he taught me to set up the men on the chess board"; "he sacrificed a piece to get a strategic advantage"
-03716656 06 n 01 mandala 0 003 @ 03178782 n 0000 ;c 06236802 n 0000 ;c 06240244 n 0000 | any of various geometric designs (usually circular) symbolizing the universe; used chiefly in Hinduism and Buddhism as an aid to meditation
-03716887 06 n 01 mandola 0 001 @ 03716966 n 0000 | an early type of mandolin
-03716966 06 n 01 mandolin 0 003 @ 03025886 n 0000 %p 03341297 n 0000 ~ 03716887 n 0000 | a stringed instrument related to the lute, usually played with a plectrum
-03717131 06 n 02 manger 0 trough 1 002 @ 03094503 n 0000 ~ 02920164 n 0000 | a container (usually in a barn or stable) from which cattle or horses feed
-03717285 06 n 01 mangle 0 002 @ 03050655 n 0000 + 01390486 v 0101 | clothes dryer for drying and ironing laundry by passing it between two heavy heated rollers
-03717447 06 n 01 manhole 0 002 @ 03526198 n 0000 %p 03717622 n 0000 | a hole (usually with a flush cover) through which a person can gain access to an underground structure
-03717622 06 n 01 manhole_cover 0 002 @ 04453910 n 0000 #p 03717447 n 0000 | a flush iron cover for a manhole (as in a street)
-03717750 06 n 01 manifold 0 004 @ 03944672 n 0000 ~ 03303333 n 0000 ~ 03572832 n 0000 ~ 03576779 n 0000 | a pipe that has several lateral outlets to or from other pipes
-03717921 06 n 05 mannequin 0 manikin 0 mannikin 0 manakin 0 form 0 001 @ 03255648 n 0000 | a life-size dummy used to display clothes
-03718056 06 n 02 mannitol 0 Osmitrol 0 002 @ 03214670 n 0000 ;u 06845599 n 0201 | a diuretic (trade name Osmitrol) used to promote the excretion of urine
-03718212 06 n 02 man-of-war 0 ship_of_the_line 0 002 @ 04552696 n 0000 ~ 04129490 n 0000 | a warship intended for combat
-03718335 06 n 01 manometer 0 002 @ 04001499 n 0000 ~ 04410663 n 0000 | a pressure gauge for comparing pressures of a gas
-03718458 06 n 02 manor 0 manor_house 0 002 @ 03719053 n 0000 + 03084397 a 0101 | the mansion of a lord or wealthy person
-03718581 06 n 02 manor_hall 0 hall 6 002 @ 04105893 n 0000 #p 03719053 n 0000 | the large room of a manor or castle
-03718699 06 n 01 MANPAD 0 001 @ 04363210 n 0000 | a man-portable surface-to-air missile
-03718789 06 n 02 mansard 0 mansard_roof 0 003 @ 03149401 n 0000 + 01221875 a 0101 ~ 03395401 n 0000 | a hip roof having two slopes on each side
-03718935 06 n 01 manse 0 001 @ 04079244 n 0000 | the residence of a clergyman (especially a Presbyterian clergyman)
-03719053 06 n 05 mansion 0 mansion_house 0 manse 1 hall 7 residence 1 005 @ 03544360 n 0000 ~ 03718458 n 0000 %p 03718581 n 0000 ~ 03878066 n 0000 ~ 04305323 n 0000 | a large and imposing house
-03719249 06 n 01 manta 0 001 @ 02849154 n 0000 | a blanket that is used as a cloak or shawl
-03719343 06 n 05 mantel 0 mantelpiece 0 mantle 2 mantlepiece 0 chimneypiece 0 002 @ 04190052 n 0000 #p 03346455 n 0000 | shelf that projects from wall above fireplace; "in Britain they call a mantel a chimneypiece"
-03719560 06 n 02 mantelet 0 mantilla 2 001 @ 02955767 n 0000 | short cape worn by women
-03719650 06 n 02 mantelet 1 mantlet 0 001 @ 04191595 n 0000 | portable bulletproof shelter
-03719743 06 n 01 mantilla 0 001 @ 04143897 n 0000 | a woman's silk or lace scarf
-03719826 06 n 01 mantrap 0 001 @ 04474466 n 0000 | a trap for catching trespassers
-03719911 06 n 01 mantua 0 001 @ 03450230 n 0000 | loose gown of the 17th and 18th centuries
-03720005 06 n 01 Mao_jacket 0 001 @ 03589791 n 0000 | a light weight jacket with a high collar; worn by Mao Zedong and the Chinese people during his regime
-03720163 06 n 01 map 0 010 @ 04076846 n 0000 + 00710606 v 0101 + 01687876 v 0101 ~ 03009920 n 0000 ~ 03026093 n 0000 ~ 03096142 n 0000 ~ 03959350 n 0000 ~ 04097256 n 0000 ~ 04227618 n 0000 ~ 04567222 n 0000 | a diagrammatic representation of the earth's surface (or part of it)
-03720443 06 n 01 map_projection 0 005 @ 04009382 n 0000 ~ 03090437 n 0000 ~ 03090856 n 0000 ~ 03293471 n 0000 ~ 03748691 n 0000 | a projection of the globe onto a flat map using a grid of lines of latitude and longitude
-03720665 06 n 01 maquiladora 0 002 @ 02750169 n 0000 ;r 09044862 n 0000 | an assembly plant in Mexico (near the United States border); parts are shipped into Mexico and the finished product is shipped back across the border
-03720891 06 n 01 maraca 0 001 @ 03915437 n 0000 | a percussion instrument consisting of a hollow gourd containing pebbles or beans; often played in pairs
-03721047 06 n 01 marble 0 002 @ 02778669 n 0000 ~ 04396093 n 0000 | a small ball of glass that is used in various games
-03721169 06 n 01 marble 1 001 @ 04157320 n 0000 | a sculpture carved from marble
-03721252 06 n 01 marching_order 0 001 @ 03730153 n 0000 | equipage for marching; "the company was dressed in full marching order"
-03721384 06 n 02 marimba 0 xylophone 0 002 @ 03915437 n 0000 + 10801697 n 0201 | a percussion instrument with wooden bars tuned to produce a chromatic scale and with resonators; played with small mallets
-03721590 06 n 01 marina 0 001 @ 03216828 n 0000 | a fancy dock for small yachts and cabin cruisers
-03721691 06 n 01 Marineland 0 001 @i 02732072 n 0000 | a commercial aquarium featuring trained dolphins
-03721797 06 n 01 marker 0 004 @ 00021939 n 0000 + 00921738 v 0101 ~ 02871147 n 0000 ~ 04611795 n 0000 | some conspicuous object used to distinguish or mark something; "the buoys were markers for the channel"
-03722007 06 n 01 marker 1 005 @ 04608567 n 0000 + 00921738 v 0101 + 01004062 v 0102 + 00508032 v 0101 ~ 03518943 n 0000 | a writing implement for making a mark
-03722169 06 n 01 market_garden 0 001 @ 03417345 n 0000 | a garden where fruit and vegetables are grown for marketing
-03722288 06 n 04 marketplace 0 market_place 0 mart 0 market 1 007 @ 03748162 n 0000 ~ 02684962 n 0000 ~ 02813645 n 0000 ~ 03461385 n 0000 ~ 03847823 n 0000 ~ 04234969 n 0000 ~ 08492461 n 0000 | an area in a town where a public mercantile establishment is set up
-03722552 06 n 01 marline 0 001 @ 04245703 n 0000 | a small usually tarred line of 2 strands
-03722646 06 n 03 marlinespike 0 marlinspike 0 marlingspike 0 001 @ 03489162 n 0000 | a pointed iron hand tool that is used to separate strands of a rope or cable (as in splicing)
-03722827 06 n 01 marmite 0 001 @ 03990474 n 0000 | a large pot especially one with legs used e.g. for cooking soup
-03722944 06 n 02 marocain 0 crepe_marocain 0 001 @ 03130563 n 0000 | a dress crepe; similar to Canton crepe
-03723054 06 n 01 maroon 0 001 @ 03348454 n 0000 | an exploding firework used as a warning signal
-03723153 06 n 02 marquee 0 marquise 0 001 @ 02951843 n 0000 | permanent canopy over an entrance of a hotel etc.
-03723267 06 n 02 marquetry 0 marqueterie 0 001 @ 03572449 n 0000 | inlaid veneers are fitted together to form a design or picture that is then used to ornament furniture
-03723439 06 n 01 marriage_bed 0 001 @ 02818832 n 0000 | the bed shared by a newly wed couple
-03723534 06 n 01 marseille 0 001 @ 03309808 n 0000 | strong cotton fabric with a raised pattern; used for bedspreads
-03723653 06 n 01 marshalling_yard 0 001 @ 04611154 n 0000 | a railway yard in which trains are assembled and goods are loaded
-03723781 06 n 01 martello_tower 0 001 @ 03386011 n 0000 | a circular masonry fort for coastal defence
-03723885 06 n 01 martingale 0 002 @ 04295081 n 0000 #p 03494706 n 0000 | a harness strap that connects the nose piece to the girth; prevents the horse from throwing back its head
-03724066 06 n 01 mascara 0 001 @ 03714235 n 0000 | makeup that is used to darken and thicken the eye lashes
-03724176 06 n 01 maser 0 002 @ 02705944 n 0000 ~ 03424204 n 0000 | an acronym for microwave amplification by stimulated emission of radiation; an amplifier that works on the same principle as a laser and emits coherent microwave radiation
-03724417 06 n 01 masher 0 002 @ 03621049 n 0000 + 00331082 v 0102 | a kitchen utensil used for mashing (e.g. potatoes)
-03724538 06 n 02 mashie 0 five_iron 0 001 @ 03585073 n 0000 | middle-distance iron
-03724623 06 n 02 mashie_niblick 0 seven_iron 0 001 @ 03585073 n 0000 | iron with a lofted face for hitting high shots to the green
-03724756 06 n 02 masjid 0 musjid 0 002 @ 03953416 n 0000 ;c 06234825 n 0000 | (Islam) a Muslim place of worship
-03724870 06 n 01 mask 0 005 @ 03122748 n 0000 @ 03206718 n 0000 + 01358328 v 0101 ~ 03221059 n 0000 ~ 03319457 n 0000 | a covering to disguise or conceal the face
-03725035 06 n 01 mask 1 005 @ 04014297 n 0000 + 01358328 v 0101 ~ 03314378 n 0000 ~ 03424325 n 0000 ~ 04572121 n 0000 | a protective covering worn over the face
-03725198 06 n 02 masking_piece 0 masking 0 001 @ 04145056 n 0000 | scenery used to block the audience's view of parts of the stage that should not be seen
-03725355 06 n 02 masking_tape 0 masking_paper 0 001 @ 02680337 n 0000 | adhesive tape used to cover the part of a surface that should not be painted
-03725506 06 n 01 Masonite 0 002 @ 03331390 n 0000 ;u 06851742 n 0000 | a type of fiberboard
-03725600 06 n 01 Mason_jar 0 001 @ 03593526 n 0000 | a glass jar with an air-tight screw top; used in home canning
-03725717 06 n 01 masonry 0 004 @ 04341686 n 0000 ~ 02898369 n 0000 ~ 03252324 n 0000 ~ 04326799 n 0000 | structure built of stone or brick by a mason
-03725869 06 n 01 mason's_level 0 001 @ 03658858 n 0000 | a level longer than a carpenter's level
-03725968 06 n 02 Massachusetts_Institute_of_Technology 0 MIT 0 002 @i 04511002 n 0000 #p 09096664 n 0000 | an engineering university in Cambridge
-03726116 06 n 01 massage_parlor 0 001 @ 03953020 n 0000 | a business establishment that offers therapeutic massage
-03726233 06 n 01 massage_parlor 1 001 @ 04581595 n 0000 | a place where illicit sex is available under the guise of therapeutic massage
-03726371 06 n 01 mass_spectrograph 0 001 @ 03726516 n 0000 | a mass spectrometer that produces a graphical representation of the mass spectrum
-03726516 06 n 02 mass_spectrometer 0 spectrometer 0 003 @ 04273064 n 0000 + 02918132 a 0201 ~ 03726371 n 0000 | spectroscope for obtaining a mass spectrum by deflecting ions into a thin slit and measuring the ion current with an electrometer
-03726760 06 n 01 mast 0 009 @ 04267577 n 0000 #p 04128837 n 0000 ~ 03382856 n 0000 ~ 03598646 n 0000 ~ 03606465 n 0000 ~ 03711999 n 0000 %p 03727738 n 0000 ~ 03775847 n 0000 ~ 04455250 n 0000 | a vertical spar for supporting sails
-03726993 06 n 01 mast 1 001 @ 03976657 n 0000 | any sturdy upright pole
-03727067 06 n 02 mastaba 0 mastabah 0 001 @ 03455033 n 0000 | an ancient Egyptian mud-brick tomb with a rectangular base and sloping sides and flat roof; "the Egyptian pyramids developed from the mastaba"
-03727274 06 n 03 master 0 master_copy 0 original 0 003 @ 03129123 n 0000 + 00699207 a 0301 + 01686439 a 0301 | an original creation (i.e., an audio recording) from which copies can be made
-03727465 06 n 01 master_bedroom 0 001 @ 02821627 n 0000 | the principal bedroom in a house; usually occupied by the head of the household
-03727605 06 n 02 masterpiece 0 chef-d'oeuvre 0 001 @ 04599396 n 0000 | the most outstanding work of a creative artist or craftsman
-03727738 06 n 01 masthead 0 002 @ 08663860 n 0000 #p 03726760 n 0000 | the head or top of a mast
-03727837 06 n 01 mat 0 002 @ 03366823 n 0000 ~ 03223299 n 0000 | a thick flat pad used as a floor covering
-03727946 06 n 02 mat 2 gym_mat 0 003 @ 04285146 n 0000 ~ 02953850 n 0000 ~ 04607035 n 0000 | sports equipment consisting of a piece of thick padding on the floor for gymnastic sports
-03728131 06 n 01 mat 3 004 @ 03872495 n 0000 ~ 03242120 n 0000 ~ 03794655 n 0000 ~ 03952886 n 0000 | a small pad of material that is used to protect surface from an object placed on it
-03728318 06 n 02 mat 4 matting 1 001 @ 03793186 n 0000 | mounting consisting of a border or background for a picture
-03728437 06 n 03 match 0 lucifer 0 friction_match 0 006 @ 03666591 n 0000 ~ 03407616 n 0000 ~ 03620730 n 0000 %p 03729826 n 0000 ~ 04126980 n 0000 ~ 04244278 n 0000 | lighter consisting of a thin piece of wood or cardboard tipped with combustible chemical; ignites with friction; "he always carries matches to light his pipe"; "as long you've a lucifer to light your fag"
-03728811 06 n 02 match 1 mate 0 003 @ 03257343 n 0000 + 01292885 v 0202 + 02657219 v 0101 | an exact duplicate; "when a match is found an entry is made in the notebook"
-03728982 06 n 01 match 2 001 @ 03666591 n 0000 | a burning piece of wood or cardboard; "if you drop a match in there the whole place will explode"
-03729131 06 n 01 matchboard 0 001 @ 15101854 n 0000 | a board that has a groove cut into one edge and a tongue cut into the other so they fit tightly together (as in a floor)
-03729308 06 n 01 matchbook 0 001 @ 03376279 n 0000 | a small folder of paper safety matches
-03729402 06 n 01 matchbox 0 001 @ 02883344 n 0000 | a box for holding matches
-03729482 06 n 01 matchlock 0 001 @ 03802007 n 0000 | an early style of musket; a slow-burning wick would be lowered into a hole in the breech to ignite the charge
-03729647 06 n 02 match_plane 0 tonguing_and_grooving_plane 0 001 @ 03954731 n 0000 | a plane having cutters designed to make the tongues and grooves on the edges of matchboards
-03729826 06 n 01 matchstick 0 002 @ 04317420 n 0000 #p 03728437 n 0000 | a short thin stick of wood used in making matches
-03729951 06 n 01 material 1 004 @ 03294048 n 0000 ~ 03871524 n 0000 ~ 04047733 n 0000 ~ 04105704 n 0000 | things needed for doing or making something; "writing materials"; "useful teaching materials"
-03730153 06 n 02 materiel 0 equipage 1 005 @ 03294048 n 0000 ;c 08199025 n 0000 + 02339413 v 0201 ~ 02774921 n 0000 ~ 03721252 n 0000 | equipment and supplies of a military force
-03730334 06 n 01 maternity_hospital 0 001 @ 03540595 n 0000 | a hospital that provides care for women during pregnancy and childbirth and for newborn infants
-03730494 06 n 01 maternity_ward 0 001 @ 04549919 n 0000 | a hospital ward that provides care for women during pregnancy and childbirth and for newborn infants
-03730655 06 n 01 matrix 0 001 @ 03779370 n 0000 | mold used in the production of phonograph records, type, or other relief surface
-03730788 06 n 02 Matthew_Walker 0 Matthew_Walker_knot 0 001 @ 04328054 n 0000 | a kind of stopper knot
-03730893 06 n 01 matting 0 002 @ 03122748 n 0000 + 00565592 v 0107 | a covering of coarse fabric (usually of straw or hemp)
-03731019 06 n 01 mattock 0 001 @ 03929202 n 0000 | a kind of pick that is used for digging; has a flat blade set at right angles to the handle
-03731164 06 n 01 mattress 0 009 @ 03872495 n 0000 #p 02818832 n 0000 ~ 02690809 n 0000 ~ 03325481 n 0000 ~ 03408444 n 0000 ~ 03875088 n 0000 ~ 03879336 n 0000 ~ 04288919 n 0000 ~ 04432308 n 0000 | a large thick pad filled with resilient material and often incorporating coiled springs, used as a bed or part of a bed
-03731483 06 n 01 mattress_cover 0 001 @ 02820210 n 0000 | bedclothes that provide a cover for a mattress
-03731590 06 n 01 mattress_pad 0 001 @ 03872495 n 0000 | a protective pad over a mattress to protect it
-03731695 06 n 03 maul 0 sledge 0 sledgehammer 0 004 @ 03481172 n 0000 + 01416732 v 0301 + 01416732 v 0202 + 01232272 v 0101 | a heavy long-handled hammer used to drive stakes or wedges
-03731882 06 n 02 maulstick 0 mahlstick 0 001 @ 04317420 n 0000 | a long stick that a painter uses to support the hand holding the brush
-03732020 06 n 01 Mauser 0 001 @ 04076284 n 0000 | trademark for a repeating rifle or pistol
-03732114 06 n 01 mausoleum 0 003 @ 02921884 n 0000 ~i 03732252 n 0000 ~i 04386283 n 0000 | a large burial chamber, usually above ground
-03732252 06 n 01 Mausoleum_at_Halicarnasus 0 002 @i 03732114 n 0000 #m 04178329 n 0000 | a white marble mausoleum 140 feet high built in 352 BC at Halicarnassus as a memorial to a king; destroyed in 1402
-03732458 06 n 01 maxi 0 001 @ 04230808 n 0000 | a long skirt ending below the calf
-03732543 06 n 01 Maxim_gun 0 001 @ 03701391 n 0000 | an obsolete water-cooled machine gun having a single barrel
-03732658 06 n 01 maximum_and_minimum_thermometer 0 001 @ 04421872 n 0000 | thermometer that records the highest and lowest temperatures reached during a period of time
-03732828 06 n 01 Maxzide 0 002 @ 02721160 n 0000 %s 03552169 n 0000 | trade name for an antihypertensive drug containing hydrochlorothiazide and another diuretic
-03732992 06 n 01 Mayflower 0 001 @i 04194289 n 0000 | the ship in which the Pilgrim Fathers sailed from England to Massachusetts in 1620
-03733131 06 n 01 maypole 0 001 @ 03988170 n 0000 | a vertical pole or post decorated with streamers that can be held by dancers celebrating May Day
-03733281 06 n 02 maze 0 labyrinth 0 004 @ 04377057 n 0000 + 02178628 a 0202 + 02178628 a 0103 ~i 03630992 n 0000 | complex system of paths or tunnels in which it is easy to get lost
-03733465 06 n 01 mazer 0 001 @ 02881193 n 0000 | a large hardwood drinking bowl
-03733547 06 n 01 means 0 001 @ 03575240 n 0000 | an instrumentality for accomplishing some end
-03733644 06 n 01 measure 1 002 @ 03094503 n 0000 ~ 03733805 n 0000 | a container of some standard capacity that is used to obtain fixed amounts of a substance
-03733805 06 n 01 measuring_cup 0 001 @ 03733644 n 0000 | graduated cup used to measure liquid or granular ingredients
-03733925 06 n 03 measuring_instrument 0 measuring_system 0 measuring_device 0 086 @ 03574816 n 0000 ~ 02670935 n 0000 ~ 02677436 n 0000 ~ 02696569 n 0000 ~ 02699915 n 0000 ~ 02700258 n 0000 ~ 02752917 n 0000 ~ 02757337 n 0000 ~ 02794156 n 0000 ~ 02808695 n 0000 ~ 02865214 n 0000 ~ 02921592 n 0000 ~ 02939866 n 0000 ~ 02941095 n 0000 ~ 03027108 n 0000 ~ 03071552 n 0000 ~ 03118346 n 0000 ~ 03126927 n 0000 ~ 03142205 n 0000 ~ 03168933 n 0000 ~ 03175301 n 0000 ~ 03175457 n 0000 ~ 03225458 n 0000 ~ 03260733 n 0000 ~ 03275125 n 0000 ~ 03280216 n 0000 ~ 03301389 n 0000 ~ 03429288 n 0000 ~ 03451473 n 0000 ~ 03455642 n 0000 ~ 03512624 n 0000 ~ 03514129 n 0000 ~ 03553486 n 0000 ~ 03554460 n 0000 ~ 03566555 n 0000 ~ 03577312 n 0000 ~ 03578981 n 0000 ~ 03583621 n 0000 ~ 03609147 n 0000 ~ 03628984 n 0000 ~ 03661621 n 0000 ~ 03686658 n 0000 ~ 03735637 n 0000 ~ 03753077 n 0000 ~ 03819047 n 0000 ~ 03840823 n 0000 ~ 03868643 n 0000 ~ 03904782 n 0000 ~ 03906894 n 0000 ~ 03926876 n 0000 ~ 03934890 n 0000 ~ 03947111 n 0000 ~ 03951213 n 0000 ~ 03951453 n 0000 ~ 03966325 n 0000 ~ 03991837 n 0000 ~ 04030846 n 0000 ~ 04039848 n 0000 ~ 04053508 n 0000 ~ 04070415 n 0000 ~ 04086663 n 0000 ~ 04141975 n 0000 ~ 04148285 n 0000 ~ 04165551 n 0000 ~ 04168840 n 0000 ~ 04172607 n 0000 ~ 04180888 n 0000 ~ 04259771 n 0000 ~ 04274686 n 0000 ~ 04280706 n 0000 ~ 04280845 n 0000 ~ 04305947 n 0000 ~ 04375926 n 0000 ~ 04382880 n 0000 ~ 04392113 n 0000 ~ 04410760 n 0000 ~ 04410886 n 0000 ~ 04411019 n 0000 ~ 04421872 n 0000 ~ 04437953 n 0000 ~ 04451636 n 0000 ~ 04458045 n 0000 ~ 04521863 n 0000 ~ 04527475 n 0000 ~ 04538249 n 0000 ~ 04564278 n 0000 | instrument that shows the extent or amount or quantity or degree of something
-03735637 06 n 03 measuring_stick 0 measure 0 measuring_rod 0 008 @ 03733925 n 0000 + 00681429 v 0201 + 02704349 v 0201 + 00489837 v 0202 + 00647094 v 0201 ~ 02857812 n 0000 ~ 04118776 n 0000 ~ 04225578 n 0000 | measuring instrument having a sequence of marks at regular intervals; used as a reference in making measurements
-03735963 06 n 01 meat_counter 0 001 @ 03116530 n 0000 | counter where meats are displayed for sale
-03736064 06 n 01 meat_grinder 0 001 @ 03765561 n 0000 | a mill for grinding meat
-03736147 06 n 01 meat_hook 0 001 @ 03532342 n 0000 | a strong pointed hook from which the carcasses of animals are hung
-03736269 06 n 01 meat_house 0 001 @ 03545150 n 0000 | a small house (on a farm) where meat is stored
-03736372 06 n 01 meat_safe 0 002 @ 04125116 n 0000 ;r 08860123 n 0000 | a safe for storing meat
-03736470 06 n 01 meat_thermometer 0 001 @ 04421872 n 0000 | a thermometer that is inserted into the center of a roast (with the top away from the heat source); used to measure how well done the meat is
-03736674 06 n 01 mebendazole 0 001 @ 04528630 n 0000 | an anthelmintic used to treat hookworm and pinworm and roundworm infestations
-03736809 06 n 02 Meccano 0 Meccano_set 0 003 @ 03964744 n 0000 ;u 06851742 n 0201 ;u 06851742 n 0101 | a child's construction set for making mechanical models
-03736970 06 n 01 mechanical_device 0 046 @ 03738472 n 0000 ~ 02903204 n 0000 ~ 02918595 n 0000 ~ 02919148 n 0000 ~ 02962200 n 0000 ~ 03082807 n 0000 ~ 03105088 n 0000 ~ 03119510 n 0000 ~ 03150232 n 0000 ~ 03189083 n 0000 ~ 03191451 n 0000 ~ 03276574 n 0000 ~ 03296081 n 0000 ~ 03432129 n 0000 ~ 03450881 n 0000 ~ 03532672 n 0000 ~ 03700963 n 0000 ~ 03885410 n 0000 ~ 03948950 n 0000 ~ 04011827 n 0000 ~ 04021798 n 0000 ~ 04055180 n 0000 ~ 04063154 n 0000 ~ 04088797 n 0000 ~ 04167346 n 0000 ~ 04211528 n 0000 ~ 04228215 n 0000 ~ 04282231 n 0000 ~ 04282494 n 0000 ~ 04289027 n 0000 ~ 04306592 n 0000 ~ 04325592 n 0000 ~ 04336996 n 0000 ~ 04337740 n 0000 ~ 04359335 n 0000 ~ 04371774 n 0000 ~ 04450465 n 0000 ~ 04474922 n 0000 ~ 04533042 n 0000 ~ 04533199 n 0000 ~ 04542095 n 0000 ~ 04568069 n 0000 ~ 04576971 n 0000 ~ 04586421 n 0000 ~ 04586581 n 0000 ~ 04590746 n 0000 | mechanism consisting of a device that works on mechanical principles
-03737912 06 n 01 mechanical_drawing 0 003 @ 03234306 n 0000 ~ 03535970 n 0000 ~ 04529795 n 0000 | scale drawing of a machine or architectural plan etc,
-03738066 06 n 03 mechanical_piano 0 Pianola 0 player_piano 0 001 @ 03928116 n 0000 | a mechanically operated piano that uses a roll of perforated paper to activate the keys
-03738241 06 n 01 mechanical_system 0 007 @ 04377057 n 0000 ~ 03401279 n 0000 ~ 03674440 n 0000 ~ 03695122 n 0000 ~ 04008385 n 0000 ~ 04366116 n 0000 ~ 04526520 n 0000 | a system of elements that interact on mechanical principles
-03738472 06 n 01 mechanism 0 030 @ 03183080 n 0000 + 01499686 a 0101 ~ 02677718 n 0000 ~ 02678384 n 0000 ~ 02761392 n 0000 ~ 02764614 n 0000 ~ 02969010 n 0000 ~ 02972533 n 0000 ~ 02972714 n 0000 ~ 03047171 n 0000 ~ 03096960 n 0000 ~ 03102859 n 0000 ~ 03172738 n 0000 ~ 03242995 n 0000 ~ 03243625 n 0000 ~ 03317990 n 0000 ~ 03339529 n 0000 ~ 03431243 n 0000 ~ 03530041 n 0000 ~ 03551790 n 0000 ~ 03560567 n 0000 ~ 03683341 n 0000 ~ 03736970 n 0000 ~ 04040759 n 0000 ~ 04110955 n 0000 ~ 04312916 n 0000 ~ 04313220 n 0000 ~ 04392764 n 0000 ~ 04578708 n 0000 ~ 04602840 n 0000 | device consisting of a piece of machinery; has moving parts that perform some function
-03739136 06 n 03 meclizine 0 meclizine_hydrochloride 0 Antivert 0 002 @ 02720725 n 0000 ;u 06845599 n 0301 | an antihistamine (trade name Antivert) used to treat or prevent motion sickness
-03739327 06 n 03 meclofenamate 0 meclofenamate_sodium 0 Meclomen 0 002 @ 03828465 n 0000 ;u 06845599 n 0301 | a nonsteroidal anti-inflammatory (trade name Meclomen) used to treat arthritis
-03739518 06 n 03 medical_building 0 health_facility 0 healthcare_facility 0 003 @ 02913152 n 0000 ~ 03043274 n 0000 ~ 03540595 n 0000 | building where medicine is practiced
-03739693 06 n 01 medical_instrument 0 021 @ 03574816 n 0000 ~ 02781764 n 0000 ~ 02905886 n 0000 ~ 02963503 n 0000 ~ 03187751 n 0000 ~ 03189818 n 0000 ~ 03275311 n 0000 ~ 03276839 n 0000 ~ 03286572 n 0000 ~ 03332005 n 0000 ~ 03610836 n 0000 ~ 03643149 n 0000 ~ 03850613 n 0000 ~ 03858183 n 0000 ~ 03979492 n 0000 ~ 04086937 n 0000 ~ 04273285 n 0000 ~ 04317175 n 0000 ~ 04364545 n 0000 ~ 04376876 n 0000 ~ 04421417 n 0000 | instrument used in the practice of medicine
-03740161 06 n 04 medicine 0 medication 0 medicament 0 medicinal_drug 0 094 @ 03247620 n 0000 ;c 06043075 n 0000 + 00084230 v 0201 + 01166656 a 0102 + 00084230 v 0102 + 00084562 v 0101 + 00084230 v 0101 -c 01846049 a 0000 -c 01846204 a 0000 ~ 02678528 n 0000 ~ 02696384 n 0000 ~ 02698036 n 0000 ~ 02706373 n 0000 ~ 02707683 n 0000 ~ 02711422 n 0000 ~ 02715941 n 0000 ~ 02716205 n 0000 ~ 02717901 n 0000 ~ 02718084 n 0000 ~ 02718259 n 0000 ~ 02718469 n 0000 ~ 02718811 n 0000 ~ 02719105 n 0000 ~ 02719294 n 0000 ~ 02719450 n 0000 ~ 02719750 n 0000 ~ 02720725 n 0000 ~ 02721160 n 0000 ~ 02721538 n 0000 ~ 02723292 n 0000 ~ 02723595 n 0000 ~ 02724207 n 0000 ~ 02724533 n 0000 ~ 02725242 n 0000 ~ 02725367 n 0000 ~ 02726861 n 0000 ~ 02750835 n 0000 ~ 02753569 n 0000 ~ 02765247 n 0000 ~ 02854156 n 0000 ~ 02905612 n 0000 ~ 02938514 n 0000 ~ 02965617 n 0000 ~ 03047353 n 0000 ~ 03048598 n 0000 ~ 03067690 n 0000 ~ 03117776 n 0000 ~ 03157987 n 0000 ~ 03169271 n 0000 ~ 03174829 n 0000 ~ 03188979 n 0000 ~ 03214051 n 0000 ~ 03225238 n 0000 ~ 03245075 n 0000 ~ 03248560 n 0000 ~ 03304605 n 0000 ~ 03354082 n 0000 ~ 03433079 n 0000 ~ 03513961 n 0000 ~ 03515500 n 0000 ~ 03522239 n 0000 ~ 03562958 n 0000 ~ 03571155 n 0000 ~ 03587874 n 0000 ~ 03588046 n 0000 ~ 03676175 n 0000 ~ 03753826 n 0000 ~ 03836699 n 0000 ~ 03866176 n 0000 ~ 03869685 n 0000 ~ 03889974 n 0000 ~ 03898936 n 0000 ~ 03909835 n 0000 ~ 03913702 n 0000 ~ 03920989 n 0000 ~ 03952696 n 0000 ~ 03994008 n 0000 ~ 03999280 n 0000 ~ 04006584 n 0000 ~ 04025748 n 0000 ~ 04074482 n 0000 ~ 04117089 n 0000 ~ 04166553 n 0000 ~ 04260816 n 0000 ~ 04271640 n 0000 ~ 04349701 n 0000 ~ 04350347 n 0000 ~ 04361381 n 0000 ~ 04439122 n 0000 ~ 04451473 n 0000 ~ 04506005 n 0000 ~ 04528354 n 0000 ~ 04528630 n 0000 %s 12487262 n 0000 | (medicine) something that treats or prevents or alleviates the symptoms of disease
-03742019 06 n 01 medicine_ball 0 001 @ 02778669 n 0000 | heavy ball used in physical training
-03742115 06 n 02 medicine_chest 0 medicine_cabinet 0 001 @ 02933112 n 0000 | cabinet that holds medicines and toiletries
-03742238 06 n 01 MEDLINE 0 001 @ 04402746 n 0000 | the computer-based telephone system of the United States National Library of Medicine that provides rapid linkage to MEDLARS
-03742416 06 n 01 meerschaum 0 002 @ 03945167 n 0000 %s 14681445 n 0000 | a pipe having a bowl made of meerschaum
-03742531 06 n 02 mefenamic_acid 0 Ponstel 0 001 @ 03828465 n 0000 | a nonsteroidal anti-inflammatory and analgesic drug (trade name Ponstel) used to treat mild pain (especially menstrual cramps)
-03742728 06 n 04 mefloquine 0 mefloquine_hydrochloride 0 Larium 0 Mephaquine 0 001 @ 02721948 n 0000 | an antimalarial drug (trade name Larium and Mephaquine) that is effective in cases that do not respond to chloroquine; said to produce harmful neuropsychiatric effects on some people
-03743016 06 n 02 megalith 0 megalithic_structure 0 005 @ 03743902 n 0000 ;r 09275473 n 0000 + 03085394 a 0101 ~ 03220237 n 0000 ~ 03745571 n 0000 | memorial consisting of a very large stone forming part of a prehistoric structure (especially in western Europe)
-03743279 06 n 01 megaphone 0 001 @ 02676261 n 0000 | a cone-shaped acoustic device held to the mouth to intensify and direct the human voice
-03743422 06 n 01 megaton_bomb 0 002 @ 03834604 n 0000 @ 02866578 n 0000 | a nuclear weapon with an explosive power equivalent to one million tons of TNT
-03743577 06 n 02 melphalan 0 Alkeran 0 002 @ 02722458 n 0000 ;u 06845599 n 0201 | antineoplastic drug (trade name Alkeran) used to treat multiple myeloma and some other malignancies
-03743761 06 n 01 membrane 0 004 @ 04188643 n 0000 + 03085572 a 0101 ~ 03250279 n 0000 ~ 03432668 n 0000 | a thin pliable sheet of material
-03743902 06 n 02 memorial 0 monument 0 015 @ 04341686 n 0000 + 02864165 a 0201 + 00612042 v 0102 ~ 02892201 n 0000 ~ 02993194 n 0000 ~ 03455488 n 0000 ~i 03670456 n 0000 ~ 03743016 n 0000 ~ 03810952 n 0000 ~ 03884926 n 0000 ~i 04029125 n 0000 ~ 04178329 n 0000 ~i 04307106 n 0000 ~ 04486054 n 0000 ~i 04555101 n 0000 | a structure erected to commemorate persons or events
-03744276 06 n 06 memory 0 computer_memory 0 storage 1 computer_storage 0 store 3 memory_board 0 010 @ 03744840 n 0000 @ 03493333 n 0000 #p 03082979 n 0000 ~ 03829340 n 0000 ~ 04058239 n 0000 ~ 04059298 n 0000 %p 04071876 n 0000 ~ 04151228 n 0000 ~ 04537919 n 0000 ~ 04539876 n 0000 | an electronic memory device; "a memory and the CPU form the central part of a computer to which peripherals are attached"
-03744684 06 n 01 memory_chip 0 002 @ 03020034 n 0000 ~ 04058486 n 0000 | a RAM microchip that can be plugged into a computer to provide additional memory
-03744840 06 n 02 memory_device 0 storage_device 0 011 @ 03183080 n 0000 ~ 02676805 n 0000 ~ 02763306 n 0000 ~ 02911485 n 0000 ~ 03706653 n 0000 ~ 03708036 n 0000 ~ 03744276 n 0000 ~ 03851787 n 0000 ~ 04027504 n 0000 ~ 04063868 n 0000 ~ 04071876 n 0000 | a device that preserves information for retrieval
-03745146 06 n 03 menagerie 0 zoo 0 zoological_garden 0 001 @ 03315023 n 0000 | the facility where wild animals are housed for exhibition
-03745285 06 n 03 mend 0 patch 1 darn 0 003 @ 04179385 n 0000 + 00262703 v 0201 + 01590171 v 0201 | sewing that repairs a worn or torn hole (especially in a garment); "her stockings had several mends"
-03745487 06 n 01 mending 0 001 @ 03419014 n 0000 | garments that must be repaired
-03745571 06 n 02 menhir 0 standing_stone 0 001 @ 03743016 n 0000 | a tall upright megalith; found primarily in England and northern France
-03745712 06 n 01 meniscus 0 002 @ 04362025 n 0000 ;c 06090869 n 0000 | (physics) the curved upper surface of a nonturbulent liquid in a vertical tube
-03745864 06 n 01 meniscus 1 002 @ 03656484 n 0000 ;c 06100778 n 0000 | (optics) a lens that is concave on one side and convex on the other
-03746005 06 n 01 menorah 0 002 @ 02947818 n 0000 ;c 06232880 n 0000 | (Judaism) a candelabrum with nine branches; used during the Hanukkah festival
-03746155 06 n 01 Menorah 1 002 @ 02947818 n 0000 ;c 06232880 n 0000 | (Judaism) a candelabrum with seven branches used in ceremonies to symbolize the seven days of Creation
-03746330 06 n 01 man's_clothing 0 004 @ 03051540 n 0000 ~ 02752615 n 0000 ~ 02887489 n 0000 ~ 03237416 n 0000 | clothing that is designed for men to wear
-03746486 06 n 02 men's_room 0 men's 0 001 @ 04018667 n 0000 | a public toilet for men
-03746574 06 n 07 mental_hospital 0 psychiatric_hospital 0 mental_institution 0 institution 1 mental_home 0 insane_asylum 0 asylum 0 005 @ 03540595 n 0000 + 02749778 a 0401 + 02348568 v 0402 + 02348568 v 0403 ~ 02820798 n 0000 | a hospital for mentally incompetent or unbalanced person
-03746861 06 n 01 menthol 0 002 @ 03691128 n 0000 %s 14950394 n 0000 | a lotion containing menthol which gives it the smell of mint
-03746994 06 n 01 mentholated_salve 0 002 @ 03845550 n 0000 %s 14950394 n 0000 | a salve containing menthol
-03747103 06 n 03 meperidine 0 meperidine_hydrochloride 0 Demerol 0 002 @ 03808564 n 0000 ;u 06845599 n 0301 | a synthetic narcotic drug (trade name Demerol) used to treat pain
-03747281 06 n 02 mephenytoin 0 Mesantoin 0 002 @ 02718469 n 0000 ;u 06845599 n 0201 | a toxic anticonvulsant drug (trade name Mesantoin) used in the treatment of epilepsy when less toxic anticonvulsants have been ineffective
-03747508 06 n 02 mephobarbital 0 Mebaral 0 003 @ 02792049 n 0000 @ 02718469 n 0000 ;u 06845599 n 0201 | a long-acting crystalline barbiturate (trade name Mebaral) used as a sedative and as an anticonvulsant in the treatment of epilepsy
-03747746 06 n 04 meprobamate 0 Miltown 0 Equanil 0 Meprin 0 004 @ 03771443 n 0000 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 | a sedative and tranquilizer (trade name Miltown and Equanil and Meprin) used to treat muscle tension and anxiety
-03748002 06 n 02 merbromine 0 Mercurochrome 0 001 @ 02724207 n 0000 | a mercurial compound applied topically as an antiseptic; Mercurochrome is the trademark
-03748162 06 n 04 mercantile_establishment 0 retail_store 0 sales_outlet 0 outlet 1 009 @ 03953020 n 0000 ~ 03119203 n 0000 ~ 03176763 n 0000 ~ 03206405 n 0000 ~ 03722288 n 0000 %p 03748886 n 0000 ~ 03965456 n 0000 ~ 04202417 n 0000 ~ 04340019 n 0000 | a place of business for retailing goods
-03748456 06 n 02 mercaptopurine 0 Purinethol 0 003 @ 02722166 n 0000 @ 03562958 n 0000 ;u 06845599 n 0201 | a drug (trade name Purinethol) that interferes with the metabolism of purine and is used to treat acute lymphocytic leukemia
-03748691 06 n 02 Mercator_projection 0 Mercator's_projection 0 001 @ 03720443 n 0000 | a map projection of the earth onto a cylinder; areas appear greater the farther they are from the equator
-03748886 06 n 03 merchandise 0 ware 1 product 1 019 @ 03076708 n 0000 #p 03748162 n 0000 + 01621555 v 0301 + 02260362 v 0102 ~ 02964389 n 0000 ~ 03096273 n 0000 ~ 03325769 n 0000 ~ 03434428 n 0000 ~ 03586631 n 0000 ~ 03587050 n 0000 ~ 03671668 n 0000 ~ 03835412 n 0000 ~ 04068055 n 0000 ~ 04073208 n 0000 ~ 04145735 n 0000 ~ 04257533 n 0000 ~ 04321534 n 0000 ~ 04455442 n 0000 ~ 04611654 n 0000 | commodities offered for sale; "good business depends on having good merchandise"; "that store offers a variety of products"
-03749409 06 n 01 mercurial_ointment 0 001 @ 03845550 n 0000 | an ointment containing mercury
-03749504 06 n 01 mercury_barometer 0 001 @ 02794156 n 0000 | barometer that shows pressure by the height of a column of mercury
-03749634 06 n 01 mercury_cell 0 001 @ 04540761 n 0000 | a primary cell consisting of a zinc anode and a cathode of mercury oxide and an electrolyte of potassium hydroxide
-03749807 06 n 02 mercury_thermometer 0 mercury-in-glass_thermometer 0 004 @ 04421872 n 0000 ~ 02818687 n 0000 %p 02915480 n 0000 ~ 03043423 n 0000 | thermometer consisting of mercury contained in a bulb at the bottom of a graduated sealed glass capillary tube marked in degrees Celsius or Fahrenheit; mercury expands with a rise in temperature causing a thin thread of mercury to rise in the tube
-03750206 06 n 01 mercury-vapor_lamp 0 003 @ 04506994 n 0000 ~ 04032936 n 0000 ~ 04356772 n 0000 | ultraviolet lamp that emits a strong bluish light (rich in ultraviolet radiation) as electric current passes through mercury vapor
-03750437 06 n 01 mercy_seat 0 001 @ 03122748 n 0000 | the golden covering of the ark of the covenant
-03750540 06 n 01 mercy_seat 1 001 @ 04429376 n 0000 | the throne of God
-03750614 06 n 01 merlon 0 002 @ 04051825 n 0000 #p 02811936 n 0000 | a solid section between two crenels in a crenelated battlement
-03750748 06 n 01 Merrimac 0 001 @i 04530566 n 0000 | an ironclad vessel built by the Confederate forces in the hope of breaking the blockade imposed by the North
-03750912 06 n 02 mescaline 0 peyote 0 002 @ 03479647 n 0000 #s 11849467 n 0000 | the hallucinatory alkaloid that is the active agent in mescal buttons
-03751065 06 n 02 mess 0 mess_hall 0 005 @ 03200701 n 0000 ;c 08199025 n 0000 + 01176079 v 0101 ~ 03842276 n 0000 %p 07565458 n 0000 | a (large) military dining room where service personnel eat or relax
-03751269 06 n 03 mess_jacket 0 monkey_jacket 0 shell_jacket 0 001 @ 03589791 n 0000 | waist-length jacket tapering to a point at the back; worn by officers in the mess for formal dinners
-03751458 06 n 01 mess_kit 0 001 @ 03619396 n 0000 | kit containing a metal dish and eating utensils; used by soldiers and campers
-03751590 06 n 01 messuage 0 002 @ 03259505 n 0000 ;c 08441203 n 0000 | (law) a dwelling house and its adjacent buildings and the adjacent land used by the household
-03751757 06 n 01 metal_detector 0 001 @ 03180969 n 0000 | detector that gives a signal when it detects the presence of metal; used to detect the presence of stray bits of metal in food products or to find buried metal
-03751977 06 n 01 metallic 0 001 @ 04426788 n 0000 | a yarn made partly or entirely of metal
-03752071 06 n 01 metallic 1 001 @ 03309808 n 0000 | a fabric made of a yarn that is partly or entirely of metal
-03752185 06 n 01 metal_screw 0 001 @ 04153751 n 0000 | screw made of metal
-03752262 06 n 01 metalware 0 002 @ 04550840 n 0000 ~ 04449046 n 0000 | household articles made of metal (especially for use at table)
-03752398 06 n 01 metal_wood 0 001 @ 04597066 n 0000 | golf wood with a metal head instead of the traditional wooden head
-03752521 06 n 01 metalwork 0 001 @ 04599396 n 0000 | the metal parts of something; "there were bullet holes in the metalwork"
-03752649 06 n 02 metaproterenol 0 Alupent 0 002 @ 02905612 n 0000 ;u 06845599 n 0201 | a bronchodilator (trade name Alupent) used to treat asthma and emphysema and other lung conditions; available in oral or inhalant forms; side effects include tachycardia and shakiness
-03752922 06 n 01 meteorological_balloon 0 002 @ 02782093 n 0000 ~ 03938951 n 0000 | a small unmanned balloon set aloft to observe atmospheric conditions
-03753077 06 n 01 meter 0 019 @ 03733925 n 0000 + 00490586 v 0101 ~ 02702989 n 0000 ~ 03272810 n 0000 ~ 03276696 n 0000 ~ 03372933 n 0000 ~ 03413264 n 0000 ~ 03424489 n 0000 ~ 03708843 n 0000 ~ 03841143 n 0000 ~ 03842986 n 0000 ~ 03988758 n 0000 ~ 04042985 n 0000 ~ 04069166 n 0000 ~ 04273796 n 0000 ~ 04396335 n 0000 ~ 04541320 n 0000 ~ 04541475 n 0000 ~ 04561287 n 0000 | any of various measuring instruments for measuring a quantity
-03753514 06 n 02 meterstick 0 metrestick 0 001 @ 04118776 n 0000 | a rule one meter long (usually marked off in centimeters and millimeters)
-03753657 06 n 02 metformin 0 Glucophage 0 002 @ 02719105 n 0000 ;u 06845599 n 0201 | an antidiabetic drug (trade name Glucophage) prescribed to treat type II diabetes
-03753826 06 n 02 methacholine 0 Mecholyl 0 002 @ 03740161 n 0000 ;u 06851742 n 0201 | parasympathomimetic drug (trademark Mecholyl) that stimulates secretions and smooth muscle activity
-03754014 06 n 06 methadone 0 methadone_hydrochloride 0 methadon 0 dolophine_hydrochloride 0 fixer 0 synthetic_heroin 0 001 @ 03808564 n 0000 | synthetic narcotic drug similar to morphine but less habit-forming; used in narcotic detoxification and maintenance of heroin addiction
-03754295 06 n 0c methamphetamine 0 methamphetamine_hydrochloride 0 Methedrine 0 meth 0 deoxyephedrine 0 chalk 1 chicken_feed 0 crank 1 glass 1 ice 2 shabu 0 trash 0 002 @ 02704153 n 0000 @ 03097890 n 0000 | an amphetamine derivative (trade name Methedrine) used in the form of a crystalline hydrochloride; used as a stimulant to the nervous system and as an appetite suppressant
-03754676 06 n 01 methapyrilene 0 001 @ 02720725 n 0000 | antihistamine used to treat allergic responses (as rhinitis or dermatitis or pruritus)
-03754822 06 n 02 methaqualone 0 Quaalude 0 002 @ 04166841 n 0000 ;u 06845599 n 0201 | sedative-hypnotic drug (trade name Quaalude) that is a drug of abuse
-03754979 06 n 02 metharbital 0 Gemonil 0 002 @ 02718469 n 0000 ;u 06845599 n 0201 | anticonvulsant drug (trade name Gemonil) used in the treatment of epilepsy
-03755140 06 n 03 methenamine 0 Mandelamine 0 Urex 0 003 @ 02716205 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | antibacterial agent (trade names Mandelamine and Urex) that is contained in many products that are used to treat urinary infections
-03755388 06 n 01 methicillin 0 001 @ 03910033 n 0000 | antibiotic drug of the penicillin family used in the treatment of certain staphylococcal infections
-03755545 06 n 02 methocarbamol 0 Robaxin 0 002 @ 03800001 n 0000 ;u 06845599 n 0201 | muscle relaxant for skeletal muscles (trade name Robaxin) used to treat spasms
-03755712 06 n 03 methotrexate 0 methotrexate_sodium 0 amethopterin 0 002 @ 02722166 n 0000 @ 03562958 n 0000 | toxic antimetabolite that limits cellular reproduction by acting as an antagonist to folic acid; used to treat certain cancers and psoriasis and rheumatoid arthritis
-03755991 06 n 03 methyldopa 0 alpha_methyl_dopa 0 Aldomet 0 002 @ 02721160 n 0000 ;u 06845599 n 0301 | antihypertensive drug (trade name Aldomet) used in the treatment of high blood pressure
-03756184 06 n 02 methylenedioxymethamphetamine 0 MDMA 0 002 @ 03054098 n 0000 ~ 02678738 n 0000 | a stimulant drug that is chemically related to mescaline and amphetamine and is used illicitly for its euphoric and hallucinogenic effects; it was formerly used in psychotherapy but in 1985 it was declared illegal in the United States; "MDMA is often used at parties because it enables partygoers to remain active for long periods of time"
-03756624 06 n 02 methylphenidate 0 Ritalin 0 002 @ 04320126 n 0000 ;u 06845599 n 0201 | central nervous system stimulant (trade name Ritalin) used in the treatment of narcolepsy in adults and attention deficit disorder in children
-03756857 06 n 02 metoprolol 0 Lopressor 0 001 @ 02832168 n 0000 | beta blocker (trade name Lopressor) used in treating hypertension and angina and arrhythmia and acute myocardial infarction; has adverse side effects (depression and exacerbation of congestive heart failure etc.)
-03757138 06 n 05 metro 0 tube 1 underground 0 subway_system 0 subway 0 001 @ 04048568 n 0000 | an electric railway operating below the surface of the ground (usually in a city); "in Paris the subway system is called the `metro' and in London it is called the `tube' or the `underground'"
-03757428 06 n 02 metronidazole 0 Flagyl 0 002 @ 02723292 n 0000 ;u 06845599 n 0201 | antiprotozoal medication (trade name Flagyl) used to treat trichomoniasis and giardiasis
-03757604 06 n 01 metronome 0 001 @ 03909160 n 0000 | clicking pendulum indicates the exact tempo of a piece of music
-03757723 06 n 01 mews 0 002 @ 04334599 n 0000 ;r 08860123 n 0000 | street lined with buildings that were originally private stables but have been remodeled as dwellings; "she lives in a Chelsea mews"
-03757925 06 n 02 mexiletine 0 Mexitil 0 002 @ 02715941 n 0000 ;u 06845599 n 0201 | antiarrhythmic drug (trade name Mexitil) used to treat ventricular arrhythmias
-03758089 06 n 03 mezzanine 0 mezzanine_floor 0 entresol 0 001 @ 03365991 n 0000 | intermediate floor just above the ground floor
-03758220 06 n 02 mezzanine 1 first_balcony 0 002 @ 02777927 n 0000 %p 03687003 n 0000 | first or lowest balcony
-03758334 06 n 03 mezzo-relievo 0 mezzo-rilievo 0 half-relief 0 001 @ 04073669 n 0000 | a sculptural relief between low relief and high relief
-03758478 06 n 01 mezzotint 0 001 @ 04003597 n 0000 | print produced by an engraving that has been scraped to represent light or shade
-03758614 06 n 01 Mickey_Finn 0 002 @ 03627021 n 0000 ;u 07157273 n 0000 | slang term for knockout drops
-03758720 06 n 02 miconazole 0 Monistat 0 002 @ 02720201 n 0000 ;u 06845599 n 0201 | an antifungal agent usually administered in the form of a nitrate (trade name Monistat)
-03758894 06 n 01 microbalance 0 001 @ 02777100 n 0000 | balance for weighing very small objects
-03758992 06 n 01 microbrewery 0 001 @ 02897237 n 0000 | a small brewery; consumption of the product is mainly elsewhere
-03759114 06 n 01 microdot 0 001 @ 03925226 n 0000 | photograph reduced to the size of a dot (usually for purposes of security)
-03759243 06 n 01 microfiche 0 001 @ 03759432 n 0000 | small sheet of microfilm on which many pages of material have been photographed; a magnification system is used to read the material
-03759432 06 n 01 microfilm 0 003 @ 03338821 n 0000 + 01712450 v 0101 ~ 03759243 n 0000 | film on which materials are photographed at greatly reduced size; useful for storage; a magnification system is used to read the material
-03759661 06 n 03 micrometer 0 micrometer_gauge 0 micrometer_caliper 0 001 @ 02939866 n 0000 | caliper for measuring small distances
-03759795 06 n 01 Micronor 0 002 @ 03936895 n 0000 %s 14746417 n 0000 | trade name for and oral contraceptive containing the progestin compound norethindrone
-03759954 06 n 02 microphone 0 mike 0 006 @ 03274561 n 0000 ~ 02912440 n 0000 ~ 03087816 n 0000 ~ 03143572 n 0000 ~ 03205143 n 0000 ~ 04276929 n 0000 | device for converting sound waves into electrical energy
-03760164 06 n 01 microphotometer 0 001 @ 03175457 n 0000 | special kind of densitometer that measures density variations over a very small area
-03760310 06 n 01 microprocessor 0 002 @ 03020034 n 0000 #p 03918480 n 0000 | integrated circuit semiconductor chip that performs the bulk of the processing and controls the parts of a system; "a microprocessor functions as the central processing unit of a microcomputer"; "a disk drive contains a microprocessor to handle the internal functions of the drive"
-03760671 06 n 01 microscope 0 007 @ 03709206 n 0000 + 02918844 a 0101 + 02918844 a 0102 ~ 02711780 n 0000 %p 02943465 n 0000 ~ 03279508 n 0000 ~ 03667829 n 0000 | magnifier of the image of small objects; "the invention of the microscope led to the discovery of the cell"
-03760944 06 n 01 microtome 0 001 @ 04147495 n 0000 | scientific instrument that cuts thin slices of something for microscopic examination
-03761084 06 n 02 microwave 0 microwave_oven 0 002 @ 03620052 n 0000 + 00321936 v 0101 | kitchen appliance that cooks food by passing an electromagnetic wave through it; heat results from the absorption of energy by the water molecules in the food
-03761333 06 n 02 microwave_bomb 0 E-bomb 0 001 @ 02866578 n 0000 | a bomb that explodes in midair and releases a massive burst of electromagnetic energy sufficient to disable computers and telecommunications without killing people or damaging buildings
-03761588 06 n 01 microwave_diathermy_machine 0 001 @ 03189818 n 0000 | diathermy machine that uses microwave radiation as the source of heat
-03761731 06 n 01 microwave_linear_accelerator 0 001 @ 03671914 n 0000 | linear accelerator that uses microwaves
-03761845 06 n 02 midazolam 0 Versed 0 002 @ 02830852 n 0000 ;u 06845599 n 0201 | an injectable form of benzodiazepine (trade name Versed) useful for sedation and for reducing pain during uncomfortable medical procedures
-03762067 06 n 01 middling 0 001 @ 03076708 n 0000 | any commodity of intermediate quality or size (especially when coarse particles of ground wheat are mixed with bran)
-03762238 06 n 02 middy 0 middy_blouse 0 001 @ 02854926 n 0000 | blouse with a sailor collar
-03762332 06 n 02 midiron 0 two_iron 0 001 @ 03585073 n 0000 | long iron with a nearly vertical face
-03762434 06 n 01 mihrab 0 003 @ 04061969 n 0000 #p 03788195 n 0000 ;c 06234825 n 0000 | (Islam) a niche in the wall of a mosque that indicates the direction of Mecca
-03762602 06 n 01 mihrab 1 003 @ 03178782 n 0000 #p 03998194 n 0000 ;c 06234825 n 0000 | (Islam) a design in the shape of niche in a Muslim prayer rug; during worship the niche must be pointed toward Mecca
-03762809 06 n 02 mild_silver_protein 0 Argyrol 0 002 @ 02724207 n 0000 ;u 06845599 n 0201 | antiseptic consisting of a compound of protein and silver (trade name Argyrol)
-03762982 06 n 01 military_hospital 0 003 @ 03540595 n 0000 ;c 08199025 n 0000 ~ 03333349 n 0000 | hospital for soldiers and other military personnel
-03763133 06 n 01 military_installation 0 010 @ 03315023 n 0000 ;c 08199025 n 0000 ~ 02743207 n 0000 ~ 02798290 n 0000 ~ 03284120 n 0000 ~ 03504420 n 0000 ~ 03763403 n 0000 ~ 03812119 n 0000 ~ 04220344 n 0000 ~i 09123809 n 0000 | any facility servicing military forces
-03763403 06 n 02 military_post 0 post 1 005 @ 03763133 n 0000 ;c 08199025 n 0000 ~ 03420559 n 0000 %p 03763727 n 0000 ~ 03860741 n 0000 | military installation at which a body of troops is stationed; "this military post provides an important source of income for the town nearby"; "there is an officer's club on the post"
-03763727 06 n 01 military_quarters 0 008 @ 03679384 n 0000 #p 03763403 n 0000 ;c 08199025 n 0000 ;u 06295235 n 0000 ~ 02794779 n 0000 ~ 02944826 n 0000 ~ 03470222 n 0000 ~ 04550676 n 0000 | living quarters for personnel on a military post
-03763968 06 n 01 military_uniform 0 012 @ 04509592 n 0000 ;c 08199025 n 0000 ~ 02811719 n 0000 ~ 03239259 n 0000 ~ 03324928 n 0000 ~ 03402188 n 0000 ~ 03615563 n 0000 ~ 03846234 n 0000 ~ 04071393 n 0000 %p 04132465 n 0000 %p 04207473 n 0000 %p 04208065 n 0000 | prescribed identifying uniform for soldiers
-03764276 06 n 01 military_vehicle 0 014 @ 04524313 n 0000 ;c 08199025 n 0000 ~ 02937336 n 0000 ~ 03478589 n 0000 ~ 03549199 n 0000 ~ 03919096 n 0000 ~ 03930087 n 0000 ~ 04062807 n 0000 ~ 04389033 n 0000 ~ 04399269 n 0000 ~ 04487724 n 0000 ~ 04552348 n 0000 ~ 04552696 n 0000 ~ 04566561 n 0000 | vehicle used by the armed forces
-03764606 06 n 01 milk_bar 0 001 @ 04247736 n 0000 | snack bar that sells milk drinks and light refreshments (such as ice cream)
-03764736 06 n 01 milk_can 0 001 @ 02946921 n 0000 | large can for transporting milk
-03764822 06 n 01 milk_float 0 002 @ 04520170 n 0000 ;r 08860123 n 0000 | a van (typically powered by electricity) with an open side that is used to deliver milk to houses
-03764995 06 n 01 milking_machine 0 001 @ 03699975 n 0000 | machine consisting of a suction apparatus for milking cows mechanically
-03765128 06 n 01 milking_stool 0 001 @ 04326896 n 0000 | low three-legged stool with a half round seat; used to sit on while milking a cow
-03765269 06 n 01 milk_of_magnesia 0 001 @ 04025748 n 0000 | purgative consisting of a milky white liquid suspension of magnesium hydroxide; used as a laxative and (in smaller doses) as an antacid
-03765467 06 n 02 milk_wagon 0 milkwagon 0 001 @ 04543158 n 0000 | wagon for delivering milk
-03765561 06 n 03 mill 0 grinder 1 milling_machinery 0 014 @ 03701640 n 0000 + 00331082 v 0201 + 00332017 v 0101 ~ 03029812 n 0000 ~ 03063485 n 0000 ~ 03368048 n 0000 ~ 03460899 n 0000 ~ 03736064 n 0000 ~ 03914337 n 0000 ~ 04033801 n 0000 ~ 04275093 n 0000 ~ 04477219 n 0000 ~ 04561422 n 0000 ~ 04587559 n 0000 | machinery that processes materials by grinding or crushing
-03765934 06 n 01 milldam 0 001 @ 03160309 n 0000 | dam to make a millpond to provide power for a water mill
-03766044 06 n 02 miller 0 milling_machine 0 001 @ 04184435 n 0000 | machine tool in which metal that is secured to a carriage is fed against rotating cutters that shape it
-03766218 06 n 01 milliammeter 0 001 @ 02702989 n 0000 | a sensitive ammeter graduated in milliamperes
-03766322 06 n 02 millinery 0 woman's_hat 0 005 @ 03497657 n 0000 ~ 03028785 n 0000 ~ 03046029 n 0000 ~ 03931885 n 0000 ~ 03937835 n 0000 | hats for women; the wares sold by a milliner
-03766508 06 n 02 millinery 1 hat_shop 0 001 @ 04202417 n 0000 | shop selling women's hats
-03766600 06 n 01 milling 0 002 @ 03264136 n 0000 + 01457825 v 0101 | corrugated edge of a coin
-03766697 06 n 01 millivoltmeter 0 001 @ 04541320 n 0000 | sensitive voltmeter that can measure voltage in millivolts
-03766816 06 n 02 millrace 0 millrun 0 001 @ 03089014 n 0000 | a channel for the water current that turns a millwheel
-03766935 06 n 01 millstone 0 002 @ 04326084 n 0000 #p 03460899 n 0000 | one of a pair of heavy flat disk-shaped stones that are rotated against one another to grind the grain
-03767112 06 n 01 millstone 1 001 @ 03679986 n 0000 | any load that is difficult to carry
-03767203 06 n 02 millwheel 0 mill_wheel 0 003 @ 04563204 n 0000 #p 04561422 n 0000 %p 03873699 n 0000 | water wheel that is used to drive machinery in a mill
-03767363 06 n 01 millwork 0 001 @ 04598792 n 0000 | woodwork that has been machined at a mill
-03767459 06 n 05 mimeograph 0 mimeo 0 mimeograph_machine 0 Roneo 0 Roneograph 0 006 @ 03257586 n 0000 ;u 06851742 n 0501 + 01695459 v 0401 ;u 06851742 n 0401 + 01695257 v 0202 + 01695257 v 0101 | a rotary duplicator that uses a stencil through which ink is pressed (trade mark Roneo)
-03767745 06 n 01 minaret 0 002 @ 04460130 n 0000 #p 03788195 n 0000 | slender tower with balconies
-03767846 06 n 01 Minato_Ohashi_Bridge 0 002 @i 02953197 n 0000 #p 08924023 n 0000 | cantilever bridge at Osaka, Japan
-03767966 06 n 02 mincer 0 mincing_machine 0 002 @ 03621049 n 0000 + 01560583 v 0101 | a kitchen utensil that cuts or chops food (especially meat) into small pieces
-03768132 06 n 01 mine 0 004 @ 03305522 n 0000 + 01125724 v 0101 ~ 03365078 n 0000 ~ 03639675 n 0000 | explosive device that explodes on contact; designed to destroy vehicles or ships or to kill or maim personnel
-03768346 06 n 01 mine 1 013 @ 03302121 n 0000 #p 03070396 n 0000 + 01163620 v 0101 %p 02680512 n 0000 ~ 03056368 n 0000 ~ 03104147 n 0000 ~ 03445120 n 0000 %p 03768916 n 0000 ~ 04131610 n 0000 %p 04182514 n 0000 ~ 04220717 n 0000 ~ 04340231 n 0000 ~ 04353687 n 0000 | excavation in the earth from which ores and minerals are extracted
-03768683 06 n 01 mine_detector 0 001 @ 03180969 n 0000 | detector consisting of an electromagnetic device; used to locate explosive mines
-03768823 06 n 01 minelayer 0 001 @ 04194289 n 0000 | ship equipped for laying marine mines
-03768916 06 n 01 mineshaft 0 002 @ 03302121 n 0000 #p 03768346 n 0000 | excavation consisting of a vertical or sloping passageway for finding or mining ore or for ventilating a mine
-03769100 06 n 01 minesweeper 0 001 @ 04194289 n 0000 | ship equipped to detect and then destroy or neutralize or remove marine mines
-03769235 06 n 02 miniature 1 toy 1 003 @ 03104594 n 0000 + 00241496 v 0101 + 00241496 v 0102 | a copy that reproduces a person or thing in greatly reduced size
-03769397 06 n 02 miniature 2 illumination 0 004 @ 03876519 n 0000 ;c 15259284 n 0000 + 01683758 v 0201 + 10320106 n 0101 | painting or drawing included in a book (especially in illuminated medieval manuscripts)
-03769610 06 n 02 minibar 0 cellaret 0 001 @ 02912065 n 0000 | sideboard with compartments for holding bottles
-03769722 06 n 02 minibike 0 motorbike 0 002 @ 03790512 n 0000 ~ 03785016 n 0000 | small motorcycle with a low frame and small wheels and elevated handlebars
-03769881 06 n 01 minibus 0 001 @ 02924116 n 0000 | a light bus (4 to 10 passengers)
-03769967 06 n 01 minicab 0 003 @ 02930766 n 0000 @ 03770085 n 0000 ;r 08860123 n 0000 | a minicar used as a taxicab
-03770085 06 n 01 minicar 0 003 @ 02958343 n 0000 ;r 08860123 n 0000 ~ 03769967 n 0000 | a car that is even smaller than a subcompact car
-03770224 06 n 01 minicomputer 0 001 @ 03196324 n 0000 | a digital computer of medium size
-03770316 06 n 01 ministry 0 001 @ 02913152 n 0000 | building where the business of a government department is transacted
-03770439 06 n 02 miniskirt 0 mini 0 001 @ 04230808 n 0000 | a very short skirt
-03770520 06 n 02 minisub 0 minisubmarine 0 001 @ 04348359 n 0000 | submersible vessel for one or two persons; for naval operations or underwater exploration
-03770679 06 n 01 minivan 0 002 @ 03896419 n 0000 @ 02958343 n 0000 | a small box-shaped passenger van; usually has removable seats; used as a family car
-03770834 06 n 01 miniver 0 001 @ 04484160 n 0000 | trimming on ceremonial robes consisting of white or light grey fur
-03770954 06 n 02 mink 0 mink_coat 0 001 @ 03404251 n 0000 | fur coat made from the soft lustrous fur of minks
-03771066 06 n 02 minocycline 0 Minocin 0 002 @ 04416530 n 0000 ;u 06845599 n 0201 | tetracycline antibiotic (trade name Minocin) used to treat a variety of bacterial and rickettsial infections
-03771261 06 n 01 minor_suit 0 004 @ 04351233 n 0000 ;c 00490569 n 0000 %m 03053788 n 0000 %m 03187972 n 0000 | ( bridge) a suit of inferior scoring value, either diamonds or clubs
-03771443 06 n 06 minor_tranquilizer 0 minor_tranquillizer 0 minor_tranquilliser 0 antianxiety_drug 0 anxiolytic 0 anxiolytic_drug 0 009 @ 04470232 n 0000 + 02631594 a 0501 ~ 02830852 n 0000 ~ 02926044 n 0000 ~ 03371363 n 0000 ~ 03554131 n 0000 ~ 03747746 n 0000 ~ 03867675 n 0000 ~ 03918297 n 0000 | a tranquilizer used to relieve anxiety and reduce tension and irritability
-03771820 06 n 03 minoxidil 0 Loniten 0 Rogaine 0 001 @ 04522904 n 0000 | a vasodilator (trade name Loniten) used to treat severe hypertension; one side effect is hirsutism so it is also sold (trade name Rogaine) as a treatment for male-patterned baldness
-03772077 06 n 01 minster 0 004 @ 02984061 n 0000 #p 03781244 n 0000 ;r 08860123 n 0000 ~i 08876435 n 0000 | any of certain cathedrals and large churches; originally connected to a monastery
-03772269 06 n 01 mint 0 003 @ 03956922 n 0000 + 01639105 v 0101 ~i 04510456 n 0000 | a plant where money is coined by authority of the government
-03772417 06 n 01 minute_gun 0 002 @ 03467984 n 0000 ;c 08199025 n 0000 | (military) gun that is discharged once every minute (usually as part of a military funeral)
-03772584 06 n 02 minute_hand 0 big_hand 0 001 @ 03482523 n 0000 | points to the minutes
-03772674 06 n 01 Minuteman 0 001 @ 03578251 n 0000 | a strategic weapon system using a guided missile of intercontinental range; missiles are equipped with nuclear warheads and dispersed in hardened silos
-03772881 06 n 04 miotic_drug 0 myotic_drug 0 miotic 0 myotic 0 001 @ 03247620 n 0000 | a drug that causes miosis (constriction of the pupil of the eye)
-03773035 06 n 01 mirror 0 008 @ 04069276 n 0000 + 02766925 v 0101 ~ 02965783 n 0000 ~ 03015851 n 0000 ~ 03485198 n 0000 ~ 03688832 n 0000 ~ 03934311 n 0000 ~ 04273433 n 0000 | polished surface that forms images by reflecting light
-03773268 06 n 03 mise_en_scene 0 stage_setting 0 setting 1 004 @ 04296562 n 0000 %p 03359755 n 0000 %p 04012260 n 0000 %p 04297476 n 0000 | arrangement of scenery and properties to represent the place where a play or movie is enacted
-03773504 06 n 01 missile 1 010 @ 04099429 n 0000 @ 04565375 n 0000 ~ 02693413 n 0000 ~ 02693540 n 0000 ~ 02781338 n 0000 ~ 03466162 n 0000 ~ 03509843 n 0000 %p 03830835 n 0000 ~ 04215910 n 0000 %p 04520784 n 0000 | a rocket carrying a warhead of conventional or nuclear explosives; may be ballistic or directed by remote control
-03773835 06 n 02 missile_defense_system 0 missile_defence_system 0 001 @ 03812924 n 0000 | naval weaponry providing a defense system
-03773970 06 n 02 miter 0 mitre 0 003 @ 03502509 n 0000 + 03019709 a 0101 + 02263958 v 0101 | a liturgical headdress worn by bishops on formal occasions
-03774124 06 n 02 miter 1 mitre 1 002 @ 04362025 n 0000 + 01584199 v 0101 | the surface of a beveled end of a piece where a miter joint is made; "he covered the miter with glue before making the joint"
-03774327 06 n 02 miter_box 0 mitre_box 0 001 @ 03489162 n 0000 | hand tool for guiding handsaws in making crosscuts or miter joints
-03774461 06 n 04 miter_joint 0 mitre_joint 0 miter 2 mitre 2 002 @ 03600977 n 0000 + 01291707 v 0301 | joint that forms a corner; usually both sides are bevelled at a 45-degree angle to form a 90-degree corner
-03774673 06 n 02 mithramycin 0 Mithracin 0 002 @ 02722997 n 0000 ;u 06845599 n 0201 | an antineoplastic drug (trade name Mithracin) used to treat cancer of the testes
-03774842 06 n 02 mitomycin 0 Mutamycin 0 002 @ 02716866 n 0000 ;u 06845599 n 0201 | a complex of antibiotic substances obtained from a streptomyces bacterium; one form (trade name Mutamycin) shows promise as an anticancer drug
-03775071 06 n 01 mitten 0 001 @ 03441112 n 0000 | glove that encases the thumb separately and the other four fingers together
-03775199 06 n 01 mixer 0 006 @ 03621049 n 0000 + 00394813 v 0103 ~ 02850732 n 0000 ~ 03266371 n 0000 ~ 03272940 n 0000 ~ 04578934 n 0000 | a kitchen utensil that is used for mixing foods
-03775388 06 n 01 mixer 1 002 @ 03278248 n 0000 + 00556193 v 0101 | electronic equipment that mixes two or more input signals to give a single output signal
-03775546 06 n 01 mixing_bowl 0 001 @ 02880940 n 0000 | bowl used with an electric mixer
-03775636 06 n 01 mixing_faucet 0 001 @ 03325088 n 0000 | single faucet for separate hot and cold water pipes
-03775747 06 n 02 mizzen 1 mizen 1 001 @ 03381776 n 0000 | fore-and-aft sail set on the mizzenmast
-03775847 06 n 04 mizzenmast 0 mizenmast 0 mizzen 0 mizen 0 001 @ 03726760 n 0000 | third mast from the bow in a vessel having three or more masts; the after and shorter mast of a yawl, ketch, or dandy
-03776050 06 n 02 moat 0 fosse 0 001 @ 04478657 n 0000 | ditch dug as a fortification and usually filled with water
-03776167 06 n 01 mobcap 0 001 @ 02954340 n 0000 | large high frilly cap with a full crown; formerly worn indoors by women
-03776291 06 n 01 mobile 0 002 @ 04157320 n 0000 ! 04294041 n 0101 | sculpture suspended in midair whose delicately balanced parts can be set in motion by air currents
-03776460 06 n 02 mobile_home 0 manufactured_home 0 002 @ 04467099 n 0000 @ 03546340 n 0000 | a large house trailer that can be connected to utilities and can be parked in one place and used as permanent housing
-03776673 06 n 01 Mobius_strip 0 001 @ 04362025 n 0000 | a continuous closed surface with only one side; formed from a rectangular strip by rotating one end 180 degrees and joining it with the other end
-03776877 06 n 02 moccasin 0 mocassin 0 001 @ 04199027 n 0000 | soft leather shoe; originally worn by Native Americans
-03776997 06 n 01 mock-up 0 001 @ 03777283 n 0000 | full-scale working model of something built for study or testing or display
-03777126 06 n 01 mod_con 0 002 @ 02729965 n 0000 ;r 08860123 n 0000 | modern convenience; the appliances and conveniences characteristic of a modern house
-03777283 06 n 02 model 0 simulation 0 010 @ 04076846 n 0000 + 01697406 v 0101 + 01697027 v 0101 + 01743784 v 0101 ~ 03335600 n 0000 ~ 03440512 n 0000 ~ 03776997 n 0000 ~ 03955809 n 0000 ~ 04062989 n 0000 ~ 04112921 n 0000 | representation of something (sometimes on a smaller scale)
-03777568 06 n 01 Model_T 0 002 @ 02958343 n 0000 ;u 06851742 n 0000 | the first widely available automobile powered by a gasoline engine; mass-produced by Henry Ford from 1908 to 1927
-03777754 06 n 01 modem 0 002 @ 03278248 n 0000 ~ 02676670 n 0000 | (from a combination of MOdulate and DEModulate) electronic equipment consisting of a device used to connect computers by a telephone line
-03777961 06 n 01 modernism 0 003 @ 03434943 n 0000 + 00972902 a 0103 + 10326643 n 0101 | genre of art and literature that makes a self-conscious break with previous genres
-03778135 06 n 01 Modicon 0 003 @ 03936895 n 0000 %s 14746417 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norethindrone
-03778302 06 n 01 modification 0 002 @ 03104594 n 0000 + 00169806 v 0101 | slightly modified copy; not an exact copy; "a modification of last year's model"
-03778459 06 n 01 modillion 0 002 @ 02888569 n 0000 ;c 06123363 n 0000 | (architecture) one of a set of ornamental brackets under a cornice
-03778600 06 n 01 module 0 005 @ 03081021 n 0000 #p 04377057 n 0000 + 02296415 a 0101 ~ 02972182 n 0000 ~ 03995746 n 0000 | a self-contained component (unit or item) that is used in combination with other components
-03778817 06 n 01 module 1 003 @ 03084420 n 0000 ;c 03082979 n 0000 + 02296415 a 0101 | computer circuit consisting of an assembly of electronic components (as of computer hardware)
-03779000 06 n 01 module 2 003 @ 03079741 n 0000 #p 04264914 n 0000 ~ 03075946 n 0000 | detachable compartment of a spacecraft
-03779128 06 n 01 mohair 0 001 @ 03309808 n 0000 | fabric made with yarn made from the silky hair of the Angora goat
-03779246 06 n 02 moire 0 watered-silk 0 002 @ 03309808 n 0000 + 01789359 a 0101 | silk fabric with a wavy surface pattern
-03779370 06 n 03 mold 0 mould 0 cast 3 007 @ 03094503 n 0000 + 01662771 v 0102 + 01697027 v 0102 ~ 03384535 n 0000 ~ 03730655 n 0000 ~ 03935116 n 0000 ~ 04134523 n 0000 | container into which liquid is poured to create a given shape when it hardens
-03779621 06 n 06 mold 2 mould 2 molding 2 moulding 2 modeling 0 clay_sculpture 0 008 @ 04157320 n 0000 + 01697027 v 0501 + 01662771 v 0403 + 01662771 v 0302 + 01662771 v 0203 + 01697027 v 0203 + 01662771 v 0102 + 01697027 v 0102 | sculpture produced by molding
-03779884 06 n 02 moldboard 0 mouldboard 0 002 @ 04569520 n 0000 #p 03780047 n 0000 | wedge formed by the curved part of a steel plow blade that turns the furrow
-03780047 06 n 02 moldboard_plow 0 mouldboard_plough 0 006 @ 03967562 n 0000 %p 03073384 n 0000 %p 03640456 n 0000 ~ 03677766 n 0000 %p 03779884 n 0000 %p 03967788 n 0000 | plow that has a moldboard
-03780247 06 n 03 molding 0 moulding 0 border 1 002 @ 03264542 n 0000 #p 03931765 n 0000 | a decorative recessed or relieved surface on an edge
-03780392 06 n 02 molding 1 moulding 1 017 @ 03169390 n 0000 ~ 02713835 n 0000 ~ 02734994 n 0000 ~ 02800354 n 0000 ~ 02815237 n 0000 ~ 02987706 n 0000 ~ 03090598 n 0000 ~ 03111177 n 0000 ~ 03156990 n 0000 ~ 03266195 n 0000 ~ 03448491 n 0000 ~ 03866721 n 0000 ~ 04035634 n 0000 ~ 04087290 n 0000 ~ 04347004 n 0000 ~ 04361801 n 0000 ~ 04458299 n 0000 | a decorative strip used for ornamentation or finishing
-03780799 06 n 01 moleskin 0 001 @ 03309808 n 0000 | a durable cotton fabric with a velvety nap
-03780896 06 n 02 molindone 0 Moban 0 002 @ 03713736 n 0000 ;u 06845599 n 0201 | antipsychotic drug (trade name Moban) used in the treatment of schizophrenia
-03781055 06 n 03 Molotov_cocktail 0 petrol_bomb 0 gasoline_bomb 0 001 @ 03565565 n 0000 | a crude incendiary bomb made of a bottle filled with flammable liquid and fitted with a rag wick
-03781244 06 n 01 monastery 0 008 @ 04073948 n 0000 ~ 02667379 n 0000 %p 02991555 n 0000 ~ 03010057 n 0000 ~ 03396580 n 0000 ~ 03635032 n 0000 %p 03772077 n 0000 %p 04155889 n 0000 | the residence of a religious community
-03781467 06 n 01 monastic_habit 0 002 @ 03473966 n 0000 %p 04143492 n 0000 | a long loose habit worn by monks in a monastery
-03781594 06 n 01 moneybag 0 001 @ 03235796 n 0000 | a drawstring bag for holding money
-03781683 06 n 01 money_belt 0 001 @ 02827606 n 0000 | belt with a concealed section for holding money
-03781787 06 n 01 monitor 0 004 @ 03278248 n 0000 + 02163301 v 0101 ~ 02962938 n 0000 ~ 03278914 n 0000 | a piece of electronic equipment that keeps track of the operation of a system continuously and warns of trouble
-03782006 06 n 01 monitor 1 003 @ 03278248 n 0000 #p 04404412 n 0000 ~ 04405762 n 0000 | electronic equipment that is used to check the quality or content of electronic transmissions
-03782190 06 n 02 monitor 2 monitoring_device 0 004 @ 03211117 n 0000 #p 03082979 n 0000 ~ 03085219 n 0000 %p 03857828 n 0000 | display produced by a device that takes signals and displays them on a television screen or a computer monitor
-03782430 06 n 01 Monitor 3 001 @i 04530566 n 0000 | an ironclad vessel built by Federal forces to do battle with the Merrimac
-03782558 06 n 01 monkey_bridge 0 001 @ 03961939 n 0000 | a high narrow platform above a deck or in an engine room or boiler room
-03782689 06 n 01 monkey_ladder 0 001 @ 03632277 n 0000 | a light ladder to the monkey bridge on a ship
-03782794 06 n 02 monkey-wrench 0 monkey_wrench 0 001 @ 02680754 n 0000 | adjustable wrench that has one fixed and one adjustable jaw
-03782929 06 n 01 monk's_cloth 0 001 @ 03309808 n 0000 | a heavy cloth in basket weave
-03783017 06 n 02 monoamine_oxidase_inhibitor 0 MAOI 0 005 @ 02718811 n 0000 ~ 03584526 n 0000 ~ 03587442 n 0000 ~ 03921749 n 0000 ~ 04474317 n 0000 | any of a group of antidepressant drugs that inhibit the action of monoamine oxidase in the brain and so allow monoamines to accumulate
-03783304 06 n 01 monochrome 1 002 @ 03876519 n 0000 + 00398816 a 0102 | painting done in a range of tones of a single color
-03783430 06 n 02 monocle 0 eyeglass 0 001 @ 03656484 n 0000 | lens for correcting defective vision in one eye; held in place by facial muscles
-03783575 06 n 02 monofocal_lens_implant 0 monofocal_IOL 0 001 @ 03657239 n 0000 | a lens with a single focus that is used after cataract surgery to provide clear distance vision
-03783755 06 n 01 monolith 0 001 @ 04326084 n 0000 | a single great stone (often in the form of a column or obelisk)
-03783873 06 n 01 monoplane 0 001 @ 02691156 n 0000 | an airplane with a single wing
-03783959 06 n 01 monopoly_board 0 001 @ 02857023 n 0000 | a board used for playing monopoly
-03784053 06 n 01 monorail 0 001 @ 04048568 n 0000 | a railway having a single track
-03784139 06 n 01 monotype 0 001 @ 04504770 n 0000 | a typesetting machine operated from a keyboard that sets separate characters
-03784270 06 n 02 monstrance 0 ostensorium 0 002 @ 04531098 n 0000 ;c 08083599 n 0000 | (Roman Catholic Church) a vessel (usually of gold or silver) in which the consecrated Host is exposed for adoration
-03784475 06 n 02 mooring 0 mooring_line 0 004 @ 03670849 n 0000 ;c 02858304 n 0000 + 01305099 v 0101 ~ 03503358 n 0000 | (nautical) a line that holds an object (especially a boat) in place
-03784666 06 n 01 mooring_anchor 0 001 @ 02709367 n 0000 | an anchor used to hold a mooring buoy or a channel marker in place
-03784793 06 n 02 mooring_tower 0 mooring_mast 0 001 @ 04460130 n 0000 | a tower for mooring airships
-03784896 06 n 02 Moorish_arch 0 horseshoe_arch 0 001 @ 04113765 n 0000 | a round arch that widens before rounding off
-03785016 06 n 01 moped 0 001 @ 03769722 n 0000 | a motorbike that can be pedaled or driven by a low-powered gasoline engine
-03785142 06 n 01 mop_handle 0 002 @ 03485997 n 0000 #p 04367480 n 0000 | the handle of a mop
-03785237 06 n 01 moquette 0 001 @ 03309808 n 0000 | a thick velvety synthetic fabric used for carpets and soft upholstery
-03785361 06 n 01 moreen 0 001 @ 03309808 n 0000 | a heavy fabric of wool (or wool and cotton) used mostly in upholstery or for curtains
-03785499 06 n 03 morgue 0 mortuary 0 dead_room 0 005 @ 02913152 n 0000 + 02950471 a 0201 + 02950371 a 0201 ~ 03130233 n 0000 ~ 03402941 n 0000 | a building (or room) where dead bodies are kept before burial or cremation
-03785721 06 n 02 morion 0 cabasset 0 001 @ 03513376 n 0000 | a metal helmet worn by common soldiers in the 16th century
-03785843 06 n 01 morning-after_pill 0 001 @ 03096593 n 0000 | a large dose of estrogen taken orally within 24 to 72 hours after intercourse; prevents implantation of a fertilized ovum and so acts as a contraceptive; commonly used after rape or incest
-03786096 06 n 01 morning_dress 0 001 @ 03236735 n 0000 | a woman's informal dress for housework
-03786194 06 n 01 morning_dress 1 002 @ 02756098 n 0000 %p 04368496 n 0000 | formal attire for men during the daytime
-03786313 06 n 01 morning_room 0 001 @ 03679712 n 0000 | a sitting room used during the daylight hours
-03786417 06 n 02 morphine 0 morphia 0 003 @ 03850746 n 0000 @ 02707683 n 0000 ~ 02727660 n 0000 | an alkaloid narcotic drug extracted from opium; a powerful, habit-forming narcotic used to relieve pain
-03786621 06 n 01 Morris_chair 0 001 @ 02738535 n 0000 | an armchair with an adjustable back
-03786715 06 n 03 mortar 0 howitzer 0 trench_mortar 0 001 @ 03517982 n 0000 | a muzzle-loading high-angle gun with a short barrel that fires shells at high elevations for a short range
-03786901 06 n 01 mortar 1 001 @ 04531098 n 0000 | a bowl-shaped vessel in which substances can be ground and mixed with a pestle
-03787032 06 n 01 mortarboard 0 002 @ 02954340 n 0000 #p 02669534 n 0000 | an academic cap with a flat square with a tassel on top
-03787164 06 n 02 mortarboard 1 hawk 0 001 @ 02856463 n 0000 | a square board with a handle underneath; used by masons to hold or carry mortar
-03787308 06 n 02 mortise 0 mortice 0 006 @ 03526198 n 0000 #p 03787523 n 0000 + 01293644 v 0201 + 01293782 v 0202 + 01293644 v 0102 + 01293782 v 0101 | a square hole made to receive a tenon and so to form a joint
-03787523 06 n 02 mortise_joint 0 mortise-and-tenon_joint 0 005 @ 03600977 n 0000 ~ 03228967 n 0000 %p 03787308 n 0000 %p 04409911 n 0000 ~ 04451139 n 0000 | a joint made by inserting tenon on one piece into mortise holes in the other
-03787759 06 n 01 mosaic 0 002 @ 02743547 n 0000 %p 04414909 n 0000 | art consisting of a design made of small pieces of colored stone or glass
-03787904 06 n 03 mosaic 1 arial_mosaic 0 photomosaic 0 001 @ 03925226 n 0000 | arrangement of aerial photographs forming a composite picture
-03788047 06 n 01 mosaic 2 002 @ 04470953 n 0000 #p 04404997 n 0000 | transducer formed by the light-sensitive surface on a television camera tube
-03788195 06 n 01 mosque 0 004 @ 03953416 n 0000 ;c 06234825 n 0000 %p 03762434 n 0000 %p 03767745 n 0000 | (Islam) a Muslim place of worship that usually has a minaret
-03788365 06 n 01 mosquito_net 0 001 @ 04151581 n 0000 | a fine net or screen (especially around beds) to protect against mosquitos
-03788498 06 n 01 motel 0 003 @ 03790755 n 0000 ;u 06288527 n 0000 %p 03788601 n 0000 | a motor hotel
-03788601 06 n 01 motel_room 0 002 @ 02821627 n 0000 #p 03788498 n 0000 | a sleeping room in a motel
-03788703 06 n 02 mothball 0 camphor_ball 0 004 @ 13899404 n 0000 + 02281641 v 0101 %s 14790979 n 0000 %s 14958564 n 0000 | a small sphere of camphor or naphthalene used to keep moths away from stored clothing
-03788914 06 n 02 Mother_Hubbard 0 muumuu 0 001 @ 03236735 n 0000 | a woman's loose unbelted dress
-03789014 06 n 02 motif 0 motive 0 001 @ 03178782 n 0000 | a design or figure that consists of recurring shapes or colors, as in architecture or decoration
-03789171 06 n 03 motion-picture_camera 0 movie_camera 0 cine-camera 0 002 @ 02942699 n 0000 ~ 04261638 n 0000 | a camera that takes a sequence of photographs that can give the illusion of motion when viewed in rapid succession
-03789400 06 n 03 motion-picture_film 0 movie_film 0 cine-film 0 002 @ 03338821 n 0000 ~ 04261868 n 0000 | photographic film several hundred feet long and wound on a spool; to be used in a movie camera
-03789603 06 n 01 motley 0 004 @ 03309808 n 0000 #s 03789794 n 0000 + 00398978 a 0101 + 00284669 v 0101 | a multicolored woolen fabric woven of mixed threads in 14th to 17th century England
-03789794 06 n 01 motley 1 003 @ 03419014 n 0000 + 00398978 a 0101 %s 03789603 n 0000 | a garment made of motley (especially a court jester's costume)
-03789946 06 n 01 motor 0 009 @ 03699975 n 0000 + 00324481 a 0102 + 02226013 v 0101 + 00480751 v 0103 + 01930117 v 0102 ~ 03273061 n 0000 ~ 03287733 n 0000 ~ 04315444 n 0000 + 02226172 v 0101 | machine that converts other forms of energy into mechanical energy and so imparts motion
-03790230 06 n 02 motorboat 0 powerboat 0 010 @ 02858304 n 0000 + 01945277 v 0101 ~ 02932891 n 0000 %p 03512911 n 0000 %p 03579982 n 0000 ~ 03647423 n 0000 ~ 03859170 n 0000 ~ 04273569 n 0000 ~ 04562122 n 0000 %p 04590553 n 0000 | a boat propelled by an internal-combustion engine
-03790512 06 n 02 motorcycle 0 bike 2 008 @ 03791235 n 0000 + 01935476 v 0203 + 01936048 v 0102 %p 03616428 n 0000 %p 03616763 n 0000 ~ 03769722 n 0000 %p 03796605 n 0000 ~ 04466871 n 0000 | a motor vehicle with two wheels and a strong frame
-03790755 06 n 05 motor_hotel 0 motor_inn 0 motor_lodge 0 tourist_court 0 court 3 002 @ 03542333 n 0000 ~ 03788498 n 0000 | a hotel for motorists; provides direct access from rooms to parking area
-03790953 06 n 01 motorized_wheelchair 0 001 @ 04576002 n 0000 | a wheelchair propelled by a motor
-03791053 06 n 02 motor_scooter 0 scooter 1 002 @ 04576211 n 0000 + 02061495 v 0203 | a wheeled vehicle with small wheels and a low-powered gasoline engine geared to the rear wheel
-03791235 06 n 02 motor_vehicle 0 automotive_vehicle 0 037 @ 04170037 n 0000 -c 02053631 a 0000 %p 02685701 n 0000 ~ 02704792 n 0000 ~ 02854630 n 0000 %p 02863426 n 0000 %p 02891188 n 0000 %p 02931148 n 0000 ~ 02958343 n 0000 %p 02974003 n 0000 %p 03010473 n 0000 %p 03103128 n 0000 ~ 03221643 n 0000 %p 03243625 n 0000 %p 03270165 n 0000 ~ 03389761 n 0000 %p 03401721 n 0000 %p 03432129 n 0000 ~ 03444034 n 0000 ~ 03445924 n 0000 %p 03483637 n 0000 ~ 03506880 n 0000 %p 03579982 n 0000 ~ 03790512 n 0000 %p 03841143 n 0000 %p 03903424 n 0000 %p 03995018 n 0000 %p 04164529 n 0000 ~ 04252225 n 0000 %p 04273796 n 0000 -c 04313220 n 0000 %p 04366116 n 0000 ~ 04490091 n 0000 %p 04590553 n 0000 %p 04590746 n 0000 -c 04807626 n 0000 -c 07317369 n 0000 | a self-propelled wheeled vehicle that does not run on rails
-03792048 06 n 02 mound 0 hill 1 007 @ 04341686 n 0000 + 01660640 v 0201 + 01660386 v 0101 ~ 02791385 n 0000 ~ 02922292 n 0000 ~ 03282060 n 0000 ~ 04251701 n 0000 | structure consisting of an artificial heap or bank usually of earth or stones; "they built small mounds to hide behind"
-03792334 06 n 03 mound 1 hill 0 pitcher's_mound 0 004 @ 02799897 n 0000 #p 02799593 n 0000 ;c 00471613 n 0000 + 01660640 v 0201 | (baseball) the slight elevation on which the pitcher stands
-03792526 06 n 02 mount 1 setting 0 004 @ 03793186 n 0000 + 01607445 v 0201 + 00407633 v 0101 ~ 03900393 n 0000 | a mounting consisting of a piece of metal (as in a ring or other jewelry) that holds a gem in place; "the diamond was in a plain gold mount"
-03792782 06 n 03 mountain_bike 0 all-terrain_bike 0 off-roader 0 001 @ 02834778 n 0000 | a bicycle with a sturdy frame and fat tires; originally designed for riding in mountainous country
-03792972 06 n 01 mountain_tent 0 001 @ 04411264 n 0000 | a lightweight tent with a floor; flaps close with a zipper
-03793090 06 n 01 mountain_trail 0 001 @ 04466613 n 0000 | a trail through mountainous country
-03793186 06 n 01 mounting 0 007 @ 03391770 n 0000 + 00407633 v 0101 ~ 03010656 n 0000 %p 03069919 n 0000 ~ 03728318 n 0000 ~ 03792526 n 0000 ~ 03896526 n 0000 | framework used for support or display
-03793387 06 n 01 mourning_ring 0 001 @ 04092609 n 0000 | a ring worn as a memorial to a dead person
-03793489 06 n 02 mouse 0 computer_mouse 0 003 @ 03277771 n 0000 + 01212115 v 0101 %p 03793850 n 0000 | a hand-operated electronic device that controls the coordinates of a cursor on your computer screen as you move it around on a pad; on the bottom of the device is a ball that rolls on the surface of the pad; "a mouse takes much more room than a trackball"
-03793850 06 n 01 mouse_button 0 002 @ 04027023 n 0000 #p 03793489 n 0000 | a push button on the mouse
-03793954 06 n 01 mouse-tooth_forceps 0 002 @ 03381231 n 0000 ;u 06295235 n 0000 | a type of forceps
-03794056 06 n 01 mousetrap 0 001 @ 04474466 n 0000 | a trap for catching mice
-03794136 06 n 03 mousse 0 hair_mousse 0 hair_gel 0 002 @ 04447443 n 0000 + 00039950 v 0101 | toiletry consisting of an aerosol foam used in hair styling
-03794291 06 n 01 mousseline_de_sole 0 001 @ 03309808 n 0000 | a gauze-like fabric of silk or rayon
-03794392 06 n 01 mouth 0 003 @ 03848729 n 0000 #p 03593526 n 0000 #p 02876657 n 0000 | the opening of a jar or bottle; "the jar had a wide mouth"
-03794540 06 n 01 mouth_hole 0 002 @ 03526198 n 0000 #p 04229816 n 0000 | a hole (as in a ski mask) for the mouth
-03794655 06 n 02 mousepad 0 mouse_mat 0 001 @ 03728131 n 0000 | a small portable pad that provides traction for the ball of a computer mouse
-03794798 06 n 02 mouthpiece 0 embouchure 0 002 @ 02727016 n 0000 #p 04586932 n 0000 | the aperture of a wind instrument into which the player blows directly
-03794957 06 n 01 mouthpiece 1 003 @ 04493505 n 0000 #p 03945167 n 0000 #p 03031152 n 0000 | the tube of a pipe or cigarette holder that a smoker holds in the mouth
-03795123 06 n 01 mouthpiece 2 002 @ 02676261 n 0000 #p 04401088 n 0000 | an acoustic device; the part of a telephone into which a person speaks
-03795269 06 n 02 mouthpiece 3 gumshield 0 002 @ 04285146 n 0000 ;c 00445802 n 0000 | (especially boxing) equipment that protects an athlete's mouth
-03795419 06 n 01 mouthpiece 4 002 @ 02727016 n 0000 #p 04080833 n 0000 | a part that goes over or into the mouth of a person; "the mouthpiece of a respirator"
-03795580 06 n 01 movable_barrier 0 005 @ 02796623 n 0000 ~ 03016209 n 0000 ~ 03221720 n 0000 ~ 03427296 n 0000 ~ 03498536 n 0000 | a barrier that can be moved to allow passage
-03795758 06 n 01 movement 0 003 @ 02677718 n 0000 #p 04555897 n 0000 #p 03046257 n 0000 | the driving and regulating parts of a mechanism (as of a watch or clock); "it was an expensive watch with a diamond movement"
-03795976 06 n 03 movie_projector 0 cine_projector 0 film_projector 0 003 @ 04009552 n 0000 ~ 02842133 n 0000 %p 03637027 n 0000 | projects successive frames from a reel of film to create moving pictures
-03796181 06 n 01 moving-coil_galvanometer 0 002 @ 03413264 n 0000 ~ 02781213 n 0000 | a galvanometer that is operated by the force exerted by an electric current flowing in a movable coil suspended in a magnetic field
-03796401 06 n 01 moving_van 0 002 @ 04520170 n 0000 ~ 03884639 n 0000 | a van used for moving home or office furniture
-03796522 06 n 01 mud_brick 0 001 @ 02897820 n 0000 | a brick made from baked mud
-03796605 06 n 03 mudguard 0 splash_guard 0 splash-guard 0 003 @ 03327841 n 0000 #p 03790512 n 0000 #p 02834778 n 0000 | a curved piece above the wheel of a bicycle or motorcycle to protect the rider from water or mud thrown up by the wheels
-03796848 06 n 01 mudhif 0 001 @ 03547054 n 0000 | a reed hut in the marshlands of Iraq; rare since the marshes were drained
-03796974 06 n 01 muff 0 001 @ 03490324 n 0000 | a warm tubular covering for the hands
-03797062 06 n 01 muffle 0 001 @ 03617095 n 0000 | a kiln with an inner chamber for firing things at a low temperature
-03797182 06 n 01 muffler 0 001 @ 04143897 n 0000 | a scarf worn around the neck
-03797264 06 n 01 mufti 0 001 @ 03036469 n 0000 | civilian dress worn by a person who is entitled to wear a military uniform
-03797390 06 n 01 mug 0 005 @ 03241496 n 0000 ~ 02824058 n 0000 ~ 03063599 n 0000 %p 03485997 n 0000 ~ 04443766 n 0000 | with handle and usually cylindrical
-03797548 06 n 02 mug_shot 0 mugshot 0 002 @ 03925226 n 0000 #m 06511396 n 0000 | a photograph of someone's face (especially one made for police records)
-03797703 06 n 01 mukataa 0 002 @ 03504723 n 0000 ;c 06988057 n 0000 | an Arabic word for headquarters or administrative center; "Arafat was holed up in the mukataa of his West Bank compound"
-03797896 06 n 01 mulch 0 002 @ 04014297 n 0000 + 01234379 v 0101 | a protective covering of rotting vegetable matter spread to reduce evaporation and soil erosion
-03798061 06 n 02 mule 0 scuff 0 001 @ 04241394 n 0000 | a slipper that has no fitting around the heel
-03798165 06 n 01 muller 1 002 @ 04531098 n 0000 + 02196540 v 0101 | a vessel in which wine is mulled
-03798268 06 n 01 mullion 0 002 @ 04339291 n 0000 #p 04587648 n 0000 | a nonstructural vertical strip between the casements or panes of a window (or the panels of a screen)
-03798442 06 n 01 multichannel_recorder 0 001 @ 04063373 n 0000 | a recorder with two or more channels; makes continuous records of two or more signals simultaneously
-03798610 06 n 02 multiengine_airplane 0 multiengine_plane 0 001 @ 02691156 n 0000 | a plane with two or more engines
-03798729 06 n 02 multifocal_lens_implant 0 multifocal_IOL 0 001 @ 03657239 n 0000 | a type of lens implant that contains several rings with a common center and adjusts for near or far vision; the eye is in focus for near and far vision simultaneously
-03798982 06 n 01 multiplex 0 001 @ 03032252 n 0000 | a movie theater than has several different auditoriums in the same building
-03799113 06 n 01 multiplexer 0 002 @ 03277771 n 0000 ~ 03164192 n 0000 | a device that can interleave two or more activities
-03799240 06 n 01 multiprocessor 0 001 @ 03196324 n 0000 | a computer that uses two or more processing units under integrated control
-03799375 06 n 02 multistage_rocket 0 step_rocket 0 002 @ 04099429 n 0000 %p 02872333 n 0000 | a rocket having two or more rocket engines (each with its own fuel) that are fired in succession and jettisoned when the fuel is exhausted
-03799610 06 n 03 munition 2 ordnance 0 ordnance_store 0 001 @ 02738031 n 0000 | military supplies
-03799710 06 n 02 mural 0 wall_painting 0 004 @ 03876519 n 0000 + 02879424 a 0101 + 10338498 n 0101 ~ 03395630 n 0000 | a painting that is applied to a wall surface
-03799876 06 n 01 Murphy_bed 0 001 @ 02818832 n 0000 | a bed that can be folded or swung into a cabinet when not being used
-03800001 06 n 01 muscle_relaxant 0 009 @ 04072811 n 0000 ~ 02830852 n 0000 ~ 03155334 n 0000 ~ 03755545 n 0000 ~ 03856148 n 0000 ~ 03886237 n 0000 ~ 04007510 n 0000 ~ 04349526 n 0000 ~ 14859622 n 0000 | a drug that reduces muscle contractility by blocking the transmission of nerve impulses or by decreasing the excitability of the motor end plate or by other actions
-03800371 06 n 02 musette 0 shepherd's_pipe 2 001 @ 02775483 n 0000 | a small bagpipe formerly popular in France
-03800485 06 n 01 musette_pipe 0 001 @ 03838899 n 0000 | a small simple oboe
-03800563 06 n 01 museum 0 004 @ 03177349 n 0000 ~i 03475118 n 0000 ~i 03692942 n 0000 ~ 04147364 n 0000 | a depository for collecting and displaying objects having scientific or historical or artistic value
-03800772 06 n 01 mushroom_anchor 0 001 @ 02709367 n 0000 | an anchor used for semipermanent moorings; has a bowl-shaped head that will dig in however it falls
-03800933 06 n 02 musical_instrument 0 instrument 1 015 @ 03183080 n 0000 + 02825770 a 0201 + 10340312 n 0202 + 01707925 v 0201 + 01707925 v 0202 ~ 02795978 n 0000 ~ 02803349 n 0000 ~ 02940706 n 0000 ~ 03279153 n 0000 ~ 03597916 n 0000 ~ 03614532 n 0000 ~ 03801353 n 0000 ~ 03915437 n 0000 ~ 04338517 n 0000 ~ 04586932 n 0000 | any of various devices or contrivances that can be used to produce musical tones or sounds
-03801353 06 n 02 music_box 0 musical_box 0 001 @ 03800933 n 0000 | produces music by means of pins on a revolving cylinder that strike the tuned teeth of a comb-like metal plate
-03801533 06 n 03 music_hall 0 vaudeville_theater 0 vaudeville_theatre 0 001 @ 04417809 n 0000 | a theater in which vaudeville is staged
-03801671 06 n 01 music_school 0 001 @ 03092314 n 0000 | a school specializing in music
-03801760 06 n 02 music_stand 0 music_rack 0 001 @ 04038440 n 0000 | a light stand for holding sheets of printed music
-03801880 06 n 02 music_stool 0 piano_stool 0 001 @ 04326896 n 0000 | a stool for piano players; usually adjustable in height
-03802007 06 n 01 musket 0 006 @ 03803116 n 0000 + 10341446 n 0101 ~ 02856237 n 0000 ~ 03147084 n 0000 ~ 03408264 n 0000 ~ 03729482 n 0000 | a muzzle-loading shoulder gun with a long barrel; formerly used by infantrymen
-03802228 06 n 02 musket_ball 0 ball 3 001 @ 04205759 n 0000 | a solid projectile that is shot by a musket; "they had to carry a ramrod as well as powder and ball"
-03802393 06 n 01 muslin 0 003 @ 03309808 n 0000 ~ 03805933 n 0000 ~ 03854421 n 0000 | plain-woven cotton fabric
-03802507 06 n 01 musnud 0 002 @ 04429376 n 0000 %p 03409806 n 0000 | a seat with a cushion that is used as a throne by Indian princes
-03802643 06 n 02 mustache_cup 0 moustache_cup 0 001 @ 03147509 n 0000 | a drinking cup with a bar inside the rim to keep a man's mustache out of the drink
-03802800 06 n 02 mustard_plaster 0 sinapism 0 001 @ 03993403 n 0000 | a plaster containing powdered black mustard; applied to the skin as a counterirritant or rubefacient
-03802973 06 n 01 mute 0 003 @ 02676261 n 0000 + 02191311 v 0102 ~ 04264050 n 0000 | a device used to soften the tone of a musical instrument
-03803116 06 n 01 muzzle_loader 0 004 @ 03343853 n 0000 ~ 02742070 n 0000 ~ 03363749 n 0000 ~ 03802007 n 0000 | an obsolete firearm that was loaded through the muzzle
-03803284 06 n 01 muzzle 2 002 @ 04081844 n 0000 + 02340897 v 0101 | a leather or wire restraint that fits over an animal's snout (especially a dog's nose and jaws) and prevents it from eating or biting
-03803488 06 n 01 mycomycin 0 001 @ 02716866 n 0000 | a highly unsaturated antibiotic acid obtained from an actinomycete
-03803610 06 n 02 mydriatic 0 mydriatic_drug 0 002 @ 03247620 n 0000 ~ 02754756 n 0000 | a drug that causes the pupil of the eye to dilate; used to aid eye examinations
-03803780 06 n 01 myelogram 0 001 @ 04100620 n 0000 | X-ray film of the spinal cord and spinal nerve roots and subarachnoid space
-03803911 06 n 01 mystification 0 003 @ 00021939 n 0000 + 00622384 v 0106 + 00518653 v 0101 | something designed to mystify or bewilder
-03804048 06 n 02 nabumetone 0 Relafen 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14926294 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Relafen)
-03804211 06 n 01 nacelle 0 001 @ 03285912 n 0000 | a streamlined enclosure for an aircraft engine
-03804311 06 n 02 nadolol 0 Corgard 0 002 @ 02832168 n 0000 ;u 06845599 n 0201 | a beta-adrenergic blocking agent (trade name Corgard) that is used to treat hypertension and angina
-03804493 06 n 02 nafcillin 0 Nafcil 0 001 @ 03910417 n 0000 | a penicillinase-resistant form of penicillin (trade name Nafcil) used (usually in the form of its sodium salt) to treat infections caused by penicillin-resistant strains of staphylococci
-03804744 06 n 01 nail 0 018 @ 03323703 n 0000 + 01357831 v 0101 ~ 02888817 n 0000 %p 03042829 n 0000 ~ 03052917 n 0000 ~ 03223441 n 0000 ~ 03267256 n 0000 ~ 03388466 n 0000 %p 03501288 n 0000 ~ 03523849 n 0000 %p 03805374 n 0000 %p 04184095 n 0000 ~ 04225337 n 0000 ~ 04275904 n 0000 ~ 04303258 n 0000 ~ 04343272 n 0000 ~ 04383130 n 0000 ~ 04410485 n 0000 | a thin pointed piece of metal that is hammered into materials as a fastener
-03805180 06 n 01 nailbrush 0 001 @ 02908217 n 0000 | a brush used to clean a person's fingernails
-03805280 06 n 01 nailfile 0 001 @ 03336839 n 0000 | a small flat file for shaping the nails
-03805374 06 n 01 nailhead 0 002 @ 03626115 n 0000 #p 03804744 n 0000 | flattened boss on the end of nail opposite to the point
-03805503 06 n 01 nailhead 1 001 @ 03169390 n 0000 | something resembling the head of a nail that is used as an ornamental device
-03805634 06 n 01 nail_hole 0 001 @ 03526198 n 0000 | a hole left after a nail is removed
-03805725 06 n 03 nail_polish 0 nail_enamel 0 nail_varnish 0 002 @ 03113152 n 0000 @ 03284743 n 0000 | a cosmetic lacquer that dries quickly and that is applied to the nails to color them or make them shiny
-03805933 06 n 01 nainsook 0 001 @ 03802393 n 0000 | a soft lightweight muslin used especially for babies
-03806040 06 n 02 nalidixic_acid 0 NegGram 0 001 @ 02716205 n 0000 | antibacterial agent used especially to treat genitourinary infections
-03806180 06 n 02 nalorphine 0 Nalline 0 001 @ 03808977 n 0000 | a narcotic antagonist (trade name Nalline) that counteracts the effects of narcotics (especially the effects of poisoning by morphine)
-03806381 06 n 02 naloxone 0 Narcan 0 002 @ 03808977 n 0000 ;u 06845599 n 0201 | a potent narcotic antagonist (trade name Narcan) especially effective with morphine
-03806547 06 n 01 naltrexone 0 001 @ 03808977 n 0000 | an oral antagonist against the action of opiates
-03806652 06 n 01 nameplate 0 002 @ 03959936 n 0000 ~ 03223553 n 0000 | a plate bearing a name
-03806748 06 n 02 NAND_circuit 0 NAND_gate 0 001 @ 03427656 n 0000 | a logic gate that produces an output that is the inverse of the output of an AND gate
-03806904 06 n 01 nankeen 0 001 @ 03309808 n 0000 | a durable fabric formerly loomed by hand in China from natural cotton having a yellowish color
-03807052 06 n 03 naphazoline 0 Privine 0 Sudafed 0 004 @ 04522421 n 0000 @ 03809939 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | vasoconstrictor (trade names Privine and Sudafed) used in nasal sprays to treat symptoms of nasal congestion and in eyedrops to treat eye irritation
-03807334 06 n 02 Napier's_bones 0 Napier's_rods 0 002 @ 02938886 n 0000 ;u 06295235 n 0000 | a set of graduated rods formerly used to do multiplication and division by a method invented by John Napier
-03807537 06 n 03 napkin 0 table_napkin 0 serviette 0 004 @ 04380617 n 0000 ~ 02834295 n 0000 ~ 03201895 n 0000 ~ 04397949 n 0000 | a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing
-03807780 06 n 01 napkin_ring 0 001 @ 03533972 n 0000 | a circular band used to hold a particular person's napkin
-03807895 06 n 02 naproxen 0 Naprosyn 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Naprosyn) used in the treatment of arthritis and musculoskeletal inflammation and moderate pain
-03808144 06 n 04 naproxen_sodium 0 Aleve 0 Anaprox 0 Aflaxen 0 005 @ 03828465 n 0000 ;u 06851742 n 0401 ;u 06851742 n 0301 ;u 06851742 n 0201 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory drug (trademarks Aleve and Anaprox and Aflaxen) that fights pain and inflammation
-03808424 06 n 01 narcoleptic 0 002 @ 04260934 n 0000 + 02767110 a 0101 | a soporific drug that produces an uncontrollable desire to sleep
-03808564 06 n 01 narcotic 0 014 @ 03247620 n 0000 + 02308840 a 0101 + 00085506 v 0101 ~ 03492717 n 0000 ~ 03747103 n 0000 ~ 03754014 n 0000 ~ 03850746 n 0000 ~ 03850966 n 0000 ~ 04064988 n 0000 ~ 04256993 n 0000 -c 09956035 n 0000 -c 10629142 n 0000 -c 14062725 n 0000 -c 14064408 n 0000 | a drug that produces numbness or stupor; often taken for pleasure or to reduce pain; extensive use can lead to addiction
-03808977 06 n 01 narcotic_antagonist 0 004 @ 02714883 n 0000 ~ 03806180 n 0000 ~ 03806381 n 0000 ~ 03806547 n 0000 | an antagonist used to counteract the effects of narcotics (especially to counteract the depression of respiration)
-03809211 06 n 02 nard 0 spikenard 0 001 @ 03128519 n 0000 | an aromatic ointment used in antiquity
-03809312 06 n 03 narrowbody_aircraft 0 narrow-body_aircraft 0 narrow-body 0 001 @ 02690373 n 0000 | a commercial airliner with a single aisle
-03809456 06 n 01 narrow_gauge 0 002 @ 04048075 n 0000 @ 05130028 n 0000 | a railroad track (or its width) narrower than the standard 56.5 inches
-03809603 06 n 01 narrow_wale 0 001 @ 03106722 n 0000 | corduroy with narrow ribs
-03809686 06 n 01 narthex 1 002 @ 02715513 n 0000 #p 03028079 n 0000 | a vestibule leading to the nave of a church
-03809802 06 n 01 narthex 2 002 @ 03986704 n 0000 #p 02801184 n 0000 | portico at the west end of an early Christian basilica or church
-03809939 06 n 01 nasal_decongestant 0 004 @ 03169271 n 0000 ~ 02677232 n 0000 ~ 03199142 n 0000 ~ 03807052 n 0000 | a decongestant that provides temporary relief of nasal symptoms of the common cold and rhinitis and upper respiratory infections
-03810186 06 n 02 National_Association_of_Securities_Dealers_Automated_Quotations 0 NASDAQ 0 001 @i 03164344 n 0000 | a computerized data system to provide brokers with price quotations for securities traded over the counter
-03810412 06 n 01 nasotracheal_tube 0 001 @ 03286878 n 0000 | a tube inserted into the trachea through the nose and pharynx; used to deliver oxygen
-03810561 06 n 01 National_Baseball_Hall_of_Fame 0 002 @i 03479266 n 0000 #p 09118639 n 0000 | a Hall of Fame and museum in Cooperstown, New York, honoring great baseball players
-03810741 06 n 03 National_Library_of_Medicine 0 United_States_National_Library_of_Medicine 0 U.S._National_Library_of_Medicine 0 002 @i 03661043 n 0000 #p 08134081 n 0000 | the world's largest medical library
-03810952 06 n 01 national_monument 0 001 @ 03743902 n 0000 | memorial consisting of a structure or natural landmark of historic interest; set aside by national government for preservation and public enjoyment
-03811163 06 n 02 naumachy 0 naumachia 0 001 @ 04271891 n 0000 | a naval spectacle; a mock sea battle put on by the ancient Romans
-03811295 06 n 03 nautilus 0 nuclear_submarine 0 nuclear-powered_submarine 0 001 @ 04347754 n 0000 | a submarine that is propelled by nuclear power
-03811444 06 n 01 navigational_system 0 003 @ 04377057 n 0000 ~ 03440216 n 0000 ~ 03846970 n 0000 | a system that provides information useful in determining the position and course of a ship or aircraft
-03811648 06 n 03 naval_chart 0 navigational_chart 0 pilot_chart 0 001 @ 03009920 n 0000 | a chart for a navigator showing the prevailing meteorological and hydrographic and navigational conditions
-03811847 06 n 01 naval_equipment 0 003 @ 03294048 n 0000 ~ 03812382 n 0000 ~ 04196080 n 0000 | equipment for a navy
-03811965 06 n 01 naval_gun 0 003 @ 03812924 n 0000 #p 04552696 n 0000 ~ 04316815 n 0000 | naval weaponry consisting of a large gun carried on a warship
-03812119 06 n 02 naval_installation 0 shore_station 0 002 @ 03763133 n 0000 ;c 08199025 n 0000 | military installation servicing naval forces
-03812263 06 n 01 naval_missile 0 001 @ 03812924 n 0000 | naval weaponry consisting of a missile carried on a warship
-03812382 06 n 01 naval_radar 0 004 @ 03811847 n 0000 ~ 02692680 n 0000 ~ 03344784 n 0000 ~ 04362972 n 0000 | naval equipment consisting of a shipboard radar
-03812541 06 n 02 Naval_Research_Laboratory 0 NRL 0 002 @i 08337324 n 0000 #p 08191987 n 0000 | the United States Navy's defense laboratory that conducts basic and applied research for the Navy in a variety of scientific and technical disciplines
-03812789 06 n 01 naval_tactical_data_system 0 001 @ 04196080 n 0000 | a shipboard system for collecting and displaying tactical data
-03812924 06 n 01 naval_weaponry 0 005 @ 04566257 n 0000 ~ 03344935 n 0000 ~ 03773835 n 0000 ~ 03811965 n 0000 ~ 03812263 n 0000 | weaponry for warships
-03813078 06 n 01 nave 0 002 @ 02735688 n 0000 #p 03028079 n 0000 | the central area of a church
-03813176 06 n 01 navigational_instrument 0 006 @ 03574816 n 0000 ~ 02745611 n 0000 ~ 03080497 n 0000 ~ 03178000 n 0000 ~ 03566730 n 0000 ~ 04259771 n 0000 | an instrument used for navigating
-03813369 06 n 01 navigation_light 0 002 @ 03665366 n 0000 #p 02691156 n 0000 | light on an airplane that indicates the plane's position and orientation; red light on the left (port) wing tip and green light on the right (starboard) wing tip
-03813612 06 n 01 navy_base 0 001 @ 02798290 n 0000 | base of operations for a naval fleet
-03813704 06 n 02 navy_yard 0 naval_shipyard 0 003 @ 04197235 n 0000 ;c 08199025 n 0000 ~i 03009477 n 0000 | a military shipyard
-03813834 06 n 01 nearside 0 002 @ 04213626 n 0000 ;r 08860123 n 0000 | the side of a vehicle nearest the kerb
-03813946 06 n 01 nebuchadnezzar 0 001 @ 04591713 n 0000 | a very large wine bottle holding the equivalent of 20 normal bottles of wine; used especially for display
-03814112 06 n 02 neck 0 neck_opening 0 005 @ 03848729 n 0000 #p 03419014 n 0000 %p 03068181 n 0000 ~ 03815278 n 0000 ~ 04539535 n 0000 | an opening in a garment for the neck of the wearer; a part of the garment near the wearer's neck
-03814348 06 n 01 neck 1 001 @ 03892891 n 0000 | a narrow part of an artifact that resembles a neck in position or form; "the banjo had a long neck"; "the bottle had a wide neck"
-03814528 06 n 01 neckband 2 002 @ 02784732 n 0000 #p 04370048 n 0000 | a band around the collar of a garment
-03814639 06 n 01 neck_brace 0 001 @ 02887209 n 0000 | a brace worn to steady the neck
-03814727 06 n 02 neckcloth 0 stock 3 001 @ 03128085 n 0000 | an ornamental white cravat
-03814817 06 n 01 neckerchief 0 001 @ 03610992 n 0000 | a kerchief worn around the neck
-03814906 06 n 01 necklace 0 005 @ 03597469 n 0000 ~ 02999757 n 0000 ~ 03000021 n 0000 ~ 03024882 n 0000 %p 03908831 n 0000 | jewelry consisting of a cord or chain (often bearing gems) worn about the neck as an ornament (especially by women)
-03815149 06 n 01 necklet 0 001 @ 03169390 n 0000 | decoration worn about the neck (fur piece or tight necklace) as an ornament
-03815278 06 n 01 neckline 0 006 @ 03814112 n 0000 #p 03236735 n 0000 #p 02854926 n 0000 #p 04370048 n 0000 ~ 03131431 n 0000 ~ 03169176 n 0000 | the line formed by the edge of a garment around the neck
-03815482 06 n 01 neckpiece 0 003 @ 03051540 n 0000 ~ 03068998 n 0000 ~ 03406759 n 0000 | an article of apparel worn about the neck
-03815615 06 n 02 necktie 0 tie 1 008 @ 03816005 n 0000 + 00141632 v 0201 ~ 02865351 n 0000 ~ 02883205 n 0000 ~ 03388323 n 0000 ~ 03845990 n 0000 ~ 04339191 n 0000 ~ 04591157 n 0000 | neckwear consisting of a long narrow piece of material worn (mostly by men) under a collar and tied in knot at the front; "he stood in front of the mirror tightening his necktie"; "he wore a vest and tie"
-03816005 06 n 01 neckwear 0 003 @ 03419014 n 0000 ~ 03128085 n 0000 ~ 03815615 n 0000 | articles of clothing worn about the neck
-03816136 06 n 01 needle 0 010 @ 03563967 n 0000 + 01331027 v 0101 ~ 03133050 n 0000 ~ 03252422 n 0000 %p 03308297 n 0000 ~ 03555564 n 0000 ~ 03625646 n 0000 ~ 03872167 n 0000 %p 03974215 n 0000 ~ 04180063 n 0000 | a sharp pointed implement (usually steel)
-03816394 06 n 01 needle 1 001 @ 03975232 n 0000 | a slender pointer for indicating the reading on the scale of a measuring instrument
-03816530 06 n 01 needlenose_pliers 0 002 @ 03966976 n 0000 ;u 06295235 n 0000 | small pliers with long thin jaws for fine work
-03816659 06 n 02 needlepoint 0 needlepoint_embroidery 0 003 @ 03282933 n 0000 ~ 03462211 n 0000 ~ 03920087 n 0000 | embroidery consisting of allover embroidered canvas resembling tapestry
-03816849 06 n 02 needlework 0 needlecraft 0 006 @ 03129123 n 0000 ~ 03132879 n 0000 ~ 03282933 n 0000 ~ 03624966 n 0000 ~ 04179385 n 0000 ~ 04395495 n 0000 | a creation created or assembled by needle and thread
-03817062 06 n 02 nefazodone 0 Serzone 0 002 @ 02718811 n 0000 ;u 06845599 n 0201 | an antidepressant drug (trade name Serzone)
-03817191 06 n 01 negative 0 001 @ 03338821 n 0000 | a piece of photographic film showing an image with light and shade or colors reversed
-03817331 06 n 03 negative_magnetic_pole 0 negative_pole 0 south-seeking_pole 0 001 @ 03976960 n 0000 | the pole of a magnet that points toward the south when the magnet is suspended freely
-03817522 06 n 01 negative_pole 1 001 @ 04413151 n 0000 | the terminal of a battery that is connected to the negative plate
-03817647 06 n 05 negligee 0 neglige 0 peignoir 0 wrapper 1 housecoat 0 004 @ 04596852 n 0000 + 01283208 v 0401 ~ 02908123 n 0000 ~ 02944075 n 0000 | a loose dressing gown for women
-03817830 06 n 02 nelfinavir 0 Viracept 0 001 @ 04013993 n 0000 | a protease inhibitor (trade name Viracept) used in treating HIV usually in combination with other drugs
-03818001 06 n 01 neolith 0 001 @ 04451818 n 0000 | a stone tool from the Neolithic Age
-03818090 06 n 03 neomycin 0 fradicin 0 Neobiotic 0 003 @ 02716866 n 0000 @ 02724207 n 0000 ;u 06845599 n 0301 | an antibiotic obtained from an actinomycete and used (as a sulphate under the trade name Neobiotic) as an intestinal antiseptic in surgery
-03818343 06 n 03 neon_lamp 0 neon_induction_lamp 0 neon_tube 0 001 @ 03636248 n 0000 | a lamp consisting of a small gas-discharge tube containing neon at low pressure; luminescence is produced by the action of currents at high frequencies that are wrapped a few turns around the tube
-03818629 06 n 01 Neosporin 0 001 @ 02716205 n 0000 | trade name for a topical drug containing several antibacterials; used as an ointment for skin irritations and in the form of eyedrops for minor eye infections
-03818843 06 n 02 neostigmine 0 Prostigmin 0 002 @ 02718084 n 0000 ;u 06845599 n 0201 | a cholinergic drug (trade name Prostigmin) used to treat some ophthalmic conditions and to treat myasthenia gravis
-03819047 06 n 01 nephoscope 0 001 @ 03733925 n 0000 | a measuring instrument that uses a grid for measuring the altitude, direction, and velocity of movement of clouds
-03819217 06 n 01 nest 0 001 @ 03469031 n 0000 | a kind of gun emplacement; "a machine-gun nest"; "a nest of snipers"
-03819336 06 n 01 nest 1 002 @ 03405725 n 0000 + 01529766 v 0101 | furniture pieces made to fit close together
-03819448 06 n 01 nest_egg 0 001 @ 03183080 n 0000 | device consisting of an artificial egg left in a nest to induce hens to lay their eggs in it
-03819595 06 n 05 net 0 network 0 mesh 0 meshing 1 meshwork 0 014 @ 03309808 n 0000 + 01463340 v 0302 + 01672168 v 0102 %p 02768433 n 0000 ~ 03016609 n 0000 ~ 03429914 n 0000 ~ 03475961 n 0000 ~ 04078150 n 0000 ~ 04127117 n 0000 ~ 04139534 n 0000 ~ 04250692 n 0000 ~ 04268142 n 0000 ~ 04496614 n 0000 ~ 04595762 n 0000 | an open fabric of string or rope or wire woven together at regular intervals
-03819994 06 n 01 net 2 004 @ 04474466 n 0000 + 01365945 v 0101 ~ 02889332 n 0000 ~ 03352628 n 0000 | a trap made of netting to catch fish or birds or insects
-03820154 06 n 01 net 3 002 @ 03414162 n 0000 ~ 04540255 n 0000 | game equipment consisting of a strip of netting dividing the playing area in tennis or badminton
-03820318 06 n 01 net 4 004 @ 03442756 n 0000 ;c 00478262 n 0000 ;c 00467995 n 0000 ~ 02936921 n 0000 | a goal lined with netting (as in soccer or hockey)
-03820474 06 n 01 network 1 002 @ 03077958 n 0000 ;c 06276697 n 0000 | (broadcasting) a communication system consisting of a group of broadcasting stations that all transmit the same programs; "the networks compete to broadcast important sports events"
-03820728 06 n 02 network 2 electronic_network 0 005 @ 04377057 n 0000 ;c 06099269 n 0000 ~ 03085333 n 0000 ~ 03261395 n 0000 ~ 04358491 n 0000 | (electronics) a system of interconnected electronic components or circuits
-03820950 06 n 01 network 3 004 @ 04377057 n 0000 ~ 04078002 n 0000 ~ 04082886 n 0000 ~ 04083113 n 0000 | a system of intersecting lines or channels; "a railroad network"; "a network of canals"
-03821145 06 n 01 neutron_bomb 0 001 @ 02753044 n 0000 | atom bomb that produces lethal neutrons with less blast
-03821259 06 n 02 nevirapine 0 Viramune 0 001 @ 03828155 n 0000 | a non-nucleoside reverse transcriptase inhibitor (trade name Viramune) used to treat AIDS and HIV
-03821424 06 n 01 newel 0 001 @ 03073977 n 0000 | the central pillar of a circular staircase
-03821518 06 n 02 newel_post 0 newel 2 001 @ 03988170 n 0000 | the post at the top or bottom of a flight of stairs; it supports the handrail
-03821660 06 n 01 Newgate 0 002 @i 04005630 n 0000 #p 08873622 n 0000 | a former prison in London notorious for its unsanitary conditions and burnt down in riots in 1780; a new prison was built on the same spot but was torn down in 1902
-03821898 06 n 01 newmarket 0 001 @ 03057021 n 0000 | a long close-fitting coat worn for riding in the 19th century
-03822015 06 n 01 New_River_Gorge_Bridge 0 002 @i 04311004 n 0000 #p 09156095 n 0000 | a steel arch bridge across New River at Fayetteville, West Virginia
-03822171 06 n 02 newspaper 0 paper 0 001 @ 04007894 n 0000 | the physical object that is the product of a newspaper publisher; "when it began to rain he covered his head with a newspaper"
-03822361 06 n 01 newsroom 0 001 @ 04058096 n 0000 | a reading room (in a library or club) where newspapers and other periodicals can be read
-03822504 06 n 01 newsroom 1 001 @ 03841666 n 0000 | an office in which news is processed by a newspaper or news agency or television or radio station
-03822656 06 n 01 newsstand 0 001 @ 04299215 n 0000 | a stall where newspapers and other periodicals are sold
-03822767 06 n 02 Newtonian_telescope 0 Newtonian_reflector 0 001 @ 04068601 n 0000 | reflecting telescope in which the image is viewed through an eyepiece perpendicular to main axis
-03822951 06 n 04 New_York_Stock_Exchange 0 N._Y._Stock_Exchange 0 NYSE 0 big_board 1 002 @i 04323026 n 0000 %p 02837134 n 0000 | a stock exchange in New York
-03823111 06 n 02 nib 0 pen_nib 0 002 @ 03974215 n 0000 #p 03906997 n 0000 | the writing point of a pen
-03823216 06 n 02 niblick 0 nine_iron 0 001 @ 03585073 n 0000 | an iron with considerable loft
-03823312 06 n 02 nicad 0 nickel-cadmium_accumulator 0 001 @ 04328329 n 0000 | a rechargeable battery with a nickel cathode and a cadmium anode; often used in emergency systems because of its low discharge rate when not in use
-03823540 06 n 01 nick 0 003 @ 04005630 n 0000 ;r 08860123 n 0000 ;u 07157273 n 0000 | (British slang) a prison; "he's in the nick"
-03823673 06 n 02 nickel-iron_battery 0 nickel-iron_accumulator 0 001 @ 04328329 n 0000 | a storage battery having a nickel oxide cathode and an iron anode with an electrolyte of potassium hydroxide; each cell gives about 1.2 volts
-03823906 06 n 01 Nicol_prism 0 001 @ 03851341 n 0000 | optical device that produces plane-polarized light
-03824014 06 n 02 nifedipine 0 Procardia 0 002 @ 02938514 n 0000 ;u 06845599 n 0201 | calcium blocker (trade name Procardia); appears to increase the risk of recurrent heart attacks
-03824197 06 n 01 night_bell 0 001 @ 03222516 n 0000 | a doorbell to be used at night
-03824284 06 n 01 nightcap 0 002 @ 02954340 n 0000 #p 03824381 n 0000 | a cloth cap worn in bed
-03824381 06 n 05 nightgown 0 gown 3 nightie 0 night-robe 0 nightdress 0 003 @ 03673450 n 0000 @ 03825080 n 0000 %p 03824284 n 0000 | lingerie consisting of a loose dress designed to be worn in bed by women
-03824589 06 n 01 night_latch 0 001 @ 03223162 n 0000 | doorlock operated by a knob on the inside and a key on the outside
-03824713 06 n 01 night-light 0 001 @ 03665366 n 0000 | light (as a candle or small bulb) that burns in a bedroom at night (as for children or invalids)
-03824867 06 n 01 night-line 0 001 @ 03351768 n 0000 | a fishing line with baited hooks left in the water to catch fish over night
-03824999 06 n 01 nightshirt 0 001 @ 03825080 n 0000 | nightclothes worn by men
-03825080 06 n 03 nightwear 0 sleepwear 0 nightclothes 0 005 @ 03051540 n 0000 ;u 06295235 n 0301 ~ 03824381 n 0000 ~ 03824999 n 0000 ~ 03877472 n 0000 | garments designed to be worn in bed
-03825271 06 n 03 ninepin 0 skittle 0 skittle_pin 0 002 @ 02882647 n 0000 + 01146697 v 0201 | a bowling pin of the type used in playing ninepins or (in England) skittles
-03825442 06 n 02 ninepin_ball 0 skittle_ball 0 001 @ 02778669 n 0000 | ball used to knock down ninepins
-03825548 06 n 02 nine-spot 0 nine 0 001 @ 04286307 n 0000 | one of four playing cards in a deck with nine pips on the face
-03825673 06 n 01 ninon 0 001 @ 03309808 n 0000 | a fine strong sheer silky fabric made of silk or rayon or nylon
-03825788 06 n 01 nipple 0 002 @ 02954938 n 0000 #p 02877266 n 0000 | a flexible cap on a baby's feeding bottle or pacifier
-03825913 06 n 01 nipple_shield 0 001 @ 04192858 n 0000 | a rubber or plastic shield to protect the nipples of nursing women
-03826039 06 n 01 niqab 0 001 @ 03314884 n 0000 | a face veil covering the lower part of the face (up to the eyes) worn by observant Muslim women
-03826186 06 n 02 Nissen_hut 0 Quonset_hut 0 001 @ 03550153 n 0000 | a prefabricated hut of corrugated iron having a semicircular cross section
-03826331 06 n 01 nitrazepam 0 001 @ 02830852 n 0000 | a hypnotic and sedative drug of the benzodiazepine type
-03826443 06 n 02 nitrofurantoin 0 Macrodantin 0 003 @ 02716205 n 0000 ;u 06845599 n 0201 %s 14963634 n 0000 | derivative of nitrofuran used as an antibacterial medicine (trade name Macrodantin) effective against a broad range of Gram-positive and Gram-negative bacteria; used to treat infections of the urinary tract
-03826762 06 n 02 Nitrospan 0 Nitrostat 0 002 @ 04522904 n 0000 %s 14886579 n 0000 | trade names for nitroglycerin used as a coronary vasodilator in the treatment of angina pectoris
-03826945 06 n 02 nitrous_oxide 0 laughing_gas 0 002 @ 03570838 n 0000 %s 15014012 n 0000 | inhalation anesthetic used as an anesthetic in dentistry and surgery
-03827107 06 n 03 node 0 client 0 guest 0 003 @ 03082979 n 0000 #p 03085333 n 0000 ;c 06128570 n 0000 | (computer science) any computer that is hooked up to a computer network
-03827284 06 n 01 nog 0 001 @ 02852523 n 0000 | a wooden block built into a masonry wall so that joinery structure can be nailed to it
-03827420 06 n 01 nogging 0 001 @ 02898369 n 0000 | rough brick masonry used to fill in the gaps in a wooden frame
-03827536 06 n 01 noisemaker 0 003 @ 03183080 n 0000 ~ 03537085 n 0000 ~ 04431925 n 0000 | a device (such as a clapper or bell or horn) used to make a loud noise at a celebration
-03827716 06 n 02 nomogram 0 nomograph 0 001 @ 04076846 n 0000 | a graphic representation of numerical relations
-03827830 06 n 01 non-dedicated_file_server 0 003 @ 03337494 n 0000 ;c 06128570 n 0000 ! 03170459 n 0101 | (computer science) a file server that can be used simultaneously as a workstation
-03828020 06 n 02 nonsmoker 0 nonsmoking_car 0 001 @ 03895866 n 0000 | a passenger car for passengers who want to avoid tobacco smoke
-03828155 06 n 02 non-nucleoside_reverse_transcriptase_inhibitor 0 NNRTI 0 004 @ 04085365 n 0000 #p 03248560 n 0000 ~ 03172432 n 0000 ~ 03821259 n 0000 | an antiviral drug used against HIV; binds directly to reverse transcriptase and prevents RNA conversion to DNA; often used in combination with other drugs
-03828465 06 n 03 nonsteroidal_anti-inflammatory 0 nonsteroidal_anti-inflammatory_drug 0 NSAID 0 022 @ 02721538 n 0000 ~ 03191967 n 0000 ~ 03192142 n 0000 ~ 03195118 n 0000 ~ 03300907 n 0000 ~ 03328392 n 0000 ~ 03371532 n 0000 ~ 03556281 n 0000 ~ 03568653 n 0000 ~ 03612134 n 0000 ~ 03612378 n 0000 ~ 03612559 n 0000 ~ 03739327 n 0000 ~ 03742531 n 0000 ~ 03804048 n 0000 ~ 03807895 n 0000 ~ 03808144 n 0000 ~ 03867515 n 0000 ~ 03948041 n 0000 ~ 04353410 n 0000 ~ 04449796 n 0000 ~ 15009843 n 0000 | an anti-inflammatory drug that does not contain steroids; "NSAIDs inhibit the activity of both Cox-1 and Cox-2 enzymes"
-03829085 06 n 04 nontricyclic 0 nontricyclic_drug 0 nontricyclic_antidepressant 0 nontricyclic_antidepressant_drug 0 002 @ 02718811 n 0000 ~ 04476633 n 0000 | a class of antidepressant drugs that are not tricyclic drugs and do not act by inhibiting MAO
-03829340 06 n 02 non-volatile_storage 0 nonvolatile_storage 0 005 @ 03744276 n 0000 ! 04539876 n 0201 ! 04539876 n 0101 ~ 03359436 n 0000 ~ 03706016 n 0000 | computer storage that is not lost when the power is turned off
-03829563 06 n 03 noose 1 running_noose 0 slip_noose 0 007 @ 13875571 n 0000 #p 03491724 n 0000 #p 03644378 n 0000 + 01342124 v 0101 + 01673630 v 0101 ~ 03042984 n 0000 %p 04241042 n 0000 | a loop formed in a cord or rope by means of a slipknot; it binds tighter as the cord or rope is pulled
-03829857 06 n 01 Norfolk_jacket 0 001 @ 03589791 n 0000 | loose-fitting single-breasted jacket
-03829954 06 n 01 noria 0 001 @ 04563204 n 0000 | a water wheel with buckets attached to the rim; used to raise water for transfer to an irrigation channel
-03830111 06 n 01 Norinyl 0 003 @ 03936895 n 0000 %s 14746417 n 0000 %s 14751216 n 0000 | trade name for an oral contraceptive containing norethindrone and mestranol
-03830278 06 n 01 Norlestrin 0 003 @ 03936895 n 0000 %s 14746417 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norethindrone
-03830448 06 n 01 Nor-Q-D 0 002 @ 03936895 n 0000 %s 14746417 n 0000 | trade name for an oral contraceptive containing norethindrone
-03830582 06 n 02 nortriptyline 0 Pamelor 0 002 @ 04482543 n 0000 ;u 06845599 n 0201 | a tricyclic antidepressant drug (trade name Pamelor) used along with psychotherapy to treat dysthymic depression; may interact dangerously if taken with other drugs
-03830835 06 n 01 nose 0 004 @ 03398467 n 0000 #p 02686568 n 0000 #p 03773504 n 0000 + 01994128 v 0101 | a front that resembles a human nose (especially the front of an aircraft); "the nose of the rocket heated up on reentry"
-03831062 06 n 01 nose 2 001 @ 03398467 n 0000 | the front or forward projection of a tool or weapon; "he ducked under the nose of the gun"
-03831203 06 n 02 nosebag 0 feedbag 0 001 @ 02773037 n 0000 | a canvas bag that is used to feed an animal (such as a horse); covers the muzzle and fastens at the top of the head
-03831382 06 n 02 noseband 0 nosepiece 2 002 @ 04333129 n 0000 #p 02900160 n 0000 | a strap that is the part of a bridle that goes over the animal's nose
-03831537 06 n 02 nose_cone 0 ogive 0 002 @ 03398467 n 0000 #p 03510072 n 0000 | front consisting of the conical head of a missile or rocket that protects the payload from heat during its passage through the atmosphere
-03831757 06 n 01 nose_flute 0 001 @ 03372029 n 0000 | a flute that is played by blowing through the nostrils (used in some Asian countries)
-03831899 06 n 01 nosepiece 1 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the nose
-03832008 06 n 01 nose_ring 0 001 @ 03533972 n 0000 | a ring worn on the nose as an ornament or on the nose of an animal to control it
-03832144 06 n 01 nosewheel 0 002 @ 04574999 n 0000 #p 03638883 n 0000 | a wheel located under the nose of an airplane that is part of the plane's landing gear
-03832305 06 n 01 nostrum 0 001 @ 03898936 n 0000 | patent medicine whose efficacy is questionable
-03832405 06 n 01 notch 0 006 @ 13908021 n 0000 + 01004550 v 0101 + 01276970 v 0101 ~ 04174705 n 0000 ~ 04431296 n 0000 ~ 04507891 n 0000 | a V-shaped or U-shaped indentation carved or scratched into a surface; "there were four notches in the handle of his revolver"
-03832673 06 n 02 notebook 0 notebook_computer 0 002 @ 03985232 n 0000 ~ 03956785 n 0000 | a small compact portable computer
-03832799 06 n 01 notion 0 002 @ 00022903 n 0000 ~ 04087899 n 0000 | (usually plural) small personal articles or clothing or sewing items; "buttons and needles are notions"
-03832973 06 n 01 notions_counter 0 001 @ 03116530 n 0000 | counter where notions are sold
-03833065 06 n 01 novel 0 003 @ 02870092 n 0000 + 10363573 n 0101 + 06368962 n 0101 | a printed and bound book that is an extended work of fiction; "his bookcases were filled with nothing but novels"; "he burned all the novels"
-03833294 06 n 01 novillada 0 001 @ 02917163 n 0000 | a bullfight in which the bulls are less than four years old
-03833409 06 n 01 novobiocin 0 001 @ 02716866 n 0000 | an antibiotic obtained from an actinomycete and used to treat infections by Gram-positive bacteria
-03833564 06 n 02 nozzle 0 nose 1 005 @ 04287153 n 0000 #p 03843316 n 0000 #p 04289195 n 0000 #p 03422072 n 0000 ~ 04209383 n 0000 | a projecting spout from which a fluid is discharged
-03833750 06 n 01 n-type_semiconductor 0 001 @ 04171831 n 0000 | a semiconductor in which electrical conduction is due chiefly to the movement of electrons
-03833907 06 n 01 nuclear-powered_ship 0 001 @ 04194289 n 0000 | ship whose motive power comes from the energy of a nuclear reactor
-03834040 06 n 02 nuclear_reactor 0 reactor 0 013 @ 02727825 n 0000 ;c 06090869 n 0000 ~ 02753710 n 0000 ~ 02896949 n 0000 %p 03098515 n 0000 %p 03107904 n 0000 ~ 03324629 n 0000 ~ 03422484 n 0000 ~ 03677115 n 0000 ~ 04420024 n 0000 ~ 04422409 n 0000 ~ 04559023 n 0000 %p 14727355 n 0000 | (physics) any of several kinds of apparatus that maintain and control a nuclear reaction for the production of energy or artificial elements
-03834472 06 n 01 nuclear_rocket 0 001 @ 04099175 n 0000 | a rocket engine in which a nuclear reactor is used to heat a propellant
-03834604 06 n 02 nuclear_weapon 0 atomic_weapon 0 005 @ 04565963 n 0000 ~ 02753044 n 0000 %p 02753881 n 0000 ~ 03553248 n 0000 ~ 03743422 n 0000 | a weapon of mass destruction whose explosive power derives from a nuclear reaction
-03834836 06 n 02 nucleoside_reverse_transcriptase_inhibitor 0 NRTI 0 004 @ 04085365 n 0000 #p 03248560 n 0000 ~ 02765429 n 0000 ~ 03636062 n 0000 | an antiviral drug used against HIV; is incorporated into the DNA of the virus and stops the building process; results in incomplete DNA that cannot create a new virus; often used in combination with other drugs
-03835197 06 n 02 nude 0 nude_painting 0 001 @ 03876519 n 0000 | a painting of a naked human figure
-03835298 06 n 03 nude 1 nude_sculpture 0 nude_statue 0 001 @ 04306847 n 0000 | a statue of a naked human figure
-03835412 06 n 01 number 0 001 @ 03748886 n 0000 | an item of merchandise offered for sale; "she preferred the black nylon number"; "this sweater is an all-wool number"
-03835582 06 n 01 number_cruncher 0 001 @ 03082979 n 0000 | a computer capable of performing a large number of mathematical operations per second
-03835729 06 n 03 numdah 0 numdah_rug 0 nammad 0 001 @ 04118021 n 0000 | an embroidered rug made from a coarse Indian felt
-03835853 06 n 01 nunnery 0 001 @ 03099454 n 0000 | the convent of a community of nuns
-03835941 06 n 01 nun's_habit 0 002 @ 03473966 n 0000 %p 03467380 n 0000 | a long loose habit worn by nuns in a convent
-03836062 06 n 02 nursery 1 baby's_room 0 003 @ 03017070 n 0000 + 01186428 v 0104 ~ 03165466 n 0000 | a child's room for a baby
-03836191 06 n 01 nut 0 007 @ 02852523 n 0000 #p 03836451 n 0000 ~ 03517427 n 0000 ~ 03684338 n 0000 ~ 04291912 n 0000 ~ 04345787 n 0000 ~ 04593185 n 0000 | a small (usually square or hexagonal) metal block with internal screw thread to be fitted onto a bolt
-03836451 06 n 01 nut_and_bolt 0 003 @ 03323703 n 0000 %p 02865665 n 0000 %p 03836191 n 0000 | a fastener made by screwing a nut onto a threaded bolt
-03836602 06 n 01 nutcracker 0 001 @ 03082127 n 0000 | a compound lever used to crack nuts open
-03836699 06 n 01 nux_vomica 0 003 @ 03740161 n 0000 %s 14715008 n 0000 %s 14715189 n 0000 | a medicine made from the seeds of an Asiatic tree; contains strychnine and brucine; formerly used as a stimulant
-03836906 06 n 01 nylon 0 001 @ 03309808 n 0000 | a synthetic fabric
-03836976 06 n 05 nylons 0 nylon_stocking 0 rayons 0 rayon_stocking 0 silk_stocking 0 001 @ 04323819 n 0000 | women's stockings made from a sheer material (nylon or rayon or silk)
-03837157 06 n 03 nystatin 0 Mycostatin 0 Nystan 0 004 @ 02720201 n 0000 @ 02716866 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an antifungal and antibiotic (trade names Mycostatin and Nystan) discovered in New York State; derived from soil fungi actinomycetes
-03837422 06 n 01 oar 0 006 @ 03563967 n 0000 %p 02848523 n 0000 ~ 03873416 n 0000 ~ 04156814 n 0000 ~ 04156946 n 0000 ~ 04370955 n 0000 | an implement used to propel or steer a boat
-03837606 06 n 01 oast 0 002 @ 03617095 n 0000 #p 03837698 n 0000 | a kiln for drying hops
-03837698 06 n 01 oast_house 0 002 @ 03545150 n 0000 %p 03837606 n 0000 | a building containing an oast (a kiln for drying hops); usually has a conical or pyramidal roof
-03837869 06 n 01 obelisk 0 002 @ 03074380 n 0000 ~i 04555101 n 0000 | a stone pillar having a rectangular cross section tapering towards a pyramidal top
-03838024 06 n 01 object_ball 0 001 @ 02839351 n 0000 | the billiard ball that is intended to be the first ball struck by the cue ball
-03838160 06 n 01 objectification 0 002 @ 04076846 n 0000 + 00532607 v 0105 | a concrete representation of an abstract idea or principle
-03838298 06 n 04 objective 0 objective_lens 0 object_lens 0 object_glass 0 003 @ 03656484 n 0000 #p 03852688 n 0000 #p 03082280 n 0000 | the lens or system of lenses in a telescope or microscope that is nearest the object being viewed
-03838535 06 n 03 objet_d'art 0 art_object 0 piece 4 002 @ 04601690 n 0000 ~ 04537816 n 0000 | a work of art of some artistic value; "this store sells only objets d'art"; "it is not known who created this piece"
-03838748 06 n 01 oblique_bandage 0 002 @ 02785648 n 0000 ~ 04279858 n 0000 | a bandage in which successive turns proceed obliquely up or down a limb
-03838899 06 n 03 oboe 0 hautboy 0 hautbois 0 007 @ 03228016 n 0000 + 10369317 n 0101 ~ 03510866 n 0000 ~ 03800485 n 0000 ~ 03839172 n 0000 ~ 03839276 n 0000 ~ 04186624 n 0000 | a slender double-reed instrument; a woodwind with a conical bore and a double-reed mouthpiece
-03839172 06 n 01 oboe_da_caccia 0 001 @ 03838899 n 0000 | an alto oboe; precursor of the English horn
-03839276 06 n 01 oboe_d'amore 0 001 @ 03838899 n 0000 | an oboe pitched a minor third lower than the ordinary oboe; used to perform baroque music
-03839424 06 n 01 observation_dome 0 001 @ 03688943 n 0000 | lookout consisting of a dome-shaped observatory
-03839534 06 n 01 observation_station 0 002 @ 04306080 n 0000 ~ 04133346 n 0000 | a station set up for making observations of something
-03839671 06 n 01 observatory 0 001 @ 02913152 n 0000 | a building designed and equipped to observe astronomical phenomena
-03839795 06 n 01 obstacle 0 004 @ 03839993 n 0000 ~ 03501152 n 0000 ~ 04345915 n 0000 ~ 04560882 n 0000 | an obstruction that stands in the way (and must be removed or surmounted or circumvented)
-03839993 06 n 05 obstruction 0 obstructor 0 obstructer 0 impediment 0 impedimenta 1 011 @ 04341686 n 0000 + 01476483 v 0403 + 01476483 v 0301 + 01476483 v 0201 ~ 02789271 n 0000 ~ 02796623 n 0000 ~ 02853218 n 0000 ~ 02853449 n 0000 ~ 03520811 n 0000 ~ 03839795 n 0000 ~ 04497005 n 0000 | any structure that makes progress difficult
-03840327 06 n 01 obturator 0 002 @ 04013729 n 0000 + 01476483 v 0102 | a prosthesis used to close an opening (as to close an opening of the hard palate in cases of cleft palate)
-03840507 06 n 01 obverse 0 004 @ 04213626 n 0000 #p 13388245 n 0000 ! 04085181 n 0101 ~ 03501811 n 0000 | the side of a coin or medal bearing the principal stamp or design
-03840681 06 n 02 ocarina 0 sweet_potato 0 001 @ 04586932 n 0000 | egg-shaped terra cotta wind instrument with a mouthpiece and finger holes
-03840823 06 n 01 octant 0 002 @ 03733925 n 0000 %p 03668906 n 0000 | a measuring instrument for measuring angles to a celestial body; similar to a sextant but with 45 degree calibration
-03841011 06 n 01 odd-leg_caliper 0 001 @ 02939866 n 0000 | caliper having the points on its legs both curve in the same direction
-03841143 06 n 04 odometer 0 hodometer 0 mileometer 0 milometer 0 002 @ 03753077 n 0000 #p 03791235 n 0000 | a meter that shows mileage traversed
-03841290 06 n 01 oeil_de_boeuf 0 001 @ 04587648 n 0000 | a circular or oval window; 17th or 18th century French architecture
-03841417 06 n 03 oeuvre 0 work 2 body_of_work 0 002 @ 03287178 n 0000 ~ 06363778 n 0000 | the total output of a writer or artist (or a substantial part of it); "he studied the entire Wagnerian oeuvre"; "Picasso's work can be divided into periods"
-03841666 06 n 02 office 0 business_office 0 010 @ 03953020 n 0000 #p 03842012 n 0000 ~ 02885882 n 0000 ~ 03118846 n 0000 ~ 03449858 n 0000 ~ 03504723 n 0000 ~ 03663433 n 0000 ~ 03680629 n 0000 ~ 03822504 n 0000 ~ 04196677 n 0000 | place of business where professional or clerical duties are performed; "he rented an office in the new building"
-03842012 06 n 02 office_building 0 office_block 0 002 @ 02913152 n 0000 %p 03841666 n 0000 | a building containing offices where work is done
-03842156 06 n 01 office_furniture 0 002 @ 03405725 n 0000 ~ 03337140 n 0000 | furniture intended for use in an office
-03842276 06 n 01 officer's_mess 0 001 @ 03751065 n 0000 | a mess for the exclusive use of officers
-03842377 06 n 02 off-line_equipment 0 auxiliary_equipment 0 002 @ 03278248 n 0000 #p 03085915 n 0000 | electronic equipment not in direct communication (or under the control of) the central processing unit
-03842585 06 n 02 ogee 0 cyma_reversa 0 001 @ 03156990 n 0000 | a molding that (in section) has the shape of an S with the convex part above and the concave part below
-03842754 06 n 02 ogee_arch 0 keel_arch 0 001 @ 03975035 n 0000 | a pointed arch having an S-shape on both sides
-03842868 06 n 01 Ohio_State_University 0 002 @i 04511002 n 0000 #p 09131001 n 0000 | a university in Columbus, Ohio
-03842986 06 n 01 ohmmeter 0 001 @ 03753077 n 0000 | a meter for measuring electrical resistance in ohms
-03843092 06 n 03 oil 1 oil_color 0 oil_colour 0 001 @ 03844233 n 0000 | oil paint containing pigment that is used by an artist
-03843221 06 n 02 oil_burner 0 oil_furnace 0 001 @ 03404449 n 0000 | a furnace that burns oil
-03843316 06 n 01 oilcan 0 002 @ 02946921 n 0000 %p 03833564 n 0000 | a can with a long nozzle to apply oil to machinery
-03843438 06 n 01 oilcloth 0 001 @ 03309808 n 0000 | cloth treated on one side with a drying oil or synthetic resin
-03843555 06 n 01 oil_filter 0 002 @ 03339643 n 0000 #p 03695122 n 0000 | a filter that removes impurities from the oil used to lubricate an internal-combustion engine
-03843724 06 n 02 oil_future 0 petroleum_future 0 001 @ 03408721 n 0000 | petroleum bought or sold at an agreed price for delivery at a specified future date
-03843883 06 n 04 oil_heater 0 oilstove 0 kerosene_heater 0 kerosine_heater 0 001 @ 03508101 n 0000 | heater that burns oil (as kerosine) for heating or cooking
-03844045 06 n 03 oil_lamp 0 kerosene_lamp 0 kerosine_lamp 0 004 @ 03636248 n 0000 %p 03636891 n 0000 ~ 04126852 n 0000 %p 04581829 n 0000 | a lamp that burns oil (as kerosine) for light
-03844233 06 n 01 oil_paint 0 002 @ 03875218 n 0000 ~ 03843092 n 0000 | paint in which a drying oil is the vehicle
-03844349 06 n 01 oil_painting 0 002 @ 03876519 n 0000 ~ 02954068 n 0000 | a picture painted with oil paints
-03844459 06 n 01 oil_pipeline 0 001 @ 03946325 n 0000 | a pipeline used to transport oil
-03844550 06 n 01 oil_pump 0 002 @ 04021798 n 0000 #p 03695122 n 0000 | a pump that keeps a supply of oil on moving parts
-03844673 06 n 02 oil_refinery 0 petroleum_refinery 0 003 @ 04068441 n 0000 %p 02981565 n 0000 %p 04070003 n 0000 | a refinery for petroleum
-03844815 06 n 02 oilskin 0 slicker 0 001 @ 03702719 n 0000 | a macintosh made from cotton fabric treated with oil and pigment to make it waterproof
-03844965 06 n 01 oil_slick 0 001 @ 04237654 n 0000 | a thin film of oil floating on top of water (especially crude oil spilled from a ship)
-03845107 06 n 01 oilstone 0 001 @ 04577426 n 0000 | a whetstone for use with oil
-03845190 06 n 04 oil_tanker 0 oiler 0 tanker 0 tank_ship 0 003 @ 02965300 n 0000 + 14966667 n 0201 ~ 04359034 n 0000 | a cargo ship designed to carry crude oil in bulk
-03845360 06 n 02 oil_well 0 oiler 1 006 @ 04572344 n 0000 + 14966667 n 0201 ~ 03471030 n 0000 ~ 04287351 n 0000 ~ 04340378 n 0000 ~ 04584639 n 0000 | a well that yields or has yielded oil
-03845550 06 n 05 ointment 0 unction 0 unguent 0 balm 0 salve 0 014 @ 04074482 n 0000 ;c 06043075 n 0000 + 00085907 v 0501 ~ 02741981 n 0000 ~ 02766961 n 0000 ~ 02783790 n 0000 ~ 02970311 n 0000 ~ 02997773 n 0000 ~ 03026350 n 0000 ~ 03676006 n 0000 ~ 03746994 n 0000 ~ 03749409 n 0000 ~ 04615018 n 0000 %s 14816181 n 0000 | semisolid preparation (usually containing a medicine) applied externally as a remedy or for soothing an irritation
-03845990 06 n 01 old_school_tie 0 001 @ 03815615 n 0000 | necktie indicating the school the wearer attended
-03846100 06 n 01 olive_drab 0 002 @ 03309808 n 0000 #s 03846234 n 0000 | a cloth of an olive-brown color used for military uniforms
-03846234 06 n 02 olive_drab 1 olive-drab_uniform 0 003 @ 03763968 n 0000 ;c 08199025 n 0000 %s 03846100 n 0000 | military uniform of the United States Army; made from cloth of a dull olive color
-03846431 06 n 01 Olympian_Zeus 0 002 @ 04306847 n 0000 #m 04178329 n 0000 | a seated statue of the supreme god of ancient Greek mythology created for the temple at Olympia; the statue was 40 feet tall and rested on a base that was 12 feet high
-03846677 06 n 02 omelet_pan 0 omelette_pan 0 001 @ 03880531 n 0000 | pan for cooking omelets
-03846772 06 n 02 omnidirectional_antenna 0 nondirectional_antenna 0 003 @ 02715229 n 0000 ~ 04041747 n 0000 ~ 04404817 n 0000 | an antenna that sends or receives signals equally in all directions
-03846970 06 n 03 omnirange 0 omnidirectional_range 0 omnidirectional_radio_range 0 001 @ 03811444 n 0000 | a navigational system consisting of a network of radio beacons that provide aircraft with information about exact position and bearing
-03847214 06 n 01 one-spot 0 002 @ 03220802 n 0000 @ 03191029 n 0000 | a domino or die whose upward face shows one pip
-03847334 06 n 01 one-way_street 0 001 @ 04335209 n 0000 | a street on which vehicular traffic is allowed to move in only one direction
-03847471 06 n 01 onion_dome 0 001 @ 03220513 n 0000 | a dome that is shaped like a bulb; characteristic of Russian and Byzantine church architecture
-03847622 06 n 01 op_art 0 001 @ 02669079 n 0000 | a style of abstractionism popular in the 1960s; produces dramatic visual effects with colors and contrasts that are difficult for the eye to resolve
-03847823 06 n 03 open-air_market 0 open-air_marketplace 0 market_square 0 004 @ 03722288 n 0000 ~ 03322704 n 0000 ~ 04261281 n 0000 ~ 08571898 n 0000 | a public marketplace where food and merchandise is sold
-03848033 06 n 01 open_circuit 0 002 @ 03033362 n 0000 ! 03048883 n 0101 | an incomplete electrical circuit in which no current flows
-03848168 06 n 02 open-end_wrench 0 tappet_wrench 0 002 @ 04606574 n 0000 ~ 04374521 n 0000 | a wrench having parallel jaws at fixed separation (often on both ends of the handle)
-03848348 06 n 01 opener 0 005 @ 03489162 n 0000 + 01346003 v 0101 ~ 02877962 n 0000 ~ 02951585 n 0000 ~ 03645411 n 0000 | a hand tool used for opening sealed containers (bottles or cans)
-03848537 06 n 01 open-hearth_furnace 0 001 @ 03404449 n 0000 | a furnace for making steel in which the steel is placed on a shallow hearth and flames of burning gas and hot air play over it
-03848729 06 n 01 opening 0 022 @ 00021939 n 0000 ~ 02727016 n 0000 ~ 02824858 n 0000 ~ 02895881 n 0000 ~ 03303965 n 0000 ~ 03373060 n 0000 ~ 03416329 n 0000 ~ 03469687 n 0000 ~ 03526198 n 0000 ~ 03576617 n 0000 ~ 03581531 n 0000 ~ 03697665 n 0000 ~ 03794392 n 0000 ~ 03814112 n 0000 ~ 03897130 n 0000 ~ 03984908 n 0000 ~ 04241940 n 0000 ~ 04287153 n 0000 ~ 04428920 n 0000 ~ 04582454 n 0000 ~ 04588365 n 0000 ~ 04588986 n 0000 | a vacant or unobstructed space that is man-made; "they left a small opening for the cat at the bottom of the door"
-03849275 06 n 02 openside_plane 0 rabbet_plane 0 002 @ 03954731 n 0000 ~ 03158796 n 0000 | a woodworking plane designed to cut rabbets
-03849412 06 n 01 open_sight 0 001 @ 03470387 n 0000 | rear gunsight having an open notch instead of a peephole or telescope
-03849538 06 n 01 open_weave 0 001 @ 04568298 n 0000 | a weave in which warp threads never come together, leaving interstices in the fabric
-03849679 06 n 01 openwork 0 001 @ 04599396 n 0000 | ornamental work (such as embroidery or latticework) having a pattern of openings
-03849814 06 n 02 opera 0 opera_house 0 002 @ 04417809 n 0000 + 02912383 a 0101 | a building where musical dramas are performed
-03849943 06 n 02 opera_cloak 0 opera_hood 0 001 @ 03045337 n 0000 | a large cloak worn over evening clothes
-03850053 06 n 01 operating_microscope 0 001 @ 02841506 n 0000 | binocular microscope used in surgery to provide a clear view of small and inaccessible parts of the body (as in microsurgery)
-03850245 06 n 05 operating_room 0 OR 0 operating_theater 0 operating_theatre 0 surgery 0 001 @ 03541091 n 0000 | a room in a hospital equipped for the performance of surgical operations; "great care is taken to keep the operating rooms aseptic"
-03850492 06 n 01 operating_table 0 001 @ 04379243 n 0000 | table on which the patient lies during a surgical operation
-03850613 06 n 01 ophthalmoscope 0 002 @ 03739693 n 0000 ~ 03857291 n 0000 | medical instrument for examining the retina of the eye
-03850746 06 n 01 opiate 0 007 @ 03808564 n 0000 ~ 03062461 n 0000 ~ 03328650 n 0000 ~ 03516011 n 0000 ~ 03647108 n 0000 ~ 03786417 n 0000 %s 03850966 n 0000 | a narcotic drug that contains opium or an opium derivative
-03850966 06 n 01 opium 0 003 @ 03808564 n 0000 @ 03097890 n 0000 #s 03850746 n 0000 | an addictive narcotic extracted from seed capsules of the opium poppy
-03851124 06 n 01 opium_den 0 001 @ 02913152 n 0000 | a building where opium is sold and used
-03851219 06 n 01 optical_bench 0 001 @ 02727825 n 0000 | apparatus for observation and measurement of optical phenomena
-03851341 06 n 01 optical_device 0 020 @ 03183080 n 0000 ~ 02759257 n 0000 ~ 02842684 n 0000 ~ 02943465 n 0000 ~ 03062798 n 0000 ~ 03070587 n 0000 ~ 03194538 n 0000 ~ 03194812 n 0000 ~ 03340723 n 0000 ~ 03611314 n 0000 ~ 03643253 n 0000 ~ 03656484 n 0000 ~ 03823906 n 0000 ~ 03955941 n 0000 ~ 03976105 n 0000 ~ 04005340 n 0000 ~ 04009801 n 0000 ~ 04098260 n 0000 ~ 04316498 n 0000 ~ 04534651 n 0000 | a device for producing or controlling light
-03851787 06 n 02 optical_disk 0 optical_disc 0 003 @ 03744840 n 0000 ~ 03079230 n 0000 ~ 04533946 n 0000 | a disk coated with plastic that can store digital data as tiny pits etched in the surface; is read with a laser that scans the surface
-03852031 06 n 04 optical_fiber 0 glass_fiber 0 optical_fibre 0 glass_fibre 0 003 @ 14866889 n 0000 #p 03331599 n 0000 #p 03332005 n 0000 | a very thin fiber made of glass that functions as a waveguide for light; used in bundles to transmit images
-03852280 06 n 01 optical_instrument 0 010 @ 03574816 n 0000 ~ 02841315 n 0000 ~ 03296963 n 0000 ~ 03597147 n 0000 %p 03656484 n 0000 ~ 03917048 n 0000 ~ 04009552 n 0000 ~ 04216963 n 0000 ~ 04272054 n 0000 ~ 04273064 n 0000 | an instrument designed to aid vision
-03852544 06 n 02 optical_pyrometer 0 pyroscope 0 001 @ 04029734 n 0000 | a pyrometer that uses the color of the light emitted by a hot object
-03852688 06 n 01 optical_telescope 0 005 @ 02751295 n 0000 %p 03309465 n 0000 %p 03838298 n 0000 ~ 04068601 n 0000 ~ 04070207 n 0000 | an astronomical telescope designed to collect and record light from cosmic sources
-03852908 06 n 01 oracle 0 002 @ 04210390 n 0000 ~i 04407844 n 0000 | a shrine where an oracular god is consulted
-03853023 06 n 01 orange_grove 0 001 @ 03463832 n 0000 | grove of orange trees
-03853103 06 n 01 orb_web 0 001 @ 04275363 n 0000 | a circular spider web
-03853178 06 n 01 orchestra 0 002 @ 04162998 n 0000 #p 04417809 n 0000 | seating on the main floor in a theater
-03853291 06 n 02 orchestra_pit 0 pit 3 002 @ 02735688 n 0000 #p 04417809 n 0000 | lowered area in front of a stage where an orchestra accompanies the performers
-03853454 06 n 02 OR_circuit 0 OR_gate 0 001 @ 03427656 n 0000 | a gate circuit in a computer that fires when any of its inputs fire
-03853588 06 n 01 order_book 0 001 @ 02870092 n 0000 | a book in which customers' orders are entered; usually makes multiple copies of the order
-03853734 06 n 01 ordinary 0 005 @ 03008565 n 0000 ;c 05801594 n 0000 ~ 02830013 n 0000 ~ 03330120 n 0000 ~ 06795290 n 0000 | (heraldry) any of several conventional figures used on shields
-03853924 06 n 02 ordinary 1 ordinary_bicycle 0 001 @ 02834778 n 0000 | an early bicycle with a very large front wheel and small back wheel
-03854065 06 n 02 organ 0 pipe_organ 0 008 @ 03614532 n 0000 @ 04586932 n 0000 + 10382825 n 0101 %p 03614007 n 0000 %p 03854815 n 0000 %p 03903424 n 0000 %p 03928814 n 0000 %p 04327324 n 0000 | wind instrument whose sound is produced by means of pipes arranged in sets supplied with air from a bellows and controlled from a large complex musical keyboard
-03854421 06 n 02 organdy 0 organdie 0 001 @ 03802393 n 0000 | a sheer stiff muslin
-03854506 06 n 02 organic_light-emitting_diode 0 OLED 0 001 @ 03666362 n 0000 | a self-luminous diode (it glows when an electrical field is applied to the electrodes) that does not require backlighting or diffusers
-03854722 06 n 01 organ_loft 0 001 @ 03411544 n 0000 | a gallery occupied by a church organ
-03854815 06 n 03 organ_pipe 0 pipe 3 pipework 0 005 @ 04586932 n 0000 #p 03854065 n 0000 ~ 03369011 n 0000 ~ 03854998 n 0000 ~ 04067143 n 0000 | the flues and stops on a pipe organ
-03854998 06 n 01 organ_stop 0 007 @ 03854815 n 0000 ~ 03188416 n 0000 ~ 03254625 n 0000 ~ 03369178 n 0000 ~ 04067231 n 0000 ~ 04263950 n 0000 ~ 04542474 n 0000 | a graduated set of organ pipes of like tone quality
-03855214 06 n 01 organza 0 001 @ 03309808 n 0000 | a fabric made of silk or a silklike fabric that resembles organdy
-03855333 06 n 02 oriel 0 oriel_window 0 001 @ 02813399 n 0000 | a projecting bay window corbeled or cantilevered out from a wall
-03855464 06 n 01 oriflamme 0 002 @ 04301140 n 0000 ;r 08929922 n 0000 | a red or orange-red flag used as a standard by early French kings
-03855604 06 n 01 O_ring 0 001 @ 03423719 n 0000 | a gasket consisting of a flat ring of rubber or plastic; used to seal a joint against high pressure
-03855756 06 n 01 Orlon 0 002 @ 02677028 n 0000 ;u 06851742 n 0000 | an acrylic fiber or the lightweight crease-resistant fabric made with Orlon yarns
-03855908 06 n 03 orlop_deck 0 orlop 0 fourth_deck 0 001 @ 03167666 n 0000 | the fourth or lowest deck
-03856012 06 n 02 orphanage 0 orphans'_asylum 0 002 @ 03574555 n 0000 + 02315277 v 0101 | a public institution for the care of orphans
-03856148 06 n 02 orphenadrine 0 Norflex 0 002 @ 03800001 n 0000 ;u 06845599 n 0201 | a skeletal muscle relaxant (trade name Norflex) used to treat severe muscle strain and Parkinsonism
-03856335 06 n 01 orphrey 0 002 @ 03265479 n 0000 #p 04532106 n 0000 | a richly embroidered edging on an ecclesiastical vestment
-03856465 06 n 01 orrery 0 001 @ 03955809 n 0000 | planetarium consisting of an apparatus that illustrates the relative positions and motions of bodies in the solar system by rotation and revolution of balls moved by wheelwork; sometimes incorporated in a clock
-03856728 06 n 02 orthicon 0 image_orthicon 0 001 @ 04405309 n 0000 | a now obsolete picture pickup tube in a television camera; electrons emitted from a photoemissive surface in proportion to the intensity of the incident light are focused onto the target causing secondary emission of electrons
-03857026 06 n 01 orthochromatic_film 0 001 @ 03338821 n 0000 | a photographic film sensitive to green and blue and violet light
-03857156 06 n 02 orthopter 0 ornithopter 0 001 @ 03510583 n 0000 | heavier-than-air craft that is propelled by the flapping of wings
-03857291 06 n 01 orthoscope 0 001 @ 03850613 n 0000 | an ophthalmoscope with a layer of water to neutralize the refraction of the cornea
-03857430 06 n 01 oscillator 0 003 @ 03434285 n 0000 ~ 03143754 n 0000 ~ 03681813 n 0000 | generator that produces sonic oscillations or alternating current
-03857588 06 n 01 oscillogram 0 001 @ 04063661 n 0000 | the recording produced by an oscillograph
-03857687 06 n 01 oscillograph 0 001 @ 04063373 n 0000 | a device for making a record of the wave forms of fluctuating voltages or currents
-03857828 06 n 04 oscilloscope 0 scope 1 cathode-ray_oscilloscope 0 CRO 0 005 @ 03278248 n 0000 #p 04039848 n 0000 #p 02962938 n 0000 #p 03782190 n 0000 %p 02985137 n 0000 | electronic equipment that provides visual images of varying electrical quantities
-03858085 06 n 01 ossuary 0 001 @ 04060904 n 0000 | any receptacle for the burial of human bones
-03858183 06 n 03 otoscope 0 auriscope 0 auroscope 0 001 @ 03739693 n 0000 | medical instrument consisting of a magnifying lens and light; used for examining the external ear (the auditory meatus and especially the tympanic membrane)
-03858418 06 n 05 ottoman 0 pouf 0 pouffe 0 puff 2 hassock 1 001 @ 04161981 n 0000 | thick cushion used as a seat
-03858533 06 n 01 oubliette 0 001 @ 03256928 n 0000 | a dungeon with the only entrance or exit being a trap door in the ceiling
-03858662 06 n 02 Ouija 0 Ouija_board 0 002 @ 02857023 n 0000 %p 03954507 n 0000 | a board with the alphabet on it; used with a planchette to spell out supernatural messages
-03858837 06 n 02 out-basket 0 out-tray 0 002 @ 04060904 n 0000 ! 03565830 n 0101 | a wood or metal receptacle placed on your desk to hold your outgoing material
-03859000 06 n 02 outboard_motor 0 outboard 0 003 @ 03579982 n 0000 + 01291391 a 0201 %p 04154152 n 0000 | internal-combustion engine that mounts at stern of small boat
-03859170 06 n 02 outboard_motorboat 0 outboard 1 001 @ 03790230 n 0000 | a motorboat with an outboard motor
-03859280 06 n 01 outbuilding 0 006 @ 02913152 n 0000 ~ 03055857 n 0000 ~ 03416489 n 0000 ~ 03610524 n 0000 ~ 03860404 n 0000 ~ 04187547 n 0000 | a building that is subordinate to and separate from a main building
-03859495 06 n 02 outerwear 0 overclothes 0 002 @ 03051540 n 0000 ~ 03450516 n 0000 | clothing for use outdoors
-03859608 06 n 01 outfall 0 001 @ 03303965 n 0000 | the outlet of a river or drain or other source of water
-03859717 06 n 01 outfield 0 007 @ 08673395 n 0000 #p 02780916 n 0000 + 10386984 n 0101 ! 02799593 n 0103 %p 02994219 n 0000 %p 03654374 n 0000 %p 04091839 n 0000 | the area of a baseball playing field beyond the lines connecting the bases
-03859958 06 n 04 outfit 1 getup 0 rig 2 turnout 2 008 @ 02756098 n 0000 + 02340360 v 0401 + 00044149 v 020d + 02339413 v 0104 ~ 02834506 n 0000 ~ 03289985 n 0000 ~ 03964611 n 0000 ~ 04489695 n 0000 | a set of clothing (with accessories); "his getup was exceedingly elegant"
-03860234 06 n 01 outfitter 0 001 @ 04202417 n 0000 | a shop that provides equipment for some specific purpose; "an outfitter provided everything needed for the safari"
-03860404 06 n 04 outhouse 0 privy 0 earth-closet 0 jakes 0 001 @ 03859280 n 0000 | a small outbuilding with a bench having holes through which a user can defecate
-03860569 06 n 01 outlet_box 0 002 @ 04061442 n 0000 ;c 11449907 n 0000 | (electricity) receptacle consisting of the metal box designed for connections to a wiring system
-03860741 06 n 01 outpost 0 002 @ 03763403 n 0000 ;c 08199025 n 0000 | a military post stationed at a distance from the main body of troops
-03860882 06 n 03 output 1 outturn 0 turnout 0 004 @ 04007894 n 0000 + 01623792 v 0301 + 01622795 v 0101 ~ 04429756 n 0000 | what is produced in a given time period
-03861048 06 n 01 output_device 0 001 @ 03916720 n 0000 | electronic or electromechanical equipment connected to a computer and used to transfer data out of the computer in the form of text, images, sounds, or other media
-03861271 06 n 01 outrigger 0 002 @ 04294212 n 0000 #p 03861430 n 0000 | a stabilizer for a canoe; spars attach to a shaped log or float parallel to the hull
-03861430 06 n 01 outrigger_canoe 0 002 @ 02951358 n 0000 %p 03861271 n 0000 | a seagoing canoe (as in South Pacific) with an outrigger to prevent it from upsetting
-03861596 06 n 01 outside_caliper 0 001 @ 02939866 n 0000 | caliper for measuring outside dimensions; points on its legs curve inward
-03861731 06 n 01 outside_clinch 0 001 @ 03042984 n 0000 | a clinch with the end of the line outside the loop
-03861842 06 n 01 outside_mirror 0 001 @ 02965783 n 0000 | car mirror that reflects the view at side and behind car
-03861959 06 n 05 outsider_art 0 self-taught_art 0 vernacular_art 0 naive_art 0 primitive_art 0 001 @ 03434943 n 0000 | a genre of art and outdoor constructions made by untrained artists who do not recognize themselves as artists
-03862190 06 n 01 outsole 0 003 @ 04258982 n 0000 #p 04199027 n 0000 #p 02872752 n 0000 | the outer sole of a shoe or boot that is the bottom of the shoe and makes contact with the ground
-03862379 06 n 01 outwork 0 001 @ 03171356 n 0000 | subsidiary defensive structure lying outside the main fortified area; "the outworks of the castle"
-03862531 06 n 01 Oval_Office 0 002 @i 03449858 n 0000 #p 04580777 n 0000 | the office of the President of the United States in the White House
-03862676 06 n 01 oven 0 006 @ 03620052 n 0000 ~ 02905036 n 0000 ~ 03259280 n 0000 ~ 03425241 n 0000 ~ 04111531 n 0000 ~ 04388473 n 0000 | kitchen appliance used for baking or roasting
-03862862 06 n 01 oven_thermometer 0 001 @ 04421872 n 0000 | a thermometer that registers the temperature inside an oven
-03862984 06 n 01 ovenware 0 001 @ 03133538 n 0000 | heat-resistant dishware in which food can be cooked as well as served
-03863108 06 n 01 overall 0 001 @ 04600912 n 0000 | (usually plural) work clothing consisting of denim trousers (usually with a bib and shoulder straps)
-03863262 06 n 03 overall 2 boilersuit 0 boilers_suit 0 002 @ 03121897 n 0000 ;r 08860123 n 0000 | a loose protective coverall or smock worn over ordinary clothing for dirty work
-03863442 06 n 02 overcast 0 overcasting 0 005 @ 04578559 n 0000 + 01330269 v 0201 + 01330093 v 0201 + 01330093 v 0101 + 01330269 v 0101 | a long whipstitch or overhand stitch overlying an edge to prevent raveling
-03863657 06 n 02 overcoat 1 overcoating 0 001 @ 03058107 n 0000 | an additional protective coating (as of paint or varnish)
-03863783 06 n 01 overdrive 0 001 @ 03518631 n 0000 | a high gear used at high speeds to maintain the driving speed with less output power
-03863923 06 n 02 overgarment 0 outer_garment 0 007 @ 03419014 n 0000 ! 04508163 n 0101 ~ 02666079 n 0000 ~ 03045337 n 0000 ~ 03057021 n 0000 ~ 03588216 n 0000 ~ 04252560 n 0000 | a garment worn over other garments
-03864139 06 n 01 overhand_knot 0 001 @ 03627232 n 0000 | a simple small knot (often used as part of other knots)
-03864254 06 n 01 overhand_stitch 0 001 @ 04180314 n 0000 | a stitch passing over an edge vertically
-03864356 06 n 01 overhang 0 005 @ 04008947 n 0000 + 02697435 v 0101 + 02713748 v 0101 ~ 03263076 n 0000 ~ 03321672 n 0000 | projection that extends beyond or hangs over something else
-03864542 06 n 01 overhead 0 003 @ 02990373 n 0000 #p 02932227 n 0000 ;c 00314469 n 0000 | (nautical) the top surface of an enclosed space on a ship
-03864692 06 n 01 overhead_projector 0 001 @ 04009552 n 0000 | a projector operated by a speaker; projects the image over the speaker's head
-03864834 06 n 01 overlay 1 002 @ 03650173 n 0000 @ 03169390 n 0000 | a layer of decorative material (such as gold leaf or wood veneer) applied over a surface
-03864994 06 n 02 overload 0 overburden 0 006 @ 03679986 n 0000 + 01487718 v 0201 + 00750842 v 0201 + 01488555 v 0101 + 00182037 v 0102 + 01488847 v 0101 | an excessive burden
-03865171 06 n 01 overload 2 001 @ 03679986 n 0000 | an electrical load that exceeds the available electrical power
-03865288 06 n 01 overmantel 0 001 @ 04190052 n 0000 | a shelf over a mantelpiece
-03865371 06 n 03 overnighter 0 overnight_bag 0 overnight_case 0 002 @ 02773838 n 0000 ~ 04518764 n 0000 | a small traveling bag to carry clothing and accessories for staying overnight
-03865557 06 n 02 overpass 0 flyover 0 001 @ 02898711 n 0000 | bridge formed by the upper level of a crossing of two highways at different levels
-03865704 06 n 02 overprint 0 surprint 0 002 @ 04003597 n 0000 + 01748273 v 0101 | something added by overprinting
-03865820 06 n 01 override 0 001 @ 03183080 n 0000 | a manually operated device to correct the operation of an automatic device
-03865949 06 n 01 overshoe 0 002 @ 03380867 n 0000 ~ 02735538 n 0000 | footwear that protects your shoes from water or snow or cold
-03866082 06 n 01 overskirt 0 001 @ 04230808 n 0000 | an outer skirt worn over another skirt
-03866176 06 n 02 over-the-counter_drug 0 over-the-counter_medicine 0 003 @ 03740161 n 0000 ! 03999280 n 0203 ! 03999280 n 0101 | a drug that is sold without a prescription
-03866350 06 n 02 over-the-counter_market 0 OTC_market 0 001 @ 04323026 n 0000 | a stock exchange where securities transactions are made via telephone and computer rather than on the floor of an exchange
-03866555 06 n 01 Ovocon 0 003 @ 03936895 n 0000 %s 14746417 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norethindrone
-03866721 06 n 03 ovolo 0 thumb 1 quarter_round 0 002 @ 03780392 n 0000 ~ 03263640 n 0000 | a convex molding having a cross section in the form of a quarter of a circle or of an ellipse
-03866908 06 n 01 Ovral 0 003 @ 03936895 n 0000 %s 14747007 n 0000 %s 14750316 n 0000 | trade name for an oral contraceptive containing estradiol and norgestrel
-03867070 06 n 01 Ovrette 0 002 @ 03936895 n 0000 %s 14747007 n 0000 | trade name for an oral contraceptive containing norgestrel
-03867201 06 n 01 Ovulen 0 002 @ 03936895 n 0000 %s 14751216 n 0000 | trade name for an oral contraceptive containing mestranol and a progestin compound
-03867355 06 n 01 oxacillin 0 001 @ 03910417 n 0000 | a form of penicillin resistant to penicillinase and effective against penicillin-resistant staphylococci
-03867515 06 n 02 oxaprozin 0 Daypro 0 003 @ 03828465 n 0000 ;u 06845599 n 0201 %s 14862753 n 0000 | a nonsteroidal anti-inflammatory drug (trade name Daypro)
-03867675 06 n 02 oxazepam 0 Serax 0 002 @ 03771443 n 0000 ;u 06845599 n 0201 | a tranquilizing drug (trade name Serax) used to treat anxiety and insomnia and alcohol withdrawal
-03867854 06 n 01 oxbow 0 001 @ 03391770 n 0000 | a wooden framework bent in the shape of a U; its upper ends are attached to the horizontal yoke and the loop goes around the neck of an ox
-03868044 06 n 01 Oxbridge 0 002 @ 04511002 n 0000 ;r 08860123 n 0000 | general term for an ancient and prestigious and privileged university (especially Oxford University or Cambridge University)
-03868242 06 n 01 oxcart 0 001 @ 02970849 n 0000 | a cart that is drawn by an ox
-03868324 06 n 01 oxeye 0 001 @ 03224753 n 0000 | an oval or round dormer window
-03868406 06 n 01 oxford 0 002 @ 04199027 n 0000 ~ 04124370 n 0000 | a low shoe laced over the instep
-03868509 06 n 02 Oxford_University 0 Oxford 1 003 @i 04511002 n 0000 #p 08877807 n 0000 + 03095813 a 0201 | a university in England
-03868643 06 n 01 oximeter 0 001 @ 03733925 n 0000 | a measuring instrument that measures the oxygen in arterial blood
-03868763 06 n 01 oxyacetylene_torch 0 001 @ 02855390 n 0000 | a blowtorch that burns oxyacetylene
-03868863 06 n 01 oxygen_mask 0 002 @ 02895606 n 0000 #p 02731629 n 0000 | a breathing device that is placed over the mouth and nose; supplies oxygen from an attached storage tank
-03869044 06 n 02 oxyphenbutazone 0 Tandearil 0 002 @ 02721538 n 0000 ;u 06845599 n 0201 | an anti-inflammatory drug (trade name Tandearil) used to treat arthritis and bursitis
-03869222 06 n 02 oxyphencyclimine 0 Daricon 0 002 @ 02717901 n 0000 ;u 06845599 n 0201 | an anticholinergic drug (trade name Daricon) used in treating peptic ulcers
-03869389 06 n 04 oxytetracycline 0 hydroxytetracycline 0 oxytetracycline_hydrochloride 0 Terramycin 0 002 @ 02716866 n 0000 ;u 06851742 n 0401 | a yellow crystalline antibiotic (trademark Terramycin) obtained from a soil actinomycete; used to treat various bacterial and rickettsial infections
-03869685 06 n 02 oxytocic 0 oxytocic_drug 0 001 @ 03740161 n 0000 | a drug that induces labor by stimulating contractions of the muscles of the uterus
-03869838 06 n 01 oyster_bar 0 001 @ 02789487 n 0000 | a bar (as in a restaurant) that specializes in oysters prepared in different ways
-03869976 06 n 03 oyster_bed 0 oyster_bank 0 oyster_park 0 001 @ 04602044 n 0000 | a workplace where oysters are bred and grown
-03870105 06 n 01 pace_car 0 002 @ 02958343 n 0000 ;c 00449517 n 0000 | a high-performance car that leads a parade of competing cars through the pace lap and then pulls off the course
-03870290 06 n 02 pacemaker 0 artificial_pacemaker 0 001 @ 03277771 n 0000 | an implanted electronic device that takes over the function of the natural cardiac pacemaker
-03870461 06 n 01 pacifier 1 001 @ 04424418 n 0000 | anything that serves to pacify
-03870546 06 n 01 pack 0 002 @ 03871083 n 0000 + 01482449 v 0101 | a convenient package or parcel (as of cigarettes or film)
-03870672 06 n 01 pack 2 004 @ 02919414 n 0000 + 01483131 v 0101 + 01926031 v 0102 + 01451176 v 0101 | a bundle (especially one carried on the back)
-03870822 06 n 01 pack 3 002 @ 03111899 n 0000 + 00108909 v 0101 | a sheet or blanket (either dry or wet) to wrap around the body for its therapeutic effect
-03870980 06 n 02 pack 4 face_pack 0 001 @ 03111899 n 0000 | a cream that cleanses and tones the skin
-03871083 06 n 02 package 0 parcel 0 006 @ 03094503 n 0000 + 01283746 v 0201 + 01485158 v 0102 ~ 02919414 n 0000 ~ 03870546 n 0000 ~ 03871628 n 0000 | a wrapped container
-03871255 06 n 01 packaged_goods 0 002 @ 03461119 n 0000 ;u 06295235 n 0000 | groceries that are packaged for sale
-03871371 06 n 03 package_store 0 liquor_store 0 off-licence 0 001 @ 04202417 n 0000 | a store that sells alcoholic beverages for consumption elsewhere
-03871524 06 n 01 packaging 0 002 @ 03729951 n 0000 ~ 02852360 n 0000 | material used to make packages
-03871628 06 n 01 packet 0 002 @ 03871083 n 0000 ~ 03167978 n 0000 | a small package or bundle
-03871724 06 n 02 packing_box 1 packing_case 0 001 @ 03127925 n 0000 | a large crate in which goods are packed for shipment or storage
-03871860 06 n 02 packinghouse 0 packing_plant 0 001 @ 03956922 n 0000 | a plant where livestock are slaughtered and processed and packed as meat products
-03872016 06 n 01 packinghouse 1 001 @ 02913152 n 0000 | a building where foodstuffs are processed and packed; "they came from an apple packinghouse"
-03872167 06 n 01 packing_needle 0 001 @ 03816136 n 0000 | a large needle used to sew up canvas packages
-03872273 06 n 01 packsaddle 0 001 @ 04123740 n 0000 | a saddle for pack animals to which loads can be attached
-03872386 06 n 01 packthread 0 001 @ 04337974 n 0000 | a strong three-ply twine used to sew or tie packages
-03872495 06 n 01 pad 0 016 @ 03873064 n 0000 + 00321486 v 0101 + 01526956 v 0101 ~ 02967626 n 0000 ~ 03040229 n 0000 ~ 03728131 n 0000 ~ 03731164 n 0000 ~ 03731590 n 0000 ~ 03882346 n 0000 ~ 03958910 n 0000 ~ 03992115 n 0000 ~ 03994874 n 0000 ~ 04055030 n 0000 ~ 04135315 n 0000 ~ 04380801 n 0000 ~ 04470741 n 0000 | a flat mass of soft material used for protection, stuffing, or comfort
-03872885 06 n 04 pad 5 inkpad 0 inking_pad 0 stamp_pad 0 001 @ 02852523 n 0000 | a block of absorbent material saturated with ink; used to transfer ink evenly to a rubber stamp
-03873064 06 n 02 padding 0 cushioning 0 011 @ 00021939 n 0000 + 01576917 v 0201 + 01526956 v 0101 + 00321486 v 0101 ~ 03151500 n 0000 ~ 03319653 n 0000 ~ 03872495 n 0000 ~ 04345458 n 0000 %s 14870078 n 0000 %s 14925776 n 0000 %s 14959939 n 0000 | artifact consisting of soft or resilient material used to fill or give shape or protect or add comfort
-03873416 06 n 02 paddle 0 boat_paddle 0 002 @ 03837422 n 0000 + 01947887 v 0101 | a short light oar used without an oarlock to propel a canoe or small boat
-03873574 06 n 01 paddle 1 002 @ 03575958 n 0000 + 01420928 v 0102 | an instrument of punishment consisting of a flat board
-03873699 06 n 01 paddle 2 004 @ 02848523 n 0000 #p 03767203 n 0000 #p 03874293 n 0000 + 01419373 v 0101 | a blade of a paddle wheel or water wheel
-03873848 06 n 01 paddle 3 002 @ 02806379 n 0000 ~ 04381724 n 0000 | small wooden bat with a flat surface; used for hitting balls in various games
-03873996 06 n 02 paddle_box 0 paddle-box 0 002 @ 03122748 n 0000 #p 03874293 n 0000 | a wooden covering for the upper part of a paddlewheel
-03874138 06 n 02 paddle_steamer 0 paddle-wheeler 0 003 @ 04309348 n 0000 ~ 04215800 n 0000 ~ 04317063 n 0000 | a steam vessel propelled by paddle wheels
-03874293 06 n 02 paddlewheel 0 paddle_wheel 0 003 @ 04574999 n 0000 %p 03873699 n 0000 %p 03873996 n 0000 | a large wheel fitted with paddles and driven by an engine in order to propel a boat
-03874487 06 n 01 paddock 0 001 @ 03907227 n 0000 | pen where racehorses are saddled and paraded before a race
-03874599 06 n 01 padlock 0 003 @ 03682487 n 0000 + 01342012 v 0101 %p 04181561 n 0000 | a detachable lock; has a hinged shackle that can be passed through the staple of a hasp or the links in a chain and then snapped shut
-03874823 06 n 02 page_printer 0 page-at-a-time_printer 0 002 @ 04004475 n 0000 ~ 04608809 n 0000 | a printer that prints one page at a time
-03874965 06 n 01 pagoda 0 001 @ 04407435 n 0000 | an Asian temple; usually a pyramidal tower with an upward curving roof
-03875088 06 n 02 paillasse 0 palliasse 0 001 @ 03731164 n 0000 | mattress consisting of a thin pad filled with straw or sawdust
-03875218 06 n 02 paint 0 pigment 0 019 @ 03058107 n 0000 @ 14984973 n 0000 + 01363482 v 0101 + 01684663 v 0101 + 01362736 v 0101 + 01684899 v 0101 ~ 02677136 n 0000 ~ 02720048 n 0000 ~ 03058949 n 0000 ~ 03212698 n 0000 ~ 03284886 n 0000 ~ 03285578 n 0000 ~ 03342015 n 0000 ~ 03546112 n 0000 ~ 03844233 n 0000 ~ 04172230 n 0000 ~ 04287898 n 0000 ~ 04557308 n 0000 %s 14989820 n 0000 | a substance used as a coating to protect or decorate a surface (especially a mixture of pigment suspended in a liquid); dries to form a hard coating; "artists use `paint' and `pigment' interchangeably"
-03875806 06 n 01 paintball 0 001 @ 02957755 n 0000 | a capsule filled with water-soluble dye used as a projectile in playing the game of paintball
-03875955 06 n 01 paintball_gun 0 002 @ 02689274 n 0000 @ 03414162 n 0000 | an air gun used in the game of paintball; designed to simulate a semiautomatic
-03876111 06 n 01 paintbox 0 001 @ 02883344 n 0000 | a box containing a collection of cubes or tubes of artists' paint
-03876231 06 n 01 paintbrush 0 002 @ 02908217 n 0000 @ 02730265 n 0000 | a brush used as an applicator (to apply paint)
-03876352 06 n 01 painter 0 002 @ 03670849 n 0000 ;c 02858304 n 0000 | a line that is attached to the bow of a boat and used for tying up (as when docking or towing)
-03876519 06 n 02 painting 0 picture 1 026 @ 03453809 n 0000 + 02861617 a 0202 + 01686956 v 0201 + 01688256 v 0202 + 01684899 v 0101 + 01684663 v 0101 ~ 02669001 n 0000 ~ 03036149 n 0000 ~ 03164532 n 0000 ~ 03212535 n 0000 ~ 03342127 n 0000 ~ 03558971 n 0000 ~ 03640166 n 0000 ~ 03769397 n 0000 ~ 03783304 n 0000 ~ 03799710 n 0000 ~ 03835197 n 0000 ~ 03844349 n 0000 ~ 03912929 n 0000 ~ 04134862 n 0000 ~ 04161233 n 0000 ~ 04171373 n 0000 ~ 04319432 n 0000 ~ 04389340 n 0000 ~ 04487576 n 0000 ~ 04558578 n 0000 | graphic art consisting of an artistic composition made by applying paints to a surface; "a small painting by Picasso"; "he bought the painting as an investment"; "his pictures hang in the Louvre"
-03877229 06 n 01 paint_roller 0 001 @ 04101497 n 0000 | a roller that has an absorbent surface used for spreading paint
-03877351 06 n 01 paisley 0 001 @ 03309808 n 0000 | a soft wool fabric with a colorful swirled pattern of curved shapes
-03877472 06 n 04 pajama 0 pyjama 0 pj's 0 jammies 0 002 @ 03825080 n 0000 ~ 04235771 n 0000 | (usually plural) loose-fitting nightclothes worn for sleeping or lounging; have a jacket top and trousers
-03877674 06 n 02 pajama 2 pyjama 2 001 @ 04489008 n 0000 | a pair of loose trousers tied by a drawstring around the waist; worn by men and women in some Asian countries
-03877845 06 n 01 palace 0 007 @ 04079244 n 0000 + 03096141 a 0101 ~ 02695627 n 0000 ~i 02696669 n 0000 ~i 03645866 n 0000 ~i 04496173 n 0000 ~i 04529486 n 0000 | official residence of an exalted person (as a sovereign)
-03878066 06 n 02 palace 1 castle 2 004 @ 03719053 n 0000 + 01286093 a 0101 %p 03457008 n 0000 ~i 08875843 n 0000 | a large and stately mansion
-03878211 06 n 01 palace 2 001 @ 03303831 n 0000 | a large ornate exhibition hall
-03878294 06 n 02 palanquin 0 palankeen 0 001 @ 03678362 n 0000 | a closed litter carried on the shoulders of four bearers
-03878418 06 n 01 paleolith 0 001 @ 04451818 n 0000 | a stone tool from the Paleolithic age
-03878511 06 n 02 palestra 0 palaestra 0 001 @ 08570758 n 0000 | a public place in ancient Greece or Rome devoted to the training of wrestlers and other athletes
-03878674 06 n 02 palette 0 pallet 1 001 @ 02856463 n 0000 | board that provides a flat surface on which artists mix paints and the range of colors used
-03878828 06 n 01 palette_knife 0 001 @ 04269944 n 0000 | a spatula used by artists for mixing or applying or scraping off oil paints
-03878963 06 n 01 palisade 0 002 @ 03385557 n 0000 + 01130607 v 0102 | fortification consisting of a strong fence made of stakes driven into the ground
-03879116 06 n 05 pall 1 shroud 0 cerement 0 winding-sheet 0 winding-clothes 0 005 @ 02922159 n 0000 + 02749768 v 0201 + 01582200 v 0201 + 01300437 v 0201 + 01335588 v 0101 | burial garment in which a corpse is wrapped
-03879336 06 n 01 pallet 0 001 @ 03731164 n 0000 | a mattress filled with straw or a pad made of quilts; used as a bed
-03879456 06 n 01 pallet 2 001 @ 03489162 n 0000 | a hand tool with a flat blade used by potters for mixing and shaping clay
-03879582 06 n 01 pallet 3 001 @ 03961939 n 0000 | a portable platform for storing or moving goods that are stacked on it
-03879705 06 n 02 pallette 0 palette 1 002 @ 02740764 n 0000 #p 02862048 n 0000 | one of the rounded armor plates at the armpits of a suit of armor
-03879854 06 n 03 palliative 0 alleviant 0 alleviator 0 004 @ 04074482 n 0000 + 00064095 v 0302 + 00064095 v 0202 + 01341153 a 0106 | remedy that alleviates pain without curing
-03880032 06 n 01 pallium 0 001 @ 03045337 n 0000 | cloak or mantle worn by men in ancient Rome
-03880129 06 n 01 pallium 1 002 @ 04532106 n 0000 ;c 08083599 n 0000 | (Roman Catholic Church) vestment consisting of a band encircling the shoulders with two lappets hanging in front and back
-03880323 06 n 01 pan 0 008 @ 03094503 n 0000 + 01536508 v 0101 ~ 02776007 n 0000 ~ 03207548 n 0000 ~ 03242264 n 0000 %p 03882960 n 0000 ~ 03883664 n 0000 ~ 04551833 n 0000 | shallow container made of metal
-03880531 06 n 02 pan 1 cooking_pan 0 008 @ 03101986 n 0000 ~ 03242390 n 0000 ~ 03400231 n 0000 ~ 03846677 n 0000 ~ 03900301 n 0000 ~ 04097760 n 0000 ~ 04138977 n 0000 ~ 04596742 n 0000 | cooking utensil consisting of a wide metal vessel
-03880770 06 n 04 panacea 0 nostrum 1 catholicon 0 cure-all 0 002 @ 04074482 n 0000 ~ 07883384 n 0000 | hypothetical remedy for all ills or diseases; once sought by the alchemists
-03880951 06 n 01 panache 0 001 @ 03969998 n 0000 | a feathered plume on a helmet
-03881034 06 n 01 Panama_Canal 0 002 @i 04196337 n 0000 #p 08739206 n 0000 | a ship canal 40 miles long across the Isthmus of Panama built by the United States (1904-1914)
-03881207 06 n 03 panatela 0 panetela 0 panetella 0 001 @ 03030035 n 0000 | a long slender cigar
-03881305 06 n 01 pancake_turner 0 001 @ 04500060 n 0000 | turner for serving or turning pancakes
-03881404 06 n 01 panchromatic_film 0 001 @ 03338821 n 0000 | photographic film sensitive to light of all colors (including red)
-03881534 06 n 01 panda_car 0 002 @ 03141065 n 0000 ;r 08860123 n 0000 | a police cruiser
-03881625 06 n 01 Pandora's_box 0 002 @i 03014705 n 0000 ;c 07979425 n 0000 | (Greek mythology) a box that Zeus gave to Pandora with instructions that she not open it; she gave in to her curiosity and opened it; all the miseries and evils flew out to afflict mankind
-03881893 06 n 03 pane 0 pane_of_glass 0 window_glass 0 003 @ 03961070 n 0000 #p 04587648 n 0000 ~ 04589745 n 0000 | sheet glass cut in shapes for windows or doors
-03882058 06 n 01 panel 0 009 @ 04188643 n 0000 + 01678519 v 0101 ~ 03064443 n 0000 ~ 03379461 n 0000 ~ 03502200 n 0000 ~ 03882611 n 0000 ~ 04543996 n 0000 ~ 04544138 n 0000 ~ 04588587 n 0000 | sheet that forms a distinct (usually flat and rectangular) section or component of something
-03882346 06 n 01 panel 2 001 @ 03872495 n 0000 | a soft pad placed under a saddle
-03882430 06 n 01 panel_heating 0 001 @ 03509025 n 0000 | heating system consisting of wall or floor or baseboard or ceiling panels containing electric conductors or heating pipes
-03882611 06 n 03 paneling 0 panelling 0 pane 1 008 @ 03882058 n 0000 #p 04546855 n 0000 #p 04371979 n 0000 #p 03307274 n 0000 #p 04239074 n 0000 + 01678519 v 0201 + 01678519 v 0101 ~ 04548503 n 0000 | a panel or section of panels in a wall or door
-03882861 06 n 01 panel_light 0 001 @ 03665366 n 0000 | a light to illuminate an instrument panel
-03882960 06 n 01 panhandle 0 002 @ 03485997 n 0000 #p 03880323 n 0000 | the handle of a pan
-03883054 06 n 01 panic_button 0 001 @ 04027023 n 0000 | a button to push in order to summon help in case of an emergency; "the circuit is operated by a panic button"; "when he saw that I was angry he hit the panic button"
-03883278 06 n 01 pannier 0 001 @ 03534429 n 0000 | set of small hoops used to add fullness over the hips
-03883385 06 n 01 pannier 1 001 @ 04582349 n 0000 | a large basket (usually one of a pair) carried by a beast of burden or on by a person
-03883524 06 n 01 pannier 2 001 @ 02773037 n 0000 | either of a pair of bags or boxes hung over the rear wheel of a vehicle (as a bicycle)
-03883664 06 n 01 pannikin 0 002 @ 03880323 n 0000 ;r 08860123 n 0000 | a small pan or cup (usually of tin)
-03883773 06 n 01 panopticon 0 001 @ 04005630 n 0000 | a circular prison with cells distributed around a central surveillance station; proposed by Jeremy Bentham in 1791
-03883944 06 n 01 panopticon 1 003 @ 02735688 n 0000 + 02516785 a 0102 ~ 04209811 n 0000 | an area where everything is visible
-03884072 06 n 03 panorama 0 cyclorama 0 diorama 0 002 @ 03931044 n 0000 + 02561123 a 0102 | a picture (or series of pictures) representing a continuous scene
-03884232 06 n 01 panoramic_sight 0 001 @ 03470387 n 0000 | gunsight (a telescopic device for an artillery piece) that can be rotated horizontally in a full circle
-03884397 06 n 03 panpipe 0 pandean_pipe 0 syrinx 0 001 @ 03945615 n 0000 | a primitive wind instrument consisting of several parallel pipes bound together
-03884554 06 n 01 pantaloon 0 001 @ 04489008 n 0000 | trousers worn in former times
-03884639 06 n 01 pantechnicon 1 002 @ 03796401 n 0000 ;r 08860123 n 0000 | a large moving van (especially one used for moving furniture)
-03884778 06 n 01 pantheon 0 004 @ 04407435 n 0000 ;r 08780881 n 0000 ;r 08806897 n 0000 ;c 15253139 n 0000 | (antiquity) a temple to all the gods
-03884926 06 n 01 pantheon 1 001 @ 03743902 n 0000 | a monument commemorating a nation's dead heroes
-03885028 06 n 04 pantie 0 panty 0 scanty 0 step-in 0 002 @ 04508489 n 0000 ;u 06295235 n 0000 | short underpants for women or children (usually used in the plural)
-03885194 06 n 02 panting 0 trousering 0 001 @ 03309808 n 0000 | any fabric used to make trousers
-03885293 06 n 02 pant_leg 0 trouser_leg 0 002 @ 03654576 n 0000 #p 04489008 n 0000 | the leg of a pair of trousers
-03885410 06 n 01 pantograph 0 001 @ 03736970 n 0000 | mechanical device used to copy a figure or plan on a different scale
-03885535 06 n 03 pantry 0 larder 0 buttery 1 002 @ 04329477 n 0000 ~ 04319545 n 0000 | a small storeroom for storing foods or wines
-03885669 06 n 02 pants_suit 0 pantsuit 0 001 @ 04233832 n 0000 | a pair of pants and a matching jacket worn by women
-03885788 06 n 01 panty_girdle 0 001 @ 03112869 n 0000 | a woman's undergarment that combines a girdle and panties
-03885904 06 n 01 pantyhose 0 003 @ 04434932 n 0000 %p 04323819 n 0000 %p 04508489 n 0000 | a woman's tights consisting of underpants and stockings
-03886053 06 n 01 panzer 0 002 @ 04389033 n 0000 ;r 08766988 n 0000 | an armored vehicle or tank
-03886151 06 n 01 papal_cross 0 001 @ 03135152 n 0000 | a cross with three crossbars
-03886237 06 n 02 papaverine 0 Kavrin 0 002 @ 03800001 n 0000 ;u 06845599 n 0201 | an alkaloid medicine (trade name Kavrin) obtained from opium; used to relax smooth muscles; it is nonaddictive
-03886432 06 n 07 paperback_book 0 paper-back_book 0 paperback 0 softback_book 0 softback 0 soft-cover_book 0 soft-cover 0 003 @ 02870092 n 0000 + 00257232 a 0301 ~ 03973170 n 0000 | a book with paper covers
-03886641 06 n 01 paper_chain 0 001 @ 02999410 n 0000 | a chain made of loops of colored paper; used to decorate a room
-03886762 06 n 03 paper_clip 0 paperclip 0 gem_clip 0 001 @ 03043958 n 0000 | a wire or plastic clip for holding sheets of paper together; "the paper clip was invented in 1900"
-03886940 06 n 01 paper_cutter 0 001 @ 03154446 n 0000 | a cutting implement for cutting sheets of paper to the desired size
-03887066 06 n 01 paper_doll 0 001 @ 03219135 n 0000 | a piece of paper cut or folded into the shape of a human being
-03887185 06 n 01 paper_fastener 0 003 @ 03323703 n 0000 ~ 04303095 n 0000 ~ 04431745 n 0000 | a fastener for holding a sheet of paper in place
-03887330 06 n 01 paper_feed 0 001 @ 03183080 n 0000 | a device for inserting sheets of paper into a printer or typewriter; "the job was delayed because the paper feed was clogged"
-03887512 06 n 01 paper_mill 0 001 @ 03316406 n 0000 | a mill where paper is manufactured
-03887603 06 n 01 paper_plate 0 001 @ 03959485 n 0000 | a disposable plate made of cardboard
-03887697 06 n 01 paper_towel 0 001 @ 04459362 n 0000 | a disposable towel made of absorbent paper
-03887797 06 n 01 paperweight 0 001 @ 04571088 n 0000 | a weight used to hold down a stack of papers
-03887899 06 n 01 parabolic_mirror 0 002 @ 03888022 n 0000 #p 04068601 n 0000 | a parabolic reflector for light radiation
-03888022 06 n 02 parabolic_reflector 0 paraboloid_reflector 0 002 @ 04069276 n 0000 ~ 03887899 n 0000 | a concave reflector used to produce a parallel beam when the source is placed at its focus or to focus an incoming parallel beam
-03888257 06 n 02 parachute 0 chute 1 012 @ 04077734 n 0000 + 01968275 v 0201 + 10397482 n 0101 + 01968275 v 0102 %p 02952109 n 0000 ~ 03245271 n 0000 ~ 03245421 n 0000 %p 03495039 n 0000 ~ 03889726 n 0000 %p 04093915 n 0000 %p 04210723 n 0000 %p 04305641 n 0000 | rescue equipment consisting of a device that fills with air and retards your fall
-03888605 06 n 02 parallel_bars 0 bars 0 004 @ 03472232 n 0000 ;u 06295235 n 0000 %p 02790154 n 0000 ~ 04509260 n 0000 | gymnastic apparatus consisting of two parallel wooden rods supported on uprights
-03888808 06 n 02 parallel_circuit 0 shunt_circuit 0 001 @ 03048883 n 0000 | a closed circuit in which the current divides into two or more paths before recombining to complete the circuit
-03888998 06 n 02 parallel_interface 0 parallel_port 0 001 @ 03578656 n 0000 | an interface between a computer and a printer where the computer sends multiple bits of information to the printer simultaneously
-03889208 06 n 01 paramagnet 0 002 @ 03705379 n 0000 + 03002617 a 0101 | magnet made of a substance whose magnetization is proportional to the strength of the magnetic field applied to it
-03889397 06 n 01 parang 0 001 @ 03623556 n 0000 | a stout straight knife used in Malaysia and Indonesia
-03889503 06 n 02 parapet 0 breastwork 0 002 @ 03385557 n 0000 ~ 03699754 n 0000 | fortification consisting of a low wall
-03889626 06 n 01 parapet 1 001 @ 04546855 n 0000 | a low wall along the edge of a roof or balcony
-03889726 06 n 01 parasail 0 001 @ 03888257 n 0000 | parachute that will lift a person up into the air when it is towed by a motorboat or a car
-03889871 06 n 02 parasol 0 sunshade 1 001 @ 04181718 n 0000 | a handheld collapsible source of shade
-03889974 06 n 02 paregoric 0 camphorated_tincture_of_opium 0 001 @ 03740161 n 0000 | medicine used to treat diarrhea
-03890093 06 n 02 parer 0 paring_knife 0 002 @ 03623556 n 0000 + 01262936 v 0103 | a small sharp knife used in paring fruits or vegetables
-03890233 06 n 01 parfait_glass 0 001 @ 03438257 n 0000 | a tall slender glass with a short stem in which parfait is served
-03890358 06 n 03 pargeting 0 pargetting 0 pargetry 0 004 @ 03957567 n 0000 + 01361561 v 0301 + 01361561 v 0201 + 01361561 v 0101 | ornamental plasterwork
-03890514 06 n 05 pari-mutuel_machine 0 totalizer 1 totaliser 1 totalizator 0 totalisator 0 001 @ 03082979 n 0000 | computer that registers bets and divides the total amount bet among those who won
-03890713 06 n 03 Paris_University 0 University_of_Paris 0 Sorbonne 0 002 @i 04511002 n 0000 #p 08932568 n 0000 | a university in Paris; intellectual center of France
-03890881 06 n 01 park 1 003 @ 03431243 n 0000 + 01934427 v 0101 + 01493380 v 0101 | a gear position that acts as a parking brake; "the put the car in park and got out"
-03891051 06 n 04 parka 0 windbreaker 0 windcheater 0 anorak 0 004 @ 03589791 n 0000 ;r 08860123 n 0000 ~ 02937010 n 0000 ~ 04230387 n 0000 | a kind of heavy jacket (`windcheater' is a British term)
-03891251 06 n 01 park_bench 0 001 @ 02828884 n 0000 | a bench in a public park
-03891332 06 n 01 parking_meter 0 001 @ 04438304 n 0000 | a coin-operated timer located next to a parking space; depositing money into it entitles you to park your car there for a specified length of time
-03891538 06 n 02 parlor 0 parlour 0 001 @ 04061793 n 0000 | reception room in an inn or club where visitors can be received
-03891664 06 n 05 parlor_car 0 parlour_car 0 drawing-room_car 0 palace_car 0 chair_car 0 001 @ 03895866 n 0000 | a passenger car for day travel; you pay extra fare for individual chairs
-03891851 06 n 02 paroxetime 0 Paxil 0 002 @ 04169152 n 0000 ;u 06845599 n 0201 | a selective-serotonin reuptake inhibitor commonly prescribed as an antidepressant (trade name Paxil)
-03892035 06 n 01 parquet 0 002 @ 04162998 n 0000 #p 04417809 n 0000 | seating on the main floor between the orchestra and the parquet circle
-03892178 06 n 02 parquet 1 parquet_floor 0 001 @ 03365592 n 0000 | a floor made of parquetry
-03892273 06 n 02 parquet_circle 0 parterre 0 002 @ 04162998 n 0000 #p 04417809 n 0000 | seating at the rear of the main floor (beneath the balconies)
-03892425 06 n 02 parquetry 0 parqueterie 0 002 @ 03572449 n 0000 @ 03366823 n 0000 | a patterned wood inlay used to cover a floor
-03892557 06 n 03 parsonage 0 vicarage 0 rectory 0 002 @ 04079244 n 0000 ~ 03439348 n 0000 | an official residence provided by a church for its parson or vicar or rector
-03892728 06 n 01 Parsons_table 0 001 @ 04379243 n 0000 | a sturdy rectangular table with block legs at the four corners; the top and the legs are the same width
-03892891 06 n 02 part 0 portion 0 031 @ 00002684 n 0000 #p 00003553 n 0000 + 00524693 a 0101 ~ 02728763 n 0000 ~ 02845002 n 0000 ~ 02877865 n 0000 ~ 02915480 n 0000 ~ 02927399 n 0000 ~ 03081021 n 0000 ~ 03153681 n 0000 ~ 03375443 n 0000 ~ 03382533 n 0000 ~ 03385420 n 0000 ~ 03390207 n 0000 ~ 03511786 n 0000 ~ 03547658 n 0000 ~ 03596639 n 0000 ~ 03669094 n 0000 ~ 03814348 n 0000 ~ 03905053 n 0000 ~ 03932203 n 0000 ~ 04000867 n 0000 ~ 04162599 n 0000 ~ 04164989 n 0000 ~ 04183663 n 0000 ~ 04277980 n 0000 ~ 04444345 n 0000 ~ 04500866 n 0000 ~ 04515630 n 0000 ~ 04515729 n 0000 ~ 04606358 n 0000 | something less than the whole of a human artifact; "the rear part of the house"; "glue the two parts together"
-03893603 06 n 01 parterre 1 001 @ 03368637 n 0000 | an ornamental flower garden; beds and paths are arranged to form a pattern
-03893732 06 n 01 Parthenon 0 002 @i 04407435 n 0000 #p 08785343 n 0000 | the main temple of the goddess Athena; built on the acropolis in Athens more than 400 years B.C.; example of Doric architecture
-03893935 06 n 01 partial_denture 0 001 @ 03176386 n 0000 | a denture replacing one or more teeth in a dental arch
-03894051 06 n 01 particle_detector 0 004 @ 03003730 n 0000 ~ 02909165 n 0000 ~ 03052628 n 0000 ~ 04268418 n 0000 | a chamber in which particles can be made visible
-03894217 06 n 02 partisan 0 partizan 0 001 @ 03935450 n 0000 | a pike with a long tapering double-edged blade with lateral projections; 16th and 17th centuries
-03894379 06 n 02 partition 0 divider 0 009 @ 04341686 n 0000 + 02621853 v 0202 + 02467662 v 0201 + 01563724 v 0101 + 00332835 v 0101 ~ 02893269 n 0000 ~ 02915675 n 0000 ~ 04152387 n 0000 ~ 04546855 n 0000 | a vertical structure that divides or separates (as a wall divides one room from another)
-03894677 06 n 01 parts_bin 0 001 @ 02839910 n 0000 | a bin for holding spare parts
-03894762 06 n 04 party_favor 0 party_favour 0 favor 0 favour 0 002 @ 03610270 n 0000 ~ 03125352 n 0000 | souvenir consisting of a small gift given to a guest at a party
-03894933 06 n 01 party_line 0 001 @ 04402057 n 0000 | a telephone line serving two or more subscribers
-03895038 06 n 01 party_wall 0 001 @ 04547592 n 0000 | a wall erected on the line between two properties and shared by both owners
-03895170 06 n 01 parvis 0 001 @ 03120198 n 0000 | a courtyard or portico in front of a building (especially a cathedral)
-03895293 06 n 01 passage 0 011 @ 04564698 n 0000 ~ 02680512 n 0000 ~ 02694182 n 0000 ~ 03006105 n 0000 ~ 03089014 n 0000 ~ 03146449 n 0000 ~ 03352484 n 0000 ~ 03895585 n 0000 ~ 04092013 n 0000 ~ 04182514 n 0000 ~ 04428763 n 0000 | a way through or along which someone or something may pass
-03895585 06 n 01 passageway 0 011 @ 03895293 n 0000 ~ 02693860 n 0000 ~ 02733378 n 0000 ~ 02736396 n 0000 ~ 03112099 n 0000 ~ 03239399 n 0000 ~ 03415749 n 0000 ~ 03427909 n 0000 ~ 04182890 n 0000 ~ 04497962 n 0000 ~ 04546734 n 0000 | a passage between rooms or between buildings
-03895866 06 n 03 passenger_car 0 coach 1 carriage 1 008 @ 02959942 n 0000 #m 03896233 n 0000 ~ 03200357 n 0000 ~ 03828020 n 0000 ~ 03891664 n 0000 ~ 04020912 n 0000 ~ 04236001 n 0000 ~ 04246855 n 0000 | a railcar where passengers ride
-03896103 06 n 01 passenger_ship 0 003 @ 04194289 n 0000 %p 03549732 n 0000 ~ 03673027 n 0000 | a ship built to carry passengers
-03896233 06 n 01 passenger_train 0 006 @ 04468005 n 0000 %m 02775039 n 0000 ~ 02917067 n 0000 ~ 03078802 n 0000 %p 03116008 n 0000 %m 03895866 n 0000 | a train that carries passengers
-03896419 06 n 01 passenger_van 0 002 @ 04520170 n 0000 ~ 03770679 n 0000 | a van that carries passengers
-03896526 06 n 01 passe-partout 1 001 @ 03793186 n 0000 | a mounting for a picture using gummed tape
-03896628 06 n 01 passive_matrix_display 0 002 @ 03676759 n 0000 ~ 03252787 n 0000 | a type of LCD display used for some portable computers; parallel wires run both vertically and horizontally and pixels are turned on when the wires intersecting at that pixel are both energized; "passive matrix displays are generally inferior to active matrix displays"
-03896984 06 n 04 passkey 0 passe-partout 0 master_key 0 master 1 002 @ 03613294 n 0000 ~ 04226826 n 0000 | key that secures entrance everywhere
-03897130 06 n 01 pass-through 0 001 @ 03848729 n 0000 | an opening that resembles a window between two rooms (especially a shelved opening between a kitchen and dining room that is used to pass dishes)
-03897334 06 n 01 paste-up 0 002 @ 03081660 n 0000 ~ 03067912 n 0000 | a composition of flat objects pasted on a board or other backing; "they showed him a paste-up of the book jacket"
-03897520 06 n 01 pastiche 0 001 @ 04601690 n 0000 | a work of art that imitates the style of some previous work
-03897634 06 n 01 pastry_cart 0 001 @ 04176068 n 0000 | a serving cart for displaying pastry desserts to restaurant patrons
-03897759 06 n 01 pasty 0 001 @ 03897943 n 0000 | (usually used in the plural) one of a pair of adhesive patches worn to cover the nipples of exotic dancers and striptease performers
-03897943 06 n 01 patch 0 005 @ 03932670 n 0000 + 01590171 v 0101 ~ 03358380 n 0000 ~ 03897759 n 0000 ~ 04208065 n 0000 | a piece of cloth used as decoration or to mend or cover a hole
-03898129 06 n 01 patchcord 0 001 @ 04594489 n 0000 | a length of wire that has a plug at each end; used to make connections at a patchboard
-03898271 06 n 03 patchouli 0 patchouly 0 pachouli 0 001 @ 03916031 n 0000 | a heavy perfume made from the patchouli plant
-03898395 06 n 01 patch_pocket 0 001 @ 03972524 n 0000 | a flat pocket sewn to the outside of a garment
-03898500 06 n 01 patchwork 0 001 @ 04179385 n 0000 | sewing consisting of pieces of different materials sewn together in a pattern
-03898633 06 n 02 patchwork 1 patchwork_quilt 0 002 @ 04033995 n 0000 ~ 03128427 n 0000 | a quilt made by sewing patches of different materials together
-03898787 06 n 03 patent_log 0 screw_log 0 taffrail_log 0 001 @ 03686658 n 0000 | a cigar-shaped log with rotary fins that measure the ship's speed
-03898936 06 n 01 patent_medicine 0 002 @ 03740161 n 0000 ~ 03832305 n 0000 | medicine that is protected by a patent and available without a doctor's prescription
-03899100 06 n 01 paternoster 0 002 @ 03281145 n 0000 ;r 08860123 n 0000 | a type of lift having a chain of open compartments that move continually in an endless loop so that (agile) passengers can step on or off at each floor
-03899328 06 n 01 path 0 007 @ 04564698 n 0000 ~ 02900459 n 0000 ~ 03137228 n 0000 ~ 03640660 n 0000 ~ 03899533 n 0000 ~ 04461570 n 0000 ~ 04544979 n 0000 | a way especially designed for a particular use
-03899533 06 n 02 pathway 0 footpath 0 001 @ 03899328 n 0000 | a trodden path
-03899612 06 n 01 patina 0 004 @ 03058107 n 0000 + 01265499 v 0101 + 01265499 v 0102 ~ 04528079 n 0000 | a fine coating of oxide on the surface of a metal
-03899768 06 n 02 patio 0 terrace 0 004 @ 02735688 n 0000 #p 03417749 n 0000 + 02226380 v 0201 ~ 04357639 n 0000 | usually paved outdoor area adjoining a residence
-03899933 06 n 01 patisserie 0 001 @ 02776631 n 0000 | a bakery specializing in French pastry
-03900028 06 n 01 patka 0 001 @ 04143897 n 0000 | a scarf worn by Sikh men
-03900104 06 n 01 patriarchal_cross 0 001 @ 03135152 n 0000 | a cross with two crossbars
-03900194 06 n 02 patrol_boat 0 patrol_ship 0 001 @ 04530566 n 0000 | a vessel assigned to patrol an area
-03900301 06 n 01 patty-pan 0 001 @ 03880531 n 0000 | a pan for cooking patties or pasties
-03900393 06 n 01 pave 0 001 @ 03792526 n 0000 | a setting with precious stones so closely set that no metal shows
-03900509 06 n 01 paved_surface 0 008 @ 03536348 n 0000 ~ 02731123 n 0000 ~ 03900750 n 0000 ~ 04097527 n 0000 ~ 04120842 n 0000 ~ 04229195 n 0000 ~ 04394630 n 0000 ~ 04396466 n 0000 | a level horizontal surface covered with paving material
-03900750 06 n 02 pavement 0 paving 0 008 @ 03900509 n 0000 #s 04096066 n 0000 #s 04334599 n 0000 #s 04215402 n 0000 + 01267098 v 0201 + 01267098 v 0101 ~ 03149531 n 0000 %s 03901074 n 0000 | the paved surface of a thoroughfare
-03900979 06 n 02 pavilion 0 marquee 1 001 @ 04411264 n 0000 | large and often sumptuous tent
-03901074 06 n 01 paving_stone 0 005 @ 04326084 n 0000 #s 03900750 n 0000 ~ 03059528 n 0000 ~ 03149686 n 0000 ~ 03355339 n 0000 | a stone used for paving
-03901229 06 n 03 pavior 0 paviour 0 paving_machine 0 001 @ 03699975 n 0000 | a machine for laying pavement
-03901338 06 n 02 pavis 0 pavise 0 002 @ 04192698 n 0000 ;c 15259284 n 0000 | (Middle Ages) a large heavy oblong shield protecting the whole body; originally carried but sometimes set up in permanent position
-03901548 06 n 04 pawl 0 detent 0 click 0 dog 0 002 @ 02982790 n 0000 #p 04055180 n 0000 | a hinged catch that fits into a notch of a ratchet to move a wheel forward or prevent it from moving backward
-03901750 06 n 01 pawn 0 002 @ 03014440 n 0000 ;c 00503237 n 0000 | (chess) the least powerful piece; moves only forward and captures only to the side; it can be promoted to a more powerful piece if it reaches the 8th rank
-03901974 06 n 03 pawnbroker's_shop 0 pawnshop 0 loan_office 1 001 @ 04202417 n 0000 | a shop where loans are made with personal property as security
-03902125 06 n 02 pay-phone 0 pay-station 0 001 @ 04401088 n 0000 | a coin-operated telephone
-03902220 06 n 01 PC_board 0 002 @ 03033986 n 0000 #p 03918480 n 0000 | a removable circuit board for a personal computer; fits into a slot in the mother board
-03902381 06 n 01 peacekeeper 0 001 @ 03948459 n 0000 | the pistol of a law officer in the old West
-03902482 06 n 01 peach_orchard 0 001 @ 03463832 n 0000 | a grove of peach trees
-03902564 06 n 01 peacock-throne 0 001 @ 04429376 n 0000 | the golden throne of former kings of Delhi; stolen by the Persians in 1739 and subsequently lost; symbol of the former Shah of Iran
-03902756 06 n 02 pea_jacket 0 peacoat 0 001 @ 03589791 n 0000 | a sailor's heavy woolen double-breasted jacket
-03902869 06 n 01 pearl_fishery 0 001 @ 03350880 n 0000 | a fishery where they fish for pearl oysters
-03902972 06 n 01 pea_shooter 0 002 @ 04493505 n 0000 @ 03964744 n 0000 | a straight narrow tube through which pellets (as dried peas) can be blown at a target
-03903133 06 n 04 peavey 0 peavy 0 cant_dog 0 dog_hook 0 002 @ 03659292 n 0000 ~ 02952935 n 0000 | a stout lever with a sharp spike; used for handling logs
-03903290 06 n 02 pectoral 0 pectoral_medallion 0 002 @ 02681518 n 0000 + 02860389 a 0101 | an adornment worn on the chest or breast
-03903424 06 n 04 pedal 0 treadle 0 foot_pedal 0 foot_lever 0 011 @ 03659292 n 0000 #p 03854065 n 0000 #p 03791235 n 0000 #p 02834778 n 0000 + 01225461 v 0201 + 01935476 v 0104 ~ 02670683 n 0000 ~ 02890804 n 0000 ~ 03055159 n 0000 ~ 04257223 n 0000 ~ 04367011 n 0000 | a lever that is operated with the foot
-03903733 06 n 02 pedal_pusher 0 toreador_pants 0 001 @ 04489008 n 0000 | snug trousers ending at the calves; worn by women and girls
-03903868 06 n 03 pedestal 1 plinth 0 footstall 0 004 @ 04360501 n 0000 #p 03073977 n 0000 %p 03158668 n 0000 ~ 04255499 n 0000 | an architectural support or base (as for a column or statue)
-03904060 06 n 01 pedestal_table 0 002 @ 04379243 n 0000 ~ 04436012 n 0000 | a table supported by a single central column
-03904183 06 n 02 pedestrian_crossing 0 zebra_crossing 0 004 @ 03137228 n 0000 ;u 08860123 n 0204 ~ 03906590 n 0000 ~ 04146721 n 0000 | street crossing where pedestrians have right of way; often marked in some way (especially with diagonal stripes)
-03904433 06 n 02 pedicab 0 cycle_rickshaw 0 001 @ 04482393 n 0000 | a tricycle (usually propelled by pedalling); used in the Orient for transporting passengers for hire; "boys who once pulled rickshaws now pedal pedicabs"
-03904657 06 n 01 pediment 0 001 @ 03409393 n 0000 | a triangular gable between a horizontal entablature and a sloping roof
-03904782 06 n 01 pedometer 0 001 @ 03733925 n 0000 | measuring instrument for recording the number of steps taken in walking
-03904909 06 n 01 peeler 0 002 @ 03183080 n 0000 + 01262936 v 0102 | a device for peeling vegetables or fruits; "she invented a potato peeler"
-03905053 06 n 01 peen 0 002 @ 03892891 n 0000 #p 03482128 n 0000 | the part of a hammerhead opposite the flat striking surface (may have various shapes)
-03905208 06 n 03 peephole 0 spyhole 0 eyehole 1 002 @ 03526198 n 0000 ~ 03603119 n 0000 | a hole (in a door or an oven etc) through which you can peep
-03905361 06 n 01 peep_sight 0 001 @ 03470387 n 0000 | rear gunsight having an adjustable eyepiece with a small aperture through which the front sight and the target are aligned
-03905540 06 n 02 peg 0 nog 1 006 @ 03940256 n 0000 + 01340283 v 0101 + 01442203 v 0101 ~ 04399537 n 0000 ~ 04412300 n 0000 ~ 04478066 n 0000 | a wooden pin pushed or driven into a surface
-03905730 06 n 06 peg 1 pin 3 thole 0 tholepin 0 rowlock 0 oarlock 0 002 @ 03525454 n 0000 #p 03199901 n 0000 | a holder attached to the gunwale of a boat that holds the oar in place and acts as a fulcrum for rowing
-03905947 06 n 01 peg 2 002 @ 04072193 n 0000 #p 04338517 n 0000 | regulator that can be turned to regulate the pitch of the strings of a stringed instrument
-03906106 06 n 04 peg 3 wooden_leg 0 leg 2 pegleg 0 001 @ 04013729 n 0000 | a prosthesis that replaces a missing leg
-03906224 06 n 01 pegboard 0 001 @ 02857023 n 0000 | a board perforated with regularly spaced holes into which pegs can be fitted
-03906355 06 n 01 peg_top 0 001 @ 04454240 n 0000 | a pear-shaped top made of wood with a metal center pin
-03906463 06 n 01 Pelham 0 001 @ 02844714 n 0000 | a bit with a bar mouthpiece that is designed to combine a curb and snaffle
-03906590 06 n 01 pelican_crossing 0 002 @ 03904183 n 0000 ;r 08860123 n 0000 | an acronym for pedestrian light control; a pedestrian crossing with traffic lights that are controlled by pedestrians
-03906789 06 n 01 pelisse 0 001 @ 02955767 n 0000 | a sleeveless cape that is lined or trimmed with fur
-03906894 06 n 01 pelvimeter 0 001 @ 03733925 n 0000 | measuring instrument for performing pelvimetry
-03906997 06 n 01 pen 0 008 @ 04608567 n 0000 + 01698271 v 0103 ~ 02783161 n 0000 ~ 03326948 n 0000 ~ 03388183 n 0000 %p 03823111 n 0000 ~ 04033901 n 0000 ~ 04185529 n 0000 | a writing implement with a point from which ink flows
-03907227 06 n 01 pen 1 010 @ 03285912 n 0000 ~ 03124590 n 0000 ~ 03129944 n 0000 ~ 03376159 n 0000 ~ 03526062 n 0000 ~ 03628421 n 0000 ~ 03874487 n 0000 ~ 03942600 n 0000 ~ 04100519 n 0000 ~ 04346428 n 0000 | an enclosure for confining livestock
-03907475 06 n 01 penal_colony 0 001 @ 03907654 n 0000 | a penal institution where prisoners are exiled (often located on an island from which escape is difficult or impossible)
-03907654 06 n 02 penal_institution 0 penal_facility 0 006 @ 03574555 n 0000 #p 03569964 n 0000 ~ 02901259 n 0000 ~ 02945379 n 0000 ~ 03111690 n 0000 ~ 03907475 n 0000 | an institution where persons are confined for punishment and to protect the public
-03907908 06 n 01 penalty_box 0 003 @ 02828884 n 0000 #p 03557360 n 0000 ;c 00463543 n 0000 | (ice hockey) an enclosed bench to the side of an ice-hockey rink for players who are serving time penalties
-03908111 06 n 01 pen-and-ink 0 001 @ 03234306 n 0000 | a drawing executed with pen and ink
-03908204 06 n 01 pencil 0 007 @ 04608567 n 0000 + 01688604 v 0101 ~ 03652100 n 0000 %p 03974215 n 0000 %p 04116512 n 0000 ~ 04234763 n 0000 %p 13902482 n 0000 | a thin cylindrical pointed writing implement; a rod of marking substance encased in wood
-03908456 06 n 01 pencil 1 001 @ 03113152 n 0000 | a cosmetic in a long thin stick; designed to be applied to a particular part of the face; "an eyebrow pencil"
-03908618 06 n 02 pencil_box 0 pencil_case 0 001 @ 02883344 n 0000 | a box for holding pencils
-03908714 06 n 01 pencil_sharpener 0 001 @ 04185071 n 0000 | a rotary implement for sharpening the point on pencils
-03908831 06 n 02 pendant 1 pendent 1 004 @ 02681518 n 0000 #p 03814906 n 0000 #p 03909020 n 0000 ~ 03649161 n 0000 | an adornment that hangs from a piece of jewelry (necklace or earring)
-03909020 06 n 03 pendant_earring 0 drop_earring 0 eardrop 0 002 @ 03262349 n 0000 %p 03908831 n 0000 | an earring with a pendant ornament
-03909160 06 n 01 pendulum 0 006 @ 02727825 n 0000 %p 02860239 n 0000 ~ 03386544 n 0000 ~ 03757604 n 0000 ~ 03927792 n 0000 ~ 04221673 n 0000 | an apparatus consisting of an object mounted so that it swings freely under the influence of gravity
-03909406 06 n 01 pendulum_clock 0 002 @ 03046257 n 0000 ~ 03452594 n 0000 | a clock regulated by a pendulum
-03909516 06 n 01 pendulum_watch 0 001 @ 04555897 n 0000 | (18th century) a watch with a balance wheel having a fake pendulum attached to it
-03909658 06 n 01 penetration_bomb 0 001 @ 02866578 n 0000 | a bomb with about 30% explosive and a casing designed to penetrate hardened targets before the explosive detonates
-03909835 06 n 02 penicillamine 0 Cuprimine 0 002 @ 03740161 n 0000 ;u 06845599 n 0201 | a drug (trade name Cuprimine) used to treat heavy metal poisoning and Wilson's disease and severe arthritis
-03910033 06 n 01 penicillin 0 011 @ 02716866 n 0000 ~ 02703894 n 0000 ~ 02705651 n 0000 ~ 03460674 n 0000 ~ 03755388 n 0000 ~ 03910417 n 0000 ~ 03910601 n 0000 ~ 03910723 n 0000 ~ 03910887 n 0000 ~ 03911039 n 0000 ~ 03946532 n 0000 | any of various antibiotics obtained from Penicillium molds (or produced synthetically) and used in the treatment of various infections and diseases
-03910417 06 n 01 penicillinase-resistant_antibiotic 0 003 @ 03910033 n 0000 ~ 03804493 n 0000 ~ 03867355 n 0000 | a form of penicillin that is not rendered inactive by penicillinase
-03910601 06 n 01 penicillin_F 0 001 @ 03910033 n 0000 | the first form of penicillin that was isolated in Great Britain
-03910723 06 n 02 penicillin_G 0 benzylpenicillin 0 001 @ 03910033 n 0000 | the penicillin that constitutes the principal component of many commercial antibiotics
-03910887 06 n 01 penicillin_O 0 001 @ 03910033 n 0000 | a penicillin that is similar in antibiotic action to penicillin G but is obtained differently
-03911039 06 n 02 penicillin_V 0 phenoxymethyl_penicillin 0 002 @ 03910033 n 0000 ~ 03911251 n 0000 | a crystalline penicillin similar in action to penicillin G but more resistant to the action of gastric acids
-03911251 06 n 02 penicillin_V_potassium 0 Ledercillin_VK 0 002 @ 03911039 n 0000 ;u 06845599 n 0201 | a form of penicillin V (trade name Ledercillin VK)
-03911406 06 n 01 penile_implant 0 001 @ 03563710 n 0000 | an implant that creates an artificial erection
-03911513 06 n 02 penitentiary 0 pen 2 002 @ 03111690 n 0000 + 01902980 a 0101 | a correctional institution for those convicted of major crimes
-03911658 06 n 01 penknife 0 001 @ 03973628 n 0000 | a small pocketknife; originally used to cut quill pens
-03911767 06 n 01 penlight 0 001 @ 03359137 n 0000 | a small flashlight resembling a fountain pen
-03911866 06 n 04 pennant 0 pennon 0 streamer 1 waft 0 002 @ 03354903 n 0000 ~ 03911992 n 0000 | a long flag; often tapering
-03911992 06 n 03 pennoncel 0 penoncel 0 pennoncelle 0 001 @ 03911866 n 0000 | a small pennant borne on a lance
-03912105 06 n 01 penny_arcade 0 001 @ 02733378 n 0000 | an arcade with coin-operated devices for entertainment
-03912218 06 n 03 pennywhistle 0 tin_whistle 0 whistle 0 001 @ 03343354 n 0000 | an inexpensive fipple flute
-03912328 06 n 02 pentaerythritol 0 Peritrate 0 002 @ 04522904 n 0000 ;u 06845599 n 0201 | a coronary vasodilator (trade name Peritrate) used to treat angina pectoris
-03912496 06 n 01 Pentagon 0 001 @i 03449564 n 0000 | a government building with five sides that serves as the headquarters of the United States Department of Defense
-03912664 06 n 02 pentazocine 0 Talwin 0 002 @ 02707683 n 0000 ;u 06845599 n 0201 | analgesic drug (trade name Talwin) that is less addictive than morphine
-03912821 06 n 01 penthouse 0 001 @ 02726305 n 0000 | an apartment located on the top floors of a building
-03912929 06 n 01 pentimento 0 001 @ 03876519 n 0000 | the reappearance in a painting of an underlying image that had been painted over (usually when the later painting becomes transparent with age)
-03913129 06 n 04 pentobarbital_sodium 0 pentobarbital 0 Nembutal 0 yellow_jacket 0 002 @ 02792049 n 0000 ;u 06845599 n 0301 | a barbiturate (trade name Nembutal) used as a sedative and hypnotic and antispasmodic
-03913343 06 n 01 pentode 0 001 @ 04494204 n 0000 | a thermionic tube having five electrodes
-03913437 06 n 02 pentoxifylline 0 Trental 0 002 @ 03247620 n 0000 ;u 06845599 n 0201 | a drug (trade name Trental) used to treat claudication; believed to increase the flexibility of red blood cells so they can flow through the blood vessels to the legs and feet
-03913702 06 n 03 pentylenetetrazol 0 pentamethylenetetrazol 0 Metrazol 0 001 @ 03740161 n 0000 | a drug used as a circulatory and respiratory stimulant; larger doses cause convulsions in shock therapy; Metrazol is a trademark
-03913930 06 n 03 peplos 0 peplus 0 peplum 1 001 @ 03419014 n 0000 | a garment worn by women in ancient Greece; cloth caught at the shoulders and draped in folds to the waist
-03914106 06 n 01 peplum 0 001 @ 03397532 n 0000 | a flared ruffle attached to the waistline of a dress or jacket or blouse
-03914231 06 n 01 pepper-and-salt 0 001 @ 03309808 n 0000 | a fabric woven with flecks of light and dark
-03914337 06 n 02 pepper_mill 0 pepper_grinder 0 001 @ 03765561 n 0000 | a mill for grinding pepper
-03914438 06 n 03 pepper_shaker 0 pepper_box 0 pepper_pot 0 001 @ 04183329 n 0000 | a shaker with a perforated top for sprinkling ground pepper
-03914583 06 n 01 pepper_spray 0 002 @ 02682922 n 0000 @ 03013162 n 0000 | a nonlethal aerosol spray made with the pepper derivative oleoresin capiscum; used to cause temporary blindness and incapacitate an attacker; also used as a bear deterrent
-03914831 06 n 01 percale 0 001 @ 03309808 n 0000 | a fine closely woven cotton fabric
-03914919 06 n 01 perch 0 004 @ 04359589 n 0000 #p 04107984 n 0000 + 01543731 v 0101 ~ 04107870 n 0000 | support consisting of a branch or rod that serves as a resting place (especially for a bird)
-03915118 06 n 01 percolator 0 002 @ 03063689 n 0000 + 01458464 v 0101 | a coffeepot in which boiling water ascends through a central tube and filters back down through a basket of ground coffee beans
-03915320 06 n 01 percussion_cap 0 002 @ 03182232 n 0000 %p 14798815 n 0000 | a detonator that explodes when struck
-03915437 06 n 02 percussion_instrument 0 percussive_instrument 0 017 @ 03800933 n 0000 ~ 02869249 n 0000 ~ 03017168 n 0000 ~ 03157348 n 0000 ~ 03249569 n 0000 ~ 03440682 n 0000 ~ 03447721 n 0000 ~ 03612965 n 0000 ~ 03633632 n 0000 %p 03715669 n 0000 ~ 03720891 n 0000 ~ 03721384 n 0000 ~ 03928116 n 0000 ~ 04049753 n 0000 ~ 04311174 n 0000 ~ 04480853 n 0000 ~ 04532831 n 0000 | a musical instrument in which the sound is produced by one object striking another
-03915900 06 n 01 perforation 0 002 @ 03526198 n 0000 + 01442779 v 0102 | a line of small holes for tearing at a particular place
-03916031 06 n 02 perfume 0 essence 0 009 @ 04447443 n 0000 + 00043480 v 0101 + 02126382 v 0101 ~ 03071021 n 0000 ~ 03898271 n 0000 ~ 03916470 n 0000 ~ 03992325 n 0000 ~ 04110068 n 0000 ~ 04448070 n 0000 | a toiletry that emits and diffuses a fragrant odor
-03916289 06 n 01 perfumery 0 001 @ 03297735 n 0000 | an establishment where perfumes are made
-03916385 06 n 01 perfumery 1 001 @ 04202417 n 0000 | store where perfumes are sold
-03916470 06 n 01 perfumery 2 003 @ 03916031 n 0000 + 02126382 v 0101 + 00043480 v 0101 | perfumes in general
-03916581 06 n 01 period_piece 0 001 @ 04601690 n 0000 | any work of art whose special value lies in its evocation of a historical period
-03916720 06 n 03 peripheral 0 computer_peripheral 0 peripheral_device 0 006 @ 03278248 n 0000 #p 03082979 n 0000 ;c 06128570 n 0000 ~ 03163973 n 0000 ~ 03861048 n 0000 ~ 04004767 n 0000 | (computer science) electronic equipment connected by cable to the CPU of a computer; "disk drives and printers are important peripherals"
-03917048 06 n 01 periscope 0 002 @ 03852280 n 0000 #p 04347754 n 0000 | an optical instrument that provides a view of an otherwise obstructed field
-03917198 06 n 01 peristyle 0 002 @ 03071160 n 0000 + 00140075 a 0101 | a colonnade surrounding a building or enclosing a court
-03917327 06 n 02 periwig 0 peruke 0 001 @ 04584207 n 0000 | a wig for men that was fashionable in the 17th and 18th centuries
-03917455 06 n 01 periwinkle_plant_derivative 0 003 @ 02722458 n 0000 ~ 04535634 n 0000 ~ 04535826 n 0000 | an antineoplastic drug used to treat some forms of cancer
-03917622 06 n 02 permanent_magnet 0 static_magnet 0 003 @ 03705379 n 0000 ~ 04344003 n 0000 ~ 14942411 n 0000 | a magnet that retains its magnetism after being removed from a magnetic field
-03917814 06 n 02 permanent_press 0 durable_press 0 001 @ 03309808 n 0000 | a fabric that has been chemically processed to resist wrinkles and hold its shape
-03917973 06 n 01 perpendicular 0 002 @ 03313456 n 0000 + 01145724 a 0101 | an extremely steep face
-03918074 06 n 01 perpetual_motion_machine 0 001 @ 03699975 n 0000 | a machine that can continue to do work indefinitely without drawing energy from some external source; impossible under the law of conservation of energy
-03918297 06 n 02 perphenazine 0 Triavil 0 002 @ 03771443 n 0000 ;u 06845599 n 0201 | tranquilizer and antidepressant (trade name Triavil) sometimes used as an antiemetic for adults
-03918480 06 n 03 personal_computer 0 PC 0 microcomputer 0 005 @ 03196324 n 0000 ~ 03180011 n 0000 %p 03760310 n 0000 %p 03902220 n 0000 ~ 03985232 n 0000 | a small digital computer based on a microprocessor and designed to be used by one person at a time
-03918737 06 n 06 personal_digital_assistant 0 PDA 0 personal_organizer 0 personal_organiser 0 organizer 0 organiser 0 002 @ 03277771 n 0000 + 00404642 v 0501 | a lightweight consumer electronic device that looks like a hand-held computer but instead performs specific tasks; can serve as a diary or a personal database or a telephone or an alarm clock etc.
-03919096 06 n 01 personnel_carrier 0 003 @ 03764276 n 0000 @ 04170037 n 0000 ;c 08199025 n 0000 | a military vehicle (usually armored) for transporting military personnel and their equipment
-03919289 06 n 01 pestle 0 002 @ 03489162 n 0000 + 00331842 v 0101 | a club-shaped hand tool for grinding and mixing substances in a mortar
-03919430 06 n 03 pestle 1 muller 0 pounder 0 003 @ 04451818 n 0000 + 00331514 v 0301 + 00331842 v 0101 | a heavy tool of stone or iron (usually with a flat base and a handle) that is used to grind and mix material (as grain or drugs or pigments) against a slab of stone
-03919702 06 n 01 petard 0 001 @ 03305522 n 0000 | an explosive device used to break down a gate or wall
-03919808 06 n 01 petcock 0 001 @ 04072193 n 0000 | regulator consisting of a small cock or faucet or valve for letting out air or releasing compression or draining
-03919974 06 n 01 Peter_Pan_collar 0 001 @ 03068181 n 0000 | a flat collar with rounded ends that meet in front
-03920087 06 n 01 petit_point 0 001 @ 03816659 n 0000 | needlepoint done with small stitches
-03920181 06 n 02 petit_point 1 tent_stitch 0 001 @ 04180314 n 0000 | a small diagonal needlepoint stitch
-03920288 06 n 01 Petri_dish 0 001 @ 03206908 n 0000 | a shallow dish used to culture bacteria
-03920384 06 n 01 petrolatum_gauze 0 002 @ 03430091 n 0000 %s 14980910 n 0000 | gauze saturated with petrolatum
-03920497 06 n 01 Petronas_Towers 0 002 @i 04233124 n 0000 #p 08963813 n 0000 | twin skyscrapers built in Kuala Lumpur in 1997; 1482 feet high
-03920641 06 n 01 pet_shop 0 001 @ 04202417 n 0000 | a shop where pet animals can be purchased
-03920737 06 n 03 petticoat 0 half-slip 0 underskirt 0 002 @ 04508163 n 0000 ~ 03132776 n 0000 | undergarment worn under a skirt
-03920867 06 n 02 pew 0 church_bench 0 001 @ 02828884 n 0000 | long bench with backs; used in church by the congregation
-03920989 06 n 02 pharmaceutical 0 pharmaceutic 0 004 @ 03740161 n 0000 + 03099131 a 0101 ~ 04043268 n 0000 ~ 04429169 n 0000 | drug or medicine that is prepared or dispensed in pharmacies and used in medical treatment
-03921209 06 n 01 pharmacopoeia 0 003 @ 07951464 n 0000 #p 03249342 n 0000 %p 03247620 n 0000 | a collection or stock of drugs
-03921337 06 n 02 phenazopyridine 0 Pyridium 0 002 @ 02707683 n 0000 ;u 06845599 n 0201 | analgesic (trade name Pyridium) used to treat urinary tract infections
-03921499 06 n 04 phencyclidine 0 phencyclidine_hydrochloride 0 PCP 0 angel_dust 0 001 @ 03479647 n 0000 | a drug used as an anesthetic by veterinarians; illicitly taken (originally in the form of powder or `dust') for its effects as a hallucinogen
-03921749 06 n 02 phenelzine 0 Nardil 0 002 @ 03783017 n 0000 ;u 06845599 n 0201 | monoamine oxidase inhibitor (trade name Nardil) used to treat clinical depression
-03921915 06 n 01 pheniramine 0 001 @ 02720725 n 0000 | an antihistamine used in preparations to treat allergies and respiratory infections; used to treat rhinitis and skin rashes and pruritus
-03922109 06 n 01 phenolphthalein 0 002 @ 03650084 n 0000 @ 14609198 n 0000 | a laxative used in many preparations under various trade names; also used as an acid-base indicator in titrations involving weak acids and strong bases because it is brilliant red at high alkalinity and colorless below pH 8
-03922412 06 n 02 phensuximide 0 Milontin 0 002 @ 02718469 n 0000 ;u 06845599 n 0201 | anticonvulsant (trade name Milontin) used to treat petit mal
-03922561 06 n 02 phentolamine 0 Vasomax 0 002 @ 04537602 n 0000 ;u 06845599 n 0201 | a virility drug (trade name Vasomax) to treat erectile dysfunction in men
-03922722 06 n 02 phenylbutazone 0 Butazolidin 0 002 @ 02721538 n 0000 ;u 06845599 n 0201 | anti-inflammatory drug (trade name Butazolidin)
-03922863 06 n 01 phenylephrine 0 001 @ 02682038 n 0000 | a powerful vasoconstrictor used to dilate the pupils and relieve nasal congestion
-03923004 06 n 01 phenylpropanolamine 0 001 @ 02682038 n 0000 | an adrenergic drug used in many preparations to relieve allergic reactions or respiratory infections; "drugs containing phenylpropanolamine are being recalled"
-03923229 06 n 01 phenyltoloxamine 0 001 @ 02720725 n 0000 | antihistamine included in some preparations used to treat coughing and nasal congestion
-03923379 06 n 05 phial 0 vial 0 ampule 0 ampul 0 ampoule 0 001 @ 02876657 n 0000 | a small bottle that contains a drug (especially a sealed sterile container for injection by needle)
-03923564 06 n 01 Phillips_screw 0 002 @ 04153751 n 0000 ;u 06851742 n 0000 | a screw with a special head having crossed slots
-03923692 06 n 01 Phillips_screwdriver 0 001 @ 04154565 n 0000 | a screwdriver for use with Phillips screws
-03923801 06 n 02 phonograph_album 0 record_album 0 001 @ 02695079 n 0000 | an album for holding phonograph records
-03923918 06 n 02 phonograph_needle 0 needle 2 001 @ 04346679 n 0000 | a stylus that formerly made sound by following a groove in a phonograph record
-03924069 06 n 06 phonograph_record 0 phonograph_recording 0 record 0 disk 2 disc 1 platter 1 005 @ 04262678 n 0000 + 00998399 v 0301 %p 02675077 n 0000 ~ 03694639 n 0000 ~ 04178190 n 0000 | sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove
-03924407 06 n 01 photocathode 0 002 @ 02984699 n 0000 #p 03924978 n 0000 | a cathode that emits electrons when illuminated
-03924532 06 n 01 photocoagulator 0 002 @ 04364545 n 0000 %p 03643253 n 0000 | surgical instrument containing a laser for use in photocoagulation
-03924679 06 n 01 photocopier 0 002 @ 03257586 n 0000 + 01736299 v 0101 | a copier that uses photographic methods of making copies
-03924811 06 n 01 photocopy 0 004 @ 03925226 n 0000 @ 03104594 n 0000 + 01736299 v 0101 ~ 03927539 n 0000 | a photographic copy of written or printed or graphic work
-03924978 06 n 05 photoelectric_cell 0 photoconductive_cell 0 photocell 0 electric_eye 0 magic_eye 0 004 @ 04470953 n 0000 @ 03180969 n 0000 %p 03924407 n 0000 ~ 04169597 n 0000 | a transducer used to detect and measure light and other radiations
-03925226 06 n 05 photograph 0 photo 0 exposure 0 picture 2 pic 0 035 @ 04076846 n 0000 + 02838592 a 0101 + 13536794 n 0101 + 00903559 n 0101 + 02734653 v 0101 + 01003249 v 0101 ~ 02822762 n 0000 ~ 02846399 n 0000 ~ 02856109 n 0000 ~ 03012263 n 0000 ~ 03049695 n 0000 ~ 03159331 n 0000 ~ 03289462 n 0000 ~ 03391464 n 0000 ~ 03441009 n 0000 ~ 03505942 n 0000 ~ 03527243 n 0000 ~ 03688316 n 0000 ~ 03759114 n 0000 ~ 03787904 n 0000 ~ 03797548 n 0000 ~ 03924811 n 0000 ~ 03926575 n 0000 ~ 03927091 n 0000 ~ 04042358 n 0000 ~ 04248607 n 0000 ~ 04272638 n 0000 ~ 04316275 n 0000 ~ 04319248 n 0000 ~ 04403167 n 0000 ~ 04403279 n 0000 ~ 04437552 n 0000 ~ 04535153 n 0000 ~ 04569205 n 0000 ~ 06614729 n 0000 | a representation of a person or scene in the form of a print or transparent slide; recorded by a camera on light-sensitive material
-03926061 06 n 01 photograph_album 0 001 @ 02695079 n 0000 | an album for photographs
-03926148 06 n 01 photographic_equipment 0 010 @ 03294048 n 0000 ~ 02942699 n 0000 ~ 03037404 n 0000 ~ 03182912 n 0000 ~ 03289660 n 0000 ~ 03358172 n 0000 %p 03365374 n 0000 ~ 03667664 n 0000 ~ 03926412 n 0000 ~ 04172607 n 0000 | equipment used by a photographer
-03926412 06 n 02 photographic_paper 0 photographic_material 0 002 @ 03926148 n 0000 ~ 03338821 n 0000 | light-sensitive paper on which photograph can be printed
-03926575 06 n 02 photographic_print 0 print 2 004 @ 03925226 n 0000 + 01749184 v 0201 ~ 03153821 n 0000 ~ 04011130 n 0000 | a printed picture produced from a photographic negative
-03926757 06 n 01 photolithograph 0 001 @ 03678220 n 0000 | a lithograph produced by photographically produced plates
-03926876 06 n 01 photometer 1 002 @ 03733925 n 0000 ~ 04272928 n 0000 | measuring instrument for measuring the luminous intensity of a source by comparing it (visually or photoelectrically) with a standard source
-03927091 06 n 01 photomicrograph 0 001 @ 03925226 n 0000 | a photograph taken with the help of a microscope
-03927201 06 n 01 photomontage 0 001 @ 03067912 n 0000 | a montage that uses photographic images
-03927299 06 n 02 Photostat 0 Photostat_machine 0 004 @ 03257586 n 0000 ;u 06851742 n 0201 + 01736669 v 0101 ;u 06851742 n 0101 | a duplicating machine that makes quick positive or negative copies directly on the surface of prepared paper
-03927539 06 n 01 photostat 1 002 @ 03924811 n 0000 + 01736669 v 0101 | a photocopy made on a Photostat machine
-03927652 06 n 01 phrontistery 0 001 @ 03297735 n 0000 | an establishment for study and learning (sometimes including modern universities)
-03927792 06 n 02 physical_pendulum 0 compound_pendulum 0 003 @ 03909160 n 0000 ~ 02781517 n 0000 ~ 03046802 n 0000 | pendulum consisting of an actual object allowed to rotate freely around a horizontal axis
-03928001 06 n 02 physics_lab 0 physics_laboratory 0 001 @ 03629986 n 0000 | a laboratory for research in physics
-03928116 06 n 03 piano 0 pianoforte 0 forte-piano 0 016 @ 03614532 n 0000 @ 04338517 n 0000 @ 03915437 n 0000 + 03023348 a 0101 + 03023216 a 0101 + 10430665 n 0101 %p 03318983 n 0000 ~ 03452741 n 0000 %p 03614007 n 0000 ~ 03738066 n 0000 %p 03928589 n 0000 %p 03928814 n 0000 %p 04257223 n 0000 %p 04262161 n 0000 %p 04367011 n 0000 ~ 04515003 n 0000 | a keyboard instrument that is played by depressing keys that cause hammers to strike tuned strings and produce sounds
-03928589 06 n 01 piano_action 0 004 @ 02677718 n 0000 #p 03928116 n 0000 %p 03161893 n 0000 %p 03481674 n 0000 | action consisting of a system of levers that move a felt hammer to strike the strings when a key is depressed
-03928814 06 n 03 piano_keyboard 0 fingerboard 1 clavier 0 004 @ 03614007 n 0000 #p 03928116 n 0000 #p 03854065 n 0000 #p 02672831 n 0000 | a bank of keys on a musical instrument
-03928994 06 n 01 piano_wire 0 001 @ 04594218 n 0000 | thin steel wire of high tensile strength
-03929091 06 n 01 piccolo 0 001 @ 03372029 n 0000 | a small flute; pitched an octave above the standard flute
-03929202 06 n 03 pick 0 pickax 0 pickaxe 0 003 @ 03265032 n 0000 + 01442578 v 0101 ~ 03731019 n 0000 | a heavy iron tool with a wooden handle and a curved head that is pointed on both ends; "they used picks and sledges to break the rocks"
-03929443 06 n 01 pick 1 004 @ 03489162 n 0000 + 00178102 v 0101 ~ 03558007 n 0000 ~ 04453390 n 0000 | a thin sharp implement used for removing unwanted material; "he used a pick to clean the dirt out of the cracks"
-03929660 06 n 03 pick 3 plectrum 0 plectron 0 003 @ 03183080 n 0000 + 01452546 v 0103 ~ 03467796 n 0000 | a small thin device (of metal or plastic or ivory) used to pluck a stringed instrument
-03929855 06 n 01 pickelhaube 0 001 @ 03513376 n 0000 | a spiked helmet worn by German soldiers
-03929952 06 n 02 picket 0 pale 0 003 @ 04339638 n 0000 #p 03930313 n 0000 + 01289026 v 0101 | a wooden strip forming part of a fence
-03930087 06 n 01 picket 1 004 @ 03764276 n 0000 ;c 08199025 n 0000 ~ 03930229 n 0000 ~ 03930431 n 0000 | a vehicle performing sentinel duty
-03930229 06 n 01 picket_boat 0 001 @ 03930087 n 0000 | a boat serving as a picket
-03930313 06 n 02 picket_fence 0 paling 0 002 @ 03327234 n 0000 %p 03929952 n 0000 | a fence made of upright pickets
-03930431 06 n 01 picket_ship 0 001 @ 03930087 n 0000 | a ship serving as a picket
-03930515 06 n 01 pickle_barrel 0 001 @ 02795169 n 0000 | a barrel holding vinegar in which cucumbers are pickled
-03930630 06 n 02 pickup 0 pickup_truck 0 002 @ 04490091 n 0000 ~ 04399269 n 0000 | a light truck with an open body and low sides and a tailboard
-03930777 06 n 02 pickup 3 pick-me-up 1 002 @ 03111899 n 0000 + 00023473 v 0104 | anything with restorative powers; "she needed the pickup that coffee always gave her"
-03930946 06 n 01 picot 0 001 @ 04180314 n 0000 | an edging of small loops, as on lace or ribbon
-03931044 06 n 04 picture 0 image 0 icon 0 ikon 0 018 @ 04076846 n 0000 + 02851550 a 0301 + 01635432 v 0209 + 02861617 a 0102 + 01686956 v 0101 + 01686956 v 0102 ~ 02845425 n 0000 ~ 03016056 n 0000 ~ 03067912 n 0000 ~ 03375956 n 0000 ~ 03453696 n 0000 ~ 03559144 n 0000 ~ 03573464 n 0000 ~ 03668642 n 0000 ~ 03884072 n 0000 ~ 04068976 n 0000 ~ 04142549 n 0000 ~ 04260364 n 0000 | a visual representation (of an object or scene or person or abstraction) produced on a surface; "they showed us the pictures of their wedding"; "a movie is a series of images projected so rapidly that the eye integrates them"
-03931651 06 n 01 picture_book 0 002 @ 02870092 n 0000 ~ 03071782 n 0000 | a book consisting chiefly of pictures
-03931765 06 n 01 picture_frame 0 002 @ 03391770 n 0000 %p 03780247 n 0000 | a framework in which a picture is mounted
-03931885 06 n 01 picture_hat 0 001 @ 03766322 n 0000 | a woman's dressy hat with a wide brim
-03931980 06 n 01 picture_rail 0 001 @ 04046590 n 0000 | rail fixed to a wall for hanging pictures
-03932080 06 n 01 picture_window 0 001 @ 04587648 n 0000 | a large window with a single pane (usually overlooking a view)
-03932203 06 n 01 piece 0 011 @ 03892891 n 0000 + 00261705 v 0101 + 01656788 v 0102 + 01590171 v 0102 ~ 02815950 n 0000 ~ 03932670 n 0000 ~ 03933183 n 0000 ~ 04150668 n 0000 ~ 04184701 n 0000 ~ 04250026 n 0000 ~ 04277669 n 0000 | a separate part of a whole; "an important piece of the evidence"
-03932499 06 n 01 piece 5 001 @ 03588414 n 0000 | an item that is an instance of some type; "he designed a new piece of equipment"; "she bought a lovely piece of china";
-03932670 06 n 02 piece_of_cloth 0 piece_of_material 0 023 @ 03932203 n 0000 @ 03309808 n 0000 ~ 02834397 n 0000 ~ 03004713 n 0000 ~ 03207743 n 0000 ~ 03246312 n 0000 ~ 03258330 n 0000 ~ 03258577 n 0000 ~ 03286383 n 0000 ~ 03448253 n 0000 ~ 03463666 n 0000 ~ 03467380 n 0000 ~ 03471190 n 0000 ~ 03485794 n 0000 ~ 03673270 n 0000 ~ 03697913 n 0000 ~ 03897943 n 0000 ~ 03953901 n 0000 ~ 04045941 n 0000 ~ 04127904 n 0000 ~ 04368949 n 0000 ~ 04459362 n 0000 ~ 04468476 n 0000 | a separate part consisting of fabric
-03933183 06 n 01 piece_of_leather 0 007 @ 03932203 n 0000 @ 14759722 n 0000 ~ 03116942 n 0000 ~ 04031600 n 0000 ~ 04123980 n 0000 ~ 04514359 n 0000 ~ 04520020 n 0000 | a separate part consisting of leather
-03933391 06 n 01 pied-a-terre 0 001 @ 03546340 n 0000 | lodging for occasional or secondary use; "they bought a pied-a-terre in London"
-03933529 06 n 04 pier 0 wharf 0 wharfage 0 dock 1 013 @ 03961939 n 0000 + 01305731 v 0401 + 02085742 v 0401 + 02331175 v 0301 + 02331175 v 0201 + 02281960 v 0201 + 01305361 v 0203 + 01489734 v 0201 + 01305241 v 0201 %p 02864593 n 0000 ~ 03658759 n 0000 ~ 04033082 n 0000 %p 08650391 n 0000 | a platform built out from the shore into the water and supported by piles; provides access to ships and boats
-03933933 06 n 01 pier 1 002 @ 04359589 n 0000 #p 02898711 n 0000 | a support for two adjacent bridge spans
-03934042 06 n 01 pier 2 003 @ 04359589 n 0000 #p 04546855 n 0000 ;c 06123363 n 0000 | (architecture) a vertical supporting structure (as a portion of wall between two doors or windows)
-03934229 06 n 01 pier_arch 0 001 @ 02733524 n 0000 | an arch supported on piers
-03934311 06 n 02 pier_glass 0 pier_mirror 0 001 @ 03773035 n 0000 | a large mirror between two windows
-03934416 06 n 01 Pierre_Laporte_Bridge 0 002 @i 04366367 n 0000 #p 08829317 n 0000 | a suspension bridge across the Saint Lawrence River at Quebec
-03934565 06 n 01 pier_table 0 001 @ 04379243 n 0000 | a low table set below a pier glass
-03934656 06 n 01 pieta 0 001 @ 04076846 n 0000 | a representation of the Virgin Mary mourning over the dead body of Jesus
-03934780 06 n 01 piezoelectric_crystal 0 001 @ 03142912 n 0000 | a crystal that can be used as a transducer
-03934890 06 n 01 piezometer 0 001 @ 03733925 n 0000 | a measuring instrument for measuring high pressures
-03934998 06 n 01 pig 0 001 @ 03570526 n 0000 | a crude block of metal (lead or iron) poured from a smelting furnace
-03935116 06 n 02 pig_bed 0 pig 1 001 @ 03779370 n 0000 | mold consisting of a bed of sand in which pig iron is cast
-03935234 06 n 02 piggery 0 pig_farm 0 001 @ 03322099 n 0000 | a farm where pigs are raised or kept
-03935335 06 n 02 piggy_bank 0 penny_bank 0 001 @ 04139859 n 0000 | a child's coin bank (often shaped like a pig)
-03935450 06 n 01 pike 0 006 @ 04565375 n 0000 ~ 03477410 n 0000 ~ 03894217 n 0000 %p 03935789 n 0000 %p 04271371 n 0000 ~ 04542221 n 0000 | medieval weapon consisting of a spearhead attached to a long pole or pikestaff; superseded by the bayonet
-03935698 06 n 01 pike 2 001 @ 03974215 n 0000 | a sharp point (as on the end of a spear)
-03935789 06 n 01 pikestaff 0 002 @ 04296261 n 0000 #p 03935450 n 0000 | the staff of a pike
-03935883 06 n 01 pilaster 0 001 @ 03073977 n 0000 | a rectangular column that usually projects about a third of its width from the wall to which it is attached
-03936045 06 n 02 pile 2 nap 0 001 @ 04426788 n 0000 | the yarn (as in a rug or velvet or corduroy) that stands up from the weave; "for uniform color and texture tailors cut velvet with the pile running the same direction"
-03936269 06 n 04 pile 3 spile 1 piling 0 stilt 1 002 @ 03073977 n 0000 ~ 04189651 n 0000 | a column of wood or steel or concrete that is driven into the ground to provide support for a structure
-03936466 06 n 01 pile_driver 0 001 @ 03699975 n 0000 | a machine that drives piling into the ground
-03936568 06 n 04 pill 0 lozenge 0 tablet 0 tab 0 005 @ 03225238 n 0000 ~ 02866474 n 0000 ~ 02957586 n 0000 ~ 03231723 n 0000 ~ 04236182 n 0000 | a dose of medicine in the form of a small pellet
-03936764 06 n 01 pill 1 002 @ 04424218 n 0000 ~ 07938149 n 0000 | something that resembles a tablet of medicine in shape or size
-03936895 06 n 07 pill 2 birth_control_pill 0 contraceptive_pill 0 oral_contraceptive_pill 0 oral_contraceptive 0 anovulatory_drug 0 anovulant 0 015 @ 03096593 n 0000 ~ 03174991 n 0000 ~ 03289819 n 0000 ~ 03685962 n 0000 ~ 03689840 n 0000 ~ 03759795 n 0000 ~ 03778135 n 0000 ~ 03830111 n 0000 ~ 03830278 n 0000 ~ 03830448 n 0000 ~ 03866555 n 0000 ~ 03866908 n 0000 ~ 03867070 n 0000 ~ 03867201 n 0000 %s 14746048 n 0000 | a contraceptive in the form of a pill containing estrogen and progestin to inhibit ovulation and so prevent conception
-03937437 06 n 01 pillar_box 0 002 @ 03989074 n 0000 ;r 08860123 n 0000 | a red pillar-shaped letter box
-03937543 06 n 01 pill_bottle 0 001 @ 02876657 n 0000 | a small bottle for holding pills
-03937633 06 n 01 pillbox 0 001 @ 03469031 n 0000 | a small enclosed gun emplacement (usually of fortified concrete)
-03937751 06 n 01 pillbox 1 001 @ 02974697 n 0000 | a small case for holding pills
-03937835 06 n 03 pillbox 2 toque 0 turban 1 001 @ 03766322 n 0000 | a small round woman's hat
-03937931 06 n 01 pillion 0 001 @ 04161358 n 0000 | a seat behind the rider of a horse or motorbike etc.
-03938037 06 n 01 pillory 0 002 @ 03575958 n 0000 + 02483828 v 0101 | a wooden instrument of punishment on a post with holes for the wrists and neck; offenders were locked in and so exposed to public scorn
-03938244 06 n 01 pillow 0 004 @ 03151500 n 0000 + 01502946 v 0101 ~ 02821328 n 0000 ~ 02865509 n 0000 | a cushion to support the head of a sleeping person
-03938401 06 n 01 pillow_block 0 001 @ 04359589 n 0000 | a cast-iron or steel block for supporting a journal or bearing
-03938522 06 n 02 pillow_lace 0 bobbin_lace 0 002 @ 03631177 n 0000 ~ 04518643 n 0000 | a handmade lace worked on a pillow with threads wound on bobbins; the pattern is marked out on the pillow by pins
-03938725 06 n 01 pillow_sham 0 001 @ 02821030 n 0000 | bed linen consisting of a decorative cover for a pillow
-03938838 06 n 01 pilocarpine 0 001 @ 14712692 n 0000 | cholinergic alkaloid used in eyedrops to treat glaucoma
-03938951 06 n 01 pilot_balloon 0 001 @ 03752922 n 0000 | meteorological balloon used to observe air currents
-03939062 06 n 01 pilot_bit 0 001 @ 02844307 n 0000 | a small bit that drills a first hole to guide a larger drill
-03939178 06 n 01 pilot_boat 0 001 @ 02858304 n 0000 | a boat to carry pilots to and from large ships
-03939281 06 n 03 pilot_burner 0 pilot_light 1 pilot 0 001 @ 03422072 n 0000 | small auxiliary gas burner that provides a flame to ignite a larger gas burner
-03939440 06 n 01 pilot_cloth 0 001 @ 03309808 n 0000 | a thick blue cloth used to make overcoats and coats for sailors etc
-03939565 06 n 01 pilot_engine 0 001 @ 03684823 n 0000 | a locomotive that precedes a train to check the track
-03939677 06 n 02 pilothouse 0 wheelhouse 0 003 @ 03079741 n 0000 #p 02899257 n 0000 ~ 03092053 n 0000 | an enclosed compartment from which a vessel can be navigated
-03939844 06 n 03 pilot_light 0 pilot_lamp 0 indicator_lamp 0 001 @ 03568117 n 0000 | indicator consisting of a light to indicate whether power is on or a motor is in operation
-03940022 06 n 01 Pimlico 0 002 @i 03205760 n 0000 #p 09094381 n 0000 | a racetrack for thoroughbred racing; site of the Preakness
-03940154 06 n 01 pimozide 0 001 @ 03203641 n 0000 | the most commonly used diphenylbutyl piperidine
-03940256 06 n 01 pin 0 018 @ 03323703 n 0000 + 01444723 v 0101 + 01368264 v 0101 ~ 02796318 n 0000 ~ 02845860 n 0000 ~ 03476313 n 0000 ~ 03499354 n 0000 %p 03501288 n 0000 ~ 03670339 n 0000 ~ 03905540 n 0000 %p 03942920 n 0000 %p 03974215 n 0000 ~ 04095342 n 0000 ~ 04127249 n 0000 %p 04184095 n 0000 ~ 04227900 n 0000 ~ 04331892 n 0000 ~ 04607759 n 0000 | a small slender (often pointed) piece of wood or metal used to support or fasten or attach things
-03940713 06 n 01 pin 1 005 @ 03597469 n 0000 ~ 02906438 n 0000 ~ 04144434 n 0000 ~ 04318690 n 0000 ~ 04434670 n 0000 | a piece of jewelry that is pinned onto the wearer's garment
-03940894 06 n 02 pin 6 flag 2 001 @ 03446832 n 0000 | flagpole used to mark the position of the hole on a golf green
-03941013 06 n 02 pin 7 pin_tumbler 0 002 @ 04497005 n 0000 #p 03156767 n 0000 | cylindrical tumblers consisting of two parts that are held in place by springs; when they are aligned with a key the bolt can be thrown
-03941231 06 n 01 pinata 0 001 @ 03964744 n 0000 | plaything consisting of a container filled with toys and candy; suspended from a height for blindfolded children to break with sticks
-03941417 06 n 02 pinball_machine 0 pin_table 0 001 @ 03414162 n 0000 | game equipment on which pinball is played; "in Britain they call a pinball machine a pin table"
-03941586 06 n 01 pince-nez 0 001 @ 04272054 n 0000 | spectacles clipped to the nose by a spring
-03941684 06 n 04 pincer 0 pair_of_pincers 0 tweezer 0 pair_of_tweezers 0 003 @ 03489162 n 0000 + 01593011 v 0301 ~ 04095938 n 0000 | a hand tool for holding consisting of a compound lever for grasping
-03941887 06 n 01 pinch_bar 0 001 @ 03659292 n 0000 | a lever with a pointed projection that serves as a fulcrum; used to roll heavy wheels
-03942028 06 n 01 pincurl_clip 0 001 @ 02973017 n 0000 | a variety of clip for holding pin curls
-03942126 06 n 01 pincushion 0 001 @ 03151500 n 0000 | a small stiff cushion into which pins are stuck ready for use
-03942244 06 n 02 pindolol 0 Visken 0 002 @ 02832168 n 0000 ;u 06845599 n 0201 | an oral beta blocker (trade name Visken) used in treating hypertension
-03942397 06 n 01 pine-tar_rag 0 002 @ 04045941 n 0000 @ 02799897 n 0000 | baseball equipment consisting of a rag soaked with pine tar; used on the handle of a baseball bat to give a batter a firm grip
-03942600 06 n 01 pinfold 0 001 @ 03907227 n 0000 | a pen where stray animals are confined
-03942692 06 n 01 pinger 0 002 @ 04021503 n 0000 #p 04259771 n 0000 | a pulse generator used for echo sounding in sonar
-03942813 06 n 01 ping-pong_ball 0 001 @ 02778669 n 0000 | light hollow ball used in playing table tennis
-03942920 06 n 01 pinhead 0 002 @ 03501288 n 0000 #p 03940256 n 0000 | the head of a pin
-03943010 06 n 01 pinhole 0 001 @ 04024396 n 0000 | a small puncture that might have been made by a pin
-03943115 06 n 01 pinion 0 002 @ 03430551 n 0000 ~ 03641134 n 0000 | a gear with a small number of teeth designed to mesh with a larger wheel or rack
-03943266 06 n 01 pinnacle 0 004 @ 04312432 n 0000 ;c 06123363 n 0000 + 02694802 v 0101 + 01975237 v 0101 | (architecture) a slender upright spire at the top of a buttress of tower
-03943448 06 n 01 pinner 0 001 @ 02954340 n 0000 | a woman's cap with two long flaps pinned on
-03943544 06 n 01 pinpoint 0 001 @ 03974215 n 0000 | the sharp point of a pin
-03943623 06 n 01 pinprick 0 001 @ 04024396 n 0000 | small puncture (as if made by a pin)
-03943714 06 n 01 pinstripe 0 001 @ 02784732 n 0000 | a very thin stripe (especially a white stripe on a dark fabric)
-03943833 06 n 01 pinstripe 1 001 @ 03309808 n 0000 | a fabric with very thin stripes
-03943920 06 n 01 pinstripe 2 001 @ 04350905 n 0000 | a suit made from a fabric with very thin stripes
-03944024 06 n 01 pintle 0 002 @ 03951971 n 0000 #p 03521076 n 0000 | a pin or bolt forming the pivot of a hinge
-03944138 06 n 02 pinwheel 1 pinwheel_wind_collector 0 001 @ 03964744 n 0000 | a toy consisting of vanes of colored paper or plastic that is pinned to a stick and spins when it is pointed into the wind
-03944341 06 n 01 pinwheel 2 001 @ 04574999 n 0000 | a wheel that has numerous pins that are set at right angles to its rim; "he spun the pinwheel and it stopped with the pointer on `Go'"
-03944530 06 n 01 pin_wrench 0 001 @ 04606574 n 0000 | a wrench that has a projecting pin that fits into a socket on the object to be turned
-03944672 06 n 03 pipe 0 pipage 0 piping 0 020 @ 04493505 n 0000 + 01950295 v 0301 + 01950295 v 0201 + 01950295 v 0101 ~ 03017931 n 0000 ~ 03206158 n 0000 ~ 03231912 n 0000 ~ 03240482 n 0000 ~ 03268553 n 0000 ~ 03303510 n 0000 ~ 03401500 n 0000 ~ 03711145 n 0000 ~ 03717750 n 0000 ~ 03946325 n 0000 ~ 04094859 n 0000 ~ 04267985 n 0000 %p 04287153 n 0000 ~ 04302527 n 0000 ~ 04309925 n 0000 ~ 04385536 n 0000 | a long tube made of metal or plastic that is used to carry water or oil or gas etc.
-03945167 06 n 02 pipe 1 tobacco_pipe 0 010 @ 04493505 n 0000 %p 02881397 n 0000 ~ 02897572 n 0000 ~ 02937614 n 0000 ~ 02941408 n 0000 ~ 03039618 n 0000 ~ 03533014 n 0000 ~ 03742416 n 0000 %p 03794957 n 0000 %p 04313771 n 0000 | a tube with a small bowl at one end; used for smoking tobacco
-03945459 06 n 01 tabor_pipe 0 001 @ 03355468 n 0000 | a small fipple flute that is played with the left hand while the right hand is free to beat a tabor
-03945615 06 n 01 pipe 4 008 @ 04586932 n 0000 + 01727684 v 0101 ~ 02775483 n 0000 ~ 03006626 n 0000 ~ 03245724 n 0000 ~ 03343354 n 0000 ~ 03884397 n 0000 ~ 03950647 n 0000 | a tubular wind instrument
-03945817 06 n 01 pipe_bomb 0 001 @ 02866578 n 0000 | a small homemade bomb usually contained in a metal pipe
-03945928 06 n 01 pipe_cleaner 0 001 @ 03039947 n 0000 | cleaning implement consisting of a flexible tufted wire that is used to clean a pipe stem
-03946076 06 n 01 pipe_cutter 0 001 @ 03489162 n 0000 | a hand tool for cutting pipe
-03946162 06 n 02 pipefitting 0 pipe_fitting 0 002 @ 03353616 n 0000 ~ 04066659 n 0000 | fitting consisting of threaded pieces of pipe for joining pipes together
-03946325 06 n 02 pipeline 0 line 6 004 @ 03944672 n 0000 ~i 02694776 n 0000 ~ 03423966 n 0000 ~ 03844459 n 0000 | a pipe used to transport liquids or gases; "a pipeline runs from the wells to the seaport"
-03946532 06 n 02 piperacillin 0 Pipracil 0 002 @ 03910033 n 0000 ;u 06845599 n 0201 | a synthetic type of penicillin antibiotic (trade name Pipracil) used for moderate to severe infections
-03946723 06 n 01 pipe_rack 0 001 @ 04038727 n 0000 | a rack for holding a smoker's pipes
-03946814 06 n 01 piperazine 0 001 @ 04528630 n 0000 | vermifuge used to treat infestations by roundworms or pinworms
-03946933 06 n 03 piperocaine 0 piperocaine_hydrochloride 0 Metycaine 0 001 @ 04277204 n 0000 | a compound used in the form of its hydrochloride as a local or spinal anesthetic
-03947111 06 n 02 pipet 0 pipette 0 002 @ 03733925 n 0000 ~ 03247083 n 0000 | measuring instrument consisting of a graduated glass tube used to measure or transfer precise volumes of a liquid by drawing the liquid up into the tube
-03947343 06 n 02 pipe_vise 0 pipe_clamp 0 001 @ 03036866 n 0000 | a clamp for holding pipe that is to be cut or threaded
-03947466 06 n 02 pipe_wrench 0 tube_wrench 0 003 @ 02680754 n 0000 ~ 03001282 n 0000 ~ 04319774 n 0000 | adjustable wrench for gripping and turning a pipe; has two serrated jaws that are adjusted to grip the pipe
-03947681 06 n 01 piping 1 002 @ 03106110 n 0000 + 01670645 v 0101 | a thin strip of covered cord used to edge hems
-03947798 06 n 01 pique 0 001 @ 03309808 n 0000 | tightly woven fabric with raised cords
-03947888 06 n 02 pirate 0 pirate_ship 0 004 @ 04194289 n 0000 + 03100026 a 0101 + 01471825 v 0104 ~ 03112605 n 0000 | a ship that is manned by pirates
-03948041 06 n 02 piroxicam 0 Feldene 0 002 @ 03828465 n 0000 ;u 06845599 n 0201 | a nonsteroidal anti-inflammatory drug (trade name Feldene) used to treat arthritis and other inflammatory conditions
-03948242 06 n 01 piste 0 002 @ 04231575 n 0000 ;c 00440747 n 0000 | a ski run densely packed with snow
-03948347 06 n 01 piste 1 002 @ 03120491 n 0000 ;c 01171644 n 0000 | a flat rectangular area for fencing bouts
-03948459 06 n 04 pistol 0 handgun 0 side_arm 0 shooting_iron 0 014 @ 03343853 n 0000 + 10435855 n 0101 ~ 02760658 n 0000 ~ 03178674 n 0000 ~ 03386343 n 0000 ~ 03427202 n 0000 ~ 03539293 n 0000 ~ 03902381 n 0000 ~ 04086273 n 0000 ~ 04138869 n 0000 ~ 04171629 n 0000 %p 04322026 n 0000 ~ 04530456 n 0000 ~ 04615149 n 0000 | a firearm that is held and fired with one hand
-03948830 06 n 01 pistol_grip 0 001 @ 04322026 n 0000 | a handle (as of a gun or saw) shaped like the butt of a pistol
-03948950 06 n 02 piston 0 plunger 0 005 @ 03736970 n 0000 #p 04062179 n 0000 + 01577635 v 0202 %p 03949145 n 0000 %p 03949317 n 0000 | mechanical device that has a plunging or thrusting motion
-03949145 06 n 01 piston_ring 0 002 @ 04159354 n 0000 #p 03948950 n 0000 | seal consisting of a split metal ring that seals the gap between a piston and the cylinder wall
-03949317 06 n 01 piston_rod 0 002 @ 03091044 n 0000 #p 03948950 n 0000 | connecting rod that moves or is moved by a piston
-03949442 06 n 03 pit 0 quarry 0 stone_pit 0 004 @ 03302121 n 0000 + 01163847 v 0201 ~ 03003548 n 0000 ~ 03455279 n 0000 | a surface excavation for extracting stone or slate; "a British term for `quarry' is `stone pit'"
-03949663 06 n 02 pit 2 pitfall 0 001 @ 04474466 n 0000 | a trap in the form of a concealed hole
-03949761 06 n 01 pit 4 002 @ 02735688 n 0000 ;c 00449517 n 0000 | (auto racing) an area at the side of a racetrack where the race cars are serviced and refueled
-03949924 06 n 01 pit 5 002 @ 02735688 n 0000 #p 03077074 n 0000 | (commodity exchange) the part of the floor of a commodity exchange where trading in a particular commodity is carried on
-03950113 06 n 01 pit 6 002 @ 03285912 n 0000 ~ 03061819 n 0000 | an enclosure in which animals are made to fight
-03950228 06 n 02 pitcher 0 ewer 0 002 @ 04531098 n 0000 ~ 03129001 n 0000 | an open vessel with a handle and a spout for pouring
-03950359 06 n 01 pitchfork 0 003 @ 03489162 n 0000 + 01579340 v 0101 %p 04439585 n 0000 | a long-handled hand tool with sharp widely spaced prongs for lifting and pitching hay
-03950537 06 n 01 pitching_wedge 0 001 @ 04569822 n 0000 | a wedge used to loft the golf ball over obstacles
-03950647 06 n 01 pitch_pipe 0 001 @ 03945615 n 0000 | a small pipe sounding a tone of standard frequency; used to establish the starting pitch for unaccompanied singing
-03950818 06 n 01 pithead 0 001 @ 03290771 n 0000 | the entrance to a coal mine
-03950899 06 n 05 pith_hat 0 pith_helmet 0 sun_helmet 0 topee 0 topi 0 001 @ 04356595 n 0000 | a lightweight hat worn in tropical countries for protection from the sun
-03951068 06 n 01 piton 0 001 @ 04275661 n 0000 | a metal spike with a hole for a rope; mountaineers drive it into ice or rock to use as a hold
-03951213 06 n 03 Pitot-static_tube 0 Pitot_head 0 Pitot_tube 2 001 @ 03733925 n 0000 | measuring instrument consisting of a combined Pitot tube and static tube that measures total and static pressure; used in aircraft to measure airspeed
-03951453 06 n 02 Pitot_tube 0 Pitot 0 001 @ 03733925 n 0000 | measuring instrument consisting of a right-angled tube with an open end that is directed in opposition to the flow of a fluid and used to measure the velocity of fluid flow
-03951690 06 n 02 pitprop 0 sprag 1 001 @ 04011242 n 0000 | a wooden prop used to support the roof of a mine
-03951800 06 n 01 pitsaw 0 001 @ 04503836 n 0000 | a large two-handed saw formerly used to cut logs into planks; one man stood above the log and the other in a pit below
-03951971 06 n 02 pivot 0 pin 2 004 @ 02764614 n 0000 + 02046572 v 0101 ~ 03402080 n 0000 ~ 03944024 n 0000 | axis consisting of a short shaft that supports something that turns
-03952150 06 n 01 pivoting_window 0 001 @ 04587648 n 0000 | a window that opens by pivoting either horizontally or vertically
-03952277 06 n 03 pixel 0 pel 0 picture_element 0 003 @ 03081021 n 0000 #p 04054795 n 0000 ;c 06128570 n 0000 | (computer science) the smallest discrete component of an image or picture on a CRT screen (usually a colored dot); "the greater the number of pixels per inch the greater the resolution"
-03952576 06 n 03 pizzeria 0 pizza_shop 0 pizza_parlor 0 001 @ 04202417 n 0000 | a shop where pizzas are made and sold
-03952696 06 n 01 placebo 0 002 @ 03740161 n 0000 ~ 02678174 n 0000 | an innocuous or inert medication; given as a pacifier or to the control group in experiments on the efficacy of a drug
-03952886 06 n 01 place_mat 0 002 @ 03728131 n 0000 @ 04380617 n 0000 | a mat serving as table linen for an individual place setting
-03953020 06 n 02 place_of_business 0 business_establishment 0 008 @ 03297735 n 0000 ~ 03413428 n 0000 ~ 03506370 n 0000 ~ 03542727 n 0000 ~ 03726116 n 0000 ~ 03748162 n 0000 ~ 03841666 n 0000 ~ 04286128 n 0000 | an establishment (a factory or an assembly plant or retail store or warehouse etc.) where business is conducted, goods are made or stored or processed or where services are rendered
-03953416 06 n 04 place_of_worship 0 house_of_prayer 0 house_of_God 0 house_of_worship 0 010 @ 02913152 n 0000 ~ 02833040 n 0000 ~ 03007130 n 0000 ~ 03028079 n 0000 ~ 03099622 n 0000 ~ 03724756 n 0000 ~ 03788195 n 0000 ~ 04210390 n 0000 ~ 04374735 n 0000 ~ 04407435 n 0000 | any building where congregations gather for prayer
-03953743 06 n 02 place_setting 0 setting 2 002 @ 04175380 n 0000 + 00407848 v 0203 | a table service for one person; "a place setting of sterling flatware"
-03953901 06 n 01 placket 0 002 @ 03932670 n 0000 #p 04230808 n 0000 | a piece of cloth sewn under an opening
-03954012 06 n 02 plain_weave 0 taffeta_weave 0 001 @ 04568298 n 0000 | a basic style of weave in which the weft and warp threads intertwine alternately to produce a checkerboard effect
-03954199 06 n 02 plan 0 architectural_plan 0 004 @ 03234306 n 0000 + 01639714 v 0102 ~ 03281052 n 0000 ~ 03367147 n 0000 | scale drawing of a structure; "the plans for City Hall were on file"
-03954393 06 n 02 planchet 0 coin_blank 0 001 @ 03208556 n 0000 | a flat metal disk ready for stamping as a coin
-03954507 06 n 01 planchette 0 002 @ 02856463 n 0000 #p 03858662 n 0000 | a triangular board supported on casters; when lightly touched with the fingertips it is supposed to spell out supernatural (or unconscious) messages
-03954731 06 n 03 plane 0 carpenter's_plane 0 woodworking_plane 0 020 @ 03265032 n 0000 @ 03489162 n 0000 + 01307389 v 0101 + 01249490 v 0101 ~ 02815478 n 0000 ~ 02854532 n 0000 ~ 02917607 n 0000 ~ 03004620 n 0000 ~ 03034516 n 0000 ~ 03075500 n 0000 ~ 03229115 n 0000 ~ 03382969 n 0000 ~ 03590932 n 0000 ~ 03601638 n 0000 ~ 03729647 n 0000 ~ 03849275 n 0000 ~ 04114996 n 0000 ~ 04156297 n 0000 ~ 04247630 n 0000 ~ 04283585 n 0000 | a carpenter's hand tool with an adjustable blade for smoothing or shaping wood; "the cabinetmaker used a plane for the finish work"
-03955296 06 n 03 plane 2 planer 0 planing_machine 0 005 @ 03997484 n 0000 + 01249490 v 0201 + 01307389 v 0201 + 01307389 v 0101 + 01249490 v 0101 | a power tool for smoothing or shaping wood
-03955489 06 n 01 plane_seat 0 003 @ 04161358 n 0000 #p 02690373 n 0000 %p 04162706 n 0000 | a seat on a commercial airliner
-03955615 06 n 01 plane_table 0 001 @ 04365484 n 0000 | surveying instrument consisting of a drawing board and a ruler that are mounted on a tripod; used to sight and map topographical details
-03955809 06 n 01 planetarium 1 002 @ 03777283 n 0000 ~ 03856465 n 0000 | an apparatus or model for representing the solar systems
-03955941 06 n 01 planetarium 2 002 @ 03851341 n 0000 #p 03956157 n 0000 | an optical device for projecting images of celestial bodies and other astronomical phenomena onto the inner surface of a hemispherical dome
-03956157 06 n 01 planetarium 3 002 @ 02913152 n 0000 %p 03955941 n 0000 | a building housing an instrument for projecting the positions of the planets onto a domed ceiling
-03956331 06 n 04 planetary_gear 0 epicyclic_gear 0 planet_wheel 0 planet_gear 0 002 @ 03430551 n 0000 #p 03292736 n 0000 | an outer gear that revolves about a central sun gear of an epicyclic train
-03956531 06 n 01 plank-bed 0 001 @ 02818832 n 0000 | a bed of boards (without a mattress)
-03956623 06 n 01 planking 0 003 @ 03122748 n 0000 ;c 04194289 n 0000 + 01336159 v 0101 | (nautical) a covering or flooring constructed of planks (as on a ship)
-03956785 06 n 01 planner 0 002 @ 03832673 n 0000 + 00704690 v 0101 | a notebook for recording appointments and things to be done, etc.
-03956922 06 n 03 plant 1 works 2 industrial_plant 0 013 @ 02914991 n 0000 ~ 02878107 n 0000 ~ 02897237 n 0000 ~ 03212811 n 0000 ~ 03316406 n 0000 -c 03425956 n 0000 ~ 03772269 n 0000 ~ 03871860 n 0000 ~ 04065909 n 0000 ~ 04068441 n 0000 ~ 04131811 n 0000 ~ 04178668 n 0000 ~ 04246156 n 0000 | buildings for carrying on industrial labor; "they built a large plant to manufacture automobiles"
-03957315 06 n 01 planter 0 002 @ 03991062 n 0000 + 01567275 v 0101 | a decorative pot for house plants
-03957420 06 n 03 plaster 0 adhesive_plaster 0 sticking_plaster 0 002 @ 02680337 n 0000 ~ 03121556 n 0000 | adhesive tape used in dressing wounds
-03957567 06 n 02 plaster 1 plasterwork 0 003 @ 04362025 n 0000 + 01360899 v 0101 ~ 03890358 n 0000 | a surface of hardened plaster (as on a wall or ceiling); "there were cracks in the plaster"
-03957762 06 n 02 plasterboard 0 gypsum_board 0 002 @ 04547991 n 0000 ~ 04189816 n 0000 | wallboard with a gypsum plaster core bonded to layers of paper or fiberboard; used instead of plaster or wallboard to make interior walls
-03957991 06 n 01 plastering_trowel 0 001 @ 04489817 n 0000 | a trowel used to spread and smooth plaster
-03958097 06 n 01 plastic_art 0 002 @ 02743547 n 0000 ~ 04157320 n 0000 | the arts of shaping or modeling; carving and sculpture
-03958227 06 n 01 plastic_bag 0 002 @ 02773037 n 0000 ~ 02841063 n 0000 | a bag made of thin plastic material
-03958338 06 n 01 plastic_bomb 0 002 @ 02866578 n 0000 %s 03958448 n 0000 | a bomb made of plastic explosive
-03958448 06 n 02 plastic_explosive 0 plastique 0 002 @ 03305135 n 0000 #s 03958338 n 0000 | an explosive material that is easily molded around the object it is intended to destroy
-03958630 06 n 01 plastic_laminate 0 002 @ 03635668 n 0000 ~ 03385295 n 0000 | a laminate made by bonding plastic layers
-03958752 06 n 01 plastic_wrap 0 003 @ 04605726 n 0000 ~ 02992368 n 0000 ~ 04135710 n 0000 | wrapping consisting of a very thin transparent sheet of plastic
-03958910 06 n 01 plastron 0 001 @ 03872495 n 0000 | a large pad worn by a fencer to protect the chest
-03959014 06 n 01 plastron 1 001 @ 02895154 n 0000 | a metal breastplate that was worn under a coat of mail
-03959123 06 n 01 plastron 2 002 @ 04198015 n 0000 #p 03238879 n 0000 | the front of man's dress shirt
-03959227 06 n 01 plastron 3 002 @ 04198015 n 0000 #p 02861387 n 0000 | the ornamental front of a woman's bodice or shirt
-03959350 06 n 01 plat 0 001 @ 03720163 n 0000 | a map showing planned or actual features of an area (streets and building lots etc.)
-03959485 06 n 01 plate 0 007 @ 03361945 n 0000 ~ 03180280 n 0000 ~ 03202123 n 0000 ~ 03887603 n 0000 ~ 04130447 n 0000 ~ 04263417 n 0000 ~ 04311799 n 0000 | dish on which food is served or from which food is eaten
-03959701 06 n 03 plate 1 scale 3 shell 1 004 @ 04192858 n 0000 ~ 02740764 n 0000 ~ 03539433 n 0000 ~ 04191346 n 0000 | a metal sheathing of uniform thickness (such as the shield attached to an artillery piece to protect the gunners)
-03959936 06 n 01 plate 2 020 @ 04188643 n 0000 + 01395049 v 0101 ~ 02772868 n 0000 ~ 03156606 n 0000 ~ 03161725 n 0000 ~ 03208556 n 0000 ~ 03289025 n 0000 ~ 03296597 n 0000 ~ 03343047 n 0000 ~ 03352853 n 0000 ~ 03458753 n 0000 ~ 03471347 n 0000 ~ 03635452 n 0000 ~ 03661180 n 0000 ~ 03694761 n 0000 ~ 03806652 n 0000 ~ 03961250 n 0000 ~ 03961503 n 0000 ~ 03966582 n 0000 ~ 04391276 n 0000 | a sheet of metal or wood or glass or plastic
-03960374 06 n 02 plate 3 collection_plate 0 001 @ 04060904 n 0000 | a shallow receptacle for collection in church
-03960490 06 n 01 plate 5 003 @ 04341414 n 0000 #p 04341686 n 0000 ~ 04548613 n 0000 | structural member consisting of a horizontal beam that provides bearing and anchorage
-03960664 06 n 01 plate 6 002 @ 03561345 n 0000 ~ 03323485 n 0000 | a full-page illustration (usually on slick paper)
-03960783 06 n 02 plate 7 photographic_plate 0 002 @ 04188643 n 0000 ~ 04032392 n 0000 | a flat sheet of metal or glass on which a photographic image can be recorded
-03960950 06 n 01 plate 8 002 @ 02714315 n 0000 #p 04494204 n 0000 | the positively charged electrode in a vacuum tube
-03961070 06 n 02 plate_glass 0 sheet_glass 0 005 @ 04188643 n 0000 %s 14881303 n 0000 ~ 03122573 n 0000 ~ 03881893 n 0000 ~ 04237924 n 0000 | glass formed into large thin sheets
-03961250 06 n 01 plate_iron 0 005 @ 03959936 n 0000 ~ 02863995 n 0000 ~ 04189392 n 0000 ~ 04330896 n 0000 ~ 04390338 n 0000 | a plate of iron
-03961394 06 n 01 platen 0 001 @ 04101497 n 0000 | the roller on a typewriter against which the keys strike
-03961503 06 n 01 platen 1 001 @ 03959936 n 0000 | the flat plate of a printing press that presses the paper against the type
-03961630 06 n 01 platen 2 001 @ 04379243 n 0000 | work table of a machine tool
-03961711 06 n 01 plate_rack 0 001 @ 04038727 n 0000 | a rack for holding plates to dry after they have been washed
-03961828 06 n 01 plate_rail 0 001 @ 04046590 n 0000 | rail or narrow shelf fixed to a wall to display plates
-03961939 06 n 01 platform 0 027 @ 03536348 n 0000 ~ 02756601 n 0000 ~ 02786984 n 0000 ~ 02986757 n 0000 ~ 03139998 n 0000 ~ 03159640 n 0000 ~ 03167666 n 0000 ~ 03217333 n 0000 ~ 03373415 n 0000 ~ 03379592 n 0000 ~ 03380461 n 0000 ~ 03383378 n 0000 ~ 03638511 n 0000 ~ 03639360 n 0000 ~ 03647691 n 0000 ~ 03782558 n 0000 ~ 03879582 n 0000 ~ 03933529 n 0000 ~ 04092959 n 0000 ~ 04120998 n 0000 ~ 04141573 n 0000 ~ 04296562 n 0000 ~ 04296949 n 0000 ~ 04297944 n 0000 ~ 04454540 n 0000 ~ 04501550 n 0000 ~ 04501713 n 0000 | a raised horizontal surface; "the speaker mounted the platform"
-03962525 06 n 02 platform 1 weapons_platform 0 003 @ 04341686 n 0000 ;c 08199025 n 0000 ~ 03469175 n 0000 | any military structure or vehicle bearing weapons
-03962685 06 n 01 platform 3 003 @ 03085915 n 0000 %p 03082979 n 0000 %p 06568134 n 0000 | the combination of a particular computer and a particular operating system
-03962852 06 n 01 platform_bed 0 001 @ 02818832 n 0000 | a bed without springs
-03962932 06 n 01 platform_rocker 0 001 @ 04099969 n 0000 | rocking chair on a stationary base
-03963028 06 n 02 plating 0 metal_plating 0 004 @ 03058107 n 0000 + 01395049 v 0101 ~ 03445326 n 0000 ~ 04220805 n 0000 | a thin coating of metal deposited on a surface
-03963198 06 n 01 platter 0 001 @ 03361945 n 0000 | a large shallow dish used for serving food
-03963294 06 n 01 playback 0 003 @ 03278248 n 0000 #p 04063373 n 0000 + 01738347 v 0101 | electronic equipment comprising the part of a tape recorder that reproduces the recorded material
-03963483 06 n 02 playbox 0 play-box 0 002 @ 02883344 n 0000 ;r 08860123 n 0000 | a box for a child's toys and personal things (especially at a boarding school)
-03963645 06 n 01 playground 0 004 @ 04610879 n 0000 %p 04167759 n 0000 %p 04238128 n 0000 %p 04371774 n 0000 | yard consisting of an outdoor area for children's play
-03963813 06 n 02 playhouse 0 wendy_house 0 002 @ 03964744 n 0000 ~ 04477966 n 0000 | plaything consisting of a small model of a house that children can play inside of
-03963982 06 n 01 playing_card 0 023 @ 02962545 n 0000 #m 07956721 n 0000 ~ 00492083 n 0000 ~ 02673291 n 0000 ~ 03053788 n 0000 ~ 03182795 n 0000 ~ 03187972 n 0000 ~ 03233246 n 0000 %p 03313602 n 0000 ~ 03314028 n 0000 ~ 03414574 n 0000 ~ 03507048 n 0000 ~ 03527000 n 0000 ~ 03601964 n 0000 ~ 04223435 n 0000 ~ 04266660 n 0000 ~ 04286307 n 0000 ~ 04327825 n 0000 ~ 04351233 n 0000 ~ 04480415 n 0000 ~ 04491135 n 0000 ~ 04584512 n 0000 %p 07271942 n 0000 | one of a pack of cards that are used to play card games
-03964495 06 n 02 playpen 0 pen 3 001 @ 03285912 n 0000 | a portable enclosure in which babies may be left to play
-03964611 06 n 01 playsuit 0 001 @ 03859958 n 0000 | a sports outfit for women or children; usually consists of shorts and a blouse
-03964744 06 n 02 plaything 0 toy 0 035 @ 00021939 n 0000 + 00013328 v 0202 ~ 02779435 n 0000 ~ 02782329 n 0000 ~ 03061211 n 0000 ~ 03219135 n 0000 ~ 03219362 n 0000 ~ 03397947 n 0000 ~ 03523633 n 0000 ~ 03548402 n 0000 ~ 03590588 n 0000 ~ 03603442 n 0000 ~ 03605073 n 0000 ~ 03607756 n 0000 ~ 03621473 n 0000 ~ 03655295 n 0000 ~ 03736809 n 0000 ~ 03902972 n 0000 ~ 03941231 n 0000 ~ 03944138 n 0000 ~ 03963813 n 0000 ~ 03974070 n 0000 ~ 03983499 n 0000 ~ 04056289 n 0000 ~ 04134339 n 0000 ~ 04167759 n 0000 ~ 04238128 n 0000 ~ 04240097 n 0000 ~ 04318551 n 0000 ~ 04371774 n 0000 ~ 04399382 n 0000 ~ 04454240 n 0000 ~ 04468707 n 0000 ~ 04561548 n 0000 ~ 04613555 n 0000 | an artifact designed to be played with
-03965456 06 n 06 plaza 1 mall 1 center 1 shopping_mall 0 shopping_center 0 shopping_centre 0 002 @ 03748162 n 0000 %p 03378005 n 0000 | mercantile establishment consisting of a carefully landscaped complex of shops representing leading merchandisers; usually includes restaurants and a convenient parking area; a modern version of the traditional marketplace; "a good plaza should have a movie house"; "they spent their weekends at the local malls"
-03965907 06 n 02 pleat 0 plait 0 008 @ 13907415 n 0000 + 01674717 v 0203 + 01387301 v 0102 ~ 02886035 n 0000 ~ 03582840 n 0000 ~ 03616091 n 0000 ~ 03624653 n 0000 ~ 04494906 n 0000 | any of various types of fold formed by doubling fabric back upon itself and then pressing or stitching into shape
-03966206 06 n 01 plenum 0 001 @ 03285912 n 0000 | an enclosed space in which the air pressure is higher than outside
-03966325 06 n 01 plethysmograph 0 003 @ 03733925 n 0000 ~ 02863176 n 0000 ~ 03196841 n 0000 | a measuring instrument for measuring changes in volume of a part or organ or whole body (usually resulting from fluctuations in the amount of blood it contains)
-03966582 06 n 02 pleximeter 0 plessimeter 0 001 @ 03959936 n 0000 | a small thin metal plate held against the body and struck with a plexor in percussive examinations
-03966751 06 n 03 plexor 0 plessor 0 percussor 0 003 @ 03481172 n 0000 ;c 06043075 n 0000 + 01248023 v 0301 | (medicine) a small hammer with a rubber head used in percussive examinations of the chest and in testing reflexes
-03966976 06 n 03 pliers 0 pair_of_pliers 0 plyers 0 009 @ 03489162 n 0000 @ 03082127 n 0000 ;u 06295235 n 0000 %p 03594277 n 0000 ~ 03684224 n 0000 ~ 03816530 n 0000 ~ 04023021 n 0000 ~ 04088343 n 0000 ~ 04240867 n 0000 | a gripping hand tool with two hinged arms and (usually) serrated jaws
-03967270 06 n 01 plimsoll 0 002 @ 03472535 n 0000 ;r 08860123 n 0000 | a light gym shoe with a rubber sole and a canvas top
-03967396 06 n 01 plotter 0 003 @ 03574816 n 0000 ;c 03082979 n 0000 + 01693453 v 0102 | an instrument (usually driven by a computer) for drawing graphs or pictures
-03967562 06 n 02 plow 0 plough 0 005 @ 04451818 n 0000 + 01741864 v 0202 + 01741864 v 0101 ~ 02918204 n 0000 ~ 03780047 n 0000 | a farm tool having one or more heavy blades to break the soil and cut a furrow prior to sowing
-03967788 06 n 03 plowshare 0 ploughshare 0 share 0 002 @ 04569520 n 0000 #p 03780047 n 0000 | a sharp steel wedge that cuts loose the top layer of soil
-03967942 06 n 03 plug 0 stopper 0 stopple 0 013 @ 02853449 n 0000 + 01220636 v 0302 + 01478002 v 0204 + 01220636 v 0201 + 01422886 v 0101 ~ 02919648 n 0000 ~ 03108853 n 0000 ~ 03232815 n 0000 ~ 03262072 n 0000 ~ 03343234 n 0000 ~ 04388040 n 0000 ~ 04388162 n 0000 ~ 04390977 n 0000 | blockage consisting of an object designed to fill a hole tightly
-03968293 06 n 02 plug 3 male_plug 0 002 @ 03269401 n 0000 ~ 04402342 n 0000 | an electrical device with two or three pins that is inserted in a socket to make an electrical connection
-03968479 06 n 01 plug_fuse 0 001 @ 03407369 n 0000 | a fuse with a thread that screws into a socket
-03968581 06 n 01 plughole 0 002 @ 03526198 n 0000 ;r 08860123 n 0000 | a hole into which a plug fits (especially a hole where water drains away)
-03968728 06 n 03 plumb_bob 0 plumb 0 plummet 0 004 @ 02860239 n 0000 #p 03969627 n 0000 + 01487830 v 0201 + 00465634 v 0201 | the metal bob of a plumb line
-03968886 06 n 02 plumber's_snake 0 auger 1 002 @ 04248010 n 0000 @ 03489162 n 0000 | a long flexible steel coil for dislodging stoppages in curved pipes
-03969041 06 n 02 plumbing 0 plumbing_system 0 002 @ 04516874 n 0000 %p 03969259 n 0000 | utility consisting of the pipes and fixtures for the distribution of water or gas in a building and for the disposal of sewage
-03969259 06 n 01 plumbing_fixture 0 008 @ 03354613 n 0000 #p 03969041 n 0000 ~ 03387815 n 0000 ~ 04208936 n 0000 ~ 04223580 n 0000 ~ 04446521 n 0000 ~ 04515991 n 0000 ~ 04559451 n 0000 | a fixture for the distribution and use of water in a building
-03969510 06 n 01 plumb_level 0 001 @ 02966786 n 0000 | a carpenter's level with a plumb line at right angles to it
-03969627 06 n 02 plumb_line 0 perpendicular 1 004 @ 03106110 n 0000 ~ 03651947 n 0000 %p 03968728 n 0000 ~ 03969902 n 0000 | a cord from which a metal weight is suspended pointing directly to the earth's center of gravity; used to determine the vertical from a given point
-03969902 06 n 01 plumb_rule 0 001 @ 03969627 n 0000 | a plumb line attached to a narrow board
-03969998 06 n 01 plume 0 004 @ 02681518 n 0000 + 01680132 v 0101 ~ 02685082 n 0000 ~ 03880951 n 0000 | a feather or cluster of feathers worn as an ornament
-03970156 06 n 02 plunger 1 plumber's_helper 0 003 @ 03489162 n 0000 + 01577635 v 0102 + 01577093 v 0104 | hand tool consisting of a stick with a rubber suction cup at one end; used to clean clogged drains
-03970363 06 n 01 plus_fours 0 003 @ 02896442 n 0000 ;c 00464894 n 0000 ;u 06295235 n 0000 | men's baggy knickers hanging below the knees; formerly worn for sports (especially golf)
-03970546 06 n 01 plush 0 002 @ 03309808 n 0000 + 02231998 a 0101 | a fabric with a nap that is longer and softer than velvet
-03970673 06 n 02 plutonium_trigger 0 plutonium_pit 0 002 @ 04483073 n 0000 #p 02753044 n 0000 | a steel or beryllium sphere containing plutonium 239 that triggers nuclear fission when compressed by explosives
-03970884 06 n 01 ply 0 002 @ 03650173 n 0000 ;u 06307152 n 0000 | (usually in combinations) one of several layers of cloth or paper or wood as in plywood
-03971040 06 n 01 ply 1 001 @ 04332783 n 0000 | one of the strands twisted together to make yarn or rope or thread; often used in combination; "three-ply cord"; "four-ply yarn"
-03971218 06 n 02 plywood 0 plyboard 0 001 @ 03635668 n 0000 | a laminate made of thin layers of wood
-03971321 06 n 01 pneumatic_drill 0 001 @ 03995372 n 0000 | a power drill powered by compressed air
-03971422 06 n 02 pneumatic_tire 0 pneumatic_tyre 0 010 @ 04440749 n 0000 #p 02974003 n 0000 #p 02836035 n 0000 %p 02977822 n 0000 ~ 03359950 n 0000 %p 03573005 n 0000 ~ 04040247 n 0000 ~ 04252814 n 0000 %p 04477091 n 0000 ~ 04494762 n 0000 | a tire made of reinforced rubber and filled with compressed air; used on motor vehicles and bicycles etc
-03971771 06 n 02 pneumococcal_vaccine 0 Pneumovax 0 002 @ 04517535 n 0000 ;u 06845599 n 0201 | vaccine (trade name Pneumovax) effective against the 23 most common strains of pneumococcus
-03971960 06 n 01 p-n_junction 0 001 @ 03093792 n 0000 | the junction between a p-type semiconductor and an n-type semiconductor; "a p-n junction has marked rectifying characteristics"
-03972146 06 n 01 p-n-p_transistor 0 001 @ 04471632 n 0000 | a junction transistor having an n-type semiconductor between a p-type semiconductor that serves as an emitter and a p-type semiconductor that serves as a collector
-03972372 06 n 01 poacher 0 003 @ 03101986 n 0000 @ 04531098 n 0000 + 00544404 v 0101 | a cooking vessel designed to poach food (such as fish or eggs)
-03972524 06 n 01 pocket 0 010 @ 03993180 n 0000 #p 03419014 n 0000 + 02292432 v 0101 + 02278592 v 0101 ~ 02895328 n 0000 ~ 03521899 n 0000 ~ 03898395 n 0000 %p 03973402 n 0000 ~ 04234260 n 0000 ~ 04532398 n 0000 | a small pouch inside a garment for carrying small articles
-03972799 06 n 01 pocket 1 004 @ 09379111 n 0000 #p 03982430 n 0000 ~ 03110100 n 0000 ~ 04214958 n 0000 | an opening at the corner or on the side of a billiard table into which billiard balls are struck
-03973003 06 n 01 pocket_battleship 0 001 @ 02812201 n 0000 | a small battleship built to conform with treaty limitations on tonnage and armament (from 1925 to 1930)
-03973170 06 n 03 pocketbook 1 pocket_book 1 pocket_edition 0 001 @ 03886432 n 0000 | pocket-sized paperback book
-03973285 06 n 02 pocketcomb 0 pocket_comb 0 001 @ 03074855 n 0000 | a small comb suitable for carrying in a pocket
-03973402 06 n 01 pocket_flap 0 002 @ 03357376 n 0000 #p 03972524 n 0000 | a flap that covers the access to a pocket
-03973520 06 n 01 pocket-handkerchief 0 001 @ 03485794 n 0000 | a handkerchief that is carried in a pocket
-03973628 06 n 02 pocketknife 0 pocket_knife 0 004 @ 03623556 n 0000 ~ 03038480 n 0000 ~ 03911658 n 0000 ~ 04373089 n 0000 | a knife with a blade that folds into the handle; suitable for carrying in the pocket
-03973839 06 n 01 pocket_watch 0 001 @ 04555897 n 0000 | a watch that is carried in a small watch pocket
-03973945 06 n 02 pod 0 fuel_pod 0 002 @ 03094503 n 0000 #p 02691156 n 0000 | a detachable container of fuel on an airplane
-03974070 06 n 01 pogo_stick 0 001 @ 03964744 n 0000 | plaything consisting of a pole with foot rests and a strong spring; propelled by jumping
-03974215 06 n 01 point 0 018 @ 08566028 n 0000 #p 02763714 n 0000 #p 03558007 n 0000 #p 03623556 n 0000 #p 03816136 n 0000 #p 03908204 n 0000 #p 03940256 n 0000 + 00392960 v 0103 ~ 02743050 n 0000 ~ 02790322 n 0000 ~ 02790550 n 0000 ~ 03151916 n 0000 ~ 03188168 n 0000 ~ 03823111 n 0000 ~ 03935698 n 0000 ~ 03943544 n 0000 ~ 04271371 n 0000 ~ 04276531 n 0000 | sharp end; "he stuck the point of the knife into a tree"; "he broke the point of his pencil"
-03974671 06 n 02 point 1 power_point 0 002 @ 04548771 n 0000 ;r 08860123 n 0000 | a wall socket
-03974769 06 n 02 point 2 gunpoint 1 002 @ 03469687 n 0000 + 01152670 v 0101 | the gun muzzle's direction; "he held me up at the point of a gun"
-03974915 06 n 01 point-and-shoot_camera 0 001 @ 02942699 n 0000 | a lightweight photographic camera with an autofocus
-03975035 06 n 01 pointed_arch 0 005 @ 02733524 n 0000 ~ 03246197 n 0000 ~ 03448956 n 0000 ~ 03842754 n 0000 ~ 04478383 n 0000 | an arch with a pointed apex; characteristic of Gothic architecture
-03975232 06 n 01 pointer 0 007 @ 03568117 n 0000 + 02713184 v 0102 + 01152670 v 0101 + 00923793 v 0102 ~ 03482523 n 0000 ~ 03668279 n 0000 ~ 03816394 n 0000 | an indicator as on a dial
-03975419 06 n 01 pointillism 0 002 @ 03434943 n 0000 + 10447924 n 0101 | a genre of painting characterized by the application of paint in dots and small strokes; developed by Georges Seurat and his followers in late 19th century France
-03975657 06 n 01 pointing_trowel 0 001 @ 04489817 n 0000 | a trowel used to fill and finish masonry joints with mortar or cement
-03975788 06 n 02 point_lace 0 needlepoint 1 001 @ 03631177 n 0000 | lace worked with a needle in a buttonhole stitch on a paper pattern
-03975926 06 n 04 poker 0 stove_poker 0 fire_hook 0 salamander 0 002 @ 03346135 n 0000 + 01424220 v 0101 | fire iron consisting of a metal rod with a handle; used to stir a fire
-03976105 06 n 02 polarimeter 0 polariscope 0 001 @ 03851341 n 0000 | an optical device used to measure the rotation of the plane of vibration of polarized light
-03976268 06 n 01 Polaroid 0 003 @ 03339296 n 0000 #p 04356056 n 0000 ;u 06845599 n 0000 | (trade mark) a plastic film that can polarize a beam of light; often used in sunglasses to eliminate glare
-03976467 06 n 02 Polaroid_camera 0 Polaroid_Land_camera 0 003 @ 02942699 n 0000 ;u 06845599 n 0201 ;u 06845599 n 0101 | a camera that develops and produces a positive print within seconds
-03976657 06 n 01 pole 0 012 @ 04100174 n 0000 + 00239973 v 0101 + 01218652 v 0101 + 01372189 v 0102 ~ 02792948 n 0000 ~ 02871824 n 0000 ~ 02931836 n 0000 ~ 03051396 n 0000 ~ 03726993 n 0000 ~ 04230603 n 0000 ~ 04267577 n 0000 ~ 04319937 n 0000 | a long (usually round) rod of wood or metal or plastic
-03976960 06 n 02 pole 1 magnetic_pole 0 004 @ 08566028 n 0000 #p 03705379 n 0000 ~ 03817331 n 0000 ~ 03987674 n 0000 | one of the two ends of a magnet where the magnetism seems to be concentrated
-03977158 06 n 01 pole 2 001 @ 04285622 n 0000 | a long fiberglass sports implement used for pole vaulting
-03977266 06 n 02 poleax 0 poleaxe 0 003 @ 02811468 n 0000 + 01258642 v 0202 + 01258642 v 0101 | a battle ax used in the Middle Ages; a long handled ax and a pick
-03977430 06 n 02 poleax 1 poleaxe 1 003 @ 02764044 n 0000 + 01258642 v 0202 + 01258642 v 0101 | an ax used to slaughter cattle; has a hammer opposite the blade
-03977592 06 n 01 police_boat 0 001 @ 02858304 n 0000 | a boat used by harbor police
-03977678 06 n 03 police_station 0 police_headquarters 0 station_house 0 002 @ 04306080 n 0000 %p 04291069 n 0000 | a station that serves as headquarters for police in a particular district; serves as a place from which policemen are dispatched and to which arrested persons are brought
-03977966 06 n 06 police_van 0 police_wagon 0 paddy_wagon 0 patrol_wagon 0 wagon 2 black_Maria 0 001 @ 04520170 n 0000 | van used by police to transport prisoners
-03978130 06 n 01 poliovirus_vaccine 0 003 @ 04517535 n 0000 ~ 04122011 n 0000 ~ 04130715 n 0000 | vaccine prepared from poliovirus to provide immunity to poliomyelitis
-03978300 06 n 01 polka_dot 0 001 @ 03178782 n 0000 | design consisting of a pattern of regularly spaced circular spots
-03978421 06 n 01 polling_booth 0 002 @ 02873839 n 0000 #p 08538917 n 0000 | a temporary booth in a polling place which people enter to cast their votes
-03978575 06 n 01 polo_ball 0 001 @ 02778669 n 0000 | wooden ball that is struck with mallets in playing polo
-03978686 06 n 02 polo_mallet 0 polo_stick 0 002 @ 03715892 n 0000 @ 04318131 n 0000 | a mallet used to strike the ball in polo
-03978815 06 n 01 polonaise 0 001 @ 03236735 n 0000 | a woman's dress with a tight bodice and an overskirt drawn back to reveal a colorful underskirt
-03978966 06 n 02 polo_shirt 0 sport_shirt 0 001 @ 04197391 n 0000 | a shirt with short sleeves designed for comfort and casual wear
-03979100 06 n 01 polychrome 0 001 @ 04599396 n 0000 | a piece of work composed of or decorated in many colors
-03979212 06 n 01 polyconic_projection 0 001 @ 03090856 n 0000 | a conic projection of a map having distances between meridians equal to those distances on a globe
-03979377 06 n 01 polyester 0 002 @ 03309808 n 0000 ~ 03158414 n 0000 | any of a large class of synthetic fabrics
-03979492 06 n 01 polygraph 0 002 @ 03739693 n 0000 ~ 03662452 n 0000 | a medical instrument that records several physiological processes simultaneously (e.g., pulse rate and blood pressure and respiration and perspiration)
-03979717 06 n 01 polymyxin 0 001 @ 02716866 n 0000 | any of several toxic antibiotics obtained from a particular soil bacterium
-03979847 06 n 02 polypropenonitrile 0 Acrilan 0 002 @ 14593671 n 0000 ;u 06845599 n 0201 | acrylic resin used to make a strong soft crease-resistant fabric (trade name Acrilan)
-03980026 06 n 02 pomade 0 pomatum 0 003 @ 03475823 n 0000 + 00040084 v 0101 ~ 02901793 n 0000 | hairdressing consisting of a perfumed oil or ointment
-03980178 06 n 02 pommel 0 saddlebow 0 003 @ 03485997 n 0000 #p 04123740 n 0000 ~ 03536931 n 0000 | handgrip formed by the raised front part of a saddle
-03980332 06 n 01 pommel 2 002 @ 03485997 n 0000 #p 03980478 n 0000 | a handgrip that a gymnast uses when performing exercises on a pommel horse
-03980478 06 n 02 pommel_horse 0 side_horse 0 002 @ 03538037 n 0000 %p 03980332 n 0000 | a gymnastic horse with a cylindrical body covered with leather and two upright handles (pommels) near the center; held upright by two steel supports, one at each end
-03980734 06 n 02 pompon 0 pom-pom 1 001 @ 02681518 n 0000 | decoration consisting of a ball of tufted wool or silk; usually worn on a hat
-03980874 06 n 01 poncho 0 001 @ 03045337 n 0000 | a blanket-like cloak with a hole in the center for the head
-03980986 06 n 01 pongee 0 001 @ 03309808 n 0000 | a soft thin cloth woven from raw silk (or an imitation)
-03981094 06 n 02 poniard 0 bodkin 3 002 @ 03158885 n 0000 + 01231878 v 0101 | a dagger with a slender blade
-03981204 06 n 01 Ponte_25_de_Abril 0 002 @i 04366367 n 0000 #p 08986066 n 0000 | a suspension bridge across the Tagus River at Lisbon
-03981340 06 n 01 pontifical 0 001 @ 04532106 n 0000 | the vestments and other insignia of a pontiff (especially a bishop)
-03981464 06 n 01 pontoon 0 002 @ 03364340 n 0000 #p 02704645 n 0000 | a float supporting a seaplane
-03981566 06 n 01 pontoon 1 003 @ 02792552 n 0000 #p 03981760 n 0000 ;c 02858304 n 0000 | (nautical) a floating structure (as a flat-bottomed boat) that serves as a dock or to support a bridge
-03981760 06 n 03 pontoon_bridge 0 bateau_bridge 0 floating_bridge 0 002 @ 02898711 n 0000 %p 03981566 n 0000 | a temporary bridge built over a series of pontoons
-03981924 06 n 04 pony_cart 0 ponycart 0 donkey_cart 0 tub-cart 0 001 @ 02970849 n 0000 | a cart with an underslung axle and two seats
-03982060 06 n 01 pool 0 005 @ 03302121 n 0000 ~ 03035510 n 0000 ~ 04371225 n 0000 ~ 04542858 n 0000 ~ 04560882 n 0000 | an excavation that is (usually) filled with water
-03982232 06 n 01 pool_ball 0 002 @ 02778669 n 0000 ~ 03267113 n 0000 | ball used in playing pool
-03982331 06 n 01 poolroom 0 001 @ 04105893 n 0000 | a room with pool tables where pool is played
-03982430 06 n 03 pool_table 0 billiard_table 0 snooker_table 0 004 @ 04379243 n 0000 @ 03414162 n 0000 %p 03972799 n 0000 %p 08516080 n 0000 | game equipment consisting of a heavy table on which pool is played
-03982642 06 n 01 poop_deck 0 001 @ 04566862 n 0000 | an exposed partial weather deck on the stern superstructure of a ship
-03982767 06 n 03 poor_box 0 alms_box 0 mite_box 0 001 @ 02883344 n 0000 | box for collecting alms, especially one in a church
-03982895 06 n 01 poorhouse 0 002 @ 03297735 n 0000 ~ 04601159 n 0000 | an establishment maintained at public expense in order to provide housing for the poor and homeless
-03983068 06 n 01 Pop_Art 0 001 @ 08466643 n 0000 | a school of art that emerged in the United Kingdom in the 1950s and became prevalent in the United States and the United Kingdom in the 1960s; it imitated the techniques of commercial art (as the soup cans of Andy Warhol) and the styles of popular culture and the mass media
-03983396 06 n 02 pop_bottle 0 soda_bottle 0 001 @ 02876657 n 0000 | a bottle for holding soft drinks
-03983499 06 n 01 popgun 0 001 @ 03964744 n 0000 | plaything consisting of a toy gun that makes a popping sound
-03983612 06 n 01 poplin 0 001 @ 03309808 n 0000 | a ribbed fabric used in clothing and upholstery
-03983712 06 n 01 popper 0 002 @ 03101156 n 0000 + 00309792 v 0101 | a container for cooking popcorn
-03983814 06 n 01 popper 1 001 @ 04320126 n 0000 | a container of stimulant drug (amyl nitrate or butyl nitrite)
-03983928 06 n 02 poppet 0 poppet_valve 0 002 @ 04519153 n 0000 #p 03579982 n 0000 | a mushroom-shaped valve that rises perpendicularly from its seat; commonly used in internal-combustion engines
-03984125 06 n 01 pop_tent 0 001 @ 04411264 n 0000 | a small tent that is easy to carry and quick to set up
-03984234 06 n 01 porcelain 0 003 @ 02997607 n 0000 ~ 03018209 n 0000 ~ 04282992 n 0000 | ceramic ware made of a more or less translucent ceramic
-03984381 06 n 01 porch 0 008 @ 04341686 n 0000 #p 03544360 n 0000 ~ 02770211 n 0000 ~ 03168107 n 0000 ~ 03399677 n 0000 ~ 03986704 n 0000 ~ 04327204 n 0000 ~ 04527648 n 0000 | a structure attached to the exterior of a building often forming a covered entrance
-03984643 06 n 02 porkpie 0 porkpie_hat 0 001 @ 04248507 n 0000 | man's hat with a low, flat crown and a snap brim
-03984759 06 n 01 porringer 0 001 @ 02880940 n 0000 | a shallow metal bowl (usually with a handle); "the child was eating pottage from a porringer"
-03984908 06 n 03 port 0 embrasure 0 porthole 1 002 @ 03848729 n 0000 ;c 04194289 n 0000 | an opening (in a wall or ship or armored vehicle) for firing through
-03985069 06 n 01 portable 0 003 @ 04505036 n 0000 + 01291589 a 0101 + 01525776 a 0101 | a small light typewriter; usually with a case in which it can be carried
-03985232 06 n 01 portable_computer 0 006 @ 03918480 n 0000 ~ 02900987 n 0000 %p 03361380 n 0000 ~ 03485407 n 0000 ~ 03642806 n 0000 ~ 03832673 n 0000 | a personal computer that can easily be carried by hand
-03985441 06 n 02 portable_circular_saw 0 portable_saw 0 001 @ 03034663 n 0000 | a circular saw that is portable and is operated with a hand grip
-03985588 06 n 01 portage 0 001 @ 04463510 n 0000 | overland track between navigable waterways
-03985684 06 n 01 portal 1 001 @ 03290771 n 0000 | a grand and imposing entrance (often extended metaphorically); "the portals of the cathedral"; "the portals of heaven"; "the portals of success"
-03985881 06 n 01 portcullis 0 001 @ 03427296 n 0000 | gate consisting of an iron or wooden grating that hangs in the entry to a castle or fortified town; can be lowered to prevent passage
-03986071 06 n 01 porte-cochere 0 001 @ 02951843 n 0000 | canopy extending out from a building entrance to shelter those getting in and out of vehicles
-03986224 06 n 01 porte-cochere 1 001 @ 03290771 n 0000 | a carriage entrance passing through a building to an enclosed courtyard
-03986355 06 n 01 portfolio 0 001 @ 02974697 n 0000 | a large, flat, thin case for carrying loose papers or drawings or maps; usually leather; "he remembered her because she was carrying a large portfolio"
-03986562 06 n 01 porthole 0 004 @ 04587648 n 0000 #p 04194289 n 0000 #p 03408054 n 0000 %p 03166213 n 0000 | a window in a ship or airplane
-03986704 06 n 01 portico 0 002 @ 03984381 n 0000 ~ 03809802 n 0000 | a porch or entrance to a building consisting of a covered and often columned area
-03986857 06 n 01 portiere 0 001 @ 03151077 n 0000 | a heavy curtain hung across a doorway
-03986949 06 n 03 portmanteau 0 Gladstone 0 Gladstone_bag 0 001 @ 02773838 n 0000 | a large travelling bag made of stiff leather
-03987079 06 n 02 portrait 0 portrayal 0 003 @ 03668642 n 0000 ~ 03478033 n 0000 ~ 04169935 n 0000 | any likeness of a person, in any medium; "the photographer made excellent portraits"
-03987266 06 n 01 portrait_camera 0 002 @ 02942699 n 0000 %p 03987376 n 0000 | a camera with a portrait lens
-03987376 06 n 01 portrait_lens 0 002 @ 02943241 n 0000 #p 03987266 n 0000 | a compound camera lens with a relatively high aperture
-03987509 06 n 01 positive 0 002 @ 03338821 n 0000 #p 04237773 n 0000 | a film showing a photographic image whose tones correspond to those of the original subject
-03987674 06 n 03 positive_pole 0 positive_magnetic_pole 0 north-seeking_pole 0 001 @ 03976960 n 0000 | the pole of a magnet that points toward the north when the magnet is suspended freely
-03987865 06 n 01 positive_pole 1 001 @ 04413151 n 0000 | the terminal of a battery that is connected to the positive plate
-03987990 06 n 02 positron_emission_tomography_scanner 0 PET_scanner 0 001 @ 04450243 n 0000 | a tomograph that produces cross-sectional X-rays of metabolic processes in the body
-03988170 06 n 01 post 0 022 @ 04515129 n 0000 + 01591476 v 0102 ~ 02864593 n 0000 ~ 02969754 n 0000 ~ 03110202 n 0000 ~ 03428349 n 0000 ~ 03443149 n 0000 ~ 03522990 n 0000 ~ 03535526 n 0000 ~ 03618678 n 0000 ~ 03637181 n 0000 ~ 03733131 n 0000 ~ 03821518 n 0000 ~ 04033557 n 0000 ~ 04117747 n 0000 ~ 04298765 n 0000 ~ 04300643 n 0000 ~ 04301242 n 0000 ~ 04346003 n 0000 ~ 04402449 n 0000 ~ 04436329 n 0000 ~ 04578329 n 0000 | an upright consisting of a piece of timber or metal fixed firmly in an upright position; "he set a row of posts in the ground and strung barbwire between them"
-03988758 06 n 01 postage_meter 0 001 @ 03753077 n 0000 | meter for bulk mailings that imprints correct prepaid postage on pieces of mail and records the total charge
-03988926 06 n 01 post_and_lintel 0 001 @ 04341686 n 0000 | a structure consisting of vertical beams (posts) supporting a horizontal beam (lintel)
-03989074 06 n 03 postbox 0 mailbox 1 letter_box 1 002 @ 03710421 n 0000 ~ 03937437 n 0000 | public box for deposit of mail
-03989199 06 n 01 post_chaise 0 001 @ 02968473 n 0000 | closed horse-drawn carriage with four wheels; formerly used to transport passengers and mail
-03989349 06 n 01 postern 0 001 @ 03427296 n 0000 | a small gate in the rear of a fort or castle
-03989447 06 n 02 post_exchange 0 PX 0 001 @ 03076411 n 0000 | a commissary on a United States Army post
-03989553 06 n 02 posthole 0 post_hole 0 001 @ 03526198 n 0000 | a hole dug in the ground to hold a fence post
-03989665 06 n 02 posthole_digger 0 post-hole_digger 0 001 @ 04208210 n 0000 | a shovel used to sink postholes
-03989777 06 n 01 post_horn 0 001 @ 04586932 n 0000 | wind instrument used by postilions of the 18th and 19th centuries
-03989898 06 n 02 posthouse 0 post_house 0 001 @ 03541696 n 0000 | an inn for exchanging post horses and accommodating riders
-03990025 06 n 01 postmodernism 0 001 @ 03434943 n 0000 | genre of art and literature and especially architecture in reaction against principles and practices of established modernism
-03990210 06 n 05 Post-Office_box 0 PO_Box 0 POB 0 call_box 1 letter_box 2 001 @ 03080309 n 0000 | a numbered compartment in a post office where mail is put to be called for
-03990385 06 n 01 post_road 0 001 @ 04096066 n 0000 | a road over which mail is carried
-03990474 06 n 01 pot 0 013 @ 03101986 n 0000 @ 04531098 n 0000 ~ 02939185 n 0000 ~ 03063689 n 0000 ~ 03216562 n 0000 ~ 03259401 n 0000 ~ 03612814 n 0000 ~ 03722827 n 0000 ~ 03992975 n 0000 ~ 04139140 n 0000 ~ 04324297 n 0000 ~ 04398044 n 0000 ~ 04516214 n 0000 | metal or earthenware cooking vessel that is usually round and deep; often has a handle and lid
-03990834 06 n 0c pot 3 grass 0 green_goddess 0 dope 0 weed 0 gage 1 sess 0 sens 0 smoke 1 skunk 0 locoweed 0 Mary_Jane 0 004 @ 02949691 n 0000 + 01198101 v 0901 + 00085046 v 0401 + 01200806 v 0401 | street names for marijuana
-03991062 06 n 02 pot 4 flowerpot 0 003 @ 03094503 n 0000 + 01529491 v 0101 ~ 03957315 n 0000 | a container in which plants are cultivated
-03991202 06 n 02 potbelly 0 potbelly_stove 0 001 @ 04330340 n 0000 | a bulbous stove in which wood or coal is burned
-03991321 06 n 01 Potemkin_village 0 001 @ 03318438 n 0000 | something that seems impressive but in fact lacks substance
-03991443 06 n 02 potential_divider 0 voltage_divider 0 002 @ 04079933 n 0000 ~ 03991646 n 0000 | resistors connected in series across a voltage source; used to obtain a desired fraction of the voltage
-03991646 06 n 02 potentiometer 0 pot 2 001 @ 03991443 n 0000 | a resistor with three terminals, the third being an adjustable center terminal; used to adjust voltages in radios and TV sets
-03991837 06 n 01 potentiometer 1 001 @ 03733925 n 0000 | a measuring instrument for measuring direct current electromotive forces
-03991969 06 n 01 pot_farm 0 001 @ 03417345 n 0000 | a plot of ground where marijuana is grown and harvested (often hidden in a national forest)
-03992115 06 n 01 potholder 0 001 @ 03872495 n 0000 | an insulated pad for holding hot pots
-03992208 06 n 01 pothook 0 002 @ 03532672 n 0000 ~ 04469251 n 0000 | an S-shaped hook to suspend a pot over a fire
-03992325 06 n 01 potpourri 0 001 @ 03916031 n 0000 | a jar of mixed flower petals and spices used as perfume
-03992436 06 n 01 potsherd 0 001 @ 04184701 n 0000 | a shard of pottery
-03992509 06 n 01 potter's_wheel 0 001 @ 04574999 n 0000 | a horizontal rotating wheel holding the clay being shaped by a potter; "the potter's wheel was invented in Asia Minor around 6500 BC"
-03992703 06 n 02 pottery 0 clayware 0 005 @ 02997607 n 0000 ~ 02684248 n 0000 ~ 03698226 n 0000 ~ 04570214 n 0000 %s 14813182 n 0000 | ceramic ware made from clay and baked in a kiln
-03992888 06 n 01 pottery 1 001 @ 04603081 n 0000 | a workshop where clayware is made
-03992975 06 n 01 pottle 0 001 @ 03990474 n 0000 | a pot that holds 2 quarts
-03993053 06 n 02 potty_seat 0 potty_chair 0 001 @ 04446521 n 0000 | toilet consisting of a small seat used by young children
-03993180 06 n 01 pouch 0 007 @ 02773037 n 0000 + 01486050 v 0101 ~ 03709960 n 0000 ~ 03972524 n 0000 ~ 04284572 n 0000 ~ 04443164 n 0000 ~ 04544450 n 0000 | a small or medium size container for holding or carrying things
-03993403 06 n 03 poultice 0 cataplasm 0 plaster 2 004 @ 03237639 n 0000 + 00082929 v 0302 + 00082929 v 0101 ~ 03802800 n 0000 | a medical dressing consisting of a soft heated mass of meal or clay that is spread on a cloth and applied to the skin to treat inflamed areas or improve circulation etc.
-03993703 06 n 02 pound 0 dog_pound 0 002 @ 03285912 n 0000 + 01302183 v 0102 | a public enclosure for stray or unlicensed dogs; "unlicensed dogs will be taken to the pound"
-03993878 06 n 01 pound_net 0 001 @ 04474466 n 0000 | trap consisting of an arrangement of nets directing fish into an enclosure
-03994008 06 n 01 powder 1 009 @ 04447443 n 0000 @ 03740161 n 0000 + 00042173 v 0101 ~ 02732696 n 0000 ~ 02749169 n 0000 ~ 02767038 n 0000 ~ 03228796 n 0000 ~ 03314780 n 0000 ~ 04447276 n 0000 | any of various cosmetic or medical preparations dispensed in the form of a pulverized powder
-03994297 06 n 01 powder_and_shot 0 001 @ 02703275 n 0000 | ammunition consisting of gunpowder and bullets for muskets
-03994417 06 n 02 powdered_mustard 0 dry_mustard 0 002 @ 03283519 n 0000 @ 07819480 n 0000 | a substance such that one to three tablespoons dissolved in a glass of warm water is a homemade emetic
-03994614 06 n 02 powder_horn 0 powder_flask 0 001 @ 03094503 n 0000 | container for carrying gunpowder; made of the hollow horn of an animal
-03994757 06 n 01 powder_keg 0 001 @ 03610418 n 0000 | keg (usually made of metal) for gunpowder or blasting powder
-03994874 06 n 02 powderpuff 0 puff 1 001 @ 03872495 n 0000 | a soft spherical object made from fluffy fibers; for applying powder to the skin
-03995018 06 n 01 power_brake 0 003 @ 02889425 n 0000 #p 03791235 n 0000 ~ 02685701 n 0000 | a brake on an automobile that magnifies a small force applied to the brake pedal into a proportionately larger force applied to slow or stop the vehicle
-03995265 06 n 01 power_cord 0 001 @ 03106898 n 0000 | a cord to conduct power to an electrical appliance
-03995372 06 n 01 power_drill 0 004 @ 03997484 n 0000 @ 03239726 n 0000 ~ 03240140 n 0000 ~ 03971321 n 0000 | a power tool for drilling holes into hard materials
-03995535 06 n 02 power_line 0 power_cable 0 002 @ 02934168 n 0000 #p 03997027 n 0000 | cable used to distribute electricity
-03995661 06 n 01 power_loom 0 001 @ 03689157 n 0000 | a loom operated mechanically
-03995746 06 n 01 power_module 0 001 @ 03778600 n 0000 | module that provides power to operate other modules
-03995856 06 n 02 power_mower 0 motor_mower 0 003 @ 03649909 n 0000 ! 03487774 n 0101 ~ 04089976 n 0000 | a lawn mower powered by a gasoline motor
-03996004 06 n 01 power_pack 0 001 @ 03269203 n 0000 | a device for converting a power supply to a voltage required by particular equipment
-03996145 06 n 03 power_saw 0 saw 1 sawing_machine 0 010 @ 03997484 n 0000 + 01559590 v 0201 ~ 02786837 n 0000 ~ 03000684 n 0000 ~ 03034663 n 0000 ~ 03415626 n 0000 ~ 03598783 n 0000 ~ 04121728 n 0000 ~ 04140777 n 0000 %p 04452848 n 0000 | a power tool for cutting wood
-03996416 06 n 04 power_shovel 0 excavator 0 digger 0 shovel 2 008 @ 03699975 n 0000 + 01312810 v 0401 + 01311103 v 0301 + 01309701 v 0301 + 01311378 v 0201 ~ 02769290 n 0000 ~ 03236217 n 0000 ~ 04310507 n 0000 | a machine for excavating
-03996655 06 n 03 power_station 0 power_plant 0 powerhouse 0 005 @ 04306080 n 0000 #p 03997027 n 0000 %p 02924713 n 0000 %p 04498873 n 0000 ~ 04586761 n 0000 | an electrical generating station
-03996849 06 n 02 power_steering 0 power-assisted_steering 0 001 @ 04313220 n 0000 | automotive steering where engineer power amplifies the torque applied to the steering wheel
-03997027 06 n 03 power_system 0 power_grid 0 grid 2 005 @ 03315023 n 0000 #p 03569964 n 0000 %p 03272696 n 0000 %p 03995535 n 0000 %p 03996655 n 0000 | a system of high tension cables by which electrical power is distributed throughout a region
-03997274 06 n 02 power_takeoff 0 PTO 0 001 @ 03183080 n 0000 | a device that transfers power from an engine (as in a tractor or other motor vehicle) to another piece of equipment (as to a pump or jackhammer)
-03997484 06 n 01 power_tool 0 011 @ 03699975 n 0000 @ 04451818 n 0000 ~ 02911332 n 0000 ~ 02923915 n 0000 ~ 03250588 n 0000 ~ 03481521 n 0000 ~ 03955296 n 0000 ~ 03995372 n 0000 ~ 03996145 n 0000 ~ 04114719 n 0000 ~ 04300509 n 0000 | a tool driven by a motor
-03997745 06 n 01 practice_range 0 003 @ 04053218 n 0000 ~ 03349150 n 0000 ~ 03447224 n 0000 | a place for practicing golf shots
-03997875 06 n 02 praetorium 0 pretorium 0 001 @ 04411264 n 0000 | the tent of an ancient Roman general
-03997980 06 n 02 pravastatin 0 Pravachol 0 002 @ 03676175 n 0000 ;u 06845599 n 0201 | an oral drug (trade name Pravachol) administered to reduce blood cholesterol levels; recommended after nonfatal heart attacks
-03998194 06 n 02 prayer_rug 0 prayer_mat 0 002 @ 04118021 n 0000 %p 03762602 n 0000 | a small rug used by Muslims during their devotions
-03998333 06 n 03 prayer_shawl 0 tallith 0 tallis 0 002 @ 04186455 n 0000 ;c 06232880 n 0000 | (Judaism) a shawl with a ritually knotted fringe at each corner; worn by Jews at morning prayer
-03998525 06 n 02 prazosin 0 Minipress 0 003 @ 02721160 n 0000 @ 02698769 n 0000 ;u 06845599 n 0201 | antihypertensive drug (trade name Minipress)
-03998673 06 n 03 precipitator 0 electrostatic_precipitator 0 Cottrell_precipitator 0 002 @ 03269401 n 0000 + 00474994 v 0101 | removes dust particles from gases by electrostatic precipitation
-03998867 06 n 01 predictor 0 002 @ 03082979 n 0000 #p 02715712 n 0000 | a computer for controlling antiaircraft fire that computes the position of an aircraft at the instant of a shell's arrival
-03999064 06 n 01 prefab 0 002 @ 04341686 n 0000 + 00673172 a 0101 | a prefabricated structure
-03999160 06 n 01 presbytery 0 002 @ 02913152 n 0000 #p 03028079 n 0000 | building reserved for the officiating clergy
-03999280 06 n 04 prescription_drug 0 prescription 0 prescription_medicine 0 ethical_drug 0 004 @ 03740161 n 0000 ! 03866176 n 0302 ! 03866176 n 0101 ~ 04068261 n 0000 | a drug that is available only with written instructions from a doctor or dentist to a pharmacist; "he told the doctor that he had been taking his prescription regularly"
-03999621 06 n 01 presence_chamber 0 001 @ 04105893 n 0000 | room in which a monarch or other great person receives guests, assemblies, etc.
-03999763 06 n 01 presidio 0 001 @ 03386011 n 0000 | a fortress established in the southwestern United States by the Spanish in order to protect their missions and other holdings; "Tucson was first settled as a walled presidio"
-03999992 06 n 02 press 0 mechanical_press 0 009 @ 03699975 n 0000 + 01662614 v 0101 + 01754105 v 0101 ~ 03012644 n 0000 ~ 03029925 n 0000 ~ 03418915 n 0000 ~ 03551395 n 0000 ~ 04024274 n 0000 ~ 04592356 n 0000 | any machine that exerts pressure to form or shape or cut materials or extract liquids or compress solids
-04000311 06 n 02 press 1 printing_press 0 005 @ 03699975 n 0000 %p 02819881 n 0000 ~ 03360431 n 0000 ~ 04110841 n 0000 ~ 04302200 n 0000 | a machine used for printing
-04000480 06 n 01 press 3 001 @ 03036866 n 0000 | clamp to prevent wooden rackets from warping when not in use
-04000592 06 n 01 press_box 0 002 @ 02884011 n 0000 ;c 00523513 n 0000 | box reserved for reporters (as at a sports event)
-04000716 06 n 01 press_gallery 0 001 @ 02735688 n 0000 | an area (sometimes in a balcony) set aside for reporters (especially in a legislative hall)
-04000867 06 n 01 pressing 0 002 @ 03892891 n 0000 + 01662614 v 0101 | a metal or plastic part that is made by a mechanical press
-04000998 06 n 02 press_of_sail 0 press_of_canvas 0 001 @ 04127904 n 0000 | the greatest amount of sail that a ship can carry safely
-04001132 06 n 01 pressure_cabin 0 001 @ 02932019 n 0000 | cabin consisting of the pressurized section of an aircraft or spacecraft
-04001265 06 n 01 pressure_cooker 0 001 @ 02758960 n 0000 | autoclave for cooking at temperatures above the boiling point of water
-04001397 06 n 01 pressure_dome 0 001 @ 03220513 n 0000 | a dome-shaped building that is pressurized
-04001499 06 n 02 pressure_gauge 0 pressure_gage 0 003 @ 03429288 n 0000 ~ 03718335 n 0000 ~ 04274985 n 0000 | gauge for measuring and indicating fluid pressure
-04001661 06 n 02 pressurized_water_reactor 0 PWR 0 001 @ 04559023 n 0000 | a nuclear reactor that uses water as a coolant and moderator; the steam produced can drive a steam turbine
-04001845 06 n 01 pressure_suit 0 003 @ 04015204 n 0000 ~ 02720576 n 0000 ~ 04266375 n 0000 | protective garment consisting of an inflatable suit for space or high altitude flying
-04002026 06 n 03 preventive 1 preventative 1 prophylactic 1 003 @ 04074482 n 0000 + 01167269 a 0303 + 01167269 a 0101 | remedy that prevents or slows the course of an illness or disease; "the doctor recommended several preventatives"
-04002262 06 n 01 pricket 0 002 @ 04275661 n 0000 #p 02948557 n 0000 | a sharp metal spike to hold a candle
-04002371 06 n 01 prie-dieu 0 001 @ 02828884 n 0000 | low bench for kneeling on
-04002452 06 n 01 primaquine 0 001 @ 02721948 n 0000 | synthetic antimalarial drug
-04002536 06 n 01 Primaxin 0 001 @ 02716866 n 0000 | trade name for a parenteral antibiotic
-04002629 06 n 03 primary_coil 0 primary_winding 0 primary 0 002 @ 03065708 n 0000 #p 04471315 n 0000 | coil forming the part of an electrical circuit such that changing current in it induces a current in a neighboring circuit; "current through the primary coil induces current in the secondary coil"
-04002931 06 n 02 primidone 0 Mysoline 0 002 @ 02718469 n 0000 ;u 06845599 n 0201 | an anticonvulsant (trade name Mysoline) used to treat grand mal seizures and essential tremor
-04003110 06 n 01 primitivism 0 001 @ 03434943 n 0000 | a genre characteristic of (or imitative of) primitive artists or children
-04003241 06 n 02 Primus_stove 0 Primus 0 001 @ 04330340 n 0000 | a portable paraffin cooking stove; used by campers
-04003359 06 n 01 Prince_Albert 0 001 @ 03398228 n 0000 | a man's double-breasted frock coat
-04003453 06 n 02 Princeton_University 0 Princeton 0 003 @i 04511002 n 0000 #p 09114128 n 0000 #m 08232706 n 0000 | a university in New Jersey
-04003597 06 n 01 print 0 010 @ 03453809 n 0000 ~ 03094347 n 0000 ~ 03104413 n 0000 ~ 03289268 n 0000 ~ 03455802 n 0000 ~ 03674946 n 0000 ~ 03678220 n 0000 ~ 03758478 n 0000 ~ 03865704 n 0000 ~ 04219718 n 0000 | a picture or design printed from an engraving
-04003856 06 n 01 print 1 001 @ 03309808 n 0000 | a fabric with a dyed pattern pressed onto it (usually by engraved rollers)
-04003982 06 n 01 print 3 001 @ 03104594 n 0000 | a copy of a movie on film (especially a particular version of it)
-04004099 06 n 01 print_buffer 0 001 @ 02911485 n 0000 | a buffer that stores data until the printer is ready
-04004210 06 n 01 printed_circuit 0 002 @ 03084420 n 0000 ~ 03033986 n 0000 | computer circuit consisting of an electronic sub-assembly; copper conductors are laminated on an insulating board or card and circuit components are inserted into holes and dip soldered
-04004475 06 n 02 printer 0 printing_machine 0 012 @ 03699975 n 0000 + 01745722 v 0101 + 01747945 v 0101 ~ 02679961 n 0000 ~ 03007591 n 0000 ~ 03280644 n 0000 ~ 03563200 n 0000 ~ 03672827 n 0000 ~ 03874823 n 0000 ~ 04004767 n 0000 ~ 04419868 n 0000 ~ 04504770 n 0000 | a machine that prints
-04004767 06 n 01 printer 1 006 @ 03916720 n 0000 @ 04004475 n 0000 ;c 06128570 n 0000 + 01745722 v 0101 + 01747945 v 0101 ~ 03225777 n 0000 | (computer science) an output device that prints the results of data processing
-04004990 06 n 01 printer_cable 0 001 @ 02934168 n 0000 | a cable between a computer and a printer
-04005090 06 n 02 print_shop 0 printing_shop 0 001 @ 04603081 n 0000 | a workplace where printing is done
-04005197 06 n 01 priory 0 001 @ 04073948 n 0000 | religious residence in a monastery governed by a prior or a convent governed by a prioress
-04005340 06 n 02 prism 0 optical_prism 0 007 @ 03851341 n 0000 #p 02842684 n 0000 #p 04403638 n 0000 #p 04273064 n 0000 + 00403654 a 0101 + 03102558 a 0101 ~ 03295012 n 0000 | optical device having a triangular shape and made of glass or quartz; used to deviate a beam or invert an image
-04005630 06 n 02 prison 0 prison_house 0 008 @ 03111690 n 0000 ~ 02805443 n 0000 %p 02992032 n 0000 ~ 03025070 n 0000 ~i 03821660 n 0000 ~ 03823540 n 0000 ~ 03883773 n 0000 ~ 04305471 n 0000 | a correctional institution where persons are confined while on trial or for punishment
-04005912 06 n 04 prison_camp 1 internment_camp 0 prisoner_of_war_camp 0 POW_camp 0 002 @ 02945379 n 0000 ~ 03467887 n 0000 | a camp for prisoners of war
-04006067 06 n 01 privateer 0 001 @ 04552696 n 0000 | a privately owned warship commissioned to prey on the commercial shipping or warships of an enemy nation
-04006227 06 n 01 private_line 0 001 @ 04402057 n 0000 | a telephone line serving a single subscriber
-04006330 06 n 01 privet_hedge 0 001 @ 03511175 n 0000 | hedge of privet plants
-04006411 06 n 01 probe 0 002 @ 04364545 n 0000 + 01226875 v 0101 | a flexible slender surgical instrument with a blunt end that is used to explore wounds or body cavities
-04006584 06 n 01 probenecid 0 001 @ 03740161 n 0000 | a uricosuric drug that reduces the level of uric acid in the blood; used to treat gout
-04006727 06 n 02 procaine 0 Ethocaine 0 003 @ 03681148 n 0000 ;u 06845599 n 0201 ~ 04006953 n 0000 | a white crystalline powder (trade name Ethocaine) administered near nerves as a local anesthetic in dentistry and medicine
-04006953 06 n 03 procaine_hydrochloride 0 novocaine 0 Novocain 0 002 @ 04006727 n 0000 ;u 06845599 n 0301 | procaine administered as a hydrochloride (trade name Novocain)
-04007126 06 n 01 procarbazine 0 001 @ 02722458 n 0000 | an antineoplastic drug used to treat Hodgkin's disease
-04007239 06 n 01 prochlorperazine 0 002 @ 03713736 n 0000 @ 02719750 n 0000 | antipsychotic and antiemetic drug used to treat schizophrenia and to combat nausea and vomiting
-04007415 06 n 01 proctoscope 0 001 @ 03286572 n 0000 | an endoscope for examining the rectum
-04007510 06 n 02 procyclidine 0 Kemadrin 0 002 @ 03800001 n 0000 ;u 06845599 n 0201 | drug (trade name Kemadrin) used to reduce tremors in Parkinsonism
-04007664 06 n 02 prod 0 goad 0 007 @ 03183080 n 0000 + 01240935 v 0201 + 01241073 v 0201 + 01229976 v 0102 + 01231252 v 0103 ~ 02713496 n 0000 ~ 04290259 n 0000 | a pointed instrument that is used to prod into a state of motion
-04007894 06 n 02 product 0 production 0 016 @ 03129123 n 0000 + 01621555 v 0101 ~ 02870092 n 0000 ~ 02870526 n 0000 ~ 02930492 n 0000 ~ 03173736 n 0000 ~ 03287178 n 0000 ~ 03574004 n 0000 ~ 03599761 n 0000 ~ 03704210 n 0000 ~ 03822171 n 0000 ~ 03860882 n 0000 ~ 04500294 n 0000 ~ 04599396 n 0000 ~ 04612722 n 0000 ~ 06613686 n 0000 | an artifact that has been created by someone or some process; "they improve their product every year"; "they export most of their agricultural production"
-04008385 06 n 03 production_line 0 assembly_line 0 line 9 003 @ 03738241 n 0000 #p 03316406 n 0000 %p 03100897 n 0000 | mechanical system in a factory whereby an article is conveyed through sites at which successive operations are performed on it
-04008634 06 n 02 projectile 0 missile 0 010 @ 04565375 n 0000 + 00809622 a 0101 ~ 02742753 n 0000 ~ 02871963 n 0000 ~ 02916350 n 0000 ~ 02950943 n 0000 ~ 03162818 n 0000 ~ 04167489 n 0000 ~ 04205759 n 0000 ~ 04281131 n 0000 | a weapon that is forcibly thrown or projected at a targets but is not self-propelled
-04008947 06 n 01 projection 0 019 @ 04341686 n 0000 ~ 02737833 n 0000 ~ 02902079 n 0000 ~ 02923802 n 0000 ~ 03041265 n 0000 ~ 03111041 n 0000 ~ 03241660 n 0000 ~ 03356858 n 0000 ~ 03369640 n 0000 ~ 03501288 n 0000 ~ 03626115 n 0000 ~ 03680734 n 0000 ~ 03695616 n 0000 ~ 03864356 n 0000 ~ 04010927 n 0000 ~ 04276404 n 0000 ~ 04409911 n 0000 ~ 04452848 n 0000 ~ 04453037 n 0000 | any structure that branches out from a central support
-04009382 06 n 01 projection 1 002 @ 04076846 n 0000 ~ 03720443 n 0000 | the representation of a figure or solid on a plane as it would look from a particular direction
-04009552 06 n 01 projector 0 008 @ 03852280 n 0000 + 10481561 n 0101 + 02138075 v 0101 ~ 03292960 n 0000 ~ 03399761 n 0000 ~ 03795976 n 0000 ~ 03864692 n 0000 ~ 04238617 n 0000 | an optical instrument that projects an enlarged image onto a screen
-04009801 06 n 01 projector 1 002 @ 03851341 n 0000 + 10481561 n 0101 | an optical device for projecting a beam of light
-04009923 06 n 01 prolonge 0 002 @ 04108268 n 0000 %p 04010057 n 0000 | a rope fitted with a hook and used for towing a gun carriage
-04010057 06 n 02 prolonge_knot 0 sailor's_breastplate 0 002 @ 03627232 n 0000 #p 04009923 n 0000 | a knot in the rope used to drag a gun carriage
-04010205 06 n 02 promenade 0 mall 0 003 @ 04544979 n 0000 + 01919226 v 0101 ~ 03297354 n 0000 | a public area set aside as a pedestrian walk
-04010348 06 n 02 promethazine 0 Phenergan 0 003 @ 02720725 n 0000 @ 02719750 n 0000 ;u 06845599 n 0201 | antihistamine (trade name Phenergan) used to treat allergies; also an antiemetic used to treat motion sickness
-04010566 06 n 02 prompt_box 0 prompter's_box 0 002 @ 02873839 n 0000 #p 04013362 n 0000 | a booth projecting above the floor in the front of a stage where the prompter sits; opens toward the performers on stage
-04010779 06 n 02 prompter 0 autocue 0 003 @ 03183080 n 0000 + 00877848 v 0101 ~ 04403524 n 0000 | a device that displays words for people to read
-04010927 06 n 01 prong 0 008 @ 04008947 n 0000 #p 02828299 n 0000 #p 02910353 n 0000 #p 03383948 n 0000 #p 03384167 n 0000 #p 04482975 n 0000 + 02479602 a 0108 ~ 04439585 n 0000 | a pointed projection
-04011130 06 n 01 proof 0 002 @ 03926575 n 0000 + 01752316 v 0101 | a trial photographic print from a negative
-04011242 06 n 01 prop 0 003 @ 04360501 n 0000 + 01219004 v 0102 ~ 03951690 n 0000 | a support placed beneath or against something to keep it from shaking or falling
-04011409 06 n 02 propanolol 0 Inderal 0 002 @ 02832168 n 0000 ;u 06845599 n 0201 | the first beta blocker (trade name Inderal) used in treating hypertension and angina pectoris and essential tremor
-04011609 06 n 02 propellant_explosive 0 impulse_explosive 0 001 @ 03304730 n 0000 | an explosive that is used to propel projectiles from guns or to propel rockets and missiles or to launch torpedos and depth charges
-04011827 06 n 02 propeller 0 propellor 0 008 @ 03736970 n 0000 + 01511706 v 0201 + 01511706 v 0101 ~ 02692086 n 0000 %p 02848523 n 0000 %p 03547658 n 0000 ~ 04154152 n 0000 ~ 04521571 n 0000 | a mechanical device that rotates to push against air or water
-04012084 06 n 01 propeller_plane 0 005 @ 02691156 n 0000 %p 02692086 n 0000 ~ 03227505 n 0000 ~ 04012482 n 0000 ~ 04222723 n 0000 | an airplane that is driven by a propeller
-04012260 06 n 02 property 0 prop 2 003 @ 00002684 n 0000 #p 03773268 n 0000 ~ 03152144 n 0000 | any movable articles or objects used on the set of a play or movie; "before every scene he ran down his checklist of props"
-04012482 06 n 03 propjet 0 turboprop 0 turbo-propeller_plane 0 002 @ 04012084 n 0000 %p 03321103 n 0000 | an airplane with an external propeller that is driven by a turbojet engine
-04012665 06 n 02 proportional_counter_tube 0 proportional_counter 0 002 @ 03118346 n 0000 ~ 02875815 n 0000 | counter tube whose output pulse is proportional to number of ions produced
-04012852 06 n 03 propoxyphene 0 propoxyphene_hydrochloride 0 Darvon 0 002 @ 02707683 n 0000 ;u 06845599 n 0301 | a mildly narcotic analgesic drug (trade name Darvon) related to methadone but less addictive
-04013060 06 n 01 propulsion_system 0 001 @ 04377057 n 0000 | a system that provides a propelling or driving force
-04013176 06 n 02 proscenium 0 proscenium_wall 0 003 @ 04546855 n 0000 #p 04418818 n 0000 %p 04013600 n 0000 | the wall that separates the stage from the auditorium in a modern theater
-04013362 06 n 03 proscenium 1 apron 2 forestage 0 004 @ 04296562 n 0000 #p 04418818 n 0000 %p 03380134 n 0000 %p 04010566 n 0000 | the part of a modern theater stage between the curtain and the orchestra (i.e., in front of the curtain)
-04013600 06 n 01 proscenium_arch 0 002 @ 02733524 n 0000 #p 04013176 n 0000 | the arch over the opening in the proscenium wall
-04013729 06 n 02 prosthesis 0 prosthetic_device 0 008 @ 03111899 n 0000 + 02785525 a 0101 + 02785412 a 0101 + 10458596 n 0101 ~ 03438952 n 0000 ~ 03563710 n 0000 ~ 03840327 n 0000 ~ 03906106 n 0000 | corrective consisting of a replacement for a part of the body
-04013993 06 n 02 protease_inhibitor 0 PI 0 006 @ 02725367 n 0000 #p 03248560 n 0000 ~ 03568430 n 0000 ~ 03817830 n 0000 ~ 04094983 n 0000 ~ 04293608 n 0000 | an antiviral drug used against HIV; interrupts HIV replication by binding and blocking HIV protease; often used in combination with other drugs
-04014297 06 n 03 protective_covering 0 protective_cover 0 protection 0 038 @ 03122748 n 0000 + 01128193 v 0301 ~ 02739668 n 0000 ~ 02826068 n 0000 ~ 02840245 n 0000 ~ 02840619 n 0000 ~ 02851099 n 0000 ~ 02888270 n 0000 ~ 02955065 n 0000 ~ 03046133 n 0000 ~ 03056701 n 0000 ~ 03067518 n 0000 ~ 03142679 n 0000 ~ 03258456 n 0000 ~ 03314608 n 0000 ~ 03315644 n 0000 ~ 03318983 n 0000 ~ 03342262 n 0000 ~ 03510072 n 0000 ~ 03530910 n 0000 ~ 03546766 n 0000 ~ 03673767 n 0000 ~ 03725035 n 0000 ~ 03797896 n 0000 ~ 04105068 n 0000 ~ 04105438 n 0000 ~ 04151581 n 0000 ~ 04181718 n 0000 ~ 04187061 n 0000 ~ 04187233 n 0000 ~ 04191943 n 0000 ~ 04192858 n 0000 ~ 04281375 n 0000 ~ 04281571 n 0000 ~ 04416005 n 0000 ~ 04431648 n 0000 ~ 04444749 n 0000 ~ 04554211 n 0000 | a covering that is intend to protect from damage or injury; "they had no protection from the fallout"; "wax provided protection for the floors"
-04015204 06 n 01 protective_garment 0 019 @ 03051540 n 0000 ~ 02730930 n 0000 ~ 02738859 n 0000 ~ 02752615 n 0000 ~ 02841847 n 0000 ~ 02863340 n 0000 ~ 03015478 n 0000 ~ 03121897 n 0000 ~ 03216402 n 0000 ~ 03268645 n 0000 ~ 03386870 n 0000 ~ 03521771 n 0000 ~ 03623198 n 0000 ~ 04001845 n 0000 ~ 04194127 n 0000 ~ 04207903 n 0000 ~ 04423552 n 0000 ~ 04429038 n 0000 ~ 04607640 n 0000 | clothing that is intended to protect the wearer from injury
-04015652 06 n 02 proteosome_vaccine 0 proteosome 0 001 @ 04517535 n 0000 | a form of vaccine that can be administered by an inhaler
-04015786 06 n 01 proton_accelerator 0 001 @ 03070193 n 0000 | a collider that collides beams of protons and antiprotons
-04015908 06 n 01 protractor 0 001 @ 03231160 n 0000 | drafting instrument used to draw or measure angles
-04016015 06 n 01 protriptyline 0 001 @ 04482543 n 0000 | tricyclic antidepressant used to treat clinical depression
-04016133 06 n 01 proving_ground 0 001 @ 04602044 n 0000 | a workplace for testing new equipment or ideas
-04016240 06 n 03 pruner 0 pruning_hook 0 lopper 0 004 @ 04016576 n 0000 + 01560731 v 0303 + 01321002 v 0305 + 01321002 v 0107 | a long-handled pruning saw with a curved blade at the end and sometimes a clipper; used to prune small trees
-04016479 06 n 01 pruning_knife 0 001 @ 03623556 n 0000 | a knife with a curved or hooked blade
-04016576 06 n 01 pruning_saw 0 002 @ 03488188 n 0000 ~ 04016240 n 0000 | a handsaw used for pruning trees
-04016684 06 n 01 pruning_shears 0 003 @ 04186848 n 0000 ;u 06295235 n 0000 ~ 04163530 n 0000 | shears with strong blades used for light pruning of woody plants
-04016846 06 n 01 psaltery 0 001 @ 04338517 n 0000 | an ancient stringed instrument similar to the lyre or zither but having a trapezoidal sounding board under the strings
-04017019 06 n 02 psilocybin 0 psilocin 0 001 @ 03479647 n 0000 | a hallucinogenic compound obtained from a mushroom
-04017137 06 n 04 psychoactive_drug 0 mind-altering_drug 0 consciousness-altering_drug 0 psychoactive_substance 0 006 @ 03247620 n 0000 ~ 03179489 n 0000 ~ 03245553 n 0000 ~ 03301696 n 0000 ~ 03479647 n 0000 ~ 04416785 n 0000 | a drug that can produce mood changes and distorted perceptions
-04017429 06 n 01 psychotropic_agent 0 002 @ 03247620 n 0000 ~ 04470232 n 0000 | a chemical substance that can influence human consciousness
-04017571 06 n 01 psychrometer 0 003 @ 03554460 n 0000 %p 03251100 n 0000 %p 04573625 n 0000 | a hygrometer consisting of a dry-bulb thermometer and a wet-bulb thermometer; their difference indicates the dryness of the surrounding air
-04017807 06 n 04 PT_boat 0 mosquito_boat 0 mosquito_craft 0 motor_torpedo_boat 0 001 @ 04457326 n 0000 | a small fast unarmored and lightly armed torpedo boat; P(atrol) T(orpedo) boat
-04017993 06 n 01 p-type_semiconductor 0 001 @ 04171831 n 0000 | a semiconductor in which electrical conduction is due chiefly to the movement of positive holes
-04018155 06 n 05 public_address_system 0 P.A._system 0 PA_system 0 P.A. 0 PA 0 004 @ 03078287 n 0000 %p 02705944 n 0000 %p 03691459 n 0000 %p 04390873 n 0000 | an electronic amplification system used as a communication system in public areas
-04018399 06 n 06 public_house 0 pub 0 saloon 1 pothouse 0 gin_mill 0 taphouse 0 005 @ 04395875 n 0000 ;r 08860123 n 0000 ~ 02696165 n 0000 %p 02796995 n 0000 ~ 03393017 n 0000 | tavern consisting of a building with a bar and public rooms; often provides light meals
-04018667 06 n 08 public_toilet 0 comfort_station 0 public_convenience 0 convenience 1 public_lavatory 0 restroom 0 toilet_facility 0 wash_room 0 005 @ 04446276 n 0000 @ 00585406 n 0000 ~ 03632963 n 0000 ~ 03646809 n 0000 ~ 03746486 n 0000 | a toilet that is available to the public
-04018951 06 n 01 public_transit 0 003 @ 04473432 n 0000 ~ 04054213 n 0000 %p 04472098 n 0000 | a public transportation system for moving passengers
-04019101 06 n 01 public_transport 0 008 @ 03100490 n 0000 #p 04473432 n 0000 ~ 02924116 n 0000 ~ 03166120 n 0000 ~ 03306385 n 0000 ~ 03680942 n 0000 ~ 04211970 n 0000 ~ 04468005 n 0000 | conveyance for passengers or mail or freight
-04019335 06 n 01 public_works 0 003 @ 04341686 n 0000 #p 03569964 n 0000 ;u 06295235 n 0000 | structures (such as highways or schools or bridges or docks) constructed at government expense for public use
-04019541 06 n 02 puck 0 hockey_puck 0 001 @ 03208556 n 0000 | a vulcanized rubber disk 3 inches in diameter that is used instead of a ball in ice hockey
-04019696 06 n 01 pull 1 004 @ 03183080 n 0000 + 01505254 v 0102 ~ 02826459 n 0000 ~ 04020087 n 0000 | a device used for pulling something; "he grabbed the pull and opened the drawer"
-04019881 06 n 02 pullback 0 tieback 0 001 @ 03525827 n 0000 | a device (as a decorative loop of cord or fabric) for holding or drawing something back; "the draperies were drawn to the sides by pullbacks"
-04020087 06 n 01 pull_chain 0 003 @ 02999410 n 0000 @ 04019696 n 0000 #p 03371875 n 0000 | a chain (usually with a handle at the end) that is pulled in order to operate some mechanism (e.g. to flush a toilet)
-04020298 06 n 04 pulley 0 pulley-block 0 pulley_block 0 block 2 005 @ 03700963 n 0000 #p 02853745 n 0000 ~ 02864878 n 0000 ~ 03318136 n 0000 ~ 03559999 n 0000 | a simple machine consisting of a wheel with a groove in which a rope can run to change the direction or point of application of a force applied to the rope
-04020617 06 n 02 pull-in 0 pull-up 0 002 @ 02935658 n 0000 ;r 08860123 n 0000 | a roadside cafe especially for lorry drivers
-04020744 06 n 05 pull-off 0 rest_area 0 rest_stop 0 layby 0 lay-by 0 001 @ 02735688 n 0000 | designated paved area beside a main road where cars can stop temporarily
-04020912 06 n 02 Pullman 0 Pullman_car 0 001 @ 03895866 n 0000 | luxurious passenger car; for day or night travel
-04021028 06 n 02 pullover 0 slipover 0 002 @ 04370048 n 0000 ~ 04370456 n 0000 | a sweater that is put on by pulling it over the head
-04021164 06 n 01 pull-through 0 001 @ 03039947 n 0000 | cleaning implement consisting of an oily rag attached by a cord to a weight; is pulled through the barrel of a rifle or handgun to clean it
-04021362 06 n 01 pulse_counter 0 002 @ 03116767 n 0000 ~ 04142175 n 0000 | an electronic counter that counts the number of electric pulses
-04021503 06 n 01 pulse_generator 0 004 @ 03434285 n 0000 #p 04259771 n 0000 #p 04039848 n 0000 ~ 03942692 n 0000 | a generator of single or multiple voltage pulses; usually adjustable for pulse rate
-04021704 06 n 01 pulse_timing_circuit 0 001 @ 03033362 n 0000 | a circuit that times pulses
-04021798 06 n 01 pump 0 024 @ 03736970 n 0000 #p 03401721 n 0000 #p 03103128 n 0000 + 01853069 v 0101 + 01853310 v 0101 + 01225684 v 0101 ~ 02692513 n 0000 ~ 02748491 n 0000 ~ 02763083 n 0000 ~ 02835724 n 0000 ~ 02838345 n 0000 ~ 02995871 n 0000 %p 03156405 n 0000 ~ 03381450 n 0000 ~ 03425413 n 0000 ~ 03456299 n 0000 ~ 03487886 n 0000 ~ 03507658 n 0000 ~ 03551582 n 0000 ~ 03664840 n 0000 ~ 03844550 n 0000 ~ 04321121 n 0000 ~ 04350104 n 0000 ~ 04561965 n 0000 | a mechanical device that moves fluid or gas by pressure or suction
-04022332 06 n 01 pump 1 002 @ 04199027 n 0000 ~ 04272389 n 0000 | a low-cut shoe without fastenings
-04022434 06 n 02 pump_action 0 slide_action 0 003 @ 02677718 n 0000 #p 04090263 n 0000 #p 04206356 n 0000 | action mechanism in a modern rifle or shotgun; a back and forward motion of a sliding lever ejects the empty shell case and cocks the firearm and loads a new round
-04022708 06 n 02 pump_house 0 pumping_station 0 002 @ 03545150 n 0000 ~ 04022866 n 0000 | a house where pumps (e.g. to irrigate) are installed and operated
-04022866 06 n 01 pump_room 0 002 @ 04022708 n 0000 #p 08678615 n 0000 | a pump house at a spa where medicinal waters are pumped and where patrons gather
-04023021 06 n 01 pump-type_pliers 0 002 @ 03966976 n 0000 ;u 06295235 n 0000 | a type of pliers
-04023119 06 n 01 pump_well 0 001 @ 04572559 n 0000 | an enclosure in the middle of a ship's hold that protects the ship's pumps
-04023249 06 n 02 punch 0 puncher 0 005 @ 04451818 n 0000 + 01442779 v 0201 + 01442779 v 0101 ~ 02994573 n 0000 ~ 04024137 n 0000 | a tool for making holes or indentations
-04023422 06 n 01 punchboard 0 001 @ 02857023 n 0000 | a small board full of holes; each hole contains a slip of paper with symbols printed on it; a gambler pays a small sum for the privilege of pushing out a slip in the hope of obtaining one that entitles him to a prize
-04023695 06 n 01 punch_bowl 0 001 @ 02880940 n 0000 | a large bowl for serving beverages; usually with a ladle
-04023808 06 n 03 punched_card 0 punch_card 0 Hollerith_card 0 001 @ 02962545 n 0000 | a card on which data can be recorded in the form of punched holes
-04023962 06 n 04 punching_bag 0 punch_bag 0 punching_ball 0 punchball 0 001 @ 02778669 n 0000 | an inflated ball or bag that is suspended and punched for training in boxing
-04024137 06 n 01 punch_pliers 0 002 @ 04023249 n 0000 ;u 06295235 n 0000 | punch consisting of pliers for perforating paper or leather
-04024274 06 n 01 punch_press 0 002 @ 03999992 n 0000 ~ 02829596 n 0000 | a power driven press used to shape metal parts
-04024396 06 n 01 puncture 0 006 @ 03526198 n 0000 + 00309990 v 0101 + 01274971 v 0101 + 01275182 v 0101 ~ 03943010 n 0000 ~ 03943623 n 0000 | a small hole made by a sharp object
-04024576 06 n 01 pung 0 001 @ 04235291 n 0000 | a one-horse sleigh consisting of a box on runners
-04024676 06 n 01 punkah 0 001 @ 03320046 n 0000 | a large fan consisting of a frame covered with canvas that is suspended from the ceiling; used in India for circulating air in a room
-04024862 06 n 01 punnet 0 002 @ 02801938 n 0000 ;r 08860123 n 0000 | a small light basket used as a measure for fruits
-04024983 06 n 01 punt 0 002 @ 02858304 n 0000 + 01372189 v 0101 | an open flat-bottomed boat used in shallow waters and propelled by a long pole
-04025130 06 n 01 puppet 0 003 @ 03219135 n 0000 + 10493685 n 0101 ~ 03487963 n 0000 | a doll with a hollow head of a person or animal and a cloth body; intended to fit over the hand and be manipulated with the fingers
-04025350 06 n 02 puppet 1 marionette 0 002 @ 03335600 n 0000 + 10493685 n 0101 | a small figure of a person operated from above with strings by a puppeteer
-04025508 06 n 02 pup_tent 0 shelter_tent 0 001 @ 04411264 n 0000 | a wedge-shaped tent; usually without a floor or windows
-04025633 06 n 01 purdah 0 001 @ 04152387 n 0000 | a screen used in India to separate women from men or strangers
-04025748 06 n 04 purgative 0 cathartic 0 physic 0 aperient 0 010 @ 03740161 n 0000 + 00637979 a 0401 + 00638067 a 0201 + 00638067 a 0103 ~ 02698366 n 0000 ~ 02980841 n 0000 ~ 03293321 n 0000 ~ 03650084 n 0000 ~ 03765269 n 0000 ~ 15009637 n 0000 | a purging medicine; stimulates evacuation of the bowels
-04026053 06 n 01 purifier 0 003 @ 02727825 n 0000 + 00475183 v 0101 ~ 04156040 n 0000 | an apparatus for removing impurities
-04026180 06 n 02 purl 0 purl_stitch 0 003 @ 03625783 n 0000 + 01671885 v 0201 + 01671333 v 0101 | a basic knitting stitch
-04026304 06 n 01 purl 1 003 @ 04426788 n 0000 + 01668144 v 0101 + 01668278 v 0101 | gold or silver wire thread
-04026417 06 n 01 purse 2 002 @ 02773037 n 0000 %p 04026688 n 0000 | a small bag for carrying money
-04026518 06 n 01 purse_seine 0 001 @ 04168541 n 0000 | a seine designed to be set by two boats around a school of fish and then closed at the bottom by means of a line
-04026688 06 n 01 purse_string 0 002 @ 03235560 n 0000 #p 04026417 n 0000 | a drawstring used to close the mouth of a purse
-04026813 06 n 01 push-bike 0 002 @ 02834778 n 0000 ;r 08860123 n 0000 | a bicycle that must be pedaled
-04026918 06 n 01 push_broom 0 001 @ 02906734 n 0000 | a wide broom that is pushed ahead of the sweeper
-04027023 06 n 03 push_button 0 push 0 button 1 008 @ 04372370 n 0000 #p 04027367 n 0000 ~ 02826589 n 0000 ~ 03222516 n 0000 ~ 03537412 n 0000 ~ 03793850 n 0000 ~ 03883054 n 0000 ~ 04079106 n 0000 | an electrical switch operated by pressing; "the elevator was operated by push buttons"; "the push beside the bed operated a buzzer at the desk"
-04027367 06 n 01 push-button_radio 0 002 @ 04043733 n 0000 %p 04027023 n 0000 | a radio receiver that can be tuned by pressing buttons
-04027504 06 n 03 push-down_storage 0 push-down_store 0 stack 1 001 @ 03744840 n 0000 | a storage device that handles data so that the next item to be retrieved is the item most recently stored (LIFO)
-04027706 06 n 02 pusher 1 zori 0 001 @ 04133789 n 0000 | a sandal attached to the foot by a thong over the toes
-04027820 06 n 01 put-put 0 002 @ 03424630 n 0000 ;u 07075172 n 0000 | a small gasoline engine (as on motor boat)
-04027935 06 n 01 puttee 0 001 @ 03655072 n 0000 | a strip of cloth wound around the leg to form legging; used by soldiers in World War I
-04028074 06 n 02 putter 0 putting_iron 0 003 @ 03585073 n 0000 + 01403785 v 0101 + 01403540 v 0101 | the iron normally used on the putting green
-04028221 06 n 01 putty_knife 0 001 @ 04269944 n 0000 | a spatula used to mix or apply putty
-04028315 06 n 01 puzzle 0 005 @ 03413828 n 0000 ~ 03018848 n 0000 ~ 03598930 n 0000 ~ 04388574 n 0000 ~ 06785654 n 0000 | a game that tests your ingenuity
-04028472 06 n 01 pyelogram 0 002 @ 04100620 n 0000 ~ 03582508 n 0000 | an X ray of the kidneys and ureters
-04028581 06 n 02 pylon 0 power_pylon 0 001 @ 04460130 n 0000 | a large vertical steel tower supporting high-tension power lines; "power pylons are a favorite target for terrorists"
-04028764 06 n 01 pylon 1 001 @ 04460130 n 0000 | a tower for guiding pilots or marking the turning point in a race
-04028881 06 n 01 pyocyanase 0 001 @ 02716866 n 0000 | a yellow-green mixture of antibiotics obtained from the bacillus of green pus
-04029015 06 n 01 pyocyanin 0 001 @ 02716866 n 0000 | a toxic blue crystalline antibiotic found in green pus
-04029125 06 n 03 Pyramid 0 Great_Pyramid 0 Pyramids_of_Egypt 0 005 @i 03743902 n 0000 #m 04178329 n 0000 + 01810998 a 0101 + 01810998 a 0103 + 01466047 v 0101 | a massive monument with a square base and four triangular sides; begun by Cheops around 2700 BC as royal tombs in ancient Egypt
-04029416 06 n 01 pyramidal_tent 0 001 @ 04411264 n 0000 | a large tent shaped like a pyramid; can hold half a dozen people
-04029541 06 n 01 pyrilamine 0 001 @ 02720725 n 0000 | antihistamine used to treat rhinitis and pruritus
-04029647 06 n 01 pyrograph 0 001 @ 03178782 n 0000 | a design produced by pyrography
-04029734 06 n 01 pyrometer 0 005 @ 04421872 n 0000 ~ 03852544 n 0000 ~ 04029913 n 0000 ~ 04040540 n 0000 ~ 04079603 n 0000 | a thermometer designed to measure high temperatures
-04029913 06 n 01 pyrometric_cone 0 001 @ 04029734 n 0000 | a pyrometer consisting of a series of cones that melt at different temperatures
-04030054 06 n 01 pyrostat 0 001 @ 04422875 n 0000 | a thermostat that operates at very high temperatures
-04030161 06 n 02 pyx 0 pix 0 001 @ 04060904 n 0000 | any receptacle in which wafers for the Eucharist are kept
-04030274 06 n 04 pyx 1 pix 1 pyx_chest 0 pix_chest 0 001 @ 03014705 n 0000 | a chest in which coins from the mint are held to await assay
-04030414 06 n 01 pyxis 0 001 @ 02883344 n 0000 | a small box used by ancient Greeks to hold medicines
-04030518 06 n 02 quad 0 quadrangle 0 002 @ 02735688 n 0000 + 02834340 a 0201 | a rectangular area surrounded on all sides by buildings
-04030655 06 n 02 quad 1 space 0 003 @ 04504486 n 0000 ;c 06677302 n 0000 ~ 03476843 n 0000 | (printing) a block of type without a raised letter; used for spacing between words or sentences
-04030846 06 n 01 quadrant 0 001 @ 03733925 n 0000 | a measuring instrument for measuring altitude of heavenly bodies
-04030965 06 n 03 quadraphony 0 quadraphonic_system 0 quadriphonic_system 0 002 @ 04315948 n 0000 + 03108193 a 0101 | a stereophonic sound recording or reproducing system using four separate channels
-04031166 06 n 01 quadruplicate 0 003 @ 03104594 n 0000 + 00247048 v 0101 + 01735947 v 0101 | any four copies; any of four things that correspond to one another exactly; "it was signed in quadruplicate"
-04031370 06 n 01 Quaker_gun 0 001 @ 03467984 n 0000 | a dummy gun or piece of artillery made usually of wood
-04031481 06 n 01 quarrel 0 001 @ 02742753 n 0000 | an arrow that is shot from a crossbow; has a head with four edges
-04031600 06 n 01 quarter 1 002 @ 03933183 n 0000 #p 04514359 n 0000 | piece of leather that comprises the part of a shoe or boot covering the heel and joining the vamp
-04031770 06 n 01 quarterdeck 0 002 @ 03167666 n 0000 #p 04566862 n 0000 | the stern area of a ship's upper deck
-04031884 06 n 01 quartering 0 003 @ 03546340 n 0000 ;c 08199025 n 0000 + 02653159 v 0101 | living accommodations (especially those assigned to military personnel)
-04032049 06 n 01 quartering 1 001 @ 03058726 n 0000 | a coat of arms that occupies one quarter of an escutcheon; combining four coats of arms on one shield usually represented intermarriages
-04032242 06 n 01 quarterlight 0 002 @ 02974219 n 0000 ;r 08860123 n 0000 | car window consisting of a small pivoted glass vent in the door of a car
-04032392 06 n 01 quarter_plate 0 001 @ 03960783 n 0000 | a photographic plate measuring 3.25 inches by 4.25 inches
-04032509 06 n 01 quarterstaff 0 001 @ 04296261 n 0000 | a long stout staff used as a weapon
-04032603 06 n 02 quartz_battery 0 quartz_mill 0 001 @ 04300358 n 0000 | a stamp mill for stamping quartz
-04032710 06 n 01 quartz_crystal 0 001 @ 14693733 n 0000 | a thin plate or small rod of quartz cut along certain lines and ground so that it can produce an electric signal at a constant frequency; used in crystal oscillators
-04032936 06 n 01 quartz_lamp 0 001 @ 03750206 n 0000 | a mercury-vapor lamp that is enclosed in a quartz container instead of a glass container
-04033082 06 n 01 quay 0 001 @ 03933529 n 0000 | wharf usually built parallel to the shoreline
-04033178 06 n 01 Quebec_Bridge 0 002 @i 02953197 n 0000 #p 08829317 n 0000 | a cantilever bridge in Quebec
-04033287 06 n 01 queen 0 004 @ 03014440 n 0000 ;c 00503237 n 0000 + 01969991 v 0101 + 02593790 v 0101 | (chess) the most powerful piece
-04033425 06 n 01 queen 1 002 @ 03314028 n 0000 #m 07956721 n 0000 | one of four face cards in a deck bearing a picture of a queen
-04033557 06 n 01 queen_post 0 001 @ 03988170 n 0000 | vertical tie post in a roof truss
-04033647 06 n 01 Queensboro_Bridge 0 002 @i 02953197 n 0000 #p 09119277 n 0000 | a cantilever bridge across the East River between Manhattan and Queens
-04033801 06 n 01 quern 0 001 @ 03765561 n 0000 | a primitive stone mill for grinding corn by hand
-04033901 06 n 02 quill 0 quill_pen 0 001 @ 03906997 n 0000 | pen made from a bird's feather
-04033995 06 n 04 quilt 0 comforter 0 comfort 0 puff 0 007 @ 02820210 n 0000 + 00082308 v 0301 + 00082308 v 0201 + 01667304 v 0101 + 01667449 v 0101 ~ 03266749 n 0000 ~ 03898633 n 0000 | bedding made of two layers of cloth filled with stuffing and stitched together
-04034262 06 n 01 quilted_bedspread 0 001 @ 02822220 n 0000 | a bedspread constructed like a thin quilt
-04034367 06 n 01 quilting 0 001 @ 03309808 n 0000 | a material used for making a quilt, or a quilted fabric
-04034477 06 n 01 quilting 1 003 @ 04180314 n 0000 + 01667449 v 0101 + 01667304 v 0101 | stitching through layers of fabric and a filling so as to create a design
-04034641 06 n 04 quinacrine 0 quinacrine_hydrochloride 0 mepacrine 0 Atabrine 0 003 @ 02721948 n 0000 @ 04528630 n 0000 ;u 06845599 n 0401 | a drug (trade name Atabrine) used to treat certain worm infestations and once used to treat malaria
-04034884 06 n 03 quinidine 0 Quinidex 0 Quinora 0 003 @ 02715941 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | cardiac drug (trade names Quinidex and Quinora) used to treat certain heart arrhythmias
-04035086 06 n 01 quinine 0 002 @ 02721948 n 0000 #s 07929172 n 0000 | a bitter alkaloid extracted from chinchona bark; used in malaria therapy
-04035231 06 n 01 quipu 0 001 @ 02938886 n 0000 | calculator consisting of a cord with attached cords; used by ancient Peruvians for calculating and keeping records
-04035397 06 n 01 quirk 0 001 @ 13893786 n 0000 | a narrow groove beside a beading
-04035481 06 n 02 quirk_bead 0 bead_and_quirk 0 001 @ 02815237 n 0000 | beading formed with a narrow groove separating it from the surface it decorates
-04035634 06 n 02 quirk_molding 0 quirk_moulding 0 001 @ 03780392 n 0000 | a molding having a small groove in it
-04035748 06 n 01 quirt 0 001 @ 04577769 n 0000 | whip with a leather thong at the end
-04035836 06 n 01 quiver 0 001 @ 02974697 n 0000 | case for holding arrows
-04035912 06 n 03 quoin 1 coign 1 coigne 1 001 @ 03615133 n 0000 | the keystone of an arch
-04036004 06 n 03 quoin 2 coign 2 coigne 2 001 @ 04569520 n 0000 | expandable metal or wooden wedge used by printers to lock up a form within a chase
-04036155 06 n 01 quoit 0 001 @ 03414162 n 0000 | game equipment consisting of a ring of iron or circle of rope used in playing the game of quoits
-04036303 06 n 01 QWERTY_keyboard 0 001 @ 04505470 n 0000 | the standard typewriter keyboard; the keys for Q, W, E, R, T, and Y are the first six from the left on the top row of letter keys
-04036494 06 n 08 R-2 0 Mexican_valium 0 rophy 0 rope 1 roofy 0 roach 1 forget_me_drug 0 circle 3 001 @ 03370020 n 0000 | street names for flunitrazepan
-04036648 06 n 02 rabato 0 rebato 0 001 @ 03068181 n 0000 | a wired or starched collar of intricate lace; worn in 17th century
-04036776 06 n 02 rabbet 0 rebate 0 005 @ 13893786 n 0000 + 01555193 v 0201 + 01295134 v 0201 + 01281500 v 0101 + 01295910 v 0101 | a rectangular groove made to hold two pieces together
-04036963 06 n 01 rabbet_joint 0 001 @ 03600977 n 0000 | a joint formed by fitting together two rabbeted boards
-04037076 06 n 01 rabbit_ears 0 002 @ 04404817 n 0000 ;u 06295235 n 0000 | an indoor TV antenna; consists of two extendible rods that form a V
-04037220 06 n 01 rabbit_hutch 0 001 @ 03550289 n 0000 | a hutch for rabbits
-04037298 06 n 01 raceabout 0 001 @ 04242408 n 0000 | a small sloop having the keep of a knockabout but with finer lines and carrying more sail
-04037443 06 n 03 racer 0 race_car 0 racing_car 0 005 @ 02958343 n 0000 + 01086103 v 0101 %p 03061674 n 0000 ~ 03342961 n 0000 ~ 04322801 n 0000 | a fast car that competes in races
-04037625 06 n 04 racetrack 0 racecourse 0 raceway 1 track 5 008 @ 03119790 n 0000 ~ 03032158 n 0000 ~ 03205760 n 0000 ~ 04038109 n 0000 ~ 04274110 n 0000 %p 04336645 n 0000 ~ 04524833 n 0000 %p 09314013 n 0000 | a course over which races are run
-04037873 06 n 02 raceway 0 race 0 001 @ 02947212 n 0000 | a canal for a current of water
-04037964 06 n 01 racing_boat 0 003 @ 04244997 n 0000 ~ 04038231 n 0000 ~ 04190997 n 0000 | a boat propelled by oarsmen and designed for racing
-04038109 06 n 02 racing_circuit 0 circuit 1 002 @ 04037625 n 0000 ;r 08860123 n 0000 | a racetrack for automobile races
-04038231 06 n 01 racing_gig 0 001 @ 04037964 n 0000 | a light narrow racing boat for two or more oarsmen
-04038338 06 n 02 racing_skiff 0 single_shell 0 001 @ 04190997 n 0000 | a shell for a single oarsman
-04038440 06 n 02 rack 0 stand 3 009 @ 04359589 n 0000 ~ 02836268 n 0000 ~ 03140546 n 0000 ~ 03238762 n 0000 ~ 03704549 n 0000 ~ 03801760 n 0000 ~ 04275175 n 0000 %p 04280970 n 0000 ~ 04485082 n 0000 | a support for displaying various articles; "the newspapers were arranged on a rack"
-04038727 06 n 01 rack 1 014 @ 03391770 n 0000 + 01669419 v 0101 + 02408722 v 0101 ~ 02790669 n 0000 ~ 02835829 n 0000 ~ 02969886 n 0000 ~ 03059103 n 0000 ~ 03207630 n 0000 ~ 03500971 n 0000 ~ 03946723 n 0000 ~ 03961711 n 0000 ~ 04434207 n 0000 ~ 04442741 n 0000 ~ 04459773 n 0000 | framework for holding objects
-04039041 06 n 02 rack 2 wheel 2 003 @ 03576215 n 0000 + 00071547 v 0101 + 01802689 v 0104 | an instrument of torture that stretches or disjoints or mutilates victims
-04039209 06 n 01 rack_and_pinion 0 001 @ 03430551 n 0000 | a wheel gear (the pinion) meshes with a toothed rack; converts rotary to reciprocating motion (and vice versa)
-04039381 06 n 02 racket 0 racquet 0 008 @ 04285622 n 0000 + 01408633 v 0101 ~ 02772700 n 0000 ~ 03136657 n 0000 %p 03313873 n 0000 %p 03485997 n 0000 ~ 04292414 n 0000 ~ 04409806 n 0000 | a sports implement (usually consisting of a handle and an oval frame with a tightly interlaced network of strings) used to strike a ball (or shuttlecock) in various games
-04039742 06 n 01 racquetball 0 001 @ 02778669 n 0000 | the ball used in playing the game of racquetball
-04039848 06 n 04 radar 0 microwave_radar 0 radio_detection_and_ranging 0 radiolocation 0 010 @ 03733925 n 0000 + 02695520 v 0401 %p 03207305 n 0000 ~ 03224490 n 0000 ~ 03261263 n 0000 %p 03857828 n 0000 %p 04021503 n 0000 ~ 04427559 n 0000 %p 04564413 n 0000 ~ 04567480 n 0000 | measuring instrument in which the echo of a pulse of microwave radiation is used to detect and locate distant objects
-04040247 06 n 03 radial 0 radial_tire 0 radial-ply_tire 0 001 @ 03971422 n 0000 | pneumatic tire that has radial-ply casing
-04040373 06 n 02 radial_engine 0 rotary_engine 1 001 @ 03579982 n 0000 | an internal-combustion engine having cylinders arranged radially around a central crankcase
-04040540 06 n 01 radiation_pyrometer 0 001 @ 04029734 n 0000 | a pyrometer for estimating the temperature of distant sources of heat; radiation is focussed on a thermojunction connected in circuit with a galvanometer
-04040759 06 n 01 radiator 1 003 @ 03738472 n 0000 #p 03103128 n 0000 %p 04041243 n 0000 | a mechanism consisting of a metal honeycomb through which hot fluids circulate; heat is transferred from the fluid through the honeycomb to the airstream that is created either by the motion of the vehicle or by a fan
-04041069 06 n 01 radiator 2 002 @ 03508101 n 0000 #p 03509025 n 0000 | heater consisting of a series of pipes for circulating steam or hot water to heat rooms or buildings
-04041243 06 n 01 radiator_cap 0 002 @ 02954938 n 0000 #p 04040759 n 0000 | cap on the opening in the top of a radiator through which a coolant liquid can be added
-04041408 06 n 01 radiator_hose 0 002 @ 03539875 n 0000 #p 03103128 n 0000 | a flexible hose between the radiator and the engine block
-04041544 06 n 02 radio 0 wireless 0 005 @ 03078287 n 0000 + 01007495 v 0101 %p 04043733 n 0000 ~ 04044307 n 0000 %p 04045085 n 0000 | a communication system based on broadcasting electromagnetic waves
-04041747 06 n 02 radio_antenna 0 radio_aerial 0 001 @ 03846772 n 0000 | omnidirectional antenna comprising the part of a radio receiver by means of which radio signals are received
-04041930 06 n 02 radio_beacon 0 beacon 0 001 @ 04044119 n 0000 | a radio station that broadcasts a directional signal for navigational purposes
-04042076 06 n 01 radio_chassis 0 003 @ 03010656 n 0000 #p 04064401 n 0000 #p 04060647 n 0000 | a chassis for a radio receiver
-04042204 06 n 01 radio_compass 0 001 @ 03205304 n 0000 | a direction finder that gives a bearing by determining the direction of incoming radio signals
-04042358 06 n 05 radiogram 0 radiograph 0 shadowgraph 0 skiagraph 0 skiagram 0 003 @ 03925226 n 0000 ~ 02762371 n 0000 ~ 04100620 n 0000 | a photographic image produced on a radiosensitive surface by radiation other than visible light (especially by X-rays or gamma rays)
-04042632 06 n 01 radio_interferometer 0 001 @ 04044716 n 0000 | radio telescope that uses interference patterns from two antennas instead of a parabolic antenna
-04042795 06 n 02 radio_link 0 link 2 002 @ 03078287 n 0000 ~ 04545858 n 0000 | a two-way radio communication system (usually microwave); part of a more extensive telecommunication network
-04042985 06 n 01 radiometer 0 004 @ 03753077 n 0000 ~ 03134232 n 0000 ~ 04043168 n 0000 ~ 04056718 n 0000 | meter to detect and measure radiant energy (electromagnetic or acoustic)
-04043168 06 n 01 radiomicrometer 0 001 @ 04042985 n 0000 | radiometer that is extremely sensitive
-04043268 06 n 01 radiopharmaceutical 0 001 @ 03920989 n 0000 | pharmaceutical consisting of a radioactive compound used in radiation therapy
-04043411 06 n 02 radio-phonograph 0 radio-gramophone 0 003 @ 03278248 n 0000 #p 02757462 n 0000 %p 04043733 n 0000 | electronic equipment consisting of a combination of a radio receiver and a record player
-04043619 06 n 02 radiophotograph 0 radiophoto 0 001 @ 04403279 n 0000 | a photograph transmitted by radio waves
-04043733 06 n 06 radio_receiver 0 receiving_set 0 radio_set 0 radio 1 tuner 0 wireless 1 011 @ 04060647 n 0000 #p 04041544 n 0000 #p 04043411 n 0000 + 01007495 v 0401 %p 02705944 n 0000 ~ 03046921 n 0000 ~ 03144156 n 0000 %p 03181293 n 0000 %p 03181501 n 0000 ~ 03516996 n 0000 ~ 04027367 n 0000 | an electronic receiver that detects and demodulates and amplifies transmitted signals
-04044119 06 n 01 radio_station 0 004 @ 02903405 n 0000 #p 03077958 n 0000 %p 02903588 n 0000 ~ 04041930 n 0000 | station for the production and transmission of AM or FM radio broadcasts
-04044307 06 n 04 radiotelegraph 0 radiotelegraphy 0 wireless_telegraph 0 wireless_telegraphy 0 001 @ 04041544 n 0000 | the use of radio to send telegraphic messages (usually by Morse code)
-04044498 06 n 03 radiotelephone 0 radiophone 0 wireless_telephone 0 004 @ 04401088 n 0000 + 02786866 a 0202 + 02786866 a 0101 ~ 02992529 n 0000 | a telephone that communicates by radio waves rather than along cables
-04044716 06 n 02 radio_telescope 0 radio_reflector 0 003 @ 02751295 n 0000 %p 03207305 n 0000 ~ 04042632 n 0000 | astronomical telescope that picks up electromagnetic radiations in the radio-frequency range from extraterrestrial sources
-04044955 06 n 01 radiotherapy_equipment 0 001 @ 03294048 n 0000 | equipment used to treat diseases with x-rays or radioactivity
-04045085 06 n 01 radio_transmitter 0 003 @ 04472726 n 0000 #p 04041544 n 0000 ~ 04269668 n 0000 | transmitter that is the part of a radio system that transmits signals
-04045255 06 n 02 radome 0 radar_dome 0 002 @ 03546766 n 0000 #p 02691156 n 0000 | a housing for a radar antenna; transparent to radio waves
-04045397 06 n 01 raft 0 006 @ 03364340 n 0000 + 01654156 v 0101 + 01842508 v 0101 + 01949966 v 0101 ~ 02783900 n 0000 ~ 03663781 n 0000 | a flat float (usually made of logs or planks) that can be used for transport or as a platform for swimmers
-04045644 06 n 03 rafter 0 balk 0 baulk 0 002 @ 02815950 n 0000 + 02337870 v 0101 | one of several parallel sloping beams that support a roof
-04045787 06 n 01 raft_foundation 0 001 @ 03387016 n 0000 | a foundation (usually on soft ground) consisting of an extended layer of reinforced concrete
-04045941 06 n 05 rag 0 shred 0 tag 1 tag_end 0 tatter 0 003 @ 03932670 n 0000 + 01573891 v 0201 ~ 03942397 n 0000 | a small piece of cloth or paper
-04046091 06 n 01 ragbag 0 001 @ 02773037 n 0000 | a bag in which rags are kept
-04046172 06 n 01 rag_doll 0 001 @ 03219135 n 0000 | a cloth doll that is stuffed and (usually) painted
-04046277 06 n 01 raglan 0 002 @ 03419014 n 0000 %p 04046400 n 0000 | a garment (coat or sweater) that has raglan sleeves
-04046400 06 n 01 raglan_sleeve 0 002 @ 04236377 n 0000 #p 04046277 n 0000 | a sleeve that extends in one piece to the neckline of a coat or sweater with seams from the armhole to the neck
-04046590 06 n 01 rail 0 008 @ 02788689 n 0000 + 02711543 v 0101 + 02330407 v 0101 ~ 03523134 n 0000 ~ 03653975 n 0000 ~ 03931980 n 0000 ~ 03961828 n 0000 ~ 04282872 n 0000 | a horizontal bar (usually of wood or metal)
-04046810 06 n 01 rail 3 003 @ 04048568 n 0000 + 01936537 v 0102 + 01954559 v 0101 | short for railway; "he traveled by rail"; "he was concerned with rail safety"
-04046974 06 n 01 rail_fence 0 003 @ 03327234 n 0000 %p 04282872 n 0000 ~ 04604644 n 0000 | a fence (usually made of split logs laid across each other at an angle)
-04047139 06 n 01 railhead 0 001 @ 04329190 n 0000 | a railroad depot in a theater of operations where military supplies are unloaded for distribution
-04047291 06 n 01 railhead 1 001 @ 08566028 n 0000 | the end of the completed track on an unfinished railway
-04047401 06 n 02 railing 0 rail 2 013 @ 02796623 n 0000 #p 02788148 n 0000 + 02031430 v 0201 + 02330407 v 0201 + 02711543 v 0201 + 02711543 v 0101 + 02330407 v 0101 + 02031430 v 0101 ~ 02789770 n 0000 ~ 03334667 n 0000 %p 03653975 n 0000 ~ 04127395 n 0000 ~ 04383923 n 0000 | a barrier consisting of a horizontal bar and supports
-04047733 06 n 01 railing 1 001 @ 03729951 n 0000 | material for making rails or rails collectively
-04047834 06 n 01 railroad_bed 0 002 @ 02819697 n 0000 #p 03671272 n 0000 | a bed on which railroad track is laid
-04047949 06 n 01 railroad_flat 0 001 @ 02726305 n 0000 | an apartment whose rooms are all in a line with doors between them
-04048075 06 n 03 railroad_track 0 railroad 1 railway 1 012 @ 04463983 n 0000 #p 03671272 n 0000 + 01950657 v 0201 + 02331919 v 0201 ~ 02903964 n 0000 ~ 03415868 n 0000 ~ 03809456 n 0000 ~ 04216106 n 0000 ~ 04301626 n 0000 ~ 04372756 n 0000 %p 04433585 n 0000 %p 04463679 n 0000 | a line of track providing a runway for wheels; "he walked along the railroad track"
-04048441 06 n 01 railroad_tunnel 0 002 @ 04497962 n 0000 ~i 03027935 n 0000 | a tunnel through which the railroad track runs
-04048568 06 n 05 railway 0 railroad 0 railroad_line 0 railway_line 1 railway_system 0 010 @ 03671473 n 0000 + 01950657 v 0201 + 02331919 v 0201 ~ 02934641 n 0000 ~ 03065063 n 0000 ~ 03280813 n 0000 ~ 03757138 n 0000 ~ 03784053 n 0000 ~ 04046810 n 0000 ~ 04145322 n 0000 | line that is the commercial organization responsible for operating a system of transportation for trains that pull passengers or freight
-04048979 06 n 01 railway_junction 0 001 @ 03605722 n 0000 | a junction where two or more railway lines meet or cross
-04049098 06 n 05 railway_station 0 railroad_station 0 railroad_terminal 0 train_station 0 train_depot 0 002 @ 04412901 n 0000 ~ 04579795 n 0000 | terminal where trains load or unload passengers or goods
-04049303 06 n 01 rain_barrel 0 001 @ 03035510 n 0000 | a barrel used as a cistern to hold rainwater
-04049405 06 n 02 raincoat 0 waterproof 1 006 @ 03057021 n 0000 + 01398941 a 0202 + 01354405 v 0201 ~ 02921406 n 0000 ~ 03702719 n 0000 ~ 04479046 n 0000 | a water-resistant coat
-04049585 06 n 04 rain_gauge 0 rain_gage 0 pluviometer 0 udometer 0 001 @ 03429288 n 0000 | gauge consisting of an instrument to measure the quantity of precipitation
-04049753 06 n 01 rain_stick 0 001 @ 03915437 n 0000 | a percussion instrument that is made from a dried cactus branch that is hollowed out and filled with small pebbles and capped at both ends; makes the sound of falling rain when tilted; origin was in Chile where tribesmen used it in ceremonies to bring rain
-04050066 06 n 01 rake 0 007 @ 04451818 n 0000 + 01306853 v 0101 + 01307020 v 0101 + 02099669 v 0101 ~ 03138217 n 0000 ~ 03417970 n 0000 %p 04050313 n 0000 | a long-handled tool with a row of teeth at its head; used to move leaves or loosen soil
-04050313 06 n 01 rake_handle 0 002 @ 03485997 n 0000 #p 04050066 n 0000 | the handle of a rake
-04050410 06 n 01 ram 0 006 @ 04451818 n 0000 + 01516534 v 0103 + 01575146 v 0101 ~ 02810139 n 0000 %p 03501614 n 0000 ~ 04051439 n 0000 | a tool for driving or forcing something by impact
-04050600 06 n 01 RAM_disk 0 003 @ 03243218 n 0000 #p 04052757 n 0000 ;c 06128570 n 0000 | (computer science) a virtual drive that is created by setting aside part of the random-access memory to use as if it were a group of sectors; "access to a RAM disk is very fast but the data it contains is lost when the system is turned off"
-04050933 06 n 02 ramekin 0 ramequin 0 001 @ 03206908 n 0000 | a small fireproof dish used for baking and serving individual portions
-04051068 06 n 02 ramipril 0 Altace 0 002 @ 02673637 n 0000 ;u 06845599 n 0201 | an ACE inhibitor (trade name Altace) used to treat high blood pressure or in some patients who have had a heart attack
-04051269 06 n 05 ramjet 0 ramjet_engine 0 atherodyde 0 athodyd 0 flying_drainpipe 0 001 @ 03596285 n 0000 | a simple type of jet engine; must be launched at high speed
-04051439 06 n 01 rammer 0 002 @ 04050410 n 0000 + 01575146 v 0101 | a tool for driving something with force
-04051549 06 n 02 ramp 0 incline 0 004 @ 03566329 n 0000 + 02037090 v 0202 + 02334595 v 0101 ~ 04229620 n 0000 | an inclined surface connecting two levels
-04051705 06 n 01 rampant_arch 0 001 @ 02733524 n 0000 | an arch whose support is higher on one side than on the other
-04051825 06 n 03 rampart 0 bulwark 1 wall 1 011 @ 03282060 n 0000 #p 03385557 n 0000 + 01130607 v 0301 + 01128071 v 0201 ~i 02725596 n 0000 ~ 02775689 n 0000 ~ 02811936 n 0000 ~i 03018971 n 0000 ~ 03262717 n 0000 ~ 03390786 n 0000 ~ 03750614 n 0000 | an embankment built around a space for defensive purposes; "they stormed the ramparts of the city"; "they blew the trumpet and the walls came tumbling down"
-04052235 06 n 01 ramrod 0 001 @ 04100174 n 0000 | a rod used to ram the charge into a muzzle-loading firearm
-04052346 06 n 01 ramrod 1 001 @ 04100174 n 0000 | a rod used to clean the barrel of a firearm
-04052442 06 n 04 ranch 0 spread 1 cattle_ranch 0 cattle_farm 0 002 @ 03322099 n 0000 + 02420430 v 0101 | farm consisting of a large tract of land along with facilities needed to raise livestock (especially cattle)
-04052658 06 n 01 ranch_house 0 001 @ 03544360 n 0000 | a one story house with a low pitched roof
-04052757 06 n 05 random-access_memory 0 random_access_memory 0 random_memory 0 RAM 1 read/write_memory 0 005 @ 04539876 n 0000 %p 02911485 n 0000 %p 03108069 n 0000 ~ 03706415 n 0000 %p 04050600 n 0000 | the most common computer memory which can be used by programs to perform necessary tasks while the computer is on; an integrated circuit memory chip allows information to be stored or accessed in any order and all storage locations are equally accessible
-04053218 06 n 01 range 0 004 @ 03315023 n 0000 ~ 03997745 n 0000 ~ 04090923 n 0000 ~ 04415578 n 0000 | a place for shooting (firing or driving) projectiles of various kinds; "the army maintains a missile range in the desert"; "any good golf club will have a range where you can practice"
-04053508 06 n 02 rangefinder 0 range_finder 0 001 @ 03733925 n 0000 | a measuring instrument (acoustic or optical or electronic) for finding the distance of an object
-04053677 06 n 01 range_hood 0 001 @ 03531546 n 0000 | exhaust hood over a kitchen range
-04053767 06 n 03 range_pole 0 ranging_pole 0 flagpole 1 001 @ 04365484 n 0000 | surveying instrument consisting of a straight rod painted in bands of alternate red and white each one foot wide; used for sightings by surveyors
-04053995 06 n 02 ranitidine 0 Zantac 0 003 @ 03522239 n 0000 @ 14778019 n 0000 ;u 06845599 n 0201 | a histamine blocker and antacid (trade name Zantac) used to treat peptic ulcers and gastritis and esophageal reflux
-04054213 06 n 02 rapid_transit 0 mass_rapid_transit 0 001 @ 04018951 n 0000 | an urban public transit system using underground or elevated trains
-04054361 06 n 02 rapier 0 tuck 1 001 @ 04373894 n 0000 | a straight sword with a narrow blade and two edges
-04054471 06 n 01 rappee 0 001 @ 04252939 n 0000 | strong snuff made from dark coarse tobacco
-04054566 06 n 01 rariora 0 002 @ 03069567 n 0000 ;u 06295235 n 0000 | (plural) rare collector's items
-04054670 06 n 02 rasp 0 wood_file 0 002 @ 03336839 n 0000 + 01386906 v 0101 | a coarse file with sharp pointed projections
-04054795 06 n 01 raster 0 004 @ 03385117 n 0000 #p 03211117 n 0000 + 00114481 v 0101 %p 03952277 n 0000 | the rectangular formation of parallel scanning lines that guide the electron beam on a television screen or a computer monitor
-04055030 06 n 01 rat 0 003 @ 03872495 n 0000 #p 05256862 n 0000 + 01527135 v 0101 | a pad (usually made of hair) worn as part of a woman's coiffure
-04055180 06 n 03 ratchet 0 rachet 0 ratch 0 005 @ 03736970 n 0000 #p 04279987 n 0000 + 02072673 v 0101 %p 03901548 n 0000 %p 04055447 n 0000 | mechanical device consisting of a toothed wheel or rack engaged with a pawl that permits it to move in only one direction
-04055447 06 n 01 ratchet_wheel 0 002 @ 04574999 n 0000 #p 04055180 n 0000 | toothed wheel held in place by a pawl or detent and turned by a lever
-04055595 06 n 01 rathole 0 002 @ 04105893 n 0000 ;u 07075172 n 0000 | a small dirty uncomfortable room
-04055700 06 n 01 rathskeller 0 001 @ 04395875 n 0000 | a tavern below street level featuring beer; originally a German restaurant in the basement of city hall
-04055861 06 n 02 ratline 0 ratlin 0 003 @ 03670849 n 0000 #p 04194289 n 0000 ;c 00314469 n 0000 | (nautical) a small horizontal rope between the shrouds of a sailing ship; they form a ladder for climbing aloft
-04056073 06 n 01 rat-tail_file 0 001 @ 03336839 n 0000 | a thin round file shaped like the tail of a rat
-04056180 06 n 02 rattan 0 ratan 0 001 @ 04372171 n 0000 | a switch made from the stems of the rattan palms
-04056289 06 n 01 rattle 0 002 @ 03964744 n 0000 + 01890626 v 0101 | a baby's toy that makes percussive noises when shaken
-04056413 06 n 01 rattrap 0 001 @ 04474466 n 0000 | a trap for catching rats
-04056491 06 n 01 rattrap 1 002 @ 03546340 n 0000 ;u 07075172 n 0000 | filthy run-down dilapidated housing
-04056599 06 n 01 ravehook 0 001 @ 03489162 n 0000 | a hooked hand tool used to prepare the seams of a boat for oakum
-04056718 06 n 01 Rayleigh_disk 0 001 @ 04042985 n 0000 | an acoustic radiometer consisting of a light disk suspended from a quartz thread; when exposed to a progressive sound wave its torque can measure velocity
-04056932 06 n 01 rayon 0 003 @ 03309808 n 0000 ~ 02675219 n 0000 ~ 04538403 n 0000 | a synthetic silklike fabric
-04057047 06 n 01 razor 0 006 @ 03265032 n 0000 + 00037680 v 0101 %p 04057215 n 0000 ~ 04127521 n 0000 ~ 04185804 n 0000 ~ 04332074 n 0000 | edge tool used in shaving
-04057215 06 n 01 razorblade 0 002 @ 02848216 n 0000 #p 04057047 n 0000 | a blade that has very sharp edge
-04057323 06 n 01 razor_edge 0 001 @ 03264136 n 0000 | an edge that is as sharp as the cutting side of a razor
-04057435 06 n 02 reaction-propulsion_engine 0 reaction_engine 0 003 @ 03287733 n 0000 ~ 03583419 n 0000 ~ 03596285 n 0000 | a jet or rocket engine based on a form of aerodynamic propulsion in which the vehicle emits a high-speed stream
-04057673 06 n 01 reaction_turbine 0 001 @ 04498523 n 0000 | a turbine with blades arranged to develop torque from gradual decrease of steam pressure from inlet to exhaust
-04057846 06 n 01 reactor 1 002 @ 03269401 n 0000 ~ 03065708 n 0000 | an electrical device used to introduce reactance into a circuit
-04057981 06 n 01 reading_lamp 0 002 @ 03636649 n 0000 ~ 04343630 n 0000 | a lamp that provides light for reading
-04058096 06 n 01 reading_room 0 004 @ 04105893 n 0000 #p 03054311 n 0000 #p 03660664 n 0000 ~ 03822361 n 0000 | a room set aside for reading
-04058239 06 n 04 read-only_memory 0 ROM 0 read-only_storage 0 fixed_storage 0 004 @ 03744276 n 0000 ;c 06128570 n 0000 ~ 02988679 n 0000 ~ 03294604 n 0000 | (computer science) memory whose contents can be accessed and read but cannot be changed
-04058486 06 n 01 read-only_memory_chip 0 001 @ 03744684 n 0000 | a memory chip providing read-only memory
-04058594 06 n 02 readout 0 read-out 0 001 @ 03277771 n 0000 | an electronic device the displays information is a visual form
-04058721 06 n 02 read/write_head 0 head 5 002 @ 03065708 n 0000 ;c 06128570 n 0000 | (computer science) a tiny electromagnetic coil and metal pole used to write and read magnetic patterns on a disk
-04058921 06 n 01 ready-made 0 002 @ 00021939 n 0000 ! 03152483 n 0101 | a manufactured artifact (as a garment or piece of furniture) that is made in advance and available for purchase; "their apartment was furnished with ready-mades"
-04059157 06 n 01 ready-to-wear 0 001 @ 03051540 n 0000 | ready-made clothing; "she couldn't find anything in ready-to-wear that she liked"
-04059298 06 n 01 real_storage 0 001 @ 03744276 n 0000 | the main memory in a virtual memory system
-04059399 06 n 01 reamer 0 002 @ 03239726 n 0000 + 00541417 v 0101 | a drill that is used to shape or enlarge holes
-04059516 06 n 03 reamer 1 juicer 0 juice_reamer 0 002 @ 04293119 n 0000 + 01352010 v 0101 | a squeezer with a conical ridged center that is used for squeezing juice from citrus fruit
-04059701 06 n 02 rear 0 back 0 006 @ 04213626 n 0000 + 02693965 v 0201 + 00197891 a 0101 ! 03398467 n 0101 ~ 04316646 n 0000 ~ 04384016 n 0000 | the side that goes last or is not normally seen; "he wrote the date on the back of the photograph"
-04059947 06 n 01 rearview_mirror 0 001 @ 02965783 n 0000 | car mirror that reflects the view out of the rear window
-04060065 06 n 01 rear_window 0 002 @ 02974219 n 0000 #p 02958343 n 0000 | car window that allows vision out of the back of the car
-04060198 06 n 01 Reaumur_thermometer 0 001 @ 04421872 n 0000 | an alcohol thermometer calibrated in degrees Reaumur
-04060316 06 n 02 reboxetine 0 Edronax 0 001 @ 02718811 n 0000 | an antidepressant drug that blocks the reuptake of norepinephrine
-04060448 06 n 01 rebozo 0 001 @ 04143897 n 0000 | a long woolen or linen scarf covering the head and shoulders (also used as a sling for holding a baby); traditionally worn by Latin-American women
-04060647 06 n 02 receiver 0 receiving_system 0 009 @ 04176528 n 0000 + 02107248 v 0102 + 00117346 v 0101 %p 02715229 n 0000 ~ 03205304 n 0000 %p 04042076 n 0000 ~ 04043733 n 0000 ~ 04137773 n 0000 ~ 04405907 n 0000 | set that receives radio or tv signals
-04060904 06 n 01 receptacle 0 025 @ 03094503 n 0000 ~ 02747672 n 0000 ~ 02747802 n 0000 ~ 02822865 n 0000 ~ 02975589 n 0000 ~ 02982515 n 0000 ~ 02983072 n 0000 ~ 03004275 n 0000 ~ 03066464 n 0000 ~ 03259009 n 0000 ~ 03416900 n 0000 ~ 03535284 n 0000 ~ 03543735 n 0000 ~ 03565830 n 0000 ~ 03858085 n 0000 ~ 03858837 n 0000 ~ 03960374 n 0000 ~ 04030161 n 0000 ~ 04139748 n 0000 ~ 04218921 n 0000 ~ 04255163 n 0000 ~ 04281260 n 0000 ~ 04433077 n 0000 ~ 04476259 n 0000 ~ 04488427 n 0000 | a container that is used to put or keep things in
-04061442 06 n 01 receptacle 1 005 @ 03353616 n 0000 ~ 03860569 n 0000 ~ 04243727 n 0000 ~ 04255034 n 0000 ~ 04548771 n 0000 | an electrical (or electronic) fitting that is connected to a source of power and equipped to receive an insert
-04061681 06 n 01 reception_desk 0 001 @ 03116530 n 0000 | a counter (as in a hotel) where guests are received
-04061793 06 n 01 reception_room 0 003 @ 04105893 n 0000 ~ 03235042 n 0000 ~ 03891538 n 0000 | a room for receiving and entertaining visitors (as in a private house or hotel)
-04061969 06 n 02 recess 0 niche 0 007 @ 03285912 n 0000 + 01498872 v 0101 ~ 02696048 n 0000 ~ 02731398 n 0000 ~ 03073694 n 0000 ~ 03346455 n 0000 ~ 03762434 n 0000 | an enclosure that is set back or indented
-04062179 06 n 01 reciprocating_engine 0 005 @ 03579982 n 0000 %p 03127203 n 0000 %p 03127408 n 0000 %p 03288225 n 0000 %p 03948950 n 0000 | an internal-combustion engine in which the crankshaft is turned by pistons moving up and down in cylinders
-04062428 06 n 03 recliner 0 reclining_chair 0 lounger 0 003 @ 02738535 n 0000 + 01528339 v 0301 + 01547641 v 0101 | an armchair whose back can be lowered and foot can be raised to allow the sitter to recline in it
-04062644 06 n 01 reconnaissance_plane 0 003 @ 02691156 n 0000 @ 04552348 n 0000 ;c 08199025 n 0000 | a military airplane used to gain information about an enemy
-04062807 06 n 02 reconnaissance_vehicle 0 scout_car 0 003 @ 03764276 n 0000 @ 04170037 n 0000 ;c 08199025 n 0000 | fast armored military vehicle with four-wheel drive and open top
-04062989 06 n 01 restoration 1 001 @ 03777283 n 0000 | a model that represents the landscape of a former geological age or that represents and extinct animal etc.
-04063154 06 n 03 record_changer 0 auto-changer 0 changer 0 002 @ 03736970 n 0000 #p 04064401 n 0000 | an automatic mechanical device on a record player that causes new records to be played without manual intervention
-04063373 06 n 03 recorder 1 recording_equipment 0 recording_machine 0 010 @ 03294048 n 0000 + 00998399 v 0101 + 01000214 v 0101 ~ 02846733 n 0000 ~ 02979290 n 0000 ~ 03079494 n 0000 ~ 03707597 n 0000 ~ 03798442 n 0000 ~ 03857687 n 0000 %p 03963294 n 0000 | equipment for making records
-04063661 06 n 01 recording 0 005 @ 06791372 n 0000 ~ 02865108 n 0000 ~ 03026741 n 0000 ~ 03857588 n 0000 ~ 04280603 n 0000 | a signal that encodes something (e.g., picture or sound) that has been recorded
-04063868 06 n 01 recording 1 007 @ 03744840 n 0000 ~ 03079230 n 0000 ~ 03121698 n 0000 ~ 04262678 n 0000 ~ 04391838 n 0000 ~ 04470605 n 0000 ~ 04534127 n 0000 | a storage device on which information (sounds or images) have been recorded
-04064107 06 n 01 recording_studio 0 001 @ 04344246 n 0000 | studio where tapes and records are recorded
-04064213 06 n 01 recording_system 0 001 @ 02757462 n 0000 | audio system for recoding sound
-04064307 06 n 01 record_jacket 0 001 @ 03590306 n 0000 | the jacket for a phonograph record
-04064401 06 n 02 record_player 0 phonograph 1 009 @ 03699975 n 0000 #p 02757462 n 0000 %p 02971940 n 0000 ~ 03452267 n 0000 ~ 03604156 n 0000 %p 04042076 n 0000 %p 04063154 n 0000 %p 04450465 n 0000 %p 04501550 n 0000 | machine in which rotating records cause a stylus to vibrate and the vibrations are amplified acoustically or electronically
-04064747 06 n 02 record_sleeve 0 record_cover 0 001 @ 04236702 n 0000 | a sleeve for storing a phonograph record
-04064862 06 n 01 recovery_room 0 001 @ 03541091 n 0000 | a hospital room for the care of patients immediately after surgery
-04064988 06 n 01 recreational_drug 0 001 @ 03808564 n 0000 | a narcotic drug that is used only occasionally and is claimed to be nonaddictive
-04065132 06 n 02 recreational_facility 0 recreation_facility 0 002 @ 03315023 n 0000 ~ 03661861 n 0000 | a public facility for recreation
-04065272 06 n 03 recreational_vehicle 0 RV 0 R.V. 0 003 @ 04170037 n 0000 ~ 02946348 n 0000 ~ 03256788 n 0000 | a motorized wheeled vehicle used for camping or other recreational activities
-04065464 06 n 02 recreation_room 0 rec_room 0 004 @ 04105893 n 0000 ~ 02952585 n 0000 ~ 03319745 n 0000 ~ 04119478 n 0000 | a room equipped for informal entertaining
-04065632 06 n 01 rectifier 0 003 @ 03269401 n 0000 ~ 03181501 n 0000 ~ 03402621 n 0000 | electrical device that transforms alternating into direct current
-04065789 06 n 01 recycling_bin 0 002 @ 02839910 n 0000 ~ 02877513 n 0000 | a bin for depositing things to be recycled
-04065909 06 n 01 recycling_plant 0 001 @ 03956922 n 0000 | a plant for reprocessing used or abandoned materials
-04066023 06 n 01 redbrick_university 0 003 @ 04511002 n 0000 ;r 08860123 n 0000 ;u 07075172 n 0000 | (British informal) a provincial British university of relatively recent founding; distinguished from Oxford University and Cambridge University
-04066270 06 n 01 red_carpet 0 001 @ 04118021 n 0000 | a strip of red carpeting laid down for dignitaries to walk on
-04066388 06 n 01 redoubt 0 001 @ 04340935 n 0000 | an entrenched stronghold or refuge
-04066476 06 n 01 redoubt 1 002 @ 03385557 n 0000 ;c 08199025 n 0000 | (military) a temporary or supplementary fortification; typically square or polygonal without flanking defenses
-04066659 06 n 01 reducer 0 001 @ 03946162 n 0000 | pipefitting that joins two pipes of different diameter
-04066767 06 n 01 reduction_gear 0 001 @ 03431745 n 0000 | gearing that reduces an input speed to a slower output speed
-04066888 06 n 02 reed 1 vibrating_reed 0 002 @ 04533199 n 0000 ~ 03227856 n 0000 | a vibrator consisting of a thin strip of stiff material that vibrates to produce a tone when air streams over it; "the clarinetist fitted a new reed onto his mouthpiece"
-04067143 06 n 01 reed_pipe 0 001 @ 03854815 n 0000 | organ pipe with a vibrating reed
-04067231 06 n 01 reed_stop 0 002 @ 03854998 n 0000 ~ 04542595 n 0000 | an organ stop with the tone of a reed instrument
-04067353 06 n 02 reef_knot 0 flat_knot 0 002 @ 04291759 n 0000 ~ 03453320 n 0000 | a square knot used in a reef line
-04067472 06 n 01 reel 1 004 @ 04586421 n 0000 #p 03351979 n 0000 #m 03351434 n 0000 + 01523105 v 0101 | winder consisting of a revolving spool with a handle; attached to a fishing rod
-04067658 06 n 01 reel 2 002 @ 03338821 n 0000 + 01523105 v 0101 | a roll of photographic film holding a series of frames to be projected by a movie projector
-04067818 06 n 01 refectory 0 001 @ 03200539 n 0000 | a communal dining-hall (usually in a monastery)
-04067921 06 n 01 refectory_table 0 001 @ 03201208 n 0000 | a long narrow dining table supported by a stretcher between two trestles
-04068055 06 n 01 refill 0 001 @ 03748886 n 0000 | a commercial product that refills a container with its appropriate contents; "he got a refill for his ball-point pen"; "he got a refill for his notebook"
-04068261 06 n 01 refill 1 001 @ 03999280 n 0000 | a prescription drug that is provided again; "he got a refill of his prescription"; "the prescription specified only one refill"
-04068441 06 n 01 refinery 0 004 @ 03956922 n 0000 + 00474762 v 0101 ~ 03844673 n 0000 ~ 04350688 n 0000 | an industrial plant for purifying a crude substance
-04068601 06 n 02 reflecting_telescope 0 reflector 1 008 @ 03852688 n 0000 ~ 02978478 n 0000 ~ 03116163 n 0000 ~ 03516647 n 0000 ~ 03715114 n 0000 ~ 03822767 n 0000 %p 03887899 n 0000 ~ 04145863 n 0000 | optical telescope consisting of a large concave mirror that produces an image that is magnified by the eyepiece; "Isaac Newton invented the reflecting telescope in 1668"
-04068976 06 n 02 reflection 0 reflexion 0 001 @ 03931044 n 0000 | the image of something as reflected by a mirror (or other reflective material); "he studied his reflection in the mirror"
-04069166 06 n 01 reflectometer 0 001 @ 03753077 n 0000 | a meter that measures the reflectance of a surface
-04069276 06 n 01 reflector 0 005 @ 03183080 n 0000 + 02136271 v 0101 ~ 03773035 n 0000 ~ 03888022 n 0000 ~ 04258138 n 0000 | device that reflects radiation
-04069434 06 n 01 reflex_camera 0 001 @ 02942699 n 0000 | camera that allows the photographer to view and focus the exact scene being photographed
-04069582 06 n 01 reflux_condenser 0 001 @ 03087643 n 0000 | condenser such that vapor over a boiling liquid is condensed and flows back into the vessel to prevent its contents from boiling dry
-04069777 06 n 03 reformatory 0 reform_school 0 training_school 0 003 @ 03111690 n 0000 + 01197386 a 0102 ~ 02875948 n 0000 | correctional institution for the detention and discipline and training of young or first offenders
-04070003 06 n 01 reformer 0 003 @ 02727825 n 0000 #p 03844673 n 0000 + 00265941 v 0101 | an apparatus that reforms the molecular structure of hydrocarbons to produce richer fuel; "a catalytic reformer"
-04070207 06 n 01 refracting_telescope 0 003 @ 03852688 n 0000 ~ 03333129 n 0000 ~ 03411208 n 0000 | optical telescope that has a large convex lens that produces an image that is viewed through the eyepiece
-04070415 06 n 01 refractometer 0 001 @ 03733925 n 0000 | measuring instrument for measuring the refractive index of a substance
-04070545 06 n 01 refrigeration_system 0 003 @ 03102859 n 0000 #p 04070727 n 0000 #p 04070964 n 0000 | a cooling system for chilling or freezing (usually for preservative purposes)
-04070727 06 n 02 refrigerator 0 icebox 0 007 @ 04580493 n 0000 + 00371955 v 0101 + 00371051 v 0101 ~ 03102654 n 0000 %p 03242264 n 0000 ~ 03273913 n 0000 %p 04070545 n 0000 | white goods in which food can be stored at low temperatures
-04070964 06 n 01 refrigerator_car 0 002 @ 03393912 n 0000 %p 04070545 n 0000 | a freight car that is equipped with refrigeration system
-04071102 06 n 03 refuge 0 sanctuary 1 asylum 1 004 @ 04191595 n 0000 ~ 03492250 n 0000 ~ 04125466 n 0000 ~ 04125541 n 0000 | a shelter from danger or hardship
-04071263 06 n 01 regalia 2 002 @ 03430959 n 0000 ~ 03139464 n 0000 | paraphernalia indicative of royalty (or other high office)
-04071393 06 n 01 regimentals 0 003 @ 03763968 n 0000 ;c 08199025 n 0000 ;u 06295235 n 0000 | the military uniform and insignia of a regiment
-04071536 06 n 01 register 0 002 @ 04072193 n 0000 #p 03404449 n 0000 | a regulator (as a sliding plate) for regulating the flow of air into a furnace or other heating device
-04071712 06 n 01 register 1 001 @ 02690941 n 0000 | an air passage (usually in the floor or a wall of a room) for admitting or excluding heated air from the room
-04071876 06 n 01 register 3 007 @ 03744840 n 0000 #p 03744276 n 0000 ;c 06128570 n 0000 ~ 02673078 n 0000 ~ 03117420 n 0000 ~ 03567635 n 0000 ~ 04193552 n 0000 | (computer science) memory device that is the part of computer memory that has a specific address and that is used to hold information of a specific kind
-04072193 06 n 01 regulator 0 012 @ 03096960 n 0000 + 00299341 v 0101 ~ 02727141 n 0000 ~ 02780588 n 0000 ~ 03230914 n 0000 ~ 03325088 n 0000 ~ 03905947 n 0000 ~ 03919808 n 0000 ~ 04071536 n 0000 ~ 04127633 n 0000 ~ 04244615 n 0000 ~ 04422875 n 0000 | any of various controls or devices for regulating or controlling fluid flow, pressure, temperature, etc.
-04072551 06 n 01 rein 0 007 @ 04333129 n 0000 #p 02900160 n 0000 + 01858362 v 0101 + 01862090 v 0101 + 02442737 v 0104 ~ 02817251 n 0000 ~ 03651843 n 0000 | one of a pair of long straps (usually connected to the bit or the headpiece) used to control a horse
-04072811 06 n 01 relaxant 0 004 @ 03247620 n 0000 + 02309004 a 0101 + 00025654 v 0101 ~ 03800001 n 0000 | a drug that relaxes and relieves tension
-04072960 06 n 02 relay 0 electrical_relay 0 004 @ 03269401 n 0000 #p 03033362 n 0000 + 01225576 v 0101 %p 03276179 n 0000 | electrical device such that current flowing through it in one circuit can switch on and off a current in a second circuit
-04073208 06 n 01 release 0 003 @ 03748886 n 0000 + 02494047 v 0102 + 00967625 v 0105 | merchandise issued for sale or public showing (especially a record or film); "a new release from the London Symphony Orchestra"
-04073425 06 n 02 release 1 button 2 001 @ 03183080 n 0000 | a device that when pressed will release part of a mechanism
-04073547 06 n 01 relic 0 002 @ 02724026 n 0000 ~ 09203677 n 0000 | an antiquity that has survived from the distant past
-04073669 06 n 05 relief 0 relievo 0 rilievo 0 embossment 0 sculptural_relief 0 005 @ 04157320 n 0000 + 01531265 v 0401 ~ 02700422 n 0000 ~ 02803129 n 0000 ~ 03758334 n 0000 | sculpture consisting of shapes carved on a surface so as to stand out from the surrounding background
-04073948 06 n 02 religious_residence 0 cloister 0 006 @ 04079244 n 0000 + 02578894 a 0202 + 00495636 v 0201 ~ 03099454 n 0000 ~ 03781244 n 0000 ~ 04005197 n 0000 | residence that is a place of religious seclusion (such as a monastery)
-04074185 06 n 01 reliquary 0 001 @ 03094503 n 0000 | a container where religious relics are stored or displayed (especially relics of saints)
-04074329 06 n 02 remake 0 remaking 0 002 @ 03129123 n 0000 + 01619725 v 0101 | creation that is created again or anew; "it is a remake of an old film"
-04074482 06 n 04 remedy 0 curative 0 cure 0 therapeutic 0 015 @ 03740161 n 0000 #p 00658082 n 0000 + 00081725 v 0302 + 01165943 a 0104 + 00082563 v 0101 ~ 02675987 n 0000 ~ 02719588 n 0000 ~ 03283519 n 0000 ~ 03656374 n 0000 ~ 03691128 n 0000 ~ 03704640 n 0000 ~ 03845550 n 0000 ~ 03879854 n 0000 ~ 03880770 n 0000 ~ 04002026 n 0000 | a medicine or therapy that cures disease or relieve pain
-04074876 06 n 01 remise 1 001 @ 03474635 n 0000 | an expensive or high-class hackney
-04074963 06 n 02 remote_control 0 remote 0 002 @ 03183080 n 0000 #p 04075160 n 0000 | a device that can be used to control a machine or apparatus from a distance; "he lost the remote for his TV"
-04075160 06 n 01 remote-control_bomb 0 002 @ 02866578 n 0000 %p 04074963 n 0000 | a bomb that can be detonated by remote control
-04075291 06 n 04 remote_terminal 0 link-attached_terminal 0 remote_station 0 link-attached_station 0 001 @ 04413419 n 0000 | a terminal connected to a computer by a data link
-04075468 06 n 01 removable_disk 0 001 @ 03492542 n 0000 | a hard disk that can be removed from the disk drive; removal prevents unauthorized use
-04075615 06 n 01 rendering 0 001 @ 03234306 n 0000 | perspective drawing of an architect's design
-04075715 06 n 01 rendering 1 001 @ 03058107 n 0000 | a coat of stucco applied to a masonry wall
-04075813 06 n 02 rep 0 repp 0 001 @ 03309808 n 0000 | a fabric with prominent rounded crosswise ribs
-04075916 06 n 02 repair_shop 0 fix-it_shop 0 002 @ 04202417 n 0000 ~ 03416640 n 0000 | a shop specializing in repairs and maintenance
-04076052 06 n 01 repeater 1 002 @ 03277771 n 0000 ;c 06128024 n 0000 | (electronics) electronic device that amplifies a signal before transmitting it again; "repeaters can be used in computer networks to extend cabling distances"
-04076284 06 n 02 repeating_firearm 0 repeater 0 002 @ 03343853 n 0000 ~ 03732020 n 0000 | a firearm that can fire several rounds without reloading
-04076433 06 n 01 repertory 0 001 @ 03177349 n 0000 | a storehouse where a stock of things is kept
-04076533 06 n 03 replica 0 replication 0 reproduction 0 003 @ 03104594 n 0000 + 01734502 v 0105 ~ 04462102 n 0000 | copy that is not the original; something that has been copied
-04076713 06 n 02 repository 1 monument 3 002 @ 02921884 n 0000 + 02864165 a 0201 | a burial vault (usually for some famous person)
-04076846 06 n 01 representation 0 026 @ 03129123 n 0000 + 01686132 v 0101 ~ 02682207 n 0000 ~ 02757211 n 0000 ~ 03104594 n 0000 ~ 03113337 n 0000 ~ 03129636 n 0000 ~ 03152951 n 0000 ~ 03210940 n 0000 ~ 03217458 n 0000 ~ 03234306 n 0000 ~ 03263206 n 0000 ~ 03265874 n 0000 ~ 03561345 n 0000 ~ 03720163 n 0000 ~ 03777283 n 0000 ~ 03827716 n 0000 ~ 03838160 n 0000 ~ 03925226 n 0000 ~ 03931044 n 0000 ~ 03934656 n 0000 ~ 04009382 n 0000 ~ 04116744 n 0000 ~ 04181983 n 0000 ~ 04297476 n 0000 ~ 04306454 n 0000 | a creation that is a visual or tangible rendering of someone or something
-04077430 06 n 01 reproducer 0 003 @ 02757462 n 0000 ~ 03517760 n 0000 ~ 04315948 n 0000 | an audio system that can reproduce and amplify signals to produce sound
-04077594 06 n 02 rerebrace 0 upper_cannon 0 002 @ 02950632 n 0000 #p 02862048 n 0000 | cannon that provides plate armor for the upper arm
-04077734 06 n 01 rescue_equipment 0 003 @ 03294048 n 0000 ~ 03663531 n 0000 ~ 03888257 n 0000 | equipment used to rescue passengers in case of emergency
-04077889 06 n 02 research_center 0 research_facility 0 001 @ 02993546 n 0000 | a center where research is done
-04078002 06 n 01 reseau 0 001 @ 03820950 n 0000 | a network of fine lines used by astronomers as a reference for measurements on star photographs
-04078150 06 n 01 reseau 1 001 @ 03819595 n 0000 | a net or mesh foundation for lace
-04078236 06 n 05 reserpine 0 Raudixin 0 Rau-Sed 0 Sandril 0 Serpasil 0 006 @ 02721160 n 0000 ;u 06845599 n 0501 ;u 06845599 n 0401 ;u 06845599 n 0301 ;u 06845599 n 0201 %s 15002814 n 0000 | antihypertensive consisting of an alkaloid extracted from the plant Rauwolfia serpentina (trade names Raudixin or Rau-Sed or Sandril or Serpasil)
-04078574 06 n 01 reservoir 0 004 @ 04388743 n 0000 ~ 03035510 n 0000 ~ 04354387 n 0000 ~ 04562935 n 0000 | tank used for collecting and storing a liquid (as water or oil)
-04078747 06 n 03 reservoir 1 artificial_lake 0 man-made_lake 0 005 @ 09328904 n 0000 #p 04562658 n 0000 ~i 03634189 n 0000 ~i 03634469 n 0000 ~i 03634723 n 0000 | lake used to store water for community use
-04078955 06 n 01 reset 0 004 @ 03183080 n 0000 + 00947591 v 0101 + 00298773 v 0101 %p 04079106 n 0000 | device for resetting instruments or controls
-04079106 06 n 01 reset_button 0 002 @ 04027023 n 0000 #p 04078955 n 0000 | a push button that you press to activate the reset mechanism
-04079244 06 n 01 residence 0 010 @ 03544360 n 0000 ~ 03121040 n 0000 ~ 03166514 n 0000 ~ 03718935 n 0000 ~ 03877845 n 0000 ~ 03892557 n 0000 ~ 04073948 n 0000 ~i 04523380 n 0000 ~i 04580777 n 0000 ~i 09152769 n 0000 | the official house or establishment of an important person (as a sovereign or president); "he refused to live in the governor's residence"
-04079603 06 n 01 resistance_pyrometer 0 001 @ 04029734 n 0000 | pyrometer that measures high temperatures by the resistance in a heated wire
-04079746 06 n 02 resistance_thermometer 0 platinum_thermometer 0 001 @ 04421872 n 0000 | thermometer that measures temperature by changes in the resistance of a spiral of platinum wire
-04079933 06 n 02 resistor 0 resistance 0 005 @ 03269401 n 0000 #p 03033362 n 0000 ~ 02780121 n 0000 ~ 03991443 n 0000 ~ 04086794 n 0000 | an electrical device that resists the flow of electrical current
-04080138 06 n 01 resonator 0 002 @ 04377057 n 0000 + 02175958 v 0101 | any system that resonates
-04080237 06 n 02 resonator 1 resonant_circuit 0 001 @ 03033362 n 0000 | an electrical circuit that combines capacitance and inductance in such a way that a periodic electric oscillation will reach maximum amplitude
-04080454 06 n 03 resonator 2 cavity_resonator 0 resonating_chamber 0 004 @ 03003730 n 0000 + 02175958 v 0101 ~ 04261506 n 0000 ~ 04262161 n 0000 | a hollow chamber whose dimensions allow the resonant oscillation of electromagnetic or acoustic waves
-04080705 06 n 02 resort_hotel 0 spa 0 002 @ 03542333 n 0000 #p 08640739 n 0000 | a fashionable hotel usually in a resort area
-04080833 06 n 02 respirator 0 inhalator 1 005 @ 02895606 n 0000 + 00005041 v 0201 + 00001740 v 0103 ~ 03586219 n 0000 %p 03795419 n 0000 | a breathing device for administering long-term artificial respiration
-04081044 06 n 01 rest 0 007 @ 04359589 n 0000 + 01502946 v 0102 + 01543731 v 0103 + 01610101 v 0101 ~ 02741475 n 0000 ~ 03019685 n 0000 ~ 03505133 n 0000 | a support on which things can be put; "the gun was steadied on a special rest"
-04081281 06 n 04 restaurant 0 eating_house 0 eating_place 0 eatery 0 017 @ 02913152 n 0000 #m 08061801 n 0000 ~ 02844214 n 0000 ~ 02892499 n 0000 ~ 02897389 n 0000 ~ 02935658 n 0000 ~ 02935891 n 0000 ~ 02952485 n 0000 ~ 02952674 n 0000 ~ 03199647 n 0000 ~ 03456548 n 0000 ~ 03459914 n 0000 ~ 03497100 n 0000 ~ 03697552 n 0000 ~ 04111414 n 0000 ~ 04307878 n 0000 ~ 04398497 n 0000 | a building where people go to eat
-04081699 06 n 01 rest_house 0 001 @ 02913152 n 0000 | a building used for shelter by travelers (especially in areas where there are no hotels)
-04081844 06 n 02 restraint 0 constraint 0 020 @ 03183080 n 0000 ~ 02685365 n 0000 ~ 02685855 n 0000 ~ 02742468 n 0000 ~ 02784998 n 0000 ~ 02889425 n 0000 ~ 02889646 n 0000 ~ 02890662 n 0000 ~ 02890940 n 0000 ~ 02982790 n 0000 ~ 02999936 n 0000 ~ 03323703 n 0000 ~ 03410740 n 0000 ~ 03652932 n 0000 ~ 03682877 n 0000 ~ 03803284 n 0000 ~ 04125853 n 0000 ~ 04158457 n 0000 ~ 04181228 n 0000 ~ 04469147 n 0000 | a device that retards something's motion; "the car did not have proper restraints fitted"
-04082344 06 n 01 resuscitator 0 002 @ 02895606 n 0000 + 00098083 v 0101 | a breathing apparatus used for resuscitation by forcing oxygen into the lungs of a person who has undergone asphyxia or arrest of respiration
-04082562 06 n 01 retainer 0 001 @ 03175604 n 0000 | a dental appliance that holds teeth (or a prosthesis) in position after orthodontic treatment
-04082710 06 n 01 retaining_wall 0 001 @ 04547592 n 0000 | a wall that is built to resist lateral pressure (especially a wall built to prevent the advance of a mass of earth)
-04082886 06 n 03 reticle 0 reticule 1 graticule 0 003 @ 03820950 n 0000 #p 03309465 n 0000 %p 03136773 n 0000 | a network of fine lines, dots, cross hairs, or wires in the focal plane of the eyepiece of an optical instrument
-04083113 06 n 01 reticulation 0 002 @ 03820950 n 0000 + 02625659 v 0101 | an arrangement resembling a net or network; "the reticulation of a leaf"; "the reticulation of a photographic emulsion"
-04083309 06 n 01 reticule 0 001 @ 02774152 n 0000 | a woman's drawstring handbag; usually made of net or beading or brocade; used in 18th and 19th centuries
-04083468 06 n 01 restoration 0 002 @ 00021939 n 0000 + 00260648 v 0107 | some artifact that has been restored or reconstructed; "the restoration looked exactly like the original"
-04083649 06 n 01 retort 0 003 @ 04531098 n 0000 #p 04318982 n 0000 ~ 02696246 n 0000 | a vessel where substances are distilled or decomposed by heat
-04083800 06 n 01 retractor 0 002 @ 04364545 n 0000 + 01609773 v 0101 | surgical instrument that holds back the edges of a surgical incision
-04083942 06 n 02 retread 0 recap 0 002 @ 02971167 n 0000 + 00164072 v 0101 | a used automobile tire that has been remolded to give it new treads
-04084089 06 n 01 retrenchment 0 001 @ 03291551 n 0000 | entrenchment consisting of an additional interior fortification to prolong the defense
-04084234 06 n 01 retrofit 0 001 @ 03081021 n 0000 | a component or accessory added to something after it has been manufactured
-04084363 06 n 01 retrorocket 0 001 @ 04099175 n 0000 | a small rocket engine on a larger rocket or spacecraft that is fired to slow or alter its course
-04084517 06 n 02 return_key 0 return 0 001 @ 03613592 n 0000 | the key on electric typewriters or computer keyboards that causes a carriage return and a line feed
-04084682 06 n 01 reverberatory_furnace 0 001 @ 03404449 n 0000 | a furnace in which the material that is being treated is heated indirectly by flames that are directed at the roof and walls of the furnace
-04084889 06 n 02 revers 0 revere 0 001 @ 03642444 n 0000 | a lapel on a woman's garment; turned back to show the reverse side
-04085017 06 n 02 reverse 0 reverse_gear 0 003 @ 03431243 n 0000 #p 02958343 n 0000 + 00203917 a 0101 | the gears by which the motion of a machine can be reversed
-04085181 06 n 02 reverse 2 verso 0 004 @ 04213626 n 0000 #p 13388245 n 0000 ! 03840507 n 0101 ~ 04384199 n 0000 | the side of a coin or medal that does not bear the principal design
-04085365 06 n 01 reverse_transcriptase_inhibitor 0 003 @ 02725367 n 0000 ~ 03828155 n 0000 ~ 03834836 n 0000 | an antiviral drug that inhibits the action of reverse transcriptase in retroviruses such as HIV
-04085574 06 n 01 reversible 0 002 @ 03419014 n 0000 + 01759676 a 0101 | a garment (especially a coat) that can be worn inside out (with either side of the cloth showing)
-04085746 06 n 01 reversing_thermometer 0 001 @ 04421872 n 0000 | a thermometer that registers the temperature in deep waters
-04085873 06 n 03 revetment 0 revetement 0 stone_facing 0 004 @ 03315644 n 0000 #p 03282060 n 0000 + 01271658 v 0101 + 01271454 v 0101 | a facing (usually masonry) that supports an embankment
-04086066 06 n 01 revetment 1 001 @ 02796623 n 0000 | a barrier against explosives
-04086150 06 n 01 reviewing_stand 0 001 @ 04300741 n 0000 | a stand from which a parade or military force can be reviewed
-04086273 06 n 03 revolver 0 six-gun 0 six-shooter 0 002 @ 03948459 n 0000 ~ 03073296 n 0000 | a pistol with a revolving cylinder (usually having six chambers for bullets)
-04086446 06 n 02 revolving_door 0 revolver 1 001 @ 03221720 n 0000 | a door consisting of four orthogonal partitions that rotate about a central pivot; a door designed to equalize the air pressure in tall buildings
-04086663 06 n 01 rheometer 0 001 @ 03733925 n 0000 | an instrument for measuring the flow of liquids (especially arterial blood)
-04086794 06 n 02 rheostat 0 variable_resistor 0 003 @ 04079933 n 0000 ~ 03199488 n 0000 %p 04593866 n 0000 | resistor for regulating current
-04086937 06 n 01 rhinoscope 0 001 @ 03739693 n 0000 | medical instrument consisting of a mirror mounted at an angle on a rod; used to examine the nasal passages (through the nasopharynx)
-04087126 06 n 01 rib 0 005 @ 04359589 n 0000 #p 03548626 n 0000 #p 04592741 n 0000 #p 04507155 n 0000 ~ 04154938 n 0000 | support resembling the rib of an animal
-04087290 06 n 01 rib 1 001 @ 03780392 n 0000 | a projecting molding on the underside of a vault or ceiling; may be ornamental or structural
-04087432 06 n 02 riband 0 ribband 0 001 @ 04087899 n 0000 | a ribbon used as a decoration
-04087524 06 n 02 ribavirin 0 Virazole 0 002 @ 02725367 n 0000 ;u 06845599 n 0201 | an inhaled antiviral agent (trade name Virazole) that may be used to treat serious virus infections
-04087709 06 n 01 ribbed_vault 0 001 @ 04523525 n 0000 | vault that resembles a groined vault but has ribbed arches
-04087826 06 n 01 ribbing 0 001 @ 03391770 n 0000 | a framework of ribs
-04087899 06 n 01 ribbon 0 003 @ 03832799 n 0000 + 02414749 a 0102 ~ 04087432 n 0000 | notion consisting of a narrow strip of fine material used for trimming
-04088058 06 n 02 ribbon 2 typewriter_ribbon 0 002 @ 04339291 n 0000 #p 04505036 n 0000 | a long strip of inked material for making characters on paper with a typewriter
-04088229 06 n 01 ribbon_development 0 001 @ 02914991 n 0000 | building complex in a continuous row along a road
-04088343 06 n 01 rib_joint_pliers 0 002 @ 03966976 n 0000 ;u 06295235 n 0000 | a type of pliers
-04088441 06 n 01 ricer 0 002 @ 03621049 n 0000 + 01460408 v 0101 | a kitchen utensil used for ricing soft foods by extruding them through small holes
-04088593 06 n 02 rickrack 0 ricrac 0 001 @ 04484160 n 0000 | a narrow zigzag ribbon used as trimming
-04088696 06 n 01 riddle 0 002 @ 04216634 n 0000 + 01460785 v 0101 | a coarse sieve (as for gravel)
-04088797 06 n 01 ride 0 005 @ 03736970 n 0000 #p 08494231 n 0000 ~ 02966193 n 0000 ~ 03329302 n 0000 ~ 04102406 n 0000 | a mechanical device that you ride for amusement or excitement
-04088982 06 n 01 rider_plate 0 002 @ 02815950 n 0000 #p 03548626 n 0000 | a horizontal beam (or plate) connected to the top of a ship's vertical keel or to the keelson
-04089152 06 n 03 ridge 0 ridgepole 0 rooftree 0 002 @ 02815950 n 0000 #p 03409591 n 0000 | a beam laid along the edge where two sloping sides of a roof meet at the top; provides an attachment for the upper ends of rafters
-04089376 06 n 01 ridge_rope 0 002 @ 03663069 n 0000 #p 04194289 n 0000 | either of a pair of lifelines running alongside the bowsprit of a ship
-04089522 06 n 01 riding_bitt 0 002 @ 02864593 n 0000 #p 04194289 n 0000 | one of the large bitts used to secure the cable of a dropped anchor
-04089666 06 n 01 riding_boot 0 003 @ 02872752 n 0000 #p 03474167 n 0000 ~ 03600475 n 0000 | a boot without laces that is worn for riding horses; part of a riding habit
-04089836 06 n 02 riding_crop 0 hunting_crop 0 001 @ 04577769 n 0000 | a short whip with a thong at the end and a handle for opening gates
-04089976 06 n 01 riding_mower 0 001 @ 03995856 n 0000 | a power mower you can ride on
-04090064 06 n 03 rifampin 0 Rifadin 0 Rimactane 0 003 @ 02716205 n 0000 ;u 06845599 n 0301 ;u 06845599 n 0201 | an antibacterial drug (trade names Rifadin and Rimactane) used to treat tuberculosis
-04090263 06 n 01 rifle 0 008 @ 03343853 n 0000 %p 02866106 n 0000 ~ 02961451 n 0000 ~ 03416775 n 0000 %p 04022434 n 0000 %p 04090682 n 0000 ~ 04250224 n 0000 ~ 04585980 n 0000 | a shoulder firearm with a long barrel and a rifled bore; "he lifted the rifle to his shoulder and fired"
-04090548 06 n 01 rifle_ball 0 001 @ 02916350 n 0000 | a bullet designed to be fired from a rifle; no longer made spherical in shape
-04090682 06 n 01 rifle_butt 0 002 @ 02927296 n 0000 #p 04090263 n 0000 | the butt end of a rifle
-04090781 06 n 01 rifle_grenade 0 001 @ 03458271 n 0000 | a grenade that is thrown from a launching device attached to the barrel of a rifle
-04090923 06 n 01 rifle_range 0 001 @ 04053218 n 0000 | a range where people can practice shooting rifles; "during the war they turned the bowling alleys into rifle ranges"
-04091097 06 n 01 rig 0 003 @ 03430959 n 0000 + 01286151 v 0101 ~ 03241093 n 0000 | gear (including necessary machinery) for a particular enterprise
-04091247 06 n 02 rig 1 rigging 1 007 @ 03385117 n 0000 + 00408085 v 0201 + 00408085 v 0101 ~ 02831455 n 0000 ~ 02985758 n 0000 ~ 03381664 n 0000 ~ 03645730 n 0000 | formation of masts, spars, sails, etc., on a vessel
-04091466 06 n 02 rigger 0 rigger_brush 0 001 @ 04122349 n 0000 | a long slender pointed sable brush used by artists
-04091584 06 n 01 rigger 1 001 @ 04128837 n 0000 | a sailing vessel with a specified rig; "a square rigger"
-04091693 06 n 02 rigging 0 tackle 0 002 @ 03430959 n 0000 + 00408085 v 0101 | gear consisting of ropes etc. supporting a ship's masts and sails
-04091839 06 n 03 right_field 0 rightfield 0 right 0 003 @ 08673395 n 0000 #p 03859717 n 0000 + 10387196 n 0101 | the piece of ground in the outfield on the catcher's right
-04092013 06 n 01 right_of_way 0 001 @ 03895293 n 0000 | the passage consisting of a path or strip of land over which someone has the legal right to pass
-04092168 06 n 01 rigout 0 002 @ 03113835 n 0000 + 00044149 v 010e | a person's costume (especially if bizarre); "What a queer rigout!"
-04092305 06 n 01 rim 2 003 @ 03533972 n 0000 #p 04574999 n 0000 ~ 03326660 n 0000 | the outer part of a wheel to which the tire is attached
-04092447 06 n 01 rim 3 002 @ 03533972 n 0000 ;c 00480993 n 0000 | (basketball) the hoop from which the net is suspended; "the ball hit the rim and bounced off"
-04092609 06 n 02 ring 0 band 3 008 @ 03597469 n 0000 + 01297401 v 0101 ~ 02713769 n 0000 ~ 03287627 n 0000 ~ 03793387 n 0000 ~ 04093157 n 0000 ~ 04218271 n 0000 ~ 04569338 n 0000 | jewelry consisting of a circlet of precious metal (often set with jewels) worn on the finger; "she had rings on every finger"; "he noted that she wore a wedding band"
-04092959 06 n 01 ring 3 005 @ 03961939 n 0000 ~ 02885663 n 0000 %p 02953850 n 0000 ~ 04354182 n 0000 ~ 04607141 n 0000 | a platform usually marked off by ropes in which contestants box or wrestle
-04093157 06 n 01 ringlet 0 001 @ 04092609 n 0000 | a small ring
-04093223 06 n 01 rings 0 002 @ 03472232 n 0000 ;u 06295235 n 0000 | gymnastic apparatus consisting of a pair of heavy metal circles (usually covered with leather) suspended by ropes; used for gymnastic exercises; "the rings require a strong upper body"
-04093478 06 n 02 ringside 0 ringside_seat 0 001 @ 04162998 n 0000 | first row of seating; has an unobstructed view of a boxing or wrestling ring
-04093625 06 n 02 rink 0 skating_rink 0 002 @ 02913152 n 0000 ~ 03558176 n 0000 | building that contains a surface for ice skating or roller skating
-04093775 06 n 01 riot_gun 0 001 @ 03343853 n 0000 | a firearm designed to disperse rioters rather than to inflict serious injury or death
-04093915 06 n 01 ripcord 0 002 @ 03106110 n 0000 #p 03888257 n 0000 | a cord that is pulled to open a parachute from its pack during a descent
-04094060 06 n 01 ripcord 1 002 @ 03106110 n 0000 #p 02782093 n 0000 | a cord that is pulled to open the gasbag of a balloon wide enough to release gas and so causes the balloon to descend
-04094250 06 n 01 ripping_bar 0 002 @ 03659292 n 0000 %p 04094438 n 0000 | a steel lever with one end formed into a ripping chisel and the other a gooseneck with a claw for pulling nails
-04094438 06 n 01 ripping_chisel 0 002 @ 03020692 n 0000 #p 04094250 n 0000 | a long chisel with a slightly bent cutting end; used for heavy prying or cleaning mortises
-04094608 06 n 02 ripsaw 0 splitsaw 0 001 @ 03488188 n 0000 | a handsaw for cutting with the grain of the wood
-04094720 06 n 01 riser 0 002 @ 04341414 n 0000 #p 04314914 n 0000 | structural member consisting of the vertical part of a stair or step
-04094859 06 n 04 riser 1 riser_pipe 0 riser_pipeline 0 riser_main 0 001 @ 03944672 n 0000 | a vertical pipe in a building
-04094983 06 n 02 ritonavir 0 Norvir 0 001 @ 04013993 n 0000 | a protease inhibitor (trade name Norvir) used in treating HIV
-04095109 06 n 01 Ritz 0 002 @ 03542333 n 0000 ;u 07075172 n 0000 | an ostentatiously elegant hotel
-04095210 06 n 01 river_boat 0 003 @ 02858304 n 0000 ~ 03609786 n 0000 ~ 04208760 n 0000 | a boat used on rivers or to ply a river
-04095342 06 n 01 rivet 0 003 @ 03940256 n 0000 + 01367266 v 0101 %p 03042829 n 0000 | heavy pin having a head at one end and the other end being hammered flat after being passed through holes in the pieces that are fastened together
-04095577 06 n 03 riveting_machine 0 riveter 0 rivetter 0 003 @ 03699975 n 0000 + 01367266 v 0301 + 01367266 v 0201 | a machine for driving rivets
-04095725 06 n 01 rivet_line 0 001 @ 08430568 n 0000 | a line of rivets at a seam; "the fuselage cracked along the rivet line"
-04095853 06 n 01 roach 0 001 @ 02927399 n 0000 | the butt of a marijuana cigarette
-04095938 06 n 02 roach_clip 0 roach_holder 0 001 @ 03941684 n 0000 | metal tweezers used by marijuana smokers to hold a roach
-04096066 06 n 02 road 0 route 0 031 @ 04564698 n 0000 + 01955364 v 0201 + 01952750 v 0201 ~ 02671988 n 0000 %p 02829696 n 0000 ~ 02930645 n 0000 ~ 02986920 n 0000 ~ 03040836 n 0000 ~ 03107609 n 0000 %p 03138981 n 0000 ~ 03182506 n 0000 ~ 03242713 n 0000 ~ 03244388 n 0000 ~ 03519981 n 0000 %p 03581125 n 0000 ~ 03671272 n 0000 %s 03900750 n 0000 ~ 03990385 n 0000 %p 04096733 n 0000 ~ 04097622 n 0000 ~ 04204953 n 0000 %p 04206948 n 0000 ~ 04215056 n 0000 ~ 04229363 n 0000 ~ 04274214 n 0000 ~ 04426618 n 0000 ~ 04463510 n 0000 %p 04465933 n 0000 %p 04499660 n 0000 ~ 04500704 n 0000 %p 04500866 n 0000 | an open way (generally public) for travel or transportation
-04096733 06 n 01 roadbed 0 003 @ 02819697 n 0000 #p 04096066 n 0000 %p 04466169 n 0000 | a bed supporting a road
-04096848 06 n 02 roadblock 0 barricade 0 004 @ 02796623 n 0000 + 01478002 v 0201 + 01127215 v 0201 + 01127075 v 0201 | a barrier set up by police to stop traffic on a street or road in order to catch a fugitive or inspect traffic etc.
-04097085 06 n 01 roadhouse 0 001 @ 03541696 n 0000 | an inn (usually outside city limits on a main road) providing meals and liquor and dancing and (sometimes) gambling
-04097256 06 n 01 road_map 0 002 @ 03720163 n 0000 ;c 02958343 n 0000 | a map showing roads (for automobile travel)
-04097373 06 n 03 roadster 1 runabout 0 two-seater 0 002 @ 02958343 n 0000 %p 04119230 n 0000 | an open automobile having a front seat and a rumble seat
-04097527 06 n 01 road_surface 0 001 @ 03900509 n 0000 | the paved surface of a paved roadway
-04097622 06 n 01 roadway 0 002 @ 04096066 n 0000 ~ 02969323 n 0000 | a road (especially that part of a road) over which vehicles travel
-04097760 06 n 01 roaster 0 002 @ 03880531 n 0000 + 00324560 v 0101 | a special cooking pan for roasting
-04097866 06 n 01 robe 0 006 @ 03419014 n 0000 + 00052043 v 0102 ~ 02667093 n 0000 ~ 02807616 n 0000 ~ 03237992 n 0000 ~ 03617480 n 0000 | any loose flowing garment
-04098032 06 n 01 Robitussin 0 001 @ 03304605 n 0000 | trade name of an expectorant that loosens phlegm and makes it easier to cough up
-04098169 06 n 01 robotics_equipment 0 001 @ 03294048 n 0000 | equipment used in robotics
-04098260 06 n 02 Rochon_prism 0 Wollaston_prism 0 001 @ 03851341 n 0000 | optical device that produces plane-polarized ultraviolet light
-04098399 06 n 02 rock_bit 0 roller_bit 0 001 @ 03240327 n 0000 | a drill bit that has hardened rotating rollers
-04098513 06 n 01 rocker 0 005 @ 04359589 n 0000 #p 04099969 n 0000 #p 03523633 n 0000 #p 03125729 n 0000 + 01876028 v 0101 | a curved support that permits the supported object to rock to and fro
-04098710 06 n 01 rocker 2 001 @ 03558404 n 0000 | an ice skate with a curved blade
-04098795 06 n 02 rocker 3 cradle 1 002 @ 04488427 n 0000 + 01536663 v 0201 | a trough that can be rocked back and forth; used by gold miners to shake auriferous earth in water in order to separate the gold
-04099003 06 n 02 rocker_arm 0 valve_rocker 0 001 @ 03659292 n 0000 | a lever pivoted at the center; used especially to push a valve down in an internal-combustion engine
-04099175 06 n 02 rocket 0 rocket_engine 0 007 @ 03596285 n 0000 #p 04099429 n 0000 ~ 02872333 n 0000 ~ 03834472 n 0000 ~ 04084363 n 0000 ~ 04265904 n 0000 ~ 04430605 n 0000 | a jet engine containing its own propellant and driven by reaction propulsion
-04099429 06 n 02 rocket 1 projectile 1 007 @ 04524313 n 0000 + 00809622 a 0201 + 01241753 v 0101 ~ 03773504 n 0000 ~ 03799375 n 0000 %p 04099175 n 0000 ~ 04415663 n 0000 | any vehicle self-propelled by a rocket engine
-04099649 06 n 01 rocket_base 0 002 @ 02798290 n 0000 ;c 08199025 n 0000 | a military base for rocket missiles
-04099761 06 n 01 rocket_range 0 001 @ 03349150 n 0000 | a firing range for rocket missiles
-04099854 06 n 02 rock_garden 0 rockery 0 001 @ 03417345 n 0000 | a garden featuring rocks; usually alpine plants
-04099969 06 n 02 rocking_chair 0 rocker 1 007 @ 03001627 n 0000 + 01875295 v 0201 ~ 02876326 n 0000 ~ 03962932 n 0000 %p 04098513 n 0000 %p 04119892 n 0000 ~ 04201435 n 0000 | a chair mounted on rockers
-04100174 06 n 01 rod 0 015 @ 03563967 n 0000 ~ 02809364 n 0000 ~ 02809605 n 0000 ~ 03091044 n 0000 ~ 03098515 n 0000 ~ 03351979 n 0000 ~ 03616428 n 0000 ~ 03976657 n 0000 ~ 04052235 n 0000 ~ 04052346 n 0000 ~ 04111190 n 0000 ~ 04182322 n 0000 ~ 04298053 n 0000 ~ 04434531 n 0000 ~ 04549629 n 0000 | a long thin implement made of metal or wood
-04100519 06 n 01 rodeo 0 001 @ 03907227 n 0000 | an enclosure for cattle that have been rounded up
-04100620 06 n 05 roentgenogram 0 X_ray 0 X-ray 0 X-ray_picture 0 X-ray_photograph 0 011 @ 04042358 n 0000 ~ 02711237 n 0000 ~ 02711573 n 0000 ~ 02744423 n 0000 ~ 02744844 n 0000 ~ 03285730 n 0000 ~ 03555996 n 0000 ~ 03716228 n 0000 ~ 03803780 n 0000 ~ 04028472 n 0000 ~ 04526112 n 0000 | a radiogram made by exposing photographic film to X rays; used in medical diagnosis
-04100994 06 n 02 rofecoxib 0 Vioxx 0 002 @ 03124700 n 0000 ;u 06845599 n 0201 | a Cox-2 inhibitor (trade name Vioxx) that relieves pain and inflammation without harming the digestive tract; voluntarily withdrawn from the market in 2004
-04101232 06 n 01 roll 0 004 @ 13865298 n 0000 ~ 02866286 n 0000 ~ 04113038 n 0000 ~ 04113124 n 0000 | anything rolled up in cylindrical form
-04101375 06 n 01 roll 1 001 @ 03338821 n 0000 | photographic film rolled up inside a container to protect it from light
-04101497 06 n 01 roller 0 008 @ 13865298 n 0000 #p 04102285 n 0000 + 01866192 v 0101 ~ 03418052 n 0000 ~ 03877229 n 0000 ~ 03961394 n 0000 ~ 04289827 n 0000 ~ 04491545 n 0000 | a cylinder that revolves
-04101701 06 n 01 roller 2 004 @ 04574999 n 0000 #p 04102618 n 0000 + 01866192 v 0101 ~ 02980036 n 0000 | a small wheel without spokes (as on a roller skate)
-04101860 06 n 01 roller_bandage 0 001 @ 02785648 n 0000 | bandage consisting of a strip of sterile fabric (of variable width) rolled into a cylinder to facilitate application
-04102037 06 n 01 in-line_skate 0 002 @ 04225729 n 0000 ~ 04102162 n 0000 | a shoe with a line of rollers fixed to the sole
-04102162 06 n 01 Rollerblade 0 003 ;u 06851742 n 0000 @ 04102037 n 0000 + 01937992 v 0101 | (trademark) an in-line skate
-04102285 06 n 01 roller_blind 0 002 @ 04590129 n 0000 %p 04101497 n 0000 | a window shade that rolls up out of the way
-04102406 06 n 03 roller_coaster 0 big_dipper 0 chute-the-chute 0 003 @ 03280813 n 0000 @ 04088797 n 0000 ~ 03555217 n 0000 | elevated railway in an amusement park (usually with sharp curves and steep inclines)
-04102618 06 n 01 roller_skate 0 003 @ 04225729 n 0000 + 01937534 v 0101 %p 04101701 n 0000 | a shoe with pairs of rollers fixed to the sole
-04102760 06 n 01 roller_towel 0 001 @ 04459362 n 0000 | a towel with the ends sewn together, hung on a roller
-04102872 06 n 01 roll_film 0 001 @ 03338821 n 0000 | photographic film wound on a spool
-04102962 06 n 01 rolling_hitch 0 002 @ 03522634 n 0000 ~ 03709545 n 0000 | a hitch for fastening a line to a spar or another rope
-04103094 06 n 01 rolling_mill 0 001 @ 04311595 n 0000 | steel mill where metal is rolled into sheets and bars
-04103206 06 n 01 rolling_pin 0 001 @ 03621049 n 0000 | utensil consisting of a cylinder (usually of wood) with a handle at each end; used to roll out dough
-04103364 06 n 01 rolling_stock 0 001 @ 04576211 n 0000 | collection of wheeled vehicles owned by a railroad or motor carrier
-04103491 06 n 02 roll_of_tobacco 0 smoke 0 004 @ 04442831 n 0000 + 01198101 v 0201 ~ 03030035 n 0000 ~ 03030663 n 0000 | tobacco leaves that have been made into a cylinder
-04103665 06 n 01 roll-on 0 001 @ 03387323 n 0000 | a woman's foundation garment rolled on to the hips
-04103769 06 n 01 roll-on 1 001 @ 03210683 n 0000 | a dispenser of a liquid cosmetic (such as a deodorant) having a revolving ball as an applicator
-04103918 06 n 01 roll-on_roll-off 0 003 @ 03100490 n 0000 ;c 04468005 n 0000 ;c 02691156 n 0000 | a method of transport (as a ferry or train or plane) that vehicles roll onto at the beginning and roll off of at the destination
-04104147 06 n 01 Rolodex 0 002 @ 02963302 n 0000 ;u 06851742 n 0000 | (trademark) a desktop rotary card index with removable cards; usually used for names, addresses, and telephone numbers; "a news reporter has to have a good Rolodex"
-04104384 06 n 02 Roman_arch 0 semicircular_arch 0 001 @ 04113765 n 0000 | a round arch drawn from a single center
-04104500 06 n 01 Roman_building 0 003 @ 02913152 n 0000 @ 02724026 n 0000 ~ 02801047 n 0000 | a building constructed by the ancient Romans
-04104641 06 n 01 Roman_candle 0 001 @ 03348454 n 0000 | a cylindrical firework that projects a series of colored balls of fire
-04104770 06 n 02 romper 0 romper_suit 0 001 @ 03419014 n 0000 | a one-piece garment for children to wear at play; the lower part is shaped like bloomers
-04104925 06 n 01 rood_screen 0 002 @ 04152387 n 0000 #p 03028079 n 0000 | a screen in a church; separates the nave from the choir or chancel
-04105068 06 n 01 roof 0 015 @ 04014297 n 0000 #p 02913152 n 0000 + 01233993 v 0101 ~ 03149401 n 0000 ~ 03220513 n 0000 %p 03263076 n 0000 ~ 03409591 n 0000 ~ 03522100 n 0000 ~ 03546235 n 0000 %p 04105791 n 0000 ~ 04234887 n 0000 ~ 04357121 n 0000 ~ 04417672 n 0000 ~ 04435653 n 0000 ~ 04523525 n 0000 | a protective covering that covers or forms the top of a building
-04105438 06 n 01 roof 1 005 @ 04014297 n 0000 #p 02958343 n 0000 #p 02924116 n 0000 #p 04490091 n 0000 ~ 03531447 n 0000 | protective covering on top of a motor vehicle
-04105609 06 n 01 roof_garden 0 001 @ 03417345 n 0000 | a garden on a flat roof of a building
-04105704 06 n 01 roofing 0 001 @ 03729951 n 0000 | material used to construct a roof
-04105791 06 n 01 roof_peak 0 002 @ 08677801 n 0000 #p 04105068 n 0000 | the highest point of a roof
-04105893 06 n 01 room 0 086 @ 02735688 n 0000 #p 02913152 n 0000 + 04107598 n 0101 + 02656763 v 0102 ~ 02710324 n 0000 ~ 02715513 n 0000 ~ 02770293 n 0000 ~ 02783324 n 0000 ~ 02796995 n 0000 ~ 02807731 n 0000 ~ 02821627 n 0000 ~ 02824319 n 0000 ~ 02839592 n 0000 ~ 02857644 n 0000 ~ 02963987 n 0000 %p 02990373 n 0000 ~ 02991302 n 0000 ~ 02991555 n 0000 ~ 03004146 n 0000 ~ 03011892 n 0000 ~ 03038685 n 0000 ~ 03040376 n 0000 ~ 03045800 n 0000 ~ 03049457 n 0000 ~ 03054491 n 0000 ~ 03079741 n 0000 ~ 03089879 n 0000 ~ 03098688 n 0000 ~ 03120778 n 0000 ~ 03144365 n 0000 ~ 03154616 n 0000 ~ 03162460 n 0000 ~ 03175081 n 0000 ~ 03199775 n 0000 ~ 03200701 n 0000 ~ 03222176 n 0000 ~ 03238131 n 0000 ~ 03258049 n 0000 ~ 03288500 n 0000 %p 03365592 n 0000 ~ 03366301 n 0000 ~ 03405111 n 0000 ~ 03411927 n 0000 ~ 03412058 n 0000 ~ 03458128 n 0000 ~ 03464952 n 0000 ~ 03478907 n 0000 ~ 03541091 n 0000 ~ 03619890 n 0000 ~ 03660909 n 0000 ~ 03679712 n 0000 ~ 03683708 n 0000 ~ 03691817 n 0000 ~ 03718581 n 0000 ~ 03982331 n 0000 ~ 03999621 n 0000 ~ 04055595 n 0000 ~ 04058096 n 0000 ~ 04061793 n 0000 ~ 04065464 n 0000 %p 04107743 n 0000 ~ 04112579 n 0000 ~ 04155889 n 0000 ~ 04157099 n 0000 ~ 04180229 n 0000 ~ 04196803 n 0000 ~ 04209509 n 0000 ~ 04213105 n 0000 ~ 04213530 n 0000 ~ 04247440 n 0000 ~ 04290945 n 0000 ~ 04291069 n 0000 ~ 04308583 n 0000 ~ 04329477 n 0000 ~ 04345028 n 0000 ~ 04356925 n 0000 ~ 04363991 n 0000 ~ 04406239 n 0000 ~ 04415815 n 0000 ~ 04446276 n 0000 ~ 04458201 n 0000 ~ 04532504 n 0000 ~ 04545984 n 0000 %p 04546855 n 0000 ~ 04552551 n 0000 ~ 04602762 n 0000 | an area within a building enclosed by walls and floor and ceiling; "the rooms were very small but they had a nice view"
-04107598 06 n 01 roomette 0 003 @ 03079741 n 0000 #p 04236001 n 0000 + 04105893 n 0101 | a small private compartment for one on a sleeping car
-04107743 06 n 01 room_light 0 002 @ 03665366 n 0000 #p 04105893 n 0000 | light that provides general illumination for a room
-04107870 06 n 01 roost 0 002 @ 03914919 n 0000 + 01543731 v 0102 | a perch on which domestic fowl rest or sleep
-04107984 06 n 01 roost 1 004 @ 04191943 n 0000 + 01543731 v 0102 ~ 03514894 n 0000 %p 03914919 n 0000 | a shelter with perches for fowl or other birds
-04108137 06 n 02 root_cellar 0 cellar 2 002 @ 03302121 n 0000 @ 04328946 n 0000 | an excavation where root vegetables are stored
-04108268 06 n 01 rope 0 028 @ 03670849 n 0000 + 02789409 a 0102 + 02789409 a 0101 + 01289155 v 0101 + 01604251 v 0102 %p 02837567 n 0000 ~ 02864342 n 0000 ~ 02887683 n 0000 ~ 02889228 n 0000 ~ 02919890 n 0000 ~ 02933842 n 0000 ~ 03107046 n 0000 ~ 03466726 n 0000 ~ 03480863 n 0000 ~ 03491724 n 0000 ~ 03496042 n 0000 ~ 03500209 n 0000 ~ 03605233 n 0000 ~ 03644073 n 0000 ~ 03644378 n 0000 ~ 04009923 n 0000 ~ 04245703 n 0000 ~ 04434059 n 0000 ~ 04434780 n 0000 ~ 04484952 n 0000 %s 14906500 n 0000 %s 14925645 n 0000 %s 15042654 n 0000 | a strong line
-04108822 06 n 01 rope_bridge 0 001 @ 02898711 n 0000 | a bridge consisting of ropes
-04108908 06 n 01 rope_ladder 0 001 @ 03632277 n 0000 | a ladder with side pieces of rope
-04108999 06 n 01 rope_tow 0 001 @ 04231693 n 0000 | a ski tow offering only a moving rope to hold onto
-04109104 06 n 02 ropewalk 0 rope_yard 0 001 @ 04602044 n 0000 | workplace consisting of a long narrow path or shed where rope is made
-04109240 06 n 01 rope_yarn 0 001 @ 04332783 n 0000 | the strands out of which ropes are made
-04109335 06 n 02 rosary 0 prayer_beads 0 001 @ 02815600 n 0000 | a string of beads used in counting prayers (especially by Catholics)
-04109471 06 n 02 rose_bed 0 bed_of_roses 0 002 @ 03368352 n 0000 #p 04109599 n 0000 | a flower bed in which roses are growing
-04109599 06 n 01 rose_garden 0 002 @ 03417345 n 0000 %p 04109471 n 0000 | a garden for growing roses
-04109702 06 n 01 rosemaling 0 002 @ 03169390 n 0000 ;c 03405725 n 0000 | a Scandinavian style of carved or painted decoration (as on furniture or walls or dinnerware) consisting of floral motifs
-04109899 06 n 01 rosette 0 001 @ 02681518 n 0000 | an ornament or pattern resembling a rose that is worn as a badge of office or as recognition of having won an honor
-04110068 06 n 01 rose_water 0 001 @ 03916031 n 0000 | perfume consisting of water scented with oil of roses
-04110178 06 n 02 rose_window 0 rosette 1 001 @ 04587648 n 0000 | circular window filled with tracery
-04110281 06 n 01 rosin_bag 0 002 @ 02773037 n 0000 @ 02799897 n 0000 | a bag filled with rosin; used by baseball pitchers to improve their grip on the ball
-04110439 06 n 02 rotary_actuator 0 positioner 0 004 @ 02678384 n 0000 ;c 06128570 n 0000 + 01987160 v 0201 + 01494310 v 0205 | (computer science) the actuator that moves a read/write head to the proper data track
-04110654 06 n 01 rotary_engine 0 003 @ 03579982 n 0000 ~ 04498523 n 0000 ~ 04549721 n 0000 | an internal-combustion engine in which power is transmitted directly to rotating components
-04110841 06 n 01 rotary_press 0 001 @ 04000311 n 0000 | a printing press for printing from a revolving cylinder
-04110955 06 n 01 rotating_mechanism 0 009 @ 03738472 n 0000 %p 02817031 n 0000 ~ 02848523 n 0000 ~ 02941716 n 0000 ~ 03032811 n 0000 ~ 03329302 n 0000 ~ 03473227 n 0000 %p 04111190 n 0000 ~ 04111668 n 0000 | a mechanism that rotates
-04111190 06 n 02 rotating_shaft 0 shaft 1 007 @ 04100174 n 0000 #p 04110955 n 0000 ~ 02946824 n 0000 ~ 03127408 n 0000 ~ 03244231 n 0000 ~ 04277493 n 0000 ~ 04472563 n 0000 | a revolving rod that transmits power or motion
-04111414 06 n 01 rotisserie 0 001 @ 04081281 n 0000 | a restaurant that specializes in roasted and barbecued meats
-04111531 06 n 01 rotisserie 1 001 @ 03862676 n 0000 | an oven or broiler equipped with a rotating spit on which meat cooks as it turns
-04111668 06 n 01 rotor 0 006 @ 04110955 n 0000 #p 03512147 n 0000 #p 03596285 n 0000 %p 03563460 n 0000 ~ 03712111 n 0000 ~ 04385799 n 0000 | rotating mechanism consisting of an assembly of rotating airfoils; "there are horizontal rotors on a helicopter or compressor rotors in a jet engine"
-04111962 06 n 02 rotor 1 rotor_coil 0 005 @ 02738271 n 0000 #p 04498523 n 0000 #p 03273061 n 0000 #p 03433877 n 0000 ! 04306592 n 0101 | the rotating armature of a motor or generator
-04112147 06 n 01 rotor 2 002 @ 02788689 n 0000 #p 03213014 n 0000 | the revolving bar of a distributor
-04112252 06 n 02 rotor_blade 0 rotary_wing 0 002 @ 02688443 n 0000 #p 03712111 n 0000 | the long airfoil that rotates to provide the lift that supports a helicopter in the air
-04112430 06 n 02 rotor_head 0 rotor_shaft 0 002 @ 02764614 n 0000 #p 03712111 n 0000 | the axis around which the major rotor of a helicopter turns
-04112579 06 n 01 rotunda 0 001 @ 04105893 n 0000 | a large circular room
-04112654 06 n 01 rotunda 1 001 @ 02913152 n 0000 | a building having a circular plan and a dome
-04112752 06 n 03 rouge 0 paint 1 blusher 0 003 @ 03714235 n 0000 + 00103317 v 0301 + 00041554 v 0101 | makeup consisting of a pink or red powder applied to the cheeks
-04112921 06 n 01 roughcast 0 003 @ 03777283 n 0000 + 01260850 v 0102 + 01660772 v 0101 | a rough preliminary model
-04113038 06 n 01 rouleau 0 001 @ 04101232 n 0000 | a roll of coins wrapped in paper
-04113124 06 n 01 rouleau 1 001 @ 04101232 n 0000 | a roll of ribbon
-04113194 06 n 02 roulette 0 toothed_wheel 0 001 @ 04574999 n 0000 | a wheel with teeth for making a row of perforations
-04113316 06 n 01 roulette_ball 0 001 @ 02778669 n 0000 | the ball used to play roulette
-04113406 06 n 02 roulette_wheel 0 wheel 3 001 @ 03414162 n 0000 | game equipment consisting of a wheel with slots that is used for gambling; the wheel rotates horizontally and players bet on which slot the roulette ball will stop in
-04113641 06 n 03 round 1 unit_of_ammunition 0 one_shot 0 001 @ 02703275 n 0000 | a charge of ammunition for a single shot
-04113765 06 n 01 round_arch 0 005 @ 02733524 n 0000 ~ 02825153 n 0000 ~ 03784896 n 0000 ~ 04104384 n 0000 ~ 04427216 n 0000 | an arch formed in a continuous curve; characteristic of Roman architecture
-04113968 06 n 01 round-bottom_flask 0 001 @ 03359566 n 0000 | a spherical flask with a narrow neck
-04114069 06 n 01 roundel 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | round piece of armor plate that protects the armpit
-04114193 06 n 01 rounder 0 002 @ 04451818 n 0000 + 00145147 v 0101 | a tool for rounding corners or edges
-04114301 06 n 01 round_file 0 001 @ 03336839 n 0000 | a file with a circular cross section; used to file the inside of holes
-04114428 06 n 01 roundhouse 0 001 @ 04602044 n 0000 | workplace consisting of a circular building for repairing locomotives
-04114554 06 n 02 Round_Table 0 King_Arthur's_Round_Table 0 002 @i 04379243 n 0000 ;c 06371413 n 0000 | (legend) the circular table for King Arthur and his knights
-04114719 06 n 01 router 0 001 @ 03997484 n 0000 | a power tool with a shaped cutter; used in carpentry for cutting grooves
-04114844 06 n 01 router 1 002 @ 03183080 n 0000 ;c 06128570 n 0000 | (computer science) a device that forwards data packets between computer networks
-04114996 06 n 01 router_plane 0 001 @ 03954731 n 0000 | a woodworking plane with a narrow cutting head that will make grooves with smooth bottoms
-04115144 06 n 01 rowel 0 002 @ 04574999 n 0000 #p 04290259 n 0000 | a small spiked wheel at the end of a spur
-04115256 06 n 02 row_house 0 town_house 1 003 @ 03544360 n 0000 ~ 02907873 n 0000 ~ 04413969 n 0000 | a house that is one of a row of identical houses situated side by side and sharing common walls
-04115456 06 n 01 rowing_boat 0 002 @ 03199901 n 0000 ;r 08860123 n 0000 | a rowboat
-04115542 06 n 01 rowlock_arch 0 001 @ 02733524 n 0000 | an arch that is formed with more than one concentric row of voussoirs
-04115670 06 n 01 row_of_bricks 0 001 @ 03120029 n 0000 | a course of bricks place next to each other (usually in a straight line)
-04115802 06 n 01 royal 0 001 @ 04127904 n 0000 | a sail set next above the topgallant on a royal mast
-04115906 06 n 01 royal_brace 0 001 @ 02887683 n 0000 | a brace to secure the royal mast
-04115996 06 n 01 royal_mast 0 001 @ 04455250 n 0000 | topmast immediately above the topgallant mast
-04116098 06 n 03 rubber_band 0 elastic_band 0 elastic 1 003 @ 02784218 n 0000 @ 03267972 n 0000 + 00843146 a 0301 | a narrow band of elastic rubber used to hold things (such as papers) together
-04116294 06 n 02 rubber_boot 0 gum_boot 0 001 @ 02872752 n 0000 | a high boot made of rubber
-04116389 06 n 01 rubber_bullet 0 001 @ 02916350 n 0000 | a bullet made of hard rubber; designed for use in crowd control
-04116512 06 n 03 rubber_eraser 0 rubber 2 pencil_eraser 0 002 @ 03294833 n 0000 #p 03908204 n 0000 | an eraser made of rubber (or of a synthetic material with properties similar to rubber); commonly mounted at one end of a pencil
-04116744 06 n 01 rubbing 0 001 @ 04076846 n 0000 | representation consisting of a copy (as of an engraving) made by laying paper over something and rubbing it with charcoal
-04116919 06 n 01 rubbing_alcohol 0 001 @ 03691128 n 0000 | lotion consisting of a poisonous solution of isopropyl alcohol or denatured ethanol alcohol for external use
-04117089 06 n 01 rubefacient 0 001 @ 03740161 n 0000 | a medicine for external application that produces redness of the skin
-04117216 06 n 01 rudder 0 006 @ 04313220 n 0000 #p 04530566 n 0000 ;c 00314469 n 0000 %p 04117639 n 0000 %p 04117747 n 0000 %p 04435759 n 0000 | (nautical) steering mechanism consisting of a hinged vertical plate mounted at the stern of a vessel
-04117464 06 n 01 rudder 1 002 @ 02688443 n 0000 #p 04530283 n 0000 | a hinged vertical airfoil mounted at the tail of an aircraft and used to make horizontal course changes
-04117639 06 n 01 rudder_blade 0 002 @ 02848523 n 0000 #p 04117216 n 0000 | the vertical blade on a rudder
-04117747 06 n 02 rudderpost 0 rudderstock 0 002 @ 03988170 n 0000 #p 04117216 n 0000 | a vertical post at the forward edge of a rudder that enables the rudder to pivot
-04117917 06 n 01 rue 0 002 @ 04334599 n 0000 ;r 08929922 n 0000 | (French) a street or road in France
-04118021 06 n 03 rug 0 carpet 0 carpeting 0 021 @ 03366823 n 0000 @ 03405265 n 0000 + 01234920 v 0301 + 02749520 v 0201 + 01235073 v 0201 + 01234920 v 0201 ~ 02904233 n 0000 ~ 02908773 n 0000 ~ 03248835 n 0000 %p 03265479 n 0000 ~ 03374102 n 0000 ~ 03507458 n 0000 ~ 03629100 n 0000 ~ 03835729 n 0000 ~ 03998194 n 0000 ~ 04066270 n 0000 ~ 04120266 n 0000 ~ 04144539 n 0000 ~ 04183217 n 0000 ~ 04297847 n 0000 ~ 04585128 n 0000 | floor covering consisting of a piece of thick heavy fabric (usually with nap or pile)
-04118538 06 n 01 rugby_ball 0 001 @ 02778669 n 0000 | inflated oval ball used in playing rugby
-04118635 06 n 01 ruin 0 003 @ 02913152 n 0000 + 00578993 v 0101 + 01566490 v 0101 | a ruined building; "they explored several Roman ruins"
-04118776 06 n 02 rule 0 ruler 0 007 @ 03735637 n 0000 + 01690020 v 0201 + 01690020 v 0101 ~ 02967081 n 0000 ~ 03380647 n 0000 ~ 03753514 n 0000 ~ 04611916 n 0000 | measuring stick consisting of a strip of wood or metal or plastic with a straight edge that is used for drawing straight lines and measuring lengths
-04119091 06 n 01 rumble 0 002 @ 04161358 n 0000 #p 02968473 n 0000 | a servant's seat (or luggage compartment) in the rear of a carriage
-04119230 06 n 01 rumble_seat 0 002 @ 04161358 n 0000 #p 04097373 n 0000 | a folding outside seat in the back of some early cars
-04119360 06 n 01 rummer 0 001 @ 03438257 n 0000 | a large drinking glass (ovoid bowl on a stem) for drinking toasts
-04119478 06 n 03 rumpus_room 0 playroom 0 game_room 0 001 @ 04065464 n 0000 | a recreation room for noisy activities (parties or children's play etc)
-04119630 06 n 01 runcible_spoon 0 001 @ 04284002 n 0000 | a fork-like spoon with a cutting edge; coined by Edward Lear
-04119751 06 n 03 rundle 0 spoke 1 rung 0 002 @ 03137579 n 0000 #p 03632277 n 0000 | one of the crosspieces that form the steps of a ladder
-04119892 06 n 03 rung 1 round 3 stave 2 006 @ 03137579 n 0000 #p 04331277 n 0000 #p 04099969 n 0000 #p 03518445 n 0000 #p 03376595 n 0000 + 02362798 v 0301 | a crosspiece between the legs of a chair
-04120093 06 n 01 runner 0 004 @ 03183080 n 0000 #p 04235291 n 0000 ~ 02848806 n 0000 ~ 04228054 n 0000 | device consisting of the parts on which something can slide along
-04120266 06 n 01 runner 1 001 @ 04118021 n 0000 | a long narrow carpet
-04120339 06 n 01 running_board 0 002 @ 03379592 n 0000 #p 02958343 n 0000 | a narrow footboard serving as a step beneath the doors of some old cars
-04120489 06 n 01 running_shoe 0 001 @ 04199027 n 0000 | a light comfortable shoe designed for running
-04120593 06 n 01 running_stitch 0 001 @ 04180314 n 0000 | small, even, hand stitches run in and out
-04120695 06 n 01 running_suit 0 001 @ 04285803 n 0000 | a matching jacket and pants worn by joggers and made of fabric that absorbs perspiration
-04120842 06 n 01 runway 0 003 @ 03900509 n 0000 #p 02687992 n 0000 #p 02693070 n 0000 | a strip of level paved surface where planes can take off and land
-04120998 06 n 01 runway 1 001 @ 03961939 n 0000 | a narrow platform extending from the stage into the audience in a theater or nightclub etc.
-04121142 06 n 01 runway 3 001 @ 03029603 n 0000 | a chute down which logs can slide
-04121228 06 n 02 rushlight 0 rush_candle 0 001 @ 02948072 n 0000 | a tallow candle with a rush stem as the wick
-04121342 06 n 01 russet 0 001 @ 03529444 n 0000 | a reddish brown homespun fabric
-04121426 06 n 02 rya 0 rya_rug 0 001 @ 04183217 n 0000 | a shag rug made in Sweden
-04121511 06 n 02 saber 1 sabre 1 006 @ 03327691 n 0000 ;c 01171644 n 0000 + 01554622 v 0201 + 01326730 v 0202 + 01326730 v 0101 + 01554622 v 0102 | a fencing sword with a v-shaped blade and a slightly curved handle
-04121728 06 n 03 saber_saw 0 jigsaw 1 reciprocating_saw 0 001 @ 03996145 n 0000 | a portable power saw with a reciprocating blade; can be used with a variety of blades depending on the application and kind of cut; generally have a plate that rides on the surface that is being cut
-04122011 06 n 05 Sabin_vaccine 0 oral_poliovirus_vaccine 0 OPV 0 trivalent_live_oral_poliomyelitis_vaccine 0 TOPV 0 001 @ 03978130 n 0000 | an oral vaccine (containing live but weakened poliovirus) that is given to provide immunity to poliomyelitis
-04122262 06 n 01 sable 0 001 @ 04143897 n 0000 | a scarf (or trimming) made of sable
-04122349 06 n 03 sable 1 sable_brush 0 sable's_hair_pencil 0 002 @ 02908217 n 0000 ~ 04091466 n 0000 | an artist's brush made of sable hairs
-04122492 06 n 01 sable_coat 0 001 @ 03404251 n 0000 | a fur coat made of sable furs
-04122578 06 n 02 sabot 1 wooden_shoe 0 001 @ 04199027 n 0000 | a shoe carved from a single block of wood
-04122685 06 n 01 sachet 0 001 @ 02773037 n 0000 | a small soft bag containing perfumed powder; used to perfume items in a drawer or chest
-04122825 06 n 04 sack 0 poke 0 paper_bag 0 carrier_bag 0 004 @ 02773037 n 0000 + 01486151 v 0101 ~ 03217889 n 0000 ~ 03461288 n 0000 | a bag made of paper or plastic for holding customer's purchases
-04123026 06 n 02 sack 3 sacque 0 001 @ 03589791 n 0000 | a woman's full loose hiplength jacket
-04123123 06 n 01 sackbut 0 001 @ 04487394 n 0000 | a medieval musical instrument resembling a trombone
-04123228 06 n 01 sackcloth 0 001 @ 03309808 n 0000 | a coarse cloth resembling sacking
-04123317 06 n 01 sackcloth 1 001 @ 03419014 n 0000 | a garment made of coarse sacking; formerly worn as an indication of remorse
-04123448 06 n 01 sack_coat 0 001 @ 03057021 n 0000 | man's hiplength coat with a straight back; the jacket of a suit
-04123567 06 n 02 sacking 0 bagging 0 005 @ 03309808 n 0000 + 02717362 v 0201 + 01485839 v 0201 ~ 02922798 n 0000 %s 14925645 n 0000 | coarse fabric used for bags or sacks
-04123740 06 n 01 saddle 0 009 @ 04161358 n 0000 + 01492422 v 0101 %p 02953455 n 0000 ~ 03288886 n 0000 ~ 03872273 n 0000 %p 03980178 n 0000 ~ 04215153 n 0000 %p 04320973 n 0000 ~ 04325041 n 0000 | a seat for the rider of a horse or camel
-04123980 06 n 01 saddle 3 002 @ 03933183 n 0000 #p 04199027 n 0000 | a piece of leather across the instep of a shoe
-04124098 06 n 01 saddlebag 0 001 @ 02773037 n 0000 | a large bag (or pair of bags) hung over a saddle
-04124202 06 n 03 saddle_blanket 0 saddlecloth 0 horse_blanket 0 002 @ 04295081 n 0000 ~ 02727566 n 0000 | stable gear consisting of a blanket placed under the saddle
-04124370 06 n 02 saddle_oxford 0 saddle_shoe 0 001 @ 03868406 n 0000 | an oxford with a saddle of contrasting color
-04124488 06 n 01 saddlery 1 001 @ 04603081 n 0000 | workshop where a saddler works
-04124573 06 n 01 saddle_seat 0 001 @ 04161358 n 0000 | a chair seat that is slightly concave and sometimes has a thickened ridge in the center; "the saddle seat fitted his buttocks nicely"
-04124764 06 n 02 saddle_soap 0 leather_soap 0 001 @ 04253437 n 0000 | a mild soap for cleansing and conditioning leather
-04124887 06 n 01 saddle_stitch 0 001 @ 04180314 n 0000 | a decorative overcast or running stitch, especially in a contrasting color
-04125021 06 n 01 safe 0 001 @ 04340750 n 0000 | strongbox where valuables can be safely kept
-04125116 06 n 01 safe 2 002 @ 03148324 n 0000 ~ 03736372 n 0000 | a ventilated or refrigerated cupboard for securing provisions from pests
-04125257 06 n 06 safe-deposit 0 safe-deposit_box 0 safety-deposit 0 safety_deposit_box 0 deposit_box 0 lockbox 0 001 @ 04340750 n 0000 | a fireproof metal strongbox (usually in a bank) for storing valuables
-04125466 06 n 01 safehold 0 001 @ 04071102 n 0000 | a refuge from attack
-04125541 06 n 01 safe_house 0 002 @ 03544360 n 0000 @ 04071102 n 0000 | a house used as a hiding place or refuge by members of certain organizations
-04125692 06 n 01 safety_arch 0 002 @ 02733524 n 0000 @ 04336034 n 0000 | an undecorated arch that is included in order to strengthen or support a construction
-04125853 06 n 03 safety_belt 0 life_belt 1 safety_harness 0 003 @ 02827606 n 0000 @ 04081844 n 0000 ~ 04162706 n 0000 | belt attaching you to some object as a restraint in order to prevent you from getting hurt
-04126066 06 n 02 safety_bicycle 0 safety_bike 0 001 @ 02834778 n 0000 | bicycle that has two wheels of equal size; pedals are connected to the rear wheel by a multiplying gear
-04126244 06 n 02 safety_bolt 0 safety_lock 1 001 @ 02865931 n 0000 | a bolt that cannot be moved from outside the door or gate
-04126373 06 n 02 safety_catch 0 safety_lock 0 002 @ 03464467 n 0000 #p 03467984 n 0000 | guard consisting of a locking device that prevents a weapon from being fired
-04126541 06 n 01 safety_curtain 0 001 @ 04418357 n 0000 | a fireproof theater curtain to be dropped in case of fire
-04126659 06 n 01 safety_fuse 0 001 @ 03407122 n 0000 | a slow-burning fuse consisting of a tube or cord filled or saturated with combustible matter; used to ignite detonators from a distance
-04126852 06 n 02 safety_lamp 0 Davy_lamp 0 001 @ 03844045 n 0000 | an oil lamp that will not ignite flammable gases (methane)
-04126980 06 n 02 safety_match 0 book_matches 0 001 @ 03728437 n 0000 | a paper match that strikes only on a specially prepared surface
-04127117 06 n 01 safety_net 0 001 @ 03819595 n 0000 | a large strong net to catch circus acrobats who fall or jump from a trapeze
-04127249 06 n 01 safety_pin 0 001 @ 03940256 n 0000 | a pin in the form of a clasp; has a guard so the point of the pin will not stick the user
-04127395 06 n 02 safety_rail 0 guardrail 0 001 @ 04047401 n 0000 | a railing placed alongside a stairway or road for safety
-04127521 06 n 01 safety_razor 0 001 @ 04057047 n 0000 | a razor with a guard to prevent deep cuts in the skin
-04127633 06 n 05 safety_valve 0 relief_valve 0 escape_valve 0 escape_cock 0 escape 0 002 @ 04519153 n 0000 @ 04072193 n 0000 | a valve in a container in which pressure can build up (as a steam boiler); it opens automatically when the pressure reaches a dangerous level
-04127904 06 n 04 sail 0 canvas 3 canvass 3 sheet 4 019 @ 03932670 n 0000 #p 04128837 n 0000 + 01945516 v 0101 + 01846658 v 0101 ~ 02782602 n 0000 ~ 03137473 n 0000 ~ 03381776 n 0000 ~ 03383099 n 0000 %p 03458961 n 0000 ~ 03505383 n 0000 ~ 03712337 n 0000 ~ 03712981 n 0000 ~ 04000998 n 0000 ~ 04115802 n 0000 ~ 04139642 n 0000 ~ 04233027 n 0000 ~ 04292080 n 0000 ~ 04454792 n 0000 ~ 04455652 n 0000 | a large piece of fabric (usually canvas fabric) by means of which wind is used to propel a sailing vessel
-04128413 06 n 01 sail 1 001 @ 04341686 n 0000 | any structure that resembles a sail
-04128499 06 n 02 sailboat 0 sailing_boat 0 006 @ 04128837 n 0000 ~ 02981792 n 0000 ~ 02982416 n 0000 %p 02994012 n 0000 ~ 04185329 n 0000 ~ 04483307 n 0000 | a small sailing vessel; usually with a single mast
-04128710 06 n 01 sailcloth 0 001 @ 03309808 n 0000 | a strong fabric (such as cotton canvas) used for making sails and tents
-04128837 06 n 02 sailing_vessel 0 sailing_ship 0 029 @ 04530566 n 0000 -c 03129915 a 0000 ~ 02793199 n 0000 %p 02871631 n 0000 ~ 02901377 n 0000 ~ 02901620 n 0000 ~ 03045228 n 0000 ~ 03154316 n 0000 ~ 03186285 n 0000 ~ 03327133 n 0000 ~ 03381565 n 0000 %p 03410147 n 0000 %p 03410423 n 0000 ~ 03411339 n 0000 %p 03512911 n 0000 ~ 03567788 n 0000 ~ 03612010 n 0000 %p 03726760 n 0000 ~ 04091584 n 0000 %p 04127904 n 0000 ~ 04128499 n 0000 ~ 04147183 n 0000 ~ 04242408 n 0000 ~ 04244847 n 0000 ~ 04291992 n 0000 ~ 04587327 n 0000 %p 04610676 n 0000 ~ 04612373 n 0000 -c 04774901 n 0000 | a vessel that is powered by the wind; often having several masts
-04129490 06 n 01 sailing_warship 0 002 @ 03718212 n 0000 ~i 03093018 n 0000 | a warship that was powered by sails and equipped with many heavy guns; not built after the middle of the 19th century
-04129688 06 n 01 sailor_cap 0 001 @ 02954340 n 0000 | a cap worn by sailors
-04129766 06 n 01 sailor_suit 0 001 @ 03289985 n 0000 | a boy's ensemble; copied from a sailor's uniform
-04129872 06 n 02 Saint_Lawrence_Seaway 0 St._Lawrence_Seaway 0 001 @i 04163364 n 0000 | a seaway involving the Saint Lawrence River and the Great Lakes that was developed jointly by Canada and the United States; oceangoing ships can travel as far west as Lake Superior
-04130143 06 n 01 salad_bar 0 001 @ 02789487 n 0000 | a bar where diners can assemble a salad to their own taste
-04130257 06 n 01 salad_bowl 0 001 @ 02880940 n 0000 | a large bowl for mixing and serving a salad
-04130357 06 n 01 salad_fork 0 001 @ 03383948 n 0000 | a fork intended for eating salads
-04130447 06 n 02 salad_plate 0 salad_bowl 1 001 @ 03959485 n 0000 | a plate or bowl for individual servings of salad
-04130566 06 n 01 salinometer 0 001 @ 03553486 n 0000 | a hydrometer that determines the concentration of salt solutions by measuring their density
-04130715 06 n 02 Salk_vaccine 0 IPV 0 001 @ 03978130 n 0000 | a poliovirus vaccine consisting of inactivated polio virus that is injected subcutaneously to provide immunity to poliomyelitis
-04130907 06 n 02 sallet 0 salade 0 001 @ 03513376 n 0000 | a light medieval helmet with a slit for vision
-04131015 06 n 01 salon 0 001 @ 03679712 n 0000 | elegant sitting room where guests are received
-04131113 06 n 01 salon 1 001 @ 03412058 n 0000 | gallery where works of art can be displayed
-04131208 06 n 05 salon 2 beauty_salon 0 beauty_parlor 0 beauty_parlour 0 beauty_shop 0 001 @ 04202417 n 0000 | a shop where hairdressers and beauticians work
-04131368 06 n 01 saltbox 0 001 @ 03544360 n 0000 | a type of house built in New England; has two stories in front and one behind
-04131499 06 n 01 saltcellar 0 001 @ 03094503 n 0000 | a small container for holding salt at the dining table
-04131610 06 n 01 salt_mine 0 001 @ 03768346 n 0000 | a mine where salt is dug
-04131690 06 n 02 saltshaker 0 salt_shaker 0 001 @ 04183329 n 0000 | a shaker with a perforated top for sprinkling salt
-04131811 06 n 01 saltworks 0 002 @ 03956922 n 0000 ;u 06295235 n 0000 | a plant where salt is produced commercially
-04131929 06 n 01 salver 0 001 @ 04476259 n 0000 | a tray (or large plate) for serving food or drinks; usually made of silver
-04132056 06 n 01 salvinorin 0 001 @ 03479647 n 0000 | a hallucinogen obtained from Salvia divinorum
-04132158 06 n 02 salwar 0 shalwar 0 001 @ 04489008 n 0000 | a pair of light loose trousers with a tight fit around the ankles; worn by women from the Indian subcontinent (usually with a kameez)
-04132354 06 n 01 Salyut 0 001 @i 04266162 n 0000 | either of two Soviet space stations launched in the 1970s
-04132465 06 n 01 Sam_Browne_belt 0 002 @ 02827606 n 0000 #p 03763968 n 0000 | leather belt supported by a strap over the right shoulder
-04132603 06 n 02 samisen 0 shamisen 0 001 @ 04338517 n 0000 | a Japanese stringed instrument resembling a banjo with a long neck and three strings and a fretted fingerboard and a rectangular soundbox; played with a plectrum
-04132829 06 n 01 samite 0 001 @ 03309808 n 0000 | a heavy silk fabric (often woven with silver or gold threads); used to make clothing in the Middle Ages
-04132985 06 n 01 samovar 0 001 @ 04516214 n 0000 | a metal urn with a spigot at the base; used in Russia to boil water for tea
-04133114 06 n 01 sampan 0 001 @ 04229480 n 0000 | an Asian skiff usually propelled by two oars
-04133211 06 n 01 sampler 0 002 @ 03282933 n 0000 + 01195299 v 0101 | a piece of embroidery demonstrating skill with various stitches
-04133346 06 n 02 sampling_station 0 sampler 1 001 @ 03839534 n 0000 | an observation station that is set up to make sample observations of something
-04133497 06 n 03 sanatorium 0 sanatarium 0 sanitarium 0 001 @ 03540595 n 0000 | a hospital for recuperation or for the treatment of chronic diseases
-04133648 06 n 01 sanctuary 2 003 @ 08513718 n 0000 ~ 03527675 n 0000 ~ 04378651 n 0000 | a consecrated place where sacred objects are kept
-04133789 06 n 01 sandal 0 007 @ 04199027 n 0000 ~ 03297103 n 0000 ~ 03364008 n 0000 ~ 03547530 n 0000 ~ 04027706 n 0000 ~ 04156411 n 0000 ~ 04386664 n 0000 | a shoe consisting of a sole fastened by straps to the foot
-04134008 06 n 01 sandbag 0 003 @ 02773037 n 0000 + 00221964 v 0101 + 01410079 v 0101 | a bag filled with sand; used as a weapon or to build walls or as ballast
-04134170 06 n 01 sandblaster 0 002 @ 03489162 n 0000 + 01386741 v 0101 | a tool that throws out a blast of steam laden with sand; used to clean or grind hard surfaces
-04134339 06 n 03 sandbox 0 sandpile 0 sandpit 0 002 @ 03964744 n 0000 ;u 08860123 n 0304 | a plaything consisting of a pile of sand or a box filled with sand for children to play in
-04134523 06 n 01 sandbox 1 001 @ 03779370 n 0000 | mold consisting of a box with sand shaped to mold metal
-04134632 06 n 01 sandglass 0 003 @ 04437953 n 0000 ~ 03266620 n 0000 ~ 03544143 n 0000 | timepiece in which the passage of time is indicated by the flow of sand from one transparent container to another through a narrow passage
-04134862 06 n 01 sand_painting 0 001 @ 03876519 n 0000 | a painting done by Amerindians (especially Navaho); made of fine colored sands on a neutral background
-04135024 06 n 01 sand_wedge 0 001 @ 04569822 n 0000 | a wedge used to get out of sand traps
-04135118 06 n 01 sandwich_board 0 001 @ 04217882 n 0000 | signboard consisting of two hinged boards that hang front and back from the shoulders of a walker and are used to display advertisements
-04135315 06 n 03 sanitary_napkin 0 sanitary_towel 0 Kotex 0 003 @ 03872495 n 0000 ;u 06845599 n 0301 ;u 08860123 n 0204 | a disposable absorbent pad (trade name Kotex); worn to absorb menstrual flow
-04135516 06 n 01 Santa_Fe_Trail 0 002 @i 04466613 n 0000 #p 08682819 n 0000 | a trail that extends from Missouri to New Mexico; an important route for settlers moving west in the 19th century
-04135710 06 n 03 cling_film 0 clingfilm 0 Saran_Wrap 0 003 @ 03958752 n 0000 ;u 06845599 n 0301 %s 14593545 n 0000 | a thin plastic film made of saran (trade name Saran Wrap) that sticks to itself; used for wrapping food
-04135933 06 n 02 sarcenet 0 sarsenet 0 001 @ 04219424 n 0000 | a fine soft silk fabric often used for linings
-04136045 06 n 01 sarcophagus 0 001 @ 03064758 n 0000 | a stone coffin (usually bearing sculpture or inscriptions)
-04136161 06 n 02 sari 0 saree 0 001 @ 03236735 n 0000 | a dress worn primarily by Hindu women; consists of several yards of light material that is draped around the body
-04136333 06 n 01 sarong 0 001 @ 04230808 n 0000 | a loose skirt consisting of brightly colored fabric wrapped around the body; worn by both women and men in the South Pacific
-04136510 06 n 02 sash 0 window_sash 0 003 @ 03391770 n 0000 #p 04587648 n 0000 ~ 02976350 n 0000 | a framework that holds the panes of a window in the window frame
-04136676 06 n 02 sash_cord 0 sash_line 0 001 @ 03106110 n 0000 | a strong cord connecting a sash weight to a sliding sash
-04136800 06 n 03 sash_fastener 0 sash_lock 0 window_lock 0 002 @ 03682487 n 0000 #p 04587648 n 0000 | a lock attached to the sashes of a double hung window that can fix both in the shut position
-04136997 06 n 01 sash_weight 0 001 @ 03118539 n 0000 | a counterweight for a sliding sash
-04137089 06 n 01 sash_window 0 001 @ 04587648 n 0000 | a window with (usually two) sashes that slide vertically to let in air
-04137217 06 n 01 satchel 0 001 @ 02774630 n 0000 | luggage consisting of a small case with a flat bottom and (usually) a shoulder strap
-04137355 06 n 01 sateen 0 001 @ 03309808 n 0000 | a cotton fabric with a satiny finish
-04137444 06 n 03 satellite 0 artificial_satellite 0 orbiter 0 011 @ 03294048 n 0000 + 02043982 v 0302 + 00969137 v 0101 ~ 02751490 n 0000 ~ 03077741 n 0000 %p 04257790 n 0000 ~ 04264914 n 0000 ~ 04266162 n 0000 ~ 04290615 n 0000 ~ 04290762 n 0000 ~ 04567593 n 0000 | man-made equipment that orbits around the earth or the moon
-04137773 06 n 01 satellite_receiver 0 002 @ 04060647 n 0000 #p 03077741 n 0000 | a receiver on a communications satellite
-04137897 06 n 02 satellite_television 0 satellite_TV 0 001 @ 04404412 n 0000 | a television system in which the signal is transmitted to an orbiting satellite that receives the signal and amplifies it and transmits it back to earth
-04138131 06 n 01 satellite_transmitter 0 002 @ 04472726 n 0000 #p 03077741 n 0000 | a transmitter on a communications satellite
-04138261 06 n 01 satin 0 002 @ 03309808 n 0000 + 00282675 a 0101 | a smooth fabric of silk or rayon; has a glossy face and a dull back
-04138398 06 n 02 satinet 0 satinette 0 001 @ 03309808 n 0000 | a fabric with a finish resembling satin but made partly or wholly from cotton or synthetic fiber
-04138560 06 n 01 satin_stitch 0 001 @ 04180314 n 0000 | flat stitches worked so closely as to resemble satin
-04138671 06 n 01 satin_weave 0 001 @ 04568298 n 0000 | a weave in which the filling and warp threads intersect in such a way as to give a smooth compact surface with no distinguishable twill line
-04138869 06 n 01 Saturday_night_special 0 001 @ 03948459 n 0000 | a cheap handgun that is easily obtained
-04138977 06 n 01 saucepan 0 004 @ 03880531 n 0000 ~ 03226254 n 0000 %p 03485997 n 0000 ~ 04317325 n 0000 | a deep pan with a handle; used for stewing or boiling
-04139140 06 n 01 saucepot 0 001 @ 03990474 n 0000 | a cooking pot that has handles on either side and tight fitting lid; used for stewing or boiling
-04139291 06 n 01 saucer 0 001 @ 03361945 n 0000 | a small shallow dish for holding a cup at the table
-04139395 06 n 02 sauna 0 sweat_room 0 001 @ 04308583 n 0000 | a Finnish steam bath; steam is produced by pouring water over heated rocks
-04139534 06 n 01 save-all 0 001 @ 03819595 n 0000 | a net hung between ship and pier while loading a ship
-04139642 06 n 01 save-all 1 001 @ 04127904 n 0000 | a sail set to catch wind spilled from a larger sail
-04139748 06 n 01 save-all 2 001 @ 04060904 n 0000 | a receptacle for catching waste products for further use
-04139859 06 n 04 savings_bank 0 coin_bank 0 money_box 1 bank 1 002 @ 03094503 n 0000 ~ 03935335 n 0000 | a container (usually with a slot in the top) for keeping money at home; "the coin bank was empty"
-04140064 06 n 01 saw 0 011 @ 03489162 n 0000 + 01559590 v 0101 ~ 02838958 n 0000 ~ 02910701 n 0000 ~ 03139887 n 0000 ~ 03376938 n 0000 ~ 03474779 n 0000 ~ 03488188 n 0000 %p 04140976 n 0000 %p 04452848 n 0000 ~ 04503836 n 0000 | hand tool having a toothed blade for cutting
-04140340 06 n 01 sawdust_doll 0 001 @ 03219135 n 0000 | a doll that is stuffed with sawdust
-04140434 06 n 01 sawdust_saloon 0 001 @ 02796995 n 0000 | a saloon whose floor is covered with sawdust
-04140539 06 n 01 sawed-off_shotgun 0 001 @ 04206356 n 0000 | a shotgun with short barrels
-04140631 06 n 04 sawhorse 0 horse 1 sawbuck 0 buck 0 002 @ 03391770 n 0000 ~ 04479694 n 0000 | a framework for holding wood that is being sawed
-04140777 06 n 01 sawmill 1 001 @ 03996145 n 0000 | a large sawing machine
-04140853 06 n 01 saw_set 0 001 @ 04451818 n 0000 | a tool used to bend each alternate sawtooth at a slight angle outward
-04140976 06 n 01 sawtooth 0 002 @ 04174705 n 0000 #p 04140064 n 0000 | a serration on a saw blade
-04141076 06 n 02 sax 0 saxophone 0 002 @ 04222847 n 0000 + 10554243 n 0201 | a single-reed woodwind with a conical bore
-04141198 06 n 01 saxhorn 0 001 @ 02891788 n 0000 | any of a family of brass wind instruments that resemble a bugle with valves
-04141327 06 n 01 scabbard 0 001 @ 04187061 n 0000 | a sheath for a sword or dagger or bayonet
-04141423 06 n 01 scaffold 0 002 @ 07938773 n 0000 #p 04141712 n 0000 | a temporary arrangement erected around a building for convenience of workers
-04141573 06 n 01 scaffold 1 002 @ 03961939 n 0000 #p 03575691 n 0000 | a platform from which criminals are executed (hanged or beheaded)
-04141712 06 n 02 scaffolding 0 staging 0 003 @ 04377057 n 0000 + 01217617 v 0101 %p 04141423 n 0000 | a system of scaffolds
-04141838 06 n 01 scale 0 003 @ 03568117 n 0000 + 00319406 v 0101 ~ 04529108 n 0000 | an indicator having a graduated sequence of marks
-04141975 06 n 02 scale 2 weighing_machine 0 005 @ 03733925 n 0000 + 00490428 v 0101 + 02728388 v 0101 ~ 02777100 n 0000 ~ 04570958 n 0000 | a measuring instrument for weighing; shows amount of mass
-04142175 06 n 01 scaler 0 001 @ 04021362 n 0000 | an electronic pulse counter used to count pulses that occur too rapidly to be recorded individually
-04142327 06 n 01 scaling_ladder 0 001 @ 03632277 n 0000 | a ladder used to scale walls (as in an attack)
-04142434 06 n 01 scalpel 0 001 @ 04364827 n 0000 | a thin straight surgical knife used in dissection and surgery
-04142549 06 n 02 scan 0 CAT_scan 0 002 @ 03931044 n 0000 + 02152504 v 0101 | an image produced by scanning; "he analyzed the brain scan"; "you could see the tumor in the CAT scan"
-04142731 06 n 02 scanner 0 electronic_scanner 0 002 @ 03181293 n 0000 + 01318659 v 0101 | a radio receiver that moves automatically across some selected range of frequencies looking for some signal or condition; "they used scanners to monitor police radio channels"
-04142999 06 n 01 scanner 1 002 @ 03207305 n 0000 + 01318659 v 0101 | a radar dish that rotates or oscillates in order to scan a broad area
-04143140 06 n 03 scanner 2 digital_scanner 0 image_scanner 0 003 @ 03277771 n 0000 @ 03163973 n 0000 + 01855447 v 0101 | an electronic device that generates a digital representation of an image for data input to a computer
-04143365 06 n 02 scantling 0 stud 0 003 @ 04515129 n 0000 #p 02913152 n 0000 + 01358023 v 0201 | an upright in house framing
-04143492 06 n 02 scapular 0 scapulary 0 002 @ 03419014 n 0000 #p 03781467 n 0000 | garment consisting of a long wide piece of woolen cloth worn over the shoulders with an opening for the head; part of a monastic habit
-04143712 06 n 05 scarecrow 0 straw_man 0 strawman 0 bird-scarer 0 scarer 0 002 @ 03265874 n 0000 + 01779165 v 0503 | an effigy in the shape of a man to frighten birds away from seeds
-04143897 06 n 01 scarf 0 013 @ 03419014 n 0000 + 00051060 v 0101 ~ 03325584 n 0000 ~ 03332173 n 0000 ~ 03610992 n 0000 ~ 03635236 n 0000 ~ 03719743 n 0000 ~ 03797182 n 0000 ~ 03900028 n 0000 ~ 04060448 n 0000 ~ 04122262 n 0000 ~ 04325704 n 0000 ~ 04495698 n 0000 | a garment worn around the head or neck or shoulders for warmth or decoration
-04144241 06 n 02 scarf_joint 0 scarf 1 002 @ 03600977 n 0000 + 01294889 v 0201 | a joint made by notching the ends of two pieces of timber or metal so that they will lock together end-to-end
-04144434 06 n 01 scatter_pin 0 001 @ 03940713 n 0000 | small pin usually worn in groups of two or more
-04144539 06 n 02 scatter_rug 0 throw_rug 0 001 @ 04118021 n 0000 | a small rug; several can be used in a room
-04144651 06 n 02 scauper 0 scorper 0 001 @ 03455355 n 0000 | a graver used to scoop out broad areas when engraving wood or metal
-04144782 06 n 02 scene 1 view 0 002 @ 03453809 n 0000 %p 04347225 n 0000 | graphic art consisting of the graphic or photographic representation of a visual percept; "he painted scenes from everyday life"; "figure 2 shows photographic and schematic views of the equipment"
-04145056 06 n 02 scenery 0 scene 0 005 @ 04297476 n 0000 ~ 02768864 n 0000 ~ 03359755 n 0000 ~ 03725198 n 0000 ~ 04177202 n 0000 | the painted structures of a stage set that are intended to suggest a particular locale; "they worked all night painting the scenery"
-04145322 06 n 01 scenic_railway 0 001 @ 04048568 n 0000 | small railway in an amusement park
-04145417 06 n 01 scheduler 0 002 @ 03493333 n 0000 + 00794981 v 0101 | computer hardware that arranges jobs to be done by the computer in an appropriate order
-04145578 06 n 02 schematic 0 schematic_drawing 0 003 @ 03186399 n 0000 + 01980796 a 0103 ~ 04595998 n 0000 | diagram of an electrical or mechanical system
-04145735 06 n 03 schlock 0 shlock 0 dreck 0 002 @ 03748886 n 0000 ;u 07157273 n 0000 | merchandise that is shoddy or inferior
-04145863 06 n 02 Schmidt_telescope 0 Schmidt_camera 0 001 @ 04068601 n 0000 | reflecting telescope that has plate that corrects for aberration so a wide area of sky can be photographed
-04146050 06 n 02 school 0 schoolhouse 0 007 @ 02913152 n 0000 #p 04146976 n 0000 + 02792903 a 0101 + 02387910 v 0101 %p 03038685 n 0000 ~ 03092314 n 0000 ~ 03165616 n 0000 | a building where young people receive education; "the school was built in 1932"; "he walked to school every morning"
-04146343 06 n 01 schoolbag 0 001 @ 02773037 n 0000 | a bag for carrying school books and supplies; "found just the right dictionary to fit into his schoolbag"
-04146504 06 n 01 school_bell 0 001 @ 02824448 n 0000 | a bell rung to announce beginning or ending of class
-04146614 06 n 01 school_bus 0 001 @ 02924116 n 0000 | a bus used to transport children to or from school
-04146721 06 n 01 school_crossing 0 001 @ 03904183 n 0000 | a pedestrian crossing where school children cross a street on the way to school
-04146862 06 n 02 school_ship 0 training_ship 0 001 @ 04194289 n 0000 | a ship used to train students as sailors
-04146976 06 n 01 school_system 0 003 @ 03297735 n 0000 #p 03569964 n 0000 %p 04146050 n 0000 | establishment including the plant and equipment for providing education from kindergarten through high school
-04147183 06 n 01 schooner 0 002 @ 04128837 n 0000 ~ 04185656 n 0000 | sailing vessel used in former times
-04147291 06 n 01 schooner 1 001 @ 03438257 n 0000 | a large beer glass
-04147364 06 n 01 science_museum 0 001 @ 03800563 n 0000 | a museum that collects and displays objects having scientific interest
-04147495 06 n 01 scientific_instrument 0 012 @ 03574816 n 0000 ~ 02670382 n 0000 ~ 03092656 n 0000 ~ 03524425 n 0000 ~ 03616225 n 0000 ~ 03629643 n 0000 ~ 03708672 n 0000 ~ 03709206 n 0000 ~ 03760944 n 0000 ~ 04340521 n 0000 ~ 04382537 n 0000 ~ 04400899 n 0000 | an instrument used by scientists
-04147793 06 n 01 scimitar 0 001 @ 02987492 n 0000 | a curved oriental saber; the edge is on the convex side of the blade
-04147916 06 n 01 scintillation_counter 0 001 @ 03118346 n 0000 | counter tube in which light flashes when exposed to ionizing radiation
-04148054 06 n 02 scissors 0 pair_of_scissors 0 007 @ 03265032 n 0000 @ 03082127 n 0000 ;u 06295235 n 0000 %p 02848216 n 0000 ~ 03044934 n 0000 ~ 04186848 n 0000 ~ 04253304 n 0000 | an edge tool having two crossed pivoting blades
-04148285 06 n 01 sclerometer 0 001 @ 03733925 n 0000 | a measuring instrument that measures the hardness of materials by penetrating them with a stylus that has a diamond point
-04148464 06 n 02 scoinson_arch 0 sconcheon_arch 0 001 @ 02733524 n 0000 | an arch that supports part of the wall
-04148579 06 n 01 sconce 0 001 @ 02888569 n 0000 | a decorative wall bracket for holding candles or other sources of light
-04148703 06 n 01 sconce 1 001 @ 03665366 n 0000 | a candle or flaming torch secured in a sconce
-04148801 06 n 01 sconce 2 002 @ 03262717 n 0000 @ 03386011 n 0000 | a small fort or earthwork defending a ford, pass, or castle gate
-04148936 06 n 01 sconce 3 002 @ 04191595 n 0000 @ 04191943 n 0000 | a shelter or screen providing protection from enemy fire or from the weather
-04149083 06 n 01 scoop 0 002 @ 03633091 n 0000 + 01312371 v 0101 | a large ladle; "he used a scoop to serve the ice cream"
-04149208 06 n 02 scoop 1 scoop_shovel 0 004 @ 04208210 n 0000 #p 02769290 n 0000 #p 03236217 n 0000 + 01312371 v 0101 | the shovel or bucket of a dredge or backhoe
-04149374 06 n 01 scooter 0 002 @ 04576211 n 0000 + 02061495 v 0103 | child's two-wheeled vehicle operated by foot
-04149490 06 n 02 scopolamine 0 hyoscine 0 001 @ 14712692 n 0000 | an alkaloid with anticholinergic effects that is used as a sedative and to treat nausea and to dilate the pupils in ophthalmic procedures; "transdermal scopolamine is used to treat motion sickness"; "someone sedated with scopolamine has difficulty lying"
-04149813 06 n 01 scoreboard 0 002 @ 02856463 n 0000 @ 04217882 n 0000 | a large board for displaying the score of a contest (and some other information)
-04149968 06 n 02 scourge 0 flagellum 0 004 @ 04577769 n 0000 + 01398443 v 0201 + 02500775 v 0101 + 01398443 v 0102 | a whip used to inflict punishment (often used for pedantic humor)
-04150153 06 n 01 scouring_pad 0 001 @ 03040229 n 0000 | a small abrasive cleaning pad used for scouring pots and pans
-04150273 06 n 01 scow 0 001 @ 02792552 n 0000 | a barge carrying bulk materials in an open hold
-04150371 06 n 01 scow 1 001 @ 02858304 n 0000 | any of various flat-bottomed boats with sloping ends
-04150474 06 n 01 scrambler 0 003 @ 03278248 n 0000 + 01472807 v 0101 + 00537316 v 0101 | electronic equipment that makes speech unintelligible during transmission and restores it at reception
-04150668 06 n 01 scrap 0 001 @ 03932203 n 0000 | a small piece of something that is left over after the rest has been used; "she jotted it on a scrap of paper"; "there was not a scrap left"
-04150860 06 n 01 scrapbook 0 001 @ 02695079 n 0000 | an album into which clippings or notes or pictures can be pasted
-04150980 06 n 01 scraper 0 003 @ 03489162 n 0000 + 01750156 v 0101 + 01308160 v 0101 | any of various hand tools for scraping
-04151108 06 n 01 scratcher 0 003 @ 03183080 n 0000 + 01309143 v 0101 ~ 02770721 n 0000 | a device used for scratching
-04151228 06 n 01 scratchpad 0 002 @ 03744276 n 0000 ;c 03082979 n 0000 | (computer science) a high-speed internal memory used for temporary storage of preliminary information
-04151405 06 n 01 screed 0 001 @ 04339291 n 0000 | an accurately levelled strip of material placed on a wall or floor as guide for the even application of plaster or concrete
-04151581 06 n 01 screen 0 008 @ 04014297 n 0000 #p 04153025 n 0000 ~ 03347037 n 0000 ~ 03788365 n 0000 %s 04153330 n 0000 ~ 04247011 n 0000 ~ 04589890 n 0000 ~ 04590553 n 0000 | a protective covering consisting of netting; can be mounted in a frame; "they put screens in the windows for protection against insects"; "a metal screen protected the observers"
-04151940 06 n 04 screen 1 cover 2 covert 0 concealment 0 008 @ 03122748 n 0000 + 02147109 v 0201 + 01207951 v 0201 + 01332730 v 0201 ~ 02851384 n 0000 ~ 02944459 n 0000 ~ 04201297 n 0000 ~ 04299066 n 0000 | a covering that serves to conceal or shelter something; "a screen of trees afforded privacy"; "under cover of darkness"; "the brush provided a covert for game"; "the simplest concealment is to match perfectly the color of the background"
-04152387 06 n 01 screen 3 005 @ 03894379 n 0000 + 01130169 v 0102 ~ 02699770 n 0000 ~ 04025633 n 0000 ~ 04104925 n 0000 | partition consisting of a decorative frame or panel that serves to divide a space
-04152593 06 n 02 screen 5 CRT_screen 0 005 @ 03211117 n 0000 #p 02985137 n 0000 ~ 02769075 n 0000 ~ 03085602 n 0000 %p 03382708 n 0000 | the display that is electronically created on the surface of the large end of a cathode-ray tube
-04152829 06 n 03 screen 6 silver_screen 0 projection_screen 0 003 @ 04362025 n 0000 + 02139883 v 0101 ~ 04583776 n 0000 | a white or silvered surface where pictures can be projected for viewing
-04153025 06 n 02 screen_door 0 screen 7 003 @ 03221720 n 0000 + 01130169 v 0202 %p 04151581 n 0000 | a door that consists of a frame holding metallic or plastic netting; used to allow ventilation and to keep insects from entering a building through the open door; "he heard the screen slam as she left"
-04153330 06 n 01 screening 0 002 @ 03309808 n 0000 #s 04151581 n 0000 | fabric of metal or plastic mesh
-04153436 06 n 01 screen_saver 0 002 @ 03178782 n 0000 ;c 06128570 n 0000 | (computer science) a moving design that appears on a computer screen when there has been no input for a specified period of time; "screen savers prevent the damage that occurs when the same areas of light and dark are displayed too long"
-04153751 06 n 01 screw 0 017 @ 03323703 n 0000 + 01352996 v 0101 + 01353169 v 0101 + 01352806 v 0101 ~ 02697576 n 0000 ~ 02865665 n 0000 ~ 02957135 n 0000 %p 03501288 n 0000 ~ 03701790 n 0000 ~ 03752185 n 0000 ~ 03923564 n 0000 %p 04154938 n 0000 ~ 04177329 n 0000 ~ 04177545 n 0000 ~ 04431436 n 0000 ~ 04598136 n 0000 ~ 04604513 n 0000 | a fastener with a tapered threaded shank and a slotted head
-04154152 06 n 02 screw 1 screw_propeller 0 003 @ 04011827 n 0000 #p 04194289 n 0000 #p 03859000 n 0000 | a propeller with several angled blades that rotates to push against water or air
-04154340 06 n 01 screw 2 003 @ 03566329 n 0000 + 01353169 v 0101 + 01352806 v 0101 | a simple machine of the inclined-plane type consisting of a spirally threaded cylindrical rod that engages with a similarly threaded hole
-04154565 06 n 01 screwdriver 0 004 @ 03489162 n 0000 ~ 03361683 n 0000 ~ 03923692 n 0000 ~ 04279987 n 0000 | a hand tool for driving screws; has a tip that fits into the head of a screw
-04154753 06 n 01 screw_eye 0 001 @ 04598136 n 0000 | a woodscrew having its shank bent into a ring
-04154854 06 n 01 screw_key 0 001 @ 04606574 n 0000 | a wrench for turning a screw
-04154938 06 n 02 screw_thread 0 thread 1 002 @ 04087126 n 0000 #p 04153751 n 0000 | the raised helical rib going around a screw
-04155068 06 n 01 screwtop 0 001 @ 04453910 n 0000 | the top of a container that must be screwed off and on
-04155177 06 n 01 screw_wrench 0 001 @ 02680754 n 0000 | adjustable wrench that has one jaw that can be adjusted by turning a screw
-04155310 06 n 03 scribble 0 scrabble 0 doodle 0 004 @ 03234306 n 0000 + 01693324 v 0301 + 01006239 v 0202 + 01006239 v 0101 | an aimless drawing
-04155457 06 n 03 scriber 0 scribe 0 scratch_awl 0 003 @ 02763714 n 0000 + 01276192 v 0201 + 01276192 v 0101 | a sharp-pointed awl for marking wood or metal to be cut
-04155625 06 n 01 scrim 0 001 @ 03309808 n 0000 | a firm open-weave fabric used for a curtain in the theater
-04155735 06 n 01 scrimshaw 0 001 @ 02973558 n 0000 | a carving (or engraving) on whalebone, whale ivory, walrus tusk, etc., usually by American whalers
-04155889 06 n 01 scriptorium 0 002 @ 04105893 n 0000 #p 03781244 n 0000 | a room in a monastery that is set aside for writing or copying manuscripts
-04156040 06 n 01 scrubber 0 001 @ 04026053 n 0000 | a purifier that removes impurities from a gas
-04156140 06 n 03 scrub_brush 0 scrubbing_brush 0 scrubber 1 002 @ 02908217 n 0000 + 01251228 v 0301 | a brush with short stiff bristles for heavy cleaning
-04156297 06 n 01 scrub_plane 0 001 @ 03954731 n 0000 | a narrow woodworking plane used to cut away excess stock
-04156411 06 n 01 scuffer 0 002 @ 04133789 n 0000 + 01917845 v 0101 | a lightweight flexible sandal with a sturdy sole; worn as play shoes by children and as sportswear by adults
-04156591 06 n 03 scuffle 0 scuffle_hoe 0 Dutch_hoe 0 001 @ 03524574 n 0000 | a hoe that is used by pushing rather than pulling
-04156720 06 n 01 scull 0 001 @ 04190997 n 0000 | a racing shell that is propelled by sculls
-04156814 06 n 01 scull 1 002 @ 03837422 n 0000 + 01947352 v 0101 | each of a pair of short oars that are used by a single oarsman
-04156946 06 n 01 scull 2 001 @ 03837422 n 0000 | a long oar that is mounted at the stern of a boat and moved left and right to propel the boat forward
-04157099 06 n 01 scullery 0 002 @ 04105893 n 0000 ;r 08860123 n 0000 | a small room (in large old British houses) next to the kitchen; where kitchen utensils are cleaned and kept and other rough household jobs are done
-04157320 06 n 01 sculpture 0 017 @ 03958097 n 0000 @ 13863473 n 0000 + 02139884 a 0102 + 02924286 a 0101 + 01551871 v 0102 + 01684337 v 0102 + 01684337 v 0101 + 01551871 v 0101 ~ 02906175 n 0000 ~ 02926188 n 0000 ~ 02973558 n 0000 ~ 03721169 n 0000 ~ 03776291 n 0000 ~ 03779621 n 0000 ~ 04073669 n 0000 ~ 04294041 n 0000 ~ 04306847 n 0000 | a three-dimensional work of plastic art
-04157703 06 n 01 scum 0 004 @ 03338648 n 0000 + 00422870 a 0101 + 02366351 v 0101 ~ 15042856 n 0000 | a film of impurities or vegetation that can form on the surface of a liquid
-04157883 06 n 01 scupper 0 001 @ 03231912 n 0000 | drain that allows water on the deck of a vessel to flow overboard
-04158002 06 n 02 scuttle 0 coal_scuttle 0 001 @ 03094503 n 0000 | container for coal; shaped to permit pouring the coal onto the fire
-04158138 06 n 01 scyphus 0 001 @ 03147509 n 0000 | an ancient Greek drinking cup; two handles and footed base
-04158250 06 n 01 scythe 0 002 @ 03265032 n 0000 + 01319885 v 0101 | an edge tool for cutting grass; has a long handle that must be held with both hands and a curved blade that moves parallel to the ground
-04158457 06 n 02 sea_anchor 0 drogue 1 002 @ 04081844 n 0000 #p 04194289 n 0000 | restraint consisting of a canvas covered frame that floats behind a vessel; prevents drifting or maintains the heading into a wind
-04158672 06 n 01 seabag 0 001 @ 03235796 n 0000 | a cylindrical drawstring bag used by sailors to hold their clothing and other gear
-04158807 06 n 01 sea_boat 0 003 @ 02858304 n 0000 ~ 03662601 n 0000 ~ 04574348 n 0000 | a boat that is seaworthy; that is adapted to the open seas
-04158956 06 n 01 sea_chest 0 001 @ 03014705 n 0000 | a sailor's storage chest for personal property
-04159058 06 n 02 seal 0 stamp 0 009 @ 03185746 n 0000 + 01531265 v 0203 + 01356582 v 0101 + 01353405 v 0101 ~ 02915807 n 0000 ~ 02935316 n 0000 ~ 03457184 n 0000 ~ 03488887 n 0000 ~ 04218142 n 0000 | a device incised to make an impression; used to secure a closing or to authenticate documents
-04159354 06 n 01 seal 2 006 @ 03323703 n 0000 + 01354006 v 0101 ~ 02894431 n 0000 ~ 03423719 n 0000 ~ 03949145 n 0000 ~ 04554871 n 0000 | fastener that provides a tight and perfect closure
-04159545 06 n 01 seal 3 003 @ 03058107 n 0000 + 01269008 v 0102 ~ 04507689 n 0000 | a finishing coat applied to exclude moisture
-04159676 06 n 02 sea_ladder 0 sea_steps 0 003 @ 03632277 n 0000 ;c 00314469 n 0000 ~ 02672646 n 0000 | (nautical) ladder to be lowered over a ship's side for coming aboard
-04159850 06 n 01 seal_bomb 0 001 @ 03305522 n 0000 | a small explosive device (resembling a firecracker) that is used underwater in order to frighten mammals away from fishing grounds
-04160036 06 n 02 sealing_wax 0 seal 1 003 @ 03323703 n 0000 + 01356582 v 0201 %s 14701143 n 0000 | fastener consisting of a resinous composition that is plastic when warm; used for sealing documents and parcels and letters
-04160261 06 n 01 sealskin 0 001 @ 03419014 n 0000 | a garment (as a jacket or coat or robe) made of sealskin
-04160372 06 n 01 seam 0 007 @ 03600977 n 0000 + 02254088 a 0101 + 10689564 n 0102 + 01296016 v 0101 ~ 03326475 n 0000 ~ 04367371 n 0000 ~ 04573281 n 0000 | joint consisting of a line formed by joining two pieces
-04160586 06 n 02 seaplane 0 hydroplane 0 005 @ 02691156 n 0000 + 01943153 v 0201 + 01943153 v 0102 ~ 03365231 n 0000 ~ 03373611 n 0000 | an airplane that can land on or take off from water; "the designer of marine aircraft demonstrated his newest hydroplane"
-04160847 06 n 01 searchlight 0 002 @ 03665366 n 0000 %p 03395859 n 0000 | a light source with reflectors that projects a beam of light in a particular direction
-04161010 06 n 01 searing_iron 0 001 @ 02987047 n 0000 | a hot iron used to destroy tissue
-04161102 06 n 01 Sears_Tower 0 002 @i 04233124 n 0000 #p 09083390 n 0000 | a skyscraper built in Chicago in 1974; 1454 feet tall
-04161233 06 n 02 seascape 0 waterscape 0 001 @ 03876519 n 0000 | a painting of the sea (as distinguished from a landscape)
-04161358 06 n 01 seat 0 025 @ 04359589 n 0000 #p 04161981 n 0000 + 02333979 v 0101 + 01543998 v 0101 ~ 02767956 n 0000 ~ 02770830 n 0000 ~ 02826683 n 0000 ~ 02835915 n 0000 ~ 02859557 n 0000 ~ 02910145 n 0000 ~ 02970685 n 0000 ~ 03002096 n 0000 ~ 03061674 n 0000 ~ 03136051 n 0000 ~ 03267468 n 0000 ~ 03399047 n 0000 ~ 03547397 n 0000 ~ 03605417 n 0000 ~ 03937931 n 0000 ~ 03955489 n 0000 ~ 04119091 n 0000 ~ 04119230 n 0000 ~ 04123740 n 0000 ~ 04124573 n 0000 ~ 04239218 n 0000 | any support where you can sit (especially the part of a chair or bench etc. on which you sit); "he dusted off the seat before sitting down"
-04161981 06 n 01 seat 1 018 @ 03405725 n 0000 #m 04162998 n 0000 + 02333979 v 0101 + 02334302 v 0101 + 02701962 v 0101 + 01543998 v 0101 ~ 02828884 n 0000 ~ 02829116 n 0000 ~ 02884450 n 0000 ~ 02886183 n 0000 ~ 03001627 n 0000 ~ 03858418 n 0000 %p 04161358 n 0000 ~i 04216302 n 0000 ~ 04256520 n 0000 ~ 04326896 n 0000 ~ 04447861 n 0000 %p 04513827 n 0000 | furniture that is designed for sitting on; "there were not enough seats for all the guests"
-04162433 06 n 01 seat 2 003 @ 03050026 n 0000 #p 04489008 n 0000 #p 04231272 n 0000 | the cloth covering for the buttocks; "the seat of his pants was worn through"
-04162599 06 n 01 seat 3 001 @ 03892891 n 0000 | a part of a machine that supports or guides another part
-04162706 06 n 02 seat_belt 0 seatbelt 0 003 @ 04125853 n 0000 #p 02970685 n 0000 #p 03955489 n 0000 | a safety belt used in a car or plane to hold you in your seat in case of an accident
-04162895 06 n 01 seat_cushion 0 001 @ 03151500 n 0000 | a cushion that makes a seat more comfortable
-04162998 06 n 04 seating 0 seats 0 seating_room 0 seating_area 0 010 @ 13777764 n 0000 + 02701962 v 0101 ~ 03033019 n 0000 ~ 03853178 n 0000 ~ 03892035 n 0000 ~ 03892273 n 0000 ~ 04093478 n 0000 %m 04161981 n 0000 ~ 04299699 n 0000 ~ 04434285 n 0000 | an area that includes places where several people can sit; "there is seating for 40 students in this classroom"
-04163364 06 n 04 seaway 0 sea_lane 0 ship_route 0 trade_route 0 002 @ 03640660 n 0000 ~i 04129872 n 0000 | a lane at sea that is a regularly used route for vessels
-04163530 06 n 01 secateurs 0 003 @ 04016684 n 0000 ;r 08860123 n 0000 ;u 06295235 n 0000 | small pruning shears with a spring that holds the handles open and a single blade that closes against a flat surface
-04163740 06 n 04 secobarbital_sodium 0 secobarbital 0 Seconal 0 red_devil 0 002 @ 02792049 n 0000 ;u 06845599 n 0301 | barbiturate that is a white odorless slightly bitter powder (trade name Seconal) used as a sodium salt for sedation and to treat convulsions
-04164002 06 n 03 secondary_coil 0 secondary_winding 0 secondary 0 002 @ 03065708 n 0000 #p 04471315 n 0000 | coil such that current is induced in it by passing a current through the primary coil
-04164199 06 n 04 second_balcony 0 family_circle 0 upper_balcony 0 peanut_gallery 0 002 @ 02735688 n 0000 #p 02777927 n 0000 | rearmost or uppermost area in the balcony containing the least expensive seats
-04164406 06 n 01 second_base 0 001 @ 02797881 n 0000 | the base that must be touched second by a base runner in baseball
-04164529 06 n 02 second_gear 0 second 0 002 @ 03431243 n 0000 #p 03791235 n 0000 | the gear that has the second lowest forward gear ratio in the gear box of a motor vehicle; "he had to shift down into second to make the hill"
-04164757 06 n 01 second_hand 0 002 @ 03482523 n 0000 ~ 04371050 n 0000 | hand marking seconds on a timepiece
-04164868 06 n 04 secretary 0 writing_table 0 escritoire 0 secretaire 0 001 @ 03179701 n 0000 | a desk used for writing
-04164989 06 n 02 section 0 segment 0 010 @ 03892891 n 0000 #p 00003553 n 0000 + 01563005 v 0201 + 01563005 v 0102 ~ 02829696 n 0000 ~ 03158668 n 0000 ~ 03652226 n 0000 ~ 03656231 n 0000 ~ 04331126 n 0000 ~ 04348548 n 0000 | one of several parts or pieces that fit with others to constitute a whole object; "a section of a fishing rod"; "metal sections were used below ground"; "finished the final segment of the road"
-04165409 06 n 01 sectional 0 001 @ 03405725 n 0000 | a piece of furniture made up of sections that can be arranged individually or together
-04165551 06 n 01 sector 0 001 @ 03733925 n 0000 | measuring instrument consisting of two graduated arms hinged at one end
-04165675 06 n 01 security_blanket 0 001 @ 02849154 n 0000 | a blanket (or toy) that a child carries around in order to reduce anxiety
-04165811 06 n 01 security_blanket 1 002 @ 04424418 n 0000 ;u 07075172 n 0000 | anything that an adult person uses to reduce anxiety
-04165945 06 n 03 security_system 0 security_measure 0 security 0 001 @ 03269401 n 0000 | an electrical device that sets off an alarm when someone tries to break in
-04166111 06 n 01 security_system 1 003 @ 04377057 n 0000 ;c 06128570 n 0000 ~ 03348142 n 0000 | (computing) a system that enforces boundaries between computer networks
-04166281 06 n 02 sedan 0 saloon 2 002 @ 02958343 n 0000 ~ 02907194 n 0000 | a car that is closed and that has front and rear seats and two or four doors
-04166436 06 n 02 sedan 1 sedan_chair 0 002 @ 03678362 n 0000 ~ 03593034 n 0000 | a closed litter for one passenger
-04166553 06 n 04 sedative 0 sedative_drug 0 depressant 0 downer 0 009 @ 03740161 n 0000 @ 03248958 n 0000 + 01239862 v 0401 + 02308214 a 0301 + 01814396 v 0301 + 02308472 a 0103 ~ 03021360 n 0000 ~ 03441778 n 0000 ~ 04166841 n 0000 | a drug that reduces excitability and calms a person
-04166841 06 n 02 sedative-hypnotic 0 sedative-hypnotic_drug 0 006 @ 04166553 n 0000 ~ 02792049 n 0000 ~ 03299788 n 0000 ~ 03754822 n 0000 ~ 04417467 n 0000 ~ 04470232 n 0000 | a sedative that depresses activity of the central nervous system and reduces anxiety and induces sleep
-04167122 06 n 01 seedbed 0 001 @ 02819474 n 0000 | a bed where seedlings are grown before transplanting
-04167228 06 n 01 seeder 0 002 @ 03621049 n 0000 + 00179718 v 0101 | a kitchen utensil that removes seeds from fruit
-04167346 06 n 01 seeder 1 002 @ 03736970 n 0000 + 01500873 v 0102 | a mechanical device that sows grass seed or grain evenly over the ground
-04167489 06 n 01 seeker 0 001 @ 04008634 n 0000 | a missile equipped with a device that is attracted toward some kind of emission (heat or light or sound or radio waves)
-04167661 06 n 01 seersucker 0 001 @ 03309808 n 0000 | a light puckered fabric (usually striped)
-04167759 06 n 07 seesaw 0 teeter 0 teeter-totter 0 teetertotter 0 teeterboard 0 tilting_board 0 dandle_board 0 005 @ 03964744 n 0000 #p 03963645 n 0000 + 01881034 v 0102 + 01992251 v 0101 + 01992375 v 0103 | a plaything consisting of a board balanced on a fulcrum; the board is ridden up and down by children at either end
-04168084 06 n 01 segmental_arch 0 001 @ 02733524 n 0000 | a shallow arch; an arch that is less than a semicircle
-04168199 06 n 03 Segway 0 Segway_Human_Transporter 0 Segway_HT 0 004 @ 03269401 n 0000 ;u 06851742 n 0301 ;u 06851742 n 0201 ;u 06851742 n 0101 | (trademark) a self-balancing personal transportation device with two wheels; can operate in any level pedestrian environment
-04168472 06 n 01 seidel 0 001 @ 03438257 n 0000 | a glass for beer
-04168541 06 n 01 seine 0 003 @ 03352628 n 0000 + 01140184 v 0101 ~ 04026518 n 0000 | a large fishnet that hangs vertically, with floats at the top and weights at the bottom
-04168716 06 n 01 seismogram 0 001 @ 07000195 n 0000 | the graphical record of an earth tremor made by using a seismograph
-04168840 06 n 01 seismograph 0 001 @ 03733925 n 0000 | a measuring instrument for detecting and measuring the intensity and direction and duration of movements of the ground (as an earthquake)
-04169035 06 n 01 seizing 0 001 @ 04245703 n 0000 | small stuff that is used for lashing two or more ropes together
-04169152 06 n 02 selective-serotonin_reuptake_inhibitor 0 SSRI 0 004 @ 02718811 n 0000 ~ 03370927 n 0000 ~ 03891851 n 0000 ~ 04174853 n 0000 | an antidepressant drug that acts by blocking the reuptake of serotonin so that more serotonin is available to act on receptors in the brain
-04169437 06 n 02 selector 0 selector_switch 0 003 @ 04372370 n 0000 ~ 03186818 n 0000 %p 04593866 n 0000 | a switch that is used to select among alternatives
-04169597 06 n 01 selenium_cell 0 001 @ 03924978 n 0000 | a photoelectric cell that uses a strip of selenium
-04169707 06 n 02 self-feeder 0 feeder 0 003 @ 03699975 n 0000 + 01178565 v 0201 + 00189511 v 0201 | a machine that automatically provides a supply of some material; "the feeder discharged feed into a trough for the livestock"
-04169935 06 n 01 self-portrait 0 001 @ 03987079 n 0000 | a portrait of yourself created by yourself
-04170037 06 n 01 self-propelled_vehicle 0 013 @ 04576211 n 0000 ~ 02740533 n 0000 ~ 02970100 n 0000 ~ 03384352 n 0000 ~ 03684823 n 0000 ~ 03791235 n 0000 ~ 03919096 n 0000 ~ 04062807 n 0000 ~ 04065272 n 0000 ~ 04335435 n 0000 ~ 04464852 n 0000 ~ 04465501 n 0000 ~ 04566561 n 0000 | a wheeled vehicle that carries in itself a means of propulsion
-04170384 06 n 01 self-registering_thermometer 0 001 @ 04421872 n 0000 | a thermometer that records the temperature automatically
-04170515 06 n 01 self-starter 0 003 @ 04304375 n 0000 #p 03579982 n 0000 %p 03273061 n 0000 | an electric starting motor that automatically starts an internal-combustion engine
-04170694 06 n 02 selsyn 0 synchro 0 001 @ 04377057 n 0000 | a system consisting of a generator and a motor so connected that the motor will assume the same relative position as the generator; the generator and the motor are synchronized
-04170933 06 n 02 selvage 0 selvedge 0 001 @ 03264542 n 0000 | the edge of a fabric that is woven so that it will not ravel or fray
-04171066 06 n 02 selvage 1 selvedge 1 001 @ 02875013 n 0000 | border consisting of an ornamental fringe at either end of an oriental carpet
-04171208 06 n 01 semaphore 0 003 @ 02727825 n 0000 + 01040158 v 0101 + 01040278 v 0101 | an apparatus for visual signaling with lights or mechanically moving arms
-04171373 06 n 01 semi-abstraction 0 001 @ 03876519 n 0000 | a semiabstract painting
-04171459 06 n 01 semiautomatic_firearm 0 003 @ 02759963 n 0000 ~ 03416775 n 0000 ~ 04171629 n 0000 | an autoloader that fires only one shot at each pull of the trigger
-04171629 06 n 02 semiautomatic_pistol 0 semiautomatic 0 003 @ 03948459 n 0000 @ 04171459 n 0000 ~ 03695857 n 0000 | a pistol that is a semiautomatic firearm capable of loading and firing continuously
-04171831 06 n 03 semiconductor_device 0 semiconductor_unit 0 semiconductor 0 008 @ 03088707 n 0000 ~ 03020034 n 0000 ~ 03202760 n 0000 ~ 03833750 n 0000 ~ 04017993 n 0000 ~ 04420206 n 0000 ~ 04471632 n 0000 %s 14821248 n 0000 | a conductor made with semiconducting material
-04172107 06 n 01 semi-detached_house 0 001 @ 03259505 n 0000 | a dwelling that is attached to something on only one side
-04172230 06 n 01 semigloss 0 001 @ 03875218 n 0000 | a paint that dries with a finish between glossy and flat
-04172342 06 n 02 semitrailer 0 semi 0 002 @ 04467307 n 0000 #p 04467665 n 0000 | a trailer having wheels only in the rear; the front is supported by the towing vehicle
-04172512 06 n 01 sennit 0 001 @ 03107046 n 0000 | flat braided cordage that is used on ships
-04172607 06 n 01 sensitometer 0 002 @ 03733925 n 0000 @ 03926148 n 0000 | a measuring instrument for measuring the light sensitivity of film over a range of exposures
-04172776 06 n 01 sentry_box 0 001 @ 04191943 n 0000 | a small shelter with an open front to protect a sentry from the weather
-04172904 06 n 01 separate 0 001 @ 03419014 n 0000 | a garment that can be purchased separately and worn in combinations with other garments
-04173046 06 n 01 septic_tank 0 001 @ 04388743 n 0000 | large tank where solid matter or sewage is disintegrated by bacteria
-04173172 06 n 02 sequence 0 episode 0 002 @ 03338821 n 0000 #p 06613686 n 0000 | film consisting of a succession of related shots that develop a given subject in a movie
-04173344 06 n 01 sequencer 0 003 @ 03493333 n 0000 + 00920125 v 0101 + 00660571 v 0101 | computer hardware that sorts data or programs into a predetermined sequence
-04173511 06 n 02 sequencer 1 sequenator 0 003 @ 02727825 n 0000 ;c 06079620 n 0000 + 00920125 v 0101 | (chemistry) an apparatus that can determine the sequence of monomers in a polymer
-04173698 06 n 03 sequin 0 spangle 0 diamante 0 004 @ 02681518 n 0000 + 00056660 a 0207 + 01669906 v 0201 + 02163183 v 0201 | adornment consisting of a small piece of shiny material used to decorate clothing
-04173907 06 n 02 serape 0 sarape 0 001 @ 04186455 n 0000 | a long brightly colored shawl; worn mainly by Mexican men
-04174026 06 n 01 serge 0 001 @ 03309808 n 0000 | a twilled woolen fabric
-04174101 06 n 01 serger 0 001 @ 04179913 n 0000 | a sewing machine that overcasts the raw edges of a fabric with a V-shaped stitch
-04174234 06 n 01 serial_port 0 001 @ 03578656 n 0000 | an interface (commonly used for modems and mice and some printers) that transmits data a bit at a time
-04174394 06 n 01 series_circuit 0 001 @ 03033362 n 0000 | a circuit having its parts connected serially
-04174500 06 n 01 serpent 0 001 @ 03110669 n 0000 | an obsolete bass cornet; resembles a snake
-04174596 06 n 01 serpent 1 001 @ 03348454 n 0000 | a firework that moves in serpentine manner when ignited
-04174705 06 n 01 serration 1 002 @ 03832405 n 0000 ~ 04140976 n 0000 | a single notch in a row of notches; "one of the serrations was broken off"
-04174853 06 n 02 sertraline 0 Zoloft 0 002 @ 04169152 n 0000 ;u 06845599 n 0201 | a selective-serotonin reuptake inhibitor commonly prescribed as an antidepressant (trade name Zoloft)
-04175039 06 n 01 server 0 002 @ 04516672 n 0000 + 01181295 v 0101 | utensil used in serving food or drink
-04175147 06 n 02 server 1 host 0 003 @ 03082979 n 0000 #p 03085333 n 0000 ;c 06128570 n 0000 | (computer science) a computer that provides client stations with access to files and printers as shared resources to a computer network
-04175380 06 n 02 service 0 table_service 0 003 @ 04381994 n 0000 ~ 03202246 n 0000 ~ 03953743 n 0000 | tableware consisting of a complete set of articles (silver or dishware) for use at table
-04175574 06 n 01 service_club 0 001 @ 02993546 n 0000 | a recreational center for servicemen
-04175669 06 n 03 service_door 0 service_entrance 0 servant's_entrance 0 001 @ 03290771 n 0000 | an entrance intended for the use of servants or for delivery of goods and removal of refuse
-04175859 06 n 01 service_station 0 003 @ 04306080 n 0000 ~ 03425092 n 0000 ~ 04490730 n 0000 | a station where gasoline and oil are sold and facilities are available for repairing or maintaining automobiles
-04176068 06 n 01 serving_cart 0 003 @ 03484083 n 0000 ~ 03897634 n 0000 ~ 04397027 n 0000 | a handcart for serving food
-04176190 06 n 01 serving_dish 0 002 @ 03206908 n 0000 ~ 04499062 n 0000 | a dish used for serving food
-04176295 06 n 03 servo 0 servomechanism 0 servosystem 0 002 @ 03098806 n 0000 + 03137260 a 0102 | control system that converts a small mechanical motion into one requiring much greater power; may include a negative feedback system
-04176528 06 n 01 set 1 004 @ 03278248 n 0000 #p 03077958 n 0000 ~ 04060647 n 0000 ~ 04472726 n 0000 | any electronic equipment that receives or transmits radio or tv signals; "the early sets ran on storage batteries"
-04176747 06 n 03 set-back 0 setoff 0 offset 0 002 @ 04341686 n 0000 + 01747085 v 0301 | structure where a wall or building narrows abruptly
-04176889 06 n 01 set_decoration 0 002 @ 03169390 n 0000 #p 04297476 n 0000 | a decoration used as part of the set of a theatrical or movie production
-04177041 06 n 02 set_gun 0 spring_gun 0 001 @ 03467984 n 0000 | a gun that is set to fire on any intruder that comes in contact with the wire that sets it off
-04177202 06 n 01 set_piece 0 001 @ 04145056 n 0000 | a piece of scenery intended to stand alone as part of the stage setting
-04177329 06 n 01 setscrew 0 001 @ 04153751 n 0000 | a screw (often without a head) that fits into the boss or hub of a wheel or cam etc. and prevents motion of the part relative to the shaft on which it is mounted
-04177545 06 n 01 setscrew 1 001 @ 04153751 n 0000 | a screw that is used to adjust the tension on a spring
-04177654 06 n 01 set_square 0 001 @ 04493109 n 0000 | a try square with an adjustable sliding head
-04177755 06 n 01 settee 0 001 @ 04256520 n 0000 | a small sofa
-04177820 06 n 02 settle 0 settee 1 002 @ 02828884 n 0000 + 01987058 v 0101 | a long wooden bench with a back
-04177931 06 n 01 settlement_house 0 001 @ 02993546 n 0000 | a center in an underprivileged area that provides community services
-04178062 06 n 02 seven-spot 0 seven 0 001 @ 04286307 n 0000 | one of four playing cards in a deck with seven pips on the face
-04178190 06 n 02 seventy-eight 0 78 0 001 @ 03924069 n 0000 | a shellac based phonograph record that played at 78 revolutions per minute
-04178329 06 n 02 Seven_Wonders_of_the_Ancient_World 0 Seven_Wonders_of_the_World 0 009 @ 03743902 n 0000 ;u 06295235 n 0000 %m 02744077 n 0000 %m 03073016 n 0000 %m 03491491 n 0000 %m 03732252 n 0000 %m 03846431 n 0000 %m 04029125 n 0000 %m 04461148 n 0000 | impressive monuments created in the ancient world that were regarded with awe
-04178668 06 n 02 sewage_disposal_plant 0 disposal_plant 0 001 @ 03956922 n 0000 | a plant for disposing of sewage
-04178784 06 n 01 sewage_farm 0 001 @ 03322099 n 0000 | a farm that is irrigated and fertilized with raw sewage
-04178897 06 n 03 sewage_system 0 sewer_system 0 sewage_works 0 004 @ 03315023 n 0000 #p 03569964 n 0000 %p 04179126 n 0000 %p 04179271 n 0000 | facility consisting of a system of sewers for carrying off liquid and solid sewage
-04179126 06 n 03 sewer 0 sewerage 0 cloaca 0 002 @ 03231912 n 0000 #p 04178897 n 0000 | a waste pipe that carries away sewage or surface water
-04179271 06 n 02 sewer_main 0 sewer_line 0 002 @ 03711145 n 0000 #p 04178897 n 0000 | a main in a sewage system
-04179385 06 n 02 sewing 0 stitchery 0 010 @ 03816849 n 0000 + 01329239 v 0204 + 01666327 v 0101 ~ 02730437 n 0000 ~ 02840927 n 0000 ~ 03428805 n 0000 ~ 03745285 n 0000 ~ 03898500 n 0000 ~ 04321238 n 0000 -c 01331027 v 0000 | needlework on which you are working with needle and thread; "she put her sewing back in the basket"
-04179712 06 n 01 sewing_basket 0 001 @ 04600312 n 0000 | a workbasket in which sewing materials can be stored
-04179824 06 n 01 sewing_kit 0 001 @ 03619396 n 0000 | a kit of articles used in sewing
-04179913 06 n 01 sewing_machine 0 003 @ 03528263 n 0000 @ 04417180 n 0000 ~ 04174101 n 0000 | a textile machine used as a home appliance for sewing
-04180063 06 n 01 sewing_needle 0 004 @ 03816136 n 0000 ~ 03162556 n 0000 ~ 04184957 n 0000 ~ 04514095 n 0000 | a needle used in sewing to pull thread through cloth
-04180229 06 n 01 sewing_room 0 001 @ 04105893 n 0000 | a room set aside for sewing
-04180314 06 n 02 sewing_stitch 0 embroidery_stitch 0 024 @ 04321238 n 0000 ~ 02771383 n 0000 ~ 02792822 n 0000 ~ 02805111 n 0000 ~ 02849565 n 0000 ~ 02929059 n 0000 ~ 03000808 n 0000 ~ 03137863 n 0000 ~ 03317510 n 0000 ~ 03395095 n 0000 ~ 03462315 n 0000 ~ 03514340 n 0000 ~ 03514693 n 0000 ~ 03702067 n 0000 ~ 03864254 n 0000 ~ 03920181 n 0000 ~ 03930946 n 0000 ~ 04034477 n 0000 ~ 04120593 n 0000 ~ 04124887 n 0000 ~ 04138560 n 0000 ~ 04241782 n 0000 ~ 04385272 n 0000 ~ 04578559 n 0000 | a stitch made with thread and a threaded sewing needle through fabric or leather
-04180888 06 n 01 sextant 0 003 @ 03733925 n 0000 ~ 02751215 n 0000 %p 03668906 n 0000 | a measuring instrument for measuring the angular distance between celestial objects; resembles an octant
-04181083 06 n 01 sgraffito 0 001 @ 03169390 n 0000 | a ceramic or mural decoration made by scratching off a surface layer to reveal the ground
-04181228 06 n 04 shackle 0 bond 0 hamper 1 trammel 0 009 @ 04081844 n 0000 + 00233335 v 0403 + 01085474 v 0303 + 00236289 v 0301 + 01288052 v 0102 ~ 02779609 n 0000 ~ 03330947 n 0000 ~ 03484576 n 0000 ~ 03585438 n 0000 | a restraint that confines or restricts freedom (especially something used to tie down or restrain a prisoner)
-04181561 06 n 01 shackle 1 002 @ 02788689 n 0000 #p 03874599 n 0000 | a U-shaped bar; the open end can be passed through chain links and closed with a bar
-04181718 06 n 01 shade 0 005 @ 04014297 n 0000 + 01477704 v 0101 ~ 03637318 n 0000 ~ 03889871 n 0000 ~ 04357795 n 0000 | protective covering that protects something from direct sunlight; "they used umbrellas as shades"; "as the sun moved he readjusted the shade"
-04181983 06 n 01 shade 1 002 @ 04076846 n 0000 + 01695567 v 0101 | a representation of the effect of shadows in a picture or drawing (as by shading or darker pigment)
-04182152 06 n 01 shadow_box 0 001 @ 02883344 n 0000 | a shallow rectangular box with a transparent front used to protect and display small items (jewelry, coins, etc.)
-04182322 06 n 01 shaft 0 003 @ 04100174 n 0000 ~ 02764779 n 0000 ~ 04423687 n 0000 | a long rod or pole (especially the handle of an implement or the body of a weapon like a spear or arrow)
-04182514 06 n 01 shaft 2 005 @ 03895293 n 0000 #p 03768346 n 0000 #p 04497962 n 0000 ~ 02692787 n 0000 ~ 03229420 n 0000 | a long vertical passage sunk into the earth, as for a mine or tunnel
-04182708 06 n 02 shaft 3 scape 0 004 @ 04515129 n 0000 #p 03073977 n 0000 ;c 06123363 n 0000 + 02362601 v 0101 | (architecture) upright consisting of the vertical part of a column
-04182890 06 n 01 shaft 4 005 @ 03895585 n 0000 #p 02913152 n 0000 ~ 03281673 n 0000 ~ 04526800 n 0000 ~ 04572800 n 0000 | a vertical passageway through a building (as for an elevator)
-04183076 06 n 01 shag 0 003 @ 03309808 n 0000 #p 04183217 n 0000 + 02242887 a 0102 | a fabric with long coarse nap; "he bought a shag rug"
-04183217 06 n 01 shag_rug 0 003 @ 04118021 n 0000 ~ 04121426 n 0000 %p 04183076 n 0000 | a rug with long pile
-04183329 06 n 01 shaker 0 006 @ 03094503 n 0000 + 01889610 v 0101 ~ 02980203 n 0000 ~ 03062245 n 0000 ~ 03914438 n 0000 ~ 04131690 n 0000 | a container in which something can be shaken
-04183516 06 n 01 shampoo 0 002 @ 03040587 n 0000 + 00042017 v 0101 | cleansing agent consisting of soaps or detergents used for washing the hair
-04183663 06 n 02 shank 0 waist 0 002 @ 03892891 n 0000 #p 04258982 n 0000 | the narrow part of the shoe connecting the heel and the wide part of the sole
-04183819 06 n 01 shank 1 002 @ 13899804 n 0000 #p 02844307 n 0000 | cylinder forming the part of a bit by which it is held in the drill
-04183957 06 n 01 shank 2 002 @ 13899804 n 0000 #p 02865665 n 0000 | cylinder forming the part of a bolt between the thread and the head
-04184095 06 n 02 shank 3 stem 2 007 @ 13899804 n 0000 #p 02709367 n 0000 #p 03613294 n 0000 #p 03485997 n 0000 #p 03804744 n 0000 #p 03940256 n 0000 #p 04592099 n 0000 | cylinder forming a long narrow part of something
-04184316 06 n 01 shantung 0 001 @ 03309808 n 0000 | a heavy silk fabric with a rough surface (or a cotton imitation)
-04184435 06 n 02 shaper 0 shaping_machine 0 004 @ 03702248 n 0000 + 00142191 v 0101 ~ 03646296 n 0000 ~ 03766044 n 0000 | a machine tool for shaping metal or wood
-04184600 06 n 01 shaping_tool 0 002 @ 04451818 n 0000 ~ 03192790 n 0000 | a tool for shaping metal
-04184701 06 n 03 shard 0 sherd 0 fragment 0 005 @ 03932203 n 0000 + 00517314 a 0302 + 00517314 a 0301 + 00338071 v 0302 ~ 03992436 n 0000 | a broken piece of a brittle artifact
-04184880 06 n 01 sharkskin 0 001 @ 03309808 n 0000 | a smooth crisp fabric
-04184957 06 n 01 sharp 0 002 @ 04180063 n 0000 + 01810189 a 0103 | a long thin sewing needle with a sharp point
-04185071 06 n 01 sharpener 0 007 @ 03563967 n 0000 + 01246601 v 0101 ~ 03460297 n 0000 ~ 03908714 n 0000 ~ 04310904 n 0000 ~ 04337650 n 0000 ~ 04341288 n 0000 | any implement that is used to make something (an edge or a point) sharper; "a knife sharpener"
-04185329 06 n 01 sharpie 0 001 @ 04128499 n 0000 | a shallow-draft sailboat with a sharp prow, flat bottom, and triangular sail; formerly used along the northern Atlantic coast of the United States
-04185529 06 n 01 Sharpie 1 002 @ 03906997 n 0000 @ 06851742 n 0000 | a pen with indelible ink that will write on any surface
-04185656 06 n 01 sharpshooter 0 001 @ 04147183 n 0000 | a fast schooner once used by New England fisherman for illegal fishing in Canadian waters
-04185804 06 n 03 shaver 0 electric_shaver 0 electric_razor 0 002 @ 04057047 n 0000 + 00037298 v 0101 | a razor powered by an electric motor
-04185946 06 n 01 shaving_brush 0 001 @ 02908217 n 0000 | a brush used to apply lather prior to shaving
-04186051 06 n 02 shaving_cream 0 shaving_soap 0 002 @ 04447443 n 0000 @ 09439213 n 0000 | toiletry consisting of a preparation of soap and fatty acids that forms a rich lather for softening the beard before shaving
-04186268 06 n 01 shaving_foam 0 002 @ 04447443 n 0000 @ 09282724 n 0000 | toiletry consisting of a liquid preparation containing many small bubbles that soften the beard before shaving
-04186455 06 n 01 shawl 0 003 @ 03045337 n 0000 ~ 03998333 n 0000 ~ 04173907 n 0000 | cloak consisting of an oblong piece of cloth used to cover the head and shoulders
-04186624 06 n 01 shawm 0 002 @ 03838899 n 0000 ~ 02867267 n 0000 | a medieval oboe
-04186709 06 n 01 shear 0 002 @ 03265032 n 0000 + 01320816 v 0101 | a large edge tool that cuts sheet metal by passing a blade through it
-04186848 06 n 01 shears 0 008 @ 04148054 n 0000 ;u 06295235 n 0000 + 01560369 v 0102 + 01320513 v 0101 ~ 03045074 n 0000 ~ 04016684 n 0000 ~ 04250473 n 0000 ~ 04424692 n 0000 | large scissors with strong blades
-04187061 06 n 01 sheath 0 005 @ 04014297 n 0000 ~ 02684649 n 0000 ~ 03342432 n 0000 ~ 03527444 n 0000 ~ 04141327 n 0000 | a protective covering (as for a knife or sword)
-04187233 06 n 03 sheathing 0 overlay 0 overlayer 0 004 @ 04014297 n 0000 + 01336635 v 0301 + 01336635 v 0201 + 01581635 v 0101 | protective covering consisting, for example, of a layer of boards applied to the studs and joists of a building to strengthen it and serve as a foundation for a weatherproof exterior
-04187547 06 n 01 shed 0 006 @ 03859280 n 0000 ~ 02727426 n 0000 ~ 02859443 n 0000 ~ 03056288 n 0000 ~ 04452757 n 0000 ~ 04598318 n 0000 | an outbuilding with a single story; used for shelter or storage
-04187751 06 n 01 sheep_bell 0 001 @ 02824448 n 0000 | a bell hung round the neck of a sheep so that the sheep can be easily located
-04187885 06 n 01 sheepshank 0 001 @ 03627232 n 0000 | a knot for shortening a line
-04187970 06 n 02 sheepskin_coat 0 afghan 1 001 @ 03057021 n 0000 | a coat made of sheepskin
-04188064 06 n 02 sheepwalk 0 sheeprun 0 002 @ 03322099 n 0000 ;r 08860123 n 0000 | farm devoted to raising sheep
-04188179 06 n 02 sheet 0 bed_sheet 0 003 @ 02821030 n 0000 + 01338501 v 0101 ~ 03353467 n 0000 | bed linen consisting of a large rectangular piece of cotton or linen cloth; used in pairs
-04188368 06 n 05 sheet 2 tack 2 mainsheet 0 weather_sheet 0 shroud 1 005 @ 03670849 n 0000 #p 04194289 n 0000 ;c 00314469 n 0000 + 01946408 v 0201 ~ 03408621 n 0000 | (nautical) a line (rope or chain) that regulates the angle at which a sail is set in relation to the wind
-04188643 06 n 02 sheet 3 flat_solid 0 013 @ 00021939 n 0000 ~ 02846511 n 0000 ~ 02849051 n 0000 ~ 02856463 n 0000 ~ 03339296 n 0000 ~ 03635668 n 0000 ~ 03743761 n 0000 ~ 03882058 n 0000 ~ 03959936 n 0000 ~ 03960783 n 0000 ~ 03961070 n 0000 ~ 04189482 n 0000 ~ 04314216 n 0000 | a flat artifact that is thin relative to its length and width
-04188985 06 n 02 sheet_anchor 0 waist_anchor 0 001 @ 02709367 n 0000 | spare anchor for use in emergency
-04189092 06 n 04 sheet_bend 0 becket_bend 0 weaver's_knot 0 weaver's_hitch 0 001 @ 03522634 n 0000 | a hitch used for temporarily tying a rope to the middle of another rope (or to an eye)
-04189282 06 n 01 sheeting 0 002 @ 03309808 n 0000 + 01338501 v 0101 | fabric from which bed sheets are made
-04189392 06 n 01 sheet_iron 0 001 @ 03961250 n 0000 | plate iron thinner than tank iron
-04189482 06 n 01 sheet_metal 0 005 @ 04188643 n 0000 ~ 03112431 n 0000 ~ 03359008 n 0000 ~ 03375694 n 0000 ~ 04439840 n 0000 | sheet of metal formed into a thin plate
-04189651 06 n 03 sheet_pile 0 sheath_pile 0 sheet_piling 0 001 @ 03936269 n 0000 | a pile in a row of piles driven side by side to retain earth or prevent seepage
-04189816 06 n 01 Sheetrock 0 002 @ 03957762 n 0000 ;u 06851742 n 0000 | a kind of plasterboard
-04189913 06 n 01 sheet_web 0 001 @ 04275363 n 0000 | an irregular spider web woven in a single plane and looking like flattened hammocks
-04190052 06 n 01 shelf 0 012 @ 04359589 n 0000 #p 02870880 n 0000 #p 02912065 n 0000 #p 02933112 n 0000 #p 03049457 n 0000 #p 03015254 n 0000 #p 03298716 n 0000 #p 03461385 n 0000 ~ 02871439 n 0000 ~ 03523288 n 0000 ~ 03719343 n 0000 ~ 03865288 n 0000 | a support that consists of a horizontal surface for holding objects
-04190376 06 n 01 shelf_bracket 0 001 @ 02888569 n 0000 | a bracket to support a shelf
-04190464 06 n 01 shell 0 007 @ 02703275 n 0000 + 01135922 v 0102 ~ 02746595 n 0000 ~ 04206570 n 0000 ~ 04210012 n 0000 ~ 04390483 n 0000 ~ 04581425 n 0000 | ammunition consisting of a cylindrical metal casing containing an explosive charge and a projectile; fired from a large gun
-04190747 06 n 03 shell 2 case 6 casing 1 007 @ 03546766 n 0000 #p 03452594 n 0000 + 01486312 v 0303 + 01486312 v 0203 ~ 02873520 n 0000 ~ 03431570 n 0000 ~ 03590475 n 0000 | the housing or outer covering of something; "the clock has a walnut case"
-04190997 06 n 02 shell 3 racing_shell 0 004 @ 04037964 n 0000 ~ 04038338 n 0000 ~ 04156720 n 0000 %p 04239218 n 0000 | a very light narrow racing boat
-04191150 06 n 02 shellac 1 shellac_varnish 0 004 @ 04521987 n 0000 + 01270589 v 0101 ~ 03395256 n 0000 %s 14701143 n 0000 | a thin varnish made by dissolving lac in ethanol; used to finish wood
-04191346 06 n 01 shell_plating 0 001 @ 03959701 n 0000 | the plates covering the frame of a steel ship and corresponding to the planking of a wooden ship
-04191502 06 n 01 shell_stitch 0 002 @ 03133177 n 0000 + 01673007 v 0101 | a crochet stitch
-04191595 06 n 01 shelter 0 014 @ 04341686 n 0000 + 02656390 v 0101 ~ 03101375 n 0000 ~ 03254189 n 0000 ~ 03319167 n 0000 ~ 03499796 n 0000 ~ 03547054 n 0000 ~ 03550153 n 0000 ~ 03686363 n 0000 ~ 03719650 n 0000 ~ 04071102 n 0000 ~ 04148936 n 0000 ~ 04329681 n 0000 ~ 04411264 n 0000 | a structure that provides privacy and protection from danger
-04191943 06 n 01 shelter 1 011 @ 04014297 n 0000 + 02656390 v 0101 ~ 02825657 n 0000 ~ 02843684 n 0000 ~ 02951843 n 0000 ~ 03114634 n 0000 ~ 03610524 n 0000 ~ 03652729 n 0000 ~ 04107984 n 0000 ~ 04148936 n 0000 ~ 04172776 n 0000 | protective covering that provides protection from the weather
-04192238 06 n 01 shelter 2 002 @ 03546340 n 0000 ~ 02945813 n 0000 | temporary housing for homeless or displaced persons
-04192361 06 n 01 sheltered_workshop 0 001 @ 04603081 n 0000 | a workshop that offers jobs to members of the physically or developmentally disabled population
-04192521 06 n 01 Sheraton 0 001 @ 03405725 n 0000 | a furniture style that originated in England around 1800; simple in design with straight lines and classical ornamentation
-04192698 06 n 02 shield 1 buckler 0 004 @ 02739668 n 0000 + 01130169 v 0101 ~ 03296478 n 0000 ~ 03901338 n 0000 | armor carried on the arm to intercept blows
-04192858 06 n 01 shield 2 006 @ 04014297 n 0000 + 01130169 v 0101 ~ 03825913 n 0000 ~ 03959701 n 0000 ~ 04193035 n 0000 ~ 04193179 n 0000 | a protective covering or structure
-04193035 06 n 01 shielding 0 001 @ 04192858 n 0000 | a shield of lead or concrete intended as a barrier to radiation emitted in nuclear decay
-04193179 06 n 01 shielding 1 001 @ 04192858 n 0000 | shield consisting of an arrangement of metal mesh or plates designed to protect electronic equipment from ambient electromagnetic interference
-04193377 06 n 02 shift_key 0 shift 2 002 @ 03613592 n 0000 #p 04505470 n 0000 | the key on the typewriter keyboard that shifts from lower-case letters to upper-case letters
-04193552 06 n 01 shift_register 0 002 @ 04071876 n 0000 ;c 06128570 n 0000 | (computer science) register in which all bits can be shifted one or more positions to the left or to the right
-04193742 06 n 02 shillelagh 0 shillalah 0 002 @ 03145384 n 0000 ;r 08859173 n 0000 | a cudgel made of hardwood (usually oak or blackthorn)
-04193883 06 n 01 shim 0 001 @ 04569520 n 0000 | a thin wedge of material (wood or metal or stone) for driving into crevices
-04194009 06 n 01 shingle 1 001 @ 04217882 n 0000 | a small signboard outside the office of a lawyer or doctor, e.g.
-04194127 06 n 02 shin_guard 0 shinpad 0 001 @ 04015204 n 0000 | a stiff protective garment worn by hockey players or a catcher in baseball to protect the shins
-04194289 06 n 01 ship 0 092 @ 04530566 n 0000 #m 08293336 n 0000 + 01496978 v 0101 + 01847582 v 0101 + 01979462 v 0102 + 02409838 v 0101 -c 00316572 a 0000 -c 00316827 a 0000 -c 00537884 a 0000 -c 00275201 r 0000 -c 00337210 n 0000 ~ 02666501 n 0000 -c 02762725 n 0000 -c 02762909 n 0000 %p 02812785 n 0000 -c 02824152 n 0000 %p 02838345 n 0000 %p 02838577 n 0000 ~ 02853336 n 0000 -c 02864593 n 0000 ~i 02878883 n 0000 -c 02901259 n 0000 %p 02915675 n 0000 %p 02918330 n 0000 %p 02964634 n 0000 ~ 02965300 n 0000 %p 03139998 n 0000 %p 03164929 n 0000 %p 03167666 n 0000 -c 03288500 n 0000 %p 03340581 n 0000 ~ 03356038 n 0000 %p 03382104 n 0000 %p 03403431 n 0000 -c 03403431 n 0000 %p 03412220 n 0000 ~ 03426871 n 0000 %p 03473465 n 0000 %p 03512911 n 0000 ~ 03541269 n 0000 ~ 03548533 n 0000 ~ 03556992 n 0000 ~ 03668488 n 0000 %p 03686658 n 0000 %p 03694949 n 0000 -c 03707171 n 0000 ~i 03732992 n 0000 ~ 03768823 n 0000 ~ 03769100 n 0000 ~ 03833907 n 0000 ~ 03896103 n 0000 ~ 03947888 n 0000 -c 03956623 n 0000 -c 03984908 n 0000 %p 03986562 n 0000 %p 04055861 n 0000 %p 04089376 n 0000 %p 04089522 n 0000 ~ 04146862 n 0000 %p 04154152 n 0000 %p 04158457 n 0000 %p 04188368 n 0000 ~ 04197110 n 0000 -c 04213105 n 0000 ~ 04224543 n 0000 %p 04226537 n 0000 ~ 04235165 n 0000 ~ 04245412 n 0000 %p 04267577 n 0000 ~ 04309348 n 0000 %p 04316646 n 0000 %p 04358874 n 0000 ~ 04409011 n 0000 ~ 04427473 n 0000 %p 04454540 n 0000 %p 04455835 n 0000 ~ 04474187 n 0000 ~ 04477725 n 0000 ~ 04487894 n 0000 ~ 04552696 n 0000 ~ 04574471 n 0000 %p 04585745 n 0000 ~ 04606251 n 0000 -c 05136546 n 0000 -c 06503884 n 0000 -c 07356489 n 0000 -c 07364573 n 0000 -c 08644045 n 0000 -c 10311506 n 0000 -c 13469674 n 0000 -c 13507210 n 0000 -c 00297193 v 0000 | a vessel that carries passengers or freight
-04196080 06 n 01 shipboard_system 0 008 @ 03811847 n 0000 @ 04377057 n 0000 ~ 02724722 n 0000 ~ 02800940 n 0000 ~ 03812789 n 0000 ~ 04196925 n 0000 ~ 04363412 n 0000 ~ 04394421 n 0000 | a system designed to work as a coherent entity on board a naval ship
-04196337 06 n 02 ship_canal 0 shipway 1 004 @ 02947212 n 0000 ~i 03448814 n 0000 ~i 03881034 n 0000 ~i 08900377 n 0000 | a canal large enough for seagoing vessels
-04196502 06 n 04 shipping 0 cargo_ships 0 merchant_marine 0 merchant_vessels 0 001 @ 03100490 n 0000 | conveyance provided by the ships belonging to one country or industry
-04196677 06 n 01 shipping_office 0 001 @ 03841666 n 0000 | the office of a shipping agent; an office where seamen are hired
-04196803 06 n 01 shipping_room 0 002 @ 04105893 n 0000 ;c 08061042 n 0000 | a room where goods are packaged and shipped
-04196925 06 n 01 ship-towed_long-range_acoustic_detection_system 0 001 @ 04196080 n 0000 | a shipboard system consisting of an acoustic detection system that is towed behind the ship
-04197110 06 n 01 shipwreck 0 003 @ 04194289 n 0000 + 02111625 v 0101 + 01566038 v 0101 | a wrecked ship (or a part of one)
-04197235 06 n 01 shipyard 0 004 @ 04602044 n 0000 %p 03251533 n 0000 ~ 03813704 n 0000 %p 04565039 n 0000 | a workplace where ships are built or repaired
-04197391 06 n 01 shirt 0 017 @ 03419014 n 0000 + 00049007 v 0101 ~ 02943964 n 0000 ~ 03163381 n 0000 %p 03191561 n 0000 ~ 03238879 n 0000 ~ 03476542 n 0000 ~ 03595614 n 0000 ~ 03629231 n 0000 ~ 03978966 n 0000 %p 04197781 n 0000 %p 04198015 n 0000 %s 04198233 n 0000 %p 04198355 n 0000 %p 04198453 n 0000 ~ 04390577 n 0000 ~ 04602956 n 0000 | a garment worn on the upper half of the body
-04197781 06 n 01 shirt_button 0 002 @ 02928608 n 0000 #p 04197391 n 0000 | a button on a shirt
-04197878 06 n 01 shirtdress 0 001 @ 03236735 n 0000 | a dress that is tailored like a shirt and has buttons all the way down the front
-04198015 06 n 01 shirtfront 1 004 @ 03398467 n 0000 #p 04197391 n 0000 ~ 03959123 n 0000 ~ 03959227 n 0000 | the front of a shirt (usually the part not covered by a jacket); "he had spilled catsup on his shirtfront"
-04198233 06 n 01 shirting 0 002 @ 03309808 n 0000 #s 04197391 n 0000 | any of various fabrics used to make men's shirts
-04198355 06 n 01 shirtsleeve 0 002 @ 04236377 n 0000 #p 04197391 n 0000 | the sleeve of a shirt
-04198453 06 n 01 shirttail 0 002 @ 03309808 n 0000 #p 04197391 n 0000 | fabric forming the tail of a shirt
-04198562 06 n 02 shirtwaist 0 shirtwaister 0 001 @ 02854926 n 0000 | a blouse with buttons down the front; "in Britain they call a shirtwaist a shirtwaister"
-04198722 06 n 01 shiv 0 001 @ 03624134 n 0000 | a knife used as a weapon
-04198797 06 n 03 shock_absorber 0 shock 0 cushion 1 004 @ 03161450 n 0000 #p 04366116 n 0000 + 01576917 v 0301 ~ 02687682 n 0000 | a mechanical damper; absorbs energy of sudden impulses; "the old car needed a new set of shocks"
-04199027 06 n 01 shoe 0 044 @ 03380867 n 0000 + 00049770 v 0101 ~ 02713364 n 0000 ~ 02767147 n 0000 ~ 02783708 n 0000 ~ 02855701 n 0000 ~ 02882894 n 0000 ~ 02904927 n 0000 ~ 02938218 n 0000 ~ 03025250 n 0000 ~ 03027625 n 0000 ~ 03041449 n 0000 %p 03068707 n 0000 ~ 03090710 n 0000 %p 03116942 n 0000 ~ 03364156 n 0000 ~ 03411079 n 0000 ~ 03436290 n 0000 ~ 03472535 n 0000 %p 03511426 n 0000 %p 03573848 n 0000 %p 03574243 n 0000 %p 03631445 n 0000 ~ 03680355 n 0000 ~ 03776877 n 0000 %p 03862190 n 0000 ~ 03868406 n 0000 ~ 04022332 n 0000 ~ 04120489 n 0000 ~ 04122578 n 0000 %p 04123980 n 0000 ~ 04133789 n 0000 %p 04200637 n 0000 ~ 04239786 n 0000 %p 04275661 n 0000 %p 04428920 n 0000 %p 04444522 n 0000 %p 04444749 n 0000 %p 04450994 n 0000 %p 04514359 n 0000 ~ 04545748 n 0000 ~ 04546081 n 0000 ~ 04570118 n 0000 ~ 04593524 n 0000 | footwear shaped to fit the foot (below the ankle) with a flexible upper of leather or plastic and a sole and heel of heavier material
-04200000 06 n 01 shoe 3 002 @ 02974697 n 0000 ;c 00488225 n 0000 | (card games) a case from which playing cards are dealt one at a time
-04200138 06 n 01 shoe_bomb 0 001 @ 03305522 n 0000 | an explosive device concealed inside the heel and sole of a shoe
-04200258 06 n 01 shoebox 0 001 @ 02883344 n 0000 | an oblong rectangular (usually cardboard) box designed to hold a pair of shoes
-04200390 06 n 01 shoebox 1 001 @ 04341686 n 0000 | a structure resembling a shoebox (as a rectangular building or a cramped room or compartment)
-04200537 06 n 01 shoehorn 0 001 @ 03183080 n 0000 | a device used for easing the foot into a shoe
-04200637 06 n 04 shoelace 0 shoe_lace 0 shoestring 0 shoe_string 0 003 @ 03631445 n 0000 #p 04199027 n 0000 %p 02684649 n 0000 | a lace used for fastening shoes
-04200800 06 n 03 shoe_shop 0 shoe-shop 0 shoe_store 0 001 @ 04202417 n 0000 | a shop where shoes are sold
-04200908 06 n 01 shoetree 0 001 @ 03183080 n 0000 | a wooden or metal device that is inserted into a shoe to preserve its shape when it is not being worn
-04201064 06 n 02 shofar 0 shophar 0 001 @ 03536761 n 0000 | an ancient musical horn made from the horn of a ram; used in ancient times by the Israelites to sound a warning or a summons; used in synagogues today on solemn occasions
-04201297 06 n 01 shoji 0 002 @ 04151940 n 0000 ;r 08921850 n 0000 | a translucent screen made of a wooden frame covered with rice paper
-04201435 06 n 01 shoofly 0 001 @ 04099969 n 0000 | a child's rocking chair with the seat built between two flat sides that are shaped to resemble an animal (such as a swan or duck)
-04201618 06 n 01 shook 0 001 @ 02795169 n 0000 | a disassembled barrel; the parts packed for storage or shipment
-04201733 06 n 01 shooting_brake 0 002 @ 02814533 n 0000 ;r 08860123 n 0000 | another name for a station wagon
-04201845 06 n 02 shooting_gallery 0 shooting_range 0 001 @ 03349150 n 0000 | an enclosed firing range with targets for rifle or handgun practice
-04201992 06 n 01 shooting_gallery 1 002 @ 02913152 n 0000 ;u 07075172 n 0000 | a building (usually abandoned) where drug addicts buy and use heroin
-04202142 06 n 02 shooting_lodge 0 shooting_box 0 001 @ 03118969 n 0000 | a small country house used by hunters during the shooting season
-04202282 06 n 01 shooting_stick 0 001 @ 03183080 n 0000 | device that resembles a spiked walking stick but the top opens into a seat
-04202417 06 n 02 shop 0 store 0 044 @ 03748162 n 0000 + 02466134 v 0103 + 02326355 v 0101 + 02325968 v 0101 ~ 02776631 n 0000 ~ 02791270 n 0000 ~ 02813544 n 0000 ~ 02833140 n 0000 ~ 02861286 n 0000 ~ 02871525 n 0000 ~ 02874086 n 0000 ~ 02879309 n 0000 ~ 02915199 n 0000 ~ 02927161 n 0000 ~ 02952798 n 0000 ~ 03001115 n 0000 ~ 03039827 n 0000 ~ 03052464 n 0000 ~ 03076411 n 0000 ~ 03085781 n 0000 ~ 03089624 n 0000 ~ 03099274 n 0000 ~ 03173387 n 0000 ~ 03249342 n 0000 ~ 03367410 n 0000 ~ 03436417 n 0000 ~ 03493911 n 0000 ~ 03505764 n 0000 ~ 03606251 n 0000 ~ 03766508 n 0000 ~ 03860234 n 0000 ~ 03871371 n 0000 ~ 03901974 n 0000 ~ 03916385 n 0000 ~ 03920641 n 0000 ~ 03952576 n 0000 ~ 04075916 n 0000 ~ 04131208 n 0000 ~ 04200800 n 0000 %p 04203705 n 0000 ~ 04271531 n 0000 ~ 04428634 n 0000 ~ 04443257 n 0000 ~ 04462240 n 0000 | a mercantile establishment for the retail sale of goods or services; "he bought it at a shop on Cape Cod"
-04203356 06 n 01 shop_bell 0 001 @ 02824448 n 0000 | a bell attached to the door of a small shop; warns the proprietor that a customer has entered the shop
-04203514 06 n 01 shop_floor 0 002 @ 04602044 n 0000 #p 03316406 n 0000 | workplace consisting of the part of a factory housing the machines; "the productive work is done on the shop floor"
-04203705 06 n 02 shopfront 0 storefront 0 003 @ 03398467 n 0000 #p 04202417 n 0000 %p 03211789 n 0000 | the front side of a store facing the street; usually contains display windows
-04203889 06 n 01 shopping 0 001 @ 03076708 n 0000 | the commodities purchased from stores; "she loaded her shopping into the car"women carrying home shopping didn't give me a second glance"
-04204081 06 n 01 shopping_bag 0 001 @ 02773037 n 0000 | a bag made of plastic or strong paper (often with handles); used to transport goods after shopping
-04204238 06 n 01 shopping_basket 0 001 @ 02801938 n 0000 | a handbasket used to carry goods while shopping
-04204347 06 n 01 shopping_cart 0 001 @ 03484083 n 0000 | a handcart that holds groceries or other goods while shopping
-04204468 06 n 02 shore 0 shoring 0 002 @ 02815950 n 0000 + 01219004 v 0104 | a beam or timber that is propped against a structure to provide support
-04204619 06 n 01 short 0 002 @ 08673395 n 0000 #p 02799593 n 0000 | the location on a baseball field where the shortstop is stationed
-04204755 06 n 02 short_circuit 0 short 1 003 @ 03093792 n 0000 #p 03033362 n 0000 + 01618884 v 0202 | accidental contact between two points in an electric circuit that have a potential difference
-04204953 06 n 03 shortcut 0 cutoff 0 crosscut 0 001 @ 04096066 n 0000 | a route shorter than the usual one
-04205062 06 n 01 short_iron 0 001 @ 03585073 n 0000 | an iron with a short shaft and pitched face; for hitting short high shots
-04205192 06 n 01 short_line 0 001 @ 04473432 n 0000 | a transportation system that operates over relatively short distances
-04205318 06 n 03 short_pants 0 shorts 0 trunks 0 005 @ 04489008 n 0000 ;u 06295235 n 0000 ~ 02831595 n 0000 ~ 03543112 n 0000 ~ 03653833 n 0000 | trousers that end at or above the knee
-04205505 06 n 01 short_sleeve 0 001 @ 04236377 n 0000 | a sleeve extending from the shoulder to the elbow
-04205613 06 n 01 shortwave_diathermy_machine 0 001 @ 03189818 n 0000 | a diathermy machine that uses short wave radiation as the source of heat
-04205759 06 n 02 shot 0 pellet 0 006 @ 04008634 n 0000 #p 02976641 n 0000 ~ 02813874 n 0000 ~ 02843777 n 0000 ~ 03453547 n 0000 ~ 03802228 n 0000 | a solid missile discharged from a firearm; "the shot buzzed past his ear"
-04205983 06 n 01 shot 2 001 @ 03008275 n 0000 | an explosive charge used in blasting
-04206070 06 n 01 shot 3 001 @ 04285146 n 0000 | sports equipment consisting of a heavy metal ball used in the shot put; "he trained at putting the shot"
-04206225 06 n 03 shot_glass 0 jigger 0 pony 0 001 @ 03438257 n 0000 | a small glass adequate to hold a single swallow of whiskey
-04206356 06 n 02 shotgun 0 scattergun 0 004 @ 03343853 n 0000 ~ 03389983 n 0000 %p 04022434 n 0000 ~ 04140539 n 0000 | firearm that is a double-barreled smoothbore shoulder weapon for firing shot at short ranges
-04206570 06 n 01 shotgun_shell 0 002 @ 04190464 n 0000 %p 02843777 n 0000 | a shell containing lead shot; used in shotguns
-04206695 06 n 01 shot_hole 0 001 @ 02875233 n 0000 | drill hole for a charge of an explosive
-04206790 06 n 01 shot_tower 0 001 @ 04460130 n 0000 | tower of a kind once used to make shot; molten lead was poured through a sieve and dropped into water
-04206948 06 n 02 shoulder 0 berm 0 003 @ 03264542 n 0000 #p 04096066 n 0000 ~ 03493079 n 0000 | a narrow edge of land (usually unpaved) along the side of a road; "the car pulled off onto the shoulder"
-04207151 06 n 01 shoulder 1 002 @ 03050026 n 0000 #p 03419014 n 0000 | the part of a garment that covers or fits over the shoulder; "an ornamental gold braid on the shoulder of his uniform"
-04207343 06 n 01 shoulder_bag 0 001 @ 02774152 n 0000 | a large handbag that can be carried by a strap looped over the shoulder
-04207473 06 n 02 shoulder_board 0 shoulder_mark 0 002 @ 03292210 n 0000 #p 03763968 n 0000 | epaulets that indicate rank
-04207596 06 n 01 shouldered_arch 0 001 @ 02733524 n 0000 | an arch consisting of a horizontal lintel supported at each end by corbels that project into the aperture
-04207763 06 n 01 shoulder_holster 0 001 @ 03527444 n 0000 | a holster worn over your shoulder so a gun can be concealed under your jacket
-04207903 06 n 01 shoulder_pad 0 001 @ 04015204 n 0000 | protective garment consisting of a hard rounded pad worn by football players to protect their shoulders
-04208065 06 n 01 shoulder_patch 0 002 @ 03897943 n 0000 #p 03763968 n 0000 | patch worn on the shoulder of a military uniform to indicate rank
-04208210 06 n 01 shovel 0 005 @ 03489162 n 0000 + 01312810 v 0101 ~ 03488603 n 0000 ~ 03989665 n 0000 ~ 04149208 n 0000 | a hand tool for lifting loose material; consists of a curved container or scoop and a handle
-04208427 06 n 01 shovel 1 002 @ 03346135 n 0000 + 01312810 v 0101 | a fire iron consisting of a small shovel used to scoop coals or ashes in a fireplace
-04208582 06 n 01 shovel_hat 0 001 @ 03497657 n 0000 | a stiff broad-brimmed hat with the brim turned up at the sides and projecting in front; worn by some clergymen in Britain
-04208760 06 n 01 showboat 0 002 @ 04308807 n 0000 @ 04095210 n 0000 | a river steamboat on which theatrical performances could be given (especially on the Mississippi River)
-04208936 06 n 01 shower 0 004 @ 03969259 n 0000 #p 04209613 n 0000 + 00035259 v 0101 %p 04209383 n 0000 | a plumbing fixture that sprays water over you; "they installed a shower in the bathroom"
-04209133 06 n 01 shower_cap 0 001 @ 02954340 n 0000 | a tight cap worn to keep hair dry while showering
-04209239 06 n 01 shower_curtain 0 002 @ 03151077 n 0000 #p 04209613 n 0000 | a curtain that keeps water from splashing out of the shower area
-04209383 06 n 01 showerhead 0 002 @ 03833564 n 0000 #p 04208936 n 0000 | a perforated nozzle that showers water on a bather
-04209509 06 n 01 shower_room 0 002 @ 04105893 n 0000 %p 04209613 n 0000 | a room with several showers
-04209613 06 n 02 shower_stall 0 shower_bath 0 005 @ 02873839 n 0000 #p 02807731 n 0000 #p 04209509 n 0000 %p 04208936 n 0000 %p 04209239 n 0000 | booth for washing yourself, usually in a bathroom
-04209811 06 n 03 showroom 0 salesroom 0 saleroom 0 002 @ 03883944 n 0000 ;c 02958343 n 0000 | an area where merchandise (such as cars) can be displayed; "in Britain a showroom is called a salesroom"
-04210012 06 n 01 shrapnel 0 001 @ 04190464 n 0000 | shell containing lead pellets that explodes in flight
-04210120 06 n 01 shredder 0 002 @ 03183080 n 0000 + 01573891 v 0101 | a device that shreds documents (usually in order to prevent the wrong people from reading them)
-04210288 06 n 01 shrimper 0 002 @ 04530566 n 0000 + 01142070 v 0101 | a vessel engaged in shrimping
-04210390 06 n 01 shrine 0 005 @ 03953416 n 0000 + 01482958 v 0102 ~i 03606719 n 0000 ~ 03852908 n 0000 ~ 04346328 n 0000 | a place of worship hallowed by association with some sacred thing or person
-04210591 06 n 01 shrink-wrap 0 001 @ 03339296 n 0000 | the clinging transparent plastic film that is used to shrinkwrap something
-04210723 06 n 01 shroud 2 002 @ 03670849 n 0000 #p 03888257 n 0000 | a line that suspends the harness from the canopy of a parachute
-04210858 06 n 01 shunt 0 001 @ 03563710 n 0000 | implant consisting of a tube made of plastic or rubber; for draining fluids within the body
-04211001 06 n 03 shunt 1 electrical_shunt 0 bypass 1 003 @ 03088707 n 0000 #p 03033362 n 0000 + 02065885 v 0101 | a conductor having low resistance in parallel with another device to divert a fraction of the current
-04211219 06 n 01 shunter 0 002 @ 03684823 n 0000 + 02012227 v 0101 | a small locomotive used to move cars around but not to make trips
-04211356 06 n 01 shutter 0 006 @ 02851099 n 0000 #p 03227184 n 0000 + 01345109 v 0102 + 01242996 v 0101 ~ 03166213 n 0000 ~ 03592669 n 0000 | a hinged blind for a window
-04211528 06 n 01 shutter 1 005 @ 03736970 n 0000 #p 02942699 n 0000 + 02449340 v 0104 + 01346978 v 0102 + 01345109 v 0102 | a mechanical device on a camera that opens and closes to control the time of a photographic exposure
-04211755 06 n 01 shutting_post 0 001 @ 03428349 n 0000 | the gatepost against which the gate closes
-04211857 06 n 01 shuttle 0 001 @ 02860415 n 0000 | bobbin that passes the weft thread between the warp threads
-04211970 06 n 01 shuttle 1 003 @ 04019101 n 0000 + 02062081 v 0101 ~ 04212165 n 0000 | public transport that consists of a bus or train or airplane that plies back and forth between two points
-04212165 06 n 01 shuttle_bus 0 001 @ 04211970 n 0000 | shuttle consisting of a bus that travels between two points
-04212282 06 n 04 shuttlecock 0 bird 1 birdie 0 shuttle 2 002 @ 02772554 n 0000 + 01147432 v 0101 | badminton equipment consisting of a ball of cork or rubber with a crown of feathers
-04212467 06 n 01 shuttle_helicopter 0 001 @ 03512147 n 0000 | a helicopter that shuttles back and forth
-04212573 06 n 02 siamese 0 siamese_connection 0 002 @ 03576617 n 0000 #p 04289195 n 0000 | an inlet with two or more couplings to which a hose can be attached so that fire engines can pump water into the sprinkler system of a building
-04212810 06 n 01 Sibley_tent 0 001 @ 02954163 n 0000 | a light conical canvas tent erected on a tripod with ventilation at the top
-04212943 06 n 02 sick_bag 0 sickbag 0 001 @ 02773037 n 0000 | a bag provided on an airplane for passengers who are suffering from airsickness and need to vomit
-04213105 06 n 02 sickbay 0 sick_berth 0 002 @ 04105893 n 0000 ;c 04194289 n 0000 | (nautical) a room for the treatment of the sick or injured (as on a ship)
-04213264 06 n 01 sickbed 0 001 @ 02818832 n 0000 | the bed on which a sick person lies
-04213353 06 n 03 sickle 0 reaping_hook 0 reap_hook 0 002 @ 03265032 n 0000 %p 03474896 n 0000 | an edge tool for cutting grass or crops; has a curved blade and a short handle
-04213530 06 n 01 sickroom 0 001 @ 04105893 n 0000 | a room to which a sick person is confined
-04213626 06 n 01 side 0 014 @ 04362025 n 0000 ~ 02816381 n 0000 ~ 02904348 n 0000 ~ 03264136 n 0000 ~ 03398467 n 0000 ~ 03642928 n 0000 ~ 03813834 n 0000 ~ 03840507 n 0000 ~ 04059701 n 0000 ~ 04085181 n 0000 ~ 04215684 n 0000 ~ 04256758 n 0000 ~ 04303672 n 0000 ~ 04514899 n 0000 | an extended outer surface of an object; "he turned the box over to examine the bottom side"; "they painted all four sides of the house"
-04214046 06 n 01 sideboard 1 001 @ 02856463 n 0000 | a board that forms part of the side of a bed or crib
-04214154 06 n 01 sideboard 2 001 @ 02856463 n 0000 | a removable board fitted on the side of a wagon to increase its capacity
-04214282 06 n 01 sidecar 0 001 @ 03100490 n 0000 | conveyance consisting of a small carrier attached to the side of a motorcycle
-04214413 06 n 01 side_chapel 0 002 @ 03007130 n 0000 #p 03028079 n 0000 | a small chapel off the side aisle of a church
-04214535 06 n 02 side_door 0 side_entrance 0 001 @ 03307274 n 0000 | an exterior door at one side of a building
-04214649 06 n 02 sidelight 0 running_light 0 001 @ 03665366 n 0000 | light carried by a boat that indicates the boat's direction; vessels at night carry a red light on the port bow and a green light on the starboard bow
-04214871 06 n 01 sideline 0 001 @ 03671668 n 0000 | an auxiliary line of merchandise
-04214958 06 n 01 side_pocket 0 001 @ 03972799 n 0000 | a pocket on the side of a billiard table
-04215056 06 n 01 side_road 0 001 @ 04096066 n 0000 | a minor road branching off of a main road
-04215153 06 n 01 sidesaddle 0 001 @ 04123740 n 0000 | a saddle for a woman; rider sits with both feet on the same side of the horse
-04215287 06 n 01 side_street 0 001 @ 04334599 n 0000 | a street intersecting a main street and terminating there
-04215402 06 n 02 sidewalk 0 pavement 1 003 @ 04544979 n 0000 + 01267098 v 0201 %s 03900750 n 0000 | walk consisting of a paved area for pedestrians; usually beside a street or roadway
-04215588 06 n 01 sidewall 0 001 @ 04546855 n 0000 | a wall that forms the side of a structure
-04215684 06 n 01 sidewall 1 001 @ 04213626 n 0000 | the side of an automobile tire; "the car had white sidewalls"
-04215800 06 n 01 side-wheeler 0 001 @ 03874138 n 0000 | a paddle steamer having a paddle wheel on each side
-04215910 06 n 01 sidewinder 0 001 @ 03773504 n 0000 | air-to-air missile with infrared homing device
-04216013 06 n 01 side_yard 0 001 @ 04610879 n 0000 | the grounds at either side of a house
-04216106 06 n 04 siding 1 railroad_siding 0 turnout 3 sidetrack 0 001 @ 04048075 n 0000 | a short stretch of railroad track used to store rolling stock or enable trains on the same line to pass
-04216302 06 n 01 Siege_Perilous 0 001 @i 04161981 n 0000 | the legendary seat at King Arthur's Round Table reserved for the knight who would find the Holy Grail; it was fatal for anyone else to sit in it
-04216508 06 n 01 Siegfried_line 0 002 @i 03385557 n 0000 #p 08766988 n 0000 | German fortifications facing the Maginot Line
-04216634 06 n 02 sieve 0 screen 2 006 @ 04332243 n 0000 + 01460785 v 0202 + 01460029 v 0102 ~ 04088696 n 0000 ~ 04216860 n 0000 + 01460029 v 0101 | a strainer for separating lumps from powdered material or grading particles
-04216860 06 n 01 sifter 0 002 @ 04216634 n 0000 + 01460029 v 0101 | a household sieve (as for flour)
-04216963 06 n 01 sights 0 006 @ 03852280 n 0000 #p 03343853 n 0000 #p 04365484 n 0000 ~ 02868870 n 0000 %p 03309465 n 0000 ~ 03470387 n 0000 | an optical instrument for aiding the eye in aiming, as on a firearm or surveying instrument
-04217200 06 n 01 sight_setting 0 002 @ 03470387 n 0000 ~ 04614505 n 0000 | the adjustment of a gunsight for elevation and windage on a particular range under favorable light conditions
-04217387 06 n 02 sigmoidoscope 0 flexible_sigmoidoscope 0 001 @ 03286572 n 0000 | an endoscope (a flexible fiberoptic probe) for examining the sigmoid colon
-04217546 06 n 02 signal_box 0 signal_tower 0 002 @ 02913152 n 0000 ;u 08860123 n 0204 | a building from which signals are sent to control the movements of railway trains
-04217718 06 n 01 signaling_device 0 005 @ 03183080 n 0000 ~ 02824448 n 0000 ~ 02930080 n 0000 ~ 03375171 n 0000 ~ 04579432 n 0000 | a device used to send signals
-04217882 06 n 02 signboard 0 sign 1 006 @ 04341686 n 0000 + 01498319 v 0201 ~ 02839110 n 0000 ~ 04135118 n 0000 ~ 04149813 n 0000 ~ 04194009 n 0000 | structure displaying a board on which advertisements can be posted; "the highway was lined with signboards"
-04218142 06 n 01 signet 0 002 @ 04159058 n 0000 #p 04218271 n 0000 | a seal (especially one used to mark documents officially)
-04218271 06 n 02 signet_ring 0 seal_ring 0 002 @ 04092609 n 0000 %p 04218142 n 0000 | a ring bearing a signet
-04218383 06 n 03 sildenafil 0 sildenafil_citrate 0 Viagra 0 002 @ 04537602 n 0000 ;u 06845599 n 0301 | virility drug (trade name Viagra) used to treat erectile dysfunction in men
-04218564 06 n 02 silencer 0 muffler 1 004 @ 02676261 n 0000 #p 03302938 n 0000 + 02191311 v 0201 + 00461493 v 0103 | a tubular acoustic device inserted in the exhaust system that is designed to reduce noise
-04218773 06 n 01 silencer 1 002 @ 04493505 n 0000 + 00461493 v 0103 | short tube attached to the muzzle of a gun that deadens the sound of firing
-04218921 06 n 01 silent_butler 0 001 @ 04060904 n 0000 | a small receptacle with a handle and a hinged lid; used for collecting crumbs or ashes
-04219067 06 n 01 silesia 0 001 @ 03309808 n 0000 | a sturdy twill-weave cotton fabric; used for pockets and linings
-04219185 06 n 01 Silex 0 002 @ 03063338 n 0000 ;u 06851742 n 0000 | a vacuum coffee maker
-04219277 06 n 01 silhouette 0 002 @ 03234306 n 0000 + 01680621 v 0101 | a drawing of the outline of an object; filled in with some uniform color
-04219424 06 n 01 silk 0 003 @ 03309808 n 0000 + 00282675 a 0104 ~ 04135933 n 0000 | a fabric made from the fine threads produced by certain insect larvae
-04219580 06 n 01 silks 0 002 @ 03419014 n 0000 ;u 06295235 n 0000 | the brightly colored garments of a jockey; emblematic of the stable
-04219718 06 n 03 silkscreen 0 silk_screen_print 0 serigraph 0 001 @ 04003597 n 0000 | a print made using a stencil process in which an image or design is superimposed on a very fine mesh screen and printing ink is squeegeed onto the printing surface through the area of the screen that is not covered by the stencil
-04220036 06 n 01 sill 0 003 @ 04341414 n 0000 ~ 03223686 n 0000 ~ 04590263 n 0000 | structural member consisting of a continuous horizontal timber forming the lowest member of a framework or supporting structure
-04220250 06 n 01 silo 0 001 @ 04460130 n 0000 | a cylindrical tower used for storing silage
-04220344 06 n 01 silo 1 002 @ 03763133 n 0000 ;c 08199025 n 0000 | military installation consisting of an underground structure where ballistic missiles can be stored and fired
-04220523 06 n 02 silver_medal 0 silver 1 001 @ 04487996 n 0000 | a trophy made of silver (or having the appearance of silver) that is usually awarded for winning second place in a competition
-04220717 06 n 01 silver_mine 0 001 @ 03768346 n 0000 | a mine where silver ore is dug
-04220805 06 n 01 silver_plate 0 003 @ 03963028 n 0000 + 01396328 v 0101 + 01396328 v 0102 | a thin layer of silver deposited on something
-04220945 06 n 01 silver_plate 1 003 @ 04381994 n 0000 + 01396328 v 0101 + 01396328 v 0102 | tableware that is plated with silver
-04221076 06 n 01 silverpoint 0 001 @ 03234306 n 0000 | a drawing made on specially prepared paper with an instrument having a silver tip (15th and 16th centuries)
-04221241 06 n 01 silver_protein 0 001 @ 14588219 n 0000 | a colloid preparation of protein (albumin or gelatin) and silver oxide; used in aqueous solution as an antibacterial agent
-04221424 06 n 01 silverware 0 003 @ 04381994 n 0000 ~ 03361837 n 0000 ~ 03527149 n 0000 | tableware made of silver or silver plate or pewter or stainless steel
-04221586 06 n 01 silverwork 0 001 @ 04599396 n 0000 | decorative work made of silver
-04221673 06 n 01 simple_pendulum 0 001 @ 03909160 n 0000 | a hypothetical pendulum suspended by a weightless frictionless thread of constant length
-04221823 06 n 01 simulator 0 003 @ 03699975 n 0000 + 01722980 v 0102 ~ 03363363 n 0000 | a machine that simulates an environment for the purpose of training or research
-04221994 06 n 02 simvastatin 0 Zocor 0 002 @ 03676175 n 0000 ;u 06845599 n 0201 | an oral lipid-lowering medicine (trade name Zocor) administered to reduce blood cholesterol levels; recommended after heart attacks
-04222210 06 n 01 single_bed 0 002 @ 02818832 n 0000 ~ 03540914 n 0000 | a bed for one occupant
-04222307 06 n 01 single-breasted_jacket 0 002 @ 03589791 n 0000 #p 04222470 n 0000 | a jacket having fronts that overlap only enough for a single row of buttons
-04222470 06 n 01 single-breasted_suit 0 002 @ 04350905 n 0000 %p 04222307 n 0000 | a suit having a single-breasted jacket
-04222594 06 n 02 single_crochet 0 single_stitch 0 003 @ 03133177 n 0000 + 01673305 v 0202 + 01673305 v 0101 | a crochet stitch
-04222723 06 n 02 single_prop 0 single-propeller_plane 0 001 @ 04012084 n 0000 | a propeller plane with a single propeller
-04222847 06 n 02 single-reed_instrument 0 single-reed_woodwind 0 004 @ 02817799 n 0000 ~ 03037709 n 0000 ~ 03537550 n 0000 ~ 04141076 n 0000 | a beating-reed instrument with a single reed (as a clarinet or saxophone)
-04223066 06 n 01 single-rotor_helicopter 0 001 @ 03512147 n 0000 | a helicopter having a single rotor
-04223170 06 n 03 singlestick 0 fencing_stick 0 backsword 1 001 @ 04317420 n 0000 | a stick used instead of a sword for fencing
-04223299 06 n 03 singlet 0 vest 0 undershirt 0 001 @ 04508163 n 0000 | a collarless men's undergarment for the upper part of the body
-04223435 06 n 01 singleton 0 001 @ 03963982 n 0000 | the playing card that is the only card in a suit held in a bridge hand as initially dealt
-04223580 06 n 01 sink 0 004 @ 03969259 n 0000 %p 03232543 n 0000 ~ 03620889 n 0000 ~ 04553920 n 0000 | plumbing fixture consisting of a water basin fixed to a wall or floor and having a drainpipe
-04223778 06 n 01 sinker 0 002 @ 04571088 n 0000 + 01989873 v 0101 | a weight that sinks (as to hold nets or fishing lines under water)
-04223915 06 n 02 sinusoidal_projection 0 Sanson-Flamsteed_projection 0 001 @ 03293471 n 0000 | an equal-area map projection showing parallels and the equator as straight lines and other meridians as curved; used to map tropical latitudes
-04224155 06 n 02 siphon 0 syphon 0 003 @ 04493505 n 0000 + 01853542 v 0202 + 01613391 v 0101 | a tube running from the liquid in a vessel to a lower level outside the vessel so that atmospheric pressure forces the liquid through the tube
-04224395 06 n 01 siren 0 002 @ 02676261 n 0000 @ 02694426 n 0000 | an acoustic device producing a loud often wailing sound as a signal or warning
-04224543 06 n 01 sister_ship 0 001 @ 04194289 n 0000 | a ship that is one of two or more similar ships built at the same time
-04224671 06 n 01 Sistine_Chapel 0 002 @i 03007130 n 0000 #p 08806897 n 0000 | the private chapel of the popes in Rome; it was built by and named after Sixtus IV in 1473
-04224842 06 n 01 sitar 0 001 @ 04338517 n 0000 | a stringed instrument of India; has a long neck and movable frets; has 6 or 7 metal strings for playing and usually 13 resonating strings
-04225031 06 n 02 sitz_bath 0 hip_bath 0 001 @ 02808440 n 0000 | a bathtub in which your buttocks and hips are immersed as if you were sitting in a chair and you bathe in a sitting position
-04225222 06 n 03 six-pack 0 six_pack 0 sixpack 0 001 @ 02971356 n 0000 | a carton containing six bottles or cans
-04225337 06 n 01 sixpenny_nail 0 001 @ 03804744 n 0000 | a nail 2 inches long
-04225417 06 n 02 six-spot 0 six 0 003 @ 04286307 n 0000 @ 03220802 n 0000 @ 03191029 n 0000 | a playing card or domino or die whose upward face shows six pips
-04225578 06 n 01 size_stick 0 001 @ 03735637 n 0000 | a mechanical measuring stick used by shoe fitters to measure the length and width of your foot
-04225729 06 n 01 skate 0 005 @ 04285146 n 0000 + 01936753 v 0101 ~ 03558404 n 0000 ~ 04102037 n 0000 ~ 04102618 n 0000 | sports equipment that is worn on the feet to enable the wearer to glide along and to be propelled by the alternate actions of the legs
-04225987 06 n 01 skateboard 0 003 @ 02856463 n 0000 @ 04576211 n 0000 + 01937795 v 0101 | a board with wheels that is ridden in a standing or crouching position and propelled by foot
-04226172 06 n 04 skeen_arch 0 skene_arch 0 scheme_arch 0 diminished_arch 0 001 @ 02733524 n 0000 | an arch whose height is less than half its width
-04226322 06 n 01 skeg 0 002 @ 02887209 n 0000 #p 04316646 n 0000 | a brace that extends from the rear of the keel to support the rudderpost
-04226464 06 n 01 skein 0 001 @ 03491988 n 0000 | coils of worsted yarn
-04226537 06 n 04 skeleton 0 skeletal_frame 0 frame 1 underframe 0 006 @ 04361095 n 0000 #p 02913152 n 0000 #p 04194289 n 0000 #p 02686568 n 0000 ~ 03010473 n 0000 ~ 03534429 n 0000 | the internal supporting structure that gives an artifact its shape; "the building has a steel skeleton"
-04226826 06 n 01 skeleton_key 0 001 @ 03896984 n 0000 | a passkey with much of the bit filed away so that it can open different locks
-04226962 06 n 01 skep 0 001 @ 02822865 n 0000 | a domed beehive made of twisted straw
-04227050 06 n 01 skep 1 001 @ 02801938 n 0000 | a large round wicker basket (used on farms)
-04227144 06 n 02 sketch 0 study 1 005 @ 03234306 n 0000 + 01697628 v 0101 ~ 03179318 n 0000 ~ 03230785 n 0000 ~ 04535011 n 0000 | preliminary drawing for later elaboration; "he made several studies before starting to paint"
-04227370 06 n 03 sketchbook 0 sketch_block 0 sketch_pad 0 001 @ 02870092 n 0000 | a book containing sheets of paper on which sketches can be drawn
-04227519 06 n 01 sketcher 0 002 @ 04608567 n 0000 + 01697628 v 0101 | an implement for sketching
-04227618 06 n 01 sketch_map 0 001 @ 03720163 n 0000 | a map drawn from observation (rather than from exact measurements) and representing the main features of an area
-04227787 06 n 01 skew_arch 0 001 @ 02733524 n 0000 | an arch whose jambs are not at right angles with the face
-04227900 06 n 01 skewer 0 003 @ 03940256 n 0000 + 01444563 v 0101 ~ 04280970 n 0000 | a long pin for holding meat in position while it is being roasted
-04228054 06 n 01 ski 0 003 @ 04120093 n 0000 + 01938426 v 0101 ~ 04562262 n 0000 | narrow wood or metal or plastic runners used in pairs for gliding over snow
-04228215 06 n 02 ski_binding 0 binding 2 001 @ 03736970 n 0000 | one of a pair of mechanical devices that are attached to a ski and that will grip a ski boot; the bindings should release in case of a fall
-04228422 06 n 01 skibob 0 001 @ 04524313 n 0000 | a vehicle resembling a bicycle but having skis instead of wheels; the rider wears short skis for balancing
-04228581 06 n 01 ski_boot 0 001 @ 02872752 n 0000 | a stiff boot that is fastened to a ski with a ski binding
-04228693 06 n 03 ski_cap 0 stocking_cap 0 toboggan_cap 0 001 @ 02954340 n 0000 | a close-fitting woolen cap; often has a tapering tail with a tassel
-04228844 06 n 01 skid 0 003 @ 15101854 n 0000 #p 03029603 n 0000 + 01975121 v 0101 | one of a pair of planks used to make a track for rolling or sliding objects
-04229007 06 n 01 skidder 0 001 @ 04465501 n 0000 | a tractor used to haul logs over rough terrain
-04229107 06 n 01 skid_lid 0 002 @ 03127747 n 0000 ;r 08860123 n 0000 | a crash helmet
-04229195 06 n 01 skidpan 0 002 @ 03900509 n 0000 ;r 08860123 n 0000 | a paved surface on which cars can be made to skid so that drivers can practice controlling them
-04229363 06 n 01 skid_road 0 001 @ 04096066 n 0000 | a road made of logs on which freshly cut timber can be hauled
-04229480 06 n 01 skiff 0 002 @ 04244997 n 0000 ~ 04133114 n 0000 | any of various small boats propelled by oars or by sails or by a motor
-04229620 06 n 01 ski_jump 0 002 @ 04051549 n 0000 + 01965331 v 0101 | a steep downward ramp from which skiers jump
-04229737 06 n 01 ski_lodge 0 001 @ 03542333 n 0000 | a hotel at a ski resort
-04229816 06 n 01 ski_mask 0 002 @ 03314378 n 0000 %p 03794540 n 0000 | a woolen face mask to protect the face from cold while skiing on snow
-04229959 06 n 01 skimmer 1 002 @ 03101986 n 0000 + 01261018 v 0101 | a cooking utensil used to skim fat from the surface of liquids
-04230093 06 n 01 skin 1 002 @ 04362025 n 0000 #p 02686568 n 0000 | an outer surface (usually thin); "the skin of an airplane"
-04230221 06 n 01 skin 2 003 @ 02773037 n 0000 ~ 04562390 n 0000 ~ 04592596 n 0000 | a bag serving as a container for liquids; it is made from the hide of an animal
-04230387 06 n 02 ski_parka 0 ski_jacket 0 001 @ 03891051 n 0000 | a parka to be worn while skiing
-04230487 06 n 01 ski-plane 0 001 @ 02691156 n 0000 | an airplane equipped with skis so it can land on a snowfield
-04230603 06 n 01 ski_pole 0 001 @ 03976657 n 0000 | a pole with metal points used as an aid in skiing
-04230707 06 n 01 ski_rack 0 001 @ 02969886 n 0000 | a carrier for holding skis on top of a vehicle
-04230808 06 n 01 skirt 0 020 @ 03419014 n 0000 ~ 02780815 n 0000 %p 02886035 n 0000 ~ 03146777 n 0000 ~ 03402511 n 0000 ~ 03429003 n 0000 ~ 03454442 n 0000 ~ 03523506 n 0000 ~ 03534580 n 0000 %p 03616091 n 0000 ~ 03617312 n 0000 ~ 03649003 n 0000 ~ 03732458 n 0000 ~ 03770439 n 0000 ~ 03866082 n 0000 %p 03953901 n 0000 ~ 04136333 n 0000 %p 04238321 n 0000 %p 04354966 n 0000 %p 08583292 n 0000 | a garment hanging from the waist; worn mainly by girls and women
-04231272 06 n 01 skirt 1 004 @ 03050026 n 0000 #p 03419014 n 0000 %p 03641947 n 0000 %p 04162433 n 0000 | cloth covering that forms the part of a garment below the waist
-04231444 06 n 01 skirt_of_tasses 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the body below the waist
-04231575 06 n 02 ski_run 0 ski_trail 0 002 @ 04466613 n 0000 ~ 03948242 n 0000 | trail or slope prepared for skiing
-04231693 06 n 03 ski_tow 0 ski_lift 0 lift 1 006 @ 03100490 n 0000 + 01455184 v 0302 + 01974062 v 0302 ~ 03002341 n 0000 ~ 04108999 n 0000 ~ 04362821 n 0000 | a powered conveyance that carries skiers up a hill
-04231905 06 n 01 Skivvies 0 002 @ 04508949 n 0000 ;u 06851742 n 0000 | men's underwear consisting of cotton T-shirt and shorts
-04232034 06 n 01 skull_and_crossbones 0 002 @ 03282591 n 0000 #p 02847009 n 0000 | emblem warning of danger or death
-04232153 06 n 01 skullcap 0 004 @ 02954340 n 0000 ~ 02816768 n 0000 ~ 03065243 n 0000 ~ 04612026 n 0000 | rounded brimless cap fitting the crown of the head
-04232312 06 n 01 skybox 0 002 @ 02884225 n 0000 @ 04295881 n 0000 | an elevated box for viewing events at a sports stadium
-04232437 06 n 01 skyhook 0 001 @ 03532342 n 0000 | a hook that is imagined to be suspended from the sky
-04232543 06 n 01 skyhook 1 001 @ 03512147 n 0000 | helicopter carrying a reel of steel cable that can be used to lift and transport heavy objects
-04232691 06 n 01 Skylab 0 001 @i 04266162 n 0000 | United States space station; in orbit from 1973 to 1979
-04232800 06 n 02 skylight 0 fanlight 2 001 @ 04587648 n 0000 | a window in a roof to admit daylight
-04232902 06 n 02 skyrocket 0 rocket 2 002 @ 03348454 n 0000 + 01944086 v 0102 | sends a firework display high into the sky
-04233027 06 n 01 skysail 0 001 @ 04127904 n 0000 | the sail above the royal on a square-rigger
-04233124 06 n 01 skyscraper 0 005 @ 02913152 n 0000 ~i 03283973 n 0000 ~i 03920497 n 0000 ~i 04161102 n 0000 ~i 04604009 n 0000 | a very tall building with many stories
-04233295 06 n 01 skywalk 0 001 @ 04544979 n 0000 | an elevated walkway between buildings (usually enclosed)
-04233405 06 n 01 slab 0 004 @ 02852523 n 0000 ~ 02926886 n 0000 ~ 04381302 n 0000 ~ 04435180 n 0000 | block consisting of a thick piece of something
-04233556 06 n 01 slack 0 003 @ 03106110 n 0000 + 02404421 a 0102 + 00536535 v 0101 | a cord or rope or cable that is hanging loosely; "he took up the slack"
-04233715 06 n 01 slacks 0 002 @ 04489008 n 0000 ;u 06295235 n 0000 | (usually in the plural) pants for casual wear
-04233832 06 n 01 slack_suit 0 002 @ 04350905 n 0000 ~ 03885669 n 0000 | casual dress consisting of slacks and matching jacket
-04233960 06 n 01 slapstick 0 001 @ 02676261 n 0000 | acoustic device consisting of two paddles hinged together; used by an actor to make a loud noise without inflicting injury when striking someone
-04234160 06 n 01 slasher 0 001 @ 04565375 n 0000 | a weapon (a sword or dagger) used for slashing
-04234260 06 n 01 slash_pocket 0 001 @ 03972524 n 0000 | a pocket in a garment (usually below the waist) to which access is provided by a vertical or diagonal slit in the outside of the garment
-04234455 06 n 02 slat 0 spline 0 008 @ 04339638 n 0000 #p 04525584 n 0000 + 01220528 v 0101 + 02336684 v 0101 ~ 03646148 n 0000 ~ 03692676 n 0000 ~ 04281749 n 0000 ~ 04307269 n 0000 | a thin strip (wood or metal)
-04234670 06 n 01 slate 0 001 @ 04381302 n 0000 | (formerly) a writing tablet made of slate
-04234763 06 n 01 slate_pencil 0 001 @ 03908204 n 0000 | a pencil of soft slate (or soapstone) used for writing on a slate
-04234887 06 n 01 slate_roof 0 001 @ 04105068 n 0000 | a roof covered with slate
-04234969 06 n 01 slave_market 0 002 @ 03722288 n 0000 ;r 09044862 n 0000 | a marketplace where slaves were auctioned off (especially in the southern United States before the American Civil War)
-04235165 06 n 01 slave_ship 0 001 @ 04194289 n 0000 | a ship used to transport slaves from their homes to places of bondage
-04235291 06 n 03 sled 0 sledge 1 sleigh 0 012 @ 04524313 n 0000 + 01939174 v 0302 + 01846099 v 0201 + 01954741 v 0201 + 01939174 v 0101 ~ 02860847 n 0000 ~ 02861022 n 0000 ~ 03218198 n 0000 ~ 03695753 n 0000 ~ 04024576 n 0000 %p 04120093 n 0000 ~ 04443433 n 0000 | a vehicle mounted on runners and pulled by horses or dogs; for transportation over snow
-04235646 06 n 01 sleeper 2 002 @ 03405725 n 0000 + 02701445 v 0101 | a piece of furniture that can be opened up into a bed
-04235771 06 n 01 sleeper 3 001 @ 03877472 n 0000 | pajamas with feet; worn by children
-04235860 06 n 01 sleeping_bag 0 001 @ 02773037 n 0000 | large padded bag designed to be slept in outdoors; usually rolls up like a bedroll
-04236001 06 n 03 sleeping_car 0 sleeper 0 wagon-lit 0 004 @ 03895866 n 0000 + 02701445 v 0201 %p 03235180 n 0000 %p 04107598 n 0000 | a passenger car that has berths for sleeping
-04236182 06 n 04 sleeping_pill 0 sleeping_tablet 0 sleeping_capsule 0 sleeping_draught 0 002 @ 04260934 n 0000 @ 03936568 n 0000 | a soporific drug in the form of a pill (or tablet or capsule)
-04236377 06 n 02 sleeve 0 arm 0 010 @ 03050026 n 0000 #p 03419014 n 0000 %p 03145843 n 0000 ~ 03220095 n 0000 %p 03268311 n 0000 ~ 03688405 n 0000 ~ 04046400 n 0000 ~ 04198355 n 0000 ~ 04205505 n 0000 %p 04607398 n 0000 | the part of a garment that is attached at the armhole and that provides a cloth covering for the arm
-04236702 06 n 01 sleeve 2 002 @ 02974697 n 0000 ~ 04064747 n 0000 | small case into which an object fits
-04236809 06 n 01 sleigh_bed 0 001 @ 02818832 n 0000 | a bed with solid headboard and footboard that roll outward at the top
-04236935 06 n 02 sleigh_bell 0 cascabel 0 001 @ 02824448 n 0000 | a bell attached to a sleigh, or to the harness of a horse that is pulling a sleigh
-04237086 06 n 01 slice 0 001 @ 04269944 n 0000 | a spatula for spreading paint or ink
-04237174 06 n 01 slice_bar 0 001 @ 02788689 n 0000 | iron bar used to loosen and rake clinkers out of furnaces
-04237287 06 n 01 slicer 1 002 @ 03623556 n 0000 + 01254477 v 0101 | knife especially designed for slicing particular foods, as cheese
-04237423 06 n 01 slicer 2 003 @ 03699975 n 0000 + 01559055 v 0102 + 01254477 v 0101 | a machine for cutting; usually with a revolving blade
-04237565 06 n 01 slick 0 001 @ 04489817 n 0000 | a trowel used to make a surface slick
-04237654 06 n 01 slick 1 002 @ 03338648 n 0000 ~ 03844965 n 0000 | a film of oil or garbage floating on top of water
-04237773 06 n 02 slide 1 lantern_slide 0 002 @ 03375956 n 0000 %p 03987509 n 0000 | a transparency mounted in a frame; viewed with a slide projector
-04237924 06 n 02 slide 2 microscope_slide 0 003 @ 03961070 n 0000 %p 03122573 n 0000 %p 09428741 n 0000 | a small flat rectangular piece of glass on which specimens can be mounted for microscopic study
-04238128 06 n 03 slide 3 playground_slide 0 sliding_board 0 003 @ 03964744 n 0000 #p 03963645 n 0000 + 01870275 v 0105 | plaything consisting of a sloping chute down which children can slide
-04238321 06 n 04 slide_fastener 0 zip 0 zipper 0 zip_fastener 0 008 @ 03323703 n 0000 #p 02963159 n 0000 #p 03236735 n 0000 #p 04489008 n 0000 #p 04230808 n 0000 + 01353670 v 0302 + 01353670 v 0303 + 01353670 v 0203 | a fastener for locking together two toothed edges by means of a sliding tab
-04238617 06 n 01 slide_projector 0 002 @ 04009552 n 0000 ~ 03704834 n 0000 | projector that projects an enlarged image of a slide onto a screen
-04238763 06 n 02 slide_rule 0 slipstick 0 001 @ 02708224 n 0000 | analog computer consisting of a handheld instrument used for rapid calculations; have been replaced by pocket calculators
-04238953 06 n 01 slide_valve 0 001 @ 04519153 n 0000 | valve that opens and closes a passageway by sliding over a port
-04239074 06 n 01 sliding_door 0 003 @ 03221720 n 0000 ~ 02793842 n 0000 %p 03882611 n 0000 | a door that opens by sliding instead of swinging
-04239218 06 n 01 sliding_seat 0 002 @ 04161358 n 0000 #p 04190997 n 0000 | rower's seat that slides fore and aft
-04239333 06 n 01 sliding_window 0 001 @ 04587648 n 0000 | a window that open by sliding horizontally
-04239436 06 n 03 sling 0 scarf_bandage 0 triangular_bandage 0 001 @ 02785648 n 0000 | bandage to support an injured forearm; consisting of a wide triangular piece of cloth hanging from around the neck
-04239639 06 n 01 sling 2 001 @ 04565375 n 0000 | a simple weapon consisting of a looped strap in which a projectile is whirled and then released
-04239786 06 n 02 slingback 0 sling 3 001 @ 04199027 n 0000 | a shoe that has a strap that wraps around the heel
-04239900 06 n 01 slinger_ring 0 001 @ 03210683 n 0000 | dispenser consisting of a tubular ring around the propeller hub of an airplane through which antifreeze solution is spread over the blades
-04240097 06 n 03 slingshot 0 sling 1 catapult 1 004 @ 03964744 n 0000 + 02683419 a 0301 + 01514348 v 0302 + 01514348 v 0201 | a plaything consisting of a Y-shaped stick with elastic between the arms; used to propel small stones
-04240327 06 n 02 slip 4 slip_of_paper 0 001 @ 06255777 n 0000 | a small sheet of paper; "a receipt slip"
-04240434 06 n 02 slip_clutch 0 slip_friction_clutch 0 001 @ 03396654 n 0000 | a friction clutch that will slip when the torque is too great
-04240576 06 n 02 slip_coach 0 slip_carriage 0 002 @ 02959942 n 0000 ;r 08860123 n 0000 | a railway car at the end of the train; it can be detached without stopping the train
-04240752 06 n 01 slipcover 0 001 @ 03050026 n 0000 | a removable fitted cloth covering for upholstered furniture
-04240867 06 n 01 slip-joint_pliers 0 002 @ 03966976 n 0000 ;u 06295235 n 0000 | pliers with a joint adjustable to two positions in order to increase the opening of the jaws
-04241042 06 n 01 slipknot 0 004 @ 03627232 n 0000 #p 04248851 n 0000 #p 03829563 n 0000 ~ 04591056 n 0000 | a knot at the end of a cord or rope that can slip along the cord or rope around which it is made
-04241249 06 n 01 slip-on 0 002 @ 03051540 n 0000 + 00051170 v 0101 | an article of clothing (garment or shoe) that is easily slipped on or off
-04241394 06 n 02 slipper 0 carpet_slipper 0 003 @ 03380867 n 0000 ~ 02873733 n 0000 ~ 03798061 n 0000 | low footwear that can be slipped on and off easily; usually worn indoors
-04241573 06 n 01 slip_ring 0 001 @ 03091374 n 0000 | connection consisting of a metal ring on a rotating part of a machine; provides a continuous electrical connection through brushes on stationary contacts
-04241782 06 n 01 slip_stitch 0 001 @ 04180314 n 0000 | a loose stitch catching only a thread or two of fabric; designed to be invisible from the right side
-04241940 06 n 01 slit 0 005 @ 03848729 n 0000 + 01558883 v 0101 ~ 03592055 n 0000 ~ 04243370 n 0000 ~ 04526416 n 0000 | a long narrow opening
-04242084 06 n 01 slit_lamp 0 002 @ 03272383 n 0000 ;c 06054446 n 0000 | (ophthalmology) a lamp that emits a narrow but intense beam of light that enables an ophthalmologist, using a microscope, to view the retina and optic nerve
-04242315 06 n 01 slit_trench 0 001 @ 04478657 n 0000 | narrow trench for shelter in battle
-04242408 06 n 01 sloop 0 003 @ 04128837 n 0000 ~ 03626658 n 0000 ~ 04037298 n 0000 | a sailing vessel with a single mast set about one third of the boat's length aft of the bow
-04242587 06 n 01 sloop_of_war 0 001 @ 04552696 n 0000 | a sailing or steam warship having cannons on only one deck
-04242704 06 n 02 slop_basin 0 slop_bowl 0 002 @ 02880940 n 0000 ;r 08860123 n 0000 | a bowl into which the dregs of teacups and coffee cups are emptied at the table
-04242871 06 n 01 slop_chest 0 001 @ 03076411 n 0000 | commissary maintained aboard merchant ships to sell merchandise to the crew
-04243003 06 n 02 slop_pail 0 slop_jar 0 001 @ 02909870 n 0000 | a large pail used to receive waste water from a washbasin or chamber pot
-04243142 06 n 01 slops 0 001 @ 03051540 n 0000 | cheap clothing (as formerly issued to sailors in Britain)
-04243251 06 n 02 slopshop 0 slopseller's_shop 0 001 @ 03052464 n 0000 | a store that sells cheap ready-made clothing
-04243370 06 n 01 slot 0 003 @ 04241940 n 0000 ~ 03066606 n 0000 ~ 03710819 n 0000 | a small slit (as for inserting a coin or depositing mail); "he put a quarter in the slot"
-04243546 06 n 02 slot 1 one-armed_bandit 0 002 @ 04243941 n 0000 ~ 03399971 n 0000 | a slot machine that is used for gambling; "they spend hours and hours just playing the slots"
-04243727 06 n 02 slot 2 expansion_slot 0 002 @ 04061442 n 0000 ;c 03082979 n 0000 | (computer) a socket in a microcomputer that will accept a plug-in circuit board; "the PC had three slots for additional memory"
-04243941 06 n 02 slot_machine 0 coin_machine 0 005 @ 03699975 n 0000 %p 03066464 n 0000 %p 03066606 n 0000 ~ 04243546 n 0000 ~ 04525305 n 0000 | a machine that is operated by the insertion of a coin in a slot
-04244152 06 n 01 slow_lane 0 002 @ 04466386 n 0000 ! 03324502 n 0101 | the traffic lane for vehicles that are moving slowly
-04244278 06 n 01 slow_match 0 001 @ 03728437 n 0000 | match or fuse made to burn slowly and evenly
-04244379 06 n 03 sluice 0 sluiceway 0 penstock 0 006 @ 03089014 n 0000 + 01853882 v 0101 + 01854001 v 0101 + 00455368 v 0101 + 02758399 v 0101 %p 04244615 n 0000 | conduit that carries a rapid flow of water controlled by a sluicegate
-04244615 06 n 06 sluicegate 0 sluice_valve 0 floodgate 0 penstock 1 head_gate 1 water_gate 0 002 @ 04072193 n 0000 #p 04244379 n 0000 | regulator consisting of a valve or gate that controls the rate of water flow through a sluice
-04244847 06 n 01 smack 1 001 @ 04128837 n 0000 | a sailing ship (usually rigged like a sloop or cutter) used in fishing and sailing along the coast
-04244997 06 n 01 small_boat 0 009 @ 02858304 n 0000 ~ 02951358 n 0000 ~ 03061345 n 0000 ~ 03105306 n 0000 ~ 03199901 n 0000 ~ 03436891 n 0000 ~ 04037964 n 0000 ~ 04229480 n 0000 ~ 04612504 n 0000 | a boat that is small
-04245218 06 n 02 small_computer_system_interface 0 SCSI 0 001 @ 03578656 n 0000 | interface consisting of a standard port between a computer and its peripherals that is used in some computers
-04245412 06 n 01 small_ship 0 002 @ 04194289 n 0000 %p 03145277 n 0000 | a ship that is small
-04245508 06 n 01 small_stores 0 002 @ 03076411 n 0000 ;u 06295235 n 0000 | personal items conforming to regulations that are sold aboard ship or at a naval base and charged to the person's pay
-04245703 06 n 01 small_stuff 0 004 @ 04108268 n 0000 ~ 03722552 n 0000 ~ 04169035 n 0000 ~ 04290079 n 0000 | any light rope used on shipboard
-04245847 06 n 01 smart_bomb 0 003 @ 02866578 n 0000 ! 03255167 n 0101 ~ 03643491 n 0000 | a bomb that can be guided (by a laser beam or radio) to its target; "smart bombs have revolutionized aerial bombardment"
-04246060 06 n 01 smelling_bottle 0 001 @ 02876657 n 0000 | a bottle containing smelling salts
-04246156 06 n 02 smelter 0 smeltery 0 002 @ 03956922 n 0000 + 01681913 v 0101 | an industrial plant for smelting
-04246271 06 n 01 smocking 0 002 @ 03282933 n 0000 + 01677509 v 0101 | embroidery consisting of ornamental needlework on a garment that is made by gathering the cloth tightly in stitches
-04246459 06 n 02 smoke_bomb 0 smoke_grenade 0 001 @ 02866578 n 0000 | a bomb that gives off thick smoke when it explodes; used to make a smoke screen or to mark a position
-04246633 06 n 01 smoke_hole 0 001 @ 04526241 n 0000 | a vent (as in a roof) for smoke to escape
-04246731 06 n 02 smokehouse 0 meat_house 1 001 @ 03545150 n 0000 | a small house where smoke is used to cure meat or fish
-04246855 06 n 04 smoker 0 smoking_car 0 smoking_carriage 0 smoking_compartment 0 001 @ 03895866 n 0000 | a passenger car for passengers who wish to smoke
-04247011 06 n 02 smoke_screen 0 smokescreen 0 002 @ 04151581 n 0000 ;c 08199025 n 0000 | (military) screen consisting of a cloud of smoke that obscures movements
-04247175 06 n 02 smokestack 0 stack 0 002 @ 03017428 n 0000 ~ 03403431 n 0000 | a large tall chimney through which combustion gases and smoke can be evacuated
-04247336 06 n 01 smoking_mixture 0 001 @ 04442831 n 0000 | a blend of tobaccos to be smoked in a pipe
-04247440 06 n 01 smoking_room 0 001 @ 04105893 n 0000 | room in a hotel or club set apart for smokers
-04247544 06 n 01 smoothbore 0 001 @ 03343853 n 0000 | a firearm that has no rifling
-04247630 06 n 02 smooth_plane 0 smoothing_plane 0 001 @ 03954731 n 0000 | a small plane for finish work
-04247736 06 n 03 snack_bar 0 snack_counter 0 buffet 1 003 @ 02789487 n 0000 ~ 03076623 n 0000 ~ 03764606 n 0000 | usually inexpensive bar
-04247876 06 n 02 snaffle 0 snaffle_bit 0 002 @ 02844714 n 0000 + 01300805 v 0101 | a simple jointed bit for a horse; without a curb
-04248010 06 n 01 snake 0 006 @ 00002684 n 0000 + 01888165 v 0101 + 02738976 v 0101 ~ 03049605 n 0000 ~ 03968886 n 0000 ~ 04475195 n 0000 | something long, thin, and flexible that resembles a snake
-04248209 06 n 03 snap 0 snap_fastener 0 press_stud 0 001 @ 03323703 n 0000 | a fastener used on clothing; fastens with a snapping sound; "children can manage snaps better than buttons"
-04248396 06 n 01 snap_brim 0 001 @ 02902079 n 0000 | a brim that can be turned up and down on opposite sides
-04248507 06 n 01 snap-brim_hat 0 002 @ 03497657 n 0000 ~ 03984643 n 0000 | a hat with a snap brim
-04248607 06 n 03 snapshot 0 snap 1 shot 1 002 @ 03925226 n 0000 + 01003249 v 0202 | an informal photograph; usually made with a small hand-held camera; "my snapshots haven't been developed yet"; "he tried to get unposed shots of his friends"
-04248851 06 n 03 snare 0 gin 1 noose 0 004 @ 04474466 n 0000 + 01481027 v 0201 + 01480770 v 0103 %p 04241042 n 0000 | a trap for birds or small mammals; often has a slip noose
-04249029 06 n 01 snare 1 002 @ 04338143 n 0000 #p 04249415 n 0000 | strings stretched across the lower head of a snare drum; they make a rattling sound when the drum is hit
-04249204 06 n 01 snare 3 001 @ 04364545 n 0000 | a surgical instrument consisting of wire hoop that can be drawn tight around the base of polyps or small tumors to sever them; used especially in body cavities
-04249415 06 n 03 snare_drum 0 snare 2 side_drum 0 002 @ 03249569 n 0000 %p 04249029 n 0000 | a small drum with two heads and a snare stretched across the lower head
-04249582 06 n 01 snatch_block 0 001 @ 03318136 n 0000 | a pulley-block that can be opened to receive the bight of a rope
-04249705 06 n 01 Snellen_chart 0 001 @ 03210940 n 0000 | display consisting of a printed card with letters and numbers in lines of decreasing size; used to test visual acuity
-04249882 06 n 03 snifter 0 brandy_snifter 0 brandy_glass 0 001 @ 03438257 n 0000 | a globular glass with a small top; used for serving brandy
-04250026 06 n 03 snip 0 snippet 0 snipping 0 004 @ 03932203 n 0000 + 01456463 v 0304 + 01321002 v 0101 + 01456463 v 0104 | a small piece of anything (especially a piece that has been snipped off)
-04250224 06 n 02 sniper_rifle 0 precision_rifle 0 003 @ 04090263 n 0000 ;c 08199025 n 0000 ~ 03231819 n 0000 | an extremely powerful rifle developed for the military; capable of destroying light armored vehicles and aircraft more than a mile away
-04250473 06 n 02 snips 0 tinsnips 0 002 @ 04186848 n 0000 ;u 06295235 n 0000 | (plural) hand shears for cutting sheet metal
-04250599 06 n 01 Sno-cat 0 002 @ 04252077 n 0000 ;u 06851742 n 0000 | a kind of snowmobile
-04250692 06 n 01 snood 0 001 @ 03819595 n 0000 | an ornamental net in the shape of a bag that confines a woman's hair; pins or ties at the back of the head
-04250850 06 n 05 snorkel 0 schnorkel 0 schnorchel 0 snorkel_breather 0 breather 0 003 @ 02690941 n 0000 #p 04347754 n 0000 + 00001740 v 0501 | air passage provided by a retractable device containing intake and exhaust pipes; permits a submarine to stay submerged for extended periods of time
-04251144 06 n 01 snorkel 1 002 @ 02895606 n 0000 + 01963795 v 0101 | breathing device consisting of a bent tube fitting into a swimmer's mouth and extending above the surface; allows swimmer to breathe while face down in the water
-04251377 06 n 01 snorter 0 001 @ 04424218 n 0000 | something that is extraordinary or remarkable or prominent; "a snorter of a sermon"; "the storm wasn't long but it was a snorter"
-04251560 06 n 01 snowball 0 003 @ 02779435 n 0000 + 01508166 v 0101 %s 15043763 n 0000 | snow pressed into a ball for throwing (playfully)
-04251701 06 n 02 snowbank 0 snow_bank 0 001 @ 03792048 n 0000 | a mound or heap of snow
-04251791 06 n 01 snowboard 0 002 @ 02856463 n 0000 + 02104860 v 0101 | a board that resembles a broad ski or a small surfboard; used in a standing position to slide down snow-covered slopes
-04251983 06 n 01 snowman 0 001 @ 03335600 n 0000 | a figure of a person made of packed snow
-04252077 06 n 01 snowmobile 0 003 @ 04464852 n 0000 + 01957273 v 0101 ~ 04250599 n 0000 | tracked vehicle for travel on snow having skis in front
-04252225 06 n 02 snowplow 0 snowplough 0 001 @ 03791235 n 0000 | a vehicle used to push snow from roads
-04252331 06 n 01 snowshoe 0 001 @ 03183080 n 0000 | a device to help you walk on deep snow; a lightweight frame shaped like a racquet is strengthened with cross pieces and contains a network of thongs; one is worn on each foot
-04252560 06 n 01 snowsuit 0 001 @ 03863923 n 0000 | a child's overgarment for cold weather
-04252653 06 n 02 snow_thrower 0 snow_blower 0 001 @ 03699975 n 0000 | a machine that removes snow by scooping it up and throwing it forcefully through a chute
-04252814 06 n 01 snow_tire 0 001 @ 03971422 n 0000 | an automobile pneumatic tire with deep tread to give traction in snow
-04252939 06 n 01 snuff 1 002 @ 04442831 n 0000 ~ 04054471 n 0000 | finely powdered tobacco for sniffing up the nose
-04253057 06 n 01 snuffbox 0 001 @ 02883344 n 0000 | a small ornamental box for carrying snuff in your pocket
-04253168 06 n 01 snuffer 1 002 @ 03563967 n 0000 + 00478217 v 0101 | a cone-shaped implement with a handle; for extinguishing candles
-04253304 06 n 01 snuffers 0 002 @ 04148054 n 0000 ;u 06295235 n 0000 | scissors for cropping and holding the snuff of a candlewick
-04253437 06 n 01 soap 0 012 @ 03040587 n 0000 + 03026319 a 0102 + 00036932 v 0101 + 00538571 v 0101 ~ 02797455 n 0000 ~ 02980325 n 0000 ~ 03677231 n 0000 ~ 04124764 n 0000 ~ 04254319 n 0000 ~ 04254535 n 0000 ~ 04257385 n 0000 ~ 04447965 n 0000 | a cleansing agent made from the salts of vegetable or animal fats
-04253751 06 n 08 soap 1 scoop 2 max 0 liquid_ecstasy 0 grievous_bodily_harm 0 goop 0 Georgia_home_boy 0 easy_lay 0 001 @ 03414814 n 0000 | street names for gamma hydroxybutyrate
-04253931 06 n 01 soapbox 1 001 @ 03127925 n 0000 | a crate for packing soap
-04254009 06 n 01 soap_dish 0 001 @ 03354613 n 0000 | a bathroom or kitchen fixture for holding a bar of soap
-04254120 06 n 01 soap_dispenser 0 001 @ 03210683 n 0000 | dispenser of liquid soap
-04254205 06 n 01 soap_film 0 001 @ 03338648 n 0000 | a film left on objects after they have been washed in soap
-04254319 06 n 01 soap_flakes 0 002 @ 04253437 n 0000 ;u 06295235 n 0000 | soap that has been cut into flakes to make suds faster
-04254450 06 n 01 soap_pad 0 001 @ 03040229 n 0000 | a cleaning pad containing soap
-04254535 06 n 03 soap_powder 0 built-soap_powder 0 washing_powder 0 001 @ 04253437 n 0000 | soap in powdered form mixed with alkaline builders
-04254680 06 n 01 soccer_ball 0 001 @ 02778669 n 0000 | an inflated ball used in playing soccer
-04254777 06 n 01 sock 0 006 @ 03540267 n 0000 ~ 02713218 n 0000 ~ 02736798 n 0000 ~ 02752496 n 0000 ~ 03622931 n 0000 ~ 04378956 n 0000 | hosiery consisting of a cloth covering for the foot; worn inside the shoe; reaches to between the ankle and the knee
-04255034 06 n 01 socket 0 002 @ 04061442 n 0000 ~ 03274137 n 0000 | a receptacle into which an electric device can be inserted
-04255163 06 n 01 socket 1 004 @ 04060904 n 0000 #p 02886434 n 0000 #p 04255346 n 0000 #p 02779719 n 0000 | receptacle where something (a pipe or probe or end of a bone) is inserted
-04255346 06 n 01 socket_wrench 0 002 @ 04606574 n 0000 %p 04255163 n 0000 | a wrench with a handle onto which sockets of different sizes can be fitted
-04255499 06 n 01 socle 0 001 @ 03903868 n 0000 | a plain plinth that supports a wall
-04255586 06 n 01 soda_can 0 001 @ 02946921 n 0000 | a can for holding soft drinks
-04255670 06 n 01 soda_fountain 0 001 @ 02727825 n 0000 | an apparatus for dispensing soda water
-04255768 06 n 01 soda_fountain 1 001 @ 02789487 n 0000 | a counter where ice cream and sodas and sundaes are prepared and served
-04255899 06 n 03 sod_house 0 soddy 0 adobe_house 0 001 @ 03544360 n 0000 | a house built of sod or adobe laid in horizontal courses
-04256033 06 n 01 sodium_salicylate 0 001 @ 02707683 n 0000 | a crystalline salt used as an analgesic and antipyretic
-04256152 06 n 05 sodium_thiopental 0 phenobarbital 0 phenobarbitone 0 Luminal 0 purple_heart 0 001 @ 02792049 n 0000 | a long-acting barbiturate used as a sedative
-04256318 06 n 02 sodium-vapor_lamp 0 sodium-vapour_lamp 0 001 @ 03636248 n 0000 | lamp in which an electric current passed through a tube of sodium vapor makes a yellow light; used is street lighting
-04256520 06 n 03 sofa 0 couch 0 lounge 1 008 @ 04161981 n 0000 + 01528339 v 0301 ~ 03100346 n 0000 ~ 03165096 n 0000 ~ 03214966 n 0000 ~ 03693474 n 0000 ~ 04177755 n 0000 ~ 04290875 n 0000 | an upholstered seat for more than one person
-04256758 06 n 01 soffit 0 001 @ 04213626 n 0000 | the underside of a part of a building (such as an arch or overhang or beam etc.)
-04256891 06 n 02 softball 0 playground_ball 0 001 @ 02778669 n 0000 | ball used in playing softball
-04256993 06 n 01 soft_drug 0 006 @ 03248958 n 0000 @ 03808564 n 0000 ! 03492717 n 0101 ~ 02834147 n 0000 ~ 02949691 n 0000 ~ 03497182 n 0000 | a drug of abuse that is considered relatively mild and not likely to cause addiction
-04257223 06 n 01 soft_pedal 0 002 @ 03903424 n 0000 #p 03928116 n 0000 | a pedal on a piano that moves the action closer to the strings and so soften the sound
-04257385 06 n 02 soft_soap 0 green_soap 0 001 @ 04253437 n 0000 | a soft (or liquid) soap made from vegetable oils; used in certain skin diseases
-04257533 06 n 02 software_package 0 software_product 0 001 @ 03748886 n 0000 | merchandise consisting of a computer program that is offered for sale
-04257684 06 n 01 soil_pipe 0 001 @ 03231912 n 0000 | drain that conveys liquid waste from toilets, etc.
-04257790 06 n 03 solar_array 0 solar_battery 0 solar_panel 0 003 @ 03269401 n 0000 #p 04137444 n 0000 %p 04257986 n 0000 | electrical device consisting of a large array of connected solar cells
-04257986 06 n 02 solar_cell 0 photovoltaic_cell 0 002 @ 02991048 n 0000 #p 04257790 n 0000 | a cell that converts solar energy into electrical energy
-04258138 06 n 03 solar_dish 0 solar_collector 0 solar_furnace 0 002 @ 04069276 n 0000 #p 04258732 n 0000 | a concave mirror that concentrates the rays of the sun; can produce high temperatures
-04258333 06 n 01 solar_heater 0 001 @ 03508101 n 0000 | a heater that makes direct use of solar energy
-04258438 06 n 01 solar_house 0 001 @ 03544360 n 0000 | a house designed to use solar radiation for heating; usually has large areas of glass in front of heat-absorbing materials
-04258618 06 n 01 solar_telescope 0 001 @ 04403638 n 0000 | a telescope designed to make observations of the sun
-04258732 06 n 01 solar_thermal_system 0 002 @ 04377057 n 0000 %p 04258138 n 0000 | a system that converts sunlight into heat
-04258859 06 n 01 soldering_iron 0 001 @ 03489162 n 0000 | a hand tool with a heatable tip; used to melt and apply solder
-04258982 06 n 01 sole 0 008 @ 08511241 n 0000 #p 03380867 n 0000 #p 03446268 n 0000 + 00533403 v 0101 ~ 03478141 n 0000 ~ 03573848 n 0000 ~ 03862190 n 0000 %p 04183663 n 0000 | the underside of footwear or a golf club
-04259202 06 n 01 solenoid 0 002 @ 03065708 n 0000 @ 03705379 n 0000 | a coil of wire around an iron core; becomes a magnet when current passes through the coil
-04259364 06 n 01 solitaire 0 001 @ 03596787 n 0000 | a gem (usually a diamond) in a setting by itself
-04259468 06 n 02 solleret 0 sabaton 0 002 @ 02740764 n 0000 #p 02862048 n 0000 | armor plate that protects the foot; consists of mail with a solid toe and heel
-04259630 06 n 01 sombrero 0 001 @ 03497657 n 0000 | a straw hat with a tall crown and broad brim; worn in American southwest and in Mexico
-04259771 06 n 03 sonar 0 echo_sounder 0 asdic 0 005 @ 03733925 n 0000 @ 03813176 n 0000 #p 04347754 n 0000 %p 03942692 n 0000 %p 04021503 n 0000 | a measuring instrument that sends out an acoustic pulse in water and measures distances in terms of the time for the echo of the pulse to return; "sonar is an acronym for sound navigation ranging"; "asdic is an acronym for antisubmarine detection investigation committee"
-04260192 06 n 02 sonic_depth_finder 0 fathometer 0 001 @ 03178000 n 0000 | depth finder for determining depth of water or a submerged object by means of ultrasound waves
-04260364 06 n 02 sonogram 0 echogram 0 001 @ 03931044 n 0000 | an image of a structure that is produced by ultrasonography (reflections of high-frequency sound waves); used to observe fetal growth or to study bodily organs
-04260589 06 n 01 sonograph 0 003 @ 03574816 n 0000 ~ 03263758 n 0000 ~ 03263888 n 0000 | an instrument that uses the differential transmission and reflection of ultrasonic waves in order to provide an image of a bodily organ
-04260816 06 n 01 soothing_syrup 0 001 @ 03740161 n 0000 | medicine in the form of a syrup that has a calming effect
-04260934 06 n 02 soporific 0 hypnotic 0 006 @ 03247620 n 0000 @ 14913744 n 0000 + 01346198 a 0103 + 02309187 a 0101 ~ 03808424 n 0000 ~ 04236182 n 0000 | a drug that induces sleep
-04261116 06 n 01 sorter 0 003 @ 03699975 n 0000 + 00654625 v 0103 ~ 03710937 n 0000 | a machine for sorting things (such as punched cards or letters) into classes
-04261281 06 n 01 souk 0 001 @ 03847823 n 0000 | an open-air market in an Arabian city
-04261369 06 n 01 sound_bow 0 002 @ 03093792 n 0000 #p 02824448 n 0000 | contact (the part of a bell) against which the clapper strikes
-04261506 06 n 02 soundbox 1 body 1 001 @ 04080454 n 0000 | a resonating chamber in a musical instrument (as the body of a violin)
-04261638 06 n 01 sound_camera 0 001 @ 03789171 n 0000 | a movie camera that records sounds in synchrony with the visual images
-04261767 06 n 01 sounder 0 002 @ 03183080 n 0000 + 00491689 v 0102 | a device for making soundings
-04261868 06 n 01 sound_film 0 002 @ 03789400 n 0000 %p 04262969 n 0000 | motion-picture film with sound effects and dialogue recorded on it
-04262010 06 n 01 sound_hole 0 002 @ 03526198 n 0000 #p 04262161 n 0000 | a hole in a soundboard (as of a violin) designed to resonate with the tones
-04262161 06 n 02 sounding_board 0 soundboard 0 005 @ 04080454 n 0000 #p 04338517 n 0000 #p 03928116 n 0000 ;c 07020895 n 0000 %p 04262010 n 0000 | (music) resonator consisting of a thin board whose vibrations reinforce the sound of the instrument
-04262410 06 n 01 sounding_lead 0 002 @ 02860239 n 0000 #p 03651947 n 0000 | a metal bob at the end of a sounding line
-04262530 06 n 01 sounding_rocket 0 001 @ 04415663 n 0000 | a research rocket used to obtain information about the atmosphere at various altitudes
-04262678 06 n 03 sound_recording 0 audio_recording 0 audio 1 005 @ 04063868 n 0000 ~ 02757810 n 0000 ~ 03924069 n 0000 ~ 04262969 n 0000 ~ 04386962 n 0000 | a recording of acoustic signals
-04262869 06 n 01 sound_spectrograph 0 001 @ 04272782 n 0000 | a spectrograph for acoustic spectra
-04262969 06 n 01 soundtrack 0 004 @ 04262678 n 0000 #p 04261868 n 0000 ~ 03252959 n 0000 ~ 03647291 n 0000 | sound recording on a narrow strip of a motion picture film
-04263139 06 n 01 sound_truck 0 001 @ 04490091 n 0000 | a truck equipped with a loudspeaker and used for advertising
-04263257 06 n 01 soup_bowl 0 001 @ 02880940 n 0000 | a bowl for serving soup
-04263336 06 n 01 soup_ladle 0 001 @ 03633091 n 0000 | a ladle for serving soup
-04263417 06 n 01 soup_plate 0 001 @ 03959485 n 0000 | a deep plate with a wide rim
-04263502 06 n 02 soupspoon 0 soup_spoon 0 001 @ 04284002 n 0000 | a spoon with a rounded bowl for eating soup
-04263614 06 n 01 source 0 004 @ 03315023 n 0000 + 02238536 v 0101 ~ 03444169 n 0000 ~ 03445217 n 0000 | a facility where something is available
-04263760 06 n 01 source_of_illumination 0 004 @ 03183080 n 0000 ~ 03636248 n 0000 ~ 03665366 n 0000 ~ 04506994 n 0000 | any device serving as a source of visible electromagnetic radiation
-04263950 06 n 01 sourdine 0 001 @ 03854998 n 0000 | an organ stop resulting in a soft muted sound
-04264050 06 n 02 sourdine 1 sordino 0 001 @ 03802973 n 0000 | a mute for a violin
-04264134 06 n 01 soutache 0 001 @ 02889035 n 0000 | a narrow braid used as a decorative trimming
-04264233 06 n 01 soutane 0 001 @ 02979516 n 0000 | a long cassock with buttons down the front; worn by Roman Catholic priests
-04264361 06 n 01 sou'wester 0 001 @ 03497657 n 0000 | waterproof hat with wide slanting brim longer in back than in front
-04264485 06 n 01 soybean_future 0 001 @ 03408721 n 0000 | soybeans bought or sold at an agreed price for delivery at a specified future date
-04264628 06 n 01 space_bar 0 002 @ 03613592 n 0000 #p 04505470 n 0000 | the bar-shaped typewriter key that introduces spaces when used
-04264765 06 n 02 space_capsule 0 capsule 1 001 @ 04264914 n 0000 | a spacecraft designed to transport people and support human life in outer space
-04264914 06 n 03 spacecraft 0 ballistic_capsule 0 space_vehicle 0 011 @ 03125870 n 0000 @ 04137444 n 0000 %p 02932019 n 0000 %p 03510072 n 0000 %p 03569293 n 0000 ~ 03638180 n 0000 ~ 03697366 n 0000 %p 03779000 n 0000 ~ 04264765 n 0000 ~ 04266014 n 0000 ~ 04304215 n 0000 | a craft capable of traveling in outer space; technically, a satellite around the sun
-04265275 06 n 01 space_heater 0 002 @ 03508101 n 0000 ~ 03272239 n 0000 | heater consisting of a self-contained (usually portable) unit to warm a room
-04265428 06 n 01 space_helmet 0 001 @ 03513137 n 0000 | a helmet worn by astronauts while in outer space
-04265535 06 n 01 Space_Needle 0 002 @i 04460130 n 0000 #p 09154178 n 0000 | a tower 605 feet tall in Seattle; a tourist attraction
-04265668 06 n 01 space_probe 0 002 @ 03466162 n 0000 %p 04400899 n 0000 | a rocket-propelled guided missile that can escape the earth's atmosphere; makes observations of the solar system that cannot be made by terrestrial observation
-04265904 06 n 01 space_rocket 0 001 @ 04099175 n 0000 | a rocket powerful enough to travel into outer space
-04266014 06 n 01 space_shuttle 0 001 @ 04264914 n 0000 | a reusable spacecraft with wings for a controlled descent through the Earth's atmosphere
-04266162 06 n 03 space_station 0 space_platform 0 space_laboratory 0 003 @ 04137444 n 0000 ~i 04132354 n 0000 ~i 04232691 n 0000 | a manned artificial satellite in a fixed orbit designed for scientific research
-04266375 06 n 01 spacesuit 0 001 @ 04001845 n 0000 | a pressure suit worn by astronauts while in outer space
-04266486 06 n 01 spade 0 004 @ 03488603 n 0000 + 01310249 v 0101 ~ 03214450 n 0000 ~ 03418158 n 0000 | a sturdy hand shovel that can be pushed into the earth with the foot
-04266660 06 n 01 spade 1 002 @ 03963982 n 0000 #m 03713556 n 0000 | a playing card in the major suit that has one or more black figures on it; "she led a low spade"; "spades were trumps"
-04266849 06 n 01 spade_bit 0 001 @ 02844307 n 0000 | a thin bit with a center point and cutting edges on either side
-04266968 06 n 01 spaghetti_junction 0 001 @ 03577818 n 0000 | a complicated highway interchange with multiple overpasses
-04267091 06 n 01 Spandau 0 001 @ 03701391 n 0000 | a German machine gun
-04267165 06 n 01 spandex 0 001 @ 03309808 n 0000 | an elastic synthetic fabric
-04267246 06 n 02 spandrel 0 spandril 0 002 @ 04362025 n 0000 ;c 06123363 n 0000 | an approximately triangular surface area between two adjacent arches and the horizontal plane above them
-04267435 06 n 01 spanker 0 001 @ 03381776 n 0000 | a fore-and-aft sail set on the aftermost lower mast (usually the mizzenmast) of a vessel
-04267577 06 n 01 spar 0 011 @ 03976657 n 0000 #p 04194289 n 0000 + 02362700 v 0101 ~ 02871631 n 0000 ~ 02883004 n 0000 ~ 03220401 n 0000 ~ 03410147 n 0000 ~ 03598299 n 0000 ~ 03726760 n 0000 ~ 04289449 n 0000 ~ 04610676 n 0000 | a stout rounded pole of wood or metal used to support rigging
-04267870 06 n 02 spare_part 0 spare 1 001 @ 03081021 n 0000 | an extra component of a machine or other apparatus
-04267985 06 n 01 sparge_pipe 0 001 @ 03944672 n 0000 | a horizontal pipe having fine holes drilled throughout its length so as to deliver a spray of water
-04268142 06 n 02 spark_arrester 0 sparker 0 001 @ 03819595 n 0000 | a wire net to stop sparks from an open fireplace or smokestack
-04268275 06 n 01 spark_arrester 1 001 @ 03269401 n 0000 | electrical device to reduce sparking when electrical contacts are opened or closed
-04268418 06 n 02 spark_chamber 0 spark_counter 0 001 @ 03894051 n 0000 | an instrument that detects ionizing radiation from elementary particles
-04268565 06 n 01 spark_coil 0 002 @ 03568818 n 0000 #p 03560567 n 0000 | an induction coil used to create sparks
-04268680 06 n 01 spark_gap 0 002 @ 03416329 n 0000 #p 03568818 n 0000 | the gap between two high-potential terminals
-04268799 06 n 01 spark_gap 1 002 @ 03081021 n 0000 #p 03560567 n 0000 | a component of an ignition system; consists of two shaped electrodes and the space between them
-04268969 06 n 01 sparkler 0 001 @ 03348454 n 0000 | a firework that burns slowly and throws out a shower of sparks
-04269086 06 n 01 spark_lever 0 002 @ 03659292 n 0000 ;c 02958343 n 0000 | (on early automobiles) a lever mounted on the steering column and used to adjust the timing of the ignition
-04269270 06 n 03 spark_plug 0 sparking_plug 0 plug 2 002 @ 03269401 n 0000 #p 03560567 n 0000 | electrical device that fits into the cylinder head of an internal-combustion engine and ignites the gas by means of an electric spark
-04269502 06 n 01 sparkplug_wrench 0 001 @ 04606574 n 0000 | a wrench for removing or tightening spark plugs into the cylinder head of an internal combustion engine
-04269668 06 n 01 spark_transmitter 0 001 @ 04045085 n 0000 | an early radio transmitter using a discharge across a spark gap as the source of its power
-04269822 06 n 02 spat 0 gaiter 2 001 @ 03655072 n 0000 | a cloth covering (a legging) that covers the instep and ankles
-04269944 06 n 01 spatula 0 005 @ 03489162 n 0000 %p 02848216 n 0000 ~ 03878828 n 0000 ~ 04028221 n 0000 ~ 04237086 n 0000 | a hand tool with a thin flexible blade used to mix or spread soft substances
-04270147 06 n 01 spatula 1 003 @ 04500060 n 0000 %p 02848216 n 0000 %p 03485997 n 0000 | a turner with a narrow flexible blade
-04270276 06 n 01 speakeasy 0 001 @ 02796995 n 0000 | (during prohibition) an illegal barroom
-04270371 06 n 01 speakerphone 0 001 @ 04401088 n 0000 | a telephone with a microphone and loudspeaker; can be used without picking up a handset; several people can participate in a call at the same time
-04270576 06 n 01 speaking_trumpet 0 001 @ 02676261 n 0000 | a trumpet-shaped acoustic device to intensify and direct the human voice; formerly held to the ear by a hard-of-hearing person
-04270765 06 n 01 speaking_tube 0 001 @ 04493505 n 0000 | a tube for conveying the sound of a voice from one room to another
-04270891 06 n 03 spear 0 lance 0 shaft 5 009 @ 04565375 n 0000 + 01604119 v 0201 + 02714200 v 0101 + 01444887 v 0101 ~ 02749670 n 0000 %p 02790322 n 0000 ~ 03594148 n 0000 %p 04271371 n 0000 ~ 04482975 n 0000 | a long pointed rod used as a tool or weapon
-04271148 06 n 05 spear 1 gig 3 fizgig 1 fishgig 0 lance 1 005 @ 03563967 n 0000 #m 03351434 n 0000 + 01444887 v 0101 ~ 03495671 n 0000 ~ 03655589 n 0000 | an implement with a shaft and barbed point used for catching fish
-04271371 06 n 03 spearhead 0 spearpoint 0 spear-point 0 003 @ 03974215 n 0000 #p 04270891 n 0000 #p 03935450 n 0000 | the head and sharpened point of a spear
-04271531 06 n 01 specialty_store 0 001 @ 04202417 n 0000 | a store that sells only one kind of merchandise
-04271640 06 n 01 specific 0 001 @ 03740161 n 0000 | a medicine that has a mitigating effect on a specific disease; "quinine is a specific for malaria"
-04271793 06 n 01 specimen_bottle 0 001 @ 02876657 n 0000 | a bottle for holding urine specimens
-04271891 06 n 01 spectacle 0 004 @ 03210940 n 0000 + 00795246 a 0101 ~ 02917163 n 0000 ~ 03811163 n 0000 | an elaborate and remarkable display on a lavish scale
-04272054 06 n 04 spectacles 0 specs 0 eyeglasses 0 glasses 0 009 @ 03852280 n 0000 #p 03391301 n 0000 ;u 06295235 n 0000 ~ 02836607 n 0000 %p 02899439 n 0000 ~ 03443912 n 0000 ~ 03690168 n 0000 ~ 03941586 n 0000 ~ 04356056 n 0000 | optical instrument consisting of a frame that holds a pair of lenses for correcting defective vision
-04272389 06 n 02 spectator_pump 0 spectator 0 001 @ 04022332 n 0000 | a woman's pump with medium heel; usually in contrasting colors for toe and heel
-04272541 06 n 01 spectinomycin 0 001 @ 02716866 n 0000 | an antibiotic used to treat gonorrhea
-04272638 06 n 02 spectrogram 0 spectrograph 1 003 @ 03925226 n 0000 + 02800291 a 0201 ~ 04538759 n 0000 | a photographic record of a spectrum
-04272782 06 n 01 spectrograph 0 003 @ 04273064 n 0000 + 02800291 a 0101 ~ 04262869 n 0000 | a spectroscope by which spectra can be photographed
-04272928 06 n 01 spectrophotometer 0 001 @ 03926876 n 0000 | a photometer for comparing two light radiations wavelength by wavelength
-04273064 06 n 02 spectroscope 0 prism_spectroscope 0 006 @ 03852280 n 0000 + 02918271 a 0101 %p 03070587 n 0000 ~ 03726516 n 0000 %p 04005340 n 0000 ~ 04272782 n 0000 | an optical instrument for spectrographic analysis
-04273285 06 n 01 speculum 0 001 @ 03739693 n 0000 | a medical instrument for dilating a bodily passage or cavity in order to examine the interior
-04273433 06 n 01 speculum 1 001 @ 03773035 n 0000 | a mirror (especially one made of polished metal) for use in an optical instrument
-04273569 06 n 01 speedboat 0 002 @ 03790230 n 0000 ~ 03552749 n 0000 | a fast motorboat
-04273659 06 n 01 speed_bump 0 001 @ 03520811 n 0000 | a hindrance to speeding created by a crosswise ridge in the surface of a roadway
-04273796 06 n 02 speedometer 0 speed_indicator 0 003 @ 03753077 n 0000 #p 03791235 n 0000 ~ 03702582 n 0000 | a meter fixed to a vehicle that measures and displays its speed
-04273972 06 n 02 speed_skate 0 racing_skate 0 002 @ 03558404 n 0000 + 01938288 v 0101 | an ice skate with a long blade; worn for racing
-04274110 06 n 01 speedway 0 001 @ 04037625 n 0000 | a racetrack for racing automobiles or motorcycles
-04274214 06 n 01 speedway 1 001 @ 04096066 n 0000 | road where high speed driving is allowed
-04274309 06 n 01 sperm_bank 0 001 @ 03177349 n 0000 | a depository for storing sperm
-04274396 06 n 02 spermicide 0 spermatocide 0 002 @ 03096593 n 0000 + 02800427 a 0101 | a contraceptive agent that kills spermatozoa
-04274530 06 n 01 sphere 0 005 @ 00021939 n 0000 + 02041229 a 0107 + 02800689 a 0101 + 02041229 a 0106 ~ 03440512 n 0000 | any spherically shaped artifact
-04274686 06 n 01 spherometer 0 001 @ 03733925 n 0000 | a measuring instrument for measuring the curvature of a surface
-04274807 06 n 01 sphinx 0 001 @ 04306847 n 0000 | one of a number of large stone statues with the body of a lion and the head of a man that were built by the ancient Egyptians
-04274985 06 n 01 sphygmomanometer 0 001 @ 04001499 n 0000 | a pressure gauge for measuring blood pressure
-04275093 06 n 01 spicemill 0 001 @ 03765561 n 0000 | a mill for grinding spices
-04275175 06 n 01 spice_rack 0 001 @ 04038440 n 0000 | a rack for displaying containers filled with spices
-04275283 06 n 01 spider 0 001 @ 03400231 n 0000 | a skillet made of cast iron
-04275363 06 n 02 spider_web 0 spider's_web 0 005 @ 09477037 n 0000 ~ 03059685 n 0000 ~ 03403873 n 0000 ~ 03853103 n 0000 ~ 04189913 n 0000 | a web spun by spiders to trap insect prey
-04275548 06 n 02 spider_web 1 spider's_web 1 001 @ 04568557 n 0000 | a web resembling the webs spun by spiders
-04275661 06 n 01 spike 0 005 @ 04285146 n 0000 #p 04199027 n 0000 ~ 03126385 n 0000 ~ 03951068 n 0000 ~ 04002262 n 0000 | sports equipment consisting of a sharp point on the sole of a shoe worn by athletes; "spikes provide greater traction"
-04275904 06 n 01 spike 1 002 @ 03804744 n 0000 + 01306175 v 0101 | a large stout nail; "they used spikes to fasten the rails to a railroad tie"
-04276050 06 n 02 spike 2 spindle 3 002 @ 03525827 n 0000 + 01306175 v 0101 | any holding device consisting of a rigid, sharp-pointed object; "the spike pierced the receipts and held them in order"
-04276249 06 n 01 spike 3 002 @ 03563967 n 0000 + 01444326 v 0104 | a long, thin sharp-pointed implement (wood or metal); "one of the spikes impaled him"
-04276404 06 n 01 spike 4 001 @ 04008947 n 0000 | a sharp-pointed projection along the top of a fence or wall (or a dinosaur)
-04276531 06 n 01 spike 6 002 @ 03974215 n 0000 ~ 03410303 n 0000 | each of the sharp points on the soles of athletic shoes to prevent slipping (or the shoes themselves); "the second baseman sharpened his spikes before every game"; "golfers' spikes damage the putting greens"
-04276808 06 n 03 spike_heel 0 spike 5 stiletto_heel 0 001 @ 03511426 n 0000 | a very high narrow heel on women's shoes
-04276929 06 n 01 spike_mike 0 001 @ 03759954 n 0000 | a contact microphone for listening through walls
-04277034 06 n 03 spillway 0 spill 0 wasteweir 0 002 @ 03089014 n 0000 + 01542207 v 0201 | a channel that carries excess water over or around a dam or other obstruction
-04277204 06 n 02 spinal_anesthetic 0 spinal_anaesthetic 0 002 @ 02710766 n 0000 ~ 03946933 n 0000 | an anesthetic that is injected into the spine
-04277352 06 n 01 spindle 0 003 @ 04317420 n 0000 #p 04279462 n 0000 #p 04278932 n 0000 | a stick or pin used to twist the yarn in spinning
-04277493 06 n 04 spindle 1 mandrel 0 mandril 0 arbor 1 002 @ 04111190 n 0000 #p 03243218 n 0000 | any of various rotating shafts that serve as axes for larger rotating parts
-04277669 06 n 01 spindle 2 002 @ 03932203 n 0000 %s 15098161 n 0000 | a piece of wood that has been turned on a lathe; used as a baluster, chair leg, etc.
-04277826 06 n 02 spin_dryer 0 spin_drier 0 001 @ 03050655 n 0000 | a clothes dryer that uses centrifugal motion to dry the clothes that are put into it
-04277980 06 n 02 spine 0 backbone 1 002 @ 03892891 n 0000 #p 02870092 n 0000 | the part of a book's cover that encloses the inner side of the book's pages and that faces outward when the book is shelved; "the title and author were printed on the spine of the book"
-04278247 06 n 01 spinet 0 001 @ 03496296 n 0000 | early model harpsichord with only one string per note
-04278353 06 n 01 spinet 1 001 @ 04515003 n 0000 | a small and compactly built upright piano
-04278447 06 n 01 spinnaker 0 001 @ 03505383 n 0000 | a large and usually triangular headsail; carried by a yacht as a headsail when running before the wind
-04278605 06 n 01 spinner 0 003 @ 03350602 n 0000 #m 03351434 n 0000 + 02046755 v 0101 | fisherman's lure; revolves when drawn through the water
-04278751 06 n 01 spinner 1 002 @ 03414162 n 0000 + 02048051 v 0103 | board game equipment that consists of a dial and an arrow that is spun to determine the next move in the game
-04278932 06 n 01 spinning_frame 0 002 @ 04279172 n 0000 %p 04277352 n 0000 | spinning machine that draws, twists, and winds yarn
-04279063 06 n 01 spinning_jenny 0 001 @ 04279172 n 0000 | an early spinning machine with multiple spindles
-04279172 06 n 01 spinning_machine 0 005 @ 04417180 n 0000 ~ 04278932 n 0000 ~ 04279063 n 0000 ~ 04279462 n 0000 ~ 04429613 n 0000 | a textile machine for spinning yarn and thread
-04279353 06 n 01 spinning_rod 0 001 @ 03351979 n 0000 | a fishing rod designed for casting a spinning lure
-04279462 06 n 01 spinning_wheel 0 004 @ 04279172 n 0000 %p 03212406 n 0000 %p 03654826 n 0000 %p 04277352 n 0000 | a small domestic spinning machine with a single spindle that is driven by hand or foot
-04279666 06 n 02 spiral 1 volute 1 002 @ 03169390 n 0000 + 02317598 a 0205 | ornament consisting of a curve on a plane that winds around a center with an increasing distance from the center
-04279858 06 n 01 spiral_bandage 0 001 @ 03838748 n 0000 | an oblique bandage in which successive turns overlap preceding turns
-04279987 06 n 02 spiral_ratchet_screwdriver 0 ratchet_screwdriver 0 002 @ 04154565 n 0000 %p 04055180 n 0000 | a screwdriver with a ratchet (so the blade turns in only one direction) and a spiral in the handle (so the blade rotates) with downward pressure on the handle
-04280259 06 n 01 spiral_spring 0 002 @ 04288272 n 0000 ~ 03477143 n 0000 | a spring that is wound like a spiral
-04280373 06 n 01 spirit_lamp 0 001 @ 03636248 n 0000 | a lamp that burns a volatile liquid fuel such as alcohol
-04280487 06 n 01 spirit_stove 0 001 @ 04330340 n 0000 | a stove that burns a volatile liquid fuel such as alcohol
-04280603 06 n 01 spirogram 0 001 @ 04063661 n 0000 | a recording of breathing made with a spirograph
-04280706 06 n 01 spirograph 0 001 @ 03733925 n 0000 | a measuring instrument for recording the depth and rapidity of breathing movements
-04280845 06 n 01 spirometer 0 001 @ 03733925 n 0000 | a measuring instrument for measuring the vital capacity of the lungs
-04280970 06 n 01 spit 0 005 @ 04227900 n 0000 #p 04038440 n 0000 + 01444563 v 0102 ~ 02903126 n 0000 ~ 04501281 n 0000 | a skewer for holding meat over a fire
-04281131 06 n 01 spitball 0 001 @ 04008634 n 0000 | a projectile made by chewing a piece of paper and shaping it into a sphere
-04281260 06 n 02 spittoon 0 cuspidor 0 001 @ 04060904 n 0000 | a receptacle for spit (usually in a public place)
-04281375 06 n 03 splashboard 1 splasher 1 dashboard 1 002 @ 04014297 n 0000 #p 04524313 n 0000 | protective covering consisting of a panel to protect people from the splashing water or mud etc.
-04281571 06 n 01 splasher 0 002 @ 04014297 n 0000 #p 04576211 n 0000 | a protective covering over or beside a wheel to protect the upper part of a vehicle from splashes of mud
-04281749 06 n 01 splat 0 002 @ 04234455 n 0000 #p 04331277 n 0000 | a slat of wood in the middle of the back of a straight chair
-04281880 06 n 01 splay 0 001 @ 02833576 n 0000 | an outward bevel around a door or window that makes it seem larger
-04281998 06 n 02 splice 1 splicing 0 003 @ 03605915 n 0000 + 01560184 v 0201 + 01560184 v 0101 | a junction where two things (as paper or film or magnetic tape) have been joined together; "the break was due to an imperfect splice"
-04282231 06 n 01 splicer 0 002 @ 03736970 n 0000 + 01560184 v 0101 | a mechanical device for joining two pieces of paper or film or magnetic tape
-04282379 06 n 01 spline 1 001 @ 04339638 n 0000 | a flexible strip (wood or rubber) used in drawing curved lines
-04282494 06 n 01 splint 0 002 @ 03736970 n 0000 + 00083661 v 0101 | an orthopedic mechanical device used to immobilize and protect a part of the body (as a broken leg)
-04282664 06 n 01 split 0 002 @ 03385117 n 0000 ;c 00462241 n 0000 | (tenpin bowling) a divided formation of pins left standing after the first bowl; "he was winning until he got a split in the tenth frame"
-04282872 06 n 02 split_rail 0 fence_rail 0 002 @ 04046590 n 0000 #p 04046974 n 0000 | a rail that is split from a log
-04282992 06 n 01 Spode 0 002 @ 03984234 n 0000 ;u 06851742 n 0000 | a brand of fine English porcelain
-04283096 06 n 01 spoiler 0 001 @ 02688443 n 0000 | a hinged airfoil on the upper surface of an aircraft wing that is raised to reduce lift and increase drag
-04283255 06 n 01 spoiler 1 001 @ 02688443 n 0000 | an airfoil mounted on the rear of a car to reduce lift at high speeds
-04283378 06 n 03 spoke 0 wheel_spoke 0 radius 0 004 @ 04359589 n 0000 #p 02836035 n 0000 #p 02973236 n 0000 #p 04543772 n 0000 | support consisting of a radial member of a wheel joining the hub to the rim
-04283585 06 n 01 spokeshave 0 001 @ 03954731 n 0000 | a small plane that has a handle on each side of its blade; used for shaping or smoothing cylindrical wooden surfaces (originally wheel spokes)
-04283784 06 n 01 sponge_cloth 0 001 @ 03309808 n 0000 | any soft porous fabric (especially in a loose honeycomb weave)
-04283905 06 n 01 sponge_mop 0 001 @ 04367480 n 0000 | a wet mop with a sponge as the absorbent
-04284002 06 n 01 spoon 0 011 @ 03153375 n 0000 @ 03094503 n 0000 + 01579622 v 0101 ~ 03180384 n 0000 ~ 04119630 n 0000 ~ 04263502 n 0000 ~ 04350769 n 0000 ~ 04381073 n 0000 ~ 04397860 n 0000 ~ 04398688 n 0000 ~ 04597913 n 0000 | a piece of cutlery with a shallow bowl-shaped container and a handle; used to stir or serve or take up food
-04284341 06 n 01 spoon 1 001 @ 04597066 n 0000 | formerly a golfing wood with an elevated face
-04284438 06 n 01 Spork 0 001 @ 03153375 n 0000 | trademark for a plastic eating utensil that has both tines and a bowl like a spoon
-04284572 06 n 01 sporran 0 001 @ 03993180 n 0000 | a fur or leather pouch worn at the front of the kilt as part of the traditional dress of Scottish Highlanders
-04284735 06 n 01 sporting_goods 0 003 @ 04285146 n 0000 @ 03076708 n 0000 ;u 06295235 n 0000 | sports equipment sold as a commodity
-04284869 06 n 02 sport_kite 0 stunt_kite 0 001 @ 03621473 n 0000 | a maneuverable kite controlled by two lines and flown with both hands
-04285008 06 n 02 sports_car 0 sport_car 0 001 @ 02958343 n 0000 | a small low car with a high-powered engine; usually seats two persons
-04285146 06 n 01 sports_equipment 0 021 @ 03294048 n 0000 ~ 02772554 n 0000 ~ 02799897 n 0000 ~ 02802721 n 0000 ~ 02885338 n 0000 ~ 03132261 n 0000 ~ 03134853 n 0000 ~ 03206602 n 0000 ~ 03446832 n 0000 ~ 03472232 n 0000 ~ 03482001 n 0000 ~ 03594148 n 0000 ~ 03727946 n 0000 ~ 03795269 n 0000 ~ 04206070 n 0000 ~ 04225729 n 0000 ~ 04275661 n 0000 ~ 04284735 n 0000 ~ 04318131 n 0000 ~ 04394261 n 0000 ~ 04571292 n 0000 | equipment needed to participate in a particular sport
-04285622 06 n 01 sports_implement 0 006 @ 03563967 n 0000 ~ 02809491 n 0000 ~ 03145522 n 0000 ~ 03715892 n 0000 ~ 03977158 n 0000 ~ 04039381 n 0000 | an implement used in a sport
-04285803 06 n 03 sportswear 0 athletic_wear 0 activewear 0 003 @ 02756098 n 0000 ~ 03472672 n 0000 ~ 04120695 n 0000 | attire worn for sport or for casual wear
-04285965 06 n 04 sport_utility 0 sport_utility_vehicle 0 S.U.V. 0 SUV 0 001 @ 02958343 n 0000 | a high-performance four-wheel drive car built on a truck chassis
-04286128 06 n 01 spot 0 005 @ 03953020 n 0000 ~ 02931417 n 0000 ~ 03044537 n 0000 ~ 03543511 n 0000 ~ 03601335 n 0000 | a business establishment for entertainment; "night spot"
-04286307 06 n 01 spot 2 008 @ 03963982 n 0000 ~ 03267340 n 0000 ~ 03353783 n 0000 ~ 03388826 n 0000 ~ 03825548 n 0000 ~ 04178062 n 0000 ~ 04225417 n 0000 ~ 04411142 n 0000 | a playing card with a specified number of pips on it to indicate its value; "an eight-spot"
-04286575 06 n 02 spotlight 0 spot 1 003 @ 03636248 n 0000 #m 04418644 n 0000 + 00292368 v 0101 | a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer
-04286796 06 n 01 spot_market 0 001 @ 03077074 n 0000 | a market in which a commodity is bought or sold for immediate delivery or delivery in the very near future
-04286960 06 n 02 spot_weld 0 spot-weld 0 005 @ 04571958 n 0000 + 01596056 v 0201 + 01596056 v 0202 + 01596056 v 0101 + 01596056 v 0102 | each of the welds made by welding at a separate point
-04287153 06 n 01 spout 0 006 @ 03848729 n 0000 #p 03944672 n 0000 #p 04560292 n 0000 + 02068413 v 0104 ~ 03418618 n 0000 ~ 03833564 n 0000 | an opening that allows the passage of liquids or grain
-04287351 06 n 01 spouter 0 002 @ 03845360 n 0000 + 02068413 v 0104 | an oil well that is spouting
-04287451 06 n 01 sprag 0 001 @ 03023878 n 0000 | a chock or bar wedged under a wheel or between the spokes to prevent a vehicle from rolling down an incline
-04287610 06 n 01 spray 1 001 @ 03368141 n 0000 | flower arrangement consisting of a single branch or shoot bearing flowers and foliage
-04287747 06 n 01 spray_gun 0 001 @ 02730265 n 0000 | an applicator resembling a gun for applying liquid substances (as paint) in the form of a spray
-04287898 06 n 01 spray_paint 0 001 @ 03875218 n 0000 | paint applied with a spray gun
-04287986 06 n 01 spreader 0 004 @ 03489162 n 0000 + 01378556 v 0101 + 01611746 v 0101 + 01611901 v 0101 | a hand tool for spreading something; "he used his knife as a spreader"
-04288165 06 n 01 sprig 0 001 @ 03169390 n 0000 | an ornament that resembles a spray of leaves or flowers
-04288272 06 n 01 spring 0 006 @ 03267972 n 0000 ~ 02822399 n 0000 ~ 03066359 n 0000 ~ 03652389 n 0000 ~ 03712444 n 0000 ~ 04280259 n 0000 | a metal elastic device that returns to its shape or position when pushed or pulled or pressed; "the spring was broken"
-04288533 06 n 02 spring_balance 0 spring_scale 0 001 @ 02777100 n 0000 | a balance that measure weight by the tension on a helical spring
-04288673 06 n 01 springboard 0 002 @ 02856463 n 0000 ~ 03216080 n 0000 | a flexible board for jumping upward
-04288784 06 n 02 springer 0 impost 0 002 @ 04326084 n 0000 #p 02733524 n 0000 | the lowest stone in an arch -- from which it springs
-04288919 06 n 01 spring_mattress 0 001 @ 03731164 n 0000 | a mattress containing springs in a rigid frame
-04289027 06 n 01 sprinkler 0 003 @ 03736970 n 0000 + 00228655 v 0101 + 01374767 v 0101 | mechanical device that attaches to a garden hose for watering lawn or garden
-04289195 06 n 01 sprinkler_system 0 003 @ 04377057 n 0000 %p 03833564 n 0000 %p 04212573 n 0000 | a system for extinguishing fires; water from a network of overhead pipes is released through nozzles that open automatically with the rise in temperature
-04289449 06 n 01 sprit 0 002 @ 04267577 n 0000 #p 04289576 n 0000 | a light spar that crosses a fore-and-aft sail diagonally
-04289576 06 n 01 spritsail 0 002 @ 03381776 n 0000 %p 04289449 n 0000 | a fore-and-aft sail extended by a sprit
-04289690 06 n 02 sprocket 0 sprocket_wheel 0 002 @ 04574999 n 0000 #p 02834778 n 0000 | thin wheel with teeth that engage with a chain
-04289827 06 n 01 sprocket 2 002 @ 04101497 n 0000 #p 02942699 n 0000 | roller that has teeth on the rims to pull film or paper through
-04289964 06 n 02 spud 0 stump_spud 0 001 @ 03488603 n 0000 | a sharp hand shovel for digging out roots and weeds
-04290079 06 n 01 spun_yarn 0 002 @ 04245703 n 0000 ;c 00314469 n 0000 | (nautical) small stuff consisting of a lightweight rope made of several rope yarns loosely wound together
-04290259 06 n 02 spur 0 gad 0 005 @ 04007664 n 0000 #p 02872752 n 0000 + 01241379 v 0101 + 01241253 v 0101 %p 04115144 n 0000 | a sharp prod fixed to a rider's heel and used to urge a horse onward; "cowboys know not to squat with their spurs on"
-04290507 06 n 02 spur_gear 0 spur_wheel 0 001 @ 03430551 n 0000 | gear wheels that mesh in the same plane
-04290615 06 n 01 sputnik 0 001 @ 04137444 n 0000 | a Russian artificial satellite; "Sputnik was the first man-made satellite to orbit the earth"
-04290762 06 n 01 spy_satellite 0 001 @ 04137444 n 0000 | a satellite with sensors to detect nuclear explosions
-04290875 06 n 01 squab 0 001 @ 04256520 n 0000 | a soft padded sofa
-04290945 06 n 01 squad_room 1 002 @ 04105893 n 0000 #p 02794779 n 0000 | a room in a barracks where soldiers are billeted
-04291069 06 n 01 squad_room 2 002 @ 04105893 n 0000 #p 03977678 n 0000 | a room in a police station where members of the force assemble for roll call and duty assignments
-04291242 06 n 01 square 0 004 @ 03489162 n 0000 ~ 02967170 n 0000 ~ 04493109 n 0000 ~ 04493259 n 0000 | a hand tool consisting of two straight arms at right angles; used to construct or test right angles; "the carpenter who built this room must have lost his square"
-04291511 06 n 01 square 1 004 @ 00021939 n 0000 #p 03011521 n 0000 + 01987493 v 0101 + 00145448 v 0101 | any artifact having a shape similar to a plane geometric figure with four equal sides and four right angles; "a checkerboard has 64 squares"
-04291759 06 n 01 square_knot 0 002 @ 03627232 n 0000 ~ 04067353 n 0000 | a double knot made of two half hitches and used to join the ends of two cords
-04291912 06 n 01 square_nut 0 001 @ 03836191 n 0000 | nut with a square shape
-04291992 06 n 01 square-rigger 0 001 @ 04128837 n 0000 | a square-rigged sailing ship
-04292080 06 n 01 square_sail 0 001 @ 04127904 n 0000 | a four-sided sail set beneath a horizontal yard suspended at the middle from a mast
-04292221 06 n 01 squash_ball 0 001 @ 02778669 n 0000 | rubber ball used in playing squash
-04292313 06 n 01 squash_court 0 001 @ 03120491 n 0000 | the indoor court in which squash is played
-04292414 06 n 03 squash_racket 0 squash_racquet 0 bat 3 002 @ 04039381 n 0000 + 01413173 v 0301 | a small racket with a long handle used for playing squash
-04292572 06 n 03 squawk_box 0 squawker 0 intercom_speaker 0 002 @ 03691459 n 0000 #p 03578055 n 0000 | the loudspeaker on an intercom or public address system
-04292733 06 n 01 squeaker 0 002 @ 00021939 n 0000 + 02171664 v 0102 | any artifact that makes a squeaking sound when used; "those sneakers are squeakers"; "which hinge is the squeaker?"
-04292921 06 n 01 squeegee 0 002 @ 03039947 n 0000 + 01392790 v 0101 | T-shaped cleaning implement with a rubber edge across the top; drawn across a surface to remove water (as in washing windows)
-04293119 06 n 01 squeezer 0 003 @ 03621049 n 0000 + 01593937 v 0105 ~ 04059516 n 0000 | a kitchen utensil for squeezing juice from fruit
-04293258 06 n 03 squelch_circuit 0 squelch 0 squelcher 0 002 @ 03033362 n 0000 + 00463234 v 0301 | an electric circuit that cuts off a receiver when the signal becomes weaker than the noise
-04293450 06 n 01 squib 0 001 @ 03348454 n 0000 | firework consisting of a tube filled with powder (as a broken firecracker) that burns with a fizzing noise
-04293608 06 n 02 saquinavir 0 Invirase 0 001 @ 04013993 n 0000 | a weak protease inhibitor (trade name Invirase) used in treating HIV
-04293744 06 n 01 squinch 0 002 @ 02733524 n 0000 ~ 04491312 n 0000 | a small arch built across the interior angle of two walls (usually to support a spire)
-04293902 06 n 01 squirrel_cage 0 001 @ 02936714 n 0000 | cage with a cylindrical framework that rotates as a small animal runs inside it
-04294041 06 n 01 stabile 0 002 @ 04157320 n 0000 ! 03776291 n 0101 | a sculpture having fixed units (usually constructed of sheet metal) and attached to a fixed support
-04294212 06 n 02 stabilizer 0 stabiliser 0 007 @ 03183080 n 0000 + 00270826 v 0202 + 00270826 v 0101 ~ 03340581 n 0000 ~ 03473465 n 0000 ~ 03861271 n 0000 ~ 04294614 n 0000 | a device for making something stable
-04294426 06 n 01 stabilizer 1 005 @ 02688443 n 0000 #p 04384016 n 0000 + 00270826 v 0101 ~ 03536568 n 0000 ~ 04529962 n 0000 | airfoil consisting of a device for stabilizing an aircraft
-04294614 06 n 02 stabilizer_bar 0 anti-sway_bar 0 004 @ 02788689 n 0000 @ 04294212 n 0000 #p 02958343 n 0000 #p 04490091 n 0000 | a rigid metal bar between the front suspensions and between the rear suspensions of cars and trucks; serves to stabilize the chassis
-04294879 06 n 03 stable 0 stalls 0 horse_barn 0 005 @ 03322570 n 0000 + 02459915 v 0101 ~i 02758270 n 0000 ~ 03679274 n 0000 %p 04299370 n 0000 | a farm building for housing horses or other livestock
-04295081 06 n 03 stable_gear 0 saddlery 0 tack 1 011 @ 03430959 n 0000 + 01492422 v 0201 ~ 02844714 n 0000 ~ 02955540 n 0000 ~ 03031756 n 0000 ~ 03480973 n 0000 ~ 03494706 n 0000 ~ 03503718 n 0000 ~ 03723885 n 0000 ~ 04124202 n 0000 ~ 04612840 n 0000 | gear for a horse
-04295353 06 n 01 stabling 0 002 @ 02672371 n 0000 + 02459915 v 0101 | accommodation for animals (especially for horses)
-04295475 06 n 01 stacked_heel 0 001 @ 03511426 n 0000 | a heel made of many layers of leather
-04295571 06 n 01 stacks 0 003 @ 04328946 n 0000 #p 03660664 n 0000 ;u 06295235 n 0000 | storage space in a library consisting of an extensive arrangement of bookshelves where most of the books are stored
-04295777 06 n 01 staddle 0 001 @ 02797692 n 0000 | a base or platform on which hay or corn is stacked
-04295881 06 n 04 stadium 0 bowl 3 arena 1 sports_stadium 0 014 @ 04341686 n 0000 ~ 02704949 n 0000 ~ 02782778 n 0000 ~ 02918112 n 0000 ~ 03035089 n 0000 ~ 03220692 n 0000 %p 03333480 n 0000 ~ 03379204 n 0000 ~ 03522003 n 0000 ~ 04232312 n 0000 %p 04300741 n 0000 %p 04302334 n 0000 %p 04434285 n 0000 %p 08570758 n 0000 | a large structure for open-air sports or entertainments
-04296261 06 n 01 staff 0 009 @ 04317420 n 0000 ~ 02698634 n 0000 ~ 02809736 n 0000 ~ 03134118 n 0000 ~ 03141823 n 0000 ~ 03212406 n 0000 ~ 03355925 n 0000 ~ 03935789 n 0000 ~ 04032509 n 0000 | a strong rod or stick with a specialized utilitarian purpose; "he walked with the help of a wooden staff"
-04296562 06 n 01 stage 0 011 @ 03961939 n 0000 #p 04417809 n 0000 + 01711445 v 0101 ~ 03229526 n 0000 ~ 03773268 n 0000 ~ 04013362 n 0000 ~ 04418818 n 0000 %p 04515630 n 0000 ~ 04592962 n 0000 %p 08625297 n 0000 %p 08625684 n 0000 | a large platform on which people can stand and can be seen by an audience; "he clambered up onto the stage and got the actors to help him into the box"
-04296949 06 n 02 stage 2 microscope_stage 0 001 @ 03961939 n 0000 | a small platform on a microscope where the specimen is mounted for examination
-04297098 06 n 02 stagecoach 0 stage 1 001 @ 03055670 n 0000 | a large coach-and-four formerly used to carry passengers and mail on regular routes between towns; "we went out of town together by stage about ten or twelve miles"
-04297327 06 n 01 stage_door 0 001 @ 03290771 n 0000 | an entrance to the backstage area of theater; used by performers and other theater personnel
-04297476 06 n 02 stage_set 0 set 0 004 @ 04076846 n 0000 #p 03773268 n 0000 ~ 04145056 n 0000 %p 04176889 n 0000 | representation consisting of the scenery and other properties used to identify the location of a dramatic production; "the sets were meticulously authentic"
-04297750 06 n 01 stained-glass_window 0 001 @ 04587648 n 0000 | a window made of stained glass
-04297847 06 n 01 stair-carpet 0 001 @ 04118021 n 0000 | a strip of carpet for laying on stairs
-04297944 06 n 01 stairhead 0 002 @ 03961939 n 0000 #p 04298308 n 0000 | platform at the top of a staircase
-04298053 06 n 01 stair-rod 0 001 @ 04100174 n 0000 | a rod that holds a stair-carpet in the angle between two steps
-04298171 06 n 02 stairs 0 steps 0 003 @ 04298308 n 0000 ;u 06295235 n 0000 ~ 03632277 n 0000 | a flight of stairs or a flight of steps
-04298308 06 n 02 stairway 0 staircase 0 013 @ 04564698 n 0000 #p 02913152 n 0000 ~ 02771166 n 0000 ~ 03079616 n 0000 ~ 03295773 n 0000 ~ 03345658 n 0000 ~ 03363059 n 0000 ~ 03436075 n 0000 %p 03638511 n 0000 %p 04297944 n 0000 ~ 04298171 n 0000 %p 04314914 n 0000 ~ 04615728 n 0000 | a way of access (upward and downward) consisting of a set of steps
-04298661 06 n 01 stairwell 0 001 @ 04572800 n 0000 | a vertical well around which there is a stairway
-04298765 06 n 01 stake 0 001 @ 03988170 n 0000 | a strong wooden or metal post with a point at one end so it can be driven into the ground
-04298906 06 n 01 stake 1 002 @ 03575691 n 0000 + 01572003 v 0102 | instrument of execution consisting of a vertical post that a victim is tied to for burning
-04299066 06 n 01 stalking-horse 0 001 @ 04151940 n 0000 | screen consisting of a figure of a horse behind which a hunter hides while stalking game
-04299215 06 n 03 stall 1 stand 5 sales_booth 0 003 @ 02874086 n 0000 ~ 03063834 n 0000 ~ 03822656 n 0000 | a booth where articles are displayed for sale
-04299370 06 n 01 stall 3 003 @ 03079741 n 0000 #p 04294879 n 0000 + 02460070 v 0101 | a compartment in a stable where a single animal is confined and fed
-04299526 06 n 01 stall_bar 0 001 @ 03472232 n 0000 | a gymnastic apparatus used for strengthening exercises; uprights fastened to a wall and connected by horizontal rungs
-04299699 06 n 01 stall 4 002 @ 04162998 n 0000 ;r 08860123 n 0000 | seating in the forward part of the main level of a theater
-04299828 06 n 01 stammel 0 001 @ 03309808 n 0000 | a coarse woolen cloth formerly used for undergarments and usually dyed bright red
-04299963 06 n 01 stamp 2 002 @ 03192790 n 0000 + 01531265 v 0103 | a block or die used to imprint a mark or design
-04300080 06 n 02 stamp 3 pestle 2 004 @ 03699975 n 0000 #p 02810782 n 0000 + 00331842 v 0201 + 01594362 v 0101 | machine consisting of a heavy bar that moves vertically for pounding or crushing ores
-04300281 06 n 01 stamp_album 0 001 @ 02695079 n 0000 | an album for stamps
-04300358 06 n 02 stamp_mill 0 stamping_mill 0 003 @ 03316406 n 0000 ~ 02810782 n 0000 ~ 04032603 n 0000 | a mill in which ore is crushed with stamps
-04300509 06 n 02 stamping_machine 0 stamper 0 002 @ 03997484 n 0000 + 01624568 v 0201 | a power tool that stamps; "a metal stamper"
-04300643 06 n 01 stanchion 0 001 @ 03988170 n 0000 | any vertical post or rod used as a support
-04300741 06 n 01 stand 1 006 @ 04434285 n 0000 #p 02782778 n 0000 #p 04295881 n 0000 ~ 02850552 n 0000 ~ 03452953 n 0000 ~ 04086150 n 0000 | tiered seats consisting of a structure (often made of wood) where people can sit to watch an event (game or parade)
-04301000 06 n 01 stand 4 002 @ 04379243 n 0000 ~ 03653583 n 0000 | a small table for holding articles of various kinds; "a bedside stand"
-04301140 06 n 02 standard 1 banner 1 002 @ 03354903 n 0000 ~ 03855464 n 0000 | any distinctive flag
-04301242 06 n 01 standard 2 002 @ 03988170 n 0000 + 01546768 v 0101 | an upright pole or beam (especially one used as a support); "distance was marked by standards every mile"; "lamps supported on standards provided illumination"
-04301474 06 n 01 standard_cell 0 003 @ 04540761 n 0000 ~ 03038041 n 0000 ~ 04573379 n 0000 | a primary cell used as a standard of electromotive force
-04301626 06 n 01 standard_gauge 0 002 @ 04048075 n 0000 @ 05130028 n 0000 | railroad track having the standard width of 56.5 inches
-04301760 06 n 02 standard_transmission 0 stick_shift 0 001 @ 04472243 n 0000 | a transmission that is operated manually with a gear lever and a clutch pedal
-04301919 06 n 01 standby 0 002 @ 04424218 n 0000 + 02638444 v 0101 | something that can be relied on when needed
-04302034 06 n 01 standee 0 001 @ 03153821 n 0000 | a lifesize cardboard cutout (usually of a celebrity); "he had his picture taken with a standee of the president"
-04302200 06 n 01 standing_press 0 002 @ 04000311 n 0000 %p 03490649 n 0000 | a large printing press that exerts pressure vertically
-04302334 06 n 01 standing_room 0 003 @ 13777764 n 0000 #p 04417809 n 0000 #p 04295881 n 0000 | room for passengers or spectators to stand; "there was standing room for thousands more people"
-04302527 06 n 01 standpipe 0 001 @ 03944672 n 0000 | a vertical pipe
-04302598 06 n 02 St._Andrew's_cross 0 saltire 0 001 @ 03135152 n 0000 | a cross resembling the letter x, with diagonal bars of equal length
-04302740 06 n 02 Stanford_University 0 Stanford 0 002 @i 04511002 n 0000 #p 09064468 n 0000 | a university in California
-04302863 06 n 01 stanhope 0 001 @ 02968473 n 0000 | a light open horse-drawn carriage with two or four wheels and one seat
-04302988 06 n 01 Stanley_Steamer 0 002 @ 02958343 n 0000 ;u 06851742 n 0000 | a steam-powered automobile
-04303095 06 n 01 staple 2 002 @ 03887185 n 0000 + 01367069 v 0101 | paper fastener consisting of a short length of U-shaped wire that can fasten papers together
-04303258 06 n 01 staple 3 001 @ 03804744 n 0000 | a short U-shaped wire nail for securing cables
-04303357 06 n 03 staple_gun 0 staplegun 0 tacker 0 002 @ 03699975 n 0000 + 01357429 v 0301 | a hand-held machine for driving staples home
-04303497 06 n 02 stapler 0 stapling_machine 0 002 @ 03699975 n 0000 + 01367069 v 0101 | a machine that inserts staples into sheets of paper in order to fasten them together
-04303672 06 n 01 starboard 0 003 @ 04213626 n 0000 + 01932951 v 0101 ! 03642928 n 0101 | the right side of a ship or aircraft to someone who is aboard and facing the bow or nose
-04303852 06 n 01 star_drill 0 001 @ 02875436 n 0000 | a steel rock drill with a star-shaped point that is used for making holes in stones or masonry; it is operated by hitting the end with a hammer while rotating it between blows
-04304084 06 n 02 Stars_and_Bars 0 Confederate_flag 0 001 @ 03354903 n 0000 | the first flag of the Confederate States of America
-04304215 06 n 02 starship 0 spaceship 0 001 @ 04264914 n 0000 | a spacecraft designed to carry a crew into interstellar space (especially in science fiction)
-04304375 06 n 03 starter 2 starter_motor 0 starting_motor 0 004 @ 03273061 n 0000 #p 03270165 n 0000 ~ 03616763 n 0000 ~ 04170515 n 0000 | an electric motor for starting an engine
-04304557 06 n 01 starting_block 0 001 @ 02852523 n 0000 | block providing bracing for a runner's feet at start of a race
-04304680 06 n 02 starting_gate 0 starting_stall 0 001 @ 02796623 n 0000 | a movable barrier on the starting line of a race course
-04304812 06 n 01 stash_house 0 002 @ 03545150 n 0000 ;c 00759694 n 0000 | a house where weapons and supplies are hidden; "attacks on stash houses is the most frequently used method of counterterrorism"
-04305016 06 n 02 Stassano_furnace 0 electric-arc_furnace 0 002 @ 03271865 n 0000 #p 04311595 n 0000 | an electric furnace in which an electric arc provides the source of heat for making steel
-04305210 06 n 01 Statehouse 0 001 @ 03449564 n 0000 | a government building in which a state legislature meets
-04305323 06 n 01 stately_home 0 002 @ 03719053 n 0000 ;r 08860123 n 0000 | a mansion that is (or formerly was) occupied by an aristocratic family
-04305471 06 n 01 state_prison 0 001 @ 04005630 n 0000 | a prison maintained by a state of the U.S.
-04305572 06 n 01 stateroom 0 001 @ 02932227 n 0000 | a guest cabin
-04305641 06 n 01 static_line 0 002 @ 03106110 n 0000 #p 03888257 n 0000 | a cord used instead of a ripcord to open a parachute; the cord is attached at one end to the aircraft and temporarily attached to the pack of a parachute at the other; it opens the parachute after the jumper is clear of the plane
-04305947 06 n 01 static_tube 0 001 @ 03733925 n 0000 | a measuring instrument used to measure static pressure in a stream of fluid
-04306080 06 n 01 station 0 010 @ 03315023 n 0000 ~ 02903405 n 0000 ~ 03347338 n 0000 ~ 03349599 n 0000 ~ 03839534 n 0000 ~ 03977678 n 0000 ~ 03996655 n 0000 ~ 04175859 n 0000 ~ 04348702 n 0000 ~ 04412901 n 0000 | a facility equipped with special equipment and personnel for a particular purpose; "he started looking for a gas station"; "the train pulled into the station"
-04306454 06 n 01 Station_of_the_Cross 0 001 @ 04076846 n 0000 | a representation of any of the 14 stages in Christ's journey to Calvary
-04306592 06 n 02 stator 0 stator_coil 0 005 @ 03736970 n 0000 #p 04498523 n 0000 #p 03273061 n 0000 #p 03433877 n 0000 ! 04111962 n 0101 | mechanical device consisting of the stationary part of a motor or generator in or around which the rotor revolves
-04306847 06 n 01 statue 0 010 @ 04157320 n 0000 + 02896383 a 0101 + 03336459 n 0102 ~i 03073016 n 0000 ~ 03515728 n 0000 ~ 03835298 n 0000 ~ 03846431 n 0000 ~ 04274807 n 0000 ~i 04307106 n 0000 ~ 04413723 n 0000 | a sculpture representing a human or animal
-04307106 06 n 01 Statue_of_Liberty 0 002 @i 04306847 n 0000 @i 03743902 n 0000 | a large monumental statue symbolizing liberty on Liberty Island in New York Bay
-04307269 06 n 02 stave 0 lag 0 002 @ 04234455 n 0000 #p 02795169 n 0000 | one of several thin slats of wood forming the sides of a barrel or bucket
-04307419 06 n 01 stay 0 004 @ 02886599 n 0000 ;c 00314469 n 0000 ~ 02771286 n 0000 ~ 03383211 n 0000 | (nautical) brace consisting of a heavy rope or wire cable used as a support for a mast or spar
-04307619 06 n 01 stay 1 002 @ 04339291 n 0000 + 01344643 v 0101 | a thin strip of metal or bone that is used to stiffen a garment (e.g. a corset)
-04307767 06 n 01 staysail 0 001 @ 03381776 n 0000 | a fore-and-aft sail set on a stay (as between two masts)
-04307878 06 n 02 steakhouse 0 chophouse 0 001 @ 04081281 n 0000 | a restaurant that specializes in steaks
-04307986 06 n 01 steak_knife 0 001 @ 04380346 n 0000 | a sharp table knife used in eating steak
-04308084 06 n 01 stealth_aircraft 0 003 @ 02686568 n 0000 ~ 04308273 n 0000 ~ 04308397 n 0000 | an aircraft designed in accordance with technology that makes detection by radar difficult
-04308273 06 n 01 stealth_bomber 0 002 @ 02867715 n 0000 @ 04308084 n 0000 | a bomber that is difficult to detect by radar
-04308397 06 n 01 stealth_fighter 0 002 @ 03335030 n 0000 @ 04308084 n 0000 | a fighter that is difficult to detect by radar; is built for precise targeting and uses laser-guided bombs
-04308583 06 n 04 steam_bath 0 steam_room 0 vapor_bath 0 vapour_bath 0 003 @ 04105893 n 0000 ~ 04139395 n 0000 ~ 04499300 n 0000 | a room that can be filled with steam in which people bathe; `vapour bath' is a British term
-04308807 06 n 01 steamboat 0 002 @ 02858304 n 0000 ~ 04208760 n 0000 | a boat propelled by a steam engine
-04308915 06 n 01 steam_chest 0 002 @ 03003730 n 0000 #p 04309049 n 0000 | the chamber from which steam is distributed to a cylinder
-04309049 06 n 01 steam_engine 0 006 @ 03307573 n 0000 #p 04310018 n 0000 #p 04309348 n 0000 %p 02863750 n 0000 %p 03137044 n 0000 %p 04308915 n 0000 | external-combustion engine in which heat is used to raise steam which either turns a turbine or forces a piston to move up and down in a cylinder
-04309348 06 n 02 steamer 0 steamship 0 006 @ 04194289 n 0000 + 01944976 v 0102 + 01944976 v 0101 ~ 03874138 n 0000 %p 04309049 n 0000 ~ 04469684 n 0000 | a ship powered by one or more steam engines
-04309548 06 n 01 steamer 1 002 @ 03101986 n 0000 + 00327145 v 0101 | a cooking utensil that can be used to cook food by steaming it
-04309682 06 n 02 steam_heat 0 steam_heating 0 001 @ 03509025 n 0000 | a heating system in which steam is generated in boilers and piped to radiators
-04309833 06 n 01 steam_iron 0 001 @ 03584829 n 0000 | a pressing iron that can emit steam
-04309925 06 n 02 steam_line 0 steam_pipe 0 001 @ 03944672 n 0000 | a pipe conducting steam
-04310018 06 n 01 steam_locomotive 0 003 @ 03684823 n 0000 %p 03344509 n 0000 %p 04309049 n 0000 | a locomotive powered by a steam engine
-04310157 06 n 02 steamroller 0 road_roller 0 003 @ 04524313 n 0000 + 00464006 v 0102 + 01594514 v 0101 | vehicle equipped with heavy wide smooth rollers for compacting roads and pavements
-04310347 06 n 02 steamship_company 0 steamship_line 0 002 @ 03671473 n 0000 ~ 08293336 n 0000 | a line responsible for the operation of a fleet of steamships
-04310507 06 n 01 steam_shovel 0 001 @ 03996416 n 0000 | a power shovel that is driven by steam
-04310604 06 n 01 steam_turbine 0 001 @ 04498523 n 0000 | turbine in which steam strikes blades and makes them turn
-04310721 06 n 01 steam_whistle 0 003 @ 04579432 n 0000 #p 02940706 n 0000 #p 02863750 n 0000 | a whistle in which the sound is produced by steam; usually attached to a steam boiler
-04310904 06 n 01 steel 0 001 @ 04185071 n 0000 | knife sharpener consisting of a ridged steel rod
-04311004 06 n 01 steel_arch_bridge 0 004 @ 02898711 n 0000 ~i 02813089 n 0000 ~i 03822015 n 0000 ~i 04374608 n 0000 | a steel bridge constructed in the form of an arch
-04311174 06 n 01 steel_drum 0 001 @ 03915437 n 0000 | a concave percussion instrument made from the metal top of an oil drum; has an array of flattened areas that produce different tones when struck (of Caribbean origin)
-04311397 06 n 01 steel_engraving 0 001 @ 03289025 n 0000 | engraving on a steel plate
-04311485 06 n 01 steel_engraving 1 001 @ 03289268 n 0000 | an impression taken from an engraved steel plate
-04311595 06 n 04 steel_mill 0 steelworks 0 steel_plant 0 steel_factory 0 005 @ 03316406 n 0000 %p 02831998 n 0000 %p 02849885 n 0000 ~ 04103094 n 0000 %p 04305016 n 0000 | a factory where steel is made
-04311799 06 n 01 steel_plate 0 001 @ 03959485 n 0000 | a plate of steel
-04311873 06 n 01 steel_trap 0 001 @ 04474466 n 0000 | a trap made of steel with a strong spring and sharp toothlike projections to hold the prey
-04312020 06 n 01 steel-wool_pad 0 001 @ 02668393 n 0000 | abrader consisting of a pad of steel wool used for polishing or smoothing
-04312154 06 n 03 steelyard 0 lever_scale 0 beam_scale 0 001 @ 02777100 n 0000 | a portable balance consisting of a pivoted bar with arms of unequal length
-04312311 06 n 01 steeper 0 002 @ 04531098 n 0000 + 00327362 v 0101 | a vessel (usually a pot or vat) used for steeping
-04312432 06 n 02 steeple 0 spire 0 003 @ 04460130 n 0000 ;c 01032368 n 0000 ~ 03943266 n 0000 | a tall tower that forms the superstructure of a building (usually a church or temple) and that tapers to a point at the top
-04312654 06 n 01 steerage 0 001 @ 02672371 n 0000 | the cheapest accommodations on a passenger ship
-04312756 06 n 01 steering_gear 0 002 @ 03431243 n 0000 #p 04313220 n 0000 | a gear that couples the steering wheel to the steering linkage of a motor vehicle
-04312916 06 n 01 steering_linkage 0 003 @ 03738472 n 0000 #p 04313220 n 0000 %p 04434531 n 0000 | mechanism consisting of a system of rods and levers connected to the front wheels of a motor vehicle; the steering gear pushes it left or right which swivels the front wheels, causing the vehicle to turn
-04313220 06 n 02 steering_system 0 steering_mechanism 0 008 @ 03738472 n 0000 ;c 03791235 n 0000 ~ 03512911 n 0000 ~ 03996849 n 0000 ~ 04117216 n 0000 %p 04312756 n 0000 %p 04312916 n 0000 %p 04313503 n 0000 | a mechanism by which something is steered (especially a motor vehicle)
-04313503 06 n 02 steering_wheel 0 wheel 5 002 @ 03490449 n 0000 #p 04313220 n 0000 | a handwheel that is used for steering
-04313628 06 n 02 stele 0 stela 0 003 @ 04326084 n 0000 @ 02724026 n 0000 ~i 06405891 n 0000 | an ancient upright stone slab bearing markings
-04313771 06 n 01 stem 1 002 @ 04493505 n 0000 #p 03945167 n 0000 | the tube of a tobacco pipe
-04313867 06 n 01 stemmer 0 001 @ 03183080 n 0000 | a device for removing stems from fruit (as from grapes or apples)
-04313986 06 n 01 stemmer 1 001 @ 04387706 n 0000 | a miner's tamping bar for ramming packing in over a blasting charge
-04314107 06 n 01 stem-winder 0 001 @ 04555897 n 0000 | a watch that is wound by turning a knob at the stem
-04314216 06 n 01 stencil 0 002 @ 04188643 n 0000 + 01749660 v 0101 | a sheet of material (metal, plastic, cardboard, waxed paper, silk, etc.) that has been perforated with a pattern (printing or a design); ink or paint can pass through the perforations to create the printed pattern on the surface below
-04314522 06 n 01 Sten_gun 0 002 @ 04347519 n 0000 ;r 08860123 n 0000 | a lightweight British submachine gun
-04314632 06 n 01 stenograph 0 001 @ 04505036 n 0000 | a machine for typewriting shorthand characters
-04314735 06 n 01 stent 0 001 @ 04493505 n 0000 | a slender tube inserted inside a tubular body part (as a blood vessel) to provide support during and after surgical anastomosis
-04314914 06 n 02 step 0 stair 0 006 @ 04359589 n 0000 #p 04298308 n 0000 + 02330247 v 0101 ~ 03105810 n 0000 %p 04094720 n 0000 %p 04476831 n 0000 | support consisting of a place to rest the foot while ascending or descending a stairway; "he paused on the bottom step"
-04315185 06 n 01 step 1 002 @ 02852523 n 0000 + 01256487 v 0101 | a solid block joined to the beams in which the heel of a ship's mast or capstan is fixed
-04315342 06 n 01 step-down_transformer 0 001 @ 04471315 n 0000 | a transformer that reduces voltage
-04315444 06 n 02 stepper 0 stepping_motor 0 001 @ 03789946 n 0000 | a motor (especially an electric motor) that moves or rotates in small discrete steps
-04315599 06 n 02 step_ladder 0 stepladder 0 001 @ 03632277 n 0000 | a folding portable ladder hinged at the top
-04315713 06 n 01 step_stool 0 001 @ 04326896 n 0000 | a stool that has one or two steps that fold under the seat
-04315828 06 n 01 step-up_transformer 0 002 @ 04471315 n 0000 ~ 02974565 n 0000 | a transformer that increases voltage
-04315948 06 n 04 stereo 0 stereophony 0 stereo_system 0 stereophonic_system 0 007 @ 04077430 n 0000 + 00240655 a 0201 %p 02705944 n 0000 ~ 03436182 n 0000 ~ 03584254 n 0000 ~ 04030965 n 0000 ~ 04546340 n 0000 | reproducer in which two microphones feed two or more loudspeakers to give a three-dimensional effect to the sound
-04316275 06 n 03 stereo 1 stereoscopic_picture 0 stereoscopic_photograph 0 002 @ 03925226 n 0000 ~ 02707344 n 0000 | two photographs taken from slightly different angles that appear three-dimensional when viewed together
-04316498 06 n 01 stereoscope 0 003 @ 03851341 n 0000 + 03120323 a 0101 + 03120176 a 0101 | an optical device for viewing stereoscopic photographs
-04316646 06 n 05 stern 0 after_part 0 quarter 0 poop 0 tail 0 004 @ 04059701 n 0000 #p 04194289 n 0000 %p 03296597 n 0000 %p 04226322 n 0000 | the rear part of a ship
-04316815 06 n 01 stern_chaser 0 001 @ 03811965 n 0000 | a naval gun able to fire astern at a ship in chase
-04316924 06 n 01 sternpost 0 002 @ 04436185 n 0000 ;c 00314469 n 0000 | (nautical) the principal upright timber at the stern of a vessel
-04317063 06 n 01 sternwheeler 0 001 @ 03874138 n 0000 | a paddle steamer having the paddle wheel in the stern
-04317175 06 n 01 stethoscope 0 002 @ 03739693 n 0000 ~ 03330792 n 0000 | a medical instrument for listening to the sounds generated inside the body
-04317325 06 n 02 stewing_pan 0 stewpan 0 001 @ 04138977 n 0000 | a saucepan used for stewing
-04317420 06 n 01 stick 0 014 @ 03563967 n 0000 ~ 02879517 n 0000 ~ 03053474 n 0000 ~ 03216199 n 0000 ~ 03250847 n 0000 ~ 03675558 n 0000 ~ 03729826 n 0000 ~ 03731882 n 0000 ~ 04223170 n 0000 ~ 04277352 n 0000 ~ 04296261 n 0000 ~ 04321453 n 0000 ~ 04373795 n 0000 ~ 04546194 n 0000 | an implement consisting of a length of wood; "he collected dry sticks for a campfire"; "the kid had a candied apple on a stick"
-04317833 06 n 01 stick 1 001 @ 03563967 n 0000 | a long thin implement resembling a length of wood; "cinnamon sticks"; "a stick of dynamite"
-04317976 06 n 03 stick 3 control_stick 0 joystick 0 001 @ 03659292 n 0000 | a lever used by a pilot to control the ailerons and elevators of an airplane
-04318131 06 n 01 stick 4 006 @ 04285146 n 0000 ;c 00463543 n 0000 ;c 00467995 n 0000 ;c 00477639 n 0000 ~ 03524150 n 0000 ~ 03978686 n 0000 | a long implement (usually made of wood) that is shaped so that hockey or polo players can hit a puck or ball
-04318384 06 n 01 stick_figure 0 001 @ 03234306 n 0000 | drawing of a human or animal that represents the head by a circle and the rest of the body by straight lines
-04318551 06 n 01 stick_horse 0 001 @ 03964744 n 0000 | a child's plaything consisting on an imitation horse's head on one end of a stick
-04318690 06 n 01 stickpin 0 001 @ 03940713 n 0000 | a decorative pin that is worn in a necktie
-04318787 06 n 01 stile 0 001 @ 04515129 n 0000 | an upright that is a member in a door or window frame
-04318892 06 n 01 stiletto 0 001 @ 03158885 n 0000 | a small dagger with a tapered blade
-04318982 06 n 01 still 0 004 @ 02727825 n 0000 ~ 03064562 n 0000 %p 03087643 n 0000 %p 04083649 n 0000 | an apparatus used for the distillation of liquids; consists of a vessel in which a substance is vaporized by heat and a condenser where the vapor is condensed
-04319248 06 n 01 still 1 001 @ 03925226 n 0000 | a static photograph (especially one taken from a movie and used for advertising purposes); "he wanted some stills for a magazine ad"
-04319432 06 n 01 still_life 0 001 @ 03876519 n 0000 | a painting of inanimate objects such as fruit or flowers
-04319545 06 n 02 stillroom 0 still_room 0 001 @ 03885535 n 0000 | a pantry or storeroom connected with the kitchen (especially in a large house) for preparing tea and beverages and for storing liquors and preserves and tea etc
-04319774 06 n 01 Stillson_wrench 0 001 @ 03947466 n 0000 | a large pipe wrench with L-shaped adjustable jaws that tighten as pressure on the handle is increased
-04319937 06 n 01 stilt 0 001 @ 03976657 n 0000 | one of two stout poles with foot rests in the middle; used for walking high above the ground; "he was so tall I thought he was on stilts"
-04320126 06 n 03 stimulant 0 stimulant_drug 0 excitant 0 009 @ 03247620 n 0000 + 00022686 v 0101 ~ 02704153 n 0000 ~ 02707547 n 0000 ~ 02727281 n 0000 ~ 02929749 n 0000 ~ 03608870 n 0000 ~ 03756624 n 0000 ~ 03983814 n 0000 | a drug that temporarily quickens some vital process
-04320405 06 n 01 Stinger 0 002 @ 04363210 n 0000 @ 03509843 n 0000 | a portable low altitude surface-to-air missile system using infrared guidance and an impact fuse; fired from the shoulder
-04320598 06 n 02 stink_bomb 0 stench_bomb 0 001 @ 02866578 n 0000 | a small bomb designed to give off a foul odor when it explodes
-04320731 06 n 01 stinker 1 002 @ 04424418 n 0000 + 02124106 v 0102 | anything that gives off an offensive odor (especially a cheap cigar)
-04320871 06 n 01 stirrer 0 002 @ 03563967 n 0000 + 01894320 v 0101 | an implement used for stirring
-04320973 06 n 02 stirrup 0 stirrup_iron 0 002 @ 04359589 n 0000 #p 04123740 n 0000 | support consisting of metal loops into which rider's feet go
-04321121 06 n 01 stirrup_pump 0 001 @ 04021798 n 0000 | a hand-operated reciprocating pump; used in fighting fires
-04321238 06 n 01 stitch 0 005 @ 04179385 n 0000 + 01329239 v 0104 ~ 03133177 n 0000 ~ 03625783 n 0000 ~ 04180314 n 0000 | a link or loop or knot made by an implement in knitting, crocheting, embroidery, or sewing
-04321453 06 n 01 stob 0 001 @ 04317420 n 0000 | a short straight stick of wood
-04321534 06 n 02 stock 0 inventory 0 004 @ 03748886 n 0000 + 10658304 n 0101 + 02323286 v 0101 + 02285392 v 0101 | the merchandise that a shop has on hand; "they carried a vast inventory of hardware"; "they stopped selling in exact sizes in order to reduce inventory"
-04321804 06 n 01 stock 1 006 @ 03485997 n 0000 #p 03351979 n 0000 #p 04577769 n 0000 #p 03145522 n 0000 ~ 02886907 n 0000 ~ 02927296 n 0000 | the handle end of some implements or tools; "he grabbed the cue by the stock"
-04322026 06 n 02 stock 2 gunstock 0 008 @ 03485997 n 0000 @ 04359589 n 0000 #p 03948459 n 0000 #p 03467984 n 0000 #p 02746365 n 0000 #p 03701391 n 0000 + 02329883 v 0101 ~ 03948830 n 0000 | the handle of a handgun or the butt end of a rifle or shotgun or part of the support of a machine gun or artillery gun; "the rifle had been fitted with a special stock"
-04322387 06 n 01 stock 4 001 @ 14943580 n 0000 | lumber used in the construction of something; "they will cut round stock to 1-inch diameter"
-04322531 06 n 01 stockade 1 002 @ 03385557 n 0000 + 01130930 v 0101 | fortification consisting of a fence made of a line of stout posts set firmly for defense
-04322692 06 n 01 stockcar 0 001 @ 02885108 n 0000 | boxcar with latticed sides; for transporting livestock
-04322801 06 n 01 stock_car 0 001 @ 04037443 n 0000 | a racing car with the basic chassis of a commercially available car
-04322924 06 n 01 stock_car 1 001 @ 02958343 n 0000 | a car kept in dealers' stock for regular sales
-04323026 06 n 03 stock_exchange 0 stock_market 0 securities_market 0 018 @ 03302487 n 0000 #m 08072837 n 0000 -c 01663916 a 0000 -c 01664783 a 0000 -c 00649090 n 0000 -c 00649266 n 0000 ~i 02701871 n 0000 ~i 02879228 n 0000 ~ 03149261 n 0000 ~i 03822951 n 0000 ~ 03866350 n 0000 -c 09791248 n 0000 -c 13304186 n 0000 -c 13304340 n 0000 -c 13304508 n 0000 -c 13305510 n 0000 -c 13343284 n 0000 -c 13824340 n 0000 | an exchange where security trading is conducted by professional stockbrokers
-04323519 06 n 02 stockinet 0 stockinette 0 001 @ 03625355 n 0000 | knit used especially for infants' wear and undergarments
-04323645 06 n 01 stockinette_stitch 0 001 @ 03625783 n 0000 | knitting stitch having alternate rows of knit stitches and purl stitches, producing a fabric as for stockings
-04323819 06 n 01 stocking 0 009 @ 03540267 n 0000 #p 03885904 n 0000 ;u 06295235 n 0000 ~ 02874336 n 0000 ~ 03026506 n 0000 %p 03574243 n 0000 ~ 03622931 n 0000 ~ 03836976 n 0000 ~ 04360914 n 0000 | close-fitting hosiery to cover the foot and leg; come in matched p